-- MySQL dump 10.15  Distrib 10.0.38-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: hosteler_wp1691
-- ------------------------------------------------------
-- Server version	10.0.38-MariaDB-cll-lve

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

--
-- Table structure for table `wpdl_booking`
--

DROP TABLE IF EXISTS `wpdl_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking` (
  `booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `trash` bigint(10) NOT NULL DEFAULT '0',
  `sync_gid` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `is_new` bigint(10) NOT NULL DEFAULT '1',
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `sort_date` datetime DEFAULT NULL,
  `modification_date` datetime DEFAULT NULL,
  `form` text COLLATE utf8mb4_unicode_520_ci,
  `booking_type` bigint(10) NOT NULL DEFAULT '1',
  PRIMARY KEY (`booking_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking`
--

LOCK TABLES `wpdl_booking` WRITE;
/*!40000 ALTER TABLE `wpdl_booking` DISABLE KEYS */;
INSERT INTO `wpdl_booking` VALUES (1,0,'',1,'','2019-07-20 00:00:00','2019-07-18 16:00:36','text^name1^Jony~text^secondname1^Smith~text^email1^example-free@wpbookingcalendar.com~text^phone1^458-77-77~textarea^details1^Reserve a room with sea view',1),(2,0,'',1,'','2019-07-18 00:00:00','2019-07-18 20:24:11','text^name1^PRUEBA~text^secondname1^PRUEBA~email^email1^PRUEBA@PRUEBA.COM~text^phone1^123456~textarea^details1^',1);
/*!40000 ALTER TABLE `wpdl_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_calendarAccount`
--

DROP TABLE IF EXISTS `wpdl_booking_package_calendarAccount`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_calendarAccount` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT 'day',
  `cost` int(11) DEFAULT '0',
  `maxAccountScheduleDay` int(11) DEFAULT '30',
  `unavailableDaysFromToday` int(11) DEFAULT '1',
  `numberOfRoomsAvailable` int(11) DEFAULT '1',
  `numberOfPeopleInRoom` int(11) DEFAULT '2',
  `includeChildrenInRoom` int(1) DEFAULT '0',
  `expressionsCheck` int(1) DEFAULT '0',
  `status` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `courseTitle` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `courseBool` int(1) DEFAULT '0',
  `hasMultipleServices` int(1) DEFAULT '0',
  `created` int(11) DEFAULT NULL,
  `googleCalendarID` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `idForGoogleWebhook` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `expirationForGoogleWebhook` int(1) DEFAULT '0',
  `uploadDate` int(11) DEFAULT NULL,
  `enableFixCalendar` int(11) DEFAULT '0',
  `yearForFixCalendar` int(11) DEFAULT '0',
  `monthForFixCalendar` int(11) DEFAULT '0',
  `displayRemainingCapacity` int(11) DEFAULT '0',
  `subscriptionIdForStripe` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `enableSubscriptionForStripe` int(11) DEFAULT '0',
  `termsOfServiceForSubscription` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `enableTermsOfServiceForSubscription` int(11) DEFAULT '0',
  `privacyPolicyForSubscription` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `enablePrivacyPolicyForSubscription` int(11) DEFAULT '0',
  `displayRemainingCapacityInCalendar` int(1) DEFAULT '0',
  `displayThresholdOfRemainingCapacity` int(3) DEFAULT '50',
  `displayRemainingCapacityInCalendarAsNumber` int(1) DEFAULT '0',
  `displayRemainingCapacityHasMoreThenThreshold` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `displayRemainingCapacityHasLessThenThreshold` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `displayRemainingCapacityHas0` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `startOfWeek` int(1) DEFAULT '0',
  `ical` int(1) DEFAULT '0',
  `icalToken` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '0',
  `cancellationOfBooking` int(1) DEFAULT '0',
  `displayDetailsOfCanceled` int(1) DEFAULT '1',
  `allowCancellationVisitor` int(1) DEFAULT '0',
  `allowCancellationUser` int(1) DEFAULT '0',
  `refuseCancellationOfBooking` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'not_refuse',
  `preparationTime` int(1) DEFAULT '0',
  `positionPreparationTime` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'before_after',
  `timezone` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'none',
  `flowOfBooking` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'calendar',
  `paymentMethod` text COLLATE utf8mb4_unicode_520_ci,
  `email_from` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email_to` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email_from_title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email_to_title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `servicesPage` int(11) DEFAULT NULL,
  `calenarPage` int(11) DEFAULT NULL,
  `schedulesPage` int(11) DEFAULT NULL,
  `visitorDetailsPage` int(11) DEFAULT NULL,
  `thanksPage` int(11) DEFAULT NULL,
  `redirectPage` int(11) DEFAULT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_calendarAccount`
--

LOCK TABLES `wpdl_booking_package_calendarAccount` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_calendarAccount` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_calendarAccount` VALUES (1,'Calendario de reserva','day',0,1000,0,1,2,0,0,'open','',0,0,1563481992,'',NULL,0,1566053534,0,2019,0,0,'',0,'',0,'0',0,0,50,0,'{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}',0,0,'6cd8449530f1ebcde935c291d7be1dfdb795ba1c',0,1,0,0,'not_refuse',0,'before_after','Europe/Madrid','calendar','','info@ofogondaria.com','reservas@restaurantesgallegos.com','Nueva reserva',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'First Calendar for hotel','hotel',0,30,1,5,2,1,0,'open',NULL,0,0,1563481992,NULL,NULL,0,1563481992,0,0,0,0,'',0,'',0,'',0,0,50,0,'','','',1,0,'275ad273cbbed00f7d576fa5b219ff87b08371ce',0,1,0,0,'not_refuse',0,'before_after','UTC','calendar','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Calendario de reserva','day',0,1000,0,1,2,0,0,'open','',0,0,1563481992,'',NULL,0,1568653257,0,2019,0,0,'',0,'',0,'0',0,0,50,0,'{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}',1,0,'6cd8449530f1ebcde935c291d7be1dfdb795ba1c',0,1,0,0,'not_refuse',0,'before_after','Europe/Madrid','calendar','','info@ofogondaria.com','reservas@restaurantesgallegos.com','Nueva reserva',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Calendario de reserva','day',0,1000,0,1,2,0,0,'open','',0,0,1563481992,'',NULL,0,1568653257,0,2019,0,0,'',0,'',0,'0',0,0,50,0,'{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}',1,0,'6cd8449530f1ebcde935c291d7be1dfdb795ba1c',0,1,0,0,'not_refuse',0,'before_after','Europe/Madrid','calendar','','info@ofogondaria.com','reservas@restaurantesgallegos.com','Nueva reserva',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'Calendario de reserva','day',0,1000,0,1,2,0,0,'open','',0,0,1563481992,'',NULL,0,1568653257,0,2019,0,0,'',0,'',0,'0',0,0,50,0,'{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}','{\"symbol\":\"\",\"color\":\"#969696\"}',1,0,'6cd8449530f1ebcde935c291d7be1dfdb795ba1c',0,1,0,0,'not_refuse',0,'before_after','Europe/Madrid','calendar','','info@ofogondaria.com','reservas@restaurantesgallegos.com','Nueva reserva',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wpdl_booking_package_calendarAccount` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_courseData`
--

DROP TABLE IF EXISTS `wpdl_booking_package_courseData`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_courseData` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` int(11) NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci,
  `time` int(11) DEFAULT NULL,
  `cost` float DEFAULT NULL,
  `active` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `target` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'visitors_users',
  `ranking` int(11) NOT NULL,
  `selectOptions` int(11) DEFAULT '0',
  `options` text COLLATE utf8mb4_unicode_520_ci,
  `timeToProvide` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_courseData`
--

LOCK TABLES `wpdl_booking_package_courseData` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_courseData` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_courseData` VALUES (1,1,'Servicio','pruebas',30,0,'true','visitors_users',1,0,'[]','[]'),(2,3,'Servicio','pruebas',30,0,'true','visitors_users',1,0,'[]','[]'),(3,4,'Servicio','pruebas',30,0,'true','visitors_users',1,0,'[]','[]'),(4,5,'Servicio','pruebas',30,0,'true','visitors_users',1,0,'[]','[]');
/*!40000 ALTER TABLE `wpdl_booking_package_courseData` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_emailSetting`
--

DROP TABLE IF EXISTS `wpdl_booking_package_emailSetting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_emailSetting` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` int(11) NOT NULL,
  `mail_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `enable` int(1) DEFAULT '1',
  `format` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'text',
  `subject` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `content` text COLLATE utf8mb4_unicode_520_ci,
  `subjectForAdmin` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `contentForAdmin` text COLLATE utf8mb4_unicode_520_ci,
  `data` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_emailSetting`
--

LOCK TABLES `wpdl_booking_package_emailSetting` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_emailSetting` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_emailSetting` VALUES (1,1,'mail_new_admin',1,'text','Sistema de reservas | Ofogondaria.com','Muchas gracias por confiar en nuestro sistema de reservas online. En la mayor brevedad posible recibirá noticias nuestras.\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico reservas@ofogondaria.com.\n\nGracias.\n','reservas@ofogondaria.com','Se ha recibido una nueva reserva mediante el Sistema de reservas de [site_name] https://ofogondaria.com.\nLos datos suministrados por el cliente son:\n[id]\nFecha: [date] \nRestaurante: [eligeunrestaurante] \nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje]\nConfirmar por mensaje: [confirmarporsms]','1563482062'),(2,1,'mail_approved',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(3,1,'mail_pending',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(4,1,'mail_deleted',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(5,1,'mail_canceled_by_visitor_user',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(6,3,'mail_new_admin',1,'text','Sistema de reservas | Ofogondaria.com','Muchas gracias por confiar en nuestro sistema de reservas online. En la mayor brevedad posible recibirá noticias nuestras.\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.\n','reservas@ofogondaria.com','Se ha recibido una nueva reserva mediante el Sistema de reservas de [site_name] https://ofogondaria.com.\nLos datos suministrados por el cliente son:\n[id]\nFecha: [date] \nRestaurante: [eligeunrestaurante] \nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje]\nConfirmar por mensaje: [confirmarporsms]','1563482062'),(7,3,'mail_approved',1,'text','Reserva Confirmada','Su Reserva ha sido Confirmada\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.','','','1563482062'),(8,3,'mail_pending',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(9,3,'mail_deleted',1,'text','Reserva Cancelada','Por motivos ajenos a nuestra voluntad su Reserva ha sido CANCELADA.\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.','','','1563482062'),(10,3,'mail_canceled_by_visitor_user',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(13,4,'mail_new_admin',1,'text','Sistema de reservas | Ofogondaria.com','Muchas gracias por confiar en nuestro sistema de reservas online. En la mayor brevedad posible recibirá noticias nuestras.\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.\n','reservas@ofogondaria.com','Se ha recibido una nueva reserva mediante el Sistema de reservas de [site_name] https://ofogondaria.com.\nLos datos suministrados por el cliente son:\n[id]\nFecha: [date] \nRestaurante: [eligeunrestaurante] \nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje]\nConfirmar por mensaje: [confirmarporsms]','1563482062'),(14,4,'mail_approved',1,'text','Reserva Confirmada','Su Reserva ha sido Confirmada\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.','','','1563482062'),(15,4,'mail_pending',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(16,4,'mail_deleted',1,'text','Reserva Cancelada','Por motivos ajenos a nuestra voluntad su Reserva ha sido CANCELADA.\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.','','','1563482062'),(17,4,'mail_canceled_by_visitor_user',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(20,5,'mail_new_admin',1,'html','Sistema de reservas | Ofogondaria.com','Muchas gracias por confiar en nuestro sistema de reservas online. \n\nSu solicitud de reserva está <strong>pendiente de confirmación</strong> por el restaurante. A la mayor brevedad posible recibirá noticias.\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.\n','reservas@ofogondaria.com','Se ha recibido una nueva reserva mediante el Sistema de reservas de [site_name] https://ofogondaria.com.\nLos datos suministrados por el cliente son:\n[id]\nFecha: [date] \nRestaurante: [eligeunrestaurante] \nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje]\nConfirmar por mensaje: [confirmarporsms]','1563482062'),(21,5,'mail_approved',1,'text','Reserva Confirmada','Su Reserva ha sido Confirmada\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.','','','1563482062'),(22,5,'mail_pending',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(23,5,'mail_deleted',1,'text','Reserva Cancelada','Por motivos ajenos a nuestra voluntad su Reserva ha sido CANCELADA.\n\nFecha: [date]\nRestaurante: [eligeunrestaurante]\nNombre: [firstname]\nCorreo: [email]\nTeléfono: [phone]\nSolicita: [solicita]\nTipo de evento: [tipodeevento] \nNúmero de comensales: [nmerodecomensales]\nMensaje: [mensaje] \nConfirmacion por sms:[confirmarporsms]\n\nEn caso de que la informacion suministrada no se la correcta,  por favor notificarlo mediante nuestro correo electronico info@restaurantesgallegos.com.\n\nGracias.','','','1563482062'),(24,5,'mail_canceled_by_visitor_user',1,'text',NULL,NULL,NULL,NULL,'1563482062'),(27,2,'mail_new_admin',1,'text',NULL,NULL,NULL,NULL,'1571337760'),(28,2,'mail_approved',1,'text',NULL,NULL,NULL,NULL,'1571337760'),(29,2,'mail_pending',1,'text',NULL,NULL,NULL,NULL,'1571337760'),(30,2,'mail_deleted',1,'text',NULL,NULL,NULL,NULL,'1571337760'),(31,2,'mail_canceled_by_visitor_user',1,'text',NULL,NULL,NULL,NULL,'1571337760');
/*!40000 ALTER TABLE `wpdl_booking_package_emailSetting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_form`
--

DROP TABLE IF EXISTS `wpdl_booking_package_form`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_form` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` int(11) NOT NULL,
  `data` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_form`
--

LOCK TABLES `wpdl_booking_package_form` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_form` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_form` VALUES (1,1,'[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"eligeunrestaurante\",\"name\":\"Elige un restaurante\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"O Fog\\u00f3n Da R\\u00eda,Churrasco a R\\u00eda\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"solicita\",\"name\":\"Solicita\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Presupuesto,Reserva,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"tipodeevento\",\"name\":\"Tipo de evento\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Comida de empresa,Cena de empresa,Comida familiar,Cena familiar,Bautizo,Comuni\\u00f3n,Boda,Despedida de solter@,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"nmerodecomensales\",\"name\":\"N\\u00famero de comensales\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"mensaje\",\"name\":\"Mensaje\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXTAREA\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"confirmarporsms\",\"name\":\"Confirmar por SMS\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de pol\\u00edtica de privacidad\",\"value\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo con los T\\u00e9rminos de pol\\u00edtica de privacidad\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\",\"description\":\"\",\"uri\":\"https:\\/\\/ofogondaria.com\\/politicas-de-privacidad\"}]'),(2,3,'[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"eligeunrestaurante\",\"name\":\"Elige un restaurante\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"O Fog\\u00f3n Da R\\u00eda,Churrasco a R\\u00eda\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"solicita\",\"name\":\"Solicita\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Presupuesto,Reserva,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"tipodeevento\",\"name\":\"Tipo de evento\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Comida de empresa,Cena de empresa,Comida familiar,Cena familiar,Bautizo,Comuni\\u00f3n,Boda,Despedida de solter@,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"nmerodecomensales\",\"name\":\"N\\u00famero de comensales\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"mensaje\",\"name\":\"Mensaje\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXTAREA\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"confirmarporsms\",\"name\":\"Confirmar por SMS\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de pol\\u00edtica de privacidad\",\"value\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo con los T\\u00e9rminos de pol\\u00edtica de privacidad\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\",\"description\":\"\",\"uri\":\"https:\\/\\/ofogondaria.com\\/politicas-de-privacidad\"}]'),(3,4,'[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"eligeunrestaurante\",\"name\":\"Elige un restaurante\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"O Fog\\u00f3n Da R\\u00eda,Churrasco a R\\u00eda\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"solicita\",\"name\":\"Solicita\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Presupuesto,Reserva,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"tipodeevento\",\"name\":\"Tipo de evento\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Comida de empresa,Cena de empresa,Comida familiar,Cena familiar,Bautizo,Comuni\\u00f3n,Boda,Despedida de solter@,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"nmerodecomensales\",\"name\":\"N\\u00famero de comensales\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"mensaje\",\"name\":\"Mensaje\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXTAREA\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"confirmarporsms\",\"name\":\"Confirmar por SMS\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de pol\\u00edtica de privacidad\",\"value\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo con los T\\u00e9rminos de pol\\u00edtica de privacidad\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\",\"description\":\"\",\"uri\":\"https:\\/\\/ofogondaria.com\\/politicas-de-privacidad\"}]'),(4,5,'[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"eligeunrestaurante\",\"name\":\"Elige un restaurante\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"O Fog\\u00f3n Da R\\u00eda,Churrasco a R\\u00eda\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"solicita\",\"name\":\"Solicita\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Presupuesto,Reserva,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"tipodeevento\",\"name\":\"Tipo de evento\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Comida de empresa,Cena de empresa,Comida familiar,Cena familiar,Bautizo,Comuni\\u00f3n,Boda,Despedida de solter@,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"nmerodecomensales\",\"name\":\"N\\u00famero de comensales\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"mensaje\",\"name\":\"Mensaje\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"TEXTAREA\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"confirmarporsms\",\"name\":\"Confirmar por SMS\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de pol\\u00edtica de privacidad\",\"value\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo con los T\\u00e9rminos de pol\\u00edtica de privacidad\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\",\"description\":\"\",\"uri\":\"https:\\/\\/ofogondaria.com\\/politicas-de-privacidad\"}]'),(5,2,'[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"lastname\",\"name\":\"Apellidos\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"zip\",\"name\":\"C\\u00f3digo postal\",\"value\":\"\",\"type\":\"TEXT\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"address\",\"name\":\"Direcci\\u00f3n\",\"value\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de servicio\",\"value\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\"}]');
/*!40000 ALTER TABLE `wpdl_booking_package_form` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_guests`
--

DROP TABLE IF EXISTS `wpdl_booking_package_guests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_guests` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` int(11) NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `target` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'adult',
  `json` text COLLATE utf8mb4_unicode_520_ci,
  `ranking` int(11) NOT NULL,
  `required` int(1) DEFAULT '0',
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_guests`
--

LOCK TABLES `wpdl_booking_package_guests` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_guests` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_guests` VALUES (1,2,'Number of adults','adult','[{\"number\":1,\"price\":0,\"name\":\"1 adult\"},{\"number\":2,\"price\":0,\"name\":\"2 adults\"}]',1,1),(2,2,'Number of children','children','[{\"number\":1,\"price\":0,\"name\":\"1 child\"},{\"number\":2,\"price\":0,\"name\":\"2 children\"}]',2,0);
/*!40000 ALTER TABLE `wpdl_booking_package_guests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_regular_holidays`
--

DROP TABLE IF EXISTS `wpdl_booking_package_regular_holidays`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_regular_holidays` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `day` int(1) DEFAULT NULL,
  `month` int(2) NOT NULL,
  `year` int(4) NOT NULL,
  `unixTime` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `update` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_regular_holidays`
--

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

--
-- Table structure for table `wpdl_booking_package_schedule`
--

DROP TABLE IF EXISTS `wpdl_booking_package_schedule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_schedule` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` int(11) NOT NULL,
  `unixTime` int(11) NOT NULL,
  `year` int(11) NOT NULL,
  `month` int(11) NOT NULL,
  `day` int(11) NOT NULL,
  `weekKey` int(11) NOT NULL,
  `hour` int(11) NOT NULL,
  `min` int(11) NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `cost` float DEFAULT NULL,
  `capacity` int(11) NOT NULL,
  `remainder` int(11) NOT NULL,
  `deadlineTime` int(11) NOT NULL DEFAULT '0',
  `waitingRemainder` int(11) NOT NULL DEFAULT '0',
  `stop` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `holiday` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `uploadDate` int(11) DEFAULT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=149363 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_schedule`
--

LOCK TABLES `wpdl_booking_package_schedule` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_schedule` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_schedule` VALUES (8482,1,1596751200,2020,8,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(8483,1,1596754800,2020,8,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(8484,1,1596758400,2020,8,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(8485,1,1596762000,2020,8,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(8486,1,1596765600,2020,8,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(8487,1,1596769200,2020,8,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(8488,1,1596772800,2020,8,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(8489,1,1596776400,2020,8,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(8490,1,1596780000,2020,8,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(8491,1,1596783600,2020,8,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(8492,1,1596787200,2020,8,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(8493,1,1596790800,2020,8,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(8494,1,1596794400,2020,8,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(8495,1,1596798000,2020,8,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(8496,1,1596801600,2020,8,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(8497,1,1596805200,2020,8,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(8498,1,1596808800,2020,8,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(8499,1,1596812400,2020,8,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(8500,1,1596816000,2020,8,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(8501,1,1596819600,2020,8,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(8502,1,1596823200,2020,8,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(8503,1,1596826800,2020,8,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(8504,1,1596830400,2020,8,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(8505,1,1596834000,2020,8,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(8506,1,1596837600,2020,8,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(8507,1,1596841200,2020,8,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(8508,1,1596844800,2020,8,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(8509,1,1596848400,2020,8,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(8510,1,1596852000,2020,8,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(8511,1,1596855600,2020,8,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(8512,1,1596859200,2020,8,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(8513,1,1596862800,2020,8,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(8514,1,1596866400,2020,8,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(8515,1,1596870000,2020,8,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(8516,1,1596873600,2020,8,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(8517,1,1596877200,2020,8,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(8518,1,1596880800,2020,8,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(8519,1,1596884400,2020,8,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(8520,1,1596888000,2020,8,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(8521,1,1596891600,2020,8,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(8522,1,1596895200,2020,8,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(8523,1,1596898800,2020,8,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(8524,1,1596902400,2020,8,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(8525,1,1596906000,2020,8,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(8526,1,1596909600,2020,8,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(8527,1,1596913200,2020,8,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(8528,1,1596916800,2020,8,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(8529,1,1596920400,2020,8,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(8530,1,1597010400,2020,8,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(8531,1,1597014000,2020,8,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(8532,1,1597017600,2020,8,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(8533,1,1597021200,2020,8,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(8534,1,1597024800,2020,8,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(8535,1,1597028400,2020,8,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(8536,1,1597032000,2020,8,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(8537,1,1597035600,2020,8,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(8538,1,1597039200,2020,8,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(8539,1,1597042800,2020,8,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(8540,1,1597046400,2020,8,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(8541,1,1597050000,2020,8,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(8542,1,1597053600,2020,8,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(8543,1,1597057200,2020,8,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(8544,1,1597060800,2020,8,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(8545,1,1597064400,2020,8,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(8546,1,1597068000,2020,8,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(8547,1,1597071600,2020,8,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(8548,1,1597075200,2020,8,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(8549,1,1597078800,2020,8,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(8550,1,1597082400,2020,8,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(8551,1,1597086000,2020,8,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(8552,1,1597089600,2020,8,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(8553,1,1597093200,2020,8,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(8554,1,1597096800,2020,8,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(8555,1,1597100400,2020,8,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(8556,1,1597104000,2020,8,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(8557,1,1597107600,2020,8,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(8558,1,1597111200,2020,8,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(8559,1,1597114800,2020,8,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(8560,1,1597118400,2020,8,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(8561,1,1597122000,2020,8,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(8562,1,1597125600,2020,8,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(8563,1,1597129200,2020,8,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(8564,1,1597132800,2020,8,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(8565,1,1597136400,2020,8,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(8566,1,1597140000,2020,8,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(8567,1,1597143600,2020,8,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(8568,1,1597147200,2020,8,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(8569,1,1597150800,2020,8,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(8570,1,1597154400,2020,8,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(8571,1,1597158000,2020,8,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(8572,1,1597161600,2020,8,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(8573,1,1597165200,2020,8,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(8574,1,1597168800,2020,8,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(8575,1,1597172400,2020,8,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(8576,1,1597176000,2020,8,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(8577,1,1597179600,2020,8,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(8578,1,1597183200,2020,8,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(8579,1,1597186800,2020,8,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(8580,1,1597190400,2020,8,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(8581,1,1597194000,2020,8,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(8582,1,1597197600,2020,8,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(8583,1,1597201200,2020,8,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(8584,1,1597204800,2020,8,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(8585,1,1597208400,2020,8,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(8586,1,1597212000,2020,8,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(8587,1,1597215600,2020,8,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(8588,1,1597219200,2020,8,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(8589,1,1597222800,2020,8,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(8590,1,1597226400,2020,8,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(8591,1,1597230000,2020,8,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(8592,1,1597233600,2020,8,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(8593,1,1597237200,2020,8,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(8594,1,1597240800,2020,8,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(8595,1,1597244400,2020,8,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(8596,1,1597248000,2020,8,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(8597,1,1597251600,2020,8,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(8598,1,1597255200,2020,8,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(8599,1,1597258800,2020,8,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(8600,1,1597262400,2020,8,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(8601,1,1597266000,2020,8,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(8602,1,1597269600,2020,8,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(8603,1,1597273200,2020,8,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(8604,1,1597276800,2020,8,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(8605,1,1597280400,2020,8,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(8606,1,1597284000,2020,8,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(8607,1,1597287600,2020,8,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(8608,1,1597291200,2020,8,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(8609,1,1597294800,2020,8,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(8610,1,1597298400,2020,8,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(8611,1,1597302000,2020,8,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(8612,1,1597305600,2020,8,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(8613,1,1597309200,2020,8,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(8614,1,1597312800,2020,8,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(8615,1,1597316400,2020,8,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(8616,1,1597320000,2020,8,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(8617,1,1597323600,2020,8,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(8618,1,1597327200,2020,8,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(8619,1,1597330800,2020,8,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(8620,1,1597334400,2020,8,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(8621,1,1597338000,2020,8,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(8622,1,1597341600,2020,8,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(8623,1,1597345200,2020,8,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(8624,1,1597348800,2020,8,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(8625,1,1597352400,2020,8,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(8626,1,1597356000,2020,8,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(8627,1,1597359600,2020,8,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(8628,1,1597363200,2020,8,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(8629,1,1597366800,2020,8,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(8630,1,1597370400,2020,8,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(8631,1,1597374000,2020,8,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(8632,1,1597377600,2020,8,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(8633,1,1597381200,2020,8,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(8634,1,1597384800,2020,8,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(8635,1,1597388400,2020,8,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(8636,1,1597392000,2020,8,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(8637,1,1597395600,2020,8,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(8638,1,1597399200,2020,8,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(8639,1,1597402800,2020,8,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(8640,1,1597406400,2020,8,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(8641,1,1597410000,2020,8,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(8642,1,1597413600,2020,8,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(8643,1,1597417200,2020,8,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(8644,1,1597420800,2020,8,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(8645,1,1597424400,2020,8,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(8646,1,1597428000,2020,8,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(8647,1,1597431600,2020,8,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(8648,1,1597435200,2020,8,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(8649,1,1597438800,2020,8,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(8650,1,1597442400,2020,8,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(8651,1,1597446000,2020,8,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(8652,1,1597449600,2020,8,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(8653,1,1597453200,2020,8,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(8654,1,1597456800,2020,8,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(8655,1,1597460400,2020,8,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(8656,1,1597464000,2020,8,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(8657,1,1597467600,2020,8,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(8658,1,1597471200,2020,8,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(8659,1,1597474800,2020,8,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(8660,1,1597478400,2020,8,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(8661,1,1597482000,2020,8,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(8662,1,1597485600,2020,8,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(8663,1,1597489200,2020,8,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(8664,1,1597492800,2020,8,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(8665,1,1597496400,2020,8,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(8666,1,1597500000,2020,8,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(8667,1,1597503600,2020,8,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(8668,1,1597507200,2020,8,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(8669,1,1597510800,2020,8,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(8670,1,1597514400,2020,8,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(8671,1,1597518000,2020,8,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(8672,1,1597521600,2020,8,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(8673,1,1597525200,2020,8,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(8674,1,1597615200,2020,8,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(8675,1,1597618800,2020,8,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(8676,1,1597622400,2020,8,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(8677,1,1597626000,2020,8,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(8678,1,1597629600,2020,8,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(8679,1,1597633200,2020,8,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(8680,1,1597636800,2020,8,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(8681,1,1597640400,2020,8,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(8682,1,1597644000,2020,8,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(8683,1,1597647600,2020,8,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(8684,1,1597651200,2020,8,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(8685,1,1597654800,2020,8,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(8686,1,1597658400,2020,8,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(8687,1,1597662000,2020,8,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(8688,1,1597665600,2020,8,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(8689,1,1597669200,2020,8,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(8690,1,1597672800,2020,8,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(8691,1,1597676400,2020,8,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(8692,1,1597680000,2020,8,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(8693,1,1597683600,2020,8,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(8694,1,1597687200,2020,8,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(8695,1,1597690800,2020,8,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(8696,1,1597694400,2020,8,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(8697,1,1597698000,2020,8,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(8698,1,1597701600,2020,8,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(8699,1,1597705200,2020,8,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(8700,1,1597708800,2020,8,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(8701,1,1597712400,2020,8,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(8702,1,1597716000,2020,8,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(8703,1,1597719600,2020,8,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(8704,1,1597723200,2020,8,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(8705,1,1597726800,2020,8,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(8706,1,1597730400,2020,8,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(8707,1,1597734000,2020,8,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(8708,1,1597737600,2020,8,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(8709,1,1597741200,2020,8,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(8710,1,1597744800,2020,8,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(8711,1,1597748400,2020,8,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(8712,1,1597752000,2020,8,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(8713,1,1597755600,2020,8,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(8714,1,1597759200,2020,8,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(8715,1,1597762800,2020,8,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(8716,1,1597766400,2020,8,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(8717,1,1597770000,2020,8,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(8718,1,1597773600,2020,8,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(8719,1,1597777200,2020,8,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(8720,1,1597780800,2020,8,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(8721,1,1597784400,2020,8,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(8722,1,1597788000,2020,8,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(8723,1,1597791600,2020,8,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(8724,1,1597795200,2020,8,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(8725,1,1597798800,2020,8,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(8726,1,1597802400,2020,8,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(8727,1,1597806000,2020,8,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(8728,1,1597809600,2020,8,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(8729,1,1597813200,2020,8,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(8730,1,1597816800,2020,8,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(8731,1,1597820400,2020,8,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(8732,1,1597824000,2020,8,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(8733,1,1597827600,2020,8,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(8734,1,1597831200,2020,8,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(8735,1,1597834800,2020,8,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(8736,1,1597838400,2020,8,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(8737,1,1597842000,2020,8,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(8738,1,1597845600,2020,8,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(8739,1,1597849200,2020,8,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(8740,1,1597852800,2020,8,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(8741,1,1597856400,2020,8,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(8742,1,1597860000,2020,8,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(8743,1,1597863600,2020,8,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(8744,1,1597867200,2020,8,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(8745,1,1597870800,2020,8,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(8746,1,1597874400,2020,8,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(8747,1,1597878000,2020,8,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(8748,1,1597881600,2020,8,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(8749,1,1597885200,2020,8,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(8750,1,1597888800,2020,8,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(8751,1,1597892400,2020,8,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(8752,1,1597896000,2020,8,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(8753,1,1597899600,2020,8,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(8754,1,1597903200,2020,8,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(8755,1,1597906800,2020,8,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(8756,1,1597910400,2020,8,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(8757,1,1597914000,2020,8,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(8758,1,1597917600,2020,8,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(8759,1,1597921200,2020,8,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(8760,1,1597924800,2020,8,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(8761,1,1597928400,2020,8,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(8762,1,1597932000,2020,8,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(8763,1,1597935600,2020,8,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(8764,1,1597939200,2020,8,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(8765,1,1597942800,2020,8,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(8766,1,1597946400,2020,8,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(8767,1,1597950000,2020,8,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(8768,1,1597953600,2020,8,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(8769,1,1597957200,2020,8,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(8770,1,1597960800,2020,8,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(8771,1,1597964400,2020,8,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(8772,1,1597968000,2020,8,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(8773,1,1597971600,2020,8,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(8774,1,1597975200,2020,8,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(8775,1,1597978800,2020,8,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(8776,1,1597982400,2020,8,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(8777,1,1597986000,2020,8,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(8778,1,1597989600,2020,8,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(8779,1,1597993200,2020,8,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(8780,1,1597996800,2020,8,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(8781,1,1598000400,2020,8,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(8782,1,1598004000,2020,8,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(8783,1,1598007600,2020,8,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(8784,1,1598011200,2020,8,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(8785,1,1598014800,2020,8,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(8786,1,1598018400,2020,8,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(8787,1,1598022000,2020,8,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(8788,1,1598025600,2020,8,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(8789,1,1598029200,2020,8,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(8790,1,1598032800,2020,8,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(8791,1,1598036400,2020,8,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(8792,1,1598040000,2020,8,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(8793,1,1598043600,2020,8,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(8794,1,1598047200,2020,8,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(8795,1,1598050800,2020,8,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(8796,1,1598054400,2020,8,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(8797,1,1598058000,2020,8,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(8798,1,1598061600,2020,8,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(8799,1,1598065200,2020,8,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(8800,1,1598068800,2020,8,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(8801,1,1598072400,2020,8,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(8802,1,1598076000,2020,8,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(8803,1,1598079600,2020,8,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(8804,1,1598083200,2020,8,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(8805,1,1598086800,2020,8,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(8806,1,1598090400,2020,8,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(8807,1,1598094000,2020,8,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(8808,1,1598097600,2020,8,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(8809,1,1598101200,2020,8,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(8810,1,1598104800,2020,8,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(8811,1,1598108400,2020,8,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(8812,1,1598112000,2020,8,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(8813,1,1598115600,2020,8,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(8814,1,1598119200,2020,8,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(8815,1,1598122800,2020,8,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(8816,1,1598126400,2020,8,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(8817,1,1598130000,2020,8,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(8818,1,1598220000,2020,8,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(8819,1,1598223600,2020,8,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(8820,1,1598227200,2020,8,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(8821,1,1598230800,2020,8,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(8822,1,1598234400,2020,8,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(8823,1,1598238000,2020,8,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(8824,1,1598241600,2020,8,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(8825,1,1598245200,2020,8,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(8826,1,1598248800,2020,8,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(8827,1,1598252400,2020,8,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(8828,1,1598256000,2020,8,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(8829,1,1598259600,2020,8,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(8830,1,1598263200,2020,8,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(8831,1,1598266800,2020,8,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(8832,1,1598270400,2020,8,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(8833,1,1598274000,2020,8,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(8834,1,1598277600,2020,8,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(8835,1,1598281200,2020,8,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(8836,1,1598284800,2020,8,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(8837,1,1598288400,2020,8,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(8838,1,1598292000,2020,8,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(8839,1,1598295600,2020,8,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(8840,1,1598299200,2020,8,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(8841,1,1598302800,2020,8,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(8842,1,1598306400,2020,8,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(8843,1,1598310000,2020,8,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(8844,1,1598313600,2020,8,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(8845,1,1598317200,2020,8,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(8846,1,1598320800,2020,8,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(8847,1,1598324400,2020,8,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(8848,1,1598328000,2020,8,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(8849,1,1598331600,2020,8,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(8850,1,1598335200,2020,8,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(8851,1,1598338800,2020,8,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(8852,1,1598342400,2020,8,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(8853,1,1598346000,2020,8,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(8854,1,1598349600,2020,8,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(8855,1,1598353200,2020,8,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(8856,1,1598356800,2020,8,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(8857,1,1598360400,2020,8,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(8858,1,1598364000,2020,8,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(8859,1,1598367600,2020,8,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(8860,1,1598371200,2020,8,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(8861,1,1598374800,2020,8,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(8862,1,1598378400,2020,8,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(8863,1,1598382000,2020,8,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(8864,1,1598385600,2020,8,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(8865,1,1598389200,2020,8,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(8866,1,1598392800,2020,8,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(8867,1,1598396400,2020,8,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(8868,1,1598400000,2020,8,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(8869,1,1598403600,2020,8,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(8870,1,1598407200,2020,8,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(8871,1,1598410800,2020,8,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(8872,1,1598414400,2020,8,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(8873,1,1598418000,2020,8,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(8874,1,1598421600,2020,8,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(8875,1,1598425200,2020,8,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(8876,1,1598428800,2020,8,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(8877,1,1598432400,2020,8,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(8878,1,1598436000,2020,8,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(8879,1,1598439600,2020,8,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(8880,1,1598443200,2020,8,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(8881,1,1598446800,2020,8,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(8882,1,1598450400,2020,8,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(8883,1,1598454000,2020,8,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(8884,1,1598457600,2020,8,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(8885,1,1598461200,2020,8,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(8886,1,1598464800,2020,8,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(8887,1,1598468400,2020,8,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(8888,1,1598472000,2020,8,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(8889,1,1598475600,2020,8,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(8890,1,1598479200,2020,8,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(8891,1,1598482800,2020,8,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(8892,1,1598486400,2020,8,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(8893,1,1598490000,2020,8,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(8894,1,1598493600,2020,8,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(8895,1,1598497200,2020,8,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(8896,1,1598500800,2020,8,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(8897,1,1598504400,2020,8,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(8898,1,1598508000,2020,8,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(8899,1,1598511600,2020,8,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(8900,1,1598515200,2020,8,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(8901,1,1598518800,2020,8,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(8902,1,1598522400,2020,8,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(8903,1,1598526000,2020,8,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(8904,1,1598529600,2020,8,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(8905,1,1598533200,2020,8,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(8906,1,1598536800,2020,8,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(8907,1,1598540400,2020,8,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(8908,1,1598544000,2020,8,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(8909,1,1598547600,2020,8,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(8910,1,1598551200,2020,8,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(8911,1,1598554800,2020,8,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(8912,1,1598558400,2020,8,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(8913,1,1598562000,2020,8,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(8914,1,1598565600,2020,8,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(8915,1,1598569200,2020,8,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(8916,1,1598572800,2020,8,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(8917,1,1598576400,2020,8,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(8918,1,1598580000,2020,8,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(8919,1,1598583600,2020,8,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(8920,1,1598587200,2020,8,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(8921,1,1598590800,2020,8,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(8922,1,1598594400,2020,8,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(8923,1,1598598000,2020,8,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(8924,1,1598601600,2020,8,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(8925,1,1598605200,2020,8,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(8926,1,1598608800,2020,8,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(8927,1,1598612400,2020,8,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(8928,1,1598616000,2020,8,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(8929,1,1598619600,2020,8,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(8930,1,1598623200,2020,8,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(8931,1,1598626800,2020,8,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(8932,1,1598630400,2020,8,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(8933,1,1598634000,2020,8,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(8934,1,1598637600,2020,8,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(8935,1,1598641200,2020,8,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(8936,1,1598644800,2020,8,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(8937,1,1598648400,2020,8,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(8938,1,1598652000,2020,8,29,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(8939,1,1598655600,2020,8,29,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(8940,1,1598659200,2020,8,29,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(8941,1,1598662800,2020,8,29,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(8942,1,1598666400,2020,8,29,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(8943,1,1598670000,2020,8,29,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(8944,1,1598673600,2020,8,29,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(8945,1,1598677200,2020,8,29,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(8946,1,1598680800,2020,8,29,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(8947,1,1598684400,2020,8,29,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(8948,1,1598688000,2020,8,29,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(8949,1,1598691600,2020,8,29,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(8950,1,1598695200,2020,8,29,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(8951,1,1598698800,2020,8,29,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(8952,1,1598702400,2020,8,29,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(8953,1,1598706000,2020,8,29,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(8954,1,1598709600,2020,8,29,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(8955,1,1598713200,2020,8,29,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(8956,1,1598716800,2020,8,29,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(8957,1,1598720400,2020,8,29,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(8958,1,1598724000,2020,8,29,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(8959,1,1598727600,2020,8,29,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(8960,1,1598731200,2020,8,29,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(8961,1,1598734800,2020,8,29,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(8962,1,1598824800,2020,8,31,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(8963,1,1598828400,2020,8,31,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(8964,1,1598832000,2020,8,31,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(8965,1,1598835600,2020,8,31,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(8966,1,1598839200,2020,8,31,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(8967,1,1598842800,2020,8,31,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(8968,1,1598846400,2020,8,31,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(8969,1,1598850000,2020,8,31,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(8970,1,1598853600,2020,8,31,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(8971,1,1598857200,2020,8,31,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(8972,1,1598860800,2020,8,31,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(8973,1,1598864400,2020,8,31,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(8974,1,1598868000,2020,8,31,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(8975,1,1598871600,2020,8,31,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(8976,1,1598875200,2020,8,31,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(8977,1,1598878800,2020,8,31,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(8978,1,1598882400,2020,8,31,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(8979,1,1598886000,2020,8,31,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(8980,1,1598889600,2020,8,31,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(8981,1,1598893200,2020,8,31,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(8982,1,1598896800,2020,8,31,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(8983,1,1598900400,2020,8,31,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(8984,1,1598904000,2020,8,31,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(8985,1,1598907600,2020,8,31,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(8986,1,1598911200,2020,9,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(8987,1,1598914800,2020,9,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(8988,1,1598918400,2020,9,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(8989,1,1598922000,2020,9,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(8990,1,1598925600,2020,9,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(8991,1,1598929200,2020,9,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(8992,1,1598932800,2020,9,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(8993,1,1598936400,2020,9,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(8994,1,1598940000,2020,9,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(8995,1,1598943600,2020,9,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(8996,1,1598947200,2020,9,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(8997,1,1598950800,2020,9,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(8998,1,1598954400,2020,9,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(8999,1,1598958000,2020,9,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(9000,1,1598961600,2020,9,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(9001,1,1598965200,2020,9,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(9002,1,1598968800,2020,9,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(9003,1,1598972400,2020,9,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(9004,1,1598976000,2020,9,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(9005,1,1598979600,2020,9,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(9006,1,1598983200,2020,9,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(9007,1,1598986800,2020,9,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(9008,1,1598990400,2020,9,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(9009,1,1598994000,2020,9,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(9010,1,1598997600,2020,9,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(9011,1,1599001200,2020,9,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(9012,1,1599004800,2020,9,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(9013,1,1599008400,2020,9,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(9014,1,1599012000,2020,9,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(9015,1,1599015600,2020,9,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(9016,1,1599019200,2020,9,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(9017,1,1599022800,2020,9,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(9018,1,1599026400,2020,9,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(9019,1,1599030000,2020,9,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(9020,1,1599033600,2020,9,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(9021,1,1599037200,2020,9,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(9022,1,1599040800,2020,9,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(9023,1,1599044400,2020,9,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(9024,1,1599048000,2020,9,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(9025,1,1599051600,2020,9,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(9026,1,1599055200,2020,9,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(9027,1,1599058800,2020,9,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(9028,1,1599062400,2020,9,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(9029,1,1599066000,2020,9,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(9030,1,1599069600,2020,9,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(9031,1,1599073200,2020,9,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(9032,1,1599076800,2020,9,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(9033,1,1599080400,2020,9,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(9034,1,1599084000,2020,9,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(9035,1,1599087600,2020,9,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(9036,1,1599091200,2020,9,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(9037,1,1599094800,2020,9,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(9038,1,1599098400,2020,9,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(9039,1,1599102000,2020,9,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(9040,1,1599105600,2020,9,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(9041,1,1599109200,2020,9,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(9042,1,1599112800,2020,9,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(9043,1,1599116400,2020,9,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(9044,1,1599120000,2020,9,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(9045,1,1599123600,2020,9,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(9046,1,1599127200,2020,9,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(9047,1,1599130800,2020,9,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(9048,1,1599134400,2020,9,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(9049,1,1599138000,2020,9,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(9050,1,1599141600,2020,9,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(9051,1,1599145200,2020,9,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(9052,1,1599148800,2020,9,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(9053,1,1599152400,2020,9,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(9054,1,1599156000,2020,9,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(9055,1,1599159600,2020,9,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(9056,1,1599163200,2020,9,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(9057,1,1599166800,2020,9,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(9058,1,1599170400,2020,9,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(9059,1,1599174000,2020,9,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(9060,1,1599177600,2020,9,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(9061,1,1599181200,2020,9,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(9062,1,1599184800,2020,9,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(9063,1,1599188400,2020,9,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(9064,1,1599192000,2020,9,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(9065,1,1599195600,2020,9,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(9066,1,1599199200,2020,9,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(9067,1,1599202800,2020,9,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(9068,1,1599206400,2020,9,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(9069,1,1599210000,2020,9,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(9070,1,1599213600,2020,9,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(9071,1,1599217200,2020,9,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(9072,1,1599220800,2020,9,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(9073,1,1599224400,2020,9,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(9074,1,1599228000,2020,9,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(9075,1,1599231600,2020,9,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(9076,1,1599235200,2020,9,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(9077,1,1599238800,2020,9,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(9078,1,1599242400,2020,9,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(9079,1,1599246000,2020,9,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(9080,1,1599249600,2020,9,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(9081,1,1599253200,2020,9,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(9082,1,1599256800,2020,9,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(9083,1,1599260400,2020,9,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(9084,1,1599264000,2020,9,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(9085,1,1599267600,2020,9,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(9086,1,1599271200,2020,9,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(9087,1,1599274800,2020,9,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(9088,1,1599278400,2020,9,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(9089,1,1599282000,2020,9,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(9090,1,1599285600,2020,9,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(9091,1,1599289200,2020,9,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(9092,1,1599292800,2020,9,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(9093,1,1599296400,2020,9,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(9094,1,1599300000,2020,9,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(9095,1,1599303600,2020,9,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(9096,1,1599307200,2020,9,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(9097,1,1599310800,2020,9,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(9098,1,1599314400,2020,9,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(9099,1,1599318000,2020,9,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(9100,1,1599321600,2020,9,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(9101,1,1599325200,2020,9,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(9102,1,1599328800,2020,9,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(9103,1,1599332400,2020,9,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(9104,1,1599336000,2020,9,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(9105,1,1599339600,2020,9,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(9106,1,1599429600,2020,9,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(9107,1,1599433200,2020,9,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(9108,1,1599436800,2020,9,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(9109,1,1599440400,2020,9,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(9110,1,1599444000,2020,9,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(9111,1,1599447600,2020,9,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(9112,1,1599451200,2020,9,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(9113,1,1599454800,2020,9,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(9114,1,1599458400,2020,9,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(9115,1,1599462000,2020,9,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(9116,1,1599465600,2020,9,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(9117,1,1599469200,2020,9,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(9118,1,1599472800,2020,9,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(9119,1,1599476400,2020,9,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(9120,1,1599480000,2020,9,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(9121,1,1599483600,2020,9,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(9122,1,1599487200,2020,9,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(9123,1,1599490800,2020,9,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(9124,1,1599494400,2020,9,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(9125,1,1599498000,2020,9,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(9126,1,1599501600,2020,9,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(9127,1,1599505200,2020,9,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(9128,1,1599508800,2020,9,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(9129,1,1599512400,2020,9,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(9130,1,1599516000,2020,9,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(9131,1,1599519600,2020,9,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(9132,1,1599523200,2020,9,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(9133,1,1599526800,2020,9,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(9134,1,1599530400,2020,9,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(9135,1,1599534000,2020,9,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(9136,1,1599537600,2020,9,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(9137,1,1599541200,2020,9,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(9138,1,1599544800,2020,9,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(9139,1,1599548400,2020,9,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(9140,1,1599552000,2020,9,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(9141,1,1599555600,2020,9,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(9142,1,1599559200,2020,9,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(9143,1,1599562800,2020,9,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(9144,1,1599566400,2020,9,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(9145,1,1599570000,2020,9,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(9146,1,1599573600,2020,9,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(9147,1,1599577200,2020,9,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(9148,1,1599580800,2020,9,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(9149,1,1599584400,2020,9,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(9150,1,1599588000,2020,9,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(9151,1,1599591600,2020,9,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(9152,1,1599595200,2020,9,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(9153,1,1599598800,2020,9,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(9154,1,1599602400,2020,9,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(9155,1,1599606000,2020,9,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(9156,1,1599609600,2020,9,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(9157,1,1599613200,2020,9,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(9158,1,1599616800,2020,9,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(9159,1,1599620400,2020,9,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(9160,1,1599624000,2020,9,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(9161,1,1599627600,2020,9,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(9162,1,1599631200,2020,9,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(9163,1,1599634800,2020,9,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(9164,1,1599638400,2020,9,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(9165,1,1599642000,2020,9,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(9166,1,1599645600,2020,9,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(9167,1,1599649200,2020,9,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(9168,1,1599652800,2020,9,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(9169,1,1599656400,2020,9,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(9170,1,1599660000,2020,9,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(9171,1,1599663600,2020,9,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(9172,1,1599667200,2020,9,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(9173,1,1599670800,2020,9,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(9174,1,1599674400,2020,9,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(9175,1,1599678000,2020,9,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(9176,1,1599681600,2020,9,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(9177,1,1599685200,2020,9,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(9178,1,1599688800,2020,9,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(9179,1,1599692400,2020,9,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(9180,1,1599696000,2020,9,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(9181,1,1599699600,2020,9,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(9182,1,1599703200,2020,9,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(9183,1,1599706800,2020,9,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(9184,1,1599710400,2020,9,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(9185,1,1599714000,2020,9,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(9186,1,1599717600,2020,9,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(9187,1,1599721200,2020,9,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(9188,1,1599724800,2020,9,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(9189,1,1599728400,2020,9,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(9190,1,1599732000,2020,9,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(9191,1,1599735600,2020,9,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(9192,1,1599739200,2020,9,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(9193,1,1599742800,2020,9,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(9194,1,1599746400,2020,9,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(9195,1,1599750000,2020,9,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(9196,1,1599753600,2020,9,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(9197,1,1599757200,2020,9,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(9198,1,1599760800,2020,9,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(9199,1,1599764400,2020,9,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(9200,1,1599768000,2020,9,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(9201,1,1599771600,2020,9,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(9202,1,1599775200,2020,9,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(9203,1,1599778800,2020,9,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(9204,1,1599782400,2020,9,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(9205,1,1599786000,2020,9,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(9206,1,1599789600,2020,9,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(9207,1,1599793200,2020,9,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(9208,1,1599796800,2020,9,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(9209,1,1599800400,2020,9,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(9210,1,1599804000,2020,9,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(9211,1,1599807600,2020,9,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(9212,1,1599811200,2020,9,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(9213,1,1599814800,2020,9,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(9214,1,1599818400,2020,9,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(9215,1,1599822000,2020,9,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(9216,1,1599825600,2020,9,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(9217,1,1599829200,2020,9,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(9218,1,1599832800,2020,9,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(9219,1,1599836400,2020,9,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(9220,1,1599840000,2020,9,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(9221,1,1599843600,2020,9,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(9222,1,1599847200,2020,9,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(9223,1,1599850800,2020,9,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(9224,1,1599854400,2020,9,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(9225,1,1599858000,2020,9,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(9226,1,1599861600,2020,9,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(9227,1,1599865200,2020,9,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(9228,1,1599868800,2020,9,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(9229,1,1599872400,2020,9,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(9230,1,1599876000,2020,9,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(9231,1,1599879600,2020,9,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(9232,1,1599883200,2020,9,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(9233,1,1599886800,2020,9,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(9234,1,1599890400,2020,9,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(9235,1,1599894000,2020,9,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(9236,1,1599897600,2020,9,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(9237,1,1599901200,2020,9,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(9238,1,1599904800,2020,9,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(9239,1,1599908400,2020,9,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(9240,1,1599912000,2020,9,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(9241,1,1599915600,2020,9,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(9242,1,1599919200,2020,9,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(9243,1,1599922800,2020,9,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(9244,1,1599926400,2020,9,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(9245,1,1599930000,2020,9,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(9246,1,1599933600,2020,9,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(9247,1,1599937200,2020,9,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(9248,1,1599940800,2020,9,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(9249,1,1599944400,2020,9,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(9250,1,1600034400,2020,9,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(9251,1,1600038000,2020,9,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(9252,1,1600041600,2020,9,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(9253,1,1600045200,2020,9,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(9254,1,1600048800,2020,9,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(9255,1,1600052400,2020,9,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(9256,1,1600056000,2020,9,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(9257,1,1600059600,2020,9,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(9258,1,1600063200,2020,9,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(9259,1,1600066800,2020,9,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(9260,1,1600070400,2020,9,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(9261,1,1600074000,2020,9,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(9262,1,1600077600,2020,9,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(9263,1,1600081200,2020,9,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(9264,1,1600084800,2020,9,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(9265,1,1600088400,2020,9,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(9266,1,1600092000,2020,9,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(9267,1,1600095600,2020,9,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(9268,1,1600099200,2020,9,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(9269,1,1600102800,2020,9,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(9270,1,1600106400,2020,9,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(9271,1,1600110000,2020,9,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(9272,1,1600113600,2020,9,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(9273,1,1600117200,2020,9,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(9274,1,1600120800,2020,9,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(9275,1,1600124400,2020,9,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(9276,1,1600128000,2020,9,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(9277,1,1600131600,2020,9,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(9278,1,1600135200,2020,9,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(9279,1,1600138800,2020,9,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(9280,1,1600142400,2020,9,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(9281,1,1600146000,2020,9,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(9282,1,1600149600,2020,9,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(9283,1,1600153200,2020,9,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(9284,1,1600156800,2020,9,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(9285,1,1600160400,2020,9,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(9286,1,1600164000,2020,9,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(9287,1,1600167600,2020,9,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(9288,1,1600171200,2020,9,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(9289,1,1600174800,2020,9,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(9290,1,1600178400,2020,9,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(9291,1,1600182000,2020,9,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(9292,1,1600185600,2020,9,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(9293,1,1600189200,2020,9,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(9294,1,1600192800,2020,9,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(9295,1,1600196400,2020,9,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(9296,1,1600200000,2020,9,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(9297,1,1600203600,2020,9,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(9298,1,1600207200,2020,9,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(9299,1,1600210800,2020,9,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(9300,1,1600214400,2020,9,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(9301,1,1600218000,2020,9,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(9302,1,1600221600,2020,9,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(9303,1,1600225200,2020,9,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(9304,1,1600228800,2020,9,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(9305,1,1600232400,2020,9,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(9306,1,1600236000,2020,9,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(9307,1,1600239600,2020,9,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(9308,1,1600243200,2020,9,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(9309,1,1600246800,2020,9,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(9310,1,1600250400,2020,9,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(9311,1,1600254000,2020,9,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(9312,1,1600257600,2020,9,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(9313,1,1600261200,2020,9,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(9314,1,1600264800,2020,9,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(9315,1,1600268400,2020,9,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(9316,1,1600272000,2020,9,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(9317,1,1600275600,2020,9,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(9318,1,1600279200,2020,9,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(9319,1,1600282800,2020,9,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(9320,1,1600286400,2020,9,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(9321,1,1600290000,2020,9,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(9322,1,1600293600,2020,9,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(9323,1,1600297200,2020,9,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(9324,1,1600300800,2020,9,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(9325,1,1600304400,2020,9,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(9326,1,1600308000,2020,9,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(9327,1,1600311600,2020,9,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(9328,1,1600315200,2020,9,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(9329,1,1600318800,2020,9,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(9330,1,1600322400,2020,9,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(9331,1,1600326000,2020,9,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(9332,1,1600329600,2020,9,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(9333,1,1600333200,2020,9,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(9334,1,1600336800,2020,9,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(9335,1,1600340400,2020,9,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(9336,1,1600344000,2020,9,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(9337,1,1600347600,2020,9,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(9338,1,1600351200,2020,9,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(9339,1,1600354800,2020,9,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(9340,1,1600358400,2020,9,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(9341,1,1600362000,2020,9,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(9342,1,1600365600,2020,9,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(9343,1,1600369200,2020,9,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(9344,1,1600372800,2020,9,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(9345,1,1600376400,2020,9,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(9346,1,1600380000,2020,9,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(9347,1,1600383600,2020,9,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(9348,1,1600387200,2020,9,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(9349,1,1600390800,2020,9,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(9350,1,1600394400,2020,9,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(9351,1,1600398000,2020,9,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(9352,1,1600401600,2020,9,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(9353,1,1600405200,2020,9,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(9354,1,1600408800,2020,9,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(9355,1,1600412400,2020,9,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(9356,1,1600416000,2020,9,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(9357,1,1600419600,2020,9,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(9358,1,1600423200,2020,9,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(9359,1,1600426800,2020,9,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(9360,1,1600430400,2020,9,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(9361,1,1600434000,2020,9,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(9362,1,1600437600,2020,9,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(9363,1,1600441200,2020,9,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(9364,1,1600444800,2020,9,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(9365,1,1600448400,2020,9,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(9366,1,1600452000,2020,9,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(9367,1,1600455600,2020,9,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(9368,1,1600459200,2020,9,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(9369,1,1600462800,2020,9,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(9370,1,1600466400,2020,9,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(9371,1,1600470000,2020,9,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(9372,1,1600473600,2020,9,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(9373,1,1600477200,2020,9,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(9374,1,1600480800,2020,9,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(9375,1,1600484400,2020,9,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(9376,1,1600488000,2020,9,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(9377,1,1600491600,2020,9,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(9378,1,1600495200,2020,9,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(9379,1,1600498800,2020,9,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(9380,1,1600502400,2020,9,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(9381,1,1600506000,2020,9,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(9382,1,1600509600,2020,9,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(9383,1,1600513200,2020,9,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(9384,1,1600516800,2020,9,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(9385,1,1600520400,2020,9,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(9386,1,1600524000,2020,9,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(9387,1,1600527600,2020,9,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(9388,1,1600531200,2020,9,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(9389,1,1600534800,2020,9,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(9390,1,1600538400,2020,9,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(9391,1,1600542000,2020,9,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(9392,1,1600545600,2020,9,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(9393,1,1600549200,2020,9,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(9394,1,1600639200,2020,9,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(9395,1,1600642800,2020,9,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(9396,1,1600646400,2020,9,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(9397,1,1600650000,2020,9,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(9398,1,1600653600,2020,9,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(9399,1,1600657200,2020,9,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(9400,1,1600660800,2020,9,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(9401,1,1600664400,2020,9,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(9402,1,1600668000,2020,9,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(9403,1,1600671600,2020,9,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(9404,1,1600675200,2020,9,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(9405,1,1600678800,2020,9,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(9406,1,1600682400,2020,9,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(9407,1,1600686000,2020,9,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(9408,1,1600689600,2020,9,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(9409,1,1600693200,2020,9,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(9410,1,1600696800,2020,9,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(9411,1,1600700400,2020,9,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(9412,1,1600704000,2020,9,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(9413,1,1600707600,2020,9,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(9414,1,1600711200,2020,9,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(9415,1,1600714800,2020,9,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(9416,1,1600718400,2020,9,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(9417,1,1600722000,2020,9,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(9418,1,1600725600,2020,9,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(9419,1,1600729200,2020,9,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(9420,1,1600732800,2020,9,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(9421,1,1600736400,2020,9,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(9422,1,1600740000,2020,9,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(9423,1,1600743600,2020,9,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(9424,1,1600747200,2020,9,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(9425,1,1600750800,2020,9,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(9426,1,1600754400,2020,9,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(9427,1,1600758000,2020,9,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(9428,1,1600761600,2020,9,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(9429,1,1600765200,2020,9,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(9430,1,1600768800,2020,9,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(9431,1,1600772400,2020,9,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(9432,1,1600776000,2020,9,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(9433,1,1600779600,2020,9,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(9434,1,1600783200,2020,9,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(9435,1,1600786800,2020,9,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(9436,1,1600790400,2020,9,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(9437,1,1600794000,2020,9,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(9438,1,1600797600,2020,9,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(9439,1,1600801200,2020,9,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(9440,1,1600804800,2020,9,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(9441,1,1600808400,2020,9,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(9442,1,1600812000,2020,9,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(9443,1,1600815600,2020,9,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(9444,1,1600819200,2020,9,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(9445,1,1600822800,2020,9,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(9446,1,1600826400,2020,9,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(9447,1,1600830000,2020,9,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(9448,1,1600833600,2020,9,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(9449,1,1600837200,2020,9,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(9450,1,1600840800,2020,9,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(9451,1,1600844400,2020,9,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(9452,1,1600848000,2020,9,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(9453,1,1600851600,2020,9,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(9454,1,1600855200,2020,9,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(9455,1,1600858800,2020,9,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(9456,1,1600862400,2020,9,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(9457,1,1600866000,2020,9,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(9458,1,1600869600,2020,9,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(9459,1,1600873200,2020,9,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(9460,1,1600876800,2020,9,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(9461,1,1600880400,2020,9,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(9462,1,1600884000,2020,9,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(9463,1,1600887600,2020,9,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(9464,1,1600891200,2020,9,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(9465,1,1600894800,2020,9,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(9466,1,1600898400,2020,9,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(9467,1,1600902000,2020,9,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(9468,1,1600905600,2020,9,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(9469,1,1600909200,2020,9,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(9470,1,1600912800,2020,9,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(9471,1,1600916400,2020,9,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(9472,1,1600920000,2020,9,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(9473,1,1600923600,2020,9,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(9474,1,1600927200,2020,9,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(9475,1,1600930800,2020,9,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(9476,1,1600934400,2020,9,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(9477,1,1600938000,2020,9,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(9478,1,1600941600,2020,9,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(9479,1,1600945200,2020,9,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(9480,1,1600948800,2020,9,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(9481,1,1600952400,2020,9,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(9482,1,1600956000,2020,9,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(9483,1,1600959600,2020,9,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(9484,1,1600963200,2020,9,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(9485,1,1600966800,2020,9,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(9486,1,1600970400,2020,9,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(9487,1,1600974000,2020,9,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(9488,1,1600977600,2020,9,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(9489,1,1600981200,2020,9,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(9490,1,1600984800,2020,9,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(9491,1,1600988400,2020,9,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(9492,1,1600992000,2020,9,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(9493,1,1600995600,2020,9,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(9494,1,1600999200,2020,9,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(9495,1,1601002800,2020,9,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(9496,1,1601006400,2020,9,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(9497,1,1601010000,2020,9,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(9498,1,1601013600,2020,9,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(9499,1,1601017200,2020,9,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(9500,1,1601020800,2020,9,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(9501,1,1601024400,2020,9,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(9502,1,1601028000,2020,9,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(9503,1,1601031600,2020,9,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(9504,1,1601035200,2020,9,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(9505,1,1601038800,2020,9,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(9506,1,1601042400,2020,9,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(9507,1,1601046000,2020,9,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(9508,1,1601049600,2020,9,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(9509,1,1601053200,2020,9,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(9510,1,1601056800,2020,9,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(9511,1,1601060400,2020,9,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(9512,1,1601064000,2020,9,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(9513,1,1601067600,2020,9,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(9514,1,1601071200,2020,9,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(9515,1,1601074800,2020,9,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(9516,1,1601078400,2020,9,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(9517,1,1601082000,2020,9,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(9518,1,1601085600,2020,9,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(9519,1,1601089200,2020,9,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(9520,1,1601092800,2020,9,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(9521,1,1601096400,2020,9,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(9522,1,1601100000,2020,9,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(9523,1,1601103600,2020,9,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(9524,1,1601107200,2020,9,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(9525,1,1601110800,2020,9,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(9526,1,1601114400,2020,9,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(9527,1,1601118000,2020,9,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(9528,1,1601121600,2020,9,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(9529,1,1601125200,2020,9,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(9530,1,1601128800,2020,9,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(9531,1,1601132400,2020,9,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(9532,1,1601136000,2020,9,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(9533,1,1601139600,2020,9,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(9534,1,1601143200,2020,9,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(9535,1,1601146800,2020,9,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(9536,1,1601150400,2020,9,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(9537,1,1601154000,2020,9,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(9538,1,1601244000,2020,9,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(9539,1,1601247600,2020,9,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(9540,1,1601251200,2020,9,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(9541,1,1601254800,2020,9,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(9542,1,1601258400,2020,9,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(9543,1,1601262000,2020,9,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(9544,1,1601265600,2020,9,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(9545,1,1601269200,2020,9,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(9546,1,1601272800,2020,9,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(9547,1,1601276400,2020,9,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(9548,1,1601280000,2020,9,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(9549,1,1601283600,2020,9,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(9550,1,1601287200,2020,9,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(9551,1,1601290800,2020,9,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(9552,1,1601294400,2020,9,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(9553,1,1601298000,2020,9,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(9554,1,1601301600,2020,9,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(9555,1,1601305200,2020,9,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(9556,1,1601308800,2020,9,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(9557,1,1601312400,2020,9,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(9558,1,1601316000,2020,9,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(9559,1,1601319600,2020,9,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(9560,1,1601323200,2020,9,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(9561,1,1601326800,2020,9,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(9562,1,1601330400,2020,9,29,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(9563,1,1601334000,2020,9,29,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(9564,1,1601337600,2020,9,29,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(9565,1,1601341200,2020,9,29,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(9566,1,1601344800,2020,9,29,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(9567,1,1601348400,2020,9,29,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(9568,1,1601352000,2020,9,29,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(9569,1,1601355600,2020,9,29,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(9570,1,1601359200,2020,9,29,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(9571,1,1601362800,2020,9,29,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(9572,1,1601366400,2020,9,29,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(9573,1,1601370000,2020,9,29,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(9574,1,1601373600,2020,9,29,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(9575,1,1601377200,2020,9,29,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(9576,1,1601380800,2020,9,29,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(9577,1,1601384400,2020,9,29,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(9578,1,1601388000,2020,9,29,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(9579,1,1601391600,2020,9,29,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(9580,1,1601395200,2020,9,29,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(9581,1,1601398800,2020,9,29,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(9582,1,1601402400,2020,9,29,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(9583,1,1601406000,2020,9,29,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(9584,1,1601409600,2020,9,29,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(9585,1,1601413200,2020,9,29,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(9586,1,1601416800,2020,9,30,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(9587,1,1601420400,2020,9,30,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(9588,1,1601424000,2020,9,30,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(9589,1,1601427600,2020,9,30,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(9590,1,1601431200,2020,9,30,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(9591,1,1601434800,2020,9,30,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(9592,1,1601438400,2020,9,30,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(9593,1,1601442000,2020,9,30,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(9594,1,1601445600,2020,9,30,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(9595,1,1601449200,2020,9,30,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(9596,1,1601452800,2020,9,30,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(9597,1,1601456400,2020,9,30,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(9598,1,1601460000,2020,9,30,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(9599,1,1601463600,2020,9,30,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(9600,1,1601467200,2020,9,30,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(9601,1,1601470800,2020,9,30,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(9602,1,1601474400,2020,9,30,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(9603,1,1601478000,2020,9,30,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(9604,1,1601481600,2020,9,30,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(9605,1,1601485200,2020,9,30,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(9606,1,1601488800,2020,9,30,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(9607,1,1601492400,2020,9,30,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(9608,1,1601496000,2020,9,30,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(9609,1,1601499600,2020,9,30,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(9610,1,1601503200,2020,10,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(9611,1,1601506800,2020,10,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(9612,1,1601510400,2020,10,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(9613,1,1601514000,2020,10,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(9614,1,1601517600,2020,10,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(9615,1,1601521200,2020,10,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(9616,1,1601524800,2020,10,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(9617,1,1601528400,2020,10,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(9618,1,1601532000,2020,10,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(9619,1,1601535600,2020,10,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(9620,1,1601539200,2020,10,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(9621,1,1601542800,2020,10,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(9622,1,1601546400,2020,10,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(9623,1,1601550000,2020,10,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(9624,1,1601553600,2020,10,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(9625,1,1601557200,2020,10,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(9626,1,1601560800,2020,10,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(9627,1,1601564400,2020,10,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(9628,1,1601568000,2020,10,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(9629,1,1601571600,2020,10,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(9630,1,1601575200,2020,10,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(9631,1,1601578800,2020,10,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(9632,1,1601582400,2020,10,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(9633,1,1601586000,2020,10,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(9634,1,1601589600,2020,10,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(9635,1,1601593200,2020,10,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(9636,1,1601596800,2020,10,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(9637,1,1601600400,2020,10,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(9638,1,1601604000,2020,10,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(9639,1,1601607600,2020,10,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(9640,1,1601611200,2020,10,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(9641,1,1601614800,2020,10,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(9642,1,1601618400,2020,10,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(9643,1,1601622000,2020,10,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(9644,1,1601625600,2020,10,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(9645,1,1601629200,2020,10,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(9646,1,1601632800,2020,10,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(9647,1,1601636400,2020,10,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(9648,1,1601640000,2020,10,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(9649,1,1601643600,2020,10,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(9650,1,1601647200,2020,10,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(9651,1,1601650800,2020,10,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(9652,1,1601654400,2020,10,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(9653,1,1601658000,2020,10,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(9654,1,1601661600,2020,10,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(9655,1,1601665200,2020,10,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(9656,1,1601668800,2020,10,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(9657,1,1601672400,2020,10,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(9658,1,1601676000,2020,10,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(9659,1,1601679600,2020,10,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(9660,1,1601683200,2020,10,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(9661,1,1601686800,2020,10,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(9662,1,1601690400,2020,10,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(9663,1,1601694000,2020,10,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(9664,1,1601697600,2020,10,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(9665,1,1601701200,2020,10,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(9666,1,1601704800,2020,10,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(9667,1,1601708400,2020,10,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(9668,1,1601712000,2020,10,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(9669,1,1601715600,2020,10,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(9670,1,1601719200,2020,10,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(9671,1,1601722800,2020,10,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(9672,1,1601726400,2020,10,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(9673,1,1601730000,2020,10,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(9674,1,1601733600,2020,10,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(9675,1,1601737200,2020,10,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(9676,1,1601740800,2020,10,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(9677,1,1601744400,2020,10,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(9678,1,1601748000,2020,10,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(9679,1,1601751600,2020,10,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(9680,1,1601755200,2020,10,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(9681,1,1601758800,2020,10,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(9682,1,1601848800,2020,10,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(9683,1,1601852400,2020,10,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(9684,1,1601856000,2020,10,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(9685,1,1601859600,2020,10,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(9686,1,1601863200,2020,10,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(9687,1,1601866800,2020,10,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(9688,1,1601870400,2020,10,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(9689,1,1601874000,2020,10,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(9690,1,1601877600,2020,10,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(9691,1,1601881200,2020,10,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(9692,1,1601884800,2020,10,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(9693,1,1601888400,2020,10,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(9694,1,1601892000,2020,10,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(9695,1,1601895600,2020,10,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(9696,1,1601899200,2020,10,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(9697,1,1601902800,2020,10,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(9698,1,1601906400,2020,10,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(9699,1,1601910000,2020,10,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(9700,1,1601913600,2020,10,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(9701,1,1601917200,2020,10,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(9702,1,1601920800,2020,10,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(9703,1,1601924400,2020,10,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(9704,1,1601928000,2020,10,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(9705,1,1601931600,2020,10,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(9706,1,1601935200,2020,10,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(9707,1,1601938800,2020,10,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(9708,1,1601942400,2020,10,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(9709,1,1601946000,2020,10,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(9710,1,1601949600,2020,10,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(9711,1,1601953200,2020,10,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(9712,1,1601956800,2020,10,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(9713,1,1601960400,2020,10,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(9714,1,1601964000,2020,10,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(9715,1,1601967600,2020,10,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(9716,1,1601971200,2020,10,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(9717,1,1601974800,2020,10,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(9718,1,1601978400,2020,10,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(9719,1,1601982000,2020,10,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(9720,1,1601985600,2020,10,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(9721,1,1601989200,2020,10,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(9722,1,1601992800,2020,10,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(9723,1,1601996400,2020,10,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(9724,1,1602000000,2020,10,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(9725,1,1602003600,2020,10,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(9726,1,1602007200,2020,10,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(9727,1,1602010800,2020,10,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(9728,1,1602014400,2020,10,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(9729,1,1602018000,2020,10,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(9730,1,1602021600,2020,10,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(9731,1,1602025200,2020,10,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(9732,1,1602028800,2020,10,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(9733,1,1602032400,2020,10,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(9734,1,1602036000,2020,10,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(9735,1,1602039600,2020,10,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(9736,1,1602043200,2020,10,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(9737,1,1602046800,2020,10,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(9738,1,1602050400,2020,10,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(9739,1,1602054000,2020,10,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(9740,1,1602057600,2020,10,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(9741,1,1602061200,2020,10,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(9742,1,1602064800,2020,10,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(9743,1,1602068400,2020,10,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(9744,1,1602072000,2020,10,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(9745,1,1602075600,2020,10,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(9746,1,1602079200,2020,10,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(9747,1,1602082800,2020,10,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(9748,1,1602086400,2020,10,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(9749,1,1602090000,2020,10,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(9750,1,1602093600,2020,10,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(9751,1,1602097200,2020,10,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(9752,1,1602100800,2020,10,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(9753,1,1602104400,2020,10,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(9754,1,1602108000,2020,10,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(9755,1,1602111600,2020,10,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(9756,1,1602115200,2020,10,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(9757,1,1602118800,2020,10,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(9758,1,1602122400,2020,10,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(9759,1,1602126000,2020,10,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(9760,1,1602129600,2020,10,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(9761,1,1602133200,2020,10,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(9762,1,1602136800,2020,10,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(9763,1,1602140400,2020,10,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(9764,1,1602144000,2020,10,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(9765,1,1602147600,2020,10,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(9766,1,1602151200,2020,10,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(9767,1,1602154800,2020,10,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(9768,1,1602158400,2020,10,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(9769,1,1602162000,2020,10,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(9770,1,1602165600,2020,10,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(9771,1,1602169200,2020,10,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(9772,1,1602172800,2020,10,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(9773,1,1602176400,2020,10,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(9774,1,1602180000,2020,10,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(9775,1,1602183600,2020,10,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(9776,1,1602187200,2020,10,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(9777,1,1602190800,2020,10,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(9778,1,1602194400,2020,10,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(9779,1,1602198000,2020,10,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(9780,1,1602201600,2020,10,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(9781,1,1602205200,2020,10,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(9782,1,1602208800,2020,10,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(9783,1,1602212400,2020,10,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(9784,1,1602216000,2020,10,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(9785,1,1602219600,2020,10,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(9786,1,1602223200,2020,10,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(9787,1,1602226800,2020,10,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(9788,1,1602230400,2020,10,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(9789,1,1602234000,2020,10,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(9790,1,1602237600,2020,10,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(9791,1,1602241200,2020,10,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(9792,1,1602244800,2020,10,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(9793,1,1602248400,2020,10,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(9794,1,1602252000,2020,10,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(9795,1,1602255600,2020,10,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(9796,1,1602259200,2020,10,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(9797,1,1602262800,2020,10,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(9798,1,1602266400,2020,10,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(9799,1,1602270000,2020,10,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(9800,1,1602273600,2020,10,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(9801,1,1602277200,2020,10,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(9802,1,1602280800,2020,10,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(9803,1,1602284400,2020,10,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(9804,1,1602288000,2020,10,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(9805,1,1602291600,2020,10,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(9806,1,1602295200,2020,10,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(9807,1,1602298800,2020,10,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(9808,1,1602302400,2020,10,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(9809,1,1602306000,2020,10,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(9810,1,1602309600,2020,10,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(9811,1,1602313200,2020,10,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(9812,1,1602316800,2020,10,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(9813,1,1602320400,2020,10,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(9814,1,1602324000,2020,10,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(9815,1,1602327600,2020,10,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(9816,1,1602331200,2020,10,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(9817,1,1602334800,2020,10,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(9818,1,1602338400,2020,10,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(9819,1,1602342000,2020,10,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(9820,1,1602345600,2020,10,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(9821,1,1602349200,2020,10,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(9822,1,1602352800,2020,10,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(9823,1,1602356400,2020,10,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(9824,1,1602360000,2020,10,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(9825,1,1602363600,2020,10,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(9826,1,1602453600,2020,10,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(9827,1,1602457200,2020,10,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(9828,1,1602460800,2020,10,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(9829,1,1602464400,2020,10,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(9830,1,1602468000,2020,10,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(9831,1,1602471600,2020,10,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(9832,1,1602475200,2020,10,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(9833,1,1602478800,2020,10,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(9834,1,1602482400,2020,10,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(9835,1,1602486000,2020,10,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(9836,1,1602489600,2020,10,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(9837,1,1602493200,2020,10,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(9838,1,1602496800,2020,10,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(9839,1,1602500400,2020,10,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(9840,1,1602504000,2020,10,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(9841,1,1602507600,2020,10,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(9842,1,1602511200,2020,10,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(9843,1,1602514800,2020,10,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(9844,1,1602518400,2020,10,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(9845,1,1602522000,2020,10,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(9846,1,1602525600,2020,10,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(9847,1,1602529200,2020,10,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(9848,1,1602532800,2020,10,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(9849,1,1602536400,2020,10,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(9850,1,1602540000,2020,10,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(9851,1,1602543600,2020,10,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(9852,1,1602547200,2020,10,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(9853,1,1602550800,2020,10,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(9854,1,1602554400,2020,10,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(9855,1,1602558000,2020,10,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(9856,1,1602561600,2020,10,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(9857,1,1602565200,2020,10,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(9858,1,1602568800,2020,10,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(9859,1,1602572400,2020,10,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(9860,1,1602576000,2020,10,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(9861,1,1602579600,2020,10,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(9862,1,1602583200,2020,10,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(9863,1,1602586800,2020,10,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(9864,1,1602590400,2020,10,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(9865,1,1602594000,2020,10,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(9866,1,1602597600,2020,10,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(9867,1,1602601200,2020,10,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(9868,1,1602604800,2020,10,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(9869,1,1602608400,2020,10,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(9870,1,1602612000,2020,10,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(9871,1,1602615600,2020,10,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(9872,1,1602619200,2020,10,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(9873,1,1602622800,2020,10,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(9874,1,1602626400,2020,10,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(9875,1,1602630000,2020,10,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(9876,1,1602633600,2020,10,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(9877,1,1602637200,2020,10,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(9878,1,1602640800,2020,10,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(9879,1,1602644400,2020,10,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(9880,1,1602648000,2020,10,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(9881,1,1602651600,2020,10,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(9882,1,1602655200,2020,10,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(9883,1,1602658800,2020,10,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(9884,1,1602662400,2020,10,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(9885,1,1602666000,2020,10,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(9886,1,1602669600,2020,10,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(9887,1,1602673200,2020,10,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(9888,1,1602676800,2020,10,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(9889,1,1602680400,2020,10,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(9890,1,1602684000,2020,10,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(9891,1,1602687600,2020,10,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(9892,1,1602691200,2020,10,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(9893,1,1602694800,2020,10,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(9894,1,1602698400,2020,10,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(9895,1,1602702000,2020,10,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(9896,1,1602705600,2020,10,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(9897,1,1602709200,2020,10,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(9898,1,1602712800,2020,10,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(9899,1,1602716400,2020,10,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(9900,1,1602720000,2020,10,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(9901,1,1602723600,2020,10,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(9902,1,1602727200,2020,10,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(9903,1,1602730800,2020,10,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(9904,1,1602734400,2020,10,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(9905,1,1602738000,2020,10,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(9906,1,1602741600,2020,10,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(9907,1,1602745200,2020,10,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(9908,1,1602748800,2020,10,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(9909,1,1602752400,2020,10,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(9910,1,1602756000,2020,10,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(9911,1,1602759600,2020,10,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(9912,1,1602763200,2020,10,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(9913,1,1602766800,2020,10,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(9914,1,1602770400,2020,10,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(9915,1,1602774000,2020,10,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(9916,1,1602777600,2020,10,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(9917,1,1602781200,2020,10,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(9918,1,1602784800,2020,10,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(9919,1,1602788400,2020,10,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(9920,1,1602792000,2020,10,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(9921,1,1602795600,2020,10,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(9922,1,1602799200,2020,10,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(9923,1,1602802800,2020,10,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(9924,1,1602806400,2020,10,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(9925,1,1602810000,2020,10,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(9926,1,1602813600,2020,10,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(9927,1,1602817200,2020,10,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(9928,1,1602820800,2020,10,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(9929,1,1602824400,2020,10,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(9930,1,1602828000,2020,10,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(9931,1,1602831600,2020,10,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(9932,1,1602835200,2020,10,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(9933,1,1602838800,2020,10,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(9934,1,1602842400,2020,10,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(9935,1,1602846000,2020,10,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(9936,1,1602849600,2020,10,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(9937,1,1602853200,2020,10,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(9938,1,1602856800,2020,10,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(9939,1,1602860400,2020,10,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(9940,1,1602864000,2020,10,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(9941,1,1602867600,2020,10,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(9942,1,1602871200,2020,10,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(9943,1,1602874800,2020,10,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(9944,1,1602878400,2020,10,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(9945,1,1602882000,2020,10,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(9946,1,1602885600,2020,10,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(9947,1,1602889200,2020,10,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(9948,1,1602892800,2020,10,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(9949,1,1602896400,2020,10,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(9950,1,1602900000,2020,10,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(9951,1,1602903600,2020,10,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(9952,1,1602907200,2020,10,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(9953,1,1602910800,2020,10,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(9954,1,1602914400,2020,10,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(9955,1,1602918000,2020,10,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(9956,1,1602921600,2020,10,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(9957,1,1602925200,2020,10,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(9958,1,1602928800,2020,10,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(9959,1,1602932400,2020,10,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(9960,1,1602936000,2020,10,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(9961,1,1602939600,2020,10,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(9962,1,1602943200,2020,10,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(9963,1,1602946800,2020,10,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(9964,1,1602950400,2020,10,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(9965,1,1602954000,2020,10,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(9966,1,1602957600,2020,10,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(9967,1,1602961200,2020,10,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(9968,1,1602964800,2020,10,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(9969,1,1602968400,2020,10,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(9970,1,1603058400,2020,10,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(9971,1,1603062000,2020,10,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(9972,1,1603065600,2020,10,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(9973,1,1603069200,2020,10,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(9974,1,1603072800,2020,10,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(9975,1,1603076400,2020,10,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(9976,1,1603080000,2020,10,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(9977,1,1603083600,2020,10,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(9978,1,1603087200,2020,10,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(9979,1,1603090800,2020,10,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(9980,1,1603094400,2020,10,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(9981,1,1603098000,2020,10,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(9982,1,1603101600,2020,10,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(9983,1,1603105200,2020,10,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(9984,1,1603108800,2020,10,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(9985,1,1603112400,2020,10,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(9986,1,1603116000,2020,10,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(9987,1,1603119600,2020,10,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(9988,1,1603123200,2020,10,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(9989,1,1603126800,2020,10,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(9990,1,1603130400,2020,10,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(9991,1,1603134000,2020,10,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(9992,1,1603137600,2020,10,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(9993,1,1603141200,2020,10,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(9994,1,1603144800,2020,10,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(9995,1,1603148400,2020,10,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(9996,1,1603152000,2020,10,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(9997,1,1603155600,2020,10,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(9998,1,1603159200,2020,10,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(9999,1,1603162800,2020,10,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(10000,1,1603166400,2020,10,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(10001,1,1603170000,2020,10,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(10002,1,1603173600,2020,10,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(10003,1,1603177200,2020,10,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(10004,1,1603180800,2020,10,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(10005,1,1603184400,2020,10,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(10006,1,1603188000,2020,10,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(10007,1,1603191600,2020,10,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(10008,1,1603195200,2020,10,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(10009,1,1603198800,2020,10,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(10010,1,1603202400,2020,10,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(10011,1,1603206000,2020,10,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(10012,1,1603209600,2020,10,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(10013,1,1603213200,2020,10,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(10014,1,1603216800,2020,10,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(10015,1,1603220400,2020,10,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(10016,1,1603224000,2020,10,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(10017,1,1603227600,2020,10,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(10018,1,1603231200,2020,10,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(10019,1,1603234800,2020,10,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(10020,1,1603238400,2020,10,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(10021,1,1603242000,2020,10,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(10022,1,1603245600,2020,10,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(10023,1,1603249200,2020,10,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(10024,1,1603252800,2020,10,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(10025,1,1603256400,2020,10,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(10026,1,1603260000,2020,10,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(10027,1,1603263600,2020,10,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(10028,1,1603267200,2020,10,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(10029,1,1603270800,2020,10,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(10030,1,1603274400,2020,10,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(10031,1,1603278000,2020,10,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(10032,1,1603281600,2020,10,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(10033,1,1603285200,2020,10,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(10034,1,1603288800,2020,10,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(10035,1,1603292400,2020,10,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(10036,1,1603296000,2020,10,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(10037,1,1603299600,2020,10,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(10038,1,1603303200,2020,10,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(10039,1,1603306800,2020,10,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(10040,1,1603310400,2020,10,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(10041,1,1603314000,2020,10,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(10042,1,1603317600,2020,10,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(10043,1,1603321200,2020,10,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(10044,1,1603324800,2020,10,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(10045,1,1603328400,2020,10,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(10046,1,1603332000,2020,10,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(10047,1,1603335600,2020,10,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(10048,1,1603339200,2020,10,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(10049,1,1603342800,2020,10,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(10050,1,1603346400,2020,10,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(10051,1,1603350000,2020,10,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(10052,1,1603353600,2020,10,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(10053,1,1603357200,2020,10,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(10054,1,1603360800,2020,10,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(10055,1,1603364400,2020,10,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(10056,1,1603368000,2020,10,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(10057,1,1603371600,2020,10,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(10058,1,1603375200,2020,10,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(10059,1,1603378800,2020,10,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(10060,1,1603382400,2020,10,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(10061,1,1603386000,2020,10,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(10062,1,1603389600,2020,10,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(10063,1,1603393200,2020,10,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(10064,1,1603396800,2020,10,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(10065,1,1603400400,2020,10,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(10066,1,1603404000,2020,10,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(10067,1,1603407600,2020,10,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(10068,1,1603411200,2020,10,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(10069,1,1603414800,2020,10,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(10070,1,1603418400,2020,10,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(10071,1,1603422000,2020,10,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(10072,1,1603425600,2020,10,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(10073,1,1603429200,2020,10,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(10074,1,1603432800,2020,10,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(10075,1,1603436400,2020,10,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(10076,1,1603440000,2020,10,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(10077,1,1603443600,2020,10,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(10078,1,1603447200,2020,10,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(10079,1,1603450800,2020,10,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(10080,1,1603454400,2020,10,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(10081,1,1603458000,2020,10,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(10082,1,1603461600,2020,10,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(10083,1,1603465200,2020,10,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(10084,1,1603468800,2020,10,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(10085,1,1603472400,2020,10,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(10086,1,1603476000,2020,10,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(10087,1,1603479600,2020,10,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(10088,1,1603483200,2020,10,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(10089,1,1603486800,2020,10,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(10090,1,1603490400,2020,10,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(10091,1,1603494000,2020,10,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(10092,1,1603497600,2020,10,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(10093,1,1603501200,2020,10,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(10094,1,1603504800,2020,10,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(10095,1,1603508400,2020,10,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(10096,1,1603512000,2020,10,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(10097,1,1603515600,2020,10,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(10098,1,1603519200,2020,10,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(10099,1,1603522800,2020,10,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(10100,1,1603526400,2020,10,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(10101,1,1603530000,2020,10,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(10102,1,1603533600,2020,10,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(10103,1,1603537200,2020,10,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(10104,1,1603540800,2020,10,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(10105,1,1603544400,2020,10,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(10106,1,1603548000,2020,10,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(10107,1,1603551600,2020,10,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(10108,1,1603555200,2020,10,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(10109,1,1603558800,2020,10,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(10110,1,1603562400,2020,10,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(10111,1,1603566000,2020,10,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(10112,1,1603569600,2020,10,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(10113,1,1603573200,2020,10,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(10114,1,1603666800,2020,10,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(10115,1,1603670400,2020,10,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(10116,1,1603674000,2020,10,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(10117,1,1603677600,2020,10,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(10118,1,1603681200,2020,10,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(10119,1,1603684800,2020,10,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(10120,1,1603688400,2020,10,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(10121,1,1603692000,2020,10,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(10122,1,1603695600,2020,10,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(10123,1,1603699200,2020,10,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(10124,1,1603702800,2020,10,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(10125,1,1603706400,2020,10,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(10126,1,1603710000,2020,10,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(10127,1,1603713600,2020,10,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(10128,1,1603717200,2020,10,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(10129,1,1603720800,2020,10,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(10130,1,1603724400,2020,10,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(10131,1,1603728000,2020,10,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(10132,1,1603731600,2020,10,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(10133,1,1603735200,2020,10,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(10134,1,1603738800,2020,10,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(10135,1,1603742400,2020,10,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(10136,1,1603746000,2020,10,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(10137,1,1603749600,2020,10,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(10138,1,1603753200,2020,10,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(10139,1,1603756800,2020,10,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(10140,1,1603760400,2020,10,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(10141,1,1603764000,2020,10,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(10142,1,1603767600,2020,10,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(10143,1,1603771200,2020,10,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(10144,1,1603774800,2020,10,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(10145,1,1603778400,2020,10,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(10146,1,1603782000,2020,10,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(10147,1,1603785600,2020,10,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(10148,1,1603789200,2020,10,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(10149,1,1603792800,2020,10,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(10150,1,1603796400,2020,10,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(10151,1,1603800000,2020,10,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(10152,1,1603803600,2020,10,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(10153,1,1603807200,2020,10,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(10154,1,1603810800,2020,10,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(10155,1,1603814400,2020,10,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(10156,1,1603818000,2020,10,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(10157,1,1603821600,2020,10,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(10158,1,1603825200,2020,10,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(10159,1,1603828800,2020,10,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(10160,1,1603832400,2020,10,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(10161,1,1603836000,2020,10,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(10162,1,1603839600,2020,10,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(10163,1,1603843200,2020,10,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(10164,1,1603846800,2020,10,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(10165,1,1603850400,2020,10,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(10166,1,1603854000,2020,10,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(10167,1,1603857600,2020,10,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(10168,1,1603861200,2020,10,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(10169,1,1603864800,2020,10,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(10170,1,1603868400,2020,10,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(10171,1,1603872000,2020,10,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(10172,1,1603875600,2020,10,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(10173,1,1603879200,2020,10,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(10174,1,1603882800,2020,10,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(10175,1,1603886400,2020,10,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(10176,1,1603890000,2020,10,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(10177,1,1603893600,2020,10,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(10178,1,1603897200,2020,10,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(10179,1,1603900800,2020,10,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(10180,1,1603904400,2020,10,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(10181,1,1603908000,2020,10,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(10182,1,1603911600,2020,10,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(10183,1,1603915200,2020,10,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(10184,1,1603918800,2020,10,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(10185,1,1603922400,2020,10,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(10186,1,1603926000,2020,10,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(10187,1,1603929600,2020,10,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(10188,1,1603933200,2020,10,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(10189,1,1603936800,2020,10,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(10190,1,1603940400,2020,10,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(10191,1,1603944000,2020,10,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(10192,1,1603947600,2020,10,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(10193,1,1603951200,2020,10,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(10194,1,1603954800,2020,10,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(10195,1,1603958400,2020,10,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(10196,1,1603962000,2020,10,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(10197,1,1603965600,2020,10,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(10198,1,1603969200,2020,10,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(10199,1,1603972800,2020,10,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(10200,1,1603976400,2020,10,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(10201,1,1603980000,2020,10,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(10202,1,1603983600,2020,10,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(10203,1,1603987200,2020,10,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(10204,1,1603990800,2020,10,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(10205,1,1603994400,2020,10,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(10206,1,1603998000,2020,10,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(10207,1,1604001600,2020,10,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(10208,1,1604005200,2020,10,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(10209,1,1604008800,2020,10,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(10210,1,1604012400,2020,10,30,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(10211,1,1604016000,2020,10,30,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(10212,1,1604019600,2020,10,30,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(10213,1,1604023200,2020,10,30,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(10214,1,1604026800,2020,10,30,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(10215,1,1604030400,2020,10,30,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(10216,1,1604034000,2020,10,30,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(10217,1,1604037600,2020,10,30,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(10218,1,1604041200,2020,10,30,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(10219,1,1604044800,2020,10,30,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(10220,1,1604048400,2020,10,30,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(10221,1,1604052000,2020,10,30,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(10222,1,1604055600,2020,10,30,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(10223,1,1604059200,2020,10,30,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(10224,1,1604062800,2020,10,30,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(10225,1,1604066400,2020,10,30,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(10226,1,1604070000,2020,10,30,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(10227,1,1604073600,2020,10,30,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(10228,1,1604077200,2020,10,30,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(10229,1,1604080800,2020,10,30,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(10230,1,1604084400,2020,10,30,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(10231,1,1604088000,2020,10,30,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(10232,1,1604091600,2020,10,30,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(10233,1,1604095200,2020,10,30,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(10234,1,1604098800,2020,10,31,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(10235,1,1604102400,2020,10,31,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(10236,1,1604106000,2020,10,31,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(10237,1,1604109600,2020,10,31,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(10238,1,1604113200,2020,10,31,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(10239,1,1604116800,2020,10,31,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(10240,1,1604120400,2020,10,31,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(10241,1,1604124000,2020,10,31,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(10242,1,1604127600,2020,10,31,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(10243,1,1604131200,2020,10,31,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(10244,1,1604134800,2020,10,31,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(10245,1,1604138400,2020,10,31,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(10246,1,1604142000,2020,10,31,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(10247,1,1604145600,2020,10,31,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(10248,1,1604149200,2020,10,31,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(10249,1,1604152800,2020,10,31,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(10250,1,1604156400,2020,10,31,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(10251,1,1604160000,2020,10,31,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(10252,1,1604163600,2020,10,31,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(10253,1,1604167200,2020,10,31,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(10254,1,1604170800,2020,10,31,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(10255,1,1604174400,2020,10,31,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(10256,1,1604178000,2020,10,31,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(10257,1,1604181600,2020,10,31,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(10258,1,1604271600,2020,11,2,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(10259,1,1604275200,2020,11,2,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(10260,1,1604278800,2020,11,2,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(10261,1,1604282400,2020,11,2,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(10262,1,1604286000,2020,11,2,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(10263,1,1604289600,2020,11,2,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(10264,1,1604293200,2020,11,2,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(10265,1,1604296800,2020,11,2,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(10266,1,1604300400,2020,11,2,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(10267,1,1604304000,2020,11,2,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(10268,1,1604307600,2020,11,2,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(10269,1,1604311200,2020,11,2,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(10270,1,1604314800,2020,11,2,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(10271,1,1604318400,2020,11,2,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(10272,1,1604322000,2020,11,2,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(10273,1,1604325600,2020,11,2,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(10274,1,1604329200,2020,11,2,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(10275,1,1604332800,2020,11,2,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(10276,1,1604336400,2020,11,2,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(10277,1,1604340000,2020,11,2,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(10278,1,1604343600,2020,11,2,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(10279,1,1604347200,2020,11,2,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(10280,1,1604350800,2020,11,2,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(10281,1,1604354400,2020,11,2,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(10282,1,1604358000,2020,11,3,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(10283,1,1604361600,2020,11,3,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(10284,1,1604365200,2020,11,3,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(10285,1,1604368800,2020,11,3,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(10286,1,1604372400,2020,11,3,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(10287,1,1604376000,2020,11,3,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(10288,1,1604379600,2020,11,3,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(10289,1,1604383200,2020,11,3,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(10290,1,1604386800,2020,11,3,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(10291,1,1604390400,2020,11,3,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(10292,1,1604394000,2020,11,3,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(10293,1,1604397600,2020,11,3,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(10294,1,1604401200,2020,11,3,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(10295,1,1604404800,2020,11,3,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(10296,1,1604408400,2020,11,3,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(10297,1,1604412000,2020,11,3,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(10298,1,1604415600,2020,11,3,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(10299,1,1604419200,2020,11,3,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(10300,1,1604422800,2020,11,3,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(10301,1,1604426400,2020,11,3,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(10302,1,1604430000,2020,11,3,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(10303,1,1604433600,2020,11,3,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(10304,1,1604437200,2020,11,3,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(10305,1,1604440800,2020,11,3,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(10306,1,1604444400,2020,11,4,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(10307,1,1604448000,2020,11,4,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(10308,1,1604451600,2020,11,4,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(10309,1,1604455200,2020,11,4,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(10310,1,1604458800,2020,11,4,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(10311,1,1604462400,2020,11,4,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(10312,1,1604466000,2020,11,4,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(10313,1,1604469600,2020,11,4,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(10314,1,1604473200,2020,11,4,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(10315,1,1604476800,2020,11,4,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(10316,1,1604480400,2020,11,4,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(10317,1,1604484000,2020,11,4,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(10318,1,1604487600,2020,11,4,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(10319,1,1604491200,2020,11,4,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(10320,1,1604494800,2020,11,4,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(10321,1,1604498400,2020,11,4,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(10322,1,1604502000,2020,11,4,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(10323,1,1604505600,2020,11,4,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(10324,1,1604509200,2020,11,4,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(10325,1,1604512800,2020,11,4,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(10326,1,1604516400,2020,11,4,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(10327,1,1604520000,2020,11,4,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(10328,1,1604523600,2020,11,4,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(10329,1,1604527200,2020,11,4,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(10330,1,1604530800,2020,11,5,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(10331,1,1604534400,2020,11,5,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(10332,1,1604538000,2020,11,5,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(10333,1,1604541600,2020,11,5,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(10334,1,1604545200,2020,11,5,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(10335,1,1604548800,2020,11,5,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(10336,1,1604552400,2020,11,5,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(10337,1,1604556000,2020,11,5,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(10338,1,1604559600,2020,11,5,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(10339,1,1604563200,2020,11,5,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(10340,1,1604566800,2020,11,5,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(10341,1,1604570400,2020,11,5,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(10342,1,1604574000,2020,11,5,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(10343,1,1604577600,2020,11,5,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(10344,1,1604581200,2020,11,5,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(10345,1,1604584800,2020,11,5,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(10346,1,1604588400,2020,11,5,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(10347,1,1604592000,2020,11,5,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(10348,1,1604595600,2020,11,5,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(10349,1,1604599200,2020,11,5,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(10350,1,1604602800,2020,11,5,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(10351,1,1604606400,2020,11,5,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(10352,1,1604610000,2020,11,5,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(10353,1,1604613600,2020,11,5,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(10354,1,1604617200,2020,11,6,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(10355,1,1604620800,2020,11,6,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(10356,1,1604624400,2020,11,6,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(10357,1,1604628000,2020,11,6,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(10358,1,1604631600,2020,11,6,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(10359,1,1604635200,2020,11,6,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(10360,1,1604638800,2020,11,6,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(10361,1,1604642400,2020,11,6,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(10362,1,1604646000,2020,11,6,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(10363,1,1604649600,2020,11,6,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(10364,1,1604653200,2020,11,6,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(10365,1,1604656800,2020,11,6,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(10366,1,1604660400,2020,11,6,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(10367,1,1604664000,2020,11,6,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(10368,1,1604667600,2020,11,6,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(10369,1,1604671200,2020,11,6,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(10370,1,1604674800,2020,11,6,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(10371,1,1604678400,2020,11,6,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(10372,1,1604682000,2020,11,6,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(10373,1,1604685600,2020,11,6,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(10374,1,1604689200,2020,11,6,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(10375,1,1604692800,2020,11,6,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(10376,1,1604696400,2020,11,6,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(10377,1,1604700000,2020,11,6,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(10378,1,1604703600,2020,11,7,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(10379,1,1604707200,2020,11,7,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(10380,1,1604710800,2020,11,7,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(10381,1,1604714400,2020,11,7,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(10382,1,1604718000,2020,11,7,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(10383,1,1604721600,2020,11,7,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(10384,1,1604725200,2020,11,7,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(10385,1,1604728800,2020,11,7,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(10386,1,1604732400,2020,11,7,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(10387,1,1604736000,2020,11,7,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(10388,1,1604739600,2020,11,7,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(10389,1,1604743200,2020,11,7,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(10390,1,1604746800,2020,11,7,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(10391,1,1604750400,2020,11,7,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(10392,1,1604754000,2020,11,7,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(10393,1,1604757600,2020,11,7,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(10394,1,1604761200,2020,11,7,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(10395,1,1604764800,2020,11,7,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(10396,1,1604768400,2020,11,7,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(10397,1,1604772000,2020,11,7,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(10398,1,1604775600,2020,11,7,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(10399,1,1604779200,2020,11,7,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(10400,1,1604782800,2020,11,7,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(10401,1,1604786400,2020,11,7,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(10402,1,1604876400,2020,11,9,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(10403,1,1604880000,2020,11,9,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(10404,1,1604883600,2020,11,9,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(10405,1,1604887200,2020,11,9,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(10406,1,1604890800,2020,11,9,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(10407,1,1604894400,2020,11,9,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(10408,1,1604898000,2020,11,9,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(10409,1,1604901600,2020,11,9,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(10410,1,1604905200,2020,11,9,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(10411,1,1604908800,2020,11,9,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(10412,1,1604912400,2020,11,9,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(10413,1,1604916000,2020,11,9,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(10414,1,1604919600,2020,11,9,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(10415,1,1604923200,2020,11,9,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(10416,1,1604926800,2020,11,9,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(10417,1,1604930400,2020,11,9,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(10418,1,1604934000,2020,11,9,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(10419,1,1604937600,2020,11,9,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(10420,1,1604941200,2020,11,9,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(10421,1,1604944800,2020,11,9,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(10422,1,1604948400,2020,11,9,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(10423,1,1604952000,2020,11,9,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(10424,1,1604955600,2020,11,9,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(10425,1,1604959200,2020,11,9,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(10426,1,1604962800,2020,11,10,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(10427,1,1604966400,2020,11,10,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(10428,1,1604970000,2020,11,10,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(10429,1,1604973600,2020,11,10,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(10430,1,1604977200,2020,11,10,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(10431,1,1604980800,2020,11,10,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(10432,1,1604984400,2020,11,10,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(10433,1,1604988000,2020,11,10,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(10434,1,1604991600,2020,11,10,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(10435,1,1604995200,2020,11,10,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(10436,1,1604998800,2020,11,10,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(10437,1,1605002400,2020,11,10,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(10438,1,1605006000,2020,11,10,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(10439,1,1605009600,2020,11,10,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(10440,1,1605013200,2020,11,10,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(10441,1,1605016800,2020,11,10,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(10442,1,1605020400,2020,11,10,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(10443,1,1605024000,2020,11,10,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(10444,1,1605027600,2020,11,10,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(10445,1,1605031200,2020,11,10,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(10446,1,1605034800,2020,11,10,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(10447,1,1605038400,2020,11,10,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(10448,1,1605042000,2020,11,10,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(10449,1,1605045600,2020,11,10,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(10450,1,1605049200,2020,11,11,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(10451,1,1605052800,2020,11,11,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(10452,1,1605056400,2020,11,11,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(10453,1,1605060000,2020,11,11,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(10454,1,1605063600,2020,11,11,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(10455,1,1605067200,2020,11,11,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(10456,1,1605070800,2020,11,11,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(10457,1,1605074400,2020,11,11,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(10458,1,1605078000,2020,11,11,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(10459,1,1605081600,2020,11,11,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(10460,1,1605085200,2020,11,11,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(10461,1,1605088800,2020,11,11,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(10462,1,1605092400,2020,11,11,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(10463,1,1605096000,2020,11,11,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(10464,1,1605099600,2020,11,11,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(10465,1,1605103200,2020,11,11,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(10466,1,1605106800,2020,11,11,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(10467,1,1605110400,2020,11,11,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(10468,1,1605114000,2020,11,11,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(10469,1,1605117600,2020,11,11,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(10470,1,1605121200,2020,11,11,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(10471,1,1605124800,2020,11,11,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(10472,1,1605128400,2020,11,11,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(10473,1,1605132000,2020,11,11,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(10474,1,1605135600,2020,11,12,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(10475,1,1605139200,2020,11,12,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(10476,1,1605142800,2020,11,12,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(10477,1,1605146400,2020,11,12,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(10478,1,1605150000,2020,11,12,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(10479,1,1605153600,2020,11,12,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(10480,1,1605157200,2020,11,12,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(10481,1,1605160800,2020,11,12,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(10482,1,1605164400,2020,11,12,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(10483,1,1605168000,2020,11,12,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(10484,1,1605171600,2020,11,12,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(10485,1,1605175200,2020,11,12,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(10486,1,1605178800,2020,11,12,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(10487,1,1605182400,2020,11,12,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(10488,1,1605186000,2020,11,12,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(10489,1,1605189600,2020,11,12,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(10490,1,1605193200,2020,11,12,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(10491,1,1605196800,2020,11,12,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(10492,1,1605200400,2020,11,12,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(10493,1,1605204000,2020,11,12,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(10494,1,1605207600,2020,11,12,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(10495,1,1605211200,2020,11,12,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(10496,1,1605214800,2020,11,12,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(10497,1,1605218400,2020,11,12,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(10498,1,1605222000,2020,11,13,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(10499,1,1605225600,2020,11,13,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(10500,1,1605229200,2020,11,13,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(10501,1,1605232800,2020,11,13,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(10502,1,1605236400,2020,11,13,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(10503,1,1605240000,2020,11,13,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(10504,1,1605243600,2020,11,13,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(10505,1,1605247200,2020,11,13,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(10506,1,1605250800,2020,11,13,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(10507,1,1605254400,2020,11,13,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(10508,1,1605258000,2020,11,13,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(10509,1,1605261600,2020,11,13,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(10510,1,1605265200,2020,11,13,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(10511,1,1605268800,2020,11,13,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(10512,1,1605272400,2020,11,13,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(10513,1,1605276000,2020,11,13,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(10514,1,1605279600,2020,11,13,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(10515,1,1605283200,2020,11,13,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(10516,1,1605286800,2020,11,13,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(10517,1,1605290400,2020,11,13,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(10518,1,1605294000,2020,11,13,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(10519,1,1605297600,2020,11,13,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(10520,1,1605301200,2020,11,13,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(10521,1,1605304800,2020,11,13,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(10522,1,1605308400,2020,11,14,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(10523,1,1605312000,2020,11,14,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(10524,1,1605315600,2020,11,14,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(10525,1,1605319200,2020,11,14,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(10526,1,1605322800,2020,11,14,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(10527,1,1605326400,2020,11,14,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(10528,1,1605330000,2020,11,14,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(10529,1,1605333600,2020,11,14,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(10530,1,1605337200,2020,11,14,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(10531,1,1605340800,2020,11,14,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(10532,1,1605344400,2020,11,14,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(10533,1,1605348000,2020,11,14,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(10534,1,1605351600,2020,11,14,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(10535,1,1605355200,2020,11,14,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(10536,1,1605358800,2020,11,14,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(10537,1,1605362400,2020,11,14,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(10538,1,1605366000,2020,11,14,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(10539,1,1605369600,2020,11,14,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(10540,1,1605373200,2020,11,14,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(10541,1,1605376800,2020,11,14,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(10542,1,1605380400,2020,11,14,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(10543,1,1605384000,2020,11,14,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(10544,1,1605387600,2020,11,14,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(10545,1,1605391200,2020,11,14,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(10546,1,1605481200,2020,11,16,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(10547,1,1605484800,2020,11,16,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(10548,1,1605488400,2020,11,16,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(10549,1,1605492000,2020,11,16,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(10550,1,1605495600,2020,11,16,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(10551,1,1605499200,2020,11,16,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(10552,1,1605502800,2020,11,16,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(10553,1,1605506400,2020,11,16,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(10554,1,1605510000,2020,11,16,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(10555,1,1605513600,2020,11,16,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(10556,1,1605517200,2020,11,16,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(10557,1,1605520800,2020,11,16,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(10558,1,1605524400,2020,11,16,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(10559,1,1605528000,2020,11,16,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(10560,1,1605531600,2020,11,16,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(10561,1,1605535200,2020,11,16,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(10562,1,1605538800,2020,11,16,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(10563,1,1605542400,2020,11,16,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(10564,1,1605546000,2020,11,16,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(10565,1,1605549600,2020,11,16,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(10566,1,1605553200,2020,11,16,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(10567,1,1605556800,2020,11,16,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(10568,1,1605560400,2020,11,16,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(10569,1,1605564000,2020,11,16,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(10570,1,1605567600,2020,11,17,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(10571,1,1605571200,2020,11,17,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(10572,1,1605574800,2020,11,17,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(10573,1,1605578400,2020,11,17,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(10574,1,1605582000,2020,11,17,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(10575,1,1605585600,2020,11,17,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(10576,1,1605589200,2020,11,17,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(10577,1,1605592800,2020,11,17,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(10578,1,1605596400,2020,11,17,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(10579,1,1605600000,2020,11,17,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(10580,1,1605603600,2020,11,17,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(10581,1,1605607200,2020,11,17,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(10582,1,1605610800,2020,11,17,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(10583,1,1605614400,2020,11,17,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(10584,1,1605618000,2020,11,17,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(10585,1,1605621600,2020,11,17,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(10586,1,1605625200,2020,11,17,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(10587,1,1605628800,2020,11,17,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(10588,1,1605632400,2020,11,17,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(10589,1,1605636000,2020,11,17,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(10590,1,1605639600,2020,11,17,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(10591,1,1605643200,2020,11,17,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(10592,1,1605646800,2020,11,17,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(10593,1,1605650400,2020,11,17,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(10594,1,1605654000,2020,11,18,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(10595,1,1605657600,2020,11,18,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(10596,1,1605661200,2020,11,18,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(10597,1,1605664800,2020,11,18,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(10598,1,1605668400,2020,11,18,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(10599,1,1605672000,2020,11,18,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(10600,1,1605675600,2020,11,18,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(10601,1,1605679200,2020,11,18,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(10602,1,1605682800,2020,11,18,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(10603,1,1605686400,2020,11,18,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(10604,1,1605690000,2020,11,18,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(10605,1,1605693600,2020,11,18,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(10606,1,1605697200,2020,11,18,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(10607,1,1605700800,2020,11,18,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(10608,1,1605704400,2020,11,18,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(10609,1,1605708000,2020,11,18,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(10610,1,1605711600,2020,11,18,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(10611,1,1605715200,2020,11,18,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(10612,1,1605718800,2020,11,18,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(10613,1,1605722400,2020,11,18,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(10614,1,1605726000,2020,11,18,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(10615,1,1605729600,2020,11,18,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(10616,1,1605733200,2020,11,18,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(10617,1,1605736800,2020,11,18,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(10618,1,1605740400,2020,11,19,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(10619,1,1605744000,2020,11,19,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(10620,1,1605747600,2020,11,19,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(10621,1,1605751200,2020,11,19,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(10622,1,1605754800,2020,11,19,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(10623,1,1605758400,2020,11,19,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(10624,1,1605762000,2020,11,19,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(10625,1,1605765600,2020,11,19,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(10626,1,1605769200,2020,11,19,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(10627,1,1605772800,2020,11,19,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(10628,1,1605776400,2020,11,19,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(10629,1,1605780000,2020,11,19,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(10630,1,1605783600,2020,11,19,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(10631,1,1605787200,2020,11,19,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(10632,1,1605790800,2020,11,19,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(10633,1,1605794400,2020,11,19,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(10634,1,1605798000,2020,11,19,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(10635,1,1605801600,2020,11,19,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(10636,1,1605805200,2020,11,19,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(10637,1,1605808800,2020,11,19,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(10638,1,1605812400,2020,11,19,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(10639,1,1605816000,2020,11,19,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(10640,1,1605819600,2020,11,19,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(10641,1,1605823200,2020,11,19,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(10642,1,1605826800,2020,11,20,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(10643,1,1605830400,2020,11,20,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(10644,1,1605834000,2020,11,20,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(10645,1,1605837600,2020,11,20,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(10646,1,1605841200,2020,11,20,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(10647,1,1605844800,2020,11,20,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(10648,1,1605848400,2020,11,20,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(10649,1,1605852000,2020,11,20,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(10650,1,1605855600,2020,11,20,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(10651,1,1605859200,2020,11,20,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(10652,1,1605862800,2020,11,20,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(10653,1,1605866400,2020,11,20,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(10654,1,1605870000,2020,11,20,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(10655,1,1605873600,2020,11,20,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(10656,1,1605877200,2020,11,20,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(10657,1,1605880800,2020,11,20,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(10658,1,1605884400,2020,11,20,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(10659,1,1605888000,2020,11,20,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(10660,1,1605891600,2020,11,20,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(10661,1,1605895200,2020,11,20,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(10662,1,1605898800,2020,11,20,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(10663,1,1605902400,2020,11,20,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(10664,1,1605906000,2020,11,20,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(10665,1,1605909600,2020,11,20,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(10666,1,1605913200,2020,11,21,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(10667,1,1605916800,2020,11,21,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(10668,1,1605920400,2020,11,21,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(10669,1,1605924000,2020,11,21,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(10670,1,1605927600,2020,11,21,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(10671,1,1605931200,2020,11,21,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(10672,1,1605934800,2020,11,21,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(10673,1,1605938400,2020,11,21,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(10674,1,1605942000,2020,11,21,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(10675,1,1605945600,2020,11,21,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(10676,1,1605949200,2020,11,21,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(10677,1,1605952800,2020,11,21,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(10678,1,1605956400,2020,11,21,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(10679,1,1605960000,2020,11,21,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(10680,1,1605963600,2020,11,21,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(10681,1,1605967200,2020,11,21,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(10682,1,1605970800,2020,11,21,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(10683,1,1605974400,2020,11,21,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(10684,1,1605978000,2020,11,21,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(10685,1,1605981600,2020,11,21,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(10686,1,1605985200,2020,11,21,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(10687,1,1605988800,2020,11,21,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(10688,1,1605992400,2020,11,21,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(10689,1,1605996000,2020,11,21,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(10690,1,1606086000,2020,11,23,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(10691,1,1606089600,2020,11,23,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(10692,1,1606093200,2020,11,23,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(10693,1,1606096800,2020,11,23,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(10694,1,1606100400,2020,11,23,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(10695,1,1606104000,2020,11,23,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(10696,1,1606107600,2020,11,23,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(10697,1,1606111200,2020,11,23,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(10698,1,1606114800,2020,11,23,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(10699,1,1606118400,2020,11,23,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(10700,1,1606122000,2020,11,23,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(10701,1,1606125600,2020,11,23,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(10702,1,1606129200,2020,11,23,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(10703,1,1606132800,2020,11,23,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(10704,1,1606136400,2020,11,23,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(10705,1,1606140000,2020,11,23,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(10706,1,1606143600,2020,11,23,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(10707,1,1606147200,2020,11,23,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(10708,1,1606150800,2020,11,23,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(10709,1,1606154400,2020,11,23,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(10710,1,1606158000,2020,11,23,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(10711,1,1606161600,2020,11,23,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(10712,1,1606165200,2020,11,23,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(10713,1,1606168800,2020,11,23,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(10714,1,1606172400,2020,11,24,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(10715,1,1606176000,2020,11,24,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(10716,1,1606179600,2020,11,24,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(10717,1,1606183200,2020,11,24,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(10718,1,1606186800,2020,11,24,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(10719,1,1606190400,2020,11,24,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(10720,1,1606194000,2020,11,24,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(10721,1,1606197600,2020,11,24,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(10722,1,1606201200,2020,11,24,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(10723,1,1606204800,2020,11,24,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(10724,1,1606208400,2020,11,24,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(10725,1,1606212000,2020,11,24,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(10726,1,1606215600,2020,11,24,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(10727,1,1606219200,2020,11,24,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(10728,1,1606222800,2020,11,24,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(10729,1,1606226400,2020,11,24,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(10730,1,1606230000,2020,11,24,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(10731,1,1606233600,2020,11,24,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(10732,1,1606237200,2020,11,24,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(10733,1,1606240800,2020,11,24,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(10734,1,1606244400,2020,11,24,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(10735,1,1606248000,2020,11,24,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(10736,1,1606251600,2020,11,24,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(10737,1,1606255200,2020,11,24,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(10738,1,1606258800,2020,11,25,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(10739,1,1606262400,2020,11,25,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(10740,1,1606266000,2020,11,25,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(10741,1,1606269600,2020,11,25,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(10742,1,1606273200,2020,11,25,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(10743,1,1606276800,2020,11,25,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(10744,1,1606280400,2020,11,25,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(10745,1,1606284000,2020,11,25,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(10746,1,1606287600,2020,11,25,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(10747,1,1606291200,2020,11,25,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(10748,1,1606294800,2020,11,25,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(10749,1,1606298400,2020,11,25,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(10750,1,1606302000,2020,11,25,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(10751,1,1606305600,2020,11,25,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(10752,1,1606309200,2020,11,25,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(10753,1,1606312800,2020,11,25,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(10754,1,1606316400,2020,11,25,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(10755,1,1606320000,2020,11,25,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(10756,1,1606323600,2020,11,25,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(10757,1,1606327200,2020,11,25,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(10758,1,1606330800,2020,11,25,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(10759,1,1606334400,2020,11,25,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(10760,1,1606338000,2020,11,25,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(10761,1,1606341600,2020,11,25,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(10762,1,1606345200,2020,11,26,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(10763,1,1606348800,2020,11,26,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(10764,1,1606352400,2020,11,26,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(10765,1,1606356000,2020,11,26,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(10766,1,1606359600,2020,11,26,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(10767,1,1606363200,2020,11,26,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(10768,1,1606366800,2020,11,26,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(10769,1,1606370400,2020,11,26,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(10770,1,1606374000,2020,11,26,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(10771,1,1606377600,2020,11,26,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(10772,1,1606381200,2020,11,26,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(10773,1,1606384800,2020,11,26,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(10774,1,1606388400,2020,11,26,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(10775,1,1606392000,2020,11,26,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(10776,1,1606395600,2020,11,26,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(10777,1,1606399200,2020,11,26,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(10778,1,1606402800,2020,11,26,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(10779,1,1606406400,2020,11,26,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(10780,1,1606410000,2020,11,26,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(10781,1,1606413600,2020,11,26,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(10782,1,1606417200,2020,11,26,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(10783,1,1606420800,2020,11,26,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(10784,1,1606424400,2020,11,26,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(10785,1,1606428000,2020,11,26,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(10786,1,1606431600,2020,11,27,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(10787,1,1606435200,2020,11,27,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(10788,1,1606438800,2020,11,27,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(10789,1,1606442400,2020,11,27,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(10790,1,1606446000,2020,11,27,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(10791,1,1606449600,2020,11,27,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(10792,1,1606453200,2020,11,27,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(10793,1,1606456800,2020,11,27,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(10794,1,1606460400,2020,11,27,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(10795,1,1606464000,2020,11,27,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(10796,1,1606467600,2020,11,27,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(10797,1,1606471200,2020,11,27,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(10798,1,1606474800,2020,11,27,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(10799,1,1606478400,2020,11,27,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(10800,1,1606482000,2020,11,27,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(10801,1,1606485600,2020,11,27,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(10802,1,1606489200,2020,11,27,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(10803,1,1606492800,2020,11,27,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(10804,1,1606496400,2020,11,27,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(10805,1,1606500000,2020,11,27,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(10806,1,1606503600,2020,11,27,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(10807,1,1606507200,2020,11,27,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(10808,1,1606510800,2020,11,27,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(10809,1,1606514400,2020,11,27,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(10810,1,1606518000,2020,11,28,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(10811,1,1606521600,2020,11,28,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(10812,1,1606525200,2020,11,28,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(10813,1,1606528800,2020,11,28,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(10814,1,1606532400,2020,11,28,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(10815,1,1606536000,2020,11,28,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(10816,1,1606539600,2020,11,28,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(10817,1,1606543200,2020,11,28,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(10818,1,1606546800,2020,11,28,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(10819,1,1606550400,2020,11,28,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(10820,1,1606554000,2020,11,28,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(10821,1,1606557600,2020,11,28,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(10822,1,1606561200,2020,11,28,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(10823,1,1606564800,2020,11,28,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(10824,1,1606568400,2020,11,28,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(10825,1,1606572000,2020,11,28,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(10826,1,1606575600,2020,11,28,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(10827,1,1606579200,2020,11,28,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(10828,1,1606582800,2020,11,28,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(10829,1,1606586400,2020,11,28,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(10830,1,1606590000,2020,11,28,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(10831,1,1606593600,2020,11,28,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(10832,1,1606597200,2020,11,28,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(10833,1,1606600800,2020,11,28,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(10834,1,1606690800,2020,11,30,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(10835,1,1606694400,2020,11,30,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(10836,1,1606698000,2020,11,30,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(10837,1,1606701600,2020,11,30,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(10838,1,1606705200,2020,11,30,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(10839,1,1606708800,2020,11,30,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(10840,1,1606712400,2020,11,30,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(10841,1,1606716000,2020,11,30,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(10842,1,1606719600,2020,11,30,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(10843,1,1606723200,2020,11,30,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(10844,1,1606726800,2020,11,30,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(10845,1,1606730400,2020,11,30,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(10846,1,1606734000,2020,11,30,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(10847,1,1606737600,2020,11,30,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(10848,1,1606741200,2020,11,30,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(10849,1,1606744800,2020,11,30,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(10850,1,1606748400,2020,11,30,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(10851,1,1606752000,2020,11,30,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(10852,1,1606755600,2020,11,30,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(10853,1,1606759200,2020,11,30,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(10854,1,1606762800,2020,11,30,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(10855,1,1606766400,2020,11,30,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(10856,1,1606770000,2020,11,30,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(10857,1,1606773600,2020,11,30,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(10858,1,1606777200,2020,12,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(10859,1,1606780800,2020,12,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(10860,1,1606784400,2020,12,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(10861,1,1606788000,2020,12,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(10862,1,1606791600,2020,12,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(10863,1,1606795200,2020,12,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(10864,1,1606798800,2020,12,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(10865,1,1606802400,2020,12,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(10866,1,1606806000,2020,12,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(10867,1,1606809600,2020,12,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(10868,1,1606813200,2020,12,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(10869,1,1606816800,2020,12,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(10870,1,1606820400,2020,12,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(10871,1,1606824000,2020,12,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(10872,1,1606827600,2020,12,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(10873,1,1606831200,2020,12,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(10874,1,1606834800,2020,12,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(10875,1,1606838400,2020,12,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(10876,1,1606842000,2020,12,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(10877,1,1606845600,2020,12,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(10878,1,1606849200,2020,12,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(10879,1,1606852800,2020,12,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(10880,1,1606856400,2020,12,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(10881,1,1606860000,2020,12,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(10882,1,1606863600,2020,12,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(10883,1,1606867200,2020,12,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(10884,1,1606870800,2020,12,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(10885,1,1606874400,2020,12,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(10886,1,1606878000,2020,12,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(10887,1,1606881600,2020,12,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(10888,1,1606885200,2020,12,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(10889,1,1606888800,2020,12,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(10890,1,1606892400,2020,12,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(10891,1,1606896000,2020,12,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(10892,1,1606899600,2020,12,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(10893,1,1606903200,2020,12,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(10894,1,1606906800,2020,12,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(10895,1,1606910400,2020,12,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(10896,1,1606914000,2020,12,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(10897,1,1606917600,2020,12,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(10898,1,1606921200,2020,12,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(10899,1,1606924800,2020,12,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(10900,1,1606928400,2020,12,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(10901,1,1606932000,2020,12,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(10902,1,1606935600,2020,12,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(10903,1,1606939200,2020,12,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(10904,1,1606942800,2020,12,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(10905,1,1606946400,2020,12,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(10906,1,1606950000,2020,12,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(10907,1,1606953600,2020,12,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(10908,1,1606957200,2020,12,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(10909,1,1606960800,2020,12,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(10910,1,1606964400,2020,12,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(10911,1,1606968000,2020,12,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(10912,1,1606971600,2020,12,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(10913,1,1606975200,2020,12,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(10914,1,1606978800,2020,12,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(10915,1,1606982400,2020,12,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(10916,1,1606986000,2020,12,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(10917,1,1606989600,2020,12,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(10918,1,1606993200,2020,12,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(10919,1,1606996800,2020,12,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(10920,1,1607000400,2020,12,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(10921,1,1607004000,2020,12,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(10922,1,1607007600,2020,12,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(10923,1,1607011200,2020,12,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(10924,1,1607014800,2020,12,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(10925,1,1607018400,2020,12,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(10926,1,1607022000,2020,12,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(10927,1,1607025600,2020,12,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(10928,1,1607029200,2020,12,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(10929,1,1607032800,2020,12,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(10930,1,1607036400,2020,12,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(10931,1,1607040000,2020,12,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(10932,1,1607043600,2020,12,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(10933,1,1607047200,2020,12,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(10934,1,1607050800,2020,12,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(10935,1,1607054400,2020,12,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(10936,1,1607058000,2020,12,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(10937,1,1607061600,2020,12,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(10938,1,1607065200,2020,12,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(10939,1,1607068800,2020,12,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(10940,1,1607072400,2020,12,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(10941,1,1607076000,2020,12,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(10942,1,1607079600,2020,12,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(10943,1,1607083200,2020,12,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(10944,1,1607086800,2020,12,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(10945,1,1607090400,2020,12,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(10946,1,1607094000,2020,12,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(10947,1,1607097600,2020,12,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(10948,1,1607101200,2020,12,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(10949,1,1607104800,2020,12,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(10950,1,1607108400,2020,12,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(10951,1,1607112000,2020,12,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(10952,1,1607115600,2020,12,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(10953,1,1607119200,2020,12,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(10954,1,1607122800,2020,12,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(10955,1,1607126400,2020,12,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(10956,1,1607130000,2020,12,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(10957,1,1607133600,2020,12,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(10958,1,1607137200,2020,12,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(10959,1,1607140800,2020,12,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(10960,1,1607144400,2020,12,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(10961,1,1607148000,2020,12,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(10962,1,1607151600,2020,12,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(10963,1,1607155200,2020,12,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(10964,1,1607158800,2020,12,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(10965,1,1607162400,2020,12,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(10966,1,1607166000,2020,12,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(10967,1,1607169600,2020,12,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(10968,1,1607173200,2020,12,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(10969,1,1607176800,2020,12,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(10970,1,1607180400,2020,12,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(10971,1,1607184000,2020,12,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(10972,1,1607187600,2020,12,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(10973,1,1607191200,2020,12,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(10974,1,1607194800,2020,12,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(10975,1,1607198400,2020,12,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(10976,1,1607202000,2020,12,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(10977,1,1607205600,2020,12,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(10978,1,1607295600,2020,12,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(10979,1,1607299200,2020,12,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(10980,1,1607302800,2020,12,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(10981,1,1607306400,2020,12,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(10982,1,1607310000,2020,12,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(10983,1,1607313600,2020,12,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(10984,1,1607317200,2020,12,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(10985,1,1607320800,2020,12,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(10986,1,1607324400,2020,12,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(10987,1,1607328000,2020,12,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(10988,1,1607331600,2020,12,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(10989,1,1607335200,2020,12,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(10990,1,1607338800,2020,12,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(10991,1,1607342400,2020,12,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(10992,1,1607346000,2020,12,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(10993,1,1607349600,2020,12,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(10994,1,1607353200,2020,12,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(10995,1,1607356800,2020,12,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(10996,1,1607360400,2020,12,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(10997,1,1607364000,2020,12,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(10998,1,1607367600,2020,12,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(10999,1,1607371200,2020,12,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(11000,1,1607374800,2020,12,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(11001,1,1607378400,2020,12,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(11002,1,1607382000,2020,12,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(11003,1,1607385600,2020,12,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(11004,1,1607389200,2020,12,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(11005,1,1607392800,2020,12,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(11006,1,1607396400,2020,12,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(11007,1,1607400000,2020,12,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(11008,1,1607403600,2020,12,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(11009,1,1607407200,2020,12,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(11010,1,1607410800,2020,12,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(11011,1,1607414400,2020,12,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(11012,1,1607418000,2020,12,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(11013,1,1607421600,2020,12,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(11014,1,1607425200,2020,12,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(11015,1,1607428800,2020,12,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(11016,1,1607432400,2020,12,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(11017,1,1607436000,2020,12,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(11018,1,1607439600,2020,12,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(11019,1,1607443200,2020,12,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(11020,1,1607446800,2020,12,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(11021,1,1607450400,2020,12,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(11022,1,1607454000,2020,12,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(11023,1,1607457600,2020,12,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(11024,1,1607461200,2020,12,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(11025,1,1607464800,2020,12,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(11026,1,1607468400,2020,12,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(11027,1,1607472000,2020,12,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(11028,1,1607475600,2020,12,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(11029,1,1607479200,2020,12,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(11030,1,1607482800,2020,12,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(11031,1,1607486400,2020,12,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(11032,1,1607490000,2020,12,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(11033,1,1607493600,2020,12,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(11034,1,1607497200,2020,12,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(11035,1,1607500800,2020,12,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(11036,1,1607504400,2020,12,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(11037,1,1607508000,2020,12,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(11038,1,1607511600,2020,12,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(11039,1,1607515200,2020,12,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(11040,1,1607518800,2020,12,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(11041,1,1607522400,2020,12,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(11042,1,1607526000,2020,12,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(11043,1,1607529600,2020,12,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(11044,1,1607533200,2020,12,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(11045,1,1607536800,2020,12,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(11046,1,1607540400,2020,12,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(11047,1,1607544000,2020,12,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(11048,1,1607547600,2020,12,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(11049,1,1607551200,2020,12,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(11050,1,1607554800,2020,12,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(11051,1,1607558400,2020,12,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(11052,1,1607562000,2020,12,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(11053,1,1607565600,2020,12,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(11054,1,1607569200,2020,12,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(11055,1,1607572800,2020,12,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(11056,1,1607576400,2020,12,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(11057,1,1607580000,2020,12,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(11058,1,1607583600,2020,12,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(11059,1,1607587200,2020,12,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(11060,1,1607590800,2020,12,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(11061,1,1607594400,2020,12,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(11062,1,1607598000,2020,12,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(11063,1,1607601600,2020,12,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(11064,1,1607605200,2020,12,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(11065,1,1607608800,2020,12,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(11066,1,1607612400,2020,12,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(11067,1,1607616000,2020,12,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(11068,1,1607619600,2020,12,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(11069,1,1607623200,2020,12,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(11070,1,1607626800,2020,12,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(11071,1,1607630400,2020,12,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(11072,1,1607634000,2020,12,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(11073,1,1607637600,2020,12,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(11074,1,1607641200,2020,12,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(11075,1,1607644800,2020,12,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(11076,1,1607648400,2020,12,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(11077,1,1607652000,2020,12,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(11078,1,1607655600,2020,12,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(11079,1,1607659200,2020,12,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(11080,1,1607662800,2020,12,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(11081,1,1607666400,2020,12,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(11082,1,1607670000,2020,12,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(11083,1,1607673600,2020,12,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(11084,1,1607677200,2020,12,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(11085,1,1607680800,2020,12,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(11086,1,1607684400,2020,12,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(11087,1,1607688000,2020,12,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(11088,1,1607691600,2020,12,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(11089,1,1607695200,2020,12,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(11090,1,1607698800,2020,12,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(11091,1,1607702400,2020,12,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(11092,1,1607706000,2020,12,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(11093,1,1607709600,2020,12,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(11094,1,1607713200,2020,12,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(11095,1,1607716800,2020,12,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(11096,1,1607720400,2020,12,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(11097,1,1607724000,2020,12,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(11098,1,1607727600,2020,12,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(11099,1,1607731200,2020,12,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(11100,1,1607734800,2020,12,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(11101,1,1607738400,2020,12,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(11102,1,1607742000,2020,12,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(11103,1,1607745600,2020,12,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(11104,1,1607749200,2020,12,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(11105,1,1607752800,2020,12,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(11106,1,1607756400,2020,12,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(11107,1,1607760000,2020,12,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(11108,1,1607763600,2020,12,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(11109,1,1607767200,2020,12,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(11110,1,1607770800,2020,12,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(11111,1,1607774400,2020,12,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(11112,1,1607778000,2020,12,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(11113,1,1607781600,2020,12,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(11114,1,1607785200,2020,12,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(11115,1,1607788800,2020,12,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(11116,1,1607792400,2020,12,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(11117,1,1607796000,2020,12,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(11118,1,1607799600,2020,12,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(11119,1,1607803200,2020,12,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(11120,1,1607806800,2020,12,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(11121,1,1607810400,2020,12,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(11122,1,1607900400,2020,12,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(11123,1,1607904000,2020,12,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(11124,1,1607907600,2020,12,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(11125,1,1607911200,2020,12,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(11126,1,1607914800,2020,12,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(11127,1,1607918400,2020,12,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(11128,1,1607922000,2020,12,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(11129,1,1607925600,2020,12,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(11130,1,1607929200,2020,12,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(11131,1,1607932800,2020,12,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(11132,1,1607936400,2020,12,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(11133,1,1607940000,2020,12,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(11134,1,1607943600,2020,12,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(11135,1,1607947200,2020,12,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(11136,1,1607950800,2020,12,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(11137,1,1607954400,2020,12,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(11138,1,1607958000,2020,12,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(11139,1,1607961600,2020,12,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(11140,1,1607965200,2020,12,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(11141,1,1607968800,2020,12,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(11142,1,1607972400,2020,12,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(11143,1,1607976000,2020,12,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(11144,1,1607979600,2020,12,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(11145,1,1607983200,2020,12,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(11146,1,1607986800,2020,12,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(11147,1,1607990400,2020,12,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(11148,1,1607994000,2020,12,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(11149,1,1607997600,2020,12,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(11150,1,1608001200,2020,12,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(11151,1,1608004800,2020,12,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(11152,1,1608008400,2020,12,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(11153,1,1608012000,2020,12,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(11154,1,1608015600,2020,12,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(11155,1,1608019200,2020,12,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(11156,1,1608022800,2020,12,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(11157,1,1608026400,2020,12,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(11158,1,1608030000,2020,12,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(11159,1,1608033600,2020,12,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(11160,1,1608037200,2020,12,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(11161,1,1608040800,2020,12,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(11162,1,1608044400,2020,12,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(11163,1,1608048000,2020,12,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(11164,1,1608051600,2020,12,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(11165,1,1608055200,2020,12,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(11166,1,1608058800,2020,12,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(11167,1,1608062400,2020,12,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(11168,1,1608066000,2020,12,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(11169,1,1608069600,2020,12,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(11170,1,1608073200,2020,12,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(11171,1,1608076800,2020,12,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(11172,1,1608080400,2020,12,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(11173,1,1608084000,2020,12,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(11174,1,1608087600,2020,12,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(11175,1,1608091200,2020,12,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(11176,1,1608094800,2020,12,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(11177,1,1608098400,2020,12,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(11178,1,1608102000,2020,12,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(11179,1,1608105600,2020,12,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(11180,1,1608109200,2020,12,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(11181,1,1608112800,2020,12,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(11182,1,1608116400,2020,12,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(11183,1,1608120000,2020,12,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(11184,1,1608123600,2020,12,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(11185,1,1608127200,2020,12,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(11186,1,1608130800,2020,12,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(11187,1,1608134400,2020,12,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(11188,1,1608138000,2020,12,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(11189,1,1608141600,2020,12,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(11190,1,1608145200,2020,12,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(11191,1,1608148800,2020,12,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(11192,1,1608152400,2020,12,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(11193,1,1608156000,2020,12,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(11194,1,1608159600,2020,12,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(11195,1,1608163200,2020,12,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(11196,1,1608166800,2020,12,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(11197,1,1608170400,2020,12,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(11198,1,1608174000,2020,12,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(11199,1,1608177600,2020,12,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(11200,1,1608181200,2020,12,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(11201,1,1608184800,2020,12,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(11202,1,1608188400,2020,12,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(11203,1,1608192000,2020,12,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(11204,1,1608195600,2020,12,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(11205,1,1608199200,2020,12,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(11206,1,1608202800,2020,12,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(11207,1,1608206400,2020,12,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(11208,1,1608210000,2020,12,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(11209,1,1608213600,2020,12,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(11210,1,1608217200,2020,12,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(11211,1,1608220800,2020,12,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(11212,1,1608224400,2020,12,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(11213,1,1608228000,2020,12,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(11214,1,1608231600,2020,12,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(11215,1,1608235200,2020,12,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(11216,1,1608238800,2020,12,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(11217,1,1608242400,2020,12,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(11218,1,1608246000,2020,12,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(11219,1,1608249600,2020,12,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(11220,1,1608253200,2020,12,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(11221,1,1608256800,2020,12,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(11222,1,1608260400,2020,12,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(11223,1,1608264000,2020,12,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(11224,1,1608267600,2020,12,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(11225,1,1608271200,2020,12,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(11226,1,1608274800,2020,12,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(11227,1,1608278400,2020,12,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(11228,1,1608282000,2020,12,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(11229,1,1608285600,2020,12,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(11230,1,1608289200,2020,12,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(11231,1,1608292800,2020,12,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(11232,1,1608296400,2020,12,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(11233,1,1608300000,2020,12,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(11234,1,1608303600,2020,12,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(11235,1,1608307200,2020,12,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(11236,1,1608310800,2020,12,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(11237,1,1608314400,2020,12,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(11238,1,1608318000,2020,12,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(11239,1,1608321600,2020,12,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(11240,1,1608325200,2020,12,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(11241,1,1608328800,2020,12,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(11242,1,1608332400,2020,12,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(11243,1,1608336000,2020,12,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(11244,1,1608339600,2020,12,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(11245,1,1608343200,2020,12,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(11246,1,1608346800,2020,12,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(11247,1,1608350400,2020,12,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(11248,1,1608354000,2020,12,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(11249,1,1608357600,2020,12,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(11250,1,1608361200,2020,12,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(11251,1,1608364800,2020,12,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(11252,1,1608368400,2020,12,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(11253,1,1608372000,2020,12,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(11254,1,1608375600,2020,12,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(11255,1,1608379200,2020,12,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(11256,1,1608382800,2020,12,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(11257,1,1608386400,2020,12,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(11258,1,1608390000,2020,12,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(11259,1,1608393600,2020,12,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(11260,1,1608397200,2020,12,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(11261,1,1608400800,2020,12,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(11262,1,1608404400,2020,12,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(11263,1,1608408000,2020,12,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(11264,1,1608411600,2020,12,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(11265,1,1608415200,2020,12,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(11266,1,1608505200,2020,12,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(11267,1,1608508800,2020,12,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(11268,1,1608512400,2020,12,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(11269,1,1608516000,2020,12,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(11270,1,1608519600,2020,12,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(11271,1,1608523200,2020,12,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(11272,1,1608526800,2020,12,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(11273,1,1608530400,2020,12,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(11274,1,1608534000,2020,12,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(11275,1,1608537600,2020,12,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(11276,1,1608541200,2020,12,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(11277,1,1608544800,2020,12,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(11278,1,1608548400,2020,12,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(11279,1,1608552000,2020,12,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(11280,1,1608555600,2020,12,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(11281,1,1608559200,2020,12,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(11282,1,1608562800,2020,12,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(11283,1,1608566400,2020,12,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(11284,1,1608570000,2020,12,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(11285,1,1608573600,2020,12,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(11286,1,1608577200,2020,12,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(11287,1,1608580800,2020,12,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(11288,1,1608584400,2020,12,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(11289,1,1608588000,2020,12,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(11290,1,1608591600,2020,12,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(11291,1,1608595200,2020,12,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(11292,1,1608598800,2020,12,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(11293,1,1608602400,2020,12,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(11294,1,1608606000,2020,12,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(11295,1,1608609600,2020,12,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(11296,1,1608613200,2020,12,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(11297,1,1608616800,2020,12,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(11298,1,1608620400,2020,12,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(11299,1,1608624000,2020,12,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(11300,1,1608627600,2020,12,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(11301,1,1608631200,2020,12,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(11302,1,1608634800,2020,12,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(11303,1,1608638400,2020,12,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(11304,1,1608642000,2020,12,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(11305,1,1608645600,2020,12,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(11306,1,1608649200,2020,12,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(11307,1,1608652800,2020,12,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(11308,1,1608656400,2020,12,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(11309,1,1608660000,2020,12,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(11310,1,1608663600,2020,12,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(11311,1,1608667200,2020,12,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(11312,1,1608670800,2020,12,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(11313,1,1608674400,2020,12,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(11314,1,1608678000,2020,12,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(11315,1,1608681600,2020,12,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(11316,1,1608685200,2020,12,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(11317,1,1608688800,2020,12,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(11318,1,1608692400,2020,12,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(11319,1,1608696000,2020,12,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(11320,1,1608699600,2020,12,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(11321,1,1608703200,2020,12,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(11322,1,1608706800,2020,12,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(11323,1,1608710400,2020,12,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(11324,1,1608714000,2020,12,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(11325,1,1608717600,2020,12,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(11326,1,1608721200,2020,12,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(11327,1,1608724800,2020,12,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(11328,1,1608728400,2020,12,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(11329,1,1608732000,2020,12,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(11330,1,1608735600,2020,12,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(11331,1,1608739200,2020,12,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(11332,1,1608742800,2020,12,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(11333,1,1608746400,2020,12,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(11334,1,1608750000,2020,12,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(11335,1,1608753600,2020,12,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(11336,1,1608757200,2020,12,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(11337,1,1608760800,2020,12,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(11338,1,1608764400,2020,12,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(11339,1,1608768000,2020,12,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(11340,1,1608771600,2020,12,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(11341,1,1608775200,2020,12,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(11342,1,1608778800,2020,12,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(11343,1,1608782400,2020,12,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(11344,1,1608786000,2020,12,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(11345,1,1608789600,2020,12,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(11346,1,1608793200,2020,12,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(11347,1,1608796800,2020,12,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(11348,1,1608800400,2020,12,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(11349,1,1608804000,2020,12,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(11350,1,1608807600,2020,12,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(11351,1,1608811200,2020,12,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(11352,1,1608814800,2020,12,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(11353,1,1608818400,2020,12,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(11354,1,1608822000,2020,12,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(11355,1,1608825600,2020,12,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(11356,1,1608829200,2020,12,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(11357,1,1608832800,2020,12,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(11358,1,1608836400,2020,12,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(11359,1,1608840000,2020,12,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(11360,1,1608843600,2020,12,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(11361,1,1608847200,2020,12,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(11362,1,1608850800,2020,12,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(11363,1,1608854400,2020,12,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(11364,1,1608858000,2020,12,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(11365,1,1608861600,2020,12,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(11366,1,1608865200,2020,12,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(11367,1,1608868800,2020,12,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(11368,1,1608872400,2020,12,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(11369,1,1608876000,2020,12,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(11370,1,1608879600,2020,12,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(11371,1,1608883200,2020,12,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(11372,1,1608886800,2020,12,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(11373,1,1608890400,2020,12,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(11374,1,1608894000,2020,12,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(11375,1,1608897600,2020,12,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(11376,1,1608901200,2020,12,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(11377,1,1608904800,2020,12,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(11378,1,1608908400,2020,12,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(11379,1,1608912000,2020,12,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(11380,1,1608915600,2020,12,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(11381,1,1608919200,2020,12,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(11382,1,1608922800,2020,12,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(11383,1,1608926400,2020,12,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(11384,1,1608930000,2020,12,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(11385,1,1608933600,2020,12,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(11386,1,1608937200,2020,12,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(11387,1,1608940800,2020,12,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(11388,1,1608944400,2020,12,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(11389,1,1608948000,2020,12,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(11390,1,1608951600,2020,12,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(11391,1,1608955200,2020,12,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(11392,1,1608958800,2020,12,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(11393,1,1608962400,2020,12,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(11394,1,1608966000,2020,12,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(11395,1,1608969600,2020,12,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(11396,1,1608973200,2020,12,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(11397,1,1608976800,2020,12,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(11398,1,1608980400,2020,12,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(11399,1,1608984000,2020,12,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(11400,1,1608987600,2020,12,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(11401,1,1608991200,2020,12,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(11402,1,1608994800,2020,12,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(11403,1,1608998400,2020,12,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(11404,1,1609002000,2020,12,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(11405,1,1609005600,2020,12,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(11406,1,1609009200,2020,12,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(11407,1,1609012800,2020,12,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(11408,1,1609016400,2020,12,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(11409,1,1609020000,2020,12,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(11410,1,1609110000,2020,12,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(11411,1,1609113600,2020,12,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(11412,1,1609117200,2020,12,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(11413,1,1609120800,2020,12,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(11414,1,1609124400,2020,12,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(11415,1,1609128000,2020,12,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(11416,1,1609131600,2020,12,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(11417,1,1609135200,2020,12,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(11418,1,1609138800,2020,12,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(11419,1,1609142400,2020,12,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(11420,1,1609146000,2020,12,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(11421,1,1609149600,2020,12,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(11422,1,1609153200,2020,12,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(11423,1,1609156800,2020,12,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(11424,1,1609160400,2020,12,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(11425,1,1609164000,2020,12,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(11426,1,1609167600,2020,12,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(11427,1,1609171200,2020,12,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(11428,1,1609174800,2020,12,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(11429,1,1609178400,2020,12,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(11430,1,1609182000,2020,12,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(11431,1,1609185600,2020,12,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(11432,1,1609189200,2020,12,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(11433,1,1609192800,2020,12,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(11434,1,1609196400,2020,12,29,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(11435,1,1609200000,2020,12,29,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(11436,1,1609203600,2020,12,29,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(11437,1,1609207200,2020,12,29,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(11438,1,1609210800,2020,12,29,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(11439,1,1609214400,2020,12,29,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(11440,1,1609218000,2020,12,29,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(11441,1,1609221600,2020,12,29,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(11442,1,1609225200,2020,12,29,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(11443,1,1609228800,2020,12,29,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(11444,1,1609232400,2020,12,29,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(11445,1,1609236000,2020,12,29,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(11446,1,1609239600,2020,12,29,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(11447,1,1609243200,2020,12,29,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(11448,1,1609246800,2020,12,29,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(11449,1,1609250400,2020,12,29,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(11450,1,1609254000,2020,12,29,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(11451,1,1609257600,2020,12,29,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(11452,1,1609261200,2020,12,29,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(11453,1,1609264800,2020,12,29,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(11454,1,1609268400,2020,12,29,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(11455,1,1609272000,2020,12,29,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(11456,1,1609275600,2020,12,29,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(11457,1,1609279200,2020,12,29,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(11458,1,1609282800,2020,12,30,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(11459,1,1609286400,2020,12,30,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(11460,1,1609290000,2020,12,30,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(11461,1,1609293600,2020,12,30,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(11462,1,1609297200,2020,12,30,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(11463,1,1609300800,2020,12,30,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(11464,1,1609304400,2020,12,30,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(11465,1,1609308000,2020,12,30,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(11466,1,1609311600,2020,12,30,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(11467,1,1609315200,2020,12,30,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(11468,1,1609318800,2020,12,30,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(11469,1,1609322400,2020,12,30,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(11470,1,1609326000,2020,12,30,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(11471,1,1609329600,2020,12,30,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(11472,1,1609333200,2020,12,30,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(11473,1,1609336800,2020,12,30,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(11474,1,1609340400,2020,12,30,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(11475,1,1609344000,2020,12,30,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(11476,1,1609347600,2020,12,30,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(11477,1,1609351200,2020,12,30,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(11478,1,1609354800,2020,12,30,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(11479,1,1609358400,2020,12,30,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(11480,1,1609362000,2020,12,30,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(11481,1,1609365600,2020,12,30,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(11482,1,1609369200,2020,12,31,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(11483,1,1609372800,2020,12,31,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(11484,1,1609376400,2020,12,31,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(11485,1,1609380000,2020,12,31,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(11486,1,1609383600,2020,12,31,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(11487,1,1609387200,2020,12,31,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(11488,1,1609390800,2020,12,31,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(11489,1,1609394400,2020,12,31,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(11490,1,1609398000,2020,12,31,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(11491,1,1609401600,2020,12,31,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(11492,1,1609405200,2020,12,31,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(11493,1,1609408800,2020,12,31,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(11494,1,1609412400,2020,12,31,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(11495,1,1609416000,2020,12,31,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(11496,1,1609419600,2020,12,31,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(11497,1,1609423200,2020,12,31,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(11498,1,1609426800,2020,12,31,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(11499,1,1609430400,2020,12,31,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(11500,1,1609434000,2020,12,31,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(11501,1,1609437600,2020,12,31,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(11502,1,1609441200,2020,12,31,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(11503,1,1609444800,2020,12,31,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(11504,1,1609448400,2020,12,31,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(11505,1,1609452000,2020,12,31,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(11506,1,1609455600,2021,1,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(11507,1,1609459200,2021,1,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(11508,1,1609462800,2021,1,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(11509,1,1609466400,2021,1,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(11510,1,1609470000,2021,1,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(11511,1,1609473600,2021,1,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(11512,1,1609477200,2021,1,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(11513,1,1609480800,2021,1,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(11514,1,1609484400,2021,1,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(11515,1,1609488000,2021,1,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(11516,1,1609491600,2021,1,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(11517,1,1609495200,2021,1,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(11518,1,1609498800,2021,1,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(11519,1,1609502400,2021,1,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(11520,1,1609506000,2021,1,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(11521,1,1609509600,2021,1,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(11522,1,1609513200,2021,1,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(11523,1,1609516800,2021,1,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(11524,1,1609520400,2021,1,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(11525,1,1609524000,2021,1,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(11526,1,1609527600,2021,1,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(11527,1,1609531200,2021,1,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(11528,1,1609534800,2021,1,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(11529,1,1609538400,2021,1,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(11530,1,1609542000,2021,1,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(11531,1,1609545600,2021,1,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(11532,1,1609549200,2021,1,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(11533,1,1609552800,2021,1,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(11534,1,1609556400,2021,1,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(11535,1,1609560000,2021,1,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(11536,1,1609563600,2021,1,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(11537,1,1609567200,2021,1,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(11538,1,1609570800,2021,1,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(11539,1,1609574400,2021,1,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(11540,1,1609578000,2021,1,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(11541,1,1609581600,2021,1,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(11542,1,1609585200,2021,1,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(11543,1,1609588800,2021,1,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(11544,1,1609592400,2021,1,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(11545,1,1609596000,2021,1,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(11546,1,1609599600,2021,1,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(11547,1,1609603200,2021,1,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(11548,1,1609606800,2021,1,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(11549,1,1609610400,2021,1,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(11550,1,1609614000,2021,1,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(11551,1,1609617600,2021,1,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(11552,1,1609621200,2021,1,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(11553,1,1609624800,2021,1,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(11554,1,1609714800,2021,1,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(11555,1,1609718400,2021,1,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(11556,1,1609722000,2021,1,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(11557,1,1609725600,2021,1,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(11558,1,1609729200,2021,1,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(11559,1,1609732800,2021,1,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(11560,1,1609736400,2021,1,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(11561,1,1609740000,2021,1,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(11562,1,1609743600,2021,1,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(11563,1,1609747200,2021,1,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(11564,1,1609750800,2021,1,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(11565,1,1609754400,2021,1,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(11566,1,1609758000,2021,1,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(11567,1,1609761600,2021,1,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(11568,1,1609765200,2021,1,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(11569,1,1609768800,2021,1,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(11570,1,1609772400,2021,1,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(11571,1,1609776000,2021,1,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(11572,1,1609779600,2021,1,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(11573,1,1609783200,2021,1,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(11574,1,1609786800,2021,1,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(11575,1,1609790400,2021,1,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(11576,1,1609794000,2021,1,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(11577,1,1609797600,2021,1,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(11578,1,1609801200,2021,1,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(11579,1,1609804800,2021,1,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(11580,1,1609808400,2021,1,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(11581,1,1609812000,2021,1,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(11582,1,1609815600,2021,1,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(11583,1,1609819200,2021,1,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(11584,1,1609822800,2021,1,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(11585,1,1609826400,2021,1,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(11586,1,1609830000,2021,1,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(11587,1,1609833600,2021,1,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(11588,1,1609837200,2021,1,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(11589,1,1609840800,2021,1,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(11590,1,1609844400,2021,1,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(11591,1,1609848000,2021,1,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(11592,1,1609851600,2021,1,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(11593,1,1609855200,2021,1,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(11594,1,1609858800,2021,1,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(11595,1,1609862400,2021,1,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(11596,1,1609866000,2021,1,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(11597,1,1609869600,2021,1,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(11598,1,1609873200,2021,1,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(11599,1,1609876800,2021,1,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(11600,1,1609880400,2021,1,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(11601,1,1609884000,2021,1,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(11602,1,1609887600,2021,1,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(11603,1,1609891200,2021,1,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(11604,1,1609894800,2021,1,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(11605,1,1609898400,2021,1,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(11606,1,1609902000,2021,1,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(11607,1,1609905600,2021,1,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(11608,1,1609909200,2021,1,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(11609,1,1609912800,2021,1,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(11610,1,1609916400,2021,1,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(11611,1,1609920000,2021,1,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(11612,1,1609923600,2021,1,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(11613,1,1609927200,2021,1,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(11614,1,1609930800,2021,1,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(11615,1,1609934400,2021,1,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(11616,1,1609938000,2021,1,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(11617,1,1609941600,2021,1,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(11618,1,1609945200,2021,1,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(11619,1,1609948800,2021,1,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(11620,1,1609952400,2021,1,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(11621,1,1609956000,2021,1,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(11622,1,1609959600,2021,1,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(11623,1,1609963200,2021,1,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(11624,1,1609966800,2021,1,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(11625,1,1609970400,2021,1,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(11626,1,1609974000,2021,1,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(11627,1,1609977600,2021,1,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(11628,1,1609981200,2021,1,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(11629,1,1609984800,2021,1,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(11630,1,1609988400,2021,1,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(11631,1,1609992000,2021,1,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(11632,1,1609995600,2021,1,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(11633,1,1609999200,2021,1,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(11634,1,1610002800,2021,1,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(11635,1,1610006400,2021,1,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(11636,1,1610010000,2021,1,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(11637,1,1610013600,2021,1,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(11638,1,1610017200,2021,1,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(11639,1,1610020800,2021,1,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(11640,1,1610024400,2021,1,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(11641,1,1610028000,2021,1,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(11642,1,1610031600,2021,1,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(11643,1,1610035200,2021,1,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(11644,1,1610038800,2021,1,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(11645,1,1610042400,2021,1,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(11646,1,1610046000,2021,1,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(11647,1,1610049600,2021,1,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(11648,1,1610053200,2021,1,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(11649,1,1610056800,2021,1,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(11650,1,1610060400,2021,1,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(11651,1,1610064000,2021,1,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(11652,1,1610067600,2021,1,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(11653,1,1610071200,2021,1,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(11654,1,1610074800,2021,1,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(11655,1,1610078400,2021,1,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(11656,1,1610082000,2021,1,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(11657,1,1610085600,2021,1,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(11658,1,1610089200,2021,1,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(11659,1,1610092800,2021,1,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(11660,1,1610096400,2021,1,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(11661,1,1610100000,2021,1,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(11662,1,1610103600,2021,1,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(11663,1,1610107200,2021,1,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(11664,1,1610110800,2021,1,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(11665,1,1610114400,2021,1,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(11666,1,1610118000,2021,1,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(11667,1,1610121600,2021,1,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(11668,1,1610125200,2021,1,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(11669,1,1610128800,2021,1,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(11670,1,1610132400,2021,1,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(11671,1,1610136000,2021,1,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(11672,1,1610139600,2021,1,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(11673,1,1610143200,2021,1,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(11674,1,1610146800,2021,1,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(11675,1,1610150400,2021,1,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(11676,1,1610154000,2021,1,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(11677,1,1610157600,2021,1,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(11678,1,1610161200,2021,1,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(11679,1,1610164800,2021,1,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(11680,1,1610168400,2021,1,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(11681,1,1610172000,2021,1,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(11682,1,1610175600,2021,1,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(11683,1,1610179200,2021,1,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(11684,1,1610182800,2021,1,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(11685,1,1610186400,2021,1,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(11686,1,1610190000,2021,1,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(11687,1,1610193600,2021,1,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(11688,1,1610197200,2021,1,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(11689,1,1610200800,2021,1,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(11690,1,1610204400,2021,1,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(11691,1,1610208000,2021,1,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(11692,1,1610211600,2021,1,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(11693,1,1610215200,2021,1,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(11694,1,1610218800,2021,1,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(11695,1,1610222400,2021,1,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(11696,1,1610226000,2021,1,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(11697,1,1610229600,2021,1,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(11698,1,1610319600,2021,1,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(11699,1,1610323200,2021,1,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(11700,1,1610326800,2021,1,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(11701,1,1610330400,2021,1,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(11702,1,1610334000,2021,1,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(11703,1,1610337600,2021,1,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(11704,1,1610341200,2021,1,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(11705,1,1610344800,2021,1,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(11706,1,1610348400,2021,1,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(11707,1,1610352000,2021,1,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(11708,1,1610355600,2021,1,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(11709,1,1610359200,2021,1,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(11710,1,1610362800,2021,1,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(11711,1,1610366400,2021,1,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(11712,1,1610370000,2021,1,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(11713,1,1610373600,2021,1,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(11714,1,1610377200,2021,1,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(11715,1,1610380800,2021,1,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(11716,1,1610384400,2021,1,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(11717,1,1610388000,2021,1,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(11718,1,1610391600,2021,1,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(11719,1,1610395200,2021,1,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(11720,1,1610398800,2021,1,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(11721,1,1610402400,2021,1,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(11722,1,1610406000,2021,1,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(11723,1,1610409600,2021,1,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(11724,1,1610413200,2021,1,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(11725,1,1610416800,2021,1,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(11726,1,1610420400,2021,1,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(11727,1,1610424000,2021,1,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(11728,1,1610427600,2021,1,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(11729,1,1610431200,2021,1,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(11730,1,1610434800,2021,1,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(11731,1,1610438400,2021,1,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(11732,1,1610442000,2021,1,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(11733,1,1610445600,2021,1,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(11734,1,1610449200,2021,1,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(11735,1,1610452800,2021,1,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(11736,1,1610456400,2021,1,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(11737,1,1610460000,2021,1,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(11738,1,1610463600,2021,1,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(11739,1,1610467200,2021,1,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(11740,1,1610470800,2021,1,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(11741,1,1610474400,2021,1,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(11742,1,1610478000,2021,1,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(11743,1,1610481600,2021,1,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(11744,1,1610485200,2021,1,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(11745,1,1610488800,2021,1,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(11746,1,1610492400,2021,1,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(11747,1,1610496000,2021,1,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(11748,1,1610499600,2021,1,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(11749,1,1610503200,2021,1,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(11750,1,1610506800,2021,1,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(11751,1,1610510400,2021,1,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(11752,1,1610514000,2021,1,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(11753,1,1610517600,2021,1,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(11754,1,1610521200,2021,1,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(11755,1,1610524800,2021,1,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(11756,1,1610528400,2021,1,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(11757,1,1610532000,2021,1,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(11758,1,1610535600,2021,1,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(11759,1,1610539200,2021,1,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(11760,1,1610542800,2021,1,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(11761,1,1610546400,2021,1,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(11762,1,1610550000,2021,1,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(11763,1,1610553600,2021,1,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(11764,1,1610557200,2021,1,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(11765,1,1610560800,2021,1,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(11766,1,1610564400,2021,1,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(11767,1,1610568000,2021,1,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(11768,1,1610571600,2021,1,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(11769,1,1610575200,2021,1,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(11770,1,1610578800,2021,1,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(11771,1,1610582400,2021,1,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(11772,1,1610586000,2021,1,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(11773,1,1610589600,2021,1,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(11774,1,1610593200,2021,1,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(11775,1,1610596800,2021,1,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(11776,1,1610600400,2021,1,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(11777,1,1610604000,2021,1,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(11778,1,1610607600,2021,1,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(11779,1,1610611200,2021,1,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(11780,1,1610614800,2021,1,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(11781,1,1610618400,2021,1,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(11782,1,1610622000,2021,1,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(11783,1,1610625600,2021,1,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(11784,1,1610629200,2021,1,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(11785,1,1610632800,2021,1,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(11786,1,1610636400,2021,1,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(11787,1,1610640000,2021,1,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(11788,1,1610643600,2021,1,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(11789,1,1610647200,2021,1,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(11790,1,1610650800,2021,1,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(11791,1,1610654400,2021,1,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(11792,1,1610658000,2021,1,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(11793,1,1610661600,2021,1,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(11794,1,1610665200,2021,1,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(11795,1,1610668800,2021,1,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(11796,1,1610672400,2021,1,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(11797,1,1610676000,2021,1,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(11798,1,1610679600,2021,1,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(11799,1,1610683200,2021,1,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(11800,1,1610686800,2021,1,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(11801,1,1610690400,2021,1,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(11802,1,1610694000,2021,1,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(11803,1,1610697600,2021,1,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(11804,1,1610701200,2021,1,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(11805,1,1610704800,2021,1,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(11806,1,1610708400,2021,1,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(11807,1,1610712000,2021,1,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(11808,1,1610715600,2021,1,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(11809,1,1610719200,2021,1,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(11810,1,1610722800,2021,1,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(11811,1,1610726400,2021,1,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(11812,1,1610730000,2021,1,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(11813,1,1610733600,2021,1,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(11814,1,1610737200,2021,1,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(11815,1,1610740800,2021,1,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(11816,1,1610744400,2021,1,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(11817,1,1610748000,2021,1,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(11818,1,1610751600,2021,1,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(11819,1,1610755200,2021,1,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(11820,1,1610758800,2021,1,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(11821,1,1610762400,2021,1,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(11822,1,1610766000,2021,1,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(11823,1,1610769600,2021,1,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(11824,1,1610773200,2021,1,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(11825,1,1610776800,2021,1,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(11826,1,1610780400,2021,1,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(11827,1,1610784000,2021,1,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(11828,1,1610787600,2021,1,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(11829,1,1610791200,2021,1,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(11830,1,1610794800,2021,1,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(11831,1,1610798400,2021,1,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(11832,1,1610802000,2021,1,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(11833,1,1610805600,2021,1,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(11834,1,1610809200,2021,1,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(11835,1,1610812800,2021,1,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(11836,1,1610816400,2021,1,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(11837,1,1610820000,2021,1,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(11838,1,1610823600,2021,1,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(11839,1,1610827200,2021,1,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(11840,1,1610830800,2021,1,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(11841,1,1610834400,2021,1,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(11842,1,1610924400,2021,1,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(11843,1,1610928000,2021,1,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(11844,1,1610931600,2021,1,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(11845,1,1610935200,2021,1,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(11846,1,1610938800,2021,1,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(11847,1,1610942400,2021,1,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(11848,1,1610946000,2021,1,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(11849,1,1610949600,2021,1,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(11850,1,1610953200,2021,1,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(11851,1,1610956800,2021,1,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(11852,1,1610960400,2021,1,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(11853,1,1610964000,2021,1,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(11854,1,1610967600,2021,1,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(11855,1,1610971200,2021,1,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(11856,1,1610974800,2021,1,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(11857,1,1610978400,2021,1,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(11858,1,1610982000,2021,1,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(11859,1,1610985600,2021,1,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(11860,1,1610989200,2021,1,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(11861,1,1610992800,2021,1,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(11862,1,1610996400,2021,1,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(11863,1,1611000000,2021,1,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(11864,1,1611003600,2021,1,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(11865,1,1611007200,2021,1,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(11866,1,1611010800,2021,1,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(11867,1,1611014400,2021,1,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(11868,1,1611018000,2021,1,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(11869,1,1611021600,2021,1,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(11870,1,1611025200,2021,1,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(11871,1,1611028800,2021,1,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(11872,1,1611032400,2021,1,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(11873,1,1611036000,2021,1,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(11874,1,1611039600,2021,1,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(11875,1,1611043200,2021,1,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(11876,1,1611046800,2021,1,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(11877,1,1611050400,2021,1,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(11878,1,1611054000,2021,1,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(11879,1,1611057600,2021,1,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(11880,1,1611061200,2021,1,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(11881,1,1611064800,2021,1,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(11882,1,1611068400,2021,1,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(11883,1,1611072000,2021,1,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(11884,1,1611075600,2021,1,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(11885,1,1611079200,2021,1,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(11886,1,1611082800,2021,1,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(11887,1,1611086400,2021,1,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(11888,1,1611090000,2021,1,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(11889,1,1611093600,2021,1,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(11890,1,1611097200,2021,1,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(11891,1,1611100800,2021,1,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(11892,1,1611104400,2021,1,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(11893,1,1611108000,2021,1,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(11894,1,1611111600,2021,1,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(11895,1,1611115200,2021,1,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(11896,1,1611118800,2021,1,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(11897,1,1611122400,2021,1,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(11898,1,1611126000,2021,1,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(11899,1,1611129600,2021,1,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(11900,1,1611133200,2021,1,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(11901,1,1611136800,2021,1,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(11902,1,1611140400,2021,1,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(11903,1,1611144000,2021,1,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(11904,1,1611147600,2021,1,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(11905,1,1611151200,2021,1,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(11906,1,1611154800,2021,1,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(11907,1,1611158400,2021,1,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(11908,1,1611162000,2021,1,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(11909,1,1611165600,2021,1,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(11910,1,1611169200,2021,1,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(11911,1,1611172800,2021,1,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(11912,1,1611176400,2021,1,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(11913,1,1611180000,2021,1,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(11914,1,1611183600,2021,1,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(11915,1,1611187200,2021,1,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(11916,1,1611190800,2021,1,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(11917,1,1611194400,2021,1,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(11918,1,1611198000,2021,1,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(11919,1,1611201600,2021,1,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(11920,1,1611205200,2021,1,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(11921,1,1611208800,2021,1,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(11922,1,1611212400,2021,1,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(11923,1,1611216000,2021,1,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(11924,1,1611219600,2021,1,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(11925,1,1611223200,2021,1,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(11926,1,1611226800,2021,1,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(11927,1,1611230400,2021,1,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(11928,1,1611234000,2021,1,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(11929,1,1611237600,2021,1,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(11930,1,1611241200,2021,1,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(11931,1,1611244800,2021,1,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(11932,1,1611248400,2021,1,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(11933,1,1611252000,2021,1,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(11934,1,1611255600,2021,1,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(11935,1,1611259200,2021,1,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(11936,1,1611262800,2021,1,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(11937,1,1611266400,2021,1,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(11938,1,1611270000,2021,1,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(11939,1,1611273600,2021,1,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(11940,1,1611277200,2021,1,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(11941,1,1611280800,2021,1,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(11942,1,1611284400,2021,1,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(11943,1,1611288000,2021,1,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(11944,1,1611291600,2021,1,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(11945,1,1611295200,2021,1,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(11946,1,1611298800,2021,1,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(11947,1,1611302400,2021,1,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(11948,1,1611306000,2021,1,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(11949,1,1611309600,2021,1,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(11950,1,1611313200,2021,1,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(11951,1,1611316800,2021,1,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(11952,1,1611320400,2021,1,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(11953,1,1611324000,2021,1,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(11954,1,1611327600,2021,1,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(11955,1,1611331200,2021,1,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(11956,1,1611334800,2021,1,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(11957,1,1611338400,2021,1,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(11958,1,1611342000,2021,1,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(11959,1,1611345600,2021,1,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(11960,1,1611349200,2021,1,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(11961,1,1611352800,2021,1,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(11962,1,1611356400,2021,1,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(11963,1,1611360000,2021,1,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(11964,1,1611363600,2021,1,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(11965,1,1611367200,2021,1,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(11966,1,1611370800,2021,1,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(11967,1,1611374400,2021,1,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(11968,1,1611378000,2021,1,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(11969,1,1611381600,2021,1,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(11970,1,1611385200,2021,1,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(11971,1,1611388800,2021,1,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(11972,1,1611392400,2021,1,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(11973,1,1611396000,2021,1,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(11974,1,1611399600,2021,1,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(11975,1,1611403200,2021,1,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(11976,1,1611406800,2021,1,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(11977,1,1611410400,2021,1,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(11978,1,1611414000,2021,1,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(11979,1,1611417600,2021,1,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(11980,1,1611421200,2021,1,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(11981,1,1611424800,2021,1,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(11982,1,1611428400,2021,1,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(11983,1,1611432000,2021,1,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(11984,1,1611435600,2021,1,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(11985,1,1611439200,2021,1,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(11986,1,1611529200,2021,1,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(11987,1,1611532800,2021,1,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(11988,1,1611536400,2021,1,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(11989,1,1611540000,2021,1,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(11990,1,1611543600,2021,1,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(11991,1,1611547200,2021,1,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(11992,1,1611550800,2021,1,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(11993,1,1611554400,2021,1,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(11994,1,1611558000,2021,1,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(11995,1,1611561600,2021,1,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(11996,1,1611565200,2021,1,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(11997,1,1611568800,2021,1,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(11998,1,1611572400,2021,1,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(11999,1,1611576000,2021,1,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(12000,1,1611579600,2021,1,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(12001,1,1611583200,2021,1,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(12002,1,1611586800,2021,1,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(12003,1,1611590400,2021,1,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(12004,1,1611594000,2021,1,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(12005,1,1611597600,2021,1,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(12006,1,1611601200,2021,1,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(12007,1,1611604800,2021,1,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(12008,1,1611608400,2021,1,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(12009,1,1611612000,2021,1,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(12010,1,1611615600,2021,1,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(12011,1,1611619200,2021,1,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(12012,1,1611622800,2021,1,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(12013,1,1611626400,2021,1,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(12014,1,1611630000,2021,1,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(12015,1,1611633600,2021,1,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(12016,1,1611637200,2021,1,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(12017,1,1611640800,2021,1,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(12018,1,1611644400,2021,1,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(12019,1,1611648000,2021,1,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(12020,1,1611651600,2021,1,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(12021,1,1611655200,2021,1,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(12022,1,1611658800,2021,1,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(12023,1,1611662400,2021,1,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(12024,1,1611666000,2021,1,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(12025,1,1611669600,2021,1,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(12026,1,1611673200,2021,1,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(12027,1,1611676800,2021,1,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(12028,1,1611680400,2021,1,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(12029,1,1611684000,2021,1,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(12030,1,1611687600,2021,1,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(12031,1,1611691200,2021,1,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(12032,1,1611694800,2021,1,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(12033,1,1611698400,2021,1,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(12034,1,1611702000,2021,1,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(12035,1,1611705600,2021,1,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(12036,1,1611709200,2021,1,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(12037,1,1611712800,2021,1,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(12038,1,1611716400,2021,1,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(12039,1,1611720000,2021,1,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(12040,1,1611723600,2021,1,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(12041,1,1611727200,2021,1,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(12042,1,1611730800,2021,1,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(12043,1,1611734400,2021,1,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(12044,1,1611738000,2021,1,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(12045,1,1611741600,2021,1,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(12046,1,1611745200,2021,1,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(12047,1,1611748800,2021,1,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(12048,1,1611752400,2021,1,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(12049,1,1611756000,2021,1,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(12050,1,1611759600,2021,1,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(12051,1,1611763200,2021,1,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(12052,1,1611766800,2021,1,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(12053,1,1611770400,2021,1,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(12054,1,1611774000,2021,1,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(12055,1,1611777600,2021,1,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(12056,1,1611781200,2021,1,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(12057,1,1611784800,2021,1,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(12058,1,1611788400,2021,1,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(12059,1,1611792000,2021,1,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(12060,1,1611795600,2021,1,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(12061,1,1611799200,2021,1,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(12062,1,1611802800,2021,1,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(12063,1,1611806400,2021,1,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(12064,1,1611810000,2021,1,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(12065,1,1611813600,2021,1,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(12066,1,1611817200,2021,1,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(12067,1,1611820800,2021,1,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(12068,1,1611824400,2021,1,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(12069,1,1611828000,2021,1,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(12070,1,1611831600,2021,1,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(12071,1,1611835200,2021,1,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(12072,1,1611838800,2021,1,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(12073,1,1611842400,2021,1,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(12074,1,1611846000,2021,1,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(12075,1,1611849600,2021,1,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(12076,1,1611853200,2021,1,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(12077,1,1611856800,2021,1,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(12078,1,1611860400,2021,1,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(12079,1,1611864000,2021,1,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(12080,1,1611867600,2021,1,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(12081,1,1611871200,2021,1,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(12082,1,1611874800,2021,1,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(12083,1,1611878400,2021,1,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(12084,1,1611882000,2021,1,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(12085,1,1611885600,2021,1,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(12086,1,1611889200,2021,1,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(12087,1,1611892800,2021,1,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(12088,1,1611896400,2021,1,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(12089,1,1611900000,2021,1,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(12090,1,1611903600,2021,1,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(12091,1,1611907200,2021,1,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(12092,1,1611910800,2021,1,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(12093,1,1611914400,2021,1,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(12094,1,1611918000,2021,1,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(12095,1,1611921600,2021,1,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(12096,1,1611925200,2021,1,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(12097,1,1611928800,2021,1,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(12098,1,1611932400,2021,1,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(12099,1,1611936000,2021,1,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(12100,1,1611939600,2021,1,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(12101,1,1611943200,2021,1,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(12102,1,1611946800,2021,1,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(12103,1,1611950400,2021,1,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(12104,1,1611954000,2021,1,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(12105,1,1611957600,2021,1,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(12106,1,1611961200,2021,1,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(12107,1,1611964800,2021,1,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(12108,1,1611968400,2021,1,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(12109,1,1611972000,2021,1,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(12110,1,1611975600,2021,1,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(12111,1,1611979200,2021,1,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(12112,1,1611982800,2021,1,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(12113,1,1611986400,2021,1,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(12114,1,1611990000,2021,1,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(12115,1,1611993600,2021,1,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(12116,1,1611997200,2021,1,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(12117,1,1612000800,2021,1,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(12118,1,1612004400,2021,1,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(12119,1,1612008000,2021,1,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(12120,1,1612011600,2021,1,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(12121,1,1612015200,2021,1,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(12122,1,1612018800,2021,1,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(12123,1,1612022400,2021,1,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(12124,1,1612026000,2021,1,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(12125,1,1612029600,2021,1,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(12126,1,1612033200,2021,1,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(12127,1,1612036800,2021,1,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(12128,1,1612040400,2021,1,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(12129,1,1612044000,2021,1,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(12130,1,1612134000,2021,2,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(12131,1,1612137600,2021,2,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(12132,1,1612141200,2021,2,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(12133,1,1612144800,2021,2,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(12134,1,1612148400,2021,2,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(12135,1,1612152000,2021,2,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(12136,1,1612155600,2021,2,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(12137,1,1612159200,2021,2,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(12138,1,1612162800,2021,2,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(12139,1,1612166400,2021,2,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(12140,1,1612170000,2021,2,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(12141,1,1612173600,2021,2,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(12142,1,1612177200,2021,2,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(12143,1,1612180800,2021,2,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(12144,1,1612184400,2021,2,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(12145,1,1612188000,2021,2,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(12146,1,1612191600,2021,2,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(12147,1,1612195200,2021,2,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(12148,1,1612198800,2021,2,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(12149,1,1612202400,2021,2,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(12150,1,1612206000,2021,2,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(12151,1,1612209600,2021,2,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(12152,1,1612213200,2021,2,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(12153,1,1612216800,2021,2,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(12154,1,1612220400,2021,2,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(12155,1,1612224000,2021,2,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(12156,1,1612227600,2021,2,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(12157,1,1612231200,2021,2,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(12158,1,1612234800,2021,2,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(12159,1,1612238400,2021,2,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(12160,1,1612242000,2021,2,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(12161,1,1612245600,2021,2,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(12162,1,1612249200,2021,2,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(12163,1,1612252800,2021,2,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(12164,1,1612256400,2021,2,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(12165,1,1612260000,2021,2,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(12166,1,1612263600,2021,2,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(12167,1,1612267200,2021,2,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(12168,1,1612270800,2021,2,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(12169,1,1612274400,2021,2,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(12170,1,1612278000,2021,2,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(12171,1,1612281600,2021,2,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(12172,1,1612285200,2021,2,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(12173,1,1612288800,2021,2,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(12174,1,1612292400,2021,2,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(12175,1,1612296000,2021,2,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(12176,1,1612299600,2021,2,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(12177,1,1612303200,2021,2,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(12178,1,1612306800,2021,2,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(12179,1,1612310400,2021,2,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(12180,1,1612314000,2021,2,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(12181,1,1612317600,2021,2,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(12182,1,1612321200,2021,2,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(12183,1,1612324800,2021,2,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(12184,1,1612328400,2021,2,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(12185,1,1612332000,2021,2,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(12186,1,1612335600,2021,2,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(12187,1,1612339200,2021,2,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(12188,1,1612342800,2021,2,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(12189,1,1612346400,2021,2,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(12190,1,1612350000,2021,2,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(12191,1,1612353600,2021,2,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(12192,1,1612357200,2021,2,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(12193,1,1612360800,2021,2,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(12194,1,1612364400,2021,2,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(12195,1,1612368000,2021,2,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(12196,1,1612371600,2021,2,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(12197,1,1612375200,2021,2,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(12198,1,1612378800,2021,2,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(12199,1,1612382400,2021,2,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(12200,1,1612386000,2021,2,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(12201,1,1612389600,2021,2,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(12202,1,1612393200,2021,2,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(12203,1,1612396800,2021,2,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(12204,1,1612400400,2021,2,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(12205,1,1612404000,2021,2,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(12206,1,1612407600,2021,2,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(12207,1,1612411200,2021,2,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(12208,1,1612414800,2021,2,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(12209,1,1612418400,2021,2,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(12210,1,1612422000,2021,2,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(12211,1,1612425600,2021,2,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(12212,1,1612429200,2021,2,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(12213,1,1612432800,2021,2,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(12214,1,1612436400,2021,2,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(12215,1,1612440000,2021,2,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(12216,1,1612443600,2021,2,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(12217,1,1612447200,2021,2,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(12218,1,1612450800,2021,2,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(12219,1,1612454400,2021,2,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(12220,1,1612458000,2021,2,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(12221,1,1612461600,2021,2,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(12222,1,1612465200,2021,2,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(12223,1,1612468800,2021,2,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(12224,1,1612472400,2021,2,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(12225,1,1612476000,2021,2,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(12226,1,1612479600,2021,2,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(12227,1,1612483200,2021,2,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(12228,1,1612486800,2021,2,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(12229,1,1612490400,2021,2,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(12230,1,1612494000,2021,2,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(12231,1,1612497600,2021,2,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(12232,1,1612501200,2021,2,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(12233,1,1612504800,2021,2,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(12234,1,1612508400,2021,2,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(12235,1,1612512000,2021,2,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(12236,1,1612515600,2021,2,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(12237,1,1612519200,2021,2,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(12238,1,1612522800,2021,2,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(12239,1,1612526400,2021,2,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(12240,1,1612530000,2021,2,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(12241,1,1612533600,2021,2,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(12242,1,1612537200,2021,2,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(12243,1,1612540800,2021,2,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(12244,1,1612544400,2021,2,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(12245,1,1612548000,2021,2,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(12246,1,1612551600,2021,2,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(12247,1,1612555200,2021,2,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(12248,1,1612558800,2021,2,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(12249,1,1612562400,2021,2,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(12250,1,1612566000,2021,2,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(12251,1,1612569600,2021,2,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(12252,1,1612573200,2021,2,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(12253,1,1612576800,2021,2,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(12254,1,1612580400,2021,2,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(12255,1,1612584000,2021,2,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(12256,1,1612587600,2021,2,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(12257,1,1612591200,2021,2,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(12258,1,1612594800,2021,2,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(12259,1,1612598400,2021,2,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(12260,1,1612602000,2021,2,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(12261,1,1612605600,2021,2,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(12262,1,1612609200,2021,2,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(12263,1,1612612800,2021,2,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(12264,1,1612616400,2021,2,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(12265,1,1612620000,2021,2,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(12266,1,1612623600,2021,2,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(12267,1,1612627200,2021,2,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(12268,1,1612630800,2021,2,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(12269,1,1612634400,2021,2,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(12270,1,1612638000,2021,2,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(12271,1,1612641600,2021,2,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(12272,1,1612645200,2021,2,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(12273,1,1612648800,2021,2,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(12274,1,1612738800,2021,2,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(12275,1,1612742400,2021,2,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(12276,1,1612746000,2021,2,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(12277,1,1612749600,2021,2,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(12278,1,1612753200,2021,2,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(12279,1,1612756800,2021,2,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(12280,1,1612760400,2021,2,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(12281,1,1612764000,2021,2,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(12282,1,1612767600,2021,2,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(12283,1,1612771200,2021,2,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(12284,1,1612774800,2021,2,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(12285,1,1612778400,2021,2,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(12286,1,1612782000,2021,2,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(12287,1,1612785600,2021,2,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(12288,1,1612789200,2021,2,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(12289,1,1612792800,2021,2,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(12290,1,1612796400,2021,2,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(12291,1,1612800000,2021,2,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(12292,1,1612803600,2021,2,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(12293,1,1612807200,2021,2,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(12294,1,1612810800,2021,2,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(12295,1,1612814400,2021,2,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(12296,1,1612818000,2021,2,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(12297,1,1612821600,2021,2,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(12298,1,1612825200,2021,2,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(12299,1,1612828800,2021,2,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(12300,1,1612832400,2021,2,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(12301,1,1612836000,2021,2,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(12302,1,1612839600,2021,2,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(12303,1,1612843200,2021,2,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(12304,1,1612846800,2021,2,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(12305,1,1612850400,2021,2,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(12306,1,1612854000,2021,2,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(12307,1,1612857600,2021,2,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(12308,1,1612861200,2021,2,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(12309,1,1612864800,2021,2,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(12310,1,1612868400,2021,2,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(12311,1,1612872000,2021,2,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(12312,1,1612875600,2021,2,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(12313,1,1612879200,2021,2,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(12314,1,1612882800,2021,2,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(12315,1,1612886400,2021,2,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(12316,1,1612890000,2021,2,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(12317,1,1612893600,2021,2,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(12318,1,1612897200,2021,2,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(12319,1,1612900800,2021,2,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(12320,1,1612904400,2021,2,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(12321,1,1612908000,2021,2,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(12322,1,1612911600,2021,2,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(12323,1,1612915200,2021,2,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(12324,1,1612918800,2021,2,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(12325,1,1612922400,2021,2,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(12326,1,1612926000,2021,2,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(12327,1,1612929600,2021,2,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(12328,1,1612933200,2021,2,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(12329,1,1612936800,2021,2,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(12330,1,1612940400,2021,2,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(12331,1,1612944000,2021,2,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(12332,1,1612947600,2021,2,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(12333,1,1612951200,2021,2,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(12334,1,1612954800,2021,2,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(12335,1,1612958400,2021,2,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(12336,1,1612962000,2021,2,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(12337,1,1612965600,2021,2,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(12338,1,1612969200,2021,2,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(12339,1,1612972800,2021,2,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(12340,1,1612976400,2021,2,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(12341,1,1612980000,2021,2,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(12342,1,1612983600,2021,2,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(12343,1,1612987200,2021,2,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(12344,1,1612990800,2021,2,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(12345,1,1612994400,2021,2,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(12346,1,1612998000,2021,2,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(12347,1,1613001600,2021,2,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(12348,1,1613005200,2021,2,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(12349,1,1613008800,2021,2,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(12350,1,1613012400,2021,2,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(12351,1,1613016000,2021,2,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(12352,1,1613019600,2021,2,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(12353,1,1613023200,2021,2,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(12354,1,1613026800,2021,2,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(12355,1,1613030400,2021,2,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(12356,1,1613034000,2021,2,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(12357,1,1613037600,2021,2,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(12358,1,1613041200,2021,2,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(12359,1,1613044800,2021,2,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(12360,1,1613048400,2021,2,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(12361,1,1613052000,2021,2,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(12362,1,1613055600,2021,2,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(12363,1,1613059200,2021,2,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(12364,1,1613062800,2021,2,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(12365,1,1613066400,2021,2,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(12366,1,1613070000,2021,2,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(12367,1,1613073600,2021,2,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(12368,1,1613077200,2021,2,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(12369,1,1613080800,2021,2,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(12370,1,1613084400,2021,2,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(12371,1,1613088000,2021,2,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(12372,1,1613091600,2021,2,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(12373,1,1613095200,2021,2,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(12374,1,1613098800,2021,2,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(12375,1,1613102400,2021,2,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(12376,1,1613106000,2021,2,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(12377,1,1613109600,2021,2,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(12378,1,1613113200,2021,2,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(12379,1,1613116800,2021,2,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(12380,1,1613120400,2021,2,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(12381,1,1613124000,2021,2,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(12382,1,1613127600,2021,2,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(12383,1,1613131200,2021,2,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(12384,1,1613134800,2021,2,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(12385,1,1613138400,2021,2,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(12386,1,1613142000,2021,2,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(12387,1,1613145600,2021,2,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(12388,1,1613149200,2021,2,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(12389,1,1613152800,2021,2,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(12390,1,1613156400,2021,2,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(12391,1,1613160000,2021,2,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(12392,1,1613163600,2021,2,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(12393,1,1613167200,2021,2,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(12394,1,1613170800,2021,2,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(12395,1,1613174400,2021,2,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(12396,1,1613178000,2021,2,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(12397,1,1613181600,2021,2,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(12398,1,1613185200,2021,2,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(12399,1,1613188800,2021,2,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(12400,1,1613192400,2021,2,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(12401,1,1613196000,2021,2,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(12402,1,1613199600,2021,2,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(12403,1,1613203200,2021,2,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(12404,1,1613206800,2021,2,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(12405,1,1613210400,2021,2,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(12406,1,1613214000,2021,2,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(12407,1,1613217600,2021,2,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(12408,1,1613221200,2021,2,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(12409,1,1613224800,2021,2,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(12410,1,1613228400,2021,2,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(12411,1,1613232000,2021,2,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(12412,1,1613235600,2021,2,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(12413,1,1613239200,2021,2,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(12414,1,1613242800,2021,2,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(12415,1,1613246400,2021,2,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(12416,1,1613250000,2021,2,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(12417,1,1613253600,2021,2,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(12418,1,1613343600,2021,2,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(12419,1,1613347200,2021,2,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(12420,1,1613350800,2021,2,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(12421,1,1613354400,2021,2,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(12422,1,1613358000,2021,2,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(12423,1,1613361600,2021,2,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(12424,1,1613365200,2021,2,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(12425,1,1613368800,2021,2,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(12426,1,1613372400,2021,2,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(12427,1,1613376000,2021,2,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(12428,1,1613379600,2021,2,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(12429,1,1613383200,2021,2,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(12430,1,1613386800,2021,2,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(12431,1,1613390400,2021,2,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(12432,1,1613394000,2021,2,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(12433,1,1613397600,2021,2,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(12434,1,1613401200,2021,2,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(12435,1,1613404800,2021,2,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(12436,1,1613408400,2021,2,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(12437,1,1613412000,2021,2,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(12438,1,1613415600,2021,2,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(12439,1,1613419200,2021,2,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(12440,1,1613422800,2021,2,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(12441,1,1613426400,2021,2,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(12442,1,1613430000,2021,2,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(12443,1,1613433600,2021,2,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(12444,1,1613437200,2021,2,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(12445,1,1613440800,2021,2,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(12446,1,1613444400,2021,2,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(12447,1,1613448000,2021,2,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(12448,1,1613451600,2021,2,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(12449,1,1613455200,2021,2,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(12450,1,1613458800,2021,2,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(12451,1,1613462400,2021,2,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(12452,1,1613466000,2021,2,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(12453,1,1613469600,2021,2,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(12454,1,1613473200,2021,2,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(12455,1,1613476800,2021,2,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(12456,1,1613480400,2021,2,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(12457,1,1613484000,2021,2,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(12458,1,1613487600,2021,2,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(12459,1,1613491200,2021,2,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(12460,1,1613494800,2021,2,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(12461,1,1613498400,2021,2,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(12462,1,1613502000,2021,2,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(12463,1,1613505600,2021,2,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(12464,1,1613509200,2021,2,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(12465,1,1613512800,2021,2,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(12466,1,1613516400,2021,2,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(12467,1,1613520000,2021,2,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(12468,1,1613523600,2021,2,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(12469,1,1613527200,2021,2,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(12470,1,1613530800,2021,2,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(12471,1,1613534400,2021,2,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(12472,1,1613538000,2021,2,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(12473,1,1613541600,2021,2,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(12474,1,1613545200,2021,2,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(12475,1,1613548800,2021,2,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(12476,1,1613552400,2021,2,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(12477,1,1613556000,2021,2,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(12478,1,1613559600,2021,2,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(12479,1,1613563200,2021,2,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(12480,1,1613566800,2021,2,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(12481,1,1613570400,2021,2,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(12482,1,1613574000,2021,2,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(12483,1,1613577600,2021,2,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(12484,1,1613581200,2021,2,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(12485,1,1613584800,2021,2,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(12486,1,1613588400,2021,2,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(12487,1,1613592000,2021,2,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(12488,1,1613595600,2021,2,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(12489,1,1613599200,2021,2,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(12490,1,1613602800,2021,2,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(12491,1,1613606400,2021,2,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(12492,1,1613610000,2021,2,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(12493,1,1613613600,2021,2,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(12494,1,1613617200,2021,2,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(12495,1,1613620800,2021,2,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(12496,1,1613624400,2021,2,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(12497,1,1613628000,2021,2,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(12498,1,1613631600,2021,2,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(12499,1,1613635200,2021,2,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(12500,1,1613638800,2021,2,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(12501,1,1613642400,2021,2,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(12502,1,1613646000,2021,2,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(12503,1,1613649600,2021,2,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(12504,1,1613653200,2021,2,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(12505,1,1613656800,2021,2,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(12506,1,1613660400,2021,2,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(12507,1,1613664000,2021,2,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(12508,1,1613667600,2021,2,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(12509,1,1613671200,2021,2,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(12510,1,1613674800,2021,2,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(12511,1,1613678400,2021,2,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(12512,1,1613682000,2021,2,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(12513,1,1613685600,2021,2,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(12514,1,1613689200,2021,2,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(12515,1,1613692800,2021,2,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(12516,1,1613696400,2021,2,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(12517,1,1613700000,2021,2,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(12518,1,1613703600,2021,2,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(12519,1,1613707200,2021,2,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(12520,1,1613710800,2021,2,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(12521,1,1613714400,2021,2,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(12522,1,1613718000,2021,2,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(12523,1,1613721600,2021,2,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(12524,1,1613725200,2021,2,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(12525,1,1613728800,2021,2,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(12526,1,1613732400,2021,2,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(12527,1,1613736000,2021,2,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(12528,1,1613739600,2021,2,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(12529,1,1613743200,2021,2,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(12530,1,1613746800,2021,2,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(12531,1,1613750400,2021,2,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(12532,1,1613754000,2021,2,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(12533,1,1613757600,2021,2,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(12534,1,1613761200,2021,2,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(12535,1,1613764800,2021,2,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(12536,1,1613768400,2021,2,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(12537,1,1613772000,2021,2,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(12538,1,1613775600,2021,2,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(12539,1,1613779200,2021,2,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(12540,1,1613782800,2021,2,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(12541,1,1613786400,2021,2,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(12542,1,1613790000,2021,2,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(12543,1,1613793600,2021,2,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(12544,1,1613797200,2021,2,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(12545,1,1613800800,2021,2,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(12546,1,1613804400,2021,2,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(12547,1,1613808000,2021,2,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(12548,1,1613811600,2021,2,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(12549,1,1613815200,2021,2,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(12550,1,1613818800,2021,2,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(12551,1,1613822400,2021,2,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(12552,1,1613826000,2021,2,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(12553,1,1613829600,2021,2,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(12554,1,1613833200,2021,2,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(12555,1,1613836800,2021,2,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(12556,1,1613840400,2021,2,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(12557,1,1613844000,2021,2,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(12558,1,1613847600,2021,2,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(12559,1,1613851200,2021,2,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(12560,1,1613854800,2021,2,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(12561,1,1613858400,2021,2,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(12562,1,1613948400,2021,2,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(12563,1,1613952000,2021,2,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(12564,1,1613955600,2021,2,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(12565,1,1613959200,2021,2,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(12566,1,1613962800,2021,2,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(12567,1,1613966400,2021,2,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(12568,1,1613970000,2021,2,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(12569,1,1613973600,2021,2,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(12570,1,1613977200,2021,2,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(12571,1,1613980800,2021,2,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(12572,1,1613984400,2021,2,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(12573,1,1613988000,2021,2,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(12574,1,1613991600,2021,2,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(12575,1,1613995200,2021,2,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(12576,1,1613998800,2021,2,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(12577,1,1614002400,2021,2,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(12578,1,1614006000,2021,2,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(12579,1,1614009600,2021,2,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(12580,1,1614013200,2021,2,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(12581,1,1614016800,2021,2,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(12582,1,1614020400,2021,2,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(12583,1,1614024000,2021,2,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(12584,1,1614027600,2021,2,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(12585,1,1614031200,2021,2,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(12586,1,1614034800,2021,2,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(12587,1,1614038400,2021,2,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(12588,1,1614042000,2021,2,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(12589,1,1614045600,2021,2,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(12590,1,1614049200,2021,2,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(12591,1,1614052800,2021,2,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(12592,1,1614056400,2021,2,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(12593,1,1614060000,2021,2,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(12594,1,1614063600,2021,2,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(12595,1,1614067200,2021,2,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(12596,1,1614070800,2021,2,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(12597,1,1614074400,2021,2,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(12598,1,1614078000,2021,2,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(12599,1,1614081600,2021,2,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(12600,1,1614085200,2021,2,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(12601,1,1614088800,2021,2,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(12602,1,1614092400,2021,2,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(12603,1,1614096000,2021,2,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(12604,1,1614099600,2021,2,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(12605,1,1614103200,2021,2,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(12606,1,1614106800,2021,2,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(12607,1,1614110400,2021,2,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(12608,1,1614114000,2021,2,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(12609,1,1614117600,2021,2,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(12610,1,1614121200,2021,2,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(12611,1,1614124800,2021,2,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(12612,1,1614128400,2021,2,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(12613,1,1614132000,2021,2,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(12614,1,1614135600,2021,2,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(12615,1,1614139200,2021,2,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(12616,1,1614142800,2021,2,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(12617,1,1614146400,2021,2,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(12618,1,1614150000,2021,2,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(12619,1,1614153600,2021,2,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(12620,1,1614157200,2021,2,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(12621,1,1614160800,2021,2,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(12622,1,1614164400,2021,2,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(12623,1,1614168000,2021,2,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(12624,1,1614171600,2021,2,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(12625,1,1614175200,2021,2,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(12626,1,1614178800,2021,2,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(12627,1,1614182400,2021,2,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(12628,1,1614186000,2021,2,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(12629,1,1614189600,2021,2,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(12630,1,1614193200,2021,2,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(12631,1,1614196800,2021,2,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(12632,1,1614200400,2021,2,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(12633,1,1614204000,2021,2,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(12634,1,1614207600,2021,2,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(12635,1,1614211200,2021,2,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(12636,1,1614214800,2021,2,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(12637,1,1614218400,2021,2,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(12638,1,1614222000,2021,2,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(12639,1,1614225600,2021,2,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(12640,1,1614229200,2021,2,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(12641,1,1614232800,2021,2,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(12642,1,1614236400,2021,2,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(12643,1,1614240000,2021,2,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(12644,1,1614243600,2021,2,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(12645,1,1614247200,2021,2,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(12646,1,1614250800,2021,2,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(12647,1,1614254400,2021,2,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(12648,1,1614258000,2021,2,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(12649,1,1614261600,2021,2,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(12650,1,1614265200,2021,2,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(12651,1,1614268800,2021,2,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(12652,1,1614272400,2021,2,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(12653,1,1614276000,2021,2,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(12654,1,1614279600,2021,2,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(12655,1,1614283200,2021,2,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(12656,1,1614286800,2021,2,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(12657,1,1614290400,2021,2,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(12658,1,1614294000,2021,2,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(12659,1,1614297600,2021,2,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(12660,1,1614301200,2021,2,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(12661,1,1614304800,2021,2,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(12662,1,1614308400,2021,2,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(12663,1,1614312000,2021,2,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(12664,1,1614315600,2021,2,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(12665,1,1614319200,2021,2,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(12666,1,1614322800,2021,2,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(12667,1,1614326400,2021,2,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(12668,1,1614330000,2021,2,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(12669,1,1614333600,2021,2,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(12670,1,1614337200,2021,2,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(12671,1,1614340800,2021,2,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(12672,1,1614344400,2021,2,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(12673,1,1614348000,2021,2,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(12674,1,1614351600,2021,2,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(12675,1,1614355200,2021,2,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(12676,1,1614358800,2021,2,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(12677,1,1614362400,2021,2,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(12678,1,1614366000,2021,2,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(12679,1,1614369600,2021,2,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(12680,1,1614373200,2021,2,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(12681,1,1614376800,2021,2,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(12682,1,1614380400,2021,2,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(12683,1,1614384000,2021,2,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(12684,1,1614387600,2021,2,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(12685,1,1614391200,2021,2,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(12686,1,1614394800,2021,2,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(12687,1,1614398400,2021,2,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(12688,1,1614402000,2021,2,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(12689,1,1614405600,2021,2,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(12690,1,1614409200,2021,2,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(12691,1,1614412800,2021,2,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(12692,1,1614416400,2021,2,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(12693,1,1614420000,2021,2,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(12694,1,1614423600,2021,2,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(12695,1,1614427200,2021,2,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(12696,1,1614430800,2021,2,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(12697,1,1614434400,2021,2,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(12698,1,1614438000,2021,2,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(12699,1,1614441600,2021,2,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(12700,1,1614445200,2021,2,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(12701,1,1614448800,2021,2,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(12702,1,1614452400,2021,2,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(12703,1,1614456000,2021,2,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(12704,1,1614459600,2021,2,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(12705,1,1614463200,2021,2,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(12706,1,1614553200,2021,3,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(12707,1,1614556800,2021,3,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(12708,1,1614560400,2021,3,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(12709,1,1614564000,2021,3,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(12710,1,1614567600,2021,3,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(12711,1,1614571200,2021,3,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(12712,1,1614574800,2021,3,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(12713,1,1614578400,2021,3,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(12714,1,1614582000,2021,3,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(12715,1,1614585600,2021,3,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(12716,1,1614589200,2021,3,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(12717,1,1614592800,2021,3,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(12718,1,1614596400,2021,3,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(12719,1,1614600000,2021,3,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(12720,1,1614603600,2021,3,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(12721,1,1614607200,2021,3,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(12722,1,1614610800,2021,3,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(12723,1,1614614400,2021,3,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(12724,1,1614618000,2021,3,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(12725,1,1614621600,2021,3,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(12726,1,1614625200,2021,3,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(12727,1,1614628800,2021,3,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(12728,1,1614632400,2021,3,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(12729,1,1614636000,2021,3,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(12730,1,1614639600,2021,3,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(12731,1,1614643200,2021,3,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(12732,1,1614646800,2021,3,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(12733,1,1614650400,2021,3,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(12734,1,1614654000,2021,3,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(12735,1,1614657600,2021,3,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(12736,1,1614661200,2021,3,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(12737,1,1614664800,2021,3,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(12738,1,1614668400,2021,3,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(12739,1,1614672000,2021,3,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(12740,1,1614675600,2021,3,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(12741,1,1614679200,2021,3,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(12742,1,1614682800,2021,3,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(12743,1,1614686400,2021,3,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(12744,1,1614690000,2021,3,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(12745,1,1614693600,2021,3,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(12746,1,1614697200,2021,3,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(12747,1,1614700800,2021,3,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(12748,1,1614704400,2021,3,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(12749,1,1614708000,2021,3,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(12750,1,1614711600,2021,3,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(12751,1,1614715200,2021,3,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(12752,1,1614718800,2021,3,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(12753,1,1614722400,2021,3,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(12754,1,1614726000,2021,3,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(12755,1,1614729600,2021,3,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(12756,1,1614733200,2021,3,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(12757,1,1614736800,2021,3,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(12758,1,1614740400,2021,3,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(12759,1,1614744000,2021,3,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(12760,1,1614747600,2021,3,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(12761,1,1614751200,2021,3,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(12762,1,1614754800,2021,3,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(12763,1,1614758400,2021,3,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(12764,1,1614762000,2021,3,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(12765,1,1614765600,2021,3,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(12766,1,1614769200,2021,3,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(12767,1,1614772800,2021,3,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(12768,1,1614776400,2021,3,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(12769,1,1614780000,2021,3,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(12770,1,1614783600,2021,3,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(12771,1,1614787200,2021,3,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(12772,1,1614790800,2021,3,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(12773,1,1614794400,2021,3,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(12774,1,1614798000,2021,3,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(12775,1,1614801600,2021,3,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(12776,1,1614805200,2021,3,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(12777,1,1614808800,2021,3,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(12778,1,1614812400,2021,3,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(12779,1,1614816000,2021,3,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(12780,1,1614819600,2021,3,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(12781,1,1614823200,2021,3,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(12782,1,1614826800,2021,3,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(12783,1,1614830400,2021,3,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(12784,1,1614834000,2021,3,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(12785,1,1614837600,2021,3,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(12786,1,1614841200,2021,3,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(12787,1,1614844800,2021,3,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(12788,1,1614848400,2021,3,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(12789,1,1614852000,2021,3,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(12790,1,1614855600,2021,3,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(12791,1,1614859200,2021,3,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(12792,1,1614862800,2021,3,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(12793,1,1614866400,2021,3,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(12794,1,1614870000,2021,3,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(12795,1,1614873600,2021,3,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(12796,1,1614877200,2021,3,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(12797,1,1614880800,2021,3,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(12798,1,1614884400,2021,3,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(12799,1,1614888000,2021,3,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(12800,1,1614891600,2021,3,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(12801,1,1614895200,2021,3,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(12802,1,1614898800,2021,3,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(12803,1,1614902400,2021,3,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(12804,1,1614906000,2021,3,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(12805,1,1614909600,2021,3,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(12806,1,1614913200,2021,3,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(12807,1,1614916800,2021,3,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(12808,1,1614920400,2021,3,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(12809,1,1614924000,2021,3,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(12810,1,1614927600,2021,3,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(12811,1,1614931200,2021,3,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(12812,1,1614934800,2021,3,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(12813,1,1614938400,2021,3,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(12814,1,1614942000,2021,3,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(12815,1,1614945600,2021,3,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(12816,1,1614949200,2021,3,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(12817,1,1614952800,2021,3,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(12818,1,1614956400,2021,3,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(12819,1,1614960000,2021,3,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(12820,1,1614963600,2021,3,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(12821,1,1614967200,2021,3,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(12822,1,1614970800,2021,3,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(12823,1,1614974400,2021,3,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(12824,1,1614978000,2021,3,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(12825,1,1614981600,2021,3,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(12826,1,1614985200,2021,3,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(12827,1,1614988800,2021,3,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(12828,1,1614992400,2021,3,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(12829,1,1614996000,2021,3,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(12830,1,1614999600,2021,3,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(12831,1,1615003200,2021,3,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(12832,1,1615006800,2021,3,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(12833,1,1615010400,2021,3,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(12834,1,1615014000,2021,3,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(12835,1,1615017600,2021,3,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(12836,1,1615021200,2021,3,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(12837,1,1615024800,2021,3,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(12838,1,1615028400,2021,3,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(12839,1,1615032000,2021,3,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(12840,1,1615035600,2021,3,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(12841,1,1615039200,2021,3,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(12842,1,1615042800,2021,3,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(12843,1,1615046400,2021,3,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(12844,1,1615050000,2021,3,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(12845,1,1615053600,2021,3,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(12846,1,1615057200,2021,3,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(12847,1,1615060800,2021,3,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(12848,1,1615064400,2021,3,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(12849,1,1615068000,2021,3,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(12850,1,1615158000,2021,3,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(12851,1,1615161600,2021,3,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(12852,1,1615165200,2021,3,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(12853,1,1615168800,2021,3,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(12854,1,1615172400,2021,3,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(12855,1,1615176000,2021,3,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(12856,1,1615179600,2021,3,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(12857,1,1615183200,2021,3,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(12858,1,1615186800,2021,3,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(12859,1,1615190400,2021,3,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(12860,1,1615194000,2021,3,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(12861,1,1615197600,2021,3,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(12862,1,1615201200,2021,3,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(12863,1,1615204800,2021,3,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(12864,1,1615208400,2021,3,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(12865,1,1615212000,2021,3,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(12866,1,1615215600,2021,3,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(12867,1,1615219200,2021,3,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(12868,1,1615222800,2021,3,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(12869,1,1615226400,2021,3,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(12870,1,1615230000,2021,3,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(12871,1,1615233600,2021,3,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(12872,1,1615237200,2021,3,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(12873,1,1615240800,2021,3,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(12874,1,1615244400,2021,3,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(12875,1,1615248000,2021,3,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(12876,1,1615251600,2021,3,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(12877,1,1615255200,2021,3,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(12878,1,1615258800,2021,3,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(12879,1,1615262400,2021,3,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(12880,1,1615266000,2021,3,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(12881,1,1615269600,2021,3,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(12882,1,1615273200,2021,3,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(12883,1,1615276800,2021,3,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(12884,1,1615280400,2021,3,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(12885,1,1615284000,2021,3,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(12886,1,1615287600,2021,3,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(12887,1,1615291200,2021,3,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(12888,1,1615294800,2021,3,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(12889,1,1615298400,2021,3,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(12890,1,1615302000,2021,3,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(12891,1,1615305600,2021,3,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(12892,1,1615309200,2021,3,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(12893,1,1615312800,2021,3,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(12894,1,1615316400,2021,3,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(12895,1,1615320000,2021,3,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(12896,1,1615323600,2021,3,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(12897,1,1615327200,2021,3,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(12898,1,1615330800,2021,3,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(12899,1,1615334400,2021,3,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(12900,1,1615338000,2021,3,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(12901,1,1615341600,2021,3,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(12902,1,1615345200,2021,3,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(12903,1,1615348800,2021,3,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(12904,1,1615352400,2021,3,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(12905,1,1615356000,2021,3,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(12906,1,1615359600,2021,3,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(12907,1,1615363200,2021,3,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(12908,1,1615366800,2021,3,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(12909,1,1615370400,2021,3,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(12910,1,1615374000,2021,3,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(12911,1,1615377600,2021,3,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(12912,1,1615381200,2021,3,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(12913,1,1615384800,2021,3,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(12914,1,1615388400,2021,3,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(12915,1,1615392000,2021,3,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(12916,1,1615395600,2021,3,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(12917,1,1615399200,2021,3,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(12918,1,1615402800,2021,3,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(12919,1,1615406400,2021,3,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(12920,1,1615410000,2021,3,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(12921,1,1615413600,2021,3,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(12922,1,1615417200,2021,3,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(12923,1,1615420800,2021,3,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(12924,1,1615424400,2021,3,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(12925,1,1615428000,2021,3,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(12926,1,1615431600,2021,3,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(12927,1,1615435200,2021,3,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(12928,1,1615438800,2021,3,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(12929,1,1615442400,2021,3,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(12930,1,1615446000,2021,3,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(12931,1,1615449600,2021,3,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(12932,1,1615453200,2021,3,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(12933,1,1615456800,2021,3,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(12934,1,1615460400,2021,3,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(12935,1,1615464000,2021,3,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(12936,1,1615467600,2021,3,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(12937,1,1615471200,2021,3,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(12938,1,1615474800,2021,3,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(12939,1,1615478400,2021,3,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(12940,1,1615482000,2021,3,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(12941,1,1615485600,2021,3,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(12942,1,1615489200,2021,3,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(12943,1,1615492800,2021,3,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(12944,1,1615496400,2021,3,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(12945,1,1615500000,2021,3,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(12946,1,1615503600,2021,3,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(12947,1,1615507200,2021,3,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(12948,1,1615510800,2021,3,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(12949,1,1615514400,2021,3,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(12950,1,1615518000,2021,3,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(12951,1,1615521600,2021,3,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(12952,1,1615525200,2021,3,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(12953,1,1615528800,2021,3,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(12954,1,1615532400,2021,3,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(12955,1,1615536000,2021,3,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(12956,1,1615539600,2021,3,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(12957,1,1615543200,2021,3,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(12958,1,1615546800,2021,3,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(12959,1,1615550400,2021,3,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(12960,1,1615554000,2021,3,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(12961,1,1615557600,2021,3,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(12962,1,1615561200,2021,3,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(12963,1,1615564800,2021,3,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(12964,1,1615568400,2021,3,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(12965,1,1615572000,2021,3,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(12966,1,1615575600,2021,3,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(12967,1,1615579200,2021,3,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(12968,1,1615582800,2021,3,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(12969,1,1615586400,2021,3,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(12970,1,1615590000,2021,3,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(12971,1,1615593600,2021,3,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(12972,1,1615597200,2021,3,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(12973,1,1615600800,2021,3,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(12974,1,1615604400,2021,3,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(12975,1,1615608000,2021,3,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(12976,1,1615611600,2021,3,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(12977,1,1615615200,2021,3,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(12978,1,1615618800,2021,3,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(12979,1,1615622400,2021,3,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(12980,1,1615626000,2021,3,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(12981,1,1615629600,2021,3,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(12982,1,1615633200,2021,3,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(12983,1,1615636800,2021,3,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(12984,1,1615640400,2021,3,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(12985,1,1615644000,2021,3,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(12986,1,1615647600,2021,3,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(12987,1,1615651200,2021,3,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(12988,1,1615654800,2021,3,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(12989,1,1615658400,2021,3,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(12990,1,1615662000,2021,3,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(12991,1,1615665600,2021,3,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(12992,1,1615669200,2021,3,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(12993,1,1615672800,2021,3,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(12994,1,1615762800,2021,3,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(12995,1,1615766400,2021,3,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(12996,1,1615770000,2021,3,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(12997,1,1615773600,2021,3,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(12998,1,1615777200,2021,3,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(12999,1,1615780800,2021,3,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(13000,1,1615784400,2021,3,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(13001,1,1615788000,2021,3,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(13002,1,1615791600,2021,3,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(13003,1,1615795200,2021,3,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(13004,1,1615798800,2021,3,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(13005,1,1615802400,2021,3,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(13006,1,1615806000,2021,3,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(13007,1,1615809600,2021,3,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(13008,1,1615813200,2021,3,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(13009,1,1615816800,2021,3,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(13010,1,1615820400,2021,3,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(13011,1,1615824000,2021,3,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(13012,1,1615827600,2021,3,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(13013,1,1615831200,2021,3,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(13014,1,1615834800,2021,3,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(13015,1,1615838400,2021,3,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(13016,1,1615842000,2021,3,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(13017,1,1615845600,2021,3,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(13018,1,1615849200,2021,3,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(13019,1,1615852800,2021,3,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(13020,1,1615856400,2021,3,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(13021,1,1615860000,2021,3,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(13022,1,1615863600,2021,3,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(13023,1,1615867200,2021,3,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(13024,1,1615870800,2021,3,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(13025,1,1615874400,2021,3,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(13026,1,1615878000,2021,3,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(13027,1,1615881600,2021,3,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(13028,1,1615885200,2021,3,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(13029,1,1615888800,2021,3,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(13030,1,1615892400,2021,3,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(13031,1,1615896000,2021,3,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(13032,1,1615899600,2021,3,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(13033,1,1615903200,2021,3,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(13034,1,1615906800,2021,3,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(13035,1,1615910400,2021,3,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(13036,1,1615914000,2021,3,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(13037,1,1615917600,2021,3,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(13038,1,1615921200,2021,3,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(13039,1,1615924800,2021,3,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(13040,1,1615928400,2021,3,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(13041,1,1615932000,2021,3,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(13042,1,1615935600,2021,3,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(13043,1,1615939200,2021,3,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(13044,1,1615942800,2021,3,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(13045,1,1615946400,2021,3,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(13046,1,1615950000,2021,3,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(13047,1,1615953600,2021,3,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(13048,1,1615957200,2021,3,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(13049,1,1615960800,2021,3,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(13050,1,1615964400,2021,3,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(13051,1,1615968000,2021,3,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(13052,1,1615971600,2021,3,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(13053,1,1615975200,2021,3,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(13054,1,1615978800,2021,3,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(13055,1,1615982400,2021,3,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(13056,1,1615986000,2021,3,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(13057,1,1615989600,2021,3,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(13058,1,1615993200,2021,3,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(13059,1,1615996800,2021,3,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(13060,1,1616000400,2021,3,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(13061,1,1616004000,2021,3,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(13062,1,1616007600,2021,3,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(13063,1,1616011200,2021,3,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(13064,1,1616014800,2021,3,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(13065,1,1616018400,2021,3,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(13066,1,1616022000,2021,3,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(13067,1,1616025600,2021,3,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(13068,1,1616029200,2021,3,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(13069,1,1616032800,2021,3,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(13070,1,1616036400,2021,3,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(13071,1,1616040000,2021,3,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(13072,1,1616043600,2021,3,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(13073,1,1616047200,2021,3,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(13074,1,1616050800,2021,3,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(13075,1,1616054400,2021,3,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(13076,1,1616058000,2021,3,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(13077,1,1616061600,2021,3,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(13078,1,1616065200,2021,3,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(13079,1,1616068800,2021,3,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(13080,1,1616072400,2021,3,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(13081,1,1616076000,2021,3,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(13082,1,1616079600,2021,3,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(13083,1,1616083200,2021,3,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(13084,1,1616086800,2021,3,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(13085,1,1616090400,2021,3,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(13086,1,1616094000,2021,3,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(13087,1,1616097600,2021,3,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(13088,1,1616101200,2021,3,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(13089,1,1616104800,2021,3,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(13090,1,1616108400,2021,3,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(13091,1,1616112000,2021,3,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(13092,1,1616115600,2021,3,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(13093,1,1616119200,2021,3,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(13094,1,1616122800,2021,3,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(13095,1,1616126400,2021,3,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(13096,1,1616130000,2021,3,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(13097,1,1616133600,2021,3,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(13098,1,1616137200,2021,3,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(13099,1,1616140800,2021,3,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(13100,1,1616144400,2021,3,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(13101,1,1616148000,2021,3,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(13102,1,1616151600,2021,3,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(13103,1,1616155200,2021,3,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(13104,1,1616158800,2021,3,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(13105,1,1616162400,2021,3,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(13106,1,1616166000,2021,3,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(13107,1,1616169600,2021,3,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(13108,1,1616173200,2021,3,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(13109,1,1616176800,2021,3,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(13110,1,1616180400,2021,3,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(13111,1,1616184000,2021,3,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(13112,1,1616187600,2021,3,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(13113,1,1616191200,2021,3,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(13114,1,1616194800,2021,3,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(13115,1,1616198400,2021,3,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(13116,1,1616202000,2021,3,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(13117,1,1616205600,2021,3,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(13118,1,1616209200,2021,3,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(13119,1,1616212800,2021,3,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(13120,1,1616216400,2021,3,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(13121,1,1616220000,2021,3,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(13122,1,1616223600,2021,3,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(13123,1,1616227200,2021,3,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(13124,1,1616230800,2021,3,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(13125,1,1616234400,2021,3,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(13126,1,1616238000,2021,3,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(13127,1,1616241600,2021,3,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(13128,1,1616245200,2021,3,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(13129,1,1616248800,2021,3,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(13130,1,1616252400,2021,3,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(13131,1,1616256000,2021,3,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(13132,1,1616259600,2021,3,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(13133,1,1616263200,2021,3,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(13134,1,1616266800,2021,3,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(13135,1,1616270400,2021,3,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(13136,1,1616274000,2021,3,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(13137,1,1616277600,2021,3,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(13138,1,1616367600,2021,3,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(13139,1,1616371200,2021,3,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(13140,1,1616374800,2021,3,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(13141,1,1616378400,2021,3,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(13142,1,1616382000,2021,3,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(13143,1,1616385600,2021,3,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(13144,1,1616389200,2021,3,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(13145,1,1616392800,2021,3,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(13146,1,1616396400,2021,3,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(13147,1,1616400000,2021,3,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(13148,1,1616403600,2021,3,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(13149,1,1616407200,2021,3,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(13150,1,1616410800,2021,3,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(13151,1,1616414400,2021,3,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(13152,1,1616418000,2021,3,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(13153,1,1616421600,2021,3,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(13154,1,1616425200,2021,3,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(13155,1,1616428800,2021,3,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(13156,1,1616432400,2021,3,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(13157,1,1616436000,2021,3,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(13158,1,1616439600,2021,3,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(13159,1,1616443200,2021,3,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(13160,1,1616446800,2021,3,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(13161,1,1616450400,2021,3,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(13162,1,1616454000,2021,3,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(13163,1,1616457600,2021,3,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(13164,1,1616461200,2021,3,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(13165,1,1616464800,2021,3,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(13166,1,1616468400,2021,3,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(13167,1,1616472000,2021,3,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(13168,1,1616475600,2021,3,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(13169,1,1616479200,2021,3,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(13170,1,1616482800,2021,3,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(13171,1,1616486400,2021,3,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(13172,1,1616490000,2021,3,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(13173,1,1616493600,2021,3,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(13174,1,1616497200,2021,3,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(13175,1,1616500800,2021,3,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(13176,1,1616504400,2021,3,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(13177,1,1616508000,2021,3,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(13178,1,1616511600,2021,3,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(13179,1,1616515200,2021,3,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(13180,1,1616518800,2021,3,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(13181,1,1616522400,2021,3,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(13182,1,1616526000,2021,3,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(13183,1,1616529600,2021,3,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(13184,1,1616533200,2021,3,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(13185,1,1616536800,2021,3,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(13186,1,1616540400,2021,3,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(13187,1,1616544000,2021,3,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(13188,1,1616547600,2021,3,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(13189,1,1616551200,2021,3,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(13190,1,1616554800,2021,3,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(13191,1,1616558400,2021,3,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(13192,1,1616562000,2021,3,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(13193,1,1616565600,2021,3,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(13194,1,1616569200,2021,3,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(13195,1,1616572800,2021,3,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(13196,1,1616576400,2021,3,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(13197,1,1616580000,2021,3,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(13198,1,1616583600,2021,3,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(13199,1,1616587200,2021,3,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(13200,1,1616590800,2021,3,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(13201,1,1616594400,2021,3,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(13202,1,1616598000,2021,3,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(13203,1,1616601600,2021,3,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(13204,1,1616605200,2021,3,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(13205,1,1616608800,2021,3,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(13206,1,1616612400,2021,3,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(13207,1,1616616000,2021,3,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(13208,1,1616619600,2021,3,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(13209,1,1616623200,2021,3,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(13210,1,1616626800,2021,3,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(13211,1,1616630400,2021,3,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(13212,1,1616634000,2021,3,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(13213,1,1616637600,2021,3,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(13214,1,1616641200,2021,3,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(13215,1,1616644800,2021,3,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(13216,1,1616648400,2021,3,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(13217,1,1616652000,2021,3,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(13218,1,1616655600,2021,3,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(13219,1,1616659200,2021,3,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(13220,1,1616662800,2021,3,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(13221,1,1616666400,2021,3,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(13222,1,1616670000,2021,3,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(13223,1,1616673600,2021,3,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(13224,1,1616677200,2021,3,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(13225,1,1616680800,2021,3,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(13226,1,1616684400,2021,3,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(13227,1,1616688000,2021,3,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(13228,1,1616691600,2021,3,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(13229,1,1616695200,2021,3,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(13230,1,1616698800,2021,3,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(13231,1,1616702400,2021,3,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(13232,1,1616706000,2021,3,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(13233,1,1616709600,2021,3,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(13234,1,1616713200,2021,3,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(13235,1,1616716800,2021,3,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(13236,1,1616720400,2021,3,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(13237,1,1616724000,2021,3,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(13238,1,1616727600,2021,3,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(13239,1,1616731200,2021,3,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(13240,1,1616734800,2021,3,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(13241,1,1616738400,2021,3,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(13242,1,1616742000,2021,3,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(13243,1,1616745600,2021,3,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(13244,1,1616749200,2021,3,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(13245,1,1616752800,2021,3,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(13246,1,1616756400,2021,3,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(13247,1,1616760000,2021,3,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(13248,1,1616763600,2021,3,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(13249,1,1616767200,2021,3,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(13250,1,1616770800,2021,3,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(13251,1,1616774400,2021,3,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(13252,1,1616778000,2021,3,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(13253,1,1616781600,2021,3,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(13254,1,1616785200,2021,3,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(13255,1,1616788800,2021,3,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(13256,1,1616792400,2021,3,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(13257,1,1616796000,2021,3,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(13258,1,1616799600,2021,3,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(13259,1,1616803200,2021,3,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(13260,1,1616806800,2021,3,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(13261,1,1616810400,2021,3,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(13262,1,1616814000,2021,3,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(13263,1,1616817600,2021,3,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(13264,1,1616821200,2021,3,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(13265,1,1616824800,2021,3,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(13266,1,1616828400,2021,3,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(13267,1,1616832000,2021,3,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(13268,1,1616835600,2021,3,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(13269,1,1616839200,2021,3,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(13270,1,1616842800,2021,3,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(13271,1,1616846400,2021,3,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(13272,1,1616850000,2021,3,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(13273,1,1616853600,2021,3,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(13274,1,1616857200,2021,3,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(13275,1,1616860800,2021,3,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(13276,1,1616864400,2021,3,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(13277,1,1616868000,2021,3,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(13278,1,1616871600,2021,3,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(13279,1,1616875200,2021,3,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(13280,1,1616878800,2021,3,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(13281,1,1616882400,2021,3,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(13282,1,1616968800,2021,3,29,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(13283,1,1616972400,2021,3,29,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(13284,1,1616976000,2021,3,29,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(13285,1,1616979600,2021,3,29,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(13286,1,1616983200,2021,3,29,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(13287,1,1616986800,2021,3,29,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(13288,1,1616990400,2021,3,29,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(13289,1,1616994000,2021,3,29,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(13290,1,1616997600,2021,3,29,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(13291,1,1617001200,2021,3,29,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(13292,1,1617004800,2021,3,29,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(13293,1,1617008400,2021,3,29,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(13294,1,1617012000,2021,3,29,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(13295,1,1617015600,2021,3,29,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(13296,1,1617019200,2021,3,29,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(13297,1,1617022800,2021,3,29,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(13298,1,1617026400,2021,3,29,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(13299,1,1617030000,2021,3,29,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(13300,1,1617033600,2021,3,29,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(13301,1,1617037200,2021,3,29,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(13302,1,1617040800,2021,3,29,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(13303,1,1617044400,2021,3,29,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(13304,1,1617048000,2021,3,29,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(13305,1,1617051600,2021,3,29,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(13306,1,1617055200,2021,3,30,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(13307,1,1617058800,2021,3,30,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(13308,1,1617062400,2021,3,30,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(13309,1,1617066000,2021,3,30,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(13310,1,1617069600,2021,3,30,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(13311,1,1617073200,2021,3,30,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(13312,1,1617076800,2021,3,30,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(13313,1,1617080400,2021,3,30,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(13314,1,1617084000,2021,3,30,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(13315,1,1617087600,2021,3,30,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(13316,1,1617091200,2021,3,30,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(13317,1,1617094800,2021,3,30,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(13318,1,1617098400,2021,3,30,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(13319,1,1617102000,2021,3,30,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(13320,1,1617105600,2021,3,30,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(13321,1,1617109200,2021,3,30,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(13322,1,1617112800,2021,3,30,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(13323,1,1617116400,2021,3,30,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(13324,1,1617120000,2021,3,30,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(13325,1,1617123600,2021,3,30,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(13326,1,1617127200,2021,3,30,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(13327,1,1617130800,2021,3,30,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(13328,1,1617134400,2021,3,30,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(13329,1,1617138000,2021,3,30,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(13330,1,1617141600,2021,3,31,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(13331,1,1617145200,2021,3,31,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(13332,1,1617148800,2021,3,31,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(13333,1,1617152400,2021,3,31,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(13334,1,1617156000,2021,3,31,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(13335,1,1617159600,2021,3,31,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(13336,1,1617163200,2021,3,31,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(13337,1,1617166800,2021,3,31,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(13338,1,1617170400,2021,3,31,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(13339,1,1617174000,2021,3,31,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(13340,1,1617177600,2021,3,31,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(13341,1,1617181200,2021,3,31,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(13342,1,1617184800,2021,3,31,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(13343,1,1617188400,2021,3,31,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(13344,1,1617192000,2021,3,31,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(13345,1,1617195600,2021,3,31,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(13346,1,1617199200,2021,3,31,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(13347,1,1617202800,2021,3,31,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(13348,1,1617206400,2021,3,31,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(13349,1,1617210000,2021,3,31,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(13350,1,1617213600,2021,3,31,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(13351,1,1617217200,2021,3,31,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(13352,1,1617220800,2021,3,31,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(13353,1,1617224400,2021,3,31,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(13354,1,1617228000,2021,4,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(13355,1,1617231600,2021,4,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(13356,1,1617235200,2021,4,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(13357,1,1617238800,2021,4,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(13358,1,1617242400,2021,4,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(13359,1,1617246000,2021,4,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(13360,1,1617249600,2021,4,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(13361,1,1617253200,2021,4,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(13362,1,1617256800,2021,4,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(13363,1,1617260400,2021,4,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(13364,1,1617264000,2021,4,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(13365,1,1617267600,2021,4,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(13366,1,1617271200,2021,4,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(13367,1,1617274800,2021,4,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(13368,1,1617278400,2021,4,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(13369,1,1617282000,2021,4,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(13370,1,1617285600,2021,4,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(13371,1,1617289200,2021,4,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(13372,1,1617292800,2021,4,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(13373,1,1617296400,2021,4,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(13374,1,1617300000,2021,4,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(13375,1,1617303600,2021,4,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(13376,1,1617307200,2021,4,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(13377,1,1617310800,2021,4,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(13378,1,1617314400,2021,4,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(13379,1,1617318000,2021,4,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(13380,1,1617321600,2021,4,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(13381,1,1617325200,2021,4,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(13382,1,1617328800,2021,4,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(13383,1,1617332400,2021,4,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(13384,1,1617336000,2021,4,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(13385,1,1617339600,2021,4,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(13386,1,1617343200,2021,4,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(13387,1,1617346800,2021,4,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(13388,1,1617350400,2021,4,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(13389,1,1617354000,2021,4,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(13390,1,1617357600,2021,4,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(13391,1,1617361200,2021,4,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(13392,1,1617364800,2021,4,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(13393,1,1617368400,2021,4,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(13394,1,1617372000,2021,4,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(13395,1,1617375600,2021,4,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(13396,1,1617379200,2021,4,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(13397,1,1617382800,2021,4,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(13398,1,1617386400,2021,4,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(13399,1,1617390000,2021,4,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(13400,1,1617393600,2021,4,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(13401,1,1617397200,2021,4,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(13402,1,1617400800,2021,4,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(13403,1,1617404400,2021,4,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(13404,1,1617408000,2021,4,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(13405,1,1617411600,2021,4,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(13406,1,1617415200,2021,4,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(13407,1,1617418800,2021,4,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(13408,1,1617422400,2021,4,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(13409,1,1617426000,2021,4,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(13410,1,1617429600,2021,4,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(13411,1,1617433200,2021,4,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(13412,1,1617436800,2021,4,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(13413,1,1617440400,2021,4,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(13414,1,1617444000,2021,4,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(13415,1,1617447600,2021,4,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(13416,1,1617451200,2021,4,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(13417,1,1617454800,2021,4,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(13418,1,1617458400,2021,4,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(13419,1,1617462000,2021,4,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(13420,1,1617465600,2021,4,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(13421,1,1617469200,2021,4,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(13422,1,1617472800,2021,4,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(13423,1,1617476400,2021,4,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(13424,1,1617480000,2021,4,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(13425,1,1617483600,2021,4,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(13426,1,1617573600,2021,4,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(13427,1,1617577200,2021,4,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(13428,1,1617580800,2021,4,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(13429,1,1617584400,2021,4,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(13430,1,1617588000,2021,4,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(13431,1,1617591600,2021,4,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(13432,1,1617595200,2021,4,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(13433,1,1617598800,2021,4,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(13434,1,1617602400,2021,4,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(13435,1,1617606000,2021,4,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(13436,1,1617609600,2021,4,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(13437,1,1617613200,2021,4,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(13438,1,1617616800,2021,4,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(13439,1,1617620400,2021,4,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(13440,1,1617624000,2021,4,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(13441,1,1617627600,2021,4,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(13442,1,1617631200,2021,4,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(13443,1,1617634800,2021,4,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(13444,1,1617638400,2021,4,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(13445,1,1617642000,2021,4,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(13446,1,1617645600,2021,4,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(13447,1,1617649200,2021,4,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(13448,1,1617652800,2021,4,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(13449,1,1617656400,2021,4,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(13450,1,1617660000,2021,4,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(13451,1,1617663600,2021,4,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(13452,1,1617667200,2021,4,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(13453,1,1617670800,2021,4,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(13454,1,1617674400,2021,4,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(13455,1,1617678000,2021,4,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(13456,1,1617681600,2021,4,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(13457,1,1617685200,2021,4,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(13458,1,1617688800,2021,4,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(13459,1,1617692400,2021,4,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(13460,1,1617696000,2021,4,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(13461,1,1617699600,2021,4,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(13462,1,1617703200,2021,4,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(13463,1,1617706800,2021,4,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(13464,1,1617710400,2021,4,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(13465,1,1617714000,2021,4,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(13466,1,1617717600,2021,4,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(13467,1,1617721200,2021,4,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(13468,1,1617724800,2021,4,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(13469,1,1617728400,2021,4,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(13470,1,1617732000,2021,4,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(13471,1,1617735600,2021,4,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(13472,1,1617739200,2021,4,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(13473,1,1617742800,2021,4,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(13474,1,1617746400,2021,4,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(13475,1,1617750000,2021,4,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(13476,1,1617753600,2021,4,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(13477,1,1617757200,2021,4,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(13478,1,1617760800,2021,4,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(13479,1,1617764400,2021,4,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(13480,1,1617768000,2021,4,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(13481,1,1617771600,2021,4,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(13482,1,1617775200,2021,4,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(13483,1,1617778800,2021,4,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(13484,1,1617782400,2021,4,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(13485,1,1617786000,2021,4,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(13486,1,1617789600,2021,4,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(13487,1,1617793200,2021,4,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(13488,1,1617796800,2021,4,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(13489,1,1617800400,2021,4,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(13490,1,1617804000,2021,4,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(13491,1,1617807600,2021,4,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(13492,1,1617811200,2021,4,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(13493,1,1617814800,2021,4,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(13494,1,1617818400,2021,4,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(13495,1,1617822000,2021,4,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(13496,1,1617825600,2021,4,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(13497,1,1617829200,2021,4,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(13498,1,1617832800,2021,4,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(13499,1,1617836400,2021,4,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(13500,1,1617840000,2021,4,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(13501,1,1617843600,2021,4,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(13502,1,1617847200,2021,4,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(13503,1,1617850800,2021,4,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(13504,1,1617854400,2021,4,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(13505,1,1617858000,2021,4,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(13506,1,1617861600,2021,4,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(13507,1,1617865200,2021,4,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(13508,1,1617868800,2021,4,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(13509,1,1617872400,2021,4,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(13510,1,1617876000,2021,4,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(13511,1,1617879600,2021,4,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(13512,1,1617883200,2021,4,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(13513,1,1617886800,2021,4,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(13514,1,1617890400,2021,4,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(13515,1,1617894000,2021,4,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(13516,1,1617897600,2021,4,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(13517,1,1617901200,2021,4,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(13518,1,1617904800,2021,4,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(13519,1,1617908400,2021,4,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(13520,1,1617912000,2021,4,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(13521,1,1617915600,2021,4,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(13522,1,1617919200,2021,4,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(13523,1,1617922800,2021,4,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(13524,1,1617926400,2021,4,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(13525,1,1617930000,2021,4,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(13526,1,1617933600,2021,4,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(13527,1,1617937200,2021,4,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(13528,1,1617940800,2021,4,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(13529,1,1617944400,2021,4,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(13530,1,1617948000,2021,4,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(13531,1,1617951600,2021,4,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(13532,1,1617955200,2021,4,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(13533,1,1617958800,2021,4,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(13534,1,1617962400,2021,4,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(13535,1,1617966000,2021,4,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(13536,1,1617969600,2021,4,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(13537,1,1617973200,2021,4,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(13538,1,1617976800,2021,4,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(13539,1,1617980400,2021,4,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(13540,1,1617984000,2021,4,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(13541,1,1617987600,2021,4,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(13542,1,1617991200,2021,4,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(13543,1,1617994800,2021,4,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(13544,1,1617998400,2021,4,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(13545,1,1618002000,2021,4,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(13546,1,1618005600,2021,4,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(13547,1,1618009200,2021,4,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(13548,1,1618012800,2021,4,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(13549,1,1618016400,2021,4,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(13550,1,1618020000,2021,4,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(13551,1,1618023600,2021,4,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(13552,1,1618027200,2021,4,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(13553,1,1618030800,2021,4,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(13554,1,1618034400,2021,4,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(13555,1,1618038000,2021,4,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(13556,1,1618041600,2021,4,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(13557,1,1618045200,2021,4,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(13558,1,1618048800,2021,4,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(13559,1,1618052400,2021,4,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(13560,1,1618056000,2021,4,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(13561,1,1618059600,2021,4,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(13562,1,1618063200,2021,4,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(13563,1,1618066800,2021,4,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(13564,1,1618070400,2021,4,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(13565,1,1618074000,2021,4,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(13566,1,1618077600,2021,4,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(13567,1,1618081200,2021,4,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(13568,1,1618084800,2021,4,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(13569,1,1618088400,2021,4,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(13570,1,1618178400,2021,4,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(13571,1,1618182000,2021,4,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(13572,1,1618185600,2021,4,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(13573,1,1618189200,2021,4,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(13574,1,1618192800,2021,4,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(13575,1,1618196400,2021,4,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(13576,1,1618200000,2021,4,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(13577,1,1618203600,2021,4,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(13578,1,1618207200,2021,4,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(13579,1,1618210800,2021,4,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(13580,1,1618214400,2021,4,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(13581,1,1618218000,2021,4,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(13582,1,1618221600,2021,4,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(13583,1,1618225200,2021,4,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(13584,1,1618228800,2021,4,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(13585,1,1618232400,2021,4,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(13586,1,1618236000,2021,4,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(13587,1,1618239600,2021,4,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(13588,1,1618243200,2021,4,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(13589,1,1618246800,2021,4,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(13590,1,1618250400,2021,4,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(13591,1,1618254000,2021,4,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(13592,1,1618257600,2021,4,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(13593,1,1618261200,2021,4,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(13594,1,1618264800,2021,4,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(13595,1,1618268400,2021,4,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(13596,1,1618272000,2021,4,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(13597,1,1618275600,2021,4,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(13598,1,1618279200,2021,4,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(13599,1,1618282800,2021,4,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(13600,1,1618286400,2021,4,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(13601,1,1618290000,2021,4,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(13602,1,1618293600,2021,4,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(13603,1,1618297200,2021,4,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(13604,1,1618300800,2021,4,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(13605,1,1618304400,2021,4,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(13606,1,1618308000,2021,4,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(13607,1,1618311600,2021,4,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(13608,1,1618315200,2021,4,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(13609,1,1618318800,2021,4,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(13610,1,1618322400,2021,4,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(13611,1,1618326000,2021,4,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(13612,1,1618329600,2021,4,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(13613,1,1618333200,2021,4,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(13614,1,1618336800,2021,4,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(13615,1,1618340400,2021,4,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(13616,1,1618344000,2021,4,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(13617,1,1618347600,2021,4,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(13618,1,1618351200,2021,4,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(13619,1,1618354800,2021,4,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(13620,1,1618358400,2021,4,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(13621,1,1618362000,2021,4,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(13622,1,1618365600,2021,4,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(13623,1,1618369200,2021,4,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(13624,1,1618372800,2021,4,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(13625,1,1618376400,2021,4,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(13626,1,1618380000,2021,4,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(13627,1,1618383600,2021,4,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(13628,1,1618387200,2021,4,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(13629,1,1618390800,2021,4,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(13630,1,1618394400,2021,4,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(13631,1,1618398000,2021,4,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(13632,1,1618401600,2021,4,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(13633,1,1618405200,2021,4,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(13634,1,1618408800,2021,4,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(13635,1,1618412400,2021,4,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(13636,1,1618416000,2021,4,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(13637,1,1618419600,2021,4,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(13638,1,1618423200,2021,4,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(13639,1,1618426800,2021,4,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(13640,1,1618430400,2021,4,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(13641,1,1618434000,2021,4,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(13642,1,1618437600,2021,4,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(13643,1,1618441200,2021,4,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(13644,1,1618444800,2021,4,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(13645,1,1618448400,2021,4,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(13646,1,1618452000,2021,4,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(13647,1,1618455600,2021,4,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(13648,1,1618459200,2021,4,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(13649,1,1618462800,2021,4,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(13650,1,1618466400,2021,4,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(13651,1,1618470000,2021,4,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(13652,1,1618473600,2021,4,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(13653,1,1618477200,2021,4,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(13654,1,1618480800,2021,4,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(13655,1,1618484400,2021,4,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(13656,1,1618488000,2021,4,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(13657,1,1618491600,2021,4,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(13658,1,1618495200,2021,4,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(13659,1,1618498800,2021,4,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(13660,1,1618502400,2021,4,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(13661,1,1618506000,2021,4,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(13662,1,1618509600,2021,4,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(13663,1,1618513200,2021,4,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(13664,1,1618516800,2021,4,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(13665,1,1618520400,2021,4,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(13666,1,1618524000,2021,4,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(13667,1,1618527600,2021,4,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(13668,1,1618531200,2021,4,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(13669,1,1618534800,2021,4,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(13670,1,1618538400,2021,4,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(13671,1,1618542000,2021,4,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(13672,1,1618545600,2021,4,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(13673,1,1618549200,2021,4,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(13674,1,1618552800,2021,4,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(13675,1,1618556400,2021,4,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(13676,1,1618560000,2021,4,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(13677,1,1618563600,2021,4,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(13678,1,1618567200,2021,4,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(13679,1,1618570800,2021,4,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(13680,1,1618574400,2021,4,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(13681,1,1618578000,2021,4,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(13682,1,1618581600,2021,4,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(13683,1,1618585200,2021,4,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(13684,1,1618588800,2021,4,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(13685,1,1618592400,2021,4,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(13686,1,1618596000,2021,4,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(13687,1,1618599600,2021,4,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(13688,1,1618603200,2021,4,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(13689,1,1618606800,2021,4,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(13690,1,1618610400,2021,4,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(13691,1,1618614000,2021,4,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(13692,1,1618617600,2021,4,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(13693,1,1618621200,2021,4,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(13694,1,1618624800,2021,4,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(13695,1,1618628400,2021,4,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(13696,1,1618632000,2021,4,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(13697,1,1618635600,2021,4,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(13698,1,1618639200,2021,4,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(13699,1,1618642800,2021,4,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(13700,1,1618646400,2021,4,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(13701,1,1618650000,2021,4,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(13702,1,1618653600,2021,4,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(13703,1,1618657200,2021,4,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(13704,1,1618660800,2021,4,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(13705,1,1618664400,2021,4,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(13706,1,1618668000,2021,4,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(13707,1,1618671600,2021,4,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(13708,1,1618675200,2021,4,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(13709,1,1618678800,2021,4,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(13710,1,1618682400,2021,4,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(13711,1,1618686000,2021,4,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(13712,1,1618689600,2021,4,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(13713,1,1618693200,2021,4,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(13714,1,1618783200,2021,4,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(13715,1,1618786800,2021,4,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(13716,1,1618790400,2021,4,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(13717,1,1618794000,2021,4,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(13718,1,1618797600,2021,4,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(13719,1,1618801200,2021,4,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(13720,1,1618804800,2021,4,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(13721,1,1618808400,2021,4,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(13722,1,1618812000,2021,4,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(13723,1,1618815600,2021,4,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(13724,1,1618819200,2021,4,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(13725,1,1618822800,2021,4,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(13726,1,1618826400,2021,4,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(13727,1,1618830000,2021,4,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(13728,1,1618833600,2021,4,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(13729,1,1618837200,2021,4,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(13730,1,1618840800,2021,4,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(13731,1,1618844400,2021,4,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(13732,1,1618848000,2021,4,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(13733,1,1618851600,2021,4,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(13734,1,1618855200,2021,4,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(13735,1,1618858800,2021,4,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(13736,1,1618862400,2021,4,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(13737,1,1618866000,2021,4,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(13738,1,1618869600,2021,4,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(13739,1,1618873200,2021,4,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(13740,1,1618876800,2021,4,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(13741,1,1618880400,2021,4,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(13742,1,1618884000,2021,4,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(13743,1,1618887600,2021,4,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(13744,1,1618891200,2021,4,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(13745,1,1618894800,2021,4,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(13746,1,1618898400,2021,4,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(13747,1,1618902000,2021,4,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(13748,1,1618905600,2021,4,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(13749,1,1618909200,2021,4,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(13750,1,1618912800,2021,4,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(13751,1,1618916400,2021,4,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(13752,1,1618920000,2021,4,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(13753,1,1618923600,2021,4,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(13754,1,1618927200,2021,4,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(13755,1,1618930800,2021,4,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(13756,1,1618934400,2021,4,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(13757,1,1618938000,2021,4,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(13758,1,1618941600,2021,4,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(13759,1,1618945200,2021,4,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(13760,1,1618948800,2021,4,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(13761,1,1618952400,2021,4,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(13762,1,1618956000,2021,4,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(13763,1,1618959600,2021,4,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(13764,1,1618963200,2021,4,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(13765,1,1618966800,2021,4,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(13766,1,1618970400,2021,4,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(13767,1,1618974000,2021,4,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(13768,1,1618977600,2021,4,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(13769,1,1618981200,2021,4,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(13770,1,1618984800,2021,4,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(13771,1,1618988400,2021,4,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(13772,1,1618992000,2021,4,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(13773,1,1618995600,2021,4,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(13774,1,1618999200,2021,4,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(13775,1,1619002800,2021,4,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(13776,1,1619006400,2021,4,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(13777,1,1619010000,2021,4,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(13778,1,1619013600,2021,4,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(13779,1,1619017200,2021,4,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(13780,1,1619020800,2021,4,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(13781,1,1619024400,2021,4,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(13782,1,1619028000,2021,4,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(13783,1,1619031600,2021,4,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(13784,1,1619035200,2021,4,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(13785,1,1619038800,2021,4,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(13786,1,1619042400,2021,4,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(13787,1,1619046000,2021,4,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(13788,1,1619049600,2021,4,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(13789,1,1619053200,2021,4,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(13790,1,1619056800,2021,4,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(13791,1,1619060400,2021,4,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(13792,1,1619064000,2021,4,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(13793,1,1619067600,2021,4,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(13794,1,1619071200,2021,4,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(13795,1,1619074800,2021,4,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(13796,1,1619078400,2021,4,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(13797,1,1619082000,2021,4,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(13798,1,1619085600,2021,4,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(13799,1,1619089200,2021,4,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(13800,1,1619092800,2021,4,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(13801,1,1619096400,2021,4,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(13802,1,1619100000,2021,4,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(13803,1,1619103600,2021,4,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(13804,1,1619107200,2021,4,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(13805,1,1619110800,2021,4,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(13806,1,1619114400,2021,4,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(13807,1,1619118000,2021,4,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(13808,1,1619121600,2021,4,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(13809,1,1619125200,2021,4,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(13810,1,1619128800,2021,4,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(13811,1,1619132400,2021,4,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(13812,1,1619136000,2021,4,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(13813,1,1619139600,2021,4,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(13814,1,1619143200,2021,4,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(13815,1,1619146800,2021,4,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(13816,1,1619150400,2021,4,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(13817,1,1619154000,2021,4,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(13818,1,1619157600,2021,4,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(13819,1,1619161200,2021,4,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(13820,1,1619164800,2021,4,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(13821,1,1619168400,2021,4,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(13822,1,1619172000,2021,4,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(13823,1,1619175600,2021,4,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(13824,1,1619179200,2021,4,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(13825,1,1619182800,2021,4,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(13826,1,1619186400,2021,4,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(13827,1,1619190000,2021,4,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(13828,1,1619193600,2021,4,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(13829,1,1619197200,2021,4,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(13830,1,1619200800,2021,4,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(13831,1,1619204400,2021,4,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(13832,1,1619208000,2021,4,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(13833,1,1619211600,2021,4,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(13834,1,1619215200,2021,4,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(13835,1,1619218800,2021,4,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(13836,1,1619222400,2021,4,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(13837,1,1619226000,2021,4,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(13838,1,1619229600,2021,4,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(13839,1,1619233200,2021,4,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(13840,1,1619236800,2021,4,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(13841,1,1619240400,2021,4,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(13842,1,1619244000,2021,4,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(13843,1,1619247600,2021,4,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(13844,1,1619251200,2021,4,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(13845,1,1619254800,2021,4,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(13846,1,1619258400,2021,4,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(13847,1,1619262000,2021,4,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(13848,1,1619265600,2021,4,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(13849,1,1619269200,2021,4,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(13850,1,1619272800,2021,4,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(13851,1,1619276400,2021,4,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(13852,1,1619280000,2021,4,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(13853,1,1619283600,2021,4,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(13854,1,1619287200,2021,4,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(13855,1,1619290800,2021,4,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(13856,1,1619294400,2021,4,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(13857,1,1619298000,2021,4,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(13858,1,1619388000,2021,4,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(13859,1,1619391600,2021,4,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(13860,1,1619395200,2021,4,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(13861,1,1619398800,2021,4,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(13862,1,1619402400,2021,4,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(13863,1,1619406000,2021,4,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(13864,1,1619409600,2021,4,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(13865,1,1619413200,2021,4,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(13866,1,1619416800,2021,4,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(13867,1,1619420400,2021,4,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(13868,1,1619424000,2021,4,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(13869,1,1619427600,2021,4,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(13870,1,1619431200,2021,4,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(13871,1,1619434800,2021,4,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(13872,1,1619438400,2021,4,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(13873,1,1619442000,2021,4,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(13874,1,1619445600,2021,4,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(13875,1,1619449200,2021,4,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(13876,1,1619452800,2021,4,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(13877,1,1619456400,2021,4,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(13878,1,1619460000,2021,4,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(13879,1,1619463600,2021,4,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(13880,1,1619467200,2021,4,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(13881,1,1619470800,2021,4,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(13882,1,1619474400,2021,4,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(13883,1,1619478000,2021,4,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(13884,1,1619481600,2021,4,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(13885,1,1619485200,2021,4,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(13886,1,1619488800,2021,4,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(13887,1,1619492400,2021,4,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(13888,1,1619496000,2021,4,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(13889,1,1619499600,2021,4,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(13890,1,1619503200,2021,4,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(13891,1,1619506800,2021,4,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(13892,1,1619510400,2021,4,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(13893,1,1619514000,2021,4,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(13894,1,1619517600,2021,4,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(13895,1,1619521200,2021,4,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(13896,1,1619524800,2021,4,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(13897,1,1619528400,2021,4,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(13898,1,1619532000,2021,4,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(13899,1,1619535600,2021,4,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(13900,1,1619539200,2021,4,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(13901,1,1619542800,2021,4,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(13902,1,1619546400,2021,4,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(13903,1,1619550000,2021,4,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(13904,1,1619553600,2021,4,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(13905,1,1619557200,2021,4,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(13906,1,1619560800,2021,4,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(13907,1,1619564400,2021,4,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(13908,1,1619568000,2021,4,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(13909,1,1619571600,2021,4,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(13910,1,1619575200,2021,4,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(13911,1,1619578800,2021,4,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(13912,1,1619582400,2021,4,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(13913,1,1619586000,2021,4,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(13914,1,1619589600,2021,4,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(13915,1,1619593200,2021,4,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(13916,1,1619596800,2021,4,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(13917,1,1619600400,2021,4,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(13918,1,1619604000,2021,4,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(13919,1,1619607600,2021,4,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(13920,1,1619611200,2021,4,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(13921,1,1619614800,2021,4,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(13922,1,1619618400,2021,4,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(13923,1,1619622000,2021,4,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(13924,1,1619625600,2021,4,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(13925,1,1619629200,2021,4,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(13926,1,1619632800,2021,4,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(13927,1,1619636400,2021,4,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(13928,1,1619640000,2021,4,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(13929,1,1619643600,2021,4,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(13930,1,1619647200,2021,4,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(13931,1,1619650800,2021,4,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(13932,1,1619654400,2021,4,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(13933,1,1619658000,2021,4,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(13934,1,1619661600,2021,4,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(13935,1,1619665200,2021,4,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(13936,1,1619668800,2021,4,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(13937,1,1619672400,2021,4,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(13938,1,1619676000,2021,4,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(13939,1,1619679600,2021,4,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(13940,1,1619683200,2021,4,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(13941,1,1619686800,2021,4,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(13942,1,1619690400,2021,4,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(13943,1,1619694000,2021,4,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(13944,1,1619697600,2021,4,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(13945,1,1619701200,2021,4,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(13946,1,1619704800,2021,4,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(13947,1,1619708400,2021,4,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(13948,1,1619712000,2021,4,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(13949,1,1619715600,2021,4,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(13950,1,1619719200,2021,4,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(13951,1,1619722800,2021,4,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(13952,1,1619726400,2021,4,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(13953,1,1619730000,2021,4,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(13954,1,1619733600,2021,4,30,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(13955,1,1619737200,2021,4,30,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(13956,1,1619740800,2021,4,30,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(13957,1,1619744400,2021,4,30,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(13958,1,1619748000,2021,4,30,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(13959,1,1619751600,2021,4,30,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(13960,1,1619755200,2021,4,30,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(13961,1,1619758800,2021,4,30,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(13962,1,1619762400,2021,4,30,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(13963,1,1619766000,2021,4,30,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(13964,1,1619769600,2021,4,30,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(13965,1,1619773200,2021,4,30,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(13966,1,1619776800,2021,4,30,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(13967,1,1619780400,2021,4,30,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(13968,1,1619784000,2021,4,30,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(13969,1,1619787600,2021,4,30,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(13970,1,1619791200,2021,4,30,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(13971,1,1619794800,2021,4,30,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(13972,1,1619798400,2021,4,30,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(13973,1,1619802000,2021,4,30,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(13974,1,1619805600,2021,4,30,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(13975,1,1619809200,2021,4,30,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(13976,1,1619812800,2021,4,30,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(13977,1,1619816400,2021,4,30,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(13978,1,1619820000,2021,5,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(13979,1,1619823600,2021,5,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(13980,1,1619827200,2021,5,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(13981,1,1619830800,2021,5,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(13982,1,1619834400,2021,5,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(13983,1,1619838000,2021,5,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(13984,1,1619841600,2021,5,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(13985,1,1619845200,2021,5,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(13986,1,1619848800,2021,5,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(13987,1,1619852400,2021,5,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(13988,1,1619856000,2021,5,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(13989,1,1619859600,2021,5,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(13990,1,1619863200,2021,5,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(13991,1,1619866800,2021,5,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(13992,1,1619870400,2021,5,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(13993,1,1619874000,2021,5,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(13994,1,1619877600,2021,5,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(13995,1,1619881200,2021,5,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(13996,1,1619884800,2021,5,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(13997,1,1619888400,2021,5,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(13998,1,1619892000,2021,5,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(13999,1,1619895600,2021,5,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(14000,1,1619899200,2021,5,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(14001,1,1619902800,2021,5,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(14002,1,1619992800,2021,5,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(14003,1,1619996400,2021,5,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(14004,1,1620000000,2021,5,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(14005,1,1620003600,2021,5,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(14006,1,1620007200,2021,5,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(14007,1,1620010800,2021,5,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(14008,1,1620014400,2021,5,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(14009,1,1620018000,2021,5,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(14010,1,1620021600,2021,5,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(14011,1,1620025200,2021,5,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(14012,1,1620028800,2021,5,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(14013,1,1620032400,2021,5,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(14014,1,1620036000,2021,5,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(14015,1,1620039600,2021,5,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(14016,1,1620043200,2021,5,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(14017,1,1620046800,2021,5,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(14018,1,1620050400,2021,5,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(14019,1,1620054000,2021,5,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(14020,1,1620057600,2021,5,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(14021,1,1620061200,2021,5,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(14022,1,1620064800,2021,5,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(14023,1,1620068400,2021,5,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(14024,1,1620072000,2021,5,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(14025,1,1620075600,2021,5,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(14026,1,1620079200,2021,5,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(14027,1,1620082800,2021,5,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(14028,1,1620086400,2021,5,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(14029,1,1620090000,2021,5,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(14030,1,1620093600,2021,5,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(14031,1,1620097200,2021,5,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(14032,1,1620100800,2021,5,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(14033,1,1620104400,2021,5,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(14034,1,1620108000,2021,5,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(14035,1,1620111600,2021,5,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(14036,1,1620115200,2021,5,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(14037,1,1620118800,2021,5,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(14038,1,1620122400,2021,5,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(14039,1,1620126000,2021,5,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(14040,1,1620129600,2021,5,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(14041,1,1620133200,2021,5,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(14042,1,1620136800,2021,5,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(14043,1,1620140400,2021,5,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(14044,1,1620144000,2021,5,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(14045,1,1620147600,2021,5,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(14046,1,1620151200,2021,5,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(14047,1,1620154800,2021,5,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(14048,1,1620158400,2021,5,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(14049,1,1620162000,2021,5,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(14050,1,1620165600,2021,5,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(14051,1,1620169200,2021,5,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(14052,1,1620172800,2021,5,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(14053,1,1620176400,2021,5,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(14054,1,1620180000,2021,5,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(14055,1,1620183600,2021,5,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(14056,1,1620187200,2021,5,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(14057,1,1620190800,2021,5,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(14058,1,1620194400,2021,5,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(14059,1,1620198000,2021,5,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(14060,1,1620201600,2021,5,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(14061,1,1620205200,2021,5,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(14062,1,1620208800,2021,5,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(14063,1,1620212400,2021,5,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(14064,1,1620216000,2021,5,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(14065,1,1620219600,2021,5,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(14066,1,1620223200,2021,5,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(14067,1,1620226800,2021,5,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(14068,1,1620230400,2021,5,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(14069,1,1620234000,2021,5,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(14070,1,1620237600,2021,5,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(14071,1,1620241200,2021,5,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(14072,1,1620244800,2021,5,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(14073,1,1620248400,2021,5,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(14074,1,1620252000,2021,5,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(14075,1,1620255600,2021,5,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(14076,1,1620259200,2021,5,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(14077,1,1620262800,2021,5,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(14078,1,1620266400,2021,5,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(14079,1,1620270000,2021,5,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(14080,1,1620273600,2021,5,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(14081,1,1620277200,2021,5,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(14082,1,1620280800,2021,5,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(14083,1,1620284400,2021,5,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(14084,1,1620288000,2021,5,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(14085,1,1620291600,2021,5,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(14086,1,1620295200,2021,5,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(14087,1,1620298800,2021,5,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(14088,1,1620302400,2021,5,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(14089,1,1620306000,2021,5,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(14090,1,1620309600,2021,5,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(14091,1,1620313200,2021,5,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(14092,1,1620316800,2021,5,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(14093,1,1620320400,2021,5,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(14094,1,1620324000,2021,5,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(14095,1,1620327600,2021,5,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(14096,1,1620331200,2021,5,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(14097,1,1620334800,2021,5,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(14098,1,1620338400,2021,5,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(14099,1,1620342000,2021,5,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(14100,1,1620345600,2021,5,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(14101,1,1620349200,2021,5,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(14102,1,1620352800,2021,5,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(14103,1,1620356400,2021,5,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(14104,1,1620360000,2021,5,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(14105,1,1620363600,2021,5,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(14106,1,1620367200,2021,5,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(14107,1,1620370800,2021,5,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(14108,1,1620374400,2021,5,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(14109,1,1620378000,2021,5,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(14110,1,1620381600,2021,5,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(14111,1,1620385200,2021,5,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(14112,1,1620388800,2021,5,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(14113,1,1620392400,2021,5,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(14114,1,1620396000,2021,5,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(14115,1,1620399600,2021,5,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(14116,1,1620403200,2021,5,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(14117,1,1620406800,2021,5,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(14118,1,1620410400,2021,5,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(14119,1,1620414000,2021,5,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(14120,1,1620417600,2021,5,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(14121,1,1620421200,2021,5,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(14122,1,1620424800,2021,5,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(14123,1,1620428400,2021,5,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(14124,1,1620432000,2021,5,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(14125,1,1620435600,2021,5,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(14126,1,1620439200,2021,5,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(14127,1,1620442800,2021,5,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(14128,1,1620446400,2021,5,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(14129,1,1620450000,2021,5,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(14130,1,1620453600,2021,5,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(14131,1,1620457200,2021,5,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(14132,1,1620460800,2021,5,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(14133,1,1620464400,2021,5,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(14134,1,1620468000,2021,5,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(14135,1,1620471600,2021,5,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(14136,1,1620475200,2021,5,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(14137,1,1620478800,2021,5,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(14138,1,1620482400,2021,5,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(14139,1,1620486000,2021,5,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(14140,1,1620489600,2021,5,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(14141,1,1620493200,2021,5,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(14142,1,1620496800,2021,5,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(14143,1,1620500400,2021,5,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(14144,1,1620504000,2021,5,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(14145,1,1620507600,2021,5,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(14146,1,1620597600,2021,5,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(14147,1,1620601200,2021,5,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(14148,1,1620604800,2021,5,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(14149,1,1620608400,2021,5,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(14150,1,1620612000,2021,5,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(14151,1,1620615600,2021,5,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(14152,1,1620619200,2021,5,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(14153,1,1620622800,2021,5,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(14154,1,1620626400,2021,5,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(14155,1,1620630000,2021,5,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(14156,1,1620633600,2021,5,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(14157,1,1620637200,2021,5,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(14158,1,1620640800,2021,5,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(14159,1,1620644400,2021,5,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(14160,1,1620648000,2021,5,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(14161,1,1620651600,2021,5,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(14162,1,1620655200,2021,5,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(14163,1,1620658800,2021,5,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(14164,1,1620662400,2021,5,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(14165,1,1620666000,2021,5,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(14166,1,1620669600,2021,5,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(14167,1,1620673200,2021,5,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(14168,1,1620676800,2021,5,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(14169,1,1620680400,2021,5,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(14170,1,1620684000,2021,5,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(14171,1,1620687600,2021,5,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(14172,1,1620691200,2021,5,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(14173,1,1620694800,2021,5,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(14174,1,1620698400,2021,5,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(14175,1,1620702000,2021,5,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(14176,1,1620705600,2021,5,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(14177,1,1620709200,2021,5,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(14178,1,1620712800,2021,5,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(14179,1,1620716400,2021,5,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(14180,1,1620720000,2021,5,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(14181,1,1620723600,2021,5,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(14182,1,1620727200,2021,5,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(14183,1,1620730800,2021,5,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(14184,1,1620734400,2021,5,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(14185,1,1620738000,2021,5,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(14186,1,1620741600,2021,5,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(14187,1,1620745200,2021,5,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(14188,1,1620748800,2021,5,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(14189,1,1620752400,2021,5,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(14190,1,1620756000,2021,5,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(14191,1,1620759600,2021,5,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(14192,1,1620763200,2021,5,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(14193,1,1620766800,2021,5,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(14194,1,1620770400,2021,5,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(14195,1,1620774000,2021,5,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(14196,1,1620777600,2021,5,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(14197,1,1620781200,2021,5,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(14198,1,1620784800,2021,5,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(14199,1,1620788400,2021,5,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(14200,1,1620792000,2021,5,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(14201,1,1620795600,2021,5,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(14202,1,1620799200,2021,5,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(14203,1,1620802800,2021,5,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(14204,1,1620806400,2021,5,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(14205,1,1620810000,2021,5,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(14206,1,1620813600,2021,5,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(14207,1,1620817200,2021,5,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(14208,1,1620820800,2021,5,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(14209,1,1620824400,2021,5,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(14210,1,1620828000,2021,5,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(14211,1,1620831600,2021,5,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(14212,1,1620835200,2021,5,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(14213,1,1620838800,2021,5,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(14214,1,1620842400,2021,5,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(14215,1,1620846000,2021,5,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(14216,1,1620849600,2021,5,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(14217,1,1620853200,2021,5,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(14218,1,1620856800,2021,5,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(14219,1,1620860400,2021,5,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(14220,1,1620864000,2021,5,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(14221,1,1620867600,2021,5,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(14222,1,1620871200,2021,5,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(14223,1,1620874800,2021,5,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(14224,1,1620878400,2021,5,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(14225,1,1620882000,2021,5,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(14226,1,1620885600,2021,5,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(14227,1,1620889200,2021,5,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(14228,1,1620892800,2021,5,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(14229,1,1620896400,2021,5,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(14230,1,1620900000,2021,5,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(14231,1,1620903600,2021,5,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(14232,1,1620907200,2021,5,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(14233,1,1620910800,2021,5,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(14234,1,1620914400,2021,5,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(14235,1,1620918000,2021,5,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(14236,1,1620921600,2021,5,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(14237,1,1620925200,2021,5,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(14238,1,1620928800,2021,5,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(14239,1,1620932400,2021,5,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(14240,1,1620936000,2021,5,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(14241,1,1620939600,2021,5,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(14242,1,1620943200,2021,5,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(14243,1,1620946800,2021,5,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(14244,1,1620950400,2021,5,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(14245,1,1620954000,2021,5,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(14246,1,1620957600,2021,5,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(14247,1,1620961200,2021,5,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(14248,1,1620964800,2021,5,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(14249,1,1620968400,2021,5,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(14250,1,1620972000,2021,5,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(14251,1,1620975600,2021,5,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(14252,1,1620979200,2021,5,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(14253,1,1620982800,2021,5,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(14254,1,1620986400,2021,5,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(14255,1,1620990000,2021,5,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(14256,1,1620993600,2021,5,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(14257,1,1620997200,2021,5,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(14258,1,1621000800,2021,5,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(14259,1,1621004400,2021,5,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(14260,1,1621008000,2021,5,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(14261,1,1621011600,2021,5,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(14262,1,1621015200,2021,5,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(14263,1,1621018800,2021,5,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(14264,1,1621022400,2021,5,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(14265,1,1621026000,2021,5,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(14266,1,1621029600,2021,5,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(14267,1,1621033200,2021,5,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(14268,1,1621036800,2021,5,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(14269,1,1621040400,2021,5,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(14270,1,1621044000,2021,5,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(14271,1,1621047600,2021,5,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(14272,1,1621051200,2021,5,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(14273,1,1621054800,2021,5,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(14274,1,1621058400,2021,5,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(14275,1,1621062000,2021,5,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(14276,1,1621065600,2021,5,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(14277,1,1621069200,2021,5,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(14278,1,1621072800,2021,5,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(14279,1,1621076400,2021,5,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(14280,1,1621080000,2021,5,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(14281,1,1621083600,2021,5,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(14282,1,1621087200,2021,5,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(14283,1,1621090800,2021,5,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(14284,1,1621094400,2021,5,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(14285,1,1621098000,2021,5,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(14286,1,1621101600,2021,5,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(14287,1,1621105200,2021,5,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(14288,1,1621108800,2021,5,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(14289,1,1621112400,2021,5,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(14290,1,1621202400,2021,5,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(14291,1,1621206000,2021,5,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(14292,1,1621209600,2021,5,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(14293,1,1621213200,2021,5,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(14294,1,1621216800,2021,5,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(14295,1,1621220400,2021,5,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(14296,1,1621224000,2021,5,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(14297,1,1621227600,2021,5,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(14298,1,1621231200,2021,5,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(14299,1,1621234800,2021,5,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(14300,1,1621238400,2021,5,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(14301,1,1621242000,2021,5,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(14302,1,1621245600,2021,5,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(14303,1,1621249200,2021,5,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(14304,1,1621252800,2021,5,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(14305,1,1621256400,2021,5,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(14306,1,1621260000,2021,5,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(14307,1,1621263600,2021,5,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(14308,1,1621267200,2021,5,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(14309,1,1621270800,2021,5,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(14310,1,1621274400,2021,5,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(14311,1,1621278000,2021,5,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(14312,1,1621281600,2021,5,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(14313,1,1621285200,2021,5,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(14314,1,1621288800,2021,5,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(14315,1,1621292400,2021,5,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(14316,1,1621296000,2021,5,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(14317,1,1621299600,2021,5,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(14318,1,1621303200,2021,5,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(14319,1,1621306800,2021,5,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(14320,1,1621310400,2021,5,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(14321,1,1621314000,2021,5,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(14322,1,1621317600,2021,5,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(14323,1,1621321200,2021,5,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(14324,1,1621324800,2021,5,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(14325,1,1621328400,2021,5,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(14326,1,1621332000,2021,5,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(14327,1,1621335600,2021,5,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(14328,1,1621339200,2021,5,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(14329,1,1621342800,2021,5,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(14330,1,1621346400,2021,5,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(14331,1,1621350000,2021,5,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(14332,1,1621353600,2021,5,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(14333,1,1621357200,2021,5,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(14334,1,1621360800,2021,5,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(14335,1,1621364400,2021,5,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(14336,1,1621368000,2021,5,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(14337,1,1621371600,2021,5,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(14338,1,1621375200,2021,5,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(14339,1,1621378800,2021,5,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(14340,1,1621382400,2021,5,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(14341,1,1621386000,2021,5,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(14342,1,1621389600,2021,5,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(14343,1,1621393200,2021,5,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(14344,1,1621396800,2021,5,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(14345,1,1621400400,2021,5,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(14346,1,1621404000,2021,5,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(14347,1,1621407600,2021,5,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(14348,1,1621411200,2021,5,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(14349,1,1621414800,2021,5,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(14350,1,1621418400,2021,5,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(14351,1,1621422000,2021,5,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(14352,1,1621425600,2021,5,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(14353,1,1621429200,2021,5,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(14354,1,1621432800,2021,5,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(14355,1,1621436400,2021,5,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(14356,1,1621440000,2021,5,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(14357,1,1621443600,2021,5,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(14358,1,1621447200,2021,5,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(14359,1,1621450800,2021,5,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(14360,1,1621454400,2021,5,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(14361,1,1621458000,2021,5,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(14362,1,1621461600,2021,5,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(14363,1,1621465200,2021,5,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(14364,1,1621468800,2021,5,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(14365,1,1621472400,2021,5,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(14366,1,1621476000,2021,5,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(14367,1,1621479600,2021,5,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(14368,1,1621483200,2021,5,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(14369,1,1621486800,2021,5,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(14370,1,1621490400,2021,5,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(14371,1,1621494000,2021,5,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(14372,1,1621497600,2021,5,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(14373,1,1621501200,2021,5,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(14374,1,1621504800,2021,5,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(14375,1,1621508400,2021,5,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(14376,1,1621512000,2021,5,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(14377,1,1621515600,2021,5,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(14378,1,1621519200,2021,5,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(14379,1,1621522800,2021,5,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(14380,1,1621526400,2021,5,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(14381,1,1621530000,2021,5,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(14382,1,1621533600,2021,5,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(14383,1,1621537200,2021,5,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(14384,1,1621540800,2021,5,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(14385,1,1621544400,2021,5,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(14386,1,1621548000,2021,5,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(14387,1,1621551600,2021,5,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(14388,1,1621555200,2021,5,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(14389,1,1621558800,2021,5,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(14390,1,1621562400,2021,5,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(14391,1,1621566000,2021,5,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(14392,1,1621569600,2021,5,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(14393,1,1621573200,2021,5,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(14394,1,1621576800,2021,5,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(14395,1,1621580400,2021,5,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(14396,1,1621584000,2021,5,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(14397,1,1621587600,2021,5,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(14398,1,1621591200,2021,5,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(14399,1,1621594800,2021,5,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(14400,1,1621598400,2021,5,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(14401,1,1621602000,2021,5,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(14402,1,1621605600,2021,5,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(14403,1,1621609200,2021,5,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(14404,1,1621612800,2021,5,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(14405,1,1621616400,2021,5,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(14406,1,1621620000,2021,5,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(14407,1,1621623600,2021,5,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(14408,1,1621627200,2021,5,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(14409,1,1621630800,2021,5,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(14410,1,1621634400,2021,5,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(14411,1,1621638000,2021,5,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(14412,1,1621641600,2021,5,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(14413,1,1621645200,2021,5,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(14414,1,1621648800,2021,5,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(14415,1,1621652400,2021,5,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(14416,1,1621656000,2021,5,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(14417,1,1621659600,2021,5,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(14418,1,1621663200,2021,5,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(14419,1,1621666800,2021,5,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(14420,1,1621670400,2021,5,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(14421,1,1621674000,2021,5,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(14422,1,1621677600,2021,5,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(14423,1,1621681200,2021,5,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(14424,1,1621684800,2021,5,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(14425,1,1621688400,2021,5,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(14426,1,1621692000,2021,5,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(14427,1,1621695600,2021,5,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(14428,1,1621699200,2021,5,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(14429,1,1621702800,2021,5,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(14430,1,1621706400,2021,5,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(14431,1,1621710000,2021,5,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(14432,1,1621713600,2021,5,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(14433,1,1621717200,2021,5,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(14434,1,1621807200,2021,5,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(14435,1,1621810800,2021,5,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(14436,1,1621814400,2021,5,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(14437,1,1621818000,2021,5,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(14438,1,1621821600,2021,5,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(14439,1,1621825200,2021,5,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(14440,1,1621828800,2021,5,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(14441,1,1621832400,2021,5,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(14442,1,1621836000,2021,5,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(14443,1,1621839600,2021,5,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(14444,1,1621843200,2021,5,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(14445,1,1621846800,2021,5,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(14446,1,1621850400,2021,5,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(14447,1,1621854000,2021,5,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(14448,1,1621857600,2021,5,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(14449,1,1621861200,2021,5,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(14450,1,1621864800,2021,5,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(14451,1,1621868400,2021,5,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(14452,1,1621872000,2021,5,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(14453,1,1621875600,2021,5,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(14454,1,1621879200,2021,5,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(14455,1,1621882800,2021,5,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(14456,1,1621886400,2021,5,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(14457,1,1621890000,2021,5,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(14458,1,1621893600,2021,5,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(14459,1,1621897200,2021,5,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(14460,1,1621900800,2021,5,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(14461,1,1621904400,2021,5,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(14462,1,1621908000,2021,5,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(14463,1,1621911600,2021,5,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(14464,1,1621915200,2021,5,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(14465,1,1621918800,2021,5,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(14466,1,1621922400,2021,5,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(14467,1,1621926000,2021,5,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(14468,1,1621929600,2021,5,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(14469,1,1621933200,2021,5,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(14470,1,1621936800,2021,5,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(14471,1,1621940400,2021,5,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(14472,1,1621944000,2021,5,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(14473,1,1621947600,2021,5,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(14474,1,1621951200,2021,5,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(14475,1,1621954800,2021,5,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(14476,1,1621958400,2021,5,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(14477,1,1621962000,2021,5,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(14478,1,1621965600,2021,5,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(14479,1,1621969200,2021,5,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(14480,1,1621972800,2021,5,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(14481,1,1621976400,2021,5,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(14482,1,1621980000,2021,5,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(14483,1,1621983600,2021,5,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(14484,1,1621987200,2021,5,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(14485,1,1621990800,2021,5,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(14486,1,1621994400,2021,5,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(14487,1,1621998000,2021,5,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(14488,1,1622001600,2021,5,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(14489,1,1622005200,2021,5,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(14490,1,1622008800,2021,5,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(14491,1,1622012400,2021,5,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(14492,1,1622016000,2021,5,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(14493,1,1622019600,2021,5,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(14494,1,1622023200,2021,5,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(14495,1,1622026800,2021,5,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(14496,1,1622030400,2021,5,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(14497,1,1622034000,2021,5,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(14498,1,1622037600,2021,5,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(14499,1,1622041200,2021,5,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(14500,1,1622044800,2021,5,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(14501,1,1622048400,2021,5,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(14502,1,1622052000,2021,5,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(14503,1,1622055600,2021,5,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(14504,1,1622059200,2021,5,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(14505,1,1622062800,2021,5,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(14506,1,1622066400,2021,5,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(14507,1,1622070000,2021,5,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(14508,1,1622073600,2021,5,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(14509,1,1622077200,2021,5,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(14510,1,1622080800,2021,5,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(14511,1,1622084400,2021,5,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(14512,1,1622088000,2021,5,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(14513,1,1622091600,2021,5,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(14514,1,1622095200,2021,5,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(14515,1,1622098800,2021,5,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(14516,1,1622102400,2021,5,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(14517,1,1622106000,2021,5,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(14518,1,1622109600,2021,5,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(14519,1,1622113200,2021,5,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(14520,1,1622116800,2021,5,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(14521,1,1622120400,2021,5,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(14522,1,1622124000,2021,5,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(14523,1,1622127600,2021,5,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(14524,1,1622131200,2021,5,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(14525,1,1622134800,2021,5,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(14526,1,1622138400,2021,5,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(14527,1,1622142000,2021,5,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(14528,1,1622145600,2021,5,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(14529,1,1622149200,2021,5,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(14530,1,1622152800,2021,5,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(14531,1,1622156400,2021,5,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(14532,1,1622160000,2021,5,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(14533,1,1622163600,2021,5,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(14534,1,1622167200,2021,5,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(14535,1,1622170800,2021,5,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(14536,1,1622174400,2021,5,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(14537,1,1622178000,2021,5,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(14538,1,1622181600,2021,5,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(14539,1,1622185200,2021,5,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(14540,1,1622188800,2021,5,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(14541,1,1622192400,2021,5,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(14542,1,1622196000,2021,5,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(14543,1,1622199600,2021,5,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(14544,1,1622203200,2021,5,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(14545,1,1622206800,2021,5,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(14546,1,1622210400,2021,5,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(14547,1,1622214000,2021,5,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(14548,1,1622217600,2021,5,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(14549,1,1622221200,2021,5,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(14550,1,1622224800,2021,5,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(14551,1,1622228400,2021,5,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(14552,1,1622232000,2021,5,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(14553,1,1622235600,2021,5,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(14554,1,1622239200,2021,5,29,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(14555,1,1622242800,2021,5,29,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(14556,1,1622246400,2021,5,29,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(14557,1,1622250000,2021,5,29,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(14558,1,1622253600,2021,5,29,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(14559,1,1622257200,2021,5,29,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(14560,1,1622260800,2021,5,29,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(14561,1,1622264400,2021,5,29,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(14562,1,1622268000,2021,5,29,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(14563,1,1622271600,2021,5,29,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(14564,1,1622275200,2021,5,29,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(14565,1,1622278800,2021,5,29,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(14566,1,1622282400,2021,5,29,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(14567,1,1622286000,2021,5,29,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(14568,1,1622289600,2021,5,29,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(14569,1,1622293200,2021,5,29,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(14570,1,1622296800,2021,5,29,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(14571,1,1622300400,2021,5,29,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(14572,1,1622304000,2021,5,29,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(14573,1,1622307600,2021,5,29,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(14574,1,1622311200,2021,5,29,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(14575,1,1622314800,2021,5,29,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(14576,1,1622318400,2021,5,29,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(14577,1,1622322000,2021,5,29,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(14578,1,1622412000,2021,5,31,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(14579,1,1622415600,2021,5,31,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(14580,1,1622419200,2021,5,31,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(14581,1,1622422800,2021,5,31,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(14582,1,1622426400,2021,5,31,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(14583,1,1622430000,2021,5,31,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(14584,1,1622433600,2021,5,31,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(14585,1,1622437200,2021,5,31,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(14586,1,1622440800,2021,5,31,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(14587,1,1622444400,2021,5,31,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(14588,1,1622448000,2021,5,31,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(14589,1,1622451600,2021,5,31,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(14590,1,1622455200,2021,5,31,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(14591,1,1622458800,2021,5,31,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(14592,1,1622462400,2021,5,31,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(14593,1,1622466000,2021,5,31,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(14594,1,1622469600,2021,5,31,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(14595,1,1622473200,2021,5,31,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(14596,1,1622476800,2021,5,31,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(14597,1,1622480400,2021,5,31,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(14598,1,1622484000,2021,5,31,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(14599,1,1622487600,2021,5,31,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(14600,1,1622491200,2021,5,31,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(14601,1,1622494800,2021,5,31,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(14602,1,1622498400,2021,6,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(14603,1,1622502000,2021,6,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(14604,1,1622505600,2021,6,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(14605,1,1622509200,2021,6,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(14606,1,1622512800,2021,6,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(14607,1,1622516400,2021,6,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(14608,1,1622520000,2021,6,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(14609,1,1622523600,2021,6,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(14610,1,1622527200,2021,6,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(14611,1,1622530800,2021,6,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(14612,1,1622534400,2021,6,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(14613,1,1622538000,2021,6,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(14614,1,1622541600,2021,6,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(14615,1,1622545200,2021,6,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(14616,1,1622548800,2021,6,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(14617,1,1622552400,2021,6,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(14618,1,1622556000,2021,6,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(14619,1,1622559600,2021,6,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(14620,1,1622563200,2021,6,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(14621,1,1622566800,2021,6,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(14622,1,1622570400,2021,6,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(14623,1,1622574000,2021,6,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(14624,1,1622577600,2021,6,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(14625,1,1622581200,2021,6,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(14626,1,1622584800,2021,6,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(14627,1,1622588400,2021,6,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(14628,1,1622592000,2021,6,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(14629,1,1622595600,2021,6,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(14630,1,1622599200,2021,6,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(14631,1,1622602800,2021,6,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(14632,1,1622606400,2021,6,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(14633,1,1622610000,2021,6,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(14634,1,1622613600,2021,6,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(14635,1,1622617200,2021,6,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(14636,1,1622620800,2021,6,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(14637,1,1622624400,2021,6,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(14638,1,1622628000,2021,6,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(14639,1,1622631600,2021,6,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(14640,1,1622635200,2021,6,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(14641,1,1622638800,2021,6,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(14642,1,1622642400,2021,6,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(14643,1,1622646000,2021,6,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(14644,1,1622649600,2021,6,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(14645,1,1622653200,2021,6,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(14646,1,1622656800,2021,6,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(14647,1,1622660400,2021,6,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(14648,1,1622664000,2021,6,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(14649,1,1622667600,2021,6,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(14650,1,1622671200,2021,6,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(14651,1,1622674800,2021,6,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(14652,1,1622678400,2021,6,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(14653,1,1622682000,2021,6,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(14654,1,1622685600,2021,6,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(14655,1,1622689200,2021,6,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(14656,1,1622692800,2021,6,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(14657,1,1622696400,2021,6,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(14658,1,1622700000,2021,6,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(14659,1,1622703600,2021,6,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(14660,1,1622707200,2021,6,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(14661,1,1622710800,2021,6,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(14662,1,1622714400,2021,6,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(14663,1,1622718000,2021,6,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(14664,1,1622721600,2021,6,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(14665,1,1622725200,2021,6,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(14666,1,1622728800,2021,6,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(14667,1,1622732400,2021,6,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(14668,1,1622736000,2021,6,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(14669,1,1622739600,2021,6,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(14670,1,1622743200,2021,6,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(14671,1,1622746800,2021,6,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(14672,1,1622750400,2021,6,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(14673,1,1622754000,2021,6,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(14674,1,1622757600,2021,6,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(14675,1,1622761200,2021,6,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(14676,1,1622764800,2021,6,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(14677,1,1622768400,2021,6,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(14678,1,1622772000,2021,6,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(14679,1,1622775600,2021,6,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(14680,1,1622779200,2021,6,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(14681,1,1622782800,2021,6,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(14682,1,1622786400,2021,6,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(14683,1,1622790000,2021,6,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(14684,1,1622793600,2021,6,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(14685,1,1622797200,2021,6,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(14686,1,1622800800,2021,6,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(14687,1,1622804400,2021,6,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(14688,1,1622808000,2021,6,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(14689,1,1622811600,2021,6,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(14690,1,1622815200,2021,6,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(14691,1,1622818800,2021,6,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(14692,1,1622822400,2021,6,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(14693,1,1622826000,2021,6,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(14694,1,1622829600,2021,6,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(14695,1,1622833200,2021,6,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(14696,1,1622836800,2021,6,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(14697,1,1622840400,2021,6,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(14698,1,1622844000,2021,6,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(14699,1,1622847600,2021,6,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(14700,1,1622851200,2021,6,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(14701,1,1622854800,2021,6,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(14702,1,1622858400,2021,6,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(14703,1,1622862000,2021,6,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(14704,1,1622865600,2021,6,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(14705,1,1622869200,2021,6,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(14706,1,1622872800,2021,6,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(14707,1,1622876400,2021,6,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(14708,1,1622880000,2021,6,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(14709,1,1622883600,2021,6,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(14710,1,1622887200,2021,6,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(14711,1,1622890800,2021,6,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(14712,1,1622894400,2021,6,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(14713,1,1622898000,2021,6,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(14714,1,1622901600,2021,6,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(14715,1,1622905200,2021,6,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(14716,1,1622908800,2021,6,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(14717,1,1622912400,2021,6,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(14718,1,1622916000,2021,6,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(14719,1,1622919600,2021,6,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(14720,1,1622923200,2021,6,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(14721,1,1622926800,2021,6,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(14722,1,1623016800,2021,6,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(14723,1,1623020400,2021,6,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(14724,1,1623024000,2021,6,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(14725,1,1623027600,2021,6,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(14726,1,1623031200,2021,6,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(14727,1,1623034800,2021,6,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(14728,1,1623038400,2021,6,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(14729,1,1623042000,2021,6,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(14730,1,1623045600,2021,6,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(14731,1,1623049200,2021,6,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(14732,1,1623052800,2021,6,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(14733,1,1623056400,2021,6,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(14734,1,1623060000,2021,6,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(14735,1,1623063600,2021,6,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(14736,1,1623067200,2021,6,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(14737,1,1623070800,2021,6,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(14738,1,1623074400,2021,6,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(14739,1,1623078000,2021,6,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(14740,1,1623081600,2021,6,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(14741,1,1623085200,2021,6,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(14742,1,1623088800,2021,6,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(14743,1,1623092400,2021,6,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(14744,1,1623096000,2021,6,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(14745,1,1623099600,2021,6,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(14746,1,1623103200,2021,6,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(14747,1,1623106800,2021,6,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(14748,1,1623110400,2021,6,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(14749,1,1623114000,2021,6,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(14750,1,1623117600,2021,6,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(14751,1,1623121200,2021,6,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(14752,1,1623124800,2021,6,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(14753,1,1623128400,2021,6,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(14754,1,1623132000,2021,6,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(14755,1,1623135600,2021,6,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(14756,1,1623139200,2021,6,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(14757,1,1623142800,2021,6,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(14758,1,1623146400,2021,6,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(14759,1,1623150000,2021,6,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(14760,1,1623153600,2021,6,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(14761,1,1623157200,2021,6,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(14762,1,1623160800,2021,6,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(14763,1,1623164400,2021,6,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(14764,1,1623168000,2021,6,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(14765,1,1623171600,2021,6,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(14766,1,1623175200,2021,6,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(14767,1,1623178800,2021,6,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(14768,1,1623182400,2021,6,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(14769,1,1623186000,2021,6,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(14770,1,1623189600,2021,6,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(14771,1,1623193200,2021,6,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(14772,1,1623196800,2021,6,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(14773,1,1623200400,2021,6,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(14774,1,1623204000,2021,6,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(14775,1,1623207600,2021,6,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(14776,1,1623211200,2021,6,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(14777,1,1623214800,2021,6,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(14778,1,1623218400,2021,6,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(14779,1,1623222000,2021,6,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(14780,1,1623225600,2021,6,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(14781,1,1623229200,2021,6,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(14782,1,1623232800,2021,6,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(14783,1,1623236400,2021,6,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(14784,1,1623240000,2021,6,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(14785,1,1623243600,2021,6,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(14786,1,1623247200,2021,6,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(14787,1,1623250800,2021,6,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(14788,1,1623254400,2021,6,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(14789,1,1623258000,2021,6,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(14790,1,1623261600,2021,6,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(14791,1,1623265200,2021,6,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(14792,1,1623268800,2021,6,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(14793,1,1623272400,2021,6,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(14794,1,1623276000,2021,6,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(14795,1,1623279600,2021,6,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(14796,1,1623283200,2021,6,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(14797,1,1623286800,2021,6,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(14798,1,1623290400,2021,6,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(14799,1,1623294000,2021,6,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(14800,1,1623297600,2021,6,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(14801,1,1623301200,2021,6,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(14802,1,1623304800,2021,6,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(14803,1,1623308400,2021,6,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(14804,1,1623312000,2021,6,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(14805,1,1623315600,2021,6,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(14806,1,1623319200,2021,6,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(14807,1,1623322800,2021,6,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(14808,1,1623326400,2021,6,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(14809,1,1623330000,2021,6,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(14810,1,1623333600,2021,6,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(14811,1,1623337200,2021,6,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(14812,1,1623340800,2021,6,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(14813,1,1623344400,2021,6,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(14814,1,1623348000,2021,6,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(14815,1,1623351600,2021,6,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(14816,1,1623355200,2021,6,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(14817,1,1623358800,2021,6,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(14818,1,1623362400,2021,6,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(14819,1,1623366000,2021,6,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(14820,1,1623369600,2021,6,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(14821,1,1623373200,2021,6,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(14822,1,1623376800,2021,6,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(14823,1,1623380400,2021,6,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(14824,1,1623384000,2021,6,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(14825,1,1623387600,2021,6,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(14826,1,1623391200,2021,6,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(14827,1,1623394800,2021,6,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(14828,1,1623398400,2021,6,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(14829,1,1623402000,2021,6,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(14830,1,1623405600,2021,6,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(14831,1,1623409200,2021,6,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(14832,1,1623412800,2021,6,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(14833,1,1623416400,2021,6,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(14834,1,1623420000,2021,6,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(14835,1,1623423600,2021,6,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(14836,1,1623427200,2021,6,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(14837,1,1623430800,2021,6,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(14838,1,1623434400,2021,6,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(14839,1,1623438000,2021,6,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(14840,1,1623441600,2021,6,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(14841,1,1623445200,2021,6,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(14842,1,1623448800,2021,6,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(14843,1,1623452400,2021,6,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(14844,1,1623456000,2021,6,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(14845,1,1623459600,2021,6,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(14846,1,1623463200,2021,6,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(14847,1,1623466800,2021,6,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(14848,1,1623470400,2021,6,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(14849,1,1623474000,2021,6,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(14850,1,1623477600,2021,6,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(14851,1,1623481200,2021,6,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(14852,1,1623484800,2021,6,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(14853,1,1623488400,2021,6,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(14854,1,1623492000,2021,6,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(14855,1,1623495600,2021,6,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(14856,1,1623499200,2021,6,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(14857,1,1623502800,2021,6,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(14858,1,1623506400,2021,6,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(14859,1,1623510000,2021,6,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(14860,1,1623513600,2021,6,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(14861,1,1623517200,2021,6,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(14862,1,1623520800,2021,6,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(14863,1,1623524400,2021,6,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(14864,1,1623528000,2021,6,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(14865,1,1623531600,2021,6,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(14866,1,1623621600,2021,6,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(14867,1,1623625200,2021,6,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(14868,1,1623628800,2021,6,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(14869,1,1623632400,2021,6,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(14870,1,1623636000,2021,6,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(14871,1,1623639600,2021,6,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(14872,1,1623643200,2021,6,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(14873,1,1623646800,2021,6,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(14874,1,1623650400,2021,6,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(14875,1,1623654000,2021,6,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(14876,1,1623657600,2021,6,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(14877,1,1623661200,2021,6,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(14878,1,1623664800,2021,6,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(14879,1,1623668400,2021,6,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(14880,1,1623672000,2021,6,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(14881,1,1623675600,2021,6,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(14882,1,1623679200,2021,6,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(14883,1,1623682800,2021,6,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(14884,1,1623686400,2021,6,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(14885,1,1623690000,2021,6,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(14886,1,1623693600,2021,6,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(14887,1,1623697200,2021,6,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(14888,1,1623700800,2021,6,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(14889,1,1623704400,2021,6,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(14890,1,1623708000,2021,6,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(14891,1,1623711600,2021,6,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(14892,1,1623715200,2021,6,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(14893,1,1623718800,2021,6,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(14894,1,1623722400,2021,6,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(14895,1,1623726000,2021,6,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(14896,1,1623729600,2021,6,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(14897,1,1623733200,2021,6,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(14898,1,1623736800,2021,6,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(14899,1,1623740400,2021,6,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(14900,1,1623744000,2021,6,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(14901,1,1623747600,2021,6,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(14902,1,1623751200,2021,6,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(14903,1,1623754800,2021,6,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(14904,1,1623758400,2021,6,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(14905,1,1623762000,2021,6,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(14906,1,1623765600,2021,6,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(14907,1,1623769200,2021,6,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(14908,1,1623772800,2021,6,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(14909,1,1623776400,2021,6,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(14910,1,1623780000,2021,6,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(14911,1,1623783600,2021,6,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(14912,1,1623787200,2021,6,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(14913,1,1623790800,2021,6,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(14914,1,1623794400,2021,6,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(14915,1,1623798000,2021,6,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(14916,1,1623801600,2021,6,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(14917,1,1623805200,2021,6,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(14918,1,1623808800,2021,6,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(14919,1,1623812400,2021,6,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(14920,1,1623816000,2021,6,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(14921,1,1623819600,2021,6,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(14922,1,1623823200,2021,6,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(14923,1,1623826800,2021,6,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(14924,1,1623830400,2021,6,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(14925,1,1623834000,2021,6,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(14926,1,1623837600,2021,6,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(14927,1,1623841200,2021,6,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(14928,1,1623844800,2021,6,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(14929,1,1623848400,2021,6,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(14930,1,1623852000,2021,6,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(14931,1,1623855600,2021,6,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(14932,1,1623859200,2021,6,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(14933,1,1623862800,2021,6,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(14934,1,1623866400,2021,6,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(14935,1,1623870000,2021,6,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(14936,1,1623873600,2021,6,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(14937,1,1623877200,2021,6,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(14938,1,1623880800,2021,6,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(14939,1,1623884400,2021,6,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(14940,1,1623888000,2021,6,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(14941,1,1623891600,2021,6,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(14942,1,1623895200,2021,6,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(14943,1,1623898800,2021,6,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(14944,1,1623902400,2021,6,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(14945,1,1623906000,2021,6,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(14946,1,1623909600,2021,6,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(14947,1,1623913200,2021,6,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(14948,1,1623916800,2021,6,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(14949,1,1623920400,2021,6,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(14950,1,1623924000,2021,6,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(14951,1,1623927600,2021,6,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(14952,1,1623931200,2021,6,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(14953,1,1623934800,2021,6,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(14954,1,1623938400,2021,6,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(14955,1,1623942000,2021,6,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(14956,1,1623945600,2021,6,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(14957,1,1623949200,2021,6,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(14958,1,1623952800,2021,6,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(14959,1,1623956400,2021,6,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(14960,1,1623960000,2021,6,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(14961,1,1623963600,2021,6,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(14962,1,1623967200,2021,6,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(14963,1,1623970800,2021,6,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(14964,1,1623974400,2021,6,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(14965,1,1623978000,2021,6,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(14966,1,1623981600,2021,6,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(14967,1,1623985200,2021,6,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(14968,1,1623988800,2021,6,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(14969,1,1623992400,2021,6,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(14970,1,1623996000,2021,6,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(14971,1,1623999600,2021,6,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(14972,1,1624003200,2021,6,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(14973,1,1624006800,2021,6,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(14974,1,1624010400,2021,6,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(14975,1,1624014000,2021,6,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(14976,1,1624017600,2021,6,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(14977,1,1624021200,2021,6,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(14978,1,1624024800,2021,6,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(14979,1,1624028400,2021,6,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(14980,1,1624032000,2021,6,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(14981,1,1624035600,2021,6,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(14982,1,1624039200,2021,6,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(14983,1,1624042800,2021,6,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(14984,1,1624046400,2021,6,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(14985,1,1624050000,2021,6,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(14986,1,1624053600,2021,6,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(14987,1,1624057200,2021,6,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(14988,1,1624060800,2021,6,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(14989,1,1624064400,2021,6,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(14990,1,1624068000,2021,6,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(14991,1,1624071600,2021,6,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(14992,1,1624075200,2021,6,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(14993,1,1624078800,2021,6,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(14994,1,1624082400,2021,6,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(14995,1,1624086000,2021,6,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(14996,1,1624089600,2021,6,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(14997,1,1624093200,2021,6,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(14998,1,1624096800,2021,6,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(14999,1,1624100400,2021,6,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(15000,1,1624104000,2021,6,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(15001,1,1624107600,2021,6,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(15002,1,1624111200,2021,6,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(15003,1,1624114800,2021,6,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(15004,1,1624118400,2021,6,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(15005,1,1624122000,2021,6,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(15006,1,1624125600,2021,6,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(15007,1,1624129200,2021,6,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(15008,1,1624132800,2021,6,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(15009,1,1624136400,2021,6,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(15010,1,1624226400,2021,6,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(15011,1,1624230000,2021,6,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(15012,1,1624233600,2021,6,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(15013,1,1624237200,2021,6,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(15014,1,1624240800,2021,6,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(15015,1,1624244400,2021,6,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(15016,1,1624248000,2021,6,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(15017,1,1624251600,2021,6,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(15018,1,1624255200,2021,6,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(15019,1,1624258800,2021,6,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(15020,1,1624262400,2021,6,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(15021,1,1624266000,2021,6,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(15022,1,1624269600,2021,6,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(15023,1,1624273200,2021,6,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(15024,1,1624276800,2021,6,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(15025,1,1624280400,2021,6,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(15026,1,1624284000,2021,6,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(15027,1,1624287600,2021,6,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(15028,1,1624291200,2021,6,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(15029,1,1624294800,2021,6,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(15030,1,1624298400,2021,6,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(15031,1,1624302000,2021,6,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(15032,1,1624305600,2021,6,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(15033,1,1624309200,2021,6,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(15034,1,1624312800,2021,6,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(15035,1,1624316400,2021,6,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(15036,1,1624320000,2021,6,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(15037,1,1624323600,2021,6,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(15038,1,1624327200,2021,6,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(15039,1,1624330800,2021,6,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(15040,1,1624334400,2021,6,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(15041,1,1624338000,2021,6,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(15042,1,1624341600,2021,6,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(15043,1,1624345200,2021,6,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(15044,1,1624348800,2021,6,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(15045,1,1624352400,2021,6,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(15046,1,1624356000,2021,6,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(15047,1,1624359600,2021,6,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(15048,1,1624363200,2021,6,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(15049,1,1624366800,2021,6,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(15050,1,1624370400,2021,6,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(15051,1,1624374000,2021,6,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(15052,1,1624377600,2021,6,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(15053,1,1624381200,2021,6,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(15054,1,1624384800,2021,6,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(15055,1,1624388400,2021,6,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(15056,1,1624392000,2021,6,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(15057,1,1624395600,2021,6,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(15058,1,1624399200,2021,6,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(15059,1,1624402800,2021,6,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(15060,1,1624406400,2021,6,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(15061,1,1624410000,2021,6,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(15062,1,1624413600,2021,6,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(15063,1,1624417200,2021,6,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(15064,1,1624420800,2021,6,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(15065,1,1624424400,2021,6,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(15066,1,1624428000,2021,6,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(15067,1,1624431600,2021,6,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(15068,1,1624435200,2021,6,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(15069,1,1624438800,2021,6,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(15070,1,1624442400,2021,6,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(15071,1,1624446000,2021,6,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(15072,1,1624449600,2021,6,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(15073,1,1624453200,2021,6,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(15074,1,1624456800,2021,6,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(15075,1,1624460400,2021,6,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(15076,1,1624464000,2021,6,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(15077,1,1624467600,2021,6,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(15078,1,1624471200,2021,6,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(15079,1,1624474800,2021,6,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(15080,1,1624478400,2021,6,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(15081,1,1624482000,2021,6,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(15082,1,1624485600,2021,6,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(15083,1,1624489200,2021,6,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(15084,1,1624492800,2021,6,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(15085,1,1624496400,2021,6,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(15086,1,1624500000,2021,6,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(15087,1,1624503600,2021,6,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(15088,1,1624507200,2021,6,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(15089,1,1624510800,2021,6,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(15090,1,1624514400,2021,6,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(15091,1,1624518000,2021,6,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(15092,1,1624521600,2021,6,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(15093,1,1624525200,2021,6,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(15094,1,1624528800,2021,6,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(15095,1,1624532400,2021,6,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(15096,1,1624536000,2021,6,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(15097,1,1624539600,2021,6,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(15098,1,1624543200,2021,6,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(15099,1,1624546800,2021,6,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(15100,1,1624550400,2021,6,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(15101,1,1624554000,2021,6,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(15102,1,1624557600,2021,6,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(15103,1,1624561200,2021,6,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(15104,1,1624564800,2021,6,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(15105,1,1624568400,2021,6,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(15106,1,1624572000,2021,6,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(15107,1,1624575600,2021,6,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(15108,1,1624579200,2021,6,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(15109,1,1624582800,2021,6,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(15110,1,1624586400,2021,6,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(15111,1,1624590000,2021,6,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(15112,1,1624593600,2021,6,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(15113,1,1624597200,2021,6,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(15114,1,1624600800,2021,6,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(15115,1,1624604400,2021,6,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(15116,1,1624608000,2021,6,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(15117,1,1624611600,2021,6,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(15118,1,1624615200,2021,6,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(15119,1,1624618800,2021,6,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(15120,1,1624622400,2021,6,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(15121,1,1624626000,2021,6,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(15122,1,1624629600,2021,6,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(15123,1,1624633200,2021,6,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(15124,1,1624636800,2021,6,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(15125,1,1624640400,2021,6,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(15126,1,1624644000,2021,6,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(15127,1,1624647600,2021,6,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(15128,1,1624651200,2021,6,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(15129,1,1624654800,2021,6,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(15130,1,1624658400,2021,6,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(15131,1,1624662000,2021,6,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(15132,1,1624665600,2021,6,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(15133,1,1624669200,2021,6,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(15134,1,1624672800,2021,6,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(15135,1,1624676400,2021,6,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(15136,1,1624680000,2021,6,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(15137,1,1624683600,2021,6,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(15138,1,1624687200,2021,6,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(15139,1,1624690800,2021,6,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(15140,1,1624694400,2021,6,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(15141,1,1624698000,2021,6,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(15142,1,1624701600,2021,6,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(15143,1,1624705200,2021,6,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(15144,1,1624708800,2021,6,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(15145,1,1624712400,2021,6,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(15146,1,1624716000,2021,6,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(15147,1,1624719600,2021,6,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(15148,1,1624723200,2021,6,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(15149,1,1624726800,2021,6,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(15150,1,1624730400,2021,6,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(15151,1,1624734000,2021,6,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(15152,1,1624737600,2021,6,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(15153,1,1624741200,2021,6,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(15154,1,1624831200,2021,6,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(15155,1,1624834800,2021,6,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(15156,1,1624838400,2021,6,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(15157,1,1624842000,2021,6,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(15158,1,1624845600,2021,6,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(15159,1,1624849200,2021,6,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(15160,1,1624852800,2021,6,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(15161,1,1624856400,2021,6,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(15162,1,1624860000,2021,6,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(15163,1,1624863600,2021,6,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(15164,1,1624867200,2021,6,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(15165,1,1624870800,2021,6,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(15166,1,1624874400,2021,6,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(15167,1,1624878000,2021,6,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(15168,1,1624881600,2021,6,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(15169,1,1624885200,2021,6,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(15170,1,1624888800,2021,6,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(15171,1,1624892400,2021,6,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(15172,1,1624896000,2021,6,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(15173,1,1624899600,2021,6,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(15174,1,1624903200,2021,6,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(15175,1,1624906800,2021,6,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(15176,1,1624910400,2021,6,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(15177,1,1624914000,2021,6,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(15178,1,1624917600,2021,6,29,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(15179,1,1624921200,2021,6,29,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(15180,1,1624924800,2021,6,29,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(15181,1,1624928400,2021,6,29,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(15182,1,1624932000,2021,6,29,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(15183,1,1624935600,2021,6,29,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(15184,1,1624939200,2021,6,29,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(15185,1,1624942800,2021,6,29,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(15186,1,1624946400,2021,6,29,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(15187,1,1624950000,2021,6,29,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(15188,1,1624953600,2021,6,29,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(15189,1,1624957200,2021,6,29,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(15190,1,1624960800,2021,6,29,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(15191,1,1624964400,2021,6,29,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(15192,1,1624968000,2021,6,29,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(15193,1,1624971600,2021,6,29,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(15194,1,1624975200,2021,6,29,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(15195,1,1624978800,2021,6,29,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(15196,1,1624982400,2021,6,29,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(15197,1,1624986000,2021,6,29,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(15198,1,1624989600,2021,6,29,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(15199,1,1624993200,2021,6,29,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(15200,1,1624996800,2021,6,29,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(15201,1,1625000400,2021,6,29,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(15202,1,1625004000,2021,6,30,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(15203,1,1625007600,2021,6,30,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(15204,1,1625011200,2021,6,30,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(15205,1,1625014800,2021,6,30,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(15206,1,1625018400,2021,6,30,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(15207,1,1625022000,2021,6,30,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(15208,1,1625025600,2021,6,30,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(15209,1,1625029200,2021,6,30,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(15210,1,1625032800,2021,6,30,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(15211,1,1625036400,2021,6,30,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(15212,1,1625040000,2021,6,30,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(15213,1,1625043600,2021,6,30,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(15214,1,1625047200,2021,6,30,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(15215,1,1625050800,2021,6,30,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(15216,1,1625054400,2021,6,30,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(15217,1,1625058000,2021,6,30,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(15218,1,1625061600,2021,6,30,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(15219,1,1625065200,2021,6,30,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(15220,1,1625068800,2021,6,30,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(15221,1,1625072400,2021,6,30,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(15222,1,1625076000,2021,6,30,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(15223,1,1625079600,2021,6,30,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(15224,1,1625083200,2021,6,30,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(15225,1,1625086800,2021,6,30,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(15226,1,1625090400,2021,7,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(15227,1,1625094000,2021,7,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(15228,1,1625097600,2021,7,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(15229,1,1625101200,2021,7,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(15230,1,1625104800,2021,7,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(15231,1,1625108400,2021,7,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(15232,1,1625112000,2021,7,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(15233,1,1625115600,2021,7,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(15234,1,1625119200,2021,7,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(15235,1,1625122800,2021,7,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(15236,1,1625126400,2021,7,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(15237,1,1625130000,2021,7,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(15238,1,1625133600,2021,7,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(15239,1,1625137200,2021,7,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(15240,1,1625140800,2021,7,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(15241,1,1625144400,2021,7,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(15242,1,1625148000,2021,7,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(15243,1,1625151600,2021,7,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(15244,1,1625155200,2021,7,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(15245,1,1625158800,2021,7,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(15246,1,1625162400,2021,7,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(15247,1,1625166000,2021,7,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(15248,1,1625169600,2021,7,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(15249,1,1625173200,2021,7,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(15250,1,1625176800,2021,7,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(15251,1,1625180400,2021,7,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(15252,1,1625184000,2021,7,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(15253,1,1625187600,2021,7,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(15254,1,1625191200,2021,7,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(15255,1,1625194800,2021,7,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(15256,1,1625198400,2021,7,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(15257,1,1625202000,2021,7,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(15258,1,1625205600,2021,7,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(15259,1,1625209200,2021,7,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(15260,1,1625212800,2021,7,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(15261,1,1625216400,2021,7,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(15262,1,1625220000,2021,7,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(15263,1,1625223600,2021,7,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(15264,1,1625227200,2021,7,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(15265,1,1625230800,2021,7,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(15266,1,1625234400,2021,7,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(15267,1,1625238000,2021,7,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(15268,1,1625241600,2021,7,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(15269,1,1625245200,2021,7,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(15270,1,1625248800,2021,7,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(15271,1,1625252400,2021,7,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(15272,1,1625256000,2021,7,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(15273,1,1625259600,2021,7,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(15274,1,1625263200,2021,7,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(15275,1,1625266800,2021,7,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(15276,1,1625270400,2021,7,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(15277,1,1625274000,2021,7,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(15278,1,1625277600,2021,7,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(15279,1,1625281200,2021,7,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(15280,1,1625284800,2021,7,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(15281,1,1625288400,2021,7,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(15282,1,1625292000,2021,7,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(15283,1,1625295600,2021,7,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(15284,1,1625299200,2021,7,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(15285,1,1625302800,2021,7,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(15286,1,1625306400,2021,7,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(15287,1,1625310000,2021,7,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(15288,1,1625313600,2021,7,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(15289,1,1625317200,2021,7,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(15290,1,1625320800,2021,7,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(15291,1,1625324400,2021,7,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(15292,1,1625328000,2021,7,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(15293,1,1625331600,2021,7,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(15294,1,1625335200,2021,7,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(15295,1,1625338800,2021,7,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(15296,1,1625342400,2021,7,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(15297,1,1625346000,2021,7,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(15298,1,1625436000,2021,7,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(15299,1,1625439600,2021,7,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(15300,1,1625443200,2021,7,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(15301,1,1625446800,2021,7,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(15302,1,1625450400,2021,7,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(15303,1,1625454000,2021,7,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(15304,1,1625457600,2021,7,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(15305,1,1625461200,2021,7,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(15306,1,1625464800,2021,7,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(15307,1,1625468400,2021,7,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(15308,1,1625472000,2021,7,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(15309,1,1625475600,2021,7,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(15310,1,1625479200,2021,7,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(15311,1,1625482800,2021,7,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(15312,1,1625486400,2021,7,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(15313,1,1625490000,2021,7,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(15314,1,1625493600,2021,7,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(15315,1,1625497200,2021,7,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(15316,1,1625500800,2021,7,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(15317,1,1625504400,2021,7,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(15318,1,1625508000,2021,7,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(15319,1,1625511600,2021,7,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(15320,1,1625515200,2021,7,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(15321,1,1625518800,2021,7,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(15322,1,1625522400,2021,7,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(15323,1,1625526000,2021,7,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(15324,1,1625529600,2021,7,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(15325,1,1625533200,2021,7,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(15326,1,1625536800,2021,7,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(15327,1,1625540400,2021,7,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(15328,1,1625544000,2021,7,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(15329,1,1625547600,2021,7,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(15330,1,1625551200,2021,7,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(15331,1,1625554800,2021,7,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(15332,1,1625558400,2021,7,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(15333,1,1625562000,2021,7,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(15334,1,1625565600,2021,7,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(15335,1,1625569200,2021,7,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(15336,1,1625572800,2021,7,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(15337,1,1625576400,2021,7,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(15338,1,1625580000,2021,7,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(15339,1,1625583600,2021,7,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(15340,1,1625587200,2021,7,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(15341,1,1625590800,2021,7,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(15342,1,1625594400,2021,7,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(15343,1,1625598000,2021,7,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(15344,1,1625601600,2021,7,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(15345,1,1625605200,2021,7,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(15346,1,1625608800,2021,7,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(15347,1,1625612400,2021,7,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(15348,1,1625616000,2021,7,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(15349,1,1625619600,2021,7,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(15350,1,1625623200,2021,7,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(15351,1,1625626800,2021,7,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(15352,1,1625630400,2021,7,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(15353,1,1625634000,2021,7,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(15354,1,1625637600,2021,7,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(15355,1,1625641200,2021,7,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(15356,1,1625644800,2021,7,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(15357,1,1625648400,2021,7,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(15358,1,1625652000,2021,7,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(15359,1,1625655600,2021,7,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(15360,1,1625659200,2021,7,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(15361,1,1625662800,2021,7,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(15362,1,1625666400,2021,7,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(15363,1,1625670000,2021,7,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(15364,1,1625673600,2021,7,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(15365,1,1625677200,2021,7,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(15366,1,1625680800,2021,7,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(15367,1,1625684400,2021,7,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(15368,1,1625688000,2021,7,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(15369,1,1625691600,2021,7,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(15370,1,1625695200,2021,7,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(15371,1,1625698800,2021,7,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(15372,1,1625702400,2021,7,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(15373,1,1625706000,2021,7,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(15374,1,1625709600,2021,7,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(15375,1,1625713200,2021,7,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(15376,1,1625716800,2021,7,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(15377,1,1625720400,2021,7,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(15378,1,1625724000,2021,7,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(15379,1,1625727600,2021,7,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(15380,1,1625731200,2021,7,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(15381,1,1625734800,2021,7,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(15382,1,1625738400,2021,7,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(15383,1,1625742000,2021,7,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(15384,1,1625745600,2021,7,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(15385,1,1625749200,2021,7,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(15386,1,1625752800,2021,7,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(15387,1,1625756400,2021,7,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(15388,1,1625760000,2021,7,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(15389,1,1625763600,2021,7,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(15390,1,1625767200,2021,7,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(15391,1,1625770800,2021,7,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(15392,1,1625774400,2021,7,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(15393,1,1625778000,2021,7,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(15394,1,1625781600,2021,7,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(15395,1,1625785200,2021,7,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(15396,1,1625788800,2021,7,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(15397,1,1625792400,2021,7,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(15398,1,1625796000,2021,7,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(15399,1,1625799600,2021,7,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(15400,1,1625803200,2021,7,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(15401,1,1625806800,2021,7,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(15402,1,1625810400,2021,7,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(15403,1,1625814000,2021,7,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(15404,1,1625817600,2021,7,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(15405,1,1625821200,2021,7,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(15406,1,1625824800,2021,7,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(15407,1,1625828400,2021,7,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(15408,1,1625832000,2021,7,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(15409,1,1625835600,2021,7,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(15410,1,1625839200,2021,7,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(15411,1,1625842800,2021,7,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(15412,1,1625846400,2021,7,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(15413,1,1625850000,2021,7,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(15414,1,1625853600,2021,7,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(15415,1,1625857200,2021,7,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(15416,1,1625860800,2021,7,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(15417,1,1625864400,2021,7,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(15418,1,1625868000,2021,7,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(15419,1,1625871600,2021,7,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(15420,1,1625875200,2021,7,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(15421,1,1625878800,2021,7,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(15422,1,1625882400,2021,7,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(15423,1,1625886000,2021,7,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(15424,1,1625889600,2021,7,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(15425,1,1625893200,2021,7,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(15426,1,1625896800,2021,7,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(15427,1,1625900400,2021,7,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(15428,1,1625904000,2021,7,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(15429,1,1625907600,2021,7,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(15430,1,1625911200,2021,7,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(15431,1,1625914800,2021,7,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(15432,1,1625918400,2021,7,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(15433,1,1625922000,2021,7,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(15434,1,1625925600,2021,7,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(15435,1,1625929200,2021,7,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(15436,1,1625932800,2021,7,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(15437,1,1625936400,2021,7,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(15438,1,1625940000,2021,7,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(15439,1,1625943600,2021,7,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(15440,1,1625947200,2021,7,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(15441,1,1625950800,2021,7,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(15442,1,1626040800,2021,7,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(15443,1,1626044400,2021,7,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(15444,1,1626048000,2021,7,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(15445,1,1626051600,2021,7,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(15446,1,1626055200,2021,7,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(15447,1,1626058800,2021,7,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(15448,1,1626062400,2021,7,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(15449,1,1626066000,2021,7,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(15450,1,1626069600,2021,7,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(15451,1,1626073200,2021,7,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(15452,1,1626076800,2021,7,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(15453,1,1626080400,2021,7,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(15454,1,1626084000,2021,7,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(15455,1,1626087600,2021,7,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(15456,1,1626091200,2021,7,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(15457,1,1626094800,2021,7,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(15458,1,1626098400,2021,7,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(15459,1,1626102000,2021,7,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(15460,1,1626105600,2021,7,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(15461,1,1626109200,2021,7,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(15462,1,1626112800,2021,7,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(15463,1,1626116400,2021,7,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(15464,1,1626120000,2021,7,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(15465,1,1626123600,2021,7,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(15466,1,1626127200,2021,7,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(15467,1,1626130800,2021,7,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(15468,1,1626134400,2021,7,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(15469,1,1626138000,2021,7,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(15470,1,1626141600,2021,7,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(15471,1,1626145200,2021,7,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(15472,1,1626148800,2021,7,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(15473,1,1626152400,2021,7,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(15474,1,1626156000,2021,7,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(15475,1,1626159600,2021,7,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(15476,1,1626163200,2021,7,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(15477,1,1626166800,2021,7,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(15478,1,1626170400,2021,7,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(15479,1,1626174000,2021,7,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(15480,1,1626177600,2021,7,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(15481,1,1626181200,2021,7,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(15482,1,1626184800,2021,7,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(15483,1,1626188400,2021,7,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(15484,1,1626192000,2021,7,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(15485,1,1626195600,2021,7,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(15486,1,1626199200,2021,7,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(15487,1,1626202800,2021,7,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(15488,1,1626206400,2021,7,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(15489,1,1626210000,2021,7,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(15490,1,1626213600,2021,7,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(15491,1,1626217200,2021,7,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(15492,1,1626220800,2021,7,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(15493,1,1626224400,2021,7,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(15494,1,1626228000,2021,7,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(15495,1,1626231600,2021,7,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(15496,1,1626235200,2021,7,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(15497,1,1626238800,2021,7,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(15498,1,1626242400,2021,7,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(15499,1,1626246000,2021,7,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(15500,1,1626249600,2021,7,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(15501,1,1626253200,2021,7,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(15502,1,1626256800,2021,7,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(15503,1,1626260400,2021,7,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(15504,1,1626264000,2021,7,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(15505,1,1626267600,2021,7,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(15506,1,1626271200,2021,7,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(15507,1,1626274800,2021,7,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(15508,1,1626278400,2021,7,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(15509,1,1626282000,2021,7,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(15510,1,1626285600,2021,7,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(15511,1,1626289200,2021,7,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(15512,1,1626292800,2021,7,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(15513,1,1626296400,2021,7,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(15514,1,1626300000,2021,7,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(15515,1,1626303600,2021,7,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(15516,1,1626307200,2021,7,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(15517,1,1626310800,2021,7,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(15518,1,1626314400,2021,7,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(15519,1,1626318000,2021,7,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(15520,1,1626321600,2021,7,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(15521,1,1626325200,2021,7,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(15522,1,1626328800,2021,7,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(15523,1,1626332400,2021,7,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(15524,1,1626336000,2021,7,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(15525,1,1626339600,2021,7,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(15526,1,1626343200,2021,7,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(15527,1,1626346800,2021,7,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(15528,1,1626350400,2021,7,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(15529,1,1626354000,2021,7,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(15530,1,1626357600,2021,7,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(15531,1,1626361200,2021,7,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(15532,1,1626364800,2021,7,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(15533,1,1626368400,2021,7,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(15534,1,1626372000,2021,7,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(15535,1,1626375600,2021,7,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(15536,1,1626379200,2021,7,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(15537,1,1626382800,2021,7,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(15538,1,1626386400,2021,7,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(15539,1,1626390000,2021,7,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(15540,1,1626393600,2021,7,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(15541,1,1626397200,2021,7,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(15542,1,1626400800,2021,7,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(15543,1,1626404400,2021,7,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(15544,1,1626408000,2021,7,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(15545,1,1626411600,2021,7,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(15546,1,1626415200,2021,7,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(15547,1,1626418800,2021,7,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(15548,1,1626422400,2021,7,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(15549,1,1626426000,2021,7,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(15550,1,1626429600,2021,7,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(15551,1,1626433200,2021,7,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(15552,1,1626436800,2021,7,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(15553,1,1626440400,2021,7,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(15554,1,1626444000,2021,7,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(15555,1,1626447600,2021,7,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(15556,1,1626451200,2021,7,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(15557,1,1626454800,2021,7,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(15558,1,1626458400,2021,7,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(15559,1,1626462000,2021,7,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(15560,1,1626465600,2021,7,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(15561,1,1626469200,2021,7,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(15562,1,1626472800,2021,7,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(15563,1,1626476400,2021,7,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(15564,1,1626480000,2021,7,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(15565,1,1626483600,2021,7,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(15566,1,1626487200,2021,7,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(15567,1,1626490800,2021,7,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(15568,1,1626494400,2021,7,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(15569,1,1626498000,2021,7,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(15570,1,1626501600,2021,7,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(15571,1,1626505200,2021,7,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(15572,1,1626508800,2021,7,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(15573,1,1626512400,2021,7,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(15574,1,1626516000,2021,7,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(15575,1,1626519600,2021,7,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(15576,1,1626523200,2021,7,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(15577,1,1626526800,2021,7,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(15578,1,1626530400,2021,7,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(15579,1,1626534000,2021,7,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(15580,1,1626537600,2021,7,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(15581,1,1626541200,2021,7,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(15582,1,1626544800,2021,7,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(15583,1,1626548400,2021,7,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(15584,1,1626552000,2021,7,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(15585,1,1626555600,2021,7,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(15586,1,1626645600,2021,7,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(15587,1,1626649200,2021,7,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(15588,1,1626652800,2021,7,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(15589,1,1626656400,2021,7,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(15590,1,1626660000,2021,7,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(15591,1,1626663600,2021,7,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(15592,1,1626667200,2021,7,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(15593,1,1626670800,2021,7,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(15594,1,1626674400,2021,7,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(15595,1,1626678000,2021,7,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(15596,1,1626681600,2021,7,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(15597,1,1626685200,2021,7,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(15598,1,1626688800,2021,7,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(15599,1,1626692400,2021,7,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(15600,1,1626696000,2021,7,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(15601,1,1626699600,2021,7,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(15602,1,1626703200,2021,7,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(15603,1,1626706800,2021,7,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(15604,1,1626710400,2021,7,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(15605,1,1626714000,2021,7,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(15606,1,1626717600,2021,7,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(15607,1,1626721200,2021,7,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(15608,1,1626724800,2021,7,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(15609,1,1626728400,2021,7,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(15610,1,1626732000,2021,7,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(15611,1,1626735600,2021,7,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(15612,1,1626739200,2021,7,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(15613,1,1626742800,2021,7,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(15614,1,1626746400,2021,7,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(15615,1,1626750000,2021,7,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(15616,1,1626753600,2021,7,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(15617,1,1626757200,2021,7,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(15618,1,1626760800,2021,7,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(15619,1,1626764400,2021,7,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(15620,1,1626768000,2021,7,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(15621,1,1626771600,2021,7,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(15622,1,1626775200,2021,7,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(15623,1,1626778800,2021,7,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(15624,1,1626782400,2021,7,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(15625,1,1626786000,2021,7,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(15626,1,1626789600,2021,7,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(15627,1,1626793200,2021,7,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(15628,1,1626796800,2021,7,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(15629,1,1626800400,2021,7,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(15630,1,1626804000,2021,7,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(15631,1,1626807600,2021,7,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(15632,1,1626811200,2021,7,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(15633,1,1626814800,2021,7,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(15634,1,1626818400,2021,7,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(15635,1,1626822000,2021,7,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(15636,1,1626825600,2021,7,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(15637,1,1626829200,2021,7,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(15638,1,1626832800,2021,7,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(15639,1,1626836400,2021,7,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(15640,1,1626840000,2021,7,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(15641,1,1626843600,2021,7,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(15642,1,1626847200,2021,7,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(15643,1,1626850800,2021,7,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(15644,1,1626854400,2021,7,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(15645,1,1626858000,2021,7,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(15646,1,1626861600,2021,7,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(15647,1,1626865200,2021,7,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(15648,1,1626868800,2021,7,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(15649,1,1626872400,2021,7,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(15650,1,1626876000,2021,7,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(15651,1,1626879600,2021,7,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(15652,1,1626883200,2021,7,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(15653,1,1626886800,2021,7,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(15654,1,1626890400,2021,7,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(15655,1,1626894000,2021,7,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(15656,1,1626897600,2021,7,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(15657,1,1626901200,2021,7,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(15658,1,1626904800,2021,7,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(15659,1,1626908400,2021,7,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(15660,1,1626912000,2021,7,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(15661,1,1626915600,2021,7,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(15662,1,1626919200,2021,7,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(15663,1,1626922800,2021,7,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(15664,1,1626926400,2021,7,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(15665,1,1626930000,2021,7,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(15666,1,1626933600,2021,7,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(15667,1,1626937200,2021,7,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(15668,1,1626940800,2021,7,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(15669,1,1626944400,2021,7,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(15670,1,1626948000,2021,7,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(15671,1,1626951600,2021,7,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(15672,1,1626955200,2021,7,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(15673,1,1626958800,2021,7,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(15674,1,1626962400,2021,7,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(15675,1,1626966000,2021,7,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(15676,1,1626969600,2021,7,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(15677,1,1626973200,2021,7,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(15678,1,1626976800,2021,7,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(15679,1,1626980400,2021,7,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(15680,1,1626984000,2021,7,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(15681,1,1626987600,2021,7,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(15682,1,1626991200,2021,7,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(15683,1,1626994800,2021,7,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(15684,1,1626998400,2021,7,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(15685,1,1627002000,2021,7,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(15686,1,1627005600,2021,7,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(15687,1,1627009200,2021,7,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(15688,1,1627012800,2021,7,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(15689,1,1627016400,2021,7,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(15690,1,1627020000,2021,7,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(15691,1,1627023600,2021,7,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(15692,1,1627027200,2021,7,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(15693,1,1627030800,2021,7,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(15694,1,1627034400,2021,7,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(15695,1,1627038000,2021,7,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(15696,1,1627041600,2021,7,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(15697,1,1627045200,2021,7,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(15698,1,1627048800,2021,7,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(15699,1,1627052400,2021,7,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(15700,1,1627056000,2021,7,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(15701,1,1627059600,2021,7,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(15702,1,1627063200,2021,7,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(15703,1,1627066800,2021,7,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(15704,1,1627070400,2021,7,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(15705,1,1627074000,2021,7,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(15706,1,1627077600,2021,7,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(15707,1,1627081200,2021,7,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(15708,1,1627084800,2021,7,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(15709,1,1627088400,2021,7,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(15710,1,1627092000,2021,7,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(15711,1,1627095600,2021,7,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(15712,1,1627099200,2021,7,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(15713,1,1627102800,2021,7,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(15714,1,1627106400,2021,7,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(15715,1,1627110000,2021,7,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(15716,1,1627113600,2021,7,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(15717,1,1627117200,2021,7,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(15718,1,1627120800,2021,7,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(15719,1,1627124400,2021,7,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(15720,1,1627128000,2021,7,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(15721,1,1627131600,2021,7,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(15722,1,1627135200,2021,7,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(15723,1,1627138800,2021,7,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(15724,1,1627142400,2021,7,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(15725,1,1627146000,2021,7,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(15726,1,1627149600,2021,7,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(15727,1,1627153200,2021,7,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(15728,1,1627156800,2021,7,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(15729,1,1627160400,2021,7,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(15730,1,1627250400,2021,7,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(15731,1,1627254000,2021,7,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(15732,1,1627257600,2021,7,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(15733,1,1627261200,2021,7,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(15734,1,1627264800,2021,7,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(15735,1,1627268400,2021,7,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(15736,1,1627272000,2021,7,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(15737,1,1627275600,2021,7,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(15738,1,1627279200,2021,7,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(15739,1,1627282800,2021,7,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(15740,1,1627286400,2021,7,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(15741,1,1627290000,2021,7,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(15742,1,1627293600,2021,7,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(15743,1,1627297200,2021,7,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(15744,1,1627300800,2021,7,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(15745,1,1627304400,2021,7,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(15746,1,1627308000,2021,7,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(15747,1,1627311600,2021,7,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(15748,1,1627315200,2021,7,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(15749,1,1627318800,2021,7,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(15750,1,1627322400,2021,7,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(15751,1,1627326000,2021,7,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(15752,1,1627329600,2021,7,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(15753,1,1627333200,2021,7,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(15754,1,1627336800,2021,7,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(15755,1,1627340400,2021,7,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(15756,1,1627344000,2021,7,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(15757,1,1627347600,2021,7,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(15758,1,1627351200,2021,7,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(15759,1,1627354800,2021,7,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(15760,1,1627358400,2021,7,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(15761,1,1627362000,2021,7,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(15762,1,1627365600,2021,7,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(15763,1,1627369200,2021,7,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(15764,1,1627372800,2021,7,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(15765,1,1627376400,2021,7,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(15766,1,1627380000,2021,7,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(15767,1,1627383600,2021,7,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(15768,1,1627387200,2021,7,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(15769,1,1627390800,2021,7,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(15770,1,1627394400,2021,7,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(15771,1,1627398000,2021,7,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(15772,1,1627401600,2021,7,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(15773,1,1627405200,2021,7,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(15774,1,1627408800,2021,7,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(15775,1,1627412400,2021,7,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(15776,1,1627416000,2021,7,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(15777,1,1627419600,2021,7,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(15778,1,1627423200,2021,7,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(15779,1,1627426800,2021,7,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(15780,1,1627430400,2021,7,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(15781,1,1627434000,2021,7,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(15782,1,1627437600,2021,7,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(15783,1,1627441200,2021,7,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(15784,1,1627444800,2021,7,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(15785,1,1627448400,2021,7,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(15786,1,1627452000,2021,7,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(15787,1,1627455600,2021,7,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(15788,1,1627459200,2021,7,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(15789,1,1627462800,2021,7,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(15790,1,1627466400,2021,7,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(15791,1,1627470000,2021,7,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(15792,1,1627473600,2021,7,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(15793,1,1627477200,2021,7,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(15794,1,1627480800,2021,7,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(15795,1,1627484400,2021,7,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(15796,1,1627488000,2021,7,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(15797,1,1627491600,2021,7,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(15798,1,1627495200,2021,7,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(15799,1,1627498800,2021,7,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(15800,1,1627502400,2021,7,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(15801,1,1627506000,2021,7,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(15802,1,1627509600,2021,7,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(15803,1,1627513200,2021,7,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(15804,1,1627516800,2021,7,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(15805,1,1627520400,2021,7,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(15806,1,1627524000,2021,7,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(15807,1,1627527600,2021,7,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(15808,1,1627531200,2021,7,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(15809,1,1627534800,2021,7,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(15810,1,1627538400,2021,7,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(15811,1,1627542000,2021,7,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(15812,1,1627545600,2021,7,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(15813,1,1627549200,2021,7,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(15814,1,1627552800,2021,7,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(15815,1,1627556400,2021,7,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(15816,1,1627560000,2021,7,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(15817,1,1627563600,2021,7,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(15818,1,1627567200,2021,7,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(15819,1,1627570800,2021,7,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(15820,1,1627574400,2021,7,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(15821,1,1627578000,2021,7,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(15822,1,1627581600,2021,7,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(15823,1,1627585200,2021,7,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(15824,1,1627588800,2021,7,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(15825,1,1627592400,2021,7,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(15826,1,1627596000,2021,7,30,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(15827,1,1627599600,2021,7,30,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(15828,1,1627603200,2021,7,30,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(15829,1,1627606800,2021,7,30,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(15830,1,1627610400,2021,7,30,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(15831,1,1627614000,2021,7,30,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(15832,1,1627617600,2021,7,30,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(15833,1,1627621200,2021,7,30,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(15834,1,1627624800,2021,7,30,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(15835,1,1627628400,2021,7,30,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(15836,1,1627632000,2021,7,30,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(15837,1,1627635600,2021,7,30,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(15838,1,1627639200,2021,7,30,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(15839,1,1627642800,2021,7,30,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(15840,1,1627646400,2021,7,30,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(15841,1,1627650000,2021,7,30,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(15842,1,1627653600,2021,7,30,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(15843,1,1627657200,2021,7,30,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(15844,1,1627660800,2021,7,30,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(15845,1,1627664400,2021,7,30,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(15846,1,1627668000,2021,7,30,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(15847,1,1627671600,2021,7,30,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(15848,1,1627675200,2021,7,30,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(15849,1,1627678800,2021,7,30,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(15850,1,1627682400,2021,7,31,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(15851,1,1627686000,2021,7,31,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(15852,1,1627689600,2021,7,31,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(15853,1,1627693200,2021,7,31,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(15854,1,1627696800,2021,7,31,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(15855,1,1627700400,2021,7,31,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(15856,1,1627704000,2021,7,31,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(15857,1,1627707600,2021,7,31,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(15858,1,1627711200,2021,7,31,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(15859,1,1627714800,2021,7,31,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(15860,1,1627718400,2021,7,31,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(15861,1,1627722000,2021,7,31,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(15862,1,1627725600,2021,7,31,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(15863,1,1627729200,2021,7,31,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(15864,1,1627732800,2021,7,31,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(15865,1,1627736400,2021,7,31,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(15866,1,1627740000,2021,7,31,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(15867,1,1627743600,2021,7,31,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(15868,1,1627747200,2021,7,31,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(15869,1,1627750800,2021,7,31,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(15870,1,1627754400,2021,7,31,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(15871,1,1627758000,2021,7,31,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(15872,1,1627761600,2021,7,31,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(15873,1,1627765200,2021,7,31,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(15874,1,1627855200,2021,8,2,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(15875,1,1627858800,2021,8,2,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(15876,1,1627862400,2021,8,2,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(15877,1,1627866000,2021,8,2,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(15878,1,1627869600,2021,8,2,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(15879,1,1627873200,2021,8,2,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(15880,1,1627876800,2021,8,2,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(15881,1,1627880400,2021,8,2,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(15882,1,1627884000,2021,8,2,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(15883,1,1627887600,2021,8,2,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(15884,1,1627891200,2021,8,2,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(15885,1,1627894800,2021,8,2,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(15886,1,1627898400,2021,8,2,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(15887,1,1627902000,2021,8,2,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(15888,1,1627905600,2021,8,2,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(15889,1,1627909200,2021,8,2,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(15890,1,1627912800,2021,8,2,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(15891,1,1627916400,2021,8,2,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(15892,1,1627920000,2021,8,2,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(15893,1,1627923600,2021,8,2,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(15894,1,1627927200,2021,8,2,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(15895,1,1627930800,2021,8,2,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(15896,1,1627934400,2021,8,2,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(15897,1,1627938000,2021,8,2,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(15898,1,1627941600,2021,8,3,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(15899,1,1627945200,2021,8,3,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(15900,1,1627948800,2021,8,3,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(15901,1,1627952400,2021,8,3,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(15902,1,1627956000,2021,8,3,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(15903,1,1627959600,2021,8,3,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(15904,1,1627963200,2021,8,3,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(15905,1,1627966800,2021,8,3,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(15906,1,1627970400,2021,8,3,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(15907,1,1627974000,2021,8,3,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(15908,1,1627977600,2021,8,3,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(15909,1,1627981200,2021,8,3,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(15910,1,1627984800,2021,8,3,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(15911,1,1627988400,2021,8,3,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(15912,1,1627992000,2021,8,3,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(15913,1,1627995600,2021,8,3,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(15914,1,1627999200,2021,8,3,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(15915,1,1628002800,2021,8,3,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(15916,1,1628006400,2021,8,3,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(15917,1,1628010000,2021,8,3,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(15918,1,1628013600,2021,8,3,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(15919,1,1628017200,2021,8,3,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(15920,1,1628020800,2021,8,3,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(15921,1,1628024400,2021,8,3,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(15922,1,1628028000,2021,8,4,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(15923,1,1628031600,2021,8,4,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(15924,1,1628035200,2021,8,4,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(15925,1,1628038800,2021,8,4,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(15926,1,1628042400,2021,8,4,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(15927,1,1628046000,2021,8,4,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(15928,1,1628049600,2021,8,4,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(15929,1,1628053200,2021,8,4,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(15930,1,1628056800,2021,8,4,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(15931,1,1628060400,2021,8,4,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(15932,1,1628064000,2021,8,4,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(15933,1,1628067600,2021,8,4,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(15934,1,1628071200,2021,8,4,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(15935,1,1628074800,2021,8,4,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(15936,1,1628078400,2021,8,4,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(15937,1,1628082000,2021,8,4,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(15938,1,1628085600,2021,8,4,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(15939,1,1628089200,2021,8,4,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(15940,1,1628092800,2021,8,4,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(15941,1,1628096400,2021,8,4,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(15942,1,1628100000,2021,8,4,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(15943,1,1628103600,2021,8,4,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(15944,1,1628107200,2021,8,4,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(15945,1,1628110800,2021,8,4,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(15946,1,1628114400,2021,8,5,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(15947,1,1628118000,2021,8,5,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(15948,1,1628121600,2021,8,5,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(15949,1,1628125200,2021,8,5,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(15950,1,1628128800,2021,8,5,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(15951,1,1628132400,2021,8,5,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(15952,1,1628136000,2021,8,5,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(15953,1,1628139600,2021,8,5,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(15954,1,1628143200,2021,8,5,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(15955,1,1628146800,2021,8,5,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(15956,1,1628150400,2021,8,5,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(15957,1,1628154000,2021,8,5,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(15958,1,1628157600,2021,8,5,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(15959,1,1628161200,2021,8,5,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(15960,1,1628164800,2021,8,5,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(15961,1,1628168400,2021,8,5,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(15962,1,1628172000,2021,8,5,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(15963,1,1628175600,2021,8,5,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(15964,1,1628179200,2021,8,5,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(15965,1,1628182800,2021,8,5,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(15966,1,1628186400,2021,8,5,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(15967,1,1628190000,2021,8,5,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(15968,1,1628193600,2021,8,5,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(15969,1,1628197200,2021,8,5,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(15970,1,1628200800,2021,8,6,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(15971,1,1628204400,2021,8,6,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(15972,1,1628208000,2021,8,6,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(15973,1,1628211600,2021,8,6,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(15974,1,1628215200,2021,8,6,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(15975,1,1628218800,2021,8,6,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(15976,1,1628222400,2021,8,6,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(15977,1,1628226000,2021,8,6,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(15978,1,1628229600,2021,8,6,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(15979,1,1628233200,2021,8,6,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(15980,1,1628236800,2021,8,6,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(15981,1,1628240400,2021,8,6,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(15982,1,1628244000,2021,8,6,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(15983,1,1628247600,2021,8,6,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(15984,1,1628251200,2021,8,6,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(15985,1,1628254800,2021,8,6,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(15986,1,1628258400,2021,8,6,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(15987,1,1628262000,2021,8,6,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(15988,1,1628265600,2021,8,6,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(15989,1,1628269200,2021,8,6,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(15990,1,1628272800,2021,8,6,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(15991,1,1628276400,2021,8,6,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(15992,1,1628280000,2021,8,6,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(15993,1,1628283600,2021,8,6,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(15994,1,1628287200,2021,8,7,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(15995,1,1628290800,2021,8,7,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(15996,1,1628294400,2021,8,7,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(15997,1,1628298000,2021,8,7,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(15998,1,1628301600,2021,8,7,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(15999,1,1628305200,2021,8,7,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(16000,1,1628308800,2021,8,7,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(16001,1,1628312400,2021,8,7,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(16002,1,1628316000,2021,8,7,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(16003,1,1628319600,2021,8,7,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(16004,1,1628323200,2021,8,7,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(16005,1,1628326800,2021,8,7,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(16006,1,1628330400,2021,8,7,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(16007,1,1628334000,2021,8,7,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(16008,1,1628337600,2021,8,7,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(16009,1,1628341200,2021,8,7,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(16010,1,1628344800,2021,8,7,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(16011,1,1628348400,2021,8,7,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(16012,1,1628352000,2021,8,7,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(16013,1,1628355600,2021,8,7,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(16014,1,1628359200,2021,8,7,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(16015,1,1628362800,2021,8,7,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(16016,1,1628366400,2021,8,7,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(16017,1,1628370000,2021,8,7,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(16018,1,1628460000,2021,8,9,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(16019,1,1628463600,2021,8,9,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(16020,1,1628467200,2021,8,9,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(16021,1,1628470800,2021,8,9,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(16022,1,1628474400,2021,8,9,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(16023,1,1628478000,2021,8,9,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(16024,1,1628481600,2021,8,9,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(16025,1,1628485200,2021,8,9,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(16026,1,1628488800,2021,8,9,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(16027,1,1628492400,2021,8,9,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(16028,1,1628496000,2021,8,9,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(16029,1,1628499600,2021,8,9,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(16030,1,1628503200,2021,8,9,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(16031,1,1628506800,2021,8,9,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(16032,1,1628510400,2021,8,9,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(16033,1,1628514000,2021,8,9,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(16034,1,1628517600,2021,8,9,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(16035,1,1628521200,2021,8,9,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(16036,1,1628524800,2021,8,9,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(16037,1,1628528400,2021,8,9,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(16038,1,1628532000,2021,8,9,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(16039,1,1628535600,2021,8,9,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(16040,1,1628539200,2021,8,9,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(16041,1,1628542800,2021,8,9,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(16042,1,1628546400,2021,8,10,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(16043,1,1628550000,2021,8,10,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(16044,1,1628553600,2021,8,10,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(16045,1,1628557200,2021,8,10,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(16046,1,1628560800,2021,8,10,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(16047,1,1628564400,2021,8,10,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(16048,1,1628568000,2021,8,10,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(16049,1,1628571600,2021,8,10,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(16050,1,1628575200,2021,8,10,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(16051,1,1628578800,2021,8,10,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(16052,1,1628582400,2021,8,10,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(16053,1,1628586000,2021,8,10,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(16054,1,1628589600,2021,8,10,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(16055,1,1628593200,2021,8,10,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(16056,1,1628596800,2021,8,10,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(16057,1,1628600400,2021,8,10,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(16058,1,1628604000,2021,8,10,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(16059,1,1628607600,2021,8,10,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(16060,1,1628611200,2021,8,10,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(16061,1,1628614800,2021,8,10,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(16062,1,1628618400,2021,8,10,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(16063,1,1628622000,2021,8,10,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(16064,1,1628625600,2021,8,10,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(16065,1,1628629200,2021,8,10,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(16066,1,1628632800,2021,8,11,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(16067,1,1628636400,2021,8,11,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(16068,1,1628640000,2021,8,11,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(16069,1,1628643600,2021,8,11,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(16070,1,1628647200,2021,8,11,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(16071,1,1628650800,2021,8,11,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(16072,1,1628654400,2021,8,11,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(16073,1,1628658000,2021,8,11,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(16074,1,1628661600,2021,8,11,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(16075,1,1628665200,2021,8,11,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(16076,1,1628668800,2021,8,11,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(16077,1,1628672400,2021,8,11,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(16078,1,1628676000,2021,8,11,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(16079,1,1628679600,2021,8,11,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(16080,1,1628683200,2021,8,11,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(16081,1,1628686800,2021,8,11,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(16082,1,1628690400,2021,8,11,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(16083,1,1628694000,2021,8,11,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(16084,1,1628697600,2021,8,11,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(16085,1,1628701200,2021,8,11,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(16086,1,1628704800,2021,8,11,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(16087,1,1628708400,2021,8,11,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(16088,1,1628712000,2021,8,11,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(16089,1,1628715600,2021,8,11,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(16090,1,1628719200,2021,8,12,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(16091,1,1628722800,2021,8,12,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(16092,1,1628726400,2021,8,12,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(16093,1,1628730000,2021,8,12,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(16094,1,1628733600,2021,8,12,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(16095,1,1628737200,2021,8,12,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(16096,1,1628740800,2021,8,12,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(16097,1,1628744400,2021,8,12,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(16098,1,1628748000,2021,8,12,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(16099,1,1628751600,2021,8,12,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(16100,1,1628755200,2021,8,12,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(16101,1,1628758800,2021,8,12,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(16102,1,1628762400,2021,8,12,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(16103,1,1628766000,2021,8,12,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(16104,1,1628769600,2021,8,12,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(16105,1,1628773200,2021,8,12,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(16106,1,1628776800,2021,8,12,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(16107,1,1628780400,2021,8,12,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(16108,1,1628784000,2021,8,12,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(16109,1,1628787600,2021,8,12,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(16110,1,1628791200,2021,8,12,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(16111,1,1628794800,2021,8,12,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(16112,1,1628798400,2021,8,12,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(16113,1,1628802000,2021,8,12,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(16114,1,1628805600,2021,8,13,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(16115,1,1628809200,2021,8,13,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(16116,1,1628812800,2021,8,13,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(16117,1,1628816400,2021,8,13,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(16118,1,1628820000,2021,8,13,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(16119,1,1628823600,2021,8,13,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(16120,1,1628827200,2021,8,13,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(16121,1,1628830800,2021,8,13,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(16122,1,1628834400,2021,8,13,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(16123,1,1628838000,2021,8,13,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(16124,1,1628841600,2021,8,13,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(16125,1,1628845200,2021,8,13,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(16126,1,1628848800,2021,8,13,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(16127,1,1628852400,2021,8,13,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(16128,1,1628856000,2021,8,13,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(16129,1,1628859600,2021,8,13,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(16130,1,1628863200,2021,8,13,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(16131,1,1628866800,2021,8,13,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(16132,1,1628870400,2021,8,13,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(16133,1,1628874000,2021,8,13,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(16134,1,1628877600,2021,8,13,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(16135,1,1628881200,2021,8,13,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(16136,1,1628884800,2021,8,13,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(16137,1,1628888400,2021,8,13,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(16138,1,1628892000,2021,8,14,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(16139,1,1628895600,2021,8,14,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(16140,1,1628899200,2021,8,14,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(16141,1,1628902800,2021,8,14,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(16142,1,1628906400,2021,8,14,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(16143,1,1628910000,2021,8,14,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(16144,1,1628913600,2021,8,14,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(16145,1,1628917200,2021,8,14,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(16146,1,1628920800,2021,8,14,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(16147,1,1628924400,2021,8,14,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(16148,1,1628928000,2021,8,14,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(16149,1,1628931600,2021,8,14,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(16150,1,1628935200,2021,8,14,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(16151,1,1628938800,2021,8,14,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(16152,1,1628942400,2021,8,14,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(16153,1,1628946000,2021,8,14,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(16154,1,1628949600,2021,8,14,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(16155,1,1628953200,2021,8,14,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(16156,1,1628956800,2021,8,14,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(16157,1,1628960400,2021,8,14,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(16158,1,1628964000,2021,8,14,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(16159,1,1628967600,2021,8,14,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(16160,1,1628971200,2021,8,14,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(16161,1,1628974800,2021,8,14,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(16162,1,1629064800,2021,8,16,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(16163,1,1629068400,2021,8,16,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(16164,1,1629072000,2021,8,16,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(16165,1,1629075600,2021,8,16,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(16166,1,1629079200,2021,8,16,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(16167,1,1629082800,2021,8,16,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(16168,1,1629086400,2021,8,16,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(16169,1,1629090000,2021,8,16,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(16170,1,1629093600,2021,8,16,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(16171,1,1629097200,2021,8,16,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(16172,1,1629100800,2021,8,16,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(16173,1,1629104400,2021,8,16,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(16174,1,1629108000,2021,8,16,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(16175,1,1629111600,2021,8,16,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(16176,1,1629115200,2021,8,16,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(16177,1,1629118800,2021,8,16,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(16178,1,1629122400,2021,8,16,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(16179,1,1629126000,2021,8,16,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(16180,1,1629129600,2021,8,16,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(16181,1,1629133200,2021,8,16,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(16182,1,1629136800,2021,8,16,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(16183,1,1629140400,2021,8,16,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(16184,1,1629144000,2021,8,16,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(16185,1,1629147600,2021,8,16,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(16186,1,1629151200,2021,8,17,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(16187,1,1629154800,2021,8,17,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(16188,1,1629158400,2021,8,17,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(16189,1,1629162000,2021,8,17,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(16190,1,1629165600,2021,8,17,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(16191,1,1629169200,2021,8,17,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(16192,1,1629172800,2021,8,17,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(16193,1,1629176400,2021,8,17,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(16194,1,1629180000,2021,8,17,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(16195,1,1629183600,2021,8,17,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(16196,1,1629187200,2021,8,17,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(16197,1,1629190800,2021,8,17,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(16198,1,1629194400,2021,8,17,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(16199,1,1629198000,2021,8,17,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(16200,1,1629201600,2021,8,17,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(16201,1,1629205200,2021,8,17,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(16202,1,1629208800,2021,8,17,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(16203,1,1629212400,2021,8,17,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(16204,1,1629216000,2021,8,17,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(16205,1,1629219600,2021,8,17,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(16206,1,1629223200,2021,8,17,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(16207,1,1629226800,2021,8,17,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(16208,1,1629230400,2021,8,17,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(16209,1,1629234000,2021,8,17,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(16210,1,1629237600,2021,8,18,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(16211,1,1629241200,2021,8,18,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(16212,1,1629244800,2021,8,18,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(16213,1,1629248400,2021,8,18,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(16214,1,1629252000,2021,8,18,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(16215,1,1629255600,2021,8,18,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(16216,1,1629259200,2021,8,18,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(16217,1,1629262800,2021,8,18,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(16218,1,1629266400,2021,8,18,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(16219,1,1629270000,2021,8,18,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(16220,1,1629273600,2021,8,18,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(16221,1,1629277200,2021,8,18,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(16222,1,1629280800,2021,8,18,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(16223,1,1629284400,2021,8,18,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(16224,1,1629288000,2021,8,18,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(16225,1,1629291600,2021,8,18,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(16226,1,1629295200,2021,8,18,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(16227,1,1629298800,2021,8,18,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(16228,1,1629302400,2021,8,18,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(16229,1,1629306000,2021,8,18,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(16230,1,1629309600,2021,8,18,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(16231,1,1629313200,2021,8,18,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(16232,1,1629316800,2021,8,18,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(16233,1,1629320400,2021,8,18,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(16234,1,1629324000,2021,8,19,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(16235,1,1629327600,2021,8,19,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(16236,1,1629331200,2021,8,19,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(16237,1,1629334800,2021,8,19,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(16238,1,1629338400,2021,8,19,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(16239,1,1629342000,2021,8,19,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(16240,1,1629345600,2021,8,19,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(16241,1,1629349200,2021,8,19,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(16242,1,1629352800,2021,8,19,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(16243,1,1629356400,2021,8,19,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(16244,1,1629360000,2021,8,19,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(16245,1,1629363600,2021,8,19,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(16246,1,1629367200,2021,8,19,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(16247,1,1629370800,2021,8,19,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(16248,1,1629374400,2021,8,19,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(16249,1,1629378000,2021,8,19,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(16250,1,1629381600,2021,8,19,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(16251,1,1629385200,2021,8,19,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(16252,1,1629388800,2021,8,19,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(16253,1,1629392400,2021,8,19,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(16254,1,1629396000,2021,8,19,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(16255,1,1629399600,2021,8,19,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(16256,1,1629403200,2021,8,19,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(16257,1,1629406800,2021,8,19,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(16258,1,1629410400,2021,8,20,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(16259,1,1629414000,2021,8,20,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(16260,1,1629417600,2021,8,20,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(16261,1,1629421200,2021,8,20,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(16262,1,1629424800,2021,8,20,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(16263,1,1629428400,2021,8,20,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(16264,1,1629432000,2021,8,20,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(16265,1,1629435600,2021,8,20,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(16266,1,1629439200,2021,8,20,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(16267,1,1629442800,2021,8,20,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(16268,1,1629446400,2021,8,20,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(16269,1,1629450000,2021,8,20,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(16270,1,1629453600,2021,8,20,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(16271,1,1629457200,2021,8,20,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(16272,1,1629460800,2021,8,20,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(16273,1,1629464400,2021,8,20,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(16274,1,1629468000,2021,8,20,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(16275,1,1629471600,2021,8,20,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(16276,1,1629475200,2021,8,20,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(16277,1,1629478800,2021,8,20,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(16278,1,1629482400,2021,8,20,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(16279,1,1629486000,2021,8,20,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(16280,1,1629489600,2021,8,20,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(16281,1,1629493200,2021,8,20,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(16282,1,1629496800,2021,8,21,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(16283,1,1629500400,2021,8,21,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(16284,1,1629504000,2021,8,21,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(16285,1,1629507600,2021,8,21,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(16286,1,1629511200,2021,8,21,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(16287,1,1629514800,2021,8,21,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(16288,1,1629518400,2021,8,21,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(16289,1,1629522000,2021,8,21,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(16290,1,1629525600,2021,8,21,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(16291,1,1629529200,2021,8,21,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(16292,1,1629532800,2021,8,21,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(16293,1,1629536400,2021,8,21,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(16294,1,1629540000,2021,8,21,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(16295,1,1629543600,2021,8,21,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(16296,1,1629547200,2021,8,21,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(16297,1,1629550800,2021,8,21,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(16298,1,1629554400,2021,8,21,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(16299,1,1629558000,2021,8,21,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(16300,1,1629561600,2021,8,21,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(16301,1,1629565200,2021,8,21,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(16302,1,1629568800,2021,8,21,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(16303,1,1629572400,2021,8,21,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(16304,1,1629576000,2021,8,21,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(16305,1,1629579600,2021,8,21,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(16306,1,1629669600,2021,8,23,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(16307,1,1629673200,2021,8,23,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(16308,1,1629676800,2021,8,23,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(16309,1,1629680400,2021,8,23,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(16310,1,1629684000,2021,8,23,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(16311,1,1629687600,2021,8,23,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(16312,1,1629691200,2021,8,23,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(16313,1,1629694800,2021,8,23,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(16314,1,1629698400,2021,8,23,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(16315,1,1629702000,2021,8,23,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(16316,1,1629705600,2021,8,23,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(16317,1,1629709200,2021,8,23,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(16318,1,1629712800,2021,8,23,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(16319,1,1629716400,2021,8,23,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(16320,1,1629720000,2021,8,23,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(16321,1,1629723600,2021,8,23,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(16322,1,1629727200,2021,8,23,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(16323,1,1629730800,2021,8,23,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(16324,1,1629734400,2021,8,23,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(16325,1,1629738000,2021,8,23,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(16326,1,1629741600,2021,8,23,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(16327,1,1629745200,2021,8,23,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(16328,1,1629748800,2021,8,23,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(16329,1,1629752400,2021,8,23,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(16330,1,1629756000,2021,8,24,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(16331,1,1629759600,2021,8,24,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(16332,1,1629763200,2021,8,24,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(16333,1,1629766800,2021,8,24,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(16334,1,1629770400,2021,8,24,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(16335,1,1629774000,2021,8,24,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(16336,1,1629777600,2021,8,24,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(16337,1,1629781200,2021,8,24,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(16338,1,1629784800,2021,8,24,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(16339,1,1629788400,2021,8,24,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(16340,1,1629792000,2021,8,24,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(16341,1,1629795600,2021,8,24,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(16342,1,1629799200,2021,8,24,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(16343,1,1629802800,2021,8,24,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(16344,1,1629806400,2021,8,24,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(16345,1,1629810000,2021,8,24,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(16346,1,1629813600,2021,8,24,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(16347,1,1629817200,2021,8,24,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(16348,1,1629820800,2021,8,24,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(16349,1,1629824400,2021,8,24,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(16350,1,1629828000,2021,8,24,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(16351,1,1629831600,2021,8,24,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(16352,1,1629835200,2021,8,24,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(16353,1,1629838800,2021,8,24,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(16354,1,1629842400,2021,8,25,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(16355,1,1629846000,2021,8,25,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(16356,1,1629849600,2021,8,25,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(16357,1,1629853200,2021,8,25,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(16358,1,1629856800,2021,8,25,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(16359,1,1629860400,2021,8,25,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(16360,1,1629864000,2021,8,25,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(16361,1,1629867600,2021,8,25,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(16362,1,1629871200,2021,8,25,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(16363,1,1629874800,2021,8,25,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(16364,1,1629878400,2021,8,25,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(16365,1,1629882000,2021,8,25,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(16366,1,1629885600,2021,8,25,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(16367,1,1629889200,2021,8,25,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(16368,1,1629892800,2021,8,25,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(16369,1,1629896400,2021,8,25,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(16370,1,1629900000,2021,8,25,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(16371,1,1629903600,2021,8,25,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(16372,1,1629907200,2021,8,25,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(16373,1,1629910800,2021,8,25,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(16374,1,1629914400,2021,8,25,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(16375,1,1629918000,2021,8,25,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(16376,1,1629921600,2021,8,25,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(16377,1,1629925200,2021,8,25,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(16378,1,1629928800,2021,8,26,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(16379,1,1629932400,2021,8,26,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(16380,1,1629936000,2021,8,26,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(16381,1,1629939600,2021,8,26,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(16382,1,1629943200,2021,8,26,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(16383,1,1629946800,2021,8,26,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(16384,1,1629950400,2021,8,26,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(16385,1,1629954000,2021,8,26,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(16386,1,1629957600,2021,8,26,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(16387,1,1629961200,2021,8,26,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(16388,1,1629964800,2021,8,26,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(16389,1,1629968400,2021,8,26,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(16390,1,1629972000,2021,8,26,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(16391,1,1629975600,2021,8,26,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(16392,1,1629979200,2021,8,26,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(16393,1,1629982800,2021,8,26,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(16394,1,1629986400,2021,8,26,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(16395,1,1629990000,2021,8,26,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(16396,1,1629993600,2021,8,26,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(16397,1,1629997200,2021,8,26,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(16398,1,1630000800,2021,8,26,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(16399,1,1630004400,2021,8,26,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(16400,1,1630008000,2021,8,26,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(16401,1,1630011600,2021,8,26,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(16402,1,1630015200,2021,8,27,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(16403,1,1630018800,2021,8,27,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(16404,1,1630022400,2021,8,27,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(16405,1,1630026000,2021,8,27,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(16406,1,1630029600,2021,8,27,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(16407,1,1630033200,2021,8,27,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(16408,1,1630036800,2021,8,27,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(16409,1,1630040400,2021,8,27,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(16410,1,1630044000,2021,8,27,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(16411,1,1630047600,2021,8,27,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(16412,1,1630051200,2021,8,27,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(16413,1,1630054800,2021,8,27,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(16414,1,1630058400,2021,8,27,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(16415,1,1630062000,2021,8,27,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(16416,1,1630065600,2021,8,27,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(16417,1,1630069200,2021,8,27,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(16418,1,1630072800,2021,8,27,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(16419,1,1630076400,2021,8,27,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(16420,1,1630080000,2021,8,27,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(16421,1,1630083600,2021,8,27,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(16422,1,1630087200,2021,8,27,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(16423,1,1630090800,2021,8,27,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(16424,1,1630094400,2021,8,27,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(16425,1,1630098000,2021,8,27,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(16426,1,1630101600,2021,8,28,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(16427,1,1630105200,2021,8,28,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(16428,1,1630108800,2021,8,28,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(16429,1,1630112400,2021,8,28,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(16430,1,1630116000,2021,8,28,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(16431,1,1630119600,2021,8,28,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(16432,1,1630123200,2021,8,28,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(16433,1,1630126800,2021,8,28,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(16434,1,1630130400,2021,8,28,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(16435,1,1630134000,2021,8,28,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(16436,1,1630137600,2021,8,28,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(16437,1,1630141200,2021,8,28,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(16438,1,1630144800,2021,8,28,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(16439,1,1630148400,2021,8,28,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(16440,1,1630152000,2021,8,28,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(16441,1,1630155600,2021,8,28,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(16442,1,1630159200,2021,8,28,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(16443,1,1630162800,2021,8,28,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(16444,1,1630166400,2021,8,28,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(16445,1,1630170000,2021,8,28,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(16446,1,1630173600,2021,8,28,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(16447,1,1630177200,2021,8,28,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(16448,1,1630180800,2021,8,28,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(16449,1,1630184400,2021,8,28,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(16450,1,1630274400,2021,8,30,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(16451,1,1630278000,2021,8,30,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(16452,1,1630281600,2021,8,30,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(16453,1,1630285200,2021,8,30,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(16454,1,1630288800,2021,8,30,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(16455,1,1630292400,2021,8,30,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(16456,1,1630296000,2021,8,30,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(16457,1,1630299600,2021,8,30,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(16458,1,1630303200,2021,8,30,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(16459,1,1630306800,2021,8,30,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(16460,1,1630310400,2021,8,30,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(16461,1,1630314000,2021,8,30,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(16462,1,1630317600,2021,8,30,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(16463,1,1630321200,2021,8,30,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(16464,1,1630324800,2021,8,30,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(16465,1,1630328400,2021,8,30,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(16466,1,1630332000,2021,8,30,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(16467,1,1630335600,2021,8,30,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(16468,1,1630339200,2021,8,30,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(16469,1,1630342800,2021,8,30,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(16470,1,1630346400,2021,8,30,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(16471,1,1630350000,2021,8,30,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(16472,1,1630353600,2021,8,30,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(16473,1,1630357200,2021,8,30,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(16474,1,1630360800,2021,8,31,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(16475,1,1630364400,2021,8,31,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(16476,1,1630368000,2021,8,31,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(16477,1,1630371600,2021,8,31,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(16478,1,1630375200,2021,8,31,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(16479,1,1630378800,2021,8,31,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(16480,1,1630382400,2021,8,31,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(16481,1,1630386000,2021,8,31,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(16482,1,1630389600,2021,8,31,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(16483,1,1630393200,2021,8,31,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(16484,1,1630396800,2021,8,31,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(16485,1,1630400400,2021,8,31,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(16486,1,1630404000,2021,8,31,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(16487,1,1630407600,2021,8,31,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(16488,1,1630411200,2021,8,31,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(16489,1,1630414800,2021,8,31,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(16490,1,1630418400,2021,8,31,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(16491,1,1630422000,2021,8,31,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(16492,1,1630425600,2021,8,31,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(16493,1,1630429200,2021,8,31,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(16494,1,1630432800,2021,8,31,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(16495,1,1630436400,2021,8,31,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(16496,1,1630440000,2021,8,31,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(16497,1,1630443600,2021,8,31,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(16498,1,1630447200,2021,9,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(16499,1,1630450800,2021,9,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(16500,1,1630454400,2021,9,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(16501,1,1630458000,2021,9,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(16502,1,1630461600,2021,9,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(16503,1,1630465200,2021,9,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(16504,1,1630468800,2021,9,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(16505,1,1630472400,2021,9,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(16506,1,1630476000,2021,9,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(16507,1,1630479600,2021,9,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(16508,1,1630483200,2021,9,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(16509,1,1630486800,2021,9,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(16510,1,1630490400,2021,9,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(16511,1,1630494000,2021,9,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(16512,1,1630497600,2021,9,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(16513,1,1630501200,2021,9,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(16514,1,1630504800,2021,9,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(16515,1,1630508400,2021,9,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(16516,1,1630512000,2021,9,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(16517,1,1630515600,2021,9,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(16518,1,1630519200,2021,9,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(16519,1,1630522800,2021,9,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(16520,1,1630526400,2021,9,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(16521,1,1630530000,2021,9,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(16522,1,1630533600,2021,9,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(16523,1,1630537200,2021,9,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(16524,1,1630540800,2021,9,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(16525,1,1630544400,2021,9,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(16526,1,1630548000,2021,9,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(16527,1,1630551600,2021,9,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(16528,1,1630555200,2021,9,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(16529,1,1630558800,2021,9,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(16530,1,1630562400,2021,9,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(16531,1,1630566000,2021,9,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(16532,1,1630569600,2021,9,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(16533,1,1630573200,2021,9,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(16534,1,1630576800,2021,9,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(16535,1,1630580400,2021,9,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(16536,1,1630584000,2021,9,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(16537,1,1630587600,2021,9,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(16538,1,1630591200,2021,9,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(16539,1,1630594800,2021,9,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(16540,1,1630598400,2021,9,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(16541,1,1630602000,2021,9,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(16542,1,1630605600,2021,9,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(16543,1,1630609200,2021,9,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(16544,1,1630612800,2021,9,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(16545,1,1630616400,2021,9,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(16546,1,1630620000,2021,9,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(16547,1,1630623600,2021,9,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(16548,1,1630627200,2021,9,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(16549,1,1630630800,2021,9,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(16550,1,1630634400,2021,9,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(16551,1,1630638000,2021,9,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(16552,1,1630641600,2021,9,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(16553,1,1630645200,2021,9,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(16554,1,1630648800,2021,9,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(16555,1,1630652400,2021,9,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(16556,1,1630656000,2021,9,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(16557,1,1630659600,2021,9,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(16558,1,1630663200,2021,9,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(16559,1,1630666800,2021,9,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(16560,1,1630670400,2021,9,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(16561,1,1630674000,2021,9,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(16562,1,1630677600,2021,9,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(16563,1,1630681200,2021,9,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(16564,1,1630684800,2021,9,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(16565,1,1630688400,2021,9,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(16566,1,1630692000,2021,9,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(16567,1,1630695600,2021,9,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(16568,1,1630699200,2021,9,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(16569,1,1630702800,2021,9,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(16570,1,1630706400,2021,9,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(16571,1,1630710000,2021,9,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(16572,1,1630713600,2021,9,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(16573,1,1630717200,2021,9,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(16574,1,1630720800,2021,9,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(16575,1,1630724400,2021,9,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(16576,1,1630728000,2021,9,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(16577,1,1630731600,2021,9,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(16578,1,1630735200,2021,9,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(16579,1,1630738800,2021,9,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(16580,1,1630742400,2021,9,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(16581,1,1630746000,2021,9,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(16582,1,1630749600,2021,9,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(16583,1,1630753200,2021,9,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(16584,1,1630756800,2021,9,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(16585,1,1630760400,2021,9,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(16586,1,1630764000,2021,9,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(16587,1,1630767600,2021,9,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(16588,1,1630771200,2021,9,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(16589,1,1630774800,2021,9,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(16590,1,1630778400,2021,9,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(16591,1,1630782000,2021,9,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(16592,1,1630785600,2021,9,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(16593,1,1630789200,2021,9,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(16594,1,1630879200,2021,9,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(16595,1,1630882800,2021,9,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(16596,1,1630886400,2021,9,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(16597,1,1630890000,2021,9,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(16598,1,1630893600,2021,9,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(16599,1,1630897200,2021,9,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(16600,1,1630900800,2021,9,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(16601,1,1630904400,2021,9,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(16602,1,1630908000,2021,9,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(16603,1,1630911600,2021,9,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(16604,1,1630915200,2021,9,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(16605,1,1630918800,2021,9,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(16606,1,1630922400,2021,9,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(16607,1,1630926000,2021,9,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(16608,1,1630929600,2021,9,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(16609,1,1630933200,2021,9,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(16610,1,1630936800,2021,9,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(16611,1,1630940400,2021,9,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(16612,1,1630944000,2021,9,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(16613,1,1630947600,2021,9,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(16614,1,1630951200,2021,9,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(16615,1,1630954800,2021,9,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(16616,1,1630958400,2021,9,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(16617,1,1630962000,2021,9,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(16618,1,1630965600,2021,9,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(16619,1,1630969200,2021,9,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(16620,1,1630972800,2021,9,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(16621,1,1630976400,2021,9,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(16622,1,1630980000,2021,9,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(16623,1,1630983600,2021,9,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(16624,1,1630987200,2021,9,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(16625,1,1630990800,2021,9,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(16626,1,1630994400,2021,9,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(16627,1,1630998000,2021,9,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(16628,1,1631001600,2021,9,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(16629,1,1631005200,2021,9,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(16630,1,1631008800,2021,9,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(16631,1,1631012400,2021,9,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(16632,1,1631016000,2021,9,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(16633,1,1631019600,2021,9,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(16634,1,1631023200,2021,9,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(16635,1,1631026800,2021,9,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(16636,1,1631030400,2021,9,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(16637,1,1631034000,2021,9,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(16638,1,1631037600,2021,9,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(16639,1,1631041200,2021,9,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(16640,1,1631044800,2021,9,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(16641,1,1631048400,2021,9,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(16642,1,1631052000,2021,9,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(16643,1,1631055600,2021,9,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(16644,1,1631059200,2021,9,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(16645,1,1631062800,2021,9,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(16646,1,1631066400,2021,9,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(16647,1,1631070000,2021,9,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(16648,1,1631073600,2021,9,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(16649,1,1631077200,2021,9,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(16650,1,1631080800,2021,9,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(16651,1,1631084400,2021,9,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(16652,1,1631088000,2021,9,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(16653,1,1631091600,2021,9,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(16654,1,1631095200,2021,9,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(16655,1,1631098800,2021,9,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(16656,1,1631102400,2021,9,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(16657,1,1631106000,2021,9,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(16658,1,1631109600,2021,9,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(16659,1,1631113200,2021,9,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(16660,1,1631116800,2021,9,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(16661,1,1631120400,2021,9,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(16662,1,1631124000,2021,9,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(16663,1,1631127600,2021,9,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(16664,1,1631131200,2021,9,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(16665,1,1631134800,2021,9,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(16666,1,1631138400,2021,9,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(16667,1,1631142000,2021,9,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(16668,1,1631145600,2021,9,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(16669,1,1631149200,2021,9,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(16670,1,1631152800,2021,9,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(16671,1,1631156400,2021,9,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(16672,1,1631160000,2021,9,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(16673,1,1631163600,2021,9,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(16674,1,1631167200,2021,9,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(16675,1,1631170800,2021,9,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(16676,1,1631174400,2021,9,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(16677,1,1631178000,2021,9,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(16678,1,1631181600,2021,9,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(16679,1,1631185200,2021,9,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(16680,1,1631188800,2021,9,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(16681,1,1631192400,2021,9,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(16682,1,1631196000,2021,9,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(16683,1,1631199600,2021,9,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(16684,1,1631203200,2021,9,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(16685,1,1631206800,2021,9,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(16686,1,1631210400,2021,9,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(16687,1,1631214000,2021,9,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(16688,1,1631217600,2021,9,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(16689,1,1631221200,2021,9,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(16690,1,1631224800,2021,9,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(16691,1,1631228400,2021,9,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(16692,1,1631232000,2021,9,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(16693,1,1631235600,2021,9,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(16694,1,1631239200,2021,9,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(16695,1,1631242800,2021,9,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(16696,1,1631246400,2021,9,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(16697,1,1631250000,2021,9,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(16698,1,1631253600,2021,9,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(16699,1,1631257200,2021,9,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(16700,1,1631260800,2021,9,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(16701,1,1631264400,2021,9,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(16702,1,1631268000,2021,9,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(16703,1,1631271600,2021,9,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(16704,1,1631275200,2021,9,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(16705,1,1631278800,2021,9,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(16706,1,1631282400,2021,9,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(16707,1,1631286000,2021,9,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(16708,1,1631289600,2021,9,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(16709,1,1631293200,2021,9,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(16710,1,1631296800,2021,9,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(16711,1,1631300400,2021,9,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(16712,1,1631304000,2021,9,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(16713,1,1631307600,2021,9,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(16714,1,1631311200,2021,9,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(16715,1,1631314800,2021,9,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(16716,1,1631318400,2021,9,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(16717,1,1631322000,2021,9,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(16718,1,1631325600,2021,9,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(16719,1,1631329200,2021,9,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(16720,1,1631332800,2021,9,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(16721,1,1631336400,2021,9,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(16722,1,1631340000,2021,9,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(16723,1,1631343600,2021,9,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(16724,1,1631347200,2021,9,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(16725,1,1631350800,2021,9,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(16726,1,1631354400,2021,9,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(16727,1,1631358000,2021,9,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(16728,1,1631361600,2021,9,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(16729,1,1631365200,2021,9,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(16730,1,1631368800,2021,9,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(16731,1,1631372400,2021,9,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(16732,1,1631376000,2021,9,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(16733,1,1631379600,2021,9,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(16734,1,1631383200,2021,9,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(16735,1,1631386800,2021,9,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(16736,1,1631390400,2021,9,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(16737,1,1631394000,2021,9,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(16738,1,1631484000,2021,9,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(16739,1,1631487600,2021,9,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(16740,1,1631491200,2021,9,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(16741,1,1631494800,2021,9,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(16742,1,1631498400,2021,9,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(16743,1,1631502000,2021,9,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(16744,1,1631505600,2021,9,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(16745,1,1631509200,2021,9,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(16746,1,1631512800,2021,9,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(16747,1,1631516400,2021,9,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(16748,1,1631520000,2021,9,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(16749,1,1631523600,2021,9,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(16750,1,1631527200,2021,9,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(16751,1,1631530800,2021,9,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(16752,1,1631534400,2021,9,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(16753,1,1631538000,2021,9,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(16754,1,1631541600,2021,9,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(16755,1,1631545200,2021,9,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(16756,1,1631548800,2021,9,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(16757,1,1631552400,2021,9,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(16758,1,1631556000,2021,9,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(16759,1,1631559600,2021,9,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(16760,1,1631563200,2021,9,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(16761,1,1631566800,2021,9,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(16762,1,1631570400,2021,9,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(16763,1,1631574000,2021,9,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(16764,1,1631577600,2021,9,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(16765,1,1631581200,2021,9,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(16766,1,1631584800,2021,9,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(16767,1,1631588400,2021,9,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(16768,1,1631592000,2021,9,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(16769,1,1631595600,2021,9,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(16770,1,1631599200,2021,9,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(16771,1,1631602800,2021,9,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(16772,1,1631606400,2021,9,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(16773,1,1631610000,2021,9,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(16774,1,1631613600,2021,9,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(16775,1,1631617200,2021,9,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(16776,1,1631620800,2021,9,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(16777,1,1631624400,2021,9,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(16778,1,1631628000,2021,9,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(16779,1,1631631600,2021,9,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(16780,1,1631635200,2021,9,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(16781,1,1631638800,2021,9,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(16782,1,1631642400,2021,9,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(16783,1,1631646000,2021,9,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(16784,1,1631649600,2021,9,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(16785,1,1631653200,2021,9,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(16786,1,1631656800,2021,9,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(16787,1,1631660400,2021,9,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(16788,1,1631664000,2021,9,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(16789,1,1631667600,2021,9,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(16790,1,1631671200,2021,9,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(16791,1,1631674800,2021,9,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(16792,1,1631678400,2021,9,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(16793,1,1631682000,2021,9,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(16794,1,1631685600,2021,9,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(16795,1,1631689200,2021,9,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(16796,1,1631692800,2021,9,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(16797,1,1631696400,2021,9,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(16798,1,1631700000,2021,9,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(16799,1,1631703600,2021,9,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(16800,1,1631707200,2021,9,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(16801,1,1631710800,2021,9,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(16802,1,1631714400,2021,9,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(16803,1,1631718000,2021,9,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(16804,1,1631721600,2021,9,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(16805,1,1631725200,2021,9,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(16806,1,1631728800,2021,9,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(16807,1,1631732400,2021,9,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(16808,1,1631736000,2021,9,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(16809,1,1631739600,2021,9,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(16810,1,1631743200,2021,9,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(16811,1,1631746800,2021,9,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(16812,1,1631750400,2021,9,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(16813,1,1631754000,2021,9,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(16814,1,1631757600,2021,9,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(16815,1,1631761200,2021,9,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(16816,1,1631764800,2021,9,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(16817,1,1631768400,2021,9,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(16818,1,1631772000,2021,9,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(16819,1,1631775600,2021,9,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(16820,1,1631779200,2021,9,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(16821,1,1631782800,2021,9,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(16822,1,1631786400,2021,9,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(16823,1,1631790000,2021,9,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(16824,1,1631793600,2021,9,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(16825,1,1631797200,2021,9,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(16826,1,1631800800,2021,9,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(16827,1,1631804400,2021,9,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(16828,1,1631808000,2021,9,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(16829,1,1631811600,2021,9,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(16830,1,1631815200,2021,9,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(16831,1,1631818800,2021,9,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(16832,1,1631822400,2021,9,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(16833,1,1631826000,2021,9,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(16834,1,1631829600,2021,9,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(16835,1,1631833200,2021,9,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(16836,1,1631836800,2021,9,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(16837,1,1631840400,2021,9,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(16838,1,1631844000,2021,9,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(16839,1,1631847600,2021,9,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(16840,1,1631851200,2021,9,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(16841,1,1631854800,2021,9,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(16842,1,1631858400,2021,9,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(16843,1,1631862000,2021,9,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(16844,1,1631865600,2021,9,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(16845,1,1631869200,2021,9,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(16846,1,1631872800,2021,9,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(16847,1,1631876400,2021,9,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(16848,1,1631880000,2021,9,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(16849,1,1631883600,2021,9,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(16850,1,1631887200,2021,9,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(16851,1,1631890800,2021,9,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(16852,1,1631894400,2021,9,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(16853,1,1631898000,2021,9,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(16854,1,1631901600,2021,9,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(16855,1,1631905200,2021,9,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(16856,1,1631908800,2021,9,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(16857,1,1631912400,2021,9,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(16858,1,1631916000,2021,9,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(16859,1,1631919600,2021,9,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(16860,1,1631923200,2021,9,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(16861,1,1631926800,2021,9,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(16862,1,1631930400,2021,9,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(16863,1,1631934000,2021,9,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(16864,1,1631937600,2021,9,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(16865,1,1631941200,2021,9,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(16866,1,1631944800,2021,9,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(16867,1,1631948400,2021,9,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(16868,1,1631952000,2021,9,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(16869,1,1631955600,2021,9,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(16870,1,1631959200,2021,9,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(16871,1,1631962800,2021,9,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(16872,1,1631966400,2021,9,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(16873,1,1631970000,2021,9,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(16874,1,1631973600,2021,9,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(16875,1,1631977200,2021,9,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(16876,1,1631980800,2021,9,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(16877,1,1631984400,2021,9,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(16878,1,1631988000,2021,9,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(16879,1,1631991600,2021,9,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(16880,1,1631995200,2021,9,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(16881,1,1631998800,2021,9,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(16882,1,1632088800,2021,9,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(16883,1,1632092400,2021,9,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(16884,1,1632096000,2021,9,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(16885,1,1632099600,2021,9,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(16886,1,1632103200,2021,9,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(16887,1,1632106800,2021,9,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(16888,1,1632110400,2021,9,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(16889,1,1632114000,2021,9,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(16890,1,1632117600,2021,9,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(16891,1,1632121200,2021,9,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(16892,1,1632124800,2021,9,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(16893,1,1632128400,2021,9,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(16894,1,1632132000,2021,9,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(16895,1,1632135600,2021,9,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(16896,1,1632139200,2021,9,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(16897,1,1632142800,2021,9,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(16898,1,1632146400,2021,9,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(16899,1,1632150000,2021,9,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(16900,1,1632153600,2021,9,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(16901,1,1632157200,2021,9,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(16902,1,1632160800,2021,9,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(16903,1,1632164400,2021,9,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(16904,1,1632168000,2021,9,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(16905,1,1632171600,2021,9,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(16906,1,1632175200,2021,9,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(16907,1,1632178800,2021,9,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(16908,1,1632182400,2021,9,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(16909,1,1632186000,2021,9,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(16910,1,1632189600,2021,9,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(16911,1,1632193200,2021,9,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(16912,1,1632196800,2021,9,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(16913,1,1632200400,2021,9,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(16914,1,1632204000,2021,9,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(16915,1,1632207600,2021,9,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(16916,1,1632211200,2021,9,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(16917,1,1632214800,2021,9,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(16918,1,1632218400,2021,9,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(16919,1,1632222000,2021,9,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(16920,1,1632225600,2021,9,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(16921,1,1632229200,2021,9,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(16922,1,1632232800,2021,9,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(16923,1,1632236400,2021,9,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(16924,1,1632240000,2021,9,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(16925,1,1632243600,2021,9,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(16926,1,1632247200,2021,9,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(16927,1,1632250800,2021,9,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(16928,1,1632254400,2021,9,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(16929,1,1632258000,2021,9,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(16930,1,1632261600,2021,9,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(16931,1,1632265200,2021,9,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(16932,1,1632268800,2021,9,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(16933,1,1632272400,2021,9,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(16934,1,1632276000,2021,9,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(16935,1,1632279600,2021,9,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(16936,1,1632283200,2021,9,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(16937,1,1632286800,2021,9,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(16938,1,1632290400,2021,9,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(16939,1,1632294000,2021,9,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(16940,1,1632297600,2021,9,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(16941,1,1632301200,2021,9,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(16942,1,1632304800,2021,9,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(16943,1,1632308400,2021,9,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(16944,1,1632312000,2021,9,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(16945,1,1632315600,2021,9,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(16946,1,1632319200,2021,9,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(16947,1,1632322800,2021,9,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(16948,1,1632326400,2021,9,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(16949,1,1632330000,2021,9,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(16950,1,1632333600,2021,9,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(16951,1,1632337200,2021,9,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(16952,1,1632340800,2021,9,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(16953,1,1632344400,2021,9,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(16954,1,1632348000,2021,9,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(16955,1,1632351600,2021,9,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(16956,1,1632355200,2021,9,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(16957,1,1632358800,2021,9,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(16958,1,1632362400,2021,9,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(16959,1,1632366000,2021,9,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(16960,1,1632369600,2021,9,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(16961,1,1632373200,2021,9,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(16962,1,1632376800,2021,9,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(16963,1,1632380400,2021,9,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(16964,1,1632384000,2021,9,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(16965,1,1632387600,2021,9,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(16966,1,1632391200,2021,9,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(16967,1,1632394800,2021,9,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(16968,1,1632398400,2021,9,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(16969,1,1632402000,2021,9,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(16970,1,1632405600,2021,9,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(16971,1,1632409200,2021,9,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(16972,1,1632412800,2021,9,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(16973,1,1632416400,2021,9,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(16974,1,1632420000,2021,9,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(16975,1,1632423600,2021,9,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(16976,1,1632427200,2021,9,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(16977,1,1632430800,2021,9,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(16978,1,1632434400,2021,9,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(16979,1,1632438000,2021,9,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(16980,1,1632441600,2021,9,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(16981,1,1632445200,2021,9,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(16982,1,1632448800,2021,9,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(16983,1,1632452400,2021,9,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(16984,1,1632456000,2021,9,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(16985,1,1632459600,2021,9,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(16986,1,1632463200,2021,9,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(16987,1,1632466800,2021,9,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(16988,1,1632470400,2021,9,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(16989,1,1632474000,2021,9,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(16990,1,1632477600,2021,9,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(16991,1,1632481200,2021,9,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(16992,1,1632484800,2021,9,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(16993,1,1632488400,2021,9,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(16994,1,1632492000,2021,9,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(16995,1,1632495600,2021,9,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(16996,1,1632499200,2021,9,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(16997,1,1632502800,2021,9,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(16998,1,1632506400,2021,9,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(16999,1,1632510000,2021,9,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(17000,1,1632513600,2021,9,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(17001,1,1632517200,2021,9,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(17002,1,1632520800,2021,9,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(17003,1,1632524400,2021,9,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(17004,1,1632528000,2021,9,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(17005,1,1632531600,2021,9,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(17006,1,1632535200,2021,9,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(17007,1,1632538800,2021,9,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(17008,1,1632542400,2021,9,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(17009,1,1632546000,2021,9,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(17010,1,1632549600,2021,9,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(17011,1,1632553200,2021,9,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(17012,1,1632556800,2021,9,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(17013,1,1632560400,2021,9,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(17014,1,1632564000,2021,9,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(17015,1,1632567600,2021,9,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(17016,1,1632571200,2021,9,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(17017,1,1632574800,2021,9,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(17018,1,1632578400,2021,9,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(17019,1,1632582000,2021,9,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(17020,1,1632585600,2021,9,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(17021,1,1632589200,2021,9,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(17022,1,1632592800,2021,9,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(17023,1,1632596400,2021,9,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(17024,1,1632600000,2021,9,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(17025,1,1632603600,2021,9,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(17026,1,1632693600,2021,9,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(17027,1,1632697200,2021,9,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(17028,1,1632700800,2021,9,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(17029,1,1632704400,2021,9,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(17030,1,1632708000,2021,9,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(17031,1,1632711600,2021,9,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(17032,1,1632715200,2021,9,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(17033,1,1632718800,2021,9,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(17034,1,1632722400,2021,9,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(17035,1,1632726000,2021,9,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(17036,1,1632729600,2021,9,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(17037,1,1632733200,2021,9,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(17038,1,1632736800,2021,9,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(17039,1,1632740400,2021,9,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(17040,1,1632744000,2021,9,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(17041,1,1632747600,2021,9,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(17042,1,1632751200,2021,9,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(17043,1,1632754800,2021,9,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(17044,1,1632758400,2021,9,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(17045,1,1632762000,2021,9,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(17046,1,1632765600,2021,9,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(17047,1,1632769200,2021,9,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(17048,1,1632772800,2021,9,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(17049,1,1632776400,2021,9,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(17050,1,1632780000,2021,9,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(17051,1,1632783600,2021,9,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(17052,1,1632787200,2021,9,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(17053,1,1632790800,2021,9,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(17054,1,1632794400,2021,9,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(17055,1,1632798000,2021,9,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(17056,1,1632801600,2021,9,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(17057,1,1632805200,2021,9,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(17058,1,1632808800,2021,9,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(17059,1,1632812400,2021,9,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(17060,1,1632816000,2021,9,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(17061,1,1632819600,2021,9,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(17062,1,1632823200,2021,9,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(17063,1,1632826800,2021,9,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(17064,1,1632830400,2021,9,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(17065,1,1632834000,2021,9,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(17066,1,1632837600,2021,9,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(17067,1,1632841200,2021,9,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(17068,1,1632844800,2021,9,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(17069,1,1632848400,2021,9,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(17070,1,1632852000,2021,9,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(17071,1,1632855600,2021,9,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(17072,1,1632859200,2021,9,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(17073,1,1632862800,2021,9,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(17074,1,1632866400,2021,9,29,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(17075,1,1632870000,2021,9,29,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(17076,1,1632873600,2021,9,29,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(17077,1,1632877200,2021,9,29,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(17078,1,1632880800,2021,9,29,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(17079,1,1632884400,2021,9,29,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(17080,1,1632888000,2021,9,29,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(17081,1,1632891600,2021,9,29,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(17082,1,1632895200,2021,9,29,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(17083,1,1632898800,2021,9,29,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(17084,1,1632902400,2021,9,29,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(17085,1,1632906000,2021,9,29,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(17086,1,1632909600,2021,9,29,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(17087,1,1632913200,2021,9,29,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(17088,1,1632916800,2021,9,29,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(17089,1,1632920400,2021,9,29,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(17090,1,1632924000,2021,9,29,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(17091,1,1632927600,2021,9,29,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(17092,1,1632931200,2021,9,29,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(17093,1,1632934800,2021,9,29,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(17094,1,1632938400,2021,9,29,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(17095,1,1632942000,2021,9,29,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(17096,1,1632945600,2021,9,29,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(17097,1,1632949200,2021,9,29,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(17098,1,1632952800,2021,9,30,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(17099,1,1632956400,2021,9,30,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(17100,1,1632960000,2021,9,30,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(17101,1,1632963600,2021,9,30,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(17102,1,1632967200,2021,9,30,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(17103,1,1632970800,2021,9,30,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(17104,1,1632974400,2021,9,30,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(17105,1,1632978000,2021,9,30,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(17106,1,1632981600,2021,9,30,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(17107,1,1632985200,2021,9,30,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(17108,1,1632988800,2021,9,30,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(17109,1,1632992400,2021,9,30,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(17110,1,1632996000,2021,9,30,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(17111,1,1632999600,2021,9,30,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(17112,1,1633003200,2021,9,30,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(17113,1,1633006800,2021,9,30,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(17114,1,1633010400,2021,9,30,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(17115,1,1633014000,2021,9,30,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(17116,1,1633017600,2021,9,30,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(17117,1,1633021200,2021,9,30,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(17118,1,1633024800,2021,9,30,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(17119,1,1633028400,2021,9,30,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(17120,1,1633032000,2021,9,30,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(17121,1,1633035600,2021,9,30,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(17122,1,1633039200,2021,10,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(17123,1,1633042800,2021,10,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(17124,1,1633046400,2021,10,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(17125,1,1633050000,2021,10,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(17126,1,1633053600,2021,10,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(17127,1,1633057200,2021,10,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(17128,1,1633060800,2021,10,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(17129,1,1633064400,2021,10,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(17130,1,1633068000,2021,10,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(17131,1,1633071600,2021,10,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(17132,1,1633075200,2021,10,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(17133,1,1633078800,2021,10,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(17134,1,1633082400,2021,10,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(17135,1,1633086000,2021,10,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(17136,1,1633089600,2021,10,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(17137,1,1633093200,2021,10,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(17138,1,1633096800,2021,10,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(17139,1,1633100400,2021,10,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(17140,1,1633104000,2021,10,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(17141,1,1633107600,2021,10,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(17142,1,1633111200,2021,10,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(17143,1,1633114800,2021,10,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(17144,1,1633118400,2021,10,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(17145,1,1633122000,2021,10,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(17146,1,1633125600,2021,10,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(17147,1,1633129200,2021,10,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(17148,1,1633132800,2021,10,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(17149,1,1633136400,2021,10,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(17150,1,1633140000,2021,10,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(17151,1,1633143600,2021,10,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(17152,1,1633147200,2021,10,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(17153,1,1633150800,2021,10,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(17154,1,1633154400,2021,10,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(17155,1,1633158000,2021,10,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(17156,1,1633161600,2021,10,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(17157,1,1633165200,2021,10,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(17158,1,1633168800,2021,10,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(17159,1,1633172400,2021,10,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(17160,1,1633176000,2021,10,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(17161,1,1633179600,2021,10,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(17162,1,1633183200,2021,10,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(17163,1,1633186800,2021,10,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(17164,1,1633190400,2021,10,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(17165,1,1633194000,2021,10,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(17166,1,1633197600,2021,10,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(17167,1,1633201200,2021,10,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(17168,1,1633204800,2021,10,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(17169,1,1633208400,2021,10,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(17170,1,1633298400,2021,10,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(17171,1,1633302000,2021,10,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(17172,1,1633305600,2021,10,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(17173,1,1633309200,2021,10,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(17174,1,1633312800,2021,10,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(17175,1,1633316400,2021,10,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(17176,1,1633320000,2021,10,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(17177,1,1633323600,2021,10,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(17178,1,1633327200,2021,10,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(17179,1,1633330800,2021,10,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(17180,1,1633334400,2021,10,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(17181,1,1633338000,2021,10,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(17182,1,1633341600,2021,10,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(17183,1,1633345200,2021,10,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(17184,1,1633348800,2021,10,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(17185,1,1633352400,2021,10,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(17186,1,1633356000,2021,10,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(17187,1,1633359600,2021,10,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(17188,1,1633363200,2021,10,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(17189,1,1633366800,2021,10,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(17190,1,1633370400,2021,10,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(17191,1,1633374000,2021,10,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(17192,1,1633377600,2021,10,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(17193,1,1633381200,2021,10,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(17194,1,1633384800,2021,10,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(17195,1,1633388400,2021,10,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(17196,1,1633392000,2021,10,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(17197,1,1633395600,2021,10,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(17198,1,1633399200,2021,10,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(17199,1,1633402800,2021,10,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(17200,1,1633406400,2021,10,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(17201,1,1633410000,2021,10,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(17202,1,1633413600,2021,10,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(17203,1,1633417200,2021,10,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(17204,1,1633420800,2021,10,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(17205,1,1633424400,2021,10,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(17206,1,1633428000,2021,10,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(17207,1,1633431600,2021,10,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(17208,1,1633435200,2021,10,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(17209,1,1633438800,2021,10,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(17210,1,1633442400,2021,10,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(17211,1,1633446000,2021,10,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(17212,1,1633449600,2021,10,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(17213,1,1633453200,2021,10,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(17214,1,1633456800,2021,10,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(17215,1,1633460400,2021,10,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(17216,1,1633464000,2021,10,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(17217,1,1633467600,2021,10,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(17218,1,1633471200,2021,10,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(17219,1,1633474800,2021,10,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(17220,1,1633478400,2021,10,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(17221,1,1633482000,2021,10,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(17222,1,1633485600,2021,10,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(17223,1,1633489200,2021,10,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(17224,1,1633492800,2021,10,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(17225,1,1633496400,2021,10,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(17226,1,1633500000,2021,10,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(17227,1,1633503600,2021,10,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(17228,1,1633507200,2021,10,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(17229,1,1633510800,2021,10,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(17230,1,1633514400,2021,10,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(17231,1,1633518000,2021,10,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(17232,1,1633521600,2021,10,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(17233,1,1633525200,2021,10,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(17234,1,1633528800,2021,10,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(17235,1,1633532400,2021,10,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(17236,1,1633536000,2021,10,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(17237,1,1633539600,2021,10,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(17238,1,1633543200,2021,10,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(17239,1,1633546800,2021,10,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(17240,1,1633550400,2021,10,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(17241,1,1633554000,2021,10,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(17242,1,1633557600,2021,10,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(17243,1,1633561200,2021,10,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(17244,1,1633564800,2021,10,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(17245,1,1633568400,2021,10,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(17246,1,1633572000,2021,10,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(17247,1,1633575600,2021,10,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(17248,1,1633579200,2021,10,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(17249,1,1633582800,2021,10,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(17250,1,1633586400,2021,10,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(17251,1,1633590000,2021,10,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(17252,1,1633593600,2021,10,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(17253,1,1633597200,2021,10,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(17254,1,1633600800,2021,10,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(17255,1,1633604400,2021,10,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(17256,1,1633608000,2021,10,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(17257,1,1633611600,2021,10,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(17258,1,1633615200,2021,10,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(17259,1,1633618800,2021,10,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(17260,1,1633622400,2021,10,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(17261,1,1633626000,2021,10,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(17262,1,1633629600,2021,10,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(17263,1,1633633200,2021,10,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(17264,1,1633636800,2021,10,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(17265,1,1633640400,2021,10,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(17266,1,1633644000,2021,10,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(17267,1,1633647600,2021,10,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(17268,1,1633651200,2021,10,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(17269,1,1633654800,2021,10,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(17270,1,1633658400,2021,10,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(17271,1,1633662000,2021,10,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(17272,1,1633665600,2021,10,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(17273,1,1633669200,2021,10,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(17274,1,1633672800,2021,10,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(17275,1,1633676400,2021,10,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(17276,1,1633680000,2021,10,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(17277,1,1633683600,2021,10,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(17278,1,1633687200,2021,10,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(17279,1,1633690800,2021,10,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(17280,1,1633694400,2021,10,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(17281,1,1633698000,2021,10,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(17282,1,1633701600,2021,10,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(17283,1,1633705200,2021,10,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(17284,1,1633708800,2021,10,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(17285,1,1633712400,2021,10,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(17286,1,1633716000,2021,10,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(17287,1,1633719600,2021,10,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(17288,1,1633723200,2021,10,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(17289,1,1633726800,2021,10,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(17290,1,1633730400,2021,10,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(17291,1,1633734000,2021,10,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(17292,1,1633737600,2021,10,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(17293,1,1633741200,2021,10,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(17294,1,1633744800,2021,10,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(17295,1,1633748400,2021,10,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(17296,1,1633752000,2021,10,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(17297,1,1633755600,2021,10,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(17298,1,1633759200,2021,10,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(17299,1,1633762800,2021,10,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(17300,1,1633766400,2021,10,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(17301,1,1633770000,2021,10,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(17302,1,1633773600,2021,10,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(17303,1,1633777200,2021,10,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(17304,1,1633780800,2021,10,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(17305,1,1633784400,2021,10,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(17306,1,1633788000,2021,10,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(17307,1,1633791600,2021,10,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(17308,1,1633795200,2021,10,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(17309,1,1633798800,2021,10,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(17310,1,1633802400,2021,10,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(17311,1,1633806000,2021,10,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(17312,1,1633809600,2021,10,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(17313,1,1633813200,2021,10,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(17314,1,1633903200,2021,10,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(17315,1,1633906800,2021,10,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(17316,1,1633910400,2021,10,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(17317,1,1633914000,2021,10,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(17318,1,1633917600,2021,10,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(17319,1,1633921200,2021,10,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(17320,1,1633924800,2021,10,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(17321,1,1633928400,2021,10,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(17322,1,1633932000,2021,10,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(17323,1,1633935600,2021,10,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(17324,1,1633939200,2021,10,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(17325,1,1633942800,2021,10,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(17326,1,1633946400,2021,10,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(17327,1,1633950000,2021,10,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(17328,1,1633953600,2021,10,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(17329,1,1633957200,2021,10,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(17330,1,1633960800,2021,10,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(17331,1,1633964400,2021,10,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(17332,1,1633968000,2021,10,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(17333,1,1633971600,2021,10,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(17334,1,1633975200,2021,10,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(17335,1,1633978800,2021,10,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(17336,1,1633982400,2021,10,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(17337,1,1633986000,2021,10,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(17338,1,1633989600,2021,10,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(17339,1,1633993200,2021,10,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(17340,1,1633996800,2021,10,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(17341,1,1634000400,2021,10,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(17342,1,1634004000,2021,10,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(17343,1,1634007600,2021,10,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(17344,1,1634011200,2021,10,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(17345,1,1634014800,2021,10,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(17346,1,1634018400,2021,10,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(17347,1,1634022000,2021,10,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(17348,1,1634025600,2021,10,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(17349,1,1634029200,2021,10,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(17350,1,1634032800,2021,10,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(17351,1,1634036400,2021,10,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(17352,1,1634040000,2021,10,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(17353,1,1634043600,2021,10,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(17354,1,1634047200,2021,10,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(17355,1,1634050800,2021,10,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(17356,1,1634054400,2021,10,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(17357,1,1634058000,2021,10,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(17358,1,1634061600,2021,10,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(17359,1,1634065200,2021,10,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(17360,1,1634068800,2021,10,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(17361,1,1634072400,2021,10,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(17362,1,1634076000,2021,10,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(17363,1,1634079600,2021,10,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(17364,1,1634083200,2021,10,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(17365,1,1634086800,2021,10,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(17366,1,1634090400,2021,10,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(17367,1,1634094000,2021,10,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(17368,1,1634097600,2021,10,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(17369,1,1634101200,2021,10,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(17370,1,1634104800,2021,10,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(17371,1,1634108400,2021,10,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(17372,1,1634112000,2021,10,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(17373,1,1634115600,2021,10,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(17374,1,1634119200,2021,10,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(17375,1,1634122800,2021,10,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(17376,1,1634126400,2021,10,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(17377,1,1634130000,2021,10,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(17378,1,1634133600,2021,10,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(17379,1,1634137200,2021,10,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(17380,1,1634140800,2021,10,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(17381,1,1634144400,2021,10,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(17382,1,1634148000,2021,10,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(17383,1,1634151600,2021,10,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(17384,1,1634155200,2021,10,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(17385,1,1634158800,2021,10,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(17386,1,1634162400,2021,10,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(17387,1,1634166000,2021,10,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(17388,1,1634169600,2021,10,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(17389,1,1634173200,2021,10,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(17390,1,1634176800,2021,10,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(17391,1,1634180400,2021,10,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(17392,1,1634184000,2021,10,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(17393,1,1634187600,2021,10,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(17394,1,1634191200,2021,10,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(17395,1,1634194800,2021,10,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(17396,1,1634198400,2021,10,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(17397,1,1634202000,2021,10,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(17398,1,1634205600,2021,10,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(17399,1,1634209200,2021,10,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(17400,1,1634212800,2021,10,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(17401,1,1634216400,2021,10,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(17402,1,1634220000,2021,10,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(17403,1,1634223600,2021,10,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(17404,1,1634227200,2021,10,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(17405,1,1634230800,2021,10,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(17406,1,1634234400,2021,10,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(17407,1,1634238000,2021,10,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(17408,1,1634241600,2021,10,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(17409,1,1634245200,2021,10,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(17410,1,1634248800,2021,10,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(17411,1,1634252400,2021,10,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(17412,1,1634256000,2021,10,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(17413,1,1634259600,2021,10,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(17414,1,1634263200,2021,10,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(17415,1,1634266800,2021,10,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(17416,1,1634270400,2021,10,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(17417,1,1634274000,2021,10,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(17418,1,1634277600,2021,10,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(17419,1,1634281200,2021,10,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(17420,1,1634284800,2021,10,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(17421,1,1634288400,2021,10,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(17422,1,1634292000,2021,10,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(17423,1,1634295600,2021,10,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(17424,1,1634299200,2021,10,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(17425,1,1634302800,2021,10,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(17426,1,1634306400,2021,10,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(17427,1,1634310000,2021,10,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(17428,1,1634313600,2021,10,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(17429,1,1634317200,2021,10,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(17430,1,1634320800,2021,10,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(17431,1,1634324400,2021,10,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(17432,1,1634328000,2021,10,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(17433,1,1634331600,2021,10,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(17434,1,1634335200,2021,10,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(17435,1,1634338800,2021,10,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(17436,1,1634342400,2021,10,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(17437,1,1634346000,2021,10,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(17438,1,1634349600,2021,10,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(17439,1,1634353200,2021,10,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(17440,1,1634356800,2021,10,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(17441,1,1634360400,2021,10,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(17442,1,1634364000,2021,10,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(17443,1,1634367600,2021,10,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(17444,1,1634371200,2021,10,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(17445,1,1634374800,2021,10,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(17446,1,1634378400,2021,10,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(17447,1,1634382000,2021,10,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(17448,1,1634385600,2021,10,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(17449,1,1634389200,2021,10,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(17450,1,1634392800,2021,10,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(17451,1,1634396400,2021,10,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(17452,1,1634400000,2021,10,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(17453,1,1634403600,2021,10,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(17454,1,1634407200,2021,10,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(17455,1,1634410800,2021,10,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(17456,1,1634414400,2021,10,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(17457,1,1634418000,2021,10,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(17458,1,1634508000,2021,10,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(17459,1,1634511600,2021,10,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(17460,1,1634515200,2021,10,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(17461,1,1634518800,2021,10,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(17462,1,1634522400,2021,10,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(17463,1,1634526000,2021,10,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(17464,1,1634529600,2021,10,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(17465,1,1634533200,2021,10,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(17466,1,1634536800,2021,10,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(17467,1,1634540400,2021,10,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(17468,1,1634544000,2021,10,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(17469,1,1634547600,2021,10,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(17470,1,1634551200,2021,10,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(17471,1,1634554800,2021,10,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(17472,1,1634558400,2021,10,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(17473,1,1634562000,2021,10,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(17474,1,1634565600,2021,10,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(17475,1,1634569200,2021,10,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(17476,1,1634572800,2021,10,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(17477,1,1634576400,2021,10,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(17478,1,1634580000,2021,10,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(17479,1,1634583600,2021,10,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(17480,1,1634587200,2021,10,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(17481,1,1634590800,2021,10,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(17482,1,1634594400,2021,10,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(17483,1,1634598000,2021,10,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(17484,1,1634601600,2021,10,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(17485,1,1634605200,2021,10,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(17486,1,1634608800,2021,10,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(17487,1,1634612400,2021,10,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(17488,1,1634616000,2021,10,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(17489,1,1634619600,2021,10,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(17490,1,1634623200,2021,10,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(17491,1,1634626800,2021,10,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(17492,1,1634630400,2021,10,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(17493,1,1634634000,2021,10,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(17494,1,1634637600,2021,10,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(17495,1,1634641200,2021,10,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(17496,1,1634644800,2021,10,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(17497,1,1634648400,2021,10,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(17498,1,1634652000,2021,10,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(17499,1,1634655600,2021,10,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(17500,1,1634659200,2021,10,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(17501,1,1634662800,2021,10,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(17502,1,1634666400,2021,10,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(17503,1,1634670000,2021,10,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(17504,1,1634673600,2021,10,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(17505,1,1634677200,2021,10,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(17506,1,1634680800,2021,10,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(17507,1,1634684400,2021,10,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(17508,1,1634688000,2021,10,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(17509,1,1634691600,2021,10,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(17510,1,1634695200,2021,10,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(17511,1,1634698800,2021,10,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(17512,1,1634702400,2021,10,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(17513,1,1634706000,2021,10,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(17514,1,1634709600,2021,10,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(17515,1,1634713200,2021,10,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(17516,1,1634716800,2021,10,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(17517,1,1634720400,2021,10,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(17518,1,1634724000,2021,10,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(17519,1,1634727600,2021,10,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(17520,1,1634731200,2021,10,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(17521,1,1634734800,2021,10,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(17522,1,1634738400,2021,10,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(17523,1,1634742000,2021,10,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(17524,1,1634745600,2021,10,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(17525,1,1634749200,2021,10,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(17526,1,1634752800,2021,10,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(17527,1,1634756400,2021,10,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(17528,1,1634760000,2021,10,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(17529,1,1634763600,2021,10,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(17530,1,1634767200,2021,10,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(17531,1,1634770800,2021,10,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(17532,1,1634774400,2021,10,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(17533,1,1634778000,2021,10,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(17534,1,1634781600,2021,10,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(17535,1,1634785200,2021,10,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(17536,1,1634788800,2021,10,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(17537,1,1634792400,2021,10,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(17538,1,1634796000,2021,10,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(17539,1,1634799600,2021,10,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(17540,1,1634803200,2021,10,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(17541,1,1634806800,2021,10,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(17542,1,1634810400,2021,10,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(17543,1,1634814000,2021,10,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(17544,1,1634817600,2021,10,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(17545,1,1634821200,2021,10,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(17546,1,1634824800,2021,10,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(17547,1,1634828400,2021,10,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(17548,1,1634832000,2021,10,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(17549,1,1634835600,2021,10,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(17550,1,1634839200,2021,10,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(17551,1,1634842800,2021,10,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(17552,1,1634846400,2021,10,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(17553,1,1634850000,2021,10,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(17554,1,1634853600,2021,10,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(17555,1,1634857200,2021,10,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(17556,1,1634860800,2021,10,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(17557,1,1634864400,2021,10,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(17558,1,1634868000,2021,10,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(17559,1,1634871600,2021,10,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(17560,1,1634875200,2021,10,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(17561,1,1634878800,2021,10,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(17562,1,1634882400,2021,10,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(17563,1,1634886000,2021,10,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(17564,1,1634889600,2021,10,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(17565,1,1634893200,2021,10,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(17566,1,1634896800,2021,10,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(17567,1,1634900400,2021,10,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(17568,1,1634904000,2021,10,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(17569,1,1634907600,2021,10,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(17570,1,1634911200,2021,10,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(17571,1,1634914800,2021,10,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(17572,1,1634918400,2021,10,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(17573,1,1634922000,2021,10,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(17574,1,1634925600,2021,10,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(17575,1,1634929200,2021,10,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(17576,1,1634932800,2021,10,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(17577,1,1634936400,2021,10,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(17578,1,1634940000,2021,10,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(17579,1,1634943600,2021,10,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(17580,1,1634947200,2021,10,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(17581,1,1634950800,2021,10,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(17582,1,1634954400,2021,10,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(17583,1,1634958000,2021,10,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(17584,1,1634961600,2021,10,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(17585,1,1634965200,2021,10,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(17586,1,1634968800,2021,10,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(17587,1,1634972400,2021,10,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(17588,1,1634976000,2021,10,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(17589,1,1634979600,2021,10,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(17590,1,1634983200,2021,10,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(17591,1,1634986800,2021,10,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(17592,1,1634990400,2021,10,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(17593,1,1634994000,2021,10,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(17594,1,1634997600,2021,10,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(17595,1,1635001200,2021,10,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(17596,1,1635004800,2021,10,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(17597,1,1635008400,2021,10,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(17598,1,1635012000,2021,10,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(17599,1,1635015600,2021,10,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(17600,1,1635019200,2021,10,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(17601,1,1635022800,2021,10,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(17602,1,1635112800,2021,10,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(17603,1,1635116400,2021,10,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(17604,1,1635120000,2021,10,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(17605,1,1635123600,2021,10,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(17606,1,1635127200,2021,10,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(17607,1,1635130800,2021,10,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(17608,1,1635134400,2021,10,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(17609,1,1635138000,2021,10,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(17610,1,1635141600,2021,10,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(17611,1,1635145200,2021,10,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(17612,1,1635148800,2021,10,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(17613,1,1635152400,2021,10,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(17614,1,1635156000,2021,10,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(17615,1,1635159600,2021,10,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(17616,1,1635163200,2021,10,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(17617,1,1635166800,2021,10,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(17618,1,1635170400,2021,10,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(17619,1,1635174000,2021,10,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(17620,1,1635177600,2021,10,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(17621,1,1635181200,2021,10,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(17622,1,1635184800,2021,10,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(17623,1,1635188400,2021,10,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(17624,1,1635192000,2021,10,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(17625,1,1635195600,2021,10,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(17626,1,1635199200,2021,10,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(17627,1,1635202800,2021,10,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(17628,1,1635206400,2021,10,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(17629,1,1635210000,2021,10,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(17630,1,1635213600,2021,10,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(17631,1,1635217200,2021,10,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(17632,1,1635220800,2021,10,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(17633,1,1635224400,2021,10,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(17634,1,1635228000,2021,10,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(17635,1,1635231600,2021,10,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(17636,1,1635235200,2021,10,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(17637,1,1635238800,2021,10,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(17638,1,1635242400,2021,10,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(17639,1,1635246000,2021,10,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(17640,1,1635249600,2021,10,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(17641,1,1635253200,2021,10,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(17642,1,1635256800,2021,10,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(17643,1,1635260400,2021,10,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(17644,1,1635264000,2021,10,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(17645,1,1635267600,2021,10,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(17646,1,1635271200,2021,10,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(17647,1,1635274800,2021,10,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(17648,1,1635278400,2021,10,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(17649,1,1635282000,2021,10,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(17650,1,1635285600,2021,10,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(17651,1,1635289200,2021,10,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(17652,1,1635292800,2021,10,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(17653,1,1635296400,2021,10,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(17654,1,1635300000,2021,10,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(17655,1,1635303600,2021,10,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(17656,1,1635307200,2021,10,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(17657,1,1635310800,2021,10,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(17658,1,1635314400,2021,10,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(17659,1,1635318000,2021,10,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(17660,1,1635321600,2021,10,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(17661,1,1635325200,2021,10,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(17662,1,1635328800,2021,10,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(17663,1,1635332400,2021,10,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(17664,1,1635336000,2021,10,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(17665,1,1635339600,2021,10,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(17666,1,1635343200,2021,10,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(17667,1,1635346800,2021,10,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(17668,1,1635350400,2021,10,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(17669,1,1635354000,2021,10,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(17670,1,1635357600,2021,10,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(17671,1,1635361200,2021,10,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(17672,1,1635364800,2021,10,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(17673,1,1635368400,2021,10,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(17674,1,1635372000,2021,10,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(17675,1,1635375600,2021,10,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(17676,1,1635379200,2021,10,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(17677,1,1635382800,2021,10,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(17678,1,1635386400,2021,10,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(17679,1,1635390000,2021,10,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(17680,1,1635393600,2021,10,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(17681,1,1635397200,2021,10,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(17682,1,1635400800,2021,10,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(17683,1,1635404400,2021,10,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(17684,1,1635408000,2021,10,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(17685,1,1635411600,2021,10,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(17686,1,1635415200,2021,10,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(17687,1,1635418800,2021,10,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(17688,1,1635422400,2021,10,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(17689,1,1635426000,2021,10,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(17690,1,1635429600,2021,10,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(17691,1,1635433200,2021,10,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(17692,1,1635436800,2021,10,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(17693,1,1635440400,2021,10,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(17694,1,1635444000,2021,10,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(17695,1,1635447600,2021,10,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(17696,1,1635451200,2021,10,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(17697,1,1635454800,2021,10,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(17698,1,1635458400,2021,10,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(17699,1,1635462000,2021,10,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(17700,1,1635465600,2021,10,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(17701,1,1635469200,2021,10,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(17702,1,1635472800,2021,10,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(17703,1,1635476400,2021,10,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(17704,1,1635480000,2021,10,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(17705,1,1635483600,2021,10,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(17706,1,1635487200,2021,10,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(17707,1,1635490800,2021,10,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(17708,1,1635494400,2021,10,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(17709,1,1635498000,2021,10,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(17710,1,1635501600,2021,10,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(17711,1,1635505200,2021,10,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(17712,1,1635508800,2021,10,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(17713,1,1635512400,2021,10,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(17714,1,1635516000,2021,10,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(17715,1,1635519600,2021,10,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(17716,1,1635523200,2021,10,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(17717,1,1635526800,2021,10,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(17718,1,1635530400,2021,10,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(17719,1,1635534000,2021,10,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(17720,1,1635537600,2021,10,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(17721,1,1635541200,2021,10,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(17722,1,1635544800,2021,10,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(17723,1,1635548400,2021,10,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(17724,1,1635552000,2021,10,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(17725,1,1635555600,2021,10,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(17726,1,1635559200,2021,10,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(17727,1,1635562800,2021,10,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(17728,1,1635566400,2021,10,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(17729,1,1635570000,2021,10,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(17730,1,1635573600,2021,10,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(17731,1,1635577200,2021,10,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(17732,1,1635580800,2021,10,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(17733,1,1635584400,2021,10,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(17734,1,1635588000,2021,10,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(17735,1,1635591600,2021,10,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(17736,1,1635595200,2021,10,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(17737,1,1635598800,2021,10,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(17738,1,1635602400,2021,10,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(17739,1,1635606000,2021,10,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(17740,1,1635609600,2021,10,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(17741,1,1635613200,2021,10,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(17742,1,1635616800,2021,10,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(17743,1,1635620400,2021,10,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(17744,1,1635624000,2021,10,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(17745,1,1635627600,2021,10,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(17746,1,1635721200,2021,11,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(17747,1,1635724800,2021,11,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(17748,1,1635728400,2021,11,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(17749,1,1635732000,2021,11,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(17750,1,1635735600,2021,11,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(17751,1,1635739200,2021,11,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(17752,1,1635742800,2021,11,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(17753,1,1635746400,2021,11,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(17754,1,1635750000,2021,11,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(17755,1,1635753600,2021,11,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(17756,1,1635757200,2021,11,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(17757,1,1635760800,2021,11,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(17758,1,1635764400,2021,11,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(17759,1,1635768000,2021,11,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(17760,1,1635771600,2021,11,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(17761,1,1635775200,2021,11,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(17762,1,1635778800,2021,11,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(17763,1,1635782400,2021,11,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(17764,1,1635786000,2021,11,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(17765,1,1635789600,2021,11,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(17766,1,1635793200,2021,11,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(17767,1,1635796800,2021,11,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(17768,1,1635800400,2021,11,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(17769,1,1635804000,2021,11,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(17770,1,1635807600,2021,11,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(17771,1,1635811200,2021,11,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(17772,1,1635814800,2021,11,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(17773,1,1635818400,2021,11,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(17774,1,1635822000,2021,11,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(17775,1,1635825600,2021,11,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(17776,1,1635829200,2021,11,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(17777,1,1635832800,2021,11,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(17778,1,1635836400,2021,11,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(17779,1,1635840000,2021,11,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(17780,1,1635843600,2021,11,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(17781,1,1635847200,2021,11,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(17782,1,1635850800,2021,11,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(17783,1,1635854400,2021,11,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(17784,1,1635858000,2021,11,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(17785,1,1635861600,2021,11,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(17786,1,1635865200,2021,11,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(17787,1,1635868800,2021,11,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(17788,1,1635872400,2021,11,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(17789,1,1635876000,2021,11,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(17790,1,1635879600,2021,11,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(17791,1,1635883200,2021,11,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(17792,1,1635886800,2021,11,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(17793,1,1635890400,2021,11,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(17794,1,1635894000,2021,11,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(17795,1,1635897600,2021,11,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(17796,1,1635901200,2021,11,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(17797,1,1635904800,2021,11,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(17798,1,1635908400,2021,11,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(17799,1,1635912000,2021,11,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(17800,1,1635915600,2021,11,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(17801,1,1635919200,2021,11,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(17802,1,1635922800,2021,11,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(17803,1,1635926400,2021,11,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(17804,1,1635930000,2021,11,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(17805,1,1635933600,2021,11,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(17806,1,1635937200,2021,11,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(17807,1,1635940800,2021,11,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(17808,1,1635944400,2021,11,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(17809,1,1635948000,2021,11,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(17810,1,1635951600,2021,11,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(17811,1,1635955200,2021,11,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(17812,1,1635958800,2021,11,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(17813,1,1635962400,2021,11,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(17814,1,1635966000,2021,11,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(17815,1,1635969600,2021,11,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(17816,1,1635973200,2021,11,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(17817,1,1635976800,2021,11,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(17818,1,1635980400,2021,11,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(17819,1,1635984000,2021,11,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(17820,1,1635987600,2021,11,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(17821,1,1635991200,2021,11,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(17822,1,1635994800,2021,11,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(17823,1,1635998400,2021,11,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(17824,1,1636002000,2021,11,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(17825,1,1636005600,2021,11,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(17826,1,1636009200,2021,11,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(17827,1,1636012800,2021,11,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(17828,1,1636016400,2021,11,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(17829,1,1636020000,2021,11,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(17830,1,1636023600,2021,11,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(17831,1,1636027200,2021,11,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(17832,1,1636030800,2021,11,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(17833,1,1636034400,2021,11,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(17834,1,1636038000,2021,11,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(17835,1,1636041600,2021,11,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(17836,1,1636045200,2021,11,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(17837,1,1636048800,2021,11,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(17838,1,1636052400,2021,11,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(17839,1,1636056000,2021,11,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(17840,1,1636059600,2021,11,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(17841,1,1636063200,2021,11,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(17842,1,1636066800,2021,11,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(17843,1,1636070400,2021,11,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(17844,1,1636074000,2021,11,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(17845,1,1636077600,2021,11,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(17846,1,1636081200,2021,11,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(17847,1,1636084800,2021,11,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(17848,1,1636088400,2021,11,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(17849,1,1636092000,2021,11,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(17850,1,1636095600,2021,11,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(17851,1,1636099200,2021,11,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(17852,1,1636102800,2021,11,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(17853,1,1636106400,2021,11,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(17854,1,1636110000,2021,11,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(17855,1,1636113600,2021,11,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(17856,1,1636117200,2021,11,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(17857,1,1636120800,2021,11,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(17858,1,1636124400,2021,11,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(17859,1,1636128000,2021,11,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(17860,1,1636131600,2021,11,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(17861,1,1636135200,2021,11,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(17862,1,1636138800,2021,11,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(17863,1,1636142400,2021,11,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(17864,1,1636146000,2021,11,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(17865,1,1636149600,2021,11,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(17866,1,1636153200,2021,11,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(17867,1,1636156800,2021,11,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(17868,1,1636160400,2021,11,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(17869,1,1636164000,2021,11,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(17870,1,1636167600,2021,11,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(17871,1,1636171200,2021,11,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(17872,1,1636174800,2021,11,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(17873,1,1636178400,2021,11,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(17874,1,1636182000,2021,11,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(17875,1,1636185600,2021,11,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(17876,1,1636189200,2021,11,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(17877,1,1636192800,2021,11,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(17878,1,1636196400,2021,11,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(17879,1,1636200000,2021,11,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(17880,1,1636203600,2021,11,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(17881,1,1636207200,2021,11,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(17882,1,1636210800,2021,11,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(17883,1,1636214400,2021,11,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(17884,1,1636218000,2021,11,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(17885,1,1636221600,2021,11,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(17886,1,1636225200,2021,11,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(17887,1,1636228800,2021,11,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(17888,1,1636232400,2021,11,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(17889,1,1636236000,2021,11,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(17890,1,1636326000,2021,11,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(17891,1,1636329600,2021,11,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(17892,1,1636333200,2021,11,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(17893,1,1636336800,2021,11,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(17894,1,1636340400,2021,11,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(17895,1,1636344000,2021,11,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(17896,1,1636347600,2021,11,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(17897,1,1636351200,2021,11,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(17898,1,1636354800,2021,11,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(17899,1,1636358400,2021,11,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(17900,1,1636362000,2021,11,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(17901,1,1636365600,2021,11,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(17902,1,1636369200,2021,11,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(17903,1,1636372800,2021,11,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(17904,1,1636376400,2021,11,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(17905,1,1636380000,2021,11,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(17906,1,1636383600,2021,11,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(17907,1,1636387200,2021,11,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(17908,1,1636390800,2021,11,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(17909,1,1636394400,2021,11,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(17910,1,1636398000,2021,11,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(17911,1,1636401600,2021,11,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(17912,1,1636405200,2021,11,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(17913,1,1636408800,2021,11,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(17914,1,1636412400,2021,11,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(17915,1,1636416000,2021,11,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(17916,1,1636419600,2021,11,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(17917,1,1636423200,2021,11,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(17918,1,1636426800,2021,11,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(17919,1,1636430400,2021,11,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(17920,1,1636434000,2021,11,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(17921,1,1636437600,2021,11,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(17922,1,1636441200,2021,11,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(17923,1,1636444800,2021,11,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(17924,1,1636448400,2021,11,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(17925,1,1636452000,2021,11,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(17926,1,1636455600,2021,11,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(17927,1,1636459200,2021,11,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(17928,1,1636462800,2021,11,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(17929,1,1636466400,2021,11,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(17930,1,1636470000,2021,11,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(17931,1,1636473600,2021,11,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(17932,1,1636477200,2021,11,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(17933,1,1636480800,2021,11,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(17934,1,1636484400,2021,11,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(17935,1,1636488000,2021,11,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(17936,1,1636491600,2021,11,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(17937,1,1636495200,2021,11,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(17938,1,1636498800,2021,11,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(17939,1,1636502400,2021,11,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(17940,1,1636506000,2021,11,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(17941,1,1636509600,2021,11,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(17942,1,1636513200,2021,11,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(17943,1,1636516800,2021,11,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(17944,1,1636520400,2021,11,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(17945,1,1636524000,2021,11,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(17946,1,1636527600,2021,11,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(17947,1,1636531200,2021,11,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(17948,1,1636534800,2021,11,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(17949,1,1636538400,2021,11,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(17950,1,1636542000,2021,11,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(17951,1,1636545600,2021,11,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(17952,1,1636549200,2021,11,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(17953,1,1636552800,2021,11,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(17954,1,1636556400,2021,11,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(17955,1,1636560000,2021,11,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(17956,1,1636563600,2021,11,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(17957,1,1636567200,2021,11,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(17958,1,1636570800,2021,11,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(17959,1,1636574400,2021,11,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(17960,1,1636578000,2021,11,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(17961,1,1636581600,2021,11,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(17962,1,1636585200,2021,11,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(17963,1,1636588800,2021,11,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(17964,1,1636592400,2021,11,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(17965,1,1636596000,2021,11,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(17966,1,1636599600,2021,11,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(17967,1,1636603200,2021,11,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(17968,1,1636606800,2021,11,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(17969,1,1636610400,2021,11,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(17970,1,1636614000,2021,11,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(17971,1,1636617600,2021,11,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(17972,1,1636621200,2021,11,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(17973,1,1636624800,2021,11,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(17974,1,1636628400,2021,11,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(17975,1,1636632000,2021,11,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(17976,1,1636635600,2021,11,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(17977,1,1636639200,2021,11,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(17978,1,1636642800,2021,11,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(17979,1,1636646400,2021,11,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(17980,1,1636650000,2021,11,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(17981,1,1636653600,2021,11,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(17982,1,1636657200,2021,11,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(17983,1,1636660800,2021,11,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(17984,1,1636664400,2021,11,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(17985,1,1636668000,2021,11,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(17986,1,1636671600,2021,11,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(17987,1,1636675200,2021,11,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(17988,1,1636678800,2021,11,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(17989,1,1636682400,2021,11,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(17990,1,1636686000,2021,11,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(17991,1,1636689600,2021,11,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(17992,1,1636693200,2021,11,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(17993,1,1636696800,2021,11,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(17994,1,1636700400,2021,11,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(17995,1,1636704000,2021,11,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(17996,1,1636707600,2021,11,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(17997,1,1636711200,2021,11,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(17998,1,1636714800,2021,11,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(17999,1,1636718400,2021,11,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(18000,1,1636722000,2021,11,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(18001,1,1636725600,2021,11,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(18002,1,1636729200,2021,11,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(18003,1,1636732800,2021,11,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(18004,1,1636736400,2021,11,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(18005,1,1636740000,2021,11,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(18006,1,1636743600,2021,11,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(18007,1,1636747200,2021,11,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(18008,1,1636750800,2021,11,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(18009,1,1636754400,2021,11,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(18010,1,1636758000,2021,11,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(18011,1,1636761600,2021,11,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(18012,1,1636765200,2021,11,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(18013,1,1636768800,2021,11,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(18014,1,1636772400,2021,11,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(18015,1,1636776000,2021,11,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(18016,1,1636779600,2021,11,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(18017,1,1636783200,2021,11,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(18018,1,1636786800,2021,11,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(18019,1,1636790400,2021,11,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(18020,1,1636794000,2021,11,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(18021,1,1636797600,2021,11,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(18022,1,1636801200,2021,11,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(18023,1,1636804800,2021,11,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(18024,1,1636808400,2021,11,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(18025,1,1636812000,2021,11,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(18026,1,1636815600,2021,11,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(18027,1,1636819200,2021,11,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(18028,1,1636822800,2021,11,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(18029,1,1636826400,2021,11,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(18030,1,1636830000,2021,11,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(18031,1,1636833600,2021,11,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(18032,1,1636837200,2021,11,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(18033,1,1636840800,2021,11,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(18034,1,1636930800,2021,11,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(18035,1,1636934400,2021,11,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(18036,1,1636938000,2021,11,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(18037,1,1636941600,2021,11,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(18038,1,1636945200,2021,11,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(18039,1,1636948800,2021,11,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(18040,1,1636952400,2021,11,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(18041,1,1636956000,2021,11,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(18042,1,1636959600,2021,11,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(18043,1,1636963200,2021,11,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(18044,1,1636966800,2021,11,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(18045,1,1636970400,2021,11,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(18046,1,1636974000,2021,11,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(18047,1,1636977600,2021,11,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(18048,1,1636981200,2021,11,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(18049,1,1636984800,2021,11,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(18050,1,1636988400,2021,11,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(18051,1,1636992000,2021,11,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(18052,1,1636995600,2021,11,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(18053,1,1636999200,2021,11,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(18054,1,1637002800,2021,11,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(18055,1,1637006400,2021,11,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(18056,1,1637010000,2021,11,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(18057,1,1637013600,2021,11,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(18058,1,1637017200,2021,11,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(18059,1,1637020800,2021,11,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(18060,1,1637024400,2021,11,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(18061,1,1637028000,2021,11,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(18062,1,1637031600,2021,11,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(18063,1,1637035200,2021,11,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(18064,1,1637038800,2021,11,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(18065,1,1637042400,2021,11,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(18066,1,1637046000,2021,11,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(18067,1,1637049600,2021,11,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(18068,1,1637053200,2021,11,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(18069,1,1637056800,2021,11,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(18070,1,1637060400,2021,11,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(18071,1,1637064000,2021,11,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(18072,1,1637067600,2021,11,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(18073,1,1637071200,2021,11,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(18074,1,1637074800,2021,11,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(18075,1,1637078400,2021,11,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(18076,1,1637082000,2021,11,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(18077,1,1637085600,2021,11,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(18078,1,1637089200,2021,11,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(18079,1,1637092800,2021,11,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(18080,1,1637096400,2021,11,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(18081,1,1637100000,2021,11,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(18082,1,1637103600,2021,11,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(18083,1,1637107200,2021,11,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(18084,1,1637110800,2021,11,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(18085,1,1637114400,2021,11,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(18086,1,1637118000,2021,11,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(18087,1,1637121600,2021,11,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(18088,1,1637125200,2021,11,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(18089,1,1637128800,2021,11,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(18090,1,1637132400,2021,11,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(18091,1,1637136000,2021,11,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(18092,1,1637139600,2021,11,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(18093,1,1637143200,2021,11,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(18094,1,1637146800,2021,11,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(18095,1,1637150400,2021,11,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(18096,1,1637154000,2021,11,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(18097,1,1637157600,2021,11,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(18098,1,1637161200,2021,11,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(18099,1,1637164800,2021,11,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(18100,1,1637168400,2021,11,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(18101,1,1637172000,2021,11,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(18102,1,1637175600,2021,11,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(18103,1,1637179200,2021,11,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(18104,1,1637182800,2021,11,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(18105,1,1637186400,2021,11,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(18106,1,1637190000,2021,11,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(18107,1,1637193600,2021,11,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(18108,1,1637197200,2021,11,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(18109,1,1637200800,2021,11,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(18110,1,1637204400,2021,11,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(18111,1,1637208000,2021,11,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(18112,1,1637211600,2021,11,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(18113,1,1637215200,2021,11,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(18114,1,1637218800,2021,11,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(18115,1,1637222400,2021,11,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(18116,1,1637226000,2021,11,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(18117,1,1637229600,2021,11,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(18118,1,1637233200,2021,11,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(18119,1,1637236800,2021,11,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(18120,1,1637240400,2021,11,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(18121,1,1637244000,2021,11,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(18122,1,1637247600,2021,11,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(18123,1,1637251200,2021,11,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(18124,1,1637254800,2021,11,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(18125,1,1637258400,2021,11,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(18126,1,1637262000,2021,11,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(18127,1,1637265600,2021,11,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(18128,1,1637269200,2021,11,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(18129,1,1637272800,2021,11,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(18130,1,1637276400,2021,11,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(18131,1,1637280000,2021,11,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(18132,1,1637283600,2021,11,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(18133,1,1637287200,2021,11,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(18134,1,1637290800,2021,11,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(18135,1,1637294400,2021,11,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(18136,1,1637298000,2021,11,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(18137,1,1637301600,2021,11,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(18138,1,1637305200,2021,11,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(18139,1,1637308800,2021,11,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(18140,1,1637312400,2021,11,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(18141,1,1637316000,2021,11,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(18142,1,1637319600,2021,11,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(18143,1,1637323200,2021,11,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(18144,1,1637326800,2021,11,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(18145,1,1637330400,2021,11,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(18146,1,1637334000,2021,11,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(18147,1,1637337600,2021,11,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(18148,1,1637341200,2021,11,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(18149,1,1637344800,2021,11,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(18150,1,1637348400,2021,11,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(18151,1,1637352000,2021,11,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(18152,1,1637355600,2021,11,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(18153,1,1637359200,2021,11,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(18154,1,1637362800,2021,11,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(18155,1,1637366400,2021,11,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(18156,1,1637370000,2021,11,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(18157,1,1637373600,2021,11,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(18158,1,1637377200,2021,11,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(18159,1,1637380800,2021,11,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(18160,1,1637384400,2021,11,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(18161,1,1637388000,2021,11,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(18162,1,1637391600,2021,11,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(18163,1,1637395200,2021,11,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(18164,1,1637398800,2021,11,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(18165,1,1637402400,2021,11,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(18166,1,1637406000,2021,11,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(18167,1,1637409600,2021,11,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(18168,1,1637413200,2021,11,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(18169,1,1637416800,2021,11,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(18170,1,1637420400,2021,11,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(18171,1,1637424000,2021,11,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(18172,1,1637427600,2021,11,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(18173,1,1637431200,2021,11,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(18174,1,1637434800,2021,11,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(18175,1,1637438400,2021,11,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(18176,1,1637442000,2021,11,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(18177,1,1637445600,2021,11,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(18178,1,1637535600,2021,11,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(18179,1,1637539200,2021,11,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(18180,1,1637542800,2021,11,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(18181,1,1637546400,2021,11,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(18182,1,1637550000,2021,11,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(18183,1,1637553600,2021,11,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(18184,1,1637557200,2021,11,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(18185,1,1637560800,2021,11,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(18186,1,1637564400,2021,11,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(18187,1,1637568000,2021,11,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(18188,1,1637571600,2021,11,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(18189,1,1637575200,2021,11,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(18190,1,1637578800,2021,11,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(18191,1,1637582400,2021,11,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(18192,1,1637586000,2021,11,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(18193,1,1637589600,2021,11,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(18194,1,1637593200,2021,11,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(18195,1,1637596800,2021,11,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(18196,1,1637600400,2021,11,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(18197,1,1637604000,2021,11,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(18198,1,1637607600,2021,11,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(18199,1,1637611200,2021,11,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(18200,1,1637614800,2021,11,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(18201,1,1637618400,2021,11,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(18202,1,1637622000,2021,11,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(18203,1,1637625600,2021,11,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(18204,1,1637629200,2021,11,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(18205,1,1637632800,2021,11,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(18206,1,1637636400,2021,11,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(18207,1,1637640000,2021,11,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(18208,1,1637643600,2021,11,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(18209,1,1637647200,2021,11,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(18210,1,1637650800,2021,11,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(18211,1,1637654400,2021,11,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(18212,1,1637658000,2021,11,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(18213,1,1637661600,2021,11,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(18214,1,1637665200,2021,11,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(18215,1,1637668800,2021,11,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(18216,1,1637672400,2021,11,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(18217,1,1637676000,2021,11,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(18218,1,1637679600,2021,11,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(18219,1,1637683200,2021,11,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(18220,1,1637686800,2021,11,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(18221,1,1637690400,2021,11,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(18222,1,1637694000,2021,11,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(18223,1,1637697600,2021,11,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(18224,1,1637701200,2021,11,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(18225,1,1637704800,2021,11,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(18226,1,1637708400,2021,11,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(18227,1,1637712000,2021,11,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(18228,1,1637715600,2021,11,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(18229,1,1637719200,2021,11,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(18230,1,1637722800,2021,11,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(18231,1,1637726400,2021,11,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(18232,1,1637730000,2021,11,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(18233,1,1637733600,2021,11,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(18234,1,1637737200,2021,11,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(18235,1,1637740800,2021,11,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(18236,1,1637744400,2021,11,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(18237,1,1637748000,2021,11,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(18238,1,1637751600,2021,11,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(18239,1,1637755200,2021,11,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(18240,1,1637758800,2021,11,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(18241,1,1637762400,2021,11,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(18242,1,1637766000,2021,11,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(18243,1,1637769600,2021,11,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(18244,1,1637773200,2021,11,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(18245,1,1637776800,2021,11,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(18246,1,1637780400,2021,11,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(18247,1,1637784000,2021,11,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(18248,1,1637787600,2021,11,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(18249,1,1637791200,2021,11,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(18250,1,1637794800,2021,11,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(18251,1,1637798400,2021,11,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(18252,1,1637802000,2021,11,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(18253,1,1637805600,2021,11,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(18254,1,1637809200,2021,11,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(18255,1,1637812800,2021,11,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(18256,1,1637816400,2021,11,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(18257,1,1637820000,2021,11,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(18258,1,1637823600,2021,11,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(18259,1,1637827200,2021,11,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(18260,1,1637830800,2021,11,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(18261,1,1637834400,2021,11,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(18262,1,1637838000,2021,11,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(18263,1,1637841600,2021,11,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(18264,1,1637845200,2021,11,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(18265,1,1637848800,2021,11,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(18266,1,1637852400,2021,11,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(18267,1,1637856000,2021,11,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(18268,1,1637859600,2021,11,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(18269,1,1637863200,2021,11,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(18270,1,1637866800,2021,11,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(18271,1,1637870400,2021,11,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(18272,1,1637874000,2021,11,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(18273,1,1637877600,2021,11,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(18274,1,1637881200,2021,11,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(18275,1,1637884800,2021,11,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(18276,1,1637888400,2021,11,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(18277,1,1637892000,2021,11,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(18278,1,1637895600,2021,11,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(18279,1,1637899200,2021,11,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(18280,1,1637902800,2021,11,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(18281,1,1637906400,2021,11,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(18282,1,1637910000,2021,11,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(18283,1,1637913600,2021,11,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(18284,1,1637917200,2021,11,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(18285,1,1637920800,2021,11,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(18286,1,1637924400,2021,11,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(18287,1,1637928000,2021,11,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(18288,1,1637931600,2021,11,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(18289,1,1637935200,2021,11,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(18290,1,1637938800,2021,11,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(18291,1,1637942400,2021,11,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(18292,1,1637946000,2021,11,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(18293,1,1637949600,2021,11,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(18294,1,1637953200,2021,11,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(18295,1,1637956800,2021,11,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(18296,1,1637960400,2021,11,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(18297,1,1637964000,2021,11,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(18298,1,1637967600,2021,11,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(18299,1,1637971200,2021,11,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(18300,1,1637974800,2021,11,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(18301,1,1637978400,2021,11,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(18302,1,1637982000,2021,11,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(18303,1,1637985600,2021,11,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(18304,1,1637989200,2021,11,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(18305,1,1637992800,2021,11,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(18306,1,1637996400,2021,11,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(18307,1,1638000000,2021,11,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(18308,1,1638003600,2021,11,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(18309,1,1638007200,2021,11,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(18310,1,1638010800,2021,11,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(18311,1,1638014400,2021,11,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(18312,1,1638018000,2021,11,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(18313,1,1638021600,2021,11,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(18314,1,1638025200,2021,11,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(18315,1,1638028800,2021,11,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(18316,1,1638032400,2021,11,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(18317,1,1638036000,2021,11,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(18318,1,1638039600,2021,11,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(18319,1,1638043200,2021,11,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(18320,1,1638046800,2021,11,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(18321,1,1638050400,2021,11,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(18322,1,1638140400,2021,11,29,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(18323,1,1638144000,2021,11,29,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(18324,1,1638147600,2021,11,29,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(18325,1,1638151200,2021,11,29,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(18326,1,1638154800,2021,11,29,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(18327,1,1638158400,2021,11,29,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(18328,1,1638162000,2021,11,29,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(18329,1,1638165600,2021,11,29,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(18330,1,1638169200,2021,11,29,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(18331,1,1638172800,2021,11,29,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(18332,1,1638176400,2021,11,29,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(18333,1,1638180000,2021,11,29,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(18334,1,1638183600,2021,11,29,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(18335,1,1638187200,2021,11,29,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(18336,1,1638190800,2021,11,29,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(18337,1,1638194400,2021,11,29,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(18338,1,1638198000,2021,11,29,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(18339,1,1638201600,2021,11,29,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(18340,1,1638205200,2021,11,29,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(18341,1,1638208800,2021,11,29,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(18342,1,1638212400,2021,11,29,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(18343,1,1638216000,2021,11,29,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(18344,1,1638219600,2021,11,29,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(18345,1,1638223200,2021,11,29,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(18346,1,1638226800,2021,11,30,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(18347,1,1638230400,2021,11,30,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(18348,1,1638234000,2021,11,30,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(18349,1,1638237600,2021,11,30,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(18350,1,1638241200,2021,11,30,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(18351,1,1638244800,2021,11,30,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(18352,1,1638248400,2021,11,30,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(18353,1,1638252000,2021,11,30,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(18354,1,1638255600,2021,11,30,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(18355,1,1638259200,2021,11,30,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(18356,1,1638262800,2021,11,30,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(18357,1,1638266400,2021,11,30,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(18358,1,1638270000,2021,11,30,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(18359,1,1638273600,2021,11,30,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(18360,1,1638277200,2021,11,30,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(18361,1,1638280800,2021,11,30,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(18362,1,1638284400,2021,11,30,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(18363,1,1638288000,2021,11,30,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(18364,1,1638291600,2021,11,30,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(18365,1,1638295200,2021,11,30,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(18366,1,1638298800,2021,11,30,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(18367,1,1638302400,2021,11,30,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(18368,1,1638306000,2021,11,30,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(18369,1,1638309600,2021,11,30,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(18370,1,1638313200,2021,12,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(18371,1,1638316800,2021,12,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(18372,1,1638320400,2021,12,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(18373,1,1638324000,2021,12,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(18374,1,1638327600,2021,12,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(18375,1,1638331200,2021,12,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(18376,1,1638334800,2021,12,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(18377,1,1638338400,2021,12,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(18378,1,1638342000,2021,12,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(18379,1,1638345600,2021,12,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(18380,1,1638349200,2021,12,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(18381,1,1638352800,2021,12,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(18382,1,1638356400,2021,12,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(18383,1,1638360000,2021,12,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(18384,1,1638363600,2021,12,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(18385,1,1638367200,2021,12,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(18386,1,1638370800,2021,12,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(18387,1,1638374400,2021,12,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(18388,1,1638378000,2021,12,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(18389,1,1638381600,2021,12,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(18390,1,1638385200,2021,12,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(18391,1,1638388800,2021,12,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(18392,1,1638392400,2021,12,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(18393,1,1638396000,2021,12,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(18394,1,1638399600,2021,12,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(18395,1,1638403200,2021,12,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(18396,1,1638406800,2021,12,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(18397,1,1638410400,2021,12,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(18398,1,1638414000,2021,12,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(18399,1,1638417600,2021,12,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(18400,1,1638421200,2021,12,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(18401,1,1638424800,2021,12,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(18402,1,1638428400,2021,12,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(18403,1,1638432000,2021,12,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(18404,1,1638435600,2021,12,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(18405,1,1638439200,2021,12,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(18406,1,1638442800,2021,12,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(18407,1,1638446400,2021,12,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(18408,1,1638450000,2021,12,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(18409,1,1638453600,2021,12,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(18410,1,1638457200,2021,12,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(18411,1,1638460800,2021,12,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(18412,1,1638464400,2021,12,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(18413,1,1638468000,2021,12,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(18414,1,1638471600,2021,12,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(18415,1,1638475200,2021,12,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(18416,1,1638478800,2021,12,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(18417,1,1638482400,2021,12,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(18418,1,1638486000,2021,12,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(18419,1,1638489600,2021,12,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(18420,1,1638493200,2021,12,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(18421,1,1638496800,2021,12,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(18422,1,1638500400,2021,12,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(18423,1,1638504000,2021,12,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(18424,1,1638507600,2021,12,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(18425,1,1638511200,2021,12,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(18426,1,1638514800,2021,12,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(18427,1,1638518400,2021,12,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(18428,1,1638522000,2021,12,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(18429,1,1638525600,2021,12,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(18430,1,1638529200,2021,12,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(18431,1,1638532800,2021,12,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(18432,1,1638536400,2021,12,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(18433,1,1638540000,2021,12,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(18434,1,1638543600,2021,12,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(18435,1,1638547200,2021,12,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(18436,1,1638550800,2021,12,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(18437,1,1638554400,2021,12,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(18438,1,1638558000,2021,12,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(18439,1,1638561600,2021,12,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(18440,1,1638565200,2021,12,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(18441,1,1638568800,2021,12,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(18442,1,1638572400,2021,12,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(18443,1,1638576000,2021,12,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(18444,1,1638579600,2021,12,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(18445,1,1638583200,2021,12,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(18446,1,1638586800,2021,12,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(18447,1,1638590400,2021,12,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(18448,1,1638594000,2021,12,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(18449,1,1638597600,2021,12,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(18450,1,1638601200,2021,12,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(18451,1,1638604800,2021,12,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(18452,1,1638608400,2021,12,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(18453,1,1638612000,2021,12,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(18454,1,1638615600,2021,12,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(18455,1,1638619200,2021,12,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(18456,1,1638622800,2021,12,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(18457,1,1638626400,2021,12,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(18458,1,1638630000,2021,12,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(18459,1,1638633600,2021,12,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(18460,1,1638637200,2021,12,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(18461,1,1638640800,2021,12,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(18462,1,1638644400,2021,12,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(18463,1,1638648000,2021,12,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(18464,1,1638651600,2021,12,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(18465,1,1638655200,2021,12,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(18466,1,1638745200,2021,12,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(18467,1,1638748800,2021,12,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(18468,1,1638752400,2021,12,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(18469,1,1638756000,2021,12,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(18470,1,1638759600,2021,12,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(18471,1,1638763200,2021,12,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(18472,1,1638766800,2021,12,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(18473,1,1638770400,2021,12,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(18474,1,1638774000,2021,12,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(18475,1,1638777600,2021,12,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(18476,1,1638781200,2021,12,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(18477,1,1638784800,2021,12,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(18478,1,1638788400,2021,12,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(18479,1,1638792000,2021,12,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(18480,1,1638795600,2021,12,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(18481,1,1638799200,2021,12,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(18482,1,1638802800,2021,12,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(18483,1,1638806400,2021,12,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(18484,1,1638810000,2021,12,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(18485,1,1638813600,2021,12,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(18486,1,1638817200,2021,12,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(18487,1,1638820800,2021,12,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(18488,1,1638824400,2021,12,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(18489,1,1638828000,2021,12,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(18490,1,1638831600,2021,12,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(18491,1,1638835200,2021,12,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(18492,1,1638838800,2021,12,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(18493,1,1638842400,2021,12,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(18494,1,1638846000,2021,12,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(18495,1,1638849600,2021,12,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(18496,1,1638853200,2021,12,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(18497,1,1638856800,2021,12,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(18498,1,1638860400,2021,12,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(18499,1,1638864000,2021,12,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(18500,1,1638867600,2021,12,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(18501,1,1638871200,2021,12,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(18502,1,1638874800,2021,12,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(18503,1,1638878400,2021,12,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(18504,1,1638882000,2021,12,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(18505,1,1638885600,2021,12,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(18506,1,1638889200,2021,12,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(18507,1,1638892800,2021,12,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(18508,1,1638896400,2021,12,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(18509,1,1638900000,2021,12,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(18510,1,1638903600,2021,12,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(18511,1,1638907200,2021,12,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(18512,1,1638910800,2021,12,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(18513,1,1638914400,2021,12,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(18514,1,1638918000,2021,12,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(18515,1,1638921600,2021,12,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(18516,1,1638925200,2021,12,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(18517,1,1638928800,2021,12,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(18518,1,1638932400,2021,12,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(18519,1,1638936000,2021,12,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(18520,1,1638939600,2021,12,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(18521,1,1638943200,2021,12,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(18522,1,1638946800,2021,12,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(18523,1,1638950400,2021,12,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(18524,1,1638954000,2021,12,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(18525,1,1638957600,2021,12,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(18526,1,1638961200,2021,12,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(18527,1,1638964800,2021,12,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(18528,1,1638968400,2021,12,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(18529,1,1638972000,2021,12,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(18530,1,1638975600,2021,12,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(18531,1,1638979200,2021,12,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(18532,1,1638982800,2021,12,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(18533,1,1638986400,2021,12,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(18534,1,1638990000,2021,12,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(18535,1,1638993600,2021,12,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(18536,1,1638997200,2021,12,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(18537,1,1639000800,2021,12,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(18538,1,1639004400,2021,12,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(18539,1,1639008000,2021,12,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(18540,1,1639011600,2021,12,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(18541,1,1639015200,2021,12,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(18542,1,1639018800,2021,12,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(18543,1,1639022400,2021,12,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(18544,1,1639026000,2021,12,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(18545,1,1639029600,2021,12,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(18546,1,1639033200,2021,12,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(18547,1,1639036800,2021,12,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(18548,1,1639040400,2021,12,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(18549,1,1639044000,2021,12,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(18550,1,1639047600,2021,12,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(18551,1,1639051200,2021,12,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(18552,1,1639054800,2021,12,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(18553,1,1639058400,2021,12,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(18554,1,1639062000,2021,12,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(18555,1,1639065600,2021,12,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(18556,1,1639069200,2021,12,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(18557,1,1639072800,2021,12,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(18558,1,1639076400,2021,12,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(18559,1,1639080000,2021,12,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(18560,1,1639083600,2021,12,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(18561,1,1639087200,2021,12,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(18562,1,1639090800,2021,12,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(18563,1,1639094400,2021,12,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(18564,1,1639098000,2021,12,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(18565,1,1639101600,2021,12,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(18566,1,1639105200,2021,12,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(18567,1,1639108800,2021,12,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(18568,1,1639112400,2021,12,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(18569,1,1639116000,2021,12,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(18570,1,1639119600,2021,12,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(18571,1,1639123200,2021,12,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(18572,1,1639126800,2021,12,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(18573,1,1639130400,2021,12,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(18574,1,1639134000,2021,12,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(18575,1,1639137600,2021,12,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(18576,1,1639141200,2021,12,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(18577,1,1639144800,2021,12,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(18578,1,1639148400,2021,12,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(18579,1,1639152000,2021,12,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(18580,1,1639155600,2021,12,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(18581,1,1639159200,2021,12,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(18582,1,1639162800,2021,12,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(18583,1,1639166400,2021,12,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(18584,1,1639170000,2021,12,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(18585,1,1639173600,2021,12,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(18586,1,1639177200,2021,12,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(18587,1,1639180800,2021,12,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(18588,1,1639184400,2021,12,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(18589,1,1639188000,2021,12,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(18590,1,1639191600,2021,12,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(18591,1,1639195200,2021,12,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(18592,1,1639198800,2021,12,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(18593,1,1639202400,2021,12,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(18594,1,1639206000,2021,12,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(18595,1,1639209600,2021,12,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(18596,1,1639213200,2021,12,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(18597,1,1639216800,2021,12,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(18598,1,1639220400,2021,12,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(18599,1,1639224000,2021,12,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(18600,1,1639227600,2021,12,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(18601,1,1639231200,2021,12,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(18602,1,1639234800,2021,12,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(18603,1,1639238400,2021,12,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(18604,1,1639242000,2021,12,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(18605,1,1639245600,2021,12,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(18606,1,1639249200,2021,12,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(18607,1,1639252800,2021,12,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(18608,1,1639256400,2021,12,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(18609,1,1639260000,2021,12,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(18610,1,1639350000,2021,12,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(18611,1,1639353600,2021,12,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(18612,1,1639357200,2021,12,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(18613,1,1639360800,2021,12,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(18614,1,1639364400,2021,12,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(18615,1,1639368000,2021,12,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(18616,1,1639371600,2021,12,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(18617,1,1639375200,2021,12,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(18618,1,1639378800,2021,12,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(18619,1,1639382400,2021,12,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(18620,1,1639386000,2021,12,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(18621,1,1639389600,2021,12,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(18622,1,1639393200,2021,12,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(18623,1,1639396800,2021,12,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(18624,1,1639400400,2021,12,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(18625,1,1639404000,2021,12,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(18626,1,1639407600,2021,12,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(18627,1,1639411200,2021,12,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(18628,1,1639414800,2021,12,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(18629,1,1639418400,2021,12,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(18630,1,1639422000,2021,12,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(18631,1,1639425600,2021,12,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(18632,1,1639429200,2021,12,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(18633,1,1639432800,2021,12,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(18634,1,1639436400,2021,12,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(18635,1,1639440000,2021,12,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(18636,1,1639443600,2021,12,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(18637,1,1639447200,2021,12,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(18638,1,1639450800,2021,12,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(18639,1,1639454400,2021,12,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(18640,1,1639458000,2021,12,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(18641,1,1639461600,2021,12,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(18642,1,1639465200,2021,12,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(18643,1,1639468800,2021,12,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(18644,1,1639472400,2021,12,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(18645,1,1639476000,2021,12,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(18646,1,1639479600,2021,12,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(18647,1,1639483200,2021,12,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(18648,1,1639486800,2021,12,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(18649,1,1639490400,2021,12,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(18650,1,1639494000,2021,12,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(18651,1,1639497600,2021,12,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(18652,1,1639501200,2021,12,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(18653,1,1639504800,2021,12,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(18654,1,1639508400,2021,12,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(18655,1,1639512000,2021,12,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(18656,1,1639515600,2021,12,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(18657,1,1639519200,2021,12,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(18658,1,1639522800,2021,12,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(18659,1,1639526400,2021,12,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(18660,1,1639530000,2021,12,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(18661,1,1639533600,2021,12,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(18662,1,1639537200,2021,12,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(18663,1,1639540800,2021,12,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(18664,1,1639544400,2021,12,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(18665,1,1639548000,2021,12,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(18666,1,1639551600,2021,12,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(18667,1,1639555200,2021,12,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(18668,1,1639558800,2021,12,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(18669,1,1639562400,2021,12,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(18670,1,1639566000,2021,12,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(18671,1,1639569600,2021,12,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(18672,1,1639573200,2021,12,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(18673,1,1639576800,2021,12,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(18674,1,1639580400,2021,12,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(18675,1,1639584000,2021,12,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(18676,1,1639587600,2021,12,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(18677,1,1639591200,2021,12,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(18678,1,1639594800,2021,12,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(18679,1,1639598400,2021,12,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(18680,1,1639602000,2021,12,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(18681,1,1639605600,2021,12,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(18682,1,1639609200,2021,12,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(18683,1,1639612800,2021,12,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(18684,1,1639616400,2021,12,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(18685,1,1639620000,2021,12,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(18686,1,1639623600,2021,12,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(18687,1,1639627200,2021,12,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(18688,1,1639630800,2021,12,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(18689,1,1639634400,2021,12,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(18690,1,1639638000,2021,12,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(18691,1,1639641600,2021,12,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(18692,1,1639645200,2021,12,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(18693,1,1639648800,2021,12,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(18694,1,1639652400,2021,12,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(18695,1,1639656000,2021,12,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(18696,1,1639659600,2021,12,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(18697,1,1639663200,2021,12,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(18698,1,1639666800,2021,12,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(18699,1,1639670400,2021,12,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(18700,1,1639674000,2021,12,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(18701,1,1639677600,2021,12,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(18702,1,1639681200,2021,12,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(18703,1,1639684800,2021,12,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(18704,1,1639688400,2021,12,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(18705,1,1639692000,2021,12,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(18706,1,1639695600,2021,12,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(18707,1,1639699200,2021,12,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(18708,1,1639702800,2021,12,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(18709,1,1639706400,2021,12,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(18710,1,1639710000,2021,12,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(18711,1,1639713600,2021,12,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(18712,1,1639717200,2021,12,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(18713,1,1639720800,2021,12,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(18714,1,1639724400,2021,12,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(18715,1,1639728000,2021,12,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(18716,1,1639731600,2021,12,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(18717,1,1639735200,2021,12,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(18718,1,1639738800,2021,12,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(18719,1,1639742400,2021,12,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(18720,1,1639746000,2021,12,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(18721,1,1639749600,2021,12,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(18722,1,1639753200,2021,12,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(18723,1,1639756800,2021,12,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(18724,1,1639760400,2021,12,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(18725,1,1639764000,2021,12,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(18726,1,1639767600,2021,12,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(18727,1,1639771200,2021,12,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(18728,1,1639774800,2021,12,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(18729,1,1639778400,2021,12,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(18730,1,1639782000,2021,12,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(18731,1,1639785600,2021,12,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(18732,1,1639789200,2021,12,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(18733,1,1639792800,2021,12,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(18734,1,1639796400,2021,12,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(18735,1,1639800000,2021,12,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(18736,1,1639803600,2021,12,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(18737,1,1639807200,2021,12,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(18738,1,1639810800,2021,12,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(18739,1,1639814400,2021,12,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(18740,1,1639818000,2021,12,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(18741,1,1639821600,2021,12,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(18742,1,1639825200,2021,12,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(18743,1,1639828800,2021,12,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(18744,1,1639832400,2021,12,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(18745,1,1639836000,2021,12,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(18746,1,1639839600,2021,12,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(18747,1,1639843200,2021,12,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(18748,1,1639846800,2021,12,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(18749,1,1639850400,2021,12,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(18750,1,1639854000,2021,12,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(18751,1,1639857600,2021,12,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(18752,1,1639861200,2021,12,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(18753,1,1639864800,2021,12,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(18754,1,1639954800,2021,12,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(18755,1,1639958400,2021,12,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(18756,1,1639962000,2021,12,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(18757,1,1639965600,2021,12,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(18758,1,1639969200,2021,12,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(18759,1,1639972800,2021,12,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(18760,1,1639976400,2021,12,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(18761,1,1639980000,2021,12,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(18762,1,1639983600,2021,12,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(18763,1,1639987200,2021,12,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(18764,1,1639990800,2021,12,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(18765,1,1639994400,2021,12,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(18766,1,1639998000,2021,12,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(18767,1,1640001600,2021,12,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(18768,1,1640005200,2021,12,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(18769,1,1640008800,2021,12,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(18770,1,1640012400,2021,12,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(18771,1,1640016000,2021,12,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(18772,1,1640019600,2021,12,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(18773,1,1640023200,2021,12,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(18774,1,1640026800,2021,12,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(18775,1,1640030400,2021,12,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(18776,1,1640034000,2021,12,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(18777,1,1640037600,2021,12,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(18778,1,1640041200,2021,12,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(18779,1,1640044800,2021,12,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(18780,1,1640048400,2021,12,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(18781,1,1640052000,2021,12,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(18782,1,1640055600,2021,12,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(18783,1,1640059200,2021,12,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(18784,1,1640062800,2021,12,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(18785,1,1640066400,2021,12,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(18786,1,1640070000,2021,12,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(18787,1,1640073600,2021,12,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(18788,1,1640077200,2021,12,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(18789,1,1640080800,2021,12,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(18790,1,1640084400,2021,12,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(18791,1,1640088000,2021,12,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(18792,1,1640091600,2021,12,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(18793,1,1640095200,2021,12,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(18794,1,1640098800,2021,12,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(18795,1,1640102400,2021,12,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(18796,1,1640106000,2021,12,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(18797,1,1640109600,2021,12,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(18798,1,1640113200,2021,12,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(18799,1,1640116800,2021,12,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(18800,1,1640120400,2021,12,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(18801,1,1640124000,2021,12,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(18802,1,1640127600,2021,12,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(18803,1,1640131200,2021,12,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(18804,1,1640134800,2021,12,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(18805,1,1640138400,2021,12,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(18806,1,1640142000,2021,12,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(18807,1,1640145600,2021,12,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(18808,1,1640149200,2021,12,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(18809,1,1640152800,2021,12,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(18810,1,1640156400,2021,12,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(18811,1,1640160000,2021,12,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(18812,1,1640163600,2021,12,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(18813,1,1640167200,2021,12,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(18814,1,1640170800,2021,12,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(18815,1,1640174400,2021,12,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(18816,1,1640178000,2021,12,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(18817,1,1640181600,2021,12,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(18818,1,1640185200,2021,12,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(18819,1,1640188800,2021,12,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(18820,1,1640192400,2021,12,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(18821,1,1640196000,2021,12,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(18822,1,1640199600,2021,12,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(18823,1,1640203200,2021,12,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(18824,1,1640206800,2021,12,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(18825,1,1640210400,2021,12,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(18826,1,1640214000,2021,12,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(18827,1,1640217600,2021,12,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(18828,1,1640221200,2021,12,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(18829,1,1640224800,2021,12,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(18830,1,1640228400,2021,12,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(18831,1,1640232000,2021,12,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(18832,1,1640235600,2021,12,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(18833,1,1640239200,2021,12,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(18834,1,1640242800,2021,12,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(18835,1,1640246400,2021,12,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(18836,1,1640250000,2021,12,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(18837,1,1640253600,2021,12,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(18838,1,1640257200,2021,12,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(18839,1,1640260800,2021,12,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(18840,1,1640264400,2021,12,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(18841,1,1640268000,2021,12,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(18842,1,1640271600,2021,12,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(18843,1,1640275200,2021,12,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(18844,1,1640278800,2021,12,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(18845,1,1640282400,2021,12,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(18846,1,1640286000,2021,12,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(18847,1,1640289600,2021,12,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(18848,1,1640293200,2021,12,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(18849,1,1640296800,2021,12,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(18850,1,1640300400,2021,12,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(18851,1,1640304000,2021,12,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(18852,1,1640307600,2021,12,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(18853,1,1640311200,2021,12,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(18854,1,1640314800,2021,12,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(18855,1,1640318400,2021,12,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(18856,1,1640322000,2021,12,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(18857,1,1640325600,2021,12,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(18858,1,1640329200,2021,12,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(18859,1,1640332800,2021,12,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(18860,1,1640336400,2021,12,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(18861,1,1640340000,2021,12,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(18862,1,1640343600,2021,12,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(18863,1,1640347200,2021,12,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(18864,1,1640350800,2021,12,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(18865,1,1640354400,2021,12,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(18866,1,1640358000,2021,12,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(18867,1,1640361600,2021,12,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(18868,1,1640365200,2021,12,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(18869,1,1640368800,2021,12,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(18870,1,1640372400,2021,12,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(18871,1,1640376000,2021,12,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(18872,1,1640379600,2021,12,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(18873,1,1640383200,2021,12,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(18874,1,1640386800,2021,12,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(18875,1,1640390400,2021,12,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(18876,1,1640394000,2021,12,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(18877,1,1640397600,2021,12,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(18878,1,1640401200,2021,12,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(18879,1,1640404800,2021,12,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(18880,1,1640408400,2021,12,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(18881,1,1640412000,2021,12,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(18882,1,1640415600,2021,12,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(18883,1,1640419200,2021,12,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(18884,1,1640422800,2021,12,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(18885,1,1640426400,2021,12,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(18886,1,1640430000,2021,12,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(18887,1,1640433600,2021,12,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(18888,1,1640437200,2021,12,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(18889,1,1640440800,2021,12,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(18890,1,1640444400,2021,12,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(18891,1,1640448000,2021,12,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(18892,1,1640451600,2021,12,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(18893,1,1640455200,2021,12,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(18894,1,1640458800,2021,12,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(18895,1,1640462400,2021,12,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(18896,1,1640466000,2021,12,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(18897,1,1640469600,2021,12,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(18898,1,1640559600,2021,12,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(18899,1,1640563200,2021,12,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(18900,1,1640566800,2021,12,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(18901,1,1640570400,2021,12,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(18902,1,1640574000,2021,12,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(18903,1,1640577600,2021,12,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(18904,1,1640581200,2021,12,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(18905,1,1640584800,2021,12,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(18906,1,1640588400,2021,12,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(18907,1,1640592000,2021,12,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(18908,1,1640595600,2021,12,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(18909,1,1640599200,2021,12,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(18910,1,1640602800,2021,12,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(18911,1,1640606400,2021,12,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(18912,1,1640610000,2021,12,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(18913,1,1640613600,2021,12,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(18914,1,1640617200,2021,12,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(18915,1,1640620800,2021,12,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(18916,1,1640624400,2021,12,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(18917,1,1640628000,2021,12,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(18918,1,1640631600,2021,12,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(18919,1,1640635200,2021,12,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(18920,1,1640638800,2021,12,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(18921,1,1640642400,2021,12,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(18922,1,1640646000,2021,12,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(18923,1,1640649600,2021,12,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(18924,1,1640653200,2021,12,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(18925,1,1640656800,2021,12,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(18926,1,1640660400,2021,12,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(18927,1,1640664000,2021,12,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(18928,1,1640667600,2021,12,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(18929,1,1640671200,2021,12,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(18930,1,1640674800,2021,12,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(18931,1,1640678400,2021,12,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(18932,1,1640682000,2021,12,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(18933,1,1640685600,2021,12,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(18934,1,1640689200,2021,12,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(18935,1,1640692800,2021,12,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(18936,1,1640696400,2021,12,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(18937,1,1640700000,2021,12,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(18938,1,1640703600,2021,12,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(18939,1,1640707200,2021,12,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(18940,1,1640710800,2021,12,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(18941,1,1640714400,2021,12,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(18942,1,1640718000,2021,12,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(18943,1,1640721600,2021,12,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(18944,1,1640725200,2021,12,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(18945,1,1640728800,2021,12,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(18946,1,1640732400,2021,12,29,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(18947,1,1640736000,2021,12,29,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(18948,1,1640739600,2021,12,29,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(18949,1,1640743200,2021,12,29,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(18950,1,1640746800,2021,12,29,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(18951,1,1640750400,2021,12,29,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(18952,1,1640754000,2021,12,29,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(18953,1,1640757600,2021,12,29,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(18954,1,1640761200,2021,12,29,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(18955,1,1640764800,2021,12,29,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(18956,1,1640768400,2021,12,29,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(18957,1,1640772000,2021,12,29,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(18958,1,1640775600,2021,12,29,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(18959,1,1640779200,2021,12,29,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(18960,1,1640782800,2021,12,29,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(18961,1,1640786400,2021,12,29,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(18962,1,1640790000,2021,12,29,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(18963,1,1640793600,2021,12,29,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(18964,1,1640797200,2021,12,29,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(18965,1,1640800800,2021,12,29,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(18966,1,1640804400,2021,12,29,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(18967,1,1640808000,2021,12,29,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(18968,1,1640811600,2021,12,29,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(18969,1,1640815200,2021,12,29,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(18970,1,1640818800,2021,12,30,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(18971,1,1640822400,2021,12,30,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(18972,1,1640826000,2021,12,30,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(18973,1,1640829600,2021,12,30,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(18974,1,1640833200,2021,12,30,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(18975,1,1640836800,2021,12,30,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(18976,1,1640840400,2021,12,30,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(18977,1,1640844000,2021,12,30,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(18978,1,1640847600,2021,12,30,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(18979,1,1640851200,2021,12,30,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(18980,1,1640854800,2021,12,30,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(18981,1,1640858400,2021,12,30,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(18982,1,1640862000,2021,12,30,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(18983,1,1640865600,2021,12,30,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(18984,1,1640869200,2021,12,30,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(18985,1,1640872800,2021,12,30,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(18986,1,1640876400,2021,12,30,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(18987,1,1640880000,2021,12,30,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(18988,1,1640883600,2021,12,30,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(18989,1,1640887200,2021,12,30,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(18990,1,1640890800,2021,12,30,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(18991,1,1640894400,2021,12,30,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(18992,1,1640898000,2021,12,30,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(18993,1,1640901600,2021,12,30,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(18994,1,1640905200,2021,12,31,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(18995,1,1640908800,2021,12,31,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(18996,1,1640912400,2021,12,31,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(18997,1,1640916000,2021,12,31,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(18998,1,1640919600,2021,12,31,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(18999,1,1640923200,2021,12,31,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(19000,1,1640926800,2021,12,31,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(19001,1,1640930400,2021,12,31,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(19002,1,1640934000,2021,12,31,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(19003,1,1640937600,2021,12,31,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(19004,1,1640941200,2021,12,31,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(19005,1,1640944800,2021,12,31,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(19006,1,1640948400,2021,12,31,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(19007,1,1640952000,2021,12,31,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(19008,1,1640955600,2021,12,31,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(19009,1,1640959200,2021,12,31,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(19010,1,1640962800,2021,12,31,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(19011,1,1640966400,2021,12,31,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(19012,1,1640970000,2021,12,31,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(19013,1,1640973600,2021,12,31,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(19014,1,1640977200,2021,12,31,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(19015,1,1640980800,2021,12,31,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(19016,1,1640984400,2021,12,31,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(19017,1,1640988000,2021,12,31,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(19018,1,1640991600,2022,1,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(19019,1,1640995200,2022,1,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(19020,1,1640998800,2022,1,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(19021,1,1641002400,2022,1,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(19022,1,1641006000,2022,1,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(19023,1,1641009600,2022,1,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(19024,1,1641013200,2022,1,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(19025,1,1641016800,2022,1,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(19026,1,1641020400,2022,1,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(19027,1,1641024000,2022,1,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(19028,1,1641027600,2022,1,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(19029,1,1641031200,2022,1,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(19030,1,1641034800,2022,1,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(19031,1,1641038400,2022,1,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(19032,1,1641042000,2022,1,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(19033,1,1641045600,2022,1,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(19034,1,1641049200,2022,1,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(19035,1,1641052800,2022,1,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(19036,1,1641056400,2022,1,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(19037,1,1641060000,2022,1,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(19038,1,1641063600,2022,1,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(19039,1,1641067200,2022,1,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(19040,1,1641070800,2022,1,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(19041,1,1641074400,2022,1,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(19042,1,1641164400,2022,1,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(19043,1,1641168000,2022,1,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(19044,1,1641171600,2022,1,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(19045,1,1641175200,2022,1,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(19046,1,1641178800,2022,1,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(19047,1,1641182400,2022,1,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(19048,1,1641186000,2022,1,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(19049,1,1641189600,2022,1,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(19050,1,1641193200,2022,1,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(19051,1,1641196800,2022,1,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(19052,1,1641200400,2022,1,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(19053,1,1641204000,2022,1,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(19054,1,1641207600,2022,1,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(19055,1,1641211200,2022,1,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(19056,1,1641214800,2022,1,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(19057,1,1641218400,2022,1,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(19058,1,1641222000,2022,1,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(19059,1,1641225600,2022,1,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(19060,1,1641229200,2022,1,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(19061,1,1641232800,2022,1,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(19062,1,1641236400,2022,1,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(19063,1,1641240000,2022,1,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(19064,1,1641243600,2022,1,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(19065,1,1641247200,2022,1,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(19066,1,1641250800,2022,1,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(19067,1,1641254400,2022,1,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(19068,1,1641258000,2022,1,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(19069,1,1641261600,2022,1,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(19070,1,1641265200,2022,1,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(19071,1,1641268800,2022,1,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(19072,1,1641272400,2022,1,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(19073,1,1641276000,2022,1,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(19074,1,1641279600,2022,1,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(19075,1,1641283200,2022,1,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(19076,1,1641286800,2022,1,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(19077,1,1641290400,2022,1,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(19078,1,1641294000,2022,1,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(19079,1,1641297600,2022,1,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(19080,1,1641301200,2022,1,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(19081,1,1641304800,2022,1,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(19082,1,1641308400,2022,1,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(19083,1,1641312000,2022,1,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(19084,1,1641315600,2022,1,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(19085,1,1641319200,2022,1,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(19086,1,1641322800,2022,1,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(19087,1,1641326400,2022,1,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(19088,1,1641330000,2022,1,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(19089,1,1641333600,2022,1,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(19090,1,1641337200,2022,1,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(19091,1,1641340800,2022,1,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(19092,1,1641344400,2022,1,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(19093,1,1641348000,2022,1,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(19094,1,1641351600,2022,1,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(19095,1,1641355200,2022,1,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(19096,1,1641358800,2022,1,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(19097,1,1641362400,2022,1,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(19098,1,1641366000,2022,1,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(19099,1,1641369600,2022,1,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(19100,1,1641373200,2022,1,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(19101,1,1641376800,2022,1,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(19102,1,1641380400,2022,1,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(19103,1,1641384000,2022,1,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(19104,1,1641387600,2022,1,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(19105,1,1641391200,2022,1,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(19106,1,1641394800,2022,1,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(19107,1,1641398400,2022,1,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(19108,1,1641402000,2022,1,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(19109,1,1641405600,2022,1,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(19110,1,1641409200,2022,1,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(19111,1,1641412800,2022,1,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(19112,1,1641416400,2022,1,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(19113,1,1641420000,2022,1,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(19114,1,1641423600,2022,1,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(19115,1,1641427200,2022,1,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(19116,1,1641430800,2022,1,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(19117,1,1641434400,2022,1,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(19118,1,1641438000,2022,1,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(19119,1,1641441600,2022,1,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(19120,1,1641445200,2022,1,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(19121,1,1641448800,2022,1,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(19122,1,1641452400,2022,1,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(19123,1,1641456000,2022,1,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(19124,1,1641459600,2022,1,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(19125,1,1641463200,2022,1,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(19126,1,1641466800,2022,1,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(19127,1,1641470400,2022,1,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(19128,1,1641474000,2022,1,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(19129,1,1641477600,2022,1,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(19130,1,1641481200,2022,1,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(19131,1,1641484800,2022,1,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(19132,1,1641488400,2022,1,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(19133,1,1641492000,2022,1,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(19134,1,1641495600,2022,1,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(19135,1,1641499200,2022,1,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(19136,1,1641502800,2022,1,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(19137,1,1641506400,2022,1,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(19138,1,1641510000,2022,1,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(19139,1,1641513600,2022,1,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(19140,1,1641517200,2022,1,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(19141,1,1641520800,2022,1,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(19142,1,1641524400,2022,1,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(19143,1,1641528000,2022,1,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(19144,1,1641531600,2022,1,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(19145,1,1641535200,2022,1,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(19146,1,1641538800,2022,1,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(19147,1,1641542400,2022,1,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(19148,1,1641546000,2022,1,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(19149,1,1641549600,2022,1,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(19150,1,1641553200,2022,1,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(19151,1,1641556800,2022,1,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(19152,1,1641560400,2022,1,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(19153,1,1641564000,2022,1,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(19154,1,1641567600,2022,1,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(19155,1,1641571200,2022,1,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(19156,1,1641574800,2022,1,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(19157,1,1641578400,2022,1,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(19158,1,1641582000,2022,1,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(19159,1,1641585600,2022,1,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(19160,1,1641589200,2022,1,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(19161,1,1641592800,2022,1,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(19162,1,1641596400,2022,1,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(19163,1,1641600000,2022,1,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(19164,1,1641603600,2022,1,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(19165,1,1641607200,2022,1,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(19166,1,1641610800,2022,1,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(19167,1,1641614400,2022,1,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(19168,1,1641618000,2022,1,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(19169,1,1641621600,2022,1,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(19170,1,1641625200,2022,1,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(19171,1,1641628800,2022,1,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(19172,1,1641632400,2022,1,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(19173,1,1641636000,2022,1,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(19174,1,1641639600,2022,1,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(19175,1,1641643200,2022,1,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(19176,1,1641646800,2022,1,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(19177,1,1641650400,2022,1,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(19178,1,1641654000,2022,1,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(19179,1,1641657600,2022,1,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(19180,1,1641661200,2022,1,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(19181,1,1641664800,2022,1,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(19182,1,1641668400,2022,1,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(19183,1,1641672000,2022,1,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(19184,1,1641675600,2022,1,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(19185,1,1641679200,2022,1,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(19186,1,1641769200,2022,1,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(19187,1,1641772800,2022,1,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(19188,1,1641776400,2022,1,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(19189,1,1641780000,2022,1,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(19190,1,1641783600,2022,1,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(19191,1,1641787200,2022,1,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(19192,1,1641790800,2022,1,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(19193,1,1641794400,2022,1,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(19194,1,1641798000,2022,1,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(19195,1,1641801600,2022,1,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(19196,1,1641805200,2022,1,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(19197,1,1641808800,2022,1,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(19198,1,1641812400,2022,1,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(19199,1,1641816000,2022,1,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(19200,1,1641819600,2022,1,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(19201,1,1641823200,2022,1,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(19202,1,1641826800,2022,1,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(19203,1,1641830400,2022,1,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(19204,1,1641834000,2022,1,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(19205,1,1641837600,2022,1,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(19206,1,1641841200,2022,1,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(19207,1,1641844800,2022,1,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(19208,1,1641848400,2022,1,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(19209,1,1641852000,2022,1,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(19210,1,1641855600,2022,1,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(19211,1,1641859200,2022,1,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(19212,1,1641862800,2022,1,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(19213,1,1641866400,2022,1,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(19214,1,1641870000,2022,1,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(19215,1,1641873600,2022,1,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(19216,1,1641877200,2022,1,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(19217,1,1641880800,2022,1,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(19218,1,1641884400,2022,1,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(19219,1,1641888000,2022,1,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(19220,1,1641891600,2022,1,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(19221,1,1641895200,2022,1,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(19222,1,1641898800,2022,1,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(19223,1,1641902400,2022,1,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(19224,1,1641906000,2022,1,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(19225,1,1641909600,2022,1,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(19226,1,1641913200,2022,1,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(19227,1,1641916800,2022,1,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(19228,1,1641920400,2022,1,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(19229,1,1641924000,2022,1,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(19230,1,1641927600,2022,1,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(19231,1,1641931200,2022,1,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(19232,1,1641934800,2022,1,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(19233,1,1641938400,2022,1,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(19234,1,1641942000,2022,1,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(19235,1,1641945600,2022,1,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(19236,1,1641949200,2022,1,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(19237,1,1641952800,2022,1,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(19238,1,1641956400,2022,1,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(19239,1,1641960000,2022,1,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(19240,1,1641963600,2022,1,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(19241,1,1641967200,2022,1,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(19242,1,1641970800,2022,1,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(19243,1,1641974400,2022,1,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(19244,1,1641978000,2022,1,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(19245,1,1641981600,2022,1,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(19246,1,1641985200,2022,1,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(19247,1,1641988800,2022,1,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(19248,1,1641992400,2022,1,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(19249,1,1641996000,2022,1,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(19250,1,1641999600,2022,1,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(19251,1,1642003200,2022,1,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(19252,1,1642006800,2022,1,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(19253,1,1642010400,2022,1,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(19254,1,1642014000,2022,1,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(19255,1,1642017600,2022,1,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(19256,1,1642021200,2022,1,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(19257,1,1642024800,2022,1,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(19258,1,1642028400,2022,1,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(19259,1,1642032000,2022,1,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(19260,1,1642035600,2022,1,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(19261,1,1642039200,2022,1,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(19262,1,1642042800,2022,1,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(19263,1,1642046400,2022,1,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(19264,1,1642050000,2022,1,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(19265,1,1642053600,2022,1,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(19266,1,1642057200,2022,1,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(19267,1,1642060800,2022,1,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(19268,1,1642064400,2022,1,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(19269,1,1642068000,2022,1,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(19270,1,1642071600,2022,1,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(19271,1,1642075200,2022,1,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(19272,1,1642078800,2022,1,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(19273,1,1642082400,2022,1,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(19274,1,1642086000,2022,1,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(19275,1,1642089600,2022,1,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(19276,1,1642093200,2022,1,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(19277,1,1642096800,2022,1,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(19278,1,1642100400,2022,1,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(19279,1,1642104000,2022,1,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(19280,1,1642107600,2022,1,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(19281,1,1642111200,2022,1,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(19282,1,1642114800,2022,1,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(19283,1,1642118400,2022,1,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(19284,1,1642122000,2022,1,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(19285,1,1642125600,2022,1,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(19286,1,1642129200,2022,1,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(19287,1,1642132800,2022,1,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(19288,1,1642136400,2022,1,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(19289,1,1642140000,2022,1,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(19290,1,1642143600,2022,1,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(19291,1,1642147200,2022,1,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(19292,1,1642150800,2022,1,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(19293,1,1642154400,2022,1,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(19294,1,1642158000,2022,1,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(19295,1,1642161600,2022,1,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(19296,1,1642165200,2022,1,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(19297,1,1642168800,2022,1,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(19298,1,1642172400,2022,1,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(19299,1,1642176000,2022,1,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(19300,1,1642179600,2022,1,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(19301,1,1642183200,2022,1,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(19302,1,1642186800,2022,1,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(19303,1,1642190400,2022,1,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(19304,1,1642194000,2022,1,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(19305,1,1642197600,2022,1,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(19306,1,1642201200,2022,1,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(19307,1,1642204800,2022,1,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(19308,1,1642208400,2022,1,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(19309,1,1642212000,2022,1,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(19310,1,1642215600,2022,1,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(19311,1,1642219200,2022,1,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(19312,1,1642222800,2022,1,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(19313,1,1642226400,2022,1,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(19314,1,1642230000,2022,1,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(19315,1,1642233600,2022,1,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(19316,1,1642237200,2022,1,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(19317,1,1642240800,2022,1,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(19318,1,1642244400,2022,1,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(19319,1,1642248000,2022,1,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(19320,1,1642251600,2022,1,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(19321,1,1642255200,2022,1,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(19322,1,1642258800,2022,1,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(19323,1,1642262400,2022,1,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(19324,1,1642266000,2022,1,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(19325,1,1642269600,2022,1,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(19326,1,1642273200,2022,1,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(19327,1,1642276800,2022,1,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(19328,1,1642280400,2022,1,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(19329,1,1642284000,2022,1,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(19330,1,1642374000,2022,1,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(19331,1,1642377600,2022,1,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(19332,1,1642381200,2022,1,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(19333,1,1642384800,2022,1,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(19334,1,1642388400,2022,1,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(19335,1,1642392000,2022,1,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(19336,1,1642395600,2022,1,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(19337,1,1642399200,2022,1,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(19338,1,1642402800,2022,1,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(19339,1,1642406400,2022,1,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(19340,1,1642410000,2022,1,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(19341,1,1642413600,2022,1,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(19342,1,1642417200,2022,1,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(19343,1,1642420800,2022,1,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(19344,1,1642424400,2022,1,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(19345,1,1642428000,2022,1,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(19346,1,1642431600,2022,1,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(19347,1,1642435200,2022,1,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(19348,1,1642438800,2022,1,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(19349,1,1642442400,2022,1,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(19350,1,1642446000,2022,1,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(19351,1,1642449600,2022,1,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(19352,1,1642453200,2022,1,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(19353,1,1642456800,2022,1,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(19354,1,1642460400,2022,1,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(19355,1,1642464000,2022,1,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(19356,1,1642467600,2022,1,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(19357,1,1642471200,2022,1,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(19358,1,1642474800,2022,1,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(19359,1,1642478400,2022,1,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(19360,1,1642482000,2022,1,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(19361,1,1642485600,2022,1,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(19362,1,1642489200,2022,1,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(19363,1,1642492800,2022,1,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(19364,1,1642496400,2022,1,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(19365,1,1642500000,2022,1,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(19366,1,1642503600,2022,1,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(19367,1,1642507200,2022,1,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(19368,1,1642510800,2022,1,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(19369,1,1642514400,2022,1,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(19370,1,1642518000,2022,1,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(19371,1,1642521600,2022,1,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(19372,1,1642525200,2022,1,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(19373,1,1642528800,2022,1,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(19374,1,1642532400,2022,1,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(19375,1,1642536000,2022,1,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(19376,1,1642539600,2022,1,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(19377,1,1642543200,2022,1,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(19378,1,1642546800,2022,1,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(19379,1,1642550400,2022,1,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(19380,1,1642554000,2022,1,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(19381,1,1642557600,2022,1,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(19382,1,1642561200,2022,1,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(19383,1,1642564800,2022,1,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(19384,1,1642568400,2022,1,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(19385,1,1642572000,2022,1,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(19386,1,1642575600,2022,1,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(19387,1,1642579200,2022,1,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(19388,1,1642582800,2022,1,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(19389,1,1642586400,2022,1,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(19390,1,1642590000,2022,1,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(19391,1,1642593600,2022,1,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(19392,1,1642597200,2022,1,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(19393,1,1642600800,2022,1,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(19394,1,1642604400,2022,1,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(19395,1,1642608000,2022,1,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(19396,1,1642611600,2022,1,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(19397,1,1642615200,2022,1,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(19398,1,1642618800,2022,1,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(19399,1,1642622400,2022,1,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(19400,1,1642626000,2022,1,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(19401,1,1642629600,2022,1,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(19402,1,1642633200,2022,1,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(19403,1,1642636800,2022,1,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(19404,1,1642640400,2022,1,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(19405,1,1642644000,2022,1,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(19406,1,1642647600,2022,1,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(19407,1,1642651200,2022,1,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(19408,1,1642654800,2022,1,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(19409,1,1642658400,2022,1,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(19410,1,1642662000,2022,1,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(19411,1,1642665600,2022,1,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(19412,1,1642669200,2022,1,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(19413,1,1642672800,2022,1,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(19414,1,1642676400,2022,1,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(19415,1,1642680000,2022,1,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(19416,1,1642683600,2022,1,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(19417,1,1642687200,2022,1,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(19418,1,1642690800,2022,1,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(19419,1,1642694400,2022,1,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(19420,1,1642698000,2022,1,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(19421,1,1642701600,2022,1,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(19422,1,1642705200,2022,1,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(19423,1,1642708800,2022,1,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(19424,1,1642712400,2022,1,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(19425,1,1642716000,2022,1,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(19426,1,1642719600,2022,1,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(19427,1,1642723200,2022,1,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(19428,1,1642726800,2022,1,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(19429,1,1642730400,2022,1,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(19430,1,1642734000,2022,1,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(19431,1,1642737600,2022,1,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(19432,1,1642741200,2022,1,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(19433,1,1642744800,2022,1,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(19434,1,1642748400,2022,1,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(19435,1,1642752000,2022,1,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(19436,1,1642755600,2022,1,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(19437,1,1642759200,2022,1,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(19438,1,1642762800,2022,1,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(19439,1,1642766400,2022,1,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(19440,1,1642770000,2022,1,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(19441,1,1642773600,2022,1,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(19442,1,1642777200,2022,1,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(19443,1,1642780800,2022,1,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(19444,1,1642784400,2022,1,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(19445,1,1642788000,2022,1,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(19446,1,1642791600,2022,1,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(19447,1,1642795200,2022,1,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(19448,1,1642798800,2022,1,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(19449,1,1642802400,2022,1,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(19450,1,1642806000,2022,1,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(19451,1,1642809600,2022,1,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(19452,1,1642813200,2022,1,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(19453,1,1642816800,2022,1,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(19454,1,1642820400,2022,1,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(19455,1,1642824000,2022,1,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(19456,1,1642827600,2022,1,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(19457,1,1642831200,2022,1,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(19458,1,1642834800,2022,1,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(19459,1,1642838400,2022,1,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(19460,1,1642842000,2022,1,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(19461,1,1642845600,2022,1,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(19462,1,1642849200,2022,1,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(19463,1,1642852800,2022,1,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(19464,1,1642856400,2022,1,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(19465,1,1642860000,2022,1,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(19466,1,1642863600,2022,1,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(19467,1,1642867200,2022,1,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(19468,1,1642870800,2022,1,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(19469,1,1642874400,2022,1,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(19470,1,1642878000,2022,1,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(19471,1,1642881600,2022,1,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(19472,1,1642885200,2022,1,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(19473,1,1642888800,2022,1,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(19474,1,1642978800,2022,1,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(19475,1,1642982400,2022,1,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(19476,1,1642986000,2022,1,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(19477,1,1642989600,2022,1,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(19478,1,1642993200,2022,1,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(19479,1,1642996800,2022,1,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(19480,1,1643000400,2022,1,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(19481,1,1643004000,2022,1,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(19482,1,1643007600,2022,1,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(19483,1,1643011200,2022,1,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(19484,1,1643014800,2022,1,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(19485,1,1643018400,2022,1,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(19486,1,1643022000,2022,1,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(19487,1,1643025600,2022,1,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(19488,1,1643029200,2022,1,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(19489,1,1643032800,2022,1,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(19490,1,1643036400,2022,1,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(19491,1,1643040000,2022,1,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(19492,1,1643043600,2022,1,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(19493,1,1643047200,2022,1,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(19494,1,1643050800,2022,1,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(19495,1,1643054400,2022,1,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(19496,1,1643058000,2022,1,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(19497,1,1643061600,2022,1,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(19498,1,1643065200,2022,1,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(19499,1,1643068800,2022,1,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(19500,1,1643072400,2022,1,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(19501,1,1643076000,2022,1,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(19502,1,1643079600,2022,1,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(19503,1,1643083200,2022,1,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(19504,1,1643086800,2022,1,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(19505,1,1643090400,2022,1,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(19506,1,1643094000,2022,1,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(19507,1,1643097600,2022,1,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(19508,1,1643101200,2022,1,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(19509,1,1643104800,2022,1,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(19510,1,1643108400,2022,1,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(19511,1,1643112000,2022,1,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(19512,1,1643115600,2022,1,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(19513,1,1643119200,2022,1,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(19514,1,1643122800,2022,1,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(19515,1,1643126400,2022,1,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(19516,1,1643130000,2022,1,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(19517,1,1643133600,2022,1,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(19518,1,1643137200,2022,1,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(19519,1,1643140800,2022,1,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(19520,1,1643144400,2022,1,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(19521,1,1643148000,2022,1,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(19522,1,1643151600,2022,1,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(19523,1,1643155200,2022,1,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(19524,1,1643158800,2022,1,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(19525,1,1643162400,2022,1,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(19526,1,1643166000,2022,1,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(19527,1,1643169600,2022,1,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(19528,1,1643173200,2022,1,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(19529,1,1643176800,2022,1,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(19530,1,1643180400,2022,1,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(19531,1,1643184000,2022,1,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(19532,1,1643187600,2022,1,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(19533,1,1643191200,2022,1,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(19534,1,1643194800,2022,1,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(19535,1,1643198400,2022,1,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(19536,1,1643202000,2022,1,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(19537,1,1643205600,2022,1,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(19538,1,1643209200,2022,1,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(19539,1,1643212800,2022,1,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(19540,1,1643216400,2022,1,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(19541,1,1643220000,2022,1,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(19542,1,1643223600,2022,1,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(19543,1,1643227200,2022,1,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(19544,1,1643230800,2022,1,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(19545,1,1643234400,2022,1,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(19546,1,1643238000,2022,1,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(19547,1,1643241600,2022,1,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(19548,1,1643245200,2022,1,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(19549,1,1643248800,2022,1,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(19550,1,1643252400,2022,1,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(19551,1,1643256000,2022,1,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(19552,1,1643259600,2022,1,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(19553,1,1643263200,2022,1,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(19554,1,1643266800,2022,1,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(19555,1,1643270400,2022,1,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(19556,1,1643274000,2022,1,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(19557,1,1643277600,2022,1,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(19558,1,1643281200,2022,1,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(19559,1,1643284800,2022,1,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(19560,1,1643288400,2022,1,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(19561,1,1643292000,2022,1,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(19562,1,1643295600,2022,1,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(19563,1,1643299200,2022,1,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(19564,1,1643302800,2022,1,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(19565,1,1643306400,2022,1,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(19566,1,1643310000,2022,1,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(19567,1,1643313600,2022,1,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(19568,1,1643317200,2022,1,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(19569,1,1643320800,2022,1,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(19570,1,1643324400,2022,1,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(19571,1,1643328000,2022,1,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(19572,1,1643331600,2022,1,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(19573,1,1643335200,2022,1,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(19574,1,1643338800,2022,1,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(19575,1,1643342400,2022,1,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(19576,1,1643346000,2022,1,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(19577,1,1643349600,2022,1,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(19578,1,1643353200,2022,1,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(19579,1,1643356800,2022,1,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(19580,1,1643360400,2022,1,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(19581,1,1643364000,2022,1,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(19582,1,1643367600,2022,1,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(19583,1,1643371200,2022,1,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(19584,1,1643374800,2022,1,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(19585,1,1643378400,2022,1,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(19586,1,1643382000,2022,1,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(19587,1,1643385600,2022,1,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(19588,1,1643389200,2022,1,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(19589,1,1643392800,2022,1,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(19590,1,1643396400,2022,1,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(19591,1,1643400000,2022,1,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(19592,1,1643403600,2022,1,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(19593,1,1643407200,2022,1,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(19594,1,1643410800,2022,1,29,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(19595,1,1643414400,2022,1,29,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(19596,1,1643418000,2022,1,29,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(19597,1,1643421600,2022,1,29,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(19598,1,1643425200,2022,1,29,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(19599,1,1643428800,2022,1,29,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(19600,1,1643432400,2022,1,29,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(19601,1,1643436000,2022,1,29,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(19602,1,1643439600,2022,1,29,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(19603,1,1643443200,2022,1,29,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(19604,1,1643446800,2022,1,29,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(19605,1,1643450400,2022,1,29,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(19606,1,1643454000,2022,1,29,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(19607,1,1643457600,2022,1,29,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(19608,1,1643461200,2022,1,29,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(19609,1,1643464800,2022,1,29,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(19610,1,1643468400,2022,1,29,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(19611,1,1643472000,2022,1,29,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(19612,1,1643475600,2022,1,29,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(19613,1,1643479200,2022,1,29,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(19614,1,1643482800,2022,1,29,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(19615,1,1643486400,2022,1,29,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(19616,1,1643490000,2022,1,29,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(19617,1,1643493600,2022,1,29,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(19618,1,1643583600,2022,1,31,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(19619,1,1643587200,2022,1,31,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(19620,1,1643590800,2022,1,31,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(19621,1,1643594400,2022,1,31,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(19622,1,1643598000,2022,1,31,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(19623,1,1643601600,2022,1,31,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(19624,1,1643605200,2022,1,31,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(19625,1,1643608800,2022,1,31,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(19626,1,1643612400,2022,1,31,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(19627,1,1643616000,2022,1,31,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(19628,1,1643619600,2022,1,31,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(19629,1,1643623200,2022,1,31,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(19630,1,1643626800,2022,1,31,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(19631,1,1643630400,2022,1,31,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(19632,1,1643634000,2022,1,31,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(19633,1,1643637600,2022,1,31,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(19634,1,1643641200,2022,1,31,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(19635,1,1643644800,2022,1,31,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(19636,1,1643648400,2022,1,31,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(19637,1,1643652000,2022,1,31,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(19638,1,1643655600,2022,1,31,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(19639,1,1643659200,2022,1,31,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(19640,1,1643662800,2022,1,31,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(19641,1,1643666400,2022,1,31,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(19642,1,1643670000,2022,2,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(19643,1,1643673600,2022,2,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(19644,1,1643677200,2022,2,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(19645,1,1643680800,2022,2,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(19646,1,1643684400,2022,2,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(19647,1,1643688000,2022,2,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(19648,1,1643691600,2022,2,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(19649,1,1643695200,2022,2,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(19650,1,1643698800,2022,2,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(19651,1,1643702400,2022,2,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(19652,1,1643706000,2022,2,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(19653,1,1643709600,2022,2,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(19654,1,1643713200,2022,2,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(19655,1,1643716800,2022,2,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(19656,1,1643720400,2022,2,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(19657,1,1643724000,2022,2,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(19658,1,1643727600,2022,2,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(19659,1,1643731200,2022,2,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(19660,1,1643734800,2022,2,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(19661,1,1643738400,2022,2,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(19662,1,1643742000,2022,2,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(19663,1,1643745600,2022,2,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(19664,1,1643749200,2022,2,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(19665,1,1643752800,2022,2,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(19666,1,1643756400,2022,2,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(19667,1,1643760000,2022,2,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(19668,1,1643763600,2022,2,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(19669,1,1643767200,2022,2,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(19670,1,1643770800,2022,2,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(19671,1,1643774400,2022,2,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(19672,1,1643778000,2022,2,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(19673,1,1643781600,2022,2,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(19674,1,1643785200,2022,2,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(19675,1,1643788800,2022,2,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(19676,1,1643792400,2022,2,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(19677,1,1643796000,2022,2,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(19678,1,1643799600,2022,2,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(19679,1,1643803200,2022,2,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(19680,1,1643806800,2022,2,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(19681,1,1643810400,2022,2,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(19682,1,1643814000,2022,2,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(19683,1,1643817600,2022,2,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(19684,1,1643821200,2022,2,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(19685,1,1643824800,2022,2,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(19686,1,1643828400,2022,2,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(19687,1,1643832000,2022,2,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(19688,1,1643835600,2022,2,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(19689,1,1643839200,2022,2,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(19690,1,1643842800,2022,2,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(19691,1,1643846400,2022,2,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(19692,1,1643850000,2022,2,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(19693,1,1643853600,2022,2,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(19694,1,1643857200,2022,2,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(19695,1,1643860800,2022,2,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(19696,1,1643864400,2022,2,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(19697,1,1643868000,2022,2,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(19698,1,1643871600,2022,2,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(19699,1,1643875200,2022,2,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(19700,1,1643878800,2022,2,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(19701,1,1643882400,2022,2,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(19702,1,1643886000,2022,2,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(19703,1,1643889600,2022,2,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(19704,1,1643893200,2022,2,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(19705,1,1643896800,2022,2,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(19706,1,1643900400,2022,2,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(19707,1,1643904000,2022,2,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(19708,1,1643907600,2022,2,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(19709,1,1643911200,2022,2,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(19710,1,1643914800,2022,2,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(19711,1,1643918400,2022,2,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(19712,1,1643922000,2022,2,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(19713,1,1643925600,2022,2,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(19714,1,1643929200,2022,2,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(19715,1,1643932800,2022,2,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(19716,1,1643936400,2022,2,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(19717,1,1643940000,2022,2,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(19718,1,1643943600,2022,2,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(19719,1,1643947200,2022,2,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(19720,1,1643950800,2022,2,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(19721,1,1643954400,2022,2,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(19722,1,1643958000,2022,2,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(19723,1,1643961600,2022,2,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(19724,1,1643965200,2022,2,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(19725,1,1643968800,2022,2,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(19726,1,1643972400,2022,2,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(19727,1,1643976000,2022,2,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(19728,1,1643979600,2022,2,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(19729,1,1643983200,2022,2,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(19730,1,1643986800,2022,2,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(19731,1,1643990400,2022,2,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(19732,1,1643994000,2022,2,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(19733,1,1643997600,2022,2,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(19734,1,1644001200,2022,2,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(19735,1,1644004800,2022,2,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(19736,1,1644008400,2022,2,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(19737,1,1644012000,2022,2,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(19738,1,1644015600,2022,2,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(19739,1,1644019200,2022,2,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(19740,1,1644022800,2022,2,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(19741,1,1644026400,2022,2,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(19742,1,1644030000,2022,2,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(19743,1,1644033600,2022,2,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(19744,1,1644037200,2022,2,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(19745,1,1644040800,2022,2,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(19746,1,1644044400,2022,2,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(19747,1,1644048000,2022,2,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(19748,1,1644051600,2022,2,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(19749,1,1644055200,2022,2,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(19750,1,1644058800,2022,2,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(19751,1,1644062400,2022,2,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(19752,1,1644066000,2022,2,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(19753,1,1644069600,2022,2,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(19754,1,1644073200,2022,2,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(19755,1,1644076800,2022,2,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(19756,1,1644080400,2022,2,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(19757,1,1644084000,2022,2,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(19758,1,1644087600,2022,2,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(19759,1,1644091200,2022,2,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(19760,1,1644094800,2022,2,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(19761,1,1644098400,2022,2,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(19762,1,1644188400,2022,2,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(19763,1,1644192000,2022,2,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(19764,1,1644195600,2022,2,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(19765,1,1644199200,2022,2,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(19766,1,1644202800,2022,2,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(19767,1,1644206400,2022,2,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(19768,1,1644210000,2022,2,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(19769,1,1644213600,2022,2,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(19770,1,1644217200,2022,2,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(19771,1,1644220800,2022,2,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(19772,1,1644224400,2022,2,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(19773,1,1644228000,2022,2,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(19774,1,1644231600,2022,2,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(19775,1,1644235200,2022,2,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(19776,1,1644238800,2022,2,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(19777,1,1644242400,2022,2,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(19778,1,1644246000,2022,2,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(19779,1,1644249600,2022,2,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(19780,1,1644253200,2022,2,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(19781,1,1644256800,2022,2,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(19782,1,1644260400,2022,2,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(19783,1,1644264000,2022,2,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(19784,1,1644267600,2022,2,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(19785,1,1644271200,2022,2,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(19786,1,1644274800,2022,2,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(19787,1,1644278400,2022,2,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(19788,1,1644282000,2022,2,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(19789,1,1644285600,2022,2,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(19790,1,1644289200,2022,2,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(19791,1,1644292800,2022,2,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(19792,1,1644296400,2022,2,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(19793,1,1644300000,2022,2,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(19794,1,1644303600,2022,2,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(19795,1,1644307200,2022,2,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(19796,1,1644310800,2022,2,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(19797,1,1644314400,2022,2,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(19798,1,1644318000,2022,2,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(19799,1,1644321600,2022,2,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(19800,1,1644325200,2022,2,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(19801,1,1644328800,2022,2,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(19802,1,1644332400,2022,2,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(19803,1,1644336000,2022,2,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(19804,1,1644339600,2022,2,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(19805,1,1644343200,2022,2,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(19806,1,1644346800,2022,2,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(19807,1,1644350400,2022,2,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(19808,1,1644354000,2022,2,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(19809,1,1644357600,2022,2,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(19810,1,1644361200,2022,2,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(19811,1,1644364800,2022,2,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(19812,1,1644368400,2022,2,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(19813,1,1644372000,2022,2,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(19814,1,1644375600,2022,2,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(19815,1,1644379200,2022,2,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(19816,1,1644382800,2022,2,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(19817,1,1644386400,2022,2,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(19818,1,1644390000,2022,2,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(19819,1,1644393600,2022,2,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(19820,1,1644397200,2022,2,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(19821,1,1644400800,2022,2,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(19822,1,1644404400,2022,2,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(19823,1,1644408000,2022,2,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(19824,1,1644411600,2022,2,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(19825,1,1644415200,2022,2,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(19826,1,1644418800,2022,2,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(19827,1,1644422400,2022,2,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(19828,1,1644426000,2022,2,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(19829,1,1644429600,2022,2,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(19830,1,1644433200,2022,2,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(19831,1,1644436800,2022,2,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(19832,1,1644440400,2022,2,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(19833,1,1644444000,2022,2,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(19834,1,1644447600,2022,2,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(19835,1,1644451200,2022,2,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(19836,1,1644454800,2022,2,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(19837,1,1644458400,2022,2,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(19838,1,1644462000,2022,2,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(19839,1,1644465600,2022,2,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(19840,1,1644469200,2022,2,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(19841,1,1644472800,2022,2,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(19842,1,1644476400,2022,2,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(19843,1,1644480000,2022,2,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(19844,1,1644483600,2022,2,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(19845,1,1644487200,2022,2,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(19846,1,1644490800,2022,2,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(19847,1,1644494400,2022,2,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(19848,1,1644498000,2022,2,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(19849,1,1644501600,2022,2,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(19850,1,1644505200,2022,2,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(19851,1,1644508800,2022,2,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(19852,1,1644512400,2022,2,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(19853,1,1644516000,2022,2,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(19854,1,1644519600,2022,2,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(19855,1,1644523200,2022,2,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(19856,1,1644526800,2022,2,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(19857,1,1644530400,2022,2,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(19858,1,1644534000,2022,2,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(19859,1,1644537600,2022,2,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(19860,1,1644541200,2022,2,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(19861,1,1644544800,2022,2,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(19862,1,1644548400,2022,2,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(19863,1,1644552000,2022,2,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(19864,1,1644555600,2022,2,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(19865,1,1644559200,2022,2,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(19866,1,1644562800,2022,2,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(19867,1,1644566400,2022,2,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(19868,1,1644570000,2022,2,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(19869,1,1644573600,2022,2,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(19870,1,1644577200,2022,2,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(19871,1,1644580800,2022,2,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(19872,1,1644584400,2022,2,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(19873,1,1644588000,2022,2,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(19874,1,1644591600,2022,2,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(19875,1,1644595200,2022,2,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(19876,1,1644598800,2022,2,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(19877,1,1644602400,2022,2,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(19878,1,1644606000,2022,2,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(19879,1,1644609600,2022,2,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(19880,1,1644613200,2022,2,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(19881,1,1644616800,2022,2,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(19882,1,1644620400,2022,2,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(19883,1,1644624000,2022,2,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(19884,1,1644627600,2022,2,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(19885,1,1644631200,2022,2,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(19886,1,1644634800,2022,2,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(19887,1,1644638400,2022,2,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(19888,1,1644642000,2022,2,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(19889,1,1644645600,2022,2,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(19890,1,1644649200,2022,2,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(19891,1,1644652800,2022,2,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(19892,1,1644656400,2022,2,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(19893,1,1644660000,2022,2,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(19894,1,1644663600,2022,2,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(19895,1,1644667200,2022,2,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(19896,1,1644670800,2022,2,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(19897,1,1644674400,2022,2,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(19898,1,1644678000,2022,2,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(19899,1,1644681600,2022,2,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(19900,1,1644685200,2022,2,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(19901,1,1644688800,2022,2,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(19902,1,1644692400,2022,2,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(19903,1,1644696000,2022,2,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(19904,1,1644699600,2022,2,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(19905,1,1644703200,2022,2,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(19906,1,1644793200,2022,2,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(19907,1,1644796800,2022,2,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(19908,1,1644800400,2022,2,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(19909,1,1644804000,2022,2,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(19910,1,1644807600,2022,2,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(19911,1,1644811200,2022,2,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(19912,1,1644814800,2022,2,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(19913,1,1644818400,2022,2,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(19914,1,1644822000,2022,2,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(19915,1,1644825600,2022,2,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(19916,1,1644829200,2022,2,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(19917,1,1644832800,2022,2,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(19918,1,1644836400,2022,2,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(19919,1,1644840000,2022,2,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(19920,1,1644843600,2022,2,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(19921,1,1644847200,2022,2,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(19922,1,1644850800,2022,2,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(19923,1,1644854400,2022,2,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(19924,1,1644858000,2022,2,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(19925,1,1644861600,2022,2,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(19926,1,1644865200,2022,2,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(19927,1,1644868800,2022,2,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(19928,1,1644872400,2022,2,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(19929,1,1644876000,2022,2,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(19930,1,1644879600,2022,2,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(19931,1,1644883200,2022,2,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(19932,1,1644886800,2022,2,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(19933,1,1644890400,2022,2,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(19934,1,1644894000,2022,2,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(19935,1,1644897600,2022,2,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(19936,1,1644901200,2022,2,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(19937,1,1644904800,2022,2,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(19938,1,1644908400,2022,2,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(19939,1,1644912000,2022,2,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(19940,1,1644915600,2022,2,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(19941,1,1644919200,2022,2,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(19942,1,1644922800,2022,2,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(19943,1,1644926400,2022,2,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(19944,1,1644930000,2022,2,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(19945,1,1644933600,2022,2,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(19946,1,1644937200,2022,2,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(19947,1,1644940800,2022,2,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(19948,1,1644944400,2022,2,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(19949,1,1644948000,2022,2,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(19950,1,1644951600,2022,2,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(19951,1,1644955200,2022,2,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(19952,1,1644958800,2022,2,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(19953,1,1644962400,2022,2,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(19954,1,1644966000,2022,2,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(19955,1,1644969600,2022,2,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(19956,1,1644973200,2022,2,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(19957,1,1644976800,2022,2,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(19958,1,1644980400,2022,2,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(19959,1,1644984000,2022,2,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(19960,1,1644987600,2022,2,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(19961,1,1644991200,2022,2,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(19962,1,1644994800,2022,2,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(19963,1,1644998400,2022,2,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(19964,1,1645002000,2022,2,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(19965,1,1645005600,2022,2,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(19966,1,1645009200,2022,2,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(19967,1,1645012800,2022,2,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(19968,1,1645016400,2022,2,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(19969,1,1645020000,2022,2,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(19970,1,1645023600,2022,2,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(19971,1,1645027200,2022,2,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(19972,1,1645030800,2022,2,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(19973,1,1645034400,2022,2,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(19974,1,1645038000,2022,2,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(19975,1,1645041600,2022,2,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(19976,1,1645045200,2022,2,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(19977,1,1645048800,2022,2,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(19978,1,1645052400,2022,2,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(19979,1,1645056000,2022,2,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(19980,1,1645059600,2022,2,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(19981,1,1645063200,2022,2,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(19982,1,1645066800,2022,2,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(19983,1,1645070400,2022,2,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(19984,1,1645074000,2022,2,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(19985,1,1645077600,2022,2,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(19986,1,1645081200,2022,2,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(19987,1,1645084800,2022,2,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(19988,1,1645088400,2022,2,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(19989,1,1645092000,2022,2,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(19990,1,1645095600,2022,2,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(19991,1,1645099200,2022,2,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(19992,1,1645102800,2022,2,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(19993,1,1645106400,2022,2,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(19994,1,1645110000,2022,2,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(19995,1,1645113600,2022,2,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(19996,1,1645117200,2022,2,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(19997,1,1645120800,2022,2,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(19998,1,1645124400,2022,2,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(19999,1,1645128000,2022,2,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(20000,1,1645131600,2022,2,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(20001,1,1645135200,2022,2,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(20002,1,1645138800,2022,2,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(20003,1,1645142400,2022,2,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(20004,1,1645146000,2022,2,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(20005,1,1645149600,2022,2,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(20006,1,1645153200,2022,2,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(20007,1,1645156800,2022,2,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(20008,1,1645160400,2022,2,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(20009,1,1645164000,2022,2,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(20010,1,1645167600,2022,2,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(20011,1,1645171200,2022,2,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(20012,1,1645174800,2022,2,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(20013,1,1645178400,2022,2,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(20014,1,1645182000,2022,2,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(20015,1,1645185600,2022,2,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(20016,1,1645189200,2022,2,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(20017,1,1645192800,2022,2,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(20018,1,1645196400,2022,2,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(20019,1,1645200000,2022,2,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(20020,1,1645203600,2022,2,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(20021,1,1645207200,2022,2,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(20022,1,1645210800,2022,2,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(20023,1,1645214400,2022,2,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(20024,1,1645218000,2022,2,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(20025,1,1645221600,2022,2,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(20026,1,1645225200,2022,2,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(20027,1,1645228800,2022,2,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(20028,1,1645232400,2022,2,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(20029,1,1645236000,2022,2,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(20030,1,1645239600,2022,2,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(20031,1,1645243200,2022,2,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(20032,1,1645246800,2022,2,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(20033,1,1645250400,2022,2,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(20034,1,1645254000,2022,2,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(20035,1,1645257600,2022,2,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(20036,1,1645261200,2022,2,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(20037,1,1645264800,2022,2,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(20038,1,1645268400,2022,2,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(20039,1,1645272000,2022,2,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(20040,1,1645275600,2022,2,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(20041,1,1645279200,2022,2,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(20042,1,1645282800,2022,2,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(20043,1,1645286400,2022,2,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(20044,1,1645290000,2022,2,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(20045,1,1645293600,2022,2,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(20046,1,1645297200,2022,2,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(20047,1,1645300800,2022,2,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(20048,1,1645304400,2022,2,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(20049,1,1645308000,2022,2,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(20050,1,1645398000,2022,2,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(20051,1,1645401600,2022,2,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(20052,1,1645405200,2022,2,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(20053,1,1645408800,2022,2,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(20054,1,1645412400,2022,2,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(20055,1,1645416000,2022,2,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(20056,1,1645419600,2022,2,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(20057,1,1645423200,2022,2,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(20058,1,1645426800,2022,2,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(20059,1,1645430400,2022,2,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(20060,1,1645434000,2022,2,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(20061,1,1645437600,2022,2,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(20062,1,1645441200,2022,2,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(20063,1,1645444800,2022,2,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(20064,1,1645448400,2022,2,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(20065,1,1645452000,2022,2,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(20066,1,1645455600,2022,2,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(20067,1,1645459200,2022,2,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(20068,1,1645462800,2022,2,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(20069,1,1645466400,2022,2,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(20070,1,1645470000,2022,2,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(20071,1,1645473600,2022,2,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(20072,1,1645477200,2022,2,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(20073,1,1645480800,2022,2,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(20074,1,1645484400,2022,2,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(20075,1,1645488000,2022,2,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(20076,1,1645491600,2022,2,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(20077,1,1645495200,2022,2,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(20078,1,1645498800,2022,2,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(20079,1,1645502400,2022,2,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(20080,1,1645506000,2022,2,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(20081,1,1645509600,2022,2,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(20082,1,1645513200,2022,2,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(20083,1,1645516800,2022,2,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(20084,1,1645520400,2022,2,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(20085,1,1645524000,2022,2,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(20086,1,1645527600,2022,2,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(20087,1,1645531200,2022,2,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(20088,1,1645534800,2022,2,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(20089,1,1645538400,2022,2,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(20090,1,1645542000,2022,2,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(20091,1,1645545600,2022,2,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(20092,1,1645549200,2022,2,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(20093,1,1645552800,2022,2,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(20094,1,1645556400,2022,2,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(20095,1,1645560000,2022,2,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(20096,1,1645563600,2022,2,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(20097,1,1645567200,2022,2,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(20098,1,1645570800,2022,2,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(20099,1,1645574400,2022,2,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(20100,1,1645578000,2022,2,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(20101,1,1645581600,2022,2,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(20102,1,1645585200,2022,2,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(20103,1,1645588800,2022,2,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(20104,1,1645592400,2022,2,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(20105,1,1645596000,2022,2,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(20106,1,1645599600,2022,2,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(20107,1,1645603200,2022,2,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(20108,1,1645606800,2022,2,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(20109,1,1645610400,2022,2,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(20110,1,1645614000,2022,2,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(20111,1,1645617600,2022,2,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(20112,1,1645621200,2022,2,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(20113,1,1645624800,2022,2,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(20114,1,1645628400,2022,2,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(20115,1,1645632000,2022,2,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(20116,1,1645635600,2022,2,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(20117,1,1645639200,2022,2,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(20118,1,1645642800,2022,2,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(20119,1,1645646400,2022,2,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(20120,1,1645650000,2022,2,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(20121,1,1645653600,2022,2,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(20122,1,1645657200,2022,2,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(20123,1,1645660800,2022,2,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(20124,1,1645664400,2022,2,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(20125,1,1645668000,2022,2,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(20126,1,1645671600,2022,2,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(20127,1,1645675200,2022,2,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(20128,1,1645678800,2022,2,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(20129,1,1645682400,2022,2,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(20130,1,1645686000,2022,2,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(20131,1,1645689600,2022,2,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(20132,1,1645693200,2022,2,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(20133,1,1645696800,2022,2,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(20134,1,1645700400,2022,2,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(20135,1,1645704000,2022,2,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(20136,1,1645707600,2022,2,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(20137,1,1645711200,2022,2,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(20138,1,1645714800,2022,2,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(20139,1,1645718400,2022,2,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(20140,1,1645722000,2022,2,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(20141,1,1645725600,2022,2,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(20142,1,1645729200,2022,2,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(20143,1,1645732800,2022,2,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(20144,1,1645736400,2022,2,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(20145,1,1645740000,2022,2,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(20146,1,1645743600,2022,2,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(20147,1,1645747200,2022,2,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(20148,1,1645750800,2022,2,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(20149,1,1645754400,2022,2,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(20150,1,1645758000,2022,2,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(20151,1,1645761600,2022,2,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(20152,1,1645765200,2022,2,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(20153,1,1645768800,2022,2,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(20154,1,1645772400,2022,2,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(20155,1,1645776000,2022,2,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(20156,1,1645779600,2022,2,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(20157,1,1645783200,2022,2,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(20158,1,1645786800,2022,2,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(20159,1,1645790400,2022,2,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(20160,1,1645794000,2022,2,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(20161,1,1645797600,2022,2,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(20162,1,1645801200,2022,2,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(20163,1,1645804800,2022,2,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(20164,1,1645808400,2022,2,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(20165,1,1645812000,2022,2,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(20166,1,1645815600,2022,2,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(20167,1,1645819200,2022,2,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(20168,1,1645822800,2022,2,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(20169,1,1645826400,2022,2,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(20170,1,1645830000,2022,2,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(20171,1,1645833600,2022,2,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(20172,1,1645837200,2022,2,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(20173,1,1645840800,2022,2,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(20174,1,1645844400,2022,2,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(20175,1,1645848000,2022,2,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(20176,1,1645851600,2022,2,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(20177,1,1645855200,2022,2,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(20178,1,1645858800,2022,2,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(20179,1,1645862400,2022,2,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(20180,1,1645866000,2022,2,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(20181,1,1645869600,2022,2,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(20182,1,1645873200,2022,2,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(20183,1,1645876800,2022,2,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(20184,1,1645880400,2022,2,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(20185,1,1645884000,2022,2,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(20186,1,1645887600,2022,2,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(20187,1,1645891200,2022,2,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(20188,1,1645894800,2022,2,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(20189,1,1645898400,2022,2,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(20190,1,1645902000,2022,2,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(20191,1,1645905600,2022,2,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(20192,1,1645909200,2022,2,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(20193,1,1645912800,2022,2,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(20194,1,1646002800,2022,2,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(20195,1,1646006400,2022,2,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(20196,1,1646010000,2022,2,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(20197,1,1646013600,2022,2,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(20198,1,1646017200,2022,2,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(20199,1,1646020800,2022,2,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(20200,1,1646024400,2022,2,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(20201,1,1646028000,2022,2,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(20202,1,1646031600,2022,2,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(20203,1,1646035200,2022,2,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(20204,1,1646038800,2022,2,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(20205,1,1646042400,2022,2,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(20206,1,1646046000,2022,2,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(20207,1,1646049600,2022,2,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(20208,1,1646053200,2022,2,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(20209,1,1646056800,2022,2,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(20210,1,1646060400,2022,2,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(20211,1,1646064000,2022,2,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(20212,1,1646067600,2022,2,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(20213,1,1646071200,2022,2,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(20214,1,1646074800,2022,2,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(20215,1,1646078400,2022,2,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(20216,1,1646082000,2022,2,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(20217,1,1646085600,2022,2,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(20218,1,1646089200,2022,3,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(20219,1,1646092800,2022,3,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(20220,1,1646096400,2022,3,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(20221,1,1646100000,2022,3,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(20222,1,1646103600,2022,3,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(20223,1,1646107200,2022,3,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(20224,1,1646110800,2022,3,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(20225,1,1646114400,2022,3,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(20226,1,1646118000,2022,3,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(20227,1,1646121600,2022,3,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(20228,1,1646125200,2022,3,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(20229,1,1646128800,2022,3,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(20230,1,1646132400,2022,3,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(20231,1,1646136000,2022,3,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(20232,1,1646139600,2022,3,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(20233,1,1646143200,2022,3,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(20234,1,1646146800,2022,3,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(20235,1,1646150400,2022,3,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(20236,1,1646154000,2022,3,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(20237,1,1646157600,2022,3,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(20238,1,1646161200,2022,3,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(20239,1,1646164800,2022,3,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(20240,1,1646168400,2022,3,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(20241,1,1646172000,2022,3,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(20242,1,1646175600,2022,3,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(20243,1,1646179200,2022,3,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(20244,1,1646182800,2022,3,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(20245,1,1646186400,2022,3,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(20246,1,1646190000,2022,3,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(20247,1,1646193600,2022,3,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(20248,1,1646197200,2022,3,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(20249,1,1646200800,2022,3,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(20250,1,1646204400,2022,3,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(20251,1,1646208000,2022,3,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(20252,1,1646211600,2022,3,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(20253,1,1646215200,2022,3,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(20254,1,1646218800,2022,3,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(20255,1,1646222400,2022,3,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(20256,1,1646226000,2022,3,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(20257,1,1646229600,2022,3,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(20258,1,1646233200,2022,3,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(20259,1,1646236800,2022,3,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(20260,1,1646240400,2022,3,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(20261,1,1646244000,2022,3,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(20262,1,1646247600,2022,3,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(20263,1,1646251200,2022,3,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(20264,1,1646254800,2022,3,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(20265,1,1646258400,2022,3,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(20266,1,1646262000,2022,3,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(20267,1,1646265600,2022,3,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(20268,1,1646269200,2022,3,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(20269,1,1646272800,2022,3,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(20270,1,1646276400,2022,3,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(20271,1,1646280000,2022,3,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(20272,1,1646283600,2022,3,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(20273,1,1646287200,2022,3,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(20274,1,1646290800,2022,3,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(20275,1,1646294400,2022,3,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(20276,1,1646298000,2022,3,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(20277,1,1646301600,2022,3,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(20278,1,1646305200,2022,3,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(20279,1,1646308800,2022,3,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(20280,1,1646312400,2022,3,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(20281,1,1646316000,2022,3,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(20282,1,1646319600,2022,3,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(20283,1,1646323200,2022,3,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(20284,1,1646326800,2022,3,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(20285,1,1646330400,2022,3,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(20286,1,1646334000,2022,3,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(20287,1,1646337600,2022,3,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(20288,1,1646341200,2022,3,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(20289,1,1646344800,2022,3,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(20290,1,1646348400,2022,3,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(20291,1,1646352000,2022,3,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(20292,1,1646355600,2022,3,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(20293,1,1646359200,2022,3,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(20294,1,1646362800,2022,3,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(20295,1,1646366400,2022,3,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(20296,1,1646370000,2022,3,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(20297,1,1646373600,2022,3,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(20298,1,1646377200,2022,3,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(20299,1,1646380800,2022,3,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(20300,1,1646384400,2022,3,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(20301,1,1646388000,2022,3,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(20302,1,1646391600,2022,3,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(20303,1,1646395200,2022,3,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(20304,1,1646398800,2022,3,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(20305,1,1646402400,2022,3,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(20306,1,1646406000,2022,3,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(20307,1,1646409600,2022,3,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(20308,1,1646413200,2022,3,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(20309,1,1646416800,2022,3,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(20310,1,1646420400,2022,3,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(20311,1,1646424000,2022,3,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(20312,1,1646427600,2022,3,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(20313,1,1646431200,2022,3,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(20314,1,1646434800,2022,3,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(20315,1,1646438400,2022,3,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(20316,1,1646442000,2022,3,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(20317,1,1646445600,2022,3,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(20318,1,1646449200,2022,3,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(20319,1,1646452800,2022,3,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(20320,1,1646456400,2022,3,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(20321,1,1646460000,2022,3,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(20322,1,1646463600,2022,3,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(20323,1,1646467200,2022,3,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(20324,1,1646470800,2022,3,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(20325,1,1646474400,2022,3,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(20326,1,1646478000,2022,3,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(20327,1,1646481600,2022,3,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(20328,1,1646485200,2022,3,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(20329,1,1646488800,2022,3,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(20330,1,1646492400,2022,3,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(20331,1,1646496000,2022,3,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(20332,1,1646499600,2022,3,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(20333,1,1646503200,2022,3,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(20334,1,1646506800,2022,3,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(20335,1,1646510400,2022,3,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(20336,1,1646514000,2022,3,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(20337,1,1646517600,2022,3,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(20338,1,1646607600,2022,3,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(20339,1,1646611200,2022,3,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(20340,1,1646614800,2022,3,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(20341,1,1646618400,2022,3,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(20342,1,1646622000,2022,3,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(20343,1,1646625600,2022,3,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(20344,1,1646629200,2022,3,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(20345,1,1646632800,2022,3,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(20346,1,1646636400,2022,3,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(20347,1,1646640000,2022,3,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(20348,1,1646643600,2022,3,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(20349,1,1646647200,2022,3,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(20350,1,1646650800,2022,3,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(20351,1,1646654400,2022,3,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(20352,1,1646658000,2022,3,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(20353,1,1646661600,2022,3,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(20354,1,1646665200,2022,3,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(20355,1,1646668800,2022,3,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(20356,1,1646672400,2022,3,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(20357,1,1646676000,2022,3,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(20358,1,1646679600,2022,3,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(20359,1,1646683200,2022,3,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(20360,1,1646686800,2022,3,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(20361,1,1646690400,2022,3,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(20362,1,1646694000,2022,3,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(20363,1,1646697600,2022,3,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(20364,1,1646701200,2022,3,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(20365,1,1646704800,2022,3,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(20366,1,1646708400,2022,3,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(20367,1,1646712000,2022,3,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(20368,1,1646715600,2022,3,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(20369,1,1646719200,2022,3,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(20370,1,1646722800,2022,3,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(20371,1,1646726400,2022,3,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(20372,1,1646730000,2022,3,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(20373,1,1646733600,2022,3,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(20374,1,1646737200,2022,3,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(20375,1,1646740800,2022,3,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(20376,1,1646744400,2022,3,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(20377,1,1646748000,2022,3,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(20378,1,1646751600,2022,3,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(20379,1,1646755200,2022,3,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(20380,1,1646758800,2022,3,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(20381,1,1646762400,2022,3,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(20382,1,1646766000,2022,3,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(20383,1,1646769600,2022,3,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(20384,1,1646773200,2022,3,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(20385,1,1646776800,2022,3,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(20386,1,1646780400,2022,3,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(20387,1,1646784000,2022,3,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(20388,1,1646787600,2022,3,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(20389,1,1646791200,2022,3,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(20390,1,1646794800,2022,3,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(20391,1,1646798400,2022,3,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(20392,1,1646802000,2022,3,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(20393,1,1646805600,2022,3,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(20394,1,1646809200,2022,3,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(20395,1,1646812800,2022,3,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(20396,1,1646816400,2022,3,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(20397,1,1646820000,2022,3,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(20398,1,1646823600,2022,3,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(20399,1,1646827200,2022,3,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(20400,1,1646830800,2022,3,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(20401,1,1646834400,2022,3,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(20402,1,1646838000,2022,3,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(20403,1,1646841600,2022,3,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(20404,1,1646845200,2022,3,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(20405,1,1646848800,2022,3,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(20406,1,1646852400,2022,3,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(20407,1,1646856000,2022,3,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(20408,1,1646859600,2022,3,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(20409,1,1646863200,2022,3,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(20410,1,1646866800,2022,3,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(20411,1,1646870400,2022,3,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(20412,1,1646874000,2022,3,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(20413,1,1646877600,2022,3,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(20414,1,1646881200,2022,3,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(20415,1,1646884800,2022,3,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(20416,1,1646888400,2022,3,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(20417,1,1646892000,2022,3,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(20418,1,1646895600,2022,3,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(20419,1,1646899200,2022,3,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(20420,1,1646902800,2022,3,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(20421,1,1646906400,2022,3,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(20422,1,1646910000,2022,3,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(20423,1,1646913600,2022,3,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(20424,1,1646917200,2022,3,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(20425,1,1646920800,2022,3,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(20426,1,1646924400,2022,3,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(20427,1,1646928000,2022,3,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(20428,1,1646931600,2022,3,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(20429,1,1646935200,2022,3,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(20430,1,1646938800,2022,3,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(20431,1,1646942400,2022,3,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(20432,1,1646946000,2022,3,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(20433,1,1646949600,2022,3,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(20434,1,1646953200,2022,3,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(20435,1,1646956800,2022,3,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(20436,1,1646960400,2022,3,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(20437,1,1646964000,2022,3,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(20438,1,1646967600,2022,3,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(20439,1,1646971200,2022,3,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(20440,1,1646974800,2022,3,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(20441,1,1646978400,2022,3,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(20442,1,1646982000,2022,3,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(20443,1,1646985600,2022,3,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(20444,1,1646989200,2022,3,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(20445,1,1646992800,2022,3,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(20446,1,1646996400,2022,3,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(20447,1,1647000000,2022,3,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(20448,1,1647003600,2022,3,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(20449,1,1647007200,2022,3,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(20450,1,1647010800,2022,3,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(20451,1,1647014400,2022,3,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(20452,1,1647018000,2022,3,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(20453,1,1647021600,2022,3,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(20454,1,1647025200,2022,3,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(20455,1,1647028800,2022,3,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(20456,1,1647032400,2022,3,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(20457,1,1647036000,2022,3,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(20458,1,1647039600,2022,3,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(20459,1,1647043200,2022,3,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(20460,1,1647046800,2022,3,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(20461,1,1647050400,2022,3,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(20462,1,1647054000,2022,3,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(20463,1,1647057600,2022,3,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(20464,1,1647061200,2022,3,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(20465,1,1647064800,2022,3,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(20466,1,1647068400,2022,3,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(20467,1,1647072000,2022,3,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(20468,1,1647075600,2022,3,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(20469,1,1647079200,2022,3,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(20470,1,1647082800,2022,3,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(20471,1,1647086400,2022,3,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(20472,1,1647090000,2022,3,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(20473,1,1647093600,2022,3,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(20474,1,1647097200,2022,3,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(20475,1,1647100800,2022,3,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(20476,1,1647104400,2022,3,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(20477,1,1647108000,2022,3,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(20478,1,1647111600,2022,3,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(20479,1,1647115200,2022,3,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(20480,1,1647118800,2022,3,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(20481,1,1647122400,2022,3,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(20482,1,1647212400,2022,3,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(20483,1,1647216000,2022,3,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(20484,1,1647219600,2022,3,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(20485,1,1647223200,2022,3,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(20486,1,1647226800,2022,3,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(20487,1,1647230400,2022,3,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(20488,1,1647234000,2022,3,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(20489,1,1647237600,2022,3,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(20490,1,1647241200,2022,3,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(20491,1,1647244800,2022,3,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(20492,1,1647248400,2022,3,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(20493,1,1647252000,2022,3,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(20494,1,1647255600,2022,3,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(20495,1,1647259200,2022,3,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(20496,1,1647262800,2022,3,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(20497,1,1647266400,2022,3,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(20498,1,1647270000,2022,3,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(20499,1,1647273600,2022,3,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(20500,1,1647277200,2022,3,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(20501,1,1647280800,2022,3,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(20502,1,1647284400,2022,3,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(20503,1,1647288000,2022,3,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(20504,1,1647291600,2022,3,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(20505,1,1647295200,2022,3,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(20506,1,1647298800,2022,3,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(20507,1,1647302400,2022,3,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(20508,1,1647306000,2022,3,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(20509,1,1647309600,2022,3,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(20510,1,1647313200,2022,3,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(20511,1,1647316800,2022,3,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(20512,1,1647320400,2022,3,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(20513,1,1647324000,2022,3,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(20514,1,1647327600,2022,3,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(20515,1,1647331200,2022,3,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(20516,1,1647334800,2022,3,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(20517,1,1647338400,2022,3,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(20518,1,1647342000,2022,3,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(20519,1,1647345600,2022,3,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(20520,1,1647349200,2022,3,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(20521,1,1647352800,2022,3,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(20522,1,1647356400,2022,3,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(20523,1,1647360000,2022,3,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(20524,1,1647363600,2022,3,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(20525,1,1647367200,2022,3,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(20526,1,1647370800,2022,3,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(20527,1,1647374400,2022,3,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(20528,1,1647378000,2022,3,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(20529,1,1647381600,2022,3,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(20530,1,1647385200,2022,3,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(20531,1,1647388800,2022,3,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(20532,1,1647392400,2022,3,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(20533,1,1647396000,2022,3,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(20534,1,1647399600,2022,3,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(20535,1,1647403200,2022,3,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(20536,1,1647406800,2022,3,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(20537,1,1647410400,2022,3,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(20538,1,1647414000,2022,3,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(20539,1,1647417600,2022,3,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(20540,1,1647421200,2022,3,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(20541,1,1647424800,2022,3,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(20542,1,1647428400,2022,3,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(20543,1,1647432000,2022,3,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(20544,1,1647435600,2022,3,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(20545,1,1647439200,2022,3,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(20546,1,1647442800,2022,3,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(20547,1,1647446400,2022,3,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(20548,1,1647450000,2022,3,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(20549,1,1647453600,2022,3,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(20550,1,1647457200,2022,3,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(20551,1,1647460800,2022,3,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(20552,1,1647464400,2022,3,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(20553,1,1647468000,2022,3,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(20554,1,1647471600,2022,3,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(20555,1,1647475200,2022,3,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(20556,1,1647478800,2022,3,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(20557,1,1647482400,2022,3,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(20558,1,1647486000,2022,3,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(20559,1,1647489600,2022,3,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(20560,1,1647493200,2022,3,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(20561,1,1647496800,2022,3,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(20562,1,1647500400,2022,3,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(20563,1,1647504000,2022,3,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(20564,1,1647507600,2022,3,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(20565,1,1647511200,2022,3,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(20566,1,1647514800,2022,3,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(20567,1,1647518400,2022,3,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(20568,1,1647522000,2022,3,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(20569,1,1647525600,2022,3,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(20570,1,1647529200,2022,3,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(20571,1,1647532800,2022,3,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(20572,1,1647536400,2022,3,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(20573,1,1647540000,2022,3,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(20574,1,1647543600,2022,3,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(20575,1,1647547200,2022,3,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(20576,1,1647550800,2022,3,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(20577,1,1647554400,2022,3,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(20578,1,1647558000,2022,3,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(20579,1,1647561600,2022,3,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(20580,1,1647565200,2022,3,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(20581,1,1647568800,2022,3,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(20582,1,1647572400,2022,3,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(20583,1,1647576000,2022,3,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(20584,1,1647579600,2022,3,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(20585,1,1647583200,2022,3,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(20586,1,1647586800,2022,3,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(20587,1,1647590400,2022,3,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(20588,1,1647594000,2022,3,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(20589,1,1647597600,2022,3,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(20590,1,1647601200,2022,3,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(20591,1,1647604800,2022,3,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(20592,1,1647608400,2022,3,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(20593,1,1647612000,2022,3,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(20594,1,1647615600,2022,3,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(20595,1,1647619200,2022,3,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(20596,1,1647622800,2022,3,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(20597,1,1647626400,2022,3,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(20598,1,1647630000,2022,3,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(20599,1,1647633600,2022,3,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(20600,1,1647637200,2022,3,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(20601,1,1647640800,2022,3,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(20602,1,1647644400,2022,3,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(20603,1,1647648000,2022,3,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(20604,1,1647651600,2022,3,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(20605,1,1647655200,2022,3,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(20606,1,1647658800,2022,3,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(20607,1,1647662400,2022,3,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(20608,1,1647666000,2022,3,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(20609,1,1647669600,2022,3,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(20610,1,1647673200,2022,3,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(20611,1,1647676800,2022,3,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(20612,1,1647680400,2022,3,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(20613,1,1647684000,2022,3,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(20614,1,1647687600,2022,3,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(20615,1,1647691200,2022,3,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(20616,1,1647694800,2022,3,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(20617,1,1647698400,2022,3,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(20618,1,1647702000,2022,3,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(20619,1,1647705600,2022,3,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(20620,1,1647709200,2022,3,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(20621,1,1647712800,2022,3,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(20622,1,1647716400,2022,3,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(20623,1,1647720000,2022,3,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(20624,1,1647723600,2022,3,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(20625,1,1647727200,2022,3,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(20626,1,1647817200,2022,3,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(20627,1,1647820800,2022,3,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(20628,1,1647824400,2022,3,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(20629,1,1647828000,2022,3,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(20630,1,1647831600,2022,3,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(20631,1,1647835200,2022,3,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(20632,1,1647838800,2022,3,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(20633,1,1647842400,2022,3,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(20634,1,1647846000,2022,3,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(20635,1,1647849600,2022,3,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(20636,1,1647853200,2022,3,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(20637,1,1647856800,2022,3,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(20638,1,1647860400,2022,3,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(20639,1,1647864000,2022,3,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(20640,1,1647867600,2022,3,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(20641,1,1647871200,2022,3,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(20642,1,1647874800,2022,3,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(20643,1,1647878400,2022,3,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(20644,1,1647882000,2022,3,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(20645,1,1647885600,2022,3,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(20646,1,1647889200,2022,3,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(20647,1,1647892800,2022,3,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(20648,1,1647896400,2022,3,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(20649,1,1647900000,2022,3,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(20650,1,1647903600,2022,3,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(20651,1,1647907200,2022,3,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(20652,1,1647910800,2022,3,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(20653,1,1647914400,2022,3,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(20654,1,1647918000,2022,3,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(20655,1,1647921600,2022,3,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(20656,1,1647925200,2022,3,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(20657,1,1647928800,2022,3,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(20658,1,1647932400,2022,3,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(20659,1,1647936000,2022,3,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(20660,1,1647939600,2022,3,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(20661,1,1647943200,2022,3,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(20662,1,1647946800,2022,3,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(20663,1,1647950400,2022,3,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(20664,1,1647954000,2022,3,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(20665,1,1647957600,2022,3,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(20666,1,1647961200,2022,3,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(20667,1,1647964800,2022,3,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(20668,1,1647968400,2022,3,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(20669,1,1647972000,2022,3,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(20670,1,1647975600,2022,3,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(20671,1,1647979200,2022,3,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(20672,1,1647982800,2022,3,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(20673,1,1647986400,2022,3,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(20674,1,1647990000,2022,3,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(20675,1,1647993600,2022,3,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(20676,1,1647997200,2022,3,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(20677,1,1648000800,2022,3,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(20678,1,1648004400,2022,3,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(20679,1,1648008000,2022,3,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(20680,1,1648011600,2022,3,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(20681,1,1648015200,2022,3,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(20682,1,1648018800,2022,3,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(20683,1,1648022400,2022,3,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(20684,1,1648026000,2022,3,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(20685,1,1648029600,2022,3,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(20686,1,1648033200,2022,3,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(20687,1,1648036800,2022,3,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(20688,1,1648040400,2022,3,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(20689,1,1648044000,2022,3,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(20690,1,1648047600,2022,3,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(20691,1,1648051200,2022,3,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(20692,1,1648054800,2022,3,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(20693,1,1648058400,2022,3,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(20694,1,1648062000,2022,3,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(20695,1,1648065600,2022,3,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(20696,1,1648069200,2022,3,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(20697,1,1648072800,2022,3,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(20698,1,1648076400,2022,3,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(20699,1,1648080000,2022,3,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(20700,1,1648083600,2022,3,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(20701,1,1648087200,2022,3,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(20702,1,1648090800,2022,3,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(20703,1,1648094400,2022,3,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(20704,1,1648098000,2022,3,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(20705,1,1648101600,2022,3,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(20706,1,1648105200,2022,3,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(20707,1,1648108800,2022,3,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(20708,1,1648112400,2022,3,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(20709,1,1648116000,2022,3,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(20710,1,1648119600,2022,3,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(20711,1,1648123200,2022,3,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(20712,1,1648126800,2022,3,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(20713,1,1648130400,2022,3,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(20714,1,1648134000,2022,3,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(20715,1,1648137600,2022,3,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(20716,1,1648141200,2022,3,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(20717,1,1648144800,2022,3,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(20718,1,1648148400,2022,3,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(20719,1,1648152000,2022,3,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(20720,1,1648155600,2022,3,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(20721,1,1648159200,2022,3,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(20722,1,1648162800,2022,3,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(20723,1,1648166400,2022,3,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(20724,1,1648170000,2022,3,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(20725,1,1648173600,2022,3,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(20726,1,1648177200,2022,3,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(20727,1,1648180800,2022,3,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(20728,1,1648184400,2022,3,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(20729,1,1648188000,2022,3,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(20730,1,1648191600,2022,3,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(20731,1,1648195200,2022,3,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(20732,1,1648198800,2022,3,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(20733,1,1648202400,2022,3,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(20734,1,1648206000,2022,3,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(20735,1,1648209600,2022,3,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(20736,1,1648213200,2022,3,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(20737,1,1648216800,2022,3,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(20738,1,1648220400,2022,3,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(20739,1,1648224000,2022,3,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(20740,1,1648227600,2022,3,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(20741,1,1648231200,2022,3,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(20742,1,1648234800,2022,3,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(20743,1,1648238400,2022,3,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(20744,1,1648242000,2022,3,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(20745,1,1648245600,2022,3,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(20746,1,1648249200,2022,3,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(20747,1,1648252800,2022,3,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(20748,1,1648256400,2022,3,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(20749,1,1648260000,2022,3,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(20750,1,1648263600,2022,3,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(20751,1,1648267200,2022,3,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(20752,1,1648270800,2022,3,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(20753,1,1648274400,2022,3,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(20754,1,1648278000,2022,3,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(20755,1,1648281600,2022,3,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(20756,1,1648285200,2022,3,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(20757,1,1648288800,2022,3,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(20758,1,1648292400,2022,3,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(20759,1,1648296000,2022,3,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(20760,1,1648299600,2022,3,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(20761,1,1648303200,2022,3,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(20762,1,1648306800,2022,3,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(20763,1,1648310400,2022,3,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(20764,1,1648314000,2022,3,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(20765,1,1648317600,2022,3,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(20766,1,1648321200,2022,3,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(20767,1,1648324800,2022,3,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(20768,1,1648328400,2022,3,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(20769,1,1648332000,2022,3,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(20770,1,1648418400,2022,3,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(20771,1,1648422000,2022,3,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(20772,1,1648425600,2022,3,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(20773,1,1648429200,2022,3,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(20774,1,1648432800,2022,3,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(20775,1,1648436400,2022,3,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(20776,1,1648440000,2022,3,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(20777,1,1648443600,2022,3,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(20778,1,1648447200,2022,3,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(20779,1,1648450800,2022,3,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(20780,1,1648454400,2022,3,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(20781,1,1648458000,2022,3,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(20782,1,1648461600,2022,3,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(20783,1,1648465200,2022,3,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(20784,1,1648468800,2022,3,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(20785,1,1648472400,2022,3,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(20786,1,1648476000,2022,3,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(20787,1,1648479600,2022,3,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(20788,1,1648483200,2022,3,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(20789,1,1648486800,2022,3,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(20790,1,1648490400,2022,3,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(20791,1,1648494000,2022,3,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(20792,1,1648497600,2022,3,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(20793,1,1648501200,2022,3,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(20794,1,1648504800,2022,3,29,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(20795,1,1648508400,2022,3,29,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(20796,1,1648512000,2022,3,29,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(20797,1,1648515600,2022,3,29,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(20798,1,1648519200,2022,3,29,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(20799,1,1648522800,2022,3,29,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(20800,1,1648526400,2022,3,29,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(20801,1,1648530000,2022,3,29,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(20802,1,1648533600,2022,3,29,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(20803,1,1648537200,2022,3,29,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(20804,1,1648540800,2022,3,29,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(20805,1,1648544400,2022,3,29,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(20806,1,1648548000,2022,3,29,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(20807,1,1648551600,2022,3,29,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(20808,1,1648555200,2022,3,29,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(20809,1,1648558800,2022,3,29,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(20810,1,1648562400,2022,3,29,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(20811,1,1648566000,2022,3,29,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(20812,1,1648569600,2022,3,29,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(20813,1,1648573200,2022,3,29,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(20814,1,1648576800,2022,3,29,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(20815,1,1648580400,2022,3,29,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(20816,1,1648584000,2022,3,29,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(20817,1,1648587600,2022,3,29,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(20818,1,1648591200,2022,3,30,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(20819,1,1648594800,2022,3,30,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(20820,1,1648598400,2022,3,30,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(20821,1,1648602000,2022,3,30,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(20822,1,1648605600,2022,3,30,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(20823,1,1648609200,2022,3,30,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(20824,1,1648612800,2022,3,30,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(20825,1,1648616400,2022,3,30,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(20826,1,1648620000,2022,3,30,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(20827,1,1648623600,2022,3,30,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(20828,1,1648627200,2022,3,30,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(20829,1,1648630800,2022,3,30,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(20830,1,1648634400,2022,3,30,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(20831,1,1648638000,2022,3,30,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(20832,1,1648641600,2022,3,30,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(20833,1,1648645200,2022,3,30,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(20834,1,1648648800,2022,3,30,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(20835,1,1648652400,2022,3,30,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(20836,1,1648656000,2022,3,30,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(20837,1,1648659600,2022,3,30,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(20838,1,1648663200,2022,3,30,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(20839,1,1648666800,2022,3,30,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(20840,1,1648670400,2022,3,30,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(20841,1,1648674000,2022,3,30,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(20842,1,1648677600,2022,3,31,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(20843,1,1648681200,2022,3,31,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(20844,1,1648684800,2022,3,31,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(20845,1,1648688400,2022,3,31,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(20846,1,1648692000,2022,3,31,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(20847,1,1648695600,2022,3,31,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(20848,1,1648699200,2022,3,31,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(20849,1,1648702800,2022,3,31,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(20850,1,1648706400,2022,3,31,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(20851,1,1648710000,2022,3,31,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(20852,1,1648713600,2022,3,31,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(20853,1,1648717200,2022,3,31,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(20854,1,1648720800,2022,3,31,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(20855,1,1648724400,2022,3,31,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(20856,1,1648728000,2022,3,31,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(20857,1,1648731600,2022,3,31,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(20858,1,1648735200,2022,3,31,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(20859,1,1648738800,2022,3,31,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(20860,1,1648742400,2022,3,31,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(20861,1,1648746000,2022,3,31,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(20862,1,1648749600,2022,3,31,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(20863,1,1648753200,2022,3,31,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(20864,1,1648756800,2022,3,31,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(20865,1,1648760400,2022,3,31,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(20866,1,1648764000,2022,4,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(20867,1,1648767600,2022,4,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(20868,1,1648771200,2022,4,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(20869,1,1648774800,2022,4,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(20870,1,1648778400,2022,4,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(20871,1,1648782000,2022,4,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(20872,1,1648785600,2022,4,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(20873,1,1648789200,2022,4,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(20874,1,1648792800,2022,4,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(20875,1,1648796400,2022,4,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(20876,1,1648800000,2022,4,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(20877,1,1648803600,2022,4,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(20878,1,1648807200,2022,4,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(20879,1,1648810800,2022,4,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(20880,1,1648814400,2022,4,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(20881,1,1648818000,2022,4,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(20882,1,1648821600,2022,4,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(20883,1,1648825200,2022,4,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(20884,1,1648828800,2022,4,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(20885,1,1648832400,2022,4,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(20886,1,1648836000,2022,4,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(20887,1,1648839600,2022,4,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(20888,1,1648843200,2022,4,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(20889,1,1648846800,2022,4,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(20890,1,1648850400,2022,4,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(20891,1,1648854000,2022,4,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(20892,1,1648857600,2022,4,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(20893,1,1648861200,2022,4,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(20894,1,1648864800,2022,4,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(20895,1,1648868400,2022,4,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(20896,1,1648872000,2022,4,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(20897,1,1648875600,2022,4,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(20898,1,1648879200,2022,4,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(20899,1,1648882800,2022,4,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(20900,1,1648886400,2022,4,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(20901,1,1648890000,2022,4,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(20902,1,1648893600,2022,4,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(20903,1,1648897200,2022,4,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(20904,1,1648900800,2022,4,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(20905,1,1648904400,2022,4,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(20906,1,1648908000,2022,4,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(20907,1,1648911600,2022,4,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(20908,1,1648915200,2022,4,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(20909,1,1648918800,2022,4,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(20910,1,1648922400,2022,4,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(20911,1,1648926000,2022,4,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(20912,1,1648929600,2022,4,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(20913,1,1648933200,2022,4,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(20914,1,1649023200,2022,4,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(20915,1,1649026800,2022,4,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(20916,1,1649030400,2022,4,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(20917,1,1649034000,2022,4,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(20918,1,1649037600,2022,4,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(20919,1,1649041200,2022,4,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(20920,1,1649044800,2022,4,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(20921,1,1649048400,2022,4,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(20922,1,1649052000,2022,4,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(20923,1,1649055600,2022,4,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(20924,1,1649059200,2022,4,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(20925,1,1649062800,2022,4,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(20926,1,1649066400,2022,4,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(20927,1,1649070000,2022,4,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(20928,1,1649073600,2022,4,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(20929,1,1649077200,2022,4,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(20930,1,1649080800,2022,4,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(20931,1,1649084400,2022,4,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(20932,1,1649088000,2022,4,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(20933,1,1649091600,2022,4,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(20934,1,1649095200,2022,4,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(20935,1,1649098800,2022,4,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(20936,1,1649102400,2022,4,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(20937,1,1649106000,2022,4,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(20938,1,1649109600,2022,4,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(20939,1,1649113200,2022,4,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(20940,1,1649116800,2022,4,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(20941,1,1649120400,2022,4,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(20942,1,1649124000,2022,4,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(20943,1,1649127600,2022,4,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(20944,1,1649131200,2022,4,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(20945,1,1649134800,2022,4,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(20946,1,1649138400,2022,4,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(20947,1,1649142000,2022,4,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(20948,1,1649145600,2022,4,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(20949,1,1649149200,2022,4,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(20950,1,1649152800,2022,4,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(20951,1,1649156400,2022,4,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(20952,1,1649160000,2022,4,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(20953,1,1649163600,2022,4,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(20954,1,1649167200,2022,4,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(20955,1,1649170800,2022,4,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(20956,1,1649174400,2022,4,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(20957,1,1649178000,2022,4,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(20958,1,1649181600,2022,4,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(20959,1,1649185200,2022,4,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(20960,1,1649188800,2022,4,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(20961,1,1649192400,2022,4,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(20962,1,1649196000,2022,4,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(20963,1,1649199600,2022,4,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(20964,1,1649203200,2022,4,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(20965,1,1649206800,2022,4,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(20966,1,1649210400,2022,4,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(20967,1,1649214000,2022,4,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(20968,1,1649217600,2022,4,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(20969,1,1649221200,2022,4,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(20970,1,1649224800,2022,4,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(20971,1,1649228400,2022,4,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(20972,1,1649232000,2022,4,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(20973,1,1649235600,2022,4,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(20974,1,1649239200,2022,4,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(20975,1,1649242800,2022,4,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(20976,1,1649246400,2022,4,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(20977,1,1649250000,2022,4,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(20978,1,1649253600,2022,4,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(20979,1,1649257200,2022,4,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(20980,1,1649260800,2022,4,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(20981,1,1649264400,2022,4,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(20982,1,1649268000,2022,4,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(20983,1,1649271600,2022,4,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(20984,1,1649275200,2022,4,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(20985,1,1649278800,2022,4,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(20986,1,1649282400,2022,4,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(20987,1,1649286000,2022,4,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(20988,1,1649289600,2022,4,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(20989,1,1649293200,2022,4,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(20990,1,1649296800,2022,4,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(20991,1,1649300400,2022,4,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(20992,1,1649304000,2022,4,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(20993,1,1649307600,2022,4,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(20994,1,1649311200,2022,4,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(20995,1,1649314800,2022,4,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(20996,1,1649318400,2022,4,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(20997,1,1649322000,2022,4,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(20998,1,1649325600,2022,4,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(20999,1,1649329200,2022,4,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(21000,1,1649332800,2022,4,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(21001,1,1649336400,2022,4,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(21002,1,1649340000,2022,4,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(21003,1,1649343600,2022,4,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(21004,1,1649347200,2022,4,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(21005,1,1649350800,2022,4,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(21006,1,1649354400,2022,4,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(21007,1,1649358000,2022,4,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(21008,1,1649361600,2022,4,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(21009,1,1649365200,2022,4,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(21010,1,1649368800,2022,4,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(21011,1,1649372400,2022,4,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(21012,1,1649376000,2022,4,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(21013,1,1649379600,2022,4,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(21014,1,1649383200,2022,4,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(21015,1,1649386800,2022,4,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(21016,1,1649390400,2022,4,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(21017,1,1649394000,2022,4,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(21018,1,1649397600,2022,4,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(21019,1,1649401200,2022,4,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(21020,1,1649404800,2022,4,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(21021,1,1649408400,2022,4,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(21022,1,1649412000,2022,4,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(21023,1,1649415600,2022,4,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(21024,1,1649419200,2022,4,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(21025,1,1649422800,2022,4,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(21026,1,1649426400,2022,4,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(21027,1,1649430000,2022,4,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(21028,1,1649433600,2022,4,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(21029,1,1649437200,2022,4,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(21030,1,1649440800,2022,4,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(21031,1,1649444400,2022,4,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(21032,1,1649448000,2022,4,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(21033,1,1649451600,2022,4,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(21034,1,1649455200,2022,4,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(21035,1,1649458800,2022,4,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(21036,1,1649462400,2022,4,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(21037,1,1649466000,2022,4,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(21038,1,1649469600,2022,4,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(21039,1,1649473200,2022,4,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(21040,1,1649476800,2022,4,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(21041,1,1649480400,2022,4,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(21042,1,1649484000,2022,4,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(21043,1,1649487600,2022,4,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(21044,1,1649491200,2022,4,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(21045,1,1649494800,2022,4,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(21046,1,1649498400,2022,4,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(21047,1,1649502000,2022,4,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(21048,1,1649505600,2022,4,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(21049,1,1649509200,2022,4,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(21050,1,1649512800,2022,4,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(21051,1,1649516400,2022,4,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(21052,1,1649520000,2022,4,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(21053,1,1649523600,2022,4,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(21054,1,1649527200,2022,4,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(21055,1,1649530800,2022,4,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(21056,1,1649534400,2022,4,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(21057,1,1649538000,2022,4,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(21058,1,1649628000,2022,4,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(21059,1,1649631600,2022,4,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(21060,1,1649635200,2022,4,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(21061,1,1649638800,2022,4,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(21062,1,1649642400,2022,4,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(21063,1,1649646000,2022,4,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(21064,1,1649649600,2022,4,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(21065,1,1649653200,2022,4,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(21066,1,1649656800,2022,4,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(21067,1,1649660400,2022,4,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(21068,1,1649664000,2022,4,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(21069,1,1649667600,2022,4,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(21070,1,1649671200,2022,4,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(21071,1,1649674800,2022,4,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(21072,1,1649678400,2022,4,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(21073,1,1649682000,2022,4,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(21074,1,1649685600,2022,4,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(21075,1,1649689200,2022,4,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(21076,1,1649692800,2022,4,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(21077,1,1649696400,2022,4,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(21078,1,1649700000,2022,4,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(21079,1,1649703600,2022,4,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(21080,1,1649707200,2022,4,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(21081,1,1649710800,2022,4,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(21082,1,1649714400,2022,4,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(21083,1,1649718000,2022,4,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(21084,1,1649721600,2022,4,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(21085,1,1649725200,2022,4,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(21086,1,1649728800,2022,4,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(21087,1,1649732400,2022,4,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(21088,1,1649736000,2022,4,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(21089,1,1649739600,2022,4,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(21090,1,1649743200,2022,4,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(21091,1,1649746800,2022,4,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(21092,1,1649750400,2022,4,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(21093,1,1649754000,2022,4,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(21094,1,1649757600,2022,4,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(21095,1,1649761200,2022,4,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(21096,1,1649764800,2022,4,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(21097,1,1649768400,2022,4,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(21098,1,1649772000,2022,4,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(21099,1,1649775600,2022,4,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(21100,1,1649779200,2022,4,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(21101,1,1649782800,2022,4,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(21102,1,1649786400,2022,4,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(21103,1,1649790000,2022,4,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(21104,1,1649793600,2022,4,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(21105,1,1649797200,2022,4,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(21106,1,1649800800,2022,4,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(21107,1,1649804400,2022,4,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(21108,1,1649808000,2022,4,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(21109,1,1649811600,2022,4,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(21110,1,1649815200,2022,4,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(21111,1,1649818800,2022,4,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(21112,1,1649822400,2022,4,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(21113,1,1649826000,2022,4,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(21114,1,1649829600,2022,4,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(21115,1,1649833200,2022,4,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(21116,1,1649836800,2022,4,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(21117,1,1649840400,2022,4,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(21118,1,1649844000,2022,4,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(21119,1,1649847600,2022,4,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(21120,1,1649851200,2022,4,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(21121,1,1649854800,2022,4,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(21122,1,1649858400,2022,4,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(21123,1,1649862000,2022,4,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(21124,1,1649865600,2022,4,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(21125,1,1649869200,2022,4,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(21126,1,1649872800,2022,4,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(21127,1,1649876400,2022,4,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(21128,1,1649880000,2022,4,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(21129,1,1649883600,2022,4,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(21130,1,1649887200,2022,4,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(21131,1,1649890800,2022,4,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(21132,1,1649894400,2022,4,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(21133,1,1649898000,2022,4,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(21134,1,1649901600,2022,4,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(21135,1,1649905200,2022,4,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(21136,1,1649908800,2022,4,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(21137,1,1649912400,2022,4,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(21138,1,1649916000,2022,4,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(21139,1,1649919600,2022,4,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(21140,1,1649923200,2022,4,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(21141,1,1649926800,2022,4,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(21142,1,1649930400,2022,4,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(21143,1,1649934000,2022,4,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(21144,1,1649937600,2022,4,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(21145,1,1649941200,2022,4,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(21146,1,1649944800,2022,4,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(21147,1,1649948400,2022,4,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(21148,1,1649952000,2022,4,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(21149,1,1649955600,2022,4,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(21150,1,1649959200,2022,4,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(21151,1,1649962800,2022,4,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(21152,1,1649966400,2022,4,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(21153,1,1649970000,2022,4,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(21154,1,1649973600,2022,4,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(21155,1,1649977200,2022,4,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(21156,1,1649980800,2022,4,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(21157,1,1649984400,2022,4,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(21158,1,1649988000,2022,4,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(21159,1,1649991600,2022,4,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(21160,1,1649995200,2022,4,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(21161,1,1649998800,2022,4,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(21162,1,1650002400,2022,4,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(21163,1,1650006000,2022,4,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(21164,1,1650009600,2022,4,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(21165,1,1650013200,2022,4,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(21166,1,1650016800,2022,4,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(21167,1,1650020400,2022,4,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(21168,1,1650024000,2022,4,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(21169,1,1650027600,2022,4,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(21170,1,1650031200,2022,4,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(21171,1,1650034800,2022,4,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(21172,1,1650038400,2022,4,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(21173,1,1650042000,2022,4,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(21174,1,1650045600,2022,4,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(21175,1,1650049200,2022,4,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(21176,1,1650052800,2022,4,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(21177,1,1650056400,2022,4,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(21178,1,1650060000,2022,4,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(21179,1,1650063600,2022,4,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(21180,1,1650067200,2022,4,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(21181,1,1650070800,2022,4,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(21182,1,1650074400,2022,4,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(21183,1,1650078000,2022,4,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(21184,1,1650081600,2022,4,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(21185,1,1650085200,2022,4,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(21186,1,1650088800,2022,4,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(21187,1,1650092400,2022,4,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(21188,1,1650096000,2022,4,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(21189,1,1650099600,2022,4,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(21190,1,1650103200,2022,4,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(21191,1,1650106800,2022,4,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(21192,1,1650110400,2022,4,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(21193,1,1650114000,2022,4,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(21194,1,1650117600,2022,4,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(21195,1,1650121200,2022,4,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(21196,1,1650124800,2022,4,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(21197,1,1650128400,2022,4,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(21198,1,1650132000,2022,4,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(21199,1,1650135600,2022,4,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(21200,1,1650139200,2022,4,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(21201,1,1650142800,2022,4,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(21202,1,1650232800,2022,4,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(21203,1,1650236400,2022,4,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(21204,1,1650240000,2022,4,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(21205,1,1650243600,2022,4,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(21206,1,1650247200,2022,4,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(21207,1,1650250800,2022,4,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(21208,1,1650254400,2022,4,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(21209,1,1650258000,2022,4,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(21210,1,1650261600,2022,4,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(21211,1,1650265200,2022,4,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(21212,1,1650268800,2022,4,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(21213,1,1650272400,2022,4,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(21214,1,1650276000,2022,4,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(21215,1,1650279600,2022,4,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(21216,1,1650283200,2022,4,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(21217,1,1650286800,2022,4,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(21218,1,1650290400,2022,4,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(21219,1,1650294000,2022,4,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(21220,1,1650297600,2022,4,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(21221,1,1650301200,2022,4,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(21222,1,1650304800,2022,4,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(21223,1,1650308400,2022,4,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(21224,1,1650312000,2022,4,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(21225,1,1650315600,2022,4,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(21226,1,1650319200,2022,4,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(21227,1,1650322800,2022,4,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(21228,1,1650326400,2022,4,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(21229,1,1650330000,2022,4,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(21230,1,1650333600,2022,4,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(21231,1,1650337200,2022,4,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(21232,1,1650340800,2022,4,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(21233,1,1650344400,2022,4,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(21234,1,1650348000,2022,4,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(21235,1,1650351600,2022,4,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(21236,1,1650355200,2022,4,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(21237,1,1650358800,2022,4,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(21238,1,1650362400,2022,4,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(21239,1,1650366000,2022,4,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(21240,1,1650369600,2022,4,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(21241,1,1650373200,2022,4,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(21242,1,1650376800,2022,4,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(21243,1,1650380400,2022,4,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(21244,1,1650384000,2022,4,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(21245,1,1650387600,2022,4,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(21246,1,1650391200,2022,4,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(21247,1,1650394800,2022,4,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(21248,1,1650398400,2022,4,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(21249,1,1650402000,2022,4,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(21250,1,1650405600,2022,4,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(21251,1,1650409200,2022,4,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(21252,1,1650412800,2022,4,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(21253,1,1650416400,2022,4,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(21254,1,1650420000,2022,4,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(21255,1,1650423600,2022,4,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(21256,1,1650427200,2022,4,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(21257,1,1650430800,2022,4,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(21258,1,1650434400,2022,4,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(21259,1,1650438000,2022,4,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(21260,1,1650441600,2022,4,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(21261,1,1650445200,2022,4,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(21262,1,1650448800,2022,4,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(21263,1,1650452400,2022,4,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(21264,1,1650456000,2022,4,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(21265,1,1650459600,2022,4,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(21266,1,1650463200,2022,4,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(21267,1,1650466800,2022,4,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(21268,1,1650470400,2022,4,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(21269,1,1650474000,2022,4,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(21270,1,1650477600,2022,4,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(21271,1,1650481200,2022,4,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(21272,1,1650484800,2022,4,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(21273,1,1650488400,2022,4,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(21274,1,1650492000,2022,4,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(21275,1,1650495600,2022,4,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(21276,1,1650499200,2022,4,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(21277,1,1650502800,2022,4,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(21278,1,1650506400,2022,4,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(21279,1,1650510000,2022,4,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(21280,1,1650513600,2022,4,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(21281,1,1650517200,2022,4,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(21282,1,1650520800,2022,4,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(21283,1,1650524400,2022,4,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(21284,1,1650528000,2022,4,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(21285,1,1650531600,2022,4,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(21286,1,1650535200,2022,4,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(21287,1,1650538800,2022,4,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(21288,1,1650542400,2022,4,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(21289,1,1650546000,2022,4,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(21290,1,1650549600,2022,4,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(21291,1,1650553200,2022,4,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(21292,1,1650556800,2022,4,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(21293,1,1650560400,2022,4,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(21294,1,1650564000,2022,4,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(21295,1,1650567600,2022,4,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(21296,1,1650571200,2022,4,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(21297,1,1650574800,2022,4,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(21298,1,1650578400,2022,4,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(21299,1,1650582000,2022,4,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(21300,1,1650585600,2022,4,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(21301,1,1650589200,2022,4,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(21302,1,1650592800,2022,4,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(21303,1,1650596400,2022,4,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(21304,1,1650600000,2022,4,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(21305,1,1650603600,2022,4,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(21306,1,1650607200,2022,4,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(21307,1,1650610800,2022,4,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(21308,1,1650614400,2022,4,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(21309,1,1650618000,2022,4,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(21310,1,1650621600,2022,4,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(21311,1,1650625200,2022,4,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(21312,1,1650628800,2022,4,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(21313,1,1650632400,2022,4,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(21314,1,1650636000,2022,4,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(21315,1,1650639600,2022,4,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(21316,1,1650643200,2022,4,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(21317,1,1650646800,2022,4,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(21318,1,1650650400,2022,4,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(21319,1,1650654000,2022,4,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(21320,1,1650657600,2022,4,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(21321,1,1650661200,2022,4,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(21322,1,1650664800,2022,4,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(21323,1,1650668400,2022,4,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(21324,1,1650672000,2022,4,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(21325,1,1650675600,2022,4,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(21326,1,1650679200,2022,4,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(21327,1,1650682800,2022,4,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(21328,1,1650686400,2022,4,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(21329,1,1650690000,2022,4,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(21330,1,1650693600,2022,4,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(21331,1,1650697200,2022,4,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(21332,1,1650700800,2022,4,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(21333,1,1650704400,2022,4,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(21334,1,1650708000,2022,4,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(21335,1,1650711600,2022,4,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(21336,1,1650715200,2022,4,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(21337,1,1650718800,2022,4,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(21338,1,1650722400,2022,4,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(21339,1,1650726000,2022,4,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(21340,1,1650729600,2022,4,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(21341,1,1650733200,2022,4,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(21342,1,1650736800,2022,4,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(21343,1,1650740400,2022,4,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(21344,1,1650744000,2022,4,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(21345,1,1650747600,2022,4,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(21346,1,1650837600,2022,4,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(21347,1,1650841200,2022,4,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(21348,1,1650844800,2022,4,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(21349,1,1650848400,2022,4,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(21350,1,1650852000,2022,4,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(21351,1,1650855600,2022,4,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(21352,1,1650859200,2022,4,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(21353,1,1650862800,2022,4,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(21354,1,1650866400,2022,4,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(21355,1,1650870000,2022,4,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(21356,1,1650873600,2022,4,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(21357,1,1650877200,2022,4,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(21358,1,1650880800,2022,4,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(21359,1,1650884400,2022,4,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(21360,1,1650888000,2022,4,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(21361,1,1650891600,2022,4,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(21362,1,1650895200,2022,4,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(21363,1,1650898800,2022,4,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(21364,1,1650902400,2022,4,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(21365,1,1650906000,2022,4,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(21366,1,1650909600,2022,4,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(21367,1,1650913200,2022,4,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(21368,1,1650916800,2022,4,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(21369,1,1650920400,2022,4,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(21370,1,1650924000,2022,4,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(21371,1,1650927600,2022,4,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(21372,1,1650931200,2022,4,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(21373,1,1650934800,2022,4,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(21374,1,1650938400,2022,4,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(21375,1,1650942000,2022,4,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(21376,1,1650945600,2022,4,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(21377,1,1650949200,2022,4,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(21378,1,1650952800,2022,4,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(21379,1,1650956400,2022,4,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(21380,1,1650960000,2022,4,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(21381,1,1650963600,2022,4,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(21382,1,1650967200,2022,4,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(21383,1,1650970800,2022,4,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(21384,1,1650974400,2022,4,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(21385,1,1650978000,2022,4,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(21386,1,1650981600,2022,4,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(21387,1,1650985200,2022,4,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(21388,1,1650988800,2022,4,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(21389,1,1650992400,2022,4,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(21390,1,1650996000,2022,4,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(21391,1,1650999600,2022,4,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(21392,1,1651003200,2022,4,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(21393,1,1651006800,2022,4,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(21394,1,1651010400,2022,4,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(21395,1,1651014000,2022,4,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(21396,1,1651017600,2022,4,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(21397,1,1651021200,2022,4,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(21398,1,1651024800,2022,4,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(21399,1,1651028400,2022,4,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(21400,1,1651032000,2022,4,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(21401,1,1651035600,2022,4,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(21402,1,1651039200,2022,4,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(21403,1,1651042800,2022,4,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(21404,1,1651046400,2022,4,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(21405,1,1651050000,2022,4,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(21406,1,1651053600,2022,4,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(21407,1,1651057200,2022,4,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(21408,1,1651060800,2022,4,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(21409,1,1651064400,2022,4,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(21410,1,1651068000,2022,4,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(21411,1,1651071600,2022,4,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(21412,1,1651075200,2022,4,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(21413,1,1651078800,2022,4,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(21414,1,1651082400,2022,4,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(21415,1,1651086000,2022,4,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(21416,1,1651089600,2022,4,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(21417,1,1651093200,2022,4,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(21418,1,1651096800,2022,4,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(21419,1,1651100400,2022,4,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(21420,1,1651104000,2022,4,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(21421,1,1651107600,2022,4,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(21422,1,1651111200,2022,4,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(21423,1,1651114800,2022,4,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(21424,1,1651118400,2022,4,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(21425,1,1651122000,2022,4,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(21426,1,1651125600,2022,4,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(21427,1,1651129200,2022,4,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(21428,1,1651132800,2022,4,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(21429,1,1651136400,2022,4,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(21430,1,1651140000,2022,4,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(21431,1,1651143600,2022,4,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(21432,1,1651147200,2022,4,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(21433,1,1651150800,2022,4,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(21434,1,1651154400,2022,4,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(21435,1,1651158000,2022,4,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(21436,1,1651161600,2022,4,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(21437,1,1651165200,2022,4,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(21438,1,1651168800,2022,4,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(21439,1,1651172400,2022,4,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(21440,1,1651176000,2022,4,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(21441,1,1651179600,2022,4,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(21442,1,1651183200,2022,4,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(21443,1,1651186800,2022,4,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(21444,1,1651190400,2022,4,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(21445,1,1651194000,2022,4,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(21446,1,1651197600,2022,4,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(21447,1,1651201200,2022,4,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(21448,1,1651204800,2022,4,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(21449,1,1651208400,2022,4,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(21450,1,1651212000,2022,4,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(21451,1,1651215600,2022,4,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(21452,1,1651219200,2022,4,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(21453,1,1651222800,2022,4,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(21454,1,1651226400,2022,4,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(21455,1,1651230000,2022,4,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(21456,1,1651233600,2022,4,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(21457,1,1651237200,2022,4,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(21458,1,1651240800,2022,4,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(21459,1,1651244400,2022,4,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(21460,1,1651248000,2022,4,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(21461,1,1651251600,2022,4,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(21462,1,1651255200,2022,4,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(21463,1,1651258800,2022,4,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(21464,1,1651262400,2022,4,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(21465,1,1651266000,2022,4,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(21466,1,1651269600,2022,4,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(21467,1,1651273200,2022,4,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(21468,1,1651276800,2022,4,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(21469,1,1651280400,2022,4,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(21470,1,1651284000,2022,4,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(21471,1,1651287600,2022,4,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(21472,1,1651291200,2022,4,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(21473,1,1651294800,2022,4,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(21474,1,1651298400,2022,4,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(21475,1,1651302000,2022,4,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(21476,1,1651305600,2022,4,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(21477,1,1651309200,2022,4,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(21478,1,1651312800,2022,4,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(21479,1,1651316400,2022,4,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(21480,1,1651320000,2022,4,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(21481,1,1651323600,2022,4,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(21482,1,1651327200,2022,4,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(21483,1,1651330800,2022,4,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(21484,1,1651334400,2022,4,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(21485,1,1651338000,2022,4,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(21486,1,1651341600,2022,4,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000);
INSERT INTO `wpdl_booking_package_schedule` VALUES (21487,1,1651345200,2022,4,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(21488,1,1651348800,2022,4,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(21489,1,1651352400,2022,4,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(21490,1,1651442400,2022,5,2,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(21491,1,1651446000,2022,5,2,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(21492,1,1651449600,2022,5,2,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(21493,1,1651453200,2022,5,2,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(21494,1,1651456800,2022,5,2,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(21495,1,1651460400,2022,5,2,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(21496,1,1651464000,2022,5,2,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(21497,1,1651467600,2022,5,2,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(21498,1,1651471200,2022,5,2,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(21499,1,1651474800,2022,5,2,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(21500,1,1651478400,2022,5,2,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(21501,1,1651482000,2022,5,2,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(21502,1,1651485600,2022,5,2,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(21503,1,1651489200,2022,5,2,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(21504,1,1651492800,2022,5,2,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(21505,1,1651496400,2022,5,2,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(21506,1,1651500000,2022,5,2,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(21507,1,1651503600,2022,5,2,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(21508,1,1651507200,2022,5,2,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(21509,1,1651510800,2022,5,2,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(21510,1,1651514400,2022,5,2,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(21511,1,1651518000,2022,5,2,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(21512,1,1651521600,2022,5,2,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(21513,1,1651525200,2022,5,2,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(21514,1,1651528800,2022,5,3,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(21515,1,1651532400,2022,5,3,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(21516,1,1651536000,2022,5,3,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(21517,1,1651539600,2022,5,3,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(21518,1,1651543200,2022,5,3,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(21519,1,1651546800,2022,5,3,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(21520,1,1651550400,2022,5,3,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(21521,1,1651554000,2022,5,3,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(21522,1,1651557600,2022,5,3,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(21523,1,1651561200,2022,5,3,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(21524,1,1651564800,2022,5,3,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(21525,1,1651568400,2022,5,3,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(21526,1,1651572000,2022,5,3,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(21527,1,1651575600,2022,5,3,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(21528,1,1651579200,2022,5,3,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(21529,1,1651582800,2022,5,3,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(21530,1,1651586400,2022,5,3,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(21531,1,1651590000,2022,5,3,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(21532,1,1651593600,2022,5,3,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(21533,1,1651597200,2022,5,3,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(21534,1,1651600800,2022,5,3,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(21535,1,1651604400,2022,5,3,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(21536,1,1651608000,2022,5,3,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(21537,1,1651611600,2022,5,3,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(21538,1,1651615200,2022,5,4,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(21539,1,1651618800,2022,5,4,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(21540,1,1651622400,2022,5,4,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(21541,1,1651626000,2022,5,4,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(21542,1,1651629600,2022,5,4,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(21543,1,1651633200,2022,5,4,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(21544,1,1651636800,2022,5,4,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(21545,1,1651640400,2022,5,4,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(21546,1,1651644000,2022,5,4,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(21547,1,1651647600,2022,5,4,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(21548,1,1651651200,2022,5,4,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(21549,1,1651654800,2022,5,4,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(21550,1,1651658400,2022,5,4,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(21551,1,1651662000,2022,5,4,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(21552,1,1651665600,2022,5,4,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(21553,1,1651669200,2022,5,4,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(21554,1,1651672800,2022,5,4,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(21555,1,1651676400,2022,5,4,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(21556,1,1651680000,2022,5,4,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(21557,1,1651683600,2022,5,4,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(21558,1,1651687200,2022,5,4,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(21559,1,1651690800,2022,5,4,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(21560,1,1651694400,2022,5,4,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(21561,1,1651698000,2022,5,4,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(21562,1,1651701600,2022,5,5,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(21563,1,1651705200,2022,5,5,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(21564,1,1651708800,2022,5,5,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(21565,1,1651712400,2022,5,5,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(21566,1,1651716000,2022,5,5,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(21567,1,1651719600,2022,5,5,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(21568,1,1651723200,2022,5,5,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(21569,1,1651726800,2022,5,5,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(21570,1,1651730400,2022,5,5,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(21571,1,1651734000,2022,5,5,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(21572,1,1651737600,2022,5,5,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(21573,1,1651741200,2022,5,5,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(21574,1,1651744800,2022,5,5,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(21575,1,1651748400,2022,5,5,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(21576,1,1651752000,2022,5,5,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(21577,1,1651755600,2022,5,5,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(21578,1,1651759200,2022,5,5,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(21579,1,1651762800,2022,5,5,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(21580,1,1651766400,2022,5,5,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(21581,1,1651770000,2022,5,5,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(21582,1,1651773600,2022,5,5,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(21583,1,1651777200,2022,5,5,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(21584,1,1651780800,2022,5,5,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(21585,1,1651784400,2022,5,5,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(21586,1,1651788000,2022,5,6,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(21587,1,1651791600,2022,5,6,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(21588,1,1651795200,2022,5,6,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(21589,1,1651798800,2022,5,6,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(21590,1,1651802400,2022,5,6,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(21591,1,1651806000,2022,5,6,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(21592,1,1651809600,2022,5,6,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(21593,1,1651813200,2022,5,6,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(21594,1,1651816800,2022,5,6,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(21595,1,1651820400,2022,5,6,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(21596,1,1651824000,2022,5,6,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(21597,1,1651827600,2022,5,6,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(21598,1,1651831200,2022,5,6,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(21599,1,1651834800,2022,5,6,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(21600,1,1651838400,2022,5,6,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(21601,1,1651842000,2022,5,6,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(21602,1,1651845600,2022,5,6,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(21603,1,1651849200,2022,5,6,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(21604,1,1651852800,2022,5,6,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(21605,1,1651856400,2022,5,6,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(21606,1,1651860000,2022,5,6,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(21607,1,1651863600,2022,5,6,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(21608,1,1651867200,2022,5,6,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(21609,1,1651870800,2022,5,6,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(21610,1,1651874400,2022,5,7,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(21611,1,1651878000,2022,5,7,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(21612,1,1651881600,2022,5,7,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(21613,1,1651885200,2022,5,7,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(21614,1,1651888800,2022,5,7,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(21615,1,1651892400,2022,5,7,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(21616,1,1651896000,2022,5,7,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(21617,1,1651899600,2022,5,7,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(21618,1,1651903200,2022,5,7,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(21619,1,1651906800,2022,5,7,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(21620,1,1651910400,2022,5,7,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(21621,1,1651914000,2022,5,7,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(21622,1,1651917600,2022,5,7,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(21623,1,1651921200,2022,5,7,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(21624,1,1651924800,2022,5,7,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(21625,1,1651928400,2022,5,7,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(21626,1,1651932000,2022,5,7,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(21627,1,1651935600,2022,5,7,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(21628,1,1651939200,2022,5,7,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(21629,1,1651942800,2022,5,7,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(21630,1,1651946400,2022,5,7,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(21631,1,1651950000,2022,5,7,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(21632,1,1651953600,2022,5,7,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(21633,1,1651957200,2022,5,7,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(21634,1,1652047200,2022,5,9,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(21635,1,1652050800,2022,5,9,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(21636,1,1652054400,2022,5,9,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(21637,1,1652058000,2022,5,9,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(21638,1,1652061600,2022,5,9,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(21639,1,1652065200,2022,5,9,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(21640,1,1652068800,2022,5,9,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(21641,1,1652072400,2022,5,9,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(21642,1,1652076000,2022,5,9,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(21643,1,1652079600,2022,5,9,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(21644,1,1652083200,2022,5,9,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(21645,1,1652086800,2022,5,9,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(21646,1,1652090400,2022,5,9,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(21647,1,1652094000,2022,5,9,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(21648,1,1652097600,2022,5,9,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(21649,1,1652101200,2022,5,9,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(21650,1,1652104800,2022,5,9,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(21651,1,1652108400,2022,5,9,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(21652,1,1652112000,2022,5,9,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(21653,1,1652115600,2022,5,9,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(21654,1,1652119200,2022,5,9,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(21655,1,1652122800,2022,5,9,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(21656,1,1652126400,2022,5,9,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(21657,1,1652130000,2022,5,9,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(21658,1,1652133600,2022,5,10,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(21659,1,1652137200,2022,5,10,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(21660,1,1652140800,2022,5,10,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(21661,1,1652144400,2022,5,10,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(21662,1,1652148000,2022,5,10,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(21663,1,1652151600,2022,5,10,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(21664,1,1652155200,2022,5,10,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(21665,1,1652158800,2022,5,10,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(21666,1,1652162400,2022,5,10,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(21667,1,1652166000,2022,5,10,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(21668,1,1652169600,2022,5,10,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(21669,1,1652173200,2022,5,10,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(21670,1,1652176800,2022,5,10,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(21671,1,1652180400,2022,5,10,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(21672,1,1652184000,2022,5,10,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(21673,1,1652187600,2022,5,10,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(21674,1,1652191200,2022,5,10,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(21675,1,1652194800,2022,5,10,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(21676,1,1652198400,2022,5,10,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(21677,1,1652202000,2022,5,10,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(21678,1,1652205600,2022,5,10,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(21679,1,1652209200,2022,5,10,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(21680,1,1652212800,2022,5,10,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(21681,1,1652216400,2022,5,10,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(21682,1,1652220000,2022,5,11,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(21683,1,1652223600,2022,5,11,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(21684,1,1652227200,2022,5,11,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(21685,1,1652230800,2022,5,11,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(21686,1,1652234400,2022,5,11,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(21687,1,1652238000,2022,5,11,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(21688,1,1652241600,2022,5,11,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(21689,1,1652245200,2022,5,11,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(21690,1,1652248800,2022,5,11,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(21691,1,1652252400,2022,5,11,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(21692,1,1652256000,2022,5,11,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(21693,1,1652259600,2022,5,11,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(21694,1,1652263200,2022,5,11,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(21695,1,1652266800,2022,5,11,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(21696,1,1652270400,2022,5,11,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(21697,1,1652274000,2022,5,11,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(21698,1,1652277600,2022,5,11,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(21699,1,1652281200,2022,5,11,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(21700,1,1652284800,2022,5,11,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(21701,1,1652288400,2022,5,11,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(21702,1,1652292000,2022,5,11,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(21703,1,1652295600,2022,5,11,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(21704,1,1652299200,2022,5,11,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(21705,1,1652302800,2022,5,11,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(21706,1,1652306400,2022,5,12,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(21707,1,1652310000,2022,5,12,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(21708,1,1652313600,2022,5,12,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(21709,1,1652317200,2022,5,12,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(21710,1,1652320800,2022,5,12,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(21711,1,1652324400,2022,5,12,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(21712,1,1652328000,2022,5,12,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(21713,1,1652331600,2022,5,12,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(21714,1,1652335200,2022,5,12,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(21715,1,1652338800,2022,5,12,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(21716,1,1652342400,2022,5,12,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(21717,1,1652346000,2022,5,12,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(21718,1,1652349600,2022,5,12,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(21719,1,1652353200,2022,5,12,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(21720,1,1652356800,2022,5,12,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(21721,1,1652360400,2022,5,12,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(21722,1,1652364000,2022,5,12,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(21723,1,1652367600,2022,5,12,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(21724,1,1652371200,2022,5,12,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(21725,1,1652374800,2022,5,12,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(21726,1,1652378400,2022,5,12,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(21727,1,1652382000,2022,5,12,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(21728,1,1652385600,2022,5,12,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(21729,1,1652389200,2022,5,12,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(21730,1,1652392800,2022,5,13,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(21731,1,1652396400,2022,5,13,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(21732,1,1652400000,2022,5,13,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(21733,1,1652403600,2022,5,13,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(21734,1,1652407200,2022,5,13,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(21735,1,1652410800,2022,5,13,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(21736,1,1652414400,2022,5,13,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(21737,1,1652418000,2022,5,13,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(21738,1,1652421600,2022,5,13,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(21739,1,1652425200,2022,5,13,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(21740,1,1652428800,2022,5,13,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(21741,1,1652432400,2022,5,13,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(21742,1,1652436000,2022,5,13,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(21743,1,1652439600,2022,5,13,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(21744,1,1652443200,2022,5,13,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(21745,1,1652446800,2022,5,13,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(21746,1,1652450400,2022,5,13,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(21747,1,1652454000,2022,5,13,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(21748,1,1652457600,2022,5,13,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(21749,1,1652461200,2022,5,13,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(21750,1,1652464800,2022,5,13,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(21751,1,1652468400,2022,5,13,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(21752,1,1652472000,2022,5,13,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(21753,1,1652475600,2022,5,13,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(21754,1,1652479200,2022,5,14,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(21755,1,1652482800,2022,5,14,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(21756,1,1652486400,2022,5,14,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(21757,1,1652490000,2022,5,14,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(21758,1,1652493600,2022,5,14,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(21759,1,1652497200,2022,5,14,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(21760,1,1652500800,2022,5,14,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(21761,1,1652504400,2022,5,14,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(21762,1,1652508000,2022,5,14,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(21763,1,1652511600,2022,5,14,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(21764,1,1652515200,2022,5,14,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(21765,1,1652518800,2022,5,14,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(21766,1,1652522400,2022,5,14,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(21767,1,1652526000,2022,5,14,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(21768,1,1652529600,2022,5,14,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(21769,1,1652533200,2022,5,14,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(21770,1,1652536800,2022,5,14,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(21771,1,1652540400,2022,5,14,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(21772,1,1652544000,2022,5,14,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(21773,1,1652547600,2022,5,14,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(21774,1,1652551200,2022,5,14,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(21775,1,1652554800,2022,5,14,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(21776,1,1652558400,2022,5,14,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(21777,1,1652562000,2022,5,14,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(21778,1,1652652000,2022,5,16,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(21779,1,1652655600,2022,5,16,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(21780,1,1652659200,2022,5,16,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(21781,1,1652662800,2022,5,16,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(21782,1,1652666400,2022,5,16,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(21783,1,1652670000,2022,5,16,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(21784,1,1652673600,2022,5,16,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(21785,1,1652677200,2022,5,16,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(21786,1,1652680800,2022,5,16,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(21787,1,1652684400,2022,5,16,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(21788,1,1652688000,2022,5,16,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(21789,1,1652691600,2022,5,16,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(21790,1,1652695200,2022,5,16,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(21791,1,1652698800,2022,5,16,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(21792,1,1652702400,2022,5,16,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(21793,1,1652706000,2022,5,16,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(21794,1,1652709600,2022,5,16,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(21795,1,1652713200,2022,5,16,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(21796,1,1652716800,2022,5,16,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(21797,1,1652720400,2022,5,16,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(21798,1,1652724000,2022,5,16,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(21799,1,1652727600,2022,5,16,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(21800,1,1652731200,2022,5,16,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(21801,1,1652734800,2022,5,16,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(21802,1,1652738400,2022,5,17,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(21803,1,1652742000,2022,5,17,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(21804,1,1652745600,2022,5,17,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(21805,1,1652749200,2022,5,17,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(21806,1,1652752800,2022,5,17,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(21807,1,1652756400,2022,5,17,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(21808,1,1652760000,2022,5,17,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(21809,1,1652763600,2022,5,17,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(21810,1,1652767200,2022,5,17,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(21811,1,1652770800,2022,5,17,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(21812,1,1652774400,2022,5,17,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(21813,1,1652778000,2022,5,17,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(21814,1,1652781600,2022,5,17,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(21815,1,1652785200,2022,5,17,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(21816,1,1652788800,2022,5,17,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(21817,1,1652792400,2022,5,17,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(21818,1,1652796000,2022,5,17,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(21819,1,1652799600,2022,5,17,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(21820,1,1652803200,2022,5,17,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(21821,1,1652806800,2022,5,17,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(21822,1,1652810400,2022,5,17,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(21823,1,1652814000,2022,5,17,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(21824,1,1652817600,2022,5,17,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(21825,1,1652821200,2022,5,17,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(21826,1,1652824800,2022,5,18,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(21827,1,1652828400,2022,5,18,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(21828,1,1652832000,2022,5,18,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(21829,1,1652835600,2022,5,18,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(21830,1,1652839200,2022,5,18,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(21831,1,1652842800,2022,5,18,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(21832,1,1652846400,2022,5,18,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(21833,1,1652850000,2022,5,18,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(21834,1,1652853600,2022,5,18,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(21835,1,1652857200,2022,5,18,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(21836,1,1652860800,2022,5,18,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(21837,1,1652864400,2022,5,18,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(21838,1,1652868000,2022,5,18,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(21839,1,1652871600,2022,5,18,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(21840,1,1652875200,2022,5,18,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(21841,1,1652878800,2022,5,18,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(21842,1,1652882400,2022,5,18,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(21843,1,1652886000,2022,5,18,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(21844,1,1652889600,2022,5,18,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(21845,1,1652893200,2022,5,18,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(21846,1,1652896800,2022,5,18,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(21847,1,1652900400,2022,5,18,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(21848,1,1652904000,2022,5,18,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(21849,1,1652907600,2022,5,18,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(21850,1,1652911200,2022,5,19,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(21851,1,1652914800,2022,5,19,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(21852,1,1652918400,2022,5,19,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(21853,1,1652922000,2022,5,19,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(21854,1,1652925600,2022,5,19,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(21855,1,1652929200,2022,5,19,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(21856,1,1652932800,2022,5,19,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(21857,1,1652936400,2022,5,19,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(21858,1,1652940000,2022,5,19,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(21859,1,1652943600,2022,5,19,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(21860,1,1652947200,2022,5,19,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(21861,1,1652950800,2022,5,19,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(21862,1,1652954400,2022,5,19,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(21863,1,1652958000,2022,5,19,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(21864,1,1652961600,2022,5,19,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(21865,1,1652965200,2022,5,19,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(21866,1,1652968800,2022,5,19,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(21867,1,1652972400,2022,5,19,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(21868,1,1652976000,2022,5,19,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(21869,1,1652979600,2022,5,19,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(21870,1,1652983200,2022,5,19,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(21871,1,1652986800,2022,5,19,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(21872,1,1652990400,2022,5,19,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(21873,1,1652994000,2022,5,19,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(21874,1,1652997600,2022,5,20,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(21875,1,1653001200,2022,5,20,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(21876,1,1653004800,2022,5,20,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(21877,1,1653008400,2022,5,20,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(21878,1,1653012000,2022,5,20,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(21879,1,1653015600,2022,5,20,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(21880,1,1653019200,2022,5,20,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(21881,1,1653022800,2022,5,20,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(21882,1,1653026400,2022,5,20,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(21883,1,1653030000,2022,5,20,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(21884,1,1653033600,2022,5,20,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(21885,1,1653037200,2022,5,20,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(21886,1,1653040800,2022,5,20,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(21887,1,1653044400,2022,5,20,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(21888,1,1653048000,2022,5,20,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(21889,1,1653051600,2022,5,20,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(21890,1,1653055200,2022,5,20,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(21891,1,1653058800,2022,5,20,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(21892,1,1653062400,2022,5,20,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(21893,1,1653066000,2022,5,20,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(21894,1,1653069600,2022,5,20,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(21895,1,1653073200,2022,5,20,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(21896,1,1653076800,2022,5,20,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(21897,1,1653080400,2022,5,20,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(21898,1,1653084000,2022,5,21,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(21899,1,1653087600,2022,5,21,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(21900,1,1653091200,2022,5,21,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(21901,1,1653094800,2022,5,21,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(21902,1,1653098400,2022,5,21,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(21903,1,1653102000,2022,5,21,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(21904,1,1653105600,2022,5,21,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(21905,1,1653109200,2022,5,21,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(21906,1,1653112800,2022,5,21,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(21907,1,1653116400,2022,5,21,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(21908,1,1653120000,2022,5,21,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(21909,1,1653123600,2022,5,21,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(21910,1,1653127200,2022,5,21,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(21911,1,1653130800,2022,5,21,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(21912,1,1653134400,2022,5,21,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(21913,1,1653138000,2022,5,21,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(21914,1,1653141600,2022,5,21,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(21915,1,1653145200,2022,5,21,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(21916,1,1653148800,2022,5,21,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(21917,1,1653152400,2022,5,21,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(21918,1,1653156000,2022,5,21,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(21919,1,1653159600,2022,5,21,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(21920,1,1653163200,2022,5,21,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(21921,1,1653166800,2022,5,21,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(21922,1,1653256800,2022,5,23,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(21923,1,1653260400,2022,5,23,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(21924,1,1653264000,2022,5,23,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(21925,1,1653267600,2022,5,23,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(21926,1,1653271200,2022,5,23,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(21927,1,1653274800,2022,5,23,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(21928,1,1653278400,2022,5,23,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(21929,1,1653282000,2022,5,23,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(21930,1,1653285600,2022,5,23,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(21931,1,1653289200,2022,5,23,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(21932,1,1653292800,2022,5,23,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(21933,1,1653296400,2022,5,23,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(21934,1,1653300000,2022,5,23,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(21935,1,1653303600,2022,5,23,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(21936,1,1653307200,2022,5,23,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(21937,1,1653310800,2022,5,23,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(21938,1,1653314400,2022,5,23,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(21939,1,1653318000,2022,5,23,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(21940,1,1653321600,2022,5,23,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(21941,1,1653325200,2022,5,23,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(21942,1,1653328800,2022,5,23,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(21943,1,1653332400,2022,5,23,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(21944,1,1653336000,2022,5,23,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(21945,1,1653339600,2022,5,23,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(21946,1,1653343200,2022,5,24,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(21947,1,1653346800,2022,5,24,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(21948,1,1653350400,2022,5,24,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(21949,1,1653354000,2022,5,24,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(21950,1,1653357600,2022,5,24,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(21951,1,1653361200,2022,5,24,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(21952,1,1653364800,2022,5,24,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(21953,1,1653368400,2022,5,24,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(21954,1,1653372000,2022,5,24,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(21955,1,1653375600,2022,5,24,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(21956,1,1653379200,2022,5,24,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(21957,1,1653382800,2022,5,24,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(21958,1,1653386400,2022,5,24,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(21959,1,1653390000,2022,5,24,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(21960,1,1653393600,2022,5,24,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(21961,1,1653397200,2022,5,24,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(21962,1,1653400800,2022,5,24,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(21963,1,1653404400,2022,5,24,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(21964,1,1653408000,2022,5,24,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(21965,1,1653411600,2022,5,24,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(21966,1,1653415200,2022,5,24,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(21967,1,1653418800,2022,5,24,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(21968,1,1653422400,2022,5,24,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(21969,1,1653426000,2022,5,24,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(21970,1,1653429600,2022,5,25,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(21971,1,1653433200,2022,5,25,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(21972,1,1653436800,2022,5,25,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(21973,1,1653440400,2022,5,25,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(21974,1,1653444000,2022,5,25,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(21975,1,1653447600,2022,5,25,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(21976,1,1653451200,2022,5,25,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(21977,1,1653454800,2022,5,25,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(21978,1,1653458400,2022,5,25,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(21979,1,1653462000,2022,5,25,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(21980,1,1653465600,2022,5,25,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(21981,1,1653469200,2022,5,25,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(21982,1,1653472800,2022,5,25,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(21983,1,1653476400,2022,5,25,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(21984,1,1653480000,2022,5,25,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(21985,1,1653483600,2022,5,25,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(21986,1,1653487200,2022,5,25,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(21987,1,1653490800,2022,5,25,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(21988,1,1653494400,2022,5,25,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(21989,1,1653498000,2022,5,25,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(21990,1,1653501600,2022,5,25,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(21991,1,1653505200,2022,5,25,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(21992,1,1653508800,2022,5,25,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(21993,1,1653512400,2022,5,25,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(21994,1,1653516000,2022,5,26,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(21995,1,1653519600,2022,5,26,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(21996,1,1653523200,2022,5,26,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(21997,1,1653526800,2022,5,26,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(21998,1,1653530400,2022,5,26,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(21999,1,1653534000,2022,5,26,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(22000,1,1653537600,2022,5,26,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(22001,1,1653541200,2022,5,26,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(22002,1,1653544800,2022,5,26,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(22003,1,1653548400,2022,5,26,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(22004,1,1653552000,2022,5,26,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(22005,1,1653555600,2022,5,26,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(22006,1,1653559200,2022,5,26,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(22007,1,1653562800,2022,5,26,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(22008,1,1653566400,2022,5,26,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(22009,1,1653570000,2022,5,26,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(22010,1,1653573600,2022,5,26,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(22011,1,1653577200,2022,5,26,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(22012,1,1653580800,2022,5,26,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(22013,1,1653584400,2022,5,26,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(22014,1,1653588000,2022,5,26,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(22015,1,1653591600,2022,5,26,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(22016,1,1653595200,2022,5,26,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(22017,1,1653598800,2022,5,26,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(22018,1,1653602400,2022,5,27,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(22019,1,1653606000,2022,5,27,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(22020,1,1653609600,2022,5,27,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(22021,1,1653613200,2022,5,27,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(22022,1,1653616800,2022,5,27,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(22023,1,1653620400,2022,5,27,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(22024,1,1653624000,2022,5,27,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(22025,1,1653627600,2022,5,27,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(22026,1,1653631200,2022,5,27,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(22027,1,1653634800,2022,5,27,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(22028,1,1653638400,2022,5,27,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(22029,1,1653642000,2022,5,27,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(22030,1,1653645600,2022,5,27,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(22031,1,1653649200,2022,5,27,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(22032,1,1653652800,2022,5,27,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(22033,1,1653656400,2022,5,27,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(22034,1,1653660000,2022,5,27,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(22035,1,1653663600,2022,5,27,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(22036,1,1653667200,2022,5,27,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(22037,1,1653670800,2022,5,27,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(22038,1,1653674400,2022,5,27,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(22039,1,1653678000,2022,5,27,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(22040,1,1653681600,2022,5,27,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(22041,1,1653685200,2022,5,27,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(22042,1,1653688800,2022,5,28,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(22043,1,1653692400,2022,5,28,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(22044,1,1653696000,2022,5,28,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(22045,1,1653699600,2022,5,28,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(22046,1,1653703200,2022,5,28,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(22047,1,1653706800,2022,5,28,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(22048,1,1653710400,2022,5,28,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(22049,1,1653714000,2022,5,28,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(22050,1,1653717600,2022,5,28,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(22051,1,1653721200,2022,5,28,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(22052,1,1653724800,2022,5,28,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(22053,1,1653728400,2022,5,28,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(22054,1,1653732000,2022,5,28,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(22055,1,1653735600,2022,5,28,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(22056,1,1653739200,2022,5,28,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(22057,1,1653742800,2022,5,28,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(22058,1,1653746400,2022,5,28,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(22059,1,1653750000,2022,5,28,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(22060,1,1653753600,2022,5,28,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(22061,1,1653757200,2022,5,28,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(22062,1,1653760800,2022,5,28,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(22063,1,1653764400,2022,5,28,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(22064,1,1653768000,2022,5,28,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(22065,1,1653771600,2022,5,28,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(22066,1,1653861600,2022,5,30,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(22067,1,1653865200,2022,5,30,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(22068,1,1653868800,2022,5,30,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(22069,1,1653872400,2022,5,30,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(22070,1,1653876000,2022,5,30,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(22071,1,1653879600,2022,5,30,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(22072,1,1653883200,2022,5,30,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(22073,1,1653886800,2022,5,30,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(22074,1,1653890400,2022,5,30,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(22075,1,1653894000,2022,5,30,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(22076,1,1653897600,2022,5,30,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(22077,1,1653901200,2022,5,30,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(22078,1,1653904800,2022,5,30,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(22079,1,1653908400,2022,5,30,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(22080,1,1653912000,2022,5,30,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(22081,1,1653915600,2022,5,30,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(22082,1,1653919200,2022,5,30,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(22083,1,1653922800,2022,5,30,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(22084,1,1653926400,2022,5,30,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(22085,1,1653930000,2022,5,30,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(22086,1,1653933600,2022,5,30,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(22087,1,1653937200,2022,5,30,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(22088,1,1653940800,2022,5,30,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(22089,1,1653944400,2022,5,30,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(22090,1,1653948000,2022,5,31,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(22091,1,1653951600,2022,5,31,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(22092,1,1653955200,2022,5,31,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(22093,1,1653958800,2022,5,31,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(22094,1,1653962400,2022,5,31,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(22095,1,1653966000,2022,5,31,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(22096,1,1653969600,2022,5,31,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(22097,1,1653973200,2022,5,31,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(22098,1,1653976800,2022,5,31,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(22099,1,1653980400,2022,5,31,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(22100,1,1653984000,2022,5,31,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(22101,1,1653987600,2022,5,31,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(22102,1,1653991200,2022,5,31,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(22103,1,1653994800,2022,5,31,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(22104,1,1653998400,2022,5,31,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(22105,1,1654002000,2022,5,31,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(22106,1,1654005600,2022,5,31,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(22107,1,1654009200,2022,5,31,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(22108,1,1654012800,2022,5,31,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(22109,1,1654016400,2022,5,31,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(22110,1,1654020000,2022,5,31,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(22111,1,1654023600,2022,5,31,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(22112,1,1654027200,2022,5,31,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(22113,1,1654030800,2022,5,31,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(22114,1,1654034400,2022,6,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(22115,1,1654038000,2022,6,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(22116,1,1654041600,2022,6,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(22117,1,1654045200,2022,6,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(22118,1,1654048800,2022,6,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(22119,1,1654052400,2022,6,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(22120,1,1654056000,2022,6,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(22121,1,1654059600,2022,6,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(22122,1,1654063200,2022,6,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(22123,1,1654066800,2022,6,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(22124,1,1654070400,2022,6,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(22125,1,1654074000,2022,6,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(22126,1,1654077600,2022,6,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(22127,1,1654081200,2022,6,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(22128,1,1654084800,2022,6,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(22129,1,1654088400,2022,6,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(22130,1,1654092000,2022,6,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(22131,1,1654095600,2022,6,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(22132,1,1654099200,2022,6,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(22133,1,1654102800,2022,6,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(22134,1,1654106400,2022,6,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(22135,1,1654110000,2022,6,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(22136,1,1654113600,2022,6,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(22137,1,1654117200,2022,6,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(22138,1,1654120800,2022,6,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(22139,1,1654124400,2022,6,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(22140,1,1654128000,2022,6,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(22141,1,1654131600,2022,6,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(22142,1,1654135200,2022,6,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(22143,1,1654138800,2022,6,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(22144,1,1654142400,2022,6,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(22145,1,1654146000,2022,6,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(22146,1,1654149600,2022,6,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(22147,1,1654153200,2022,6,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(22148,1,1654156800,2022,6,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(22149,1,1654160400,2022,6,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(22150,1,1654164000,2022,6,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(22151,1,1654167600,2022,6,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(22152,1,1654171200,2022,6,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(22153,1,1654174800,2022,6,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(22154,1,1654178400,2022,6,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(22155,1,1654182000,2022,6,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(22156,1,1654185600,2022,6,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(22157,1,1654189200,2022,6,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(22158,1,1654192800,2022,6,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(22159,1,1654196400,2022,6,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(22160,1,1654200000,2022,6,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(22161,1,1654203600,2022,6,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(22162,1,1654207200,2022,6,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(22163,1,1654210800,2022,6,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(22164,1,1654214400,2022,6,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(22165,1,1654218000,2022,6,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(22166,1,1654221600,2022,6,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(22167,1,1654225200,2022,6,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(22168,1,1654228800,2022,6,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(22169,1,1654232400,2022,6,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(22170,1,1654236000,2022,6,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(22171,1,1654239600,2022,6,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(22172,1,1654243200,2022,6,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(22173,1,1654246800,2022,6,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(22174,1,1654250400,2022,6,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(22175,1,1654254000,2022,6,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(22176,1,1654257600,2022,6,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(22177,1,1654261200,2022,6,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(22178,1,1654264800,2022,6,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(22179,1,1654268400,2022,6,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(22180,1,1654272000,2022,6,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(22181,1,1654275600,2022,6,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(22182,1,1654279200,2022,6,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(22183,1,1654282800,2022,6,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(22184,1,1654286400,2022,6,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(22185,1,1654290000,2022,6,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(22186,1,1654293600,2022,6,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(22187,1,1654297200,2022,6,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(22188,1,1654300800,2022,6,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(22189,1,1654304400,2022,6,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(22190,1,1654308000,2022,6,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(22191,1,1654311600,2022,6,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(22192,1,1654315200,2022,6,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(22193,1,1654318800,2022,6,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(22194,1,1654322400,2022,6,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(22195,1,1654326000,2022,6,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(22196,1,1654329600,2022,6,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(22197,1,1654333200,2022,6,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(22198,1,1654336800,2022,6,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(22199,1,1654340400,2022,6,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(22200,1,1654344000,2022,6,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(22201,1,1654347600,2022,6,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(22202,1,1654351200,2022,6,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(22203,1,1654354800,2022,6,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(22204,1,1654358400,2022,6,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(22205,1,1654362000,2022,6,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(22206,1,1654365600,2022,6,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(22207,1,1654369200,2022,6,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(22208,1,1654372800,2022,6,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(22209,1,1654376400,2022,6,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(22210,1,1654466400,2022,6,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(22211,1,1654470000,2022,6,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(22212,1,1654473600,2022,6,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(22213,1,1654477200,2022,6,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(22214,1,1654480800,2022,6,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(22215,1,1654484400,2022,6,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(22216,1,1654488000,2022,6,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(22217,1,1654491600,2022,6,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(22218,1,1654495200,2022,6,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(22219,1,1654498800,2022,6,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(22220,1,1654502400,2022,6,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(22221,1,1654506000,2022,6,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(22222,1,1654509600,2022,6,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(22223,1,1654513200,2022,6,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(22224,1,1654516800,2022,6,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(22225,1,1654520400,2022,6,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(22226,1,1654524000,2022,6,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(22227,1,1654527600,2022,6,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(22228,1,1654531200,2022,6,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(22229,1,1654534800,2022,6,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(22230,1,1654538400,2022,6,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(22231,1,1654542000,2022,6,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(22232,1,1654545600,2022,6,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(22233,1,1654549200,2022,6,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(22234,1,1654552800,2022,6,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(22235,1,1654556400,2022,6,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(22236,1,1654560000,2022,6,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(22237,1,1654563600,2022,6,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(22238,1,1654567200,2022,6,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(22239,1,1654570800,2022,6,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(22240,1,1654574400,2022,6,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(22241,1,1654578000,2022,6,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(22242,1,1654581600,2022,6,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(22243,1,1654585200,2022,6,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(22244,1,1654588800,2022,6,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(22245,1,1654592400,2022,6,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(22246,1,1654596000,2022,6,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(22247,1,1654599600,2022,6,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(22248,1,1654603200,2022,6,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(22249,1,1654606800,2022,6,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(22250,1,1654610400,2022,6,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(22251,1,1654614000,2022,6,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(22252,1,1654617600,2022,6,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(22253,1,1654621200,2022,6,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(22254,1,1654624800,2022,6,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(22255,1,1654628400,2022,6,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(22256,1,1654632000,2022,6,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(22257,1,1654635600,2022,6,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(22258,1,1654639200,2022,6,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(22259,1,1654642800,2022,6,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(22260,1,1654646400,2022,6,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(22261,1,1654650000,2022,6,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(22262,1,1654653600,2022,6,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(22263,1,1654657200,2022,6,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(22264,1,1654660800,2022,6,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(22265,1,1654664400,2022,6,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(22266,1,1654668000,2022,6,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(22267,1,1654671600,2022,6,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(22268,1,1654675200,2022,6,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(22269,1,1654678800,2022,6,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(22270,1,1654682400,2022,6,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(22271,1,1654686000,2022,6,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(22272,1,1654689600,2022,6,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(22273,1,1654693200,2022,6,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(22274,1,1654696800,2022,6,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(22275,1,1654700400,2022,6,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(22276,1,1654704000,2022,6,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(22277,1,1654707600,2022,6,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(22278,1,1654711200,2022,6,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(22279,1,1654714800,2022,6,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(22280,1,1654718400,2022,6,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(22281,1,1654722000,2022,6,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(22282,1,1654725600,2022,6,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(22283,1,1654729200,2022,6,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(22284,1,1654732800,2022,6,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(22285,1,1654736400,2022,6,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(22286,1,1654740000,2022,6,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(22287,1,1654743600,2022,6,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(22288,1,1654747200,2022,6,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(22289,1,1654750800,2022,6,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(22290,1,1654754400,2022,6,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(22291,1,1654758000,2022,6,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(22292,1,1654761600,2022,6,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(22293,1,1654765200,2022,6,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(22294,1,1654768800,2022,6,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(22295,1,1654772400,2022,6,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(22296,1,1654776000,2022,6,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(22297,1,1654779600,2022,6,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(22298,1,1654783200,2022,6,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(22299,1,1654786800,2022,6,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(22300,1,1654790400,2022,6,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(22301,1,1654794000,2022,6,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(22302,1,1654797600,2022,6,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(22303,1,1654801200,2022,6,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(22304,1,1654804800,2022,6,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(22305,1,1654808400,2022,6,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(22306,1,1654812000,2022,6,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(22307,1,1654815600,2022,6,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(22308,1,1654819200,2022,6,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(22309,1,1654822800,2022,6,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(22310,1,1654826400,2022,6,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(22311,1,1654830000,2022,6,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(22312,1,1654833600,2022,6,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(22313,1,1654837200,2022,6,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(22314,1,1654840800,2022,6,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(22315,1,1654844400,2022,6,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(22316,1,1654848000,2022,6,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(22317,1,1654851600,2022,6,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(22318,1,1654855200,2022,6,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(22319,1,1654858800,2022,6,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(22320,1,1654862400,2022,6,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(22321,1,1654866000,2022,6,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(22322,1,1654869600,2022,6,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(22323,1,1654873200,2022,6,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(22324,1,1654876800,2022,6,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(22325,1,1654880400,2022,6,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(22326,1,1654884000,2022,6,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(22327,1,1654887600,2022,6,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(22328,1,1654891200,2022,6,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(22329,1,1654894800,2022,6,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(22330,1,1654898400,2022,6,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(22331,1,1654902000,2022,6,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(22332,1,1654905600,2022,6,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(22333,1,1654909200,2022,6,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(22334,1,1654912800,2022,6,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(22335,1,1654916400,2022,6,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(22336,1,1654920000,2022,6,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(22337,1,1654923600,2022,6,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(22338,1,1654927200,2022,6,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(22339,1,1654930800,2022,6,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(22340,1,1654934400,2022,6,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(22341,1,1654938000,2022,6,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(22342,1,1654941600,2022,6,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(22343,1,1654945200,2022,6,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(22344,1,1654948800,2022,6,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(22345,1,1654952400,2022,6,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(22346,1,1654956000,2022,6,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(22347,1,1654959600,2022,6,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(22348,1,1654963200,2022,6,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(22349,1,1654966800,2022,6,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(22350,1,1654970400,2022,6,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(22351,1,1654974000,2022,6,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(22352,1,1654977600,2022,6,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(22353,1,1654981200,2022,6,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(22354,1,1655071200,2022,6,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(22355,1,1655074800,2022,6,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(22356,1,1655078400,2022,6,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(22357,1,1655082000,2022,6,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(22358,1,1655085600,2022,6,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(22359,1,1655089200,2022,6,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(22360,1,1655092800,2022,6,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(22361,1,1655096400,2022,6,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(22362,1,1655100000,2022,6,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(22363,1,1655103600,2022,6,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(22364,1,1655107200,2022,6,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(22365,1,1655110800,2022,6,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(22366,1,1655114400,2022,6,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(22367,1,1655118000,2022,6,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(22368,1,1655121600,2022,6,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(22369,1,1655125200,2022,6,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(22370,1,1655128800,2022,6,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(22371,1,1655132400,2022,6,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(22372,1,1655136000,2022,6,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(22373,1,1655139600,2022,6,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(22374,1,1655143200,2022,6,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(22375,1,1655146800,2022,6,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(22376,1,1655150400,2022,6,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(22377,1,1655154000,2022,6,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(22378,1,1655157600,2022,6,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(22379,1,1655161200,2022,6,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(22380,1,1655164800,2022,6,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(22381,1,1655168400,2022,6,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(22382,1,1655172000,2022,6,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(22383,1,1655175600,2022,6,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(22384,1,1655179200,2022,6,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(22385,1,1655182800,2022,6,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(22386,1,1655186400,2022,6,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(22387,1,1655190000,2022,6,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(22388,1,1655193600,2022,6,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(22389,1,1655197200,2022,6,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(22390,1,1655200800,2022,6,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(22391,1,1655204400,2022,6,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(22392,1,1655208000,2022,6,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(22393,1,1655211600,2022,6,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(22394,1,1655215200,2022,6,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(22395,1,1655218800,2022,6,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(22396,1,1655222400,2022,6,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(22397,1,1655226000,2022,6,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(22398,1,1655229600,2022,6,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(22399,1,1655233200,2022,6,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(22400,1,1655236800,2022,6,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(22401,1,1655240400,2022,6,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(22402,1,1655244000,2022,6,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(22403,1,1655247600,2022,6,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(22404,1,1655251200,2022,6,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(22405,1,1655254800,2022,6,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(22406,1,1655258400,2022,6,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(22407,1,1655262000,2022,6,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(22408,1,1655265600,2022,6,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(22409,1,1655269200,2022,6,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(22410,1,1655272800,2022,6,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(22411,1,1655276400,2022,6,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(22412,1,1655280000,2022,6,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(22413,1,1655283600,2022,6,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(22414,1,1655287200,2022,6,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(22415,1,1655290800,2022,6,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(22416,1,1655294400,2022,6,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(22417,1,1655298000,2022,6,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(22418,1,1655301600,2022,6,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(22419,1,1655305200,2022,6,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(22420,1,1655308800,2022,6,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(22421,1,1655312400,2022,6,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(22422,1,1655316000,2022,6,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(22423,1,1655319600,2022,6,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(22424,1,1655323200,2022,6,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(22425,1,1655326800,2022,6,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(22426,1,1655330400,2022,6,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(22427,1,1655334000,2022,6,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(22428,1,1655337600,2022,6,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(22429,1,1655341200,2022,6,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(22430,1,1655344800,2022,6,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(22431,1,1655348400,2022,6,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(22432,1,1655352000,2022,6,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(22433,1,1655355600,2022,6,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(22434,1,1655359200,2022,6,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(22435,1,1655362800,2022,6,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(22436,1,1655366400,2022,6,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(22437,1,1655370000,2022,6,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(22438,1,1655373600,2022,6,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(22439,1,1655377200,2022,6,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(22440,1,1655380800,2022,6,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(22441,1,1655384400,2022,6,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(22442,1,1655388000,2022,6,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(22443,1,1655391600,2022,6,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(22444,1,1655395200,2022,6,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(22445,1,1655398800,2022,6,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(22446,1,1655402400,2022,6,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(22447,1,1655406000,2022,6,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(22448,1,1655409600,2022,6,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(22449,1,1655413200,2022,6,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(22450,1,1655416800,2022,6,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(22451,1,1655420400,2022,6,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(22452,1,1655424000,2022,6,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(22453,1,1655427600,2022,6,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(22454,1,1655431200,2022,6,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(22455,1,1655434800,2022,6,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(22456,1,1655438400,2022,6,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(22457,1,1655442000,2022,6,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(22458,1,1655445600,2022,6,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(22459,1,1655449200,2022,6,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(22460,1,1655452800,2022,6,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(22461,1,1655456400,2022,6,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(22462,1,1655460000,2022,6,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(22463,1,1655463600,2022,6,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(22464,1,1655467200,2022,6,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(22465,1,1655470800,2022,6,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(22466,1,1655474400,2022,6,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(22467,1,1655478000,2022,6,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(22468,1,1655481600,2022,6,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(22469,1,1655485200,2022,6,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(22470,1,1655488800,2022,6,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(22471,1,1655492400,2022,6,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(22472,1,1655496000,2022,6,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(22473,1,1655499600,2022,6,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(22474,1,1655503200,2022,6,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(22475,1,1655506800,2022,6,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(22476,1,1655510400,2022,6,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(22477,1,1655514000,2022,6,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(22478,1,1655517600,2022,6,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(22479,1,1655521200,2022,6,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(22480,1,1655524800,2022,6,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(22481,1,1655528400,2022,6,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(22482,1,1655532000,2022,6,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(22483,1,1655535600,2022,6,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(22484,1,1655539200,2022,6,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(22485,1,1655542800,2022,6,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(22486,1,1655546400,2022,6,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(22487,1,1655550000,2022,6,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(22488,1,1655553600,2022,6,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(22489,1,1655557200,2022,6,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(22490,1,1655560800,2022,6,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(22491,1,1655564400,2022,6,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(22492,1,1655568000,2022,6,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(22493,1,1655571600,2022,6,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(22494,1,1655575200,2022,6,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(22495,1,1655578800,2022,6,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(22496,1,1655582400,2022,6,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(22497,1,1655586000,2022,6,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(22498,1,1655676000,2022,6,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(22499,1,1655679600,2022,6,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(22500,1,1655683200,2022,6,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(22501,1,1655686800,2022,6,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(22502,1,1655690400,2022,6,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(22503,1,1655694000,2022,6,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(22504,1,1655697600,2022,6,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(22505,1,1655701200,2022,6,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(22506,1,1655704800,2022,6,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(22507,1,1655708400,2022,6,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(22508,1,1655712000,2022,6,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(22509,1,1655715600,2022,6,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(22510,1,1655719200,2022,6,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(22511,1,1655722800,2022,6,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(22512,1,1655726400,2022,6,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(22513,1,1655730000,2022,6,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(22514,1,1655733600,2022,6,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(22515,1,1655737200,2022,6,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(22516,1,1655740800,2022,6,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(22517,1,1655744400,2022,6,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(22518,1,1655748000,2022,6,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(22519,1,1655751600,2022,6,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(22520,1,1655755200,2022,6,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(22521,1,1655758800,2022,6,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(22522,1,1655762400,2022,6,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(22523,1,1655766000,2022,6,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(22524,1,1655769600,2022,6,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(22525,1,1655773200,2022,6,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(22526,1,1655776800,2022,6,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(22527,1,1655780400,2022,6,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(22528,1,1655784000,2022,6,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(22529,1,1655787600,2022,6,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(22530,1,1655791200,2022,6,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(22531,1,1655794800,2022,6,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(22532,1,1655798400,2022,6,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(22533,1,1655802000,2022,6,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(22534,1,1655805600,2022,6,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(22535,1,1655809200,2022,6,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(22536,1,1655812800,2022,6,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(22537,1,1655816400,2022,6,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(22538,1,1655820000,2022,6,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(22539,1,1655823600,2022,6,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(22540,1,1655827200,2022,6,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(22541,1,1655830800,2022,6,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(22542,1,1655834400,2022,6,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(22543,1,1655838000,2022,6,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(22544,1,1655841600,2022,6,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(22545,1,1655845200,2022,6,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(22546,1,1655848800,2022,6,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(22547,1,1655852400,2022,6,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(22548,1,1655856000,2022,6,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(22549,1,1655859600,2022,6,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(22550,1,1655863200,2022,6,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(22551,1,1655866800,2022,6,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(22552,1,1655870400,2022,6,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(22553,1,1655874000,2022,6,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(22554,1,1655877600,2022,6,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(22555,1,1655881200,2022,6,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(22556,1,1655884800,2022,6,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(22557,1,1655888400,2022,6,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(22558,1,1655892000,2022,6,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(22559,1,1655895600,2022,6,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(22560,1,1655899200,2022,6,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(22561,1,1655902800,2022,6,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(22562,1,1655906400,2022,6,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(22563,1,1655910000,2022,6,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(22564,1,1655913600,2022,6,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(22565,1,1655917200,2022,6,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(22566,1,1655920800,2022,6,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(22567,1,1655924400,2022,6,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(22568,1,1655928000,2022,6,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(22569,1,1655931600,2022,6,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(22570,1,1655935200,2022,6,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(22571,1,1655938800,2022,6,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(22572,1,1655942400,2022,6,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(22573,1,1655946000,2022,6,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(22574,1,1655949600,2022,6,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(22575,1,1655953200,2022,6,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(22576,1,1655956800,2022,6,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(22577,1,1655960400,2022,6,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(22578,1,1655964000,2022,6,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(22579,1,1655967600,2022,6,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(22580,1,1655971200,2022,6,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(22581,1,1655974800,2022,6,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(22582,1,1655978400,2022,6,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(22583,1,1655982000,2022,6,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(22584,1,1655985600,2022,6,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(22585,1,1655989200,2022,6,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(22586,1,1655992800,2022,6,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(22587,1,1655996400,2022,6,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(22588,1,1656000000,2022,6,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(22589,1,1656003600,2022,6,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(22590,1,1656007200,2022,6,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(22591,1,1656010800,2022,6,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(22592,1,1656014400,2022,6,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(22593,1,1656018000,2022,6,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(22594,1,1656021600,2022,6,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(22595,1,1656025200,2022,6,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(22596,1,1656028800,2022,6,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(22597,1,1656032400,2022,6,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(22598,1,1656036000,2022,6,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(22599,1,1656039600,2022,6,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(22600,1,1656043200,2022,6,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(22601,1,1656046800,2022,6,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(22602,1,1656050400,2022,6,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(22603,1,1656054000,2022,6,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(22604,1,1656057600,2022,6,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(22605,1,1656061200,2022,6,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(22606,1,1656064800,2022,6,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(22607,1,1656068400,2022,6,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(22608,1,1656072000,2022,6,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(22609,1,1656075600,2022,6,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(22610,1,1656079200,2022,6,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(22611,1,1656082800,2022,6,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(22612,1,1656086400,2022,6,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(22613,1,1656090000,2022,6,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(22614,1,1656093600,2022,6,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(22615,1,1656097200,2022,6,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(22616,1,1656100800,2022,6,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(22617,1,1656104400,2022,6,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(22618,1,1656108000,2022,6,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(22619,1,1656111600,2022,6,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(22620,1,1656115200,2022,6,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(22621,1,1656118800,2022,6,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(22622,1,1656122400,2022,6,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(22623,1,1656126000,2022,6,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(22624,1,1656129600,2022,6,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(22625,1,1656133200,2022,6,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(22626,1,1656136800,2022,6,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(22627,1,1656140400,2022,6,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(22628,1,1656144000,2022,6,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(22629,1,1656147600,2022,6,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(22630,1,1656151200,2022,6,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(22631,1,1656154800,2022,6,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(22632,1,1656158400,2022,6,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(22633,1,1656162000,2022,6,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(22634,1,1656165600,2022,6,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(22635,1,1656169200,2022,6,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(22636,1,1656172800,2022,6,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(22637,1,1656176400,2022,6,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(22638,1,1656180000,2022,6,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(22639,1,1656183600,2022,6,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(22640,1,1656187200,2022,6,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(22641,1,1656190800,2022,6,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(22642,1,1656280800,2022,6,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(22643,1,1656284400,2022,6,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(22644,1,1656288000,2022,6,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(22645,1,1656291600,2022,6,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(22646,1,1656295200,2022,6,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(22647,1,1656298800,2022,6,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(22648,1,1656302400,2022,6,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(22649,1,1656306000,2022,6,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(22650,1,1656309600,2022,6,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(22651,1,1656313200,2022,6,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(22652,1,1656316800,2022,6,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(22653,1,1656320400,2022,6,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(22654,1,1656324000,2022,6,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(22655,1,1656327600,2022,6,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(22656,1,1656331200,2022,6,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(22657,1,1656334800,2022,6,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(22658,1,1656338400,2022,6,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(22659,1,1656342000,2022,6,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(22660,1,1656345600,2022,6,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(22661,1,1656349200,2022,6,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(22662,1,1656352800,2022,6,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(22663,1,1656356400,2022,6,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(22664,1,1656360000,2022,6,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(22665,1,1656363600,2022,6,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(22666,1,1656367200,2022,6,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(22667,1,1656370800,2022,6,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(22668,1,1656374400,2022,6,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(22669,1,1656378000,2022,6,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(22670,1,1656381600,2022,6,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(22671,1,1656385200,2022,6,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(22672,1,1656388800,2022,6,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(22673,1,1656392400,2022,6,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(22674,1,1656396000,2022,6,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(22675,1,1656399600,2022,6,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(22676,1,1656403200,2022,6,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(22677,1,1656406800,2022,6,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(22678,1,1656410400,2022,6,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(22679,1,1656414000,2022,6,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(22680,1,1656417600,2022,6,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(22681,1,1656421200,2022,6,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(22682,1,1656424800,2022,6,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(22683,1,1656428400,2022,6,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(22684,1,1656432000,2022,6,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(22685,1,1656435600,2022,6,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(22686,1,1656439200,2022,6,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(22687,1,1656442800,2022,6,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(22688,1,1656446400,2022,6,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(22689,1,1656450000,2022,6,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(22690,1,1656453600,2022,6,29,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(22691,1,1656457200,2022,6,29,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(22692,1,1656460800,2022,6,29,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(22693,1,1656464400,2022,6,29,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(22694,1,1656468000,2022,6,29,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(22695,1,1656471600,2022,6,29,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(22696,1,1656475200,2022,6,29,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(22697,1,1656478800,2022,6,29,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(22698,1,1656482400,2022,6,29,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(22699,1,1656486000,2022,6,29,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(22700,1,1656489600,2022,6,29,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(22701,1,1656493200,2022,6,29,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(22702,1,1656496800,2022,6,29,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(22703,1,1656500400,2022,6,29,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(22704,1,1656504000,2022,6,29,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(22705,1,1656507600,2022,6,29,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(22706,1,1656511200,2022,6,29,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(22707,1,1656514800,2022,6,29,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(22708,1,1656518400,2022,6,29,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(22709,1,1656522000,2022,6,29,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(22710,1,1656525600,2022,6,29,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(22711,1,1656529200,2022,6,29,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(22712,1,1656532800,2022,6,29,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(22713,1,1656536400,2022,6,29,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(22714,1,1656540000,2022,6,30,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(22715,1,1656543600,2022,6,30,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(22716,1,1656547200,2022,6,30,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(22717,1,1656550800,2022,6,30,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(22718,1,1656554400,2022,6,30,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(22719,1,1656558000,2022,6,30,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(22720,1,1656561600,2022,6,30,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(22721,1,1656565200,2022,6,30,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(22722,1,1656568800,2022,6,30,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(22723,1,1656572400,2022,6,30,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(22724,1,1656576000,2022,6,30,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(22725,1,1656579600,2022,6,30,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(22726,1,1656583200,2022,6,30,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(22727,1,1656586800,2022,6,30,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(22728,1,1656590400,2022,6,30,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(22729,1,1656594000,2022,6,30,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(22730,1,1656597600,2022,6,30,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(22731,1,1656601200,2022,6,30,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(22732,1,1656604800,2022,6,30,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(22733,1,1656608400,2022,6,30,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(22734,1,1656612000,2022,6,30,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(22735,1,1656615600,2022,6,30,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(22736,1,1656619200,2022,6,30,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(22737,1,1656622800,2022,6,30,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(22738,1,1656626400,2022,7,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(22739,1,1656630000,2022,7,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(22740,1,1656633600,2022,7,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(22741,1,1656637200,2022,7,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(22742,1,1656640800,2022,7,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(22743,1,1656644400,2022,7,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(22744,1,1656648000,2022,7,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(22745,1,1656651600,2022,7,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(22746,1,1656655200,2022,7,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(22747,1,1656658800,2022,7,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(22748,1,1656662400,2022,7,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(22749,1,1656666000,2022,7,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(22750,1,1656669600,2022,7,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(22751,1,1656673200,2022,7,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(22752,1,1656676800,2022,7,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(22753,1,1656680400,2022,7,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(22754,1,1656684000,2022,7,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(22755,1,1656687600,2022,7,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(22756,1,1656691200,2022,7,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(22757,1,1656694800,2022,7,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(22758,1,1656698400,2022,7,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(22759,1,1656702000,2022,7,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(22760,1,1656705600,2022,7,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(22761,1,1656709200,2022,7,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(22762,1,1656712800,2022,7,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(22763,1,1656716400,2022,7,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(22764,1,1656720000,2022,7,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(22765,1,1656723600,2022,7,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(22766,1,1656727200,2022,7,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(22767,1,1656730800,2022,7,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(22768,1,1656734400,2022,7,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(22769,1,1656738000,2022,7,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(22770,1,1656741600,2022,7,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(22771,1,1656745200,2022,7,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(22772,1,1656748800,2022,7,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(22773,1,1656752400,2022,7,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(22774,1,1656756000,2022,7,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(22775,1,1656759600,2022,7,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(22776,1,1656763200,2022,7,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(22777,1,1656766800,2022,7,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(22778,1,1656770400,2022,7,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(22779,1,1656774000,2022,7,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(22780,1,1656777600,2022,7,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(22781,1,1656781200,2022,7,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(22782,1,1656784800,2022,7,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(22783,1,1656788400,2022,7,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(22784,1,1656792000,2022,7,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(22785,1,1656795600,2022,7,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(22786,1,1656885600,2022,7,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(22787,1,1656889200,2022,7,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(22788,1,1656892800,2022,7,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(22789,1,1656896400,2022,7,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(22790,1,1656900000,2022,7,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(22791,1,1656903600,2022,7,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(22792,1,1656907200,2022,7,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(22793,1,1656910800,2022,7,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(22794,1,1656914400,2022,7,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(22795,1,1656918000,2022,7,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(22796,1,1656921600,2022,7,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(22797,1,1656925200,2022,7,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(22798,1,1656928800,2022,7,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(22799,1,1656932400,2022,7,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(22800,1,1656936000,2022,7,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(22801,1,1656939600,2022,7,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(22802,1,1656943200,2022,7,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(22803,1,1656946800,2022,7,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(22804,1,1656950400,2022,7,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(22805,1,1656954000,2022,7,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(22806,1,1656957600,2022,7,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(22807,1,1656961200,2022,7,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(22808,1,1656964800,2022,7,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(22809,1,1656968400,2022,7,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(22810,1,1656972000,2022,7,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(22811,1,1656975600,2022,7,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(22812,1,1656979200,2022,7,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(22813,1,1656982800,2022,7,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(22814,1,1656986400,2022,7,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(22815,1,1656990000,2022,7,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(22816,1,1656993600,2022,7,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(22817,1,1656997200,2022,7,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(22818,1,1657000800,2022,7,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(22819,1,1657004400,2022,7,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(22820,1,1657008000,2022,7,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(22821,1,1657011600,2022,7,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(22822,1,1657015200,2022,7,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(22823,1,1657018800,2022,7,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(22824,1,1657022400,2022,7,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(22825,1,1657026000,2022,7,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(22826,1,1657029600,2022,7,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(22827,1,1657033200,2022,7,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(22828,1,1657036800,2022,7,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(22829,1,1657040400,2022,7,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(22830,1,1657044000,2022,7,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(22831,1,1657047600,2022,7,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(22832,1,1657051200,2022,7,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(22833,1,1657054800,2022,7,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(22834,1,1657058400,2022,7,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(22835,1,1657062000,2022,7,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(22836,1,1657065600,2022,7,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(22837,1,1657069200,2022,7,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(22838,1,1657072800,2022,7,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(22839,1,1657076400,2022,7,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(22840,1,1657080000,2022,7,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(22841,1,1657083600,2022,7,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(22842,1,1657087200,2022,7,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(22843,1,1657090800,2022,7,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(22844,1,1657094400,2022,7,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(22845,1,1657098000,2022,7,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(22846,1,1657101600,2022,7,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(22847,1,1657105200,2022,7,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(22848,1,1657108800,2022,7,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(22849,1,1657112400,2022,7,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(22850,1,1657116000,2022,7,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(22851,1,1657119600,2022,7,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(22852,1,1657123200,2022,7,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(22853,1,1657126800,2022,7,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(22854,1,1657130400,2022,7,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(22855,1,1657134000,2022,7,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(22856,1,1657137600,2022,7,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(22857,1,1657141200,2022,7,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(22858,1,1657144800,2022,7,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(22859,1,1657148400,2022,7,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(22860,1,1657152000,2022,7,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(22861,1,1657155600,2022,7,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(22862,1,1657159200,2022,7,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(22863,1,1657162800,2022,7,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(22864,1,1657166400,2022,7,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(22865,1,1657170000,2022,7,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(22866,1,1657173600,2022,7,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(22867,1,1657177200,2022,7,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(22868,1,1657180800,2022,7,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(22869,1,1657184400,2022,7,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(22870,1,1657188000,2022,7,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(22871,1,1657191600,2022,7,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(22872,1,1657195200,2022,7,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(22873,1,1657198800,2022,7,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(22874,1,1657202400,2022,7,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(22875,1,1657206000,2022,7,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(22876,1,1657209600,2022,7,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(22877,1,1657213200,2022,7,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(22878,1,1657216800,2022,7,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(22879,1,1657220400,2022,7,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(22880,1,1657224000,2022,7,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(22881,1,1657227600,2022,7,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(22882,1,1657231200,2022,7,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(22883,1,1657234800,2022,7,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(22884,1,1657238400,2022,7,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(22885,1,1657242000,2022,7,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(22886,1,1657245600,2022,7,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(22887,1,1657249200,2022,7,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(22888,1,1657252800,2022,7,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(22889,1,1657256400,2022,7,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(22890,1,1657260000,2022,7,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(22891,1,1657263600,2022,7,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(22892,1,1657267200,2022,7,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(22893,1,1657270800,2022,7,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(22894,1,1657274400,2022,7,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(22895,1,1657278000,2022,7,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(22896,1,1657281600,2022,7,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(22897,1,1657285200,2022,7,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(22898,1,1657288800,2022,7,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(22899,1,1657292400,2022,7,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(22900,1,1657296000,2022,7,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(22901,1,1657299600,2022,7,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(22902,1,1657303200,2022,7,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(22903,1,1657306800,2022,7,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(22904,1,1657310400,2022,7,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(22905,1,1657314000,2022,7,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(22906,1,1657317600,2022,7,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(22907,1,1657321200,2022,7,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(22908,1,1657324800,2022,7,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(22909,1,1657328400,2022,7,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(22910,1,1657332000,2022,7,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(22911,1,1657335600,2022,7,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(22912,1,1657339200,2022,7,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(22913,1,1657342800,2022,7,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(22914,1,1657346400,2022,7,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(22915,1,1657350000,2022,7,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(22916,1,1657353600,2022,7,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(22917,1,1657357200,2022,7,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(22918,1,1657360800,2022,7,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(22919,1,1657364400,2022,7,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(22920,1,1657368000,2022,7,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(22921,1,1657371600,2022,7,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(22922,1,1657375200,2022,7,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(22923,1,1657378800,2022,7,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(22924,1,1657382400,2022,7,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(22925,1,1657386000,2022,7,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(22926,1,1657389600,2022,7,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(22927,1,1657393200,2022,7,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(22928,1,1657396800,2022,7,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(22929,1,1657400400,2022,7,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(22930,1,1657490400,2022,7,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(22931,1,1657494000,2022,7,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(22932,1,1657497600,2022,7,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(22933,1,1657501200,2022,7,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(22934,1,1657504800,2022,7,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(22935,1,1657508400,2022,7,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(22936,1,1657512000,2022,7,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(22937,1,1657515600,2022,7,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(22938,1,1657519200,2022,7,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(22939,1,1657522800,2022,7,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(22940,1,1657526400,2022,7,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(22941,1,1657530000,2022,7,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(22942,1,1657533600,2022,7,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(22943,1,1657537200,2022,7,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(22944,1,1657540800,2022,7,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(22945,1,1657544400,2022,7,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(22946,1,1657548000,2022,7,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(22947,1,1657551600,2022,7,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(22948,1,1657555200,2022,7,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(22949,1,1657558800,2022,7,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(22950,1,1657562400,2022,7,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(22951,1,1657566000,2022,7,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(22952,1,1657569600,2022,7,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(22953,1,1657573200,2022,7,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(22954,1,1657576800,2022,7,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(22955,1,1657580400,2022,7,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(22956,1,1657584000,2022,7,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(22957,1,1657587600,2022,7,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(22958,1,1657591200,2022,7,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(22959,1,1657594800,2022,7,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(22960,1,1657598400,2022,7,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(22961,1,1657602000,2022,7,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(22962,1,1657605600,2022,7,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(22963,1,1657609200,2022,7,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(22964,1,1657612800,2022,7,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(22965,1,1657616400,2022,7,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(22966,1,1657620000,2022,7,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(22967,1,1657623600,2022,7,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(22968,1,1657627200,2022,7,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(22969,1,1657630800,2022,7,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(22970,1,1657634400,2022,7,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(22971,1,1657638000,2022,7,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(22972,1,1657641600,2022,7,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(22973,1,1657645200,2022,7,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(22974,1,1657648800,2022,7,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(22975,1,1657652400,2022,7,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(22976,1,1657656000,2022,7,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(22977,1,1657659600,2022,7,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(22978,1,1657663200,2022,7,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(22979,1,1657666800,2022,7,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(22980,1,1657670400,2022,7,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(22981,1,1657674000,2022,7,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(22982,1,1657677600,2022,7,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(22983,1,1657681200,2022,7,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(22984,1,1657684800,2022,7,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(22985,1,1657688400,2022,7,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(22986,1,1657692000,2022,7,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(22987,1,1657695600,2022,7,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(22988,1,1657699200,2022,7,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(22989,1,1657702800,2022,7,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(22990,1,1657706400,2022,7,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(22991,1,1657710000,2022,7,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(22992,1,1657713600,2022,7,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(22993,1,1657717200,2022,7,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(22994,1,1657720800,2022,7,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(22995,1,1657724400,2022,7,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(22996,1,1657728000,2022,7,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(22997,1,1657731600,2022,7,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(22998,1,1657735200,2022,7,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(22999,1,1657738800,2022,7,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(23000,1,1657742400,2022,7,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(23001,1,1657746000,2022,7,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(23002,1,1657749600,2022,7,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(23003,1,1657753200,2022,7,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(23004,1,1657756800,2022,7,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(23005,1,1657760400,2022,7,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(23006,1,1657764000,2022,7,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(23007,1,1657767600,2022,7,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(23008,1,1657771200,2022,7,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(23009,1,1657774800,2022,7,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(23010,1,1657778400,2022,7,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(23011,1,1657782000,2022,7,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(23012,1,1657785600,2022,7,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(23013,1,1657789200,2022,7,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(23014,1,1657792800,2022,7,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(23015,1,1657796400,2022,7,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(23016,1,1657800000,2022,7,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(23017,1,1657803600,2022,7,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(23018,1,1657807200,2022,7,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(23019,1,1657810800,2022,7,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(23020,1,1657814400,2022,7,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(23021,1,1657818000,2022,7,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(23022,1,1657821600,2022,7,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(23023,1,1657825200,2022,7,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(23024,1,1657828800,2022,7,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(23025,1,1657832400,2022,7,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(23026,1,1657836000,2022,7,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(23027,1,1657839600,2022,7,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(23028,1,1657843200,2022,7,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(23029,1,1657846800,2022,7,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(23030,1,1657850400,2022,7,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(23031,1,1657854000,2022,7,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(23032,1,1657857600,2022,7,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(23033,1,1657861200,2022,7,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(23034,1,1657864800,2022,7,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(23035,1,1657868400,2022,7,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(23036,1,1657872000,2022,7,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(23037,1,1657875600,2022,7,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(23038,1,1657879200,2022,7,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(23039,1,1657882800,2022,7,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(23040,1,1657886400,2022,7,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(23041,1,1657890000,2022,7,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(23042,1,1657893600,2022,7,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(23043,1,1657897200,2022,7,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(23044,1,1657900800,2022,7,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(23045,1,1657904400,2022,7,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(23046,1,1657908000,2022,7,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(23047,1,1657911600,2022,7,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(23048,1,1657915200,2022,7,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(23049,1,1657918800,2022,7,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(23050,1,1657922400,2022,7,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(23051,1,1657926000,2022,7,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(23052,1,1657929600,2022,7,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(23053,1,1657933200,2022,7,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(23054,1,1657936800,2022,7,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(23055,1,1657940400,2022,7,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(23056,1,1657944000,2022,7,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(23057,1,1657947600,2022,7,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(23058,1,1657951200,2022,7,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(23059,1,1657954800,2022,7,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(23060,1,1657958400,2022,7,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(23061,1,1657962000,2022,7,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(23062,1,1657965600,2022,7,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(23063,1,1657969200,2022,7,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(23064,1,1657972800,2022,7,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(23065,1,1657976400,2022,7,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(23066,1,1657980000,2022,7,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(23067,1,1657983600,2022,7,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(23068,1,1657987200,2022,7,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(23069,1,1657990800,2022,7,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(23070,1,1657994400,2022,7,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(23071,1,1657998000,2022,7,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(23072,1,1658001600,2022,7,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(23073,1,1658005200,2022,7,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(23074,1,1658095200,2022,7,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(23075,1,1658098800,2022,7,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(23076,1,1658102400,2022,7,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(23077,1,1658106000,2022,7,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(23078,1,1658109600,2022,7,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(23079,1,1658113200,2022,7,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(23080,1,1658116800,2022,7,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(23081,1,1658120400,2022,7,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(23082,1,1658124000,2022,7,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(23083,1,1658127600,2022,7,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(23084,1,1658131200,2022,7,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(23085,1,1658134800,2022,7,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(23086,1,1658138400,2022,7,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(23087,1,1658142000,2022,7,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(23088,1,1658145600,2022,7,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(23089,1,1658149200,2022,7,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(23090,1,1658152800,2022,7,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(23091,1,1658156400,2022,7,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(23092,1,1658160000,2022,7,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(23093,1,1658163600,2022,7,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(23094,1,1658167200,2022,7,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(23095,1,1658170800,2022,7,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(23096,1,1658174400,2022,7,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(23097,1,1658178000,2022,7,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(23098,1,1658181600,2022,7,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(23099,1,1658185200,2022,7,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(23100,1,1658188800,2022,7,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(23101,1,1658192400,2022,7,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(23102,1,1658196000,2022,7,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(23103,1,1658199600,2022,7,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(23104,1,1658203200,2022,7,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(23105,1,1658206800,2022,7,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(23106,1,1658210400,2022,7,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(23107,1,1658214000,2022,7,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(23108,1,1658217600,2022,7,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(23109,1,1658221200,2022,7,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(23110,1,1658224800,2022,7,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(23111,1,1658228400,2022,7,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(23112,1,1658232000,2022,7,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(23113,1,1658235600,2022,7,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(23114,1,1658239200,2022,7,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(23115,1,1658242800,2022,7,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(23116,1,1658246400,2022,7,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(23117,1,1658250000,2022,7,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(23118,1,1658253600,2022,7,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(23119,1,1658257200,2022,7,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(23120,1,1658260800,2022,7,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(23121,1,1658264400,2022,7,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(23122,1,1658268000,2022,7,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(23123,1,1658271600,2022,7,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(23124,1,1658275200,2022,7,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(23125,1,1658278800,2022,7,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(23126,1,1658282400,2022,7,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(23127,1,1658286000,2022,7,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(23128,1,1658289600,2022,7,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(23129,1,1658293200,2022,7,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(23130,1,1658296800,2022,7,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(23131,1,1658300400,2022,7,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(23132,1,1658304000,2022,7,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(23133,1,1658307600,2022,7,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(23134,1,1658311200,2022,7,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(23135,1,1658314800,2022,7,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(23136,1,1658318400,2022,7,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(23137,1,1658322000,2022,7,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(23138,1,1658325600,2022,7,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(23139,1,1658329200,2022,7,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(23140,1,1658332800,2022,7,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(23141,1,1658336400,2022,7,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(23142,1,1658340000,2022,7,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(23143,1,1658343600,2022,7,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(23144,1,1658347200,2022,7,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(23145,1,1658350800,2022,7,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(23146,1,1658354400,2022,7,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(23147,1,1658358000,2022,7,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(23148,1,1658361600,2022,7,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(23149,1,1658365200,2022,7,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(23150,1,1658368800,2022,7,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(23151,1,1658372400,2022,7,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(23152,1,1658376000,2022,7,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(23153,1,1658379600,2022,7,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(23154,1,1658383200,2022,7,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(23155,1,1658386800,2022,7,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(23156,1,1658390400,2022,7,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(23157,1,1658394000,2022,7,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(23158,1,1658397600,2022,7,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(23159,1,1658401200,2022,7,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(23160,1,1658404800,2022,7,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(23161,1,1658408400,2022,7,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(23162,1,1658412000,2022,7,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(23163,1,1658415600,2022,7,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(23164,1,1658419200,2022,7,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(23165,1,1658422800,2022,7,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(23166,1,1658426400,2022,7,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(23167,1,1658430000,2022,7,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(23168,1,1658433600,2022,7,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(23169,1,1658437200,2022,7,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(23170,1,1658440800,2022,7,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(23171,1,1658444400,2022,7,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(23172,1,1658448000,2022,7,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(23173,1,1658451600,2022,7,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(23174,1,1658455200,2022,7,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(23175,1,1658458800,2022,7,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(23176,1,1658462400,2022,7,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(23177,1,1658466000,2022,7,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(23178,1,1658469600,2022,7,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(23179,1,1658473200,2022,7,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(23180,1,1658476800,2022,7,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(23181,1,1658480400,2022,7,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(23182,1,1658484000,2022,7,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(23183,1,1658487600,2022,7,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(23184,1,1658491200,2022,7,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(23185,1,1658494800,2022,7,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(23186,1,1658498400,2022,7,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(23187,1,1658502000,2022,7,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(23188,1,1658505600,2022,7,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(23189,1,1658509200,2022,7,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(23190,1,1658512800,2022,7,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(23191,1,1658516400,2022,7,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(23192,1,1658520000,2022,7,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(23193,1,1658523600,2022,7,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(23194,1,1658527200,2022,7,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(23195,1,1658530800,2022,7,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(23196,1,1658534400,2022,7,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(23197,1,1658538000,2022,7,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(23198,1,1658541600,2022,7,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(23199,1,1658545200,2022,7,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(23200,1,1658548800,2022,7,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(23201,1,1658552400,2022,7,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(23202,1,1658556000,2022,7,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(23203,1,1658559600,2022,7,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(23204,1,1658563200,2022,7,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(23205,1,1658566800,2022,7,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(23206,1,1658570400,2022,7,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(23207,1,1658574000,2022,7,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(23208,1,1658577600,2022,7,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(23209,1,1658581200,2022,7,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(23210,1,1658584800,2022,7,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(23211,1,1658588400,2022,7,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(23212,1,1658592000,2022,7,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(23213,1,1658595600,2022,7,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(23214,1,1658599200,2022,7,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(23215,1,1658602800,2022,7,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(23216,1,1658606400,2022,7,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(23217,1,1658610000,2022,7,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(23218,1,1658700000,2022,7,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(23219,1,1658703600,2022,7,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(23220,1,1658707200,2022,7,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(23221,1,1658710800,2022,7,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(23222,1,1658714400,2022,7,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(23223,1,1658718000,2022,7,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(23224,1,1658721600,2022,7,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(23225,1,1658725200,2022,7,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(23226,1,1658728800,2022,7,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(23227,1,1658732400,2022,7,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(23228,1,1658736000,2022,7,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(23229,1,1658739600,2022,7,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(23230,1,1658743200,2022,7,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(23231,1,1658746800,2022,7,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(23232,1,1658750400,2022,7,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(23233,1,1658754000,2022,7,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(23234,1,1658757600,2022,7,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(23235,1,1658761200,2022,7,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(23236,1,1658764800,2022,7,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(23237,1,1658768400,2022,7,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(23238,1,1658772000,2022,7,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(23239,1,1658775600,2022,7,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(23240,1,1658779200,2022,7,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(23241,1,1658782800,2022,7,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(23242,1,1658786400,2022,7,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(23243,1,1658790000,2022,7,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(23244,1,1658793600,2022,7,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(23245,1,1658797200,2022,7,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(23246,1,1658800800,2022,7,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(23247,1,1658804400,2022,7,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(23248,1,1658808000,2022,7,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(23249,1,1658811600,2022,7,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(23250,1,1658815200,2022,7,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(23251,1,1658818800,2022,7,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(23252,1,1658822400,2022,7,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(23253,1,1658826000,2022,7,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(23254,1,1658829600,2022,7,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(23255,1,1658833200,2022,7,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(23256,1,1658836800,2022,7,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(23257,1,1658840400,2022,7,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(23258,1,1658844000,2022,7,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(23259,1,1658847600,2022,7,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(23260,1,1658851200,2022,7,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(23261,1,1658854800,2022,7,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(23262,1,1658858400,2022,7,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(23263,1,1658862000,2022,7,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(23264,1,1658865600,2022,7,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(23265,1,1658869200,2022,7,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(23266,1,1658872800,2022,7,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(23267,1,1658876400,2022,7,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(23268,1,1658880000,2022,7,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(23269,1,1658883600,2022,7,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(23270,1,1658887200,2022,7,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(23271,1,1658890800,2022,7,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(23272,1,1658894400,2022,7,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(23273,1,1658898000,2022,7,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(23274,1,1658901600,2022,7,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(23275,1,1658905200,2022,7,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(23276,1,1658908800,2022,7,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(23277,1,1658912400,2022,7,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(23278,1,1658916000,2022,7,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(23279,1,1658919600,2022,7,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(23280,1,1658923200,2022,7,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(23281,1,1658926800,2022,7,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(23282,1,1658930400,2022,7,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(23283,1,1658934000,2022,7,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(23284,1,1658937600,2022,7,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(23285,1,1658941200,2022,7,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(23286,1,1658944800,2022,7,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(23287,1,1658948400,2022,7,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(23288,1,1658952000,2022,7,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(23289,1,1658955600,2022,7,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(23290,1,1658959200,2022,7,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(23291,1,1658962800,2022,7,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(23292,1,1658966400,2022,7,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(23293,1,1658970000,2022,7,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(23294,1,1658973600,2022,7,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(23295,1,1658977200,2022,7,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(23296,1,1658980800,2022,7,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(23297,1,1658984400,2022,7,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(23298,1,1658988000,2022,7,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(23299,1,1658991600,2022,7,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(23300,1,1658995200,2022,7,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(23301,1,1658998800,2022,7,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(23302,1,1659002400,2022,7,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(23303,1,1659006000,2022,7,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(23304,1,1659009600,2022,7,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(23305,1,1659013200,2022,7,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(23306,1,1659016800,2022,7,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(23307,1,1659020400,2022,7,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(23308,1,1659024000,2022,7,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(23309,1,1659027600,2022,7,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(23310,1,1659031200,2022,7,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(23311,1,1659034800,2022,7,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(23312,1,1659038400,2022,7,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(23313,1,1659042000,2022,7,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(23314,1,1659045600,2022,7,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(23315,1,1659049200,2022,7,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(23316,1,1659052800,2022,7,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(23317,1,1659056400,2022,7,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(23318,1,1659060000,2022,7,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(23319,1,1659063600,2022,7,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(23320,1,1659067200,2022,7,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(23321,1,1659070800,2022,7,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(23322,1,1659074400,2022,7,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(23323,1,1659078000,2022,7,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(23324,1,1659081600,2022,7,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(23325,1,1659085200,2022,7,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(23326,1,1659088800,2022,7,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(23327,1,1659092400,2022,7,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(23328,1,1659096000,2022,7,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(23329,1,1659099600,2022,7,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(23330,1,1659103200,2022,7,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(23331,1,1659106800,2022,7,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(23332,1,1659110400,2022,7,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(23333,1,1659114000,2022,7,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(23334,1,1659117600,2022,7,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(23335,1,1659121200,2022,7,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(23336,1,1659124800,2022,7,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(23337,1,1659128400,2022,7,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(23338,1,1659132000,2022,7,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(23339,1,1659135600,2022,7,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(23340,1,1659139200,2022,7,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(23341,1,1659142800,2022,7,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(23342,1,1659146400,2022,7,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(23343,1,1659150000,2022,7,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(23344,1,1659153600,2022,7,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(23345,1,1659157200,2022,7,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(23346,1,1659160800,2022,7,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(23347,1,1659164400,2022,7,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(23348,1,1659168000,2022,7,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(23349,1,1659171600,2022,7,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(23350,1,1659175200,2022,7,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(23351,1,1659178800,2022,7,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(23352,1,1659182400,2022,7,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(23353,1,1659186000,2022,7,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(23354,1,1659189600,2022,7,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(23355,1,1659193200,2022,7,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(23356,1,1659196800,2022,7,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(23357,1,1659200400,2022,7,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(23358,1,1659204000,2022,7,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(23359,1,1659207600,2022,7,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(23360,1,1659211200,2022,7,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(23361,1,1659214800,2022,7,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(23362,1,1659304800,2022,8,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(23363,1,1659308400,2022,8,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(23364,1,1659312000,2022,8,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(23365,1,1659315600,2022,8,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(23366,1,1659319200,2022,8,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(23367,1,1659322800,2022,8,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(23368,1,1659326400,2022,8,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(23369,1,1659330000,2022,8,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(23370,1,1659333600,2022,8,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(23371,1,1659337200,2022,8,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(23372,1,1659340800,2022,8,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(23373,1,1659344400,2022,8,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(23374,1,1659348000,2022,8,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(23375,1,1659351600,2022,8,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(23376,1,1659355200,2022,8,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(23377,1,1659358800,2022,8,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(23378,1,1659362400,2022,8,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(23379,1,1659366000,2022,8,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(23380,1,1659369600,2022,8,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(23381,1,1659373200,2022,8,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(23382,1,1659376800,2022,8,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(23383,1,1659380400,2022,8,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(23384,1,1659384000,2022,8,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(23385,1,1659387600,2022,8,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(23386,1,1659391200,2022,8,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(23387,1,1659394800,2022,8,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(23388,1,1659398400,2022,8,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(23389,1,1659402000,2022,8,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(23390,1,1659405600,2022,8,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(23391,1,1659409200,2022,8,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(23392,1,1659412800,2022,8,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(23393,1,1659416400,2022,8,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(23394,1,1659420000,2022,8,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(23395,1,1659423600,2022,8,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(23396,1,1659427200,2022,8,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(23397,1,1659430800,2022,8,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(23398,1,1659434400,2022,8,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(23399,1,1659438000,2022,8,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(23400,1,1659441600,2022,8,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(23401,1,1659445200,2022,8,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(23402,1,1659448800,2022,8,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(23403,1,1659452400,2022,8,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(23404,1,1659456000,2022,8,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(23405,1,1659459600,2022,8,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(23406,1,1659463200,2022,8,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(23407,1,1659466800,2022,8,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(23408,1,1659470400,2022,8,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(23409,1,1659474000,2022,8,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(23410,1,1659477600,2022,8,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(23411,1,1659481200,2022,8,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(23412,1,1659484800,2022,8,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(23413,1,1659488400,2022,8,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(23414,1,1659492000,2022,8,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(23415,1,1659495600,2022,8,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(23416,1,1659499200,2022,8,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(23417,1,1659502800,2022,8,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(23418,1,1659506400,2022,8,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(23419,1,1659510000,2022,8,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(23420,1,1659513600,2022,8,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(23421,1,1659517200,2022,8,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(23422,1,1659520800,2022,8,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(23423,1,1659524400,2022,8,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(23424,1,1659528000,2022,8,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(23425,1,1659531600,2022,8,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(23426,1,1659535200,2022,8,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(23427,1,1659538800,2022,8,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(23428,1,1659542400,2022,8,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(23429,1,1659546000,2022,8,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(23430,1,1659549600,2022,8,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(23431,1,1659553200,2022,8,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(23432,1,1659556800,2022,8,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(23433,1,1659560400,2022,8,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(23434,1,1659564000,2022,8,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(23435,1,1659567600,2022,8,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(23436,1,1659571200,2022,8,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(23437,1,1659574800,2022,8,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(23438,1,1659578400,2022,8,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(23439,1,1659582000,2022,8,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(23440,1,1659585600,2022,8,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(23441,1,1659589200,2022,8,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(23442,1,1659592800,2022,8,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(23443,1,1659596400,2022,8,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(23444,1,1659600000,2022,8,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(23445,1,1659603600,2022,8,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(23446,1,1659607200,2022,8,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(23447,1,1659610800,2022,8,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(23448,1,1659614400,2022,8,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(23449,1,1659618000,2022,8,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(23450,1,1659621600,2022,8,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(23451,1,1659625200,2022,8,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(23452,1,1659628800,2022,8,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(23453,1,1659632400,2022,8,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(23454,1,1659636000,2022,8,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(23455,1,1659639600,2022,8,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(23456,1,1659643200,2022,8,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(23457,1,1659646800,2022,8,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(23458,1,1659650400,2022,8,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(23459,1,1659654000,2022,8,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(23460,1,1659657600,2022,8,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(23461,1,1659661200,2022,8,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(23462,1,1659664800,2022,8,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(23463,1,1659668400,2022,8,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(23464,1,1659672000,2022,8,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(23465,1,1659675600,2022,8,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(23466,1,1659679200,2022,8,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(23467,1,1659682800,2022,8,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(23468,1,1659686400,2022,8,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(23469,1,1659690000,2022,8,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(23470,1,1659693600,2022,8,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(23471,1,1659697200,2022,8,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(23472,1,1659700800,2022,8,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(23473,1,1659704400,2022,8,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(23474,1,1659708000,2022,8,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(23475,1,1659711600,2022,8,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(23476,1,1659715200,2022,8,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(23477,1,1659718800,2022,8,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(23478,1,1659722400,2022,8,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(23479,1,1659726000,2022,8,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(23480,1,1659729600,2022,8,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(23481,1,1659733200,2022,8,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(23482,1,1659736800,2022,8,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(23483,1,1659740400,2022,8,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(23484,1,1659744000,2022,8,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(23485,1,1659747600,2022,8,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(23486,1,1659751200,2022,8,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(23487,1,1659754800,2022,8,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(23488,1,1659758400,2022,8,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(23489,1,1659762000,2022,8,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(23490,1,1659765600,2022,8,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(23491,1,1659769200,2022,8,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(23492,1,1659772800,2022,8,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(23493,1,1659776400,2022,8,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(23494,1,1659780000,2022,8,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(23495,1,1659783600,2022,8,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(23496,1,1659787200,2022,8,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(23497,1,1659790800,2022,8,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(23498,1,1659794400,2022,8,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(23499,1,1659798000,2022,8,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(23500,1,1659801600,2022,8,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(23501,1,1659805200,2022,8,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(23502,1,1659808800,2022,8,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(23503,1,1659812400,2022,8,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(23504,1,1659816000,2022,8,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(23505,1,1659819600,2022,8,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(23506,1,1659909600,2022,8,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(23507,1,1659913200,2022,8,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(23508,1,1659916800,2022,8,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(23509,1,1659920400,2022,8,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(23510,1,1659924000,2022,8,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(23511,1,1659927600,2022,8,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(23512,1,1659931200,2022,8,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(23513,1,1659934800,2022,8,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(23514,1,1659938400,2022,8,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(23515,1,1659942000,2022,8,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(23516,1,1659945600,2022,8,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(23517,1,1659949200,2022,8,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(23518,1,1659952800,2022,8,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(23519,1,1659956400,2022,8,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(23520,1,1659960000,2022,8,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(23521,1,1659963600,2022,8,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(23522,1,1659967200,2022,8,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(23523,1,1659970800,2022,8,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(23524,1,1659974400,2022,8,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(23525,1,1659978000,2022,8,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(23526,1,1659981600,2022,8,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(23527,1,1659985200,2022,8,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(23528,1,1659988800,2022,8,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(23529,1,1659992400,2022,8,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(23530,1,1659996000,2022,8,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(23531,1,1659999600,2022,8,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(23532,1,1660003200,2022,8,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(23533,1,1660006800,2022,8,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(23534,1,1660010400,2022,8,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(23535,1,1660014000,2022,8,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(23536,1,1660017600,2022,8,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(23537,1,1660021200,2022,8,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(23538,1,1660024800,2022,8,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(23539,1,1660028400,2022,8,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(23540,1,1660032000,2022,8,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(23541,1,1660035600,2022,8,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(23542,1,1660039200,2022,8,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(23543,1,1660042800,2022,8,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(23544,1,1660046400,2022,8,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(23545,1,1660050000,2022,8,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(23546,1,1660053600,2022,8,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(23547,1,1660057200,2022,8,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(23548,1,1660060800,2022,8,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(23549,1,1660064400,2022,8,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(23550,1,1660068000,2022,8,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(23551,1,1660071600,2022,8,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(23552,1,1660075200,2022,8,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(23553,1,1660078800,2022,8,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(23554,1,1660082400,2022,8,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(23555,1,1660086000,2022,8,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(23556,1,1660089600,2022,8,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(23557,1,1660093200,2022,8,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(23558,1,1660096800,2022,8,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(23559,1,1660100400,2022,8,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(23560,1,1660104000,2022,8,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(23561,1,1660107600,2022,8,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(23562,1,1660111200,2022,8,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(23563,1,1660114800,2022,8,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(23564,1,1660118400,2022,8,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(23565,1,1660122000,2022,8,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(23566,1,1660125600,2022,8,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(23567,1,1660129200,2022,8,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(23568,1,1660132800,2022,8,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(23569,1,1660136400,2022,8,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(23570,1,1660140000,2022,8,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(23571,1,1660143600,2022,8,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(23572,1,1660147200,2022,8,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(23573,1,1660150800,2022,8,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(23574,1,1660154400,2022,8,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(23575,1,1660158000,2022,8,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(23576,1,1660161600,2022,8,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(23577,1,1660165200,2022,8,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(23578,1,1660168800,2022,8,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(23579,1,1660172400,2022,8,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(23580,1,1660176000,2022,8,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(23581,1,1660179600,2022,8,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(23582,1,1660183200,2022,8,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(23583,1,1660186800,2022,8,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(23584,1,1660190400,2022,8,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(23585,1,1660194000,2022,8,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(23586,1,1660197600,2022,8,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(23587,1,1660201200,2022,8,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(23588,1,1660204800,2022,8,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(23589,1,1660208400,2022,8,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(23590,1,1660212000,2022,8,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(23591,1,1660215600,2022,8,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(23592,1,1660219200,2022,8,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(23593,1,1660222800,2022,8,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(23594,1,1660226400,2022,8,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(23595,1,1660230000,2022,8,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(23596,1,1660233600,2022,8,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(23597,1,1660237200,2022,8,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(23598,1,1660240800,2022,8,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(23599,1,1660244400,2022,8,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(23600,1,1660248000,2022,8,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(23601,1,1660251600,2022,8,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(23602,1,1660255200,2022,8,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(23603,1,1660258800,2022,8,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(23604,1,1660262400,2022,8,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(23605,1,1660266000,2022,8,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(23606,1,1660269600,2022,8,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(23607,1,1660273200,2022,8,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(23608,1,1660276800,2022,8,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(23609,1,1660280400,2022,8,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(23610,1,1660284000,2022,8,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(23611,1,1660287600,2022,8,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(23612,1,1660291200,2022,8,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(23613,1,1660294800,2022,8,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(23614,1,1660298400,2022,8,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(23615,1,1660302000,2022,8,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(23616,1,1660305600,2022,8,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(23617,1,1660309200,2022,8,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(23618,1,1660312800,2022,8,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(23619,1,1660316400,2022,8,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(23620,1,1660320000,2022,8,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(23621,1,1660323600,2022,8,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(23622,1,1660327200,2022,8,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(23623,1,1660330800,2022,8,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(23624,1,1660334400,2022,8,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(23625,1,1660338000,2022,8,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(23626,1,1660341600,2022,8,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(23627,1,1660345200,2022,8,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(23628,1,1660348800,2022,8,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(23629,1,1660352400,2022,8,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(23630,1,1660356000,2022,8,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(23631,1,1660359600,2022,8,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(23632,1,1660363200,2022,8,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(23633,1,1660366800,2022,8,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(23634,1,1660370400,2022,8,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(23635,1,1660374000,2022,8,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(23636,1,1660377600,2022,8,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(23637,1,1660381200,2022,8,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(23638,1,1660384800,2022,8,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(23639,1,1660388400,2022,8,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(23640,1,1660392000,2022,8,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(23641,1,1660395600,2022,8,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(23642,1,1660399200,2022,8,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(23643,1,1660402800,2022,8,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(23644,1,1660406400,2022,8,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(23645,1,1660410000,2022,8,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(23646,1,1660413600,2022,8,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(23647,1,1660417200,2022,8,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(23648,1,1660420800,2022,8,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(23649,1,1660424400,2022,8,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(23650,1,1660514400,2022,8,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(23651,1,1660518000,2022,8,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(23652,1,1660521600,2022,8,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(23653,1,1660525200,2022,8,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(23654,1,1660528800,2022,8,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(23655,1,1660532400,2022,8,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(23656,1,1660536000,2022,8,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(23657,1,1660539600,2022,8,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(23658,1,1660543200,2022,8,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(23659,1,1660546800,2022,8,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(23660,1,1660550400,2022,8,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(23661,1,1660554000,2022,8,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(23662,1,1660557600,2022,8,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(23663,1,1660561200,2022,8,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(23664,1,1660564800,2022,8,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(23665,1,1660568400,2022,8,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(23666,1,1660572000,2022,8,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(23667,1,1660575600,2022,8,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(23668,1,1660579200,2022,8,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(23669,1,1660582800,2022,8,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(23670,1,1660586400,2022,8,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(23671,1,1660590000,2022,8,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(23672,1,1660593600,2022,8,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(23673,1,1660597200,2022,8,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(23674,1,1660600800,2022,8,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(23675,1,1660604400,2022,8,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(23676,1,1660608000,2022,8,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(23677,1,1660611600,2022,8,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(23678,1,1660615200,2022,8,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(23679,1,1660618800,2022,8,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(23680,1,1660622400,2022,8,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(23681,1,1660626000,2022,8,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(23682,1,1660629600,2022,8,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(23683,1,1660633200,2022,8,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(23684,1,1660636800,2022,8,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(23685,1,1660640400,2022,8,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(23686,1,1660644000,2022,8,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(23687,1,1660647600,2022,8,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(23688,1,1660651200,2022,8,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(23689,1,1660654800,2022,8,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(23690,1,1660658400,2022,8,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(23691,1,1660662000,2022,8,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(23692,1,1660665600,2022,8,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(23693,1,1660669200,2022,8,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(23694,1,1660672800,2022,8,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(23695,1,1660676400,2022,8,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(23696,1,1660680000,2022,8,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(23697,1,1660683600,2022,8,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(23698,1,1660687200,2022,8,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(23699,1,1660690800,2022,8,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(23700,1,1660694400,2022,8,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(23701,1,1660698000,2022,8,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(23702,1,1660701600,2022,8,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(23703,1,1660705200,2022,8,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(23704,1,1660708800,2022,8,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(23705,1,1660712400,2022,8,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(23706,1,1660716000,2022,8,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(23707,1,1660719600,2022,8,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(23708,1,1660723200,2022,8,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(23709,1,1660726800,2022,8,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(23710,1,1660730400,2022,8,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(23711,1,1660734000,2022,8,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(23712,1,1660737600,2022,8,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(23713,1,1660741200,2022,8,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(23714,1,1660744800,2022,8,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(23715,1,1660748400,2022,8,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(23716,1,1660752000,2022,8,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(23717,1,1660755600,2022,8,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(23718,1,1660759200,2022,8,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(23719,1,1660762800,2022,8,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(23720,1,1660766400,2022,8,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(23721,1,1660770000,2022,8,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(23722,1,1660773600,2022,8,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(23723,1,1660777200,2022,8,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(23724,1,1660780800,2022,8,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(23725,1,1660784400,2022,8,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(23726,1,1660788000,2022,8,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(23727,1,1660791600,2022,8,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(23728,1,1660795200,2022,8,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(23729,1,1660798800,2022,8,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(23730,1,1660802400,2022,8,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(23731,1,1660806000,2022,8,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(23732,1,1660809600,2022,8,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(23733,1,1660813200,2022,8,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(23734,1,1660816800,2022,8,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(23735,1,1660820400,2022,8,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(23736,1,1660824000,2022,8,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(23737,1,1660827600,2022,8,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(23738,1,1660831200,2022,8,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(23739,1,1660834800,2022,8,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(23740,1,1660838400,2022,8,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(23741,1,1660842000,2022,8,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(23742,1,1660845600,2022,8,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(23743,1,1660849200,2022,8,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(23744,1,1660852800,2022,8,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(23745,1,1660856400,2022,8,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(23746,1,1660860000,2022,8,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(23747,1,1660863600,2022,8,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(23748,1,1660867200,2022,8,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(23749,1,1660870800,2022,8,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(23750,1,1660874400,2022,8,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(23751,1,1660878000,2022,8,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(23752,1,1660881600,2022,8,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(23753,1,1660885200,2022,8,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(23754,1,1660888800,2022,8,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(23755,1,1660892400,2022,8,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(23756,1,1660896000,2022,8,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(23757,1,1660899600,2022,8,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(23758,1,1660903200,2022,8,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(23759,1,1660906800,2022,8,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(23760,1,1660910400,2022,8,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(23761,1,1660914000,2022,8,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(23762,1,1660917600,2022,8,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(23763,1,1660921200,2022,8,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(23764,1,1660924800,2022,8,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(23765,1,1660928400,2022,8,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(23766,1,1660932000,2022,8,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(23767,1,1660935600,2022,8,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(23768,1,1660939200,2022,8,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(23769,1,1660942800,2022,8,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(23770,1,1660946400,2022,8,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(23771,1,1660950000,2022,8,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(23772,1,1660953600,2022,8,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(23773,1,1660957200,2022,8,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(23774,1,1660960800,2022,8,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(23775,1,1660964400,2022,8,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(23776,1,1660968000,2022,8,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(23777,1,1660971600,2022,8,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(23778,1,1660975200,2022,8,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(23779,1,1660978800,2022,8,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(23780,1,1660982400,2022,8,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(23781,1,1660986000,2022,8,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(23782,1,1660989600,2022,8,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(23783,1,1660993200,2022,8,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(23784,1,1660996800,2022,8,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(23785,1,1661000400,2022,8,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(23786,1,1661004000,2022,8,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(23787,1,1661007600,2022,8,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(23788,1,1661011200,2022,8,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(23789,1,1661014800,2022,8,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(23790,1,1661018400,2022,8,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(23791,1,1661022000,2022,8,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(23792,1,1661025600,2022,8,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(23793,1,1661029200,2022,8,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(23794,1,1661119200,2022,8,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(23795,1,1661122800,2022,8,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(23796,1,1661126400,2022,8,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(23797,1,1661130000,2022,8,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(23798,1,1661133600,2022,8,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(23799,1,1661137200,2022,8,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(23800,1,1661140800,2022,8,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(23801,1,1661144400,2022,8,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(23802,1,1661148000,2022,8,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(23803,1,1661151600,2022,8,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(23804,1,1661155200,2022,8,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(23805,1,1661158800,2022,8,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(23806,1,1661162400,2022,8,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(23807,1,1661166000,2022,8,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(23808,1,1661169600,2022,8,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(23809,1,1661173200,2022,8,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(23810,1,1661176800,2022,8,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(23811,1,1661180400,2022,8,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(23812,1,1661184000,2022,8,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(23813,1,1661187600,2022,8,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(23814,1,1661191200,2022,8,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(23815,1,1661194800,2022,8,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(23816,1,1661198400,2022,8,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(23817,1,1661202000,2022,8,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(23818,1,1661205600,2022,8,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(23819,1,1661209200,2022,8,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(23820,1,1661212800,2022,8,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(23821,1,1661216400,2022,8,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(23822,1,1661220000,2022,8,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(23823,1,1661223600,2022,8,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(23824,1,1661227200,2022,8,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(23825,1,1661230800,2022,8,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(23826,1,1661234400,2022,8,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(23827,1,1661238000,2022,8,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(23828,1,1661241600,2022,8,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(23829,1,1661245200,2022,8,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(23830,1,1661248800,2022,8,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(23831,1,1661252400,2022,8,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(23832,1,1661256000,2022,8,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(23833,1,1661259600,2022,8,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(23834,1,1661263200,2022,8,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(23835,1,1661266800,2022,8,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(23836,1,1661270400,2022,8,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(23837,1,1661274000,2022,8,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(23838,1,1661277600,2022,8,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(23839,1,1661281200,2022,8,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(23840,1,1661284800,2022,8,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(23841,1,1661288400,2022,8,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(23842,1,1661292000,2022,8,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(23843,1,1661295600,2022,8,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(23844,1,1661299200,2022,8,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(23845,1,1661302800,2022,8,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(23846,1,1661306400,2022,8,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(23847,1,1661310000,2022,8,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(23848,1,1661313600,2022,8,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(23849,1,1661317200,2022,8,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(23850,1,1661320800,2022,8,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(23851,1,1661324400,2022,8,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(23852,1,1661328000,2022,8,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(23853,1,1661331600,2022,8,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(23854,1,1661335200,2022,8,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(23855,1,1661338800,2022,8,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(23856,1,1661342400,2022,8,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(23857,1,1661346000,2022,8,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(23858,1,1661349600,2022,8,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(23859,1,1661353200,2022,8,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(23860,1,1661356800,2022,8,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(23861,1,1661360400,2022,8,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(23862,1,1661364000,2022,8,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(23863,1,1661367600,2022,8,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(23864,1,1661371200,2022,8,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(23865,1,1661374800,2022,8,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(23866,1,1661378400,2022,8,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(23867,1,1661382000,2022,8,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(23868,1,1661385600,2022,8,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(23869,1,1661389200,2022,8,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(23870,1,1661392800,2022,8,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(23871,1,1661396400,2022,8,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(23872,1,1661400000,2022,8,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(23873,1,1661403600,2022,8,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(23874,1,1661407200,2022,8,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(23875,1,1661410800,2022,8,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(23876,1,1661414400,2022,8,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(23877,1,1661418000,2022,8,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(23878,1,1661421600,2022,8,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(23879,1,1661425200,2022,8,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(23880,1,1661428800,2022,8,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(23881,1,1661432400,2022,8,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(23882,1,1661436000,2022,8,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(23883,1,1661439600,2022,8,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(23884,1,1661443200,2022,8,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(23885,1,1661446800,2022,8,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(23886,1,1661450400,2022,8,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(23887,1,1661454000,2022,8,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(23888,1,1661457600,2022,8,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(23889,1,1661461200,2022,8,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(23890,1,1661464800,2022,8,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(23891,1,1661468400,2022,8,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(23892,1,1661472000,2022,8,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(23893,1,1661475600,2022,8,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(23894,1,1661479200,2022,8,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(23895,1,1661482800,2022,8,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(23896,1,1661486400,2022,8,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(23897,1,1661490000,2022,8,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(23898,1,1661493600,2022,8,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(23899,1,1661497200,2022,8,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(23900,1,1661500800,2022,8,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(23901,1,1661504400,2022,8,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(23902,1,1661508000,2022,8,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(23903,1,1661511600,2022,8,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(23904,1,1661515200,2022,8,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(23905,1,1661518800,2022,8,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(23906,1,1661522400,2022,8,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(23907,1,1661526000,2022,8,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(23908,1,1661529600,2022,8,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(23909,1,1661533200,2022,8,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(23910,1,1661536800,2022,8,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(23911,1,1661540400,2022,8,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(23912,1,1661544000,2022,8,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(23913,1,1661547600,2022,8,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(23914,1,1661551200,2022,8,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(23915,1,1661554800,2022,8,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(23916,1,1661558400,2022,8,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(23917,1,1661562000,2022,8,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(23918,1,1661565600,2022,8,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(23919,1,1661569200,2022,8,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(23920,1,1661572800,2022,8,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(23921,1,1661576400,2022,8,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(23922,1,1661580000,2022,8,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(23923,1,1661583600,2022,8,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(23924,1,1661587200,2022,8,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(23925,1,1661590800,2022,8,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(23926,1,1661594400,2022,8,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(23927,1,1661598000,2022,8,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(23928,1,1661601600,2022,8,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(23929,1,1661605200,2022,8,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(23930,1,1661608800,2022,8,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(23931,1,1661612400,2022,8,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(23932,1,1661616000,2022,8,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(23933,1,1661619600,2022,8,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(23934,1,1661623200,2022,8,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(23935,1,1661626800,2022,8,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(23936,1,1661630400,2022,8,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(23937,1,1661634000,2022,8,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(23938,1,1661724000,2022,8,29,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(23939,1,1661727600,2022,8,29,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(23940,1,1661731200,2022,8,29,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(23941,1,1661734800,2022,8,29,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(23942,1,1661738400,2022,8,29,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(23943,1,1661742000,2022,8,29,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(23944,1,1661745600,2022,8,29,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(23945,1,1661749200,2022,8,29,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(23946,1,1661752800,2022,8,29,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(23947,1,1661756400,2022,8,29,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(23948,1,1661760000,2022,8,29,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(23949,1,1661763600,2022,8,29,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(23950,1,1661767200,2022,8,29,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(23951,1,1661770800,2022,8,29,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(23952,1,1661774400,2022,8,29,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(23953,1,1661778000,2022,8,29,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(23954,1,1661781600,2022,8,29,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(23955,1,1661785200,2022,8,29,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(23956,1,1661788800,2022,8,29,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(23957,1,1661792400,2022,8,29,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(23958,1,1661796000,2022,8,29,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(23959,1,1661799600,2022,8,29,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(23960,1,1661803200,2022,8,29,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(23961,1,1661806800,2022,8,29,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(23962,1,1661810400,2022,8,30,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(23963,1,1661814000,2022,8,30,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(23964,1,1661817600,2022,8,30,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(23965,1,1661821200,2022,8,30,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(23966,1,1661824800,2022,8,30,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(23967,1,1661828400,2022,8,30,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(23968,1,1661832000,2022,8,30,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(23969,1,1661835600,2022,8,30,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(23970,1,1661839200,2022,8,30,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(23971,1,1661842800,2022,8,30,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(23972,1,1661846400,2022,8,30,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(23973,1,1661850000,2022,8,30,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(23974,1,1661853600,2022,8,30,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(23975,1,1661857200,2022,8,30,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(23976,1,1661860800,2022,8,30,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(23977,1,1661864400,2022,8,30,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(23978,1,1661868000,2022,8,30,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(23979,1,1661871600,2022,8,30,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(23980,1,1661875200,2022,8,30,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(23981,1,1661878800,2022,8,30,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(23982,1,1661882400,2022,8,30,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(23983,1,1661886000,2022,8,30,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(23984,1,1661889600,2022,8,30,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(23985,1,1661893200,2022,8,30,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(23986,1,1661896800,2022,8,31,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(23987,1,1661900400,2022,8,31,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(23988,1,1661904000,2022,8,31,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(23989,1,1661907600,2022,8,31,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(23990,1,1661911200,2022,8,31,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(23991,1,1661914800,2022,8,31,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(23992,1,1661918400,2022,8,31,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(23993,1,1661922000,2022,8,31,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(23994,1,1661925600,2022,8,31,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(23995,1,1661929200,2022,8,31,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(23996,1,1661932800,2022,8,31,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(23997,1,1661936400,2022,8,31,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(23998,1,1661940000,2022,8,31,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(23999,1,1661943600,2022,8,31,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(24000,1,1661947200,2022,8,31,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(24001,1,1661950800,2022,8,31,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(24002,1,1661954400,2022,8,31,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(24003,1,1661958000,2022,8,31,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(24004,1,1661961600,2022,8,31,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(24005,1,1661965200,2022,8,31,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(24006,1,1661968800,2022,8,31,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(24007,1,1661972400,2022,8,31,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(24008,1,1661976000,2022,8,31,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(24009,1,1661979600,2022,8,31,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(24010,1,1661983200,2022,9,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(24011,1,1661986800,2022,9,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(24012,1,1661990400,2022,9,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(24013,1,1661994000,2022,9,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(24014,1,1661997600,2022,9,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(24015,1,1662001200,2022,9,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(24016,1,1662004800,2022,9,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(24017,1,1662008400,2022,9,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(24018,1,1662012000,2022,9,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(24019,1,1662015600,2022,9,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(24020,1,1662019200,2022,9,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(24021,1,1662022800,2022,9,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(24022,1,1662026400,2022,9,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(24023,1,1662030000,2022,9,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(24024,1,1662033600,2022,9,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(24025,1,1662037200,2022,9,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(24026,1,1662040800,2022,9,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(24027,1,1662044400,2022,9,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(24028,1,1662048000,2022,9,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(24029,1,1662051600,2022,9,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(24030,1,1662055200,2022,9,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(24031,1,1662058800,2022,9,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(24032,1,1662062400,2022,9,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(24033,1,1662066000,2022,9,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(24034,1,1662069600,2022,9,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(24035,1,1662073200,2022,9,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(24036,1,1662076800,2022,9,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(24037,1,1662080400,2022,9,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(24038,1,1662084000,2022,9,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(24039,1,1662087600,2022,9,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(24040,1,1662091200,2022,9,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(24041,1,1662094800,2022,9,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(24042,1,1662098400,2022,9,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(24043,1,1662102000,2022,9,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(24044,1,1662105600,2022,9,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(24045,1,1662109200,2022,9,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(24046,1,1662112800,2022,9,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(24047,1,1662116400,2022,9,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(24048,1,1662120000,2022,9,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(24049,1,1662123600,2022,9,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(24050,1,1662127200,2022,9,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(24051,1,1662130800,2022,9,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(24052,1,1662134400,2022,9,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(24053,1,1662138000,2022,9,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(24054,1,1662141600,2022,9,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(24055,1,1662145200,2022,9,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(24056,1,1662148800,2022,9,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(24057,1,1662152400,2022,9,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(24058,1,1662156000,2022,9,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(24059,1,1662159600,2022,9,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(24060,1,1662163200,2022,9,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(24061,1,1662166800,2022,9,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(24062,1,1662170400,2022,9,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(24063,1,1662174000,2022,9,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(24064,1,1662177600,2022,9,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(24065,1,1662181200,2022,9,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(24066,1,1662184800,2022,9,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(24067,1,1662188400,2022,9,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(24068,1,1662192000,2022,9,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(24069,1,1662195600,2022,9,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(24070,1,1662199200,2022,9,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(24071,1,1662202800,2022,9,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(24072,1,1662206400,2022,9,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(24073,1,1662210000,2022,9,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(24074,1,1662213600,2022,9,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(24075,1,1662217200,2022,9,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(24076,1,1662220800,2022,9,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(24077,1,1662224400,2022,9,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(24078,1,1662228000,2022,9,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(24079,1,1662231600,2022,9,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(24080,1,1662235200,2022,9,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(24081,1,1662238800,2022,9,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(24082,1,1662328800,2022,9,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(24083,1,1662332400,2022,9,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(24084,1,1662336000,2022,9,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(24085,1,1662339600,2022,9,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(24086,1,1662343200,2022,9,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(24087,1,1662346800,2022,9,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(24088,1,1662350400,2022,9,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(24089,1,1662354000,2022,9,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(24090,1,1662357600,2022,9,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(24091,1,1662361200,2022,9,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(24092,1,1662364800,2022,9,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(24093,1,1662368400,2022,9,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(24094,1,1662372000,2022,9,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(24095,1,1662375600,2022,9,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(24096,1,1662379200,2022,9,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(24097,1,1662382800,2022,9,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(24098,1,1662386400,2022,9,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(24099,1,1662390000,2022,9,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(24100,1,1662393600,2022,9,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(24101,1,1662397200,2022,9,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(24102,1,1662400800,2022,9,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(24103,1,1662404400,2022,9,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(24104,1,1662408000,2022,9,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(24105,1,1662411600,2022,9,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(24106,1,1662415200,2022,9,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(24107,1,1662418800,2022,9,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(24108,1,1662422400,2022,9,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(24109,1,1662426000,2022,9,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(24110,1,1662429600,2022,9,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(24111,1,1662433200,2022,9,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(24112,1,1662436800,2022,9,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(24113,1,1662440400,2022,9,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(24114,1,1662444000,2022,9,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(24115,1,1662447600,2022,9,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(24116,1,1662451200,2022,9,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(24117,1,1662454800,2022,9,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(24118,1,1662458400,2022,9,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(24119,1,1662462000,2022,9,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(24120,1,1662465600,2022,9,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(24121,1,1662469200,2022,9,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(24122,1,1662472800,2022,9,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(24123,1,1662476400,2022,9,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(24124,1,1662480000,2022,9,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(24125,1,1662483600,2022,9,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(24126,1,1662487200,2022,9,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(24127,1,1662490800,2022,9,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(24128,1,1662494400,2022,9,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(24129,1,1662498000,2022,9,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(24130,1,1662501600,2022,9,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(24131,1,1662505200,2022,9,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(24132,1,1662508800,2022,9,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(24133,1,1662512400,2022,9,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(24134,1,1662516000,2022,9,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(24135,1,1662519600,2022,9,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(24136,1,1662523200,2022,9,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(24137,1,1662526800,2022,9,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(24138,1,1662530400,2022,9,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(24139,1,1662534000,2022,9,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(24140,1,1662537600,2022,9,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(24141,1,1662541200,2022,9,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(24142,1,1662544800,2022,9,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(24143,1,1662548400,2022,9,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(24144,1,1662552000,2022,9,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(24145,1,1662555600,2022,9,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(24146,1,1662559200,2022,9,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(24147,1,1662562800,2022,9,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(24148,1,1662566400,2022,9,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(24149,1,1662570000,2022,9,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(24150,1,1662573600,2022,9,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(24151,1,1662577200,2022,9,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(24152,1,1662580800,2022,9,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(24153,1,1662584400,2022,9,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(24154,1,1662588000,2022,9,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(24155,1,1662591600,2022,9,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(24156,1,1662595200,2022,9,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(24157,1,1662598800,2022,9,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(24158,1,1662602400,2022,9,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(24159,1,1662606000,2022,9,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(24160,1,1662609600,2022,9,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(24161,1,1662613200,2022,9,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(24162,1,1662616800,2022,9,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(24163,1,1662620400,2022,9,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(24164,1,1662624000,2022,9,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(24165,1,1662627600,2022,9,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(24166,1,1662631200,2022,9,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(24167,1,1662634800,2022,9,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(24168,1,1662638400,2022,9,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(24169,1,1662642000,2022,9,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(24170,1,1662645600,2022,9,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(24171,1,1662649200,2022,9,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(24172,1,1662652800,2022,9,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(24173,1,1662656400,2022,9,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(24174,1,1662660000,2022,9,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(24175,1,1662663600,2022,9,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(24176,1,1662667200,2022,9,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(24177,1,1662670800,2022,9,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(24178,1,1662674400,2022,9,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(24179,1,1662678000,2022,9,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(24180,1,1662681600,2022,9,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(24181,1,1662685200,2022,9,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(24182,1,1662688800,2022,9,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(24183,1,1662692400,2022,9,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(24184,1,1662696000,2022,9,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(24185,1,1662699600,2022,9,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(24186,1,1662703200,2022,9,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(24187,1,1662706800,2022,9,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(24188,1,1662710400,2022,9,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(24189,1,1662714000,2022,9,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(24190,1,1662717600,2022,9,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(24191,1,1662721200,2022,9,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(24192,1,1662724800,2022,9,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(24193,1,1662728400,2022,9,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(24194,1,1662732000,2022,9,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(24195,1,1662735600,2022,9,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(24196,1,1662739200,2022,9,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(24197,1,1662742800,2022,9,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(24198,1,1662746400,2022,9,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(24199,1,1662750000,2022,9,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(24200,1,1662753600,2022,9,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(24201,1,1662757200,2022,9,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(24202,1,1662760800,2022,9,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(24203,1,1662764400,2022,9,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(24204,1,1662768000,2022,9,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(24205,1,1662771600,2022,9,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(24206,1,1662775200,2022,9,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(24207,1,1662778800,2022,9,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(24208,1,1662782400,2022,9,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(24209,1,1662786000,2022,9,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(24210,1,1662789600,2022,9,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(24211,1,1662793200,2022,9,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(24212,1,1662796800,2022,9,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(24213,1,1662800400,2022,9,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(24214,1,1662804000,2022,9,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(24215,1,1662807600,2022,9,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(24216,1,1662811200,2022,9,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(24217,1,1662814800,2022,9,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(24218,1,1662818400,2022,9,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(24219,1,1662822000,2022,9,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(24220,1,1662825600,2022,9,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(24221,1,1662829200,2022,9,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(24222,1,1662832800,2022,9,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(24223,1,1662836400,2022,9,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(24224,1,1662840000,2022,9,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(24225,1,1662843600,2022,9,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(24226,1,1662933600,2022,9,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(24227,1,1662937200,2022,9,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(24228,1,1662940800,2022,9,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(24229,1,1662944400,2022,9,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(24230,1,1662948000,2022,9,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(24231,1,1662951600,2022,9,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(24232,1,1662955200,2022,9,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(24233,1,1662958800,2022,9,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(24234,1,1662962400,2022,9,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(24235,1,1662966000,2022,9,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(24236,1,1662969600,2022,9,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(24237,1,1662973200,2022,9,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(24238,1,1662976800,2022,9,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(24239,1,1662980400,2022,9,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(24240,1,1662984000,2022,9,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(24241,1,1662987600,2022,9,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(24242,1,1662991200,2022,9,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(24243,1,1662994800,2022,9,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(24244,1,1662998400,2022,9,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(24245,1,1663002000,2022,9,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(24246,1,1663005600,2022,9,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(24247,1,1663009200,2022,9,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(24248,1,1663012800,2022,9,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(24249,1,1663016400,2022,9,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(24250,1,1663020000,2022,9,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(24251,1,1663023600,2022,9,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(24252,1,1663027200,2022,9,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(24253,1,1663030800,2022,9,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(24254,1,1663034400,2022,9,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(24255,1,1663038000,2022,9,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(24256,1,1663041600,2022,9,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(24257,1,1663045200,2022,9,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(24258,1,1663048800,2022,9,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(24259,1,1663052400,2022,9,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(24260,1,1663056000,2022,9,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(24261,1,1663059600,2022,9,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(24262,1,1663063200,2022,9,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(24263,1,1663066800,2022,9,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(24264,1,1663070400,2022,9,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(24265,1,1663074000,2022,9,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(24266,1,1663077600,2022,9,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(24267,1,1663081200,2022,9,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(24268,1,1663084800,2022,9,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(24269,1,1663088400,2022,9,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(24270,1,1663092000,2022,9,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(24271,1,1663095600,2022,9,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(24272,1,1663099200,2022,9,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(24273,1,1663102800,2022,9,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(24274,1,1663106400,2022,9,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(24275,1,1663110000,2022,9,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(24276,1,1663113600,2022,9,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(24277,1,1663117200,2022,9,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(24278,1,1663120800,2022,9,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(24279,1,1663124400,2022,9,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(24280,1,1663128000,2022,9,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(24281,1,1663131600,2022,9,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(24282,1,1663135200,2022,9,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(24283,1,1663138800,2022,9,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(24284,1,1663142400,2022,9,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(24285,1,1663146000,2022,9,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(24286,1,1663149600,2022,9,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(24287,1,1663153200,2022,9,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(24288,1,1663156800,2022,9,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(24289,1,1663160400,2022,9,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(24290,1,1663164000,2022,9,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(24291,1,1663167600,2022,9,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(24292,1,1663171200,2022,9,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(24293,1,1663174800,2022,9,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(24294,1,1663178400,2022,9,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(24295,1,1663182000,2022,9,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(24296,1,1663185600,2022,9,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(24297,1,1663189200,2022,9,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(24298,1,1663192800,2022,9,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(24299,1,1663196400,2022,9,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(24300,1,1663200000,2022,9,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(24301,1,1663203600,2022,9,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(24302,1,1663207200,2022,9,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(24303,1,1663210800,2022,9,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(24304,1,1663214400,2022,9,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(24305,1,1663218000,2022,9,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(24306,1,1663221600,2022,9,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(24307,1,1663225200,2022,9,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(24308,1,1663228800,2022,9,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(24309,1,1663232400,2022,9,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(24310,1,1663236000,2022,9,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(24311,1,1663239600,2022,9,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(24312,1,1663243200,2022,9,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(24313,1,1663246800,2022,9,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(24314,1,1663250400,2022,9,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(24315,1,1663254000,2022,9,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(24316,1,1663257600,2022,9,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(24317,1,1663261200,2022,9,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(24318,1,1663264800,2022,9,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(24319,1,1663268400,2022,9,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(24320,1,1663272000,2022,9,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(24321,1,1663275600,2022,9,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(24322,1,1663279200,2022,9,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(24323,1,1663282800,2022,9,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(24324,1,1663286400,2022,9,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(24325,1,1663290000,2022,9,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(24326,1,1663293600,2022,9,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(24327,1,1663297200,2022,9,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(24328,1,1663300800,2022,9,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(24329,1,1663304400,2022,9,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(24330,1,1663308000,2022,9,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(24331,1,1663311600,2022,9,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(24332,1,1663315200,2022,9,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(24333,1,1663318800,2022,9,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(24334,1,1663322400,2022,9,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(24335,1,1663326000,2022,9,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(24336,1,1663329600,2022,9,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(24337,1,1663333200,2022,9,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(24338,1,1663336800,2022,9,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(24339,1,1663340400,2022,9,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(24340,1,1663344000,2022,9,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(24341,1,1663347600,2022,9,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(24342,1,1663351200,2022,9,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(24343,1,1663354800,2022,9,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(24344,1,1663358400,2022,9,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(24345,1,1663362000,2022,9,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(24346,1,1663365600,2022,9,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(24347,1,1663369200,2022,9,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(24348,1,1663372800,2022,9,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(24349,1,1663376400,2022,9,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(24350,1,1663380000,2022,9,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(24351,1,1663383600,2022,9,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(24352,1,1663387200,2022,9,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(24353,1,1663390800,2022,9,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(24354,1,1663394400,2022,9,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(24355,1,1663398000,2022,9,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(24356,1,1663401600,2022,9,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(24357,1,1663405200,2022,9,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(24358,1,1663408800,2022,9,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(24359,1,1663412400,2022,9,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(24360,1,1663416000,2022,9,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(24361,1,1663419600,2022,9,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(24362,1,1663423200,2022,9,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(24363,1,1663426800,2022,9,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(24364,1,1663430400,2022,9,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(24365,1,1663434000,2022,9,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(24366,1,1663437600,2022,9,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(24367,1,1663441200,2022,9,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(24368,1,1663444800,2022,9,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(24369,1,1663448400,2022,9,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(24370,1,1663538400,2022,9,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(24371,1,1663542000,2022,9,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(24372,1,1663545600,2022,9,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(24373,1,1663549200,2022,9,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(24374,1,1663552800,2022,9,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(24375,1,1663556400,2022,9,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(24376,1,1663560000,2022,9,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(24377,1,1663563600,2022,9,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(24378,1,1663567200,2022,9,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(24379,1,1663570800,2022,9,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(24380,1,1663574400,2022,9,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(24381,1,1663578000,2022,9,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(24382,1,1663581600,2022,9,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(24383,1,1663585200,2022,9,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(24384,1,1663588800,2022,9,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(24385,1,1663592400,2022,9,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(24386,1,1663596000,2022,9,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(24387,1,1663599600,2022,9,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(24388,1,1663603200,2022,9,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(24389,1,1663606800,2022,9,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(24390,1,1663610400,2022,9,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(24391,1,1663614000,2022,9,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(24392,1,1663617600,2022,9,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(24393,1,1663621200,2022,9,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(24394,1,1663624800,2022,9,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(24395,1,1663628400,2022,9,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(24396,1,1663632000,2022,9,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(24397,1,1663635600,2022,9,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(24398,1,1663639200,2022,9,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(24399,1,1663642800,2022,9,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(24400,1,1663646400,2022,9,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(24401,1,1663650000,2022,9,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(24402,1,1663653600,2022,9,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(24403,1,1663657200,2022,9,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(24404,1,1663660800,2022,9,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(24405,1,1663664400,2022,9,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(24406,1,1663668000,2022,9,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(24407,1,1663671600,2022,9,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(24408,1,1663675200,2022,9,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(24409,1,1663678800,2022,9,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(24410,1,1663682400,2022,9,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(24411,1,1663686000,2022,9,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(24412,1,1663689600,2022,9,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(24413,1,1663693200,2022,9,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(24414,1,1663696800,2022,9,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(24415,1,1663700400,2022,9,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(24416,1,1663704000,2022,9,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(24417,1,1663707600,2022,9,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(24418,1,1663711200,2022,9,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(24419,1,1663714800,2022,9,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(24420,1,1663718400,2022,9,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(24421,1,1663722000,2022,9,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(24422,1,1663725600,2022,9,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(24423,1,1663729200,2022,9,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(24424,1,1663732800,2022,9,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(24425,1,1663736400,2022,9,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(24426,1,1663740000,2022,9,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(24427,1,1663743600,2022,9,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(24428,1,1663747200,2022,9,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(24429,1,1663750800,2022,9,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(24430,1,1663754400,2022,9,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(24431,1,1663758000,2022,9,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(24432,1,1663761600,2022,9,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(24433,1,1663765200,2022,9,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(24434,1,1663768800,2022,9,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(24435,1,1663772400,2022,9,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(24436,1,1663776000,2022,9,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(24437,1,1663779600,2022,9,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(24438,1,1663783200,2022,9,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(24439,1,1663786800,2022,9,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(24440,1,1663790400,2022,9,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(24441,1,1663794000,2022,9,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(24442,1,1663797600,2022,9,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(24443,1,1663801200,2022,9,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(24444,1,1663804800,2022,9,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(24445,1,1663808400,2022,9,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(24446,1,1663812000,2022,9,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(24447,1,1663815600,2022,9,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(24448,1,1663819200,2022,9,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(24449,1,1663822800,2022,9,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(24450,1,1663826400,2022,9,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(24451,1,1663830000,2022,9,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(24452,1,1663833600,2022,9,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(24453,1,1663837200,2022,9,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(24454,1,1663840800,2022,9,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(24455,1,1663844400,2022,9,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(24456,1,1663848000,2022,9,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(24457,1,1663851600,2022,9,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(24458,1,1663855200,2022,9,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(24459,1,1663858800,2022,9,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(24460,1,1663862400,2022,9,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(24461,1,1663866000,2022,9,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(24462,1,1663869600,2022,9,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(24463,1,1663873200,2022,9,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(24464,1,1663876800,2022,9,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(24465,1,1663880400,2022,9,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(24466,1,1663884000,2022,9,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(24467,1,1663887600,2022,9,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(24468,1,1663891200,2022,9,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(24469,1,1663894800,2022,9,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(24470,1,1663898400,2022,9,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(24471,1,1663902000,2022,9,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(24472,1,1663905600,2022,9,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(24473,1,1663909200,2022,9,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(24474,1,1663912800,2022,9,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(24475,1,1663916400,2022,9,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(24476,1,1663920000,2022,9,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(24477,1,1663923600,2022,9,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(24478,1,1663927200,2022,9,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(24479,1,1663930800,2022,9,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(24480,1,1663934400,2022,9,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(24481,1,1663938000,2022,9,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(24482,1,1663941600,2022,9,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(24483,1,1663945200,2022,9,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(24484,1,1663948800,2022,9,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(24485,1,1663952400,2022,9,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(24486,1,1663956000,2022,9,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(24487,1,1663959600,2022,9,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(24488,1,1663963200,2022,9,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(24489,1,1663966800,2022,9,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(24490,1,1663970400,2022,9,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(24491,1,1663974000,2022,9,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(24492,1,1663977600,2022,9,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(24493,1,1663981200,2022,9,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(24494,1,1663984800,2022,9,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(24495,1,1663988400,2022,9,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(24496,1,1663992000,2022,9,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(24497,1,1663995600,2022,9,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(24498,1,1663999200,2022,9,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(24499,1,1664002800,2022,9,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(24500,1,1664006400,2022,9,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(24501,1,1664010000,2022,9,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(24502,1,1664013600,2022,9,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(24503,1,1664017200,2022,9,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(24504,1,1664020800,2022,9,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(24505,1,1664024400,2022,9,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(24506,1,1664028000,2022,9,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(24507,1,1664031600,2022,9,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(24508,1,1664035200,2022,9,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(24509,1,1664038800,2022,9,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(24510,1,1664042400,2022,9,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(24511,1,1664046000,2022,9,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(24512,1,1664049600,2022,9,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(24513,1,1664053200,2022,9,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(24514,1,1664143200,2022,9,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(24515,1,1664146800,2022,9,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(24516,1,1664150400,2022,9,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(24517,1,1664154000,2022,9,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(24518,1,1664157600,2022,9,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(24519,1,1664161200,2022,9,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(24520,1,1664164800,2022,9,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(24521,1,1664168400,2022,9,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(24522,1,1664172000,2022,9,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(24523,1,1664175600,2022,9,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(24524,1,1664179200,2022,9,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(24525,1,1664182800,2022,9,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(24526,1,1664186400,2022,9,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(24527,1,1664190000,2022,9,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(24528,1,1664193600,2022,9,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(24529,1,1664197200,2022,9,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(24530,1,1664200800,2022,9,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(24531,1,1664204400,2022,9,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(24532,1,1664208000,2022,9,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(24533,1,1664211600,2022,9,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(24534,1,1664215200,2022,9,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(24535,1,1664218800,2022,9,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(24536,1,1664222400,2022,9,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(24537,1,1664226000,2022,9,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(24538,1,1664229600,2022,9,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(24539,1,1664233200,2022,9,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(24540,1,1664236800,2022,9,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(24541,1,1664240400,2022,9,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(24542,1,1664244000,2022,9,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(24543,1,1664247600,2022,9,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(24544,1,1664251200,2022,9,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(24545,1,1664254800,2022,9,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(24546,1,1664258400,2022,9,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(24547,1,1664262000,2022,9,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(24548,1,1664265600,2022,9,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(24549,1,1664269200,2022,9,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(24550,1,1664272800,2022,9,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(24551,1,1664276400,2022,9,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(24552,1,1664280000,2022,9,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(24553,1,1664283600,2022,9,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(24554,1,1664287200,2022,9,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(24555,1,1664290800,2022,9,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(24556,1,1664294400,2022,9,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(24557,1,1664298000,2022,9,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(24558,1,1664301600,2022,9,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(24559,1,1664305200,2022,9,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(24560,1,1664308800,2022,9,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(24561,1,1664312400,2022,9,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(24562,1,1664316000,2022,9,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(24563,1,1664319600,2022,9,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(24564,1,1664323200,2022,9,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(24565,1,1664326800,2022,9,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(24566,1,1664330400,2022,9,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(24567,1,1664334000,2022,9,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(24568,1,1664337600,2022,9,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(24569,1,1664341200,2022,9,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(24570,1,1664344800,2022,9,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(24571,1,1664348400,2022,9,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(24572,1,1664352000,2022,9,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(24573,1,1664355600,2022,9,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(24574,1,1664359200,2022,9,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(24575,1,1664362800,2022,9,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(24576,1,1664366400,2022,9,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(24577,1,1664370000,2022,9,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(24578,1,1664373600,2022,9,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(24579,1,1664377200,2022,9,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(24580,1,1664380800,2022,9,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(24581,1,1664384400,2022,9,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(24582,1,1664388000,2022,9,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(24583,1,1664391600,2022,9,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(24584,1,1664395200,2022,9,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(24585,1,1664398800,2022,9,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(24586,1,1664402400,2022,9,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(24587,1,1664406000,2022,9,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(24588,1,1664409600,2022,9,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(24589,1,1664413200,2022,9,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(24590,1,1664416800,2022,9,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(24591,1,1664420400,2022,9,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(24592,1,1664424000,2022,9,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(24593,1,1664427600,2022,9,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(24594,1,1664431200,2022,9,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(24595,1,1664434800,2022,9,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(24596,1,1664438400,2022,9,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(24597,1,1664442000,2022,9,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(24598,1,1664445600,2022,9,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(24599,1,1664449200,2022,9,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(24600,1,1664452800,2022,9,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(24601,1,1664456400,2022,9,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(24602,1,1664460000,2022,9,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(24603,1,1664463600,2022,9,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(24604,1,1664467200,2022,9,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(24605,1,1664470800,2022,9,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(24606,1,1664474400,2022,9,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(24607,1,1664478000,2022,9,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(24608,1,1664481600,2022,9,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(24609,1,1664485200,2022,9,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(24610,1,1664488800,2022,9,30,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(24611,1,1664492400,2022,9,30,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(24612,1,1664496000,2022,9,30,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(24613,1,1664499600,2022,9,30,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(24614,1,1664503200,2022,9,30,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(24615,1,1664506800,2022,9,30,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(24616,1,1664510400,2022,9,30,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(24617,1,1664514000,2022,9,30,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(24618,1,1664517600,2022,9,30,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(24619,1,1664521200,2022,9,30,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(24620,1,1664524800,2022,9,30,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(24621,1,1664528400,2022,9,30,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(24622,1,1664532000,2022,9,30,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(24623,1,1664535600,2022,9,30,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(24624,1,1664539200,2022,9,30,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(24625,1,1664542800,2022,9,30,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(24626,1,1664546400,2022,9,30,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(24627,1,1664550000,2022,9,30,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(24628,1,1664553600,2022,9,30,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(24629,1,1664557200,2022,9,30,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(24630,1,1664560800,2022,9,30,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(24631,1,1664564400,2022,9,30,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(24632,1,1664568000,2022,9,30,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(24633,1,1664571600,2022,9,30,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(24634,1,1664575200,2022,10,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(24635,1,1664578800,2022,10,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(24636,1,1664582400,2022,10,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(24637,1,1664586000,2022,10,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(24638,1,1664589600,2022,10,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(24639,1,1664593200,2022,10,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(24640,1,1664596800,2022,10,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(24641,1,1664600400,2022,10,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(24642,1,1664604000,2022,10,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(24643,1,1664607600,2022,10,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(24644,1,1664611200,2022,10,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(24645,1,1664614800,2022,10,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(24646,1,1664618400,2022,10,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(24647,1,1664622000,2022,10,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(24648,1,1664625600,2022,10,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(24649,1,1664629200,2022,10,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(24650,1,1664632800,2022,10,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(24651,1,1664636400,2022,10,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(24652,1,1664640000,2022,10,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(24653,1,1664643600,2022,10,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(24654,1,1664647200,2022,10,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(24655,1,1664650800,2022,10,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(24656,1,1664654400,2022,10,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(24657,1,1664658000,2022,10,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(24658,1,1664748000,2022,10,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(24659,1,1664751600,2022,10,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(24660,1,1664755200,2022,10,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(24661,1,1664758800,2022,10,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(24662,1,1664762400,2022,10,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(24663,1,1664766000,2022,10,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(24664,1,1664769600,2022,10,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(24665,1,1664773200,2022,10,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(24666,1,1664776800,2022,10,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(24667,1,1664780400,2022,10,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(24668,1,1664784000,2022,10,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(24669,1,1664787600,2022,10,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(24670,1,1664791200,2022,10,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(24671,1,1664794800,2022,10,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(24672,1,1664798400,2022,10,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(24673,1,1664802000,2022,10,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(24674,1,1664805600,2022,10,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(24675,1,1664809200,2022,10,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(24676,1,1664812800,2022,10,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(24677,1,1664816400,2022,10,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(24678,1,1664820000,2022,10,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(24679,1,1664823600,2022,10,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(24680,1,1664827200,2022,10,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(24681,1,1664830800,2022,10,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(24682,1,1664834400,2022,10,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(24683,1,1664838000,2022,10,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(24684,1,1664841600,2022,10,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(24685,1,1664845200,2022,10,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(24686,1,1664848800,2022,10,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(24687,1,1664852400,2022,10,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(24688,1,1664856000,2022,10,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(24689,1,1664859600,2022,10,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(24690,1,1664863200,2022,10,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(24691,1,1664866800,2022,10,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(24692,1,1664870400,2022,10,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(24693,1,1664874000,2022,10,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(24694,1,1664877600,2022,10,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(24695,1,1664881200,2022,10,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(24696,1,1664884800,2022,10,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(24697,1,1664888400,2022,10,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(24698,1,1664892000,2022,10,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(24699,1,1664895600,2022,10,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(24700,1,1664899200,2022,10,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(24701,1,1664902800,2022,10,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(24702,1,1664906400,2022,10,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(24703,1,1664910000,2022,10,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(24704,1,1664913600,2022,10,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(24705,1,1664917200,2022,10,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(24706,1,1664920800,2022,10,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(24707,1,1664924400,2022,10,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(24708,1,1664928000,2022,10,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(24709,1,1664931600,2022,10,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(24710,1,1664935200,2022,10,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(24711,1,1664938800,2022,10,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(24712,1,1664942400,2022,10,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(24713,1,1664946000,2022,10,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(24714,1,1664949600,2022,10,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(24715,1,1664953200,2022,10,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(24716,1,1664956800,2022,10,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(24717,1,1664960400,2022,10,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(24718,1,1664964000,2022,10,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(24719,1,1664967600,2022,10,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(24720,1,1664971200,2022,10,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(24721,1,1664974800,2022,10,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(24722,1,1664978400,2022,10,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(24723,1,1664982000,2022,10,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(24724,1,1664985600,2022,10,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(24725,1,1664989200,2022,10,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(24726,1,1664992800,2022,10,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(24727,1,1664996400,2022,10,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(24728,1,1665000000,2022,10,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(24729,1,1665003600,2022,10,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(24730,1,1665007200,2022,10,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(24731,1,1665010800,2022,10,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(24732,1,1665014400,2022,10,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(24733,1,1665018000,2022,10,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(24734,1,1665021600,2022,10,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(24735,1,1665025200,2022,10,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(24736,1,1665028800,2022,10,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(24737,1,1665032400,2022,10,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(24738,1,1665036000,2022,10,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(24739,1,1665039600,2022,10,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(24740,1,1665043200,2022,10,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(24741,1,1665046800,2022,10,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(24742,1,1665050400,2022,10,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(24743,1,1665054000,2022,10,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(24744,1,1665057600,2022,10,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(24745,1,1665061200,2022,10,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(24746,1,1665064800,2022,10,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(24747,1,1665068400,2022,10,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(24748,1,1665072000,2022,10,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(24749,1,1665075600,2022,10,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(24750,1,1665079200,2022,10,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(24751,1,1665082800,2022,10,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(24752,1,1665086400,2022,10,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(24753,1,1665090000,2022,10,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(24754,1,1665093600,2022,10,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(24755,1,1665097200,2022,10,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(24756,1,1665100800,2022,10,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(24757,1,1665104400,2022,10,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(24758,1,1665108000,2022,10,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(24759,1,1665111600,2022,10,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(24760,1,1665115200,2022,10,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(24761,1,1665118800,2022,10,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(24762,1,1665122400,2022,10,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(24763,1,1665126000,2022,10,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(24764,1,1665129600,2022,10,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(24765,1,1665133200,2022,10,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(24766,1,1665136800,2022,10,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(24767,1,1665140400,2022,10,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(24768,1,1665144000,2022,10,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(24769,1,1665147600,2022,10,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(24770,1,1665151200,2022,10,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(24771,1,1665154800,2022,10,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(24772,1,1665158400,2022,10,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(24773,1,1665162000,2022,10,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(24774,1,1665165600,2022,10,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(24775,1,1665169200,2022,10,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(24776,1,1665172800,2022,10,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(24777,1,1665176400,2022,10,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(24778,1,1665180000,2022,10,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(24779,1,1665183600,2022,10,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(24780,1,1665187200,2022,10,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(24781,1,1665190800,2022,10,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(24782,1,1665194400,2022,10,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(24783,1,1665198000,2022,10,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(24784,1,1665201600,2022,10,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(24785,1,1665205200,2022,10,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(24786,1,1665208800,2022,10,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(24787,1,1665212400,2022,10,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(24788,1,1665216000,2022,10,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(24789,1,1665219600,2022,10,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(24790,1,1665223200,2022,10,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(24791,1,1665226800,2022,10,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(24792,1,1665230400,2022,10,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(24793,1,1665234000,2022,10,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(24794,1,1665237600,2022,10,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(24795,1,1665241200,2022,10,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(24796,1,1665244800,2022,10,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(24797,1,1665248400,2022,10,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(24798,1,1665252000,2022,10,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(24799,1,1665255600,2022,10,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(24800,1,1665259200,2022,10,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(24801,1,1665262800,2022,10,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(24802,1,1665352800,2022,10,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(24803,1,1665356400,2022,10,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(24804,1,1665360000,2022,10,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(24805,1,1665363600,2022,10,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(24806,1,1665367200,2022,10,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(24807,1,1665370800,2022,10,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(24808,1,1665374400,2022,10,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(24809,1,1665378000,2022,10,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(24810,1,1665381600,2022,10,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(24811,1,1665385200,2022,10,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(24812,1,1665388800,2022,10,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(24813,1,1665392400,2022,10,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(24814,1,1665396000,2022,10,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(24815,1,1665399600,2022,10,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(24816,1,1665403200,2022,10,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(24817,1,1665406800,2022,10,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(24818,1,1665410400,2022,10,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(24819,1,1665414000,2022,10,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(24820,1,1665417600,2022,10,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(24821,1,1665421200,2022,10,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(24822,1,1665424800,2022,10,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(24823,1,1665428400,2022,10,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(24824,1,1665432000,2022,10,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(24825,1,1665435600,2022,10,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(24826,1,1665439200,2022,10,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(24827,1,1665442800,2022,10,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(24828,1,1665446400,2022,10,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(24829,1,1665450000,2022,10,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(24830,1,1665453600,2022,10,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(24831,1,1665457200,2022,10,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(24832,1,1665460800,2022,10,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(24833,1,1665464400,2022,10,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(24834,1,1665468000,2022,10,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(24835,1,1665471600,2022,10,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(24836,1,1665475200,2022,10,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(24837,1,1665478800,2022,10,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(24838,1,1665482400,2022,10,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(24839,1,1665486000,2022,10,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(24840,1,1665489600,2022,10,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(24841,1,1665493200,2022,10,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(24842,1,1665496800,2022,10,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(24843,1,1665500400,2022,10,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(24844,1,1665504000,2022,10,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(24845,1,1665507600,2022,10,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(24846,1,1665511200,2022,10,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(24847,1,1665514800,2022,10,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(24848,1,1665518400,2022,10,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(24849,1,1665522000,2022,10,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(24850,1,1665525600,2022,10,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(24851,1,1665529200,2022,10,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(24852,1,1665532800,2022,10,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(24853,1,1665536400,2022,10,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(24854,1,1665540000,2022,10,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(24855,1,1665543600,2022,10,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(24856,1,1665547200,2022,10,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(24857,1,1665550800,2022,10,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(24858,1,1665554400,2022,10,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(24859,1,1665558000,2022,10,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(24860,1,1665561600,2022,10,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(24861,1,1665565200,2022,10,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(24862,1,1665568800,2022,10,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(24863,1,1665572400,2022,10,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(24864,1,1665576000,2022,10,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(24865,1,1665579600,2022,10,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(24866,1,1665583200,2022,10,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(24867,1,1665586800,2022,10,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(24868,1,1665590400,2022,10,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(24869,1,1665594000,2022,10,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(24870,1,1665597600,2022,10,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(24871,1,1665601200,2022,10,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(24872,1,1665604800,2022,10,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(24873,1,1665608400,2022,10,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(24874,1,1665612000,2022,10,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(24875,1,1665615600,2022,10,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(24876,1,1665619200,2022,10,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(24877,1,1665622800,2022,10,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(24878,1,1665626400,2022,10,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(24879,1,1665630000,2022,10,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(24880,1,1665633600,2022,10,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(24881,1,1665637200,2022,10,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(24882,1,1665640800,2022,10,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(24883,1,1665644400,2022,10,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(24884,1,1665648000,2022,10,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(24885,1,1665651600,2022,10,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(24886,1,1665655200,2022,10,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(24887,1,1665658800,2022,10,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(24888,1,1665662400,2022,10,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(24889,1,1665666000,2022,10,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(24890,1,1665669600,2022,10,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(24891,1,1665673200,2022,10,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(24892,1,1665676800,2022,10,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(24893,1,1665680400,2022,10,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(24894,1,1665684000,2022,10,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(24895,1,1665687600,2022,10,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(24896,1,1665691200,2022,10,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(24897,1,1665694800,2022,10,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(24898,1,1665698400,2022,10,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(24899,1,1665702000,2022,10,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(24900,1,1665705600,2022,10,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(24901,1,1665709200,2022,10,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(24902,1,1665712800,2022,10,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(24903,1,1665716400,2022,10,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(24904,1,1665720000,2022,10,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(24905,1,1665723600,2022,10,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(24906,1,1665727200,2022,10,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(24907,1,1665730800,2022,10,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(24908,1,1665734400,2022,10,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(24909,1,1665738000,2022,10,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(24910,1,1665741600,2022,10,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(24911,1,1665745200,2022,10,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(24912,1,1665748800,2022,10,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(24913,1,1665752400,2022,10,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(24914,1,1665756000,2022,10,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(24915,1,1665759600,2022,10,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(24916,1,1665763200,2022,10,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(24917,1,1665766800,2022,10,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(24918,1,1665770400,2022,10,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(24919,1,1665774000,2022,10,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(24920,1,1665777600,2022,10,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(24921,1,1665781200,2022,10,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(24922,1,1665784800,2022,10,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(24923,1,1665788400,2022,10,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(24924,1,1665792000,2022,10,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(24925,1,1665795600,2022,10,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(24926,1,1665799200,2022,10,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(24927,1,1665802800,2022,10,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(24928,1,1665806400,2022,10,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(24929,1,1665810000,2022,10,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(24930,1,1665813600,2022,10,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(24931,1,1665817200,2022,10,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(24932,1,1665820800,2022,10,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(24933,1,1665824400,2022,10,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(24934,1,1665828000,2022,10,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(24935,1,1665831600,2022,10,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(24936,1,1665835200,2022,10,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(24937,1,1665838800,2022,10,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(24938,1,1665842400,2022,10,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(24939,1,1665846000,2022,10,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(24940,1,1665849600,2022,10,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(24941,1,1665853200,2022,10,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(24942,1,1665856800,2022,10,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(24943,1,1665860400,2022,10,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(24944,1,1665864000,2022,10,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(24945,1,1665867600,2022,10,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(24946,1,1665957600,2022,10,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(24947,1,1665961200,2022,10,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(24948,1,1665964800,2022,10,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(24949,1,1665968400,2022,10,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(24950,1,1665972000,2022,10,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(24951,1,1665975600,2022,10,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(24952,1,1665979200,2022,10,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(24953,1,1665982800,2022,10,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(24954,1,1665986400,2022,10,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(24955,1,1665990000,2022,10,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(24956,1,1665993600,2022,10,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(24957,1,1665997200,2022,10,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(24958,1,1666000800,2022,10,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(24959,1,1666004400,2022,10,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(24960,1,1666008000,2022,10,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(24961,1,1666011600,2022,10,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(24962,1,1666015200,2022,10,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(24963,1,1666018800,2022,10,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(24964,1,1666022400,2022,10,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(24965,1,1666026000,2022,10,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(24966,1,1666029600,2022,10,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(24967,1,1666033200,2022,10,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(24968,1,1666036800,2022,10,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(24969,1,1666040400,2022,10,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(24970,1,1666044000,2022,10,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(24971,1,1666047600,2022,10,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(24972,1,1666051200,2022,10,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(24973,1,1666054800,2022,10,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(24974,1,1666058400,2022,10,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(24975,1,1666062000,2022,10,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(24976,1,1666065600,2022,10,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(24977,1,1666069200,2022,10,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(24978,1,1666072800,2022,10,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(24979,1,1666076400,2022,10,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(24980,1,1666080000,2022,10,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(24981,1,1666083600,2022,10,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(24982,1,1666087200,2022,10,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(24983,1,1666090800,2022,10,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(24984,1,1666094400,2022,10,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(24985,1,1666098000,2022,10,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(24986,1,1666101600,2022,10,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(24987,1,1666105200,2022,10,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(24988,1,1666108800,2022,10,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(24989,1,1666112400,2022,10,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(24990,1,1666116000,2022,10,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(24991,1,1666119600,2022,10,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(24992,1,1666123200,2022,10,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(24993,1,1666126800,2022,10,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(24994,1,1666130400,2022,10,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(24995,1,1666134000,2022,10,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(24996,1,1666137600,2022,10,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(24997,1,1666141200,2022,10,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(24998,1,1666144800,2022,10,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(24999,1,1666148400,2022,10,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(25000,1,1666152000,2022,10,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(25001,1,1666155600,2022,10,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(25002,1,1666159200,2022,10,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(25003,1,1666162800,2022,10,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(25004,1,1666166400,2022,10,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(25005,1,1666170000,2022,10,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(25006,1,1666173600,2022,10,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(25007,1,1666177200,2022,10,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(25008,1,1666180800,2022,10,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(25009,1,1666184400,2022,10,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(25010,1,1666188000,2022,10,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(25011,1,1666191600,2022,10,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(25012,1,1666195200,2022,10,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(25013,1,1666198800,2022,10,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(25014,1,1666202400,2022,10,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(25015,1,1666206000,2022,10,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(25016,1,1666209600,2022,10,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(25017,1,1666213200,2022,10,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(25018,1,1666216800,2022,10,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(25019,1,1666220400,2022,10,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(25020,1,1666224000,2022,10,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(25021,1,1666227600,2022,10,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(25022,1,1666231200,2022,10,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(25023,1,1666234800,2022,10,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(25024,1,1666238400,2022,10,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(25025,1,1666242000,2022,10,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(25026,1,1666245600,2022,10,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(25027,1,1666249200,2022,10,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(25028,1,1666252800,2022,10,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(25029,1,1666256400,2022,10,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(25030,1,1666260000,2022,10,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(25031,1,1666263600,2022,10,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(25032,1,1666267200,2022,10,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(25033,1,1666270800,2022,10,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(25034,1,1666274400,2022,10,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(25035,1,1666278000,2022,10,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(25036,1,1666281600,2022,10,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(25037,1,1666285200,2022,10,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(25038,1,1666288800,2022,10,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(25039,1,1666292400,2022,10,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(25040,1,1666296000,2022,10,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(25041,1,1666299600,2022,10,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(25042,1,1666303200,2022,10,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(25043,1,1666306800,2022,10,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(25044,1,1666310400,2022,10,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(25045,1,1666314000,2022,10,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(25046,1,1666317600,2022,10,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(25047,1,1666321200,2022,10,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(25048,1,1666324800,2022,10,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(25049,1,1666328400,2022,10,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(25050,1,1666332000,2022,10,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(25051,1,1666335600,2022,10,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(25052,1,1666339200,2022,10,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(25053,1,1666342800,2022,10,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(25054,1,1666346400,2022,10,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(25055,1,1666350000,2022,10,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(25056,1,1666353600,2022,10,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(25057,1,1666357200,2022,10,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(25058,1,1666360800,2022,10,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(25059,1,1666364400,2022,10,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(25060,1,1666368000,2022,10,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(25061,1,1666371600,2022,10,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(25062,1,1666375200,2022,10,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(25063,1,1666378800,2022,10,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(25064,1,1666382400,2022,10,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(25065,1,1666386000,2022,10,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(25066,1,1666389600,2022,10,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(25067,1,1666393200,2022,10,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(25068,1,1666396800,2022,10,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(25069,1,1666400400,2022,10,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(25070,1,1666404000,2022,10,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(25071,1,1666407600,2022,10,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(25072,1,1666411200,2022,10,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(25073,1,1666414800,2022,10,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(25074,1,1666418400,2022,10,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(25075,1,1666422000,2022,10,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(25076,1,1666425600,2022,10,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(25077,1,1666429200,2022,10,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(25078,1,1666432800,2022,10,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(25079,1,1666436400,2022,10,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(25080,1,1666440000,2022,10,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(25081,1,1666443600,2022,10,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(25082,1,1666447200,2022,10,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(25083,1,1666450800,2022,10,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(25084,1,1666454400,2022,10,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(25085,1,1666458000,2022,10,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(25086,1,1666461600,2022,10,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(25087,1,1666465200,2022,10,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(25088,1,1666468800,2022,10,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(25089,1,1666472400,2022,10,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(25090,1,1666562400,2022,10,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(25091,1,1666566000,2022,10,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(25092,1,1666569600,2022,10,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(25093,1,1666573200,2022,10,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(25094,1,1666576800,2022,10,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(25095,1,1666580400,2022,10,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(25096,1,1666584000,2022,10,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(25097,1,1666587600,2022,10,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(25098,1,1666591200,2022,10,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(25099,1,1666594800,2022,10,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(25100,1,1666598400,2022,10,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(25101,1,1666602000,2022,10,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(25102,1,1666605600,2022,10,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(25103,1,1666609200,2022,10,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(25104,1,1666612800,2022,10,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(25105,1,1666616400,2022,10,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(25106,1,1666620000,2022,10,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(25107,1,1666623600,2022,10,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(25108,1,1666627200,2022,10,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(25109,1,1666630800,2022,10,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(25110,1,1666634400,2022,10,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(25111,1,1666638000,2022,10,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(25112,1,1666641600,2022,10,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(25113,1,1666645200,2022,10,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(25114,1,1666648800,2022,10,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(25115,1,1666652400,2022,10,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(25116,1,1666656000,2022,10,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(25117,1,1666659600,2022,10,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(25118,1,1666663200,2022,10,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(25119,1,1666666800,2022,10,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(25120,1,1666670400,2022,10,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(25121,1,1666674000,2022,10,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(25122,1,1666677600,2022,10,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(25123,1,1666681200,2022,10,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(25124,1,1666684800,2022,10,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(25125,1,1666688400,2022,10,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(25126,1,1666692000,2022,10,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(25127,1,1666695600,2022,10,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(25128,1,1666699200,2022,10,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(25129,1,1666702800,2022,10,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(25130,1,1666706400,2022,10,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(25131,1,1666710000,2022,10,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(25132,1,1666713600,2022,10,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(25133,1,1666717200,2022,10,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(25134,1,1666720800,2022,10,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(25135,1,1666724400,2022,10,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(25136,1,1666728000,2022,10,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(25137,1,1666731600,2022,10,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(25138,1,1666735200,2022,10,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(25139,1,1666738800,2022,10,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(25140,1,1666742400,2022,10,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(25141,1,1666746000,2022,10,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(25142,1,1666749600,2022,10,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(25143,1,1666753200,2022,10,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(25144,1,1666756800,2022,10,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(25145,1,1666760400,2022,10,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(25146,1,1666764000,2022,10,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(25147,1,1666767600,2022,10,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(25148,1,1666771200,2022,10,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(25149,1,1666774800,2022,10,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(25150,1,1666778400,2022,10,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(25151,1,1666782000,2022,10,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(25152,1,1666785600,2022,10,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(25153,1,1666789200,2022,10,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(25154,1,1666792800,2022,10,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(25155,1,1666796400,2022,10,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(25156,1,1666800000,2022,10,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(25157,1,1666803600,2022,10,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(25158,1,1666807200,2022,10,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(25159,1,1666810800,2022,10,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(25160,1,1666814400,2022,10,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(25161,1,1666818000,2022,10,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(25162,1,1666821600,2022,10,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(25163,1,1666825200,2022,10,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(25164,1,1666828800,2022,10,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(25165,1,1666832400,2022,10,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(25166,1,1666836000,2022,10,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(25167,1,1666839600,2022,10,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(25168,1,1666843200,2022,10,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(25169,1,1666846800,2022,10,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(25170,1,1666850400,2022,10,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(25171,1,1666854000,2022,10,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(25172,1,1666857600,2022,10,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(25173,1,1666861200,2022,10,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(25174,1,1666864800,2022,10,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(25175,1,1666868400,2022,10,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(25176,1,1666872000,2022,10,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(25177,1,1666875600,2022,10,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(25178,1,1666879200,2022,10,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(25179,1,1666882800,2022,10,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(25180,1,1666886400,2022,10,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(25181,1,1666890000,2022,10,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(25182,1,1666893600,2022,10,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(25183,1,1666897200,2022,10,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(25184,1,1666900800,2022,10,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(25185,1,1666904400,2022,10,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(25186,1,1666908000,2022,10,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(25187,1,1666911600,2022,10,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(25188,1,1666915200,2022,10,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(25189,1,1666918800,2022,10,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(25190,1,1666922400,2022,10,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(25191,1,1666926000,2022,10,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(25192,1,1666929600,2022,10,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(25193,1,1666933200,2022,10,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(25194,1,1666936800,2022,10,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(25195,1,1666940400,2022,10,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(25196,1,1666944000,2022,10,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(25197,1,1666947600,2022,10,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(25198,1,1666951200,2022,10,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(25199,1,1666954800,2022,10,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(25200,1,1666958400,2022,10,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(25201,1,1666962000,2022,10,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(25202,1,1666965600,2022,10,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(25203,1,1666969200,2022,10,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(25204,1,1666972800,2022,10,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(25205,1,1666976400,2022,10,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(25206,1,1666980000,2022,10,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(25207,1,1666983600,2022,10,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(25208,1,1666987200,2022,10,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(25209,1,1666990800,2022,10,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(25210,1,1666994400,2022,10,29,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(25211,1,1666998000,2022,10,29,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(25212,1,1667001600,2022,10,29,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(25213,1,1667005200,2022,10,29,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(25214,1,1667008800,2022,10,29,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(25215,1,1667012400,2022,10,29,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(25216,1,1667016000,2022,10,29,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(25217,1,1667019600,2022,10,29,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(25218,1,1667023200,2022,10,29,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(25219,1,1667026800,2022,10,29,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(25220,1,1667030400,2022,10,29,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(25221,1,1667034000,2022,10,29,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(25222,1,1667037600,2022,10,29,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(25223,1,1667041200,2022,10,29,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(25224,1,1667044800,2022,10,29,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(25225,1,1667048400,2022,10,29,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(25226,1,1667052000,2022,10,29,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(25227,1,1667055600,2022,10,29,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(25228,1,1667059200,2022,10,29,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(25229,1,1667062800,2022,10,29,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(25230,1,1667066400,2022,10,29,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(25231,1,1667070000,2022,10,29,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(25232,1,1667073600,2022,10,29,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(25233,1,1667077200,2022,10,29,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(25234,1,1667170800,2022,10,31,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(25235,1,1667174400,2022,10,31,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(25236,1,1667178000,2022,10,31,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(25237,1,1667181600,2022,10,31,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(25238,1,1667185200,2022,10,31,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(25239,1,1667188800,2022,10,31,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(25240,1,1667192400,2022,10,31,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(25241,1,1667196000,2022,10,31,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(25242,1,1667199600,2022,10,31,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(25243,1,1667203200,2022,10,31,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(25244,1,1667206800,2022,10,31,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(25245,1,1667210400,2022,10,31,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(25246,1,1667214000,2022,10,31,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(25247,1,1667217600,2022,10,31,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(25248,1,1667221200,2022,10,31,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(25249,1,1667224800,2022,10,31,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(25250,1,1667228400,2022,10,31,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(25251,1,1667232000,2022,10,31,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(25252,1,1667235600,2022,10,31,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(25253,1,1667239200,2022,10,31,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(25254,1,1667242800,2022,10,31,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(25255,1,1667246400,2022,10,31,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(25256,1,1667250000,2022,10,31,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(25257,1,1667253600,2022,10,31,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(25258,1,1667257200,2022,11,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(25259,1,1667260800,2022,11,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(25260,1,1667264400,2022,11,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(25261,1,1667268000,2022,11,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(25262,1,1667271600,2022,11,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(25263,1,1667275200,2022,11,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(25264,1,1667278800,2022,11,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(25265,1,1667282400,2022,11,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(25266,1,1667286000,2022,11,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(25267,1,1667289600,2022,11,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(25268,1,1667293200,2022,11,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(25269,1,1667296800,2022,11,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(25270,1,1667300400,2022,11,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(25271,1,1667304000,2022,11,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(25272,1,1667307600,2022,11,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(25273,1,1667311200,2022,11,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(25274,1,1667314800,2022,11,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(25275,1,1667318400,2022,11,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(25276,1,1667322000,2022,11,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(25277,1,1667325600,2022,11,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(25278,1,1667329200,2022,11,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(25279,1,1667332800,2022,11,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(25280,1,1667336400,2022,11,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(25281,1,1667340000,2022,11,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(25282,1,1667343600,2022,11,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(25283,1,1667347200,2022,11,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(25284,1,1667350800,2022,11,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(25285,1,1667354400,2022,11,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(25286,1,1667358000,2022,11,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(25287,1,1667361600,2022,11,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(25288,1,1667365200,2022,11,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(25289,1,1667368800,2022,11,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(25290,1,1667372400,2022,11,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(25291,1,1667376000,2022,11,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(25292,1,1667379600,2022,11,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(25293,1,1667383200,2022,11,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(25294,1,1667386800,2022,11,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(25295,1,1667390400,2022,11,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(25296,1,1667394000,2022,11,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(25297,1,1667397600,2022,11,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(25298,1,1667401200,2022,11,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(25299,1,1667404800,2022,11,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(25300,1,1667408400,2022,11,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(25301,1,1667412000,2022,11,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(25302,1,1667415600,2022,11,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(25303,1,1667419200,2022,11,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(25304,1,1667422800,2022,11,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(25305,1,1667426400,2022,11,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(25306,1,1667430000,2022,11,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(25307,1,1667433600,2022,11,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(25308,1,1667437200,2022,11,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(25309,1,1667440800,2022,11,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(25310,1,1667444400,2022,11,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(25311,1,1667448000,2022,11,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(25312,1,1667451600,2022,11,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(25313,1,1667455200,2022,11,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(25314,1,1667458800,2022,11,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(25315,1,1667462400,2022,11,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(25316,1,1667466000,2022,11,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(25317,1,1667469600,2022,11,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(25318,1,1667473200,2022,11,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(25319,1,1667476800,2022,11,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(25320,1,1667480400,2022,11,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(25321,1,1667484000,2022,11,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(25322,1,1667487600,2022,11,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(25323,1,1667491200,2022,11,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(25324,1,1667494800,2022,11,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(25325,1,1667498400,2022,11,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(25326,1,1667502000,2022,11,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(25327,1,1667505600,2022,11,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(25328,1,1667509200,2022,11,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(25329,1,1667512800,2022,11,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(25330,1,1667516400,2022,11,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(25331,1,1667520000,2022,11,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(25332,1,1667523600,2022,11,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(25333,1,1667527200,2022,11,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(25334,1,1667530800,2022,11,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(25335,1,1667534400,2022,11,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(25336,1,1667538000,2022,11,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(25337,1,1667541600,2022,11,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(25338,1,1667545200,2022,11,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(25339,1,1667548800,2022,11,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(25340,1,1667552400,2022,11,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(25341,1,1667556000,2022,11,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(25342,1,1667559600,2022,11,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(25343,1,1667563200,2022,11,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(25344,1,1667566800,2022,11,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(25345,1,1667570400,2022,11,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(25346,1,1667574000,2022,11,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(25347,1,1667577600,2022,11,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(25348,1,1667581200,2022,11,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(25349,1,1667584800,2022,11,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(25350,1,1667588400,2022,11,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(25351,1,1667592000,2022,11,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(25352,1,1667595600,2022,11,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(25353,1,1667599200,2022,11,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(25354,1,1667602800,2022,11,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(25355,1,1667606400,2022,11,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(25356,1,1667610000,2022,11,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(25357,1,1667613600,2022,11,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(25358,1,1667617200,2022,11,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(25359,1,1667620800,2022,11,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(25360,1,1667624400,2022,11,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(25361,1,1667628000,2022,11,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(25362,1,1667631600,2022,11,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(25363,1,1667635200,2022,11,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(25364,1,1667638800,2022,11,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(25365,1,1667642400,2022,11,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(25366,1,1667646000,2022,11,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(25367,1,1667649600,2022,11,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(25368,1,1667653200,2022,11,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(25369,1,1667656800,2022,11,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(25370,1,1667660400,2022,11,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(25371,1,1667664000,2022,11,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(25372,1,1667667600,2022,11,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(25373,1,1667671200,2022,11,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(25374,1,1667674800,2022,11,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(25375,1,1667678400,2022,11,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(25376,1,1667682000,2022,11,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(25377,1,1667685600,2022,11,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(25378,1,1667775600,2022,11,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(25379,1,1667779200,2022,11,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(25380,1,1667782800,2022,11,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(25381,1,1667786400,2022,11,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(25382,1,1667790000,2022,11,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(25383,1,1667793600,2022,11,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(25384,1,1667797200,2022,11,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(25385,1,1667800800,2022,11,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(25386,1,1667804400,2022,11,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(25387,1,1667808000,2022,11,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(25388,1,1667811600,2022,11,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(25389,1,1667815200,2022,11,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(25390,1,1667818800,2022,11,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(25391,1,1667822400,2022,11,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(25392,1,1667826000,2022,11,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(25393,1,1667829600,2022,11,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(25394,1,1667833200,2022,11,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(25395,1,1667836800,2022,11,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(25396,1,1667840400,2022,11,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(25397,1,1667844000,2022,11,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(25398,1,1667847600,2022,11,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(25399,1,1667851200,2022,11,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(25400,1,1667854800,2022,11,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(25401,1,1667858400,2022,11,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(25402,1,1667862000,2022,11,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(25403,1,1667865600,2022,11,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(25404,1,1667869200,2022,11,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(25405,1,1667872800,2022,11,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(25406,1,1667876400,2022,11,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(25407,1,1667880000,2022,11,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(25408,1,1667883600,2022,11,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(25409,1,1667887200,2022,11,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(25410,1,1667890800,2022,11,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(25411,1,1667894400,2022,11,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(25412,1,1667898000,2022,11,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(25413,1,1667901600,2022,11,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(25414,1,1667905200,2022,11,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(25415,1,1667908800,2022,11,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(25416,1,1667912400,2022,11,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(25417,1,1667916000,2022,11,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(25418,1,1667919600,2022,11,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(25419,1,1667923200,2022,11,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(25420,1,1667926800,2022,11,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(25421,1,1667930400,2022,11,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(25422,1,1667934000,2022,11,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(25423,1,1667937600,2022,11,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(25424,1,1667941200,2022,11,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(25425,1,1667944800,2022,11,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(25426,1,1667948400,2022,11,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(25427,1,1667952000,2022,11,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(25428,1,1667955600,2022,11,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(25429,1,1667959200,2022,11,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(25430,1,1667962800,2022,11,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(25431,1,1667966400,2022,11,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(25432,1,1667970000,2022,11,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(25433,1,1667973600,2022,11,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(25434,1,1667977200,2022,11,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(25435,1,1667980800,2022,11,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(25436,1,1667984400,2022,11,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(25437,1,1667988000,2022,11,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(25438,1,1667991600,2022,11,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(25439,1,1667995200,2022,11,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(25440,1,1667998800,2022,11,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(25441,1,1668002400,2022,11,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(25442,1,1668006000,2022,11,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(25443,1,1668009600,2022,11,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(25444,1,1668013200,2022,11,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(25445,1,1668016800,2022,11,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(25446,1,1668020400,2022,11,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(25447,1,1668024000,2022,11,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(25448,1,1668027600,2022,11,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(25449,1,1668031200,2022,11,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(25450,1,1668034800,2022,11,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(25451,1,1668038400,2022,11,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(25452,1,1668042000,2022,11,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(25453,1,1668045600,2022,11,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(25454,1,1668049200,2022,11,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(25455,1,1668052800,2022,11,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(25456,1,1668056400,2022,11,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(25457,1,1668060000,2022,11,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(25458,1,1668063600,2022,11,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(25459,1,1668067200,2022,11,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(25460,1,1668070800,2022,11,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(25461,1,1668074400,2022,11,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(25462,1,1668078000,2022,11,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(25463,1,1668081600,2022,11,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(25464,1,1668085200,2022,11,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(25465,1,1668088800,2022,11,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(25466,1,1668092400,2022,11,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(25467,1,1668096000,2022,11,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(25468,1,1668099600,2022,11,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(25469,1,1668103200,2022,11,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(25470,1,1668106800,2022,11,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(25471,1,1668110400,2022,11,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(25472,1,1668114000,2022,11,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(25473,1,1668117600,2022,11,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(25474,1,1668121200,2022,11,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(25475,1,1668124800,2022,11,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(25476,1,1668128400,2022,11,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(25477,1,1668132000,2022,11,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(25478,1,1668135600,2022,11,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(25479,1,1668139200,2022,11,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(25480,1,1668142800,2022,11,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(25481,1,1668146400,2022,11,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(25482,1,1668150000,2022,11,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(25483,1,1668153600,2022,11,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(25484,1,1668157200,2022,11,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(25485,1,1668160800,2022,11,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(25486,1,1668164400,2022,11,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(25487,1,1668168000,2022,11,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(25488,1,1668171600,2022,11,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(25489,1,1668175200,2022,11,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(25490,1,1668178800,2022,11,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(25491,1,1668182400,2022,11,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(25492,1,1668186000,2022,11,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(25493,1,1668189600,2022,11,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(25494,1,1668193200,2022,11,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(25495,1,1668196800,2022,11,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(25496,1,1668200400,2022,11,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(25497,1,1668204000,2022,11,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(25498,1,1668207600,2022,11,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(25499,1,1668211200,2022,11,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(25500,1,1668214800,2022,11,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(25501,1,1668218400,2022,11,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(25502,1,1668222000,2022,11,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(25503,1,1668225600,2022,11,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(25504,1,1668229200,2022,11,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(25505,1,1668232800,2022,11,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(25506,1,1668236400,2022,11,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(25507,1,1668240000,2022,11,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(25508,1,1668243600,2022,11,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(25509,1,1668247200,2022,11,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(25510,1,1668250800,2022,11,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(25511,1,1668254400,2022,11,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(25512,1,1668258000,2022,11,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(25513,1,1668261600,2022,11,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(25514,1,1668265200,2022,11,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(25515,1,1668268800,2022,11,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(25516,1,1668272400,2022,11,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(25517,1,1668276000,2022,11,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(25518,1,1668279600,2022,11,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(25519,1,1668283200,2022,11,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(25520,1,1668286800,2022,11,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(25521,1,1668290400,2022,11,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(25522,1,1668380400,2022,11,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(25523,1,1668384000,2022,11,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(25524,1,1668387600,2022,11,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(25525,1,1668391200,2022,11,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(25526,1,1668394800,2022,11,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(25527,1,1668398400,2022,11,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(25528,1,1668402000,2022,11,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(25529,1,1668405600,2022,11,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(25530,1,1668409200,2022,11,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(25531,1,1668412800,2022,11,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(25532,1,1668416400,2022,11,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(25533,1,1668420000,2022,11,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(25534,1,1668423600,2022,11,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(25535,1,1668427200,2022,11,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(25536,1,1668430800,2022,11,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(25537,1,1668434400,2022,11,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(25538,1,1668438000,2022,11,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(25539,1,1668441600,2022,11,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(25540,1,1668445200,2022,11,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(25541,1,1668448800,2022,11,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(25542,1,1668452400,2022,11,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(25543,1,1668456000,2022,11,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(25544,1,1668459600,2022,11,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(25545,1,1668463200,2022,11,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(25546,1,1668466800,2022,11,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(25547,1,1668470400,2022,11,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(25548,1,1668474000,2022,11,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(25549,1,1668477600,2022,11,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(25550,1,1668481200,2022,11,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(25551,1,1668484800,2022,11,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(25552,1,1668488400,2022,11,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(25553,1,1668492000,2022,11,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(25554,1,1668495600,2022,11,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(25555,1,1668499200,2022,11,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(25556,1,1668502800,2022,11,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(25557,1,1668506400,2022,11,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(25558,1,1668510000,2022,11,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(25559,1,1668513600,2022,11,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(25560,1,1668517200,2022,11,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(25561,1,1668520800,2022,11,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(25562,1,1668524400,2022,11,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(25563,1,1668528000,2022,11,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(25564,1,1668531600,2022,11,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(25565,1,1668535200,2022,11,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(25566,1,1668538800,2022,11,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(25567,1,1668542400,2022,11,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(25568,1,1668546000,2022,11,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(25569,1,1668549600,2022,11,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(25570,1,1668553200,2022,11,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(25571,1,1668556800,2022,11,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(25572,1,1668560400,2022,11,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(25573,1,1668564000,2022,11,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(25574,1,1668567600,2022,11,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(25575,1,1668571200,2022,11,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(25576,1,1668574800,2022,11,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(25577,1,1668578400,2022,11,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(25578,1,1668582000,2022,11,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(25579,1,1668585600,2022,11,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(25580,1,1668589200,2022,11,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(25581,1,1668592800,2022,11,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(25582,1,1668596400,2022,11,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(25583,1,1668600000,2022,11,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(25584,1,1668603600,2022,11,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(25585,1,1668607200,2022,11,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(25586,1,1668610800,2022,11,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(25587,1,1668614400,2022,11,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(25588,1,1668618000,2022,11,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(25589,1,1668621600,2022,11,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(25590,1,1668625200,2022,11,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(25591,1,1668628800,2022,11,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(25592,1,1668632400,2022,11,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(25593,1,1668636000,2022,11,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(25594,1,1668639600,2022,11,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(25595,1,1668643200,2022,11,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(25596,1,1668646800,2022,11,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(25597,1,1668650400,2022,11,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(25598,1,1668654000,2022,11,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(25599,1,1668657600,2022,11,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(25600,1,1668661200,2022,11,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(25601,1,1668664800,2022,11,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(25602,1,1668668400,2022,11,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(25603,1,1668672000,2022,11,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(25604,1,1668675600,2022,11,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(25605,1,1668679200,2022,11,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(25606,1,1668682800,2022,11,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(25607,1,1668686400,2022,11,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(25608,1,1668690000,2022,11,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(25609,1,1668693600,2022,11,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(25610,1,1668697200,2022,11,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(25611,1,1668700800,2022,11,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(25612,1,1668704400,2022,11,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(25613,1,1668708000,2022,11,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(25614,1,1668711600,2022,11,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(25615,1,1668715200,2022,11,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(25616,1,1668718800,2022,11,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(25617,1,1668722400,2022,11,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(25618,1,1668726000,2022,11,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(25619,1,1668729600,2022,11,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(25620,1,1668733200,2022,11,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(25621,1,1668736800,2022,11,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(25622,1,1668740400,2022,11,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(25623,1,1668744000,2022,11,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(25624,1,1668747600,2022,11,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(25625,1,1668751200,2022,11,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(25626,1,1668754800,2022,11,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(25627,1,1668758400,2022,11,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(25628,1,1668762000,2022,11,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(25629,1,1668765600,2022,11,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(25630,1,1668769200,2022,11,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(25631,1,1668772800,2022,11,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(25632,1,1668776400,2022,11,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(25633,1,1668780000,2022,11,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(25634,1,1668783600,2022,11,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(25635,1,1668787200,2022,11,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(25636,1,1668790800,2022,11,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(25637,1,1668794400,2022,11,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(25638,1,1668798000,2022,11,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(25639,1,1668801600,2022,11,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(25640,1,1668805200,2022,11,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(25641,1,1668808800,2022,11,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(25642,1,1668812400,2022,11,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(25643,1,1668816000,2022,11,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(25644,1,1668819600,2022,11,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(25645,1,1668823200,2022,11,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(25646,1,1668826800,2022,11,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(25647,1,1668830400,2022,11,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(25648,1,1668834000,2022,11,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(25649,1,1668837600,2022,11,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(25650,1,1668841200,2022,11,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(25651,1,1668844800,2022,11,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(25652,1,1668848400,2022,11,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(25653,1,1668852000,2022,11,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(25654,1,1668855600,2022,11,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(25655,1,1668859200,2022,11,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(25656,1,1668862800,2022,11,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(25657,1,1668866400,2022,11,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(25658,1,1668870000,2022,11,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(25659,1,1668873600,2022,11,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(25660,1,1668877200,2022,11,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(25661,1,1668880800,2022,11,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(25662,1,1668884400,2022,11,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(25663,1,1668888000,2022,11,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(25664,1,1668891600,2022,11,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(25665,1,1668895200,2022,11,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(25666,1,1668985200,2022,11,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(25667,1,1668988800,2022,11,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(25668,1,1668992400,2022,11,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(25669,1,1668996000,2022,11,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(25670,1,1668999600,2022,11,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(25671,1,1669003200,2022,11,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(25672,1,1669006800,2022,11,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(25673,1,1669010400,2022,11,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(25674,1,1669014000,2022,11,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(25675,1,1669017600,2022,11,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(25676,1,1669021200,2022,11,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(25677,1,1669024800,2022,11,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(25678,1,1669028400,2022,11,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(25679,1,1669032000,2022,11,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(25680,1,1669035600,2022,11,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(25681,1,1669039200,2022,11,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(25682,1,1669042800,2022,11,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(25683,1,1669046400,2022,11,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(25684,1,1669050000,2022,11,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(25685,1,1669053600,2022,11,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(25686,1,1669057200,2022,11,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(25687,1,1669060800,2022,11,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(25688,1,1669064400,2022,11,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(25689,1,1669068000,2022,11,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(25690,1,1669071600,2022,11,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(25691,1,1669075200,2022,11,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(25692,1,1669078800,2022,11,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(25693,1,1669082400,2022,11,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(25694,1,1669086000,2022,11,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(25695,1,1669089600,2022,11,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(25696,1,1669093200,2022,11,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(25697,1,1669096800,2022,11,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(25698,1,1669100400,2022,11,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(25699,1,1669104000,2022,11,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(25700,1,1669107600,2022,11,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(25701,1,1669111200,2022,11,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(25702,1,1669114800,2022,11,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(25703,1,1669118400,2022,11,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(25704,1,1669122000,2022,11,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(25705,1,1669125600,2022,11,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(25706,1,1669129200,2022,11,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(25707,1,1669132800,2022,11,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(25708,1,1669136400,2022,11,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(25709,1,1669140000,2022,11,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(25710,1,1669143600,2022,11,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(25711,1,1669147200,2022,11,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(25712,1,1669150800,2022,11,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(25713,1,1669154400,2022,11,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(25714,1,1669158000,2022,11,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(25715,1,1669161600,2022,11,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(25716,1,1669165200,2022,11,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(25717,1,1669168800,2022,11,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(25718,1,1669172400,2022,11,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(25719,1,1669176000,2022,11,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(25720,1,1669179600,2022,11,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(25721,1,1669183200,2022,11,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(25722,1,1669186800,2022,11,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(25723,1,1669190400,2022,11,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(25724,1,1669194000,2022,11,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(25725,1,1669197600,2022,11,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(25726,1,1669201200,2022,11,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(25727,1,1669204800,2022,11,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(25728,1,1669208400,2022,11,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(25729,1,1669212000,2022,11,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(25730,1,1669215600,2022,11,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(25731,1,1669219200,2022,11,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(25732,1,1669222800,2022,11,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(25733,1,1669226400,2022,11,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(25734,1,1669230000,2022,11,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(25735,1,1669233600,2022,11,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(25736,1,1669237200,2022,11,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(25737,1,1669240800,2022,11,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(25738,1,1669244400,2022,11,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(25739,1,1669248000,2022,11,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(25740,1,1669251600,2022,11,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(25741,1,1669255200,2022,11,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(25742,1,1669258800,2022,11,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(25743,1,1669262400,2022,11,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(25744,1,1669266000,2022,11,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(25745,1,1669269600,2022,11,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(25746,1,1669273200,2022,11,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(25747,1,1669276800,2022,11,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(25748,1,1669280400,2022,11,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(25749,1,1669284000,2022,11,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(25750,1,1669287600,2022,11,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(25751,1,1669291200,2022,11,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(25752,1,1669294800,2022,11,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(25753,1,1669298400,2022,11,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(25754,1,1669302000,2022,11,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(25755,1,1669305600,2022,11,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(25756,1,1669309200,2022,11,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(25757,1,1669312800,2022,11,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(25758,1,1669316400,2022,11,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(25759,1,1669320000,2022,11,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(25760,1,1669323600,2022,11,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(25761,1,1669327200,2022,11,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(25762,1,1669330800,2022,11,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(25763,1,1669334400,2022,11,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(25764,1,1669338000,2022,11,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(25765,1,1669341600,2022,11,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(25766,1,1669345200,2022,11,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(25767,1,1669348800,2022,11,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(25768,1,1669352400,2022,11,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(25769,1,1669356000,2022,11,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(25770,1,1669359600,2022,11,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(25771,1,1669363200,2022,11,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(25772,1,1669366800,2022,11,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(25773,1,1669370400,2022,11,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(25774,1,1669374000,2022,11,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(25775,1,1669377600,2022,11,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(25776,1,1669381200,2022,11,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(25777,1,1669384800,2022,11,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(25778,1,1669388400,2022,11,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(25779,1,1669392000,2022,11,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(25780,1,1669395600,2022,11,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(25781,1,1669399200,2022,11,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(25782,1,1669402800,2022,11,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(25783,1,1669406400,2022,11,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(25784,1,1669410000,2022,11,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(25785,1,1669413600,2022,11,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(25786,1,1669417200,2022,11,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(25787,1,1669420800,2022,11,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(25788,1,1669424400,2022,11,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(25789,1,1669428000,2022,11,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(25790,1,1669431600,2022,11,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(25791,1,1669435200,2022,11,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(25792,1,1669438800,2022,11,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(25793,1,1669442400,2022,11,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(25794,1,1669446000,2022,11,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(25795,1,1669449600,2022,11,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(25796,1,1669453200,2022,11,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(25797,1,1669456800,2022,11,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(25798,1,1669460400,2022,11,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(25799,1,1669464000,2022,11,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(25800,1,1669467600,2022,11,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(25801,1,1669471200,2022,11,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(25802,1,1669474800,2022,11,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(25803,1,1669478400,2022,11,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(25804,1,1669482000,2022,11,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(25805,1,1669485600,2022,11,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(25806,1,1669489200,2022,11,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(25807,1,1669492800,2022,11,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(25808,1,1669496400,2022,11,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(25809,1,1669500000,2022,11,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(25810,1,1669590000,2022,11,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(25811,1,1669593600,2022,11,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(25812,1,1669597200,2022,11,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(25813,1,1669600800,2022,11,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(25814,1,1669604400,2022,11,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(25815,1,1669608000,2022,11,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(25816,1,1669611600,2022,11,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(25817,1,1669615200,2022,11,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(25818,1,1669618800,2022,11,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(25819,1,1669622400,2022,11,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(25820,1,1669626000,2022,11,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(25821,1,1669629600,2022,11,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(25822,1,1669633200,2022,11,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(25823,1,1669636800,2022,11,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(25824,1,1669640400,2022,11,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(25825,1,1669644000,2022,11,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(25826,1,1669647600,2022,11,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(25827,1,1669651200,2022,11,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(25828,1,1669654800,2022,11,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(25829,1,1669658400,2022,11,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(25830,1,1669662000,2022,11,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(25831,1,1669665600,2022,11,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(25832,1,1669669200,2022,11,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(25833,1,1669672800,2022,11,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(25834,1,1669676400,2022,11,29,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(25835,1,1669680000,2022,11,29,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(25836,1,1669683600,2022,11,29,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(25837,1,1669687200,2022,11,29,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(25838,1,1669690800,2022,11,29,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(25839,1,1669694400,2022,11,29,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(25840,1,1669698000,2022,11,29,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(25841,1,1669701600,2022,11,29,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(25842,1,1669705200,2022,11,29,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(25843,1,1669708800,2022,11,29,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(25844,1,1669712400,2022,11,29,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(25845,1,1669716000,2022,11,29,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(25846,1,1669719600,2022,11,29,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(25847,1,1669723200,2022,11,29,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(25848,1,1669726800,2022,11,29,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(25849,1,1669730400,2022,11,29,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(25850,1,1669734000,2022,11,29,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(25851,1,1669737600,2022,11,29,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(25852,1,1669741200,2022,11,29,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(25853,1,1669744800,2022,11,29,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(25854,1,1669748400,2022,11,29,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(25855,1,1669752000,2022,11,29,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(25856,1,1669755600,2022,11,29,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(25857,1,1669759200,2022,11,29,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(25858,1,1669762800,2022,11,30,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(25859,1,1669766400,2022,11,30,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(25860,1,1669770000,2022,11,30,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(25861,1,1669773600,2022,11,30,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(25862,1,1669777200,2022,11,30,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(25863,1,1669780800,2022,11,30,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(25864,1,1669784400,2022,11,30,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(25865,1,1669788000,2022,11,30,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(25866,1,1669791600,2022,11,30,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(25867,1,1669795200,2022,11,30,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(25868,1,1669798800,2022,11,30,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(25869,1,1669802400,2022,11,30,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(25870,1,1669806000,2022,11,30,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(25871,1,1669809600,2022,11,30,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(25872,1,1669813200,2022,11,30,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(25873,1,1669816800,2022,11,30,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(25874,1,1669820400,2022,11,30,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(25875,1,1669824000,2022,11,30,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(25876,1,1669827600,2022,11,30,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(25877,1,1669831200,2022,11,30,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(25878,1,1669834800,2022,11,30,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(25879,1,1669838400,2022,11,30,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(25880,1,1669842000,2022,11,30,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(25881,1,1669845600,2022,11,30,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(25882,1,1669849200,2022,12,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(25883,1,1669852800,2022,12,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(25884,1,1669856400,2022,12,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(25885,1,1669860000,2022,12,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(25886,1,1669863600,2022,12,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(25887,1,1669867200,2022,12,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(25888,1,1669870800,2022,12,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(25889,1,1669874400,2022,12,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(25890,1,1669878000,2022,12,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(25891,1,1669881600,2022,12,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(25892,1,1669885200,2022,12,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(25893,1,1669888800,2022,12,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(25894,1,1669892400,2022,12,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(25895,1,1669896000,2022,12,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(25896,1,1669899600,2022,12,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(25897,1,1669903200,2022,12,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(25898,1,1669906800,2022,12,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(25899,1,1669910400,2022,12,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(25900,1,1669914000,2022,12,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(25901,1,1669917600,2022,12,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(25902,1,1669921200,2022,12,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(25903,1,1669924800,2022,12,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(25904,1,1669928400,2022,12,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(25905,1,1669932000,2022,12,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(25906,1,1669935600,2022,12,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(25907,1,1669939200,2022,12,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(25908,1,1669942800,2022,12,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(25909,1,1669946400,2022,12,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(25910,1,1669950000,2022,12,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(25911,1,1669953600,2022,12,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(25912,1,1669957200,2022,12,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(25913,1,1669960800,2022,12,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(25914,1,1669964400,2022,12,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(25915,1,1669968000,2022,12,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(25916,1,1669971600,2022,12,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(25917,1,1669975200,2022,12,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(25918,1,1669978800,2022,12,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(25919,1,1669982400,2022,12,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(25920,1,1669986000,2022,12,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(25921,1,1669989600,2022,12,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(25922,1,1669993200,2022,12,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(25923,1,1669996800,2022,12,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(25924,1,1670000400,2022,12,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(25925,1,1670004000,2022,12,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(25926,1,1670007600,2022,12,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(25927,1,1670011200,2022,12,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(25928,1,1670014800,2022,12,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(25929,1,1670018400,2022,12,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(25930,1,1670022000,2022,12,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(25931,1,1670025600,2022,12,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(25932,1,1670029200,2022,12,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(25933,1,1670032800,2022,12,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(25934,1,1670036400,2022,12,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(25935,1,1670040000,2022,12,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(25936,1,1670043600,2022,12,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(25937,1,1670047200,2022,12,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(25938,1,1670050800,2022,12,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(25939,1,1670054400,2022,12,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(25940,1,1670058000,2022,12,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(25941,1,1670061600,2022,12,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(25942,1,1670065200,2022,12,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(25943,1,1670068800,2022,12,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(25944,1,1670072400,2022,12,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(25945,1,1670076000,2022,12,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(25946,1,1670079600,2022,12,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(25947,1,1670083200,2022,12,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(25948,1,1670086800,2022,12,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(25949,1,1670090400,2022,12,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(25950,1,1670094000,2022,12,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(25951,1,1670097600,2022,12,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(25952,1,1670101200,2022,12,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(25953,1,1670104800,2022,12,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(25954,1,1670194800,2022,12,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(25955,1,1670198400,2022,12,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(25956,1,1670202000,2022,12,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(25957,1,1670205600,2022,12,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(25958,1,1670209200,2022,12,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(25959,1,1670212800,2022,12,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(25960,1,1670216400,2022,12,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(25961,1,1670220000,2022,12,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(25962,1,1670223600,2022,12,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(25963,1,1670227200,2022,12,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(25964,1,1670230800,2022,12,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(25965,1,1670234400,2022,12,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(25966,1,1670238000,2022,12,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(25967,1,1670241600,2022,12,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(25968,1,1670245200,2022,12,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(25969,1,1670248800,2022,12,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(25970,1,1670252400,2022,12,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(25971,1,1670256000,2022,12,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(25972,1,1670259600,2022,12,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(25973,1,1670263200,2022,12,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(25974,1,1670266800,2022,12,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(25975,1,1670270400,2022,12,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(25976,1,1670274000,2022,12,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(25977,1,1670277600,2022,12,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(25978,1,1670281200,2022,12,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(25979,1,1670284800,2022,12,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(25980,1,1670288400,2022,12,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(25981,1,1670292000,2022,12,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(25982,1,1670295600,2022,12,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(25983,1,1670299200,2022,12,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(25984,1,1670302800,2022,12,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(25985,1,1670306400,2022,12,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(25986,1,1670310000,2022,12,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(25987,1,1670313600,2022,12,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(25988,1,1670317200,2022,12,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(25989,1,1670320800,2022,12,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(25990,1,1670324400,2022,12,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(25991,1,1670328000,2022,12,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(25992,1,1670331600,2022,12,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(25993,1,1670335200,2022,12,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(25994,1,1670338800,2022,12,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(25995,1,1670342400,2022,12,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(25996,1,1670346000,2022,12,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(25997,1,1670349600,2022,12,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(25998,1,1670353200,2022,12,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(25999,1,1670356800,2022,12,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(26000,1,1670360400,2022,12,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(26001,1,1670364000,2022,12,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(26002,1,1670367600,2022,12,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(26003,1,1670371200,2022,12,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(26004,1,1670374800,2022,12,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(26005,1,1670378400,2022,12,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(26006,1,1670382000,2022,12,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(26007,1,1670385600,2022,12,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(26008,1,1670389200,2022,12,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(26009,1,1670392800,2022,12,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(26010,1,1670396400,2022,12,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(26011,1,1670400000,2022,12,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(26012,1,1670403600,2022,12,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(26013,1,1670407200,2022,12,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(26014,1,1670410800,2022,12,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(26015,1,1670414400,2022,12,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(26016,1,1670418000,2022,12,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(26017,1,1670421600,2022,12,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(26018,1,1670425200,2022,12,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(26019,1,1670428800,2022,12,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(26020,1,1670432400,2022,12,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(26021,1,1670436000,2022,12,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(26022,1,1670439600,2022,12,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(26023,1,1670443200,2022,12,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(26024,1,1670446800,2022,12,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(26025,1,1670450400,2022,12,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(26026,1,1670454000,2022,12,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(26027,1,1670457600,2022,12,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(26028,1,1670461200,2022,12,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(26029,1,1670464800,2022,12,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(26030,1,1670468400,2022,12,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(26031,1,1670472000,2022,12,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(26032,1,1670475600,2022,12,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(26033,1,1670479200,2022,12,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(26034,1,1670482800,2022,12,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(26035,1,1670486400,2022,12,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(26036,1,1670490000,2022,12,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(26037,1,1670493600,2022,12,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(26038,1,1670497200,2022,12,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(26039,1,1670500800,2022,12,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(26040,1,1670504400,2022,12,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(26041,1,1670508000,2022,12,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(26042,1,1670511600,2022,12,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(26043,1,1670515200,2022,12,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(26044,1,1670518800,2022,12,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(26045,1,1670522400,2022,12,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(26046,1,1670526000,2022,12,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(26047,1,1670529600,2022,12,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(26048,1,1670533200,2022,12,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(26049,1,1670536800,2022,12,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(26050,1,1670540400,2022,12,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(26051,1,1670544000,2022,12,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(26052,1,1670547600,2022,12,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(26053,1,1670551200,2022,12,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(26054,1,1670554800,2022,12,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(26055,1,1670558400,2022,12,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(26056,1,1670562000,2022,12,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(26057,1,1670565600,2022,12,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(26058,1,1670569200,2022,12,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(26059,1,1670572800,2022,12,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(26060,1,1670576400,2022,12,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(26061,1,1670580000,2022,12,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(26062,1,1670583600,2022,12,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(26063,1,1670587200,2022,12,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(26064,1,1670590800,2022,12,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(26065,1,1670594400,2022,12,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(26066,1,1670598000,2022,12,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(26067,1,1670601600,2022,12,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(26068,1,1670605200,2022,12,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(26069,1,1670608800,2022,12,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(26070,1,1670612400,2022,12,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(26071,1,1670616000,2022,12,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(26072,1,1670619600,2022,12,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(26073,1,1670623200,2022,12,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(26074,1,1670626800,2022,12,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(26075,1,1670630400,2022,12,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(26076,1,1670634000,2022,12,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(26077,1,1670637600,2022,12,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(26078,1,1670641200,2022,12,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(26079,1,1670644800,2022,12,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(26080,1,1670648400,2022,12,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(26081,1,1670652000,2022,12,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(26082,1,1670655600,2022,12,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(26083,1,1670659200,2022,12,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(26084,1,1670662800,2022,12,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(26085,1,1670666400,2022,12,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(26086,1,1670670000,2022,12,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(26087,1,1670673600,2022,12,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(26088,1,1670677200,2022,12,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(26089,1,1670680800,2022,12,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(26090,1,1670684400,2022,12,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(26091,1,1670688000,2022,12,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(26092,1,1670691600,2022,12,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(26093,1,1670695200,2022,12,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(26094,1,1670698800,2022,12,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(26095,1,1670702400,2022,12,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(26096,1,1670706000,2022,12,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(26097,1,1670709600,2022,12,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(26098,1,1670799600,2022,12,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(26099,1,1670803200,2022,12,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(26100,1,1670806800,2022,12,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(26101,1,1670810400,2022,12,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(26102,1,1670814000,2022,12,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(26103,1,1670817600,2022,12,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(26104,1,1670821200,2022,12,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(26105,1,1670824800,2022,12,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(26106,1,1670828400,2022,12,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(26107,1,1670832000,2022,12,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(26108,1,1670835600,2022,12,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(26109,1,1670839200,2022,12,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(26110,1,1670842800,2022,12,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(26111,1,1670846400,2022,12,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(26112,1,1670850000,2022,12,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(26113,1,1670853600,2022,12,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(26114,1,1670857200,2022,12,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(26115,1,1670860800,2022,12,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(26116,1,1670864400,2022,12,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(26117,1,1670868000,2022,12,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(26118,1,1670871600,2022,12,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(26119,1,1670875200,2022,12,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(26120,1,1670878800,2022,12,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(26121,1,1670882400,2022,12,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(26122,1,1670886000,2022,12,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(26123,1,1670889600,2022,12,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(26124,1,1670893200,2022,12,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(26125,1,1670896800,2022,12,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(26126,1,1670900400,2022,12,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(26127,1,1670904000,2022,12,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(26128,1,1670907600,2022,12,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(26129,1,1670911200,2022,12,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(26130,1,1670914800,2022,12,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(26131,1,1670918400,2022,12,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(26132,1,1670922000,2022,12,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(26133,1,1670925600,2022,12,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(26134,1,1670929200,2022,12,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(26135,1,1670932800,2022,12,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(26136,1,1670936400,2022,12,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(26137,1,1670940000,2022,12,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(26138,1,1670943600,2022,12,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(26139,1,1670947200,2022,12,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(26140,1,1670950800,2022,12,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(26141,1,1670954400,2022,12,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(26142,1,1670958000,2022,12,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(26143,1,1670961600,2022,12,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(26144,1,1670965200,2022,12,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(26145,1,1670968800,2022,12,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(26146,1,1670972400,2022,12,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(26147,1,1670976000,2022,12,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(26148,1,1670979600,2022,12,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(26149,1,1670983200,2022,12,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(26150,1,1670986800,2022,12,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(26151,1,1670990400,2022,12,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(26152,1,1670994000,2022,12,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(26153,1,1670997600,2022,12,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(26154,1,1671001200,2022,12,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(26155,1,1671004800,2022,12,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(26156,1,1671008400,2022,12,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(26157,1,1671012000,2022,12,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(26158,1,1671015600,2022,12,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(26159,1,1671019200,2022,12,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(26160,1,1671022800,2022,12,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(26161,1,1671026400,2022,12,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(26162,1,1671030000,2022,12,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(26163,1,1671033600,2022,12,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(26164,1,1671037200,2022,12,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(26165,1,1671040800,2022,12,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(26166,1,1671044400,2022,12,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(26167,1,1671048000,2022,12,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(26168,1,1671051600,2022,12,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(26169,1,1671055200,2022,12,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(26170,1,1671058800,2022,12,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(26171,1,1671062400,2022,12,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(26172,1,1671066000,2022,12,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(26173,1,1671069600,2022,12,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(26174,1,1671073200,2022,12,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(26175,1,1671076800,2022,12,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(26176,1,1671080400,2022,12,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(26177,1,1671084000,2022,12,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(26178,1,1671087600,2022,12,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(26179,1,1671091200,2022,12,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(26180,1,1671094800,2022,12,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(26181,1,1671098400,2022,12,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(26182,1,1671102000,2022,12,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(26183,1,1671105600,2022,12,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(26184,1,1671109200,2022,12,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(26185,1,1671112800,2022,12,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(26186,1,1671116400,2022,12,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(26187,1,1671120000,2022,12,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(26188,1,1671123600,2022,12,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(26189,1,1671127200,2022,12,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(26190,1,1671130800,2022,12,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(26191,1,1671134400,2022,12,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(26192,1,1671138000,2022,12,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(26193,1,1671141600,2022,12,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(26194,1,1671145200,2022,12,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(26195,1,1671148800,2022,12,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(26196,1,1671152400,2022,12,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(26197,1,1671156000,2022,12,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(26198,1,1671159600,2022,12,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(26199,1,1671163200,2022,12,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(26200,1,1671166800,2022,12,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(26201,1,1671170400,2022,12,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(26202,1,1671174000,2022,12,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(26203,1,1671177600,2022,12,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(26204,1,1671181200,2022,12,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(26205,1,1671184800,2022,12,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(26206,1,1671188400,2022,12,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(26207,1,1671192000,2022,12,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(26208,1,1671195600,2022,12,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(26209,1,1671199200,2022,12,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(26210,1,1671202800,2022,12,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(26211,1,1671206400,2022,12,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(26212,1,1671210000,2022,12,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(26213,1,1671213600,2022,12,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(26214,1,1671217200,2022,12,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(26215,1,1671220800,2022,12,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(26216,1,1671224400,2022,12,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(26217,1,1671228000,2022,12,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(26218,1,1671231600,2022,12,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(26219,1,1671235200,2022,12,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(26220,1,1671238800,2022,12,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(26221,1,1671242400,2022,12,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(26222,1,1671246000,2022,12,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(26223,1,1671249600,2022,12,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(26224,1,1671253200,2022,12,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(26225,1,1671256800,2022,12,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(26226,1,1671260400,2022,12,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(26227,1,1671264000,2022,12,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(26228,1,1671267600,2022,12,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(26229,1,1671271200,2022,12,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(26230,1,1671274800,2022,12,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(26231,1,1671278400,2022,12,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(26232,1,1671282000,2022,12,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(26233,1,1671285600,2022,12,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(26234,1,1671289200,2022,12,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(26235,1,1671292800,2022,12,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(26236,1,1671296400,2022,12,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(26237,1,1671300000,2022,12,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(26238,1,1671303600,2022,12,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(26239,1,1671307200,2022,12,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(26240,1,1671310800,2022,12,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(26241,1,1671314400,2022,12,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(26242,1,1671404400,2022,12,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(26243,1,1671408000,2022,12,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(26244,1,1671411600,2022,12,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(26245,1,1671415200,2022,12,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(26246,1,1671418800,2022,12,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(26247,1,1671422400,2022,12,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(26248,1,1671426000,2022,12,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(26249,1,1671429600,2022,12,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(26250,1,1671433200,2022,12,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(26251,1,1671436800,2022,12,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(26252,1,1671440400,2022,12,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(26253,1,1671444000,2022,12,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(26254,1,1671447600,2022,12,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(26255,1,1671451200,2022,12,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(26256,1,1671454800,2022,12,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(26257,1,1671458400,2022,12,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(26258,1,1671462000,2022,12,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(26259,1,1671465600,2022,12,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(26260,1,1671469200,2022,12,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(26261,1,1671472800,2022,12,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(26262,1,1671476400,2022,12,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(26263,1,1671480000,2022,12,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(26264,1,1671483600,2022,12,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(26265,1,1671487200,2022,12,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(26266,1,1671490800,2022,12,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(26267,1,1671494400,2022,12,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(26268,1,1671498000,2022,12,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(26269,1,1671501600,2022,12,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(26270,1,1671505200,2022,12,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(26271,1,1671508800,2022,12,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(26272,1,1671512400,2022,12,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(26273,1,1671516000,2022,12,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(26274,1,1671519600,2022,12,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(26275,1,1671523200,2022,12,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(26276,1,1671526800,2022,12,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(26277,1,1671530400,2022,12,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(26278,1,1671534000,2022,12,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(26279,1,1671537600,2022,12,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(26280,1,1671541200,2022,12,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(26281,1,1671544800,2022,12,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(26282,1,1671548400,2022,12,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(26283,1,1671552000,2022,12,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(26284,1,1671555600,2022,12,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(26285,1,1671559200,2022,12,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(26286,1,1671562800,2022,12,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(26287,1,1671566400,2022,12,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(26288,1,1671570000,2022,12,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(26289,1,1671573600,2022,12,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(26290,1,1671577200,2022,12,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(26291,1,1671580800,2022,12,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(26292,1,1671584400,2022,12,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(26293,1,1671588000,2022,12,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(26294,1,1671591600,2022,12,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(26295,1,1671595200,2022,12,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(26296,1,1671598800,2022,12,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(26297,1,1671602400,2022,12,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(26298,1,1671606000,2022,12,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(26299,1,1671609600,2022,12,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(26300,1,1671613200,2022,12,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(26301,1,1671616800,2022,12,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(26302,1,1671620400,2022,12,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(26303,1,1671624000,2022,12,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(26304,1,1671627600,2022,12,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(26305,1,1671631200,2022,12,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(26306,1,1671634800,2022,12,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(26307,1,1671638400,2022,12,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(26308,1,1671642000,2022,12,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(26309,1,1671645600,2022,12,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(26310,1,1671649200,2022,12,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(26311,1,1671652800,2022,12,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(26312,1,1671656400,2022,12,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(26313,1,1671660000,2022,12,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(26314,1,1671663600,2022,12,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(26315,1,1671667200,2022,12,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(26316,1,1671670800,2022,12,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(26317,1,1671674400,2022,12,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(26318,1,1671678000,2022,12,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(26319,1,1671681600,2022,12,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(26320,1,1671685200,2022,12,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(26321,1,1671688800,2022,12,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(26322,1,1671692400,2022,12,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(26323,1,1671696000,2022,12,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(26324,1,1671699600,2022,12,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(26325,1,1671703200,2022,12,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(26326,1,1671706800,2022,12,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(26327,1,1671710400,2022,12,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(26328,1,1671714000,2022,12,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(26329,1,1671717600,2022,12,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(26330,1,1671721200,2022,12,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(26331,1,1671724800,2022,12,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(26332,1,1671728400,2022,12,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(26333,1,1671732000,2022,12,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(26334,1,1671735600,2022,12,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(26335,1,1671739200,2022,12,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(26336,1,1671742800,2022,12,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(26337,1,1671746400,2022,12,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(26338,1,1671750000,2022,12,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(26339,1,1671753600,2022,12,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(26340,1,1671757200,2022,12,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(26341,1,1671760800,2022,12,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(26342,1,1671764400,2022,12,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(26343,1,1671768000,2022,12,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(26344,1,1671771600,2022,12,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(26345,1,1671775200,2022,12,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(26346,1,1671778800,2022,12,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(26347,1,1671782400,2022,12,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(26348,1,1671786000,2022,12,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(26349,1,1671789600,2022,12,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(26350,1,1671793200,2022,12,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(26351,1,1671796800,2022,12,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(26352,1,1671800400,2022,12,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(26353,1,1671804000,2022,12,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(26354,1,1671807600,2022,12,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(26355,1,1671811200,2022,12,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(26356,1,1671814800,2022,12,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(26357,1,1671818400,2022,12,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(26358,1,1671822000,2022,12,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(26359,1,1671825600,2022,12,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(26360,1,1671829200,2022,12,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(26361,1,1671832800,2022,12,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(26362,1,1671836400,2022,12,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(26363,1,1671840000,2022,12,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(26364,1,1671843600,2022,12,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(26365,1,1671847200,2022,12,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(26366,1,1671850800,2022,12,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(26367,1,1671854400,2022,12,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(26368,1,1671858000,2022,12,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(26369,1,1671861600,2022,12,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(26370,1,1671865200,2022,12,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(26371,1,1671868800,2022,12,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(26372,1,1671872400,2022,12,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(26373,1,1671876000,2022,12,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(26374,1,1671879600,2022,12,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(26375,1,1671883200,2022,12,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(26376,1,1671886800,2022,12,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(26377,1,1671890400,2022,12,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(26378,1,1671894000,2022,12,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(26379,1,1671897600,2022,12,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(26380,1,1671901200,2022,12,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(26381,1,1671904800,2022,12,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(26382,1,1671908400,2022,12,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(26383,1,1671912000,2022,12,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(26384,1,1671915600,2022,12,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(26385,1,1671919200,2022,12,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(26386,1,1672009200,2022,12,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(26387,1,1672012800,2022,12,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(26388,1,1672016400,2022,12,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(26389,1,1672020000,2022,12,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(26390,1,1672023600,2022,12,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(26391,1,1672027200,2022,12,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(26392,1,1672030800,2022,12,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(26393,1,1672034400,2022,12,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(26394,1,1672038000,2022,12,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(26395,1,1672041600,2022,12,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(26396,1,1672045200,2022,12,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(26397,1,1672048800,2022,12,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(26398,1,1672052400,2022,12,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(26399,1,1672056000,2022,12,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(26400,1,1672059600,2022,12,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(26401,1,1672063200,2022,12,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(26402,1,1672066800,2022,12,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(26403,1,1672070400,2022,12,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(26404,1,1672074000,2022,12,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(26405,1,1672077600,2022,12,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(26406,1,1672081200,2022,12,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(26407,1,1672084800,2022,12,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(26408,1,1672088400,2022,12,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(26409,1,1672092000,2022,12,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(26410,1,1672095600,2022,12,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(26411,1,1672099200,2022,12,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(26412,1,1672102800,2022,12,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(26413,1,1672106400,2022,12,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(26414,1,1672110000,2022,12,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(26415,1,1672113600,2022,12,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(26416,1,1672117200,2022,12,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(26417,1,1672120800,2022,12,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(26418,1,1672124400,2022,12,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(26419,1,1672128000,2022,12,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(26420,1,1672131600,2022,12,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(26421,1,1672135200,2022,12,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(26422,1,1672138800,2022,12,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(26423,1,1672142400,2022,12,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(26424,1,1672146000,2022,12,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(26425,1,1672149600,2022,12,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(26426,1,1672153200,2022,12,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(26427,1,1672156800,2022,12,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(26428,1,1672160400,2022,12,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(26429,1,1672164000,2022,12,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(26430,1,1672167600,2022,12,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(26431,1,1672171200,2022,12,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(26432,1,1672174800,2022,12,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(26433,1,1672178400,2022,12,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(26434,1,1672182000,2022,12,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(26435,1,1672185600,2022,12,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(26436,1,1672189200,2022,12,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(26437,1,1672192800,2022,12,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(26438,1,1672196400,2022,12,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(26439,1,1672200000,2022,12,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(26440,1,1672203600,2022,12,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(26441,1,1672207200,2022,12,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(26442,1,1672210800,2022,12,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(26443,1,1672214400,2022,12,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(26444,1,1672218000,2022,12,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(26445,1,1672221600,2022,12,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(26446,1,1672225200,2022,12,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(26447,1,1672228800,2022,12,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(26448,1,1672232400,2022,12,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(26449,1,1672236000,2022,12,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(26450,1,1672239600,2022,12,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(26451,1,1672243200,2022,12,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(26452,1,1672246800,2022,12,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(26453,1,1672250400,2022,12,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(26454,1,1672254000,2022,12,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(26455,1,1672257600,2022,12,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(26456,1,1672261200,2022,12,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(26457,1,1672264800,2022,12,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(26458,1,1672268400,2022,12,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(26459,1,1672272000,2022,12,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(26460,1,1672275600,2022,12,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(26461,1,1672279200,2022,12,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(26462,1,1672282800,2022,12,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(26463,1,1672286400,2022,12,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(26464,1,1672290000,2022,12,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(26465,1,1672293600,2022,12,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(26466,1,1672297200,2022,12,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(26467,1,1672300800,2022,12,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(26468,1,1672304400,2022,12,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(26469,1,1672308000,2022,12,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(26470,1,1672311600,2022,12,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(26471,1,1672315200,2022,12,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(26472,1,1672318800,2022,12,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(26473,1,1672322400,2022,12,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(26474,1,1672326000,2022,12,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(26475,1,1672329600,2022,12,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(26476,1,1672333200,2022,12,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(26477,1,1672336800,2022,12,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(26478,1,1672340400,2022,12,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(26479,1,1672344000,2022,12,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(26480,1,1672347600,2022,12,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(26481,1,1672351200,2022,12,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(26482,1,1672354800,2022,12,30,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(26483,1,1672358400,2022,12,30,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(26484,1,1672362000,2022,12,30,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(26485,1,1672365600,2022,12,30,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(26486,1,1672369200,2022,12,30,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(26487,1,1672372800,2022,12,30,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(26488,1,1672376400,2022,12,30,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(26489,1,1672380000,2022,12,30,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(26490,1,1672383600,2022,12,30,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(26491,1,1672387200,2022,12,30,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(26492,1,1672390800,2022,12,30,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(26493,1,1672394400,2022,12,30,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(26494,1,1672398000,2022,12,30,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(26495,1,1672401600,2022,12,30,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(26496,1,1672405200,2022,12,30,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(26497,1,1672408800,2022,12,30,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(26498,1,1672412400,2022,12,30,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(26499,1,1672416000,2022,12,30,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(26500,1,1672419600,2022,12,30,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(26501,1,1672423200,2022,12,30,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(26502,1,1672426800,2022,12,30,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(26503,1,1672430400,2022,12,30,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(26504,1,1672434000,2022,12,30,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(26505,1,1672437600,2022,12,30,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(26506,1,1672441200,2022,12,31,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(26507,1,1672444800,2022,12,31,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(26508,1,1672448400,2022,12,31,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(26509,1,1672452000,2022,12,31,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(26510,1,1672455600,2022,12,31,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(26511,1,1672459200,2022,12,31,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(26512,1,1672462800,2022,12,31,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(26513,1,1672466400,2022,12,31,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(26514,1,1672470000,2022,12,31,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(26515,1,1672473600,2022,12,31,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(26516,1,1672477200,2022,12,31,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(26517,1,1672480800,2022,12,31,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(26518,1,1672484400,2022,12,31,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(26519,1,1672488000,2022,12,31,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(26520,1,1672491600,2022,12,31,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(26521,1,1672495200,2022,12,31,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(26522,1,1672498800,2022,12,31,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(26523,1,1672502400,2022,12,31,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(26524,1,1672506000,2022,12,31,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(26525,1,1672509600,2022,12,31,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(26526,1,1672513200,2022,12,31,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(26527,1,1672516800,2022,12,31,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(26528,1,1672520400,2022,12,31,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(26529,1,1672524000,2022,12,31,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(26530,1,1672614000,2023,1,2,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(26531,1,1672617600,2023,1,2,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(26532,1,1672621200,2023,1,2,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(26533,1,1672624800,2023,1,2,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(26534,1,1672628400,2023,1,2,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(26535,1,1672632000,2023,1,2,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(26536,1,1672635600,2023,1,2,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(26537,1,1672639200,2023,1,2,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(26538,1,1672642800,2023,1,2,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(26539,1,1672646400,2023,1,2,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(26540,1,1672650000,2023,1,2,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(26541,1,1672653600,2023,1,2,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(26542,1,1672657200,2023,1,2,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(26543,1,1672660800,2023,1,2,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(26544,1,1672664400,2023,1,2,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(26545,1,1672668000,2023,1,2,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(26546,1,1672671600,2023,1,2,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(26547,1,1672675200,2023,1,2,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(26548,1,1672678800,2023,1,2,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(26549,1,1672682400,2023,1,2,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(26550,1,1672686000,2023,1,2,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(26551,1,1672689600,2023,1,2,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(26552,1,1672693200,2023,1,2,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(26553,1,1672696800,2023,1,2,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(26554,1,1672700400,2023,1,3,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(26555,1,1672704000,2023,1,3,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(26556,1,1672707600,2023,1,3,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(26557,1,1672711200,2023,1,3,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(26558,1,1672714800,2023,1,3,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(26559,1,1672718400,2023,1,3,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(26560,1,1672722000,2023,1,3,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(26561,1,1672725600,2023,1,3,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(26562,1,1672729200,2023,1,3,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(26563,1,1672732800,2023,1,3,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(26564,1,1672736400,2023,1,3,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(26565,1,1672740000,2023,1,3,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(26566,1,1672743600,2023,1,3,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(26567,1,1672747200,2023,1,3,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(26568,1,1672750800,2023,1,3,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(26569,1,1672754400,2023,1,3,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(26570,1,1672758000,2023,1,3,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(26571,1,1672761600,2023,1,3,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(26572,1,1672765200,2023,1,3,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(26573,1,1672768800,2023,1,3,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(26574,1,1672772400,2023,1,3,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(26575,1,1672776000,2023,1,3,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(26576,1,1672779600,2023,1,3,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(26577,1,1672783200,2023,1,3,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(26578,1,1672786800,2023,1,4,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(26579,1,1672790400,2023,1,4,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(26580,1,1672794000,2023,1,4,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(26581,1,1672797600,2023,1,4,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(26582,1,1672801200,2023,1,4,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(26583,1,1672804800,2023,1,4,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(26584,1,1672808400,2023,1,4,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(26585,1,1672812000,2023,1,4,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(26586,1,1672815600,2023,1,4,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(26587,1,1672819200,2023,1,4,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(26588,1,1672822800,2023,1,4,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(26589,1,1672826400,2023,1,4,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(26590,1,1672830000,2023,1,4,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(26591,1,1672833600,2023,1,4,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(26592,1,1672837200,2023,1,4,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(26593,1,1672840800,2023,1,4,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(26594,1,1672844400,2023,1,4,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(26595,1,1672848000,2023,1,4,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(26596,1,1672851600,2023,1,4,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(26597,1,1672855200,2023,1,4,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(26598,1,1672858800,2023,1,4,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(26599,1,1672862400,2023,1,4,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(26600,1,1672866000,2023,1,4,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(26601,1,1672869600,2023,1,4,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(26602,1,1672873200,2023,1,5,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(26603,1,1672876800,2023,1,5,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(26604,1,1672880400,2023,1,5,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(26605,1,1672884000,2023,1,5,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(26606,1,1672887600,2023,1,5,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(26607,1,1672891200,2023,1,5,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(26608,1,1672894800,2023,1,5,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(26609,1,1672898400,2023,1,5,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(26610,1,1672902000,2023,1,5,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(26611,1,1672905600,2023,1,5,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(26612,1,1672909200,2023,1,5,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(26613,1,1672912800,2023,1,5,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(26614,1,1672916400,2023,1,5,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(26615,1,1672920000,2023,1,5,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(26616,1,1672923600,2023,1,5,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(26617,1,1672927200,2023,1,5,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(26618,1,1672930800,2023,1,5,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(26619,1,1672934400,2023,1,5,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(26620,1,1672938000,2023,1,5,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(26621,1,1672941600,2023,1,5,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(26622,1,1672945200,2023,1,5,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(26623,1,1672948800,2023,1,5,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(26624,1,1672952400,2023,1,5,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(26625,1,1672956000,2023,1,5,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(26626,1,1672959600,2023,1,6,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(26627,1,1672963200,2023,1,6,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(26628,1,1672966800,2023,1,6,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(26629,1,1672970400,2023,1,6,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(26630,1,1672974000,2023,1,6,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(26631,1,1672977600,2023,1,6,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(26632,1,1672981200,2023,1,6,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(26633,1,1672984800,2023,1,6,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(26634,1,1672988400,2023,1,6,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(26635,1,1672992000,2023,1,6,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(26636,1,1672995600,2023,1,6,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(26637,1,1672999200,2023,1,6,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(26638,1,1673002800,2023,1,6,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(26639,1,1673006400,2023,1,6,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(26640,1,1673010000,2023,1,6,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(26641,1,1673013600,2023,1,6,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(26642,1,1673017200,2023,1,6,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(26643,1,1673020800,2023,1,6,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(26644,1,1673024400,2023,1,6,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(26645,1,1673028000,2023,1,6,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(26646,1,1673031600,2023,1,6,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(26647,1,1673035200,2023,1,6,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(26648,1,1673038800,2023,1,6,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(26649,1,1673042400,2023,1,6,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(26650,1,1673046000,2023,1,7,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(26651,1,1673049600,2023,1,7,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(26652,1,1673053200,2023,1,7,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(26653,1,1673056800,2023,1,7,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(26654,1,1673060400,2023,1,7,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(26655,1,1673064000,2023,1,7,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(26656,1,1673067600,2023,1,7,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(26657,1,1673071200,2023,1,7,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(26658,1,1673074800,2023,1,7,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(26659,1,1673078400,2023,1,7,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(26660,1,1673082000,2023,1,7,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(26661,1,1673085600,2023,1,7,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(26662,1,1673089200,2023,1,7,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(26663,1,1673092800,2023,1,7,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(26664,1,1673096400,2023,1,7,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(26665,1,1673100000,2023,1,7,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(26666,1,1673103600,2023,1,7,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(26667,1,1673107200,2023,1,7,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(26668,1,1673110800,2023,1,7,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(26669,1,1673114400,2023,1,7,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(26670,1,1673118000,2023,1,7,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(26671,1,1673121600,2023,1,7,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(26672,1,1673125200,2023,1,7,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(26673,1,1673128800,2023,1,7,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(26674,1,1673218800,2023,1,9,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(26675,1,1673222400,2023,1,9,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(26676,1,1673226000,2023,1,9,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(26677,1,1673229600,2023,1,9,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(26678,1,1673233200,2023,1,9,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(26679,1,1673236800,2023,1,9,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(26680,1,1673240400,2023,1,9,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(26681,1,1673244000,2023,1,9,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(26682,1,1673247600,2023,1,9,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(26683,1,1673251200,2023,1,9,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(26684,1,1673254800,2023,1,9,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(26685,1,1673258400,2023,1,9,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(26686,1,1673262000,2023,1,9,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(26687,1,1673265600,2023,1,9,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(26688,1,1673269200,2023,1,9,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(26689,1,1673272800,2023,1,9,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(26690,1,1673276400,2023,1,9,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(26691,1,1673280000,2023,1,9,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(26692,1,1673283600,2023,1,9,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(26693,1,1673287200,2023,1,9,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(26694,1,1673290800,2023,1,9,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(26695,1,1673294400,2023,1,9,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(26696,1,1673298000,2023,1,9,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(26697,1,1673301600,2023,1,9,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(26698,1,1673305200,2023,1,10,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(26699,1,1673308800,2023,1,10,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(26700,1,1673312400,2023,1,10,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(26701,1,1673316000,2023,1,10,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(26702,1,1673319600,2023,1,10,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(26703,1,1673323200,2023,1,10,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(26704,1,1673326800,2023,1,10,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(26705,1,1673330400,2023,1,10,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(26706,1,1673334000,2023,1,10,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(26707,1,1673337600,2023,1,10,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(26708,1,1673341200,2023,1,10,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(26709,1,1673344800,2023,1,10,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(26710,1,1673348400,2023,1,10,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(26711,1,1673352000,2023,1,10,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(26712,1,1673355600,2023,1,10,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(26713,1,1673359200,2023,1,10,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(26714,1,1673362800,2023,1,10,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(26715,1,1673366400,2023,1,10,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(26716,1,1673370000,2023,1,10,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(26717,1,1673373600,2023,1,10,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(26718,1,1673377200,2023,1,10,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(26719,1,1673380800,2023,1,10,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(26720,1,1673384400,2023,1,10,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(26721,1,1673388000,2023,1,10,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(26722,1,1673391600,2023,1,11,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(26723,1,1673395200,2023,1,11,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(26724,1,1673398800,2023,1,11,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(26725,1,1673402400,2023,1,11,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(26726,1,1673406000,2023,1,11,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(26727,1,1673409600,2023,1,11,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(26728,1,1673413200,2023,1,11,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(26729,1,1673416800,2023,1,11,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(26730,1,1673420400,2023,1,11,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(26731,1,1673424000,2023,1,11,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(26732,1,1673427600,2023,1,11,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(26733,1,1673431200,2023,1,11,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(26734,1,1673434800,2023,1,11,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(26735,1,1673438400,2023,1,11,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(26736,1,1673442000,2023,1,11,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(26737,1,1673445600,2023,1,11,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(26738,1,1673449200,2023,1,11,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(26739,1,1673452800,2023,1,11,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(26740,1,1673456400,2023,1,11,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(26741,1,1673460000,2023,1,11,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(26742,1,1673463600,2023,1,11,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(26743,1,1673467200,2023,1,11,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(26744,1,1673470800,2023,1,11,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(26745,1,1673474400,2023,1,11,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(26746,1,1673478000,2023,1,12,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(26747,1,1673481600,2023,1,12,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(26748,1,1673485200,2023,1,12,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(26749,1,1673488800,2023,1,12,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(26750,1,1673492400,2023,1,12,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(26751,1,1673496000,2023,1,12,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(26752,1,1673499600,2023,1,12,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(26753,1,1673503200,2023,1,12,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(26754,1,1673506800,2023,1,12,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(26755,1,1673510400,2023,1,12,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(26756,1,1673514000,2023,1,12,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(26757,1,1673517600,2023,1,12,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(26758,1,1673521200,2023,1,12,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(26759,1,1673524800,2023,1,12,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(26760,1,1673528400,2023,1,12,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(26761,1,1673532000,2023,1,12,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(26762,1,1673535600,2023,1,12,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(26763,1,1673539200,2023,1,12,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(26764,1,1673542800,2023,1,12,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(26765,1,1673546400,2023,1,12,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(26766,1,1673550000,2023,1,12,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(26767,1,1673553600,2023,1,12,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(26768,1,1673557200,2023,1,12,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(26769,1,1673560800,2023,1,12,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(26770,1,1673564400,2023,1,13,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(26771,1,1673568000,2023,1,13,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(26772,1,1673571600,2023,1,13,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(26773,1,1673575200,2023,1,13,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(26774,1,1673578800,2023,1,13,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(26775,1,1673582400,2023,1,13,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(26776,1,1673586000,2023,1,13,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(26777,1,1673589600,2023,1,13,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(26778,1,1673593200,2023,1,13,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(26779,1,1673596800,2023,1,13,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(26780,1,1673600400,2023,1,13,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(26781,1,1673604000,2023,1,13,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(26782,1,1673607600,2023,1,13,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(26783,1,1673611200,2023,1,13,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(26784,1,1673614800,2023,1,13,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(26785,1,1673618400,2023,1,13,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(26786,1,1673622000,2023,1,13,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(26787,1,1673625600,2023,1,13,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(26788,1,1673629200,2023,1,13,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(26789,1,1673632800,2023,1,13,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(26790,1,1673636400,2023,1,13,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(26791,1,1673640000,2023,1,13,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(26792,1,1673643600,2023,1,13,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(26793,1,1673647200,2023,1,13,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(26794,1,1673650800,2023,1,14,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(26795,1,1673654400,2023,1,14,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(26796,1,1673658000,2023,1,14,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(26797,1,1673661600,2023,1,14,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(26798,1,1673665200,2023,1,14,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(26799,1,1673668800,2023,1,14,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(26800,1,1673672400,2023,1,14,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(26801,1,1673676000,2023,1,14,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(26802,1,1673679600,2023,1,14,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(26803,1,1673683200,2023,1,14,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(26804,1,1673686800,2023,1,14,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(26805,1,1673690400,2023,1,14,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(26806,1,1673694000,2023,1,14,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(26807,1,1673697600,2023,1,14,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(26808,1,1673701200,2023,1,14,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(26809,1,1673704800,2023,1,14,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(26810,1,1673708400,2023,1,14,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(26811,1,1673712000,2023,1,14,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(26812,1,1673715600,2023,1,14,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(26813,1,1673719200,2023,1,14,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(26814,1,1673722800,2023,1,14,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(26815,1,1673726400,2023,1,14,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(26816,1,1673730000,2023,1,14,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(26817,1,1673733600,2023,1,14,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(26818,1,1673823600,2023,1,16,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(26819,1,1673827200,2023,1,16,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(26820,1,1673830800,2023,1,16,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(26821,1,1673834400,2023,1,16,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(26822,1,1673838000,2023,1,16,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(26823,1,1673841600,2023,1,16,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(26824,1,1673845200,2023,1,16,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(26825,1,1673848800,2023,1,16,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(26826,1,1673852400,2023,1,16,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(26827,1,1673856000,2023,1,16,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(26828,1,1673859600,2023,1,16,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(26829,1,1673863200,2023,1,16,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(26830,1,1673866800,2023,1,16,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(26831,1,1673870400,2023,1,16,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(26832,1,1673874000,2023,1,16,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(26833,1,1673877600,2023,1,16,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(26834,1,1673881200,2023,1,16,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(26835,1,1673884800,2023,1,16,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(26836,1,1673888400,2023,1,16,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(26837,1,1673892000,2023,1,16,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(26838,1,1673895600,2023,1,16,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(26839,1,1673899200,2023,1,16,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(26840,1,1673902800,2023,1,16,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(26841,1,1673906400,2023,1,16,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(26842,1,1673910000,2023,1,17,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(26843,1,1673913600,2023,1,17,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(26844,1,1673917200,2023,1,17,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(26845,1,1673920800,2023,1,17,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(26846,1,1673924400,2023,1,17,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(26847,1,1673928000,2023,1,17,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(26848,1,1673931600,2023,1,17,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(26849,1,1673935200,2023,1,17,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(26850,1,1673938800,2023,1,17,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(26851,1,1673942400,2023,1,17,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(26852,1,1673946000,2023,1,17,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(26853,1,1673949600,2023,1,17,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(26854,1,1673953200,2023,1,17,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(26855,1,1673956800,2023,1,17,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(26856,1,1673960400,2023,1,17,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(26857,1,1673964000,2023,1,17,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(26858,1,1673967600,2023,1,17,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(26859,1,1673971200,2023,1,17,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(26860,1,1673974800,2023,1,17,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(26861,1,1673978400,2023,1,17,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(26862,1,1673982000,2023,1,17,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(26863,1,1673985600,2023,1,17,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(26864,1,1673989200,2023,1,17,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(26865,1,1673992800,2023,1,17,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(26866,1,1673996400,2023,1,18,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(26867,1,1674000000,2023,1,18,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(26868,1,1674003600,2023,1,18,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(26869,1,1674007200,2023,1,18,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(26870,1,1674010800,2023,1,18,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(26871,1,1674014400,2023,1,18,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(26872,1,1674018000,2023,1,18,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(26873,1,1674021600,2023,1,18,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(26874,1,1674025200,2023,1,18,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(26875,1,1674028800,2023,1,18,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(26876,1,1674032400,2023,1,18,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(26877,1,1674036000,2023,1,18,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(26878,1,1674039600,2023,1,18,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(26879,1,1674043200,2023,1,18,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(26880,1,1674046800,2023,1,18,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(26881,1,1674050400,2023,1,18,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(26882,1,1674054000,2023,1,18,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(26883,1,1674057600,2023,1,18,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(26884,1,1674061200,2023,1,18,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(26885,1,1674064800,2023,1,18,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(26886,1,1674068400,2023,1,18,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(26887,1,1674072000,2023,1,18,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(26888,1,1674075600,2023,1,18,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(26889,1,1674079200,2023,1,18,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(26890,1,1674082800,2023,1,19,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(26891,1,1674086400,2023,1,19,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(26892,1,1674090000,2023,1,19,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(26893,1,1674093600,2023,1,19,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(26894,1,1674097200,2023,1,19,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(26895,1,1674100800,2023,1,19,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(26896,1,1674104400,2023,1,19,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(26897,1,1674108000,2023,1,19,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(26898,1,1674111600,2023,1,19,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(26899,1,1674115200,2023,1,19,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(26900,1,1674118800,2023,1,19,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(26901,1,1674122400,2023,1,19,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(26902,1,1674126000,2023,1,19,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(26903,1,1674129600,2023,1,19,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(26904,1,1674133200,2023,1,19,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(26905,1,1674136800,2023,1,19,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(26906,1,1674140400,2023,1,19,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(26907,1,1674144000,2023,1,19,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(26908,1,1674147600,2023,1,19,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(26909,1,1674151200,2023,1,19,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(26910,1,1674154800,2023,1,19,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(26911,1,1674158400,2023,1,19,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(26912,1,1674162000,2023,1,19,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(26913,1,1674165600,2023,1,19,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(26914,1,1674169200,2023,1,20,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(26915,1,1674172800,2023,1,20,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(26916,1,1674176400,2023,1,20,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(26917,1,1674180000,2023,1,20,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(26918,1,1674183600,2023,1,20,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(26919,1,1674187200,2023,1,20,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(26920,1,1674190800,2023,1,20,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(26921,1,1674194400,2023,1,20,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(26922,1,1674198000,2023,1,20,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(26923,1,1674201600,2023,1,20,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(26924,1,1674205200,2023,1,20,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(26925,1,1674208800,2023,1,20,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(26926,1,1674212400,2023,1,20,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(26927,1,1674216000,2023,1,20,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(26928,1,1674219600,2023,1,20,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(26929,1,1674223200,2023,1,20,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(26930,1,1674226800,2023,1,20,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(26931,1,1674230400,2023,1,20,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(26932,1,1674234000,2023,1,20,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(26933,1,1674237600,2023,1,20,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(26934,1,1674241200,2023,1,20,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(26935,1,1674244800,2023,1,20,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(26936,1,1674248400,2023,1,20,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(26937,1,1674252000,2023,1,20,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(26938,1,1674255600,2023,1,21,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(26939,1,1674259200,2023,1,21,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(26940,1,1674262800,2023,1,21,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(26941,1,1674266400,2023,1,21,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(26942,1,1674270000,2023,1,21,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(26943,1,1674273600,2023,1,21,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(26944,1,1674277200,2023,1,21,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(26945,1,1674280800,2023,1,21,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(26946,1,1674284400,2023,1,21,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(26947,1,1674288000,2023,1,21,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(26948,1,1674291600,2023,1,21,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(26949,1,1674295200,2023,1,21,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(26950,1,1674298800,2023,1,21,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(26951,1,1674302400,2023,1,21,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(26952,1,1674306000,2023,1,21,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(26953,1,1674309600,2023,1,21,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(26954,1,1674313200,2023,1,21,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(26955,1,1674316800,2023,1,21,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(26956,1,1674320400,2023,1,21,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(26957,1,1674324000,2023,1,21,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(26958,1,1674327600,2023,1,21,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(26959,1,1674331200,2023,1,21,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(26960,1,1674334800,2023,1,21,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(26961,1,1674338400,2023,1,21,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(26962,1,1674428400,2023,1,23,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(26963,1,1674432000,2023,1,23,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(26964,1,1674435600,2023,1,23,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(26965,1,1674439200,2023,1,23,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(26966,1,1674442800,2023,1,23,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(26967,1,1674446400,2023,1,23,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(26968,1,1674450000,2023,1,23,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(26969,1,1674453600,2023,1,23,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(26970,1,1674457200,2023,1,23,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(26971,1,1674460800,2023,1,23,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(26972,1,1674464400,2023,1,23,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(26973,1,1674468000,2023,1,23,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(26974,1,1674471600,2023,1,23,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(26975,1,1674475200,2023,1,23,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(26976,1,1674478800,2023,1,23,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(26977,1,1674482400,2023,1,23,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(26978,1,1674486000,2023,1,23,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(26979,1,1674489600,2023,1,23,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(26980,1,1674493200,2023,1,23,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(26981,1,1674496800,2023,1,23,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(26982,1,1674500400,2023,1,23,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(26983,1,1674504000,2023,1,23,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(26984,1,1674507600,2023,1,23,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(26985,1,1674511200,2023,1,23,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(26986,1,1674514800,2023,1,24,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(26987,1,1674518400,2023,1,24,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(26988,1,1674522000,2023,1,24,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(26989,1,1674525600,2023,1,24,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(26990,1,1674529200,2023,1,24,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(26991,1,1674532800,2023,1,24,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(26992,1,1674536400,2023,1,24,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(26993,1,1674540000,2023,1,24,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(26994,1,1674543600,2023,1,24,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(26995,1,1674547200,2023,1,24,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(26996,1,1674550800,2023,1,24,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(26997,1,1674554400,2023,1,24,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(26998,1,1674558000,2023,1,24,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(26999,1,1674561600,2023,1,24,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(27000,1,1674565200,2023,1,24,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(27001,1,1674568800,2023,1,24,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(27002,1,1674572400,2023,1,24,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(27003,1,1674576000,2023,1,24,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(27004,1,1674579600,2023,1,24,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(27005,1,1674583200,2023,1,24,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(27006,1,1674586800,2023,1,24,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(27007,1,1674590400,2023,1,24,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(27008,1,1674594000,2023,1,24,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(27009,1,1674597600,2023,1,24,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(27010,1,1674601200,2023,1,25,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(27011,1,1674604800,2023,1,25,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(27012,1,1674608400,2023,1,25,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(27013,1,1674612000,2023,1,25,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(27014,1,1674615600,2023,1,25,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(27015,1,1674619200,2023,1,25,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(27016,1,1674622800,2023,1,25,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(27017,1,1674626400,2023,1,25,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(27018,1,1674630000,2023,1,25,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(27019,1,1674633600,2023,1,25,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(27020,1,1674637200,2023,1,25,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(27021,1,1674640800,2023,1,25,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(27022,1,1674644400,2023,1,25,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(27023,1,1674648000,2023,1,25,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(27024,1,1674651600,2023,1,25,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(27025,1,1674655200,2023,1,25,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(27026,1,1674658800,2023,1,25,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(27027,1,1674662400,2023,1,25,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(27028,1,1674666000,2023,1,25,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(27029,1,1674669600,2023,1,25,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(27030,1,1674673200,2023,1,25,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(27031,1,1674676800,2023,1,25,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(27032,1,1674680400,2023,1,25,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(27033,1,1674684000,2023,1,25,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(27034,1,1674687600,2023,1,26,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(27035,1,1674691200,2023,1,26,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(27036,1,1674694800,2023,1,26,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(27037,1,1674698400,2023,1,26,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(27038,1,1674702000,2023,1,26,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(27039,1,1674705600,2023,1,26,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(27040,1,1674709200,2023,1,26,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(27041,1,1674712800,2023,1,26,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(27042,1,1674716400,2023,1,26,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(27043,1,1674720000,2023,1,26,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(27044,1,1674723600,2023,1,26,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(27045,1,1674727200,2023,1,26,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(27046,1,1674730800,2023,1,26,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(27047,1,1674734400,2023,1,26,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(27048,1,1674738000,2023,1,26,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(27049,1,1674741600,2023,1,26,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(27050,1,1674745200,2023,1,26,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(27051,1,1674748800,2023,1,26,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(27052,1,1674752400,2023,1,26,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(27053,1,1674756000,2023,1,26,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(27054,1,1674759600,2023,1,26,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(27055,1,1674763200,2023,1,26,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(27056,1,1674766800,2023,1,26,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(27057,1,1674770400,2023,1,26,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(27058,1,1674774000,2023,1,27,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(27059,1,1674777600,2023,1,27,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(27060,1,1674781200,2023,1,27,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(27061,1,1674784800,2023,1,27,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(27062,1,1674788400,2023,1,27,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(27063,1,1674792000,2023,1,27,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(27064,1,1674795600,2023,1,27,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(27065,1,1674799200,2023,1,27,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(27066,1,1674802800,2023,1,27,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(27067,1,1674806400,2023,1,27,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(27068,1,1674810000,2023,1,27,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(27069,1,1674813600,2023,1,27,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(27070,1,1674817200,2023,1,27,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(27071,1,1674820800,2023,1,27,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(27072,1,1674824400,2023,1,27,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(27073,1,1674828000,2023,1,27,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(27074,1,1674831600,2023,1,27,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(27075,1,1674835200,2023,1,27,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(27076,1,1674838800,2023,1,27,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(27077,1,1674842400,2023,1,27,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(27078,1,1674846000,2023,1,27,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(27079,1,1674849600,2023,1,27,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(27080,1,1674853200,2023,1,27,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(27081,1,1674856800,2023,1,27,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(27082,1,1674860400,2023,1,28,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(27083,1,1674864000,2023,1,28,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(27084,1,1674867600,2023,1,28,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(27085,1,1674871200,2023,1,28,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(27086,1,1674874800,2023,1,28,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(27087,1,1674878400,2023,1,28,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(27088,1,1674882000,2023,1,28,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(27089,1,1674885600,2023,1,28,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(27090,1,1674889200,2023,1,28,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(27091,1,1674892800,2023,1,28,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(27092,1,1674896400,2023,1,28,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(27093,1,1674900000,2023,1,28,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(27094,1,1674903600,2023,1,28,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(27095,1,1674907200,2023,1,28,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(27096,1,1674910800,2023,1,28,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(27097,1,1674914400,2023,1,28,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(27098,1,1674918000,2023,1,28,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(27099,1,1674921600,2023,1,28,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(27100,1,1674925200,2023,1,28,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(27101,1,1674928800,2023,1,28,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(27102,1,1674932400,2023,1,28,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(27103,1,1674936000,2023,1,28,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(27104,1,1674939600,2023,1,28,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(27105,1,1674943200,2023,1,28,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(27106,1,1675033200,2023,1,30,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(27107,1,1675036800,2023,1,30,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(27108,1,1675040400,2023,1,30,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(27109,1,1675044000,2023,1,30,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(27110,1,1675047600,2023,1,30,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(27111,1,1675051200,2023,1,30,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(27112,1,1675054800,2023,1,30,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(27113,1,1675058400,2023,1,30,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(27114,1,1675062000,2023,1,30,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(27115,1,1675065600,2023,1,30,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(27116,1,1675069200,2023,1,30,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(27117,1,1675072800,2023,1,30,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(27118,1,1675076400,2023,1,30,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(27119,1,1675080000,2023,1,30,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(27120,1,1675083600,2023,1,30,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(27121,1,1675087200,2023,1,30,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(27122,1,1675090800,2023,1,30,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(27123,1,1675094400,2023,1,30,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(27124,1,1675098000,2023,1,30,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(27125,1,1675101600,2023,1,30,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(27126,1,1675105200,2023,1,30,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(27127,1,1675108800,2023,1,30,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(27128,1,1675112400,2023,1,30,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(27129,1,1675116000,2023,1,30,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(27130,1,1675119600,2023,1,31,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(27131,1,1675123200,2023,1,31,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(27132,1,1675126800,2023,1,31,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(27133,1,1675130400,2023,1,31,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(27134,1,1675134000,2023,1,31,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(27135,1,1675137600,2023,1,31,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(27136,1,1675141200,2023,1,31,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(27137,1,1675144800,2023,1,31,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(27138,1,1675148400,2023,1,31,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(27139,1,1675152000,2023,1,31,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(27140,1,1675155600,2023,1,31,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(27141,1,1675159200,2023,1,31,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(27142,1,1675162800,2023,1,31,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(27143,1,1675166400,2023,1,31,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(27144,1,1675170000,2023,1,31,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(27145,1,1675173600,2023,1,31,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(27146,1,1675177200,2023,1,31,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(27147,1,1675180800,2023,1,31,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(27148,1,1675184400,2023,1,31,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(27149,1,1675188000,2023,1,31,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(27150,1,1675191600,2023,1,31,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(27151,1,1675195200,2023,1,31,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(27152,1,1675198800,2023,1,31,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(27153,1,1675202400,2023,1,31,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(27154,1,1675206000,2023,2,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(27155,1,1675209600,2023,2,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(27156,1,1675213200,2023,2,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(27157,1,1675216800,2023,2,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(27158,1,1675220400,2023,2,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(27159,1,1675224000,2023,2,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(27160,1,1675227600,2023,2,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(27161,1,1675231200,2023,2,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(27162,1,1675234800,2023,2,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(27163,1,1675238400,2023,2,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(27164,1,1675242000,2023,2,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(27165,1,1675245600,2023,2,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(27166,1,1675249200,2023,2,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(27167,1,1675252800,2023,2,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(27168,1,1675256400,2023,2,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(27169,1,1675260000,2023,2,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(27170,1,1675263600,2023,2,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(27171,1,1675267200,2023,2,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(27172,1,1675270800,2023,2,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(27173,1,1675274400,2023,2,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(27174,1,1675278000,2023,2,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(27175,1,1675281600,2023,2,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(27176,1,1675285200,2023,2,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(27177,1,1675288800,2023,2,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(27178,1,1675292400,2023,2,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(27179,1,1675296000,2023,2,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(27180,1,1675299600,2023,2,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(27181,1,1675303200,2023,2,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(27182,1,1675306800,2023,2,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(27183,1,1675310400,2023,2,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(27184,1,1675314000,2023,2,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(27185,1,1675317600,2023,2,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(27186,1,1675321200,2023,2,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(27187,1,1675324800,2023,2,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(27188,1,1675328400,2023,2,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(27189,1,1675332000,2023,2,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(27190,1,1675335600,2023,2,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(27191,1,1675339200,2023,2,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(27192,1,1675342800,2023,2,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(27193,1,1675346400,2023,2,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(27194,1,1675350000,2023,2,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(27195,1,1675353600,2023,2,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(27196,1,1675357200,2023,2,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(27197,1,1675360800,2023,2,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(27198,1,1675364400,2023,2,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(27199,1,1675368000,2023,2,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(27200,1,1675371600,2023,2,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(27201,1,1675375200,2023,2,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(27202,1,1675378800,2023,2,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(27203,1,1675382400,2023,2,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(27204,1,1675386000,2023,2,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(27205,1,1675389600,2023,2,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(27206,1,1675393200,2023,2,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(27207,1,1675396800,2023,2,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(27208,1,1675400400,2023,2,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(27209,1,1675404000,2023,2,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(27210,1,1675407600,2023,2,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(27211,1,1675411200,2023,2,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(27212,1,1675414800,2023,2,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(27213,1,1675418400,2023,2,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(27214,1,1675422000,2023,2,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(27215,1,1675425600,2023,2,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(27216,1,1675429200,2023,2,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(27217,1,1675432800,2023,2,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(27218,1,1675436400,2023,2,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(27219,1,1675440000,2023,2,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(27220,1,1675443600,2023,2,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(27221,1,1675447200,2023,2,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(27222,1,1675450800,2023,2,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(27223,1,1675454400,2023,2,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(27224,1,1675458000,2023,2,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(27225,1,1675461600,2023,2,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(27226,1,1675465200,2023,2,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(27227,1,1675468800,2023,2,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(27228,1,1675472400,2023,2,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(27229,1,1675476000,2023,2,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(27230,1,1675479600,2023,2,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(27231,1,1675483200,2023,2,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(27232,1,1675486800,2023,2,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(27233,1,1675490400,2023,2,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(27234,1,1675494000,2023,2,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(27235,1,1675497600,2023,2,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(27236,1,1675501200,2023,2,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(27237,1,1675504800,2023,2,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(27238,1,1675508400,2023,2,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(27239,1,1675512000,2023,2,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(27240,1,1675515600,2023,2,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(27241,1,1675519200,2023,2,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(27242,1,1675522800,2023,2,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(27243,1,1675526400,2023,2,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(27244,1,1675530000,2023,2,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(27245,1,1675533600,2023,2,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(27246,1,1675537200,2023,2,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(27247,1,1675540800,2023,2,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(27248,1,1675544400,2023,2,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(27249,1,1675548000,2023,2,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(27250,1,1675638000,2023,2,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(27251,1,1675641600,2023,2,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(27252,1,1675645200,2023,2,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(27253,1,1675648800,2023,2,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(27254,1,1675652400,2023,2,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(27255,1,1675656000,2023,2,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(27256,1,1675659600,2023,2,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(27257,1,1675663200,2023,2,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(27258,1,1675666800,2023,2,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(27259,1,1675670400,2023,2,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(27260,1,1675674000,2023,2,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(27261,1,1675677600,2023,2,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(27262,1,1675681200,2023,2,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(27263,1,1675684800,2023,2,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(27264,1,1675688400,2023,2,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(27265,1,1675692000,2023,2,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(27266,1,1675695600,2023,2,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(27267,1,1675699200,2023,2,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(27268,1,1675702800,2023,2,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(27269,1,1675706400,2023,2,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(27270,1,1675710000,2023,2,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(27271,1,1675713600,2023,2,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(27272,1,1675717200,2023,2,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(27273,1,1675720800,2023,2,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(27274,1,1675724400,2023,2,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(27275,1,1675728000,2023,2,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(27276,1,1675731600,2023,2,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(27277,1,1675735200,2023,2,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(27278,1,1675738800,2023,2,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(27279,1,1675742400,2023,2,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(27280,1,1675746000,2023,2,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(27281,1,1675749600,2023,2,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(27282,1,1675753200,2023,2,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(27283,1,1675756800,2023,2,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(27284,1,1675760400,2023,2,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(27285,1,1675764000,2023,2,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(27286,1,1675767600,2023,2,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(27287,1,1675771200,2023,2,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(27288,1,1675774800,2023,2,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(27289,1,1675778400,2023,2,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(27290,1,1675782000,2023,2,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(27291,1,1675785600,2023,2,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(27292,1,1675789200,2023,2,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(27293,1,1675792800,2023,2,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(27294,1,1675796400,2023,2,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(27295,1,1675800000,2023,2,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(27296,1,1675803600,2023,2,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(27297,1,1675807200,2023,2,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(27298,1,1675810800,2023,2,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(27299,1,1675814400,2023,2,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(27300,1,1675818000,2023,2,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(27301,1,1675821600,2023,2,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(27302,1,1675825200,2023,2,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(27303,1,1675828800,2023,2,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(27304,1,1675832400,2023,2,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(27305,1,1675836000,2023,2,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(27306,1,1675839600,2023,2,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(27307,1,1675843200,2023,2,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(27308,1,1675846800,2023,2,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(27309,1,1675850400,2023,2,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(27310,1,1675854000,2023,2,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(27311,1,1675857600,2023,2,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(27312,1,1675861200,2023,2,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(27313,1,1675864800,2023,2,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(27314,1,1675868400,2023,2,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(27315,1,1675872000,2023,2,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(27316,1,1675875600,2023,2,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(27317,1,1675879200,2023,2,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(27318,1,1675882800,2023,2,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(27319,1,1675886400,2023,2,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(27320,1,1675890000,2023,2,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(27321,1,1675893600,2023,2,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(27322,1,1675897200,2023,2,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(27323,1,1675900800,2023,2,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(27324,1,1675904400,2023,2,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(27325,1,1675908000,2023,2,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(27326,1,1675911600,2023,2,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(27327,1,1675915200,2023,2,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(27328,1,1675918800,2023,2,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(27329,1,1675922400,2023,2,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(27330,1,1675926000,2023,2,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(27331,1,1675929600,2023,2,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(27332,1,1675933200,2023,2,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(27333,1,1675936800,2023,2,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(27334,1,1675940400,2023,2,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(27335,1,1675944000,2023,2,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(27336,1,1675947600,2023,2,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(27337,1,1675951200,2023,2,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(27338,1,1675954800,2023,2,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(27339,1,1675958400,2023,2,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(27340,1,1675962000,2023,2,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(27341,1,1675965600,2023,2,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(27342,1,1675969200,2023,2,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(27343,1,1675972800,2023,2,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(27344,1,1675976400,2023,2,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(27345,1,1675980000,2023,2,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(27346,1,1675983600,2023,2,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(27347,1,1675987200,2023,2,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(27348,1,1675990800,2023,2,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(27349,1,1675994400,2023,2,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(27350,1,1675998000,2023,2,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(27351,1,1676001600,2023,2,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(27352,1,1676005200,2023,2,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(27353,1,1676008800,2023,2,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(27354,1,1676012400,2023,2,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(27355,1,1676016000,2023,2,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(27356,1,1676019600,2023,2,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(27357,1,1676023200,2023,2,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(27358,1,1676026800,2023,2,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(27359,1,1676030400,2023,2,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(27360,1,1676034000,2023,2,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(27361,1,1676037600,2023,2,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(27362,1,1676041200,2023,2,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(27363,1,1676044800,2023,2,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(27364,1,1676048400,2023,2,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(27365,1,1676052000,2023,2,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(27366,1,1676055600,2023,2,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(27367,1,1676059200,2023,2,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(27368,1,1676062800,2023,2,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(27369,1,1676066400,2023,2,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(27370,1,1676070000,2023,2,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(27371,1,1676073600,2023,2,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(27372,1,1676077200,2023,2,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(27373,1,1676080800,2023,2,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(27374,1,1676084400,2023,2,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(27375,1,1676088000,2023,2,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(27376,1,1676091600,2023,2,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(27377,1,1676095200,2023,2,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(27378,1,1676098800,2023,2,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(27379,1,1676102400,2023,2,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(27380,1,1676106000,2023,2,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(27381,1,1676109600,2023,2,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(27382,1,1676113200,2023,2,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(27383,1,1676116800,2023,2,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(27384,1,1676120400,2023,2,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(27385,1,1676124000,2023,2,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(27386,1,1676127600,2023,2,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(27387,1,1676131200,2023,2,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(27388,1,1676134800,2023,2,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(27389,1,1676138400,2023,2,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(27390,1,1676142000,2023,2,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(27391,1,1676145600,2023,2,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(27392,1,1676149200,2023,2,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(27393,1,1676152800,2023,2,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(27394,1,1676242800,2023,2,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(27395,1,1676246400,2023,2,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(27396,1,1676250000,2023,2,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(27397,1,1676253600,2023,2,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(27398,1,1676257200,2023,2,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(27399,1,1676260800,2023,2,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(27400,1,1676264400,2023,2,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(27401,1,1676268000,2023,2,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(27402,1,1676271600,2023,2,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(27403,1,1676275200,2023,2,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(27404,1,1676278800,2023,2,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(27405,1,1676282400,2023,2,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(27406,1,1676286000,2023,2,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(27407,1,1676289600,2023,2,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(27408,1,1676293200,2023,2,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(27409,1,1676296800,2023,2,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(27410,1,1676300400,2023,2,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(27411,1,1676304000,2023,2,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(27412,1,1676307600,2023,2,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(27413,1,1676311200,2023,2,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(27414,1,1676314800,2023,2,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(27415,1,1676318400,2023,2,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(27416,1,1676322000,2023,2,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(27417,1,1676325600,2023,2,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(27418,1,1676329200,2023,2,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(27419,1,1676332800,2023,2,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(27420,1,1676336400,2023,2,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(27421,1,1676340000,2023,2,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(27422,1,1676343600,2023,2,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(27423,1,1676347200,2023,2,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(27424,1,1676350800,2023,2,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(27425,1,1676354400,2023,2,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(27426,1,1676358000,2023,2,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(27427,1,1676361600,2023,2,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(27428,1,1676365200,2023,2,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(27429,1,1676368800,2023,2,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(27430,1,1676372400,2023,2,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(27431,1,1676376000,2023,2,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(27432,1,1676379600,2023,2,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(27433,1,1676383200,2023,2,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(27434,1,1676386800,2023,2,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(27435,1,1676390400,2023,2,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(27436,1,1676394000,2023,2,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(27437,1,1676397600,2023,2,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(27438,1,1676401200,2023,2,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(27439,1,1676404800,2023,2,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(27440,1,1676408400,2023,2,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(27441,1,1676412000,2023,2,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(27442,1,1676415600,2023,2,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(27443,1,1676419200,2023,2,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(27444,1,1676422800,2023,2,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(27445,1,1676426400,2023,2,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(27446,1,1676430000,2023,2,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(27447,1,1676433600,2023,2,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(27448,1,1676437200,2023,2,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(27449,1,1676440800,2023,2,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(27450,1,1676444400,2023,2,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(27451,1,1676448000,2023,2,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(27452,1,1676451600,2023,2,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(27453,1,1676455200,2023,2,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(27454,1,1676458800,2023,2,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(27455,1,1676462400,2023,2,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(27456,1,1676466000,2023,2,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(27457,1,1676469600,2023,2,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(27458,1,1676473200,2023,2,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(27459,1,1676476800,2023,2,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(27460,1,1676480400,2023,2,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(27461,1,1676484000,2023,2,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(27462,1,1676487600,2023,2,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(27463,1,1676491200,2023,2,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(27464,1,1676494800,2023,2,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(27465,1,1676498400,2023,2,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(27466,1,1676502000,2023,2,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(27467,1,1676505600,2023,2,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(27468,1,1676509200,2023,2,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(27469,1,1676512800,2023,2,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(27470,1,1676516400,2023,2,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(27471,1,1676520000,2023,2,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(27472,1,1676523600,2023,2,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(27473,1,1676527200,2023,2,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(27474,1,1676530800,2023,2,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(27475,1,1676534400,2023,2,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(27476,1,1676538000,2023,2,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(27477,1,1676541600,2023,2,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(27478,1,1676545200,2023,2,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(27479,1,1676548800,2023,2,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(27480,1,1676552400,2023,2,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(27481,1,1676556000,2023,2,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(27482,1,1676559600,2023,2,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(27483,1,1676563200,2023,2,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(27484,1,1676566800,2023,2,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(27485,1,1676570400,2023,2,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(27486,1,1676574000,2023,2,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(27487,1,1676577600,2023,2,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(27488,1,1676581200,2023,2,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(27489,1,1676584800,2023,2,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(27490,1,1676588400,2023,2,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(27491,1,1676592000,2023,2,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(27492,1,1676595600,2023,2,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(27493,1,1676599200,2023,2,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(27494,1,1676602800,2023,2,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(27495,1,1676606400,2023,2,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(27496,1,1676610000,2023,2,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(27497,1,1676613600,2023,2,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(27498,1,1676617200,2023,2,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(27499,1,1676620800,2023,2,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(27500,1,1676624400,2023,2,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(27501,1,1676628000,2023,2,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(27502,1,1676631600,2023,2,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(27503,1,1676635200,2023,2,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(27504,1,1676638800,2023,2,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(27505,1,1676642400,2023,2,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(27506,1,1676646000,2023,2,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(27507,1,1676649600,2023,2,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(27508,1,1676653200,2023,2,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(27509,1,1676656800,2023,2,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(27510,1,1676660400,2023,2,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(27511,1,1676664000,2023,2,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(27512,1,1676667600,2023,2,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(27513,1,1676671200,2023,2,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(27514,1,1676674800,2023,2,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(27515,1,1676678400,2023,2,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(27516,1,1676682000,2023,2,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(27517,1,1676685600,2023,2,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(27518,1,1676689200,2023,2,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(27519,1,1676692800,2023,2,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(27520,1,1676696400,2023,2,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(27521,1,1676700000,2023,2,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(27522,1,1676703600,2023,2,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(27523,1,1676707200,2023,2,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(27524,1,1676710800,2023,2,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(27525,1,1676714400,2023,2,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(27526,1,1676718000,2023,2,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(27527,1,1676721600,2023,2,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(27528,1,1676725200,2023,2,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(27529,1,1676728800,2023,2,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(27530,1,1676732400,2023,2,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(27531,1,1676736000,2023,2,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(27532,1,1676739600,2023,2,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(27533,1,1676743200,2023,2,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(27534,1,1676746800,2023,2,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(27535,1,1676750400,2023,2,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(27536,1,1676754000,2023,2,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(27537,1,1676757600,2023,2,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(27538,1,1676847600,2023,2,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(27539,1,1676851200,2023,2,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(27540,1,1676854800,2023,2,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(27541,1,1676858400,2023,2,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(27542,1,1676862000,2023,2,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(27543,1,1676865600,2023,2,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(27544,1,1676869200,2023,2,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(27545,1,1676872800,2023,2,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(27546,1,1676876400,2023,2,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(27547,1,1676880000,2023,2,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(27548,1,1676883600,2023,2,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(27549,1,1676887200,2023,2,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(27550,1,1676890800,2023,2,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(27551,1,1676894400,2023,2,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(27552,1,1676898000,2023,2,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(27553,1,1676901600,2023,2,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(27554,1,1676905200,2023,2,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(27555,1,1676908800,2023,2,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(27556,1,1676912400,2023,2,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(27557,1,1676916000,2023,2,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(27558,1,1676919600,2023,2,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(27559,1,1676923200,2023,2,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(27560,1,1676926800,2023,2,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(27561,1,1676930400,2023,2,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(27562,1,1676934000,2023,2,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(27563,1,1676937600,2023,2,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(27564,1,1676941200,2023,2,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(27565,1,1676944800,2023,2,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(27566,1,1676948400,2023,2,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(27567,1,1676952000,2023,2,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(27568,1,1676955600,2023,2,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(27569,1,1676959200,2023,2,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(27570,1,1676962800,2023,2,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(27571,1,1676966400,2023,2,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(27572,1,1676970000,2023,2,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(27573,1,1676973600,2023,2,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(27574,1,1676977200,2023,2,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(27575,1,1676980800,2023,2,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(27576,1,1676984400,2023,2,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(27577,1,1676988000,2023,2,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(27578,1,1676991600,2023,2,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(27579,1,1676995200,2023,2,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(27580,1,1676998800,2023,2,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(27581,1,1677002400,2023,2,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(27582,1,1677006000,2023,2,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(27583,1,1677009600,2023,2,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(27584,1,1677013200,2023,2,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(27585,1,1677016800,2023,2,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(27586,1,1677020400,2023,2,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(27587,1,1677024000,2023,2,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(27588,1,1677027600,2023,2,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(27589,1,1677031200,2023,2,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(27590,1,1677034800,2023,2,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(27591,1,1677038400,2023,2,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(27592,1,1677042000,2023,2,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(27593,1,1677045600,2023,2,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(27594,1,1677049200,2023,2,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(27595,1,1677052800,2023,2,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(27596,1,1677056400,2023,2,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(27597,1,1677060000,2023,2,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(27598,1,1677063600,2023,2,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(27599,1,1677067200,2023,2,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(27600,1,1677070800,2023,2,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(27601,1,1677074400,2023,2,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(27602,1,1677078000,2023,2,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(27603,1,1677081600,2023,2,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(27604,1,1677085200,2023,2,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(27605,1,1677088800,2023,2,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(27606,1,1677092400,2023,2,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(27607,1,1677096000,2023,2,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(27608,1,1677099600,2023,2,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(27609,1,1677103200,2023,2,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(27610,1,1677106800,2023,2,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(27611,1,1677110400,2023,2,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(27612,1,1677114000,2023,2,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(27613,1,1677117600,2023,2,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(27614,1,1677121200,2023,2,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(27615,1,1677124800,2023,2,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(27616,1,1677128400,2023,2,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(27617,1,1677132000,2023,2,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(27618,1,1677135600,2023,2,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(27619,1,1677139200,2023,2,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(27620,1,1677142800,2023,2,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(27621,1,1677146400,2023,2,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(27622,1,1677150000,2023,2,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(27623,1,1677153600,2023,2,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(27624,1,1677157200,2023,2,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(27625,1,1677160800,2023,2,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(27626,1,1677164400,2023,2,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(27627,1,1677168000,2023,2,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(27628,1,1677171600,2023,2,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(27629,1,1677175200,2023,2,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(27630,1,1677178800,2023,2,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(27631,1,1677182400,2023,2,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(27632,1,1677186000,2023,2,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(27633,1,1677189600,2023,2,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(27634,1,1677193200,2023,2,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(27635,1,1677196800,2023,2,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(27636,1,1677200400,2023,2,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(27637,1,1677204000,2023,2,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(27638,1,1677207600,2023,2,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(27639,1,1677211200,2023,2,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(27640,1,1677214800,2023,2,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(27641,1,1677218400,2023,2,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(27642,1,1677222000,2023,2,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(27643,1,1677225600,2023,2,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(27644,1,1677229200,2023,2,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(27645,1,1677232800,2023,2,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(27646,1,1677236400,2023,2,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(27647,1,1677240000,2023,2,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(27648,1,1677243600,2023,2,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(27649,1,1677247200,2023,2,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(27650,1,1677250800,2023,2,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(27651,1,1677254400,2023,2,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(27652,1,1677258000,2023,2,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(27653,1,1677261600,2023,2,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(27654,1,1677265200,2023,2,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(27655,1,1677268800,2023,2,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(27656,1,1677272400,2023,2,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(27657,1,1677276000,2023,2,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(27658,1,1677279600,2023,2,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(27659,1,1677283200,2023,2,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(27660,1,1677286800,2023,2,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(27661,1,1677290400,2023,2,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(27662,1,1677294000,2023,2,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(27663,1,1677297600,2023,2,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(27664,1,1677301200,2023,2,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(27665,1,1677304800,2023,2,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(27666,1,1677308400,2023,2,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(27667,1,1677312000,2023,2,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(27668,1,1677315600,2023,2,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(27669,1,1677319200,2023,2,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(27670,1,1677322800,2023,2,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(27671,1,1677326400,2023,2,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(27672,1,1677330000,2023,2,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(27673,1,1677333600,2023,2,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(27674,1,1677337200,2023,2,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(27675,1,1677340800,2023,2,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(27676,1,1677344400,2023,2,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(27677,1,1677348000,2023,2,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(27678,1,1677351600,2023,2,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(27679,1,1677355200,2023,2,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(27680,1,1677358800,2023,2,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(27681,1,1677362400,2023,2,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(27682,1,1677452400,2023,2,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(27683,1,1677456000,2023,2,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(27684,1,1677459600,2023,2,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(27685,1,1677463200,2023,2,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(27686,1,1677466800,2023,2,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(27687,1,1677470400,2023,2,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(27688,1,1677474000,2023,2,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(27689,1,1677477600,2023,2,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(27690,1,1677481200,2023,2,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(27691,1,1677484800,2023,2,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(27692,1,1677488400,2023,2,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(27693,1,1677492000,2023,2,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(27694,1,1677495600,2023,2,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(27695,1,1677499200,2023,2,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(27696,1,1677502800,2023,2,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(27697,1,1677506400,2023,2,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(27698,1,1677510000,2023,2,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(27699,1,1677513600,2023,2,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(27700,1,1677517200,2023,2,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(27701,1,1677520800,2023,2,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(27702,1,1677524400,2023,2,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(27703,1,1677528000,2023,2,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(27704,1,1677531600,2023,2,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(27705,1,1677535200,2023,2,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(27706,1,1677538800,2023,2,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(27707,1,1677542400,2023,2,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(27708,1,1677546000,2023,2,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(27709,1,1677549600,2023,2,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(27710,1,1677553200,2023,2,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(27711,1,1677556800,2023,2,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(27712,1,1677560400,2023,2,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(27713,1,1677564000,2023,2,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(27714,1,1677567600,2023,2,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(27715,1,1677571200,2023,2,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(27716,1,1677574800,2023,2,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(27717,1,1677578400,2023,2,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(27718,1,1677582000,2023,2,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(27719,1,1677585600,2023,2,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(27720,1,1677589200,2023,2,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(27721,1,1677592800,2023,2,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(27722,1,1677596400,2023,2,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(27723,1,1677600000,2023,2,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(27724,1,1677603600,2023,2,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(27725,1,1677607200,2023,2,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(27726,1,1677610800,2023,2,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(27727,1,1677614400,2023,2,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(27728,1,1677618000,2023,2,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(27729,1,1677621600,2023,2,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(27730,1,1677625200,2023,3,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(27731,1,1677628800,2023,3,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(27732,1,1677632400,2023,3,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(27733,1,1677636000,2023,3,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(27734,1,1677639600,2023,3,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(27735,1,1677643200,2023,3,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(27736,1,1677646800,2023,3,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(27737,1,1677650400,2023,3,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(27738,1,1677654000,2023,3,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(27739,1,1677657600,2023,3,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(27740,1,1677661200,2023,3,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(27741,1,1677664800,2023,3,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(27742,1,1677668400,2023,3,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(27743,1,1677672000,2023,3,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(27744,1,1677675600,2023,3,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(27745,1,1677679200,2023,3,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(27746,1,1677682800,2023,3,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(27747,1,1677686400,2023,3,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(27748,1,1677690000,2023,3,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(27749,1,1677693600,2023,3,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(27750,1,1677697200,2023,3,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(27751,1,1677700800,2023,3,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(27752,1,1677704400,2023,3,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(27753,1,1677708000,2023,3,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(27754,1,1677711600,2023,3,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(27755,1,1677715200,2023,3,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(27756,1,1677718800,2023,3,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(27757,1,1677722400,2023,3,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(27758,1,1677726000,2023,3,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(27759,1,1677729600,2023,3,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(27760,1,1677733200,2023,3,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(27761,1,1677736800,2023,3,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(27762,1,1677740400,2023,3,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(27763,1,1677744000,2023,3,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(27764,1,1677747600,2023,3,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(27765,1,1677751200,2023,3,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(27766,1,1677754800,2023,3,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(27767,1,1677758400,2023,3,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(27768,1,1677762000,2023,3,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(27769,1,1677765600,2023,3,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(27770,1,1677769200,2023,3,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(27771,1,1677772800,2023,3,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(27772,1,1677776400,2023,3,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(27773,1,1677780000,2023,3,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(27774,1,1677783600,2023,3,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(27775,1,1677787200,2023,3,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(27776,1,1677790800,2023,3,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(27777,1,1677794400,2023,3,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(27778,1,1677798000,2023,3,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(27779,1,1677801600,2023,3,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(27780,1,1677805200,2023,3,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(27781,1,1677808800,2023,3,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(27782,1,1677812400,2023,3,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(27783,1,1677816000,2023,3,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(27784,1,1677819600,2023,3,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(27785,1,1677823200,2023,3,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(27786,1,1677826800,2023,3,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(27787,1,1677830400,2023,3,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(27788,1,1677834000,2023,3,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(27789,1,1677837600,2023,3,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(27790,1,1677841200,2023,3,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(27791,1,1677844800,2023,3,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(27792,1,1677848400,2023,3,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(27793,1,1677852000,2023,3,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(27794,1,1677855600,2023,3,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(27795,1,1677859200,2023,3,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(27796,1,1677862800,2023,3,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(27797,1,1677866400,2023,3,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(27798,1,1677870000,2023,3,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(27799,1,1677873600,2023,3,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(27800,1,1677877200,2023,3,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(27801,1,1677880800,2023,3,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(27802,1,1677884400,2023,3,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(27803,1,1677888000,2023,3,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(27804,1,1677891600,2023,3,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(27805,1,1677895200,2023,3,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(27806,1,1677898800,2023,3,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(27807,1,1677902400,2023,3,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(27808,1,1677906000,2023,3,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(27809,1,1677909600,2023,3,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(27810,1,1677913200,2023,3,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(27811,1,1677916800,2023,3,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(27812,1,1677920400,2023,3,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(27813,1,1677924000,2023,3,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(27814,1,1677927600,2023,3,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(27815,1,1677931200,2023,3,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(27816,1,1677934800,2023,3,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(27817,1,1677938400,2023,3,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(27818,1,1677942000,2023,3,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(27819,1,1677945600,2023,3,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(27820,1,1677949200,2023,3,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(27821,1,1677952800,2023,3,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(27822,1,1677956400,2023,3,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(27823,1,1677960000,2023,3,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(27824,1,1677963600,2023,3,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(27825,1,1677967200,2023,3,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(27826,1,1678057200,2023,3,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(27827,1,1678060800,2023,3,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(27828,1,1678064400,2023,3,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(27829,1,1678068000,2023,3,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(27830,1,1678071600,2023,3,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(27831,1,1678075200,2023,3,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(27832,1,1678078800,2023,3,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(27833,1,1678082400,2023,3,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(27834,1,1678086000,2023,3,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(27835,1,1678089600,2023,3,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(27836,1,1678093200,2023,3,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(27837,1,1678096800,2023,3,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(27838,1,1678100400,2023,3,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(27839,1,1678104000,2023,3,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(27840,1,1678107600,2023,3,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(27841,1,1678111200,2023,3,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(27842,1,1678114800,2023,3,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(27843,1,1678118400,2023,3,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(27844,1,1678122000,2023,3,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(27845,1,1678125600,2023,3,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(27846,1,1678129200,2023,3,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(27847,1,1678132800,2023,3,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(27848,1,1678136400,2023,3,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(27849,1,1678140000,2023,3,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(27850,1,1678143600,2023,3,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(27851,1,1678147200,2023,3,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(27852,1,1678150800,2023,3,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(27853,1,1678154400,2023,3,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(27854,1,1678158000,2023,3,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(27855,1,1678161600,2023,3,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(27856,1,1678165200,2023,3,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(27857,1,1678168800,2023,3,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(27858,1,1678172400,2023,3,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(27859,1,1678176000,2023,3,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(27860,1,1678179600,2023,3,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(27861,1,1678183200,2023,3,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(27862,1,1678186800,2023,3,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(27863,1,1678190400,2023,3,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(27864,1,1678194000,2023,3,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(27865,1,1678197600,2023,3,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(27866,1,1678201200,2023,3,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(27867,1,1678204800,2023,3,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(27868,1,1678208400,2023,3,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(27869,1,1678212000,2023,3,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(27870,1,1678215600,2023,3,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(27871,1,1678219200,2023,3,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(27872,1,1678222800,2023,3,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(27873,1,1678226400,2023,3,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(27874,1,1678230000,2023,3,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(27875,1,1678233600,2023,3,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(27876,1,1678237200,2023,3,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(27877,1,1678240800,2023,3,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(27878,1,1678244400,2023,3,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(27879,1,1678248000,2023,3,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(27880,1,1678251600,2023,3,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(27881,1,1678255200,2023,3,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(27882,1,1678258800,2023,3,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(27883,1,1678262400,2023,3,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(27884,1,1678266000,2023,3,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(27885,1,1678269600,2023,3,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(27886,1,1678273200,2023,3,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(27887,1,1678276800,2023,3,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(27888,1,1678280400,2023,3,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(27889,1,1678284000,2023,3,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(27890,1,1678287600,2023,3,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(27891,1,1678291200,2023,3,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(27892,1,1678294800,2023,3,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(27893,1,1678298400,2023,3,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(27894,1,1678302000,2023,3,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(27895,1,1678305600,2023,3,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(27896,1,1678309200,2023,3,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(27897,1,1678312800,2023,3,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(27898,1,1678316400,2023,3,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(27899,1,1678320000,2023,3,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(27900,1,1678323600,2023,3,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(27901,1,1678327200,2023,3,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(27902,1,1678330800,2023,3,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(27903,1,1678334400,2023,3,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(27904,1,1678338000,2023,3,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(27905,1,1678341600,2023,3,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(27906,1,1678345200,2023,3,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(27907,1,1678348800,2023,3,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(27908,1,1678352400,2023,3,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(27909,1,1678356000,2023,3,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(27910,1,1678359600,2023,3,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(27911,1,1678363200,2023,3,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(27912,1,1678366800,2023,3,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(27913,1,1678370400,2023,3,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(27914,1,1678374000,2023,3,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(27915,1,1678377600,2023,3,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(27916,1,1678381200,2023,3,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(27917,1,1678384800,2023,3,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(27918,1,1678388400,2023,3,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(27919,1,1678392000,2023,3,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(27920,1,1678395600,2023,3,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(27921,1,1678399200,2023,3,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(27922,1,1678402800,2023,3,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(27923,1,1678406400,2023,3,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(27924,1,1678410000,2023,3,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(27925,1,1678413600,2023,3,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(27926,1,1678417200,2023,3,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(27927,1,1678420800,2023,3,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(27928,1,1678424400,2023,3,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(27929,1,1678428000,2023,3,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(27930,1,1678431600,2023,3,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(27931,1,1678435200,2023,3,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(27932,1,1678438800,2023,3,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(27933,1,1678442400,2023,3,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(27934,1,1678446000,2023,3,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(27935,1,1678449600,2023,3,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(27936,1,1678453200,2023,3,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(27937,1,1678456800,2023,3,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(27938,1,1678460400,2023,3,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(27939,1,1678464000,2023,3,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(27940,1,1678467600,2023,3,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(27941,1,1678471200,2023,3,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(27942,1,1678474800,2023,3,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(27943,1,1678478400,2023,3,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(27944,1,1678482000,2023,3,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(27945,1,1678485600,2023,3,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(27946,1,1678489200,2023,3,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(27947,1,1678492800,2023,3,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(27948,1,1678496400,2023,3,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(27949,1,1678500000,2023,3,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(27950,1,1678503600,2023,3,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(27951,1,1678507200,2023,3,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(27952,1,1678510800,2023,3,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(27953,1,1678514400,2023,3,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(27954,1,1678518000,2023,3,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(27955,1,1678521600,2023,3,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(27956,1,1678525200,2023,3,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(27957,1,1678528800,2023,3,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(27958,1,1678532400,2023,3,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(27959,1,1678536000,2023,3,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(27960,1,1678539600,2023,3,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(27961,1,1678543200,2023,3,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(27962,1,1678546800,2023,3,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(27963,1,1678550400,2023,3,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(27964,1,1678554000,2023,3,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(27965,1,1678557600,2023,3,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(27966,1,1678561200,2023,3,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(27967,1,1678564800,2023,3,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(27968,1,1678568400,2023,3,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(27969,1,1678572000,2023,3,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(27970,1,1678662000,2023,3,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(27971,1,1678665600,2023,3,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(27972,1,1678669200,2023,3,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(27973,1,1678672800,2023,3,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(27974,1,1678676400,2023,3,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(27975,1,1678680000,2023,3,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(27976,1,1678683600,2023,3,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(27977,1,1678687200,2023,3,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(27978,1,1678690800,2023,3,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(27979,1,1678694400,2023,3,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(27980,1,1678698000,2023,3,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(27981,1,1678701600,2023,3,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(27982,1,1678705200,2023,3,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(27983,1,1678708800,2023,3,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(27984,1,1678712400,2023,3,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(27985,1,1678716000,2023,3,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(27986,1,1678719600,2023,3,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(27987,1,1678723200,2023,3,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(27988,1,1678726800,2023,3,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(27989,1,1678730400,2023,3,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(27990,1,1678734000,2023,3,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(27991,1,1678737600,2023,3,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(27992,1,1678741200,2023,3,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(27993,1,1678744800,2023,3,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(27994,1,1678748400,2023,3,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(27995,1,1678752000,2023,3,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(27996,1,1678755600,2023,3,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(27997,1,1678759200,2023,3,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(27998,1,1678762800,2023,3,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(27999,1,1678766400,2023,3,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(28000,1,1678770000,2023,3,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(28001,1,1678773600,2023,3,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(28002,1,1678777200,2023,3,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(28003,1,1678780800,2023,3,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(28004,1,1678784400,2023,3,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(28005,1,1678788000,2023,3,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(28006,1,1678791600,2023,3,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(28007,1,1678795200,2023,3,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(28008,1,1678798800,2023,3,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(28009,1,1678802400,2023,3,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(28010,1,1678806000,2023,3,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(28011,1,1678809600,2023,3,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(28012,1,1678813200,2023,3,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(28013,1,1678816800,2023,3,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(28014,1,1678820400,2023,3,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(28015,1,1678824000,2023,3,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(28016,1,1678827600,2023,3,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(28017,1,1678831200,2023,3,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(28018,1,1678834800,2023,3,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(28019,1,1678838400,2023,3,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(28020,1,1678842000,2023,3,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(28021,1,1678845600,2023,3,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(28022,1,1678849200,2023,3,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(28023,1,1678852800,2023,3,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(28024,1,1678856400,2023,3,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(28025,1,1678860000,2023,3,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(28026,1,1678863600,2023,3,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(28027,1,1678867200,2023,3,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(28028,1,1678870800,2023,3,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(28029,1,1678874400,2023,3,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(28030,1,1678878000,2023,3,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(28031,1,1678881600,2023,3,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(28032,1,1678885200,2023,3,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(28033,1,1678888800,2023,3,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(28034,1,1678892400,2023,3,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(28035,1,1678896000,2023,3,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(28036,1,1678899600,2023,3,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(28037,1,1678903200,2023,3,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(28038,1,1678906800,2023,3,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(28039,1,1678910400,2023,3,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(28040,1,1678914000,2023,3,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(28041,1,1678917600,2023,3,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(28042,1,1678921200,2023,3,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(28043,1,1678924800,2023,3,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(28044,1,1678928400,2023,3,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(28045,1,1678932000,2023,3,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(28046,1,1678935600,2023,3,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(28047,1,1678939200,2023,3,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(28048,1,1678942800,2023,3,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(28049,1,1678946400,2023,3,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(28050,1,1678950000,2023,3,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(28051,1,1678953600,2023,3,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(28052,1,1678957200,2023,3,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(28053,1,1678960800,2023,3,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(28054,1,1678964400,2023,3,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(28055,1,1678968000,2023,3,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(28056,1,1678971600,2023,3,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(28057,1,1678975200,2023,3,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(28058,1,1678978800,2023,3,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(28059,1,1678982400,2023,3,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(28060,1,1678986000,2023,3,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(28061,1,1678989600,2023,3,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(28062,1,1678993200,2023,3,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(28063,1,1678996800,2023,3,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(28064,1,1679000400,2023,3,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(28065,1,1679004000,2023,3,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(28066,1,1679007600,2023,3,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(28067,1,1679011200,2023,3,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(28068,1,1679014800,2023,3,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(28069,1,1679018400,2023,3,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(28070,1,1679022000,2023,3,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(28071,1,1679025600,2023,3,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(28072,1,1679029200,2023,3,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(28073,1,1679032800,2023,3,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(28074,1,1679036400,2023,3,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(28075,1,1679040000,2023,3,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(28076,1,1679043600,2023,3,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(28077,1,1679047200,2023,3,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(28078,1,1679050800,2023,3,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(28079,1,1679054400,2023,3,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(28080,1,1679058000,2023,3,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(28081,1,1679061600,2023,3,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(28082,1,1679065200,2023,3,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(28083,1,1679068800,2023,3,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(28084,1,1679072400,2023,3,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(28085,1,1679076000,2023,3,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(28086,1,1679079600,2023,3,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(28087,1,1679083200,2023,3,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(28088,1,1679086800,2023,3,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(28089,1,1679090400,2023,3,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(28090,1,1679094000,2023,3,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(28091,1,1679097600,2023,3,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(28092,1,1679101200,2023,3,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(28093,1,1679104800,2023,3,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(28094,1,1679108400,2023,3,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(28095,1,1679112000,2023,3,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(28096,1,1679115600,2023,3,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(28097,1,1679119200,2023,3,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(28098,1,1679122800,2023,3,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(28099,1,1679126400,2023,3,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(28100,1,1679130000,2023,3,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(28101,1,1679133600,2023,3,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(28102,1,1679137200,2023,3,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(28103,1,1679140800,2023,3,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(28104,1,1679144400,2023,3,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(28105,1,1679148000,2023,3,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(28106,1,1679151600,2023,3,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(28107,1,1679155200,2023,3,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(28108,1,1679158800,2023,3,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(28109,1,1679162400,2023,3,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(28110,1,1679166000,2023,3,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(28111,1,1679169600,2023,3,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(28112,1,1679173200,2023,3,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(28113,1,1679176800,2023,3,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(28114,1,1679266800,2023,3,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(28115,1,1679270400,2023,3,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(28116,1,1679274000,2023,3,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(28117,1,1679277600,2023,3,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(28118,1,1679281200,2023,3,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(28119,1,1679284800,2023,3,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(28120,1,1679288400,2023,3,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(28121,1,1679292000,2023,3,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(28122,1,1679295600,2023,3,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(28123,1,1679299200,2023,3,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(28124,1,1679302800,2023,3,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(28125,1,1679306400,2023,3,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(28126,1,1679310000,2023,3,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(28127,1,1679313600,2023,3,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(28128,1,1679317200,2023,3,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(28129,1,1679320800,2023,3,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(28130,1,1679324400,2023,3,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(28131,1,1679328000,2023,3,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(28132,1,1679331600,2023,3,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(28133,1,1679335200,2023,3,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(28134,1,1679338800,2023,3,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(28135,1,1679342400,2023,3,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(28136,1,1679346000,2023,3,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(28137,1,1679349600,2023,3,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(28138,1,1679353200,2023,3,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(28139,1,1679356800,2023,3,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(28140,1,1679360400,2023,3,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(28141,1,1679364000,2023,3,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(28142,1,1679367600,2023,3,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(28143,1,1679371200,2023,3,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(28144,1,1679374800,2023,3,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(28145,1,1679378400,2023,3,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(28146,1,1679382000,2023,3,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(28147,1,1679385600,2023,3,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(28148,1,1679389200,2023,3,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(28149,1,1679392800,2023,3,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(28150,1,1679396400,2023,3,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(28151,1,1679400000,2023,3,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(28152,1,1679403600,2023,3,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(28153,1,1679407200,2023,3,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(28154,1,1679410800,2023,3,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(28155,1,1679414400,2023,3,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(28156,1,1679418000,2023,3,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(28157,1,1679421600,2023,3,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(28158,1,1679425200,2023,3,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(28159,1,1679428800,2023,3,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(28160,1,1679432400,2023,3,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(28161,1,1679436000,2023,3,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(28162,1,1679439600,2023,3,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(28163,1,1679443200,2023,3,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(28164,1,1679446800,2023,3,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(28165,1,1679450400,2023,3,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(28166,1,1679454000,2023,3,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(28167,1,1679457600,2023,3,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(28168,1,1679461200,2023,3,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(28169,1,1679464800,2023,3,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(28170,1,1679468400,2023,3,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(28171,1,1679472000,2023,3,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(28172,1,1679475600,2023,3,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(28173,1,1679479200,2023,3,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(28174,1,1679482800,2023,3,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(28175,1,1679486400,2023,3,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(28176,1,1679490000,2023,3,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(28177,1,1679493600,2023,3,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(28178,1,1679497200,2023,3,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(28179,1,1679500800,2023,3,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(28180,1,1679504400,2023,3,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(28181,1,1679508000,2023,3,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(28182,1,1679511600,2023,3,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(28183,1,1679515200,2023,3,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(28184,1,1679518800,2023,3,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(28185,1,1679522400,2023,3,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(28186,1,1679526000,2023,3,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(28187,1,1679529600,2023,3,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(28188,1,1679533200,2023,3,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(28189,1,1679536800,2023,3,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(28190,1,1679540400,2023,3,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(28191,1,1679544000,2023,3,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(28192,1,1679547600,2023,3,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(28193,1,1679551200,2023,3,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(28194,1,1679554800,2023,3,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(28195,1,1679558400,2023,3,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(28196,1,1679562000,2023,3,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(28197,1,1679565600,2023,3,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(28198,1,1679569200,2023,3,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(28199,1,1679572800,2023,3,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(28200,1,1679576400,2023,3,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(28201,1,1679580000,2023,3,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(28202,1,1679583600,2023,3,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(28203,1,1679587200,2023,3,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(28204,1,1679590800,2023,3,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(28205,1,1679594400,2023,3,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(28206,1,1679598000,2023,3,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(28207,1,1679601600,2023,3,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(28208,1,1679605200,2023,3,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(28209,1,1679608800,2023,3,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(28210,1,1679612400,2023,3,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(28211,1,1679616000,2023,3,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(28212,1,1679619600,2023,3,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(28213,1,1679623200,2023,3,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(28214,1,1679626800,2023,3,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(28215,1,1679630400,2023,3,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(28216,1,1679634000,2023,3,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(28217,1,1679637600,2023,3,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(28218,1,1679641200,2023,3,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(28219,1,1679644800,2023,3,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(28220,1,1679648400,2023,3,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(28221,1,1679652000,2023,3,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(28222,1,1679655600,2023,3,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(28223,1,1679659200,2023,3,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(28224,1,1679662800,2023,3,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(28225,1,1679666400,2023,3,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(28226,1,1679670000,2023,3,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(28227,1,1679673600,2023,3,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(28228,1,1679677200,2023,3,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(28229,1,1679680800,2023,3,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(28230,1,1679684400,2023,3,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(28231,1,1679688000,2023,3,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(28232,1,1679691600,2023,3,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(28233,1,1679695200,2023,3,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(28234,1,1679698800,2023,3,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(28235,1,1679702400,2023,3,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(28236,1,1679706000,2023,3,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(28237,1,1679709600,2023,3,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(28238,1,1679713200,2023,3,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(28239,1,1679716800,2023,3,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(28240,1,1679720400,2023,3,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(28241,1,1679724000,2023,3,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(28242,1,1679727600,2023,3,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(28243,1,1679731200,2023,3,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(28244,1,1679734800,2023,3,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(28245,1,1679738400,2023,3,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(28246,1,1679742000,2023,3,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(28247,1,1679745600,2023,3,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(28248,1,1679749200,2023,3,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(28249,1,1679752800,2023,3,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(28250,1,1679756400,2023,3,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(28251,1,1679760000,2023,3,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(28252,1,1679763600,2023,3,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(28253,1,1679767200,2023,3,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(28254,1,1679770800,2023,3,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(28255,1,1679774400,2023,3,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(28256,1,1679778000,2023,3,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(28257,1,1679781600,2023,3,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(28258,1,1679868000,2023,3,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(28259,1,1679871600,2023,3,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(28260,1,1679875200,2023,3,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(28261,1,1679878800,2023,3,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(28262,1,1679882400,2023,3,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(28263,1,1679886000,2023,3,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(28264,1,1679889600,2023,3,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(28265,1,1679893200,2023,3,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(28266,1,1679896800,2023,3,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(28267,1,1679900400,2023,3,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(28268,1,1679904000,2023,3,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(28269,1,1679907600,2023,3,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(28270,1,1679911200,2023,3,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(28271,1,1679914800,2023,3,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(28272,1,1679918400,2023,3,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(28273,1,1679922000,2023,3,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(28274,1,1679925600,2023,3,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(28275,1,1679929200,2023,3,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(28276,1,1679932800,2023,3,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(28277,1,1679936400,2023,3,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(28278,1,1679940000,2023,3,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(28279,1,1679943600,2023,3,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(28280,1,1679947200,2023,3,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(28281,1,1679950800,2023,3,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(28282,1,1679954400,2023,3,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(28283,1,1679958000,2023,3,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(28284,1,1679961600,2023,3,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(28285,1,1679965200,2023,3,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(28286,1,1679968800,2023,3,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(28287,1,1679972400,2023,3,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(28288,1,1679976000,2023,3,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(28289,1,1679979600,2023,3,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(28290,1,1679983200,2023,3,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(28291,1,1679986800,2023,3,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(28292,1,1679990400,2023,3,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(28293,1,1679994000,2023,3,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(28294,1,1679997600,2023,3,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(28295,1,1680001200,2023,3,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(28296,1,1680004800,2023,3,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(28297,1,1680008400,2023,3,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(28298,1,1680012000,2023,3,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(28299,1,1680015600,2023,3,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(28300,1,1680019200,2023,3,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(28301,1,1680022800,2023,3,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(28302,1,1680026400,2023,3,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(28303,1,1680030000,2023,3,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(28304,1,1680033600,2023,3,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(28305,1,1680037200,2023,3,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(28306,1,1680040800,2023,3,29,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(28307,1,1680044400,2023,3,29,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(28308,1,1680048000,2023,3,29,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(28309,1,1680051600,2023,3,29,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(28310,1,1680055200,2023,3,29,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(28311,1,1680058800,2023,3,29,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(28312,1,1680062400,2023,3,29,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(28313,1,1680066000,2023,3,29,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(28314,1,1680069600,2023,3,29,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(28315,1,1680073200,2023,3,29,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(28316,1,1680076800,2023,3,29,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(28317,1,1680080400,2023,3,29,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(28318,1,1680084000,2023,3,29,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(28319,1,1680087600,2023,3,29,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(28320,1,1680091200,2023,3,29,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(28321,1,1680094800,2023,3,29,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(28322,1,1680098400,2023,3,29,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(28323,1,1680102000,2023,3,29,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(28324,1,1680105600,2023,3,29,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(28325,1,1680109200,2023,3,29,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(28326,1,1680112800,2023,3,29,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(28327,1,1680116400,2023,3,29,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(28328,1,1680120000,2023,3,29,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(28329,1,1680123600,2023,3,29,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(28330,1,1680127200,2023,3,30,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(28331,1,1680130800,2023,3,30,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(28332,1,1680134400,2023,3,30,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(28333,1,1680138000,2023,3,30,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(28334,1,1680141600,2023,3,30,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(28335,1,1680145200,2023,3,30,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(28336,1,1680148800,2023,3,30,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(28337,1,1680152400,2023,3,30,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(28338,1,1680156000,2023,3,30,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(28339,1,1680159600,2023,3,30,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(28340,1,1680163200,2023,3,30,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(28341,1,1680166800,2023,3,30,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(28342,1,1680170400,2023,3,30,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(28343,1,1680174000,2023,3,30,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(28344,1,1680177600,2023,3,30,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(28345,1,1680181200,2023,3,30,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(28346,1,1680184800,2023,3,30,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(28347,1,1680188400,2023,3,30,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(28348,1,1680192000,2023,3,30,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(28349,1,1680195600,2023,3,30,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(28350,1,1680199200,2023,3,30,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(28351,1,1680202800,2023,3,30,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(28352,1,1680206400,2023,3,30,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(28353,1,1680210000,2023,3,30,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(28354,1,1680213600,2023,3,31,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(28355,1,1680217200,2023,3,31,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(28356,1,1680220800,2023,3,31,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(28357,1,1680224400,2023,3,31,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(28358,1,1680228000,2023,3,31,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(28359,1,1680231600,2023,3,31,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(28360,1,1680235200,2023,3,31,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(28361,1,1680238800,2023,3,31,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(28362,1,1680242400,2023,3,31,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(28363,1,1680246000,2023,3,31,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(28364,1,1680249600,2023,3,31,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(28365,1,1680253200,2023,3,31,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(28366,1,1680256800,2023,3,31,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(28367,1,1680260400,2023,3,31,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(28368,1,1680264000,2023,3,31,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(28369,1,1680267600,2023,3,31,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(28370,1,1680271200,2023,3,31,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(28371,1,1680274800,2023,3,31,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(28372,1,1680278400,2023,3,31,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(28373,1,1680282000,2023,3,31,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(28374,1,1680285600,2023,3,31,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(28375,1,1680289200,2023,3,31,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(28376,1,1680292800,2023,3,31,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(28377,1,1680296400,2023,3,31,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(28378,1,1680300000,2023,4,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(28379,1,1680303600,2023,4,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(28380,1,1680307200,2023,4,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(28381,1,1680310800,2023,4,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(28382,1,1680314400,2023,4,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(28383,1,1680318000,2023,4,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(28384,1,1680321600,2023,4,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(28385,1,1680325200,2023,4,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(28386,1,1680328800,2023,4,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(28387,1,1680332400,2023,4,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(28388,1,1680336000,2023,4,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(28389,1,1680339600,2023,4,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(28390,1,1680343200,2023,4,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(28391,1,1680346800,2023,4,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(28392,1,1680350400,2023,4,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(28393,1,1680354000,2023,4,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(28394,1,1680357600,2023,4,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(28395,1,1680361200,2023,4,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(28396,1,1680364800,2023,4,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(28397,1,1680368400,2023,4,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(28398,1,1680372000,2023,4,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(28399,1,1680375600,2023,4,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(28400,1,1680379200,2023,4,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(28401,1,1680382800,2023,4,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(28402,1,1680472800,2023,4,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(28403,1,1680476400,2023,4,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(28404,1,1680480000,2023,4,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(28405,1,1680483600,2023,4,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(28406,1,1680487200,2023,4,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(28407,1,1680490800,2023,4,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(28408,1,1680494400,2023,4,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(28409,1,1680498000,2023,4,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(28410,1,1680501600,2023,4,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(28411,1,1680505200,2023,4,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(28412,1,1680508800,2023,4,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(28413,1,1680512400,2023,4,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(28414,1,1680516000,2023,4,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(28415,1,1680519600,2023,4,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(28416,1,1680523200,2023,4,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(28417,1,1680526800,2023,4,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(28418,1,1680530400,2023,4,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(28419,1,1680534000,2023,4,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(28420,1,1680537600,2023,4,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(28421,1,1680541200,2023,4,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(28422,1,1680544800,2023,4,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(28423,1,1680548400,2023,4,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(28424,1,1680552000,2023,4,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(28425,1,1680555600,2023,4,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(28426,1,1680559200,2023,4,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(28427,1,1680562800,2023,4,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(28428,1,1680566400,2023,4,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(28429,1,1680570000,2023,4,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(28430,1,1680573600,2023,4,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(28431,1,1680577200,2023,4,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(28432,1,1680580800,2023,4,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(28433,1,1680584400,2023,4,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(28434,1,1680588000,2023,4,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(28435,1,1680591600,2023,4,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(28436,1,1680595200,2023,4,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(28437,1,1680598800,2023,4,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(28438,1,1680602400,2023,4,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(28439,1,1680606000,2023,4,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(28440,1,1680609600,2023,4,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(28441,1,1680613200,2023,4,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(28442,1,1680616800,2023,4,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(28443,1,1680620400,2023,4,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(28444,1,1680624000,2023,4,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(28445,1,1680627600,2023,4,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(28446,1,1680631200,2023,4,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(28447,1,1680634800,2023,4,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(28448,1,1680638400,2023,4,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(28449,1,1680642000,2023,4,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(28450,1,1680645600,2023,4,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(28451,1,1680649200,2023,4,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(28452,1,1680652800,2023,4,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(28453,1,1680656400,2023,4,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(28454,1,1680660000,2023,4,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(28455,1,1680663600,2023,4,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(28456,1,1680667200,2023,4,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(28457,1,1680670800,2023,4,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(28458,1,1680674400,2023,4,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(28459,1,1680678000,2023,4,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(28460,1,1680681600,2023,4,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(28461,1,1680685200,2023,4,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(28462,1,1680688800,2023,4,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(28463,1,1680692400,2023,4,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(28464,1,1680696000,2023,4,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(28465,1,1680699600,2023,4,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(28466,1,1680703200,2023,4,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(28467,1,1680706800,2023,4,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(28468,1,1680710400,2023,4,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(28469,1,1680714000,2023,4,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(28470,1,1680717600,2023,4,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(28471,1,1680721200,2023,4,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(28472,1,1680724800,2023,4,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(28473,1,1680728400,2023,4,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(28474,1,1680732000,2023,4,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(28475,1,1680735600,2023,4,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(28476,1,1680739200,2023,4,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(28477,1,1680742800,2023,4,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(28478,1,1680746400,2023,4,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(28479,1,1680750000,2023,4,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(28480,1,1680753600,2023,4,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(28481,1,1680757200,2023,4,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(28482,1,1680760800,2023,4,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(28483,1,1680764400,2023,4,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(28484,1,1680768000,2023,4,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(28485,1,1680771600,2023,4,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(28486,1,1680775200,2023,4,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(28487,1,1680778800,2023,4,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(28488,1,1680782400,2023,4,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(28489,1,1680786000,2023,4,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(28490,1,1680789600,2023,4,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(28491,1,1680793200,2023,4,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(28492,1,1680796800,2023,4,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(28493,1,1680800400,2023,4,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(28494,1,1680804000,2023,4,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(28495,1,1680807600,2023,4,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(28496,1,1680811200,2023,4,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(28497,1,1680814800,2023,4,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(28498,1,1680818400,2023,4,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(28499,1,1680822000,2023,4,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(28500,1,1680825600,2023,4,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(28501,1,1680829200,2023,4,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(28502,1,1680832800,2023,4,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(28503,1,1680836400,2023,4,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(28504,1,1680840000,2023,4,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(28505,1,1680843600,2023,4,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(28506,1,1680847200,2023,4,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(28507,1,1680850800,2023,4,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(28508,1,1680854400,2023,4,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(28509,1,1680858000,2023,4,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(28510,1,1680861600,2023,4,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(28511,1,1680865200,2023,4,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(28512,1,1680868800,2023,4,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(28513,1,1680872400,2023,4,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(28514,1,1680876000,2023,4,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(28515,1,1680879600,2023,4,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(28516,1,1680883200,2023,4,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(28517,1,1680886800,2023,4,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(28518,1,1680890400,2023,4,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(28519,1,1680894000,2023,4,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(28520,1,1680897600,2023,4,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(28521,1,1680901200,2023,4,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(28522,1,1680904800,2023,4,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(28523,1,1680908400,2023,4,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(28524,1,1680912000,2023,4,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(28525,1,1680915600,2023,4,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(28526,1,1680919200,2023,4,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(28527,1,1680922800,2023,4,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(28528,1,1680926400,2023,4,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(28529,1,1680930000,2023,4,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(28530,1,1680933600,2023,4,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(28531,1,1680937200,2023,4,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(28532,1,1680940800,2023,4,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(28533,1,1680944400,2023,4,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(28534,1,1680948000,2023,4,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(28535,1,1680951600,2023,4,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(28536,1,1680955200,2023,4,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(28537,1,1680958800,2023,4,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(28538,1,1680962400,2023,4,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(28539,1,1680966000,2023,4,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(28540,1,1680969600,2023,4,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(28541,1,1680973200,2023,4,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(28542,1,1680976800,2023,4,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(28543,1,1680980400,2023,4,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(28544,1,1680984000,2023,4,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(28545,1,1680987600,2023,4,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(28546,1,1681077600,2023,4,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(28547,1,1681081200,2023,4,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(28548,1,1681084800,2023,4,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(28549,1,1681088400,2023,4,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(28550,1,1681092000,2023,4,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(28551,1,1681095600,2023,4,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(28552,1,1681099200,2023,4,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(28553,1,1681102800,2023,4,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(28554,1,1681106400,2023,4,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(28555,1,1681110000,2023,4,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(28556,1,1681113600,2023,4,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(28557,1,1681117200,2023,4,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(28558,1,1681120800,2023,4,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(28559,1,1681124400,2023,4,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(28560,1,1681128000,2023,4,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(28561,1,1681131600,2023,4,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(28562,1,1681135200,2023,4,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(28563,1,1681138800,2023,4,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(28564,1,1681142400,2023,4,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(28565,1,1681146000,2023,4,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(28566,1,1681149600,2023,4,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(28567,1,1681153200,2023,4,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(28568,1,1681156800,2023,4,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(28569,1,1681160400,2023,4,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(28570,1,1681164000,2023,4,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(28571,1,1681167600,2023,4,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(28572,1,1681171200,2023,4,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(28573,1,1681174800,2023,4,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(28574,1,1681178400,2023,4,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(28575,1,1681182000,2023,4,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(28576,1,1681185600,2023,4,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(28577,1,1681189200,2023,4,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(28578,1,1681192800,2023,4,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(28579,1,1681196400,2023,4,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(28580,1,1681200000,2023,4,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(28581,1,1681203600,2023,4,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(28582,1,1681207200,2023,4,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(28583,1,1681210800,2023,4,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(28584,1,1681214400,2023,4,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(28585,1,1681218000,2023,4,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(28586,1,1681221600,2023,4,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(28587,1,1681225200,2023,4,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(28588,1,1681228800,2023,4,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(28589,1,1681232400,2023,4,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(28590,1,1681236000,2023,4,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(28591,1,1681239600,2023,4,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(28592,1,1681243200,2023,4,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(28593,1,1681246800,2023,4,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(28594,1,1681250400,2023,4,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(28595,1,1681254000,2023,4,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(28596,1,1681257600,2023,4,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(28597,1,1681261200,2023,4,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(28598,1,1681264800,2023,4,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(28599,1,1681268400,2023,4,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(28600,1,1681272000,2023,4,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(28601,1,1681275600,2023,4,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(28602,1,1681279200,2023,4,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(28603,1,1681282800,2023,4,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(28604,1,1681286400,2023,4,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(28605,1,1681290000,2023,4,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(28606,1,1681293600,2023,4,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(28607,1,1681297200,2023,4,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(28608,1,1681300800,2023,4,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(28609,1,1681304400,2023,4,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(28610,1,1681308000,2023,4,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(28611,1,1681311600,2023,4,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(28612,1,1681315200,2023,4,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(28613,1,1681318800,2023,4,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(28614,1,1681322400,2023,4,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(28615,1,1681326000,2023,4,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(28616,1,1681329600,2023,4,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(28617,1,1681333200,2023,4,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(28618,1,1681336800,2023,4,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(28619,1,1681340400,2023,4,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(28620,1,1681344000,2023,4,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(28621,1,1681347600,2023,4,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(28622,1,1681351200,2023,4,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(28623,1,1681354800,2023,4,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(28624,1,1681358400,2023,4,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(28625,1,1681362000,2023,4,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(28626,1,1681365600,2023,4,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(28627,1,1681369200,2023,4,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(28628,1,1681372800,2023,4,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(28629,1,1681376400,2023,4,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(28630,1,1681380000,2023,4,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(28631,1,1681383600,2023,4,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(28632,1,1681387200,2023,4,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(28633,1,1681390800,2023,4,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(28634,1,1681394400,2023,4,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(28635,1,1681398000,2023,4,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(28636,1,1681401600,2023,4,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(28637,1,1681405200,2023,4,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(28638,1,1681408800,2023,4,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(28639,1,1681412400,2023,4,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(28640,1,1681416000,2023,4,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(28641,1,1681419600,2023,4,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(28642,1,1681423200,2023,4,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(28643,1,1681426800,2023,4,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(28644,1,1681430400,2023,4,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(28645,1,1681434000,2023,4,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(28646,1,1681437600,2023,4,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(28647,1,1681441200,2023,4,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(28648,1,1681444800,2023,4,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(28649,1,1681448400,2023,4,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(28650,1,1681452000,2023,4,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(28651,1,1681455600,2023,4,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(28652,1,1681459200,2023,4,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(28653,1,1681462800,2023,4,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(28654,1,1681466400,2023,4,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(28655,1,1681470000,2023,4,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(28656,1,1681473600,2023,4,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(28657,1,1681477200,2023,4,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(28658,1,1681480800,2023,4,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(28659,1,1681484400,2023,4,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(28660,1,1681488000,2023,4,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(28661,1,1681491600,2023,4,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(28662,1,1681495200,2023,4,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(28663,1,1681498800,2023,4,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(28664,1,1681502400,2023,4,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(28665,1,1681506000,2023,4,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(28666,1,1681509600,2023,4,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(28667,1,1681513200,2023,4,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(28668,1,1681516800,2023,4,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(28669,1,1681520400,2023,4,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(28670,1,1681524000,2023,4,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(28671,1,1681527600,2023,4,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(28672,1,1681531200,2023,4,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(28673,1,1681534800,2023,4,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(28674,1,1681538400,2023,4,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(28675,1,1681542000,2023,4,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(28676,1,1681545600,2023,4,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(28677,1,1681549200,2023,4,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(28678,1,1681552800,2023,4,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(28679,1,1681556400,2023,4,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(28680,1,1681560000,2023,4,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(28681,1,1681563600,2023,4,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(28682,1,1681567200,2023,4,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(28683,1,1681570800,2023,4,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(28684,1,1681574400,2023,4,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(28685,1,1681578000,2023,4,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(28686,1,1681581600,2023,4,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(28687,1,1681585200,2023,4,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(28688,1,1681588800,2023,4,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(28689,1,1681592400,2023,4,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(28690,1,1681682400,2023,4,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(28691,1,1681686000,2023,4,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(28692,1,1681689600,2023,4,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(28693,1,1681693200,2023,4,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(28694,1,1681696800,2023,4,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(28695,1,1681700400,2023,4,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(28696,1,1681704000,2023,4,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(28697,1,1681707600,2023,4,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(28698,1,1681711200,2023,4,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(28699,1,1681714800,2023,4,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(28700,1,1681718400,2023,4,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(28701,1,1681722000,2023,4,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(28702,1,1681725600,2023,4,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(28703,1,1681729200,2023,4,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(28704,1,1681732800,2023,4,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(28705,1,1681736400,2023,4,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(28706,1,1681740000,2023,4,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(28707,1,1681743600,2023,4,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(28708,1,1681747200,2023,4,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(28709,1,1681750800,2023,4,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(28710,1,1681754400,2023,4,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(28711,1,1681758000,2023,4,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(28712,1,1681761600,2023,4,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(28713,1,1681765200,2023,4,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(28714,1,1681768800,2023,4,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(28715,1,1681772400,2023,4,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(28716,1,1681776000,2023,4,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(28717,1,1681779600,2023,4,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(28718,1,1681783200,2023,4,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(28719,1,1681786800,2023,4,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(28720,1,1681790400,2023,4,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(28721,1,1681794000,2023,4,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(28722,1,1681797600,2023,4,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(28723,1,1681801200,2023,4,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(28724,1,1681804800,2023,4,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(28725,1,1681808400,2023,4,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(28726,1,1681812000,2023,4,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(28727,1,1681815600,2023,4,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(28728,1,1681819200,2023,4,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(28729,1,1681822800,2023,4,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(28730,1,1681826400,2023,4,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(28731,1,1681830000,2023,4,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(28732,1,1681833600,2023,4,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(28733,1,1681837200,2023,4,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(28734,1,1681840800,2023,4,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(28735,1,1681844400,2023,4,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(28736,1,1681848000,2023,4,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(28737,1,1681851600,2023,4,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(28738,1,1681855200,2023,4,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(28739,1,1681858800,2023,4,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(28740,1,1681862400,2023,4,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(28741,1,1681866000,2023,4,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(28742,1,1681869600,2023,4,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(28743,1,1681873200,2023,4,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(28744,1,1681876800,2023,4,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(28745,1,1681880400,2023,4,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(28746,1,1681884000,2023,4,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(28747,1,1681887600,2023,4,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(28748,1,1681891200,2023,4,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(28749,1,1681894800,2023,4,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(28750,1,1681898400,2023,4,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(28751,1,1681902000,2023,4,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(28752,1,1681905600,2023,4,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(28753,1,1681909200,2023,4,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(28754,1,1681912800,2023,4,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(28755,1,1681916400,2023,4,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(28756,1,1681920000,2023,4,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(28757,1,1681923600,2023,4,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(28758,1,1681927200,2023,4,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(28759,1,1681930800,2023,4,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(28760,1,1681934400,2023,4,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(28761,1,1681938000,2023,4,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(28762,1,1681941600,2023,4,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(28763,1,1681945200,2023,4,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(28764,1,1681948800,2023,4,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(28765,1,1681952400,2023,4,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(28766,1,1681956000,2023,4,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(28767,1,1681959600,2023,4,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(28768,1,1681963200,2023,4,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(28769,1,1681966800,2023,4,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(28770,1,1681970400,2023,4,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(28771,1,1681974000,2023,4,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(28772,1,1681977600,2023,4,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(28773,1,1681981200,2023,4,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(28774,1,1681984800,2023,4,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(28775,1,1681988400,2023,4,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(28776,1,1681992000,2023,4,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(28777,1,1681995600,2023,4,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(28778,1,1681999200,2023,4,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(28779,1,1682002800,2023,4,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(28780,1,1682006400,2023,4,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(28781,1,1682010000,2023,4,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(28782,1,1682013600,2023,4,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(28783,1,1682017200,2023,4,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(28784,1,1682020800,2023,4,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(28785,1,1682024400,2023,4,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(28786,1,1682028000,2023,4,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(28787,1,1682031600,2023,4,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(28788,1,1682035200,2023,4,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(28789,1,1682038800,2023,4,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(28790,1,1682042400,2023,4,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(28791,1,1682046000,2023,4,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(28792,1,1682049600,2023,4,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(28793,1,1682053200,2023,4,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(28794,1,1682056800,2023,4,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(28795,1,1682060400,2023,4,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(28796,1,1682064000,2023,4,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(28797,1,1682067600,2023,4,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(28798,1,1682071200,2023,4,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(28799,1,1682074800,2023,4,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(28800,1,1682078400,2023,4,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(28801,1,1682082000,2023,4,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(28802,1,1682085600,2023,4,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(28803,1,1682089200,2023,4,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(28804,1,1682092800,2023,4,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(28805,1,1682096400,2023,4,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(28806,1,1682100000,2023,4,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(28807,1,1682103600,2023,4,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(28808,1,1682107200,2023,4,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(28809,1,1682110800,2023,4,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(28810,1,1682114400,2023,4,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(28811,1,1682118000,2023,4,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(28812,1,1682121600,2023,4,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(28813,1,1682125200,2023,4,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(28814,1,1682128800,2023,4,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(28815,1,1682132400,2023,4,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(28816,1,1682136000,2023,4,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(28817,1,1682139600,2023,4,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(28818,1,1682143200,2023,4,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(28819,1,1682146800,2023,4,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(28820,1,1682150400,2023,4,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(28821,1,1682154000,2023,4,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(28822,1,1682157600,2023,4,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(28823,1,1682161200,2023,4,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(28824,1,1682164800,2023,4,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(28825,1,1682168400,2023,4,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(28826,1,1682172000,2023,4,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(28827,1,1682175600,2023,4,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(28828,1,1682179200,2023,4,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(28829,1,1682182800,2023,4,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(28830,1,1682186400,2023,4,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(28831,1,1682190000,2023,4,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(28832,1,1682193600,2023,4,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(28833,1,1682197200,2023,4,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(28834,1,1682287200,2023,4,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(28835,1,1682290800,2023,4,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(28836,1,1682294400,2023,4,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(28837,1,1682298000,2023,4,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(28838,1,1682301600,2023,4,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(28839,1,1682305200,2023,4,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(28840,1,1682308800,2023,4,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(28841,1,1682312400,2023,4,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(28842,1,1682316000,2023,4,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(28843,1,1682319600,2023,4,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(28844,1,1682323200,2023,4,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(28845,1,1682326800,2023,4,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(28846,1,1682330400,2023,4,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(28847,1,1682334000,2023,4,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(28848,1,1682337600,2023,4,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(28849,1,1682341200,2023,4,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(28850,1,1682344800,2023,4,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(28851,1,1682348400,2023,4,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(28852,1,1682352000,2023,4,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(28853,1,1682355600,2023,4,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(28854,1,1682359200,2023,4,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(28855,1,1682362800,2023,4,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(28856,1,1682366400,2023,4,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(28857,1,1682370000,2023,4,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(28858,1,1682373600,2023,4,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(28859,1,1682377200,2023,4,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(28860,1,1682380800,2023,4,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(28861,1,1682384400,2023,4,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(28862,1,1682388000,2023,4,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(28863,1,1682391600,2023,4,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(28864,1,1682395200,2023,4,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(28865,1,1682398800,2023,4,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(28866,1,1682402400,2023,4,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(28867,1,1682406000,2023,4,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(28868,1,1682409600,2023,4,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(28869,1,1682413200,2023,4,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(28870,1,1682416800,2023,4,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(28871,1,1682420400,2023,4,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(28872,1,1682424000,2023,4,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(28873,1,1682427600,2023,4,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(28874,1,1682431200,2023,4,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(28875,1,1682434800,2023,4,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(28876,1,1682438400,2023,4,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(28877,1,1682442000,2023,4,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(28878,1,1682445600,2023,4,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(28879,1,1682449200,2023,4,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(28880,1,1682452800,2023,4,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(28881,1,1682456400,2023,4,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(28882,1,1682460000,2023,4,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(28883,1,1682463600,2023,4,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(28884,1,1682467200,2023,4,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(28885,1,1682470800,2023,4,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(28886,1,1682474400,2023,4,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(28887,1,1682478000,2023,4,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(28888,1,1682481600,2023,4,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(28889,1,1682485200,2023,4,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(28890,1,1682488800,2023,4,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(28891,1,1682492400,2023,4,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(28892,1,1682496000,2023,4,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(28893,1,1682499600,2023,4,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(28894,1,1682503200,2023,4,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(28895,1,1682506800,2023,4,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(28896,1,1682510400,2023,4,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(28897,1,1682514000,2023,4,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(28898,1,1682517600,2023,4,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(28899,1,1682521200,2023,4,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(28900,1,1682524800,2023,4,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(28901,1,1682528400,2023,4,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(28902,1,1682532000,2023,4,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(28903,1,1682535600,2023,4,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(28904,1,1682539200,2023,4,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(28905,1,1682542800,2023,4,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(28906,1,1682546400,2023,4,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(28907,1,1682550000,2023,4,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(28908,1,1682553600,2023,4,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(28909,1,1682557200,2023,4,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(28910,1,1682560800,2023,4,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(28911,1,1682564400,2023,4,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(28912,1,1682568000,2023,4,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(28913,1,1682571600,2023,4,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(28914,1,1682575200,2023,4,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(28915,1,1682578800,2023,4,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(28916,1,1682582400,2023,4,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(28917,1,1682586000,2023,4,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(28918,1,1682589600,2023,4,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(28919,1,1682593200,2023,4,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(28920,1,1682596800,2023,4,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(28921,1,1682600400,2023,4,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(28922,1,1682604000,2023,4,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(28923,1,1682607600,2023,4,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(28924,1,1682611200,2023,4,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(28925,1,1682614800,2023,4,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(28926,1,1682618400,2023,4,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(28927,1,1682622000,2023,4,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(28928,1,1682625600,2023,4,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(28929,1,1682629200,2023,4,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(28930,1,1682632800,2023,4,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(28931,1,1682636400,2023,4,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(28932,1,1682640000,2023,4,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(28933,1,1682643600,2023,4,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(28934,1,1682647200,2023,4,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(28935,1,1682650800,2023,4,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(28936,1,1682654400,2023,4,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(28937,1,1682658000,2023,4,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(28938,1,1682661600,2023,4,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(28939,1,1682665200,2023,4,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(28940,1,1682668800,2023,4,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(28941,1,1682672400,2023,4,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(28942,1,1682676000,2023,4,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(28943,1,1682679600,2023,4,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(28944,1,1682683200,2023,4,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(28945,1,1682686800,2023,4,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(28946,1,1682690400,2023,4,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(28947,1,1682694000,2023,4,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(28948,1,1682697600,2023,4,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(28949,1,1682701200,2023,4,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(28950,1,1682704800,2023,4,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(28951,1,1682708400,2023,4,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(28952,1,1682712000,2023,4,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(28953,1,1682715600,2023,4,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(28954,1,1682719200,2023,4,29,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(28955,1,1682722800,2023,4,29,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(28956,1,1682726400,2023,4,29,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(28957,1,1682730000,2023,4,29,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(28958,1,1682733600,2023,4,29,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(28959,1,1682737200,2023,4,29,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(28960,1,1682740800,2023,4,29,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(28961,1,1682744400,2023,4,29,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(28962,1,1682748000,2023,4,29,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(28963,1,1682751600,2023,4,29,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(28964,1,1682755200,2023,4,29,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(28965,1,1682758800,2023,4,29,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(28966,1,1682762400,2023,4,29,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(28967,1,1682766000,2023,4,29,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(28968,1,1682769600,2023,4,29,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(28969,1,1682773200,2023,4,29,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(28970,1,1682776800,2023,4,29,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(28971,1,1682780400,2023,4,29,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(28972,1,1682784000,2023,4,29,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(28973,1,1682787600,2023,4,29,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(28974,1,1682791200,2023,4,29,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(28975,1,1682794800,2023,4,29,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(28976,1,1682798400,2023,4,29,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(28977,1,1682802000,2023,4,29,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(28978,1,1682892000,2023,5,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(28979,1,1682895600,2023,5,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(28980,1,1682899200,2023,5,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(28981,1,1682902800,2023,5,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(28982,1,1682906400,2023,5,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(28983,1,1682910000,2023,5,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(28984,1,1682913600,2023,5,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(28985,1,1682917200,2023,5,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(28986,1,1682920800,2023,5,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(28987,1,1682924400,2023,5,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(28988,1,1682928000,2023,5,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(28989,1,1682931600,2023,5,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(28990,1,1682935200,2023,5,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(28991,1,1682938800,2023,5,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(28992,1,1682942400,2023,5,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(28993,1,1682946000,2023,5,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(28994,1,1682949600,2023,5,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(28995,1,1682953200,2023,5,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(28996,1,1682956800,2023,5,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(28997,1,1682960400,2023,5,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(28998,1,1682964000,2023,5,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(28999,1,1682967600,2023,5,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(29000,1,1682971200,2023,5,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(29001,1,1682974800,2023,5,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(29002,1,1682978400,2023,5,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(29003,1,1682982000,2023,5,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(29004,1,1682985600,2023,5,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(29005,1,1682989200,2023,5,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(29006,1,1682992800,2023,5,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(29007,1,1682996400,2023,5,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(29008,1,1683000000,2023,5,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(29009,1,1683003600,2023,5,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(29010,1,1683007200,2023,5,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(29011,1,1683010800,2023,5,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(29012,1,1683014400,2023,5,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(29013,1,1683018000,2023,5,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(29014,1,1683021600,2023,5,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(29015,1,1683025200,2023,5,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(29016,1,1683028800,2023,5,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(29017,1,1683032400,2023,5,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(29018,1,1683036000,2023,5,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(29019,1,1683039600,2023,5,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(29020,1,1683043200,2023,5,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(29021,1,1683046800,2023,5,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(29022,1,1683050400,2023,5,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(29023,1,1683054000,2023,5,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(29024,1,1683057600,2023,5,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(29025,1,1683061200,2023,5,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(29026,1,1683064800,2023,5,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(29027,1,1683068400,2023,5,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(29028,1,1683072000,2023,5,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(29029,1,1683075600,2023,5,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(29030,1,1683079200,2023,5,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(29031,1,1683082800,2023,5,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(29032,1,1683086400,2023,5,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(29033,1,1683090000,2023,5,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(29034,1,1683093600,2023,5,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(29035,1,1683097200,2023,5,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(29036,1,1683100800,2023,5,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(29037,1,1683104400,2023,5,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(29038,1,1683108000,2023,5,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(29039,1,1683111600,2023,5,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(29040,1,1683115200,2023,5,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(29041,1,1683118800,2023,5,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(29042,1,1683122400,2023,5,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(29043,1,1683126000,2023,5,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(29044,1,1683129600,2023,5,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(29045,1,1683133200,2023,5,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(29046,1,1683136800,2023,5,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(29047,1,1683140400,2023,5,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(29048,1,1683144000,2023,5,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(29049,1,1683147600,2023,5,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(29050,1,1683151200,2023,5,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(29051,1,1683154800,2023,5,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(29052,1,1683158400,2023,5,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(29053,1,1683162000,2023,5,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(29054,1,1683165600,2023,5,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(29055,1,1683169200,2023,5,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(29056,1,1683172800,2023,5,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(29057,1,1683176400,2023,5,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(29058,1,1683180000,2023,5,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(29059,1,1683183600,2023,5,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(29060,1,1683187200,2023,5,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(29061,1,1683190800,2023,5,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(29062,1,1683194400,2023,5,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(29063,1,1683198000,2023,5,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(29064,1,1683201600,2023,5,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(29065,1,1683205200,2023,5,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(29066,1,1683208800,2023,5,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(29067,1,1683212400,2023,5,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(29068,1,1683216000,2023,5,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(29069,1,1683219600,2023,5,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(29070,1,1683223200,2023,5,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(29071,1,1683226800,2023,5,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(29072,1,1683230400,2023,5,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(29073,1,1683234000,2023,5,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(29074,1,1683237600,2023,5,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(29075,1,1683241200,2023,5,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(29076,1,1683244800,2023,5,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(29077,1,1683248400,2023,5,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(29078,1,1683252000,2023,5,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(29079,1,1683255600,2023,5,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(29080,1,1683259200,2023,5,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(29081,1,1683262800,2023,5,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(29082,1,1683266400,2023,5,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(29083,1,1683270000,2023,5,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(29084,1,1683273600,2023,5,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(29085,1,1683277200,2023,5,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(29086,1,1683280800,2023,5,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(29087,1,1683284400,2023,5,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(29088,1,1683288000,2023,5,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(29089,1,1683291600,2023,5,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(29090,1,1683295200,2023,5,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(29091,1,1683298800,2023,5,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(29092,1,1683302400,2023,5,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(29093,1,1683306000,2023,5,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(29094,1,1683309600,2023,5,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(29095,1,1683313200,2023,5,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(29096,1,1683316800,2023,5,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(29097,1,1683320400,2023,5,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(29098,1,1683324000,2023,5,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(29099,1,1683327600,2023,5,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(29100,1,1683331200,2023,5,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(29101,1,1683334800,2023,5,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(29102,1,1683338400,2023,5,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(29103,1,1683342000,2023,5,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(29104,1,1683345600,2023,5,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(29105,1,1683349200,2023,5,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(29106,1,1683352800,2023,5,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(29107,1,1683356400,2023,5,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(29108,1,1683360000,2023,5,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(29109,1,1683363600,2023,5,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(29110,1,1683367200,2023,5,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(29111,1,1683370800,2023,5,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(29112,1,1683374400,2023,5,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(29113,1,1683378000,2023,5,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(29114,1,1683381600,2023,5,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(29115,1,1683385200,2023,5,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(29116,1,1683388800,2023,5,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(29117,1,1683392400,2023,5,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(29118,1,1683396000,2023,5,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(29119,1,1683399600,2023,5,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(29120,1,1683403200,2023,5,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(29121,1,1683406800,2023,5,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(29122,1,1683496800,2023,5,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(29123,1,1683500400,2023,5,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(29124,1,1683504000,2023,5,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(29125,1,1683507600,2023,5,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(29126,1,1683511200,2023,5,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(29127,1,1683514800,2023,5,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(29128,1,1683518400,2023,5,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(29129,1,1683522000,2023,5,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(29130,1,1683525600,2023,5,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(29131,1,1683529200,2023,5,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(29132,1,1683532800,2023,5,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(29133,1,1683536400,2023,5,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(29134,1,1683540000,2023,5,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(29135,1,1683543600,2023,5,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(29136,1,1683547200,2023,5,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(29137,1,1683550800,2023,5,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(29138,1,1683554400,2023,5,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(29139,1,1683558000,2023,5,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(29140,1,1683561600,2023,5,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(29141,1,1683565200,2023,5,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(29142,1,1683568800,2023,5,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(29143,1,1683572400,2023,5,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(29144,1,1683576000,2023,5,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(29145,1,1683579600,2023,5,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(29146,1,1683583200,2023,5,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(29147,1,1683586800,2023,5,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(29148,1,1683590400,2023,5,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(29149,1,1683594000,2023,5,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(29150,1,1683597600,2023,5,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(29151,1,1683601200,2023,5,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(29152,1,1683604800,2023,5,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(29153,1,1683608400,2023,5,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(29154,1,1683612000,2023,5,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(29155,1,1683615600,2023,5,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(29156,1,1683619200,2023,5,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(29157,1,1683622800,2023,5,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(29158,1,1683626400,2023,5,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(29159,1,1683630000,2023,5,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(29160,1,1683633600,2023,5,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(29161,1,1683637200,2023,5,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(29162,1,1683640800,2023,5,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(29163,1,1683644400,2023,5,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(29164,1,1683648000,2023,5,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(29165,1,1683651600,2023,5,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(29166,1,1683655200,2023,5,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(29167,1,1683658800,2023,5,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(29168,1,1683662400,2023,5,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(29169,1,1683666000,2023,5,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(29170,1,1683669600,2023,5,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(29171,1,1683673200,2023,5,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(29172,1,1683676800,2023,5,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(29173,1,1683680400,2023,5,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(29174,1,1683684000,2023,5,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(29175,1,1683687600,2023,5,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(29176,1,1683691200,2023,5,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(29177,1,1683694800,2023,5,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(29178,1,1683698400,2023,5,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(29179,1,1683702000,2023,5,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(29180,1,1683705600,2023,5,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(29181,1,1683709200,2023,5,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(29182,1,1683712800,2023,5,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(29183,1,1683716400,2023,5,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(29184,1,1683720000,2023,5,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(29185,1,1683723600,2023,5,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(29186,1,1683727200,2023,5,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(29187,1,1683730800,2023,5,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(29188,1,1683734400,2023,5,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(29189,1,1683738000,2023,5,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(29190,1,1683741600,2023,5,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(29191,1,1683745200,2023,5,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(29192,1,1683748800,2023,5,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(29193,1,1683752400,2023,5,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(29194,1,1683756000,2023,5,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(29195,1,1683759600,2023,5,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(29196,1,1683763200,2023,5,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(29197,1,1683766800,2023,5,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(29198,1,1683770400,2023,5,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(29199,1,1683774000,2023,5,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(29200,1,1683777600,2023,5,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(29201,1,1683781200,2023,5,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(29202,1,1683784800,2023,5,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(29203,1,1683788400,2023,5,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(29204,1,1683792000,2023,5,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(29205,1,1683795600,2023,5,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(29206,1,1683799200,2023,5,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(29207,1,1683802800,2023,5,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(29208,1,1683806400,2023,5,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(29209,1,1683810000,2023,5,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(29210,1,1683813600,2023,5,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(29211,1,1683817200,2023,5,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(29212,1,1683820800,2023,5,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(29213,1,1683824400,2023,5,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(29214,1,1683828000,2023,5,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(29215,1,1683831600,2023,5,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(29216,1,1683835200,2023,5,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(29217,1,1683838800,2023,5,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(29218,1,1683842400,2023,5,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(29219,1,1683846000,2023,5,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(29220,1,1683849600,2023,5,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(29221,1,1683853200,2023,5,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(29222,1,1683856800,2023,5,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(29223,1,1683860400,2023,5,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(29224,1,1683864000,2023,5,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(29225,1,1683867600,2023,5,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(29226,1,1683871200,2023,5,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(29227,1,1683874800,2023,5,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(29228,1,1683878400,2023,5,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(29229,1,1683882000,2023,5,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(29230,1,1683885600,2023,5,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(29231,1,1683889200,2023,5,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(29232,1,1683892800,2023,5,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(29233,1,1683896400,2023,5,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(29234,1,1683900000,2023,5,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(29235,1,1683903600,2023,5,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(29236,1,1683907200,2023,5,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(29237,1,1683910800,2023,5,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(29238,1,1683914400,2023,5,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(29239,1,1683918000,2023,5,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(29240,1,1683921600,2023,5,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(29241,1,1683925200,2023,5,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(29242,1,1683928800,2023,5,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(29243,1,1683932400,2023,5,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(29244,1,1683936000,2023,5,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(29245,1,1683939600,2023,5,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(29246,1,1683943200,2023,5,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(29247,1,1683946800,2023,5,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(29248,1,1683950400,2023,5,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(29249,1,1683954000,2023,5,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(29250,1,1683957600,2023,5,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(29251,1,1683961200,2023,5,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(29252,1,1683964800,2023,5,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(29253,1,1683968400,2023,5,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(29254,1,1683972000,2023,5,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(29255,1,1683975600,2023,5,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(29256,1,1683979200,2023,5,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(29257,1,1683982800,2023,5,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(29258,1,1683986400,2023,5,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(29259,1,1683990000,2023,5,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(29260,1,1683993600,2023,5,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(29261,1,1683997200,2023,5,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(29262,1,1684000800,2023,5,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(29263,1,1684004400,2023,5,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(29264,1,1684008000,2023,5,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(29265,1,1684011600,2023,5,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(29266,1,1684101600,2023,5,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(29267,1,1684105200,2023,5,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(29268,1,1684108800,2023,5,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(29269,1,1684112400,2023,5,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(29270,1,1684116000,2023,5,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(29271,1,1684119600,2023,5,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(29272,1,1684123200,2023,5,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(29273,1,1684126800,2023,5,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(29274,1,1684130400,2023,5,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(29275,1,1684134000,2023,5,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(29276,1,1684137600,2023,5,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(29277,1,1684141200,2023,5,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(29278,1,1684144800,2023,5,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(29279,1,1684148400,2023,5,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(29280,1,1684152000,2023,5,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(29281,1,1684155600,2023,5,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(29282,1,1684159200,2023,5,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(29283,1,1684162800,2023,5,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(29284,1,1684166400,2023,5,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(29285,1,1684170000,2023,5,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(29286,1,1684173600,2023,5,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(29287,1,1684177200,2023,5,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(29288,1,1684180800,2023,5,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(29289,1,1684184400,2023,5,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(29290,1,1684188000,2023,5,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(29291,1,1684191600,2023,5,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(29292,1,1684195200,2023,5,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(29293,1,1684198800,2023,5,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(29294,1,1684202400,2023,5,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(29295,1,1684206000,2023,5,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(29296,1,1684209600,2023,5,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(29297,1,1684213200,2023,5,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(29298,1,1684216800,2023,5,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(29299,1,1684220400,2023,5,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(29300,1,1684224000,2023,5,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(29301,1,1684227600,2023,5,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(29302,1,1684231200,2023,5,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(29303,1,1684234800,2023,5,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(29304,1,1684238400,2023,5,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(29305,1,1684242000,2023,5,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(29306,1,1684245600,2023,5,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(29307,1,1684249200,2023,5,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(29308,1,1684252800,2023,5,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(29309,1,1684256400,2023,5,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(29310,1,1684260000,2023,5,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(29311,1,1684263600,2023,5,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(29312,1,1684267200,2023,5,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(29313,1,1684270800,2023,5,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(29314,1,1684274400,2023,5,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(29315,1,1684278000,2023,5,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(29316,1,1684281600,2023,5,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(29317,1,1684285200,2023,5,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(29318,1,1684288800,2023,5,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(29319,1,1684292400,2023,5,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(29320,1,1684296000,2023,5,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(29321,1,1684299600,2023,5,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(29322,1,1684303200,2023,5,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(29323,1,1684306800,2023,5,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(29324,1,1684310400,2023,5,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(29325,1,1684314000,2023,5,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(29326,1,1684317600,2023,5,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(29327,1,1684321200,2023,5,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(29328,1,1684324800,2023,5,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(29329,1,1684328400,2023,5,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(29330,1,1684332000,2023,5,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(29331,1,1684335600,2023,5,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(29332,1,1684339200,2023,5,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(29333,1,1684342800,2023,5,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(29334,1,1684346400,2023,5,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(29335,1,1684350000,2023,5,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(29336,1,1684353600,2023,5,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(29337,1,1684357200,2023,5,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(29338,1,1684360800,2023,5,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(29339,1,1684364400,2023,5,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(29340,1,1684368000,2023,5,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(29341,1,1684371600,2023,5,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(29342,1,1684375200,2023,5,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(29343,1,1684378800,2023,5,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(29344,1,1684382400,2023,5,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(29345,1,1684386000,2023,5,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(29346,1,1684389600,2023,5,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(29347,1,1684393200,2023,5,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(29348,1,1684396800,2023,5,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(29349,1,1684400400,2023,5,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(29350,1,1684404000,2023,5,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(29351,1,1684407600,2023,5,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(29352,1,1684411200,2023,5,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(29353,1,1684414800,2023,5,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(29354,1,1684418400,2023,5,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(29355,1,1684422000,2023,5,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(29356,1,1684425600,2023,5,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(29357,1,1684429200,2023,5,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(29358,1,1684432800,2023,5,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(29359,1,1684436400,2023,5,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(29360,1,1684440000,2023,5,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(29361,1,1684443600,2023,5,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(29362,1,1684447200,2023,5,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(29363,1,1684450800,2023,5,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(29364,1,1684454400,2023,5,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(29365,1,1684458000,2023,5,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(29366,1,1684461600,2023,5,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(29367,1,1684465200,2023,5,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(29368,1,1684468800,2023,5,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(29369,1,1684472400,2023,5,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(29370,1,1684476000,2023,5,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(29371,1,1684479600,2023,5,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(29372,1,1684483200,2023,5,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(29373,1,1684486800,2023,5,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(29374,1,1684490400,2023,5,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(29375,1,1684494000,2023,5,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(29376,1,1684497600,2023,5,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(29377,1,1684501200,2023,5,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(29378,1,1684504800,2023,5,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(29379,1,1684508400,2023,5,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(29380,1,1684512000,2023,5,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(29381,1,1684515600,2023,5,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(29382,1,1684519200,2023,5,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(29383,1,1684522800,2023,5,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(29384,1,1684526400,2023,5,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(29385,1,1684530000,2023,5,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(29386,1,1684533600,2023,5,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(29387,1,1684537200,2023,5,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(29388,1,1684540800,2023,5,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(29389,1,1684544400,2023,5,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(29390,1,1684548000,2023,5,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(29391,1,1684551600,2023,5,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(29392,1,1684555200,2023,5,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(29393,1,1684558800,2023,5,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(29394,1,1684562400,2023,5,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(29395,1,1684566000,2023,5,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(29396,1,1684569600,2023,5,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(29397,1,1684573200,2023,5,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(29398,1,1684576800,2023,5,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(29399,1,1684580400,2023,5,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(29400,1,1684584000,2023,5,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(29401,1,1684587600,2023,5,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(29402,1,1684591200,2023,5,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(29403,1,1684594800,2023,5,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(29404,1,1684598400,2023,5,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(29405,1,1684602000,2023,5,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(29406,1,1684605600,2023,5,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(29407,1,1684609200,2023,5,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(29408,1,1684612800,2023,5,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(29409,1,1684616400,2023,5,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(29410,1,1684706400,2023,5,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(29411,1,1684710000,2023,5,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(29412,1,1684713600,2023,5,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(29413,1,1684717200,2023,5,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(29414,1,1684720800,2023,5,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(29415,1,1684724400,2023,5,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(29416,1,1684728000,2023,5,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(29417,1,1684731600,2023,5,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(29418,1,1684735200,2023,5,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(29419,1,1684738800,2023,5,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(29420,1,1684742400,2023,5,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(29421,1,1684746000,2023,5,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(29422,1,1684749600,2023,5,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(29423,1,1684753200,2023,5,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(29424,1,1684756800,2023,5,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(29425,1,1684760400,2023,5,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(29426,1,1684764000,2023,5,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(29427,1,1684767600,2023,5,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(29428,1,1684771200,2023,5,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(29429,1,1684774800,2023,5,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(29430,1,1684778400,2023,5,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(29431,1,1684782000,2023,5,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(29432,1,1684785600,2023,5,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(29433,1,1684789200,2023,5,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(29434,1,1684792800,2023,5,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(29435,1,1684796400,2023,5,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(29436,1,1684800000,2023,5,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(29437,1,1684803600,2023,5,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(29438,1,1684807200,2023,5,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(29439,1,1684810800,2023,5,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(29440,1,1684814400,2023,5,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(29441,1,1684818000,2023,5,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(29442,1,1684821600,2023,5,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(29443,1,1684825200,2023,5,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(29444,1,1684828800,2023,5,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(29445,1,1684832400,2023,5,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(29446,1,1684836000,2023,5,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(29447,1,1684839600,2023,5,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(29448,1,1684843200,2023,5,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(29449,1,1684846800,2023,5,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(29450,1,1684850400,2023,5,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(29451,1,1684854000,2023,5,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(29452,1,1684857600,2023,5,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(29453,1,1684861200,2023,5,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(29454,1,1684864800,2023,5,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(29455,1,1684868400,2023,5,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(29456,1,1684872000,2023,5,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(29457,1,1684875600,2023,5,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(29458,1,1684879200,2023,5,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(29459,1,1684882800,2023,5,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(29460,1,1684886400,2023,5,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(29461,1,1684890000,2023,5,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(29462,1,1684893600,2023,5,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(29463,1,1684897200,2023,5,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(29464,1,1684900800,2023,5,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(29465,1,1684904400,2023,5,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(29466,1,1684908000,2023,5,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(29467,1,1684911600,2023,5,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(29468,1,1684915200,2023,5,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(29469,1,1684918800,2023,5,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(29470,1,1684922400,2023,5,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(29471,1,1684926000,2023,5,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(29472,1,1684929600,2023,5,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(29473,1,1684933200,2023,5,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(29474,1,1684936800,2023,5,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(29475,1,1684940400,2023,5,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(29476,1,1684944000,2023,5,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(29477,1,1684947600,2023,5,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(29478,1,1684951200,2023,5,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(29479,1,1684954800,2023,5,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(29480,1,1684958400,2023,5,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(29481,1,1684962000,2023,5,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(29482,1,1684965600,2023,5,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(29483,1,1684969200,2023,5,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(29484,1,1684972800,2023,5,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(29485,1,1684976400,2023,5,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(29486,1,1684980000,2023,5,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(29487,1,1684983600,2023,5,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(29488,1,1684987200,2023,5,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(29489,1,1684990800,2023,5,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(29490,1,1684994400,2023,5,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(29491,1,1684998000,2023,5,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(29492,1,1685001600,2023,5,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(29493,1,1685005200,2023,5,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(29494,1,1685008800,2023,5,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(29495,1,1685012400,2023,5,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(29496,1,1685016000,2023,5,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(29497,1,1685019600,2023,5,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(29498,1,1685023200,2023,5,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(29499,1,1685026800,2023,5,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(29500,1,1685030400,2023,5,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(29501,1,1685034000,2023,5,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(29502,1,1685037600,2023,5,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(29503,1,1685041200,2023,5,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(29504,1,1685044800,2023,5,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(29505,1,1685048400,2023,5,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(29506,1,1685052000,2023,5,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(29507,1,1685055600,2023,5,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(29508,1,1685059200,2023,5,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(29509,1,1685062800,2023,5,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(29510,1,1685066400,2023,5,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(29511,1,1685070000,2023,5,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(29512,1,1685073600,2023,5,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(29513,1,1685077200,2023,5,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(29514,1,1685080800,2023,5,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(29515,1,1685084400,2023,5,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(29516,1,1685088000,2023,5,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(29517,1,1685091600,2023,5,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(29518,1,1685095200,2023,5,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(29519,1,1685098800,2023,5,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(29520,1,1685102400,2023,5,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(29521,1,1685106000,2023,5,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(29522,1,1685109600,2023,5,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(29523,1,1685113200,2023,5,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(29524,1,1685116800,2023,5,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(29525,1,1685120400,2023,5,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(29526,1,1685124000,2023,5,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(29527,1,1685127600,2023,5,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(29528,1,1685131200,2023,5,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(29529,1,1685134800,2023,5,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(29530,1,1685138400,2023,5,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(29531,1,1685142000,2023,5,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(29532,1,1685145600,2023,5,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(29533,1,1685149200,2023,5,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(29534,1,1685152800,2023,5,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(29535,1,1685156400,2023,5,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(29536,1,1685160000,2023,5,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(29537,1,1685163600,2023,5,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(29538,1,1685167200,2023,5,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(29539,1,1685170800,2023,5,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(29540,1,1685174400,2023,5,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(29541,1,1685178000,2023,5,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(29542,1,1685181600,2023,5,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(29543,1,1685185200,2023,5,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(29544,1,1685188800,2023,5,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(29545,1,1685192400,2023,5,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(29546,1,1685196000,2023,5,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(29547,1,1685199600,2023,5,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(29548,1,1685203200,2023,5,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(29549,1,1685206800,2023,5,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(29550,1,1685210400,2023,5,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(29551,1,1685214000,2023,5,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(29552,1,1685217600,2023,5,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(29553,1,1685221200,2023,5,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(29554,1,1685311200,2023,5,29,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(29555,1,1685314800,2023,5,29,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(29556,1,1685318400,2023,5,29,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(29557,1,1685322000,2023,5,29,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(29558,1,1685325600,2023,5,29,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(29559,1,1685329200,2023,5,29,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(29560,1,1685332800,2023,5,29,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(29561,1,1685336400,2023,5,29,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(29562,1,1685340000,2023,5,29,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(29563,1,1685343600,2023,5,29,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(29564,1,1685347200,2023,5,29,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(29565,1,1685350800,2023,5,29,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(29566,1,1685354400,2023,5,29,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(29567,1,1685358000,2023,5,29,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(29568,1,1685361600,2023,5,29,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(29569,1,1685365200,2023,5,29,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(29570,1,1685368800,2023,5,29,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(29571,1,1685372400,2023,5,29,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(29572,1,1685376000,2023,5,29,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(29573,1,1685379600,2023,5,29,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(29574,1,1685383200,2023,5,29,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(29575,1,1685386800,2023,5,29,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(29576,1,1685390400,2023,5,29,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(29577,1,1685394000,2023,5,29,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(29578,1,1685397600,2023,5,30,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(29579,1,1685401200,2023,5,30,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(29580,1,1685404800,2023,5,30,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(29581,1,1685408400,2023,5,30,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(29582,1,1685412000,2023,5,30,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(29583,1,1685415600,2023,5,30,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(29584,1,1685419200,2023,5,30,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(29585,1,1685422800,2023,5,30,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(29586,1,1685426400,2023,5,30,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(29587,1,1685430000,2023,5,30,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(29588,1,1685433600,2023,5,30,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(29589,1,1685437200,2023,5,30,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(29590,1,1685440800,2023,5,30,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(29591,1,1685444400,2023,5,30,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(29592,1,1685448000,2023,5,30,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(29593,1,1685451600,2023,5,30,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(29594,1,1685455200,2023,5,30,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(29595,1,1685458800,2023,5,30,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(29596,1,1685462400,2023,5,30,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(29597,1,1685466000,2023,5,30,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(29598,1,1685469600,2023,5,30,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(29599,1,1685473200,2023,5,30,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(29600,1,1685476800,2023,5,30,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(29601,1,1685480400,2023,5,30,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(29602,1,1685484000,2023,5,31,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(29603,1,1685487600,2023,5,31,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(29604,1,1685491200,2023,5,31,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(29605,1,1685494800,2023,5,31,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(29606,1,1685498400,2023,5,31,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(29607,1,1685502000,2023,5,31,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(29608,1,1685505600,2023,5,31,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(29609,1,1685509200,2023,5,31,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(29610,1,1685512800,2023,5,31,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(29611,1,1685516400,2023,5,31,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(29612,1,1685520000,2023,5,31,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(29613,1,1685523600,2023,5,31,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(29614,1,1685527200,2023,5,31,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(29615,1,1685530800,2023,5,31,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(29616,1,1685534400,2023,5,31,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(29617,1,1685538000,2023,5,31,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(29618,1,1685541600,2023,5,31,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(29619,1,1685545200,2023,5,31,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(29620,1,1685548800,2023,5,31,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(29621,1,1685552400,2023,5,31,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(29622,1,1685556000,2023,5,31,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(29623,1,1685559600,2023,5,31,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(29624,1,1685563200,2023,5,31,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(29625,1,1685566800,2023,5,31,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(29626,1,1685570400,2023,6,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(29627,1,1685574000,2023,6,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(29628,1,1685577600,2023,6,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(29629,1,1685581200,2023,6,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(29630,1,1685584800,2023,6,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(29631,1,1685588400,2023,6,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(29632,1,1685592000,2023,6,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(29633,1,1685595600,2023,6,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(29634,1,1685599200,2023,6,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(29635,1,1685602800,2023,6,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(29636,1,1685606400,2023,6,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(29637,1,1685610000,2023,6,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(29638,1,1685613600,2023,6,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(29639,1,1685617200,2023,6,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(29640,1,1685620800,2023,6,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(29641,1,1685624400,2023,6,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(29642,1,1685628000,2023,6,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(29643,1,1685631600,2023,6,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(29644,1,1685635200,2023,6,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(29645,1,1685638800,2023,6,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(29646,1,1685642400,2023,6,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(29647,1,1685646000,2023,6,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(29648,1,1685649600,2023,6,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(29649,1,1685653200,2023,6,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(29650,1,1685656800,2023,6,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(29651,1,1685660400,2023,6,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(29652,1,1685664000,2023,6,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(29653,1,1685667600,2023,6,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(29654,1,1685671200,2023,6,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(29655,1,1685674800,2023,6,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(29656,1,1685678400,2023,6,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(29657,1,1685682000,2023,6,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(29658,1,1685685600,2023,6,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(29659,1,1685689200,2023,6,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(29660,1,1685692800,2023,6,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(29661,1,1685696400,2023,6,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(29662,1,1685700000,2023,6,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(29663,1,1685703600,2023,6,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(29664,1,1685707200,2023,6,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(29665,1,1685710800,2023,6,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(29666,1,1685714400,2023,6,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(29667,1,1685718000,2023,6,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(29668,1,1685721600,2023,6,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(29669,1,1685725200,2023,6,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(29670,1,1685728800,2023,6,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(29671,1,1685732400,2023,6,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(29672,1,1685736000,2023,6,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(29673,1,1685739600,2023,6,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(29674,1,1685743200,2023,6,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(29675,1,1685746800,2023,6,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(29676,1,1685750400,2023,6,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(29677,1,1685754000,2023,6,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(29678,1,1685757600,2023,6,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(29679,1,1685761200,2023,6,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(29680,1,1685764800,2023,6,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(29681,1,1685768400,2023,6,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(29682,1,1685772000,2023,6,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(29683,1,1685775600,2023,6,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(29684,1,1685779200,2023,6,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(29685,1,1685782800,2023,6,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(29686,1,1685786400,2023,6,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(29687,1,1685790000,2023,6,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(29688,1,1685793600,2023,6,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(29689,1,1685797200,2023,6,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(29690,1,1685800800,2023,6,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(29691,1,1685804400,2023,6,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(29692,1,1685808000,2023,6,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(29693,1,1685811600,2023,6,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(29694,1,1685815200,2023,6,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(29695,1,1685818800,2023,6,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(29696,1,1685822400,2023,6,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(29697,1,1685826000,2023,6,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(29698,1,1685916000,2023,6,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(29699,1,1685919600,2023,6,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(29700,1,1685923200,2023,6,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(29701,1,1685926800,2023,6,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(29702,1,1685930400,2023,6,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(29703,1,1685934000,2023,6,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(29704,1,1685937600,2023,6,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(29705,1,1685941200,2023,6,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(29706,1,1685944800,2023,6,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(29707,1,1685948400,2023,6,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(29708,1,1685952000,2023,6,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(29709,1,1685955600,2023,6,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(29710,1,1685959200,2023,6,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(29711,1,1685962800,2023,6,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(29712,1,1685966400,2023,6,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(29713,1,1685970000,2023,6,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(29714,1,1685973600,2023,6,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(29715,1,1685977200,2023,6,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(29716,1,1685980800,2023,6,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(29717,1,1685984400,2023,6,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(29718,1,1685988000,2023,6,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(29719,1,1685991600,2023,6,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(29720,1,1685995200,2023,6,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(29721,1,1685998800,2023,6,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(29722,1,1686002400,2023,6,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(29723,1,1686006000,2023,6,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(29724,1,1686009600,2023,6,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(29725,1,1686013200,2023,6,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(29726,1,1686016800,2023,6,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(29727,1,1686020400,2023,6,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(29728,1,1686024000,2023,6,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(29729,1,1686027600,2023,6,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(29730,1,1686031200,2023,6,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(29731,1,1686034800,2023,6,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(29732,1,1686038400,2023,6,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(29733,1,1686042000,2023,6,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(29734,1,1686045600,2023,6,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(29735,1,1686049200,2023,6,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(29736,1,1686052800,2023,6,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(29737,1,1686056400,2023,6,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(29738,1,1686060000,2023,6,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(29739,1,1686063600,2023,6,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(29740,1,1686067200,2023,6,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(29741,1,1686070800,2023,6,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(29742,1,1686074400,2023,6,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(29743,1,1686078000,2023,6,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(29744,1,1686081600,2023,6,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(29745,1,1686085200,2023,6,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(29746,1,1686088800,2023,6,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(29747,1,1686092400,2023,6,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(29748,1,1686096000,2023,6,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(29749,1,1686099600,2023,6,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(29750,1,1686103200,2023,6,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(29751,1,1686106800,2023,6,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(29752,1,1686110400,2023,6,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(29753,1,1686114000,2023,6,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(29754,1,1686117600,2023,6,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(29755,1,1686121200,2023,6,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(29756,1,1686124800,2023,6,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(29757,1,1686128400,2023,6,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(29758,1,1686132000,2023,6,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(29759,1,1686135600,2023,6,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(29760,1,1686139200,2023,6,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(29761,1,1686142800,2023,6,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(29762,1,1686146400,2023,6,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(29763,1,1686150000,2023,6,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(29764,1,1686153600,2023,6,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(29765,1,1686157200,2023,6,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(29766,1,1686160800,2023,6,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(29767,1,1686164400,2023,6,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(29768,1,1686168000,2023,6,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(29769,1,1686171600,2023,6,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(29770,1,1686175200,2023,6,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(29771,1,1686178800,2023,6,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(29772,1,1686182400,2023,6,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(29773,1,1686186000,2023,6,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(29774,1,1686189600,2023,6,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(29775,1,1686193200,2023,6,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(29776,1,1686196800,2023,6,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(29777,1,1686200400,2023,6,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(29778,1,1686204000,2023,6,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(29779,1,1686207600,2023,6,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(29780,1,1686211200,2023,6,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(29781,1,1686214800,2023,6,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(29782,1,1686218400,2023,6,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(29783,1,1686222000,2023,6,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(29784,1,1686225600,2023,6,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(29785,1,1686229200,2023,6,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(29786,1,1686232800,2023,6,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(29787,1,1686236400,2023,6,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(29788,1,1686240000,2023,6,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(29789,1,1686243600,2023,6,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(29790,1,1686247200,2023,6,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(29791,1,1686250800,2023,6,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(29792,1,1686254400,2023,6,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(29793,1,1686258000,2023,6,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(29794,1,1686261600,2023,6,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(29795,1,1686265200,2023,6,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(29796,1,1686268800,2023,6,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(29797,1,1686272400,2023,6,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(29798,1,1686276000,2023,6,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(29799,1,1686279600,2023,6,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(29800,1,1686283200,2023,6,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(29801,1,1686286800,2023,6,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(29802,1,1686290400,2023,6,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(29803,1,1686294000,2023,6,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(29804,1,1686297600,2023,6,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(29805,1,1686301200,2023,6,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(29806,1,1686304800,2023,6,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(29807,1,1686308400,2023,6,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(29808,1,1686312000,2023,6,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(29809,1,1686315600,2023,6,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(29810,1,1686319200,2023,6,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(29811,1,1686322800,2023,6,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(29812,1,1686326400,2023,6,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(29813,1,1686330000,2023,6,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(29814,1,1686333600,2023,6,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(29815,1,1686337200,2023,6,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(29816,1,1686340800,2023,6,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(29817,1,1686344400,2023,6,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(29818,1,1686348000,2023,6,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(29819,1,1686351600,2023,6,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(29820,1,1686355200,2023,6,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(29821,1,1686358800,2023,6,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(29822,1,1686362400,2023,6,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(29823,1,1686366000,2023,6,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(29824,1,1686369600,2023,6,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(29825,1,1686373200,2023,6,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(29826,1,1686376800,2023,6,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(29827,1,1686380400,2023,6,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(29828,1,1686384000,2023,6,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(29829,1,1686387600,2023,6,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(29830,1,1686391200,2023,6,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(29831,1,1686394800,2023,6,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(29832,1,1686398400,2023,6,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(29833,1,1686402000,2023,6,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(29834,1,1686405600,2023,6,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(29835,1,1686409200,2023,6,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(29836,1,1686412800,2023,6,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(29837,1,1686416400,2023,6,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(29838,1,1686420000,2023,6,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(29839,1,1686423600,2023,6,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(29840,1,1686427200,2023,6,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(29841,1,1686430800,2023,6,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(29842,1,1686520800,2023,6,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(29843,1,1686524400,2023,6,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(29844,1,1686528000,2023,6,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(29845,1,1686531600,2023,6,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(29846,1,1686535200,2023,6,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(29847,1,1686538800,2023,6,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(29848,1,1686542400,2023,6,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(29849,1,1686546000,2023,6,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(29850,1,1686549600,2023,6,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(29851,1,1686553200,2023,6,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(29852,1,1686556800,2023,6,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(29853,1,1686560400,2023,6,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(29854,1,1686564000,2023,6,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(29855,1,1686567600,2023,6,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(29856,1,1686571200,2023,6,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(29857,1,1686574800,2023,6,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(29858,1,1686578400,2023,6,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(29859,1,1686582000,2023,6,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(29860,1,1686585600,2023,6,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(29861,1,1686589200,2023,6,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(29862,1,1686592800,2023,6,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(29863,1,1686596400,2023,6,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(29864,1,1686600000,2023,6,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(29865,1,1686603600,2023,6,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(29866,1,1686607200,2023,6,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(29867,1,1686610800,2023,6,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(29868,1,1686614400,2023,6,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(29869,1,1686618000,2023,6,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(29870,1,1686621600,2023,6,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(29871,1,1686625200,2023,6,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(29872,1,1686628800,2023,6,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(29873,1,1686632400,2023,6,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(29874,1,1686636000,2023,6,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(29875,1,1686639600,2023,6,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(29876,1,1686643200,2023,6,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(29877,1,1686646800,2023,6,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(29878,1,1686650400,2023,6,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(29879,1,1686654000,2023,6,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(29880,1,1686657600,2023,6,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(29881,1,1686661200,2023,6,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(29882,1,1686664800,2023,6,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(29883,1,1686668400,2023,6,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(29884,1,1686672000,2023,6,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(29885,1,1686675600,2023,6,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(29886,1,1686679200,2023,6,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(29887,1,1686682800,2023,6,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(29888,1,1686686400,2023,6,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(29889,1,1686690000,2023,6,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(29890,1,1686693600,2023,6,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(29891,1,1686697200,2023,6,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(29892,1,1686700800,2023,6,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(29893,1,1686704400,2023,6,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(29894,1,1686708000,2023,6,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(29895,1,1686711600,2023,6,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(29896,1,1686715200,2023,6,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(29897,1,1686718800,2023,6,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(29898,1,1686722400,2023,6,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(29899,1,1686726000,2023,6,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(29900,1,1686729600,2023,6,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(29901,1,1686733200,2023,6,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(29902,1,1686736800,2023,6,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(29903,1,1686740400,2023,6,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(29904,1,1686744000,2023,6,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(29905,1,1686747600,2023,6,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(29906,1,1686751200,2023,6,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(29907,1,1686754800,2023,6,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(29908,1,1686758400,2023,6,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(29909,1,1686762000,2023,6,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(29910,1,1686765600,2023,6,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(29911,1,1686769200,2023,6,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(29912,1,1686772800,2023,6,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(29913,1,1686776400,2023,6,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(29914,1,1686780000,2023,6,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(29915,1,1686783600,2023,6,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(29916,1,1686787200,2023,6,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(29917,1,1686790800,2023,6,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(29918,1,1686794400,2023,6,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(29919,1,1686798000,2023,6,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(29920,1,1686801600,2023,6,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(29921,1,1686805200,2023,6,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(29922,1,1686808800,2023,6,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(29923,1,1686812400,2023,6,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(29924,1,1686816000,2023,6,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(29925,1,1686819600,2023,6,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(29926,1,1686823200,2023,6,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(29927,1,1686826800,2023,6,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(29928,1,1686830400,2023,6,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(29929,1,1686834000,2023,6,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(29930,1,1686837600,2023,6,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(29931,1,1686841200,2023,6,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(29932,1,1686844800,2023,6,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(29933,1,1686848400,2023,6,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(29934,1,1686852000,2023,6,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(29935,1,1686855600,2023,6,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(29936,1,1686859200,2023,6,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(29937,1,1686862800,2023,6,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(29938,1,1686866400,2023,6,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(29939,1,1686870000,2023,6,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(29940,1,1686873600,2023,6,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(29941,1,1686877200,2023,6,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(29942,1,1686880800,2023,6,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(29943,1,1686884400,2023,6,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(29944,1,1686888000,2023,6,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(29945,1,1686891600,2023,6,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(29946,1,1686895200,2023,6,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(29947,1,1686898800,2023,6,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(29948,1,1686902400,2023,6,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(29949,1,1686906000,2023,6,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(29950,1,1686909600,2023,6,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(29951,1,1686913200,2023,6,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(29952,1,1686916800,2023,6,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(29953,1,1686920400,2023,6,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(29954,1,1686924000,2023,6,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(29955,1,1686927600,2023,6,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(29956,1,1686931200,2023,6,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(29957,1,1686934800,2023,6,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(29958,1,1686938400,2023,6,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(29959,1,1686942000,2023,6,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(29960,1,1686945600,2023,6,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(29961,1,1686949200,2023,6,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(29962,1,1686952800,2023,6,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(29963,1,1686956400,2023,6,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(29964,1,1686960000,2023,6,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(29965,1,1686963600,2023,6,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(29966,1,1686967200,2023,6,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(29967,1,1686970800,2023,6,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(29968,1,1686974400,2023,6,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(29969,1,1686978000,2023,6,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(29970,1,1686981600,2023,6,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(29971,1,1686985200,2023,6,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(29972,1,1686988800,2023,6,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(29973,1,1686992400,2023,6,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(29974,1,1686996000,2023,6,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(29975,1,1686999600,2023,6,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(29976,1,1687003200,2023,6,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(29977,1,1687006800,2023,6,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(29978,1,1687010400,2023,6,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(29979,1,1687014000,2023,6,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(29980,1,1687017600,2023,6,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(29981,1,1687021200,2023,6,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(29982,1,1687024800,2023,6,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(29983,1,1687028400,2023,6,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(29984,1,1687032000,2023,6,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(29985,1,1687035600,2023,6,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(29986,1,1687125600,2023,6,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(29987,1,1687129200,2023,6,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(29988,1,1687132800,2023,6,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(29989,1,1687136400,2023,6,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(29990,1,1687140000,2023,6,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(29991,1,1687143600,2023,6,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(29992,1,1687147200,2023,6,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(29993,1,1687150800,2023,6,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(29994,1,1687154400,2023,6,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(29995,1,1687158000,2023,6,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(29996,1,1687161600,2023,6,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(29997,1,1687165200,2023,6,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(29998,1,1687168800,2023,6,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(29999,1,1687172400,2023,6,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(30000,1,1687176000,2023,6,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(30001,1,1687179600,2023,6,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(30002,1,1687183200,2023,6,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(30003,1,1687186800,2023,6,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(30004,1,1687190400,2023,6,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(30005,1,1687194000,2023,6,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(30006,1,1687197600,2023,6,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(30007,1,1687201200,2023,6,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(30008,1,1687204800,2023,6,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(30009,1,1687208400,2023,6,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(30010,1,1687212000,2023,6,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(30011,1,1687215600,2023,6,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(30012,1,1687219200,2023,6,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(30013,1,1687222800,2023,6,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(30014,1,1687226400,2023,6,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(30015,1,1687230000,2023,6,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(30016,1,1687233600,2023,6,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(30017,1,1687237200,2023,6,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(30018,1,1687240800,2023,6,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(30019,1,1687244400,2023,6,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(30020,1,1687248000,2023,6,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(30021,1,1687251600,2023,6,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(30022,1,1687255200,2023,6,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(30023,1,1687258800,2023,6,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(30024,1,1687262400,2023,6,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(30025,1,1687266000,2023,6,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(30026,1,1687269600,2023,6,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(30027,1,1687273200,2023,6,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(30028,1,1687276800,2023,6,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(30029,1,1687280400,2023,6,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(30030,1,1687284000,2023,6,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(30031,1,1687287600,2023,6,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(30032,1,1687291200,2023,6,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(30033,1,1687294800,2023,6,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(30034,1,1687298400,2023,6,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(30035,1,1687302000,2023,6,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(30036,1,1687305600,2023,6,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(30037,1,1687309200,2023,6,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(30038,1,1687312800,2023,6,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(30039,1,1687316400,2023,6,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(30040,1,1687320000,2023,6,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(30041,1,1687323600,2023,6,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(30042,1,1687327200,2023,6,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(30043,1,1687330800,2023,6,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(30044,1,1687334400,2023,6,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(30045,1,1687338000,2023,6,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(30046,1,1687341600,2023,6,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(30047,1,1687345200,2023,6,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(30048,1,1687348800,2023,6,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(30049,1,1687352400,2023,6,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(30050,1,1687356000,2023,6,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(30051,1,1687359600,2023,6,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(30052,1,1687363200,2023,6,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(30053,1,1687366800,2023,6,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(30054,1,1687370400,2023,6,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(30055,1,1687374000,2023,6,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(30056,1,1687377600,2023,6,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(30057,1,1687381200,2023,6,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(30058,1,1687384800,2023,6,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(30059,1,1687388400,2023,6,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(30060,1,1687392000,2023,6,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(30061,1,1687395600,2023,6,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(30062,1,1687399200,2023,6,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(30063,1,1687402800,2023,6,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(30064,1,1687406400,2023,6,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(30065,1,1687410000,2023,6,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(30066,1,1687413600,2023,6,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(30067,1,1687417200,2023,6,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(30068,1,1687420800,2023,6,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(30069,1,1687424400,2023,6,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(30070,1,1687428000,2023,6,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(30071,1,1687431600,2023,6,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(30072,1,1687435200,2023,6,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(30073,1,1687438800,2023,6,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(30074,1,1687442400,2023,6,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(30075,1,1687446000,2023,6,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(30076,1,1687449600,2023,6,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(30077,1,1687453200,2023,6,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(30078,1,1687456800,2023,6,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(30079,1,1687460400,2023,6,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(30080,1,1687464000,2023,6,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(30081,1,1687467600,2023,6,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(30082,1,1687471200,2023,6,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(30083,1,1687474800,2023,6,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(30084,1,1687478400,2023,6,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(30085,1,1687482000,2023,6,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(30086,1,1687485600,2023,6,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(30087,1,1687489200,2023,6,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(30088,1,1687492800,2023,6,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(30089,1,1687496400,2023,6,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(30090,1,1687500000,2023,6,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(30091,1,1687503600,2023,6,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(30092,1,1687507200,2023,6,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(30093,1,1687510800,2023,6,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(30094,1,1687514400,2023,6,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(30095,1,1687518000,2023,6,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(30096,1,1687521600,2023,6,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(30097,1,1687525200,2023,6,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(30098,1,1687528800,2023,6,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(30099,1,1687532400,2023,6,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(30100,1,1687536000,2023,6,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(30101,1,1687539600,2023,6,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(30102,1,1687543200,2023,6,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(30103,1,1687546800,2023,6,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(30104,1,1687550400,2023,6,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(30105,1,1687554000,2023,6,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(30106,1,1687557600,2023,6,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(30107,1,1687561200,2023,6,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(30108,1,1687564800,2023,6,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(30109,1,1687568400,2023,6,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(30110,1,1687572000,2023,6,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(30111,1,1687575600,2023,6,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(30112,1,1687579200,2023,6,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(30113,1,1687582800,2023,6,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(30114,1,1687586400,2023,6,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(30115,1,1687590000,2023,6,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(30116,1,1687593600,2023,6,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(30117,1,1687597200,2023,6,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(30118,1,1687600800,2023,6,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(30119,1,1687604400,2023,6,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(30120,1,1687608000,2023,6,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(30121,1,1687611600,2023,6,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(30122,1,1687615200,2023,6,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(30123,1,1687618800,2023,6,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(30124,1,1687622400,2023,6,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(30125,1,1687626000,2023,6,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(30126,1,1687629600,2023,6,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(30127,1,1687633200,2023,6,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(30128,1,1687636800,2023,6,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(30129,1,1687640400,2023,6,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(30130,1,1687730400,2023,6,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(30131,1,1687734000,2023,6,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(30132,1,1687737600,2023,6,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(30133,1,1687741200,2023,6,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(30134,1,1687744800,2023,6,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(30135,1,1687748400,2023,6,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(30136,1,1687752000,2023,6,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(30137,1,1687755600,2023,6,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(30138,1,1687759200,2023,6,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(30139,1,1687762800,2023,6,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(30140,1,1687766400,2023,6,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(30141,1,1687770000,2023,6,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(30142,1,1687773600,2023,6,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(30143,1,1687777200,2023,6,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(30144,1,1687780800,2023,6,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(30145,1,1687784400,2023,6,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(30146,1,1687788000,2023,6,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(30147,1,1687791600,2023,6,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(30148,1,1687795200,2023,6,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(30149,1,1687798800,2023,6,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(30150,1,1687802400,2023,6,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(30151,1,1687806000,2023,6,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(30152,1,1687809600,2023,6,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(30153,1,1687813200,2023,6,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(30154,1,1687816800,2023,6,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(30155,1,1687820400,2023,6,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(30156,1,1687824000,2023,6,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(30157,1,1687827600,2023,6,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(30158,1,1687831200,2023,6,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(30159,1,1687834800,2023,6,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(30160,1,1687838400,2023,6,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(30161,1,1687842000,2023,6,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(30162,1,1687845600,2023,6,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(30163,1,1687849200,2023,6,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(30164,1,1687852800,2023,6,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(30165,1,1687856400,2023,6,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(30166,1,1687860000,2023,6,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(30167,1,1687863600,2023,6,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(30168,1,1687867200,2023,6,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(30169,1,1687870800,2023,6,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(30170,1,1687874400,2023,6,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(30171,1,1687878000,2023,6,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(30172,1,1687881600,2023,6,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(30173,1,1687885200,2023,6,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(30174,1,1687888800,2023,6,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(30175,1,1687892400,2023,6,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(30176,1,1687896000,2023,6,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(30177,1,1687899600,2023,6,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(30178,1,1687903200,2023,6,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(30179,1,1687906800,2023,6,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(30180,1,1687910400,2023,6,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(30181,1,1687914000,2023,6,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(30182,1,1687917600,2023,6,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(30183,1,1687921200,2023,6,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(30184,1,1687924800,2023,6,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(30185,1,1687928400,2023,6,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(30186,1,1687932000,2023,6,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(30187,1,1687935600,2023,6,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(30188,1,1687939200,2023,6,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(30189,1,1687942800,2023,6,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(30190,1,1687946400,2023,6,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(30191,1,1687950000,2023,6,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(30192,1,1687953600,2023,6,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(30193,1,1687957200,2023,6,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(30194,1,1687960800,2023,6,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(30195,1,1687964400,2023,6,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(30196,1,1687968000,2023,6,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(30197,1,1687971600,2023,6,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(30198,1,1687975200,2023,6,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(30199,1,1687978800,2023,6,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(30200,1,1687982400,2023,6,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(30201,1,1687986000,2023,6,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(30202,1,1687989600,2023,6,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(30203,1,1687993200,2023,6,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(30204,1,1687996800,2023,6,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(30205,1,1688000400,2023,6,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(30206,1,1688004000,2023,6,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(30207,1,1688007600,2023,6,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(30208,1,1688011200,2023,6,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(30209,1,1688014800,2023,6,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(30210,1,1688018400,2023,6,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(30211,1,1688022000,2023,6,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(30212,1,1688025600,2023,6,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(30213,1,1688029200,2023,6,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(30214,1,1688032800,2023,6,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(30215,1,1688036400,2023,6,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(30216,1,1688040000,2023,6,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(30217,1,1688043600,2023,6,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(30218,1,1688047200,2023,6,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(30219,1,1688050800,2023,6,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(30220,1,1688054400,2023,6,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(30221,1,1688058000,2023,6,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(30222,1,1688061600,2023,6,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(30223,1,1688065200,2023,6,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(30224,1,1688068800,2023,6,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(30225,1,1688072400,2023,6,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(30226,1,1688076000,2023,6,30,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(30227,1,1688079600,2023,6,30,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(30228,1,1688083200,2023,6,30,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(30229,1,1688086800,2023,6,30,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(30230,1,1688090400,2023,6,30,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(30231,1,1688094000,2023,6,30,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(30232,1,1688097600,2023,6,30,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(30233,1,1688101200,2023,6,30,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(30234,1,1688104800,2023,6,30,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(30235,1,1688108400,2023,6,30,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(30236,1,1688112000,2023,6,30,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(30237,1,1688115600,2023,6,30,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(30238,1,1688119200,2023,6,30,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(30239,1,1688122800,2023,6,30,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(30240,1,1688126400,2023,6,30,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(30241,1,1688130000,2023,6,30,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(30242,1,1688133600,2023,6,30,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(30243,1,1688137200,2023,6,30,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(30244,1,1688140800,2023,6,30,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(30245,1,1688144400,2023,6,30,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(30246,1,1688148000,2023,6,30,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(30247,1,1688151600,2023,6,30,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(30248,1,1688155200,2023,6,30,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(30249,1,1688158800,2023,6,30,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(30250,1,1688162400,2023,7,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(30251,1,1688166000,2023,7,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(30252,1,1688169600,2023,7,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(30253,1,1688173200,2023,7,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(30254,1,1688176800,2023,7,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(30255,1,1688180400,2023,7,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(30256,1,1688184000,2023,7,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(30257,1,1688187600,2023,7,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(30258,1,1688191200,2023,7,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(30259,1,1688194800,2023,7,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(30260,1,1688198400,2023,7,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(30261,1,1688202000,2023,7,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(30262,1,1688205600,2023,7,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(30263,1,1688209200,2023,7,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(30264,1,1688212800,2023,7,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(30265,1,1688216400,2023,7,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(30266,1,1688220000,2023,7,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(30267,1,1688223600,2023,7,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(30268,1,1688227200,2023,7,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(30269,1,1688230800,2023,7,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(30270,1,1688234400,2023,7,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(30271,1,1688238000,2023,7,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(30272,1,1688241600,2023,7,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(30273,1,1688245200,2023,7,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(30274,1,1688335200,2023,7,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(30275,1,1688338800,2023,7,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(30276,1,1688342400,2023,7,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(30277,1,1688346000,2023,7,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(30278,1,1688349600,2023,7,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(30279,1,1688353200,2023,7,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(30280,1,1688356800,2023,7,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(30281,1,1688360400,2023,7,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(30282,1,1688364000,2023,7,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(30283,1,1688367600,2023,7,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(30284,1,1688371200,2023,7,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(30285,1,1688374800,2023,7,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(30286,1,1688378400,2023,7,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(30287,1,1688382000,2023,7,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(30288,1,1688385600,2023,7,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(30289,1,1688389200,2023,7,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(30290,1,1688392800,2023,7,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(30291,1,1688396400,2023,7,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(30292,1,1688400000,2023,7,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(30293,1,1688403600,2023,7,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(30294,1,1688407200,2023,7,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(30295,1,1688410800,2023,7,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(30296,1,1688414400,2023,7,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(30297,1,1688418000,2023,7,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(30298,1,1688421600,2023,7,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(30299,1,1688425200,2023,7,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(30300,1,1688428800,2023,7,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(30301,1,1688432400,2023,7,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(30302,1,1688436000,2023,7,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(30303,1,1688439600,2023,7,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(30304,1,1688443200,2023,7,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(30305,1,1688446800,2023,7,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(30306,1,1688450400,2023,7,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(30307,1,1688454000,2023,7,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(30308,1,1688457600,2023,7,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(30309,1,1688461200,2023,7,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(30310,1,1688464800,2023,7,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(30311,1,1688468400,2023,7,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(30312,1,1688472000,2023,7,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(30313,1,1688475600,2023,7,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(30314,1,1688479200,2023,7,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(30315,1,1688482800,2023,7,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(30316,1,1688486400,2023,7,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(30317,1,1688490000,2023,7,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(30318,1,1688493600,2023,7,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(30319,1,1688497200,2023,7,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(30320,1,1688500800,2023,7,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(30321,1,1688504400,2023,7,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(30322,1,1688508000,2023,7,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(30323,1,1688511600,2023,7,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(30324,1,1688515200,2023,7,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(30325,1,1688518800,2023,7,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(30326,1,1688522400,2023,7,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(30327,1,1688526000,2023,7,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(30328,1,1688529600,2023,7,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(30329,1,1688533200,2023,7,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(30330,1,1688536800,2023,7,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(30331,1,1688540400,2023,7,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(30332,1,1688544000,2023,7,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(30333,1,1688547600,2023,7,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(30334,1,1688551200,2023,7,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(30335,1,1688554800,2023,7,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(30336,1,1688558400,2023,7,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(30337,1,1688562000,2023,7,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(30338,1,1688565600,2023,7,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(30339,1,1688569200,2023,7,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(30340,1,1688572800,2023,7,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(30341,1,1688576400,2023,7,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(30342,1,1688580000,2023,7,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(30343,1,1688583600,2023,7,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(30344,1,1688587200,2023,7,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(30345,1,1688590800,2023,7,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(30346,1,1688594400,2023,7,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(30347,1,1688598000,2023,7,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(30348,1,1688601600,2023,7,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(30349,1,1688605200,2023,7,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(30350,1,1688608800,2023,7,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(30351,1,1688612400,2023,7,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(30352,1,1688616000,2023,7,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(30353,1,1688619600,2023,7,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(30354,1,1688623200,2023,7,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(30355,1,1688626800,2023,7,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(30356,1,1688630400,2023,7,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(30357,1,1688634000,2023,7,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(30358,1,1688637600,2023,7,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(30359,1,1688641200,2023,7,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(30360,1,1688644800,2023,7,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(30361,1,1688648400,2023,7,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(30362,1,1688652000,2023,7,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(30363,1,1688655600,2023,7,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(30364,1,1688659200,2023,7,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(30365,1,1688662800,2023,7,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(30366,1,1688666400,2023,7,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(30367,1,1688670000,2023,7,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(30368,1,1688673600,2023,7,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(30369,1,1688677200,2023,7,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(30370,1,1688680800,2023,7,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(30371,1,1688684400,2023,7,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(30372,1,1688688000,2023,7,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(30373,1,1688691600,2023,7,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(30374,1,1688695200,2023,7,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(30375,1,1688698800,2023,7,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(30376,1,1688702400,2023,7,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(30377,1,1688706000,2023,7,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(30378,1,1688709600,2023,7,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(30379,1,1688713200,2023,7,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(30380,1,1688716800,2023,7,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(30381,1,1688720400,2023,7,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(30382,1,1688724000,2023,7,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(30383,1,1688727600,2023,7,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(30384,1,1688731200,2023,7,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(30385,1,1688734800,2023,7,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(30386,1,1688738400,2023,7,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(30387,1,1688742000,2023,7,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(30388,1,1688745600,2023,7,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(30389,1,1688749200,2023,7,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(30390,1,1688752800,2023,7,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(30391,1,1688756400,2023,7,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(30392,1,1688760000,2023,7,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(30393,1,1688763600,2023,7,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(30394,1,1688767200,2023,7,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(30395,1,1688770800,2023,7,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(30396,1,1688774400,2023,7,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(30397,1,1688778000,2023,7,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(30398,1,1688781600,2023,7,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(30399,1,1688785200,2023,7,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(30400,1,1688788800,2023,7,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(30401,1,1688792400,2023,7,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(30402,1,1688796000,2023,7,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(30403,1,1688799600,2023,7,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(30404,1,1688803200,2023,7,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(30405,1,1688806800,2023,7,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(30406,1,1688810400,2023,7,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(30407,1,1688814000,2023,7,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(30408,1,1688817600,2023,7,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(30409,1,1688821200,2023,7,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(30410,1,1688824800,2023,7,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(30411,1,1688828400,2023,7,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(30412,1,1688832000,2023,7,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(30413,1,1688835600,2023,7,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(30414,1,1688839200,2023,7,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(30415,1,1688842800,2023,7,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(30416,1,1688846400,2023,7,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(30417,1,1688850000,2023,7,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(30418,1,1688940000,2023,7,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(30419,1,1688943600,2023,7,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(30420,1,1688947200,2023,7,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(30421,1,1688950800,2023,7,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(30422,1,1688954400,2023,7,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(30423,1,1688958000,2023,7,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(30424,1,1688961600,2023,7,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(30425,1,1688965200,2023,7,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(30426,1,1688968800,2023,7,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(30427,1,1688972400,2023,7,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(30428,1,1688976000,2023,7,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(30429,1,1688979600,2023,7,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(30430,1,1688983200,2023,7,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(30431,1,1688986800,2023,7,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(30432,1,1688990400,2023,7,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(30433,1,1688994000,2023,7,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(30434,1,1688997600,2023,7,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(30435,1,1689001200,2023,7,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(30436,1,1689004800,2023,7,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(30437,1,1689008400,2023,7,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(30438,1,1689012000,2023,7,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(30439,1,1689015600,2023,7,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(30440,1,1689019200,2023,7,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(30441,1,1689022800,2023,7,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(30442,1,1689026400,2023,7,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(30443,1,1689030000,2023,7,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(30444,1,1689033600,2023,7,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(30445,1,1689037200,2023,7,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(30446,1,1689040800,2023,7,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(30447,1,1689044400,2023,7,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(30448,1,1689048000,2023,7,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(30449,1,1689051600,2023,7,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(30450,1,1689055200,2023,7,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(30451,1,1689058800,2023,7,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(30452,1,1689062400,2023,7,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(30453,1,1689066000,2023,7,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(30454,1,1689069600,2023,7,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(30455,1,1689073200,2023,7,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(30456,1,1689076800,2023,7,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(30457,1,1689080400,2023,7,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(30458,1,1689084000,2023,7,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(30459,1,1689087600,2023,7,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(30460,1,1689091200,2023,7,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(30461,1,1689094800,2023,7,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(30462,1,1689098400,2023,7,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(30463,1,1689102000,2023,7,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(30464,1,1689105600,2023,7,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(30465,1,1689109200,2023,7,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(30466,1,1689112800,2023,7,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(30467,1,1689116400,2023,7,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(30468,1,1689120000,2023,7,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(30469,1,1689123600,2023,7,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(30470,1,1689127200,2023,7,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(30471,1,1689130800,2023,7,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(30472,1,1689134400,2023,7,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(30473,1,1689138000,2023,7,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(30474,1,1689141600,2023,7,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(30475,1,1689145200,2023,7,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(30476,1,1689148800,2023,7,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(30477,1,1689152400,2023,7,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(30478,1,1689156000,2023,7,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(30479,1,1689159600,2023,7,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(30480,1,1689163200,2023,7,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(30481,1,1689166800,2023,7,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(30482,1,1689170400,2023,7,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(30483,1,1689174000,2023,7,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(30484,1,1689177600,2023,7,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(30485,1,1689181200,2023,7,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(30486,1,1689184800,2023,7,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(30487,1,1689188400,2023,7,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(30488,1,1689192000,2023,7,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(30489,1,1689195600,2023,7,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(30490,1,1689199200,2023,7,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(30491,1,1689202800,2023,7,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(30492,1,1689206400,2023,7,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(30493,1,1689210000,2023,7,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(30494,1,1689213600,2023,7,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(30495,1,1689217200,2023,7,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(30496,1,1689220800,2023,7,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(30497,1,1689224400,2023,7,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(30498,1,1689228000,2023,7,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(30499,1,1689231600,2023,7,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(30500,1,1689235200,2023,7,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(30501,1,1689238800,2023,7,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(30502,1,1689242400,2023,7,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(30503,1,1689246000,2023,7,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(30504,1,1689249600,2023,7,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(30505,1,1689253200,2023,7,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(30506,1,1689256800,2023,7,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(30507,1,1689260400,2023,7,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(30508,1,1689264000,2023,7,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(30509,1,1689267600,2023,7,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(30510,1,1689271200,2023,7,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(30511,1,1689274800,2023,7,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(30512,1,1689278400,2023,7,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(30513,1,1689282000,2023,7,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(30514,1,1689285600,2023,7,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(30515,1,1689289200,2023,7,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(30516,1,1689292800,2023,7,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(30517,1,1689296400,2023,7,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(30518,1,1689300000,2023,7,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(30519,1,1689303600,2023,7,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(30520,1,1689307200,2023,7,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(30521,1,1689310800,2023,7,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(30522,1,1689314400,2023,7,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(30523,1,1689318000,2023,7,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(30524,1,1689321600,2023,7,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(30525,1,1689325200,2023,7,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(30526,1,1689328800,2023,7,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(30527,1,1689332400,2023,7,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(30528,1,1689336000,2023,7,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(30529,1,1689339600,2023,7,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(30530,1,1689343200,2023,7,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(30531,1,1689346800,2023,7,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(30532,1,1689350400,2023,7,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(30533,1,1689354000,2023,7,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(30534,1,1689357600,2023,7,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(30535,1,1689361200,2023,7,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(30536,1,1689364800,2023,7,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(30537,1,1689368400,2023,7,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(30538,1,1689372000,2023,7,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(30539,1,1689375600,2023,7,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(30540,1,1689379200,2023,7,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(30541,1,1689382800,2023,7,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(30542,1,1689386400,2023,7,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(30543,1,1689390000,2023,7,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(30544,1,1689393600,2023,7,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(30545,1,1689397200,2023,7,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(30546,1,1689400800,2023,7,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(30547,1,1689404400,2023,7,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(30548,1,1689408000,2023,7,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(30549,1,1689411600,2023,7,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(30550,1,1689415200,2023,7,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(30551,1,1689418800,2023,7,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(30552,1,1689422400,2023,7,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(30553,1,1689426000,2023,7,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(30554,1,1689429600,2023,7,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(30555,1,1689433200,2023,7,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(30556,1,1689436800,2023,7,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(30557,1,1689440400,2023,7,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(30558,1,1689444000,2023,7,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(30559,1,1689447600,2023,7,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(30560,1,1689451200,2023,7,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(30561,1,1689454800,2023,7,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(30562,1,1689544800,2023,7,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(30563,1,1689548400,2023,7,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(30564,1,1689552000,2023,7,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(30565,1,1689555600,2023,7,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(30566,1,1689559200,2023,7,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(30567,1,1689562800,2023,7,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(30568,1,1689566400,2023,7,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(30569,1,1689570000,2023,7,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(30570,1,1689573600,2023,7,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(30571,1,1689577200,2023,7,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(30572,1,1689580800,2023,7,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(30573,1,1689584400,2023,7,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(30574,1,1689588000,2023,7,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(30575,1,1689591600,2023,7,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(30576,1,1689595200,2023,7,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(30577,1,1689598800,2023,7,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(30578,1,1689602400,2023,7,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(30579,1,1689606000,2023,7,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(30580,1,1689609600,2023,7,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(30581,1,1689613200,2023,7,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(30582,1,1689616800,2023,7,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(30583,1,1689620400,2023,7,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(30584,1,1689624000,2023,7,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(30585,1,1689627600,2023,7,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(30586,1,1689631200,2023,7,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(30587,1,1689634800,2023,7,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(30588,1,1689638400,2023,7,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(30589,1,1689642000,2023,7,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(30590,1,1689645600,2023,7,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(30591,1,1689649200,2023,7,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(30592,1,1689652800,2023,7,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(30593,1,1689656400,2023,7,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(30594,1,1689660000,2023,7,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(30595,1,1689663600,2023,7,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(30596,1,1689667200,2023,7,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(30597,1,1689670800,2023,7,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(30598,1,1689674400,2023,7,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(30599,1,1689678000,2023,7,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(30600,1,1689681600,2023,7,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(30601,1,1689685200,2023,7,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(30602,1,1689688800,2023,7,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(30603,1,1689692400,2023,7,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(30604,1,1689696000,2023,7,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(30605,1,1689699600,2023,7,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(30606,1,1689703200,2023,7,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(30607,1,1689706800,2023,7,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(30608,1,1689710400,2023,7,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(30609,1,1689714000,2023,7,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(30610,1,1689717600,2023,7,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(30611,1,1689721200,2023,7,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(30612,1,1689724800,2023,7,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(30613,1,1689728400,2023,7,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(30614,1,1689732000,2023,7,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(30615,1,1689735600,2023,7,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(30616,1,1689739200,2023,7,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(30617,1,1689742800,2023,7,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(30618,1,1689746400,2023,7,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(30619,1,1689750000,2023,7,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(30620,1,1689753600,2023,7,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(30621,1,1689757200,2023,7,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(30622,1,1689760800,2023,7,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(30623,1,1689764400,2023,7,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(30624,1,1689768000,2023,7,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(30625,1,1689771600,2023,7,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(30626,1,1689775200,2023,7,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(30627,1,1689778800,2023,7,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(30628,1,1689782400,2023,7,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(30629,1,1689786000,2023,7,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(30630,1,1689789600,2023,7,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(30631,1,1689793200,2023,7,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(30632,1,1689796800,2023,7,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(30633,1,1689800400,2023,7,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(30634,1,1689804000,2023,7,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(30635,1,1689807600,2023,7,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(30636,1,1689811200,2023,7,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(30637,1,1689814800,2023,7,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(30638,1,1689818400,2023,7,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(30639,1,1689822000,2023,7,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(30640,1,1689825600,2023,7,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(30641,1,1689829200,2023,7,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(30642,1,1689832800,2023,7,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(30643,1,1689836400,2023,7,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(30644,1,1689840000,2023,7,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(30645,1,1689843600,2023,7,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(30646,1,1689847200,2023,7,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(30647,1,1689850800,2023,7,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(30648,1,1689854400,2023,7,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(30649,1,1689858000,2023,7,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(30650,1,1689861600,2023,7,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(30651,1,1689865200,2023,7,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(30652,1,1689868800,2023,7,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(30653,1,1689872400,2023,7,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(30654,1,1689876000,2023,7,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(30655,1,1689879600,2023,7,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(30656,1,1689883200,2023,7,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(30657,1,1689886800,2023,7,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(30658,1,1689890400,2023,7,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(30659,1,1689894000,2023,7,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(30660,1,1689897600,2023,7,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(30661,1,1689901200,2023,7,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(30662,1,1689904800,2023,7,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(30663,1,1689908400,2023,7,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(30664,1,1689912000,2023,7,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(30665,1,1689915600,2023,7,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(30666,1,1689919200,2023,7,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(30667,1,1689922800,2023,7,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(30668,1,1689926400,2023,7,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(30669,1,1689930000,2023,7,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(30670,1,1689933600,2023,7,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(30671,1,1689937200,2023,7,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(30672,1,1689940800,2023,7,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(30673,1,1689944400,2023,7,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(30674,1,1689948000,2023,7,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(30675,1,1689951600,2023,7,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(30676,1,1689955200,2023,7,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(30677,1,1689958800,2023,7,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(30678,1,1689962400,2023,7,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(30679,1,1689966000,2023,7,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(30680,1,1689969600,2023,7,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(30681,1,1689973200,2023,7,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(30682,1,1689976800,2023,7,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(30683,1,1689980400,2023,7,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(30684,1,1689984000,2023,7,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(30685,1,1689987600,2023,7,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(30686,1,1689991200,2023,7,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(30687,1,1689994800,2023,7,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(30688,1,1689998400,2023,7,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(30689,1,1690002000,2023,7,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(30690,1,1690005600,2023,7,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(30691,1,1690009200,2023,7,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(30692,1,1690012800,2023,7,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(30693,1,1690016400,2023,7,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(30694,1,1690020000,2023,7,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(30695,1,1690023600,2023,7,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(30696,1,1690027200,2023,7,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(30697,1,1690030800,2023,7,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(30698,1,1690034400,2023,7,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(30699,1,1690038000,2023,7,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(30700,1,1690041600,2023,7,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(30701,1,1690045200,2023,7,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(30702,1,1690048800,2023,7,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(30703,1,1690052400,2023,7,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(30704,1,1690056000,2023,7,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(30705,1,1690059600,2023,7,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(30706,1,1690149600,2023,7,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(30707,1,1690153200,2023,7,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(30708,1,1690156800,2023,7,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(30709,1,1690160400,2023,7,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(30710,1,1690164000,2023,7,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(30711,1,1690167600,2023,7,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(30712,1,1690171200,2023,7,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(30713,1,1690174800,2023,7,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(30714,1,1690178400,2023,7,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(30715,1,1690182000,2023,7,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(30716,1,1690185600,2023,7,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(30717,1,1690189200,2023,7,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(30718,1,1690192800,2023,7,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(30719,1,1690196400,2023,7,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(30720,1,1690200000,2023,7,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(30721,1,1690203600,2023,7,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(30722,1,1690207200,2023,7,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(30723,1,1690210800,2023,7,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(30724,1,1690214400,2023,7,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(30725,1,1690218000,2023,7,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(30726,1,1690221600,2023,7,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(30727,1,1690225200,2023,7,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(30728,1,1690228800,2023,7,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(30729,1,1690232400,2023,7,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(30730,1,1690236000,2023,7,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(30731,1,1690239600,2023,7,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(30732,1,1690243200,2023,7,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(30733,1,1690246800,2023,7,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(30734,1,1690250400,2023,7,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(30735,1,1690254000,2023,7,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(30736,1,1690257600,2023,7,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(30737,1,1690261200,2023,7,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(30738,1,1690264800,2023,7,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(30739,1,1690268400,2023,7,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(30740,1,1690272000,2023,7,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(30741,1,1690275600,2023,7,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(30742,1,1690279200,2023,7,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(30743,1,1690282800,2023,7,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(30744,1,1690286400,2023,7,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(30745,1,1690290000,2023,7,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(30746,1,1690293600,2023,7,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(30747,1,1690297200,2023,7,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(30748,1,1690300800,2023,7,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(30749,1,1690304400,2023,7,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(30750,1,1690308000,2023,7,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(30751,1,1690311600,2023,7,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(30752,1,1690315200,2023,7,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(30753,1,1690318800,2023,7,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(30754,1,1690322400,2023,7,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(30755,1,1690326000,2023,7,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(30756,1,1690329600,2023,7,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(30757,1,1690333200,2023,7,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(30758,1,1690336800,2023,7,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(30759,1,1690340400,2023,7,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(30760,1,1690344000,2023,7,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(30761,1,1690347600,2023,7,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(30762,1,1690351200,2023,7,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(30763,1,1690354800,2023,7,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(30764,1,1690358400,2023,7,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(30765,1,1690362000,2023,7,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(30766,1,1690365600,2023,7,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(30767,1,1690369200,2023,7,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(30768,1,1690372800,2023,7,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(30769,1,1690376400,2023,7,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(30770,1,1690380000,2023,7,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(30771,1,1690383600,2023,7,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(30772,1,1690387200,2023,7,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(30773,1,1690390800,2023,7,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(30774,1,1690394400,2023,7,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(30775,1,1690398000,2023,7,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(30776,1,1690401600,2023,7,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(30777,1,1690405200,2023,7,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(30778,1,1690408800,2023,7,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(30779,1,1690412400,2023,7,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(30780,1,1690416000,2023,7,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(30781,1,1690419600,2023,7,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(30782,1,1690423200,2023,7,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(30783,1,1690426800,2023,7,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(30784,1,1690430400,2023,7,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(30785,1,1690434000,2023,7,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(30786,1,1690437600,2023,7,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(30787,1,1690441200,2023,7,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(30788,1,1690444800,2023,7,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(30789,1,1690448400,2023,7,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(30790,1,1690452000,2023,7,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(30791,1,1690455600,2023,7,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(30792,1,1690459200,2023,7,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(30793,1,1690462800,2023,7,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(30794,1,1690466400,2023,7,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(30795,1,1690470000,2023,7,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(30796,1,1690473600,2023,7,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(30797,1,1690477200,2023,7,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(30798,1,1690480800,2023,7,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(30799,1,1690484400,2023,7,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(30800,1,1690488000,2023,7,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(30801,1,1690491600,2023,7,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(30802,1,1690495200,2023,7,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(30803,1,1690498800,2023,7,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(30804,1,1690502400,2023,7,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(30805,1,1690506000,2023,7,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(30806,1,1690509600,2023,7,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(30807,1,1690513200,2023,7,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(30808,1,1690516800,2023,7,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(30809,1,1690520400,2023,7,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(30810,1,1690524000,2023,7,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(30811,1,1690527600,2023,7,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(30812,1,1690531200,2023,7,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(30813,1,1690534800,2023,7,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(30814,1,1690538400,2023,7,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(30815,1,1690542000,2023,7,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(30816,1,1690545600,2023,7,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(30817,1,1690549200,2023,7,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(30818,1,1690552800,2023,7,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(30819,1,1690556400,2023,7,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(30820,1,1690560000,2023,7,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(30821,1,1690563600,2023,7,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(30822,1,1690567200,2023,7,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(30823,1,1690570800,2023,7,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(30824,1,1690574400,2023,7,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(30825,1,1690578000,2023,7,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(30826,1,1690581600,2023,7,29,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(30827,1,1690585200,2023,7,29,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(30828,1,1690588800,2023,7,29,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(30829,1,1690592400,2023,7,29,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(30830,1,1690596000,2023,7,29,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(30831,1,1690599600,2023,7,29,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(30832,1,1690603200,2023,7,29,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(30833,1,1690606800,2023,7,29,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(30834,1,1690610400,2023,7,29,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(30835,1,1690614000,2023,7,29,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(30836,1,1690617600,2023,7,29,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(30837,1,1690621200,2023,7,29,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(30838,1,1690624800,2023,7,29,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(30839,1,1690628400,2023,7,29,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(30840,1,1690632000,2023,7,29,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(30841,1,1690635600,2023,7,29,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(30842,1,1690639200,2023,7,29,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(30843,1,1690642800,2023,7,29,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(30844,1,1690646400,2023,7,29,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(30845,1,1690650000,2023,7,29,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(30846,1,1690653600,2023,7,29,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(30847,1,1690657200,2023,7,29,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(30848,1,1690660800,2023,7,29,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(30849,1,1690664400,2023,7,29,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(30850,1,1690754400,2023,7,31,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(30851,1,1690758000,2023,7,31,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(30852,1,1690761600,2023,7,31,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(30853,1,1690765200,2023,7,31,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(30854,1,1690768800,2023,7,31,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(30855,1,1690772400,2023,7,31,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(30856,1,1690776000,2023,7,31,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(30857,1,1690779600,2023,7,31,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(30858,1,1690783200,2023,7,31,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(30859,1,1690786800,2023,7,31,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(30860,1,1690790400,2023,7,31,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(30861,1,1690794000,2023,7,31,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(30862,1,1690797600,2023,7,31,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(30863,1,1690801200,2023,7,31,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(30864,1,1690804800,2023,7,31,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(30865,1,1690808400,2023,7,31,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(30866,1,1690812000,2023,7,31,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(30867,1,1690815600,2023,7,31,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(30868,1,1690819200,2023,7,31,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(30869,1,1690822800,2023,7,31,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(30870,1,1690826400,2023,7,31,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(30871,1,1690830000,2023,7,31,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(30872,1,1690833600,2023,7,31,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(30873,1,1690837200,2023,7,31,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(30874,1,1690840800,2023,8,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(30875,1,1690844400,2023,8,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(30876,1,1690848000,2023,8,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(30877,1,1690851600,2023,8,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(30878,1,1690855200,2023,8,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(30879,1,1690858800,2023,8,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(30880,1,1690862400,2023,8,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(30881,1,1690866000,2023,8,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(30882,1,1690869600,2023,8,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(30883,1,1690873200,2023,8,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(30884,1,1690876800,2023,8,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(30885,1,1690880400,2023,8,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(30886,1,1690884000,2023,8,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(30887,1,1690887600,2023,8,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(30888,1,1690891200,2023,8,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(30889,1,1690894800,2023,8,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(30890,1,1690898400,2023,8,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(30891,1,1690902000,2023,8,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(30892,1,1690905600,2023,8,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(30893,1,1690909200,2023,8,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(30894,1,1690912800,2023,8,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(30895,1,1690916400,2023,8,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(30896,1,1690920000,2023,8,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(30897,1,1690923600,2023,8,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(30898,1,1690927200,2023,8,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(30899,1,1690930800,2023,8,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(30900,1,1690934400,2023,8,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(30901,1,1690938000,2023,8,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(30902,1,1690941600,2023,8,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(30903,1,1690945200,2023,8,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(30904,1,1690948800,2023,8,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(30905,1,1690952400,2023,8,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(30906,1,1690956000,2023,8,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(30907,1,1690959600,2023,8,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(30908,1,1690963200,2023,8,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(30909,1,1690966800,2023,8,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(30910,1,1690970400,2023,8,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(30911,1,1690974000,2023,8,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(30912,1,1690977600,2023,8,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(30913,1,1690981200,2023,8,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(30914,1,1690984800,2023,8,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(30915,1,1690988400,2023,8,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(30916,1,1690992000,2023,8,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(30917,1,1690995600,2023,8,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(30918,1,1690999200,2023,8,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(30919,1,1691002800,2023,8,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(30920,1,1691006400,2023,8,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(30921,1,1691010000,2023,8,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(30922,1,1691013600,2023,8,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(30923,1,1691017200,2023,8,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(30924,1,1691020800,2023,8,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(30925,1,1691024400,2023,8,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(30926,1,1691028000,2023,8,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(30927,1,1691031600,2023,8,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(30928,1,1691035200,2023,8,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(30929,1,1691038800,2023,8,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(30930,1,1691042400,2023,8,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(30931,1,1691046000,2023,8,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(30932,1,1691049600,2023,8,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(30933,1,1691053200,2023,8,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(30934,1,1691056800,2023,8,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(30935,1,1691060400,2023,8,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(30936,1,1691064000,2023,8,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(30937,1,1691067600,2023,8,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(30938,1,1691071200,2023,8,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(30939,1,1691074800,2023,8,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(30940,1,1691078400,2023,8,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(30941,1,1691082000,2023,8,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(30942,1,1691085600,2023,8,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(30943,1,1691089200,2023,8,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(30944,1,1691092800,2023,8,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(30945,1,1691096400,2023,8,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(30946,1,1691100000,2023,8,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(30947,1,1691103600,2023,8,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(30948,1,1691107200,2023,8,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(30949,1,1691110800,2023,8,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(30950,1,1691114400,2023,8,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(30951,1,1691118000,2023,8,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(30952,1,1691121600,2023,8,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(30953,1,1691125200,2023,8,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(30954,1,1691128800,2023,8,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(30955,1,1691132400,2023,8,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(30956,1,1691136000,2023,8,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(30957,1,1691139600,2023,8,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(30958,1,1691143200,2023,8,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(30959,1,1691146800,2023,8,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(30960,1,1691150400,2023,8,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(30961,1,1691154000,2023,8,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(30962,1,1691157600,2023,8,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(30963,1,1691161200,2023,8,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(30964,1,1691164800,2023,8,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(30965,1,1691168400,2023,8,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(30966,1,1691172000,2023,8,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(30967,1,1691175600,2023,8,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(30968,1,1691179200,2023,8,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(30969,1,1691182800,2023,8,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(30970,1,1691186400,2023,8,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(30971,1,1691190000,2023,8,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(30972,1,1691193600,2023,8,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(30973,1,1691197200,2023,8,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(30974,1,1691200800,2023,8,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(30975,1,1691204400,2023,8,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(30976,1,1691208000,2023,8,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(30977,1,1691211600,2023,8,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(30978,1,1691215200,2023,8,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(30979,1,1691218800,2023,8,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(30980,1,1691222400,2023,8,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(30981,1,1691226000,2023,8,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(30982,1,1691229600,2023,8,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(30983,1,1691233200,2023,8,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(30984,1,1691236800,2023,8,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(30985,1,1691240400,2023,8,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(30986,1,1691244000,2023,8,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(30987,1,1691247600,2023,8,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(30988,1,1691251200,2023,8,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(30989,1,1691254800,2023,8,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(30990,1,1691258400,2023,8,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(30991,1,1691262000,2023,8,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(30992,1,1691265600,2023,8,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(30993,1,1691269200,2023,8,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(30994,1,1691359200,2023,8,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(30995,1,1691362800,2023,8,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(30996,1,1691366400,2023,8,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(30997,1,1691370000,2023,8,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(30998,1,1691373600,2023,8,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(30999,1,1691377200,2023,8,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(31000,1,1691380800,2023,8,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(31001,1,1691384400,2023,8,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(31002,1,1691388000,2023,8,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(31003,1,1691391600,2023,8,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(31004,1,1691395200,2023,8,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(31005,1,1691398800,2023,8,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(31006,1,1691402400,2023,8,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(31007,1,1691406000,2023,8,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(31008,1,1691409600,2023,8,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(31009,1,1691413200,2023,8,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(31010,1,1691416800,2023,8,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(31011,1,1691420400,2023,8,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(31012,1,1691424000,2023,8,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(31013,1,1691427600,2023,8,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(31014,1,1691431200,2023,8,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(31015,1,1691434800,2023,8,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(31016,1,1691438400,2023,8,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(31017,1,1691442000,2023,8,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(31018,1,1691445600,2023,8,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(31019,1,1691449200,2023,8,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(31020,1,1691452800,2023,8,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(31021,1,1691456400,2023,8,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(31022,1,1691460000,2023,8,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(31023,1,1691463600,2023,8,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(31024,1,1691467200,2023,8,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(31025,1,1691470800,2023,8,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(31026,1,1691474400,2023,8,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(31027,1,1691478000,2023,8,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(31028,1,1691481600,2023,8,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(31029,1,1691485200,2023,8,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(31030,1,1691488800,2023,8,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(31031,1,1691492400,2023,8,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(31032,1,1691496000,2023,8,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(31033,1,1691499600,2023,8,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(31034,1,1691503200,2023,8,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(31035,1,1691506800,2023,8,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(31036,1,1691510400,2023,8,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(31037,1,1691514000,2023,8,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(31038,1,1691517600,2023,8,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(31039,1,1691521200,2023,8,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(31040,1,1691524800,2023,8,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(31041,1,1691528400,2023,8,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(31042,1,1691532000,2023,8,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(31043,1,1691535600,2023,8,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(31044,1,1691539200,2023,8,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(31045,1,1691542800,2023,8,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(31046,1,1691546400,2023,8,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(31047,1,1691550000,2023,8,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(31048,1,1691553600,2023,8,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(31049,1,1691557200,2023,8,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(31050,1,1691560800,2023,8,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(31051,1,1691564400,2023,8,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(31052,1,1691568000,2023,8,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(31053,1,1691571600,2023,8,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(31054,1,1691575200,2023,8,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(31055,1,1691578800,2023,8,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(31056,1,1691582400,2023,8,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(31057,1,1691586000,2023,8,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(31058,1,1691589600,2023,8,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(31059,1,1691593200,2023,8,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(31060,1,1691596800,2023,8,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(31061,1,1691600400,2023,8,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(31062,1,1691604000,2023,8,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(31063,1,1691607600,2023,8,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(31064,1,1691611200,2023,8,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(31065,1,1691614800,2023,8,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(31066,1,1691618400,2023,8,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(31067,1,1691622000,2023,8,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(31068,1,1691625600,2023,8,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(31069,1,1691629200,2023,8,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(31070,1,1691632800,2023,8,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(31071,1,1691636400,2023,8,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(31072,1,1691640000,2023,8,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(31073,1,1691643600,2023,8,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(31074,1,1691647200,2023,8,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(31075,1,1691650800,2023,8,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(31076,1,1691654400,2023,8,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(31077,1,1691658000,2023,8,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(31078,1,1691661600,2023,8,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(31079,1,1691665200,2023,8,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(31080,1,1691668800,2023,8,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(31081,1,1691672400,2023,8,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(31082,1,1691676000,2023,8,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(31083,1,1691679600,2023,8,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(31084,1,1691683200,2023,8,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(31085,1,1691686800,2023,8,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(31086,1,1691690400,2023,8,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(31087,1,1691694000,2023,8,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(31088,1,1691697600,2023,8,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(31089,1,1691701200,2023,8,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(31090,1,1691704800,2023,8,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(31091,1,1691708400,2023,8,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(31092,1,1691712000,2023,8,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(31093,1,1691715600,2023,8,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(31094,1,1691719200,2023,8,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(31095,1,1691722800,2023,8,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(31096,1,1691726400,2023,8,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(31097,1,1691730000,2023,8,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(31098,1,1691733600,2023,8,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(31099,1,1691737200,2023,8,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(31100,1,1691740800,2023,8,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(31101,1,1691744400,2023,8,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(31102,1,1691748000,2023,8,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(31103,1,1691751600,2023,8,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(31104,1,1691755200,2023,8,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(31105,1,1691758800,2023,8,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(31106,1,1691762400,2023,8,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(31107,1,1691766000,2023,8,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(31108,1,1691769600,2023,8,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(31109,1,1691773200,2023,8,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(31110,1,1691776800,2023,8,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(31111,1,1691780400,2023,8,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(31112,1,1691784000,2023,8,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(31113,1,1691787600,2023,8,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(31114,1,1691791200,2023,8,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(31115,1,1691794800,2023,8,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(31116,1,1691798400,2023,8,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(31117,1,1691802000,2023,8,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(31118,1,1691805600,2023,8,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(31119,1,1691809200,2023,8,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(31120,1,1691812800,2023,8,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(31121,1,1691816400,2023,8,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(31122,1,1691820000,2023,8,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(31123,1,1691823600,2023,8,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(31124,1,1691827200,2023,8,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(31125,1,1691830800,2023,8,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(31126,1,1691834400,2023,8,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(31127,1,1691838000,2023,8,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(31128,1,1691841600,2023,8,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(31129,1,1691845200,2023,8,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(31130,1,1691848800,2023,8,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(31131,1,1691852400,2023,8,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(31132,1,1691856000,2023,8,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(31133,1,1691859600,2023,8,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(31134,1,1691863200,2023,8,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(31135,1,1691866800,2023,8,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(31136,1,1691870400,2023,8,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(31137,1,1691874000,2023,8,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(31138,1,1691964000,2023,8,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(31139,1,1691967600,2023,8,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(31140,1,1691971200,2023,8,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(31141,1,1691974800,2023,8,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(31142,1,1691978400,2023,8,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(31143,1,1691982000,2023,8,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(31144,1,1691985600,2023,8,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(31145,1,1691989200,2023,8,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(31146,1,1691992800,2023,8,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(31147,1,1691996400,2023,8,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(31148,1,1692000000,2023,8,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(31149,1,1692003600,2023,8,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(31150,1,1692007200,2023,8,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(31151,1,1692010800,2023,8,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(31152,1,1692014400,2023,8,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(31153,1,1692018000,2023,8,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(31154,1,1692021600,2023,8,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(31155,1,1692025200,2023,8,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(31156,1,1692028800,2023,8,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(31157,1,1692032400,2023,8,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(31158,1,1692036000,2023,8,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(31159,1,1692039600,2023,8,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(31160,1,1692043200,2023,8,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(31161,1,1692046800,2023,8,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(31162,1,1692050400,2023,8,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(31163,1,1692054000,2023,8,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(31164,1,1692057600,2023,8,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(31165,1,1692061200,2023,8,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(31166,1,1692064800,2023,8,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(31167,1,1692068400,2023,8,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(31168,1,1692072000,2023,8,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(31169,1,1692075600,2023,8,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(31170,1,1692079200,2023,8,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(31171,1,1692082800,2023,8,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(31172,1,1692086400,2023,8,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(31173,1,1692090000,2023,8,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(31174,1,1692093600,2023,8,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(31175,1,1692097200,2023,8,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(31176,1,1692100800,2023,8,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(31177,1,1692104400,2023,8,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(31178,1,1692108000,2023,8,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(31179,1,1692111600,2023,8,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(31180,1,1692115200,2023,8,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(31181,1,1692118800,2023,8,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(31182,1,1692122400,2023,8,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(31183,1,1692126000,2023,8,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(31184,1,1692129600,2023,8,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(31185,1,1692133200,2023,8,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(31186,1,1692136800,2023,8,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(31187,1,1692140400,2023,8,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(31188,1,1692144000,2023,8,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(31189,1,1692147600,2023,8,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(31190,1,1692151200,2023,8,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(31191,1,1692154800,2023,8,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(31192,1,1692158400,2023,8,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(31193,1,1692162000,2023,8,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(31194,1,1692165600,2023,8,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(31195,1,1692169200,2023,8,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(31196,1,1692172800,2023,8,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(31197,1,1692176400,2023,8,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(31198,1,1692180000,2023,8,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(31199,1,1692183600,2023,8,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(31200,1,1692187200,2023,8,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(31201,1,1692190800,2023,8,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(31202,1,1692194400,2023,8,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(31203,1,1692198000,2023,8,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(31204,1,1692201600,2023,8,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(31205,1,1692205200,2023,8,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(31206,1,1692208800,2023,8,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(31207,1,1692212400,2023,8,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(31208,1,1692216000,2023,8,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(31209,1,1692219600,2023,8,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(31210,1,1692223200,2023,8,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(31211,1,1692226800,2023,8,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(31212,1,1692230400,2023,8,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(31213,1,1692234000,2023,8,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(31214,1,1692237600,2023,8,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(31215,1,1692241200,2023,8,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(31216,1,1692244800,2023,8,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(31217,1,1692248400,2023,8,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(31218,1,1692252000,2023,8,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(31219,1,1692255600,2023,8,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(31220,1,1692259200,2023,8,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(31221,1,1692262800,2023,8,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(31222,1,1692266400,2023,8,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(31223,1,1692270000,2023,8,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(31224,1,1692273600,2023,8,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(31225,1,1692277200,2023,8,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(31226,1,1692280800,2023,8,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(31227,1,1692284400,2023,8,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(31228,1,1692288000,2023,8,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(31229,1,1692291600,2023,8,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(31230,1,1692295200,2023,8,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(31231,1,1692298800,2023,8,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(31232,1,1692302400,2023,8,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(31233,1,1692306000,2023,8,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(31234,1,1692309600,2023,8,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(31235,1,1692313200,2023,8,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(31236,1,1692316800,2023,8,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(31237,1,1692320400,2023,8,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(31238,1,1692324000,2023,8,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(31239,1,1692327600,2023,8,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(31240,1,1692331200,2023,8,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(31241,1,1692334800,2023,8,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(31242,1,1692338400,2023,8,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(31243,1,1692342000,2023,8,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(31244,1,1692345600,2023,8,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(31245,1,1692349200,2023,8,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(31246,1,1692352800,2023,8,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(31247,1,1692356400,2023,8,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(31248,1,1692360000,2023,8,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(31249,1,1692363600,2023,8,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(31250,1,1692367200,2023,8,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(31251,1,1692370800,2023,8,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(31252,1,1692374400,2023,8,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(31253,1,1692378000,2023,8,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(31254,1,1692381600,2023,8,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(31255,1,1692385200,2023,8,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(31256,1,1692388800,2023,8,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(31257,1,1692392400,2023,8,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(31258,1,1692396000,2023,8,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(31259,1,1692399600,2023,8,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(31260,1,1692403200,2023,8,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(31261,1,1692406800,2023,8,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(31262,1,1692410400,2023,8,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(31263,1,1692414000,2023,8,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(31264,1,1692417600,2023,8,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(31265,1,1692421200,2023,8,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(31266,1,1692424800,2023,8,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(31267,1,1692428400,2023,8,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(31268,1,1692432000,2023,8,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(31269,1,1692435600,2023,8,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(31270,1,1692439200,2023,8,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(31271,1,1692442800,2023,8,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(31272,1,1692446400,2023,8,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(31273,1,1692450000,2023,8,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(31274,1,1692453600,2023,8,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(31275,1,1692457200,2023,8,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(31276,1,1692460800,2023,8,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(31277,1,1692464400,2023,8,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(31278,1,1692468000,2023,8,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(31279,1,1692471600,2023,8,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(31280,1,1692475200,2023,8,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(31281,1,1692478800,2023,8,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(31282,1,1692568800,2023,8,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(31283,1,1692572400,2023,8,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(31284,1,1692576000,2023,8,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(31285,1,1692579600,2023,8,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(31286,1,1692583200,2023,8,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(31287,1,1692586800,2023,8,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(31288,1,1692590400,2023,8,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(31289,1,1692594000,2023,8,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(31290,1,1692597600,2023,8,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(31291,1,1692601200,2023,8,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(31292,1,1692604800,2023,8,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(31293,1,1692608400,2023,8,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(31294,1,1692612000,2023,8,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(31295,1,1692615600,2023,8,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(31296,1,1692619200,2023,8,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(31297,1,1692622800,2023,8,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(31298,1,1692626400,2023,8,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(31299,1,1692630000,2023,8,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(31300,1,1692633600,2023,8,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(31301,1,1692637200,2023,8,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(31302,1,1692640800,2023,8,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(31303,1,1692644400,2023,8,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(31304,1,1692648000,2023,8,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(31305,1,1692651600,2023,8,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(31306,1,1692655200,2023,8,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(31307,1,1692658800,2023,8,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(31308,1,1692662400,2023,8,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(31309,1,1692666000,2023,8,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(31310,1,1692669600,2023,8,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(31311,1,1692673200,2023,8,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(31312,1,1692676800,2023,8,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(31313,1,1692680400,2023,8,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(31314,1,1692684000,2023,8,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(31315,1,1692687600,2023,8,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(31316,1,1692691200,2023,8,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(31317,1,1692694800,2023,8,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(31318,1,1692698400,2023,8,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(31319,1,1692702000,2023,8,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(31320,1,1692705600,2023,8,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(31321,1,1692709200,2023,8,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(31322,1,1692712800,2023,8,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(31323,1,1692716400,2023,8,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(31324,1,1692720000,2023,8,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(31325,1,1692723600,2023,8,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(31326,1,1692727200,2023,8,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(31327,1,1692730800,2023,8,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(31328,1,1692734400,2023,8,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(31329,1,1692738000,2023,8,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(31330,1,1692741600,2023,8,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(31331,1,1692745200,2023,8,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(31332,1,1692748800,2023,8,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(31333,1,1692752400,2023,8,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(31334,1,1692756000,2023,8,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(31335,1,1692759600,2023,8,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(31336,1,1692763200,2023,8,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(31337,1,1692766800,2023,8,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(31338,1,1692770400,2023,8,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(31339,1,1692774000,2023,8,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(31340,1,1692777600,2023,8,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(31341,1,1692781200,2023,8,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(31342,1,1692784800,2023,8,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(31343,1,1692788400,2023,8,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(31344,1,1692792000,2023,8,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(31345,1,1692795600,2023,8,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(31346,1,1692799200,2023,8,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(31347,1,1692802800,2023,8,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(31348,1,1692806400,2023,8,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(31349,1,1692810000,2023,8,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(31350,1,1692813600,2023,8,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(31351,1,1692817200,2023,8,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(31352,1,1692820800,2023,8,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(31353,1,1692824400,2023,8,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(31354,1,1692828000,2023,8,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(31355,1,1692831600,2023,8,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(31356,1,1692835200,2023,8,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(31357,1,1692838800,2023,8,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(31358,1,1692842400,2023,8,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(31359,1,1692846000,2023,8,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(31360,1,1692849600,2023,8,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(31361,1,1692853200,2023,8,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(31362,1,1692856800,2023,8,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(31363,1,1692860400,2023,8,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(31364,1,1692864000,2023,8,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(31365,1,1692867600,2023,8,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(31366,1,1692871200,2023,8,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(31367,1,1692874800,2023,8,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(31368,1,1692878400,2023,8,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(31369,1,1692882000,2023,8,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(31370,1,1692885600,2023,8,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(31371,1,1692889200,2023,8,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(31372,1,1692892800,2023,8,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(31373,1,1692896400,2023,8,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(31374,1,1692900000,2023,8,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(31375,1,1692903600,2023,8,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(31376,1,1692907200,2023,8,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(31377,1,1692910800,2023,8,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(31378,1,1692914400,2023,8,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(31379,1,1692918000,2023,8,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(31380,1,1692921600,2023,8,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(31381,1,1692925200,2023,8,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(31382,1,1692928800,2023,8,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(31383,1,1692932400,2023,8,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(31384,1,1692936000,2023,8,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(31385,1,1692939600,2023,8,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(31386,1,1692943200,2023,8,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(31387,1,1692946800,2023,8,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(31388,1,1692950400,2023,8,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(31389,1,1692954000,2023,8,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(31390,1,1692957600,2023,8,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(31391,1,1692961200,2023,8,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(31392,1,1692964800,2023,8,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(31393,1,1692968400,2023,8,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(31394,1,1692972000,2023,8,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(31395,1,1692975600,2023,8,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(31396,1,1692979200,2023,8,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(31397,1,1692982800,2023,8,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(31398,1,1692986400,2023,8,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(31399,1,1692990000,2023,8,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(31400,1,1692993600,2023,8,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(31401,1,1692997200,2023,8,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(31402,1,1693000800,2023,8,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(31403,1,1693004400,2023,8,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(31404,1,1693008000,2023,8,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(31405,1,1693011600,2023,8,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(31406,1,1693015200,2023,8,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(31407,1,1693018800,2023,8,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(31408,1,1693022400,2023,8,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(31409,1,1693026000,2023,8,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(31410,1,1693029600,2023,8,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(31411,1,1693033200,2023,8,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(31412,1,1693036800,2023,8,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(31413,1,1693040400,2023,8,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(31414,1,1693044000,2023,8,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(31415,1,1693047600,2023,8,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(31416,1,1693051200,2023,8,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(31417,1,1693054800,2023,8,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(31418,1,1693058400,2023,8,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(31419,1,1693062000,2023,8,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(31420,1,1693065600,2023,8,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(31421,1,1693069200,2023,8,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(31422,1,1693072800,2023,8,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(31423,1,1693076400,2023,8,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(31424,1,1693080000,2023,8,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(31425,1,1693083600,2023,8,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(31426,1,1693173600,2023,8,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(31427,1,1693177200,2023,8,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(31428,1,1693180800,2023,8,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(31429,1,1693184400,2023,8,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(31430,1,1693188000,2023,8,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(31431,1,1693191600,2023,8,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(31432,1,1693195200,2023,8,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(31433,1,1693198800,2023,8,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(31434,1,1693202400,2023,8,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(31435,1,1693206000,2023,8,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(31436,1,1693209600,2023,8,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(31437,1,1693213200,2023,8,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(31438,1,1693216800,2023,8,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(31439,1,1693220400,2023,8,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(31440,1,1693224000,2023,8,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(31441,1,1693227600,2023,8,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(31442,1,1693231200,2023,8,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(31443,1,1693234800,2023,8,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(31444,1,1693238400,2023,8,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(31445,1,1693242000,2023,8,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(31446,1,1693245600,2023,8,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(31447,1,1693249200,2023,8,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(31448,1,1693252800,2023,8,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(31449,1,1693256400,2023,8,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(31450,1,1693260000,2023,8,29,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(31451,1,1693263600,2023,8,29,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(31452,1,1693267200,2023,8,29,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(31453,1,1693270800,2023,8,29,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(31454,1,1693274400,2023,8,29,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(31455,1,1693278000,2023,8,29,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(31456,1,1693281600,2023,8,29,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(31457,1,1693285200,2023,8,29,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(31458,1,1693288800,2023,8,29,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(31459,1,1693292400,2023,8,29,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(31460,1,1693296000,2023,8,29,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(31461,1,1693299600,2023,8,29,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(31462,1,1693303200,2023,8,29,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(31463,1,1693306800,2023,8,29,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(31464,1,1693310400,2023,8,29,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(31465,1,1693314000,2023,8,29,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(31466,1,1693317600,2023,8,29,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(31467,1,1693321200,2023,8,29,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(31468,1,1693324800,2023,8,29,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(31469,1,1693328400,2023,8,29,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(31470,1,1693332000,2023,8,29,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(31471,1,1693335600,2023,8,29,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(31472,1,1693339200,2023,8,29,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(31473,1,1693342800,2023,8,29,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(31474,1,1693346400,2023,8,30,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(31475,1,1693350000,2023,8,30,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(31476,1,1693353600,2023,8,30,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(31477,1,1693357200,2023,8,30,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(31478,1,1693360800,2023,8,30,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(31479,1,1693364400,2023,8,30,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(31480,1,1693368000,2023,8,30,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(31481,1,1693371600,2023,8,30,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(31482,1,1693375200,2023,8,30,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(31483,1,1693378800,2023,8,30,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(31484,1,1693382400,2023,8,30,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(31485,1,1693386000,2023,8,30,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(31486,1,1693389600,2023,8,30,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(31487,1,1693393200,2023,8,30,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(31488,1,1693396800,2023,8,30,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(31489,1,1693400400,2023,8,30,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(31490,1,1693404000,2023,8,30,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(31491,1,1693407600,2023,8,30,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(31492,1,1693411200,2023,8,30,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(31493,1,1693414800,2023,8,30,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(31494,1,1693418400,2023,8,30,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(31495,1,1693422000,2023,8,30,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(31496,1,1693425600,2023,8,30,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(31497,1,1693429200,2023,8,30,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(31498,1,1693432800,2023,8,31,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(31499,1,1693436400,2023,8,31,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(31500,1,1693440000,2023,8,31,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(31501,1,1693443600,2023,8,31,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(31502,1,1693447200,2023,8,31,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(31503,1,1693450800,2023,8,31,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(31504,1,1693454400,2023,8,31,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(31505,1,1693458000,2023,8,31,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(31506,1,1693461600,2023,8,31,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(31507,1,1693465200,2023,8,31,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(31508,1,1693468800,2023,8,31,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(31509,1,1693472400,2023,8,31,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(31510,1,1693476000,2023,8,31,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(31511,1,1693479600,2023,8,31,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(31512,1,1693483200,2023,8,31,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(31513,1,1693486800,2023,8,31,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(31514,1,1693490400,2023,8,31,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(31515,1,1693494000,2023,8,31,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(31516,1,1693497600,2023,8,31,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(31517,1,1693501200,2023,8,31,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(31518,1,1693504800,2023,8,31,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(31519,1,1693508400,2023,8,31,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(31520,1,1693512000,2023,8,31,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(31521,1,1693515600,2023,8,31,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(31522,1,1693519200,2023,9,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(31523,1,1693522800,2023,9,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(31524,1,1693526400,2023,9,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(31525,1,1693530000,2023,9,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(31526,1,1693533600,2023,9,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(31527,1,1693537200,2023,9,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(31528,1,1693540800,2023,9,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(31529,1,1693544400,2023,9,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(31530,1,1693548000,2023,9,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(31531,1,1693551600,2023,9,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(31532,1,1693555200,2023,9,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(31533,1,1693558800,2023,9,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(31534,1,1693562400,2023,9,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(31535,1,1693566000,2023,9,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(31536,1,1693569600,2023,9,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(31537,1,1693573200,2023,9,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(31538,1,1693576800,2023,9,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(31539,1,1693580400,2023,9,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(31540,1,1693584000,2023,9,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(31541,1,1693587600,2023,9,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(31542,1,1693591200,2023,9,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(31543,1,1693594800,2023,9,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(31544,1,1693598400,2023,9,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(31545,1,1693602000,2023,9,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(31546,1,1693605600,2023,9,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(31547,1,1693609200,2023,9,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(31548,1,1693612800,2023,9,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(31549,1,1693616400,2023,9,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(31550,1,1693620000,2023,9,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(31551,1,1693623600,2023,9,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(31552,1,1693627200,2023,9,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(31553,1,1693630800,2023,9,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(31554,1,1693634400,2023,9,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(31555,1,1693638000,2023,9,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(31556,1,1693641600,2023,9,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(31557,1,1693645200,2023,9,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(31558,1,1693648800,2023,9,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(31559,1,1693652400,2023,9,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(31560,1,1693656000,2023,9,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(31561,1,1693659600,2023,9,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(31562,1,1693663200,2023,9,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(31563,1,1693666800,2023,9,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(31564,1,1693670400,2023,9,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(31565,1,1693674000,2023,9,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(31566,1,1693677600,2023,9,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(31567,1,1693681200,2023,9,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(31568,1,1693684800,2023,9,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(31569,1,1693688400,2023,9,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(31570,1,1693778400,2023,9,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(31571,1,1693782000,2023,9,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(31572,1,1693785600,2023,9,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(31573,1,1693789200,2023,9,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(31574,1,1693792800,2023,9,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(31575,1,1693796400,2023,9,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(31576,1,1693800000,2023,9,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(31577,1,1693803600,2023,9,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(31578,1,1693807200,2023,9,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(31579,1,1693810800,2023,9,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(31580,1,1693814400,2023,9,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(31581,1,1693818000,2023,9,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(31582,1,1693821600,2023,9,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(31583,1,1693825200,2023,9,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(31584,1,1693828800,2023,9,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(31585,1,1693832400,2023,9,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(31586,1,1693836000,2023,9,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(31587,1,1693839600,2023,9,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(31588,1,1693843200,2023,9,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(31589,1,1693846800,2023,9,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(31590,1,1693850400,2023,9,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(31591,1,1693854000,2023,9,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(31592,1,1693857600,2023,9,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(31593,1,1693861200,2023,9,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(31594,1,1693864800,2023,9,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(31595,1,1693868400,2023,9,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(31596,1,1693872000,2023,9,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(31597,1,1693875600,2023,9,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(31598,1,1693879200,2023,9,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(31599,1,1693882800,2023,9,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(31600,1,1693886400,2023,9,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(31601,1,1693890000,2023,9,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(31602,1,1693893600,2023,9,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(31603,1,1693897200,2023,9,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(31604,1,1693900800,2023,9,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(31605,1,1693904400,2023,9,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(31606,1,1693908000,2023,9,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(31607,1,1693911600,2023,9,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(31608,1,1693915200,2023,9,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(31609,1,1693918800,2023,9,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(31610,1,1693922400,2023,9,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(31611,1,1693926000,2023,9,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(31612,1,1693929600,2023,9,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(31613,1,1693933200,2023,9,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(31614,1,1693936800,2023,9,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(31615,1,1693940400,2023,9,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(31616,1,1693944000,2023,9,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(31617,1,1693947600,2023,9,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(31618,1,1693951200,2023,9,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(31619,1,1693954800,2023,9,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(31620,1,1693958400,2023,9,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(31621,1,1693962000,2023,9,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(31622,1,1693965600,2023,9,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(31623,1,1693969200,2023,9,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(31624,1,1693972800,2023,9,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(31625,1,1693976400,2023,9,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(31626,1,1693980000,2023,9,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(31627,1,1693983600,2023,9,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(31628,1,1693987200,2023,9,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(31629,1,1693990800,2023,9,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(31630,1,1693994400,2023,9,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(31631,1,1693998000,2023,9,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(31632,1,1694001600,2023,9,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(31633,1,1694005200,2023,9,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(31634,1,1694008800,2023,9,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(31635,1,1694012400,2023,9,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(31636,1,1694016000,2023,9,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(31637,1,1694019600,2023,9,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(31638,1,1694023200,2023,9,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(31639,1,1694026800,2023,9,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(31640,1,1694030400,2023,9,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(31641,1,1694034000,2023,9,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(31642,1,1694037600,2023,9,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(31643,1,1694041200,2023,9,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(31644,1,1694044800,2023,9,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(31645,1,1694048400,2023,9,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(31646,1,1694052000,2023,9,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(31647,1,1694055600,2023,9,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(31648,1,1694059200,2023,9,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(31649,1,1694062800,2023,9,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(31650,1,1694066400,2023,9,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(31651,1,1694070000,2023,9,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(31652,1,1694073600,2023,9,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(31653,1,1694077200,2023,9,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(31654,1,1694080800,2023,9,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(31655,1,1694084400,2023,9,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(31656,1,1694088000,2023,9,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(31657,1,1694091600,2023,9,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(31658,1,1694095200,2023,9,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(31659,1,1694098800,2023,9,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(31660,1,1694102400,2023,9,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(31661,1,1694106000,2023,9,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(31662,1,1694109600,2023,9,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(31663,1,1694113200,2023,9,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(31664,1,1694116800,2023,9,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(31665,1,1694120400,2023,9,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(31666,1,1694124000,2023,9,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(31667,1,1694127600,2023,9,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(31668,1,1694131200,2023,9,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(31669,1,1694134800,2023,9,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(31670,1,1694138400,2023,9,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(31671,1,1694142000,2023,9,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(31672,1,1694145600,2023,9,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(31673,1,1694149200,2023,9,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(31674,1,1694152800,2023,9,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(31675,1,1694156400,2023,9,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(31676,1,1694160000,2023,9,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(31677,1,1694163600,2023,9,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(31678,1,1694167200,2023,9,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(31679,1,1694170800,2023,9,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(31680,1,1694174400,2023,9,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(31681,1,1694178000,2023,9,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(31682,1,1694181600,2023,9,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(31683,1,1694185200,2023,9,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(31684,1,1694188800,2023,9,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(31685,1,1694192400,2023,9,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(31686,1,1694196000,2023,9,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(31687,1,1694199600,2023,9,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(31688,1,1694203200,2023,9,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(31689,1,1694206800,2023,9,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(31690,1,1694210400,2023,9,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(31691,1,1694214000,2023,9,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(31692,1,1694217600,2023,9,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(31693,1,1694221200,2023,9,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(31694,1,1694224800,2023,9,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(31695,1,1694228400,2023,9,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(31696,1,1694232000,2023,9,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(31697,1,1694235600,2023,9,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(31698,1,1694239200,2023,9,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(31699,1,1694242800,2023,9,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(31700,1,1694246400,2023,9,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(31701,1,1694250000,2023,9,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(31702,1,1694253600,2023,9,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(31703,1,1694257200,2023,9,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(31704,1,1694260800,2023,9,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(31705,1,1694264400,2023,9,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(31706,1,1694268000,2023,9,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(31707,1,1694271600,2023,9,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(31708,1,1694275200,2023,9,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(31709,1,1694278800,2023,9,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(31710,1,1694282400,2023,9,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(31711,1,1694286000,2023,9,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(31712,1,1694289600,2023,9,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(31713,1,1694293200,2023,9,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(31714,1,1694383200,2023,9,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(31715,1,1694386800,2023,9,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(31716,1,1694390400,2023,9,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(31717,1,1694394000,2023,9,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(31718,1,1694397600,2023,9,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(31719,1,1694401200,2023,9,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(31720,1,1694404800,2023,9,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(31721,1,1694408400,2023,9,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(31722,1,1694412000,2023,9,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(31723,1,1694415600,2023,9,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(31724,1,1694419200,2023,9,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(31725,1,1694422800,2023,9,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(31726,1,1694426400,2023,9,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(31727,1,1694430000,2023,9,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(31728,1,1694433600,2023,9,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(31729,1,1694437200,2023,9,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(31730,1,1694440800,2023,9,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(31731,1,1694444400,2023,9,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(31732,1,1694448000,2023,9,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(31733,1,1694451600,2023,9,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(31734,1,1694455200,2023,9,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(31735,1,1694458800,2023,9,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(31736,1,1694462400,2023,9,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(31737,1,1694466000,2023,9,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(31738,1,1694469600,2023,9,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(31739,1,1694473200,2023,9,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(31740,1,1694476800,2023,9,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(31741,1,1694480400,2023,9,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(31742,1,1694484000,2023,9,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(31743,1,1694487600,2023,9,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(31744,1,1694491200,2023,9,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(31745,1,1694494800,2023,9,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(31746,1,1694498400,2023,9,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(31747,1,1694502000,2023,9,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(31748,1,1694505600,2023,9,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(31749,1,1694509200,2023,9,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(31750,1,1694512800,2023,9,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(31751,1,1694516400,2023,9,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(31752,1,1694520000,2023,9,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(31753,1,1694523600,2023,9,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(31754,1,1694527200,2023,9,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(31755,1,1694530800,2023,9,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(31756,1,1694534400,2023,9,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(31757,1,1694538000,2023,9,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(31758,1,1694541600,2023,9,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(31759,1,1694545200,2023,9,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(31760,1,1694548800,2023,9,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(31761,1,1694552400,2023,9,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(31762,1,1694556000,2023,9,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(31763,1,1694559600,2023,9,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(31764,1,1694563200,2023,9,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(31765,1,1694566800,2023,9,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(31766,1,1694570400,2023,9,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(31767,1,1694574000,2023,9,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(31768,1,1694577600,2023,9,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(31769,1,1694581200,2023,9,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(31770,1,1694584800,2023,9,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(31771,1,1694588400,2023,9,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(31772,1,1694592000,2023,9,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(31773,1,1694595600,2023,9,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(31774,1,1694599200,2023,9,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(31775,1,1694602800,2023,9,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(31776,1,1694606400,2023,9,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(31777,1,1694610000,2023,9,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(31778,1,1694613600,2023,9,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(31779,1,1694617200,2023,9,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(31780,1,1694620800,2023,9,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(31781,1,1694624400,2023,9,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(31782,1,1694628000,2023,9,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(31783,1,1694631600,2023,9,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(31784,1,1694635200,2023,9,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(31785,1,1694638800,2023,9,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(31786,1,1694642400,2023,9,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(31787,1,1694646000,2023,9,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(31788,1,1694649600,2023,9,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(31789,1,1694653200,2023,9,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(31790,1,1694656800,2023,9,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(31791,1,1694660400,2023,9,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(31792,1,1694664000,2023,9,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(31793,1,1694667600,2023,9,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(31794,1,1694671200,2023,9,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(31795,1,1694674800,2023,9,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(31796,1,1694678400,2023,9,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(31797,1,1694682000,2023,9,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(31798,1,1694685600,2023,9,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(31799,1,1694689200,2023,9,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(31800,1,1694692800,2023,9,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(31801,1,1694696400,2023,9,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(31802,1,1694700000,2023,9,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(31803,1,1694703600,2023,9,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(31804,1,1694707200,2023,9,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(31805,1,1694710800,2023,9,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(31806,1,1694714400,2023,9,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(31807,1,1694718000,2023,9,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(31808,1,1694721600,2023,9,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(31809,1,1694725200,2023,9,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(31810,1,1694728800,2023,9,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(31811,1,1694732400,2023,9,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(31812,1,1694736000,2023,9,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(31813,1,1694739600,2023,9,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(31814,1,1694743200,2023,9,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(31815,1,1694746800,2023,9,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(31816,1,1694750400,2023,9,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(31817,1,1694754000,2023,9,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(31818,1,1694757600,2023,9,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(31819,1,1694761200,2023,9,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(31820,1,1694764800,2023,9,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(31821,1,1694768400,2023,9,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(31822,1,1694772000,2023,9,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(31823,1,1694775600,2023,9,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(31824,1,1694779200,2023,9,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(31825,1,1694782800,2023,9,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(31826,1,1694786400,2023,9,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(31827,1,1694790000,2023,9,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(31828,1,1694793600,2023,9,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(31829,1,1694797200,2023,9,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(31830,1,1694800800,2023,9,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(31831,1,1694804400,2023,9,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(31832,1,1694808000,2023,9,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(31833,1,1694811600,2023,9,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(31834,1,1694815200,2023,9,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(31835,1,1694818800,2023,9,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(31836,1,1694822400,2023,9,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(31837,1,1694826000,2023,9,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(31838,1,1694829600,2023,9,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(31839,1,1694833200,2023,9,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(31840,1,1694836800,2023,9,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(31841,1,1694840400,2023,9,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(31842,1,1694844000,2023,9,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(31843,1,1694847600,2023,9,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(31844,1,1694851200,2023,9,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(31845,1,1694854800,2023,9,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(31846,1,1694858400,2023,9,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(31847,1,1694862000,2023,9,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(31848,1,1694865600,2023,9,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(31849,1,1694869200,2023,9,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(31850,1,1694872800,2023,9,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(31851,1,1694876400,2023,9,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(31852,1,1694880000,2023,9,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(31853,1,1694883600,2023,9,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(31854,1,1694887200,2023,9,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(31855,1,1694890800,2023,9,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(31856,1,1694894400,2023,9,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(31857,1,1694898000,2023,9,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(31858,1,1694988000,2023,9,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(31859,1,1694991600,2023,9,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(31860,1,1694995200,2023,9,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(31861,1,1694998800,2023,9,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(31862,1,1695002400,2023,9,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(31863,1,1695006000,2023,9,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(31864,1,1695009600,2023,9,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(31865,1,1695013200,2023,9,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(31866,1,1695016800,2023,9,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(31867,1,1695020400,2023,9,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(31868,1,1695024000,2023,9,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(31869,1,1695027600,2023,9,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(31870,1,1695031200,2023,9,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(31871,1,1695034800,2023,9,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(31872,1,1695038400,2023,9,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(31873,1,1695042000,2023,9,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(31874,1,1695045600,2023,9,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(31875,1,1695049200,2023,9,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(31876,1,1695052800,2023,9,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(31877,1,1695056400,2023,9,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(31878,1,1695060000,2023,9,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(31879,1,1695063600,2023,9,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(31880,1,1695067200,2023,9,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(31881,1,1695070800,2023,9,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(31882,1,1695074400,2023,9,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(31883,1,1695078000,2023,9,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(31884,1,1695081600,2023,9,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(31885,1,1695085200,2023,9,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(31886,1,1695088800,2023,9,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(31887,1,1695092400,2023,9,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(31888,1,1695096000,2023,9,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(31889,1,1695099600,2023,9,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(31890,1,1695103200,2023,9,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(31891,1,1695106800,2023,9,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(31892,1,1695110400,2023,9,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(31893,1,1695114000,2023,9,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(31894,1,1695117600,2023,9,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(31895,1,1695121200,2023,9,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(31896,1,1695124800,2023,9,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(31897,1,1695128400,2023,9,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(31898,1,1695132000,2023,9,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(31899,1,1695135600,2023,9,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(31900,1,1695139200,2023,9,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(31901,1,1695142800,2023,9,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(31902,1,1695146400,2023,9,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(31903,1,1695150000,2023,9,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(31904,1,1695153600,2023,9,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(31905,1,1695157200,2023,9,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(31906,1,1695160800,2023,9,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(31907,1,1695164400,2023,9,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(31908,1,1695168000,2023,9,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(31909,1,1695171600,2023,9,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(31910,1,1695175200,2023,9,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(31911,1,1695178800,2023,9,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(31912,1,1695182400,2023,9,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(31913,1,1695186000,2023,9,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(31914,1,1695189600,2023,9,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(31915,1,1695193200,2023,9,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(31916,1,1695196800,2023,9,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(31917,1,1695200400,2023,9,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(31918,1,1695204000,2023,9,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(31919,1,1695207600,2023,9,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(31920,1,1695211200,2023,9,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(31921,1,1695214800,2023,9,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(31922,1,1695218400,2023,9,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(31923,1,1695222000,2023,9,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(31924,1,1695225600,2023,9,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(31925,1,1695229200,2023,9,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(31926,1,1695232800,2023,9,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(31927,1,1695236400,2023,9,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(31928,1,1695240000,2023,9,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(31929,1,1695243600,2023,9,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(31930,1,1695247200,2023,9,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(31931,1,1695250800,2023,9,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(31932,1,1695254400,2023,9,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(31933,1,1695258000,2023,9,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(31934,1,1695261600,2023,9,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(31935,1,1695265200,2023,9,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(31936,1,1695268800,2023,9,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(31937,1,1695272400,2023,9,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(31938,1,1695276000,2023,9,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(31939,1,1695279600,2023,9,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(31940,1,1695283200,2023,9,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(31941,1,1695286800,2023,9,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(31942,1,1695290400,2023,9,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(31943,1,1695294000,2023,9,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(31944,1,1695297600,2023,9,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(31945,1,1695301200,2023,9,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(31946,1,1695304800,2023,9,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(31947,1,1695308400,2023,9,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(31948,1,1695312000,2023,9,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(31949,1,1695315600,2023,9,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(31950,1,1695319200,2023,9,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(31951,1,1695322800,2023,9,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(31952,1,1695326400,2023,9,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(31953,1,1695330000,2023,9,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(31954,1,1695333600,2023,9,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(31955,1,1695337200,2023,9,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(31956,1,1695340800,2023,9,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(31957,1,1695344400,2023,9,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(31958,1,1695348000,2023,9,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(31959,1,1695351600,2023,9,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(31960,1,1695355200,2023,9,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(31961,1,1695358800,2023,9,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(31962,1,1695362400,2023,9,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(31963,1,1695366000,2023,9,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(31964,1,1695369600,2023,9,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(31965,1,1695373200,2023,9,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(31966,1,1695376800,2023,9,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(31967,1,1695380400,2023,9,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(31968,1,1695384000,2023,9,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(31969,1,1695387600,2023,9,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(31970,1,1695391200,2023,9,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(31971,1,1695394800,2023,9,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(31972,1,1695398400,2023,9,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(31973,1,1695402000,2023,9,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(31974,1,1695405600,2023,9,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(31975,1,1695409200,2023,9,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(31976,1,1695412800,2023,9,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(31977,1,1695416400,2023,9,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(31978,1,1695420000,2023,9,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(31979,1,1695423600,2023,9,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(31980,1,1695427200,2023,9,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(31981,1,1695430800,2023,9,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(31982,1,1695434400,2023,9,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(31983,1,1695438000,2023,9,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(31984,1,1695441600,2023,9,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(31985,1,1695445200,2023,9,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(31986,1,1695448800,2023,9,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(31987,1,1695452400,2023,9,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(31988,1,1695456000,2023,9,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(31989,1,1695459600,2023,9,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(31990,1,1695463200,2023,9,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(31991,1,1695466800,2023,9,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(31992,1,1695470400,2023,9,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(31993,1,1695474000,2023,9,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(31994,1,1695477600,2023,9,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(31995,1,1695481200,2023,9,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(31996,1,1695484800,2023,9,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(31997,1,1695488400,2023,9,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(31998,1,1695492000,2023,9,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(31999,1,1695495600,2023,9,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(32000,1,1695499200,2023,9,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(32001,1,1695502800,2023,9,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(32002,1,1695592800,2023,9,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(32003,1,1695596400,2023,9,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(32004,1,1695600000,2023,9,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(32005,1,1695603600,2023,9,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(32006,1,1695607200,2023,9,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(32007,1,1695610800,2023,9,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(32008,1,1695614400,2023,9,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(32009,1,1695618000,2023,9,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(32010,1,1695621600,2023,9,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(32011,1,1695625200,2023,9,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(32012,1,1695628800,2023,9,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(32013,1,1695632400,2023,9,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(32014,1,1695636000,2023,9,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(32015,1,1695639600,2023,9,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(32016,1,1695643200,2023,9,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(32017,1,1695646800,2023,9,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(32018,1,1695650400,2023,9,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(32019,1,1695654000,2023,9,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(32020,1,1695657600,2023,9,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(32021,1,1695661200,2023,9,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(32022,1,1695664800,2023,9,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(32023,1,1695668400,2023,9,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(32024,1,1695672000,2023,9,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(32025,1,1695675600,2023,9,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(32026,1,1695679200,2023,9,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(32027,1,1695682800,2023,9,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(32028,1,1695686400,2023,9,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(32029,1,1695690000,2023,9,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(32030,1,1695693600,2023,9,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(32031,1,1695697200,2023,9,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(32032,1,1695700800,2023,9,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(32033,1,1695704400,2023,9,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(32034,1,1695708000,2023,9,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(32035,1,1695711600,2023,9,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(32036,1,1695715200,2023,9,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(32037,1,1695718800,2023,9,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(32038,1,1695722400,2023,9,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(32039,1,1695726000,2023,9,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(32040,1,1695729600,2023,9,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(32041,1,1695733200,2023,9,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(32042,1,1695736800,2023,9,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(32043,1,1695740400,2023,9,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(32044,1,1695744000,2023,9,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(32045,1,1695747600,2023,9,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(32046,1,1695751200,2023,9,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(32047,1,1695754800,2023,9,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(32048,1,1695758400,2023,9,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(32049,1,1695762000,2023,9,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(32050,1,1695765600,2023,9,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(32051,1,1695769200,2023,9,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(32052,1,1695772800,2023,9,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(32053,1,1695776400,2023,9,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(32054,1,1695780000,2023,9,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(32055,1,1695783600,2023,9,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(32056,1,1695787200,2023,9,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(32057,1,1695790800,2023,9,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(32058,1,1695794400,2023,9,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(32059,1,1695798000,2023,9,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(32060,1,1695801600,2023,9,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(32061,1,1695805200,2023,9,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(32062,1,1695808800,2023,9,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(32063,1,1695812400,2023,9,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(32064,1,1695816000,2023,9,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(32065,1,1695819600,2023,9,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(32066,1,1695823200,2023,9,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(32067,1,1695826800,2023,9,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(32068,1,1695830400,2023,9,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(32069,1,1695834000,2023,9,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(32070,1,1695837600,2023,9,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(32071,1,1695841200,2023,9,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(32072,1,1695844800,2023,9,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(32073,1,1695848400,2023,9,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(32074,1,1695852000,2023,9,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(32075,1,1695855600,2023,9,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(32076,1,1695859200,2023,9,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(32077,1,1695862800,2023,9,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(32078,1,1695866400,2023,9,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(32079,1,1695870000,2023,9,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(32080,1,1695873600,2023,9,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(32081,1,1695877200,2023,9,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(32082,1,1695880800,2023,9,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(32083,1,1695884400,2023,9,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(32084,1,1695888000,2023,9,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(32085,1,1695891600,2023,9,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(32086,1,1695895200,2023,9,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(32087,1,1695898800,2023,9,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(32088,1,1695902400,2023,9,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(32089,1,1695906000,2023,9,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(32090,1,1695909600,2023,9,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(32091,1,1695913200,2023,9,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(32092,1,1695916800,2023,9,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(32093,1,1695920400,2023,9,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(32094,1,1695924000,2023,9,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(32095,1,1695927600,2023,9,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(32096,1,1695931200,2023,9,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(32097,1,1695934800,2023,9,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(32098,1,1695938400,2023,9,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(32099,1,1695942000,2023,9,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(32100,1,1695945600,2023,9,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(32101,1,1695949200,2023,9,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(32102,1,1695952800,2023,9,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(32103,1,1695956400,2023,9,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(32104,1,1695960000,2023,9,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(32105,1,1695963600,2023,9,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(32106,1,1695967200,2023,9,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(32107,1,1695970800,2023,9,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(32108,1,1695974400,2023,9,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(32109,1,1695978000,2023,9,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(32110,1,1695981600,2023,9,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(32111,1,1695985200,2023,9,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(32112,1,1695988800,2023,9,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(32113,1,1695992400,2023,9,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(32114,1,1695996000,2023,9,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(32115,1,1695999600,2023,9,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(32116,1,1696003200,2023,9,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(32117,1,1696006800,2023,9,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(32118,1,1696010400,2023,9,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(32119,1,1696014000,2023,9,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(32120,1,1696017600,2023,9,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(32121,1,1696021200,2023,9,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(32122,1,1696024800,2023,9,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(32123,1,1696028400,2023,9,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(32124,1,1696032000,2023,9,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(32125,1,1696035600,2023,9,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(32126,1,1696039200,2023,9,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(32127,1,1696042800,2023,9,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(32128,1,1696046400,2023,9,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(32129,1,1696050000,2023,9,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(32130,1,1696053600,2023,9,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(32131,1,1696057200,2023,9,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(32132,1,1696060800,2023,9,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(32133,1,1696064400,2023,9,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(32134,1,1696068000,2023,9,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(32135,1,1696071600,2023,9,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(32136,1,1696075200,2023,9,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(32137,1,1696078800,2023,9,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(32138,1,1696082400,2023,9,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(32139,1,1696086000,2023,9,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(32140,1,1696089600,2023,9,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(32141,1,1696093200,2023,9,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(32142,1,1696096800,2023,9,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(32143,1,1696100400,2023,9,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(32144,1,1696104000,2023,9,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(32145,1,1696107600,2023,9,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(32146,1,1696197600,2023,10,2,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(32147,1,1696201200,2023,10,2,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(32148,1,1696204800,2023,10,2,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(32149,1,1696208400,2023,10,2,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(32150,1,1696212000,2023,10,2,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(32151,1,1696215600,2023,10,2,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(32152,1,1696219200,2023,10,2,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(32153,1,1696222800,2023,10,2,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(32154,1,1696226400,2023,10,2,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(32155,1,1696230000,2023,10,2,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(32156,1,1696233600,2023,10,2,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(32157,1,1696237200,2023,10,2,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(32158,1,1696240800,2023,10,2,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(32159,1,1696244400,2023,10,2,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(32160,1,1696248000,2023,10,2,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(32161,1,1696251600,2023,10,2,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(32162,1,1696255200,2023,10,2,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(32163,1,1696258800,2023,10,2,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(32164,1,1696262400,2023,10,2,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(32165,1,1696266000,2023,10,2,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(32166,1,1696269600,2023,10,2,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(32167,1,1696273200,2023,10,2,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(32168,1,1696276800,2023,10,2,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(32169,1,1696280400,2023,10,2,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(32170,1,1696284000,2023,10,3,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(32171,1,1696287600,2023,10,3,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(32172,1,1696291200,2023,10,3,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(32173,1,1696294800,2023,10,3,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(32174,1,1696298400,2023,10,3,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(32175,1,1696302000,2023,10,3,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(32176,1,1696305600,2023,10,3,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(32177,1,1696309200,2023,10,3,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(32178,1,1696312800,2023,10,3,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(32179,1,1696316400,2023,10,3,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(32180,1,1696320000,2023,10,3,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(32181,1,1696323600,2023,10,3,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(32182,1,1696327200,2023,10,3,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(32183,1,1696330800,2023,10,3,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(32184,1,1696334400,2023,10,3,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(32185,1,1696338000,2023,10,3,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(32186,1,1696341600,2023,10,3,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(32187,1,1696345200,2023,10,3,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(32188,1,1696348800,2023,10,3,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(32189,1,1696352400,2023,10,3,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(32190,1,1696356000,2023,10,3,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(32191,1,1696359600,2023,10,3,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(32192,1,1696363200,2023,10,3,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(32193,1,1696366800,2023,10,3,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(32194,1,1696370400,2023,10,4,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(32195,1,1696374000,2023,10,4,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(32196,1,1696377600,2023,10,4,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(32197,1,1696381200,2023,10,4,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(32198,1,1696384800,2023,10,4,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(32199,1,1696388400,2023,10,4,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(32200,1,1696392000,2023,10,4,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(32201,1,1696395600,2023,10,4,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(32202,1,1696399200,2023,10,4,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(32203,1,1696402800,2023,10,4,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(32204,1,1696406400,2023,10,4,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(32205,1,1696410000,2023,10,4,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(32206,1,1696413600,2023,10,4,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(32207,1,1696417200,2023,10,4,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(32208,1,1696420800,2023,10,4,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(32209,1,1696424400,2023,10,4,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(32210,1,1696428000,2023,10,4,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(32211,1,1696431600,2023,10,4,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(32212,1,1696435200,2023,10,4,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(32213,1,1696438800,2023,10,4,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(32214,1,1696442400,2023,10,4,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(32215,1,1696446000,2023,10,4,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(32216,1,1696449600,2023,10,4,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(32217,1,1696453200,2023,10,4,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(32218,1,1696456800,2023,10,5,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(32219,1,1696460400,2023,10,5,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(32220,1,1696464000,2023,10,5,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(32221,1,1696467600,2023,10,5,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(32222,1,1696471200,2023,10,5,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(32223,1,1696474800,2023,10,5,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(32224,1,1696478400,2023,10,5,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(32225,1,1696482000,2023,10,5,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(32226,1,1696485600,2023,10,5,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(32227,1,1696489200,2023,10,5,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(32228,1,1696492800,2023,10,5,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(32229,1,1696496400,2023,10,5,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(32230,1,1696500000,2023,10,5,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(32231,1,1696503600,2023,10,5,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(32232,1,1696507200,2023,10,5,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(32233,1,1696510800,2023,10,5,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(32234,1,1696514400,2023,10,5,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(32235,1,1696518000,2023,10,5,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(32236,1,1696521600,2023,10,5,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(32237,1,1696525200,2023,10,5,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(32238,1,1696528800,2023,10,5,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(32239,1,1696532400,2023,10,5,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(32240,1,1696536000,2023,10,5,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(32241,1,1696539600,2023,10,5,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(32242,1,1696543200,2023,10,6,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(32243,1,1696546800,2023,10,6,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(32244,1,1696550400,2023,10,6,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(32245,1,1696554000,2023,10,6,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(32246,1,1696557600,2023,10,6,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(32247,1,1696561200,2023,10,6,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(32248,1,1696564800,2023,10,6,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(32249,1,1696568400,2023,10,6,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(32250,1,1696572000,2023,10,6,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(32251,1,1696575600,2023,10,6,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(32252,1,1696579200,2023,10,6,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(32253,1,1696582800,2023,10,6,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(32254,1,1696586400,2023,10,6,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(32255,1,1696590000,2023,10,6,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(32256,1,1696593600,2023,10,6,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(32257,1,1696597200,2023,10,6,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(32258,1,1696600800,2023,10,6,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(32259,1,1696604400,2023,10,6,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(32260,1,1696608000,2023,10,6,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(32261,1,1696611600,2023,10,6,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(32262,1,1696615200,2023,10,6,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(32263,1,1696618800,2023,10,6,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(32264,1,1696622400,2023,10,6,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(32265,1,1696626000,2023,10,6,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(32266,1,1696629600,2023,10,7,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(32267,1,1696633200,2023,10,7,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(32268,1,1696636800,2023,10,7,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(32269,1,1696640400,2023,10,7,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(32270,1,1696644000,2023,10,7,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(32271,1,1696647600,2023,10,7,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(32272,1,1696651200,2023,10,7,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(32273,1,1696654800,2023,10,7,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(32274,1,1696658400,2023,10,7,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(32275,1,1696662000,2023,10,7,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(32276,1,1696665600,2023,10,7,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(32277,1,1696669200,2023,10,7,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(32278,1,1696672800,2023,10,7,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(32279,1,1696676400,2023,10,7,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(32280,1,1696680000,2023,10,7,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(32281,1,1696683600,2023,10,7,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(32282,1,1696687200,2023,10,7,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(32283,1,1696690800,2023,10,7,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(32284,1,1696694400,2023,10,7,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(32285,1,1696698000,2023,10,7,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(32286,1,1696701600,2023,10,7,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(32287,1,1696705200,2023,10,7,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(32288,1,1696708800,2023,10,7,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(32289,1,1696712400,2023,10,7,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(32290,1,1696802400,2023,10,9,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(32291,1,1696806000,2023,10,9,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(32292,1,1696809600,2023,10,9,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(32293,1,1696813200,2023,10,9,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(32294,1,1696816800,2023,10,9,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(32295,1,1696820400,2023,10,9,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(32296,1,1696824000,2023,10,9,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(32297,1,1696827600,2023,10,9,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(32298,1,1696831200,2023,10,9,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(32299,1,1696834800,2023,10,9,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(32300,1,1696838400,2023,10,9,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(32301,1,1696842000,2023,10,9,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(32302,1,1696845600,2023,10,9,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(32303,1,1696849200,2023,10,9,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(32304,1,1696852800,2023,10,9,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(32305,1,1696856400,2023,10,9,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(32306,1,1696860000,2023,10,9,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(32307,1,1696863600,2023,10,9,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(32308,1,1696867200,2023,10,9,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(32309,1,1696870800,2023,10,9,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(32310,1,1696874400,2023,10,9,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(32311,1,1696878000,2023,10,9,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(32312,1,1696881600,2023,10,9,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(32313,1,1696885200,2023,10,9,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(32314,1,1696888800,2023,10,10,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(32315,1,1696892400,2023,10,10,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(32316,1,1696896000,2023,10,10,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(32317,1,1696899600,2023,10,10,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(32318,1,1696903200,2023,10,10,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(32319,1,1696906800,2023,10,10,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(32320,1,1696910400,2023,10,10,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(32321,1,1696914000,2023,10,10,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(32322,1,1696917600,2023,10,10,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(32323,1,1696921200,2023,10,10,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(32324,1,1696924800,2023,10,10,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(32325,1,1696928400,2023,10,10,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(32326,1,1696932000,2023,10,10,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(32327,1,1696935600,2023,10,10,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(32328,1,1696939200,2023,10,10,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(32329,1,1696942800,2023,10,10,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(32330,1,1696946400,2023,10,10,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(32331,1,1696950000,2023,10,10,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(32332,1,1696953600,2023,10,10,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(32333,1,1696957200,2023,10,10,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(32334,1,1696960800,2023,10,10,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(32335,1,1696964400,2023,10,10,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(32336,1,1696968000,2023,10,10,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(32337,1,1696971600,2023,10,10,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(32338,1,1696975200,2023,10,11,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(32339,1,1696978800,2023,10,11,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(32340,1,1696982400,2023,10,11,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(32341,1,1696986000,2023,10,11,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(32342,1,1696989600,2023,10,11,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(32343,1,1696993200,2023,10,11,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(32344,1,1696996800,2023,10,11,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(32345,1,1697000400,2023,10,11,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(32346,1,1697004000,2023,10,11,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(32347,1,1697007600,2023,10,11,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(32348,1,1697011200,2023,10,11,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(32349,1,1697014800,2023,10,11,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(32350,1,1697018400,2023,10,11,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(32351,1,1697022000,2023,10,11,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(32352,1,1697025600,2023,10,11,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(32353,1,1697029200,2023,10,11,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(32354,1,1697032800,2023,10,11,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(32355,1,1697036400,2023,10,11,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(32356,1,1697040000,2023,10,11,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(32357,1,1697043600,2023,10,11,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(32358,1,1697047200,2023,10,11,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(32359,1,1697050800,2023,10,11,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(32360,1,1697054400,2023,10,11,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(32361,1,1697058000,2023,10,11,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(32362,1,1697061600,2023,10,12,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(32363,1,1697065200,2023,10,12,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(32364,1,1697068800,2023,10,12,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(32365,1,1697072400,2023,10,12,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(32366,1,1697076000,2023,10,12,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(32367,1,1697079600,2023,10,12,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(32368,1,1697083200,2023,10,12,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(32369,1,1697086800,2023,10,12,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(32370,1,1697090400,2023,10,12,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(32371,1,1697094000,2023,10,12,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(32372,1,1697097600,2023,10,12,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(32373,1,1697101200,2023,10,12,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(32374,1,1697104800,2023,10,12,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(32375,1,1697108400,2023,10,12,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(32376,1,1697112000,2023,10,12,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(32377,1,1697115600,2023,10,12,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(32378,1,1697119200,2023,10,12,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(32379,1,1697122800,2023,10,12,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(32380,1,1697126400,2023,10,12,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(32381,1,1697130000,2023,10,12,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(32382,1,1697133600,2023,10,12,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(32383,1,1697137200,2023,10,12,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(32384,1,1697140800,2023,10,12,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(32385,1,1697144400,2023,10,12,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(32386,1,1697148000,2023,10,13,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(32387,1,1697151600,2023,10,13,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(32388,1,1697155200,2023,10,13,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(32389,1,1697158800,2023,10,13,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(32390,1,1697162400,2023,10,13,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(32391,1,1697166000,2023,10,13,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(32392,1,1697169600,2023,10,13,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(32393,1,1697173200,2023,10,13,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(32394,1,1697176800,2023,10,13,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(32395,1,1697180400,2023,10,13,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(32396,1,1697184000,2023,10,13,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(32397,1,1697187600,2023,10,13,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(32398,1,1697191200,2023,10,13,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(32399,1,1697194800,2023,10,13,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(32400,1,1697198400,2023,10,13,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(32401,1,1697202000,2023,10,13,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(32402,1,1697205600,2023,10,13,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(32403,1,1697209200,2023,10,13,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(32404,1,1697212800,2023,10,13,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(32405,1,1697216400,2023,10,13,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(32406,1,1697220000,2023,10,13,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(32407,1,1697223600,2023,10,13,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(32408,1,1697227200,2023,10,13,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(32409,1,1697230800,2023,10,13,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(32410,1,1697234400,2023,10,14,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(32411,1,1697238000,2023,10,14,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(32412,1,1697241600,2023,10,14,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(32413,1,1697245200,2023,10,14,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(32414,1,1697248800,2023,10,14,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(32415,1,1697252400,2023,10,14,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(32416,1,1697256000,2023,10,14,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(32417,1,1697259600,2023,10,14,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(32418,1,1697263200,2023,10,14,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(32419,1,1697266800,2023,10,14,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(32420,1,1697270400,2023,10,14,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(32421,1,1697274000,2023,10,14,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(32422,1,1697277600,2023,10,14,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(32423,1,1697281200,2023,10,14,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(32424,1,1697284800,2023,10,14,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(32425,1,1697288400,2023,10,14,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(32426,1,1697292000,2023,10,14,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(32427,1,1697295600,2023,10,14,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(32428,1,1697299200,2023,10,14,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(32429,1,1697302800,2023,10,14,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(32430,1,1697306400,2023,10,14,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(32431,1,1697310000,2023,10,14,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(32432,1,1697313600,2023,10,14,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(32433,1,1697317200,2023,10,14,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(32434,1,1697407200,2023,10,16,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(32435,1,1697410800,2023,10,16,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(32436,1,1697414400,2023,10,16,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(32437,1,1697418000,2023,10,16,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(32438,1,1697421600,2023,10,16,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(32439,1,1697425200,2023,10,16,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(32440,1,1697428800,2023,10,16,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(32441,1,1697432400,2023,10,16,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(32442,1,1697436000,2023,10,16,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(32443,1,1697439600,2023,10,16,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(32444,1,1697443200,2023,10,16,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(32445,1,1697446800,2023,10,16,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(32446,1,1697450400,2023,10,16,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(32447,1,1697454000,2023,10,16,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(32448,1,1697457600,2023,10,16,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(32449,1,1697461200,2023,10,16,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(32450,1,1697464800,2023,10,16,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(32451,1,1697468400,2023,10,16,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(32452,1,1697472000,2023,10,16,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(32453,1,1697475600,2023,10,16,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(32454,1,1697479200,2023,10,16,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(32455,1,1697482800,2023,10,16,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(32456,1,1697486400,2023,10,16,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(32457,1,1697490000,2023,10,16,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(32458,1,1697493600,2023,10,17,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(32459,1,1697497200,2023,10,17,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(32460,1,1697500800,2023,10,17,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(32461,1,1697504400,2023,10,17,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(32462,1,1697508000,2023,10,17,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(32463,1,1697511600,2023,10,17,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(32464,1,1697515200,2023,10,17,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(32465,1,1697518800,2023,10,17,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(32466,1,1697522400,2023,10,17,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(32467,1,1697526000,2023,10,17,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(32468,1,1697529600,2023,10,17,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(32469,1,1697533200,2023,10,17,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(32470,1,1697536800,2023,10,17,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(32471,1,1697540400,2023,10,17,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(32472,1,1697544000,2023,10,17,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(32473,1,1697547600,2023,10,17,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(32474,1,1697551200,2023,10,17,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(32475,1,1697554800,2023,10,17,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(32476,1,1697558400,2023,10,17,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(32477,1,1697562000,2023,10,17,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(32478,1,1697565600,2023,10,17,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(32479,1,1697569200,2023,10,17,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(32480,1,1697572800,2023,10,17,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(32481,1,1697576400,2023,10,17,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(32482,1,1697580000,2023,10,18,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(32483,1,1697583600,2023,10,18,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(32484,1,1697587200,2023,10,18,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(32485,1,1697590800,2023,10,18,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(32486,1,1697594400,2023,10,18,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(32487,1,1697598000,2023,10,18,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(32488,1,1697601600,2023,10,18,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(32489,1,1697605200,2023,10,18,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(32490,1,1697608800,2023,10,18,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(32491,1,1697612400,2023,10,18,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(32492,1,1697616000,2023,10,18,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(32493,1,1697619600,2023,10,18,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(32494,1,1697623200,2023,10,18,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(32495,1,1697626800,2023,10,18,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(32496,1,1697630400,2023,10,18,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(32497,1,1697634000,2023,10,18,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(32498,1,1697637600,2023,10,18,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(32499,1,1697641200,2023,10,18,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(32500,1,1697644800,2023,10,18,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(32501,1,1697648400,2023,10,18,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(32502,1,1697652000,2023,10,18,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(32503,1,1697655600,2023,10,18,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(32504,1,1697659200,2023,10,18,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(32505,1,1697662800,2023,10,18,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(32506,1,1697666400,2023,10,19,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(32507,1,1697670000,2023,10,19,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(32508,1,1697673600,2023,10,19,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(32509,1,1697677200,2023,10,19,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(32510,1,1697680800,2023,10,19,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(32511,1,1697684400,2023,10,19,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(32512,1,1697688000,2023,10,19,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(32513,1,1697691600,2023,10,19,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(32514,1,1697695200,2023,10,19,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(32515,1,1697698800,2023,10,19,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(32516,1,1697702400,2023,10,19,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(32517,1,1697706000,2023,10,19,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(32518,1,1697709600,2023,10,19,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(32519,1,1697713200,2023,10,19,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(32520,1,1697716800,2023,10,19,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(32521,1,1697720400,2023,10,19,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(32522,1,1697724000,2023,10,19,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(32523,1,1697727600,2023,10,19,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(32524,1,1697731200,2023,10,19,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(32525,1,1697734800,2023,10,19,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(32526,1,1697738400,2023,10,19,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(32527,1,1697742000,2023,10,19,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(32528,1,1697745600,2023,10,19,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(32529,1,1697749200,2023,10,19,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(32530,1,1697752800,2023,10,20,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(32531,1,1697756400,2023,10,20,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(32532,1,1697760000,2023,10,20,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(32533,1,1697763600,2023,10,20,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(32534,1,1697767200,2023,10,20,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(32535,1,1697770800,2023,10,20,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(32536,1,1697774400,2023,10,20,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(32537,1,1697778000,2023,10,20,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(32538,1,1697781600,2023,10,20,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(32539,1,1697785200,2023,10,20,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(32540,1,1697788800,2023,10,20,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(32541,1,1697792400,2023,10,20,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(32542,1,1697796000,2023,10,20,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(32543,1,1697799600,2023,10,20,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(32544,1,1697803200,2023,10,20,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(32545,1,1697806800,2023,10,20,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(32546,1,1697810400,2023,10,20,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(32547,1,1697814000,2023,10,20,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(32548,1,1697817600,2023,10,20,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(32549,1,1697821200,2023,10,20,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(32550,1,1697824800,2023,10,20,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(32551,1,1697828400,2023,10,20,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(32552,1,1697832000,2023,10,20,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(32553,1,1697835600,2023,10,20,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(32554,1,1697839200,2023,10,21,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(32555,1,1697842800,2023,10,21,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(32556,1,1697846400,2023,10,21,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(32557,1,1697850000,2023,10,21,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(32558,1,1697853600,2023,10,21,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(32559,1,1697857200,2023,10,21,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(32560,1,1697860800,2023,10,21,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(32561,1,1697864400,2023,10,21,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(32562,1,1697868000,2023,10,21,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(32563,1,1697871600,2023,10,21,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(32564,1,1697875200,2023,10,21,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(32565,1,1697878800,2023,10,21,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(32566,1,1697882400,2023,10,21,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(32567,1,1697886000,2023,10,21,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(32568,1,1697889600,2023,10,21,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(32569,1,1697893200,2023,10,21,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(32570,1,1697896800,2023,10,21,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(32571,1,1697900400,2023,10,21,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(32572,1,1697904000,2023,10,21,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(32573,1,1697907600,2023,10,21,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(32574,1,1697911200,2023,10,21,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(32575,1,1697914800,2023,10,21,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(32576,1,1697918400,2023,10,21,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(32577,1,1697922000,2023,10,21,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(32578,1,1698012000,2023,10,23,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(32579,1,1698015600,2023,10,23,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(32580,1,1698019200,2023,10,23,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(32581,1,1698022800,2023,10,23,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(32582,1,1698026400,2023,10,23,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(32583,1,1698030000,2023,10,23,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(32584,1,1698033600,2023,10,23,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(32585,1,1698037200,2023,10,23,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(32586,1,1698040800,2023,10,23,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(32587,1,1698044400,2023,10,23,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(32588,1,1698048000,2023,10,23,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(32589,1,1698051600,2023,10,23,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(32590,1,1698055200,2023,10,23,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(32591,1,1698058800,2023,10,23,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(32592,1,1698062400,2023,10,23,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(32593,1,1698066000,2023,10,23,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(32594,1,1698069600,2023,10,23,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(32595,1,1698073200,2023,10,23,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(32596,1,1698076800,2023,10,23,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(32597,1,1698080400,2023,10,23,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(32598,1,1698084000,2023,10,23,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(32599,1,1698087600,2023,10,23,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(32600,1,1698091200,2023,10,23,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(32601,1,1698094800,2023,10,23,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(32602,1,1698098400,2023,10,24,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(32603,1,1698102000,2023,10,24,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(32604,1,1698105600,2023,10,24,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(32605,1,1698109200,2023,10,24,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(32606,1,1698112800,2023,10,24,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(32607,1,1698116400,2023,10,24,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(32608,1,1698120000,2023,10,24,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(32609,1,1698123600,2023,10,24,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(32610,1,1698127200,2023,10,24,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(32611,1,1698130800,2023,10,24,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(32612,1,1698134400,2023,10,24,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(32613,1,1698138000,2023,10,24,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(32614,1,1698141600,2023,10,24,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(32615,1,1698145200,2023,10,24,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(32616,1,1698148800,2023,10,24,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(32617,1,1698152400,2023,10,24,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(32618,1,1698156000,2023,10,24,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(32619,1,1698159600,2023,10,24,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(32620,1,1698163200,2023,10,24,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(32621,1,1698166800,2023,10,24,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(32622,1,1698170400,2023,10,24,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(32623,1,1698174000,2023,10,24,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(32624,1,1698177600,2023,10,24,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(32625,1,1698181200,2023,10,24,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(32626,1,1698184800,2023,10,25,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(32627,1,1698188400,2023,10,25,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(32628,1,1698192000,2023,10,25,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(32629,1,1698195600,2023,10,25,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(32630,1,1698199200,2023,10,25,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(32631,1,1698202800,2023,10,25,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(32632,1,1698206400,2023,10,25,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(32633,1,1698210000,2023,10,25,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(32634,1,1698213600,2023,10,25,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(32635,1,1698217200,2023,10,25,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(32636,1,1698220800,2023,10,25,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(32637,1,1698224400,2023,10,25,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(32638,1,1698228000,2023,10,25,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(32639,1,1698231600,2023,10,25,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(32640,1,1698235200,2023,10,25,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(32641,1,1698238800,2023,10,25,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(32642,1,1698242400,2023,10,25,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(32643,1,1698246000,2023,10,25,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(32644,1,1698249600,2023,10,25,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(32645,1,1698253200,2023,10,25,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(32646,1,1698256800,2023,10,25,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(32647,1,1698260400,2023,10,25,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(32648,1,1698264000,2023,10,25,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(32649,1,1698267600,2023,10,25,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(32650,1,1698271200,2023,10,26,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(32651,1,1698274800,2023,10,26,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(32652,1,1698278400,2023,10,26,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(32653,1,1698282000,2023,10,26,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(32654,1,1698285600,2023,10,26,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(32655,1,1698289200,2023,10,26,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(32656,1,1698292800,2023,10,26,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(32657,1,1698296400,2023,10,26,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(32658,1,1698300000,2023,10,26,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(32659,1,1698303600,2023,10,26,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(32660,1,1698307200,2023,10,26,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(32661,1,1698310800,2023,10,26,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(32662,1,1698314400,2023,10,26,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(32663,1,1698318000,2023,10,26,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(32664,1,1698321600,2023,10,26,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(32665,1,1698325200,2023,10,26,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(32666,1,1698328800,2023,10,26,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(32667,1,1698332400,2023,10,26,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(32668,1,1698336000,2023,10,26,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(32669,1,1698339600,2023,10,26,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(32670,1,1698343200,2023,10,26,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(32671,1,1698346800,2023,10,26,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(32672,1,1698350400,2023,10,26,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(32673,1,1698354000,2023,10,26,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(32674,1,1698357600,2023,10,27,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(32675,1,1698361200,2023,10,27,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(32676,1,1698364800,2023,10,27,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(32677,1,1698368400,2023,10,27,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(32678,1,1698372000,2023,10,27,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(32679,1,1698375600,2023,10,27,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(32680,1,1698379200,2023,10,27,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(32681,1,1698382800,2023,10,27,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(32682,1,1698386400,2023,10,27,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(32683,1,1698390000,2023,10,27,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(32684,1,1698393600,2023,10,27,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(32685,1,1698397200,2023,10,27,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(32686,1,1698400800,2023,10,27,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(32687,1,1698404400,2023,10,27,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(32688,1,1698408000,2023,10,27,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(32689,1,1698411600,2023,10,27,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(32690,1,1698415200,2023,10,27,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(32691,1,1698418800,2023,10,27,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(32692,1,1698422400,2023,10,27,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(32693,1,1698426000,2023,10,27,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(32694,1,1698429600,2023,10,27,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(32695,1,1698433200,2023,10,27,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(32696,1,1698436800,2023,10,27,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(32697,1,1698440400,2023,10,27,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(32698,1,1698444000,2023,10,28,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(32699,1,1698447600,2023,10,28,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(32700,1,1698451200,2023,10,28,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(32701,1,1698454800,2023,10,28,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(32702,1,1698458400,2023,10,28,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(32703,1,1698462000,2023,10,28,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(32704,1,1698465600,2023,10,28,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(32705,1,1698469200,2023,10,28,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(32706,1,1698472800,2023,10,28,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(32707,1,1698476400,2023,10,28,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(32708,1,1698480000,2023,10,28,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(32709,1,1698483600,2023,10,28,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(32710,1,1698487200,2023,10,28,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(32711,1,1698490800,2023,10,28,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(32712,1,1698494400,2023,10,28,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(32713,1,1698498000,2023,10,28,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(32714,1,1698501600,2023,10,28,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(32715,1,1698505200,2023,10,28,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(32716,1,1698508800,2023,10,28,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(32717,1,1698512400,2023,10,28,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(32718,1,1698516000,2023,10,28,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(32719,1,1698519600,2023,10,28,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(32720,1,1698523200,2023,10,28,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(32721,1,1698526800,2023,10,28,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(32722,1,1698620400,2023,10,30,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(32723,1,1698624000,2023,10,30,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(32724,1,1698627600,2023,10,30,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(32725,1,1698631200,2023,10,30,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(32726,1,1698634800,2023,10,30,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(32727,1,1698638400,2023,10,30,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(32728,1,1698642000,2023,10,30,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(32729,1,1698645600,2023,10,30,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(32730,1,1698649200,2023,10,30,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(32731,1,1698652800,2023,10,30,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(32732,1,1698656400,2023,10,30,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(32733,1,1698660000,2023,10,30,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(32734,1,1698663600,2023,10,30,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(32735,1,1698667200,2023,10,30,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(32736,1,1698670800,2023,10,30,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(32737,1,1698674400,2023,10,30,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(32738,1,1698678000,2023,10,30,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(32739,1,1698681600,2023,10,30,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(32740,1,1698685200,2023,10,30,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(32741,1,1698688800,2023,10,30,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(32742,1,1698692400,2023,10,30,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(32743,1,1698696000,2023,10,30,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(32744,1,1698699600,2023,10,30,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(32745,1,1698703200,2023,10,30,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(32746,1,1698706800,2023,10,31,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(32747,1,1698710400,2023,10,31,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(32748,1,1698714000,2023,10,31,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(32749,1,1698717600,2023,10,31,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(32750,1,1698721200,2023,10,31,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(32751,1,1698724800,2023,10,31,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(32752,1,1698728400,2023,10,31,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(32753,1,1698732000,2023,10,31,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(32754,1,1698735600,2023,10,31,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(32755,1,1698739200,2023,10,31,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(32756,1,1698742800,2023,10,31,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(32757,1,1698746400,2023,10,31,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(32758,1,1698750000,2023,10,31,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(32759,1,1698753600,2023,10,31,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(32760,1,1698757200,2023,10,31,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(32761,1,1698760800,2023,10,31,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(32762,1,1698764400,2023,10,31,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(32763,1,1698768000,2023,10,31,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(32764,1,1698771600,2023,10,31,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(32765,1,1698775200,2023,10,31,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(32766,1,1698778800,2023,10,31,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(32767,1,1698782400,2023,10,31,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(32768,1,1698786000,2023,10,31,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(32769,1,1698789600,2023,10,31,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(32770,1,1698793200,2023,11,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(32771,1,1698796800,2023,11,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(32772,1,1698800400,2023,11,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(32773,1,1698804000,2023,11,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(32774,1,1698807600,2023,11,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(32775,1,1698811200,2023,11,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(32776,1,1698814800,2023,11,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(32777,1,1698818400,2023,11,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(32778,1,1698822000,2023,11,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(32779,1,1698825600,2023,11,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(32780,1,1698829200,2023,11,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(32781,1,1698832800,2023,11,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(32782,1,1698836400,2023,11,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(32783,1,1698840000,2023,11,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(32784,1,1698843600,2023,11,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(32785,1,1698847200,2023,11,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(32786,1,1698850800,2023,11,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(32787,1,1698854400,2023,11,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(32788,1,1698858000,2023,11,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(32789,1,1698861600,2023,11,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(32790,1,1698865200,2023,11,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(32791,1,1698868800,2023,11,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(32792,1,1698872400,2023,11,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(32793,1,1698876000,2023,11,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(32794,1,1698879600,2023,11,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(32795,1,1698883200,2023,11,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(32796,1,1698886800,2023,11,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(32797,1,1698890400,2023,11,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(32798,1,1698894000,2023,11,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(32799,1,1698897600,2023,11,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(32800,1,1698901200,2023,11,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(32801,1,1698904800,2023,11,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(32802,1,1698908400,2023,11,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(32803,1,1698912000,2023,11,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(32804,1,1698915600,2023,11,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(32805,1,1698919200,2023,11,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(32806,1,1698922800,2023,11,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(32807,1,1698926400,2023,11,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(32808,1,1698930000,2023,11,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(32809,1,1698933600,2023,11,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(32810,1,1698937200,2023,11,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(32811,1,1698940800,2023,11,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(32812,1,1698944400,2023,11,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(32813,1,1698948000,2023,11,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(32814,1,1698951600,2023,11,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(32815,1,1698955200,2023,11,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(32816,1,1698958800,2023,11,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(32817,1,1698962400,2023,11,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(32818,1,1698966000,2023,11,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(32819,1,1698969600,2023,11,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(32820,1,1698973200,2023,11,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(32821,1,1698976800,2023,11,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(32822,1,1698980400,2023,11,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(32823,1,1698984000,2023,11,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(32824,1,1698987600,2023,11,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(32825,1,1698991200,2023,11,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(32826,1,1698994800,2023,11,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(32827,1,1698998400,2023,11,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(32828,1,1699002000,2023,11,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(32829,1,1699005600,2023,11,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(32830,1,1699009200,2023,11,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(32831,1,1699012800,2023,11,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(32832,1,1699016400,2023,11,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(32833,1,1699020000,2023,11,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(32834,1,1699023600,2023,11,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(32835,1,1699027200,2023,11,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(32836,1,1699030800,2023,11,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(32837,1,1699034400,2023,11,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(32838,1,1699038000,2023,11,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(32839,1,1699041600,2023,11,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(32840,1,1699045200,2023,11,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(32841,1,1699048800,2023,11,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(32842,1,1699052400,2023,11,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(32843,1,1699056000,2023,11,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(32844,1,1699059600,2023,11,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(32845,1,1699063200,2023,11,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(32846,1,1699066800,2023,11,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(32847,1,1699070400,2023,11,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(32848,1,1699074000,2023,11,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(32849,1,1699077600,2023,11,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(32850,1,1699081200,2023,11,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(32851,1,1699084800,2023,11,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(32852,1,1699088400,2023,11,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(32853,1,1699092000,2023,11,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(32854,1,1699095600,2023,11,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(32855,1,1699099200,2023,11,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(32856,1,1699102800,2023,11,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(32857,1,1699106400,2023,11,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(32858,1,1699110000,2023,11,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(32859,1,1699113600,2023,11,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(32860,1,1699117200,2023,11,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(32861,1,1699120800,2023,11,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(32862,1,1699124400,2023,11,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(32863,1,1699128000,2023,11,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(32864,1,1699131600,2023,11,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(32865,1,1699135200,2023,11,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(32866,1,1699225200,2023,11,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(32867,1,1699228800,2023,11,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(32868,1,1699232400,2023,11,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(32869,1,1699236000,2023,11,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(32870,1,1699239600,2023,11,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(32871,1,1699243200,2023,11,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(32872,1,1699246800,2023,11,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(32873,1,1699250400,2023,11,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(32874,1,1699254000,2023,11,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(32875,1,1699257600,2023,11,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(32876,1,1699261200,2023,11,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(32877,1,1699264800,2023,11,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(32878,1,1699268400,2023,11,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(32879,1,1699272000,2023,11,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(32880,1,1699275600,2023,11,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(32881,1,1699279200,2023,11,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(32882,1,1699282800,2023,11,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(32883,1,1699286400,2023,11,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(32884,1,1699290000,2023,11,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(32885,1,1699293600,2023,11,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(32886,1,1699297200,2023,11,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(32887,1,1699300800,2023,11,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(32888,1,1699304400,2023,11,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(32889,1,1699308000,2023,11,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(32890,1,1699311600,2023,11,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(32891,1,1699315200,2023,11,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(32892,1,1699318800,2023,11,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(32893,1,1699322400,2023,11,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(32894,1,1699326000,2023,11,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(32895,1,1699329600,2023,11,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(32896,1,1699333200,2023,11,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(32897,1,1699336800,2023,11,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(32898,1,1699340400,2023,11,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(32899,1,1699344000,2023,11,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(32900,1,1699347600,2023,11,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(32901,1,1699351200,2023,11,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(32902,1,1699354800,2023,11,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(32903,1,1699358400,2023,11,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(32904,1,1699362000,2023,11,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(32905,1,1699365600,2023,11,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(32906,1,1699369200,2023,11,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(32907,1,1699372800,2023,11,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(32908,1,1699376400,2023,11,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(32909,1,1699380000,2023,11,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(32910,1,1699383600,2023,11,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(32911,1,1699387200,2023,11,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(32912,1,1699390800,2023,11,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(32913,1,1699394400,2023,11,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(32914,1,1699398000,2023,11,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(32915,1,1699401600,2023,11,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(32916,1,1699405200,2023,11,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(32917,1,1699408800,2023,11,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(32918,1,1699412400,2023,11,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(32919,1,1699416000,2023,11,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(32920,1,1699419600,2023,11,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(32921,1,1699423200,2023,11,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(32922,1,1699426800,2023,11,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(32923,1,1699430400,2023,11,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(32924,1,1699434000,2023,11,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(32925,1,1699437600,2023,11,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(32926,1,1699441200,2023,11,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(32927,1,1699444800,2023,11,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(32928,1,1699448400,2023,11,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(32929,1,1699452000,2023,11,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(32930,1,1699455600,2023,11,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(32931,1,1699459200,2023,11,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(32932,1,1699462800,2023,11,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(32933,1,1699466400,2023,11,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(32934,1,1699470000,2023,11,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(32935,1,1699473600,2023,11,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(32936,1,1699477200,2023,11,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(32937,1,1699480800,2023,11,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(32938,1,1699484400,2023,11,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(32939,1,1699488000,2023,11,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(32940,1,1699491600,2023,11,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(32941,1,1699495200,2023,11,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(32942,1,1699498800,2023,11,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(32943,1,1699502400,2023,11,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(32944,1,1699506000,2023,11,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(32945,1,1699509600,2023,11,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(32946,1,1699513200,2023,11,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(32947,1,1699516800,2023,11,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(32948,1,1699520400,2023,11,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(32949,1,1699524000,2023,11,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(32950,1,1699527600,2023,11,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(32951,1,1699531200,2023,11,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(32952,1,1699534800,2023,11,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(32953,1,1699538400,2023,11,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(32954,1,1699542000,2023,11,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(32955,1,1699545600,2023,11,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(32956,1,1699549200,2023,11,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(32957,1,1699552800,2023,11,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(32958,1,1699556400,2023,11,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(32959,1,1699560000,2023,11,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(32960,1,1699563600,2023,11,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(32961,1,1699567200,2023,11,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(32962,1,1699570800,2023,11,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(32963,1,1699574400,2023,11,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(32964,1,1699578000,2023,11,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(32965,1,1699581600,2023,11,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(32966,1,1699585200,2023,11,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(32967,1,1699588800,2023,11,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(32968,1,1699592400,2023,11,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(32969,1,1699596000,2023,11,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(32970,1,1699599600,2023,11,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(32971,1,1699603200,2023,11,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(32972,1,1699606800,2023,11,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(32973,1,1699610400,2023,11,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(32974,1,1699614000,2023,11,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(32975,1,1699617600,2023,11,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(32976,1,1699621200,2023,11,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(32977,1,1699624800,2023,11,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(32978,1,1699628400,2023,11,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(32979,1,1699632000,2023,11,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(32980,1,1699635600,2023,11,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(32981,1,1699639200,2023,11,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(32982,1,1699642800,2023,11,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(32983,1,1699646400,2023,11,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(32984,1,1699650000,2023,11,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(32985,1,1699653600,2023,11,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(32986,1,1699657200,2023,11,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(32987,1,1699660800,2023,11,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(32988,1,1699664400,2023,11,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(32989,1,1699668000,2023,11,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(32990,1,1699671600,2023,11,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(32991,1,1699675200,2023,11,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(32992,1,1699678800,2023,11,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(32993,1,1699682400,2023,11,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(32994,1,1699686000,2023,11,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(32995,1,1699689600,2023,11,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(32996,1,1699693200,2023,11,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(32997,1,1699696800,2023,11,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(32998,1,1699700400,2023,11,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(32999,1,1699704000,2023,11,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(33000,1,1699707600,2023,11,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(33001,1,1699711200,2023,11,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(33002,1,1699714800,2023,11,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(33003,1,1699718400,2023,11,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(33004,1,1699722000,2023,11,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(33005,1,1699725600,2023,11,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(33006,1,1699729200,2023,11,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(33007,1,1699732800,2023,11,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(33008,1,1699736400,2023,11,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(33009,1,1699740000,2023,11,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(33010,1,1699830000,2023,11,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(33011,1,1699833600,2023,11,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(33012,1,1699837200,2023,11,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(33013,1,1699840800,2023,11,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(33014,1,1699844400,2023,11,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(33015,1,1699848000,2023,11,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(33016,1,1699851600,2023,11,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(33017,1,1699855200,2023,11,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(33018,1,1699858800,2023,11,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(33019,1,1699862400,2023,11,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(33020,1,1699866000,2023,11,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(33021,1,1699869600,2023,11,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(33022,1,1699873200,2023,11,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(33023,1,1699876800,2023,11,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(33024,1,1699880400,2023,11,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(33025,1,1699884000,2023,11,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(33026,1,1699887600,2023,11,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(33027,1,1699891200,2023,11,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(33028,1,1699894800,2023,11,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(33029,1,1699898400,2023,11,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(33030,1,1699902000,2023,11,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(33031,1,1699905600,2023,11,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(33032,1,1699909200,2023,11,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(33033,1,1699912800,2023,11,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(33034,1,1699916400,2023,11,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(33035,1,1699920000,2023,11,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(33036,1,1699923600,2023,11,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(33037,1,1699927200,2023,11,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(33038,1,1699930800,2023,11,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(33039,1,1699934400,2023,11,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(33040,1,1699938000,2023,11,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(33041,1,1699941600,2023,11,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(33042,1,1699945200,2023,11,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(33043,1,1699948800,2023,11,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(33044,1,1699952400,2023,11,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(33045,1,1699956000,2023,11,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(33046,1,1699959600,2023,11,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(33047,1,1699963200,2023,11,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(33048,1,1699966800,2023,11,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(33049,1,1699970400,2023,11,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(33050,1,1699974000,2023,11,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(33051,1,1699977600,2023,11,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(33052,1,1699981200,2023,11,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(33053,1,1699984800,2023,11,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(33054,1,1699988400,2023,11,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(33055,1,1699992000,2023,11,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(33056,1,1699995600,2023,11,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(33057,1,1699999200,2023,11,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(33058,1,1700002800,2023,11,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(33059,1,1700006400,2023,11,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(33060,1,1700010000,2023,11,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(33061,1,1700013600,2023,11,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(33062,1,1700017200,2023,11,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(33063,1,1700020800,2023,11,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(33064,1,1700024400,2023,11,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(33065,1,1700028000,2023,11,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(33066,1,1700031600,2023,11,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(33067,1,1700035200,2023,11,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(33068,1,1700038800,2023,11,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(33069,1,1700042400,2023,11,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(33070,1,1700046000,2023,11,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(33071,1,1700049600,2023,11,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(33072,1,1700053200,2023,11,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(33073,1,1700056800,2023,11,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(33074,1,1700060400,2023,11,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(33075,1,1700064000,2023,11,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(33076,1,1700067600,2023,11,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(33077,1,1700071200,2023,11,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(33078,1,1700074800,2023,11,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(33079,1,1700078400,2023,11,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(33080,1,1700082000,2023,11,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(33081,1,1700085600,2023,11,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(33082,1,1700089200,2023,11,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(33083,1,1700092800,2023,11,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(33084,1,1700096400,2023,11,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(33085,1,1700100000,2023,11,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(33086,1,1700103600,2023,11,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(33087,1,1700107200,2023,11,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(33088,1,1700110800,2023,11,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(33089,1,1700114400,2023,11,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(33090,1,1700118000,2023,11,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(33091,1,1700121600,2023,11,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(33092,1,1700125200,2023,11,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(33093,1,1700128800,2023,11,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(33094,1,1700132400,2023,11,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(33095,1,1700136000,2023,11,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(33096,1,1700139600,2023,11,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(33097,1,1700143200,2023,11,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(33098,1,1700146800,2023,11,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(33099,1,1700150400,2023,11,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(33100,1,1700154000,2023,11,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(33101,1,1700157600,2023,11,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(33102,1,1700161200,2023,11,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(33103,1,1700164800,2023,11,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(33104,1,1700168400,2023,11,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(33105,1,1700172000,2023,11,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(33106,1,1700175600,2023,11,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(33107,1,1700179200,2023,11,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(33108,1,1700182800,2023,11,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(33109,1,1700186400,2023,11,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(33110,1,1700190000,2023,11,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(33111,1,1700193600,2023,11,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(33112,1,1700197200,2023,11,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(33113,1,1700200800,2023,11,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(33114,1,1700204400,2023,11,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(33115,1,1700208000,2023,11,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(33116,1,1700211600,2023,11,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(33117,1,1700215200,2023,11,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(33118,1,1700218800,2023,11,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(33119,1,1700222400,2023,11,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(33120,1,1700226000,2023,11,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(33121,1,1700229600,2023,11,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(33122,1,1700233200,2023,11,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(33123,1,1700236800,2023,11,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(33124,1,1700240400,2023,11,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(33125,1,1700244000,2023,11,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(33126,1,1700247600,2023,11,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(33127,1,1700251200,2023,11,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(33128,1,1700254800,2023,11,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(33129,1,1700258400,2023,11,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(33130,1,1700262000,2023,11,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(33131,1,1700265600,2023,11,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(33132,1,1700269200,2023,11,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(33133,1,1700272800,2023,11,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(33134,1,1700276400,2023,11,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(33135,1,1700280000,2023,11,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(33136,1,1700283600,2023,11,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(33137,1,1700287200,2023,11,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(33138,1,1700290800,2023,11,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(33139,1,1700294400,2023,11,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(33140,1,1700298000,2023,11,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(33141,1,1700301600,2023,11,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(33142,1,1700305200,2023,11,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(33143,1,1700308800,2023,11,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(33144,1,1700312400,2023,11,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(33145,1,1700316000,2023,11,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(33146,1,1700319600,2023,11,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(33147,1,1700323200,2023,11,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(33148,1,1700326800,2023,11,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(33149,1,1700330400,2023,11,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(33150,1,1700334000,2023,11,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(33151,1,1700337600,2023,11,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(33152,1,1700341200,2023,11,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(33153,1,1700344800,2023,11,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(33154,1,1700434800,2023,11,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(33155,1,1700438400,2023,11,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(33156,1,1700442000,2023,11,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(33157,1,1700445600,2023,11,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(33158,1,1700449200,2023,11,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(33159,1,1700452800,2023,11,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(33160,1,1700456400,2023,11,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(33161,1,1700460000,2023,11,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(33162,1,1700463600,2023,11,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(33163,1,1700467200,2023,11,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(33164,1,1700470800,2023,11,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(33165,1,1700474400,2023,11,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(33166,1,1700478000,2023,11,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(33167,1,1700481600,2023,11,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(33168,1,1700485200,2023,11,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(33169,1,1700488800,2023,11,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(33170,1,1700492400,2023,11,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(33171,1,1700496000,2023,11,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(33172,1,1700499600,2023,11,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(33173,1,1700503200,2023,11,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(33174,1,1700506800,2023,11,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(33175,1,1700510400,2023,11,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(33176,1,1700514000,2023,11,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(33177,1,1700517600,2023,11,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(33178,1,1700521200,2023,11,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(33179,1,1700524800,2023,11,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(33180,1,1700528400,2023,11,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(33181,1,1700532000,2023,11,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(33182,1,1700535600,2023,11,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(33183,1,1700539200,2023,11,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(33184,1,1700542800,2023,11,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(33185,1,1700546400,2023,11,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(33186,1,1700550000,2023,11,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(33187,1,1700553600,2023,11,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(33188,1,1700557200,2023,11,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(33189,1,1700560800,2023,11,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(33190,1,1700564400,2023,11,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(33191,1,1700568000,2023,11,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(33192,1,1700571600,2023,11,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(33193,1,1700575200,2023,11,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(33194,1,1700578800,2023,11,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(33195,1,1700582400,2023,11,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(33196,1,1700586000,2023,11,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(33197,1,1700589600,2023,11,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(33198,1,1700593200,2023,11,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(33199,1,1700596800,2023,11,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(33200,1,1700600400,2023,11,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(33201,1,1700604000,2023,11,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(33202,1,1700607600,2023,11,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(33203,1,1700611200,2023,11,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(33204,1,1700614800,2023,11,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(33205,1,1700618400,2023,11,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(33206,1,1700622000,2023,11,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(33207,1,1700625600,2023,11,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(33208,1,1700629200,2023,11,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(33209,1,1700632800,2023,11,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(33210,1,1700636400,2023,11,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(33211,1,1700640000,2023,11,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(33212,1,1700643600,2023,11,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(33213,1,1700647200,2023,11,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(33214,1,1700650800,2023,11,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(33215,1,1700654400,2023,11,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(33216,1,1700658000,2023,11,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(33217,1,1700661600,2023,11,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(33218,1,1700665200,2023,11,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(33219,1,1700668800,2023,11,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(33220,1,1700672400,2023,11,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(33221,1,1700676000,2023,11,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(33222,1,1700679600,2023,11,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(33223,1,1700683200,2023,11,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(33224,1,1700686800,2023,11,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(33225,1,1700690400,2023,11,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(33226,1,1700694000,2023,11,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(33227,1,1700697600,2023,11,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(33228,1,1700701200,2023,11,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(33229,1,1700704800,2023,11,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(33230,1,1700708400,2023,11,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(33231,1,1700712000,2023,11,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(33232,1,1700715600,2023,11,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(33233,1,1700719200,2023,11,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(33234,1,1700722800,2023,11,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(33235,1,1700726400,2023,11,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(33236,1,1700730000,2023,11,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(33237,1,1700733600,2023,11,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(33238,1,1700737200,2023,11,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(33239,1,1700740800,2023,11,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(33240,1,1700744400,2023,11,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(33241,1,1700748000,2023,11,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(33242,1,1700751600,2023,11,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(33243,1,1700755200,2023,11,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(33244,1,1700758800,2023,11,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(33245,1,1700762400,2023,11,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(33246,1,1700766000,2023,11,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(33247,1,1700769600,2023,11,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(33248,1,1700773200,2023,11,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(33249,1,1700776800,2023,11,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(33250,1,1700780400,2023,11,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(33251,1,1700784000,2023,11,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(33252,1,1700787600,2023,11,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(33253,1,1700791200,2023,11,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(33254,1,1700794800,2023,11,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(33255,1,1700798400,2023,11,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(33256,1,1700802000,2023,11,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(33257,1,1700805600,2023,11,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(33258,1,1700809200,2023,11,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(33259,1,1700812800,2023,11,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(33260,1,1700816400,2023,11,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(33261,1,1700820000,2023,11,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(33262,1,1700823600,2023,11,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(33263,1,1700827200,2023,11,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(33264,1,1700830800,2023,11,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(33265,1,1700834400,2023,11,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(33266,1,1700838000,2023,11,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(33267,1,1700841600,2023,11,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(33268,1,1700845200,2023,11,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(33269,1,1700848800,2023,11,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(33270,1,1700852400,2023,11,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(33271,1,1700856000,2023,11,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(33272,1,1700859600,2023,11,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(33273,1,1700863200,2023,11,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(33274,1,1700866800,2023,11,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(33275,1,1700870400,2023,11,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(33276,1,1700874000,2023,11,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(33277,1,1700877600,2023,11,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(33278,1,1700881200,2023,11,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(33279,1,1700884800,2023,11,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(33280,1,1700888400,2023,11,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(33281,1,1700892000,2023,11,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(33282,1,1700895600,2023,11,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(33283,1,1700899200,2023,11,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(33284,1,1700902800,2023,11,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(33285,1,1700906400,2023,11,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(33286,1,1700910000,2023,11,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(33287,1,1700913600,2023,11,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(33288,1,1700917200,2023,11,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(33289,1,1700920800,2023,11,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(33290,1,1700924400,2023,11,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(33291,1,1700928000,2023,11,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(33292,1,1700931600,2023,11,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(33293,1,1700935200,2023,11,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(33294,1,1700938800,2023,11,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(33295,1,1700942400,2023,11,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(33296,1,1700946000,2023,11,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(33297,1,1700949600,2023,11,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(33298,1,1701039600,2023,11,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(33299,1,1701043200,2023,11,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(33300,1,1701046800,2023,11,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(33301,1,1701050400,2023,11,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(33302,1,1701054000,2023,11,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(33303,1,1701057600,2023,11,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(33304,1,1701061200,2023,11,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(33305,1,1701064800,2023,11,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(33306,1,1701068400,2023,11,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(33307,1,1701072000,2023,11,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(33308,1,1701075600,2023,11,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(33309,1,1701079200,2023,11,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(33310,1,1701082800,2023,11,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(33311,1,1701086400,2023,11,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(33312,1,1701090000,2023,11,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(33313,1,1701093600,2023,11,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(33314,1,1701097200,2023,11,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(33315,1,1701100800,2023,11,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(33316,1,1701104400,2023,11,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(33317,1,1701108000,2023,11,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(33318,1,1701111600,2023,11,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(33319,1,1701115200,2023,11,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(33320,1,1701118800,2023,11,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(33321,1,1701122400,2023,11,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(33322,1,1701126000,2023,11,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(33323,1,1701129600,2023,11,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(33324,1,1701133200,2023,11,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(33325,1,1701136800,2023,11,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(33326,1,1701140400,2023,11,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(33327,1,1701144000,2023,11,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(33328,1,1701147600,2023,11,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(33329,1,1701151200,2023,11,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(33330,1,1701154800,2023,11,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(33331,1,1701158400,2023,11,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(33332,1,1701162000,2023,11,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(33333,1,1701165600,2023,11,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(33334,1,1701169200,2023,11,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(33335,1,1701172800,2023,11,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(33336,1,1701176400,2023,11,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(33337,1,1701180000,2023,11,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(33338,1,1701183600,2023,11,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(33339,1,1701187200,2023,11,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(33340,1,1701190800,2023,11,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(33341,1,1701194400,2023,11,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(33342,1,1701198000,2023,11,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(33343,1,1701201600,2023,11,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(33344,1,1701205200,2023,11,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(33345,1,1701208800,2023,11,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(33346,1,1701212400,2023,11,29,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(33347,1,1701216000,2023,11,29,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(33348,1,1701219600,2023,11,29,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(33349,1,1701223200,2023,11,29,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(33350,1,1701226800,2023,11,29,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(33351,1,1701230400,2023,11,29,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(33352,1,1701234000,2023,11,29,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(33353,1,1701237600,2023,11,29,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(33354,1,1701241200,2023,11,29,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(33355,1,1701244800,2023,11,29,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(33356,1,1701248400,2023,11,29,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(33357,1,1701252000,2023,11,29,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(33358,1,1701255600,2023,11,29,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(33359,1,1701259200,2023,11,29,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(33360,1,1701262800,2023,11,29,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(33361,1,1701266400,2023,11,29,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(33362,1,1701270000,2023,11,29,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(33363,1,1701273600,2023,11,29,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(33364,1,1701277200,2023,11,29,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(33365,1,1701280800,2023,11,29,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(33366,1,1701284400,2023,11,29,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(33367,1,1701288000,2023,11,29,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(33368,1,1701291600,2023,11,29,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(33369,1,1701295200,2023,11,29,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(33370,1,1701298800,2023,11,30,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(33371,1,1701302400,2023,11,30,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(33372,1,1701306000,2023,11,30,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(33373,1,1701309600,2023,11,30,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(33374,1,1701313200,2023,11,30,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(33375,1,1701316800,2023,11,30,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(33376,1,1701320400,2023,11,30,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(33377,1,1701324000,2023,11,30,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(33378,1,1701327600,2023,11,30,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(33379,1,1701331200,2023,11,30,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(33380,1,1701334800,2023,11,30,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(33381,1,1701338400,2023,11,30,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(33382,1,1701342000,2023,11,30,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(33383,1,1701345600,2023,11,30,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(33384,1,1701349200,2023,11,30,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(33385,1,1701352800,2023,11,30,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(33386,1,1701356400,2023,11,30,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(33387,1,1701360000,2023,11,30,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(33388,1,1701363600,2023,11,30,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(33389,1,1701367200,2023,11,30,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(33390,1,1701370800,2023,11,30,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(33391,1,1701374400,2023,11,30,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(33392,1,1701378000,2023,11,30,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(33393,1,1701381600,2023,11,30,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(33394,1,1701385200,2023,12,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(33395,1,1701388800,2023,12,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(33396,1,1701392400,2023,12,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(33397,1,1701396000,2023,12,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(33398,1,1701399600,2023,12,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(33399,1,1701403200,2023,12,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(33400,1,1701406800,2023,12,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(33401,1,1701410400,2023,12,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(33402,1,1701414000,2023,12,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(33403,1,1701417600,2023,12,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(33404,1,1701421200,2023,12,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(33405,1,1701424800,2023,12,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(33406,1,1701428400,2023,12,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(33407,1,1701432000,2023,12,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(33408,1,1701435600,2023,12,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(33409,1,1701439200,2023,12,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(33410,1,1701442800,2023,12,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(33411,1,1701446400,2023,12,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(33412,1,1701450000,2023,12,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(33413,1,1701453600,2023,12,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(33414,1,1701457200,2023,12,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(33415,1,1701460800,2023,12,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(33416,1,1701464400,2023,12,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(33417,1,1701468000,2023,12,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(33418,1,1701471600,2023,12,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(33419,1,1701475200,2023,12,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(33420,1,1701478800,2023,12,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(33421,1,1701482400,2023,12,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(33422,1,1701486000,2023,12,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(33423,1,1701489600,2023,12,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(33424,1,1701493200,2023,12,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(33425,1,1701496800,2023,12,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(33426,1,1701500400,2023,12,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(33427,1,1701504000,2023,12,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(33428,1,1701507600,2023,12,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(33429,1,1701511200,2023,12,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(33430,1,1701514800,2023,12,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(33431,1,1701518400,2023,12,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(33432,1,1701522000,2023,12,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(33433,1,1701525600,2023,12,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(33434,1,1701529200,2023,12,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(33435,1,1701532800,2023,12,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(33436,1,1701536400,2023,12,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(33437,1,1701540000,2023,12,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(33438,1,1701543600,2023,12,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(33439,1,1701547200,2023,12,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(33440,1,1701550800,2023,12,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(33441,1,1701554400,2023,12,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(33442,1,1701644400,2023,12,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(33443,1,1701648000,2023,12,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(33444,1,1701651600,2023,12,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(33445,1,1701655200,2023,12,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(33446,1,1701658800,2023,12,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(33447,1,1701662400,2023,12,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(33448,1,1701666000,2023,12,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(33449,1,1701669600,2023,12,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(33450,1,1701673200,2023,12,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(33451,1,1701676800,2023,12,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(33452,1,1701680400,2023,12,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(33453,1,1701684000,2023,12,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(33454,1,1701687600,2023,12,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(33455,1,1701691200,2023,12,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(33456,1,1701694800,2023,12,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(33457,1,1701698400,2023,12,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(33458,1,1701702000,2023,12,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(33459,1,1701705600,2023,12,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(33460,1,1701709200,2023,12,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(33461,1,1701712800,2023,12,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(33462,1,1701716400,2023,12,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(33463,1,1701720000,2023,12,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(33464,1,1701723600,2023,12,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(33465,1,1701727200,2023,12,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(33466,1,1701730800,2023,12,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(33467,1,1701734400,2023,12,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(33468,1,1701738000,2023,12,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(33469,1,1701741600,2023,12,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(33470,1,1701745200,2023,12,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(33471,1,1701748800,2023,12,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(33472,1,1701752400,2023,12,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(33473,1,1701756000,2023,12,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(33474,1,1701759600,2023,12,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(33475,1,1701763200,2023,12,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(33476,1,1701766800,2023,12,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(33477,1,1701770400,2023,12,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(33478,1,1701774000,2023,12,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(33479,1,1701777600,2023,12,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(33480,1,1701781200,2023,12,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(33481,1,1701784800,2023,12,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(33482,1,1701788400,2023,12,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(33483,1,1701792000,2023,12,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(33484,1,1701795600,2023,12,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(33485,1,1701799200,2023,12,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(33486,1,1701802800,2023,12,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(33487,1,1701806400,2023,12,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(33488,1,1701810000,2023,12,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(33489,1,1701813600,2023,12,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(33490,1,1701817200,2023,12,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(33491,1,1701820800,2023,12,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(33492,1,1701824400,2023,12,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(33493,1,1701828000,2023,12,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(33494,1,1701831600,2023,12,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(33495,1,1701835200,2023,12,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(33496,1,1701838800,2023,12,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(33497,1,1701842400,2023,12,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(33498,1,1701846000,2023,12,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(33499,1,1701849600,2023,12,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(33500,1,1701853200,2023,12,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(33501,1,1701856800,2023,12,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(33502,1,1701860400,2023,12,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(33503,1,1701864000,2023,12,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(33504,1,1701867600,2023,12,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(33505,1,1701871200,2023,12,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(33506,1,1701874800,2023,12,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(33507,1,1701878400,2023,12,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(33508,1,1701882000,2023,12,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(33509,1,1701885600,2023,12,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(33510,1,1701889200,2023,12,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(33511,1,1701892800,2023,12,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(33512,1,1701896400,2023,12,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(33513,1,1701900000,2023,12,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(33514,1,1701903600,2023,12,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(33515,1,1701907200,2023,12,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(33516,1,1701910800,2023,12,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(33517,1,1701914400,2023,12,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(33518,1,1701918000,2023,12,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(33519,1,1701921600,2023,12,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(33520,1,1701925200,2023,12,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(33521,1,1701928800,2023,12,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(33522,1,1701932400,2023,12,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(33523,1,1701936000,2023,12,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(33524,1,1701939600,2023,12,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(33525,1,1701943200,2023,12,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(33526,1,1701946800,2023,12,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(33527,1,1701950400,2023,12,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(33528,1,1701954000,2023,12,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(33529,1,1701957600,2023,12,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(33530,1,1701961200,2023,12,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(33531,1,1701964800,2023,12,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(33532,1,1701968400,2023,12,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(33533,1,1701972000,2023,12,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(33534,1,1701975600,2023,12,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(33535,1,1701979200,2023,12,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(33536,1,1701982800,2023,12,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(33537,1,1701986400,2023,12,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(33538,1,1701990000,2023,12,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(33539,1,1701993600,2023,12,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(33540,1,1701997200,2023,12,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(33541,1,1702000800,2023,12,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(33542,1,1702004400,2023,12,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(33543,1,1702008000,2023,12,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(33544,1,1702011600,2023,12,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(33545,1,1702015200,2023,12,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(33546,1,1702018800,2023,12,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(33547,1,1702022400,2023,12,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(33548,1,1702026000,2023,12,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(33549,1,1702029600,2023,12,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(33550,1,1702033200,2023,12,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(33551,1,1702036800,2023,12,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(33552,1,1702040400,2023,12,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(33553,1,1702044000,2023,12,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(33554,1,1702047600,2023,12,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(33555,1,1702051200,2023,12,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(33556,1,1702054800,2023,12,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(33557,1,1702058400,2023,12,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(33558,1,1702062000,2023,12,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(33559,1,1702065600,2023,12,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(33560,1,1702069200,2023,12,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(33561,1,1702072800,2023,12,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(33562,1,1702076400,2023,12,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(33563,1,1702080000,2023,12,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(33564,1,1702083600,2023,12,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(33565,1,1702087200,2023,12,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(33566,1,1702090800,2023,12,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(33567,1,1702094400,2023,12,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(33568,1,1702098000,2023,12,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(33569,1,1702101600,2023,12,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(33570,1,1702105200,2023,12,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(33571,1,1702108800,2023,12,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(33572,1,1702112400,2023,12,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(33573,1,1702116000,2023,12,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(33574,1,1702119600,2023,12,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(33575,1,1702123200,2023,12,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(33576,1,1702126800,2023,12,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(33577,1,1702130400,2023,12,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(33578,1,1702134000,2023,12,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(33579,1,1702137600,2023,12,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(33580,1,1702141200,2023,12,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(33581,1,1702144800,2023,12,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(33582,1,1702148400,2023,12,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(33583,1,1702152000,2023,12,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(33584,1,1702155600,2023,12,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(33585,1,1702159200,2023,12,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(33586,1,1702249200,2023,12,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(33587,1,1702252800,2023,12,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(33588,1,1702256400,2023,12,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(33589,1,1702260000,2023,12,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(33590,1,1702263600,2023,12,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(33591,1,1702267200,2023,12,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(33592,1,1702270800,2023,12,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(33593,1,1702274400,2023,12,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(33594,1,1702278000,2023,12,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(33595,1,1702281600,2023,12,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(33596,1,1702285200,2023,12,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(33597,1,1702288800,2023,12,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(33598,1,1702292400,2023,12,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(33599,1,1702296000,2023,12,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(33600,1,1702299600,2023,12,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(33601,1,1702303200,2023,12,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(33602,1,1702306800,2023,12,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(33603,1,1702310400,2023,12,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(33604,1,1702314000,2023,12,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(33605,1,1702317600,2023,12,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(33606,1,1702321200,2023,12,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(33607,1,1702324800,2023,12,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(33608,1,1702328400,2023,12,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(33609,1,1702332000,2023,12,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(33610,1,1702335600,2023,12,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(33611,1,1702339200,2023,12,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(33612,1,1702342800,2023,12,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(33613,1,1702346400,2023,12,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(33614,1,1702350000,2023,12,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(33615,1,1702353600,2023,12,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(33616,1,1702357200,2023,12,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(33617,1,1702360800,2023,12,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(33618,1,1702364400,2023,12,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(33619,1,1702368000,2023,12,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(33620,1,1702371600,2023,12,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(33621,1,1702375200,2023,12,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(33622,1,1702378800,2023,12,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(33623,1,1702382400,2023,12,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(33624,1,1702386000,2023,12,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(33625,1,1702389600,2023,12,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(33626,1,1702393200,2023,12,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(33627,1,1702396800,2023,12,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(33628,1,1702400400,2023,12,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(33629,1,1702404000,2023,12,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(33630,1,1702407600,2023,12,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(33631,1,1702411200,2023,12,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(33632,1,1702414800,2023,12,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(33633,1,1702418400,2023,12,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(33634,1,1702422000,2023,12,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(33635,1,1702425600,2023,12,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(33636,1,1702429200,2023,12,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(33637,1,1702432800,2023,12,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(33638,1,1702436400,2023,12,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(33639,1,1702440000,2023,12,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(33640,1,1702443600,2023,12,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(33641,1,1702447200,2023,12,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(33642,1,1702450800,2023,12,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(33643,1,1702454400,2023,12,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(33644,1,1702458000,2023,12,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(33645,1,1702461600,2023,12,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(33646,1,1702465200,2023,12,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(33647,1,1702468800,2023,12,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(33648,1,1702472400,2023,12,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(33649,1,1702476000,2023,12,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(33650,1,1702479600,2023,12,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(33651,1,1702483200,2023,12,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(33652,1,1702486800,2023,12,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(33653,1,1702490400,2023,12,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(33654,1,1702494000,2023,12,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(33655,1,1702497600,2023,12,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(33656,1,1702501200,2023,12,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(33657,1,1702504800,2023,12,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(33658,1,1702508400,2023,12,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(33659,1,1702512000,2023,12,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(33660,1,1702515600,2023,12,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(33661,1,1702519200,2023,12,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(33662,1,1702522800,2023,12,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(33663,1,1702526400,2023,12,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(33664,1,1702530000,2023,12,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(33665,1,1702533600,2023,12,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(33666,1,1702537200,2023,12,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(33667,1,1702540800,2023,12,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(33668,1,1702544400,2023,12,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(33669,1,1702548000,2023,12,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(33670,1,1702551600,2023,12,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(33671,1,1702555200,2023,12,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(33672,1,1702558800,2023,12,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(33673,1,1702562400,2023,12,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(33674,1,1702566000,2023,12,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(33675,1,1702569600,2023,12,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(33676,1,1702573200,2023,12,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(33677,1,1702576800,2023,12,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(33678,1,1702580400,2023,12,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(33679,1,1702584000,2023,12,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(33680,1,1702587600,2023,12,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(33681,1,1702591200,2023,12,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(33682,1,1702594800,2023,12,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(33683,1,1702598400,2023,12,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(33684,1,1702602000,2023,12,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(33685,1,1702605600,2023,12,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(33686,1,1702609200,2023,12,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(33687,1,1702612800,2023,12,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(33688,1,1702616400,2023,12,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(33689,1,1702620000,2023,12,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(33690,1,1702623600,2023,12,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(33691,1,1702627200,2023,12,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(33692,1,1702630800,2023,12,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(33693,1,1702634400,2023,12,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(33694,1,1702638000,2023,12,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(33695,1,1702641600,2023,12,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(33696,1,1702645200,2023,12,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(33697,1,1702648800,2023,12,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(33698,1,1702652400,2023,12,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(33699,1,1702656000,2023,12,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(33700,1,1702659600,2023,12,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(33701,1,1702663200,2023,12,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(33702,1,1702666800,2023,12,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(33703,1,1702670400,2023,12,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(33704,1,1702674000,2023,12,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(33705,1,1702677600,2023,12,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(33706,1,1702681200,2023,12,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(33707,1,1702684800,2023,12,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(33708,1,1702688400,2023,12,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(33709,1,1702692000,2023,12,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(33710,1,1702695600,2023,12,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(33711,1,1702699200,2023,12,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(33712,1,1702702800,2023,12,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(33713,1,1702706400,2023,12,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(33714,1,1702710000,2023,12,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(33715,1,1702713600,2023,12,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(33716,1,1702717200,2023,12,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(33717,1,1702720800,2023,12,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(33718,1,1702724400,2023,12,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(33719,1,1702728000,2023,12,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(33720,1,1702731600,2023,12,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(33721,1,1702735200,2023,12,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(33722,1,1702738800,2023,12,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(33723,1,1702742400,2023,12,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(33724,1,1702746000,2023,12,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(33725,1,1702749600,2023,12,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(33726,1,1702753200,2023,12,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(33727,1,1702756800,2023,12,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(33728,1,1702760400,2023,12,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(33729,1,1702764000,2023,12,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(33730,1,1702854000,2023,12,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(33731,1,1702857600,2023,12,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(33732,1,1702861200,2023,12,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(33733,1,1702864800,2023,12,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(33734,1,1702868400,2023,12,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(33735,1,1702872000,2023,12,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(33736,1,1702875600,2023,12,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(33737,1,1702879200,2023,12,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(33738,1,1702882800,2023,12,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(33739,1,1702886400,2023,12,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(33740,1,1702890000,2023,12,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(33741,1,1702893600,2023,12,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(33742,1,1702897200,2023,12,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(33743,1,1702900800,2023,12,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(33744,1,1702904400,2023,12,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(33745,1,1702908000,2023,12,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(33746,1,1702911600,2023,12,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(33747,1,1702915200,2023,12,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(33748,1,1702918800,2023,12,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(33749,1,1702922400,2023,12,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(33750,1,1702926000,2023,12,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(33751,1,1702929600,2023,12,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(33752,1,1702933200,2023,12,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(33753,1,1702936800,2023,12,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(33754,1,1702940400,2023,12,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(33755,1,1702944000,2023,12,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(33756,1,1702947600,2023,12,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(33757,1,1702951200,2023,12,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(33758,1,1702954800,2023,12,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(33759,1,1702958400,2023,12,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(33760,1,1702962000,2023,12,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(33761,1,1702965600,2023,12,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(33762,1,1702969200,2023,12,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(33763,1,1702972800,2023,12,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(33764,1,1702976400,2023,12,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(33765,1,1702980000,2023,12,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(33766,1,1702983600,2023,12,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(33767,1,1702987200,2023,12,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(33768,1,1702990800,2023,12,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(33769,1,1702994400,2023,12,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(33770,1,1702998000,2023,12,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(33771,1,1703001600,2023,12,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(33772,1,1703005200,2023,12,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(33773,1,1703008800,2023,12,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(33774,1,1703012400,2023,12,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(33775,1,1703016000,2023,12,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(33776,1,1703019600,2023,12,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(33777,1,1703023200,2023,12,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(33778,1,1703026800,2023,12,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(33779,1,1703030400,2023,12,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(33780,1,1703034000,2023,12,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(33781,1,1703037600,2023,12,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(33782,1,1703041200,2023,12,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(33783,1,1703044800,2023,12,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(33784,1,1703048400,2023,12,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(33785,1,1703052000,2023,12,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(33786,1,1703055600,2023,12,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(33787,1,1703059200,2023,12,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(33788,1,1703062800,2023,12,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(33789,1,1703066400,2023,12,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(33790,1,1703070000,2023,12,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(33791,1,1703073600,2023,12,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(33792,1,1703077200,2023,12,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(33793,1,1703080800,2023,12,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(33794,1,1703084400,2023,12,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(33795,1,1703088000,2023,12,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(33796,1,1703091600,2023,12,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(33797,1,1703095200,2023,12,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(33798,1,1703098800,2023,12,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(33799,1,1703102400,2023,12,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(33800,1,1703106000,2023,12,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(33801,1,1703109600,2023,12,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(33802,1,1703113200,2023,12,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(33803,1,1703116800,2023,12,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(33804,1,1703120400,2023,12,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(33805,1,1703124000,2023,12,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(33806,1,1703127600,2023,12,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(33807,1,1703131200,2023,12,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(33808,1,1703134800,2023,12,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(33809,1,1703138400,2023,12,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(33810,1,1703142000,2023,12,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(33811,1,1703145600,2023,12,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(33812,1,1703149200,2023,12,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(33813,1,1703152800,2023,12,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(33814,1,1703156400,2023,12,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(33815,1,1703160000,2023,12,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(33816,1,1703163600,2023,12,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(33817,1,1703167200,2023,12,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(33818,1,1703170800,2023,12,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(33819,1,1703174400,2023,12,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(33820,1,1703178000,2023,12,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(33821,1,1703181600,2023,12,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(33822,1,1703185200,2023,12,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(33823,1,1703188800,2023,12,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(33824,1,1703192400,2023,12,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(33825,1,1703196000,2023,12,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(33826,1,1703199600,2023,12,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(33827,1,1703203200,2023,12,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(33828,1,1703206800,2023,12,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(33829,1,1703210400,2023,12,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(33830,1,1703214000,2023,12,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(33831,1,1703217600,2023,12,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(33832,1,1703221200,2023,12,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(33833,1,1703224800,2023,12,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(33834,1,1703228400,2023,12,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(33835,1,1703232000,2023,12,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(33836,1,1703235600,2023,12,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(33837,1,1703239200,2023,12,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(33838,1,1703242800,2023,12,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(33839,1,1703246400,2023,12,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(33840,1,1703250000,2023,12,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(33841,1,1703253600,2023,12,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(33842,1,1703257200,2023,12,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(33843,1,1703260800,2023,12,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(33844,1,1703264400,2023,12,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(33845,1,1703268000,2023,12,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(33846,1,1703271600,2023,12,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(33847,1,1703275200,2023,12,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(33848,1,1703278800,2023,12,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(33849,1,1703282400,2023,12,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(33850,1,1703286000,2023,12,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(33851,1,1703289600,2023,12,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(33852,1,1703293200,2023,12,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(33853,1,1703296800,2023,12,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(33854,1,1703300400,2023,12,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(33855,1,1703304000,2023,12,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(33856,1,1703307600,2023,12,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(33857,1,1703311200,2023,12,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(33858,1,1703314800,2023,12,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(33859,1,1703318400,2023,12,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(33860,1,1703322000,2023,12,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(33861,1,1703325600,2023,12,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(33862,1,1703329200,2023,12,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(33863,1,1703332800,2023,12,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(33864,1,1703336400,2023,12,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(33865,1,1703340000,2023,12,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(33866,1,1703343600,2023,12,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(33867,1,1703347200,2023,12,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(33868,1,1703350800,2023,12,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(33869,1,1703354400,2023,12,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(33870,1,1703358000,2023,12,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(33871,1,1703361600,2023,12,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(33872,1,1703365200,2023,12,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(33873,1,1703368800,2023,12,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(33874,1,1703458800,2023,12,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(33875,1,1703462400,2023,12,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(33876,1,1703466000,2023,12,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(33877,1,1703469600,2023,12,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(33878,1,1703473200,2023,12,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(33879,1,1703476800,2023,12,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(33880,1,1703480400,2023,12,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(33881,1,1703484000,2023,12,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(33882,1,1703487600,2023,12,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(33883,1,1703491200,2023,12,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(33884,1,1703494800,2023,12,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(33885,1,1703498400,2023,12,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(33886,1,1703502000,2023,12,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(33887,1,1703505600,2023,12,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(33888,1,1703509200,2023,12,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(33889,1,1703512800,2023,12,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(33890,1,1703516400,2023,12,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(33891,1,1703520000,2023,12,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(33892,1,1703523600,2023,12,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(33893,1,1703527200,2023,12,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(33894,1,1703530800,2023,12,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(33895,1,1703534400,2023,12,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(33896,1,1703538000,2023,12,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(33897,1,1703541600,2023,12,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(33898,1,1703545200,2023,12,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(33899,1,1703548800,2023,12,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(33900,1,1703552400,2023,12,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(33901,1,1703556000,2023,12,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(33902,1,1703559600,2023,12,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(33903,1,1703563200,2023,12,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(33904,1,1703566800,2023,12,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(33905,1,1703570400,2023,12,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(33906,1,1703574000,2023,12,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(33907,1,1703577600,2023,12,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(33908,1,1703581200,2023,12,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(33909,1,1703584800,2023,12,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(33910,1,1703588400,2023,12,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(33911,1,1703592000,2023,12,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(33912,1,1703595600,2023,12,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(33913,1,1703599200,2023,12,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(33914,1,1703602800,2023,12,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(33915,1,1703606400,2023,12,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(33916,1,1703610000,2023,12,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(33917,1,1703613600,2023,12,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(33918,1,1703617200,2023,12,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(33919,1,1703620800,2023,12,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(33920,1,1703624400,2023,12,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(33921,1,1703628000,2023,12,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(33922,1,1703631600,2023,12,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(33923,1,1703635200,2023,12,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(33924,1,1703638800,2023,12,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(33925,1,1703642400,2023,12,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(33926,1,1703646000,2023,12,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(33927,1,1703649600,2023,12,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(33928,1,1703653200,2023,12,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(33929,1,1703656800,2023,12,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(33930,1,1703660400,2023,12,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(33931,1,1703664000,2023,12,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(33932,1,1703667600,2023,12,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(33933,1,1703671200,2023,12,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(33934,1,1703674800,2023,12,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(33935,1,1703678400,2023,12,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(33936,1,1703682000,2023,12,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(33937,1,1703685600,2023,12,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(33938,1,1703689200,2023,12,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(33939,1,1703692800,2023,12,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(33940,1,1703696400,2023,12,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(33941,1,1703700000,2023,12,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(33942,1,1703703600,2023,12,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(33943,1,1703707200,2023,12,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(33944,1,1703710800,2023,12,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(33945,1,1703714400,2023,12,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(33946,1,1703718000,2023,12,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(33947,1,1703721600,2023,12,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(33948,1,1703725200,2023,12,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(33949,1,1703728800,2023,12,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(33950,1,1703732400,2023,12,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(33951,1,1703736000,2023,12,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(33952,1,1703739600,2023,12,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(33953,1,1703743200,2023,12,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(33954,1,1703746800,2023,12,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(33955,1,1703750400,2023,12,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(33956,1,1703754000,2023,12,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(33957,1,1703757600,2023,12,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(33958,1,1703761200,2023,12,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(33959,1,1703764800,2023,12,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(33960,1,1703768400,2023,12,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(33961,1,1703772000,2023,12,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(33962,1,1703775600,2023,12,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(33963,1,1703779200,2023,12,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(33964,1,1703782800,2023,12,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(33965,1,1703786400,2023,12,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(33966,1,1703790000,2023,12,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(33967,1,1703793600,2023,12,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(33968,1,1703797200,2023,12,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(33969,1,1703800800,2023,12,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(33970,1,1703804400,2023,12,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(33971,1,1703808000,2023,12,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(33972,1,1703811600,2023,12,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(33973,1,1703815200,2023,12,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(33974,1,1703818800,2023,12,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(33975,1,1703822400,2023,12,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(33976,1,1703826000,2023,12,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(33977,1,1703829600,2023,12,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(33978,1,1703833200,2023,12,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(33979,1,1703836800,2023,12,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(33980,1,1703840400,2023,12,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(33981,1,1703844000,2023,12,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(33982,1,1703847600,2023,12,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(33983,1,1703851200,2023,12,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(33984,1,1703854800,2023,12,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(33985,1,1703858400,2023,12,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(33986,1,1703862000,2023,12,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(33987,1,1703865600,2023,12,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(33988,1,1703869200,2023,12,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(33989,1,1703872800,2023,12,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(33990,1,1703876400,2023,12,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(33991,1,1703880000,2023,12,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(33992,1,1703883600,2023,12,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(33993,1,1703887200,2023,12,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(33994,1,1703890800,2023,12,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(33995,1,1703894400,2023,12,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(33996,1,1703898000,2023,12,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(33997,1,1703901600,2023,12,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(33998,1,1703905200,2023,12,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(33999,1,1703908800,2023,12,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(34000,1,1703912400,2023,12,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(34001,1,1703916000,2023,12,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(34002,1,1703919600,2023,12,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(34003,1,1703923200,2023,12,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(34004,1,1703926800,2023,12,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(34005,1,1703930400,2023,12,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(34006,1,1703934000,2023,12,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(34007,1,1703937600,2023,12,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(34008,1,1703941200,2023,12,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(34009,1,1703944800,2023,12,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(34010,1,1703948400,2023,12,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(34011,1,1703952000,2023,12,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(34012,1,1703955600,2023,12,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(34013,1,1703959200,2023,12,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(34014,1,1703962800,2023,12,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(34015,1,1703966400,2023,12,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(34016,1,1703970000,2023,12,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(34017,1,1703973600,2023,12,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(34018,1,1704063600,2024,1,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(34019,1,1704067200,2024,1,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(34020,1,1704070800,2024,1,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(34021,1,1704074400,2024,1,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(34022,1,1704078000,2024,1,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(34023,1,1704081600,2024,1,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(34024,1,1704085200,2024,1,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(34025,1,1704088800,2024,1,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(34026,1,1704092400,2024,1,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(34027,1,1704096000,2024,1,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(34028,1,1704099600,2024,1,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(34029,1,1704103200,2024,1,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(34030,1,1704106800,2024,1,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(34031,1,1704110400,2024,1,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(34032,1,1704114000,2024,1,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(34033,1,1704117600,2024,1,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(34034,1,1704121200,2024,1,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(34035,1,1704124800,2024,1,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(34036,1,1704128400,2024,1,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(34037,1,1704132000,2024,1,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(34038,1,1704135600,2024,1,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(34039,1,1704139200,2024,1,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(34040,1,1704142800,2024,1,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(34041,1,1704146400,2024,1,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(34042,1,1704150000,2024,1,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(34043,1,1704153600,2024,1,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(34044,1,1704157200,2024,1,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(34045,1,1704160800,2024,1,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(34046,1,1704164400,2024,1,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(34047,1,1704168000,2024,1,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(34048,1,1704171600,2024,1,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(34049,1,1704175200,2024,1,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(34050,1,1704178800,2024,1,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(34051,1,1704182400,2024,1,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(34052,1,1704186000,2024,1,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(34053,1,1704189600,2024,1,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(34054,1,1704193200,2024,1,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(34055,1,1704196800,2024,1,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(34056,1,1704200400,2024,1,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(34057,1,1704204000,2024,1,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(34058,1,1704207600,2024,1,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(34059,1,1704211200,2024,1,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(34060,1,1704214800,2024,1,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(34061,1,1704218400,2024,1,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(34062,1,1704222000,2024,1,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(34063,1,1704225600,2024,1,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(34064,1,1704229200,2024,1,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(34065,1,1704232800,2024,1,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(34066,1,1704236400,2024,1,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(34067,1,1704240000,2024,1,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(34068,1,1704243600,2024,1,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(34069,1,1704247200,2024,1,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(34070,1,1704250800,2024,1,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(34071,1,1704254400,2024,1,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(34072,1,1704258000,2024,1,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(34073,1,1704261600,2024,1,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(34074,1,1704265200,2024,1,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(34075,1,1704268800,2024,1,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(34076,1,1704272400,2024,1,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(34077,1,1704276000,2024,1,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(34078,1,1704279600,2024,1,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(34079,1,1704283200,2024,1,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(34080,1,1704286800,2024,1,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(34081,1,1704290400,2024,1,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(34082,1,1704294000,2024,1,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(34083,1,1704297600,2024,1,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(34084,1,1704301200,2024,1,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(34085,1,1704304800,2024,1,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(34086,1,1704308400,2024,1,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(34087,1,1704312000,2024,1,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(34088,1,1704315600,2024,1,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(34089,1,1704319200,2024,1,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(34090,1,1704322800,2024,1,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(34091,1,1704326400,2024,1,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(34092,1,1704330000,2024,1,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(34093,1,1704333600,2024,1,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(34094,1,1704337200,2024,1,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(34095,1,1704340800,2024,1,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(34096,1,1704344400,2024,1,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(34097,1,1704348000,2024,1,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(34098,1,1704351600,2024,1,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(34099,1,1704355200,2024,1,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(34100,1,1704358800,2024,1,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(34101,1,1704362400,2024,1,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(34102,1,1704366000,2024,1,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(34103,1,1704369600,2024,1,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(34104,1,1704373200,2024,1,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(34105,1,1704376800,2024,1,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(34106,1,1704380400,2024,1,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(34107,1,1704384000,2024,1,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(34108,1,1704387600,2024,1,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(34109,1,1704391200,2024,1,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(34110,1,1704394800,2024,1,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(34111,1,1704398400,2024,1,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(34112,1,1704402000,2024,1,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(34113,1,1704405600,2024,1,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(34114,1,1704409200,2024,1,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(34115,1,1704412800,2024,1,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(34116,1,1704416400,2024,1,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(34117,1,1704420000,2024,1,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(34118,1,1704423600,2024,1,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(34119,1,1704427200,2024,1,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(34120,1,1704430800,2024,1,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(34121,1,1704434400,2024,1,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(34122,1,1704438000,2024,1,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(34123,1,1704441600,2024,1,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(34124,1,1704445200,2024,1,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(34125,1,1704448800,2024,1,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(34126,1,1704452400,2024,1,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(34127,1,1704456000,2024,1,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(34128,1,1704459600,2024,1,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(34129,1,1704463200,2024,1,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(34130,1,1704466800,2024,1,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(34131,1,1704470400,2024,1,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(34132,1,1704474000,2024,1,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(34133,1,1704477600,2024,1,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(34134,1,1704481200,2024,1,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(34135,1,1704484800,2024,1,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(34136,1,1704488400,2024,1,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(34137,1,1704492000,2024,1,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(34138,1,1704495600,2024,1,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(34139,1,1704499200,2024,1,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(34140,1,1704502800,2024,1,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(34141,1,1704506400,2024,1,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(34142,1,1704510000,2024,1,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(34143,1,1704513600,2024,1,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(34144,1,1704517200,2024,1,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(34145,1,1704520800,2024,1,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(34146,1,1704524400,2024,1,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(34147,1,1704528000,2024,1,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(34148,1,1704531600,2024,1,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(34149,1,1704535200,2024,1,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(34150,1,1704538800,2024,1,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(34151,1,1704542400,2024,1,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(34152,1,1704546000,2024,1,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(34153,1,1704549600,2024,1,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(34154,1,1704553200,2024,1,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(34155,1,1704556800,2024,1,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(34156,1,1704560400,2024,1,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(34157,1,1704564000,2024,1,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(34158,1,1704567600,2024,1,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(34159,1,1704571200,2024,1,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(34160,1,1704574800,2024,1,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(34161,1,1704578400,2024,1,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(34162,1,1704668400,2024,1,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(34163,1,1704672000,2024,1,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(34164,1,1704675600,2024,1,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(34165,1,1704679200,2024,1,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(34166,1,1704682800,2024,1,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(34167,1,1704686400,2024,1,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(34168,1,1704690000,2024,1,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(34169,1,1704693600,2024,1,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(34170,1,1704697200,2024,1,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(34171,1,1704700800,2024,1,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(34172,1,1704704400,2024,1,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(34173,1,1704708000,2024,1,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(34174,1,1704711600,2024,1,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(34175,1,1704715200,2024,1,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(34176,1,1704718800,2024,1,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(34177,1,1704722400,2024,1,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(34178,1,1704726000,2024,1,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(34179,1,1704729600,2024,1,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(34180,1,1704733200,2024,1,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(34181,1,1704736800,2024,1,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(34182,1,1704740400,2024,1,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(34183,1,1704744000,2024,1,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(34184,1,1704747600,2024,1,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(34185,1,1704751200,2024,1,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(34186,1,1704754800,2024,1,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(34187,1,1704758400,2024,1,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(34188,1,1704762000,2024,1,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(34189,1,1704765600,2024,1,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(34190,1,1704769200,2024,1,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(34191,1,1704772800,2024,1,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(34192,1,1704776400,2024,1,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(34193,1,1704780000,2024,1,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(34194,1,1704783600,2024,1,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(34195,1,1704787200,2024,1,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(34196,1,1704790800,2024,1,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(34197,1,1704794400,2024,1,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(34198,1,1704798000,2024,1,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(34199,1,1704801600,2024,1,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(34200,1,1704805200,2024,1,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(34201,1,1704808800,2024,1,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(34202,1,1704812400,2024,1,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(34203,1,1704816000,2024,1,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(34204,1,1704819600,2024,1,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(34205,1,1704823200,2024,1,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(34206,1,1704826800,2024,1,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(34207,1,1704830400,2024,1,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(34208,1,1704834000,2024,1,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(34209,1,1704837600,2024,1,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(34210,1,1704841200,2024,1,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(34211,1,1704844800,2024,1,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(34212,1,1704848400,2024,1,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(34213,1,1704852000,2024,1,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(34214,1,1704855600,2024,1,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(34215,1,1704859200,2024,1,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(34216,1,1704862800,2024,1,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(34217,1,1704866400,2024,1,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(34218,1,1704870000,2024,1,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(34219,1,1704873600,2024,1,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(34220,1,1704877200,2024,1,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(34221,1,1704880800,2024,1,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(34222,1,1704884400,2024,1,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(34223,1,1704888000,2024,1,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(34224,1,1704891600,2024,1,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(34225,1,1704895200,2024,1,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(34226,1,1704898800,2024,1,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(34227,1,1704902400,2024,1,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(34228,1,1704906000,2024,1,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(34229,1,1704909600,2024,1,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(34230,1,1704913200,2024,1,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(34231,1,1704916800,2024,1,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(34232,1,1704920400,2024,1,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(34233,1,1704924000,2024,1,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(34234,1,1704927600,2024,1,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(34235,1,1704931200,2024,1,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(34236,1,1704934800,2024,1,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(34237,1,1704938400,2024,1,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(34238,1,1704942000,2024,1,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(34239,1,1704945600,2024,1,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(34240,1,1704949200,2024,1,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(34241,1,1704952800,2024,1,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(34242,1,1704956400,2024,1,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(34243,1,1704960000,2024,1,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(34244,1,1704963600,2024,1,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(34245,1,1704967200,2024,1,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(34246,1,1704970800,2024,1,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(34247,1,1704974400,2024,1,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(34248,1,1704978000,2024,1,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(34249,1,1704981600,2024,1,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(34250,1,1704985200,2024,1,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(34251,1,1704988800,2024,1,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(34252,1,1704992400,2024,1,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(34253,1,1704996000,2024,1,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(34254,1,1704999600,2024,1,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(34255,1,1705003200,2024,1,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(34256,1,1705006800,2024,1,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(34257,1,1705010400,2024,1,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(34258,1,1705014000,2024,1,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(34259,1,1705017600,2024,1,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(34260,1,1705021200,2024,1,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(34261,1,1705024800,2024,1,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(34262,1,1705028400,2024,1,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(34263,1,1705032000,2024,1,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(34264,1,1705035600,2024,1,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(34265,1,1705039200,2024,1,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(34266,1,1705042800,2024,1,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(34267,1,1705046400,2024,1,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(34268,1,1705050000,2024,1,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(34269,1,1705053600,2024,1,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(34270,1,1705057200,2024,1,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(34271,1,1705060800,2024,1,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(34272,1,1705064400,2024,1,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(34273,1,1705068000,2024,1,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(34274,1,1705071600,2024,1,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(34275,1,1705075200,2024,1,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(34276,1,1705078800,2024,1,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(34277,1,1705082400,2024,1,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(34278,1,1705086000,2024,1,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(34279,1,1705089600,2024,1,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(34280,1,1705093200,2024,1,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(34281,1,1705096800,2024,1,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(34282,1,1705100400,2024,1,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(34283,1,1705104000,2024,1,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(34284,1,1705107600,2024,1,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(34285,1,1705111200,2024,1,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(34286,1,1705114800,2024,1,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(34287,1,1705118400,2024,1,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(34288,1,1705122000,2024,1,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(34289,1,1705125600,2024,1,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(34290,1,1705129200,2024,1,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(34291,1,1705132800,2024,1,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(34292,1,1705136400,2024,1,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(34293,1,1705140000,2024,1,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(34294,1,1705143600,2024,1,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(34295,1,1705147200,2024,1,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(34296,1,1705150800,2024,1,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(34297,1,1705154400,2024,1,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(34298,1,1705158000,2024,1,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(34299,1,1705161600,2024,1,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(34300,1,1705165200,2024,1,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(34301,1,1705168800,2024,1,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(34302,1,1705172400,2024,1,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(34303,1,1705176000,2024,1,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(34304,1,1705179600,2024,1,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(34305,1,1705183200,2024,1,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(34306,1,1705273200,2024,1,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(34307,1,1705276800,2024,1,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(34308,1,1705280400,2024,1,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(34309,1,1705284000,2024,1,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(34310,1,1705287600,2024,1,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(34311,1,1705291200,2024,1,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(34312,1,1705294800,2024,1,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(34313,1,1705298400,2024,1,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(34314,1,1705302000,2024,1,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(34315,1,1705305600,2024,1,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(34316,1,1705309200,2024,1,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(34317,1,1705312800,2024,1,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(34318,1,1705316400,2024,1,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(34319,1,1705320000,2024,1,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(34320,1,1705323600,2024,1,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(34321,1,1705327200,2024,1,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(34322,1,1705330800,2024,1,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(34323,1,1705334400,2024,1,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(34324,1,1705338000,2024,1,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(34325,1,1705341600,2024,1,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(34326,1,1705345200,2024,1,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(34327,1,1705348800,2024,1,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(34328,1,1705352400,2024,1,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(34329,1,1705356000,2024,1,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(34330,1,1705359600,2024,1,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(34331,1,1705363200,2024,1,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(34332,1,1705366800,2024,1,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(34333,1,1705370400,2024,1,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(34334,1,1705374000,2024,1,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(34335,1,1705377600,2024,1,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(34336,1,1705381200,2024,1,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(34337,1,1705384800,2024,1,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(34338,1,1705388400,2024,1,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(34339,1,1705392000,2024,1,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(34340,1,1705395600,2024,1,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(34341,1,1705399200,2024,1,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(34342,1,1705402800,2024,1,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(34343,1,1705406400,2024,1,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(34344,1,1705410000,2024,1,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(34345,1,1705413600,2024,1,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(34346,1,1705417200,2024,1,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(34347,1,1705420800,2024,1,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(34348,1,1705424400,2024,1,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(34349,1,1705428000,2024,1,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(34350,1,1705431600,2024,1,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(34351,1,1705435200,2024,1,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(34352,1,1705438800,2024,1,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(34353,1,1705442400,2024,1,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(34354,1,1705446000,2024,1,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(34355,1,1705449600,2024,1,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(34356,1,1705453200,2024,1,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(34357,1,1705456800,2024,1,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(34358,1,1705460400,2024,1,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(34359,1,1705464000,2024,1,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(34360,1,1705467600,2024,1,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(34361,1,1705471200,2024,1,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(34362,1,1705474800,2024,1,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(34363,1,1705478400,2024,1,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(34364,1,1705482000,2024,1,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(34365,1,1705485600,2024,1,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(34366,1,1705489200,2024,1,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(34367,1,1705492800,2024,1,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(34368,1,1705496400,2024,1,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(34369,1,1705500000,2024,1,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(34370,1,1705503600,2024,1,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(34371,1,1705507200,2024,1,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(34372,1,1705510800,2024,1,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(34373,1,1705514400,2024,1,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(34374,1,1705518000,2024,1,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(34375,1,1705521600,2024,1,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(34376,1,1705525200,2024,1,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(34377,1,1705528800,2024,1,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(34378,1,1705532400,2024,1,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(34379,1,1705536000,2024,1,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(34380,1,1705539600,2024,1,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(34381,1,1705543200,2024,1,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(34382,1,1705546800,2024,1,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(34383,1,1705550400,2024,1,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(34384,1,1705554000,2024,1,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(34385,1,1705557600,2024,1,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(34386,1,1705561200,2024,1,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(34387,1,1705564800,2024,1,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(34388,1,1705568400,2024,1,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(34389,1,1705572000,2024,1,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(34390,1,1705575600,2024,1,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(34391,1,1705579200,2024,1,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(34392,1,1705582800,2024,1,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(34393,1,1705586400,2024,1,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(34394,1,1705590000,2024,1,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(34395,1,1705593600,2024,1,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(34396,1,1705597200,2024,1,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(34397,1,1705600800,2024,1,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(34398,1,1705604400,2024,1,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(34399,1,1705608000,2024,1,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(34400,1,1705611600,2024,1,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(34401,1,1705615200,2024,1,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(34402,1,1705618800,2024,1,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(34403,1,1705622400,2024,1,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(34404,1,1705626000,2024,1,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(34405,1,1705629600,2024,1,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(34406,1,1705633200,2024,1,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(34407,1,1705636800,2024,1,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(34408,1,1705640400,2024,1,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(34409,1,1705644000,2024,1,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(34410,1,1705647600,2024,1,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(34411,1,1705651200,2024,1,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(34412,1,1705654800,2024,1,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(34413,1,1705658400,2024,1,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(34414,1,1705662000,2024,1,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(34415,1,1705665600,2024,1,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(34416,1,1705669200,2024,1,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(34417,1,1705672800,2024,1,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(34418,1,1705676400,2024,1,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(34419,1,1705680000,2024,1,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(34420,1,1705683600,2024,1,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(34421,1,1705687200,2024,1,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(34422,1,1705690800,2024,1,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(34423,1,1705694400,2024,1,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(34424,1,1705698000,2024,1,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(34425,1,1705701600,2024,1,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(34426,1,1705705200,2024,1,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(34427,1,1705708800,2024,1,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(34428,1,1705712400,2024,1,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(34429,1,1705716000,2024,1,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(34430,1,1705719600,2024,1,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(34431,1,1705723200,2024,1,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(34432,1,1705726800,2024,1,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(34433,1,1705730400,2024,1,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(34434,1,1705734000,2024,1,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(34435,1,1705737600,2024,1,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(34436,1,1705741200,2024,1,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(34437,1,1705744800,2024,1,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(34438,1,1705748400,2024,1,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(34439,1,1705752000,2024,1,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(34440,1,1705755600,2024,1,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(34441,1,1705759200,2024,1,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(34442,1,1705762800,2024,1,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(34443,1,1705766400,2024,1,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(34444,1,1705770000,2024,1,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(34445,1,1705773600,2024,1,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(34446,1,1705777200,2024,1,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(34447,1,1705780800,2024,1,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(34448,1,1705784400,2024,1,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(34449,1,1705788000,2024,1,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(34450,1,1705878000,2024,1,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(34451,1,1705881600,2024,1,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(34452,1,1705885200,2024,1,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(34453,1,1705888800,2024,1,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(34454,1,1705892400,2024,1,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(34455,1,1705896000,2024,1,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(34456,1,1705899600,2024,1,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(34457,1,1705903200,2024,1,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(34458,1,1705906800,2024,1,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(34459,1,1705910400,2024,1,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(34460,1,1705914000,2024,1,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(34461,1,1705917600,2024,1,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(34462,1,1705921200,2024,1,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(34463,1,1705924800,2024,1,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(34464,1,1705928400,2024,1,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(34465,1,1705932000,2024,1,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(34466,1,1705935600,2024,1,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(34467,1,1705939200,2024,1,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(34468,1,1705942800,2024,1,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(34469,1,1705946400,2024,1,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(34470,1,1705950000,2024,1,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(34471,1,1705953600,2024,1,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(34472,1,1705957200,2024,1,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(34473,1,1705960800,2024,1,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000);
INSERT INTO `wpdl_booking_package_schedule` VALUES (34474,1,1705964400,2024,1,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(34475,1,1705968000,2024,1,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(34476,1,1705971600,2024,1,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(34477,1,1705975200,2024,1,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(34478,1,1705978800,2024,1,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(34479,1,1705982400,2024,1,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(34480,1,1705986000,2024,1,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(34481,1,1705989600,2024,1,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(34482,1,1705993200,2024,1,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(34483,1,1705996800,2024,1,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(34484,1,1706000400,2024,1,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(34485,1,1706004000,2024,1,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(34486,1,1706007600,2024,1,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(34487,1,1706011200,2024,1,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(34488,1,1706014800,2024,1,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(34489,1,1706018400,2024,1,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(34490,1,1706022000,2024,1,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(34491,1,1706025600,2024,1,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(34492,1,1706029200,2024,1,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(34493,1,1706032800,2024,1,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(34494,1,1706036400,2024,1,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(34495,1,1706040000,2024,1,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(34496,1,1706043600,2024,1,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(34497,1,1706047200,2024,1,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(34498,1,1706050800,2024,1,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(34499,1,1706054400,2024,1,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(34500,1,1706058000,2024,1,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(34501,1,1706061600,2024,1,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(34502,1,1706065200,2024,1,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(34503,1,1706068800,2024,1,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(34504,1,1706072400,2024,1,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(34505,1,1706076000,2024,1,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(34506,1,1706079600,2024,1,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(34507,1,1706083200,2024,1,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(34508,1,1706086800,2024,1,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(34509,1,1706090400,2024,1,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(34510,1,1706094000,2024,1,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(34511,1,1706097600,2024,1,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(34512,1,1706101200,2024,1,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(34513,1,1706104800,2024,1,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(34514,1,1706108400,2024,1,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(34515,1,1706112000,2024,1,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(34516,1,1706115600,2024,1,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(34517,1,1706119200,2024,1,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(34518,1,1706122800,2024,1,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(34519,1,1706126400,2024,1,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(34520,1,1706130000,2024,1,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(34521,1,1706133600,2024,1,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(34522,1,1706137200,2024,1,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(34523,1,1706140800,2024,1,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(34524,1,1706144400,2024,1,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(34525,1,1706148000,2024,1,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(34526,1,1706151600,2024,1,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(34527,1,1706155200,2024,1,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(34528,1,1706158800,2024,1,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(34529,1,1706162400,2024,1,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(34530,1,1706166000,2024,1,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(34531,1,1706169600,2024,1,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(34532,1,1706173200,2024,1,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(34533,1,1706176800,2024,1,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(34534,1,1706180400,2024,1,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(34535,1,1706184000,2024,1,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(34536,1,1706187600,2024,1,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(34537,1,1706191200,2024,1,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(34538,1,1706194800,2024,1,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(34539,1,1706198400,2024,1,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(34540,1,1706202000,2024,1,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(34541,1,1706205600,2024,1,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(34542,1,1706209200,2024,1,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(34543,1,1706212800,2024,1,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(34544,1,1706216400,2024,1,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(34545,1,1706220000,2024,1,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(34546,1,1706223600,2024,1,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(34547,1,1706227200,2024,1,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(34548,1,1706230800,2024,1,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(34549,1,1706234400,2024,1,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(34550,1,1706238000,2024,1,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(34551,1,1706241600,2024,1,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(34552,1,1706245200,2024,1,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(34553,1,1706248800,2024,1,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(34554,1,1706252400,2024,1,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(34555,1,1706256000,2024,1,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(34556,1,1706259600,2024,1,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(34557,1,1706263200,2024,1,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(34558,1,1706266800,2024,1,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(34559,1,1706270400,2024,1,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(34560,1,1706274000,2024,1,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(34561,1,1706277600,2024,1,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(34562,1,1706281200,2024,1,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(34563,1,1706284800,2024,1,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(34564,1,1706288400,2024,1,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(34565,1,1706292000,2024,1,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(34566,1,1706295600,2024,1,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(34567,1,1706299200,2024,1,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(34568,1,1706302800,2024,1,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(34569,1,1706306400,2024,1,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(34570,1,1706310000,2024,1,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(34571,1,1706313600,2024,1,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(34572,1,1706317200,2024,1,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(34573,1,1706320800,2024,1,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(34574,1,1706324400,2024,1,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(34575,1,1706328000,2024,1,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(34576,1,1706331600,2024,1,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(34577,1,1706335200,2024,1,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(34578,1,1706338800,2024,1,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(34579,1,1706342400,2024,1,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(34580,1,1706346000,2024,1,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(34581,1,1706349600,2024,1,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(34582,1,1706353200,2024,1,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(34583,1,1706356800,2024,1,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(34584,1,1706360400,2024,1,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(34585,1,1706364000,2024,1,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(34586,1,1706367600,2024,1,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(34587,1,1706371200,2024,1,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(34588,1,1706374800,2024,1,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(34589,1,1706378400,2024,1,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(34590,1,1706382000,2024,1,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(34591,1,1706385600,2024,1,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(34592,1,1706389200,2024,1,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(34593,1,1706392800,2024,1,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(34594,1,1706482800,2024,1,29,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(34595,1,1706486400,2024,1,29,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(34596,1,1706490000,2024,1,29,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(34597,1,1706493600,2024,1,29,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(34598,1,1706497200,2024,1,29,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(34599,1,1706500800,2024,1,29,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(34600,1,1706504400,2024,1,29,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(34601,1,1706508000,2024,1,29,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(34602,1,1706511600,2024,1,29,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(34603,1,1706515200,2024,1,29,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(34604,1,1706518800,2024,1,29,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(34605,1,1706522400,2024,1,29,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(34606,1,1706526000,2024,1,29,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(34607,1,1706529600,2024,1,29,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(34608,1,1706533200,2024,1,29,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(34609,1,1706536800,2024,1,29,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(34610,1,1706540400,2024,1,29,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(34611,1,1706544000,2024,1,29,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(34612,1,1706547600,2024,1,29,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(34613,1,1706551200,2024,1,29,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(34614,1,1706554800,2024,1,29,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(34615,1,1706558400,2024,1,29,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(34616,1,1706562000,2024,1,29,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(34617,1,1706565600,2024,1,29,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(34618,1,1706569200,2024,1,30,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(34619,1,1706572800,2024,1,30,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(34620,1,1706576400,2024,1,30,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(34621,1,1706580000,2024,1,30,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(34622,1,1706583600,2024,1,30,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(34623,1,1706587200,2024,1,30,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(34624,1,1706590800,2024,1,30,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(34625,1,1706594400,2024,1,30,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(34626,1,1706598000,2024,1,30,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(34627,1,1706601600,2024,1,30,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(34628,1,1706605200,2024,1,30,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(34629,1,1706608800,2024,1,30,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(34630,1,1706612400,2024,1,30,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(34631,1,1706616000,2024,1,30,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(34632,1,1706619600,2024,1,30,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(34633,1,1706623200,2024,1,30,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(34634,1,1706626800,2024,1,30,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(34635,1,1706630400,2024,1,30,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(34636,1,1706634000,2024,1,30,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(34637,1,1706637600,2024,1,30,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(34638,1,1706641200,2024,1,30,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(34639,1,1706644800,2024,1,30,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(34640,1,1706648400,2024,1,30,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(34641,1,1706652000,2024,1,30,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(34642,1,1706655600,2024,1,31,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(34643,1,1706659200,2024,1,31,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(34644,1,1706662800,2024,1,31,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(34645,1,1706666400,2024,1,31,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(34646,1,1706670000,2024,1,31,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(34647,1,1706673600,2024,1,31,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(34648,1,1706677200,2024,1,31,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(34649,1,1706680800,2024,1,31,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(34650,1,1706684400,2024,1,31,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(34651,1,1706688000,2024,1,31,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(34652,1,1706691600,2024,1,31,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(34653,1,1706695200,2024,1,31,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(34654,1,1706698800,2024,1,31,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(34655,1,1706702400,2024,1,31,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(34656,1,1706706000,2024,1,31,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(34657,1,1706709600,2024,1,31,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(34658,1,1706713200,2024,1,31,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(34659,1,1706716800,2024,1,31,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(34660,1,1706720400,2024,1,31,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(34661,1,1706724000,2024,1,31,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(34662,1,1706727600,2024,1,31,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(34663,1,1706731200,2024,1,31,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(34664,1,1706734800,2024,1,31,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(34665,1,1706738400,2024,1,31,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(34666,1,1706742000,2024,2,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(34667,1,1706745600,2024,2,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(34668,1,1706749200,2024,2,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(34669,1,1706752800,2024,2,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(34670,1,1706756400,2024,2,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(34671,1,1706760000,2024,2,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(34672,1,1706763600,2024,2,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(34673,1,1706767200,2024,2,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(34674,1,1706770800,2024,2,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(34675,1,1706774400,2024,2,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(34676,1,1706778000,2024,2,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(34677,1,1706781600,2024,2,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(34678,1,1706785200,2024,2,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(34679,1,1706788800,2024,2,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(34680,1,1706792400,2024,2,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(34681,1,1706796000,2024,2,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(34682,1,1706799600,2024,2,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(34683,1,1706803200,2024,2,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(34684,1,1706806800,2024,2,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(34685,1,1706810400,2024,2,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(34686,1,1706814000,2024,2,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(34687,1,1706817600,2024,2,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(34688,1,1706821200,2024,2,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(34689,1,1706824800,2024,2,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(34690,1,1706828400,2024,2,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(34691,1,1706832000,2024,2,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(34692,1,1706835600,2024,2,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(34693,1,1706839200,2024,2,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(34694,1,1706842800,2024,2,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(34695,1,1706846400,2024,2,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(34696,1,1706850000,2024,2,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(34697,1,1706853600,2024,2,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(34698,1,1706857200,2024,2,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(34699,1,1706860800,2024,2,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(34700,1,1706864400,2024,2,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(34701,1,1706868000,2024,2,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(34702,1,1706871600,2024,2,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(34703,1,1706875200,2024,2,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(34704,1,1706878800,2024,2,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(34705,1,1706882400,2024,2,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(34706,1,1706886000,2024,2,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(34707,1,1706889600,2024,2,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(34708,1,1706893200,2024,2,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(34709,1,1706896800,2024,2,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(34710,1,1706900400,2024,2,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(34711,1,1706904000,2024,2,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(34712,1,1706907600,2024,2,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(34713,1,1706911200,2024,2,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(34714,1,1706914800,2024,2,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(34715,1,1706918400,2024,2,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(34716,1,1706922000,2024,2,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(34717,1,1706925600,2024,2,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(34718,1,1706929200,2024,2,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(34719,1,1706932800,2024,2,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(34720,1,1706936400,2024,2,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(34721,1,1706940000,2024,2,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(34722,1,1706943600,2024,2,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(34723,1,1706947200,2024,2,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(34724,1,1706950800,2024,2,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(34725,1,1706954400,2024,2,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(34726,1,1706958000,2024,2,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(34727,1,1706961600,2024,2,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(34728,1,1706965200,2024,2,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(34729,1,1706968800,2024,2,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(34730,1,1706972400,2024,2,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(34731,1,1706976000,2024,2,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(34732,1,1706979600,2024,2,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(34733,1,1706983200,2024,2,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(34734,1,1706986800,2024,2,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(34735,1,1706990400,2024,2,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(34736,1,1706994000,2024,2,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(34737,1,1706997600,2024,2,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(34738,1,1707087600,2024,2,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(34739,1,1707091200,2024,2,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(34740,1,1707094800,2024,2,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(34741,1,1707098400,2024,2,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(34742,1,1707102000,2024,2,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(34743,1,1707105600,2024,2,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(34744,1,1707109200,2024,2,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(34745,1,1707112800,2024,2,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(34746,1,1707116400,2024,2,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(34747,1,1707120000,2024,2,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(34748,1,1707123600,2024,2,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(34749,1,1707127200,2024,2,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(34750,1,1707130800,2024,2,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(34751,1,1707134400,2024,2,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(34752,1,1707138000,2024,2,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(34753,1,1707141600,2024,2,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(34754,1,1707145200,2024,2,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(34755,1,1707148800,2024,2,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(34756,1,1707152400,2024,2,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(34757,1,1707156000,2024,2,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(34758,1,1707159600,2024,2,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(34759,1,1707163200,2024,2,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(34760,1,1707166800,2024,2,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(34761,1,1707170400,2024,2,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(34762,1,1707174000,2024,2,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(34763,1,1707177600,2024,2,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(34764,1,1707181200,2024,2,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(34765,1,1707184800,2024,2,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(34766,1,1707188400,2024,2,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(34767,1,1707192000,2024,2,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(34768,1,1707195600,2024,2,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(34769,1,1707199200,2024,2,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(34770,1,1707202800,2024,2,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(34771,1,1707206400,2024,2,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(34772,1,1707210000,2024,2,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(34773,1,1707213600,2024,2,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(34774,1,1707217200,2024,2,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(34775,1,1707220800,2024,2,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(34776,1,1707224400,2024,2,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(34777,1,1707228000,2024,2,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(34778,1,1707231600,2024,2,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(34779,1,1707235200,2024,2,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(34780,1,1707238800,2024,2,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(34781,1,1707242400,2024,2,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(34782,1,1707246000,2024,2,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(34783,1,1707249600,2024,2,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(34784,1,1707253200,2024,2,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(34785,1,1707256800,2024,2,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(34786,1,1707260400,2024,2,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(34787,1,1707264000,2024,2,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(34788,1,1707267600,2024,2,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(34789,1,1707271200,2024,2,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(34790,1,1707274800,2024,2,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(34791,1,1707278400,2024,2,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(34792,1,1707282000,2024,2,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(34793,1,1707285600,2024,2,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(34794,1,1707289200,2024,2,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(34795,1,1707292800,2024,2,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(34796,1,1707296400,2024,2,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(34797,1,1707300000,2024,2,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(34798,1,1707303600,2024,2,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(34799,1,1707307200,2024,2,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(34800,1,1707310800,2024,2,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(34801,1,1707314400,2024,2,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(34802,1,1707318000,2024,2,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(34803,1,1707321600,2024,2,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(34804,1,1707325200,2024,2,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(34805,1,1707328800,2024,2,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(34806,1,1707332400,2024,2,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(34807,1,1707336000,2024,2,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(34808,1,1707339600,2024,2,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(34809,1,1707343200,2024,2,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(34810,1,1707346800,2024,2,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(34811,1,1707350400,2024,2,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(34812,1,1707354000,2024,2,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(34813,1,1707357600,2024,2,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(34814,1,1707361200,2024,2,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(34815,1,1707364800,2024,2,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(34816,1,1707368400,2024,2,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(34817,1,1707372000,2024,2,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(34818,1,1707375600,2024,2,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(34819,1,1707379200,2024,2,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(34820,1,1707382800,2024,2,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(34821,1,1707386400,2024,2,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(34822,1,1707390000,2024,2,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(34823,1,1707393600,2024,2,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(34824,1,1707397200,2024,2,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(34825,1,1707400800,2024,2,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(34826,1,1707404400,2024,2,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(34827,1,1707408000,2024,2,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(34828,1,1707411600,2024,2,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(34829,1,1707415200,2024,2,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(34830,1,1707418800,2024,2,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(34831,1,1707422400,2024,2,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(34832,1,1707426000,2024,2,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(34833,1,1707429600,2024,2,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(34834,1,1707433200,2024,2,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(34835,1,1707436800,2024,2,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(34836,1,1707440400,2024,2,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(34837,1,1707444000,2024,2,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(34838,1,1707447600,2024,2,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(34839,1,1707451200,2024,2,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(34840,1,1707454800,2024,2,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(34841,1,1707458400,2024,2,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(34842,1,1707462000,2024,2,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(34843,1,1707465600,2024,2,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(34844,1,1707469200,2024,2,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(34845,1,1707472800,2024,2,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(34846,1,1707476400,2024,2,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(34847,1,1707480000,2024,2,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(34848,1,1707483600,2024,2,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(34849,1,1707487200,2024,2,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(34850,1,1707490800,2024,2,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(34851,1,1707494400,2024,2,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(34852,1,1707498000,2024,2,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(34853,1,1707501600,2024,2,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(34854,1,1707505200,2024,2,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(34855,1,1707508800,2024,2,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(34856,1,1707512400,2024,2,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(34857,1,1707516000,2024,2,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(34858,1,1707519600,2024,2,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(34859,1,1707523200,2024,2,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(34860,1,1707526800,2024,2,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(34861,1,1707530400,2024,2,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(34862,1,1707534000,2024,2,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(34863,1,1707537600,2024,2,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(34864,1,1707541200,2024,2,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(34865,1,1707544800,2024,2,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(34866,1,1707548400,2024,2,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(34867,1,1707552000,2024,2,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(34868,1,1707555600,2024,2,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(34869,1,1707559200,2024,2,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(34870,1,1707562800,2024,2,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(34871,1,1707566400,2024,2,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(34872,1,1707570000,2024,2,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(34873,1,1707573600,2024,2,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(34874,1,1707577200,2024,2,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(34875,1,1707580800,2024,2,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(34876,1,1707584400,2024,2,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(34877,1,1707588000,2024,2,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(34878,1,1707591600,2024,2,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(34879,1,1707595200,2024,2,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(34880,1,1707598800,2024,2,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(34881,1,1707602400,2024,2,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(34882,1,1707692400,2024,2,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(34883,1,1707696000,2024,2,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(34884,1,1707699600,2024,2,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(34885,1,1707703200,2024,2,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(34886,1,1707706800,2024,2,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(34887,1,1707710400,2024,2,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(34888,1,1707714000,2024,2,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(34889,1,1707717600,2024,2,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(34890,1,1707721200,2024,2,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(34891,1,1707724800,2024,2,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(34892,1,1707728400,2024,2,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(34893,1,1707732000,2024,2,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(34894,1,1707735600,2024,2,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(34895,1,1707739200,2024,2,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(34896,1,1707742800,2024,2,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(34897,1,1707746400,2024,2,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(34898,1,1707750000,2024,2,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(34899,1,1707753600,2024,2,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(34900,1,1707757200,2024,2,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(34901,1,1707760800,2024,2,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(34902,1,1707764400,2024,2,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(34903,1,1707768000,2024,2,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(34904,1,1707771600,2024,2,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(34905,1,1707775200,2024,2,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(34906,1,1707778800,2024,2,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(34907,1,1707782400,2024,2,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(34908,1,1707786000,2024,2,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(34909,1,1707789600,2024,2,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(34910,1,1707793200,2024,2,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(34911,1,1707796800,2024,2,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(34912,1,1707800400,2024,2,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(34913,1,1707804000,2024,2,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(34914,1,1707807600,2024,2,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(34915,1,1707811200,2024,2,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(34916,1,1707814800,2024,2,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(34917,1,1707818400,2024,2,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(34918,1,1707822000,2024,2,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(34919,1,1707825600,2024,2,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(34920,1,1707829200,2024,2,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(34921,1,1707832800,2024,2,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(34922,1,1707836400,2024,2,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(34923,1,1707840000,2024,2,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(34924,1,1707843600,2024,2,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(34925,1,1707847200,2024,2,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(34926,1,1707850800,2024,2,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(34927,1,1707854400,2024,2,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(34928,1,1707858000,2024,2,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(34929,1,1707861600,2024,2,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(34930,1,1707865200,2024,2,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(34931,1,1707868800,2024,2,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(34932,1,1707872400,2024,2,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(34933,1,1707876000,2024,2,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(34934,1,1707879600,2024,2,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(34935,1,1707883200,2024,2,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(34936,1,1707886800,2024,2,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(34937,1,1707890400,2024,2,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(34938,1,1707894000,2024,2,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(34939,1,1707897600,2024,2,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(34940,1,1707901200,2024,2,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(34941,1,1707904800,2024,2,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(34942,1,1707908400,2024,2,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(34943,1,1707912000,2024,2,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(34944,1,1707915600,2024,2,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(34945,1,1707919200,2024,2,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(34946,1,1707922800,2024,2,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(34947,1,1707926400,2024,2,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(34948,1,1707930000,2024,2,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(34949,1,1707933600,2024,2,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(34950,1,1707937200,2024,2,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(34951,1,1707940800,2024,2,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(34952,1,1707944400,2024,2,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(34953,1,1707948000,2024,2,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(34954,1,1707951600,2024,2,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(34955,1,1707955200,2024,2,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(34956,1,1707958800,2024,2,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(34957,1,1707962400,2024,2,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(34958,1,1707966000,2024,2,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(34959,1,1707969600,2024,2,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(34960,1,1707973200,2024,2,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(34961,1,1707976800,2024,2,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(34962,1,1707980400,2024,2,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(34963,1,1707984000,2024,2,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(34964,1,1707987600,2024,2,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(34965,1,1707991200,2024,2,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(34966,1,1707994800,2024,2,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(34967,1,1707998400,2024,2,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(34968,1,1708002000,2024,2,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(34969,1,1708005600,2024,2,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(34970,1,1708009200,2024,2,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(34971,1,1708012800,2024,2,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(34972,1,1708016400,2024,2,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(34973,1,1708020000,2024,2,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(34974,1,1708023600,2024,2,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(34975,1,1708027200,2024,2,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(34976,1,1708030800,2024,2,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(34977,1,1708034400,2024,2,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(34978,1,1708038000,2024,2,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(34979,1,1708041600,2024,2,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(34980,1,1708045200,2024,2,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(34981,1,1708048800,2024,2,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(34982,1,1708052400,2024,2,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(34983,1,1708056000,2024,2,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(34984,1,1708059600,2024,2,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(34985,1,1708063200,2024,2,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(34986,1,1708066800,2024,2,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(34987,1,1708070400,2024,2,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(34988,1,1708074000,2024,2,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(34989,1,1708077600,2024,2,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(34990,1,1708081200,2024,2,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(34991,1,1708084800,2024,2,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(34992,1,1708088400,2024,2,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(34993,1,1708092000,2024,2,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(34994,1,1708095600,2024,2,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(34995,1,1708099200,2024,2,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(34996,1,1708102800,2024,2,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(34997,1,1708106400,2024,2,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(34998,1,1708110000,2024,2,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(34999,1,1708113600,2024,2,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(35000,1,1708117200,2024,2,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(35001,1,1708120800,2024,2,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(35002,1,1708124400,2024,2,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(35003,1,1708128000,2024,2,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(35004,1,1708131600,2024,2,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(35005,1,1708135200,2024,2,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(35006,1,1708138800,2024,2,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(35007,1,1708142400,2024,2,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(35008,1,1708146000,2024,2,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(35009,1,1708149600,2024,2,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(35010,1,1708153200,2024,2,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(35011,1,1708156800,2024,2,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(35012,1,1708160400,2024,2,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(35013,1,1708164000,2024,2,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(35014,1,1708167600,2024,2,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(35015,1,1708171200,2024,2,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(35016,1,1708174800,2024,2,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(35017,1,1708178400,2024,2,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(35018,1,1708182000,2024,2,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(35019,1,1708185600,2024,2,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(35020,1,1708189200,2024,2,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(35021,1,1708192800,2024,2,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(35022,1,1708196400,2024,2,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(35023,1,1708200000,2024,2,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(35024,1,1708203600,2024,2,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(35025,1,1708207200,2024,2,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(35026,1,1708297200,2024,2,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(35027,1,1708300800,2024,2,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(35028,1,1708304400,2024,2,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(35029,1,1708308000,2024,2,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(35030,1,1708311600,2024,2,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(35031,1,1708315200,2024,2,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(35032,1,1708318800,2024,2,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(35033,1,1708322400,2024,2,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(35034,1,1708326000,2024,2,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(35035,1,1708329600,2024,2,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(35036,1,1708333200,2024,2,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(35037,1,1708336800,2024,2,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(35038,1,1708340400,2024,2,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(35039,1,1708344000,2024,2,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(35040,1,1708347600,2024,2,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(35041,1,1708351200,2024,2,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(35042,1,1708354800,2024,2,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(35043,1,1708358400,2024,2,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(35044,1,1708362000,2024,2,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(35045,1,1708365600,2024,2,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(35046,1,1708369200,2024,2,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(35047,1,1708372800,2024,2,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(35048,1,1708376400,2024,2,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(35049,1,1708380000,2024,2,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(35050,1,1708383600,2024,2,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(35051,1,1708387200,2024,2,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(35052,1,1708390800,2024,2,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(35053,1,1708394400,2024,2,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(35054,1,1708398000,2024,2,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(35055,1,1708401600,2024,2,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(35056,1,1708405200,2024,2,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(35057,1,1708408800,2024,2,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(35058,1,1708412400,2024,2,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(35059,1,1708416000,2024,2,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(35060,1,1708419600,2024,2,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(35061,1,1708423200,2024,2,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(35062,1,1708426800,2024,2,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(35063,1,1708430400,2024,2,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(35064,1,1708434000,2024,2,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(35065,1,1708437600,2024,2,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(35066,1,1708441200,2024,2,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(35067,1,1708444800,2024,2,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(35068,1,1708448400,2024,2,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(35069,1,1708452000,2024,2,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(35070,1,1708455600,2024,2,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(35071,1,1708459200,2024,2,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(35072,1,1708462800,2024,2,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(35073,1,1708466400,2024,2,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(35074,1,1708470000,2024,2,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(35075,1,1708473600,2024,2,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(35076,1,1708477200,2024,2,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(35077,1,1708480800,2024,2,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(35078,1,1708484400,2024,2,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(35079,1,1708488000,2024,2,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(35080,1,1708491600,2024,2,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(35081,1,1708495200,2024,2,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(35082,1,1708498800,2024,2,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(35083,1,1708502400,2024,2,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(35084,1,1708506000,2024,2,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(35085,1,1708509600,2024,2,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(35086,1,1708513200,2024,2,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(35087,1,1708516800,2024,2,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(35088,1,1708520400,2024,2,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(35089,1,1708524000,2024,2,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(35090,1,1708527600,2024,2,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(35091,1,1708531200,2024,2,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(35092,1,1708534800,2024,2,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(35093,1,1708538400,2024,2,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(35094,1,1708542000,2024,2,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(35095,1,1708545600,2024,2,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(35096,1,1708549200,2024,2,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(35097,1,1708552800,2024,2,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(35098,1,1708556400,2024,2,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(35099,1,1708560000,2024,2,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(35100,1,1708563600,2024,2,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(35101,1,1708567200,2024,2,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(35102,1,1708570800,2024,2,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(35103,1,1708574400,2024,2,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(35104,1,1708578000,2024,2,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(35105,1,1708581600,2024,2,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(35106,1,1708585200,2024,2,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(35107,1,1708588800,2024,2,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(35108,1,1708592400,2024,2,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(35109,1,1708596000,2024,2,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(35110,1,1708599600,2024,2,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(35111,1,1708603200,2024,2,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(35112,1,1708606800,2024,2,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(35113,1,1708610400,2024,2,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(35114,1,1708614000,2024,2,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(35115,1,1708617600,2024,2,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(35116,1,1708621200,2024,2,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(35117,1,1708624800,2024,2,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(35118,1,1708628400,2024,2,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(35119,1,1708632000,2024,2,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(35120,1,1708635600,2024,2,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(35121,1,1708639200,2024,2,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(35122,1,1708642800,2024,2,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(35123,1,1708646400,2024,2,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(35124,1,1708650000,2024,2,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(35125,1,1708653600,2024,2,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(35126,1,1708657200,2024,2,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(35127,1,1708660800,2024,2,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(35128,1,1708664400,2024,2,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(35129,1,1708668000,2024,2,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(35130,1,1708671600,2024,2,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(35131,1,1708675200,2024,2,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(35132,1,1708678800,2024,2,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(35133,1,1708682400,2024,2,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(35134,1,1708686000,2024,2,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(35135,1,1708689600,2024,2,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(35136,1,1708693200,2024,2,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(35137,1,1708696800,2024,2,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(35138,1,1708700400,2024,2,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(35139,1,1708704000,2024,2,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(35140,1,1708707600,2024,2,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(35141,1,1708711200,2024,2,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(35142,1,1708714800,2024,2,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(35143,1,1708718400,2024,2,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(35144,1,1708722000,2024,2,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(35145,1,1708725600,2024,2,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(35146,1,1708729200,2024,2,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(35147,1,1708732800,2024,2,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(35148,1,1708736400,2024,2,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(35149,1,1708740000,2024,2,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(35150,1,1708743600,2024,2,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(35151,1,1708747200,2024,2,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(35152,1,1708750800,2024,2,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(35153,1,1708754400,2024,2,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(35154,1,1708758000,2024,2,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(35155,1,1708761600,2024,2,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(35156,1,1708765200,2024,2,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(35157,1,1708768800,2024,2,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(35158,1,1708772400,2024,2,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(35159,1,1708776000,2024,2,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(35160,1,1708779600,2024,2,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(35161,1,1708783200,2024,2,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(35162,1,1708786800,2024,2,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(35163,1,1708790400,2024,2,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(35164,1,1708794000,2024,2,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(35165,1,1708797600,2024,2,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(35166,1,1708801200,2024,2,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(35167,1,1708804800,2024,2,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(35168,1,1708808400,2024,2,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(35169,1,1708812000,2024,2,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(35170,1,1708902000,2024,2,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(35171,1,1708905600,2024,2,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(35172,1,1708909200,2024,2,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(35173,1,1708912800,2024,2,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(35174,1,1708916400,2024,2,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(35175,1,1708920000,2024,2,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(35176,1,1708923600,2024,2,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(35177,1,1708927200,2024,2,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(35178,1,1708930800,2024,2,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(35179,1,1708934400,2024,2,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(35180,1,1708938000,2024,2,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(35181,1,1708941600,2024,2,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(35182,1,1708945200,2024,2,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(35183,1,1708948800,2024,2,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(35184,1,1708952400,2024,2,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(35185,1,1708956000,2024,2,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(35186,1,1708959600,2024,2,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(35187,1,1708963200,2024,2,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(35188,1,1708966800,2024,2,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(35189,1,1708970400,2024,2,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(35190,1,1708974000,2024,2,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(35191,1,1708977600,2024,2,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(35192,1,1708981200,2024,2,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(35193,1,1708984800,2024,2,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(35194,1,1708988400,2024,2,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(35195,1,1708992000,2024,2,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(35196,1,1708995600,2024,2,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(35197,1,1708999200,2024,2,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(35198,1,1709002800,2024,2,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(35199,1,1709006400,2024,2,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(35200,1,1709010000,2024,2,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(35201,1,1709013600,2024,2,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(35202,1,1709017200,2024,2,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(35203,1,1709020800,2024,2,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(35204,1,1709024400,2024,2,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(35205,1,1709028000,2024,2,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(35206,1,1709031600,2024,2,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(35207,1,1709035200,2024,2,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(35208,1,1709038800,2024,2,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(35209,1,1709042400,2024,2,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(35210,1,1709046000,2024,2,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(35211,1,1709049600,2024,2,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(35212,1,1709053200,2024,2,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(35213,1,1709056800,2024,2,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(35214,1,1709060400,2024,2,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(35215,1,1709064000,2024,2,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(35216,1,1709067600,2024,2,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(35217,1,1709071200,2024,2,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(35218,1,1709074800,2024,2,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(35219,1,1709078400,2024,2,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(35220,1,1709082000,2024,2,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(35221,1,1709085600,2024,2,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(35222,1,1709089200,2024,2,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(35223,1,1709092800,2024,2,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(35224,1,1709096400,2024,2,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(35225,1,1709100000,2024,2,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(35226,1,1709103600,2024,2,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(35227,1,1709107200,2024,2,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(35228,1,1709110800,2024,2,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(35229,1,1709114400,2024,2,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(35230,1,1709118000,2024,2,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(35231,1,1709121600,2024,2,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(35232,1,1709125200,2024,2,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(35233,1,1709128800,2024,2,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(35234,1,1709132400,2024,2,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(35235,1,1709136000,2024,2,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(35236,1,1709139600,2024,2,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(35237,1,1709143200,2024,2,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(35238,1,1709146800,2024,2,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(35239,1,1709150400,2024,2,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(35240,1,1709154000,2024,2,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(35241,1,1709157600,2024,2,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(35242,1,1709161200,2024,2,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(35243,1,1709164800,2024,2,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(35244,1,1709168400,2024,2,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(35245,1,1709172000,2024,2,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(35246,1,1709175600,2024,2,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(35247,1,1709179200,2024,2,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(35248,1,1709182800,2024,2,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(35249,1,1709186400,2024,2,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(35250,1,1709190000,2024,2,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(35251,1,1709193600,2024,2,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(35252,1,1709197200,2024,2,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(35253,1,1709200800,2024,2,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(35254,1,1709204400,2024,2,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(35255,1,1709208000,2024,2,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(35256,1,1709211600,2024,2,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(35257,1,1709215200,2024,2,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(35258,1,1709218800,2024,2,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(35259,1,1709222400,2024,2,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(35260,1,1709226000,2024,2,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(35261,1,1709229600,2024,2,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(35262,1,1709233200,2024,2,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(35263,1,1709236800,2024,2,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(35264,1,1709240400,2024,2,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(35265,1,1709244000,2024,2,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(35266,1,1709247600,2024,3,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(35267,1,1709251200,2024,3,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(35268,1,1709254800,2024,3,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(35269,1,1709258400,2024,3,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(35270,1,1709262000,2024,3,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(35271,1,1709265600,2024,3,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(35272,1,1709269200,2024,3,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(35273,1,1709272800,2024,3,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(35274,1,1709276400,2024,3,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(35275,1,1709280000,2024,3,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(35276,1,1709283600,2024,3,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(35277,1,1709287200,2024,3,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(35278,1,1709290800,2024,3,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(35279,1,1709294400,2024,3,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(35280,1,1709298000,2024,3,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(35281,1,1709301600,2024,3,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(35282,1,1709305200,2024,3,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(35283,1,1709308800,2024,3,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(35284,1,1709312400,2024,3,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(35285,1,1709316000,2024,3,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(35286,1,1709319600,2024,3,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(35287,1,1709323200,2024,3,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(35288,1,1709326800,2024,3,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(35289,1,1709330400,2024,3,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(35290,1,1709334000,2024,3,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(35291,1,1709337600,2024,3,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(35292,1,1709341200,2024,3,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(35293,1,1709344800,2024,3,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(35294,1,1709348400,2024,3,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(35295,1,1709352000,2024,3,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(35296,1,1709355600,2024,3,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(35297,1,1709359200,2024,3,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(35298,1,1709362800,2024,3,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(35299,1,1709366400,2024,3,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(35300,1,1709370000,2024,3,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(35301,1,1709373600,2024,3,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(35302,1,1709377200,2024,3,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(35303,1,1709380800,2024,3,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(35304,1,1709384400,2024,3,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(35305,1,1709388000,2024,3,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(35306,1,1709391600,2024,3,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(35307,1,1709395200,2024,3,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(35308,1,1709398800,2024,3,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(35309,1,1709402400,2024,3,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(35310,1,1709406000,2024,3,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(35311,1,1709409600,2024,3,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(35312,1,1709413200,2024,3,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(35313,1,1709416800,2024,3,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(35314,1,1709506800,2024,3,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(35315,1,1709510400,2024,3,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(35316,1,1709514000,2024,3,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(35317,1,1709517600,2024,3,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(35318,1,1709521200,2024,3,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(35319,1,1709524800,2024,3,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(35320,1,1709528400,2024,3,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(35321,1,1709532000,2024,3,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(35322,1,1709535600,2024,3,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(35323,1,1709539200,2024,3,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(35324,1,1709542800,2024,3,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(35325,1,1709546400,2024,3,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(35326,1,1709550000,2024,3,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(35327,1,1709553600,2024,3,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(35328,1,1709557200,2024,3,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(35329,1,1709560800,2024,3,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(35330,1,1709564400,2024,3,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(35331,1,1709568000,2024,3,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(35332,1,1709571600,2024,3,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(35333,1,1709575200,2024,3,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(35334,1,1709578800,2024,3,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(35335,1,1709582400,2024,3,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(35336,1,1709586000,2024,3,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(35337,1,1709589600,2024,3,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(35338,1,1709593200,2024,3,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(35339,1,1709596800,2024,3,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(35340,1,1709600400,2024,3,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(35341,1,1709604000,2024,3,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(35342,1,1709607600,2024,3,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(35343,1,1709611200,2024,3,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(35344,1,1709614800,2024,3,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(35345,1,1709618400,2024,3,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(35346,1,1709622000,2024,3,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(35347,1,1709625600,2024,3,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(35348,1,1709629200,2024,3,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(35349,1,1709632800,2024,3,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(35350,1,1709636400,2024,3,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(35351,1,1709640000,2024,3,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(35352,1,1709643600,2024,3,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(35353,1,1709647200,2024,3,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(35354,1,1709650800,2024,3,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(35355,1,1709654400,2024,3,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(35356,1,1709658000,2024,3,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(35357,1,1709661600,2024,3,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(35358,1,1709665200,2024,3,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(35359,1,1709668800,2024,3,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(35360,1,1709672400,2024,3,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(35361,1,1709676000,2024,3,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(35362,1,1709679600,2024,3,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(35363,1,1709683200,2024,3,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(35364,1,1709686800,2024,3,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(35365,1,1709690400,2024,3,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(35366,1,1709694000,2024,3,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(35367,1,1709697600,2024,3,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(35368,1,1709701200,2024,3,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(35369,1,1709704800,2024,3,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(35370,1,1709708400,2024,3,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(35371,1,1709712000,2024,3,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(35372,1,1709715600,2024,3,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(35373,1,1709719200,2024,3,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(35374,1,1709722800,2024,3,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(35375,1,1709726400,2024,3,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(35376,1,1709730000,2024,3,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(35377,1,1709733600,2024,3,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(35378,1,1709737200,2024,3,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(35379,1,1709740800,2024,3,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(35380,1,1709744400,2024,3,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(35381,1,1709748000,2024,3,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(35382,1,1709751600,2024,3,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(35383,1,1709755200,2024,3,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(35384,1,1709758800,2024,3,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(35385,1,1709762400,2024,3,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(35386,1,1709766000,2024,3,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(35387,1,1709769600,2024,3,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(35388,1,1709773200,2024,3,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(35389,1,1709776800,2024,3,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(35390,1,1709780400,2024,3,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(35391,1,1709784000,2024,3,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(35392,1,1709787600,2024,3,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(35393,1,1709791200,2024,3,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(35394,1,1709794800,2024,3,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(35395,1,1709798400,2024,3,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(35396,1,1709802000,2024,3,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(35397,1,1709805600,2024,3,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(35398,1,1709809200,2024,3,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(35399,1,1709812800,2024,3,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(35400,1,1709816400,2024,3,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(35401,1,1709820000,2024,3,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(35402,1,1709823600,2024,3,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(35403,1,1709827200,2024,3,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(35404,1,1709830800,2024,3,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(35405,1,1709834400,2024,3,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(35406,1,1709838000,2024,3,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(35407,1,1709841600,2024,3,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(35408,1,1709845200,2024,3,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(35409,1,1709848800,2024,3,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(35410,1,1709852400,2024,3,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(35411,1,1709856000,2024,3,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(35412,1,1709859600,2024,3,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(35413,1,1709863200,2024,3,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(35414,1,1709866800,2024,3,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(35415,1,1709870400,2024,3,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(35416,1,1709874000,2024,3,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(35417,1,1709877600,2024,3,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(35418,1,1709881200,2024,3,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(35419,1,1709884800,2024,3,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(35420,1,1709888400,2024,3,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(35421,1,1709892000,2024,3,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(35422,1,1709895600,2024,3,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(35423,1,1709899200,2024,3,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(35424,1,1709902800,2024,3,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(35425,1,1709906400,2024,3,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(35426,1,1709910000,2024,3,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(35427,1,1709913600,2024,3,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(35428,1,1709917200,2024,3,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(35429,1,1709920800,2024,3,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(35430,1,1709924400,2024,3,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(35431,1,1709928000,2024,3,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(35432,1,1709931600,2024,3,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(35433,1,1709935200,2024,3,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(35434,1,1709938800,2024,3,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(35435,1,1709942400,2024,3,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(35436,1,1709946000,2024,3,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(35437,1,1709949600,2024,3,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(35438,1,1709953200,2024,3,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(35439,1,1709956800,2024,3,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(35440,1,1709960400,2024,3,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(35441,1,1709964000,2024,3,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(35442,1,1709967600,2024,3,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(35443,1,1709971200,2024,3,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(35444,1,1709974800,2024,3,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(35445,1,1709978400,2024,3,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(35446,1,1709982000,2024,3,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(35447,1,1709985600,2024,3,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(35448,1,1709989200,2024,3,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(35449,1,1709992800,2024,3,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(35450,1,1709996400,2024,3,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(35451,1,1710000000,2024,3,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(35452,1,1710003600,2024,3,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(35453,1,1710007200,2024,3,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(35454,1,1710010800,2024,3,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(35455,1,1710014400,2024,3,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(35456,1,1710018000,2024,3,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(35457,1,1710021600,2024,3,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(35458,1,1710111600,2024,3,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(35459,1,1710115200,2024,3,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(35460,1,1710118800,2024,3,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(35461,1,1710122400,2024,3,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(35462,1,1710126000,2024,3,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(35463,1,1710129600,2024,3,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(35464,1,1710133200,2024,3,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(35465,1,1710136800,2024,3,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(35466,1,1710140400,2024,3,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(35467,1,1710144000,2024,3,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(35468,1,1710147600,2024,3,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(35469,1,1710151200,2024,3,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(35470,1,1710154800,2024,3,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(35471,1,1710158400,2024,3,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(35472,1,1710162000,2024,3,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(35473,1,1710165600,2024,3,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(35474,1,1710169200,2024,3,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(35475,1,1710172800,2024,3,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(35476,1,1710176400,2024,3,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(35477,1,1710180000,2024,3,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(35478,1,1710183600,2024,3,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(35479,1,1710187200,2024,3,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(35480,1,1710190800,2024,3,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(35481,1,1710194400,2024,3,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(35482,1,1710198000,2024,3,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(35483,1,1710201600,2024,3,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(35484,1,1710205200,2024,3,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(35485,1,1710208800,2024,3,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(35486,1,1710212400,2024,3,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(35487,1,1710216000,2024,3,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(35488,1,1710219600,2024,3,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(35489,1,1710223200,2024,3,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(35490,1,1710226800,2024,3,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(35491,1,1710230400,2024,3,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(35492,1,1710234000,2024,3,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(35493,1,1710237600,2024,3,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(35494,1,1710241200,2024,3,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(35495,1,1710244800,2024,3,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(35496,1,1710248400,2024,3,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(35497,1,1710252000,2024,3,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(35498,1,1710255600,2024,3,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(35499,1,1710259200,2024,3,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(35500,1,1710262800,2024,3,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(35501,1,1710266400,2024,3,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(35502,1,1710270000,2024,3,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(35503,1,1710273600,2024,3,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(35504,1,1710277200,2024,3,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(35505,1,1710280800,2024,3,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(35506,1,1710284400,2024,3,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(35507,1,1710288000,2024,3,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(35508,1,1710291600,2024,3,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(35509,1,1710295200,2024,3,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(35510,1,1710298800,2024,3,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(35511,1,1710302400,2024,3,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(35512,1,1710306000,2024,3,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(35513,1,1710309600,2024,3,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(35514,1,1710313200,2024,3,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(35515,1,1710316800,2024,3,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(35516,1,1710320400,2024,3,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(35517,1,1710324000,2024,3,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(35518,1,1710327600,2024,3,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(35519,1,1710331200,2024,3,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(35520,1,1710334800,2024,3,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(35521,1,1710338400,2024,3,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(35522,1,1710342000,2024,3,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(35523,1,1710345600,2024,3,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(35524,1,1710349200,2024,3,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(35525,1,1710352800,2024,3,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(35526,1,1710356400,2024,3,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(35527,1,1710360000,2024,3,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(35528,1,1710363600,2024,3,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(35529,1,1710367200,2024,3,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(35530,1,1710370800,2024,3,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(35531,1,1710374400,2024,3,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(35532,1,1710378000,2024,3,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(35533,1,1710381600,2024,3,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(35534,1,1710385200,2024,3,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(35535,1,1710388800,2024,3,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(35536,1,1710392400,2024,3,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(35537,1,1710396000,2024,3,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(35538,1,1710399600,2024,3,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(35539,1,1710403200,2024,3,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(35540,1,1710406800,2024,3,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(35541,1,1710410400,2024,3,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(35542,1,1710414000,2024,3,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(35543,1,1710417600,2024,3,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(35544,1,1710421200,2024,3,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(35545,1,1710424800,2024,3,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(35546,1,1710428400,2024,3,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(35547,1,1710432000,2024,3,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(35548,1,1710435600,2024,3,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(35549,1,1710439200,2024,3,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(35550,1,1710442800,2024,3,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(35551,1,1710446400,2024,3,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(35552,1,1710450000,2024,3,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(35553,1,1710453600,2024,3,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(35554,1,1710457200,2024,3,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(35555,1,1710460800,2024,3,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(35556,1,1710464400,2024,3,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(35557,1,1710468000,2024,3,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(35558,1,1710471600,2024,3,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(35559,1,1710475200,2024,3,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(35560,1,1710478800,2024,3,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(35561,1,1710482400,2024,3,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(35562,1,1710486000,2024,3,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(35563,1,1710489600,2024,3,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(35564,1,1710493200,2024,3,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(35565,1,1710496800,2024,3,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(35566,1,1710500400,2024,3,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(35567,1,1710504000,2024,3,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(35568,1,1710507600,2024,3,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(35569,1,1710511200,2024,3,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(35570,1,1710514800,2024,3,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(35571,1,1710518400,2024,3,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(35572,1,1710522000,2024,3,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(35573,1,1710525600,2024,3,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(35574,1,1710529200,2024,3,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(35575,1,1710532800,2024,3,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(35576,1,1710536400,2024,3,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(35577,1,1710540000,2024,3,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(35578,1,1710543600,2024,3,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(35579,1,1710547200,2024,3,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(35580,1,1710550800,2024,3,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(35581,1,1710554400,2024,3,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(35582,1,1710558000,2024,3,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(35583,1,1710561600,2024,3,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(35584,1,1710565200,2024,3,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(35585,1,1710568800,2024,3,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(35586,1,1710572400,2024,3,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(35587,1,1710576000,2024,3,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(35588,1,1710579600,2024,3,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(35589,1,1710583200,2024,3,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(35590,1,1710586800,2024,3,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(35591,1,1710590400,2024,3,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(35592,1,1710594000,2024,3,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(35593,1,1710597600,2024,3,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(35594,1,1710601200,2024,3,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(35595,1,1710604800,2024,3,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(35596,1,1710608400,2024,3,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(35597,1,1710612000,2024,3,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(35598,1,1710615600,2024,3,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(35599,1,1710619200,2024,3,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(35600,1,1710622800,2024,3,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(35601,1,1710626400,2024,3,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(35602,1,1710716400,2024,3,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(35603,1,1710720000,2024,3,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(35604,1,1710723600,2024,3,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(35605,1,1710727200,2024,3,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(35606,1,1710730800,2024,3,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(35607,1,1710734400,2024,3,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(35608,1,1710738000,2024,3,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(35609,1,1710741600,2024,3,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(35610,1,1710745200,2024,3,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(35611,1,1710748800,2024,3,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(35612,1,1710752400,2024,3,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(35613,1,1710756000,2024,3,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(35614,1,1710759600,2024,3,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(35615,1,1710763200,2024,3,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(35616,1,1710766800,2024,3,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(35617,1,1710770400,2024,3,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(35618,1,1710774000,2024,3,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(35619,1,1710777600,2024,3,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(35620,1,1710781200,2024,3,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(35621,1,1710784800,2024,3,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(35622,1,1710788400,2024,3,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(35623,1,1710792000,2024,3,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(35624,1,1710795600,2024,3,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(35625,1,1710799200,2024,3,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(35626,1,1710802800,2024,3,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(35627,1,1710806400,2024,3,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(35628,1,1710810000,2024,3,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(35629,1,1710813600,2024,3,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(35630,1,1710817200,2024,3,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(35631,1,1710820800,2024,3,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(35632,1,1710824400,2024,3,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(35633,1,1710828000,2024,3,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(35634,1,1710831600,2024,3,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(35635,1,1710835200,2024,3,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(35636,1,1710838800,2024,3,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(35637,1,1710842400,2024,3,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(35638,1,1710846000,2024,3,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(35639,1,1710849600,2024,3,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(35640,1,1710853200,2024,3,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(35641,1,1710856800,2024,3,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(35642,1,1710860400,2024,3,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(35643,1,1710864000,2024,3,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(35644,1,1710867600,2024,3,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(35645,1,1710871200,2024,3,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(35646,1,1710874800,2024,3,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(35647,1,1710878400,2024,3,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(35648,1,1710882000,2024,3,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(35649,1,1710885600,2024,3,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(35650,1,1710889200,2024,3,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(35651,1,1710892800,2024,3,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(35652,1,1710896400,2024,3,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(35653,1,1710900000,2024,3,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(35654,1,1710903600,2024,3,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(35655,1,1710907200,2024,3,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(35656,1,1710910800,2024,3,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(35657,1,1710914400,2024,3,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(35658,1,1710918000,2024,3,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(35659,1,1710921600,2024,3,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(35660,1,1710925200,2024,3,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(35661,1,1710928800,2024,3,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(35662,1,1710932400,2024,3,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(35663,1,1710936000,2024,3,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(35664,1,1710939600,2024,3,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(35665,1,1710943200,2024,3,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(35666,1,1710946800,2024,3,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(35667,1,1710950400,2024,3,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(35668,1,1710954000,2024,3,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(35669,1,1710957600,2024,3,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(35670,1,1710961200,2024,3,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(35671,1,1710964800,2024,3,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(35672,1,1710968400,2024,3,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(35673,1,1710972000,2024,3,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(35674,1,1710975600,2024,3,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(35675,1,1710979200,2024,3,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(35676,1,1710982800,2024,3,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(35677,1,1710986400,2024,3,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(35678,1,1710990000,2024,3,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(35679,1,1710993600,2024,3,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(35680,1,1710997200,2024,3,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(35681,1,1711000800,2024,3,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(35682,1,1711004400,2024,3,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(35683,1,1711008000,2024,3,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(35684,1,1711011600,2024,3,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(35685,1,1711015200,2024,3,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(35686,1,1711018800,2024,3,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(35687,1,1711022400,2024,3,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(35688,1,1711026000,2024,3,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(35689,1,1711029600,2024,3,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(35690,1,1711033200,2024,3,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(35691,1,1711036800,2024,3,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(35692,1,1711040400,2024,3,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(35693,1,1711044000,2024,3,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(35694,1,1711047600,2024,3,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(35695,1,1711051200,2024,3,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(35696,1,1711054800,2024,3,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(35697,1,1711058400,2024,3,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(35698,1,1711062000,2024,3,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(35699,1,1711065600,2024,3,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(35700,1,1711069200,2024,3,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(35701,1,1711072800,2024,3,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(35702,1,1711076400,2024,3,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(35703,1,1711080000,2024,3,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(35704,1,1711083600,2024,3,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(35705,1,1711087200,2024,3,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(35706,1,1711090800,2024,3,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(35707,1,1711094400,2024,3,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(35708,1,1711098000,2024,3,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(35709,1,1711101600,2024,3,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(35710,1,1711105200,2024,3,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(35711,1,1711108800,2024,3,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(35712,1,1711112400,2024,3,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(35713,1,1711116000,2024,3,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(35714,1,1711119600,2024,3,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(35715,1,1711123200,2024,3,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(35716,1,1711126800,2024,3,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(35717,1,1711130400,2024,3,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(35718,1,1711134000,2024,3,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(35719,1,1711137600,2024,3,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(35720,1,1711141200,2024,3,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(35721,1,1711144800,2024,3,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(35722,1,1711148400,2024,3,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(35723,1,1711152000,2024,3,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(35724,1,1711155600,2024,3,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(35725,1,1711159200,2024,3,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(35726,1,1711162800,2024,3,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(35727,1,1711166400,2024,3,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(35728,1,1711170000,2024,3,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(35729,1,1711173600,2024,3,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(35730,1,1711177200,2024,3,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(35731,1,1711180800,2024,3,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(35732,1,1711184400,2024,3,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(35733,1,1711188000,2024,3,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(35734,1,1711191600,2024,3,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(35735,1,1711195200,2024,3,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(35736,1,1711198800,2024,3,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(35737,1,1711202400,2024,3,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(35738,1,1711206000,2024,3,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(35739,1,1711209600,2024,3,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(35740,1,1711213200,2024,3,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(35741,1,1711216800,2024,3,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(35742,1,1711220400,2024,3,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(35743,1,1711224000,2024,3,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(35744,1,1711227600,2024,3,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(35745,1,1711231200,2024,3,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(35746,1,1711321200,2024,3,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(35747,1,1711324800,2024,3,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(35748,1,1711328400,2024,3,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(35749,1,1711332000,2024,3,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(35750,1,1711335600,2024,3,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(35751,1,1711339200,2024,3,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(35752,1,1711342800,2024,3,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(35753,1,1711346400,2024,3,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(35754,1,1711350000,2024,3,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(35755,1,1711353600,2024,3,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(35756,1,1711357200,2024,3,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(35757,1,1711360800,2024,3,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(35758,1,1711364400,2024,3,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(35759,1,1711368000,2024,3,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(35760,1,1711371600,2024,3,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(35761,1,1711375200,2024,3,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(35762,1,1711378800,2024,3,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(35763,1,1711382400,2024,3,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(35764,1,1711386000,2024,3,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(35765,1,1711389600,2024,3,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(35766,1,1711393200,2024,3,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(35767,1,1711396800,2024,3,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(35768,1,1711400400,2024,3,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(35769,1,1711404000,2024,3,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(35770,1,1711407600,2024,3,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(35771,1,1711411200,2024,3,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(35772,1,1711414800,2024,3,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(35773,1,1711418400,2024,3,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(35774,1,1711422000,2024,3,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(35775,1,1711425600,2024,3,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(35776,1,1711429200,2024,3,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(35777,1,1711432800,2024,3,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(35778,1,1711436400,2024,3,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(35779,1,1711440000,2024,3,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(35780,1,1711443600,2024,3,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(35781,1,1711447200,2024,3,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(35782,1,1711450800,2024,3,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(35783,1,1711454400,2024,3,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(35784,1,1711458000,2024,3,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(35785,1,1711461600,2024,3,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(35786,1,1711465200,2024,3,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(35787,1,1711468800,2024,3,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(35788,1,1711472400,2024,3,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(35789,1,1711476000,2024,3,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(35790,1,1711479600,2024,3,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(35791,1,1711483200,2024,3,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(35792,1,1711486800,2024,3,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(35793,1,1711490400,2024,3,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(35794,1,1711494000,2024,3,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(35795,1,1711497600,2024,3,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(35796,1,1711501200,2024,3,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(35797,1,1711504800,2024,3,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(35798,1,1711508400,2024,3,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(35799,1,1711512000,2024,3,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(35800,1,1711515600,2024,3,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(35801,1,1711519200,2024,3,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(35802,1,1711522800,2024,3,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(35803,1,1711526400,2024,3,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(35804,1,1711530000,2024,3,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(35805,1,1711533600,2024,3,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(35806,1,1711537200,2024,3,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(35807,1,1711540800,2024,3,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(35808,1,1711544400,2024,3,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(35809,1,1711548000,2024,3,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(35810,1,1711551600,2024,3,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(35811,1,1711555200,2024,3,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(35812,1,1711558800,2024,3,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(35813,1,1711562400,2024,3,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(35814,1,1711566000,2024,3,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(35815,1,1711569600,2024,3,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(35816,1,1711573200,2024,3,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(35817,1,1711576800,2024,3,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(35818,1,1711580400,2024,3,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(35819,1,1711584000,2024,3,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(35820,1,1711587600,2024,3,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(35821,1,1711591200,2024,3,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(35822,1,1711594800,2024,3,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(35823,1,1711598400,2024,3,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(35824,1,1711602000,2024,3,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(35825,1,1711605600,2024,3,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(35826,1,1711609200,2024,3,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(35827,1,1711612800,2024,3,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(35828,1,1711616400,2024,3,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(35829,1,1711620000,2024,3,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(35830,1,1711623600,2024,3,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(35831,1,1711627200,2024,3,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(35832,1,1711630800,2024,3,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(35833,1,1711634400,2024,3,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(35834,1,1711638000,2024,3,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(35835,1,1711641600,2024,3,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(35836,1,1711645200,2024,3,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(35837,1,1711648800,2024,3,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(35838,1,1711652400,2024,3,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(35839,1,1711656000,2024,3,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(35840,1,1711659600,2024,3,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(35841,1,1711663200,2024,3,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(35842,1,1711666800,2024,3,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(35843,1,1711670400,2024,3,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(35844,1,1711674000,2024,3,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(35845,1,1711677600,2024,3,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(35846,1,1711681200,2024,3,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(35847,1,1711684800,2024,3,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(35848,1,1711688400,2024,3,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(35849,1,1711692000,2024,3,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(35850,1,1711695600,2024,3,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(35851,1,1711699200,2024,3,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(35852,1,1711702800,2024,3,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(35853,1,1711706400,2024,3,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(35854,1,1711710000,2024,3,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(35855,1,1711713600,2024,3,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(35856,1,1711717200,2024,3,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(35857,1,1711720800,2024,3,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(35858,1,1711724400,2024,3,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(35859,1,1711728000,2024,3,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(35860,1,1711731600,2024,3,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(35861,1,1711735200,2024,3,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(35862,1,1711738800,2024,3,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(35863,1,1711742400,2024,3,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(35864,1,1711746000,2024,3,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(35865,1,1711749600,2024,3,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(35866,1,1711753200,2024,3,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(35867,1,1711756800,2024,3,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(35868,1,1711760400,2024,3,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(35869,1,1711764000,2024,3,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(35870,1,1711767600,2024,3,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(35871,1,1711771200,2024,3,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(35872,1,1711774800,2024,3,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(35873,1,1711778400,2024,3,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(35874,1,1711782000,2024,3,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(35875,1,1711785600,2024,3,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(35876,1,1711789200,2024,3,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(35877,1,1711792800,2024,3,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(35878,1,1711796400,2024,3,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(35879,1,1711800000,2024,3,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(35880,1,1711803600,2024,3,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(35881,1,1711807200,2024,3,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(35882,1,1711810800,2024,3,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(35883,1,1711814400,2024,3,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(35884,1,1711818000,2024,3,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(35885,1,1711821600,2024,3,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(35886,1,1711825200,2024,3,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(35887,1,1711828800,2024,3,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(35888,1,1711832400,2024,3,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(35889,1,1711836000,2024,3,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(35890,1,1711922400,2024,4,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(35891,1,1711926000,2024,4,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(35892,1,1711929600,2024,4,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(35893,1,1711933200,2024,4,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(35894,1,1711936800,2024,4,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(35895,1,1711940400,2024,4,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(35896,1,1711944000,2024,4,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(35897,1,1711947600,2024,4,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(35898,1,1711951200,2024,4,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(35899,1,1711954800,2024,4,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(35900,1,1711958400,2024,4,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(35901,1,1711962000,2024,4,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(35902,1,1711965600,2024,4,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(35903,1,1711969200,2024,4,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(35904,1,1711972800,2024,4,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(35905,1,1711976400,2024,4,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(35906,1,1711980000,2024,4,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(35907,1,1711983600,2024,4,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(35908,1,1711987200,2024,4,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(35909,1,1711990800,2024,4,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(35910,1,1711994400,2024,4,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(35911,1,1711998000,2024,4,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(35912,1,1712001600,2024,4,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(35913,1,1712005200,2024,4,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(35914,1,1712008800,2024,4,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(35915,1,1712012400,2024,4,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(35916,1,1712016000,2024,4,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(35917,1,1712019600,2024,4,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(35918,1,1712023200,2024,4,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(35919,1,1712026800,2024,4,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(35920,1,1712030400,2024,4,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(35921,1,1712034000,2024,4,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(35922,1,1712037600,2024,4,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(35923,1,1712041200,2024,4,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(35924,1,1712044800,2024,4,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(35925,1,1712048400,2024,4,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(35926,1,1712052000,2024,4,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(35927,1,1712055600,2024,4,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(35928,1,1712059200,2024,4,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(35929,1,1712062800,2024,4,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(35930,1,1712066400,2024,4,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(35931,1,1712070000,2024,4,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(35932,1,1712073600,2024,4,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(35933,1,1712077200,2024,4,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(35934,1,1712080800,2024,4,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(35935,1,1712084400,2024,4,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(35936,1,1712088000,2024,4,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(35937,1,1712091600,2024,4,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(35938,1,1712095200,2024,4,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(35939,1,1712098800,2024,4,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(35940,1,1712102400,2024,4,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(35941,1,1712106000,2024,4,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(35942,1,1712109600,2024,4,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(35943,1,1712113200,2024,4,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(35944,1,1712116800,2024,4,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(35945,1,1712120400,2024,4,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(35946,1,1712124000,2024,4,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(35947,1,1712127600,2024,4,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(35948,1,1712131200,2024,4,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(35949,1,1712134800,2024,4,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(35950,1,1712138400,2024,4,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(35951,1,1712142000,2024,4,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(35952,1,1712145600,2024,4,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(35953,1,1712149200,2024,4,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(35954,1,1712152800,2024,4,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(35955,1,1712156400,2024,4,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(35956,1,1712160000,2024,4,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(35957,1,1712163600,2024,4,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(35958,1,1712167200,2024,4,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(35959,1,1712170800,2024,4,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(35960,1,1712174400,2024,4,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(35961,1,1712178000,2024,4,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(35962,1,1712181600,2024,4,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(35963,1,1712185200,2024,4,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(35964,1,1712188800,2024,4,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(35965,1,1712192400,2024,4,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(35966,1,1712196000,2024,4,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(35967,1,1712199600,2024,4,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(35968,1,1712203200,2024,4,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(35969,1,1712206800,2024,4,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(35970,1,1712210400,2024,4,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(35971,1,1712214000,2024,4,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(35972,1,1712217600,2024,4,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(35973,1,1712221200,2024,4,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(35974,1,1712224800,2024,4,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(35975,1,1712228400,2024,4,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(35976,1,1712232000,2024,4,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(35977,1,1712235600,2024,4,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(35978,1,1712239200,2024,4,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(35979,1,1712242800,2024,4,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(35980,1,1712246400,2024,4,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(35981,1,1712250000,2024,4,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(35982,1,1712253600,2024,4,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(35983,1,1712257200,2024,4,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(35984,1,1712260800,2024,4,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(35985,1,1712264400,2024,4,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(35986,1,1712268000,2024,4,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(35987,1,1712271600,2024,4,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(35988,1,1712275200,2024,4,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(35989,1,1712278800,2024,4,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(35990,1,1712282400,2024,4,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(35991,1,1712286000,2024,4,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(35992,1,1712289600,2024,4,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(35993,1,1712293200,2024,4,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(35994,1,1712296800,2024,4,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(35995,1,1712300400,2024,4,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(35996,1,1712304000,2024,4,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(35997,1,1712307600,2024,4,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(35998,1,1712311200,2024,4,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(35999,1,1712314800,2024,4,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(36000,1,1712318400,2024,4,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(36001,1,1712322000,2024,4,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(36002,1,1712325600,2024,4,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(36003,1,1712329200,2024,4,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(36004,1,1712332800,2024,4,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(36005,1,1712336400,2024,4,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(36006,1,1712340000,2024,4,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(36007,1,1712343600,2024,4,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(36008,1,1712347200,2024,4,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(36009,1,1712350800,2024,4,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(36010,1,1712354400,2024,4,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(36011,1,1712358000,2024,4,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(36012,1,1712361600,2024,4,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(36013,1,1712365200,2024,4,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(36014,1,1712368800,2024,4,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(36015,1,1712372400,2024,4,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(36016,1,1712376000,2024,4,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(36017,1,1712379600,2024,4,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(36018,1,1712383200,2024,4,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(36019,1,1712386800,2024,4,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(36020,1,1712390400,2024,4,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(36021,1,1712394000,2024,4,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(36022,1,1712397600,2024,4,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(36023,1,1712401200,2024,4,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(36024,1,1712404800,2024,4,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(36025,1,1712408400,2024,4,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(36026,1,1712412000,2024,4,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(36027,1,1712415600,2024,4,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(36028,1,1712419200,2024,4,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(36029,1,1712422800,2024,4,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(36030,1,1712426400,2024,4,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(36031,1,1712430000,2024,4,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(36032,1,1712433600,2024,4,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(36033,1,1712437200,2024,4,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(36034,1,1712527200,2024,4,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(36035,1,1712530800,2024,4,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(36036,1,1712534400,2024,4,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(36037,1,1712538000,2024,4,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(36038,1,1712541600,2024,4,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(36039,1,1712545200,2024,4,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(36040,1,1712548800,2024,4,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(36041,1,1712552400,2024,4,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(36042,1,1712556000,2024,4,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(36043,1,1712559600,2024,4,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(36044,1,1712563200,2024,4,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(36045,1,1712566800,2024,4,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(36046,1,1712570400,2024,4,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(36047,1,1712574000,2024,4,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(36048,1,1712577600,2024,4,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(36049,1,1712581200,2024,4,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(36050,1,1712584800,2024,4,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(36051,1,1712588400,2024,4,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(36052,1,1712592000,2024,4,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(36053,1,1712595600,2024,4,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(36054,1,1712599200,2024,4,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(36055,1,1712602800,2024,4,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(36056,1,1712606400,2024,4,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(36057,1,1712610000,2024,4,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(36058,1,1712613600,2024,4,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(36059,1,1712617200,2024,4,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(36060,1,1712620800,2024,4,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(36061,1,1712624400,2024,4,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(36062,1,1712628000,2024,4,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(36063,1,1712631600,2024,4,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(36064,1,1712635200,2024,4,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(36065,1,1712638800,2024,4,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(36066,1,1712642400,2024,4,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(36067,1,1712646000,2024,4,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(36068,1,1712649600,2024,4,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(36069,1,1712653200,2024,4,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(36070,1,1712656800,2024,4,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(36071,1,1712660400,2024,4,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(36072,1,1712664000,2024,4,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(36073,1,1712667600,2024,4,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(36074,1,1712671200,2024,4,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(36075,1,1712674800,2024,4,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(36076,1,1712678400,2024,4,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(36077,1,1712682000,2024,4,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(36078,1,1712685600,2024,4,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(36079,1,1712689200,2024,4,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(36080,1,1712692800,2024,4,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(36081,1,1712696400,2024,4,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(36082,1,1712700000,2024,4,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(36083,1,1712703600,2024,4,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(36084,1,1712707200,2024,4,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(36085,1,1712710800,2024,4,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(36086,1,1712714400,2024,4,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(36087,1,1712718000,2024,4,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(36088,1,1712721600,2024,4,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(36089,1,1712725200,2024,4,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(36090,1,1712728800,2024,4,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(36091,1,1712732400,2024,4,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(36092,1,1712736000,2024,4,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(36093,1,1712739600,2024,4,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(36094,1,1712743200,2024,4,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(36095,1,1712746800,2024,4,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(36096,1,1712750400,2024,4,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(36097,1,1712754000,2024,4,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(36098,1,1712757600,2024,4,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(36099,1,1712761200,2024,4,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(36100,1,1712764800,2024,4,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(36101,1,1712768400,2024,4,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(36102,1,1712772000,2024,4,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(36103,1,1712775600,2024,4,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(36104,1,1712779200,2024,4,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(36105,1,1712782800,2024,4,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(36106,1,1712786400,2024,4,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(36107,1,1712790000,2024,4,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(36108,1,1712793600,2024,4,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(36109,1,1712797200,2024,4,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(36110,1,1712800800,2024,4,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(36111,1,1712804400,2024,4,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(36112,1,1712808000,2024,4,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(36113,1,1712811600,2024,4,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(36114,1,1712815200,2024,4,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(36115,1,1712818800,2024,4,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(36116,1,1712822400,2024,4,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(36117,1,1712826000,2024,4,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(36118,1,1712829600,2024,4,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(36119,1,1712833200,2024,4,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(36120,1,1712836800,2024,4,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(36121,1,1712840400,2024,4,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(36122,1,1712844000,2024,4,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(36123,1,1712847600,2024,4,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(36124,1,1712851200,2024,4,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(36125,1,1712854800,2024,4,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(36126,1,1712858400,2024,4,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(36127,1,1712862000,2024,4,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(36128,1,1712865600,2024,4,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(36129,1,1712869200,2024,4,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(36130,1,1712872800,2024,4,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(36131,1,1712876400,2024,4,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(36132,1,1712880000,2024,4,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(36133,1,1712883600,2024,4,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(36134,1,1712887200,2024,4,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(36135,1,1712890800,2024,4,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(36136,1,1712894400,2024,4,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(36137,1,1712898000,2024,4,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(36138,1,1712901600,2024,4,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(36139,1,1712905200,2024,4,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(36140,1,1712908800,2024,4,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(36141,1,1712912400,2024,4,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(36142,1,1712916000,2024,4,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(36143,1,1712919600,2024,4,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(36144,1,1712923200,2024,4,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(36145,1,1712926800,2024,4,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(36146,1,1712930400,2024,4,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(36147,1,1712934000,2024,4,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(36148,1,1712937600,2024,4,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(36149,1,1712941200,2024,4,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(36150,1,1712944800,2024,4,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(36151,1,1712948400,2024,4,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(36152,1,1712952000,2024,4,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(36153,1,1712955600,2024,4,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(36154,1,1712959200,2024,4,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(36155,1,1712962800,2024,4,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(36156,1,1712966400,2024,4,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(36157,1,1712970000,2024,4,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(36158,1,1712973600,2024,4,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(36159,1,1712977200,2024,4,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(36160,1,1712980800,2024,4,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(36161,1,1712984400,2024,4,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(36162,1,1712988000,2024,4,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(36163,1,1712991600,2024,4,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(36164,1,1712995200,2024,4,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(36165,1,1712998800,2024,4,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(36166,1,1713002400,2024,4,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(36167,1,1713006000,2024,4,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(36168,1,1713009600,2024,4,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(36169,1,1713013200,2024,4,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(36170,1,1713016800,2024,4,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(36171,1,1713020400,2024,4,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(36172,1,1713024000,2024,4,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(36173,1,1713027600,2024,4,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(36174,1,1713031200,2024,4,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(36175,1,1713034800,2024,4,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(36176,1,1713038400,2024,4,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(36177,1,1713042000,2024,4,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(36178,1,1713132000,2024,4,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(36179,1,1713135600,2024,4,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(36180,1,1713139200,2024,4,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(36181,1,1713142800,2024,4,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(36182,1,1713146400,2024,4,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(36183,1,1713150000,2024,4,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(36184,1,1713153600,2024,4,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(36185,1,1713157200,2024,4,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(36186,1,1713160800,2024,4,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(36187,1,1713164400,2024,4,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(36188,1,1713168000,2024,4,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(36189,1,1713171600,2024,4,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(36190,1,1713175200,2024,4,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(36191,1,1713178800,2024,4,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(36192,1,1713182400,2024,4,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(36193,1,1713186000,2024,4,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(36194,1,1713189600,2024,4,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(36195,1,1713193200,2024,4,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(36196,1,1713196800,2024,4,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(36197,1,1713200400,2024,4,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(36198,1,1713204000,2024,4,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(36199,1,1713207600,2024,4,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(36200,1,1713211200,2024,4,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(36201,1,1713214800,2024,4,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(36202,1,1713218400,2024,4,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(36203,1,1713222000,2024,4,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(36204,1,1713225600,2024,4,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(36205,1,1713229200,2024,4,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(36206,1,1713232800,2024,4,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(36207,1,1713236400,2024,4,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(36208,1,1713240000,2024,4,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(36209,1,1713243600,2024,4,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(36210,1,1713247200,2024,4,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(36211,1,1713250800,2024,4,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(36212,1,1713254400,2024,4,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(36213,1,1713258000,2024,4,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(36214,1,1713261600,2024,4,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(36215,1,1713265200,2024,4,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(36216,1,1713268800,2024,4,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(36217,1,1713272400,2024,4,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(36218,1,1713276000,2024,4,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(36219,1,1713279600,2024,4,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(36220,1,1713283200,2024,4,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(36221,1,1713286800,2024,4,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(36222,1,1713290400,2024,4,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(36223,1,1713294000,2024,4,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(36224,1,1713297600,2024,4,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(36225,1,1713301200,2024,4,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(36226,1,1713304800,2024,4,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(36227,1,1713308400,2024,4,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(36228,1,1713312000,2024,4,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(36229,1,1713315600,2024,4,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(36230,1,1713319200,2024,4,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(36231,1,1713322800,2024,4,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(36232,1,1713326400,2024,4,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(36233,1,1713330000,2024,4,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(36234,1,1713333600,2024,4,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(36235,1,1713337200,2024,4,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(36236,1,1713340800,2024,4,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(36237,1,1713344400,2024,4,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(36238,1,1713348000,2024,4,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(36239,1,1713351600,2024,4,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(36240,1,1713355200,2024,4,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(36241,1,1713358800,2024,4,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(36242,1,1713362400,2024,4,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(36243,1,1713366000,2024,4,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(36244,1,1713369600,2024,4,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(36245,1,1713373200,2024,4,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(36246,1,1713376800,2024,4,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(36247,1,1713380400,2024,4,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(36248,1,1713384000,2024,4,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(36249,1,1713387600,2024,4,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(36250,1,1713391200,2024,4,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(36251,1,1713394800,2024,4,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(36252,1,1713398400,2024,4,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(36253,1,1713402000,2024,4,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(36254,1,1713405600,2024,4,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(36255,1,1713409200,2024,4,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(36256,1,1713412800,2024,4,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(36257,1,1713416400,2024,4,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(36258,1,1713420000,2024,4,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(36259,1,1713423600,2024,4,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(36260,1,1713427200,2024,4,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(36261,1,1713430800,2024,4,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(36262,1,1713434400,2024,4,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(36263,1,1713438000,2024,4,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(36264,1,1713441600,2024,4,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(36265,1,1713445200,2024,4,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(36266,1,1713448800,2024,4,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(36267,1,1713452400,2024,4,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(36268,1,1713456000,2024,4,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(36269,1,1713459600,2024,4,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(36270,1,1713463200,2024,4,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(36271,1,1713466800,2024,4,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(36272,1,1713470400,2024,4,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(36273,1,1713474000,2024,4,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(36274,1,1713477600,2024,4,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(36275,1,1713481200,2024,4,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(36276,1,1713484800,2024,4,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(36277,1,1713488400,2024,4,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(36278,1,1713492000,2024,4,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(36279,1,1713495600,2024,4,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(36280,1,1713499200,2024,4,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(36281,1,1713502800,2024,4,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(36282,1,1713506400,2024,4,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(36283,1,1713510000,2024,4,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(36284,1,1713513600,2024,4,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(36285,1,1713517200,2024,4,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(36286,1,1713520800,2024,4,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(36287,1,1713524400,2024,4,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(36288,1,1713528000,2024,4,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(36289,1,1713531600,2024,4,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(36290,1,1713535200,2024,4,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(36291,1,1713538800,2024,4,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(36292,1,1713542400,2024,4,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(36293,1,1713546000,2024,4,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(36294,1,1713549600,2024,4,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(36295,1,1713553200,2024,4,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(36296,1,1713556800,2024,4,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(36297,1,1713560400,2024,4,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(36298,1,1713564000,2024,4,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(36299,1,1713567600,2024,4,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(36300,1,1713571200,2024,4,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(36301,1,1713574800,2024,4,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(36302,1,1713578400,2024,4,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(36303,1,1713582000,2024,4,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(36304,1,1713585600,2024,4,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(36305,1,1713589200,2024,4,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(36306,1,1713592800,2024,4,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(36307,1,1713596400,2024,4,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(36308,1,1713600000,2024,4,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(36309,1,1713603600,2024,4,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(36310,1,1713607200,2024,4,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(36311,1,1713610800,2024,4,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(36312,1,1713614400,2024,4,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(36313,1,1713618000,2024,4,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(36314,1,1713621600,2024,4,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(36315,1,1713625200,2024,4,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(36316,1,1713628800,2024,4,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(36317,1,1713632400,2024,4,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(36318,1,1713636000,2024,4,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(36319,1,1713639600,2024,4,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(36320,1,1713643200,2024,4,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(36321,1,1713646800,2024,4,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(36322,1,1713736800,2024,4,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(36323,1,1713740400,2024,4,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(36324,1,1713744000,2024,4,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(36325,1,1713747600,2024,4,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(36326,1,1713751200,2024,4,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(36327,1,1713754800,2024,4,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(36328,1,1713758400,2024,4,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(36329,1,1713762000,2024,4,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(36330,1,1713765600,2024,4,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(36331,1,1713769200,2024,4,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(36332,1,1713772800,2024,4,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(36333,1,1713776400,2024,4,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(36334,1,1713780000,2024,4,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(36335,1,1713783600,2024,4,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(36336,1,1713787200,2024,4,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(36337,1,1713790800,2024,4,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(36338,1,1713794400,2024,4,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(36339,1,1713798000,2024,4,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(36340,1,1713801600,2024,4,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(36341,1,1713805200,2024,4,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(36342,1,1713808800,2024,4,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(36343,1,1713812400,2024,4,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(36344,1,1713816000,2024,4,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(36345,1,1713819600,2024,4,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(36346,1,1713823200,2024,4,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(36347,1,1713826800,2024,4,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(36348,1,1713830400,2024,4,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(36349,1,1713834000,2024,4,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(36350,1,1713837600,2024,4,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(36351,1,1713841200,2024,4,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(36352,1,1713844800,2024,4,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(36353,1,1713848400,2024,4,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(36354,1,1713852000,2024,4,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(36355,1,1713855600,2024,4,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(36356,1,1713859200,2024,4,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(36357,1,1713862800,2024,4,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(36358,1,1713866400,2024,4,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(36359,1,1713870000,2024,4,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(36360,1,1713873600,2024,4,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(36361,1,1713877200,2024,4,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(36362,1,1713880800,2024,4,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(36363,1,1713884400,2024,4,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(36364,1,1713888000,2024,4,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(36365,1,1713891600,2024,4,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(36366,1,1713895200,2024,4,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(36367,1,1713898800,2024,4,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(36368,1,1713902400,2024,4,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(36369,1,1713906000,2024,4,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(36370,1,1713909600,2024,4,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(36371,1,1713913200,2024,4,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(36372,1,1713916800,2024,4,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(36373,1,1713920400,2024,4,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(36374,1,1713924000,2024,4,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(36375,1,1713927600,2024,4,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(36376,1,1713931200,2024,4,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(36377,1,1713934800,2024,4,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(36378,1,1713938400,2024,4,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(36379,1,1713942000,2024,4,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(36380,1,1713945600,2024,4,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(36381,1,1713949200,2024,4,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(36382,1,1713952800,2024,4,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(36383,1,1713956400,2024,4,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(36384,1,1713960000,2024,4,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(36385,1,1713963600,2024,4,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(36386,1,1713967200,2024,4,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(36387,1,1713970800,2024,4,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(36388,1,1713974400,2024,4,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(36389,1,1713978000,2024,4,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(36390,1,1713981600,2024,4,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(36391,1,1713985200,2024,4,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(36392,1,1713988800,2024,4,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(36393,1,1713992400,2024,4,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(36394,1,1713996000,2024,4,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(36395,1,1713999600,2024,4,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(36396,1,1714003200,2024,4,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(36397,1,1714006800,2024,4,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(36398,1,1714010400,2024,4,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(36399,1,1714014000,2024,4,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(36400,1,1714017600,2024,4,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(36401,1,1714021200,2024,4,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(36402,1,1714024800,2024,4,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(36403,1,1714028400,2024,4,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(36404,1,1714032000,2024,4,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(36405,1,1714035600,2024,4,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(36406,1,1714039200,2024,4,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(36407,1,1714042800,2024,4,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(36408,1,1714046400,2024,4,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(36409,1,1714050000,2024,4,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(36410,1,1714053600,2024,4,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(36411,1,1714057200,2024,4,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(36412,1,1714060800,2024,4,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(36413,1,1714064400,2024,4,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(36414,1,1714068000,2024,4,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(36415,1,1714071600,2024,4,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(36416,1,1714075200,2024,4,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(36417,1,1714078800,2024,4,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(36418,1,1714082400,2024,4,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(36419,1,1714086000,2024,4,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(36420,1,1714089600,2024,4,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(36421,1,1714093200,2024,4,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(36422,1,1714096800,2024,4,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(36423,1,1714100400,2024,4,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(36424,1,1714104000,2024,4,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(36425,1,1714107600,2024,4,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(36426,1,1714111200,2024,4,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(36427,1,1714114800,2024,4,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(36428,1,1714118400,2024,4,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(36429,1,1714122000,2024,4,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(36430,1,1714125600,2024,4,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(36431,1,1714129200,2024,4,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(36432,1,1714132800,2024,4,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(36433,1,1714136400,2024,4,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(36434,1,1714140000,2024,4,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(36435,1,1714143600,2024,4,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(36436,1,1714147200,2024,4,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(36437,1,1714150800,2024,4,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(36438,1,1714154400,2024,4,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(36439,1,1714158000,2024,4,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(36440,1,1714161600,2024,4,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(36441,1,1714165200,2024,4,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(36442,1,1714168800,2024,4,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(36443,1,1714172400,2024,4,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(36444,1,1714176000,2024,4,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(36445,1,1714179600,2024,4,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(36446,1,1714183200,2024,4,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(36447,1,1714186800,2024,4,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(36448,1,1714190400,2024,4,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(36449,1,1714194000,2024,4,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(36450,1,1714197600,2024,4,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(36451,1,1714201200,2024,4,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(36452,1,1714204800,2024,4,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(36453,1,1714208400,2024,4,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(36454,1,1714212000,2024,4,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(36455,1,1714215600,2024,4,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(36456,1,1714219200,2024,4,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(36457,1,1714222800,2024,4,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(36458,1,1714226400,2024,4,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(36459,1,1714230000,2024,4,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(36460,1,1714233600,2024,4,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(36461,1,1714237200,2024,4,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(36462,1,1714240800,2024,4,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(36463,1,1714244400,2024,4,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(36464,1,1714248000,2024,4,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(36465,1,1714251600,2024,4,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(36466,1,1714341600,2024,4,29,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(36467,1,1714345200,2024,4,29,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(36468,1,1714348800,2024,4,29,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(36469,1,1714352400,2024,4,29,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(36470,1,1714356000,2024,4,29,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(36471,1,1714359600,2024,4,29,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(36472,1,1714363200,2024,4,29,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(36473,1,1714366800,2024,4,29,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(36474,1,1714370400,2024,4,29,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(36475,1,1714374000,2024,4,29,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(36476,1,1714377600,2024,4,29,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(36477,1,1714381200,2024,4,29,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(36478,1,1714384800,2024,4,29,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(36479,1,1714388400,2024,4,29,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(36480,1,1714392000,2024,4,29,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(36481,1,1714395600,2024,4,29,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(36482,1,1714399200,2024,4,29,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(36483,1,1714402800,2024,4,29,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(36484,1,1714406400,2024,4,29,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(36485,1,1714410000,2024,4,29,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(36486,1,1714413600,2024,4,29,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(36487,1,1714417200,2024,4,29,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(36488,1,1714420800,2024,4,29,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(36489,1,1714424400,2024,4,29,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(36490,1,1714428000,2024,4,30,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(36491,1,1714431600,2024,4,30,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(36492,1,1714435200,2024,4,30,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(36493,1,1714438800,2024,4,30,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(36494,1,1714442400,2024,4,30,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(36495,1,1714446000,2024,4,30,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(36496,1,1714449600,2024,4,30,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(36497,1,1714453200,2024,4,30,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(36498,1,1714456800,2024,4,30,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(36499,1,1714460400,2024,4,30,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(36500,1,1714464000,2024,4,30,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(36501,1,1714467600,2024,4,30,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(36502,1,1714471200,2024,4,30,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(36503,1,1714474800,2024,4,30,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(36504,1,1714478400,2024,4,30,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(36505,1,1714482000,2024,4,30,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(36506,1,1714485600,2024,4,30,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(36507,1,1714489200,2024,4,30,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(36508,1,1714492800,2024,4,30,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(36509,1,1714496400,2024,4,30,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(36510,1,1714500000,2024,4,30,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(36511,1,1714503600,2024,4,30,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(36512,1,1714507200,2024,4,30,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(36513,1,1714510800,2024,4,30,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(36514,1,1714514400,2024,5,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(36515,1,1714518000,2024,5,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(36516,1,1714521600,2024,5,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(36517,1,1714525200,2024,5,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(36518,1,1714528800,2024,5,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(36519,1,1714532400,2024,5,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(36520,1,1714536000,2024,5,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(36521,1,1714539600,2024,5,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(36522,1,1714543200,2024,5,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(36523,1,1714546800,2024,5,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(36524,1,1714550400,2024,5,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(36525,1,1714554000,2024,5,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(36526,1,1714557600,2024,5,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(36527,1,1714561200,2024,5,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(36528,1,1714564800,2024,5,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(36529,1,1714568400,2024,5,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(36530,1,1714572000,2024,5,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(36531,1,1714575600,2024,5,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(36532,1,1714579200,2024,5,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(36533,1,1714582800,2024,5,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(36534,1,1714586400,2024,5,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(36535,1,1714590000,2024,5,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(36536,1,1714593600,2024,5,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(36537,1,1714597200,2024,5,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(36538,1,1714600800,2024,5,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(36539,1,1714604400,2024,5,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(36540,1,1714608000,2024,5,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(36541,1,1714611600,2024,5,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(36542,1,1714615200,2024,5,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(36543,1,1714618800,2024,5,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(36544,1,1714622400,2024,5,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(36545,1,1714626000,2024,5,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(36546,1,1714629600,2024,5,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(36547,1,1714633200,2024,5,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(36548,1,1714636800,2024,5,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(36549,1,1714640400,2024,5,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(36550,1,1714644000,2024,5,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(36551,1,1714647600,2024,5,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(36552,1,1714651200,2024,5,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(36553,1,1714654800,2024,5,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(36554,1,1714658400,2024,5,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(36555,1,1714662000,2024,5,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(36556,1,1714665600,2024,5,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(36557,1,1714669200,2024,5,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(36558,1,1714672800,2024,5,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(36559,1,1714676400,2024,5,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(36560,1,1714680000,2024,5,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(36561,1,1714683600,2024,5,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(36562,1,1714687200,2024,5,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(36563,1,1714690800,2024,5,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(36564,1,1714694400,2024,5,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(36565,1,1714698000,2024,5,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(36566,1,1714701600,2024,5,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(36567,1,1714705200,2024,5,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(36568,1,1714708800,2024,5,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(36569,1,1714712400,2024,5,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(36570,1,1714716000,2024,5,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(36571,1,1714719600,2024,5,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(36572,1,1714723200,2024,5,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(36573,1,1714726800,2024,5,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(36574,1,1714730400,2024,5,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(36575,1,1714734000,2024,5,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(36576,1,1714737600,2024,5,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(36577,1,1714741200,2024,5,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(36578,1,1714744800,2024,5,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(36579,1,1714748400,2024,5,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(36580,1,1714752000,2024,5,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(36581,1,1714755600,2024,5,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(36582,1,1714759200,2024,5,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(36583,1,1714762800,2024,5,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(36584,1,1714766400,2024,5,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(36585,1,1714770000,2024,5,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(36586,1,1714773600,2024,5,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(36587,1,1714777200,2024,5,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(36588,1,1714780800,2024,5,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(36589,1,1714784400,2024,5,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(36590,1,1714788000,2024,5,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(36591,1,1714791600,2024,5,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(36592,1,1714795200,2024,5,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(36593,1,1714798800,2024,5,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(36594,1,1714802400,2024,5,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(36595,1,1714806000,2024,5,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(36596,1,1714809600,2024,5,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(36597,1,1714813200,2024,5,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(36598,1,1714816800,2024,5,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(36599,1,1714820400,2024,5,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(36600,1,1714824000,2024,5,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(36601,1,1714827600,2024,5,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(36602,1,1714831200,2024,5,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(36603,1,1714834800,2024,5,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(36604,1,1714838400,2024,5,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(36605,1,1714842000,2024,5,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(36606,1,1714845600,2024,5,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(36607,1,1714849200,2024,5,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(36608,1,1714852800,2024,5,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(36609,1,1714856400,2024,5,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(36610,1,1714946400,2024,5,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(36611,1,1714950000,2024,5,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(36612,1,1714953600,2024,5,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(36613,1,1714957200,2024,5,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(36614,1,1714960800,2024,5,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(36615,1,1714964400,2024,5,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(36616,1,1714968000,2024,5,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(36617,1,1714971600,2024,5,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(36618,1,1714975200,2024,5,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(36619,1,1714978800,2024,5,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(36620,1,1714982400,2024,5,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(36621,1,1714986000,2024,5,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(36622,1,1714989600,2024,5,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(36623,1,1714993200,2024,5,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(36624,1,1714996800,2024,5,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(36625,1,1715000400,2024,5,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(36626,1,1715004000,2024,5,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(36627,1,1715007600,2024,5,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(36628,1,1715011200,2024,5,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(36629,1,1715014800,2024,5,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(36630,1,1715018400,2024,5,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(36631,1,1715022000,2024,5,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(36632,1,1715025600,2024,5,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(36633,1,1715029200,2024,5,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(36634,1,1715032800,2024,5,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(36635,1,1715036400,2024,5,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(36636,1,1715040000,2024,5,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(36637,1,1715043600,2024,5,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(36638,1,1715047200,2024,5,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(36639,1,1715050800,2024,5,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(36640,1,1715054400,2024,5,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(36641,1,1715058000,2024,5,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(36642,1,1715061600,2024,5,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(36643,1,1715065200,2024,5,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(36644,1,1715068800,2024,5,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(36645,1,1715072400,2024,5,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(36646,1,1715076000,2024,5,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(36647,1,1715079600,2024,5,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(36648,1,1715083200,2024,5,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(36649,1,1715086800,2024,5,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(36650,1,1715090400,2024,5,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(36651,1,1715094000,2024,5,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(36652,1,1715097600,2024,5,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(36653,1,1715101200,2024,5,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(36654,1,1715104800,2024,5,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(36655,1,1715108400,2024,5,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(36656,1,1715112000,2024,5,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(36657,1,1715115600,2024,5,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(36658,1,1715119200,2024,5,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(36659,1,1715122800,2024,5,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(36660,1,1715126400,2024,5,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(36661,1,1715130000,2024,5,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(36662,1,1715133600,2024,5,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(36663,1,1715137200,2024,5,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(36664,1,1715140800,2024,5,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(36665,1,1715144400,2024,5,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(36666,1,1715148000,2024,5,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(36667,1,1715151600,2024,5,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(36668,1,1715155200,2024,5,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(36669,1,1715158800,2024,5,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(36670,1,1715162400,2024,5,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(36671,1,1715166000,2024,5,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(36672,1,1715169600,2024,5,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(36673,1,1715173200,2024,5,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(36674,1,1715176800,2024,5,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(36675,1,1715180400,2024,5,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(36676,1,1715184000,2024,5,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(36677,1,1715187600,2024,5,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(36678,1,1715191200,2024,5,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(36679,1,1715194800,2024,5,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(36680,1,1715198400,2024,5,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(36681,1,1715202000,2024,5,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(36682,1,1715205600,2024,5,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(36683,1,1715209200,2024,5,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(36684,1,1715212800,2024,5,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(36685,1,1715216400,2024,5,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(36686,1,1715220000,2024,5,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(36687,1,1715223600,2024,5,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(36688,1,1715227200,2024,5,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(36689,1,1715230800,2024,5,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(36690,1,1715234400,2024,5,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(36691,1,1715238000,2024,5,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(36692,1,1715241600,2024,5,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(36693,1,1715245200,2024,5,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(36694,1,1715248800,2024,5,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(36695,1,1715252400,2024,5,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(36696,1,1715256000,2024,5,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(36697,1,1715259600,2024,5,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(36698,1,1715263200,2024,5,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(36699,1,1715266800,2024,5,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(36700,1,1715270400,2024,5,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(36701,1,1715274000,2024,5,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(36702,1,1715277600,2024,5,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(36703,1,1715281200,2024,5,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(36704,1,1715284800,2024,5,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(36705,1,1715288400,2024,5,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(36706,1,1715292000,2024,5,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(36707,1,1715295600,2024,5,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(36708,1,1715299200,2024,5,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(36709,1,1715302800,2024,5,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(36710,1,1715306400,2024,5,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(36711,1,1715310000,2024,5,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(36712,1,1715313600,2024,5,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(36713,1,1715317200,2024,5,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(36714,1,1715320800,2024,5,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(36715,1,1715324400,2024,5,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(36716,1,1715328000,2024,5,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(36717,1,1715331600,2024,5,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(36718,1,1715335200,2024,5,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(36719,1,1715338800,2024,5,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(36720,1,1715342400,2024,5,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(36721,1,1715346000,2024,5,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(36722,1,1715349600,2024,5,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(36723,1,1715353200,2024,5,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(36724,1,1715356800,2024,5,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(36725,1,1715360400,2024,5,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(36726,1,1715364000,2024,5,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(36727,1,1715367600,2024,5,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(36728,1,1715371200,2024,5,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(36729,1,1715374800,2024,5,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(36730,1,1715378400,2024,5,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(36731,1,1715382000,2024,5,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(36732,1,1715385600,2024,5,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(36733,1,1715389200,2024,5,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(36734,1,1715392800,2024,5,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(36735,1,1715396400,2024,5,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(36736,1,1715400000,2024,5,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(36737,1,1715403600,2024,5,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(36738,1,1715407200,2024,5,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(36739,1,1715410800,2024,5,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(36740,1,1715414400,2024,5,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(36741,1,1715418000,2024,5,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(36742,1,1715421600,2024,5,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(36743,1,1715425200,2024,5,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(36744,1,1715428800,2024,5,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(36745,1,1715432400,2024,5,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(36746,1,1715436000,2024,5,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(36747,1,1715439600,2024,5,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(36748,1,1715443200,2024,5,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(36749,1,1715446800,2024,5,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(36750,1,1715450400,2024,5,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(36751,1,1715454000,2024,5,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(36752,1,1715457600,2024,5,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(36753,1,1715461200,2024,5,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(36754,1,1715551200,2024,5,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(36755,1,1715554800,2024,5,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(36756,1,1715558400,2024,5,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(36757,1,1715562000,2024,5,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(36758,1,1715565600,2024,5,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(36759,1,1715569200,2024,5,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(36760,1,1715572800,2024,5,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(36761,1,1715576400,2024,5,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(36762,1,1715580000,2024,5,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(36763,1,1715583600,2024,5,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(36764,1,1715587200,2024,5,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(36765,1,1715590800,2024,5,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(36766,1,1715594400,2024,5,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(36767,1,1715598000,2024,5,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(36768,1,1715601600,2024,5,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(36769,1,1715605200,2024,5,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(36770,1,1715608800,2024,5,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(36771,1,1715612400,2024,5,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(36772,1,1715616000,2024,5,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(36773,1,1715619600,2024,5,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(36774,1,1715623200,2024,5,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(36775,1,1715626800,2024,5,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(36776,1,1715630400,2024,5,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(36777,1,1715634000,2024,5,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(36778,1,1715637600,2024,5,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(36779,1,1715641200,2024,5,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(36780,1,1715644800,2024,5,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(36781,1,1715648400,2024,5,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(36782,1,1715652000,2024,5,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(36783,1,1715655600,2024,5,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(36784,1,1715659200,2024,5,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(36785,1,1715662800,2024,5,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(36786,1,1715666400,2024,5,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(36787,1,1715670000,2024,5,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(36788,1,1715673600,2024,5,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(36789,1,1715677200,2024,5,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(36790,1,1715680800,2024,5,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(36791,1,1715684400,2024,5,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(36792,1,1715688000,2024,5,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(36793,1,1715691600,2024,5,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(36794,1,1715695200,2024,5,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(36795,1,1715698800,2024,5,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(36796,1,1715702400,2024,5,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(36797,1,1715706000,2024,5,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(36798,1,1715709600,2024,5,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(36799,1,1715713200,2024,5,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(36800,1,1715716800,2024,5,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(36801,1,1715720400,2024,5,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(36802,1,1715724000,2024,5,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(36803,1,1715727600,2024,5,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(36804,1,1715731200,2024,5,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(36805,1,1715734800,2024,5,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(36806,1,1715738400,2024,5,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(36807,1,1715742000,2024,5,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(36808,1,1715745600,2024,5,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(36809,1,1715749200,2024,5,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(36810,1,1715752800,2024,5,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(36811,1,1715756400,2024,5,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(36812,1,1715760000,2024,5,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(36813,1,1715763600,2024,5,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(36814,1,1715767200,2024,5,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(36815,1,1715770800,2024,5,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(36816,1,1715774400,2024,5,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(36817,1,1715778000,2024,5,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(36818,1,1715781600,2024,5,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(36819,1,1715785200,2024,5,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(36820,1,1715788800,2024,5,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(36821,1,1715792400,2024,5,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(36822,1,1715796000,2024,5,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(36823,1,1715799600,2024,5,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(36824,1,1715803200,2024,5,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(36825,1,1715806800,2024,5,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(36826,1,1715810400,2024,5,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(36827,1,1715814000,2024,5,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(36828,1,1715817600,2024,5,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(36829,1,1715821200,2024,5,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(36830,1,1715824800,2024,5,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(36831,1,1715828400,2024,5,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(36832,1,1715832000,2024,5,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(36833,1,1715835600,2024,5,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(36834,1,1715839200,2024,5,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(36835,1,1715842800,2024,5,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(36836,1,1715846400,2024,5,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(36837,1,1715850000,2024,5,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(36838,1,1715853600,2024,5,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(36839,1,1715857200,2024,5,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(36840,1,1715860800,2024,5,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(36841,1,1715864400,2024,5,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(36842,1,1715868000,2024,5,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(36843,1,1715871600,2024,5,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(36844,1,1715875200,2024,5,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(36845,1,1715878800,2024,5,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(36846,1,1715882400,2024,5,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(36847,1,1715886000,2024,5,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(36848,1,1715889600,2024,5,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(36849,1,1715893200,2024,5,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(36850,1,1715896800,2024,5,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(36851,1,1715900400,2024,5,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(36852,1,1715904000,2024,5,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(36853,1,1715907600,2024,5,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(36854,1,1715911200,2024,5,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(36855,1,1715914800,2024,5,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(36856,1,1715918400,2024,5,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(36857,1,1715922000,2024,5,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(36858,1,1715925600,2024,5,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(36859,1,1715929200,2024,5,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(36860,1,1715932800,2024,5,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(36861,1,1715936400,2024,5,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(36862,1,1715940000,2024,5,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(36863,1,1715943600,2024,5,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(36864,1,1715947200,2024,5,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(36865,1,1715950800,2024,5,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(36866,1,1715954400,2024,5,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(36867,1,1715958000,2024,5,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(36868,1,1715961600,2024,5,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(36869,1,1715965200,2024,5,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(36870,1,1715968800,2024,5,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(36871,1,1715972400,2024,5,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(36872,1,1715976000,2024,5,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(36873,1,1715979600,2024,5,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(36874,1,1715983200,2024,5,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(36875,1,1715986800,2024,5,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(36876,1,1715990400,2024,5,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(36877,1,1715994000,2024,5,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(36878,1,1715997600,2024,5,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(36879,1,1716001200,2024,5,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(36880,1,1716004800,2024,5,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(36881,1,1716008400,2024,5,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(36882,1,1716012000,2024,5,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(36883,1,1716015600,2024,5,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(36884,1,1716019200,2024,5,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(36885,1,1716022800,2024,5,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(36886,1,1716026400,2024,5,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(36887,1,1716030000,2024,5,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(36888,1,1716033600,2024,5,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(36889,1,1716037200,2024,5,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(36890,1,1716040800,2024,5,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(36891,1,1716044400,2024,5,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(36892,1,1716048000,2024,5,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(36893,1,1716051600,2024,5,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(36894,1,1716055200,2024,5,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(36895,1,1716058800,2024,5,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(36896,1,1716062400,2024,5,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(36897,1,1716066000,2024,5,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(36898,1,1716156000,2024,5,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(36899,1,1716159600,2024,5,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(36900,1,1716163200,2024,5,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(36901,1,1716166800,2024,5,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(36902,1,1716170400,2024,5,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(36903,1,1716174000,2024,5,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(36904,1,1716177600,2024,5,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(36905,1,1716181200,2024,5,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(36906,1,1716184800,2024,5,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(36907,1,1716188400,2024,5,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(36908,1,1716192000,2024,5,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(36909,1,1716195600,2024,5,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(36910,1,1716199200,2024,5,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(36911,1,1716202800,2024,5,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(36912,1,1716206400,2024,5,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(36913,1,1716210000,2024,5,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(36914,1,1716213600,2024,5,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(36915,1,1716217200,2024,5,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(36916,1,1716220800,2024,5,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(36917,1,1716224400,2024,5,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(36918,1,1716228000,2024,5,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(36919,1,1716231600,2024,5,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(36920,1,1716235200,2024,5,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(36921,1,1716238800,2024,5,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(36922,1,1716242400,2024,5,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(36923,1,1716246000,2024,5,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(36924,1,1716249600,2024,5,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(36925,1,1716253200,2024,5,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(36926,1,1716256800,2024,5,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(36927,1,1716260400,2024,5,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(36928,1,1716264000,2024,5,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(36929,1,1716267600,2024,5,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(36930,1,1716271200,2024,5,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(36931,1,1716274800,2024,5,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(36932,1,1716278400,2024,5,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(36933,1,1716282000,2024,5,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(36934,1,1716285600,2024,5,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(36935,1,1716289200,2024,5,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(36936,1,1716292800,2024,5,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(36937,1,1716296400,2024,5,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(36938,1,1716300000,2024,5,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(36939,1,1716303600,2024,5,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(36940,1,1716307200,2024,5,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(36941,1,1716310800,2024,5,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(36942,1,1716314400,2024,5,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(36943,1,1716318000,2024,5,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(36944,1,1716321600,2024,5,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(36945,1,1716325200,2024,5,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(36946,1,1716328800,2024,5,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(36947,1,1716332400,2024,5,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(36948,1,1716336000,2024,5,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(36949,1,1716339600,2024,5,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(36950,1,1716343200,2024,5,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(36951,1,1716346800,2024,5,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(36952,1,1716350400,2024,5,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(36953,1,1716354000,2024,5,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(36954,1,1716357600,2024,5,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(36955,1,1716361200,2024,5,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(36956,1,1716364800,2024,5,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(36957,1,1716368400,2024,5,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(36958,1,1716372000,2024,5,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(36959,1,1716375600,2024,5,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(36960,1,1716379200,2024,5,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(36961,1,1716382800,2024,5,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(36962,1,1716386400,2024,5,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(36963,1,1716390000,2024,5,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(36964,1,1716393600,2024,5,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(36965,1,1716397200,2024,5,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(36966,1,1716400800,2024,5,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(36967,1,1716404400,2024,5,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(36968,1,1716408000,2024,5,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(36969,1,1716411600,2024,5,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(36970,1,1716415200,2024,5,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(36971,1,1716418800,2024,5,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(36972,1,1716422400,2024,5,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(36973,1,1716426000,2024,5,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(36974,1,1716429600,2024,5,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(36975,1,1716433200,2024,5,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(36976,1,1716436800,2024,5,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(36977,1,1716440400,2024,5,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(36978,1,1716444000,2024,5,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(36979,1,1716447600,2024,5,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(36980,1,1716451200,2024,5,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(36981,1,1716454800,2024,5,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(36982,1,1716458400,2024,5,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(36983,1,1716462000,2024,5,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(36984,1,1716465600,2024,5,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(36985,1,1716469200,2024,5,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(36986,1,1716472800,2024,5,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(36987,1,1716476400,2024,5,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(36988,1,1716480000,2024,5,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(36989,1,1716483600,2024,5,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(36990,1,1716487200,2024,5,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(36991,1,1716490800,2024,5,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(36992,1,1716494400,2024,5,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(36993,1,1716498000,2024,5,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(36994,1,1716501600,2024,5,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(36995,1,1716505200,2024,5,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(36996,1,1716508800,2024,5,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(36997,1,1716512400,2024,5,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(36998,1,1716516000,2024,5,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(36999,1,1716519600,2024,5,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(37000,1,1716523200,2024,5,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(37001,1,1716526800,2024,5,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(37002,1,1716530400,2024,5,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(37003,1,1716534000,2024,5,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(37004,1,1716537600,2024,5,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(37005,1,1716541200,2024,5,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(37006,1,1716544800,2024,5,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(37007,1,1716548400,2024,5,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(37008,1,1716552000,2024,5,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(37009,1,1716555600,2024,5,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(37010,1,1716559200,2024,5,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(37011,1,1716562800,2024,5,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(37012,1,1716566400,2024,5,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(37013,1,1716570000,2024,5,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(37014,1,1716573600,2024,5,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(37015,1,1716577200,2024,5,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(37016,1,1716580800,2024,5,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(37017,1,1716584400,2024,5,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(37018,1,1716588000,2024,5,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(37019,1,1716591600,2024,5,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(37020,1,1716595200,2024,5,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(37021,1,1716598800,2024,5,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(37022,1,1716602400,2024,5,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(37023,1,1716606000,2024,5,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(37024,1,1716609600,2024,5,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(37025,1,1716613200,2024,5,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(37026,1,1716616800,2024,5,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(37027,1,1716620400,2024,5,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(37028,1,1716624000,2024,5,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(37029,1,1716627600,2024,5,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(37030,1,1716631200,2024,5,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(37031,1,1716634800,2024,5,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(37032,1,1716638400,2024,5,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(37033,1,1716642000,2024,5,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(37034,1,1716645600,2024,5,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(37035,1,1716649200,2024,5,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(37036,1,1716652800,2024,5,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(37037,1,1716656400,2024,5,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(37038,1,1716660000,2024,5,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(37039,1,1716663600,2024,5,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(37040,1,1716667200,2024,5,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(37041,1,1716670800,2024,5,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(37042,1,1716760800,2024,5,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(37043,1,1716764400,2024,5,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(37044,1,1716768000,2024,5,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(37045,1,1716771600,2024,5,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(37046,1,1716775200,2024,5,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(37047,1,1716778800,2024,5,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(37048,1,1716782400,2024,5,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(37049,1,1716786000,2024,5,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(37050,1,1716789600,2024,5,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(37051,1,1716793200,2024,5,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(37052,1,1716796800,2024,5,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(37053,1,1716800400,2024,5,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(37054,1,1716804000,2024,5,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(37055,1,1716807600,2024,5,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(37056,1,1716811200,2024,5,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(37057,1,1716814800,2024,5,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(37058,1,1716818400,2024,5,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(37059,1,1716822000,2024,5,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(37060,1,1716825600,2024,5,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(37061,1,1716829200,2024,5,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(37062,1,1716832800,2024,5,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(37063,1,1716836400,2024,5,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(37064,1,1716840000,2024,5,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(37065,1,1716843600,2024,5,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(37066,1,1716847200,2024,5,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(37067,1,1716850800,2024,5,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(37068,1,1716854400,2024,5,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(37069,1,1716858000,2024,5,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(37070,1,1716861600,2024,5,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(37071,1,1716865200,2024,5,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(37072,1,1716868800,2024,5,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(37073,1,1716872400,2024,5,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(37074,1,1716876000,2024,5,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(37075,1,1716879600,2024,5,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(37076,1,1716883200,2024,5,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(37077,1,1716886800,2024,5,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(37078,1,1716890400,2024,5,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(37079,1,1716894000,2024,5,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(37080,1,1716897600,2024,5,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(37081,1,1716901200,2024,5,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(37082,1,1716904800,2024,5,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(37083,1,1716908400,2024,5,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(37084,1,1716912000,2024,5,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(37085,1,1716915600,2024,5,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(37086,1,1716919200,2024,5,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(37087,1,1716922800,2024,5,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(37088,1,1716926400,2024,5,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(37089,1,1716930000,2024,5,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(37090,1,1716933600,2024,5,29,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(37091,1,1716937200,2024,5,29,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(37092,1,1716940800,2024,5,29,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(37093,1,1716944400,2024,5,29,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(37094,1,1716948000,2024,5,29,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(37095,1,1716951600,2024,5,29,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(37096,1,1716955200,2024,5,29,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(37097,1,1716958800,2024,5,29,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(37098,1,1716962400,2024,5,29,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(37099,1,1716966000,2024,5,29,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(37100,1,1716969600,2024,5,29,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(37101,1,1716973200,2024,5,29,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(37102,1,1716976800,2024,5,29,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(37103,1,1716980400,2024,5,29,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(37104,1,1716984000,2024,5,29,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(37105,1,1716987600,2024,5,29,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(37106,1,1716991200,2024,5,29,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(37107,1,1716994800,2024,5,29,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(37108,1,1716998400,2024,5,29,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(37109,1,1717002000,2024,5,29,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(37110,1,1717005600,2024,5,29,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(37111,1,1717009200,2024,5,29,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(37112,1,1717012800,2024,5,29,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(37113,1,1717016400,2024,5,29,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(37114,1,1717020000,2024,5,30,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(37115,1,1717023600,2024,5,30,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(37116,1,1717027200,2024,5,30,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(37117,1,1717030800,2024,5,30,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(37118,1,1717034400,2024,5,30,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(37119,1,1717038000,2024,5,30,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(37120,1,1717041600,2024,5,30,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(37121,1,1717045200,2024,5,30,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(37122,1,1717048800,2024,5,30,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(37123,1,1717052400,2024,5,30,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(37124,1,1717056000,2024,5,30,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(37125,1,1717059600,2024,5,30,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(37126,1,1717063200,2024,5,30,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(37127,1,1717066800,2024,5,30,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(37128,1,1717070400,2024,5,30,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(37129,1,1717074000,2024,5,30,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(37130,1,1717077600,2024,5,30,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(37131,1,1717081200,2024,5,30,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(37132,1,1717084800,2024,5,30,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(37133,1,1717088400,2024,5,30,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(37134,1,1717092000,2024,5,30,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(37135,1,1717095600,2024,5,30,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(37136,1,1717099200,2024,5,30,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(37137,1,1717102800,2024,5,30,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(37138,1,1717106400,2024,5,31,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(37139,1,1717110000,2024,5,31,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(37140,1,1717113600,2024,5,31,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(37141,1,1717117200,2024,5,31,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(37142,1,1717120800,2024,5,31,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(37143,1,1717124400,2024,5,31,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(37144,1,1717128000,2024,5,31,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(37145,1,1717131600,2024,5,31,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(37146,1,1717135200,2024,5,31,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(37147,1,1717138800,2024,5,31,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(37148,1,1717142400,2024,5,31,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(37149,1,1717146000,2024,5,31,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(37150,1,1717149600,2024,5,31,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(37151,1,1717153200,2024,5,31,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(37152,1,1717156800,2024,5,31,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(37153,1,1717160400,2024,5,31,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(37154,1,1717164000,2024,5,31,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(37155,1,1717167600,2024,5,31,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(37156,1,1717171200,2024,5,31,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(37157,1,1717174800,2024,5,31,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(37158,1,1717178400,2024,5,31,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(37159,1,1717182000,2024,5,31,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(37160,1,1717185600,2024,5,31,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(37161,1,1717189200,2024,5,31,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(37162,1,1717192800,2024,6,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(37163,1,1717196400,2024,6,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(37164,1,1717200000,2024,6,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(37165,1,1717203600,2024,6,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(37166,1,1717207200,2024,6,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(37167,1,1717210800,2024,6,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(37168,1,1717214400,2024,6,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(37169,1,1717218000,2024,6,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(37170,1,1717221600,2024,6,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(37171,1,1717225200,2024,6,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(37172,1,1717228800,2024,6,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(37173,1,1717232400,2024,6,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(37174,1,1717236000,2024,6,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(37175,1,1717239600,2024,6,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(37176,1,1717243200,2024,6,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(37177,1,1717246800,2024,6,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(37178,1,1717250400,2024,6,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(37179,1,1717254000,2024,6,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(37180,1,1717257600,2024,6,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(37181,1,1717261200,2024,6,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(37182,1,1717264800,2024,6,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(37183,1,1717268400,2024,6,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(37184,1,1717272000,2024,6,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(37185,1,1717275600,2024,6,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(37186,1,1717365600,2024,6,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(37187,1,1717369200,2024,6,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(37188,1,1717372800,2024,6,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(37189,1,1717376400,2024,6,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(37190,1,1717380000,2024,6,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(37191,1,1717383600,2024,6,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(37192,1,1717387200,2024,6,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(37193,1,1717390800,2024,6,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(37194,1,1717394400,2024,6,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(37195,1,1717398000,2024,6,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(37196,1,1717401600,2024,6,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(37197,1,1717405200,2024,6,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(37198,1,1717408800,2024,6,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(37199,1,1717412400,2024,6,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(37200,1,1717416000,2024,6,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(37201,1,1717419600,2024,6,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(37202,1,1717423200,2024,6,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(37203,1,1717426800,2024,6,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(37204,1,1717430400,2024,6,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(37205,1,1717434000,2024,6,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(37206,1,1717437600,2024,6,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(37207,1,1717441200,2024,6,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(37208,1,1717444800,2024,6,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(37209,1,1717448400,2024,6,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(37210,1,1717452000,2024,6,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(37211,1,1717455600,2024,6,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(37212,1,1717459200,2024,6,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(37213,1,1717462800,2024,6,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(37214,1,1717466400,2024,6,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(37215,1,1717470000,2024,6,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(37216,1,1717473600,2024,6,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(37217,1,1717477200,2024,6,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(37218,1,1717480800,2024,6,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(37219,1,1717484400,2024,6,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(37220,1,1717488000,2024,6,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(37221,1,1717491600,2024,6,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(37222,1,1717495200,2024,6,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(37223,1,1717498800,2024,6,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(37224,1,1717502400,2024,6,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(37225,1,1717506000,2024,6,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(37226,1,1717509600,2024,6,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(37227,1,1717513200,2024,6,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(37228,1,1717516800,2024,6,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(37229,1,1717520400,2024,6,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(37230,1,1717524000,2024,6,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(37231,1,1717527600,2024,6,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(37232,1,1717531200,2024,6,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(37233,1,1717534800,2024,6,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(37234,1,1717538400,2024,6,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(37235,1,1717542000,2024,6,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(37236,1,1717545600,2024,6,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(37237,1,1717549200,2024,6,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(37238,1,1717552800,2024,6,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(37239,1,1717556400,2024,6,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(37240,1,1717560000,2024,6,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(37241,1,1717563600,2024,6,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(37242,1,1717567200,2024,6,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(37243,1,1717570800,2024,6,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(37244,1,1717574400,2024,6,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(37245,1,1717578000,2024,6,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(37246,1,1717581600,2024,6,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(37247,1,1717585200,2024,6,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(37248,1,1717588800,2024,6,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(37249,1,1717592400,2024,6,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(37250,1,1717596000,2024,6,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(37251,1,1717599600,2024,6,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(37252,1,1717603200,2024,6,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(37253,1,1717606800,2024,6,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(37254,1,1717610400,2024,6,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(37255,1,1717614000,2024,6,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(37256,1,1717617600,2024,6,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(37257,1,1717621200,2024,6,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(37258,1,1717624800,2024,6,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(37259,1,1717628400,2024,6,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(37260,1,1717632000,2024,6,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(37261,1,1717635600,2024,6,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(37262,1,1717639200,2024,6,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(37263,1,1717642800,2024,6,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(37264,1,1717646400,2024,6,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(37265,1,1717650000,2024,6,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(37266,1,1717653600,2024,6,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(37267,1,1717657200,2024,6,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(37268,1,1717660800,2024,6,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(37269,1,1717664400,2024,6,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(37270,1,1717668000,2024,6,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(37271,1,1717671600,2024,6,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(37272,1,1717675200,2024,6,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(37273,1,1717678800,2024,6,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(37274,1,1717682400,2024,6,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(37275,1,1717686000,2024,6,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(37276,1,1717689600,2024,6,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(37277,1,1717693200,2024,6,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(37278,1,1717696800,2024,6,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(37279,1,1717700400,2024,6,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(37280,1,1717704000,2024,6,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(37281,1,1717707600,2024,6,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(37282,1,1717711200,2024,6,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(37283,1,1717714800,2024,6,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(37284,1,1717718400,2024,6,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(37285,1,1717722000,2024,6,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(37286,1,1717725600,2024,6,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(37287,1,1717729200,2024,6,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(37288,1,1717732800,2024,6,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(37289,1,1717736400,2024,6,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(37290,1,1717740000,2024,6,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(37291,1,1717743600,2024,6,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(37292,1,1717747200,2024,6,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(37293,1,1717750800,2024,6,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(37294,1,1717754400,2024,6,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(37295,1,1717758000,2024,6,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(37296,1,1717761600,2024,6,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(37297,1,1717765200,2024,6,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(37298,1,1717768800,2024,6,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(37299,1,1717772400,2024,6,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(37300,1,1717776000,2024,6,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(37301,1,1717779600,2024,6,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(37302,1,1717783200,2024,6,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(37303,1,1717786800,2024,6,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(37304,1,1717790400,2024,6,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(37305,1,1717794000,2024,6,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(37306,1,1717797600,2024,6,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(37307,1,1717801200,2024,6,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(37308,1,1717804800,2024,6,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(37309,1,1717808400,2024,6,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(37310,1,1717812000,2024,6,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(37311,1,1717815600,2024,6,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(37312,1,1717819200,2024,6,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(37313,1,1717822800,2024,6,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(37314,1,1717826400,2024,6,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(37315,1,1717830000,2024,6,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(37316,1,1717833600,2024,6,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(37317,1,1717837200,2024,6,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(37318,1,1717840800,2024,6,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(37319,1,1717844400,2024,6,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(37320,1,1717848000,2024,6,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(37321,1,1717851600,2024,6,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(37322,1,1717855200,2024,6,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(37323,1,1717858800,2024,6,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(37324,1,1717862400,2024,6,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(37325,1,1717866000,2024,6,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(37326,1,1717869600,2024,6,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(37327,1,1717873200,2024,6,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(37328,1,1717876800,2024,6,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(37329,1,1717880400,2024,6,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(37330,1,1717970400,2024,6,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(37331,1,1717974000,2024,6,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(37332,1,1717977600,2024,6,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(37333,1,1717981200,2024,6,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(37334,1,1717984800,2024,6,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(37335,1,1717988400,2024,6,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(37336,1,1717992000,2024,6,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(37337,1,1717995600,2024,6,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(37338,1,1717999200,2024,6,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(37339,1,1718002800,2024,6,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(37340,1,1718006400,2024,6,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(37341,1,1718010000,2024,6,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(37342,1,1718013600,2024,6,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(37343,1,1718017200,2024,6,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(37344,1,1718020800,2024,6,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(37345,1,1718024400,2024,6,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(37346,1,1718028000,2024,6,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(37347,1,1718031600,2024,6,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(37348,1,1718035200,2024,6,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(37349,1,1718038800,2024,6,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(37350,1,1718042400,2024,6,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(37351,1,1718046000,2024,6,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(37352,1,1718049600,2024,6,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(37353,1,1718053200,2024,6,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(37354,1,1718056800,2024,6,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(37355,1,1718060400,2024,6,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(37356,1,1718064000,2024,6,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(37357,1,1718067600,2024,6,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(37358,1,1718071200,2024,6,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(37359,1,1718074800,2024,6,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(37360,1,1718078400,2024,6,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(37361,1,1718082000,2024,6,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(37362,1,1718085600,2024,6,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(37363,1,1718089200,2024,6,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(37364,1,1718092800,2024,6,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(37365,1,1718096400,2024,6,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(37366,1,1718100000,2024,6,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(37367,1,1718103600,2024,6,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(37368,1,1718107200,2024,6,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(37369,1,1718110800,2024,6,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(37370,1,1718114400,2024,6,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(37371,1,1718118000,2024,6,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(37372,1,1718121600,2024,6,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(37373,1,1718125200,2024,6,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(37374,1,1718128800,2024,6,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(37375,1,1718132400,2024,6,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(37376,1,1718136000,2024,6,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(37377,1,1718139600,2024,6,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(37378,1,1718143200,2024,6,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(37379,1,1718146800,2024,6,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(37380,1,1718150400,2024,6,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(37381,1,1718154000,2024,6,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(37382,1,1718157600,2024,6,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(37383,1,1718161200,2024,6,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(37384,1,1718164800,2024,6,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(37385,1,1718168400,2024,6,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(37386,1,1718172000,2024,6,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(37387,1,1718175600,2024,6,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(37388,1,1718179200,2024,6,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(37389,1,1718182800,2024,6,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(37390,1,1718186400,2024,6,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(37391,1,1718190000,2024,6,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(37392,1,1718193600,2024,6,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(37393,1,1718197200,2024,6,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(37394,1,1718200800,2024,6,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(37395,1,1718204400,2024,6,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(37396,1,1718208000,2024,6,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(37397,1,1718211600,2024,6,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(37398,1,1718215200,2024,6,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(37399,1,1718218800,2024,6,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(37400,1,1718222400,2024,6,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(37401,1,1718226000,2024,6,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(37402,1,1718229600,2024,6,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(37403,1,1718233200,2024,6,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(37404,1,1718236800,2024,6,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(37405,1,1718240400,2024,6,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(37406,1,1718244000,2024,6,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(37407,1,1718247600,2024,6,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(37408,1,1718251200,2024,6,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(37409,1,1718254800,2024,6,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(37410,1,1718258400,2024,6,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(37411,1,1718262000,2024,6,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(37412,1,1718265600,2024,6,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(37413,1,1718269200,2024,6,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(37414,1,1718272800,2024,6,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(37415,1,1718276400,2024,6,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(37416,1,1718280000,2024,6,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(37417,1,1718283600,2024,6,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(37418,1,1718287200,2024,6,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(37419,1,1718290800,2024,6,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(37420,1,1718294400,2024,6,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(37421,1,1718298000,2024,6,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(37422,1,1718301600,2024,6,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(37423,1,1718305200,2024,6,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(37424,1,1718308800,2024,6,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(37425,1,1718312400,2024,6,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(37426,1,1718316000,2024,6,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(37427,1,1718319600,2024,6,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(37428,1,1718323200,2024,6,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(37429,1,1718326800,2024,6,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(37430,1,1718330400,2024,6,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(37431,1,1718334000,2024,6,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(37432,1,1718337600,2024,6,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(37433,1,1718341200,2024,6,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(37434,1,1718344800,2024,6,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(37435,1,1718348400,2024,6,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(37436,1,1718352000,2024,6,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(37437,1,1718355600,2024,6,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(37438,1,1718359200,2024,6,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(37439,1,1718362800,2024,6,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(37440,1,1718366400,2024,6,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(37441,1,1718370000,2024,6,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(37442,1,1718373600,2024,6,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(37443,1,1718377200,2024,6,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(37444,1,1718380800,2024,6,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(37445,1,1718384400,2024,6,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(37446,1,1718388000,2024,6,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(37447,1,1718391600,2024,6,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(37448,1,1718395200,2024,6,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(37449,1,1718398800,2024,6,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(37450,1,1718402400,2024,6,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(37451,1,1718406000,2024,6,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(37452,1,1718409600,2024,6,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(37453,1,1718413200,2024,6,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(37454,1,1718416800,2024,6,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(37455,1,1718420400,2024,6,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(37456,1,1718424000,2024,6,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(37457,1,1718427600,2024,6,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(37458,1,1718431200,2024,6,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(37459,1,1718434800,2024,6,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(37460,1,1718438400,2024,6,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(37461,1,1718442000,2024,6,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(37462,1,1718445600,2024,6,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(37463,1,1718449200,2024,6,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(37464,1,1718452800,2024,6,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(37465,1,1718456400,2024,6,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(37466,1,1718460000,2024,6,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(37467,1,1718463600,2024,6,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(37468,1,1718467200,2024,6,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(37469,1,1718470800,2024,6,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(37470,1,1718474400,2024,6,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(37471,1,1718478000,2024,6,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(37472,1,1718481600,2024,6,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(37473,1,1718485200,2024,6,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(37474,1,1718575200,2024,6,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(37475,1,1718578800,2024,6,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(37476,1,1718582400,2024,6,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(37477,1,1718586000,2024,6,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(37478,1,1718589600,2024,6,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(37479,1,1718593200,2024,6,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(37480,1,1718596800,2024,6,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(37481,1,1718600400,2024,6,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(37482,1,1718604000,2024,6,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(37483,1,1718607600,2024,6,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(37484,1,1718611200,2024,6,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(37485,1,1718614800,2024,6,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(37486,1,1718618400,2024,6,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(37487,1,1718622000,2024,6,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(37488,1,1718625600,2024,6,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(37489,1,1718629200,2024,6,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(37490,1,1718632800,2024,6,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(37491,1,1718636400,2024,6,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(37492,1,1718640000,2024,6,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(37493,1,1718643600,2024,6,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(37494,1,1718647200,2024,6,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(37495,1,1718650800,2024,6,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(37496,1,1718654400,2024,6,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(37497,1,1718658000,2024,6,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(37498,1,1718661600,2024,6,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(37499,1,1718665200,2024,6,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(37500,1,1718668800,2024,6,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(37501,1,1718672400,2024,6,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(37502,1,1718676000,2024,6,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(37503,1,1718679600,2024,6,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(37504,1,1718683200,2024,6,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(37505,1,1718686800,2024,6,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(37506,1,1718690400,2024,6,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(37507,1,1718694000,2024,6,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(37508,1,1718697600,2024,6,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(37509,1,1718701200,2024,6,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(37510,1,1718704800,2024,6,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(37511,1,1718708400,2024,6,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(37512,1,1718712000,2024,6,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(37513,1,1718715600,2024,6,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(37514,1,1718719200,2024,6,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(37515,1,1718722800,2024,6,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(37516,1,1718726400,2024,6,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(37517,1,1718730000,2024,6,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(37518,1,1718733600,2024,6,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(37519,1,1718737200,2024,6,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(37520,1,1718740800,2024,6,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(37521,1,1718744400,2024,6,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(37522,1,1718748000,2024,6,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(37523,1,1718751600,2024,6,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(37524,1,1718755200,2024,6,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(37525,1,1718758800,2024,6,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(37526,1,1718762400,2024,6,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(37527,1,1718766000,2024,6,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(37528,1,1718769600,2024,6,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(37529,1,1718773200,2024,6,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(37530,1,1718776800,2024,6,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(37531,1,1718780400,2024,6,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(37532,1,1718784000,2024,6,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(37533,1,1718787600,2024,6,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(37534,1,1718791200,2024,6,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(37535,1,1718794800,2024,6,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(37536,1,1718798400,2024,6,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(37537,1,1718802000,2024,6,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(37538,1,1718805600,2024,6,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(37539,1,1718809200,2024,6,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(37540,1,1718812800,2024,6,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(37541,1,1718816400,2024,6,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(37542,1,1718820000,2024,6,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(37543,1,1718823600,2024,6,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(37544,1,1718827200,2024,6,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(37545,1,1718830800,2024,6,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(37546,1,1718834400,2024,6,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(37547,1,1718838000,2024,6,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(37548,1,1718841600,2024,6,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(37549,1,1718845200,2024,6,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(37550,1,1718848800,2024,6,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(37551,1,1718852400,2024,6,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(37552,1,1718856000,2024,6,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(37553,1,1718859600,2024,6,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(37554,1,1718863200,2024,6,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(37555,1,1718866800,2024,6,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(37556,1,1718870400,2024,6,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(37557,1,1718874000,2024,6,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(37558,1,1718877600,2024,6,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(37559,1,1718881200,2024,6,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(37560,1,1718884800,2024,6,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(37561,1,1718888400,2024,6,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(37562,1,1718892000,2024,6,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(37563,1,1718895600,2024,6,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(37564,1,1718899200,2024,6,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(37565,1,1718902800,2024,6,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(37566,1,1718906400,2024,6,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(37567,1,1718910000,2024,6,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(37568,1,1718913600,2024,6,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(37569,1,1718917200,2024,6,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(37570,1,1718920800,2024,6,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(37571,1,1718924400,2024,6,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(37572,1,1718928000,2024,6,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(37573,1,1718931600,2024,6,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(37574,1,1718935200,2024,6,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(37575,1,1718938800,2024,6,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(37576,1,1718942400,2024,6,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(37577,1,1718946000,2024,6,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(37578,1,1718949600,2024,6,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(37579,1,1718953200,2024,6,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(37580,1,1718956800,2024,6,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(37581,1,1718960400,2024,6,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(37582,1,1718964000,2024,6,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(37583,1,1718967600,2024,6,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(37584,1,1718971200,2024,6,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(37585,1,1718974800,2024,6,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(37586,1,1718978400,2024,6,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(37587,1,1718982000,2024,6,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(37588,1,1718985600,2024,6,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(37589,1,1718989200,2024,6,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(37590,1,1718992800,2024,6,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(37591,1,1718996400,2024,6,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(37592,1,1719000000,2024,6,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(37593,1,1719003600,2024,6,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(37594,1,1719007200,2024,6,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(37595,1,1719010800,2024,6,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(37596,1,1719014400,2024,6,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(37597,1,1719018000,2024,6,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(37598,1,1719021600,2024,6,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(37599,1,1719025200,2024,6,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(37600,1,1719028800,2024,6,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(37601,1,1719032400,2024,6,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(37602,1,1719036000,2024,6,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(37603,1,1719039600,2024,6,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(37604,1,1719043200,2024,6,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(37605,1,1719046800,2024,6,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(37606,1,1719050400,2024,6,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(37607,1,1719054000,2024,6,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(37608,1,1719057600,2024,6,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(37609,1,1719061200,2024,6,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(37610,1,1719064800,2024,6,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(37611,1,1719068400,2024,6,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(37612,1,1719072000,2024,6,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(37613,1,1719075600,2024,6,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(37614,1,1719079200,2024,6,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(37615,1,1719082800,2024,6,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(37616,1,1719086400,2024,6,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(37617,1,1719090000,2024,6,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(37618,1,1719180000,2024,6,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(37619,1,1719183600,2024,6,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(37620,1,1719187200,2024,6,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(37621,1,1719190800,2024,6,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(37622,1,1719194400,2024,6,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(37623,1,1719198000,2024,6,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(37624,1,1719201600,2024,6,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(37625,1,1719205200,2024,6,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(37626,1,1719208800,2024,6,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(37627,1,1719212400,2024,6,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(37628,1,1719216000,2024,6,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(37629,1,1719219600,2024,6,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(37630,1,1719223200,2024,6,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(37631,1,1719226800,2024,6,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(37632,1,1719230400,2024,6,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(37633,1,1719234000,2024,6,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(37634,1,1719237600,2024,6,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(37635,1,1719241200,2024,6,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(37636,1,1719244800,2024,6,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(37637,1,1719248400,2024,6,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(37638,1,1719252000,2024,6,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(37639,1,1719255600,2024,6,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(37640,1,1719259200,2024,6,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(37641,1,1719262800,2024,6,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(37642,1,1719266400,2024,6,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(37643,1,1719270000,2024,6,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(37644,1,1719273600,2024,6,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(37645,1,1719277200,2024,6,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(37646,1,1719280800,2024,6,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(37647,1,1719284400,2024,6,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(37648,1,1719288000,2024,6,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(37649,1,1719291600,2024,6,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(37650,1,1719295200,2024,6,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(37651,1,1719298800,2024,6,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(37652,1,1719302400,2024,6,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(37653,1,1719306000,2024,6,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(37654,1,1719309600,2024,6,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(37655,1,1719313200,2024,6,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(37656,1,1719316800,2024,6,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(37657,1,1719320400,2024,6,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(37658,1,1719324000,2024,6,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(37659,1,1719327600,2024,6,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(37660,1,1719331200,2024,6,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(37661,1,1719334800,2024,6,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(37662,1,1719338400,2024,6,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(37663,1,1719342000,2024,6,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(37664,1,1719345600,2024,6,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(37665,1,1719349200,2024,6,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(37666,1,1719352800,2024,6,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(37667,1,1719356400,2024,6,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(37668,1,1719360000,2024,6,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(37669,1,1719363600,2024,6,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(37670,1,1719367200,2024,6,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(37671,1,1719370800,2024,6,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(37672,1,1719374400,2024,6,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(37673,1,1719378000,2024,6,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(37674,1,1719381600,2024,6,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(37675,1,1719385200,2024,6,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(37676,1,1719388800,2024,6,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(37677,1,1719392400,2024,6,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(37678,1,1719396000,2024,6,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(37679,1,1719399600,2024,6,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(37680,1,1719403200,2024,6,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(37681,1,1719406800,2024,6,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(37682,1,1719410400,2024,6,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(37683,1,1719414000,2024,6,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(37684,1,1719417600,2024,6,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(37685,1,1719421200,2024,6,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(37686,1,1719424800,2024,6,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(37687,1,1719428400,2024,6,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(37688,1,1719432000,2024,6,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(37689,1,1719435600,2024,6,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(37690,1,1719439200,2024,6,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(37691,1,1719442800,2024,6,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(37692,1,1719446400,2024,6,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(37693,1,1719450000,2024,6,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(37694,1,1719453600,2024,6,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(37695,1,1719457200,2024,6,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(37696,1,1719460800,2024,6,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(37697,1,1719464400,2024,6,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(37698,1,1719468000,2024,6,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(37699,1,1719471600,2024,6,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(37700,1,1719475200,2024,6,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(37701,1,1719478800,2024,6,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(37702,1,1719482400,2024,6,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(37703,1,1719486000,2024,6,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(37704,1,1719489600,2024,6,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(37705,1,1719493200,2024,6,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(37706,1,1719496800,2024,6,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(37707,1,1719500400,2024,6,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(37708,1,1719504000,2024,6,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(37709,1,1719507600,2024,6,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(37710,1,1719511200,2024,6,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(37711,1,1719514800,2024,6,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(37712,1,1719518400,2024,6,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(37713,1,1719522000,2024,6,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(37714,1,1719525600,2024,6,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(37715,1,1719529200,2024,6,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(37716,1,1719532800,2024,6,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(37717,1,1719536400,2024,6,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(37718,1,1719540000,2024,6,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(37719,1,1719543600,2024,6,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(37720,1,1719547200,2024,6,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(37721,1,1719550800,2024,6,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(37722,1,1719554400,2024,6,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(37723,1,1719558000,2024,6,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(37724,1,1719561600,2024,6,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(37725,1,1719565200,2024,6,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(37726,1,1719568800,2024,6,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(37727,1,1719572400,2024,6,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(37728,1,1719576000,2024,6,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(37729,1,1719579600,2024,6,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(37730,1,1719583200,2024,6,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(37731,1,1719586800,2024,6,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(37732,1,1719590400,2024,6,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(37733,1,1719594000,2024,6,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(37734,1,1719597600,2024,6,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(37735,1,1719601200,2024,6,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(37736,1,1719604800,2024,6,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(37737,1,1719608400,2024,6,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(37738,1,1719612000,2024,6,29,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(37739,1,1719615600,2024,6,29,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(37740,1,1719619200,2024,6,29,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(37741,1,1719622800,2024,6,29,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(37742,1,1719626400,2024,6,29,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(37743,1,1719630000,2024,6,29,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(37744,1,1719633600,2024,6,29,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(37745,1,1719637200,2024,6,29,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(37746,1,1719640800,2024,6,29,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(37747,1,1719644400,2024,6,29,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(37748,1,1719648000,2024,6,29,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(37749,1,1719651600,2024,6,29,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(37750,1,1719655200,2024,6,29,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(37751,1,1719658800,2024,6,29,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(37752,1,1719662400,2024,6,29,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(37753,1,1719666000,2024,6,29,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(37754,1,1719669600,2024,6,29,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(37755,1,1719673200,2024,6,29,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(37756,1,1719676800,2024,6,29,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(37757,1,1719680400,2024,6,29,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(37758,1,1719684000,2024,6,29,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(37759,1,1719687600,2024,6,29,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(37760,1,1719691200,2024,6,29,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(37761,1,1719694800,2024,6,29,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(37762,1,1719784800,2024,7,1,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(37763,1,1719788400,2024,7,1,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(37764,1,1719792000,2024,7,1,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(37765,1,1719795600,2024,7,1,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(37766,1,1719799200,2024,7,1,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(37767,1,1719802800,2024,7,1,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(37768,1,1719806400,2024,7,1,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(37769,1,1719810000,2024,7,1,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(37770,1,1719813600,2024,7,1,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(37771,1,1719817200,2024,7,1,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(37772,1,1719820800,2024,7,1,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(37773,1,1719824400,2024,7,1,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(37774,1,1719828000,2024,7,1,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(37775,1,1719831600,2024,7,1,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(37776,1,1719835200,2024,7,1,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(37777,1,1719838800,2024,7,1,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(37778,1,1719842400,2024,7,1,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(37779,1,1719846000,2024,7,1,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(37780,1,1719849600,2024,7,1,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(37781,1,1719853200,2024,7,1,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(37782,1,1719856800,2024,7,1,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(37783,1,1719860400,2024,7,1,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(37784,1,1719864000,2024,7,1,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(37785,1,1719867600,2024,7,1,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(37786,1,1719871200,2024,7,2,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(37787,1,1719874800,2024,7,2,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(37788,1,1719878400,2024,7,2,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(37789,1,1719882000,2024,7,2,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(37790,1,1719885600,2024,7,2,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(37791,1,1719889200,2024,7,2,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(37792,1,1719892800,2024,7,2,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(37793,1,1719896400,2024,7,2,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(37794,1,1719900000,2024,7,2,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(37795,1,1719903600,2024,7,2,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(37796,1,1719907200,2024,7,2,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(37797,1,1719910800,2024,7,2,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(37798,1,1719914400,2024,7,2,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(37799,1,1719918000,2024,7,2,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(37800,1,1719921600,2024,7,2,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(37801,1,1719925200,2024,7,2,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(37802,1,1719928800,2024,7,2,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(37803,1,1719932400,2024,7,2,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(37804,1,1719936000,2024,7,2,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(37805,1,1719939600,2024,7,2,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(37806,1,1719943200,2024,7,2,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(37807,1,1719946800,2024,7,2,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(37808,1,1719950400,2024,7,2,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(37809,1,1719954000,2024,7,2,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(37810,1,1719957600,2024,7,3,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(37811,1,1719961200,2024,7,3,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(37812,1,1719964800,2024,7,3,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(37813,1,1719968400,2024,7,3,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(37814,1,1719972000,2024,7,3,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(37815,1,1719975600,2024,7,3,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(37816,1,1719979200,2024,7,3,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(37817,1,1719982800,2024,7,3,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(37818,1,1719986400,2024,7,3,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(37819,1,1719990000,2024,7,3,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(37820,1,1719993600,2024,7,3,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(37821,1,1719997200,2024,7,3,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(37822,1,1720000800,2024,7,3,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(37823,1,1720004400,2024,7,3,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(37824,1,1720008000,2024,7,3,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(37825,1,1720011600,2024,7,3,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(37826,1,1720015200,2024,7,3,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(37827,1,1720018800,2024,7,3,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(37828,1,1720022400,2024,7,3,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(37829,1,1720026000,2024,7,3,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(37830,1,1720029600,2024,7,3,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(37831,1,1720033200,2024,7,3,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(37832,1,1720036800,2024,7,3,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(37833,1,1720040400,2024,7,3,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(37834,1,1720044000,2024,7,4,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(37835,1,1720047600,2024,7,4,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(37836,1,1720051200,2024,7,4,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(37837,1,1720054800,2024,7,4,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(37838,1,1720058400,2024,7,4,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(37839,1,1720062000,2024,7,4,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(37840,1,1720065600,2024,7,4,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(37841,1,1720069200,2024,7,4,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(37842,1,1720072800,2024,7,4,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(37843,1,1720076400,2024,7,4,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(37844,1,1720080000,2024,7,4,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(37845,1,1720083600,2024,7,4,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(37846,1,1720087200,2024,7,4,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(37847,1,1720090800,2024,7,4,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(37848,1,1720094400,2024,7,4,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(37849,1,1720098000,2024,7,4,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(37850,1,1720101600,2024,7,4,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(37851,1,1720105200,2024,7,4,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(37852,1,1720108800,2024,7,4,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(37853,1,1720112400,2024,7,4,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(37854,1,1720116000,2024,7,4,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(37855,1,1720119600,2024,7,4,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(37856,1,1720123200,2024,7,4,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(37857,1,1720126800,2024,7,4,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(37858,1,1720130400,2024,7,5,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(37859,1,1720134000,2024,7,5,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(37860,1,1720137600,2024,7,5,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(37861,1,1720141200,2024,7,5,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(37862,1,1720144800,2024,7,5,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(37863,1,1720148400,2024,7,5,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(37864,1,1720152000,2024,7,5,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(37865,1,1720155600,2024,7,5,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(37866,1,1720159200,2024,7,5,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(37867,1,1720162800,2024,7,5,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(37868,1,1720166400,2024,7,5,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(37869,1,1720170000,2024,7,5,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(37870,1,1720173600,2024,7,5,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(37871,1,1720177200,2024,7,5,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(37872,1,1720180800,2024,7,5,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(37873,1,1720184400,2024,7,5,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(37874,1,1720188000,2024,7,5,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(37875,1,1720191600,2024,7,5,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(37876,1,1720195200,2024,7,5,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(37877,1,1720198800,2024,7,5,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(37878,1,1720202400,2024,7,5,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(37879,1,1720206000,2024,7,5,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(37880,1,1720209600,2024,7,5,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(37881,1,1720213200,2024,7,5,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(37882,1,1720216800,2024,7,6,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(37883,1,1720220400,2024,7,6,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(37884,1,1720224000,2024,7,6,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(37885,1,1720227600,2024,7,6,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(37886,1,1720231200,2024,7,6,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(37887,1,1720234800,2024,7,6,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(37888,1,1720238400,2024,7,6,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(37889,1,1720242000,2024,7,6,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(37890,1,1720245600,2024,7,6,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(37891,1,1720249200,2024,7,6,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(37892,1,1720252800,2024,7,6,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(37893,1,1720256400,2024,7,6,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(37894,1,1720260000,2024,7,6,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(37895,1,1720263600,2024,7,6,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(37896,1,1720267200,2024,7,6,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(37897,1,1720270800,2024,7,6,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(37898,1,1720274400,2024,7,6,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(37899,1,1720278000,2024,7,6,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(37900,1,1720281600,2024,7,6,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(37901,1,1720285200,2024,7,6,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(37902,1,1720288800,2024,7,6,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(37903,1,1720292400,2024,7,6,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(37904,1,1720296000,2024,7,6,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(37905,1,1720299600,2024,7,6,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(37906,1,1720389600,2024,7,8,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(37907,1,1720393200,2024,7,8,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(37908,1,1720396800,2024,7,8,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(37909,1,1720400400,2024,7,8,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(37910,1,1720404000,2024,7,8,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(37911,1,1720407600,2024,7,8,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(37912,1,1720411200,2024,7,8,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(37913,1,1720414800,2024,7,8,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(37914,1,1720418400,2024,7,8,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(37915,1,1720422000,2024,7,8,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(37916,1,1720425600,2024,7,8,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(37917,1,1720429200,2024,7,8,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(37918,1,1720432800,2024,7,8,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(37919,1,1720436400,2024,7,8,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(37920,1,1720440000,2024,7,8,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(37921,1,1720443600,2024,7,8,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(37922,1,1720447200,2024,7,8,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(37923,1,1720450800,2024,7,8,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(37924,1,1720454400,2024,7,8,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(37925,1,1720458000,2024,7,8,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(37926,1,1720461600,2024,7,8,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(37927,1,1720465200,2024,7,8,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(37928,1,1720468800,2024,7,8,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(37929,1,1720472400,2024,7,8,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(37930,1,1720476000,2024,7,9,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(37931,1,1720479600,2024,7,9,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(37932,1,1720483200,2024,7,9,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(37933,1,1720486800,2024,7,9,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(37934,1,1720490400,2024,7,9,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(37935,1,1720494000,2024,7,9,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(37936,1,1720497600,2024,7,9,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(37937,1,1720501200,2024,7,9,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(37938,1,1720504800,2024,7,9,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(37939,1,1720508400,2024,7,9,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(37940,1,1720512000,2024,7,9,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(37941,1,1720515600,2024,7,9,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(37942,1,1720519200,2024,7,9,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(37943,1,1720522800,2024,7,9,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(37944,1,1720526400,2024,7,9,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(37945,1,1720530000,2024,7,9,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(37946,1,1720533600,2024,7,9,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(37947,1,1720537200,2024,7,9,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(37948,1,1720540800,2024,7,9,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(37949,1,1720544400,2024,7,9,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(37950,1,1720548000,2024,7,9,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(37951,1,1720551600,2024,7,9,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(37952,1,1720555200,2024,7,9,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(37953,1,1720558800,2024,7,9,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(37954,1,1720562400,2024,7,10,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(37955,1,1720566000,2024,7,10,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(37956,1,1720569600,2024,7,10,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(37957,1,1720573200,2024,7,10,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(37958,1,1720576800,2024,7,10,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(37959,1,1720580400,2024,7,10,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(37960,1,1720584000,2024,7,10,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(37961,1,1720587600,2024,7,10,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(37962,1,1720591200,2024,7,10,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(37963,1,1720594800,2024,7,10,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(37964,1,1720598400,2024,7,10,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(37965,1,1720602000,2024,7,10,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(37966,1,1720605600,2024,7,10,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(37967,1,1720609200,2024,7,10,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(37968,1,1720612800,2024,7,10,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(37969,1,1720616400,2024,7,10,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(37970,1,1720620000,2024,7,10,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(37971,1,1720623600,2024,7,10,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(37972,1,1720627200,2024,7,10,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(37973,1,1720630800,2024,7,10,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(37974,1,1720634400,2024,7,10,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(37975,1,1720638000,2024,7,10,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(37976,1,1720641600,2024,7,10,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(37977,1,1720645200,2024,7,10,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(37978,1,1720648800,2024,7,11,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(37979,1,1720652400,2024,7,11,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(37980,1,1720656000,2024,7,11,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(37981,1,1720659600,2024,7,11,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(37982,1,1720663200,2024,7,11,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(37983,1,1720666800,2024,7,11,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(37984,1,1720670400,2024,7,11,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(37985,1,1720674000,2024,7,11,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(37986,1,1720677600,2024,7,11,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(37987,1,1720681200,2024,7,11,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(37988,1,1720684800,2024,7,11,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(37989,1,1720688400,2024,7,11,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(37990,1,1720692000,2024,7,11,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(37991,1,1720695600,2024,7,11,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(37992,1,1720699200,2024,7,11,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(37993,1,1720702800,2024,7,11,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(37994,1,1720706400,2024,7,11,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(37995,1,1720710000,2024,7,11,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(37996,1,1720713600,2024,7,11,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(37997,1,1720717200,2024,7,11,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(37998,1,1720720800,2024,7,11,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(37999,1,1720724400,2024,7,11,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(38000,1,1720728000,2024,7,11,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(38001,1,1720731600,2024,7,11,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(38002,1,1720735200,2024,7,12,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(38003,1,1720738800,2024,7,12,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(38004,1,1720742400,2024,7,12,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(38005,1,1720746000,2024,7,12,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(38006,1,1720749600,2024,7,12,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(38007,1,1720753200,2024,7,12,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(38008,1,1720756800,2024,7,12,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(38009,1,1720760400,2024,7,12,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(38010,1,1720764000,2024,7,12,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(38011,1,1720767600,2024,7,12,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(38012,1,1720771200,2024,7,12,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(38013,1,1720774800,2024,7,12,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(38014,1,1720778400,2024,7,12,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(38015,1,1720782000,2024,7,12,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(38016,1,1720785600,2024,7,12,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(38017,1,1720789200,2024,7,12,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(38018,1,1720792800,2024,7,12,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(38019,1,1720796400,2024,7,12,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(38020,1,1720800000,2024,7,12,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(38021,1,1720803600,2024,7,12,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(38022,1,1720807200,2024,7,12,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(38023,1,1720810800,2024,7,12,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(38024,1,1720814400,2024,7,12,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(38025,1,1720818000,2024,7,12,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(38026,1,1720821600,2024,7,13,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(38027,1,1720825200,2024,7,13,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(38028,1,1720828800,2024,7,13,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(38029,1,1720832400,2024,7,13,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(38030,1,1720836000,2024,7,13,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(38031,1,1720839600,2024,7,13,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(38032,1,1720843200,2024,7,13,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(38033,1,1720846800,2024,7,13,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(38034,1,1720850400,2024,7,13,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(38035,1,1720854000,2024,7,13,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(38036,1,1720857600,2024,7,13,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(38037,1,1720861200,2024,7,13,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(38038,1,1720864800,2024,7,13,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(38039,1,1720868400,2024,7,13,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(38040,1,1720872000,2024,7,13,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(38041,1,1720875600,2024,7,13,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(38042,1,1720879200,2024,7,13,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(38043,1,1720882800,2024,7,13,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(38044,1,1720886400,2024,7,13,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(38045,1,1720890000,2024,7,13,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(38046,1,1720893600,2024,7,13,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(38047,1,1720897200,2024,7,13,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(38048,1,1720900800,2024,7,13,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(38049,1,1720904400,2024,7,13,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(38050,1,1720994400,2024,7,15,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(38051,1,1720998000,2024,7,15,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(38052,1,1721001600,2024,7,15,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(38053,1,1721005200,2024,7,15,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(38054,1,1721008800,2024,7,15,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(38055,1,1721012400,2024,7,15,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(38056,1,1721016000,2024,7,15,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(38057,1,1721019600,2024,7,15,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(38058,1,1721023200,2024,7,15,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(38059,1,1721026800,2024,7,15,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(38060,1,1721030400,2024,7,15,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(38061,1,1721034000,2024,7,15,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(38062,1,1721037600,2024,7,15,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(38063,1,1721041200,2024,7,15,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(38064,1,1721044800,2024,7,15,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(38065,1,1721048400,2024,7,15,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(38066,1,1721052000,2024,7,15,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(38067,1,1721055600,2024,7,15,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(38068,1,1721059200,2024,7,15,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(38069,1,1721062800,2024,7,15,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(38070,1,1721066400,2024,7,15,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(38071,1,1721070000,2024,7,15,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(38072,1,1721073600,2024,7,15,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(38073,1,1721077200,2024,7,15,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(38074,1,1721080800,2024,7,16,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(38075,1,1721084400,2024,7,16,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(38076,1,1721088000,2024,7,16,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(38077,1,1721091600,2024,7,16,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(38078,1,1721095200,2024,7,16,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(38079,1,1721098800,2024,7,16,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(38080,1,1721102400,2024,7,16,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(38081,1,1721106000,2024,7,16,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(38082,1,1721109600,2024,7,16,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(38083,1,1721113200,2024,7,16,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(38084,1,1721116800,2024,7,16,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(38085,1,1721120400,2024,7,16,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(38086,1,1721124000,2024,7,16,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(38087,1,1721127600,2024,7,16,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(38088,1,1721131200,2024,7,16,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(38089,1,1721134800,2024,7,16,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(38090,1,1721138400,2024,7,16,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(38091,1,1721142000,2024,7,16,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(38092,1,1721145600,2024,7,16,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(38093,1,1721149200,2024,7,16,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(38094,1,1721152800,2024,7,16,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(38095,1,1721156400,2024,7,16,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(38096,1,1721160000,2024,7,16,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(38097,1,1721163600,2024,7,16,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(38098,1,1721167200,2024,7,17,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(38099,1,1721170800,2024,7,17,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(38100,1,1721174400,2024,7,17,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(38101,1,1721178000,2024,7,17,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(38102,1,1721181600,2024,7,17,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(38103,1,1721185200,2024,7,17,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(38104,1,1721188800,2024,7,17,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(38105,1,1721192400,2024,7,17,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(38106,1,1721196000,2024,7,17,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(38107,1,1721199600,2024,7,17,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(38108,1,1721203200,2024,7,17,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(38109,1,1721206800,2024,7,17,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(38110,1,1721210400,2024,7,17,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(38111,1,1721214000,2024,7,17,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(38112,1,1721217600,2024,7,17,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(38113,1,1721221200,2024,7,17,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(38114,1,1721224800,2024,7,17,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(38115,1,1721228400,2024,7,17,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(38116,1,1721232000,2024,7,17,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(38117,1,1721235600,2024,7,17,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(38118,1,1721239200,2024,7,17,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(38119,1,1721242800,2024,7,17,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(38120,1,1721246400,2024,7,17,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(38121,1,1721250000,2024,7,17,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(38122,1,1721253600,2024,7,18,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(38123,1,1721257200,2024,7,18,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(38124,1,1721260800,2024,7,18,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(38125,1,1721264400,2024,7,18,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(38126,1,1721268000,2024,7,18,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(38127,1,1721271600,2024,7,18,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(38128,1,1721275200,2024,7,18,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(38129,1,1721278800,2024,7,18,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(38130,1,1721282400,2024,7,18,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(38131,1,1721286000,2024,7,18,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(38132,1,1721289600,2024,7,18,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(38133,1,1721293200,2024,7,18,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(38134,1,1721296800,2024,7,18,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(38135,1,1721300400,2024,7,18,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(38136,1,1721304000,2024,7,18,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(38137,1,1721307600,2024,7,18,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(38138,1,1721311200,2024,7,18,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(38139,1,1721314800,2024,7,18,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(38140,1,1721318400,2024,7,18,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(38141,1,1721322000,2024,7,18,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(38142,1,1721325600,2024,7,18,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(38143,1,1721329200,2024,7,18,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(38144,1,1721332800,2024,7,18,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(38145,1,1721336400,2024,7,18,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(38146,1,1721340000,2024,7,19,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(38147,1,1721343600,2024,7,19,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(38148,1,1721347200,2024,7,19,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(38149,1,1721350800,2024,7,19,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(38150,1,1721354400,2024,7,19,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(38151,1,1721358000,2024,7,19,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(38152,1,1721361600,2024,7,19,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(38153,1,1721365200,2024,7,19,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(38154,1,1721368800,2024,7,19,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(38155,1,1721372400,2024,7,19,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(38156,1,1721376000,2024,7,19,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(38157,1,1721379600,2024,7,19,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(38158,1,1721383200,2024,7,19,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(38159,1,1721386800,2024,7,19,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(38160,1,1721390400,2024,7,19,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(38161,1,1721394000,2024,7,19,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(38162,1,1721397600,2024,7,19,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(38163,1,1721401200,2024,7,19,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(38164,1,1721404800,2024,7,19,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(38165,1,1721408400,2024,7,19,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(38166,1,1721412000,2024,7,19,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(38167,1,1721415600,2024,7,19,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(38168,1,1721419200,2024,7,19,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(38169,1,1721422800,2024,7,19,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(38170,1,1721426400,2024,7,20,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(38171,1,1721430000,2024,7,20,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(38172,1,1721433600,2024,7,20,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(38173,1,1721437200,2024,7,20,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(38174,1,1721440800,2024,7,20,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(38175,1,1721444400,2024,7,20,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(38176,1,1721448000,2024,7,20,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(38177,1,1721451600,2024,7,20,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(38178,1,1721455200,2024,7,20,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(38179,1,1721458800,2024,7,20,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(38180,1,1721462400,2024,7,20,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(38181,1,1721466000,2024,7,20,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(38182,1,1721469600,2024,7,20,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(38183,1,1721473200,2024,7,20,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(38184,1,1721476800,2024,7,20,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(38185,1,1721480400,2024,7,20,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(38186,1,1721484000,2024,7,20,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(38187,1,1721487600,2024,7,20,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(38188,1,1721491200,2024,7,20,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(38189,1,1721494800,2024,7,20,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(38190,1,1721498400,2024,7,20,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(38191,1,1721502000,2024,7,20,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(38192,1,1721505600,2024,7,20,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(38193,1,1721509200,2024,7,20,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(38194,1,1721599200,2024,7,22,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(38195,1,1721602800,2024,7,22,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(38196,1,1721606400,2024,7,22,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(38197,1,1721610000,2024,7,22,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(38198,1,1721613600,2024,7,22,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(38199,1,1721617200,2024,7,22,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(38200,1,1721620800,2024,7,22,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(38201,1,1721624400,2024,7,22,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(38202,1,1721628000,2024,7,22,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(38203,1,1721631600,2024,7,22,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(38204,1,1721635200,2024,7,22,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(38205,1,1721638800,2024,7,22,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(38206,1,1721642400,2024,7,22,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(38207,1,1721646000,2024,7,22,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(38208,1,1721649600,2024,7,22,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(38209,1,1721653200,2024,7,22,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(38210,1,1721656800,2024,7,22,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(38211,1,1721660400,2024,7,22,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(38212,1,1721664000,2024,7,22,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(38213,1,1721667600,2024,7,22,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(38214,1,1721671200,2024,7,22,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(38215,1,1721674800,2024,7,22,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(38216,1,1721678400,2024,7,22,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(38217,1,1721682000,2024,7,22,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(38218,1,1721685600,2024,7,23,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(38219,1,1721689200,2024,7,23,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(38220,1,1721692800,2024,7,23,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(38221,1,1721696400,2024,7,23,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(38222,1,1721700000,2024,7,23,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(38223,1,1721703600,2024,7,23,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(38224,1,1721707200,2024,7,23,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(38225,1,1721710800,2024,7,23,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(38226,1,1721714400,2024,7,23,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(38227,1,1721718000,2024,7,23,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(38228,1,1721721600,2024,7,23,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(38229,1,1721725200,2024,7,23,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(38230,1,1721728800,2024,7,23,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(38231,1,1721732400,2024,7,23,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(38232,1,1721736000,2024,7,23,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(38233,1,1721739600,2024,7,23,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(38234,1,1721743200,2024,7,23,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(38235,1,1721746800,2024,7,23,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(38236,1,1721750400,2024,7,23,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(38237,1,1721754000,2024,7,23,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(38238,1,1721757600,2024,7,23,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(38239,1,1721761200,2024,7,23,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(38240,1,1721764800,2024,7,23,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(38241,1,1721768400,2024,7,23,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(38242,1,1721772000,2024,7,24,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(38243,1,1721775600,2024,7,24,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(38244,1,1721779200,2024,7,24,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(38245,1,1721782800,2024,7,24,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(38246,1,1721786400,2024,7,24,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(38247,1,1721790000,2024,7,24,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(38248,1,1721793600,2024,7,24,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(38249,1,1721797200,2024,7,24,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(38250,1,1721800800,2024,7,24,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(38251,1,1721804400,2024,7,24,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(38252,1,1721808000,2024,7,24,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(38253,1,1721811600,2024,7,24,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(38254,1,1721815200,2024,7,24,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(38255,1,1721818800,2024,7,24,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(38256,1,1721822400,2024,7,24,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(38257,1,1721826000,2024,7,24,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(38258,1,1721829600,2024,7,24,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(38259,1,1721833200,2024,7,24,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(38260,1,1721836800,2024,7,24,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(38261,1,1721840400,2024,7,24,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(38262,1,1721844000,2024,7,24,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(38263,1,1721847600,2024,7,24,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(38264,1,1721851200,2024,7,24,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(38265,1,1721854800,2024,7,24,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(38266,1,1721858400,2024,7,25,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(38267,1,1721862000,2024,7,25,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(38268,1,1721865600,2024,7,25,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(38269,1,1721869200,2024,7,25,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(38270,1,1721872800,2024,7,25,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(38271,1,1721876400,2024,7,25,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(38272,1,1721880000,2024,7,25,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(38273,1,1721883600,2024,7,25,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(38274,1,1721887200,2024,7,25,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(38275,1,1721890800,2024,7,25,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(38276,1,1721894400,2024,7,25,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(38277,1,1721898000,2024,7,25,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(38278,1,1721901600,2024,7,25,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(38279,1,1721905200,2024,7,25,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(38280,1,1721908800,2024,7,25,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(38281,1,1721912400,2024,7,25,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(38282,1,1721916000,2024,7,25,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(38283,1,1721919600,2024,7,25,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(38284,1,1721923200,2024,7,25,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(38285,1,1721926800,2024,7,25,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(38286,1,1721930400,2024,7,25,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(38287,1,1721934000,2024,7,25,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(38288,1,1721937600,2024,7,25,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(38289,1,1721941200,2024,7,25,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(38290,1,1721944800,2024,7,26,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(38291,1,1721948400,2024,7,26,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(38292,1,1721952000,2024,7,26,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(38293,1,1721955600,2024,7,26,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(38294,1,1721959200,2024,7,26,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(38295,1,1721962800,2024,7,26,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(38296,1,1721966400,2024,7,26,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(38297,1,1721970000,2024,7,26,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(38298,1,1721973600,2024,7,26,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(38299,1,1721977200,2024,7,26,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(38300,1,1721980800,2024,7,26,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(38301,1,1721984400,2024,7,26,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(38302,1,1721988000,2024,7,26,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(38303,1,1721991600,2024,7,26,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(38304,1,1721995200,2024,7,26,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(38305,1,1721998800,2024,7,26,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(38306,1,1722002400,2024,7,26,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(38307,1,1722006000,2024,7,26,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(38308,1,1722009600,2024,7,26,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(38309,1,1722013200,2024,7,26,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(38310,1,1722016800,2024,7,26,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(38311,1,1722020400,2024,7,26,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(38312,1,1722024000,2024,7,26,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(38313,1,1722027600,2024,7,26,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(38314,1,1722031200,2024,7,27,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(38315,1,1722034800,2024,7,27,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(38316,1,1722038400,2024,7,27,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(38317,1,1722042000,2024,7,27,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(38318,1,1722045600,2024,7,27,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(38319,1,1722049200,2024,7,27,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(38320,1,1722052800,2024,7,27,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(38321,1,1722056400,2024,7,27,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(38322,1,1722060000,2024,7,27,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(38323,1,1722063600,2024,7,27,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(38324,1,1722067200,2024,7,27,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(38325,1,1722070800,2024,7,27,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(38326,1,1722074400,2024,7,27,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(38327,1,1722078000,2024,7,27,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(38328,1,1722081600,2024,7,27,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(38329,1,1722085200,2024,7,27,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(38330,1,1722088800,2024,7,27,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(38331,1,1722092400,2024,7,27,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(38332,1,1722096000,2024,7,27,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(38333,1,1722099600,2024,7,27,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(38334,1,1722103200,2024,7,27,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(38335,1,1722106800,2024,7,27,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(38336,1,1722110400,2024,7,27,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(38337,1,1722114000,2024,7,27,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(38338,1,1722204000,2024,7,29,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(38339,1,1722207600,2024,7,29,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(38340,1,1722211200,2024,7,29,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(38341,1,1722214800,2024,7,29,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(38342,1,1722218400,2024,7,29,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(38343,1,1722222000,2024,7,29,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(38344,1,1722225600,2024,7,29,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(38345,1,1722229200,2024,7,29,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(38346,1,1722232800,2024,7,29,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(38347,1,1722236400,2024,7,29,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(38348,1,1722240000,2024,7,29,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(38349,1,1722243600,2024,7,29,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(38350,1,1722247200,2024,7,29,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(38351,1,1722250800,2024,7,29,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(38352,1,1722254400,2024,7,29,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(38353,1,1722258000,2024,7,29,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(38354,1,1722261600,2024,7,29,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(38355,1,1722265200,2024,7,29,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(38356,1,1722268800,2024,7,29,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(38357,1,1722272400,2024,7,29,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(38358,1,1722276000,2024,7,29,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(38359,1,1722279600,2024,7,29,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(38360,1,1722283200,2024,7,29,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(38361,1,1722286800,2024,7,29,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(38362,1,1722290400,2024,7,30,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(38363,1,1722294000,2024,7,30,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(38364,1,1722297600,2024,7,30,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(38365,1,1722301200,2024,7,30,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(38366,1,1722304800,2024,7,30,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(38367,1,1722308400,2024,7,30,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(38368,1,1722312000,2024,7,30,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(38369,1,1722315600,2024,7,30,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(38370,1,1722319200,2024,7,30,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(38371,1,1722322800,2024,7,30,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(38372,1,1722326400,2024,7,30,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(38373,1,1722330000,2024,7,30,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(38374,1,1722333600,2024,7,30,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(38375,1,1722337200,2024,7,30,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(38376,1,1722340800,2024,7,30,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(38377,1,1722344400,2024,7,30,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(38378,1,1722348000,2024,7,30,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(38379,1,1722351600,2024,7,30,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(38380,1,1722355200,2024,7,30,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(38381,1,1722358800,2024,7,30,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(38382,1,1722362400,2024,7,30,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(38383,1,1722366000,2024,7,30,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(38384,1,1722369600,2024,7,30,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(38385,1,1722373200,2024,7,30,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(38386,1,1722376800,2024,7,31,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(38387,1,1722380400,2024,7,31,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(38388,1,1722384000,2024,7,31,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(38389,1,1722387600,2024,7,31,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(38390,1,1722391200,2024,7,31,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(38391,1,1722394800,2024,7,31,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(38392,1,1722398400,2024,7,31,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(38393,1,1722402000,2024,7,31,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(38394,1,1722405600,2024,7,31,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(38395,1,1722409200,2024,7,31,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(38396,1,1722412800,2024,7,31,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(38397,1,1722416400,2024,7,31,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(38398,1,1722420000,2024,7,31,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(38399,1,1722423600,2024,7,31,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(38400,1,1722427200,2024,7,31,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(38401,1,1722430800,2024,7,31,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(38402,1,1722434400,2024,7,31,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(38403,1,1722438000,2024,7,31,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(38404,1,1722441600,2024,7,31,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(38405,1,1722445200,2024,7,31,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(38406,1,1722448800,2024,7,31,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(38407,1,1722452400,2024,7,31,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(38408,1,1722456000,2024,7,31,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(38409,1,1722459600,2024,7,31,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(38410,1,1722463200,2024,8,1,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(38411,1,1722466800,2024,8,1,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(38412,1,1722470400,2024,8,1,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(38413,1,1722474000,2024,8,1,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(38414,1,1722477600,2024,8,1,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(38415,1,1722481200,2024,8,1,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(38416,1,1722484800,2024,8,1,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(38417,1,1722488400,2024,8,1,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(38418,1,1722492000,2024,8,1,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(38419,1,1722495600,2024,8,1,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(38420,1,1722499200,2024,8,1,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(38421,1,1722502800,2024,8,1,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(38422,1,1722506400,2024,8,1,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(38423,1,1722510000,2024,8,1,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(38424,1,1722513600,2024,8,1,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(38425,1,1722517200,2024,8,1,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(38426,1,1722520800,2024,8,1,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(38427,1,1722524400,2024,8,1,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(38428,1,1722528000,2024,8,1,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(38429,1,1722531600,2024,8,1,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(38430,1,1722535200,2024,8,1,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(38431,1,1722538800,2024,8,1,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(38432,1,1722542400,2024,8,1,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(38433,1,1722546000,2024,8,1,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(38434,1,1722549600,2024,8,2,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(38435,1,1722553200,2024,8,2,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(38436,1,1722556800,2024,8,2,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(38437,1,1722560400,2024,8,2,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(38438,1,1722564000,2024,8,2,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(38439,1,1722567600,2024,8,2,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(38440,1,1722571200,2024,8,2,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(38441,1,1722574800,2024,8,2,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(38442,1,1722578400,2024,8,2,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(38443,1,1722582000,2024,8,2,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(38444,1,1722585600,2024,8,2,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(38445,1,1722589200,2024,8,2,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(38446,1,1722592800,2024,8,2,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(38447,1,1722596400,2024,8,2,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(38448,1,1722600000,2024,8,2,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(38449,1,1722603600,2024,8,2,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(38450,1,1722607200,2024,8,2,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(38451,1,1722610800,2024,8,2,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(38452,1,1722614400,2024,8,2,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(38453,1,1722618000,2024,8,2,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(38454,1,1722621600,2024,8,2,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(38455,1,1722625200,2024,8,2,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(38456,1,1722628800,2024,8,2,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(38457,1,1722632400,2024,8,2,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(38458,1,1722636000,2024,8,3,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(38459,1,1722639600,2024,8,3,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(38460,1,1722643200,2024,8,3,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(38461,1,1722646800,2024,8,3,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(38462,1,1722650400,2024,8,3,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(38463,1,1722654000,2024,8,3,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(38464,1,1722657600,2024,8,3,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(38465,1,1722661200,2024,8,3,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(38466,1,1722664800,2024,8,3,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(38467,1,1722668400,2024,8,3,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(38468,1,1722672000,2024,8,3,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(38469,1,1722675600,2024,8,3,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(38470,1,1722679200,2024,8,3,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(38471,1,1722682800,2024,8,3,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(38472,1,1722686400,2024,8,3,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(38473,1,1722690000,2024,8,3,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(38474,1,1722693600,2024,8,3,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(38475,1,1722697200,2024,8,3,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(38476,1,1722700800,2024,8,3,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(38477,1,1722704400,2024,8,3,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(38478,1,1722708000,2024,8,3,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(38479,1,1722711600,2024,8,3,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(38480,1,1722715200,2024,8,3,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(38481,1,1722718800,2024,8,3,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(38482,1,1722808800,2024,8,5,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(38483,1,1722812400,2024,8,5,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(38484,1,1722816000,2024,8,5,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(38485,1,1722819600,2024,8,5,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(38486,1,1722823200,2024,8,5,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(38487,1,1722826800,2024,8,5,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(38488,1,1722830400,2024,8,5,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(38489,1,1722834000,2024,8,5,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(38490,1,1722837600,2024,8,5,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(38491,1,1722841200,2024,8,5,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(38492,1,1722844800,2024,8,5,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(38493,1,1722848400,2024,8,5,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(38494,1,1722852000,2024,8,5,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(38495,1,1722855600,2024,8,5,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(38496,1,1722859200,2024,8,5,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(38497,1,1722862800,2024,8,5,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(38498,1,1722866400,2024,8,5,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(38499,1,1722870000,2024,8,5,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(38500,1,1722873600,2024,8,5,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(38501,1,1722877200,2024,8,5,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(38502,1,1722880800,2024,8,5,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(38503,1,1722884400,2024,8,5,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(38504,1,1722888000,2024,8,5,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(38505,1,1722891600,2024,8,5,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(38506,1,1722895200,2024,8,6,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(38507,1,1722898800,2024,8,6,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(38508,1,1722902400,2024,8,6,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(38509,1,1722906000,2024,8,6,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(38510,1,1722909600,2024,8,6,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(38511,1,1722913200,2024,8,6,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(38512,1,1722916800,2024,8,6,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(38513,1,1722920400,2024,8,6,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(38514,1,1722924000,2024,8,6,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(38515,1,1722927600,2024,8,6,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(38516,1,1722931200,2024,8,6,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(38517,1,1722934800,2024,8,6,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(38518,1,1722938400,2024,8,6,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(38519,1,1722942000,2024,8,6,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(38520,1,1722945600,2024,8,6,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(38521,1,1722949200,2024,8,6,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(38522,1,1722952800,2024,8,6,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(38523,1,1722956400,2024,8,6,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(38524,1,1722960000,2024,8,6,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(38525,1,1722963600,2024,8,6,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(38526,1,1722967200,2024,8,6,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(38527,1,1722970800,2024,8,6,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(38528,1,1722974400,2024,8,6,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(38529,1,1722978000,2024,8,6,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(38530,1,1722981600,2024,8,7,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(38531,1,1722985200,2024,8,7,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(38532,1,1722988800,2024,8,7,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(38533,1,1722992400,2024,8,7,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(38534,1,1722996000,2024,8,7,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(38535,1,1722999600,2024,8,7,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(38536,1,1723003200,2024,8,7,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(38537,1,1723006800,2024,8,7,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(38538,1,1723010400,2024,8,7,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(38539,1,1723014000,2024,8,7,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(38540,1,1723017600,2024,8,7,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(38541,1,1723021200,2024,8,7,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(38542,1,1723024800,2024,8,7,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(38543,1,1723028400,2024,8,7,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(38544,1,1723032000,2024,8,7,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(38545,1,1723035600,2024,8,7,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(38546,1,1723039200,2024,8,7,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(38547,1,1723042800,2024,8,7,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(38548,1,1723046400,2024,8,7,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(38549,1,1723050000,2024,8,7,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(38550,1,1723053600,2024,8,7,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(38551,1,1723057200,2024,8,7,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(38552,1,1723060800,2024,8,7,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(38553,1,1723064400,2024,8,7,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(38554,1,1723068000,2024,8,8,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(38555,1,1723071600,2024,8,8,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(38556,1,1723075200,2024,8,8,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(38557,1,1723078800,2024,8,8,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(38558,1,1723082400,2024,8,8,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(38559,1,1723086000,2024,8,8,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(38560,1,1723089600,2024,8,8,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(38561,1,1723093200,2024,8,8,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(38562,1,1723096800,2024,8,8,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(38563,1,1723100400,2024,8,8,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(38564,1,1723104000,2024,8,8,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(38565,1,1723107600,2024,8,8,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(38566,1,1723111200,2024,8,8,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(38567,1,1723114800,2024,8,8,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(38568,1,1723118400,2024,8,8,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(38569,1,1723122000,2024,8,8,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(38570,1,1723125600,2024,8,8,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(38571,1,1723129200,2024,8,8,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(38572,1,1723132800,2024,8,8,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(38573,1,1723136400,2024,8,8,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(38574,1,1723140000,2024,8,8,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(38575,1,1723143600,2024,8,8,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(38576,1,1723147200,2024,8,8,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(38577,1,1723150800,2024,8,8,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(38578,1,1723154400,2024,8,9,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(38579,1,1723158000,2024,8,9,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(38580,1,1723161600,2024,8,9,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(38581,1,1723165200,2024,8,9,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(38582,1,1723168800,2024,8,9,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(38583,1,1723172400,2024,8,9,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(38584,1,1723176000,2024,8,9,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(38585,1,1723179600,2024,8,9,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(38586,1,1723183200,2024,8,9,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(38587,1,1723186800,2024,8,9,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(38588,1,1723190400,2024,8,9,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(38589,1,1723194000,2024,8,9,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(38590,1,1723197600,2024,8,9,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(38591,1,1723201200,2024,8,9,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(38592,1,1723204800,2024,8,9,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(38593,1,1723208400,2024,8,9,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(38594,1,1723212000,2024,8,9,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(38595,1,1723215600,2024,8,9,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(38596,1,1723219200,2024,8,9,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(38597,1,1723222800,2024,8,9,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(38598,1,1723226400,2024,8,9,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(38599,1,1723230000,2024,8,9,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(38600,1,1723233600,2024,8,9,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(38601,1,1723237200,2024,8,9,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(38602,1,1723240800,2024,8,10,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(38603,1,1723244400,2024,8,10,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(38604,1,1723248000,2024,8,10,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(38605,1,1723251600,2024,8,10,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(38606,1,1723255200,2024,8,10,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(38607,1,1723258800,2024,8,10,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(38608,1,1723262400,2024,8,10,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(38609,1,1723266000,2024,8,10,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(38610,1,1723269600,2024,8,10,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(38611,1,1723273200,2024,8,10,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(38612,1,1723276800,2024,8,10,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(38613,1,1723280400,2024,8,10,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(38614,1,1723284000,2024,8,10,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(38615,1,1723287600,2024,8,10,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(38616,1,1723291200,2024,8,10,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(38617,1,1723294800,2024,8,10,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(38618,1,1723298400,2024,8,10,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(38619,1,1723302000,2024,8,10,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(38620,1,1723305600,2024,8,10,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(38621,1,1723309200,2024,8,10,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(38622,1,1723312800,2024,8,10,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(38623,1,1723316400,2024,8,10,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(38624,1,1723320000,2024,8,10,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(38625,1,1723323600,2024,8,10,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(38626,1,1723413600,2024,8,12,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(38627,1,1723417200,2024,8,12,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(38628,1,1723420800,2024,8,12,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(38629,1,1723424400,2024,8,12,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(38630,1,1723428000,2024,8,12,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(38631,1,1723431600,2024,8,12,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(38632,1,1723435200,2024,8,12,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(38633,1,1723438800,2024,8,12,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(38634,1,1723442400,2024,8,12,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(38635,1,1723446000,2024,8,12,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(38636,1,1723449600,2024,8,12,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(38637,1,1723453200,2024,8,12,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(38638,1,1723456800,2024,8,12,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(38639,1,1723460400,2024,8,12,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(38640,1,1723464000,2024,8,12,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(38641,1,1723467600,2024,8,12,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(38642,1,1723471200,2024,8,12,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(38643,1,1723474800,2024,8,12,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(38644,1,1723478400,2024,8,12,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(38645,1,1723482000,2024,8,12,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(38646,1,1723485600,2024,8,12,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(38647,1,1723489200,2024,8,12,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(38648,1,1723492800,2024,8,12,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(38649,1,1723496400,2024,8,12,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(38650,1,1723500000,2024,8,13,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(38651,1,1723503600,2024,8,13,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(38652,1,1723507200,2024,8,13,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(38653,1,1723510800,2024,8,13,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(38654,1,1723514400,2024,8,13,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(38655,1,1723518000,2024,8,13,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(38656,1,1723521600,2024,8,13,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(38657,1,1723525200,2024,8,13,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(38658,1,1723528800,2024,8,13,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(38659,1,1723532400,2024,8,13,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(38660,1,1723536000,2024,8,13,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(38661,1,1723539600,2024,8,13,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(38662,1,1723543200,2024,8,13,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(38663,1,1723546800,2024,8,13,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(38664,1,1723550400,2024,8,13,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(38665,1,1723554000,2024,8,13,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(38666,1,1723557600,2024,8,13,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(38667,1,1723561200,2024,8,13,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(38668,1,1723564800,2024,8,13,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(38669,1,1723568400,2024,8,13,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(38670,1,1723572000,2024,8,13,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(38671,1,1723575600,2024,8,13,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(38672,1,1723579200,2024,8,13,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(38673,1,1723582800,2024,8,13,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(38674,1,1723586400,2024,8,14,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(38675,1,1723590000,2024,8,14,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(38676,1,1723593600,2024,8,14,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(38677,1,1723597200,2024,8,14,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(38678,1,1723600800,2024,8,14,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(38679,1,1723604400,2024,8,14,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(38680,1,1723608000,2024,8,14,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(38681,1,1723611600,2024,8,14,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(38682,1,1723615200,2024,8,14,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(38683,1,1723618800,2024,8,14,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(38684,1,1723622400,2024,8,14,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(38685,1,1723626000,2024,8,14,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(38686,1,1723629600,2024,8,14,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(38687,1,1723633200,2024,8,14,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(38688,1,1723636800,2024,8,14,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(38689,1,1723640400,2024,8,14,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(38690,1,1723644000,2024,8,14,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(38691,1,1723647600,2024,8,14,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(38692,1,1723651200,2024,8,14,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(38693,1,1723654800,2024,8,14,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(38694,1,1723658400,2024,8,14,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(38695,1,1723662000,2024,8,14,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(38696,1,1723665600,2024,8,14,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(38697,1,1723669200,2024,8,14,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(38698,1,1723672800,2024,8,15,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(38699,1,1723676400,2024,8,15,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(38700,1,1723680000,2024,8,15,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(38701,1,1723683600,2024,8,15,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(38702,1,1723687200,2024,8,15,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(38703,1,1723690800,2024,8,15,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(38704,1,1723694400,2024,8,15,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(38705,1,1723698000,2024,8,15,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(38706,1,1723701600,2024,8,15,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(38707,1,1723705200,2024,8,15,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(38708,1,1723708800,2024,8,15,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(38709,1,1723712400,2024,8,15,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(38710,1,1723716000,2024,8,15,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(38711,1,1723719600,2024,8,15,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(38712,1,1723723200,2024,8,15,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(38713,1,1723726800,2024,8,15,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(38714,1,1723730400,2024,8,15,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(38715,1,1723734000,2024,8,15,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(38716,1,1723737600,2024,8,15,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(38717,1,1723741200,2024,8,15,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(38718,1,1723744800,2024,8,15,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(38719,1,1723748400,2024,8,15,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(38720,1,1723752000,2024,8,15,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(38721,1,1723755600,2024,8,15,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(38722,1,1723759200,2024,8,16,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(38723,1,1723762800,2024,8,16,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(38724,1,1723766400,2024,8,16,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(38725,1,1723770000,2024,8,16,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(38726,1,1723773600,2024,8,16,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(38727,1,1723777200,2024,8,16,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(38728,1,1723780800,2024,8,16,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(38729,1,1723784400,2024,8,16,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(38730,1,1723788000,2024,8,16,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(38731,1,1723791600,2024,8,16,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(38732,1,1723795200,2024,8,16,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(38733,1,1723798800,2024,8,16,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(38734,1,1723802400,2024,8,16,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(38735,1,1723806000,2024,8,16,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(38736,1,1723809600,2024,8,16,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(38737,1,1723813200,2024,8,16,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(38738,1,1723816800,2024,8,16,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(38739,1,1723820400,2024,8,16,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(38740,1,1723824000,2024,8,16,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(38741,1,1723827600,2024,8,16,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(38742,1,1723831200,2024,8,16,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(38743,1,1723834800,2024,8,16,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(38744,1,1723838400,2024,8,16,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(38745,1,1723842000,2024,8,16,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(38746,1,1723845600,2024,8,17,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(38747,1,1723849200,2024,8,17,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(38748,1,1723852800,2024,8,17,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(38749,1,1723856400,2024,8,17,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(38750,1,1723860000,2024,8,17,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(38751,1,1723863600,2024,8,17,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(38752,1,1723867200,2024,8,17,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(38753,1,1723870800,2024,8,17,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(38754,1,1723874400,2024,8,17,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(38755,1,1723878000,2024,8,17,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(38756,1,1723881600,2024,8,17,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(38757,1,1723885200,2024,8,17,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(38758,1,1723888800,2024,8,17,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(38759,1,1723892400,2024,8,17,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(38760,1,1723896000,2024,8,17,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(38761,1,1723899600,2024,8,17,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(38762,1,1723903200,2024,8,17,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(38763,1,1723906800,2024,8,17,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(38764,1,1723910400,2024,8,17,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(38765,1,1723914000,2024,8,17,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(38766,1,1723917600,2024,8,17,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(38767,1,1723921200,2024,8,17,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(38768,1,1723924800,2024,8,17,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(38769,1,1723928400,2024,8,17,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(38770,1,1724018400,2024,8,19,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(38771,1,1724022000,2024,8,19,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(38772,1,1724025600,2024,8,19,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(38773,1,1724029200,2024,8,19,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(38774,1,1724032800,2024,8,19,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(38775,1,1724036400,2024,8,19,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(38776,1,1724040000,2024,8,19,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(38777,1,1724043600,2024,8,19,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(38778,1,1724047200,2024,8,19,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(38779,1,1724050800,2024,8,19,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(38780,1,1724054400,2024,8,19,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(38781,1,1724058000,2024,8,19,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(38782,1,1724061600,2024,8,19,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(38783,1,1724065200,2024,8,19,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(38784,1,1724068800,2024,8,19,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(38785,1,1724072400,2024,8,19,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(38786,1,1724076000,2024,8,19,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(38787,1,1724079600,2024,8,19,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(38788,1,1724083200,2024,8,19,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(38789,1,1724086800,2024,8,19,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(38790,1,1724090400,2024,8,19,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(38791,1,1724094000,2024,8,19,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(38792,1,1724097600,2024,8,19,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(38793,1,1724101200,2024,8,19,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(38794,1,1724104800,2024,8,20,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(38795,1,1724108400,2024,8,20,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(38796,1,1724112000,2024,8,20,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(38797,1,1724115600,2024,8,20,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(38798,1,1724119200,2024,8,20,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(38799,1,1724122800,2024,8,20,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(38800,1,1724126400,2024,8,20,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(38801,1,1724130000,2024,8,20,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(38802,1,1724133600,2024,8,20,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(38803,1,1724137200,2024,8,20,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(38804,1,1724140800,2024,8,20,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(38805,1,1724144400,2024,8,20,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(38806,1,1724148000,2024,8,20,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(38807,1,1724151600,2024,8,20,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(38808,1,1724155200,2024,8,20,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(38809,1,1724158800,2024,8,20,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(38810,1,1724162400,2024,8,20,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(38811,1,1724166000,2024,8,20,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(38812,1,1724169600,2024,8,20,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(38813,1,1724173200,2024,8,20,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(38814,1,1724176800,2024,8,20,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(38815,1,1724180400,2024,8,20,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(38816,1,1724184000,2024,8,20,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(38817,1,1724187600,2024,8,20,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(38818,1,1724191200,2024,8,21,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(38819,1,1724194800,2024,8,21,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(38820,1,1724198400,2024,8,21,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(38821,1,1724202000,2024,8,21,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(38822,1,1724205600,2024,8,21,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(38823,1,1724209200,2024,8,21,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(38824,1,1724212800,2024,8,21,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(38825,1,1724216400,2024,8,21,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(38826,1,1724220000,2024,8,21,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(38827,1,1724223600,2024,8,21,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(38828,1,1724227200,2024,8,21,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(38829,1,1724230800,2024,8,21,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(38830,1,1724234400,2024,8,21,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(38831,1,1724238000,2024,8,21,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(38832,1,1724241600,2024,8,21,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(38833,1,1724245200,2024,8,21,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(38834,1,1724248800,2024,8,21,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(38835,1,1724252400,2024,8,21,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(38836,1,1724256000,2024,8,21,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(38837,1,1724259600,2024,8,21,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(38838,1,1724263200,2024,8,21,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(38839,1,1724266800,2024,8,21,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(38840,1,1724270400,2024,8,21,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(38841,1,1724274000,2024,8,21,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(38842,1,1724277600,2024,8,22,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(38843,1,1724281200,2024,8,22,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(38844,1,1724284800,2024,8,22,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(38845,1,1724288400,2024,8,22,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(38846,1,1724292000,2024,8,22,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(38847,1,1724295600,2024,8,22,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(38848,1,1724299200,2024,8,22,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(38849,1,1724302800,2024,8,22,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(38850,1,1724306400,2024,8,22,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(38851,1,1724310000,2024,8,22,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(38852,1,1724313600,2024,8,22,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(38853,1,1724317200,2024,8,22,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(38854,1,1724320800,2024,8,22,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(38855,1,1724324400,2024,8,22,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(38856,1,1724328000,2024,8,22,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(38857,1,1724331600,2024,8,22,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(38858,1,1724335200,2024,8,22,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(38859,1,1724338800,2024,8,22,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(38860,1,1724342400,2024,8,22,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(38861,1,1724346000,2024,8,22,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(38862,1,1724349600,2024,8,22,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(38863,1,1724353200,2024,8,22,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(38864,1,1724356800,2024,8,22,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(38865,1,1724360400,2024,8,22,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(38866,1,1724364000,2024,8,23,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(38867,1,1724367600,2024,8,23,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(38868,1,1724371200,2024,8,23,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(38869,1,1724374800,2024,8,23,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(38870,1,1724378400,2024,8,23,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(38871,1,1724382000,2024,8,23,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(38872,1,1724385600,2024,8,23,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(38873,1,1724389200,2024,8,23,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(38874,1,1724392800,2024,8,23,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(38875,1,1724396400,2024,8,23,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(38876,1,1724400000,2024,8,23,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(38877,1,1724403600,2024,8,23,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(38878,1,1724407200,2024,8,23,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(38879,1,1724410800,2024,8,23,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(38880,1,1724414400,2024,8,23,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(38881,1,1724418000,2024,8,23,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(38882,1,1724421600,2024,8,23,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(38883,1,1724425200,2024,8,23,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(38884,1,1724428800,2024,8,23,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(38885,1,1724432400,2024,8,23,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(38886,1,1724436000,2024,8,23,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(38887,1,1724439600,2024,8,23,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(38888,1,1724443200,2024,8,23,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(38889,1,1724446800,2024,8,23,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(38890,1,1724450400,2024,8,24,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(38891,1,1724454000,2024,8,24,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(38892,1,1724457600,2024,8,24,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(38893,1,1724461200,2024,8,24,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(38894,1,1724464800,2024,8,24,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(38895,1,1724468400,2024,8,24,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(38896,1,1724472000,2024,8,24,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(38897,1,1724475600,2024,8,24,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(38898,1,1724479200,2024,8,24,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(38899,1,1724482800,2024,8,24,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(38900,1,1724486400,2024,8,24,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(38901,1,1724490000,2024,8,24,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(38902,1,1724493600,2024,8,24,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(38903,1,1724497200,2024,8,24,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(38904,1,1724500800,2024,8,24,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(38905,1,1724504400,2024,8,24,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(38906,1,1724508000,2024,8,24,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(38907,1,1724511600,2024,8,24,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(38908,1,1724515200,2024,8,24,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(38909,1,1724518800,2024,8,24,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(38910,1,1724522400,2024,8,24,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(38911,1,1724526000,2024,8,24,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(38912,1,1724529600,2024,8,24,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(38913,1,1724533200,2024,8,24,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(38914,1,1724623200,2024,8,26,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(38915,1,1724626800,2024,8,26,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(38916,1,1724630400,2024,8,26,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(38917,1,1724634000,2024,8,26,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(38918,1,1724637600,2024,8,26,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(38919,1,1724641200,2024,8,26,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(38920,1,1724644800,2024,8,26,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(38921,1,1724648400,2024,8,26,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(38922,1,1724652000,2024,8,26,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(38923,1,1724655600,2024,8,26,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(38924,1,1724659200,2024,8,26,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(38925,1,1724662800,2024,8,26,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(38926,1,1724666400,2024,8,26,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(38927,1,1724670000,2024,8,26,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(38928,1,1724673600,2024,8,26,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(38929,1,1724677200,2024,8,26,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(38930,1,1724680800,2024,8,26,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(38931,1,1724684400,2024,8,26,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(38932,1,1724688000,2024,8,26,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(38933,1,1724691600,2024,8,26,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(38934,1,1724695200,2024,8,26,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(38935,1,1724698800,2024,8,26,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(38936,1,1724702400,2024,8,26,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(38937,1,1724706000,2024,8,26,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(38938,1,1724709600,2024,8,27,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(38939,1,1724713200,2024,8,27,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(38940,1,1724716800,2024,8,27,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(38941,1,1724720400,2024,8,27,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(38942,1,1724724000,2024,8,27,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(38943,1,1724727600,2024,8,27,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(38944,1,1724731200,2024,8,27,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(38945,1,1724734800,2024,8,27,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(38946,1,1724738400,2024,8,27,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(38947,1,1724742000,2024,8,27,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(38948,1,1724745600,2024,8,27,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(38949,1,1724749200,2024,8,27,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(38950,1,1724752800,2024,8,27,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(38951,1,1724756400,2024,8,27,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(38952,1,1724760000,2024,8,27,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(38953,1,1724763600,2024,8,27,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(38954,1,1724767200,2024,8,27,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(38955,1,1724770800,2024,8,27,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(38956,1,1724774400,2024,8,27,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(38957,1,1724778000,2024,8,27,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(38958,1,1724781600,2024,8,27,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(38959,1,1724785200,2024,8,27,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(38960,1,1724788800,2024,8,27,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(38961,1,1724792400,2024,8,27,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(38962,1,1724796000,2024,8,28,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(38963,1,1724799600,2024,8,28,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(38964,1,1724803200,2024,8,28,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(38965,1,1724806800,2024,8,28,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(38966,1,1724810400,2024,8,28,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(38967,1,1724814000,2024,8,28,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(38968,1,1724817600,2024,8,28,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(38969,1,1724821200,2024,8,28,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(38970,1,1724824800,2024,8,28,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(38971,1,1724828400,2024,8,28,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(38972,1,1724832000,2024,8,28,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(38973,1,1724835600,2024,8,28,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(38974,1,1724839200,2024,8,28,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(38975,1,1724842800,2024,8,28,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(38976,1,1724846400,2024,8,28,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(38977,1,1724850000,2024,8,28,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(38978,1,1724853600,2024,8,28,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(38979,1,1724857200,2024,8,28,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(38980,1,1724860800,2024,8,28,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(38981,1,1724864400,2024,8,28,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(38982,1,1724868000,2024,8,28,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(38983,1,1724871600,2024,8,28,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(38984,1,1724875200,2024,8,28,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(38985,1,1724878800,2024,8,28,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(38986,1,1724882400,2024,8,29,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(38987,1,1724886000,2024,8,29,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(38988,1,1724889600,2024,8,29,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(38989,1,1724893200,2024,8,29,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(38990,1,1724896800,2024,8,29,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(38991,1,1724900400,2024,8,29,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(38992,1,1724904000,2024,8,29,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(38993,1,1724907600,2024,8,29,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(38994,1,1724911200,2024,8,29,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(38995,1,1724914800,2024,8,29,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(38996,1,1724918400,2024,8,29,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(38997,1,1724922000,2024,8,29,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(38998,1,1724925600,2024,8,29,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(38999,1,1724929200,2024,8,29,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(39000,1,1724932800,2024,8,29,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(39001,1,1724936400,2024,8,29,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(39002,1,1724940000,2024,8,29,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(39003,1,1724943600,2024,8,29,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(39004,1,1724947200,2024,8,29,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(39005,1,1724950800,2024,8,29,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(39006,1,1724954400,2024,8,29,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(39007,1,1724958000,2024,8,29,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(39008,1,1724961600,2024,8,29,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(39009,1,1724965200,2024,8,29,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(39010,1,1724968800,2024,8,30,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(39011,1,1724972400,2024,8,30,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(39012,1,1724976000,2024,8,30,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(39013,1,1724979600,2024,8,30,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(39014,1,1724983200,2024,8,30,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(39015,1,1724986800,2024,8,30,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(39016,1,1724990400,2024,8,30,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(39017,1,1724994000,2024,8,30,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(39018,1,1724997600,2024,8,30,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(39019,1,1725001200,2024,8,30,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(39020,1,1725004800,2024,8,30,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(39021,1,1725008400,2024,8,30,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(39022,1,1725012000,2024,8,30,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(39023,1,1725015600,2024,8,30,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(39024,1,1725019200,2024,8,30,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(39025,1,1725022800,2024,8,30,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(39026,1,1725026400,2024,8,30,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(39027,1,1725030000,2024,8,30,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(39028,1,1725033600,2024,8,30,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(39029,1,1725037200,2024,8,30,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(39030,1,1725040800,2024,8,30,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(39031,1,1725044400,2024,8,30,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(39032,1,1725048000,2024,8,30,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(39033,1,1725051600,2024,8,30,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(39034,1,1725055200,2024,8,31,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(39035,1,1725058800,2024,8,31,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(39036,1,1725062400,2024,8,31,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(39037,1,1725066000,2024,8,31,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(39038,1,1725069600,2024,8,31,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(39039,1,1725073200,2024,8,31,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(39040,1,1725076800,2024,8,31,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(39041,1,1725080400,2024,8,31,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(39042,1,1725084000,2024,8,31,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(39043,1,1725087600,2024,8,31,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(39044,1,1725091200,2024,8,31,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(39045,1,1725094800,2024,8,31,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(39046,1,1725098400,2024,8,31,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(39047,1,1725102000,2024,8,31,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(39048,1,1725105600,2024,8,31,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(39049,1,1725109200,2024,8,31,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(39050,1,1725112800,2024,8,31,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(39051,1,1725116400,2024,8,31,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(39052,1,1725120000,2024,8,31,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(39053,1,1725123600,2024,8,31,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(39054,1,1725127200,2024,8,31,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(39055,1,1725130800,2024,8,31,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(39056,1,1725134400,2024,8,31,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(39057,1,1725138000,2024,8,31,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(39058,1,1725228000,2024,9,2,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(39059,1,1725231600,2024,9,2,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(39060,1,1725235200,2024,9,2,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(39061,1,1725238800,2024,9,2,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(39062,1,1725242400,2024,9,2,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(39063,1,1725246000,2024,9,2,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(39064,1,1725249600,2024,9,2,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(39065,1,1725253200,2024,9,2,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(39066,1,1725256800,2024,9,2,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(39067,1,1725260400,2024,9,2,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(39068,1,1725264000,2024,9,2,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(39069,1,1725267600,2024,9,2,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(39070,1,1725271200,2024,9,2,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(39071,1,1725274800,2024,9,2,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(39072,1,1725278400,2024,9,2,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(39073,1,1725282000,2024,9,2,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(39074,1,1725285600,2024,9,2,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(39075,1,1725289200,2024,9,2,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(39076,1,1725292800,2024,9,2,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(39077,1,1725296400,2024,9,2,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(39078,1,1725300000,2024,9,2,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(39079,1,1725303600,2024,9,2,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(39080,1,1725307200,2024,9,2,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(39081,1,1725310800,2024,9,2,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(39082,1,1725314400,2024,9,3,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(39083,1,1725318000,2024,9,3,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(39084,1,1725321600,2024,9,3,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(39085,1,1725325200,2024,9,3,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(39086,1,1725328800,2024,9,3,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(39087,1,1725332400,2024,9,3,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(39088,1,1725336000,2024,9,3,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(39089,1,1725339600,2024,9,3,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(39090,1,1725343200,2024,9,3,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(39091,1,1725346800,2024,9,3,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(39092,1,1725350400,2024,9,3,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(39093,1,1725354000,2024,9,3,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(39094,1,1725357600,2024,9,3,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(39095,1,1725361200,2024,9,3,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(39096,1,1725364800,2024,9,3,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(39097,1,1725368400,2024,9,3,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(39098,1,1725372000,2024,9,3,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(39099,1,1725375600,2024,9,3,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(39100,1,1725379200,2024,9,3,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(39101,1,1725382800,2024,9,3,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(39102,1,1725386400,2024,9,3,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(39103,1,1725390000,2024,9,3,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(39104,1,1725393600,2024,9,3,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(39105,1,1725397200,2024,9,3,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(39106,1,1725400800,2024,9,4,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(39107,1,1725404400,2024,9,4,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(39108,1,1725408000,2024,9,4,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(39109,1,1725411600,2024,9,4,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(39110,1,1725415200,2024,9,4,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(39111,1,1725418800,2024,9,4,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(39112,1,1725422400,2024,9,4,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(39113,1,1725426000,2024,9,4,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(39114,1,1725429600,2024,9,4,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(39115,1,1725433200,2024,9,4,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(39116,1,1725436800,2024,9,4,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(39117,1,1725440400,2024,9,4,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(39118,1,1725444000,2024,9,4,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(39119,1,1725447600,2024,9,4,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(39120,1,1725451200,2024,9,4,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(39121,1,1725454800,2024,9,4,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(39122,1,1725458400,2024,9,4,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(39123,1,1725462000,2024,9,4,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(39124,1,1725465600,2024,9,4,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(39125,1,1725469200,2024,9,4,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(39126,1,1725472800,2024,9,4,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(39127,1,1725476400,2024,9,4,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(39128,1,1725480000,2024,9,4,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(39129,1,1725483600,2024,9,4,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(39130,1,1725487200,2024,9,5,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(39131,1,1725490800,2024,9,5,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(39132,1,1725494400,2024,9,5,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(39133,1,1725498000,2024,9,5,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(39134,1,1725501600,2024,9,5,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(39135,1,1725505200,2024,9,5,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(39136,1,1725508800,2024,9,5,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(39137,1,1725512400,2024,9,5,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(39138,1,1725516000,2024,9,5,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(39139,1,1725519600,2024,9,5,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(39140,1,1725523200,2024,9,5,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(39141,1,1725526800,2024,9,5,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(39142,1,1725530400,2024,9,5,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(39143,1,1725534000,2024,9,5,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(39144,1,1725537600,2024,9,5,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(39145,1,1725541200,2024,9,5,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(39146,1,1725544800,2024,9,5,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(39147,1,1725548400,2024,9,5,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(39148,1,1725552000,2024,9,5,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(39149,1,1725555600,2024,9,5,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(39150,1,1725559200,2024,9,5,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(39151,1,1725562800,2024,9,5,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(39152,1,1725566400,2024,9,5,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(39153,1,1725570000,2024,9,5,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(39154,1,1725573600,2024,9,6,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(39155,1,1725577200,2024,9,6,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(39156,1,1725580800,2024,9,6,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(39157,1,1725584400,2024,9,6,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(39158,1,1725588000,2024,9,6,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(39159,1,1725591600,2024,9,6,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(39160,1,1725595200,2024,9,6,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(39161,1,1725598800,2024,9,6,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(39162,1,1725602400,2024,9,6,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(39163,1,1725606000,2024,9,6,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(39164,1,1725609600,2024,9,6,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(39165,1,1725613200,2024,9,6,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(39166,1,1725616800,2024,9,6,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(39167,1,1725620400,2024,9,6,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(39168,1,1725624000,2024,9,6,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(39169,1,1725627600,2024,9,6,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(39170,1,1725631200,2024,9,6,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(39171,1,1725634800,2024,9,6,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(39172,1,1725638400,2024,9,6,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(39173,1,1725642000,2024,9,6,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(39174,1,1725645600,2024,9,6,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(39175,1,1725649200,2024,9,6,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(39176,1,1725652800,2024,9,6,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(39177,1,1725656400,2024,9,6,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(39178,1,1725660000,2024,9,7,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(39179,1,1725663600,2024,9,7,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(39180,1,1725667200,2024,9,7,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(39181,1,1725670800,2024,9,7,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(39182,1,1725674400,2024,9,7,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(39183,1,1725678000,2024,9,7,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(39184,1,1725681600,2024,9,7,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(39185,1,1725685200,2024,9,7,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(39186,1,1725688800,2024,9,7,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(39187,1,1725692400,2024,9,7,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(39188,1,1725696000,2024,9,7,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(39189,1,1725699600,2024,9,7,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(39190,1,1725703200,2024,9,7,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(39191,1,1725706800,2024,9,7,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(39192,1,1725710400,2024,9,7,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(39193,1,1725714000,2024,9,7,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(39194,1,1725717600,2024,9,7,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(39195,1,1725721200,2024,9,7,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(39196,1,1725724800,2024,9,7,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(39197,1,1725728400,2024,9,7,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(39198,1,1725732000,2024,9,7,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(39199,1,1725735600,2024,9,7,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(39200,1,1725739200,2024,9,7,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(39201,1,1725742800,2024,9,7,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(39202,1,1725832800,2024,9,9,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(39203,1,1725836400,2024,9,9,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(39204,1,1725840000,2024,9,9,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(39205,1,1725843600,2024,9,9,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(39206,1,1725847200,2024,9,9,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(39207,1,1725850800,2024,9,9,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(39208,1,1725854400,2024,9,9,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(39209,1,1725858000,2024,9,9,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(39210,1,1725861600,2024,9,9,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(39211,1,1725865200,2024,9,9,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(39212,1,1725868800,2024,9,9,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(39213,1,1725872400,2024,9,9,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(39214,1,1725876000,2024,9,9,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(39215,1,1725879600,2024,9,9,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(39216,1,1725883200,2024,9,9,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(39217,1,1725886800,2024,9,9,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(39218,1,1725890400,2024,9,9,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(39219,1,1725894000,2024,9,9,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(39220,1,1725897600,2024,9,9,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(39221,1,1725901200,2024,9,9,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(39222,1,1725904800,2024,9,9,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(39223,1,1725908400,2024,9,9,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(39224,1,1725912000,2024,9,9,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(39225,1,1725915600,2024,9,9,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(39226,1,1725919200,2024,9,10,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(39227,1,1725922800,2024,9,10,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(39228,1,1725926400,2024,9,10,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(39229,1,1725930000,2024,9,10,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(39230,1,1725933600,2024,9,10,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(39231,1,1725937200,2024,9,10,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(39232,1,1725940800,2024,9,10,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(39233,1,1725944400,2024,9,10,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(39234,1,1725948000,2024,9,10,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(39235,1,1725951600,2024,9,10,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(39236,1,1725955200,2024,9,10,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(39237,1,1725958800,2024,9,10,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(39238,1,1725962400,2024,9,10,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(39239,1,1725966000,2024,9,10,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(39240,1,1725969600,2024,9,10,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(39241,1,1725973200,2024,9,10,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(39242,1,1725976800,2024,9,10,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(39243,1,1725980400,2024,9,10,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(39244,1,1725984000,2024,9,10,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(39245,1,1725987600,2024,9,10,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(39246,1,1725991200,2024,9,10,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(39247,1,1725994800,2024,9,10,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(39248,1,1725998400,2024,9,10,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(39249,1,1726002000,2024,9,10,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(39250,1,1726005600,2024,9,11,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(39251,1,1726009200,2024,9,11,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(39252,1,1726012800,2024,9,11,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(39253,1,1726016400,2024,9,11,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(39254,1,1726020000,2024,9,11,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(39255,1,1726023600,2024,9,11,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(39256,1,1726027200,2024,9,11,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(39257,1,1726030800,2024,9,11,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(39258,1,1726034400,2024,9,11,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(39259,1,1726038000,2024,9,11,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(39260,1,1726041600,2024,9,11,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(39261,1,1726045200,2024,9,11,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(39262,1,1726048800,2024,9,11,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(39263,1,1726052400,2024,9,11,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(39264,1,1726056000,2024,9,11,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(39265,1,1726059600,2024,9,11,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(39266,1,1726063200,2024,9,11,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(39267,1,1726066800,2024,9,11,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(39268,1,1726070400,2024,9,11,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(39269,1,1726074000,2024,9,11,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(39270,1,1726077600,2024,9,11,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(39271,1,1726081200,2024,9,11,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(39272,1,1726084800,2024,9,11,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(39273,1,1726088400,2024,9,11,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(39274,1,1726092000,2024,9,12,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(39275,1,1726095600,2024,9,12,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(39276,1,1726099200,2024,9,12,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(39277,1,1726102800,2024,9,12,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(39278,1,1726106400,2024,9,12,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(39279,1,1726110000,2024,9,12,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(39280,1,1726113600,2024,9,12,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(39281,1,1726117200,2024,9,12,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(39282,1,1726120800,2024,9,12,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(39283,1,1726124400,2024,9,12,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(39284,1,1726128000,2024,9,12,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(39285,1,1726131600,2024,9,12,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(39286,1,1726135200,2024,9,12,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(39287,1,1726138800,2024,9,12,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(39288,1,1726142400,2024,9,12,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(39289,1,1726146000,2024,9,12,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(39290,1,1726149600,2024,9,12,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(39291,1,1726153200,2024,9,12,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(39292,1,1726156800,2024,9,12,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(39293,1,1726160400,2024,9,12,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(39294,1,1726164000,2024,9,12,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(39295,1,1726167600,2024,9,12,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(39296,1,1726171200,2024,9,12,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(39297,1,1726174800,2024,9,12,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(39298,1,1726178400,2024,9,13,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(39299,1,1726182000,2024,9,13,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(39300,1,1726185600,2024,9,13,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(39301,1,1726189200,2024,9,13,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(39302,1,1726192800,2024,9,13,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(39303,1,1726196400,2024,9,13,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(39304,1,1726200000,2024,9,13,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(39305,1,1726203600,2024,9,13,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(39306,1,1726207200,2024,9,13,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(39307,1,1726210800,2024,9,13,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(39308,1,1726214400,2024,9,13,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(39309,1,1726218000,2024,9,13,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(39310,1,1726221600,2024,9,13,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(39311,1,1726225200,2024,9,13,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(39312,1,1726228800,2024,9,13,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(39313,1,1726232400,2024,9,13,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(39314,1,1726236000,2024,9,13,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(39315,1,1726239600,2024,9,13,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(39316,1,1726243200,2024,9,13,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(39317,1,1726246800,2024,9,13,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(39318,1,1726250400,2024,9,13,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(39319,1,1726254000,2024,9,13,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(39320,1,1726257600,2024,9,13,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(39321,1,1726261200,2024,9,13,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(39322,1,1726264800,2024,9,14,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(39323,1,1726268400,2024,9,14,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(39324,1,1726272000,2024,9,14,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(39325,1,1726275600,2024,9,14,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(39326,1,1726279200,2024,9,14,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(39327,1,1726282800,2024,9,14,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(39328,1,1726286400,2024,9,14,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(39329,1,1726290000,2024,9,14,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(39330,1,1726293600,2024,9,14,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(39331,1,1726297200,2024,9,14,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(39332,1,1726300800,2024,9,14,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(39333,1,1726304400,2024,9,14,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(39334,1,1726308000,2024,9,14,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(39335,1,1726311600,2024,9,14,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(39336,1,1726315200,2024,9,14,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(39337,1,1726318800,2024,9,14,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(39338,1,1726322400,2024,9,14,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(39339,1,1726326000,2024,9,14,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(39340,1,1726329600,2024,9,14,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(39341,1,1726333200,2024,9,14,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(39342,1,1726336800,2024,9,14,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(39343,1,1726340400,2024,9,14,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(39344,1,1726344000,2024,9,14,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(39345,1,1726347600,2024,9,14,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(39346,1,1726437600,2024,9,16,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(39347,1,1726441200,2024,9,16,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(39348,1,1726444800,2024,9,16,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(39349,1,1726448400,2024,9,16,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(39350,1,1726452000,2024,9,16,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(39351,1,1726455600,2024,9,16,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(39352,1,1726459200,2024,9,16,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(39353,1,1726462800,2024,9,16,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(39354,1,1726466400,2024,9,16,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(39355,1,1726470000,2024,9,16,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(39356,1,1726473600,2024,9,16,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(39357,1,1726477200,2024,9,16,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(39358,1,1726480800,2024,9,16,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(39359,1,1726484400,2024,9,16,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(39360,1,1726488000,2024,9,16,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(39361,1,1726491600,2024,9,16,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(39362,1,1726495200,2024,9,16,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(39363,1,1726498800,2024,9,16,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(39364,1,1726502400,2024,9,16,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(39365,1,1726506000,2024,9,16,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(39366,1,1726509600,2024,9,16,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(39367,1,1726513200,2024,9,16,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(39368,1,1726516800,2024,9,16,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(39369,1,1726520400,2024,9,16,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(39370,1,1726524000,2024,9,17,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(39371,1,1726527600,2024,9,17,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(39372,1,1726531200,2024,9,17,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(39373,1,1726534800,2024,9,17,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(39374,1,1726538400,2024,9,17,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(39375,1,1726542000,2024,9,17,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(39376,1,1726545600,2024,9,17,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(39377,1,1726549200,2024,9,17,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(39378,1,1726552800,2024,9,17,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(39379,1,1726556400,2024,9,17,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(39380,1,1726560000,2024,9,17,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(39381,1,1726563600,2024,9,17,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(39382,1,1726567200,2024,9,17,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(39383,1,1726570800,2024,9,17,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(39384,1,1726574400,2024,9,17,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(39385,1,1726578000,2024,9,17,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(39386,1,1726581600,2024,9,17,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(39387,1,1726585200,2024,9,17,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(39388,1,1726588800,2024,9,17,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(39389,1,1726592400,2024,9,17,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(39390,1,1726596000,2024,9,17,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(39391,1,1726599600,2024,9,17,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(39392,1,1726603200,2024,9,17,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(39393,1,1726606800,2024,9,17,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(39394,1,1726610400,2024,9,18,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(39395,1,1726614000,2024,9,18,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(39396,1,1726617600,2024,9,18,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(39397,1,1726621200,2024,9,18,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(39398,1,1726624800,2024,9,18,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(39399,1,1726628400,2024,9,18,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(39400,1,1726632000,2024,9,18,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(39401,1,1726635600,2024,9,18,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(39402,1,1726639200,2024,9,18,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(39403,1,1726642800,2024,9,18,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(39404,1,1726646400,2024,9,18,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(39405,1,1726650000,2024,9,18,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(39406,1,1726653600,2024,9,18,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(39407,1,1726657200,2024,9,18,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(39408,1,1726660800,2024,9,18,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(39409,1,1726664400,2024,9,18,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(39410,1,1726668000,2024,9,18,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(39411,1,1726671600,2024,9,18,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(39412,1,1726675200,2024,9,18,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(39413,1,1726678800,2024,9,18,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(39414,1,1726682400,2024,9,18,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(39415,1,1726686000,2024,9,18,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(39416,1,1726689600,2024,9,18,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(39417,1,1726693200,2024,9,18,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(39418,1,1726696800,2024,9,19,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(39419,1,1726700400,2024,9,19,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(39420,1,1726704000,2024,9,19,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(39421,1,1726707600,2024,9,19,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(39422,1,1726711200,2024,9,19,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(39423,1,1726714800,2024,9,19,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(39424,1,1726718400,2024,9,19,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(39425,1,1726722000,2024,9,19,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(39426,1,1726725600,2024,9,19,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(39427,1,1726729200,2024,9,19,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(39428,1,1726732800,2024,9,19,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(39429,1,1726736400,2024,9,19,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(39430,1,1726740000,2024,9,19,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(39431,1,1726743600,2024,9,19,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(39432,1,1726747200,2024,9,19,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(39433,1,1726750800,2024,9,19,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(39434,1,1726754400,2024,9,19,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(39435,1,1726758000,2024,9,19,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(39436,1,1726761600,2024,9,19,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(39437,1,1726765200,2024,9,19,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(39438,1,1726768800,2024,9,19,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(39439,1,1726772400,2024,9,19,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(39440,1,1726776000,2024,9,19,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(39441,1,1726779600,2024,9,19,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(39442,1,1726783200,2024,9,20,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(39443,1,1726786800,2024,9,20,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(39444,1,1726790400,2024,9,20,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(39445,1,1726794000,2024,9,20,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(39446,1,1726797600,2024,9,20,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(39447,1,1726801200,2024,9,20,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(39448,1,1726804800,2024,9,20,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(39449,1,1726808400,2024,9,20,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(39450,1,1726812000,2024,9,20,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(39451,1,1726815600,2024,9,20,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(39452,1,1726819200,2024,9,20,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(39453,1,1726822800,2024,9,20,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(39454,1,1726826400,2024,9,20,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(39455,1,1726830000,2024,9,20,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(39456,1,1726833600,2024,9,20,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(39457,1,1726837200,2024,9,20,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(39458,1,1726840800,2024,9,20,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(39459,1,1726844400,2024,9,20,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(39460,1,1726848000,2024,9,20,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(39461,1,1726851600,2024,9,20,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(39462,1,1726855200,2024,9,20,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(39463,1,1726858800,2024,9,20,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(39464,1,1726862400,2024,9,20,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(39465,1,1726866000,2024,9,20,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(39466,1,1726869600,2024,9,21,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(39467,1,1726873200,2024,9,21,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(39468,1,1726876800,2024,9,21,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(39469,1,1726880400,2024,9,21,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(39470,1,1726884000,2024,9,21,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(39471,1,1726887600,2024,9,21,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(39472,1,1726891200,2024,9,21,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(39473,1,1726894800,2024,9,21,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(39474,1,1726898400,2024,9,21,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(39475,1,1726902000,2024,9,21,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(39476,1,1726905600,2024,9,21,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(39477,1,1726909200,2024,9,21,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(39478,1,1726912800,2024,9,21,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(39479,1,1726916400,2024,9,21,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(39480,1,1726920000,2024,9,21,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(39481,1,1726923600,2024,9,21,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(39482,1,1726927200,2024,9,21,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(39483,1,1726930800,2024,9,21,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(39484,1,1726934400,2024,9,21,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(39485,1,1726938000,2024,9,21,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(39486,1,1726941600,2024,9,21,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(39487,1,1726945200,2024,9,21,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(39488,1,1726948800,2024,9,21,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(39489,1,1726952400,2024,9,21,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(39490,1,1727042400,2024,9,23,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(39491,1,1727046000,2024,9,23,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(39492,1,1727049600,2024,9,23,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(39493,1,1727053200,2024,9,23,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(39494,1,1727056800,2024,9,23,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(39495,1,1727060400,2024,9,23,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(39496,1,1727064000,2024,9,23,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(39497,1,1727067600,2024,9,23,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(39498,1,1727071200,2024,9,23,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(39499,1,1727074800,2024,9,23,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(39500,1,1727078400,2024,9,23,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(39501,1,1727082000,2024,9,23,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(39502,1,1727085600,2024,9,23,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(39503,1,1727089200,2024,9,23,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(39504,1,1727092800,2024,9,23,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(39505,1,1727096400,2024,9,23,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(39506,1,1727100000,2024,9,23,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(39507,1,1727103600,2024,9,23,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(39508,1,1727107200,2024,9,23,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(39509,1,1727110800,2024,9,23,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(39510,1,1727114400,2024,9,23,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(39511,1,1727118000,2024,9,23,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(39512,1,1727121600,2024,9,23,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(39513,1,1727125200,2024,9,23,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(39514,1,1727128800,2024,9,24,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(39515,1,1727132400,2024,9,24,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(39516,1,1727136000,2024,9,24,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(39517,1,1727139600,2024,9,24,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(39518,1,1727143200,2024,9,24,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(39519,1,1727146800,2024,9,24,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(39520,1,1727150400,2024,9,24,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(39521,1,1727154000,2024,9,24,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(39522,1,1727157600,2024,9,24,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(39523,1,1727161200,2024,9,24,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(39524,1,1727164800,2024,9,24,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(39525,1,1727168400,2024,9,24,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(39526,1,1727172000,2024,9,24,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(39527,1,1727175600,2024,9,24,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(39528,1,1727179200,2024,9,24,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(39529,1,1727182800,2024,9,24,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(39530,1,1727186400,2024,9,24,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(39531,1,1727190000,2024,9,24,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(39532,1,1727193600,2024,9,24,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(39533,1,1727197200,2024,9,24,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(39534,1,1727200800,2024,9,24,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(39535,1,1727204400,2024,9,24,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(39536,1,1727208000,2024,9,24,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(39537,1,1727211600,2024,9,24,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(39538,1,1727215200,2024,9,25,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(39539,1,1727218800,2024,9,25,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(39540,1,1727222400,2024,9,25,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(39541,1,1727226000,2024,9,25,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(39542,1,1727229600,2024,9,25,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(39543,1,1727233200,2024,9,25,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(39544,1,1727236800,2024,9,25,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(39545,1,1727240400,2024,9,25,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(39546,1,1727244000,2024,9,25,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(39547,1,1727247600,2024,9,25,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(39548,1,1727251200,2024,9,25,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(39549,1,1727254800,2024,9,25,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(39550,1,1727258400,2024,9,25,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(39551,1,1727262000,2024,9,25,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(39552,1,1727265600,2024,9,25,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(39553,1,1727269200,2024,9,25,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(39554,1,1727272800,2024,9,25,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(39555,1,1727276400,2024,9,25,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(39556,1,1727280000,2024,9,25,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(39557,1,1727283600,2024,9,25,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(39558,1,1727287200,2024,9,25,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(39559,1,1727290800,2024,9,25,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(39560,1,1727294400,2024,9,25,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(39561,1,1727298000,2024,9,25,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(39562,1,1727301600,2024,9,26,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(39563,1,1727305200,2024,9,26,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(39564,1,1727308800,2024,9,26,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(39565,1,1727312400,2024,9,26,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(39566,1,1727316000,2024,9,26,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(39567,1,1727319600,2024,9,26,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(39568,1,1727323200,2024,9,26,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(39569,1,1727326800,2024,9,26,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(39570,1,1727330400,2024,9,26,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(39571,1,1727334000,2024,9,26,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(39572,1,1727337600,2024,9,26,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(39573,1,1727341200,2024,9,26,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(39574,1,1727344800,2024,9,26,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(39575,1,1727348400,2024,9,26,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(39576,1,1727352000,2024,9,26,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(39577,1,1727355600,2024,9,26,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(39578,1,1727359200,2024,9,26,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(39579,1,1727362800,2024,9,26,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(39580,1,1727366400,2024,9,26,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(39581,1,1727370000,2024,9,26,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(39582,1,1727373600,2024,9,26,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(39583,1,1727377200,2024,9,26,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(39584,1,1727380800,2024,9,26,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(39585,1,1727384400,2024,9,26,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(39586,1,1727388000,2024,9,27,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(39587,1,1727391600,2024,9,27,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(39588,1,1727395200,2024,9,27,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(39589,1,1727398800,2024,9,27,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(39590,1,1727402400,2024,9,27,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(39591,1,1727406000,2024,9,27,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(39592,1,1727409600,2024,9,27,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(39593,1,1727413200,2024,9,27,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(39594,1,1727416800,2024,9,27,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(39595,1,1727420400,2024,9,27,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(39596,1,1727424000,2024,9,27,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(39597,1,1727427600,2024,9,27,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(39598,1,1727431200,2024,9,27,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(39599,1,1727434800,2024,9,27,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(39600,1,1727438400,2024,9,27,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(39601,1,1727442000,2024,9,27,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(39602,1,1727445600,2024,9,27,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(39603,1,1727449200,2024,9,27,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(39604,1,1727452800,2024,9,27,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(39605,1,1727456400,2024,9,27,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(39606,1,1727460000,2024,9,27,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(39607,1,1727463600,2024,9,27,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(39608,1,1727467200,2024,9,27,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(39609,1,1727470800,2024,9,27,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(39610,1,1727474400,2024,9,28,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(39611,1,1727478000,2024,9,28,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(39612,1,1727481600,2024,9,28,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(39613,1,1727485200,2024,9,28,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(39614,1,1727488800,2024,9,28,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(39615,1,1727492400,2024,9,28,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(39616,1,1727496000,2024,9,28,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(39617,1,1727499600,2024,9,28,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(39618,1,1727503200,2024,9,28,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(39619,1,1727506800,2024,9,28,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(39620,1,1727510400,2024,9,28,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(39621,1,1727514000,2024,9,28,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(39622,1,1727517600,2024,9,28,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(39623,1,1727521200,2024,9,28,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(39624,1,1727524800,2024,9,28,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(39625,1,1727528400,2024,9,28,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(39626,1,1727532000,2024,9,28,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(39627,1,1727535600,2024,9,28,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(39628,1,1727539200,2024,9,28,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(39629,1,1727542800,2024,9,28,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(39630,1,1727546400,2024,9,28,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(39631,1,1727550000,2024,9,28,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(39632,1,1727553600,2024,9,28,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(39633,1,1727557200,2024,9,28,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(39634,1,1727647200,2024,9,30,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(39635,1,1727650800,2024,9,30,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(39636,1,1727654400,2024,9,30,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(39637,1,1727658000,2024,9,30,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(39638,1,1727661600,2024,9,30,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(39639,1,1727665200,2024,9,30,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(39640,1,1727668800,2024,9,30,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(39641,1,1727672400,2024,9,30,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(39642,1,1727676000,2024,9,30,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(39643,1,1727679600,2024,9,30,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(39644,1,1727683200,2024,9,30,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(39645,1,1727686800,2024,9,30,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(39646,1,1727690400,2024,9,30,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(39647,1,1727694000,2024,9,30,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(39648,1,1727697600,2024,9,30,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(39649,1,1727701200,2024,9,30,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(39650,1,1727704800,2024,9,30,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(39651,1,1727708400,2024,9,30,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(39652,1,1727712000,2024,9,30,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(39653,1,1727715600,2024,9,30,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(39654,1,1727719200,2024,9,30,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(39655,1,1727722800,2024,9,30,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(39656,1,1727726400,2024,9,30,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(39657,1,1727730000,2024,9,30,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(39658,1,1727733600,2024,10,1,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(39659,1,1727737200,2024,10,1,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(39660,1,1727740800,2024,10,1,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(39661,1,1727744400,2024,10,1,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(39662,1,1727748000,2024,10,1,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(39663,1,1727751600,2024,10,1,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(39664,1,1727755200,2024,10,1,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(39665,1,1727758800,2024,10,1,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(39666,1,1727762400,2024,10,1,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(39667,1,1727766000,2024,10,1,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(39668,1,1727769600,2024,10,1,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(39669,1,1727773200,2024,10,1,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(39670,1,1727776800,2024,10,1,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(39671,1,1727780400,2024,10,1,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(39672,1,1727784000,2024,10,1,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(39673,1,1727787600,2024,10,1,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(39674,1,1727791200,2024,10,1,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(39675,1,1727794800,2024,10,1,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(39676,1,1727798400,2024,10,1,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(39677,1,1727802000,2024,10,1,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(39678,1,1727805600,2024,10,1,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(39679,1,1727809200,2024,10,1,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(39680,1,1727812800,2024,10,1,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(39681,1,1727816400,2024,10,1,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(39682,1,1727820000,2024,10,2,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(39683,1,1727823600,2024,10,2,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(39684,1,1727827200,2024,10,2,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(39685,1,1727830800,2024,10,2,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(39686,1,1727834400,2024,10,2,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(39687,1,1727838000,2024,10,2,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(39688,1,1727841600,2024,10,2,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(39689,1,1727845200,2024,10,2,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(39690,1,1727848800,2024,10,2,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(39691,1,1727852400,2024,10,2,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(39692,1,1727856000,2024,10,2,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(39693,1,1727859600,2024,10,2,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(39694,1,1727863200,2024,10,2,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(39695,1,1727866800,2024,10,2,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(39696,1,1727870400,2024,10,2,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(39697,1,1727874000,2024,10,2,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(39698,1,1727877600,2024,10,2,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(39699,1,1727881200,2024,10,2,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(39700,1,1727884800,2024,10,2,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(39701,1,1727888400,2024,10,2,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(39702,1,1727892000,2024,10,2,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(39703,1,1727895600,2024,10,2,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(39704,1,1727899200,2024,10,2,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(39705,1,1727902800,2024,10,2,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(39706,1,1727906400,2024,10,3,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(39707,1,1727910000,2024,10,3,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(39708,1,1727913600,2024,10,3,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(39709,1,1727917200,2024,10,3,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(39710,1,1727920800,2024,10,3,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(39711,1,1727924400,2024,10,3,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(39712,1,1727928000,2024,10,3,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(39713,1,1727931600,2024,10,3,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(39714,1,1727935200,2024,10,3,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(39715,1,1727938800,2024,10,3,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(39716,1,1727942400,2024,10,3,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(39717,1,1727946000,2024,10,3,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(39718,1,1727949600,2024,10,3,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(39719,1,1727953200,2024,10,3,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(39720,1,1727956800,2024,10,3,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(39721,1,1727960400,2024,10,3,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(39722,1,1727964000,2024,10,3,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(39723,1,1727967600,2024,10,3,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(39724,1,1727971200,2024,10,3,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(39725,1,1727974800,2024,10,3,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(39726,1,1727978400,2024,10,3,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(39727,1,1727982000,2024,10,3,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(39728,1,1727985600,2024,10,3,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(39729,1,1727989200,2024,10,3,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(39730,1,1727992800,2024,10,4,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(39731,1,1727996400,2024,10,4,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(39732,1,1728000000,2024,10,4,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(39733,1,1728003600,2024,10,4,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(39734,1,1728007200,2024,10,4,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(39735,1,1728010800,2024,10,4,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(39736,1,1728014400,2024,10,4,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(39737,1,1728018000,2024,10,4,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(39738,1,1728021600,2024,10,4,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(39739,1,1728025200,2024,10,4,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(39740,1,1728028800,2024,10,4,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(39741,1,1728032400,2024,10,4,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(39742,1,1728036000,2024,10,4,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(39743,1,1728039600,2024,10,4,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(39744,1,1728043200,2024,10,4,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(39745,1,1728046800,2024,10,4,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(39746,1,1728050400,2024,10,4,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(39747,1,1728054000,2024,10,4,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(39748,1,1728057600,2024,10,4,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(39749,1,1728061200,2024,10,4,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(39750,1,1728064800,2024,10,4,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(39751,1,1728068400,2024,10,4,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(39752,1,1728072000,2024,10,4,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(39753,1,1728075600,2024,10,4,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(39754,1,1728079200,2024,10,5,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(39755,1,1728082800,2024,10,5,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(39756,1,1728086400,2024,10,5,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(39757,1,1728090000,2024,10,5,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(39758,1,1728093600,2024,10,5,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(39759,1,1728097200,2024,10,5,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(39760,1,1728100800,2024,10,5,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(39761,1,1728104400,2024,10,5,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(39762,1,1728108000,2024,10,5,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(39763,1,1728111600,2024,10,5,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(39764,1,1728115200,2024,10,5,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(39765,1,1728118800,2024,10,5,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(39766,1,1728122400,2024,10,5,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(39767,1,1728126000,2024,10,5,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(39768,1,1728129600,2024,10,5,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(39769,1,1728133200,2024,10,5,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(39770,1,1728136800,2024,10,5,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(39771,1,1728140400,2024,10,5,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(39772,1,1728144000,2024,10,5,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(39773,1,1728147600,2024,10,5,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(39774,1,1728151200,2024,10,5,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(39775,1,1728154800,2024,10,5,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(39776,1,1728158400,2024,10,5,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(39777,1,1728162000,2024,10,5,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(39778,1,1728252000,2024,10,7,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(39779,1,1728255600,2024,10,7,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(39780,1,1728259200,2024,10,7,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(39781,1,1728262800,2024,10,7,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(39782,1,1728266400,2024,10,7,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(39783,1,1728270000,2024,10,7,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(39784,1,1728273600,2024,10,7,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(39785,1,1728277200,2024,10,7,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(39786,1,1728280800,2024,10,7,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(39787,1,1728284400,2024,10,7,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(39788,1,1728288000,2024,10,7,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(39789,1,1728291600,2024,10,7,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(39790,1,1728295200,2024,10,7,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(39791,1,1728298800,2024,10,7,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(39792,1,1728302400,2024,10,7,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(39793,1,1728306000,2024,10,7,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(39794,1,1728309600,2024,10,7,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(39795,1,1728313200,2024,10,7,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(39796,1,1728316800,2024,10,7,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(39797,1,1728320400,2024,10,7,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(39798,1,1728324000,2024,10,7,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(39799,1,1728327600,2024,10,7,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(39800,1,1728331200,2024,10,7,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(39801,1,1728334800,2024,10,7,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(39802,1,1728338400,2024,10,8,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(39803,1,1728342000,2024,10,8,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(39804,1,1728345600,2024,10,8,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(39805,1,1728349200,2024,10,8,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(39806,1,1728352800,2024,10,8,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(39807,1,1728356400,2024,10,8,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(39808,1,1728360000,2024,10,8,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(39809,1,1728363600,2024,10,8,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(39810,1,1728367200,2024,10,8,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(39811,1,1728370800,2024,10,8,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(39812,1,1728374400,2024,10,8,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(39813,1,1728378000,2024,10,8,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(39814,1,1728381600,2024,10,8,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(39815,1,1728385200,2024,10,8,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(39816,1,1728388800,2024,10,8,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(39817,1,1728392400,2024,10,8,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(39818,1,1728396000,2024,10,8,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(39819,1,1728399600,2024,10,8,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(39820,1,1728403200,2024,10,8,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(39821,1,1728406800,2024,10,8,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(39822,1,1728410400,2024,10,8,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(39823,1,1728414000,2024,10,8,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(39824,1,1728417600,2024,10,8,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(39825,1,1728421200,2024,10,8,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(39826,1,1728424800,2024,10,9,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(39827,1,1728428400,2024,10,9,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(39828,1,1728432000,2024,10,9,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(39829,1,1728435600,2024,10,9,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(39830,1,1728439200,2024,10,9,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(39831,1,1728442800,2024,10,9,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(39832,1,1728446400,2024,10,9,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(39833,1,1728450000,2024,10,9,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(39834,1,1728453600,2024,10,9,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(39835,1,1728457200,2024,10,9,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(39836,1,1728460800,2024,10,9,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(39837,1,1728464400,2024,10,9,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(39838,1,1728468000,2024,10,9,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(39839,1,1728471600,2024,10,9,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(39840,1,1728475200,2024,10,9,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(39841,1,1728478800,2024,10,9,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(39842,1,1728482400,2024,10,9,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(39843,1,1728486000,2024,10,9,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(39844,1,1728489600,2024,10,9,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(39845,1,1728493200,2024,10,9,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(39846,1,1728496800,2024,10,9,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(39847,1,1728500400,2024,10,9,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(39848,1,1728504000,2024,10,9,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(39849,1,1728507600,2024,10,9,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(39850,1,1728511200,2024,10,10,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(39851,1,1728514800,2024,10,10,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(39852,1,1728518400,2024,10,10,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(39853,1,1728522000,2024,10,10,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(39854,1,1728525600,2024,10,10,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(39855,1,1728529200,2024,10,10,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(39856,1,1728532800,2024,10,10,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(39857,1,1728536400,2024,10,10,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(39858,1,1728540000,2024,10,10,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(39859,1,1728543600,2024,10,10,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(39860,1,1728547200,2024,10,10,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(39861,1,1728550800,2024,10,10,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(39862,1,1728554400,2024,10,10,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(39863,1,1728558000,2024,10,10,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(39864,1,1728561600,2024,10,10,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(39865,1,1728565200,2024,10,10,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(39866,1,1728568800,2024,10,10,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(39867,1,1728572400,2024,10,10,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(39868,1,1728576000,2024,10,10,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(39869,1,1728579600,2024,10,10,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(39870,1,1728583200,2024,10,10,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(39871,1,1728586800,2024,10,10,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(39872,1,1728590400,2024,10,10,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(39873,1,1728594000,2024,10,10,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(39874,1,1728597600,2024,10,11,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(39875,1,1728601200,2024,10,11,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(39876,1,1728604800,2024,10,11,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(39877,1,1728608400,2024,10,11,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(39878,1,1728612000,2024,10,11,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(39879,1,1728615600,2024,10,11,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(39880,1,1728619200,2024,10,11,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(39881,1,1728622800,2024,10,11,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(39882,1,1728626400,2024,10,11,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(39883,1,1728630000,2024,10,11,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(39884,1,1728633600,2024,10,11,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(39885,1,1728637200,2024,10,11,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(39886,1,1728640800,2024,10,11,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(39887,1,1728644400,2024,10,11,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(39888,1,1728648000,2024,10,11,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(39889,1,1728651600,2024,10,11,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(39890,1,1728655200,2024,10,11,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(39891,1,1728658800,2024,10,11,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(39892,1,1728662400,2024,10,11,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(39893,1,1728666000,2024,10,11,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(39894,1,1728669600,2024,10,11,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(39895,1,1728673200,2024,10,11,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(39896,1,1728676800,2024,10,11,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(39897,1,1728680400,2024,10,11,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(39898,1,1728684000,2024,10,12,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(39899,1,1728687600,2024,10,12,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(39900,1,1728691200,2024,10,12,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(39901,1,1728694800,2024,10,12,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(39902,1,1728698400,2024,10,12,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(39903,1,1728702000,2024,10,12,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(39904,1,1728705600,2024,10,12,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(39905,1,1728709200,2024,10,12,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(39906,1,1728712800,2024,10,12,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(39907,1,1728716400,2024,10,12,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(39908,1,1728720000,2024,10,12,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(39909,1,1728723600,2024,10,12,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(39910,1,1728727200,2024,10,12,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(39911,1,1728730800,2024,10,12,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(39912,1,1728734400,2024,10,12,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(39913,1,1728738000,2024,10,12,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(39914,1,1728741600,2024,10,12,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(39915,1,1728745200,2024,10,12,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(39916,1,1728748800,2024,10,12,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(39917,1,1728752400,2024,10,12,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(39918,1,1728756000,2024,10,12,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(39919,1,1728759600,2024,10,12,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(39920,1,1728763200,2024,10,12,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(39921,1,1728766800,2024,10,12,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(39922,1,1728856800,2024,10,14,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(39923,1,1728860400,2024,10,14,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(39924,1,1728864000,2024,10,14,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(39925,1,1728867600,2024,10,14,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(39926,1,1728871200,2024,10,14,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(39927,1,1728874800,2024,10,14,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(39928,1,1728878400,2024,10,14,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(39929,1,1728882000,2024,10,14,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(39930,1,1728885600,2024,10,14,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(39931,1,1728889200,2024,10,14,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(39932,1,1728892800,2024,10,14,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(39933,1,1728896400,2024,10,14,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(39934,1,1728900000,2024,10,14,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(39935,1,1728903600,2024,10,14,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(39936,1,1728907200,2024,10,14,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(39937,1,1728910800,2024,10,14,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(39938,1,1728914400,2024,10,14,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(39939,1,1728918000,2024,10,14,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(39940,1,1728921600,2024,10,14,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(39941,1,1728925200,2024,10,14,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(39942,1,1728928800,2024,10,14,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(39943,1,1728932400,2024,10,14,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(39944,1,1728936000,2024,10,14,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(39945,1,1728939600,2024,10,14,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(39946,1,1728943200,2024,10,15,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(39947,1,1728946800,2024,10,15,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(39948,1,1728950400,2024,10,15,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(39949,1,1728954000,2024,10,15,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(39950,1,1728957600,2024,10,15,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(39951,1,1728961200,2024,10,15,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(39952,1,1728964800,2024,10,15,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(39953,1,1728968400,2024,10,15,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(39954,1,1728972000,2024,10,15,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(39955,1,1728975600,2024,10,15,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(39956,1,1728979200,2024,10,15,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(39957,1,1728982800,2024,10,15,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(39958,1,1728986400,2024,10,15,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(39959,1,1728990000,2024,10,15,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(39960,1,1728993600,2024,10,15,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(39961,1,1728997200,2024,10,15,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(39962,1,1729000800,2024,10,15,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(39963,1,1729004400,2024,10,15,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(39964,1,1729008000,2024,10,15,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(39965,1,1729011600,2024,10,15,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(39966,1,1729015200,2024,10,15,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(39967,1,1729018800,2024,10,15,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(39968,1,1729022400,2024,10,15,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(39969,1,1729026000,2024,10,15,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(39970,1,1729029600,2024,10,16,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(39971,1,1729033200,2024,10,16,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(39972,1,1729036800,2024,10,16,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(39973,1,1729040400,2024,10,16,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(39974,1,1729044000,2024,10,16,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(39975,1,1729047600,2024,10,16,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(39976,1,1729051200,2024,10,16,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(39977,1,1729054800,2024,10,16,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(39978,1,1729058400,2024,10,16,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(39979,1,1729062000,2024,10,16,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(39980,1,1729065600,2024,10,16,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(39981,1,1729069200,2024,10,16,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(39982,1,1729072800,2024,10,16,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(39983,1,1729076400,2024,10,16,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(39984,1,1729080000,2024,10,16,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(39985,1,1729083600,2024,10,16,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(39986,1,1729087200,2024,10,16,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(39987,1,1729090800,2024,10,16,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(39988,1,1729094400,2024,10,16,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(39989,1,1729098000,2024,10,16,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(39990,1,1729101600,2024,10,16,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(39991,1,1729105200,2024,10,16,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(39992,1,1729108800,2024,10,16,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(39993,1,1729112400,2024,10,16,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(39994,1,1729116000,2024,10,17,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(39995,1,1729119600,2024,10,17,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(39996,1,1729123200,2024,10,17,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(39997,1,1729126800,2024,10,17,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(39998,1,1729130400,2024,10,17,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(39999,1,1729134000,2024,10,17,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(40000,1,1729137600,2024,10,17,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(40001,1,1729141200,2024,10,17,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(40002,1,1729144800,2024,10,17,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(40003,1,1729148400,2024,10,17,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(40004,1,1729152000,2024,10,17,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(40005,1,1729155600,2024,10,17,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(40006,1,1729159200,2024,10,17,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(40007,1,1729162800,2024,10,17,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(40008,1,1729166400,2024,10,17,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(40009,1,1729170000,2024,10,17,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(40010,1,1729173600,2024,10,17,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(40011,1,1729177200,2024,10,17,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(40012,1,1729180800,2024,10,17,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(40013,1,1729184400,2024,10,17,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(40014,1,1729188000,2024,10,17,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(40015,1,1729191600,2024,10,17,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(40016,1,1729195200,2024,10,17,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(40017,1,1729198800,2024,10,17,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(40018,1,1729202400,2024,10,18,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(40019,1,1729206000,2024,10,18,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(40020,1,1729209600,2024,10,18,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(40021,1,1729213200,2024,10,18,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(40022,1,1729216800,2024,10,18,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(40023,1,1729220400,2024,10,18,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(40024,1,1729224000,2024,10,18,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(40025,1,1729227600,2024,10,18,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(40026,1,1729231200,2024,10,18,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(40027,1,1729234800,2024,10,18,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(40028,1,1729238400,2024,10,18,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(40029,1,1729242000,2024,10,18,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(40030,1,1729245600,2024,10,18,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(40031,1,1729249200,2024,10,18,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(40032,1,1729252800,2024,10,18,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(40033,1,1729256400,2024,10,18,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(40034,1,1729260000,2024,10,18,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(40035,1,1729263600,2024,10,18,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(40036,1,1729267200,2024,10,18,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(40037,1,1729270800,2024,10,18,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(40038,1,1729274400,2024,10,18,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(40039,1,1729278000,2024,10,18,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(40040,1,1729281600,2024,10,18,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(40041,1,1729285200,2024,10,18,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(40042,1,1729288800,2024,10,19,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(40043,1,1729292400,2024,10,19,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(40044,1,1729296000,2024,10,19,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(40045,1,1729299600,2024,10,19,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(40046,1,1729303200,2024,10,19,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(40047,1,1729306800,2024,10,19,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(40048,1,1729310400,2024,10,19,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(40049,1,1729314000,2024,10,19,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(40050,1,1729317600,2024,10,19,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(40051,1,1729321200,2024,10,19,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(40052,1,1729324800,2024,10,19,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(40053,1,1729328400,2024,10,19,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(40054,1,1729332000,2024,10,19,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(40055,1,1729335600,2024,10,19,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(40056,1,1729339200,2024,10,19,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(40057,1,1729342800,2024,10,19,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(40058,1,1729346400,2024,10,19,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(40059,1,1729350000,2024,10,19,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(40060,1,1729353600,2024,10,19,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(40061,1,1729357200,2024,10,19,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(40062,1,1729360800,2024,10,19,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(40063,1,1729364400,2024,10,19,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(40064,1,1729368000,2024,10,19,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(40065,1,1729371600,2024,10,19,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(40066,1,1729461600,2024,10,21,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(40067,1,1729465200,2024,10,21,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(40068,1,1729468800,2024,10,21,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(40069,1,1729472400,2024,10,21,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(40070,1,1729476000,2024,10,21,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(40071,1,1729479600,2024,10,21,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(40072,1,1729483200,2024,10,21,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(40073,1,1729486800,2024,10,21,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(40074,1,1729490400,2024,10,21,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(40075,1,1729494000,2024,10,21,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(40076,1,1729497600,2024,10,21,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(40077,1,1729501200,2024,10,21,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(40078,1,1729504800,2024,10,21,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(40079,1,1729508400,2024,10,21,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(40080,1,1729512000,2024,10,21,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(40081,1,1729515600,2024,10,21,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(40082,1,1729519200,2024,10,21,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(40083,1,1729522800,2024,10,21,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(40084,1,1729526400,2024,10,21,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(40085,1,1729530000,2024,10,21,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(40086,1,1729533600,2024,10,21,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(40087,1,1729537200,2024,10,21,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(40088,1,1729540800,2024,10,21,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(40089,1,1729544400,2024,10,21,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(40090,1,1729548000,2024,10,22,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(40091,1,1729551600,2024,10,22,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(40092,1,1729555200,2024,10,22,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(40093,1,1729558800,2024,10,22,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(40094,1,1729562400,2024,10,22,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(40095,1,1729566000,2024,10,22,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(40096,1,1729569600,2024,10,22,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(40097,1,1729573200,2024,10,22,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(40098,1,1729576800,2024,10,22,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(40099,1,1729580400,2024,10,22,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(40100,1,1729584000,2024,10,22,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(40101,1,1729587600,2024,10,22,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(40102,1,1729591200,2024,10,22,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(40103,1,1729594800,2024,10,22,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(40104,1,1729598400,2024,10,22,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(40105,1,1729602000,2024,10,22,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(40106,1,1729605600,2024,10,22,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(40107,1,1729609200,2024,10,22,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(40108,1,1729612800,2024,10,22,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(40109,1,1729616400,2024,10,22,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(40110,1,1729620000,2024,10,22,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(40111,1,1729623600,2024,10,22,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(40112,1,1729627200,2024,10,22,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(40113,1,1729630800,2024,10,22,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(40114,1,1729634400,2024,10,23,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(40115,1,1729638000,2024,10,23,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(40116,1,1729641600,2024,10,23,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(40117,1,1729645200,2024,10,23,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(40118,1,1729648800,2024,10,23,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(40119,1,1729652400,2024,10,23,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(40120,1,1729656000,2024,10,23,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(40121,1,1729659600,2024,10,23,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(40122,1,1729663200,2024,10,23,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(40123,1,1729666800,2024,10,23,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(40124,1,1729670400,2024,10,23,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(40125,1,1729674000,2024,10,23,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(40126,1,1729677600,2024,10,23,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(40127,1,1729681200,2024,10,23,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(40128,1,1729684800,2024,10,23,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(40129,1,1729688400,2024,10,23,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(40130,1,1729692000,2024,10,23,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(40131,1,1729695600,2024,10,23,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(40132,1,1729699200,2024,10,23,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(40133,1,1729702800,2024,10,23,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(40134,1,1729706400,2024,10,23,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(40135,1,1729710000,2024,10,23,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(40136,1,1729713600,2024,10,23,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(40137,1,1729717200,2024,10,23,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(40138,1,1729720800,2024,10,24,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(40139,1,1729724400,2024,10,24,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(40140,1,1729728000,2024,10,24,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(40141,1,1729731600,2024,10,24,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(40142,1,1729735200,2024,10,24,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(40143,1,1729738800,2024,10,24,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(40144,1,1729742400,2024,10,24,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(40145,1,1729746000,2024,10,24,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(40146,1,1729749600,2024,10,24,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(40147,1,1729753200,2024,10,24,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(40148,1,1729756800,2024,10,24,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(40149,1,1729760400,2024,10,24,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(40150,1,1729764000,2024,10,24,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(40151,1,1729767600,2024,10,24,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(40152,1,1729771200,2024,10,24,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(40153,1,1729774800,2024,10,24,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(40154,1,1729778400,2024,10,24,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(40155,1,1729782000,2024,10,24,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(40156,1,1729785600,2024,10,24,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(40157,1,1729789200,2024,10,24,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(40158,1,1729792800,2024,10,24,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(40159,1,1729796400,2024,10,24,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(40160,1,1729800000,2024,10,24,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(40161,1,1729803600,2024,10,24,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(40162,1,1729807200,2024,10,25,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(40163,1,1729810800,2024,10,25,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(40164,1,1729814400,2024,10,25,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(40165,1,1729818000,2024,10,25,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(40166,1,1729821600,2024,10,25,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(40167,1,1729825200,2024,10,25,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(40168,1,1729828800,2024,10,25,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(40169,1,1729832400,2024,10,25,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(40170,1,1729836000,2024,10,25,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(40171,1,1729839600,2024,10,25,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(40172,1,1729843200,2024,10,25,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(40173,1,1729846800,2024,10,25,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(40174,1,1729850400,2024,10,25,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(40175,1,1729854000,2024,10,25,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(40176,1,1729857600,2024,10,25,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(40177,1,1729861200,2024,10,25,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(40178,1,1729864800,2024,10,25,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(40179,1,1729868400,2024,10,25,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(40180,1,1729872000,2024,10,25,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(40181,1,1729875600,2024,10,25,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(40182,1,1729879200,2024,10,25,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(40183,1,1729882800,2024,10,25,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(40184,1,1729886400,2024,10,25,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(40185,1,1729890000,2024,10,25,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(40186,1,1729893600,2024,10,26,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(40187,1,1729897200,2024,10,26,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(40188,1,1729900800,2024,10,26,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(40189,1,1729904400,2024,10,26,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(40190,1,1729908000,2024,10,26,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(40191,1,1729911600,2024,10,26,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(40192,1,1729915200,2024,10,26,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(40193,1,1729918800,2024,10,26,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(40194,1,1729922400,2024,10,26,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(40195,1,1729926000,2024,10,26,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(40196,1,1729929600,2024,10,26,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(40197,1,1729933200,2024,10,26,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(40198,1,1729936800,2024,10,26,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(40199,1,1729940400,2024,10,26,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(40200,1,1729944000,2024,10,26,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(40201,1,1729947600,2024,10,26,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(40202,1,1729951200,2024,10,26,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(40203,1,1729954800,2024,10,26,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(40204,1,1729958400,2024,10,26,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(40205,1,1729962000,2024,10,26,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(40206,1,1729965600,2024,10,26,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(40207,1,1729969200,2024,10,26,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(40208,1,1729972800,2024,10,26,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(40209,1,1729976400,2024,10,26,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(40210,1,1730070000,2024,10,28,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(40211,1,1730073600,2024,10,28,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(40212,1,1730077200,2024,10,28,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(40213,1,1730080800,2024,10,28,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(40214,1,1730084400,2024,10,28,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(40215,1,1730088000,2024,10,28,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(40216,1,1730091600,2024,10,28,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(40217,1,1730095200,2024,10,28,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(40218,1,1730098800,2024,10,28,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(40219,1,1730102400,2024,10,28,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(40220,1,1730106000,2024,10,28,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(40221,1,1730109600,2024,10,28,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(40222,1,1730113200,2024,10,28,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(40223,1,1730116800,2024,10,28,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(40224,1,1730120400,2024,10,28,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(40225,1,1730124000,2024,10,28,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(40226,1,1730127600,2024,10,28,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(40227,1,1730131200,2024,10,28,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(40228,1,1730134800,2024,10,28,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(40229,1,1730138400,2024,10,28,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(40230,1,1730142000,2024,10,28,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(40231,1,1730145600,2024,10,28,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(40232,1,1730149200,2024,10,28,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(40233,1,1730152800,2024,10,28,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(40234,1,1730156400,2024,10,29,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(40235,1,1730160000,2024,10,29,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(40236,1,1730163600,2024,10,29,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(40237,1,1730167200,2024,10,29,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(40238,1,1730170800,2024,10,29,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(40239,1,1730174400,2024,10,29,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(40240,1,1730178000,2024,10,29,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(40241,1,1730181600,2024,10,29,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(40242,1,1730185200,2024,10,29,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(40243,1,1730188800,2024,10,29,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(40244,1,1730192400,2024,10,29,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(40245,1,1730196000,2024,10,29,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(40246,1,1730199600,2024,10,29,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(40247,1,1730203200,2024,10,29,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(40248,1,1730206800,2024,10,29,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(40249,1,1730210400,2024,10,29,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(40250,1,1730214000,2024,10,29,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(40251,1,1730217600,2024,10,29,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(40252,1,1730221200,2024,10,29,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(40253,1,1730224800,2024,10,29,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(40254,1,1730228400,2024,10,29,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(40255,1,1730232000,2024,10,29,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(40256,1,1730235600,2024,10,29,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(40257,1,1730239200,2024,10,29,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(40258,1,1730242800,2024,10,30,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(40259,1,1730246400,2024,10,30,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(40260,1,1730250000,2024,10,30,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(40261,1,1730253600,2024,10,30,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(40262,1,1730257200,2024,10,30,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(40263,1,1730260800,2024,10,30,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(40264,1,1730264400,2024,10,30,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(40265,1,1730268000,2024,10,30,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(40266,1,1730271600,2024,10,30,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(40267,1,1730275200,2024,10,30,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(40268,1,1730278800,2024,10,30,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(40269,1,1730282400,2024,10,30,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(40270,1,1730286000,2024,10,30,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(40271,1,1730289600,2024,10,30,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(40272,1,1730293200,2024,10,30,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(40273,1,1730296800,2024,10,30,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(40274,1,1730300400,2024,10,30,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(40275,1,1730304000,2024,10,30,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(40276,1,1730307600,2024,10,30,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(40277,1,1730311200,2024,10,30,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(40278,1,1730314800,2024,10,30,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(40279,1,1730318400,2024,10,30,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(40280,1,1730322000,2024,10,30,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(40281,1,1730325600,2024,10,30,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(40282,1,1730329200,2024,10,31,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(40283,1,1730332800,2024,10,31,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(40284,1,1730336400,2024,10,31,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(40285,1,1730340000,2024,10,31,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(40286,1,1730343600,2024,10,31,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(40287,1,1730347200,2024,10,31,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(40288,1,1730350800,2024,10,31,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(40289,1,1730354400,2024,10,31,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(40290,1,1730358000,2024,10,31,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(40291,1,1730361600,2024,10,31,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(40292,1,1730365200,2024,10,31,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(40293,1,1730368800,2024,10,31,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(40294,1,1730372400,2024,10,31,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(40295,1,1730376000,2024,10,31,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(40296,1,1730379600,2024,10,31,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(40297,1,1730383200,2024,10,31,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(40298,1,1730386800,2024,10,31,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(40299,1,1730390400,2024,10,31,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(40300,1,1730394000,2024,10,31,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(40301,1,1730397600,2024,10,31,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(40302,1,1730401200,2024,10,31,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(40303,1,1730404800,2024,10,31,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(40304,1,1730408400,2024,10,31,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(40305,1,1730412000,2024,10,31,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(40306,1,1730415600,2024,11,1,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(40307,1,1730419200,2024,11,1,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(40308,1,1730422800,2024,11,1,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(40309,1,1730426400,2024,11,1,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(40310,1,1730430000,2024,11,1,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(40311,1,1730433600,2024,11,1,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(40312,1,1730437200,2024,11,1,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(40313,1,1730440800,2024,11,1,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(40314,1,1730444400,2024,11,1,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(40315,1,1730448000,2024,11,1,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(40316,1,1730451600,2024,11,1,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(40317,1,1730455200,2024,11,1,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(40318,1,1730458800,2024,11,1,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(40319,1,1730462400,2024,11,1,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(40320,1,1730466000,2024,11,1,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(40321,1,1730469600,2024,11,1,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(40322,1,1730473200,2024,11,1,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(40323,1,1730476800,2024,11,1,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(40324,1,1730480400,2024,11,1,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(40325,1,1730484000,2024,11,1,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(40326,1,1730487600,2024,11,1,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(40327,1,1730491200,2024,11,1,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(40328,1,1730494800,2024,11,1,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(40329,1,1730498400,2024,11,1,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(40330,1,1730502000,2024,11,2,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(40331,1,1730505600,2024,11,2,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(40332,1,1730509200,2024,11,2,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(40333,1,1730512800,2024,11,2,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(40334,1,1730516400,2024,11,2,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(40335,1,1730520000,2024,11,2,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(40336,1,1730523600,2024,11,2,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(40337,1,1730527200,2024,11,2,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(40338,1,1730530800,2024,11,2,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(40339,1,1730534400,2024,11,2,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(40340,1,1730538000,2024,11,2,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(40341,1,1730541600,2024,11,2,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(40342,1,1730545200,2024,11,2,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(40343,1,1730548800,2024,11,2,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(40344,1,1730552400,2024,11,2,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(40345,1,1730556000,2024,11,2,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(40346,1,1730559600,2024,11,2,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(40347,1,1730563200,2024,11,2,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(40348,1,1730566800,2024,11,2,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(40349,1,1730570400,2024,11,2,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(40350,1,1730574000,2024,11,2,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(40351,1,1730577600,2024,11,2,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(40352,1,1730581200,2024,11,2,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(40353,1,1730584800,2024,11,2,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(40354,1,1730674800,2024,11,4,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(40355,1,1730678400,2024,11,4,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(40356,1,1730682000,2024,11,4,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(40357,1,1730685600,2024,11,4,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(40358,1,1730689200,2024,11,4,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(40359,1,1730692800,2024,11,4,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(40360,1,1730696400,2024,11,4,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(40361,1,1730700000,2024,11,4,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(40362,1,1730703600,2024,11,4,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(40363,1,1730707200,2024,11,4,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(40364,1,1730710800,2024,11,4,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(40365,1,1730714400,2024,11,4,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(40366,1,1730718000,2024,11,4,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(40367,1,1730721600,2024,11,4,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(40368,1,1730725200,2024,11,4,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(40369,1,1730728800,2024,11,4,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(40370,1,1730732400,2024,11,4,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(40371,1,1730736000,2024,11,4,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(40372,1,1730739600,2024,11,4,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(40373,1,1730743200,2024,11,4,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(40374,1,1730746800,2024,11,4,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(40375,1,1730750400,2024,11,4,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(40376,1,1730754000,2024,11,4,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(40377,1,1730757600,2024,11,4,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(40378,1,1730761200,2024,11,5,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(40379,1,1730764800,2024,11,5,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(40380,1,1730768400,2024,11,5,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(40381,1,1730772000,2024,11,5,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(40382,1,1730775600,2024,11,5,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(40383,1,1730779200,2024,11,5,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(40384,1,1730782800,2024,11,5,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(40385,1,1730786400,2024,11,5,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(40386,1,1730790000,2024,11,5,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(40387,1,1730793600,2024,11,5,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(40388,1,1730797200,2024,11,5,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(40389,1,1730800800,2024,11,5,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(40390,1,1730804400,2024,11,5,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(40391,1,1730808000,2024,11,5,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(40392,1,1730811600,2024,11,5,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(40393,1,1730815200,2024,11,5,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(40394,1,1730818800,2024,11,5,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(40395,1,1730822400,2024,11,5,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(40396,1,1730826000,2024,11,5,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(40397,1,1730829600,2024,11,5,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(40398,1,1730833200,2024,11,5,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(40399,1,1730836800,2024,11,5,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(40400,1,1730840400,2024,11,5,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(40401,1,1730844000,2024,11,5,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(40402,1,1730847600,2024,11,6,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(40403,1,1730851200,2024,11,6,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(40404,1,1730854800,2024,11,6,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(40405,1,1730858400,2024,11,6,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(40406,1,1730862000,2024,11,6,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(40407,1,1730865600,2024,11,6,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(40408,1,1730869200,2024,11,6,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(40409,1,1730872800,2024,11,6,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(40410,1,1730876400,2024,11,6,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(40411,1,1730880000,2024,11,6,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(40412,1,1730883600,2024,11,6,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(40413,1,1730887200,2024,11,6,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(40414,1,1730890800,2024,11,6,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(40415,1,1730894400,2024,11,6,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(40416,1,1730898000,2024,11,6,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(40417,1,1730901600,2024,11,6,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(40418,1,1730905200,2024,11,6,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(40419,1,1730908800,2024,11,6,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(40420,1,1730912400,2024,11,6,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(40421,1,1730916000,2024,11,6,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(40422,1,1730919600,2024,11,6,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(40423,1,1730923200,2024,11,6,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(40424,1,1730926800,2024,11,6,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(40425,1,1730930400,2024,11,6,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(40426,1,1730934000,2024,11,7,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(40427,1,1730937600,2024,11,7,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(40428,1,1730941200,2024,11,7,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(40429,1,1730944800,2024,11,7,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(40430,1,1730948400,2024,11,7,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(40431,1,1730952000,2024,11,7,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(40432,1,1730955600,2024,11,7,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(40433,1,1730959200,2024,11,7,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(40434,1,1730962800,2024,11,7,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(40435,1,1730966400,2024,11,7,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(40436,1,1730970000,2024,11,7,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(40437,1,1730973600,2024,11,7,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(40438,1,1730977200,2024,11,7,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(40439,1,1730980800,2024,11,7,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(40440,1,1730984400,2024,11,7,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(40441,1,1730988000,2024,11,7,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(40442,1,1730991600,2024,11,7,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(40443,1,1730995200,2024,11,7,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(40444,1,1730998800,2024,11,7,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(40445,1,1731002400,2024,11,7,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(40446,1,1731006000,2024,11,7,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(40447,1,1731009600,2024,11,7,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(40448,1,1731013200,2024,11,7,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(40449,1,1731016800,2024,11,7,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(40450,1,1731020400,2024,11,8,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(40451,1,1731024000,2024,11,8,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(40452,1,1731027600,2024,11,8,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(40453,1,1731031200,2024,11,8,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(40454,1,1731034800,2024,11,8,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(40455,1,1731038400,2024,11,8,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(40456,1,1731042000,2024,11,8,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(40457,1,1731045600,2024,11,8,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(40458,1,1731049200,2024,11,8,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(40459,1,1731052800,2024,11,8,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(40460,1,1731056400,2024,11,8,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(40461,1,1731060000,2024,11,8,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(40462,1,1731063600,2024,11,8,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(40463,1,1731067200,2024,11,8,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(40464,1,1731070800,2024,11,8,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(40465,1,1731074400,2024,11,8,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(40466,1,1731078000,2024,11,8,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(40467,1,1731081600,2024,11,8,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(40468,1,1731085200,2024,11,8,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(40469,1,1731088800,2024,11,8,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(40470,1,1731092400,2024,11,8,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(40471,1,1731096000,2024,11,8,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(40472,1,1731099600,2024,11,8,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(40473,1,1731103200,2024,11,8,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(40474,1,1731106800,2024,11,9,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(40475,1,1731110400,2024,11,9,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(40476,1,1731114000,2024,11,9,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(40477,1,1731117600,2024,11,9,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(40478,1,1731121200,2024,11,9,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(40479,1,1731124800,2024,11,9,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(40480,1,1731128400,2024,11,9,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(40481,1,1731132000,2024,11,9,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(40482,1,1731135600,2024,11,9,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(40483,1,1731139200,2024,11,9,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(40484,1,1731142800,2024,11,9,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(40485,1,1731146400,2024,11,9,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(40486,1,1731150000,2024,11,9,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(40487,1,1731153600,2024,11,9,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(40488,1,1731157200,2024,11,9,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(40489,1,1731160800,2024,11,9,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(40490,1,1731164400,2024,11,9,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(40491,1,1731168000,2024,11,9,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(40492,1,1731171600,2024,11,9,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(40493,1,1731175200,2024,11,9,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(40494,1,1731178800,2024,11,9,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(40495,1,1731182400,2024,11,9,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(40496,1,1731186000,2024,11,9,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(40497,1,1731189600,2024,11,9,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(40498,1,1731279600,2024,11,11,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(40499,1,1731283200,2024,11,11,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(40500,1,1731286800,2024,11,11,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(40501,1,1731290400,2024,11,11,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(40502,1,1731294000,2024,11,11,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(40503,1,1731297600,2024,11,11,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(40504,1,1731301200,2024,11,11,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(40505,1,1731304800,2024,11,11,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(40506,1,1731308400,2024,11,11,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(40507,1,1731312000,2024,11,11,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(40508,1,1731315600,2024,11,11,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(40509,1,1731319200,2024,11,11,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(40510,1,1731322800,2024,11,11,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(40511,1,1731326400,2024,11,11,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(40512,1,1731330000,2024,11,11,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(40513,1,1731333600,2024,11,11,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(40514,1,1731337200,2024,11,11,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(40515,1,1731340800,2024,11,11,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(40516,1,1731344400,2024,11,11,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(40517,1,1731348000,2024,11,11,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(40518,1,1731351600,2024,11,11,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(40519,1,1731355200,2024,11,11,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(40520,1,1731358800,2024,11,11,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(40521,1,1731362400,2024,11,11,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(40522,1,1731366000,2024,11,12,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(40523,1,1731369600,2024,11,12,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(40524,1,1731373200,2024,11,12,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(40525,1,1731376800,2024,11,12,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(40526,1,1731380400,2024,11,12,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(40527,1,1731384000,2024,11,12,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(40528,1,1731387600,2024,11,12,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(40529,1,1731391200,2024,11,12,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(40530,1,1731394800,2024,11,12,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(40531,1,1731398400,2024,11,12,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(40532,1,1731402000,2024,11,12,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(40533,1,1731405600,2024,11,12,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(40534,1,1731409200,2024,11,12,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(40535,1,1731412800,2024,11,12,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(40536,1,1731416400,2024,11,12,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(40537,1,1731420000,2024,11,12,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(40538,1,1731423600,2024,11,12,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(40539,1,1731427200,2024,11,12,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(40540,1,1731430800,2024,11,12,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(40541,1,1731434400,2024,11,12,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(40542,1,1731438000,2024,11,12,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(40543,1,1731441600,2024,11,12,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(40544,1,1731445200,2024,11,12,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(40545,1,1731448800,2024,11,12,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(40546,1,1731452400,2024,11,13,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(40547,1,1731456000,2024,11,13,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(40548,1,1731459600,2024,11,13,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(40549,1,1731463200,2024,11,13,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(40550,1,1731466800,2024,11,13,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(40551,1,1731470400,2024,11,13,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(40552,1,1731474000,2024,11,13,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(40553,1,1731477600,2024,11,13,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(40554,1,1731481200,2024,11,13,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(40555,1,1731484800,2024,11,13,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(40556,1,1731488400,2024,11,13,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(40557,1,1731492000,2024,11,13,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(40558,1,1731495600,2024,11,13,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(40559,1,1731499200,2024,11,13,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(40560,1,1731502800,2024,11,13,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(40561,1,1731506400,2024,11,13,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(40562,1,1731510000,2024,11,13,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(40563,1,1731513600,2024,11,13,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(40564,1,1731517200,2024,11,13,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(40565,1,1731520800,2024,11,13,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(40566,1,1731524400,2024,11,13,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(40567,1,1731528000,2024,11,13,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(40568,1,1731531600,2024,11,13,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(40569,1,1731535200,2024,11,13,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(40570,1,1731538800,2024,11,14,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(40571,1,1731542400,2024,11,14,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(40572,1,1731546000,2024,11,14,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(40573,1,1731549600,2024,11,14,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(40574,1,1731553200,2024,11,14,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(40575,1,1731556800,2024,11,14,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(40576,1,1731560400,2024,11,14,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(40577,1,1731564000,2024,11,14,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(40578,1,1731567600,2024,11,14,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(40579,1,1731571200,2024,11,14,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(40580,1,1731574800,2024,11,14,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(40581,1,1731578400,2024,11,14,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(40582,1,1731582000,2024,11,14,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(40583,1,1731585600,2024,11,14,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(40584,1,1731589200,2024,11,14,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(40585,1,1731592800,2024,11,14,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(40586,1,1731596400,2024,11,14,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(40587,1,1731600000,2024,11,14,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(40588,1,1731603600,2024,11,14,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(40589,1,1731607200,2024,11,14,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(40590,1,1731610800,2024,11,14,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(40591,1,1731614400,2024,11,14,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(40592,1,1731618000,2024,11,14,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(40593,1,1731621600,2024,11,14,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(40594,1,1731625200,2024,11,15,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(40595,1,1731628800,2024,11,15,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(40596,1,1731632400,2024,11,15,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(40597,1,1731636000,2024,11,15,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(40598,1,1731639600,2024,11,15,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(40599,1,1731643200,2024,11,15,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(40600,1,1731646800,2024,11,15,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(40601,1,1731650400,2024,11,15,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(40602,1,1731654000,2024,11,15,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(40603,1,1731657600,2024,11,15,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(40604,1,1731661200,2024,11,15,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(40605,1,1731664800,2024,11,15,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(40606,1,1731668400,2024,11,15,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(40607,1,1731672000,2024,11,15,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(40608,1,1731675600,2024,11,15,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(40609,1,1731679200,2024,11,15,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(40610,1,1731682800,2024,11,15,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(40611,1,1731686400,2024,11,15,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(40612,1,1731690000,2024,11,15,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(40613,1,1731693600,2024,11,15,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(40614,1,1731697200,2024,11,15,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(40615,1,1731700800,2024,11,15,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(40616,1,1731704400,2024,11,15,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(40617,1,1731708000,2024,11,15,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(40618,1,1731711600,2024,11,16,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(40619,1,1731715200,2024,11,16,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(40620,1,1731718800,2024,11,16,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(40621,1,1731722400,2024,11,16,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(40622,1,1731726000,2024,11,16,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(40623,1,1731729600,2024,11,16,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(40624,1,1731733200,2024,11,16,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(40625,1,1731736800,2024,11,16,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(40626,1,1731740400,2024,11,16,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(40627,1,1731744000,2024,11,16,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(40628,1,1731747600,2024,11,16,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(40629,1,1731751200,2024,11,16,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(40630,1,1731754800,2024,11,16,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(40631,1,1731758400,2024,11,16,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(40632,1,1731762000,2024,11,16,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(40633,1,1731765600,2024,11,16,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(40634,1,1731769200,2024,11,16,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(40635,1,1731772800,2024,11,16,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(40636,1,1731776400,2024,11,16,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(40637,1,1731780000,2024,11,16,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(40638,1,1731783600,2024,11,16,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(40639,1,1731787200,2024,11,16,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(40640,1,1731790800,2024,11,16,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(40641,1,1731794400,2024,11,16,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(40642,1,1731884400,2024,11,18,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(40643,1,1731888000,2024,11,18,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(40644,1,1731891600,2024,11,18,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(40645,1,1731895200,2024,11,18,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(40646,1,1731898800,2024,11,18,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(40647,1,1731902400,2024,11,18,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(40648,1,1731906000,2024,11,18,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(40649,1,1731909600,2024,11,18,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(40650,1,1731913200,2024,11,18,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(40651,1,1731916800,2024,11,18,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(40652,1,1731920400,2024,11,18,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(40653,1,1731924000,2024,11,18,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(40654,1,1731927600,2024,11,18,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(40655,1,1731931200,2024,11,18,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(40656,1,1731934800,2024,11,18,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(40657,1,1731938400,2024,11,18,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(40658,1,1731942000,2024,11,18,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(40659,1,1731945600,2024,11,18,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(40660,1,1731949200,2024,11,18,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(40661,1,1731952800,2024,11,18,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(40662,1,1731956400,2024,11,18,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(40663,1,1731960000,2024,11,18,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(40664,1,1731963600,2024,11,18,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(40665,1,1731967200,2024,11,18,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(40666,1,1731970800,2024,11,19,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(40667,1,1731974400,2024,11,19,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(40668,1,1731978000,2024,11,19,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(40669,1,1731981600,2024,11,19,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(40670,1,1731985200,2024,11,19,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(40671,1,1731988800,2024,11,19,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(40672,1,1731992400,2024,11,19,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(40673,1,1731996000,2024,11,19,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(40674,1,1731999600,2024,11,19,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(40675,1,1732003200,2024,11,19,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(40676,1,1732006800,2024,11,19,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(40677,1,1732010400,2024,11,19,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(40678,1,1732014000,2024,11,19,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(40679,1,1732017600,2024,11,19,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(40680,1,1732021200,2024,11,19,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(40681,1,1732024800,2024,11,19,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(40682,1,1732028400,2024,11,19,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(40683,1,1732032000,2024,11,19,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(40684,1,1732035600,2024,11,19,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(40685,1,1732039200,2024,11,19,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(40686,1,1732042800,2024,11,19,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(40687,1,1732046400,2024,11,19,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(40688,1,1732050000,2024,11,19,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(40689,1,1732053600,2024,11,19,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(40690,1,1732057200,2024,11,20,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(40691,1,1732060800,2024,11,20,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(40692,1,1732064400,2024,11,20,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(40693,1,1732068000,2024,11,20,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(40694,1,1732071600,2024,11,20,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(40695,1,1732075200,2024,11,20,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(40696,1,1732078800,2024,11,20,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(40697,1,1732082400,2024,11,20,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(40698,1,1732086000,2024,11,20,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(40699,1,1732089600,2024,11,20,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(40700,1,1732093200,2024,11,20,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(40701,1,1732096800,2024,11,20,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(40702,1,1732100400,2024,11,20,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(40703,1,1732104000,2024,11,20,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(40704,1,1732107600,2024,11,20,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(40705,1,1732111200,2024,11,20,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(40706,1,1732114800,2024,11,20,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(40707,1,1732118400,2024,11,20,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(40708,1,1732122000,2024,11,20,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(40709,1,1732125600,2024,11,20,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(40710,1,1732129200,2024,11,20,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(40711,1,1732132800,2024,11,20,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(40712,1,1732136400,2024,11,20,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(40713,1,1732140000,2024,11,20,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(40714,1,1732143600,2024,11,21,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(40715,1,1732147200,2024,11,21,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(40716,1,1732150800,2024,11,21,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(40717,1,1732154400,2024,11,21,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(40718,1,1732158000,2024,11,21,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(40719,1,1732161600,2024,11,21,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(40720,1,1732165200,2024,11,21,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(40721,1,1732168800,2024,11,21,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(40722,1,1732172400,2024,11,21,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(40723,1,1732176000,2024,11,21,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(40724,1,1732179600,2024,11,21,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(40725,1,1732183200,2024,11,21,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(40726,1,1732186800,2024,11,21,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(40727,1,1732190400,2024,11,21,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(40728,1,1732194000,2024,11,21,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(40729,1,1732197600,2024,11,21,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(40730,1,1732201200,2024,11,21,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(40731,1,1732204800,2024,11,21,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(40732,1,1732208400,2024,11,21,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(40733,1,1732212000,2024,11,21,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(40734,1,1732215600,2024,11,21,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(40735,1,1732219200,2024,11,21,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(40736,1,1732222800,2024,11,21,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(40737,1,1732226400,2024,11,21,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(40738,1,1732230000,2024,11,22,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(40739,1,1732233600,2024,11,22,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(40740,1,1732237200,2024,11,22,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(40741,1,1732240800,2024,11,22,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(40742,1,1732244400,2024,11,22,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(40743,1,1732248000,2024,11,22,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(40744,1,1732251600,2024,11,22,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(40745,1,1732255200,2024,11,22,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(40746,1,1732258800,2024,11,22,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(40747,1,1732262400,2024,11,22,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(40748,1,1732266000,2024,11,22,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(40749,1,1732269600,2024,11,22,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(40750,1,1732273200,2024,11,22,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(40751,1,1732276800,2024,11,22,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(40752,1,1732280400,2024,11,22,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(40753,1,1732284000,2024,11,22,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(40754,1,1732287600,2024,11,22,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(40755,1,1732291200,2024,11,22,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(40756,1,1732294800,2024,11,22,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(40757,1,1732298400,2024,11,22,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(40758,1,1732302000,2024,11,22,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(40759,1,1732305600,2024,11,22,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(40760,1,1732309200,2024,11,22,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(40761,1,1732312800,2024,11,22,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(40762,1,1732316400,2024,11,23,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(40763,1,1732320000,2024,11,23,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(40764,1,1732323600,2024,11,23,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(40765,1,1732327200,2024,11,23,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(40766,1,1732330800,2024,11,23,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(40767,1,1732334400,2024,11,23,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(40768,1,1732338000,2024,11,23,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(40769,1,1732341600,2024,11,23,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(40770,1,1732345200,2024,11,23,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(40771,1,1732348800,2024,11,23,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(40772,1,1732352400,2024,11,23,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(40773,1,1732356000,2024,11,23,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(40774,1,1732359600,2024,11,23,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(40775,1,1732363200,2024,11,23,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(40776,1,1732366800,2024,11,23,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(40777,1,1732370400,2024,11,23,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(40778,1,1732374000,2024,11,23,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(40779,1,1732377600,2024,11,23,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(40780,1,1732381200,2024,11,23,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(40781,1,1732384800,2024,11,23,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(40782,1,1732388400,2024,11,23,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(40783,1,1732392000,2024,11,23,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(40784,1,1732395600,2024,11,23,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(40785,1,1732399200,2024,11,23,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(40786,1,1732489200,2024,11,25,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(40787,1,1732492800,2024,11,25,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(40788,1,1732496400,2024,11,25,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(40789,1,1732500000,2024,11,25,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(40790,1,1732503600,2024,11,25,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(40791,1,1732507200,2024,11,25,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(40792,1,1732510800,2024,11,25,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(40793,1,1732514400,2024,11,25,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(40794,1,1732518000,2024,11,25,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(40795,1,1732521600,2024,11,25,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(40796,1,1732525200,2024,11,25,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(40797,1,1732528800,2024,11,25,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(40798,1,1732532400,2024,11,25,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(40799,1,1732536000,2024,11,25,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(40800,1,1732539600,2024,11,25,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(40801,1,1732543200,2024,11,25,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(40802,1,1732546800,2024,11,25,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(40803,1,1732550400,2024,11,25,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(40804,1,1732554000,2024,11,25,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(40805,1,1732557600,2024,11,25,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(40806,1,1732561200,2024,11,25,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(40807,1,1732564800,2024,11,25,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(40808,1,1732568400,2024,11,25,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(40809,1,1732572000,2024,11,25,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(40810,1,1732575600,2024,11,26,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(40811,1,1732579200,2024,11,26,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(40812,1,1732582800,2024,11,26,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(40813,1,1732586400,2024,11,26,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(40814,1,1732590000,2024,11,26,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(40815,1,1732593600,2024,11,26,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(40816,1,1732597200,2024,11,26,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(40817,1,1732600800,2024,11,26,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(40818,1,1732604400,2024,11,26,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(40819,1,1732608000,2024,11,26,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(40820,1,1732611600,2024,11,26,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(40821,1,1732615200,2024,11,26,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(40822,1,1732618800,2024,11,26,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(40823,1,1732622400,2024,11,26,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(40824,1,1732626000,2024,11,26,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(40825,1,1732629600,2024,11,26,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(40826,1,1732633200,2024,11,26,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(40827,1,1732636800,2024,11,26,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(40828,1,1732640400,2024,11,26,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(40829,1,1732644000,2024,11,26,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(40830,1,1732647600,2024,11,26,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(40831,1,1732651200,2024,11,26,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(40832,1,1732654800,2024,11,26,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(40833,1,1732658400,2024,11,26,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(40834,1,1732662000,2024,11,27,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(40835,1,1732665600,2024,11,27,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(40836,1,1732669200,2024,11,27,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(40837,1,1732672800,2024,11,27,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(40838,1,1732676400,2024,11,27,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(40839,1,1732680000,2024,11,27,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(40840,1,1732683600,2024,11,27,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(40841,1,1732687200,2024,11,27,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(40842,1,1732690800,2024,11,27,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(40843,1,1732694400,2024,11,27,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(40844,1,1732698000,2024,11,27,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(40845,1,1732701600,2024,11,27,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(40846,1,1732705200,2024,11,27,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(40847,1,1732708800,2024,11,27,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(40848,1,1732712400,2024,11,27,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(40849,1,1732716000,2024,11,27,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(40850,1,1732719600,2024,11,27,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(40851,1,1732723200,2024,11,27,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(40852,1,1732726800,2024,11,27,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(40853,1,1732730400,2024,11,27,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(40854,1,1732734000,2024,11,27,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(40855,1,1732737600,2024,11,27,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(40856,1,1732741200,2024,11,27,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(40857,1,1732744800,2024,11,27,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(40858,1,1732748400,2024,11,28,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(40859,1,1732752000,2024,11,28,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(40860,1,1732755600,2024,11,28,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(40861,1,1732759200,2024,11,28,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(40862,1,1732762800,2024,11,28,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(40863,1,1732766400,2024,11,28,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(40864,1,1732770000,2024,11,28,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(40865,1,1732773600,2024,11,28,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(40866,1,1732777200,2024,11,28,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(40867,1,1732780800,2024,11,28,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(40868,1,1732784400,2024,11,28,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(40869,1,1732788000,2024,11,28,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(40870,1,1732791600,2024,11,28,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(40871,1,1732795200,2024,11,28,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(40872,1,1732798800,2024,11,28,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(40873,1,1732802400,2024,11,28,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(40874,1,1732806000,2024,11,28,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(40875,1,1732809600,2024,11,28,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(40876,1,1732813200,2024,11,28,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(40877,1,1732816800,2024,11,28,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(40878,1,1732820400,2024,11,28,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(40879,1,1732824000,2024,11,28,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(40880,1,1732827600,2024,11,28,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(40881,1,1732831200,2024,11,28,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(40882,1,1732834800,2024,11,29,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(40883,1,1732838400,2024,11,29,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(40884,1,1732842000,2024,11,29,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(40885,1,1732845600,2024,11,29,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(40886,1,1732849200,2024,11,29,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(40887,1,1732852800,2024,11,29,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(40888,1,1732856400,2024,11,29,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(40889,1,1732860000,2024,11,29,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(40890,1,1732863600,2024,11,29,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(40891,1,1732867200,2024,11,29,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(40892,1,1732870800,2024,11,29,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(40893,1,1732874400,2024,11,29,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(40894,1,1732878000,2024,11,29,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(40895,1,1732881600,2024,11,29,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(40896,1,1732885200,2024,11,29,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(40897,1,1732888800,2024,11,29,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(40898,1,1732892400,2024,11,29,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(40899,1,1732896000,2024,11,29,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(40900,1,1732899600,2024,11,29,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(40901,1,1732903200,2024,11,29,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(40902,1,1732906800,2024,11,29,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(40903,1,1732910400,2024,11,29,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(40904,1,1732914000,2024,11,29,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(40905,1,1732917600,2024,11,29,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(40906,1,1732921200,2024,11,30,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(40907,1,1732924800,2024,11,30,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(40908,1,1732928400,2024,11,30,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(40909,1,1732932000,2024,11,30,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(40910,1,1732935600,2024,11,30,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(40911,1,1732939200,2024,11,30,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(40912,1,1732942800,2024,11,30,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(40913,1,1732946400,2024,11,30,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(40914,1,1732950000,2024,11,30,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(40915,1,1732953600,2024,11,30,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(40916,1,1732957200,2024,11,30,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(40917,1,1732960800,2024,11,30,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(40918,1,1732964400,2024,11,30,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(40919,1,1732968000,2024,11,30,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(40920,1,1732971600,2024,11,30,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(40921,1,1732975200,2024,11,30,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(40922,1,1732978800,2024,11,30,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(40923,1,1732982400,2024,11,30,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(40924,1,1732986000,2024,11,30,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(40925,1,1732989600,2024,11,30,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(40926,1,1732993200,2024,11,30,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(40927,1,1732996800,2024,11,30,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(40928,1,1733000400,2024,11,30,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(40929,1,1733004000,2024,11,30,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(40930,1,1733094000,2024,12,2,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(40931,1,1733097600,2024,12,2,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(40932,1,1733101200,2024,12,2,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(40933,1,1733104800,2024,12,2,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(40934,1,1733108400,2024,12,2,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(40935,1,1733112000,2024,12,2,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(40936,1,1733115600,2024,12,2,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(40937,1,1733119200,2024,12,2,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(40938,1,1733122800,2024,12,2,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(40939,1,1733126400,2024,12,2,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(40940,1,1733130000,2024,12,2,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(40941,1,1733133600,2024,12,2,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(40942,1,1733137200,2024,12,2,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(40943,1,1733140800,2024,12,2,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(40944,1,1733144400,2024,12,2,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(40945,1,1733148000,2024,12,2,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(40946,1,1733151600,2024,12,2,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(40947,1,1733155200,2024,12,2,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(40948,1,1733158800,2024,12,2,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(40949,1,1733162400,2024,12,2,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(40950,1,1733166000,2024,12,2,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(40951,1,1733169600,2024,12,2,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(40952,1,1733173200,2024,12,2,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(40953,1,1733176800,2024,12,2,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(40954,1,1733180400,2024,12,3,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(40955,1,1733184000,2024,12,3,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(40956,1,1733187600,2024,12,3,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(40957,1,1733191200,2024,12,3,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(40958,1,1733194800,2024,12,3,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(40959,1,1733198400,2024,12,3,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(40960,1,1733202000,2024,12,3,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(40961,1,1733205600,2024,12,3,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(40962,1,1733209200,2024,12,3,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(40963,1,1733212800,2024,12,3,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(40964,1,1733216400,2024,12,3,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(40965,1,1733220000,2024,12,3,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(40966,1,1733223600,2024,12,3,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(40967,1,1733227200,2024,12,3,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(40968,1,1733230800,2024,12,3,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(40969,1,1733234400,2024,12,3,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(40970,1,1733238000,2024,12,3,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(40971,1,1733241600,2024,12,3,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(40972,1,1733245200,2024,12,3,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(40973,1,1733248800,2024,12,3,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(40974,1,1733252400,2024,12,3,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(40975,1,1733256000,2024,12,3,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(40976,1,1733259600,2024,12,3,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(40977,1,1733263200,2024,12,3,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(40978,1,1733266800,2024,12,4,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(40979,1,1733270400,2024,12,4,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(40980,1,1733274000,2024,12,4,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(40981,1,1733277600,2024,12,4,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(40982,1,1733281200,2024,12,4,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(40983,1,1733284800,2024,12,4,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(40984,1,1733288400,2024,12,4,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(40985,1,1733292000,2024,12,4,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(40986,1,1733295600,2024,12,4,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(40987,1,1733299200,2024,12,4,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(40988,1,1733302800,2024,12,4,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(40989,1,1733306400,2024,12,4,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(40990,1,1733310000,2024,12,4,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(40991,1,1733313600,2024,12,4,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(40992,1,1733317200,2024,12,4,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(40993,1,1733320800,2024,12,4,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(40994,1,1733324400,2024,12,4,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(40995,1,1733328000,2024,12,4,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(40996,1,1733331600,2024,12,4,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(40997,1,1733335200,2024,12,4,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(40998,1,1733338800,2024,12,4,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(40999,1,1733342400,2024,12,4,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(41000,1,1733346000,2024,12,4,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(41001,1,1733349600,2024,12,4,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(41002,1,1733353200,2024,12,5,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(41003,1,1733356800,2024,12,5,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(41004,1,1733360400,2024,12,5,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(41005,1,1733364000,2024,12,5,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(41006,1,1733367600,2024,12,5,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(41007,1,1733371200,2024,12,5,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(41008,1,1733374800,2024,12,5,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(41009,1,1733378400,2024,12,5,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(41010,1,1733382000,2024,12,5,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(41011,1,1733385600,2024,12,5,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(41012,1,1733389200,2024,12,5,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(41013,1,1733392800,2024,12,5,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(41014,1,1733396400,2024,12,5,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(41015,1,1733400000,2024,12,5,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(41016,1,1733403600,2024,12,5,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(41017,1,1733407200,2024,12,5,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(41018,1,1733410800,2024,12,5,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(41019,1,1733414400,2024,12,5,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(41020,1,1733418000,2024,12,5,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(41021,1,1733421600,2024,12,5,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(41022,1,1733425200,2024,12,5,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(41023,1,1733428800,2024,12,5,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(41024,1,1733432400,2024,12,5,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(41025,1,1733436000,2024,12,5,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(41026,1,1733439600,2024,12,6,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(41027,1,1733443200,2024,12,6,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(41028,1,1733446800,2024,12,6,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(41029,1,1733450400,2024,12,6,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(41030,1,1733454000,2024,12,6,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(41031,1,1733457600,2024,12,6,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(41032,1,1733461200,2024,12,6,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(41033,1,1733464800,2024,12,6,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(41034,1,1733468400,2024,12,6,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(41035,1,1733472000,2024,12,6,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(41036,1,1733475600,2024,12,6,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(41037,1,1733479200,2024,12,6,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(41038,1,1733482800,2024,12,6,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(41039,1,1733486400,2024,12,6,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(41040,1,1733490000,2024,12,6,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(41041,1,1733493600,2024,12,6,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(41042,1,1733497200,2024,12,6,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(41043,1,1733500800,2024,12,6,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(41044,1,1733504400,2024,12,6,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(41045,1,1733508000,2024,12,6,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(41046,1,1733511600,2024,12,6,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(41047,1,1733515200,2024,12,6,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(41048,1,1733518800,2024,12,6,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(41049,1,1733522400,2024,12,6,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(41050,1,1733526000,2024,12,7,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(41051,1,1733529600,2024,12,7,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(41052,1,1733533200,2024,12,7,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(41053,1,1733536800,2024,12,7,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(41054,1,1733540400,2024,12,7,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(41055,1,1733544000,2024,12,7,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(41056,1,1733547600,2024,12,7,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(41057,1,1733551200,2024,12,7,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(41058,1,1733554800,2024,12,7,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(41059,1,1733558400,2024,12,7,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(41060,1,1733562000,2024,12,7,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(41061,1,1733565600,2024,12,7,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(41062,1,1733569200,2024,12,7,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(41063,1,1733572800,2024,12,7,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(41064,1,1733576400,2024,12,7,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(41065,1,1733580000,2024,12,7,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(41066,1,1733583600,2024,12,7,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(41067,1,1733587200,2024,12,7,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(41068,1,1733590800,2024,12,7,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(41069,1,1733594400,2024,12,7,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(41070,1,1733598000,2024,12,7,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(41071,1,1733601600,2024,12,7,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(41072,1,1733605200,2024,12,7,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(41073,1,1733608800,2024,12,7,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(41074,1,1733698800,2024,12,9,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(41075,1,1733702400,2024,12,9,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(41076,1,1733706000,2024,12,9,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(41077,1,1733709600,2024,12,9,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(41078,1,1733713200,2024,12,9,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(41079,1,1733716800,2024,12,9,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(41080,1,1733720400,2024,12,9,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(41081,1,1733724000,2024,12,9,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(41082,1,1733727600,2024,12,9,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(41083,1,1733731200,2024,12,9,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(41084,1,1733734800,2024,12,9,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(41085,1,1733738400,2024,12,9,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(41086,1,1733742000,2024,12,9,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(41087,1,1733745600,2024,12,9,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(41088,1,1733749200,2024,12,9,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(41089,1,1733752800,2024,12,9,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(41090,1,1733756400,2024,12,9,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(41091,1,1733760000,2024,12,9,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(41092,1,1733763600,2024,12,9,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(41093,1,1733767200,2024,12,9,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(41094,1,1733770800,2024,12,9,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(41095,1,1733774400,2024,12,9,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(41096,1,1733778000,2024,12,9,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(41097,1,1733781600,2024,12,9,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(41098,1,1733785200,2024,12,10,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(41099,1,1733788800,2024,12,10,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(41100,1,1733792400,2024,12,10,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(41101,1,1733796000,2024,12,10,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(41102,1,1733799600,2024,12,10,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(41103,1,1733803200,2024,12,10,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(41104,1,1733806800,2024,12,10,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(41105,1,1733810400,2024,12,10,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(41106,1,1733814000,2024,12,10,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(41107,1,1733817600,2024,12,10,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(41108,1,1733821200,2024,12,10,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(41109,1,1733824800,2024,12,10,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(41110,1,1733828400,2024,12,10,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(41111,1,1733832000,2024,12,10,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(41112,1,1733835600,2024,12,10,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(41113,1,1733839200,2024,12,10,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(41114,1,1733842800,2024,12,10,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(41115,1,1733846400,2024,12,10,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(41116,1,1733850000,2024,12,10,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(41117,1,1733853600,2024,12,10,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(41118,1,1733857200,2024,12,10,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(41119,1,1733860800,2024,12,10,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(41120,1,1733864400,2024,12,10,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(41121,1,1733868000,2024,12,10,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(41122,1,1733871600,2024,12,11,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(41123,1,1733875200,2024,12,11,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(41124,1,1733878800,2024,12,11,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(41125,1,1733882400,2024,12,11,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(41126,1,1733886000,2024,12,11,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(41127,1,1733889600,2024,12,11,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(41128,1,1733893200,2024,12,11,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(41129,1,1733896800,2024,12,11,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(41130,1,1733900400,2024,12,11,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(41131,1,1733904000,2024,12,11,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(41132,1,1733907600,2024,12,11,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(41133,1,1733911200,2024,12,11,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(41134,1,1733914800,2024,12,11,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(41135,1,1733918400,2024,12,11,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(41136,1,1733922000,2024,12,11,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(41137,1,1733925600,2024,12,11,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(41138,1,1733929200,2024,12,11,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(41139,1,1733932800,2024,12,11,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(41140,1,1733936400,2024,12,11,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(41141,1,1733940000,2024,12,11,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(41142,1,1733943600,2024,12,11,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(41143,1,1733947200,2024,12,11,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(41144,1,1733950800,2024,12,11,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(41145,1,1733954400,2024,12,11,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(41146,1,1733958000,2024,12,12,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(41147,1,1733961600,2024,12,12,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(41148,1,1733965200,2024,12,12,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(41149,1,1733968800,2024,12,12,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(41150,1,1733972400,2024,12,12,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(41151,1,1733976000,2024,12,12,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(41152,1,1733979600,2024,12,12,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(41153,1,1733983200,2024,12,12,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(41154,1,1733986800,2024,12,12,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(41155,1,1733990400,2024,12,12,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(41156,1,1733994000,2024,12,12,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(41157,1,1733997600,2024,12,12,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(41158,1,1734001200,2024,12,12,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(41159,1,1734004800,2024,12,12,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(41160,1,1734008400,2024,12,12,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(41161,1,1734012000,2024,12,12,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(41162,1,1734015600,2024,12,12,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(41163,1,1734019200,2024,12,12,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(41164,1,1734022800,2024,12,12,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(41165,1,1734026400,2024,12,12,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(41166,1,1734030000,2024,12,12,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(41167,1,1734033600,2024,12,12,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(41168,1,1734037200,2024,12,12,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(41169,1,1734040800,2024,12,12,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(41170,1,1734044400,2024,12,13,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(41171,1,1734048000,2024,12,13,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(41172,1,1734051600,2024,12,13,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(41173,1,1734055200,2024,12,13,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(41174,1,1734058800,2024,12,13,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(41175,1,1734062400,2024,12,13,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(41176,1,1734066000,2024,12,13,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(41177,1,1734069600,2024,12,13,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(41178,1,1734073200,2024,12,13,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(41179,1,1734076800,2024,12,13,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(41180,1,1734080400,2024,12,13,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(41181,1,1734084000,2024,12,13,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(41182,1,1734087600,2024,12,13,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(41183,1,1734091200,2024,12,13,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(41184,1,1734094800,2024,12,13,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(41185,1,1734098400,2024,12,13,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(41186,1,1734102000,2024,12,13,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(41187,1,1734105600,2024,12,13,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(41188,1,1734109200,2024,12,13,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(41189,1,1734112800,2024,12,13,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(41190,1,1734116400,2024,12,13,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(41191,1,1734120000,2024,12,13,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(41192,1,1734123600,2024,12,13,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(41193,1,1734127200,2024,12,13,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(41194,1,1734130800,2024,12,14,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(41195,1,1734134400,2024,12,14,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(41196,1,1734138000,2024,12,14,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(41197,1,1734141600,2024,12,14,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(41198,1,1734145200,2024,12,14,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(41199,1,1734148800,2024,12,14,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(41200,1,1734152400,2024,12,14,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(41201,1,1734156000,2024,12,14,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(41202,1,1734159600,2024,12,14,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(41203,1,1734163200,2024,12,14,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(41204,1,1734166800,2024,12,14,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(41205,1,1734170400,2024,12,14,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(41206,1,1734174000,2024,12,14,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(41207,1,1734177600,2024,12,14,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(41208,1,1734181200,2024,12,14,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(41209,1,1734184800,2024,12,14,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(41210,1,1734188400,2024,12,14,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(41211,1,1734192000,2024,12,14,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(41212,1,1734195600,2024,12,14,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(41213,1,1734199200,2024,12,14,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(41214,1,1734202800,2024,12,14,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(41215,1,1734206400,2024,12,14,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(41216,1,1734210000,2024,12,14,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(41217,1,1734213600,2024,12,14,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(41218,1,1734303600,2024,12,16,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(41219,1,1734307200,2024,12,16,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(41220,1,1734310800,2024,12,16,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(41221,1,1734314400,2024,12,16,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(41222,1,1734318000,2024,12,16,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(41223,1,1734321600,2024,12,16,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(41224,1,1734325200,2024,12,16,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(41225,1,1734328800,2024,12,16,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(41226,1,1734332400,2024,12,16,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(41227,1,1734336000,2024,12,16,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(41228,1,1734339600,2024,12,16,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(41229,1,1734343200,2024,12,16,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(41230,1,1734346800,2024,12,16,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(41231,1,1734350400,2024,12,16,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(41232,1,1734354000,2024,12,16,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(41233,1,1734357600,2024,12,16,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(41234,1,1734361200,2024,12,16,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(41235,1,1734364800,2024,12,16,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(41236,1,1734368400,2024,12,16,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(41237,1,1734372000,2024,12,16,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(41238,1,1734375600,2024,12,16,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(41239,1,1734379200,2024,12,16,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(41240,1,1734382800,2024,12,16,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(41241,1,1734386400,2024,12,16,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(41242,1,1734390000,2024,12,17,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(41243,1,1734393600,2024,12,17,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(41244,1,1734397200,2024,12,17,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(41245,1,1734400800,2024,12,17,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(41246,1,1734404400,2024,12,17,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(41247,1,1734408000,2024,12,17,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(41248,1,1734411600,2024,12,17,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(41249,1,1734415200,2024,12,17,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(41250,1,1734418800,2024,12,17,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(41251,1,1734422400,2024,12,17,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(41252,1,1734426000,2024,12,17,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(41253,1,1734429600,2024,12,17,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(41254,1,1734433200,2024,12,17,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(41255,1,1734436800,2024,12,17,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(41256,1,1734440400,2024,12,17,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(41257,1,1734444000,2024,12,17,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(41258,1,1734447600,2024,12,17,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(41259,1,1734451200,2024,12,17,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(41260,1,1734454800,2024,12,17,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(41261,1,1734458400,2024,12,17,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(41262,1,1734462000,2024,12,17,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(41263,1,1734465600,2024,12,17,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(41264,1,1734469200,2024,12,17,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(41265,1,1734472800,2024,12,17,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(41266,1,1734476400,2024,12,18,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(41267,1,1734480000,2024,12,18,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(41268,1,1734483600,2024,12,18,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(41269,1,1734487200,2024,12,18,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(41270,1,1734490800,2024,12,18,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(41271,1,1734494400,2024,12,18,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(41272,1,1734498000,2024,12,18,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(41273,1,1734501600,2024,12,18,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(41274,1,1734505200,2024,12,18,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(41275,1,1734508800,2024,12,18,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(41276,1,1734512400,2024,12,18,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(41277,1,1734516000,2024,12,18,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(41278,1,1734519600,2024,12,18,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(41279,1,1734523200,2024,12,18,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(41280,1,1734526800,2024,12,18,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(41281,1,1734530400,2024,12,18,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(41282,1,1734534000,2024,12,18,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(41283,1,1734537600,2024,12,18,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(41284,1,1734541200,2024,12,18,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(41285,1,1734544800,2024,12,18,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(41286,1,1734548400,2024,12,18,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(41287,1,1734552000,2024,12,18,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(41288,1,1734555600,2024,12,18,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(41289,1,1734559200,2024,12,18,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(41290,1,1734562800,2024,12,19,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(41291,1,1734566400,2024,12,19,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(41292,1,1734570000,2024,12,19,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(41293,1,1734573600,2024,12,19,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(41294,1,1734577200,2024,12,19,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(41295,1,1734580800,2024,12,19,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(41296,1,1734584400,2024,12,19,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(41297,1,1734588000,2024,12,19,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(41298,1,1734591600,2024,12,19,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(41299,1,1734595200,2024,12,19,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(41300,1,1734598800,2024,12,19,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(41301,1,1734602400,2024,12,19,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(41302,1,1734606000,2024,12,19,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(41303,1,1734609600,2024,12,19,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(41304,1,1734613200,2024,12,19,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(41305,1,1734616800,2024,12,19,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(41306,1,1734620400,2024,12,19,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(41307,1,1734624000,2024,12,19,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(41308,1,1734627600,2024,12,19,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(41309,1,1734631200,2024,12,19,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(41310,1,1734634800,2024,12,19,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(41311,1,1734638400,2024,12,19,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(41312,1,1734642000,2024,12,19,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(41313,1,1734645600,2024,12,19,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(41314,1,1734649200,2024,12,20,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(41315,1,1734652800,2024,12,20,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(41316,1,1734656400,2024,12,20,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(41317,1,1734660000,2024,12,20,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(41318,1,1734663600,2024,12,20,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(41319,1,1734667200,2024,12,20,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(41320,1,1734670800,2024,12,20,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(41321,1,1734674400,2024,12,20,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(41322,1,1734678000,2024,12,20,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(41323,1,1734681600,2024,12,20,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(41324,1,1734685200,2024,12,20,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(41325,1,1734688800,2024,12,20,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(41326,1,1734692400,2024,12,20,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(41327,1,1734696000,2024,12,20,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(41328,1,1734699600,2024,12,20,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(41329,1,1734703200,2024,12,20,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(41330,1,1734706800,2024,12,20,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(41331,1,1734710400,2024,12,20,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(41332,1,1734714000,2024,12,20,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(41333,1,1734717600,2024,12,20,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(41334,1,1734721200,2024,12,20,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(41335,1,1734724800,2024,12,20,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(41336,1,1734728400,2024,12,20,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(41337,1,1734732000,2024,12,20,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(41338,1,1734735600,2024,12,21,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(41339,1,1734739200,2024,12,21,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(41340,1,1734742800,2024,12,21,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(41341,1,1734746400,2024,12,21,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(41342,1,1734750000,2024,12,21,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(41343,1,1734753600,2024,12,21,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(41344,1,1734757200,2024,12,21,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(41345,1,1734760800,2024,12,21,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(41346,1,1734764400,2024,12,21,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(41347,1,1734768000,2024,12,21,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(41348,1,1734771600,2024,12,21,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(41349,1,1734775200,2024,12,21,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(41350,1,1734778800,2024,12,21,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(41351,1,1734782400,2024,12,21,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(41352,1,1734786000,2024,12,21,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(41353,1,1734789600,2024,12,21,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(41354,1,1734793200,2024,12,21,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(41355,1,1734796800,2024,12,21,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(41356,1,1734800400,2024,12,21,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(41357,1,1734804000,2024,12,21,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(41358,1,1734807600,2024,12,21,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(41359,1,1734811200,2024,12,21,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(41360,1,1734814800,2024,12,21,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(41361,1,1734818400,2024,12,21,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(41362,1,1734908400,2024,12,23,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(41363,1,1734912000,2024,12,23,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(41364,1,1734915600,2024,12,23,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(41365,1,1734919200,2024,12,23,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(41366,1,1734922800,2024,12,23,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(41367,1,1734926400,2024,12,23,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(41368,1,1734930000,2024,12,23,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(41369,1,1734933600,2024,12,23,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(41370,1,1734937200,2024,12,23,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(41371,1,1734940800,2024,12,23,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(41372,1,1734944400,2024,12,23,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(41373,1,1734948000,2024,12,23,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(41374,1,1734951600,2024,12,23,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(41375,1,1734955200,2024,12,23,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(41376,1,1734958800,2024,12,23,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(41377,1,1734962400,2024,12,23,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(41378,1,1734966000,2024,12,23,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(41379,1,1734969600,2024,12,23,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(41380,1,1734973200,2024,12,23,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(41381,1,1734976800,2024,12,23,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(41382,1,1734980400,2024,12,23,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(41383,1,1734984000,2024,12,23,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(41384,1,1734987600,2024,12,23,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(41385,1,1734991200,2024,12,23,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(41386,1,1734994800,2024,12,24,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(41387,1,1734998400,2024,12,24,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(41388,1,1735002000,2024,12,24,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(41389,1,1735005600,2024,12,24,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(41390,1,1735009200,2024,12,24,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(41391,1,1735012800,2024,12,24,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(41392,1,1735016400,2024,12,24,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(41393,1,1735020000,2024,12,24,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(41394,1,1735023600,2024,12,24,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(41395,1,1735027200,2024,12,24,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(41396,1,1735030800,2024,12,24,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(41397,1,1735034400,2024,12,24,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(41398,1,1735038000,2024,12,24,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(41399,1,1735041600,2024,12,24,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(41400,1,1735045200,2024,12,24,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(41401,1,1735048800,2024,12,24,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(41402,1,1735052400,2024,12,24,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(41403,1,1735056000,2024,12,24,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(41404,1,1735059600,2024,12,24,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(41405,1,1735063200,2024,12,24,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(41406,1,1735066800,2024,12,24,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(41407,1,1735070400,2024,12,24,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(41408,1,1735074000,2024,12,24,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(41409,1,1735077600,2024,12,24,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(41410,1,1735081200,2024,12,25,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(41411,1,1735084800,2024,12,25,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(41412,1,1735088400,2024,12,25,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(41413,1,1735092000,2024,12,25,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(41414,1,1735095600,2024,12,25,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(41415,1,1735099200,2024,12,25,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(41416,1,1735102800,2024,12,25,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(41417,1,1735106400,2024,12,25,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(41418,1,1735110000,2024,12,25,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(41419,1,1735113600,2024,12,25,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(41420,1,1735117200,2024,12,25,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(41421,1,1735120800,2024,12,25,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(41422,1,1735124400,2024,12,25,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(41423,1,1735128000,2024,12,25,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(41424,1,1735131600,2024,12,25,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(41425,1,1735135200,2024,12,25,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(41426,1,1735138800,2024,12,25,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(41427,1,1735142400,2024,12,25,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(41428,1,1735146000,2024,12,25,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(41429,1,1735149600,2024,12,25,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(41430,1,1735153200,2024,12,25,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(41431,1,1735156800,2024,12,25,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(41432,1,1735160400,2024,12,25,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(41433,1,1735164000,2024,12,25,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(41434,1,1735167600,2024,12,26,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(41435,1,1735171200,2024,12,26,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(41436,1,1735174800,2024,12,26,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(41437,1,1735178400,2024,12,26,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(41438,1,1735182000,2024,12,26,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(41439,1,1735185600,2024,12,26,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(41440,1,1735189200,2024,12,26,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(41441,1,1735192800,2024,12,26,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(41442,1,1735196400,2024,12,26,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(41443,1,1735200000,2024,12,26,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(41444,1,1735203600,2024,12,26,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(41445,1,1735207200,2024,12,26,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(41446,1,1735210800,2024,12,26,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(41447,1,1735214400,2024,12,26,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(41448,1,1735218000,2024,12,26,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(41449,1,1735221600,2024,12,26,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(41450,1,1735225200,2024,12,26,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(41451,1,1735228800,2024,12,26,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(41452,1,1735232400,2024,12,26,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(41453,1,1735236000,2024,12,26,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(41454,1,1735239600,2024,12,26,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(41455,1,1735243200,2024,12,26,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(41456,1,1735246800,2024,12,26,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(41457,1,1735250400,2024,12,26,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(41458,1,1735254000,2024,12,27,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(41459,1,1735257600,2024,12,27,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(41460,1,1735261200,2024,12,27,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(41461,1,1735264800,2024,12,27,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(41462,1,1735268400,2024,12,27,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(41463,1,1735272000,2024,12,27,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(41464,1,1735275600,2024,12,27,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(41465,1,1735279200,2024,12,27,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(41466,1,1735282800,2024,12,27,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(41467,1,1735286400,2024,12,27,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(41468,1,1735290000,2024,12,27,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(41469,1,1735293600,2024,12,27,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(41470,1,1735297200,2024,12,27,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(41471,1,1735300800,2024,12,27,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(41472,1,1735304400,2024,12,27,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(41473,1,1735308000,2024,12,27,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(41474,1,1735311600,2024,12,27,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(41475,1,1735315200,2024,12,27,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(41476,1,1735318800,2024,12,27,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(41477,1,1735322400,2024,12,27,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(41478,1,1735326000,2024,12,27,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(41479,1,1735329600,2024,12,27,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(41480,1,1735333200,2024,12,27,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(41481,1,1735336800,2024,12,27,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(41482,1,1735340400,2024,12,28,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(41483,1,1735344000,2024,12,28,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(41484,1,1735347600,2024,12,28,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(41485,1,1735351200,2024,12,28,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(41486,1,1735354800,2024,12,28,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(41487,1,1735358400,2024,12,28,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(41488,1,1735362000,2024,12,28,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(41489,1,1735365600,2024,12,28,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(41490,1,1735369200,2024,12,28,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(41491,1,1735372800,2024,12,28,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(41492,1,1735376400,2024,12,28,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(41493,1,1735380000,2024,12,28,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(41494,1,1735383600,2024,12,28,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(41495,1,1735387200,2024,12,28,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(41496,1,1735390800,2024,12,28,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(41497,1,1735394400,2024,12,28,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(41498,1,1735398000,2024,12,28,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(41499,1,1735401600,2024,12,28,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(41500,1,1735405200,2024,12,28,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(41501,1,1735408800,2024,12,28,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(41502,1,1735412400,2024,12,28,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(41503,1,1735416000,2024,12,28,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(41504,1,1735419600,2024,12,28,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(41505,1,1735423200,2024,12,28,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(41506,1,1735513200,2024,12,30,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(41507,1,1735516800,2024,12,30,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(41508,1,1735520400,2024,12,30,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(41509,1,1735524000,2024,12,30,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(41510,1,1735527600,2024,12,30,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(41511,1,1735531200,2024,12,30,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(41512,1,1735534800,2024,12,30,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(41513,1,1735538400,2024,12,30,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(41514,1,1735542000,2024,12,30,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(41515,1,1735545600,2024,12,30,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(41516,1,1735549200,2024,12,30,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(41517,1,1735552800,2024,12,30,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(41518,1,1735556400,2024,12,30,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(41519,1,1735560000,2024,12,30,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(41520,1,1735563600,2024,12,30,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(41521,1,1735567200,2024,12,30,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(41522,1,1735570800,2024,12,30,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(41523,1,1735574400,2024,12,30,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(41524,1,1735578000,2024,12,30,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(41525,1,1735581600,2024,12,30,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(41526,1,1735585200,2024,12,30,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(41527,1,1735588800,2024,12,30,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(41528,1,1735592400,2024,12,30,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(41529,1,1735596000,2024,12,30,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(41530,1,1735599600,2024,12,31,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(41531,1,1735603200,2024,12,31,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(41532,1,1735606800,2024,12,31,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(41533,1,1735610400,2024,12,31,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(41534,1,1735614000,2024,12,31,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(41535,1,1735617600,2024,12,31,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(41536,1,1735621200,2024,12,31,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(41537,1,1735624800,2024,12,31,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(41538,1,1735628400,2024,12,31,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(41539,1,1735632000,2024,12,31,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(41540,1,1735635600,2024,12,31,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(41541,1,1735639200,2024,12,31,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(41542,1,1735642800,2024,12,31,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(41543,1,1735646400,2024,12,31,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(41544,1,1735650000,2024,12,31,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(41545,1,1735653600,2024,12,31,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(41546,1,1735657200,2024,12,31,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(41547,1,1735660800,2024,12,31,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(41548,1,1735664400,2024,12,31,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(41549,1,1735668000,2024,12,31,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(41550,1,1735671600,2024,12,31,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(41551,1,1735675200,2024,12,31,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(41552,1,1735678800,2024,12,31,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(41553,1,1735682400,2024,12,31,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(41554,1,1735686000,2025,1,1,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(41555,1,1735689600,2025,1,1,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(41556,1,1735693200,2025,1,1,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(41557,1,1735696800,2025,1,1,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(41558,1,1735700400,2025,1,1,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(41559,1,1735704000,2025,1,1,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(41560,1,1735707600,2025,1,1,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(41561,1,1735711200,2025,1,1,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(41562,1,1735714800,2025,1,1,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(41563,1,1735718400,2025,1,1,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(41564,1,1735722000,2025,1,1,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(41565,1,1735725600,2025,1,1,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(41566,1,1735729200,2025,1,1,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(41567,1,1735732800,2025,1,1,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(41568,1,1735736400,2025,1,1,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(41569,1,1735740000,2025,1,1,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(41570,1,1735743600,2025,1,1,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(41571,1,1735747200,2025,1,1,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(41572,1,1735750800,2025,1,1,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(41573,1,1735754400,2025,1,1,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(41574,1,1735758000,2025,1,1,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(41575,1,1735761600,2025,1,1,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(41576,1,1735765200,2025,1,1,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(41577,1,1735768800,2025,1,1,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(41578,1,1735772400,2025,1,2,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(41579,1,1735776000,2025,1,2,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(41580,1,1735779600,2025,1,2,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(41581,1,1735783200,2025,1,2,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(41582,1,1735786800,2025,1,2,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(41583,1,1735790400,2025,1,2,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(41584,1,1735794000,2025,1,2,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(41585,1,1735797600,2025,1,2,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(41586,1,1735801200,2025,1,2,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(41587,1,1735804800,2025,1,2,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(41588,1,1735808400,2025,1,2,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(41589,1,1735812000,2025,1,2,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(41590,1,1735815600,2025,1,2,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(41591,1,1735819200,2025,1,2,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(41592,1,1735822800,2025,1,2,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(41593,1,1735826400,2025,1,2,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(41594,1,1735830000,2025,1,2,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(41595,1,1735833600,2025,1,2,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(41596,1,1735837200,2025,1,2,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(41597,1,1735840800,2025,1,2,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(41598,1,1735844400,2025,1,2,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(41599,1,1735848000,2025,1,2,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(41600,1,1735851600,2025,1,2,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(41601,1,1735855200,2025,1,2,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(41602,1,1735858800,2025,1,3,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(41603,1,1735862400,2025,1,3,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(41604,1,1735866000,2025,1,3,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(41605,1,1735869600,2025,1,3,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(41606,1,1735873200,2025,1,3,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(41607,1,1735876800,2025,1,3,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(41608,1,1735880400,2025,1,3,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(41609,1,1735884000,2025,1,3,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(41610,1,1735887600,2025,1,3,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(41611,1,1735891200,2025,1,3,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(41612,1,1735894800,2025,1,3,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(41613,1,1735898400,2025,1,3,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(41614,1,1735902000,2025,1,3,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(41615,1,1735905600,2025,1,3,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(41616,1,1735909200,2025,1,3,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(41617,1,1735912800,2025,1,3,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(41618,1,1735916400,2025,1,3,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(41619,1,1735920000,2025,1,3,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(41620,1,1735923600,2025,1,3,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(41621,1,1735927200,2025,1,3,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(41622,1,1735930800,2025,1,3,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(41623,1,1735934400,2025,1,3,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(41624,1,1735938000,2025,1,3,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(41625,1,1735941600,2025,1,3,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(41626,1,1735945200,2025,1,4,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(41627,1,1735948800,2025,1,4,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(41628,1,1735952400,2025,1,4,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(41629,1,1735956000,2025,1,4,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(41630,1,1735959600,2025,1,4,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(41631,1,1735963200,2025,1,4,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(41632,1,1735966800,2025,1,4,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(41633,1,1735970400,2025,1,4,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(41634,1,1735974000,2025,1,4,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(41635,1,1735977600,2025,1,4,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(41636,1,1735981200,2025,1,4,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(41637,1,1735984800,2025,1,4,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(41638,1,1735988400,2025,1,4,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(41639,1,1735992000,2025,1,4,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(41640,1,1735995600,2025,1,4,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(41641,1,1735999200,2025,1,4,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(41642,1,1736002800,2025,1,4,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(41643,1,1736006400,2025,1,4,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(41644,1,1736010000,2025,1,4,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(41645,1,1736013600,2025,1,4,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(41646,1,1736017200,2025,1,4,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(41647,1,1736020800,2025,1,4,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(41648,1,1736024400,2025,1,4,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(41649,1,1736028000,2025,1,4,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(41650,1,1736118000,2025,1,6,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(41651,1,1736121600,2025,1,6,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(41652,1,1736125200,2025,1,6,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(41653,1,1736128800,2025,1,6,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(41654,1,1736132400,2025,1,6,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(41655,1,1736136000,2025,1,6,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(41656,1,1736139600,2025,1,6,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(41657,1,1736143200,2025,1,6,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(41658,1,1736146800,2025,1,6,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(41659,1,1736150400,2025,1,6,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(41660,1,1736154000,2025,1,6,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(41661,1,1736157600,2025,1,6,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(41662,1,1736161200,2025,1,6,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(41663,1,1736164800,2025,1,6,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(41664,1,1736168400,2025,1,6,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(41665,1,1736172000,2025,1,6,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(41666,1,1736175600,2025,1,6,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(41667,1,1736179200,2025,1,6,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(41668,1,1736182800,2025,1,6,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(41669,1,1736186400,2025,1,6,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(41670,1,1736190000,2025,1,6,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(41671,1,1736193600,2025,1,6,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(41672,1,1736197200,2025,1,6,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(41673,1,1736200800,2025,1,6,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(41674,1,1736204400,2025,1,7,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(41675,1,1736208000,2025,1,7,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(41676,1,1736211600,2025,1,7,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(41677,1,1736215200,2025,1,7,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(41678,1,1736218800,2025,1,7,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(41679,1,1736222400,2025,1,7,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(41680,1,1736226000,2025,1,7,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(41681,1,1736229600,2025,1,7,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(41682,1,1736233200,2025,1,7,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(41683,1,1736236800,2025,1,7,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(41684,1,1736240400,2025,1,7,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(41685,1,1736244000,2025,1,7,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(41686,1,1736247600,2025,1,7,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(41687,1,1736251200,2025,1,7,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(41688,1,1736254800,2025,1,7,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(41689,1,1736258400,2025,1,7,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(41690,1,1736262000,2025,1,7,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(41691,1,1736265600,2025,1,7,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(41692,1,1736269200,2025,1,7,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(41693,1,1736272800,2025,1,7,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(41694,1,1736276400,2025,1,7,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(41695,1,1736280000,2025,1,7,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(41696,1,1736283600,2025,1,7,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(41697,1,1736287200,2025,1,7,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(41698,1,1736290800,2025,1,8,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(41699,1,1736294400,2025,1,8,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(41700,1,1736298000,2025,1,8,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(41701,1,1736301600,2025,1,8,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(41702,1,1736305200,2025,1,8,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(41703,1,1736308800,2025,1,8,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(41704,1,1736312400,2025,1,8,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(41705,1,1736316000,2025,1,8,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(41706,1,1736319600,2025,1,8,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(41707,1,1736323200,2025,1,8,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(41708,1,1736326800,2025,1,8,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(41709,1,1736330400,2025,1,8,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(41710,1,1736334000,2025,1,8,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(41711,1,1736337600,2025,1,8,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(41712,1,1736341200,2025,1,8,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(41713,1,1736344800,2025,1,8,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(41714,1,1736348400,2025,1,8,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(41715,1,1736352000,2025,1,8,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(41716,1,1736355600,2025,1,8,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(41717,1,1736359200,2025,1,8,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(41718,1,1736362800,2025,1,8,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(41719,1,1736366400,2025,1,8,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(41720,1,1736370000,2025,1,8,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(41721,1,1736373600,2025,1,8,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(41722,1,1736377200,2025,1,9,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(41723,1,1736380800,2025,1,9,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(41724,1,1736384400,2025,1,9,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(41725,1,1736388000,2025,1,9,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(41726,1,1736391600,2025,1,9,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(41727,1,1736395200,2025,1,9,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(41728,1,1736398800,2025,1,9,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(41729,1,1736402400,2025,1,9,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(41730,1,1736406000,2025,1,9,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(41731,1,1736409600,2025,1,9,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(41732,1,1736413200,2025,1,9,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(41733,1,1736416800,2025,1,9,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(41734,1,1736420400,2025,1,9,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(41735,1,1736424000,2025,1,9,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(41736,1,1736427600,2025,1,9,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(41737,1,1736431200,2025,1,9,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(41738,1,1736434800,2025,1,9,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(41739,1,1736438400,2025,1,9,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(41740,1,1736442000,2025,1,9,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(41741,1,1736445600,2025,1,9,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(41742,1,1736449200,2025,1,9,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(41743,1,1736452800,2025,1,9,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(41744,1,1736456400,2025,1,9,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(41745,1,1736460000,2025,1,9,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(41746,1,1736463600,2025,1,10,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(41747,1,1736467200,2025,1,10,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(41748,1,1736470800,2025,1,10,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(41749,1,1736474400,2025,1,10,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(41750,1,1736478000,2025,1,10,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(41751,1,1736481600,2025,1,10,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(41752,1,1736485200,2025,1,10,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(41753,1,1736488800,2025,1,10,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(41754,1,1736492400,2025,1,10,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(41755,1,1736496000,2025,1,10,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(41756,1,1736499600,2025,1,10,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(41757,1,1736503200,2025,1,10,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(41758,1,1736506800,2025,1,10,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(41759,1,1736510400,2025,1,10,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(41760,1,1736514000,2025,1,10,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(41761,1,1736517600,2025,1,10,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(41762,1,1736521200,2025,1,10,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(41763,1,1736524800,2025,1,10,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(41764,1,1736528400,2025,1,10,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(41765,1,1736532000,2025,1,10,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(41766,1,1736535600,2025,1,10,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(41767,1,1736539200,2025,1,10,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(41768,1,1736542800,2025,1,10,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(41769,1,1736546400,2025,1,10,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(41770,1,1736550000,2025,1,11,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(41771,1,1736553600,2025,1,11,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(41772,1,1736557200,2025,1,11,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(41773,1,1736560800,2025,1,11,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(41774,1,1736564400,2025,1,11,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(41775,1,1736568000,2025,1,11,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(41776,1,1736571600,2025,1,11,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(41777,1,1736575200,2025,1,11,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(41778,1,1736578800,2025,1,11,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(41779,1,1736582400,2025,1,11,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(41780,1,1736586000,2025,1,11,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(41781,1,1736589600,2025,1,11,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(41782,1,1736593200,2025,1,11,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(41783,1,1736596800,2025,1,11,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(41784,1,1736600400,2025,1,11,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(41785,1,1736604000,2025,1,11,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(41786,1,1736607600,2025,1,11,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(41787,1,1736611200,2025,1,11,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(41788,1,1736614800,2025,1,11,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(41789,1,1736618400,2025,1,11,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(41790,1,1736622000,2025,1,11,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(41791,1,1736625600,2025,1,11,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(41792,1,1736629200,2025,1,11,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(41793,1,1736632800,2025,1,11,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(41794,1,1736722800,2025,1,13,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(41795,1,1736726400,2025,1,13,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(41796,1,1736730000,2025,1,13,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(41797,1,1736733600,2025,1,13,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(41798,1,1736737200,2025,1,13,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(41799,1,1736740800,2025,1,13,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(41800,1,1736744400,2025,1,13,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(41801,1,1736748000,2025,1,13,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(41802,1,1736751600,2025,1,13,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(41803,1,1736755200,2025,1,13,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(41804,1,1736758800,2025,1,13,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(41805,1,1736762400,2025,1,13,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(41806,1,1736766000,2025,1,13,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(41807,1,1736769600,2025,1,13,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(41808,1,1736773200,2025,1,13,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(41809,1,1736776800,2025,1,13,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(41810,1,1736780400,2025,1,13,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(41811,1,1736784000,2025,1,13,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(41812,1,1736787600,2025,1,13,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(41813,1,1736791200,2025,1,13,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(41814,1,1736794800,2025,1,13,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(41815,1,1736798400,2025,1,13,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(41816,1,1736802000,2025,1,13,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(41817,1,1736805600,2025,1,13,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(41818,1,1736809200,2025,1,14,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(41819,1,1736812800,2025,1,14,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(41820,1,1736816400,2025,1,14,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(41821,1,1736820000,2025,1,14,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(41822,1,1736823600,2025,1,14,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(41823,1,1736827200,2025,1,14,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(41824,1,1736830800,2025,1,14,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(41825,1,1736834400,2025,1,14,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(41826,1,1736838000,2025,1,14,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(41827,1,1736841600,2025,1,14,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(41828,1,1736845200,2025,1,14,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(41829,1,1736848800,2025,1,14,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(41830,1,1736852400,2025,1,14,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(41831,1,1736856000,2025,1,14,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(41832,1,1736859600,2025,1,14,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(41833,1,1736863200,2025,1,14,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(41834,1,1736866800,2025,1,14,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(41835,1,1736870400,2025,1,14,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(41836,1,1736874000,2025,1,14,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(41837,1,1736877600,2025,1,14,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(41838,1,1736881200,2025,1,14,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(41839,1,1736884800,2025,1,14,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(41840,1,1736888400,2025,1,14,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(41841,1,1736892000,2025,1,14,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(41842,1,1736895600,2025,1,15,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(41843,1,1736899200,2025,1,15,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(41844,1,1736902800,2025,1,15,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(41845,1,1736906400,2025,1,15,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(41846,1,1736910000,2025,1,15,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(41847,1,1736913600,2025,1,15,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(41848,1,1736917200,2025,1,15,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(41849,1,1736920800,2025,1,15,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(41850,1,1736924400,2025,1,15,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(41851,1,1736928000,2025,1,15,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(41852,1,1736931600,2025,1,15,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(41853,1,1736935200,2025,1,15,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(41854,1,1736938800,2025,1,15,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(41855,1,1736942400,2025,1,15,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(41856,1,1736946000,2025,1,15,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(41857,1,1736949600,2025,1,15,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(41858,1,1736953200,2025,1,15,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(41859,1,1736956800,2025,1,15,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(41860,1,1736960400,2025,1,15,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(41861,1,1736964000,2025,1,15,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(41862,1,1736967600,2025,1,15,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(41863,1,1736971200,2025,1,15,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(41864,1,1736974800,2025,1,15,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(41865,1,1736978400,2025,1,15,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(41866,1,1736982000,2025,1,16,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(41867,1,1736985600,2025,1,16,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(41868,1,1736989200,2025,1,16,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(41869,1,1736992800,2025,1,16,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(41870,1,1736996400,2025,1,16,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(41871,1,1737000000,2025,1,16,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(41872,1,1737003600,2025,1,16,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(41873,1,1737007200,2025,1,16,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(41874,1,1737010800,2025,1,16,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(41875,1,1737014400,2025,1,16,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(41876,1,1737018000,2025,1,16,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(41877,1,1737021600,2025,1,16,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(41878,1,1737025200,2025,1,16,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(41879,1,1737028800,2025,1,16,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(41880,1,1737032400,2025,1,16,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(41881,1,1737036000,2025,1,16,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(41882,1,1737039600,2025,1,16,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(41883,1,1737043200,2025,1,16,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(41884,1,1737046800,2025,1,16,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(41885,1,1737050400,2025,1,16,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(41886,1,1737054000,2025,1,16,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(41887,1,1737057600,2025,1,16,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(41888,1,1737061200,2025,1,16,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(41889,1,1737064800,2025,1,16,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(41890,1,1737068400,2025,1,17,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(41891,1,1737072000,2025,1,17,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(41892,1,1737075600,2025,1,17,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(41893,1,1737079200,2025,1,17,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(41894,1,1737082800,2025,1,17,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(41895,1,1737086400,2025,1,17,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(41896,1,1737090000,2025,1,17,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(41897,1,1737093600,2025,1,17,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(41898,1,1737097200,2025,1,17,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(41899,1,1737100800,2025,1,17,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(41900,1,1737104400,2025,1,17,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(41901,1,1737108000,2025,1,17,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(41902,1,1737111600,2025,1,17,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(41903,1,1737115200,2025,1,17,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(41904,1,1737118800,2025,1,17,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(41905,1,1737122400,2025,1,17,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(41906,1,1737126000,2025,1,17,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(41907,1,1737129600,2025,1,17,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(41908,1,1737133200,2025,1,17,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(41909,1,1737136800,2025,1,17,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(41910,1,1737140400,2025,1,17,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(41911,1,1737144000,2025,1,17,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(41912,1,1737147600,2025,1,17,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(41913,1,1737151200,2025,1,17,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(41914,1,1737154800,2025,1,18,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(41915,1,1737158400,2025,1,18,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(41916,1,1737162000,2025,1,18,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(41917,1,1737165600,2025,1,18,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(41918,1,1737169200,2025,1,18,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(41919,1,1737172800,2025,1,18,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(41920,1,1737176400,2025,1,18,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(41921,1,1737180000,2025,1,18,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(41922,1,1737183600,2025,1,18,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(41923,1,1737187200,2025,1,18,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(41924,1,1737190800,2025,1,18,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(41925,1,1737194400,2025,1,18,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(41926,1,1737198000,2025,1,18,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(41927,1,1737201600,2025,1,18,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(41928,1,1737205200,2025,1,18,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(41929,1,1737208800,2025,1,18,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(41930,1,1737212400,2025,1,18,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(41931,1,1737216000,2025,1,18,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(41932,1,1737219600,2025,1,18,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(41933,1,1737223200,2025,1,18,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(41934,1,1737226800,2025,1,18,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(41935,1,1737230400,2025,1,18,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(41936,1,1737234000,2025,1,18,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(41937,1,1737237600,2025,1,18,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(41938,1,1737327600,2025,1,20,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(41939,1,1737331200,2025,1,20,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(41940,1,1737334800,2025,1,20,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(41941,1,1737338400,2025,1,20,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(41942,1,1737342000,2025,1,20,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(41943,1,1737345600,2025,1,20,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(41944,1,1737349200,2025,1,20,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(41945,1,1737352800,2025,1,20,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(41946,1,1737356400,2025,1,20,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(41947,1,1737360000,2025,1,20,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(41948,1,1737363600,2025,1,20,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(41949,1,1737367200,2025,1,20,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(41950,1,1737370800,2025,1,20,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(41951,1,1737374400,2025,1,20,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(41952,1,1737378000,2025,1,20,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(41953,1,1737381600,2025,1,20,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(41954,1,1737385200,2025,1,20,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(41955,1,1737388800,2025,1,20,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(41956,1,1737392400,2025,1,20,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(41957,1,1737396000,2025,1,20,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(41958,1,1737399600,2025,1,20,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(41959,1,1737403200,2025,1,20,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(41960,1,1737406800,2025,1,20,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(41961,1,1737410400,2025,1,20,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(41962,1,1737414000,2025,1,21,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(41963,1,1737417600,2025,1,21,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(41964,1,1737421200,2025,1,21,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(41965,1,1737424800,2025,1,21,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(41966,1,1737428400,2025,1,21,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(41967,1,1737432000,2025,1,21,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(41968,1,1737435600,2025,1,21,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(41969,1,1737439200,2025,1,21,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(41970,1,1737442800,2025,1,21,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(41971,1,1737446400,2025,1,21,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(41972,1,1737450000,2025,1,21,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(41973,1,1737453600,2025,1,21,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(41974,1,1737457200,2025,1,21,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(41975,1,1737460800,2025,1,21,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(41976,1,1737464400,2025,1,21,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(41977,1,1737468000,2025,1,21,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(41978,1,1737471600,2025,1,21,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(41979,1,1737475200,2025,1,21,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(41980,1,1737478800,2025,1,21,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(41981,1,1737482400,2025,1,21,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(41982,1,1737486000,2025,1,21,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(41983,1,1737489600,2025,1,21,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(41984,1,1737493200,2025,1,21,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(41985,1,1737496800,2025,1,21,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(41986,1,1737500400,2025,1,22,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(41987,1,1737504000,2025,1,22,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(41988,1,1737507600,2025,1,22,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(41989,1,1737511200,2025,1,22,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(41990,1,1737514800,2025,1,22,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(41991,1,1737518400,2025,1,22,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(41992,1,1737522000,2025,1,22,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(41993,1,1737525600,2025,1,22,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(41994,1,1737529200,2025,1,22,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(41995,1,1737532800,2025,1,22,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(41996,1,1737536400,2025,1,22,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(41997,1,1737540000,2025,1,22,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(41998,1,1737543600,2025,1,22,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(41999,1,1737547200,2025,1,22,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(42000,1,1737550800,2025,1,22,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(42001,1,1737554400,2025,1,22,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(42002,1,1737558000,2025,1,22,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(42003,1,1737561600,2025,1,22,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(42004,1,1737565200,2025,1,22,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(42005,1,1737568800,2025,1,22,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(42006,1,1737572400,2025,1,22,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(42007,1,1737576000,2025,1,22,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(42008,1,1737579600,2025,1,22,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(42009,1,1737583200,2025,1,22,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(42010,1,1737586800,2025,1,23,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(42011,1,1737590400,2025,1,23,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(42012,1,1737594000,2025,1,23,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(42013,1,1737597600,2025,1,23,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(42014,1,1737601200,2025,1,23,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(42015,1,1737604800,2025,1,23,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(42016,1,1737608400,2025,1,23,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(42017,1,1737612000,2025,1,23,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(42018,1,1737615600,2025,1,23,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(42019,1,1737619200,2025,1,23,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(42020,1,1737622800,2025,1,23,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(42021,1,1737626400,2025,1,23,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(42022,1,1737630000,2025,1,23,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(42023,1,1737633600,2025,1,23,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(42024,1,1737637200,2025,1,23,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(42025,1,1737640800,2025,1,23,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(42026,1,1737644400,2025,1,23,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(42027,1,1737648000,2025,1,23,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(42028,1,1737651600,2025,1,23,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(42029,1,1737655200,2025,1,23,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(42030,1,1737658800,2025,1,23,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(42031,1,1737662400,2025,1,23,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(42032,1,1737666000,2025,1,23,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(42033,1,1737669600,2025,1,23,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(42034,1,1737673200,2025,1,24,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(42035,1,1737676800,2025,1,24,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(42036,1,1737680400,2025,1,24,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(42037,1,1737684000,2025,1,24,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(42038,1,1737687600,2025,1,24,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(42039,1,1737691200,2025,1,24,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(42040,1,1737694800,2025,1,24,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(42041,1,1737698400,2025,1,24,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(42042,1,1737702000,2025,1,24,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(42043,1,1737705600,2025,1,24,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(42044,1,1737709200,2025,1,24,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(42045,1,1737712800,2025,1,24,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(42046,1,1737716400,2025,1,24,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(42047,1,1737720000,2025,1,24,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(42048,1,1737723600,2025,1,24,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(42049,1,1737727200,2025,1,24,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(42050,1,1737730800,2025,1,24,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(42051,1,1737734400,2025,1,24,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(42052,1,1737738000,2025,1,24,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(42053,1,1737741600,2025,1,24,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(42054,1,1737745200,2025,1,24,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(42055,1,1737748800,2025,1,24,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(42056,1,1737752400,2025,1,24,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(42057,1,1737756000,2025,1,24,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(42058,1,1737759600,2025,1,25,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(42059,1,1737763200,2025,1,25,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(42060,1,1737766800,2025,1,25,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(42061,1,1737770400,2025,1,25,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(42062,1,1737774000,2025,1,25,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(42063,1,1737777600,2025,1,25,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(42064,1,1737781200,2025,1,25,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(42065,1,1737784800,2025,1,25,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(42066,1,1737788400,2025,1,25,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(42067,1,1737792000,2025,1,25,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(42068,1,1737795600,2025,1,25,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(42069,1,1737799200,2025,1,25,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(42070,1,1737802800,2025,1,25,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(42071,1,1737806400,2025,1,25,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(42072,1,1737810000,2025,1,25,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(42073,1,1737813600,2025,1,25,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(42074,1,1737817200,2025,1,25,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(42075,1,1737820800,2025,1,25,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(42076,1,1737824400,2025,1,25,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(42077,1,1737828000,2025,1,25,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(42078,1,1737831600,2025,1,25,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(42079,1,1737835200,2025,1,25,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(42080,1,1737838800,2025,1,25,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(42081,1,1737842400,2025,1,25,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(42082,1,1737932400,2025,1,27,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(42083,1,1737936000,2025,1,27,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(42084,1,1737939600,2025,1,27,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(42085,1,1737943200,2025,1,27,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(42086,1,1737946800,2025,1,27,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(42087,1,1737950400,2025,1,27,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(42088,1,1737954000,2025,1,27,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(42089,1,1737957600,2025,1,27,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(42090,1,1737961200,2025,1,27,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(42091,1,1737964800,2025,1,27,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(42092,1,1737968400,2025,1,27,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(42093,1,1737972000,2025,1,27,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(42094,1,1737975600,2025,1,27,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(42095,1,1737979200,2025,1,27,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(42096,1,1737982800,2025,1,27,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(42097,1,1737986400,2025,1,27,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(42098,1,1737990000,2025,1,27,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(42099,1,1737993600,2025,1,27,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(42100,1,1737997200,2025,1,27,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(42101,1,1738000800,2025,1,27,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(42102,1,1738004400,2025,1,27,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(42103,1,1738008000,2025,1,27,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(42104,1,1738011600,2025,1,27,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(42105,1,1738015200,2025,1,27,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(42106,1,1738018800,2025,1,28,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(42107,1,1738022400,2025,1,28,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(42108,1,1738026000,2025,1,28,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(42109,1,1738029600,2025,1,28,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(42110,1,1738033200,2025,1,28,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(42111,1,1738036800,2025,1,28,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(42112,1,1738040400,2025,1,28,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(42113,1,1738044000,2025,1,28,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(42114,1,1738047600,2025,1,28,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(42115,1,1738051200,2025,1,28,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(42116,1,1738054800,2025,1,28,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(42117,1,1738058400,2025,1,28,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(42118,1,1738062000,2025,1,28,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(42119,1,1738065600,2025,1,28,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(42120,1,1738069200,2025,1,28,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(42121,1,1738072800,2025,1,28,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(42122,1,1738076400,2025,1,28,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(42123,1,1738080000,2025,1,28,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(42124,1,1738083600,2025,1,28,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(42125,1,1738087200,2025,1,28,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(42126,1,1738090800,2025,1,28,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(42127,1,1738094400,2025,1,28,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(42128,1,1738098000,2025,1,28,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(42129,1,1738101600,2025,1,28,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(42130,1,1738105200,2025,1,29,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(42131,1,1738108800,2025,1,29,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(42132,1,1738112400,2025,1,29,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(42133,1,1738116000,2025,1,29,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(42134,1,1738119600,2025,1,29,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(42135,1,1738123200,2025,1,29,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(42136,1,1738126800,2025,1,29,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(42137,1,1738130400,2025,1,29,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(42138,1,1738134000,2025,1,29,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(42139,1,1738137600,2025,1,29,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(42140,1,1738141200,2025,1,29,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(42141,1,1738144800,2025,1,29,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(42142,1,1738148400,2025,1,29,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(42143,1,1738152000,2025,1,29,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(42144,1,1738155600,2025,1,29,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(42145,1,1738159200,2025,1,29,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(42146,1,1738162800,2025,1,29,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(42147,1,1738166400,2025,1,29,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(42148,1,1738170000,2025,1,29,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(42149,1,1738173600,2025,1,29,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(42150,1,1738177200,2025,1,29,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(42151,1,1738180800,2025,1,29,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(42152,1,1738184400,2025,1,29,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(42153,1,1738188000,2025,1,29,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(42154,1,1738191600,2025,1,30,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(42155,1,1738195200,2025,1,30,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(42156,1,1738198800,2025,1,30,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(42157,1,1738202400,2025,1,30,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(42158,1,1738206000,2025,1,30,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(42159,1,1738209600,2025,1,30,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(42160,1,1738213200,2025,1,30,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(42161,1,1738216800,2025,1,30,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(42162,1,1738220400,2025,1,30,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(42163,1,1738224000,2025,1,30,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(42164,1,1738227600,2025,1,30,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(42165,1,1738231200,2025,1,30,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(42166,1,1738234800,2025,1,30,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(42167,1,1738238400,2025,1,30,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(42168,1,1738242000,2025,1,30,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(42169,1,1738245600,2025,1,30,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(42170,1,1738249200,2025,1,30,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(42171,1,1738252800,2025,1,30,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(42172,1,1738256400,2025,1,30,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(42173,1,1738260000,2025,1,30,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(42174,1,1738263600,2025,1,30,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(42175,1,1738267200,2025,1,30,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(42176,1,1738270800,2025,1,30,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(42177,1,1738274400,2025,1,30,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(42178,1,1738278000,2025,1,31,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(42179,1,1738281600,2025,1,31,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(42180,1,1738285200,2025,1,31,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(42181,1,1738288800,2025,1,31,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(42182,1,1738292400,2025,1,31,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(42183,1,1738296000,2025,1,31,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(42184,1,1738299600,2025,1,31,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(42185,1,1738303200,2025,1,31,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(42186,1,1738306800,2025,1,31,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(42187,1,1738310400,2025,1,31,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(42188,1,1738314000,2025,1,31,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(42189,1,1738317600,2025,1,31,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(42190,1,1738321200,2025,1,31,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(42191,1,1738324800,2025,1,31,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(42192,1,1738328400,2025,1,31,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(42193,1,1738332000,2025,1,31,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(42194,1,1738335600,2025,1,31,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(42195,1,1738339200,2025,1,31,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(42196,1,1738342800,2025,1,31,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(42197,1,1738346400,2025,1,31,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(42198,1,1738350000,2025,1,31,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(42199,1,1738353600,2025,1,31,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(42200,1,1738357200,2025,1,31,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(42201,1,1738360800,2025,1,31,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(42202,1,1738364400,2025,2,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(42203,1,1738368000,2025,2,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(42204,1,1738371600,2025,2,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(42205,1,1738375200,2025,2,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(42206,1,1738378800,2025,2,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(42207,1,1738382400,2025,2,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(42208,1,1738386000,2025,2,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(42209,1,1738389600,2025,2,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(42210,1,1738393200,2025,2,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(42211,1,1738396800,2025,2,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(42212,1,1738400400,2025,2,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(42213,1,1738404000,2025,2,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(42214,1,1738407600,2025,2,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(42215,1,1738411200,2025,2,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(42216,1,1738414800,2025,2,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(42217,1,1738418400,2025,2,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(42218,1,1738422000,2025,2,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(42219,1,1738425600,2025,2,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(42220,1,1738429200,2025,2,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(42221,1,1738432800,2025,2,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(42222,1,1738436400,2025,2,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(42223,1,1738440000,2025,2,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(42224,1,1738443600,2025,2,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(42225,1,1738447200,2025,2,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(42226,1,1738537200,2025,2,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(42227,1,1738540800,2025,2,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(42228,1,1738544400,2025,2,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(42229,1,1738548000,2025,2,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(42230,1,1738551600,2025,2,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(42231,1,1738555200,2025,2,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(42232,1,1738558800,2025,2,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(42233,1,1738562400,2025,2,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(42234,1,1738566000,2025,2,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(42235,1,1738569600,2025,2,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(42236,1,1738573200,2025,2,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(42237,1,1738576800,2025,2,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(42238,1,1738580400,2025,2,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(42239,1,1738584000,2025,2,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(42240,1,1738587600,2025,2,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(42241,1,1738591200,2025,2,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(42242,1,1738594800,2025,2,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(42243,1,1738598400,2025,2,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(42244,1,1738602000,2025,2,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(42245,1,1738605600,2025,2,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(42246,1,1738609200,2025,2,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(42247,1,1738612800,2025,2,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(42248,1,1738616400,2025,2,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(42249,1,1738620000,2025,2,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(42250,1,1738623600,2025,2,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(42251,1,1738627200,2025,2,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(42252,1,1738630800,2025,2,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(42253,1,1738634400,2025,2,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(42254,1,1738638000,2025,2,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(42255,1,1738641600,2025,2,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(42256,1,1738645200,2025,2,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(42257,1,1738648800,2025,2,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(42258,1,1738652400,2025,2,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(42259,1,1738656000,2025,2,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(42260,1,1738659600,2025,2,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(42261,1,1738663200,2025,2,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(42262,1,1738666800,2025,2,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(42263,1,1738670400,2025,2,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(42264,1,1738674000,2025,2,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(42265,1,1738677600,2025,2,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(42266,1,1738681200,2025,2,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(42267,1,1738684800,2025,2,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(42268,1,1738688400,2025,2,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(42269,1,1738692000,2025,2,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(42270,1,1738695600,2025,2,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(42271,1,1738699200,2025,2,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(42272,1,1738702800,2025,2,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(42273,1,1738706400,2025,2,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(42274,1,1738710000,2025,2,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(42275,1,1738713600,2025,2,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(42276,1,1738717200,2025,2,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(42277,1,1738720800,2025,2,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(42278,1,1738724400,2025,2,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(42279,1,1738728000,2025,2,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(42280,1,1738731600,2025,2,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(42281,1,1738735200,2025,2,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(42282,1,1738738800,2025,2,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(42283,1,1738742400,2025,2,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(42284,1,1738746000,2025,2,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(42285,1,1738749600,2025,2,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(42286,1,1738753200,2025,2,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(42287,1,1738756800,2025,2,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(42288,1,1738760400,2025,2,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(42289,1,1738764000,2025,2,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(42290,1,1738767600,2025,2,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(42291,1,1738771200,2025,2,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(42292,1,1738774800,2025,2,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(42293,1,1738778400,2025,2,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(42294,1,1738782000,2025,2,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(42295,1,1738785600,2025,2,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(42296,1,1738789200,2025,2,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(42297,1,1738792800,2025,2,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(42298,1,1738796400,2025,2,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(42299,1,1738800000,2025,2,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(42300,1,1738803600,2025,2,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(42301,1,1738807200,2025,2,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(42302,1,1738810800,2025,2,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(42303,1,1738814400,2025,2,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(42304,1,1738818000,2025,2,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(42305,1,1738821600,2025,2,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(42306,1,1738825200,2025,2,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(42307,1,1738828800,2025,2,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(42308,1,1738832400,2025,2,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(42309,1,1738836000,2025,2,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(42310,1,1738839600,2025,2,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(42311,1,1738843200,2025,2,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(42312,1,1738846800,2025,2,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(42313,1,1738850400,2025,2,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(42314,1,1738854000,2025,2,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(42315,1,1738857600,2025,2,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(42316,1,1738861200,2025,2,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(42317,1,1738864800,2025,2,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(42318,1,1738868400,2025,2,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(42319,1,1738872000,2025,2,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(42320,1,1738875600,2025,2,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(42321,1,1738879200,2025,2,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(42322,1,1738882800,2025,2,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(42323,1,1738886400,2025,2,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(42324,1,1738890000,2025,2,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(42325,1,1738893600,2025,2,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(42326,1,1738897200,2025,2,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(42327,1,1738900800,2025,2,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(42328,1,1738904400,2025,2,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(42329,1,1738908000,2025,2,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(42330,1,1738911600,2025,2,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(42331,1,1738915200,2025,2,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(42332,1,1738918800,2025,2,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(42333,1,1738922400,2025,2,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(42334,1,1738926000,2025,2,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(42335,1,1738929600,2025,2,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(42336,1,1738933200,2025,2,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(42337,1,1738936800,2025,2,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(42338,1,1738940400,2025,2,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(42339,1,1738944000,2025,2,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(42340,1,1738947600,2025,2,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(42341,1,1738951200,2025,2,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(42342,1,1738954800,2025,2,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(42343,1,1738958400,2025,2,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(42344,1,1738962000,2025,2,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(42345,1,1738965600,2025,2,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(42346,1,1738969200,2025,2,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(42347,1,1738972800,2025,2,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(42348,1,1738976400,2025,2,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(42349,1,1738980000,2025,2,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(42350,1,1738983600,2025,2,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(42351,1,1738987200,2025,2,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(42352,1,1738990800,2025,2,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(42353,1,1738994400,2025,2,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(42354,1,1738998000,2025,2,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(42355,1,1739001600,2025,2,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(42356,1,1739005200,2025,2,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(42357,1,1739008800,2025,2,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(42358,1,1739012400,2025,2,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(42359,1,1739016000,2025,2,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(42360,1,1739019600,2025,2,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(42361,1,1739023200,2025,2,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(42362,1,1739026800,2025,2,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(42363,1,1739030400,2025,2,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(42364,1,1739034000,2025,2,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(42365,1,1739037600,2025,2,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(42366,1,1739041200,2025,2,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(42367,1,1739044800,2025,2,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(42368,1,1739048400,2025,2,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(42369,1,1739052000,2025,2,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(42370,1,1739142000,2025,2,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(42371,1,1739145600,2025,2,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(42372,1,1739149200,2025,2,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(42373,1,1739152800,2025,2,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(42374,1,1739156400,2025,2,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(42375,1,1739160000,2025,2,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(42376,1,1739163600,2025,2,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(42377,1,1739167200,2025,2,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(42378,1,1739170800,2025,2,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(42379,1,1739174400,2025,2,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(42380,1,1739178000,2025,2,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(42381,1,1739181600,2025,2,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(42382,1,1739185200,2025,2,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(42383,1,1739188800,2025,2,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(42384,1,1739192400,2025,2,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(42385,1,1739196000,2025,2,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(42386,1,1739199600,2025,2,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(42387,1,1739203200,2025,2,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(42388,1,1739206800,2025,2,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(42389,1,1739210400,2025,2,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(42390,1,1739214000,2025,2,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(42391,1,1739217600,2025,2,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(42392,1,1739221200,2025,2,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(42393,1,1739224800,2025,2,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(42394,1,1739228400,2025,2,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(42395,1,1739232000,2025,2,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(42396,1,1739235600,2025,2,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(42397,1,1739239200,2025,2,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(42398,1,1739242800,2025,2,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(42399,1,1739246400,2025,2,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(42400,1,1739250000,2025,2,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(42401,1,1739253600,2025,2,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(42402,1,1739257200,2025,2,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(42403,1,1739260800,2025,2,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(42404,1,1739264400,2025,2,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(42405,1,1739268000,2025,2,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(42406,1,1739271600,2025,2,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(42407,1,1739275200,2025,2,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(42408,1,1739278800,2025,2,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(42409,1,1739282400,2025,2,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(42410,1,1739286000,2025,2,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(42411,1,1739289600,2025,2,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(42412,1,1739293200,2025,2,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(42413,1,1739296800,2025,2,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(42414,1,1739300400,2025,2,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(42415,1,1739304000,2025,2,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(42416,1,1739307600,2025,2,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(42417,1,1739311200,2025,2,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(42418,1,1739314800,2025,2,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(42419,1,1739318400,2025,2,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(42420,1,1739322000,2025,2,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(42421,1,1739325600,2025,2,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(42422,1,1739329200,2025,2,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(42423,1,1739332800,2025,2,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(42424,1,1739336400,2025,2,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(42425,1,1739340000,2025,2,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(42426,1,1739343600,2025,2,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(42427,1,1739347200,2025,2,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(42428,1,1739350800,2025,2,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(42429,1,1739354400,2025,2,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(42430,1,1739358000,2025,2,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(42431,1,1739361600,2025,2,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(42432,1,1739365200,2025,2,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(42433,1,1739368800,2025,2,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(42434,1,1739372400,2025,2,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(42435,1,1739376000,2025,2,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(42436,1,1739379600,2025,2,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(42437,1,1739383200,2025,2,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(42438,1,1739386800,2025,2,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(42439,1,1739390400,2025,2,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(42440,1,1739394000,2025,2,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(42441,1,1739397600,2025,2,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(42442,1,1739401200,2025,2,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(42443,1,1739404800,2025,2,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(42444,1,1739408400,2025,2,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(42445,1,1739412000,2025,2,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(42446,1,1739415600,2025,2,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(42447,1,1739419200,2025,2,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(42448,1,1739422800,2025,2,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(42449,1,1739426400,2025,2,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(42450,1,1739430000,2025,2,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(42451,1,1739433600,2025,2,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(42452,1,1739437200,2025,2,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(42453,1,1739440800,2025,2,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(42454,1,1739444400,2025,2,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(42455,1,1739448000,2025,2,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(42456,1,1739451600,2025,2,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(42457,1,1739455200,2025,2,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(42458,1,1739458800,2025,2,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(42459,1,1739462400,2025,2,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(42460,1,1739466000,2025,2,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(42461,1,1739469600,2025,2,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(42462,1,1739473200,2025,2,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(42463,1,1739476800,2025,2,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(42464,1,1739480400,2025,2,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(42465,1,1739484000,2025,2,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(42466,1,1739487600,2025,2,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(42467,1,1739491200,2025,2,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(42468,1,1739494800,2025,2,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(42469,1,1739498400,2025,2,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(42470,1,1739502000,2025,2,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(42471,1,1739505600,2025,2,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(42472,1,1739509200,2025,2,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(42473,1,1739512800,2025,2,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(42474,1,1739516400,2025,2,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(42475,1,1739520000,2025,2,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(42476,1,1739523600,2025,2,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(42477,1,1739527200,2025,2,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(42478,1,1739530800,2025,2,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(42479,1,1739534400,2025,2,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(42480,1,1739538000,2025,2,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(42481,1,1739541600,2025,2,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(42482,1,1739545200,2025,2,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(42483,1,1739548800,2025,2,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(42484,1,1739552400,2025,2,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(42485,1,1739556000,2025,2,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(42486,1,1739559600,2025,2,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(42487,1,1739563200,2025,2,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(42488,1,1739566800,2025,2,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(42489,1,1739570400,2025,2,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(42490,1,1739574000,2025,2,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(42491,1,1739577600,2025,2,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(42492,1,1739581200,2025,2,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(42493,1,1739584800,2025,2,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(42494,1,1739588400,2025,2,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(42495,1,1739592000,2025,2,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(42496,1,1739595600,2025,2,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(42497,1,1739599200,2025,2,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(42498,1,1739602800,2025,2,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(42499,1,1739606400,2025,2,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(42500,1,1739610000,2025,2,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(42501,1,1739613600,2025,2,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(42502,1,1739617200,2025,2,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(42503,1,1739620800,2025,2,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(42504,1,1739624400,2025,2,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(42505,1,1739628000,2025,2,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(42506,1,1739631600,2025,2,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(42507,1,1739635200,2025,2,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(42508,1,1739638800,2025,2,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(42509,1,1739642400,2025,2,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(42510,1,1739646000,2025,2,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(42511,1,1739649600,2025,2,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(42512,1,1739653200,2025,2,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(42513,1,1739656800,2025,2,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(42514,1,1739746800,2025,2,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(42515,1,1739750400,2025,2,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(42516,1,1739754000,2025,2,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(42517,1,1739757600,2025,2,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(42518,1,1739761200,2025,2,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(42519,1,1739764800,2025,2,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(42520,1,1739768400,2025,2,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(42521,1,1739772000,2025,2,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(42522,1,1739775600,2025,2,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(42523,1,1739779200,2025,2,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(42524,1,1739782800,2025,2,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(42525,1,1739786400,2025,2,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(42526,1,1739790000,2025,2,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(42527,1,1739793600,2025,2,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(42528,1,1739797200,2025,2,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(42529,1,1739800800,2025,2,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(42530,1,1739804400,2025,2,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(42531,1,1739808000,2025,2,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(42532,1,1739811600,2025,2,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(42533,1,1739815200,2025,2,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(42534,1,1739818800,2025,2,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(42535,1,1739822400,2025,2,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(42536,1,1739826000,2025,2,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(42537,1,1739829600,2025,2,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(42538,1,1739833200,2025,2,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(42539,1,1739836800,2025,2,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(42540,1,1739840400,2025,2,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(42541,1,1739844000,2025,2,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(42542,1,1739847600,2025,2,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(42543,1,1739851200,2025,2,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(42544,1,1739854800,2025,2,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(42545,1,1739858400,2025,2,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(42546,1,1739862000,2025,2,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(42547,1,1739865600,2025,2,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(42548,1,1739869200,2025,2,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(42549,1,1739872800,2025,2,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(42550,1,1739876400,2025,2,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(42551,1,1739880000,2025,2,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(42552,1,1739883600,2025,2,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(42553,1,1739887200,2025,2,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(42554,1,1739890800,2025,2,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(42555,1,1739894400,2025,2,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(42556,1,1739898000,2025,2,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(42557,1,1739901600,2025,2,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(42558,1,1739905200,2025,2,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(42559,1,1739908800,2025,2,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(42560,1,1739912400,2025,2,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(42561,1,1739916000,2025,2,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(42562,1,1739919600,2025,2,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(42563,1,1739923200,2025,2,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(42564,1,1739926800,2025,2,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(42565,1,1739930400,2025,2,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(42566,1,1739934000,2025,2,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(42567,1,1739937600,2025,2,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(42568,1,1739941200,2025,2,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(42569,1,1739944800,2025,2,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(42570,1,1739948400,2025,2,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(42571,1,1739952000,2025,2,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(42572,1,1739955600,2025,2,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(42573,1,1739959200,2025,2,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(42574,1,1739962800,2025,2,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(42575,1,1739966400,2025,2,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(42576,1,1739970000,2025,2,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(42577,1,1739973600,2025,2,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(42578,1,1739977200,2025,2,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(42579,1,1739980800,2025,2,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(42580,1,1739984400,2025,2,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(42581,1,1739988000,2025,2,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(42582,1,1739991600,2025,2,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(42583,1,1739995200,2025,2,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(42584,1,1739998800,2025,2,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(42585,1,1740002400,2025,2,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(42586,1,1740006000,2025,2,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(42587,1,1740009600,2025,2,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(42588,1,1740013200,2025,2,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(42589,1,1740016800,2025,2,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(42590,1,1740020400,2025,2,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(42591,1,1740024000,2025,2,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(42592,1,1740027600,2025,2,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(42593,1,1740031200,2025,2,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(42594,1,1740034800,2025,2,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(42595,1,1740038400,2025,2,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(42596,1,1740042000,2025,2,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(42597,1,1740045600,2025,2,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(42598,1,1740049200,2025,2,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(42599,1,1740052800,2025,2,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(42600,1,1740056400,2025,2,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(42601,1,1740060000,2025,2,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(42602,1,1740063600,2025,2,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(42603,1,1740067200,2025,2,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(42604,1,1740070800,2025,2,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(42605,1,1740074400,2025,2,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(42606,1,1740078000,2025,2,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(42607,1,1740081600,2025,2,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(42608,1,1740085200,2025,2,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(42609,1,1740088800,2025,2,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(42610,1,1740092400,2025,2,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(42611,1,1740096000,2025,2,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(42612,1,1740099600,2025,2,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(42613,1,1740103200,2025,2,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(42614,1,1740106800,2025,2,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(42615,1,1740110400,2025,2,21,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(42616,1,1740114000,2025,2,21,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(42617,1,1740117600,2025,2,21,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(42618,1,1740121200,2025,2,21,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(42619,1,1740124800,2025,2,21,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(42620,1,1740128400,2025,2,21,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(42621,1,1740132000,2025,2,21,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(42622,1,1740135600,2025,2,21,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(42623,1,1740139200,2025,2,21,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(42624,1,1740142800,2025,2,21,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(42625,1,1740146400,2025,2,21,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(42626,1,1740150000,2025,2,21,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(42627,1,1740153600,2025,2,21,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(42628,1,1740157200,2025,2,21,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(42629,1,1740160800,2025,2,21,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(42630,1,1740164400,2025,2,21,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(42631,1,1740168000,2025,2,21,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(42632,1,1740171600,2025,2,21,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(42633,1,1740175200,2025,2,21,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(42634,1,1740178800,2025,2,22,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(42635,1,1740182400,2025,2,22,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(42636,1,1740186000,2025,2,22,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(42637,1,1740189600,2025,2,22,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(42638,1,1740193200,2025,2,22,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(42639,1,1740196800,2025,2,22,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(42640,1,1740200400,2025,2,22,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(42641,1,1740204000,2025,2,22,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(42642,1,1740207600,2025,2,22,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(42643,1,1740211200,2025,2,22,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(42644,1,1740214800,2025,2,22,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(42645,1,1740218400,2025,2,22,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(42646,1,1740222000,2025,2,22,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(42647,1,1740225600,2025,2,22,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(42648,1,1740229200,2025,2,22,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(42649,1,1740232800,2025,2,22,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(42650,1,1740236400,2025,2,22,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(42651,1,1740240000,2025,2,22,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(42652,1,1740243600,2025,2,22,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(42653,1,1740247200,2025,2,22,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(42654,1,1740250800,2025,2,22,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(42655,1,1740254400,2025,2,22,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(42656,1,1740258000,2025,2,22,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(42657,1,1740261600,2025,2,22,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(42658,1,1740351600,2025,2,24,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(42659,1,1740355200,2025,2,24,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(42660,1,1740358800,2025,2,24,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(42661,1,1740362400,2025,2,24,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(42662,1,1740366000,2025,2,24,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(42663,1,1740369600,2025,2,24,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(42664,1,1740373200,2025,2,24,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(42665,1,1740376800,2025,2,24,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(42666,1,1740380400,2025,2,24,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(42667,1,1740384000,2025,2,24,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(42668,1,1740387600,2025,2,24,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(42669,1,1740391200,2025,2,24,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(42670,1,1740394800,2025,2,24,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(42671,1,1740398400,2025,2,24,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(42672,1,1740402000,2025,2,24,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(42673,1,1740405600,2025,2,24,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(42674,1,1740409200,2025,2,24,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(42675,1,1740412800,2025,2,24,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(42676,1,1740416400,2025,2,24,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(42677,1,1740420000,2025,2,24,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(42678,1,1740423600,2025,2,24,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(42679,1,1740427200,2025,2,24,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(42680,1,1740430800,2025,2,24,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(42681,1,1740434400,2025,2,24,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(42682,1,1740438000,2025,2,25,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(42683,1,1740441600,2025,2,25,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(42684,1,1740445200,2025,2,25,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(42685,1,1740448800,2025,2,25,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(42686,1,1740452400,2025,2,25,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(42687,1,1740456000,2025,2,25,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(42688,1,1740459600,2025,2,25,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(42689,1,1740463200,2025,2,25,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(42690,1,1740466800,2025,2,25,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(42691,1,1740470400,2025,2,25,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(42692,1,1740474000,2025,2,25,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(42693,1,1740477600,2025,2,25,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(42694,1,1740481200,2025,2,25,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(42695,1,1740484800,2025,2,25,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(42696,1,1740488400,2025,2,25,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(42697,1,1740492000,2025,2,25,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(42698,1,1740495600,2025,2,25,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(42699,1,1740499200,2025,2,25,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(42700,1,1740502800,2025,2,25,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(42701,1,1740506400,2025,2,25,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(42702,1,1740510000,2025,2,25,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(42703,1,1740513600,2025,2,25,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(42704,1,1740517200,2025,2,25,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(42705,1,1740520800,2025,2,25,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(42706,1,1740524400,2025,2,26,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(42707,1,1740528000,2025,2,26,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(42708,1,1740531600,2025,2,26,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(42709,1,1740535200,2025,2,26,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(42710,1,1740538800,2025,2,26,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(42711,1,1740542400,2025,2,26,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(42712,1,1740546000,2025,2,26,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(42713,1,1740549600,2025,2,26,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(42714,1,1740553200,2025,2,26,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(42715,1,1740556800,2025,2,26,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(42716,1,1740560400,2025,2,26,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(42717,1,1740564000,2025,2,26,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(42718,1,1740567600,2025,2,26,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(42719,1,1740571200,2025,2,26,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(42720,1,1740574800,2025,2,26,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(42721,1,1740578400,2025,2,26,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(42722,1,1740582000,2025,2,26,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(42723,1,1740585600,2025,2,26,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(42724,1,1740589200,2025,2,26,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(42725,1,1740592800,2025,2,26,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(42726,1,1740596400,2025,2,26,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(42727,1,1740600000,2025,2,26,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(42728,1,1740603600,2025,2,26,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(42729,1,1740607200,2025,2,26,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(42730,1,1740610800,2025,2,27,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(42731,1,1740614400,2025,2,27,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(42732,1,1740618000,2025,2,27,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(42733,1,1740621600,2025,2,27,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(42734,1,1740625200,2025,2,27,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(42735,1,1740628800,2025,2,27,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(42736,1,1740632400,2025,2,27,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(42737,1,1740636000,2025,2,27,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(42738,1,1740639600,2025,2,27,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(42739,1,1740643200,2025,2,27,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(42740,1,1740646800,2025,2,27,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(42741,1,1740650400,2025,2,27,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(42742,1,1740654000,2025,2,27,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(42743,1,1740657600,2025,2,27,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(42744,1,1740661200,2025,2,27,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(42745,1,1740664800,2025,2,27,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(42746,1,1740668400,2025,2,27,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(42747,1,1740672000,2025,2,27,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(42748,1,1740675600,2025,2,27,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(42749,1,1740679200,2025,2,27,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(42750,1,1740682800,2025,2,27,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(42751,1,1740686400,2025,2,27,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(42752,1,1740690000,2025,2,27,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(42753,1,1740693600,2025,2,27,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(42754,1,1740697200,2025,2,28,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(42755,1,1740700800,2025,2,28,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(42756,1,1740704400,2025,2,28,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(42757,1,1740708000,2025,2,28,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(42758,1,1740711600,2025,2,28,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(42759,1,1740715200,2025,2,28,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(42760,1,1740718800,2025,2,28,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(42761,1,1740722400,2025,2,28,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(42762,1,1740726000,2025,2,28,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(42763,1,1740729600,2025,2,28,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(42764,1,1740733200,2025,2,28,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(42765,1,1740736800,2025,2,28,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(42766,1,1740740400,2025,2,28,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(42767,1,1740744000,2025,2,28,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(42768,1,1740747600,2025,2,28,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(42769,1,1740751200,2025,2,28,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(42770,1,1740754800,2025,2,28,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(42771,1,1740758400,2025,2,28,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(42772,1,1740762000,2025,2,28,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(42773,1,1740765600,2025,2,28,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(42774,1,1740769200,2025,2,28,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(42775,1,1740772800,2025,2,28,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(42776,1,1740776400,2025,2,28,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(42777,1,1740780000,2025,2,28,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(42778,1,1740783600,2025,3,1,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(42779,1,1740787200,2025,3,1,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(42780,1,1740790800,2025,3,1,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(42781,1,1740794400,2025,3,1,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(42782,1,1740798000,2025,3,1,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(42783,1,1740801600,2025,3,1,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(42784,1,1740805200,2025,3,1,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(42785,1,1740808800,2025,3,1,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(42786,1,1740812400,2025,3,1,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(42787,1,1740816000,2025,3,1,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(42788,1,1740819600,2025,3,1,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(42789,1,1740823200,2025,3,1,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(42790,1,1740826800,2025,3,1,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(42791,1,1740830400,2025,3,1,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(42792,1,1740834000,2025,3,1,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(42793,1,1740837600,2025,3,1,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(42794,1,1740841200,2025,3,1,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(42795,1,1740844800,2025,3,1,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(42796,1,1740848400,2025,3,1,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(42797,1,1740852000,2025,3,1,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(42798,1,1740855600,2025,3,1,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(42799,1,1740859200,2025,3,1,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(42800,1,1740862800,2025,3,1,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(42801,1,1740866400,2025,3,1,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(42802,1,1740956400,2025,3,3,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(42803,1,1740960000,2025,3,3,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(42804,1,1740963600,2025,3,3,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(42805,1,1740967200,2025,3,3,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(42806,1,1740970800,2025,3,3,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(42807,1,1740974400,2025,3,3,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(42808,1,1740978000,2025,3,3,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(42809,1,1740981600,2025,3,3,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(42810,1,1740985200,2025,3,3,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(42811,1,1740988800,2025,3,3,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(42812,1,1740992400,2025,3,3,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(42813,1,1740996000,2025,3,3,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(42814,1,1740999600,2025,3,3,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(42815,1,1741003200,2025,3,3,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(42816,1,1741006800,2025,3,3,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(42817,1,1741010400,2025,3,3,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(42818,1,1741014000,2025,3,3,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(42819,1,1741017600,2025,3,3,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(42820,1,1741021200,2025,3,3,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(42821,1,1741024800,2025,3,3,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(42822,1,1741028400,2025,3,3,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(42823,1,1741032000,2025,3,3,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(42824,1,1741035600,2025,3,3,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(42825,1,1741039200,2025,3,3,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(42826,1,1741042800,2025,3,4,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(42827,1,1741046400,2025,3,4,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(42828,1,1741050000,2025,3,4,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(42829,1,1741053600,2025,3,4,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(42830,1,1741057200,2025,3,4,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(42831,1,1741060800,2025,3,4,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(42832,1,1741064400,2025,3,4,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(42833,1,1741068000,2025,3,4,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(42834,1,1741071600,2025,3,4,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(42835,1,1741075200,2025,3,4,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(42836,1,1741078800,2025,3,4,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(42837,1,1741082400,2025,3,4,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(42838,1,1741086000,2025,3,4,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(42839,1,1741089600,2025,3,4,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(42840,1,1741093200,2025,3,4,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(42841,1,1741096800,2025,3,4,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(42842,1,1741100400,2025,3,4,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(42843,1,1741104000,2025,3,4,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(42844,1,1741107600,2025,3,4,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(42845,1,1741111200,2025,3,4,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(42846,1,1741114800,2025,3,4,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(42847,1,1741118400,2025,3,4,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(42848,1,1741122000,2025,3,4,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(42849,1,1741125600,2025,3,4,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(42850,1,1741129200,2025,3,5,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(42851,1,1741132800,2025,3,5,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(42852,1,1741136400,2025,3,5,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(42853,1,1741140000,2025,3,5,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(42854,1,1741143600,2025,3,5,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(42855,1,1741147200,2025,3,5,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(42856,1,1741150800,2025,3,5,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(42857,1,1741154400,2025,3,5,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(42858,1,1741158000,2025,3,5,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(42859,1,1741161600,2025,3,5,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(42860,1,1741165200,2025,3,5,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(42861,1,1741168800,2025,3,5,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(42862,1,1741172400,2025,3,5,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(42863,1,1741176000,2025,3,5,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(42864,1,1741179600,2025,3,5,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(42865,1,1741183200,2025,3,5,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(42866,1,1741186800,2025,3,5,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(42867,1,1741190400,2025,3,5,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(42868,1,1741194000,2025,3,5,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(42869,1,1741197600,2025,3,5,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(42870,1,1741201200,2025,3,5,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(42871,1,1741204800,2025,3,5,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(42872,1,1741208400,2025,3,5,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(42873,1,1741212000,2025,3,5,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(42874,1,1741215600,2025,3,6,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(42875,1,1741219200,2025,3,6,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(42876,1,1741222800,2025,3,6,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(42877,1,1741226400,2025,3,6,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(42878,1,1741230000,2025,3,6,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(42879,1,1741233600,2025,3,6,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(42880,1,1741237200,2025,3,6,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(42881,1,1741240800,2025,3,6,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(42882,1,1741244400,2025,3,6,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(42883,1,1741248000,2025,3,6,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(42884,1,1741251600,2025,3,6,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(42885,1,1741255200,2025,3,6,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(42886,1,1741258800,2025,3,6,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(42887,1,1741262400,2025,3,6,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(42888,1,1741266000,2025,3,6,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(42889,1,1741269600,2025,3,6,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(42890,1,1741273200,2025,3,6,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(42891,1,1741276800,2025,3,6,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(42892,1,1741280400,2025,3,6,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(42893,1,1741284000,2025,3,6,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(42894,1,1741287600,2025,3,6,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(42895,1,1741291200,2025,3,6,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(42896,1,1741294800,2025,3,6,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(42897,1,1741298400,2025,3,6,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(42898,1,1741302000,2025,3,7,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(42899,1,1741305600,2025,3,7,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(42900,1,1741309200,2025,3,7,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(42901,1,1741312800,2025,3,7,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(42902,1,1741316400,2025,3,7,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(42903,1,1741320000,2025,3,7,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(42904,1,1741323600,2025,3,7,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(42905,1,1741327200,2025,3,7,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(42906,1,1741330800,2025,3,7,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(42907,1,1741334400,2025,3,7,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(42908,1,1741338000,2025,3,7,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(42909,1,1741341600,2025,3,7,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(42910,1,1741345200,2025,3,7,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(42911,1,1741348800,2025,3,7,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(42912,1,1741352400,2025,3,7,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(42913,1,1741356000,2025,3,7,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(42914,1,1741359600,2025,3,7,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(42915,1,1741363200,2025,3,7,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(42916,1,1741366800,2025,3,7,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(42917,1,1741370400,2025,3,7,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(42918,1,1741374000,2025,3,7,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(42919,1,1741377600,2025,3,7,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(42920,1,1741381200,2025,3,7,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(42921,1,1741384800,2025,3,7,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(42922,1,1741388400,2025,3,8,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(42923,1,1741392000,2025,3,8,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(42924,1,1741395600,2025,3,8,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(42925,1,1741399200,2025,3,8,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(42926,1,1741402800,2025,3,8,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(42927,1,1741406400,2025,3,8,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(42928,1,1741410000,2025,3,8,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(42929,1,1741413600,2025,3,8,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(42930,1,1741417200,2025,3,8,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(42931,1,1741420800,2025,3,8,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(42932,1,1741424400,2025,3,8,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(42933,1,1741428000,2025,3,8,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(42934,1,1741431600,2025,3,8,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(42935,1,1741435200,2025,3,8,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(42936,1,1741438800,2025,3,8,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(42937,1,1741442400,2025,3,8,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(42938,1,1741446000,2025,3,8,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(42939,1,1741449600,2025,3,8,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(42940,1,1741453200,2025,3,8,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(42941,1,1741456800,2025,3,8,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(42942,1,1741460400,2025,3,8,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(42943,1,1741464000,2025,3,8,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(42944,1,1741467600,2025,3,8,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(42945,1,1741471200,2025,3,8,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(42946,1,1741561200,2025,3,10,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(42947,1,1741564800,2025,3,10,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(42948,1,1741568400,2025,3,10,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(42949,1,1741572000,2025,3,10,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(42950,1,1741575600,2025,3,10,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(42951,1,1741579200,2025,3,10,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(42952,1,1741582800,2025,3,10,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(42953,1,1741586400,2025,3,10,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(42954,1,1741590000,2025,3,10,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(42955,1,1741593600,2025,3,10,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(42956,1,1741597200,2025,3,10,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(42957,1,1741600800,2025,3,10,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(42958,1,1741604400,2025,3,10,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(42959,1,1741608000,2025,3,10,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(42960,1,1741611600,2025,3,10,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(42961,1,1741615200,2025,3,10,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(42962,1,1741618800,2025,3,10,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(42963,1,1741622400,2025,3,10,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(42964,1,1741626000,2025,3,10,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(42965,1,1741629600,2025,3,10,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(42966,1,1741633200,2025,3,10,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(42967,1,1741636800,2025,3,10,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(42968,1,1741640400,2025,3,10,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(42969,1,1741644000,2025,3,10,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(42970,1,1741647600,2025,3,11,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(42971,1,1741651200,2025,3,11,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(42972,1,1741654800,2025,3,11,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(42973,1,1741658400,2025,3,11,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(42974,1,1741662000,2025,3,11,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(42975,1,1741665600,2025,3,11,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(42976,1,1741669200,2025,3,11,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(42977,1,1741672800,2025,3,11,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(42978,1,1741676400,2025,3,11,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(42979,1,1741680000,2025,3,11,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(42980,1,1741683600,2025,3,11,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(42981,1,1741687200,2025,3,11,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(42982,1,1741690800,2025,3,11,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(42983,1,1741694400,2025,3,11,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(42984,1,1741698000,2025,3,11,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(42985,1,1741701600,2025,3,11,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(42986,1,1741705200,2025,3,11,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(42987,1,1741708800,2025,3,11,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(42988,1,1741712400,2025,3,11,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(42989,1,1741716000,2025,3,11,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(42990,1,1741719600,2025,3,11,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(42991,1,1741723200,2025,3,11,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(42992,1,1741726800,2025,3,11,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(42993,1,1741730400,2025,3,11,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(42994,1,1741734000,2025,3,12,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(42995,1,1741737600,2025,3,12,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(42996,1,1741741200,2025,3,12,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(42997,1,1741744800,2025,3,12,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(42998,1,1741748400,2025,3,12,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(42999,1,1741752000,2025,3,12,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(43000,1,1741755600,2025,3,12,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(43001,1,1741759200,2025,3,12,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(43002,1,1741762800,2025,3,12,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(43003,1,1741766400,2025,3,12,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(43004,1,1741770000,2025,3,12,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(43005,1,1741773600,2025,3,12,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(43006,1,1741777200,2025,3,12,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(43007,1,1741780800,2025,3,12,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(43008,1,1741784400,2025,3,12,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(43009,1,1741788000,2025,3,12,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(43010,1,1741791600,2025,3,12,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(43011,1,1741795200,2025,3,12,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(43012,1,1741798800,2025,3,12,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(43013,1,1741802400,2025,3,12,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(43014,1,1741806000,2025,3,12,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(43015,1,1741809600,2025,3,12,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(43016,1,1741813200,2025,3,12,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(43017,1,1741816800,2025,3,12,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(43018,1,1741820400,2025,3,13,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(43019,1,1741824000,2025,3,13,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(43020,1,1741827600,2025,3,13,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(43021,1,1741831200,2025,3,13,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(43022,1,1741834800,2025,3,13,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(43023,1,1741838400,2025,3,13,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(43024,1,1741842000,2025,3,13,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(43025,1,1741845600,2025,3,13,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(43026,1,1741849200,2025,3,13,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(43027,1,1741852800,2025,3,13,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(43028,1,1741856400,2025,3,13,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(43029,1,1741860000,2025,3,13,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(43030,1,1741863600,2025,3,13,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(43031,1,1741867200,2025,3,13,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(43032,1,1741870800,2025,3,13,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(43033,1,1741874400,2025,3,13,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(43034,1,1741878000,2025,3,13,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(43035,1,1741881600,2025,3,13,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(43036,1,1741885200,2025,3,13,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(43037,1,1741888800,2025,3,13,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(43038,1,1741892400,2025,3,13,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(43039,1,1741896000,2025,3,13,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(43040,1,1741899600,2025,3,13,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(43041,1,1741903200,2025,3,13,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(43042,1,1741906800,2025,3,14,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(43043,1,1741910400,2025,3,14,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(43044,1,1741914000,2025,3,14,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(43045,1,1741917600,2025,3,14,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(43046,1,1741921200,2025,3,14,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(43047,1,1741924800,2025,3,14,5,5,0,'',0,99,99,0,0,'false','false',1563522000),(43048,1,1741928400,2025,3,14,5,6,0,'',0,99,99,0,0,'false','false',1563522000),(43049,1,1741932000,2025,3,14,5,7,0,'',0,99,99,0,0,'false','false',1563522000),(43050,1,1741935600,2025,3,14,5,8,0,'',0,99,99,0,0,'false','false',1563522000),(43051,1,1741939200,2025,3,14,5,9,0,'',0,99,99,0,0,'false','false',1563522000),(43052,1,1741942800,2025,3,14,5,10,0,'',0,99,99,0,0,'false','false',1563522000),(43053,1,1741946400,2025,3,14,5,11,0,'',0,99,99,0,0,'false','false',1563522000),(43054,1,1741950000,2025,3,14,5,12,0,'',0,99,99,0,0,'false','false',1563522000),(43055,1,1741953600,2025,3,14,5,13,0,'',0,99,99,0,0,'false','false',1563522000),(43056,1,1741957200,2025,3,14,5,14,0,'',0,99,99,0,0,'false','false',1563522000),(43057,1,1741960800,2025,3,14,5,15,0,'',0,99,99,0,0,'false','false',1563522000),(43058,1,1741964400,2025,3,14,5,16,0,'',0,99,99,0,0,'false','false',1563522000),(43059,1,1741968000,2025,3,14,5,17,0,'',0,99,99,0,0,'false','false',1563522000),(43060,1,1741971600,2025,3,14,5,18,0,'',0,99,99,0,0,'false','false',1563522000),(43061,1,1741975200,2025,3,14,5,19,0,'',0,99,99,0,0,'false','false',1563522000),(43062,1,1741978800,2025,3,14,5,20,0,'',0,99,99,0,0,'false','false',1563522000),(43063,1,1741982400,2025,3,14,5,21,0,'',0,99,99,0,0,'false','false',1563522000),(43064,1,1741986000,2025,3,14,5,22,0,'',0,99,99,0,0,'false','false',1563522000),(43065,1,1741989600,2025,3,14,5,23,0,'',0,99,99,0,0,'false','false',1563522000),(43066,1,1741993200,2025,3,15,6,0,0,'',0,99,99,0,0,'false','false',1563522000),(43067,1,1741996800,2025,3,15,6,1,0,'',0,99,99,0,0,'false','false',1563522000),(43068,1,1742000400,2025,3,15,6,2,0,'',0,99,99,0,0,'false','false',1563522000),(43069,1,1742004000,2025,3,15,6,3,0,'',0,99,99,0,0,'false','false',1563522000),(43070,1,1742007600,2025,3,15,6,4,0,'',0,99,99,0,0,'false','false',1563522000),(43071,1,1742011200,2025,3,15,6,5,0,'',0,99,99,0,0,'false','false',1563522000),(43072,1,1742014800,2025,3,15,6,6,0,'',0,99,99,0,0,'false','false',1563522000),(43073,1,1742018400,2025,3,15,6,7,0,'',0,99,99,0,0,'false','false',1563522000),(43074,1,1742022000,2025,3,15,6,8,0,'',0,99,99,0,0,'false','false',1563522000),(43075,1,1742025600,2025,3,15,6,9,0,'',0,99,99,0,0,'false','false',1563522000),(43076,1,1742029200,2025,3,15,6,10,0,'',0,99,99,0,0,'false','false',1563522000),(43077,1,1742032800,2025,3,15,6,11,0,'',0,99,99,0,0,'false','false',1563522000),(43078,1,1742036400,2025,3,15,6,12,0,'',0,99,99,0,0,'false','false',1563522000),(43079,1,1742040000,2025,3,15,6,13,0,'',0,99,99,0,0,'false','false',1563522000),(43080,1,1742043600,2025,3,15,6,14,0,'',0,99,99,0,0,'false','false',1563522000),(43081,1,1742047200,2025,3,15,6,15,0,'',0,99,99,0,0,'false','false',1563522000),(43082,1,1742050800,2025,3,15,6,16,0,'',0,99,99,0,0,'false','false',1563522000),(43083,1,1742054400,2025,3,15,6,17,0,'',0,99,99,0,0,'false','false',1563522000),(43084,1,1742058000,2025,3,15,6,18,0,'',0,99,99,0,0,'false','false',1563522000),(43085,1,1742061600,2025,3,15,6,19,0,'',0,99,99,0,0,'false','false',1563522000),(43086,1,1742065200,2025,3,15,6,20,0,'',0,99,99,0,0,'false','false',1563522000),(43087,1,1742068800,2025,3,15,6,21,0,'',0,99,99,0,0,'false','false',1563522000),(43088,1,1742072400,2025,3,15,6,22,0,'',0,99,99,0,0,'false','false',1563522000),(43089,1,1742076000,2025,3,15,6,23,0,'',0,99,99,0,0,'false','false',1563522000),(43090,1,1742166000,2025,3,17,1,0,0,'',0,99,99,0,0,'false','false',1563522000),(43091,1,1742169600,2025,3,17,1,1,0,'',0,99,99,0,0,'false','false',1563522000),(43092,1,1742173200,2025,3,17,1,2,0,'',0,99,99,0,0,'false','false',1563522000),(43093,1,1742176800,2025,3,17,1,3,0,'',0,99,99,0,0,'false','false',1563522000),(43094,1,1742180400,2025,3,17,1,4,0,'',0,99,99,0,0,'false','false',1563522000),(43095,1,1742184000,2025,3,17,1,5,0,'',0,99,99,0,0,'false','false',1563522000),(43096,1,1742187600,2025,3,17,1,6,0,'',0,99,99,0,0,'false','false',1563522000),(43097,1,1742191200,2025,3,17,1,7,0,'',0,99,99,0,0,'false','false',1563522000),(43098,1,1742194800,2025,3,17,1,8,0,'',0,99,99,0,0,'false','false',1563522000),(43099,1,1742198400,2025,3,17,1,9,0,'',0,99,99,0,0,'false','false',1563522000),(43100,1,1742202000,2025,3,17,1,10,0,'',0,99,99,0,0,'false','false',1563522000),(43101,1,1742205600,2025,3,17,1,11,0,'',0,99,99,0,0,'false','false',1563522000),(43102,1,1742209200,2025,3,17,1,12,0,'',0,99,99,0,0,'false','false',1563522000),(43103,1,1742212800,2025,3,17,1,13,0,'',0,99,99,0,0,'false','false',1563522000),(43104,1,1742216400,2025,3,17,1,14,0,'',0,99,99,0,0,'false','false',1563522000),(43105,1,1742220000,2025,3,17,1,15,0,'',0,99,99,0,0,'false','false',1563522000),(43106,1,1742223600,2025,3,17,1,16,0,'',0,99,99,0,0,'false','false',1563522000),(43107,1,1742227200,2025,3,17,1,17,0,'',0,99,99,0,0,'false','false',1563522000),(43108,1,1742230800,2025,3,17,1,18,0,'',0,99,99,0,0,'false','false',1563522000),(43109,1,1742234400,2025,3,17,1,19,0,'',0,99,99,0,0,'false','false',1563522000),(43110,1,1742238000,2025,3,17,1,20,0,'',0,99,99,0,0,'false','false',1563522000),(43111,1,1742241600,2025,3,17,1,21,0,'',0,99,99,0,0,'false','false',1563522000),(43112,1,1742245200,2025,3,17,1,22,0,'',0,99,99,0,0,'false','false',1563522000),(43113,1,1742248800,2025,3,17,1,23,0,'',0,99,99,0,0,'false','false',1563522000),(43114,1,1742252400,2025,3,18,2,0,0,'',0,99,99,0,0,'false','false',1563522000),(43115,1,1742256000,2025,3,18,2,1,0,'',0,99,99,0,0,'false','false',1563522000),(43116,1,1742259600,2025,3,18,2,2,0,'',0,99,99,0,0,'false','false',1563522000),(43117,1,1742263200,2025,3,18,2,3,0,'',0,99,99,0,0,'false','false',1563522000),(43118,1,1742266800,2025,3,18,2,4,0,'',0,99,99,0,0,'false','false',1563522000),(43119,1,1742270400,2025,3,18,2,5,0,'',0,99,99,0,0,'false','false',1563522000),(43120,1,1742274000,2025,3,18,2,6,0,'',0,99,99,0,0,'false','false',1563522000),(43121,1,1742277600,2025,3,18,2,7,0,'',0,99,99,0,0,'false','false',1563522000),(43122,1,1742281200,2025,3,18,2,8,0,'',0,99,99,0,0,'false','false',1563522000),(43123,1,1742284800,2025,3,18,2,9,0,'',0,99,99,0,0,'false','false',1563522000),(43124,1,1742288400,2025,3,18,2,10,0,'',0,99,99,0,0,'false','false',1563522000),(43125,1,1742292000,2025,3,18,2,11,0,'',0,99,99,0,0,'false','false',1563522000),(43126,1,1742295600,2025,3,18,2,12,0,'',0,99,99,0,0,'false','false',1563522000),(43127,1,1742299200,2025,3,18,2,13,0,'',0,99,99,0,0,'false','false',1563522000),(43128,1,1742302800,2025,3,18,2,14,0,'',0,99,99,0,0,'false','false',1563522000),(43129,1,1742306400,2025,3,18,2,15,0,'',0,99,99,0,0,'false','false',1563522000),(43130,1,1742310000,2025,3,18,2,16,0,'',0,99,99,0,0,'false','false',1563522000),(43131,1,1742313600,2025,3,18,2,17,0,'',0,99,99,0,0,'false','false',1563522000),(43132,1,1742317200,2025,3,18,2,18,0,'',0,99,99,0,0,'false','false',1563522000),(43133,1,1742320800,2025,3,18,2,19,0,'',0,99,99,0,0,'false','false',1563522000),(43134,1,1742324400,2025,3,18,2,20,0,'',0,99,99,0,0,'false','false',1563522000),(43135,1,1742328000,2025,3,18,2,21,0,'',0,99,99,0,0,'false','false',1563522000),(43136,1,1742331600,2025,3,18,2,22,0,'',0,99,99,0,0,'false','false',1563522000),(43137,1,1742335200,2025,3,18,2,23,0,'',0,99,99,0,0,'false','false',1563522000),(43138,1,1742338800,2025,3,19,3,0,0,'',0,99,99,0,0,'false','false',1563522000),(43139,1,1742342400,2025,3,19,3,1,0,'',0,99,99,0,0,'false','false',1563522000),(43140,1,1742346000,2025,3,19,3,2,0,'',0,99,99,0,0,'false','false',1563522000),(43141,1,1742349600,2025,3,19,3,3,0,'',0,99,99,0,0,'false','false',1563522000),(43142,1,1742353200,2025,3,19,3,4,0,'',0,99,99,0,0,'false','false',1563522000),(43143,1,1742356800,2025,3,19,3,5,0,'',0,99,99,0,0,'false','false',1563522000),(43144,1,1742360400,2025,3,19,3,6,0,'',0,99,99,0,0,'false','false',1563522000),(43145,1,1742364000,2025,3,19,3,7,0,'',0,99,99,0,0,'false','false',1563522000),(43146,1,1742367600,2025,3,19,3,8,0,'',0,99,99,0,0,'false','false',1563522000),(43147,1,1742371200,2025,3,19,3,9,0,'',0,99,99,0,0,'false','false',1563522000),(43148,1,1742374800,2025,3,19,3,10,0,'',0,99,99,0,0,'false','false',1563522000),(43149,1,1742378400,2025,3,19,3,11,0,'',0,99,99,0,0,'false','false',1563522000),(43150,1,1742382000,2025,3,19,3,12,0,'',0,99,99,0,0,'false','false',1563522000),(43151,1,1742385600,2025,3,19,3,13,0,'',0,99,99,0,0,'false','false',1563522000),(43152,1,1742389200,2025,3,19,3,14,0,'',0,99,99,0,0,'false','false',1563522000),(43153,1,1742392800,2025,3,19,3,15,0,'',0,99,99,0,0,'false','false',1563522000),(43154,1,1742396400,2025,3,19,3,16,0,'',0,99,99,0,0,'false','false',1563522000),(43155,1,1742400000,2025,3,19,3,17,0,'',0,99,99,0,0,'false','false',1563522000),(43156,1,1742403600,2025,3,19,3,18,0,'',0,99,99,0,0,'false','false',1563522000),(43157,1,1742407200,2025,3,19,3,19,0,'',0,99,99,0,0,'false','false',1563522000),(43158,1,1742410800,2025,3,19,3,20,0,'',0,99,99,0,0,'false','false',1563522000),(43159,1,1742414400,2025,3,19,3,21,0,'',0,99,99,0,0,'false','false',1563522000),(43160,1,1742418000,2025,3,19,3,22,0,'',0,99,99,0,0,'false','false',1563522000),(43161,1,1742421600,2025,3,19,3,23,0,'',0,99,99,0,0,'false','false',1563522000),(43162,1,1742425200,2025,3,20,4,0,0,'',0,99,99,0,0,'false','false',1563522000),(43163,1,1742428800,2025,3,20,4,1,0,'',0,99,99,0,0,'false','false',1563522000),(43164,1,1742432400,2025,3,20,4,2,0,'',0,99,99,0,0,'false','false',1563522000),(43165,1,1742436000,2025,3,20,4,3,0,'',0,99,99,0,0,'false','false',1563522000),(43166,1,1742439600,2025,3,20,4,4,0,'',0,99,99,0,0,'false','false',1563522000),(43167,1,1742443200,2025,3,20,4,5,0,'',0,99,99,0,0,'false','false',1563522000),(43168,1,1742446800,2025,3,20,4,6,0,'',0,99,99,0,0,'false','false',1563522000),(43169,1,1742450400,2025,3,20,4,7,0,'',0,99,99,0,0,'false','false',1563522000),(43170,1,1742454000,2025,3,20,4,8,0,'',0,99,99,0,0,'false','false',1563522000),(43171,1,1742457600,2025,3,20,4,9,0,'',0,99,99,0,0,'false','false',1563522000),(43172,1,1742461200,2025,3,20,4,10,0,'',0,99,99,0,0,'false','false',1563522000),(43173,1,1742464800,2025,3,20,4,11,0,'',0,99,99,0,0,'false','false',1563522000),(43174,1,1742468400,2025,3,20,4,12,0,'',0,99,99,0,0,'false','false',1563522000),(43175,1,1742472000,2025,3,20,4,13,0,'',0,99,99,0,0,'false','false',1563522000),(43176,1,1742475600,2025,3,20,4,14,0,'',0,99,99,0,0,'false','false',1563522000),(43177,1,1742479200,2025,3,20,4,15,0,'',0,99,99,0,0,'false','false',1563522000),(43178,1,1742482800,2025,3,20,4,16,0,'',0,99,99,0,0,'false','false',1563522000),(43179,1,1742486400,2025,3,20,4,17,0,'',0,99,99,0,0,'false','false',1563522000),(43180,1,1742490000,2025,3,20,4,18,0,'',0,99,99,0,0,'false','false',1563522000),(43181,1,1742493600,2025,3,20,4,19,0,'',0,99,99,0,0,'false','false',1563522000),(43182,1,1742497200,2025,3,20,4,20,0,'',0,99,99,0,0,'false','false',1563522000),(43183,1,1742500800,2025,3,20,4,21,0,'',0,99,99,0,0,'false','false',1563522000),(43184,1,1742504400,2025,3,20,4,22,0,'',0,99,99,0,0,'false','false',1563522000),(43185,1,1742508000,2025,3,20,4,23,0,'',0,99,99,0,0,'false','false',1563522000),(43186,1,1742511600,2025,3,21,5,0,0,'',0,99,99,0,0,'false','false',1563522000),(43187,1,1742515200,2025,3,21,5,1,0,'',0,99,99,0,0,'false','false',1563522000),(43188,1,1742518800,2025,3,21,5,2,0,'',0,99,99,0,0,'false','false',1563522000),(43189,1,1742522400,2025,3,21,5,3,0,'',0,99,99,0,0,'false','false',1563522000),(43190,1,1742526000,2025,3,21,5,4,0,'',0,99,99,0,0,'false','false',1563522000),(43191,1,1742598000,2025,3,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(43192,1,1742601600,2025,3,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(43193,1,1742605200,2025,3,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(43194,1,1742608800,2025,3,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(43195,1,1742612400,2025,3,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(43196,1,1742616000,2025,3,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(43197,1,1742619600,2025,3,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(43198,1,1742623200,2025,3,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(43199,1,1742626800,2025,3,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(43200,1,1742630400,2025,3,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(43201,1,1742634000,2025,3,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(43202,1,1742637600,2025,3,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(43203,1,1742641200,2025,3,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(43204,1,1742644800,2025,3,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(43205,1,1742648400,2025,3,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(43206,1,1742652000,2025,3,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(43207,1,1742655600,2025,3,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(43208,1,1742659200,2025,3,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(43209,1,1742662800,2025,3,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(43210,1,1742666400,2025,3,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(43211,1,1742670000,2025,3,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(43212,1,1742673600,2025,3,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(43213,1,1742677200,2025,3,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(43214,1,1742680800,2025,3,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(43215,1,1742770800,2025,3,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(43216,1,1742774400,2025,3,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(43217,1,1742778000,2025,3,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(43218,1,1742781600,2025,3,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(43219,1,1742785200,2025,3,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(43220,1,1742788800,2025,3,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(43221,1,1742792400,2025,3,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(43222,1,1742796000,2025,3,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(43223,1,1742799600,2025,3,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(43224,1,1742803200,2025,3,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(43225,1,1742806800,2025,3,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(43226,1,1742810400,2025,3,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(43227,1,1742814000,2025,3,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(43228,1,1742817600,2025,3,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(43229,1,1742821200,2025,3,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(43230,1,1742824800,2025,3,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(43231,1,1742828400,2025,3,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(43232,1,1742832000,2025,3,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(43233,1,1742835600,2025,3,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(43234,1,1742839200,2025,3,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(43235,1,1742842800,2025,3,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(43236,1,1742846400,2025,3,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(43237,1,1742850000,2025,3,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(43238,1,1742853600,2025,3,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(43239,1,1742857200,2025,3,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(43240,1,1742860800,2025,3,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(43241,1,1742864400,2025,3,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(43242,1,1742868000,2025,3,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(43243,1,1742871600,2025,3,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(43244,1,1742875200,2025,3,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(43245,1,1742878800,2025,3,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(43246,1,1742882400,2025,3,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(43247,1,1742886000,2025,3,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(43248,1,1742889600,2025,3,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(43249,1,1742893200,2025,3,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(43250,1,1742896800,2025,3,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(43251,1,1742900400,2025,3,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(43252,1,1742904000,2025,3,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(43253,1,1742907600,2025,3,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(43254,1,1742911200,2025,3,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(43255,1,1742914800,2025,3,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(43256,1,1742918400,2025,3,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(43257,1,1742922000,2025,3,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(43258,1,1742925600,2025,3,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(43259,1,1742929200,2025,3,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(43260,1,1742932800,2025,3,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(43261,1,1742936400,2025,3,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(43262,1,1742940000,2025,3,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(43263,1,1742943600,2025,3,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(43264,1,1742947200,2025,3,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(43265,1,1742950800,2025,3,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(43266,1,1742954400,2025,3,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(43267,1,1742958000,2025,3,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(43268,1,1742961600,2025,3,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(43269,1,1742965200,2025,3,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(43270,1,1742968800,2025,3,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(43271,1,1742972400,2025,3,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(43272,1,1742976000,2025,3,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(43273,1,1742979600,2025,3,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(43274,1,1742983200,2025,3,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(43275,1,1742986800,2025,3,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(43276,1,1742990400,2025,3,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(43277,1,1742994000,2025,3,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(43278,1,1742997600,2025,3,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(43279,1,1743001200,2025,3,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(43280,1,1743004800,2025,3,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(43281,1,1743008400,2025,3,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(43282,1,1743012000,2025,3,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(43283,1,1743015600,2025,3,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(43284,1,1743019200,2025,3,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(43285,1,1743022800,2025,3,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(43286,1,1743026400,2025,3,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(43287,1,1743030000,2025,3,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(43288,1,1743033600,2025,3,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(43289,1,1743037200,2025,3,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(43290,1,1743040800,2025,3,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(43291,1,1743044400,2025,3,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(43292,1,1743048000,2025,3,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(43293,1,1743051600,2025,3,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(43294,1,1743055200,2025,3,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(43295,1,1743058800,2025,3,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(43296,1,1743062400,2025,3,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(43297,1,1743066000,2025,3,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(43298,1,1743069600,2025,3,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(43299,1,1743073200,2025,3,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(43300,1,1743076800,2025,3,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(43301,1,1743080400,2025,3,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(43302,1,1743084000,2025,3,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(43303,1,1743087600,2025,3,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(43304,1,1743091200,2025,3,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(43305,1,1743094800,2025,3,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(43306,1,1743098400,2025,3,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(43307,1,1743102000,2025,3,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(43308,1,1743105600,2025,3,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(43309,1,1743109200,2025,3,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(43310,1,1743112800,2025,3,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(43311,1,1743116400,2025,3,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(43312,1,1743120000,2025,3,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(43313,1,1743123600,2025,3,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(43314,1,1743127200,2025,3,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(43315,1,1743130800,2025,3,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(43316,1,1743134400,2025,3,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(43317,1,1743138000,2025,3,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(43318,1,1743141600,2025,3,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(43319,1,1743145200,2025,3,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(43320,1,1743148800,2025,3,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(43321,1,1743152400,2025,3,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(43322,1,1743156000,2025,3,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(43323,1,1743159600,2025,3,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(43324,1,1743163200,2025,3,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(43325,1,1743166800,2025,3,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(43326,1,1743170400,2025,3,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(43327,1,1743174000,2025,3,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(43328,1,1743177600,2025,3,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(43329,1,1743181200,2025,3,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(43330,1,1743184800,2025,3,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(43331,1,1743188400,2025,3,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(43332,1,1743192000,2025,3,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(43333,1,1743195600,2025,3,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(43334,1,1743199200,2025,3,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(43335,1,1743202800,2025,3,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(43336,1,1743206400,2025,3,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(43337,1,1743210000,2025,3,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(43338,1,1743213600,2025,3,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(43339,1,1743217200,2025,3,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(43340,1,1743220800,2025,3,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(43341,1,1743224400,2025,3,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(43342,1,1743228000,2025,3,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(43343,1,1743231600,2025,3,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(43344,1,1743235200,2025,3,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(43345,1,1743238800,2025,3,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(43346,1,1743242400,2025,3,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(43347,1,1743246000,2025,3,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(43348,1,1743249600,2025,3,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(43349,1,1743253200,2025,3,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(43350,1,1743256800,2025,3,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(43351,1,1743260400,2025,3,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(43352,1,1743264000,2025,3,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(43353,1,1743267600,2025,3,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(43354,1,1743271200,2025,3,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(43355,1,1743274800,2025,3,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(43356,1,1743278400,2025,3,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(43357,1,1743282000,2025,3,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(43358,1,1743285600,2025,3,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(43359,1,1743372000,2025,3,31,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(43360,1,1743375600,2025,3,31,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(43361,1,1743379200,2025,3,31,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(43362,1,1743382800,2025,3,31,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(43363,1,1743386400,2025,3,31,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(43364,1,1743390000,2025,3,31,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(43365,1,1743393600,2025,3,31,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(43366,1,1743397200,2025,3,31,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(43367,1,1743400800,2025,3,31,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(43368,1,1743404400,2025,3,31,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(43369,1,1743408000,2025,3,31,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(43370,1,1743411600,2025,3,31,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(43371,1,1743415200,2025,3,31,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(43372,1,1743418800,2025,3,31,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(43373,1,1743422400,2025,3,31,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(43374,1,1743426000,2025,3,31,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(43375,1,1743429600,2025,3,31,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(43376,1,1743433200,2025,3,31,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(43377,1,1743436800,2025,3,31,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(43378,1,1743440400,2025,3,31,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(43379,1,1743444000,2025,3,31,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(43380,1,1743447600,2025,3,31,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(43381,1,1743451200,2025,3,31,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(43382,1,1743454800,2025,3,31,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(43383,1,1743458400,2025,4,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(43384,1,1743462000,2025,4,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(43385,1,1743465600,2025,4,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(43386,1,1743469200,2025,4,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(43387,1,1743472800,2025,4,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(43388,1,1743476400,2025,4,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(43389,1,1743480000,2025,4,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(43390,1,1743483600,2025,4,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(43391,1,1743487200,2025,4,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(43392,1,1743490800,2025,4,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(43393,1,1743494400,2025,4,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(43394,1,1743498000,2025,4,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(43395,1,1743501600,2025,4,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(43396,1,1743505200,2025,4,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(43397,1,1743508800,2025,4,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(43398,1,1743512400,2025,4,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(43399,1,1743516000,2025,4,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(43400,1,1743519600,2025,4,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(43401,1,1743523200,2025,4,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(43402,1,1743526800,2025,4,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(43403,1,1743530400,2025,4,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(43404,1,1743534000,2025,4,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(43405,1,1743537600,2025,4,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(43406,1,1743541200,2025,4,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(43407,1,1743544800,2025,4,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(43408,1,1743548400,2025,4,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(43409,1,1743552000,2025,4,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(43410,1,1743555600,2025,4,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(43411,1,1743559200,2025,4,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(43412,1,1743562800,2025,4,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(43413,1,1743566400,2025,4,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(43414,1,1743570000,2025,4,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(43415,1,1743573600,2025,4,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(43416,1,1743577200,2025,4,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(43417,1,1743580800,2025,4,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(43418,1,1743584400,2025,4,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(43419,1,1743588000,2025,4,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(43420,1,1743591600,2025,4,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(43421,1,1743595200,2025,4,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(43422,1,1743598800,2025,4,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(43423,1,1743602400,2025,4,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(43424,1,1743606000,2025,4,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(43425,1,1743609600,2025,4,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(43426,1,1743613200,2025,4,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(43427,1,1743616800,2025,4,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(43428,1,1743620400,2025,4,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(43429,1,1743624000,2025,4,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(43430,1,1743627600,2025,4,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(43431,1,1743631200,2025,4,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(43432,1,1743634800,2025,4,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(43433,1,1743638400,2025,4,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(43434,1,1743642000,2025,4,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(43435,1,1743645600,2025,4,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(43436,1,1743649200,2025,4,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(43437,1,1743652800,2025,4,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(43438,1,1743656400,2025,4,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(43439,1,1743660000,2025,4,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(43440,1,1743663600,2025,4,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(43441,1,1743667200,2025,4,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(43442,1,1743670800,2025,4,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(43443,1,1743674400,2025,4,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(43444,1,1743678000,2025,4,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(43445,1,1743681600,2025,4,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(43446,1,1743685200,2025,4,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(43447,1,1743688800,2025,4,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(43448,1,1743692400,2025,4,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(43449,1,1743696000,2025,4,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(43450,1,1743699600,2025,4,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(43451,1,1743703200,2025,4,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(43452,1,1743706800,2025,4,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(43453,1,1743710400,2025,4,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(43454,1,1743714000,2025,4,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(43455,1,1743717600,2025,4,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(43456,1,1743721200,2025,4,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(43457,1,1743724800,2025,4,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(43458,1,1743728400,2025,4,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(43459,1,1743732000,2025,4,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(43460,1,1743735600,2025,4,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(43461,1,1743739200,2025,4,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(43462,1,1743742800,2025,4,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(43463,1,1743746400,2025,4,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(43464,1,1743750000,2025,4,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(43465,1,1743753600,2025,4,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(43466,1,1743757200,2025,4,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(43467,1,1743760800,2025,4,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(43468,1,1743764400,2025,4,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(43469,1,1743768000,2025,4,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(43470,1,1743771600,2025,4,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(43471,1,1743775200,2025,4,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(43472,1,1743778800,2025,4,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(43473,1,1743782400,2025,4,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(43474,1,1743786000,2025,4,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(43475,1,1743789600,2025,4,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(43476,1,1743793200,2025,4,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(43477,1,1743796800,2025,4,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(43478,1,1743800400,2025,4,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(43479,1,1743804000,2025,4,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(43480,1,1743807600,2025,4,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(43481,1,1743811200,2025,4,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(43482,1,1743814800,2025,4,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(43483,1,1743818400,2025,4,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(43484,1,1743822000,2025,4,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(43485,1,1743825600,2025,4,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(43486,1,1743829200,2025,4,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(43487,1,1743832800,2025,4,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(43488,1,1743836400,2025,4,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(43489,1,1743840000,2025,4,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(43490,1,1743843600,2025,4,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(43491,1,1743847200,2025,4,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(43492,1,1743850800,2025,4,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(43493,1,1743854400,2025,4,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(43494,1,1743858000,2025,4,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(43495,1,1743861600,2025,4,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(43496,1,1743865200,2025,4,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(43497,1,1743868800,2025,4,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(43498,1,1743872400,2025,4,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(43499,1,1743876000,2025,4,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(43500,1,1743879600,2025,4,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(43501,1,1743883200,2025,4,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(43502,1,1743886800,2025,4,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(43503,1,1743976800,2025,4,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(43504,1,1743980400,2025,4,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(43505,1,1743984000,2025,4,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(43506,1,1743987600,2025,4,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(43507,1,1743991200,2025,4,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(43508,1,1743994800,2025,4,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(43509,1,1743998400,2025,4,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(43510,1,1744002000,2025,4,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(43511,1,1744005600,2025,4,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(43512,1,1744009200,2025,4,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(43513,1,1744012800,2025,4,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(43514,1,1744016400,2025,4,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(43515,1,1744020000,2025,4,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(43516,1,1744023600,2025,4,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(43517,1,1744027200,2025,4,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(43518,1,1744030800,2025,4,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(43519,1,1744034400,2025,4,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(43520,1,1744038000,2025,4,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(43521,1,1744041600,2025,4,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(43522,1,1744045200,2025,4,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(43523,1,1744048800,2025,4,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(43524,1,1744052400,2025,4,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(43525,1,1744056000,2025,4,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(43526,1,1744059600,2025,4,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(43527,1,1744063200,2025,4,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(43528,1,1744066800,2025,4,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(43529,1,1744070400,2025,4,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(43530,1,1744074000,2025,4,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(43531,1,1744077600,2025,4,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(43532,1,1744081200,2025,4,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(43533,1,1744084800,2025,4,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(43534,1,1744088400,2025,4,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(43535,1,1744092000,2025,4,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(43536,1,1744095600,2025,4,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(43537,1,1744099200,2025,4,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(43538,1,1744102800,2025,4,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(43539,1,1744106400,2025,4,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(43540,1,1744110000,2025,4,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(43541,1,1744113600,2025,4,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(43542,1,1744117200,2025,4,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(43543,1,1744120800,2025,4,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(43544,1,1744124400,2025,4,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(43545,1,1744128000,2025,4,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(43546,1,1744131600,2025,4,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(43547,1,1744135200,2025,4,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(43548,1,1744138800,2025,4,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(43549,1,1744142400,2025,4,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(43550,1,1744146000,2025,4,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(43551,1,1744149600,2025,4,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(43552,1,1744153200,2025,4,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(43553,1,1744156800,2025,4,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(43554,1,1744160400,2025,4,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(43555,1,1744164000,2025,4,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(43556,1,1744167600,2025,4,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(43557,1,1744171200,2025,4,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(43558,1,1744174800,2025,4,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(43559,1,1744178400,2025,4,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(43560,1,1744182000,2025,4,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(43561,1,1744185600,2025,4,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(43562,1,1744189200,2025,4,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(43563,1,1744192800,2025,4,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(43564,1,1744196400,2025,4,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(43565,1,1744200000,2025,4,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(43566,1,1744203600,2025,4,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(43567,1,1744207200,2025,4,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(43568,1,1744210800,2025,4,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(43569,1,1744214400,2025,4,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(43570,1,1744218000,2025,4,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(43571,1,1744221600,2025,4,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(43572,1,1744225200,2025,4,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(43573,1,1744228800,2025,4,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(43574,1,1744232400,2025,4,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(43575,1,1744236000,2025,4,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(43576,1,1744239600,2025,4,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(43577,1,1744243200,2025,4,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(43578,1,1744246800,2025,4,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(43579,1,1744250400,2025,4,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(43580,1,1744254000,2025,4,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(43581,1,1744257600,2025,4,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(43582,1,1744261200,2025,4,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(43583,1,1744264800,2025,4,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(43584,1,1744268400,2025,4,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(43585,1,1744272000,2025,4,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(43586,1,1744275600,2025,4,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(43587,1,1744279200,2025,4,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(43588,1,1744282800,2025,4,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(43589,1,1744286400,2025,4,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(43590,1,1744290000,2025,4,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(43591,1,1744293600,2025,4,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(43592,1,1744297200,2025,4,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(43593,1,1744300800,2025,4,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(43594,1,1744304400,2025,4,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(43595,1,1744308000,2025,4,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(43596,1,1744311600,2025,4,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(43597,1,1744315200,2025,4,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(43598,1,1744318800,2025,4,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(43599,1,1744322400,2025,4,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(43600,1,1744326000,2025,4,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(43601,1,1744329600,2025,4,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(43602,1,1744333200,2025,4,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(43603,1,1744336800,2025,4,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(43604,1,1744340400,2025,4,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(43605,1,1744344000,2025,4,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(43606,1,1744347600,2025,4,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(43607,1,1744351200,2025,4,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(43608,1,1744354800,2025,4,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(43609,1,1744358400,2025,4,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(43610,1,1744362000,2025,4,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(43611,1,1744365600,2025,4,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(43612,1,1744369200,2025,4,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(43613,1,1744372800,2025,4,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(43614,1,1744376400,2025,4,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(43615,1,1744380000,2025,4,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(43616,1,1744383600,2025,4,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(43617,1,1744387200,2025,4,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(43618,1,1744390800,2025,4,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(43619,1,1744394400,2025,4,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(43620,1,1744398000,2025,4,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(43621,1,1744401600,2025,4,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(43622,1,1744405200,2025,4,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(43623,1,1744408800,2025,4,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(43624,1,1744412400,2025,4,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(43625,1,1744416000,2025,4,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(43626,1,1744419600,2025,4,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(43627,1,1744423200,2025,4,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(43628,1,1744426800,2025,4,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(43629,1,1744430400,2025,4,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(43630,1,1744434000,2025,4,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(43631,1,1744437600,2025,4,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(43632,1,1744441200,2025,4,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(43633,1,1744444800,2025,4,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(43634,1,1744448400,2025,4,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(43635,1,1744452000,2025,4,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(43636,1,1744455600,2025,4,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(43637,1,1744459200,2025,4,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(43638,1,1744462800,2025,4,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(43639,1,1744466400,2025,4,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(43640,1,1744470000,2025,4,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(43641,1,1744473600,2025,4,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(43642,1,1744477200,2025,4,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(43643,1,1744480800,2025,4,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(43644,1,1744484400,2025,4,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(43645,1,1744488000,2025,4,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(43646,1,1744491600,2025,4,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(43647,1,1744581600,2025,4,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(43648,1,1744585200,2025,4,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(43649,1,1744588800,2025,4,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(43650,1,1744592400,2025,4,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(43651,1,1744596000,2025,4,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(43652,1,1744599600,2025,4,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(43653,1,1744603200,2025,4,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(43654,1,1744606800,2025,4,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(43655,1,1744610400,2025,4,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(43656,1,1744614000,2025,4,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(43657,1,1744617600,2025,4,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(43658,1,1744621200,2025,4,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(43659,1,1744624800,2025,4,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(43660,1,1744628400,2025,4,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(43661,1,1744632000,2025,4,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(43662,1,1744635600,2025,4,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(43663,1,1744639200,2025,4,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(43664,1,1744642800,2025,4,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(43665,1,1744646400,2025,4,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(43666,1,1744650000,2025,4,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(43667,1,1744653600,2025,4,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(43668,1,1744657200,2025,4,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(43669,1,1744660800,2025,4,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(43670,1,1744664400,2025,4,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(43671,1,1744668000,2025,4,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(43672,1,1744671600,2025,4,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(43673,1,1744675200,2025,4,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(43674,1,1744678800,2025,4,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(43675,1,1744682400,2025,4,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(43676,1,1744686000,2025,4,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(43677,1,1744689600,2025,4,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(43678,1,1744693200,2025,4,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(43679,1,1744696800,2025,4,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(43680,1,1744700400,2025,4,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(43681,1,1744704000,2025,4,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(43682,1,1744707600,2025,4,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(43683,1,1744711200,2025,4,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(43684,1,1744714800,2025,4,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(43685,1,1744718400,2025,4,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(43686,1,1744722000,2025,4,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(43687,1,1744725600,2025,4,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(43688,1,1744729200,2025,4,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(43689,1,1744732800,2025,4,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(43690,1,1744736400,2025,4,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(43691,1,1744740000,2025,4,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(43692,1,1744743600,2025,4,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(43693,1,1744747200,2025,4,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(43694,1,1744750800,2025,4,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(43695,1,1744754400,2025,4,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(43696,1,1744758000,2025,4,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(43697,1,1744761600,2025,4,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(43698,1,1744765200,2025,4,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(43699,1,1744768800,2025,4,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(43700,1,1744772400,2025,4,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(43701,1,1744776000,2025,4,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(43702,1,1744779600,2025,4,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(43703,1,1744783200,2025,4,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(43704,1,1744786800,2025,4,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(43705,1,1744790400,2025,4,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(43706,1,1744794000,2025,4,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(43707,1,1744797600,2025,4,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(43708,1,1744801200,2025,4,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(43709,1,1744804800,2025,4,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(43710,1,1744808400,2025,4,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(43711,1,1744812000,2025,4,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(43712,1,1744815600,2025,4,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(43713,1,1744819200,2025,4,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(43714,1,1744822800,2025,4,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(43715,1,1744826400,2025,4,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(43716,1,1744830000,2025,4,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(43717,1,1744833600,2025,4,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(43718,1,1744837200,2025,4,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(43719,1,1744840800,2025,4,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(43720,1,1744844400,2025,4,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(43721,1,1744848000,2025,4,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(43722,1,1744851600,2025,4,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(43723,1,1744855200,2025,4,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(43724,1,1744858800,2025,4,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(43725,1,1744862400,2025,4,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(43726,1,1744866000,2025,4,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(43727,1,1744869600,2025,4,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(43728,1,1744873200,2025,4,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(43729,1,1744876800,2025,4,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(43730,1,1744880400,2025,4,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(43731,1,1744884000,2025,4,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(43732,1,1744887600,2025,4,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(43733,1,1744891200,2025,4,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(43734,1,1744894800,2025,4,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(43735,1,1744898400,2025,4,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(43736,1,1744902000,2025,4,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(43737,1,1744905600,2025,4,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(43738,1,1744909200,2025,4,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(43739,1,1744912800,2025,4,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(43740,1,1744916400,2025,4,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(43741,1,1744920000,2025,4,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(43742,1,1744923600,2025,4,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(43743,1,1744927200,2025,4,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(43744,1,1744930800,2025,4,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(43745,1,1744934400,2025,4,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(43746,1,1744938000,2025,4,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(43747,1,1744941600,2025,4,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(43748,1,1744945200,2025,4,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(43749,1,1744948800,2025,4,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(43750,1,1744952400,2025,4,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(43751,1,1744956000,2025,4,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(43752,1,1744959600,2025,4,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(43753,1,1744963200,2025,4,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(43754,1,1744966800,2025,4,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(43755,1,1744970400,2025,4,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(43756,1,1744974000,2025,4,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(43757,1,1744977600,2025,4,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(43758,1,1744981200,2025,4,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(43759,1,1744984800,2025,4,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(43760,1,1744988400,2025,4,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(43761,1,1744992000,2025,4,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(43762,1,1744995600,2025,4,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(43763,1,1744999200,2025,4,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(43764,1,1745002800,2025,4,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(43765,1,1745006400,2025,4,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(43766,1,1745010000,2025,4,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(43767,1,1745013600,2025,4,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(43768,1,1745017200,2025,4,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(43769,1,1745020800,2025,4,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(43770,1,1745024400,2025,4,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(43771,1,1745028000,2025,4,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(43772,1,1745031600,2025,4,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(43773,1,1745035200,2025,4,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(43774,1,1745038800,2025,4,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(43775,1,1745042400,2025,4,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(43776,1,1745046000,2025,4,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(43777,1,1745049600,2025,4,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(43778,1,1745053200,2025,4,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(43779,1,1745056800,2025,4,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(43780,1,1745060400,2025,4,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(43781,1,1745064000,2025,4,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(43782,1,1745067600,2025,4,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(43783,1,1745071200,2025,4,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(43784,1,1745074800,2025,4,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(43785,1,1745078400,2025,4,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(43786,1,1745082000,2025,4,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(43787,1,1745085600,2025,4,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(43788,1,1745089200,2025,4,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(43789,1,1745092800,2025,4,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(43790,1,1745096400,2025,4,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(43791,1,1745186400,2025,4,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(43792,1,1745190000,2025,4,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(43793,1,1745193600,2025,4,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(43794,1,1745197200,2025,4,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(43795,1,1745200800,2025,4,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(43796,1,1745204400,2025,4,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(43797,1,1745208000,2025,4,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(43798,1,1745211600,2025,4,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(43799,1,1745215200,2025,4,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(43800,1,1745218800,2025,4,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(43801,1,1745222400,2025,4,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(43802,1,1745226000,2025,4,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(43803,1,1745229600,2025,4,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(43804,1,1745233200,2025,4,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(43805,1,1745236800,2025,4,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(43806,1,1745240400,2025,4,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(43807,1,1745244000,2025,4,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(43808,1,1745247600,2025,4,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(43809,1,1745251200,2025,4,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(43810,1,1745254800,2025,4,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(43811,1,1745258400,2025,4,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(43812,1,1745262000,2025,4,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(43813,1,1745265600,2025,4,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(43814,1,1745269200,2025,4,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(43815,1,1745272800,2025,4,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(43816,1,1745276400,2025,4,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(43817,1,1745280000,2025,4,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(43818,1,1745283600,2025,4,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(43819,1,1745287200,2025,4,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(43820,1,1745290800,2025,4,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(43821,1,1745294400,2025,4,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(43822,1,1745298000,2025,4,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(43823,1,1745301600,2025,4,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(43824,1,1745305200,2025,4,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(43825,1,1745308800,2025,4,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(43826,1,1745312400,2025,4,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(43827,1,1745316000,2025,4,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(43828,1,1745319600,2025,4,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(43829,1,1745323200,2025,4,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(43830,1,1745326800,2025,4,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(43831,1,1745330400,2025,4,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(43832,1,1745334000,2025,4,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(43833,1,1745337600,2025,4,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(43834,1,1745341200,2025,4,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(43835,1,1745344800,2025,4,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(43836,1,1745348400,2025,4,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(43837,1,1745352000,2025,4,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(43838,1,1745355600,2025,4,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(43839,1,1745359200,2025,4,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(43840,1,1745362800,2025,4,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(43841,1,1745366400,2025,4,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(43842,1,1745370000,2025,4,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(43843,1,1745373600,2025,4,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(43844,1,1745377200,2025,4,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(43845,1,1745380800,2025,4,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(43846,1,1745384400,2025,4,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(43847,1,1745388000,2025,4,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(43848,1,1745391600,2025,4,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(43849,1,1745395200,2025,4,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(43850,1,1745398800,2025,4,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(43851,1,1745402400,2025,4,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(43852,1,1745406000,2025,4,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(43853,1,1745409600,2025,4,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(43854,1,1745413200,2025,4,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(43855,1,1745416800,2025,4,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(43856,1,1745420400,2025,4,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(43857,1,1745424000,2025,4,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(43858,1,1745427600,2025,4,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(43859,1,1745431200,2025,4,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(43860,1,1745434800,2025,4,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(43861,1,1745438400,2025,4,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(43862,1,1745442000,2025,4,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(43863,1,1745445600,2025,4,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(43864,1,1745449200,2025,4,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(43865,1,1745452800,2025,4,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(43866,1,1745456400,2025,4,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(43867,1,1745460000,2025,4,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(43868,1,1745463600,2025,4,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(43869,1,1745467200,2025,4,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(43870,1,1745470800,2025,4,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(43871,1,1745474400,2025,4,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(43872,1,1745478000,2025,4,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(43873,1,1745481600,2025,4,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(43874,1,1745485200,2025,4,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(43875,1,1745488800,2025,4,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(43876,1,1745492400,2025,4,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(43877,1,1745496000,2025,4,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(43878,1,1745499600,2025,4,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(43879,1,1745503200,2025,4,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(43880,1,1745506800,2025,4,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(43881,1,1745510400,2025,4,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(43882,1,1745514000,2025,4,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(43883,1,1745517600,2025,4,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(43884,1,1745521200,2025,4,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(43885,1,1745524800,2025,4,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(43886,1,1745528400,2025,4,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(43887,1,1745532000,2025,4,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(43888,1,1745535600,2025,4,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(43889,1,1745539200,2025,4,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(43890,1,1745542800,2025,4,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(43891,1,1745546400,2025,4,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(43892,1,1745550000,2025,4,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(43893,1,1745553600,2025,4,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(43894,1,1745557200,2025,4,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(43895,1,1745560800,2025,4,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(43896,1,1745564400,2025,4,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(43897,1,1745568000,2025,4,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(43898,1,1745571600,2025,4,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(43899,1,1745575200,2025,4,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(43900,1,1745578800,2025,4,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(43901,1,1745582400,2025,4,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(43902,1,1745586000,2025,4,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(43903,1,1745589600,2025,4,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(43904,1,1745593200,2025,4,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(43905,1,1745596800,2025,4,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(43906,1,1745600400,2025,4,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(43907,1,1745604000,2025,4,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(43908,1,1745607600,2025,4,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(43909,1,1745611200,2025,4,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(43910,1,1745614800,2025,4,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(43911,1,1745618400,2025,4,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(43912,1,1745622000,2025,4,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(43913,1,1745625600,2025,4,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(43914,1,1745629200,2025,4,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(43915,1,1745632800,2025,4,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(43916,1,1745636400,2025,4,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(43917,1,1745640000,2025,4,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(43918,1,1745643600,2025,4,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(43919,1,1745647200,2025,4,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(43920,1,1745650800,2025,4,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(43921,1,1745654400,2025,4,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(43922,1,1745658000,2025,4,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(43923,1,1745661600,2025,4,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(43924,1,1745665200,2025,4,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(43925,1,1745668800,2025,4,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(43926,1,1745672400,2025,4,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(43927,1,1745676000,2025,4,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(43928,1,1745679600,2025,4,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(43929,1,1745683200,2025,4,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(43930,1,1745686800,2025,4,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(43931,1,1745690400,2025,4,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(43932,1,1745694000,2025,4,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(43933,1,1745697600,2025,4,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(43934,1,1745701200,2025,4,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(43935,1,1745791200,2025,4,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(43936,1,1745794800,2025,4,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(43937,1,1745798400,2025,4,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(43938,1,1745802000,2025,4,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(43939,1,1745805600,2025,4,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(43940,1,1745809200,2025,4,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(43941,1,1745812800,2025,4,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(43942,1,1745816400,2025,4,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(43943,1,1745820000,2025,4,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(43944,1,1745823600,2025,4,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(43945,1,1745827200,2025,4,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(43946,1,1745830800,2025,4,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(43947,1,1745834400,2025,4,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(43948,1,1745838000,2025,4,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(43949,1,1745841600,2025,4,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(43950,1,1745845200,2025,4,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(43951,1,1745848800,2025,4,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(43952,1,1745852400,2025,4,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(43953,1,1745856000,2025,4,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(43954,1,1745859600,2025,4,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(43955,1,1745863200,2025,4,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(43956,1,1745866800,2025,4,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(43957,1,1745870400,2025,4,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(43958,1,1745874000,2025,4,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(43959,1,1745877600,2025,4,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(43960,1,1745881200,2025,4,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(43961,1,1745884800,2025,4,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(43962,1,1745888400,2025,4,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(43963,1,1745892000,2025,4,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(43964,1,1745895600,2025,4,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(43965,1,1745899200,2025,4,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(43966,1,1745902800,2025,4,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(43967,1,1745906400,2025,4,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(43968,1,1745910000,2025,4,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(43969,1,1745913600,2025,4,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(43970,1,1745917200,2025,4,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(43971,1,1745920800,2025,4,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(43972,1,1745924400,2025,4,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(43973,1,1745928000,2025,4,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(43974,1,1745931600,2025,4,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(43975,1,1745935200,2025,4,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(43976,1,1745938800,2025,4,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(43977,1,1745942400,2025,4,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(43978,1,1745946000,2025,4,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(43979,1,1745949600,2025,4,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(43980,1,1745953200,2025,4,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(43981,1,1745956800,2025,4,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(43982,1,1745960400,2025,4,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(43983,1,1745964000,2025,4,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(43984,1,1745967600,2025,4,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(43985,1,1745971200,2025,4,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(43986,1,1745974800,2025,4,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(43987,1,1745978400,2025,4,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(43988,1,1745982000,2025,4,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(43989,1,1745985600,2025,4,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(43990,1,1745989200,2025,4,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(43991,1,1745992800,2025,4,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(43992,1,1745996400,2025,4,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(43993,1,1746000000,2025,4,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(43994,1,1746003600,2025,4,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(43995,1,1746007200,2025,4,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(43996,1,1746010800,2025,4,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(43997,1,1746014400,2025,4,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(43998,1,1746018000,2025,4,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(43999,1,1746021600,2025,4,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(44000,1,1746025200,2025,4,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(44001,1,1746028800,2025,4,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(44002,1,1746032400,2025,4,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(44003,1,1746036000,2025,4,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(44004,1,1746039600,2025,4,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(44005,1,1746043200,2025,4,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(44006,1,1746046800,2025,4,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(44007,1,1746050400,2025,5,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(44008,1,1746054000,2025,5,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(44009,1,1746057600,2025,5,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(44010,1,1746061200,2025,5,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(44011,1,1746064800,2025,5,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(44012,1,1746068400,2025,5,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(44013,1,1746072000,2025,5,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(44014,1,1746075600,2025,5,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(44015,1,1746079200,2025,5,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(44016,1,1746082800,2025,5,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(44017,1,1746086400,2025,5,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(44018,1,1746090000,2025,5,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(44019,1,1746093600,2025,5,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(44020,1,1746097200,2025,5,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(44021,1,1746100800,2025,5,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(44022,1,1746104400,2025,5,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(44023,1,1746108000,2025,5,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(44024,1,1746111600,2025,5,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(44025,1,1746115200,2025,5,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(44026,1,1746118800,2025,5,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(44027,1,1746122400,2025,5,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(44028,1,1746126000,2025,5,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(44029,1,1746129600,2025,5,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(44030,1,1746133200,2025,5,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(44031,1,1746136800,2025,5,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(44032,1,1746140400,2025,5,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(44033,1,1746144000,2025,5,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(44034,1,1746147600,2025,5,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(44035,1,1746151200,2025,5,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(44036,1,1746154800,2025,5,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(44037,1,1746158400,2025,5,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(44038,1,1746162000,2025,5,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(44039,1,1746165600,2025,5,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(44040,1,1746169200,2025,5,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(44041,1,1746172800,2025,5,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(44042,1,1746176400,2025,5,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(44043,1,1746180000,2025,5,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(44044,1,1746183600,2025,5,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(44045,1,1746187200,2025,5,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(44046,1,1746190800,2025,5,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(44047,1,1746194400,2025,5,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(44048,1,1746198000,2025,5,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(44049,1,1746201600,2025,5,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(44050,1,1746205200,2025,5,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(44051,1,1746208800,2025,5,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(44052,1,1746212400,2025,5,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(44053,1,1746216000,2025,5,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(44054,1,1746219600,2025,5,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(44055,1,1746223200,2025,5,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(44056,1,1746226800,2025,5,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(44057,1,1746230400,2025,5,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(44058,1,1746234000,2025,5,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(44059,1,1746237600,2025,5,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(44060,1,1746241200,2025,5,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(44061,1,1746244800,2025,5,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(44062,1,1746248400,2025,5,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(44063,1,1746252000,2025,5,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(44064,1,1746255600,2025,5,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(44065,1,1746259200,2025,5,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(44066,1,1746262800,2025,5,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(44067,1,1746266400,2025,5,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(44068,1,1746270000,2025,5,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(44069,1,1746273600,2025,5,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(44070,1,1746277200,2025,5,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(44071,1,1746280800,2025,5,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(44072,1,1746284400,2025,5,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(44073,1,1746288000,2025,5,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(44074,1,1746291600,2025,5,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(44075,1,1746295200,2025,5,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(44076,1,1746298800,2025,5,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(44077,1,1746302400,2025,5,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(44078,1,1746306000,2025,5,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(44079,1,1746396000,2025,5,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(44080,1,1746399600,2025,5,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(44081,1,1746403200,2025,5,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(44082,1,1746406800,2025,5,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(44083,1,1746410400,2025,5,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(44084,1,1746414000,2025,5,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(44085,1,1746417600,2025,5,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(44086,1,1746421200,2025,5,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(44087,1,1746424800,2025,5,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(44088,1,1746428400,2025,5,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(44089,1,1746432000,2025,5,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(44090,1,1746435600,2025,5,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(44091,1,1746439200,2025,5,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(44092,1,1746442800,2025,5,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(44093,1,1746446400,2025,5,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(44094,1,1746450000,2025,5,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(44095,1,1746453600,2025,5,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(44096,1,1746457200,2025,5,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(44097,1,1746460800,2025,5,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(44098,1,1746464400,2025,5,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(44099,1,1746468000,2025,5,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(44100,1,1746471600,2025,5,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(44101,1,1746475200,2025,5,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(44102,1,1746478800,2025,5,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(44103,1,1746482400,2025,5,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(44104,1,1746486000,2025,5,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(44105,1,1746489600,2025,5,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(44106,1,1746493200,2025,5,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(44107,1,1746496800,2025,5,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(44108,1,1746500400,2025,5,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(44109,1,1746504000,2025,5,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(44110,1,1746507600,2025,5,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(44111,1,1746511200,2025,5,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(44112,1,1746514800,2025,5,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(44113,1,1746518400,2025,5,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(44114,1,1746522000,2025,5,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(44115,1,1746525600,2025,5,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(44116,1,1746529200,2025,5,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(44117,1,1746532800,2025,5,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(44118,1,1746536400,2025,5,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(44119,1,1746540000,2025,5,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(44120,1,1746543600,2025,5,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(44121,1,1746547200,2025,5,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(44122,1,1746550800,2025,5,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(44123,1,1746554400,2025,5,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(44124,1,1746558000,2025,5,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(44125,1,1746561600,2025,5,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(44126,1,1746565200,2025,5,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(44127,1,1746568800,2025,5,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(44128,1,1746572400,2025,5,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(44129,1,1746576000,2025,5,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(44130,1,1746579600,2025,5,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(44131,1,1746583200,2025,5,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(44132,1,1746586800,2025,5,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(44133,1,1746590400,2025,5,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(44134,1,1746594000,2025,5,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(44135,1,1746597600,2025,5,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(44136,1,1746601200,2025,5,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(44137,1,1746604800,2025,5,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(44138,1,1746608400,2025,5,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(44139,1,1746612000,2025,5,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(44140,1,1746615600,2025,5,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(44141,1,1746619200,2025,5,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(44142,1,1746622800,2025,5,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(44143,1,1746626400,2025,5,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(44144,1,1746630000,2025,5,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(44145,1,1746633600,2025,5,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(44146,1,1746637200,2025,5,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(44147,1,1746640800,2025,5,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(44148,1,1746644400,2025,5,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(44149,1,1746648000,2025,5,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(44150,1,1746651600,2025,5,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(44151,1,1746655200,2025,5,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(44152,1,1746658800,2025,5,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(44153,1,1746662400,2025,5,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(44154,1,1746666000,2025,5,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(44155,1,1746669600,2025,5,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(44156,1,1746673200,2025,5,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(44157,1,1746676800,2025,5,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(44158,1,1746680400,2025,5,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(44159,1,1746684000,2025,5,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(44160,1,1746687600,2025,5,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(44161,1,1746691200,2025,5,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(44162,1,1746694800,2025,5,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(44163,1,1746698400,2025,5,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(44164,1,1746702000,2025,5,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(44165,1,1746705600,2025,5,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(44166,1,1746709200,2025,5,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(44167,1,1746712800,2025,5,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(44168,1,1746716400,2025,5,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(44169,1,1746720000,2025,5,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(44170,1,1746723600,2025,5,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(44171,1,1746727200,2025,5,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(44172,1,1746730800,2025,5,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(44173,1,1746734400,2025,5,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(44174,1,1746738000,2025,5,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(44175,1,1746741600,2025,5,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(44176,1,1746745200,2025,5,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(44177,1,1746748800,2025,5,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(44178,1,1746752400,2025,5,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(44179,1,1746756000,2025,5,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(44180,1,1746759600,2025,5,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(44181,1,1746763200,2025,5,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(44182,1,1746766800,2025,5,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(44183,1,1746770400,2025,5,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(44184,1,1746774000,2025,5,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(44185,1,1746777600,2025,5,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(44186,1,1746781200,2025,5,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(44187,1,1746784800,2025,5,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(44188,1,1746788400,2025,5,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(44189,1,1746792000,2025,5,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(44190,1,1746795600,2025,5,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(44191,1,1746799200,2025,5,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(44192,1,1746802800,2025,5,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(44193,1,1746806400,2025,5,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(44194,1,1746810000,2025,5,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(44195,1,1746813600,2025,5,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(44196,1,1746817200,2025,5,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(44197,1,1746820800,2025,5,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(44198,1,1746824400,2025,5,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(44199,1,1746828000,2025,5,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(44200,1,1746831600,2025,5,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(44201,1,1746835200,2025,5,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(44202,1,1746838800,2025,5,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(44203,1,1746842400,2025,5,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(44204,1,1746846000,2025,5,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(44205,1,1746849600,2025,5,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(44206,1,1746853200,2025,5,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(44207,1,1746856800,2025,5,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(44208,1,1746860400,2025,5,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(44209,1,1746864000,2025,5,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(44210,1,1746867600,2025,5,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(44211,1,1746871200,2025,5,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(44212,1,1746874800,2025,5,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(44213,1,1746878400,2025,5,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(44214,1,1746882000,2025,5,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(44215,1,1746885600,2025,5,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(44216,1,1746889200,2025,5,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(44217,1,1746892800,2025,5,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(44218,1,1746896400,2025,5,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(44219,1,1746900000,2025,5,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(44220,1,1746903600,2025,5,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(44221,1,1746907200,2025,5,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(44222,1,1746910800,2025,5,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(44223,1,1747000800,2025,5,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(44224,1,1747004400,2025,5,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(44225,1,1747008000,2025,5,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(44226,1,1747011600,2025,5,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(44227,1,1747015200,2025,5,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(44228,1,1747018800,2025,5,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(44229,1,1747022400,2025,5,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(44230,1,1747026000,2025,5,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(44231,1,1747029600,2025,5,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(44232,1,1747033200,2025,5,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(44233,1,1747036800,2025,5,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(44234,1,1747040400,2025,5,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(44235,1,1747044000,2025,5,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(44236,1,1747047600,2025,5,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(44237,1,1747051200,2025,5,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(44238,1,1747054800,2025,5,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(44239,1,1747058400,2025,5,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(44240,1,1747062000,2025,5,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(44241,1,1747065600,2025,5,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(44242,1,1747069200,2025,5,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(44243,1,1747072800,2025,5,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(44244,1,1747076400,2025,5,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(44245,1,1747080000,2025,5,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(44246,1,1747083600,2025,5,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(44247,1,1747087200,2025,5,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(44248,1,1747090800,2025,5,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(44249,1,1747094400,2025,5,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(44250,1,1747098000,2025,5,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(44251,1,1747101600,2025,5,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(44252,1,1747105200,2025,5,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(44253,1,1747108800,2025,5,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(44254,1,1747112400,2025,5,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(44255,1,1747116000,2025,5,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(44256,1,1747119600,2025,5,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(44257,1,1747123200,2025,5,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(44258,1,1747126800,2025,5,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(44259,1,1747130400,2025,5,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(44260,1,1747134000,2025,5,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(44261,1,1747137600,2025,5,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(44262,1,1747141200,2025,5,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(44263,1,1747144800,2025,5,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(44264,1,1747148400,2025,5,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(44265,1,1747152000,2025,5,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(44266,1,1747155600,2025,5,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(44267,1,1747159200,2025,5,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(44268,1,1747162800,2025,5,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(44269,1,1747166400,2025,5,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(44270,1,1747170000,2025,5,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(44271,1,1747173600,2025,5,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(44272,1,1747177200,2025,5,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(44273,1,1747180800,2025,5,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(44274,1,1747184400,2025,5,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(44275,1,1747188000,2025,5,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(44276,1,1747191600,2025,5,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(44277,1,1747195200,2025,5,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(44278,1,1747198800,2025,5,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(44279,1,1747202400,2025,5,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(44280,1,1747206000,2025,5,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(44281,1,1747209600,2025,5,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(44282,1,1747213200,2025,5,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(44283,1,1747216800,2025,5,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(44284,1,1747220400,2025,5,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(44285,1,1747224000,2025,5,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(44286,1,1747227600,2025,5,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(44287,1,1747231200,2025,5,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(44288,1,1747234800,2025,5,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(44289,1,1747238400,2025,5,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(44290,1,1747242000,2025,5,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(44291,1,1747245600,2025,5,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(44292,1,1747249200,2025,5,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(44293,1,1747252800,2025,5,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(44294,1,1747256400,2025,5,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(44295,1,1747260000,2025,5,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(44296,1,1747263600,2025,5,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(44297,1,1747267200,2025,5,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(44298,1,1747270800,2025,5,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(44299,1,1747274400,2025,5,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(44300,1,1747278000,2025,5,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(44301,1,1747281600,2025,5,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(44302,1,1747285200,2025,5,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(44303,1,1747288800,2025,5,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(44304,1,1747292400,2025,5,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(44305,1,1747296000,2025,5,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(44306,1,1747299600,2025,5,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(44307,1,1747303200,2025,5,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(44308,1,1747306800,2025,5,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(44309,1,1747310400,2025,5,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(44310,1,1747314000,2025,5,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(44311,1,1747317600,2025,5,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(44312,1,1747321200,2025,5,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(44313,1,1747324800,2025,5,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(44314,1,1747328400,2025,5,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(44315,1,1747332000,2025,5,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(44316,1,1747335600,2025,5,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(44317,1,1747339200,2025,5,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(44318,1,1747342800,2025,5,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(44319,1,1747346400,2025,5,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(44320,1,1747350000,2025,5,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(44321,1,1747353600,2025,5,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(44322,1,1747357200,2025,5,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(44323,1,1747360800,2025,5,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(44324,1,1747364400,2025,5,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(44325,1,1747368000,2025,5,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(44326,1,1747371600,2025,5,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(44327,1,1747375200,2025,5,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(44328,1,1747378800,2025,5,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(44329,1,1747382400,2025,5,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(44330,1,1747386000,2025,5,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(44331,1,1747389600,2025,5,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(44332,1,1747393200,2025,5,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(44333,1,1747396800,2025,5,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(44334,1,1747400400,2025,5,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(44335,1,1747404000,2025,5,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(44336,1,1747407600,2025,5,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(44337,1,1747411200,2025,5,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(44338,1,1747414800,2025,5,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(44339,1,1747418400,2025,5,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(44340,1,1747422000,2025,5,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(44341,1,1747425600,2025,5,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(44342,1,1747429200,2025,5,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(44343,1,1747432800,2025,5,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(44344,1,1747436400,2025,5,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(44345,1,1747440000,2025,5,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(44346,1,1747443600,2025,5,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(44347,1,1747447200,2025,5,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(44348,1,1747450800,2025,5,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(44349,1,1747454400,2025,5,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(44350,1,1747458000,2025,5,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(44351,1,1747461600,2025,5,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(44352,1,1747465200,2025,5,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(44353,1,1747468800,2025,5,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(44354,1,1747472400,2025,5,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(44355,1,1747476000,2025,5,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(44356,1,1747479600,2025,5,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(44357,1,1747483200,2025,5,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(44358,1,1747486800,2025,5,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(44359,1,1747490400,2025,5,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(44360,1,1747494000,2025,5,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(44361,1,1747497600,2025,5,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(44362,1,1747501200,2025,5,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(44363,1,1747504800,2025,5,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(44364,1,1747508400,2025,5,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(44365,1,1747512000,2025,5,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(44366,1,1747515600,2025,5,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(44367,1,1747605600,2025,5,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(44368,1,1747609200,2025,5,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(44369,1,1747612800,2025,5,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(44370,1,1747616400,2025,5,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(44371,1,1747620000,2025,5,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(44372,1,1747623600,2025,5,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(44373,1,1747627200,2025,5,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(44374,1,1747630800,2025,5,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(44375,1,1747634400,2025,5,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(44376,1,1747638000,2025,5,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(44377,1,1747641600,2025,5,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(44378,1,1747645200,2025,5,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(44379,1,1747648800,2025,5,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(44380,1,1747652400,2025,5,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(44381,1,1747656000,2025,5,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(44382,1,1747659600,2025,5,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(44383,1,1747663200,2025,5,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(44384,1,1747666800,2025,5,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(44385,1,1747670400,2025,5,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(44386,1,1747674000,2025,5,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(44387,1,1747677600,2025,5,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(44388,1,1747681200,2025,5,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(44389,1,1747684800,2025,5,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(44390,1,1747688400,2025,5,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(44391,1,1747692000,2025,5,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(44392,1,1747695600,2025,5,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(44393,1,1747699200,2025,5,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(44394,1,1747702800,2025,5,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(44395,1,1747706400,2025,5,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(44396,1,1747710000,2025,5,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(44397,1,1747713600,2025,5,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(44398,1,1747717200,2025,5,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(44399,1,1747720800,2025,5,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(44400,1,1747724400,2025,5,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(44401,1,1747728000,2025,5,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(44402,1,1747731600,2025,5,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(44403,1,1747735200,2025,5,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(44404,1,1747738800,2025,5,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(44405,1,1747742400,2025,5,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(44406,1,1747746000,2025,5,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(44407,1,1747749600,2025,5,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(44408,1,1747753200,2025,5,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(44409,1,1747756800,2025,5,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(44410,1,1747760400,2025,5,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(44411,1,1747764000,2025,5,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(44412,1,1747767600,2025,5,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(44413,1,1747771200,2025,5,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(44414,1,1747774800,2025,5,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(44415,1,1747778400,2025,5,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(44416,1,1747782000,2025,5,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(44417,1,1747785600,2025,5,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(44418,1,1747789200,2025,5,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(44419,1,1747792800,2025,5,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(44420,1,1747796400,2025,5,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(44421,1,1747800000,2025,5,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(44422,1,1747803600,2025,5,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(44423,1,1747807200,2025,5,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(44424,1,1747810800,2025,5,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(44425,1,1747814400,2025,5,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(44426,1,1747818000,2025,5,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(44427,1,1747821600,2025,5,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(44428,1,1747825200,2025,5,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(44429,1,1747828800,2025,5,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(44430,1,1747832400,2025,5,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(44431,1,1747836000,2025,5,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(44432,1,1747839600,2025,5,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(44433,1,1747843200,2025,5,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(44434,1,1747846800,2025,5,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(44435,1,1747850400,2025,5,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(44436,1,1747854000,2025,5,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(44437,1,1747857600,2025,5,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(44438,1,1747861200,2025,5,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(44439,1,1747864800,2025,5,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(44440,1,1747868400,2025,5,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(44441,1,1747872000,2025,5,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(44442,1,1747875600,2025,5,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(44443,1,1747879200,2025,5,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(44444,1,1747882800,2025,5,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(44445,1,1747886400,2025,5,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(44446,1,1747890000,2025,5,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(44447,1,1747893600,2025,5,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(44448,1,1747897200,2025,5,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(44449,1,1747900800,2025,5,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(44450,1,1747904400,2025,5,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(44451,1,1747908000,2025,5,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(44452,1,1747911600,2025,5,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(44453,1,1747915200,2025,5,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(44454,1,1747918800,2025,5,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(44455,1,1747922400,2025,5,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(44456,1,1747926000,2025,5,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(44457,1,1747929600,2025,5,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(44458,1,1747933200,2025,5,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(44459,1,1747936800,2025,5,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(44460,1,1747940400,2025,5,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(44461,1,1747944000,2025,5,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(44462,1,1747947600,2025,5,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(44463,1,1747951200,2025,5,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(44464,1,1747954800,2025,5,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(44465,1,1747958400,2025,5,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(44466,1,1747962000,2025,5,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(44467,1,1747965600,2025,5,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(44468,1,1747969200,2025,5,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(44469,1,1747972800,2025,5,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(44470,1,1747976400,2025,5,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(44471,1,1747980000,2025,5,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(44472,1,1747983600,2025,5,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(44473,1,1747987200,2025,5,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(44474,1,1747990800,2025,5,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(44475,1,1747994400,2025,5,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(44476,1,1747998000,2025,5,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(44477,1,1748001600,2025,5,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(44478,1,1748005200,2025,5,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(44479,1,1748008800,2025,5,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(44480,1,1748012400,2025,5,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(44481,1,1748016000,2025,5,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(44482,1,1748019600,2025,5,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(44483,1,1748023200,2025,5,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(44484,1,1748026800,2025,5,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(44485,1,1748030400,2025,5,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(44486,1,1748034000,2025,5,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(44487,1,1748037600,2025,5,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(44488,1,1748041200,2025,5,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(44489,1,1748044800,2025,5,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(44490,1,1748048400,2025,5,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(44491,1,1748052000,2025,5,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(44492,1,1748055600,2025,5,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(44493,1,1748059200,2025,5,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(44494,1,1748062800,2025,5,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(44495,1,1748066400,2025,5,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(44496,1,1748070000,2025,5,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(44497,1,1748073600,2025,5,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(44498,1,1748077200,2025,5,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(44499,1,1748080800,2025,5,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(44500,1,1748084400,2025,5,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(44501,1,1748088000,2025,5,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(44502,1,1748091600,2025,5,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(44503,1,1748095200,2025,5,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(44504,1,1748098800,2025,5,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(44505,1,1748102400,2025,5,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(44506,1,1748106000,2025,5,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(44507,1,1748109600,2025,5,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(44508,1,1748113200,2025,5,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(44509,1,1748116800,2025,5,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(44510,1,1748120400,2025,5,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(44511,1,1748210400,2025,5,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(44512,1,1748214000,2025,5,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(44513,1,1748217600,2025,5,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(44514,1,1748221200,2025,5,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(44515,1,1748224800,2025,5,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(44516,1,1748228400,2025,5,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(44517,1,1748232000,2025,5,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(44518,1,1748235600,2025,5,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(44519,1,1748239200,2025,5,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(44520,1,1748242800,2025,5,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(44521,1,1748246400,2025,5,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(44522,1,1748250000,2025,5,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(44523,1,1748253600,2025,5,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(44524,1,1748257200,2025,5,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(44525,1,1748260800,2025,5,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(44526,1,1748264400,2025,5,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(44527,1,1748268000,2025,5,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(44528,1,1748271600,2025,5,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(44529,1,1748275200,2025,5,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(44530,1,1748278800,2025,5,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(44531,1,1748282400,2025,5,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(44532,1,1748286000,2025,5,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(44533,1,1748289600,2025,5,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(44534,1,1748293200,2025,5,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(44535,1,1748296800,2025,5,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(44536,1,1748300400,2025,5,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(44537,1,1748304000,2025,5,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(44538,1,1748307600,2025,5,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(44539,1,1748311200,2025,5,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(44540,1,1748314800,2025,5,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(44541,1,1748318400,2025,5,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(44542,1,1748322000,2025,5,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(44543,1,1748325600,2025,5,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(44544,1,1748329200,2025,5,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(44545,1,1748332800,2025,5,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(44546,1,1748336400,2025,5,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(44547,1,1748340000,2025,5,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(44548,1,1748343600,2025,5,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(44549,1,1748347200,2025,5,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(44550,1,1748350800,2025,5,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(44551,1,1748354400,2025,5,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(44552,1,1748358000,2025,5,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(44553,1,1748361600,2025,5,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(44554,1,1748365200,2025,5,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(44555,1,1748368800,2025,5,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(44556,1,1748372400,2025,5,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(44557,1,1748376000,2025,5,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(44558,1,1748379600,2025,5,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(44559,1,1748383200,2025,5,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(44560,1,1748386800,2025,5,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(44561,1,1748390400,2025,5,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(44562,1,1748394000,2025,5,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(44563,1,1748397600,2025,5,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(44564,1,1748401200,2025,5,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(44565,1,1748404800,2025,5,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(44566,1,1748408400,2025,5,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(44567,1,1748412000,2025,5,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(44568,1,1748415600,2025,5,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(44569,1,1748419200,2025,5,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(44570,1,1748422800,2025,5,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(44571,1,1748426400,2025,5,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(44572,1,1748430000,2025,5,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(44573,1,1748433600,2025,5,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(44574,1,1748437200,2025,5,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(44575,1,1748440800,2025,5,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(44576,1,1748444400,2025,5,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(44577,1,1748448000,2025,5,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(44578,1,1748451600,2025,5,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(44579,1,1748455200,2025,5,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(44580,1,1748458800,2025,5,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(44581,1,1748462400,2025,5,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(44582,1,1748466000,2025,5,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(44583,1,1748469600,2025,5,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(44584,1,1748473200,2025,5,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(44585,1,1748476800,2025,5,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(44586,1,1748480400,2025,5,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(44587,1,1748484000,2025,5,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(44588,1,1748487600,2025,5,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(44589,1,1748491200,2025,5,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(44590,1,1748494800,2025,5,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(44591,1,1748498400,2025,5,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(44592,1,1748502000,2025,5,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(44593,1,1748505600,2025,5,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(44594,1,1748509200,2025,5,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(44595,1,1748512800,2025,5,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(44596,1,1748516400,2025,5,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(44597,1,1748520000,2025,5,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(44598,1,1748523600,2025,5,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(44599,1,1748527200,2025,5,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(44600,1,1748530800,2025,5,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(44601,1,1748534400,2025,5,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(44602,1,1748538000,2025,5,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(44603,1,1748541600,2025,5,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(44604,1,1748545200,2025,5,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(44605,1,1748548800,2025,5,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(44606,1,1748552400,2025,5,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(44607,1,1748556000,2025,5,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(44608,1,1748559600,2025,5,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(44609,1,1748563200,2025,5,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(44610,1,1748566800,2025,5,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(44611,1,1748570400,2025,5,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(44612,1,1748574000,2025,5,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(44613,1,1748577600,2025,5,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(44614,1,1748581200,2025,5,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(44615,1,1748584800,2025,5,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(44616,1,1748588400,2025,5,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(44617,1,1748592000,2025,5,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(44618,1,1748595600,2025,5,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(44619,1,1748599200,2025,5,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(44620,1,1748602800,2025,5,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(44621,1,1748606400,2025,5,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(44622,1,1748610000,2025,5,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(44623,1,1748613600,2025,5,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(44624,1,1748617200,2025,5,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(44625,1,1748620800,2025,5,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(44626,1,1748624400,2025,5,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(44627,1,1748628000,2025,5,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(44628,1,1748631600,2025,5,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(44629,1,1748635200,2025,5,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(44630,1,1748638800,2025,5,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(44631,1,1748642400,2025,5,31,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(44632,1,1748646000,2025,5,31,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(44633,1,1748649600,2025,5,31,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(44634,1,1748653200,2025,5,31,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(44635,1,1748656800,2025,5,31,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(44636,1,1748660400,2025,5,31,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(44637,1,1748664000,2025,5,31,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(44638,1,1748667600,2025,5,31,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(44639,1,1748671200,2025,5,31,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(44640,1,1748674800,2025,5,31,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(44641,1,1748678400,2025,5,31,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(44642,1,1748682000,2025,5,31,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(44643,1,1748685600,2025,5,31,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(44644,1,1748689200,2025,5,31,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(44645,1,1748692800,2025,5,31,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(44646,1,1748696400,2025,5,31,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(44647,1,1748700000,2025,5,31,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(44648,1,1748703600,2025,5,31,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(44649,1,1748707200,2025,5,31,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(44650,1,1748710800,2025,5,31,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(44651,1,1748714400,2025,5,31,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(44652,1,1748718000,2025,5,31,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(44653,1,1748721600,2025,5,31,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(44654,1,1748725200,2025,5,31,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(44655,1,1748815200,2025,6,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(44656,1,1748818800,2025,6,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(44657,1,1748822400,2025,6,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(44658,1,1748826000,2025,6,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(44659,1,1748829600,2025,6,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(44660,1,1748833200,2025,6,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(44661,1,1748836800,2025,6,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(44662,1,1748840400,2025,6,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(44663,1,1748844000,2025,6,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(44664,1,1748847600,2025,6,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(44665,1,1748851200,2025,6,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(44666,1,1748854800,2025,6,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(44667,1,1748858400,2025,6,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(44668,1,1748862000,2025,6,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(44669,1,1748865600,2025,6,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(44670,1,1748869200,2025,6,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(44671,1,1748872800,2025,6,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(44672,1,1748876400,2025,6,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(44673,1,1748880000,2025,6,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(44674,1,1748883600,2025,6,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(44675,1,1748887200,2025,6,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(44676,1,1748890800,2025,6,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(44677,1,1748894400,2025,6,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(44678,1,1748898000,2025,6,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(44679,1,1748901600,2025,6,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(44680,1,1748905200,2025,6,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(44681,1,1748908800,2025,6,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(44682,1,1748912400,2025,6,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(44683,1,1748916000,2025,6,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(44684,1,1748919600,2025,6,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(44685,1,1748923200,2025,6,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(44686,1,1748926800,2025,6,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(44687,1,1748930400,2025,6,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(44688,1,1748934000,2025,6,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(44689,1,1748937600,2025,6,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(44690,1,1748941200,2025,6,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(44691,1,1748944800,2025,6,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(44692,1,1748948400,2025,6,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(44693,1,1748952000,2025,6,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(44694,1,1748955600,2025,6,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(44695,1,1748959200,2025,6,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(44696,1,1748962800,2025,6,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(44697,1,1748966400,2025,6,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(44698,1,1748970000,2025,6,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(44699,1,1748973600,2025,6,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(44700,1,1748977200,2025,6,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(44701,1,1748980800,2025,6,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(44702,1,1748984400,2025,6,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(44703,1,1748988000,2025,6,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(44704,1,1748991600,2025,6,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(44705,1,1748995200,2025,6,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(44706,1,1748998800,2025,6,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(44707,1,1749002400,2025,6,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(44708,1,1749006000,2025,6,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(44709,1,1749009600,2025,6,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(44710,1,1749013200,2025,6,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(44711,1,1749016800,2025,6,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(44712,1,1749020400,2025,6,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(44713,1,1749024000,2025,6,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(44714,1,1749027600,2025,6,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(44715,1,1749031200,2025,6,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(44716,1,1749034800,2025,6,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(44717,1,1749038400,2025,6,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(44718,1,1749042000,2025,6,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(44719,1,1749045600,2025,6,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(44720,1,1749049200,2025,6,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(44721,1,1749052800,2025,6,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(44722,1,1749056400,2025,6,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(44723,1,1749060000,2025,6,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(44724,1,1749063600,2025,6,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(44725,1,1749067200,2025,6,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(44726,1,1749070800,2025,6,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(44727,1,1749074400,2025,6,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(44728,1,1749078000,2025,6,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(44729,1,1749081600,2025,6,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(44730,1,1749085200,2025,6,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(44731,1,1749088800,2025,6,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(44732,1,1749092400,2025,6,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(44733,1,1749096000,2025,6,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(44734,1,1749099600,2025,6,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(44735,1,1749103200,2025,6,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(44736,1,1749106800,2025,6,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(44737,1,1749110400,2025,6,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(44738,1,1749114000,2025,6,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(44739,1,1749117600,2025,6,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(44740,1,1749121200,2025,6,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(44741,1,1749124800,2025,6,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(44742,1,1749128400,2025,6,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(44743,1,1749132000,2025,6,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(44744,1,1749135600,2025,6,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(44745,1,1749139200,2025,6,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(44746,1,1749142800,2025,6,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(44747,1,1749146400,2025,6,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(44748,1,1749150000,2025,6,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(44749,1,1749153600,2025,6,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(44750,1,1749157200,2025,6,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(44751,1,1749160800,2025,6,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(44752,1,1749164400,2025,6,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(44753,1,1749168000,2025,6,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(44754,1,1749171600,2025,6,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(44755,1,1749175200,2025,6,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(44756,1,1749178800,2025,6,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(44757,1,1749182400,2025,6,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(44758,1,1749186000,2025,6,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(44759,1,1749189600,2025,6,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(44760,1,1749193200,2025,6,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(44761,1,1749196800,2025,6,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(44762,1,1749200400,2025,6,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(44763,1,1749204000,2025,6,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(44764,1,1749207600,2025,6,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(44765,1,1749211200,2025,6,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(44766,1,1749214800,2025,6,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(44767,1,1749218400,2025,6,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(44768,1,1749222000,2025,6,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(44769,1,1749225600,2025,6,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(44770,1,1749229200,2025,6,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(44771,1,1749232800,2025,6,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(44772,1,1749236400,2025,6,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(44773,1,1749240000,2025,6,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(44774,1,1749243600,2025,6,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(44775,1,1749247200,2025,6,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(44776,1,1749250800,2025,6,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(44777,1,1749254400,2025,6,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(44778,1,1749258000,2025,6,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(44779,1,1749261600,2025,6,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(44780,1,1749265200,2025,6,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(44781,1,1749268800,2025,6,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(44782,1,1749272400,2025,6,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(44783,1,1749276000,2025,6,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(44784,1,1749279600,2025,6,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(44785,1,1749283200,2025,6,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(44786,1,1749286800,2025,6,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(44787,1,1749290400,2025,6,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(44788,1,1749294000,2025,6,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(44789,1,1749297600,2025,6,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(44790,1,1749301200,2025,6,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(44791,1,1749304800,2025,6,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(44792,1,1749308400,2025,6,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(44793,1,1749312000,2025,6,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(44794,1,1749315600,2025,6,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(44795,1,1749319200,2025,6,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(44796,1,1749322800,2025,6,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(44797,1,1749326400,2025,6,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(44798,1,1749330000,2025,6,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(44799,1,1749420000,2025,6,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(44800,1,1749423600,2025,6,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(44801,1,1749427200,2025,6,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(44802,1,1749430800,2025,6,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(44803,1,1749434400,2025,6,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(44804,1,1749438000,2025,6,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(44805,1,1749441600,2025,6,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(44806,1,1749445200,2025,6,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(44807,1,1749448800,2025,6,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(44808,1,1749452400,2025,6,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(44809,1,1749456000,2025,6,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(44810,1,1749459600,2025,6,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(44811,1,1749463200,2025,6,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(44812,1,1749466800,2025,6,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(44813,1,1749470400,2025,6,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(44814,1,1749474000,2025,6,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(44815,1,1749477600,2025,6,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(44816,1,1749481200,2025,6,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(44817,1,1749484800,2025,6,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(44818,1,1749488400,2025,6,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(44819,1,1749492000,2025,6,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(44820,1,1749495600,2025,6,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(44821,1,1749499200,2025,6,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(44822,1,1749502800,2025,6,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(44823,1,1749506400,2025,6,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(44824,1,1749510000,2025,6,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(44825,1,1749513600,2025,6,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(44826,1,1749517200,2025,6,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(44827,1,1749520800,2025,6,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(44828,1,1749524400,2025,6,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(44829,1,1749528000,2025,6,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(44830,1,1749531600,2025,6,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(44831,1,1749535200,2025,6,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(44832,1,1749538800,2025,6,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(44833,1,1749542400,2025,6,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(44834,1,1749546000,2025,6,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(44835,1,1749549600,2025,6,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(44836,1,1749553200,2025,6,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(44837,1,1749556800,2025,6,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(44838,1,1749560400,2025,6,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(44839,1,1749564000,2025,6,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(44840,1,1749567600,2025,6,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(44841,1,1749571200,2025,6,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(44842,1,1749574800,2025,6,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(44843,1,1749578400,2025,6,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(44844,1,1749582000,2025,6,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(44845,1,1749585600,2025,6,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(44846,1,1749589200,2025,6,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(44847,1,1749592800,2025,6,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(44848,1,1749596400,2025,6,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(44849,1,1749600000,2025,6,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(44850,1,1749603600,2025,6,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(44851,1,1749607200,2025,6,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(44852,1,1749610800,2025,6,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(44853,1,1749614400,2025,6,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(44854,1,1749618000,2025,6,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(44855,1,1749621600,2025,6,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(44856,1,1749625200,2025,6,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(44857,1,1749628800,2025,6,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(44858,1,1749632400,2025,6,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(44859,1,1749636000,2025,6,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(44860,1,1749639600,2025,6,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(44861,1,1749643200,2025,6,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(44862,1,1749646800,2025,6,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(44863,1,1749650400,2025,6,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(44864,1,1749654000,2025,6,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(44865,1,1749657600,2025,6,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(44866,1,1749661200,2025,6,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(44867,1,1749664800,2025,6,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(44868,1,1749668400,2025,6,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(44869,1,1749672000,2025,6,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(44870,1,1749675600,2025,6,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(44871,1,1749679200,2025,6,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(44872,1,1749682800,2025,6,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(44873,1,1749686400,2025,6,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(44874,1,1749690000,2025,6,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(44875,1,1749693600,2025,6,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(44876,1,1749697200,2025,6,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(44877,1,1749700800,2025,6,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(44878,1,1749704400,2025,6,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(44879,1,1749708000,2025,6,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(44880,1,1749711600,2025,6,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(44881,1,1749715200,2025,6,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(44882,1,1749718800,2025,6,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(44883,1,1749722400,2025,6,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(44884,1,1749726000,2025,6,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(44885,1,1749729600,2025,6,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(44886,1,1749733200,2025,6,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(44887,1,1749736800,2025,6,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(44888,1,1749740400,2025,6,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(44889,1,1749744000,2025,6,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(44890,1,1749747600,2025,6,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(44891,1,1749751200,2025,6,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(44892,1,1749754800,2025,6,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(44893,1,1749758400,2025,6,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(44894,1,1749762000,2025,6,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(44895,1,1749765600,2025,6,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(44896,1,1749769200,2025,6,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(44897,1,1749772800,2025,6,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(44898,1,1749776400,2025,6,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(44899,1,1749780000,2025,6,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(44900,1,1749783600,2025,6,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(44901,1,1749787200,2025,6,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(44902,1,1749790800,2025,6,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(44903,1,1749794400,2025,6,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(44904,1,1749798000,2025,6,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(44905,1,1749801600,2025,6,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(44906,1,1749805200,2025,6,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(44907,1,1749808800,2025,6,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(44908,1,1749812400,2025,6,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(44909,1,1749816000,2025,6,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(44910,1,1749819600,2025,6,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(44911,1,1749823200,2025,6,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(44912,1,1749826800,2025,6,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(44913,1,1749830400,2025,6,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(44914,1,1749834000,2025,6,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(44915,1,1749837600,2025,6,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(44916,1,1749841200,2025,6,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(44917,1,1749844800,2025,6,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(44918,1,1749848400,2025,6,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(44919,1,1749852000,2025,6,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(44920,1,1749855600,2025,6,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(44921,1,1749859200,2025,6,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(44922,1,1749862800,2025,6,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(44923,1,1749866400,2025,6,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(44924,1,1749870000,2025,6,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(44925,1,1749873600,2025,6,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(44926,1,1749877200,2025,6,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(44927,1,1749880800,2025,6,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(44928,1,1749884400,2025,6,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(44929,1,1749888000,2025,6,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(44930,1,1749891600,2025,6,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(44931,1,1749895200,2025,6,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(44932,1,1749898800,2025,6,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(44933,1,1749902400,2025,6,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(44934,1,1749906000,2025,6,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(44935,1,1749909600,2025,6,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(44936,1,1749913200,2025,6,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(44937,1,1749916800,2025,6,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(44938,1,1749920400,2025,6,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(44939,1,1749924000,2025,6,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(44940,1,1749927600,2025,6,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(44941,1,1749931200,2025,6,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(44942,1,1749934800,2025,6,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(44943,1,1750024800,2025,6,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(44944,1,1750028400,2025,6,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(44945,1,1750032000,2025,6,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(44946,1,1750035600,2025,6,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(44947,1,1750039200,2025,6,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(44948,1,1750042800,2025,6,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(44949,1,1750046400,2025,6,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(44950,1,1750050000,2025,6,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(44951,1,1750053600,2025,6,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(44952,1,1750057200,2025,6,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(44953,1,1750060800,2025,6,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(44954,1,1750064400,2025,6,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(44955,1,1750068000,2025,6,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(44956,1,1750071600,2025,6,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(44957,1,1750075200,2025,6,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(44958,1,1750078800,2025,6,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(44959,1,1750082400,2025,6,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(44960,1,1750086000,2025,6,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(44961,1,1750089600,2025,6,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(44962,1,1750093200,2025,6,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(44963,1,1750096800,2025,6,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(44964,1,1750100400,2025,6,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(44965,1,1750104000,2025,6,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(44966,1,1750107600,2025,6,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(44967,1,1750111200,2025,6,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(44968,1,1750114800,2025,6,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(44969,1,1750118400,2025,6,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(44970,1,1750122000,2025,6,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(44971,1,1750125600,2025,6,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(44972,1,1750129200,2025,6,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(44973,1,1750132800,2025,6,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(44974,1,1750136400,2025,6,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(44975,1,1750140000,2025,6,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(44976,1,1750143600,2025,6,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(44977,1,1750147200,2025,6,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(44978,1,1750150800,2025,6,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(44979,1,1750154400,2025,6,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(44980,1,1750158000,2025,6,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(44981,1,1750161600,2025,6,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(44982,1,1750165200,2025,6,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(44983,1,1750168800,2025,6,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(44984,1,1750172400,2025,6,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(44985,1,1750176000,2025,6,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(44986,1,1750179600,2025,6,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(44987,1,1750183200,2025,6,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(44988,1,1750186800,2025,6,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(44989,1,1750190400,2025,6,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(44990,1,1750194000,2025,6,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(44991,1,1750197600,2025,6,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(44992,1,1750201200,2025,6,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(44993,1,1750204800,2025,6,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(44994,1,1750208400,2025,6,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(44995,1,1750212000,2025,6,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(44996,1,1750215600,2025,6,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(44997,1,1750219200,2025,6,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(44998,1,1750222800,2025,6,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(44999,1,1750226400,2025,6,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(45000,1,1750230000,2025,6,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(45001,1,1750233600,2025,6,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(45002,1,1750237200,2025,6,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(45003,1,1750240800,2025,6,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(45004,1,1750244400,2025,6,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(45005,1,1750248000,2025,6,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(45006,1,1750251600,2025,6,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(45007,1,1750255200,2025,6,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(45008,1,1750258800,2025,6,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(45009,1,1750262400,2025,6,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(45010,1,1750266000,2025,6,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(45011,1,1750269600,2025,6,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(45012,1,1750273200,2025,6,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(45013,1,1750276800,2025,6,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(45014,1,1750280400,2025,6,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(45015,1,1750284000,2025,6,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(45016,1,1750287600,2025,6,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(45017,1,1750291200,2025,6,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(45018,1,1750294800,2025,6,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(45019,1,1750298400,2025,6,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(45020,1,1750302000,2025,6,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(45021,1,1750305600,2025,6,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(45022,1,1750309200,2025,6,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(45023,1,1750312800,2025,6,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(45024,1,1750316400,2025,6,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(45025,1,1750320000,2025,6,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(45026,1,1750323600,2025,6,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(45027,1,1750327200,2025,6,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(45028,1,1750330800,2025,6,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(45029,1,1750334400,2025,6,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(45030,1,1750338000,2025,6,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(45031,1,1750341600,2025,6,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(45032,1,1750345200,2025,6,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(45033,1,1750348800,2025,6,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(45034,1,1750352400,2025,6,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(45035,1,1750356000,2025,6,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(45036,1,1750359600,2025,6,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(45037,1,1750363200,2025,6,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(45038,1,1750366800,2025,6,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(45039,1,1750370400,2025,6,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(45040,1,1750374000,2025,6,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(45041,1,1750377600,2025,6,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(45042,1,1750381200,2025,6,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(45043,1,1750384800,2025,6,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(45044,1,1750388400,2025,6,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(45045,1,1750392000,2025,6,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(45046,1,1750395600,2025,6,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(45047,1,1750399200,2025,6,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(45048,1,1750402800,2025,6,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(45049,1,1750406400,2025,6,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(45050,1,1750410000,2025,6,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(45051,1,1750413600,2025,6,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(45052,1,1750417200,2025,6,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(45053,1,1750420800,2025,6,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(45054,1,1750424400,2025,6,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(45055,1,1750428000,2025,6,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(45056,1,1750431600,2025,6,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(45057,1,1750435200,2025,6,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(45058,1,1750438800,2025,6,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(45059,1,1750442400,2025,6,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(45060,1,1750446000,2025,6,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(45061,1,1750449600,2025,6,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(45062,1,1750453200,2025,6,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(45063,1,1750456800,2025,6,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(45064,1,1750460400,2025,6,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(45065,1,1750464000,2025,6,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(45066,1,1750467600,2025,6,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(45067,1,1750471200,2025,6,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(45068,1,1750474800,2025,6,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(45069,1,1750478400,2025,6,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(45070,1,1750482000,2025,6,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(45071,1,1750485600,2025,6,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(45072,1,1750489200,2025,6,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(45073,1,1750492800,2025,6,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(45074,1,1750496400,2025,6,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(45075,1,1750500000,2025,6,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(45076,1,1750503600,2025,6,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(45077,1,1750507200,2025,6,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(45078,1,1750510800,2025,6,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(45079,1,1750514400,2025,6,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(45080,1,1750518000,2025,6,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(45081,1,1750521600,2025,6,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(45082,1,1750525200,2025,6,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(45083,1,1750528800,2025,6,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(45084,1,1750532400,2025,6,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(45085,1,1750536000,2025,6,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(45086,1,1750539600,2025,6,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(45087,1,1750629600,2025,6,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(45088,1,1750633200,2025,6,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(45089,1,1750636800,2025,6,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(45090,1,1750640400,2025,6,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(45091,1,1750644000,2025,6,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(45092,1,1750647600,2025,6,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(45093,1,1750651200,2025,6,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(45094,1,1750654800,2025,6,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(45095,1,1750658400,2025,6,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(45096,1,1750662000,2025,6,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(45097,1,1750665600,2025,6,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(45098,1,1750669200,2025,6,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(45099,1,1750672800,2025,6,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(45100,1,1750676400,2025,6,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(45101,1,1750680000,2025,6,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(45102,1,1750683600,2025,6,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(45103,1,1750687200,2025,6,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(45104,1,1750690800,2025,6,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(45105,1,1750694400,2025,6,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(45106,1,1750698000,2025,6,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(45107,1,1750701600,2025,6,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(45108,1,1750705200,2025,6,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(45109,1,1750708800,2025,6,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(45110,1,1750712400,2025,6,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(45111,1,1750716000,2025,6,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(45112,1,1750719600,2025,6,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(45113,1,1750723200,2025,6,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(45114,1,1750726800,2025,6,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(45115,1,1750730400,2025,6,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(45116,1,1750734000,2025,6,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(45117,1,1750737600,2025,6,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(45118,1,1750741200,2025,6,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(45119,1,1750744800,2025,6,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(45120,1,1750748400,2025,6,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(45121,1,1750752000,2025,6,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(45122,1,1750755600,2025,6,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(45123,1,1750759200,2025,6,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(45124,1,1750762800,2025,6,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(45125,1,1750766400,2025,6,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(45126,1,1750770000,2025,6,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(45127,1,1750773600,2025,6,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(45128,1,1750777200,2025,6,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(45129,1,1750780800,2025,6,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(45130,1,1750784400,2025,6,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(45131,1,1750788000,2025,6,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(45132,1,1750791600,2025,6,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(45133,1,1750795200,2025,6,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(45134,1,1750798800,2025,6,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(45135,1,1750802400,2025,6,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(45136,1,1750806000,2025,6,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(45137,1,1750809600,2025,6,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(45138,1,1750813200,2025,6,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(45139,1,1750816800,2025,6,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(45140,1,1750820400,2025,6,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(45141,1,1750824000,2025,6,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(45142,1,1750827600,2025,6,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(45143,1,1750831200,2025,6,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(45144,1,1750834800,2025,6,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(45145,1,1750838400,2025,6,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(45146,1,1750842000,2025,6,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(45147,1,1750845600,2025,6,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(45148,1,1750849200,2025,6,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(45149,1,1750852800,2025,6,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(45150,1,1750856400,2025,6,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(45151,1,1750860000,2025,6,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(45152,1,1750863600,2025,6,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(45153,1,1750867200,2025,6,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(45154,1,1750870800,2025,6,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(45155,1,1750874400,2025,6,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(45156,1,1750878000,2025,6,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(45157,1,1750881600,2025,6,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(45158,1,1750885200,2025,6,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(45159,1,1750888800,2025,6,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(45160,1,1750892400,2025,6,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(45161,1,1750896000,2025,6,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(45162,1,1750899600,2025,6,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(45163,1,1750903200,2025,6,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(45164,1,1750906800,2025,6,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(45165,1,1750910400,2025,6,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(45166,1,1750914000,2025,6,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(45167,1,1750917600,2025,6,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(45168,1,1750921200,2025,6,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(45169,1,1750924800,2025,6,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(45170,1,1750928400,2025,6,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(45171,1,1750932000,2025,6,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(45172,1,1750935600,2025,6,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(45173,1,1750939200,2025,6,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(45174,1,1750942800,2025,6,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(45175,1,1750946400,2025,6,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(45176,1,1750950000,2025,6,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(45177,1,1750953600,2025,6,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(45178,1,1750957200,2025,6,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(45179,1,1750960800,2025,6,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(45180,1,1750964400,2025,6,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(45181,1,1750968000,2025,6,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(45182,1,1750971600,2025,6,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(45183,1,1750975200,2025,6,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(45184,1,1750978800,2025,6,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(45185,1,1750982400,2025,6,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(45186,1,1750986000,2025,6,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(45187,1,1750989600,2025,6,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(45188,1,1750993200,2025,6,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(45189,1,1750996800,2025,6,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(45190,1,1751000400,2025,6,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(45191,1,1751004000,2025,6,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(45192,1,1751007600,2025,6,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(45193,1,1751011200,2025,6,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(45194,1,1751014800,2025,6,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(45195,1,1751018400,2025,6,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(45196,1,1751022000,2025,6,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(45197,1,1751025600,2025,6,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(45198,1,1751029200,2025,6,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(45199,1,1751032800,2025,6,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(45200,1,1751036400,2025,6,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(45201,1,1751040000,2025,6,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(45202,1,1751043600,2025,6,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(45203,1,1751047200,2025,6,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(45204,1,1751050800,2025,6,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(45205,1,1751054400,2025,6,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(45206,1,1751058000,2025,6,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(45207,1,1751061600,2025,6,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(45208,1,1751065200,2025,6,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(45209,1,1751068800,2025,6,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(45210,1,1751072400,2025,6,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(45211,1,1751076000,2025,6,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(45212,1,1751079600,2025,6,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(45213,1,1751083200,2025,6,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(45214,1,1751086800,2025,6,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(45215,1,1751090400,2025,6,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(45216,1,1751094000,2025,6,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(45217,1,1751097600,2025,6,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(45218,1,1751101200,2025,6,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(45219,1,1751104800,2025,6,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(45220,1,1751108400,2025,6,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(45221,1,1751112000,2025,6,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(45222,1,1751115600,2025,6,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(45223,1,1751119200,2025,6,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(45224,1,1751122800,2025,6,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(45225,1,1751126400,2025,6,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(45226,1,1751130000,2025,6,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(45227,1,1751133600,2025,6,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(45228,1,1751137200,2025,6,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(45229,1,1751140800,2025,6,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(45230,1,1751144400,2025,6,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(45231,1,1751234400,2025,6,30,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(45232,1,1751238000,2025,6,30,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(45233,1,1751241600,2025,6,30,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(45234,1,1751245200,2025,6,30,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(45235,1,1751248800,2025,6,30,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(45236,1,1751252400,2025,6,30,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(45237,1,1751256000,2025,6,30,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(45238,1,1751259600,2025,6,30,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(45239,1,1751263200,2025,6,30,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(45240,1,1751266800,2025,6,30,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(45241,1,1751270400,2025,6,30,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(45242,1,1751274000,2025,6,30,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(45243,1,1751277600,2025,6,30,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(45244,1,1751281200,2025,6,30,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(45245,1,1751284800,2025,6,30,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(45246,1,1751288400,2025,6,30,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(45247,1,1751292000,2025,6,30,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(45248,1,1751295600,2025,6,30,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(45249,1,1751299200,2025,6,30,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(45250,1,1751302800,2025,6,30,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(45251,1,1751306400,2025,6,30,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(45252,1,1751310000,2025,6,30,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(45253,1,1751313600,2025,6,30,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(45254,1,1751317200,2025,6,30,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(45255,1,1751320800,2025,7,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(45256,1,1751324400,2025,7,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(45257,1,1751328000,2025,7,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(45258,1,1751331600,2025,7,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(45259,1,1751335200,2025,7,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(45260,1,1751338800,2025,7,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(45261,1,1751342400,2025,7,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(45262,1,1751346000,2025,7,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(45263,1,1751349600,2025,7,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(45264,1,1751353200,2025,7,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(45265,1,1751356800,2025,7,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(45266,1,1751360400,2025,7,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(45267,1,1751364000,2025,7,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(45268,1,1751367600,2025,7,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(45269,1,1751371200,2025,7,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(45270,1,1751374800,2025,7,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(45271,1,1751378400,2025,7,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(45272,1,1751382000,2025,7,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(45273,1,1751385600,2025,7,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(45274,1,1751389200,2025,7,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(45275,1,1751392800,2025,7,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(45276,1,1751396400,2025,7,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(45277,1,1751400000,2025,7,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(45278,1,1751403600,2025,7,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(45279,1,1751407200,2025,7,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(45280,1,1751410800,2025,7,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(45281,1,1751414400,2025,7,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(45282,1,1751418000,2025,7,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(45283,1,1751421600,2025,7,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(45284,1,1751425200,2025,7,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(45285,1,1751428800,2025,7,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(45286,1,1751432400,2025,7,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(45287,1,1751436000,2025,7,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(45288,1,1751439600,2025,7,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(45289,1,1751443200,2025,7,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(45290,1,1751446800,2025,7,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(45291,1,1751450400,2025,7,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(45292,1,1751454000,2025,7,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(45293,1,1751457600,2025,7,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(45294,1,1751461200,2025,7,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(45295,1,1751464800,2025,7,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(45296,1,1751468400,2025,7,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(45297,1,1751472000,2025,7,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(45298,1,1751475600,2025,7,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(45299,1,1751479200,2025,7,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(45300,1,1751482800,2025,7,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(45301,1,1751486400,2025,7,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(45302,1,1751490000,2025,7,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(45303,1,1751493600,2025,7,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(45304,1,1751497200,2025,7,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(45305,1,1751500800,2025,7,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(45306,1,1751504400,2025,7,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(45307,1,1751508000,2025,7,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(45308,1,1751511600,2025,7,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(45309,1,1751515200,2025,7,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(45310,1,1751518800,2025,7,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(45311,1,1751522400,2025,7,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(45312,1,1751526000,2025,7,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(45313,1,1751529600,2025,7,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(45314,1,1751533200,2025,7,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(45315,1,1751536800,2025,7,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(45316,1,1751540400,2025,7,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(45317,1,1751544000,2025,7,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(45318,1,1751547600,2025,7,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(45319,1,1751551200,2025,7,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(45320,1,1751554800,2025,7,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(45321,1,1751558400,2025,7,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(45322,1,1751562000,2025,7,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(45323,1,1751565600,2025,7,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(45324,1,1751569200,2025,7,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(45325,1,1751572800,2025,7,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(45326,1,1751576400,2025,7,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(45327,1,1751580000,2025,7,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(45328,1,1751583600,2025,7,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(45329,1,1751587200,2025,7,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(45330,1,1751590800,2025,7,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(45331,1,1751594400,2025,7,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(45332,1,1751598000,2025,7,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(45333,1,1751601600,2025,7,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(45334,1,1751605200,2025,7,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(45335,1,1751608800,2025,7,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(45336,1,1751612400,2025,7,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(45337,1,1751616000,2025,7,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(45338,1,1751619600,2025,7,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(45339,1,1751623200,2025,7,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(45340,1,1751626800,2025,7,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(45341,1,1751630400,2025,7,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(45342,1,1751634000,2025,7,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(45343,1,1751637600,2025,7,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(45344,1,1751641200,2025,7,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(45345,1,1751644800,2025,7,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(45346,1,1751648400,2025,7,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(45347,1,1751652000,2025,7,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(45348,1,1751655600,2025,7,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(45349,1,1751659200,2025,7,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(45350,1,1751662800,2025,7,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(45351,1,1751666400,2025,7,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(45352,1,1751670000,2025,7,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(45353,1,1751673600,2025,7,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(45354,1,1751677200,2025,7,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(45355,1,1751680800,2025,7,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(45356,1,1751684400,2025,7,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(45357,1,1751688000,2025,7,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(45358,1,1751691600,2025,7,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(45359,1,1751695200,2025,7,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(45360,1,1751698800,2025,7,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(45361,1,1751702400,2025,7,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(45362,1,1751706000,2025,7,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(45363,1,1751709600,2025,7,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(45364,1,1751713200,2025,7,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(45365,1,1751716800,2025,7,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(45366,1,1751720400,2025,7,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(45367,1,1751724000,2025,7,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(45368,1,1751727600,2025,7,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(45369,1,1751731200,2025,7,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(45370,1,1751734800,2025,7,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(45371,1,1751738400,2025,7,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(45372,1,1751742000,2025,7,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(45373,1,1751745600,2025,7,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(45374,1,1751749200,2025,7,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(45375,1,1751839200,2025,7,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(45376,1,1751842800,2025,7,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(45377,1,1751846400,2025,7,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(45378,1,1751850000,2025,7,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(45379,1,1751853600,2025,7,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(45380,1,1751857200,2025,7,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(45381,1,1751860800,2025,7,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(45382,1,1751864400,2025,7,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(45383,1,1751868000,2025,7,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(45384,1,1751871600,2025,7,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(45385,1,1751875200,2025,7,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(45386,1,1751878800,2025,7,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(45387,1,1751882400,2025,7,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(45388,1,1751886000,2025,7,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(45389,1,1751889600,2025,7,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(45390,1,1751893200,2025,7,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(45391,1,1751896800,2025,7,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(45392,1,1751900400,2025,7,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(45393,1,1751904000,2025,7,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(45394,1,1751907600,2025,7,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(45395,1,1751911200,2025,7,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(45396,1,1751914800,2025,7,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(45397,1,1751918400,2025,7,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(45398,1,1751922000,2025,7,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(45399,1,1751925600,2025,7,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(45400,1,1751929200,2025,7,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(45401,1,1751932800,2025,7,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(45402,1,1751936400,2025,7,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(45403,1,1751940000,2025,7,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(45404,1,1751943600,2025,7,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(45405,1,1751947200,2025,7,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(45406,1,1751950800,2025,7,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(45407,1,1751954400,2025,7,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(45408,1,1751958000,2025,7,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(45409,1,1751961600,2025,7,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(45410,1,1751965200,2025,7,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(45411,1,1751968800,2025,7,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(45412,1,1751972400,2025,7,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(45413,1,1751976000,2025,7,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(45414,1,1751979600,2025,7,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(45415,1,1751983200,2025,7,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(45416,1,1751986800,2025,7,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(45417,1,1751990400,2025,7,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(45418,1,1751994000,2025,7,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(45419,1,1751997600,2025,7,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(45420,1,1752001200,2025,7,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(45421,1,1752004800,2025,7,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(45422,1,1752008400,2025,7,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(45423,1,1752012000,2025,7,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(45424,1,1752015600,2025,7,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(45425,1,1752019200,2025,7,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(45426,1,1752022800,2025,7,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(45427,1,1752026400,2025,7,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(45428,1,1752030000,2025,7,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(45429,1,1752033600,2025,7,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(45430,1,1752037200,2025,7,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(45431,1,1752040800,2025,7,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(45432,1,1752044400,2025,7,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(45433,1,1752048000,2025,7,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(45434,1,1752051600,2025,7,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(45435,1,1752055200,2025,7,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(45436,1,1752058800,2025,7,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(45437,1,1752062400,2025,7,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(45438,1,1752066000,2025,7,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(45439,1,1752069600,2025,7,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(45440,1,1752073200,2025,7,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(45441,1,1752076800,2025,7,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(45442,1,1752080400,2025,7,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(45443,1,1752084000,2025,7,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(45444,1,1752087600,2025,7,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(45445,1,1752091200,2025,7,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(45446,1,1752094800,2025,7,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(45447,1,1752098400,2025,7,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(45448,1,1752102000,2025,7,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(45449,1,1752105600,2025,7,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(45450,1,1752109200,2025,7,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(45451,1,1752112800,2025,7,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(45452,1,1752116400,2025,7,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(45453,1,1752120000,2025,7,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(45454,1,1752123600,2025,7,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(45455,1,1752127200,2025,7,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(45456,1,1752130800,2025,7,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(45457,1,1752134400,2025,7,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(45458,1,1752138000,2025,7,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(45459,1,1752141600,2025,7,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(45460,1,1752145200,2025,7,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(45461,1,1752148800,2025,7,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(45462,1,1752152400,2025,7,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(45463,1,1752156000,2025,7,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(45464,1,1752159600,2025,7,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(45465,1,1752163200,2025,7,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(45466,1,1752166800,2025,7,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(45467,1,1752170400,2025,7,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(45468,1,1752174000,2025,7,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(45469,1,1752177600,2025,7,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(45470,1,1752181200,2025,7,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(45471,1,1752184800,2025,7,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(45472,1,1752188400,2025,7,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(45473,1,1752192000,2025,7,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(45474,1,1752195600,2025,7,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(45475,1,1752199200,2025,7,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(45476,1,1752202800,2025,7,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(45477,1,1752206400,2025,7,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(45478,1,1752210000,2025,7,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(45479,1,1752213600,2025,7,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(45480,1,1752217200,2025,7,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(45481,1,1752220800,2025,7,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(45482,1,1752224400,2025,7,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(45483,1,1752228000,2025,7,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(45484,1,1752231600,2025,7,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(45485,1,1752235200,2025,7,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(45486,1,1752238800,2025,7,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(45487,1,1752242400,2025,7,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(45488,1,1752246000,2025,7,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(45489,1,1752249600,2025,7,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(45490,1,1752253200,2025,7,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(45491,1,1752256800,2025,7,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(45492,1,1752260400,2025,7,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(45493,1,1752264000,2025,7,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(45494,1,1752267600,2025,7,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(45495,1,1752271200,2025,7,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(45496,1,1752274800,2025,7,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(45497,1,1752278400,2025,7,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(45498,1,1752282000,2025,7,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(45499,1,1752285600,2025,7,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(45500,1,1752289200,2025,7,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(45501,1,1752292800,2025,7,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(45502,1,1752296400,2025,7,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(45503,1,1752300000,2025,7,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(45504,1,1752303600,2025,7,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(45505,1,1752307200,2025,7,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(45506,1,1752310800,2025,7,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(45507,1,1752314400,2025,7,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(45508,1,1752318000,2025,7,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(45509,1,1752321600,2025,7,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(45510,1,1752325200,2025,7,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(45511,1,1752328800,2025,7,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(45512,1,1752332400,2025,7,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(45513,1,1752336000,2025,7,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(45514,1,1752339600,2025,7,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(45515,1,1752343200,2025,7,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(45516,1,1752346800,2025,7,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(45517,1,1752350400,2025,7,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(45518,1,1752354000,2025,7,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(45519,1,1752444000,2025,7,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(45520,1,1752447600,2025,7,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(45521,1,1752451200,2025,7,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(45522,1,1752454800,2025,7,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(45523,1,1752458400,2025,7,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(45524,1,1752462000,2025,7,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(45525,1,1752465600,2025,7,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(45526,1,1752469200,2025,7,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(45527,1,1752472800,2025,7,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(45528,1,1752476400,2025,7,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(45529,1,1752480000,2025,7,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(45530,1,1752483600,2025,7,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(45531,1,1752487200,2025,7,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(45532,1,1752490800,2025,7,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(45533,1,1752494400,2025,7,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(45534,1,1752498000,2025,7,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(45535,1,1752501600,2025,7,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(45536,1,1752505200,2025,7,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(45537,1,1752508800,2025,7,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(45538,1,1752512400,2025,7,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(45539,1,1752516000,2025,7,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(45540,1,1752519600,2025,7,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(45541,1,1752523200,2025,7,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(45542,1,1752526800,2025,7,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(45543,1,1752530400,2025,7,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(45544,1,1752534000,2025,7,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(45545,1,1752537600,2025,7,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(45546,1,1752541200,2025,7,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(45547,1,1752544800,2025,7,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(45548,1,1752548400,2025,7,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(45549,1,1752552000,2025,7,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(45550,1,1752555600,2025,7,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(45551,1,1752559200,2025,7,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(45552,1,1752562800,2025,7,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(45553,1,1752566400,2025,7,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(45554,1,1752570000,2025,7,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(45555,1,1752573600,2025,7,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(45556,1,1752577200,2025,7,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(45557,1,1752580800,2025,7,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(45558,1,1752584400,2025,7,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(45559,1,1752588000,2025,7,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(45560,1,1752591600,2025,7,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(45561,1,1752595200,2025,7,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(45562,1,1752598800,2025,7,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(45563,1,1752602400,2025,7,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(45564,1,1752606000,2025,7,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(45565,1,1752609600,2025,7,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(45566,1,1752613200,2025,7,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(45567,1,1752616800,2025,7,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(45568,1,1752620400,2025,7,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(45569,1,1752624000,2025,7,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(45570,1,1752627600,2025,7,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(45571,1,1752631200,2025,7,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(45572,1,1752634800,2025,7,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(45573,1,1752638400,2025,7,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(45574,1,1752642000,2025,7,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(45575,1,1752645600,2025,7,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(45576,1,1752649200,2025,7,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(45577,1,1752652800,2025,7,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(45578,1,1752656400,2025,7,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(45579,1,1752660000,2025,7,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(45580,1,1752663600,2025,7,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(45581,1,1752667200,2025,7,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(45582,1,1752670800,2025,7,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(45583,1,1752674400,2025,7,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(45584,1,1752678000,2025,7,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(45585,1,1752681600,2025,7,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(45586,1,1752685200,2025,7,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(45587,1,1752688800,2025,7,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(45588,1,1752692400,2025,7,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(45589,1,1752696000,2025,7,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(45590,1,1752699600,2025,7,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(45591,1,1752703200,2025,7,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(45592,1,1752706800,2025,7,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(45593,1,1752710400,2025,7,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(45594,1,1752714000,2025,7,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(45595,1,1752717600,2025,7,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(45596,1,1752721200,2025,7,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(45597,1,1752724800,2025,7,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(45598,1,1752728400,2025,7,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(45599,1,1752732000,2025,7,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(45600,1,1752735600,2025,7,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(45601,1,1752739200,2025,7,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(45602,1,1752742800,2025,7,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(45603,1,1752746400,2025,7,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(45604,1,1752750000,2025,7,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(45605,1,1752753600,2025,7,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(45606,1,1752757200,2025,7,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(45607,1,1752760800,2025,7,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(45608,1,1752764400,2025,7,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(45609,1,1752768000,2025,7,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(45610,1,1752771600,2025,7,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(45611,1,1752775200,2025,7,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(45612,1,1752778800,2025,7,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(45613,1,1752782400,2025,7,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(45614,1,1752786000,2025,7,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(45615,1,1752789600,2025,7,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(45616,1,1752793200,2025,7,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(45617,1,1752796800,2025,7,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(45618,1,1752800400,2025,7,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(45619,1,1752804000,2025,7,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(45620,1,1752807600,2025,7,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(45621,1,1752811200,2025,7,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(45622,1,1752814800,2025,7,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(45623,1,1752818400,2025,7,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(45624,1,1752822000,2025,7,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(45625,1,1752825600,2025,7,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(45626,1,1752829200,2025,7,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(45627,1,1752832800,2025,7,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(45628,1,1752836400,2025,7,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(45629,1,1752840000,2025,7,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(45630,1,1752843600,2025,7,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(45631,1,1752847200,2025,7,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(45632,1,1752850800,2025,7,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(45633,1,1752854400,2025,7,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(45634,1,1752858000,2025,7,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(45635,1,1752861600,2025,7,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(45636,1,1752865200,2025,7,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(45637,1,1752868800,2025,7,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(45638,1,1752872400,2025,7,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(45639,1,1752876000,2025,7,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(45640,1,1752879600,2025,7,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(45641,1,1752883200,2025,7,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(45642,1,1752886800,2025,7,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(45643,1,1752890400,2025,7,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(45644,1,1752894000,2025,7,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(45645,1,1752897600,2025,7,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(45646,1,1752901200,2025,7,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(45647,1,1752904800,2025,7,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(45648,1,1752908400,2025,7,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(45649,1,1752912000,2025,7,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(45650,1,1752915600,2025,7,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(45651,1,1752919200,2025,7,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(45652,1,1752922800,2025,7,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(45653,1,1752926400,2025,7,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(45654,1,1752930000,2025,7,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(45655,1,1752933600,2025,7,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(45656,1,1752937200,2025,7,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(45657,1,1752940800,2025,7,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(45658,1,1752944400,2025,7,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(45659,1,1752948000,2025,7,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(45660,1,1752951600,2025,7,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(45661,1,1752955200,2025,7,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(45662,1,1752958800,2025,7,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(45663,1,1753048800,2025,7,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(45664,1,1753052400,2025,7,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(45665,1,1753056000,2025,7,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(45666,1,1753059600,2025,7,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(45667,1,1753063200,2025,7,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(45668,1,1753066800,2025,7,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(45669,1,1753070400,2025,7,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(45670,1,1753074000,2025,7,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(45671,1,1753077600,2025,7,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(45672,1,1753081200,2025,7,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(45673,1,1753084800,2025,7,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(45674,1,1753088400,2025,7,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(45675,1,1753092000,2025,7,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(45676,1,1753095600,2025,7,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(45677,1,1753099200,2025,7,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(45678,1,1753102800,2025,7,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(45679,1,1753106400,2025,7,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(45680,1,1753110000,2025,7,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(45681,1,1753113600,2025,7,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(45682,1,1753117200,2025,7,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(45683,1,1753120800,2025,7,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(45684,1,1753124400,2025,7,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(45685,1,1753128000,2025,7,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(45686,1,1753131600,2025,7,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(45687,1,1753135200,2025,7,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(45688,1,1753138800,2025,7,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(45689,1,1753142400,2025,7,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(45690,1,1753146000,2025,7,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(45691,1,1753149600,2025,7,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(45692,1,1753153200,2025,7,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(45693,1,1753156800,2025,7,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(45694,1,1753160400,2025,7,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(45695,1,1753164000,2025,7,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(45696,1,1753167600,2025,7,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(45697,1,1753171200,2025,7,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(45698,1,1753174800,2025,7,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(45699,1,1753178400,2025,7,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(45700,1,1753182000,2025,7,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(45701,1,1753185600,2025,7,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(45702,1,1753189200,2025,7,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(45703,1,1753192800,2025,7,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(45704,1,1753196400,2025,7,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(45705,1,1753200000,2025,7,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(45706,1,1753203600,2025,7,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(45707,1,1753207200,2025,7,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(45708,1,1753210800,2025,7,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(45709,1,1753214400,2025,7,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(45710,1,1753218000,2025,7,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(45711,1,1753221600,2025,7,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(45712,1,1753225200,2025,7,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(45713,1,1753228800,2025,7,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(45714,1,1753232400,2025,7,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(45715,1,1753236000,2025,7,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(45716,1,1753239600,2025,7,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(45717,1,1753243200,2025,7,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(45718,1,1753246800,2025,7,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(45719,1,1753250400,2025,7,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(45720,1,1753254000,2025,7,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(45721,1,1753257600,2025,7,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(45722,1,1753261200,2025,7,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(45723,1,1753264800,2025,7,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(45724,1,1753268400,2025,7,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(45725,1,1753272000,2025,7,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(45726,1,1753275600,2025,7,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(45727,1,1753279200,2025,7,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(45728,1,1753282800,2025,7,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(45729,1,1753286400,2025,7,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(45730,1,1753290000,2025,7,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(45731,1,1753293600,2025,7,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(45732,1,1753297200,2025,7,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(45733,1,1753300800,2025,7,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(45734,1,1753304400,2025,7,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(45735,1,1753308000,2025,7,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(45736,1,1753311600,2025,7,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(45737,1,1753315200,2025,7,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(45738,1,1753318800,2025,7,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(45739,1,1753322400,2025,7,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(45740,1,1753326000,2025,7,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(45741,1,1753329600,2025,7,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(45742,1,1753333200,2025,7,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(45743,1,1753336800,2025,7,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(45744,1,1753340400,2025,7,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(45745,1,1753344000,2025,7,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(45746,1,1753347600,2025,7,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(45747,1,1753351200,2025,7,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(45748,1,1753354800,2025,7,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(45749,1,1753358400,2025,7,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(45750,1,1753362000,2025,7,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(45751,1,1753365600,2025,7,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(45752,1,1753369200,2025,7,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(45753,1,1753372800,2025,7,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(45754,1,1753376400,2025,7,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(45755,1,1753380000,2025,7,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(45756,1,1753383600,2025,7,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(45757,1,1753387200,2025,7,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(45758,1,1753390800,2025,7,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(45759,1,1753394400,2025,7,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(45760,1,1753398000,2025,7,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(45761,1,1753401600,2025,7,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(45762,1,1753405200,2025,7,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(45763,1,1753408800,2025,7,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(45764,1,1753412400,2025,7,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(45765,1,1753416000,2025,7,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(45766,1,1753419600,2025,7,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(45767,1,1753423200,2025,7,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(45768,1,1753426800,2025,7,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(45769,1,1753430400,2025,7,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(45770,1,1753434000,2025,7,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(45771,1,1753437600,2025,7,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(45772,1,1753441200,2025,7,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(45773,1,1753444800,2025,7,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(45774,1,1753448400,2025,7,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(45775,1,1753452000,2025,7,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(45776,1,1753455600,2025,7,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(45777,1,1753459200,2025,7,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(45778,1,1753462800,2025,7,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(45779,1,1753466400,2025,7,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(45780,1,1753470000,2025,7,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(45781,1,1753473600,2025,7,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(45782,1,1753477200,2025,7,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(45783,1,1753480800,2025,7,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(45784,1,1753484400,2025,7,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(45785,1,1753488000,2025,7,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(45786,1,1753491600,2025,7,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(45787,1,1753495200,2025,7,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(45788,1,1753498800,2025,7,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(45789,1,1753502400,2025,7,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(45790,1,1753506000,2025,7,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(45791,1,1753509600,2025,7,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(45792,1,1753513200,2025,7,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(45793,1,1753516800,2025,7,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(45794,1,1753520400,2025,7,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(45795,1,1753524000,2025,7,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(45796,1,1753527600,2025,7,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(45797,1,1753531200,2025,7,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(45798,1,1753534800,2025,7,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(45799,1,1753538400,2025,7,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(45800,1,1753542000,2025,7,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(45801,1,1753545600,2025,7,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(45802,1,1753549200,2025,7,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(45803,1,1753552800,2025,7,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(45804,1,1753556400,2025,7,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(45805,1,1753560000,2025,7,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(45806,1,1753563600,2025,7,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(45807,1,1753653600,2025,7,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(45808,1,1753657200,2025,7,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(45809,1,1753660800,2025,7,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(45810,1,1753664400,2025,7,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(45811,1,1753668000,2025,7,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(45812,1,1753671600,2025,7,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(45813,1,1753675200,2025,7,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(45814,1,1753678800,2025,7,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(45815,1,1753682400,2025,7,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(45816,1,1753686000,2025,7,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(45817,1,1753689600,2025,7,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(45818,1,1753693200,2025,7,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(45819,1,1753696800,2025,7,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(45820,1,1753700400,2025,7,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(45821,1,1753704000,2025,7,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(45822,1,1753707600,2025,7,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(45823,1,1753711200,2025,7,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(45824,1,1753714800,2025,7,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(45825,1,1753718400,2025,7,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(45826,1,1753722000,2025,7,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(45827,1,1753725600,2025,7,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(45828,1,1753729200,2025,7,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(45829,1,1753732800,2025,7,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(45830,1,1753736400,2025,7,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(45831,1,1753740000,2025,7,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(45832,1,1753743600,2025,7,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(45833,1,1753747200,2025,7,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(45834,1,1753750800,2025,7,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(45835,1,1753754400,2025,7,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(45836,1,1753758000,2025,7,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(45837,1,1753761600,2025,7,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(45838,1,1753765200,2025,7,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(45839,1,1753768800,2025,7,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(45840,1,1753772400,2025,7,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(45841,1,1753776000,2025,7,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(45842,1,1753779600,2025,7,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(45843,1,1753783200,2025,7,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(45844,1,1753786800,2025,7,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(45845,1,1753790400,2025,7,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(45846,1,1753794000,2025,7,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(45847,1,1753797600,2025,7,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(45848,1,1753801200,2025,7,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(45849,1,1753804800,2025,7,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(45850,1,1753808400,2025,7,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(45851,1,1753812000,2025,7,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(45852,1,1753815600,2025,7,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(45853,1,1753819200,2025,7,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(45854,1,1753822800,2025,7,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(45855,1,1753826400,2025,7,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(45856,1,1753830000,2025,7,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(45857,1,1753833600,2025,7,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(45858,1,1753837200,2025,7,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(45859,1,1753840800,2025,7,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(45860,1,1753844400,2025,7,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(45861,1,1753848000,2025,7,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(45862,1,1753851600,2025,7,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(45863,1,1753855200,2025,7,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(45864,1,1753858800,2025,7,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(45865,1,1753862400,2025,7,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(45866,1,1753866000,2025,7,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(45867,1,1753869600,2025,7,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(45868,1,1753873200,2025,7,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(45869,1,1753876800,2025,7,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(45870,1,1753880400,2025,7,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(45871,1,1753884000,2025,7,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(45872,1,1753887600,2025,7,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(45873,1,1753891200,2025,7,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(45874,1,1753894800,2025,7,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(45875,1,1753898400,2025,7,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(45876,1,1753902000,2025,7,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(45877,1,1753905600,2025,7,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(45878,1,1753909200,2025,7,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(45879,1,1753912800,2025,7,31,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(45880,1,1753916400,2025,7,31,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(45881,1,1753920000,2025,7,31,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(45882,1,1753923600,2025,7,31,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(45883,1,1753927200,2025,7,31,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(45884,1,1753930800,2025,7,31,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(45885,1,1753934400,2025,7,31,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(45886,1,1753938000,2025,7,31,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(45887,1,1753941600,2025,7,31,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(45888,1,1753945200,2025,7,31,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(45889,1,1753948800,2025,7,31,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(45890,1,1753952400,2025,7,31,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(45891,1,1753956000,2025,7,31,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(45892,1,1753959600,2025,7,31,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(45893,1,1753963200,2025,7,31,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(45894,1,1753966800,2025,7,31,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(45895,1,1753970400,2025,7,31,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(45896,1,1753974000,2025,7,31,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(45897,1,1753977600,2025,7,31,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(45898,1,1753981200,2025,7,31,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(45899,1,1753984800,2025,7,31,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(45900,1,1753988400,2025,7,31,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(45901,1,1753992000,2025,7,31,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(45902,1,1753995600,2025,7,31,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(45903,1,1753999200,2025,8,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(45904,1,1754002800,2025,8,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(45905,1,1754006400,2025,8,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(45906,1,1754010000,2025,8,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(45907,1,1754013600,2025,8,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(45908,1,1754017200,2025,8,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(45909,1,1754020800,2025,8,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(45910,1,1754024400,2025,8,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(45911,1,1754028000,2025,8,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(45912,1,1754031600,2025,8,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(45913,1,1754035200,2025,8,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(45914,1,1754038800,2025,8,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(45915,1,1754042400,2025,8,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(45916,1,1754046000,2025,8,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(45917,1,1754049600,2025,8,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(45918,1,1754053200,2025,8,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(45919,1,1754056800,2025,8,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(45920,1,1754060400,2025,8,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(45921,1,1754064000,2025,8,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(45922,1,1754067600,2025,8,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(45923,1,1754071200,2025,8,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(45924,1,1754074800,2025,8,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(45925,1,1754078400,2025,8,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(45926,1,1754082000,2025,8,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(45927,1,1754085600,2025,8,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(45928,1,1754089200,2025,8,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(45929,1,1754092800,2025,8,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(45930,1,1754096400,2025,8,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(45931,1,1754100000,2025,8,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(45932,1,1754103600,2025,8,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(45933,1,1754107200,2025,8,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(45934,1,1754110800,2025,8,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(45935,1,1754114400,2025,8,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(45936,1,1754118000,2025,8,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(45937,1,1754121600,2025,8,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(45938,1,1754125200,2025,8,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(45939,1,1754128800,2025,8,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(45940,1,1754132400,2025,8,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(45941,1,1754136000,2025,8,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(45942,1,1754139600,2025,8,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(45943,1,1754143200,2025,8,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(45944,1,1754146800,2025,8,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(45945,1,1754150400,2025,8,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(45946,1,1754154000,2025,8,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(45947,1,1754157600,2025,8,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(45948,1,1754161200,2025,8,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(45949,1,1754164800,2025,8,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(45950,1,1754168400,2025,8,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(45951,1,1754258400,2025,8,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(45952,1,1754262000,2025,8,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(45953,1,1754265600,2025,8,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(45954,1,1754269200,2025,8,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(45955,1,1754272800,2025,8,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(45956,1,1754276400,2025,8,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(45957,1,1754280000,2025,8,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(45958,1,1754283600,2025,8,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(45959,1,1754287200,2025,8,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(45960,1,1754290800,2025,8,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(45961,1,1754294400,2025,8,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(45962,1,1754298000,2025,8,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(45963,1,1754301600,2025,8,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(45964,1,1754305200,2025,8,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(45965,1,1754308800,2025,8,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(45966,1,1754312400,2025,8,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(45967,1,1754316000,2025,8,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(45968,1,1754319600,2025,8,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(45969,1,1754323200,2025,8,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(45970,1,1754326800,2025,8,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(45971,1,1754330400,2025,8,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(45972,1,1754334000,2025,8,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(45973,1,1754337600,2025,8,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(45974,1,1754341200,2025,8,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(45975,1,1754344800,2025,8,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(45976,1,1754348400,2025,8,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(45977,1,1754352000,2025,8,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(45978,1,1754355600,2025,8,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(45979,1,1754359200,2025,8,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(45980,1,1754362800,2025,8,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(45981,1,1754366400,2025,8,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(45982,1,1754370000,2025,8,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(45983,1,1754373600,2025,8,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(45984,1,1754377200,2025,8,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(45985,1,1754380800,2025,8,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(45986,1,1754384400,2025,8,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(45987,1,1754388000,2025,8,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(45988,1,1754391600,2025,8,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(45989,1,1754395200,2025,8,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(45990,1,1754398800,2025,8,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(45991,1,1754402400,2025,8,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(45992,1,1754406000,2025,8,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(45993,1,1754409600,2025,8,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(45994,1,1754413200,2025,8,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(45995,1,1754416800,2025,8,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(45996,1,1754420400,2025,8,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(45997,1,1754424000,2025,8,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(45998,1,1754427600,2025,8,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(45999,1,1754431200,2025,8,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(46000,1,1754434800,2025,8,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(46001,1,1754438400,2025,8,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(46002,1,1754442000,2025,8,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(46003,1,1754445600,2025,8,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(46004,1,1754449200,2025,8,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(46005,1,1754452800,2025,8,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(46006,1,1754456400,2025,8,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(46007,1,1754460000,2025,8,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(46008,1,1754463600,2025,8,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(46009,1,1754467200,2025,8,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(46010,1,1754470800,2025,8,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(46011,1,1754474400,2025,8,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(46012,1,1754478000,2025,8,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(46013,1,1754481600,2025,8,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(46014,1,1754485200,2025,8,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(46015,1,1754488800,2025,8,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(46016,1,1754492400,2025,8,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(46017,1,1754496000,2025,8,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(46018,1,1754499600,2025,8,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(46019,1,1754503200,2025,8,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(46020,1,1754506800,2025,8,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(46021,1,1754510400,2025,8,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(46022,1,1754514000,2025,8,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(46023,1,1754517600,2025,8,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(46024,1,1754521200,2025,8,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(46025,1,1754524800,2025,8,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(46026,1,1754528400,2025,8,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(46027,1,1754532000,2025,8,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(46028,1,1754535600,2025,8,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(46029,1,1754539200,2025,8,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(46030,1,1754542800,2025,8,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(46031,1,1754546400,2025,8,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(46032,1,1754550000,2025,8,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(46033,1,1754553600,2025,8,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(46034,1,1754557200,2025,8,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(46035,1,1754560800,2025,8,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(46036,1,1754564400,2025,8,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(46037,1,1754568000,2025,8,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(46038,1,1754571600,2025,8,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(46039,1,1754575200,2025,8,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(46040,1,1754578800,2025,8,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(46041,1,1754582400,2025,8,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(46042,1,1754586000,2025,8,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(46043,1,1754589600,2025,8,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(46044,1,1754593200,2025,8,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(46045,1,1754596800,2025,8,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(46046,1,1754600400,2025,8,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(46047,1,1754604000,2025,8,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(46048,1,1754607600,2025,8,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(46049,1,1754611200,2025,8,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(46050,1,1754614800,2025,8,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(46051,1,1754618400,2025,8,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(46052,1,1754622000,2025,8,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(46053,1,1754625600,2025,8,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(46054,1,1754629200,2025,8,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(46055,1,1754632800,2025,8,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(46056,1,1754636400,2025,8,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(46057,1,1754640000,2025,8,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(46058,1,1754643600,2025,8,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(46059,1,1754647200,2025,8,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(46060,1,1754650800,2025,8,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(46061,1,1754654400,2025,8,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(46062,1,1754658000,2025,8,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(46063,1,1754661600,2025,8,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(46064,1,1754665200,2025,8,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(46065,1,1754668800,2025,8,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(46066,1,1754672400,2025,8,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(46067,1,1754676000,2025,8,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(46068,1,1754679600,2025,8,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(46069,1,1754683200,2025,8,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(46070,1,1754686800,2025,8,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(46071,1,1754690400,2025,8,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(46072,1,1754694000,2025,8,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(46073,1,1754697600,2025,8,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(46074,1,1754701200,2025,8,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(46075,1,1754704800,2025,8,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(46076,1,1754708400,2025,8,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(46077,1,1754712000,2025,8,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(46078,1,1754715600,2025,8,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(46079,1,1754719200,2025,8,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(46080,1,1754722800,2025,8,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(46081,1,1754726400,2025,8,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(46082,1,1754730000,2025,8,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(46083,1,1754733600,2025,8,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(46084,1,1754737200,2025,8,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(46085,1,1754740800,2025,8,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(46086,1,1754744400,2025,8,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(46087,1,1754748000,2025,8,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(46088,1,1754751600,2025,8,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(46089,1,1754755200,2025,8,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(46090,1,1754758800,2025,8,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(46091,1,1754762400,2025,8,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(46092,1,1754766000,2025,8,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(46093,1,1754769600,2025,8,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(46094,1,1754773200,2025,8,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(46095,1,1754863200,2025,8,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(46096,1,1754866800,2025,8,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(46097,1,1754870400,2025,8,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(46098,1,1754874000,2025,8,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(46099,1,1754877600,2025,8,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(46100,1,1754881200,2025,8,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(46101,1,1754884800,2025,8,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(46102,1,1754888400,2025,8,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(46103,1,1754892000,2025,8,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(46104,1,1754895600,2025,8,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(46105,1,1754899200,2025,8,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(46106,1,1754902800,2025,8,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(46107,1,1754906400,2025,8,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(46108,1,1754910000,2025,8,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(46109,1,1754913600,2025,8,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(46110,1,1754917200,2025,8,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(46111,1,1754920800,2025,8,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(46112,1,1754924400,2025,8,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(46113,1,1754928000,2025,8,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(46114,1,1754931600,2025,8,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(46115,1,1754935200,2025,8,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(46116,1,1754938800,2025,8,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(46117,1,1754942400,2025,8,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(46118,1,1754946000,2025,8,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(46119,1,1754949600,2025,8,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(46120,1,1754953200,2025,8,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(46121,1,1754956800,2025,8,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(46122,1,1754960400,2025,8,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(46123,1,1754964000,2025,8,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(46124,1,1754967600,2025,8,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(46125,1,1754971200,2025,8,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(46126,1,1754974800,2025,8,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(46127,1,1754978400,2025,8,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(46128,1,1754982000,2025,8,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(46129,1,1754985600,2025,8,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(46130,1,1754989200,2025,8,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(46131,1,1754992800,2025,8,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(46132,1,1754996400,2025,8,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(46133,1,1755000000,2025,8,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(46134,1,1755003600,2025,8,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(46135,1,1755007200,2025,8,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(46136,1,1755010800,2025,8,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(46137,1,1755014400,2025,8,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(46138,1,1755018000,2025,8,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(46139,1,1755021600,2025,8,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(46140,1,1755025200,2025,8,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(46141,1,1755028800,2025,8,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(46142,1,1755032400,2025,8,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(46143,1,1755036000,2025,8,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(46144,1,1755039600,2025,8,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(46145,1,1755043200,2025,8,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(46146,1,1755046800,2025,8,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(46147,1,1755050400,2025,8,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(46148,1,1755054000,2025,8,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(46149,1,1755057600,2025,8,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(46150,1,1755061200,2025,8,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(46151,1,1755064800,2025,8,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(46152,1,1755068400,2025,8,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(46153,1,1755072000,2025,8,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(46154,1,1755075600,2025,8,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(46155,1,1755079200,2025,8,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(46156,1,1755082800,2025,8,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(46157,1,1755086400,2025,8,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(46158,1,1755090000,2025,8,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(46159,1,1755093600,2025,8,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(46160,1,1755097200,2025,8,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(46161,1,1755100800,2025,8,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(46162,1,1755104400,2025,8,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(46163,1,1755108000,2025,8,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(46164,1,1755111600,2025,8,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(46165,1,1755115200,2025,8,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(46166,1,1755118800,2025,8,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(46167,1,1755122400,2025,8,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(46168,1,1755126000,2025,8,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(46169,1,1755129600,2025,8,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(46170,1,1755133200,2025,8,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(46171,1,1755136800,2025,8,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(46172,1,1755140400,2025,8,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(46173,1,1755144000,2025,8,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(46174,1,1755147600,2025,8,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(46175,1,1755151200,2025,8,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(46176,1,1755154800,2025,8,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(46177,1,1755158400,2025,8,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(46178,1,1755162000,2025,8,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(46179,1,1755165600,2025,8,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(46180,1,1755169200,2025,8,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(46181,1,1755172800,2025,8,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(46182,1,1755176400,2025,8,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(46183,1,1755180000,2025,8,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(46184,1,1755183600,2025,8,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(46185,1,1755187200,2025,8,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(46186,1,1755190800,2025,8,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(46187,1,1755194400,2025,8,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(46188,1,1755198000,2025,8,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(46189,1,1755201600,2025,8,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(46190,1,1755205200,2025,8,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(46191,1,1755208800,2025,8,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(46192,1,1755212400,2025,8,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(46193,1,1755216000,2025,8,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(46194,1,1755219600,2025,8,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(46195,1,1755223200,2025,8,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(46196,1,1755226800,2025,8,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(46197,1,1755230400,2025,8,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(46198,1,1755234000,2025,8,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(46199,1,1755237600,2025,8,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(46200,1,1755241200,2025,8,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(46201,1,1755244800,2025,8,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(46202,1,1755248400,2025,8,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(46203,1,1755252000,2025,8,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(46204,1,1755255600,2025,8,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(46205,1,1755259200,2025,8,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(46206,1,1755262800,2025,8,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(46207,1,1755266400,2025,8,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(46208,1,1755270000,2025,8,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(46209,1,1755273600,2025,8,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(46210,1,1755277200,2025,8,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(46211,1,1755280800,2025,8,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(46212,1,1755284400,2025,8,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(46213,1,1755288000,2025,8,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(46214,1,1755291600,2025,8,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(46215,1,1755295200,2025,8,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(46216,1,1755298800,2025,8,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(46217,1,1755302400,2025,8,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(46218,1,1755306000,2025,8,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(46219,1,1755309600,2025,8,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(46220,1,1755313200,2025,8,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(46221,1,1755316800,2025,8,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(46222,1,1755320400,2025,8,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(46223,1,1755324000,2025,8,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(46224,1,1755327600,2025,8,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(46225,1,1755331200,2025,8,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(46226,1,1755334800,2025,8,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(46227,1,1755338400,2025,8,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(46228,1,1755342000,2025,8,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(46229,1,1755345600,2025,8,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(46230,1,1755349200,2025,8,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(46231,1,1755352800,2025,8,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(46232,1,1755356400,2025,8,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(46233,1,1755360000,2025,8,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(46234,1,1755363600,2025,8,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(46235,1,1755367200,2025,8,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(46236,1,1755370800,2025,8,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(46237,1,1755374400,2025,8,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(46238,1,1755378000,2025,8,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(46239,1,1755468000,2025,8,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(46240,1,1755471600,2025,8,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(46241,1,1755475200,2025,8,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(46242,1,1755478800,2025,8,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(46243,1,1755482400,2025,8,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(46244,1,1755486000,2025,8,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(46245,1,1755489600,2025,8,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(46246,1,1755493200,2025,8,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(46247,1,1755496800,2025,8,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(46248,1,1755500400,2025,8,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(46249,1,1755504000,2025,8,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(46250,1,1755507600,2025,8,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(46251,1,1755511200,2025,8,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(46252,1,1755514800,2025,8,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(46253,1,1755518400,2025,8,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(46254,1,1755522000,2025,8,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(46255,1,1755525600,2025,8,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(46256,1,1755529200,2025,8,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(46257,1,1755532800,2025,8,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(46258,1,1755536400,2025,8,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(46259,1,1755540000,2025,8,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(46260,1,1755543600,2025,8,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(46261,1,1755547200,2025,8,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(46262,1,1755550800,2025,8,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(46263,1,1755554400,2025,8,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(46264,1,1755558000,2025,8,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(46265,1,1755561600,2025,8,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(46266,1,1755565200,2025,8,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(46267,1,1755568800,2025,8,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(46268,1,1755572400,2025,8,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(46269,1,1755576000,2025,8,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(46270,1,1755579600,2025,8,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(46271,1,1755583200,2025,8,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(46272,1,1755586800,2025,8,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(46273,1,1755590400,2025,8,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(46274,1,1755594000,2025,8,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(46275,1,1755597600,2025,8,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(46276,1,1755601200,2025,8,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(46277,1,1755604800,2025,8,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(46278,1,1755608400,2025,8,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(46279,1,1755612000,2025,8,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(46280,1,1755615600,2025,8,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(46281,1,1755619200,2025,8,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(46282,1,1755622800,2025,8,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(46283,1,1755626400,2025,8,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(46284,1,1755630000,2025,8,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(46285,1,1755633600,2025,8,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(46286,1,1755637200,2025,8,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(46287,1,1755640800,2025,8,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(46288,1,1755644400,2025,8,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(46289,1,1755648000,2025,8,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(46290,1,1755651600,2025,8,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(46291,1,1755655200,2025,8,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(46292,1,1755658800,2025,8,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(46293,1,1755662400,2025,8,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(46294,1,1755666000,2025,8,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(46295,1,1755669600,2025,8,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(46296,1,1755673200,2025,8,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(46297,1,1755676800,2025,8,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(46298,1,1755680400,2025,8,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(46299,1,1755684000,2025,8,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(46300,1,1755687600,2025,8,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(46301,1,1755691200,2025,8,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(46302,1,1755694800,2025,8,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(46303,1,1755698400,2025,8,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(46304,1,1755702000,2025,8,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(46305,1,1755705600,2025,8,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(46306,1,1755709200,2025,8,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(46307,1,1755712800,2025,8,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(46308,1,1755716400,2025,8,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(46309,1,1755720000,2025,8,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(46310,1,1755723600,2025,8,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(46311,1,1755727200,2025,8,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(46312,1,1755730800,2025,8,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(46313,1,1755734400,2025,8,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(46314,1,1755738000,2025,8,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(46315,1,1755741600,2025,8,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(46316,1,1755745200,2025,8,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(46317,1,1755748800,2025,8,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(46318,1,1755752400,2025,8,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(46319,1,1755756000,2025,8,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(46320,1,1755759600,2025,8,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(46321,1,1755763200,2025,8,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(46322,1,1755766800,2025,8,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(46323,1,1755770400,2025,8,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(46324,1,1755774000,2025,8,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(46325,1,1755777600,2025,8,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(46326,1,1755781200,2025,8,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(46327,1,1755784800,2025,8,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(46328,1,1755788400,2025,8,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(46329,1,1755792000,2025,8,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(46330,1,1755795600,2025,8,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(46331,1,1755799200,2025,8,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(46332,1,1755802800,2025,8,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(46333,1,1755806400,2025,8,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(46334,1,1755810000,2025,8,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(46335,1,1755813600,2025,8,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(46336,1,1755817200,2025,8,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(46337,1,1755820800,2025,8,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(46338,1,1755824400,2025,8,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(46339,1,1755828000,2025,8,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(46340,1,1755831600,2025,8,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(46341,1,1755835200,2025,8,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(46342,1,1755838800,2025,8,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(46343,1,1755842400,2025,8,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(46344,1,1755846000,2025,8,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(46345,1,1755849600,2025,8,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(46346,1,1755853200,2025,8,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(46347,1,1755856800,2025,8,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(46348,1,1755860400,2025,8,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(46349,1,1755864000,2025,8,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(46350,1,1755867600,2025,8,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(46351,1,1755871200,2025,8,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(46352,1,1755874800,2025,8,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(46353,1,1755878400,2025,8,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(46354,1,1755882000,2025,8,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(46355,1,1755885600,2025,8,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(46356,1,1755889200,2025,8,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(46357,1,1755892800,2025,8,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(46358,1,1755896400,2025,8,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(46359,1,1755900000,2025,8,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(46360,1,1755903600,2025,8,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(46361,1,1755907200,2025,8,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(46362,1,1755910800,2025,8,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(46363,1,1755914400,2025,8,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(46364,1,1755918000,2025,8,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(46365,1,1755921600,2025,8,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(46366,1,1755925200,2025,8,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(46367,1,1755928800,2025,8,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(46368,1,1755932400,2025,8,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(46369,1,1755936000,2025,8,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(46370,1,1755939600,2025,8,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(46371,1,1755943200,2025,8,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(46372,1,1755946800,2025,8,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(46373,1,1755950400,2025,8,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(46374,1,1755954000,2025,8,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(46375,1,1755957600,2025,8,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(46376,1,1755961200,2025,8,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(46377,1,1755964800,2025,8,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(46378,1,1755968400,2025,8,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(46379,1,1755972000,2025,8,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(46380,1,1755975600,2025,8,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(46381,1,1755979200,2025,8,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(46382,1,1755982800,2025,8,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(46383,1,1756072800,2025,8,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(46384,1,1756076400,2025,8,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(46385,1,1756080000,2025,8,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(46386,1,1756083600,2025,8,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(46387,1,1756087200,2025,8,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(46388,1,1756090800,2025,8,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(46389,1,1756094400,2025,8,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(46390,1,1756098000,2025,8,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(46391,1,1756101600,2025,8,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(46392,1,1756105200,2025,8,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(46393,1,1756108800,2025,8,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(46394,1,1756112400,2025,8,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(46395,1,1756116000,2025,8,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(46396,1,1756119600,2025,8,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(46397,1,1756123200,2025,8,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(46398,1,1756126800,2025,8,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(46399,1,1756130400,2025,8,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(46400,1,1756134000,2025,8,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(46401,1,1756137600,2025,8,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(46402,1,1756141200,2025,8,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(46403,1,1756144800,2025,8,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(46404,1,1756148400,2025,8,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(46405,1,1756152000,2025,8,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(46406,1,1756155600,2025,8,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(46407,1,1756159200,2025,8,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(46408,1,1756162800,2025,8,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(46409,1,1756166400,2025,8,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(46410,1,1756170000,2025,8,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(46411,1,1756173600,2025,8,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(46412,1,1756177200,2025,8,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(46413,1,1756180800,2025,8,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(46414,1,1756184400,2025,8,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(46415,1,1756188000,2025,8,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(46416,1,1756191600,2025,8,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(46417,1,1756195200,2025,8,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(46418,1,1756198800,2025,8,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(46419,1,1756202400,2025,8,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(46420,1,1756206000,2025,8,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(46421,1,1756209600,2025,8,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(46422,1,1756213200,2025,8,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(46423,1,1756216800,2025,8,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(46424,1,1756220400,2025,8,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(46425,1,1756224000,2025,8,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(46426,1,1756227600,2025,8,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(46427,1,1756231200,2025,8,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(46428,1,1756234800,2025,8,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(46429,1,1756238400,2025,8,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(46430,1,1756242000,2025,8,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(46431,1,1756245600,2025,8,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(46432,1,1756249200,2025,8,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(46433,1,1756252800,2025,8,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(46434,1,1756256400,2025,8,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(46435,1,1756260000,2025,8,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(46436,1,1756263600,2025,8,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(46437,1,1756267200,2025,8,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(46438,1,1756270800,2025,8,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(46439,1,1756274400,2025,8,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(46440,1,1756278000,2025,8,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(46441,1,1756281600,2025,8,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(46442,1,1756285200,2025,8,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(46443,1,1756288800,2025,8,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(46444,1,1756292400,2025,8,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(46445,1,1756296000,2025,8,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(46446,1,1756299600,2025,8,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(46447,1,1756303200,2025,8,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(46448,1,1756306800,2025,8,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(46449,1,1756310400,2025,8,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(46450,1,1756314000,2025,8,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(46451,1,1756317600,2025,8,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(46452,1,1756321200,2025,8,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(46453,1,1756324800,2025,8,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(46454,1,1756328400,2025,8,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(46455,1,1756332000,2025,8,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(46456,1,1756335600,2025,8,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(46457,1,1756339200,2025,8,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(46458,1,1756342800,2025,8,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(46459,1,1756346400,2025,8,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(46460,1,1756350000,2025,8,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(46461,1,1756353600,2025,8,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(46462,1,1756357200,2025,8,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(46463,1,1756360800,2025,8,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(46464,1,1756364400,2025,8,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(46465,1,1756368000,2025,8,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(46466,1,1756371600,2025,8,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(46467,1,1756375200,2025,8,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(46468,1,1756378800,2025,8,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(46469,1,1756382400,2025,8,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(46470,1,1756386000,2025,8,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(46471,1,1756389600,2025,8,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(46472,1,1756393200,2025,8,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(46473,1,1756396800,2025,8,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(46474,1,1756400400,2025,8,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(46475,1,1756404000,2025,8,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(46476,1,1756407600,2025,8,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(46477,1,1756411200,2025,8,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(46478,1,1756414800,2025,8,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(46479,1,1756418400,2025,8,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(46480,1,1756422000,2025,8,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(46481,1,1756425600,2025,8,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(46482,1,1756429200,2025,8,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(46483,1,1756432800,2025,8,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(46484,1,1756436400,2025,8,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(46485,1,1756440000,2025,8,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(46486,1,1756443600,2025,8,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(46487,1,1756447200,2025,8,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(46488,1,1756450800,2025,8,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(46489,1,1756454400,2025,8,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(46490,1,1756458000,2025,8,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(46491,1,1756461600,2025,8,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(46492,1,1756465200,2025,8,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(46493,1,1756468800,2025,8,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(46494,1,1756472400,2025,8,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(46495,1,1756476000,2025,8,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(46496,1,1756479600,2025,8,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(46497,1,1756483200,2025,8,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(46498,1,1756486800,2025,8,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(46499,1,1756490400,2025,8,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(46500,1,1756494000,2025,8,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(46501,1,1756497600,2025,8,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(46502,1,1756501200,2025,8,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(46503,1,1756504800,2025,8,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(46504,1,1756508400,2025,8,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(46505,1,1756512000,2025,8,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(46506,1,1756515600,2025,8,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(46507,1,1756519200,2025,8,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(46508,1,1756522800,2025,8,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(46509,1,1756526400,2025,8,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(46510,1,1756530000,2025,8,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(46511,1,1756533600,2025,8,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(46512,1,1756537200,2025,8,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(46513,1,1756540800,2025,8,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(46514,1,1756544400,2025,8,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(46515,1,1756548000,2025,8,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(46516,1,1756551600,2025,8,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(46517,1,1756555200,2025,8,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(46518,1,1756558800,2025,8,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(46519,1,1756562400,2025,8,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(46520,1,1756566000,2025,8,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(46521,1,1756569600,2025,8,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(46522,1,1756573200,2025,8,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(46523,1,1756576800,2025,8,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(46524,1,1756580400,2025,8,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(46525,1,1756584000,2025,8,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(46526,1,1756587600,2025,8,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(46527,1,1756677600,2025,9,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(46528,1,1756681200,2025,9,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(46529,1,1756684800,2025,9,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(46530,1,1756688400,2025,9,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(46531,1,1756692000,2025,9,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(46532,1,1756695600,2025,9,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(46533,1,1756699200,2025,9,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(46534,1,1756702800,2025,9,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(46535,1,1756706400,2025,9,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(46536,1,1756710000,2025,9,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(46537,1,1756713600,2025,9,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(46538,1,1756717200,2025,9,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(46539,1,1756720800,2025,9,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(46540,1,1756724400,2025,9,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(46541,1,1756728000,2025,9,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(46542,1,1756731600,2025,9,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(46543,1,1756735200,2025,9,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(46544,1,1756738800,2025,9,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(46545,1,1756742400,2025,9,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(46546,1,1756746000,2025,9,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(46547,1,1756749600,2025,9,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(46548,1,1756753200,2025,9,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(46549,1,1756756800,2025,9,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(46550,1,1756760400,2025,9,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(46551,1,1756764000,2025,9,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(46552,1,1756767600,2025,9,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(46553,1,1756771200,2025,9,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(46554,1,1756774800,2025,9,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(46555,1,1756778400,2025,9,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(46556,1,1756782000,2025,9,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(46557,1,1756785600,2025,9,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(46558,1,1756789200,2025,9,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(46559,1,1756792800,2025,9,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(46560,1,1756796400,2025,9,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(46561,1,1756800000,2025,9,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(46562,1,1756803600,2025,9,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(46563,1,1756807200,2025,9,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(46564,1,1756810800,2025,9,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(46565,1,1756814400,2025,9,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(46566,1,1756818000,2025,9,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(46567,1,1756821600,2025,9,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(46568,1,1756825200,2025,9,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(46569,1,1756828800,2025,9,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(46570,1,1756832400,2025,9,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(46571,1,1756836000,2025,9,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(46572,1,1756839600,2025,9,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(46573,1,1756843200,2025,9,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(46574,1,1756846800,2025,9,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(46575,1,1756850400,2025,9,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(46576,1,1756854000,2025,9,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(46577,1,1756857600,2025,9,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(46578,1,1756861200,2025,9,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(46579,1,1756864800,2025,9,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(46580,1,1756868400,2025,9,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(46581,1,1756872000,2025,9,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(46582,1,1756875600,2025,9,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(46583,1,1756879200,2025,9,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(46584,1,1756882800,2025,9,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(46585,1,1756886400,2025,9,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(46586,1,1756890000,2025,9,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(46587,1,1756893600,2025,9,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(46588,1,1756897200,2025,9,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(46589,1,1756900800,2025,9,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(46590,1,1756904400,2025,9,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(46591,1,1756908000,2025,9,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(46592,1,1756911600,2025,9,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(46593,1,1756915200,2025,9,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(46594,1,1756918800,2025,9,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(46595,1,1756922400,2025,9,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(46596,1,1756926000,2025,9,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(46597,1,1756929600,2025,9,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(46598,1,1756933200,2025,9,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(46599,1,1756936800,2025,9,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(46600,1,1756940400,2025,9,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(46601,1,1756944000,2025,9,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(46602,1,1756947600,2025,9,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(46603,1,1756951200,2025,9,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(46604,1,1756954800,2025,9,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(46605,1,1756958400,2025,9,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(46606,1,1756962000,2025,9,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(46607,1,1756965600,2025,9,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(46608,1,1756969200,2025,9,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(46609,1,1756972800,2025,9,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(46610,1,1756976400,2025,9,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(46611,1,1756980000,2025,9,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(46612,1,1756983600,2025,9,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(46613,1,1756987200,2025,9,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(46614,1,1756990800,2025,9,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(46615,1,1756994400,2025,9,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(46616,1,1756998000,2025,9,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(46617,1,1757001600,2025,9,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(46618,1,1757005200,2025,9,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(46619,1,1757008800,2025,9,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(46620,1,1757012400,2025,9,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(46621,1,1757016000,2025,9,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(46622,1,1757019600,2025,9,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(46623,1,1757023200,2025,9,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(46624,1,1757026800,2025,9,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(46625,1,1757030400,2025,9,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(46626,1,1757034000,2025,9,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(46627,1,1757037600,2025,9,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(46628,1,1757041200,2025,9,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(46629,1,1757044800,2025,9,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(46630,1,1757048400,2025,9,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(46631,1,1757052000,2025,9,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(46632,1,1757055600,2025,9,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(46633,1,1757059200,2025,9,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(46634,1,1757062800,2025,9,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(46635,1,1757066400,2025,9,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(46636,1,1757070000,2025,9,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(46637,1,1757073600,2025,9,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(46638,1,1757077200,2025,9,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(46639,1,1757080800,2025,9,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(46640,1,1757084400,2025,9,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(46641,1,1757088000,2025,9,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(46642,1,1757091600,2025,9,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(46643,1,1757095200,2025,9,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(46644,1,1757098800,2025,9,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(46645,1,1757102400,2025,9,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(46646,1,1757106000,2025,9,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(46647,1,1757109600,2025,9,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(46648,1,1757113200,2025,9,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(46649,1,1757116800,2025,9,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(46650,1,1757120400,2025,9,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(46651,1,1757124000,2025,9,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(46652,1,1757127600,2025,9,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(46653,1,1757131200,2025,9,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(46654,1,1757134800,2025,9,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(46655,1,1757138400,2025,9,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(46656,1,1757142000,2025,9,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(46657,1,1757145600,2025,9,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(46658,1,1757149200,2025,9,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(46659,1,1757152800,2025,9,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(46660,1,1757156400,2025,9,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(46661,1,1757160000,2025,9,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(46662,1,1757163600,2025,9,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(46663,1,1757167200,2025,9,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(46664,1,1757170800,2025,9,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(46665,1,1757174400,2025,9,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(46666,1,1757178000,2025,9,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(46667,1,1757181600,2025,9,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(46668,1,1757185200,2025,9,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(46669,1,1757188800,2025,9,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(46670,1,1757192400,2025,9,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(46671,1,1757282400,2025,9,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(46672,1,1757286000,2025,9,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(46673,1,1757289600,2025,9,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(46674,1,1757293200,2025,9,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(46675,1,1757296800,2025,9,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(46676,1,1757300400,2025,9,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(46677,1,1757304000,2025,9,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(46678,1,1757307600,2025,9,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(46679,1,1757311200,2025,9,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(46680,1,1757314800,2025,9,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(46681,1,1757318400,2025,9,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(46682,1,1757322000,2025,9,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(46683,1,1757325600,2025,9,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(46684,1,1757329200,2025,9,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(46685,1,1757332800,2025,9,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(46686,1,1757336400,2025,9,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(46687,1,1757340000,2025,9,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(46688,1,1757343600,2025,9,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(46689,1,1757347200,2025,9,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(46690,1,1757350800,2025,9,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(46691,1,1757354400,2025,9,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(46692,1,1757358000,2025,9,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(46693,1,1757361600,2025,9,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(46694,1,1757365200,2025,9,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(46695,1,1757368800,2025,9,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(46696,1,1757372400,2025,9,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(46697,1,1757376000,2025,9,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(46698,1,1757379600,2025,9,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(46699,1,1757383200,2025,9,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(46700,1,1757386800,2025,9,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(46701,1,1757390400,2025,9,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(46702,1,1757394000,2025,9,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(46703,1,1757397600,2025,9,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(46704,1,1757401200,2025,9,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(46705,1,1757404800,2025,9,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(46706,1,1757408400,2025,9,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(46707,1,1757412000,2025,9,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(46708,1,1757415600,2025,9,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(46709,1,1757419200,2025,9,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(46710,1,1757422800,2025,9,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(46711,1,1757426400,2025,9,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(46712,1,1757430000,2025,9,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(46713,1,1757433600,2025,9,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(46714,1,1757437200,2025,9,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(46715,1,1757440800,2025,9,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(46716,1,1757444400,2025,9,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(46717,1,1757448000,2025,9,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(46718,1,1757451600,2025,9,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(46719,1,1757455200,2025,9,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(46720,1,1757458800,2025,9,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(46721,1,1757462400,2025,9,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(46722,1,1757466000,2025,9,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(46723,1,1757469600,2025,9,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(46724,1,1757473200,2025,9,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(46725,1,1757476800,2025,9,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(46726,1,1757480400,2025,9,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(46727,1,1757484000,2025,9,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(46728,1,1757487600,2025,9,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(46729,1,1757491200,2025,9,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(46730,1,1757494800,2025,9,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(46731,1,1757498400,2025,9,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(46732,1,1757502000,2025,9,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(46733,1,1757505600,2025,9,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(46734,1,1757509200,2025,9,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(46735,1,1757512800,2025,9,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(46736,1,1757516400,2025,9,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(46737,1,1757520000,2025,9,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(46738,1,1757523600,2025,9,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(46739,1,1757527200,2025,9,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(46740,1,1757530800,2025,9,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(46741,1,1757534400,2025,9,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(46742,1,1757538000,2025,9,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(46743,1,1757541600,2025,9,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(46744,1,1757545200,2025,9,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(46745,1,1757548800,2025,9,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(46746,1,1757552400,2025,9,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(46747,1,1757556000,2025,9,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(46748,1,1757559600,2025,9,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(46749,1,1757563200,2025,9,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(46750,1,1757566800,2025,9,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(46751,1,1757570400,2025,9,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(46752,1,1757574000,2025,9,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(46753,1,1757577600,2025,9,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(46754,1,1757581200,2025,9,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(46755,1,1757584800,2025,9,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(46756,1,1757588400,2025,9,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(46757,1,1757592000,2025,9,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(46758,1,1757595600,2025,9,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(46759,1,1757599200,2025,9,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(46760,1,1757602800,2025,9,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(46761,1,1757606400,2025,9,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(46762,1,1757610000,2025,9,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(46763,1,1757613600,2025,9,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(46764,1,1757617200,2025,9,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(46765,1,1757620800,2025,9,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(46766,1,1757624400,2025,9,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(46767,1,1757628000,2025,9,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(46768,1,1757631600,2025,9,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(46769,1,1757635200,2025,9,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(46770,1,1757638800,2025,9,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(46771,1,1757642400,2025,9,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(46772,1,1757646000,2025,9,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(46773,1,1757649600,2025,9,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(46774,1,1757653200,2025,9,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(46775,1,1757656800,2025,9,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(46776,1,1757660400,2025,9,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(46777,1,1757664000,2025,9,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(46778,1,1757667600,2025,9,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(46779,1,1757671200,2025,9,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(46780,1,1757674800,2025,9,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(46781,1,1757678400,2025,9,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(46782,1,1757682000,2025,9,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(46783,1,1757685600,2025,9,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(46784,1,1757689200,2025,9,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(46785,1,1757692800,2025,9,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(46786,1,1757696400,2025,9,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(46787,1,1757700000,2025,9,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(46788,1,1757703600,2025,9,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(46789,1,1757707200,2025,9,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(46790,1,1757710800,2025,9,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(46791,1,1757714400,2025,9,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(46792,1,1757718000,2025,9,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(46793,1,1757721600,2025,9,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(46794,1,1757725200,2025,9,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(46795,1,1757728800,2025,9,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(46796,1,1757732400,2025,9,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(46797,1,1757736000,2025,9,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(46798,1,1757739600,2025,9,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(46799,1,1757743200,2025,9,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(46800,1,1757746800,2025,9,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(46801,1,1757750400,2025,9,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(46802,1,1757754000,2025,9,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(46803,1,1757757600,2025,9,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(46804,1,1757761200,2025,9,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(46805,1,1757764800,2025,9,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(46806,1,1757768400,2025,9,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(46807,1,1757772000,2025,9,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(46808,1,1757775600,2025,9,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(46809,1,1757779200,2025,9,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(46810,1,1757782800,2025,9,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(46811,1,1757786400,2025,9,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(46812,1,1757790000,2025,9,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(46813,1,1757793600,2025,9,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(46814,1,1757797200,2025,9,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(46815,1,1757887200,2025,9,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(46816,1,1757890800,2025,9,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(46817,1,1757894400,2025,9,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(46818,1,1757898000,2025,9,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(46819,1,1757901600,2025,9,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(46820,1,1757905200,2025,9,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(46821,1,1757908800,2025,9,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(46822,1,1757912400,2025,9,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(46823,1,1757916000,2025,9,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(46824,1,1757919600,2025,9,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(46825,1,1757923200,2025,9,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(46826,1,1757926800,2025,9,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(46827,1,1757930400,2025,9,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(46828,1,1757934000,2025,9,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(46829,1,1757937600,2025,9,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(46830,1,1757941200,2025,9,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(46831,1,1757944800,2025,9,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(46832,1,1757948400,2025,9,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(46833,1,1757952000,2025,9,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(46834,1,1757955600,2025,9,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(46835,1,1757959200,2025,9,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(46836,1,1757962800,2025,9,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(46837,1,1757966400,2025,9,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(46838,1,1757970000,2025,9,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(46839,1,1757973600,2025,9,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(46840,1,1757977200,2025,9,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(46841,1,1757980800,2025,9,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(46842,1,1757984400,2025,9,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(46843,1,1757988000,2025,9,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(46844,1,1757991600,2025,9,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(46845,1,1757995200,2025,9,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(46846,1,1757998800,2025,9,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(46847,1,1758002400,2025,9,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(46848,1,1758006000,2025,9,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(46849,1,1758009600,2025,9,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(46850,1,1758013200,2025,9,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(46851,1,1758016800,2025,9,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(46852,1,1758020400,2025,9,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(46853,1,1758024000,2025,9,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(46854,1,1758027600,2025,9,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(46855,1,1758031200,2025,9,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(46856,1,1758034800,2025,9,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(46857,1,1758038400,2025,9,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(46858,1,1758042000,2025,9,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(46859,1,1758045600,2025,9,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(46860,1,1758049200,2025,9,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(46861,1,1758052800,2025,9,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(46862,1,1758056400,2025,9,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(46863,1,1758060000,2025,9,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(46864,1,1758063600,2025,9,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(46865,1,1758067200,2025,9,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(46866,1,1758070800,2025,9,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(46867,1,1758074400,2025,9,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(46868,1,1758078000,2025,9,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(46869,1,1758081600,2025,9,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(46870,1,1758085200,2025,9,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(46871,1,1758088800,2025,9,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(46872,1,1758092400,2025,9,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(46873,1,1758096000,2025,9,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(46874,1,1758099600,2025,9,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(46875,1,1758103200,2025,9,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(46876,1,1758106800,2025,9,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(46877,1,1758110400,2025,9,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(46878,1,1758114000,2025,9,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(46879,1,1758117600,2025,9,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(46880,1,1758121200,2025,9,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(46881,1,1758124800,2025,9,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(46882,1,1758128400,2025,9,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(46883,1,1758132000,2025,9,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(46884,1,1758135600,2025,9,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(46885,1,1758139200,2025,9,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(46886,1,1758142800,2025,9,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(46887,1,1758146400,2025,9,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(46888,1,1758150000,2025,9,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(46889,1,1758153600,2025,9,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(46890,1,1758157200,2025,9,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(46891,1,1758160800,2025,9,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(46892,1,1758164400,2025,9,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(46893,1,1758168000,2025,9,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(46894,1,1758171600,2025,9,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(46895,1,1758175200,2025,9,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(46896,1,1758178800,2025,9,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(46897,1,1758182400,2025,9,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(46898,1,1758186000,2025,9,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(46899,1,1758189600,2025,9,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(46900,1,1758193200,2025,9,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(46901,1,1758196800,2025,9,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(46902,1,1758200400,2025,9,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(46903,1,1758204000,2025,9,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(46904,1,1758207600,2025,9,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(46905,1,1758211200,2025,9,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(46906,1,1758214800,2025,9,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(46907,1,1758218400,2025,9,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(46908,1,1758222000,2025,9,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(46909,1,1758225600,2025,9,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(46910,1,1758229200,2025,9,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(46911,1,1758232800,2025,9,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(46912,1,1758236400,2025,9,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(46913,1,1758240000,2025,9,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(46914,1,1758243600,2025,9,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(46915,1,1758247200,2025,9,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(46916,1,1758250800,2025,9,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(46917,1,1758254400,2025,9,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(46918,1,1758258000,2025,9,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(46919,1,1758261600,2025,9,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(46920,1,1758265200,2025,9,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(46921,1,1758268800,2025,9,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(46922,1,1758272400,2025,9,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(46923,1,1758276000,2025,9,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(46924,1,1758279600,2025,9,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(46925,1,1758283200,2025,9,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(46926,1,1758286800,2025,9,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(46927,1,1758290400,2025,9,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(46928,1,1758294000,2025,9,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(46929,1,1758297600,2025,9,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(46930,1,1758301200,2025,9,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(46931,1,1758304800,2025,9,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(46932,1,1758308400,2025,9,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(46933,1,1758312000,2025,9,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(46934,1,1758315600,2025,9,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(46935,1,1758319200,2025,9,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(46936,1,1758322800,2025,9,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(46937,1,1758326400,2025,9,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(46938,1,1758330000,2025,9,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(46939,1,1758333600,2025,9,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(46940,1,1758337200,2025,9,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(46941,1,1758340800,2025,9,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(46942,1,1758344400,2025,9,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(46943,1,1758348000,2025,9,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(46944,1,1758351600,2025,9,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(46945,1,1758355200,2025,9,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(46946,1,1758358800,2025,9,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(46947,1,1758362400,2025,9,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(46948,1,1758366000,2025,9,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(46949,1,1758369600,2025,9,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(46950,1,1758373200,2025,9,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(46951,1,1758376800,2025,9,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(46952,1,1758380400,2025,9,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(46953,1,1758384000,2025,9,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(46954,1,1758387600,2025,9,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(46955,1,1758391200,2025,9,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(46956,1,1758394800,2025,9,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(46957,1,1758398400,2025,9,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(46958,1,1758402000,2025,9,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(46959,1,1758492000,2025,9,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(46960,1,1758495600,2025,9,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(46961,1,1758499200,2025,9,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(46962,1,1758502800,2025,9,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(46963,1,1758506400,2025,9,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(46964,1,1758510000,2025,9,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(46965,1,1758513600,2025,9,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(46966,1,1758517200,2025,9,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(46967,1,1758520800,2025,9,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(46968,1,1758524400,2025,9,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(46969,1,1758528000,2025,9,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(46970,1,1758531600,2025,9,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(46971,1,1758535200,2025,9,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(46972,1,1758538800,2025,9,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(46973,1,1758542400,2025,9,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(46974,1,1758546000,2025,9,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(46975,1,1758549600,2025,9,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(46976,1,1758553200,2025,9,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(46977,1,1758556800,2025,9,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(46978,1,1758560400,2025,9,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(46979,1,1758564000,2025,9,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(46980,1,1758567600,2025,9,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(46981,1,1758571200,2025,9,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(46982,1,1758574800,2025,9,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(46983,1,1758578400,2025,9,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(46984,1,1758582000,2025,9,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(46985,1,1758585600,2025,9,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(46986,1,1758589200,2025,9,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(46987,1,1758592800,2025,9,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(46988,1,1758596400,2025,9,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(46989,1,1758600000,2025,9,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(46990,1,1758603600,2025,9,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(46991,1,1758607200,2025,9,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(46992,1,1758610800,2025,9,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(46993,1,1758614400,2025,9,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(46994,1,1758618000,2025,9,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(46995,1,1758621600,2025,9,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(46996,1,1758625200,2025,9,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(46997,1,1758628800,2025,9,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(46998,1,1758632400,2025,9,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(46999,1,1758636000,2025,9,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(47000,1,1758639600,2025,9,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(47001,1,1758643200,2025,9,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(47002,1,1758646800,2025,9,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(47003,1,1758650400,2025,9,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(47004,1,1758654000,2025,9,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(47005,1,1758657600,2025,9,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(47006,1,1758661200,2025,9,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(47007,1,1758664800,2025,9,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(47008,1,1758668400,2025,9,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(47009,1,1758672000,2025,9,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(47010,1,1758675600,2025,9,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(47011,1,1758679200,2025,9,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(47012,1,1758682800,2025,9,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(47013,1,1758686400,2025,9,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(47014,1,1758690000,2025,9,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(47015,1,1758693600,2025,9,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(47016,1,1758697200,2025,9,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(47017,1,1758700800,2025,9,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(47018,1,1758704400,2025,9,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(47019,1,1758708000,2025,9,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(47020,1,1758711600,2025,9,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(47021,1,1758715200,2025,9,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(47022,1,1758718800,2025,9,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(47023,1,1758722400,2025,9,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(47024,1,1758726000,2025,9,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(47025,1,1758729600,2025,9,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(47026,1,1758733200,2025,9,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(47027,1,1758736800,2025,9,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(47028,1,1758740400,2025,9,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(47029,1,1758744000,2025,9,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(47030,1,1758747600,2025,9,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(47031,1,1758751200,2025,9,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(47032,1,1758754800,2025,9,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(47033,1,1758758400,2025,9,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(47034,1,1758762000,2025,9,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(47035,1,1758765600,2025,9,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(47036,1,1758769200,2025,9,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(47037,1,1758772800,2025,9,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(47038,1,1758776400,2025,9,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(47039,1,1758780000,2025,9,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(47040,1,1758783600,2025,9,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(47041,1,1758787200,2025,9,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(47042,1,1758790800,2025,9,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(47043,1,1758794400,2025,9,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(47044,1,1758798000,2025,9,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(47045,1,1758801600,2025,9,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(47046,1,1758805200,2025,9,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(47047,1,1758808800,2025,9,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(47048,1,1758812400,2025,9,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(47049,1,1758816000,2025,9,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(47050,1,1758819600,2025,9,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(47051,1,1758823200,2025,9,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(47052,1,1758826800,2025,9,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(47053,1,1758830400,2025,9,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(47054,1,1758834000,2025,9,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(47055,1,1758837600,2025,9,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(47056,1,1758841200,2025,9,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(47057,1,1758844800,2025,9,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(47058,1,1758848400,2025,9,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(47059,1,1758852000,2025,9,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(47060,1,1758855600,2025,9,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(47061,1,1758859200,2025,9,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(47062,1,1758862800,2025,9,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(47063,1,1758866400,2025,9,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(47064,1,1758870000,2025,9,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(47065,1,1758873600,2025,9,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(47066,1,1758877200,2025,9,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(47067,1,1758880800,2025,9,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(47068,1,1758884400,2025,9,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(47069,1,1758888000,2025,9,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(47070,1,1758891600,2025,9,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(47071,1,1758895200,2025,9,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(47072,1,1758898800,2025,9,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(47073,1,1758902400,2025,9,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(47074,1,1758906000,2025,9,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(47075,1,1758909600,2025,9,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(47076,1,1758913200,2025,9,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(47077,1,1758916800,2025,9,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(47078,1,1758920400,2025,9,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(47079,1,1758924000,2025,9,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(47080,1,1758927600,2025,9,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(47081,1,1758931200,2025,9,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(47082,1,1758934800,2025,9,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(47083,1,1758938400,2025,9,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(47084,1,1758942000,2025,9,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(47085,1,1758945600,2025,9,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(47086,1,1758949200,2025,9,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(47087,1,1758952800,2025,9,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(47088,1,1758956400,2025,9,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(47089,1,1758960000,2025,9,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(47090,1,1758963600,2025,9,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(47091,1,1758967200,2025,9,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(47092,1,1758970800,2025,9,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(47093,1,1758974400,2025,9,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(47094,1,1758978000,2025,9,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(47095,1,1758981600,2025,9,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(47096,1,1758985200,2025,9,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(47097,1,1758988800,2025,9,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(47098,1,1758992400,2025,9,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(47099,1,1758996000,2025,9,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(47100,1,1758999600,2025,9,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(47101,1,1759003200,2025,9,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(47102,1,1759006800,2025,9,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(47103,1,1759096800,2025,9,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(47104,1,1759100400,2025,9,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(47105,1,1759104000,2025,9,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(47106,1,1759107600,2025,9,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(47107,1,1759111200,2025,9,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(47108,1,1759114800,2025,9,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(47109,1,1759118400,2025,9,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(47110,1,1759122000,2025,9,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(47111,1,1759125600,2025,9,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(47112,1,1759129200,2025,9,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(47113,1,1759132800,2025,9,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(47114,1,1759136400,2025,9,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(47115,1,1759140000,2025,9,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(47116,1,1759143600,2025,9,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(47117,1,1759147200,2025,9,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(47118,1,1759150800,2025,9,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(47119,1,1759154400,2025,9,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(47120,1,1759158000,2025,9,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(47121,1,1759161600,2025,9,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(47122,1,1759165200,2025,9,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(47123,1,1759168800,2025,9,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(47124,1,1759172400,2025,9,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(47125,1,1759176000,2025,9,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(47126,1,1759179600,2025,9,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(47127,1,1759183200,2025,9,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(47128,1,1759186800,2025,9,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(47129,1,1759190400,2025,9,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(47130,1,1759194000,2025,9,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(47131,1,1759197600,2025,9,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(47132,1,1759201200,2025,9,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(47133,1,1759204800,2025,9,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(47134,1,1759208400,2025,9,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(47135,1,1759212000,2025,9,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(47136,1,1759215600,2025,9,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(47137,1,1759219200,2025,9,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(47138,1,1759222800,2025,9,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(47139,1,1759226400,2025,9,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(47140,1,1759230000,2025,9,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(47141,1,1759233600,2025,9,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(47142,1,1759237200,2025,9,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(47143,1,1759240800,2025,9,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(47144,1,1759244400,2025,9,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(47145,1,1759248000,2025,9,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(47146,1,1759251600,2025,9,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(47147,1,1759255200,2025,9,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(47148,1,1759258800,2025,9,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(47149,1,1759262400,2025,9,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(47150,1,1759266000,2025,9,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(47151,1,1759269600,2025,10,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(47152,1,1759273200,2025,10,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(47153,1,1759276800,2025,10,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(47154,1,1759280400,2025,10,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(47155,1,1759284000,2025,10,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(47156,1,1759287600,2025,10,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(47157,1,1759291200,2025,10,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(47158,1,1759294800,2025,10,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(47159,1,1759298400,2025,10,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(47160,1,1759302000,2025,10,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(47161,1,1759305600,2025,10,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(47162,1,1759309200,2025,10,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(47163,1,1759312800,2025,10,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(47164,1,1759316400,2025,10,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(47165,1,1759320000,2025,10,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(47166,1,1759323600,2025,10,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(47167,1,1759327200,2025,10,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(47168,1,1759330800,2025,10,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(47169,1,1759334400,2025,10,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(47170,1,1759338000,2025,10,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(47171,1,1759341600,2025,10,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(47172,1,1759345200,2025,10,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(47173,1,1759348800,2025,10,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(47174,1,1759352400,2025,10,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(47175,1,1759356000,2025,10,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(47176,1,1759359600,2025,10,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(47177,1,1759363200,2025,10,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(47178,1,1759366800,2025,10,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(47179,1,1759370400,2025,10,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(47180,1,1759374000,2025,10,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(47181,1,1759377600,2025,10,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(47182,1,1759381200,2025,10,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(47183,1,1759384800,2025,10,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(47184,1,1759388400,2025,10,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(47185,1,1759392000,2025,10,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(47186,1,1759395600,2025,10,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(47187,1,1759399200,2025,10,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(47188,1,1759402800,2025,10,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(47189,1,1759406400,2025,10,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(47190,1,1759410000,2025,10,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(47191,1,1759413600,2025,10,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(47192,1,1759417200,2025,10,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(47193,1,1759420800,2025,10,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(47194,1,1759424400,2025,10,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(47195,1,1759428000,2025,10,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(47196,1,1759431600,2025,10,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(47197,1,1759435200,2025,10,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(47198,1,1759438800,2025,10,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(47199,1,1759442400,2025,10,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(47200,1,1759446000,2025,10,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(47201,1,1759449600,2025,10,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(47202,1,1759453200,2025,10,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(47203,1,1759456800,2025,10,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(47204,1,1759460400,2025,10,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(47205,1,1759464000,2025,10,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(47206,1,1759467600,2025,10,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(47207,1,1759471200,2025,10,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(47208,1,1759474800,2025,10,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(47209,1,1759478400,2025,10,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(47210,1,1759482000,2025,10,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(47211,1,1759485600,2025,10,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(47212,1,1759489200,2025,10,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(47213,1,1759492800,2025,10,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(47214,1,1759496400,2025,10,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(47215,1,1759500000,2025,10,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(47216,1,1759503600,2025,10,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(47217,1,1759507200,2025,10,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(47218,1,1759510800,2025,10,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(47219,1,1759514400,2025,10,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(47220,1,1759518000,2025,10,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(47221,1,1759521600,2025,10,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(47222,1,1759525200,2025,10,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(47223,1,1759528800,2025,10,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(47224,1,1759532400,2025,10,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(47225,1,1759536000,2025,10,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(47226,1,1759539600,2025,10,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(47227,1,1759543200,2025,10,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(47228,1,1759546800,2025,10,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(47229,1,1759550400,2025,10,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(47230,1,1759554000,2025,10,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(47231,1,1759557600,2025,10,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(47232,1,1759561200,2025,10,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(47233,1,1759564800,2025,10,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(47234,1,1759568400,2025,10,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(47235,1,1759572000,2025,10,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(47236,1,1759575600,2025,10,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(47237,1,1759579200,2025,10,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(47238,1,1759582800,2025,10,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(47239,1,1759586400,2025,10,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(47240,1,1759590000,2025,10,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(47241,1,1759593600,2025,10,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(47242,1,1759597200,2025,10,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(47243,1,1759600800,2025,10,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(47244,1,1759604400,2025,10,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(47245,1,1759608000,2025,10,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(47246,1,1759611600,2025,10,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(47247,1,1759701600,2025,10,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(47248,1,1759705200,2025,10,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(47249,1,1759708800,2025,10,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(47250,1,1759712400,2025,10,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(47251,1,1759716000,2025,10,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(47252,1,1759719600,2025,10,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(47253,1,1759723200,2025,10,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(47254,1,1759726800,2025,10,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(47255,1,1759730400,2025,10,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(47256,1,1759734000,2025,10,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(47257,1,1759737600,2025,10,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(47258,1,1759741200,2025,10,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(47259,1,1759744800,2025,10,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(47260,1,1759748400,2025,10,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(47261,1,1759752000,2025,10,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(47262,1,1759755600,2025,10,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(47263,1,1759759200,2025,10,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(47264,1,1759762800,2025,10,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(47265,1,1759766400,2025,10,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(47266,1,1759770000,2025,10,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(47267,1,1759773600,2025,10,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(47268,1,1759777200,2025,10,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(47269,1,1759780800,2025,10,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(47270,1,1759784400,2025,10,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(47271,1,1759788000,2025,10,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(47272,1,1759791600,2025,10,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(47273,1,1759795200,2025,10,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(47274,1,1759798800,2025,10,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(47275,1,1759802400,2025,10,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(47276,1,1759806000,2025,10,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(47277,1,1759809600,2025,10,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(47278,1,1759813200,2025,10,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(47279,1,1759816800,2025,10,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(47280,1,1759820400,2025,10,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(47281,1,1759824000,2025,10,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(47282,1,1759827600,2025,10,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(47283,1,1759831200,2025,10,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(47284,1,1759834800,2025,10,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(47285,1,1759838400,2025,10,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(47286,1,1759842000,2025,10,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(47287,1,1759845600,2025,10,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(47288,1,1759849200,2025,10,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(47289,1,1759852800,2025,10,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(47290,1,1759856400,2025,10,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(47291,1,1759860000,2025,10,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(47292,1,1759863600,2025,10,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(47293,1,1759867200,2025,10,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(47294,1,1759870800,2025,10,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(47295,1,1759874400,2025,10,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(47296,1,1759878000,2025,10,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(47297,1,1759881600,2025,10,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(47298,1,1759885200,2025,10,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(47299,1,1759888800,2025,10,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(47300,1,1759892400,2025,10,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(47301,1,1759896000,2025,10,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(47302,1,1759899600,2025,10,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(47303,1,1759903200,2025,10,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(47304,1,1759906800,2025,10,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(47305,1,1759910400,2025,10,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(47306,1,1759914000,2025,10,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(47307,1,1759917600,2025,10,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(47308,1,1759921200,2025,10,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(47309,1,1759924800,2025,10,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(47310,1,1759928400,2025,10,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(47311,1,1759932000,2025,10,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(47312,1,1759935600,2025,10,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(47313,1,1759939200,2025,10,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(47314,1,1759942800,2025,10,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(47315,1,1759946400,2025,10,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(47316,1,1759950000,2025,10,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(47317,1,1759953600,2025,10,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(47318,1,1759957200,2025,10,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(47319,1,1759960800,2025,10,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(47320,1,1759964400,2025,10,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(47321,1,1759968000,2025,10,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(47322,1,1759971600,2025,10,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(47323,1,1759975200,2025,10,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(47324,1,1759978800,2025,10,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(47325,1,1759982400,2025,10,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(47326,1,1759986000,2025,10,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(47327,1,1759989600,2025,10,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(47328,1,1759993200,2025,10,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(47329,1,1759996800,2025,10,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(47330,1,1760000400,2025,10,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(47331,1,1760004000,2025,10,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(47332,1,1760007600,2025,10,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(47333,1,1760011200,2025,10,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(47334,1,1760014800,2025,10,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(47335,1,1760018400,2025,10,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(47336,1,1760022000,2025,10,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(47337,1,1760025600,2025,10,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(47338,1,1760029200,2025,10,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(47339,1,1760032800,2025,10,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(47340,1,1760036400,2025,10,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(47341,1,1760040000,2025,10,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(47342,1,1760043600,2025,10,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(47343,1,1760047200,2025,10,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(47344,1,1760050800,2025,10,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(47345,1,1760054400,2025,10,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(47346,1,1760058000,2025,10,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(47347,1,1760061600,2025,10,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(47348,1,1760065200,2025,10,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(47349,1,1760068800,2025,10,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(47350,1,1760072400,2025,10,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(47351,1,1760076000,2025,10,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(47352,1,1760079600,2025,10,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(47353,1,1760083200,2025,10,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(47354,1,1760086800,2025,10,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(47355,1,1760090400,2025,10,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(47356,1,1760094000,2025,10,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(47357,1,1760097600,2025,10,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(47358,1,1760101200,2025,10,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(47359,1,1760104800,2025,10,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(47360,1,1760108400,2025,10,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(47361,1,1760112000,2025,10,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(47362,1,1760115600,2025,10,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(47363,1,1760119200,2025,10,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(47364,1,1760122800,2025,10,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(47365,1,1760126400,2025,10,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(47366,1,1760130000,2025,10,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(47367,1,1760133600,2025,10,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(47368,1,1760137200,2025,10,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(47369,1,1760140800,2025,10,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(47370,1,1760144400,2025,10,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(47371,1,1760148000,2025,10,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(47372,1,1760151600,2025,10,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(47373,1,1760155200,2025,10,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(47374,1,1760158800,2025,10,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(47375,1,1760162400,2025,10,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(47376,1,1760166000,2025,10,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(47377,1,1760169600,2025,10,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(47378,1,1760173200,2025,10,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(47379,1,1760176800,2025,10,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(47380,1,1760180400,2025,10,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(47381,1,1760184000,2025,10,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(47382,1,1760187600,2025,10,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(47383,1,1760191200,2025,10,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(47384,1,1760194800,2025,10,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(47385,1,1760198400,2025,10,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(47386,1,1760202000,2025,10,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(47387,1,1760205600,2025,10,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(47388,1,1760209200,2025,10,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(47389,1,1760212800,2025,10,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(47390,1,1760216400,2025,10,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(47391,1,1760306400,2025,10,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(47392,1,1760310000,2025,10,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(47393,1,1760313600,2025,10,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(47394,1,1760317200,2025,10,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(47395,1,1760320800,2025,10,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(47396,1,1760324400,2025,10,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(47397,1,1760328000,2025,10,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(47398,1,1760331600,2025,10,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(47399,1,1760335200,2025,10,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(47400,1,1760338800,2025,10,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(47401,1,1760342400,2025,10,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(47402,1,1760346000,2025,10,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(47403,1,1760349600,2025,10,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(47404,1,1760353200,2025,10,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(47405,1,1760356800,2025,10,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(47406,1,1760360400,2025,10,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(47407,1,1760364000,2025,10,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(47408,1,1760367600,2025,10,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(47409,1,1760371200,2025,10,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(47410,1,1760374800,2025,10,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(47411,1,1760378400,2025,10,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(47412,1,1760382000,2025,10,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(47413,1,1760385600,2025,10,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(47414,1,1760389200,2025,10,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(47415,1,1760392800,2025,10,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(47416,1,1760396400,2025,10,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(47417,1,1760400000,2025,10,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(47418,1,1760403600,2025,10,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(47419,1,1760407200,2025,10,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(47420,1,1760410800,2025,10,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(47421,1,1760414400,2025,10,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(47422,1,1760418000,2025,10,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(47423,1,1760421600,2025,10,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(47424,1,1760425200,2025,10,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(47425,1,1760428800,2025,10,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(47426,1,1760432400,2025,10,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(47427,1,1760436000,2025,10,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(47428,1,1760439600,2025,10,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(47429,1,1760443200,2025,10,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(47430,1,1760446800,2025,10,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(47431,1,1760450400,2025,10,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(47432,1,1760454000,2025,10,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(47433,1,1760457600,2025,10,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(47434,1,1760461200,2025,10,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(47435,1,1760464800,2025,10,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(47436,1,1760468400,2025,10,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(47437,1,1760472000,2025,10,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(47438,1,1760475600,2025,10,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(47439,1,1760479200,2025,10,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(47440,1,1760482800,2025,10,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(47441,1,1760486400,2025,10,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(47442,1,1760490000,2025,10,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(47443,1,1760493600,2025,10,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(47444,1,1760497200,2025,10,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(47445,1,1760500800,2025,10,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(47446,1,1760504400,2025,10,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(47447,1,1760508000,2025,10,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(47448,1,1760511600,2025,10,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(47449,1,1760515200,2025,10,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(47450,1,1760518800,2025,10,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(47451,1,1760522400,2025,10,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(47452,1,1760526000,2025,10,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(47453,1,1760529600,2025,10,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(47454,1,1760533200,2025,10,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(47455,1,1760536800,2025,10,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(47456,1,1760540400,2025,10,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(47457,1,1760544000,2025,10,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(47458,1,1760547600,2025,10,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(47459,1,1760551200,2025,10,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(47460,1,1760554800,2025,10,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(47461,1,1760558400,2025,10,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(47462,1,1760562000,2025,10,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(47463,1,1760565600,2025,10,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(47464,1,1760569200,2025,10,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(47465,1,1760572800,2025,10,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(47466,1,1760576400,2025,10,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(47467,1,1760580000,2025,10,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(47468,1,1760583600,2025,10,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(47469,1,1760587200,2025,10,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(47470,1,1760590800,2025,10,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(47471,1,1760594400,2025,10,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(47472,1,1760598000,2025,10,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(47473,1,1760601600,2025,10,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(47474,1,1760605200,2025,10,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(47475,1,1760608800,2025,10,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(47476,1,1760612400,2025,10,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(47477,1,1760616000,2025,10,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(47478,1,1760619600,2025,10,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(47479,1,1760623200,2025,10,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063);
INSERT INTO `wpdl_booking_package_schedule` VALUES (47480,1,1760626800,2025,10,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(47481,1,1760630400,2025,10,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(47482,1,1760634000,2025,10,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(47483,1,1760637600,2025,10,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(47484,1,1760641200,2025,10,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(47485,1,1760644800,2025,10,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(47486,1,1760648400,2025,10,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(47487,1,1760652000,2025,10,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(47488,1,1760655600,2025,10,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(47489,1,1760659200,2025,10,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(47490,1,1760662800,2025,10,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(47491,1,1760666400,2025,10,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(47492,1,1760670000,2025,10,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(47493,1,1760673600,2025,10,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(47494,1,1760677200,2025,10,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(47495,1,1760680800,2025,10,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(47496,1,1760684400,2025,10,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(47497,1,1760688000,2025,10,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(47498,1,1760691600,2025,10,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(47499,1,1760695200,2025,10,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(47500,1,1760698800,2025,10,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(47501,1,1760702400,2025,10,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(47502,1,1760706000,2025,10,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(47503,1,1760709600,2025,10,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(47504,1,1760713200,2025,10,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(47505,1,1760716800,2025,10,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(47506,1,1760720400,2025,10,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(47507,1,1760724000,2025,10,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(47508,1,1760727600,2025,10,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(47509,1,1760731200,2025,10,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(47510,1,1760734800,2025,10,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(47511,1,1760738400,2025,10,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(47512,1,1760742000,2025,10,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(47513,1,1760745600,2025,10,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(47514,1,1760749200,2025,10,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(47515,1,1760752800,2025,10,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(47516,1,1760756400,2025,10,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(47517,1,1760760000,2025,10,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(47518,1,1760763600,2025,10,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(47519,1,1760767200,2025,10,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(47520,1,1760770800,2025,10,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(47521,1,1760774400,2025,10,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(47522,1,1760778000,2025,10,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(47523,1,1760781600,2025,10,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(47524,1,1760785200,2025,10,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(47525,1,1760788800,2025,10,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(47526,1,1760792400,2025,10,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(47527,1,1760796000,2025,10,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(47528,1,1760799600,2025,10,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(47529,1,1760803200,2025,10,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(47530,1,1760806800,2025,10,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(47531,1,1760810400,2025,10,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(47532,1,1760814000,2025,10,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(47533,1,1760817600,2025,10,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(47534,1,1760821200,2025,10,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(47535,1,1760911200,2025,10,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(47536,1,1760914800,2025,10,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(47537,1,1760918400,2025,10,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(47538,1,1760922000,2025,10,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(47539,1,1760925600,2025,10,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(47540,1,1760929200,2025,10,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(47541,1,1760932800,2025,10,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(47542,1,1760936400,2025,10,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(47543,1,1760940000,2025,10,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(47544,1,1760943600,2025,10,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(47545,1,1760947200,2025,10,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(47546,1,1760950800,2025,10,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(47547,1,1760954400,2025,10,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(47548,1,1760958000,2025,10,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(47549,1,1760961600,2025,10,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(47550,1,1760965200,2025,10,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(47551,1,1760968800,2025,10,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(47552,1,1760972400,2025,10,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(47553,1,1760976000,2025,10,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(47554,1,1760979600,2025,10,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(47555,1,1760983200,2025,10,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(47556,1,1760986800,2025,10,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(47557,1,1760990400,2025,10,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(47558,1,1760994000,2025,10,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(47559,1,1760997600,2025,10,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(47560,1,1761001200,2025,10,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(47561,1,1761004800,2025,10,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(47562,1,1761008400,2025,10,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(47563,1,1761012000,2025,10,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(47564,1,1761015600,2025,10,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(47565,1,1761019200,2025,10,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(47566,1,1761022800,2025,10,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(47567,1,1761026400,2025,10,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(47568,1,1761030000,2025,10,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(47569,1,1761033600,2025,10,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(47570,1,1761037200,2025,10,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(47571,1,1761040800,2025,10,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(47572,1,1761044400,2025,10,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(47573,1,1761048000,2025,10,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(47574,1,1761051600,2025,10,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(47575,1,1761055200,2025,10,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(47576,1,1761058800,2025,10,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(47577,1,1761062400,2025,10,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(47578,1,1761066000,2025,10,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(47579,1,1761069600,2025,10,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(47580,1,1761073200,2025,10,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(47581,1,1761076800,2025,10,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(47582,1,1761080400,2025,10,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(47583,1,1761084000,2025,10,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(47584,1,1761087600,2025,10,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(47585,1,1761091200,2025,10,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(47586,1,1761094800,2025,10,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(47587,1,1761098400,2025,10,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(47588,1,1761102000,2025,10,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(47589,1,1761105600,2025,10,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(47590,1,1761109200,2025,10,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(47591,1,1761112800,2025,10,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(47592,1,1761116400,2025,10,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(47593,1,1761120000,2025,10,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(47594,1,1761123600,2025,10,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(47595,1,1761127200,2025,10,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(47596,1,1761130800,2025,10,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(47597,1,1761134400,2025,10,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(47598,1,1761138000,2025,10,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(47599,1,1761141600,2025,10,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(47600,1,1761145200,2025,10,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(47601,1,1761148800,2025,10,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(47602,1,1761152400,2025,10,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(47603,1,1761156000,2025,10,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(47604,1,1761159600,2025,10,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(47605,1,1761163200,2025,10,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(47606,1,1761166800,2025,10,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(47607,1,1761170400,2025,10,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(47608,1,1761174000,2025,10,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(47609,1,1761177600,2025,10,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(47610,1,1761181200,2025,10,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(47611,1,1761184800,2025,10,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(47612,1,1761188400,2025,10,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(47613,1,1761192000,2025,10,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(47614,1,1761195600,2025,10,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(47615,1,1761199200,2025,10,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(47616,1,1761202800,2025,10,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(47617,1,1761206400,2025,10,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(47618,1,1761210000,2025,10,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(47619,1,1761213600,2025,10,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(47620,1,1761217200,2025,10,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(47621,1,1761220800,2025,10,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(47622,1,1761224400,2025,10,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(47623,1,1761228000,2025,10,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(47624,1,1761231600,2025,10,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(47625,1,1761235200,2025,10,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(47626,1,1761238800,2025,10,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(47627,1,1761242400,2025,10,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(47628,1,1761246000,2025,10,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(47629,1,1761249600,2025,10,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(47630,1,1761253200,2025,10,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(47631,1,1761256800,2025,10,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(47632,1,1761260400,2025,10,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(47633,1,1761264000,2025,10,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(47634,1,1761267600,2025,10,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(47635,1,1761271200,2025,10,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(47636,1,1761274800,2025,10,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(47637,1,1761278400,2025,10,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(47638,1,1761282000,2025,10,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(47639,1,1761285600,2025,10,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(47640,1,1761289200,2025,10,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(47641,1,1761292800,2025,10,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(47642,1,1761296400,2025,10,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(47643,1,1761300000,2025,10,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(47644,1,1761303600,2025,10,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(47645,1,1761307200,2025,10,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(47646,1,1761310800,2025,10,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(47647,1,1761314400,2025,10,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(47648,1,1761318000,2025,10,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(47649,1,1761321600,2025,10,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(47650,1,1761325200,2025,10,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(47651,1,1761328800,2025,10,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(47652,1,1761332400,2025,10,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(47653,1,1761336000,2025,10,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(47654,1,1761339600,2025,10,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(47655,1,1761343200,2025,10,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(47656,1,1761346800,2025,10,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(47657,1,1761350400,2025,10,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(47658,1,1761354000,2025,10,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(47659,1,1761357600,2025,10,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(47660,1,1761361200,2025,10,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(47661,1,1761364800,2025,10,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(47662,1,1761368400,2025,10,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(47663,1,1761372000,2025,10,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(47664,1,1761375600,2025,10,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(47665,1,1761379200,2025,10,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(47666,1,1761382800,2025,10,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(47667,1,1761386400,2025,10,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(47668,1,1761390000,2025,10,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(47669,1,1761393600,2025,10,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(47670,1,1761397200,2025,10,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(47671,1,1761400800,2025,10,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(47672,1,1761404400,2025,10,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(47673,1,1761408000,2025,10,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(47674,1,1761411600,2025,10,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(47675,1,1761415200,2025,10,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(47676,1,1761418800,2025,10,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(47677,1,1761422400,2025,10,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(47678,1,1761426000,2025,10,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(47679,1,1761519600,2025,10,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(47680,1,1761523200,2025,10,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(47681,1,1761526800,2025,10,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(47682,1,1761530400,2025,10,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(47683,1,1761534000,2025,10,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(47684,1,1761537600,2025,10,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(47685,1,1761541200,2025,10,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(47686,1,1761544800,2025,10,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(47687,1,1761548400,2025,10,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(47688,1,1761552000,2025,10,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(47689,1,1761555600,2025,10,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(47690,1,1761559200,2025,10,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(47691,1,1761562800,2025,10,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(47692,1,1761566400,2025,10,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(47693,1,1761570000,2025,10,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(47694,1,1761573600,2025,10,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(47695,1,1761577200,2025,10,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(47696,1,1761580800,2025,10,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(47697,1,1761584400,2025,10,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(47698,1,1761588000,2025,10,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(47699,1,1761591600,2025,10,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(47700,1,1761595200,2025,10,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(47701,1,1761598800,2025,10,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(47702,1,1761602400,2025,10,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(47703,1,1761606000,2025,10,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(47704,1,1761609600,2025,10,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(47705,1,1761613200,2025,10,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(47706,1,1761616800,2025,10,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(47707,1,1761620400,2025,10,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(47708,1,1761624000,2025,10,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(47709,1,1761627600,2025,10,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(47710,1,1761631200,2025,10,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(47711,1,1761634800,2025,10,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(47712,1,1761638400,2025,10,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(47713,1,1761642000,2025,10,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(47714,1,1761645600,2025,10,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(47715,1,1761649200,2025,10,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(47716,1,1761652800,2025,10,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(47717,1,1761656400,2025,10,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(47718,1,1761660000,2025,10,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(47719,1,1761663600,2025,10,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(47720,1,1761667200,2025,10,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(47721,1,1761670800,2025,10,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(47722,1,1761674400,2025,10,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(47723,1,1761678000,2025,10,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(47724,1,1761681600,2025,10,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(47725,1,1761685200,2025,10,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(47726,1,1761688800,2025,10,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(47727,1,1761692400,2025,10,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(47728,1,1761696000,2025,10,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(47729,1,1761699600,2025,10,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(47730,1,1761703200,2025,10,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(47731,1,1761706800,2025,10,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(47732,1,1761710400,2025,10,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(47733,1,1761714000,2025,10,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(47734,1,1761717600,2025,10,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(47735,1,1761721200,2025,10,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(47736,1,1761724800,2025,10,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(47737,1,1761728400,2025,10,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(47738,1,1761732000,2025,10,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(47739,1,1761735600,2025,10,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(47740,1,1761739200,2025,10,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(47741,1,1761742800,2025,10,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(47742,1,1761746400,2025,10,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(47743,1,1761750000,2025,10,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(47744,1,1761753600,2025,10,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(47745,1,1761757200,2025,10,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(47746,1,1761760800,2025,10,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(47747,1,1761764400,2025,10,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(47748,1,1761768000,2025,10,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(47749,1,1761771600,2025,10,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(47750,1,1761775200,2025,10,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(47751,1,1761778800,2025,10,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(47752,1,1761782400,2025,10,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(47753,1,1761786000,2025,10,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(47754,1,1761789600,2025,10,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(47755,1,1761793200,2025,10,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(47756,1,1761796800,2025,10,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(47757,1,1761800400,2025,10,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(47758,1,1761804000,2025,10,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(47759,1,1761807600,2025,10,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(47760,1,1761811200,2025,10,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(47761,1,1761814800,2025,10,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(47762,1,1761818400,2025,10,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(47763,1,1761822000,2025,10,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(47764,1,1761825600,2025,10,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(47765,1,1761829200,2025,10,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(47766,1,1761832800,2025,10,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(47767,1,1761836400,2025,10,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(47768,1,1761840000,2025,10,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(47769,1,1761843600,2025,10,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(47770,1,1761847200,2025,10,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(47771,1,1761850800,2025,10,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(47772,1,1761854400,2025,10,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(47773,1,1761858000,2025,10,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(47774,1,1761861600,2025,10,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(47775,1,1761865200,2025,10,31,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(47776,1,1761868800,2025,10,31,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(47777,1,1761872400,2025,10,31,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(47778,1,1761876000,2025,10,31,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(47779,1,1761879600,2025,10,31,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(47780,1,1761883200,2025,10,31,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(47781,1,1761886800,2025,10,31,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(47782,1,1761890400,2025,10,31,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(47783,1,1761894000,2025,10,31,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(47784,1,1761897600,2025,10,31,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(47785,1,1761901200,2025,10,31,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(47786,1,1761904800,2025,10,31,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(47787,1,1761908400,2025,10,31,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(47788,1,1761912000,2025,10,31,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(47789,1,1761915600,2025,10,31,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(47790,1,1761919200,2025,10,31,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(47791,1,1761922800,2025,10,31,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(47792,1,1761926400,2025,10,31,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(47793,1,1761930000,2025,10,31,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(47794,1,1761933600,2025,10,31,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(47795,1,1761937200,2025,10,31,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(47796,1,1761940800,2025,10,31,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(47797,1,1761944400,2025,10,31,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(47798,1,1761948000,2025,10,31,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(47799,1,1761951600,2025,11,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(47800,1,1761955200,2025,11,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(47801,1,1761958800,2025,11,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(47802,1,1761962400,2025,11,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(47803,1,1761966000,2025,11,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(47804,1,1761969600,2025,11,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(47805,1,1761973200,2025,11,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(47806,1,1761976800,2025,11,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(47807,1,1761980400,2025,11,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(47808,1,1761984000,2025,11,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(47809,1,1761987600,2025,11,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(47810,1,1761991200,2025,11,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(47811,1,1761994800,2025,11,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(47812,1,1761998400,2025,11,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(47813,1,1762002000,2025,11,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(47814,1,1762005600,2025,11,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(47815,1,1762009200,2025,11,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(47816,1,1762012800,2025,11,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(47817,1,1762016400,2025,11,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(47818,1,1762020000,2025,11,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(47819,1,1762023600,2025,11,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(47820,1,1762027200,2025,11,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(47821,1,1762030800,2025,11,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(47822,1,1762034400,2025,11,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(47823,1,1762124400,2025,11,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(47824,1,1762128000,2025,11,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(47825,1,1762131600,2025,11,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(47826,1,1762135200,2025,11,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(47827,1,1762138800,2025,11,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(47828,1,1762142400,2025,11,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(47829,1,1762146000,2025,11,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(47830,1,1762149600,2025,11,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(47831,1,1762153200,2025,11,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(47832,1,1762156800,2025,11,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(47833,1,1762160400,2025,11,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(47834,1,1762164000,2025,11,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(47835,1,1762167600,2025,11,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(47836,1,1762171200,2025,11,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(47837,1,1762174800,2025,11,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(47838,1,1762178400,2025,11,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(47839,1,1762182000,2025,11,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(47840,1,1762185600,2025,11,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(47841,1,1762189200,2025,11,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(47842,1,1762192800,2025,11,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(47843,1,1762196400,2025,11,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(47844,1,1762200000,2025,11,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(47845,1,1762203600,2025,11,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(47846,1,1762207200,2025,11,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(47847,1,1762210800,2025,11,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(47848,1,1762214400,2025,11,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(47849,1,1762218000,2025,11,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(47850,1,1762221600,2025,11,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(47851,1,1762225200,2025,11,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(47852,1,1762228800,2025,11,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(47853,1,1762232400,2025,11,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(47854,1,1762236000,2025,11,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(47855,1,1762239600,2025,11,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(47856,1,1762243200,2025,11,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(47857,1,1762246800,2025,11,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(47858,1,1762250400,2025,11,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(47859,1,1762254000,2025,11,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(47860,1,1762257600,2025,11,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(47861,1,1762261200,2025,11,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(47862,1,1762264800,2025,11,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(47863,1,1762268400,2025,11,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(47864,1,1762272000,2025,11,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(47865,1,1762275600,2025,11,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(47866,1,1762279200,2025,11,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(47867,1,1762282800,2025,11,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(47868,1,1762286400,2025,11,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(47869,1,1762290000,2025,11,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(47870,1,1762293600,2025,11,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(47871,1,1762297200,2025,11,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(47872,1,1762300800,2025,11,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(47873,1,1762304400,2025,11,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(47874,1,1762308000,2025,11,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(47875,1,1762311600,2025,11,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(47876,1,1762315200,2025,11,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(47877,1,1762318800,2025,11,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(47878,1,1762322400,2025,11,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(47879,1,1762326000,2025,11,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(47880,1,1762329600,2025,11,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(47881,1,1762333200,2025,11,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(47882,1,1762336800,2025,11,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(47883,1,1762340400,2025,11,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(47884,1,1762344000,2025,11,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(47885,1,1762347600,2025,11,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(47886,1,1762351200,2025,11,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(47887,1,1762354800,2025,11,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(47888,1,1762358400,2025,11,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(47889,1,1762362000,2025,11,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(47890,1,1762365600,2025,11,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(47891,1,1762369200,2025,11,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(47892,1,1762372800,2025,11,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(47893,1,1762376400,2025,11,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(47894,1,1762380000,2025,11,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(47895,1,1762383600,2025,11,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(47896,1,1762387200,2025,11,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(47897,1,1762390800,2025,11,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(47898,1,1762394400,2025,11,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(47899,1,1762398000,2025,11,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(47900,1,1762401600,2025,11,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(47901,1,1762405200,2025,11,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(47902,1,1762408800,2025,11,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(47903,1,1762412400,2025,11,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(47904,1,1762416000,2025,11,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(47905,1,1762419600,2025,11,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(47906,1,1762423200,2025,11,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(47907,1,1762426800,2025,11,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(47908,1,1762430400,2025,11,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(47909,1,1762434000,2025,11,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(47910,1,1762437600,2025,11,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(47911,1,1762441200,2025,11,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(47912,1,1762444800,2025,11,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(47913,1,1762448400,2025,11,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(47914,1,1762452000,2025,11,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(47915,1,1762455600,2025,11,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(47916,1,1762459200,2025,11,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(47917,1,1762462800,2025,11,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(47918,1,1762466400,2025,11,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(47919,1,1762470000,2025,11,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(47920,1,1762473600,2025,11,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(47921,1,1762477200,2025,11,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(47922,1,1762480800,2025,11,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(47923,1,1762484400,2025,11,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(47924,1,1762488000,2025,11,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(47925,1,1762491600,2025,11,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(47926,1,1762495200,2025,11,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(47927,1,1762498800,2025,11,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(47928,1,1762502400,2025,11,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(47929,1,1762506000,2025,11,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(47930,1,1762509600,2025,11,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(47931,1,1762513200,2025,11,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(47932,1,1762516800,2025,11,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(47933,1,1762520400,2025,11,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(47934,1,1762524000,2025,11,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(47935,1,1762527600,2025,11,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(47936,1,1762531200,2025,11,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(47937,1,1762534800,2025,11,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(47938,1,1762538400,2025,11,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(47939,1,1762542000,2025,11,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(47940,1,1762545600,2025,11,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(47941,1,1762549200,2025,11,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(47942,1,1762552800,2025,11,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(47943,1,1762556400,2025,11,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(47944,1,1762560000,2025,11,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(47945,1,1762563600,2025,11,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(47946,1,1762567200,2025,11,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(47947,1,1762570800,2025,11,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(47948,1,1762574400,2025,11,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(47949,1,1762578000,2025,11,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(47950,1,1762581600,2025,11,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(47951,1,1762585200,2025,11,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(47952,1,1762588800,2025,11,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(47953,1,1762592400,2025,11,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(47954,1,1762596000,2025,11,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(47955,1,1762599600,2025,11,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(47956,1,1762603200,2025,11,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(47957,1,1762606800,2025,11,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(47958,1,1762610400,2025,11,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(47959,1,1762614000,2025,11,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(47960,1,1762617600,2025,11,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(47961,1,1762621200,2025,11,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(47962,1,1762624800,2025,11,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(47963,1,1762628400,2025,11,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(47964,1,1762632000,2025,11,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(47965,1,1762635600,2025,11,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(47966,1,1762639200,2025,11,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(47967,1,1762729200,2025,11,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(47968,1,1762732800,2025,11,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(47969,1,1762736400,2025,11,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(47970,1,1762740000,2025,11,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(47971,1,1762743600,2025,11,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(47972,1,1762747200,2025,11,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(47973,1,1762750800,2025,11,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(47974,1,1762754400,2025,11,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(47975,1,1762758000,2025,11,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(47976,1,1762761600,2025,11,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(47977,1,1762765200,2025,11,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(47978,1,1762768800,2025,11,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(47979,1,1762772400,2025,11,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(47980,1,1762776000,2025,11,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(47981,1,1762779600,2025,11,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(47982,1,1762783200,2025,11,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(47983,1,1762786800,2025,11,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(47984,1,1762790400,2025,11,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(47985,1,1762794000,2025,11,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(47986,1,1762797600,2025,11,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(47987,1,1762801200,2025,11,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(47988,1,1762804800,2025,11,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(47989,1,1762808400,2025,11,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(47990,1,1762812000,2025,11,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(47991,1,1762815600,2025,11,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(47992,1,1762819200,2025,11,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(47993,1,1762822800,2025,11,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(47994,1,1762826400,2025,11,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(47995,1,1762830000,2025,11,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(47996,1,1762833600,2025,11,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(47997,1,1762837200,2025,11,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(47998,1,1762840800,2025,11,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(47999,1,1762844400,2025,11,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(48000,1,1762848000,2025,11,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(48001,1,1762851600,2025,11,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(48002,1,1762855200,2025,11,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(48003,1,1762858800,2025,11,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(48004,1,1762862400,2025,11,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(48005,1,1762866000,2025,11,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(48006,1,1762869600,2025,11,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(48007,1,1762873200,2025,11,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(48008,1,1762876800,2025,11,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(48009,1,1762880400,2025,11,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(48010,1,1762884000,2025,11,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(48011,1,1762887600,2025,11,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(48012,1,1762891200,2025,11,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(48013,1,1762894800,2025,11,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(48014,1,1762898400,2025,11,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(48015,1,1762902000,2025,11,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(48016,1,1762905600,2025,11,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(48017,1,1762909200,2025,11,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(48018,1,1762912800,2025,11,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(48019,1,1762916400,2025,11,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(48020,1,1762920000,2025,11,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(48021,1,1762923600,2025,11,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(48022,1,1762927200,2025,11,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(48023,1,1762930800,2025,11,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(48024,1,1762934400,2025,11,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(48025,1,1762938000,2025,11,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(48026,1,1762941600,2025,11,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(48027,1,1762945200,2025,11,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(48028,1,1762948800,2025,11,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(48029,1,1762952400,2025,11,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(48030,1,1762956000,2025,11,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(48031,1,1762959600,2025,11,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(48032,1,1762963200,2025,11,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(48033,1,1762966800,2025,11,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(48034,1,1762970400,2025,11,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(48035,1,1762974000,2025,11,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(48036,1,1762977600,2025,11,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(48037,1,1762981200,2025,11,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(48038,1,1762984800,2025,11,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(48039,1,1762988400,2025,11,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(48040,1,1762992000,2025,11,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(48041,1,1762995600,2025,11,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(48042,1,1762999200,2025,11,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(48043,1,1763002800,2025,11,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(48044,1,1763006400,2025,11,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(48045,1,1763010000,2025,11,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(48046,1,1763013600,2025,11,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(48047,1,1763017200,2025,11,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(48048,1,1763020800,2025,11,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(48049,1,1763024400,2025,11,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(48050,1,1763028000,2025,11,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(48051,1,1763031600,2025,11,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(48052,1,1763035200,2025,11,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(48053,1,1763038800,2025,11,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(48054,1,1763042400,2025,11,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(48055,1,1763046000,2025,11,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(48056,1,1763049600,2025,11,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(48057,1,1763053200,2025,11,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(48058,1,1763056800,2025,11,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(48059,1,1763060400,2025,11,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(48060,1,1763064000,2025,11,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(48061,1,1763067600,2025,11,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(48062,1,1763071200,2025,11,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(48063,1,1763074800,2025,11,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(48064,1,1763078400,2025,11,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(48065,1,1763082000,2025,11,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(48066,1,1763085600,2025,11,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(48067,1,1763089200,2025,11,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(48068,1,1763092800,2025,11,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(48069,1,1763096400,2025,11,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(48070,1,1763100000,2025,11,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(48071,1,1763103600,2025,11,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(48072,1,1763107200,2025,11,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(48073,1,1763110800,2025,11,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(48074,1,1763114400,2025,11,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(48075,1,1763118000,2025,11,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(48076,1,1763121600,2025,11,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(48077,1,1763125200,2025,11,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(48078,1,1763128800,2025,11,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(48079,1,1763132400,2025,11,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(48080,1,1763136000,2025,11,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(48081,1,1763139600,2025,11,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(48082,1,1763143200,2025,11,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(48083,1,1763146800,2025,11,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(48084,1,1763150400,2025,11,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(48085,1,1763154000,2025,11,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(48086,1,1763157600,2025,11,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(48087,1,1763161200,2025,11,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(48088,1,1763164800,2025,11,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(48089,1,1763168400,2025,11,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(48090,1,1763172000,2025,11,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(48091,1,1763175600,2025,11,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(48092,1,1763179200,2025,11,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(48093,1,1763182800,2025,11,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(48094,1,1763186400,2025,11,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(48095,1,1763190000,2025,11,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(48096,1,1763193600,2025,11,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(48097,1,1763197200,2025,11,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(48098,1,1763200800,2025,11,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(48099,1,1763204400,2025,11,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(48100,1,1763208000,2025,11,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(48101,1,1763211600,2025,11,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(48102,1,1763215200,2025,11,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(48103,1,1763218800,2025,11,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(48104,1,1763222400,2025,11,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(48105,1,1763226000,2025,11,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(48106,1,1763229600,2025,11,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(48107,1,1763233200,2025,11,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(48108,1,1763236800,2025,11,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(48109,1,1763240400,2025,11,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(48110,1,1763244000,2025,11,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(48111,1,1763334000,2025,11,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(48112,1,1763337600,2025,11,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(48113,1,1763341200,2025,11,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(48114,1,1763344800,2025,11,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(48115,1,1763348400,2025,11,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(48116,1,1763352000,2025,11,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(48117,1,1763355600,2025,11,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(48118,1,1763359200,2025,11,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(48119,1,1763362800,2025,11,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(48120,1,1763366400,2025,11,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(48121,1,1763370000,2025,11,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(48122,1,1763373600,2025,11,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(48123,1,1763377200,2025,11,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(48124,1,1763380800,2025,11,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(48125,1,1763384400,2025,11,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(48126,1,1763388000,2025,11,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(48127,1,1763391600,2025,11,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(48128,1,1763395200,2025,11,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(48129,1,1763398800,2025,11,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(48130,1,1763402400,2025,11,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(48131,1,1763406000,2025,11,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(48132,1,1763409600,2025,11,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(48133,1,1763413200,2025,11,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(48134,1,1763416800,2025,11,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(48135,1,1763420400,2025,11,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(48136,1,1763424000,2025,11,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(48137,1,1763427600,2025,11,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(48138,1,1763431200,2025,11,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(48139,1,1763434800,2025,11,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(48140,1,1763438400,2025,11,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(48141,1,1763442000,2025,11,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(48142,1,1763445600,2025,11,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(48143,1,1763449200,2025,11,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(48144,1,1763452800,2025,11,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(48145,1,1763456400,2025,11,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(48146,1,1763460000,2025,11,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(48147,1,1763463600,2025,11,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(48148,1,1763467200,2025,11,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(48149,1,1763470800,2025,11,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(48150,1,1763474400,2025,11,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(48151,1,1763478000,2025,11,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(48152,1,1763481600,2025,11,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(48153,1,1763485200,2025,11,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(48154,1,1763488800,2025,11,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(48155,1,1763492400,2025,11,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(48156,1,1763496000,2025,11,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(48157,1,1763499600,2025,11,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(48158,1,1763503200,2025,11,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(48159,1,1763506800,2025,11,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(48160,1,1763510400,2025,11,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(48161,1,1763514000,2025,11,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(48162,1,1763517600,2025,11,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(48163,1,1763521200,2025,11,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(48164,1,1763524800,2025,11,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(48165,1,1763528400,2025,11,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(48166,1,1763532000,2025,11,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(48167,1,1763535600,2025,11,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(48168,1,1763539200,2025,11,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(48169,1,1763542800,2025,11,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(48170,1,1763546400,2025,11,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(48171,1,1763550000,2025,11,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(48172,1,1763553600,2025,11,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(48173,1,1763557200,2025,11,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(48174,1,1763560800,2025,11,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(48175,1,1763564400,2025,11,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(48176,1,1763568000,2025,11,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(48177,1,1763571600,2025,11,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(48178,1,1763575200,2025,11,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(48179,1,1763578800,2025,11,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(48180,1,1763582400,2025,11,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(48181,1,1763586000,2025,11,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(48182,1,1763589600,2025,11,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(48183,1,1763593200,2025,11,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(48184,1,1763596800,2025,11,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(48185,1,1763600400,2025,11,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(48186,1,1763604000,2025,11,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(48187,1,1763607600,2025,11,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(48188,1,1763611200,2025,11,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(48189,1,1763614800,2025,11,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(48190,1,1763618400,2025,11,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(48191,1,1763622000,2025,11,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(48192,1,1763625600,2025,11,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(48193,1,1763629200,2025,11,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(48194,1,1763632800,2025,11,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(48195,1,1763636400,2025,11,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(48196,1,1763640000,2025,11,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(48197,1,1763643600,2025,11,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(48198,1,1763647200,2025,11,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(48199,1,1763650800,2025,11,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(48200,1,1763654400,2025,11,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(48201,1,1763658000,2025,11,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(48202,1,1763661600,2025,11,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(48203,1,1763665200,2025,11,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(48204,1,1763668800,2025,11,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(48205,1,1763672400,2025,11,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(48206,1,1763676000,2025,11,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(48207,1,1763679600,2025,11,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(48208,1,1763683200,2025,11,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(48209,1,1763686800,2025,11,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(48210,1,1763690400,2025,11,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(48211,1,1763694000,2025,11,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(48212,1,1763697600,2025,11,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(48213,1,1763701200,2025,11,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(48214,1,1763704800,2025,11,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(48215,1,1763708400,2025,11,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(48216,1,1763712000,2025,11,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(48217,1,1763715600,2025,11,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(48218,1,1763719200,2025,11,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(48219,1,1763722800,2025,11,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(48220,1,1763726400,2025,11,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(48221,1,1763730000,2025,11,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(48222,1,1763733600,2025,11,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(48223,1,1763737200,2025,11,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(48224,1,1763740800,2025,11,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(48225,1,1763744400,2025,11,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(48226,1,1763748000,2025,11,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(48227,1,1763751600,2025,11,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(48228,1,1763755200,2025,11,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(48229,1,1763758800,2025,11,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(48230,1,1763762400,2025,11,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(48231,1,1763766000,2025,11,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(48232,1,1763769600,2025,11,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(48233,1,1763773200,2025,11,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(48234,1,1763776800,2025,11,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(48235,1,1763780400,2025,11,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(48236,1,1763784000,2025,11,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(48237,1,1763787600,2025,11,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(48238,1,1763791200,2025,11,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(48239,1,1763794800,2025,11,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(48240,1,1763798400,2025,11,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(48241,1,1763802000,2025,11,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(48242,1,1763805600,2025,11,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(48243,1,1763809200,2025,11,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(48244,1,1763812800,2025,11,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(48245,1,1763816400,2025,11,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(48246,1,1763820000,2025,11,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(48247,1,1763823600,2025,11,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(48248,1,1763827200,2025,11,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(48249,1,1763830800,2025,11,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(48250,1,1763834400,2025,11,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(48251,1,1763838000,2025,11,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(48252,1,1763841600,2025,11,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(48253,1,1763845200,2025,11,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(48254,1,1763848800,2025,11,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(48255,1,1763938800,2025,11,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(48256,1,1763942400,2025,11,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(48257,1,1763946000,2025,11,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(48258,1,1763949600,2025,11,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(48259,1,1763953200,2025,11,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(48260,1,1763956800,2025,11,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(48261,1,1763960400,2025,11,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(48262,1,1763964000,2025,11,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(48263,1,1763967600,2025,11,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(48264,1,1763971200,2025,11,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(48265,1,1763974800,2025,11,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(48266,1,1763978400,2025,11,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(48267,1,1763982000,2025,11,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(48268,1,1763985600,2025,11,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(48269,1,1763989200,2025,11,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(48270,1,1763992800,2025,11,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(48271,1,1763996400,2025,11,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(48272,1,1764000000,2025,11,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(48273,1,1764003600,2025,11,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(48274,1,1764007200,2025,11,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(48275,1,1764010800,2025,11,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(48276,1,1764014400,2025,11,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(48277,1,1764018000,2025,11,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(48278,1,1764021600,2025,11,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(48279,1,1764025200,2025,11,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(48280,1,1764028800,2025,11,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(48281,1,1764032400,2025,11,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(48282,1,1764036000,2025,11,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(48283,1,1764039600,2025,11,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(48284,1,1764043200,2025,11,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(48285,1,1764046800,2025,11,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(48286,1,1764050400,2025,11,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(48287,1,1764054000,2025,11,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(48288,1,1764057600,2025,11,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(48289,1,1764061200,2025,11,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(48290,1,1764064800,2025,11,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(48291,1,1764068400,2025,11,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(48292,1,1764072000,2025,11,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(48293,1,1764075600,2025,11,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(48294,1,1764079200,2025,11,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(48295,1,1764082800,2025,11,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(48296,1,1764086400,2025,11,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(48297,1,1764090000,2025,11,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(48298,1,1764093600,2025,11,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(48299,1,1764097200,2025,11,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(48300,1,1764100800,2025,11,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(48301,1,1764104400,2025,11,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(48302,1,1764108000,2025,11,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(48303,1,1764111600,2025,11,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(48304,1,1764115200,2025,11,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(48305,1,1764118800,2025,11,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(48306,1,1764122400,2025,11,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(48307,1,1764126000,2025,11,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(48308,1,1764129600,2025,11,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(48309,1,1764133200,2025,11,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(48310,1,1764136800,2025,11,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(48311,1,1764140400,2025,11,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(48312,1,1764144000,2025,11,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(48313,1,1764147600,2025,11,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(48314,1,1764151200,2025,11,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(48315,1,1764154800,2025,11,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(48316,1,1764158400,2025,11,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(48317,1,1764162000,2025,11,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(48318,1,1764165600,2025,11,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(48319,1,1764169200,2025,11,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(48320,1,1764172800,2025,11,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(48321,1,1764176400,2025,11,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(48322,1,1764180000,2025,11,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(48323,1,1764183600,2025,11,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(48324,1,1764187200,2025,11,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(48325,1,1764190800,2025,11,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(48326,1,1764194400,2025,11,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(48327,1,1764198000,2025,11,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(48328,1,1764201600,2025,11,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(48329,1,1764205200,2025,11,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(48330,1,1764208800,2025,11,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(48331,1,1764212400,2025,11,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(48332,1,1764216000,2025,11,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(48333,1,1764219600,2025,11,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(48334,1,1764223200,2025,11,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(48335,1,1764226800,2025,11,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(48336,1,1764230400,2025,11,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(48337,1,1764234000,2025,11,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(48338,1,1764237600,2025,11,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(48339,1,1764241200,2025,11,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(48340,1,1764244800,2025,11,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(48341,1,1764248400,2025,11,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(48342,1,1764252000,2025,11,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(48343,1,1764255600,2025,11,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(48344,1,1764259200,2025,11,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(48345,1,1764262800,2025,11,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(48346,1,1764266400,2025,11,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(48347,1,1764270000,2025,11,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(48348,1,1764273600,2025,11,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(48349,1,1764277200,2025,11,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(48350,1,1764280800,2025,11,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(48351,1,1764284400,2025,11,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(48352,1,1764288000,2025,11,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(48353,1,1764291600,2025,11,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(48354,1,1764295200,2025,11,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(48355,1,1764298800,2025,11,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(48356,1,1764302400,2025,11,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(48357,1,1764306000,2025,11,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(48358,1,1764309600,2025,11,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(48359,1,1764313200,2025,11,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(48360,1,1764316800,2025,11,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(48361,1,1764320400,2025,11,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(48362,1,1764324000,2025,11,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(48363,1,1764327600,2025,11,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(48364,1,1764331200,2025,11,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(48365,1,1764334800,2025,11,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(48366,1,1764338400,2025,11,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(48367,1,1764342000,2025,11,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(48368,1,1764345600,2025,11,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(48369,1,1764349200,2025,11,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(48370,1,1764352800,2025,11,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(48371,1,1764356400,2025,11,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(48372,1,1764360000,2025,11,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(48373,1,1764363600,2025,11,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(48374,1,1764367200,2025,11,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(48375,1,1764370800,2025,11,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(48376,1,1764374400,2025,11,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(48377,1,1764378000,2025,11,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(48378,1,1764381600,2025,11,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(48379,1,1764385200,2025,11,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(48380,1,1764388800,2025,11,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(48381,1,1764392400,2025,11,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(48382,1,1764396000,2025,11,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(48383,1,1764399600,2025,11,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(48384,1,1764403200,2025,11,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(48385,1,1764406800,2025,11,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(48386,1,1764410400,2025,11,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(48387,1,1764414000,2025,11,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(48388,1,1764417600,2025,11,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(48389,1,1764421200,2025,11,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(48390,1,1764424800,2025,11,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(48391,1,1764428400,2025,11,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(48392,1,1764432000,2025,11,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(48393,1,1764435600,2025,11,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(48394,1,1764439200,2025,11,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(48395,1,1764442800,2025,11,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(48396,1,1764446400,2025,11,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(48397,1,1764450000,2025,11,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(48398,1,1764453600,2025,11,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(48399,1,1764543600,2025,12,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(48400,1,1764547200,2025,12,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(48401,1,1764550800,2025,12,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(48402,1,1764554400,2025,12,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(48403,1,1764558000,2025,12,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(48404,1,1764561600,2025,12,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(48405,1,1764565200,2025,12,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(48406,1,1764568800,2025,12,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(48407,1,1764572400,2025,12,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(48408,1,1764576000,2025,12,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(48409,1,1764579600,2025,12,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(48410,1,1764583200,2025,12,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(48411,1,1764586800,2025,12,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(48412,1,1764590400,2025,12,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(48413,1,1764594000,2025,12,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(48414,1,1764597600,2025,12,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(48415,1,1764601200,2025,12,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(48416,1,1764604800,2025,12,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(48417,1,1764608400,2025,12,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(48418,1,1764612000,2025,12,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(48419,1,1764615600,2025,12,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(48420,1,1764619200,2025,12,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(48421,1,1764622800,2025,12,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(48422,1,1764626400,2025,12,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(48423,1,1764630000,2025,12,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(48424,1,1764633600,2025,12,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(48425,1,1764637200,2025,12,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(48426,1,1764640800,2025,12,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(48427,1,1764644400,2025,12,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(48428,1,1764648000,2025,12,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(48429,1,1764651600,2025,12,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(48430,1,1764655200,2025,12,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(48431,1,1764658800,2025,12,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(48432,1,1764662400,2025,12,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(48433,1,1764666000,2025,12,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(48434,1,1764669600,2025,12,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(48435,1,1764673200,2025,12,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(48436,1,1764676800,2025,12,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(48437,1,1764680400,2025,12,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(48438,1,1764684000,2025,12,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(48439,1,1764687600,2025,12,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(48440,1,1764691200,2025,12,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(48441,1,1764694800,2025,12,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(48442,1,1764698400,2025,12,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(48443,1,1764702000,2025,12,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(48444,1,1764705600,2025,12,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(48445,1,1764709200,2025,12,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(48446,1,1764712800,2025,12,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(48447,1,1764716400,2025,12,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(48448,1,1764720000,2025,12,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(48449,1,1764723600,2025,12,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(48450,1,1764727200,2025,12,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(48451,1,1764730800,2025,12,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(48452,1,1764734400,2025,12,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(48453,1,1764738000,2025,12,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(48454,1,1764741600,2025,12,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(48455,1,1764745200,2025,12,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(48456,1,1764748800,2025,12,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(48457,1,1764752400,2025,12,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(48458,1,1764756000,2025,12,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(48459,1,1764759600,2025,12,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(48460,1,1764763200,2025,12,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(48461,1,1764766800,2025,12,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(48462,1,1764770400,2025,12,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(48463,1,1764774000,2025,12,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(48464,1,1764777600,2025,12,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(48465,1,1764781200,2025,12,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(48466,1,1764784800,2025,12,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(48467,1,1764788400,2025,12,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(48468,1,1764792000,2025,12,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(48469,1,1764795600,2025,12,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(48470,1,1764799200,2025,12,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(48471,1,1764802800,2025,12,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(48472,1,1764806400,2025,12,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(48473,1,1764810000,2025,12,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(48474,1,1764813600,2025,12,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(48475,1,1764817200,2025,12,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(48476,1,1764820800,2025,12,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(48477,1,1764824400,2025,12,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(48478,1,1764828000,2025,12,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(48479,1,1764831600,2025,12,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(48480,1,1764835200,2025,12,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(48481,1,1764838800,2025,12,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(48482,1,1764842400,2025,12,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(48483,1,1764846000,2025,12,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(48484,1,1764849600,2025,12,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(48485,1,1764853200,2025,12,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(48486,1,1764856800,2025,12,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(48487,1,1764860400,2025,12,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(48488,1,1764864000,2025,12,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(48489,1,1764867600,2025,12,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(48490,1,1764871200,2025,12,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(48491,1,1764874800,2025,12,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(48492,1,1764878400,2025,12,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(48493,1,1764882000,2025,12,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(48494,1,1764885600,2025,12,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(48495,1,1764889200,2025,12,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(48496,1,1764892800,2025,12,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(48497,1,1764896400,2025,12,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(48498,1,1764900000,2025,12,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(48499,1,1764903600,2025,12,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(48500,1,1764907200,2025,12,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(48501,1,1764910800,2025,12,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(48502,1,1764914400,2025,12,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(48503,1,1764918000,2025,12,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(48504,1,1764921600,2025,12,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(48505,1,1764925200,2025,12,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(48506,1,1764928800,2025,12,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(48507,1,1764932400,2025,12,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(48508,1,1764936000,2025,12,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(48509,1,1764939600,2025,12,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(48510,1,1764943200,2025,12,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(48511,1,1764946800,2025,12,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(48512,1,1764950400,2025,12,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(48513,1,1764954000,2025,12,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(48514,1,1764957600,2025,12,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(48515,1,1764961200,2025,12,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(48516,1,1764964800,2025,12,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(48517,1,1764968400,2025,12,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(48518,1,1764972000,2025,12,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(48519,1,1764975600,2025,12,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(48520,1,1764979200,2025,12,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(48521,1,1764982800,2025,12,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(48522,1,1764986400,2025,12,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(48523,1,1764990000,2025,12,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(48524,1,1764993600,2025,12,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(48525,1,1764997200,2025,12,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(48526,1,1765000800,2025,12,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(48527,1,1765004400,2025,12,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(48528,1,1765008000,2025,12,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(48529,1,1765011600,2025,12,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(48530,1,1765015200,2025,12,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(48531,1,1765018800,2025,12,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(48532,1,1765022400,2025,12,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(48533,1,1765026000,2025,12,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(48534,1,1765029600,2025,12,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(48535,1,1765033200,2025,12,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(48536,1,1765036800,2025,12,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(48537,1,1765040400,2025,12,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(48538,1,1765044000,2025,12,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(48539,1,1765047600,2025,12,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(48540,1,1765051200,2025,12,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(48541,1,1765054800,2025,12,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(48542,1,1765058400,2025,12,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(48543,1,1765148400,2025,12,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(48544,1,1765152000,2025,12,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(48545,1,1765155600,2025,12,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(48546,1,1765159200,2025,12,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(48547,1,1765162800,2025,12,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(48548,1,1765166400,2025,12,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(48549,1,1765170000,2025,12,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(48550,1,1765173600,2025,12,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(48551,1,1765177200,2025,12,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(48552,1,1765180800,2025,12,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(48553,1,1765184400,2025,12,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(48554,1,1765188000,2025,12,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(48555,1,1765191600,2025,12,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(48556,1,1765195200,2025,12,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(48557,1,1765198800,2025,12,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(48558,1,1765202400,2025,12,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(48559,1,1765206000,2025,12,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(48560,1,1765209600,2025,12,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(48561,1,1765213200,2025,12,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(48562,1,1765216800,2025,12,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(48563,1,1765220400,2025,12,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(48564,1,1765224000,2025,12,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(48565,1,1765227600,2025,12,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(48566,1,1765231200,2025,12,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(48567,1,1765234800,2025,12,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(48568,1,1765238400,2025,12,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(48569,1,1765242000,2025,12,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(48570,1,1765245600,2025,12,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(48571,1,1765249200,2025,12,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(48572,1,1765252800,2025,12,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(48573,1,1765256400,2025,12,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(48574,1,1765260000,2025,12,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(48575,1,1765263600,2025,12,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(48576,1,1765267200,2025,12,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(48577,1,1765270800,2025,12,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(48578,1,1765274400,2025,12,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(48579,1,1765278000,2025,12,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(48580,1,1765281600,2025,12,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(48581,1,1765285200,2025,12,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(48582,1,1765288800,2025,12,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(48583,1,1765292400,2025,12,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(48584,1,1765296000,2025,12,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(48585,1,1765299600,2025,12,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(48586,1,1765303200,2025,12,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(48587,1,1765306800,2025,12,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(48588,1,1765310400,2025,12,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(48589,1,1765314000,2025,12,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(48590,1,1765317600,2025,12,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(48591,1,1765321200,2025,12,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(48592,1,1765324800,2025,12,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(48593,1,1765328400,2025,12,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(48594,1,1765332000,2025,12,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(48595,1,1765335600,2025,12,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(48596,1,1765339200,2025,12,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(48597,1,1765342800,2025,12,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(48598,1,1765346400,2025,12,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(48599,1,1765350000,2025,12,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(48600,1,1765353600,2025,12,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(48601,1,1765357200,2025,12,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(48602,1,1765360800,2025,12,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(48603,1,1765364400,2025,12,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(48604,1,1765368000,2025,12,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(48605,1,1765371600,2025,12,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(48606,1,1765375200,2025,12,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(48607,1,1765378800,2025,12,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(48608,1,1765382400,2025,12,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(48609,1,1765386000,2025,12,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(48610,1,1765389600,2025,12,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(48611,1,1765393200,2025,12,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(48612,1,1765396800,2025,12,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(48613,1,1765400400,2025,12,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(48614,1,1765404000,2025,12,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(48615,1,1765407600,2025,12,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(48616,1,1765411200,2025,12,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(48617,1,1765414800,2025,12,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(48618,1,1765418400,2025,12,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(48619,1,1765422000,2025,12,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(48620,1,1765425600,2025,12,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(48621,1,1765429200,2025,12,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(48622,1,1765432800,2025,12,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(48623,1,1765436400,2025,12,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(48624,1,1765440000,2025,12,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(48625,1,1765443600,2025,12,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(48626,1,1765447200,2025,12,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(48627,1,1765450800,2025,12,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(48628,1,1765454400,2025,12,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(48629,1,1765458000,2025,12,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(48630,1,1765461600,2025,12,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(48631,1,1765465200,2025,12,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(48632,1,1765468800,2025,12,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(48633,1,1765472400,2025,12,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(48634,1,1765476000,2025,12,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(48635,1,1765479600,2025,12,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(48636,1,1765483200,2025,12,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(48637,1,1765486800,2025,12,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(48638,1,1765490400,2025,12,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(48639,1,1765494000,2025,12,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(48640,1,1765497600,2025,12,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(48641,1,1765501200,2025,12,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(48642,1,1765504800,2025,12,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(48643,1,1765508400,2025,12,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(48644,1,1765512000,2025,12,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(48645,1,1765515600,2025,12,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(48646,1,1765519200,2025,12,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(48647,1,1765522800,2025,12,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(48648,1,1765526400,2025,12,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(48649,1,1765530000,2025,12,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(48650,1,1765533600,2025,12,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(48651,1,1765537200,2025,12,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(48652,1,1765540800,2025,12,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(48653,1,1765544400,2025,12,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(48654,1,1765548000,2025,12,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(48655,1,1765551600,2025,12,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(48656,1,1765555200,2025,12,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(48657,1,1765558800,2025,12,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(48658,1,1765562400,2025,12,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(48659,1,1765566000,2025,12,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(48660,1,1765569600,2025,12,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(48661,1,1765573200,2025,12,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(48662,1,1765576800,2025,12,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(48663,1,1765580400,2025,12,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(48664,1,1765584000,2025,12,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(48665,1,1765587600,2025,12,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(48666,1,1765591200,2025,12,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(48667,1,1765594800,2025,12,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(48668,1,1765598400,2025,12,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(48669,1,1765602000,2025,12,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(48670,1,1765605600,2025,12,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(48671,1,1765609200,2025,12,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(48672,1,1765612800,2025,12,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(48673,1,1765616400,2025,12,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(48674,1,1765620000,2025,12,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(48675,1,1765623600,2025,12,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(48676,1,1765627200,2025,12,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(48677,1,1765630800,2025,12,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(48678,1,1765634400,2025,12,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(48679,1,1765638000,2025,12,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(48680,1,1765641600,2025,12,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(48681,1,1765645200,2025,12,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(48682,1,1765648800,2025,12,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(48683,1,1765652400,2025,12,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(48684,1,1765656000,2025,12,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(48685,1,1765659600,2025,12,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(48686,1,1765663200,2025,12,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(48687,1,1765753200,2025,12,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(48688,1,1765756800,2025,12,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(48689,1,1765760400,2025,12,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(48690,1,1765764000,2025,12,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(48691,1,1765767600,2025,12,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(48692,1,1765771200,2025,12,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(48693,1,1765774800,2025,12,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(48694,1,1765778400,2025,12,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(48695,1,1765782000,2025,12,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(48696,1,1765785600,2025,12,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(48697,1,1765789200,2025,12,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(48698,1,1765792800,2025,12,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(48699,1,1765796400,2025,12,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(48700,1,1765800000,2025,12,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(48701,1,1765803600,2025,12,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(48702,1,1765807200,2025,12,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(48703,1,1765810800,2025,12,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(48704,1,1765814400,2025,12,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(48705,1,1765818000,2025,12,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(48706,1,1765821600,2025,12,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(48707,1,1765825200,2025,12,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(48708,1,1765828800,2025,12,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(48709,1,1765832400,2025,12,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(48710,1,1765836000,2025,12,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(48711,1,1765839600,2025,12,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(48712,1,1765843200,2025,12,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(48713,1,1765846800,2025,12,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(48714,1,1765850400,2025,12,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(48715,1,1765854000,2025,12,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(48716,1,1765857600,2025,12,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(48717,1,1765861200,2025,12,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(48718,1,1765864800,2025,12,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(48719,1,1765868400,2025,12,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(48720,1,1765872000,2025,12,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(48721,1,1765875600,2025,12,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(48722,1,1765879200,2025,12,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(48723,1,1765882800,2025,12,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(48724,1,1765886400,2025,12,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(48725,1,1765890000,2025,12,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(48726,1,1765893600,2025,12,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(48727,1,1765897200,2025,12,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(48728,1,1765900800,2025,12,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(48729,1,1765904400,2025,12,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(48730,1,1765908000,2025,12,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(48731,1,1765911600,2025,12,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(48732,1,1765915200,2025,12,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(48733,1,1765918800,2025,12,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(48734,1,1765922400,2025,12,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(48735,1,1765926000,2025,12,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(48736,1,1765929600,2025,12,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(48737,1,1765933200,2025,12,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(48738,1,1765936800,2025,12,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(48739,1,1765940400,2025,12,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(48740,1,1765944000,2025,12,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(48741,1,1765947600,2025,12,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(48742,1,1765951200,2025,12,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(48743,1,1765954800,2025,12,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(48744,1,1765958400,2025,12,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(48745,1,1765962000,2025,12,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(48746,1,1765965600,2025,12,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(48747,1,1765969200,2025,12,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(48748,1,1765972800,2025,12,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(48749,1,1765976400,2025,12,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(48750,1,1765980000,2025,12,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(48751,1,1765983600,2025,12,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(48752,1,1765987200,2025,12,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(48753,1,1765990800,2025,12,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(48754,1,1765994400,2025,12,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(48755,1,1765998000,2025,12,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(48756,1,1766001600,2025,12,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(48757,1,1766005200,2025,12,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(48758,1,1766008800,2025,12,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(48759,1,1766012400,2025,12,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(48760,1,1766016000,2025,12,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(48761,1,1766019600,2025,12,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(48762,1,1766023200,2025,12,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(48763,1,1766026800,2025,12,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(48764,1,1766030400,2025,12,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(48765,1,1766034000,2025,12,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(48766,1,1766037600,2025,12,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(48767,1,1766041200,2025,12,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(48768,1,1766044800,2025,12,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(48769,1,1766048400,2025,12,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(48770,1,1766052000,2025,12,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(48771,1,1766055600,2025,12,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(48772,1,1766059200,2025,12,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(48773,1,1766062800,2025,12,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(48774,1,1766066400,2025,12,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(48775,1,1766070000,2025,12,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(48776,1,1766073600,2025,12,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(48777,1,1766077200,2025,12,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(48778,1,1766080800,2025,12,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(48779,1,1766084400,2025,12,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(48780,1,1766088000,2025,12,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(48781,1,1766091600,2025,12,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(48782,1,1766095200,2025,12,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(48783,1,1766098800,2025,12,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(48784,1,1766102400,2025,12,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(48785,1,1766106000,2025,12,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(48786,1,1766109600,2025,12,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(48787,1,1766113200,2025,12,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(48788,1,1766116800,2025,12,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(48789,1,1766120400,2025,12,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(48790,1,1766124000,2025,12,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(48791,1,1766127600,2025,12,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(48792,1,1766131200,2025,12,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(48793,1,1766134800,2025,12,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(48794,1,1766138400,2025,12,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(48795,1,1766142000,2025,12,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(48796,1,1766145600,2025,12,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(48797,1,1766149200,2025,12,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(48798,1,1766152800,2025,12,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(48799,1,1766156400,2025,12,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(48800,1,1766160000,2025,12,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(48801,1,1766163600,2025,12,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(48802,1,1766167200,2025,12,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(48803,1,1766170800,2025,12,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(48804,1,1766174400,2025,12,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(48805,1,1766178000,2025,12,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(48806,1,1766181600,2025,12,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(48807,1,1766185200,2025,12,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(48808,1,1766188800,2025,12,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(48809,1,1766192400,2025,12,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(48810,1,1766196000,2025,12,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(48811,1,1766199600,2025,12,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(48812,1,1766203200,2025,12,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(48813,1,1766206800,2025,12,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(48814,1,1766210400,2025,12,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(48815,1,1766214000,2025,12,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(48816,1,1766217600,2025,12,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(48817,1,1766221200,2025,12,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(48818,1,1766224800,2025,12,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(48819,1,1766228400,2025,12,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(48820,1,1766232000,2025,12,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(48821,1,1766235600,2025,12,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(48822,1,1766239200,2025,12,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(48823,1,1766242800,2025,12,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(48824,1,1766246400,2025,12,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(48825,1,1766250000,2025,12,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(48826,1,1766253600,2025,12,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(48827,1,1766257200,2025,12,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(48828,1,1766260800,2025,12,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(48829,1,1766264400,2025,12,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(48830,1,1766268000,2025,12,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(48831,1,1766358000,2025,12,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(48832,1,1766361600,2025,12,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(48833,1,1766365200,2025,12,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(48834,1,1766368800,2025,12,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(48835,1,1766372400,2025,12,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(48836,1,1766376000,2025,12,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(48837,1,1766379600,2025,12,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(48838,1,1766383200,2025,12,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(48839,1,1766386800,2025,12,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(48840,1,1766390400,2025,12,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(48841,1,1766394000,2025,12,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(48842,1,1766397600,2025,12,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(48843,1,1766401200,2025,12,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(48844,1,1766404800,2025,12,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(48845,1,1766408400,2025,12,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(48846,1,1766412000,2025,12,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(48847,1,1766415600,2025,12,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(48848,1,1766419200,2025,12,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(48849,1,1766422800,2025,12,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(48850,1,1766426400,2025,12,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(48851,1,1766430000,2025,12,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(48852,1,1766433600,2025,12,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(48853,1,1766437200,2025,12,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(48854,1,1766440800,2025,12,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(48855,1,1766444400,2025,12,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(48856,1,1766448000,2025,12,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(48857,1,1766451600,2025,12,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(48858,1,1766455200,2025,12,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(48859,1,1766458800,2025,12,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(48860,1,1766462400,2025,12,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(48861,1,1766466000,2025,12,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(48862,1,1766469600,2025,12,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(48863,1,1766473200,2025,12,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(48864,1,1766476800,2025,12,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(48865,1,1766480400,2025,12,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(48866,1,1766484000,2025,12,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(48867,1,1766487600,2025,12,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(48868,1,1766491200,2025,12,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(48869,1,1766494800,2025,12,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(48870,1,1766498400,2025,12,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(48871,1,1766502000,2025,12,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(48872,1,1766505600,2025,12,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(48873,1,1766509200,2025,12,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(48874,1,1766512800,2025,12,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(48875,1,1766516400,2025,12,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(48876,1,1766520000,2025,12,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(48877,1,1766523600,2025,12,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(48878,1,1766527200,2025,12,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(48879,1,1766530800,2025,12,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(48880,1,1766534400,2025,12,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(48881,1,1766538000,2025,12,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(48882,1,1766541600,2025,12,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(48883,1,1766545200,2025,12,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(48884,1,1766548800,2025,12,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(48885,1,1766552400,2025,12,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(48886,1,1766556000,2025,12,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(48887,1,1766559600,2025,12,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(48888,1,1766563200,2025,12,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(48889,1,1766566800,2025,12,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(48890,1,1766570400,2025,12,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(48891,1,1766574000,2025,12,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(48892,1,1766577600,2025,12,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(48893,1,1766581200,2025,12,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(48894,1,1766584800,2025,12,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(48895,1,1766588400,2025,12,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(48896,1,1766592000,2025,12,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(48897,1,1766595600,2025,12,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(48898,1,1766599200,2025,12,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(48899,1,1766602800,2025,12,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(48900,1,1766606400,2025,12,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(48901,1,1766610000,2025,12,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(48902,1,1766613600,2025,12,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(48903,1,1766617200,2025,12,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(48904,1,1766620800,2025,12,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(48905,1,1766624400,2025,12,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(48906,1,1766628000,2025,12,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(48907,1,1766631600,2025,12,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(48908,1,1766635200,2025,12,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(48909,1,1766638800,2025,12,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(48910,1,1766642400,2025,12,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(48911,1,1766646000,2025,12,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(48912,1,1766649600,2025,12,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(48913,1,1766653200,2025,12,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(48914,1,1766656800,2025,12,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(48915,1,1766660400,2025,12,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(48916,1,1766664000,2025,12,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(48917,1,1766667600,2025,12,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(48918,1,1766671200,2025,12,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(48919,1,1766674800,2025,12,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(48920,1,1766678400,2025,12,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(48921,1,1766682000,2025,12,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(48922,1,1766685600,2025,12,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(48923,1,1766689200,2025,12,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(48924,1,1766692800,2025,12,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(48925,1,1766696400,2025,12,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(48926,1,1766700000,2025,12,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(48927,1,1766703600,2025,12,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(48928,1,1766707200,2025,12,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(48929,1,1766710800,2025,12,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(48930,1,1766714400,2025,12,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(48931,1,1766718000,2025,12,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(48932,1,1766721600,2025,12,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(48933,1,1766725200,2025,12,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(48934,1,1766728800,2025,12,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(48935,1,1766732400,2025,12,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(48936,1,1766736000,2025,12,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(48937,1,1766739600,2025,12,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(48938,1,1766743200,2025,12,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(48939,1,1766746800,2025,12,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(48940,1,1766750400,2025,12,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(48941,1,1766754000,2025,12,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(48942,1,1766757600,2025,12,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(48943,1,1766761200,2025,12,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(48944,1,1766764800,2025,12,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(48945,1,1766768400,2025,12,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(48946,1,1766772000,2025,12,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(48947,1,1766775600,2025,12,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(48948,1,1766779200,2025,12,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(48949,1,1766782800,2025,12,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(48950,1,1766786400,2025,12,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(48951,1,1766790000,2025,12,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(48952,1,1766793600,2025,12,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(48953,1,1766797200,2025,12,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(48954,1,1766800800,2025,12,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(48955,1,1766804400,2025,12,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(48956,1,1766808000,2025,12,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(48957,1,1766811600,2025,12,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(48958,1,1766815200,2025,12,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(48959,1,1766818800,2025,12,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(48960,1,1766822400,2025,12,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(48961,1,1766826000,2025,12,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(48962,1,1766829600,2025,12,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(48963,1,1766833200,2025,12,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(48964,1,1766836800,2025,12,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(48965,1,1766840400,2025,12,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(48966,1,1766844000,2025,12,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(48967,1,1766847600,2025,12,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(48968,1,1766851200,2025,12,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(48969,1,1766854800,2025,12,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(48970,1,1766858400,2025,12,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(48971,1,1766862000,2025,12,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(48972,1,1766865600,2025,12,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(48973,1,1766869200,2025,12,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(48974,1,1766872800,2025,12,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(48975,1,1766962800,2025,12,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(48976,1,1766966400,2025,12,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(48977,1,1766970000,2025,12,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(48978,1,1766973600,2025,12,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(48979,1,1766977200,2025,12,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(48980,1,1766980800,2025,12,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(48981,1,1766984400,2025,12,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(48982,1,1766988000,2025,12,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(48983,1,1766991600,2025,12,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(48984,1,1766995200,2025,12,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(48985,1,1766998800,2025,12,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(48986,1,1767002400,2025,12,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(48987,1,1767006000,2025,12,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(48988,1,1767009600,2025,12,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(48989,1,1767013200,2025,12,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(48990,1,1767016800,2025,12,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(48991,1,1767020400,2025,12,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(48992,1,1767024000,2025,12,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(48993,1,1767027600,2025,12,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(48994,1,1767031200,2025,12,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(48995,1,1767034800,2025,12,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(48996,1,1767038400,2025,12,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(48997,1,1767042000,2025,12,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(48998,1,1767045600,2025,12,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(48999,1,1767049200,2025,12,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(49000,1,1767052800,2025,12,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(49001,1,1767056400,2025,12,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(49002,1,1767060000,2025,12,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(49003,1,1767063600,2025,12,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(49004,1,1767067200,2025,12,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(49005,1,1767070800,2025,12,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(49006,1,1767074400,2025,12,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(49007,1,1767078000,2025,12,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(49008,1,1767081600,2025,12,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(49009,1,1767085200,2025,12,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(49010,1,1767088800,2025,12,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(49011,1,1767092400,2025,12,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(49012,1,1767096000,2025,12,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(49013,1,1767099600,2025,12,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(49014,1,1767103200,2025,12,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(49015,1,1767106800,2025,12,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(49016,1,1767110400,2025,12,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(49017,1,1767114000,2025,12,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(49018,1,1767117600,2025,12,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(49019,1,1767121200,2025,12,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(49020,1,1767124800,2025,12,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(49021,1,1767128400,2025,12,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(49022,1,1767132000,2025,12,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(49023,1,1767135600,2025,12,31,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(49024,1,1767139200,2025,12,31,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(49025,1,1767142800,2025,12,31,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(49026,1,1767146400,2025,12,31,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(49027,1,1767150000,2025,12,31,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(49028,1,1767153600,2025,12,31,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(49029,1,1767157200,2025,12,31,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(49030,1,1767160800,2025,12,31,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(49031,1,1767164400,2025,12,31,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(49032,1,1767168000,2025,12,31,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(49033,1,1767171600,2025,12,31,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(49034,1,1767175200,2025,12,31,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(49035,1,1767178800,2025,12,31,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(49036,1,1767182400,2025,12,31,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(49037,1,1767186000,2025,12,31,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(49038,1,1767189600,2025,12,31,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(49039,1,1767193200,2025,12,31,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(49040,1,1767196800,2025,12,31,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(49041,1,1767200400,2025,12,31,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(49042,1,1767204000,2025,12,31,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(49043,1,1767207600,2025,12,31,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(49044,1,1767211200,2025,12,31,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(49045,1,1767214800,2025,12,31,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(49046,1,1767218400,2025,12,31,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(49047,1,1767222000,2026,1,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(49048,1,1767225600,2026,1,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(49049,1,1767229200,2026,1,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(49050,1,1767232800,2026,1,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(49051,1,1767236400,2026,1,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(49052,1,1767240000,2026,1,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(49053,1,1767243600,2026,1,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(49054,1,1767247200,2026,1,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(49055,1,1767250800,2026,1,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(49056,1,1767254400,2026,1,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(49057,1,1767258000,2026,1,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(49058,1,1767261600,2026,1,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(49059,1,1767265200,2026,1,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(49060,1,1767268800,2026,1,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(49061,1,1767272400,2026,1,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(49062,1,1767276000,2026,1,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(49063,1,1767279600,2026,1,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(49064,1,1767283200,2026,1,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(49065,1,1767286800,2026,1,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(49066,1,1767290400,2026,1,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(49067,1,1767294000,2026,1,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(49068,1,1767297600,2026,1,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(49069,1,1767301200,2026,1,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(49070,1,1767304800,2026,1,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(49071,1,1767308400,2026,1,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(49072,1,1767312000,2026,1,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(49073,1,1767315600,2026,1,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(49074,1,1767319200,2026,1,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(49075,1,1767322800,2026,1,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(49076,1,1767326400,2026,1,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(49077,1,1767330000,2026,1,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(49078,1,1767333600,2026,1,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(49079,1,1767337200,2026,1,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(49080,1,1767340800,2026,1,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(49081,1,1767344400,2026,1,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(49082,1,1767348000,2026,1,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(49083,1,1767351600,2026,1,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(49084,1,1767355200,2026,1,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(49085,1,1767358800,2026,1,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(49086,1,1767362400,2026,1,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(49087,1,1767366000,2026,1,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(49088,1,1767369600,2026,1,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(49089,1,1767373200,2026,1,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(49090,1,1767376800,2026,1,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(49091,1,1767380400,2026,1,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(49092,1,1767384000,2026,1,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(49093,1,1767387600,2026,1,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(49094,1,1767391200,2026,1,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(49095,1,1767394800,2026,1,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(49096,1,1767398400,2026,1,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(49097,1,1767402000,2026,1,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(49098,1,1767405600,2026,1,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(49099,1,1767409200,2026,1,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(49100,1,1767412800,2026,1,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(49101,1,1767416400,2026,1,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(49102,1,1767420000,2026,1,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(49103,1,1767423600,2026,1,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(49104,1,1767427200,2026,1,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(49105,1,1767430800,2026,1,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(49106,1,1767434400,2026,1,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(49107,1,1767438000,2026,1,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(49108,1,1767441600,2026,1,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(49109,1,1767445200,2026,1,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(49110,1,1767448800,2026,1,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(49111,1,1767452400,2026,1,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(49112,1,1767456000,2026,1,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(49113,1,1767459600,2026,1,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(49114,1,1767463200,2026,1,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(49115,1,1767466800,2026,1,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(49116,1,1767470400,2026,1,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(49117,1,1767474000,2026,1,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(49118,1,1767477600,2026,1,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(49119,1,1767567600,2026,1,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(49120,1,1767571200,2026,1,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(49121,1,1767574800,2026,1,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(49122,1,1767578400,2026,1,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(49123,1,1767582000,2026,1,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(49124,1,1767585600,2026,1,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(49125,1,1767589200,2026,1,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(49126,1,1767592800,2026,1,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(49127,1,1767596400,2026,1,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(49128,1,1767600000,2026,1,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(49129,1,1767603600,2026,1,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(49130,1,1767607200,2026,1,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(49131,1,1767610800,2026,1,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(49132,1,1767614400,2026,1,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(49133,1,1767618000,2026,1,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(49134,1,1767621600,2026,1,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(49135,1,1767625200,2026,1,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(49136,1,1767628800,2026,1,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(49137,1,1767632400,2026,1,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(49138,1,1767636000,2026,1,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(49139,1,1767639600,2026,1,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(49140,1,1767643200,2026,1,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(49141,1,1767646800,2026,1,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(49142,1,1767650400,2026,1,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(49143,1,1767654000,2026,1,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(49144,1,1767657600,2026,1,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(49145,1,1767661200,2026,1,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(49146,1,1767664800,2026,1,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(49147,1,1767668400,2026,1,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(49148,1,1767672000,2026,1,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(49149,1,1767675600,2026,1,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(49150,1,1767679200,2026,1,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(49151,1,1767682800,2026,1,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(49152,1,1767686400,2026,1,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(49153,1,1767690000,2026,1,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(49154,1,1767693600,2026,1,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(49155,1,1767697200,2026,1,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(49156,1,1767700800,2026,1,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(49157,1,1767704400,2026,1,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(49158,1,1767708000,2026,1,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(49159,1,1767711600,2026,1,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(49160,1,1767715200,2026,1,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(49161,1,1767718800,2026,1,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(49162,1,1767722400,2026,1,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(49163,1,1767726000,2026,1,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(49164,1,1767729600,2026,1,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(49165,1,1767733200,2026,1,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(49166,1,1767736800,2026,1,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(49167,1,1767740400,2026,1,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(49168,1,1767744000,2026,1,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(49169,1,1767747600,2026,1,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(49170,1,1767751200,2026,1,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(49171,1,1767754800,2026,1,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(49172,1,1767758400,2026,1,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(49173,1,1767762000,2026,1,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(49174,1,1767765600,2026,1,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(49175,1,1767769200,2026,1,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(49176,1,1767772800,2026,1,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(49177,1,1767776400,2026,1,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(49178,1,1767780000,2026,1,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(49179,1,1767783600,2026,1,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(49180,1,1767787200,2026,1,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(49181,1,1767790800,2026,1,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(49182,1,1767794400,2026,1,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(49183,1,1767798000,2026,1,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(49184,1,1767801600,2026,1,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(49185,1,1767805200,2026,1,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(49186,1,1767808800,2026,1,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(49187,1,1767812400,2026,1,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(49188,1,1767816000,2026,1,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(49189,1,1767819600,2026,1,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(49190,1,1767823200,2026,1,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(49191,1,1767826800,2026,1,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(49192,1,1767830400,2026,1,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(49193,1,1767834000,2026,1,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(49194,1,1767837600,2026,1,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(49195,1,1767841200,2026,1,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(49196,1,1767844800,2026,1,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(49197,1,1767848400,2026,1,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(49198,1,1767852000,2026,1,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(49199,1,1767855600,2026,1,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(49200,1,1767859200,2026,1,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(49201,1,1767862800,2026,1,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(49202,1,1767866400,2026,1,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(49203,1,1767870000,2026,1,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(49204,1,1767873600,2026,1,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(49205,1,1767877200,2026,1,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(49206,1,1767880800,2026,1,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(49207,1,1767884400,2026,1,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(49208,1,1767888000,2026,1,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(49209,1,1767891600,2026,1,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(49210,1,1767895200,2026,1,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(49211,1,1767898800,2026,1,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(49212,1,1767902400,2026,1,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(49213,1,1767906000,2026,1,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(49214,1,1767909600,2026,1,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(49215,1,1767913200,2026,1,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(49216,1,1767916800,2026,1,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(49217,1,1767920400,2026,1,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(49218,1,1767924000,2026,1,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(49219,1,1767927600,2026,1,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(49220,1,1767931200,2026,1,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(49221,1,1767934800,2026,1,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(49222,1,1767938400,2026,1,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(49223,1,1767942000,2026,1,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(49224,1,1767945600,2026,1,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(49225,1,1767949200,2026,1,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(49226,1,1767952800,2026,1,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(49227,1,1767956400,2026,1,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(49228,1,1767960000,2026,1,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(49229,1,1767963600,2026,1,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(49230,1,1767967200,2026,1,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(49231,1,1767970800,2026,1,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(49232,1,1767974400,2026,1,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(49233,1,1767978000,2026,1,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(49234,1,1767981600,2026,1,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(49235,1,1767985200,2026,1,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(49236,1,1767988800,2026,1,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(49237,1,1767992400,2026,1,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(49238,1,1767996000,2026,1,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(49239,1,1767999600,2026,1,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(49240,1,1768003200,2026,1,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(49241,1,1768006800,2026,1,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(49242,1,1768010400,2026,1,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(49243,1,1768014000,2026,1,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(49244,1,1768017600,2026,1,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(49245,1,1768021200,2026,1,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(49246,1,1768024800,2026,1,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(49247,1,1768028400,2026,1,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(49248,1,1768032000,2026,1,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(49249,1,1768035600,2026,1,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(49250,1,1768039200,2026,1,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(49251,1,1768042800,2026,1,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(49252,1,1768046400,2026,1,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(49253,1,1768050000,2026,1,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(49254,1,1768053600,2026,1,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(49255,1,1768057200,2026,1,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(49256,1,1768060800,2026,1,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(49257,1,1768064400,2026,1,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(49258,1,1768068000,2026,1,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(49259,1,1768071600,2026,1,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(49260,1,1768075200,2026,1,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(49261,1,1768078800,2026,1,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(49262,1,1768082400,2026,1,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(49263,1,1768172400,2026,1,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(49264,1,1768176000,2026,1,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(49265,1,1768179600,2026,1,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(49266,1,1768183200,2026,1,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(49267,1,1768186800,2026,1,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(49268,1,1768190400,2026,1,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(49269,1,1768194000,2026,1,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(49270,1,1768197600,2026,1,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(49271,1,1768201200,2026,1,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(49272,1,1768204800,2026,1,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(49273,1,1768208400,2026,1,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(49274,1,1768212000,2026,1,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(49275,1,1768215600,2026,1,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(49276,1,1768219200,2026,1,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(49277,1,1768222800,2026,1,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(49278,1,1768226400,2026,1,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(49279,1,1768230000,2026,1,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(49280,1,1768233600,2026,1,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(49281,1,1768237200,2026,1,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(49282,1,1768240800,2026,1,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(49283,1,1768244400,2026,1,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(49284,1,1768248000,2026,1,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(49285,1,1768251600,2026,1,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(49286,1,1768255200,2026,1,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(49287,1,1768258800,2026,1,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(49288,1,1768262400,2026,1,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(49289,1,1768266000,2026,1,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(49290,1,1768269600,2026,1,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(49291,1,1768273200,2026,1,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(49292,1,1768276800,2026,1,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(49293,1,1768280400,2026,1,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(49294,1,1768284000,2026,1,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(49295,1,1768287600,2026,1,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(49296,1,1768291200,2026,1,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(49297,1,1768294800,2026,1,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(49298,1,1768298400,2026,1,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(49299,1,1768302000,2026,1,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(49300,1,1768305600,2026,1,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(49301,1,1768309200,2026,1,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(49302,1,1768312800,2026,1,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(49303,1,1768316400,2026,1,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(49304,1,1768320000,2026,1,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(49305,1,1768323600,2026,1,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(49306,1,1768327200,2026,1,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(49307,1,1768330800,2026,1,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(49308,1,1768334400,2026,1,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(49309,1,1768338000,2026,1,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(49310,1,1768341600,2026,1,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(49311,1,1768345200,2026,1,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(49312,1,1768348800,2026,1,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(49313,1,1768352400,2026,1,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(49314,1,1768356000,2026,1,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(49315,1,1768359600,2026,1,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(49316,1,1768363200,2026,1,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(49317,1,1768366800,2026,1,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(49318,1,1768370400,2026,1,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(49319,1,1768374000,2026,1,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(49320,1,1768377600,2026,1,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(49321,1,1768381200,2026,1,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(49322,1,1768384800,2026,1,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(49323,1,1768388400,2026,1,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(49324,1,1768392000,2026,1,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(49325,1,1768395600,2026,1,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(49326,1,1768399200,2026,1,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(49327,1,1768402800,2026,1,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(49328,1,1768406400,2026,1,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(49329,1,1768410000,2026,1,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(49330,1,1768413600,2026,1,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(49331,1,1768417200,2026,1,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(49332,1,1768420800,2026,1,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(49333,1,1768424400,2026,1,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(49334,1,1768428000,2026,1,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(49335,1,1768431600,2026,1,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(49336,1,1768435200,2026,1,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(49337,1,1768438800,2026,1,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(49338,1,1768442400,2026,1,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(49339,1,1768446000,2026,1,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(49340,1,1768449600,2026,1,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(49341,1,1768453200,2026,1,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(49342,1,1768456800,2026,1,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(49343,1,1768460400,2026,1,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(49344,1,1768464000,2026,1,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(49345,1,1768467600,2026,1,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(49346,1,1768471200,2026,1,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(49347,1,1768474800,2026,1,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(49348,1,1768478400,2026,1,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(49349,1,1768482000,2026,1,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(49350,1,1768485600,2026,1,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(49351,1,1768489200,2026,1,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(49352,1,1768492800,2026,1,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(49353,1,1768496400,2026,1,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(49354,1,1768500000,2026,1,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(49355,1,1768503600,2026,1,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(49356,1,1768507200,2026,1,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(49357,1,1768510800,2026,1,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(49358,1,1768514400,2026,1,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(49359,1,1768518000,2026,1,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(49360,1,1768521600,2026,1,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(49361,1,1768525200,2026,1,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(49362,1,1768528800,2026,1,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(49363,1,1768532400,2026,1,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(49364,1,1768536000,2026,1,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(49365,1,1768539600,2026,1,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(49366,1,1768543200,2026,1,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(49367,1,1768546800,2026,1,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(49368,1,1768550400,2026,1,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(49369,1,1768554000,2026,1,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(49370,1,1768557600,2026,1,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(49371,1,1768561200,2026,1,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(49372,1,1768564800,2026,1,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(49373,1,1768568400,2026,1,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(49374,1,1768572000,2026,1,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(49375,1,1768575600,2026,1,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(49376,1,1768579200,2026,1,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(49377,1,1768582800,2026,1,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(49378,1,1768586400,2026,1,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(49379,1,1768590000,2026,1,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(49380,1,1768593600,2026,1,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(49381,1,1768597200,2026,1,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(49382,1,1768600800,2026,1,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(49383,1,1768604400,2026,1,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(49384,1,1768608000,2026,1,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(49385,1,1768611600,2026,1,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(49386,1,1768615200,2026,1,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(49387,1,1768618800,2026,1,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(49388,1,1768622400,2026,1,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(49389,1,1768626000,2026,1,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(49390,1,1768629600,2026,1,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(49391,1,1768633200,2026,1,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(49392,1,1768636800,2026,1,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(49393,1,1768640400,2026,1,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(49394,1,1768644000,2026,1,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(49395,1,1768647600,2026,1,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(49396,1,1768651200,2026,1,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(49397,1,1768654800,2026,1,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(49398,1,1768658400,2026,1,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(49399,1,1768662000,2026,1,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(49400,1,1768665600,2026,1,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(49401,1,1768669200,2026,1,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(49402,1,1768672800,2026,1,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(49403,1,1768676400,2026,1,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(49404,1,1768680000,2026,1,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(49405,1,1768683600,2026,1,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(49406,1,1768687200,2026,1,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(49407,1,1768777200,2026,1,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(49408,1,1768780800,2026,1,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(49409,1,1768784400,2026,1,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(49410,1,1768788000,2026,1,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(49411,1,1768791600,2026,1,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(49412,1,1768795200,2026,1,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(49413,1,1768798800,2026,1,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(49414,1,1768802400,2026,1,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(49415,1,1768806000,2026,1,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(49416,1,1768809600,2026,1,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(49417,1,1768813200,2026,1,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(49418,1,1768816800,2026,1,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(49419,1,1768820400,2026,1,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(49420,1,1768824000,2026,1,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(49421,1,1768827600,2026,1,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(49422,1,1768831200,2026,1,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(49423,1,1768834800,2026,1,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(49424,1,1768838400,2026,1,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(49425,1,1768842000,2026,1,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(49426,1,1768845600,2026,1,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(49427,1,1768849200,2026,1,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(49428,1,1768852800,2026,1,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(49429,1,1768856400,2026,1,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(49430,1,1768860000,2026,1,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(49431,1,1768863600,2026,1,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(49432,1,1768867200,2026,1,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(49433,1,1768870800,2026,1,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(49434,1,1768874400,2026,1,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(49435,1,1768878000,2026,1,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(49436,1,1768881600,2026,1,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(49437,1,1768885200,2026,1,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(49438,1,1768888800,2026,1,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(49439,1,1768892400,2026,1,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(49440,1,1768896000,2026,1,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(49441,1,1768899600,2026,1,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(49442,1,1768903200,2026,1,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(49443,1,1768906800,2026,1,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(49444,1,1768910400,2026,1,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(49445,1,1768914000,2026,1,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(49446,1,1768917600,2026,1,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(49447,1,1768921200,2026,1,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(49448,1,1768924800,2026,1,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(49449,1,1768928400,2026,1,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(49450,1,1768932000,2026,1,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(49451,1,1768935600,2026,1,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(49452,1,1768939200,2026,1,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(49453,1,1768942800,2026,1,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(49454,1,1768946400,2026,1,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(49455,1,1768950000,2026,1,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(49456,1,1768953600,2026,1,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(49457,1,1768957200,2026,1,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(49458,1,1768960800,2026,1,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(49459,1,1768964400,2026,1,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(49460,1,1768968000,2026,1,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(49461,1,1768971600,2026,1,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(49462,1,1768975200,2026,1,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(49463,1,1768978800,2026,1,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(49464,1,1768982400,2026,1,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(49465,1,1768986000,2026,1,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(49466,1,1768989600,2026,1,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(49467,1,1768993200,2026,1,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(49468,1,1768996800,2026,1,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(49469,1,1769000400,2026,1,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(49470,1,1769004000,2026,1,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(49471,1,1769007600,2026,1,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(49472,1,1769011200,2026,1,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(49473,1,1769014800,2026,1,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(49474,1,1769018400,2026,1,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(49475,1,1769022000,2026,1,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(49476,1,1769025600,2026,1,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(49477,1,1769029200,2026,1,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(49478,1,1769032800,2026,1,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(49479,1,1769036400,2026,1,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(49480,1,1769040000,2026,1,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(49481,1,1769043600,2026,1,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(49482,1,1769047200,2026,1,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(49483,1,1769050800,2026,1,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(49484,1,1769054400,2026,1,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(49485,1,1769058000,2026,1,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(49486,1,1769061600,2026,1,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(49487,1,1769065200,2026,1,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(49488,1,1769068800,2026,1,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(49489,1,1769072400,2026,1,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(49490,1,1769076000,2026,1,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(49491,1,1769079600,2026,1,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(49492,1,1769083200,2026,1,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(49493,1,1769086800,2026,1,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(49494,1,1769090400,2026,1,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(49495,1,1769094000,2026,1,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(49496,1,1769097600,2026,1,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(49497,1,1769101200,2026,1,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(49498,1,1769104800,2026,1,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(49499,1,1769108400,2026,1,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(49500,1,1769112000,2026,1,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(49501,1,1769115600,2026,1,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(49502,1,1769119200,2026,1,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(49503,1,1769122800,2026,1,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(49504,1,1769126400,2026,1,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(49505,1,1769130000,2026,1,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(49506,1,1769133600,2026,1,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(49507,1,1769137200,2026,1,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(49508,1,1769140800,2026,1,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(49509,1,1769144400,2026,1,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(49510,1,1769148000,2026,1,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(49511,1,1769151600,2026,1,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(49512,1,1769155200,2026,1,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(49513,1,1769158800,2026,1,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(49514,1,1769162400,2026,1,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(49515,1,1769166000,2026,1,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(49516,1,1769169600,2026,1,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(49517,1,1769173200,2026,1,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(49518,1,1769176800,2026,1,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(49519,1,1769180400,2026,1,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(49520,1,1769184000,2026,1,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(49521,1,1769187600,2026,1,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(49522,1,1769191200,2026,1,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(49523,1,1769194800,2026,1,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(49524,1,1769198400,2026,1,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(49525,1,1769202000,2026,1,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(49526,1,1769205600,2026,1,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(49527,1,1769209200,2026,1,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(49528,1,1769212800,2026,1,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(49529,1,1769216400,2026,1,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(49530,1,1769220000,2026,1,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(49531,1,1769223600,2026,1,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(49532,1,1769227200,2026,1,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(49533,1,1769230800,2026,1,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(49534,1,1769234400,2026,1,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(49535,1,1769238000,2026,1,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(49536,1,1769241600,2026,1,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(49537,1,1769245200,2026,1,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(49538,1,1769248800,2026,1,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(49539,1,1769252400,2026,1,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(49540,1,1769256000,2026,1,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(49541,1,1769259600,2026,1,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(49542,1,1769263200,2026,1,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(49543,1,1769266800,2026,1,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(49544,1,1769270400,2026,1,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(49545,1,1769274000,2026,1,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(49546,1,1769277600,2026,1,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(49547,1,1769281200,2026,1,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(49548,1,1769284800,2026,1,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(49549,1,1769288400,2026,1,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(49550,1,1769292000,2026,1,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(49551,1,1769382000,2026,1,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(49552,1,1769385600,2026,1,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(49553,1,1769389200,2026,1,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(49554,1,1769392800,2026,1,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(49555,1,1769396400,2026,1,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(49556,1,1769400000,2026,1,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(49557,1,1769403600,2026,1,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(49558,1,1769407200,2026,1,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(49559,1,1769410800,2026,1,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(49560,1,1769414400,2026,1,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(49561,1,1769418000,2026,1,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(49562,1,1769421600,2026,1,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(49563,1,1769425200,2026,1,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(49564,1,1769428800,2026,1,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(49565,1,1769432400,2026,1,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(49566,1,1769436000,2026,1,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(49567,1,1769439600,2026,1,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(49568,1,1769443200,2026,1,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(49569,1,1769446800,2026,1,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(49570,1,1769450400,2026,1,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(49571,1,1769454000,2026,1,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(49572,1,1769457600,2026,1,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(49573,1,1769461200,2026,1,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(49574,1,1769464800,2026,1,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(49575,1,1769468400,2026,1,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(49576,1,1769472000,2026,1,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(49577,1,1769475600,2026,1,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(49578,1,1769479200,2026,1,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(49579,1,1769482800,2026,1,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(49580,1,1769486400,2026,1,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(49581,1,1769490000,2026,1,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(49582,1,1769493600,2026,1,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(49583,1,1769497200,2026,1,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(49584,1,1769500800,2026,1,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(49585,1,1769504400,2026,1,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(49586,1,1769508000,2026,1,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(49587,1,1769511600,2026,1,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(49588,1,1769515200,2026,1,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(49589,1,1769518800,2026,1,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(49590,1,1769522400,2026,1,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(49591,1,1769526000,2026,1,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(49592,1,1769529600,2026,1,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(49593,1,1769533200,2026,1,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(49594,1,1769536800,2026,1,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(49595,1,1769540400,2026,1,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(49596,1,1769544000,2026,1,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(49597,1,1769547600,2026,1,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(49598,1,1769551200,2026,1,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(49599,1,1769554800,2026,1,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(49600,1,1769558400,2026,1,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(49601,1,1769562000,2026,1,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(49602,1,1769565600,2026,1,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(49603,1,1769569200,2026,1,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(49604,1,1769572800,2026,1,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(49605,1,1769576400,2026,1,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(49606,1,1769580000,2026,1,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(49607,1,1769583600,2026,1,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(49608,1,1769587200,2026,1,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(49609,1,1769590800,2026,1,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(49610,1,1769594400,2026,1,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(49611,1,1769598000,2026,1,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(49612,1,1769601600,2026,1,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(49613,1,1769605200,2026,1,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(49614,1,1769608800,2026,1,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(49615,1,1769612400,2026,1,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(49616,1,1769616000,2026,1,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(49617,1,1769619600,2026,1,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(49618,1,1769623200,2026,1,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(49619,1,1769626800,2026,1,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(49620,1,1769630400,2026,1,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(49621,1,1769634000,2026,1,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(49622,1,1769637600,2026,1,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(49623,1,1769641200,2026,1,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(49624,1,1769644800,2026,1,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(49625,1,1769648400,2026,1,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(49626,1,1769652000,2026,1,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(49627,1,1769655600,2026,1,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(49628,1,1769659200,2026,1,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(49629,1,1769662800,2026,1,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(49630,1,1769666400,2026,1,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(49631,1,1769670000,2026,1,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(49632,1,1769673600,2026,1,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(49633,1,1769677200,2026,1,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(49634,1,1769680800,2026,1,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(49635,1,1769684400,2026,1,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(49636,1,1769688000,2026,1,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(49637,1,1769691600,2026,1,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(49638,1,1769695200,2026,1,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(49639,1,1769698800,2026,1,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(49640,1,1769702400,2026,1,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(49641,1,1769706000,2026,1,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(49642,1,1769709600,2026,1,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(49643,1,1769713200,2026,1,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(49644,1,1769716800,2026,1,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(49645,1,1769720400,2026,1,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(49646,1,1769724000,2026,1,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(49647,1,1769727600,2026,1,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(49648,1,1769731200,2026,1,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(49649,1,1769734800,2026,1,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(49650,1,1769738400,2026,1,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(49651,1,1769742000,2026,1,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(49652,1,1769745600,2026,1,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(49653,1,1769749200,2026,1,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(49654,1,1769752800,2026,1,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(49655,1,1769756400,2026,1,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(49656,1,1769760000,2026,1,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(49657,1,1769763600,2026,1,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(49658,1,1769767200,2026,1,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(49659,1,1769770800,2026,1,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(49660,1,1769774400,2026,1,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(49661,1,1769778000,2026,1,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(49662,1,1769781600,2026,1,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(49663,1,1769785200,2026,1,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(49664,1,1769788800,2026,1,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(49665,1,1769792400,2026,1,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(49666,1,1769796000,2026,1,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(49667,1,1769799600,2026,1,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(49668,1,1769803200,2026,1,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(49669,1,1769806800,2026,1,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(49670,1,1769810400,2026,1,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(49671,1,1769814000,2026,1,31,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(49672,1,1769817600,2026,1,31,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(49673,1,1769821200,2026,1,31,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(49674,1,1769824800,2026,1,31,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(49675,1,1769828400,2026,1,31,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(49676,1,1769832000,2026,1,31,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(49677,1,1769835600,2026,1,31,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(49678,1,1769839200,2026,1,31,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(49679,1,1769842800,2026,1,31,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(49680,1,1769846400,2026,1,31,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(49681,1,1769850000,2026,1,31,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(49682,1,1769853600,2026,1,31,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(49683,1,1769857200,2026,1,31,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(49684,1,1769860800,2026,1,31,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(49685,1,1769864400,2026,1,31,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(49686,1,1769868000,2026,1,31,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(49687,1,1769871600,2026,1,31,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(49688,1,1769875200,2026,1,31,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(49689,1,1769878800,2026,1,31,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(49690,1,1769882400,2026,1,31,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(49691,1,1769886000,2026,1,31,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(49692,1,1769889600,2026,1,31,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(49693,1,1769893200,2026,1,31,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(49694,1,1769896800,2026,1,31,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(49695,1,1769986800,2026,2,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(49696,1,1769990400,2026,2,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(49697,1,1769994000,2026,2,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(49698,1,1769997600,2026,2,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(49699,1,1770001200,2026,2,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(49700,1,1770004800,2026,2,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(49701,1,1770008400,2026,2,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(49702,1,1770012000,2026,2,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(49703,1,1770015600,2026,2,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(49704,1,1770019200,2026,2,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(49705,1,1770022800,2026,2,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(49706,1,1770026400,2026,2,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(49707,1,1770030000,2026,2,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(49708,1,1770033600,2026,2,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(49709,1,1770037200,2026,2,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(49710,1,1770040800,2026,2,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(49711,1,1770044400,2026,2,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(49712,1,1770048000,2026,2,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(49713,1,1770051600,2026,2,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(49714,1,1770055200,2026,2,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(49715,1,1770058800,2026,2,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(49716,1,1770062400,2026,2,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(49717,1,1770066000,2026,2,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(49718,1,1770069600,2026,2,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(49719,1,1770073200,2026,2,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(49720,1,1770076800,2026,2,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(49721,1,1770080400,2026,2,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(49722,1,1770084000,2026,2,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(49723,1,1770087600,2026,2,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(49724,1,1770091200,2026,2,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(49725,1,1770094800,2026,2,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(49726,1,1770098400,2026,2,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(49727,1,1770102000,2026,2,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(49728,1,1770105600,2026,2,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(49729,1,1770109200,2026,2,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(49730,1,1770112800,2026,2,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(49731,1,1770116400,2026,2,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(49732,1,1770120000,2026,2,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(49733,1,1770123600,2026,2,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(49734,1,1770127200,2026,2,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(49735,1,1770130800,2026,2,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(49736,1,1770134400,2026,2,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(49737,1,1770138000,2026,2,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(49738,1,1770141600,2026,2,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(49739,1,1770145200,2026,2,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(49740,1,1770148800,2026,2,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(49741,1,1770152400,2026,2,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(49742,1,1770156000,2026,2,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(49743,1,1770159600,2026,2,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(49744,1,1770163200,2026,2,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(49745,1,1770166800,2026,2,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(49746,1,1770170400,2026,2,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(49747,1,1770174000,2026,2,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(49748,1,1770177600,2026,2,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(49749,1,1770181200,2026,2,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(49750,1,1770184800,2026,2,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(49751,1,1770188400,2026,2,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(49752,1,1770192000,2026,2,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(49753,1,1770195600,2026,2,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(49754,1,1770199200,2026,2,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(49755,1,1770202800,2026,2,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(49756,1,1770206400,2026,2,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(49757,1,1770210000,2026,2,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(49758,1,1770213600,2026,2,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(49759,1,1770217200,2026,2,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(49760,1,1770220800,2026,2,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(49761,1,1770224400,2026,2,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(49762,1,1770228000,2026,2,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(49763,1,1770231600,2026,2,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(49764,1,1770235200,2026,2,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(49765,1,1770238800,2026,2,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(49766,1,1770242400,2026,2,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(49767,1,1770246000,2026,2,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(49768,1,1770249600,2026,2,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(49769,1,1770253200,2026,2,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(49770,1,1770256800,2026,2,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(49771,1,1770260400,2026,2,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(49772,1,1770264000,2026,2,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(49773,1,1770267600,2026,2,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(49774,1,1770271200,2026,2,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(49775,1,1770274800,2026,2,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(49776,1,1770278400,2026,2,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(49777,1,1770282000,2026,2,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(49778,1,1770285600,2026,2,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(49779,1,1770289200,2026,2,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(49780,1,1770292800,2026,2,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(49781,1,1770296400,2026,2,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(49782,1,1770300000,2026,2,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(49783,1,1770303600,2026,2,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(49784,1,1770307200,2026,2,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(49785,1,1770310800,2026,2,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(49786,1,1770314400,2026,2,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(49787,1,1770318000,2026,2,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(49788,1,1770321600,2026,2,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(49789,1,1770325200,2026,2,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(49790,1,1770328800,2026,2,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(49791,1,1770332400,2026,2,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(49792,1,1770336000,2026,2,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(49793,1,1770339600,2026,2,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(49794,1,1770343200,2026,2,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(49795,1,1770346800,2026,2,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(49796,1,1770350400,2026,2,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(49797,1,1770354000,2026,2,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(49798,1,1770357600,2026,2,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(49799,1,1770361200,2026,2,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(49800,1,1770364800,2026,2,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(49801,1,1770368400,2026,2,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(49802,1,1770372000,2026,2,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(49803,1,1770375600,2026,2,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(49804,1,1770379200,2026,2,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(49805,1,1770382800,2026,2,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(49806,1,1770386400,2026,2,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(49807,1,1770390000,2026,2,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(49808,1,1770393600,2026,2,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(49809,1,1770397200,2026,2,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(49810,1,1770400800,2026,2,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(49811,1,1770404400,2026,2,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(49812,1,1770408000,2026,2,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(49813,1,1770411600,2026,2,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(49814,1,1770415200,2026,2,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(49815,1,1770418800,2026,2,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(49816,1,1770422400,2026,2,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(49817,1,1770426000,2026,2,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(49818,1,1770429600,2026,2,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(49819,1,1770433200,2026,2,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(49820,1,1770436800,2026,2,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(49821,1,1770440400,2026,2,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(49822,1,1770444000,2026,2,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(49823,1,1770447600,2026,2,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(49824,1,1770451200,2026,2,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(49825,1,1770454800,2026,2,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(49826,1,1770458400,2026,2,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(49827,1,1770462000,2026,2,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(49828,1,1770465600,2026,2,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(49829,1,1770469200,2026,2,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(49830,1,1770472800,2026,2,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(49831,1,1770476400,2026,2,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(49832,1,1770480000,2026,2,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(49833,1,1770483600,2026,2,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(49834,1,1770487200,2026,2,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(49835,1,1770490800,2026,2,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(49836,1,1770494400,2026,2,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(49837,1,1770498000,2026,2,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(49838,1,1770501600,2026,2,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(49839,1,1770591600,2026,2,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(49840,1,1770595200,2026,2,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(49841,1,1770598800,2026,2,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(49842,1,1770602400,2026,2,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(49843,1,1770606000,2026,2,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(49844,1,1770609600,2026,2,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(49845,1,1770613200,2026,2,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(49846,1,1770616800,2026,2,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(49847,1,1770620400,2026,2,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(49848,1,1770624000,2026,2,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(49849,1,1770627600,2026,2,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(49850,1,1770631200,2026,2,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(49851,1,1770634800,2026,2,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(49852,1,1770638400,2026,2,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(49853,1,1770642000,2026,2,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(49854,1,1770645600,2026,2,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(49855,1,1770649200,2026,2,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(49856,1,1770652800,2026,2,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(49857,1,1770656400,2026,2,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(49858,1,1770660000,2026,2,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(49859,1,1770663600,2026,2,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(49860,1,1770667200,2026,2,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(49861,1,1770670800,2026,2,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(49862,1,1770674400,2026,2,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(49863,1,1770678000,2026,2,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(49864,1,1770681600,2026,2,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(49865,1,1770685200,2026,2,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(49866,1,1770688800,2026,2,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(49867,1,1770692400,2026,2,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(49868,1,1770696000,2026,2,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(49869,1,1770699600,2026,2,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(49870,1,1770703200,2026,2,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(49871,1,1770706800,2026,2,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(49872,1,1770710400,2026,2,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(49873,1,1770714000,2026,2,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(49874,1,1770717600,2026,2,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(49875,1,1770721200,2026,2,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(49876,1,1770724800,2026,2,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(49877,1,1770728400,2026,2,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(49878,1,1770732000,2026,2,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(49879,1,1770735600,2026,2,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(49880,1,1770739200,2026,2,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(49881,1,1770742800,2026,2,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(49882,1,1770746400,2026,2,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(49883,1,1770750000,2026,2,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(49884,1,1770753600,2026,2,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(49885,1,1770757200,2026,2,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(49886,1,1770760800,2026,2,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(49887,1,1770764400,2026,2,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(49888,1,1770768000,2026,2,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(49889,1,1770771600,2026,2,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(49890,1,1770775200,2026,2,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(49891,1,1770778800,2026,2,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(49892,1,1770782400,2026,2,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(49893,1,1770786000,2026,2,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(49894,1,1770789600,2026,2,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(49895,1,1770793200,2026,2,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(49896,1,1770796800,2026,2,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(49897,1,1770800400,2026,2,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(49898,1,1770804000,2026,2,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(49899,1,1770807600,2026,2,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(49900,1,1770811200,2026,2,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(49901,1,1770814800,2026,2,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(49902,1,1770818400,2026,2,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(49903,1,1770822000,2026,2,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(49904,1,1770825600,2026,2,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(49905,1,1770829200,2026,2,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(49906,1,1770832800,2026,2,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(49907,1,1770836400,2026,2,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(49908,1,1770840000,2026,2,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(49909,1,1770843600,2026,2,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(49910,1,1770847200,2026,2,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(49911,1,1770850800,2026,2,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(49912,1,1770854400,2026,2,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(49913,1,1770858000,2026,2,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(49914,1,1770861600,2026,2,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(49915,1,1770865200,2026,2,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(49916,1,1770868800,2026,2,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(49917,1,1770872400,2026,2,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(49918,1,1770876000,2026,2,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(49919,1,1770879600,2026,2,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(49920,1,1770883200,2026,2,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(49921,1,1770886800,2026,2,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(49922,1,1770890400,2026,2,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(49923,1,1770894000,2026,2,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(49924,1,1770897600,2026,2,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(49925,1,1770901200,2026,2,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(49926,1,1770904800,2026,2,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(49927,1,1770908400,2026,2,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(49928,1,1770912000,2026,2,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(49929,1,1770915600,2026,2,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(49930,1,1770919200,2026,2,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(49931,1,1770922800,2026,2,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(49932,1,1770926400,2026,2,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(49933,1,1770930000,2026,2,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(49934,1,1770933600,2026,2,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(49935,1,1770937200,2026,2,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(49936,1,1770940800,2026,2,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(49937,1,1770944400,2026,2,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(49938,1,1770948000,2026,2,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(49939,1,1770951600,2026,2,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(49940,1,1770955200,2026,2,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(49941,1,1770958800,2026,2,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(49942,1,1770962400,2026,2,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(49943,1,1770966000,2026,2,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(49944,1,1770969600,2026,2,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(49945,1,1770973200,2026,2,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(49946,1,1770976800,2026,2,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(49947,1,1770980400,2026,2,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(49948,1,1770984000,2026,2,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(49949,1,1770987600,2026,2,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(49950,1,1770991200,2026,2,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(49951,1,1770994800,2026,2,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(49952,1,1770998400,2026,2,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(49953,1,1771002000,2026,2,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(49954,1,1771005600,2026,2,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(49955,1,1771009200,2026,2,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(49956,1,1771012800,2026,2,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(49957,1,1771016400,2026,2,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(49958,1,1771020000,2026,2,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(49959,1,1771023600,2026,2,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(49960,1,1771027200,2026,2,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(49961,1,1771030800,2026,2,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(49962,1,1771034400,2026,2,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(49963,1,1771038000,2026,2,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(49964,1,1771041600,2026,2,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(49965,1,1771045200,2026,2,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(49966,1,1771048800,2026,2,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(49967,1,1771052400,2026,2,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(49968,1,1771056000,2026,2,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(49969,1,1771059600,2026,2,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(49970,1,1771063200,2026,2,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(49971,1,1771066800,2026,2,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(49972,1,1771070400,2026,2,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(49973,1,1771074000,2026,2,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(49974,1,1771077600,2026,2,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(49975,1,1771081200,2026,2,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(49976,1,1771084800,2026,2,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(49977,1,1771088400,2026,2,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(49978,1,1771092000,2026,2,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(49979,1,1771095600,2026,2,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(49980,1,1771099200,2026,2,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(49981,1,1771102800,2026,2,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(49982,1,1771106400,2026,2,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(49983,1,1771196400,2026,2,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(49984,1,1771200000,2026,2,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(49985,1,1771203600,2026,2,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(49986,1,1771207200,2026,2,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(49987,1,1771210800,2026,2,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(49988,1,1771214400,2026,2,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(49989,1,1771218000,2026,2,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(49990,1,1771221600,2026,2,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(49991,1,1771225200,2026,2,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(49992,1,1771228800,2026,2,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(49993,1,1771232400,2026,2,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(49994,1,1771236000,2026,2,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(49995,1,1771239600,2026,2,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(49996,1,1771243200,2026,2,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(49997,1,1771246800,2026,2,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(49998,1,1771250400,2026,2,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(49999,1,1771254000,2026,2,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(50000,1,1771257600,2026,2,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(50001,1,1771261200,2026,2,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(50002,1,1771264800,2026,2,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(50003,1,1771268400,2026,2,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(50004,1,1771272000,2026,2,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(50005,1,1771275600,2026,2,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(50006,1,1771279200,2026,2,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(50007,1,1771282800,2026,2,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(50008,1,1771286400,2026,2,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(50009,1,1771290000,2026,2,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(50010,1,1771293600,2026,2,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(50011,1,1771297200,2026,2,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(50012,1,1771300800,2026,2,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(50013,1,1771304400,2026,2,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(50014,1,1771308000,2026,2,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(50015,1,1771311600,2026,2,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(50016,1,1771315200,2026,2,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(50017,1,1771318800,2026,2,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(50018,1,1771322400,2026,2,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(50019,1,1771326000,2026,2,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(50020,1,1771329600,2026,2,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(50021,1,1771333200,2026,2,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(50022,1,1771336800,2026,2,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(50023,1,1771340400,2026,2,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(50024,1,1771344000,2026,2,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(50025,1,1771347600,2026,2,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(50026,1,1771351200,2026,2,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(50027,1,1771354800,2026,2,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(50028,1,1771358400,2026,2,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(50029,1,1771362000,2026,2,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(50030,1,1771365600,2026,2,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(50031,1,1771369200,2026,2,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(50032,1,1771372800,2026,2,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(50033,1,1771376400,2026,2,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(50034,1,1771380000,2026,2,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(50035,1,1771383600,2026,2,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(50036,1,1771387200,2026,2,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(50037,1,1771390800,2026,2,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(50038,1,1771394400,2026,2,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(50039,1,1771398000,2026,2,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(50040,1,1771401600,2026,2,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(50041,1,1771405200,2026,2,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(50042,1,1771408800,2026,2,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(50043,1,1771412400,2026,2,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(50044,1,1771416000,2026,2,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(50045,1,1771419600,2026,2,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(50046,1,1771423200,2026,2,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(50047,1,1771426800,2026,2,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(50048,1,1771430400,2026,2,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(50049,1,1771434000,2026,2,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(50050,1,1771437600,2026,2,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(50051,1,1771441200,2026,2,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(50052,1,1771444800,2026,2,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(50053,1,1771448400,2026,2,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(50054,1,1771452000,2026,2,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(50055,1,1771455600,2026,2,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(50056,1,1771459200,2026,2,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(50057,1,1771462800,2026,2,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(50058,1,1771466400,2026,2,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(50059,1,1771470000,2026,2,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(50060,1,1771473600,2026,2,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(50061,1,1771477200,2026,2,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(50062,1,1771480800,2026,2,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(50063,1,1771484400,2026,2,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(50064,1,1771488000,2026,2,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(50065,1,1771491600,2026,2,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(50066,1,1771495200,2026,2,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(50067,1,1771498800,2026,2,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(50068,1,1771502400,2026,2,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(50069,1,1771506000,2026,2,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(50070,1,1771509600,2026,2,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(50071,1,1771513200,2026,2,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(50072,1,1771516800,2026,2,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(50073,1,1771520400,2026,2,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(50074,1,1771524000,2026,2,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(50075,1,1771527600,2026,2,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(50076,1,1771531200,2026,2,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(50077,1,1771534800,2026,2,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(50078,1,1771538400,2026,2,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(50079,1,1771542000,2026,2,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(50080,1,1771545600,2026,2,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(50081,1,1771549200,2026,2,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(50082,1,1771552800,2026,2,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(50083,1,1771556400,2026,2,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(50084,1,1771560000,2026,2,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(50085,1,1771563600,2026,2,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(50086,1,1771567200,2026,2,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(50087,1,1771570800,2026,2,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(50088,1,1771574400,2026,2,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(50089,1,1771578000,2026,2,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(50090,1,1771581600,2026,2,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(50091,1,1771585200,2026,2,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(50092,1,1771588800,2026,2,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(50093,1,1771592400,2026,2,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(50094,1,1771596000,2026,2,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(50095,1,1771599600,2026,2,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(50096,1,1771603200,2026,2,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(50097,1,1771606800,2026,2,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(50098,1,1771610400,2026,2,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(50099,1,1771614000,2026,2,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(50100,1,1771617600,2026,2,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(50101,1,1771621200,2026,2,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(50102,1,1771624800,2026,2,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(50103,1,1771628400,2026,2,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(50104,1,1771632000,2026,2,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(50105,1,1771635600,2026,2,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(50106,1,1771639200,2026,2,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(50107,1,1771642800,2026,2,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(50108,1,1771646400,2026,2,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(50109,1,1771650000,2026,2,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(50110,1,1771653600,2026,2,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(50111,1,1771657200,2026,2,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(50112,1,1771660800,2026,2,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(50113,1,1771664400,2026,2,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(50114,1,1771668000,2026,2,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(50115,1,1771671600,2026,2,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(50116,1,1771675200,2026,2,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(50117,1,1771678800,2026,2,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(50118,1,1771682400,2026,2,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(50119,1,1771686000,2026,2,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(50120,1,1771689600,2026,2,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(50121,1,1771693200,2026,2,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(50122,1,1771696800,2026,2,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(50123,1,1771700400,2026,2,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(50124,1,1771704000,2026,2,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(50125,1,1771707600,2026,2,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(50126,1,1771711200,2026,2,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(50127,1,1771801200,2026,2,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(50128,1,1771804800,2026,2,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(50129,1,1771808400,2026,2,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(50130,1,1771812000,2026,2,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(50131,1,1771815600,2026,2,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(50132,1,1771819200,2026,2,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(50133,1,1771822800,2026,2,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(50134,1,1771826400,2026,2,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(50135,1,1771830000,2026,2,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(50136,1,1771833600,2026,2,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(50137,1,1771837200,2026,2,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(50138,1,1771840800,2026,2,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(50139,1,1771844400,2026,2,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(50140,1,1771848000,2026,2,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(50141,1,1771851600,2026,2,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(50142,1,1771855200,2026,2,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(50143,1,1771858800,2026,2,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(50144,1,1771862400,2026,2,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(50145,1,1771866000,2026,2,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(50146,1,1771869600,2026,2,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(50147,1,1771873200,2026,2,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(50148,1,1771876800,2026,2,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(50149,1,1771880400,2026,2,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(50150,1,1771884000,2026,2,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(50151,1,1771887600,2026,2,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(50152,1,1771891200,2026,2,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(50153,1,1771894800,2026,2,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(50154,1,1771898400,2026,2,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(50155,1,1771902000,2026,2,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(50156,1,1771905600,2026,2,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(50157,1,1771909200,2026,2,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(50158,1,1771912800,2026,2,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(50159,1,1771916400,2026,2,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(50160,1,1771920000,2026,2,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(50161,1,1771923600,2026,2,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(50162,1,1771927200,2026,2,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(50163,1,1771930800,2026,2,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(50164,1,1771934400,2026,2,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(50165,1,1771938000,2026,2,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(50166,1,1771941600,2026,2,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(50167,1,1771945200,2026,2,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(50168,1,1771948800,2026,2,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(50169,1,1771952400,2026,2,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(50170,1,1771956000,2026,2,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(50171,1,1771959600,2026,2,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(50172,1,1771963200,2026,2,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(50173,1,1771966800,2026,2,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(50174,1,1771970400,2026,2,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(50175,1,1771974000,2026,2,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(50176,1,1771977600,2026,2,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(50177,1,1771981200,2026,2,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(50178,1,1771984800,2026,2,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(50179,1,1771988400,2026,2,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(50180,1,1771992000,2026,2,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(50181,1,1771995600,2026,2,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(50182,1,1771999200,2026,2,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(50183,1,1772002800,2026,2,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(50184,1,1772006400,2026,2,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(50185,1,1772010000,2026,2,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(50186,1,1772013600,2026,2,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(50187,1,1772017200,2026,2,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(50188,1,1772020800,2026,2,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(50189,1,1772024400,2026,2,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(50190,1,1772028000,2026,2,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(50191,1,1772031600,2026,2,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(50192,1,1772035200,2026,2,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(50193,1,1772038800,2026,2,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(50194,1,1772042400,2026,2,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(50195,1,1772046000,2026,2,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(50196,1,1772049600,2026,2,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(50197,1,1772053200,2026,2,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(50198,1,1772056800,2026,2,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(50199,1,1772060400,2026,2,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(50200,1,1772064000,2026,2,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(50201,1,1772067600,2026,2,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(50202,1,1772071200,2026,2,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(50203,1,1772074800,2026,2,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(50204,1,1772078400,2026,2,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(50205,1,1772082000,2026,2,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(50206,1,1772085600,2026,2,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(50207,1,1772089200,2026,2,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(50208,1,1772092800,2026,2,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(50209,1,1772096400,2026,2,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(50210,1,1772100000,2026,2,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(50211,1,1772103600,2026,2,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(50212,1,1772107200,2026,2,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(50213,1,1772110800,2026,2,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(50214,1,1772114400,2026,2,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(50215,1,1772118000,2026,2,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(50216,1,1772121600,2026,2,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(50217,1,1772125200,2026,2,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(50218,1,1772128800,2026,2,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(50219,1,1772132400,2026,2,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(50220,1,1772136000,2026,2,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(50221,1,1772139600,2026,2,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(50222,1,1772143200,2026,2,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(50223,1,1772146800,2026,2,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(50224,1,1772150400,2026,2,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(50225,1,1772154000,2026,2,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(50226,1,1772157600,2026,2,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(50227,1,1772161200,2026,2,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(50228,1,1772164800,2026,2,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(50229,1,1772168400,2026,2,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(50230,1,1772172000,2026,2,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(50231,1,1772175600,2026,2,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(50232,1,1772179200,2026,2,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(50233,1,1772182800,2026,2,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(50234,1,1772186400,2026,2,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(50235,1,1772190000,2026,2,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(50236,1,1772193600,2026,2,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(50237,1,1772197200,2026,2,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(50238,1,1772200800,2026,2,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(50239,1,1772204400,2026,2,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(50240,1,1772208000,2026,2,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(50241,1,1772211600,2026,2,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(50242,1,1772215200,2026,2,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(50243,1,1772218800,2026,2,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(50244,1,1772222400,2026,2,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(50245,1,1772226000,2026,2,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(50246,1,1772229600,2026,2,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(50247,1,1772233200,2026,2,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(50248,1,1772236800,2026,2,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(50249,1,1772240400,2026,2,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(50250,1,1772244000,2026,2,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(50251,1,1772247600,2026,2,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(50252,1,1772251200,2026,2,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(50253,1,1772254800,2026,2,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(50254,1,1772258400,2026,2,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(50255,1,1772262000,2026,2,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(50256,1,1772265600,2026,2,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(50257,1,1772269200,2026,2,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(50258,1,1772272800,2026,2,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(50259,1,1772276400,2026,2,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(50260,1,1772280000,2026,2,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(50261,1,1772283600,2026,2,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(50262,1,1772287200,2026,2,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(50263,1,1772290800,2026,2,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(50264,1,1772294400,2026,2,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(50265,1,1772298000,2026,2,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(50266,1,1772301600,2026,2,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(50267,1,1772305200,2026,2,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(50268,1,1772308800,2026,2,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(50269,1,1772312400,2026,2,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(50270,1,1772316000,2026,2,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(50271,1,1772406000,2026,3,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(50272,1,1772409600,2026,3,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(50273,1,1772413200,2026,3,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(50274,1,1772416800,2026,3,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(50275,1,1772420400,2026,3,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(50276,1,1772424000,2026,3,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(50277,1,1772427600,2026,3,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(50278,1,1772431200,2026,3,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(50279,1,1772434800,2026,3,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(50280,1,1772438400,2026,3,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(50281,1,1772442000,2026,3,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(50282,1,1772445600,2026,3,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(50283,1,1772449200,2026,3,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(50284,1,1772452800,2026,3,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(50285,1,1772456400,2026,3,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(50286,1,1772460000,2026,3,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(50287,1,1772463600,2026,3,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(50288,1,1772467200,2026,3,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(50289,1,1772470800,2026,3,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(50290,1,1772474400,2026,3,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(50291,1,1772478000,2026,3,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(50292,1,1772481600,2026,3,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(50293,1,1772485200,2026,3,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(50294,1,1772488800,2026,3,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(50295,1,1772492400,2026,3,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(50296,1,1772496000,2026,3,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(50297,1,1772499600,2026,3,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(50298,1,1772503200,2026,3,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(50299,1,1772506800,2026,3,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(50300,1,1772510400,2026,3,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(50301,1,1772514000,2026,3,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(50302,1,1772517600,2026,3,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(50303,1,1772521200,2026,3,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(50304,1,1772524800,2026,3,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(50305,1,1772528400,2026,3,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(50306,1,1772532000,2026,3,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(50307,1,1772535600,2026,3,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(50308,1,1772539200,2026,3,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(50309,1,1772542800,2026,3,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(50310,1,1772546400,2026,3,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(50311,1,1772550000,2026,3,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(50312,1,1772553600,2026,3,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(50313,1,1772557200,2026,3,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(50314,1,1772560800,2026,3,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(50315,1,1772564400,2026,3,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(50316,1,1772568000,2026,3,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(50317,1,1772571600,2026,3,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(50318,1,1772575200,2026,3,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(50319,1,1772578800,2026,3,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(50320,1,1772582400,2026,3,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(50321,1,1772586000,2026,3,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(50322,1,1772589600,2026,3,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(50323,1,1772593200,2026,3,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(50324,1,1772596800,2026,3,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(50325,1,1772600400,2026,3,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(50326,1,1772604000,2026,3,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(50327,1,1772607600,2026,3,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(50328,1,1772611200,2026,3,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(50329,1,1772614800,2026,3,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(50330,1,1772618400,2026,3,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(50331,1,1772622000,2026,3,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(50332,1,1772625600,2026,3,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(50333,1,1772629200,2026,3,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(50334,1,1772632800,2026,3,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(50335,1,1772636400,2026,3,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(50336,1,1772640000,2026,3,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(50337,1,1772643600,2026,3,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(50338,1,1772647200,2026,3,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(50339,1,1772650800,2026,3,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(50340,1,1772654400,2026,3,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(50341,1,1772658000,2026,3,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(50342,1,1772661600,2026,3,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(50343,1,1772665200,2026,3,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(50344,1,1772668800,2026,3,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(50345,1,1772672400,2026,3,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(50346,1,1772676000,2026,3,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(50347,1,1772679600,2026,3,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(50348,1,1772683200,2026,3,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(50349,1,1772686800,2026,3,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(50350,1,1772690400,2026,3,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(50351,1,1772694000,2026,3,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(50352,1,1772697600,2026,3,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(50353,1,1772701200,2026,3,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(50354,1,1772704800,2026,3,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(50355,1,1772708400,2026,3,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(50356,1,1772712000,2026,3,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(50357,1,1772715600,2026,3,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(50358,1,1772719200,2026,3,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(50359,1,1772722800,2026,3,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(50360,1,1772726400,2026,3,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(50361,1,1772730000,2026,3,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(50362,1,1772733600,2026,3,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(50363,1,1772737200,2026,3,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(50364,1,1772740800,2026,3,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(50365,1,1772744400,2026,3,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(50366,1,1772748000,2026,3,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(50367,1,1772751600,2026,3,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(50368,1,1772755200,2026,3,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(50369,1,1772758800,2026,3,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(50370,1,1772762400,2026,3,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(50371,1,1772766000,2026,3,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(50372,1,1772769600,2026,3,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(50373,1,1772773200,2026,3,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(50374,1,1772776800,2026,3,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(50375,1,1772780400,2026,3,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(50376,1,1772784000,2026,3,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(50377,1,1772787600,2026,3,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(50378,1,1772791200,2026,3,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(50379,1,1772794800,2026,3,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(50380,1,1772798400,2026,3,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(50381,1,1772802000,2026,3,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(50382,1,1772805600,2026,3,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(50383,1,1772809200,2026,3,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(50384,1,1772812800,2026,3,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(50385,1,1772816400,2026,3,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(50386,1,1772820000,2026,3,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(50387,1,1772823600,2026,3,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(50388,1,1772827200,2026,3,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(50389,1,1772830800,2026,3,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(50390,1,1772834400,2026,3,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(50391,1,1772838000,2026,3,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(50392,1,1772841600,2026,3,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(50393,1,1772845200,2026,3,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(50394,1,1772848800,2026,3,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(50395,1,1772852400,2026,3,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(50396,1,1772856000,2026,3,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(50397,1,1772859600,2026,3,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(50398,1,1772863200,2026,3,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(50399,1,1772866800,2026,3,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(50400,1,1772870400,2026,3,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(50401,1,1772874000,2026,3,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(50402,1,1772877600,2026,3,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(50403,1,1772881200,2026,3,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(50404,1,1772884800,2026,3,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(50405,1,1772888400,2026,3,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(50406,1,1772892000,2026,3,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(50407,1,1772895600,2026,3,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(50408,1,1772899200,2026,3,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(50409,1,1772902800,2026,3,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(50410,1,1772906400,2026,3,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(50411,1,1772910000,2026,3,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(50412,1,1772913600,2026,3,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(50413,1,1772917200,2026,3,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(50414,1,1772920800,2026,3,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(50415,1,1773010800,2026,3,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(50416,1,1773014400,2026,3,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(50417,1,1773018000,2026,3,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(50418,1,1773021600,2026,3,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(50419,1,1773025200,2026,3,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(50420,1,1773028800,2026,3,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(50421,1,1773032400,2026,3,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(50422,1,1773036000,2026,3,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(50423,1,1773039600,2026,3,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(50424,1,1773043200,2026,3,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(50425,1,1773046800,2026,3,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(50426,1,1773050400,2026,3,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(50427,1,1773054000,2026,3,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(50428,1,1773057600,2026,3,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(50429,1,1773061200,2026,3,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(50430,1,1773064800,2026,3,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(50431,1,1773068400,2026,3,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(50432,1,1773072000,2026,3,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(50433,1,1773075600,2026,3,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(50434,1,1773079200,2026,3,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(50435,1,1773082800,2026,3,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(50436,1,1773086400,2026,3,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(50437,1,1773090000,2026,3,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(50438,1,1773093600,2026,3,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(50439,1,1773097200,2026,3,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(50440,1,1773100800,2026,3,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(50441,1,1773104400,2026,3,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(50442,1,1773108000,2026,3,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(50443,1,1773111600,2026,3,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(50444,1,1773115200,2026,3,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(50445,1,1773118800,2026,3,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(50446,1,1773122400,2026,3,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(50447,1,1773126000,2026,3,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(50448,1,1773129600,2026,3,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(50449,1,1773133200,2026,3,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(50450,1,1773136800,2026,3,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(50451,1,1773140400,2026,3,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(50452,1,1773144000,2026,3,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(50453,1,1773147600,2026,3,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(50454,1,1773151200,2026,3,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(50455,1,1773154800,2026,3,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(50456,1,1773158400,2026,3,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(50457,1,1773162000,2026,3,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(50458,1,1773165600,2026,3,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(50459,1,1773169200,2026,3,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(50460,1,1773172800,2026,3,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(50461,1,1773176400,2026,3,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(50462,1,1773180000,2026,3,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(50463,1,1773183600,2026,3,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(50464,1,1773187200,2026,3,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(50465,1,1773190800,2026,3,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(50466,1,1773194400,2026,3,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(50467,1,1773198000,2026,3,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(50468,1,1773201600,2026,3,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(50469,1,1773205200,2026,3,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(50470,1,1773208800,2026,3,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(50471,1,1773212400,2026,3,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(50472,1,1773216000,2026,3,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(50473,1,1773219600,2026,3,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(50474,1,1773223200,2026,3,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(50475,1,1773226800,2026,3,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(50476,1,1773230400,2026,3,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(50477,1,1773234000,2026,3,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(50478,1,1773237600,2026,3,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(50479,1,1773241200,2026,3,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(50480,1,1773244800,2026,3,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(50481,1,1773248400,2026,3,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(50482,1,1773252000,2026,3,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(50483,1,1773255600,2026,3,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(50484,1,1773259200,2026,3,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(50485,1,1773262800,2026,3,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(50486,1,1773266400,2026,3,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(50487,1,1773270000,2026,3,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(50488,1,1773273600,2026,3,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(50489,1,1773277200,2026,3,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(50490,1,1773280800,2026,3,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(50491,1,1773284400,2026,3,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(50492,1,1773288000,2026,3,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(50493,1,1773291600,2026,3,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(50494,1,1773295200,2026,3,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(50495,1,1773298800,2026,3,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(50496,1,1773302400,2026,3,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(50497,1,1773306000,2026,3,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(50498,1,1773309600,2026,3,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(50499,1,1773313200,2026,3,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(50500,1,1773316800,2026,3,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(50501,1,1773320400,2026,3,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(50502,1,1773324000,2026,3,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(50503,1,1773327600,2026,3,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(50504,1,1773331200,2026,3,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(50505,1,1773334800,2026,3,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(50506,1,1773338400,2026,3,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(50507,1,1773342000,2026,3,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(50508,1,1773345600,2026,3,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(50509,1,1773349200,2026,3,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(50510,1,1773352800,2026,3,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(50511,1,1773356400,2026,3,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(50512,1,1773360000,2026,3,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(50513,1,1773363600,2026,3,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(50514,1,1773367200,2026,3,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(50515,1,1773370800,2026,3,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(50516,1,1773374400,2026,3,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(50517,1,1773378000,2026,3,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(50518,1,1773381600,2026,3,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(50519,1,1773385200,2026,3,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(50520,1,1773388800,2026,3,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(50521,1,1773392400,2026,3,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(50522,1,1773396000,2026,3,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(50523,1,1773399600,2026,3,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(50524,1,1773403200,2026,3,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(50525,1,1773406800,2026,3,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(50526,1,1773410400,2026,3,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(50527,1,1773414000,2026,3,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(50528,1,1773417600,2026,3,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(50529,1,1773421200,2026,3,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(50530,1,1773424800,2026,3,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(50531,1,1773428400,2026,3,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(50532,1,1773432000,2026,3,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(50533,1,1773435600,2026,3,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(50534,1,1773439200,2026,3,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(50535,1,1773442800,2026,3,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(50536,1,1773446400,2026,3,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(50537,1,1773450000,2026,3,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(50538,1,1773453600,2026,3,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(50539,1,1773457200,2026,3,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(50540,1,1773460800,2026,3,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(50541,1,1773464400,2026,3,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(50542,1,1773468000,2026,3,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(50543,1,1773471600,2026,3,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(50544,1,1773475200,2026,3,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(50545,1,1773478800,2026,3,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(50546,1,1773482400,2026,3,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(50547,1,1773486000,2026,3,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(50548,1,1773489600,2026,3,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(50549,1,1773493200,2026,3,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(50550,1,1773496800,2026,3,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(50551,1,1773500400,2026,3,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(50552,1,1773504000,2026,3,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(50553,1,1773507600,2026,3,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(50554,1,1773511200,2026,3,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(50555,1,1773514800,2026,3,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(50556,1,1773518400,2026,3,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(50557,1,1773522000,2026,3,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(50558,1,1773525600,2026,3,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(50559,1,1773615600,2026,3,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(50560,1,1773619200,2026,3,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(50561,1,1773622800,2026,3,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(50562,1,1773626400,2026,3,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(50563,1,1773630000,2026,3,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(50564,1,1773633600,2026,3,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(50565,1,1773637200,2026,3,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(50566,1,1773640800,2026,3,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(50567,1,1773644400,2026,3,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(50568,1,1773648000,2026,3,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(50569,1,1773651600,2026,3,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(50570,1,1773655200,2026,3,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(50571,1,1773658800,2026,3,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(50572,1,1773662400,2026,3,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(50573,1,1773666000,2026,3,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(50574,1,1773669600,2026,3,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(50575,1,1773673200,2026,3,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(50576,1,1773676800,2026,3,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(50577,1,1773680400,2026,3,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(50578,1,1773684000,2026,3,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(50579,1,1773687600,2026,3,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(50580,1,1773691200,2026,3,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(50581,1,1773694800,2026,3,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(50582,1,1773698400,2026,3,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(50583,1,1773702000,2026,3,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(50584,1,1773705600,2026,3,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(50585,1,1773709200,2026,3,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(50586,1,1773712800,2026,3,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(50587,1,1773716400,2026,3,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(50588,1,1773720000,2026,3,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(50589,1,1773723600,2026,3,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(50590,1,1773727200,2026,3,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(50591,1,1773730800,2026,3,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(50592,1,1773734400,2026,3,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(50593,1,1773738000,2026,3,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(50594,1,1773741600,2026,3,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(50595,1,1773745200,2026,3,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(50596,1,1773748800,2026,3,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(50597,1,1773752400,2026,3,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(50598,1,1773756000,2026,3,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(50599,1,1773759600,2026,3,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(50600,1,1773763200,2026,3,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(50601,1,1773766800,2026,3,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(50602,1,1773770400,2026,3,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(50603,1,1773774000,2026,3,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(50604,1,1773777600,2026,3,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(50605,1,1773781200,2026,3,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(50606,1,1773784800,2026,3,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(50607,1,1773788400,2026,3,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(50608,1,1773792000,2026,3,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(50609,1,1773795600,2026,3,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(50610,1,1773799200,2026,3,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(50611,1,1773802800,2026,3,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(50612,1,1773806400,2026,3,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(50613,1,1773810000,2026,3,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(50614,1,1773813600,2026,3,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(50615,1,1773817200,2026,3,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(50616,1,1773820800,2026,3,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(50617,1,1773824400,2026,3,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(50618,1,1773828000,2026,3,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(50619,1,1773831600,2026,3,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(50620,1,1773835200,2026,3,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(50621,1,1773838800,2026,3,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(50622,1,1773842400,2026,3,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(50623,1,1773846000,2026,3,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(50624,1,1773849600,2026,3,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(50625,1,1773853200,2026,3,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(50626,1,1773856800,2026,3,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(50627,1,1773860400,2026,3,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(50628,1,1773864000,2026,3,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(50629,1,1773867600,2026,3,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(50630,1,1773871200,2026,3,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(50631,1,1773874800,2026,3,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(50632,1,1773878400,2026,3,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(50633,1,1773882000,2026,3,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(50634,1,1773885600,2026,3,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(50635,1,1773889200,2026,3,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(50636,1,1773892800,2026,3,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(50637,1,1773896400,2026,3,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(50638,1,1773900000,2026,3,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(50639,1,1773903600,2026,3,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(50640,1,1773907200,2026,3,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(50641,1,1773910800,2026,3,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(50642,1,1773914400,2026,3,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(50643,1,1773918000,2026,3,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(50644,1,1773921600,2026,3,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(50645,1,1773925200,2026,3,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(50646,1,1773928800,2026,3,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(50647,1,1773932400,2026,3,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(50648,1,1773936000,2026,3,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(50649,1,1773939600,2026,3,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(50650,1,1773943200,2026,3,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(50651,1,1773946800,2026,3,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(50652,1,1773950400,2026,3,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(50653,1,1773954000,2026,3,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(50654,1,1773957600,2026,3,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(50655,1,1773961200,2026,3,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(50656,1,1773964800,2026,3,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(50657,1,1773968400,2026,3,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(50658,1,1773972000,2026,3,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(50659,1,1773975600,2026,3,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(50660,1,1773979200,2026,3,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(50661,1,1773982800,2026,3,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(50662,1,1773986400,2026,3,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(50663,1,1773990000,2026,3,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(50664,1,1773993600,2026,3,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(50665,1,1773997200,2026,3,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(50666,1,1774000800,2026,3,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(50667,1,1774004400,2026,3,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(50668,1,1774008000,2026,3,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(50669,1,1774011600,2026,3,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(50670,1,1774015200,2026,3,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(50671,1,1774018800,2026,3,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(50672,1,1774022400,2026,3,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(50673,1,1774026000,2026,3,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(50674,1,1774029600,2026,3,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(50675,1,1774033200,2026,3,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(50676,1,1774036800,2026,3,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(50677,1,1774040400,2026,3,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(50678,1,1774044000,2026,3,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(50679,1,1774047600,2026,3,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(50680,1,1774051200,2026,3,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(50681,1,1774054800,2026,3,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(50682,1,1774058400,2026,3,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(50683,1,1774062000,2026,3,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(50684,1,1774065600,2026,3,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(50685,1,1774069200,2026,3,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(50686,1,1774072800,2026,3,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(50687,1,1774076400,2026,3,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(50688,1,1774080000,2026,3,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(50689,1,1774083600,2026,3,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(50690,1,1774087200,2026,3,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(50691,1,1774090800,2026,3,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(50692,1,1774094400,2026,3,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(50693,1,1774098000,2026,3,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(50694,1,1774101600,2026,3,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(50695,1,1774105200,2026,3,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(50696,1,1774108800,2026,3,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(50697,1,1774112400,2026,3,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(50698,1,1774116000,2026,3,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(50699,1,1774119600,2026,3,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(50700,1,1774123200,2026,3,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(50701,1,1774126800,2026,3,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(50702,1,1774130400,2026,3,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(50703,1,1774220400,2026,3,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(50704,1,1774224000,2026,3,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(50705,1,1774227600,2026,3,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(50706,1,1774231200,2026,3,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(50707,1,1774234800,2026,3,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(50708,1,1774238400,2026,3,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(50709,1,1774242000,2026,3,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(50710,1,1774245600,2026,3,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(50711,1,1774249200,2026,3,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(50712,1,1774252800,2026,3,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(50713,1,1774256400,2026,3,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(50714,1,1774260000,2026,3,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(50715,1,1774263600,2026,3,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(50716,1,1774267200,2026,3,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(50717,1,1774270800,2026,3,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(50718,1,1774274400,2026,3,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(50719,1,1774278000,2026,3,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(50720,1,1774281600,2026,3,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(50721,1,1774285200,2026,3,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(50722,1,1774288800,2026,3,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(50723,1,1774292400,2026,3,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(50724,1,1774296000,2026,3,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(50725,1,1774299600,2026,3,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(50726,1,1774303200,2026,3,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(50727,1,1774306800,2026,3,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(50728,1,1774310400,2026,3,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(50729,1,1774314000,2026,3,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(50730,1,1774317600,2026,3,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(50731,1,1774321200,2026,3,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(50732,1,1774324800,2026,3,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(50733,1,1774328400,2026,3,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(50734,1,1774332000,2026,3,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(50735,1,1774335600,2026,3,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(50736,1,1774339200,2026,3,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(50737,1,1774342800,2026,3,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(50738,1,1774346400,2026,3,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(50739,1,1774350000,2026,3,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(50740,1,1774353600,2026,3,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(50741,1,1774357200,2026,3,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(50742,1,1774360800,2026,3,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(50743,1,1774364400,2026,3,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(50744,1,1774368000,2026,3,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(50745,1,1774371600,2026,3,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(50746,1,1774375200,2026,3,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(50747,1,1774378800,2026,3,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(50748,1,1774382400,2026,3,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(50749,1,1774386000,2026,3,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(50750,1,1774389600,2026,3,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(50751,1,1774393200,2026,3,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(50752,1,1774396800,2026,3,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(50753,1,1774400400,2026,3,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(50754,1,1774404000,2026,3,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(50755,1,1774407600,2026,3,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(50756,1,1774411200,2026,3,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(50757,1,1774414800,2026,3,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(50758,1,1774418400,2026,3,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(50759,1,1774422000,2026,3,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(50760,1,1774425600,2026,3,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(50761,1,1774429200,2026,3,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(50762,1,1774432800,2026,3,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(50763,1,1774436400,2026,3,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(50764,1,1774440000,2026,3,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(50765,1,1774443600,2026,3,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(50766,1,1774447200,2026,3,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(50767,1,1774450800,2026,3,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(50768,1,1774454400,2026,3,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(50769,1,1774458000,2026,3,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(50770,1,1774461600,2026,3,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(50771,1,1774465200,2026,3,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(50772,1,1774468800,2026,3,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(50773,1,1774472400,2026,3,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(50774,1,1774476000,2026,3,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(50775,1,1774479600,2026,3,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(50776,1,1774483200,2026,3,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(50777,1,1774486800,2026,3,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(50778,1,1774490400,2026,3,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(50779,1,1774494000,2026,3,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(50780,1,1774497600,2026,3,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(50781,1,1774501200,2026,3,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(50782,1,1774504800,2026,3,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(50783,1,1774508400,2026,3,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(50784,1,1774512000,2026,3,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(50785,1,1774515600,2026,3,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(50786,1,1774519200,2026,3,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(50787,1,1774522800,2026,3,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(50788,1,1774526400,2026,3,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(50789,1,1774530000,2026,3,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(50790,1,1774533600,2026,3,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(50791,1,1774537200,2026,3,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(50792,1,1774540800,2026,3,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(50793,1,1774544400,2026,3,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(50794,1,1774548000,2026,3,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(50795,1,1774551600,2026,3,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(50796,1,1774555200,2026,3,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(50797,1,1774558800,2026,3,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(50798,1,1774562400,2026,3,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(50799,1,1774566000,2026,3,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(50800,1,1774569600,2026,3,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(50801,1,1774573200,2026,3,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(50802,1,1774576800,2026,3,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(50803,1,1774580400,2026,3,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(50804,1,1774584000,2026,3,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(50805,1,1774587600,2026,3,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(50806,1,1774591200,2026,3,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(50807,1,1774594800,2026,3,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(50808,1,1774598400,2026,3,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(50809,1,1774602000,2026,3,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(50810,1,1774605600,2026,3,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(50811,1,1774609200,2026,3,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(50812,1,1774612800,2026,3,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(50813,1,1774616400,2026,3,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(50814,1,1774620000,2026,3,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(50815,1,1774623600,2026,3,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(50816,1,1774627200,2026,3,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(50817,1,1774630800,2026,3,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(50818,1,1774634400,2026,3,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(50819,1,1774638000,2026,3,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(50820,1,1774641600,2026,3,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(50821,1,1774645200,2026,3,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(50822,1,1774648800,2026,3,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(50823,1,1774652400,2026,3,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(50824,1,1774656000,2026,3,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(50825,1,1774659600,2026,3,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(50826,1,1774663200,2026,3,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(50827,1,1774666800,2026,3,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(50828,1,1774670400,2026,3,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(50829,1,1774674000,2026,3,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(50830,1,1774677600,2026,3,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(50831,1,1774681200,2026,3,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(50832,1,1774684800,2026,3,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(50833,1,1774688400,2026,3,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(50834,1,1774692000,2026,3,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(50835,1,1774695600,2026,3,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(50836,1,1774699200,2026,3,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(50837,1,1774702800,2026,3,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(50838,1,1774706400,2026,3,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(50839,1,1774710000,2026,3,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(50840,1,1774713600,2026,3,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(50841,1,1774717200,2026,3,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(50842,1,1774720800,2026,3,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(50843,1,1774724400,2026,3,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(50844,1,1774728000,2026,3,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(50845,1,1774731600,2026,3,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(50846,1,1774735200,2026,3,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(50847,1,1774821600,2026,3,30,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(50848,1,1774825200,2026,3,30,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(50849,1,1774828800,2026,3,30,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(50850,1,1774832400,2026,3,30,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(50851,1,1774836000,2026,3,30,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(50852,1,1774839600,2026,3,30,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(50853,1,1774843200,2026,3,30,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(50854,1,1774846800,2026,3,30,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(50855,1,1774850400,2026,3,30,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(50856,1,1774854000,2026,3,30,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(50857,1,1774857600,2026,3,30,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(50858,1,1774861200,2026,3,30,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(50859,1,1774864800,2026,3,30,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(50860,1,1774868400,2026,3,30,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(50861,1,1774872000,2026,3,30,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(50862,1,1774875600,2026,3,30,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(50863,1,1774879200,2026,3,30,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(50864,1,1774882800,2026,3,30,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(50865,1,1774886400,2026,3,30,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(50866,1,1774890000,2026,3,30,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(50867,1,1774893600,2026,3,30,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(50868,1,1774897200,2026,3,30,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(50869,1,1774900800,2026,3,30,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(50870,1,1774904400,2026,3,30,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(50871,1,1774908000,2026,3,31,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(50872,1,1774911600,2026,3,31,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(50873,1,1774915200,2026,3,31,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(50874,1,1774918800,2026,3,31,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(50875,1,1774922400,2026,3,31,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(50876,1,1774926000,2026,3,31,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(50877,1,1774929600,2026,3,31,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(50878,1,1774933200,2026,3,31,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(50879,1,1774936800,2026,3,31,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(50880,1,1774940400,2026,3,31,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(50881,1,1774944000,2026,3,31,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(50882,1,1774947600,2026,3,31,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(50883,1,1774951200,2026,3,31,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(50884,1,1774954800,2026,3,31,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(50885,1,1774958400,2026,3,31,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(50886,1,1774962000,2026,3,31,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(50887,1,1774965600,2026,3,31,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(50888,1,1774969200,2026,3,31,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(50889,1,1774972800,2026,3,31,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(50890,1,1774976400,2026,3,31,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(50891,1,1774980000,2026,3,31,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(50892,1,1774983600,2026,3,31,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(50893,1,1774987200,2026,3,31,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(50894,1,1774990800,2026,3,31,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(50895,1,1774994400,2026,4,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(50896,1,1774998000,2026,4,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(50897,1,1775001600,2026,4,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(50898,1,1775005200,2026,4,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(50899,1,1775008800,2026,4,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(50900,1,1775012400,2026,4,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(50901,1,1775016000,2026,4,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(50902,1,1775019600,2026,4,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(50903,1,1775023200,2026,4,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(50904,1,1775026800,2026,4,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(50905,1,1775030400,2026,4,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(50906,1,1775034000,2026,4,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(50907,1,1775037600,2026,4,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(50908,1,1775041200,2026,4,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(50909,1,1775044800,2026,4,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(50910,1,1775048400,2026,4,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(50911,1,1775052000,2026,4,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(50912,1,1775055600,2026,4,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(50913,1,1775059200,2026,4,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(50914,1,1775062800,2026,4,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(50915,1,1775066400,2026,4,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(50916,1,1775070000,2026,4,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(50917,1,1775073600,2026,4,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(50918,1,1775077200,2026,4,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(50919,1,1775080800,2026,4,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(50920,1,1775084400,2026,4,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(50921,1,1775088000,2026,4,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(50922,1,1775091600,2026,4,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(50923,1,1775095200,2026,4,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(50924,1,1775098800,2026,4,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(50925,1,1775102400,2026,4,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(50926,1,1775106000,2026,4,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(50927,1,1775109600,2026,4,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(50928,1,1775113200,2026,4,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(50929,1,1775116800,2026,4,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(50930,1,1775120400,2026,4,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(50931,1,1775124000,2026,4,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(50932,1,1775127600,2026,4,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(50933,1,1775131200,2026,4,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(50934,1,1775134800,2026,4,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(50935,1,1775138400,2026,4,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(50936,1,1775142000,2026,4,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(50937,1,1775145600,2026,4,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(50938,1,1775149200,2026,4,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(50939,1,1775152800,2026,4,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(50940,1,1775156400,2026,4,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(50941,1,1775160000,2026,4,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(50942,1,1775163600,2026,4,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(50943,1,1775167200,2026,4,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(50944,1,1775170800,2026,4,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(50945,1,1775174400,2026,4,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(50946,1,1775178000,2026,4,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(50947,1,1775181600,2026,4,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(50948,1,1775185200,2026,4,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(50949,1,1775188800,2026,4,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(50950,1,1775192400,2026,4,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(50951,1,1775196000,2026,4,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(50952,1,1775199600,2026,4,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(50953,1,1775203200,2026,4,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(50954,1,1775206800,2026,4,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(50955,1,1775210400,2026,4,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(50956,1,1775214000,2026,4,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(50957,1,1775217600,2026,4,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(50958,1,1775221200,2026,4,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(50959,1,1775224800,2026,4,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(50960,1,1775228400,2026,4,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(50961,1,1775232000,2026,4,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(50962,1,1775235600,2026,4,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(50963,1,1775239200,2026,4,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(50964,1,1775242800,2026,4,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(50965,1,1775246400,2026,4,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(50966,1,1775250000,2026,4,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(50967,1,1775253600,2026,4,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(50968,1,1775257200,2026,4,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(50969,1,1775260800,2026,4,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(50970,1,1775264400,2026,4,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(50971,1,1775268000,2026,4,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(50972,1,1775271600,2026,4,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(50973,1,1775275200,2026,4,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(50974,1,1775278800,2026,4,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(50975,1,1775282400,2026,4,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(50976,1,1775286000,2026,4,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(50977,1,1775289600,2026,4,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(50978,1,1775293200,2026,4,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(50979,1,1775296800,2026,4,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(50980,1,1775300400,2026,4,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(50981,1,1775304000,2026,4,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(50982,1,1775307600,2026,4,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(50983,1,1775311200,2026,4,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(50984,1,1775314800,2026,4,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(50985,1,1775318400,2026,4,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(50986,1,1775322000,2026,4,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(50987,1,1775325600,2026,4,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(50988,1,1775329200,2026,4,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(50989,1,1775332800,2026,4,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(50990,1,1775336400,2026,4,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(50991,1,1775426400,2026,4,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(50992,1,1775430000,2026,4,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(50993,1,1775433600,2026,4,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(50994,1,1775437200,2026,4,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(50995,1,1775440800,2026,4,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(50996,1,1775444400,2026,4,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(50997,1,1775448000,2026,4,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(50998,1,1775451600,2026,4,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(50999,1,1775455200,2026,4,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(51000,1,1775458800,2026,4,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(51001,1,1775462400,2026,4,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(51002,1,1775466000,2026,4,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(51003,1,1775469600,2026,4,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(51004,1,1775473200,2026,4,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(51005,1,1775476800,2026,4,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(51006,1,1775480400,2026,4,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(51007,1,1775484000,2026,4,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(51008,1,1775487600,2026,4,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(51009,1,1775491200,2026,4,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(51010,1,1775494800,2026,4,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(51011,1,1775498400,2026,4,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(51012,1,1775502000,2026,4,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(51013,1,1775505600,2026,4,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(51014,1,1775509200,2026,4,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(51015,1,1775512800,2026,4,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(51016,1,1775516400,2026,4,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(51017,1,1775520000,2026,4,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(51018,1,1775523600,2026,4,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(51019,1,1775527200,2026,4,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(51020,1,1775530800,2026,4,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(51021,1,1775534400,2026,4,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(51022,1,1775538000,2026,4,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(51023,1,1775541600,2026,4,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(51024,1,1775545200,2026,4,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(51025,1,1775548800,2026,4,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(51026,1,1775552400,2026,4,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(51027,1,1775556000,2026,4,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(51028,1,1775559600,2026,4,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(51029,1,1775563200,2026,4,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(51030,1,1775566800,2026,4,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(51031,1,1775570400,2026,4,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(51032,1,1775574000,2026,4,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(51033,1,1775577600,2026,4,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(51034,1,1775581200,2026,4,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(51035,1,1775584800,2026,4,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(51036,1,1775588400,2026,4,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(51037,1,1775592000,2026,4,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(51038,1,1775595600,2026,4,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(51039,1,1775599200,2026,4,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(51040,1,1775602800,2026,4,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(51041,1,1775606400,2026,4,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(51042,1,1775610000,2026,4,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(51043,1,1775613600,2026,4,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(51044,1,1775617200,2026,4,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(51045,1,1775620800,2026,4,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(51046,1,1775624400,2026,4,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(51047,1,1775628000,2026,4,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(51048,1,1775631600,2026,4,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(51049,1,1775635200,2026,4,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(51050,1,1775638800,2026,4,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(51051,1,1775642400,2026,4,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(51052,1,1775646000,2026,4,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(51053,1,1775649600,2026,4,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(51054,1,1775653200,2026,4,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(51055,1,1775656800,2026,4,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(51056,1,1775660400,2026,4,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(51057,1,1775664000,2026,4,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(51058,1,1775667600,2026,4,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(51059,1,1775671200,2026,4,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(51060,1,1775674800,2026,4,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(51061,1,1775678400,2026,4,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(51062,1,1775682000,2026,4,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(51063,1,1775685600,2026,4,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(51064,1,1775689200,2026,4,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(51065,1,1775692800,2026,4,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(51066,1,1775696400,2026,4,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(51067,1,1775700000,2026,4,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(51068,1,1775703600,2026,4,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(51069,1,1775707200,2026,4,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(51070,1,1775710800,2026,4,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(51071,1,1775714400,2026,4,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(51072,1,1775718000,2026,4,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(51073,1,1775721600,2026,4,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(51074,1,1775725200,2026,4,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(51075,1,1775728800,2026,4,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(51076,1,1775732400,2026,4,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(51077,1,1775736000,2026,4,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(51078,1,1775739600,2026,4,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(51079,1,1775743200,2026,4,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(51080,1,1775746800,2026,4,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(51081,1,1775750400,2026,4,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(51082,1,1775754000,2026,4,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(51083,1,1775757600,2026,4,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(51084,1,1775761200,2026,4,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(51085,1,1775764800,2026,4,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(51086,1,1775768400,2026,4,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(51087,1,1775772000,2026,4,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(51088,1,1775775600,2026,4,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(51089,1,1775779200,2026,4,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(51090,1,1775782800,2026,4,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(51091,1,1775786400,2026,4,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(51092,1,1775790000,2026,4,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(51093,1,1775793600,2026,4,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(51094,1,1775797200,2026,4,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(51095,1,1775800800,2026,4,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(51096,1,1775804400,2026,4,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(51097,1,1775808000,2026,4,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(51098,1,1775811600,2026,4,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(51099,1,1775815200,2026,4,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(51100,1,1775818800,2026,4,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(51101,1,1775822400,2026,4,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(51102,1,1775826000,2026,4,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(51103,1,1775829600,2026,4,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(51104,1,1775833200,2026,4,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(51105,1,1775836800,2026,4,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(51106,1,1775840400,2026,4,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(51107,1,1775844000,2026,4,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(51108,1,1775847600,2026,4,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(51109,1,1775851200,2026,4,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(51110,1,1775854800,2026,4,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(51111,1,1775858400,2026,4,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(51112,1,1775862000,2026,4,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(51113,1,1775865600,2026,4,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(51114,1,1775869200,2026,4,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(51115,1,1775872800,2026,4,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(51116,1,1775876400,2026,4,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(51117,1,1775880000,2026,4,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(51118,1,1775883600,2026,4,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(51119,1,1775887200,2026,4,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(51120,1,1775890800,2026,4,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(51121,1,1775894400,2026,4,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(51122,1,1775898000,2026,4,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(51123,1,1775901600,2026,4,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(51124,1,1775905200,2026,4,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(51125,1,1775908800,2026,4,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(51126,1,1775912400,2026,4,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(51127,1,1775916000,2026,4,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(51128,1,1775919600,2026,4,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(51129,1,1775923200,2026,4,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(51130,1,1775926800,2026,4,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(51131,1,1775930400,2026,4,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(51132,1,1775934000,2026,4,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(51133,1,1775937600,2026,4,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(51134,1,1775941200,2026,4,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(51135,1,1776031200,2026,4,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(51136,1,1776034800,2026,4,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(51137,1,1776038400,2026,4,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(51138,1,1776042000,2026,4,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(51139,1,1776045600,2026,4,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(51140,1,1776049200,2026,4,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(51141,1,1776052800,2026,4,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(51142,1,1776056400,2026,4,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(51143,1,1776060000,2026,4,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(51144,1,1776063600,2026,4,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(51145,1,1776067200,2026,4,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(51146,1,1776070800,2026,4,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(51147,1,1776074400,2026,4,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(51148,1,1776078000,2026,4,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(51149,1,1776081600,2026,4,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(51150,1,1776085200,2026,4,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(51151,1,1776088800,2026,4,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(51152,1,1776092400,2026,4,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(51153,1,1776096000,2026,4,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(51154,1,1776099600,2026,4,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(51155,1,1776103200,2026,4,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(51156,1,1776106800,2026,4,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(51157,1,1776110400,2026,4,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(51158,1,1776114000,2026,4,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(51159,1,1776117600,2026,4,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(51160,1,1776121200,2026,4,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(51161,1,1776124800,2026,4,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(51162,1,1776128400,2026,4,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(51163,1,1776132000,2026,4,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(51164,1,1776135600,2026,4,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(51165,1,1776139200,2026,4,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(51166,1,1776142800,2026,4,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(51167,1,1776146400,2026,4,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(51168,1,1776150000,2026,4,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(51169,1,1776153600,2026,4,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(51170,1,1776157200,2026,4,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(51171,1,1776160800,2026,4,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(51172,1,1776164400,2026,4,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(51173,1,1776168000,2026,4,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(51174,1,1776171600,2026,4,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(51175,1,1776175200,2026,4,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(51176,1,1776178800,2026,4,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(51177,1,1776182400,2026,4,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(51178,1,1776186000,2026,4,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(51179,1,1776189600,2026,4,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(51180,1,1776193200,2026,4,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(51181,1,1776196800,2026,4,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(51182,1,1776200400,2026,4,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(51183,1,1776204000,2026,4,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(51184,1,1776207600,2026,4,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(51185,1,1776211200,2026,4,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(51186,1,1776214800,2026,4,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(51187,1,1776218400,2026,4,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(51188,1,1776222000,2026,4,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(51189,1,1776225600,2026,4,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(51190,1,1776229200,2026,4,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(51191,1,1776232800,2026,4,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(51192,1,1776236400,2026,4,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(51193,1,1776240000,2026,4,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(51194,1,1776243600,2026,4,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(51195,1,1776247200,2026,4,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(51196,1,1776250800,2026,4,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(51197,1,1776254400,2026,4,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(51198,1,1776258000,2026,4,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(51199,1,1776261600,2026,4,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(51200,1,1776265200,2026,4,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(51201,1,1776268800,2026,4,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(51202,1,1776272400,2026,4,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(51203,1,1776276000,2026,4,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(51204,1,1776279600,2026,4,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(51205,1,1776283200,2026,4,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(51206,1,1776286800,2026,4,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(51207,1,1776290400,2026,4,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(51208,1,1776294000,2026,4,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(51209,1,1776297600,2026,4,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(51210,1,1776301200,2026,4,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(51211,1,1776304800,2026,4,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(51212,1,1776308400,2026,4,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(51213,1,1776312000,2026,4,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(51214,1,1776315600,2026,4,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(51215,1,1776319200,2026,4,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(51216,1,1776322800,2026,4,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(51217,1,1776326400,2026,4,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(51218,1,1776330000,2026,4,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(51219,1,1776333600,2026,4,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(51220,1,1776337200,2026,4,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(51221,1,1776340800,2026,4,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(51222,1,1776344400,2026,4,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(51223,1,1776348000,2026,4,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(51224,1,1776351600,2026,4,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(51225,1,1776355200,2026,4,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(51226,1,1776358800,2026,4,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(51227,1,1776362400,2026,4,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(51228,1,1776366000,2026,4,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(51229,1,1776369600,2026,4,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(51230,1,1776373200,2026,4,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(51231,1,1776376800,2026,4,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(51232,1,1776380400,2026,4,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(51233,1,1776384000,2026,4,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(51234,1,1776387600,2026,4,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(51235,1,1776391200,2026,4,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(51236,1,1776394800,2026,4,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(51237,1,1776398400,2026,4,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(51238,1,1776402000,2026,4,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(51239,1,1776405600,2026,4,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(51240,1,1776409200,2026,4,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(51241,1,1776412800,2026,4,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(51242,1,1776416400,2026,4,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(51243,1,1776420000,2026,4,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(51244,1,1776423600,2026,4,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(51245,1,1776427200,2026,4,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(51246,1,1776430800,2026,4,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(51247,1,1776434400,2026,4,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(51248,1,1776438000,2026,4,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(51249,1,1776441600,2026,4,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(51250,1,1776445200,2026,4,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(51251,1,1776448800,2026,4,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(51252,1,1776452400,2026,4,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(51253,1,1776456000,2026,4,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(51254,1,1776459600,2026,4,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(51255,1,1776463200,2026,4,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(51256,1,1776466800,2026,4,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(51257,1,1776470400,2026,4,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(51258,1,1776474000,2026,4,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(51259,1,1776477600,2026,4,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(51260,1,1776481200,2026,4,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(51261,1,1776484800,2026,4,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(51262,1,1776488400,2026,4,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(51263,1,1776492000,2026,4,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(51264,1,1776495600,2026,4,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(51265,1,1776499200,2026,4,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(51266,1,1776502800,2026,4,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(51267,1,1776506400,2026,4,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(51268,1,1776510000,2026,4,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(51269,1,1776513600,2026,4,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(51270,1,1776517200,2026,4,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(51271,1,1776520800,2026,4,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(51272,1,1776524400,2026,4,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(51273,1,1776528000,2026,4,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(51274,1,1776531600,2026,4,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(51275,1,1776535200,2026,4,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(51276,1,1776538800,2026,4,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(51277,1,1776542400,2026,4,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(51278,1,1776546000,2026,4,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(51279,1,1776636000,2026,4,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(51280,1,1776639600,2026,4,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(51281,1,1776643200,2026,4,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(51282,1,1776646800,2026,4,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(51283,1,1776650400,2026,4,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(51284,1,1776654000,2026,4,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(51285,1,1776657600,2026,4,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(51286,1,1776661200,2026,4,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(51287,1,1776664800,2026,4,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(51288,1,1776668400,2026,4,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(51289,1,1776672000,2026,4,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(51290,1,1776675600,2026,4,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(51291,1,1776679200,2026,4,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(51292,1,1776682800,2026,4,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(51293,1,1776686400,2026,4,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(51294,1,1776690000,2026,4,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(51295,1,1776693600,2026,4,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(51296,1,1776697200,2026,4,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(51297,1,1776700800,2026,4,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(51298,1,1776704400,2026,4,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(51299,1,1776708000,2026,4,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(51300,1,1776711600,2026,4,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(51301,1,1776715200,2026,4,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(51302,1,1776718800,2026,4,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(51303,1,1776722400,2026,4,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(51304,1,1776726000,2026,4,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(51305,1,1776729600,2026,4,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(51306,1,1776733200,2026,4,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(51307,1,1776736800,2026,4,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(51308,1,1776740400,2026,4,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(51309,1,1776744000,2026,4,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(51310,1,1776747600,2026,4,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(51311,1,1776751200,2026,4,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(51312,1,1776754800,2026,4,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(51313,1,1776758400,2026,4,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(51314,1,1776762000,2026,4,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(51315,1,1776765600,2026,4,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(51316,1,1776769200,2026,4,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(51317,1,1776772800,2026,4,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(51318,1,1776776400,2026,4,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(51319,1,1776780000,2026,4,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(51320,1,1776783600,2026,4,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(51321,1,1776787200,2026,4,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(51322,1,1776790800,2026,4,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(51323,1,1776794400,2026,4,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(51324,1,1776798000,2026,4,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(51325,1,1776801600,2026,4,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(51326,1,1776805200,2026,4,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(51327,1,1776808800,2026,4,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(51328,1,1776812400,2026,4,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(51329,1,1776816000,2026,4,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(51330,1,1776819600,2026,4,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(51331,1,1776823200,2026,4,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(51332,1,1776826800,2026,4,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(51333,1,1776830400,2026,4,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(51334,1,1776834000,2026,4,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(51335,1,1776837600,2026,4,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(51336,1,1776841200,2026,4,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(51337,1,1776844800,2026,4,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(51338,1,1776848400,2026,4,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(51339,1,1776852000,2026,4,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(51340,1,1776855600,2026,4,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(51341,1,1776859200,2026,4,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(51342,1,1776862800,2026,4,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(51343,1,1776866400,2026,4,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(51344,1,1776870000,2026,4,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(51345,1,1776873600,2026,4,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(51346,1,1776877200,2026,4,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(51347,1,1776880800,2026,4,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(51348,1,1776884400,2026,4,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(51349,1,1776888000,2026,4,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(51350,1,1776891600,2026,4,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(51351,1,1776895200,2026,4,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(51352,1,1776898800,2026,4,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(51353,1,1776902400,2026,4,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(51354,1,1776906000,2026,4,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(51355,1,1776909600,2026,4,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(51356,1,1776913200,2026,4,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(51357,1,1776916800,2026,4,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(51358,1,1776920400,2026,4,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(51359,1,1776924000,2026,4,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(51360,1,1776927600,2026,4,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(51361,1,1776931200,2026,4,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(51362,1,1776934800,2026,4,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(51363,1,1776938400,2026,4,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(51364,1,1776942000,2026,4,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(51365,1,1776945600,2026,4,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(51366,1,1776949200,2026,4,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(51367,1,1776952800,2026,4,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(51368,1,1776956400,2026,4,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(51369,1,1776960000,2026,4,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(51370,1,1776963600,2026,4,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(51371,1,1776967200,2026,4,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(51372,1,1776970800,2026,4,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(51373,1,1776974400,2026,4,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(51374,1,1776978000,2026,4,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(51375,1,1776981600,2026,4,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(51376,1,1776985200,2026,4,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(51377,1,1776988800,2026,4,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(51378,1,1776992400,2026,4,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(51379,1,1776996000,2026,4,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(51380,1,1776999600,2026,4,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(51381,1,1777003200,2026,4,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(51382,1,1777006800,2026,4,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(51383,1,1777010400,2026,4,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(51384,1,1777014000,2026,4,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(51385,1,1777017600,2026,4,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(51386,1,1777021200,2026,4,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(51387,1,1777024800,2026,4,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(51388,1,1777028400,2026,4,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(51389,1,1777032000,2026,4,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(51390,1,1777035600,2026,4,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(51391,1,1777039200,2026,4,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(51392,1,1777042800,2026,4,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(51393,1,1777046400,2026,4,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(51394,1,1777050000,2026,4,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(51395,1,1777053600,2026,4,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(51396,1,1777057200,2026,4,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(51397,1,1777060800,2026,4,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(51398,1,1777064400,2026,4,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(51399,1,1777068000,2026,4,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(51400,1,1777071600,2026,4,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(51401,1,1777075200,2026,4,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(51402,1,1777078800,2026,4,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(51403,1,1777082400,2026,4,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(51404,1,1777086000,2026,4,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(51405,1,1777089600,2026,4,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(51406,1,1777093200,2026,4,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(51407,1,1777096800,2026,4,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(51408,1,1777100400,2026,4,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(51409,1,1777104000,2026,4,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(51410,1,1777107600,2026,4,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(51411,1,1777111200,2026,4,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(51412,1,1777114800,2026,4,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(51413,1,1777118400,2026,4,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(51414,1,1777122000,2026,4,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(51415,1,1777125600,2026,4,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(51416,1,1777129200,2026,4,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(51417,1,1777132800,2026,4,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(51418,1,1777136400,2026,4,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(51419,1,1777140000,2026,4,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(51420,1,1777143600,2026,4,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(51421,1,1777147200,2026,4,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(51422,1,1777150800,2026,4,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(51423,1,1777240800,2026,4,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(51424,1,1777244400,2026,4,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(51425,1,1777248000,2026,4,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(51426,1,1777251600,2026,4,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(51427,1,1777255200,2026,4,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(51428,1,1777258800,2026,4,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(51429,1,1777262400,2026,4,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(51430,1,1777266000,2026,4,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(51431,1,1777269600,2026,4,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(51432,1,1777273200,2026,4,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(51433,1,1777276800,2026,4,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(51434,1,1777280400,2026,4,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(51435,1,1777284000,2026,4,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(51436,1,1777287600,2026,4,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(51437,1,1777291200,2026,4,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(51438,1,1777294800,2026,4,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(51439,1,1777298400,2026,4,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(51440,1,1777302000,2026,4,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(51441,1,1777305600,2026,4,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(51442,1,1777309200,2026,4,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(51443,1,1777312800,2026,4,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(51444,1,1777316400,2026,4,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(51445,1,1777320000,2026,4,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(51446,1,1777323600,2026,4,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(51447,1,1777327200,2026,4,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(51448,1,1777330800,2026,4,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(51449,1,1777334400,2026,4,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(51450,1,1777338000,2026,4,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(51451,1,1777341600,2026,4,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(51452,1,1777345200,2026,4,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(51453,1,1777348800,2026,4,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(51454,1,1777352400,2026,4,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(51455,1,1777356000,2026,4,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(51456,1,1777359600,2026,4,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(51457,1,1777363200,2026,4,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(51458,1,1777366800,2026,4,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(51459,1,1777370400,2026,4,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(51460,1,1777374000,2026,4,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(51461,1,1777377600,2026,4,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(51462,1,1777381200,2026,4,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(51463,1,1777384800,2026,4,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(51464,1,1777388400,2026,4,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(51465,1,1777392000,2026,4,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(51466,1,1777395600,2026,4,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(51467,1,1777399200,2026,4,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(51468,1,1777402800,2026,4,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(51469,1,1777406400,2026,4,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(51470,1,1777410000,2026,4,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(51471,1,1777413600,2026,4,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(51472,1,1777417200,2026,4,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(51473,1,1777420800,2026,4,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(51474,1,1777424400,2026,4,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(51475,1,1777428000,2026,4,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(51476,1,1777431600,2026,4,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(51477,1,1777435200,2026,4,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(51478,1,1777438800,2026,4,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(51479,1,1777442400,2026,4,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(51480,1,1777446000,2026,4,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(51481,1,1777449600,2026,4,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(51482,1,1777453200,2026,4,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(51483,1,1777456800,2026,4,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(51484,1,1777460400,2026,4,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(51485,1,1777464000,2026,4,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(51486,1,1777467600,2026,4,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(51487,1,1777471200,2026,4,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(51488,1,1777474800,2026,4,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(51489,1,1777478400,2026,4,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(51490,1,1777482000,2026,4,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(51491,1,1777485600,2026,4,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(51492,1,1777489200,2026,4,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(51493,1,1777492800,2026,4,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(51494,1,1777496400,2026,4,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(51495,1,1777500000,2026,4,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(51496,1,1777503600,2026,4,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(51497,1,1777507200,2026,4,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(51498,1,1777510800,2026,4,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(51499,1,1777514400,2026,4,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(51500,1,1777518000,2026,4,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(51501,1,1777521600,2026,4,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(51502,1,1777525200,2026,4,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(51503,1,1777528800,2026,4,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(51504,1,1777532400,2026,4,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(51505,1,1777536000,2026,4,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(51506,1,1777539600,2026,4,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(51507,1,1777543200,2026,4,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(51508,1,1777546800,2026,4,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(51509,1,1777550400,2026,4,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(51510,1,1777554000,2026,4,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(51511,1,1777557600,2026,4,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(51512,1,1777561200,2026,4,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(51513,1,1777564800,2026,4,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(51514,1,1777568400,2026,4,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(51515,1,1777572000,2026,4,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(51516,1,1777575600,2026,4,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(51517,1,1777579200,2026,4,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(51518,1,1777582800,2026,4,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(51519,1,1777586400,2026,5,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(51520,1,1777590000,2026,5,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(51521,1,1777593600,2026,5,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(51522,1,1777597200,2026,5,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(51523,1,1777600800,2026,5,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(51524,1,1777604400,2026,5,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(51525,1,1777608000,2026,5,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(51526,1,1777611600,2026,5,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(51527,1,1777615200,2026,5,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(51528,1,1777618800,2026,5,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(51529,1,1777622400,2026,5,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(51530,1,1777626000,2026,5,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(51531,1,1777629600,2026,5,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(51532,1,1777633200,2026,5,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(51533,1,1777636800,2026,5,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(51534,1,1777640400,2026,5,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(51535,1,1777644000,2026,5,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(51536,1,1777647600,2026,5,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(51537,1,1777651200,2026,5,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(51538,1,1777654800,2026,5,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(51539,1,1777658400,2026,5,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(51540,1,1777662000,2026,5,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(51541,1,1777665600,2026,5,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(51542,1,1777669200,2026,5,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(51543,1,1777672800,2026,5,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(51544,1,1777676400,2026,5,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(51545,1,1777680000,2026,5,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(51546,1,1777683600,2026,5,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(51547,1,1777687200,2026,5,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(51548,1,1777690800,2026,5,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(51549,1,1777694400,2026,5,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(51550,1,1777698000,2026,5,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(51551,1,1777701600,2026,5,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(51552,1,1777705200,2026,5,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(51553,1,1777708800,2026,5,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(51554,1,1777712400,2026,5,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(51555,1,1777716000,2026,5,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(51556,1,1777719600,2026,5,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(51557,1,1777723200,2026,5,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(51558,1,1777726800,2026,5,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(51559,1,1777730400,2026,5,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(51560,1,1777734000,2026,5,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(51561,1,1777737600,2026,5,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(51562,1,1777741200,2026,5,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(51563,1,1777744800,2026,5,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(51564,1,1777748400,2026,5,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(51565,1,1777752000,2026,5,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(51566,1,1777755600,2026,5,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(51567,1,1777845600,2026,5,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(51568,1,1777849200,2026,5,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(51569,1,1777852800,2026,5,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(51570,1,1777856400,2026,5,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(51571,1,1777860000,2026,5,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(51572,1,1777863600,2026,5,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(51573,1,1777867200,2026,5,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(51574,1,1777870800,2026,5,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(51575,1,1777874400,2026,5,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(51576,1,1777878000,2026,5,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(51577,1,1777881600,2026,5,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(51578,1,1777885200,2026,5,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(51579,1,1777888800,2026,5,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(51580,1,1777892400,2026,5,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(51581,1,1777896000,2026,5,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(51582,1,1777899600,2026,5,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(51583,1,1777903200,2026,5,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(51584,1,1777906800,2026,5,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(51585,1,1777910400,2026,5,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(51586,1,1777914000,2026,5,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(51587,1,1777917600,2026,5,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(51588,1,1777921200,2026,5,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(51589,1,1777924800,2026,5,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(51590,1,1777928400,2026,5,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(51591,1,1777932000,2026,5,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(51592,1,1777935600,2026,5,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(51593,1,1777939200,2026,5,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(51594,1,1777942800,2026,5,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(51595,1,1777946400,2026,5,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(51596,1,1777950000,2026,5,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(51597,1,1777953600,2026,5,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(51598,1,1777957200,2026,5,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(51599,1,1777960800,2026,5,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(51600,1,1777964400,2026,5,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(51601,1,1777968000,2026,5,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(51602,1,1777971600,2026,5,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(51603,1,1777975200,2026,5,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(51604,1,1777978800,2026,5,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(51605,1,1777982400,2026,5,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(51606,1,1777986000,2026,5,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(51607,1,1777989600,2026,5,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(51608,1,1777993200,2026,5,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(51609,1,1777996800,2026,5,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(51610,1,1778000400,2026,5,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(51611,1,1778004000,2026,5,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(51612,1,1778007600,2026,5,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(51613,1,1778011200,2026,5,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(51614,1,1778014800,2026,5,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(51615,1,1778018400,2026,5,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(51616,1,1778022000,2026,5,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(51617,1,1778025600,2026,5,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(51618,1,1778029200,2026,5,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(51619,1,1778032800,2026,5,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(51620,1,1778036400,2026,5,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(51621,1,1778040000,2026,5,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(51622,1,1778043600,2026,5,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(51623,1,1778047200,2026,5,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(51624,1,1778050800,2026,5,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(51625,1,1778054400,2026,5,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(51626,1,1778058000,2026,5,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(51627,1,1778061600,2026,5,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(51628,1,1778065200,2026,5,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(51629,1,1778068800,2026,5,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(51630,1,1778072400,2026,5,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(51631,1,1778076000,2026,5,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(51632,1,1778079600,2026,5,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(51633,1,1778083200,2026,5,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(51634,1,1778086800,2026,5,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(51635,1,1778090400,2026,5,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(51636,1,1778094000,2026,5,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(51637,1,1778097600,2026,5,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(51638,1,1778101200,2026,5,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(51639,1,1778104800,2026,5,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(51640,1,1778108400,2026,5,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(51641,1,1778112000,2026,5,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(51642,1,1778115600,2026,5,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(51643,1,1778119200,2026,5,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(51644,1,1778122800,2026,5,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(51645,1,1778126400,2026,5,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(51646,1,1778130000,2026,5,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(51647,1,1778133600,2026,5,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(51648,1,1778137200,2026,5,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(51649,1,1778140800,2026,5,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(51650,1,1778144400,2026,5,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(51651,1,1778148000,2026,5,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(51652,1,1778151600,2026,5,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(51653,1,1778155200,2026,5,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(51654,1,1778158800,2026,5,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(51655,1,1778162400,2026,5,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(51656,1,1778166000,2026,5,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(51657,1,1778169600,2026,5,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(51658,1,1778173200,2026,5,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(51659,1,1778176800,2026,5,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(51660,1,1778180400,2026,5,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(51661,1,1778184000,2026,5,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(51662,1,1778187600,2026,5,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(51663,1,1778191200,2026,5,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(51664,1,1778194800,2026,5,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(51665,1,1778198400,2026,5,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(51666,1,1778202000,2026,5,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(51667,1,1778205600,2026,5,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(51668,1,1778209200,2026,5,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(51669,1,1778212800,2026,5,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(51670,1,1778216400,2026,5,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(51671,1,1778220000,2026,5,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(51672,1,1778223600,2026,5,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(51673,1,1778227200,2026,5,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(51674,1,1778230800,2026,5,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(51675,1,1778234400,2026,5,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(51676,1,1778238000,2026,5,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(51677,1,1778241600,2026,5,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(51678,1,1778245200,2026,5,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(51679,1,1778248800,2026,5,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(51680,1,1778252400,2026,5,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(51681,1,1778256000,2026,5,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(51682,1,1778259600,2026,5,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(51683,1,1778263200,2026,5,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(51684,1,1778266800,2026,5,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(51685,1,1778270400,2026,5,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(51686,1,1778274000,2026,5,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(51687,1,1778277600,2026,5,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(51688,1,1778281200,2026,5,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(51689,1,1778284800,2026,5,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(51690,1,1778288400,2026,5,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(51691,1,1778292000,2026,5,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(51692,1,1778295600,2026,5,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(51693,1,1778299200,2026,5,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(51694,1,1778302800,2026,5,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(51695,1,1778306400,2026,5,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(51696,1,1778310000,2026,5,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(51697,1,1778313600,2026,5,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(51698,1,1778317200,2026,5,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(51699,1,1778320800,2026,5,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(51700,1,1778324400,2026,5,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(51701,1,1778328000,2026,5,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(51702,1,1778331600,2026,5,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(51703,1,1778335200,2026,5,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(51704,1,1778338800,2026,5,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(51705,1,1778342400,2026,5,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(51706,1,1778346000,2026,5,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(51707,1,1778349600,2026,5,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(51708,1,1778353200,2026,5,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(51709,1,1778356800,2026,5,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(51710,1,1778360400,2026,5,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(51711,1,1778450400,2026,5,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(51712,1,1778454000,2026,5,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(51713,1,1778457600,2026,5,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(51714,1,1778461200,2026,5,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(51715,1,1778464800,2026,5,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(51716,1,1778468400,2026,5,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(51717,1,1778472000,2026,5,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(51718,1,1778475600,2026,5,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(51719,1,1778479200,2026,5,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(51720,1,1778482800,2026,5,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(51721,1,1778486400,2026,5,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(51722,1,1778490000,2026,5,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(51723,1,1778493600,2026,5,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(51724,1,1778497200,2026,5,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(51725,1,1778500800,2026,5,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(51726,1,1778504400,2026,5,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(51727,1,1778508000,2026,5,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(51728,1,1778511600,2026,5,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(51729,1,1778515200,2026,5,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(51730,1,1778518800,2026,5,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(51731,1,1778522400,2026,5,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(51732,1,1778526000,2026,5,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(51733,1,1778529600,2026,5,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(51734,1,1778533200,2026,5,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(51735,1,1778536800,2026,5,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(51736,1,1778540400,2026,5,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(51737,1,1778544000,2026,5,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(51738,1,1778547600,2026,5,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(51739,1,1778551200,2026,5,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(51740,1,1778554800,2026,5,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(51741,1,1778558400,2026,5,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(51742,1,1778562000,2026,5,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(51743,1,1778565600,2026,5,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(51744,1,1778569200,2026,5,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(51745,1,1778572800,2026,5,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(51746,1,1778576400,2026,5,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(51747,1,1778580000,2026,5,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(51748,1,1778583600,2026,5,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(51749,1,1778587200,2026,5,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(51750,1,1778590800,2026,5,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(51751,1,1778594400,2026,5,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(51752,1,1778598000,2026,5,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(51753,1,1778601600,2026,5,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(51754,1,1778605200,2026,5,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(51755,1,1778608800,2026,5,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(51756,1,1778612400,2026,5,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(51757,1,1778616000,2026,5,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(51758,1,1778619600,2026,5,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(51759,1,1778623200,2026,5,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(51760,1,1778626800,2026,5,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(51761,1,1778630400,2026,5,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(51762,1,1778634000,2026,5,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(51763,1,1778637600,2026,5,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(51764,1,1778641200,2026,5,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(51765,1,1778644800,2026,5,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(51766,1,1778648400,2026,5,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(51767,1,1778652000,2026,5,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(51768,1,1778655600,2026,5,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(51769,1,1778659200,2026,5,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(51770,1,1778662800,2026,5,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(51771,1,1778666400,2026,5,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(51772,1,1778670000,2026,5,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(51773,1,1778673600,2026,5,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(51774,1,1778677200,2026,5,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(51775,1,1778680800,2026,5,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(51776,1,1778684400,2026,5,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(51777,1,1778688000,2026,5,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(51778,1,1778691600,2026,5,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(51779,1,1778695200,2026,5,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(51780,1,1778698800,2026,5,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(51781,1,1778702400,2026,5,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(51782,1,1778706000,2026,5,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(51783,1,1778709600,2026,5,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(51784,1,1778713200,2026,5,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(51785,1,1778716800,2026,5,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(51786,1,1778720400,2026,5,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(51787,1,1778724000,2026,5,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(51788,1,1778727600,2026,5,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(51789,1,1778731200,2026,5,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(51790,1,1778734800,2026,5,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(51791,1,1778738400,2026,5,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(51792,1,1778742000,2026,5,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(51793,1,1778745600,2026,5,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(51794,1,1778749200,2026,5,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(51795,1,1778752800,2026,5,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(51796,1,1778756400,2026,5,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(51797,1,1778760000,2026,5,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(51798,1,1778763600,2026,5,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(51799,1,1778767200,2026,5,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(51800,1,1778770800,2026,5,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(51801,1,1778774400,2026,5,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(51802,1,1778778000,2026,5,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(51803,1,1778781600,2026,5,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(51804,1,1778785200,2026,5,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(51805,1,1778788800,2026,5,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(51806,1,1778792400,2026,5,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(51807,1,1778796000,2026,5,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(51808,1,1778799600,2026,5,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(51809,1,1778803200,2026,5,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(51810,1,1778806800,2026,5,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(51811,1,1778810400,2026,5,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(51812,1,1778814000,2026,5,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(51813,1,1778817600,2026,5,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(51814,1,1778821200,2026,5,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(51815,1,1778824800,2026,5,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(51816,1,1778828400,2026,5,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(51817,1,1778832000,2026,5,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(51818,1,1778835600,2026,5,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(51819,1,1778839200,2026,5,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(51820,1,1778842800,2026,5,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(51821,1,1778846400,2026,5,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(51822,1,1778850000,2026,5,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(51823,1,1778853600,2026,5,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(51824,1,1778857200,2026,5,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(51825,1,1778860800,2026,5,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(51826,1,1778864400,2026,5,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(51827,1,1778868000,2026,5,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(51828,1,1778871600,2026,5,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(51829,1,1778875200,2026,5,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(51830,1,1778878800,2026,5,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(51831,1,1778882400,2026,5,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(51832,1,1778886000,2026,5,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(51833,1,1778889600,2026,5,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(51834,1,1778893200,2026,5,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(51835,1,1778896800,2026,5,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(51836,1,1778900400,2026,5,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(51837,1,1778904000,2026,5,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(51838,1,1778907600,2026,5,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(51839,1,1778911200,2026,5,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(51840,1,1778914800,2026,5,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(51841,1,1778918400,2026,5,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(51842,1,1778922000,2026,5,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(51843,1,1778925600,2026,5,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(51844,1,1778929200,2026,5,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(51845,1,1778932800,2026,5,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(51846,1,1778936400,2026,5,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(51847,1,1778940000,2026,5,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(51848,1,1778943600,2026,5,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(51849,1,1778947200,2026,5,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(51850,1,1778950800,2026,5,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(51851,1,1778954400,2026,5,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(51852,1,1778958000,2026,5,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(51853,1,1778961600,2026,5,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(51854,1,1778965200,2026,5,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(51855,1,1779055200,2026,5,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(51856,1,1779058800,2026,5,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(51857,1,1779062400,2026,5,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(51858,1,1779066000,2026,5,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(51859,1,1779069600,2026,5,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(51860,1,1779073200,2026,5,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(51861,1,1779076800,2026,5,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(51862,1,1779080400,2026,5,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(51863,1,1779084000,2026,5,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(51864,1,1779087600,2026,5,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(51865,1,1779091200,2026,5,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(51866,1,1779094800,2026,5,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(51867,1,1779098400,2026,5,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(51868,1,1779102000,2026,5,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(51869,1,1779105600,2026,5,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(51870,1,1779109200,2026,5,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(51871,1,1779112800,2026,5,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(51872,1,1779116400,2026,5,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(51873,1,1779120000,2026,5,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(51874,1,1779123600,2026,5,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(51875,1,1779127200,2026,5,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(51876,1,1779130800,2026,5,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(51877,1,1779134400,2026,5,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(51878,1,1779138000,2026,5,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(51879,1,1779141600,2026,5,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(51880,1,1779145200,2026,5,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(51881,1,1779148800,2026,5,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(51882,1,1779152400,2026,5,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(51883,1,1779156000,2026,5,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(51884,1,1779159600,2026,5,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(51885,1,1779163200,2026,5,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(51886,1,1779166800,2026,5,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(51887,1,1779170400,2026,5,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(51888,1,1779174000,2026,5,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(51889,1,1779177600,2026,5,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(51890,1,1779181200,2026,5,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(51891,1,1779184800,2026,5,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(51892,1,1779188400,2026,5,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(51893,1,1779192000,2026,5,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(51894,1,1779195600,2026,5,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(51895,1,1779199200,2026,5,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(51896,1,1779202800,2026,5,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(51897,1,1779206400,2026,5,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(51898,1,1779210000,2026,5,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(51899,1,1779213600,2026,5,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(51900,1,1779217200,2026,5,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(51901,1,1779220800,2026,5,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(51902,1,1779224400,2026,5,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(51903,1,1779228000,2026,5,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(51904,1,1779231600,2026,5,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(51905,1,1779235200,2026,5,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(51906,1,1779238800,2026,5,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(51907,1,1779242400,2026,5,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(51908,1,1779246000,2026,5,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(51909,1,1779249600,2026,5,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(51910,1,1779253200,2026,5,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(51911,1,1779256800,2026,5,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(51912,1,1779260400,2026,5,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(51913,1,1779264000,2026,5,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(51914,1,1779267600,2026,5,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(51915,1,1779271200,2026,5,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(51916,1,1779274800,2026,5,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(51917,1,1779278400,2026,5,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(51918,1,1779282000,2026,5,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(51919,1,1779285600,2026,5,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(51920,1,1779289200,2026,5,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(51921,1,1779292800,2026,5,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(51922,1,1779296400,2026,5,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(51923,1,1779300000,2026,5,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(51924,1,1779303600,2026,5,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(51925,1,1779307200,2026,5,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(51926,1,1779310800,2026,5,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(51927,1,1779314400,2026,5,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(51928,1,1779318000,2026,5,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(51929,1,1779321600,2026,5,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(51930,1,1779325200,2026,5,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(51931,1,1779328800,2026,5,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(51932,1,1779332400,2026,5,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(51933,1,1779336000,2026,5,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(51934,1,1779339600,2026,5,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(51935,1,1779343200,2026,5,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(51936,1,1779346800,2026,5,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(51937,1,1779350400,2026,5,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(51938,1,1779354000,2026,5,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(51939,1,1779357600,2026,5,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(51940,1,1779361200,2026,5,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(51941,1,1779364800,2026,5,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(51942,1,1779368400,2026,5,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(51943,1,1779372000,2026,5,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(51944,1,1779375600,2026,5,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(51945,1,1779379200,2026,5,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(51946,1,1779382800,2026,5,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(51947,1,1779386400,2026,5,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(51948,1,1779390000,2026,5,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(51949,1,1779393600,2026,5,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(51950,1,1779397200,2026,5,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(51951,1,1779400800,2026,5,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(51952,1,1779404400,2026,5,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(51953,1,1779408000,2026,5,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(51954,1,1779411600,2026,5,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(51955,1,1779415200,2026,5,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(51956,1,1779418800,2026,5,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(51957,1,1779422400,2026,5,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(51958,1,1779426000,2026,5,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(51959,1,1779429600,2026,5,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(51960,1,1779433200,2026,5,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(51961,1,1779436800,2026,5,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(51962,1,1779440400,2026,5,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(51963,1,1779444000,2026,5,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(51964,1,1779447600,2026,5,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(51965,1,1779451200,2026,5,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(51966,1,1779454800,2026,5,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(51967,1,1779458400,2026,5,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(51968,1,1779462000,2026,5,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(51969,1,1779465600,2026,5,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(51970,1,1779469200,2026,5,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(51971,1,1779472800,2026,5,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(51972,1,1779476400,2026,5,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(51973,1,1779480000,2026,5,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(51974,1,1779483600,2026,5,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(51975,1,1779487200,2026,5,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(51976,1,1779490800,2026,5,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(51977,1,1779494400,2026,5,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(51978,1,1779498000,2026,5,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(51979,1,1779501600,2026,5,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(51980,1,1779505200,2026,5,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(51981,1,1779508800,2026,5,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(51982,1,1779512400,2026,5,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(51983,1,1779516000,2026,5,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(51984,1,1779519600,2026,5,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(51985,1,1779523200,2026,5,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(51986,1,1779526800,2026,5,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(51987,1,1779530400,2026,5,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(51988,1,1779534000,2026,5,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(51989,1,1779537600,2026,5,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(51990,1,1779541200,2026,5,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(51991,1,1779544800,2026,5,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(51992,1,1779548400,2026,5,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(51993,1,1779552000,2026,5,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(51994,1,1779555600,2026,5,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(51995,1,1779559200,2026,5,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(51996,1,1779562800,2026,5,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(51997,1,1779566400,2026,5,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(51998,1,1779570000,2026,5,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(51999,1,1779660000,2026,5,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(52000,1,1779663600,2026,5,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(52001,1,1779667200,2026,5,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(52002,1,1779670800,2026,5,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(52003,1,1779674400,2026,5,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(52004,1,1779678000,2026,5,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(52005,1,1779681600,2026,5,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(52006,1,1779685200,2026,5,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(52007,1,1779688800,2026,5,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(52008,1,1779692400,2026,5,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(52009,1,1779696000,2026,5,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(52010,1,1779699600,2026,5,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(52011,1,1779703200,2026,5,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(52012,1,1779706800,2026,5,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(52013,1,1779710400,2026,5,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(52014,1,1779714000,2026,5,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(52015,1,1779717600,2026,5,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(52016,1,1779721200,2026,5,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(52017,1,1779724800,2026,5,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(52018,1,1779728400,2026,5,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(52019,1,1779732000,2026,5,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(52020,1,1779735600,2026,5,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(52021,1,1779739200,2026,5,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(52022,1,1779742800,2026,5,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(52023,1,1779746400,2026,5,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(52024,1,1779750000,2026,5,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(52025,1,1779753600,2026,5,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(52026,1,1779757200,2026,5,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(52027,1,1779760800,2026,5,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(52028,1,1779764400,2026,5,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(52029,1,1779768000,2026,5,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(52030,1,1779771600,2026,5,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(52031,1,1779775200,2026,5,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(52032,1,1779778800,2026,5,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(52033,1,1779782400,2026,5,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(52034,1,1779786000,2026,5,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(52035,1,1779789600,2026,5,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(52036,1,1779793200,2026,5,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(52037,1,1779796800,2026,5,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(52038,1,1779800400,2026,5,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(52039,1,1779804000,2026,5,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(52040,1,1779807600,2026,5,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(52041,1,1779811200,2026,5,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(52042,1,1779814800,2026,5,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(52043,1,1779818400,2026,5,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(52044,1,1779822000,2026,5,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(52045,1,1779825600,2026,5,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(52046,1,1779829200,2026,5,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(52047,1,1779832800,2026,5,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(52048,1,1779836400,2026,5,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(52049,1,1779840000,2026,5,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(52050,1,1779843600,2026,5,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(52051,1,1779847200,2026,5,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(52052,1,1779850800,2026,5,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(52053,1,1779854400,2026,5,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(52054,1,1779858000,2026,5,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(52055,1,1779861600,2026,5,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(52056,1,1779865200,2026,5,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(52057,1,1779868800,2026,5,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(52058,1,1779872400,2026,5,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(52059,1,1779876000,2026,5,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(52060,1,1779879600,2026,5,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(52061,1,1779883200,2026,5,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(52062,1,1779886800,2026,5,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(52063,1,1779890400,2026,5,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(52064,1,1779894000,2026,5,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(52065,1,1779897600,2026,5,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(52066,1,1779901200,2026,5,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(52067,1,1779904800,2026,5,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(52068,1,1779908400,2026,5,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(52069,1,1779912000,2026,5,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(52070,1,1779915600,2026,5,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(52071,1,1779919200,2026,5,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(52072,1,1779922800,2026,5,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(52073,1,1779926400,2026,5,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(52074,1,1779930000,2026,5,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(52075,1,1779933600,2026,5,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(52076,1,1779937200,2026,5,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(52077,1,1779940800,2026,5,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(52078,1,1779944400,2026,5,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(52079,1,1779948000,2026,5,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(52080,1,1779951600,2026,5,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(52081,1,1779955200,2026,5,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(52082,1,1779958800,2026,5,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(52083,1,1779962400,2026,5,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(52084,1,1779966000,2026,5,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(52085,1,1779969600,2026,5,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(52086,1,1779973200,2026,5,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(52087,1,1779976800,2026,5,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(52088,1,1779980400,2026,5,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(52089,1,1779984000,2026,5,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(52090,1,1779987600,2026,5,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(52091,1,1779991200,2026,5,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(52092,1,1779994800,2026,5,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(52093,1,1779998400,2026,5,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(52094,1,1780002000,2026,5,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(52095,1,1780005600,2026,5,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(52096,1,1780009200,2026,5,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(52097,1,1780012800,2026,5,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(52098,1,1780016400,2026,5,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(52099,1,1780020000,2026,5,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(52100,1,1780023600,2026,5,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(52101,1,1780027200,2026,5,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(52102,1,1780030800,2026,5,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(52103,1,1780034400,2026,5,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(52104,1,1780038000,2026,5,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(52105,1,1780041600,2026,5,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(52106,1,1780045200,2026,5,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(52107,1,1780048800,2026,5,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(52108,1,1780052400,2026,5,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(52109,1,1780056000,2026,5,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(52110,1,1780059600,2026,5,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(52111,1,1780063200,2026,5,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(52112,1,1780066800,2026,5,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(52113,1,1780070400,2026,5,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(52114,1,1780074000,2026,5,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(52115,1,1780077600,2026,5,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(52116,1,1780081200,2026,5,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(52117,1,1780084800,2026,5,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(52118,1,1780088400,2026,5,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(52119,1,1780092000,2026,5,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(52120,1,1780095600,2026,5,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(52121,1,1780099200,2026,5,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(52122,1,1780102800,2026,5,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(52123,1,1780106400,2026,5,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(52124,1,1780110000,2026,5,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(52125,1,1780113600,2026,5,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(52126,1,1780117200,2026,5,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(52127,1,1780120800,2026,5,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(52128,1,1780124400,2026,5,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(52129,1,1780128000,2026,5,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(52130,1,1780131600,2026,5,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(52131,1,1780135200,2026,5,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(52132,1,1780138800,2026,5,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(52133,1,1780142400,2026,5,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(52134,1,1780146000,2026,5,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(52135,1,1780149600,2026,5,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(52136,1,1780153200,2026,5,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(52137,1,1780156800,2026,5,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(52138,1,1780160400,2026,5,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(52139,1,1780164000,2026,5,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(52140,1,1780167600,2026,5,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(52141,1,1780171200,2026,5,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(52142,1,1780174800,2026,5,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(52143,1,1780264800,2026,6,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(52144,1,1780268400,2026,6,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(52145,1,1780272000,2026,6,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(52146,1,1780275600,2026,6,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(52147,1,1780279200,2026,6,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(52148,1,1780282800,2026,6,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(52149,1,1780286400,2026,6,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(52150,1,1780290000,2026,6,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(52151,1,1780293600,2026,6,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(52152,1,1780297200,2026,6,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(52153,1,1780300800,2026,6,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(52154,1,1780304400,2026,6,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(52155,1,1780308000,2026,6,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(52156,1,1780311600,2026,6,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(52157,1,1780315200,2026,6,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(52158,1,1780318800,2026,6,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(52159,1,1780322400,2026,6,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(52160,1,1780326000,2026,6,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(52161,1,1780329600,2026,6,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(52162,1,1780333200,2026,6,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(52163,1,1780336800,2026,6,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(52164,1,1780340400,2026,6,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(52165,1,1780344000,2026,6,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(52166,1,1780347600,2026,6,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(52167,1,1780351200,2026,6,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(52168,1,1780354800,2026,6,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(52169,1,1780358400,2026,6,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(52170,1,1780362000,2026,6,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(52171,1,1780365600,2026,6,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(52172,1,1780369200,2026,6,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(52173,1,1780372800,2026,6,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(52174,1,1780376400,2026,6,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(52175,1,1780380000,2026,6,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(52176,1,1780383600,2026,6,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(52177,1,1780387200,2026,6,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(52178,1,1780390800,2026,6,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(52179,1,1780394400,2026,6,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(52180,1,1780398000,2026,6,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(52181,1,1780401600,2026,6,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(52182,1,1780405200,2026,6,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(52183,1,1780408800,2026,6,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(52184,1,1780412400,2026,6,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(52185,1,1780416000,2026,6,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(52186,1,1780419600,2026,6,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(52187,1,1780423200,2026,6,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(52188,1,1780426800,2026,6,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(52189,1,1780430400,2026,6,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(52190,1,1780434000,2026,6,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(52191,1,1780437600,2026,6,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(52192,1,1780441200,2026,6,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(52193,1,1780444800,2026,6,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(52194,1,1780448400,2026,6,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(52195,1,1780452000,2026,6,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(52196,1,1780455600,2026,6,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(52197,1,1780459200,2026,6,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(52198,1,1780462800,2026,6,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(52199,1,1780466400,2026,6,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(52200,1,1780470000,2026,6,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(52201,1,1780473600,2026,6,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(52202,1,1780477200,2026,6,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(52203,1,1780480800,2026,6,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(52204,1,1780484400,2026,6,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(52205,1,1780488000,2026,6,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(52206,1,1780491600,2026,6,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(52207,1,1780495200,2026,6,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(52208,1,1780498800,2026,6,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(52209,1,1780502400,2026,6,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(52210,1,1780506000,2026,6,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(52211,1,1780509600,2026,6,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(52212,1,1780513200,2026,6,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(52213,1,1780516800,2026,6,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(52214,1,1780520400,2026,6,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(52215,1,1780524000,2026,6,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(52216,1,1780527600,2026,6,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(52217,1,1780531200,2026,6,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(52218,1,1780534800,2026,6,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(52219,1,1780538400,2026,6,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(52220,1,1780542000,2026,6,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(52221,1,1780545600,2026,6,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(52222,1,1780549200,2026,6,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(52223,1,1780552800,2026,6,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(52224,1,1780556400,2026,6,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(52225,1,1780560000,2026,6,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(52226,1,1780563600,2026,6,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(52227,1,1780567200,2026,6,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(52228,1,1780570800,2026,6,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(52229,1,1780574400,2026,6,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(52230,1,1780578000,2026,6,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(52231,1,1780581600,2026,6,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(52232,1,1780585200,2026,6,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(52233,1,1780588800,2026,6,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(52234,1,1780592400,2026,6,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(52235,1,1780596000,2026,6,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(52236,1,1780599600,2026,6,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(52237,1,1780603200,2026,6,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(52238,1,1780606800,2026,6,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(52239,1,1780610400,2026,6,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(52240,1,1780614000,2026,6,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(52241,1,1780617600,2026,6,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(52242,1,1780621200,2026,6,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(52243,1,1780624800,2026,6,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(52244,1,1780628400,2026,6,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(52245,1,1780632000,2026,6,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(52246,1,1780635600,2026,6,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(52247,1,1780639200,2026,6,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(52248,1,1780642800,2026,6,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(52249,1,1780646400,2026,6,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(52250,1,1780650000,2026,6,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(52251,1,1780653600,2026,6,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(52252,1,1780657200,2026,6,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(52253,1,1780660800,2026,6,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(52254,1,1780664400,2026,6,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(52255,1,1780668000,2026,6,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(52256,1,1780671600,2026,6,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(52257,1,1780675200,2026,6,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(52258,1,1780678800,2026,6,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(52259,1,1780682400,2026,6,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(52260,1,1780686000,2026,6,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(52261,1,1780689600,2026,6,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(52262,1,1780693200,2026,6,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(52263,1,1780696800,2026,6,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(52264,1,1780700400,2026,6,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(52265,1,1780704000,2026,6,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(52266,1,1780707600,2026,6,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(52267,1,1780711200,2026,6,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(52268,1,1780714800,2026,6,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(52269,1,1780718400,2026,6,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(52270,1,1780722000,2026,6,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(52271,1,1780725600,2026,6,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(52272,1,1780729200,2026,6,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(52273,1,1780732800,2026,6,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(52274,1,1780736400,2026,6,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(52275,1,1780740000,2026,6,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(52276,1,1780743600,2026,6,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(52277,1,1780747200,2026,6,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(52278,1,1780750800,2026,6,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(52279,1,1780754400,2026,6,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(52280,1,1780758000,2026,6,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(52281,1,1780761600,2026,6,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(52282,1,1780765200,2026,6,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(52283,1,1780768800,2026,6,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(52284,1,1780772400,2026,6,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(52285,1,1780776000,2026,6,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(52286,1,1780779600,2026,6,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(52287,1,1780869600,2026,6,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(52288,1,1780873200,2026,6,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(52289,1,1780876800,2026,6,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(52290,1,1780880400,2026,6,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(52291,1,1780884000,2026,6,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(52292,1,1780887600,2026,6,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(52293,1,1780891200,2026,6,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(52294,1,1780894800,2026,6,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(52295,1,1780898400,2026,6,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(52296,1,1780902000,2026,6,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(52297,1,1780905600,2026,6,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(52298,1,1780909200,2026,6,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(52299,1,1780912800,2026,6,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(52300,1,1780916400,2026,6,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(52301,1,1780920000,2026,6,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(52302,1,1780923600,2026,6,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(52303,1,1780927200,2026,6,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(52304,1,1780930800,2026,6,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(52305,1,1780934400,2026,6,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(52306,1,1780938000,2026,6,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(52307,1,1780941600,2026,6,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(52308,1,1780945200,2026,6,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(52309,1,1780948800,2026,6,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(52310,1,1780952400,2026,6,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(52311,1,1780956000,2026,6,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(52312,1,1780959600,2026,6,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(52313,1,1780963200,2026,6,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(52314,1,1780966800,2026,6,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(52315,1,1780970400,2026,6,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(52316,1,1780974000,2026,6,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(52317,1,1780977600,2026,6,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(52318,1,1780981200,2026,6,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(52319,1,1780984800,2026,6,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(52320,1,1780988400,2026,6,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(52321,1,1780992000,2026,6,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(52322,1,1780995600,2026,6,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(52323,1,1780999200,2026,6,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(52324,1,1781002800,2026,6,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(52325,1,1781006400,2026,6,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(52326,1,1781010000,2026,6,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(52327,1,1781013600,2026,6,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(52328,1,1781017200,2026,6,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(52329,1,1781020800,2026,6,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(52330,1,1781024400,2026,6,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(52331,1,1781028000,2026,6,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(52332,1,1781031600,2026,6,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(52333,1,1781035200,2026,6,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(52334,1,1781038800,2026,6,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(52335,1,1781042400,2026,6,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(52336,1,1781046000,2026,6,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(52337,1,1781049600,2026,6,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(52338,1,1781053200,2026,6,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(52339,1,1781056800,2026,6,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(52340,1,1781060400,2026,6,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(52341,1,1781064000,2026,6,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(52342,1,1781067600,2026,6,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(52343,1,1781071200,2026,6,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(52344,1,1781074800,2026,6,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(52345,1,1781078400,2026,6,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(52346,1,1781082000,2026,6,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(52347,1,1781085600,2026,6,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(52348,1,1781089200,2026,6,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(52349,1,1781092800,2026,6,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(52350,1,1781096400,2026,6,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(52351,1,1781100000,2026,6,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(52352,1,1781103600,2026,6,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(52353,1,1781107200,2026,6,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(52354,1,1781110800,2026,6,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(52355,1,1781114400,2026,6,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(52356,1,1781118000,2026,6,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(52357,1,1781121600,2026,6,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(52358,1,1781125200,2026,6,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(52359,1,1781128800,2026,6,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(52360,1,1781132400,2026,6,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(52361,1,1781136000,2026,6,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(52362,1,1781139600,2026,6,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(52363,1,1781143200,2026,6,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(52364,1,1781146800,2026,6,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(52365,1,1781150400,2026,6,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(52366,1,1781154000,2026,6,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(52367,1,1781157600,2026,6,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(52368,1,1781161200,2026,6,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(52369,1,1781164800,2026,6,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(52370,1,1781168400,2026,6,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(52371,1,1781172000,2026,6,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(52372,1,1781175600,2026,6,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(52373,1,1781179200,2026,6,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(52374,1,1781182800,2026,6,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(52375,1,1781186400,2026,6,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(52376,1,1781190000,2026,6,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(52377,1,1781193600,2026,6,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(52378,1,1781197200,2026,6,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(52379,1,1781200800,2026,6,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(52380,1,1781204400,2026,6,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(52381,1,1781208000,2026,6,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(52382,1,1781211600,2026,6,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(52383,1,1781215200,2026,6,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(52384,1,1781218800,2026,6,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(52385,1,1781222400,2026,6,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(52386,1,1781226000,2026,6,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(52387,1,1781229600,2026,6,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(52388,1,1781233200,2026,6,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(52389,1,1781236800,2026,6,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(52390,1,1781240400,2026,6,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(52391,1,1781244000,2026,6,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(52392,1,1781247600,2026,6,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(52393,1,1781251200,2026,6,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(52394,1,1781254800,2026,6,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(52395,1,1781258400,2026,6,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(52396,1,1781262000,2026,6,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(52397,1,1781265600,2026,6,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(52398,1,1781269200,2026,6,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(52399,1,1781272800,2026,6,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(52400,1,1781276400,2026,6,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(52401,1,1781280000,2026,6,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(52402,1,1781283600,2026,6,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(52403,1,1781287200,2026,6,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(52404,1,1781290800,2026,6,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(52405,1,1781294400,2026,6,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(52406,1,1781298000,2026,6,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(52407,1,1781301600,2026,6,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(52408,1,1781305200,2026,6,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(52409,1,1781308800,2026,6,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(52410,1,1781312400,2026,6,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(52411,1,1781316000,2026,6,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(52412,1,1781319600,2026,6,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(52413,1,1781323200,2026,6,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(52414,1,1781326800,2026,6,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(52415,1,1781330400,2026,6,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(52416,1,1781334000,2026,6,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(52417,1,1781337600,2026,6,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(52418,1,1781341200,2026,6,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(52419,1,1781344800,2026,6,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(52420,1,1781348400,2026,6,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(52421,1,1781352000,2026,6,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(52422,1,1781355600,2026,6,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(52423,1,1781359200,2026,6,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(52424,1,1781362800,2026,6,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(52425,1,1781366400,2026,6,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(52426,1,1781370000,2026,6,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(52427,1,1781373600,2026,6,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(52428,1,1781377200,2026,6,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(52429,1,1781380800,2026,6,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(52430,1,1781384400,2026,6,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(52431,1,1781474400,2026,6,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(52432,1,1781478000,2026,6,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(52433,1,1781481600,2026,6,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(52434,1,1781485200,2026,6,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(52435,1,1781488800,2026,6,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(52436,1,1781492400,2026,6,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(52437,1,1781496000,2026,6,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(52438,1,1781499600,2026,6,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(52439,1,1781503200,2026,6,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(52440,1,1781506800,2026,6,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(52441,1,1781510400,2026,6,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(52442,1,1781514000,2026,6,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(52443,1,1781517600,2026,6,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(52444,1,1781521200,2026,6,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(52445,1,1781524800,2026,6,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(52446,1,1781528400,2026,6,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(52447,1,1781532000,2026,6,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(52448,1,1781535600,2026,6,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(52449,1,1781539200,2026,6,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(52450,1,1781542800,2026,6,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(52451,1,1781546400,2026,6,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(52452,1,1781550000,2026,6,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(52453,1,1781553600,2026,6,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(52454,1,1781557200,2026,6,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(52455,1,1781560800,2026,6,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(52456,1,1781564400,2026,6,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(52457,1,1781568000,2026,6,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(52458,1,1781571600,2026,6,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(52459,1,1781575200,2026,6,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(52460,1,1781578800,2026,6,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(52461,1,1781582400,2026,6,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(52462,1,1781586000,2026,6,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(52463,1,1781589600,2026,6,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(52464,1,1781593200,2026,6,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(52465,1,1781596800,2026,6,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(52466,1,1781600400,2026,6,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(52467,1,1781604000,2026,6,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(52468,1,1781607600,2026,6,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(52469,1,1781611200,2026,6,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(52470,1,1781614800,2026,6,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(52471,1,1781618400,2026,6,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(52472,1,1781622000,2026,6,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(52473,1,1781625600,2026,6,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(52474,1,1781629200,2026,6,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(52475,1,1781632800,2026,6,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(52476,1,1781636400,2026,6,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(52477,1,1781640000,2026,6,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(52478,1,1781643600,2026,6,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(52479,1,1781647200,2026,6,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(52480,1,1781650800,2026,6,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(52481,1,1781654400,2026,6,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(52482,1,1781658000,2026,6,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(52483,1,1781661600,2026,6,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(52484,1,1781665200,2026,6,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(52485,1,1781668800,2026,6,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(52486,1,1781672400,2026,6,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(52487,1,1781676000,2026,6,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(52488,1,1781679600,2026,6,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(52489,1,1781683200,2026,6,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(52490,1,1781686800,2026,6,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(52491,1,1781690400,2026,6,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(52492,1,1781694000,2026,6,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(52493,1,1781697600,2026,6,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(52494,1,1781701200,2026,6,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(52495,1,1781704800,2026,6,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(52496,1,1781708400,2026,6,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(52497,1,1781712000,2026,6,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(52498,1,1781715600,2026,6,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(52499,1,1781719200,2026,6,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(52500,1,1781722800,2026,6,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(52501,1,1781726400,2026,6,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(52502,1,1781730000,2026,6,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(52503,1,1781733600,2026,6,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(52504,1,1781737200,2026,6,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(52505,1,1781740800,2026,6,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(52506,1,1781744400,2026,6,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(52507,1,1781748000,2026,6,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(52508,1,1781751600,2026,6,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(52509,1,1781755200,2026,6,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(52510,1,1781758800,2026,6,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(52511,1,1781762400,2026,6,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(52512,1,1781766000,2026,6,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(52513,1,1781769600,2026,6,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(52514,1,1781773200,2026,6,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(52515,1,1781776800,2026,6,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(52516,1,1781780400,2026,6,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(52517,1,1781784000,2026,6,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(52518,1,1781787600,2026,6,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(52519,1,1781791200,2026,6,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(52520,1,1781794800,2026,6,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(52521,1,1781798400,2026,6,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(52522,1,1781802000,2026,6,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(52523,1,1781805600,2026,6,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(52524,1,1781809200,2026,6,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(52525,1,1781812800,2026,6,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(52526,1,1781816400,2026,6,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(52527,1,1781820000,2026,6,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(52528,1,1781823600,2026,6,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(52529,1,1781827200,2026,6,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(52530,1,1781830800,2026,6,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(52531,1,1781834400,2026,6,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(52532,1,1781838000,2026,6,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(52533,1,1781841600,2026,6,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(52534,1,1781845200,2026,6,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(52535,1,1781848800,2026,6,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(52536,1,1781852400,2026,6,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(52537,1,1781856000,2026,6,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(52538,1,1781859600,2026,6,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(52539,1,1781863200,2026,6,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(52540,1,1781866800,2026,6,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(52541,1,1781870400,2026,6,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(52542,1,1781874000,2026,6,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(52543,1,1781877600,2026,6,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(52544,1,1781881200,2026,6,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(52545,1,1781884800,2026,6,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(52546,1,1781888400,2026,6,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(52547,1,1781892000,2026,6,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(52548,1,1781895600,2026,6,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(52549,1,1781899200,2026,6,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(52550,1,1781902800,2026,6,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(52551,1,1781906400,2026,6,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(52552,1,1781910000,2026,6,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(52553,1,1781913600,2026,6,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(52554,1,1781917200,2026,6,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(52555,1,1781920800,2026,6,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(52556,1,1781924400,2026,6,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(52557,1,1781928000,2026,6,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(52558,1,1781931600,2026,6,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(52559,1,1781935200,2026,6,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(52560,1,1781938800,2026,6,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(52561,1,1781942400,2026,6,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(52562,1,1781946000,2026,6,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(52563,1,1781949600,2026,6,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(52564,1,1781953200,2026,6,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(52565,1,1781956800,2026,6,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(52566,1,1781960400,2026,6,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(52567,1,1781964000,2026,6,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(52568,1,1781967600,2026,6,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(52569,1,1781971200,2026,6,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(52570,1,1781974800,2026,6,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(52571,1,1781978400,2026,6,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(52572,1,1781982000,2026,6,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(52573,1,1781985600,2026,6,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(52574,1,1781989200,2026,6,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(52575,1,1782079200,2026,6,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(52576,1,1782082800,2026,6,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(52577,1,1782086400,2026,6,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(52578,1,1782090000,2026,6,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(52579,1,1782093600,2026,6,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(52580,1,1782097200,2026,6,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(52581,1,1782100800,2026,6,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(52582,1,1782104400,2026,6,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(52583,1,1782108000,2026,6,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(52584,1,1782111600,2026,6,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(52585,1,1782115200,2026,6,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(52586,1,1782118800,2026,6,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(52587,1,1782122400,2026,6,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(52588,1,1782126000,2026,6,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(52589,1,1782129600,2026,6,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(52590,1,1782133200,2026,6,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(52591,1,1782136800,2026,6,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(52592,1,1782140400,2026,6,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(52593,1,1782144000,2026,6,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(52594,1,1782147600,2026,6,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(52595,1,1782151200,2026,6,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(52596,1,1782154800,2026,6,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(52597,1,1782158400,2026,6,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(52598,1,1782162000,2026,6,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(52599,1,1782165600,2026,6,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(52600,1,1782169200,2026,6,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(52601,1,1782172800,2026,6,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(52602,1,1782176400,2026,6,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(52603,1,1782180000,2026,6,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(52604,1,1782183600,2026,6,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(52605,1,1782187200,2026,6,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(52606,1,1782190800,2026,6,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(52607,1,1782194400,2026,6,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(52608,1,1782198000,2026,6,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(52609,1,1782201600,2026,6,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(52610,1,1782205200,2026,6,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(52611,1,1782208800,2026,6,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(52612,1,1782212400,2026,6,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(52613,1,1782216000,2026,6,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(52614,1,1782219600,2026,6,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(52615,1,1782223200,2026,6,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(52616,1,1782226800,2026,6,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(52617,1,1782230400,2026,6,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(52618,1,1782234000,2026,6,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(52619,1,1782237600,2026,6,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(52620,1,1782241200,2026,6,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(52621,1,1782244800,2026,6,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(52622,1,1782248400,2026,6,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(52623,1,1782252000,2026,6,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(52624,1,1782255600,2026,6,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(52625,1,1782259200,2026,6,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(52626,1,1782262800,2026,6,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(52627,1,1782266400,2026,6,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(52628,1,1782270000,2026,6,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(52629,1,1782273600,2026,6,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(52630,1,1782277200,2026,6,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(52631,1,1782280800,2026,6,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(52632,1,1782284400,2026,6,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(52633,1,1782288000,2026,6,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(52634,1,1782291600,2026,6,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(52635,1,1782295200,2026,6,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(52636,1,1782298800,2026,6,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(52637,1,1782302400,2026,6,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(52638,1,1782306000,2026,6,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(52639,1,1782309600,2026,6,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(52640,1,1782313200,2026,6,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(52641,1,1782316800,2026,6,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(52642,1,1782320400,2026,6,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(52643,1,1782324000,2026,6,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(52644,1,1782327600,2026,6,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(52645,1,1782331200,2026,6,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(52646,1,1782334800,2026,6,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(52647,1,1782338400,2026,6,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(52648,1,1782342000,2026,6,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(52649,1,1782345600,2026,6,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(52650,1,1782349200,2026,6,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(52651,1,1782352800,2026,6,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(52652,1,1782356400,2026,6,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(52653,1,1782360000,2026,6,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(52654,1,1782363600,2026,6,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(52655,1,1782367200,2026,6,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(52656,1,1782370800,2026,6,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(52657,1,1782374400,2026,6,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(52658,1,1782378000,2026,6,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(52659,1,1782381600,2026,6,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(52660,1,1782385200,2026,6,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(52661,1,1782388800,2026,6,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(52662,1,1782392400,2026,6,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(52663,1,1782396000,2026,6,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(52664,1,1782399600,2026,6,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(52665,1,1782403200,2026,6,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(52666,1,1782406800,2026,6,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(52667,1,1782410400,2026,6,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(52668,1,1782414000,2026,6,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(52669,1,1782417600,2026,6,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(52670,1,1782421200,2026,6,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(52671,1,1782424800,2026,6,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(52672,1,1782428400,2026,6,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(52673,1,1782432000,2026,6,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(52674,1,1782435600,2026,6,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(52675,1,1782439200,2026,6,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(52676,1,1782442800,2026,6,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(52677,1,1782446400,2026,6,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(52678,1,1782450000,2026,6,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(52679,1,1782453600,2026,6,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(52680,1,1782457200,2026,6,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(52681,1,1782460800,2026,6,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(52682,1,1782464400,2026,6,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(52683,1,1782468000,2026,6,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(52684,1,1782471600,2026,6,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(52685,1,1782475200,2026,6,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(52686,1,1782478800,2026,6,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(52687,1,1782482400,2026,6,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(52688,1,1782486000,2026,6,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(52689,1,1782489600,2026,6,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(52690,1,1782493200,2026,6,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(52691,1,1782496800,2026,6,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(52692,1,1782500400,2026,6,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(52693,1,1782504000,2026,6,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(52694,1,1782507600,2026,6,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(52695,1,1782511200,2026,6,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(52696,1,1782514800,2026,6,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(52697,1,1782518400,2026,6,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(52698,1,1782522000,2026,6,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(52699,1,1782525600,2026,6,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(52700,1,1782529200,2026,6,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(52701,1,1782532800,2026,6,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(52702,1,1782536400,2026,6,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(52703,1,1782540000,2026,6,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(52704,1,1782543600,2026,6,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(52705,1,1782547200,2026,6,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(52706,1,1782550800,2026,6,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(52707,1,1782554400,2026,6,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(52708,1,1782558000,2026,6,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(52709,1,1782561600,2026,6,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(52710,1,1782565200,2026,6,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(52711,1,1782568800,2026,6,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(52712,1,1782572400,2026,6,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(52713,1,1782576000,2026,6,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(52714,1,1782579600,2026,6,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(52715,1,1782583200,2026,6,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(52716,1,1782586800,2026,6,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(52717,1,1782590400,2026,6,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(52718,1,1782594000,2026,6,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(52719,1,1782684000,2026,6,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(52720,1,1782687600,2026,6,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(52721,1,1782691200,2026,6,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(52722,1,1782694800,2026,6,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(52723,1,1782698400,2026,6,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(52724,1,1782702000,2026,6,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(52725,1,1782705600,2026,6,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(52726,1,1782709200,2026,6,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(52727,1,1782712800,2026,6,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(52728,1,1782716400,2026,6,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(52729,1,1782720000,2026,6,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(52730,1,1782723600,2026,6,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(52731,1,1782727200,2026,6,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(52732,1,1782730800,2026,6,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(52733,1,1782734400,2026,6,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(52734,1,1782738000,2026,6,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(52735,1,1782741600,2026,6,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(52736,1,1782745200,2026,6,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(52737,1,1782748800,2026,6,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(52738,1,1782752400,2026,6,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(52739,1,1782756000,2026,6,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(52740,1,1782759600,2026,6,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(52741,1,1782763200,2026,6,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(52742,1,1782766800,2026,6,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(52743,1,1782770400,2026,6,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(52744,1,1782774000,2026,6,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(52745,1,1782777600,2026,6,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(52746,1,1782781200,2026,6,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(52747,1,1782784800,2026,6,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(52748,1,1782788400,2026,6,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(52749,1,1782792000,2026,6,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(52750,1,1782795600,2026,6,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(52751,1,1782799200,2026,6,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(52752,1,1782802800,2026,6,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(52753,1,1782806400,2026,6,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(52754,1,1782810000,2026,6,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(52755,1,1782813600,2026,6,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(52756,1,1782817200,2026,6,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(52757,1,1782820800,2026,6,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(52758,1,1782824400,2026,6,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(52759,1,1782828000,2026,6,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(52760,1,1782831600,2026,6,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(52761,1,1782835200,2026,6,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(52762,1,1782838800,2026,6,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(52763,1,1782842400,2026,6,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(52764,1,1782846000,2026,6,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(52765,1,1782849600,2026,6,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(52766,1,1782853200,2026,6,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(52767,1,1782856800,2026,7,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(52768,1,1782860400,2026,7,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(52769,1,1782864000,2026,7,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(52770,1,1782867600,2026,7,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(52771,1,1782871200,2026,7,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(52772,1,1782874800,2026,7,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(52773,1,1782878400,2026,7,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(52774,1,1782882000,2026,7,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(52775,1,1782885600,2026,7,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(52776,1,1782889200,2026,7,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(52777,1,1782892800,2026,7,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(52778,1,1782896400,2026,7,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(52779,1,1782900000,2026,7,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(52780,1,1782903600,2026,7,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(52781,1,1782907200,2026,7,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(52782,1,1782910800,2026,7,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(52783,1,1782914400,2026,7,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(52784,1,1782918000,2026,7,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(52785,1,1782921600,2026,7,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(52786,1,1782925200,2026,7,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(52787,1,1782928800,2026,7,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(52788,1,1782932400,2026,7,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(52789,1,1782936000,2026,7,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(52790,1,1782939600,2026,7,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(52791,1,1782943200,2026,7,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(52792,1,1782946800,2026,7,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(52793,1,1782950400,2026,7,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(52794,1,1782954000,2026,7,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(52795,1,1782957600,2026,7,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(52796,1,1782961200,2026,7,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(52797,1,1782964800,2026,7,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(52798,1,1782968400,2026,7,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(52799,1,1782972000,2026,7,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(52800,1,1782975600,2026,7,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(52801,1,1782979200,2026,7,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(52802,1,1782982800,2026,7,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(52803,1,1782986400,2026,7,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(52804,1,1782990000,2026,7,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(52805,1,1782993600,2026,7,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(52806,1,1782997200,2026,7,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(52807,1,1783000800,2026,7,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(52808,1,1783004400,2026,7,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(52809,1,1783008000,2026,7,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(52810,1,1783011600,2026,7,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(52811,1,1783015200,2026,7,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(52812,1,1783018800,2026,7,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(52813,1,1783022400,2026,7,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(52814,1,1783026000,2026,7,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(52815,1,1783029600,2026,7,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(52816,1,1783033200,2026,7,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(52817,1,1783036800,2026,7,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(52818,1,1783040400,2026,7,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(52819,1,1783044000,2026,7,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(52820,1,1783047600,2026,7,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(52821,1,1783051200,2026,7,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(52822,1,1783054800,2026,7,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(52823,1,1783058400,2026,7,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(52824,1,1783062000,2026,7,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(52825,1,1783065600,2026,7,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(52826,1,1783069200,2026,7,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(52827,1,1783072800,2026,7,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(52828,1,1783076400,2026,7,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(52829,1,1783080000,2026,7,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(52830,1,1783083600,2026,7,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(52831,1,1783087200,2026,7,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(52832,1,1783090800,2026,7,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(52833,1,1783094400,2026,7,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(52834,1,1783098000,2026,7,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(52835,1,1783101600,2026,7,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(52836,1,1783105200,2026,7,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(52837,1,1783108800,2026,7,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(52838,1,1783112400,2026,7,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(52839,1,1783116000,2026,7,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(52840,1,1783119600,2026,7,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(52841,1,1783123200,2026,7,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(52842,1,1783126800,2026,7,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(52843,1,1783130400,2026,7,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(52844,1,1783134000,2026,7,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(52845,1,1783137600,2026,7,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(52846,1,1783141200,2026,7,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(52847,1,1783144800,2026,7,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(52848,1,1783148400,2026,7,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(52849,1,1783152000,2026,7,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(52850,1,1783155600,2026,7,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(52851,1,1783159200,2026,7,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(52852,1,1783162800,2026,7,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(52853,1,1783166400,2026,7,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(52854,1,1783170000,2026,7,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(52855,1,1783173600,2026,7,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(52856,1,1783177200,2026,7,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(52857,1,1783180800,2026,7,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(52858,1,1783184400,2026,7,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(52859,1,1783188000,2026,7,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(52860,1,1783191600,2026,7,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(52861,1,1783195200,2026,7,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(52862,1,1783198800,2026,7,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(52863,1,1783288800,2026,7,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(52864,1,1783292400,2026,7,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(52865,1,1783296000,2026,7,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(52866,1,1783299600,2026,7,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(52867,1,1783303200,2026,7,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(52868,1,1783306800,2026,7,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(52869,1,1783310400,2026,7,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(52870,1,1783314000,2026,7,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(52871,1,1783317600,2026,7,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(52872,1,1783321200,2026,7,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(52873,1,1783324800,2026,7,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(52874,1,1783328400,2026,7,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(52875,1,1783332000,2026,7,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(52876,1,1783335600,2026,7,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(52877,1,1783339200,2026,7,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(52878,1,1783342800,2026,7,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(52879,1,1783346400,2026,7,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(52880,1,1783350000,2026,7,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(52881,1,1783353600,2026,7,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(52882,1,1783357200,2026,7,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(52883,1,1783360800,2026,7,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(52884,1,1783364400,2026,7,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(52885,1,1783368000,2026,7,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(52886,1,1783371600,2026,7,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(52887,1,1783375200,2026,7,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(52888,1,1783378800,2026,7,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(52889,1,1783382400,2026,7,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(52890,1,1783386000,2026,7,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(52891,1,1783389600,2026,7,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(52892,1,1783393200,2026,7,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(52893,1,1783396800,2026,7,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(52894,1,1783400400,2026,7,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(52895,1,1783404000,2026,7,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(52896,1,1783407600,2026,7,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(52897,1,1783411200,2026,7,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(52898,1,1783414800,2026,7,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(52899,1,1783418400,2026,7,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(52900,1,1783422000,2026,7,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(52901,1,1783425600,2026,7,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(52902,1,1783429200,2026,7,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(52903,1,1783432800,2026,7,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(52904,1,1783436400,2026,7,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(52905,1,1783440000,2026,7,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(52906,1,1783443600,2026,7,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(52907,1,1783447200,2026,7,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(52908,1,1783450800,2026,7,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(52909,1,1783454400,2026,7,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(52910,1,1783458000,2026,7,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(52911,1,1783461600,2026,7,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(52912,1,1783465200,2026,7,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(52913,1,1783468800,2026,7,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(52914,1,1783472400,2026,7,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(52915,1,1783476000,2026,7,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(52916,1,1783479600,2026,7,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(52917,1,1783483200,2026,7,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(52918,1,1783486800,2026,7,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(52919,1,1783490400,2026,7,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(52920,1,1783494000,2026,7,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(52921,1,1783497600,2026,7,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(52922,1,1783501200,2026,7,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(52923,1,1783504800,2026,7,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(52924,1,1783508400,2026,7,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(52925,1,1783512000,2026,7,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(52926,1,1783515600,2026,7,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(52927,1,1783519200,2026,7,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(52928,1,1783522800,2026,7,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(52929,1,1783526400,2026,7,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(52930,1,1783530000,2026,7,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(52931,1,1783533600,2026,7,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(52932,1,1783537200,2026,7,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(52933,1,1783540800,2026,7,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(52934,1,1783544400,2026,7,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(52935,1,1783548000,2026,7,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(52936,1,1783551600,2026,7,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(52937,1,1783555200,2026,7,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(52938,1,1783558800,2026,7,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(52939,1,1783562400,2026,7,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(52940,1,1783566000,2026,7,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(52941,1,1783569600,2026,7,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(52942,1,1783573200,2026,7,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(52943,1,1783576800,2026,7,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(52944,1,1783580400,2026,7,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(52945,1,1783584000,2026,7,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(52946,1,1783587600,2026,7,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(52947,1,1783591200,2026,7,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(52948,1,1783594800,2026,7,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(52949,1,1783598400,2026,7,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(52950,1,1783602000,2026,7,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(52951,1,1783605600,2026,7,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(52952,1,1783609200,2026,7,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(52953,1,1783612800,2026,7,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(52954,1,1783616400,2026,7,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(52955,1,1783620000,2026,7,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(52956,1,1783623600,2026,7,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(52957,1,1783627200,2026,7,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(52958,1,1783630800,2026,7,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(52959,1,1783634400,2026,7,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(52960,1,1783638000,2026,7,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(52961,1,1783641600,2026,7,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(52962,1,1783645200,2026,7,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(52963,1,1783648800,2026,7,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(52964,1,1783652400,2026,7,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(52965,1,1783656000,2026,7,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(52966,1,1783659600,2026,7,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(52967,1,1783663200,2026,7,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(52968,1,1783666800,2026,7,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(52969,1,1783670400,2026,7,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(52970,1,1783674000,2026,7,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(52971,1,1783677600,2026,7,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(52972,1,1783681200,2026,7,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(52973,1,1783684800,2026,7,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(52974,1,1783688400,2026,7,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(52975,1,1783692000,2026,7,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(52976,1,1783695600,2026,7,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(52977,1,1783699200,2026,7,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(52978,1,1783702800,2026,7,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(52979,1,1783706400,2026,7,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(52980,1,1783710000,2026,7,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(52981,1,1783713600,2026,7,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(52982,1,1783717200,2026,7,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(52983,1,1783720800,2026,7,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(52984,1,1783724400,2026,7,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(52985,1,1783728000,2026,7,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(52986,1,1783731600,2026,7,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(52987,1,1783735200,2026,7,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(52988,1,1783738800,2026,7,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(52989,1,1783742400,2026,7,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(52990,1,1783746000,2026,7,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(52991,1,1783749600,2026,7,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(52992,1,1783753200,2026,7,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(52993,1,1783756800,2026,7,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(52994,1,1783760400,2026,7,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(52995,1,1783764000,2026,7,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(52996,1,1783767600,2026,7,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(52997,1,1783771200,2026,7,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(52998,1,1783774800,2026,7,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(52999,1,1783778400,2026,7,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(53000,1,1783782000,2026,7,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(53001,1,1783785600,2026,7,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(53002,1,1783789200,2026,7,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(53003,1,1783792800,2026,7,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(53004,1,1783796400,2026,7,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(53005,1,1783800000,2026,7,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(53006,1,1783803600,2026,7,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(53007,1,1783893600,2026,7,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(53008,1,1783897200,2026,7,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(53009,1,1783900800,2026,7,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(53010,1,1783904400,2026,7,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(53011,1,1783908000,2026,7,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(53012,1,1783911600,2026,7,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(53013,1,1783915200,2026,7,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(53014,1,1783918800,2026,7,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(53015,1,1783922400,2026,7,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(53016,1,1783926000,2026,7,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(53017,1,1783929600,2026,7,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(53018,1,1783933200,2026,7,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(53019,1,1783936800,2026,7,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(53020,1,1783940400,2026,7,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(53021,1,1783944000,2026,7,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(53022,1,1783947600,2026,7,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(53023,1,1783951200,2026,7,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(53024,1,1783954800,2026,7,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(53025,1,1783958400,2026,7,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(53026,1,1783962000,2026,7,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(53027,1,1783965600,2026,7,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(53028,1,1783969200,2026,7,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(53029,1,1783972800,2026,7,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(53030,1,1783976400,2026,7,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(53031,1,1783980000,2026,7,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(53032,1,1783983600,2026,7,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(53033,1,1783987200,2026,7,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(53034,1,1783990800,2026,7,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(53035,1,1783994400,2026,7,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(53036,1,1783998000,2026,7,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(53037,1,1784001600,2026,7,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(53038,1,1784005200,2026,7,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(53039,1,1784008800,2026,7,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(53040,1,1784012400,2026,7,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(53041,1,1784016000,2026,7,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(53042,1,1784019600,2026,7,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(53043,1,1784023200,2026,7,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(53044,1,1784026800,2026,7,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(53045,1,1784030400,2026,7,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(53046,1,1784034000,2026,7,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(53047,1,1784037600,2026,7,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(53048,1,1784041200,2026,7,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(53049,1,1784044800,2026,7,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(53050,1,1784048400,2026,7,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(53051,1,1784052000,2026,7,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(53052,1,1784055600,2026,7,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(53053,1,1784059200,2026,7,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(53054,1,1784062800,2026,7,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(53055,1,1784066400,2026,7,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(53056,1,1784070000,2026,7,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(53057,1,1784073600,2026,7,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(53058,1,1784077200,2026,7,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(53059,1,1784080800,2026,7,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(53060,1,1784084400,2026,7,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(53061,1,1784088000,2026,7,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(53062,1,1784091600,2026,7,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(53063,1,1784095200,2026,7,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(53064,1,1784098800,2026,7,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(53065,1,1784102400,2026,7,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(53066,1,1784106000,2026,7,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(53067,1,1784109600,2026,7,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(53068,1,1784113200,2026,7,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(53069,1,1784116800,2026,7,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(53070,1,1784120400,2026,7,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(53071,1,1784124000,2026,7,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(53072,1,1784127600,2026,7,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(53073,1,1784131200,2026,7,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(53074,1,1784134800,2026,7,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(53075,1,1784138400,2026,7,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(53076,1,1784142000,2026,7,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(53077,1,1784145600,2026,7,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(53078,1,1784149200,2026,7,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(53079,1,1784152800,2026,7,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(53080,1,1784156400,2026,7,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(53081,1,1784160000,2026,7,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(53082,1,1784163600,2026,7,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(53083,1,1784167200,2026,7,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(53084,1,1784170800,2026,7,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(53085,1,1784174400,2026,7,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(53086,1,1784178000,2026,7,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(53087,1,1784181600,2026,7,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(53088,1,1784185200,2026,7,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(53089,1,1784188800,2026,7,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(53090,1,1784192400,2026,7,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(53091,1,1784196000,2026,7,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(53092,1,1784199600,2026,7,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(53093,1,1784203200,2026,7,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(53094,1,1784206800,2026,7,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(53095,1,1784210400,2026,7,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(53096,1,1784214000,2026,7,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(53097,1,1784217600,2026,7,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(53098,1,1784221200,2026,7,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(53099,1,1784224800,2026,7,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(53100,1,1784228400,2026,7,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(53101,1,1784232000,2026,7,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(53102,1,1784235600,2026,7,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(53103,1,1784239200,2026,7,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(53104,1,1784242800,2026,7,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(53105,1,1784246400,2026,7,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(53106,1,1784250000,2026,7,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(53107,1,1784253600,2026,7,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(53108,1,1784257200,2026,7,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(53109,1,1784260800,2026,7,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(53110,1,1784264400,2026,7,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(53111,1,1784268000,2026,7,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(53112,1,1784271600,2026,7,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(53113,1,1784275200,2026,7,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(53114,1,1784278800,2026,7,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(53115,1,1784282400,2026,7,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(53116,1,1784286000,2026,7,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(53117,1,1784289600,2026,7,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(53118,1,1784293200,2026,7,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(53119,1,1784296800,2026,7,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(53120,1,1784300400,2026,7,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(53121,1,1784304000,2026,7,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(53122,1,1784307600,2026,7,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(53123,1,1784311200,2026,7,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(53124,1,1784314800,2026,7,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(53125,1,1784318400,2026,7,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(53126,1,1784322000,2026,7,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(53127,1,1784325600,2026,7,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(53128,1,1784329200,2026,7,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(53129,1,1784332800,2026,7,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(53130,1,1784336400,2026,7,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(53131,1,1784340000,2026,7,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(53132,1,1784343600,2026,7,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(53133,1,1784347200,2026,7,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(53134,1,1784350800,2026,7,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(53135,1,1784354400,2026,7,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(53136,1,1784358000,2026,7,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(53137,1,1784361600,2026,7,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(53138,1,1784365200,2026,7,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(53139,1,1784368800,2026,7,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(53140,1,1784372400,2026,7,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(53141,1,1784376000,2026,7,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(53142,1,1784379600,2026,7,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(53143,1,1784383200,2026,7,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(53144,1,1784386800,2026,7,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(53145,1,1784390400,2026,7,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(53146,1,1784394000,2026,7,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(53147,1,1784397600,2026,7,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(53148,1,1784401200,2026,7,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(53149,1,1784404800,2026,7,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(53150,1,1784408400,2026,7,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(53151,1,1784498400,2026,7,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(53152,1,1784502000,2026,7,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(53153,1,1784505600,2026,7,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(53154,1,1784509200,2026,7,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(53155,1,1784512800,2026,7,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(53156,1,1784516400,2026,7,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(53157,1,1784520000,2026,7,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(53158,1,1784523600,2026,7,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(53159,1,1784527200,2026,7,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(53160,1,1784530800,2026,7,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(53161,1,1784534400,2026,7,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(53162,1,1784538000,2026,7,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(53163,1,1784541600,2026,7,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(53164,1,1784545200,2026,7,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(53165,1,1784548800,2026,7,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(53166,1,1784552400,2026,7,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(53167,1,1784556000,2026,7,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(53168,1,1784559600,2026,7,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(53169,1,1784563200,2026,7,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(53170,1,1784566800,2026,7,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(53171,1,1784570400,2026,7,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(53172,1,1784574000,2026,7,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(53173,1,1784577600,2026,7,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(53174,1,1784581200,2026,7,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(53175,1,1784584800,2026,7,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(53176,1,1784588400,2026,7,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(53177,1,1784592000,2026,7,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(53178,1,1784595600,2026,7,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(53179,1,1784599200,2026,7,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(53180,1,1784602800,2026,7,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(53181,1,1784606400,2026,7,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(53182,1,1784610000,2026,7,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(53183,1,1784613600,2026,7,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(53184,1,1784617200,2026,7,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(53185,1,1784620800,2026,7,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(53186,1,1784624400,2026,7,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(53187,1,1784628000,2026,7,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(53188,1,1784631600,2026,7,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(53189,1,1784635200,2026,7,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(53190,1,1784638800,2026,7,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(53191,1,1784642400,2026,7,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(53192,1,1784646000,2026,7,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(53193,1,1784649600,2026,7,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(53194,1,1784653200,2026,7,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(53195,1,1784656800,2026,7,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(53196,1,1784660400,2026,7,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(53197,1,1784664000,2026,7,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(53198,1,1784667600,2026,7,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(53199,1,1784671200,2026,7,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(53200,1,1784674800,2026,7,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(53201,1,1784678400,2026,7,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(53202,1,1784682000,2026,7,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(53203,1,1784685600,2026,7,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(53204,1,1784689200,2026,7,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(53205,1,1784692800,2026,7,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(53206,1,1784696400,2026,7,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(53207,1,1784700000,2026,7,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(53208,1,1784703600,2026,7,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(53209,1,1784707200,2026,7,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(53210,1,1784710800,2026,7,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(53211,1,1784714400,2026,7,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(53212,1,1784718000,2026,7,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(53213,1,1784721600,2026,7,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(53214,1,1784725200,2026,7,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(53215,1,1784728800,2026,7,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(53216,1,1784732400,2026,7,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(53217,1,1784736000,2026,7,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(53218,1,1784739600,2026,7,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(53219,1,1784743200,2026,7,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(53220,1,1784746800,2026,7,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(53221,1,1784750400,2026,7,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(53222,1,1784754000,2026,7,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(53223,1,1784757600,2026,7,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(53224,1,1784761200,2026,7,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(53225,1,1784764800,2026,7,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(53226,1,1784768400,2026,7,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(53227,1,1784772000,2026,7,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(53228,1,1784775600,2026,7,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(53229,1,1784779200,2026,7,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(53230,1,1784782800,2026,7,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(53231,1,1784786400,2026,7,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(53232,1,1784790000,2026,7,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(53233,1,1784793600,2026,7,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(53234,1,1784797200,2026,7,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(53235,1,1784800800,2026,7,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(53236,1,1784804400,2026,7,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(53237,1,1784808000,2026,7,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(53238,1,1784811600,2026,7,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(53239,1,1784815200,2026,7,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(53240,1,1784818800,2026,7,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(53241,1,1784822400,2026,7,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(53242,1,1784826000,2026,7,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(53243,1,1784829600,2026,7,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(53244,1,1784833200,2026,7,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(53245,1,1784836800,2026,7,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(53246,1,1784840400,2026,7,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(53247,1,1784844000,2026,7,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(53248,1,1784847600,2026,7,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(53249,1,1784851200,2026,7,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(53250,1,1784854800,2026,7,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(53251,1,1784858400,2026,7,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(53252,1,1784862000,2026,7,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(53253,1,1784865600,2026,7,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(53254,1,1784869200,2026,7,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(53255,1,1784872800,2026,7,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(53256,1,1784876400,2026,7,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(53257,1,1784880000,2026,7,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(53258,1,1784883600,2026,7,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(53259,1,1784887200,2026,7,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(53260,1,1784890800,2026,7,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(53261,1,1784894400,2026,7,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(53262,1,1784898000,2026,7,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(53263,1,1784901600,2026,7,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(53264,1,1784905200,2026,7,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(53265,1,1784908800,2026,7,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(53266,1,1784912400,2026,7,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(53267,1,1784916000,2026,7,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(53268,1,1784919600,2026,7,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(53269,1,1784923200,2026,7,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(53270,1,1784926800,2026,7,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(53271,1,1784930400,2026,7,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(53272,1,1784934000,2026,7,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(53273,1,1784937600,2026,7,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(53274,1,1784941200,2026,7,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(53275,1,1784944800,2026,7,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(53276,1,1784948400,2026,7,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(53277,1,1784952000,2026,7,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(53278,1,1784955600,2026,7,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(53279,1,1784959200,2026,7,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(53280,1,1784962800,2026,7,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(53281,1,1784966400,2026,7,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(53282,1,1784970000,2026,7,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(53283,1,1784973600,2026,7,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(53284,1,1784977200,2026,7,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(53285,1,1784980800,2026,7,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(53286,1,1784984400,2026,7,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(53287,1,1784988000,2026,7,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(53288,1,1784991600,2026,7,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(53289,1,1784995200,2026,7,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(53290,1,1784998800,2026,7,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(53291,1,1785002400,2026,7,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(53292,1,1785006000,2026,7,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(53293,1,1785009600,2026,7,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(53294,1,1785013200,2026,7,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(53295,1,1785103200,2026,7,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(53296,1,1785106800,2026,7,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(53297,1,1785110400,2026,7,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(53298,1,1785114000,2026,7,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(53299,1,1785117600,2026,7,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(53300,1,1785121200,2026,7,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(53301,1,1785124800,2026,7,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(53302,1,1785128400,2026,7,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(53303,1,1785132000,2026,7,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(53304,1,1785135600,2026,7,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(53305,1,1785139200,2026,7,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(53306,1,1785142800,2026,7,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(53307,1,1785146400,2026,7,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(53308,1,1785150000,2026,7,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(53309,1,1785153600,2026,7,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(53310,1,1785157200,2026,7,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(53311,1,1785160800,2026,7,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(53312,1,1785164400,2026,7,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(53313,1,1785168000,2026,7,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(53314,1,1785171600,2026,7,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(53315,1,1785175200,2026,7,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(53316,1,1785178800,2026,7,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(53317,1,1785182400,2026,7,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(53318,1,1785186000,2026,7,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(53319,1,1785189600,2026,7,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(53320,1,1785193200,2026,7,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(53321,1,1785196800,2026,7,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(53322,1,1785200400,2026,7,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(53323,1,1785204000,2026,7,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(53324,1,1785207600,2026,7,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(53325,1,1785211200,2026,7,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(53326,1,1785214800,2026,7,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(53327,1,1785218400,2026,7,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(53328,1,1785222000,2026,7,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(53329,1,1785225600,2026,7,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(53330,1,1785229200,2026,7,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(53331,1,1785232800,2026,7,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(53332,1,1785236400,2026,7,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(53333,1,1785240000,2026,7,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(53334,1,1785243600,2026,7,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(53335,1,1785247200,2026,7,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(53336,1,1785250800,2026,7,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(53337,1,1785254400,2026,7,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(53338,1,1785258000,2026,7,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(53339,1,1785261600,2026,7,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(53340,1,1785265200,2026,7,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(53341,1,1785268800,2026,7,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(53342,1,1785272400,2026,7,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(53343,1,1785276000,2026,7,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(53344,1,1785279600,2026,7,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(53345,1,1785283200,2026,7,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(53346,1,1785286800,2026,7,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(53347,1,1785290400,2026,7,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(53348,1,1785294000,2026,7,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(53349,1,1785297600,2026,7,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(53350,1,1785301200,2026,7,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(53351,1,1785304800,2026,7,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(53352,1,1785308400,2026,7,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(53353,1,1785312000,2026,7,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(53354,1,1785315600,2026,7,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(53355,1,1785319200,2026,7,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(53356,1,1785322800,2026,7,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(53357,1,1785326400,2026,7,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(53358,1,1785330000,2026,7,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(53359,1,1785333600,2026,7,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(53360,1,1785337200,2026,7,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(53361,1,1785340800,2026,7,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(53362,1,1785344400,2026,7,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(53363,1,1785348000,2026,7,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(53364,1,1785351600,2026,7,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(53365,1,1785355200,2026,7,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(53366,1,1785358800,2026,7,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(53367,1,1785362400,2026,7,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(53368,1,1785366000,2026,7,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(53369,1,1785369600,2026,7,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(53370,1,1785373200,2026,7,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(53371,1,1785376800,2026,7,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(53372,1,1785380400,2026,7,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(53373,1,1785384000,2026,7,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(53374,1,1785387600,2026,7,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(53375,1,1785391200,2026,7,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(53376,1,1785394800,2026,7,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(53377,1,1785398400,2026,7,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(53378,1,1785402000,2026,7,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(53379,1,1785405600,2026,7,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(53380,1,1785409200,2026,7,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(53381,1,1785412800,2026,7,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(53382,1,1785416400,2026,7,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(53383,1,1785420000,2026,7,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(53384,1,1785423600,2026,7,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(53385,1,1785427200,2026,7,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(53386,1,1785430800,2026,7,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(53387,1,1785434400,2026,7,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(53388,1,1785438000,2026,7,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(53389,1,1785441600,2026,7,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(53390,1,1785445200,2026,7,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(53391,1,1785448800,2026,7,31,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(53392,1,1785452400,2026,7,31,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(53393,1,1785456000,2026,7,31,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(53394,1,1785459600,2026,7,31,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(53395,1,1785463200,2026,7,31,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(53396,1,1785466800,2026,7,31,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(53397,1,1785470400,2026,7,31,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(53398,1,1785474000,2026,7,31,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(53399,1,1785477600,2026,7,31,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(53400,1,1785481200,2026,7,31,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(53401,1,1785484800,2026,7,31,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(53402,1,1785488400,2026,7,31,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(53403,1,1785492000,2026,7,31,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(53404,1,1785495600,2026,7,31,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(53405,1,1785499200,2026,7,31,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(53406,1,1785502800,2026,7,31,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(53407,1,1785506400,2026,7,31,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(53408,1,1785510000,2026,7,31,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(53409,1,1785513600,2026,7,31,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(53410,1,1785517200,2026,7,31,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(53411,1,1785520800,2026,7,31,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(53412,1,1785524400,2026,7,31,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(53413,1,1785528000,2026,7,31,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(53414,1,1785531600,2026,7,31,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(53415,1,1785535200,2026,8,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(53416,1,1785538800,2026,8,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(53417,1,1785542400,2026,8,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(53418,1,1785546000,2026,8,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(53419,1,1785549600,2026,8,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(53420,1,1785553200,2026,8,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(53421,1,1785556800,2026,8,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(53422,1,1785560400,2026,8,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(53423,1,1785564000,2026,8,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(53424,1,1785567600,2026,8,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(53425,1,1785571200,2026,8,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(53426,1,1785574800,2026,8,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(53427,1,1785578400,2026,8,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(53428,1,1785582000,2026,8,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(53429,1,1785585600,2026,8,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(53430,1,1785589200,2026,8,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(53431,1,1785592800,2026,8,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(53432,1,1785596400,2026,8,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(53433,1,1785600000,2026,8,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(53434,1,1785603600,2026,8,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(53435,1,1785607200,2026,8,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(53436,1,1785610800,2026,8,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(53437,1,1785614400,2026,8,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(53438,1,1785618000,2026,8,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(53439,1,1785708000,2026,8,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(53440,1,1785711600,2026,8,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(53441,1,1785715200,2026,8,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(53442,1,1785718800,2026,8,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(53443,1,1785722400,2026,8,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(53444,1,1785726000,2026,8,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(53445,1,1785729600,2026,8,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(53446,1,1785733200,2026,8,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(53447,1,1785736800,2026,8,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(53448,1,1785740400,2026,8,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(53449,1,1785744000,2026,8,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(53450,1,1785747600,2026,8,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(53451,1,1785751200,2026,8,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(53452,1,1785754800,2026,8,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(53453,1,1785758400,2026,8,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(53454,1,1785762000,2026,8,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(53455,1,1785765600,2026,8,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(53456,1,1785769200,2026,8,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(53457,1,1785772800,2026,8,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(53458,1,1785776400,2026,8,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(53459,1,1785780000,2026,8,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(53460,1,1785783600,2026,8,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(53461,1,1785787200,2026,8,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(53462,1,1785790800,2026,8,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(53463,1,1785794400,2026,8,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(53464,1,1785798000,2026,8,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(53465,1,1785801600,2026,8,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(53466,1,1785805200,2026,8,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(53467,1,1785808800,2026,8,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(53468,1,1785812400,2026,8,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(53469,1,1785816000,2026,8,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(53470,1,1785819600,2026,8,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(53471,1,1785823200,2026,8,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(53472,1,1785826800,2026,8,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(53473,1,1785830400,2026,8,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(53474,1,1785834000,2026,8,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(53475,1,1785837600,2026,8,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(53476,1,1785841200,2026,8,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(53477,1,1785844800,2026,8,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(53478,1,1785848400,2026,8,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(53479,1,1785852000,2026,8,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(53480,1,1785855600,2026,8,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(53481,1,1785859200,2026,8,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(53482,1,1785862800,2026,8,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(53483,1,1785866400,2026,8,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(53484,1,1785870000,2026,8,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(53485,1,1785873600,2026,8,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(53486,1,1785877200,2026,8,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(53487,1,1785880800,2026,8,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(53488,1,1785884400,2026,8,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(53489,1,1785888000,2026,8,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(53490,1,1785891600,2026,8,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(53491,1,1785895200,2026,8,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(53492,1,1785898800,2026,8,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(53493,1,1785902400,2026,8,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(53494,1,1785906000,2026,8,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(53495,1,1785909600,2026,8,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(53496,1,1785913200,2026,8,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(53497,1,1785916800,2026,8,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(53498,1,1785920400,2026,8,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(53499,1,1785924000,2026,8,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(53500,1,1785927600,2026,8,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(53501,1,1785931200,2026,8,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(53502,1,1785934800,2026,8,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(53503,1,1785938400,2026,8,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(53504,1,1785942000,2026,8,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(53505,1,1785945600,2026,8,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(53506,1,1785949200,2026,8,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(53507,1,1785952800,2026,8,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(53508,1,1785956400,2026,8,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(53509,1,1785960000,2026,8,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(53510,1,1785963600,2026,8,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(53511,1,1785967200,2026,8,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(53512,1,1785970800,2026,8,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(53513,1,1785974400,2026,8,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(53514,1,1785978000,2026,8,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(53515,1,1785981600,2026,8,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(53516,1,1785985200,2026,8,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(53517,1,1785988800,2026,8,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(53518,1,1785992400,2026,8,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(53519,1,1785996000,2026,8,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(53520,1,1785999600,2026,8,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(53521,1,1786003200,2026,8,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(53522,1,1786006800,2026,8,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(53523,1,1786010400,2026,8,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(53524,1,1786014000,2026,8,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(53525,1,1786017600,2026,8,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(53526,1,1786021200,2026,8,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(53527,1,1786024800,2026,8,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(53528,1,1786028400,2026,8,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(53529,1,1786032000,2026,8,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(53530,1,1786035600,2026,8,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(53531,1,1786039200,2026,8,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(53532,1,1786042800,2026,8,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(53533,1,1786046400,2026,8,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(53534,1,1786050000,2026,8,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(53535,1,1786053600,2026,8,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(53536,1,1786057200,2026,8,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(53537,1,1786060800,2026,8,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(53538,1,1786064400,2026,8,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(53539,1,1786068000,2026,8,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(53540,1,1786071600,2026,8,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(53541,1,1786075200,2026,8,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(53542,1,1786078800,2026,8,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(53543,1,1786082400,2026,8,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(53544,1,1786086000,2026,8,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(53545,1,1786089600,2026,8,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(53546,1,1786093200,2026,8,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(53547,1,1786096800,2026,8,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(53548,1,1786100400,2026,8,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(53549,1,1786104000,2026,8,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(53550,1,1786107600,2026,8,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(53551,1,1786111200,2026,8,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(53552,1,1786114800,2026,8,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(53553,1,1786118400,2026,8,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(53554,1,1786122000,2026,8,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(53555,1,1786125600,2026,8,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(53556,1,1786129200,2026,8,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(53557,1,1786132800,2026,8,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(53558,1,1786136400,2026,8,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(53559,1,1786140000,2026,8,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(53560,1,1786143600,2026,8,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(53561,1,1786147200,2026,8,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(53562,1,1786150800,2026,8,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(53563,1,1786154400,2026,8,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(53564,1,1786158000,2026,8,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(53565,1,1786161600,2026,8,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(53566,1,1786165200,2026,8,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(53567,1,1786168800,2026,8,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(53568,1,1786172400,2026,8,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(53569,1,1786176000,2026,8,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(53570,1,1786179600,2026,8,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(53571,1,1786183200,2026,8,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(53572,1,1786186800,2026,8,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(53573,1,1786190400,2026,8,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(53574,1,1786194000,2026,8,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(53575,1,1786197600,2026,8,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(53576,1,1786201200,2026,8,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(53577,1,1786204800,2026,8,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(53578,1,1786208400,2026,8,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(53579,1,1786212000,2026,8,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(53580,1,1786215600,2026,8,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(53581,1,1786219200,2026,8,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(53582,1,1786222800,2026,8,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(53583,1,1786312800,2026,8,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(53584,1,1786316400,2026,8,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(53585,1,1786320000,2026,8,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(53586,1,1786323600,2026,8,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(53587,1,1786327200,2026,8,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(53588,1,1786330800,2026,8,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(53589,1,1786334400,2026,8,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(53590,1,1786338000,2026,8,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(53591,1,1786341600,2026,8,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(53592,1,1786345200,2026,8,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(53593,1,1786348800,2026,8,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(53594,1,1786352400,2026,8,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(53595,1,1786356000,2026,8,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(53596,1,1786359600,2026,8,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(53597,1,1786363200,2026,8,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(53598,1,1786366800,2026,8,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(53599,1,1786370400,2026,8,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(53600,1,1786374000,2026,8,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(53601,1,1786377600,2026,8,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(53602,1,1786381200,2026,8,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(53603,1,1786384800,2026,8,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(53604,1,1786388400,2026,8,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(53605,1,1786392000,2026,8,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(53606,1,1786395600,2026,8,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(53607,1,1786399200,2026,8,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(53608,1,1786402800,2026,8,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(53609,1,1786406400,2026,8,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(53610,1,1786410000,2026,8,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(53611,1,1786413600,2026,8,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(53612,1,1786417200,2026,8,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(53613,1,1786420800,2026,8,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(53614,1,1786424400,2026,8,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(53615,1,1786428000,2026,8,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(53616,1,1786431600,2026,8,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(53617,1,1786435200,2026,8,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(53618,1,1786438800,2026,8,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(53619,1,1786442400,2026,8,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(53620,1,1786446000,2026,8,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(53621,1,1786449600,2026,8,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(53622,1,1786453200,2026,8,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(53623,1,1786456800,2026,8,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(53624,1,1786460400,2026,8,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(53625,1,1786464000,2026,8,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(53626,1,1786467600,2026,8,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(53627,1,1786471200,2026,8,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(53628,1,1786474800,2026,8,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(53629,1,1786478400,2026,8,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(53630,1,1786482000,2026,8,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(53631,1,1786485600,2026,8,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(53632,1,1786489200,2026,8,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(53633,1,1786492800,2026,8,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(53634,1,1786496400,2026,8,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(53635,1,1786500000,2026,8,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(53636,1,1786503600,2026,8,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(53637,1,1786507200,2026,8,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(53638,1,1786510800,2026,8,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(53639,1,1786514400,2026,8,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(53640,1,1786518000,2026,8,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(53641,1,1786521600,2026,8,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(53642,1,1786525200,2026,8,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(53643,1,1786528800,2026,8,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(53644,1,1786532400,2026,8,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(53645,1,1786536000,2026,8,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(53646,1,1786539600,2026,8,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(53647,1,1786543200,2026,8,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(53648,1,1786546800,2026,8,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(53649,1,1786550400,2026,8,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(53650,1,1786554000,2026,8,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(53651,1,1786557600,2026,8,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(53652,1,1786561200,2026,8,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(53653,1,1786564800,2026,8,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(53654,1,1786568400,2026,8,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(53655,1,1786572000,2026,8,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(53656,1,1786575600,2026,8,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(53657,1,1786579200,2026,8,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(53658,1,1786582800,2026,8,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(53659,1,1786586400,2026,8,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(53660,1,1786590000,2026,8,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(53661,1,1786593600,2026,8,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(53662,1,1786597200,2026,8,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(53663,1,1786600800,2026,8,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(53664,1,1786604400,2026,8,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(53665,1,1786608000,2026,8,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(53666,1,1786611600,2026,8,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(53667,1,1786615200,2026,8,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(53668,1,1786618800,2026,8,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(53669,1,1786622400,2026,8,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(53670,1,1786626000,2026,8,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(53671,1,1786629600,2026,8,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(53672,1,1786633200,2026,8,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(53673,1,1786636800,2026,8,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(53674,1,1786640400,2026,8,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(53675,1,1786644000,2026,8,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(53676,1,1786647600,2026,8,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(53677,1,1786651200,2026,8,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(53678,1,1786654800,2026,8,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(53679,1,1786658400,2026,8,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(53680,1,1786662000,2026,8,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(53681,1,1786665600,2026,8,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(53682,1,1786669200,2026,8,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(53683,1,1786672800,2026,8,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(53684,1,1786676400,2026,8,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(53685,1,1786680000,2026,8,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(53686,1,1786683600,2026,8,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(53687,1,1786687200,2026,8,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(53688,1,1786690800,2026,8,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(53689,1,1786694400,2026,8,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(53690,1,1786698000,2026,8,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(53691,1,1786701600,2026,8,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(53692,1,1786705200,2026,8,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(53693,1,1786708800,2026,8,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(53694,1,1786712400,2026,8,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(53695,1,1786716000,2026,8,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(53696,1,1786719600,2026,8,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(53697,1,1786723200,2026,8,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(53698,1,1786726800,2026,8,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(53699,1,1786730400,2026,8,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(53700,1,1786734000,2026,8,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(53701,1,1786737600,2026,8,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(53702,1,1786741200,2026,8,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(53703,1,1786744800,2026,8,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(53704,1,1786748400,2026,8,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(53705,1,1786752000,2026,8,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(53706,1,1786755600,2026,8,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(53707,1,1786759200,2026,8,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(53708,1,1786762800,2026,8,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(53709,1,1786766400,2026,8,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(53710,1,1786770000,2026,8,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(53711,1,1786773600,2026,8,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(53712,1,1786777200,2026,8,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(53713,1,1786780800,2026,8,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(53714,1,1786784400,2026,8,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(53715,1,1786788000,2026,8,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(53716,1,1786791600,2026,8,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(53717,1,1786795200,2026,8,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(53718,1,1786798800,2026,8,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(53719,1,1786802400,2026,8,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(53720,1,1786806000,2026,8,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(53721,1,1786809600,2026,8,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(53722,1,1786813200,2026,8,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(53723,1,1786816800,2026,8,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(53724,1,1786820400,2026,8,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(53725,1,1786824000,2026,8,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(53726,1,1786827600,2026,8,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(53727,1,1786917600,2026,8,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(53728,1,1786921200,2026,8,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(53729,1,1786924800,2026,8,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(53730,1,1786928400,2026,8,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(53731,1,1786932000,2026,8,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(53732,1,1786935600,2026,8,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(53733,1,1786939200,2026,8,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(53734,1,1786942800,2026,8,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(53735,1,1786946400,2026,8,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(53736,1,1786950000,2026,8,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(53737,1,1786953600,2026,8,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(53738,1,1786957200,2026,8,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(53739,1,1786960800,2026,8,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(53740,1,1786964400,2026,8,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(53741,1,1786968000,2026,8,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(53742,1,1786971600,2026,8,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(53743,1,1786975200,2026,8,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(53744,1,1786978800,2026,8,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(53745,1,1786982400,2026,8,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(53746,1,1786986000,2026,8,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(53747,1,1786989600,2026,8,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(53748,1,1786993200,2026,8,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(53749,1,1786996800,2026,8,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(53750,1,1787000400,2026,8,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(53751,1,1787004000,2026,8,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(53752,1,1787007600,2026,8,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(53753,1,1787011200,2026,8,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(53754,1,1787014800,2026,8,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(53755,1,1787018400,2026,8,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(53756,1,1787022000,2026,8,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(53757,1,1787025600,2026,8,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(53758,1,1787029200,2026,8,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(53759,1,1787032800,2026,8,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(53760,1,1787036400,2026,8,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(53761,1,1787040000,2026,8,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(53762,1,1787043600,2026,8,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(53763,1,1787047200,2026,8,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(53764,1,1787050800,2026,8,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(53765,1,1787054400,2026,8,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(53766,1,1787058000,2026,8,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(53767,1,1787061600,2026,8,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(53768,1,1787065200,2026,8,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(53769,1,1787068800,2026,8,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(53770,1,1787072400,2026,8,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(53771,1,1787076000,2026,8,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(53772,1,1787079600,2026,8,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(53773,1,1787083200,2026,8,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(53774,1,1787086800,2026,8,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(53775,1,1787090400,2026,8,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(53776,1,1787094000,2026,8,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(53777,1,1787097600,2026,8,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(53778,1,1787101200,2026,8,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(53779,1,1787104800,2026,8,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(53780,1,1787108400,2026,8,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(53781,1,1787112000,2026,8,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(53782,1,1787115600,2026,8,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(53783,1,1787119200,2026,8,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(53784,1,1787122800,2026,8,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(53785,1,1787126400,2026,8,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(53786,1,1787130000,2026,8,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(53787,1,1787133600,2026,8,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(53788,1,1787137200,2026,8,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(53789,1,1787140800,2026,8,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(53790,1,1787144400,2026,8,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(53791,1,1787148000,2026,8,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(53792,1,1787151600,2026,8,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(53793,1,1787155200,2026,8,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(53794,1,1787158800,2026,8,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(53795,1,1787162400,2026,8,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(53796,1,1787166000,2026,8,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(53797,1,1787169600,2026,8,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(53798,1,1787173200,2026,8,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(53799,1,1787176800,2026,8,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(53800,1,1787180400,2026,8,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(53801,1,1787184000,2026,8,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(53802,1,1787187600,2026,8,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(53803,1,1787191200,2026,8,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(53804,1,1787194800,2026,8,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(53805,1,1787198400,2026,8,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(53806,1,1787202000,2026,8,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(53807,1,1787205600,2026,8,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(53808,1,1787209200,2026,8,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(53809,1,1787212800,2026,8,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(53810,1,1787216400,2026,8,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(53811,1,1787220000,2026,8,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(53812,1,1787223600,2026,8,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(53813,1,1787227200,2026,8,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(53814,1,1787230800,2026,8,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(53815,1,1787234400,2026,8,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(53816,1,1787238000,2026,8,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(53817,1,1787241600,2026,8,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(53818,1,1787245200,2026,8,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(53819,1,1787248800,2026,8,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(53820,1,1787252400,2026,8,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(53821,1,1787256000,2026,8,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(53822,1,1787259600,2026,8,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(53823,1,1787263200,2026,8,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(53824,1,1787266800,2026,8,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(53825,1,1787270400,2026,8,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(53826,1,1787274000,2026,8,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(53827,1,1787277600,2026,8,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(53828,1,1787281200,2026,8,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(53829,1,1787284800,2026,8,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(53830,1,1787288400,2026,8,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(53831,1,1787292000,2026,8,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(53832,1,1787295600,2026,8,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(53833,1,1787299200,2026,8,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(53834,1,1787302800,2026,8,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(53835,1,1787306400,2026,8,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(53836,1,1787310000,2026,8,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(53837,1,1787313600,2026,8,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(53838,1,1787317200,2026,8,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(53839,1,1787320800,2026,8,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(53840,1,1787324400,2026,8,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(53841,1,1787328000,2026,8,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(53842,1,1787331600,2026,8,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(53843,1,1787335200,2026,8,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(53844,1,1787338800,2026,8,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(53845,1,1787342400,2026,8,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(53846,1,1787346000,2026,8,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(53847,1,1787349600,2026,8,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(53848,1,1787353200,2026,8,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(53849,1,1787356800,2026,8,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(53850,1,1787360400,2026,8,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(53851,1,1787364000,2026,8,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(53852,1,1787367600,2026,8,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(53853,1,1787371200,2026,8,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(53854,1,1787374800,2026,8,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(53855,1,1787378400,2026,8,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(53856,1,1787382000,2026,8,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(53857,1,1787385600,2026,8,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(53858,1,1787389200,2026,8,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(53859,1,1787392800,2026,8,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(53860,1,1787396400,2026,8,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(53861,1,1787400000,2026,8,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(53862,1,1787403600,2026,8,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(53863,1,1787407200,2026,8,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(53864,1,1787410800,2026,8,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(53865,1,1787414400,2026,8,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(53866,1,1787418000,2026,8,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(53867,1,1787421600,2026,8,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(53868,1,1787425200,2026,8,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(53869,1,1787428800,2026,8,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(53870,1,1787432400,2026,8,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(53871,1,1787522400,2026,8,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(53872,1,1787526000,2026,8,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(53873,1,1787529600,2026,8,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(53874,1,1787533200,2026,8,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(53875,1,1787536800,2026,8,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(53876,1,1787540400,2026,8,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(53877,1,1787544000,2026,8,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(53878,1,1787547600,2026,8,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(53879,1,1787551200,2026,8,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(53880,1,1787554800,2026,8,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(53881,1,1787558400,2026,8,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(53882,1,1787562000,2026,8,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(53883,1,1787565600,2026,8,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(53884,1,1787569200,2026,8,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(53885,1,1787572800,2026,8,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(53886,1,1787576400,2026,8,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(53887,1,1787580000,2026,8,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(53888,1,1787583600,2026,8,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(53889,1,1787587200,2026,8,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(53890,1,1787590800,2026,8,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(53891,1,1787594400,2026,8,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(53892,1,1787598000,2026,8,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(53893,1,1787601600,2026,8,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(53894,1,1787605200,2026,8,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(53895,1,1787608800,2026,8,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(53896,1,1787612400,2026,8,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(53897,1,1787616000,2026,8,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(53898,1,1787619600,2026,8,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(53899,1,1787623200,2026,8,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(53900,1,1787626800,2026,8,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(53901,1,1787630400,2026,8,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(53902,1,1787634000,2026,8,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(53903,1,1787637600,2026,8,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(53904,1,1787641200,2026,8,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(53905,1,1787644800,2026,8,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(53906,1,1787648400,2026,8,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(53907,1,1787652000,2026,8,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(53908,1,1787655600,2026,8,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(53909,1,1787659200,2026,8,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(53910,1,1787662800,2026,8,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(53911,1,1787666400,2026,8,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(53912,1,1787670000,2026,8,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(53913,1,1787673600,2026,8,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(53914,1,1787677200,2026,8,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(53915,1,1787680800,2026,8,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(53916,1,1787684400,2026,8,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(53917,1,1787688000,2026,8,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(53918,1,1787691600,2026,8,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(53919,1,1787695200,2026,8,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(53920,1,1787698800,2026,8,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(53921,1,1787702400,2026,8,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(53922,1,1787706000,2026,8,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(53923,1,1787709600,2026,8,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(53924,1,1787713200,2026,8,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(53925,1,1787716800,2026,8,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(53926,1,1787720400,2026,8,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(53927,1,1787724000,2026,8,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(53928,1,1787727600,2026,8,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(53929,1,1787731200,2026,8,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(53930,1,1787734800,2026,8,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(53931,1,1787738400,2026,8,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(53932,1,1787742000,2026,8,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(53933,1,1787745600,2026,8,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(53934,1,1787749200,2026,8,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(53935,1,1787752800,2026,8,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(53936,1,1787756400,2026,8,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(53937,1,1787760000,2026,8,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(53938,1,1787763600,2026,8,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(53939,1,1787767200,2026,8,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(53940,1,1787770800,2026,8,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(53941,1,1787774400,2026,8,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(53942,1,1787778000,2026,8,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(53943,1,1787781600,2026,8,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(53944,1,1787785200,2026,8,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(53945,1,1787788800,2026,8,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(53946,1,1787792400,2026,8,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(53947,1,1787796000,2026,8,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(53948,1,1787799600,2026,8,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(53949,1,1787803200,2026,8,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(53950,1,1787806800,2026,8,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(53951,1,1787810400,2026,8,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(53952,1,1787814000,2026,8,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(53953,1,1787817600,2026,8,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(53954,1,1787821200,2026,8,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(53955,1,1787824800,2026,8,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(53956,1,1787828400,2026,8,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(53957,1,1787832000,2026,8,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(53958,1,1787835600,2026,8,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(53959,1,1787839200,2026,8,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(53960,1,1787842800,2026,8,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(53961,1,1787846400,2026,8,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(53962,1,1787850000,2026,8,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(53963,1,1787853600,2026,8,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(53964,1,1787857200,2026,8,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(53965,1,1787860800,2026,8,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(53966,1,1787864400,2026,8,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(53967,1,1787868000,2026,8,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(53968,1,1787871600,2026,8,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(53969,1,1787875200,2026,8,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(53970,1,1787878800,2026,8,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(53971,1,1787882400,2026,8,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(53972,1,1787886000,2026,8,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(53973,1,1787889600,2026,8,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(53974,1,1787893200,2026,8,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(53975,1,1787896800,2026,8,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(53976,1,1787900400,2026,8,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(53977,1,1787904000,2026,8,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(53978,1,1787907600,2026,8,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(53979,1,1787911200,2026,8,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(53980,1,1787914800,2026,8,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(53981,1,1787918400,2026,8,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(53982,1,1787922000,2026,8,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(53983,1,1787925600,2026,8,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(53984,1,1787929200,2026,8,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(53985,1,1787932800,2026,8,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(53986,1,1787936400,2026,8,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(53987,1,1787940000,2026,8,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(53988,1,1787943600,2026,8,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(53989,1,1787947200,2026,8,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(53990,1,1787950800,2026,8,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(53991,1,1787954400,2026,8,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(53992,1,1787958000,2026,8,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(53993,1,1787961600,2026,8,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(53994,1,1787965200,2026,8,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(53995,1,1787968800,2026,8,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(53996,1,1787972400,2026,8,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(53997,1,1787976000,2026,8,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(53998,1,1787979600,2026,8,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(53999,1,1787983200,2026,8,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(54000,1,1787986800,2026,8,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(54001,1,1787990400,2026,8,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(54002,1,1787994000,2026,8,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(54003,1,1787997600,2026,8,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(54004,1,1788001200,2026,8,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(54005,1,1788004800,2026,8,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(54006,1,1788008400,2026,8,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(54007,1,1788012000,2026,8,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(54008,1,1788015600,2026,8,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(54009,1,1788019200,2026,8,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(54010,1,1788022800,2026,8,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(54011,1,1788026400,2026,8,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(54012,1,1788030000,2026,8,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(54013,1,1788033600,2026,8,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(54014,1,1788037200,2026,8,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(54015,1,1788127200,2026,8,31,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(54016,1,1788130800,2026,8,31,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(54017,1,1788134400,2026,8,31,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(54018,1,1788138000,2026,8,31,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(54019,1,1788141600,2026,8,31,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(54020,1,1788145200,2026,8,31,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(54021,1,1788148800,2026,8,31,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(54022,1,1788152400,2026,8,31,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(54023,1,1788156000,2026,8,31,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(54024,1,1788159600,2026,8,31,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(54025,1,1788163200,2026,8,31,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(54026,1,1788166800,2026,8,31,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(54027,1,1788170400,2026,8,31,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(54028,1,1788174000,2026,8,31,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(54029,1,1788177600,2026,8,31,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(54030,1,1788181200,2026,8,31,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(54031,1,1788184800,2026,8,31,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(54032,1,1788188400,2026,8,31,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(54033,1,1788192000,2026,8,31,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(54034,1,1788195600,2026,8,31,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(54035,1,1788199200,2026,8,31,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(54036,1,1788202800,2026,8,31,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(54037,1,1788206400,2026,8,31,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(54038,1,1788210000,2026,8,31,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(54039,1,1788213600,2026,9,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(54040,1,1788217200,2026,9,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(54041,1,1788220800,2026,9,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(54042,1,1788224400,2026,9,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(54043,1,1788228000,2026,9,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(54044,1,1788231600,2026,9,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(54045,1,1788235200,2026,9,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(54046,1,1788238800,2026,9,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(54047,1,1788242400,2026,9,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(54048,1,1788246000,2026,9,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(54049,1,1788249600,2026,9,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(54050,1,1788253200,2026,9,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(54051,1,1788256800,2026,9,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(54052,1,1788260400,2026,9,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(54053,1,1788264000,2026,9,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(54054,1,1788267600,2026,9,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(54055,1,1788271200,2026,9,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(54056,1,1788274800,2026,9,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(54057,1,1788278400,2026,9,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(54058,1,1788282000,2026,9,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(54059,1,1788285600,2026,9,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(54060,1,1788289200,2026,9,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(54061,1,1788292800,2026,9,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(54062,1,1788296400,2026,9,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(54063,1,1788300000,2026,9,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(54064,1,1788303600,2026,9,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(54065,1,1788307200,2026,9,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(54066,1,1788310800,2026,9,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(54067,1,1788314400,2026,9,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(54068,1,1788318000,2026,9,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(54069,1,1788321600,2026,9,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(54070,1,1788325200,2026,9,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(54071,1,1788328800,2026,9,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(54072,1,1788332400,2026,9,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(54073,1,1788336000,2026,9,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(54074,1,1788339600,2026,9,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(54075,1,1788343200,2026,9,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(54076,1,1788346800,2026,9,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(54077,1,1788350400,2026,9,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(54078,1,1788354000,2026,9,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(54079,1,1788357600,2026,9,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(54080,1,1788361200,2026,9,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(54081,1,1788364800,2026,9,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(54082,1,1788368400,2026,9,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(54083,1,1788372000,2026,9,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(54084,1,1788375600,2026,9,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(54085,1,1788379200,2026,9,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(54086,1,1788382800,2026,9,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(54087,1,1788386400,2026,9,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(54088,1,1788390000,2026,9,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(54089,1,1788393600,2026,9,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(54090,1,1788397200,2026,9,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(54091,1,1788400800,2026,9,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(54092,1,1788404400,2026,9,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(54093,1,1788408000,2026,9,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(54094,1,1788411600,2026,9,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(54095,1,1788415200,2026,9,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(54096,1,1788418800,2026,9,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(54097,1,1788422400,2026,9,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(54098,1,1788426000,2026,9,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(54099,1,1788429600,2026,9,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(54100,1,1788433200,2026,9,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(54101,1,1788436800,2026,9,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(54102,1,1788440400,2026,9,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(54103,1,1788444000,2026,9,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(54104,1,1788447600,2026,9,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(54105,1,1788451200,2026,9,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(54106,1,1788454800,2026,9,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(54107,1,1788458400,2026,9,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(54108,1,1788462000,2026,9,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(54109,1,1788465600,2026,9,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(54110,1,1788469200,2026,9,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(54111,1,1788472800,2026,9,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(54112,1,1788476400,2026,9,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(54113,1,1788480000,2026,9,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(54114,1,1788483600,2026,9,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(54115,1,1788487200,2026,9,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(54116,1,1788490800,2026,9,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(54117,1,1788494400,2026,9,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(54118,1,1788498000,2026,9,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(54119,1,1788501600,2026,9,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(54120,1,1788505200,2026,9,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(54121,1,1788508800,2026,9,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(54122,1,1788512400,2026,9,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(54123,1,1788516000,2026,9,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(54124,1,1788519600,2026,9,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(54125,1,1788523200,2026,9,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(54126,1,1788526800,2026,9,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(54127,1,1788530400,2026,9,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(54128,1,1788534000,2026,9,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(54129,1,1788537600,2026,9,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(54130,1,1788541200,2026,9,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(54131,1,1788544800,2026,9,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(54132,1,1788548400,2026,9,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(54133,1,1788552000,2026,9,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(54134,1,1788555600,2026,9,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(54135,1,1788559200,2026,9,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(54136,1,1788562800,2026,9,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(54137,1,1788566400,2026,9,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(54138,1,1788570000,2026,9,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(54139,1,1788573600,2026,9,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(54140,1,1788577200,2026,9,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(54141,1,1788580800,2026,9,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(54142,1,1788584400,2026,9,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(54143,1,1788588000,2026,9,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(54144,1,1788591600,2026,9,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(54145,1,1788595200,2026,9,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(54146,1,1788598800,2026,9,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(54147,1,1788602400,2026,9,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(54148,1,1788606000,2026,9,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(54149,1,1788609600,2026,9,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(54150,1,1788613200,2026,9,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(54151,1,1788616800,2026,9,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(54152,1,1788620400,2026,9,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(54153,1,1788624000,2026,9,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(54154,1,1788627600,2026,9,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(54155,1,1788631200,2026,9,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(54156,1,1788634800,2026,9,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(54157,1,1788638400,2026,9,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(54158,1,1788642000,2026,9,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(54159,1,1788732000,2026,9,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(54160,1,1788735600,2026,9,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(54161,1,1788739200,2026,9,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(54162,1,1788742800,2026,9,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(54163,1,1788746400,2026,9,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(54164,1,1788750000,2026,9,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(54165,1,1788753600,2026,9,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(54166,1,1788757200,2026,9,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(54167,1,1788760800,2026,9,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(54168,1,1788764400,2026,9,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(54169,1,1788768000,2026,9,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(54170,1,1788771600,2026,9,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(54171,1,1788775200,2026,9,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(54172,1,1788778800,2026,9,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(54173,1,1788782400,2026,9,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(54174,1,1788786000,2026,9,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(54175,1,1788789600,2026,9,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(54176,1,1788793200,2026,9,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(54177,1,1788796800,2026,9,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(54178,1,1788800400,2026,9,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(54179,1,1788804000,2026,9,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(54180,1,1788807600,2026,9,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(54181,1,1788811200,2026,9,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(54182,1,1788814800,2026,9,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(54183,1,1788818400,2026,9,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(54184,1,1788822000,2026,9,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(54185,1,1788825600,2026,9,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(54186,1,1788829200,2026,9,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(54187,1,1788832800,2026,9,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(54188,1,1788836400,2026,9,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(54189,1,1788840000,2026,9,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(54190,1,1788843600,2026,9,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(54191,1,1788847200,2026,9,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(54192,1,1788850800,2026,9,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(54193,1,1788854400,2026,9,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(54194,1,1788858000,2026,9,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(54195,1,1788861600,2026,9,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(54196,1,1788865200,2026,9,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(54197,1,1788868800,2026,9,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(54198,1,1788872400,2026,9,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(54199,1,1788876000,2026,9,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(54200,1,1788879600,2026,9,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(54201,1,1788883200,2026,9,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(54202,1,1788886800,2026,9,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(54203,1,1788890400,2026,9,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(54204,1,1788894000,2026,9,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(54205,1,1788897600,2026,9,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(54206,1,1788901200,2026,9,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(54207,1,1788904800,2026,9,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(54208,1,1788908400,2026,9,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(54209,1,1788912000,2026,9,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(54210,1,1788915600,2026,9,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(54211,1,1788919200,2026,9,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(54212,1,1788922800,2026,9,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(54213,1,1788926400,2026,9,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(54214,1,1788930000,2026,9,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(54215,1,1788933600,2026,9,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(54216,1,1788937200,2026,9,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(54217,1,1788940800,2026,9,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(54218,1,1788944400,2026,9,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(54219,1,1788948000,2026,9,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(54220,1,1788951600,2026,9,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(54221,1,1788955200,2026,9,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(54222,1,1788958800,2026,9,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(54223,1,1788962400,2026,9,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(54224,1,1788966000,2026,9,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(54225,1,1788969600,2026,9,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(54226,1,1788973200,2026,9,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(54227,1,1788976800,2026,9,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(54228,1,1788980400,2026,9,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(54229,1,1788984000,2026,9,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(54230,1,1788987600,2026,9,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(54231,1,1788991200,2026,9,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(54232,1,1788994800,2026,9,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(54233,1,1788998400,2026,9,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(54234,1,1789002000,2026,9,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(54235,1,1789005600,2026,9,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(54236,1,1789009200,2026,9,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(54237,1,1789012800,2026,9,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(54238,1,1789016400,2026,9,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(54239,1,1789020000,2026,9,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(54240,1,1789023600,2026,9,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(54241,1,1789027200,2026,9,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(54242,1,1789030800,2026,9,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(54243,1,1789034400,2026,9,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(54244,1,1789038000,2026,9,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(54245,1,1789041600,2026,9,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(54246,1,1789045200,2026,9,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(54247,1,1789048800,2026,9,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(54248,1,1789052400,2026,9,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(54249,1,1789056000,2026,9,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(54250,1,1789059600,2026,9,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(54251,1,1789063200,2026,9,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(54252,1,1789066800,2026,9,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(54253,1,1789070400,2026,9,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(54254,1,1789074000,2026,9,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(54255,1,1789077600,2026,9,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(54256,1,1789081200,2026,9,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(54257,1,1789084800,2026,9,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(54258,1,1789088400,2026,9,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(54259,1,1789092000,2026,9,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(54260,1,1789095600,2026,9,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(54261,1,1789099200,2026,9,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(54262,1,1789102800,2026,9,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(54263,1,1789106400,2026,9,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(54264,1,1789110000,2026,9,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(54265,1,1789113600,2026,9,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(54266,1,1789117200,2026,9,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(54267,1,1789120800,2026,9,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(54268,1,1789124400,2026,9,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(54269,1,1789128000,2026,9,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(54270,1,1789131600,2026,9,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(54271,1,1789135200,2026,9,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(54272,1,1789138800,2026,9,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(54273,1,1789142400,2026,9,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(54274,1,1789146000,2026,9,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(54275,1,1789149600,2026,9,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(54276,1,1789153200,2026,9,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(54277,1,1789156800,2026,9,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(54278,1,1789160400,2026,9,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(54279,1,1789164000,2026,9,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(54280,1,1789167600,2026,9,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(54281,1,1789171200,2026,9,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(54282,1,1789174800,2026,9,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(54283,1,1789178400,2026,9,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(54284,1,1789182000,2026,9,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(54285,1,1789185600,2026,9,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(54286,1,1789189200,2026,9,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(54287,1,1789192800,2026,9,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(54288,1,1789196400,2026,9,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(54289,1,1789200000,2026,9,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(54290,1,1789203600,2026,9,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(54291,1,1789207200,2026,9,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(54292,1,1789210800,2026,9,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(54293,1,1789214400,2026,9,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(54294,1,1789218000,2026,9,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(54295,1,1789221600,2026,9,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(54296,1,1789225200,2026,9,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(54297,1,1789228800,2026,9,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(54298,1,1789232400,2026,9,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(54299,1,1789236000,2026,9,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(54300,1,1789239600,2026,9,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(54301,1,1789243200,2026,9,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(54302,1,1789246800,2026,9,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(54303,1,1789336800,2026,9,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(54304,1,1789340400,2026,9,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(54305,1,1789344000,2026,9,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(54306,1,1789347600,2026,9,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(54307,1,1789351200,2026,9,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(54308,1,1789354800,2026,9,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(54309,1,1789358400,2026,9,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(54310,1,1789362000,2026,9,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(54311,1,1789365600,2026,9,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(54312,1,1789369200,2026,9,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(54313,1,1789372800,2026,9,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(54314,1,1789376400,2026,9,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(54315,1,1789380000,2026,9,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(54316,1,1789383600,2026,9,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(54317,1,1789387200,2026,9,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(54318,1,1789390800,2026,9,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(54319,1,1789394400,2026,9,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(54320,1,1789398000,2026,9,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(54321,1,1789401600,2026,9,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(54322,1,1789405200,2026,9,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(54323,1,1789408800,2026,9,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(54324,1,1789412400,2026,9,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(54325,1,1789416000,2026,9,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(54326,1,1789419600,2026,9,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(54327,1,1789423200,2026,9,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(54328,1,1789426800,2026,9,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(54329,1,1789430400,2026,9,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(54330,1,1789434000,2026,9,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(54331,1,1789437600,2026,9,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(54332,1,1789441200,2026,9,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(54333,1,1789444800,2026,9,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(54334,1,1789448400,2026,9,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(54335,1,1789452000,2026,9,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(54336,1,1789455600,2026,9,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(54337,1,1789459200,2026,9,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(54338,1,1789462800,2026,9,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(54339,1,1789466400,2026,9,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(54340,1,1789470000,2026,9,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(54341,1,1789473600,2026,9,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(54342,1,1789477200,2026,9,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(54343,1,1789480800,2026,9,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(54344,1,1789484400,2026,9,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(54345,1,1789488000,2026,9,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(54346,1,1789491600,2026,9,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(54347,1,1789495200,2026,9,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(54348,1,1789498800,2026,9,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(54349,1,1789502400,2026,9,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(54350,1,1789506000,2026,9,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(54351,1,1789509600,2026,9,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(54352,1,1789513200,2026,9,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(54353,1,1789516800,2026,9,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(54354,1,1789520400,2026,9,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(54355,1,1789524000,2026,9,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(54356,1,1789527600,2026,9,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(54357,1,1789531200,2026,9,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(54358,1,1789534800,2026,9,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(54359,1,1789538400,2026,9,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(54360,1,1789542000,2026,9,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(54361,1,1789545600,2026,9,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(54362,1,1789549200,2026,9,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(54363,1,1789552800,2026,9,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(54364,1,1789556400,2026,9,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(54365,1,1789560000,2026,9,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(54366,1,1789563600,2026,9,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(54367,1,1789567200,2026,9,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(54368,1,1789570800,2026,9,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(54369,1,1789574400,2026,9,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(54370,1,1789578000,2026,9,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(54371,1,1789581600,2026,9,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(54372,1,1789585200,2026,9,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(54373,1,1789588800,2026,9,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(54374,1,1789592400,2026,9,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(54375,1,1789596000,2026,9,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(54376,1,1789599600,2026,9,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(54377,1,1789603200,2026,9,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(54378,1,1789606800,2026,9,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(54379,1,1789610400,2026,9,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(54380,1,1789614000,2026,9,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(54381,1,1789617600,2026,9,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(54382,1,1789621200,2026,9,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(54383,1,1789624800,2026,9,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(54384,1,1789628400,2026,9,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(54385,1,1789632000,2026,9,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(54386,1,1789635600,2026,9,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(54387,1,1789639200,2026,9,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(54388,1,1789642800,2026,9,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(54389,1,1789646400,2026,9,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(54390,1,1789650000,2026,9,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(54391,1,1789653600,2026,9,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(54392,1,1789657200,2026,9,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(54393,1,1789660800,2026,9,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(54394,1,1789664400,2026,9,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(54395,1,1789668000,2026,9,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(54396,1,1789671600,2026,9,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(54397,1,1789675200,2026,9,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(54398,1,1789678800,2026,9,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(54399,1,1789682400,2026,9,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(54400,1,1789686000,2026,9,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(54401,1,1789689600,2026,9,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(54402,1,1789693200,2026,9,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(54403,1,1789696800,2026,9,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(54404,1,1789700400,2026,9,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(54405,1,1789704000,2026,9,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(54406,1,1789707600,2026,9,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(54407,1,1789711200,2026,9,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(54408,1,1789714800,2026,9,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(54409,1,1789718400,2026,9,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(54410,1,1789722000,2026,9,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(54411,1,1789725600,2026,9,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(54412,1,1789729200,2026,9,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(54413,1,1789732800,2026,9,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(54414,1,1789736400,2026,9,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(54415,1,1789740000,2026,9,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(54416,1,1789743600,2026,9,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(54417,1,1789747200,2026,9,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(54418,1,1789750800,2026,9,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(54419,1,1789754400,2026,9,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(54420,1,1789758000,2026,9,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(54421,1,1789761600,2026,9,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(54422,1,1789765200,2026,9,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(54423,1,1789768800,2026,9,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(54424,1,1789772400,2026,9,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(54425,1,1789776000,2026,9,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(54426,1,1789779600,2026,9,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(54427,1,1789783200,2026,9,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(54428,1,1789786800,2026,9,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(54429,1,1789790400,2026,9,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(54430,1,1789794000,2026,9,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(54431,1,1789797600,2026,9,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(54432,1,1789801200,2026,9,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(54433,1,1789804800,2026,9,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(54434,1,1789808400,2026,9,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(54435,1,1789812000,2026,9,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(54436,1,1789815600,2026,9,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(54437,1,1789819200,2026,9,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(54438,1,1789822800,2026,9,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(54439,1,1789826400,2026,9,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(54440,1,1789830000,2026,9,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(54441,1,1789833600,2026,9,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(54442,1,1789837200,2026,9,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(54443,1,1789840800,2026,9,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(54444,1,1789844400,2026,9,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(54445,1,1789848000,2026,9,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(54446,1,1789851600,2026,9,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(54447,1,1789941600,2026,9,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(54448,1,1789945200,2026,9,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(54449,1,1789948800,2026,9,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(54450,1,1789952400,2026,9,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(54451,1,1789956000,2026,9,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(54452,1,1789959600,2026,9,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(54453,1,1789963200,2026,9,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(54454,1,1789966800,2026,9,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(54455,1,1789970400,2026,9,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(54456,1,1789974000,2026,9,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(54457,1,1789977600,2026,9,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(54458,1,1789981200,2026,9,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(54459,1,1789984800,2026,9,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(54460,1,1789988400,2026,9,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(54461,1,1789992000,2026,9,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(54462,1,1789995600,2026,9,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(54463,1,1789999200,2026,9,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(54464,1,1790002800,2026,9,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(54465,1,1790006400,2026,9,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(54466,1,1790010000,2026,9,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(54467,1,1790013600,2026,9,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(54468,1,1790017200,2026,9,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(54469,1,1790020800,2026,9,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(54470,1,1790024400,2026,9,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(54471,1,1790028000,2026,9,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(54472,1,1790031600,2026,9,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(54473,1,1790035200,2026,9,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(54474,1,1790038800,2026,9,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(54475,1,1790042400,2026,9,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(54476,1,1790046000,2026,9,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(54477,1,1790049600,2026,9,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(54478,1,1790053200,2026,9,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(54479,1,1790056800,2026,9,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(54480,1,1790060400,2026,9,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(54481,1,1790064000,2026,9,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(54482,1,1790067600,2026,9,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(54483,1,1790071200,2026,9,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(54484,1,1790074800,2026,9,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(54485,1,1790078400,2026,9,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(54486,1,1790082000,2026,9,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(54487,1,1790085600,2026,9,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(54488,1,1790089200,2026,9,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(54489,1,1790092800,2026,9,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(54490,1,1790096400,2026,9,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(54491,1,1790100000,2026,9,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(54492,1,1790103600,2026,9,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(54493,1,1790107200,2026,9,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(54494,1,1790110800,2026,9,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(54495,1,1790114400,2026,9,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(54496,1,1790118000,2026,9,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(54497,1,1790121600,2026,9,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(54498,1,1790125200,2026,9,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(54499,1,1790128800,2026,9,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(54500,1,1790132400,2026,9,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(54501,1,1790136000,2026,9,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(54502,1,1790139600,2026,9,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(54503,1,1790143200,2026,9,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(54504,1,1790146800,2026,9,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(54505,1,1790150400,2026,9,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(54506,1,1790154000,2026,9,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(54507,1,1790157600,2026,9,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(54508,1,1790161200,2026,9,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(54509,1,1790164800,2026,9,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(54510,1,1790168400,2026,9,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(54511,1,1790172000,2026,9,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(54512,1,1790175600,2026,9,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(54513,1,1790179200,2026,9,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(54514,1,1790182800,2026,9,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(54515,1,1790186400,2026,9,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(54516,1,1790190000,2026,9,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(54517,1,1790193600,2026,9,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(54518,1,1790197200,2026,9,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(54519,1,1790200800,2026,9,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(54520,1,1790204400,2026,9,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(54521,1,1790208000,2026,9,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(54522,1,1790211600,2026,9,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(54523,1,1790215200,2026,9,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(54524,1,1790218800,2026,9,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(54525,1,1790222400,2026,9,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(54526,1,1790226000,2026,9,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(54527,1,1790229600,2026,9,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(54528,1,1790233200,2026,9,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(54529,1,1790236800,2026,9,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(54530,1,1790240400,2026,9,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(54531,1,1790244000,2026,9,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(54532,1,1790247600,2026,9,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(54533,1,1790251200,2026,9,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(54534,1,1790254800,2026,9,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(54535,1,1790258400,2026,9,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(54536,1,1790262000,2026,9,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(54537,1,1790265600,2026,9,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(54538,1,1790269200,2026,9,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(54539,1,1790272800,2026,9,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(54540,1,1790276400,2026,9,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(54541,1,1790280000,2026,9,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(54542,1,1790283600,2026,9,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(54543,1,1790287200,2026,9,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(54544,1,1790290800,2026,9,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(54545,1,1790294400,2026,9,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(54546,1,1790298000,2026,9,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(54547,1,1790301600,2026,9,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(54548,1,1790305200,2026,9,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(54549,1,1790308800,2026,9,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(54550,1,1790312400,2026,9,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(54551,1,1790316000,2026,9,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(54552,1,1790319600,2026,9,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(54553,1,1790323200,2026,9,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(54554,1,1790326800,2026,9,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(54555,1,1790330400,2026,9,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(54556,1,1790334000,2026,9,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(54557,1,1790337600,2026,9,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(54558,1,1790341200,2026,9,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(54559,1,1790344800,2026,9,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(54560,1,1790348400,2026,9,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(54561,1,1790352000,2026,9,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(54562,1,1790355600,2026,9,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(54563,1,1790359200,2026,9,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(54564,1,1790362800,2026,9,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(54565,1,1790366400,2026,9,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(54566,1,1790370000,2026,9,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(54567,1,1790373600,2026,9,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(54568,1,1790377200,2026,9,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(54569,1,1790380800,2026,9,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(54570,1,1790384400,2026,9,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(54571,1,1790388000,2026,9,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(54572,1,1790391600,2026,9,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(54573,1,1790395200,2026,9,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(54574,1,1790398800,2026,9,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(54575,1,1790402400,2026,9,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(54576,1,1790406000,2026,9,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(54577,1,1790409600,2026,9,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(54578,1,1790413200,2026,9,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(54579,1,1790416800,2026,9,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(54580,1,1790420400,2026,9,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(54581,1,1790424000,2026,9,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(54582,1,1790427600,2026,9,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(54583,1,1790431200,2026,9,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(54584,1,1790434800,2026,9,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(54585,1,1790438400,2026,9,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(54586,1,1790442000,2026,9,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(54587,1,1790445600,2026,9,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(54588,1,1790449200,2026,9,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(54589,1,1790452800,2026,9,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(54590,1,1790456400,2026,9,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(54591,1,1790546400,2026,9,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(54592,1,1790550000,2026,9,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(54593,1,1790553600,2026,9,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(54594,1,1790557200,2026,9,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(54595,1,1790560800,2026,9,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(54596,1,1790564400,2026,9,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(54597,1,1790568000,2026,9,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(54598,1,1790571600,2026,9,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(54599,1,1790575200,2026,9,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(54600,1,1790578800,2026,9,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(54601,1,1790582400,2026,9,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(54602,1,1790586000,2026,9,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(54603,1,1790589600,2026,9,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(54604,1,1790593200,2026,9,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(54605,1,1790596800,2026,9,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(54606,1,1790600400,2026,9,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(54607,1,1790604000,2026,9,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(54608,1,1790607600,2026,9,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(54609,1,1790611200,2026,9,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(54610,1,1790614800,2026,9,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(54611,1,1790618400,2026,9,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(54612,1,1790622000,2026,9,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(54613,1,1790625600,2026,9,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(54614,1,1790629200,2026,9,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(54615,1,1790632800,2026,9,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(54616,1,1790636400,2026,9,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(54617,1,1790640000,2026,9,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(54618,1,1790643600,2026,9,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(54619,1,1790647200,2026,9,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(54620,1,1790650800,2026,9,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(54621,1,1790654400,2026,9,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(54622,1,1790658000,2026,9,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(54623,1,1790661600,2026,9,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(54624,1,1790665200,2026,9,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(54625,1,1790668800,2026,9,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(54626,1,1790672400,2026,9,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(54627,1,1790676000,2026,9,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(54628,1,1790679600,2026,9,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(54629,1,1790683200,2026,9,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(54630,1,1790686800,2026,9,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(54631,1,1790690400,2026,9,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(54632,1,1790694000,2026,9,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(54633,1,1790697600,2026,9,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(54634,1,1790701200,2026,9,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(54635,1,1790704800,2026,9,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(54636,1,1790708400,2026,9,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(54637,1,1790712000,2026,9,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(54638,1,1790715600,2026,9,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(54639,1,1790719200,2026,9,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(54640,1,1790722800,2026,9,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(54641,1,1790726400,2026,9,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(54642,1,1790730000,2026,9,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(54643,1,1790733600,2026,9,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(54644,1,1790737200,2026,9,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(54645,1,1790740800,2026,9,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(54646,1,1790744400,2026,9,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(54647,1,1790748000,2026,9,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(54648,1,1790751600,2026,9,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(54649,1,1790755200,2026,9,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(54650,1,1790758800,2026,9,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(54651,1,1790762400,2026,9,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(54652,1,1790766000,2026,9,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(54653,1,1790769600,2026,9,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(54654,1,1790773200,2026,9,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(54655,1,1790776800,2026,9,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(54656,1,1790780400,2026,9,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(54657,1,1790784000,2026,9,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(54658,1,1790787600,2026,9,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(54659,1,1790791200,2026,9,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(54660,1,1790794800,2026,9,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(54661,1,1790798400,2026,9,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(54662,1,1790802000,2026,9,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(54663,1,1790805600,2026,10,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(54664,1,1790809200,2026,10,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(54665,1,1790812800,2026,10,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(54666,1,1790816400,2026,10,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(54667,1,1790820000,2026,10,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(54668,1,1790823600,2026,10,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(54669,1,1790827200,2026,10,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(54670,1,1790830800,2026,10,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(54671,1,1790834400,2026,10,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(54672,1,1790838000,2026,10,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(54673,1,1790841600,2026,10,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(54674,1,1790845200,2026,10,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(54675,1,1790848800,2026,10,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(54676,1,1790852400,2026,10,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(54677,1,1790856000,2026,10,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(54678,1,1790859600,2026,10,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(54679,1,1790863200,2026,10,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(54680,1,1790866800,2026,10,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(54681,1,1790870400,2026,10,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(54682,1,1790874000,2026,10,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(54683,1,1790877600,2026,10,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(54684,1,1790881200,2026,10,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(54685,1,1790884800,2026,10,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(54686,1,1790888400,2026,10,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(54687,1,1790892000,2026,10,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(54688,1,1790895600,2026,10,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(54689,1,1790899200,2026,10,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(54690,1,1790902800,2026,10,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(54691,1,1790906400,2026,10,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(54692,1,1790910000,2026,10,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(54693,1,1790913600,2026,10,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(54694,1,1790917200,2026,10,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(54695,1,1790920800,2026,10,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(54696,1,1790924400,2026,10,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(54697,1,1790928000,2026,10,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(54698,1,1790931600,2026,10,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(54699,1,1790935200,2026,10,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(54700,1,1790938800,2026,10,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(54701,1,1790942400,2026,10,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(54702,1,1790946000,2026,10,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(54703,1,1790949600,2026,10,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(54704,1,1790953200,2026,10,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(54705,1,1790956800,2026,10,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(54706,1,1790960400,2026,10,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(54707,1,1790964000,2026,10,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(54708,1,1790967600,2026,10,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(54709,1,1790971200,2026,10,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(54710,1,1790974800,2026,10,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(54711,1,1790978400,2026,10,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(54712,1,1790982000,2026,10,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(54713,1,1790985600,2026,10,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(54714,1,1790989200,2026,10,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(54715,1,1790992800,2026,10,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(54716,1,1790996400,2026,10,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(54717,1,1791000000,2026,10,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(54718,1,1791003600,2026,10,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(54719,1,1791007200,2026,10,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(54720,1,1791010800,2026,10,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(54721,1,1791014400,2026,10,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(54722,1,1791018000,2026,10,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(54723,1,1791021600,2026,10,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(54724,1,1791025200,2026,10,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(54725,1,1791028800,2026,10,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(54726,1,1791032400,2026,10,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(54727,1,1791036000,2026,10,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(54728,1,1791039600,2026,10,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(54729,1,1791043200,2026,10,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(54730,1,1791046800,2026,10,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(54731,1,1791050400,2026,10,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(54732,1,1791054000,2026,10,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(54733,1,1791057600,2026,10,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(54734,1,1791061200,2026,10,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(54735,1,1791151200,2026,10,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(54736,1,1791154800,2026,10,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(54737,1,1791158400,2026,10,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(54738,1,1791162000,2026,10,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(54739,1,1791165600,2026,10,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(54740,1,1791169200,2026,10,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(54741,1,1791172800,2026,10,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(54742,1,1791176400,2026,10,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(54743,1,1791180000,2026,10,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(54744,1,1791183600,2026,10,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(54745,1,1791187200,2026,10,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(54746,1,1791190800,2026,10,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(54747,1,1791194400,2026,10,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(54748,1,1791198000,2026,10,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(54749,1,1791201600,2026,10,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(54750,1,1791205200,2026,10,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(54751,1,1791208800,2026,10,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(54752,1,1791212400,2026,10,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(54753,1,1791216000,2026,10,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(54754,1,1791219600,2026,10,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(54755,1,1791223200,2026,10,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(54756,1,1791226800,2026,10,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(54757,1,1791230400,2026,10,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(54758,1,1791234000,2026,10,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(54759,1,1791237600,2026,10,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(54760,1,1791241200,2026,10,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(54761,1,1791244800,2026,10,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(54762,1,1791248400,2026,10,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(54763,1,1791252000,2026,10,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(54764,1,1791255600,2026,10,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(54765,1,1791259200,2026,10,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(54766,1,1791262800,2026,10,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(54767,1,1791266400,2026,10,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(54768,1,1791270000,2026,10,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(54769,1,1791273600,2026,10,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(54770,1,1791277200,2026,10,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(54771,1,1791280800,2026,10,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(54772,1,1791284400,2026,10,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(54773,1,1791288000,2026,10,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(54774,1,1791291600,2026,10,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(54775,1,1791295200,2026,10,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(54776,1,1791298800,2026,10,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(54777,1,1791302400,2026,10,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(54778,1,1791306000,2026,10,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(54779,1,1791309600,2026,10,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(54780,1,1791313200,2026,10,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(54781,1,1791316800,2026,10,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(54782,1,1791320400,2026,10,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(54783,1,1791324000,2026,10,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(54784,1,1791327600,2026,10,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(54785,1,1791331200,2026,10,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(54786,1,1791334800,2026,10,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(54787,1,1791338400,2026,10,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(54788,1,1791342000,2026,10,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(54789,1,1791345600,2026,10,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(54790,1,1791349200,2026,10,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(54791,1,1791352800,2026,10,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(54792,1,1791356400,2026,10,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(54793,1,1791360000,2026,10,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(54794,1,1791363600,2026,10,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(54795,1,1791367200,2026,10,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(54796,1,1791370800,2026,10,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(54797,1,1791374400,2026,10,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(54798,1,1791378000,2026,10,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(54799,1,1791381600,2026,10,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(54800,1,1791385200,2026,10,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(54801,1,1791388800,2026,10,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(54802,1,1791392400,2026,10,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(54803,1,1791396000,2026,10,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(54804,1,1791399600,2026,10,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(54805,1,1791403200,2026,10,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(54806,1,1791406800,2026,10,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(54807,1,1791410400,2026,10,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(54808,1,1791414000,2026,10,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(54809,1,1791417600,2026,10,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(54810,1,1791421200,2026,10,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(54811,1,1791424800,2026,10,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(54812,1,1791428400,2026,10,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(54813,1,1791432000,2026,10,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(54814,1,1791435600,2026,10,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(54815,1,1791439200,2026,10,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(54816,1,1791442800,2026,10,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(54817,1,1791446400,2026,10,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(54818,1,1791450000,2026,10,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(54819,1,1791453600,2026,10,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(54820,1,1791457200,2026,10,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(54821,1,1791460800,2026,10,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(54822,1,1791464400,2026,10,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(54823,1,1791468000,2026,10,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(54824,1,1791471600,2026,10,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(54825,1,1791475200,2026,10,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(54826,1,1791478800,2026,10,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(54827,1,1791482400,2026,10,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(54828,1,1791486000,2026,10,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(54829,1,1791489600,2026,10,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(54830,1,1791493200,2026,10,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(54831,1,1791496800,2026,10,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(54832,1,1791500400,2026,10,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(54833,1,1791504000,2026,10,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(54834,1,1791507600,2026,10,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(54835,1,1791511200,2026,10,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(54836,1,1791514800,2026,10,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(54837,1,1791518400,2026,10,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(54838,1,1791522000,2026,10,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(54839,1,1791525600,2026,10,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(54840,1,1791529200,2026,10,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(54841,1,1791532800,2026,10,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(54842,1,1791536400,2026,10,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(54843,1,1791540000,2026,10,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(54844,1,1791543600,2026,10,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(54845,1,1791547200,2026,10,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(54846,1,1791550800,2026,10,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(54847,1,1791554400,2026,10,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(54848,1,1791558000,2026,10,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(54849,1,1791561600,2026,10,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(54850,1,1791565200,2026,10,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(54851,1,1791568800,2026,10,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(54852,1,1791572400,2026,10,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(54853,1,1791576000,2026,10,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(54854,1,1791579600,2026,10,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(54855,1,1791583200,2026,10,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(54856,1,1791586800,2026,10,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(54857,1,1791590400,2026,10,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(54858,1,1791594000,2026,10,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(54859,1,1791597600,2026,10,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(54860,1,1791601200,2026,10,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(54861,1,1791604800,2026,10,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(54862,1,1791608400,2026,10,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(54863,1,1791612000,2026,10,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(54864,1,1791615600,2026,10,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(54865,1,1791619200,2026,10,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(54866,1,1791622800,2026,10,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(54867,1,1791626400,2026,10,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(54868,1,1791630000,2026,10,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(54869,1,1791633600,2026,10,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(54870,1,1791637200,2026,10,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(54871,1,1791640800,2026,10,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(54872,1,1791644400,2026,10,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(54873,1,1791648000,2026,10,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(54874,1,1791651600,2026,10,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(54875,1,1791655200,2026,10,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(54876,1,1791658800,2026,10,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(54877,1,1791662400,2026,10,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(54878,1,1791666000,2026,10,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(54879,1,1791756000,2026,10,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(54880,1,1791759600,2026,10,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(54881,1,1791763200,2026,10,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(54882,1,1791766800,2026,10,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(54883,1,1791770400,2026,10,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(54884,1,1791774000,2026,10,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(54885,1,1791777600,2026,10,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(54886,1,1791781200,2026,10,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(54887,1,1791784800,2026,10,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(54888,1,1791788400,2026,10,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(54889,1,1791792000,2026,10,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(54890,1,1791795600,2026,10,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(54891,1,1791799200,2026,10,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(54892,1,1791802800,2026,10,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(54893,1,1791806400,2026,10,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(54894,1,1791810000,2026,10,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(54895,1,1791813600,2026,10,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(54896,1,1791817200,2026,10,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(54897,1,1791820800,2026,10,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(54898,1,1791824400,2026,10,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(54899,1,1791828000,2026,10,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(54900,1,1791831600,2026,10,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(54901,1,1791835200,2026,10,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(54902,1,1791838800,2026,10,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(54903,1,1791842400,2026,10,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(54904,1,1791846000,2026,10,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(54905,1,1791849600,2026,10,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(54906,1,1791853200,2026,10,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(54907,1,1791856800,2026,10,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(54908,1,1791860400,2026,10,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(54909,1,1791864000,2026,10,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(54910,1,1791867600,2026,10,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(54911,1,1791871200,2026,10,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(54912,1,1791874800,2026,10,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(54913,1,1791878400,2026,10,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(54914,1,1791882000,2026,10,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(54915,1,1791885600,2026,10,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(54916,1,1791889200,2026,10,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(54917,1,1791892800,2026,10,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(54918,1,1791896400,2026,10,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(54919,1,1791900000,2026,10,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(54920,1,1791903600,2026,10,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(54921,1,1791907200,2026,10,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(54922,1,1791910800,2026,10,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(54923,1,1791914400,2026,10,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(54924,1,1791918000,2026,10,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(54925,1,1791921600,2026,10,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(54926,1,1791925200,2026,10,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(54927,1,1791928800,2026,10,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(54928,1,1791932400,2026,10,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(54929,1,1791936000,2026,10,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(54930,1,1791939600,2026,10,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(54931,1,1791943200,2026,10,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(54932,1,1791946800,2026,10,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(54933,1,1791950400,2026,10,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(54934,1,1791954000,2026,10,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(54935,1,1791957600,2026,10,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(54936,1,1791961200,2026,10,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(54937,1,1791964800,2026,10,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(54938,1,1791968400,2026,10,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(54939,1,1791972000,2026,10,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(54940,1,1791975600,2026,10,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(54941,1,1791979200,2026,10,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(54942,1,1791982800,2026,10,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(54943,1,1791986400,2026,10,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(54944,1,1791990000,2026,10,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(54945,1,1791993600,2026,10,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(54946,1,1791997200,2026,10,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(54947,1,1792000800,2026,10,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(54948,1,1792004400,2026,10,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(54949,1,1792008000,2026,10,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(54950,1,1792011600,2026,10,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(54951,1,1792015200,2026,10,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(54952,1,1792018800,2026,10,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(54953,1,1792022400,2026,10,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(54954,1,1792026000,2026,10,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(54955,1,1792029600,2026,10,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(54956,1,1792033200,2026,10,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(54957,1,1792036800,2026,10,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(54958,1,1792040400,2026,10,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(54959,1,1792044000,2026,10,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(54960,1,1792047600,2026,10,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(54961,1,1792051200,2026,10,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(54962,1,1792054800,2026,10,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(54963,1,1792058400,2026,10,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(54964,1,1792062000,2026,10,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(54965,1,1792065600,2026,10,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(54966,1,1792069200,2026,10,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(54967,1,1792072800,2026,10,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(54968,1,1792076400,2026,10,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(54969,1,1792080000,2026,10,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(54970,1,1792083600,2026,10,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(54971,1,1792087200,2026,10,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(54972,1,1792090800,2026,10,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(54973,1,1792094400,2026,10,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(54974,1,1792098000,2026,10,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(54975,1,1792101600,2026,10,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(54976,1,1792105200,2026,10,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(54977,1,1792108800,2026,10,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(54978,1,1792112400,2026,10,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(54979,1,1792116000,2026,10,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(54980,1,1792119600,2026,10,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(54981,1,1792123200,2026,10,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(54982,1,1792126800,2026,10,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(54983,1,1792130400,2026,10,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(54984,1,1792134000,2026,10,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(54985,1,1792137600,2026,10,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(54986,1,1792141200,2026,10,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(54987,1,1792144800,2026,10,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(54988,1,1792148400,2026,10,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(54989,1,1792152000,2026,10,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(54990,1,1792155600,2026,10,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(54991,1,1792159200,2026,10,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(54992,1,1792162800,2026,10,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(54993,1,1792166400,2026,10,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(54994,1,1792170000,2026,10,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(54995,1,1792173600,2026,10,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(54996,1,1792177200,2026,10,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(54997,1,1792180800,2026,10,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(54998,1,1792184400,2026,10,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(54999,1,1792188000,2026,10,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(55000,1,1792191600,2026,10,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(55001,1,1792195200,2026,10,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(55002,1,1792198800,2026,10,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(55003,1,1792202400,2026,10,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(55004,1,1792206000,2026,10,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(55005,1,1792209600,2026,10,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(55006,1,1792213200,2026,10,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(55007,1,1792216800,2026,10,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(55008,1,1792220400,2026,10,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(55009,1,1792224000,2026,10,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(55010,1,1792227600,2026,10,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(55011,1,1792231200,2026,10,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(55012,1,1792234800,2026,10,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(55013,1,1792238400,2026,10,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(55014,1,1792242000,2026,10,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(55015,1,1792245600,2026,10,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(55016,1,1792249200,2026,10,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(55017,1,1792252800,2026,10,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(55018,1,1792256400,2026,10,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(55019,1,1792260000,2026,10,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(55020,1,1792263600,2026,10,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(55021,1,1792267200,2026,10,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(55022,1,1792270800,2026,10,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(55023,1,1792360800,2026,10,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(55024,1,1792364400,2026,10,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(55025,1,1792368000,2026,10,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(55026,1,1792371600,2026,10,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(55027,1,1792375200,2026,10,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(55028,1,1792378800,2026,10,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(55029,1,1792382400,2026,10,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(55030,1,1792386000,2026,10,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(55031,1,1792389600,2026,10,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(55032,1,1792393200,2026,10,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(55033,1,1792396800,2026,10,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(55034,1,1792400400,2026,10,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(55035,1,1792404000,2026,10,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(55036,1,1792407600,2026,10,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(55037,1,1792411200,2026,10,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(55038,1,1792414800,2026,10,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(55039,1,1792418400,2026,10,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(55040,1,1792422000,2026,10,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(55041,1,1792425600,2026,10,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(55042,1,1792429200,2026,10,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(55043,1,1792432800,2026,10,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(55044,1,1792436400,2026,10,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(55045,1,1792440000,2026,10,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(55046,1,1792443600,2026,10,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(55047,1,1792447200,2026,10,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(55048,1,1792450800,2026,10,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(55049,1,1792454400,2026,10,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(55050,1,1792458000,2026,10,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(55051,1,1792461600,2026,10,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(55052,1,1792465200,2026,10,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(55053,1,1792468800,2026,10,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(55054,1,1792472400,2026,10,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(55055,1,1792476000,2026,10,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(55056,1,1792479600,2026,10,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(55057,1,1792483200,2026,10,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(55058,1,1792486800,2026,10,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(55059,1,1792490400,2026,10,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(55060,1,1792494000,2026,10,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(55061,1,1792497600,2026,10,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(55062,1,1792501200,2026,10,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(55063,1,1792504800,2026,10,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(55064,1,1792508400,2026,10,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(55065,1,1792512000,2026,10,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(55066,1,1792515600,2026,10,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(55067,1,1792519200,2026,10,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(55068,1,1792522800,2026,10,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(55069,1,1792526400,2026,10,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(55070,1,1792530000,2026,10,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(55071,1,1792533600,2026,10,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(55072,1,1792537200,2026,10,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(55073,1,1792540800,2026,10,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(55074,1,1792544400,2026,10,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(55075,1,1792548000,2026,10,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(55076,1,1792551600,2026,10,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(55077,1,1792555200,2026,10,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(55078,1,1792558800,2026,10,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(55079,1,1792562400,2026,10,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(55080,1,1792566000,2026,10,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(55081,1,1792569600,2026,10,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(55082,1,1792573200,2026,10,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(55083,1,1792576800,2026,10,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(55084,1,1792580400,2026,10,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(55085,1,1792584000,2026,10,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(55086,1,1792587600,2026,10,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(55087,1,1792591200,2026,10,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(55088,1,1792594800,2026,10,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(55089,1,1792598400,2026,10,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(55090,1,1792602000,2026,10,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(55091,1,1792605600,2026,10,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(55092,1,1792609200,2026,10,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(55093,1,1792612800,2026,10,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(55094,1,1792616400,2026,10,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(55095,1,1792620000,2026,10,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(55096,1,1792623600,2026,10,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(55097,1,1792627200,2026,10,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(55098,1,1792630800,2026,10,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(55099,1,1792634400,2026,10,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(55100,1,1792638000,2026,10,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(55101,1,1792641600,2026,10,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(55102,1,1792645200,2026,10,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(55103,1,1792648800,2026,10,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(55104,1,1792652400,2026,10,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(55105,1,1792656000,2026,10,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(55106,1,1792659600,2026,10,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(55107,1,1792663200,2026,10,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(55108,1,1792666800,2026,10,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(55109,1,1792670400,2026,10,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(55110,1,1792674000,2026,10,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(55111,1,1792677600,2026,10,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(55112,1,1792681200,2026,10,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(55113,1,1792684800,2026,10,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(55114,1,1792688400,2026,10,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(55115,1,1792692000,2026,10,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(55116,1,1792695600,2026,10,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(55117,1,1792699200,2026,10,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(55118,1,1792702800,2026,10,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(55119,1,1792706400,2026,10,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(55120,1,1792710000,2026,10,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(55121,1,1792713600,2026,10,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(55122,1,1792717200,2026,10,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(55123,1,1792720800,2026,10,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(55124,1,1792724400,2026,10,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(55125,1,1792728000,2026,10,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(55126,1,1792731600,2026,10,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(55127,1,1792735200,2026,10,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(55128,1,1792738800,2026,10,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(55129,1,1792742400,2026,10,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(55130,1,1792746000,2026,10,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(55131,1,1792749600,2026,10,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(55132,1,1792753200,2026,10,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(55133,1,1792756800,2026,10,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(55134,1,1792760400,2026,10,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(55135,1,1792764000,2026,10,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(55136,1,1792767600,2026,10,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(55137,1,1792771200,2026,10,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(55138,1,1792774800,2026,10,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(55139,1,1792778400,2026,10,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(55140,1,1792782000,2026,10,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(55141,1,1792785600,2026,10,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(55142,1,1792789200,2026,10,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(55143,1,1792792800,2026,10,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(55144,1,1792796400,2026,10,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(55145,1,1792800000,2026,10,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(55146,1,1792803600,2026,10,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(55147,1,1792807200,2026,10,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(55148,1,1792810800,2026,10,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(55149,1,1792814400,2026,10,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(55150,1,1792818000,2026,10,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(55151,1,1792821600,2026,10,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(55152,1,1792825200,2026,10,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(55153,1,1792828800,2026,10,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(55154,1,1792832400,2026,10,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(55155,1,1792836000,2026,10,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(55156,1,1792839600,2026,10,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(55157,1,1792843200,2026,10,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(55158,1,1792846800,2026,10,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(55159,1,1792850400,2026,10,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(55160,1,1792854000,2026,10,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(55161,1,1792857600,2026,10,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(55162,1,1792861200,2026,10,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(55163,1,1792864800,2026,10,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(55164,1,1792868400,2026,10,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(55165,1,1792872000,2026,10,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(55166,1,1792875600,2026,10,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(55167,1,1792969200,2026,10,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(55168,1,1792972800,2026,10,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(55169,1,1792976400,2026,10,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(55170,1,1792980000,2026,10,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(55171,1,1792983600,2026,10,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(55172,1,1792987200,2026,10,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(55173,1,1792990800,2026,10,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(55174,1,1792994400,2026,10,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(55175,1,1792998000,2026,10,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(55176,1,1793001600,2026,10,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(55177,1,1793005200,2026,10,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(55178,1,1793008800,2026,10,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(55179,1,1793012400,2026,10,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(55180,1,1793016000,2026,10,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(55181,1,1793019600,2026,10,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(55182,1,1793023200,2026,10,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(55183,1,1793026800,2026,10,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(55184,1,1793030400,2026,10,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(55185,1,1793034000,2026,10,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(55186,1,1793037600,2026,10,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(55187,1,1793041200,2026,10,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(55188,1,1793044800,2026,10,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(55189,1,1793048400,2026,10,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(55190,1,1793052000,2026,10,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(55191,1,1793055600,2026,10,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(55192,1,1793059200,2026,10,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(55193,1,1793062800,2026,10,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(55194,1,1793066400,2026,10,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(55195,1,1793070000,2026,10,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(55196,1,1793073600,2026,10,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(55197,1,1793077200,2026,10,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(55198,1,1793080800,2026,10,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(55199,1,1793084400,2026,10,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(55200,1,1793088000,2026,10,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(55201,1,1793091600,2026,10,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(55202,1,1793095200,2026,10,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(55203,1,1793098800,2026,10,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(55204,1,1793102400,2026,10,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(55205,1,1793106000,2026,10,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(55206,1,1793109600,2026,10,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(55207,1,1793113200,2026,10,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(55208,1,1793116800,2026,10,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(55209,1,1793120400,2026,10,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(55210,1,1793124000,2026,10,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(55211,1,1793127600,2026,10,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(55212,1,1793131200,2026,10,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(55213,1,1793134800,2026,10,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(55214,1,1793138400,2026,10,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(55215,1,1793142000,2026,10,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(55216,1,1793145600,2026,10,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(55217,1,1793149200,2026,10,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(55218,1,1793152800,2026,10,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(55219,1,1793156400,2026,10,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(55220,1,1793160000,2026,10,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(55221,1,1793163600,2026,10,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(55222,1,1793167200,2026,10,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(55223,1,1793170800,2026,10,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(55224,1,1793174400,2026,10,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(55225,1,1793178000,2026,10,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(55226,1,1793181600,2026,10,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(55227,1,1793185200,2026,10,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(55228,1,1793188800,2026,10,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(55229,1,1793192400,2026,10,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(55230,1,1793196000,2026,10,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(55231,1,1793199600,2026,10,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(55232,1,1793203200,2026,10,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(55233,1,1793206800,2026,10,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(55234,1,1793210400,2026,10,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(55235,1,1793214000,2026,10,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(55236,1,1793217600,2026,10,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(55237,1,1793221200,2026,10,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(55238,1,1793224800,2026,10,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(55239,1,1793228400,2026,10,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(55240,1,1793232000,2026,10,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(55241,1,1793235600,2026,10,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(55242,1,1793239200,2026,10,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(55243,1,1793242800,2026,10,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(55244,1,1793246400,2026,10,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(55245,1,1793250000,2026,10,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(55246,1,1793253600,2026,10,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(55247,1,1793257200,2026,10,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(55248,1,1793260800,2026,10,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(55249,1,1793264400,2026,10,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(55250,1,1793268000,2026,10,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(55251,1,1793271600,2026,10,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(55252,1,1793275200,2026,10,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(55253,1,1793278800,2026,10,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(55254,1,1793282400,2026,10,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(55255,1,1793286000,2026,10,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(55256,1,1793289600,2026,10,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(55257,1,1793293200,2026,10,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(55258,1,1793296800,2026,10,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(55259,1,1793300400,2026,10,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(55260,1,1793304000,2026,10,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(55261,1,1793307600,2026,10,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(55262,1,1793311200,2026,10,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(55263,1,1793314800,2026,10,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(55264,1,1793318400,2026,10,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(55265,1,1793322000,2026,10,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(55266,1,1793325600,2026,10,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(55267,1,1793329200,2026,10,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(55268,1,1793332800,2026,10,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(55269,1,1793336400,2026,10,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(55270,1,1793340000,2026,10,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(55271,1,1793343600,2026,10,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(55272,1,1793347200,2026,10,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(55273,1,1793350800,2026,10,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(55274,1,1793354400,2026,10,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(55275,1,1793358000,2026,10,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(55276,1,1793361600,2026,10,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(55277,1,1793365200,2026,10,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(55278,1,1793368800,2026,10,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(55279,1,1793372400,2026,10,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(55280,1,1793376000,2026,10,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(55281,1,1793379600,2026,10,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(55282,1,1793383200,2026,10,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(55283,1,1793386800,2026,10,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(55284,1,1793390400,2026,10,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(55285,1,1793394000,2026,10,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(55286,1,1793397600,2026,10,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(55287,1,1793401200,2026,10,31,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(55288,1,1793404800,2026,10,31,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(55289,1,1793408400,2026,10,31,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(55290,1,1793412000,2026,10,31,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(55291,1,1793415600,2026,10,31,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(55292,1,1793419200,2026,10,31,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(55293,1,1793422800,2026,10,31,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(55294,1,1793426400,2026,10,31,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(55295,1,1793430000,2026,10,31,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(55296,1,1793433600,2026,10,31,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(55297,1,1793437200,2026,10,31,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(55298,1,1793440800,2026,10,31,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(55299,1,1793444400,2026,10,31,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(55300,1,1793448000,2026,10,31,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(55301,1,1793451600,2026,10,31,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(55302,1,1793455200,2026,10,31,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(55303,1,1793458800,2026,10,31,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(55304,1,1793462400,2026,10,31,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(55305,1,1793466000,2026,10,31,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(55306,1,1793469600,2026,10,31,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(55307,1,1793473200,2026,10,31,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(55308,1,1793476800,2026,10,31,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(55309,1,1793480400,2026,10,31,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(55310,1,1793484000,2026,10,31,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(55311,1,1793574000,2026,11,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(55312,1,1793577600,2026,11,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(55313,1,1793581200,2026,11,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(55314,1,1793584800,2026,11,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(55315,1,1793588400,2026,11,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(55316,1,1793592000,2026,11,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(55317,1,1793595600,2026,11,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(55318,1,1793599200,2026,11,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(55319,1,1793602800,2026,11,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(55320,1,1793606400,2026,11,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(55321,1,1793610000,2026,11,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(55322,1,1793613600,2026,11,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(55323,1,1793617200,2026,11,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(55324,1,1793620800,2026,11,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(55325,1,1793624400,2026,11,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(55326,1,1793628000,2026,11,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(55327,1,1793631600,2026,11,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(55328,1,1793635200,2026,11,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(55329,1,1793638800,2026,11,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(55330,1,1793642400,2026,11,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(55331,1,1793646000,2026,11,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(55332,1,1793649600,2026,11,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(55333,1,1793653200,2026,11,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(55334,1,1793656800,2026,11,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(55335,1,1793660400,2026,11,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(55336,1,1793664000,2026,11,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(55337,1,1793667600,2026,11,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(55338,1,1793671200,2026,11,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(55339,1,1793674800,2026,11,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(55340,1,1793678400,2026,11,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(55341,1,1793682000,2026,11,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(55342,1,1793685600,2026,11,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(55343,1,1793689200,2026,11,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(55344,1,1793692800,2026,11,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(55345,1,1793696400,2026,11,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(55346,1,1793700000,2026,11,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(55347,1,1793703600,2026,11,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(55348,1,1793707200,2026,11,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(55349,1,1793710800,2026,11,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(55350,1,1793714400,2026,11,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(55351,1,1793718000,2026,11,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(55352,1,1793721600,2026,11,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(55353,1,1793725200,2026,11,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(55354,1,1793728800,2026,11,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(55355,1,1793732400,2026,11,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(55356,1,1793736000,2026,11,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(55357,1,1793739600,2026,11,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(55358,1,1793743200,2026,11,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(55359,1,1793746800,2026,11,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(55360,1,1793750400,2026,11,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(55361,1,1793754000,2026,11,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(55362,1,1793757600,2026,11,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(55363,1,1793761200,2026,11,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(55364,1,1793764800,2026,11,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(55365,1,1793768400,2026,11,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(55366,1,1793772000,2026,11,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(55367,1,1793775600,2026,11,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(55368,1,1793779200,2026,11,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(55369,1,1793782800,2026,11,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(55370,1,1793786400,2026,11,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(55371,1,1793790000,2026,11,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(55372,1,1793793600,2026,11,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(55373,1,1793797200,2026,11,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(55374,1,1793800800,2026,11,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(55375,1,1793804400,2026,11,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(55376,1,1793808000,2026,11,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(55377,1,1793811600,2026,11,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(55378,1,1793815200,2026,11,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(55379,1,1793818800,2026,11,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(55380,1,1793822400,2026,11,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(55381,1,1793826000,2026,11,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(55382,1,1793829600,2026,11,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(55383,1,1793833200,2026,11,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(55384,1,1793836800,2026,11,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(55385,1,1793840400,2026,11,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(55386,1,1793844000,2026,11,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(55387,1,1793847600,2026,11,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(55388,1,1793851200,2026,11,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(55389,1,1793854800,2026,11,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(55390,1,1793858400,2026,11,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(55391,1,1793862000,2026,11,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(55392,1,1793865600,2026,11,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(55393,1,1793869200,2026,11,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(55394,1,1793872800,2026,11,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(55395,1,1793876400,2026,11,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(55396,1,1793880000,2026,11,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(55397,1,1793883600,2026,11,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(55398,1,1793887200,2026,11,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(55399,1,1793890800,2026,11,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(55400,1,1793894400,2026,11,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(55401,1,1793898000,2026,11,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(55402,1,1793901600,2026,11,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(55403,1,1793905200,2026,11,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(55404,1,1793908800,2026,11,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(55405,1,1793912400,2026,11,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(55406,1,1793916000,2026,11,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(55407,1,1793919600,2026,11,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(55408,1,1793923200,2026,11,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(55409,1,1793926800,2026,11,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(55410,1,1793930400,2026,11,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(55411,1,1793934000,2026,11,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(55412,1,1793937600,2026,11,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(55413,1,1793941200,2026,11,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(55414,1,1793944800,2026,11,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(55415,1,1793948400,2026,11,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(55416,1,1793952000,2026,11,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(55417,1,1793955600,2026,11,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(55418,1,1793959200,2026,11,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(55419,1,1793962800,2026,11,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(55420,1,1793966400,2026,11,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(55421,1,1793970000,2026,11,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(55422,1,1793973600,2026,11,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(55423,1,1793977200,2026,11,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(55424,1,1793980800,2026,11,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(55425,1,1793984400,2026,11,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(55426,1,1793988000,2026,11,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(55427,1,1793991600,2026,11,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(55428,1,1793995200,2026,11,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(55429,1,1793998800,2026,11,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(55430,1,1794002400,2026,11,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(55431,1,1794006000,2026,11,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(55432,1,1794009600,2026,11,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(55433,1,1794013200,2026,11,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(55434,1,1794016800,2026,11,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(55435,1,1794020400,2026,11,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(55436,1,1794024000,2026,11,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(55437,1,1794027600,2026,11,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(55438,1,1794031200,2026,11,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(55439,1,1794034800,2026,11,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(55440,1,1794038400,2026,11,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(55441,1,1794042000,2026,11,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(55442,1,1794045600,2026,11,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(55443,1,1794049200,2026,11,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(55444,1,1794052800,2026,11,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(55445,1,1794056400,2026,11,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(55446,1,1794060000,2026,11,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(55447,1,1794063600,2026,11,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(55448,1,1794067200,2026,11,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(55449,1,1794070800,2026,11,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(55450,1,1794074400,2026,11,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(55451,1,1794078000,2026,11,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(55452,1,1794081600,2026,11,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(55453,1,1794085200,2026,11,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(55454,1,1794088800,2026,11,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(55455,1,1794178800,2026,11,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(55456,1,1794182400,2026,11,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(55457,1,1794186000,2026,11,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(55458,1,1794189600,2026,11,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(55459,1,1794193200,2026,11,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(55460,1,1794196800,2026,11,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(55461,1,1794200400,2026,11,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(55462,1,1794204000,2026,11,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(55463,1,1794207600,2026,11,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(55464,1,1794211200,2026,11,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(55465,1,1794214800,2026,11,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(55466,1,1794218400,2026,11,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(55467,1,1794222000,2026,11,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(55468,1,1794225600,2026,11,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(55469,1,1794229200,2026,11,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(55470,1,1794232800,2026,11,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(55471,1,1794236400,2026,11,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(55472,1,1794240000,2026,11,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(55473,1,1794243600,2026,11,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(55474,1,1794247200,2026,11,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(55475,1,1794250800,2026,11,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(55476,1,1794254400,2026,11,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(55477,1,1794258000,2026,11,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(55478,1,1794261600,2026,11,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(55479,1,1794265200,2026,11,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(55480,1,1794268800,2026,11,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(55481,1,1794272400,2026,11,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(55482,1,1794276000,2026,11,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(55483,1,1794279600,2026,11,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(55484,1,1794283200,2026,11,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(55485,1,1794286800,2026,11,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(55486,1,1794290400,2026,11,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(55487,1,1794294000,2026,11,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(55488,1,1794297600,2026,11,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(55489,1,1794301200,2026,11,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(55490,1,1794304800,2026,11,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(55491,1,1794308400,2026,11,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(55492,1,1794312000,2026,11,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(55493,1,1794315600,2026,11,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(55494,1,1794319200,2026,11,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(55495,1,1794322800,2026,11,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(55496,1,1794326400,2026,11,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(55497,1,1794330000,2026,11,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(55498,1,1794333600,2026,11,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(55499,1,1794337200,2026,11,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(55500,1,1794340800,2026,11,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(55501,1,1794344400,2026,11,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(55502,1,1794348000,2026,11,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(55503,1,1794351600,2026,11,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(55504,1,1794355200,2026,11,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(55505,1,1794358800,2026,11,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(55506,1,1794362400,2026,11,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(55507,1,1794366000,2026,11,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(55508,1,1794369600,2026,11,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(55509,1,1794373200,2026,11,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(55510,1,1794376800,2026,11,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(55511,1,1794380400,2026,11,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(55512,1,1794384000,2026,11,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(55513,1,1794387600,2026,11,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(55514,1,1794391200,2026,11,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(55515,1,1794394800,2026,11,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(55516,1,1794398400,2026,11,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(55517,1,1794402000,2026,11,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(55518,1,1794405600,2026,11,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(55519,1,1794409200,2026,11,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(55520,1,1794412800,2026,11,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(55521,1,1794416400,2026,11,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(55522,1,1794420000,2026,11,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(55523,1,1794423600,2026,11,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(55524,1,1794427200,2026,11,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(55525,1,1794430800,2026,11,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(55526,1,1794434400,2026,11,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(55527,1,1794438000,2026,11,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(55528,1,1794441600,2026,11,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(55529,1,1794445200,2026,11,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(55530,1,1794448800,2026,11,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(55531,1,1794452400,2026,11,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(55532,1,1794456000,2026,11,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(55533,1,1794459600,2026,11,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(55534,1,1794463200,2026,11,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(55535,1,1794466800,2026,11,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(55536,1,1794470400,2026,11,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(55537,1,1794474000,2026,11,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(55538,1,1794477600,2026,11,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(55539,1,1794481200,2026,11,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(55540,1,1794484800,2026,11,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(55541,1,1794488400,2026,11,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(55542,1,1794492000,2026,11,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(55543,1,1794495600,2026,11,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(55544,1,1794499200,2026,11,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(55545,1,1794502800,2026,11,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(55546,1,1794506400,2026,11,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(55547,1,1794510000,2026,11,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(55548,1,1794513600,2026,11,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(55549,1,1794517200,2026,11,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(55550,1,1794520800,2026,11,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(55551,1,1794524400,2026,11,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(55552,1,1794528000,2026,11,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(55553,1,1794531600,2026,11,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(55554,1,1794535200,2026,11,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(55555,1,1794538800,2026,11,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(55556,1,1794542400,2026,11,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(55557,1,1794546000,2026,11,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(55558,1,1794549600,2026,11,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(55559,1,1794553200,2026,11,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(55560,1,1794556800,2026,11,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(55561,1,1794560400,2026,11,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(55562,1,1794564000,2026,11,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(55563,1,1794567600,2026,11,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(55564,1,1794571200,2026,11,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(55565,1,1794574800,2026,11,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(55566,1,1794578400,2026,11,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(55567,1,1794582000,2026,11,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(55568,1,1794585600,2026,11,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(55569,1,1794589200,2026,11,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(55570,1,1794592800,2026,11,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(55571,1,1794596400,2026,11,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(55572,1,1794600000,2026,11,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(55573,1,1794603600,2026,11,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(55574,1,1794607200,2026,11,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(55575,1,1794610800,2026,11,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(55576,1,1794614400,2026,11,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(55577,1,1794618000,2026,11,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(55578,1,1794621600,2026,11,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(55579,1,1794625200,2026,11,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(55580,1,1794628800,2026,11,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(55581,1,1794632400,2026,11,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(55582,1,1794636000,2026,11,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(55583,1,1794639600,2026,11,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(55584,1,1794643200,2026,11,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(55585,1,1794646800,2026,11,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(55586,1,1794650400,2026,11,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(55587,1,1794654000,2026,11,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(55588,1,1794657600,2026,11,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(55589,1,1794661200,2026,11,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(55590,1,1794664800,2026,11,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(55591,1,1794668400,2026,11,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(55592,1,1794672000,2026,11,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(55593,1,1794675600,2026,11,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(55594,1,1794679200,2026,11,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(55595,1,1794682800,2026,11,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(55596,1,1794686400,2026,11,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(55597,1,1794690000,2026,11,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(55598,1,1794693600,2026,11,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(55599,1,1794783600,2026,11,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(55600,1,1794787200,2026,11,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(55601,1,1794790800,2026,11,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(55602,1,1794794400,2026,11,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(55603,1,1794798000,2026,11,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(55604,1,1794801600,2026,11,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(55605,1,1794805200,2026,11,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(55606,1,1794808800,2026,11,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(55607,1,1794812400,2026,11,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(55608,1,1794816000,2026,11,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(55609,1,1794819600,2026,11,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(55610,1,1794823200,2026,11,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(55611,1,1794826800,2026,11,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(55612,1,1794830400,2026,11,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(55613,1,1794834000,2026,11,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(55614,1,1794837600,2026,11,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(55615,1,1794841200,2026,11,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(55616,1,1794844800,2026,11,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(55617,1,1794848400,2026,11,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(55618,1,1794852000,2026,11,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(55619,1,1794855600,2026,11,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(55620,1,1794859200,2026,11,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(55621,1,1794862800,2026,11,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(55622,1,1794866400,2026,11,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(55623,1,1794870000,2026,11,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(55624,1,1794873600,2026,11,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(55625,1,1794877200,2026,11,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(55626,1,1794880800,2026,11,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(55627,1,1794884400,2026,11,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(55628,1,1794888000,2026,11,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(55629,1,1794891600,2026,11,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(55630,1,1794895200,2026,11,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(55631,1,1794898800,2026,11,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(55632,1,1794902400,2026,11,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(55633,1,1794906000,2026,11,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(55634,1,1794909600,2026,11,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(55635,1,1794913200,2026,11,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(55636,1,1794916800,2026,11,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(55637,1,1794920400,2026,11,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(55638,1,1794924000,2026,11,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(55639,1,1794927600,2026,11,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(55640,1,1794931200,2026,11,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(55641,1,1794934800,2026,11,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(55642,1,1794938400,2026,11,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(55643,1,1794942000,2026,11,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(55644,1,1794945600,2026,11,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(55645,1,1794949200,2026,11,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(55646,1,1794952800,2026,11,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(55647,1,1794956400,2026,11,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(55648,1,1794960000,2026,11,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(55649,1,1794963600,2026,11,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(55650,1,1794967200,2026,11,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(55651,1,1794970800,2026,11,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(55652,1,1794974400,2026,11,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(55653,1,1794978000,2026,11,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(55654,1,1794981600,2026,11,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(55655,1,1794985200,2026,11,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(55656,1,1794988800,2026,11,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(55657,1,1794992400,2026,11,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(55658,1,1794996000,2026,11,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(55659,1,1794999600,2026,11,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(55660,1,1795003200,2026,11,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(55661,1,1795006800,2026,11,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(55662,1,1795010400,2026,11,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(55663,1,1795014000,2026,11,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(55664,1,1795017600,2026,11,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(55665,1,1795021200,2026,11,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(55666,1,1795024800,2026,11,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(55667,1,1795028400,2026,11,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(55668,1,1795032000,2026,11,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(55669,1,1795035600,2026,11,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(55670,1,1795039200,2026,11,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(55671,1,1795042800,2026,11,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(55672,1,1795046400,2026,11,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(55673,1,1795050000,2026,11,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(55674,1,1795053600,2026,11,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(55675,1,1795057200,2026,11,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(55676,1,1795060800,2026,11,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(55677,1,1795064400,2026,11,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(55678,1,1795068000,2026,11,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(55679,1,1795071600,2026,11,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(55680,1,1795075200,2026,11,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(55681,1,1795078800,2026,11,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(55682,1,1795082400,2026,11,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(55683,1,1795086000,2026,11,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(55684,1,1795089600,2026,11,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(55685,1,1795093200,2026,11,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(55686,1,1795096800,2026,11,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(55687,1,1795100400,2026,11,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(55688,1,1795104000,2026,11,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(55689,1,1795107600,2026,11,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(55690,1,1795111200,2026,11,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(55691,1,1795114800,2026,11,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(55692,1,1795118400,2026,11,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(55693,1,1795122000,2026,11,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(55694,1,1795125600,2026,11,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(55695,1,1795129200,2026,11,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(55696,1,1795132800,2026,11,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(55697,1,1795136400,2026,11,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(55698,1,1795140000,2026,11,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(55699,1,1795143600,2026,11,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(55700,1,1795147200,2026,11,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(55701,1,1795150800,2026,11,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(55702,1,1795154400,2026,11,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(55703,1,1795158000,2026,11,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(55704,1,1795161600,2026,11,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(55705,1,1795165200,2026,11,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(55706,1,1795168800,2026,11,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(55707,1,1795172400,2026,11,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(55708,1,1795176000,2026,11,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(55709,1,1795179600,2026,11,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(55710,1,1795183200,2026,11,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(55711,1,1795186800,2026,11,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(55712,1,1795190400,2026,11,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(55713,1,1795194000,2026,11,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(55714,1,1795197600,2026,11,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(55715,1,1795201200,2026,11,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(55716,1,1795204800,2026,11,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(55717,1,1795208400,2026,11,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(55718,1,1795212000,2026,11,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(55719,1,1795215600,2026,11,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(55720,1,1795219200,2026,11,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(55721,1,1795222800,2026,11,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(55722,1,1795226400,2026,11,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(55723,1,1795230000,2026,11,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(55724,1,1795233600,2026,11,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(55725,1,1795237200,2026,11,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(55726,1,1795240800,2026,11,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(55727,1,1795244400,2026,11,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(55728,1,1795248000,2026,11,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(55729,1,1795251600,2026,11,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(55730,1,1795255200,2026,11,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(55731,1,1795258800,2026,11,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(55732,1,1795262400,2026,11,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(55733,1,1795266000,2026,11,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(55734,1,1795269600,2026,11,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(55735,1,1795273200,2026,11,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(55736,1,1795276800,2026,11,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(55737,1,1795280400,2026,11,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(55738,1,1795284000,2026,11,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(55739,1,1795287600,2026,11,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(55740,1,1795291200,2026,11,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(55741,1,1795294800,2026,11,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(55742,1,1795298400,2026,11,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(55743,1,1795388400,2026,11,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(55744,1,1795392000,2026,11,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(55745,1,1795395600,2026,11,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(55746,1,1795399200,2026,11,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(55747,1,1795402800,2026,11,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(55748,1,1795406400,2026,11,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(55749,1,1795410000,2026,11,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(55750,1,1795413600,2026,11,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(55751,1,1795417200,2026,11,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(55752,1,1795420800,2026,11,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(55753,1,1795424400,2026,11,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(55754,1,1795428000,2026,11,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(55755,1,1795431600,2026,11,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(55756,1,1795435200,2026,11,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(55757,1,1795438800,2026,11,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(55758,1,1795442400,2026,11,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(55759,1,1795446000,2026,11,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(55760,1,1795449600,2026,11,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(55761,1,1795453200,2026,11,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(55762,1,1795456800,2026,11,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(55763,1,1795460400,2026,11,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(55764,1,1795464000,2026,11,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(55765,1,1795467600,2026,11,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(55766,1,1795471200,2026,11,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(55767,1,1795474800,2026,11,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(55768,1,1795478400,2026,11,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(55769,1,1795482000,2026,11,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(55770,1,1795485600,2026,11,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(55771,1,1795489200,2026,11,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(55772,1,1795492800,2026,11,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(55773,1,1795496400,2026,11,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(55774,1,1795500000,2026,11,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(55775,1,1795503600,2026,11,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(55776,1,1795507200,2026,11,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(55777,1,1795510800,2026,11,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(55778,1,1795514400,2026,11,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(55779,1,1795518000,2026,11,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(55780,1,1795521600,2026,11,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(55781,1,1795525200,2026,11,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(55782,1,1795528800,2026,11,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(55783,1,1795532400,2026,11,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(55784,1,1795536000,2026,11,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(55785,1,1795539600,2026,11,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(55786,1,1795543200,2026,11,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(55787,1,1795546800,2026,11,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(55788,1,1795550400,2026,11,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(55789,1,1795554000,2026,11,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(55790,1,1795557600,2026,11,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(55791,1,1795561200,2026,11,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(55792,1,1795564800,2026,11,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(55793,1,1795568400,2026,11,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(55794,1,1795572000,2026,11,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(55795,1,1795575600,2026,11,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(55796,1,1795579200,2026,11,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(55797,1,1795582800,2026,11,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(55798,1,1795586400,2026,11,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(55799,1,1795590000,2026,11,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(55800,1,1795593600,2026,11,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(55801,1,1795597200,2026,11,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(55802,1,1795600800,2026,11,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(55803,1,1795604400,2026,11,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(55804,1,1795608000,2026,11,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(55805,1,1795611600,2026,11,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(55806,1,1795615200,2026,11,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(55807,1,1795618800,2026,11,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(55808,1,1795622400,2026,11,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(55809,1,1795626000,2026,11,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(55810,1,1795629600,2026,11,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(55811,1,1795633200,2026,11,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(55812,1,1795636800,2026,11,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(55813,1,1795640400,2026,11,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(55814,1,1795644000,2026,11,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(55815,1,1795647600,2026,11,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(55816,1,1795651200,2026,11,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(55817,1,1795654800,2026,11,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(55818,1,1795658400,2026,11,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(55819,1,1795662000,2026,11,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(55820,1,1795665600,2026,11,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(55821,1,1795669200,2026,11,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(55822,1,1795672800,2026,11,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(55823,1,1795676400,2026,11,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(55824,1,1795680000,2026,11,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(55825,1,1795683600,2026,11,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(55826,1,1795687200,2026,11,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(55827,1,1795690800,2026,11,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(55828,1,1795694400,2026,11,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(55829,1,1795698000,2026,11,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(55830,1,1795701600,2026,11,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(55831,1,1795705200,2026,11,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(55832,1,1795708800,2026,11,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(55833,1,1795712400,2026,11,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(55834,1,1795716000,2026,11,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(55835,1,1795719600,2026,11,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(55836,1,1795723200,2026,11,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(55837,1,1795726800,2026,11,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(55838,1,1795730400,2026,11,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(55839,1,1795734000,2026,11,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(55840,1,1795737600,2026,11,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(55841,1,1795741200,2026,11,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(55842,1,1795744800,2026,11,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(55843,1,1795748400,2026,11,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(55844,1,1795752000,2026,11,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(55845,1,1795755600,2026,11,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(55846,1,1795759200,2026,11,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(55847,1,1795762800,2026,11,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(55848,1,1795766400,2026,11,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(55849,1,1795770000,2026,11,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(55850,1,1795773600,2026,11,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(55851,1,1795777200,2026,11,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(55852,1,1795780800,2026,11,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(55853,1,1795784400,2026,11,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(55854,1,1795788000,2026,11,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(55855,1,1795791600,2026,11,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(55856,1,1795795200,2026,11,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(55857,1,1795798800,2026,11,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(55858,1,1795802400,2026,11,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(55859,1,1795806000,2026,11,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(55860,1,1795809600,2026,11,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(55861,1,1795813200,2026,11,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(55862,1,1795816800,2026,11,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(55863,1,1795820400,2026,11,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(55864,1,1795824000,2026,11,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(55865,1,1795827600,2026,11,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(55866,1,1795831200,2026,11,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(55867,1,1795834800,2026,11,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(55868,1,1795838400,2026,11,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(55869,1,1795842000,2026,11,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(55870,1,1795845600,2026,11,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(55871,1,1795849200,2026,11,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(55872,1,1795852800,2026,11,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(55873,1,1795856400,2026,11,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(55874,1,1795860000,2026,11,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(55875,1,1795863600,2026,11,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(55876,1,1795867200,2026,11,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(55877,1,1795870800,2026,11,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(55878,1,1795874400,2026,11,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(55879,1,1795878000,2026,11,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(55880,1,1795881600,2026,11,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(55881,1,1795885200,2026,11,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(55882,1,1795888800,2026,11,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(55883,1,1795892400,2026,11,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(55884,1,1795896000,2026,11,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(55885,1,1795899600,2026,11,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(55886,1,1795903200,2026,11,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(55887,1,1795993200,2026,11,30,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(55888,1,1795996800,2026,11,30,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(55889,1,1796000400,2026,11,30,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(55890,1,1796004000,2026,11,30,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(55891,1,1796007600,2026,11,30,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(55892,1,1796011200,2026,11,30,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(55893,1,1796014800,2026,11,30,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(55894,1,1796018400,2026,11,30,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(55895,1,1796022000,2026,11,30,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(55896,1,1796025600,2026,11,30,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(55897,1,1796029200,2026,11,30,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(55898,1,1796032800,2026,11,30,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(55899,1,1796036400,2026,11,30,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(55900,1,1796040000,2026,11,30,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(55901,1,1796043600,2026,11,30,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(55902,1,1796047200,2026,11,30,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(55903,1,1796050800,2026,11,30,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(55904,1,1796054400,2026,11,30,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(55905,1,1796058000,2026,11,30,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(55906,1,1796061600,2026,11,30,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(55907,1,1796065200,2026,11,30,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(55908,1,1796068800,2026,11,30,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(55909,1,1796072400,2026,11,30,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(55910,1,1796076000,2026,11,30,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(55911,1,1796079600,2026,12,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(55912,1,1796083200,2026,12,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(55913,1,1796086800,2026,12,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(55914,1,1796090400,2026,12,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(55915,1,1796094000,2026,12,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(55916,1,1796097600,2026,12,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(55917,1,1796101200,2026,12,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(55918,1,1796104800,2026,12,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(55919,1,1796108400,2026,12,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(55920,1,1796112000,2026,12,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(55921,1,1796115600,2026,12,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(55922,1,1796119200,2026,12,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(55923,1,1796122800,2026,12,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(55924,1,1796126400,2026,12,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(55925,1,1796130000,2026,12,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(55926,1,1796133600,2026,12,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(55927,1,1796137200,2026,12,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(55928,1,1796140800,2026,12,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(55929,1,1796144400,2026,12,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(55930,1,1796148000,2026,12,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(55931,1,1796151600,2026,12,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(55932,1,1796155200,2026,12,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(55933,1,1796158800,2026,12,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(55934,1,1796162400,2026,12,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(55935,1,1796166000,2026,12,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(55936,1,1796169600,2026,12,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(55937,1,1796173200,2026,12,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(55938,1,1796176800,2026,12,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(55939,1,1796180400,2026,12,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(55940,1,1796184000,2026,12,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(55941,1,1796187600,2026,12,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(55942,1,1796191200,2026,12,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(55943,1,1796194800,2026,12,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(55944,1,1796198400,2026,12,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(55945,1,1796202000,2026,12,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(55946,1,1796205600,2026,12,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(55947,1,1796209200,2026,12,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(55948,1,1796212800,2026,12,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(55949,1,1796216400,2026,12,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(55950,1,1796220000,2026,12,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(55951,1,1796223600,2026,12,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(55952,1,1796227200,2026,12,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(55953,1,1796230800,2026,12,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(55954,1,1796234400,2026,12,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(55955,1,1796238000,2026,12,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(55956,1,1796241600,2026,12,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(55957,1,1796245200,2026,12,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(55958,1,1796248800,2026,12,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(55959,1,1796252400,2026,12,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(55960,1,1796256000,2026,12,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(55961,1,1796259600,2026,12,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(55962,1,1796263200,2026,12,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(55963,1,1796266800,2026,12,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(55964,1,1796270400,2026,12,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(55965,1,1796274000,2026,12,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(55966,1,1796277600,2026,12,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(55967,1,1796281200,2026,12,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(55968,1,1796284800,2026,12,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(55969,1,1796288400,2026,12,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(55970,1,1796292000,2026,12,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(55971,1,1796295600,2026,12,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(55972,1,1796299200,2026,12,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(55973,1,1796302800,2026,12,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(55974,1,1796306400,2026,12,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(55975,1,1796310000,2026,12,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(55976,1,1796313600,2026,12,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(55977,1,1796317200,2026,12,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(55978,1,1796320800,2026,12,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(55979,1,1796324400,2026,12,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(55980,1,1796328000,2026,12,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(55981,1,1796331600,2026,12,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(55982,1,1796335200,2026,12,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(55983,1,1796338800,2026,12,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(55984,1,1796342400,2026,12,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(55985,1,1796346000,2026,12,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(55986,1,1796349600,2026,12,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(55987,1,1796353200,2026,12,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(55988,1,1796356800,2026,12,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(55989,1,1796360400,2026,12,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(55990,1,1796364000,2026,12,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(55991,1,1796367600,2026,12,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(55992,1,1796371200,2026,12,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(55993,1,1796374800,2026,12,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(55994,1,1796378400,2026,12,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(55995,1,1796382000,2026,12,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(55996,1,1796385600,2026,12,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(55997,1,1796389200,2026,12,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(55998,1,1796392800,2026,12,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(55999,1,1796396400,2026,12,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(56000,1,1796400000,2026,12,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(56001,1,1796403600,2026,12,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(56002,1,1796407200,2026,12,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(56003,1,1796410800,2026,12,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(56004,1,1796414400,2026,12,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(56005,1,1796418000,2026,12,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(56006,1,1796421600,2026,12,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(56007,1,1796425200,2026,12,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(56008,1,1796428800,2026,12,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(56009,1,1796432400,2026,12,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(56010,1,1796436000,2026,12,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(56011,1,1796439600,2026,12,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(56012,1,1796443200,2026,12,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(56013,1,1796446800,2026,12,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(56014,1,1796450400,2026,12,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(56015,1,1796454000,2026,12,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(56016,1,1796457600,2026,12,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(56017,1,1796461200,2026,12,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(56018,1,1796464800,2026,12,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(56019,1,1796468400,2026,12,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(56020,1,1796472000,2026,12,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(56021,1,1796475600,2026,12,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(56022,1,1796479200,2026,12,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(56023,1,1796482800,2026,12,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(56024,1,1796486400,2026,12,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(56025,1,1796490000,2026,12,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(56026,1,1796493600,2026,12,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(56027,1,1796497200,2026,12,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(56028,1,1796500800,2026,12,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(56029,1,1796504400,2026,12,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(56030,1,1796508000,2026,12,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(56031,1,1796598000,2026,12,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(56032,1,1796601600,2026,12,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(56033,1,1796605200,2026,12,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(56034,1,1796608800,2026,12,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(56035,1,1796612400,2026,12,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(56036,1,1796616000,2026,12,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(56037,1,1796619600,2026,12,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(56038,1,1796623200,2026,12,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(56039,1,1796626800,2026,12,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(56040,1,1796630400,2026,12,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(56041,1,1796634000,2026,12,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(56042,1,1796637600,2026,12,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(56043,1,1796641200,2026,12,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(56044,1,1796644800,2026,12,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(56045,1,1796648400,2026,12,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(56046,1,1796652000,2026,12,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(56047,1,1796655600,2026,12,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(56048,1,1796659200,2026,12,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(56049,1,1796662800,2026,12,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(56050,1,1796666400,2026,12,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(56051,1,1796670000,2026,12,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(56052,1,1796673600,2026,12,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(56053,1,1796677200,2026,12,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(56054,1,1796680800,2026,12,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(56055,1,1796684400,2026,12,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(56056,1,1796688000,2026,12,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(56057,1,1796691600,2026,12,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(56058,1,1796695200,2026,12,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(56059,1,1796698800,2026,12,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(56060,1,1796702400,2026,12,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(56061,1,1796706000,2026,12,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(56062,1,1796709600,2026,12,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(56063,1,1796713200,2026,12,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(56064,1,1796716800,2026,12,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(56065,1,1796720400,2026,12,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(56066,1,1796724000,2026,12,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(56067,1,1796727600,2026,12,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(56068,1,1796731200,2026,12,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(56069,1,1796734800,2026,12,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(56070,1,1796738400,2026,12,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(56071,1,1796742000,2026,12,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(56072,1,1796745600,2026,12,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(56073,1,1796749200,2026,12,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(56074,1,1796752800,2026,12,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(56075,1,1796756400,2026,12,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(56076,1,1796760000,2026,12,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(56077,1,1796763600,2026,12,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(56078,1,1796767200,2026,12,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(56079,1,1796770800,2026,12,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(56080,1,1796774400,2026,12,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(56081,1,1796778000,2026,12,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(56082,1,1796781600,2026,12,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(56083,1,1796785200,2026,12,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(56084,1,1796788800,2026,12,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(56085,1,1796792400,2026,12,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(56086,1,1796796000,2026,12,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(56087,1,1796799600,2026,12,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(56088,1,1796803200,2026,12,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(56089,1,1796806800,2026,12,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(56090,1,1796810400,2026,12,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(56091,1,1796814000,2026,12,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(56092,1,1796817600,2026,12,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(56093,1,1796821200,2026,12,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(56094,1,1796824800,2026,12,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(56095,1,1796828400,2026,12,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(56096,1,1796832000,2026,12,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(56097,1,1796835600,2026,12,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(56098,1,1796839200,2026,12,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(56099,1,1796842800,2026,12,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(56100,1,1796846400,2026,12,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(56101,1,1796850000,2026,12,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(56102,1,1796853600,2026,12,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(56103,1,1796857200,2026,12,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(56104,1,1796860800,2026,12,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(56105,1,1796864400,2026,12,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(56106,1,1796868000,2026,12,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(56107,1,1796871600,2026,12,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(56108,1,1796875200,2026,12,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(56109,1,1796878800,2026,12,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(56110,1,1796882400,2026,12,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(56111,1,1796886000,2026,12,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(56112,1,1796889600,2026,12,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(56113,1,1796893200,2026,12,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(56114,1,1796896800,2026,12,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(56115,1,1796900400,2026,12,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(56116,1,1796904000,2026,12,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(56117,1,1796907600,2026,12,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(56118,1,1796911200,2026,12,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(56119,1,1796914800,2026,12,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(56120,1,1796918400,2026,12,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(56121,1,1796922000,2026,12,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(56122,1,1796925600,2026,12,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(56123,1,1796929200,2026,12,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(56124,1,1796932800,2026,12,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(56125,1,1796936400,2026,12,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(56126,1,1796940000,2026,12,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(56127,1,1796943600,2026,12,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(56128,1,1796947200,2026,12,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(56129,1,1796950800,2026,12,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(56130,1,1796954400,2026,12,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(56131,1,1796958000,2026,12,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(56132,1,1796961600,2026,12,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(56133,1,1796965200,2026,12,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(56134,1,1796968800,2026,12,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(56135,1,1796972400,2026,12,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(56136,1,1796976000,2026,12,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(56137,1,1796979600,2026,12,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(56138,1,1796983200,2026,12,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(56139,1,1796986800,2026,12,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(56140,1,1796990400,2026,12,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(56141,1,1796994000,2026,12,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(56142,1,1796997600,2026,12,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(56143,1,1797001200,2026,12,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(56144,1,1797004800,2026,12,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(56145,1,1797008400,2026,12,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(56146,1,1797012000,2026,12,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(56147,1,1797015600,2026,12,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(56148,1,1797019200,2026,12,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(56149,1,1797022800,2026,12,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(56150,1,1797026400,2026,12,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(56151,1,1797030000,2026,12,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(56152,1,1797033600,2026,12,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(56153,1,1797037200,2026,12,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(56154,1,1797040800,2026,12,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(56155,1,1797044400,2026,12,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(56156,1,1797048000,2026,12,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(56157,1,1797051600,2026,12,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(56158,1,1797055200,2026,12,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(56159,1,1797058800,2026,12,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(56160,1,1797062400,2026,12,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(56161,1,1797066000,2026,12,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(56162,1,1797069600,2026,12,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(56163,1,1797073200,2026,12,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(56164,1,1797076800,2026,12,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(56165,1,1797080400,2026,12,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(56166,1,1797084000,2026,12,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(56167,1,1797087600,2026,12,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(56168,1,1797091200,2026,12,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(56169,1,1797094800,2026,12,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(56170,1,1797098400,2026,12,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(56171,1,1797102000,2026,12,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(56172,1,1797105600,2026,12,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(56173,1,1797109200,2026,12,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(56174,1,1797112800,2026,12,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(56175,1,1797202800,2026,12,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(56176,1,1797206400,2026,12,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(56177,1,1797210000,2026,12,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(56178,1,1797213600,2026,12,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(56179,1,1797217200,2026,12,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(56180,1,1797220800,2026,12,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(56181,1,1797224400,2026,12,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(56182,1,1797228000,2026,12,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(56183,1,1797231600,2026,12,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(56184,1,1797235200,2026,12,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(56185,1,1797238800,2026,12,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(56186,1,1797242400,2026,12,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(56187,1,1797246000,2026,12,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(56188,1,1797249600,2026,12,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(56189,1,1797253200,2026,12,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(56190,1,1797256800,2026,12,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(56191,1,1797260400,2026,12,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(56192,1,1797264000,2026,12,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(56193,1,1797267600,2026,12,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(56194,1,1797271200,2026,12,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(56195,1,1797274800,2026,12,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(56196,1,1797278400,2026,12,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(56197,1,1797282000,2026,12,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(56198,1,1797285600,2026,12,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(56199,1,1797289200,2026,12,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(56200,1,1797292800,2026,12,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(56201,1,1797296400,2026,12,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(56202,1,1797300000,2026,12,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(56203,1,1797303600,2026,12,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(56204,1,1797307200,2026,12,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(56205,1,1797310800,2026,12,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(56206,1,1797314400,2026,12,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(56207,1,1797318000,2026,12,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(56208,1,1797321600,2026,12,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(56209,1,1797325200,2026,12,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(56210,1,1797328800,2026,12,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(56211,1,1797332400,2026,12,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(56212,1,1797336000,2026,12,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(56213,1,1797339600,2026,12,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(56214,1,1797343200,2026,12,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(56215,1,1797346800,2026,12,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(56216,1,1797350400,2026,12,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(56217,1,1797354000,2026,12,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(56218,1,1797357600,2026,12,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(56219,1,1797361200,2026,12,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(56220,1,1797364800,2026,12,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(56221,1,1797368400,2026,12,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(56222,1,1797372000,2026,12,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(56223,1,1797375600,2026,12,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(56224,1,1797379200,2026,12,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(56225,1,1797382800,2026,12,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(56226,1,1797386400,2026,12,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(56227,1,1797390000,2026,12,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(56228,1,1797393600,2026,12,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(56229,1,1797397200,2026,12,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(56230,1,1797400800,2026,12,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(56231,1,1797404400,2026,12,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(56232,1,1797408000,2026,12,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(56233,1,1797411600,2026,12,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(56234,1,1797415200,2026,12,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(56235,1,1797418800,2026,12,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(56236,1,1797422400,2026,12,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(56237,1,1797426000,2026,12,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(56238,1,1797429600,2026,12,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(56239,1,1797433200,2026,12,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(56240,1,1797436800,2026,12,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(56241,1,1797440400,2026,12,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(56242,1,1797444000,2026,12,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(56243,1,1797447600,2026,12,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(56244,1,1797451200,2026,12,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(56245,1,1797454800,2026,12,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(56246,1,1797458400,2026,12,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(56247,1,1797462000,2026,12,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(56248,1,1797465600,2026,12,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(56249,1,1797469200,2026,12,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(56250,1,1797472800,2026,12,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(56251,1,1797476400,2026,12,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(56252,1,1797480000,2026,12,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(56253,1,1797483600,2026,12,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(56254,1,1797487200,2026,12,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(56255,1,1797490800,2026,12,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(56256,1,1797494400,2026,12,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(56257,1,1797498000,2026,12,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(56258,1,1797501600,2026,12,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(56259,1,1797505200,2026,12,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(56260,1,1797508800,2026,12,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(56261,1,1797512400,2026,12,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(56262,1,1797516000,2026,12,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(56263,1,1797519600,2026,12,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(56264,1,1797523200,2026,12,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(56265,1,1797526800,2026,12,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(56266,1,1797530400,2026,12,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(56267,1,1797534000,2026,12,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(56268,1,1797537600,2026,12,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(56269,1,1797541200,2026,12,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(56270,1,1797544800,2026,12,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(56271,1,1797548400,2026,12,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(56272,1,1797552000,2026,12,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(56273,1,1797555600,2026,12,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(56274,1,1797559200,2026,12,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(56275,1,1797562800,2026,12,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(56276,1,1797566400,2026,12,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(56277,1,1797570000,2026,12,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(56278,1,1797573600,2026,12,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(56279,1,1797577200,2026,12,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(56280,1,1797580800,2026,12,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(56281,1,1797584400,2026,12,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(56282,1,1797588000,2026,12,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(56283,1,1797591600,2026,12,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(56284,1,1797595200,2026,12,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(56285,1,1797598800,2026,12,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(56286,1,1797602400,2026,12,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(56287,1,1797606000,2026,12,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(56288,1,1797609600,2026,12,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(56289,1,1797613200,2026,12,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(56290,1,1797616800,2026,12,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(56291,1,1797620400,2026,12,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(56292,1,1797624000,2026,12,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(56293,1,1797627600,2026,12,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(56294,1,1797631200,2026,12,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(56295,1,1797634800,2026,12,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(56296,1,1797638400,2026,12,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(56297,1,1797642000,2026,12,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(56298,1,1797645600,2026,12,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(56299,1,1797649200,2026,12,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(56300,1,1797652800,2026,12,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(56301,1,1797656400,2026,12,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(56302,1,1797660000,2026,12,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(56303,1,1797663600,2026,12,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(56304,1,1797667200,2026,12,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(56305,1,1797670800,2026,12,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(56306,1,1797674400,2026,12,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(56307,1,1797678000,2026,12,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(56308,1,1797681600,2026,12,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(56309,1,1797685200,2026,12,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(56310,1,1797688800,2026,12,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(56311,1,1797692400,2026,12,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(56312,1,1797696000,2026,12,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(56313,1,1797699600,2026,12,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(56314,1,1797703200,2026,12,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(56315,1,1797706800,2026,12,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(56316,1,1797710400,2026,12,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(56317,1,1797714000,2026,12,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(56318,1,1797717600,2026,12,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(56319,1,1797807600,2026,12,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(56320,1,1797811200,2026,12,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(56321,1,1797814800,2026,12,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(56322,1,1797818400,2026,12,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(56323,1,1797822000,2026,12,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(56324,1,1797825600,2026,12,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(56325,1,1797829200,2026,12,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(56326,1,1797832800,2026,12,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(56327,1,1797836400,2026,12,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(56328,1,1797840000,2026,12,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(56329,1,1797843600,2026,12,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(56330,1,1797847200,2026,12,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(56331,1,1797850800,2026,12,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(56332,1,1797854400,2026,12,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(56333,1,1797858000,2026,12,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(56334,1,1797861600,2026,12,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(56335,1,1797865200,2026,12,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(56336,1,1797868800,2026,12,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(56337,1,1797872400,2026,12,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(56338,1,1797876000,2026,12,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(56339,1,1797879600,2026,12,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(56340,1,1797883200,2026,12,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(56341,1,1797886800,2026,12,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(56342,1,1797890400,2026,12,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(56343,1,1797894000,2026,12,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(56344,1,1797897600,2026,12,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(56345,1,1797901200,2026,12,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(56346,1,1797904800,2026,12,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(56347,1,1797908400,2026,12,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(56348,1,1797912000,2026,12,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(56349,1,1797915600,2026,12,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(56350,1,1797919200,2026,12,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(56351,1,1797922800,2026,12,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(56352,1,1797926400,2026,12,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(56353,1,1797930000,2026,12,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(56354,1,1797933600,2026,12,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(56355,1,1797937200,2026,12,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(56356,1,1797940800,2026,12,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(56357,1,1797944400,2026,12,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(56358,1,1797948000,2026,12,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(56359,1,1797951600,2026,12,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(56360,1,1797955200,2026,12,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(56361,1,1797958800,2026,12,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(56362,1,1797962400,2026,12,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(56363,1,1797966000,2026,12,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(56364,1,1797969600,2026,12,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(56365,1,1797973200,2026,12,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(56366,1,1797976800,2026,12,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(56367,1,1797980400,2026,12,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(56368,1,1797984000,2026,12,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(56369,1,1797987600,2026,12,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(56370,1,1797991200,2026,12,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(56371,1,1797994800,2026,12,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(56372,1,1797998400,2026,12,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(56373,1,1798002000,2026,12,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(56374,1,1798005600,2026,12,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(56375,1,1798009200,2026,12,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(56376,1,1798012800,2026,12,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(56377,1,1798016400,2026,12,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(56378,1,1798020000,2026,12,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(56379,1,1798023600,2026,12,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(56380,1,1798027200,2026,12,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(56381,1,1798030800,2026,12,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(56382,1,1798034400,2026,12,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(56383,1,1798038000,2026,12,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(56384,1,1798041600,2026,12,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(56385,1,1798045200,2026,12,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(56386,1,1798048800,2026,12,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(56387,1,1798052400,2026,12,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(56388,1,1798056000,2026,12,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(56389,1,1798059600,2026,12,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(56390,1,1798063200,2026,12,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(56391,1,1798066800,2026,12,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(56392,1,1798070400,2026,12,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(56393,1,1798074000,2026,12,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(56394,1,1798077600,2026,12,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(56395,1,1798081200,2026,12,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(56396,1,1798084800,2026,12,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(56397,1,1798088400,2026,12,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(56398,1,1798092000,2026,12,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(56399,1,1798095600,2026,12,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(56400,1,1798099200,2026,12,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(56401,1,1798102800,2026,12,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(56402,1,1798106400,2026,12,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(56403,1,1798110000,2026,12,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(56404,1,1798113600,2026,12,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(56405,1,1798117200,2026,12,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(56406,1,1798120800,2026,12,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(56407,1,1798124400,2026,12,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(56408,1,1798128000,2026,12,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(56409,1,1798131600,2026,12,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(56410,1,1798135200,2026,12,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(56411,1,1798138800,2026,12,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(56412,1,1798142400,2026,12,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(56413,1,1798146000,2026,12,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(56414,1,1798149600,2026,12,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(56415,1,1798153200,2026,12,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(56416,1,1798156800,2026,12,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(56417,1,1798160400,2026,12,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(56418,1,1798164000,2026,12,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(56419,1,1798167600,2026,12,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(56420,1,1798171200,2026,12,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(56421,1,1798174800,2026,12,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(56422,1,1798178400,2026,12,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(56423,1,1798182000,2026,12,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(56424,1,1798185600,2026,12,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(56425,1,1798189200,2026,12,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(56426,1,1798192800,2026,12,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(56427,1,1798196400,2026,12,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(56428,1,1798200000,2026,12,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(56429,1,1798203600,2026,12,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(56430,1,1798207200,2026,12,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(56431,1,1798210800,2026,12,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(56432,1,1798214400,2026,12,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(56433,1,1798218000,2026,12,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(56434,1,1798221600,2026,12,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(56435,1,1798225200,2026,12,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(56436,1,1798228800,2026,12,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(56437,1,1798232400,2026,12,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(56438,1,1798236000,2026,12,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(56439,1,1798239600,2026,12,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(56440,1,1798243200,2026,12,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(56441,1,1798246800,2026,12,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(56442,1,1798250400,2026,12,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(56443,1,1798254000,2026,12,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(56444,1,1798257600,2026,12,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(56445,1,1798261200,2026,12,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(56446,1,1798264800,2026,12,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(56447,1,1798268400,2026,12,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(56448,1,1798272000,2026,12,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(56449,1,1798275600,2026,12,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(56450,1,1798279200,2026,12,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(56451,1,1798282800,2026,12,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(56452,1,1798286400,2026,12,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(56453,1,1798290000,2026,12,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(56454,1,1798293600,2026,12,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(56455,1,1798297200,2026,12,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(56456,1,1798300800,2026,12,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(56457,1,1798304400,2026,12,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(56458,1,1798308000,2026,12,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(56459,1,1798311600,2026,12,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(56460,1,1798315200,2026,12,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(56461,1,1798318800,2026,12,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(56462,1,1798322400,2026,12,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(56463,1,1798412400,2026,12,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(56464,1,1798416000,2026,12,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(56465,1,1798419600,2026,12,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(56466,1,1798423200,2026,12,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(56467,1,1798426800,2026,12,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(56468,1,1798430400,2026,12,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(56469,1,1798434000,2026,12,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(56470,1,1798437600,2026,12,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(56471,1,1798441200,2026,12,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(56472,1,1798444800,2026,12,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(56473,1,1798448400,2026,12,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(56474,1,1798452000,2026,12,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(56475,1,1798455600,2026,12,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(56476,1,1798459200,2026,12,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(56477,1,1798462800,2026,12,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(56478,1,1798466400,2026,12,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(56479,1,1798470000,2026,12,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(56480,1,1798473600,2026,12,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(56481,1,1798477200,2026,12,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(56482,1,1798480800,2026,12,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(56483,1,1798484400,2026,12,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(56484,1,1798488000,2026,12,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(56485,1,1798491600,2026,12,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(56486,1,1798495200,2026,12,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(56487,1,1798498800,2026,12,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(56488,1,1798502400,2026,12,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(56489,1,1798506000,2026,12,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(56490,1,1798509600,2026,12,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(56491,1,1798513200,2026,12,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(56492,1,1798516800,2026,12,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(56493,1,1798520400,2026,12,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(56494,1,1798524000,2026,12,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(56495,1,1798527600,2026,12,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(56496,1,1798531200,2026,12,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(56497,1,1798534800,2026,12,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(56498,1,1798538400,2026,12,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(56499,1,1798542000,2026,12,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(56500,1,1798545600,2026,12,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(56501,1,1798549200,2026,12,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(56502,1,1798552800,2026,12,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(56503,1,1798556400,2026,12,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(56504,1,1798560000,2026,12,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(56505,1,1798563600,2026,12,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(56506,1,1798567200,2026,12,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(56507,1,1798570800,2026,12,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(56508,1,1798574400,2026,12,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(56509,1,1798578000,2026,12,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(56510,1,1798581600,2026,12,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(56511,1,1798585200,2026,12,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(56512,1,1798588800,2026,12,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(56513,1,1798592400,2026,12,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(56514,1,1798596000,2026,12,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(56515,1,1798599600,2026,12,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(56516,1,1798603200,2026,12,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(56517,1,1798606800,2026,12,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(56518,1,1798610400,2026,12,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(56519,1,1798614000,2026,12,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(56520,1,1798617600,2026,12,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(56521,1,1798621200,2026,12,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(56522,1,1798624800,2026,12,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(56523,1,1798628400,2026,12,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(56524,1,1798632000,2026,12,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(56525,1,1798635600,2026,12,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(56526,1,1798639200,2026,12,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(56527,1,1798642800,2026,12,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(56528,1,1798646400,2026,12,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(56529,1,1798650000,2026,12,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(56530,1,1798653600,2026,12,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(56531,1,1798657200,2026,12,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(56532,1,1798660800,2026,12,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(56533,1,1798664400,2026,12,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(56534,1,1798668000,2026,12,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(56535,1,1798671600,2026,12,31,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(56536,1,1798675200,2026,12,31,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(56537,1,1798678800,2026,12,31,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(56538,1,1798682400,2026,12,31,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(56539,1,1798686000,2026,12,31,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(56540,1,1798689600,2026,12,31,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(56541,1,1798693200,2026,12,31,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(56542,1,1798696800,2026,12,31,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(56543,1,1798700400,2026,12,31,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(56544,1,1798704000,2026,12,31,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(56545,1,1798707600,2026,12,31,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(56546,1,1798711200,2026,12,31,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(56547,1,1798714800,2026,12,31,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(56548,1,1798718400,2026,12,31,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(56549,1,1798722000,2026,12,31,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(56550,1,1798725600,2026,12,31,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(56551,1,1798729200,2026,12,31,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(56552,1,1798732800,2026,12,31,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(56553,1,1798736400,2026,12,31,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(56554,1,1798740000,2026,12,31,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(56555,1,1798743600,2026,12,31,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(56556,1,1798747200,2026,12,31,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(56557,1,1798750800,2026,12,31,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(56558,1,1798754400,2026,12,31,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(56559,1,1798758000,2027,1,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(56560,1,1798761600,2027,1,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(56561,1,1798765200,2027,1,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(56562,1,1798768800,2027,1,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(56563,1,1798772400,2027,1,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(56564,1,1798776000,2027,1,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(56565,1,1798779600,2027,1,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(56566,1,1798783200,2027,1,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(56567,1,1798786800,2027,1,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(56568,1,1798790400,2027,1,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(56569,1,1798794000,2027,1,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(56570,1,1798797600,2027,1,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(56571,1,1798801200,2027,1,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(56572,1,1798804800,2027,1,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(56573,1,1798808400,2027,1,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(56574,1,1798812000,2027,1,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(56575,1,1798815600,2027,1,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(56576,1,1798819200,2027,1,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(56577,1,1798822800,2027,1,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(56578,1,1798826400,2027,1,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(56579,1,1798830000,2027,1,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(56580,1,1798833600,2027,1,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(56581,1,1798837200,2027,1,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(56582,1,1798840800,2027,1,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(56583,1,1798844400,2027,1,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(56584,1,1798848000,2027,1,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(56585,1,1798851600,2027,1,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(56586,1,1798855200,2027,1,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(56587,1,1798858800,2027,1,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(56588,1,1798862400,2027,1,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(56589,1,1798866000,2027,1,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(56590,1,1798869600,2027,1,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(56591,1,1798873200,2027,1,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(56592,1,1798876800,2027,1,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(56593,1,1798880400,2027,1,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(56594,1,1798884000,2027,1,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(56595,1,1798887600,2027,1,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(56596,1,1798891200,2027,1,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(56597,1,1798894800,2027,1,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(56598,1,1798898400,2027,1,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(56599,1,1798902000,2027,1,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(56600,1,1798905600,2027,1,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(56601,1,1798909200,2027,1,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(56602,1,1798912800,2027,1,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(56603,1,1798916400,2027,1,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(56604,1,1798920000,2027,1,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(56605,1,1798923600,2027,1,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(56606,1,1798927200,2027,1,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(56607,1,1799017200,2027,1,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(56608,1,1799020800,2027,1,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(56609,1,1799024400,2027,1,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(56610,1,1799028000,2027,1,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(56611,1,1799031600,2027,1,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(56612,1,1799035200,2027,1,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(56613,1,1799038800,2027,1,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(56614,1,1799042400,2027,1,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(56615,1,1799046000,2027,1,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(56616,1,1799049600,2027,1,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(56617,1,1799053200,2027,1,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(56618,1,1799056800,2027,1,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(56619,1,1799060400,2027,1,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(56620,1,1799064000,2027,1,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(56621,1,1799067600,2027,1,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(56622,1,1799071200,2027,1,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(56623,1,1799074800,2027,1,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(56624,1,1799078400,2027,1,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(56625,1,1799082000,2027,1,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(56626,1,1799085600,2027,1,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(56627,1,1799089200,2027,1,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(56628,1,1799092800,2027,1,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(56629,1,1799096400,2027,1,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(56630,1,1799100000,2027,1,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(56631,1,1799103600,2027,1,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(56632,1,1799107200,2027,1,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(56633,1,1799110800,2027,1,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(56634,1,1799114400,2027,1,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(56635,1,1799118000,2027,1,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(56636,1,1799121600,2027,1,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(56637,1,1799125200,2027,1,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(56638,1,1799128800,2027,1,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(56639,1,1799132400,2027,1,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(56640,1,1799136000,2027,1,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(56641,1,1799139600,2027,1,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(56642,1,1799143200,2027,1,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(56643,1,1799146800,2027,1,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(56644,1,1799150400,2027,1,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(56645,1,1799154000,2027,1,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(56646,1,1799157600,2027,1,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(56647,1,1799161200,2027,1,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(56648,1,1799164800,2027,1,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(56649,1,1799168400,2027,1,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(56650,1,1799172000,2027,1,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(56651,1,1799175600,2027,1,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(56652,1,1799179200,2027,1,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(56653,1,1799182800,2027,1,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(56654,1,1799186400,2027,1,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(56655,1,1799190000,2027,1,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(56656,1,1799193600,2027,1,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(56657,1,1799197200,2027,1,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(56658,1,1799200800,2027,1,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(56659,1,1799204400,2027,1,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(56660,1,1799208000,2027,1,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(56661,1,1799211600,2027,1,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(56662,1,1799215200,2027,1,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(56663,1,1799218800,2027,1,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(56664,1,1799222400,2027,1,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(56665,1,1799226000,2027,1,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(56666,1,1799229600,2027,1,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(56667,1,1799233200,2027,1,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(56668,1,1799236800,2027,1,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(56669,1,1799240400,2027,1,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(56670,1,1799244000,2027,1,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(56671,1,1799247600,2027,1,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(56672,1,1799251200,2027,1,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(56673,1,1799254800,2027,1,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(56674,1,1799258400,2027,1,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(56675,1,1799262000,2027,1,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(56676,1,1799265600,2027,1,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(56677,1,1799269200,2027,1,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(56678,1,1799272800,2027,1,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(56679,1,1799276400,2027,1,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(56680,1,1799280000,2027,1,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(56681,1,1799283600,2027,1,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(56682,1,1799287200,2027,1,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(56683,1,1799290800,2027,1,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(56684,1,1799294400,2027,1,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(56685,1,1799298000,2027,1,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(56686,1,1799301600,2027,1,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(56687,1,1799305200,2027,1,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(56688,1,1799308800,2027,1,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(56689,1,1799312400,2027,1,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(56690,1,1799316000,2027,1,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(56691,1,1799319600,2027,1,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(56692,1,1799323200,2027,1,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(56693,1,1799326800,2027,1,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(56694,1,1799330400,2027,1,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(56695,1,1799334000,2027,1,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(56696,1,1799337600,2027,1,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(56697,1,1799341200,2027,1,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(56698,1,1799344800,2027,1,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(56699,1,1799348400,2027,1,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(56700,1,1799352000,2027,1,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(56701,1,1799355600,2027,1,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(56702,1,1799359200,2027,1,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(56703,1,1799362800,2027,1,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(56704,1,1799366400,2027,1,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(56705,1,1799370000,2027,1,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(56706,1,1799373600,2027,1,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(56707,1,1799377200,2027,1,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(56708,1,1799380800,2027,1,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(56709,1,1799384400,2027,1,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(56710,1,1799388000,2027,1,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(56711,1,1799391600,2027,1,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(56712,1,1799395200,2027,1,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(56713,1,1799398800,2027,1,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(56714,1,1799402400,2027,1,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(56715,1,1799406000,2027,1,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(56716,1,1799409600,2027,1,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(56717,1,1799413200,2027,1,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(56718,1,1799416800,2027,1,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(56719,1,1799420400,2027,1,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(56720,1,1799424000,2027,1,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(56721,1,1799427600,2027,1,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(56722,1,1799431200,2027,1,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(56723,1,1799434800,2027,1,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(56724,1,1799438400,2027,1,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(56725,1,1799442000,2027,1,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(56726,1,1799445600,2027,1,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(56727,1,1799449200,2027,1,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(56728,1,1799452800,2027,1,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(56729,1,1799456400,2027,1,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(56730,1,1799460000,2027,1,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(56731,1,1799463600,2027,1,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(56732,1,1799467200,2027,1,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(56733,1,1799470800,2027,1,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(56734,1,1799474400,2027,1,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(56735,1,1799478000,2027,1,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(56736,1,1799481600,2027,1,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(56737,1,1799485200,2027,1,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(56738,1,1799488800,2027,1,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(56739,1,1799492400,2027,1,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(56740,1,1799496000,2027,1,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(56741,1,1799499600,2027,1,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(56742,1,1799503200,2027,1,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(56743,1,1799506800,2027,1,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(56744,1,1799510400,2027,1,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(56745,1,1799514000,2027,1,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(56746,1,1799517600,2027,1,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(56747,1,1799521200,2027,1,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(56748,1,1799524800,2027,1,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(56749,1,1799528400,2027,1,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(56750,1,1799532000,2027,1,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(56751,1,1799622000,2027,1,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(56752,1,1799625600,2027,1,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(56753,1,1799629200,2027,1,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(56754,1,1799632800,2027,1,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(56755,1,1799636400,2027,1,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(56756,1,1799640000,2027,1,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(56757,1,1799643600,2027,1,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(56758,1,1799647200,2027,1,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(56759,1,1799650800,2027,1,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(56760,1,1799654400,2027,1,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(56761,1,1799658000,2027,1,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(56762,1,1799661600,2027,1,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(56763,1,1799665200,2027,1,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(56764,1,1799668800,2027,1,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(56765,1,1799672400,2027,1,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(56766,1,1799676000,2027,1,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(56767,1,1799679600,2027,1,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(56768,1,1799683200,2027,1,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(56769,1,1799686800,2027,1,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(56770,1,1799690400,2027,1,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(56771,1,1799694000,2027,1,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(56772,1,1799697600,2027,1,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(56773,1,1799701200,2027,1,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(56774,1,1799704800,2027,1,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(56775,1,1799708400,2027,1,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(56776,1,1799712000,2027,1,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(56777,1,1799715600,2027,1,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(56778,1,1799719200,2027,1,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(56779,1,1799722800,2027,1,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(56780,1,1799726400,2027,1,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(56781,1,1799730000,2027,1,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(56782,1,1799733600,2027,1,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(56783,1,1799737200,2027,1,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(56784,1,1799740800,2027,1,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(56785,1,1799744400,2027,1,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(56786,1,1799748000,2027,1,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(56787,1,1799751600,2027,1,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(56788,1,1799755200,2027,1,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(56789,1,1799758800,2027,1,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(56790,1,1799762400,2027,1,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(56791,1,1799766000,2027,1,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(56792,1,1799769600,2027,1,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(56793,1,1799773200,2027,1,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(56794,1,1799776800,2027,1,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(56795,1,1799780400,2027,1,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(56796,1,1799784000,2027,1,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(56797,1,1799787600,2027,1,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(56798,1,1799791200,2027,1,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(56799,1,1799794800,2027,1,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(56800,1,1799798400,2027,1,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(56801,1,1799802000,2027,1,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(56802,1,1799805600,2027,1,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(56803,1,1799809200,2027,1,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(56804,1,1799812800,2027,1,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(56805,1,1799816400,2027,1,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(56806,1,1799820000,2027,1,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(56807,1,1799823600,2027,1,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(56808,1,1799827200,2027,1,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(56809,1,1799830800,2027,1,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(56810,1,1799834400,2027,1,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(56811,1,1799838000,2027,1,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(56812,1,1799841600,2027,1,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(56813,1,1799845200,2027,1,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(56814,1,1799848800,2027,1,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(56815,1,1799852400,2027,1,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(56816,1,1799856000,2027,1,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(56817,1,1799859600,2027,1,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(56818,1,1799863200,2027,1,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(56819,1,1799866800,2027,1,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(56820,1,1799870400,2027,1,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(56821,1,1799874000,2027,1,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(56822,1,1799877600,2027,1,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(56823,1,1799881200,2027,1,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(56824,1,1799884800,2027,1,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(56825,1,1799888400,2027,1,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(56826,1,1799892000,2027,1,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(56827,1,1799895600,2027,1,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(56828,1,1799899200,2027,1,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(56829,1,1799902800,2027,1,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(56830,1,1799906400,2027,1,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(56831,1,1799910000,2027,1,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(56832,1,1799913600,2027,1,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(56833,1,1799917200,2027,1,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(56834,1,1799920800,2027,1,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(56835,1,1799924400,2027,1,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(56836,1,1799928000,2027,1,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(56837,1,1799931600,2027,1,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(56838,1,1799935200,2027,1,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(56839,1,1799938800,2027,1,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(56840,1,1799942400,2027,1,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(56841,1,1799946000,2027,1,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(56842,1,1799949600,2027,1,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(56843,1,1799953200,2027,1,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(56844,1,1799956800,2027,1,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(56845,1,1799960400,2027,1,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(56846,1,1799964000,2027,1,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(56847,1,1799967600,2027,1,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(56848,1,1799971200,2027,1,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(56849,1,1799974800,2027,1,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(56850,1,1799978400,2027,1,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(56851,1,1799982000,2027,1,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(56852,1,1799985600,2027,1,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(56853,1,1799989200,2027,1,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(56854,1,1799992800,2027,1,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(56855,1,1799996400,2027,1,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(56856,1,1800000000,2027,1,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(56857,1,1800003600,2027,1,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(56858,1,1800007200,2027,1,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(56859,1,1800010800,2027,1,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(56860,1,1800014400,2027,1,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(56861,1,1800018000,2027,1,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(56862,1,1800021600,2027,1,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(56863,1,1800025200,2027,1,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(56864,1,1800028800,2027,1,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(56865,1,1800032400,2027,1,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(56866,1,1800036000,2027,1,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(56867,1,1800039600,2027,1,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(56868,1,1800043200,2027,1,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(56869,1,1800046800,2027,1,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(56870,1,1800050400,2027,1,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(56871,1,1800054000,2027,1,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(56872,1,1800057600,2027,1,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(56873,1,1800061200,2027,1,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(56874,1,1800064800,2027,1,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(56875,1,1800068400,2027,1,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(56876,1,1800072000,2027,1,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(56877,1,1800075600,2027,1,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(56878,1,1800079200,2027,1,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(56879,1,1800082800,2027,1,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(56880,1,1800086400,2027,1,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(56881,1,1800090000,2027,1,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(56882,1,1800093600,2027,1,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(56883,1,1800097200,2027,1,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(56884,1,1800100800,2027,1,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(56885,1,1800104400,2027,1,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(56886,1,1800108000,2027,1,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(56887,1,1800111600,2027,1,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(56888,1,1800115200,2027,1,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(56889,1,1800118800,2027,1,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(56890,1,1800122400,2027,1,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(56891,1,1800126000,2027,1,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(56892,1,1800129600,2027,1,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(56893,1,1800133200,2027,1,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(56894,1,1800136800,2027,1,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(56895,1,1800226800,2027,1,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(56896,1,1800230400,2027,1,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(56897,1,1800234000,2027,1,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(56898,1,1800237600,2027,1,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(56899,1,1800241200,2027,1,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(56900,1,1800244800,2027,1,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(56901,1,1800248400,2027,1,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(56902,1,1800252000,2027,1,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(56903,1,1800255600,2027,1,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(56904,1,1800259200,2027,1,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(56905,1,1800262800,2027,1,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(56906,1,1800266400,2027,1,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(56907,1,1800270000,2027,1,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(56908,1,1800273600,2027,1,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(56909,1,1800277200,2027,1,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(56910,1,1800280800,2027,1,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(56911,1,1800284400,2027,1,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(56912,1,1800288000,2027,1,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(56913,1,1800291600,2027,1,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(56914,1,1800295200,2027,1,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(56915,1,1800298800,2027,1,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(56916,1,1800302400,2027,1,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(56917,1,1800306000,2027,1,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(56918,1,1800309600,2027,1,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(56919,1,1800313200,2027,1,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(56920,1,1800316800,2027,1,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(56921,1,1800320400,2027,1,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(56922,1,1800324000,2027,1,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(56923,1,1800327600,2027,1,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(56924,1,1800331200,2027,1,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(56925,1,1800334800,2027,1,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(56926,1,1800338400,2027,1,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(56927,1,1800342000,2027,1,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(56928,1,1800345600,2027,1,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(56929,1,1800349200,2027,1,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(56930,1,1800352800,2027,1,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(56931,1,1800356400,2027,1,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(56932,1,1800360000,2027,1,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(56933,1,1800363600,2027,1,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(56934,1,1800367200,2027,1,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(56935,1,1800370800,2027,1,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(56936,1,1800374400,2027,1,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(56937,1,1800378000,2027,1,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(56938,1,1800381600,2027,1,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(56939,1,1800385200,2027,1,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(56940,1,1800388800,2027,1,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(56941,1,1800392400,2027,1,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(56942,1,1800396000,2027,1,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(56943,1,1800399600,2027,1,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(56944,1,1800403200,2027,1,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(56945,1,1800406800,2027,1,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(56946,1,1800410400,2027,1,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(56947,1,1800414000,2027,1,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(56948,1,1800417600,2027,1,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(56949,1,1800421200,2027,1,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(56950,1,1800424800,2027,1,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(56951,1,1800428400,2027,1,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(56952,1,1800432000,2027,1,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(56953,1,1800435600,2027,1,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(56954,1,1800439200,2027,1,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(56955,1,1800442800,2027,1,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(56956,1,1800446400,2027,1,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(56957,1,1800450000,2027,1,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(56958,1,1800453600,2027,1,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(56959,1,1800457200,2027,1,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(56960,1,1800460800,2027,1,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(56961,1,1800464400,2027,1,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(56962,1,1800468000,2027,1,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(56963,1,1800471600,2027,1,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(56964,1,1800475200,2027,1,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(56965,1,1800478800,2027,1,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(56966,1,1800482400,2027,1,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(56967,1,1800486000,2027,1,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(56968,1,1800489600,2027,1,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(56969,1,1800493200,2027,1,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(56970,1,1800496800,2027,1,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(56971,1,1800500400,2027,1,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(56972,1,1800504000,2027,1,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(56973,1,1800507600,2027,1,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(56974,1,1800511200,2027,1,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(56975,1,1800514800,2027,1,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(56976,1,1800518400,2027,1,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(56977,1,1800522000,2027,1,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(56978,1,1800525600,2027,1,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(56979,1,1800529200,2027,1,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(56980,1,1800532800,2027,1,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(56981,1,1800536400,2027,1,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(56982,1,1800540000,2027,1,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(56983,1,1800543600,2027,1,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(56984,1,1800547200,2027,1,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(56985,1,1800550800,2027,1,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(56986,1,1800554400,2027,1,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(56987,1,1800558000,2027,1,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(56988,1,1800561600,2027,1,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(56989,1,1800565200,2027,1,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(56990,1,1800568800,2027,1,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(56991,1,1800572400,2027,1,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(56992,1,1800576000,2027,1,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(56993,1,1800579600,2027,1,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(56994,1,1800583200,2027,1,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(56995,1,1800586800,2027,1,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(56996,1,1800590400,2027,1,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(56997,1,1800594000,2027,1,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(56998,1,1800597600,2027,1,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(56999,1,1800601200,2027,1,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(57000,1,1800604800,2027,1,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(57001,1,1800608400,2027,1,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(57002,1,1800612000,2027,1,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(57003,1,1800615600,2027,1,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(57004,1,1800619200,2027,1,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(57005,1,1800622800,2027,1,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(57006,1,1800626400,2027,1,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(57007,1,1800630000,2027,1,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(57008,1,1800633600,2027,1,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(57009,1,1800637200,2027,1,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(57010,1,1800640800,2027,1,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(57011,1,1800644400,2027,1,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(57012,1,1800648000,2027,1,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(57013,1,1800651600,2027,1,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(57014,1,1800655200,2027,1,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(57015,1,1800658800,2027,1,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(57016,1,1800662400,2027,1,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(57017,1,1800666000,2027,1,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(57018,1,1800669600,2027,1,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(57019,1,1800673200,2027,1,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(57020,1,1800676800,2027,1,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(57021,1,1800680400,2027,1,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(57022,1,1800684000,2027,1,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(57023,1,1800687600,2027,1,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(57024,1,1800691200,2027,1,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(57025,1,1800694800,2027,1,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(57026,1,1800698400,2027,1,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(57027,1,1800702000,2027,1,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(57028,1,1800705600,2027,1,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(57029,1,1800709200,2027,1,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(57030,1,1800712800,2027,1,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(57031,1,1800716400,2027,1,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(57032,1,1800720000,2027,1,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(57033,1,1800723600,2027,1,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(57034,1,1800727200,2027,1,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(57035,1,1800730800,2027,1,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(57036,1,1800734400,2027,1,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(57037,1,1800738000,2027,1,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(57038,1,1800741600,2027,1,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(57039,1,1800831600,2027,1,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(57040,1,1800835200,2027,1,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(57041,1,1800838800,2027,1,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(57042,1,1800842400,2027,1,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(57043,1,1800846000,2027,1,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(57044,1,1800849600,2027,1,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(57045,1,1800853200,2027,1,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(57046,1,1800856800,2027,1,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(57047,1,1800860400,2027,1,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(57048,1,1800864000,2027,1,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(57049,1,1800867600,2027,1,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(57050,1,1800871200,2027,1,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(57051,1,1800874800,2027,1,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(57052,1,1800878400,2027,1,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(57053,1,1800882000,2027,1,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(57054,1,1800885600,2027,1,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(57055,1,1800889200,2027,1,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(57056,1,1800892800,2027,1,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(57057,1,1800896400,2027,1,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(57058,1,1800900000,2027,1,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(57059,1,1800903600,2027,1,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(57060,1,1800907200,2027,1,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(57061,1,1800910800,2027,1,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(57062,1,1800914400,2027,1,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(57063,1,1800918000,2027,1,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(57064,1,1800921600,2027,1,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(57065,1,1800925200,2027,1,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(57066,1,1800928800,2027,1,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(57067,1,1800932400,2027,1,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(57068,1,1800936000,2027,1,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(57069,1,1800939600,2027,1,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(57070,1,1800943200,2027,1,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(57071,1,1800946800,2027,1,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(57072,1,1800950400,2027,1,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(57073,1,1800954000,2027,1,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(57074,1,1800957600,2027,1,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(57075,1,1800961200,2027,1,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(57076,1,1800964800,2027,1,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(57077,1,1800968400,2027,1,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(57078,1,1800972000,2027,1,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(57079,1,1800975600,2027,1,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(57080,1,1800979200,2027,1,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(57081,1,1800982800,2027,1,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(57082,1,1800986400,2027,1,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(57083,1,1800990000,2027,1,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(57084,1,1800993600,2027,1,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(57085,1,1800997200,2027,1,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(57086,1,1801000800,2027,1,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(57087,1,1801004400,2027,1,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(57088,1,1801008000,2027,1,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(57089,1,1801011600,2027,1,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(57090,1,1801015200,2027,1,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(57091,1,1801018800,2027,1,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(57092,1,1801022400,2027,1,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(57093,1,1801026000,2027,1,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(57094,1,1801029600,2027,1,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(57095,1,1801033200,2027,1,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(57096,1,1801036800,2027,1,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(57097,1,1801040400,2027,1,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(57098,1,1801044000,2027,1,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(57099,1,1801047600,2027,1,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(57100,1,1801051200,2027,1,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(57101,1,1801054800,2027,1,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(57102,1,1801058400,2027,1,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(57103,1,1801062000,2027,1,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(57104,1,1801065600,2027,1,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(57105,1,1801069200,2027,1,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(57106,1,1801072800,2027,1,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(57107,1,1801076400,2027,1,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(57108,1,1801080000,2027,1,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(57109,1,1801083600,2027,1,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(57110,1,1801087200,2027,1,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(57111,1,1801090800,2027,1,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(57112,1,1801094400,2027,1,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(57113,1,1801098000,2027,1,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(57114,1,1801101600,2027,1,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(57115,1,1801105200,2027,1,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(57116,1,1801108800,2027,1,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(57117,1,1801112400,2027,1,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(57118,1,1801116000,2027,1,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(57119,1,1801119600,2027,1,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(57120,1,1801123200,2027,1,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(57121,1,1801126800,2027,1,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(57122,1,1801130400,2027,1,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(57123,1,1801134000,2027,1,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(57124,1,1801137600,2027,1,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(57125,1,1801141200,2027,1,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(57126,1,1801144800,2027,1,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(57127,1,1801148400,2027,1,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(57128,1,1801152000,2027,1,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(57129,1,1801155600,2027,1,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(57130,1,1801159200,2027,1,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(57131,1,1801162800,2027,1,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(57132,1,1801166400,2027,1,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(57133,1,1801170000,2027,1,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(57134,1,1801173600,2027,1,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(57135,1,1801177200,2027,1,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(57136,1,1801180800,2027,1,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(57137,1,1801184400,2027,1,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(57138,1,1801188000,2027,1,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(57139,1,1801191600,2027,1,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(57140,1,1801195200,2027,1,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(57141,1,1801198800,2027,1,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(57142,1,1801202400,2027,1,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(57143,1,1801206000,2027,1,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(57144,1,1801209600,2027,1,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(57145,1,1801213200,2027,1,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(57146,1,1801216800,2027,1,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(57147,1,1801220400,2027,1,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(57148,1,1801224000,2027,1,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(57149,1,1801227600,2027,1,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(57150,1,1801231200,2027,1,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(57151,1,1801234800,2027,1,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(57152,1,1801238400,2027,1,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(57153,1,1801242000,2027,1,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(57154,1,1801245600,2027,1,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(57155,1,1801249200,2027,1,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(57156,1,1801252800,2027,1,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(57157,1,1801256400,2027,1,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(57158,1,1801260000,2027,1,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(57159,1,1801263600,2027,1,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(57160,1,1801267200,2027,1,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(57161,1,1801270800,2027,1,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(57162,1,1801274400,2027,1,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(57163,1,1801278000,2027,1,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(57164,1,1801281600,2027,1,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(57165,1,1801285200,2027,1,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(57166,1,1801288800,2027,1,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(57167,1,1801292400,2027,1,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(57168,1,1801296000,2027,1,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(57169,1,1801299600,2027,1,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(57170,1,1801303200,2027,1,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(57171,1,1801306800,2027,1,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(57172,1,1801310400,2027,1,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(57173,1,1801314000,2027,1,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(57174,1,1801317600,2027,1,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(57175,1,1801321200,2027,1,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(57176,1,1801324800,2027,1,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(57177,1,1801328400,2027,1,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(57178,1,1801332000,2027,1,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(57179,1,1801335600,2027,1,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(57180,1,1801339200,2027,1,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(57181,1,1801342800,2027,1,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(57182,1,1801346400,2027,1,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(57183,1,1801436400,2027,2,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(57184,1,1801440000,2027,2,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(57185,1,1801443600,2027,2,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(57186,1,1801447200,2027,2,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(57187,1,1801450800,2027,2,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(57188,1,1801454400,2027,2,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(57189,1,1801458000,2027,2,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(57190,1,1801461600,2027,2,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(57191,1,1801465200,2027,2,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(57192,1,1801468800,2027,2,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(57193,1,1801472400,2027,2,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(57194,1,1801476000,2027,2,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(57195,1,1801479600,2027,2,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(57196,1,1801483200,2027,2,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(57197,1,1801486800,2027,2,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(57198,1,1801490400,2027,2,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(57199,1,1801494000,2027,2,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(57200,1,1801497600,2027,2,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(57201,1,1801501200,2027,2,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(57202,1,1801504800,2027,2,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(57203,1,1801508400,2027,2,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(57204,1,1801512000,2027,2,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(57205,1,1801515600,2027,2,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(57206,1,1801519200,2027,2,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(57207,1,1801522800,2027,2,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(57208,1,1801526400,2027,2,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(57209,1,1801530000,2027,2,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(57210,1,1801533600,2027,2,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(57211,1,1801537200,2027,2,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(57212,1,1801540800,2027,2,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(57213,1,1801544400,2027,2,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(57214,1,1801548000,2027,2,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(57215,1,1801551600,2027,2,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(57216,1,1801555200,2027,2,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(57217,1,1801558800,2027,2,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(57218,1,1801562400,2027,2,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(57219,1,1801566000,2027,2,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(57220,1,1801569600,2027,2,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(57221,1,1801573200,2027,2,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(57222,1,1801576800,2027,2,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(57223,1,1801580400,2027,2,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(57224,1,1801584000,2027,2,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(57225,1,1801587600,2027,2,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(57226,1,1801591200,2027,2,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(57227,1,1801594800,2027,2,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(57228,1,1801598400,2027,2,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(57229,1,1801602000,2027,2,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(57230,1,1801605600,2027,2,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(57231,1,1801609200,2027,2,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(57232,1,1801612800,2027,2,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(57233,1,1801616400,2027,2,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(57234,1,1801620000,2027,2,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(57235,1,1801623600,2027,2,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(57236,1,1801627200,2027,2,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(57237,1,1801630800,2027,2,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(57238,1,1801634400,2027,2,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(57239,1,1801638000,2027,2,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(57240,1,1801641600,2027,2,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(57241,1,1801645200,2027,2,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(57242,1,1801648800,2027,2,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(57243,1,1801652400,2027,2,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(57244,1,1801656000,2027,2,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(57245,1,1801659600,2027,2,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(57246,1,1801663200,2027,2,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(57247,1,1801666800,2027,2,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(57248,1,1801670400,2027,2,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(57249,1,1801674000,2027,2,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(57250,1,1801677600,2027,2,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(57251,1,1801681200,2027,2,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(57252,1,1801684800,2027,2,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(57253,1,1801688400,2027,2,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(57254,1,1801692000,2027,2,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(57255,1,1801695600,2027,2,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(57256,1,1801699200,2027,2,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(57257,1,1801702800,2027,2,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(57258,1,1801706400,2027,2,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(57259,1,1801710000,2027,2,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(57260,1,1801713600,2027,2,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(57261,1,1801717200,2027,2,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(57262,1,1801720800,2027,2,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(57263,1,1801724400,2027,2,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(57264,1,1801728000,2027,2,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(57265,1,1801731600,2027,2,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(57266,1,1801735200,2027,2,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(57267,1,1801738800,2027,2,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(57268,1,1801742400,2027,2,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(57269,1,1801746000,2027,2,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(57270,1,1801749600,2027,2,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(57271,1,1801753200,2027,2,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(57272,1,1801756800,2027,2,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(57273,1,1801760400,2027,2,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(57274,1,1801764000,2027,2,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(57275,1,1801767600,2027,2,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(57276,1,1801771200,2027,2,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(57277,1,1801774800,2027,2,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(57278,1,1801778400,2027,2,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(57279,1,1801782000,2027,2,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(57280,1,1801785600,2027,2,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(57281,1,1801789200,2027,2,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(57282,1,1801792800,2027,2,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(57283,1,1801796400,2027,2,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(57284,1,1801800000,2027,2,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(57285,1,1801803600,2027,2,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(57286,1,1801807200,2027,2,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(57287,1,1801810800,2027,2,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(57288,1,1801814400,2027,2,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(57289,1,1801818000,2027,2,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(57290,1,1801821600,2027,2,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(57291,1,1801825200,2027,2,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(57292,1,1801828800,2027,2,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(57293,1,1801832400,2027,2,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(57294,1,1801836000,2027,2,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(57295,1,1801839600,2027,2,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(57296,1,1801843200,2027,2,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(57297,1,1801846800,2027,2,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(57298,1,1801850400,2027,2,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(57299,1,1801854000,2027,2,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(57300,1,1801857600,2027,2,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(57301,1,1801861200,2027,2,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(57302,1,1801864800,2027,2,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(57303,1,1801868400,2027,2,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(57304,1,1801872000,2027,2,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(57305,1,1801875600,2027,2,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(57306,1,1801879200,2027,2,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(57307,1,1801882800,2027,2,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(57308,1,1801886400,2027,2,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(57309,1,1801890000,2027,2,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(57310,1,1801893600,2027,2,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(57311,1,1801897200,2027,2,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(57312,1,1801900800,2027,2,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(57313,1,1801904400,2027,2,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(57314,1,1801908000,2027,2,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(57315,1,1801911600,2027,2,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(57316,1,1801915200,2027,2,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(57317,1,1801918800,2027,2,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(57318,1,1801922400,2027,2,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(57319,1,1801926000,2027,2,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(57320,1,1801929600,2027,2,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(57321,1,1801933200,2027,2,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(57322,1,1801936800,2027,2,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(57323,1,1801940400,2027,2,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(57324,1,1801944000,2027,2,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(57325,1,1801947600,2027,2,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(57326,1,1801951200,2027,2,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(57327,1,1802041200,2027,2,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(57328,1,1802044800,2027,2,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(57329,1,1802048400,2027,2,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(57330,1,1802052000,2027,2,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(57331,1,1802055600,2027,2,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(57332,1,1802059200,2027,2,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(57333,1,1802062800,2027,2,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(57334,1,1802066400,2027,2,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(57335,1,1802070000,2027,2,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(57336,1,1802073600,2027,2,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(57337,1,1802077200,2027,2,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(57338,1,1802080800,2027,2,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(57339,1,1802084400,2027,2,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(57340,1,1802088000,2027,2,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(57341,1,1802091600,2027,2,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(57342,1,1802095200,2027,2,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(57343,1,1802098800,2027,2,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(57344,1,1802102400,2027,2,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(57345,1,1802106000,2027,2,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(57346,1,1802109600,2027,2,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(57347,1,1802113200,2027,2,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(57348,1,1802116800,2027,2,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(57349,1,1802120400,2027,2,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(57350,1,1802124000,2027,2,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(57351,1,1802127600,2027,2,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(57352,1,1802131200,2027,2,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(57353,1,1802134800,2027,2,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(57354,1,1802138400,2027,2,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(57355,1,1802142000,2027,2,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(57356,1,1802145600,2027,2,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(57357,1,1802149200,2027,2,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(57358,1,1802152800,2027,2,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(57359,1,1802156400,2027,2,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(57360,1,1802160000,2027,2,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(57361,1,1802163600,2027,2,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(57362,1,1802167200,2027,2,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(57363,1,1802170800,2027,2,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(57364,1,1802174400,2027,2,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(57365,1,1802178000,2027,2,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(57366,1,1802181600,2027,2,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(57367,1,1802185200,2027,2,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(57368,1,1802188800,2027,2,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(57369,1,1802192400,2027,2,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(57370,1,1802196000,2027,2,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(57371,1,1802199600,2027,2,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(57372,1,1802203200,2027,2,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(57373,1,1802206800,2027,2,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(57374,1,1802210400,2027,2,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(57375,1,1802214000,2027,2,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(57376,1,1802217600,2027,2,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(57377,1,1802221200,2027,2,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(57378,1,1802224800,2027,2,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(57379,1,1802228400,2027,2,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(57380,1,1802232000,2027,2,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(57381,1,1802235600,2027,2,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(57382,1,1802239200,2027,2,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(57383,1,1802242800,2027,2,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(57384,1,1802246400,2027,2,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(57385,1,1802250000,2027,2,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(57386,1,1802253600,2027,2,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(57387,1,1802257200,2027,2,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(57388,1,1802260800,2027,2,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(57389,1,1802264400,2027,2,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(57390,1,1802268000,2027,2,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(57391,1,1802271600,2027,2,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(57392,1,1802275200,2027,2,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(57393,1,1802278800,2027,2,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(57394,1,1802282400,2027,2,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(57395,1,1802286000,2027,2,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(57396,1,1802289600,2027,2,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(57397,1,1802293200,2027,2,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(57398,1,1802296800,2027,2,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(57399,1,1802300400,2027,2,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(57400,1,1802304000,2027,2,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(57401,1,1802307600,2027,2,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(57402,1,1802311200,2027,2,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(57403,1,1802314800,2027,2,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(57404,1,1802318400,2027,2,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(57405,1,1802322000,2027,2,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(57406,1,1802325600,2027,2,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(57407,1,1802329200,2027,2,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(57408,1,1802332800,2027,2,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(57409,1,1802336400,2027,2,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(57410,1,1802340000,2027,2,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(57411,1,1802343600,2027,2,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(57412,1,1802347200,2027,2,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(57413,1,1802350800,2027,2,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(57414,1,1802354400,2027,2,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(57415,1,1802358000,2027,2,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(57416,1,1802361600,2027,2,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(57417,1,1802365200,2027,2,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(57418,1,1802368800,2027,2,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(57419,1,1802372400,2027,2,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(57420,1,1802376000,2027,2,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(57421,1,1802379600,2027,2,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(57422,1,1802383200,2027,2,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(57423,1,1802386800,2027,2,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(57424,1,1802390400,2027,2,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(57425,1,1802394000,2027,2,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(57426,1,1802397600,2027,2,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(57427,1,1802401200,2027,2,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(57428,1,1802404800,2027,2,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(57429,1,1802408400,2027,2,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(57430,1,1802412000,2027,2,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(57431,1,1802415600,2027,2,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(57432,1,1802419200,2027,2,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(57433,1,1802422800,2027,2,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(57434,1,1802426400,2027,2,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(57435,1,1802430000,2027,2,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(57436,1,1802433600,2027,2,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(57437,1,1802437200,2027,2,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(57438,1,1802440800,2027,2,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(57439,1,1802444400,2027,2,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(57440,1,1802448000,2027,2,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(57441,1,1802451600,2027,2,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(57442,1,1802455200,2027,2,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(57443,1,1802458800,2027,2,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(57444,1,1802462400,2027,2,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(57445,1,1802466000,2027,2,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(57446,1,1802469600,2027,2,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(57447,1,1802473200,2027,2,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(57448,1,1802476800,2027,2,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(57449,1,1802480400,2027,2,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(57450,1,1802484000,2027,2,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(57451,1,1802487600,2027,2,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(57452,1,1802491200,2027,2,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(57453,1,1802494800,2027,2,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(57454,1,1802498400,2027,2,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(57455,1,1802502000,2027,2,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(57456,1,1802505600,2027,2,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(57457,1,1802509200,2027,2,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(57458,1,1802512800,2027,2,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(57459,1,1802516400,2027,2,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(57460,1,1802520000,2027,2,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(57461,1,1802523600,2027,2,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(57462,1,1802527200,2027,2,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(57463,1,1802530800,2027,2,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(57464,1,1802534400,2027,2,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(57465,1,1802538000,2027,2,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(57466,1,1802541600,2027,2,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(57467,1,1802545200,2027,2,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(57468,1,1802548800,2027,2,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(57469,1,1802552400,2027,2,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(57470,1,1802556000,2027,2,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(57471,1,1802646000,2027,2,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(57472,1,1802649600,2027,2,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(57473,1,1802653200,2027,2,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(57474,1,1802656800,2027,2,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(57475,1,1802660400,2027,2,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(57476,1,1802664000,2027,2,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(57477,1,1802667600,2027,2,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(57478,1,1802671200,2027,2,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(57479,1,1802674800,2027,2,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(57480,1,1802678400,2027,2,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(57481,1,1802682000,2027,2,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(57482,1,1802685600,2027,2,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(57483,1,1802689200,2027,2,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(57484,1,1802692800,2027,2,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(57485,1,1802696400,2027,2,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(57486,1,1802700000,2027,2,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(57487,1,1802703600,2027,2,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(57488,1,1802707200,2027,2,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(57489,1,1802710800,2027,2,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(57490,1,1802714400,2027,2,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(57491,1,1802718000,2027,2,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(57492,1,1802721600,2027,2,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(57493,1,1802725200,2027,2,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(57494,1,1802728800,2027,2,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(57495,1,1802732400,2027,2,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(57496,1,1802736000,2027,2,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(57497,1,1802739600,2027,2,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(57498,1,1802743200,2027,2,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(57499,1,1802746800,2027,2,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(57500,1,1802750400,2027,2,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(57501,1,1802754000,2027,2,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(57502,1,1802757600,2027,2,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(57503,1,1802761200,2027,2,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(57504,1,1802764800,2027,2,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(57505,1,1802768400,2027,2,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(57506,1,1802772000,2027,2,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(57507,1,1802775600,2027,2,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(57508,1,1802779200,2027,2,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(57509,1,1802782800,2027,2,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(57510,1,1802786400,2027,2,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(57511,1,1802790000,2027,2,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(57512,1,1802793600,2027,2,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(57513,1,1802797200,2027,2,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(57514,1,1802800800,2027,2,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(57515,1,1802804400,2027,2,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(57516,1,1802808000,2027,2,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(57517,1,1802811600,2027,2,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(57518,1,1802815200,2027,2,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(57519,1,1802818800,2027,2,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(57520,1,1802822400,2027,2,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(57521,1,1802826000,2027,2,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(57522,1,1802829600,2027,2,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(57523,1,1802833200,2027,2,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(57524,1,1802836800,2027,2,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(57525,1,1802840400,2027,2,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(57526,1,1802844000,2027,2,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(57527,1,1802847600,2027,2,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(57528,1,1802851200,2027,2,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(57529,1,1802854800,2027,2,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(57530,1,1802858400,2027,2,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(57531,1,1802862000,2027,2,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(57532,1,1802865600,2027,2,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(57533,1,1802869200,2027,2,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(57534,1,1802872800,2027,2,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(57535,1,1802876400,2027,2,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(57536,1,1802880000,2027,2,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(57537,1,1802883600,2027,2,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(57538,1,1802887200,2027,2,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(57539,1,1802890800,2027,2,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(57540,1,1802894400,2027,2,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(57541,1,1802898000,2027,2,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(57542,1,1802901600,2027,2,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(57543,1,1802905200,2027,2,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(57544,1,1802908800,2027,2,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(57545,1,1802912400,2027,2,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(57546,1,1802916000,2027,2,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(57547,1,1802919600,2027,2,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(57548,1,1802923200,2027,2,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(57549,1,1802926800,2027,2,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(57550,1,1802930400,2027,2,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(57551,1,1802934000,2027,2,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(57552,1,1802937600,2027,2,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(57553,1,1802941200,2027,2,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(57554,1,1802944800,2027,2,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(57555,1,1802948400,2027,2,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(57556,1,1802952000,2027,2,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(57557,1,1802955600,2027,2,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(57558,1,1802959200,2027,2,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(57559,1,1802962800,2027,2,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(57560,1,1802966400,2027,2,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(57561,1,1802970000,2027,2,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(57562,1,1802973600,2027,2,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(57563,1,1802977200,2027,2,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(57564,1,1802980800,2027,2,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(57565,1,1802984400,2027,2,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(57566,1,1802988000,2027,2,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(57567,1,1802991600,2027,2,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(57568,1,1802995200,2027,2,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(57569,1,1802998800,2027,2,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(57570,1,1803002400,2027,2,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(57571,1,1803006000,2027,2,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(57572,1,1803009600,2027,2,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(57573,1,1803013200,2027,2,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(57574,1,1803016800,2027,2,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(57575,1,1803020400,2027,2,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(57576,1,1803024000,2027,2,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(57577,1,1803027600,2027,2,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(57578,1,1803031200,2027,2,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(57579,1,1803034800,2027,2,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(57580,1,1803038400,2027,2,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(57581,1,1803042000,2027,2,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(57582,1,1803045600,2027,2,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(57583,1,1803049200,2027,2,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(57584,1,1803052800,2027,2,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(57585,1,1803056400,2027,2,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(57586,1,1803060000,2027,2,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(57587,1,1803063600,2027,2,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(57588,1,1803067200,2027,2,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(57589,1,1803070800,2027,2,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(57590,1,1803074400,2027,2,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(57591,1,1803078000,2027,2,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(57592,1,1803081600,2027,2,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(57593,1,1803085200,2027,2,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(57594,1,1803088800,2027,2,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(57595,1,1803092400,2027,2,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(57596,1,1803096000,2027,2,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(57597,1,1803099600,2027,2,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(57598,1,1803103200,2027,2,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(57599,1,1803106800,2027,2,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(57600,1,1803110400,2027,2,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(57601,1,1803114000,2027,2,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(57602,1,1803117600,2027,2,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(57603,1,1803121200,2027,2,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(57604,1,1803124800,2027,2,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(57605,1,1803128400,2027,2,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(57606,1,1803132000,2027,2,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(57607,1,1803135600,2027,2,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(57608,1,1803139200,2027,2,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(57609,1,1803142800,2027,2,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(57610,1,1803146400,2027,2,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(57611,1,1803150000,2027,2,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(57612,1,1803153600,2027,2,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(57613,1,1803157200,2027,2,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(57614,1,1803160800,2027,2,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(57615,1,1803250800,2027,2,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(57616,1,1803254400,2027,2,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(57617,1,1803258000,2027,2,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(57618,1,1803261600,2027,2,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(57619,1,1803265200,2027,2,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(57620,1,1803268800,2027,2,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(57621,1,1803272400,2027,2,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(57622,1,1803276000,2027,2,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(57623,1,1803279600,2027,2,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(57624,1,1803283200,2027,2,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(57625,1,1803286800,2027,2,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(57626,1,1803290400,2027,2,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(57627,1,1803294000,2027,2,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(57628,1,1803297600,2027,2,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(57629,1,1803301200,2027,2,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(57630,1,1803304800,2027,2,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(57631,1,1803308400,2027,2,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(57632,1,1803312000,2027,2,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(57633,1,1803315600,2027,2,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(57634,1,1803319200,2027,2,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(57635,1,1803322800,2027,2,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(57636,1,1803326400,2027,2,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(57637,1,1803330000,2027,2,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(57638,1,1803333600,2027,2,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(57639,1,1803337200,2027,2,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(57640,1,1803340800,2027,2,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(57641,1,1803344400,2027,2,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(57642,1,1803348000,2027,2,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(57643,1,1803351600,2027,2,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(57644,1,1803355200,2027,2,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(57645,1,1803358800,2027,2,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(57646,1,1803362400,2027,2,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(57647,1,1803366000,2027,2,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(57648,1,1803369600,2027,2,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(57649,1,1803373200,2027,2,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(57650,1,1803376800,2027,2,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(57651,1,1803380400,2027,2,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(57652,1,1803384000,2027,2,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(57653,1,1803387600,2027,2,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(57654,1,1803391200,2027,2,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(57655,1,1803394800,2027,2,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(57656,1,1803398400,2027,2,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(57657,1,1803402000,2027,2,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(57658,1,1803405600,2027,2,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(57659,1,1803409200,2027,2,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(57660,1,1803412800,2027,2,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(57661,1,1803416400,2027,2,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(57662,1,1803420000,2027,2,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(57663,1,1803423600,2027,2,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(57664,1,1803427200,2027,2,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(57665,1,1803430800,2027,2,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(57666,1,1803434400,2027,2,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(57667,1,1803438000,2027,2,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(57668,1,1803441600,2027,2,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(57669,1,1803445200,2027,2,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(57670,1,1803448800,2027,2,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(57671,1,1803452400,2027,2,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(57672,1,1803456000,2027,2,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(57673,1,1803459600,2027,2,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(57674,1,1803463200,2027,2,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(57675,1,1803466800,2027,2,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(57676,1,1803470400,2027,2,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(57677,1,1803474000,2027,2,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(57678,1,1803477600,2027,2,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(57679,1,1803481200,2027,2,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(57680,1,1803484800,2027,2,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(57681,1,1803488400,2027,2,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(57682,1,1803492000,2027,2,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(57683,1,1803495600,2027,2,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(57684,1,1803499200,2027,2,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(57685,1,1803502800,2027,2,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(57686,1,1803506400,2027,2,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(57687,1,1803510000,2027,2,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(57688,1,1803513600,2027,2,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(57689,1,1803517200,2027,2,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(57690,1,1803520800,2027,2,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(57691,1,1803524400,2027,2,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(57692,1,1803528000,2027,2,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(57693,1,1803531600,2027,2,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(57694,1,1803535200,2027,2,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(57695,1,1803538800,2027,2,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(57696,1,1803542400,2027,2,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(57697,1,1803546000,2027,2,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(57698,1,1803549600,2027,2,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(57699,1,1803553200,2027,2,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(57700,1,1803556800,2027,2,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(57701,1,1803560400,2027,2,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(57702,1,1803564000,2027,2,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(57703,1,1803567600,2027,2,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(57704,1,1803571200,2027,2,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(57705,1,1803574800,2027,2,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(57706,1,1803578400,2027,2,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(57707,1,1803582000,2027,2,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(57708,1,1803585600,2027,2,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(57709,1,1803589200,2027,2,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(57710,1,1803592800,2027,2,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(57711,1,1803596400,2027,2,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(57712,1,1803600000,2027,2,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(57713,1,1803603600,2027,2,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(57714,1,1803607200,2027,2,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(57715,1,1803610800,2027,2,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(57716,1,1803614400,2027,2,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(57717,1,1803618000,2027,2,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(57718,1,1803621600,2027,2,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(57719,1,1803625200,2027,2,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(57720,1,1803628800,2027,2,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(57721,1,1803632400,2027,2,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(57722,1,1803636000,2027,2,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(57723,1,1803639600,2027,2,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(57724,1,1803643200,2027,2,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(57725,1,1803646800,2027,2,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(57726,1,1803650400,2027,2,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(57727,1,1803654000,2027,2,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(57728,1,1803657600,2027,2,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(57729,1,1803661200,2027,2,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(57730,1,1803664800,2027,2,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(57731,1,1803668400,2027,2,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(57732,1,1803672000,2027,2,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(57733,1,1803675600,2027,2,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(57734,1,1803679200,2027,2,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(57735,1,1803682800,2027,2,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(57736,1,1803686400,2027,2,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(57737,1,1803690000,2027,2,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(57738,1,1803693600,2027,2,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(57739,1,1803697200,2027,2,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(57740,1,1803700800,2027,2,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(57741,1,1803704400,2027,2,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(57742,1,1803708000,2027,2,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(57743,1,1803711600,2027,2,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(57744,1,1803715200,2027,2,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(57745,1,1803718800,2027,2,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(57746,1,1803722400,2027,2,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(57747,1,1803726000,2027,2,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(57748,1,1803729600,2027,2,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(57749,1,1803733200,2027,2,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(57750,1,1803736800,2027,2,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(57751,1,1803740400,2027,2,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(57752,1,1803744000,2027,2,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(57753,1,1803747600,2027,2,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(57754,1,1803751200,2027,2,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(57755,1,1803754800,2027,2,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(57756,1,1803758400,2027,2,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(57757,1,1803762000,2027,2,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(57758,1,1803765600,2027,2,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(57759,1,1803855600,2027,3,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(57760,1,1803859200,2027,3,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(57761,1,1803862800,2027,3,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(57762,1,1803866400,2027,3,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(57763,1,1803870000,2027,3,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(57764,1,1803873600,2027,3,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(57765,1,1803877200,2027,3,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(57766,1,1803880800,2027,3,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(57767,1,1803884400,2027,3,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(57768,1,1803888000,2027,3,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(57769,1,1803891600,2027,3,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(57770,1,1803895200,2027,3,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(57771,1,1803898800,2027,3,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(57772,1,1803902400,2027,3,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(57773,1,1803906000,2027,3,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(57774,1,1803909600,2027,3,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(57775,1,1803913200,2027,3,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(57776,1,1803916800,2027,3,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(57777,1,1803920400,2027,3,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(57778,1,1803924000,2027,3,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(57779,1,1803927600,2027,3,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(57780,1,1803931200,2027,3,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(57781,1,1803934800,2027,3,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(57782,1,1803938400,2027,3,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(57783,1,1803942000,2027,3,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(57784,1,1803945600,2027,3,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(57785,1,1803949200,2027,3,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(57786,1,1803952800,2027,3,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(57787,1,1803956400,2027,3,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(57788,1,1803960000,2027,3,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(57789,1,1803963600,2027,3,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(57790,1,1803967200,2027,3,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(57791,1,1803970800,2027,3,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(57792,1,1803974400,2027,3,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(57793,1,1803978000,2027,3,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(57794,1,1803981600,2027,3,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(57795,1,1803985200,2027,3,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(57796,1,1803988800,2027,3,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(57797,1,1803992400,2027,3,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(57798,1,1803996000,2027,3,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(57799,1,1803999600,2027,3,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(57800,1,1804003200,2027,3,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(57801,1,1804006800,2027,3,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(57802,1,1804010400,2027,3,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(57803,1,1804014000,2027,3,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(57804,1,1804017600,2027,3,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(57805,1,1804021200,2027,3,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(57806,1,1804024800,2027,3,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(57807,1,1804028400,2027,3,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(57808,1,1804032000,2027,3,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(57809,1,1804035600,2027,3,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(57810,1,1804039200,2027,3,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(57811,1,1804042800,2027,3,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(57812,1,1804046400,2027,3,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(57813,1,1804050000,2027,3,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(57814,1,1804053600,2027,3,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(57815,1,1804057200,2027,3,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(57816,1,1804060800,2027,3,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(57817,1,1804064400,2027,3,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(57818,1,1804068000,2027,3,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(57819,1,1804071600,2027,3,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(57820,1,1804075200,2027,3,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(57821,1,1804078800,2027,3,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(57822,1,1804082400,2027,3,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(57823,1,1804086000,2027,3,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(57824,1,1804089600,2027,3,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(57825,1,1804093200,2027,3,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(57826,1,1804096800,2027,3,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(57827,1,1804100400,2027,3,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(57828,1,1804104000,2027,3,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(57829,1,1804107600,2027,3,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(57830,1,1804111200,2027,3,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(57831,1,1804114800,2027,3,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(57832,1,1804118400,2027,3,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(57833,1,1804122000,2027,3,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(57834,1,1804125600,2027,3,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(57835,1,1804129200,2027,3,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(57836,1,1804132800,2027,3,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(57837,1,1804136400,2027,3,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(57838,1,1804140000,2027,3,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(57839,1,1804143600,2027,3,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(57840,1,1804147200,2027,3,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(57841,1,1804150800,2027,3,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(57842,1,1804154400,2027,3,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(57843,1,1804158000,2027,3,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(57844,1,1804161600,2027,3,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(57845,1,1804165200,2027,3,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(57846,1,1804168800,2027,3,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(57847,1,1804172400,2027,3,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(57848,1,1804176000,2027,3,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(57849,1,1804179600,2027,3,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(57850,1,1804183200,2027,3,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(57851,1,1804186800,2027,3,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(57852,1,1804190400,2027,3,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(57853,1,1804194000,2027,3,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(57854,1,1804197600,2027,3,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(57855,1,1804201200,2027,3,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(57856,1,1804204800,2027,3,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(57857,1,1804208400,2027,3,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(57858,1,1804212000,2027,3,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(57859,1,1804215600,2027,3,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(57860,1,1804219200,2027,3,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(57861,1,1804222800,2027,3,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(57862,1,1804226400,2027,3,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(57863,1,1804230000,2027,3,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(57864,1,1804233600,2027,3,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(57865,1,1804237200,2027,3,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(57866,1,1804240800,2027,3,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(57867,1,1804244400,2027,3,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(57868,1,1804248000,2027,3,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(57869,1,1804251600,2027,3,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(57870,1,1804255200,2027,3,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(57871,1,1804258800,2027,3,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(57872,1,1804262400,2027,3,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(57873,1,1804266000,2027,3,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(57874,1,1804269600,2027,3,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(57875,1,1804273200,2027,3,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(57876,1,1804276800,2027,3,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(57877,1,1804280400,2027,3,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(57878,1,1804284000,2027,3,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(57879,1,1804287600,2027,3,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(57880,1,1804291200,2027,3,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(57881,1,1804294800,2027,3,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(57882,1,1804298400,2027,3,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(57883,1,1804302000,2027,3,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(57884,1,1804305600,2027,3,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(57885,1,1804309200,2027,3,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(57886,1,1804312800,2027,3,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(57887,1,1804316400,2027,3,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(57888,1,1804320000,2027,3,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(57889,1,1804323600,2027,3,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(57890,1,1804327200,2027,3,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(57891,1,1804330800,2027,3,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(57892,1,1804334400,2027,3,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(57893,1,1804338000,2027,3,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(57894,1,1804341600,2027,3,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(57895,1,1804345200,2027,3,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(57896,1,1804348800,2027,3,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(57897,1,1804352400,2027,3,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(57898,1,1804356000,2027,3,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(57899,1,1804359600,2027,3,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(57900,1,1804363200,2027,3,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(57901,1,1804366800,2027,3,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(57902,1,1804370400,2027,3,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(57903,1,1804460400,2027,3,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(57904,1,1804464000,2027,3,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(57905,1,1804467600,2027,3,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(57906,1,1804471200,2027,3,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(57907,1,1804474800,2027,3,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(57908,1,1804478400,2027,3,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(57909,1,1804482000,2027,3,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(57910,1,1804485600,2027,3,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(57911,1,1804489200,2027,3,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(57912,1,1804492800,2027,3,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(57913,1,1804496400,2027,3,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(57914,1,1804500000,2027,3,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(57915,1,1804503600,2027,3,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(57916,1,1804507200,2027,3,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(57917,1,1804510800,2027,3,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(57918,1,1804514400,2027,3,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(57919,1,1804518000,2027,3,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(57920,1,1804521600,2027,3,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(57921,1,1804525200,2027,3,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(57922,1,1804528800,2027,3,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(57923,1,1804532400,2027,3,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(57924,1,1804536000,2027,3,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(57925,1,1804539600,2027,3,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(57926,1,1804543200,2027,3,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(57927,1,1804546800,2027,3,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(57928,1,1804550400,2027,3,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(57929,1,1804554000,2027,3,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(57930,1,1804557600,2027,3,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(57931,1,1804561200,2027,3,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(57932,1,1804564800,2027,3,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(57933,1,1804568400,2027,3,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(57934,1,1804572000,2027,3,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(57935,1,1804575600,2027,3,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(57936,1,1804579200,2027,3,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(57937,1,1804582800,2027,3,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(57938,1,1804586400,2027,3,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(57939,1,1804590000,2027,3,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(57940,1,1804593600,2027,3,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(57941,1,1804597200,2027,3,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(57942,1,1804600800,2027,3,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(57943,1,1804604400,2027,3,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(57944,1,1804608000,2027,3,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(57945,1,1804611600,2027,3,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(57946,1,1804615200,2027,3,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(57947,1,1804618800,2027,3,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(57948,1,1804622400,2027,3,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(57949,1,1804626000,2027,3,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(57950,1,1804629600,2027,3,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(57951,1,1804633200,2027,3,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(57952,1,1804636800,2027,3,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(57953,1,1804640400,2027,3,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(57954,1,1804644000,2027,3,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(57955,1,1804647600,2027,3,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(57956,1,1804651200,2027,3,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(57957,1,1804654800,2027,3,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(57958,1,1804658400,2027,3,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(57959,1,1804662000,2027,3,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(57960,1,1804665600,2027,3,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(57961,1,1804669200,2027,3,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(57962,1,1804672800,2027,3,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(57963,1,1804676400,2027,3,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(57964,1,1804680000,2027,3,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(57965,1,1804683600,2027,3,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(57966,1,1804687200,2027,3,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(57967,1,1804690800,2027,3,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(57968,1,1804694400,2027,3,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(57969,1,1804698000,2027,3,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(57970,1,1804701600,2027,3,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(57971,1,1804705200,2027,3,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(57972,1,1804708800,2027,3,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(57973,1,1804712400,2027,3,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(57974,1,1804716000,2027,3,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(57975,1,1804719600,2027,3,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(57976,1,1804723200,2027,3,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(57977,1,1804726800,2027,3,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(57978,1,1804730400,2027,3,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(57979,1,1804734000,2027,3,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(57980,1,1804737600,2027,3,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(57981,1,1804741200,2027,3,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(57982,1,1804744800,2027,3,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(57983,1,1804748400,2027,3,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(57984,1,1804752000,2027,3,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(57985,1,1804755600,2027,3,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(57986,1,1804759200,2027,3,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(57987,1,1804762800,2027,3,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(57988,1,1804766400,2027,3,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(57989,1,1804770000,2027,3,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(57990,1,1804773600,2027,3,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(57991,1,1804777200,2027,3,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(57992,1,1804780800,2027,3,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(57993,1,1804784400,2027,3,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(57994,1,1804788000,2027,3,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(57995,1,1804791600,2027,3,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(57996,1,1804795200,2027,3,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(57997,1,1804798800,2027,3,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(57998,1,1804802400,2027,3,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(57999,1,1804806000,2027,3,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(58000,1,1804809600,2027,3,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(58001,1,1804813200,2027,3,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(58002,1,1804816800,2027,3,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(58003,1,1804820400,2027,3,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(58004,1,1804824000,2027,3,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(58005,1,1804827600,2027,3,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(58006,1,1804831200,2027,3,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(58007,1,1804834800,2027,3,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(58008,1,1804838400,2027,3,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(58009,1,1804842000,2027,3,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(58010,1,1804845600,2027,3,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(58011,1,1804849200,2027,3,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(58012,1,1804852800,2027,3,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(58013,1,1804856400,2027,3,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(58014,1,1804860000,2027,3,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(58015,1,1804863600,2027,3,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(58016,1,1804867200,2027,3,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(58017,1,1804870800,2027,3,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(58018,1,1804874400,2027,3,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(58019,1,1804878000,2027,3,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(58020,1,1804881600,2027,3,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(58021,1,1804885200,2027,3,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(58022,1,1804888800,2027,3,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(58023,1,1804892400,2027,3,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(58024,1,1804896000,2027,3,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(58025,1,1804899600,2027,3,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(58026,1,1804903200,2027,3,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(58027,1,1804906800,2027,3,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(58028,1,1804910400,2027,3,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(58029,1,1804914000,2027,3,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(58030,1,1804917600,2027,3,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(58031,1,1804921200,2027,3,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(58032,1,1804924800,2027,3,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(58033,1,1804928400,2027,3,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(58034,1,1804932000,2027,3,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(58035,1,1804935600,2027,3,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(58036,1,1804939200,2027,3,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(58037,1,1804942800,2027,3,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(58038,1,1804946400,2027,3,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(58039,1,1804950000,2027,3,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(58040,1,1804953600,2027,3,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(58041,1,1804957200,2027,3,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(58042,1,1804960800,2027,3,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(58043,1,1804964400,2027,3,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(58044,1,1804968000,2027,3,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(58045,1,1804971600,2027,3,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(58046,1,1804975200,2027,3,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(58047,1,1805065200,2027,3,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(58048,1,1805068800,2027,3,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(58049,1,1805072400,2027,3,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(58050,1,1805076000,2027,3,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(58051,1,1805079600,2027,3,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(58052,1,1805083200,2027,3,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(58053,1,1805086800,2027,3,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(58054,1,1805090400,2027,3,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(58055,1,1805094000,2027,3,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(58056,1,1805097600,2027,3,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(58057,1,1805101200,2027,3,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(58058,1,1805104800,2027,3,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(58059,1,1805108400,2027,3,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(58060,1,1805112000,2027,3,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(58061,1,1805115600,2027,3,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(58062,1,1805119200,2027,3,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(58063,1,1805122800,2027,3,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(58064,1,1805126400,2027,3,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(58065,1,1805130000,2027,3,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(58066,1,1805133600,2027,3,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(58067,1,1805137200,2027,3,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(58068,1,1805140800,2027,3,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(58069,1,1805144400,2027,3,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(58070,1,1805148000,2027,3,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(58071,1,1805151600,2027,3,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(58072,1,1805155200,2027,3,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(58073,1,1805158800,2027,3,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(58074,1,1805162400,2027,3,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(58075,1,1805166000,2027,3,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(58076,1,1805169600,2027,3,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(58077,1,1805173200,2027,3,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(58078,1,1805176800,2027,3,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(58079,1,1805180400,2027,3,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(58080,1,1805184000,2027,3,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(58081,1,1805187600,2027,3,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(58082,1,1805191200,2027,3,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(58083,1,1805194800,2027,3,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(58084,1,1805198400,2027,3,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(58085,1,1805202000,2027,3,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(58086,1,1805205600,2027,3,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(58087,1,1805209200,2027,3,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(58088,1,1805212800,2027,3,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(58089,1,1805216400,2027,3,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(58090,1,1805220000,2027,3,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(58091,1,1805223600,2027,3,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(58092,1,1805227200,2027,3,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(58093,1,1805230800,2027,3,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(58094,1,1805234400,2027,3,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(58095,1,1805238000,2027,3,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(58096,1,1805241600,2027,3,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(58097,1,1805245200,2027,3,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(58098,1,1805248800,2027,3,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(58099,1,1805252400,2027,3,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(58100,1,1805256000,2027,3,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(58101,1,1805259600,2027,3,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(58102,1,1805263200,2027,3,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(58103,1,1805266800,2027,3,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(58104,1,1805270400,2027,3,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(58105,1,1805274000,2027,3,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(58106,1,1805277600,2027,3,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(58107,1,1805281200,2027,3,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(58108,1,1805284800,2027,3,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(58109,1,1805288400,2027,3,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(58110,1,1805292000,2027,3,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(58111,1,1805295600,2027,3,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(58112,1,1805299200,2027,3,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(58113,1,1805302800,2027,3,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(58114,1,1805306400,2027,3,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(58115,1,1805310000,2027,3,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(58116,1,1805313600,2027,3,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(58117,1,1805317200,2027,3,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(58118,1,1805320800,2027,3,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(58119,1,1805324400,2027,3,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(58120,1,1805328000,2027,3,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(58121,1,1805331600,2027,3,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(58122,1,1805335200,2027,3,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(58123,1,1805338800,2027,3,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(58124,1,1805342400,2027,3,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(58125,1,1805346000,2027,3,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(58126,1,1805349600,2027,3,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(58127,1,1805353200,2027,3,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(58128,1,1805356800,2027,3,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(58129,1,1805360400,2027,3,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(58130,1,1805364000,2027,3,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(58131,1,1805367600,2027,3,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(58132,1,1805371200,2027,3,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(58133,1,1805374800,2027,3,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(58134,1,1805378400,2027,3,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(58135,1,1805382000,2027,3,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(58136,1,1805385600,2027,3,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(58137,1,1805389200,2027,3,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(58138,1,1805392800,2027,3,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(58139,1,1805396400,2027,3,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(58140,1,1805400000,2027,3,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(58141,1,1805403600,2027,3,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(58142,1,1805407200,2027,3,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(58143,1,1805410800,2027,3,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(58144,1,1805414400,2027,3,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(58145,1,1805418000,2027,3,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(58146,1,1805421600,2027,3,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(58147,1,1805425200,2027,3,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(58148,1,1805428800,2027,3,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(58149,1,1805432400,2027,3,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(58150,1,1805436000,2027,3,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(58151,1,1805439600,2027,3,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(58152,1,1805443200,2027,3,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(58153,1,1805446800,2027,3,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(58154,1,1805450400,2027,3,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(58155,1,1805454000,2027,3,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(58156,1,1805457600,2027,3,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(58157,1,1805461200,2027,3,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(58158,1,1805464800,2027,3,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(58159,1,1805468400,2027,3,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(58160,1,1805472000,2027,3,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(58161,1,1805475600,2027,3,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(58162,1,1805479200,2027,3,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(58163,1,1805482800,2027,3,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(58164,1,1805486400,2027,3,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(58165,1,1805490000,2027,3,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(58166,1,1805493600,2027,3,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(58167,1,1805497200,2027,3,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(58168,1,1805500800,2027,3,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(58169,1,1805504400,2027,3,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(58170,1,1805508000,2027,3,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(58171,1,1805511600,2027,3,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(58172,1,1805515200,2027,3,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(58173,1,1805518800,2027,3,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(58174,1,1805522400,2027,3,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(58175,1,1805526000,2027,3,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(58176,1,1805529600,2027,3,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(58177,1,1805533200,2027,3,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(58178,1,1805536800,2027,3,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(58179,1,1805540400,2027,3,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(58180,1,1805544000,2027,3,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(58181,1,1805547600,2027,3,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(58182,1,1805551200,2027,3,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(58183,1,1805554800,2027,3,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(58184,1,1805558400,2027,3,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(58185,1,1805562000,2027,3,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(58186,1,1805565600,2027,3,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(58187,1,1805569200,2027,3,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(58188,1,1805572800,2027,3,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(58189,1,1805576400,2027,3,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(58190,1,1805580000,2027,3,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(58191,1,1805670000,2027,3,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(58192,1,1805673600,2027,3,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(58193,1,1805677200,2027,3,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(58194,1,1805680800,2027,3,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(58195,1,1805684400,2027,3,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(58196,1,1805688000,2027,3,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(58197,1,1805691600,2027,3,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(58198,1,1805695200,2027,3,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(58199,1,1805698800,2027,3,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(58200,1,1805702400,2027,3,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(58201,1,1805706000,2027,3,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(58202,1,1805709600,2027,3,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(58203,1,1805713200,2027,3,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(58204,1,1805716800,2027,3,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(58205,1,1805720400,2027,3,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(58206,1,1805724000,2027,3,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(58207,1,1805727600,2027,3,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(58208,1,1805731200,2027,3,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(58209,1,1805734800,2027,3,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(58210,1,1805738400,2027,3,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(58211,1,1805742000,2027,3,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(58212,1,1805745600,2027,3,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(58213,1,1805749200,2027,3,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(58214,1,1805752800,2027,3,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(58215,1,1805756400,2027,3,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(58216,1,1805760000,2027,3,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(58217,1,1805763600,2027,3,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(58218,1,1805767200,2027,3,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(58219,1,1805770800,2027,3,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(58220,1,1805774400,2027,3,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(58221,1,1805778000,2027,3,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(58222,1,1805781600,2027,3,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(58223,1,1805785200,2027,3,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(58224,1,1805788800,2027,3,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(58225,1,1805792400,2027,3,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(58226,1,1805796000,2027,3,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(58227,1,1805799600,2027,3,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(58228,1,1805803200,2027,3,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(58229,1,1805806800,2027,3,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(58230,1,1805810400,2027,3,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(58231,1,1805814000,2027,3,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(58232,1,1805817600,2027,3,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(58233,1,1805821200,2027,3,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(58234,1,1805824800,2027,3,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(58235,1,1805828400,2027,3,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(58236,1,1805832000,2027,3,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(58237,1,1805835600,2027,3,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(58238,1,1805839200,2027,3,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(58239,1,1805842800,2027,3,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(58240,1,1805846400,2027,3,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(58241,1,1805850000,2027,3,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(58242,1,1805853600,2027,3,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(58243,1,1805857200,2027,3,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(58244,1,1805860800,2027,3,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(58245,1,1805864400,2027,3,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(58246,1,1805868000,2027,3,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(58247,1,1805871600,2027,3,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(58248,1,1805875200,2027,3,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(58249,1,1805878800,2027,3,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(58250,1,1805882400,2027,3,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(58251,1,1805886000,2027,3,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(58252,1,1805889600,2027,3,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(58253,1,1805893200,2027,3,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(58254,1,1805896800,2027,3,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(58255,1,1805900400,2027,3,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(58256,1,1805904000,2027,3,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(58257,1,1805907600,2027,3,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(58258,1,1805911200,2027,3,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(58259,1,1805914800,2027,3,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(58260,1,1805918400,2027,3,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(58261,1,1805922000,2027,3,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(58262,1,1805925600,2027,3,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(58263,1,1805929200,2027,3,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(58264,1,1805932800,2027,3,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(58265,1,1805936400,2027,3,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(58266,1,1805940000,2027,3,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(58267,1,1805943600,2027,3,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(58268,1,1805947200,2027,3,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(58269,1,1805950800,2027,3,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(58270,1,1805954400,2027,3,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(58271,1,1805958000,2027,3,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(58272,1,1805961600,2027,3,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(58273,1,1805965200,2027,3,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(58274,1,1805968800,2027,3,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(58275,1,1805972400,2027,3,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(58276,1,1805976000,2027,3,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(58277,1,1805979600,2027,3,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(58278,1,1805983200,2027,3,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(58279,1,1805986800,2027,3,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(58280,1,1805990400,2027,3,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(58281,1,1805994000,2027,3,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(58282,1,1805997600,2027,3,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(58283,1,1806001200,2027,3,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(58284,1,1806004800,2027,3,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(58285,1,1806008400,2027,3,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(58286,1,1806012000,2027,3,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(58287,1,1806015600,2027,3,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(58288,1,1806019200,2027,3,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(58289,1,1806022800,2027,3,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(58290,1,1806026400,2027,3,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(58291,1,1806030000,2027,3,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(58292,1,1806033600,2027,3,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(58293,1,1806037200,2027,3,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(58294,1,1806040800,2027,3,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(58295,1,1806044400,2027,3,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(58296,1,1806048000,2027,3,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(58297,1,1806051600,2027,3,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(58298,1,1806055200,2027,3,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(58299,1,1806058800,2027,3,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(58300,1,1806062400,2027,3,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(58301,1,1806066000,2027,3,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(58302,1,1806069600,2027,3,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(58303,1,1806073200,2027,3,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(58304,1,1806076800,2027,3,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(58305,1,1806080400,2027,3,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(58306,1,1806084000,2027,3,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(58307,1,1806087600,2027,3,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(58308,1,1806091200,2027,3,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(58309,1,1806094800,2027,3,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(58310,1,1806098400,2027,3,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(58311,1,1806102000,2027,3,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(58312,1,1806105600,2027,3,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(58313,1,1806109200,2027,3,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(58314,1,1806112800,2027,3,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(58315,1,1806116400,2027,3,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(58316,1,1806120000,2027,3,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(58317,1,1806123600,2027,3,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(58318,1,1806127200,2027,3,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(58319,1,1806130800,2027,3,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(58320,1,1806134400,2027,3,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(58321,1,1806138000,2027,3,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(58322,1,1806141600,2027,3,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(58323,1,1806145200,2027,3,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(58324,1,1806148800,2027,3,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(58325,1,1806152400,2027,3,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(58326,1,1806156000,2027,3,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(58327,1,1806159600,2027,3,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(58328,1,1806163200,2027,3,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(58329,1,1806166800,2027,3,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(58330,1,1806170400,2027,3,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(58331,1,1806174000,2027,3,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(58332,1,1806177600,2027,3,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(58333,1,1806181200,2027,3,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(58334,1,1806184800,2027,3,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(58335,1,1806271200,2027,3,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(58336,1,1806274800,2027,3,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(58337,1,1806278400,2027,3,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(58338,1,1806282000,2027,3,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(58339,1,1806285600,2027,3,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(58340,1,1806289200,2027,3,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(58341,1,1806292800,2027,3,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(58342,1,1806296400,2027,3,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(58343,1,1806300000,2027,3,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(58344,1,1806303600,2027,3,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(58345,1,1806307200,2027,3,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(58346,1,1806310800,2027,3,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(58347,1,1806314400,2027,3,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(58348,1,1806318000,2027,3,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(58349,1,1806321600,2027,3,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(58350,1,1806325200,2027,3,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(58351,1,1806328800,2027,3,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(58352,1,1806332400,2027,3,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(58353,1,1806336000,2027,3,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(58354,1,1806339600,2027,3,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(58355,1,1806343200,2027,3,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(58356,1,1806346800,2027,3,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(58357,1,1806350400,2027,3,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(58358,1,1806354000,2027,3,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(58359,1,1806357600,2027,3,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(58360,1,1806361200,2027,3,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(58361,1,1806364800,2027,3,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(58362,1,1806368400,2027,3,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(58363,1,1806372000,2027,3,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(58364,1,1806375600,2027,3,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(58365,1,1806379200,2027,3,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(58366,1,1806382800,2027,3,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(58367,1,1806386400,2027,3,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(58368,1,1806390000,2027,3,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(58369,1,1806393600,2027,3,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(58370,1,1806397200,2027,3,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(58371,1,1806400800,2027,3,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(58372,1,1806404400,2027,3,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(58373,1,1806408000,2027,3,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(58374,1,1806411600,2027,3,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(58375,1,1806415200,2027,3,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(58376,1,1806418800,2027,3,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(58377,1,1806422400,2027,3,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(58378,1,1806426000,2027,3,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(58379,1,1806429600,2027,3,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(58380,1,1806433200,2027,3,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(58381,1,1806436800,2027,3,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(58382,1,1806440400,2027,3,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(58383,1,1806444000,2027,3,31,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(58384,1,1806447600,2027,3,31,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(58385,1,1806451200,2027,3,31,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(58386,1,1806454800,2027,3,31,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(58387,1,1806458400,2027,3,31,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(58388,1,1806462000,2027,3,31,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(58389,1,1806465600,2027,3,31,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(58390,1,1806469200,2027,3,31,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(58391,1,1806472800,2027,3,31,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(58392,1,1806476400,2027,3,31,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(58393,1,1806480000,2027,3,31,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(58394,1,1806483600,2027,3,31,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(58395,1,1806487200,2027,3,31,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(58396,1,1806490800,2027,3,31,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(58397,1,1806494400,2027,3,31,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(58398,1,1806498000,2027,3,31,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(58399,1,1806501600,2027,3,31,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(58400,1,1806505200,2027,3,31,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(58401,1,1806508800,2027,3,31,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(58402,1,1806512400,2027,3,31,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(58403,1,1806516000,2027,3,31,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(58404,1,1806519600,2027,3,31,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(58405,1,1806523200,2027,3,31,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(58406,1,1806526800,2027,3,31,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(58407,1,1806530400,2027,4,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(58408,1,1806534000,2027,4,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(58409,1,1806537600,2027,4,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(58410,1,1806541200,2027,4,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(58411,1,1806544800,2027,4,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(58412,1,1806548400,2027,4,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(58413,1,1806552000,2027,4,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(58414,1,1806555600,2027,4,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(58415,1,1806559200,2027,4,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(58416,1,1806562800,2027,4,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(58417,1,1806566400,2027,4,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(58418,1,1806570000,2027,4,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(58419,1,1806573600,2027,4,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(58420,1,1806577200,2027,4,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(58421,1,1806580800,2027,4,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(58422,1,1806584400,2027,4,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(58423,1,1806588000,2027,4,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(58424,1,1806591600,2027,4,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(58425,1,1806595200,2027,4,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(58426,1,1806598800,2027,4,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(58427,1,1806602400,2027,4,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(58428,1,1806606000,2027,4,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(58429,1,1806609600,2027,4,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(58430,1,1806613200,2027,4,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(58431,1,1806616800,2027,4,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(58432,1,1806620400,2027,4,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(58433,1,1806624000,2027,4,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(58434,1,1806627600,2027,4,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(58435,1,1806631200,2027,4,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(58436,1,1806634800,2027,4,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(58437,1,1806638400,2027,4,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(58438,1,1806642000,2027,4,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(58439,1,1806645600,2027,4,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(58440,1,1806649200,2027,4,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(58441,1,1806652800,2027,4,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(58442,1,1806656400,2027,4,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(58443,1,1806660000,2027,4,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(58444,1,1806663600,2027,4,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(58445,1,1806667200,2027,4,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(58446,1,1806670800,2027,4,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(58447,1,1806674400,2027,4,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(58448,1,1806678000,2027,4,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(58449,1,1806681600,2027,4,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(58450,1,1806685200,2027,4,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(58451,1,1806688800,2027,4,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(58452,1,1806692400,2027,4,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(58453,1,1806696000,2027,4,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(58454,1,1806699600,2027,4,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(58455,1,1806703200,2027,4,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(58456,1,1806706800,2027,4,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(58457,1,1806710400,2027,4,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(58458,1,1806714000,2027,4,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(58459,1,1806717600,2027,4,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(58460,1,1806721200,2027,4,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(58461,1,1806724800,2027,4,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(58462,1,1806728400,2027,4,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(58463,1,1806732000,2027,4,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(58464,1,1806735600,2027,4,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(58465,1,1806739200,2027,4,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(58466,1,1806742800,2027,4,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(58467,1,1806746400,2027,4,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(58468,1,1806750000,2027,4,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(58469,1,1806753600,2027,4,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(58470,1,1806757200,2027,4,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(58471,1,1806760800,2027,4,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(58472,1,1806764400,2027,4,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(58473,1,1806768000,2027,4,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(58474,1,1806771600,2027,4,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(58475,1,1806775200,2027,4,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(58476,1,1806778800,2027,4,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(58477,1,1806782400,2027,4,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(58478,1,1806786000,2027,4,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(58479,1,1806876000,2027,4,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(58480,1,1806879600,2027,4,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(58481,1,1806883200,2027,4,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(58482,1,1806886800,2027,4,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(58483,1,1806890400,2027,4,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(58484,1,1806894000,2027,4,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(58485,1,1806897600,2027,4,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(58486,1,1806901200,2027,4,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(58487,1,1806904800,2027,4,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(58488,1,1806908400,2027,4,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(58489,1,1806912000,2027,4,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(58490,1,1806915600,2027,4,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(58491,1,1806919200,2027,4,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(58492,1,1806922800,2027,4,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(58493,1,1806926400,2027,4,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(58494,1,1806930000,2027,4,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(58495,1,1806933600,2027,4,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(58496,1,1806937200,2027,4,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(58497,1,1806940800,2027,4,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(58498,1,1806944400,2027,4,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(58499,1,1806948000,2027,4,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(58500,1,1806951600,2027,4,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(58501,1,1806955200,2027,4,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(58502,1,1806958800,2027,4,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(58503,1,1806962400,2027,4,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(58504,1,1806966000,2027,4,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(58505,1,1806969600,2027,4,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(58506,1,1806973200,2027,4,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(58507,1,1806976800,2027,4,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(58508,1,1806980400,2027,4,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(58509,1,1806984000,2027,4,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(58510,1,1806987600,2027,4,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(58511,1,1806991200,2027,4,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(58512,1,1806994800,2027,4,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(58513,1,1806998400,2027,4,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(58514,1,1807002000,2027,4,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(58515,1,1807005600,2027,4,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(58516,1,1807009200,2027,4,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(58517,1,1807012800,2027,4,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(58518,1,1807016400,2027,4,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(58519,1,1807020000,2027,4,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(58520,1,1807023600,2027,4,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(58521,1,1807027200,2027,4,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(58522,1,1807030800,2027,4,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(58523,1,1807034400,2027,4,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(58524,1,1807038000,2027,4,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(58525,1,1807041600,2027,4,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(58526,1,1807045200,2027,4,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(58527,1,1807048800,2027,4,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(58528,1,1807052400,2027,4,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(58529,1,1807056000,2027,4,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(58530,1,1807059600,2027,4,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(58531,1,1807063200,2027,4,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(58532,1,1807066800,2027,4,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(58533,1,1807070400,2027,4,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(58534,1,1807074000,2027,4,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(58535,1,1807077600,2027,4,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(58536,1,1807081200,2027,4,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(58537,1,1807084800,2027,4,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(58538,1,1807088400,2027,4,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(58539,1,1807092000,2027,4,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(58540,1,1807095600,2027,4,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(58541,1,1807099200,2027,4,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(58542,1,1807102800,2027,4,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(58543,1,1807106400,2027,4,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(58544,1,1807110000,2027,4,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(58545,1,1807113600,2027,4,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(58546,1,1807117200,2027,4,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(58547,1,1807120800,2027,4,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(58548,1,1807124400,2027,4,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(58549,1,1807128000,2027,4,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(58550,1,1807131600,2027,4,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(58551,1,1807135200,2027,4,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(58552,1,1807138800,2027,4,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(58553,1,1807142400,2027,4,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(58554,1,1807146000,2027,4,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(58555,1,1807149600,2027,4,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(58556,1,1807153200,2027,4,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(58557,1,1807156800,2027,4,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(58558,1,1807160400,2027,4,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(58559,1,1807164000,2027,4,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(58560,1,1807167600,2027,4,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(58561,1,1807171200,2027,4,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(58562,1,1807174800,2027,4,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(58563,1,1807178400,2027,4,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(58564,1,1807182000,2027,4,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(58565,1,1807185600,2027,4,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(58566,1,1807189200,2027,4,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(58567,1,1807192800,2027,4,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(58568,1,1807196400,2027,4,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(58569,1,1807200000,2027,4,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(58570,1,1807203600,2027,4,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(58571,1,1807207200,2027,4,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(58572,1,1807210800,2027,4,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(58573,1,1807214400,2027,4,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(58574,1,1807218000,2027,4,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(58575,1,1807221600,2027,4,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(58576,1,1807225200,2027,4,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(58577,1,1807228800,2027,4,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(58578,1,1807232400,2027,4,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(58579,1,1807236000,2027,4,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(58580,1,1807239600,2027,4,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(58581,1,1807243200,2027,4,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(58582,1,1807246800,2027,4,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(58583,1,1807250400,2027,4,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(58584,1,1807254000,2027,4,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(58585,1,1807257600,2027,4,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(58586,1,1807261200,2027,4,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(58587,1,1807264800,2027,4,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(58588,1,1807268400,2027,4,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(58589,1,1807272000,2027,4,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(58590,1,1807275600,2027,4,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(58591,1,1807279200,2027,4,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(58592,1,1807282800,2027,4,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(58593,1,1807286400,2027,4,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(58594,1,1807290000,2027,4,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(58595,1,1807293600,2027,4,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(58596,1,1807297200,2027,4,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(58597,1,1807300800,2027,4,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(58598,1,1807304400,2027,4,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(58599,1,1807308000,2027,4,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(58600,1,1807311600,2027,4,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(58601,1,1807315200,2027,4,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(58602,1,1807318800,2027,4,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(58603,1,1807322400,2027,4,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(58604,1,1807326000,2027,4,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(58605,1,1807329600,2027,4,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(58606,1,1807333200,2027,4,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(58607,1,1807336800,2027,4,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(58608,1,1807340400,2027,4,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(58609,1,1807344000,2027,4,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(58610,1,1807347600,2027,4,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(58611,1,1807351200,2027,4,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(58612,1,1807354800,2027,4,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(58613,1,1807358400,2027,4,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(58614,1,1807362000,2027,4,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(58615,1,1807365600,2027,4,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(58616,1,1807369200,2027,4,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(58617,1,1807372800,2027,4,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(58618,1,1807376400,2027,4,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(58619,1,1807380000,2027,4,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(58620,1,1807383600,2027,4,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(58621,1,1807387200,2027,4,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(58622,1,1807390800,2027,4,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(58623,1,1807480800,2027,4,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(58624,1,1807484400,2027,4,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(58625,1,1807488000,2027,4,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(58626,1,1807491600,2027,4,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(58627,1,1807495200,2027,4,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(58628,1,1807498800,2027,4,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(58629,1,1807502400,2027,4,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(58630,1,1807506000,2027,4,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(58631,1,1807509600,2027,4,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(58632,1,1807513200,2027,4,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(58633,1,1807516800,2027,4,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(58634,1,1807520400,2027,4,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(58635,1,1807524000,2027,4,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(58636,1,1807527600,2027,4,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(58637,1,1807531200,2027,4,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(58638,1,1807534800,2027,4,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(58639,1,1807538400,2027,4,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(58640,1,1807542000,2027,4,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(58641,1,1807545600,2027,4,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(58642,1,1807549200,2027,4,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(58643,1,1807552800,2027,4,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(58644,1,1807556400,2027,4,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(58645,1,1807560000,2027,4,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(58646,1,1807563600,2027,4,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(58647,1,1807567200,2027,4,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(58648,1,1807570800,2027,4,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(58649,1,1807574400,2027,4,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(58650,1,1807578000,2027,4,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(58651,1,1807581600,2027,4,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(58652,1,1807585200,2027,4,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(58653,1,1807588800,2027,4,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(58654,1,1807592400,2027,4,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(58655,1,1807596000,2027,4,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(58656,1,1807599600,2027,4,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(58657,1,1807603200,2027,4,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(58658,1,1807606800,2027,4,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(58659,1,1807610400,2027,4,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(58660,1,1807614000,2027,4,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(58661,1,1807617600,2027,4,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(58662,1,1807621200,2027,4,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(58663,1,1807624800,2027,4,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(58664,1,1807628400,2027,4,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(58665,1,1807632000,2027,4,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(58666,1,1807635600,2027,4,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(58667,1,1807639200,2027,4,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(58668,1,1807642800,2027,4,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(58669,1,1807646400,2027,4,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(58670,1,1807650000,2027,4,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(58671,1,1807653600,2027,4,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(58672,1,1807657200,2027,4,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(58673,1,1807660800,2027,4,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(58674,1,1807664400,2027,4,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(58675,1,1807668000,2027,4,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(58676,1,1807671600,2027,4,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(58677,1,1807675200,2027,4,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(58678,1,1807678800,2027,4,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(58679,1,1807682400,2027,4,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(58680,1,1807686000,2027,4,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(58681,1,1807689600,2027,4,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(58682,1,1807693200,2027,4,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(58683,1,1807696800,2027,4,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(58684,1,1807700400,2027,4,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(58685,1,1807704000,2027,4,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(58686,1,1807707600,2027,4,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(58687,1,1807711200,2027,4,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(58688,1,1807714800,2027,4,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(58689,1,1807718400,2027,4,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(58690,1,1807722000,2027,4,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(58691,1,1807725600,2027,4,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(58692,1,1807729200,2027,4,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(58693,1,1807732800,2027,4,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(58694,1,1807736400,2027,4,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(58695,1,1807740000,2027,4,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(58696,1,1807743600,2027,4,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(58697,1,1807747200,2027,4,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(58698,1,1807750800,2027,4,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(58699,1,1807754400,2027,4,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(58700,1,1807758000,2027,4,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(58701,1,1807761600,2027,4,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(58702,1,1807765200,2027,4,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(58703,1,1807768800,2027,4,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(58704,1,1807772400,2027,4,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(58705,1,1807776000,2027,4,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(58706,1,1807779600,2027,4,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(58707,1,1807783200,2027,4,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(58708,1,1807786800,2027,4,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(58709,1,1807790400,2027,4,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(58710,1,1807794000,2027,4,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(58711,1,1807797600,2027,4,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(58712,1,1807801200,2027,4,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(58713,1,1807804800,2027,4,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(58714,1,1807808400,2027,4,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(58715,1,1807812000,2027,4,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(58716,1,1807815600,2027,4,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(58717,1,1807819200,2027,4,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(58718,1,1807822800,2027,4,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(58719,1,1807826400,2027,4,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(58720,1,1807830000,2027,4,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(58721,1,1807833600,2027,4,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(58722,1,1807837200,2027,4,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(58723,1,1807840800,2027,4,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(58724,1,1807844400,2027,4,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(58725,1,1807848000,2027,4,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(58726,1,1807851600,2027,4,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(58727,1,1807855200,2027,4,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(58728,1,1807858800,2027,4,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(58729,1,1807862400,2027,4,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(58730,1,1807866000,2027,4,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(58731,1,1807869600,2027,4,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(58732,1,1807873200,2027,4,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(58733,1,1807876800,2027,4,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(58734,1,1807880400,2027,4,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(58735,1,1807884000,2027,4,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(58736,1,1807887600,2027,4,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(58737,1,1807891200,2027,4,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(58738,1,1807894800,2027,4,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(58739,1,1807898400,2027,4,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(58740,1,1807902000,2027,4,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(58741,1,1807905600,2027,4,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(58742,1,1807909200,2027,4,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(58743,1,1807912800,2027,4,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(58744,1,1807916400,2027,4,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(58745,1,1807920000,2027,4,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(58746,1,1807923600,2027,4,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(58747,1,1807927200,2027,4,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(58748,1,1807930800,2027,4,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(58749,1,1807934400,2027,4,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(58750,1,1807938000,2027,4,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(58751,1,1807941600,2027,4,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(58752,1,1807945200,2027,4,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(58753,1,1807948800,2027,4,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(58754,1,1807952400,2027,4,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(58755,1,1807956000,2027,4,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(58756,1,1807959600,2027,4,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(58757,1,1807963200,2027,4,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(58758,1,1807966800,2027,4,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(58759,1,1807970400,2027,4,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(58760,1,1807974000,2027,4,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(58761,1,1807977600,2027,4,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(58762,1,1807981200,2027,4,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(58763,1,1807984800,2027,4,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(58764,1,1807988400,2027,4,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(58765,1,1807992000,2027,4,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(58766,1,1807995600,2027,4,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(58767,1,1808085600,2027,4,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(58768,1,1808089200,2027,4,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(58769,1,1808092800,2027,4,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(58770,1,1808096400,2027,4,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(58771,1,1808100000,2027,4,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(58772,1,1808103600,2027,4,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(58773,1,1808107200,2027,4,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(58774,1,1808110800,2027,4,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(58775,1,1808114400,2027,4,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(58776,1,1808118000,2027,4,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(58777,1,1808121600,2027,4,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(58778,1,1808125200,2027,4,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(58779,1,1808128800,2027,4,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(58780,1,1808132400,2027,4,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(58781,1,1808136000,2027,4,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(58782,1,1808139600,2027,4,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(58783,1,1808143200,2027,4,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(58784,1,1808146800,2027,4,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(58785,1,1808150400,2027,4,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(58786,1,1808154000,2027,4,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(58787,1,1808157600,2027,4,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(58788,1,1808161200,2027,4,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(58789,1,1808164800,2027,4,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(58790,1,1808168400,2027,4,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(58791,1,1808172000,2027,4,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(58792,1,1808175600,2027,4,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(58793,1,1808179200,2027,4,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(58794,1,1808182800,2027,4,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(58795,1,1808186400,2027,4,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(58796,1,1808190000,2027,4,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(58797,1,1808193600,2027,4,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(58798,1,1808197200,2027,4,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(58799,1,1808200800,2027,4,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(58800,1,1808204400,2027,4,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(58801,1,1808208000,2027,4,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(58802,1,1808211600,2027,4,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(58803,1,1808215200,2027,4,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(58804,1,1808218800,2027,4,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(58805,1,1808222400,2027,4,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(58806,1,1808226000,2027,4,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(58807,1,1808229600,2027,4,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(58808,1,1808233200,2027,4,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(58809,1,1808236800,2027,4,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(58810,1,1808240400,2027,4,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(58811,1,1808244000,2027,4,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(58812,1,1808247600,2027,4,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(58813,1,1808251200,2027,4,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(58814,1,1808254800,2027,4,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(58815,1,1808258400,2027,4,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(58816,1,1808262000,2027,4,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(58817,1,1808265600,2027,4,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(58818,1,1808269200,2027,4,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(58819,1,1808272800,2027,4,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(58820,1,1808276400,2027,4,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(58821,1,1808280000,2027,4,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(58822,1,1808283600,2027,4,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(58823,1,1808287200,2027,4,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(58824,1,1808290800,2027,4,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(58825,1,1808294400,2027,4,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(58826,1,1808298000,2027,4,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(58827,1,1808301600,2027,4,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(58828,1,1808305200,2027,4,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(58829,1,1808308800,2027,4,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(58830,1,1808312400,2027,4,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(58831,1,1808316000,2027,4,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(58832,1,1808319600,2027,4,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(58833,1,1808323200,2027,4,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(58834,1,1808326800,2027,4,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(58835,1,1808330400,2027,4,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(58836,1,1808334000,2027,4,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(58837,1,1808337600,2027,4,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(58838,1,1808341200,2027,4,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(58839,1,1808344800,2027,4,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(58840,1,1808348400,2027,4,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(58841,1,1808352000,2027,4,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(58842,1,1808355600,2027,4,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(58843,1,1808359200,2027,4,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(58844,1,1808362800,2027,4,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(58845,1,1808366400,2027,4,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(58846,1,1808370000,2027,4,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(58847,1,1808373600,2027,4,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(58848,1,1808377200,2027,4,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(58849,1,1808380800,2027,4,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(58850,1,1808384400,2027,4,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(58851,1,1808388000,2027,4,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(58852,1,1808391600,2027,4,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(58853,1,1808395200,2027,4,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(58854,1,1808398800,2027,4,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(58855,1,1808402400,2027,4,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(58856,1,1808406000,2027,4,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(58857,1,1808409600,2027,4,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(58858,1,1808413200,2027,4,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(58859,1,1808416800,2027,4,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(58860,1,1808420400,2027,4,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(58861,1,1808424000,2027,4,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(58862,1,1808427600,2027,4,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(58863,1,1808431200,2027,4,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(58864,1,1808434800,2027,4,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(58865,1,1808438400,2027,4,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(58866,1,1808442000,2027,4,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(58867,1,1808445600,2027,4,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(58868,1,1808449200,2027,4,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(58869,1,1808452800,2027,4,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(58870,1,1808456400,2027,4,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(58871,1,1808460000,2027,4,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(58872,1,1808463600,2027,4,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(58873,1,1808467200,2027,4,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(58874,1,1808470800,2027,4,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(58875,1,1808474400,2027,4,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(58876,1,1808478000,2027,4,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(58877,1,1808481600,2027,4,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(58878,1,1808485200,2027,4,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(58879,1,1808488800,2027,4,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(58880,1,1808492400,2027,4,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(58881,1,1808496000,2027,4,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(58882,1,1808499600,2027,4,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(58883,1,1808503200,2027,4,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(58884,1,1808506800,2027,4,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(58885,1,1808510400,2027,4,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(58886,1,1808514000,2027,4,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(58887,1,1808517600,2027,4,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(58888,1,1808521200,2027,4,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(58889,1,1808524800,2027,4,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(58890,1,1808528400,2027,4,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(58891,1,1808532000,2027,4,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(58892,1,1808535600,2027,4,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(58893,1,1808539200,2027,4,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(58894,1,1808542800,2027,4,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(58895,1,1808546400,2027,4,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(58896,1,1808550000,2027,4,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(58897,1,1808553600,2027,4,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(58898,1,1808557200,2027,4,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(58899,1,1808560800,2027,4,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(58900,1,1808564400,2027,4,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(58901,1,1808568000,2027,4,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(58902,1,1808571600,2027,4,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(58903,1,1808575200,2027,4,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(58904,1,1808578800,2027,4,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(58905,1,1808582400,2027,4,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(58906,1,1808586000,2027,4,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(58907,1,1808589600,2027,4,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(58908,1,1808593200,2027,4,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(58909,1,1808596800,2027,4,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(58910,1,1808600400,2027,4,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(58911,1,1808690400,2027,4,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(58912,1,1808694000,2027,4,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(58913,1,1808697600,2027,4,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(58914,1,1808701200,2027,4,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(58915,1,1808704800,2027,4,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(58916,1,1808708400,2027,4,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(58917,1,1808712000,2027,4,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(58918,1,1808715600,2027,4,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(58919,1,1808719200,2027,4,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(58920,1,1808722800,2027,4,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(58921,1,1808726400,2027,4,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(58922,1,1808730000,2027,4,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(58923,1,1808733600,2027,4,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(58924,1,1808737200,2027,4,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(58925,1,1808740800,2027,4,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(58926,1,1808744400,2027,4,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(58927,1,1808748000,2027,4,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(58928,1,1808751600,2027,4,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(58929,1,1808755200,2027,4,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(58930,1,1808758800,2027,4,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(58931,1,1808762400,2027,4,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(58932,1,1808766000,2027,4,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(58933,1,1808769600,2027,4,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(58934,1,1808773200,2027,4,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(58935,1,1808776800,2027,4,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(58936,1,1808780400,2027,4,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(58937,1,1808784000,2027,4,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(58938,1,1808787600,2027,4,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(58939,1,1808791200,2027,4,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(58940,1,1808794800,2027,4,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(58941,1,1808798400,2027,4,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(58942,1,1808802000,2027,4,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(58943,1,1808805600,2027,4,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(58944,1,1808809200,2027,4,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(58945,1,1808812800,2027,4,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(58946,1,1808816400,2027,4,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(58947,1,1808820000,2027,4,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(58948,1,1808823600,2027,4,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(58949,1,1808827200,2027,4,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(58950,1,1808830800,2027,4,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(58951,1,1808834400,2027,4,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(58952,1,1808838000,2027,4,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(58953,1,1808841600,2027,4,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(58954,1,1808845200,2027,4,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(58955,1,1808848800,2027,4,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(58956,1,1808852400,2027,4,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(58957,1,1808856000,2027,4,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(58958,1,1808859600,2027,4,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(58959,1,1808863200,2027,4,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(58960,1,1808866800,2027,4,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(58961,1,1808870400,2027,4,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(58962,1,1808874000,2027,4,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(58963,1,1808877600,2027,4,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(58964,1,1808881200,2027,4,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(58965,1,1808884800,2027,4,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(58966,1,1808888400,2027,4,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(58967,1,1808892000,2027,4,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(58968,1,1808895600,2027,4,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(58969,1,1808899200,2027,4,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(58970,1,1808902800,2027,4,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(58971,1,1808906400,2027,4,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(58972,1,1808910000,2027,4,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(58973,1,1808913600,2027,4,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(58974,1,1808917200,2027,4,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(58975,1,1808920800,2027,4,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(58976,1,1808924400,2027,4,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(58977,1,1808928000,2027,4,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(58978,1,1808931600,2027,4,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(58979,1,1808935200,2027,4,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(58980,1,1808938800,2027,4,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(58981,1,1808942400,2027,4,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(58982,1,1808946000,2027,4,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(58983,1,1808949600,2027,4,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(58984,1,1808953200,2027,4,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(58985,1,1808956800,2027,4,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(58986,1,1808960400,2027,4,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(58987,1,1808964000,2027,4,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(58988,1,1808967600,2027,4,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(58989,1,1808971200,2027,4,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(58990,1,1808974800,2027,4,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(58991,1,1808978400,2027,4,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(58992,1,1808982000,2027,4,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(58993,1,1808985600,2027,4,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(58994,1,1808989200,2027,4,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(58995,1,1808992800,2027,4,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(58996,1,1808996400,2027,4,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(58997,1,1809000000,2027,4,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(58998,1,1809003600,2027,4,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(58999,1,1809007200,2027,4,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(59000,1,1809010800,2027,4,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(59001,1,1809014400,2027,4,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(59002,1,1809018000,2027,4,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(59003,1,1809021600,2027,4,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(59004,1,1809025200,2027,4,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(59005,1,1809028800,2027,4,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(59006,1,1809032400,2027,4,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(59007,1,1809036000,2027,4,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(59008,1,1809039600,2027,4,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(59009,1,1809043200,2027,4,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(59010,1,1809046800,2027,4,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(59011,1,1809050400,2027,4,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(59012,1,1809054000,2027,4,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(59013,1,1809057600,2027,4,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(59014,1,1809061200,2027,4,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(59015,1,1809064800,2027,4,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(59016,1,1809068400,2027,4,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(59017,1,1809072000,2027,4,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(59018,1,1809075600,2027,4,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(59019,1,1809079200,2027,4,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(59020,1,1809082800,2027,4,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(59021,1,1809086400,2027,4,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(59022,1,1809090000,2027,4,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(59023,1,1809093600,2027,4,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(59024,1,1809097200,2027,4,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(59025,1,1809100800,2027,4,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(59026,1,1809104400,2027,4,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(59027,1,1809108000,2027,4,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(59028,1,1809111600,2027,4,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(59029,1,1809115200,2027,4,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(59030,1,1809118800,2027,4,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(59031,1,1809122400,2027,5,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(59032,1,1809126000,2027,5,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(59033,1,1809129600,2027,5,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(59034,1,1809133200,2027,5,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(59035,1,1809136800,2027,5,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(59036,1,1809140400,2027,5,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(59037,1,1809144000,2027,5,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(59038,1,1809147600,2027,5,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(59039,1,1809151200,2027,5,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(59040,1,1809154800,2027,5,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(59041,1,1809158400,2027,5,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(59042,1,1809162000,2027,5,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(59043,1,1809165600,2027,5,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(59044,1,1809169200,2027,5,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(59045,1,1809172800,2027,5,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(59046,1,1809176400,2027,5,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(59047,1,1809180000,2027,5,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(59048,1,1809183600,2027,5,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(59049,1,1809187200,2027,5,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(59050,1,1809190800,2027,5,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(59051,1,1809194400,2027,5,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(59052,1,1809198000,2027,5,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(59053,1,1809201600,2027,5,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(59054,1,1809205200,2027,5,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(59055,1,1809295200,2027,5,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(59056,1,1809298800,2027,5,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(59057,1,1809302400,2027,5,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(59058,1,1809306000,2027,5,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(59059,1,1809309600,2027,5,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(59060,1,1809313200,2027,5,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(59061,1,1809316800,2027,5,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(59062,1,1809320400,2027,5,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(59063,1,1809324000,2027,5,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(59064,1,1809327600,2027,5,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(59065,1,1809331200,2027,5,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(59066,1,1809334800,2027,5,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(59067,1,1809338400,2027,5,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(59068,1,1809342000,2027,5,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(59069,1,1809345600,2027,5,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(59070,1,1809349200,2027,5,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(59071,1,1809352800,2027,5,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(59072,1,1809356400,2027,5,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(59073,1,1809360000,2027,5,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(59074,1,1809363600,2027,5,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(59075,1,1809367200,2027,5,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(59076,1,1809370800,2027,5,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(59077,1,1809374400,2027,5,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(59078,1,1809378000,2027,5,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(59079,1,1809381600,2027,5,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(59080,1,1809385200,2027,5,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(59081,1,1809388800,2027,5,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(59082,1,1809392400,2027,5,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(59083,1,1809396000,2027,5,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(59084,1,1809399600,2027,5,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(59085,1,1809403200,2027,5,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(59086,1,1809406800,2027,5,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(59087,1,1809410400,2027,5,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(59088,1,1809414000,2027,5,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(59089,1,1809417600,2027,5,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(59090,1,1809421200,2027,5,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(59091,1,1809424800,2027,5,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(59092,1,1809428400,2027,5,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(59093,1,1809432000,2027,5,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(59094,1,1809435600,2027,5,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(59095,1,1809439200,2027,5,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(59096,1,1809442800,2027,5,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(59097,1,1809446400,2027,5,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(59098,1,1809450000,2027,5,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(59099,1,1809453600,2027,5,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(59100,1,1809457200,2027,5,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(59101,1,1809460800,2027,5,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(59102,1,1809464400,2027,5,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(59103,1,1809468000,2027,5,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(59104,1,1809471600,2027,5,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(59105,1,1809475200,2027,5,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(59106,1,1809478800,2027,5,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(59107,1,1809482400,2027,5,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(59108,1,1809486000,2027,5,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(59109,1,1809489600,2027,5,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(59110,1,1809493200,2027,5,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(59111,1,1809496800,2027,5,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(59112,1,1809500400,2027,5,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(59113,1,1809504000,2027,5,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(59114,1,1809507600,2027,5,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(59115,1,1809511200,2027,5,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(59116,1,1809514800,2027,5,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(59117,1,1809518400,2027,5,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(59118,1,1809522000,2027,5,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(59119,1,1809525600,2027,5,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(59120,1,1809529200,2027,5,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(59121,1,1809532800,2027,5,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(59122,1,1809536400,2027,5,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(59123,1,1809540000,2027,5,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(59124,1,1809543600,2027,5,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(59125,1,1809547200,2027,5,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(59126,1,1809550800,2027,5,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(59127,1,1809554400,2027,5,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(59128,1,1809558000,2027,5,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(59129,1,1809561600,2027,5,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(59130,1,1809565200,2027,5,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(59131,1,1809568800,2027,5,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(59132,1,1809572400,2027,5,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(59133,1,1809576000,2027,5,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(59134,1,1809579600,2027,5,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(59135,1,1809583200,2027,5,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(59136,1,1809586800,2027,5,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(59137,1,1809590400,2027,5,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(59138,1,1809594000,2027,5,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(59139,1,1809597600,2027,5,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(59140,1,1809601200,2027,5,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(59141,1,1809604800,2027,5,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(59142,1,1809608400,2027,5,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(59143,1,1809612000,2027,5,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(59144,1,1809615600,2027,5,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(59145,1,1809619200,2027,5,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(59146,1,1809622800,2027,5,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(59147,1,1809626400,2027,5,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(59148,1,1809630000,2027,5,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(59149,1,1809633600,2027,5,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(59150,1,1809637200,2027,5,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(59151,1,1809640800,2027,5,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(59152,1,1809644400,2027,5,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(59153,1,1809648000,2027,5,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(59154,1,1809651600,2027,5,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(59155,1,1809655200,2027,5,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(59156,1,1809658800,2027,5,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(59157,1,1809662400,2027,5,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(59158,1,1809666000,2027,5,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(59159,1,1809669600,2027,5,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(59160,1,1809673200,2027,5,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(59161,1,1809676800,2027,5,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(59162,1,1809680400,2027,5,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(59163,1,1809684000,2027,5,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(59164,1,1809687600,2027,5,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(59165,1,1809691200,2027,5,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(59166,1,1809694800,2027,5,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(59167,1,1809698400,2027,5,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(59168,1,1809702000,2027,5,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(59169,1,1809705600,2027,5,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(59170,1,1809709200,2027,5,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(59171,1,1809712800,2027,5,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(59172,1,1809716400,2027,5,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(59173,1,1809720000,2027,5,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(59174,1,1809723600,2027,5,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(59175,1,1809727200,2027,5,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(59176,1,1809730800,2027,5,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(59177,1,1809734400,2027,5,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(59178,1,1809738000,2027,5,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(59179,1,1809741600,2027,5,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(59180,1,1809745200,2027,5,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(59181,1,1809748800,2027,5,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(59182,1,1809752400,2027,5,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(59183,1,1809756000,2027,5,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(59184,1,1809759600,2027,5,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(59185,1,1809763200,2027,5,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(59186,1,1809766800,2027,5,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(59187,1,1809770400,2027,5,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(59188,1,1809774000,2027,5,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(59189,1,1809777600,2027,5,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(59190,1,1809781200,2027,5,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(59191,1,1809784800,2027,5,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(59192,1,1809788400,2027,5,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(59193,1,1809792000,2027,5,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(59194,1,1809795600,2027,5,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(59195,1,1809799200,2027,5,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(59196,1,1809802800,2027,5,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(59197,1,1809806400,2027,5,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(59198,1,1809810000,2027,5,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(59199,1,1809900000,2027,5,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(59200,1,1809903600,2027,5,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(59201,1,1809907200,2027,5,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(59202,1,1809910800,2027,5,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(59203,1,1809914400,2027,5,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(59204,1,1809918000,2027,5,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(59205,1,1809921600,2027,5,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(59206,1,1809925200,2027,5,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(59207,1,1809928800,2027,5,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(59208,1,1809932400,2027,5,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(59209,1,1809936000,2027,5,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(59210,1,1809939600,2027,5,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(59211,1,1809943200,2027,5,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(59212,1,1809946800,2027,5,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(59213,1,1809950400,2027,5,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(59214,1,1809954000,2027,5,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(59215,1,1809957600,2027,5,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(59216,1,1809961200,2027,5,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(59217,1,1809964800,2027,5,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(59218,1,1809968400,2027,5,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(59219,1,1809972000,2027,5,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(59220,1,1809975600,2027,5,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(59221,1,1809979200,2027,5,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(59222,1,1809982800,2027,5,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(59223,1,1809986400,2027,5,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(59224,1,1809990000,2027,5,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(59225,1,1809993600,2027,5,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(59226,1,1809997200,2027,5,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(59227,1,1810000800,2027,5,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(59228,1,1810004400,2027,5,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(59229,1,1810008000,2027,5,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(59230,1,1810011600,2027,5,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(59231,1,1810015200,2027,5,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(59232,1,1810018800,2027,5,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(59233,1,1810022400,2027,5,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(59234,1,1810026000,2027,5,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(59235,1,1810029600,2027,5,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(59236,1,1810033200,2027,5,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(59237,1,1810036800,2027,5,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(59238,1,1810040400,2027,5,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(59239,1,1810044000,2027,5,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(59240,1,1810047600,2027,5,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(59241,1,1810051200,2027,5,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(59242,1,1810054800,2027,5,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(59243,1,1810058400,2027,5,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(59244,1,1810062000,2027,5,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(59245,1,1810065600,2027,5,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(59246,1,1810069200,2027,5,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(59247,1,1810072800,2027,5,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(59248,1,1810076400,2027,5,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(59249,1,1810080000,2027,5,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(59250,1,1810083600,2027,5,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(59251,1,1810087200,2027,5,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(59252,1,1810090800,2027,5,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(59253,1,1810094400,2027,5,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(59254,1,1810098000,2027,5,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(59255,1,1810101600,2027,5,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(59256,1,1810105200,2027,5,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(59257,1,1810108800,2027,5,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(59258,1,1810112400,2027,5,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(59259,1,1810116000,2027,5,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(59260,1,1810119600,2027,5,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(59261,1,1810123200,2027,5,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(59262,1,1810126800,2027,5,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(59263,1,1810130400,2027,5,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(59264,1,1810134000,2027,5,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(59265,1,1810137600,2027,5,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(59266,1,1810141200,2027,5,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(59267,1,1810144800,2027,5,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(59268,1,1810148400,2027,5,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(59269,1,1810152000,2027,5,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(59270,1,1810155600,2027,5,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(59271,1,1810159200,2027,5,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(59272,1,1810162800,2027,5,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(59273,1,1810166400,2027,5,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(59274,1,1810170000,2027,5,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(59275,1,1810173600,2027,5,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(59276,1,1810177200,2027,5,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(59277,1,1810180800,2027,5,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(59278,1,1810184400,2027,5,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(59279,1,1810188000,2027,5,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(59280,1,1810191600,2027,5,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(59281,1,1810195200,2027,5,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(59282,1,1810198800,2027,5,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(59283,1,1810202400,2027,5,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(59284,1,1810206000,2027,5,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(59285,1,1810209600,2027,5,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(59286,1,1810213200,2027,5,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(59287,1,1810216800,2027,5,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(59288,1,1810220400,2027,5,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(59289,1,1810224000,2027,5,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(59290,1,1810227600,2027,5,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(59291,1,1810231200,2027,5,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(59292,1,1810234800,2027,5,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(59293,1,1810238400,2027,5,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(59294,1,1810242000,2027,5,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(59295,1,1810245600,2027,5,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(59296,1,1810249200,2027,5,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(59297,1,1810252800,2027,5,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(59298,1,1810256400,2027,5,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(59299,1,1810260000,2027,5,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(59300,1,1810263600,2027,5,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(59301,1,1810267200,2027,5,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(59302,1,1810270800,2027,5,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(59303,1,1810274400,2027,5,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(59304,1,1810278000,2027,5,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(59305,1,1810281600,2027,5,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(59306,1,1810285200,2027,5,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(59307,1,1810288800,2027,5,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(59308,1,1810292400,2027,5,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(59309,1,1810296000,2027,5,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(59310,1,1810299600,2027,5,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(59311,1,1810303200,2027,5,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(59312,1,1810306800,2027,5,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(59313,1,1810310400,2027,5,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(59314,1,1810314000,2027,5,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(59315,1,1810317600,2027,5,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(59316,1,1810321200,2027,5,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(59317,1,1810324800,2027,5,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(59318,1,1810328400,2027,5,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(59319,1,1810332000,2027,5,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(59320,1,1810335600,2027,5,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(59321,1,1810339200,2027,5,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(59322,1,1810342800,2027,5,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(59323,1,1810346400,2027,5,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(59324,1,1810350000,2027,5,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(59325,1,1810353600,2027,5,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(59326,1,1810357200,2027,5,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(59327,1,1810360800,2027,5,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(59328,1,1810364400,2027,5,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(59329,1,1810368000,2027,5,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(59330,1,1810371600,2027,5,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(59331,1,1810375200,2027,5,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(59332,1,1810378800,2027,5,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(59333,1,1810382400,2027,5,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(59334,1,1810386000,2027,5,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(59335,1,1810389600,2027,5,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(59336,1,1810393200,2027,5,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(59337,1,1810396800,2027,5,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(59338,1,1810400400,2027,5,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(59339,1,1810404000,2027,5,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(59340,1,1810407600,2027,5,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(59341,1,1810411200,2027,5,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(59342,1,1810414800,2027,5,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(59343,1,1810504800,2027,5,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(59344,1,1810508400,2027,5,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(59345,1,1810512000,2027,5,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(59346,1,1810515600,2027,5,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(59347,1,1810519200,2027,5,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(59348,1,1810522800,2027,5,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(59349,1,1810526400,2027,5,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(59350,1,1810530000,2027,5,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(59351,1,1810533600,2027,5,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(59352,1,1810537200,2027,5,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(59353,1,1810540800,2027,5,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(59354,1,1810544400,2027,5,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(59355,1,1810548000,2027,5,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(59356,1,1810551600,2027,5,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(59357,1,1810555200,2027,5,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(59358,1,1810558800,2027,5,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(59359,1,1810562400,2027,5,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(59360,1,1810566000,2027,5,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(59361,1,1810569600,2027,5,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(59362,1,1810573200,2027,5,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(59363,1,1810576800,2027,5,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(59364,1,1810580400,2027,5,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(59365,1,1810584000,2027,5,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(59366,1,1810587600,2027,5,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(59367,1,1810591200,2027,5,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(59368,1,1810594800,2027,5,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(59369,1,1810598400,2027,5,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(59370,1,1810602000,2027,5,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(59371,1,1810605600,2027,5,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(59372,1,1810609200,2027,5,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(59373,1,1810612800,2027,5,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(59374,1,1810616400,2027,5,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(59375,1,1810620000,2027,5,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(59376,1,1810623600,2027,5,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(59377,1,1810627200,2027,5,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(59378,1,1810630800,2027,5,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(59379,1,1810634400,2027,5,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(59380,1,1810638000,2027,5,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(59381,1,1810641600,2027,5,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(59382,1,1810645200,2027,5,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(59383,1,1810648800,2027,5,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(59384,1,1810652400,2027,5,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(59385,1,1810656000,2027,5,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(59386,1,1810659600,2027,5,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(59387,1,1810663200,2027,5,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(59388,1,1810666800,2027,5,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(59389,1,1810670400,2027,5,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(59390,1,1810674000,2027,5,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(59391,1,1810677600,2027,5,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(59392,1,1810681200,2027,5,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(59393,1,1810684800,2027,5,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(59394,1,1810688400,2027,5,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(59395,1,1810692000,2027,5,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(59396,1,1810695600,2027,5,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(59397,1,1810699200,2027,5,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(59398,1,1810702800,2027,5,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(59399,1,1810706400,2027,5,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(59400,1,1810710000,2027,5,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(59401,1,1810713600,2027,5,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(59402,1,1810717200,2027,5,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(59403,1,1810720800,2027,5,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(59404,1,1810724400,2027,5,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(59405,1,1810728000,2027,5,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(59406,1,1810731600,2027,5,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(59407,1,1810735200,2027,5,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(59408,1,1810738800,2027,5,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(59409,1,1810742400,2027,5,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(59410,1,1810746000,2027,5,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(59411,1,1810749600,2027,5,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(59412,1,1810753200,2027,5,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(59413,1,1810756800,2027,5,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(59414,1,1810760400,2027,5,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(59415,1,1810764000,2027,5,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(59416,1,1810767600,2027,5,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(59417,1,1810771200,2027,5,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(59418,1,1810774800,2027,5,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(59419,1,1810778400,2027,5,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(59420,1,1810782000,2027,5,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(59421,1,1810785600,2027,5,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(59422,1,1810789200,2027,5,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(59423,1,1810792800,2027,5,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(59424,1,1810796400,2027,5,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(59425,1,1810800000,2027,5,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(59426,1,1810803600,2027,5,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(59427,1,1810807200,2027,5,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(59428,1,1810810800,2027,5,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(59429,1,1810814400,2027,5,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(59430,1,1810818000,2027,5,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(59431,1,1810821600,2027,5,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(59432,1,1810825200,2027,5,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(59433,1,1810828800,2027,5,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(59434,1,1810832400,2027,5,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(59435,1,1810836000,2027,5,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(59436,1,1810839600,2027,5,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(59437,1,1810843200,2027,5,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(59438,1,1810846800,2027,5,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(59439,1,1810850400,2027,5,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(59440,1,1810854000,2027,5,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(59441,1,1810857600,2027,5,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(59442,1,1810861200,2027,5,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(59443,1,1810864800,2027,5,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(59444,1,1810868400,2027,5,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(59445,1,1810872000,2027,5,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(59446,1,1810875600,2027,5,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(59447,1,1810879200,2027,5,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(59448,1,1810882800,2027,5,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(59449,1,1810886400,2027,5,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(59450,1,1810890000,2027,5,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(59451,1,1810893600,2027,5,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(59452,1,1810897200,2027,5,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(59453,1,1810900800,2027,5,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(59454,1,1810904400,2027,5,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(59455,1,1810908000,2027,5,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(59456,1,1810911600,2027,5,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(59457,1,1810915200,2027,5,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(59458,1,1810918800,2027,5,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(59459,1,1810922400,2027,5,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(59460,1,1810926000,2027,5,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(59461,1,1810929600,2027,5,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(59462,1,1810933200,2027,5,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(59463,1,1810936800,2027,5,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(59464,1,1810940400,2027,5,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(59465,1,1810944000,2027,5,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(59466,1,1810947600,2027,5,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(59467,1,1810951200,2027,5,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(59468,1,1810954800,2027,5,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(59469,1,1810958400,2027,5,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(59470,1,1810962000,2027,5,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(59471,1,1810965600,2027,5,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(59472,1,1810969200,2027,5,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(59473,1,1810972800,2027,5,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(59474,1,1810976400,2027,5,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(59475,1,1810980000,2027,5,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(59476,1,1810983600,2027,5,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(59477,1,1810987200,2027,5,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(59478,1,1810990800,2027,5,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(59479,1,1810994400,2027,5,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(59480,1,1810998000,2027,5,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(59481,1,1811001600,2027,5,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(59482,1,1811005200,2027,5,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(59483,1,1811008800,2027,5,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(59484,1,1811012400,2027,5,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(59485,1,1811016000,2027,5,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(59486,1,1811019600,2027,5,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(59487,1,1811109600,2027,5,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(59488,1,1811113200,2027,5,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(59489,1,1811116800,2027,5,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(59490,1,1811120400,2027,5,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(59491,1,1811124000,2027,5,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(59492,1,1811127600,2027,5,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(59493,1,1811131200,2027,5,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(59494,1,1811134800,2027,5,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(59495,1,1811138400,2027,5,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(59496,1,1811142000,2027,5,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(59497,1,1811145600,2027,5,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(59498,1,1811149200,2027,5,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(59499,1,1811152800,2027,5,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(59500,1,1811156400,2027,5,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(59501,1,1811160000,2027,5,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(59502,1,1811163600,2027,5,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(59503,1,1811167200,2027,5,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(59504,1,1811170800,2027,5,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(59505,1,1811174400,2027,5,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(59506,1,1811178000,2027,5,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(59507,1,1811181600,2027,5,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(59508,1,1811185200,2027,5,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(59509,1,1811188800,2027,5,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(59510,1,1811192400,2027,5,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(59511,1,1811196000,2027,5,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(59512,1,1811199600,2027,5,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(59513,1,1811203200,2027,5,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(59514,1,1811206800,2027,5,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(59515,1,1811210400,2027,5,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(59516,1,1811214000,2027,5,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(59517,1,1811217600,2027,5,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(59518,1,1811221200,2027,5,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(59519,1,1811224800,2027,5,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(59520,1,1811228400,2027,5,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(59521,1,1811232000,2027,5,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(59522,1,1811235600,2027,5,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(59523,1,1811239200,2027,5,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(59524,1,1811242800,2027,5,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(59525,1,1811246400,2027,5,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(59526,1,1811250000,2027,5,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(59527,1,1811253600,2027,5,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(59528,1,1811257200,2027,5,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(59529,1,1811260800,2027,5,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(59530,1,1811264400,2027,5,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(59531,1,1811268000,2027,5,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(59532,1,1811271600,2027,5,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(59533,1,1811275200,2027,5,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(59534,1,1811278800,2027,5,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(59535,1,1811282400,2027,5,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(59536,1,1811286000,2027,5,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(59537,1,1811289600,2027,5,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(59538,1,1811293200,2027,5,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(59539,1,1811296800,2027,5,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(59540,1,1811300400,2027,5,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(59541,1,1811304000,2027,5,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(59542,1,1811307600,2027,5,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(59543,1,1811311200,2027,5,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(59544,1,1811314800,2027,5,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(59545,1,1811318400,2027,5,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(59546,1,1811322000,2027,5,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(59547,1,1811325600,2027,5,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(59548,1,1811329200,2027,5,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(59549,1,1811332800,2027,5,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(59550,1,1811336400,2027,5,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(59551,1,1811340000,2027,5,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(59552,1,1811343600,2027,5,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(59553,1,1811347200,2027,5,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(59554,1,1811350800,2027,5,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(59555,1,1811354400,2027,5,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(59556,1,1811358000,2027,5,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(59557,1,1811361600,2027,5,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(59558,1,1811365200,2027,5,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(59559,1,1811368800,2027,5,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(59560,1,1811372400,2027,5,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(59561,1,1811376000,2027,5,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(59562,1,1811379600,2027,5,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(59563,1,1811383200,2027,5,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(59564,1,1811386800,2027,5,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(59565,1,1811390400,2027,5,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(59566,1,1811394000,2027,5,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(59567,1,1811397600,2027,5,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(59568,1,1811401200,2027,5,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(59569,1,1811404800,2027,5,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(59570,1,1811408400,2027,5,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(59571,1,1811412000,2027,5,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(59572,1,1811415600,2027,5,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(59573,1,1811419200,2027,5,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(59574,1,1811422800,2027,5,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(59575,1,1811426400,2027,5,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(59576,1,1811430000,2027,5,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(59577,1,1811433600,2027,5,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(59578,1,1811437200,2027,5,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(59579,1,1811440800,2027,5,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(59580,1,1811444400,2027,5,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(59581,1,1811448000,2027,5,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(59582,1,1811451600,2027,5,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(59583,1,1811455200,2027,5,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(59584,1,1811458800,2027,5,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(59585,1,1811462400,2027,5,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(59586,1,1811466000,2027,5,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(59587,1,1811469600,2027,5,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(59588,1,1811473200,2027,5,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(59589,1,1811476800,2027,5,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(59590,1,1811480400,2027,5,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(59591,1,1811484000,2027,5,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(59592,1,1811487600,2027,5,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(59593,1,1811491200,2027,5,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(59594,1,1811494800,2027,5,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(59595,1,1811498400,2027,5,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(59596,1,1811502000,2027,5,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(59597,1,1811505600,2027,5,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(59598,1,1811509200,2027,5,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(59599,1,1811512800,2027,5,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(59600,1,1811516400,2027,5,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(59601,1,1811520000,2027,5,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(59602,1,1811523600,2027,5,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(59603,1,1811527200,2027,5,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(59604,1,1811530800,2027,5,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(59605,1,1811534400,2027,5,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(59606,1,1811538000,2027,5,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(59607,1,1811541600,2027,5,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(59608,1,1811545200,2027,5,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(59609,1,1811548800,2027,5,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(59610,1,1811552400,2027,5,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(59611,1,1811556000,2027,5,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(59612,1,1811559600,2027,5,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(59613,1,1811563200,2027,5,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(59614,1,1811566800,2027,5,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(59615,1,1811570400,2027,5,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(59616,1,1811574000,2027,5,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(59617,1,1811577600,2027,5,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(59618,1,1811581200,2027,5,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(59619,1,1811584800,2027,5,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(59620,1,1811588400,2027,5,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(59621,1,1811592000,2027,5,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(59622,1,1811595600,2027,5,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(59623,1,1811599200,2027,5,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(59624,1,1811602800,2027,5,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(59625,1,1811606400,2027,5,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(59626,1,1811610000,2027,5,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(59627,1,1811613600,2027,5,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(59628,1,1811617200,2027,5,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(59629,1,1811620800,2027,5,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(59630,1,1811624400,2027,5,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(59631,1,1811714400,2027,5,31,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(59632,1,1811718000,2027,5,31,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(59633,1,1811721600,2027,5,31,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(59634,1,1811725200,2027,5,31,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(59635,1,1811728800,2027,5,31,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(59636,1,1811732400,2027,5,31,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(59637,1,1811736000,2027,5,31,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(59638,1,1811739600,2027,5,31,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(59639,1,1811743200,2027,5,31,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(59640,1,1811746800,2027,5,31,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(59641,1,1811750400,2027,5,31,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(59642,1,1811754000,2027,5,31,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(59643,1,1811757600,2027,5,31,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(59644,1,1811761200,2027,5,31,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(59645,1,1811764800,2027,5,31,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(59646,1,1811768400,2027,5,31,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(59647,1,1811772000,2027,5,31,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(59648,1,1811775600,2027,5,31,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(59649,1,1811779200,2027,5,31,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(59650,1,1811782800,2027,5,31,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(59651,1,1811786400,2027,5,31,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(59652,1,1811790000,2027,5,31,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(59653,1,1811793600,2027,5,31,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(59654,1,1811797200,2027,5,31,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(59655,1,1811800800,2027,6,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(59656,1,1811804400,2027,6,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(59657,1,1811808000,2027,6,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(59658,1,1811811600,2027,6,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(59659,1,1811815200,2027,6,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(59660,1,1811818800,2027,6,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(59661,1,1811822400,2027,6,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(59662,1,1811826000,2027,6,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(59663,1,1811829600,2027,6,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(59664,1,1811833200,2027,6,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(59665,1,1811836800,2027,6,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(59666,1,1811840400,2027,6,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(59667,1,1811844000,2027,6,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(59668,1,1811847600,2027,6,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(59669,1,1811851200,2027,6,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(59670,1,1811854800,2027,6,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(59671,1,1811858400,2027,6,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(59672,1,1811862000,2027,6,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(59673,1,1811865600,2027,6,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(59674,1,1811869200,2027,6,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(59675,1,1811872800,2027,6,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(59676,1,1811876400,2027,6,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(59677,1,1811880000,2027,6,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(59678,1,1811883600,2027,6,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(59679,1,1811887200,2027,6,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(59680,1,1811890800,2027,6,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(59681,1,1811894400,2027,6,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(59682,1,1811898000,2027,6,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(59683,1,1811901600,2027,6,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(59684,1,1811905200,2027,6,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(59685,1,1811908800,2027,6,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(59686,1,1811912400,2027,6,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(59687,1,1811916000,2027,6,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(59688,1,1811919600,2027,6,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(59689,1,1811923200,2027,6,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(59690,1,1811926800,2027,6,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(59691,1,1811930400,2027,6,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(59692,1,1811934000,2027,6,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(59693,1,1811937600,2027,6,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(59694,1,1811941200,2027,6,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(59695,1,1811944800,2027,6,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(59696,1,1811948400,2027,6,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(59697,1,1811952000,2027,6,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(59698,1,1811955600,2027,6,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(59699,1,1811959200,2027,6,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(59700,1,1811962800,2027,6,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(59701,1,1811966400,2027,6,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(59702,1,1811970000,2027,6,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(59703,1,1811973600,2027,6,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(59704,1,1811977200,2027,6,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(59705,1,1811980800,2027,6,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(59706,1,1811984400,2027,6,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(59707,1,1811988000,2027,6,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(59708,1,1811991600,2027,6,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(59709,1,1811995200,2027,6,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(59710,1,1811998800,2027,6,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(59711,1,1812002400,2027,6,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(59712,1,1812006000,2027,6,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(59713,1,1812009600,2027,6,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(59714,1,1812013200,2027,6,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(59715,1,1812016800,2027,6,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(59716,1,1812020400,2027,6,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(59717,1,1812024000,2027,6,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(59718,1,1812027600,2027,6,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(59719,1,1812031200,2027,6,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(59720,1,1812034800,2027,6,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(59721,1,1812038400,2027,6,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(59722,1,1812042000,2027,6,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(59723,1,1812045600,2027,6,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(59724,1,1812049200,2027,6,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(59725,1,1812052800,2027,6,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(59726,1,1812056400,2027,6,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(59727,1,1812060000,2027,6,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(59728,1,1812063600,2027,6,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(59729,1,1812067200,2027,6,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(59730,1,1812070800,2027,6,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(59731,1,1812074400,2027,6,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(59732,1,1812078000,2027,6,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(59733,1,1812081600,2027,6,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(59734,1,1812085200,2027,6,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(59735,1,1812088800,2027,6,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(59736,1,1812092400,2027,6,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(59737,1,1812096000,2027,6,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(59738,1,1812099600,2027,6,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(59739,1,1812103200,2027,6,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(59740,1,1812106800,2027,6,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(59741,1,1812110400,2027,6,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(59742,1,1812114000,2027,6,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(59743,1,1812117600,2027,6,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(59744,1,1812121200,2027,6,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(59745,1,1812124800,2027,6,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(59746,1,1812128400,2027,6,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(59747,1,1812132000,2027,6,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(59748,1,1812135600,2027,6,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(59749,1,1812139200,2027,6,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(59750,1,1812142800,2027,6,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(59751,1,1812146400,2027,6,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(59752,1,1812150000,2027,6,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(59753,1,1812153600,2027,6,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(59754,1,1812157200,2027,6,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(59755,1,1812160800,2027,6,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(59756,1,1812164400,2027,6,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(59757,1,1812168000,2027,6,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(59758,1,1812171600,2027,6,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(59759,1,1812175200,2027,6,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(59760,1,1812178800,2027,6,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(59761,1,1812182400,2027,6,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(59762,1,1812186000,2027,6,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(59763,1,1812189600,2027,6,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(59764,1,1812193200,2027,6,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(59765,1,1812196800,2027,6,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(59766,1,1812200400,2027,6,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(59767,1,1812204000,2027,6,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(59768,1,1812207600,2027,6,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(59769,1,1812211200,2027,6,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(59770,1,1812214800,2027,6,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(59771,1,1812218400,2027,6,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(59772,1,1812222000,2027,6,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(59773,1,1812225600,2027,6,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(59774,1,1812229200,2027,6,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(59775,1,1812319200,2027,6,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(59776,1,1812322800,2027,6,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(59777,1,1812326400,2027,6,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(59778,1,1812330000,2027,6,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(59779,1,1812333600,2027,6,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(59780,1,1812337200,2027,6,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(59781,1,1812340800,2027,6,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(59782,1,1812344400,2027,6,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(59783,1,1812348000,2027,6,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(59784,1,1812351600,2027,6,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(59785,1,1812355200,2027,6,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(59786,1,1812358800,2027,6,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(59787,1,1812362400,2027,6,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(59788,1,1812366000,2027,6,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(59789,1,1812369600,2027,6,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(59790,1,1812373200,2027,6,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(59791,1,1812376800,2027,6,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(59792,1,1812380400,2027,6,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(59793,1,1812384000,2027,6,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(59794,1,1812387600,2027,6,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(59795,1,1812391200,2027,6,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(59796,1,1812394800,2027,6,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(59797,1,1812398400,2027,6,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(59798,1,1812402000,2027,6,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(59799,1,1812405600,2027,6,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(59800,1,1812409200,2027,6,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(59801,1,1812412800,2027,6,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(59802,1,1812416400,2027,6,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(59803,1,1812420000,2027,6,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(59804,1,1812423600,2027,6,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(59805,1,1812427200,2027,6,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(59806,1,1812430800,2027,6,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(59807,1,1812434400,2027,6,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(59808,1,1812438000,2027,6,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(59809,1,1812441600,2027,6,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(59810,1,1812445200,2027,6,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(59811,1,1812448800,2027,6,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(59812,1,1812452400,2027,6,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(59813,1,1812456000,2027,6,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(59814,1,1812459600,2027,6,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(59815,1,1812463200,2027,6,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(59816,1,1812466800,2027,6,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(59817,1,1812470400,2027,6,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(59818,1,1812474000,2027,6,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(59819,1,1812477600,2027,6,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(59820,1,1812481200,2027,6,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(59821,1,1812484800,2027,6,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(59822,1,1812488400,2027,6,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(59823,1,1812492000,2027,6,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(59824,1,1812495600,2027,6,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(59825,1,1812499200,2027,6,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(59826,1,1812502800,2027,6,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(59827,1,1812506400,2027,6,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(59828,1,1812510000,2027,6,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(59829,1,1812513600,2027,6,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(59830,1,1812517200,2027,6,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(59831,1,1812520800,2027,6,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(59832,1,1812524400,2027,6,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(59833,1,1812528000,2027,6,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(59834,1,1812531600,2027,6,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(59835,1,1812535200,2027,6,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(59836,1,1812538800,2027,6,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(59837,1,1812542400,2027,6,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(59838,1,1812546000,2027,6,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(59839,1,1812549600,2027,6,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(59840,1,1812553200,2027,6,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(59841,1,1812556800,2027,6,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(59842,1,1812560400,2027,6,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(59843,1,1812564000,2027,6,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(59844,1,1812567600,2027,6,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(59845,1,1812571200,2027,6,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(59846,1,1812574800,2027,6,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(59847,1,1812578400,2027,6,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(59848,1,1812582000,2027,6,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(59849,1,1812585600,2027,6,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(59850,1,1812589200,2027,6,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(59851,1,1812592800,2027,6,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(59852,1,1812596400,2027,6,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(59853,1,1812600000,2027,6,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(59854,1,1812603600,2027,6,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(59855,1,1812607200,2027,6,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(59856,1,1812610800,2027,6,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(59857,1,1812614400,2027,6,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(59858,1,1812618000,2027,6,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(59859,1,1812621600,2027,6,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(59860,1,1812625200,2027,6,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(59861,1,1812628800,2027,6,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(59862,1,1812632400,2027,6,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(59863,1,1812636000,2027,6,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(59864,1,1812639600,2027,6,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(59865,1,1812643200,2027,6,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(59866,1,1812646800,2027,6,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(59867,1,1812650400,2027,6,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(59868,1,1812654000,2027,6,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(59869,1,1812657600,2027,6,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(59870,1,1812661200,2027,6,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(59871,1,1812664800,2027,6,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(59872,1,1812668400,2027,6,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(59873,1,1812672000,2027,6,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(59874,1,1812675600,2027,6,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(59875,1,1812679200,2027,6,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(59876,1,1812682800,2027,6,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(59877,1,1812686400,2027,6,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(59878,1,1812690000,2027,6,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(59879,1,1812693600,2027,6,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(59880,1,1812697200,2027,6,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(59881,1,1812700800,2027,6,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(59882,1,1812704400,2027,6,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(59883,1,1812708000,2027,6,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(59884,1,1812711600,2027,6,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(59885,1,1812715200,2027,6,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(59886,1,1812718800,2027,6,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(59887,1,1812722400,2027,6,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(59888,1,1812726000,2027,6,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(59889,1,1812729600,2027,6,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(59890,1,1812733200,2027,6,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(59891,1,1812736800,2027,6,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(59892,1,1812740400,2027,6,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(59893,1,1812744000,2027,6,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(59894,1,1812747600,2027,6,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(59895,1,1812751200,2027,6,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(59896,1,1812754800,2027,6,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(59897,1,1812758400,2027,6,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(59898,1,1812762000,2027,6,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(59899,1,1812765600,2027,6,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(59900,1,1812769200,2027,6,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(59901,1,1812772800,2027,6,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(59902,1,1812776400,2027,6,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(59903,1,1812780000,2027,6,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(59904,1,1812783600,2027,6,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(59905,1,1812787200,2027,6,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(59906,1,1812790800,2027,6,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(59907,1,1812794400,2027,6,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(59908,1,1812798000,2027,6,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(59909,1,1812801600,2027,6,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(59910,1,1812805200,2027,6,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(59911,1,1812808800,2027,6,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(59912,1,1812812400,2027,6,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(59913,1,1812816000,2027,6,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(59914,1,1812819600,2027,6,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(59915,1,1812823200,2027,6,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(59916,1,1812826800,2027,6,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(59917,1,1812830400,2027,6,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(59918,1,1812834000,2027,6,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(59919,1,1812924000,2027,6,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(59920,1,1812927600,2027,6,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(59921,1,1812931200,2027,6,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(59922,1,1812934800,2027,6,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(59923,1,1812938400,2027,6,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(59924,1,1812942000,2027,6,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(59925,1,1812945600,2027,6,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(59926,1,1812949200,2027,6,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(59927,1,1812952800,2027,6,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(59928,1,1812956400,2027,6,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(59929,1,1812960000,2027,6,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(59930,1,1812963600,2027,6,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(59931,1,1812967200,2027,6,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(59932,1,1812970800,2027,6,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(59933,1,1812974400,2027,6,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(59934,1,1812978000,2027,6,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(59935,1,1812981600,2027,6,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(59936,1,1812985200,2027,6,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(59937,1,1812988800,2027,6,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(59938,1,1812992400,2027,6,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(59939,1,1812996000,2027,6,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(59940,1,1812999600,2027,6,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(59941,1,1813003200,2027,6,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(59942,1,1813006800,2027,6,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(59943,1,1813010400,2027,6,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(59944,1,1813014000,2027,6,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(59945,1,1813017600,2027,6,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(59946,1,1813021200,2027,6,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(59947,1,1813024800,2027,6,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(59948,1,1813028400,2027,6,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(59949,1,1813032000,2027,6,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(59950,1,1813035600,2027,6,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(59951,1,1813039200,2027,6,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(59952,1,1813042800,2027,6,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(59953,1,1813046400,2027,6,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(59954,1,1813050000,2027,6,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(59955,1,1813053600,2027,6,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(59956,1,1813057200,2027,6,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(59957,1,1813060800,2027,6,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(59958,1,1813064400,2027,6,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(59959,1,1813068000,2027,6,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(59960,1,1813071600,2027,6,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(59961,1,1813075200,2027,6,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(59962,1,1813078800,2027,6,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(59963,1,1813082400,2027,6,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(59964,1,1813086000,2027,6,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(59965,1,1813089600,2027,6,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(59966,1,1813093200,2027,6,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(59967,1,1813096800,2027,6,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(59968,1,1813100400,2027,6,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(59969,1,1813104000,2027,6,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(59970,1,1813107600,2027,6,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(59971,1,1813111200,2027,6,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(59972,1,1813114800,2027,6,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(59973,1,1813118400,2027,6,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(59974,1,1813122000,2027,6,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(59975,1,1813125600,2027,6,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(59976,1,1813129200,2027,6,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(59977,1,1813132800,2027,6,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(59978,1,1813136400,2027,6,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(59979,1,1813140000,2027,6,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(59980,1,1813143600,2027,6,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(59981,1,1813147200,2027,6,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(59982,1,1813150800,2027,6,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(59983,1,1813154400,2027,6,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(59984,1,1813158000,2027,6,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(59985,1,1813161600,2027,6,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(59986,1,1813165200,2027,6,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(59987,1,1813168800,2027,6,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(59988,1,1813172400,2027,6,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(59989,1,1813176000,2027,6,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(59990,1,1813179600,2027,6,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(59991,1,1813183200,2027,6,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(59992,1,1813186800,2027,6,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(59993,1,1813190400,2027,6,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(59994,1,1813194000,2027,6,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(59995,1,1813197600,2027,6,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(59996,1,1813201200,2027,6,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(59997,1,1813204800,2027,6,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(59998,1,1813208400,2027,6,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(59999,1,1813212000,2027,6,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(60000,1,1813215600,2027,6,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(60001,1,1813219200,2027,6,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(60002,1,1813222800,2027,6,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(60003,1,1813226400,2027,6,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(60004,1,1813230000,2027,6,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(60005,1,1813233600,2027,6,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(60006,1,1813237200,2027,6,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(60007,1,1813240800,2027,6,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(60008,1,1813244400,2027,6,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(60009,1,1813248000,2027,6,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(60010,1,1813251600,2027,6,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(60011,1,1813255200,2027,6,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(60012,1,1813258800,2027,6,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(60013,1,1813262400,2027,6,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(60014,1,1813266000,2027,6,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(60015,1,1813269600,2027,6,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(60016,1,1813273200,2027,6,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(60017,1,1813276800,2027,6,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(60018,1,1813280400,2027,6,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(60019,1,1813284000,2027,6,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(60020,1,1813287600,2027,6,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(60021,1,1813291200,2027,6,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(60022,1,1813294800,2027,6,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(60023,1,1813298400,2027,6,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(60024,1,1813302000,2027,6,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(60025,1,1813305600,2027,6,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(60026,1,1813309200,2027,6,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(60027,1,1813312800,2027,6,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(60028,1,1813316400,2027,6,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(60029,1,1813320000,2027,6,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(60030,1,1813323600,2027,6,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(60031,1,1813327200,2027,6,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(60032,1,1813330800,2027,6,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(60033,1,1813334400,2027,6,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(60034,1,1813338000,2027,6,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(60035,1,1813341600,2027,6,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(60036,1,1813345200,2027,6,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(60037,1,1813348800,2027,6,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(60038,1,1813352400,2027,6,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(60039,1,1813356000,2027,6,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(60040,1,1813359600,2027,6,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(60041,1,1813363200,2027,6,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(60042,1,1813366800,2027,6,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(60043,1,1813370400,2027,6,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(60044,1,1813374000,2027,6,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(60045,1,1813377600,2027,6,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(60046,1,1813381200,2027,6,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(60047,1,1813384800,2027,6,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(60048,1,1813388400,2027,6,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(60049,1,1813392000,2027,6,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(60050,1,1813395600,2027,6,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(60051,1,1813399200,2027,6,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(60052,1,1813402800,2027,6,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(60053,1,1813406400,2027,6,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(60054,1,1813410000,2027,6,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(60055,1,1813413600,2027,6,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(60056,1,1813417200,2027,6,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(60057,1,1813420800,2027,6,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(60058,1,1813424400,2027,6,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(60059,1,1813428000,2027,6,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(60060,1,1813431600,2027,6,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(60061,1,1813435200,2027,6,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(60062,1,1813438800,2027,6,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(60063,1,1813528800,2027,6,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(60064,1,1813532400,2027,6,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(60065,1,1813536000,2027,6,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(60066,1,1813539600,2027,6,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(60067,1,1813543200,2027,6,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(60068,1,1813546800,2027,6,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(60069,1,1813550400,2027,6,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(60070,1,1813554000,2027,6,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(60071,1,1813557600,2027,6,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(60072,1,1813561200,2027,6,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(60073,1,1813564800,2027,6,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(60074,1,1813568400,2027,6,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(60075,1,1813572000,2027,6,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(60076,1,1813575600,2027,6,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(60077,1,1813579200,2027,6,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(60078,1,1813582800,2027,6,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(60079,1,1813586400,2027,6,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(60080,1,1813590000,2027,6,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(60081,1,1813593600,2027,6,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(60082,1,1813597200,2027,6,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(60083,1,1813600800,2027,6,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(60084,1,1813604400,2027,6,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(60085,1,1813608000,2027,6,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(60086,1,1813611600,2027,6,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(60087,1,1813615200,2027,6,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(60088,1,1813618800,2027,6,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(60089,1,1813622400,2027,6,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(60090,1,1813626000,2027,6,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(60091,1,1813629600,2027,6,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(60092,1,1813633200,2027,6,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(60093,1,1813636800,2027,6,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(60094,1,1813640400,2027,6,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(60095,1,1813644000,2027,6,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(60096,1,1813647600,2027,6,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(60097,1,1813651200,2027,6,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(60098,1,1813654800,2027,6,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(60099,1,1813658400,2027,6,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(60100,1,1813662000,2027,6,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(60101,1,1813665600,2027,6,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(60102,1,1813669200,2027,6,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(60103,1,1813672800,2027,6,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(60104,1,1813676400,2027,6,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(60105,1,1813680000,2027,6,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(60106,1,1813683600,2027,6,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(60107,1,1813687200,2027,6,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(60108,1,1813690800,2027,6,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(60109,1,1813694400,2027,6,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(60110,1,1813698000,2027,6,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(60111,1,1813701600,2027,6,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(60112,1,1813705200,2027,6,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(60113,1,1813708800,2027,6,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(60114,1,1813712400,2027,6,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(60115,1,1813716000,2027,6,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(60116,1,1813719600,2027,6,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(60117,1,1813723200,2027,6,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(60118,1,1813726800,2027,6,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(60119,1,1813730400,2027,6,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(60120,1,1813734000,2027,6,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(60121,1,1813737600,2027,6,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(60122,1,1813741200,2027,6,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(60123,1,1813744800,2027,6,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(60124,1,1813748400,2027,6,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(60125,1,1813752000,2027,6,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(60126,1,1813755600,2027,6,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(60127,1,1813759200,2027,6,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(60128,1,1813762800,2027,6,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(60129,1,1813766400,2027,6,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(60130,1,1813770000,2027,6,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(60131,1,1813773600,2027,6,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(60132,1,1813777200,2027,6,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(60133,1,1813780800,2027,6,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(60134,1,1813784400,2027,6,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(60135,1,1813788000,2027,6,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(60136,1,1813791600,2027,6,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(60137,1,1813795200,2027,6,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(60138,1,1813798800,2027,6,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(60139,1,1813802400,2027,6,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(60140,1,1813806000,2027,6,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(60141,1,1813809600,2027,6,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(60142,1,1813813200,2027,6,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(60143,1,1813816800,2027,6,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(60144,1,1813820400,2027,6,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(60145,1,1813824000,2027,6,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(60146,1,1813827600,2027,6,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(60147,1,1813831200,2027,6,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(60148,1,1813834800,2027,6,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(60149,1,1813838400,2027,6,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(60150,1,1813842000,2027,6,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(60151,1,1813845600,2027,6,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(60152,1,1813849200,2027,6,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(60153,1,1813852800,2027,6,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(60154,1,1813856400,2027,6,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(60155,1,1813860000,2027,6,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(60156,1,1813863600,2027,6,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(60157,1,1813867200,2027,6,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(60158,1,1813870800,2027,6,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(60159,1,1813874400,2027,6,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(60160,1,1813878000,2027,6,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(60161,1,1813881600,2027,6,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(60162,1,1813885200,2027,6,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(60163,1,1813888800,2027,6,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(60164,1,1813892400,2027,6,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(60165,1,1813896000,2027,6,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(60166,1,1813899600,2027,6,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(60167,1,1813903200,2027,6,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(60168,1,1813906800,2027,6,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(60169,1,1813910400,2027,6,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(60170,1,1813914000,2027,6,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(60171,1,1813917600,2027,6,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(60172,1,1813921200,2027,6,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(60173,1,1813924800,2027,6,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(60174,1,1813928400,2027,6,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(60175,1,1813932000,2027,6,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(60176,1,1813935600,2027,6,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(60177,1,1813939200,2027,6,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(60178,1,1813942800,2027,6,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(60179,1,1813946400,2027,6,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(60180,1,1813950000,2027,6,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(60181,1,1813953600,2027,6,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(60182,1,1813957200,2027,6,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(60183,1,1813960800,2027,6,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(60184,1,1813964400,2027,6,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(60185,1,1813968000,2027,6,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(60186,1,1813971600,2027,6,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(60187,1,1813975200,2027,6,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(60188,1,1813978800,2027,6,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(60189,1,1813982400,2027,6,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(60190,1,1813986000,2027,6,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(60191,1,1813989600,2027,6,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(60192,1,1813993200,2027,6,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(60193,1,1813996800,2027,6,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(60194,1,1814000400,2027,6,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(60195,1,1814004000,2027,6,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(60196,1,1814007600,2027,6,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(60197,1,1814011200,2027,6,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(60198,1,1814014800,2027,6,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(60199,1,1814018400,2027,6,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(60200,1,1814022000,2027,6,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(60201,1,1814025600,2027,6,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(60202,1,1814029200,2027,6,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(60203,1,1814032800,2027,6,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(60204,1,1814036400,2027,6,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(60205,1,1814040000,2027,6,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(60206,1,1814043600,2027,6,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(60207,1,1814133600,2027,6,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(60208,1,1814137200,2027,6,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(60209,1,1814140800,2027,6,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(60210,1,1814144400,2027,6,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(60211,1,1814148000,2027,6,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(60212,1,1814151600,2027,6,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(60213,1,1814155200,2027,6,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(60214,1,1814158800,2027,6,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(60215,1,1814162400,2027,6,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(60216,1,1814166000,2027,6,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(60217,1,1814169600,2027,6,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(60218,1,1814173200,2027,6,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(60219,1,1814176800,2027,6,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(60220,1,1814180400,2027,6,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(60221,1,1814184000,2027,6,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(60222,1,1814187600,2027,6,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(60223,1,1814191200,2027,6,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(60224,1,1814194800,2027,6,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(60225,1,1814198400,2027,6,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(60226,1,1814202000,2027,6,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(60227,1,1814205600,2027,6,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(60228,1,1814209200,2027,6,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(60229,1,1814212800,2027,6,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(60230,1,1814216400,2027,6,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(60231,1,1814220000,2027,6,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(60232,1,1814223600,2027,6,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(60233,1,1814227200,2027,6,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(60234,1,1814230800,2027,6,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(60235,1,1814234400,2027,6,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(60236,1,1814238000,2027,6,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(60237,1,1814241600,2027,6,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(60238,1,1814245200,2027,6,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(60239,1,1814248800,2027,6,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(60240,1,1814252400,2027,6,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(60241,1,1814256000,2027,6,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(60242,1,1814259600,2027,6,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(60243,1,1814263200,2027,6,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(60244,1,1814266800,2027,6,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(60245,1,1814270400,2027,6,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(60246,1,1814274000,2027,6,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(60247,1,1814277600,2027,6,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(60248,1,1814281200,2027,6,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(60249,1,1814284800,2027,6,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(60250,1,1814288400,2027,6,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(60251,1,1814292000,2027,6,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(60252,1,1814295600,2027,6,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(60253,1,1814299200,2027,6,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(60254,1,1814302800,2027,6,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(60255,1,1814306400,2027,6,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(60256,1,1814310000,2027,6,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(60257,1,1814313600,2027,6,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(60258,1,1814317200,2027,6,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(60259,1,1814320800,2027,6,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(60260,1,1814324400,2027,6,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(60261,1,1814328000,2027,6,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(60262,1,1814331600,2027,6,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(60263,1,1814335200,2027,6,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(60264,1,1814338800,2027,6,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(60265,1,1814342400,2027,6,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(60266,1,1814346000,2027,6,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(60267,1,1814349600,2027,6,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(60268,1,1814353200,2027,6,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(60269,1,1814356800,2027,6,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(60270,1,1814360400,2027,6,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(60271,1,1814364000,2027,6,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(60272,1,1814367600,2027,6,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(60273,1,1814371200,2027,6,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(60274,1,1814374800,2027,6,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(60275,1,1814378400,2027,6,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(60276,1,1814382000,2027,6,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(60277,1,1814385600,2027,6,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(60278,1,1814389200,2027,6,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(60279,1,1814392800,2027,7,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(60280,1,1814396400,2027,7,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(60281,1,1814400000,2027,7,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(60282,1,1814403600,2027,7,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(60283,1,1814407200,2027,7,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(60284,1,1814410800,2027,7,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(60285,1,1814414400,2027,7,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(60286,1,1814418000,2027,7,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(60287,1,1814421600,2027,7,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(60288,1,1814425200,2027,7,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(60289,1,1814428800,2027,7,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(60290,1,1814432400,2027,7,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(60291,1,1814436000,2027,7,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(60292,1,1814439600,2027,7,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(60293,1,1814443200,2027,7,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(60294,1,1814446800,2027,7,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(60295,1,1814450400,2027,7,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(60296,1,1814454000,2027,7,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(60297,1,1814457600,2027,7,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(60298,1,1814461200,2027,7,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(60299,1,1814464800,2027,7,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(60300,1,1814468400,2027,7,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(60301,1,1814472000,2027,7,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(60302,1,1814475600,2027,7,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(60303,1,1814479200,2027,7,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(60304,1,1814482800,2027,7,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(60305,1,1814486400,2027,7,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(60306,1,1814490000,2027,7,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(60307,1,1814493600,2027,7,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(60308,1,1814497200,2027,7,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(60309,1,1814500800,2027,7,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(60310,1,1814504400,2027,7,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(60311,1,1814508000,2027,7,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(60312,1,1814511600,2027,7,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(60313,1,1814515200,2027,7,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(60314,1,1814518800,2027,7,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(60315,1,1814522400,2027,7,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(60316,1,1814526000,2027,7,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(60317,1,1814529600,2027,7,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(60318,1,1814533200,2027,7,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(60319,1,1814536800,2027,7,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(60320,1,1814540400,2027,7,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(60321,1,1814544000,2027,7,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(60322,1,1814547600,2027,7,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(60323,1,1814551200,2027,7,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(60324,1,1814554800,2027,7,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(60325,1,1814558400,2027,7,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(60326,1,1814562000,2027,7,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(60327,1,1814565600,2027,7,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(60328,1,1814569200,2027,7,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(60329,1,1814572800,2027,7,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(60330,1,1814576400,2027,7,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(60331,1,1814580000,2027,7,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(60332,1,1814583600,2027,7,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(60333,1,1814587200,2027,7,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(60334,1,1814590800,2027,7,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(60335,1,1814594400,2027,7,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(60336,1,1814598000,2027,7,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(60337,1,1814601600,2027,7,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(60338,1,1814605200,2027,7,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(60339,1,1814608800,2027,7,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(60340,1,1814612400,2027,7,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(60341,1,1814616000,2027,7,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(60342,1,1814619600,2027,7,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(60343,1,1814623200,2027,7,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(60344,1,1814626800,2027,7,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(60345,1,1814630400,2027,7,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(60346,1,1814634000,2027,7,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(60347,1,1814637600,2027,7,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(60348,1,1814641200,2027,7,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(60349,1,1814644800,2027,7,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(60350,1,1814648400,2027,7,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(60351,1,1814738400,2027,7,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(60352,1,1814742000,2027,7,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(60353,1,1814745600,2027,7,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(60354,1,1814749200,2027,7,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(60355,1,1814752800,2027,7,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(60356,1,1814756400,2027,7,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(60357,1,1814760000,2027,7,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(60358,1,1814763600,2027,7,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(60359,1,1814767200,2027,7,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(60360,1,1814770800,2027,7,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(60361,1,1814774400,2027,7,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(60362,1,1814778000,2027,7,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(60363,1,1814781600,2027,7,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(60364,1,1814785200,2027,7,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(60365,1,1814788800,2027,7,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(60366,1,1814792400,2027,7,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(60367,1,1814796000,2027,7,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(60368,1,1814799600,2027,7,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(60369,1,1814803200,2027,7,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(60370,1,1814806800,2027,7,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(60371,1,1814810400,2027,7,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(60372,1,1814814000,2027,7,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(60373,1,1814817600,2027,7,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(60374,1,1814821200,2027,7,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(60375,1,1814824800,2027,7,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(60376,1,1814828400,2027,7,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(60377,1,1814832000,2027,7,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(60378,1,1814835600,2027,7,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(60379,1,1814839200,2027,7,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(60380,1,1814842800,2027,7,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(60381,1,1814846400,2027,7,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(60382,1,1814850000,2027,7,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(60383,1,1814853600,2027,7,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(60384,1,1814857200,2027,7,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(60385,1,1814860800,2027,7,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(60386,1,1814864400,2027,7,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(60387,1,1814868000,2027,7,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(60388,1,1814871600,2027,7,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(60389,1,1814875200,2027,7,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(60390,1,1814878800,2027,7,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(60391,1,1814882400,2027,7,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(60392,1,1814886000,2027,7,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(60393,1,1814889600,2027,7,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(60394,1,1814893200,2027,7,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(60395,1,1814896800,2027,7,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(60396,1,1814900400,2027,7,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(60397,1,1814904000,2027,7,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(60398,1,1814907600,2027,7,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(60399,1,1814911200,2027,7,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(60400,1,1814914800,2027,7,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(60401,1,1814918400,2027,7,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(60402,1,1814922000,2027,7,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(60403,1,1814925600,2027,7,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(60404,1,1814929200,2027,7,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(60405,1,1814932800,2027,7,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(60406,1,1814936400,2027,7,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(60407,1,1814940000,2027,7,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(60408,1,1814943600,2027,7,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(60409,1,1814947200,2027,7,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(60410,1,1814950800,2027,7,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(60411,1,1814954400,2027,7,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(60412,1,1814958000,2027,7,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(60413,1,1814961600,2027,7,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(60414,1,1814965200,2027,7,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(60415,1,1814968800,2027,7,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(60416,1,1814972400,2027,7,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(60417,1,1814976000,2027,7,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(60418,1,1814979600,2027,7,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(60419,1,1814983200,2027,7,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(60420,1,1814986800,2027,7,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(60421,1,1814990400,2027,7,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(60422,1,1814994000,2027,7,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(60423,1,1814997600,2027,7,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(60424,1,1815001200,2027,7,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(60425,1,1815004800,2027,7,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(60426,1,1815008400,2027,7,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(60427,1,1815012000,2027,7,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(60428,1,1815015600,2027,7,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(60429,1,1815019200,2027,7,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(60430,1,1815022800,2027,7,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(60431,1,1815026400,2027,7,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(60432,1,1815030000,2027,7,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(60433,1,1815033600,2027,7,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(60434,1,1815037200,2027,7,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(60435,1,1815040800,2027,7,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(60436,1,1815044400,2027,7,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(60437,1,1815048000,2027,7,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(60438,1,1815051600,2027,7,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(60439,1,1815055200,2027,7,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(60440,1,1815058800,2027,7,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(60441,1,1815062400,2027,7,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(60442,1,1815066000,2027,7,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(60443,1,1815069600,2027,7,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(60444,1,1815073200,2027,7,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(60445,1,1815076800,2027,7,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(60446,1,1815080400,2027,7,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(60447,1,1815084000,2027,7,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(60448,1,1815087600,2027,7,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(60449,1,1815091200,2027,7,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(60450,1,1815094800,2027,7,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(60451,1,1815098400,2027,7,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(60452,1,1815102000,2027,7,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(60453,1,1815105600,2027,7,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(60454,1,1815109200,2027,7,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(60455,1,1815112800,2027,7,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(60456,1,1815116400,2027,7,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(60457,1,1815120000,2027,7,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(60458,1,1815123600,2027,7,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(60459,1,1815127200,2027,7,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(60460,1,1815130800,2027,7,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(60461,1,1815134400,2027,7,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(60462,1,1815138000,2027,7,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(60463,1,1815141600,2027,7,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(60464,1,1815145200,2027,7,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(60465,1,1815148800,2027,7,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(60466,1,1815152400,2027,7,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(60467,1,1815156000,2027,7,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(60468,1,1815159600,2027,7,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(60469,1,1815163200,2027,7,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(60470,1,1815166800,2027,7,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063);
INSERT INTO `wpdl_booking_package_schedule` VALUES (60471,1,1815170400,2027,7,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(60472,1,1815174000,2027,7,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(60473,1,1815177600,2027,7,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(60474,1,1815181200,2027,7,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(60475,1,1815184800,2027,7,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(60476,1,1815188400,2027,7,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(60477,1,1815192000,2027,7,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(60478,1,1815195600,2027,7,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(60479,1,1815199200,2027,7,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(60480,1,1815202800,2027,7,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(60481,1,1815206400,2027,7,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(60482,1,1815210000,2027,7,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(60483,1,1815213600,2027,7,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(60484,1,1815217200,2027,7,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(60485,1,1815220800,2027,7,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(60486,1,1815224400,2027,7,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(60487,1,1815228000,2027,7,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(60488,1,1815231600,2027,7,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(60489,1,1815235200,2027,7,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(60490,1,1815238800,2027,7,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(60491,1,1815242400,2027,7,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(60492,1,1815246000,2027,7,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(60493,1,1815249600,2027,7,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(60494,1,1815253200,2027,7,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(60495,1,1815343200,2027,7,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(60496,1,1815346800,2027,7,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(60497,1,1815350400,2027,7,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(60498,1,1815354000,2027,7,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(60499,1,1815357600,2027,7,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(60500,1,1815361200,2027,7,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(60501,1,1815364800,2027,7,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(60502,1,1815368400,2027,7,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(60503,1,1815372000,2027,7,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(60504,1,1815375600,2027,7,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(60505,1,1815379200,2027,7,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(60506,1,1815382800,2027,7,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(60507,1,1815386400,2027,7,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(60508,1,1815390000,2027,7,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(60509,1,1815393600,2027,7,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(60510,1,1815397200,2027,7,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(60511,1,1815400800,2027,7,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(60512,1,1815404400,2027,7,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(60513,1,1815408000,2027,7,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(60514,1,1815411600,2027,7,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(60515,1,1815415200,2027,7,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(60516,1,1815418800,2027,7,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(60517,1,1815422400,2027,7,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(60518,1,1815426000,2027,7,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(60519,1,1815429600,2027,7,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(60520,1,1815433200,2027,7,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(60521,1,1815436800,2027,7,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(60522,1,1815440400,2027,7,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(60523,1,1815444000,2027,7,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(60524,1,1815447600,2027,7,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(60525,1,1815451200,2027,7,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(60526,1,1815454800,2027,7,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(60527,1,1815458400,2027,7,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(60528,1,1815462000,2027,7,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(60529,1,1815465600,2027,7,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(60530,1,1815469200,2027,7,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(60531,1,1815472800,2027,7,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(60532,1,1815476400,2027,7,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(60533,1,1815480000,2027,7,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(60534,1,1815483600,2027,7,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(60535,1,1815487200,2027,7,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(60536,1,1815490800,2027,7,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(60537,1,1815494400,2027,7,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(60538,1,1815498000,2027,7,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(60539,1,1815501600,2027,7,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(60540,1,1815505200,2027,7,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(60541,1,1815508800,2027,7,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(60542,1,1815512400,2027,7,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(60543,1,1815516000,2027,7,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(60544,1,1815519600,2027,7,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(60545,1,1815523200,2027,7,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(60546,1,1815526800,2027,7,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(60547,1,1815530400,2027,7,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(60548,1,1815534000,2027,7,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(60549,1,1815537600,2027,7,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(60550,1,1815541200,2027,7,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(60551,1,1815544800,2027,7,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(60552,1,1815548400,2027,7,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(60553,1,1815552000,2027,7,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(60554,1,1815555600,2027,7,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(60555,1,1815559200,2027,7,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(60556,1,1815562800,2027,7,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(60557,1,1815566400,2027,7,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(60558,1,1815570000,2027,7,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(60559,1,1815573600,2027,7,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(60560,1,1815577200,2027,7,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(60561,1,1815580800,2027,7,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(60562,1,1815584400,2027,7,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(60563,1,1815588000,2027,7,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(60564,1,1815591600,2027,7,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(60565,1,1815595200,2027,7,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(60566,1,1815598800,2027,7,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(60567,1,1815602400,2027,7,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(60568,1,1815606000,2027,7,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(60569,1,1815609600,2027,7,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(60570,1,1815613200,2027,7,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(60571,1,1815616800,2027,7,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(60572,1,1815620400,2027,7,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(60573,1,1815624000,2027,7,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(60574,1,1815627600,2027,7,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(60575,1,1815631200,2027,7,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(60576,1,1815634800,2027,7,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(60577,1,1815638400,2027,7,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(60578,1,1815642000,2027,7,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(60579,1,1815645600,2027,7,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(60580,1,1815649200,2027,7,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(60581,1,1815652800,2027,7,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(60582,1,1815656400,2027,7,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(60583,1,1815660000,2027,7,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(60584,1,1815663600,2027,7,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(60585,1,1815667200,2027,7,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(60586,1,1815670800,2027,7,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(60587,1,1815674400,2027,7,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(60588,1,1815678000,2027,7,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(60589,1,1815681600,2027,7,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(60590,1,1815685200,2027,7,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(60591,1,1815688800,2027,7,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(60592,1,1815692400,2027,7,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(60593,1,1815696000,2027,7,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(60594,1,1815699600,2027,7,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(60595,1,1815703200,2027,7,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(60596,1,1815706800,2027,7,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(60597,1,1815710400,2027,7,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(60598,1,1815714000,2027,7,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(60599,1,1815717600,2027,7,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(60600,1,1815721200,2027,7,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(60601,1,1815724800,2027,7,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(60602,1,1815728400,2027,7,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(60603,1,1815732000,2027,7,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(60604,1,1815735600,2027,7,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(60605,1,1815739200,2027,7,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(60606,1,1815742800,2027,7,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(60607,1,1815746400,2027,7,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(60608,1,1815750000,2027,7,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(60609,1,1815753600,2027,7,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(60610,1,1815757200,2027,7,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(60611,1,1815760800,2027,7,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(60612,1,1815764400,2027,7,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(60613,1,1815768000,2027,7,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(60614,1,1815771600,2027,7,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(60615,1,1815775200,2027,7,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(60616,1,1815778800,2027,7,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(60617,1,1815782400,2027,7,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(60618,1,1815786000,2027,7,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(60619,1,1815789600,2027,7,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(60620,1,1815793200,2027,7,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(60621,1,1815796800,2027,7,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(60622,1,1815800400,2027,7,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(60623,1,1815804000,2027,7,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(60624,1,1815807600,2027,7,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(60625,1,1815811200,2027,7,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(60626,1,1815814800,2027,7,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(60627,1,1815818400,2027,7,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(60628,1,1815822000,2027,7,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(60629,1,1815825600,2027,7,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(60630,1,1815829200,2027,7,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(60631,1,1815832800,2027,7,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(60632,1,1815836400,2027,7,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(60633,1,1815840000,2027,7,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(60634,1,1815843600,2027,7,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(60635,1,1815847200,2027,7,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(60636,1,1815850800,2027,7,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(60637,1,1815854400,2027,7,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(60638,1,1815858000,2027,7,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(60639,1,1815948000,2027,7,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(60640,1,1815951600,2027,7,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(60641,1,1815955200,2027,7,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(60642,1,1815958800,2027,7,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(60643,1,1815962400,2027,7,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(60644,1,1815966000,2027,7,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(60645,1,1815969600,2027,7,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(60646,1,1815973200,2027,7,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(60647,1,1815976800,2027,7,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(60648,1,1815980400,2027,7,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(60649,1,1815984000,2027,7,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(60650,1,1815987600,2027,7,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(60651,1,1815991200,2027,7,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(60652,1,1815994800,2027,7,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(60653,1,1815998400,2027,7,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(60654,1,1816002000,2027,7,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(60655,1,1816005600,2027,7,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(60656,1,1816009200,2027,7,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(60657,1,1816012800,2027,7,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(60658,1,1816016400,2027,7,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(60659,1,1816020000,2027,7,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(60660,1,1816023600,2027,7,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(60661,1,1816027200,2027,7,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(60662,1,1816030800,2027,7,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(60663,1,1816034400,2027,7,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(60664,1,1816038000,2027,7,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(60665,1,1816041600,2027,7,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(60666,1,1816045200,2027,7,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(60667,1,1816048800,2027,7,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(60668,1,1816052400,2027,7,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(60669,1,1816056000,2027,7,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(60670,1,1816059600,2027,7,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(60671,1,1816063200,2027,7,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(60672,1,1816066800,2027,7,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(60673,1,1816070400,2027,7,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(60674,1,1816074000,2027,7,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(60675,1,1816077600,2027,7,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(60676,1,1816081200,2027,7,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(60677,1,1816084800,2027,7,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(60678,1,1816088400,2027,7,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(60679,1,1816092000,2027,7,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(60680,1,1816095600,2027,7,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(60681,1,1816099200,2027,7,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(60682,1,1816102800,2027,7,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(60683,1,1816106400,2027,7,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(60684,1,1816110000,2027,7,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(60685,1,1816113600,2027,7,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(60686,1,1816117200,2027,7,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(60687,1,1816120800,2027,7,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(60688,1,1816124400,2027,7,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(60689,1,1816128000,2027,7,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(60690,1,1816131600,2027,7,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(60691,1,1816135200,2027,7,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(60692,1,1816138800,2027,7,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(60693,1,1816142400,2027,7,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(60694,1,1816146000,2027,7,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(60695,1,1816149600,2027,7,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(60696,1,1816153200,2027,7,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(60697,1,1816156800,2027,7,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(60698,1,1816160400,2027,7,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(60699,1,1816164000,2027,7,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(60700,1,1816167600,2027,7,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(60701,1,1816171200,2027,7,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(60702,1,1816174800,2027,7,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(60703,1,1816178400,2027,7,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(60704,1,1816182000,2027,7,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(60705,1,1816185600,2027,7,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(60706,1,1816189200,2027,7,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(60707,1,1816192800,2027,7,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(60708,1,1816196400,2027,7,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(60709,1,1816200000,2027,7,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(60710,1,1816203600,2027,7,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(60711,1,1816207200,2027,7,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(60712,1,1816210800,2027,7,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(60713,1,1816214400,2027,7,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(60714,1,1816218000,2027,7,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(60715,1,1816221600,2027,7,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(60716,1,1816225200,2027,7,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(60717,1,1816228800,2027,7,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(60718,1,1816232400,2027,7,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(60719,1,1816236000,2027,7,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(60720,1,1816239600,2027,7,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(60721,1,1816243200,2027,7,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(60722,1,1816246800,2027,7,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(60723,1,1816250400,2027,7,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(60724,1,1816254000,2027,7,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(60725,1,1816257600,2027,7,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(60726,1,1816261200,2027,7,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(60727,1,1816264800,2027,7,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(60728,1,1816268400,2027,7,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(60729,1,1816272000,2027,7,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(60730,1,1816275600,2027,7,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(60731,1,1816279200,2027,7,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(60732,1,1816282800,2027,7,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(60733,1,1816286400,2027,7,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(60734,1,1816290000,2027,7,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(60735,1,1816293600,2027,7,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(60736,1,1816297200,2027,7,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(60737,1,1816300800,2027,7,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(60738,1,1816304400,2027,7,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(60739,1,1816308000,2027,7,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(60740,1,1816311600,2027,7,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(60741,1,1816315200,2027,7,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(60742,1,1816318800,2027,7,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(60743,1,1816322400,2027,7,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(60744,1,1816326000,2027,7,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(60745,1,1816329600,2027,7,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(60746,1,1816333200,2027,7,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(60747,1,1816336800,2027,7,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(60748,1,1816340400,2027,7,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(60749,1,1816344000,2027,7,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(60750,1,1816347600,2027,7,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(60751,1,1816351200,2027,7,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(60752,1,1816354800,2027,7,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(60753,1,1816358400,2027,7,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(60754,1,1816362000,2027,7,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(60755,1,1816365600,2027,7,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(60756,1,1816369200,2027,7,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(60757,1,1816372800,2027,7,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(60758,1,1816376400,2027,7,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(60759,1,1816380000,2027,7,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(60760,1,1816383600,2027,7,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(60761,1,1816387200,2027,7,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(60762,1,1816390800,2027,7,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(60763,1,1816394400,2027,7,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(60764,1,1816398000,2027,7,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(60765,1,1816401600,2027,7,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(60766,1,1816405200,2027,7,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(60767,1,1816408800,2027,7,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(60768,1,1816412400,2027,7,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(60769,1,1816416000,2027,7,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(60770,1,1816419600,2027,7,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(60771,1,1816423200,2027,7,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(60772,1,1816426800,2027,7,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(60773,1,1816430400,2027,7,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(60774,1,1816434000,2027,7,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(60775,1,1816437600,2027,7,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(60776,1,1816441200,2027,7,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(60777,1,1816444800,2027,7,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(60778,1,1816448400,2027,7,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(60779,1,1816452000,2027,7,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(60780,1,1816455600,2027,7,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(60781,1,1816459200,2027,7,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(60782,1,1816462800,2027,7,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(60783,1,1816552800,2027,7,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(60784,1,1816556400,2027,7,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(60785,1,1816560000,2027,7,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(60786,1,1816563600,2027,7,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(60787,1,1816567200,2027,7,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(60788,1,1816570800,2027,7,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(60789,1,1816574400,2027,7,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(60790,1,1816578000,2027,7,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(60791,1,1816581600,2027,7,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(60792,1,1816585200,2027,7,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(60793,1,1816588800,2027,7,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(60794,1,1816592400,2027,7,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(60795,1,1816596000,2027,7,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(60796,1,1816599600,2027,7,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(60797,1,1816603200,2027,7,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(60798,1,1816606800,2027,7,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(60799,1,1816610400,2027,7,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(60800,1,1816614000,2027,7,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(60801,1,1816617600,2027,7,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(60802,1,1816621200,2027,7,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(60803,1,1816624800,2027,7,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(60804,1,1816628400,2027,7,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(60805,1,1816632000,2027,7,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(60806,1,1816635600,2027,7,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(60807,1,1816639200,2027,7,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(60808,1,1816642800,2027,7,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(60809,1,1816646400,2027,7,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(60810,1,1816650000,2027,7,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(60811,1,1816653600,2027,7,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(60812,1,1816657200,2027,7,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(60813,1,1816660800,2027,7,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(60814,1,1816664400,2027,7,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(60815,1,1816668000,2027,7,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(60816,1,1816671600,2027,7,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(60817,1,1816675200,2027,7,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(60818,1,1816678800,2027,7,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(60819,1,1816682400,2027,7,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(60820,1,1816686000,2027,7,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(60821,1,1816689600,2027,7,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(60822,1,1816693200,2027,7,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(60823,1,1816696800,2027,7,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(60824,1,1816700400,2027,7,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(60825,1,1816704000,2027,7,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(60826,1,1816707600,2027,7,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(60827,1,1816711200,2027,7,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(60828,1,1816714800,2027,7,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(60829,1,1816718400,2027,7,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(60830,1,1816722000,2027,7,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(60831,1,1816725600,2027,7,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(60832,1,1816729200,2027,7,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(60833,1,1816732800,2027,7,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(60834,1,1816736400,2027,7,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(60835,1,1816740000,2027,7,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(60836,1,1816743600,2027,7,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(60837,1,1816747200,2027,7,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(60838,1,1816750800,2027,7,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(60839,1,1816754400,2027,7,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(60840,1,1816758000,2027,7,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(60841,1,1816761600,2027,7,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(60842,1,1816765200,2027,7,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(60843,1,1816768800,2027,7,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(60844,1,1816772400,2027,7,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(60845,1,1816776000,2027,7,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(60846,1,1816779600,2027,7,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(60847,1,1816783200,2027,7,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(60848,1,1816786800,2027,7,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(60849,1,1816790400,2027,7,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(60850,1,1816794000,2027,7,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(60851,1,1816797600,2027,7,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(60852,1,1816801200,2027,7,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(60853,1,1816804800,2027,7,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(60854,1,1816808400,2027,7,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(60855,1,1816812000,2027,7,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(60856,1,1816815600,2027,7,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(60857,1,1816819200,2027,7,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(60858,1,1816822800,2027,7,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(60859,1,1816826400,2027,7,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(60860,1,1816830000,2027,7,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(60861,1,1816833600,2027,7,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(60862,1,1816837200,2027,7,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(60863,1,1816840800,2027,7,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(60864,1,1816844400,2027,7,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(60865,1,1816848000,2027,7,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(60866,1,1816851600,2027,7,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(60867,1,1816855200,2027,7,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(60868,1,1816858800,2027,7,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(60869,1,1816862400,2027,7,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(60870,1,1816866000,2027,7,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(60871,1,1816869600,2027,7,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(60872,1,1816873200,2027,7,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(60873,1,1816876800,2027,7,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(60874,1,1816880400,2027,7,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(60875,1,1816884000,2027,7,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(60876,1,1816887600,2027,7,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(60877,1,1816891200,2027,7,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(60878,1,1816894800,2027,7,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(60879,1,1816898400,2027,7,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(60880,1,1816902000,2027,7,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(60881,1,1816905600,2027,7,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(60882,1,1816909200,2027,7,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(60883,1,1816912800,2027,7,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(60884,1,1816916400,2027,7,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(60885,1,1816920000,2027,7,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(60886,1,1816923600,2027,7,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(60887,1,1816927200,2027,7,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(60888,1,1816930800,2027,7,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(60889,1,1816934400,2027,7,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(60890,1,1816938000,2027,7,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(60891,1,1816941600,2027,7,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(60892,1,1816945200,2027,7,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(60893,1,1816948800,2027,7,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(60894,1,1816952400,2027,7,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(60895,1,1816956000,2027,7,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(60896,1,1816959600,2027,7,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(60897,1,1816963200,2027,7,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(60898,1,1816966800,2027,7,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(60899,1,1816970400,2027,7,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(60900,1,1816974000,2027,7,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(60901,1,1816977600,2027,7,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(60902,1,1816981200,2027,7,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(60903,1,1816984800,2027,7,31,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(60904,1,1816988400,2027,7,31,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(60905,1,1816992000,2027,7,31,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(60906,1,1816995600,2027,7,31,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(60907,1,1816999200,2027,7,31,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(60908,1,1817002800,2027,7,31,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(60909,1,1817006400,2027,7,31,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(60910,1,1817010000,2027,7,31,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(60911,1,1817013600,2027,7,31,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(60912,1,1817017200,2027,7,31,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(60913,1,1817020800,2027,7,31,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(60914,1,1817024400,2027,7,31,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(60915,1,1817028000,2027,7,31,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(60916,1,1817031600,2027,7,31,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(60917,1,1817035200,2027,7,31,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(60918,1,1817038800,2027,7,31,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(60919,1,1817042400,2027,7,31,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(60920,1,1817046000,2027,7,31,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(60921,1,1817049600,2027,7,31,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(60922,1,1817053200,2027,7,31,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(60923,1,1817056800,2027,7,31,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(60924,1,1817060400,2027,7,31,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(60925,1,1817064000,2027,7,31,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(60926,1,1817067600,2027,7,31,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(60927,1,1817157600,2027,8,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(60928,1,1817161200,2027,8,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(60929,1,1817164800,2027,8,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(60930,1,1817168400,2027,8,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(60931,1,1817172000,2027,8,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(60932,1,1817175600,2027,8,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(60933,1,1817179200,2027,8,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(60934,1,1817182800,2027,8,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(60935,1,1817186400,2027,8,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(60936,1,1817190000,2027,8,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(60937,1,1817193600,2027,8,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(60938,1,1817197200,2027,8,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(60939,1,1817200800,2027,8,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(60940,1,1817204400,2027,8,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(60941,1,1817208000,2027,8,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(60942,1,1817211600,2027,8,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(60943,1,1817215200,2027,8,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(60944,1,1817218800,2027,8,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(60945,1,1817222400,2027,8,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(60946,1,1817226000,2027,8,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(60947,1,1817229600,2027,8,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(60948,1,1817233200,2027,8,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(60949,1,1817236800,2027,8,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(60950,1,1817240400,2027,8,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(60951,1,1817244000,2027,8,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(60952,1,1817247600,2027,8,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(60953,1,1817251200,2027,8,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(60954,1,1817254800,2027,8,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(60955,1,1817258400,2027,8,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(60956,1,1817262000,2027,8,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(60957,1,1817265600,2027,8,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(60958,1,1817269200,2027,8,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(60959,1,1817272800,2027,8,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(60960,1,1817276400,2027,8,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(60961,1,1817280000,2027,8,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(60962,1,1817283600,2027,8,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(60963,1,1817287200,2027,8,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(60964,1,1817290800,2027,8,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(60965,1,1817294400,2027,8,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(60966,1,1817298000,2027,8,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(60967,1,1817301600,2027,8,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(60968,1,1817305200,2027,8,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(60969,1,1817308800,2027,8,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(60970,1,1817312400,2027,8,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(60971,1,1817316000,2027,8,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(60972,1,1817319600,2027,8,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(60973,1,1817323200,2027,8,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(60974,1,1817326800,2027,8,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(60975,1,1817330400,2027,8,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(60976,1,1817334000,2027,8,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(60977,1,1817337600,2027,8,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(60978,1,1817341200,2027,8,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(60979,1,1817344800,2027,8,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(60980,1,1817348400,2027,8,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(60981,1,1817352000,2027,8,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(60982,1,1817355600,2027,8,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(60983,1,1817359200,2027,8,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(60984,1,1817362800,2027,8,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(60985,1,1817366400,2027,8,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(60986,1,1817370000,2027,8,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(60987,1,1817373600,2027,8,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(60988,1,1817377200,2027,8,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(60989,1,1817380800,2027,8,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(60990,1,1817384400,2027,8,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(60991,1,1817388000,2027,8,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(60992,1,1817391600,2027,8,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(60993,1,1817395200,2027,8,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(60994,1,1817398800,2027,8,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(60995,1,1817402400,2027,8,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(60996,1,1817406000,2027,8,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(60997,1,1817409600,2027,8,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(60998,1,1817413200,2027,8,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(60999,1,1817416800,2027,8,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(61000,1,1817420400,2027,8,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(61001,1,1817424000,2027,8,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(61002,1,1817427600,2027,8,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(61003,1,1817431200,2027,8,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(61004,1,1817434800,2027,8,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(61005,1,1817438400,2027,8,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(61006,1,1817442000,2027,8,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(61007,1,1817445600,2027,8,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(61008,1,1817449200,2027,8,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(61009,1,1817452800,2027,8,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(61010,1,1817456400,2027,8,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(61011,1,1817460000,2027,8,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(61012,1,1817463600,2027,8,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(61013,1,1817467200,2027,8,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(61014,1,1817470800,2027,8,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(61015,1,1817474400,2027,8,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(61016,1,1817478000,2027,8,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(61017,1,1817481600,2027,8,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(61018,1,1817485200,2027,8,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(61019,1,1817488800,2027,8,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(61020,1,1817492400,2027,8,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(61021,1,1817496000,2027,8,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(61022,1,1817499600,2027,8,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(61023,1,1817503200,2027,8,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(61024,1,1817506800,2027,8,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(61025,1,1817510400,2027,8,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(61026,1,1817514000,2027,8,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(61027,1,1817517600,2027,8,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(61028,1,1817521200,2027,8,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(61029,1,1817524800,2027,8,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(61030,1,1817528400,2027,8,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(61031,1,1817532000,2027,8,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(61032,1,1817535600,2027,8,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(61033,1,1817539200,2027,8,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(61034,1,1817542800,2027,8,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(61035,1,1817546400,2027,8,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(61036,1,1817550000,2027,8,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(61037,1,1817553600,2027,8,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(61038,1,1817557200,2027,8,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(61039,1,1817560800,2027,8,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(61040,1,1817564400,2027,8,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(61041,1,1817568000,2027,8,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(61042,1,1817571600,2027,8,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(61043,1,1817575200,2027,8,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(61044,1,1817578800,2027,8,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(61045,1,1817582400,2027,8,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(61046,1,1817586000,2027,8,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(61047,1,1817589600,2027,8,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(61048,1,1817593200,2027,8,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(61049,1,1817596800,2027,8,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(61050,1,1817600400,2027,8,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(61051,1,1817604000,2027,8,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(61052,1,1817607600,2027,8,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(61053,1,1817611200,2027,8,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(61054,1,1817614800,2027,8,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(61055,1,1817618400,2027,8,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(61056,1,1817622000,2027,8,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(61057,1,1817625600,2027,8,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(61058,1,1817629200,2027,8,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(61059,1,1817632800,2027,8,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(61060,1,1817636400,2027,8,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(61061,1,1817640000,2027,8,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(61062,1,1817643600,2027,8,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(61063,1,1817647200,2027,8,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(61064,1,1817650800,2027,8,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(61065,1,1817654400,2027,8,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(61066,1,1817658000,2027,8,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(61067,1,1817661600,2027,8,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(61068,1,1817665200,2027,8,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(61069,1,1817668800,2027,8,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(61070,1,1817672400,2027,8,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(61071,1,1817762400,2027,8,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(61072,1,1817766000,2027,8,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(61073,1,1817769600,2027,8,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(61074,1,1817773200,2027,8,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(61075,1,1817776800,2027,8,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(61076,1,1817780400,2027,8,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(61077,1,1817784000,2027,8,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(61078,1,1817787600,2027,8,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(61079,1,1817791200,2027,8,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(61080,1,1817794800,2027,8,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(61081,1,1817798400,2027,8,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(61082,1,1817802000,2027,8,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(61083,1,1817805600,2027,8,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(61084,1,1817809200,2027,8,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(61085,1,1817812800,2027,8,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(61086,1,1817816400,2027,8,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(61087,1,1817820000,2027,8,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(61088,1,1817823600,2027,8,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(61089,1,1817827200,2027,8,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(61090,1,1817830800,2027,8,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(61091,1,1817834400,2027,8,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(61092,1,1817838000,2027,8,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(61093,1,1817841600,2027,8,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(61094,1,1817845200,2027,8,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(61095,1,1817848800,2027,8,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(61096,1,1817852400,2027,8,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(61097,1,1817856000,2027,8,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(61098,1,1817859600,2027,8,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(61099,1,1817863200,2027,8,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(61100,1,1817866800,2027,8,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(61101,1,1817870400,2027,8,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(61102,1,1817874000,2027,8,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(61103,1,1817877600,2027,8,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(61104,1,1817881200,2027,8,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(61105,1,1817884800,2027,8,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(61106,1,1817888400,2027,8,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(61107,1,1817892000,2027,8,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(61108,1,1817895600,2027,8,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(61109,1,1817899200,2027,8,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(61110,1,1817902800,2027,8,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(61111,1,1817906400,2027,8,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(61112,1,1817910000,2027,8,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(61113,1,1817913600,2027,8,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(61114,1,1817917200,2027,8,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(61115,1,1817920800,2027,8,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(61116,1,1817924400,2027,8,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(61117,1,1817928000,2027,8,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(61118,1,1817931600,2027,8,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(61119,1,1817935200,2027,8,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(61120,1,1817938800,2027,8,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(61121,1,1817942400,2027,8,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(61122,1,1817946000,2027,8,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(61123,1,1817949600,2027,8,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(61124,1,1817953200,2027,8,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(61125,1,1817956800,2027,8,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(61126,1,1817960400,2027,8,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(61127,1,1817964000,2027,8,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(61128,1,1817967600,2027,8,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(61129,1,1817971200,2027,8,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(61130,1,1817974800,2027,8,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(61131,1,1817978400,2027,8,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(61132,1,1817982000,2027,8,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(61133,1,1817985600,2027,8,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(61134,1,1817989200,2027,8,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(61135,1,1817992800,2027,8,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(61136,1,1817996400,2027,8,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(61137,1,1818000000,2027,8,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(61138,1,1818003600,2027,8,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(61139,1,1818007200,2027,8,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(61140,1,1818010800,2027,8,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(61141,1,1818014400,2027,8,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(61142,1,1818018000,2027,8,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(61143,1,1818021600,2027,8,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(61144,1,1818025200,2027,8,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(61145,1,1818028800,2027,8,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(61146,1,1818032400,2027,8,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(61147,1,1818036000,2027,8,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(61148,1,1818039600,2027,8,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(61149,1,1818043200,2027,8,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(61150,1,1818046800,2027,8,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(61151,1,1818050400,2027,8,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(61152,1,1818054000,2027,8,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(61153,1,1818057600,2027,8,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(61154,1,1818061200,2027,8,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(61155,1,1818064800,2027,8,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(61156,1,1818068400,2027,8,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(61157,1,1818072000,2027,8,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(61158,1,1818075600,2027,8,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(61159,1,1818079200,2027,8,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(61160,1,1818082800,2027,8,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(61161,1,1818086400,2027,8,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(61162,1,1818090000,2027,8,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(61163,1,1818093600,2027,8,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(61164,1,1818097200,2027,8,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(61165,1,1818100800,2027,8,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(61166,1,1818104400,2027,8,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(61167,1,1818108000,2027,8,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(61168,1,1818111600,2027,8,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(61169,1,1818115200,2027,8,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(61170,1,1818118800,2027,8,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(61171,1,1818122400,2027,8,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(61172,1,1818126000,2027,8,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(61173,1,1818129600,2027,8,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(61174,1,1818133200,2027,8,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(61175,1,1818136800,2027,8,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(61176,1,1818140400,2027,8,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(61177,1,1818144000,2027,8,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(61178,1,1818147600,2027,8,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(61179,1,1818151200,2027,8,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(61180,1,1818154800,2027,8,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(61181,1,1818158400,2027,8,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(61182,1,1818162000,2027,8,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(61183,1,1818165600,2027,8,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(61184,1,1818169200,2027,8,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(61185,1,1818172800,2027,8,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(61186,1,1818176400,2027,8,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(61187,1,1818180000,2027,8,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(61188,1,1818183600,2027,8,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(61189,1,1818187200,2027,8,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(61190,1,1818190800,2027,8,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(61191,1,1818194400,2027,8,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(61192,1,1818198000,2027,8,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(61193,1,1818201600,2027,8,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(61194,1,1818205200,2027,8,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(61195,1,1818208800,2027,8,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(61196,1,1818212400,2027,8,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(61197,1,1818216000,2027,8,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(61198,1,1818219600,2027,8,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(61199,1,1818223200,2027,8,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(61200,1,1818226800,2027,8,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(61201,1,1818230400,2027,8,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(61202,1,1818234000,2027,8,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(61203,1,1818237600,2027,8,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(61204,1,1818241200,2027,8,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(61205,1,1818244800,2027,8,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(61206,1,1818248400,2027,8,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(61207,1,1818252000,2027,8,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(61208,1,1818255600,2027,8,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(61209,1,1818259200,2027,8,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(61210,1,1818262800,2027,8,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(61211,1,1818266400,2027,8,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(61212,1,1818270000,2027,8,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(61213,1,1818273600,2027,8,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(61214,1,1818277200,2027,8,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(61215,1,1818367200,2027,8,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(61216,1,1818370800,2027,8,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(61217,1,1818374400,2027,8,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(61218,1,1818378000,2027,8,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(61219,1,1818381600,2027,8,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(61220,1,1818385200,2027,8,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(61221,1,1818388800,2027,8,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(61222,1,1818392400,2027,8,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(61223,1,1818396000,2027,8,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(61224,1,1818399600,2027,8,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(61225,1,1818403200,2027,8,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(61226,1,1818406800,2027,8,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(61227,1,1818410400,2027,8,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(61228,1,1818414000,2027,8,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(61229,1,1818417600,2027,8,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(61230,1,1818421200,2027,8,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(61231,1,1818424800,2027,8,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(61232,1,1818428400,2027,8,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(61233,1,1818432000,2027,8,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(61234,1,1818435600,2027,8,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(61235,1,1818439200,2027,8,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(61236,1,1818442800,2027,8,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(61237,1,1818446400,2027,8,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(61238,1,1818450000,2027,8,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(61239,1,1818453600,2027,8,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(61240,1,1818457200,2027,8,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(61241,1,1818460800,2027,8,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(61242,1,1818464400,2027,8,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(61243,1,1818468000,2027,8,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(61244,1,1818471600,2027,8,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(61245,1,1818475200,2027,8,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(61246,1,1818478800,2027,8,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(61247,1,1818482400,2027,8,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(61248,1,1818486000,2027,8,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(61249,1,1818489600,2027,8,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(61250,1,1818493200,2027,8,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(61251,1,1818496800,2027,8,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(61252,1,1818500400,2027,8,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(61253,1,1818504000,2027,8,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(61254,1,1818507600,2027,8,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(61255,1,1818511200,2027,8,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(61256,1,1818514800,2027,8,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(61257,1,1818518400,2027,8,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(61258,1,1818522000,2027,8,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(61259,1,1818525600,2027,8,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(61260,1,1818529200,2027,8,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(61261,1,1818532800,2027,8,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(61262,1,1818536400,2027,8,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(61263,1,1818540000,2027,8,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(61264,1,1818543600,2027,8,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(61265,1,1818547200,2027,8,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(61266,1,1818550800,2027,8,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(61267,1,1818554400,2027,8,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(61268,1,1818558000,2027,8,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(61269,1,1818561600,2027,8,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(61270,1,1818565200,2027,8,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(61271,1,1818568800,2027,8,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(61272,1,1818572400,2027,8,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(61273,1,1818576000,2027,8,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(61274,1,1818579600,2027,8,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(61275,1,1818583200,2027,8,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(61276,1,1818586800,2027,8,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(61277,1,1818590400,2027,8,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(61278,1,1818594000,2027,8,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(61279,1,1818597600,2027,8,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(61280,1,1818601200,2027,8,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(61281,1,1818604800,2027,8,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(61282,1,1818608400,2027,8,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(61283,1,1818612000,2027,8,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(61284,1,1818615600,2027,8,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(61285,1,1818619200,2027,8,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(61286,1,1818622800,2027,8,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(61287,1,1818626400,2027,8,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(61288,1,1818630000,2027,8,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(61289,1,1818633600,2027,8,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(61290,1,1818637200,2027,8,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(61291,1,1818640800,2027,8,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(61292,1,1818644400,2027,8,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(61293,1,1818648000,2027,8,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(61294,1,1818651600,2027,8,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(61295,1,1818655200,2027,8,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(61296,1,1818658800,2027,8,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(61297,1,1818662400,2027,8,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(61298,1,1818666000,2027,8,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(61299,1,1818669600,2027,8,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(61300,1,1818673200,2027,8,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(61301,1,1818676800,2027,8,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(61302,1,1818680400,2027,8,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(61303,1,1818684000,2027,8,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(61304,1,1818687600,2027,8,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(61305,1,1818691200,2027,8,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(61306,1,1818694800,2027,8,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(61307,1,1818698400,2027,8,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(61308,1,1818702000,2027,8,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(61309,1,1818705600,2027,8,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(61310,1,1818709200,2027,8,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(61311,1,1818712800,2027,8,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(61312,1,1818716400,2027,8,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(61313,1,1818720000,2027,8,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(61314,1,1818723600,2027,8,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(61315,1,1818727200,2027,8,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(61316,1,1818730800,2027,8,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(61317,1,1818734400,2027,8,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(61318,1,1818738000,2027,8,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(61319,1,1818741600,2027,8,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(61320,1,1818745200,2027,8,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(61321,1,1818748800,2027,8,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(61322,1,1818752400,2027,8,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(61323,1,1818756000,2027,8,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(61324,1,1818759600,2027,8,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(61325,1,1818763200,2027,8,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(61326,1,1818766800,2027,8,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(61327,1,1818770400,2027,8,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(61328,1,1818774000,2027,8,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(61329,1,1818777600,2027,8,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(61330,1,1818781200,2027,8,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(61331,1,1818784800,2027,8,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(61332,1,1818788400,2027,8,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(61333,1,1818792000,2027,8,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(61334,1,1818795600,2027,8,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(61335,1,1818799200,2027,8,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(61336,1,1818802800,2027,8,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(61337,1,1818806400,2027,8,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(61338,1,1818810000,2027,8,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(61339,1,1818813600,2027,8,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(61340,1,1818817200,2027,8,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(61341,1,1818820800,2027,8,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(61342,1,1818824400,2027,8,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(61343,1,1818828000,2027,8,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(61344,1,1818831600,2027,8,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(61345,1,1818835200,2027,8,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(61346,1,1818838800,2027,8,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(61347,1,1818842400,2027,8,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(61348,1,1818846000,2027,8,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(61349,1,1818849600,2027,8,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(61350,1,1818853200,2027,8,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(61351,1,1818856800,2027,8,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(61352,1,1818860400,2027,8,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(61353,1,1818864000,2027,8,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(61354,1,1818867600,2027,8,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(61355,1,1818871200,2027,8,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(61356,1,1818874800,2027,8,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(61357,1,1818878400,2027,8,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(61358,1,1818882000,2027,8,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(61359,1,1818972000,2027,8,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(61360,1,1818975600,2027,8,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(61361,1,1818979200,2027,8,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(61362,1,1818982800,2027,8,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(61363,1,1818986400,2027,8,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(61364,1,1818990000,2027,8,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(61365,1,1818993600,2027,8,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(61366,1,1818997200,2027,8,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(61367,1,1819000800,2027,8,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(61368,1,1819004400,2027,8,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(61369,1,1819008000,2027,8,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(61370,1,1819011600,2027,8,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(61371,1,1819015200,2027,8,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(61372,1,1819018800,2027,8,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(61373,1,1819022400,2027,8,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(61374,1,1819026000,2027,8,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(61375,1,1819029600,2027,8,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(61376,1,1819033200,2027,8,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(61377,1,1819036800,2027,8,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(61378,1,1819040400,2027,8,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(61379,1,1819044000,2027,8,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(61380,1,1819047600,2027,8,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(61381,1,1819051200,2027,8,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(61382,1,1819054800,2027,8,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(61383,1,1819058400,2027,8,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(61384,1,1819062000,2027,8,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(61385,1,1819065600,2027,8,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(61386,1,1819069200,2027,8,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(61387,1,1819072800,2027,8,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(61388,1,1819076400,2027,8,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(61389,1,1819080000,2027,8,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(61390,1,1819083600,2027,8,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(61391,1,1819087200,2027,8,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(61392,1,1819090800,2027,8,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(61393,1,1819094400,2027,8,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(61394,1,1819098000,2027,8,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(61395,1,1819101600,2027,8,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(61396,1,1819105200,2027,8,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(61397,1,1819108800,2027,8,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(61398,1,1819112400,2027,8,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(61399,1,1819116000,2027,8,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(61400,1,1819119600,2027,8,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(61401,1,1819123200,2027,8,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(61402,1,1819126800,2027,8,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(61403,1,1819130400,2027,8,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(61404,1,1819134000,2027,8,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(61405,1,1819137600,2027,8,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(61406,1,1819141200,2027,8,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(61407,1,1819144800,2027,8,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(61408,1,1819148400,2027,8,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(61409,1,1819152000,2027,8,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(61410,1,1819155600,2027,8,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(61411,1,1819159200,2027,8,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(61412,1,1819162800,2027,8,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(61413,1,1819166400,2027,8,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(61414,1,1819170000,2027,8,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(61415,1,1819173600,2027,8,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(61416,1,1819177200,2027,8,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(61417,1,1819180800,2027,8,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(61418,1,1819184400,2027,8,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(61419,1,1819188000,2027,8,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(61420,1,1819191600,2027,8,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(61421,1,1819195200,2027,8,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(61422,1,1819198800,2027,8,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(61423,1,1819202400,2027,8,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(61424,1,1819206000,2027,8,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(61425,1,1819209600,2027,8,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(61426,1,1819213200,2027,8,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(61427,1,1819216800,2027,8,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(61428,1,1819220400,2027,8,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(61429,1,1819224000,2027,8,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(61430,1,1819227600,2027,8,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(61431,1,1819231200,2027,8,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(61432,1,1819234800,2027,8,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(61433,1,1819238400,2027,8,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(61434,1,1819242000,2027,8,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(61435,1,1819245600,2027,8,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(61436,1,1819249200,2027,8,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(61437,1,1819252800,2027,8,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(61438,1,1819256400,2027,8,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(61439,1,1819260000,2027,8,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(61440,1,1819263600,2027,8,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(61441,1,1819267200,2027,8,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(61442,1,1819270800,2027,8,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(61443,1,1819274400,2027,8,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(61444,1,1819278000,2027,8,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(61445,1,1819281600,2027,8,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(61446,1,1819285200,2027,8,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(61447,1,1819288800,2027,8,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(61448,1,1819292400,2027,8,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(61449,1,1819296000,2027,8,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(61450,1,1819299600,2027,8,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(61451,1,1819303200,2027,8,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(61452,1,1819306800,2027,8,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(61453,1,1819310400,2027,8,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(61454,1,1819314000,2027,8,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(61455,1,1819317600,2027,8,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(61456,1,1819321200,2027,8,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(61457,1,1819324800,2027,8,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(61458,1,1819328400,2027,8,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(61459,1,1819332000,2027,8,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(61460,1,1819335600,2027,8,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(61461,1,1819339200,2027,8,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(61462,1,1819342800,2027,8,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(61463,1,1819346400,2027,8,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(61464,1,1819350000,2027,8,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(61465,1,1819353600,2027,8,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(61466,1,1819357200,2027,8,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(61467,1,1819360800,2027,8,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(61468,1,1819364400,2027,8,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(61469,1,1819368000,2027,8,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(61470,1,1819371600,2027,8,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(61471,1,1819375200,2027,8,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(61472,1,1819378800,2027,8,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(61473,1,1819382400,2027,8,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(61474,1,1819386000,2027,8,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(61475,1,1819389600,2027,8,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(61476,1,1819393200,2027,8,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(61477,1,1819396800,2027,8,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(61478,1,1819400400,2027,8,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(61479,1,1819404000,2027,8,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(61480,1,1819407600,2027,8,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(61481,1,1819411200,2027,8,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(61482,1,1819414800,2027,8,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(61483,1,1819418400,2027,8,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(61484,1,1819422000,2027,8,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(61485,1,1819425600,2027,8,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(61486,1,1819429200,2027,8,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(61487,1,1819432800,2027,8,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(61488,1,1819436400,2027,8,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(61489,1,1819440000,2027,8,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(61490,1,1819443600,2027,8,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(61491,1,1819447200,2027,8,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(61492,1,1819450800,2027,8,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(61493,1,1819454400,2027,8,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(61494,1,1819458000,2027,8,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(61495,1,1819461600,2027,8,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(61496,1,1819465200,2027,8,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(61497,1,1819468800,2027,8,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(61498,1,1819472400,2027,8,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(61499,1,1819476000,2027,8,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(61500,1,1819479600,2027,8,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(61501,1,1819483200,2027,8,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(61502,1,1819486800,2027,8,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(61503,1,1819576800,2027,8,30,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(61504,1,1819580400,2027,8,30,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(61505,1,1819584000,2027,8,30,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(61506,1,1819587600,2027,8,30,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(61507,1,1819591200,2027,8,30,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(61508,1,1819594800,2027,8,30,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(61509,1,1819598400,2027,8,30,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(61510,1,1819602000,2027,8,30,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(61511,1,1819605600,2027,8,30,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(61512,1,1819609200,2027,8,30,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(61513,1,1819612800,2027,8,30,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(61514,1,1819616400,2027,8,30,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(61515,1,1819620000,2027,8,30,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(61516,1,1819623600,2027,8,30,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(61517,1,1819627200,2027,8,30,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(61518,1,1819630800,2027,8,30,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(61519,1,1819634400,2027,8,30,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(61520,1,1819638000,2027,8,30,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(61521,1,1819641600,2027,8,30,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(61522,1,1819645200,2027,8,30,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(61523,1,1819648800,2027,8,30,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(61524,1,1819652400,2027,8,30,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(61525,1,1819656000,2027,8,30,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(61526,1,1819659600,2027,8,30,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(61527,1,1819663200,2027,8,31,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(61528,1,1819666800,2027,8,31,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(61529,1,1819670400,2027,8,31,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(61530,1,1819674000,2027,8,31,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(61531,1,1819677600,2027,8,31,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(61532,1,1819681200,2027,8,31,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(61533,1,1819684800,2027,8,31,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(61534,1,1819688400,2027,8,31,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(61535,1,1819692000,2027,8,31,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(61536,1,1819695600,2027,8,31,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(61537,1,1819699200,2027,8,31,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(61538,1,1819702800,2027,8,31,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(61539,1,1819706400,2027,8,31,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(61540,1,1819710000,2027,8,31,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(61541,1,1819713600,2027,8,31,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(61542,1,1819717200,2027,8,31,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(61543,1,1819720800,2027,8,31,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(61544,1,1819724400,2027,8,31,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(61545,1,1819728000,2027,8,31,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(61546,1,1819731600,2027,8,31,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(61547,1,1819735200,2027,8,31,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(61548,1,1819738800,2027,8,31,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(61549,1,1819742400,2027,8,31,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(61550,1,1819746000,2027,8,31,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(61551,1,1819749600,2027,9,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(61552,1,1819753200,2027,9,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(61553,1,1819756800,2027,9,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(61554,1,1819760400,2027,9,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(61555,1,1819764000,2027,9,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(61556,1,1819767600,2027,9,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(61557,1,1819771200,2027,9,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(61558,1,1819774800,2027,9,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(61559,1,1819778400,2027,9,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(61560,1,1819782000,2027,9,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(61561,1,1819785600,2027,9,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(61562,1,1819789200,2027,9,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(61563,1,1819792800,2027,9,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(61564,1,1819796400,2027,9,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(61565,1,1819800000,2027,9,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(61566,1,1819803600,2027,9,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(61567,1,1819807200,2027,9,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(61568,1,1819810800,2027,9,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(61569,1,1819814400,2027,9,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(61570,1,1819818000,2027,9,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(61571,1,1819821600,2027,9,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(61572,1,1819825200,2027,9,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(61573,1,1819828800,2027,9,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(61574,1,1819832400,2027,9,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(61575,1,1819836000,2027,9,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(61576,1,1819839600,2027,9,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(61577,1,1819843200,2027,9,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(61578,1,1819846800,2027,9,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(61579,1,1819850400,2027,9,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(61580,1,1819854000,2027,9,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(61581,1,1819857600,2027,9,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(61582,1,1819861200,2027,9,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(61583,1,1819864800,2027,9,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(61584,1,1819868400,2027,9,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(61585,1,1819872000,2027,9,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(61586,1,1819875600,2027,9,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(61587,1,1819879200,2027,9,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(61588,1,1819882800,2027,9,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(61589,1,1819886400,2027,9,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(61590,1,1819890000,2027,9,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(61591,1,1819893600,2027,9,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(61592,1,1819897200,2027,9,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(61593,1,1819900800,2027,9,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(61594,1,1819904400,2027,9,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(61595,1,1819908000,2027,9,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(61596,1,1819911600,2027,9,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(61597,1,1819915200,2027,9,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(61598,1,1819918800,2027,9,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(61599,1,1819922400,2027,9,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(61600,1,1819926000,2027,9,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(61601,1,1819929600,2027,9,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(61602,1,1819933200,2027,9,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(61603,1,1819936800,2027,9,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(61604,1,1819940400,2027,9,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(61605,1,1819944000,2027,9,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(61606,1,1819947600,2027,9,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(61607,1,1819951200,2027,9,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(61608,1,1819954800,2027,9,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(61609,1,1819958400,2027,9,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(61610,1,1819962000,2027,9,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(61611,1,1819965600,2027,9,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(61612,1,1819969200,2027,9,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(61613,1,1819972800,2027,9,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(61614,1,1819976400,2027,9,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(61615,1,1819980000,2027,9,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(61616,1,1819983600,2027,9,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(61617,1,1819987200,2027,9,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(61618,1,1819990800,2027,9,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(61619,1,1819994400,2027,9,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(61620,1,1819998000,2027,9,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(61621,1,1820001600,2027,9,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(61622,1,1820005200,2027,9,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(61623,1,1820008800,2027,9,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(61624,1,1820012400,2027,9,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(61625,1,1820016000,2027,9,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(61626,1,1820019600,2027,9,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(61627,1,1820023200,2027,9,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(61628,1,1820026800,2027,9,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(61629,1,1820030400,2027,9,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(61630,1,1820034000,2027,9,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(61631,1,1820037600,2027,9,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(61632,1,1820041200,2027,9,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(61633,1,1820044800,2027,9,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(61634,1,1820048400,2027,9,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(61635,1,1820052000,2027,9,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(61636,1,1820055600,2027,9,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(61637,1,1820059200,2027,9,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(61638,1,1820062800,2027,9,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(61639,1,1820066400,2027,9,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(61640,1,1820070000,2027,9,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(61641,1,1820073600,2027,9,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(61642,1,1820077200,2027,9,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(61643,1,1820080800,2027,9,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(61644,1,1820084400,2027,9,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(61645,1,1820088000,2027,9,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(61646,1,1820091600,2027,9,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(61647,1,1820181600,2027,9,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(61648,1,1820185200,2027,9,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(61649,1,1820188800,2027,9,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(61650,1,1820192400,2027,9,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(61651,1,1820196000,2027,9,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(61652,1,1820199600,2027,9,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(61653,1,1820203200,2027,9,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(61654,1,1820206800,2027,9,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(61655,1,1820210400,2027,9,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(61656,1,1820214000,2027,9,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(61657,1,1820217600,2027,9,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(61658,1,1820221200,2027,9,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(61659,1,1820224800,2027,9,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(61660,1,1820228400,2027,9,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(61661,1,1820232000,2027,9,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(61662,1,1820235600,2027,9,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(61663,1,1820239200,2027,9,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(61664,1,1820242800,2027,9,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(61665,1,1820246400,2027,9,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(61666,1,1820250000,2027,9,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(61667,1,1820253600,2027,9,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(61668,1,1820257200,2027,9,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(61669,1,1820260800,2027,9,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(61670,1,1820264400,2027,9,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(61671,1,1820268000,2027,9,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(61672,1,1820271600,2027,9,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(61673,1,1820275200,2027,9,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(61674,1,1820278800,2027,9,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(61675,1,1820282400,2027,9,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(61676,1,1820286000,2027,9,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(61677,1,1820289600,2027,9,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(61678,1,1820293200,2027,9,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(61679,1,1820296800,2027,9,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(61680,1,1820300400,2027,9,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(61681,1,1820304000,2027,9,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(61682,1,1820307600,2027,9,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(61683,1,1820311200,2027,9,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(61684,1,1820314800,2027,9,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(61685,1,1820318400,2027,9,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(61686,1,1820322000,2027,9,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(61687,1,1820325600,2027,9,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(61688,1,1820329200,2027,9,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(61689,1,1820332800,2027,9,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(61690,1,1820336400,2027,9,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(61691,1,1820340000,2027,9,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(61692,1,1820343600,2027,9,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(61693,1,1820347200,2027,9,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(61694,1,1820350800,2027,9,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(61695,1,1820354400,2027,9,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(61696,1,1820358000,2027,9,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(61697,1,1820361600,2027,9,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(61698,1,1820365200,2027,9,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(61699,1,1820368800,2027,9,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(61700,1,1820372400,2027,9,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(61701,1,1820376000,2027,9,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(61702,1,1820379600,2027,9,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(61703,1,1820383200,2027,9,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(61704,1,1820386800,2027,9,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(61705,1,1820390400,2027,9,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(61706,1,1820394000,2027,9,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(61707,1,1820397600,2027,9,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(61708,1,1820401200,2027,9,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(61709,1,1820404800,2027,9,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(61710,1,1820408400,2027,9,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(61711,1,1820412000,2027,9,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(61712,1,1820415600,2027,9,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(61713,1,1820419200,2027,9,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(61714,1,1820422800,2027,9,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(61715,1,1820426400,2027,9,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(61716,1,1820430000,2027,9,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(61717,1,1820433600,2027,9,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(61718,1,1820437200,2027,9,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(61719,1,1820440800,2027,9,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(61720,1,1820444400,2027,9,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(61721,1,1820448000,2027,9,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(61722,1,1820451600,2027,9,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(61723,1,1820455200,2027,9,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(61724,1,1820458800,2027,9,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(61725,1,1820462400,2027,9,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(61726,1,1820466000,2027,9,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(61727,1,1820469600,2027,9,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(61728,1,1820473200,2027,9,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(61729,1,1820476800,2027,9,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(61730,1,1820480400,2027,9,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(61731,1,1820484000,2027,9,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(61732,1,1820487600,2027,9,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(61733,1,1820491200,2027,9,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(61734,1,1820494800,2027,9,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(61735,1,1820498400,2027,9,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(61736,1,1820502000,2027,9,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(61737,1,1820505600,2027,9,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(61738,1,1820509200,2027,9,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(61739,1,1820512800,2027,9,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(61740,1,1820516400,2027,9,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(61741,1,1820520000,2027,9,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(61742,1,1820523600,2027,9,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(61743,1,1820527200,2027,9,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(61744,1,1820530800,2027,9,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(61745,1,1820534400,2027,9,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(61746,1,1820538000,2027,9,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(61747,1,1820541600,2027,9,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(61748,1,1820545200,2027,9,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(61749,1,1820548800,2027,9,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(61750,1,1820552400,2027,9,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(61751,1,1820556000,2027,9,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(61752,1,1820559600,2027,9,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(61753,1,1820563200,2027,9,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(61754,1,1820566800,2027,9,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(61755,1,1820570400,2027,9,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(61756,1,1820574000,2027,9,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(61757,1,1820577600,2027,9,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(61758,1,1820581200,2027,9,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(61759,1,1820584800,2027,9,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(61760,1,1820588400,2027,9,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(61761,1,1820592000,2027,9,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(61762,1,1820595600,2027,9,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(61763,1,1820599200,2027,9,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(61764,1,1820602800,2027,9,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(61765,1,1820606400,2027,9,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(61766,1,1820610000,2027,9,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(61767,1,1820613600,2027,9,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(61768,1,1820617200,2027,9,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(61769,1,1820620800,2027,9,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(61770,1,1820624400,2027,9,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(61771,1,1820628000,2027,9,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(61772,1,1820631600,2027,9,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(61773,1,1820635200,2027,9,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(61774,1,1820638800,2027,9,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(61775,1,1820642400,2027,9,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(61776,1,1820646000,2027,9,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(61777,1,1820649600,2027,9,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(61778,1,1820653200,2027,9,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(61779,1,1820656800,2027,9,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(61780,1,1820660400,2027,9,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(61781,1,1820664000,2027,9,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(61782,1,1820667600,2027,9,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(61783,1,1820671200,2027,9,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(61784,1,1820674800,2027,9,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(61785,1,1820678400,2027,9,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(61786,1,1820682000,2027,9,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(61787,1,1820685600,2027,9,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(61788,1,1820689200,2027,9,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(61789,1,1820692800,2027,9,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(61790,1,1820696400,2027,9,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(61791,1,1820786400,2027,9,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(61792,1,1820790000,2027,9,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(61793,1,1820793600,2027,9,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(61794,1,1820797200,2027,9,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(61795,1,1820800800,2027,9,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(61796,1,1820804400,2027,9,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(61797,1,1820808000,2027,9,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(61798,1,1820811600,2027,9,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(61799,1,1820815200,2027,9,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(61800,1,1820818800,2027,9,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(61801,1,1820822400,2027,9,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(61802,1,1820826000,2027,9,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(61803,1,1820829600,2027,9,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(61804,1,1820833200,2027,9,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(61805,1,1820836800,2027,9,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(61806,1,1820840400,2027,9,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(61807,1,1820844000,2027,9,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(61808,1,1820847600,2027,9,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(61809,1,1820851200,2027,9,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(61810,1,1820854800,2027,9,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(61811,1,1820858400,2027,9,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(61812,1,1820862000,2027,9,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(61813,1,1820865600,2027,9,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(61814,1,1820869200,2027,9,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(61815,1,1820872800,2027,9,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(61816,1,1820876400,2027,9,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(61817,1,1820880000,2027,9,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(61818,1,1820883600,2027,9,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(61819,1,1820887200,2027,9,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(61820,1,1820890800,2027,9,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(61821,1,1820894400,2027,9,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(61822,1,1820898000,2027,9,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(61823,1,1820901600,2027,9,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(61824,1,1820905200,2027,9,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(61825,1,1820908800,2027,9,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(61826,1,1820912400,2027,9,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(61827,1,1820916000,2027,9,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(61828,1,1820919600,2027,9,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(61829,1,1820923200,2027,9,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(61830,1,1820926800,2027,9,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(61831,1,1820930400,2027,9,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(61832,1,1820934000,2027,9,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(61833,1,1820937600,2027,9,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(61834,1,1820941200,2027,9,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(61835,1,1820944800,2027,9,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(61836,1,1820948400,2027,9,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(61837,1,1820952000,2027,9,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(61838,1,1820955600,2027,9,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(61839,1,1820959200,2027,9,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(61840,1,1820962800,2027,9,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(61841,1,1820966400,2027,9,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(61842,1,1820970000,2027,9,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(61843,1,1820973600,2027,9,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(61844,1,1820977200,2027,9,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(61845,1,1820980800,2027,9,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(61846,1,1820984400,2027,9,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(61847,1,1820988000,2027,9,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(61848,1,1820991600,2027,9,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(61849,1,1820995200,2027,9,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(61850,1,1820998800,2027,9,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(61851,1,1821002400,2027,9,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(61852,1,1821006000,2027,9,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(61853,1,1821009600,2027,9,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(61854,1,1821013200,2027,9,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(61855,1,1821016800,2027,9,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(61856,1,1821020400,2027,9,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(61857,1,1821024000,2027,9,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(61858,1,1821027600,2027,9,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(61859,1,1821031200,2027,9,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(61860,1,1821034800,2027,9,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(61861,1,1821038400,2027,9,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(61862,1,1821042000,2027,9,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(61863,1,1821045600,2027,9,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(61864,1,1821049200,2027,9,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(61865,1,1821052800,2027,9,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(61866,1,1821056400,2027,9,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(61867,1,1821060000,2027,9,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(61868,1,1821063600,2027,9,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(61869,1,1821067200,2027,9,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(61870,1,1821070800,2027,9,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(61871,1,1821074400,2027,9,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(61872,1,1821078000,2027,9,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(61873,1,1821081600,2027,9,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(61874,1,1821085200,2027,9,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(61875,1,1821088800,2027,9,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(61876,1,1821092400,2027,9,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(61877,1,1821096000,2027,9,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(61878,1,1821099600,2027,9,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(61879,1,1821103200,2027,9,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(61880,1,1821106800,2027,9,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(61881,1,1821110400,2027,9,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(61882,1,1821114000,2027,9,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(61883,1,1821117600,2027,9,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(61884,1,1821121200,2027,9,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(61885,1,1821124800,2027,9,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(61886,1,1821128400,2027,9,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(61887,1,1821132000,2027,9,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(61888,1,1821135600,2027,9,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(61889,1,1821139200,2027,9,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(61890,1,1821142800,2027,9,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(61891,1,1821146400,2027,9,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(61892,1,1821150000,2027,9,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(61893,1,1821153600,2027,9,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(61894,1,1821157200,2027,9,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(61895,1,1821160800,2027,9,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(61896,1,1821164400,2027,9,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(61897,1,1821168000,2027,9,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(61898,1,1821171600,2027,9,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(61899,1,1821175200,2027,9,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(61900,1,1821178800,2027,9,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(61901,1,1821182400,2027,9,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(61902,1,1821186000,2027,9,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(61903,1,1821189600,2027,9,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(61904,1,1821193200,2027,9,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(61905,1,1821196800,2027,9,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(61906,1,1821200400,2027,9,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(61907,1,1821204000,2027,9,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(61908,1,1821207600,2027,9,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(61909,1,1821211200,2027,9,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(61910,1,1821214800,2027,9,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(61911,1,1821218400,2027,9,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(61912,1,1821222000,2027,9,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(61913,1,1821225600,2027,9,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(61914,1,1821229200,2027,9,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(61915,1,1821232800,2027,9,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(61916,1,1821236400,2027,9,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(61917,1,1821240000,2027,9,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(61918,1,1821243600,2027,9,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(61919,1,1821247200,2027,9,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(61920,1,1821250800,2027,9,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(61921,1,1821254400,2027,9,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(61922,1,1821258000,2027,9,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(61923,1,1821261600,2027,9,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(61924,1,1821265200,2027,9,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(61925,1,1821268800,2027,9,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(61926,1,1821272400,2027,9,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(61927,1,1821276000,2027,9,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(61928,1,1821279600,2027,9,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(61929,1,1821283200,2027,9,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(61930,1,1821286800,2027,9,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(61931,1,1821290400,2027,9,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(61932,1,1821294000,2027,9,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(61933,1,1821297600,2027,9,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(61934,1,1821301200,2027,9,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(61935,1,1821391200,2027,9,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(61936,1,1821394800,2027,9,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(61937,1,1821398400,2027,9,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(61938,1,1821402000,2027,9,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(61939,1,1821405600,2027,9,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(61940,1,1821409200,2027,9,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(61941,1,1821412800,2027,9,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(61942,1,1821416400,2027,9,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(61943,1,1821420000,2027,9,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(61944,1,1821423600,2027,9,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(61945,1,1821427200,2027,9,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(61946,1,1821430800,2027,9,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(61947,1,1821434400,2027,9,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(61948,1,1821438000,2027,9,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(61949,1,1821441600,2027,9,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(61950,1,1821445200,2027,9,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(61951,1,1821448800,2027,9,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(61952,1,1821452400,2027,9,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(61953,1,1821456000,2027,9,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(61954,1,1821459600,2027,9,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(61955,1,1821463200,2027,9,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(61956,1,1821466800,2027,9,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(61957,1,1821470400,2027,9,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(61958,1,1821474000,2027,9,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(61959,1,1821477600,2027,9,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(61960,1,1821481200,2027,9,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(61961,1,1821484800,2027,9,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(61962,1,1821488400,2027,9,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(61963,1,1821492000,2027,9,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(61964,1,1821495600,2027,9,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(61965,1,1821499200,2027,9,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(61966,1,1821502800,2027,9,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(61967,1,1821506400,2027,9,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(61968,1,1821510000,2027,9,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(61969,1,1821513600,2027,9,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(61970,1,1821517200,2027,9,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(61971,1,1821520800,2027,9,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(61972,1,1821524400,2027,9,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(61973,1,1821528000,2027,9,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(61974,1,1821531600,2027,9,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(61975,1,1821535200,2027,9,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(61976,1,1821538800,2027,9,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(61977,1,1821542400,2027,9,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(61978,1,1821546000,2027,9,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(61979,1,1821549600,2027,9,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(61980,1,1821553200,2027,9,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(61981,1,1821556800,2027,9,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(61982,1,1821560400,2027,9,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(61983,1,1821564000,2027,9,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(61984,1,1821567600,2027,9,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(61985,1,1821571200,2027,9,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(61986,1,1821574800,2027,9,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(61987,1,1821578400,2027,9,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(61988,1,1821582000,2027,9,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(61989,1,1821585600,2027,9,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(61990,1,1821589200,2027,9,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(61991,1,1821592800,2027,9,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(61992,1,1821596400,2027,9,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(61993,1,1821600000,2027,9,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(61994,1,1821603600,2027,9,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(61995,1,1821607200,2027,9,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(61996,1,1821610800,2027,9,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(61997,1,1821614400,2027,9,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(61998,1,1821618000,2027,9,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(61999,1,1821621600,2027,9,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(62000,1,1821625200,2027,9,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(62001,1,1821628800,2027,9,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(62002,1,1821632400,2027,9,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(62003,1,1821636000,2027,9,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(62004,1,1821639600,2027,9,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(62005,1,1821643200,2027,9,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(62006,1,1821646800,2027,9,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(62007,1,1821650400,2027,9,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(62008,1,1821654000,2027,9,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(62009,1,1821657600,2027,9,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(62010,1,1821661200,2027,9,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(62011,1,1821664800,2027,9,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(62012,1,1821668400,2027,9,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(62013,1,1821672000,2027,9,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(62014,1,1821675600,2027,9,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(62015,1,1821679200,2027,9,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(62016,1,1821682800,2027,9,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(62017,1,1821686400,2027,9,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(62018,1,1821690000,2027,9,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(62019,1,1821693600,2027,9,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(62020,1,1821697200,2027,9,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(62021,1,1821700800,2027,9,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(62022,1,1821704400,2027,9,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(62023,1,1821708000,2027,9,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(62024,1,1821711600,2027,9,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(62025,1,1821715200,2027,9,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(62026,1,1821718800,2027,9,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(62027,1,1821722400,2027,9,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(62028,1,1821726000,2027,9,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(62029,1,1821729600,2027,9,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(62030,1,1821733200,2027,9,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(62031,1,1821736800,2027,9,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(62032,1,1821740400,2027,9,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(62033,1,1821744000,2027,9,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(62034,1,1821747600,2027,9,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(62035,1,1821751200,2027,9,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(62036,1,1821754800,2027,9,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(62037,1,1821758400,2027,9,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(62038,1,1821762000,2027,9,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(62039,1,1821765600,2027,9,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(62040,1,1821769200,2027,9,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(62041,1,1821772800,2027,9,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(62042,1,1821776400,2027,9,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(62043,1,1821780000,2027,9,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(62044,1,1821783600,2027,9,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(62045,1,1821787200,2027,9,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(62046,1,1821790800,2027,9,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(62047,1,1821794400,2027,9,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(62048,1,1821798000,2027,9,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(62049,1,1821801600,2027,9,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(62050,1,1821805200,2027,9,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(62051,1,1821808800,2027,9,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(62052,1,1821812400,2027,9,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(62053,1,1821816000,2027,9,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(62054,1,1821819600,2027,9,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(62055,1,1821823200,2027,9,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(62056,1,1821826800,2027,9,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(62057,1,1821830400,2027,9,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(62058,1,1821834000,2027,9,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(62059,1,1821837600,2027,9,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(62060,1,1821841200,2027,9,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(62061,1,1821844800,2027,9,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(62062,1,1821848400,2027,9,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(62063,1,1821852000,2027,9,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(62064,1,1821855600,2027,9,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(62065,1,1821859200,2027,9,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(62066,1,1821862800,2027,9,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(62067,1,1821866400,2027,9,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(62068,1,1821870000,2027,9,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(62069,1,1821873600,2027,9,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(62070,1,1821877200,2027,9,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(62071,1,1821880800,2027,9,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(62072,1,1821884400,2027,9,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(62073,1,1821888000,2027,9,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(62074,1,1821891600,2027,9,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(62075,1,1821895200,2027,9,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(62076,1,1821898800,2027,9,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(62077,1,1821902400,2027,9,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(62078,1,1821906000,2027,9,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(62079,1,1821996000,2027,9,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(62080,1,1821999600,2027,9,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(62081,1,1822003200,2027,9,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(62082,1,1822006800,2027,9,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(62083,1,1822010400,2027,9,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(62084,1,1822014000,2027,9,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(62085,1,1822017600,2027,9,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(62086,1,1822021200,2027,9,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(62087,1,1822024800,2027,9,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(62088,1,1822028400,2027,9,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(62089,1,1822032000,2027,9,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(62090,1,1822035600,2027,9,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(62091,1,1822039200,2027,9,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(62092,1,1822042800,2027,9,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(62093,1,1822046400,2027,9,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(62094,1,1822050000,2027,9,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(62095,1,1822053600,2027,9,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(62096,1,1822057200,2027,9,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(62097,1,1822060800,2027,9,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(62098,1,1822064400,2027,9,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(62099,1,1822068000,2027,9,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(62100,1,1822071600,2027,9,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(62101,1,1822075200,2027,9,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(62102,1,1822078800,2027,9,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(62103,1,1822082400,2027,9,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(62104,1,1822086000,2027,9,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(62105,1,1822089600,2027,9,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(62106,1,1822093200,2027,9,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(62107,1,1822096800,2027,9,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(62108,1,1822100400,2027,9,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(62109,1,1822104000,2027,9,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(62110,1,1822107600,2027,9,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(62111,1,1822111200,2027,9,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(62112,1,1822114800,2027,9,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(62113,1,1822118400,2027,9,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(62114,1,1822122000,2027,9,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(62115,1,1822125600,2027,9,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(62116,1,1822129200,2027,9,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(62117,1,1822132800,2027,9,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(62118,1,1822136400,2027,9,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(62119,1,1822140000,2027,9,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(62120,1,1822143600,2027,9,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(62121,1,1822147200,2027,9,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(62122,1,1822150800,2027,9,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(62123,1,1822154400,2027,9,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(62124,1,1822158000,2027,9,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(62125,1,1822161600,2027,9,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(62126,1,1822165200,2027,9,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(62127,1,1822168800,2027,9,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(62128,1,1822172400,2027,9,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(62129,1,1822176000,2027,9,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(62130,1,1822179600,2027,9,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(62131,1,1822183200,2027,9,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(62132,1,1822186800,2027,9,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(62133,1,1822190400,2027,9,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(62134,1,1822194000,2027,9,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(62135,1,1822197600,2027,9,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(62136,1,1822201200,2027,9,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(62137,1,1822204800,2027,9,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(62138,1,1822208400,2027,9,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(62139,1,1822212000,2027,9,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(62140,1,1822215600,2027,9,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(62141,1,1822219200,2027,9,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(62142,1,1822222800,2027,9,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(62143,1,1822226400,2027,9,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(62144,1,1822230000,2027,9,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(62145,1,1822233600,2027,9,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(62146,1,1822237200,2027,9,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(62147,1,1822240800,2027,9,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(62148,1,1822244400,2027,9,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(62149,1,1822248000,2027,9,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(62150,1,1822251600,2027,9,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(62151,1,1822255200,2027,9,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(62152,1,1822258800,2027,9,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(62153,1,1822262400,2027,9,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(62154,1,1822266000,2027,9,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(62155,1,1822269600,2027,9,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(62156,1,1822273200,2027,9,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(62157,1,1822276800,2027,9,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(62158,1,1822280400,2027,9,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(62159,1,1822284000,2027,9,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(62160,1,1822287600,2027,9,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(62161,1,1822291200,2027,9,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(62162,1,1822294800,2027,9,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(62163,1,1822298400,2027,9,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(62164,1,1822302000,2027,9,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(62165,1,1822305600,2027,9,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(62166,1,1822309200,2027,9,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(62167,1,1822312800,2027,9,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(62168,1,1822316400,2027,9,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(62169,1,1822320000,2027,9,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(62170,1,1822323600,2027,9,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(62171,1,1822327200,2027,9,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(62172,1,1822330800,2027,9,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(62173,1,1822334400,2027,9,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(62174,1,1822338000,2027,9,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(62175,1,1822341600,2027,10,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(62176,1,1822345200,2027,10,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(62177,1,1822348800,2027,10,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(62178,1,1822352400,2027,10,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(62179,1,1822356000,2027,10,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(62180,1,1822359600,2027,10,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(62181,1,1822363200,2027,10,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(62182,1,1822366800,2027,10,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(62183,1,1822370400,2027,10,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(62184,1,1822374000,2027,10,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(62185,1,1822377600,2027,10,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(62186,1,1822381200,2027,10,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(62187,1,1822384800,2027,10,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(62188,1,1822388400,2027,10,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(62189,1,1822392000,2027,10,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(62190,1,1822395600,2027,10,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(62191,1,1822399200,2027,10,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(62192,1,1822402800,2027,10,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(62193,1,1822406400,2027,10,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(62194,1,1822410000,2027,10,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(62195,1,1822413600,2027,10,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(62196,1,1822417200,2027,10,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(62197,1,1822420800,2027,10,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(62198,1,1822424400,2027,10,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(62199,1,1822428000,2027,10,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(62200,1,1822431600,2027,10,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(62201,1,1822435200,2027,10,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(62202,1,1822438800,2027,10,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(62203,1,1822442400,2027,10,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(62204,1,1822446000,2027,10,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(62205,1,1822449600,2027,10,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(62206,1,1822453200,2027,10,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(62207,1,1822456800,2027,10,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(62208,1,1822460400,2027,10,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(62209,1,1822464000,2027,10,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(62210,1,1822467600,2027,10,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(62211,1,1822471200,2027,10,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(62212,1,1822474800,2027,10,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(62213,1,1822478400,2027,10,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(62214,1,1822482000,2027,10,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(62215,1,1822485600,2027,10,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(62216,1,1822489200,2027,10,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(62217,1,1822492800,2027,10,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(62218,1,1822496400,2027,10,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(62219,1,1822500000,2027,10,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(62220,1,1822503600,2027,10,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(62221,1,1822507200,2027,10,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(62222,1,1822510800,2027,10,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(62223,1,1822600800,2027,10,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(62224,1,1822604400,2027,10,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(62225,1,1822608000,2027,10,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(62226,1,1822611600,2027,10,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(62227,1,1822615200,2027,10,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(62228,1,1822618800,2027,10,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(62229,1,1822622400,2027,10,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(62230,1,1822626000,2027,10,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(62231,1,1822629600,2027,10,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(62232,1,1822633200,2027,10,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(62233,1,1822636800,2027,10,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(62234,1,1822640400,2027,10,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(62235,1,1822644000,2027,10,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(62236,1,1822647600,2027,10,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(62237,1,1822651200,2027,10,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(62238,1,1822654800,2027,10,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(62239,1,1822658400,2027,10,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(62240,1,1822662000,2027,10,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(62241,1,1822665600,2027,10,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(62242,1,1822669200,2027,10,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(62243,1,1822672800,2027,10,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(62244,1,1822676400,2027,10,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(62245,1,1822680000,2027,10,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(62246,1,1822683600,2027,10,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(62247,1,1822687200,2027,10,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(62248,1,1822690800,2027,10,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(62249,1,1822694400,2027,10,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(62250,1,1822698000,2027,10,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(62251,1,1822701600,2027,10,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(62252,1,1822705200,2027,10,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(62253,1,1822708800,2027,10,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(62254,1,1822712400,2027,10,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(62255,1,1822716000,2027,10,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(62256,1,1822719600,2027,10,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(62257,1,1822723200,2027,10,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(62258,1,1822726800,2027,10,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(62259,1,1822730400,2027,10,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(62260,1,1822734000,2027,10,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(62261,1,1822737600,2027,10,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(62262,1,1822741200,2027,10,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(62263,1,1822744800,2027,10,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(62264,1,1822748400,2027,10,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(62265,1,1822752000,2027,10,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(62266,1,1822755600,2027,10,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(62267,1,1822759200,2027,10,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(62268,1,1822762800,2027,10,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(62269,1,1822766400,2027,10,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(62270,1,1822770000,2027,10,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(62271,1,1822773600,2027,10,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(62272,1,1822777200,2027,10,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(62273,1,1822780800,2027,10,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(62274,1,1822784400,2027,10,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(62275,1,1822788000,2027,10,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(62276,1,1822791600,2027,10,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(62277,1,1822795200,2027,10,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(62278,1,1822798800,2027,10,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(62279,1,1822802400,2027,10,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(62280,1,1822806000,2027,10,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(62281,1,1822809600,2027,10,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(62282,1,1822813200,2027,10,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(62283,1,1822816800,2027,10,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(62284,1,1822820400,2027,10,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(62285,1,1822824000,2027,10,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(62286,1,1822827600,2027,10,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(62287,1,1822831200,2027,10,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(62288,1,1822834800,2027,10,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(62289,1,1822838400,2027,10,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(62290,1,1822842000,2027,10,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(62291,1,1822845600,2027,10,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(62292,1,1822849200,2027,10,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(62293,1,1822852800,2027,10,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(62294,1,1822856400,2027,10,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(62295,1,1822860000,2027,10,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(62296,1,1822863600,2027,10,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(62297,1,1822867200,2027,10,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(62298,1,1822870800,2027,10,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(62299,1,1822874400,2027,10,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(62300,1,1822878000,2027,10,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(62301,1,1822881600,2027,10,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(62302,1,1822885200,2027,10,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(62303,1,1822888800,2027,10,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(62304,1,1822892400,2027,10,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(62305,1,1822896000,2027,10,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(62306,1,1822899600,2027,10,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(62307,1,1822903200,2027,10,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(62308,1,1822906800,2027,10,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(62309,1,1822910400,2027,10,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(62310,1,1822914000,2027,10,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(62311,1,1822917600,2027,10,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(62312,1,1822921200,2027,10,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(62313,1,1822924800,2027,10,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(62314,1,1822928400,2027,10,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(62315,1,1822932000,2027,10,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(62316,1,1822935600,2027,10,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(62317,1,1822939200,2027,10,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(62318,1,1822942800,2027,10,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(62319,1,1822946400,2027,10,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(62320,1,1822950000,2027,10,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(62321,1,1822953600,2027,10,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(62322,1,1822957200,2027,10,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(62323,1,1822960800,2027,10,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(62324,1,1822964400,2027,10,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(62325,1,1822968000,2027,10,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(62326,1,1822971600,2027,10,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(62327,1,1822975200,2027,10,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(62328,1,1822978800,2027,10,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(62329,1,1822982400,2027,10,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(62330,1,1822986000,2027,10,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(62331,1,1822989600,2027,10,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(62332,1,1822993200,2027,10,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(62333,1,1822996800,2027,10,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(62334,1,1823000400,2027,10,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(62335,1,1823004000,2027,10,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(62336,1,1823007600,2027,10,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(62337,1,1823011200,2027,10,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(62338,1,1823014800,2027,10,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(62339,1,1823018400,2027,10,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(62340,1,1823022000,2027,10,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(62341,1,1823025600,2027,10,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(62342,1,1823029200,2027,10,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(62343,1,1823032800,2027,10,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(62344,1,1823036400,2027,10,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(62345,1,1823040000,2027,10,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(62346,1,1823043600,2027,10,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(62347,1,1823047200,2027,10,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(62348,1,1823050800,2027,10,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(62349,1,1823054400,2027,10,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(62350,1,1823058000,2027,10,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(62351,1,1823061600,2027,10,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(62352,1,1823065200,2027,10,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(62353,1,1823068800,2027,10,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(62354,1,1823072400,2027,10,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(62355,1,1823076000,2027,10,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(62356,1,1823079600,2027,10,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(62357,1,1823083200,2027,10,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(62358,1,1823086800,2027,10,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(62359,1,1823090400,2027,10,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(62360,1,1823094000,2027,10,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(62361,1,1823097600,2027,10,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(62362,1,1823101200,2027,10,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(62363,1,1823104800,2027,10,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(62364,1,1823108400,2027,10,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(62365,1,1823112000,2027,10,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(62366,1,1823115600,2027,10,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(62367,1,1823205600,2027,10,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(62368,1,1823209200,2027,10,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(62369,1,1823212800,2027,10,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(62370,1,1823216400,2027,10,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(62371,1,1823220000,2027,10,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(62372,1,1823223600,2027,10,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(62373,1,1823227200,2027,10,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(62374,1,1823230800,2027,10,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(62375,1,1823234400,2027,10,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(62376,1,1823238000,2027,10,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(62377,1,1823241600,2027,10,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(62378,1,1823245200,2027,10,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(62379,1,1823248800,2027,10,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(62380,1,1823252400,2027,10,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(62381,1,1823256000,2027,10,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(62382,1,1823259600,2027,10,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(62383,1,1823263200,2027,10,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(62384,1,1823266800,2027,10,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(62385,1,1823270400,2027,10,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(62386,1,1823274000,2027,10,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(62387,1,1823277600,2027,10,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(62388,1,1823281200,2027,10,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(62389,1,1823284800,2027,10,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(62390,1,1823288400,2027,10,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(62391,1,1823292000,2027,10,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(62392,1,1823295600,2027,10,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(62393,1,1823299200,2027,10,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(62394,1,1823302800,2027,10,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(62395,1,1823306400,2027,10,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(62396,1,1823310000,2027,10,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(62397,1,1823313600,2027,10,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(62398,1,1823317200,2027,10,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(62399,1,1823320800,2027,10,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(62400,1,1823324400,2027,10,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(62401,1,1823328000,2027,10,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(62402,1,1823331600,2027,10,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(62403,1,1823335200,2027,10,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(62404,1,1823338800,2027,10,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(62405,1,1823342400,2027,10,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(62406,1,1823346000,2027,10,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(62407,1,1823349600,2027,10,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(62408,1,1823353200,2027,10,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(62409,1,1823356800,2027,10,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(62410,1,1823360400,2027,10,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(62411,1,1823364000,2027,10,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(62412,1,1823367600,2027,10,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(62413,1,1823371200,2027,10,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(62414,1,1823374800,2027,10,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(62415,1,1823378400,2027,10,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(62416,1,1823382000,2027,10,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(62417,1,1823385600,2027,10,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(62418,1,1823389200,2027,10,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(62419,1,1823392800,2027,10,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(62420,1,1823396400,2027,10,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(62421,1,1823400000,2027,10,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(62422,1,1823403600,2027,10,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(62423,1,1823407200,2027,10,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(62424,1,1823410800,2027,10,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(62425,1,1823414400,2027,10,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(62426,1,1823418000,2027,10,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(62427,1,1823421600,2027,10,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(62428,1,1823425200,2027,10,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(62429,1,1823428800,2027,10,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(62430,1,1823432400,2027,10,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(62431,1,1823436000,2027,10,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(62432,1,1823439600,2027,10,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(62433,1,1823443200,2027,10,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(62434,1,1823446800,2027,10,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(62435,1,1823450400,2027,10,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(62436,1,1823454000,2027,10,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(62437,1,1823457600,2027,10,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(62438,1,1823461200,2027,10,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(62439,1,1823464800,2027,10,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(62440,1,1823468400,2027,10,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(62441,1,1823472000,2027,10,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(62442,1,1823475600,2027,10,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(62443,1,1823479200,2027,10,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(62444,1,1823482800,2027,10,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(62445,1,1823486400,2027,10,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(62446,1,1823490000,2027,10,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(62447,1,1823493600,2027,10,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(62448,1,1823497200,2027,10,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(62449,1,1823500800,2027,10,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(62450,1,1823504400,2027,10,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(62451,1,1823508000,2027,10,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(62452,1,1823511600,2027,10,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(62453,1,1823515200,2027,10,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(62454,1,1823518800,2027,10,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(62455,1,1823522400,2027,10,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(62456,1,1823526000,2027,10,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(62457,1,1823529600,2027,10,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(62458,1,1823533200,2027,10,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(62459,1,1823536800,2027,10,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(62460,1,1823540400,2027,10,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(62461,1,1823544000,2027,10,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(62462,1,1823547600,2027,10,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(62463,1,1823551200,2027,10,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(62464,1,1823554800,2027,10,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(62465,1,1823558400,2027,10,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(62466,1,1823562000,2027,10,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(62467,1,1823565600,2027,10,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(62468,1,1823569200,2027,10,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(62469,1,1823572800,2027,10,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(62470,1,1823576400,2027,10,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(62471,1,1823580000,2027,10,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(62472,1,1823583600,2027,10,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(62473,1,1823587200,2027,10,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(62474,1,1823590800,2027,10,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(62475,1,1823594400,2027,10,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(62476,1,1823598000,2027,10,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(62477,1,1823601600,2027,10,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(62478,1,1823605200,2027,10,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(62479,1,1823608800,2027,10,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(62480,1,1823612400,2027,10,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(62481,1,1823616000,2027,10,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(62482,1,1823619600,2027,10,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(62483,1,1823623200,2027,10,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(62484,1,1823626800,2027,10,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(62485,1,1823630400,2027,10,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(62486,1,1823634000,2027,10,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(62487,1,1823637600,2027,10,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(62488,1,1823641200,2027,10,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(62489,1,1823644800,2027,10,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(62490,1,1823648400,2027,10,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(62491,1,1823652000,2027,10,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(62492,1,1823655600,2027,10,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(62493,1,1823659200,2027,10,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(62494,1,1823662800,2027,10,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(62495,1,1823666400,2027,10,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(62496,1,1823670000,2027,10,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(62497,1,1823673600,2027,10,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(62498,1,1823677200,2027,10,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(62499,1,1823680800,2027,10,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(62500,1,1823684400,2027,10,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(62501,1,1823688000,2027,10,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(62502,1,1823691600,2027,10,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(62503,1,1823695200,2027,10,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(62504,1,1823698800,2027,10,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(62505,1,1823702400,2027,10,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(62506,1,1823706000,2027,10,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(62507,1,1823709600,2027,10,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(62508,1,1823713200,2027,10,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(62509,1,1823716800,2027,10,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(62510,1,1823720400,2027,10,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(62511,1,1823810400,2027,10,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(62512,1,1823814000,2027,10,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(62513,1,1823817600,2027,10,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(62514,1,1823821200,2027,10,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(62515,1,1823824800,2027,10,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(62516,1,1823828400,2027,10,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(62517,1,1823832000,2027,10,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(62518,1,1823835600,2027,10,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(62519,1,1823839200,2027,10,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(62520,1,1823842800,2027,10,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(62521,1,1823846400,2027,10,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(62522,1,1823850000,2027,10,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(62523,1,1823853600,2027,10,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(62524,1,1823857200,2027,10,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(62525,1,1823860800,2027,10,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(62526,1,1823864400,2027,10,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(62527,1,1823868000,2027,10,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(62528,1,1823871600,2027,10,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(62529,1,1823875200,2027,10,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(62530,1,1823878800,2027,10,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(62531,1,1823882400,2027,10,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(62532,1,1823886000,2027,10,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(62533,1,1823889600,2027,10,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(62534,1,1823893200,2027,10,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(62535,1,1823896800,2027,10,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(62536,1,1823900400,2027,10,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(62537,1,1823904000,2027,10,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(62538,1,1823907600,2027,10,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(62539,1,1823911200,2027,10,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(62540,1,1823914800,2027,10,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(62541,1,1823918400,2027,10,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(62542,1,1823922000,2027,10,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(62543,1,1823925600,2027,10,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(62544,1,1823929200,2027,10,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(62545,1,1823932800,2027,10,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(62546,1,1823936400,2027,10,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(62547,1,1823940000,2027,10,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(62548,1,1823943600,2027,10,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(62549,1,1823947200,2027,10,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(62550,1,1823950800,2027,10,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(62551,1,1823954400,2027,10,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(62552,1,1823958000,2027,10,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(62553,1,1823961600,2027,10,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(62554,1,1823965200,2027,10,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(62555,1,1823968800,2027,10,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(62556,1,1823972400,2027,10,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(62557,1,1823976000,2027,10,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(62558,1,1823979600,2027,10,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(62559,1,1823983200,2027,10,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(62560,1,1823986800,2027,10,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(62561,1,1823990400,2027,10,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(62562,1,1823994000,2027,10,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(62563,1,1823997600,2027,10,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(62564,1,1824001200,2027,10,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(62565,1,1824004800,2027,10,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(62566,1,1824008400,2027,10,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(62567,1,1824012000,2027,10,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(62568,1,1824015600,2027,10,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(62569,1,1824019200,2027,10,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(62570,1,1824022800,2027,10,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(62571,1,1824026400,2027,10,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(62572,1,1824030000,2027,10,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(62573,1,1824033600,2027,10,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(62574,1,1824037200,2027,10,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(62575,1,1824040800,2027,10,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(62576,1,1824044400,2027,10,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(62577,1,1824048000,2027,10,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(62578,1,1824051600,2027,10,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(62579,1,1824055200,2027,10,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(62580,1,1824058800,2027,10,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(62581,1,1824062400,2027,10,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(62582,1,1824066000,2027,10,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(62583,1,1824069600,2027,10,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(62584,1,1824073200,2027,10,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(62585,1,1824076800,2027,10,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(62586,1,1824080400,2027,10,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(62587,1,1824084000,2027,10,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(62588,1,1824087600,2027,10,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(62589,1,1824091200,2027,10,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(62590,1,1824094800,2027,10,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(62591,1,1824098400,2027,10,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(62592,1,1824102000,2027,10,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(62593,1,1824105600,2027,10,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(62594,1,1824109200,2027,10,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(62595,1,1824112800,2027,10,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(62596,1,1824116400,2027,10,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(62597,1,1824120000,2027,10,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(62598,1,1824123600,2027,10,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(62599,1,1824127200,2027,10,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(62600,1,1824130800,2027,10,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(62601,1,1824134400,2027,10,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(62602,1,1824138000,2027,10,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(62603,1,1824141600,2027,10,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(62604,1,1824145200,2027,10,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(62605,1,1824148800,2027,10,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(62606,1,1824152400,2027,10,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(62607,1,1824156000,2027,10,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(62608,1,1824159600,2027,10,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(62609,1,1824163200,2027,10,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(62610,1,1824166800,2027,10,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(62611,1,1824170400,2027,10,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(62612,1,1824174000,2027,10,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(62613,1,1824177600,2027,10,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(62614,1,1824181200,2027,10,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(62615,1,1824184800,2027,10,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(62616,1,1824188400,2027,10,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(62617,1,1824192000,2027,10,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(62618,1,1824195600,2027,10,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(62619,1,1824199200,2027,10,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(62620,1,1824202800,2027,10,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(62621,1,1824206400,2027,10,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(62622,1,1824210000,2027,10,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(62623,1,1824213600,2027,10,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(62624,1,1824217200,2027,10,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(62625,1,1824220800,2027,10,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(62626,1,1824224400,2027,10,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(62627,1,1824228000,2027,10,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(62628,1,1824231600,2027,10,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(62629,1,1824235200,2027,10,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(62630,1,1824238800,2027,10,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(62631,1,1824242400,2027,10,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(62632,1,1824246000,2027,10,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(62633,1,1824249600,2027,10,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(62634,1,1824253200,2027,10,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(62635,1,1824256800,2027,10,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(62636,1,1824260400,2027,10,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(62637,1,1824264000,2027,10,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(62638,1,1824267600,2027,10,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(62639,1,1824271200,2027,10,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(62640,1,1824274800,2027,10,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(62641,1,1824278400,2027,10,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(62642,1,1824282000,2027,10,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(62643,1,1824285600,2027,10,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(62644,1,1824289200,2027,10,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(62645,1,1824292800,2027,10,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(62646,1,1824296400,2027,10,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(62647,1,1824300000,2027,10,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(62648,1,1824303600,2027,10,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(62649,1,1824307200,2027,10,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(62650,1,1824310800,2027,10,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(62651,1,1824314400,2027,10,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(62652,1,1824318000,2027,10,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(62653,1,1824321600,2027,10,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(62654,1,1824325200,2027,10,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(62655,1,1824415200,2027,10,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(62656,1,1824418800,2027,10,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(62657,1,1824422400,2027,10,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(62658,1,1824426000,2027,10,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(62659,1,1824429600,2027,10,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(62660,1,1824433200,2027,10,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(62661,1,1824436800,2027,10,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(62662,1,1824440400,2027,10,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(62663,1,1824444000,2027,10,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(62664,1,1824447600,2027,10,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(62665,1,1824451200,2027,10,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(62666,1,1824454800,2027,10,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(62667,1,1824458400,2027,10,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(62668,1,1824462000,2027,10,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(62669,1,1824465600,2027,10,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(62670,1,1824469200,2027,10,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(62671,1,1824472800,2027,10,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(62672,1,1824476400,2027,10,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(62673,1,1824480000,2027,10,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(62674,1,1824483600,2027,10,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(62675,1,1824487200,2027,10,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(62676,1,1824490800,2027,10,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(62677,1,1824494400,2027,10,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(62678,1,1824498000,2027,10,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(62679,1,1824501600,2027,10,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(62680,1,1824505200,2027,10,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(62681,1,1824508800,2027,10,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(62682,1,1824512400,2027,10,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(62683,1,1824516000,2027,10,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(62684,1,1824519600,2027,10,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(62685,1,1824523200,2027,10,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(62686,1,1824526800,2027,10,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(62687,1,1824530400,2027,10,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(62688,1,1824534000,2027,10,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(62689,1,1824537600,2027,10,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(62690,1,1824541200,2027,10,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(62691,1,1824544800,2027,10,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(62692,1,1824548400,2027,10,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(62693,1,1824552000,2027,10,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(62694,1,1824555600,2027,10,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(62695,1,1824559200,2027,10,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(62696,1,1824562800,2027,10,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(62697,1,1824566400,2027,10,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(62698,1,1824570000,2027,10,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(62699,1,1824573600,2027,10,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(62700,1,1824577200,2027,10,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(62701,1,1824580800,2027,10,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(62702,1,1824584400,2027,10,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(62703,1,1824588000,2027,10,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(62704,1,1824591600,2027,10,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(62705,1,1824595200,2027,10,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(62706,1,1824598800,2027,10,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(62707,1,1824602400,2027,10,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(62708,1,1824606000,2027,10,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(62709,1,1824609600,2027,10,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(62710,1,1824613200,2027,10,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(62711,1,1824616800,2027,10,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(62712,1,1824620400,2027,10,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(62713,1,1824624000,2027,10,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(62714,1,1824627600,2027,10,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(62715,1,1824631200,2027,10,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(62716,1,1824634800,2027,10,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(62717,1,1824638400,2027,10,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(62718,1,1824642000,2027,10,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(62719,1,1824645600,2027,10,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(62720,1,1824649200,2027,10,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(62721,1,1824652800,2027,10,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(62722,1,1824656400,2027,10,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(62723,1,1824660000,2027,10,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(62724,1,1824663600,2027,10,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(62725,1,1824667200,2027,10,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(62726,1,1824670800,2027,10,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(62727,1,1824674400,2027,10,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(62728,1,1824678000,2027,10,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(62729,1,1824681600,2027,10,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(62730,1,1824685200,2027,10,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(62731,1,1824688800,2027,10,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(62732,1,1824692400,2027,10,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(62733,1,1824696000,2027,10,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(62734,1,1824699600,2027,10,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(62735,1,1824703200,2027,10,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(62736,1,1824706800,2027,10,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(62737,1,1824710400,2027,10,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(62738,1,1824714000,2027,10,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(62739,1,1824717600,2027,10,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(62740,1,1824721200,2027,10,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(62741,1,1824724800,2027,10,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(62742,1,1824728400,2027,10,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(62743,1,1824732000,2027,10,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(62744,1,1824735600,2027,10,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(62745,1,1824739200,2027,10,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(62746,1,1824742800,2027,10,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(62747,1,1824746400,2027,10,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(62748,1,1824750000,2027,10,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(62749,1,1824753600,2027,10,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(62750,1,1824757200,2027,10,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(62751,1,1824760800,2027,10,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(62752,1,1824764400,2027,10,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(62753,1,1824768000,2027,10,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(62754,1,1824771600,2027,10,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(62755,1,1824775200,2027,10,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(62756,1,1824778800,2027,10,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(62757,1,1824782400,2027,10,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(62758,1,1824786000,2027,10,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(62759,1,1824789600,2027,10,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(62760,1,1824793200,2027,10,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(62761,1,1824796800,2027,10,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(62762,1,1824800400,2027,10,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(62763,1,1824804000,2027,10,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(62764,1,1824807600,2027,10,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(62765,1,1824811200,2027,10,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(62766,1,1824814800,2027,10,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(62767,1,1824818400,2027,10,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(62768,1,1824822000,2027,10,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(62769,1,1824825600,2027,10,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(62770,1,1824829200,2027,10,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(62771,1,1824832800,2027,10,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(62772,1,1824836400,2027,10,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(62773,1,1824840000,2027,10,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(62774,1,1824843600,2027,10,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(62775,1,1824847200,2027,10,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(62776,1,1824850800,2027,10,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(62777,1,1824854400,2027,10,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(62778,1,1824858000,2027,10,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(62779,1,1824861600,2027,10,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(62780,1,1824865200,2027,10,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(62781,1,1824868800,2027,10,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(62782,1,1824872400,2027,10,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(62783,1,1824876000,2027,10,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(62784,1,1824879600,2027,10,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(62785,1,1824883200,2027,10,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(62786,1,1824886800,2027,10,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(62787,1,1824890400,2027,10,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(62788,1,1824894000,2027,10,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(62789,1,1824897600,2027,10,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(62790,1,1824901200,2027,10,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(62791,1,1824904800,2027,10,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(62792,1,1824908400,2027,10,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(62793,1,1824912000,2027,10,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(62794,1,1824915600,2027,10,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(62795,1,1824919200,2027,10,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(62796,1,1824922800,2027,10,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(62797,1,1824926400,2027,10,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(62798,1,1824930000,2027,10,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(62799,1,1825023600,2027,11,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(62800,1,1825027200,2027,11,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(62801,1,1825030800,2027,11,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(62802,1,1825034400,2027,11,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(62803,1,1825038000,2027,11,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(62804,1,1825041600,2027,11,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(62805,1,1825045200,2027,11,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(62806,1,1825048800,2027,11,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(62807,1,1825052400,2027,11,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(62808,1,1825056000,2027,11,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(62809,1,1825059600,2027,11,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(62810,1,1825063200,2027,11,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(62811,1,1825066800,2027,11,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(62812,1,1825070400,2027,11,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(62813,1,1825074000,2027,11,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(62814,1,1825077600,2027,11,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(62815,1,1825081200,2027,11,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(62816,1,1825084800,2027,11,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(62817,1,1825088400,2027,11,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(62818,1,1825092000,2027,11,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(62819,1,1825095600,2027,11,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(62820,1,1825099200,2027,11,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(62821,1,1825102800,2027,11,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(62822,1,1825106400,2027,11,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(62823,1,1825110000,2027,11,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(62824,1,1825113600,2027,11,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(62825,1,1825117200,2027,11,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(62826,1,1825120800,2027,11,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(62827,1,1825124400,2027,11,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(62828,1,1825128000,2027,11,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(62829,1,1825131600,2027,11,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(62830,1,1825135200,2027,11,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(62831,1,1825138800,2027,11,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(62832,1,1825142400,2027,11,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(62833,1,1825146000,2027,11,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(62834,1,1825149600,2027,11,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(62835,1,1825153200,2027,11,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(62836,1,1825156800,2027,11,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(62837,1,1825160400,2027,11,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(62838,1,1825164000,2027,11,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(62839,1,1825167600,2027,11,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(62840,1,1825171200,2027,11,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(62841,1,1825174800,2027,11,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(62842,1,1825178400,2027,11,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(62843,1,1825182000,2027,11,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(62844,1,1825185600,2027,11,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(62845,1,1825189200,2027,11,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(62846,1,1825192800,2027,11,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(62847,1,1825196400,2027,11,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(62848,1,1825200000,2027,11,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(62849,1,1825203600,2027,11,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(62850,1,1825207200,2027,11,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(62851,1,1825210800,2027,11,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(62852,1,1825214400,2027,11,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(62853,1,1825218000,2027,11,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(62854,1,1825221600,2027,11,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(62855,1,1825225200,2027,11,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(62856,1,1825228800,2027,11,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(62857,1,1825232400,2027,11,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(62858,1,1825236000,2027,11,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(62859,1,1825239600,2027,11,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(62860,1,1825243200,2027,11,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(62861,1,1825246800,2027,11,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(62862,1,1825250400,2027,11,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(62863,1,1825254000,2027,11,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(62864,1,1825257600,2027,11,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(62865,1,1825261200,2027,11,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(62866,1,1825264800,2027,11,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(62867,1,1825268400,2027,11,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(62868,1,1825272000,2027,11,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(62869,1,1825275600,2027,11,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(62870,1,1825279200,2027,11,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(62871,1,1825282800,2027,11,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(62872,1,1825286400,2027,11,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(62873,1,1825290000,2027,11,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(62874,1,1825293600,2027,11,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(62875,1,1825297200,2027,11,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(62876,1,1825300800,2027,11,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(62877,1,1825304400,2027,11,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(62878,1,1825308000,2027,11,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(62879,1,1825311600,2027,11,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(62880,1,1825315200,2027,11,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(62881,1,1825318800,2027,11,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(62882,1,1825322400,2027,11,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(62883,1,1825326000,2027,11,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(62884,1,1825329600,2027,11,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(62885,1,1825333200,2027,11,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(62886,1,1825336800,2027,11,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(62887,1,1825340400,2027,11,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(62888,1,1825344000,2027,11,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(62889,1,1825347600,2027,11,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(62890,1,1825351200,2027,11,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(62891,1,1825354800,2027,11,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(62892,1,1825358400,2027,11,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(62893,1,1825362000,2027,11,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(62894,1,1825365600,2027,11,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(62895,1,1825369200,2027,11,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(62896,1,1825372800,2027,11,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(62897,1,1825376400,2027,11,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(62898,1,1825380000,2027,11,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(62899,1,1825383600,2027,11,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(62900,1,1825387200,2027,11,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(62901,1,1825390800,2027,11,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(62902,1,1825394400,2027,11,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(62903,1,1825398000,2027,11,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(62904,1,1825401600,2027,11,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(62905,1,1825405200,2027,11,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(62906,1,1825408800,2027,11,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(62907,1,1825412400,2027,11,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(62908,1,1825416000,2027,11,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(62909,1,1825419600,2027,11,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(62910,1,1825423200,2027,11,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(62911,1,1825426800,2027,11,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(62912,1,1825430400,2027,11,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(62913,1,1825434000,2027,11,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(62914,1,1825437600,2027,11,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(62915,1,1825441200,2027,11,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(62916,1,1825444800,2027,11,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(62917,1,1825448400,2027,11,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(62918,1,1825452000,2027,11,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(62919,1,1825455600,2027,11,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(62920,1,1825459200,2027,11,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(62921,1,1825462800,2027,11,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(62922,1,1825466400,2027,11,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(62923,1,1825470000,2027,11,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(62924,1,1825473600,2027,11,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(62925,1,1825477200,2027,11,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(62926,1,1825480800,2027,11,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(62927,1,1825484400,2027,11,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(62928,1,1825488000,2027,11,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(62929,1,1825491600,2027,11,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(62930,1,1825495200,2027,11,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(62931,1,1825498800,2027,11,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(62932,1,1825502400,2027,11,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(62933,1,1825506000,2027,11,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(62934,1,1825509600,2027,11,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(62935,1,1825513200,2027,11,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(62936,1,1825516800,2027,11,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(62937,1,1825520400,2027,11,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(62938,1,1825524000,2027,11,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(62939,1,1825527600,2027,11,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(62940,1,1825531200,2027,11,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(62941,1,1825534800,2027,11,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(62942,1,1825538400,2027,11,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(62943,1,1825628400,2027,11,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(62944,1,1825632000,2027,11,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(62945,1,1825635600,2027,11,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(62946,1,1825639200,2027,11,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(62947,1,1825642800,2027,11,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(62948,1,1825646400,2027,11,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(62949,1,1825650000,2027,11,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(62950,1,1825653600,2027,11,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(62951,1,1825657200,2027,11,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(62952,1,1825660800,2027,11,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(62953,1,1825664400,2027,11,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(62954,1,1825668000,2027,11,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(62955,1,1825671600,2027,11,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(62956,1,1825675200,2027,11,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(62957,1,1825678800,2027,11,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(62958,1,1825682400,2027,11,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(62959,1,1825686000,2027,11,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(62960,1,1825689600,2027,11,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(62961,1,1825693200,2027,11,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(62962,1,1825696800,2027,11,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(62963,1,1825700400,2027,11,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(62964,1,1825704000,2027,11,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(62965,1,1825707600,2027,11,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(62966,1,1825711200,2027,11,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(62967,1,1825714800,2027,11,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(62968,1,1825718400,2027,11,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(62969,1,1825722000,2027,11,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(62970,1,1825725600,2027,11,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(62971,1,1825729200,2027,11,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(62972,1,1825732800,2027,11,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(62973,1,1825736400,2027,11,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(62974,1,1825740000,2027,11,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(62975,1,1825743600,2027,11,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(62976,1,1825747200,2027,11,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(62977,1,1825750800,2027,11,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(62978,1,1825754400,2027,11,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(62979,1,1825758000,2027,11,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(62980,1,1825761600,2027,11,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(62981,1,1825765200,2027,11,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(62982,1,1825768800,2027,11,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(62983,1,1825772400,2027,11,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(62984,1,1825776000,2027,11,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(62985,1,1825779600,2027,11,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(62986,1,1825783200,2027,11,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(62987,1,1825786800,2027,11,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(62988,1,1825790400,2027,11,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(62989,1,1825794000,2027,11,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(62990,1,1825797600,2027,11,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(62991,1,1825801200,2027,11,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(62992,1,1825804800,2027,11,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(62993,1,1825808400,2027,11,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(62994,1,1825812000,2027,11,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(62995,1,1825815600,2027,11,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(62996,1,1825819200,2027,11,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(62997,1,1825822800,2027,11,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(62998,1,1825826400,2027,11,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(62999,1,1825830000,2027,11,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(63000,1,1825833600,2027,11,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(63001,1,1825837200,2027,11,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(63002,1,1825840800,2027,11,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(63003,1,1825844400,2027,11,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(63004,1,1825848000,2027,11,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(63005,1,1825851600,2027,11,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(63006,1,1825855200,2027,11,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(63007,1,1825858800,2027,11,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(63008,1,1825862400,2027,11,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(63009,1,1825866000,2027,11,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(63010,1,1825869600,2027,11,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(63011,1,1825873200,2027,11,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(63012,1,1825876800,2027,11,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(63013,1,1825880400,2027,11,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(63014,1,1825884000,2027,11,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(63015,1,1825887600,2027,11,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(63016,1,1825891200,2027,11,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(63017,1,1825894800,2027,11,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(63018,1,1825898400,2027,11,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(63019,1,1825902000,2027,11,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(63020,1,1825905600,2027,11,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(63021,1,1825909200,2027,11,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(63022,1,1825912800,2027,11,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(63023,1,1825916400,2027,11,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(63024,1,1825920000,2027,11,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(63025,1,1825923600,2027,11,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(63026,1,1825927200,2027,11,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(63027,1,1825930800,2027,11,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(63028,1,1825934400,2027,11,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(63029,1,1825938000,2027,11,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(63030,1,1825941600,2027,11,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(63031,1,1825945200,2027,11,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(63032,1,1825948800,2027,11,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(63033,1,1825952400,2027,11,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(63034,1,1825956000,2027,11,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(63035,1,1825959600,2027,11,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(63036,1,1825963200,2027,11,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(63037,1,1825966800,2027,11,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(63038,1,1825970400,2027,11,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(63039,1,1825974000,2027,11,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(63040,1,1825977600,2027,11,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(63041,1,1825981200,2027,11,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(63042,1,1825984800,2027,11,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(63043,1,1825988400,2027,11,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(63044,1,1825992000,2027,11,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(63045,1,1825995600,2027,11,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(63046,1,1825999200,2027,11,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(63047,1,1826002800,2027,11,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(63048,1,1826006400,2027,11,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(63049,1,1826010000,2027,11,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(63050,1,1826013600,2027,11,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(63051,1,1826017200,2027,11,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(63052,1,1826020800,2027,11,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(63053,1,1826024400,2027,11,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(63054,1,1826028000,2027,11,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(63055,1,1826031600,2027,11,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(63056,1,1826035200,2027,11,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(63057,1,1826038800,2027,11,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(63058,1,1826042400,2027,11,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(63059,1,1826046000,2027,11,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(63060,1,1826049600,2027,11,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(63061,1,1826053200,2027,11,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(63062,1,1826056800,2027,11,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(63063,1,1826060400,2027,11,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(63064,1,1826064000,2027,11,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(63065,1,1826067600,2027,11,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(63066,1,1826071200,2027,11,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(63067,1,1826074800,2027,11,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(63068,1,1826078400,2027,11,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(63069,1,1826082000,2027,11,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(63070,1,1826085600,2027,11,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(63071,1,1826089200,2027,11,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(63072,1,1826092800,2027,11,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(63073,1,1826096400,2027,11,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(63074,1,1826100000,2027,11,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(63075,1,1826103600,2027,11,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(63076,1,1826107200,2027,11,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(63077,1,1826110800,2027,11,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(63078,1,1826114400,2027,11,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(63079,1,1826118000,2027,11,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(63080,1,1826121600,2027,11,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(63081,1,1826125200,2027,11,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(63082,1,1826128800,2027,11,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(63083,1,1826132400,2027,11,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(63084,1,1826136000,2027,11,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(63085,1,1826139600,2027,11,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(63086,1,1826143200,2027,11,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(63087,1,1826233200,2027,11,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(63088,1,1826236800,2027,11,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(63089,1,1826240400,2027,11,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(63090,1,1826244000,2027,11,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(63091,1,1826247600,2027,11,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(63092,1,1826251200,2027,11,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(63093,1,1826254800,2027,11,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(63094,1,1826258400,2027,11,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(63095,1,1826262000,2027,11,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(63096,1,1826265600,2027,11,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(63097,1,1826269200,2027,11,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(63098,1,1826272800,2027,11,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(63099,1,1826276400,2027,11,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(63100,1,1826280000,2027,11,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(63101,1,1826283600,2027,11,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(63102,1,1826287200,2027,11,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(63103,1,1826290800,2027,11,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(63104,1,1826294400,2027,11,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(63105,1,1826298000,2027,11,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(63106,1,1826301600,2027,11,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(63107,1,1826305200,2027,11,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(63108,1,1826308800,2027,11,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(63109,1,1826312400,2027,11,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(63110,1,1826316000,2027,11,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(63111,1,1826319600,2027,11,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(63112,1,1826323200,2027,11,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(63113,1,1826326800,2027,11,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(63114,1,1826330400,2027,11,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(63115,1,1826334000,2027,11,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(63116,1,1826337600,2027,11,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(63117,1,1826341200,2027,11,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(63118,1,1826344800,2027,11,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(63119,1,1826348400,2027,11,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(63120,1,1826352000,2027,11,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(63121,1,1826355600,2027,11,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(63122,1,1826359200,2027,11,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(63123,1,1826362800,2027,11,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(63124,1,1826366400,2027,11,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(63125,1,1826370000,2027,11,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(63126,1,1826373600,2027,11,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(63127,1,1826377200,2027,11,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(63128,1,1826380800,2027,11,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(63129,1,1826384400,2027,11,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(63130,1,1826388000,2027,11,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(63131,1,1826391600,2027,11,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(63132,1,1826395200,2027,11,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(63133,1,1826398800,2027,11,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(63134,1,1826402400,2027,11,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(63135,1,1826406000,2027,11,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(63136,1,1826409600,2027,11,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(63137,1,1826413200,2027,11,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(63138,1,1826416800,2027,11,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(63139,1,1826420400,2027,11,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(63140,1,1826424000,2027,11,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(63141,1,1826427600,2027,11,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(63142,1,1826431200,2027,11,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(63143,1,1826434800,2027,11,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(63144,1,1826438400,2027,11,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(63145,1,1826442000,2027,11,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(63146,1,1826445600,2027,11,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(63147,1,1826449200,2027,11,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(63148,1,1826452800,2027,11,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(63149,1,1826456400,2027,11,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(63150,1,1826460000,2027,11,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(63151,1,1826463600,2027,11,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(63152,1,1826467200,2027,11,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(63153,1,1826470800,2027,11,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(63154,1,1826474400,2027,11,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(63155,1,1826478000,2027,11,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(63156,1,1826481600,2027,11,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(63157,1,1826485200,2027,11,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(63158,1,1826488800,2027,11,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(63159,1,1826492400,2027,11,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(63160,1,1826496000,2027,11,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(63161,1,1826499600,2027,11,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(63162,1,1826503200,2027,11,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(63163,1,1826506800,2027,11,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(63164,1,1826510400,2027,11,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(63165,1,1826514000,2027,11,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(63166,1,1826517600,2027,11,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(63167,1,1826521200,2027,11,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(63168,1,1826524800,2027,11,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(63169,1,1826528400,2027,11,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(63170,1,1826532000,2027,11,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(63171,1,1826535600,2027,11,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(63172,1,1826539200,2027,11,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(63173,1,1826542800,2027,11,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(63174,1,1826546400,2027,11,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(63175,1,1826550000,2027,11,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(63176,1,1826553600,2027,11,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(63177,1,1826557200,2027,11,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(63178,1,1826560800,2027,11,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(63179,1,1826564400,2027,11,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(63180,1,1826568000,2027,11,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(63181,1,1826571600,2027,11,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(63182,1,1826575200,2027,11,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(63183,1,1826578800,2027,11,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(63184,1,1826582400,2027,11,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(63185,1,1826586000,2027,11,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(63186,1,1826589600,2027,11,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(63187,1,1826593200,2027,11,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(63188,1,1826596800,2027,11,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(63189,1,1826600400,2027,11,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(63190,1,1826604000,2027,11,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(63191,1,1826607600,2027,11,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(63192,1,1826611200,2027,11,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(63193,1,1826614800,2027,11,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(63194,1,1826618400,2027,11,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(63195,1,1826622000,2027,11,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(63196,1,1826625600,2027,11,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(63197,1,1826629200,2027,11,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(63198,1,1826632800,2027,11,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(63199,1,1826636400,2027,11,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(63200,1,1826640000,2027,11,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(63201,1,1826643600,2027,11,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(63202,1,1826647200,2027,11,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(63203,1,1826650800,2027,11,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(63204,1,1826654400,2027,11,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(63205,1,1826658000,2027,11,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(63206,1,1826661600,2027,11,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(63207,1,1826665200,2027,11,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(63208,1,1826668800,2027,11,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(63209,1,1826672400,2027,11,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(63210,1,1826676000,2027,11,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(63211,1,1826679600,2027,11,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(63212,1,1826683200,2027,11,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(63213,1,1826686800,2027,11,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(63214,1,1826690400,2027,11,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(63215,1,1826694000,2027,11,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(63216,1,1826697600,2027,11,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(63217,1,1826701200,2027,11,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(63218,1,1826704800,2027,11,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(63219,1,1826708400,2027,11,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(63220,1,1826712000,2027,11,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(63221,1,1826715600,2027,11,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(63222,1,1826719200,2027,11,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(63223,1,1826722800,2027,11,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(63224,1,1826726400,2027,11,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(63225,1,1826730000,2027,11,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(63226,1,1826733600,2027,11,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(63227,1,1826737200,2027,11,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(63228,1,1826740800,2027,11,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(63229,1,1826744400,2027,11,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(63230,1,1826748000,2027,11,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(63231,1,1826838000,2027,11,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(63232,1,1826841600,2027,11,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(63233,1,1826845200,2027,11,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(63234,1,1826848800,2027,11,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(63235,1,1826852400,2027,11,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(63236,1,1826856000,2027,11,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(63237,1,1826859600,2027,11,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(63238,1,1826863200,2027,11,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(63239,1,1826866800,2027,11,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(63240,1,1826870400,2027,11,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(63241,1,1826874000,2027,11,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(63242,1,1826877600,2027,11,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(63243,1,1826881200,2027,11,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(63244,1,1826884800,2027,11,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(63245,1,1826888400,2027,11,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(63246,1,1826892000,2027,11,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(63247,1,1826895600,2027,11,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(63248,1,1826899200,2027,11,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(63249,1,1826902800,2027,11,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(63250,1,1826906400,2027,11,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(63251,1,1826910000,2027,11,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(63252,1,1826913600,2027,11,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(63253,1,1826917200,2027,11,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(63254,1,1826920800,2027,11,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(63255,1,1826924400,2027,11,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(63256,1,1826928000,2027,11,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(63257,1,1826931600,2027,11,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(63258,1,1826935200,2027,11,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(63259,1,1826938800,2027,11,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(63260,1,1826942400,2027,11,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(63261,1,1826946000,2027,11,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(63262,1,1826949600,2027,11,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(63263,1,1826953200,2027,11,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(63264,1,1826956800,2027,11,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(63265,1,1826960400,2027,11,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(63266,1,1826964000,2027,11,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(63267,1,1826967600,2027,11,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(63268,1,1826971200,2027,11,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(63269,1,1826974800,2027,11,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(63270,1,1826978400,2027,11,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(63271,1,1826982000,2027,11,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(63272,1,1826985600,2027,11,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(63273,1,1826989200,2027,11,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(63274,1,1826992800,2027,11,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(63275,1,1826996400,2027,11,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(63276,1,1827000000,2027,11,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(63277,1,1827003600,2027,11,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(63278,1,1827007200,2027,11,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(63279,1,1827010800,2027,11,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(63280,1,1827014400,2027,11,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(63281,1,1827018000,2027,11,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(63282,1,1827021600,2027,11,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(63283,1,1827025200,2027,11,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(63284,1,1827028800,2027,11,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(63285,1,1827032400,2027,11,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(63286,1,1827036000,2027,11,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(63287,1,1827039600,2027,11,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(63288,1,1827043200,2027,11,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(63289,1,1827046800,2027,11,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(63290,1,1827050400,2027,11,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(63291,1,1827054000,2027,11,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(63292,1,1827057600,2027,11,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(63293,1,1827061200,2027,11,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(63294,1,1827064800,2027,11,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(63295,1,1827068400,2027,11,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(63296,1,1827072000,2027,11,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(63297,1,1827075600,2027,11,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(63298,1,1827079200,2027,11,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(63299,1,1827082800,2027,11,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(63300,1,1827086400,2027,11,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(63301,1,1827090000,2027,11,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(63302,1,1827093600,2027,11,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(63303,1,1827097200,2027,11,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(63304,1,1827100800,2027,11,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(63305,1,1827104400,2027,11,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(63306,1,1827108000,2027,11,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(63307,1,1827111600,2027,11,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(63308,1,1827115200,2027,11,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(63309,1,1827118800,2027,11,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(63310,1,1827122400,2027,11,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(63311,1,1827126000,2027,11,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(63312,1,1827129600,2027,11,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(63313,1,1827133200,2027,11,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(63314,1,1827136800,2027,11,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(63315,1,1827140400,2027,11,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(63316,1,1827144000,2027,11,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(63317,1,1827147600,2027,11,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(63318,1,1827151200,2027,11,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(63319,1,1827154800,2027,11,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(63320,1,1827158400,2027,11,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(63321,1,1827162000,2027,11,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(63322,1,1827165600,2027,11,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(63323,1,1827169200,2027,11,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(63324,1,1827172800,2027,11,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(63325,1,1827176400,2027,11,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(63326,1,1827180000,2027,11,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(63327,1,1827183600,2027,11,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(63328,1,1827187200,2027,11,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(63329,1,1827190800,2027,11,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(63330,1,1827194400,2027,11,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(63331,1,1827198000,2027,11,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(63332,1,1827201600,2027,11,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(63333,1,1827205200,2027,11,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(63334,1,1827208800,2027,11,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(63335,1,1827212400,2027,11,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(63336,1,1827216000,2027,11,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(63337,1,1827219600,2027,11,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(63338,1,1827223200,2027,11,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(63339,1,1827226800,2027,11,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(63340,1,1827230400,2027,11,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(63341,1,1827234000,2027,11,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(63342,1,1827237600,2027,11,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(63343,1,1827241200,2027,11,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(63344,1,1827244800,2027,11,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(63345,1,1827248400,2027,11,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(63346,1,1827252000,2027,11,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(63347,1,1827255600,2027,11,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(63348,1,1827259200,2027,11,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(63349,1,1827262800,2027,11,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(63350,1,1827266400,2027,11,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(63351,1,1827270000,2027,11,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(63352,1,1827273600,2027,11,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(63353,1,1827277200,2027,11,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(63354,1,1827280800,2027,11,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(63355,1,1827284400,2027,11,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(63356,1,1827288000,2027,11,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(63357,1,1827291600,2027,11,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(63358,1,1827295200,2027,11,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(63359,1,1827298800,2027,11,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(63360,1,1827302400,2027,11,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(63361,1,1827306000,2027,11,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(63362,1,1827309600,2027,11,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(63363,1,1827313200,2027,11,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(63364,1,1827316800,2027,11,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(63365,1,1827320400,2027,11,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(63366,1,1827324000,2027,11,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(63367,1,1827327600,2027,11,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(63368,1,1827331200,2027,11,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(63369,1,1827334800,2027,11,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(63370,1,1827338400,2027,11,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(63371,1,1827342000,2027,11,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(63372,1,1827345600,2027,11,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(63373,1,1827349200,2027,11,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(63374,1,1827352800,2027,11,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(63375,1,1827442800,2027,11,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(63376,1,1827446400,2027,11,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(63377,1,1827450000,2027,11,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(63378,1,1827453600,2027,11,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(63379,1,1827457200,2027,11,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(63380,1,1827460800,2027,11,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(63381,1,1827464400,2027,11,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(63382,1,1827468000,2027,11,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(63383,1,1827471600,2027,11,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(63384,1,1827475200,2027,11,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(63385,1,1827478800,2027,11,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(63386,1,1827482400,2027,11,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(63387,1,1827486000,2027,11,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(63388,1,1827489600,2027,11,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(63389,1,1827493200,2027,11,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(63390,1,1827496800,2027,11,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(63391,1,1827500400,2027,11,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(63392,1,1827504000,2027,11,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(63393,1,1827507600,2027,11,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(63394,1,1827511200,2027,11,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(63395,1,1827514800,2027,11,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(63396,1,1827518400,2027,11,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(63397,1,1827522000,2027,11,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(63398,1,1827525600,2027,11,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(63399,1,1827529200,2027,11,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(63400,1,1827532800,2027,11,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(63401,1,1827536400,2027,11,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(63402,1,1827540000,2027,11,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(63403,1,1827543600,2027,11,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(63404,1,1827547200,2027,11,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(63405,1,1827550800,2027,11,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(63406,1,1827554400,2027,11,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(63407,1,1827558000,2027,11,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(63408,1,1827561600,2027,11,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(63409,1,1827565200,2027,11,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(63410,1,1827568800,2027,11,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(63411,1,1827572400,2027,11,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(63412,1,1827576000,2027,11,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(63413,1,1827579600,2027,11,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(63414,1,1827583200,2027,11,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(63415,1,1827586800,2027,11,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(63416,1,1827590400,2027,11,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(63417,1,1827594000,2027,11,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(63418,1,1827597600,2027,11,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(63419,1,1827601200,2027,11,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(63420,1,1827604800,2027,11,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(63421,1,1827608400,2027,11,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(63422,1,1827612000,2027,11,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(63423,1,1827615600,2027,12,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(63424,1,1827619200,2027,12,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(63425,1,1827622800,2027,12,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(63426,1,1827626400,2027,12,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(63427,1,1827630000,2027,12,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(63428,1,1827633600,2027,12,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(63429,1,1827637200,2027,12,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(63430,1,1827640800,2027,12,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(63431,1,1827644400,2027,12,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(63432,1,1827648000,2027,12,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(63433,1,1827651600,2027,12,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(63434,1,1827655200,2027,12,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(63435,1,1827658800,2027,12,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(63436,1,1827662400,2027,12,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(63437,1,1827666000,2027,12,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(63438,1,1827669600,2027,12,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(63439,1,1827673200,2027,12,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(63440,1,1827676800,2027,12,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(63441,1,1827680400,2027,12,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(63442,1,1827684000,2027,12,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(63443,1,1827687600,2027,12,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(63444,1,1827691200,2027,12,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(63445,1,1827694800,2027,12,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(63446,1,1827698400,2027,12,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(63447,1,1827702000,2027,12,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(63448,1,1827705600,2027,12,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(63449,1,1827709200,2027,12,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(63450,1,1827712800,2027,12,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(63451,1,1827716400,2027,12,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(63452,1,1827720000,2027,12,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(63453,1,1827723600,2027,12,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(63454,1,1827727200,2027,12,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(63455,1,1827730800,2027,12,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(63456,1,1827734400,2027,12,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(63457,1,1827738000,2027,12,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(63458,1,1827741600,2027,12,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(63459,1,1827745200,2027,12,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(63460,1,1827748800,2027,12,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(63461,1,1827752400,2027,12,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(63462,1,1827756000,2027,12,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(63463,1,1827759600,2027,12,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(63464,1,1827763200,2027,12,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(63465,1,1827766800,2027,12,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(63466,1,1827770400,2027,12,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(63467,1,1827774000,2027,12,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(63468,1,1827777600,2027,12,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(63469,1,1827781200,2027,12,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(63470,1,1827784800,2027,12,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(63471,1,1827788400,2027,12,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(63472,1,1827792000,2027,12,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(63473,1,1827795600,2027,12,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(63474,1,1827799200,2027,12,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(63475,1,1827802800,2027,12,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(63476,1,1827806400,2027,12,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(63477,1,1827810000,2027,12,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(63478,1,1827813600,2027,12,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(63479,1,1827817200,2027,12,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(63480,1,1827820800,2027,12,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(63481,1,1827824400,2027,12,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(63482,1,1827828000,2027,12,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(63483,1,1827831600,2027,12,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(63484,1,1827835200,2027,12,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(63485,1,1827838800,2027,12,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(63486,1,1827842400,2027,12,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(63487,1,1827846000,2027,12,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(63488,1,1827849600,2027,12,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(63489,1,1827853200,2027,12,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(63490,1,1827856800,2027,12,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(63491,1,1827860400,2027,12,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(63492,1,1827864000,2027,12,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(63493,1,1827867600,2027,12,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(63494,1,1827871200,2027,12,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(63495,1,1827874800,2027,12,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(63496,1,1827878400,2027,12,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(63497,1,1827882000,2027,12,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(63498,1,1827885600,2027,12,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(63499,1,1827889200,2027,12,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(63500,1,1827892800,2027,12,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(63501,1,1827896400,2027,12,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(63502,1,1827900000,2027,12,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(63503,1,1827903600,2027,12,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(63504,1,1827907200,2027,12,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(63505,1,1827910800,2027,12,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(63506,1,1827914400,2027,12,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(63507,1,1827918000,2027,12,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(63508,1,1827921600,2027,12,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(63509,1,1827925200,2027,12,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(63510,1,1827928800,2027,12,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(63511,1,1827932400,2027,12,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(63512,1,1827936000,2027,12,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(63513,1,1827939600,2027,12,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(63514,1,1827943200,2027,12,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(63515,1,1827946800,2027,12,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(63516,1,1827950400,2027,12,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(63517,1,1827954000,2027,12,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(63518,1,1827957600,2027,12,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(63519,1,1828047600,2027,12,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(63520,1,1828051200,2027,12,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(63521,1,1828054800,2027,12,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(63522,1,1828058400,2027,12,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(63523,1,1828062000,2027,12,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(63524,1,1828065600,2027,12,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(63525,1,1828069200,2027,12,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(63526,1,1828072800,2027,12,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(63527,1,1828076400,2027,12,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(63528,1,1828080000,2027,12,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(63529,1,1828083600,2027,12,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(63530,1,1828087200,2027,12,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(63531,1,1828090800,2027,12,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(63532,1,1828094400,2027,12,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(63533,1,1828098000,2027,12,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(63534,1,1828101600,2027,12,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(63535,1,1828105200,2027,12,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(63536,1,1828108800,2027,12,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(63537,1,1828112400,2027,12,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(63538,1,1828116000,2027,12,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(63539,1,1828119600,2027,12,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(63540,1,1828123200,2027,12,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(63541,1,1828126800,2027,12,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(63542,1,1828130400,2027,12,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(63543,1,1828134000,2027,12,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(63544,1,1828137600,2027,12,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(63545,1,1828141200,2027,12,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(63546,1,1828144800,2027,12,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(63547,1,1828148400,2027,12,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(63548,1,1828152000,2027,12,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(63549,1,1828155600,2027,12,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(63550,1,1828159200,2027,12,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(63551,1,1828162800,2027,12,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(63552,1,1828166400,2027,12,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(63553,1,1828170000,2027,12,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(63554,1,1828173600,2027,12,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(63555,1,1828177200,2027,12,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(63556,1,1828180800,2027,12,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(63557,1,1828184400,2027,12,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(63558,1,1828188000,2027,12,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(63559,1,1828191600,2027,12,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(63560,1,1828195200,2027,12,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(63561,1,1828198800,2027,12,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(63562,1,1828202400,2027,12,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(63563,1,1828206000,2027,12,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(63564,1,1828209600,2027,12,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(63565,1,1828213200,2027,12,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(63566,1,1828216800,2027,12,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(63567,1,1828220400,2027,12,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(63568,1,1828224000,2027,12,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(63569,1,1828227600,2027,12,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(63570,1,1828231200,2027,12,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(63571,1,1828234800,2027,12,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(63572,1,1828238400,2027,12,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(63573,1,1828242000,2027,12,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(63574,1,1828245600,2027,12,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(63575,1,1828249200,2027,12,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(63576,1,1828252800,2027,12,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(63577,1,1828256400,2027,12,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(63578,1,1828260000,2027,12,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(63579,1,1828263600,2027,12,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(63580,1,1828267200,2027,12,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(63581,1,1828270800,2027,12,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(63582,1,1828274400,2027,12,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(63583,1,1828278000,2027,12,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(63584,1,1828281600,2027,12,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(63585,1,1828285200,2027,12,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(63586,1,1828288800,2027,12,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(63587,1,1828292400,2027,12,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(63588,1,1828296000,2027,12,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(63589,1,1828299600,2027,12,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(63590,1,1828303200,2027,12,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(63591,1,1828306800,2027,12,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(63592,1,1828310400,2027,12,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(63593,1,1828314000,2027,12,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(63594,1,1828317600,2027,12,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(63595,1,1828321200,2027,12,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(63596,1,1828324800,2027,12,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(63597,1,1828328400,2027,12,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(63598,1,1828332000,2027,12,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(63599,1,1828335600,2027,12,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(63600,1,1828339200,2027,12,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(63601,1,1828342800,2027,12,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(63602,1,1828346400,2027,12,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(63603,1,1828350000,2027,12,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(63604,1,1828353600,2027,12,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(63605,1,1828357200,2027,12,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(63606,1,1828360800,2027,12,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(63607,1,1828364400,2027,12,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(63608,1,1828368000,2027,12,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(63609,1,1828371600,2027,12,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(63610,1,1828375200,2027,12,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(63611,1,1828378800,2027,12,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(63612,1,1828382400,2027,12,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(63613,1,1828386000,2027,12,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(63614,1,1828389600,2027,12,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(63615,1,1828393200,2027,12,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(63616,1,1828396800,2027,12,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(63617,1,1828400400,2027,12,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(63618,1,1828404000,2027,12,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(63619,1,1828407600,2027,12,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(63620,1,1828411200,2027,12,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(63621,1,1828414800,2027,12,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(63622,1,1828418400,2027,12,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(63623,1,1828422000,2027,12,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(63624,1,1828425600,2027,12,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(63625,1,1828429200,2027,12,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(63626,1,1828432800,2027,12,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(63627,1,1828436400,2027,12,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(63628,1,1828440000,2027,12,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(63629,1,1828443600,2027,12,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(63630,1,1828447200,2027,12,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(63631,1,1828450800,2027,12,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(63632,1,1828454400,2027,12,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(63633,1,1828458000,2027,12,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(63634,1,1828461600,2027,12,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(63635,1,1828465200,2027,12,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(63636,1,1828468800,2027,12,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(63637,1,1828472400,2027,12,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(63638,1,1828476000,2027,12,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(63639,1,1828479600,2027,12,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(63640,1,1828483200,2027,12,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(63641,1,1828486800,2027,12,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(63642,1,1828490400,2027,12,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(63643,1,1828494000,2027,12,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(63644,1,1828497600,2027,12,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(63645,1,1828501200,2027,12,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(63646,1,1828504800,2027,12,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(63647,1,1828508400,2027,12,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(63648,1,1828512000,2027,12,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(63649,1,1828515600,2027,12,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(63650,1,1828519200,2027,12,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(63651,1,1828522800,2027,12,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(63652,1,1828526400,2027,12,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(63653,1,1828530000,2027,12,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(63654,1,1828533600,2027,12,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(63655,1,1828537200,2027,12,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(63656,1,1828540800,2027,12,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(63657,1,1828544400,2027,12,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(63658,1,1828548000,2027,12,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(63659,1,1828551600,2027,12,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(63660,1,1828555200,2027,12,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(63661,1,1828558800,2027,12,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(63662,1,1828562400,2027,12,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(63663,1,1828652400,2027,12,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(63664,1,1828656000,2027,12,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(63665,1,1828659600,2027,12,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(63666,1,1828663200,2027,12,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(63667,1,1828666800,2027,12,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(63668,1,1828670400,2027,12,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(63669,1,1828674000,2027,12,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(63670,1,1828677600,2027,12,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(63671,1,1828681200,2027,12,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(63672,1,1828684800,2027,12,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(63673,1,1828688400,2027,12,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(63674,1,1828692000,2027,12,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(63675,1,1828695600,2027,12,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(63676,1,1828699200,2027,12,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(63677,1,1828702800,2027,12,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(63678,1,1828706400,2027,12,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(63679,1,1828710000,2027,12,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(63680,1,1828713600,2027,12,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(63681,1,1828717200,2027,12,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(63682,1,1828720800,2027,12,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(63683,1,1828724400,2027,12,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(63684,1,1828728000,2027,12,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(63685,1,1828731600,2027,12,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(63686,1,1828735200,2027,12,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(63687,1,1828738800,2027,12,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(63688,1,1828742400,2027,12,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(63689,1,1828746000,2027,12,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(63690,1,1828749600,2027,12,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(63691,1,1828753200,2027,12,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(63692,1,1828756800,2027,12,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(63693,1,1828760400,2027,12,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(63694,1,1828764000,2027,12,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(63695,1,1828767600,2027,12,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(63696,1,1828771200,2027,12,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(63697,1,1828774800,2027,12,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(63698,1,1828778400,2027,12,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(63699,1,1828782000,2027,12,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(63700,1,1828785600,2027,12,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(63701,1,1828789200,2027,12,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(63702,1,1828792800,2027,12,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(63703,1,1828796400,2027,12,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(63704,1,1828800000,2027,12,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(63705,1,1828803600,2027,12,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(63706,1,1828807200,2027,12,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(63707,1,1828810800,2027,12,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(63708,1,1828814400,2027,12,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(63709,1,1828818000,2027,12,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(63710,1,1828821600,2027,12,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(63711,1,1828825200,2027,12,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(63712,1,1828828800,2027,12,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(63713,1,1828832400,2027,12,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(63714,1,1828836000,2027,12,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(63715,1,1828839600,2027,12,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(63716,1,1828843200,2027,12,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(63717,1,1828846800,2027,12,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(63718,1,1828850400,2027,12,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(63719,1,1828854000,2027,12,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(63720,1,1828857600,2027,12,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(63721,1,1828861200,2027,12,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(63722,1,1828864800,2027,12,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(63723,1,1828868400,2027,12,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(63724,1,1828872000,2027,12,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(63725,1,1828875600,2027,12,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(63726,1,1828879200,2027,12,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(63727,1,1828882800,2027,12,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(63728,1,1828886400,2027,12,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(63729,1,1828890000,2027,12,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(63730,1,1828893600,2027,12,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(63731,1,1828897200,2027,12,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(63732,1,1828900800,2027,12,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(63733,1,1828904400,2027,12,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(63734,1,1828908000,2027,12,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(63735,1,1828911600,2027,12,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(63736,1,1828915200,2027,12,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(63737,1,1828918800,2027,12,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(63738,1,1828922400,2027,12,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(63739,1,1828926000,2027,12,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(63740,1,1828929600,2027,12,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(63741,1,1828933200,2027,12,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(63742,1,1828936800,2027,12,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(63743,1,1828940400,2027,12,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(63744,1,1828944000,2027,12,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(63745,1,1828947600,2027,12,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(63746,1,1828951200,2027,12,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(63747,1,1828954800,2027,12,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(63748,1,1828958400,2027,12,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(63749,1,1828962000,2027,12,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(63750,1,1828965600,2027,12,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(63751,1,1828969200,2027,12,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(63752,1,1828972800,2027,12,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(63753,1,1828976400,2027,12,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(63754,1,1828980000,2027,12,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(63755,1,1828983600,2027,12,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(63756,1,1828987200,2027,12,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(63757,1,1828990800,2027,12,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(63758,1,1828994400,2027,12,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(63759,1,1828998000,2027,12,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(63760,1,1829001600,2027,12,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(63761,1,1829005200,2027,12,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(63762,1,1829008800,2027,12,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(63763,1,1829012400,2027,12,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(63764,1,1829016000,2027,12,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(63765,1,1829019600,2027,12,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(63766,1,1829023200,2027,12,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(63767,1,1829026800,2027,12,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(63768,1,1829030400,2027,12,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(63769,1,1829034000,2027,12,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(63770,1,1829037600,2027,12,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(63771,1,1829041200,2027,12,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(63772,1,1829044800,2027,12,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(63773,1,1829048400,2027,12,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(63774,1,1829052000,2027,12,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(63775,1,1829055600,2027,12,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(63776,1,1829059200,2027,12,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(63777,1,1829062800,2027,12,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(63778,1,1829066400,2027,12,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(63779,1,1829070000,2027,12,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(63780,1,1829073600,2027,12,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(63781,1,1829077200,2027,12,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(63782,1,1829080800,2027,12,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(63783,1,1829084400,2027,12,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(63784,1,1829088000,2027,12,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(63785,1,1829091600,2027,12,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(63786,1,1829095200,2027,12,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(63787,1,1829098800,2027,12,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(63788,1,1829102400,2027,12,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(63789,1,1829106000,2027,12,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(63790,1,1829109600,2027,12,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(63791,1,1829113200,2027,12,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(63792,1,1829116800,2027,12,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(63793,1,1829120400,2027,12,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(63794,1,1829124000,2027,12,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(63795,1,1829127600,2027,12,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(63796,1,1829131200,2027,12,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(63797,1,1829134800,2027,12,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(63798,1,1829138400,2027,12,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(63799,1,1829142000,2027,12,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(63800,1,1829145600,2027,12,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(63801,1,1829149200,2027,12,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(63802,1,1829152800,2027,12,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(63803,1,1829156400,2027,12,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(63804,1,1829160000,2027,12,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(63805,1,1829163600,2027,12,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(63806,1,1829167200,2027,12,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(63807,1,1829257200,2027,12,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(63808,1,1829260800,2027,12,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(63809,1,1829264400,2027,12,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(63810,1,1829268000,2027,12,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(63811,1,1829271600,2027,12,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(63812,1,1829275200,2027,12,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(63813,1,1829278800,2027,12,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(63814,1,1829282400,2027,12,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(63815,1,1829286000,2027,12,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(63816,1,1829289600,2027,12,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(63817,1,1829293200,2027,12,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(63818,1,1829296800,2027,12,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(63819,1,1829300400,2027,12,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(63820,1,1829304000,2027,12,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(63821,1,1829307600,2027,12,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(63822,1,1829311200,2027,12,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(63823,1,1829314800,2027,12,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(63824,1,1829318400,2027,12,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(63825,1,1829322000,2027,12,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(63826,1,1829325600,2027,12,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(63827,1,1829329200,2027,12,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(63828,1,1829332800,2027,12,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(63829,1,1829336400,2027,12,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(63830,1,1829340000,2027,12,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(63831,1,1829343600,2027,12,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(63832,1,1829347200,2027,12,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(63833,1,1829350800,2027,12,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(63834,1,1829354400,2027,12,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(63835,1,1829358000,2027,12,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(63836,1,1829361600,2027,12,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(63837,1,1829365200,2027,12,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(63838,1,1829368800,2027,12,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(63839,1,1829372400,2027,12,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(63840,1,1829376000,2027,12,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(63841,1,1829379600,2027,12,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(63842,1,1829383200,2027,12,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(63843,1,1829386800,2027,12,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(63844,1,1829390400,2027,12,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(63845,1,1829394000,2027,12,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(63846,1,1829397600,2027,12,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(63847,1,1829401200,2027,12,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(63848,1,1829404800,2027,12,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(63849,1,1829408400,2027,12,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(63850,1,1829412000,2027,12,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(63851,1,1829415600,2027,12,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(63852,1,1829419200,2027,12,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(63853,1,1829422800,2027,12,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(63854,1,1829426400,2027,12,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(63855,1,1829430000,2027,12,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(63856,1,1829433600,2027,12,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(63857,1,1829437200,2027,12,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(63858,1,1829440800,2027,12,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(63859,1,1829444400,2027,12,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(63860,1,1829448000,2027,12,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(63861,1,1829451600,2027,12,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(63862,1,1829455200,2027,12,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(63863,1,1829458800,2027,12,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(63864,1,1829462400,2027,12,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(63865,1,1829466000,2027,12,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(63866,1,1829469600,2027,12,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(63867,1,1829473200,2027,12,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(63868,1,1829476800,2027,12,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(63869,1,1829480400,2027,12,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(63870,1,1829484000,2027,12,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(63871,1,1829487600,2027,12,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(63872,1,1829491200,2027,12,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(63873,1,1829494800,2027,12,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(63874,1,1829498400,2027,12,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(63875,1,1829502000,2027,12,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(63876,1,1829505600,2027,12,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(63877,1,1829509200,2027,12,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(63878,1,1829512800,2027,12,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(63879,1,1829516400,2027,12,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(63880,1,1829520000,2027,12,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(63881,1,1829523600,2027,12,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(63882,1,1829527200,2027,12,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(63883,1,1829530800,2027,12,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(63884,1,1829534400,2027,12,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(63885,1,1829538000,2027,12,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(63886,1,1829541600,2027,12,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(63887,1,1829545200,2027,12,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(63888,1,1829548800,2027,12,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(63889,1,1829552400,2027,12,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(63890,1,1829556000,2027,12,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(63891,1,1829559600,2027,12,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(63892,1,1829563200,2027,12,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(63893,1,1829566800,2027,12,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(63894,1,1829570400,2027,12,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(63895,1,1829574000,2027,12,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(63896,1,1829577600,2027,12,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(63897,1,1829581200,2027,12,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(63898,1,1829584800,2027,12,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(63899,1,1829588400,2027,12,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(63900,1,1829592000,2027,12,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(63901,1,1829595600,2027,12,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(63902,1,1829599200,2027,12,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(63903,1,1829602800,2027,12,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(63904,1,1829606400,2027,12,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(63905,1,1829610000,2027,12,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(63906,1,1829613600,2027,12,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(63907,1,1829617200,2027,12,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(63908,1,1829620800,2027,12,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(63909,1,1829624400,2027,12,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(63910,1,1829628000,2027,12,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(63911,1,1829631600,2027,12,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(63912,1,1829635200,2027,12,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(63913,1,1829638800,2027,12,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(63914,1,1829642400,2027,12,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(63915,1,1829646000,2027,12,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(63916,1,1829649600,2027,12,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(63917,1,1829653200,2027,12,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(63918,1,1829656800,2027,12,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(63919,1,1829660400,2027,12,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(63920,1,1829664000,2027,12,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(63921,1,1829667600,2027,12,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(63922,1,1829671200,2027,12,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(63923,1,1829674800,2027,12,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(63924,1,1829678400,2027,12,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(63925,1,1829682000,2027,12,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(63926,1,1829685600,2027,12,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(63927,1,1829689200,2027,12,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(63928,1,1829692800,2027,12,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(63929,1,1829696400,2027,12,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(63930,1,1829700000,2027,12,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(63931,1,1829703600,2027,12,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(63932,1,1829707200,2027,12,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(63933,1,1829710800,2027,12,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(63934,1,1829714400,2027,12,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(63935,1,1829718000,2027,12,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(63936,1,1829721600,2027,12,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(63937,1,1829725200,2027,12,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(63938,1,1829728800,2027,12,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(63939,1,1829732400,2027,12,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(63940,1,1829736000,2027,12,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(63941,1,1829739600,2027,12,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(63942,1,1829743200,2027,12,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(63943,1,1829746800,2027,12,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(63944,1,1829750400,2027,12,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(63945,1,1829754000,2027,12,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(63946,1,1829757600,2027,12,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(63947,1,1829761200,2027,12,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(63948,1,1829764800,2027,12,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(63949,1,1829768400,2027,12,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(63950,1,1829772000,2027,12,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(63951,1,1829862000,2027,12,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(63952,1,1829865600,2027,12,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(63953,1,1829869200,2027,12,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(63954,1,1829872800,2027,12,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(63955,1,1829876400,2027,12,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(63956,1,1829880000,2027,12,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(63957,1,1829883600,2027,12,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(63958,1,1829887200,2027,12,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(63959,1,1829890800,2027,12,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(63960,1,1829894400,2027,12,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(63961,1,1829898000,2027,12,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(63962,1,1829901600,2027,12,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(63963,1,1829905200,2027,12,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(63964,1,1829908800,2027,12,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(63965,1,1829912400,2027,12,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(63966,1,1829916000,2027,12,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(63967,1,1829919600,2027,12,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(63968,1,1829923200,2027,12,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(63969,1,1829926800,2027,12,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(63970,1,1829930400,2027,12,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(63971,1,1829934000,2027,12,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(63972,1,1829937600,2027,12,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(63973,1,1829941200,2027,12,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(63974,1,1829944800,2027,12,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(63975,1,1829948400,2027,12,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(63976,1,1829952000,2027,12,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(63977,1,1829955600,2027,12,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(63978,1,1829959200,2027,12,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(63979,1,1829962800,2027,12,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(63980,1,1829966400,2027,12,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(63981,1,1829970000,2027,12,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(63982,1,1829973600,2027,12,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(63983,1,1829977200,2027,12,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(63984,1,1829980800,2027,12,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(63985,1,1829984400,2027,12,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(63986,1,1829988000,2027,12,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(63987,1,1829991600,2027,12,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(63988,1,1829995200,2027,12,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(63989,1,1829998800,2027,12,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(63990,1,1830002400,2027,12,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(63991,1,1830006000,2027,12,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(63992,1,1830009600,2027,12,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(63993,1,1830013200,2027,12,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(63994,1,1830016800,2027,12,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(63995,1,1830020400,2027,12,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(63996,1,1830024000,2027,12,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(63997,1,1830027600,2027,12,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(63998,1,1830031200,2027,12,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(63999,1,1830034800,2027,12,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(64000,1,1830038400,2027,12,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(64001,1,1830042000,2027,12,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(64002,1,1830045600,2027,12,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(64003,1,1830049200,2027,12,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(64004,1,1830052800,2027,12,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(64005,1,1830056400,2027,12,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(64006,1,1830060000,2027,12,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(64007,1,1830063600,2027,12,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(64008,1,1830067200,2027,12,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(64009,1,1830070800,2027,12,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(64010,1,1830074400,2027,12,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(64011,1,1830078000,2027,12,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(64012,1,1830081600,2027,12,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(64013,1,1830085200,2027,12,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(64014,1,1830088800,2027,12,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(64015,1,1830092400,2027,12,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(64016,1,1830096000,2027,12,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(64017,1,1830099600,2027,12,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(64018,1,1830103200,2027,12,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(64019,1,1830106800,2027,12,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(64020,1,1830110400,2027,12,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(64021,1,1830114000,2027,12,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(64022,1,1830117600,2027,12,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(64023,1,1830121200,2027,12,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(64024,1,1830124800,2027,12,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(64025,1,1830128400,2027,12,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(64026,1,1830132000,2027,12,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(64027,1,1830135600,2027,12,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(64028,1,1830139200,2027,12,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(64029,1,1830142800,2027,12,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(64030,1,1830146400,2027,12,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(64031,1,1830150000,2027,12,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(64032,1,1830153600,2027,12,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(64033,1,1830157200,2027,12,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(64034,1,1830160800,2027,12,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(64035,1,1830164400,2027,12,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(64036,1,1830168000,2027,12,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(64037,1,1830171600,2027,12,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(64038,1,1830175200,2027,12,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(64039,1,1830178800,2027,12,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(64040,1,1830182400,2027,12,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(64041,1,1830186000,2027,12,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(64042,1,1830189600,2027,12,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(64043,1,1830193200,2027,12,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(64044,1,1830196800,2027,12,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(64045,1,1830200400,2027,12,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(64046,1,1830204000,2027,12,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(64047,1,1830207600,2027,12,31,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(64048,1,1830211200,2027,12,31,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(64049,1,1830214800,2027,12,31,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(64050,1,1830218400,2027,12,31,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(64051,1,1830222000,2027,12,31,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(64052,1,1830225600,2027,12,31,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(64053,1,1830229200,2027,12,31,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(64054,1,1830232800,2027,12,31,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(64055,1,1830236400,2027,12,31,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(64056,1,1830240000,2027,12,31,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(64057,1,1830243600,2027,12,31,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(64058,1,1830247200,2027,12,31,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(64059,1,1830250800,2027,12,31,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(64060,1,1830254400,2027,12,31,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(64061,1,1830258000,2027,12,31,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(64062,1,1830261600,2027,12,31,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(64063,1,1830265200,2027,12,31,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(64064,1,1830268800,2027,12,31,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(64065,1,1830272400,2027,12,31,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(64066,1,1830276000,2027,12,31,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(64067,1,1830279600,2027,12,31,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(64068,1,1830283200,2027,12,31,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(64069,1,1830286800,2027,12,31,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(64070,1,1830290400,2027,12,31,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(64071,1,1830294000,2028,1,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(64072,1,1830297600,2028,1,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(64073,1,1830301200,2028,1,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(64074,1,1830304800,2028,1,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(64075,1,1830308400,2028,1,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(64076,1,1830312000,2028,1,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(64077,1,1830315600,2028,1,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(64078,1,1830319200,2028,1,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(64079,1,1830322800,2028,1,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(64080,1,1830326400,2028,1,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(64081,1,1830330000,2028,1,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(64082,1,1830333600,2028,1,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(64083,1,1830337200,2028,1,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(64084,1,1830340800,2028,1,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(64085,1,1830344400,2028,1,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(64086,1,1830348000,2028,1,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(64087,1,1830351600,2028,1,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(64088,1,1830355200,2028,1,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(64089,1,1830358800,2028,1,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(64090,1,1830362400,2028,1,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(64091,1,1830366000,2028,1,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(64092,1,1830369600,2028,1,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(64093,1,1830373200,2028,1,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(64094,1,1830376800,2028,1,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(64095,1,1830466800,2028,1,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(64096,1,1830470400,2028,1,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(64097,1,1830474000,2028,1,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(64098,1,1830477600,2028,1,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(64099,1,1830481200,2028,1,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(64100,1,1830484800,2028,1,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(64101,1,1830488400,2028,1,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(64102,1,1830492000,2028,1,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(64103,1,1830495600,2028,1,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(64104,1,1830499200,2028,1,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(64105,1,1830502800,2028,1,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(64106,1,1830506400,2028,1,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(64107,1,1830510000,2028,1,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(64108,1,1830513600,2028,1,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(64109,1,1830517200,2028,1,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(64110,1,1830520800,2028,1,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(64111,1,1830524400,2028,1,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(64112,1,1830528000,2028,1,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(64113,1,1830531600,2028,1,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(64114,1,1830535200,2028,1,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(64115,1,1830538800,2028,1,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(64116,1,1830542400,2028,1,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(64117,1,1830546000,2028,1,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(64118,1,1830549600,2028,1,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(64119,1,1830553200,2028,1,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(64120,1,1830556800,2028,1,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(64121,1,1830560400,2028,1,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(64122,1,1830564000,2028,1,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(64123,1,1830567600,2028,1,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(64124,1,1830571200,2028,1,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(64125,1,1830574800,2028,1,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(64126,1,1830578400,2028,1,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(64127,1,1830582000,2028,1,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(64128,1,1830585600,2028,1,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(64129,1,1830589200,2028,1,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(64130,1,1830592800,2028,1,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(64131,1,1830596400,2028,1,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(64132,1,1830600000,2028,1,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(64133,1,1830603600,2028,1,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(64134,1,1830607200,2028,1,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(64135,1,1830610800,2028,1,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(64136,1,1830614400,2028,1,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(64137,1,1830618000,2028,1,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(64138,1,1830621600,2028,1,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(64139,1,1830625200,2028,1,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(64140,1,1830628800,2028,1,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(64141,1,1830632400,2028,1,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(64142,1,1830636000,2028,1,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(64143,1,1830639600,2028,1,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(64144,1,1830643200,2028,1,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(64145,1,1830646800,2028,1,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(64146,1,1830650400,2028,1,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(64147,1,1830654000,2028,1,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(64148,1,1830657600,2028,1,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(64149,1,1830661200,2028,1,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(64150,1,1830664800,2028,1,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(64151,1,1830668400,2028,1,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(64152,1,1830672000,2028,1,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(64153,1,1830675600,2028,1,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(64154,1,1830679200,2028,1,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(64155,1,1830682800,2028,1,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(64156,1,1830686400,2028,1,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(64157,1,1830690000,2028,1,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(64158,1,1830693600,2028,1,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(64159,1,1830697200,2028,1,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(64160,1,1830700800,2028,1,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(64161,1,1830704400,2028,1,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(64162,1,1830708000,2028,1,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(64163,1,1830711600,2028,1,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(64164,1,1830715200,2028,1,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(64165,1,1830718800,2028,1,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(64166,1,1830722400,2028,1,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(64167,1,1830726000,2028,1,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(64168,1,1830729600,2028,1,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(64169,1,1830733200,2028,1,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(64170,1,1830736800,2028,1,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(64171,1,1830740400,2028,1,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(64172,1,1830744000,2028,1,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(64173,1,1830747600,2028,1,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(64174,1,1830751200,2028,1,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(64175,1,1830754800,2028,1,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(64176,1,1830758400,2028,1,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(64177,1,1830762000,2028,1,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(64178,1,1830765600,2028,1,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(64179,1,1830769200,2028,1,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(64180,1,1830772800,2028,1,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(64181,1,1830776400,2028,1,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(64182,1,1830780000,2028,1,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(64183,1,1830783600,2028,1,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(64184,1,1830787200,2028,1,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(64185,1,1830790800,2028,1,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(64186,1,1830794400,2028,1,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(64187,1,1830798000,2028,1,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(64188,1,1830801600,2028,1,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(64189,1,1830805200,2028,1,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(64190,1,1830808800,2028,1,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(64191,1,1830812400,2028,1,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(64192,1,1830816000,2028,1,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(64193,1,1830819600,2028,1,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(64194,1,1830823200,2028,1,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(64195,1,1830826800,2028,1,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(64196,1,1830830400,2028,1,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(64197,1,1830834000,2028,1,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(64198,1,1830837600,2028,1,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(64199,1,1830841200,2028,1,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(64200,1,1830844800,2028,1,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(64201,1,1830848400,2028,1,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(64202,1,1830852000,2028,1,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(64203,1,1830855600,2028,1,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(64204,1,1830859200,2028,1,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(64205,1,1830862800,2028,1,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(64206,1,1830866400,2028,1,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(64207,1,1830870000,2028,1,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(64208,1,1830873600,2028,1,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(64209,1,1830877200,2028,1,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(64210,1,1830880800,2028,1,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(64211,1,1830884400,2028,1,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(64212,1,1830888000,2028,1,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(64213,1,1830891600,2028,1,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(64214,1,1830895200,2028,1,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(64215,1,1830898800,2028,1,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(64216,1,1830902400,2028,1,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(64217,1,1830906000,2028,1,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(64218,1,1830909600,2028,1,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(64219,1,1830913200,2028,1,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(64220,1,1830916800,2028,1,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(64221,1,1830920400,2028,1,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(64222,1,1830924000,2028,1,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(64223,1,1830927600,2028,1,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(64224,1,1830931200,2028,1,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(64225,1,1830934800,2028,1,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(64226,1,1830938400,2028,1,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(64227,1,1830942000,2028,1,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(64228,1,1830945600,2028,1,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(64229,1,1830949200,2028,1,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(64230,1,1830952800,2028,1,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(64231,1,1830956400,2028,1,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(64232,1,1830960000,2028,1,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(64233,1,1830963600,2028,1,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(64234,1,1830967200,2028,1,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(64235,1,1830970800,2028,1,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(64236,1,1830974400,2028,1,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(64237,1,1830978000,2028,1,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(64238,1,1830981600,2028,1,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(64239,1,1831071600,2028,1,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(64240,1,1831075200,2028,1,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(64241,1,1831078800,2028,1,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(64242,1,1831082400,2028,1,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(64243,1,1831086000,2028,1,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(64244,1,1831089600,2028,1,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(64245,1,1831093200,2028,1,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(64246,1,1831096800,2028,1,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(64247,1,1831100400,2028,1,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(64248,1,1831104000,2028,1,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(64249,1,1831107600,2028,1,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(64250,1,1831111200,2028,1,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(64251,1,1831114800,2028,1,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(64252,1,1831118400,2028,1,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(64253,1,1831122000,2028,1,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(64254,1,1831125600,2028,1,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(64255,1,1831129200,2028,1,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(64256,1,1831132800,2028,1,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(64257,1,1831136400,2028,1,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(64258,1,1831140000,2028,1,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(64259,1,1831143600,2028,1,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(64260,1,1831147200,2028,1,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(64261,1,1831150800,2028,1,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(64262,1,1831154400,2028,1,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(64263,1,1831158000,2028,1,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(64264,1,1831161600,2028,1,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(64265,1,1831165200,2028,1,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(64266,1,1831168800,2028,1,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(64267,1,1831172400,2028,1,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(64268,1,1831176000,2028,1,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(64269,1,1831179600,2028,1,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(64270,1,1831183200,2028,1,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(64271,1,1831186800,2028,1,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(64272,1,1831190400,2028,1,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(64273,1,1831194000,2028,1,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(64274,1,1831197600,2028,1,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(64275,1,1831201200,2028,1,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(64276,1,1831204800,2028,1,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(64277,1,1831208400,2028,1,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(64278,1,1831212000,2028,1,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(64279,1,1831215600,2028,1,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(64280,1,1831219200,2028,1,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(64281,1,1831222800,2028,1,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(64282,1,1831226400,2028,1,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(64283,1,1831230000,2028,1,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(64284,1,1831233600,2028,1,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(64285,1,1831237200,2028,1,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(64286,1,1831240800,2028,1,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(64287,1,1831244400,2028,1,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(64288,1,1831248000,2028,1,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(64289,1,1831251600,2028,1,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(64290,1,1831255200,2028,1,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(64291,1,1831258800,2028,1,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(64292,1,1831262400,2028,1,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(64293,1,1831266000,2028,1,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(64294,1,1831269600,2028,1,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(64295,1,1831273200,2028,1,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(64296,1,1831276800,2028,1,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(64297,1,1831280400,2028,1,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(64298,1,1831284000,2028,1,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(64299,1,1831287600,2028,1,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(64300,1,1831291200,2028,1,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(64301,1,1831294800,2028,1,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(64302,1,1831298400,2028,1,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(64303,1,1831302000,2028,1,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(64304,1,1831305600,2028,1,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(64305,1,1831309200,2028,1,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(64306,1,1831312800,2028,1,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(64307,1,1831316400,2028,1,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(64308,1,1831320000,2028,1,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(64309,1,1831323600,2028,1,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(64310,1,1831327200,2028,1,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(64311,1,1831330800,2028,1,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(64312,1,1831334400,2028,1,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(64313,1,1831338000,2028,1,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(64314,1,1831341600,2028,1,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(64315,1,1831345200,2028,1,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(64316,1,1831348800,2028,1,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(64317,1,1831352400,2028,1,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(64318,1,1831356000,2028,1,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(64319,1,1831359600,2028,1,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(64320,1,1831363200,2028,1,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(64321,1,1831366800,2028,1,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(64322,1,1831370400,2028,1,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(64323,1,1831374000,2028,1,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(64324,1,1831377600,2028,1,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(64325,1,1831381200,2028,1,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(64326,1,1831384800,2028,1,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(64327,1,1831388400,2028,1,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(64328,1,1831392000,2028,1,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(64329,1,1831395600,2028,1,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(64330,1,1831399200,2028,1,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(64331,1,1831402800,2028,1,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(64332,1,1831406400,2028,1,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(64333,1,1831410000,2028,1,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(64334,1,1831413600,2028,1,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(64335,1,1831417200,2028,1,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(64336,1,1831420800,2028,1,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(64337,1,1831424400,2028,1,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(64338,1,1831428000,2028,1,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(64339,1,1831431600,2028,1,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(64340,1,1831435200,2028,1,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(64341,1,1831438800,2028,1,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(64342,1,1831442400,2028,1,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(64343,1,1831446000,2028,1,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(64344,1,1831449600,2028,1,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(64345,1,1831453200,2028,1,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(64346,1,1831456800,2028,1,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(64347,1,1831460400,2028,1,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(64348,1,1831464000,2028,1,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(64349,1,1831467600,2028,1,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(64350,1,1831471200,2028,1,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(64351,1,1831474800,2028,1,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(64352,1,1831478400,2028,1,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(64353,1,1831482000,2028,1,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(64354,1,1831485600,2028,1,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(64355,1,1831489200,2028,1,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(64356,1,1831492800,2028,1,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(64357,1,1831496400,2028,1,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(64358,1,1831500000,2028,1,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(64359,1,1831503600,2028,1,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(64360,1,1831507200,2028,1,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(64361,1,1831510800,2028,1,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(64362,1,1831514400,2028,1,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(64363,1,1831518000,2028,1,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(64364,1,1831521600,2028,1,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(64365,1,1831525200,2028,1,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(64366,1,1831528800,2028,1,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(64367,1,1831532400,2028,1,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(64368,1,1831536000,2028,1,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(64369,1,1831539600,2028,1,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(64370,1,1831543200,2028,1,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(64371,1,1831546800,2028,1,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(64372,1,1831550400,2028,1,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(64373,1,1831554000,2028,1,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(64374,1,1831557600,2028,1,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(64375,1,1831561200,2028,1,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(64376,1,1831564800,2028,1,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(64377,1,1831568400,2028,1,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(64378,1,1831572000,2028,1,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(64379,1,1831575600,2028,1,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(64380,1,1831579200,2028,1,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(64381,1,1831582800,2028,1,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(64382,1,1831586400,2028,1,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(64383,1,1831676400,2028,1,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(64384,1,1831680000,2028,1,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(64385,1,1831683600,2028,1,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(64386,1,1831687200,2028,1,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(64387,1,1831690800,2028,1,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(64388,1,1831694400,2028,1,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(64389,1,1831698000,2028,1,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(64390,1,1831701600,2028,1,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(64391,1,1831705200,2028,1,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(64392,1,1831708800,2028,1,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(64393,1,1831712400,2028,1,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(64394,1,1831716000,2028,1,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(64395,1,1831719600,2028,1,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(64396,1,1831723200,2028,1,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(64397,1,1831726800,2028,1,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(64398,1,1831730400,2028,1,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(64399,1,1831734000,2028,1,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(64400,1,1831737600,2028,1,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(64401,1,1831741200,2028,1,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(64402,1,1831744800,2028,1,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(64403,1,1831748400,2028,1,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(64404,1,1831752000,2028,1,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(64405,1,1831755600,2028,1,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(64406,1,1831759200,2028,1,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(64407,1,1831762800,2028,1,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(64408,1,1831766400,2028,1,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(64409,1,1831770000,2028,1,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(64410,1,1831773600,2028,1,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(64411,1,1831777200,2028,1,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(64412,1,1831780800,2028,1,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(64413,1,1831784400,2028,1,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(64414,1,1831788000,2028,1,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(64415,1,1831791600,2028,1,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(64416,1,1831795200,2028,1,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(64417,1,1831798800,2028,1,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(64418,1,1831802400,2028,1,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(64419,1,1831806000,2028,1,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(64420,1,1831809600,2028,1,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(64421,1,1831813200,2028,1,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(64422,1,1831816800,2028,1,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(64423,1,1831820400,2028,1,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(64424,1,1831824000,2028,1,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(64425,1,1831827600,2028,1,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(64426,1,1831831200,2028,1,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(64427,1,1831834800,2028,1,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(64428,1,1831838400,2028,1,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(64429,1,1831842000,2028,1,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(64430,1,1831845600,2028,1,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(64431,1,1831849200,2028,1,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(64432,1,1831852800,2028,1,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(64433,1,1831856400,2028,1,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(64434,1,1831860000,2028,1,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(64435,1,1831863600,2028,1,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(64436,1,1831867200,2028,1,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(64437,1,1831870800,2028,1,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(64438,1,1831874400,2028,1,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(64439,1,1831878000,2028,1,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(64440,1,1831881600,2028,1,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(64441,1,1831885200,2028,1,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(64442,1,1831888800,2028,1,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(64443,1,1831892400,2028,1,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(64444,1,1831896000,2028,1,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(64445,1,1831899600,2028,1,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(64446,1,1831903200,2028,1,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(64447,1,1831906800,2028,1,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(64448,1,1831910400,2028,1,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(64449,1,1831914000,2028,1,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(64450,1,1831917600,2028,1,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(64451,1,1831921200,2028,1,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(64452,1,1831924800,2028,1,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(64453,1,1831928400,2028,1,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(64454,1,1831932000,2028,1,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(64455,1,1831935600,2028,1,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(64456,1,1831939200,2028,1,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(64457,1,1831942800,2028,1,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(64458,1,1831946400,2028,1,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(64459,1,1831950000,2028,1,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(64460,1,1831953600,2028,1,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(64461,1,1831957200,2028,1,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(64462,1,1831960800,2028,1,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(64463,1,1831964400,2028,1,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(64464,1,1831968000,2028,1,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(64465,1,1831971600,2028,1,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(64466,1,1831975200,2028,1,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(64467,1,1831978800,2028,1,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(64468,1,1831982400,2028,1,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(64469,1,1831986000,2028,1,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(64470,1,1831989600,2028,1,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(64471,1,1831993200,2028,1,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(64472,1,1831996800,2028,1,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(64473,1,1832000400,2028,1,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(64474,1,1832004000,2028,1,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(64475,1,1832007600,2028,1,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(64476,1,1832011200,2028,1,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(64477,1,1832014800,2028,1,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(64478,1,1832018400,2028,1,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(64479,1,1832022000,2028,1,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(64480,1,1832025600,2028,1,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(64481,1,1832029200,2028,1,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(64482,1,1832032800,2028,1,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(64483,1,1832036400,2028,1,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(64484,1,1832040000,2028,1,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(64485,1,1832043600,2028,1,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(64486,1,1832047200,2028,1,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(64487,1,1832050800,2028,1,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(64488,1,1832054400,2028,1,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(64489,1,1832058000,2028,1,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(64490,1,1832061600,2028,1,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(64491,1,1832065200,2028,1,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(64492,1,1832068800,2028,1,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(64493,1,1832072400,2028,1,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(64494,1,1832076000,2028,1,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(64495,1,1832079600,2028,1,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(64496,1,1832083200,2028,1,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(64497,1,1832086800,2028,1,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(64498,1,1832090400,2028,1,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(64499,1,1832094000,2028,1,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(64500,1,1832097600,2028,1,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(64501,1,1832101200,2028,1,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(64502,1,1832104800,2028,1,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(64503,1,1832108400,2028,1,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(64504,1,1832112000,2028,1,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(64505,1,1832115600,2028,1,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(64506,1,1832119200,2028,1,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(64507,1,1832122800,2028,1,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(64508,1,1832126400,2028,1,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(64509,1,1832130000,2028,1,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(64510,1,1832133600,2028,1,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(64511,1,1832137200,2028,1,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(64512,1,1832140800,2028,1,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(64513,1,1832144400,2028,1,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(64514,1,1832148000,2028,1,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(64515,1,1832151600,2028,1,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(64516,1,1832155200,2028,1,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(64517,1,1832158800,2028,1,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(64518,1,1832162400,2028,1,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(64519,1,1832166000,2028,1,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(64520,1,1832169600,2028,1,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(64521,1,1832173200,2028,1,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(64522,1,1832176800,2028,1,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(64523,1,1832180400,2028,1,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(64524,1,1832184000,2028,1,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(64525,1,1832187600,2028,1,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(64526,1,1832191200,2028,1,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(64527,1,1832281200,2028,1,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(64528,1,1832284800,2028,1,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(64529,1,1832288400,2028,1,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(64530,1,1832292000,2028,1,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(64531,1,1832295600,2028,1,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(64532,1,1832299200,2028,1,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(64533,1,1832302800,2028,1,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(64534,1,1832306400,2028,1,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(64535,1,1832310000,2028,1,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(64536,1,1832313600,2028,1,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(64537,1,1832317200,2028,1,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(64538,1,1832320800,2028,1,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(64539,1,1832324400,2028,1,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(64540,1,1832328000,2028,1,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(64541,1,1832331600,2028,1,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(64542,1,1832335200,2028,1,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(64543,1,1832338800,2028,1,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(64544,1,1832342400,2028,1,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(64545,1,1832346000,2028,1,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(64546,1,1832349600,2028,1,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(64547,1,1832353200,2028,1,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(64548,1,1832356800,2028,1,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(64549,1,1832360400,2028,1,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(64550,1,1832364000,2028,1,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(64551,1,1832367600,2028,1,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(64552,1,1832371200,2028,1,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(64553,1,1832374800,2028,1,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(64554,1,1832378400,2028,1,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(64555,1,1832382000,2028,1,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(64556,1,1832385600,2028,1,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(64557,1,1832389200,2028,1,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(64558,1,1832392800,2028,1,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(64559,1,1832396400,2028,1,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(64560,1,1832400000,2028,1,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(64561,1,1832403600,2028,1,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(64562,1,1832407200,2028,1,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(64563,1,1832410800,2028,1,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(64564,1,1832414400,2028,1,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(64565,1,1832418000,2028,1,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(64566,1,1832421600,2028,1,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(64567,1,1832425200,2028,1,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(64568,1,1832428800,2028,1,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(64569,1,1832432400,2028,1,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(64570,1,1832436000,2028,1,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(64571,1,1832439600,2028,1,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(64572,1,1832443200,2028,1,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(64573,1,1832446800,2028,1,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(64574,1,1832450400,2028,1,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(64575,1,1832454000,2028,1,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(64576,1,1832457600,2028,1,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(64577,1,1832461200,2028,1,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(64578,1,1832464800,2028,1,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(64579,1,1832468400,2028,1,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(64580,1,1832472000,2028,1,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(64581,1,1832475600,2028,1,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(64582,1,1832479200,2028,1,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(64583,1,1832482800,2028,1,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(64584,1,1832486400,2028,1,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(64585,1,1832490000,2028,1,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(64586,1,1832493600,2028,1,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(64587,1,1832497200,2028,1,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(64588,1,1832500800,2028,1,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(64589,1,1832504400,2028,1,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(64590,1,1832508000,2028,1,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(64591,1,1832511600,2028,1,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(64592,1,1832515200,2028,1,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(64593,1,1832518800,2028,1,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(64594,1,1832522400,2028,1,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(64595,1,1832526000,2028,1,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(64596,1,1832529600,2028,1,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(64597,1,1832533200,2028,1,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(64598,1,1832536800,2028,1,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(64599,1,1832540400,2028,1,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(64600,1,1832544000,2028,1,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(64601,1,1832547600,2028,1,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(64602,1,1832551200,2028,1,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(64603,1,1832554800,2028,1,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(64604,1,1832558400,2028,1,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(64605,1,1832562000,2028,1,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(64606,1,1832565600,2028,1,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(64607,1,1832569200,2028,1,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(64608,1,1832572800,2028,1,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(64609,1,1832576400,2028,1,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(64610,1,1832580000,2028,1,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(64611,1,1832583600,2028,1,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(64612,1,1832587200,2028,1,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(64613,1,1832590800,2028,1,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(64614,1,1832594400,2028,1,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(64615,1,1832598000,2028,1,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(64616,1,1832601600,2028,1,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(64617,1,1832605200,2028,1,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(64618,1,1832608800,2028,1,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(64619,1,1832612400,2028,1,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(64620,1,1832616000,2028,1,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(64621,1,1832619600,2028,1,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(64622,1,1832623200,2028,1,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(64623,1,1832626800,2028,1,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(64624,1,1832630400,2028,1,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(64625,1,1832634000,2028,1,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(64626,1,1832637600,2028,1,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(64627,1,1832641200,2028,1,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(64628,1,1832644800,2028,1,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(64629,1,1832648400,2028,1,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(64630,1,1832652000,2028,1,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(64631,1,1832655600,2028,1,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(64632,1,1832659200,2028,1,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(64633,1,1832662800,2028,1,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(64634,1,1832666400,2028,1,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(64635,1,1832670000,2028,1,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(64636,1,1832673600,2028,1,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(64637,1,1832677200,2028,1,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(64638,1,1832680800,2028,1,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(64639,1,1832684400,2028,1,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(64640,1,1832688000,2028,1,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(64641,1,1832691600,2028,1,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(64642,1,1832695200,2028,1,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(64643,1,1832698800,2028,1,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(64644,1,1832702400,2028,1,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(64645,1,1832706000,2028,1,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(64646,1,1832709600,2028,1,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(64647,1,1832713200,2028,1,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(64648,1,1832716800,2028,1,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(64649,1,1832720400,2028,1,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(64650,1,1832724000,2028,1,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(64651,1,1832727600,2028,1,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(64652,1,1832731200,2028,1,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(64653,1,1832734800,2028,1,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(64654,1,1832738400,2028,1,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(64655,1,1832742000,2028,1,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(64656,1,1832745600,2028,1,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(64657,1,1832749200,2028,1,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(64658,1,1832752800,2028,1,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(64659,1,1832756400,2028,1,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(64660,1,1832760000,2028,1,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(64661,1,1832763600,2028,1,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(64662,1,1832767200,2028,1,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(64663,1,1832770800,2028,1,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(64664,1,1832774400,2028,1,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(64665,1,1832778000,2028,1,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(64666,1,1832781600,2028,1,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(64667,1,1832785200,2028,1,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(64668,1,1832788800,2028,1,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(64669,1,1832792400,2028,1,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(64670,1,1832796000,2028,1,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(64671,1,1832886000,2028,1,31,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(64672,1,1832889600,2028,1,31,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(64673,1,1832893200,2028,1,31,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(64674,1,1832896800,2028,1,31,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(64675,1,1832900400,2028,1,31,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(64676,1,1832904000,2028,1,31,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(64677,1,1832907600,2028,1,31,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(64678,1,1832911200,2028,1,31,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(64679,1,1832914800,2028,1,31,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(64680,1,1832918400,2028,1,31,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(64681,1,1832922000,2028,1,31,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(64682,1,1832925600,2028,1,31,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(64683,1,1832929200,2028,1,31,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(64684,1,1832932800,2028,1,31,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(64685,1,1832936400,2028,1,31,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(64686,1,1832940000,2028,1,31,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(64687,1,1832943600,2028,1,31,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(64688,1,1832947200,2028,1,31,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(64689,1,1832950800,2028,1,31,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(64690,1,1832954400,2028,1,31,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(64691,1,1832958000,2028,1,31,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(64692,1,1832961600,2028,1,31,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(64693,1,1832965200,2028,1,31,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(64694,1,1832968800,2028,1,31,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(64695,1,1832972400,2028,2,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(64696,1,1832976000,2028,2,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(64697,1,1832979600,2028,2,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(64698,1,1832983200,2028,2,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(64699,1,1832986800,2028,2,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(64700,1,1832990400,2028,2,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(64701,1,1832994000,2028,2,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(64702,1,1832997600,2028,2,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(64703,1,1833001200,2028,2,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(64704,1,1833004800,2028,2,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(64705,1,1833008400,2028,2,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(64706,1,1833012000,2028,2,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(64707,1,1833015600,2028,2,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(64708,1,1833019200,2028,2,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(64709,1,1833022800,2028,2,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(64710,1,1833026400,2028,2,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(64711,1,1833030000,2028,2,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(64712,1,1833033600,2028,2,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(64713,1,1833037200,2028,2,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(64714,1,1833040800,2028,2,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(64715,1,1833044400,2028,2,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(64716,1,1833048000,2028,2,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(64717,1,1833051600,2028,2,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(64718,1,1833055200,2028,2,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(64719,1,1833058800,2028,2,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(64720,1,1833062400,2028,2,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(64721,1,1833066000,2028,2,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(64722,1,1833069600,2028,2,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(64723,1,1833073200,2028,2,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(64724,1,1833076800,2028,2,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(64725,1,1833080400,2028,2,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(64726,1,1833084000,2028,2,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(64727,1,1833087600,2028,2,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(64728,1,1833091200,2028,2,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(64729,1,1833094800,2028,2,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(64730,1,1833098400,2028,2,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(64731,1,1833102000,2028,2,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(64732,1,1833105600,2028,2,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(64733,1,1833109200,2028,2,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(64734,1,1833112800,2028,2,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(64735,1,1833116400,2028,2,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(64736,1,1833120000,2028,2,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(64737,1,1833123600,2028,2,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(64738,1,1833127200,2028,2,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(64739,1,1833130800,2028,2,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(64740,1,1833134400,2028,2,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(64741,1,1833138000,2028,2,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(64742,1,1833141600,2028,2,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(64743,1,1833145200,2028,2,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(64744,1,1833148800,2028,2,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(64745,1,1833152400,2028,2,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(64746,1,1833156000,2028,2,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(64747,1,1833159600,2028,2,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(64748,1,1833163200,2028,2,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(64749,1,1833166800,2028,2,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(64750,1,1833170400,2028,2,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(64751,1,1833174000,2028,2,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(64752,1,1833177600,2028,2,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(64753,1,1833181200,2028,2,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(64754,1,1833184800,2028,2,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(64755,1,1833188400,2028,2,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(64756,1,1833192000,2028,2,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(64757,1,1833195600,2028,2,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(64758,1,1833199200,2028,2,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(64759,1,1833202800,2028,2,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(64760,1,1833206400,2028,2,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(64761,1,1833210000,2028,2,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(64762,1,1833213600,2028,2,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(64763,1,1833217200,2028,2,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(64764,1,1833220800,2028,2,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(64765,1,1833224400,2028,2,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(64766,1,1833228000,2028,2,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(64767,1,1833231600,2028,2,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(64768,1,1833235200,2028,2,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(64769,1,1833238800,2028,2,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(64770,1,1833242400,2028,2,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(64771,1,1833246000,2028,2,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(64772,1,1833249600,2028,2,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(64773,1,1833253200,2028,2,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(64774,1,1833256800,2028,2,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(64775,1,1833260400,2028,2,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(64776,1,1833264000,2028,2,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(64777,1,1833267600,2028,2,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(64778,1,1833271200,2028,2,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(64779,1,1833274800,2028,2,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(64780,1,1833278400,2028,2,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(64781,1,1833282000,2028,2,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(64782,1,1833285600,2028,2,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(64783,1,1833289200,2028,2,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(64784,1,1833292800,2028,2,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(64785,1,1833296400,2028,2,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(64786,1,1833300000,2028,2,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(64787,1,1833303600,2028,2,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(64788,1,1833307200,2028,2,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(64789,1,1833310800,2028,2,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(64790,1,1833314400,2028,2,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(64791,1,1833318000,2028,2,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(64792,1,1833321600,2028,2,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(64793,1,1833325200,2028,2,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(64794,1,1833328800,2028,2,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(64795,1,1833332400,2028,2,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(64796,1,1833336000,2028,2,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(64797,1,1833339600,2028,2,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(64798,1,1833343200,2028,2,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(64799,1,1833346800,2028,2,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(64800,1,1833350400,2028,2,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(64801,1,1833354000,2028,2,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(64802,1,1833357600,2028,2,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(64803,1,1833361200,2028,2,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(64804,1,1833364800,2028,2,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(64805,1,1833368400,2028,2,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(64806,1,1833372000,2028,2,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(64807,1,1833375600,2028,2,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(64808,1,1833379200,2028,2,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(64809,1,1833382800,2028,2,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(64810,1,1833386400,2028,2,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(64811,1,1833390000,2028,2,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(64812,1,1833393600,2028,2,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(64813,1,1833397200,2028,2,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(64814,1,1833400800,2028,2,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(64815,1,1833490800,2028,2,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(64816,1,1833494400,2028,2,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(64817,1,1833498000,2028,2,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(64818,1,1833501600,2028,2,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(64819,1,1833505200,2028,2,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(64820,1,1833508800,2028,2,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(64821,1,1833512400,2028,2,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(64822,1,1833516000,2028,2,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(64823,1,1833519600,2028,2,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(64824,1,1833523200,2028,2,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(64825,1,1833526800,2028,2,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(64826,1,1833530400,2028,2,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(64827,1,1833534000,2028,2,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(64828,1,1833537600,2028,2,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(64829,1,1833541200,2028,2,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(64830,1,1833544800,2028,2,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(64831,1,1833548400,2028,2,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(64832,1,1833552000,2028,2,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(64833,1,1833555600,2028,2,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(64834,1,1833559200,2028,2,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(64835,1,1833562800,2028,2,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(64836,1,1833566400,2028,2,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(64837,1,1833570000,2028,2,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(64838,1,1833573600,2028,2,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(64839,1,1833577200,2028,2,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(64840,1,1833580800,2028,2,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(64841,1,1833584400,2028,2,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(64842,1,1833588000,2028,2,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(64843,1,1833591600,2028,2,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(64844,1,1833595200,2028,2,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(64845,1,1833598800,2028,2,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(64846,1,1833602400,2028,2,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(64847,1,1833606000,2028,2,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(64848,1,1833609600,2028,2,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(64849,1,1833613200,2028,2,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(64850,1,1833616800,2028,2,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(64851,1,1833620400,2028,2,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(64852,1,1833624000,2028,2,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(64853,1,1833627600,2028,2,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(64854,1,1833631200,2028,2,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(64855,1,1833634800,2028,2,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(64856,1,1833638400,2028,2,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(64857,1,1833642000,2028,2,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(64858,1,1833645600,2028,2,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(64859,1,1833649200,2028,2,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(64860,1,1833652800,2028,2,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(64861,1,1833656400,2028,2,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(64862,1,1833660000,2028,2,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(64863,1,1833663600,2028,2,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(64864,1,1833667200,2028,2,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(64865,1,1833670800,2028,2,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(64866,1,1833674400,2028,2,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(64867,1,1833678000,2028,2,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(64868,1,1833681600,2028,2,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(64869,1,1833685200,2028,2,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(64870,1,1833688800,2028,2,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(64871,1,1833692400,2028,2,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(64872,1,1833696000,2028,2,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(64873,1,1833699600,2028,2,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(64874,1,1833703200,2028,2,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(64875,1,1833706800,2028,2,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(64876,1,1833710400,2028,2,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(64877,1,1833714000,2028,2,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(64878,1,1833717600,2028,2,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(64879,1,1833721200,2028,2,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(64880,1,1833724800,2028,2,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(64881,1,1833728400,2028,2,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(64882,1,1833732000,2028,2,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(64883,1,1833735600,2028,2,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(64884,1,1833739200,2028,2,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(64885,1,1833742800,2028,2,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(64886,1,1833746400,2028,2,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(64887,1,1833750000,2028,2,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(64888,1,1833753600,2028,2,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(64889,1,1833757200,2028,2,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(64890,1,1833760800,2028,2,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(64891,1,1833764400,2028,2,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(64892,1,1833768000,2028,2,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(64893,1,1833771600,2028,2,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(64894,1,1833775200,2028,2,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(64895,1,1833778800,2028,2,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(64896,1,1833782400,2028,2,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(64897,1,1833786000,2028,2,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(64898,1,1833789600,2028,2,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(64899,1,1833793200,2028,2,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(64900,1,1833796800,2028,2,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(64901,1,1833800400,2028,2,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(64902,1,1833804000,2028,2,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(64903,1,1833807600,2028,2,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(64904,1,1833811200,2028,2,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(64905,1,1833814800,2028,2,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(64906,1,1833818400,2028,2,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(64907,1,1833822000,2028,2,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(64908,1,1833825600,2028,2,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(64909,1,1833829200,2028,2,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(64910,1,1833832800,2028,2,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(64911,1,1833836400,2028,2,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(64912,1,1833840000,2028,2,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(64913,1,1833843600,2028,2,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(64914,1,1833847200,2028,2,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(64915,1,1833850800,2028,2,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(64916,1,1833854400,2028,2,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(64917,1,1833858000,2028,2,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(64918,1,1833861600,2028,2,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(64919,1,1833865200,2028,2,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(64920,1,1833868800,2028,2,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(64921,1,1833872400,2028,2,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(64922,1,1833876000,2028,2,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(64923,1,1833879600,2028,2,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(64924,1,1833883200,2028,2,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(64925,1,1833886800,2028,2,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(64926,1,1833890400,2028,2,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(64927,1,1833894000,2028,2,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(64928,1,1833897600,2028,2,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(64929,1,1833901200,2028,2,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(64930,1,1833904800,2028,2,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(64931,1,1833908400,2028,2,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(64932,1,1833912000,2028,2,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(64933,1,1833915600,2028,2,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(64934,1,1833919200,2028,2,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(64935,1,1833922800,2028,2,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(64936,1,1833926400,2028,2,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(64937,1,1833930000,2028,2,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(64938,1,1833933600,2028,2,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(64939,1,1833937200,2028,2,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(64940,1,1833940800,2028,2,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(64941,1,1833944400,2028,2,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(64942,1,1833948000,2028,2,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(64943,1,1833951600,2028,2,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(64944,1,1833955200,2028,2,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(64945,1,1833958800,2028,2,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(64946,1,1833962400,2028,2,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(64947,1,1833966000,2028,2,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(64948,1,1833969600,2028,2,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(64949,1,1833973200,2028,2,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(64950,1,1833976800,2028,2,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(64951,1,1833980400,2028,2,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(64952,1,1833984000,2028,2,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(64953,1,1833987600,2028,2,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(64954,1,1833991200,2028,2,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(64955,1,1833994800,2028,2,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(64956,1,1833998400,2028,2,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(64957,1,1834002000,2028,2,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(64958,1,1834005600,2028,2,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(64959,1,1834095600,2028,2,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(64960,1,1834099200,2028,2,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(64961,1,1834102800,2028,2,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(64962,1,1834106400,2028,2,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(64963,1,1834110000,2028,2,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(64964,1,1834113600,2028,2,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(64965,1,1834117200,2028,2,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(64966,1,1834120800,2028,2,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(64967,1,1834124400,2028,2,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(64968,1,1834128000,2028,2,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(64969,1,1834131600,2028,2,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(64970,1,1834135200,2028,2,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(64971,1,1834138800,2028,2,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(64972,1,1834142400,2028,2,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(64973,1,1834146000,2028,2,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(64974,1,1834149600,2028,2,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(64975,1,1834153200,2028,2,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(64976,1,1834156800,2028,2,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(64977,1,1834160400,2028,2,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(64978,1,1834164000,2028,2,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(64979,1,1834167600,2028,2,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(64980,1,1834171200,2028,2,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(64981,1,1834174800,2028,2,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(64982,1,1834178400,2028,2,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(64983,1,1834182000,2028,2,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(64984,1,1834185600,2028,2,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(64985,1,1834189200,2028,2,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(64986,1,1834192800,2028,2,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(64987,1,1834196400,2028,2,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(64988,1,1834200000,2028,2,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(64989,1,1834203600,2028,2,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(64990,1,1834207200,2028,2,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(64991,1,1834210800,2028,2,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(64992,1,1834214400,2028,2,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(64993,1,1834218000,2028,2,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(64994,1,1834221600,2028,2,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(64995,1,1834225200,2028,2,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(64996,1,1834228800,2028,2,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(64997,1,1834232400,2028,2,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(64998,1,1834236000,2028,2,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(64999,1,1834239600,2028,2,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(65000,1,1834243200,2028,2,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(65001,1,1834246800,2028,2,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(65002,1,1834250400,2028,2,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(65003,1,1834254000,2028,2,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(65004,1,1834257600,2028,2,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(65005,1,1834261200,2028,2,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(65006,1,1834264800,2028,2,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(65007,1,1834268400,2028,2,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(65008,1,1834272000,2028,2,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(65009,1,1834275600,2028,2,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(65010,1,1834279200,2028,2,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(65011,1,1834282800,2028,2,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(65012,1,1834286400,2028,2,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(65013,1,1834290000,2028,2,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(65014,1,1834293600,2028,2,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(65015,1,1834297200,2028,2,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(65016,1,1834300800,2028,2,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(65017,1,1834304400,2028,2,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(65018,1,1834308000,2028,2,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(65019,1,1834311600,2028,2,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(65020,1,1834315200,2028,2,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(65021,1,1834318800,2028,2,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(65022,1,1834322400,2028,2,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(65023,1,1834326000,2028,2,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(65024,1,1834329600,2028,2,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(65025,1,1834333200,2028,2,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(65026,1,1834336800,2028,2,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(65027,1,1834340400,2028,2,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(65028,1,1834344000,2028,2,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(65029,1,1834347600,2028,2,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(65030,1,1834351200,2028,2,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(65031,1,1834354800,2028,2,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(65032,1,1834358400,2028,2,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(65033,1,1834362000,2028,2,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(65034,1,1834365600,2028,2,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(65035,1,1834369200,2028,2,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(65036,1,1834372800,2028,2,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(65037,1,1834376400,2028,2,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(65038,1,1834380000,2028,2,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(65039,1,1834383600,2028,2,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(65040,1,1834387200,2028,2,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(65041,1,1834390800,2028,2,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(65042,1,1834394400,2028,2,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(65043,1,1834398000,2028,2,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(65044,1,1834401600,2028,2,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(65045,1,1834405200,2028,2,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(65046,1,1834408800,2028,2,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(65047,1,1834412400,2028,2,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(65048,1,1834416000,2028,2,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(65049,1,1834419600,2028,2,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(65050,1,1834423200,2028,2,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(65051,1,1834426800,2028,2,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(65052,1,1834430400,2028,2,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(65053,1,1834434000,2028,2,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(65054,1,1834437600,2028,2,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(65055,1,1834441200,2028,2,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(65056,1,1834444800,2028,2,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(65057,1,1834448400,2028,2,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(65058,1,1834452000,2028,2,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(65059,1,1834455600,2028,2,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(65060,1,1834459200,2028,2,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(65061,1,1834462800,2028,2,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(65062,1,1834466400,2028,2,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(65063,1,1834470000,2028,2,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(65064,1,1834473600,2028,2,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(65065,1,1834477200,2028,2,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(65066,1,1834480800,2028,2,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(65067,1,1834484400,2028,2,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(65068,1,1834488000,2028,2,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(65069,1,1834491600,2028,2,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(65070,1,1834495200,2028,2,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(65071,1,1834498800,2028,2,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(65072,1,1834502400,2028,2,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(65073,1,1834506000,2028,2,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(65074,1,1834509600,2028,2,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(65075,1,1834513200,2028,2,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(65076,1,1834516800,2028,2,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(65077,1,1834520400,2028,2,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(65078,1,1834524000,2028,2,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(65079,1,1834527600,2028,2,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(65080,1,1834531200,2028,2,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(65081,1,1834534800,2028,2,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(65082,1,1834538400,2028,2,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(65083,1,1834542000,2028,2,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(65084,1,1834545600,2028,2,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(65085,1,1834549200,2028,2,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(65086,1,1834552800,2028,2,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(65087,1,1834556400,2028,2,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(65088,1,1834560000,2028,2,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(65089,1,1834563600,2028,2,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(65090,1,1834567200,2028,2,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(65091,1,1834570800,2028,2,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(65092,1,1834574400,2028,2,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(65093,1,1834578000,2028,2,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(65094,1,1834581600,2028,2,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(65095,1,1834585200,2028,2,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(65096,1,1834588800,2028,2,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(65097,1,1834592400,2028,2,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(65098,1,1834596000,2028,2,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(65099,1,1834599600,2028,2,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(65100,1,1834603200,2028,2,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(65101,1,1834606800,2028,2,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(65102,1,1834610400,2028,2,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(65103,1,1834700400,2028,2,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(65104,1,1834704000,2028,2,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(65105,1,1834707600,2028,2,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(65106,1,1834711200,2028,2,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(65107,1,1834714800,2028,2,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(65108,1,1834718400,2028,2,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(65109,1,1834722000,2028,2,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(65110,1,1834725600,2028,2,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(65111,1,1834729200,2028,2,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(65112,1,1834732800,2028,2,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(65113,1,1834736400,2028,2,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(65114,1,1834740000,2028,2,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(65115,1,1834743600,2028,2,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(65116,1,1834747200,2028,2,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(65117,1,1834750800,2028,2,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(65118,1,1834754400,2028,2,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(65119,1,1834758000,2028,2,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(65120,1,1834761600,2028,2,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(65121,1,1834765200,2028,2,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(65122,1,1834768800,2028,2,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(65123,1,1834772400,2028,2,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(65124,1,1834776000,2028,2,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(65125,1,1834779600,2028,2,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(65126,1,1834783200,2028,2,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(65127,1,1834786800,2028,2,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(65128,1,1834790400,2028,2,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(65129,1,1834794000,2028,2,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(65130,1,1834797600,2028,2,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(65131,1,1834801200,2028,2,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(65132,1,1834804800,2028,2,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(65133,1,1834808400,2028,2,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(65134,1,1834812000,2028,2,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(65135,1,1834815600,2028,2,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(65136,1,1834819200,2028,2,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(65137,1,1834822800,2028,2,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(65138,1,1834826400,2028,2,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(65139,1,1834830000,2028,2,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(65140,1,1834833600,2028,2,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(65141,1,1834837200,2028,2,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(65142,1,1834840800,2028,2,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(65143,1,1834844400,2028,2,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(65144,1,1834848000,2028,2,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(65145,1,1834851600,2028,2,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(65146,1,1834855200,2028,2,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(65147,1,1834858800,2028,2,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(65148,1,1834862400,2028,2,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(65149,1,1834866000,2028,2,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(65150,1,1834869600,2028,2,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(65151,1,1834873200,2028,2,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(65152,1,1834876800,2028,2,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(65153,1,1834880400,2028,2,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(65154,1,1834884000,2028,2,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(65155,1,1834887600,2028,2,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(65156,1,1834891200,2028,2,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(65157,1,1834894800,2028,2,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(65158,1,1834898400,2028,2,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(65159,1,1834902000,2028,2,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(65160,1,1834905600,2028,2,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(65161,1,1834909200,2028,2,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(65162,1,1834912800,2028,2,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(65163,1,1834916400,2028,2,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(65164,1,1834920000,2028,2,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(65165,1,1834923600,2028,2,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(65166,1,1834927200,2028,2,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(65167,1,1834930800,2028,2,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(65168,1,1834934400,2028,2,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(65169,1,1834938000,2028,2,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(65170,1,1834941600,2028,2,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(65171,1,1834945200,2028,2,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(65172,1,1834948800,2028,2,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(65173,1,1834952400,2028,2,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(65174,1,1834956000,2028,2,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(65175,1,1834959600,2028,2,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(65176,1,1834963200,2028,2,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(65177,1,1834966800,2028,2,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(65178,1,1834970400,2028,2,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(65179,1,1834974000,2028,2,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(65180,1,1834977600,2028,2,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(65181,1,1834981200,2028,2,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(65182,1,1834984800,2028,2,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(65183,1,1834988400,2028,2,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(65184,1,1834992000,2028,2,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(65185,1,1834995600,2028,2,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(65186,1,1834999200,2028,2,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(65187,1,1835002800,2028,2,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(65188,1,1835006400,2028,2,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(65189,1,1835010000,2028,2,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(65190,1,1835013600,2028,2,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(65191,1,1835017200,2028,2,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(65192,1,1835020800,2028,2,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(65193,1,1835024400,2028,2,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(65194,1,1835028000,2028,2,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(65195,1,1835031600,2028,2,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(65196,1,1835035200,2028,2,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(65197,1,1835038800,2028,2,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(65198,1,1835042400,2028,2,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(65199,1,1835046000,2028,2,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(65200,1,1835049600,2028,2,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(65201,1,1835053200,2028,2,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(65202,1,1835056800,2028,2,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(65203,1,1835060400,2028,2,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(65204,1,1835064000,2028,2,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(65205,1,1835067600,2028,2,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(65206,1,1835071200,2028,2,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(65207,1,1835074800,2028,2,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(65208,1,1835078400,2028,2,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(65209,1,1835082000,2028,2,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(65210,1,1835085600,2028,2,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(65211,1,1835089200,2028,2,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(65212,1,1835092800,2028,2,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(65213,1,1835096400,2028,2,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(65214,1,1835100000,2028,2,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(65215,1,1835103600,2028,2,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(65216,1,1835107200,2028,2,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(65217,1,1835110800,2028,2,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(65218,1,1835114400,2028,2,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(65219,1,1835118000,2028,2,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(65220,1,1835121600,2028,2,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(65221,1,1835125200,2028,2,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(65222,1,1835128800,2028,2,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(65223,1,1835132400,2028,2,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(65224,1,1835136000,2028,2,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(65225,1,1835139600,2028,2,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(65226,1,1835143200,2028,2,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(65227,1,1835146800,2028,2,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(65228,1,1835150400,2028,2,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(65229,1,1835154000,2028,2,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(65230,1,1835157600,2028,2,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(65231,1,1835161200,2028,2,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(65232,1,1835164800,2028,2,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(65233,1,1835168400,2028,2,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(65234,1,1835172000,2028,2,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(65235,1,1835175600,2028,2,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(65236,1,1835179200,2028,2,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(65237,1,1835182800,2028,2,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(65238,1,1835186400,2028,2,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(65239,1,1835190000,2028,2,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(65240,1,1835193600,2028,2,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(65241,1,1835197200,2028,2,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(65242,1,1835200800,2028,2,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(65243,1,1835204400,2028,2,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(65244,1,1835208000,2028,2,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(65245,1,1835211600,2028,2,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(65246,1,1835215200,2028,2,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(65247,1,1835305200,2028,2,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(65248,1,1835308800,2028,2,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(65249,1,1835312400,2028,2,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(65250,1,1835316000,2028,2,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(65251,1,1835319600,2028,2,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(65252,1,1835323200,2028,2,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(65253,1,1835326800,2028,2,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(65254,1,1835330400,2028,2,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(65255,1,1835334000,2028,2,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(65256,1,1835337600,2028,2,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(65257,1,1835341200,2028,2,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(65258,1,1835344800,2028,2,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(65259,1,1835348400,2028,2,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(65260,1,1835352000,2028,2,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(65261,1,1835355600,2028,2,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(65262,1,1835359200,2028,2,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(65263,1,1835362800,2028,2,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(65264,1,1835366400,2028,2,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(65265,1,1835370000,2028,2,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(65266,1,1835373600,2028,2,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(65267,1,1835377200,2028,2,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(65268,1,1835380800,2028,2,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(65269,1,1835384400,2028,2,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(65270,1,1835388000,2028,2,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(65271,1,1835391600,2028,2,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(65272,1,1835395200,2028,2,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(65273,1,1835398800,2028,2,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(65274,1,1835402400,2028,2,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(65275,1,1835406000,2028,2,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(65276,1,1835409600,2028,2,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(65277,1,1835413200,2028,2,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(65278,1,1835416800,2028,2,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(65279,1,1835420400,2028,2,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(65280,1,1835424000,2028,2,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(65281,1,1835427600,2028,2,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(65282,1,1835431200,2028,2,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(65283,1,1835434800,2028,2,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(65284,1,1835438400,2028,2,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(65285,1,1835442000,2028,2,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(65286,1,1835445600,2028,2,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(65287,1,1835449200,2028,2,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(65288,1,1835452800,2028,2,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(65289,1,1835456400,2028,2,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(65290,1,1835460000,2028,2,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(65291,1,1835463600,2028,2,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(65292,1,1835467200,2028,2,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(65293,1,1835470800,2028,2,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(65294,1,1835474400,2028,2,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(65295,1,1835478000,2028,3,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(65296,1,1835481600,2028,3,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(65297,1,1835485200,2028,3,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(65298,1,1835488800,2028,3,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(65299,1,1835492400,2028,3,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(65300,1,1835496000,2028,3,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(65301,1,1835499600,2028,3,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(65302,1,1835503200,2028,3,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(65303,1,1835506800,2028,3,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(65304,1,1835510400,2028,3,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(65305,1,1835514000,2028,3,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(65306,1,1835517600,2028,3,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(65307,1,1835521200,2028,3,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(65308,1,1835524800,2028,3,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(65309,1,1835528400,2028,3,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(65310,1,1835532000,2028,3,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(65311,1,1835535600,2028,3,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(65312,1,1835539200,2028,3,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(65313,1,1835542800,2028,3,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(65314,1,1835546400,2028,3,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(65315,1,1835550000,2028,3,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(65316,1,1835553600,2028,3,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(65317,1,1835557200,2028,3,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(65318,1,1835560800,2028,3,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(65319,1,1835564400,2028,3,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(65320,1,1835568000,2028,3,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(65321,1,1835571600,2028,3,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(65322,1,1835575200,2028,3,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(65323,1,1835578800,2028,3,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(65324,1,1835582400,2028,3,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(65325,1,1835586000,2028,3,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(65326,1,1835589600,2028,3,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(65327,1,1835593200,2028,3,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(65328,1,1835596800,2028,3,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(65329,1,1835600400,2028,3,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(65330,1,1835604000,2028,3,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(65331,1,1835607600,2028,3,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(65332,1,1835611200,2028,3,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(65333,1,1835614800,2028,3,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(65334,1,1835618400,2028,3,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(65335,1,1835622000,2028,3,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(65336,1,1835625600,2028,3,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(65337,1,1835629200,2028,3,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(65338,1,1835632800,2028,3,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(65339,1,1835636400,2028,3,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(65340,1,1835640000,2028,3,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(65341,1,1835643600,2028,3,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(65342,1,1835647200,2028,3,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(65343,1,1835650800,2028,3,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(65344,1,1835654400,2028,3,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(65345,1,1835658000,2028,3,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(65346,1,1835661600,2028,3,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(65347,1,1835665200,2028,3,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(65348,1,1835668800,2028,3,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(65349,1,1835672400,2028,3,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(65350,1,1835676000,2028,3,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(65351,1,1835679600,2028,3,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(65352,1,1835683200,2028,3,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(65353,1,1835686800,2028,3,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(65354,1,1835690400,2028,3,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(65355,1,1835694000,2028,3,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(65356,1,1835697600,2028,3,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(65357,1,1835701200,2028,3,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(65358,1,1835704800,2028,3,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(65359,1,1835708400,2028,3,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(65360,1,1835712000,2028,3,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(65361,1,1835715600,2028,3,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(65362,1,1835719200,2028,3,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(65363,1,1835722800,2028,3,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(65364,1,1835726400,2028,3,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(65365,1,1835730000,2028,3,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(65366,1,1835733600,2028,3,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(65367,1,1835737200,2028,3,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(65368,1,1835740800,2028,3,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(65369,1,1835744400,2028,3,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(65370,1,1835748000,2028,3,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(65371,1,1835751600,2028,3,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(65372,1,1835755200,2028,3,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(65373,1,1835758800,2028,3,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(65374,1,1835762400,2028,3,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(65375,1,1835766000,2028,3,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(65376,1,1835769600,2028,3,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(65377,1,1835773200,2028,3,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(65378,1,1835776800,2028,3,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(65379,1,1835780400,2028,3,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(65380,1,1835784000,2028,3,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(65381,1,1835787600,2028,3,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(65382,1,1835791200,2028,3,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(65383,1,1835794800,2028,3,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(65384,1,1835798400,2028,3,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(65385,1,1835802000,2028,3,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(65386,1,1835805600,2028,3,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(65387,1,1835809200,2028,3,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(65388,1,1835812800,2028,3,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(65389,1,1835816400,2028,3,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(65390,1,1835820000,2028,3,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(65391,1,1835910000,2028,3,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(65392,1,1835913600,2028,3,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(65393,1,1835917200,2028,3,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(65394,1,1835920800,2028,3,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(65395,1,1835924400,2028,3,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(65396,1,1835928000,2028,3,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(65397,1,1835931600,2028,3,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(65398,1,1835935200,2028,3,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(65399,1,1835938800,2028,3,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(65400,1,1835942400,2028,3,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(65401,1,1835946000,2028,3,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(65402,1,1835949600,2028,3,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(65403,1,1835953200,2028,3,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(65404,1,1835956800,2028,3,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(65405,1,1835960400,2028,3,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(65406,1,1835964000,2028,3,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(65407,1,1835967600,2028,3,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(65408,1,1835971200,2028,3,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(65409,1,1835974800,2028,3,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(65410,1,1835978400,2028,3,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(65411,1,1835982000,2028,3,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(65412,1,1835985600,2028,3,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(65413,1,1835989200,2028,3,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(65414,1,1835992800,2028,3,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(65415,1,1835996400,2028,3,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(65416,1,1836000000,2028,3,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(65417,1,1836003600,2028,3,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(65418,1,1836007200,2028,3,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(65419,1,1836010800,2028,3,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(65420,1,1836014400,2028,3,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(65421,1,1836018000,2028,3,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(65422,1,1836021600,2028,3,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(65423,1,1836025200,2028,3,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(65424,1,1836028800,2028,3,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(65425,1,1836032400,2028,3,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(65426,1,1836036000,2028,3,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(65427,1,1836039600,2028,3,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(65428,1,1836043200,2028,3,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(65429,1,1836046800,2028,3,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(65430,1,1836050400,2028,3,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(65431,1,1836054000,2028,3,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(65432,1,1836057600,2028,3,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(65433,1,1836061200,2028,3,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(65434,1,1836064800,2028,3,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(65435,1,1836068400,2028,3,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(65436,1,1836072000,2028,3,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(65437,1,1836075600,2028,3,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(65438,1,1836079200,2028,3,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(65439,1,1836082800,2028,3,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(65440,1,1836086400,2028,3,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(65441,1,1836090000,2028,3,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(65442,1,1836093600,2028,3,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(65443,1,1836097200,2028,3,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(65444,1,1836100800,2028,3,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(65445,1,1836104400,2028,3,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(65446,1,1836108000,2028,3,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(65447,1,1836111600,2028,3,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(65448,1,1836115200,2028,3,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(65449,1,1836118800,2028,3,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(65450,1,1836122400,2028,3,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(65451,1,1836126000,2028,3,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(65452,1,1836129600,2028,3,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(65453,1,1836133200,2028,3,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(65454,1,1836136800,2028,3,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(65455,1,1836140400,2028,3,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(65456,1,1836144000,2028,3,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(65457,1,1836147600,2028,3,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(65458,1,1836151200,2028,3,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(65459,1,1836154800,2028,3,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(65460,1,1836158400,2028,3,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(65461,1,1836162000,2028,3,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(65462,1,1836165600,2028,3,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(65463,1,1836169200,2028,3,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(65464,1,1836172800,2028,3,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(65465,1,1836176400,2028,3,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(65466,1,1836180000,2028,3,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(65467,1,1836183600,2028,3,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(65468,1,1836187200,2028,3,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(65469,1,1836190800,2028,3,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(65470,1,1836194400,2028,3,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(65471,1,1836198000,2028,3,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(65472,1,1836201600,2028,3,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(65473,1,1836205200,2028,3,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(65474,1,1836208800,2028,3,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(65475,1,1836212400,2028,3,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(65476,1,1836216000,2028,3,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(65477,1,1836219600,2028,3,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(65478,1,1836223200,2028,3,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(65479,1,1836226800,2028,3,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(65480,1,1836230400,2028,3,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(65481,1,1836234000,2028,3,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(65482,1,1836237600,2028,3,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(65483,1,1836241200,2028,3,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(65484,1,1836244800,2028,3,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(65485,1,1836248400,2028,3,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(65486,1,1836252000,2028,3,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(65487,1,1836255600,2028,3,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(65488,1,1836259200,2028,3,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(65489,1,1836262800,2028,3,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(65490,1,1836266400,2028,3,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(65491,1,1836270000,2028,3,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(65492,1,1836273600,2028,3,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(65493,1,1836277200,2028,3,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(65494,1,1836280800,2028,3,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(65495,1,1836284400,2028,3,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(65496,1,1836288000,2028,3,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(65497,1,1836291600,2028,3,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(65498,1,1836295200,2028,3,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(65499,1,1836298800,2028,3,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(65500,1,1836302400,2028,3,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(65501,1,1836306000,2028,3,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(65502,1,1836309600,2028,3,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(65503,1,1836313200,2028,3,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(65504,1,1836316800,2028,3,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(65505,1,1836320400,2028,3,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(65506,1,1836324000,2028,3,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(65507,1,1836327600,2028,3,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(65508,1,1836331200,2028,3,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(65509,1,1836334800,2028,3,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(65510,1,1836338400,2028,3,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(65511,1,1836342000,2028,3,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(65512,1,1836345600,2028,3,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(65513,1,1836349200,2028,3,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(65514,1,1836352800,2028,3,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(65515,1,1836356400,2028,3,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(65516,1,1836360000,2028,3,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(65517,1,1836363600,2028,3,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(65518,1,1836367200,2028,3,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(65519,1,1836370800,2028,3,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(65520,1,1836374400,2028,3,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(65521,1,1836378000,2028,3,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(65522,1,1836381600,2028,3,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(65523,1,1836385200,2028,3,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(65524,1,1836388800,2028,3,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(65525,1,1836392400,2028,3,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(65526,1,1836396000,2028,3,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(65527,1,1836399600,2028,3,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(65528,1,1836403200,2028,3,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(65529,1,1836406800,2028,3,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(65530,1,1836410400,2028,3,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(65531,1,1836414000,2028,3,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(65532,1,1836417600,2028,3,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(65533,1,1836421200,2028,3,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(65534,1,1836424800,2028,3,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(65535,1,1836514800,2028,3,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(65536,1,1836518400,2028,3,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(65537,1,1836522000,2028,3,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(65538,1,1836525600,2028,3,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(65539,1,1836529200,2028,3,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(65540,1,1836532800,2028,3,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(65541,1,1836536400,2028,3,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(65542,1,1836540000,2028,3,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(65543,1,1836543600,2028,3,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(65544,1,1836547200,2028,3,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(65545,1,1836550800,2028,3,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(65546,1,1836554400,2028,3,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(65547,1,1836558000,2028,3,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(65548,1,1836561600,2028,3,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(65549,1,1836565200,2028,3,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(65550,1,1836568800,2028,3,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(65551,1,1836572400,2028,3,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(65552,1,1836576000,2028,3,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(65553,1,1836579600,2028,3,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(65554,1,1836583200,2028,3,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(65555,1,1836586800,2028,3,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(65556,1,1836590400,2028,3,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(65557,1,1836594000,2028,3,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(65558,1,1836597600,2028,3,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(65559,1,1836601200,2028,3,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(65560,1,1836604800,2028,3,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(65561,1,1836608400,2028,3,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(65562,1,1836612000,2028,3,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(65563,1,1836615600,2028,3,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(65564,1,1836619200,2028,3,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(65565,1,1836622800,2028,3,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(65566,1,1836626400,2028,3,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(65567,1,1836630000,2028,3,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(65568,1,1836633600,2028,3,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(65569,1,1836637200,2028,3,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(65570,1,1836640800,2028,3,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(65571,1,1836644400,2028,3,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(65572,1,1836648000,2028,3,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(65573,1,1836651600,2028,3,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(65574,1,1836655200,2028,3,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(65575,1,1836658800,2028,3,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(65576,1,1836662400,2028,3,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(65577,1,1836666000,2028,3,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(65578,1,1836669600,2028,3,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(65579,1,1836673200,2028,3,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(65580,1,1836676800,2028,3,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(65581,1,1836680400,2028,3,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(65582,1,1836684000,2028,3,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(65583,1,1836687600,2028,3,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(65584,1,1836691200,2028,3,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(65585,1,1836694800,2028,3,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(65586,1,1836698400,2028,3,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(65587,1,1836702000,2028,3,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(65588,1,1836705600,2028,3,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(65589,1,1836709200,2028,3,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(65590,1,1836712800,2028,3,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(65591,1,1836716400,2028,3,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(65592,1,1836720000,2028,3,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(65593,1,1836723600,2028,3,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(65594,1,1836727200,2028,3,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(65595,1,1836730800,2028,3,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(65596,1,1836734400,2028,3,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(65597,1,1836738000,2028,3,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(65598,1,1836741600,2028,3,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(65599,1,1836745200,2028,3,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(65600,1,1836748800,2028,3,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(65601,1,1836752400,2028,3,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(65602,1,1836756000,2028,3,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(65603,1,1836759600,2028,3,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(65604,1,1836763200,2028,3,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(65605,1,1836766800,2028,3,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(65606,1,1836770400,2028,3,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(65607,1,1836774000,2028,3,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(65608,1,1836777600,2028,3,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(65609,1,1836781200,2028,3,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(65610,1,1836784800,2028,3,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(65611,1,1836788400,2028,3,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(65612,1,1836792000,2028,3,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(65613,1,1836795600,2028,3,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(65614,1,1836799200,2028,3,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(65615,1,1836802800,2028,3,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(65616,1,1836806400,2028,3,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(65617,1,1836810000,2028,3,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(65618,1,1836813600,2028,3,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(65619,1,1836817200,2028,3,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(65620,1,1836820800,2028,3,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(65621,1,1836824400,2028,3,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(65622,1,1836828000,2028,3,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(65623,1,1836831600,2028,3,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(65624,1,1836835200,2028,3,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(65625,1,1836838800,2028,3,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(65626,1,1836842400,2028,3,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(65627,1,1836846000,2028,3,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(65628,1,1836849600,2028,3,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(65629,1,1836853200,2028,3,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(65630,1,1836856800,2028,3,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(65631,1,1836860400,2028,3,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(65632,1,1836864000,2028,3,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(65633,1,1836867600,2028,3,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(65634,1,1836871200,2028,3,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(65635,1,1836874800,2028,3,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(65636,1,1836878400,2028,3,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(65637,1,1836882000,2028,3,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(65638,1,1836885600,2028,3,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(65639,1,1836889200,2028,3,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(65640,1,1836892800,2028,3,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(65641,1,1836896400,2028,3,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(65642,1,1836900000,2028,3,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(65643,1,1836903600,2028,3,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(65644,1,1836907200,2028,3,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(65645,1,1836910800,2028,3,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(65646,1,1836914400,2028,3,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(65647,1,1836918000,2028,3,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(65648,1,1836921600,2028,3,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(65649,1,1836925200,2028,3,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(65650,1,1836928800,2028,3,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(65651,1,1836932400,2028,3,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(65652,1,1836936000,2028,3,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(65653,1,1836939600,2028,3,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(65654,1,1836943200,2028,3,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(65655,1,1836946800,2028,3,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(65656,1,1836950400,2028,3,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(65657,1,1836954000,2028,3,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(65658,1,1836957600,2028,3,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(65659,1,1836961200,2028,3,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(65660,1,1836964800,2028,3,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(65661,1,1836968400,2028,3,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(65662,1,1836972000,2028,3,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(65663,1,1836975600,2028,3,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(65664,1,1836979200,2028,3,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(65665,1,1836982800,2028,3,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(65666,1,1836986400,2028,3,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(65667,1,1836990000,2028,3,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(65668,1,1836993600,2028,3,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(65669,1,1836997200,2028,3,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(65670,1,1837000800,2028,3,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(65671,1,1837004400,2028,3,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(65672,1,1837008000,2028,3,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(65673,1,1837011600,2028,3,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(65674,1,1837015200,2028,3,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(65675,1,1837018800,2028,3,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(65676,1,1837022400,2028,3,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(65677,1,1837026000,2028,3,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(65678,1,1837029600,2028,3,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(65679,1,1837119600,2028,3,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(65680,1,1837123200,2028,3,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(65681,1,1837126800,2028,3,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(65682,1,1837130400,2028,3,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(65683,1,1837134000,2028,3,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(65684,1,1837137600,2028,3,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(65685,1,1837141200,2028,3,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(65686,1,1837144800,2028,3,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(65687,1,1837148400,2028,3,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(65688,1,1837152000,2028,3,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(65689,1,1837155600,2028,3,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(65690,1,1837159200,2028,3,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(65691,1,1837162800,2028,3,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(65692,1,1837166400,2028,3,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(65693,1,1837170000,2028,3,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(65694,1,1837173600,2028,3,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(65695,1,1837177200,2028,3,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(65696,1,1837180800,2028,3,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(65697,1,1837184400,2028,3,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(65698,1,1837188000,2028,3,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(65699,1,1837191600,2028,3,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(65700,1,1837195200,2028,3,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(65701,1,1837198800,2028,3,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(65702,1,1837202400,2028,3,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(65703,1,1837206000,2028,3,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(65704,1,1837209600,2028,3,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(65705,1,1837213200,2028,3,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(65706,1,1837216800,2028,3,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(65707,1,1837220400,2028,3,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(65708,1,1837224000,2028,3,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(65709,1,1837227600,2028,3,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(65710,1,1837231200,2028,3,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(65711,1,1837234800,2028,3,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(65712,1,1837238400,2028,3,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(65713,1,1837242000,2028,3,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(65714,1,1837245600,2028,3,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(65715,1,1837249200,2028,3,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(65716,1,1837252800,2028,3,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(65717,1,1837256400,2028,3,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(65718,1,1837260000,2028,3,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(65719,1,1837263600,2028,3,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(65720,1,1837267200,2028,3,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(65721,1,1837270800,2028,3,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(65722,1,1837274400,2028,3,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(65723,1,1837278000,2028,3,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(65724,1,1837281600,2028,3,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(65725,1,1837285200,2028,3,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(65726,1,1837288800,2028,3,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(65727,1,1837292400,2028,3,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(65728,1,1837296000,2028,3,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(65729,1,1837299600,2028,3,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(65730,1,1837303200,2028,3,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(65731,1,1837306800,2028,3,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(65732,1,1837310400,2028,3,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(65733,1,1837314000,2028,3,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(65734,1,1837317600,2028,3,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(65735,1,1837321200,2028,3,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(65736,1,1837324800,2028,3,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(65737,1,1837328400,2028,3,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(65738,1,1837332000,2028,3,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(65739,1,1837335600,2028,3,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(65740,1,1837339200,2028,3,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(65741,1,1837342800,2028,3,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(65742,1,1837346400,2028,3,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(65743,1,1837350000,2028,3,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(65744,1,1837353600,2028,3,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(65745,1,1837357200,2028,3,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(65746,1,1837360800,2028,3,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(65747,1,1837364400,2028,3,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(65748,1,1837368000,2028,3,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(65749,1,1837371600,2028,3,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(65750,1,1837375200,2028,3,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(65751,1,1837378800,2028,3,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(65752,1,1837382400,2028,3,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(65753,1,1837386000,2028,3,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(65754,1,1837389600,2028,3,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(65755,1,1837393200,2028,3,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(65756,1,1837396800,2028,3,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(65757,1,1837400400,2028,3,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(65758,1,1837404000,2028,3,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(65759,1,1837407600,2028,3,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(65760,1,1837411200,2028,3,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(65761,1,1837414800,2028,3,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(65762,1,1837418400,2028,3,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(65763,1,1837422000,2028,3,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(65764,1,1837425600,2028,3,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(65765,1,1837429200,2028,3,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(65766,1,1837432800,2028,3,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(65767,1,1837436400,2028,3,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(65768,1,1837440000,2028,3,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(65769,1,1837443600,2028,3,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(65770,1,1837447200,2028,3,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(65771,1,1837450800,2028,3,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(65772,1,1837454400,2028,3,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(65773,1,1837458000,2028,3,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(65774,1,1837461600,2028,3,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(65775,1,1837465200,2028,3,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(65776,1,1837468800,2028,3,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(65777,1,1837472400,2028,3,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(65778,1,1837476000,2028,3,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(65779,1,1837479600,2028,3,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(65780,1,1837483200,2028,3,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(65781,1,1837486800,2028,3,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(65782,1,1837490400,2028,3,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(65783,1,1837494000,2028,3,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(65784,1,1837497600,2028,3,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(65785,1,1837501200,2028,3,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(65786,1,1837504800,2028,3,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(65787,1,1837508400,2028,3,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(65788,1,1837512000,2028,3,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(65789,1,1837515600,2028,3,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(65790,1,1837519200,2028,3,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(65791,1,1837522800,2028,3,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(65792,1,1837526400,2028,3,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(65793,1,1837530000,2028,3,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(65794,1,1837533600,2028,3,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(65795,1,1837537200,2028,3,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(65796,1,1837540800,2028,3,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(65797,1,1837544400,2028,3,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(65798,1,1837548000,2028,3,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(65799,1,1837551600,2028,3,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(65800,1,1837555200,2028,3,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(65801,1,1837558800,2028,3,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(65802,1,1837562400,2028,3,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(65803,1,1837566000,2028,3,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(65804,1,1837569600,2028,3,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(65805,1,1837573200,2028,3,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(65806,1,1837576800,2028,3,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(65807,1,1837580400,2028,3,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(65808,1,1837584000,2028,3,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(65809,1,1837587600,2028,3,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(65810,1,1837591200,2028,3,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(65811,1,1837594800,2028,3,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(65812,1,1837598400,2028,3,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(65813,1,1837602000,2028,3,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(65814,1,1837605600,2028,3,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(65815,1,1837609200,2028,3,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(65816,1,1837612800,2028,3,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(65817,1,1837616400,2028,3,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(65818,1,1837620000,2028,3,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(65819,1,1837623600,2028,3,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(65820,1,1837627200,2028,3,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(65821,1,1837630800,2028,3,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(65822,1,1837634400,2028,3,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(65823,1,1837720800,2028,3,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(65824,1,1837724400,2028,3,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(65825,1,1837728000,2028,3,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(65826,1,1837731600,2028,3,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(65827,1,1837735200,2028,3,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(65828,1,1837738800,2028,3,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(65829,1,1837742400,2028,3,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(65830,1,1837746000,2028,3,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(65831,1,1837749600,2028,3,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(65832,1,1837753200,2028,3,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(65833,1,1837756800,2028,3,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(65834,1,1837760400,2028,3,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(65835,1,1837764000,2028,3,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(65836,1,1837767600,2028,3,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(65837,1,1837771200,2028,3,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(65838,1,1837774800,2028,3,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(65839,1,1837778400,2028,3,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(65840,1,1837782000,2028,3,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(65841,1,1837785600,2028,3,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(65842,1,1837789200,2028,3,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(65843,1,1837792800,2028,3,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(65844,1,1837796400,2028,3,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(65845,1,1837800000,2028,3,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(65846,1,1837803600,2028,3,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(65847,1,1837807200,2028,3,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(65848,1,1837810800,2028,3,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(65849,1,1837814400,2028,3,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(65850,1,1837818000,2028,3,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(65851,1,1837821600,2028,3,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(65852,1,1837825200,2028,3,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(65853,1,1837828800,2028,3,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(65854,1,1837832400,2028,3,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(65855,1,1837836000,2028,3,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(65856,1,1837839600,2028,3,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(65857,1,1837843200,2028,3,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(65858,1,1837846800,2028,3,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(65859,1,1837850400,2028,3,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(65860,1,1837854000,2028,3,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(65861,1,1837857600,2028,3,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(65862,1,1837861200,2028,3,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(65863,1,1837864800,2028,3,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(65864,1,1837868400,2028,3,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(65865,1,1837872000,2028,3,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(65866,1,1837875600,2028,3,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(65867,1,1837879200,2028,3,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(65868,1,1837882800,2028,3,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(65869,1,1837886400,2028,3,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(65870,1,1837890000,2028,3,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(65871,1,1837893600,2028,3,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(65872,1,1837897200,2028,3,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(65873,1,1837900800,2028,3,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(65874,1,1837904400,2028,3,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(65875,1,1837908000,2028,3,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(65876,1,1837911600,2028,3,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(65877,1,1837915200,2028,3,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(65878,1,1837918800,2028,3,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(65879,1,1837922400,2028,3,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(65880,1,1837926000,2028,3,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(65881,1,1837929600,2028,3,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(65882,1,1837933200,2028,3,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(65883,1,1837936800,2028,3,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(65884,1,1837940400,2028,3,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(65885,1,1837944000,2028,3,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(65886,1,1837947600,2028,3,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(65887,1,1837951200,2028,3,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(65888,1,1837954800,2028,3,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(65889,1,1837958400,2028,3,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(65890,1,1837962000,2028,3,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(65891,1,1837965600,2028,3,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(65892,1,1837969200,2028,3,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(65893,1,1837972800,2028,3,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(65894,1,1837976400,2028,3,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(65895,1,1837980000,2028,3,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(65896,1,1837983600,2028,3,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(65897,1,1837987200,2028,3,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(65898,1,1837990800,2028,3,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(65899,1,1837994400,2028,3,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(65900,1,1837998000,2028,3,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(65901,1,1838001600,2028,3,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(65902,1,1838005200,2028,3,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(65903,1,1838008800,2028,3,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(65904,1,1838012400,2028,3,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(65905,1,1838016000,2028,3,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(65906,1,1838019600,2028,3,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(65907,1,1838023200,2028,3,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(65908,1,1838026800,2028,3,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(65909,1,1838030400,2028,3,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(65910,1,1838034000,2028,3,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(65911,1,1838037600,2028,3,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(65912,1,1838041200,2028,3,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(65913,1,1838044800,2028,3,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(65914,1,1838048400,2028,3,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(65915,1,1838052000,2028,3,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(65916,1,1838055600,2028,3,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(65917,1,1838059200,2028,3,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(65918,1,1838062800,2028,3,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(65919,1,1838066400,2028,3,31,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(65920,1,1838070000,2028,3,31,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(65921,1,1838073600,2028,3,31,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(65922,1,1838077200,2028,3,31,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(65923,1,1838080800,2028,3,31,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(65924,1,1838084400,2028,3,31,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(65925,1,1838088000,2028,3,31,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(65926,1,1838091600,2028,3,31,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(65927,1,1838095200,2028,3,31,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(65928,1,1838098800,2028,3,31,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(65929,1,1838102400,2028,3,31,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(65930,1,1838106000,2028,3,31,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(65931,1,1838109600,2028,3,31,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(65932,1,1838113200,2028,3,31,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(65933,1,1838116800,2028,3,31,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(65934,1,1838120400,2028,3,31,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(65935,1,1838124000,2028,3,31,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(65936,1,1838127600,2028,3,31,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(65937,1,1838131200,2028,3,31,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(65938,1,1838134800,2028,3,31,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(65939,1,1838138400,2028,3,31,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(65940,1,1838142000,2028,3,31,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(65941,1,1838145600,2028,3,31,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(65942,1,1838149200,2028,3,31,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(65943,1,1838152800,2028,4,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(65944,1,1838156400,2028,4,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(65945,1,1838160000,2028,4,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(65946,1,1838163600,2028,4,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(65947,1,1838167200,2028,4,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(65948,1,1838170800,2028,4,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(65949,1,1838174400,2028,4,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(65950,1,1838178000,2028,4,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(65951,1,1838181600,2028,4,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(65952,1,1838185200,2028,4,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(65953,1,1838188800,2028,4,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(65954,1,1838192400,2028,4,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(65955,1,1838196000,2028,4,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(65956,1,1838199600,2028,4,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(65957,1,1838203200,2028,4,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(65958,1,1838206800,2028,4,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(65959,1,1838210400,2028,4,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(65960,1,1838214000,2028,4,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(65961,1,1838217600,2028,4,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(65962,1,1838221200,2028,4,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(65963,1,1838224800,2028,4,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(65964,1,1838228400,2028,4,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(65965,1,1838232000,2028,4,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(65966,1,1838235600,2028,4,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(65967,1,1838325600,2028,4,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(65968,1,1838329200,2028,4,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(65969,1,1838332800,2028,4,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(65970,1,1838336400,2028,4,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(65971,1,1838340000,2028,4,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(65972,1,1838343600,2028,4,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(65973,1,1838347200,2028,4,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(65974,1,1838350800,2028,4,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(65975,1,1838354400,2028,4,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(65976,1,1838358000,2028,4,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(65977,1,1838361600,2028,4,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(65978,1,1838365200,2028,4,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(65979,1,1838368800,2028,4,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(65980,1,1838372400,2028,4,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(65981,1,1838376000,2028,4,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(65982,1,1838379600,2028,4,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(65983,1,1838383200,2028,4,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(65984,1,1838386800,2028,4,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(65985,1,1838390400,2028,4,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(65986,1,1838394000,2028,4,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(65987,1,1838397600,2028,4,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(65988,1,1838401200,2028,4,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(65989,1,1838404800,2028,4,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(65990,1,1838408400,2028,4,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(65991,1,1838412000,2028,4,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(65992,1,1838415600,2028,4,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(65993,1,1838419200,2028,4,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(65994,1,1838422800,2028,4,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(65995,1,1838426400,2028,4,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(65996,1,1838430000,2028,4,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(65997,1,1838433600,2028,4,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(65998,1,1838437200,2028,4,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(65999,1,1838440800,2028,4,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(66000,1,1838444400,2028,4,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(66001,1,1838448000,2028,4,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(66002,1,1838451600,2028,4,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(66003,1,1838455200,2028,4,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(66004,1,1838458800,2028,4,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(66005,1,1838462400,2028,4,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(66006,1,1838466000,2028,4,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(66007,1,1838469600,2028,4,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(66008,1,1838473200,2028,4,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(66009,1,1838476800,2028,4,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(66010,1,1838480400,2028,4,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(66011,1,1838484000,2028,4,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(66012,1,1838487600,2028,4,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(66013,1,1838491200,2028,4,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(66014,1,1838494800,2028,4,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(66015,1,1838498400,2028,4,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(66016,1,1838502000,2028,4,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(66017,1,1838505600,2028,4,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(66018,1,1838509200,2028,4,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(66019,1,1838512800,2028,4,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(66020,1,1838516400,2028,4,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(66021,1,1838520000,2028,4,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(66022,1,1838523600,2028,4,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(66023,1,1838527200,2028,4,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(66024,1,1838530800,2028,4,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(66025,1,1838534400,2028,4,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(66026,1,1838538000,2028,4,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(66027,1,1838541600,2028,4,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(66028,1,1838545200,2028,4,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(66029,1,1838548800,2028,4,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(66030,1,1838552400,2028,4,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(66031,1,1838556000,2028,4,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(66032,1,1838559600,2028,4,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(66033,1,1838563200,2028,4,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(66034,1,1838566800,2028,4,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(66035,1,1838570400,2028,4,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(66036,1,1838574000,2028,4,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(66037,1,1838577600,2028,4,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(66038,1,1838581200,2028,4,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(66039,1,1838584800,2028,4,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(66040,1,1838588400,2028,4,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(66041,1,1838592000,2028,4,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(66042,1,1838595600,2028,4,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(66043,1,1838599200,2028,4,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(66044,1,1838602800,2028,4,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(66045,1,1838606400,2028,4,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(66046,1,1838610000,2028,4,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(66047,1,1838613600,2028,4,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(66048,1,1838617200,2028,4,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(66049,1,1838620800,2028,4,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(66050,1,1838624400,2028,4,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(66051,1,1838628000,2028,4,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(66052,1,1838631600,2028,4,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(66053,1,1838635200,2028,4,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(66054,1,1838638800,2028,4,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(66055,1,1838642400,2028,4,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(66056,1,1838646000,2028,4,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(66057,1,1838649600,2028,4,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(66058,1,1838653200,2028,4,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(66059,1,1838656800,2028,4,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(66060,1,1838660400,2028,4,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(66061,1,1838664000,2028,4,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(66062,1,1838667600,2028,4,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(66063,1,1838671200,2028,4,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(66064,1,1838674800,2028,4,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(66065,1,1838678400,2028,4,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(66066,1,1838682000,2028,4,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(66067,1,1838685600,2028,4,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(66068,1,1838689200,2028,4,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(66069,1,1838692800,2028,4,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(66070,1,1838696400,2028,4,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(66071,1,1838700000,2028,4,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(66072,1,1838703600,2028,4,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(66073,1,1838707200,2028,4,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(66074,1,1838710800,2028,4,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(66075,1,1838714400,2028,4,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(66076,1,1838718000,2028,4,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(66077,1,1838721600,2028,4,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(66078,1,1838725200,2028,4,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(66079,1,1838728800,2028,4,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(66080,1,1838732400,2028,4,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(66081,1,1838736000,2028,4,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(66082,1,1838739600,2028,4,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(66083,1,1838743200,2028,4,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(66084,1,1838746800,2028,4,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(66085,1,1838750400,2028,4,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(66086,1,1838754000,2028,4,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(66087,1,1838757600,2028,4,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(66088,1,1838761200,2028,4,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(66089,1,1838764800,2028,4,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(66090,1,1838768400,2028,4,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(66091,1,1838772000,2028,4,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(66092,1,1838775600,2028,4,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(66093,1,1838779200,2028,4,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(66094,1,1838782800,2028,4,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(66095,1,1838786400,2028,4,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(66096,1,1838790000,2028,4,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(66097,1,1838793600,2028,4,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(66098,1,1838797200,2028,4,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(66099,1,1838800800,2028,4,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(66100,1,1838804400,2028,4,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(66101,1,1838808000,2028,4,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(66102,1,1838811600,2028,4,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(66103,1,1838815200,2028,4,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(66104,1,1838818800,2028,4,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(66105,1,1838822400,2028,4,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(66106,1,1838826000,2028,4,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(66107,1,1838829600,2028,4,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(66108,1,1838833200,2028,4,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(66109,1,1838836800,2028,4,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(66110,1,1838840400,2028,4,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(66111,1,1838930400,2028,4,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(66112,1,1838934000,2028,4,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(66113,1,1838937600,2028,4,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(66114,1,1838941200,2028,4,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(66115,1,1838944800,2028,4,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(66116,1,1838948400,2028,4,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(66117,1,1838952000,2028,4,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(66118,1,1838955600,2028,4,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(66119,1,1838959200,2028,4,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(66120,1,1838962800,2028,4,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(66121,1,1838966400,2028,4,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(66122,1,1838970000,2028,4,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(66123,1,1838973600,2028,4,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(66124,1,1838977200,2028,4,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(66125,1,1838980800,2028,4,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(66126,1,1838984400,2028,4,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(66127,1,1838988000,2028,4,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(66128,1,1838991600,2028,4,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(66129,1,1838995200,2028,4,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(66130,1,1838998800,2028,4,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(66131,1,1839002400,2028,4,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(66132,1,1839006000,2028,4,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(66133,1,1839009600,2028,4,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(66134,1,1839013200,2028,4,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(66135,1,1839016800,2028,4,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(66136,1,1839020400,2028,4,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(66137,1,1839024000,2028,4,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(66138,1,1839027600,2028,4,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(66139,1,1839031200,2028,4,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(66140,1,1839034800,2028,4,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(66141,1,1839038400,2028,4,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(66142,1,1839042000,2028,4,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(66143,1,1839045600,2028,4,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(66144,1,1839049200,2028,4,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(66145,1,1839052800,2028,4,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(66146,1,1839056400,2028,4,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(66147,1,1839060000,2028,4,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(66148,1,1839063600,2028,4,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(66149,1,1839067200,2028,4,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(66150,1,1839070800,2028,4,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(66151,1,1839074400,2028,4,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(66152,1,1839078000,2028,4,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(66153,1,1839081600,2028,4,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(66154,1,1839085200,2028,4,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(66155,1,1839088800,2028,4,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(66156,1,1839092400,2028,4,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(66157,1,1839096000,2028,4,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(66158,1,1839099600,2028,4,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(66159,1,1839103200,2028,4,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(66160,1,1839106800,2028,4,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(66161,1,1839110400,2028,4,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(66162,1,1839114000,2028,4,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(66163,1,1839117600,2028,4,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(66164,1,1839121200,2028,4,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(66165,1,1839124800,2028,4,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(66166,1,1839128400,2028,4,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(66167,1,1839132000,2028,4,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(66168,1,1839135600,2028,4,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(66169,1,1839139200,2028,4,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(66170,1,1839142800,2028,4,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(66171,1,1839146400,2028,4,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(66172,1,1839150000,2028,4,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(66173,1,1839153600,2028,4,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(66174,1,1839157200,2028,4,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(66175,1,1839160800,2028,4,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(66176,1,1839164400,2028,4,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(66177,1,1839168000,2028,4,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(66178,1,1839171600,2028,4,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(66179,1,1839175200,2028,4,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(66180,1,1839178800,2028,4,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(66181,1,1839182400,2028,4,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(66182,1,1839186000,2028,4,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(66183,1,1839189600,2028,4,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(66184,1,1839193200,2028,4,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(66185,1,1839196800,2028,4,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(66186,1,1839200400,2028,4,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(66187,1,1839204000,2028,4,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(66188,1,1839207600,2028,4,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(66189,1,1839211200,2028,4,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(66190,1,1839214800,2028,4,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(66191,1,1839218400,2028,4,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(66192,1,1839222000,2028,4,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(66193,1,1839225600,2028,4,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(66194,1,1839229200,2028,4,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(66195,1,1839232800,2028,4,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(66196,1,1839236400,2028,4,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(66197,1,1839240000,2028,4,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(66198,1,1839243600,2028,4,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(66199,1,1839247200,2028,4,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(66200,1,1839250800,2028,4,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(66201,1,1839254400,2028,4,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(66202,1,1839258000,2028,4,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(66203,1,1839261600,2028,4,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(66204,1,1839265200,2028,4,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(66205,1,1839268800,2028,4,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(66206,1,1839272400,2028,4,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(66207,1,1839276000,2028,4,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(66208,1,1839279600,2028,4,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(66209,1,1839283200,2028,4,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(66210,1,1839286800,2028,4,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(66211,1,1839290400,2028,4,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(66212,1,1839294000,2028,4,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(66213,1,1839297600,2028,4,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(66214,1,1839301200,2028,4,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(66215,1,1839304800,2028,4,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(66216,1,1839308400,2028,4,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(66217,1,1839312000,2028,4,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(66218,1,1839315600,2028,4,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(66219,1,1839319200,2028,4,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(66220,1,1839322800,2028,4,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(66221,1,1839326400,2028,4,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(66222,1,1839330000,2028,4,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(66223,1,1839333600,2028,4,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(66224,1,1839337200,2028,4,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(66225,1,1839340800,2028,4,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(66226,1,1839344400,2028,4,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(66227,1,1839348000,2028,4,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(66228,1,1839351600,2028,4,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(66229,1,1839355200,2028,4,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(66230,1,1839358800,2028,4,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(66231,1,1839362400,2028,4,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(66232,1,1839366000,2028,4,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(66233,1,1839369600,2028,4,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(66234,1,1839373200,2028,4,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(66235,1,1839376800,2028,4,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(66236,1,1839380400,2028,4,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(66237,1,1839384000,2028,4,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(66238,1,1839387600,2028,4,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(66239,1,1839391200,2028,4,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(66240,1,1839394800,2028,4,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(66241,1,1839398400,2028,4,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(66242,1,1839402000,2028,4,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(66243,1,1839405600,2028,4,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(66244,1,1839409200,2028,4,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(66245,1,1839412800,2028,4,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(66246,1,1839416400,2028,4,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(66247,1,1839420000,2028,4,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(66248,1,1839423600,2028,4,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(66249,1,1839427200,2028,4,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(66250,1,1839430800,2028,4,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(66251,1,1839434400,2028,4,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(66252,1,1839438000,2028,4,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(66253,1,1839441600,2028,4,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(66254,1,1839445200,2028,4,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(66255,1,1839535200,2028,4,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(66256,1,1839538800,2028,4,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(66257,1,1839542400,2028,4,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(66258,1,1839546000,2028,4,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(66259,1,1839549600,2028,4,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(66260,1,1839553200,2028,4,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(66261,1,1839556800,2028,4,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(66262,1,1839560400,2028,4,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(66263,1,1839564000,2028,4,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(66264,1,1839567600,2028,4,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(66265,1,1839571200,2028,4,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(66266,1,1839574800,2028,4,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(66267,1,1839578400,2028,4,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(66268,1,1839582000,2028,4,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(66269,1,1839585600,2028,4,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(66270,1,1839589200,2028,4,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(66271,1,1839592800,2028,4,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(66272,1,1839596400,2028,4,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(66273,1,1839600000,2028,4,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(66274,1,1839603600,2028,4,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(66275,1,1839607200,2028,4,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(66276,1,1839610800,2028,4,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(66277,1,1839614400,2028,4,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(66278,1,1839618000,2028,4,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(66279,1,1839621600,2028,4,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(66280,1,1839625200,2028,4,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(66281,1,1839628800,2028,4,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(66282,1,1839632400,2028,4,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(66283,1,1839636000,2028,4,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(66284,1,1839639600,2028,4,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(66285,1,1839643200,2028,4,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(66286,1,1839646800,2028,4,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(66287,1,1839650400,2028,4,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(66288,1,1839654000,2028,4,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(66289,1,1839657600,2028,4,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(66290,1,1839661200,2028,4,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(66291,1,1839664800,2028,4,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(66292,1,1839668400,2028,4,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(66293,1,1839672000,2028,4,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(66294,1,1839675600,2028,4,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(66295,1,1839679200,2028,4,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(66296,1,1839682800,2028,4,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(66297,1,1839686400,2028,4,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(66298,1,1839690000,2028,4,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(66299,1,1839693600,2028,4,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(66300,1,1839697200,2028,4,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(66301,1,1839700800,2028,4,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(66302,1,1839704400,2028,4,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(66303,1,1839708000,2028,4,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(66304,1,1839711600,2028,4,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(66305,1,1839715200,2028,4,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(66306,1,1839718800,2028,4,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(66307,1,1839722400,2028,4,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(66308,1,1839726000,2028,4,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(66309,1,1839729600,2028,4,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(66310,1,1839733200,2028,4,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(66311,1,1839736800,2028,4,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(66312,1,1839740400,2028,4,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(66313,1,1839744000,2028,4,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(66314,1,1839747600,2028,4,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(66315,1,1839751200,2028,4,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(66316,1,1839754800,2028,4,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(66317,1,1839758400,2028,4,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(66318,1,1839762000,2028,4,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(66319,1,1839765600,2028,4,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(66320,1,1839769200,2028,4,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(66321,1,1839772800,2028,4,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(66322,1,1839776400,2028,4,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(66323,1,1839780000,2028,4,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(66324,1,1839783600,2028,4,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(66325,1,1839787200,2028,4,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(66326,1,1839790800,2028,4,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(66327,1,1839794400,2028,4,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(66328,1,1839798000,2028,4,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(66329,1,1839801600,2028,4,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(66330,1,1839805200,2028,4,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(66331,1,1839808800,2028,4,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(66332,1,1839812400,2028,4,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(66333,1,1839816000,2028,4,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(66334,1,1839819600,2028,4,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(66335,1,1839823200,2028,4,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(66336,1,1839826800,2028,4,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(66337,1,1839830400,2028,4,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(66338,1,1839834000,2028,4,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(66339,1,1839837600,2028,4,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(66340,1,1839841200,2028,4,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(66341,1,1839844800,2028,4,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(66342,1,1839848400,2028,4,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(66343,1,1839852000,2028,4,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(66344,1,1839855600,2028,4,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(66345,1,1839859200,2028,4,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(66346,1,1839862800,2028,4,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(66347,1,1839866400,2028,4,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(66348,1,1839870000,2028,4,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(66349,1,1839873600,2028,4,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(66350,1,1839877200,2028,4,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(66351,1,1839880800,2028,4,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(66352,1,1839884400,2028,4,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(66353,1,1839888000,2028,4,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(66354,1,1839891600,2028,4,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(66355,1,1839895200,2028,4,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(66356,1,1839898800,2028,4,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(66357,1,1839902400,2028,4,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(66358,1,1839906000,2028,4,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(66359,1,1839909600,2028,4,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(66360,1,1839913200,2028,4,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(66361,1,1839916800,2028,4,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(66362,1,1839920400,2028,4,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(66363,1,1839924000,2028,4,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(66364,1,1839927600,2028,4,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(66365,1,1839931200,2028,4,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(66366,1,1839934800,2028,4,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(66367,1,1839938400,2028,4,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(66368,1,1839942000,2028,4,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(66369,1,1839945600,2028,4,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(66370,1,1839949200,2028,4,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(66371,1,1839952800,2028,4,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(66372,1,1839956400,2028,4,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(66373,1,1839960000,2028,4,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(66374,1,1839963600,2028,4,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(66375,1,1839967200,2028,4,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(66376,1,1839970800,2028,4,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(66377,1,1839974400,2028,4,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(66378,1,1839978000,2028,4,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(66379,1,1839981600,2028,4,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(66380,1,1839985200,2028,4,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(66381,1,1839988800,2028,4,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(66382,1,1839992400,2028,4,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(66383,1,1839996000,2028,4,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(66384,1,1839999600,2028,4,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(66385,1,1840003200,2028,4,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(66386,1,1840006800,2028,4,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(66387,1,1840010400,2028,4,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(66388,1,1840014000,2028,4,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(66389,1,1840017600,2028,4,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(66390,1,1840021200,2028,4,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(66391,1,1840024800,2028,4,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(66392,1,1840028400,2028,4,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(66393,1,1840032000,2028,4,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(66394,1,1840035600,2028,4,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(66395,1,1840039200,2028,4,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(66396,1,1840042800,2028,4,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(66397,1,1840046400,2028,4,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(66398,1,1840050000,2028,4,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(66399,1,1840140000,2028,4,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(66400,1,1840143600,2028,4,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(66401,1,1840147200,2028,4,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(66402,1,1840150800,2028,4,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(66403,1,1840154400,2028,4,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(66404,1,1840158000,2028,4,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(66405,1,1840161600,2028,4,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(66406,1,1840165200,2028,4,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(66407,1,1840168800,2028,4,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(66408,1,1840172400,2028,4,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(66409,1,1840176000,2028,4,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(66410,1,1840179600,2028,4,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(66411,1,1840183200,2028,4,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(66412,1,1840186800,2028,4,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(66413,1,1840190400,2028,4,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(66414,1,1840194000,2028,4,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(66415,1,1840197600,2028,4,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(66416,1,1840201200,2028,4,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(66417,1,1840204800,2028,4,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(66418,1,1840208400,2028,4,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(66419,1,1840212000,2028,4,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(66420,1,1840215600,2028,4,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(66421,1,1840219200,2028,4,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(66422,1,1840222800,2028,4,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(66423,1,1840226400,2028,4,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(66424,1,1840230000,2028,4,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(66425,1,1840233600,2028,4,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(66426,1,1840237200,2028,4,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(66427,1,1840240800,2028,4,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(66428,1,1840244400,2028,4,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(66429,1,1840248000,2028,4,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(66430,1,1840251600,2028,4,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(66431,1,1840255200,2028,4,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(66432,1,1840258800,2028,4,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(66433,1,1840262400,2028,4,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(66434,1,1840266000,2028,4,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(66435,1,1840269600,2028,4,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(66436,1,1840273200,2028,4,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(66437,1,1840276800,2028,4,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(66438,1,1840280400,2028,4,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(66439,1,1840284000,2028,4,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(66440,1,1840287600,2028,4,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(66441,1,1840291200,2028,4,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(66442,1,1840294800,2028,4,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(66443,1,1840298400,2028,4,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(66444,1,1840302000,2028,4,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(66445,1,1840305600,2028,4,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(66446,1,1840309200,2028,4,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(66447,1,1840312800,2028,4,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(66448,1,1840316400,2028,4,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(66449,1,1840320000,2028,4,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(66450,1,1840323600,2028,4,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(66451,1,1840327200,2028,4,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(66452,1,1840330800,2028,4,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(66453,1,1840334400,2028,4,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(66454,1,1840338000,2028,4,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(66455,1,1840341600,2028,4,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(66456,1,1840345200,2028,4,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(66457,1,1840348800,2028,4,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(66458,1,1840352400,2028,4,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(66459,1,1840356000,2028,4,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(66460,1,1840359600,2028,4,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(66461,1,1840363200,2028,4,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(66462,1,1840366800,2028,4,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(66463,1,1840370400,2028,4,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(66464,1,1840374000,2028,4,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(66465,1,1840377600,2028,4,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(66466,1,1840381200,2028,4,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(66467,1,1840384800,2028,4,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(66468,1,1840388400,2028,4,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(66469,1,1840392000,2028,4,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(66470,1,1840395600,2028,4,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(66471,1,1840399200,2028,4,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(66472,1,1840402800,2028,4,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(66473,1,1840406400,2028,4,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(66474,1,1840410000,2028,4,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(66475,1,1840413600,2028,4,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(66476,1,1840417200,2028,4,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(66477,1,1840420800,2028,4,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(66478,1,1840424400,2028,4,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(66479,1,1840428000,2028,4,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(66480,1,1840431600,2028,4,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(66481,1,1840435200,2028,4,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(66482,1,1840438800,2028,4,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(66483,1,1840442400,2028,4,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(66484,1,1840446000,2028,4,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(66485,1,1840449600,2028,4,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(66486,1,1840453200,2028,4,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(66487,1,1840456800,2028,4,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(66488,1,1840460400,2028,4,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(66489,1,1840464000,2028,4,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(66490,1,1840467600,2028,4,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(66491,1,1840471200,2028,4,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(66492,1,1840474800,2028,4,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(66493,1,1840478400,2028,4,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(66494,1,1840482000,2028,4,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(66495,1,1840485600,2028,4,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(66496,1,1840489200,2028,4,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(66497,1,1840492800,2028,4,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(66498,1,1840496400,2028,4,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(66499,1,1840500000,2028,4,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(66500,1,1840503600,2028,4,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(66501,1,1840507200,2028,4,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(66502,1,1840510800,2028,4,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(66503,1,1840514400,2028,4,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(66504,1,1840518000,2028,4,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(66505,1,1840521600,2028,4,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(66506,1,1840525200,2028,4,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(66507,1,1840528800,2028,4,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(66508,1,1840532400,2028,4,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(66509,1,1840536000,2028,4,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(66510,1,1840539600,2028,4,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(66511,1,1840543200,2028,4,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(66512,1,1840546800,2028,4,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(66513,1,1840550400,2028,4,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(66514,1,1840554000,2028,4,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(66515,1,1840557600,2028,4,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(66516,1,1840561200,2028,4,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(66517,1,1840564800,2028,4,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(66518,1,1840568400,2028,4,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(66519,1,1840572000,2028,4,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(66520,1,1840575600,2028,4,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(66521,1,1840579200,2028,4,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(66522,1,1840582800,2028,4,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(66523,1,1840586400,2028,4,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(66524,1,1840590000,2028,4,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(66525,1,1840593600,2028,4,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(66526,1,1840597200,2028,4,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(66527,1,1840600800,2028,4,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(66528,1,1840604400,2028,4,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(66529,1,1840608000,2028,4,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(66530,1,1840611600,2028,4,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(66531,1,1840615200,2028,4,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(66532,1,1840618800,2028,4,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(66533,1,1840622400,2028,4,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(66534,1,1840626000,2028,4,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(66535,1,1840629600,2028,4,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(66536,1,1840633200,2028,4,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(66537,1,1840636800,2028,4,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(66538,1,1840640400,2028,4,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(66539,1,1840644000,2028,4,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(66540,1,1840647600,2028,4,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(66541,1,1840651200,2028,4,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(66542,1,1840654800,2028,4,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(66543,1,1840744800,2028,5,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(66544,1,1840748400,2028,5,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(66545,1,1840752000,2028,5,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(66546,1,1840755600,2028,5,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(66547,1,1840759200,2028,5,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(66548,1,1840762800,2028,5,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(66549,1,1840766400,2028,5,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(66550,1,1840770000,2028,5,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(66551,1,1840773600,2028,5,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(66552,1,1840777200,2028,5,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(66553,1,1840780800,2028,5,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(66554,1,1840784400,2028,5,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(66555,1,1840788000,2028,5,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(66556,1,1840791600,2028,5,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(66557,1,1840795200,2028,5,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(66558,1,1840798800,2028,5,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(66559,1,1840802400,2028,5,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(66560,1,1840806000,2028,5,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(66561,1,1840809600,2028,5,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(66562,1,1840813200,2028,5,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(66563,1,1840816800,2028,5,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(66564,1,1840820400,2028,5,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(66565,1,1840824000,2028,5,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(66566,1,1840827600,2028,5,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(66567,1,1840831200,2028,5,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(66568,1,1840834800,2028,5,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(66569,1,1840838400,2028,5,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(66570,1,1840842000,2028,5,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(66571,1,1840845600,2028,5,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(66572,1,1840849200,2028,5,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(66573,1,1840852800,2028,5,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(66574,1,1840856400,2028,5,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(66575,1,1840860000,2028,5,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(66576,1,1840863600,2028,5,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(66577,1,1840867200,2028,5,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(66578,1,1840870800,2028,5,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(66579,1,1840874400,2028,5,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(66580,1,1840878000,2028,5,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(66581,1,1840881600,2028,5,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(66582,1,1840885200,2028,5,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(66583,1,1840888800,2028,5,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(66584,1,1840892400,2028,5,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(66585,1,1840896000,2028,5,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(66586,1,1840899600,2028,5,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(66587,1,1840903200,2028,5,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(66588,1,1840906800,2028,5,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(66589,1,1840910400,2028,5,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(66590,1,1840914000,2028,5,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(66591,1,1840917600,2028,5,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(66592,1,1840921200,2028,5,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(66593,1,1840924800,2028,5,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(66594,1,1840928400,2028,5,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(66595,1,1840932000,2028,5,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(66596,1,1840935600,2028,5,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(66597,1,1840939200,2028,5,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(66598,1,1840942800,2028,5,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(66599,1,1840946400,2028,5,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(66600,1,1840950000,2028,5,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(66601,1,1840953600,2028,5,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(66602,1,1840957200,2028,5,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(66603,1,1840960800,2028,5,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(66604,1,1840964400,2028,5,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(66605,1,1840968000,2028,5,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(66606,1,1840971600,2028,5,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(66607,1,1840975200,2028,5,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(66608,1,1840978800,2028,5,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(66609,1,1840982400,2028,5,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(66610,1,1840986000,2028,5,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(66611,1,1840989600,2028,5,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(66612,1,1840993200,2028,5,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(66613,1,1840996800,2028,5,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(66614,1,1841000400,2028,5,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(66615,1,1841004000,2028,5,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(66616,1,1841007600,2028,5,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(66617,1,1841011200,2028,5,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(66618,1,1841014800,2028,5,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(66619,1,1841018400,2028,5,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(66620,1,1841022000,2028,5,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(66621,1,1841025600,2028,5,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(66622,1,1841029200,2028,5,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(66623,1,1841032800,2028,5,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(66624,1,1841036400,2028,5,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(66625,1,1841040000,2028,5,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(66626,1,1841043600,2028,5,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(66627,1,1841047200,2028,5,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(66628,1,1841050800,2028,5,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(66629,1,1841054400,2028,5,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(66630,1,1841058000,2028,5,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(66631,1,1841061600,2028,5,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(66632,1,1841065200,2028,5,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(66633,1,1841068800,2028,5,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(66634,1,1841072400,2028,5,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(66635,1,1841076000,2028,5,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(66636,1,1841079600,2028,5,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(66637,1,1841083200,2028,5,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(66638,1,1841086800,2028,5,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(66639,1,1841090400,2028,5,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(66640,1,1841094000,2028,5,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(66641,1,1841097600,2028,5,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(66642,1,1841101200,2028,5,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(66643,1,1841104800,2028,5,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(66644,1,1841108400,2028,5,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(66645,1,1841112000,2028,5,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(66646,1,1841115600,2028,5,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(66647,1,1841119200,2028,5,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(66648,1,1841122800,2028,5,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(66649,1,1841126400,2028,5,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(66650,1,1841130000,2028,5,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(66651,1,1841133600,2028,5,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(66652,1,1841137200,2028,5,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(66653,1,1841140800,2028,5,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(66654,1,1841144400,2028,5,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(66655,1,1841148000,2028,5,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(66656,1,1841151600,2028,5,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(66657,1,1841155200,2028,5,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(66658,1,1841158800,2028,5,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(66659,1,1841162400,2028,5,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(66660,1,1841166000,2028,5,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(66661,1,1841169600,2028,5,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(66662,1,1841173200,2028,5,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(66663,1,1841176800,2028,5,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(66664,1,1841180400,2028,5,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(66665,1,1841184000,2028,5,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(66666,1,1841187600,2028,5,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(66667,1,1841191200,2028,5,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(66668,1,1841194800,2028,5,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(66669,1,1841198400,2028,5,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(66670,1,1841202000,2028,5,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(66671,1,1841205600,2028,5,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(66672,1,1841209200,2028,5,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(66673,1,1841212800,2028,5,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(66674,1,1841216400,2028,5,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(66675,1,1841220000,2028,5,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(66676,1,1841223600,2028,5,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(66677,1,1841227200,2028,5,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(66678,1,1841230800,2028,5,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(66679,1,1841234400,2028,5,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(66680,1,1841238000,2028,5,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(66681,1,1841241600,2028,5,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(66682,1,1841245200,2028,5,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(66683,1,1841248800,2028,5,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(66684,1,1841252400,2028,5,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(66685,1,1841256000,2028,5,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(66686,1,1841259600,2028,5,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(66687,1,1841349600,2028,5,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(66688,1,1841353200,2028,5,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(66689,1,1841356800,2028,5,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(66690,1,1841360400,2028,5,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(66691,1,1841364000,2028,5,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(66692,1,1841367600,2028,5,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(66693,1,1841371200,2028,5,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(66694,1,1841374800,2028,5,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(66695,1,1841378400,2028,5,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(66696,1,1841382000,2028,5,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(66697,1,1841385600,2028,5,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(66698,1,1841389200,2028,5,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(66699,1,1841392800,2028,5,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(66700,1,1841396400,2028,5,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(66701,1,1841400000,2028,5,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(66702,1,1841403600,2028,5,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(66703,1,1841407200,2028,5,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(66704,1,1841410800,2028,5,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(66705,1,1841414400,2028,5,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(66706,1,1841418000,2028,5,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(66707,1,1841421600,2028,5,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(66708,1,1841425200,2028,5,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(66709,1,1841428800,2028,5,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(66710,1,1841432400,2028,5,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(66711,1,1841436000,2028,5,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(66712,1,1841439600,2028,5,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(66713,1,1841443200,2028,5,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(66714,1,1841446800,2028,5,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(66715,1,1841450400,2028,5,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(66716,1,1841454000,2028,5,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(66717,1,1841457600,2028,5,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(66718,1,1841461200,2028,5,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(66719,1,1841464800,2028,5,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(66720,1,1841468400,2028,5,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(66721,1,1841472000,2028,5,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(66722,1,1841475600,2028,5,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(66723,1,1841479200,2028,5,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(66724,1,1841482800,2028,5,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(66725,1,1841486400,2028,5,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(66726,1,1841490000,2028,5,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(66727,1,1841493600,2028,5,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(66728,1,1841497200,2028,5,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(66729,1,1841500800,2028,5,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(66730,1,1841504400,2028,5,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(66731,1,1841508000,2028,5,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(66732,1,1841511600,2028,5,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(66733,1,1841515200,2028,5,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(66734,1,1841518800,2028,5,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(66735,1,1841522400,2028,5,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(66736,1,1841526000,2028,5,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(66737,1,1841529600,2028,5,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(66738,1,1841533200,2028,5,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(66739,1,1841536800,2028,5,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(66740,1,1841540400,2028,5,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(66741,1,1841544000,2028,5,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(66742,1,1841547600,2028,5,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(66743,1,1841551200,2028,5,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(66744,1,1841554800,2028,5,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(66745,1,1841558400,2028,5,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(66746,1,1841562000,2028,5,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(66747,1,1841565600,2028,5,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(66748,1,1841569200,2028,5,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(66749,1,1841572800,2028,5,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(66750,1,1841576400,2028,5,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(66751,1,1841580000,2028,5,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(66752,1,1841583600,2028,5,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(66753,1,1841587200,2028,5,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(66754,1,1841590800,2028,5,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(66755,1,1841594400,2028,5,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(66756,1,1841598000,2028,5,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(66757,1,1841601600,2028,5,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(66758,1,1841605200,2028,5,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(66759,1,1841608800,2028,5,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(66760,1,1841612400,2028,5,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(66761,1,1841616000,2028,5,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(66762,1,1841619600,2028,5,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(66763,1,1841623200,2028,5,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(66764,1,1841626800,2028,5,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(66765,1,1841630400,2028,5,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(66766,1,1841634000,2028,5,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(66767,1,1841637600,2028,5,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(66768,1,1841641200,2028,5,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(66769,1,1841644800,2028,5,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(66770,1,1841648400,2028,5,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(66771,1,1841652000,2028,5,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(66772,1,1841655600,2028,5,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(66773,1,1841659200,2028,5,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(66774,1,1841662800,2028,5,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(66775,1,1841666400,2028,5,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(66776,1,1841670000,2028,5,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(66777,1,1841673600,2028,5,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(66778,1,1841677200,2028,5,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(66779,1,1841680800,2028,5,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(66780,1,1841684400,2028,5,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(66781,1,1841688000,2028,5,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(66782,1,1841691600,2028,5,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(66783,1,1841695200,2028,5,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(66784,1,1841698800,2028,5,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(66785,1,1841702400,2028,5,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(66786,1,1841706000,2028,5,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(66787,1,1841709600,2028,5,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(66788,1,1841713200,2028,5,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(66789,1,1841716800,2028,5,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(66790,1,1841720400,2028,5,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(66791,1,1841724000,2028,5,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(66792,1,1841727600,2028,5,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(66793,1,1841731200,2028,5,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(66794,1,1841734800,2028,5,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(66795,1,1841738400,2028,5,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(66796,1,1841742000,2028,5,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(66797,1,1841745600,2028,5,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(66798,1,1841749200,2028,5,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(66799,1,1841752800,2028,5,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(66800,1,1841756400,2028,5,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(66801,1,1841760000,2028,5,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(66802,1,1841763600,2028,5,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(66803,1,1841767200,2028,5,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(66804,1,1841770800,2028,5,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(66805,1,1841774400,2028,5,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(66806,1,1841778000,2028,5,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(66807,1,1841781600,2028,5,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(66808,1,1841785200,2028,5,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(66809,1,1841788800,2028,5,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(66810,1,1841792400,2028,5,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(66811,1,1841796000,2028,5,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(66812,1,1841799600,2028,5,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(66813,1,1841803200,2028,5,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(66814,1,1841806800,2028,5,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(66815,1,1841810400,2028,5,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(66816,1,1841814000,2028,5,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(66817,1,1841817600,2028,5,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(66818,1,1841821200,2028,5,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(66819,1,1841824800,2028,5,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(66820,1,1841828400,2028,5,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(66821,1,1841832000,2028,5,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(66822,1,1841835600,2028,5,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(66823,1,1841839200,2028,5,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(66824,1,1841842800,2028,5,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(66825,1,1841846400,2028,5,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(66826,1,1841850000,2028,5,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(66827,1,1841853600,2028,5,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(66828,1,1841857200,2028,5,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(66829,1,1841860800,2028,5,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(66830,1,1841864400,2028,5,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(66831,1,1841954400,2028,5,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(66832,1,1841958000,2028,5,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(66833,1,1841961600,2028,5,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(66834,1,1841965200,2028,5,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(66835,1,1841968800,2028,5,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(66836,1,1841972400,2028,5,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(66837,1,1841976000,2028,5,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(66838,1,1841979600,2028,5,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(66839,1,1841983200,2028,5,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(66840,1,1841986800,2028,5,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(66841,1,1841990400,2028,5,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(66842,1,1841994000,2028,5,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(66843,1,1841997600,2028,5,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(66844,1,1842001200,2028,5,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(66845,1,1842004800,2028,5,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(66846,1,1842008400,2028,5,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(66847,1,1842012000,2028,5,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(66848,1,1842015600,2028,5,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(66849,1,1842019200,2028,5,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(66850,1,1842022800,2028,5,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(66851,1,1842026400,2028,5,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(66852,1,1842030000,2028,5,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(66853,1,1842033600,2028,5,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(66854,1,1842037200,2028,5,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(66855,1,1842040800,2028,5,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(66856,1,1842044400,2028,5,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(66857,1,1842048000,2028,5,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(66858,1,1842051600,2028,5,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(66859,1,1842055200,2028,5,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(66860,1,1842058800,2028,5,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(66861,1,1842062400,2028,5,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(66862,1,1842066000,2028,5,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(66863,1,1842069600,2028,5,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(66864,1,1842073200,2028,5,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(66865,1,1842076800,2028,5,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(66866,1,1842080400,2028,5,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(66867,1,1842084000,2028,5,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(66868,1,1842087600,2028,5,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(66869,1,1842091200,2028,5,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(66870,1,1842094800,2028,5,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(66871,1,1842098400,2028,5,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(66872,1,1842102000,2028,5,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(66873,1,1842105600,2028,5,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(66874,1,1842109200,2028,5,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(66875,1,1842112800,2028,5,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(66876,1,1842116400,2028,5,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(66877,1,1842120000,2028,5,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(66878,1,1842123600,2028,5,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(66879,1,1842127200,2028,5,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(66880,1,1842130800,2028,5,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(66881,1,1842134400,2028,5,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(66882,1,1842138000,2028,5,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(66883,1,1842141600,2028,5,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(66884,1,1842145200,2028,5,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(66885,1,1842148800,2028,5,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(66886,1,1842152400,2028,5,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(66887,1,1842156000,2028,5,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(66888,1,1842159600,2028,5,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(66889,1,1842163200,2028,5,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(66890,1,1842166800,2028,5,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(66891,1,1842170400,2028,5,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(66892,1,1842174000,2028,5,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(66893,1,1842177600,2028,5,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(66894,1,1842181200,2028,5,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(66895,1,1842184800,2028,5,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(66896,1,1842188400,2028,5,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(66897,1,1842192000,2028,5,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(66898,1,1842195600,2028,5,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(66899,1,1842199200,2028,5,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(66900,1,1842202800,2028,5,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(66901,1,1842206400,2028,5,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(66902,1,1842210000,2028,5,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(66903,1,1842213600,2028,5,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(66904,1,1842217200,2028,5,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(66905,1,1842220800,2028,5,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(66906,1,1842224400,2028,5,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(66907,1,1842228000,2028,5,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(66908,1,1842231600,2028,5,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(66909,1,1842235200,2028,5,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(66910,1,1842238800,2028,5,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(66911,1,1842242400,2028,5,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(66912,1,1842246000,2028,5,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(66913,1,1842249600,2028,5,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(66914,1,1842253200,2028,5,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(66915,1,1842256800,2028,5,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(66916,1,1842260400,2028,5,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(66917,1,1842264000,2028,5,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(66918,1,1842267600,2028,5,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(66919,1,1842271200,2028,5,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(66920,1,1842274800,2028,5,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(66921,1,1842278400,2028,5,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(66922,1,1842282000,2028,5,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(66923,1,1842285600,2028,5,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(66924,1,1842289200,2028,5,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(66925,1,1842292800,2028,5,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(66926,1,1842296400,2028,5,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(66927,1,1842300000,2028,5,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(66928,1,1842303600,2028,5,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(66929,1,1842307200,2028,5,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(66930,1,1842310800,2028,5,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(66931,1,1842314400,2028,5,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(66932,1,1842318000,2028,5,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(66933,1,1842321600,2028,5,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(66934,1,1842325200,2028,5,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(66935,1,1842328800,2028,5,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(66936,1,1842332400,2028,5,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(66937,1,1842336000,2028,5,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(66938,1,1842339600,2028,5,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(66939,1,1842343200,2028,5,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(66940,1,1842346800,2028,5,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(66941,1,1842350400,2028,5,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(66942,1,1842354000,2028,5,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(66943,1,1842357600,2028,5,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(66944,1,1842361200,2028,5,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(66945,1,1842364800,2028,5,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(66946,1,1842368400,2028,5,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(66947,1,1842372000,2028,5,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(66948,1,1842375600,2028,5,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(66949,1,1842379200,2028,5,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(66950,1,1842382800,2028,5,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(66951,1,1842386400,2028,5,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(66952,1,1842390000,2028,5,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(66953,1,1842393600,2028,5,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(66954,1,1842397200,2028,5,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(66955,1,1842400800,2028,5,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(66956,1,1842404400,2028,5,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(66957,1,1842408000,2028,5,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(66958,1,1842411600,2028,5,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(66959,1,1842415200,2028,5,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(66960,1,1842418800,2028,5,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(66961,1,1842422400,2028,5,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(66962,1,1842426000,2028,5,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(66963,1,1842429600,2028,5,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(66964,1,1842433200,2028,5,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(66965,1,1842436800,2028,5,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(66966,1,1842440400,2028,5,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(66967,1,1842444000,2028,5,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(66968,1,1842447600,2028,5,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(66969,1,1842451200,2028,5,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(66970,1,1842454800,2028,5,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(66971,1,1842458400,2028,5,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(66972,1,1842462000,2028,5,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(66973,1,1842465600,2028,5,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(66974,1,1842469200,2028,5,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(66975,1,1842559200,2028,5,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(66976,1,1842562800,2028,5,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(66977,1,1842566400,2028,5,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(66978,1,1842570000,2028,5,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(66979,1,1842573600,2028,5,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(66980,1,1842577200,2028,5,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(66981,1,1842580800,2028,5,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(66982,1,1842584400,2028,5,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(66983,1,1842588000,2028,5,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(66984,1,1842591600,2028,5,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(66985,1,1842595200,2028,5,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(66986,1,1842598800,2028,5,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(66987,1,1842602400,2028,5,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(66988,1,1842606000,2028,5,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(66989,1,1842609600,2028,5,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(66990,1,1842613200,2028,5,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(66991,1,1842616800,2028,5,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(66992,1,1842620400,2028,5,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(66993,1,1842624000,2028,5,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(66994,1,1842627600,2028,5,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(66995,1,1842631200,2028,5,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(66996,1,1842634800,2028,5,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(66997,1,1842638400,2028,5,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(66998,1,1842642000,2028,5,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(66999,1,1842645600,2028,5,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(67000,1,1842649200,2028,5,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(67001,1,1842652800,2028,5,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(67002,1,1842656400,2028,5,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(67003,1,1842660000,2028,5,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(67004,1,1842663600,2028,5,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(67005,1,1842667200,2028,5,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(67006,1,1842670800,2028,5,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(67007,1,1842674400,2028,5,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(67008,1,1842678000,2028,5,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(67009,1,1842681600,2028,5,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(67010,1,1842685200,2028,5,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(67011,1,1842688800,2028,5,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(67012,1,1842692400,2028,5,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(67013,1,1842696000,2028,5,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(67014,1,1842699600,2028,5,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(67015,1,1842703200,2028,5,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(67016,1,1842706800,2028,5,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(67017,1,1842710400,2028,5,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(67018,1,1842714000,2028,5,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(67019,1,1842717600,2028,5,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(67020,1,1842721200,2028,5,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(67021,1,1842724800,2028,5,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(67022,1,1842728400,2028,5,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(67023,1,1842732000,2028,5,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(67024,1,1842735600,2028,5,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(67025,1,1842739200,2028,5,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(67026,1,1842742800,2028,5,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(67027,1,1842746400,2028,5,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(67028,1,1842750000,2028,5,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(67029,1,1842753600,2028,5,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(67030,1,1842757200,2028,5,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(67031,1,1842760800,2028,5,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(67032,1,1842764400,2028,5,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(67033,1,1842768000,2028,5,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(67034,1,1842771600,2028,5,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(67035,1,1842775200,2028,5,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(67036,1,1842778800,2028,5,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(67037,1,1842782400,2028,5,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(67038,1,1842786000,2028,5,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(67039,1,1842789600,2028,5,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(67040,1,1842793200,2028,5,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(67041,1,1842796800,2028,5,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(67042,1,1842800400,2028,5,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(67043,1,1842804000,2028,5,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(67044,1,1842807600,2028,5,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(67045,1,1842811200,2028,5,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(67046,1,1842814800,2028,5,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(67047,1,1842818400,2028,5,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(67048,1,1842822000,2028,5,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(67049,1,1842825600,2028,5,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(67050,1,1842829200,2028,5,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(67051,1,1842832800,2028,5,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(67052,1,1842836400,2028,5,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(67053,1,1842840000,2028,5,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(67054,1,1842843600,2028,5,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(67055,1,1842847200,2028,5,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(67056,1,1842850800,2028,5,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(67057,1,1842854400,2028,5,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(67058,1,1842858000,2028,5,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(67059,1,1842861600,2028,5,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(67060,1,1842865200,2028,5,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(67061,1,1842868800,2028,5,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(67062,1,1842872400,2028,5,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(67063,1,1842876000,2028,5,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(67064,1,1842879600,2028,5,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(67065,1,1842883200,2028,5,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(67066,1,1842886800,2028,5,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(67067,1,1842890400,2028,5,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(67068,1,1842894000,2028,5,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(67069,1,1842897600,2028,5,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(67070,1,1842901200,2028,5,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(67071,1,1842904800,2028,5,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(67072,1,1842908400,2028,5,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(67073,1,1842912000,2028,5,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(67074,1,1842915600,2028,5,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(67075,1,1842919200,2028,5,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(67076,1,1842922800,2028,5,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(67077,1,1842926400,2028,5,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(67078,1,1842930000,2028,5,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(67079,1,1842933600,2028,5,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(67080,1,1842937200,2028,5,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(67081,1,1842940800,2028,5,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(67082,1,1842944400,2028,5,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(67083,1,1842948000,2028,5,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(67084,1,1842951600,2028,5,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(67085,1,1842955200,2028,5,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(67086,1,1842958800,2028,5,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(67087,1,1842962400,2028,5,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(67088,1,1842966000,2028,5,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(67089,1,1842969600,2028,5,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(67090,1,1842973200,2028,5,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(67091,1,1842976800,2028,5,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(67092,1,1842980400,2028,5,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(67093,1,1842984000,2028,5,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(67094,1,1842987600,2028,5,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(67095,1,1842991200,2028,5,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(67096,1,1842994800,2028,5,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(67097,1,1842998400,2028,5,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(67098,1,1843002000,2028,5,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(67099,1,1843005600,2028,5,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(67100,1,1843009200,2028,5,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(67101,1,1843012800,2028,5,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(67102,1,1843016400,2028,5,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(67103,1,1843020000,2028,5,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(67104,1,1843023600,2028,5,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(67105,1,1843027200,2028,5,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(67106,1,1843030800,2028,5,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(67107,1,1843034400,2028,5,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(67108,1,1843038000,2028,5,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(67109,1,1843041600,2028,5,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(67110,1,1843045200,2028,5,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(67111,1,1843048800,2028,5,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(67112,1,1843052400,2028,5,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(67113,1,1843056000,2028,5,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(67114,1,1843059600,2028,5,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(67115,1,1843063200,2028,5,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(67116,1,1843066800,2028,5,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(67117,1,1843070400,2028,5,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(67118,1,1843074000,2028,5,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(67119,1,1843164000,2028,5,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(67120,1,1843167600,2028,5,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(67121,1,1843171200,2028,5,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(67122,1,1843174800,2028,5,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(67123,1,1843178400,2028,5,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(67124,1,1843182000,2028,5,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(67125,1,1843185600,2028,5,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(67126,1,1843189200,2028,5,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(67127,1,1843192800,2028,5,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(67128,1,1843196400,2028,5,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(67129,1,1843200000,2028,5,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(67130,1,1843203600,2028,5,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(67131,1,1843207200,2028,5,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(67132,1,1843210800,2028,5,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(67133,1,1843214400,2028,5,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(67134,1,1843218000,2028,5,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(67135,1,1843221600,2028,5,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(67136,1,1843225200,2028,5,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(67137,1,1843228800,2028,5,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(67138,1,1843232400,2028,5,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(67139,1,1843236000,2028,5,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(67140,1,1843239600,2028,5,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(67141,1,1843243200,2028,5,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(67142,1,1843246800,2028,5,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(67143,1,1843250400,2028,5,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(67144,1,1843254000,2028,5,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(67145,1,1843257600,2028,5,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(67146,1,1843261200,2028,5,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(67147,1,1843264800,2028,5,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(67148,1,1843268400,2028,5,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(67149,1,1843272000,2028,5,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(67150,1,1843275600,2028,5,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(67151,1,1843279200,2028,5,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(67152,1,1843282800,2028,5,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(67153,1,1843286400,2028,5,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(67154,1,1843290000,2028,5,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(67155,1,1843293600,2028,5,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(67156,1,1843297200,2028,5,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(67157,1,1843300800,2028,5,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(67158,1,1843304400,2028,5,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(67159,1,1843308000,2028,5,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(67160,1,1843311600,2028,5,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(67161,1,1843315200,2028,5,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(67162,1,1843318800,2028,5,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(67163,1,1843322400,2028,5,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(67164,1,1843326000,2028,5,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(67165,1,1843329600,2028,5,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(67166,1,1843333200,2028,5,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(67167,1,1843336800,2028,5,31,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(67168,1,1843340400,2028,5,31,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(67169,1,1843344000,2028,5,31,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(67170,1,1843347600,2028,5,31,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(67171,1,1843351200,2028,5,31,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(67172,1,1843354800,2028,5,31,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(67173,1,1843358400,2028,5,31,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(67174,1,1843362000,2028,5,31,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(67175,1,1843365600,2028,5,31,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(67176,1,1843369200,2028,5,31,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(67177,1,1843372800,2028,5,31,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(67178,1,1843376400,2028,5,31,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(67179,1,1843380000,2028,5,31,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(67180,1,1843383600,2028,5,31,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(67181,1,1843387200,2028,5,31,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(67182,1,1843390800,2028,5,31,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(67183,1,1843394400,2028,5,31,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(67184,1,1843398000,2028,5,31,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(67185,1,1843401600,2028,5,31,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(67186,1,1843405200,2028,5,31,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(67187,1,1843408800,2028,5,31,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(67188,1,1843412400,2028,5,31,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(67189,1,1843416000,2028,5,31,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(67190,1,1843419600,2028,5,31,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(67191,1,1843423200,2028,6,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(67192,1,1843426800,2028,6,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(67193,1,1843430400,2028,6,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(67194,1,1843434000,2028,6,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(67195,1,1843437600,2028,6,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(67196,1,1843441200,2028,6,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(67197,1,1843444800,2028,6,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(67198,1,1843448400,2028,6,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(67199,1,1843452000,2028,6,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(67200,1,1843455600,2028,6,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(67201,1,1843459200,2028,6,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(67202,1,1843462800,2028,6,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(67203,1,1843466400,2028,6,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(67204,1,1843470000,2028,6,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(67205,1,1843473600,2028,6,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(67206,1,1843477200,2028,6,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(67207,1,1843480800,2028,6,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(67208,1,1843484400,2028,6,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(67209,1,1843488000,2028,6,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(67210,1,1843491600,2028,6,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(67211,1,1843495200,2028,6,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(67212,1,1843498800,2028,6,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(67213,1,1843502400,2028,6,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(67214,1,1843506000,2028,6,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(67215,1,1843509600,2028,6,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(67216,1,1843513200,2028,6,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(67217,1,1843516800,2028,6,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(67218,1,1843520400,2028,6,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(67219,1,1843524000,2028,6,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(67220,1,1843527600,2028,6,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(67221,1,1843531200,2028,6,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(67222,1,1843534800,2028,6,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(67223,1,1843538400,2028,6,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(67224,1,1843542000,2028,6,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(67225,1,1843545600,2028,6,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(67226,1,1843549200,2028,6,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(67227,1,1843552800,2028,6,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(67228,1,1843556400,2028,6,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(67229,1,1843560000,2028,6,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(67230,1,1843563600,2028,6,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(67231,1,1843567200,2028,6,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(67232,1,1843570800,2028,6,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(67233,1,1843574400,2028,6,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(67234,1,1843578000,2028,6,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(67235,1,1843581600,2028,6,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(67236,1,1843585200,2028,6,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(67237,1,1843588800,2028,6,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(67238,1,1843592400,2028,6,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(67239,1,1843596000,2028,6,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(67240,1,1843599600,2028,6,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(67241,1,1843603200,2028,6,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(67242,1,1843606800,2028,6,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(67243,1,1843610400,2028,6,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(67244,1,1843614000,2028,6,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(67245,1,1843617600,2028,6,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(67246,1,1843621200,2028,6,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(67247,1,1843624800,2028,6,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(67248,1,1843628400,2028,6,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(67249,1,1843632000,2028,6,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(67250,1,1843635600,2028,6,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(67251,1,1843639200,2028,6,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(67252,1,1843642800,2028,6,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(67253,1,1843646400,2028,6,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(67254,1,1843650000,2028,6,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(67255,1,1843653600,2028,6,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(67256,1,1843657200,2028,6,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(67257,1,1843660800,2028,6,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(67258,1,1843664400,2028,6,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(67259,1,1843668000,2028,6,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(67260,1,1843671600,2028,6,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(67261,1,1843675200,2028,6,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(67262,1,1843678800,2028,6,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(67263,1,1843768800,2028,6,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(67264,1,1843772400,2028,6,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(67265,1,1843776000,2028,6,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(67266,1,1843779600,2028,6,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(67267,1,1843783200,2028,6,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(67268,1,1843786800,2028,6,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(67269,1,1843790400,2028,6,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(67270,1,1843794000,2028,6,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(67271,1,1843797600,2028,6,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(67272,1,1843801200,2028,6,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(67273,1,1843804800,2028,6,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(67274,1,1843808400,2028,6,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(67275,1,1843812000,2028,6,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(67276,1,1843815600,2028,6,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(67277,1,1843819200,2028,6,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(67278,1,1843822800,2028,6,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(67279,1,1843826400,2028,6,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(67280,1,1843830000,2028,6,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(67281,1,1843833600,2028,6,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(67282,1,1843837200,2028,6,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(67283,1,1843840800,2028,6,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(67284,1,1843844400,2028,6,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(67285,1,1843848000,2028,6,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(67286,1,1843851600,2028,6,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(67287,1,1843855200,2028,6,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(67288,1,1843858800,2028,6,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(67289,1,1843862400,2028,6,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(67290,1,1843866000,2028,6,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(67291,1,1843869600,2028,6,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(67292,1,1843873200,2028,6,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(67293,1,1843876800,2028,6,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(67294,1,1843880400,2028,6,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(67295,1,1843884000,2028,6,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(67296,1,1843887600,2028,6,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(67297,1,1843891200,2028,6,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(67298,1,1843894800,2028,6,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(67299,1,1843898400,2028,6,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(67300,1,1843902000,2028,6,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(67301,1,1843905600,2028,6,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(67302,1,1843909200,2028,6,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(67303,1,1843912800,2028,6,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(67304,1,1843916400,2028,6,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(67305,1,1843920000,2028,6,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(67306,1,1843923600,2028,6,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(67307,1,1843927200,2028,6,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(67308,1,1843930800,2028,6,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(67309,1,1843934400,2028,6,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(67310,1,1843938000,2028,6,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(67311,1,1843941600,2028,6,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(67312,1,1843945200,2028,6,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(67313,1,1843948800,2028,6,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(67314,1,1843952400,2028,6,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(67315,1,1843956000,2028,6,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(67316,1,1843959600,2028,6,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(67317,1,1843963200,2028,6,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(67318,1,1843966800,2028,6,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(67319,1,1843970400,2028,6,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(67320,1,1843974000,2028,6,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(67321,1,1843977600,2028,6,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(67322,1,1843981200,2028,6,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(67323,1,1843984800,2028,6,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(67324,1,1843988400,2028,6,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(67325,1,1843992000,2028,6,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(67326,1,1843995600,2028,6,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(67327,1,1843999200,2028,6,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(67328,1,1844002800,2028,6,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(67329,1,1844006400,2028,6,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(67330,1,1844010000,2028,6,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(67331,1,1844013600,2028,6,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(67332,1,1844017200,2028,6,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(67333,1,1844020800,2028,6,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(67334,1,1844024400,2028,6,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(67335,1,1844028000,2028,6,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(67336,1,1844031600,2028,6,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(67337,1,1844035200,2028,6,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(67338,1,1844038800,2028,6,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(67339,1,1844042400,2028,6,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(67340,1,1844046000,2028,6,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(67341,1,1844049600,2028,6,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(67342,1,1844053200,2028,6,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(67343,1,1844056800,2028,6,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(67344,1,1844060400,2028,6,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(67345,1,1844064000,2028,6,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(67346,1,1844067600,2028,6,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(67347,1,1844071200,2028,6,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(67348,1,1844074800,2028,6,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(67349,1,1844078400,2028,6,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(67350,1,1844082000,2028,6,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(67351,1,1844085600,2028,6,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(67352,1,1844089200,2028,6,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(67353,1,1844092800,2028,6,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(67354,1,1844096400,2028,6,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(67355,1,1844100000,2028,6,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(67356,1,1844103600,2028,6,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(67357,1,1844107200,2028,6,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(67358,1,1844110800,2028,6,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(67359,1,1844114400,2028,6,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(67360,1,1844118000,2028,6,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(67361,1,1844121600,2028,6,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(67362,1,1844125200,2028,6,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(67363,1,1844128800,2028,6,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(67364,1,1844132400,2028,6,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(67365,1,1844136000,2028,6,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(67366,1,1844139600,2028,6,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(67367,1,1844143200,2028,6,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(67368,1,1844146800,2028,6,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(67369,1,1844150400,2028,6,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(67370,1,1844154000,2028,6,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(67371,1,1844157600,2028,6,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(67372,1,1844161200,2028,6,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(67373,1,1844164800,2028,6,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(67374,1,1844168400,2028,6,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(67375,1,1844172000,2028,6,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(67376,1,1844175600,2028,6,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(67377,1,1844179200,2028,6,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(67378,1,1844182800,2028,6,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(67379,1,1844186400,2028,6,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(67380,1,1844190000,2028,6,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(67381,1,1844193600,2028,6,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(67382,1,1844197200,2028,6,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(67383,1,1844200800,2028,6,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(67384,1,1844204400,2028,6,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(67385,1,1844208000,2028,6,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(67386,1,1844211600,2028,6,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(67387,1,1844215200,2028,6,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(67388,1,1844218800,2028,6,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(67389,1,1844222400,2028,6,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(67390,1,1844226000,2028,6,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(67391,1,1844229600,2028,6,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(67392,1,1844233200,2028,6,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(67393,1,1844236800,2028,6,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(67394,1,1844240400,2028,6,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(67395,1,1844244000,2028,6,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(67396,1,1844247600,2028,6,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(67397,1,1844251200,2028,6,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(67398,1,1844254800,2028,6,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(67399,1,1844258400,2028,6,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(67400,1,1844262000,2028,6,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(67401,1,1844265600,2028,6,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(67402,1,1844269200,2028,6,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(67403,1,1844272800,2028,6,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(67404,1,1844276400,2028,6,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(67405,1,1844280000,2028,6,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(67406,1,1844283600,2028,6,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(67407,1,1844373600,2028,6,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(67408,1,1844377200,2028,6,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(67409,1,1844380800,2028,6,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(67410,1,1844384400,2028,6,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(67411,1,1844388000,2028,6,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(67412,1,1844391600,2028,6,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(67413,1,1844395200,2028,6,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(67414,1,1844398800,2028,6,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(67415,1,1844402400,2028,6,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(67416,1,1844406000,2028,6,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(67417,1,1844409600,2028,6,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(67418,1,1844413200,2028,6,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(67419,1,1844416800,2028,6,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(67420,1,1844420400,2028,6,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(67421,1,1844424000,2028,6,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(67422,1,1844427600,2028,6,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(67423,1,1844431200,2028,6,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(67424,1,1844434800,2028,6,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(67425,1,1844438400,2028,6,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(67426,1,1844442000,2028,6,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(67427,1,1844445600,2028,6,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(67428,1,1844449200,2028,6,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(67429,1,1844452800,2028,6,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(67430,1,1844456400,2028,6,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(67431,1,1844460000,2028,6,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(67432,1,1844463600,2028,6,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(67433,1,1844467200,2028,6,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(67434,1,1844470800,2028,6,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(67435,1,1844474400,2028,6,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(67436,1,1844478000,2028,6,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(67437,1,1844481600,2028,6,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(67438,1,1844485200,2028,6,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(67439,1,1844488800,2028,6,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(67440,1,1844492400,2028,6,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(67441,1,1844496000,2028,6,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(67442,1,1844499600,2028,6,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(67443,1,1844503200,2028,6,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(67444,1,1844506800,2028,6,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(67445,1,1844510400,2028,6,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(67446,1,1844514000,2028,6,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(67447,1,1844517600,2028,6,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(67448,1,1844521200,2028,6,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(67449,1,1844524800,2028,6,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(67450,1,1844528400,2028,6,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(67451,1,1844532000,2028,6,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(67452,1,1844535600,2028,6,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(67453,1,1844539200,2028,6,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(67454,1,1844542800,2028,6,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(67455,1,1844546400,2028,6,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(67456,1,1844550000,2028,6,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(67457,1,1844553600,2028,6,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(67458,1,1844557200,2028,6,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(67459,1,1844560800,2028,6,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(67460,1,1844564400,2028,6,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(67461,1,1844568000,2028,6,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(67462,1,1844571600,2028,6,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(67463,1,1844575200,2028,6,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(67464,1,1844578800,2028,6,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(67465,1,1844582400,2028,6,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(67466,1,1844586000,2028,6,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(67467,1,1844589600,2028,6,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(67468,1,1844593200,2028,6,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(67469,1,1844596800,2028,6,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(67470,1,1844600400,2028,6,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(67471,1,1844604000,2028,6,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(67472,1,1844607600,2028,6,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(67473,1,1844611200,2028,6,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(67474,1,1844614800,2028,6,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(67475,1,1844618400,2028,6,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(67476,1,1844622000,2028,6,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(67477,1,1844625600,2028,6,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(67478,1,1844629200,2028,6,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(67479,1,1844632800,2028,6,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(67480,1,1844636400,2028,6,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(67481,1,1844640000,2028,6,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(67482,1,1844643600,2028,6,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(67483,1,1844647200,2028,6,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(67484,1,1844650800,2028,6,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(67485,1,1844654400,2028,6,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(67486,1,1844658000,2028,6,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(67487,1,1844661600,2028,6,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(67488,1,1844665200,2028,6,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(67489,1,1844668800,2028,6,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(67490,1,1844672400,2028,6,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(67491,1,1844676000,2028,6,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(67492,1,1844679600,2028,6,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(67493,1,1844683200,2028,6,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(67494,1,1844686800,2028,6,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(67495,1,1844690400,2028,6,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(67496,1,1844694000,2028,6,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(67497,1,1844697600,2028,6,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(67498,1,1844701200,2028,6,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(67499,1,1844704800,2028,6,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(67500,1,1844708400,2028,6,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(67501,1,1844712000,2028,6,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(67502,1,1844715600,2028,6,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(67503,1,1844719200,2028,6,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(67504,1,1844722800,2028,6,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(67505,1,1844726400,2028,6,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(67506,1,1844730000,2028,6,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(67507,1,1844733600,2028,6,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(67508,1,1844737200,2028,6,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(67509,1,1844740800,2028,6,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(67510,1,1844744400,2028,6,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(67511,1,1844748000,2028,6,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(67512,1,1844751600,2028,6,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(67513,1,1844755200,2028,6,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(67514,1,1844758800,2028,6,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(67515,1,1844762400,2028,6,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(67516,1,1844766000,2028,6,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(67517,1,1844769600,2028,6,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(67518,1,1844773200,2028,6,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(67519,1,1844776800,2028,6,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(67520,1,1844780400,2028,6,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(67521,1,1844784000,2028,6,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(67522,1,1844787600,2028,6,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(67523,1,1844791200,2028,6,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(67524,1,1844794800,2028,6,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(67525,1,1844798400,2028,6,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(67526,1,1844802000,2028,6,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(67527,1,1844805600,2028,6,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(67528,1,1844809200,2028,6,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(67529,1,1844812800,2028,6,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(67530,1,1844816400,2028,6,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(67531,1,1844820000,2028,6,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(67532,1,1844823600,2028,6,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(67533,1,1844827200,2028,6,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(67534,1,1844830800,2028,6,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(67535,1,1844834400,2028,6,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(67536,1,1844838000,2028,6,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(67537,1,1844841600,2028,6,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(67538,1,1844845200,2028,6,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(67539,1,1844848800,2028,6,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(67540,1,1844852400,2028,6,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(67541,1,1844856000,2028,6,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(67542,1,1844859600,2028,6,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(67543,1,1844863200,2028,6,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(67544,1,1844866800,2028,6,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(67545,1,1844870400,2028,6,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(67546,1,1844874000,2028,6,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(67547,1,1844877600,2028,6,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(67548,1,1844881200,2028,6,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(67549,1,1844884800,2028,6,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(67550,1,1844888400,2028,6,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(67551,1,1844978400,2028,6,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(67552,1,1844982000,2028,6,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(67553,1,1844985600,2028,6,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(67554,1,1844989200,2028,6,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(67555,1,1844992800,2028,6,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(67556,1,1844996400,2028,6,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(67557,1,1845000000,2028,6,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(67558,1,1845003600,2028,6,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(67559,1,1845007200,2028,6,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(67560,1,1845010800,2028,6,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(67561,1,1845014400,2028,6,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(67562,1,1845018000,2028,6,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(67563,1,1845021600,2028,6,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(67564,1,1845025200,2028,6,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(67565,1,1845028800,2028,6,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(67566,1,1845032400,2028,6,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(67567,1,1845036000,2028,6,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(67568,1,1845039600,2028,6,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(67569,1,1845043200,2028,6,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(67570,1,1845046800,2028,6,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(67571,1,1845050400,2028,6,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(67572,1,1845054000,2028,6,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(67573,1,1845057600,2028,6,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(67574,1,1845061200,2028,6,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(67575,1,1845064800,2028,6,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(67576,1,1845068400,2028,6,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(67577,1,1845072000,2028,6,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(67578,1,1845075600,2028,6,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(67579,1,1845079200,2028,6,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(67580,1,1845082800,2028,6,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(67581,1,1845086400,2028,6,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(67582,1,1845090000,2028,6,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(67583,1,1845093600,2028,6,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(67584,1,1845097200,2028,6,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(67585,1,1845100800,2028,6,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(67586,1,1845104400,2028,6,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(67587,1,1845108000,2028,6,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(67588,1,1845111600,2028,6,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(67589,1,1845115200,2028,6,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(67590,1,1845118800,2028,6,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(67591,1,1845122400,2028,6,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(67592,1,1845126000,2028,6,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(67593,1,1845129600,2028,6,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(67594,1,1845133200,2028,6,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(67595,1,1845136800,2028,6,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(67596,1,1845140400,2028,6,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(67597,1,1845144000,2028,6,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(67598,1,1845147600,2028,6,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(67599,1,1845151200,2028,6,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(67600,1,1845154800,2028,6,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(67601,1,1845158400,2028,6,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(67602,1,1845162000,2028,6,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(67603,1,1845165600,2028,6,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(67604,1,1845169200,2028,6,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(67605,1,1845172800,2028,6,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(67606,1,1845176400,2028,6,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(67607,1,1845180000,2028,6,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(67608,1,1845183600,2028,6,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(67609,1,1845187200,2028,6,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(67610,1,1845190800,2028,6,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(67611,1,1845194400,2028,6,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(67612,1,1845198000,2028,6,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(67613,1,1845201600,2028,6,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(67614,1,1845205200,2028,6,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(67615,1,1845208800,2028,6,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(67616,1,1845212400,2028,6,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(67617,1,1845216000,2028,6,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(67618,1,1845219600,2028,6,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(67619,1,1845223200,2028,6,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(67620,1,1845226800,2028,6,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(67621,1,1845230400,2028,6,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(67622,1,1845234000,2028,6,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(67623,1,1845237600,2028,6,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(67624,1,1845241200,2028,6,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(67625,1,1845244800,2028,6,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(67626,1,1845248400,2028,6,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(67627,1,1845252000,2028,6,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(67628,1,1845255600,2028,6,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(67629,1,1845259200,2028,6,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(67630,1,1845262800,2028,6,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(67631,1,1845266400,2028,6,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(67632,1,1845270000,2028,6,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(67633,1,1845273600,2028,6,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(67634,1,1845277200,2028,6,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(67635,1,1845280800,2028,6,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(67636,1,1845284400,2028,6,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(67637,1,1845288000,2028,6,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(67638,1,1845291600,2028,6,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(67639,1,1845295200,2028,6,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(67640,1,1845298800,2028,6,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(67641,1,1845302400,2028,6,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(67642,1,1845306000,2028,6,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(67643,1,1845309600,2028,6,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(67644,1,1845313200,2028,6,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(67645,1,1845316800,2028,6,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(67646,1,1845320400,2028,6,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(67647,1,1845324000,2028,6,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(67648,1,1845327600,2028,6,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(67649,1,1845331200,2028,6,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(67650,1,1845334800,2028,6,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(67651,1,1845338400,2028,6,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(67652,1,1845342000,2028,6,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(67653,1,1845345600,2028,6,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(67654,1,1845349200,2028,6,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(67655,1,1845352800,2028,6,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(67656,1,1845356400,2028,6,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(67657,1,1845360000,2028,6,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(67658,1,1845363600,2028,6,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(67659,1,1845367200,2028,6,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(67660,1,1845370800,2028,6,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(67661,1,1845374400,2028,6,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(67662,1,1845378000,2028,6,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(67663,1,1845381600,2028,6,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(67664,1,1845385200,2028,6,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(67665,1,1845388800,2028,6,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(67666,1,1845392400,2028,6,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(67667,1,1845396000,2028,6,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(67668,1,1845399600,2028,6,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(67669,1,1845403200,2028,6,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(67670,1,1845406800,2028,6,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(67671,1,1845410400,2028,6,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(67672,1,1845414000,2028,6,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(67673,1,1845417600,2028,6,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(67674,1,1845421200,2028,6,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(67675,1,1845424800,2028,6,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(67676,1,1845428400,2028,6,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(67677,1,1845432000,2028,6,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(67678,1,1845435600,2028,6,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(67679,1,1845439200,2028,6,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(67680,1,1845442800,2028,6,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(67681,1,1845446400,2028,6,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(67682,1,1845450000,2028,6,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(67683,1,1845453600,2028,6,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(67684,1,1845457200,2028,6,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(67685,1,1845460800,2028,6,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(67686,1,1845464400,2028,6,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(67687,1,1845468000,2028,6,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(67688,1,1845471600,2028,6,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(67689,1,1845475200,2028,6,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(67690,1,1845478800,2028,6,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(67691,1,1845482400,2028,6,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(67692,1,1845486000,2028,6,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(67693,1,1845489600,2028,6,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(67694,1,1845493200,2028,6,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(67695,1,1845583200,2028,6,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(67696,1,1845586800,2028,6,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(67697,1,1845590400,2028,6,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(67698,1,1845594000,2028,6,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(67699,1,1845597600,2028,6,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(67700,1,1845601200,2028,6,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(67701,1,1845604800,2028,6,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(67702,1,1845608400,2028,6,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(67703,1,1845612000,2028,6,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(67704,1,1845615600,2028,6,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(67705,1,1845619200,2028,6,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(67706,1,1845622800,2028,6,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(67707,1,1845626400,2028,6,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(67708,1,1845630000,2028,6,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(67709,1,1845633600,2028,6,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(67710,1,1845637200,2028,6,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(67711,1,1845640800,2028,6,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(67712,1,1845644400,2028,6,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(67713,1,1845648000,2028,6,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(67714,1,1845651600,2028,6,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(67715,1,1845655200,2028,6,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(67716,1,1845658800,2028,6,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(67717,1,1845662400,2028,6,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(67718,1,1845666000,2028,6,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(67719,1,1845669600,2028,6,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(67720,1,1845673200,2028,6,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(67721,1,1845676800,2028,6,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(67722,1,1845680400,2028,6,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(67723,1,1845684000,2028,6,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(67724,1,1845687600,2028,6,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(67725,1,1845691200,2028,6,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(67726,1,1845694800,2028,6,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(67727,1,1845698400,2028,6,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(67728,1,1845702000,2028,6,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(67729,1,1845705600,2028,6,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(67730,1,1845709200,2028,6,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(67731,1,1845712800,2028,6,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(67732,1,1845716400,2028,6,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(67733,1,1845720000,2028,6,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(67734,1,1845723600,2028,6,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(67735,1,1845727200,2028,6,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(67736,1,1845730800,2028,6,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(67737,1,1845734400,2028,6,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(67738,1,1845738000,2028,6,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(67739,1,1845741600,2028,6,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(67740,1,1845745200,2028,6,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(67741,1,1845748800,2028,6,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(67742,1,1845752400,2028,6,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(67743,1,1845756000,2028,6,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(67744,1,1845759600,2028,6,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(67745,1,1845763200,2028,6,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(67746,1,1845766800,2028,6,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(67747,1,1845770400,2028,6,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(67748,1,1845774000,2028,6,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(67749,1,1845777600,2028,6,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(67750,1,1845781200,2028,6,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(67751,1,1845784800,2028,6,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(67752,1,1845788400,2028,6,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(67753,1,1845792000,2028,6,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(67754,1,1845795600,2028,6,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(67755,1,1845799200,2028,6,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(67756,1,1845802800,2028,6,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(67757,1,1845806400,2028,6,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(67758,1,1845810000,2028,6,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(67759,1,1845813600,2028,6,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(67760,1,1845817200,2028,6,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(67761,1,1845820800,2028,6,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(67762,1,1845824400,2028,6,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(67763,1,1845828000,2028,6,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(67764,1,1845831600,2028,6,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(67765,1,1845835200,2028,6,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(67766,1,1845838800,2028,6,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(67767,1,1845842400,2028,6,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(67768,1,1845846000,2028,6,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(67769,1,1845849600,2028,6,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(67770,1,1845853200,2028,6,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(67771,1,1845856800,2028,6,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(67772,1,1845860400,2028,6,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(67773,1,1845864000,2028,6,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(67774,1,1845867600,2028,6,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(67775,1,1845871200,2028,6,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(67776,1,1845874800,2028,6,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(67777,1,1845878400,2028,6,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(67778,1,1845882000,2028,6,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(67779,1,1845885600,2028,6,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(67780,1,1845889200,2028,6,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(67781,1,1845892800,2028,6,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(67782,1,1845896400,2028,6,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(67783,1,1845900000,2028,6,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(67784,1,1845903600,2028,6,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(67785,1,1845907200,2028,6,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(67786,1,1845910800,2028,6,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(67787,1,1845914400,2028,6,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(67788,1,1845918000,2028,6,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(67789,1,1845921600,2028,6,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(67790,1,1845925200,2028,6,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(67791,1,1845928800,2028,6,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(67792,1,1845932400,2028,6,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(67793,1,1845936000,2028,6,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(67794,1,1845939600,2028,6,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(67795,1,1845943200,2028,6,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(67796,1,1845946800,2028,6,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(67797,1,1845950400,2028,6,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(67798,1,1845954000,2028,6,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(67799,1,1845957600,2028,6,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(67800,1,1845961200,2028,6,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(67801,1,1845964800,2028,6,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(67802,1,1845968400,2028,6,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(67803,1,1845972000,2028,6,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(67804,1,1845975600,2028,6,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(67805,1,1845979200,2028,6,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(67806,1,1845982800,2028,6,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(67807,1,1845986400,2028,6,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(67808,1,1845990000,2028,6,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(67809,1,1845993600,2028,6,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(67810,1,1845997200,2028,6,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(67811,1,1846000800,2028,6,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(67812,1,1846004400,2028,6,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(67813,1,1846008000,2028,6,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(67814,1,1846011600,2028,6,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(67815,1,1846015200,2028,7,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(67816,1,1846018800,2028,7,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(67817,1,1846022400,2028,7,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(67818,1,1846026000,2028,7,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(67819,1,1846029600,2028,7,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(67820,1,1846033200,2028,7,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(67821,1,1846036800,2028,7,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(67822,1,1846040400,2028,7,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(67823,1,1846044000,2028,7,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(67824,1,1846047600,2028,7,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(67825,1,1846051200,2028,7,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(67826,1,1846054800,2028,7,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(67827,1,1846058400,2028,7,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(67828,1,1846062000,2028,7,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(67829,1,1846065600,2028,7,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(67830,1,1846069200,2028,7,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(67831,1,1846072800,2028,7,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(67832,1,1846076400,2028,7,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(67833,1,1846080000,2028,7,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(67834,1,1846083600,2028,7,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(67835,1,1846087200,2028,7,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(67836,1,1846090800,2028,7,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(67837,1,1846094400,2028,7,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(67838,1,1846098000,2028,7,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(67839,1,1846188000,2028,7,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(67840,1,1846191600,2028,7,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(67841,1,1846195200,2028,7,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(67842,1,1846198800,2028,7,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(67843,1,1846202400,2028,7,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(67844,1,1846206000,2028,7,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(67845,1,1846209600,2028,7,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(67846,1,1846213200,2028,7,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(67847,1,1846216800,2028,7,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(67848,1,1846220400,2028,7,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(67849,1,1846224000,2028,7,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(67850,1,1846227600,2028,7,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(67851,1,1846231200,2028,7,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(67852,1,1846234800,2028,7,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(67853,1,1846238400,2028,7,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(67854,1,1846242000,2028,7,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(67855,1,1846245600,2028,7,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(67856,1,1846249200,2028,7,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(67857,1,1846252800,2028,7,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(67858,1,1846256400,2028,7,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(67859,1,1846260000,2028,7,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(67860,1,1846263600,2028,7,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(67861,1,1846267200,2028,7,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(67862,1,1846270800,2028,7,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(67863,1,1846274400,2028,7,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(67864,1,1846278000,2028,7,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(67865,1,1846281600,2028,7,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(67866,1,1846285200,2028,7,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(67867,1,1846288800,2028,7,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(67868,1,1846292400,2028,7,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(67869,1,1846296000,2028,7,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(67870,1,1846299600,2028,7,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(67871,1,1846303200,2028,7,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(67872,1,1846306800,2028,7,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(67873,1,1846310400,2028,7,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(67874,1,1846314000,2028,7,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(67875,1,1846317600,2028,7,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(67876,1,1846321200,2028,7,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(67877,1,1846324800,2028,7,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(67878,1,1846328400,2028,7,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(67879,1,1846332000,2028,7,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(67880,1,1846335600,2028,7,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(67881,1,1846339200,2028,7,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(67882,1,1846342800,2028,7,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(67883,1,1846346400,2028,7,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(67884,1,1846350000,2028,7,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(67885,1,1846353600,2028,7,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(67886,1,1846357200,2028,7,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(67887,1,1846360800,2028,7,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(67888,1,1846364400,2028,7,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(67889,1,1846368000,2028,7,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(67890,1,1846371600,2028,7,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(67891,1,1846375200,2028,7,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(67892,1,1846378800,2028,7,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(67893,1,1846382400,2028,7,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(67894,1,1846386000,2028,7,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(67895,1,1846389600,2028,7,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(67896,1,1846393200,2028,7,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(67897,1,1846396800,2028,7,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(67898,1,1846400400,2028,7,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(67899,1,1846404000,2028,7,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(67900,1,1846407600,2028,7,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(67901,1,1846411200,2028,7,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(67902,1,1846414800,2028,7,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(67903,1,1846418400,2028,7,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(67904,1,1846422000,2028,7,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(67905,1,1846425600,2028,7,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(67906,1,1846429200,2028,7,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(67907,1,1846432800,2028,7,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(67908,1,1846436400,2028,7,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(67909,1,1846440000,2028,7,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(67910,1,1846443600,2028,7,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(67911,1,1846447200,2028,7,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(67912,1,1846450800,2028,7,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(67913,1,1846454400,2028,7,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(67914,1,1846458000,2028,7,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(67915,1,1846461600,2028,7,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(67916,1,1846465200,2028,7,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(67917,1,1846468800,2028,7,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(67918,1,1846472400,2028,7,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(67919,1,1846476000,2028,7,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(67920,1,1846479600,2028,7,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(67921,1,1846483200,2028,7,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(67922,1,1846486800,2028,7,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(67923,1,1846490400,2028,7,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(67924,1,1846494000,2028,7,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(67925,1,1846497600,2028,7,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(67926,1,1846501200,2028,7,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(67927,1,1846504800,2028,7,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(67928,1,1846508400,2028,7,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(67929,1,1846512000,2028,7,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(67930,1,1846515600,2028,7,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(67931,1,1846519200,2028,7,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(67932,1,1846522800,2028,7,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(67933,1,1846526400,2028,7,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(67934,1,1846530000,2028,7,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(67935,1,1846533600,2028,7,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(67936,1,1846537200,2028,7,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(67937,1,1846540800,2028,7,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(67938,1,1846544400,2028,7,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(67939,1,1846548000,2028,7,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(67940,1,1846551600,2028,7,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(67941,1,1846555200,2028,7,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(67942,1,1846558800,2028,7,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(67943,1,1846562400,2028,7,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(67944,1,1846566000,2028,7,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(67945,1,1846569600,2028,7,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(67946,1,1846573200,2028,7,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(67947,1,1846576800,2028,7,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(67948,1,1846580400,2028,7,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(67949,1,1846584000,2028,7,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(67950,1,1846587600,2028,7,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(67951,1,1846591200,2028,7,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(67952,1,1846594800,2028,7,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(67953,1,1846598400,2028,7,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(67954,1,1846602000,2028,7,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(67955,1,1846605600,2028,7,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(67956,1,1846609200,2028,7,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(67957,1,1846612800,2028,7,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(67958,1,1846616400,2028,7,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(67959,1,1846620000,2028,7,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(67960,1,1846623600,2028,7,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(67961,1,1846627200,2028,7,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(67962,1,1846630800,2028,7,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(67963,1,1846634400,2028,7,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(67964,1,1846638000,2028,7,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(67965,1,1846641600,2028,7,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(67966,1,1846645200,2028,7,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(67967,1,1846648800,2028,7,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(67968,1,1846652400,2028,7,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(67969,1,1846656000,2028,7,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(67970,1,1846659600,2028,7,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(67971,1,1846663200,2028,7,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(67972,1,1846666800,2028,7,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(67973,1,1846670400,2028,7,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(67974,1,1846674000,2028,7,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(67975,1,1846677600,2028,7,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(67976,1,1846681200,2028,7,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(67977,1,1846684800,2028,7,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(67978,1,1846688400,2028,7,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(67979,1,1846692000,2028,7,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(67980,1,1846695600,2028,7,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(67981,1,1846699200,2028,7,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(67982,1,1846702800,2028,7,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(67983,1,1846792800,2028,7,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(67984,1,1846796400,2028,7,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(67985,1,1846800000,2028,7,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(67986,1,1846803600,2028,7,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(67987,1,1846807200,2028,7,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(67988,1,1846810800,2028,7,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(67989,1,1846814400,2028,7,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(67990,1,1846818000,2028,7,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(67991,1,1846821600,2028,7,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(67992,1,1846825200,2028,7,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(67993,1,1846828800,2028,7,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(67994,1,1846832400,2028,7,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(67995,1,1846836000,2028,7,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(67996,1,1846839600,2028,7,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(67997,1,1846843200,2028,7,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(67998,1,1846846800,2028,7,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(67999,1,1846850400,2028,7,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(68000,1,1846854000,2028,7,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(68001,1,1846857600,2028,7,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(68002,1,1846861200,2028,7,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(68003,1,1846864800,2028,7,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(68004,1,1846868400,2028,7,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(68005,1,1846872000,2028,7,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(68006,1,1846875600,2028,7,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(68007,1,1846879200,2028,7,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(68008,1,1846882800,2028,7,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(68009,1,1846886400,2028,7,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(68010,1,1846890000,2028,7,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(68011,1,1846893600,2028,7,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(68012,1,1846897200,2028,7,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(68013,1,1846900800,2028,7,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(68014,1,1846904400,2028,7,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(68015,1,1846908000,2028,7,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(68016,1,1846911600,2028,7,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(68017,1,1846915200,2028,7,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(68018,1,1846918800,2028,7,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(68019,1,1846922400,2028,7,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(68020,1,1846926000,2028,7,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(68021,1,1846929600,2028,7,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(68022,1,1846933200,2028,7,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(68023,1,1846936800,2028,7,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(68024,1,1846940400,2028,7,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(68025,1,1846944000,2028,7,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(68026,1,1846947600,2028,7,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(68027,1,1846951200,2028,7,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(68028,1,1846954800,2028,7,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(68029,1,1846958400,2028,7,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(68030,1,1846962000,2028,7,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(68031,1,1846965600,2028,7,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(68032,1,1846969200,2028,7,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(68033,1,1846972800,2028,7,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(68034,1,1846976400,2028,7,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(68035,1,1846980000,2028,7,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(68036,1,1846983600,2028,7,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(68037,1,1846987200,2028,7,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(68038,1,1846990800,2028,7,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(68039,1,1846994400,2028,7,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(68040,1,1846998000,2028,7,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(68041,1,1847001600,2028,7,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(68042,1,1847005200,2028,7,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(68043,1,1847008800,2028,7,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(68044,1,1847012400,2028,7,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(68045,1,1847016000,2028,7,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(68046,1,1847019600,2028,7,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(68047,1,1847023200,2028,7,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(68048,1,1847026800,2028,7,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(68049,1,1847030400,2028,7,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(68050,1,1847034000,2028,7,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(68051,1,1847037600,2028,7,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(68052,1,1847041200,2028,7,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(68053,1,1847044800,2028,7,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(68054,1,1847048400,2028,7,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(68055,1,1847052000,2028,7,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(68056,1,1847055600,2028,7,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(68057,1,1847059200,2028,7,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(68058,1,1847062800,2028,7,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(68059,1,1847066400,2028,7,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(68060,1,1847070000,2028,7,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(68061,1,1847073600,2028,7,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(68062,1,1847077200,2028,7,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(68063,1,1847080800,2028,7,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(68064,1,1847084400,2028,7,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(68065,1,1847088000,2028,7,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(68066,1,1847091600,2028,7,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(68067,1,1847095200,2028,7,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(68068,1,1847098800,2028,7,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(68069,1,1847102400,2028,7,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(68070,1,1847106000,2028,7,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(68071,1,1847109600,2028,7,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(68072,1,1847113200,2028,7,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(68073,1,1847116800,2028,7,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(68074,1,1847120400,2028,7,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(68075,1,1847124000,2028,7,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(68076,1,1847127600,2028,7,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(68077,1,1847131200,2028,7,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(68078,1,1847134800,2028,7,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(68079,1,1847138400,2028,7,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(68080,1,1847142000,2028,7,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(68081,1,1847145600,2028,7,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(68082,1,1847149200,2028,7,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(68083,1,1847152800,2028,7,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(68084,1,1847156400,2028,7,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(68085,1,1847160000,2028,7,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(68086,1,1847163600,2028,7,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(68087,1,1847167200,2028,7,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(68088,1,1847170800,2028,7,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(68089,1,1847174400,2028,7,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(68090,1,1847178000,2028,7,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(68091,1,1847181600,2028,7,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(68092,1,1847185200,2028,7,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(68093,1,1847188800,2028,7,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(68094,1,1847192400,2028,7,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(68095,1,1847196000,2028,7,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(68096,1,1847199600,2028,7,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(68097,1,1847203200,2028,7,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(68098,1,1847206800,2028,7,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(68099,1,1847210400,2028,7,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(68100,1,1847214000,2028,7,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(68101,1,1847217600,2028,7,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(68102,1,1847221200,2028,7,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(68103,1,1847224800,2028,7,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(68104,1,1847228400,2028,7,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(68105,1,1847232000,2028,7,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(68106,1,1847235600,2028,7,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(68107,1,1847239200,2028,7,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(68108,1,1847242800,2028,7,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(68109,1,1847246400,2028,7,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(68110,1,1847250000,2028,7,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(68111,1,1847253600,2028,7,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(68112,1,1847257200,2028,7,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(68113,1,1847260800,2028,7,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(68114,1,1847264400,2028,7,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(68115,1,1847268000,2028,7,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(68116,1,1847271600,2028,7,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(68117,1,1847275200,2028,7,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(68118,1,1847278800,2028,7,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(68119,1,1847282400,2028,7,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(68120,1,1847286000,2028,7,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(68121,1,1847289600,2028,7,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(68122,1,1847293200,2028,7,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(68123,1,1847296800,2028,7,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(68124,1,1847300400,2028,7,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(68125,1,1847304000,2028,7,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(68126,1,1847307600,2028,7,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(68127,1,1847397600,2028,7,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(68128,1,1847401200,2028,7,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(68129,1,1847404800,2028,7,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(68130,1,1847408400,2028,7,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(68131,1,1847412000,2028,7,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(68132,1,1847415600,2028,7,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(68133,1,1847419200,2028,7,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(68134,1,1847422800,2028,7,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(68135,1,1847426400,2028,7,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(68136,1,1847430000,2028,7,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(68137,1,1847433600,2028,7,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(68138,1,1847437200,2028,7,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(68139,1,1847440800,2028,7,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(68140,1,1847444400,2028,7,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(68141,1,1847448000,2028,7,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(68142,1,1847451600,2028,7,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(68143,1,1847455200,2028,7,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(68144,1,1847458800,2028,7,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(68145,1,1847462400,2028,7,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(68146,1,1847466000,2028,7,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(68147,1,1847469600,2028,7,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(68148,1,1847473200,2028,7,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(68149,1,1847476800,2028,7,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(68150,1,1847480400,2028,7,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(68151,1,1847484000,2028,7,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(68152,1,1847487600,2028,7,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(68153,1,1847491200,2028,7,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(68154,1,1847494800,2028,7,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(68155,1,1847498400,2028,7,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(68156,1,1847502000,2028,7,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(68157,1,1847505600,2028,7,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(68158,1,1847509200,2028,7,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(68159,1,1847512800,2028,7,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(68160,1,1847516400,2028,7,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(68161,1,1847520000,2028,7,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(68162,1,1847523600,2028,7,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(68163,1,1847527200,2028,7,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(68164,1,1847530800,2028,7,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(68165,1,1847534400,2028,7,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(68166,1,1847538000,2028,7,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(68167,1,1847541600,2028,7,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(68168,1,1847545200,2028,7,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(68169,1,1847548800,2028,7,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(68170,1,1847552400,2028,7,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(68171,1,1847556000,2028,7,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(68172,1,1847559600,2028,7,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(68173,1,1847563200,2028,7,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(68174,1,1847566800,2028,7,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(68175,1,1847570400,2028,7,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(68176,1,1847574000,2028,7,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(68177,1,1847577600,2028,7,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(68178,1,1847581200,2028,7,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(68179,1,1847584800,2028,7,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(68180,1,1847588400,2028,7,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(68181,1,1847592000,2028,7,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(68182,1,1847595600,2028,7,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(68183,1,1847599200,2028,7,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(68184,1,1847602800,2028,7,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(68185,1,1847606400,2028,7,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(68186,1,1847610000,2028,7,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(68187,1,1847613600,2028,7,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(68188,1,1847617200,2028,7,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(68189,1,1847620800,2028,7,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(68190,1,1847624400,2028,7,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(68191,1,1847628000,2028,7,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(68192,1,1847631600,2028,7,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(68193,1,1847635200,2028,7,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(68194,1,1847638800,2028,7,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(68195,1,1847642400,2028,7,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(68196,1,1847646000,2028,7,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(68197,1,1847649600,2028,7,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(68198,1,1847653200,2028,7,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(68199,1,1847656800,2028,7,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(68200,1,1847660400,2028,7,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(68201,1,1847664000,2028,7,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(68202,1,1847667600,2028,7,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(68203,1,1847671200,2028,7,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(68204,1,1847674800,2028,7,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(68205,1,1847678400,2028,7,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(68206,1,1847682000,2028,7,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(68207,1,1847685600,2028,7,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(68208,1,1847689200,2028,7,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(68209,1,1847692800,2028,7,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(68210,1,1847696400,2028,7,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(68211,1,1847700000,2028,7,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(68212,1,1847703600,2028,7,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(68213,1,1847707200,2028,7,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(68214,1,1847710800,2028,7,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(68215,1,1847714400,2028,7,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(68216,1,1847718000,2028,7,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(68217,1,1847721600,2028,7,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(68218,1,1847725200,2028,7,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(68219,1,1847728800,2028,7,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(68220,1,1847732400,2028,7,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(68221,1,1847736000,2028,7,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(68222,1,1847739600,2028,7,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(68223,1,1847743200,2028,7,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(68224,1,1847746800,2028,7,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(68225,1,1847750400,2028,7,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(68226,1,1847754000,2028,7,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(68227,1,1847757600,2028,7,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(68228,1,1847761200,2028,7,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(68229,1,1847764800,2028,7,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(68230,1,1847768400,2028,7,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(68231,1,1847772000,2028,7,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(68232,1,1847775600,2028,7,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(68233,1,1847779200,2028,7,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(68234,1,1847782800,2028,7,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(68235,1,1847786400,2028,7,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(68236,1,1847790000,2028,7,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(68237,1,1847793600,2028,7,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(68238,1,1847797200,2028,7,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(68239,1,1847800800,2028,7,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(68240,1,1847804400,2028,7,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(68241,1,1847808000,2028,7,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(68242,1,1847811600,2028,7,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(68243,1,1847815200,2028,7,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(68244,1,1847818800,2028,7,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(68245,1,1847822400,2028,7,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(68246,1,1847826000,2028,7,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(68247,1,1847829600,2028,7,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(68248,1,1847833200,2028,7,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(68249,1,1847836800,2028,7,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(68250,1,1847840400,2028,7,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(68251,1,1847844000,2028,7,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(68252,1,1847847600,2028,7,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(68253,1,1847851200,2028,7,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(68254,1,1847854800,2028,7,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(68255,1,1847858400,2028,7,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(68256,1,1847862000,2028,7,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(68257,1,1847865600,2028,7,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(68258,1,1847869200,2028,7,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(68259,1,1847872800,2028,7,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(68260,1,1847876400,2028,7,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(68261,1,1847880000,2028,7,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(68262,1,1847883600,2028,7,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(68263,1,1847887200,2028,7,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(68264,1,1847890800,2028,7,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(68265,1,1847894400,2028,7,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(68266,1,1847898000,2028,7,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(68267,1,1847901600,2028,7,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(68268,1,1847905200,2028,7,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(68269,1,1847908800,2028,7,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(68270,1,1847912400,2028,7,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(68271,1,1848002400,2028,7,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(68272,1,1848006000,2028,7,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(68273,1,1848009600,2028,7,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(68274,1,1848013200,2028,7,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(68275,1,1848016800,2028,7,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(68276,1,1848020400,2028,7,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(68277,1,1848024000,2028,7,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(68278,1,1848027600,2028,7,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(68279,1,1848031200,2028,7,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(68280,1,1848034800,2028,7,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(68281,1,1848038400,2028,7,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(68282,1,1848042000,2028,7,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(68283,1,1848045600,2028,7,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(68284,1,1848049200,2028,7,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(68285,1,1848052800,2028,7,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(68286,1,1848056400,2028,7,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(68287,1,1848060000,2028,7,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(68288,1,1848063600,2028,7,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(68289,1,1848067200,2028,7,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(68290,1,1848070800,2028,7,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(68291,1,1848074400,2028,7,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(68292,1,1848078000,2028,7,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(68293,1,1848081600,2028,7,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(68294,1,1848085200,2028,7,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(68295,1,1848088800,2028,7,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(68296,1,1848092400,2028,7,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(68297,1,1848096000,2028,7,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(68298,1,1848099600,2028,7,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(68299,1,1848103200,2028,7,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(68300,1,1848106800,2028,7,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(68301,1,1848110400,2028,7,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(68302,1,1848114000,2028,7,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(68303,1,1848117600,2028,7,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(68304,1,1848121200,2028,7,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(68305,1,1848124800,2028,7,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(68306,1,1848128400,2028,7,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(68307,1,1848132000,2028,7,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(68308,1,1848135600,2028,7,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(68309,1,1848139200,2028,7,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(68310,1,1848142800,2028,7,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(68311,1,1848146400,2028,7,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(68312,1,1848150000,2028,7,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(68313,1,1848153600,2028,7,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(68314,1,1848157200,2028,7,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(68315,1,1848160800,2028,7,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(68316,1,1848164400,2028,7,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(68317,1,1848168000,2028,7,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(68318,1,1848171600,2028,7,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(68319,1,1848175200,2028,7,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(68320,1,1848178800,2028,7,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(68321,1,1848182400,2028,7,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(68322,1,1848186000,2028,7,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(68323,1,1848189600,2028,7,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(68324,1,1848193200,2028,7,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(68325,1,1848196800,2028,7,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(68326,1,1848200400,2028,7,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(68327,1,1848204000,2028,7,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(68328,1,1848207600,2028,7,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(68329,1,1848211200,2028,7,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(68330,1,1848214800,2028,7,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(68331,1,1848218400,2028,7,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(68332,1,1848222000,2028,7,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(68333,1,1848225600,2028,7,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(68334,1,1848229200,2028,7,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(68335,1,1848232800,2028,7,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(68336,1,1848236400,2028,7,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(68337,1,1848240000,2028,7,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(68338,1,1848243600,2028,7,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(68339,1,1848247200,2028,7,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(68340,1,1848250800,2028,7,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(68341,1,1848254400,2028,7,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(68342,1,1848258000,2028,7,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(68343,1,1848261600,2028,7,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(68344,1,1848265200,2028,7,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(68345,1,1848268800,2028,7,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(68346,1,1848272400,2028,7,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(68347,1,1848276000,2028,7,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(68348,1,1848279600,2028,7,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(68349,1,1848283200,2028,7,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(68350,1,1848286800,2028,7,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(68351,1,1848290400,2028,7,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(68352,1,1848294000,2028,7,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(68353,1,1848297600,2028,7,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(68354,1,1848301200,2028,7,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(68355,1,1848304800,2028,7,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(68356,1,1848308400,2028,7,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(68357,1,1848312000,2028,7,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(68358,1,1848315600,2028,7,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(68359,1,1848319200,2028,7,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(68360,1,1848322800,2028,7,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(68361,1,1848326400,2028,7,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(68362,1,1848330000,2028,7,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(68363,1,1848333600,2028,7,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(68364,1,1848337200,2028,7,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(68365,1,1848340800,2028,7,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(68366,1,1848344400,2028,7,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(68367,1,1848348000,2028,7,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(68368,1,1848351600,2028,7,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(68369,1,1848355200,2028,7,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(68370,1,1848358800,2028,7,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(68371,1,1848362400,2028,7,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(68372,1,1848366000,2028,7,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(68373,1,1848369600,2028,7,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(68374,1,1848373200,2028,7,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(68375,1,1848376800,2028,7,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(68376,1,1848380400,2028,7,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(68377,1,1848384000,2028,7,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(68378,1,1848387600,2028,7,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(68379,1,1848391200,2028,7,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(68380,1,1848394800,2028,7,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(68381,1,1848398400,2028,7,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(68382,1,1848402000,2028,7,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(68383,1,1848405600,2028,7,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(68384,1,1848409200,2028,7,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(68385,1,1848412800,2028,7,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(68386,1,1848416400,2028,7,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(68387,1,1848420000,2028,7,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(68388,1,1848423600,2028,7,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(68389,1,1848427200,2028,7,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(68390,1,1848430800,2028,7,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(68391,1,1848434400,2028,7,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(68392,1,1848438000,2028,7,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(68393,1,1848441600,2028,7,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(68394,1,1848445200,2028,7,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(68395,1,1848448800,2028,7,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(68396,1,1848452400,2028,7,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(68397,1,1848456000,2028,7,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(68398,1,1848459600,2028,7,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(68399,1,1848463200,2028,7,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(68400,1,1848466800,2028,7,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(68401,1,1848470400,2028,7,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(68402,1,1848474000,2028,7,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(68403,1,1848477600,2028,7,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(68404,1,1848481200,2028,7,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(68405,1,1848484800,2028,7,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(68406,1,1848488400,2028,7,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(68407,1,1848492000,2028,7,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(68408,1,1848495600,2028,7,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(68409,1,1848499200,2028,7,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(68410,1,1848502800,2028,7,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(68411,1,1848506400,2028,7,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(68412,1,1848510000,2028,7,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(68413,1,1848513600,2028,7,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(68414,1,1848517200,2028,7,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(68415,1,1848607200,2028,7,31,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(68416,1,1848610800,2028,7,31,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(68417,1,1848614400,2028,7,31,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(68418,1,1848618000,2028,7,31,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(68419,1,1848621600,2028,7,31,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(68420,1,1848625200,2028,7,31,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(68421,1,1848628800,2028,7,31,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(68422,1,1848632400,2028,7,31,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(68423,1,1848636000,2028,7,31,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(68424,1,1848639600,2028,7,31,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(68425,1,1848643200,2028,7,31,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(68426,1,1848646800,2028,7,31,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(68427,1,1848650400,2028,7,31,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(68428,1,1848654000,2028,7,31,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(68429,1,1848657600,2028,7,31,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(68430,1,1848661200,2028,7,31,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(68431,1,1848664800,2028,7,31,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(68432,1,1848668400,2028,7,31,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(68433,1,1848672000,2028,7,31,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(68434,1,1848675600,2028,7,31,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(68435,1,1848679200,2028,7,31,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(68436,1,1848682800,2028,7,31,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(68437,1,1848686400,2028,7,31,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(68438,1,1848690000,2028,7,31,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(68439,1,1848693600,2028,8,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(68440,1,1848697200,2028,8,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(68441,1,1848700800,2028,8,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(68442,1,1848704400,2028,8,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(68443,1,1848708000,2028,8,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(68444,1,1848711600,2028,8,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(68445,1,1848715200,2028,8,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(68446,1,1848718800,2028,8,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(68447,1,1848722400,2028,8,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(68448,1,1848726000,2028,8,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(68449,1,1848729600,2028,8,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(68450,1,1848733200,2028,8,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(68451,1,1848736800,2028,8,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(68452,1,1848740400,2028,8,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(68453,1,1848744000,2028,8,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(68454,1,1848747600,2028,8,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(68455,1,1848751200,2028,8,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(68456,1,1848754800,2028,8,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(68457,1,1848758400,2028,8,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(68458,1,1848762000,2028,8,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(68459,1,1848765600,2028,8,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(68460,1,1848769200,2028,8,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(68461,1,1848772800,2028,8,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(68462,1,1848776400,2028,8,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(68463,1,1848780000,2028,8,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(68464,1,1848783600,2028,8,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(68465,1,1848787200,2028,8,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(68466,1,1848790800,2028,8,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(68467,1,1848794400,2028,8,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(68468,1,1848798000,2028,8,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(68469,1,1848801600,2028,8,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(68470,1,1848805200,2028,8,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(68471,1,1848808800,2028,8,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(68472,1,1848812400,2028,8,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(68473,1,1848816000,2028,8,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(68474,1,1848819600,2028,8,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(68475,1,1848823200,2028,8,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(68476,1,1848826800,2028,8,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(68477,1,1848830400,2028,8,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(68478,1,1848834000,2028,8,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(68479,1,1848837600,2028,8,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(68480,1,1848841200,2028,8,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(68481,1,1848844800,2028,8,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(68482,1,1848848400,2028,8,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(68483,1,1848852000,2028,8,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(68484,1,1848855600,2028,8,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(68485,1,1848859200,2028,8,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(68486,1,1848862800,2028,8,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(68487,1,1848866400,2028,8,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(68488,1,1848870000,2028,8,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(68489,1,1848873600,2028,8,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(68490,1,1848877200,2028,8,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(68491,1,1848880800,2028,8,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(68492,1,1848884400,2028,8,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(68493,1,1848888000,2028,8,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(68494,1,1848891600,2028,8,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(68495,1,1848895200,2028,8,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(68496,1,1848898800,2028,8,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(68497,1,1848902400,2028,8,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(68498,1,1848906000,2028,8,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(68499,1,1848909600,2028,8,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(68500,1,1848913200,2028,8,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(68501,1,1848916800,2028,8,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(68502,1,1848920400,2028,8,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(68503,1,1848924000,2028,8,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(68504,1,1848927600,2028,8,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(68505,1,1848931200,2028,8,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(68506,1,1848934800,2028,8,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(68507,1,1848938400,2028,8,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(68508,1,1848942000,2028,8,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(68509,1,1848945600,2028,8,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(68510,1,1848949200,2028,8,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(68511,1,1848952800,2028,8,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(68512,1,1848956400,2028,8,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(68513,1,1848960000,2028,8,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(68514,1,1848963600,2028,8,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(68515,1,1848967200,2028,8,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(68516,1,1848970800,2028,8,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(68517,1,1848974400,2028,8,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(68518,1,1848978000,2028,8,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(68519,1,1848981600,2028,8,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(68520,1,1848985200,2028,8,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(68521,1,1848988800,2028,8,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(68522,1,1848992400,2028,8,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(68523,1,1848996000,2028,8,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(68524,1,1848999600,2028,8,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(68525,1,1849003200,2028,8,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(68526,1,1849006800,2028,8,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(68527,1,1849010400,2028,8,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(68528,1,1849014000,2028,8,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(68529,1,1849017600,2028,8,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(68530,1,1849021200,2028,8,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(68531,1,1849024800,2028,8,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(68532,1,1849028400,2028,8,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(68533,1,1849032000,2028,8,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(68534,1,1849035600,2028,8,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(68535,1,1849039200,2028,8,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(68536,1,1849042800,2028,8,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(68537,1,1849046400,2028,8,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(68538,1,1849050000,2028,8,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(68539,1,1849053600,2028,8,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(68540,1,1849057200,2028,8,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(68541,1,1849060800,2028,8,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(68542,1,1849064400,2028,8,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(68543,1,1849068000,2028,8,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(68544,1,1849071600,2028,8,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(68545,1,1849075200,2028,8,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(68546,1,1849078800,2028,8,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(68547,1,1849082400,2028,8,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(68548,1,1849086000,2028,8,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(68549,1,1849089600,2028,8,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(68550,1,1849093200,2028,8,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(68551,1,1849096800,2028,8,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(68552,1,1849100400,2028,8,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(68553,1,1849104000,2028,8,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(68554,1,1849107600,2028,8,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(68555,1,1849111200,2028,8,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(68556,1,1849114800,2028,8,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(68557,1,1849118400,2028,8,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(68558,1,1849122000,2028,8,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(68559,1,1849212000,2028,8,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(68560,1,1849215600,2028,8,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(68561,1,1849219200,2028,8,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(68562,1,1849222800,2028,8,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(68563,1,1849226400,2028,8,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(68564,1,1849230000,2028,8,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(68565,1,1849233600,2028,8,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(68566,1,1849237200,2028,8,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(68567,1,1849240800,2028,8,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(68568,1,1849244400,2028,8,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(68569,1,1849248000,2028,8,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(68570,1,1849251600,2028,8,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(68571,1,1849255200,2028,8,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(68572,1,1849258800,2028,8,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(68573,1,1849262400,2028,8,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(68574,1,1849266000,2028,8,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(68575,1,1849269600,2028,8,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(68576,1,1849273200,2028,8,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(68577,1,1849276800,2028,8,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(68578,1,1849280400,2028,8,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(68579,1,1849284000,2028,8,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(68580,1,1849287600,2028,8,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(68581,1,1849291200,2028,8,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(68582,1,1849294800,2028,8,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(68583,1,1849298400,2028,8,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(68584,1,1849302000,2028,8,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(68585,1,1849305600,2028,8,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(68586,1,1849309200,2028,8,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(68587,1,1849312800,2028,8,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(68588,1,1849316400,2028,8,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(68589,1,1849320000,2028,8,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(68590,1,1849323600,2028,8,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(68591,1,1849327200,2028,8,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(68592,1,1849330800,2028,8,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(68593,1,1849334400,2028,8,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(68594,1,1849338000,2028,8,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(68595,1,1849341600,2028,8,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(68596,1,1849345200,2028,8,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(68597,1,1849348800,2028,8,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(68598,1,1849352400,2028,8,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(68599,1,1849356000,2028,8,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(68600,1,1849359600,2028,8,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(68601,1,1849363200,2028,8,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(68602,1,1849366800,2028,8,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(68603,1,1849370400,2028,8,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(68604,1,1849374000,2028,8,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(68605,1,1849377600,2028,8,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(68606,1,1849381200,2028,8,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(68607,1,1849384800,2028,8,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(68608,1,1849388400,2028,8,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(68609,1,1849392000,2028,8,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(68610,1,1849395600,2028,8,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(68611,1,1849399200,2028,8,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(68612,1,1849402800,2028,8,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(68613,1,1849406400,2028,8,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(68614,1,1849410000,2028,8,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(68615,1,1849413600,2028,8,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(68616,1,1849417200,2028,8,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(68617,1,1849420800,2028,8,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(68618,1,1849424400,2028,8,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(68619,1,1849428000,2028,8,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(68620,1,1849431600,2028,8,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(68621,1,1849435200,2028,8,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(68622,1,1849438800,2028,8,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(68623,1,1849442400,2028,8,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(68624,1,1849446000,2028,8,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(68625,1,1849449600,2028,8,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(68626,1,1849453200,2028,8,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(68627,1,1849456800,2028,8,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(68628,1,1849460400,2028,8,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(68629,1,1849464000,2028,8,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(68630,1,1849467600,2028,8,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(68631,1,1849471200,2028,8,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(68632,1,1849474800,2028,8,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(68633,1,1849478400,2028,8,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(68634,1,1849482000,2028,8,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(68635,1,1849485600,2028,8,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(68636,1,1849489200,2028,8,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(68637,1,1849492800,2028,8,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(68638,1,1849496400,2028,8,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(68639,1,1849500000,2028,8,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(68640,1,1849503600,2028,8,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(68641,1,1849507200,2028,8,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(68642,1,1849510800,2028,8,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(68643,1,1849514400,2028,8,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(68644,1,1849518000,2028,8,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(68645,1,1849521600,2028,8,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(68646,1,1849525200,2028,8,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(68647,1,1849528800,2028,8,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(68648,1,1849532400,2028,8,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(68649,1,1849536000,2028,8,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(68650,1,1849539600,2028,8,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(68651,1,1849543200,2028,8,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(68652,1,1849546800,2028,8,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(68653,1,1849550400,2028,8,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(68654,1,1849554000,2028,8,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(68655,1,1849557600,2028,8,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(68656,1,1849561200,2028,8,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(68657,1,1849564800,2028,8,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(68658,1,1849568400,2028,8,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(68659,1,1849572000,2028,8,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(68660,1,1849575600,2028,8,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(68661,1,1849579200,2028,8,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(68662,1,1849582800,2028,8,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(68663,1,1849586400,2028,8,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(68664,1,1849590000,2028,8,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(68665,1,1849593600,2028,8,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(68666,1,1849597200,2028,8,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(68667,1,1849600800,2028,8,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(68668,1,1849604400,2028,8,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(68669,1,1849608000,2028,8,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(68670,1,1849611600,2028,8,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(68671,1,1849615200,2028,8,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(68672,1,1849618800,2028,8,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(68673,1,1849622400,2028,8,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(68674,1,1849626000,2028,8,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(68675,1,1849629600,2028,8,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(68676,1,1849633200,2028,8,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(68677,1,1849636800,2028,8,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(68678,1,1849640400,2028,8,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(68679,1,1849644000,2028,8,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(68680,1,1849647600,2028,8,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(68681,1,1849651200,2028,8,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(68682,1,1849654800,2028,8,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(68683,1,1849658400,2028,8,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(68684,1,1849662000,2028,8,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(68685,1,1849665600,2028,8,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(68686,1,1849669200,2028,8,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(68687,1,1849672800,2028,8,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(68688,1,1849676400,2028,8,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(68689,1,1849680000,2028,8,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(68690,1,1849683600,2028,8,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(68691,1,1849687200,2028,8,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(68692,1,1849690800,2028,8,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(68693,1,1849694400,2028,8,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(68694,1,1849698000,2028,8,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(68695,1,1849701600,2028,8,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(68696,1,1849705200,2028,8,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(68697,1,1849708800,2028,8,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(68698,1,1849712400,2028,8,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(68699,1,1849716000,2028,8,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(68700,1,1849719600,2028,8,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(68701,1,1849723200,2028,8,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(68702,1,1849726800,2028,8,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(68703,1,1849816800,2028,8,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(68704,1,1849820400,2028,8,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(68705,1,1849824000,2028,8,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(68706,1,1849827600,2028,8,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(68707,1,1849831200,2028,8,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(68708,1,1849834800,2028,8,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(68709,1,1849838400,2028,8,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(68710,1,1849842000,2028,8,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(68711,1,1849845600,2028,8,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(68712,1,1849849200,2028,8,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(68713,1,1849852800,2028,8,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(68714,1,1849856400,2028,8,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(68715,1,1849860000,2028,8,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(68716,1,1849863600,2028,8,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(68717,1,1849867200,2028,8,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(68718,1,1849870800,2028,8,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(68719,1,1849874400,2028,8,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(68720,1,1849878000,2028,8,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(68721,1,1849881600,2028,8,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(68722,1,1849885200,2028,8,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(68723,1,1849888800,2028,8,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(68724,1,1849892400,2028,8,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(68725,1,1849896000,2028,8,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(68726,1,1849899600,2028,8,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(68727,1,1849903200,2028,8,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(68728,1,1849906800,2028,8,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(68729,1,1849910400,2028,8,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(68730,1,1849914000,2028,8,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(68731,1,1849917600,2028,8,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(68732,1,1849921200,2028,8,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(68733,1,1849924800,2028,8,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(68734,1,1849928400,2028,8,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(68735,1,1849932000,2028,8,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(68736,1,1849935600,2028,8,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(68737,1,1849939200,2028,8,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(68738,1,1849942800,2028,8,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(68739,1,1849946400,2028,8,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(68740,1,1849950000,2028,8,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(68741,1,1849953600,2028,8,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(68742,1,1849957200,2028,8,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(68743,1,1849960800,2028,8,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(68744,1,1849964400,2028,8,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(68745,1,1849968000,2028,8,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(68746,1,1849971600,2028,8,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(68747,1,1849975200,2028,8,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(68748,1,1849978800,2028,8,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(68749,1,1849982400,2028,8,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(68750,1,1849986000,2028,8,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(68751,1,1849989600,2028,8,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(68752,1,1849993200,2028,8,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(68753,1,1849996800,2028,8,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(68754,1,1850000400,2028,8,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(68755,1,1850004000,2028,8,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(68756,1,1850007600,2028,8,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(68757,1,1850011200,2028,8,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(68758,1,1850014800,2028,8,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(68759,1,1850018400,2028,8,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(68760,1,1850022000,2028,8,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(68761,1,1850025600,2028,8,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(68762,1,1850029200,2028,8,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(68763,1,1850032800,2028,8,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(68764,1,1850036400,2028,8,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(68765,1,1850040000,2028,8,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(68766,1,1850043600,2028,8,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(68767,1,1850047200,2028,8,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(68768,1,1850050800,2028,8,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(68769,1,1850054400,2028,8,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(68770,1,1850058000,2028,8,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(68771,1,1850061600,2028,8,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(68772,1,1850065200,2028,8,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(68773,1,1850068800,2028,8,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(68774,1,1850072400,2028,8,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(68775,1,1850076000,2028,8,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(68776,1,1850079600,2028,8,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(68777,1,1850083200,2028,8,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(68778,1,1850086800,2028,8,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(68779,1,1850090400,2028,8,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(68780,1,1850094000,2028,8,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(68781,1,1850097600,2028,8,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(68782,1,1850101200,2028,8,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(68783,1,1850104800,2028,8,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(68784,1,1850108400,2028,8,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(68785,1,1850112000,2028,8,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(68786,1,1850115600,2028,8,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(68787,1,1850119200,2028,8,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(68788,1,1850122800,2028,8,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(68789,1,1850126400,2028,8,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(68790,1,1850130000,2028,8,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(68791,1,1850133600,2028,8,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(68792,1,1850137200,2028,8,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(68793,1,1850140800,2028,8,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(68794,1,1850144400,2028,8,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(68795,1,1850148000,2028,8,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(68796,1,1850151600,2028,8,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(68797,1,1850155200,2028,8,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(68798,1,1850158800,2028,8,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(68799,1,1850162400,2028,8,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(68800,1,1850166000,2028,8,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(68801,1,1850169600,2028,8,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(68802,1,1850173200,2028,8,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(68803,1,1850176800,2028,8,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(68804,1,1850180400,2028,8,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(68805,1,1850184000,2028,8,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(68806,1,1850187600,2028,8,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(68807,1,1850191200,2028,8,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(68808,1,1850194800,2028,8,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(68809,1,1850198400,2028,8,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(68810,1,1850202000,2028,8,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(68811,1,1850205600,2028,8,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(68812,1,1850209200,2028,8,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(68813,1,1850212800,2028,8,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(68814,1,1850216400,2028,8,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(68815,1,1850220000,2028,8,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(68816,1,1850223600,2028,8,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(68817,1,1850227200,2028,8,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(68818,1,1850230800,2028,8,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(68819,1,1850234400,2028,8,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(68820,1,1850238000,2028,8,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(68821,1,1850241600,2028,8,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(68822,1,1850245200,2028,8,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(68823,1,1850248800,2028,8,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(68824,1,1850252400,2028,8,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(68825,1,1850256000,2028,8,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(68826,1,1850259600,2028,8,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(68827,1,1850263200,2028,8,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(68828,1,1850266800,2028,8,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(68829,1,1850270400,2028,8,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(68830,1,1850274000,2028,8,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(68831,1,1850277600,2028,8,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(68832,1,1850281200,2028,8,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(68833,1,1850284800,2028,8,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(68834,1,1850288400,2028,8,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(68835,1,1850292000,2028,8,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(68836,1,1850295600,2028,8,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(68837,1,1850299200,2028,8,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(68838,1,1850302800,2028,8,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(68839,1,1850306400,2028,8,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(68840,1,1850310000,2028,8,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(68841,1,1850313600,2028,8,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(68842,1,1850317200,2028,8,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(68843,1,1850320800,2028,8,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(68844,1,1850324400,2028,8,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(68845,1,1850328000,2028,8,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(68846,1,1850331600,2028,8,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(68847,1,1850421600,2028,8,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(68848,1,1850425200,2028,8,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(68849,1,1850428800,2028,8,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(68850,1,1850432400,2028,8,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(68851,1,1850436000,2028,8,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(68852,1,1850439600,2028,8,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(68853,1,1850443200,2028,8,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(68854,1,1850446800,2028,8,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(68855,1,1850450400,2028,8,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(68856,1,1850454000,2028,8,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(68857,1,1850457600,2028,8,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(68858,1,1850461200,2028,8,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(68859,1,1850464800,2028,8,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(68860,1,1850468400,2028,8,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(68861,1,1850472000,2028,8,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(68862,1,1850475600,2028,8,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(68863,1,1850479200,2028,8,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(68864,1,1850482800,2028,8,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(68865,1,1850486400,2028,8,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(68866,1,1850490000,2028,8,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(68867,1,1850493600,2028,8,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(68868,1,1850497200,2028,8,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(68869,1,1850500800,2028,8,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(68870,1,1850504400,2028,8,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(68871,1,1850508000,2028,8,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(68872,1,1850511600,2028,8,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(68873,1,1850515200,2028,8,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(68874,1,1850518800,2028,8,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(68875,1,1850522400,2028,8,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(68876,1,1850526000,2028,8,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(68877,1,1850529600,2028,8,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(68878,1,1850533200,2028,8,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(68879,1,1850536800,2028,8,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(68880,1,1850540400,2028,8,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(68881,1,1850544000,2028,8,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(68882,1,1850547600,2028,8,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(68883,1,1850551200,2028,8,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(68884,1,1850554800,2028,8,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(68885,1,1850558400,2028,8,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(68886,1,1850562000,2028,8,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(68887,1,1850565600,2028,8,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(68888,1,1850569200,2028,8,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(68889,1,1850572800,2028,8,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(68890,1,1850576400,2028,8,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(68891,1,1850580000,2028,8,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(68892,1,1850583600,2028,8,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(68893,1,1850587200,2028,8,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(68894,1,1850590800,2028,8,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(68895,1,1850594400,2028,8,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(68896,1,1850598000,2028,8,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(68897,1,1850601600,2028,8,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(68898,1,1850605200,2028,8,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(68899,1,1850608800,2028,8,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(68900,1,1850612400,2028,8,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(68901,1,1850616000,2028,8,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(68902,1,1850619600,2028,8,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(68903,1,1850623200,2028,8,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(68904,1,1850626800,2028,8,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(68905,1,1850630400,2028,8,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(68906,1,1850634000,2028,8,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(68907,1,1850637600,2028,8,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(68908,1,1850641200,2028,8,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(68909,1,1850644800,2028,8,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(68910,1,1850648400,2028,8,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(68911,1,1850652000,2028,8,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(68912,1,1850655600,2028,8,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(68913,1,1850659200,2028,8,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(68914,1,1850662800,2028,8,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(68915,1,1850666400,2028,8,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(68916,1,1850670000,2028,8,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(68917,1,1850673600,2028,8,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(68918,1,1850677200,2028,8,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(68919,1,1850680800,2028,8,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(68920,1,1850684400,2028,8,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(68921,1,1850688000,2028,8,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(68922,1,1850691600,2028,8,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(68923,1,1850695200,2028,8,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(68924,1,1850698800,2028,8,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(68925,1,1850702400,2028,8,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(68926,1,1850706000,2028,8,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(68927,1,1850709600,2028,8,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(68928,1,1850713200,2028,8,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(68929,1,1850716800,2028,8,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(68930,1,1850720400,2028,8,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(68931,1,1850724000,2028,8,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(68932,1,1850727600,2028,8,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(68933,1,1850731200,2028,8,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(68934,1,1850734800,2028,8,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(68935,1,1850738400,2028,8,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(68936,1,1850742000,2028,8,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(68937,1,1850745600,2028,8,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(68938,1,1850749200,2028,8,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(68939,1,1850752800,2028,8,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(68940,1,1850756400,2028,8,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(68941,1,1850760000,2028,8,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(68942,1,1850763600,2028,8,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(68943,1,1850767200,2028,8,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(68944,1,1850770800,2028,8,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(68945,1,1850774400,2028,8,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(68946,1,1850778000,2028,8,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(68947,1,1850781600,2028,8,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(68948,1,1850785200,2028,8,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(68949,1,1850788800,2028,8,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(68950,1,1850792400,2028,8,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(68951,1,1850796000,2028,8,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(68952,1,1850799600,2028,8,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(68953,1,1850803200,2028,8,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(68954,1,1850806800,2028,8,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(68955,1,1850810400,2028,8,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(68956,1,1850814000,2028,8,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(68957,1,1850817600,2028,8,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(68958,1,1850821200,2028,8,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(68959,1,1850824800,2028,8,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(68960,1,1850828400,2028,8,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(68961,1,1850832000,2028,8,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(68962,1,1850835600,2028,8,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(68963,1,1850839200,2028,8,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(68964,1,1850842800,2028,8,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(68965,1,1850846400,2028,8,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(68966,1,1850850000,2028,8,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(68967,1,1850853600,2028,8,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(68968,1,1850857200,2028,8,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(68969,1,1850860800,2028,8,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(68970,1,1850864400,2028,8,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(68971,1,1850868000,2028,8,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(68972,1,1850871600,2028,8,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(68973,1,1850875200,2028,8,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(68974,1,1850878800,2028,8,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(68975,1,1850882400,2028,8,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(68976,1,1850886000,2028,8,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(68977,1,1850889600,2028,8,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(68978,1,1850893200,2028,8,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(68979,1,1850896800,2028,8,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(68980,1,1850900400,2028,8,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(68981,1,1850904000,2028,8,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(68982,1,1850907600,2028,8,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(68983,1,1850911200,2028,8,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(68984,1,1850914800,2028,8,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(68985,1,1850918400,2028,8,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(68986,1,1850922000,2028,8,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(68987,1,1850925600,2028,8,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(68988,1,1850929200,2028,8,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(68989,1,1850932800,2028,8,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(68990,1,1850936400,2028,8,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(68991,1,1851026400,2028,8,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(68992,1,1851030000,2028,8,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(68993,1,1851033600,2028,8,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(68994,1,1851037200,2028,8,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(68995,1,1851040800,2028,8,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(68996,1,1851044400,2028,8,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(68997,1,1851048000,2028,8,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(68998,1,1851051600,2028,8,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(68999,1,1851055200,2028,8,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(69000,1,1851058800,2028,8,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(69001,1,1851062400,2028,8,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(69002,1,1851066000,2028,8,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(69003,1,1851069600,2028,8,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(69004,1,1851073200,2028,8,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(69005,1,1851076800,2028,8,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(69006,1,1851080400,2028,8,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(69007,1,1851084000,2028,8,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(69008,1,1851087600,2028,8,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(69009,1,1851091200,2028,8,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(69010,1,1851094800,2028,8,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(69011,1,1851098400,2028,8,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(69012,1,1851102000,2028,8,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(69013,1,1851105600,2028,8,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(69014,1,1851109200,2028,8,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(69015,1,1851112800,2028,8,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(69016,1,1851116400,2028,8,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(69017,1,1851120000,2028,8,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(69018,1,1851123600,2028,8,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(69019,1,1851127200,2028,8,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(69020,1,1851130800,2028,8,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(69021,1,1851134400,2028,8,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(69022,1,1851138000,2028,8,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(69023,1,1851141600,2028,8,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(69024,1,1851145200,2028,8,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(69025,1,1851148800,2028,8,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(69026,1,1851152400,2028,8,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(69027,1,1851156000,2028,8,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(69028,1,1851159600,2028,8,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(69029,1,1851163200,2028,8,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(69030,1,1851166800,2028,8,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(69031,1,1851170400,2028,8,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(69032,1,1851174000,2028,8,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(69033,1,1851177600,2028,8,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(69034,1,1851181200,2028,8,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(69035,1,1851184800,2028,8,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(69036,1,1851188400,2028,8,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(69037,1,1851192000,2028,8,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(69038,1,1851195600,2028,8,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(69039,1,1851199200,2028,8,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(69040,1,1851202800,2028,8,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(69041,1,1851206400,2028,8,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(69042,1,1851210000,2028,8,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(69043,1,1851213600,2028,8,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(69044,1,1851217200,2028,8,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(69045,1,1851220800,2028,8,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(69046,1,1851224400,2028,8,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(69047,1,1851228000,2028,8,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(69048,1,1851231600,2028,8,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(69049,1,1851235200,2028,8,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(69050,1,1851238800,2028,8,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(69051,1,1851242400,2028,8,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(69052,1,1851246000,2028,8,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(69053,1,1851249600,2028,8,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(69054,1,1851253200,2028,8,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(69055,1,1851256800,2028,8,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(69056,1,1851260400,2028,8,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(69057,1,1851264000,2028,8,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(69058,1,1851267600,2028,8,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(69059,1,1851271200,2028,8,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(69060,1,1851274800,2028,8,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(69061,1,1851278400,2028,8,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(69062,1,1851282000,2028,8,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(69063,1,1851285600,2028,8,31,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(69064,1,1851289200,2028,8,31,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(69065,1,1851292800,2028,8,31,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(69066,1,1851296400,2028,8,31,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(69067,1,1851300000,2028,8,31,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(69068,1,1851303600,2028,8,31,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(69069,1,1851307200,2028,8,31,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(69070,1,1851310800,2028,8,31,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(69071,1,1851314400,2028,8,31,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(69072,1,1851318000,2028,8,31,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(69073,1,1851321600,2028,8,31,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(69074,1,1851325200,2028,8,31,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(69075,1,1851328800,2028,8,31,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(69076,1,1851332400,2028,8,31,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(69077,1,1851336000,2028,8,31,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(69078,1,1851339600,2028,8,31,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(69079,1,1851343200,2028,8,31,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(69080,1,1851346800,2028,8,31,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(69081,1,1851350400,2028,8,31,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(69082,1,1851354000,2028,8,31,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(69083,1,1851357600,2028,8,31,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(69084,1,1851361200,2028,8,31,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(69085,1,1851364800,2028,8,31,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(69086,1,1851368400,2028,8,31,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(69087,1,1851372000,2028,9,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(69088,1,1851375600,2028,9,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(69089,1,1851379200,2028,9,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(69090,1,1851382800,2028,9,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(69091,1,1851386400,2028,9,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(69092,1,1851390000,2028,9,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(69093,1,1851393600,2028,9,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(69094,1,1851397200,2028,9,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(69095,1,1851400800,2028,9,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(69096,1,1851404400,2028,9,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(69097,1,1851408000,2028,9,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(69098,1,1851411600,2028,9,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(69099,1,1851415200,2028,9,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(69100,1,1851418800,2028,9,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(69101,1,1851422400,2028,9,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(69102,1,1851426000,2028,9,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(69103,1,1851429600,2028,9,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(69104,1,1851433200,2028,9,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(69105,1,1851436800,2028,9,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(69106,1,1851440400,2028,9,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(69107,1,1851444000,2028,9,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(69108,1,1851447600,2028,9,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(69109,1,1851451200,2028,9,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(69110,1,1851454800,2028,9,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(69111,1,1851458400,2028,9,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(69112,1,1851462000,2028,9,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(69113,1,1851465600,2028,9,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(69114,1,1851469200,2028,9,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(69115,1,1851472800,2028,9,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(69116,1,1851476400,2028,9,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(69117,1,1851480000,2028,9,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(69118,1,1851483600,2028,9,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(69119,1,1851487200,2028,9,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(69120,1,1851490800,2028,9,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(69121,1,1851494400,2028,9,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(69122,1,1851498000,2028,9,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(69123,1,1851501600,2028,9,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(69124,1,1851505200,2028,9,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(69125,1,1851508800,2028,9,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(69126,1,1851512400,2028,9,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(69127,1,1851516000,2028,9,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(69128,1,1851519600,2028,9,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(69129,1,1851523200,2028,9,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(69130,1,1851526800,2028,9,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(69131,1,1851530400,2028,9,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(69132,1,1851534000,2028,9,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(69133,1,1851537600,2028,9,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(69134,1,1851541200,2028,9,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(69135,1,1851631200,2028,9,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(69136,1,1851634800,2028,9,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(69137,1,1851638400,2028,9,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(69138,1,1851642000,2028,9,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(69139,1,1851645600,2028,9,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(69140,1,1851649200,2028,9,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(69141,1,1851652800,2028,9,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(69142,1,1851656400,2028,9,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(69143,1,1851660000,2028,9,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(69144,1,1851663600,2028,9,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(69145,1,1851667200,2028,9,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(69146,1,1851670800,2028,9,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(69147,1,1851674400,2028,9,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(69148,1,1851678000,2028,9,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(69149,1,1851681600,2028,9,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(69150,1,1851685200,2028,9,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(69151,1,1851688800,2028,9,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(69152,1,1851692400,2028,9,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(69153,1,1851696000,2028,9,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(69154,1,1851699600,2028,9,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(69155,1,1851703200,2028,9,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(69156,1,1851706800,2028,9,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(69157,1,1851710400,2028,9,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(69158,1,1851714000,2028,9,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(69159,1,1851717600,2028,9,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(69160,1,1851721200,2028,9,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(69161,1,1851724800,2028,9,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(69162,1,1851728400,2028,9,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(69163,1,1851732000,2028,9,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(69164,1,1851735600,2028,9,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(69165,1,1851739200,2028,9,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(69166,1,1851742800,2028,9,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(69167,1,1851746400,2028,9,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(69168,1,1851750000,2028,9,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(69169,1,1851753600,2028,9,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(69170,1,1851757200,2028,9,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(69171,1,1851760800,2028,9,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(69172,1,1851764400,2028,9,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(69173,1,1851768000,2028,9,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(69174,1,1851771600,2028,9,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(69175,1,1851775200,2028,9,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(69176,1,1851778800,2028,9,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(69177,1,1851782400,2028,9,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(69178,1,1851786000,2028,9,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(69179,1,1851789600,2028,9,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(69180,1,1851793200,2028,9,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(69181,1,1851796800,2028,9,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(69182,1,1851800400,2028,9,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(69183,1,1851804000,2028,9,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(69184,1,1851807600,2028,9,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(69185,1,1851811200,2028,9,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(69186,1,1851814800,2028,9,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(69187,1,1851818400,2028,9,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(69188,1,1851822000,2028,9,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(69189,1,1851825600,2028,9,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(69190,1,1851829200,2028,9,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(69191,1,1851832800,2028,9,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(69192,1,1851836400,2028,9,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(69193,1,1851840000,2028,9,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(69194,1,1851843600,2028,9,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(69195,1,1851847200,2028,9,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(69196,1,1851850800,2028,9,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(69197,1,1851854400,2028,9,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(69198,1,1851858000,2028,9,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(69199,1,1851861600,2028,9,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(69200,1,1851865200,2028,9,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(69201,1,1851868800,2028,9,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(69202,1,1851872400,2028,9,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(69203,1,1851876000,2028,9,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(69204,1,1851879600,2028,9,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(69205,1,1851883200,2028,9,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(69206,1,1851886800,2028,9,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(69207,1,1851890400,2028,9,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(69208,1,1851894000,2028,9,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(69209,1,1851897600,2028,9,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(69210,1,1851901200,2028,9,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(69211,1,1851904800,2028,9,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(69212,1,1851908400,2028,9,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(69213,1,1851912000,2028,9,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(69214,1,1851915600,2028,9,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(69215,1,1851919200,2028,9,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(69216,1,1851922800,2028,9,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(69217,1,1851926400,2028,9,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(69218,1,1851930000,2028,9,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(69219,1,1851933600,2028,9,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(69220,1,1851937200,2028,9,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(69221,1,1851940800,2028,9,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(69222,1,1851944400,2028,9,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(69223,1,1851948000,2028,9,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(69224,1,1851951600,2028,9,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(69225,1,1851955200,2028,9,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(69226,1,1851958800,2028,9,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(69227,1,1851962400,2028,9,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(69228,1,1851966000,2028,9,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(69229,1,1851969600,2028,9,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(69230,1,1851973200,2028,9,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(69231,1,1851976800,2028,9,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(69232,1,1851980400,2028,9,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(69233,1,1851984000,2028,9,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(69234,1,1851987600,2028,9,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(69235,1,1851991200,2028,9,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(69236,1,1851994800,2028,9,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(69237,1,1851998400,2028,9,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(69238,1,1852002000,2028,9,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(69239,1,1852005600,2028,9,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(69240,1,1852009200,2028,9,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(69241,1,1852012800,2028,9,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(69242,1,1852016400,2028,9,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(69243,1,1852020000,2028,9,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(69244,1,1852023600,2028,9,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(69245,1,1852027200,2028,9,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(69246,1,1852030800,2028,9,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(69247,1,1852034400,2028,9,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(69248,1,1852038000,2028,9,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(69249,1,1852041600,2028,9,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(69250,1,1852045200,2028,9,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(69251,1,1852048800,2028,9,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(69252,1,1852052400,2028,9,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(69253,1,1852056000,2028,9,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(69254,1,1852059600,2028,9,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(69255,1,1852063200,2028,9,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(69256,1,1852066800,2028,9,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(69257,1,1852070400,2028,9,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(69258,1,1852074000,2028,9,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(69259,1,1852077600,2028,9,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(69260,1,1852081200,2028,9,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(69261,1,1852084800,2028,9,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(69262,1,1852088400,2028,9,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(69263,1,1852092000,2028,9,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(69264,1,1852095600,2028,9,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(69265,1,1852099200,2028,9,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(69266,1,1852102800,2028,9,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(69267,1,1852106400,2028,9,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(69268,1,1852110000,2028,9,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(69269,1,1852113600,2028,9,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(69270,1,1852117200,2028,9,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(69271,1,1852120800,2028,9,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(69272,1,1852124400,2028,9,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(69273,1,1852128000,2028,9,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(69274,1,1852131600,2028,9,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(69275,1,1852135200,2028,9,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(69276,1,1852138800,2028,9,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(69277,1,1852142400,2028,9,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(69278,1,1852146000,2028,9,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(69279,1,1852236000,2028,9,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(69280,1,1852239600,2028,9,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(69281,1,1852243200,2028,9,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(69282,1,1852246800,2028,9,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(69283,1,1852250400,2028,9,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(69284,1,1852254000,2028,9,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(69285,1,1852257600,2028,9,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(69286,1,1852261200,2028,9,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(69287,1,1852264800,2028,9,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(69288,1,1852268400,2028,9,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(69289,1,1852272000,2028,9,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(69290,1,1852275600,2028,9,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(69291,1,1852279200,2028,9,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(69292,1,1852282800,2028,9,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(69293,1,1852286400,2028,9,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(69294,1,1852290000,2028,9,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(69295,1,1852293600,2028,9,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(69296,1,1852297200,2028,9,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(69297,1,1852300800,2028,9,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(69298,1,1852304400,2028,9,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(69299,1,1852308000,2028,9,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(69300,1,1852311600,2028,9,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(69301,1,1852315200,2028,9,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(69302,1,1852318800,2028,9,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(69303,1,1852322400,2028,9,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(69304,1,1852326000,2028,9,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(69305,1,1852329600,2028,9,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(69306,1,1852333200,2028,9,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(69307,1,1852336800,2028,9,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(69308,1,1852340400,2028,9,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(69309,1,1852344000,2028,9,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(69310,1,1852347600,2028,9,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(69311,1,1852351200,2028,9,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(69312,1,1852354800,2028,9,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(69313,1,1852358400,2028,9,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(69314,1,1852362000,2028,9,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(69315,1,1852365600,2028,9,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(69316,1,1852369200,2028,9,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(69317,1,1852372800,2028,9,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(69318,1,1852376400,2028,9,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(69319,1,1852380000,2028,9,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(69320,1,1852383600,2028,9,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(69321,1,1852387200,2028,9,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(69322,1,1852390800,2028,9,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(69323,1,1852394400,2028,9,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(69324,1,1852398000,2028,9,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(69325,1,1852401600,2028,9,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(69326,1,1852405200,2028,9,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(69327,1,1852408800,2028,9,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(69328,1,1852412400,2028,9,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(69329,1,1852416000,2028,9,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(69330,1,1852419600,2028,9,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(69331,1,1852423200,2028,9,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(69332,1,1852426800,2028,9,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(69333,1,1852430400,2028,9,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(69334,1,1852434000,2028,9,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(69335,1,1852437600,2028,9,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(69336,1,1852441200,2028,9,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(69337,1,1852444800,2028,9,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(69338,1,1852448400,2028,9,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(69339,1,1852452000,2028,9,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(69340,1,1852455600,2028,9,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(69341,1,1852459200,2028,9,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(69342,1,1852462800,2028,9,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(69343,1,1852466400,2028,9,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(69344,1,1852470000,2028,9,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(69345,1,1852473600,2028,9,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(69346,1,1852477200,2028,9,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(69347,1,1852480800,2028,9,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(69348,1,1852484400,2028,9,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(69349,1,1852488000,2028,9,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(69350,1,1852491600,2028,9,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(69351,1,1852495200,2028,9,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(69352,1,1852498800,2028,9,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(69353,1,1852502400,2028,9,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(69354,1,1852506000,2028,9,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(69355,1,1852509600,2028,9,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(69356,1,1852513200,2028,9,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(69357,1,1852516800,2028,9,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(69358,1,1852520400,2028,9,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(69359,1,1852524000,2028,9,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(69360,1,1852527600,2028,9,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(69361,1,1852531200,2028,9,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(69362,1,1852534800,2028,9,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(69363,1,1852538400,2028,9,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(69364,1,1852542000,2028,9,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(69365,1,1852545600,2028,9,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(69366,1,1852549200,2028,9,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(69367,1,1852552800,2028,9,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(69368,1,1852556400,2028,9,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(69369,1,1852560000,2028,9,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(69370,1,1852563600,2028,9,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(69371,1,1852567200,2028,9,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(69372,1,1852570800,2028,9,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(69373,1,1852574400,2028,9,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(69374,1,1852578000,2028,9,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(69375,1,1852581600,2028,9,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(69376,1,1852585200,2028,9,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(69377,1,1852588800,2028,9,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(69378,1,1852592400,2028,9,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(69379,1,1852596000,2028,9,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(69380,1,1852599600,2028,9,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(69381,1,1852603200,2028,9,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(69382,1,1852606800,2028,9,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(69383,1,1852610400,2028,9,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(69384,1,1852614000,2028,9,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(69385,1,1852617600,2028,9,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(69386,1,1852621200,2028,9,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(69387,1,1852624800,2028,9,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(69388,1,1852628400,2028,9,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(69389,1,1852632000,2028,9,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(69390,1,1852635600,2028,9,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(69391,1,1852639200,2028,9,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(69392,1,1852642800,2028,9,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(69393,1,1852646400,2028,9,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(69394,1,1852650000,2028,9,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(69395,1,1852653600,2028,9,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(69396,1,1852657200,2028,9,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(69397,1,1852660800,2028,9,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(69398,1,1852664400,2028,9,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(69399,1,1852668000,2028,9,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(69400,1,1852671600,2028,9,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(69401,1,1852675200,2028,9,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(69402,1,1852678800,2028,9,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(69403,1,1852682400,2028,9,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(69404,1,1852686000,2028,9,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(69405,1,1852689600,2028,9,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(69406,1,1852693200,2028,9,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(69407,1,1852696800,2028,9,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(69408,1,1852700400,2028,9,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(69409,1,1852704000,2028,9,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(69410,1,1852707600,2028,9,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(69411,1,1852711200,2028,9,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(69412,1,1852714800,2028,9,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(69413,1,1852718400,2028,9,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(69414,1,1852722000,2028,9,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(69415,1,1852725600,2028,9,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(69416,1,1852729200,2028,9,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(69417,1,1852732800,2028,9,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(69418,1,1852736400,2028,9,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(69419,1,1852740000,2028,9,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(69420,1,1852743600,2028,9,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(69421,1,1852747200,2028,9,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(69422,1,1852750800,2028,9,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(69423,1,1852840800,2028,9,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(69424,1,1852844400,2028,9,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(69425,1,1852848000,2028,9,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(69426,1,1852851600,2028,9,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(69427,1,1852855200,2028,9,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(69428,1,1852858800,2028,9,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(69429,1,1852862400,2028,9,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(69430,1,1852866000,2028,9,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(69431,1,1852869600,2028,9,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(69432,1,1852873200,2028,9,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(69433,1,1852876800,2028,9,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(69434,1,1852880400,2028,9,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(69435,1,1852884000,2028,9,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(69436,1,1852887600,2028,9,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(69437,1,1852891200,2028,9,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(69438,1,1852894800,2028,9,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(69439,1,1852898400,2028,9,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(69440,1,1852902000,2028,9,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(69441,1,1852905600,2028,9,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(69442,1,1852909200,2028,9,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(69443,1,1852912800,2028,9,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(69444,1,1852916400,2028,9,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(69445,1,1852920000,2028,9,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(69446,1,1852923600,2028,9,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(69447,1,1852927200,2028,9,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(69448,1,1852930800,2028,9,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(69449,1,1852934400,2028,9,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(69450,1,1852938000,2028,9,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(69451,1,1852941600,2028,9,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(69452,1,1852945200,2028,9,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(69453,1,1852948800,2028,9,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(69454,1,1852952400,2028,9,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(69455,1,1852956000,2028,9,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(69456,1,1852959600,2028,9,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(69457,1,1852963200,2028,9,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(69458,1,1852966800,2028,9,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(69459,1,1852970400,2028,9,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(69460,1,1852974000,2028,9,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(69461,1,1852977600,2028,9,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(69462,1,1852981200,2028,9,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(69463,1,1852984800,2028,9,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(69464,1,1852988400,2028,9,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(69465,1,1852992000,2028,9,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(69466,1,1852995600,2028,9,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(69467,1,1852999200,2028,9,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(69468,1,1853002800,2028,9,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(69469,1,1853006400,2028,9,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(69470,1,1853010000,2028,9,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(69471,1,1853013600,2028,9,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(69472,1,1853017200,2028,9,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(69473,1,1853020800,2028,9,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(69474,1,1853024400,2028,9,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(69475,1,1853028000,2028,9,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(69476,1,1853031600,2028,9,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(69477,1,1853035200,2028,9,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(69478,1,1853038800,2028,9,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(69479,1,1853042400,2028,9,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(69480,1,1853046000,2028,9,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(69481,1,1853049600,2028,9,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(69482,1,1853053200,2028,9,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(69483,1,1853056800,2028,9,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(69484,1,1853060400,2028,9,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(69485,1,1853064000,2028,9,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(69486,1,1853067600,2028,9,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(69487,1,1853071200,2028,9,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(69488,1,1853074800,2028,9,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(69489,1,1853078400,2028,9,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(69490,1,1853082000,2028,9,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(69491,1,1853085600,2028,9,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(69492,1,1853089200,2028,9,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(69493,1,1853092800,2028,9,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(69494,1,1853096400,2028,9,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(69495,1,1853100000,2028,9,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(69496,1,1853103600,2028,9,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(69497,1,1853107200,2028,9,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(69498,1,1853110800,2028,9,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(69499,1,1853114400,2028,9,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(69500,1,1853118000,2028,9,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(69501,1,1853121600,2028,9,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(69502,1,1853125200,2028,9,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(69503,1,1853128800,2028,9,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(69504,1,1853132400,2028,9,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(69505,1,1853136000,2028,9,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(69506,1,1853139600,2028,9,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(69507,1,1853143200,2028,9,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(69508,1,1853146800,2028,9,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(69509,1,1853150400,2028,9,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(69510,1,1853154000,2028,9,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(69511,1,1853157600,2028,9,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(69512,1,1853161200,2028,9,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(69513,1,1853164800,2028,9,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(69514,1,1853168400,2028,9,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(69515,1,1853172000,2028,9,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(69516,1,1853175600,2028,9,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(69517,1,1853179200,2028,9,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(69518,1,1853182800,2028,9,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(69519,1,1853186400,2028,9,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(69520,1,1853190000,2028,9,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(69521,1,1853193600,2028,9,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(69522,1,1853197200,2028,9,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(69523,1,1853200800,2028,9,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(69524,1,1853204400,2028,9,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(69525,1,1853208000,2028,9,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(69526,1,1853211600,2028,9,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(69527,1,1853215200,2028,9,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(69528,1,1853218800,2028,9,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(69529,1,1853222400,2028,9,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(69530,1,1853226000,2028,9,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(69531,1,1853229600,2028,9,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(69532,1,1853233200,2028,9,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(69533,1,1853236800,2028,9,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(69534,1,1853240400,2028,9,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(69535,1,1853244000,2028,9,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(69536,1,1853247600,2028,9,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(69537,1,1853251200,2028,9,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(69538,1,1853254800,2028,9,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(69539,1,1853258400,2028,9,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(69540,1,1853262000,2028,9,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(69541,1,1853265600,2028,9,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(69542,1,1853269200,2028,9,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(69543,1,1853272800,2028,9,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(69544,1,1853276400,2028,9,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(69545,1,1853280000,2028,9,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(69546,1,1853283600,2028,9,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(69547,1,1853287200,2028,9,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(69548,1,1853290800,2028,9,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(69549,1,1853294400,2028,9,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(69550,1,1853298000,2028,9,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(69551,1,1853301600,2028,9,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(69552,1,1853305200,2028,9,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(69553,1,1853308800,2028,9,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(69554,1,1853312400,2028,9,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(69555,1,1853316000,2028,9,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(69556,1,1853319600,2028,9,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(69557,1,1853323200,2028,9,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(69558,1,1853326800,2028,9,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(69559,1,1853330400,2028,9,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(69560,1,1853334000,2028,9,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(69561,1,1853337600,2028,9,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(69562,1,1853341200,2028,9,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(69563,1,1853344800,2028,9,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(69564,1,1853348400,2028,9,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(69565,1,1853352000,2028,9,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(69566,1,1853355600,2028,9,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(69567,1,1853445600,2028,9,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(69568,1,1853449200,2028,9,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(69569,1,1853452800,2028,9,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(69570,1,1853456400,2028,9,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(69571,1,1853460000,2028,9,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(69572,1,1853463600,2028,9,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(69573,1,1853467200,2028,9,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(69574,1,1853470800,2028,9,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(69575,1,1853474400,2028,9,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(69576,1,1853478000,2028,9,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(69577,1,1853481600,2028,9,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(69578,1,1853485200,2028,9,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(69579,1,1853488800,2028,9,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(69580,1,1853492400,2028,9,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(69581,1,1853496000,2028,9,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(69582,1,1853499600,2028,9,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(69583,1,1853503200,2028,9,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(69584,1,1853506800,2028,9,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(69585,1,1853510400,2028,9,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(69586,1,1853514000,2028,9,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(69587,1,1853517600,2028,9,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(69588,1,1853521200,2028,9,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(69589,1,1853524800,2028,9,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(69590,1,1853528400,2028,9,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(69591,1,1853532000,2028,9,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(69592,1,1853535600,2028,9,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(69593,1,1853539200,2028,9,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(69594,1,1853542800,2028,9,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(69595,1,1853546400,2028,9,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(69596,1,1853550000,2028,9,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(69597,1,1853553600,2028,9,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(69598,1,1853557200,2028,9,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(69599,1,1853560800,2028,9,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(69600,1,1853564400,2028,9,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(69601,1,1853568000,2028,9,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(69602,1,1853571600,2028,9,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(69603,1,1853575200,2028,9,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(69604,1,1853578800,2028,9,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(69605,1,1853582400,2028,9,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(69606,1,1853586000,2028,9,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(69607,1,1853589600,2028,9,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(69608,1,1853593200,2028,9,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(69609,1,1853596800,2028,9,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(69610,1,1853600400,2028,9,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(69611,1,1853604000,2028,9,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(69612,1,1853607600,2028,9,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(69613,1,1853611200,2028,9,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(69614,1,1853614800,2028,9,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(69615,1,1853618400,2028,9,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(69616,1,1853622000,2028,9,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(69617,1,1853625600,2028,9,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(69618,1,1853629200,2028,9,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(69619,1,1853632800,2028,9,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(69620,1,1853636400,2028,9,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(69621,1,1853640000,2028,9,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(69622,1,1853643600,2028,9,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(69623,1,1853647200,2028,9,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(69624,1,1853650800,2028,9,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(69625,1,1853654400,2028,9,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(69626,1,1853658000,2028,9,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(69627,1,1853661600,2028,9,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(69628,1,1853665200,2028,9,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(69629,1,1853668800,2028,9,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(69630,1,1853672400,2028,9,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(69631,1,1853676000,2028,9,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(69632,1,1853679600,2028,9,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(69633,1,1853683200,2028,9,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(69634,1,1853686800,2028,9,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(69635,1,1853690400,2028,9,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(69636,1,1853694000,2028,9,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(69637,1,1853697600,2028,9,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(69638,1,1853701200,2028,9,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(69639,1,1853704800,2028,9,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(69640,1,1853708400,2028,9,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(69641,1,1853712000,2028,9,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(69642,1,1853715600,2028,9,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(69643,1,1853719200,2028,9,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(69644,1,1853722800,2028,9,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(69645,1,1853726400,2028,9,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(69646,1,1853730000,2028,9,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(69647,1,1853733600,2028,9,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(69648,1,1853737200,2028,9,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(69649,1,1853740800,2028,9,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(69650,1,1853744400,2028,9,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(69651,1,1853748000,2028,9,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(69652,1,1853751600,2028,9,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(69653,1,1853755200,2028,9,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(69654,1,1853758800,2028,9,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(69655,1,1853762400,2028,9,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(69656,1,1853766000,2028,9,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(69657,1,1853769600,2028,9,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(69658,1,1853773200,2028,9,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(69659,1,1853776800,2028,9,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(69660,1,1853780400,2028,9,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(69661,1,1853784000,2028,9,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(69662,1,1853787600,2028,9,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(69663,1,1853791200,2028,9,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(69664,1,1853794800,2028,9,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(69665,1,1853798400,2028,9,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(69666,1,1853802000,2028,9,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(69667,1,1853805600,2028,9,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(69668,1,1853809200,2028,9,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(69669,1,1853812800,2028,9,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(69670,1,1853816400,2028,9,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(69671,1,1853820000,2028,9,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(69672,1,1853823600,2028,9,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(69673,1,1853827200,2028,9,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(69674,1,1853830800,2028,9,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(69675,1,1853834400,2028,9,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(69676,1,1853838000,2028,9,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(69677,1,1853841600,2028,9,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(69678,1,1853845200,2028,9,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(69679,1,1853848800,2028,9,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(69680,1,1853852400,2028,9,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(69681,1,1853856000,2028,9,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(69682,1,1853859600,2028,9,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(69683,1,1853863200,2028,9,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(69684,1,1853866800,2028,9,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(69685,1,1853870400,2028,9,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(69686,1,1853874000,2028,9,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(69687,1,1853877600,2028,9,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(69688,1,1853881200,2028,9,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(69689,1,1853884800,2028,9,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(69690,1,1853888400,2028,9,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(69691,1,1853892000,2028,9,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(69692,1,1853895600,2028,9,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(69693,1,1853899200,2028,9,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(69694,1,1853902800,2028,9,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(69695,1,1853906400,2028,9,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(69696,1,1853910000,2028,9,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(69697,1,1853913600,2028,9,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(69698,1,1853917200,2028,9,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(69699,1,1853920800,2028,9,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(69700,1,1853924400,2028,9,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(69701,1,1853928000,2028,9,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(69702,1,1853931600,2028,9,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(69703,1,1853935200,2028,9,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(69704,1,1853938800,2028,9,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(69705,1,1853942400,2028,9,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(69706,1,1853946000,2028,9,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(69707,1,1853949600,2028,9,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(69708,1,1853953200,2028,9,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(69709,1,1853956800,2028,9,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(69710,1,1853960400,2028,9,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(69711,1,1854050400,2028,10,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(69712,1,1854054000,2028,10,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(69713,1,1854057600,2028,10,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(69714,1,1854061200,2028,10,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(69715,1,1854064800,2028,10,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(69716,1,1854068400,2028,10,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(69717,1,1854072000,2028,10,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(69718,1,1854075600,2028,10,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(69719,1,1854079200,2028,10,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(69720,1,1854082800,2028,10,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(69721,1,1854086400,2028,10,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(69722,1,1854090000,2028,10,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(69723,1,1854093600,2028,10,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(69724,1,1854097200,2028,10,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(69725,1,1854100800,2028,10,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(69726,1,1854104400,2028,10,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(69727,1,1854108000,2028,10,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(69728,1,1854111600,2028,10,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(69729,1,1854115200,2028,10,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(69730,1,1854118800,2028,10,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(69731,1,1854122400,2028,10,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(69732,1,1854126000,2028,10,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(69733,1,1854129600,2028,10,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(69734,1,1854133200,2028,10,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(69735,1,1854136800,2028,10,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(69736,1,1854140400,2028,10,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(69737,1,1854144000,2028,10,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(69738,1,1854147600,2028,10,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(69739,1,1854151200,2028,10,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(69740,1,1854154800,2028,10,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(69741,1,1854158400,2028,10,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(69742,1,1854162000,2028,10,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(69743,1,1854165600,2028,10,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(69744,1,1854169200,2028,10,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(69745,1,1854172800,2028,10,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(69746,1,1854176400,2028,10,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(69747,1,1854180000,2028,10,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(69748,1,1854183600,2028,10,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(69749,1,1854187200,2028,10,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(69750,1,1854190800,2028,10,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(69751,1,1854194400,2028,10,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(69752,1,1854198000,2028,10,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(69753,1,1854201600,2028,10,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(69754,1,1854205200,2028,10,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(69755,1,1854208800,2028,10,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(69756,1,1854212400,2028,10,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(69757,1,1854216000,2028,10,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(69758,1,1854219600,2028,10,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(69759,1,1854223200,2028,10,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(69760,1,1854226800,2028,10,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(69761,1,1854230400,2028,10,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(69762,1,1854234000,2028,10,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(69763,1,1854237600,2028,10,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(69764,1,1854241200,2028,10,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(69765,1,1854244800,2028,10,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(69766,1,1854248400,2028,10,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(69767,1,1854252000,2028,10,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(69768,1,1854255600,2028,10,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(69769,1,1854259200,2028,10,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(69770,1,1854262800,2028,10,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(69771,1,1854266400,2028,10,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(69772,1,1854270000,2028,10,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(69773,1,1854273600,2028,10,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(69774,1,1854277200,2028,10,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(69775,1,1854280800,2028,10,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(69776,1,1854284400,2028,10,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(69777,1,1854288000,2028,10,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(69778,1,1854291600,2028,10,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(69779,1,1854295200,2028,10,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(69780,1,1854298800,2028,10,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(69781,1,1854302400,2028,10,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(69782,1,1854306000,2028,10,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(69783,1,1854309600,2028,10,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(69784,1,1854313200,2028,10,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(69785,1,1854316800,2028,10,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(69786,1,1854320400,2028,10,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(69787,1,1854324000,2028,10,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(69788,1,1854327600,2028,10,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(69789,1,1854331200,2028,10,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(69790,1,1854334800,2028,10,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(69791,1,1854338400,2028,10,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(69792,1,1854342000,2028,10,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(69793,1,1854345600,2028,10,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(69794,1,1854349200,2028,10,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(69795,1,1854352800,2028,10,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(69796,1,1854356400,2028,10,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(69797,1,1854360000,2028,10,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(69798,1,1854363600,2028,10,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(69799,1,1854367200,2028,10,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(69800,1,1854370800,2028,10,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(69801,1,1854374400,2028,10,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(69802,1,1854378000,2028,10,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(69803,1,1854381600,2028,10,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(69804,1,1854385200,2028,10,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(69805,1,1854388800,2028,10,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(69806,1,1854392400,2028,10,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(69807,1,1854396000,2028,10,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(69808,1,1854399600,2028,10,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(69809,1,1854403200,2028,10,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(69810,1,1854406800,2028,10,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(69811,1,1854410400,2028,10,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(69812,1,1854414000,2028,10,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(69813,1,1854417600,2028,10,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(69814,1,1854421200,2028,10,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(69815,1,1854424800,2028,10,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(69816,1,1854428400,2028,10,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(69817,1,1854432000,2028,10,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(69818,1,1854435600,2028,10,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(69819,1,1854439200,2028,10,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(69820,1,1854442800,2028,10,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(69821,1,1854446400,2028,10,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(69822,1,1854450000,2028,10,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(69823,1,1854453600,2028,10,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(69824,1,1854457200,2028,10,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(69825,1,1854460800,2028,10,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(69826,1,1854464400,2028,10,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(69827,1,1854468000,2028,10,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(69828,1,1854471600,2028,10,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(69829,1,1854475200,2028,10,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(69830,1,1854478800,2028,10,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(69831,1,1854482400,2028,10,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(69832,1,1854486000,2028,10,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(69833,1,1854489600,2028,10,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(69834,1,1854493200,2028,10,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(69835,1,1854496800,2028,10,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(69836,1,1854500400,2028,10,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(69837,1,1854504000,2028,10,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(69838,1,1854507600,2028,10,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(69839,1,1854511200,2028,10,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(69840,1,1854514800,2028,10,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(69841,1,1854518400,2028,10,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(69842,1,1854522000,2028,10,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(69843,1,1854525600,2028,10,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(69844,1,1854529200,2028,10,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(69845,1,1854532800,2028,10,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(69846,1,1854536400,2028,10,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(69847,1,1854540000,2028,10,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(69848,1,1854543600,2028,10,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(69849,1,1854547200,2028,10,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(69850,1,1854550800,2028,10,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(69851,1,1854554400,2028,10,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(69852,1,1854558000,2028,10,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(69853,1,1854561600,2028,10,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(69854,1,1854565200,2028,10,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(69855,1,1854655200,2028,10,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(69856,1,1854658800,2028,10,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(69857,1,1854662400,2028,10,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(69858,1,1854666000,2028,10,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(69859,1,1854669600,2028,10,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(69860,1,1854673200,2028,10,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(69861,1,1854676800,2028,10,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(69862,1,1854680400,2028,10,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(69863,1,1854684000,2028,10,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(69864,1,1854687600,2028,10,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(69865,1,1854691200,2028,10,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(69866,1,1854694800,2028,10,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(69867,1,1854698400,2028,10,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(69868,1,1854702000,2028,10,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(69869,1,1854705600,2028,10,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(69870,1,1854709200,2028,10,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(69871,1,1854712800,2028,10,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(69872,1,1854716400,2028,10,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(69873,1,1854720000,2028,10,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(69874,1,1854723600,2028,10,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(69875,1,1854727200,2028,10,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(69876,1,1854730800,2028,10,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(69877,1,1854734400,2028,10,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(69878,1,1854738000,2028,10,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(69879,1,1854741600,2028,10,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(69880,1,1854745200,2028,10,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(69881,1,1854748800,2028,10,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(69882,1,1854752400,2028,10,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(69883,1,1854756000,2028,10,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(69884,1,1854759600,2028,10,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(69885,1,1854763200,2028,10,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(69886,1,1854766800,2028,10,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(69887,1,1854770400,2028,10,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(69888,1,1854774000,2028,10,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(69889,1,1854777600,2028,10,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(69890,1,1854781200,2028,10,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(69891,1,1854784800,2028,10,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(69892,1,1854788400,2028,10,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(69893,1,1854792000,2028,10,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(69894,1,1854795600,2028,10,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(69895,1,1854799200,2028,10,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(69896,1,1854802800,2028,10,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(69897,1,1854806400,2028,10,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(69898,1,1854810000,2028,10,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(69899,1,1854813600,2028,10,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(69900,1,1854817200,2028,10,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(69901,1,1854820800,2028,10,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(69902,1,1854824400,2028,10,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(69903,1,1854828000,2028,10,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(69904,1,1854831600,2028,10,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(69905,1,1854835200,2028,10,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(69906,1,1854838800,2028,10,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(69907,1,1854842400,2028,10,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(69908,1,1854846000,2028,10,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(69909,1,1854849600,2028,10,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(69910,1,1854853200,2028,10,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(69911,1,1854856800,2028,10,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(69912,1,1854860400,2028,10,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(69913,1,1854864000,2028,10,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(69914,1,1854867600,2028,10,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(69915,1,1854871200,2028,10,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(69916,1,1854874800,2028,10,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(69917,1,1854878400,2028,10,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(69918,1,1854882000,2028,10,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(69919,1,1854885600,2028,10,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(69920,1,1854889200,2028,10,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(69921,1,1854892800,2028,10,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(69922,1,1854896400,2028,10,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(69923,1,1854900000,2028,10,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(69924,1,1854903600,2028,10,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(69925,1,1854907200,2028,10,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(69926,1,1854910800,2028,10,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(69927,1,1854914400,2028,10,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(69928,1,1854918000,2028,10,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(69929,1,1854921600,2028,10,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(69930,1,1854925200,2028,10,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(69931,1,1854928800,2028,10,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(69932,1,1854932400,2028,10,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(69933,1,1854936000,2028,10,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(69934,1,1854939600,2028,10,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(69935,1,1854943200,2028,10,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(69936,1,1854946800,2028,10,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(69937,1,1854950400,2028,10,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(69938,1,1854954000,2028,10,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(69939,1,1854957600,2028,10,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(69940,1,1854961200,2028,10,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(69941,1,1854964800,2028,10,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(69942,1,1854968400,2028,10,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(69943,1,1854972000,2028,10,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(69944,1,1854975600,2028,10,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(69945,1,1854979200,2028,10,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(69946,1,1854982800,2028,10,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(69947,1,1854986400,2028,10,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(69948,1,1854990000,2028,10,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(69949,1,1854993600,2028,10,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(69950,1,1854997200,2028,10,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(69951,1,1855000800,2028,10,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(69952,1,1855004400,2028,10,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(69953,1,1855008000,2028,10,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(69954,1,1855011600,2028,10,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(69955,1,1855015200,2028,10,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(69956,1,1855018800,2028,10,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(69957,1,1855022400,2028,10,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(69958,1,1855026000,2028,10,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(69959,1,1855029600,2028,10,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(69960,1,1855033200,2028,10,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(69961,1,1855036800,2028,10,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(69962,1,1855040400,2028,10,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(69963,1,1855044000,2028,10,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(69964,1,1855047600,2028,10,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(69965,1,1855051200,2028,10,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(69966,1,1855054800,2028,10,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(69967,1,1855058400,2028,10,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(69968,1,1855062000,2028,10,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(69969,1,1855065600,2028,10,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(69970,1,1855069200,2028,10,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(69971,1,1855072800,2028,10,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(69972,1,1855076400,2028,10,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(69973,1,1855080000,2028,10,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(69974,1,1855083600,2028,10,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(69975,1,1855087200,2028,10,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(69976,1,1855090800,2028,10,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(69977,1,1855094400,2028,10,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(69978,1,1855098000,2028,10,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(69979,1,1855101600,2028,10,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(69980,1,1855105200,2028,10,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(69981,1,1855108800,2028,10,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(69982,1,1855112400,2028,10,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(69983,1,1855116000,2028,10,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(69984,1,1855119600,2028,10,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(69985,1,1855123200,2028,10,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(69986,1,1855126800,2028,10,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(69987,1,1855130400,2028,10,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(69988,1,1855134000,2028,10,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(69989,1,1855137600,2028,10,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(69990,1,1855141200,2028,10,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(69991,1,1855144800,2028,10,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(69992,1,1855148400,2028,10,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(69993,1,1855152000,2028,10,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(69994,1,1855155600,2028,10,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(69995,1,1855159200,2028,10,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(69996,1,1855162800,2028,10,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(69997,1,1855166400,2028,10,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(69998,1,1855170000,2028,10,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(69999,1,1855260000,2028,10,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(70000,1,1855263600,2028,10,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(70001,1,1855267200,2028,10,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(70002,1,1855270800,2028,10,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(70003,1,1855274400,2028,10,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(70004,1,1855278000,2028,10,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(70005,1,1855281600,2028,10,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(70006,1,1855285200,2028,10,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(70007,1,1855288800,2028,10,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(70008,1,1855292400,2028,10,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(70009,1,1855296000,2028,10,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(70010,1,1855299600,2028,10,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(70011,1,1855303200,2028,10,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(70012,1,1855306800,2028,10,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(70013,1,1855310400,2028,10,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(70014,1,1855314000,2028,10,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(70015,1,1855317600,2028,10,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(70016,1,1855321200,2028,10,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(70017,1,1855324800,2028,10,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(70018,1,1855328400,2028,10,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(70019,1,1855332000,2028,10,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(70020,1,1855335600,2028,10,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(70021,1,1855339200,2028,10,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(70022,1,1855342800,2028,10,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(70023,1,1855346400,2028,10,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(70024,1,1855350000,2028,10,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(70025,1,1855353600,2028,10,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(70026,1,1855357200,2028,10,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(70027,1,1855360800,2028,10,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(70028,1,1855364400,2028,10,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(70029,1,1855368000,2028,10,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(70030,1,1855371600,2028,10,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(70031,1,1855375200,2028,10,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(70032,1,1855378800,2028,10,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(70033,1,1855382400,2028,10,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(70034,1,1855386000,2028,10,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(70035,1,1855389600,2028,10,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(70036,1,1855393200,2028,10,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(70037,1,1855396800,2028,10,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(70038,1,1855400400,2028,10,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(70039,1,1855404000,2028,10,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(70040,1,1855407600,2028,10,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(70041,1,1855411200,2028,10,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(70042,1,1855414800,2028,10,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(70043,1,1855418400,2028,10,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(70044,1,1855422000,2028,10,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(70045,1,1855425600,2028,10,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(70046,1,1855429200,2028,10,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(70047,1,1855432800,2028,10,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(70048,1,1855436400,2028,10,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(70049,1,1855440000,2028,10,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(70050,1,1855443600,2028,10,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(70051,1,1855447200,2028,10,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(70052,1,1855450800,2028,10,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(70053,1,1855454400,2028,10,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(70054,1,1855458000,2028,10,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(70055,1,1855461600,2028,10,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(70056,1,1855465200,2028,10,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(70057,1,1855468800,2028,10,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(70058,1,1855472400,2028,10,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(70059,1,1855476000,2028,10,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(70060,1,1855479600,2028,10,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(70061,1,1855483200,2028,10,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(70062,1,1855486800,2028,10,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(70063,1,1855490400,2028,10,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(70064,1,1855494000,2028,10,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(70065,1,1855497600,2028,10,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(70066,1,1855501200,2028,10,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(70067,1,1855504800,2028,10,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(70068,1,1855508400,2028,10,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(70069,1,1855512000,2028,10,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(70070,1,1855515600,2028,10,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(70071,1,1855519200,2028,10,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(70072,1,1855522800,2028,10,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(70073,1,1855526400,2028,10,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(70074,1,1855530000,2028,10,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(70075,1,1855533600,2028,10,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(70076,1,1855537200,2028,10,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(70077,1,1855540800,2028,10,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(70078,1,1855544400,2028,10,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(70079,1,1855548000,2028,10,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(70080,1,1855551600,2028,10,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(70081,1,1855555200,2028,10,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(70082,1,1855558800,2028,10,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(70083,1,1855562400,2028,10,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(70084,1,1855566000,2028,10,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(70085,1,1855569600,2028,10,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(70086,1,1855573200,2028,10,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(70087,1,1855576800,2028,10,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(70088,1,1855580400,2028,10,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(70089,1,1855584000,2028,10,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(70090,1,1855587600,2028,10,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(70091,1,1855591200,2028,10,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(70092,1,1855594800,2028,10,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(70093,1,1855598400,2028,10,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(70094,1,1855602000,2028,10,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(70095,1,1855605600,2028,10,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(70096,1,1855609200,2028,10,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(70097,1,1855612800,2028,10,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(70098,1,1855616400,2028,10,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(70099,1,1855620000,2028,10,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(70100,1,1855623600,2028,10,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(70101,1,1855627200,2028,10,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(70102,1,1855630800,2028,10,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(70103,1,1855634400,2028,10,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(70104,1,1855638000,2028,10,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(70105,1,1855641600,2028,10,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(70106,1,1855645200,2028,10,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(70107,1,1855648800,2028,10,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(70108,1,1855652400,2028,10,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(70109,1,1855656000,2028,10,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(70110,1,1855659600,2028,10,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(70111,1,1855663200,2028,10,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(70112,1,1855666800,2028,10,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(70113,1,1855670400,2028,10,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(70114,1,1855674000,2028,10,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(70115,1,1855677600,2028,10,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(70116,1,1855681200,2028,10,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(70117,1,1855684800,2028,10,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(70118,1,1855688400,2028,10,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(70119,1,1855692000,2028,10,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(70120,1,1855695600,2028,10,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(70121,1,1855699200,2028,10,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(70122,1,1855702800,2028,10,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(70123,1,1855706400,2028,10,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(70124,1,1855710000,2028,10,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(70125,1,1855713600,2028,10,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(70126,1,1855717200,2028,10,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(70127,1,1855720800,2028,10,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(70128,1,1855724400,2028,10,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(70129,1,1855728000,2028,10,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(70130,1,1855731600,2028,10,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(70131,1,1855735200,2028,10,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(70132,1,1855738800,2028,10,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(70133,1,1855742400,2028,10,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(70134,1,1855746000,2028,10,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(70135,1,1855749600,2028,10,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(70136,1,1855753200,2028,10,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(70137,1,1855756800,2028,10,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(70138,1,1855760400,2028,10,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(70139,1,1855764000,2028,10,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(70140,1,1855767600,2028,10,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(70141,1,1855771200,2028,10,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(70142,1,1855774800,2028,10,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(70143,1,1855864800,2028,10,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(70144,1,1855868400,2028,10,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(70145,1,1855872000,2028,10,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(70146,1,1855875600,2028,10,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(70147,1,1855879200,2028,10,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(70148,1,1855882800,2028,10,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(70149,1,1855886400,2028,10,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(70150,1,1855890000,2028,10,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(70151,1,1855893600,2028,10,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(70152,1,1855897200,2028,10,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(70153,1,1855900800,2028,10,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(70154,1,1855904400,2028,10,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(70155,1,1855908000,2028,10,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(70156,1,1855911600,2028,10,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(70157,1,1855915200,2028,10,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(70158,1,1855918800,2028,10,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(70159,1,1855922400,2028,10,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(70160,1,1855926000,2028,10,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(70161,1,1855929600,2028,10,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(70162,1,1855933200,2028,10,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(70163,1,1855936800,2028,10,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(70164,1,1855940400,2028,10,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(70165,1,1855944000,2028,10,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(70166,1,1855947600,2028,10,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(70167,1,1855951200,2028,10,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(70168,1,1855954800,2028,10,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(70169,1,1855958400,2028,10,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(70170,1,1855962000,2028,10,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(70171,1,1855965600,2028,10,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(70172,1,1855969200,2028,10,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(70173,1,1855972800,2028,10,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(70174,1,1855976400,2028,10,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(70175,1,1855980000,2028,10,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(70176,1,1855983600,2028,10,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(70177,1,1855987200,2028,10,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(70178,1,1855990800,2028,10,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(70179,1,1855994400,2028,10,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(70180,1,1855998000,2028,10,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(70181,1,1856001600,2028,10,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(70182,1,1856005200,2028,10,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(70183,1,1856008800,2028,10,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(70184,1,1856012400,2028,10,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(70185,1,1856016000,2028,10,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(70186,1,1856019600,2028,10,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(70187,1,1856023200,2028,10,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(70188,1,1856026800,2028,10,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(70189,1,1856030400,2028,10,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(70190,1,1856034000,2028,10,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(70191,1,1856037600,2028,10,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(70192,1,1856041200,2028,10,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(70193,1,1856044800,2028,10,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(70194,1,1856048400,2028,10,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(70195,1,1856052000,2028,10,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(70196,1,1856055600,2028,10,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(70197,1,1856059200,2028,10,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(70198,1,1856062800,2028,10,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(70199,1,1856066400,2028,10,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(70200,1,1856070000,2028,10,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(70201,1,1856073600,2028,10,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(70202,1,1856077200,2028,10,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(70203,1,1856080800,2028,10,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(70204,1,1856084400,2028,10,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(70205,1,1856088000,2028,10,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(70206,1,1856091600,2028,10,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(70207,1,1856095200,2028,10,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(70208,1,1856098800,2028,10,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(70209,1,1856102400,2028,10,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(70210,1,1856106000,2028,10,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(70211,1,1856109600,2028,10,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(70212,1,1856113200,2028,10,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(70213,1,1856116800,2028,10,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(70214,1,1856120400,2028,10,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(70215,1,1856124000,2028,10,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(70216,1,1856127600,2028,10,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(70217,1,1856131200,2028,10,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(70218,1,1856134800,2028,10,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(70219,1,1856138400,2028,10,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(70220,1,1856142000,2028,10,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(70221,1,1856145600,2028,10,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(70222,1,1856149200,2028,10,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(70223,1,1856152800,2028,10,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(70224,1,1856156400,2028,10,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(70225,1,1856160000,2028,10,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(70226,1,1856163600,2028,10,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(70227,1,1856167200,2028,10,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(70228,1,1856170800,2028,10,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(70229,1,1856174400,2028,10,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(70230,1,1856178000,2028,10,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(70231,1,1856181600,2028,10,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(70232,1,1856185200,2028,10,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(70233,1,1856188800,2028,10,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(70234,1,1856192400,2028,10,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(70235,1,1856196000,2028,10,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(70236,1,1856199600,2028,10,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(70237,1,1856203200,2028,10,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(70238,1,1856206800,2028,10,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(70239,1,1856210400,2028,10,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(70240,1,1856214000,2028,10,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(70241,1,1856217600,2028,10,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(70242,1,1856221200,2028,10,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(70243,1,1856224800,2028,10,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(70244,1,1856228400,2028,10,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(70245,1,1856232000,2028,10,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(70246,1,1856235600,2028,10,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(70247,1,1856239200,2028,10,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(70248,1,1856242800,2028,10,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(70249,1,1856246400,2028,10,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(70250,1,1856250000,2028,10,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(70251,1,1856253600,2028,10,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(70252,1,1856257200,2028,10,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(70253,1,1856260800,2028,10,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(70254,1,1856264400,2028,10,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(70255,1,1856268000,2028,10,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(70256,1,1856271600,2028,10,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(70257,1,1856275200,2028,10,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(70258,1,1856278800,2028,10,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(70259,1,1856282400,2028,10,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(70260,1,1856286000,2028,10,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(70261,1,1856289600,2028,10,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(70262,1,1856293200,2028,10,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(70263,1,1856296800,2028,10,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(70264,1,1856300400,2028,10,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(70265,1,1856304000,2028,10,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(70266,1,1856307600,2028,10,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(70267,1,1856311200,2028,10,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(70268,1,1856314800,2028,10,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(70269,1,1856318400,2028,10,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(70270,1,1856322000,2028,10,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(70271,1,1856325600,2028,10,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(70272,1,1856329200,2028,10,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(70273,1,1856332800,2028,10,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(70274,1,1856336400,2028,10,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(70275,1,1856340000,2028,10,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(70276,1,1856343600,2028,10,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(70277,1,1856347200,2028,10,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(70278,1,1856350800,2028,10,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(70279,1,1856354400,2028,10,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(70280,1,1856358000,2028,10,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(70281,1,1856361600,2028,10,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(70282,1,1856365200,2028,10,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(70283,1,1856368800,2028,10,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(70284,1,1856372400,2028,10,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(70285,1,1856376000,2028,10,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(70286,1,1856379600,2028,10,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(70287,1,1856473200,2028,10,30,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(70288,1,1856476800,2028,10,30,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(70289,1,1856480400,2028,10,30,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(70290,1,1856484000,2028,10,30,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(70291,1,1856487600,2028,10,30,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(70292,1,1856491200,2028,10,30,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(70293,1,1856494800,2028,10,30,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(70294,1,1856498400,2028,10,30,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(70295,1,1856502000,2028,10,30,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(70296,1,1856505600,2028,10,30,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(70297,1,1856509200,2028,10,30,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(70298,1,1856512800,2028,10,30,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(70299,1,1856516400,2028,10,30,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(70300,1,1856520000,2028,10,30,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(70301,1,1856523600,2028,10,30,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(70302,1,1856527200,2028,10,30,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(70303,1,1856530800,2028,10,30,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(70304,1,1856534400,2028,10,30,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(70305,1,1856538000,2028,10,30,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(70306,1,1856541600,2028,10,30,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(70307,1,1856545200,2028,10,30,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(70308,1,1856548800,2028,10,30,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(70309,1,1856552400,2028,10,30,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(70310,1,1856556000,2028,10,30,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(70311,1,1856559600,2028,10,31,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(70312,1,1856563200,2028,10,31,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(70313,1,1856566800,2028,10,31,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(70314,1,1856570400,2028,10,31,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(70315,1,1856574000,2028,10,31,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(70316,1,1856577600,2028,10,31,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(70317,1,1856581200,2028,10,31,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(70318,1,1856584800,2028,10,31,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(70319,1,1856588400,2028,10,31,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(70320,1,1856592000,2028,10,31,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(70321,1,1856595600,2028,10,31,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(70322,1,1856599200,2028,10,31,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(70323,1,1856602800,2028,10,31,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(70324,1,1856606400,2028,10,31,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(70325,1,1856610000,2028,10,31,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(70326,1,1856613600,2028,10,31,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(70327,1,1856617200,2028,10,31,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(70328,1,1856620800,2028,10,31,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(70329,1,1856624400,2028,10,31,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(70330,1,1856628000,2028,10,31,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(70331,1,1856631600,2028,10,31,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(70332,1,1856635200,2028,10,31,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(70333,1,1856638800,2028,10,31,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(70334,1,1856642400,2028,10,31,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(70335,1,1856646000,2028,11,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(70336,1,1856649600,2028,11,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(70337,1,1856653200,2028,11,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(70338,1,1856656800,2028,11,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(70339,1,1856660400,2028,11,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(70340,1,1856664000,2028,11,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(70341,1,1856667600,2028,11,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(70342,1,1856671200,2028,11,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(70343,1,1856674800,2028,11,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(70344,1,1856678400,2028,11,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(70345,1,1856682000,2028,11,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(70346,1,1856685600,2028,11,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(70347,1,1856689200,2028,11,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(70348,1,1856692800,2028,11,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(70349,1,1856696400,2028,11,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(70350,1,1856700000,2028,11,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(70351,1,1856703600,2028,11,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(70352,1,1856707200,2028,11,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(70353,1,1856710800,2028,11,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(70354,1,1856714400,2028,11,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(70355,1,1856718000,2028,11,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(70356,1,1856721600,2028,11,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(70357,1,1856725200,2028,11,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(70358,1,1856728800,2028,11,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(70359,1,1856732400,2028,11,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(70360,1,1856736000,2028,11,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(70361,1,1856739600,2028,11,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(70362,1,1856743200,2028,11,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(70363,1,1856746800,2028,11,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(70364,1,1856750400,2028,11,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(70365,1,1856754000,2028,11,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(70366,1,1856757600,2028,11,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(70367,1,1856761200,2028,11,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(70368,1,1856764800,2028,11,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(70369,1,1856768400,2028,11,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(70370,1,1856772000,2028,11,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(70371,1,1856775600,2028,11,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(70372,1,1856779200,2028,11,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(70373,1,1856782800,2028,11,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(70374,1,1856786400,2028,11,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(70375,1,1856790000,2028,11,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(70376,1,1856793600,2028,11,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(70377,1,1856797200,2028,11,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(70378,1,1856800800,2028,11,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(70379,1,1856804400,2028,11,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(70380,1,1856808000,2028,11,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(70381,1,1856811600,2028,11,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(70382,1,1856815200,2028,11,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(70383,1,1856818800,2028,11,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(70384,1,1856822400,2028,11,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(70385,1,1856826000,2028,11,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(70386,1,1856829600,2028,11,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(70387,1,1856833200,2028,11,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(70388,1,1856836800,2028,11,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(70389,1,1856840400,2028,11,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(70390,1,1856844000,2028,11,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(70391,1,1856847600,2028,11,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(70392,1,1856851200,2028,11,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(70393,1,1856854800,2028,11,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(70394,1,1856858400,2028,11,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(70395,1,1856862000,2028,11,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(70396,1,1856865600,2028,11,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(70397,1,1856869200,2028,11,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(70398,1,1856872800,2028,11,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(70399,1,1856876400,2028,11,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(70400,1,1856880000,2028,11,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(70401,1,1856883600,2028,11,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(70402,1,1856887200,2028,11,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(70403,1,1856890800,2028,11,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(70404,1,1856894400,2028,11,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(70405,1,1856898000,2028,11,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(70406,1,1856901600,2028,11,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(70407,1,1856905200,2028,11,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(70408,1,1856908800,2028,11,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(70409,1,1856912400,2028,11,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(70410,1,1856916000,2028,11,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(70411,1,1856919600,2028,11,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(70412,1,1856923200,2028,11,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(70413,1,1856926800,2028,11,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(70414,1,1856930400,2028,11,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(70415,1,1856934000,2028,11,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(70416,1,1856937600,2028,11,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(70417,1,1856941200,2028,11,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(70418,1,1856944800,2028,11,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(70419,1,1856948400,2028,11,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(70420,1,1856952000,2028,11,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(70421,1,1856955600,2028,11,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(70422,1,1856959200,2028,11,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(70423,1,1856962800,2028,11,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(70424,1,1856966400,2028,11,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(70425,1,1856970000,2028,11,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(70426,1,1856973600,2028,11,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(70427,1,1856977200,2028,11,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(70428,1,1856980800,2028,11,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(70429,1,1856984400,2028,11,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(70430,1,1856988000,2028,11,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(70431,1,1857078000,2028,11,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(70432,1,1857081600,2028,11,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(70433,1,1857085200,2028,11,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(70434,1,1857088800,2028,11,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(70435,1,1857092400,2028,11,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(70436,1,1857096000,2028,11,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(70437,1,1857099600,2028,11,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(70438,1,1857103200,2028,11,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(70439,1,1857106800,2028,11,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(70440,1,1857110400,2028,11,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(70441,1,1857114000,2028,11,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(70442,1,1857117600,2028,11,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(70443,1,1857121200,2028,11,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(70444,1,1857124800,2028,11,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(70445,1,1857128400,2028,11,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(70446,1,1857132000,2028,11,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(70447,1,1857135600,2028,11,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(70448,1,1857139200,2028,11,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(70449,1,1857142800,2028,11,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(70450,1,1857146400,2028,11,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(70451,1,1857150000,2028,11,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(70452,1,1857153600,2028,11,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(70453,1,1857157200,2028,11,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(70454,1,1857160800,2028,11,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(70455,1,1857164400,2028,11,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(70456,1,1857168000,2028,11,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(70457,1,1857171600,2028,11,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(70458,1,1857175200,2028,11,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(70459,1,1857178800,2028,11,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(70460,1,1857182400,2028,11,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(70461,1,1857186000,2028,11,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(70462,1,1857189600,2028,11,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(70463,1,1857193200,2028,11,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(70464,1,1857196800,2028,11,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(70465,1,1857200400,2028,11,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(70466,1,1857204000,2028,11,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(70467,1,1857207600,2028,11,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(70468,1,1857211200,2028,11,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(70469,1,1857214800,2028,11,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(70470,1,1857218400,2028,11,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(70471,1,1857222000,2028,11,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(70472,1,1857225600,2028,11,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(70473,1,1857229200,2028,11,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(70474,1,1857232800,2028,11,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(70475,1,1857236400,2028,11,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(70476,1,1857240000,2028,11,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(70477,1,1857243600,2028,11,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(70478,1,1857247200,2028,11,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(70479,1,1857250800,2028,11,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(70480,1,1857254400,2028,11,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(70481,1,1857258000,2028,11,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(70482,1,1857261600,2028,11,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(70483,1,1857265200,2028,11,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(70484,1,1857268800,2028,11,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(70485,1,1857272400,2028,11,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(70486,1,1857276000,2028,11,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(70487,1,1857279600,2028,11,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(70488,1,1857283200,2028,11,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(70489,1,1857286800,2028,11,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(70490,1,1857290400,2028,11,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(70491,1,1857294000,2028,11,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(70492,1,1857297600,2028,11,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(70493,1,1857301200,2028,11,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(70494,1,1857304800,2028,11,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(70495,1,1857308400,2028,11,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(70496,1,1857312000,2028,11,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(70497,1,1857315600,2028,11,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(70498,1,1857319200,2028,11,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(70499,1,1857322800,2028,11,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(70500,1,1857326400,2028,11,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(70501,1,1857330000,2028,11,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(70502,1,1857333600,2028,11,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(70503,1,1857337200,2028,11,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(70504,1,1857340800,2028,11,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(70505,1,1857344400,2028,11,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(70506,1,1857348000,2028,11,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(70507,1,1857351600,2028,11,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(70508,1,1857355200,2028,11,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(70509,1,1857358800,2028,11,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(70510,1,1857362400,2028,11,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(70511,1,1857366000,2028,11,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(70512,1,1857369600,2028,11,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(70513,1,1857373200,2028,11,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(70514,1,1857376800,2028,11,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(70515,1,1857380400,2028,11,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(70516,1,1857384000,2028,11,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(70517,1,1857387600,2028,11,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(70518,1,1857391200,2028,11,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(70519,1,1857394800,2028,11,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(70520,1,1857398400,2028,11,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(70521,1,1857402000,2028,11,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(70522,1,1857405600,2028,11,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(70523,1,1857409200,2028,11,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(70524,1,1857412800,2028,11,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(70525,1,1857416400,2028,11,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(70526,1,1857420000,2028,11,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(70527,1,1857423600,2028,11,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(70528,1,1857427200,2028,11,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(70529,1,1857430800,2028,11,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(70530,1,1857434400,2028,11,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(70531,1,1857438000,2028,11,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(70532,1,1857441600,2028,11,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(70533,1,1857445200,2028,11,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(70534,1,1857448800,2028,11,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(70535,1,1857452400,2028,11,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(70536,1,1857456000,2028,11,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(70537,1,1857459600,2028,11,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(70538,1,1857463200,2028,11,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(70539,1,1857466800,2028,11,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(70540,1,1857470400,2028,11,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(70541,1,1857474000,2028,11,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(70542,1,1857477600,2028,11,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(70543,1,1857481200,2028,11,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(70544,1,1857484800,2028,11,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(70545,1,1857488400,2028,11,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(70546,1,1857492000,2028,11,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(70547,1,1857495600,2028,11,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(70548,1,1857499200,2028,11,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(70549,1,1857502800,2028,11,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(70550,1,1857506400,2028,11,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(70551,1,1857510000,2028,11,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(70552,1,1857513600,2028,11,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(70553,1,1857517200,2028,11,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(70554,1,1857520800,2028,11,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(70555,1,1857524400,2028,11,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(70556,1,1857528000,2028,11,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(70557,1,1857531600,2028,11,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(70558,1,1857535200,2028,11,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(70559,1,1857538800,2028,11,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(70560,1,1857542400,2028,11,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(70561,1,1857546000,2028,11,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(70562,1,1857549600,2028,11,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(70563,1,1857553200,2028,11,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(70564,1,1857556800,2028,11,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(70565,1,1857560400,2028,11,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(70566,1,1857564000,2028,11,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(70567,1,1857567600,2028,11,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(70568,1,1857571200,2028,11,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(70569,1,1857574800,2028,11,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(70570,1,1857578400,2028,11,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(70571,1,1857582000,2028,11,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(70572,1,1857585600,2028,11,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(70573,1,1857589200,2028,11,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(70574,1,1857592800,2028,11,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(70575,1,1857682800,2028,11,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(70576,1,1857686400,2028,11,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(70577,1,1857690000,2028,11,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(70578,1,1857693600,2028,11,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(70579,1,1857697200,2028,11,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(70580,1,1857700800,2028,11,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(70581,1,1857704400,2028,11,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(70582,1,1857708000,2028,11,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(70583,1,1857711600,2028,11,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(70584,1,1857715200,2028,11,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(70585,1,1857718800,2028,11,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(70586,1,1857722400,2028,11,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(70587,1,1857726000,2028,11,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(70588,1,1857729600,2028,11,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(70589,1,1857733200,2028,11,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(70590,1,1857736800,2028,11,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(70591,1,1857740400,2028,11,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(70592,1,1857744000,2028,11,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(70593,1,1857747600,2028,11,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(70594,1,1857751200,2028,11,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(70595,1,1857754800,2028,11,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(70596,1,1857758400,2028,11,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(70597,1,1857762000,2028,11,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(70598,1,1857765600,2028,11,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(70599,1,1857769200,2028,11,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(70600,1,1857772800,2028,11,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(70601,1,1857776400,2028,11,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(70602,1,1857780000,2028,11,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(70603,1,1857783600,2028,11,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(70604,1,1857787200,2028,11,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(70605,1,1857790800,2028,11,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(70606,1,1857794400,2028,11,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(70607,1,1857798000,2028,11,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(70608,1,1857801600,2028,11,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(70609,1,1857805200,2028,11,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(70610,1,1857808800,2028,11,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(70611,1,1857812400,2028,11,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(70612,1,1857816000,2028,11,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(70613,1,1857819600,2028,11,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(70614,1,1857823200,2028,11,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(70615,1,1857826800,2028,11,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(70616,1,1857830400,2028,11,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(70617,1,1857834000,2028,11,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(70618,1,1857837600,2028,11,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(70619,1,1857841200,2028,11,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(70620,1,1857844800,2028,11,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(70621,1,1857848400,2028,11,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(70622,1,1857852000,2028,11,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(70623,1,1857855600,2028,11,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(70624,1,1857859200,2028,11,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(70625,1,1857862800,2028,11,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(70626,1,1857866400,2028,11,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(70627,1,1857870000,2028,11,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(70628,1,1857873600,2028,11,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(70629,1,1857877200,2028,11,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(70630,1,1857880800,2028,11,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(70631,1,1857884400,2028,11,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(70632,1,1857888000,2028,11,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(70633,1,1857891600,2028,11,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(70634,1,1857895200,2028,11,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(70635,1,1857898800,2028,11,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(70636,1,1857902400,2028,11,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(70637,1,1857906000,2028,11,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(70638,1,1857909600,2028,11,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(70639,1,1857913200,2028,11,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(70640,1,1857916800,2028,11,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(70641,1,1857920400,2028,11,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(70642,1,1857924000,2028,11,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(70643,1,1857927600,2028,11,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(70644,1,1857931200,2028,11,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(70645,1,1857934800,2028,11,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(70646,1,1857938400,2028,11,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(70647,1,1857942000,2028,11,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(70648,1,1857945600,2028,11,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(70649,1,1857949200,2028,11,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(70650,1,1857952800,2028,11,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(70651,1,1857956400,2028,11,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(70652,1,1857960000,2028,11,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(70653,1,1857963600,2028,11,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(70654,1,1857967200,2028,11,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(70655,1,1857970800,2028,11,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(70656,1,1857974400,2028,11,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(70657,1,1857978000,2028,11,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(70658,1,1857981600,2028,11,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(70659,1,1857985200,2028,11,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(70660,1,1857988800,2028,11,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(70661,1,1857992400,2028,11,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(70662,1,1857996000,2028,11,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(70663,1,1857999600,2028,11,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(70664,1,1858003200,2028,11,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(70665,1,1858006800,2028,11,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(70666,1,1858010400,2028,11,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(70667,1,1858014000,2028,11,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(70668,1,1858017600,2028,11,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(70669,1,1858021200,2028,11,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(70670,1,1858024800,2028,11,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(70671,1,1858028400,2028,11,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(70672,1,1858032000,2028,11,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(70673,1,1858035600,2028,11,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(70674,1,1858039200,2028,11,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(70675,1,1858042800,2028,11,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(70676,1,1858046400,2028,11,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(70677,1,1858050000,2028,11,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(70678,1,1858053600,2028,11,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(70679,1,1858057200,2028,11,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(70680,1,1858060800,2028,11,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(70681,1,1858064400,2028,11,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(70682,1,1858068000,2028,11,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(70683,1,1858071600,2028,11,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(70684,1,1858075200,2028,11,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(70685,1,1858078800,2028,11,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(70686,1,1858082400,2028,11,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(70687,1,1858086000,2028,11,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(70688,1,1858089600,2028,11,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(70689,1,1858093200,2028,11,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(70690,1,1858096800,2028,11,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(70691,1,1858100400,2028,11,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(70692,1,1858104000,2028,11,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(70693,1,1858107600,2028,11,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(70694,1,1858111200,2028,11,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(70695,1,1858114800,2028,11,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(70696,1,1858118400,2028,11,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(70697,1,1858122000,2028,11,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(70698,1,1858125600,2028,11,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(70699,1,1858129200,2028,11,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(70700,1,1858132800,2028,11,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(70701,1,1858136400,2028,11,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(70702,1,1858140000,2028,11,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(70703,1,1858143600,2028,11,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(70704,1,1858147200,2028,11,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(70705,1,1858150800,2028,11,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(70706,1,1858154400,2028,11,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(70707,1,1858158000,2028,11,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(70708,1,1858161600,2028,11,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(70709,1,1858165200,2028,11,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(70710,1,1858168800,2028,11,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(70711,1,1858172400,2028,11,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(70712,1,1858176000,2028,11,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(70713,1,1858179600,2028,11,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(70714,1,1858183200,2028,11,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(70715,1,1858186800,2028,11,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(70716,1,1858190400,2028,11,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(70717,1,1858194000,2028,11,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(70718,1,1858197600,2028,11,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(70719,1,1858287600,2028,11,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(70720,1,1858291200,2028,11,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(70721,1,1858294800,2028,11,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(70722,1,1858298400,2028,11,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(70723,1,1858302000,2028,11,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(70724,1,1858305600,2028,11,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(70725,1,1858309200,2028,11,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(70726,1,1858312800,2028,11,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(70727,1,1858316400,2028,11,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(70728,1,1858320000,2028,11,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(70729,1,1858323600,2028,11,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(70730,1,1858327200,2028,11,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(70731,1,1858330800,2028,11,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(70732,1,1858334400,2028,11,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(70733,1,1858338000,2028,11,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(70734,1,1858341600,2028,11,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(70735,1,1858345200,2028,11,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(70736,1,1858348800,2028,11,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(70737,1,1858352400,2028,11,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(70738,1,1858356000,2028,11,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(70739,1,1858359600,2028,11,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(70740,1,1858363200,2028,11,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(70741,1,1858366800,2028,11,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(70742,1,1858370400,2028,11,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(70743,1,1858374000,2028,11,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(70744,1,1858377600,2028,11,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(70745,1,1858381200,2028,11,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(70746,1,1858384800,2028,11,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(70747,1,1858388400,2028,11,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(70748,1,1858392000,2028,11,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(70749,1,1858395600,2028,11,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(70750,1,1858399200,2028,11,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(70751,1,1858402800,2028,11,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(70752,1,1858406400,2028,11,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(70753,1,1858410000,2028,11,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(70754,1,1858413600,2028,11,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(70755,1,1858417200,2028,11,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(70756,1,1858420800,2028,11,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(70757,1,1858424400,2028,11,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(70758,1,1858428000,2028,11,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(70759,1,1858431600,2028,11,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(70760,1,1858435200,2028,11,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(70761,1,1858438800,2028,11,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(70762,1,1858442400,2028,11,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(70763,1,1858446000,2028,11,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(70764,1,1858449600,2028,11,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(70765,1,1858453200,2028,11,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(70766,1,1858456800,2028,11,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(70767,1,1858460400,2028,11,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(70768,1,1858464000,2028,11,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(70769,1,1858467600,2028,11,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(70770,1,1858471200,2028,11,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(70771,1,1858474800,2028,11,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(70772,1,1858478400,2028,11,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(70773,1,1858482000,2028,11,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(70774,1,1858485600,2028,11,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(70775,1,1858489200,2028,11,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(70776,1,1858492800,2028,11,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(70777,1,1858496400,2028,11,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(70778,1,1858500000,2028,11,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(70779,1,1858503600,2028,11,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(70780,1,1858507200,2028,11,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(70781,1,1858510800,2028,11,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(70782,1,1858514400,2028,11,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(70783,1,1858518000,2028,11,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(70784,1,1858521600,2028,11,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(70785,1,1858525200,2028,11,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(70786,1,1858528800,2028,11,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(70787,1,1858532400,2028,11,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(70788,1,1858536000,2028,11,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(70789,1,1858539600,2028,11,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(70790,1,1858543200,2028,11,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(70791,1,1858546800,2028,11,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(70792,1,1858550400,2028,11,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(70793,1,1858554000,2028,11,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(70794,1,1858557600,2028,11,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(70795,1,1858561200,2028,11,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(70796,1,1858564800,2028,11,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(70797,1,1858568400,2028,11,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(70798,1,1858572000,2028,11,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(70799,1,1858575600,2028,11,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(70800,1,1858579200,2028,11,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(70801,1,1858582800,2028,11,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(70802,1,1858586400,2028,11,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(70803,1,1858590000,2028,11,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(70804,1,1858593600,2028,11,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(70805,1,1858597200,2028,11,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(70806,1,1858600800,2028,11,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(70807,1,1858604400,2028,11,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(70808,1,1858608000,2028,11,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(70809,1,1858611600,2028,11,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(70810,1,1858615200,2028,11,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(70811,1,1858618800,2028,11,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(70812,1,1858622400,2028,11,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(70813,1,1858626000,2028,11,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(70814,1,1858629600,2028,11,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(70815,1,1858633200,2028,11,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(70816,1,1858636800,2028,11,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(70817,1,1858640400,2028,11,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(70818,1,1858644000,2028,11,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(70819,1,1858647600,2028,11,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(70820,1,1858651200,2028,11,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(70821,1,1858654800,2028,11,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(70822,1,1858658400,2028,11,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(70823,1,1858662000,2028,11,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(70824,1,1858665600,2028,11,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(70825,1,1858669200,2028,11,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(70826,1,1858672800,2028,11,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(70827,1,1858676400,2028,11,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(70828,1,1858680000,2028,11,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(70829,1,1858683600,2028,11,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(70830,1,1858687200,2028,11,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(70831,1,1858690800,2028,11,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(70832,1,1858694400,2028,11,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(70833,1,1858698000,2028,11,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(70834,1,1858701600,2028,11,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(70835,1,1858705200,2028,11,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(70836,1,1858708800,2028,11,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(70837,1,1858712400,2028,11,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(70838,1,1858716000,2028,11,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(70839,1,1858719600,2028,11,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(70840,1,1858723200,2028,11,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(70841,1,1858726800,2028,11,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(70842,1,1858730400,2028,11,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(70843,1,1858734000,2028,11,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(70844,1,1858737600,2028,11,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(70845,1,1858741200,2028,11,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(70846,1,1858744800,2028,11,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(70847,1,1858748400,2028,11,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(70848,1,1858752000,2028,11,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(70849,1,1858755600,2028,11,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(70850,1,1858759200,2028,11,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(70851,1,1858762800,2028,11,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(70852,1,1858766400,2028,11,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(70853,1,1858770000,2028,11,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(70854,1,1858773600,2028,11,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(70855,1,1858777200,2028,11,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(70856,1,1858780800,2028,11,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(70857,1,1858784400,2028,11,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(70858,1,1858788000,2028,11,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(70859,1,1858791600,2028,11,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(70860,1,1858795200,2028,11,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(70861,1,1858798800,2028,11,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(70862,1,1858802400,2028,11,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(70863,1,1858892400,2028,11,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(70864,1,1858896000,2028,11,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(70865,1,1858899600,2028,11,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(70866,1,1858903200,2028,11,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(70867,1,1858906800,2028,11,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(70868,1,1858910400,2028,11,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(70869,1,1858914000,2028,11,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(70870,1,1858917600,2028,11,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(70871,1,1858921200,2028,11,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(70872,1,1858924800,2028,11,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(70873,1,1858928400,2028,11,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(70874,1,1858932000,2028,11,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(70875,1,1858935600,2028,11,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(70876,1,1858939200,2028,11,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(70877,1,1858942800,2028,11,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(70878,1,1858946400,2028,11,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(70879,1,1858950000,2028,11,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(70880,1,1858953600,2028,11,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(70881,1,1858957200,2028,11,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(70882,1,1858960800,2028,11,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(70883,1,1858964400,2028,11,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(70884,1,1858968000,2028,11,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(70885,1,1858971600,2028,11,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(70886,1,1858975200,2028,11,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(70887,1,1858978800,2028,11,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(70888,1,1858982400,2028,11,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(70889,1,1858986000,2028,11,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(70890,1,1858989600,2028,11,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(70891,1,1858993200,2028,11,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(70892,1,1858996800,2028,11,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(70893,1,1859000400,2028,11,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(70894,1,1859004000,2028,11,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(70895,1,1859007600,2028,11,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(70896,1,1859011200,2028,11,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(70897,1,1859014800,2028,11,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(70898,1,1859018400,2028,11,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(70899,1,1859022000,2028,11,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(70900,1,1859025600,2028,11,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(70901,1,1859029200,2028,11,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(70902,1,1859032800,2028,11,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(70903,1,1859036400,2028,11,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(70904,1,1859040000,2028,11,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(70905,1,1859043600,2028,11,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(70906,1,1859047200,2028,11,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(70907,1,1859050800,2028,11,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(70908,1,1859054400,2028,11,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(70909,1,1859058000,2028,11,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(70910,1,1859061600,2028,11,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(70911,1,1859065200,2028,11,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(70912,1,1859068800,2028,11,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(70913,1,1859072400,2028,11,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(70914,1,1859076000,2028,11,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(70915,1,1859079600,2028,11,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(70916,1,1859083200,2028,11,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(70917,1,1859086800,2028,11,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(70918,1,1859090400,2028,11,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(70919,1,1859094000,2028,11,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(70920,1,1859097600,2028,11,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(70921,1,1859101200,2028,11,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(70922,1,1859104800,2028,11,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(70923,1,1859108400,2028,11,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(70924,1,1859112000,2028,11,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(70925,1,1859115600,2028,11,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(70926,1,1859119200,2028,11,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(70927,1,1859122800,2028,11,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(70928,1,1859126400,2028,11,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(70929,1,1859130000,2028,11,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(70930,1,1859133600,2028,11,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(70931,1,1859137200,2028,11,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(70932,1,1859140800,2028,11,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(70933,1,1859144400,2028,11,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(70934,1,1859148000,2028,11,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(70935,1,1859151600,2028,11,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(70936,1,1859155200,2028,11,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(70937,1,1859158800,2028,11,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(70938,1,1859162400,2028,11,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(70939,1,1859166000,2028,11,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(70940,1,1859169600,2028,11,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(70941,1,1859173200,2028,11,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(70942,1,1859176800,2028,11,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(70943,1,1859180400,2028,11,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(70944,1,1859184000,2028,11,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(70945,1,1859187600,2028,11,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(70946,1,1859191200,2028,11,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(70947,1,1859194800,2028,11,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(70948,1,1859198400,2028,11,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(70949,1,1859202000,2028,11,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(70950,1,1859205600,2028,11,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(70951,1,1859209200,2028,11,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(70952,1,1859212800,2028,11,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(70953,1,1859216400,2028,11,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(70954,1,1859220000,2028,11,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(70955,1,1859223600,2028,11,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(70956,1,1859227200,2028,11,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(70957,1,1859230800,2028,11,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(70958,1,1859234400,2028,11,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(70959,1,1859238000,2028,12,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(70960,1,1859241600,2028,12,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(70961,1,1859245200,2028,12,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(70962,1,1859248800,2028,12,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(70963,1,1859252400,2028,12,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(70964,1,1859256000,2028,12,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(70965,1,1859259600,2028,12,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(70966,1,1859263200,2028,12,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(70967,1,1859266800,2028,12,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(70968,1,1859270400,2028,12,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(70969,1,1859274000,2028,12,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(70970,1,1859277600,2028,12,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(70971,1,1859281200,2028,12,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(70972,1,1859284800,2028,12,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(70973,1,1859288400,2028,12,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(70974,1,1859292000,2028,12,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(70975,1,1859295600,2028,12,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(70976,1,1859299200,2028,12,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(70977,1,1859302800,2028,12,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(70978,1,1859306400,2028,12,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(70979,1,1859310000,2028,12,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(70980,1,1859313600,2028,12,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(70981,1,1859317200,2028,12,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(70982,1,1859320800,2028,12,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(70983,1,1859324400,2028,12,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(70984,1,1859328000,2028,12,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(70985,1,1859331600,2028,12,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(70986,1,1859335200,2028,12,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(70987,1,1859338800,2028,12,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(70988,1,1859342400,2028,12,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(70989,1,1859346000,2028,12,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(70990,1,1859349600,2028,12,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(70991,1,1859353200,2028,12,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(70992,1,1859356800,2028,12,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(70993,1,1859360400,2028,12,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(70994,1,1859364000,2028,12,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(70995,1,1859367600,2028,12,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(70996,1,1859371200,2028,12,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(70997,1,1859374800,2028,12,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(70998,1,1859378400,2028,12,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(70999,1,1859382000,2028,12,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(71000,1,1859385600,2028,12,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(71001,1,1859389200,2028,12,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(71002,1,1859392800,2028,12,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(71003,1,1859396400,2028,12,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(71004,1,1859400000,2028,12,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(71005,1,1859403600,2028,12,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(71006,1,1859407200,2028,12,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(71007,1,1859497200,2028,12,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(71008,1,1859500800,2028,12,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(71009,1,1859504400,2028,12,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(71010,1,1859508000,2028,12,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(71011,1,1859511600,2028,12,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(71012,1,1859515200,2028,12,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(71013,1,1859518800,2028,12,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(71014,1,1859522400,2028,12,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(71015,1,1859526000,2028,12,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(71016,1,1859529600,2028,12,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(71017,1,1859533200,2028,12,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(71018,1,1859536800,2028,12,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(71019,1,1859540400,2028,12,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(71020,1,1859544000,2028,12,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(71021,1,1859547600,2028,12,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(71022,1,1859551200,2028,12,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(71023,1,1859554800,2028,12,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(71024,1,1859558400,2028,12,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(71025,1,1859562000,2028,12,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(71026,1,1859565600,2028,12,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(71027,1,1859569200,2028,12,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(71028,1,1859572800,2028,12,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(71029,1,1859576400,2028,12,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(71030,1,1859580000,2028,12,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(71031,1,1859583600,2028,12,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(71032,1,1859587200,2028,12,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(71033,1,1859590800,2028,12,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(71034,1,1859594400,2028,12,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(71035,1,1859598000,2028,12,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(71036,1,1859601600,2028,12,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(71037,1,1859605200,2028,12,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(71038,1,1859608800,2028,12,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(71039,1,1859612400,2028,12,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(71040,1,1859616000,2028,12,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(71041,1,1859619600,2028,12,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(71042,1,1859623200,2028,12,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(71043,1,1859626800,2028,12,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(71044,1,1859630400,2028,12,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(71045,1,1859634000,2028,12,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(71046,1,1859637600,2028,12,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(71047,1,1859641200,2028,12,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(71048,1,1859644800,2028,12,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(71049,1,1859648400,2028,12,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(71050,1,1859652000,2028,12,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(71051,1,1859655600,2028,12,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(71052,1,1859659200,2028,12,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(71053,1,1859662800,2028,12,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(71054,1,1859666400,2028,12,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(71055,1,1859670000,2028,12,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(71056,1,1859673600,2028,12,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(71057,1,1859677200,2028,12,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(71058,1,1859680800,2028,12,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(71059,1,1859684400,2028,12,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(71060,1,1859688000,2028,12,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(71061,1,1859691600,2028,12,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(71062,1,1859695200,2028,12,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(71063,1,1859698800,2028,12,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(71064,1,1859702400,2028,12,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(71065,1,1859706000,2028,12,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(71066,1,1859709600,2028,12,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(71067,1,1859713200,2028,12,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(71068,1,1859716800,2028,12,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(71069,1,1859720400,2028,12,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(71070,1,1859724000,2028,12,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(71071,1,1859727600,2028,12,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(71072,1,1859731200,2028,12,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(71073,1,1859734800,2028,12,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(71074,1,1859738400,2028,12,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(71075,1,1859742000,2028,12,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(71076,1,1859745600,2028,12,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(71077,1,1859749200,2028,12,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(71078,1,1859752800,2028,12,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(71079,1,1859756400,2028,12,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(71080,1,1859760000,2028,12,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(71081,1,1859763600,2028,12,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(71082,1,1859767200,2028,12,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(71083,1,1859770800,2028,12,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(71084,1,1859774400,2028,12,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(71085,1,1859778000,2028,12,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(71086,1,1859781600,2028,12,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(71087,1,1859785200,2028,12,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(71088,1,1859788800,2028,12,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(71089,1,1859792400,2028,12,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(71090,1,1859796000,2028,12,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(71091,1,1859799600,2028,12,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(71092,1,1859803200,2028,12,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(71093,1,1859806800,2028,12,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(71094,1,1859810400,2028,12,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(71095,1,1859814000,2028,12,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(71096,1,1859817600,2028,12,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(71097,1,1859821200,2028,12,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(71098,1,1859824800,2028,12,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(71099,1,1859828400,2028,12,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(71100,1,1859832000,2028,12,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(71101,1,1859835600,2028,12,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(71102,1,1859839200,2028,12,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(71103,1,1859842800,2028,12,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(71104,1,1859846400,2028,12,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(71105,1,1859850000,2028,12,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(71106,1,1859853600,2028,12,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(71107,1,1859857200,2028,12,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(71108,1,1859860800,2028,12,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(71109,1,1859864400,2028,12,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(71110,1,1859868000,2028,12,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(71111,1,1859871600,2028,12,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(71112,1,1859875200,2028,12,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(71113,1,1859878800,2028,12,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(71114,1,1859882400,2028,12,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(71115,1,1859886000,2028,12,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(71116,1,1859889600,2028,12,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(71117,1,1859893200,2028,12,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(71118,1,1859896800,2028,12,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(71119,1,1859900400,2028,12,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(71120,1,1859904000,2028,12,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(71121,1,1859907600,2028,12,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(71122,1,1859911200,2028,12,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(71123,1,1859914800,2028,12,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(71124,1,1859918400,2028,12,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(71125,1,1859922000,2028,12,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(71126,1,1859925600,2028,12,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(71127,1,1859929200,2028,12,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(71128,1,1859932800,2028,12,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(71129,1,1859936400,2028,12,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(71130,1,1859940000,2028,12,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(71131,1,1859943600,2028,12,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(71132,1,1859947200,2028,12,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(71133,1,1859950800,2028,12,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(71134,1,1859954400,2028,12,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(71135,1,1859958000,2028,12,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(71136,1,1859961600,2028,12,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(71137,1,1859965200,2028,12,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(71138,1,1859968800,2028,12,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(71139,1,1859972400,2028,12,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(71140,1,1859976000,2028,12,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(71141,1,1859979600,2028,12,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(71142,1,1859983200,2028,12,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(71143,1,1859986800,2028,12,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(71144,1,1859990400,2028,12,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(71145,1,1859994000,2028,12,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(71146,1,1859997600,2028,12,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(71147,1,1860001200,2028,12,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(71148,1,1860004800,2028,12,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(71149,1,1860008400,2028,12,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(71150,1,1860012000,2028,12,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(71151,1,1860102000,2028,12,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(71152,1,1860105600,2028,12,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(71153,1,1860109200,2028,12,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(71154,1,1860112800,2028,12,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(71155,1,1860116400,2028,12,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(71156,1,1860120000,2028,12,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(71157,1,1860123600,2028,12,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(71158,1,1860127200,2028,12,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(71159,1,1860130800,2028,12,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(71160,1,1860134400,2028,12,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(71161,1,1860138000,2028,12,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(71162,1,1860141600,2028,12,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(71163,1,1860145200,2028,12,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(71164,1,1860148800,2028,12,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(71165,1,1860152400,2028,12,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(71166,1,1860156000,2028,12,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(71167,1,1860159600,2028,12,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(71168,1,1860163200,2028,12,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(71169,1,1860166800,2028,12,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(71170,1,1860170400,2028,12,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(71171,1,1860174000,2028,12,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(71172,1,1860177600,2028,12,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(71173,1,1860181200,2028,12,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(71174,1,1860184800,2028,12,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(71175,1,1860188400,2028,12,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(71176,1,1860192000,2028,12,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(71177,1,1860195600,2028,12,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(71178,1,1860199200,2028,12,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(71179,1,1860202800,2028,12,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(71180,1,1860206400,2028,12,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(71181,1,1860210000,2028,12,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(71182,1,1860213600,2028,12,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(71183,1,1860217200,2028,12,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(71184,1,1860220800,2028,12,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(71185,1,1860224400,2028,12,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(71186,1,1860228000,2028,12,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(71187,1,1860231600,2028,12,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(71188,1,1860235200,2028,12,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(71189,1,1860238800,2028,12,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(71190,1,1860242400,2028,12,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(71191,1,1860246000,2028,12,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(71192,1,1860249600,2028,12,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(71193,1,1860253200,2028,12,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(71194,1,1860256800,2028,12,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(71195,1,1860260400,2028,12,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(71196,1,1860264000,2028,12,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(71197,1,1860267600,2028,12,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(71198,1,1860271200,2028,12,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(71199,1,1860274800,2028,12,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(71200,1,1860278400,2028,12,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(71201,1,1860282000,2028,12,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(71202,1,1860285600,2028,12,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(71203,1,1860289200,2028,12,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(71204,1,1860292800,2028,12,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(71205,1,1860296400,2028,12,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(71206,1,1860300000,2028,12,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(71207,1,1860303600,2028,12,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(71208,1,1860307200,2028,12,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(71209,1,1860310800,2028,12,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(71210,1,1860314400,2028,12,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(71211,1,1860318000,2028,12,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(71212,1,1860321600,2028,12,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(71213,1,1860325200,2028,12,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(71214,1,1860328800,2028,12,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(71215,1,1860332400,2028,12,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(71216,1,1860336000,2028,12,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(71217,1,1860339600,2028,12,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(71218,1,1860343200,2028,12,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(71219,1,1860346800,2028,12,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(71220,1,1860350400,2028,12,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(71221,1,1860354000,2028,12,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(71222,1,1860357600,2028,12,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(71223,1,1860361200,2028,12,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(71224,1,1860364800,2028,12,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(71225,1,1860368400,2028,12,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(71226,1,1860372000,2028,12,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(71227,1,1860375600,2028,12,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(71228,1,1860379200,2028,12,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(71229,1,1860382800,2028,12,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(71230,1,1860386400,2028,12,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(71231,1,1860390000,2028,12,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(71232,1,1860393600,2028,12,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(71233,1,1860397200,2028,12,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(71234,1,1860400800,2028,12,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(71235,1,1860404400,2028,12,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(71236,1,1860408000,2028,12,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(71237,1,1860411600,2028,12,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(71238,1,1860415200,2028,12,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(71239,1,1860418800,2028,12,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(71240,1,1860422400,2028,12,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(71241,1,1860426000,2028,12,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(71242,1,1860429600,2028,12,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(71243,1,1860433200,2028,12,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(71244,1,1860436800,2028,12,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(71245,1,1860440400,2028,12,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(71246,1,1860444000,2028,12,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(71247,1,1860447600,2028,12,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(71248,1,1860451200,2028,12,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(71249,1,1860454800,2028,12,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(71250,1,1860458400,2028,12,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(71251,1,1860462000,2028,12,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(71252,1,1860465600,2028,12,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(71253,1,1860469200,2028,12,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(71254,1,1860472800,2028,12,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(71255,1,1860476400,2028,12,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(71256,1,1860480000,2028,12,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(71257,1,1860483600,2028,12,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(71258,1,1860487200,2028,12,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(71259,1,1860490800,2028,12,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(71260,1,1860494400,2028,12,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(71261,1,1860498000,2028,12,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(71262,1,1860501600,2028,12,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(71263,1,1860505200,2028,12,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(71264,1,1860508800,2028,12,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(71265,1,1860512400,2028,12,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(71266,1,1860516000,2028,12,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(71267,1,1860519600,2028,12,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(71268,1,1860523200,2028,12,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(71269,1,1860526800,2028,12,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(71270,1,1860530400,2028,12,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(71271,1,1860534000,2028,12,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(71272,1,1860537600,2028,12,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(71273,1,1860541200,2028,12,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(71274,1,1860544800,2028,12,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(71275,1,1860548400,2028,12,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(71276,1,1860552000,2028,12,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(71277,1,1860555600,2028,12,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(71278,1,1860559200,2028,12,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(71279,1,1860562800,2028,12,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(71280,1,1860566400,2028,12,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(71281,1,1860570000,2028,12,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(71282,1,1860573600,2028,12,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(71283,1,1860577200,2028,12,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(71284,1,1860580800,2028,12,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(71285,1,1860584400,2028,12,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(71286,1,1860588000,2028,12,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(71287,1,1860591600,2028,12,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(71288,1,1860595200,2028,12,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(71289,1,1860598800,2028,12,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(71290,1,1860602400,2028,12,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(71291,1,1860606000,2028,12,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(71292,1,1860609600,2028,12,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(71293,1,1860613200,2028,12,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(71294,1,1860616800,2028,12,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(71295,1,1860706800,2028,12,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(71296,1,1860710400,2028,12,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(71297,1,1860714000,2028,12,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(71298,1,1860717600,2028,12,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(71299,1,1860721200,2028,12,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(71300,1,1860724800,2028,12,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(71301,1,1860728400,2028,12,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(71302,1,1860732000,2028,12,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(71303,1,1860735600,2028,12,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(71304,1,1860739200,2028,12,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(71305,1,1860742800,2028,12,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(71306,1,1860746400,2028,12,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(71307,1,1860750000,2028,12,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(71308,1,1860753600,2028,12,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(71309,1,1860757200,2028,12,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(71310,1,1860760800,2028,12,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(71311,1,1860764400,2028,12,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(71312,1,1860768000,2028,12,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(71313,1,1860771600,2028,12,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(71314,1,1860775200,2028,12,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(71315,1,1860778800,2028,12,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(71316,1,1860782400,2028,12,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(71317,1,1860786000,2028,12,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(71318,1,1860789600,2028,12,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(71319,1,1860793200,2028,12,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(71320,1,1860796800,2028,12,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(71321,1,1860800400,2028,12,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(71322,1,1860804000,2028,12,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(71323,1,1860807600,2028,12,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(71324,1,1860811200,2028,12,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(71325,1,1860814800,2028,12,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(71326,1,1860818400,2028,12,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(71327,1,1860822000,2028,12,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(71328,1,1860825600,2028,12,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(71329,1,1860829200,2028,12,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(71330,1,1860832800,2028,12,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(71331,1,1860836400,2028,12,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(71332,1,1860840000,2028,12,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(71333,1,1860843600,2028,12,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(71334,1,1860847200,2028,12,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(71335,1,1860850800,2028,12,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(71336,1,1860854400,2028,12,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(71337,1,1860858000,2028,12,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(71338,1,1860861600,2028,12,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(71339,1,1860865200,2028,12,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(71340,1,1860868800,2028,12,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(71341,1,1860872400,2028,12,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(71342,1,1860876000,2028,12,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(71343,1,1860879600,2028,12,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(71344,1,1860883200,2028,12,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(71345,1,1860886800,2028,12,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(71346,1,1860890400,2028,12,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(71347,1,1860894000,2028,12,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(71348,1,1860897600,2028,12,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(71349,1,1860901200,2028,12,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(71350,1,1860904800,2028,12,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(71351,1,1860908400,2028,12,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(71352,1,1860912000,2028,12,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(71353,1,1860915600,2028,12,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(71354,1,1860919200,2028,12,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(71355,1,1860922800,2028,12,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(71356,1,1860926400,2028,12,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(71357,1,1860930000,2028,12,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(71358,1,1860933600,2028,12,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(71359,1,1860937200,2028,12,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(71360,1,1860940800,2028,12,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(71361,1,1860944400,2028,12,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(71362,1,1860948000,2028,12,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(71363,1,1860951600,2028,12,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(71364,1,1860955200,2028,12,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(71365,1,1860958800,2028,12,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(71366,1,1860962400,2028,12,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(71367,1,1860966000,2028,12,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(71368,1,1860969600,2028,12,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(71369,1,1860973200,2028,12,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(71370,1,1860976800,2028,12,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(71371,1,1860980400,2028,12,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(71372,1,1860984000,2028,12,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(71373,1,1860987600,2028,12,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(71374,1,1860991200,2028,12,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(71375,1,1860994800,2028,12,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(71376,1,1860998400,2028,12,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(71377,1,1861002000,2028,12,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(71378,1,1861005600,2028,12,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(71379,1,1861009200,2028,12,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(71380,1,1861012800,2028,12,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(71381,1,1861016400,2028,12,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(71382,1,1861020000,2028,12,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(71383,1,1861023600,2028,12,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(71384,1,1861027200,2028,12,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(71385,1,1861030800,2028,12,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(71386,1,1861034400,2028,12,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(71387,1,1861038000,2028,12,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(71388,1,1861041600,2028,12,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(71389,1,1861045200,2028,12,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(71390,1,1861048800,2028,12,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(71391,1,1861052400,2028,12,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(71392,1,1861056000,2028,12,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(71393,1,1861059600,2028,12,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(71394,1,1861063200,2028,12,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(71395,1,1861066800,2028,12,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(71396,1,1861070400,2028,12,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(71397,1,1861074000,2028,12,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(71398,1,1861077600,2028,12,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(71399,1,1861081200,2028,12,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(71400,1,1861084800,2028,12,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(71401,1,1861088400,2028,12,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(71402,1,1861092000,2028,12,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(71403,1,1861095600,2028,12,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(71404,1,1861099200,2028,12,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(71405,1,1861102800,2028,12,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(71406,1,1861106400,2028,12,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(71407,1,1861110000,2028,12,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(71408,1,1861113600,2028,12,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(71409,1,1861117200,2028,12,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(71410,1,1861120800,2028,12,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(71411,1,1861124400,2028,12,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(71412,1,1861128000,2028,12,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(71413,1,1861131600,2028,12,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(71414,1,1861135200,2028,12,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(71415,1,1861138800,2028,12,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(71416,1,1861142400,2028,12,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(71417,1,1861146000,2028,12,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(71418,1,1861149600,2028,12,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(71419,1,1861153200,2028,12,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(71420,1,1861156800,2028,12,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(71421,1,1861160400,2028,12,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(71422,1,1861164000,2028,12,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(71423,1,1861167600,2028,12,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(71424,1,1861171200,2028,12,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(71425,1,1861174800,2028,12,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(71426,1,1861178400,2028,12,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(71427,1,1861182000,2028,12,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(71428,1,1861185600,2028,12,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(71429,1,1861189200,2028,12,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(71430,1,1861192800,2028,12,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(71431,1,1861196400,2028,12,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(71432,1,1861200000,2028,12,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(71433,1,1861203600,2028,12,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(71434,1,1861207200,2028,12,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(71435,1,1861210800,2028,12,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(71436,1,1861214400,2028,12,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(71437,1,1861218000,2028,12,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(71438,1,1861221600,2028,12,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(71439,1,1861311600,2028,12,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(71440,1,1861315200,2028,12,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(71441,1,1861318800,2028,12,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(71442,1,1861322400,2028,12,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(71443,1,1861326000,2028,12,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(71444,1,1861329600,2028,12,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(71445,1,1861333200,2028,12,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(71446,1,1861336800,2028,12,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(71447,1,1861340400,2028,12,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(71448,1,1861344000,2028,12,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(71449,1,1861347600,2028,12,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(71450,1,1861351200,2028,12,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(71451,1,1861354800,2028,12,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(71452,1,1861358400,2028,12,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(71453,1,1861362000,2028,12,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(71454,1,1861365600,2028,12,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(71455,1,1861369200,2028,12,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(71456,1,1861372800,2028,12,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(71457,1,1861376400,2028,12,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(71458,1,1861380000,2028,12,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(71459,1,1861383600,2028,12,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(71460,1,1861387200,2028,12,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(71461,1,1861390800,2028,12,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(71462,1,1861394400,2028,12,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(71463,1,1861398000,2028,12,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(71464,1,1861401600,2028,12,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(71465,1,1861405200,2028,12,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(71466,1,1861408800,2028,12,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(71467,1,1861412400,2028,12,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(71468,1,1861416000,2028,12,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(71469,1,1861419600,2028,12,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(71470,1,1861423200,2028,12,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(71471,1,1861426800,2028,12,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(71472,1,1861430400,2028,12,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(71473,1,1861434000,2028,12,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(71474,1,1861437600,2028,12,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(71475,1,1861441200,2028,12,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(71476,1,1861444800,2028,12,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(71477,1,1861448400,2028,12,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(71478,1,1861452000,2028,12,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(71479,1,1861455600,2028,12,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(71480,1,1861459200,2028,12,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(71481,1,1861462800,2028,12,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(71482,1,1861466400,2028,12,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(71483,1,1861470000,2028,12,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(71484,1,1861473600,2028,12,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(71485,1,1861477200,2028,12,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(71486,1,1861480800,2028,12,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(71487,1,1861484400,2028,12,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(71488,1,1861488000,2028,12,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(71489,1,1861491600,2028,12,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(71490,1,1861495200,2028,12,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(71491,1,1861498800,2028,12,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(71492,1,1861502400,2028,12,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(71493,1,1861506000,2028,12,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(71494,1,1861509600,2028,12,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(71495,1,1861513200,2028,12,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(71496,1,1861516800,2028,12,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(71497,1,1861520400,2028,12,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(71498,1,1861524000,2028,12,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(71499,1,1861527600,2028,12,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(71500,1,1861531200,2028,12,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(71501,1,1861534800,2028,12,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(71502,1,1861538400,2028,12,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(71503,1,1861542000,2028,12,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(71504,1,1861545600,2028,12,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(71505,1,1861549200,2028,12,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(71506,1,1861552800,2028,12,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(71507,1,1861556400,2028,12,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(71508,1,1861560000,2028,12,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(71509,1,1861563600,2028,12,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(71510,1,1861567200,2028,12,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(71511,1,1861570800,2028,12,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(71512,1,1861574400,2028,12,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(71513,1,1861578000,2028,12,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(71514,1,1861581600,2028,12,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(71515,1,1861585200,2028,12,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(71516,1,1861588800,2028,12,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(71517,1,1861592400,2028,12,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(71518,1,1861596000,2028,12,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(71519,1,1861599600,2028,12,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(71520,1,1861603200,2028,12,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(71521,1,1861606800,2028,12,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(71522,1,1861610400,2028,12,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(71523,1,1861614000,2028,12,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(71524,1,1861617600,2028,12,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(71525,1,1861621200,2028,12,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(71526,1,1861624800,2028,12,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(71527,1,1861628400,2028,12,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(71528,1,1861632000,2028,12,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(71529,1,1861635600,2028,12,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(71530,1,1861639200,2028,12,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(71531,1,1861642800,2028,12,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(71532,1,1861646400,2028,12,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(71533,1,1861650000,2028,12,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(71534,1,1861653600,2028,12,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(71535,1,1861657200,2028,12,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(71536,1,1861660800,2028,12,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(71537,1,1861664400,2028,12,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(71538,1,1861668000,2028,12,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(71539,1,1861671600,2028,12,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(71540,1,1861675200,2028,12,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(71541,1,1861678800,2028,12,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(71542,1,1861682400,2028,12,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(71543,1,1861686000,2028,12,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(71544,1,1861689600,2028,12,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(71545,1,1861693200,2028,12,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(71546,1,1861696800,2028,12,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(71547,1,1861700400,2028,12,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(71548,1,1861704000,2028,12,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(71549,1,1861707600,2028,12,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(71550,1,1861711200,2028,12,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(71551,1,1861714800,2028,12,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(71552,1,1861718400,2028,12,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(71553,1,1861722000,2028,12,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(71554,1,1861725600,2028,12,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(71555,1,1861729200,2028,12,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(71556,1,1861732800,2028,12,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(71557,1,1861736400,2028,12,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(71558,1,1861740000,2028,12,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(71559,1,1861743600,2028,12,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(71560,1,1861747200,2028,12,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(71561,1,1861750800,2028,12,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(71562,1,1861754400,2028,12,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(71563,1,1861758000,2028,12,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(71564,1,1861761600,2028,12,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(71565,1,1861765200,2028,12,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(71566,1,1861768800,2028,12,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(71567,1,1861772400,2028,12,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(71568,1,1861776000,2028,12,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(71569,1,1861779600,2028,12,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(71570,1,1861783200,2028,12,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(71571,1,1861786800,2028,12,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(71572,1,1861790400,2028,12,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(71573,1,1861794000,2028,12,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(71574,1,1861797600,2028,12,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(71575,1,1861801200,2028,12,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(71576,1,1861804800,2028,12,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(71577,1,1861808400,2028,12,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(71578,1,1861812000,2028,12,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(71579,1,1861815600,2028,12,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(71580,1,1861819200,2028,12,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(71581,1,1861822800,2028,12,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(71582,1,1861826400,2028,12,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(71583,1,1861916400,2029,1,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(71584,1,1861920000,2029,1,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(71585,1,1861923600,2029,1,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(71586,1,1861927200,2029,1,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(71587,1,1861930800,2029,1,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(71588,1,1861934400,2029,1,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(71589,1,1861938000,2029,1,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(71590,1,1861941600,2029,1,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(71591,1,1861945200,2029,1,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(71592,1,1861948800,2029,1,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(71593,1,1861952400,2029,1,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(71594,1,1861956000,2029,1,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(71595,1,1861959600,2029,1,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(71596,1,1861963200,2029,1,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(71597,1,1861966800,2029,1,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(71598,1,1861970400,2029,1,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(71599,1,1861974000,2029,1,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(71600,1,1861977600,2029,1,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(71601,1,1861981200,2029,1,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(71602,1,1861984800,2029,1,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(71603,1,1861988400,2029,1,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(71604,1,1861992000,2029,1,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(71605,1,1861995600,2029,1,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(71606,1,1861999200,2029,1,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(71607,1,1862002800,2029,1,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(71608,1,1862006400,2029,1,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(71609,1,1862010000,2029,1,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(71610,1,1862013600,2029,1,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(71611,1,1862017200,2029,1,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(71612,1,1862020800,2029,1,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(71613,1,1862024400,2029,1,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(71614,1,1862028000,2029,1,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(71615,1,1862031600,2029,1,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(71616,1,1862035200,2029,1,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(71617,1,1862038800,2029,1,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(71618,1,1862042400,2029,1,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(71619,1,1862046000,2029,1,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(71620,1,1862049600,2029,1,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(71621,1,1862053200,2029,1,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(71622,1,1862056800,2029,1,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(71623,1,1862060400,2029,1,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(71624,1,1862064000,2029,1,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(71625,1,1862067600,2029,1,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(71626,1,1862071200,2029,1,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(71627,1,1862074800,2029,1,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(71628,1,1862078400,2029,1,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(71629,1,1862082000,2029,1,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(71630,1,1862085600,2029,1,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(71631,1,1862089200,2029,1,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(71632,1,1862092800,2029,1,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(71633,1,1862096400,2029,1,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(71634,1,1862100000,2029,1,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(71635,1,1862103600,2029,1,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(71636,1,1862107200,2029,1,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(71637,1,1862110800,2029,1,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(71638,1,1862114400,2029,1,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(71639,1,1862118000,2029,1,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(71640,1,1862121600,2029,1,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(71641,1,1862125200,2029,1,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(71642,1,1862128800,2029,1,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(71643,1,1862132400,2029,1,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(71644,1,1862136000,2029,1,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(71645,1,1862139600,2029,1,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(71646,1,1862143200,2029,1,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(71647,1,1862146800,2029,1,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(71648,1,1862150400,2029,1,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(71649,1,1862154000,2029,1,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(71650,1,1862157600,2029,1,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(71651,1,1862161200,2029,1,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(71652,1,1862164800,2029,1,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(71653,1,1862168400,2029,1,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(71654,1,1862172000,2029,1,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(71655,1,1862175600,2029,1,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(71656,1,1862179200,2029,1,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(71657,1,1862182800,2029,1,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(71658,1,1862186400,2029,1,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(71659,1,1862190000,2029,1,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(71660,1,1862193600,2029,1,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(71661,1,1862197200,2029,1,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(71662,1,1862200800,2029,1,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(71663,1,1862204400,2029,1,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(71664,1,1862208000,2029,1,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(71665,1,1862211600,2029,1,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(71666,1,1862215200,2029,1,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(71667,1,1862218800,2029,1,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(71668,1,1862222400,2029,1,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(71669,1,1862226000,2029,1,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(71670,1,1862229600,2029,1,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(71671,1,1862233200,2029,1,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(71672,1,1862236800,2029,1,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(71673,1,1862240400,2029,1,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(71674,1,1862244000,2029,1,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(71675,1,1862247600,2029,1,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(71676,1,1862251200,2029,1,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(71677,1,1862254800,2029,1,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(71678,1,1862258400,2029,1,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(71679,1,1862262000,2029,1,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(71680,1,1862265600,2029,1,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(71681,1,1862269200,2029,1,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(71682,1,1862272800,2029,1,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(71683,1,1862276400,2029,1,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(71684,1,1862280000,2029,1,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(71685,1,1862283600,2029,1,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(71686,1,1862287200,2029,1,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(71687,1,1862290800,2029,1,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(71688,1,1862294400,2029,1,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(71689,1,1862298000,2029,1,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(71690,1,1862301600,2029,1,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(71691,1,1862305200,2029,1,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(71692,1,1862308800,2029,1,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(71693,1,1862312400,2029,1,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(71694,1,1862316000,2029,1,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(71695,1,1862319600,2029,1,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(71696,1,1862323200,2029,1,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(71697,1,1862326800,2029,1,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(71698,1,1862330400,2029,1,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(71699,1,1862334000,2029,1,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(71700,1,1862337600,2029,1,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(71701,1,1862341200,2029,1,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(71702,1,1862344800,2029,1,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(71703,1,1862348400,2029,1,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(71704,1,1862352000,2029,1,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(71705,1,1862355600,2029,1,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(71706,1,1862359200,2029,1,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(71707,1,1862362800,2029,1,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(71708,1,1862366400,2029,1,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(71709,1,1862370000,2029,1,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(71710,1,1862373600,2029,1,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(71711,1,1862377200,2029,1,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(71712,1,1862380800,2029,1,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(71713,1,1862384400,2029,1,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(71714,1,1862388000,2029,1,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(71715,1,1862391600,2029,1,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(71716,1,1862395200,2029,1,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(71717,1,1862398800,2029,1,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(71718,1,1862402400,2029,1,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(71719,1,1862406000,2029,1,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(71720,1,1862409600,2029,1,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(71721,1,1862413200,2029,1,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(71722,1,1862416800,2029,1,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(71723,1,1862420400,2029,1,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(71724,1,1862424000,2029,1,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(71725,1,1862427600,2029,1,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(71726,1,1862431200,2029,1,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(71727,1,1862521200,2029,1,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(71728,1,1862524800,2029,1,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(71729,1,1862528400,2029,1,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(71730,1,1862532000,2029,1,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(71731,1,1862535600,2029,1,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(71732,1,1862539200,2029,1,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(71733,1,1862542800,2029,1,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(71734,1,1862546400,2029,1,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(71735,1,1862550000,2029,1,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(71736,1,1862553600,2029,1,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(71737,1,1862557200,2029,1,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(71738,1,1862560800,2029,1,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(71739,1,1862564400,2029,1,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(71740,1,1862568000,2029,1,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(71741,1,1862571600,2029,1,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(71742,1,1862575200,2029,1,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(71743,1,1862578800,2029,1,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(71744,1,1862582400,2029,1,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(71745,1,1862586000,2029,1,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(71746,1,1862589600,2029,1,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(71747,1,1862593200,2029,1,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(71748,1,1862596800,2029,1,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(71749,1,1862600400,2029,1,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(71750,1,1862604000,2029,1,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(71751,1,1862607600,2029,1,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(71752,1,1862611200,2029,1,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(71753,1,1862614800,2029,1,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(71754,1,1862618400,2029,1,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(71755,1,1862622000,2029,1,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(71756,1,1862625600,2029,1,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(71757,1,1862629200,2029,1,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(71758,1,1862632800,2029,1,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(71759,1,1862636400,2029,1,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(71760,1,1862640000,2029,1,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(71761,1,1862643600,2029,1,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(71762,1,1862647200,2029,1,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(71763,1,1862650800,2029,1,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(71764,1,1862654400,2029,1,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(71765,1,1862658000,2029,1,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(71766,1,1862661600,2029,1,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(71767,1,1862665200,2029,1,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(71768,1,1862668800,2029,1,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(71769,1,1862672400,2029,1,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(71770,1,1862676000,2029,1,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(71771,1,1862679600,2029,1,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(71772,1,1862683200,2029,1,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(71773,1,1862686800,2029,1,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(71774,1,1862690400,2029,1,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(71775,1,1862694000,2029,1,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(71776,1,1862697600,2029,1,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(71777,1,1862701200,2029,1,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(71778,1,1862704800,2029,1,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(71779,1,1862708400,2029,1,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(71780,1,1862712000,2029,1,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(71781,1,1862715600,2029,1,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(71782,1,1862719200,2029,1,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(71783,1,1862722800,2029,1,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(71784,1,1862726400,2029,1,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(71785,1,1862730000,2029,1,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(71786,1,1862733600,2029,1,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(71787,1,1862737200,2029,1,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(71788,1,1862740800,2029,1,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(71789,1,1862744400,2029,1,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(71790,1,1862748000,2029,1,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(71791,1,1862751600,2029,1,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(71792,1,1862755200,2029,1,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(71793,1,1862758800,2029,1,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(71794,1,1862762400,2029,1,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(71795,1,1862766000,2029,1,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(71796,1,1862769600,2029,1,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(71797,1,1862773200,2029,1,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(71798,1,1862776800,2029,1,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(71799,1,1862780400,2029,1,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(71800,1,1862784000,2029,1,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(71801,1,1862787600,2029,1,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(71802,1,1862791200,2029,1,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(71803,1,1862794800,2029,1,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(71804,1,1862798400,2029,1,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(71805,1,1862802000,2029,1,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(71806,1,1862805600,2029,1,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(71807,1,1862809200,2029,1,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(71808,1,1862812800,2029,1,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(71809,1,1862816400,2029,1,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(71810,1,1862820000,2029,1,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(71811,1,1862823600,2029,1,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(71812,1,1862827200,2029,1,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(71813,1,1862830800,2029,1,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(71814,1,1862834400,2029,1,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(71815,1,1862838000,2029,1,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(71816,1,1862841600,2029,1,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(71817,1,1862845200,2029,1,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(71818,1,1862848800,2029,1,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(71819,1,1862852400,2029,1,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(71820,1,1862856000,2029,1,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(71821,1,1862859600,2029,1,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(71822,1,1862863200,2029,1,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(71823,1,1862866800,2029,1,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(71824,1,1862870400,2029,1,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(71825,1,1862874000,2029,1,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(71826,1,1862877600,2029,1,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(71827,1,1862881200,2029,1,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(71828,1,1862884800,2029,1,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(71829,1,1862888400,2029,1,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(71830,1,1862892000,2029,1,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(71831,1,1862895600,2029,1,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(71832,1,1862899200,2029,1,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(71833,1,1862902800,2029,1,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(71834,1,1862906400,2029,1,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(71835,1,1862910000,2029,1,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(71836,1,1862913600,2029,1,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(71837,1,1862917200,2029,1,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(71838,1,1862920800,2029,1,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(71839,1,1862924400,2029,1,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(71840,1,1862928000,2029,1,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(71841,1,1862931600,2029,1,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(71842,1,1862935200,2029,1,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(71843,1,1862938800,2029,1,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(71844,1,1862942400,2029,1,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(71845,1,1862946000,2029,1,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(71846,1,1862949600,2029,1,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(71847,1,1862953200,2029,1,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(71848,1,1862956800,2029,1,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(71849,1,1862960400,2029,1,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(71850,1,1862964000,2029,1,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(71851,1,1862967600,2029,1,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(71852,1,1862971200,2029,1,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(71853,1,1862974800,2029,1,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(71854,1,1862978400,2029,1,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(71855,1,1862982000,2029,1,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(71856,1,1862985600,2029,1,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(71857,1,1862989200,2029,1,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(71858,1,1862992800,2029,1,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(71859,1,1862996400,2029,1,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(71860,1,1863000000,2029,1,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(71861,1,1863003600,2029,1,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(71862,1,1863007200,2029,1,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(71863,1,1863010800,2029,1,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(71864,1,1863014400,2029,1,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(71865,1,1863018000,2029,1,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(71866,1,1863021600,2029,1,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(71867,1,1863025200,2029,1,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(71868,1,1863028800,2029,1,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(71869,1,1863032400,2029,1,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(71870,1,1863036000,2029,1,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(71871,1,1863126000,2029,1,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(71872,1,1863129600,2029,1,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(71873,1,1863133200,2029,1,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(71874,1,1863136800,2029,1,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(71875,1,1863140400,2029,1,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(71876,1,1863144000,2029,1,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(71877,1,1863147600,2029,1,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(71878,1,1863151200,2029,1,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(71879,1,1863154800,2029,1,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(71880,1,1863158400,2029,1,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(71881,1,1863162000,2029,1,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(71882,1,1863165600,2029,1,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(71883,1,1863169200,2029,1,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(71884,1,1863172800,2029,1,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(71885,1,1863176400,2029,1,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(71886,1,1863180000,2029,1,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(71887,1,1863183600,2029,1,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(71888,1,1863187200,2029,1,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(71889,1,1863190800,2029,1,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(71890,1,1863194400,2029,1,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(71891,1,1863198000,2029,1,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(71892,1,1863201600,2029,1,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(71893,1,1863205200,2029,1,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(71894,1,1863208800,2029,1,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(71895,1,1863212400,2029,1,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(71896,1,1863216000,2029,1,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(71897,1,1863219600,2029,1,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(71898,1,1863223200,2029,1,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(71899,1,1863226800,2029,1,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(71900,1,1863230400,2029,1,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(71901,1,1863234000,2029,1,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(71902,1,1863237600,2029,1,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(71903,1,1863241200,2029,1,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(71904,1,1863244800,2029,1,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(71905,1,1863248400,2029,1,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(71906,1,1863252000,2029,1,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(71907,1,1863255600,2029,1,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(71908,1,1863259200,2029,1,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(71909,1,1863262800,2029,1,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(71910,1,1863266400,2029,1,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(71911,1,1863270000,2029,1,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(71912,1,1863273600,2029,1,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(71913,1,1863277200,2029,1,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(71914,1,1863280800,2029,1,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(71915,1,1863284400,2029,1,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(71916,1,1863288000,2029,1,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(71917,1,1863291600,2029,1,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(71918,1,1863295200,2029,1,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(71919,1,1863298800,2029,1,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(71920,1,1863302400,2029,1,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(71921,1,1863306000,2029,1,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(71922,1,1863309600,2029,1,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(71923,1,1863313200,2029,1,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(71924,1,1863316800,2029,1,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(71925,1,1863320400,2029,1,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(71926,1,1863324000,2029,1,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(71927,1,1863327600,2029,1,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(71928,1,1863331200,2029,1,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(71929,1,1863334800,2029,1,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(71930,1,1863338400,2029,1,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(71931,1,1863342000,2029,1,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(71932,1,1863345600,2029,1,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(71933,1,1863349200,2029,1,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(71934,1,1863352800,2029,1,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(71935,1,1863356400,2029,1,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(71936,1,1863360000,2029,1,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(71937,1,1863363600,2029,1,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(71938,1,1863367200,2029,1,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(71939,1,1863370800,2029,1,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(71940,1,1863374400,2029,1,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(71941,1,1863378000,2029,1,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(71942,1,1863381600,2029,1,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(71943,1,1863385200,2029,1,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(71944,1,1863388800,2029,1,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(71945,1,1863392400,2029,1,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(71946,1,1863396000,2029,1,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(71947,1,1863399600,2029,1,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(71948,1,1863403200,2029,1,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(71949,1,1863406800,2029,1,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(71950,1,1863410400,2029,1,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(71951,1,1863414000,2029,1,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(71952,1,1863417600,2029,1,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(71953,1,1863421200,2029,1,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(71954,1,1863424800,2029,1,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(71955,1,1863428400,2029,1,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(71956,1,1863432000,2029,1,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(71957,1,1863435600,2029,1,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(71958,1,1863439200,2029,1,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(71959,1,1863442800,2029,1,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(71960,1,1863446400,2029,1,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(71961,1,1863450000,2029,1,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(71962,1,1863453600,2029,1,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(71963,1,1863457200,2029,1,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(71964,1,1863460800,2029,1,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(71965,1,1863464400,2029,1,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(71966,1,1863468000,2029,1,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(71967,1,1863471600,2029,1,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(71968,1,1863475200,2029,1,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(71969,1,1863478800,2029,1,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(71970,1,1863482400,2029,1,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(71971,1,1863486000,2029,1,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(71972,1,1863489600,2029,1,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(71973,1,1863493200,2029,1,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(71974,1,1863496800,2029,1,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(71975,1,1863500400,2029,1,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(71976,1,1863504000,2029,1,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(71977,1,1863507600,2029,1,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(71978,1,1863511200,2029,1,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(71979,1,1863514800,2029,1,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(71980,1,1863518400,2029,1,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(71981,1,1863522000,2029,1,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(71982,1,1863525600,2029,1,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(71983,1,1863529200,2029,1,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(71984,1,1863532800,2029,1,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(71985,1,1863536400,2029,1,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(71986,1,1863540000,2029,1,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(71987,1,1863543600,2029,1,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(71988,1,1863547200,2029,1,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(71989,1,1863550800,2029,1,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(71990,1,1863554400,2029,1,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(71991,1,1863558000,2029,1,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(71992,1,1863561600,2029,1,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(71993,1,1863565200,2029,1,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(71994,1,1863568800,2029,1,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(71995,1,1863572400,2029,1,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(71996,1,1863576000,2029,1,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(71997,1,1863579600,2029,1,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(71998,1,1863583200,2029,1,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(71999,1,1863586800,2029,1,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(72000,1,1863590400,2029,1,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(72001,1,1863594000,2029,1,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(72002,1,1863597600,2029,1,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(72003,1,1863601200,2029,1,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(72004,1,1863604800,2029,1,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(72005,1,1863608400,2029,1,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(72006,1,1863612000,2029,1,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(72007,1,1863615600,2029,1,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(72008,1,1863619200,2029,1,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(72009,1,1863622800,2029,1,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(72010,1,1863626400,2029,1,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(72011,1,1863630000,2029,1,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(72012,1,1863633600,2029,1,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(72013,1,1863637200,2029,1,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(72014,1,1863640800,2029,1,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(72015,1,1863730800,2029,1,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(72016,1,1863734400,2029,1,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(72017,1,1863738000,2029,1,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(72018,1,1863741600,2029,1,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(72019,1,1863745200,2029,1,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(72020,1,1863748800,2029,1,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(72021,1,1863752400,2029,1,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(72022,1,1863756000,2029,1,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(72023,1,1863759600,2029,1,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(72024,1,1863763200,2029,1,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(72025,1,1863766800,2029,1,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(72026,1,1863770400,2029,1,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(72027,1,1863774000,2029,1,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(72028,1,1863777600,2029,1,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(72029,1,1863781200,2029,1,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(72030,1,1863784800,2029,1,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(72031,1,1863788400,2029,1,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(72032,1,1863792000,2029,1,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(72033,1,1863795600,2029,1,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(72034,1,1863799200,2029,1,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(72035,1,1863802800,2029,1,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(72036,1,1863806400,2029,1,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(72037,1,1863810000,2029,1,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(72038,1,1863813600,2029,1,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(72039,1,1863817200,2029,1,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(72040,1,1863820800,2029,1,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(72041,1,1863824400,2029,1,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(72042,1,1863828000,2029,1,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(72043,1,1863831600,2029,1,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(72044,1,1863835200,2029,1,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(72045,1,1863838800,2029,1,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(72046,1,1863842400,2029,1,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(72047,1,1863846000,2029,1,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(72048,1,1863849600,2029,1,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(72049,1,1863853200,2029,1,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(72050,1,1863856800,2029,1,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(72051,1,1863860400,2029,1,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(72052,1,1863864000,2029,1,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(72053,1,1863867600,2029,1,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(72054,1,1863871200,2029,1,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(72055,1,1863874800,2029,1,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(72056,1,1863878400,2029,1,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(72057,1,1863882000,2029,1,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(72058,1,1863885600,2029,1,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(72059,1,1863889200,2029,1,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(72060,1,1863892800,2029,1,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(72061,1,1863896400,2029,1,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(72062,1,1863900000,2029,1,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(72063,1,1863903600,2029,1,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(72064,1,1863907200,2029,1,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(72065,1,1863910800,2029,1,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(72066,1,1863914400,2029,1,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(72067,1,1863918000,2029,1,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(72068,1,1863921600,2029,1,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(72069,1,1863925200,2029,1,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(72070,1,1863928800,2029,1,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(72071,1,1863932400,2029,1,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(72072,1,1863936000,2029,1,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(72073,1,1863939600,2029,1,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(72074,1,1863943200,2029,1,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(72075,1,1863946800,2029,1,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(72076,1,1863950400,2029,1,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(72077,1,1863954000,2029,1,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(72078,1,1863957600,2029,1,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(72079,1,1863961200,2029,1,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(72080,1,1863964800,2029,1,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(72081,1,1863968400,2029,1,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(72082,1,1863972000,2029,1,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(72083,1,1863975600,2029,1,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(72084,1,1863979200,2029,1,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(72085,1,1863982800,2029,1,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(72086,1,1863986400,2029,1,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(72087,1,1863990000,2029,1,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(72088,1,1863993600,2029,1,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(72089,1,1863997200,2029,1,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(72090,1,1864000800,2029,1,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(72091,1,1864004400,2029,1,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(72092,1,1864008000,2029,1,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(72093,1,1864011600,2029,1,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(72094,1,1864015200,2029,1,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(72095,1,1864018800,2029,1,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(72096,1,1864022400,2029,1,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(72097,1,1864026000,2029,1,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(72098,1,1864029600,2029,1,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(72099,1,1864033200,2029,1,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(72100,1,1864036800,2029,1,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(72101,1,1864040400,2029,1,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(72102,1,1864044000,2029,1,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(72103,1,1864047600,2029,1,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(72104,1,1864051200,2029,1,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(72105,1,1864054800,2029,1,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(72106,1,1864058400,2029,1,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(72107,1,1864062000,2029,1,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(72108,1,1864065600,2029,1,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(72109,1,1864069200,2029,1,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(72110,1,1864072800,2029,1,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(72111,1,1864076400,2029,1,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(72112,1,1864080000,2029,1,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(72113,1,1864083600,2029,1,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(72114,1,1864087200,2029,1,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(72115,1,1864090800,2029,1,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(72116,1,1864094400,2029,1,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(72117,1,1864098000,2029,1,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(72118,1,1864101600,2029,1,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(72119,1,1864105200,2029,1,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(72120,1,1864108800,2029,1,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(72121,1,1864112400,2029,1,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(72122,1,1864116000,2029,1,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(72123,1,1864119600,2029,1,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(72124,1,1864123200,2029,1,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(72125,1,1864126800,2029,1,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(72126,1,1864130400,2029,1,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(72127,1,1864134000,2029,1,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(72128,1,1864137600,2029,1,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(72129,1,1864141200,2029,1,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(72130,1,1864144800,2029,1,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(72131,1,1864148400,2029,1,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(72132,1,1864152000,2029,1,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(72133,1,1864155600,2029,1,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(72134,1,1864159200,2029,1,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(72135,1,1864162800,2029,1,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(72136,1,1864166400,2029,1,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(72137,1,1864170000,2029,1,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(72138,1,1864173600,2029,1,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(72139,1,1864177200,2029,1,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(72140,1,1864180800,2029,1,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(72141,1,1864184400,2029,1,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(72142,1,1864188000,2029,1,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(72143,1,1864191600,2029,1,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(72144,1,1864195200,2029,1,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(72145,1,1864198800,2029,1,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(72146,1,1864202400,2029,1,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(72147,1,1864206000,2029,1,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(72148,1,1864209600,2029,1,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(72149,1,1864213200,2029,1,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(72150,1,1864216800,2029,1,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(72151,1,1864220400,2029,1,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(72152,1,1864224000,2029,1,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(72153,1,1864227600,2029,1,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(72154,1,1864231200,2029,1,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(72155,1,1864234800,2029,1,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(72156,1,1864238400,2029,1,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(72157,1,1864242000,2029,1,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(72158,1,1864245600,2029,1,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(72159,1,1864335600,2029,1,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(72160,1,1864339200,2029,1,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(72161,1,1864342800,2029,1,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(72162,1,1864346400,2029,1,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(72163,1,1864350000,2029,1,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(72164,1,1864353600,2029,1,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(72165,1,1864357200,2029,1,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(72166,1,1864360800,2029,1,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(72167,1,1864364400,2029,1,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(72168,1,1864368000,2029,1,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(72169,1,1864371600,2029,1,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(72170,1,1864375200,2029,1,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(72171,1,1864378800,2029,1,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(72172,1,1864382400,2029,1,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(72173,1,1864386000,2029,1,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(72174,1,1864389600,2029,1,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(72175,1,1864393200,2029,1,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(72176,1,1864396800,2029,1,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(72177,1,1864400400,2029,1,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(72178,1,1864404000,2029,1,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(72179,1,1864407600,2029,1,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(72180,1,1864411200,2029,1,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(72181,1,1864414800,2029,1,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(72182,1,1864418400,2029,1,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(72183,1,1864422000,2029,1,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(72184,1,1864425600,2029,1,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(72185,1,1864429200,2029,1,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(72186,1,1864432800,2029,1,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(72187,1,1864436400,2029,1,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(72188,1,1864440000,2029,1,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(72189,1,1864443600,2029,1,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(72190,1,1864447200,2029,1,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(72191,1,1864450800,2029,1,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(72192,1,1864454400,2029,1,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(72193,1,1864458000,2029,1,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(72194,1,1864461600,2029,1,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(72195,1,1864465200,2029,1,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(72196,1,1864468800,2029,1,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(72197,1,1864472400,2029,1,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(72198,1,1864476000,2029,1,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(72199,1,1864479600,2029,1,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(72200,1,1864483200,2029,1,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(72201,1,1864486800,2029,1,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(72202,1,1864490400,2029,1,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(72203,1,1864494000,2029,1,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(72204,1,1864497600,2029,1,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(72205,1,1864501200,2029,1,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(72206,1,1864504800,2029,1,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(72207,1,1864508400,2029,1,31,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(72208,1,1864512000,2029,1,31,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(72209,1,1864515600,2029,1,31,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(72210,1,1864519200,2029,1,31,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(72211,1,1864522800,2029,1,31,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(72212,1,1864526400,2029,1,31,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(72213,1,1864530000,2029,1,31,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(72214,1,1864533600,2029,1,31,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(72215,1,1864537200,2029,1,31,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(72216,1,1864540800,2029,1,31,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(72217,1,1864544400,2029,1,31,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(72218,1,1864548000,2029,1,31,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(72219,1,1864551600,2029,1,31,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(72220,1,1864555200,2029,1,31,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(72221,1,1864558800,2029,1,31,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(72222,1,1864562400,2029,1,31,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(72223,1,1864566000,2029,1,31,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(72224,1,1864569600,2029,1,31,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(72225,1,1864573200,2029,1,31,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(72226,1,1864576800,2029,1,31,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(72227,1,1864580400,2029,1,31,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(72228,1,1864584000,2029,1,31,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(72229,1,1864587600,2029,1,31,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(72230,1,1864591200,2029,1,31,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(72231,1,1864594800,2029,2,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(72232,1,1864598400,2029,2,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(72233,1,1864602000,2029,2,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(72234,1,1864605600,2029,2,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(72235,1,1864609200,2029,2,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(72236,1,1864612800,2029,2,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(72237,1,1864616400,2029,2,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(72238,1,1864620000,2029,2,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(72239,1,1864623600,2029,2,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(72240,1,1864627200,2029,2,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(72241,1,1864630800,2029,2,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(72242,1,1864634400,2029,2,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(72243,1,1864638000,2029,2,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(72244,1,1864641600,2029,2,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(72245,1,1864645200,2029,2,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(72246,1,1864648800,2029,2,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(72247,1,1864652400,2029,2,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(72248,1,1864656000,2029,2,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(72249,1,1864659600,2029,2,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(72250,1,1864663200,2029,2,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(72251,1,1864666800,2029,2,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(72252,1,1864670400,2029,2,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(72253,1,1864674000,2029,2,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(72254,1,1864677600,2029,2,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(72255,1,1864681200,2029,2,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(72256,1,1864684800,2029,2,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(72257,1,1864688400,2029,2,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(72258,1,1864692000,2029,2,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(72259,1,1864695600,2029,2,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(72260,1,1864699200,2029,2,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(72261,1,1864702800,2029,2,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(72262,1,1864706400,2029,2,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(72263,1,1864710000,2029,2,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(72264,1,1864713600,2029,2,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(72265,1,1864717200,2029,2,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(72266,1,1864720800,2029,2,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(72267,1,1864724400,2029,2,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(72268,1,1864728000,2029,2,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(72269,1,1864731600,2029,2,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(72270,1,1864735200,2029,2,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(72271,1,1864738800,2029,2,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(72272,1,1864742400,2029,2,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(72273,1,1864746000,2029,2,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(72274,1,1864749600,2029,2,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(72275,1,1864753200,2029,2,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(72276,1,1864756800,2029,2,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(72277,1,1864760400,2029,2,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(72278,1,1864764000,2029,2,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(72279,1,1864767600,2029,2,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(72280,1,1864771200,2029,2,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(72281,1,1864774800,2029,2,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(72282,1,1864778400,2029,2,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(72283,1,1864782000,2029,2,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(72284,1,1864785600,2029,2,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(72285,1,1864789200,2029,2,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(72286,1,1864792800,2029,2,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(72287,1,1864796400,2029,2,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(72288,1,1864800000,2029,2,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(72289,1,1864803600,2029,2,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(72290,1,1864807200,2029,2,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(72291,1,1864810800,2029,2,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(72292,1,1864814400,2029,2,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(72293,1,1864818000,2029,2,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(72294,1,1864821600,2029,2,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(72295,1,1864825200,2029,2,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(72296,1,1864828800,2029,2,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(72297,1,1864832400,2029,2,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(72298,1,1864836000,2029,2,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(72299,1,1864839600,2029,2,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(72300,1,1864843200,2029,2,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(72301,1,1864846800,2029,2,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(72302,1,1864850400,2029,2,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(72303,1,1864940400,2029,2,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(72304,1,1864944000,2029,2,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(72305,1,1864947600,2029,2,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(72306,1,1864951200,2029,2,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(72307,1,1864954800,2029,2,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(72308,1,1864958400,2029,2,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(72309,1,1864962000,2029,2,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(72310,1,1864965600,2029,2,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(72311,1,1864969200,2029,2,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(72312,1,1864972800,2029,2,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(72313,1,1864976400,2029,2,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(72314,1,1864980000,2029,2,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(72315,1,1864983600,2029,2,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(72316,1,1864987200,2029,2,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(72317,1,1864990800,2029,2,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(72318,1,1864994400,2029,2,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(72319,1,1864998000,2029,2,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(72320,1,1865001600,2029,2,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(72321,1,1865005200,2029,2,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(72322,1,1865008800,2029,2,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(72323,1,1865012400,2029,2,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(72324,1,1865016000,2029,2,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(72325,1,1865019600,2029,2,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(72326,1,1865023200,2029,2,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(72327,1,1865026800,2029,2,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(72328,1,1865030400,2029,2,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(72329,1,1865034000,2029,2,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(72330,1,1865037600,2029,2,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(72331,1,1865041200,2029,2,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(72332,1,1865044800,2029,2,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(72333,1,1865048400,2029,2,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(72334,1,1865052000,2029,2,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(72335,1,1865055600,2029,2,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(72336,1,1865059200,2029,2,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(72337,1,1865062800,2029,2,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(72338,1,1865066400,2029,2,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(72339,1,1865070000,2029,2,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(72340,1,1865073600,2029,2,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(72341,1,1865077200,2029,2,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(72342,1,1865080800,2029,2,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(72343,1,1865084400,2029,2,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(72344,1,1865088000,2029,2,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(72345,1,1865091600,2029,2,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(72346,1,1865095200,2029,2,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(72347,1,1865098800,2029,2,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(72348,1,1865102400,2029,2,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(72349,1,1865106000,2029,2,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(72350,1,1865109600,2029,2,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(72351,1,1865113200,2029,2,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(72352,1,1865116800,2029,2,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(72353,1,1865120400,2029,2,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(72354,1,1865124000,2029,2,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(72355,1,1865127600,2029,2,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(72356,1,1865131200,2029,2,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(72357,1,1865134800,2029,2,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(72358,1,1865138400,2029,2,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(72359,1,1865142000,2029,2,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(72360,1,1865145600,2029,2,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(72361,1,1865149200,2029,2,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(72362,1,1865152800,2029,2,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(72363,1,1865156400,2029,2,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(72364,1,1865160000,2029,2,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(72365,1,1865163600,2029,2,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(72366,1,1865167200,2029,2,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(72367,1,1865170800,2029,2,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(72368,1,1865174400,2029,2,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(72369,1,1865178000,2029,2,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(72370,1,1865181600,2029,2,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(72371,1,1865185200,2029,2,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(72372,1,1865188800,2029,2,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(72373,1,1865192400,2029,2,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(72374,1,1865196000,2029,2,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(72375,1,1865199600,2029,2,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(72376,1,1865203200,2029,2,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(72377,1,1865206800,2029,2,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(72378,1,1865210400,2029,2,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(72379,1,1865214000,2029,2,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(72380,1,1865217600,2029,2,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(72381,1,1865221200,2029,2,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(72382,1,1865224800,2029,2,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(72383,1,1865228400,2029,2,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(72384,1,1865232000,2029,2,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(72385,1,1865235600,2029,2,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(72386,1,1865239200,2029,2,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(72387,1,1865242800,2029,2,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(72388,1,1865246400,2029,2,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(72389,1,1865250000,2029,2,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(72390,1,1865253600,2029,2,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(72391,1,1865257200,2029,2,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(72392,1,1865260800,2029,2,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(72393,1,1865264400,2029,2,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(72394,1,1865268000,2029,2,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(72395,1,1865271600,2029,2,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(72396,1,1865275200,2029,2,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(72397,1,1865278800,2029,2,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(72398,1,1865282400,2029,2,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(72399,1,1865286000,2029,2,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(72400,1,1865289600,2029,2,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(72401,1,1865293200,2029,2,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(72402,1,1865296800,2029,2,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(72403,1,1865300400,2029,2,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(72404,1,1865304000,2029,2,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(72405,1,1865307600,2029,2,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(72406,1,1865311200,2029,2,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(72407,1,1865314800,2029,2,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(72408,1,1865318400,2029,2,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(72409,1,1865322000,2029,2,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(72410,1,1865325600,2029,2,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(72411,1,1865329200,2029,2,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(72412,1,1865332800,2029,2,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(72413,1,1865336400,2029,2,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(72414,1,1865340000,2029,2,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(72415,1,1865343600,2029,2,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(72416,1,1865347200,2029,2,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(72417,1,1865350800,2029,2,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(72418,1,1865354400,2029,2,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(72419,1,1865358000,2029,2,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(72420,1,1865361600,2029,2,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(72421,1,1865365200,2029,2,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(72422,1,1865368800,2029,2,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(72423,1,1865372400,2029,2,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(72424,1,1865376000,2029,2,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(72425,1,1865379600,2029,2,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(72426,1,1865383200,2029,2,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(72427,1,1865386800,2029,2,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(72428,1,1865390400,2029,2,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(72429,1,1865394000,2029,2,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(72430,1,1865397600,2029,2,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(72431,1,1865401200,2029,2,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(72432,1,1865404800,2029,2,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(72433,1,1865408400,2029,2,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(72434,1,1865412000,2029,2,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(72435,1,1865415600,2029,2,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(72436,1,1865419200,2029,2,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(72437,1,1865422800,2029,2,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(72438,1,1865426400,2029,2,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(72439,1,1865430000,2029,2,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(72440,1,1865433600,2029,2,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(72441,1,1865437200,2029,2,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(72442,1,1865440800,2029,2,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(72443,1,1865444400,2029,2,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(72444,1,1865448000,2029,2,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(72445,1,1865451600,2029,2,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(72446,1,1865455200,2029,2,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(72447,1,1865545200,2029,2,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(72448,1,1865548800,2029,2,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(72449,1,1865552400,2029,2,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(72450,1,1865556000,2029,2,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(72451,1,1865559600,2029,2,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(72452,1,1865563200,2029,2,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(72453,1,1865566800,2029,2,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(72454,1,1865570400,2029,2,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(72455,1,1865574000,2029,2,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(72456,1,1865577600,2029,2,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(72457,1,1865581200,2029,2,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(72458,1,1865584800,2029,2,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(72459,1,1865588400,2029,2,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(72460,1,1865592000,2029,2,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(72461,1,1865595600,2029,2,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(72462,1,1865599200,2029,2,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(72463,1,1865602800,2029,2,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(72464,1,1865606400,2029,2,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(72465,1,1865610000,2029,2,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(72466,1,1865613600,2029,2,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(72467,1,1865617200,2029,2,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(72468,1,1865620800,2029,2,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(72469,1,1865624400,2029,2,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(72470,1,1865628000,2029,2,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(72471,1,1865631600,2029,2,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(72472,1,1865635200,2029,2,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(72473,1,1865638800,2029,2,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(72474,1,1865642400,2029,2,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(72475,1,1865646000,2029,2,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(72476,1,1865649600,2029,2,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(72477,1,1865653200,2029,2,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(72478,1,1865656800,2029,2,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(72479,1,1865660400,2029,2,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(72480,1,1865664000,2029,2,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(72481,1,1865667600,2029,2,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(72482,1,1865671200,2029,2,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(72483,1,1865674800,2029,2,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(72484,1,1865678400,2029,2,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(72485,1,1865682000,2029,2,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(72486,1,1865685600,2029,2,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(72487,1,1865689200,2029,2,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(72488,1,1865692800,2029,2,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(72489,1,1865696400,2029,2,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(72490,1,1865700000,2029,2,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(72491,1,1865703600,2029,2,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(72492,1,1865707200,2029,2,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(72493,1,1865710800,2029,2,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(72494,1,1865714400,2029,2,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(72495,1,1865718000,2029,2,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(72496,1,1865721600,2029,2,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(72497,1,1865725200,2029,2,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(72498,1,1865728800,2029,2,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(72499,1,1865732400,2029,2,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(72500,1,1865736000,2029,2,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(72501,1,1865739600,2029,2,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(72502,1,1865743200,2029,2,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(72503,1,1865746800,2029,2,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(72504,1,1865750400,2029,2,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(72505,1,1865754000,2029,2,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(72506,1,1865757600,2029,2,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(72507,1,1865761200,2029,2,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(72508,1,1865764800,2029,2,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(72509,1,1865768400,2029,2,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(72510,1,1865772000,2029,2,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(72511,1,1865775600,2029,2,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(72512,1,1865779200,2029,2,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(72513,1,1865782800,2029,2,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(72514,1,1865786400,2029,2,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(72515,1,1865790000,2029,2,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(72516,1,1865793600,2029,2,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(72517,1,1865797200,2029,2,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(72518,1,1865800800,2029,2,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(72519,1,1865804400,2029,2,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(72520,1,1865808000,2029,2,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(72521,1,1865811600,2029,2,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(72522,1,1865815200,2029,2,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(72523,1,1865818800,2029,2,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(72524,1,1865822400,2029,2,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(72525,1,1865826000,2029,2,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(72526,1,1865829600,2029,2,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(72527,1,1865833200,2029,2,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(72528,1,1865836800,2029,2,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(72529,1,1865840400,2029,2,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(72530,1,1865844000,2029,2,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(72531,1,1865847600,2029,2,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(72532,1,1865851200,2029,2,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(72533,1,1865854800,2029,2,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(72534,1,1865858400,2029,2,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(72535,1,1865862000,2029,2,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(72536,1,1865865600,2029,2,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(72537,1,1865869200,2029,2,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(72538,1,1865872800,2029,2,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(72539,1,1865876400,2029,2,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(72540,1,1865880000,2029,2,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(72541,1,1865883600,2029,2,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(72542,1,1865887200,2029,2,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(72543,1,1865890800,2029,2,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(72544,1,1865894400,2029,2,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(72545,1,1865898000,2029,2,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(72546,1,1865901600,2029,2,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(72547,1,1865905200,2029,2,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(72548,1,1865908800,2029,2,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(72549,1,1865912400,2029,2,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(72550,1,1865916000,2029,2,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(72551,1,1865919600,2029,2,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(72552,1,1865923200,2029,2,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(72553,1,1865926800,2029,2,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(72554,1,1865930400,2029,2,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(72555,1,1865934000,2029,2,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(72556,1,1865937600,2029,2,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(72557,1,1865941200,2029,2,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(72558,1,1865944800,2029,2,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(72559,1,1865948400,2029,2,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(72560,1,1865952000,2029,2,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(72561,1,1865955600,2029,2,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(72562,1,1865959200,2029,2,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(72563,1,1865962800,2029,2,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(72564,1,1865966400,2029,2,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(72565,1,1865970000,2029,2,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(72566,1,1865973600,2029,2,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(72567,1,1865977200,2029,2,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(72568,1,1865980800,2029,2,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(72569,1,1865984400,2029,2,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(72570,1,1865988000,2029,2,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(72571,1,1865991600,2029,2,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(72572,1,1865995200,2029,2,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(72573,1,1865998800,2029,2,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(72574,1,1866002400,2029,2,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(72575,1,1866006000,2029,2,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(72576,1,1866009600,2029,2,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(72577,1,1866013200,2029,2,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(72578,1,1866016800,2029,2,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(72579,1,1866020400,2029,2,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(72580,1,1866024000,2029,2,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(72581,1,1866027600,2029,2,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(72582,1,1866031200,2029,2,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(72583,1,1866034800,2029,2,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(72584,1,1866038400,2029,2,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(72585,1,1866042000,2029,2,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(72586,1,1866045600,2029,2,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(72587,1,1866049200,2029,2,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(72588,1,1866052800,2029,2,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(72589,1,1866056400,2029,2,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(72590,1,1866060000,2029,2,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(72591,1,1866150000,2029,2,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(72592,1,1866153600,2029,2,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(72593,1,1866157200,2029,2,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(72594,1,1866160800,2029,2,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(72595,1,1866164400,2029,2,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(72596,1,1866168000,2029,2,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(72597,1,1866171600,2029,2,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(72598,1,1866175200,2029,2,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(72599,1,1866178800,2029,2,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(72600,1,1866182400,2029,2,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(72601,1,1866186000,2029,2,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(72602,1,1866189600,2029,2,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(72603,1,1866193200,2029,2,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(72604,1,1866196800,2029,2,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(72605,1,1866200400,2029,2,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(72606,1,1866204000,2029,2,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(72607,1,1866207600,2029,2,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(72608,1,1866211200,2029,2,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(72609,1,1866214800,2029,2,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(72610,1,1866218400,2029,2,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(72611,1,1866222000,2029,2,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(72612,1,1866225600,2029,2,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(72613,1,1866229200,2029,2,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(72614,1,1866232800,2029,2,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(72615,1,1866236400,2029,2,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(72616,1,1866240000,2029,2,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(72617,1,1866243600,2029,2,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(72618,1,1866247200,2029,2,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(72619,1,1866250800,2029,2,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(72620,1,1866254400,2029,2,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(72621,1,1866258000,2029,2,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(72622,1,1866261600,2029,2,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(72623,1,1866265200,2029,2,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(72624,1,1866268800,2029,2,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(72625,1,1866272400,2029,2,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(72626,1,1866276000,2029,2,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(72627,1,1866279600,2029,2,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(72628,1,1866283200,2029,2,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(72629,1,1866286800,2029,2,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(72630,1,1866290400,2029,2,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(72631,1,1866294000,2029,2,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(72632,1,1866297600,2029,2,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(72633,1,1866301200,2029,2,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(72634,1,1866304800,2029,2,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(72635,1,1866308400,2029,2,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(72636,1,1866312000,2029,2,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(72637,1,1866315600,2029,2,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(72638,1,1866319200,2029,2,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(72639,1,1866322800,2029,2,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(72640,1,1866326400,2029,2,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(72641,1,1866330000,2029,2,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(72642,1,1866333600,2029,2,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(72643,1,1866337200,2029,2,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(72644,1,1866340800,2029,2,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(72645,1,1866344400,2029,2,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(72646,1,1866348000,2029,2,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(72647,1,1866351600,2029,2,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(72648,1,1866355200,2029,2,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(72649,1,1866358800,2029,2,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(72650,1,1866362400,2029,2,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(72651,1,1866366000,2029,2,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(72652,1,1866369600,2029,2,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(72653,1,1866373200,2029,2,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(72654,1,1866376800,2029,2,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(72655,1,1866380400,2029,2,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(72656,1,1866384000,2029,2,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(72657,1,1866387600,2029,2,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(72658,1,1866391200,2029,2,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(72659,1,1866394800,2029,2,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(72660,1,1866398400,2029,2,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(72661,1,1866402000,2029,2,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(72662,1,1866405600,2029,2,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(72663,1,1866409200,2029,2,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(72664,1,1866412800,2029,2,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(72665,1,1866416400,2029,2,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(72666,1,1866420000,2029,2,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(72667,1,1866423600,2029,2,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(72668,1,1866427200,2029,2,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(72669,1,1866430800,2029,2,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(72670,1,1866434400,2029,2,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(72671,1,1866438000,2029,2,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(72672,1,1866441600,2029,2,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(72673,1,1866445200,2029,2,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(72674,1,1866448800,2029,2,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(72675,1,1866452400,2029,2,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(72676,1,1866456000,2029,2,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(72677,1,1866459600,2029,2,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(72678,1,1866463200,2029,2,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(72679,1,1866466800,2029,2,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(72680,1,1866470400,2029,2,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(72681,1,1866474000,2029,2,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(72682,1,1866477600,2029,2,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(72683,1,1866481200,2029,2,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(72684,1,1866484800,2029,2,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(72685,1,1866488400,2029,2,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(72686,1,1866492000,2029,2,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(72687,1,1866495600,2029,2,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(72688,1,1866499200,2029,2,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(72689,1,1866502800,2029,2,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(72690,1,1866506400,2029,2,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(72691,1,1866510000,2029,2,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(72692,1,1866513600,2029,2,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(72693,1,1866517200,2029,2,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(72694,1,1866520800,2029,2,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(72695,1,1866524400,2029,2,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(72696,1,1866528000,2029,2,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(72697,1,1866531600,2029,2,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(72698,1,1866535200,2029,2,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(72699,1,1866538800,2029,2,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(72700,1,1866542400,2029,2,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(72701,1,1866546000,2029,2,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(72702,1,1866549600,2029,2,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(72703,1,1866553200,2029,2,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(72704,1,1866556800,2029,2,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(72705,1,1866560400,2029,2,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(72706,1,1866564000,2029,2,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(72707,1,1866567600,2029,2,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(72708,1,1866571200,2029,2,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(72709,1,1866574800,2029,2,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(72710,1,1866578400,2029,2,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(72711,1,1866582000,2029,2,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(72712,1,1866585600,2029,2,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(72713,1,1866589200,2029,2,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(72714,1,1866592800,2029,2,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(72715,1,1866596400,2029,2,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(72716,1,1866600000,2029,2,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(72717,1,1866603600,2029,2,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(72718,1,1866607200,2029,2,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(72719,1,1866610800,2029,2,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(72720,1,1866614400,2029,2,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(72721,1,1866618000,2029,2,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(72722,1,1866621600,2029,2,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(72723,1,1866625200,2029,2,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(72724,1,1866628800,2029,2,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(72725,1,1866632400,2029,2,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(72726,1,1866636000,2029,2,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(72727,1,1866639600,2029,2,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(72728,1,1866643200,2029,2,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(72729,1,1866646800,2029,2,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(72730,1,1866650400,2029,2,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(72731,1,1866654000,2029,2,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(72732,1,1866657600,2029,2,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(72733,1,1866661200,2029,2,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(72734,1,1866664800,2029,2,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(72735,1,1866754800,2029,2,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(72736,1,1866758400,2029,2,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(72737,1,1866762000,2029,2,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(72738,1,1866765600,2029,2,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(72739,1,1866769200,2029,2,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(72740,1,1866772800,2029,2,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(72741,1,1866776400,2029,2,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(72742,1,1866780000,2029,2,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(72743,1,1866783600,2029,2,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(72744,1,1866787200,2029,2,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(72745,1,1866790800,2029,2,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(72746,1,1866794400,2029,2,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(72747,1,1866798000,2029,2,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(72748,1,1866801600,2029,2,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(72749,1,1866805200,2029,2,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(72750,1,1866808800,2029,2,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(72751,1,1866812400,2029,2,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(72752,1,1866816000,2029,2,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(72753,1,1866819600,2029,2,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(72754,1,1866823200,2029,2,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(72755,1,1866826800,2029,2,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(72756,1,1866830400,2029,2,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(72757,1,1866834000,2029,2,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(72758,1,1866837600,2029,2,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(72759,1,1866841200,2029,2,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(72760,1,1866844800,2029,2,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(72761,1,1866848400,2029,2,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(72762,1,1866852000,2029,2,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(72763,1,1866855600,2029,2,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(72764,1,1866859200,2029,2,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(72765,1,1866862800,2029,2,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(72766,1,1866866400,2029,2,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(72767,1,1866870000,2029,2,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(72768,1,1866873600,2029,2,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(72769,1,1866877200,2029,2,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(72770,1,1866880800,2029,2,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(72771,1,1866884400,2029,2,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(72772,1,1866888000,2029,2,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(72773,1,1866891600,2029,2,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(72774,1,1866895200,2029,2,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(72775,1,1866898800,2029,2,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(72776,1,1866902400,2029,2,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(72777,1,1866906000,2029,2,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(72778,1,1866909600,2029,2,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(72779,1,1866913200,2029,2,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(72780,1,1866916800,2029,2,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(72781,1,1866920400,2029,2,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(72782,1,1866924000,2029,2,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(72783,1,1866927600,2029,2,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(72784,1,1866931200,2029,2,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(72785,1,1866934800,2029,2,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(72786,1,1866938400,2029,2,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(72787,1,1866942000,2029,2,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(72788,1,1866945600,2029,2,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(72789,1,1866949200,2029,2,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(72790,1,1866952800,2029,2,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(72791,1,1866956400,2029,2,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(72792,1,1866960000,2029,2,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(72793,1,1866963600,2029,2,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(72794,1,1866967200,2029,2,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(72795,1,1866970800,2029,2,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(72796,1,1866974400,2029,2,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(72797,1,1866978000,2029,2,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(72798,1,1866981600,2029,2,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(72799,1,1866985200,2029,2,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(72800,1,1866988800,2029,2,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(72801,1,1866992400,2029,2,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(72802,1,1866996000,2029,2,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(72803,1,1866999600,2029,2,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(72804,1,1867003200,2029,2,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(72805,1,1867006800,2029,2,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(72806,1,1867010400,2029,2,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(72807,1,1867014000,2029,3,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(72808,1,1867017600,2029,3,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(72809,1,1867021200,2029,3,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(72810,1,1867024800,2029,3,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(72811,1,1867028400,2029,3,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(72812,1,1867032000,2029,3,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(72813,1,1867035600,2029,3,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(72814,1,1867039200,2029,3,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(72815,1,1867042800,2029,3,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(72816,1,1867046400,2029,3,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(72817,1,1867050000,2029,3,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(72818,1,1867053600,2029,3,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(72819,1,1867057200,2029,3,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(72820,1,1867060800,2029,3,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(72821,1,1867064400,2029,3,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(72822,1,1867068000,2029,3,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(72823,1,1867071600,2029,3,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(72824,1,1867075200,2029,3,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(72825,1,1867078800,2029,3,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(72826,1,1867082400,2029,3,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(72827,1,1867086000,2029,3,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(72828,1,1867089600,2029,3,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(72829,1,1867093200,2029,3,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(72830,1,1867096800,2029,3,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(72831,1,1867100400,2029,3,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(72832,1,1867104000,2029,3,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(72833,1,1867107600,2029,3,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(72834,1,1867111200,2029,3,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(72835,1,1867114800,2029,3,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(72836,1,1867118400,2029,3,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(72837,1,1867122000,2029,3,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(72838,1,1867125600,2029,3,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(72839,1,1867129200,2029,3,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(72840,1,1867132800,2029,3,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(72841,1,1867136400,2029,3,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(72842,1,1867140000,2029,3,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(72843,1,1867143600,2029,3,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(72844,1,1867147200,2029,3,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(72845,1,1867150800,2029,3,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(72846,1,1867154400,2029,3,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(72847,1,1867158000,2029,3,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(72848,1,1867161600,2029,3,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(72849,1,1867165200,2029,3,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(72850,1,1867168800,2029,3,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(72851,1,1867172400,2029,3,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(72852,1,1867176000,2029,3,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(72853,1,1867179600,2029,3,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(72854,1,1867183200,2029,3,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(72855,1,1867186800,2029,3,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(72856,1,1867190400,2029,3,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(72857,1,1867194000,2029,3,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(72858,1,1867197600,2029,3,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(72859,1,1867201200,2029,3,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(72860,1,1867204800,2029,3,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(72861,1,1867208400,2029,3,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(72862,1,1867212000,2029,3,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(72863,1,1867215600,2029,3,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(72864,1,1867219200,2029,3,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(72865,1,1867222800,2029,3,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(72866,1,1867226400,2029,3,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(72867,1,1867230000,2029,3,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(72868,1,1867233600,2029,3,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(72869,1,1867237200,2029,3,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(72870,1,1867240800,2029,3,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(72871,1,1867244400,2029,3,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(72872,1,1867248000,2029,3,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(72873,1,1867251600,2029,3,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(72874,1,1867255200,2029,3,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(72875,1,1867258800,2029,3,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(72876,1,1867262400,2029,3,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(72877,1,1867266000,2029,3,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(72878,1,1867269600,2029,3,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(72879,1,1867359600,2029,3,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(72880,1,1867363200,2029,3,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(72881,1,1867366800,2029,3,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(72882,1,1867370400,2029,3,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(72883,1,1867374000,2029,3,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(72884,1,1867377600,2029,3,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(72885,1,1867381200,2029,3,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(72886,1,1867384800,2029,3,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(72887,1,1867388400,2029,3,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(72888,1,1867392000,2029,3,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(72889,1,1867395600,2029,3,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(72890,1,1867399200,2029,3,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(72891,1,1867402800,2029,3,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(72892,1,1867406400,2029,3,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(72893,1,1867410000,2029,3,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(72894,1,1867413600,2029,3,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(72895,1,1867417200,2029,3,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(72896,1,1867420800,2029,3,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(72897,1,1867424400,2029,3,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(72898,1,1867428000,2029,3,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(72899,1,1867431600,2029,3,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(72900,1,1867435200,2029,3,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(72901,1,1867438800,2029,3,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(72902,1,1867442400,2029,3,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(72903,1,1867446000,2029,3,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(72904,1,1867449600,2029,3,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(72905,1,1867453200,2029,3,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(72906,1,1867456800,2029,3,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(72907,1,1867460400,2029,3,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(72908,1,1867464000,2029,3,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(72909,1,1867467600,2029,3,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(72910,1,1867471200,2029,3,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(72911,1,1867474800,2029,3,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(72912,1,1867478400,2029,3,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(72913,1,1867482000,2029,3,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(72914,1,1867485600,2029,3,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(72915,1,1867489200,2029,3,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(72916,1,1867492800,2029,3,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(72917,1,1867496400,2029,3,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(72918,1,1867500000,2029,3,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(72919,1,1867503600,2029,3,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(72920,1,1867507200,2029,3,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(72921,1,1867510800,2029,3,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(72922,1,1867514400,2029,3,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(72923,1,1867518000,2029,3,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(72924,1,1867521600,2029,3,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(72925,1,1867525200,2029,3,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(72926,1,1867528800,2029,3,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(72927,1,1867532400,2029,3,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(72928,1,1867536000,2029,3,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(72929,1,1867539600,2029,3,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(72930,1,1867543200,2029,3,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(72931,1,1867546800,2029,3,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(72932,1,1867550400,2029,3,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(72933,1,1867554000,2029,3,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(72934,1,1867557600,2029,3,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(72935,1,1867561200,2029,3,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(72936,1,1867564800,2029,3,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(72937,1,1867568400,2029,3,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(72938,1,1867572000,2029,3,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(72939,1,1867575600,2029,3,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(72940,1,1867579200,2029,3,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(72941,1,1867582800,2029,3,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(72942,1,1867586400,2029,3,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(72943,1,1867590000,2029,3,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(72944,1,1867593600,2029,3,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(72945,1,1867597200,2029,3,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(72946,1,1867600800,2029,3,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(72947,1,1867604400,2029,3,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(72948,1,1867608000,2029,3,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(72949,1,1867611600,2029,3,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(72950,1,1867615200,2029,3,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(72951,1,1867618800,2029,3,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(72952,1,1867622400,2029,3,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(72953,1,1867626000,2029,3,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(72954,1,1867629600,2029,3,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(72955,1,1867633200,2029,3,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(72956,1,1867636800,2029,3,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(72957,1,1867640400,2029,3,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(72958,1,1867644000,2029,3,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(72959,1,1867647600,2029,3,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(72960,1,1867651200,2029,3,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(72961,1,1867654800,2029,3,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(72962,1,1867658400,2029,3,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(72963,1,1867662000,2029,3,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(72964,1,1867665600,2029,3,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(72965,1,1867669200,2029,3,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(72966,1,1867672800,2029,3,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(72967,1,1867676400,2029,3,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(72968,1,1867680000,2029,3,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(72969,1,1867683600,2029,3,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(72970,1,1867687200,2029,3,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(72971,1,1867690800,2029,3,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(72972,1,1867694400,2029,3,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(72973,1,1867698000,2029,3,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(72974,1,1867701600,2029,3,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(72975,1,1867705200,2029,3,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(72976,1,1867708800,2029,3,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(72977,1,1867712400,2029,3,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(72978,1,1867716000,2029,3,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(72979,1,1867719600,2029,3,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(72980,1,1867723200,2029,3,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(72981,1,1867726800,2029,3,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(72982,1,1867730400,2029,3,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(72983,1,1867734000,2029,3,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(72984,1,1867737600,2029,3,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(72985,1,1867741200,2029,3,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(72986,1,1867744800,2029,3,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(72987,1,1867748400,2029,3,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(72988,1,1867752000,2029,3,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(72989,1,1867755600,2029,3,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(72990,1,1867759200,2029,3,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(72991,1,1867762800,2029,3,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(72992,1,1867766400,2029,3,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(72993,1,1867770000,2029,3,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(72994,1,1867773600,2029,3,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(72995,1,1867777200,2029,3,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(72996,1,1867780800,2029,3,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(72997,1,1867784400,2029,3,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(72998,1,1867788000,2029,3,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(72999,1,1867791600,2029,3,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(73000,1,1867795200,2029,3,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(73001,1,1867798800,2029,3,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(73002,1,1867802400,2029,3,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(73003,1,1867806000,2029,3,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(73004,1,1867809600,2029,3,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(73005,1,1867813200,2029,3,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(73006,1,1867816800,2029,3,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(73007,1,1867820400,2029,3,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(73008,1,1867824000,2029,3,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(73009,1,1867827600,2029,3,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(73010,1,1867831200,2029,3,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(73011,1,1867834800,2029,3,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(73012,1,1867838400,2029,3,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(73013,1,1867842000,2029,3,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(73014,1,1867845600,2029,3,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(73015,1,1867849200,2029,3,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(73016,1,1867852800,2029,3,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(73017,1,1867856400,2029,3,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(73018,1,1867860000,2029,3,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(73019,1,1867863600,2029,3,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(73020,1,1867867200,2029,3,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(73021,1,1867870800,2029,3,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(73022,1,1867874400,2029,3,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(73023,1,1867964400,2029,3,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(73024,1,1867968000,2029,3,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(73025,1,1867971600,2029,3,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(73026,1,1867975200,2029,3,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(73027,1,1867978800,2029,3,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(73028,1,1867982400,2029,3,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(73029,1,1867986000,2029,3,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(73030,1,1867989600,2029,3,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(73031,1,1867993200,2029,3,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(73032,1,1867996800,2029,3,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(73033,1,1868000400,2029,3,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(73034,1,1868004000,2029,3,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(73035,1,1868007600,2029,3,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(73036,1,1868011200,2029,3,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(73037,1,1868014800,2029,3,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(73038,1,1868018400,2029,3,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(73039,1,1868022000,2029,3,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(73040,1,1868025600,2029,3,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(73041,1,1868029200,2029,3,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(73042,1,1868032800,2029,3,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(73043,1,1868036400,2029,3,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(73044,1,1868040000,2029,3,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(73045,1,1868043600,2029,3,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(73046,1,1868047200,2029,3,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(73047,1,1868050800,2029,3,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(73048,1,1868054400,2029,3,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(73049,1,1868058000,2029,3,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(73050,1,1868061600,2029,3,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(73051,1,1868065200,2029,3,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(73052,1,1868068800,2029,3,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(73053,1,1868072400,2029,3,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(73054,1,1868076000,2029,3,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(73055,1,1868079600,2029,3,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(73056,1,1868083200,2029,3,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(73057,1,1868086800,2029,3,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(73058,1,1868090400,2029,3,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(73059,1,1868094000,2029,3,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(73060,1,1868097600,2029,3,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(73061,1,1868101200,2029,3,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(73062,1,1868104800,2029,3,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(73063,1,1868108400,2029,3,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(73064,1,1868112000,2029,3,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(73065,1,1868115600,2029,3,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(73066,1,1868119200,2029,3,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(73067,1,1868122800,2029,3,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(73068,1,1868126400,2029,3,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(73069,1,1868130000,2029,3,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(73070,1,1868133600,2029,3,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(73071,1,1868137200,2029,3,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(73072,1,1868140800,2029,3,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(73073,1,1868144400,2029,3,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(73074,1,1868148000,2029,3,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(73075,1,1868151600,2029,3,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(73076,1,1868155200,2029,3,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(73077,1,1868158800,2029,3,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(73078,1,1868162400,2029,3,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(73079,1,1868166000,2029,3,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(73080,1,1868169600,2029,3,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(73081,1,1868173200,2029,3,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(73082,1,1868176800,2029,3,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(73083,1,1868180400,2029,3,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(73084,1,1868184000,2029,3,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(73085,1,1868187600,2029,3,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(73086,1,1868191200,2029,3,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(73087,1,1868194800,2029,3,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(73088,1,1868198400,2029,3,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(73089,1,1868202000,2029,3,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(73090,1,1868205600,2029,3,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(73091,1,1868209200,2029,3,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(73092,1,1868212800,2029,3,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(73093,1,1868216400,2029,3,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(73094,1,1868220000,2029,3,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(73095,1,1868223600,2029,3,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(73096,1,1868227200,2029,3,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(73097,1,1868230800,2029,3,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(73098,1,1868234400,2029,3,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(73099,1,1868238000,2029,3,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(73100,1,1868241600,2029,3,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(73101,1,1868245200,2029,3,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(73102,1,1868248800,2029,3,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(73103,1,1868252400,2029,3,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(73104,1,1868256000,2029,3,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(73105,1,1868259600,2029,3,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(73106,1,1868263200,2029,3,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(73107,1,1868266800,2029,3,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(73108,1,1868270400,2029,3,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(73109,1,1868274000,2029,3,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(73110,1,1868277600,2029,3,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(73111,1,1868281200,2029,3,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(73112,1,1868284800,2029,3,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(73113,1,1868288400,2029,3,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(73114,1,1868292000,2029,3,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(73115,1,1868295600,2029,3,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(73116,1,1868299200,2029,3,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(73117,1,1868302800,2029,3,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(73118,1,1868306400,2029,3,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(73119,1,1868310000,2029,3,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(73120,1,1868313600,2029,3,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(73121,1,1868317200,2029,3,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(73122,1,1868320800,2029,3,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(73123,1,1868324400,2029,3,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(73124,1,1868328000,2029,3,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(73125,1,1868331600,2029,3,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(73126,1,1868335200,2029,3,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(73127,1,1868338800,2029,3,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(73128,1,1868342400,2029,3,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(73129,1,1868346000,2029,3,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(73130,1,1868349600,2029,3,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(73131,1,1868353200,2029,3,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(73132,1,1868356800,2029,3,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(73133,1,1868360400,2029,3,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(73134,1,1868364000,2029,3,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(73135,1,1868367600,2029,3,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(73136,1,1868371200,2029,3,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(73137,1,1868374800,2029,3,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(73138,1,1868378400,2029,3,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(73139,1,1868382000,2029,3,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(73140,1,1868385600,2029,3,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(73141,1,1868389200,2029,3,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(73142,1,1868392800,2029,3,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(73143,1,1868396400,2029,3,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(73144,1,1868400000,2029,3,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(73145,1,1868403600,2029,3,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(73146,1,1868407200,2029,3,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(73147,1,1868410800,2029,3,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(73148,1,1868414400,2029,3,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(73149,1,1868418000,2029,3,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(73150,1,1868421600,2029,3,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(73151,1,1868425200,2029,3,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(73152,1,1868428800,2029,3,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(73153,1,1868432400,2029,3,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(73154,1,1868436000,2029,3,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(73155,1,1868439600,2029,3,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(73156,1,1868443200,2029,3,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(73157,1,1868446800,2029,3,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(73158,1,1868450400,2029,3,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(73159,1,1868454000,2029,3,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(73160,1,1868457600,2029,3,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(73161,1,1868461200,2029,3,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(73162,1,1868464800,2029,3,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(73163,1,1868468400,2029,3,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(73164,1,1868472000,2029,3,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(73165,1,1868475600,2029,3,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(73166,1,1868479200,2029,3,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(73167,1,1868569200,2029,3,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(73168,1,1868572800,2029,3,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(73169,1,1868576400,2029,3,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(73170,1,1868580000,2029,3,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(73171,1,1868583600,2029,3,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(73172,1,1868587200,2029,3,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(73173,1,1868590800,2029,3,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(73174,1,1868594400,2029,3,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(73175,1,1868598000,2029,3,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(73176,1,1868601600,2029,3,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(73177,1,1868605200,2029,3,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(73178,1,1868608800,2029,3,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(73179,1,1868612400,2029,3,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(73180,1,1868616000,2029,3,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(73181,1,1868619600,2029,3,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(73182,1,1868623200,2029,3,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(73183,1,1868626800,2029,3,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(73184,1,1868630400,2029,3,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(73185,1,1868634000,2029,3,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(73186,1,1868637600,2029,3,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(73187,1,1868641200,2029,3,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(73188,1,1868644800,2029,3,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(73189,1,1868648400,2029,3,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(73190,1,1868652000,2029,3,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(73191,1,1868655600,2029,3,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(73192,1,1868659200,2029,3,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(73193,1,1868662800,2029,3,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(73194,1,1868666400,2029,3,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(73195,1,1868670000,2029,3,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(73196,1,1868673600,2029,3,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(73197,1,1868677200,2029,3,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(73198,1,1868680800,2029,3,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(73199,1,1868684400,2029,3,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(73200,1,1868688000,2029,3,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(73201,1,1868691600,2029,3,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(73202,1,1868695200,2029,3,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(73203,1,1868698800,2029,3,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(73204,1,1868702400,2029,3,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(73205,1,1868706000,2029,3,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(73206,1,1868709600,2029,3,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(73207,1,1868713200,2029,3,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(73208,1,1868716800,2029,3,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(73209,1,1868720400,2029,3,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(73210,1,1868724000,2029,3,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(73211,1,1868727600,2029,3,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(73212,1,1868731200,2029,3,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(73213,1,1868734800,2029,3,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(73214,1,1868738400,2029,3,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(73215,1,1868742000,2029,3,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(73216,1,1868745600,2029,3,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(73217,1,1868749200,2029,3,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(73218,1,1868752800,2029,3,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(73219,1,1868756400,2029,3,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(73220,1,1868760000,2029,3,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(73221,1,1868763600,2029,3,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(73222,1,1868767200,2029,3,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(73223,1,1868770800,2029,3,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(73224,1,1868774400,2029,3,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(73225,1,1868778000,2029,3,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(73226,1,1868781600,2029,3,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(73227,1,1868785200,2029,3,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(73228,1,1868788800,2029,3,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(73229,1,1868792400,2029,3,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(73230,1,1868796000,2029,3,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(73231,1,1868799600,2029,3,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(73232,1,1868803200,2029,3,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(73233,1,1868806800,2029,3,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(73234,1,1868810400,2029,3,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(73235,1,1868814000,2029,3,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(73236,1,1868817600,2029,3,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(73237,1,1868821200,2029,3,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(73238,1,1868824800,2029,3,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(73239,1,1868828400,2029,3,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(73240,1,1868832000,2029,3,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(73241,1,1868835600,2029,3,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(73242,1,1868839200,2029,3,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(73243,1,1868842800,2029,3,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(73244,1,1868846400,2029,3,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(73245,1,1868850000,2029,3,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(73246,1,1868853600,2029,3,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(73247,1,1868857200,2029,3,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(73248,1,1868860800,2029,3,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(73249,1,1868864400,2029,3,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(73250,1,1868868000,2029,3,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(73251,1,1868871600,2029,3,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(73252,1,1868875200,2029,3,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(73253,1,1868878800,2029,3,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(73254,1,1868882400,2029,3,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(73255,1,1868886000,2029,3,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(73256,1,1868889600,2029,3,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(73257,1,1868893200,2029,3,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(73258,1,1868896800,2029,3,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(73259,1,1868900400,2029,3,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(73260,1,1868904000,2029,3,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(73261,1,1868907600,2029,3,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(73262,1,1868911200,2029,3,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(73263,1,1868914800,2029,3,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(73264,1,1868918400,2029,3,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(73265,1,1868922000,2029,3,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(73266,1,1868925600,2029,3,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(73267,1,1868929200,2029,3,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(73268,1,1868932800,2029,3,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(73269,1,1868936400,2029,3,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(73270,1,1868940000,2029,3,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(73271,1,1868943600,2029,3,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(73272,1,1868947200,2029,3,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(73273,1,1868950800,2029,3,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(73274,1,1868954400,2029,3,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(73275,1,1868958000,2029,3,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(73276,1,1868961600,2029,3,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(73277,1,1868965200,2029,3,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(73278,1,1868968800,2029,3,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(73279,1,1868972400,2029,3,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(73280,1,1868976000,2029,3,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(73281,1,1868979600,2029,3,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(73282,1,1868983200,2029,3,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(73283,1,1868986800,2029,3,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(73284,1,1868990400,2029,3,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(73285,1,1868994000,2029,3,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(73286,1,1868997600,2029,3,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(73287,1,1869001200,2029,3,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(73288,1,1869004800,2029,3,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(73289,1,1869008400,2029,3,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(73290,1,1869012000,2029,3,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(73291,1,1869015600,2029,3,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(73292,1,1869019200,2029,3,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(73293,1,1869022800,2029,3,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(73294,1,1869026400,2029,3,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(73295,1,1869030000,2029,3,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(73296,1,1869033600,2029,3,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(73297,1,1869037200,2029,3,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(73298,1,1869040800,2029,3,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(73299,1,1869044400,2029,3,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(73300,1,1869048000,2029,3,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(73301,1,1869051600,2029,3,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(73302,1,1869055200,2029,3,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(73303,1,1869058800,2029,3,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(73304,1,1869062400,2029,3,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(73305,1,1869066000,2029,3,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(73306,1,1869069600,2029,3,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(73307,1,1869073200,2029,3,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(73308,1,1869076800,2029,3,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(73309,1,1869080400,2029,3,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(73310,1,1869084000,2029,3,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(73311,1,1869170400,2029,3,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(73312,1,1869174000,2029,3,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(73313,1,1869177600,2029,3,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(73314,1,1869181200,2029,3,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(73315,1,1869184800,2029,3,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(73316,1,1869188400,2029,3,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(73317,1,1869192000,2029,3,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(73318,1,1869195600,2029,3,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(73319,1,1869199200,2029,3,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(73320,1,1869202800,2029,3,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(73321,1,1869206400,2029,3,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(73322,1,1869210000,2029,3,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(73323,1,1869213600,2029,3,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(73324,1,1869217200,2029,3,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(73325,1,1869220800,2029,3,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(73326,1,1869224400,2029,3,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(73327,1,1869228000,2029,3,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(73328,1,1869231600,2029,3,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(73329,1,1869235200,2029,3,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(73330,1,1869238800,2029,3,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(73331,1,1869242400,2029,3,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(73332,1,1869246000,2029,3,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(73333,1,1869249600,2029,3,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(73334,1,1869253200,2029,3,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(73335,1,1869256800,2029,3,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(73336,1,1869260400,2029,3,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(73337,1,1869264000,2029,3,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(73338,1,1869267600,2029,3,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(73339,1,1869271200,2029,3,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(73340,1,1869274800,2029,3,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(73341,1,1869278400,2029,3,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(73342,1,1869282000,2029,3,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(73343,1,1869285600,2029,3,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(73344,1,1869289200,2029,3,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(73345,1,1869292800,2029,3,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(73346,1,1869296400,2029,3,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(73347,1,1869300000,2029,3,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(73348,1,1869303600,2029,3,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(73349,1,1869307200,2029,3,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(73350,1,1869310800,2029,3,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(73351,1,1869314400,2029,3,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(73352,1,1869318000,2029,3,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(73353,1,1869321600,2029,3,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(73354,1,1869325200,2029,3,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(73355,1,1869328800,2029,3,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(73356,1,1869332400,2029,3,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(73357,1,1869336000,2029,3,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(73358,1,1869339600,2029,3,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(73359,1,1869343200,2029,3,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(73360,1,1869346800,2029,3,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(73361,1,1869350400,2029,3,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(73362,1,1869354000,2029,3,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(73363,1,1869357600,2029,3,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(73364,1,1869361200,2029,3,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(73365,1,1869364800,2029,3,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(73366,1,1869368400,2029,3,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(73367,1,1869372000,2029,3,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(73368,1,1869375600,2029,3,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(73369,1,1869379200,2029,3,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(73370,1,1869382800,2029,3,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(73371,1,1869386400,2029,3,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(73372,1,1869390000,2029,3,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(73373,1,1869393600,2029,3,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(73374,1,1869397200,2029,3,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(73375,1,1869400800,2029,3,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(73376,1,1869404400,2029,3,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(73377,1,1869408000,2029,3,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(73378,1,1869411600,2029,3,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(73379,1,1869415200,2029,3,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(73380,1,1869418800,2029,3,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(73381,1,1869422400,2029,3,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(73382,1,1869426000,2029,3,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(73383,1,1869429600,2029,3,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(73384,1,1869433200,2029,3,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(73385,1,1869436800,2029,3,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(73386,1,1869440400,2029,3,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(73387,1,1869444000,2029,3,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(73388,1,1869447600,2029,3,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(73389,1,1869451200,2029,3,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(73390,1,1869454800,2029,3,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(73391,1,1869458400,2029,3,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(73392,1,1869462000,2029,3,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(73393,1,1869465600,2029,3,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(73394,1,1869469200,2029,3,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(73395,1,1869472800,2029,3,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(73396,1,1869476400,2029,3,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(73397,1,1869480000,2029,3,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(73398,1,1869483600,2029,3,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(73399,1,1869487200,2029,3,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(73400,1,1869490800,2029,3,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(73401,1,1869494400,2029,3,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(73402,1,1869498000,2029,3,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(73403,1,1869501600,2029,3,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(73404,1,1869505200,2029,3,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(73405,1,1869508800,2029,3,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(73406,1,1869512400,2029,3,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(73407,1,1869516000,2029,3,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(73408,1,1869519600,2029,3,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(73409,1,1869523200,2029,3,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(73410,1,1869526800,2029,3,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(73411,1,1869530400,2029,3,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(73412,1,1869534000,2029,3,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(73413,1,1869537600,2029,3,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(73414,1,1869541200,2029,3,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(73415,1,1869544800,2029,3,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(73416,1,1869548400,2029,3,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(73417,1,1869552000,2029,3,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(73418,1,1869555600,2029,3,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(73419,1,1869559200,2029,3,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(73420,1,1869562800,2029,3,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(73421,1,1869566400,2029,3,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(73422,1,1869570000,2029,3,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(73423,1,1869573600,2029,3,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(73424,1,1869577200,2029,3,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(73425,1,1869580800,2029,3,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(73426,1,1869584400,2029,3,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(73427,1,1869588000,2029,3,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(73428,1,1869591600,2029,3,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(73429,1,1869595200,2029,3,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(73430,1,1869598800,2029,3,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(73431,1,1869602400,2029,3,31,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(73432,1,1869606000,2029,3,31,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(73433,1,1869609600,2029,3,31,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(73434,1,1869613200,2029,3,31,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(73435,1,1869616800,2029,3,31,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(73436,1,1869620400,2029,3,31,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(73437,1,1869624000,2029,3,31,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(73438,1,1869627600,2029,3,31,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(73439,1,1869631200,2029,3,31,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(73440,1,1869634800,2029,3,31,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(73441,1,1869638400,2029,3,31,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(73442,1,1869642000,2029,3,31,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(73443,1,1869645600,2029,3,31,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(73444,1,1869649200,2029,3,31,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(73445,1,1869652800,2029,3,31,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(73446,1,1869656400,2029,3,31,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(73447,1,1869660000,2029,3,31,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(73448,1,1869663600,2029,3,31,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(73449,1,1869667200,2029,3,31,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(73450,1,1869670800,2029,3,31,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(73451,1,1869674400,2029,3,31,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(73452,1,1869678000,2029,3,31,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(73453,1,1869681600,2029,3,31,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(73454,1,1869685200,2029,3,31,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(73455,1,1869775200,2029,4,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063);
INSERT INTO `wpdl_booking_package_schedule` VALUES (73456,1,1869778800,2029,4,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(73457,1,1869782400,2029,4,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(73458,1,1869786000,2029,4,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(73459,1,1869789600,2029,4,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(73460,1,1869793200,2029,4,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(73461,1,1869796800,2029,4,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(73462,1,1869800400,2029,4,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(73463,1,1869804000,2029,4,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(73464,1,1869807600,2029,4,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(73465,1,1869811200,2029,4,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(73466,1,1869814800,2029,4,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(73467,1,1869818400,2029,4,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(73468,1,1869822000,2029,4,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(73469,1,1869825600,2029,4,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(73470,1,1869829200,2029,4,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(73471,1,1869832800,2029,4,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(73472,1,1869836400,2029,4,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(73473,1,1869840000,2029,4,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(73474,1,1869843600,2029,4,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(73475,1,1869847200,2029,4,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(73476,1,1869850800,2029,4,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(73477,1,1869854400,2029,4,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(73478,1,1869858000,2029,4,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(73479,1,1869861600,2029,4,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(73480,1,1869865200,2029,4,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(73481,1,1869868800,2029,4,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(73482,1,1869872400,2029,4,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(73483,1,1869876000,2029,4,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(73484,1,1869879600,2029,4,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(73485,1,1869883200,2029,4,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(73486,1,1869886800,2029,4,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(73487,1,1869890400,2029,4,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(73488,1,1869894000,2029,4,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(73489,1,1869897600,2029,4,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(73490,1,1869901200,2029,4,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(73491,1,1869904800,2029,4,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(73492,1,1869908400,2029,4,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(73493,1,1869912000,2029,4,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(73494,1,1869915600,2029,4,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(73495,1,1869919200,2029,4,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(73496,1,1869922800,2029,4,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(73497,1,1869926400,2029,4,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(73498,1,1869930000,2029,4,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(73499,1,1869933600,2029,4,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(73500,1,1869937200,2029,4,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(73501,1,1869940800,2029,4,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(73502,1,1869944400,2029,4,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(73503,1,1869948000,2029,4,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(73504,1,1869951600,2029,4,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(73505,1,1869955200,2029,4,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(73506,1,1869958800,2029,4,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(73507,1,1869962400,2029,4,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(73508,1,1869966000,2029,4,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(73509,1,1869969600,2029,4,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(73510,1,1869973200,2029,4,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(73511,1,1869976800,2029,4,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(73512,1,1869980400,2029,4,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(73513,1,1869984000,2029,4,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(73514,1,1869987600,2029,4,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(73515,1,1869991200,2029,4,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(73516,1,1869994800,2029,4,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(73517,1,1869998400,2029,4,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(73518,1,1870002000,2029,4,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(73519,1,1870005600,2029,4,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(73520,1,1870009200,2029,4,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(73521,1,1870012800,2029,4,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(73522,1,1870016400,2029,4,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(73523,1,1870020000,2029,4,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(73524,1,1870023600,2029,4,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(73525,1,1870027200,2029,4,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(73526,1,1870030800,2029,4,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(73527,1,1870034400,2029,4,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(73528,1,1870038000,2029,4,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(73529,1,1870041600,2029,4,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(73530,1,1870045200,2029,4,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(73531,1,1870048800,2029,4,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(73532,1,1870052400,2029,4,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(73533,1,1870056000,2029,4,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(73534,1,1870059600,2029,4,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(73535,1,1870063200,2029,4,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(73536,1,1870066800,2029,4,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(73537,1,1870070400,2029,4,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(73538,1,1870074000,2029,4,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(73539,1,1870077600,2029,4,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(73540,1,1870081200,2029,4,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(73541,1,1870084800,2029,4,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(73542,1,1870088400,2029,4,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(73543,1,1870092000,2029,4,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(73544,1,1870095600,2029,4,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(73545,1,1870099200,2029,4,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(73546,1,1870102800,2029,4,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(73547,1,1870106400,2029,4,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(73548,1,1870110000,2029,4,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(73549,1,1870113600,2029,4,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(73550,1,1870117200,2029,4,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(73551,1,1870120800,2029,4,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(73552,1,1870124400,2029,4,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(73553,1,1870128000,2029,4,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(73554,1,1870131600,2029,4,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(73555,1,1870135200,2029,4,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(73556,1,1870138800,2029,4,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(73557,1,1870142400,2029,4,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(73558,1,1870146000,2029,4,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(73559,1,1870149600,2029,4,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(73560,1,1870153200,2029,4,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(73561,1,1870156800,2029,4,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(73562,1,1870160400,2029,4,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(73563,1,1870164000,2029,4,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(73564,1,1870167600,2029,4,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(73565,1,1870171200,2029,4,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(73566,1,1870174800,2029,4,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(73567,1,1870178400,2029,4,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(73568,1,1870182000,2029,4,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(73569,1,1870185600,2029,4,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(73570,1,1870189200,2029,4,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(73571,1,1870192800,2029,4,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(73572,1,1870196400,2029,4,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(73573,1,1870200000,2029,4,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(73574,1,1870203600,2029,4,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(73575,1,1870207200,2029,4,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(73576,1,1870210800,2029,4,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(73577,1,1870214400,2029,4,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(73578,1,1870218000,2029,4,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(73579,1,1870221600,2029,4,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(73580,1,1870225200,2029,4,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(73581,1,1870228800,2029,4,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(73582,1,1870232400,2029,4,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(73583,1,1870236000,2029,4,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(73584,1,1870239600,2029,4,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(73585,1,1870243200,2029,4,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(73586,1,1870246800,2029,4,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(73587,1,1870250400,2029,4,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(73588,1,1870254000,2029,4,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(73589,1,1870257600,2029,4,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(73590,1,1870261200,2029,4,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(73591,1,1870264800,2029,4,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(73592,1,1870268400,2029,4,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(73593,1,1870272000,2029,4,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(73594,1,1870275600,2029,4,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(73595,1,1870279200,2029,4,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(73596,1,1870282800,2029,4,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(73597,1,1870286400,2029,4,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(73598,1,1870290000,2029,4,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(73599,1,1870380000,2029,4,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(73600,1,1870383600,2029,4,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(73601,1,1870387200,2029,4,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(73602,1,1870390800,2029,4,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(73603,1,1870394400,2029,4,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(73604,1,1870398000,2029,4,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(73605,1,1870401600,2029,4,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(73606,1,1870405200,2029,4,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(73607,1,1870408800,2029,4,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(73608,1,1870412400,2029,4,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(73609,1,1870416000,2029,4,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(73610,1,1870419600,2029,4,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(73611,1,1870423200,2029,4,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(73612,1,1870426800,2029,4,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(73613,1,1870430400,2029,4,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(73614,1,1870434000,2029,4,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(73615,1,1870437600,2029,4,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(73616,1,1870441200,2029,4,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(73617,1,1870444800,2029,4,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(73618,1,1870448400,2029,4,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(73619,1,1870452000,2029,4,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(73620,1,1870455600,2029,4,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(73621,1,1870459200,2029,4,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(73622,1,1870462800,2029,4,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(73623,1,1870466400,2029,4,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(73624,1,1870470000,2029,4,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(73625,1,1870473600,2029,4,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(73626,1,1870477200,2029,4,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(73627,1,1870480800,2029,4,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(73628,1,1870484400,2029,4,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(73629,1,1870488000,2029,4,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(73630,1,1870491600,2029,4,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(73631,1,1870495200,2029,4,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(73632,1,1870498800,2029,4,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(73633,1,1870502400,2029,4,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(73634,1,1870506000,2029,4,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(73635,1,1870509600,2029,4,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(73636,1,1870513200,2029,4,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(73637,1,1870516800,2029,4,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(73638,1,1870520400,2029,4,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(73639,1,1870524000,2029,4,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(73640,1,1870527600,2029,4,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(73641,1,1870531200,2029,4,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(73642,1,1870534800,2029,4,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(73643,1,1870538400,2029,4,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(73644,1,1870542000,2029,4,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(73645,1,1870545600,2029,4,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(73646,1,1870549200,2029,4,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(73647,1,1870552800,2029,4,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(73648,1,1870556400,2029,4,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(73649,1,1870560000,2029,4,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(73650,1,1870563600,2029,4,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(73651,1,1870567200,2029,4,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(73652,1,1870570800,2029,4,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(73653,1,1870574400,2029,4,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(73654,1,1870578000,2029,4,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(73655,1,1870581600,2029,4,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(73656,1,1870585200,2029,4,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(73657,1,1870588800,2029,4,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(73658,1,1870592400,2029,4,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(73659,1,1870596000,2029,4,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(73660,1,1870599600,2029,4,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(73661,1,1870603200,2029,4,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(73662,1,1870606800,2029,4,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(73663,1,1870610400,2029,4,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(73664,1,1870614000,2029,4,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(73665,1,1870617600,2029,4,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(73666,1,1870621200,2029,4,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(73667,1,1870624800,2029,4,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(73668,1,1870628400,2029,4,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(73669,1,1870632000,2029,4,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(73670,1,1870635600,2029,4,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(73671,1,1870639200,2029,4,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(73672,1,1870642800,2029,4,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(73673,1,1870646400,2029,4,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(73674,1,1870650000,2029,4,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(73675,1,1870653600,2029,4,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(73676,1,1870657200,2029,4,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(73677,1,1870660800,2029,4,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(73678,1,1870664400,2029,4,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(73679,1,1870668000,2029,4,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(73680,1,1870671600,2029,4,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(73681,1,1870675200,2029,4,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(73682,1,1870678800,2029,4,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(73683,1,1870682400,2029,4,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(73684,1,1870686000,2029,4,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(73685,1,1870689600,2029,4,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(73686,1,1870693200,2029,4,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(73687,1,1870696800,2029,4,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(73688,1,1870700400,2029,4,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(73689,1,1870704000,2029,4,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(73690,1,1870707600,2029,4,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(73691,1,1870711200,2029,4,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(73692,1,1870714800,2029,4,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(73693,1,1870718400,2029,4,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(73694,1,1870722000,2029,4,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(73695,1,1870725600,2029,4,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(73696,1,1870729200,2029,4,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(73697,1,1870732800,2029,4,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(73698,1,1870736400,2029,4,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(73699,1,1870740000,2029,4,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(73700,1,1870743600,2029,4,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(73701,1,1870747200,2029,4,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(73702,1,1870750800,2029,4,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(73703,1,1870754400,2029,4,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(73704,1,1870758000,2029,4,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(73705,1,1870761600,2029,4,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(73706,1,1870765200,2029,4,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(73707,1,1870768800,2029,4,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(73708,1,1870772400,2029,4,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(73709,1,1870776000,2029,4,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(73710,1,1870779600,2029,4,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(73711,1,1870783200,2029,4,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(73712,1,1870786800,2029,4,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(73713,1,1870790400,2029,4,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(73714,1,1870794000,2029,4,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(73715,1,1870797600,2029,4,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(73716,1,1870801200,2029,4,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(73717,1,1870804800,2029,4,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(73718,1,1870808400,2029,4,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(73719,1,1870812000,2029,4,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(73720,1,1870815600,2029,4,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(73721,1,1870819200,2029,4,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(73722,1,1870822800,2029,4,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(73723,1,1870826400,2029,4,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(73724,1,1870830000,2029,4,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(73725,1,1870833600,2029,4,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(73726,1,1870837200,2029,4,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(73727,1,1870840800,2029,4,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(73728,1,1870844400,2029,4,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(73729,1,1870848000,2029,4,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(73730,1,1870851600,2029,4,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(73731,1,1870855200,2029,4,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(73732,1,1870858800,2029,4,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(73733,1,1870862400,2029,4,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(73734,1,1870866000,2029,4,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(73735,1,1870869600,2029,4,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(73736,1,1870873200,2029,4,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(73737,1,1870876800,2029,4,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(73738,1,1870880400,2029,4,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(73739,1,1870884000,2029,4,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(73740,1,1870887600,2029,4,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(73741,1,1870891200,2029,4,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(73742,1,1870894800,2029,4,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(73743,1,1870984800,2029,4,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(73744,1,1870988400,2029,4,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(73745,1,1870992000,2029,4,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(73746,1,1870995600,2029,4,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(73747,1,1870999200,2029,4,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(73748,1,1871002800,2029,4,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(73749,1,1871006400,2029,4,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(73750,1,1871010000,2029,4,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(73751,1,1871013600,2029,4,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(73752,1,1871017200,2029,4,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(73753,1,1871020800,2029,4,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(73754,1,1871024400,2029,4,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(73755,1,1871028000,2029,4,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(73756,1,1871031600,2029,4,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(73757,1,1871035200,2029,4,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(73758,1,1871038800,2029,4,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(73759,1,1871042400,2029,4,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(73760,1,1871046000,2029,4,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(73761,1,1871049600,2029,4,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(73762,1,1871053200,2029,4,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(73763,1,1871056800,2029,4,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(73764,1,1871060400,2029,4,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(73765,1,1871064000,2029,4,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(73766,1,1871067600,2029,4,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(73767,1,1871071200,2029,4,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(73768,1,1871074800,2029,4,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(73769,1,1871078400,2029,4,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(73770,1,1871082000,2029,4,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(73771,1,1871085600,2029,4,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(73772,1,1871089200,2029,4,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(73773,1,1871092800,2029,4,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(73774,1,1871096400,2029,4,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(73775,1,1871100000,2029,4,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(73776,1,1871103600,2029,4,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(73777,1,1871107200,2029,4,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(73778,1,1871110800,2029,4,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(73779,1,1871114400,2029,4,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(73780,1,1871118000,2029,4,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(73781,1,1871121600,2029,4,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(73782,1,1871125200,2029,4,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(73783,1,1871128800,2029,4,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(73784,1,1871132400,2029,4,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(73785,1,1871136000,2029,4,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(73786,1,1871139600,2029,4,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(73787,1,1871143200,2029,4,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(73788,1,1871146800,2029,4,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(73789,1,1871150400,2029,4,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(73790,1,1871154000,2029,4,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(73791,1,1871157600,2029,4,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(73792,1,1871161200,2029,4,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(73793,1,1871164800,2029,4,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(73794,1,1871168400,2029,4,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(73795,1,1871172000,2029,4,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(73796,1,1871175600,2029,4,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(73797,1,1871179200,2029,4,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(73798,1,1871182800,2029,4,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(73799,1,1871186400,2029,4,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(73800,1,1871190000,2029,4,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(73801,1,1871193600,2029,4,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(73802,1,1871197200,2029,4,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(73803,1,1871200800,2029,4,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(73804,1,1871204400,2029,4,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(73805,1,1871208000,2029,4,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(73806,1,1871211600,2029,4,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(73807,1,1871215200,2029,4,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(73808,1,1871218800,2029,4,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(73809,1,1871222400,2029,4,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(73810,1,1871226000,2029,4,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(73811,1,1871229600,2029,4,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(73812,1,1871233200,2029,4,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(73813,1,1871236800,2029,4,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(73814,1,1871240400,2029,4,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(73815,1,1871244000,2029,4,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(73816,1,1871247600,2029,4,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(73817,1,1871251200,2029,4,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(73818,1,1871254800,2029,4,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(73819,1,1871258400,2029,4,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(73820,1,1871262000,2029,4,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(73821,1,1871265600,2029,4,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(73822,1,1871269200,2029,4,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(73823,1,1871272800,2029,4,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(73824,1,1871276400,2029,4,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(73825,1,1871280000,2029,4,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(73826,1,1871283600,2029,4,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(73827,1,1871287200,2029,4,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(73828,1,1871290800,2029,4,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(73829,1,1871294400,2029,4,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(73830,1,1871298000,2029,4,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(73831,1,1871301600,2029,4,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(73832,1,1871305200,2029,4,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(73833,1,1871308800,2029,4,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(73834,1,1871312400,2029,4,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(73835,1,1871316000,2029,4,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(73836,1,1871319600,2029,4,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(73837,1,1871323200,2029,4,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(73838,1,1871326800,2029,4,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(73839,1,1871330400,2029,4,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(73840,1,1871334000,2029,4,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(73841,1,1871337600,2029,4,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(73842,1,1871341200,2029,4,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(73843,1,1871344800,2029,4,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(73844,1,1871348400,2029,4,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(73845,1,1871352000,2029,4,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(73846,1,1871355600,2029,4,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(73847,1,1871359200,2029,4,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(73848,1,1871362800,2029,4,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(73849,1,1871366400,2029,4,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(73850,1,1871370000,2029,4,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(73851,1,1871373600,2029,4,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(73852,1,1871377200,2029,4,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(73853,1,1871380800,2029,4,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(73854,1,1871384400,2029,4,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(73855,1,1871388000,2029,4,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(73856,1,1871391600,2029,4,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(73857,1,1871395200,2029,4,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(73858,1,1871398800,2029,4,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(73859,1,1871402400,2029,4,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(73860,1,1871406000,2029,4,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(73861,1,1871409600,2029,4,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(73862,1,1871413200,2029,4,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(73863,1,1871416800,2029,4,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(73864,1,1871420400,2029,4,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(73865,1,1871424000,2029,4,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(73866,1,1871427600,2029,4,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(73867,1,1871431200,2029,4,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(73868,1,1871434800,2029,4,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(73869,1,1871438400,2029,4,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(73870,1,1871442000,2029,4,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(73871,1,1871445600,2029,4,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(73872,1,1871449200,2029,4,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(73873,1,1871452800,2029,4,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(73874,1,1871456400,2029,4,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(73875,1,1871460000,2029,4,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(73876,1,1871463600,2029,4,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(73877,1,1871467200,2029,4,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(73878,1,1871470800,2029,4,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(73879,1,1871474400,2029,4,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(73880,1,1871478000,2029,4,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(73881,1,1871481600,2029,4,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(73882,1,1871485200,2029,4,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(73883,1,1871488800,2029,4,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(73884,1,1871492400,2029,4,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(73885,1,1871496000,2029,4,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(73886,1,1871499600,2029,4,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(73887,1,1871589600,2029,4,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(73888,1,1871593200,2029,4,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(73889,1,1871596800,2029,4,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(73890,1,1871600400,2029,4,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(73891,1,1871604000,2029,4,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(73892,1,1871607600,2029,4,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(73893,1,1871611200,2029,4,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(73894,1,1871614800,2029,4,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(73895,1,1871618400,2029,4,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(73896,1,1871622000,2029,4,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(73897,1,1871625600,2029,4,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(73898,1,1871629200,2029,4,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(73899,1,1871632800,2029,4,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(73900,1,1871636400,2029,4,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(73901,1,1871640000,2029,4,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(73902,1,1871643600,2029,4,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(73903,1,1871647200,2029,4,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(73904,1,1871650800,2029,4,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(73905,1,1871654400,2029,4,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(73906,1,1871658000,2029,4,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(73907,1,1871661600,2029,4,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(73908,1,1871665200,2029,4,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(73909,1,1871668800,2029,4,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(73910,1,1871672400,2029,4,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(73911,1,1871676000,2029,4,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(73912,1,1871679600,2029,4,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(73913,1,1871683200,2029,4,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(73914,1,1871686800,2029,4,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(73915,1,1871690400,2029,4,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(73916,1,1871694000,2029,4,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(73917,1,1871697600,2029,4,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(73918,1,1871701200,2029,4,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(73919,1,1871704800,2029,4,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(73920,1,1871708400,2029,4,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(73921,1,1871712000,2029,4,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(73922,1,1871715600,2029,4,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(73923,1,1871719200,2029,4,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(73924,1,1871722800,2029,4,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(73925,1,1871726400,2029,4,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(73926,1,1871730000,2029,4,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(73927,1,1871733600,2029,4,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(73928,1,1871737200,2029,4,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(73929,1,1871740800,2029,4,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(73930,1,1871744400,2029,4,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(73931,1,1871748000,2029,4,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(73932,1,1871751600,2029,4,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(73933,1,1871755200,2029,4,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(73934,1,1871758800,2029,4,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(73935,1,1871762400,2029,4,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(73936,1,1871766000,2029,4,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(73937,1,1871769600,2029,4,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(73938,1,1871773200,2029,4,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(73939,1,1871776800,2029,4,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(73940,1,1871780400,2029,4,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(73941,1,1871784000,2029,4,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(73942,1,1871787600,2029,4,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(73943,1,1871791200,2029,4,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(73944,1,1871794800,2029,4,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(73945,1,1871798400,2029,4,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(73946,1,1871802000,2029,4,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(73947,1,1871805600,2029,4,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(73948,1,1871809200,2029,4,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(73949,1,1871812800,2029,4,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(73950,1,1871816400,2029,4,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(73951,1,1871820000,2029,4,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(73952,1,1871823600,2029,4,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(73953,1,1871827200,2029,4,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(73954,1,1871830800,2029,4,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(73955,1,1871834400,2029,4,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(73956,1,1871838000,2029,4,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(73957,1,1871841600,2029,4,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(73958,1,1871845200,2029,4,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(73959,1,1871848800,2029,4,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(73960,1,1871852400,2029,4,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(73961,1,1871856000,2029,4,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(73962,1,1871859600,2029,4,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(73963,1,1871863200,2029,4,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(73964,1,1871866800,2029,4,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(73965,1,1871870400,2029,4,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(73966,1,1871874000,2029,4,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(73967,1,1871877600,2029,4,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(73968,1,1871881200,2029,4,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(73969,1,1871884800,2029,4,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(73970,1,1871888400,2029,4,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(73971,1,1871892000,2029,4,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(73972,1,1871895600,2029,4,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(73973,1,1871899200,2029,4,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(73974,1,1871902800,2029,4,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(73975,1,1871906400,2029,4,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(73976,1,1871910000,2029,4,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(73977,1,1871913600,2029,4,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(73978,1,1871917200,2029,4,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(73979,1,1871920800,2029,4,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(73980,1,1871924400,2029,4,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(73981,1,1871928000,2029,4,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(73982,1,1871931600,2029,4,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(73983,1,1871935200,2029,4,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(73984,1,1871938800,2029,4,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(73985,1,1871942400,2029,4,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(73986,1,1871946000,2029,4,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(73987,1,1871949600,2029,4,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(73988,1,1871953200,2029,4,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(73989,1,1871956800,2029,4,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(73990,1,1871960400,2029,4,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(73991,1,1871964000,2029,4,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(73992,1,1871967600,2029,4,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(73993,1,1871971200,2029,4,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(73994,1,1871974800,2029,4,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(73995,1,1871978400,2029,4,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(73996,1,1871982000,2029,4,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(73997,1,1871985600,2029,4,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(73998,1,1871989200,2029,4,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(73999,1,1871992800,2029,4,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(74000,1,1871996400,2029,4,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(74001,1,1872000000,2029,4,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(74002,1,1872003600,2029,4,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(74003,1,1872007200,2029,4,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(74004,1,1872010800,2029,4,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(74005,1,1872014400,2029,4,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(74006,1,1872018000,2029,4,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(74007,1,1872021600,2029,4,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(74008,1,1872025200,2029,4,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(74009,1,1872028800,2029,4,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(74010,1,1872032400,2029,4,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(74011,1,1872036000,2029,4,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(74012,1,1872039600,2029,4,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(74013,1,1872043200,2029,4,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(74014,1,1872046800,2029,4,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(74015,1,1872050400,2029,4,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(74016,1,1872054000,2029,4,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(74017,1,1872057600,2029,4,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(74018,1,1872061200,2029,4,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(74019,1,1872064800,2029,4,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(74020,1,1872068400,2029,4,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(74021,1,1872072000,2029,4,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(74022,1,1872075600,2029,4,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(74023,1,1872079200,2029,4,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(74024,1,1872082800,2029,4,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(74025,1,1872086400,2029,4,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(74026,1,1872090000,2029,4,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(74027,1,1872093600,2029,4,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(74028,1,1872097200,2029,4,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(74029,1,1872100800,2029,4,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(74030,1,1872104400,2029,4,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(74031,1,1872194400,2029,4,30,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(74032,1,1872198000,2029,4,30,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(74033,1,1872201600,2029,4,30,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(74034,1,1872205200,2029,4,30,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(74035,1,1872208800,2029,4,30,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(74036,1,1872212400,2029,4,30,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(74037,1,1872216000,2029,4,30,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(74038,1,1872219600,2029,4,30,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(74039,1,1872223200,2029,4,30,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(74040,1,1872226800,2029,4,30,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(74041,1,1872230400,2029,4,30,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(74042,1,1872234000,2029,4,30,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(74043,1,1872237600,2029,4,30,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(74044,1,1872241200,2029,4,30,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(74045,1,1872244800,2029,4,30,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(74046,1,1872248400,2029,4,30,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(74047,1,1872252000,2029,4,30,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(74048,1,1872255600,2029,4,30,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(74049,1,1872259200,2029,4,30,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(74050,1,1872262800,2029,4,30,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(74051,1,1872266400,2029,4,30,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(74052,1,1872270000,2029,4,30,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(74053,1,1872273600,2029,4,30,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(74054,1,1872277200,2029,4,30,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(74055,1,1872280800,2029,5,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(74056,1,1872284400,2029,5,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(74057,1,1872288000,2029,5,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(74058,1,1872291600,2029,5,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(74059,1,1872295200,2029,5,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(74060,1,1872298800,2029,5,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(74061,1,1872302400,2029,5,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(74062,1,1872306000,2029,5,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(74063,1,1872309600,2029,5,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(74064,1,1872313200,2029,5,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(74065,1,1872316800,2029,5,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(74066,1,1872320400,2029,5,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(74067,1,1872324000,2029,5,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(74068,1,1872327600,2029,5,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(74069,1,1872331200,2029,5,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(74070,1,1872334800,2029,5,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(74071,1,1872338400,2029,5,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(74072,1,1872342000,2029,5,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(74073,1,1872345600,2029,5,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(74074,1,1872349200,2029,5,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(74075,1,1872352800,2029,5,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(74076,1,1872356400,2029,5,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(74077,1,1872360000,2029,5,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(74078,1,1872363600,2029,5,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(74079,1,1872367200,2029,5,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(74080,1,1872370800,2029,5,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(74081,1,1872374400,2029,5,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(74082,1,1872378000,2029,5,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(74083,1,1872381600,2029,5,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(74084,1,1872385200,2029,5,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(74085,1,1872388800,2029,5,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(74086,1,1872392400,2029,5,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(74087,1,1872396000,2029,5,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(74088,1,1872399600,2029,5,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(74089,1,1872403200,2029,5,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(74090,1,1872406800,2029,5,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(74091,1,1872410400,2029,5,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(74092,1,1872414000,2029,5,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(74093,1,1872417600,2029,5,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(74094,1,1872421200,2029,5,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(74095,1,1872424800,2029,5,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(74096,1,1872428400,2029,5,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(74097,1,1872432000,2029,5,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(74098,1,1872435600,2029,5,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(74099,1,1872439200,2029,5,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(74100,1,1872442800,2029,5,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(74101,1,1872446400,2029,5,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(74102,1,1872450000,2029,5,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(74103,1,1872453600,2029,5,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(74104,1,1872457200,2029,5,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(74105,1,1872460800,2029,5,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(74106,1,1872464400,2029,5,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(74107,1,1872468000,2029,5,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(74108,1,1872471600,2029,5,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(74109,1,1872475200,2029,5,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(74110,1,1872478800,2029,5,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(74111,1,1872482400,2029,5,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(74112,1,1872486000,2029,5,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(74113,1,1872489600,2029,5,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(74114,1,1872493200,2029,5,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(74115,1,1872496800,2029,5,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(74116,1,1872500400,2029,5,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(74117,1,1872504000,2029,5,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(74118,1,1872507600,2029,5,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(74119,1,1872511200,2029,5,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(74120,1,1872514800,2029,5,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(74121,1,1872518400,2029,5,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(74122,1,1872522000,2029,5,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(74123,1,1872525600,2029,5,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(74124,1,1872529200,2029,5,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(74125,1,1872532800,2029,5,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(74126,1,1872536400,2029,5,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(74127,1,1872540000,2029,5,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(74128,1,1872543600,2029,5,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(74129,1,1872547200,2029,5,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(74130,1,1872550800,2029,5,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(74131,1,1872554400,2029,5,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(74132,1,1872558000,2029,5,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(74133,1,1872561600,2029,5,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(74134,1,1872565200,2029,5,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(74135,1,1872568800,2029,5,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(74136,1,1872572400,2029,5,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(74137,1,1872576000,2029,5,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(74138,1,1872579600,2029,5,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(74139,1,1872583200,2029,5,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(74140,1,1872586800,2029,5,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(74141,1,1872590400,2029,5,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(74142,1,1872594000,2029,5,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(74143,1,1872597600,2029,5,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(74144,1,1872601200,2029,5,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(74145,1,1872604800,2029,5,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(74146,1,1872608400,2029,5,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(74147,1,1872612000,2029,5,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(74148,1,1872615600,2029,5,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(74149,1,1872619200,2029,5,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(74150,1,1872622800,2029,5,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(74151,1,1872626400,2029,5,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(74152,1,1872630000,2029,5,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(74153,1,1872633600,2029,5,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(74154,1,1872637200,2029,5,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(74155,1,1872640800,2029,5,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(74156,1,1872644400,2029,5,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(74157,1,1872648000,2029,5,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(74158,1,1872651600,2029,5,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(74159,1,1872655200,2029,5,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(74160,1,1872658800,2029,5,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(74161,1,1872662400,2029,5,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(74162,1,1872666000,2029,5,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(74163,1,1872669600,2029,5,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(74164,1,1872673200,2029,5,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(74165,1,1872676800,2029,5,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(74166,1,1872680400,2029,5,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(74167,1,1872684000,2029,5,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(74168,1,1872687600,2029,5,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(74169,1,1872691200,2029,5,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(74170,1,1872694800,2029,5,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(74171,1,1872698400,2029,5,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(74172,1,1872702000,2029,5,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(74173,1,1872705600,2029,5,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(74174,1,1872709200,2029,5,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(74175,1,1872799200,2029,5,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(74176,1,1872802800,2029,5,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(74177,1,1872806400,2029,5,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(74178,1,1872810000,2029,5,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(74179,1,1872813600,2029,5,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(74180,1,1872817200,2029,5,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(74181,1,1872820800,2029,5,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(74182,1,1872824400,2029,5,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(74183,1,1872828000,2029,5,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(74184,1,1872831600,2029,5,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(74185,1,1872835200,2029,5,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(74186,1,1872838800,2029,5,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(74187,1,1872842400,2029,5,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(74188,1,1872846000,2029,5,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(74189,1,1872849600,2029,5,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(74190,1,1872853200,2029,5,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(74191,1,1872856800,2029,5,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(74192,1,1872860400,2029,5,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(74193,1,1872864000,2029,5,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(74194,1,1872867600,2029,5,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(74195,1,1872871200,2029,5,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(74196,1,1872874800,2029,5,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(74197,1,1872878400,2029,5,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(74198,1,1872882000,2029,5,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(74199,1,1872885600,2029,5,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(74200,1,1872889200,2029,5,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(74201,1,1872892800,2029,5,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(74202,1,1872896400,2029,5,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(74203,1,1872900000,2029,5,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(74204,1,1872903600,2029,5,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(74205,1,1872907200,2029,5,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(74206,1,1872910800,2029,5,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(74207,1,1872914400,2029,5,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(74208,1,1872918000,2029,5,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(74209,1,1872921600,2029,5,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(74210,1,1872925200,2029,5,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(74211,1,1872928800,2029,5,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(74212,1,1872932400,2029,5,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(74213,1,1872936000,2029,5,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(74214,1,1872939600,2029,5,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(74215,1,1872943200,2029,5,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(74216,1,1872946800,2029,5,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(74217,1,1872950400,2029,5,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(74218,1,1872954000,2029,5,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(74219,1,1872957600,2029,5,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(74220,1,1872961200,2029,5,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(74221,1,1872964800,2029,5,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(74222,1,1872968400,2029,5,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(74223,1,1872972000,2029,5,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(74224,1,1872975600,2029,5,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(74225,1,1872979200,2029,5,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(74226,1,1872982800,2029,5,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(74227,1,1872986400,2029,5,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(74228,1,1872990000,2029,5,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(74229,1,1872993600,2029,5,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(74230,1,1872997200,2029,5,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(74231,1,1873000800,2029,5,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(74232,1,1873004400,2029,5,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(74233,1,1873008000,2029,5,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(74234,1,1873011600,2029,5,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(74235,1,1873015200,2029,5,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(74236,1,1873018800,2029,5,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(74237,1,1873022400,2029,5,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(74238,1,1873026000,2029,5,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(74239,1,1873029600,2029,5,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(74240,1,1873033200,2029,5,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(74241,1,1873036800,2029,5,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(74242,1,1873040400,2029,5,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(74243,1,1873044000,2029,5,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(74244,1,1873047600,2029,5,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(74245,1,1873051200,2029,5,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(74246,1,1873054800,2029,5,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(74247,1,1873058400,2029,5,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(74248,1,1873062000,2029,5,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(74249,1,1873065600,2029,5,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(74250,1,1873069200,2029,5,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(74251,1,1873072800,2029,5,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(74252,1,1873076400,2029,5,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(74253,1,1873080000,2029,5,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(74254,1,1873083600,2029,5,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(74255,1,1873087200,2029,5,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(74256,1,1873090800,2029,5,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(74257,1,1873094400,2029,5,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(74258,1,1873098000,2029,5,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(74259,1,1873101600,2029,5,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(74260,1,1873105200,2029,5,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(74261,1,1873108800,2029,5,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(74262,1,1873112400,2029,5,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(74263,1,1873116000,2029,5,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(74264,1,1873119600,2029,5,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(74265,1,1873123200,2029,5,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(74266,1,1873126800,2029,5,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(74267,1,1873130400,2029,5,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(74268,1,1873134000,2029,5,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(74269,1,1873137600,2029,5,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(74270,1,1873141200,2029,5,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(74271,1,1873144800,2029,5,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(74272,1,1873148400,2029,5,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(74273,1,1873152000,2029,5,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(74274,1,1873155600,2029,5,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(74275,1,1873159200,2029,5,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(74276,1,1873162800,2029,5,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(74277,1,1873166400,2029,5,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(74278,1,1873170000,2029,5,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(74279,1,1873173600,2029,5,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(74280,1,1873177200,2029,5,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(74281,1,1873180800,2029,5,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(74282,1,1873184400,2029,5,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(74283,1,1873188000,2029,5,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(74284,1,1873191600,2029,5,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(74285,1,1873195200,2029,5,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(74286,1,1873198800,2029,5,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(74287,1,1873202400,2029,5,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(74288,1,1873206000,2029,5,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(74289,1,1873209600,2029,5,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(74290,1,1873213200,2029,5,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(74291,1,1873216800,2029,5,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(74292,1,1873220400,2029,5,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(74293,1,1873224000,2029,5,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(74294,1,1873227600,2029,5,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(74295,1,1873231200,2029,5,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(74296,1,1873234800,2029,5,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(74297,1,1873238400,2029,5,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(74298,1,1873242000,2029,5,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(74299,1,1873245600,2029,5,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(74300,1,1873249200,2029,5,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(74301,1,1873252800,2029,5,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(74302,1,1873256400,2029,5,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(74303,1,1873260000,2029,5,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(74304,1,1873263600,2029,5,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(74305,1,1873267200,2029,5,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(74306,1,1873270800,2029,5,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(74307,1,1873274400,2029,5,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(74308,1,1873278000,2029,5,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(74309,1,1873281600,2029,5,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(74310,1,1873285200,2029,5,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(74311,1,1873288800,2029,5,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(74312,1,1873292400,2029,5,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(74313,1,1873296000,2029,5,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(74314,1,1873299600,2029,5,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(74315,1,1873303200,2029,5,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(74316,1,1873306800,2029,5,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(74317,1,1873310400,2029,5,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(74318,1,1873314000,2029,5,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(74319,1,1873404000,2029,5,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(74320,1,1873407600,2029,5,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(74321,1,1873411200,2029,5,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(74322,1,1873414800,2029,5,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(74323,1,1873418400,2029,5,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(74324,1,1873422000,2029,5,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(74325,1,1873425600,2029,5,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(74326,1,1873429200,2029,5,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(74327,1,1873432800,2029,5,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(74328,1,1873436400,2029,5,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(74329,1,1873440000,2029,5,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(74330,1,1873443600,2029,5,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(74331,1,1873447200,2029,5,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(74332,1,1873450800,2029,5,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(74333,1,1873454400,2029,5,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(74334,1,1873458000,2029,5,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(74335,1,1873461600,2029,5,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(74336,1,1873465200,2029,5,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(74337,1,1873468800,2029,5,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(74338,1,1873472400,2029,5,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(74339,1,1873476000,2029,5,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(74340,1,1873479600,2029,5,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(74341,1,1873483200,2029,5,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(74342,1,1873486800,2029,5,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(74343,1,1873490400,2029,5,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(74344,1,1873494000,2029,5,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(74345,1,1873497600,2029,5,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(74346,1,1873501200,2029,5,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(74347,1,1873504800,2029,5,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(74348,1,1873508400,2029,5,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(74349,1,1873512000,2029,5,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(74350,1,1873515600,2029,5,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(74351,1,1873519200,2029,5,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(74352,1,1873522800,2029,5,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(74353,1,1873526400,2029,5,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(74354,1,1873530000,2029,5,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(74355,1,1873533600,2029,5,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(74356,1,1873537200,2029,5,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(74357,1,1873540800,2029,5,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(74358,1,1873544400,2029,5,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(74359,1,1873548000,2029,5,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(74360,1,1873551600,2029,5,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(74361,1,1873555200,2029,5,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(74362,1,1873558800,2029,5,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(74363,1,1873562400,2029,5,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(74364,1,1873566000,2029,5,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(74365,1,1873569600,2029,5,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(74366,1,1873573200,2029,5,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(74367,1,1873576800,2029,5,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(74368,1,1873580400,2029,5,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(74369,1,1873584000,2029,5,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(74370,1,1873587600,2029,5,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(74371,1,1873591200,2029,5,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(74372,1,1873594800,2029,5,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(74373,1,1873598400,2029,5,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(74374,1,1873602000,2029,5,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(74375,1,1873605600,2029,5,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(74376,1,1873609200,2029,5,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(74377,1,1873612800,2029,5,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(74378,1,1873616400,2029,5,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(74379,1,1873620000,2029,5,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(74380,1,1873623600,2029,5,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(74381,1,1873627200,2029,5,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(74382,1,1873630800,2029,5,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(74383,1,1873634400,2029,5,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(74384,1,1873638000,2029,5,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(74385,1,1873641600,2029,5,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(74386,1,1873645200,2029,5,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(74387,1,1873648800,2029,5,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(74388,1,1873652400,2029,5,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(74389,1,1873656000,2029,5,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(74390,1,1873659600,2029,5,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(74391,1,1873663200,2029,5,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(74392,1,1873666800,2029,5,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(74393,1,1873670400,2029,5,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(74394,1,1873674000,2029,5,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(74395,1,1873677600,2029,5,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(74396,1,1873681200,2029,5,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(74397,1,1873684800,2029,5,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(74398,1,1873688400,2029,5,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(74399,1,1873692000,2029,5,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(74400,1,1873695600,2029,5,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(74401,1,1873699200,2029,5,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(74402,1,1873702800,2029,5,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(74403,1,1873706400,2029,5,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(74404,1,1873710000,2029,5,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(74405,1,1873713600,2029,5,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(74406,1,1873717200,2029,5,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(74407,1,1873720800,2029,5,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(74408,1,1873724400,2029,5,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(74409,1,1873728000,2029,5,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(74410,1,1873731600,2029,5,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(74411,1,1873735200,2029,5,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(74412,1,1873738800,2029,5,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(74413,1,1873742400,2029,5,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(74414,1,1873746000,2029,5,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(74415,1,1873749600,2029,5,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(74416,1,1873753200,2029,5,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(74417,1,1873756800,2029,5,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(74418,1,1873760400,2029,5,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(74419,1,1873764000,2029,5,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(74420,1,1873767600,2029,5,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(74421,1,1873771200,2029,5,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(74422,1,1873774800,2029,5,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(74423,1,1873778400,2029,5,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(74424,1,1873782000,2029,5,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(74425,1,1873785600,2029,5,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(74426,1,1873789200,2029,5,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(74427,1,1873792800,2029,5,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(74428,1,1873796400,2029,5,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(74429,1,1873800000,2029,5,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(74430,1,1873803600,2029,5,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(74431,1,1873807200,2029,5,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(74432,1,1873810800,2029,5,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(74433,1,1873814400,2029,5,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(74434,1,1873818000,2029,5,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(74435,1,1873821600,2029,5,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(74436,1,1873825200,2029,5,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(74437,1,1873828800,2029,5,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(74438,1,1873832400,2029,5,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(74439,1,1873836000,2029,5,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(74440,1,1873839600,2029,5,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(74441,1,1873843200,2029,5,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(74442,1,1873846800,2029,5,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(74443,1,1873850400,2029,5,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(74444,1,1873854000,2029,5,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(74445,1,1873857600,2029,5,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(74446,1,1873861200,2029,5,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(74447,1,1873864800,2029,5,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(74448,1,1873868400,2029,5,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(74449,1,1873872000,2029,5,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(74450,1,1873875600,2029,5,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(74451,1,1873879200,2029,5,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(74452,1,1873882800,2029,5,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(74453,1,1873886400,2029,5,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(74454,1,1873890000,2029,5,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(74455,1,1873893600,2029,5,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(74456,1,1873897200,2029,5,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(74457,1,1873900800,2029,5,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(74458,1,1873904400,2029,5,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(74459,1,1873908000,2029,5,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(74460,1,1873911600,2029,5,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(74461,1,1873915200,2029,5,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(74462,1,1873918800,2029,5,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(74463,1,1874008800,2029,5,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(74464,1,1874012400,2029,5,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(74465,1,1874016000,2029,5,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(74466,1,1874019600,2029,5,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(74467,1,1874023200,2029,5,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(74468,1,1874026800,2029,5,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(74469,1,1874030400,2029,5,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(74470,1,1874034000,2029,5,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(74471,1,1874037600,2029,5,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(74472,1,1874041200,2029,5,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(74473,1,1874044800,2029,5,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(74474,1,1874048400,2029,5,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(74475,1,1874052000,2029,5,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(74476,1,1874055600,2029,5,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(74477,1,1874059200,2029,5,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(74478,1,1874062800,2029,5,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(74479,1,1874066400,2029,5,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(74480,1,1874070000,2029,5,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(74481,1,1874073600,2029,5,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(74482,1,1874077200,2029,5,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(74483,1,1874080800,2029,5,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(74484,1,1874084400,2029,5,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(74485,1,1874088000,2029,5,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(74486,1,1874091600,2029,5,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(74487,1,1874095200,2029,5,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(74488,1,1874098800,2029,5,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(74489,1,1874102400,2029,5,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(74490,1,1874106000,2029,5,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(74491,1,1874109600,2029,5,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(74492,1,1874113200,2029,5,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(74493,1,1874116800,2029,5,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(74494,1,1874120400,2029,5,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(74495,1,1874124000,2029,5,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(74496,1,1874127600,2029,5,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(74497,1,1874131200,2029,5,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(74498,1,1874134800,2029,5,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(74499,1,1874138400,2029,5,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(74500,1,1874142000,2029,5,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(74501,1,1874145600,2029,5,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(74502,1,1874149200,2029,5,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(74503,1,1874152800,2029,5,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(74504,1,1874156400,2029,5,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(74505,1,1874160000,2029,5,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(74506,1,1874163600,2029,5,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(74507,1,1874167200,2029,5,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(74508,1,1874170800,2029,5,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(74509,1,1874174400,2029,5,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(74510,1,1874178000,2029,5,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(74511,1,1874181600,2029,5,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(74512,1,1874185200,2029,5,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(74513,1,1874188800,2029,5,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(74514,1,1874192400,2029,5,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(74515,1,1874196000,2029,5,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(74516,1,1874199600,2029,5,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(74517,1,1874203200,2029,5,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(74518,1,1874206800,2029,5,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(74519,1,1874210400,2029,5,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(74520,1,1874214000,2029,5,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(74521,1,1874217600,2029,5,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(74522,1,1874221200,2029,5,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(74523,1,1874224800,2029,5,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(74524,1,1874228400,2029,5,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(74525,1,1874232000,2029,5,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(74526,1,1874235600,2029,5,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(74527,1,1874239200,2029,5,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(74528,1,1874242800,2029,5,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(74529,1,1874246400,2029,5,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(74530,1,1874250000,2029,5,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(74531,1,1874253600,2029,5,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(74532,1,1874257200,2029,5,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(74533,1,1874260800,2029,5,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(74534,1,1874264400,2029,5,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(74535,1,1874268000,2029,5,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(74536,1,1874271600,2029,5,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(74537,1,1874275200,2029,5,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(74538,1,1874278800,2029,5,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(74539,1,1874282400,2029,5,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(74540,1,1874286000,2029,5,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(74541,1,1874289600,2029,5,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(74542,1,1874293200,2029,5,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(74543,1,1874296800,2029,5,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(74544,1,1874300400,2029,5,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(74545,1,1874304000,2029,5,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(74546,1,1874307600,2029,5,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(74547,1,1874311200,2029,5,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(74548,1,1874314800,2029,5,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(74549,1,1874318400,2029,5,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(74550,1,1874322000,2029,5,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(74551,1,1874325600,2029,5,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(74552,1,1874329200,2029,5,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(74553,1,1874332800,2029,5,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(74554,1,1874336400,2029,5,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(74555,1,1874340000,2029,5,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(74556,1,1874343600,2029,5,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(74557,1,1874347200,2029,5,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(74558,1,1874350800,2029,5,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(74559,1,1874354400,2029,5,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(74560,1,1874358000,2029,5,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(74561,1,1874361600,2029,5,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(74562,1,1874365200,2029,5,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(74563,1,1874368800,2029,5,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(74564,1,1874372400,2029,5,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(74565,1,1874376000,2029,5,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(74566,1,1874379600,2029,5,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(74567,1,1874383200,2029,5,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(74568,1,1874386800,2029,5,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(74569,1,1874390400,2029,5,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(74570,1,1874394000,2029,5,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(74571,1,1874397600,2029,5,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(74572,1,1874401200,2029,5,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(74573,1,1874404800,2029,5,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(74574,1,1874408400,2029,5,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(74575,1,1874412000,2029,5,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(74576,1,1874415600,2029,5,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(74577,1,1874419200,2029,5,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(74578,1,1874422800,2029,5,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(74579,1,1874426400,2029,5,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(74580,1,1874430000,2029,5,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(74581,1,1874433600,2029,5,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(74582,1,1874437200,2029,5,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(74583,1,1874440800,2029,5,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(74584,1,1874444400,2029,5,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(74585,1,1874448000,2029,5,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(74586,1,1874451600,2029,5,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(74587,1,1874455200,2029,5,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(74588,1,1874458800,2029,5,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(74589,1,1874462400,2029,5,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(74590,1,1874466000,2029,5,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(74591,1,1874469600,2029,5,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(74592,1,1874473200,2029,5,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(74593,1,1874476800,2029,5,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(74594,1,1874480400,2029,5,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(74595,1,1874484000,2029,5,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(74596,1,1874487600,2029,5,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(74597,1,1874491200,2029,5,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(74598,1,1874494800,2029,5,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(74599,1,1874498400,2029,5,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(74600,1,1874502000,2029,5,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(74601,1,1874505600,2029,5,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(74602,1,1874509200,2029,5,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(74603,1,1874512800,2029,5,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(74604,1,1874516400,2029,5,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(74605,1,1874520000,2029,5,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(74606,1,1874523600,2029,5,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(74607,1,1874613600,2029,5,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(74608,1,1874617200,2029,5,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(74609,1,1874620800,2029,5,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(74610,1,1874624400,2029,5,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(74611,1,1874628000,2029,5,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(74612,1,1874631600,2029,5,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(74613,1,1874635200,2029,5,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(74614,1,1874638800,2029,5,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(74615,1,1874642400,2029,5,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(74616,1,1874646000,2029,5,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(74617,1,1874649600,2029,5,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(74618,1,1874653200,2029,5,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(74619,1,1874656800,2029,5,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(74620,1,1874660400,2029,5,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(74621,1,1874664000,2029,5,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(74622,1,1874667600,2029,5,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(74623,1,1874671200,2029,5,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(74624,1,1874674800,2029,5,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(74625,1,1874678400,2029,5,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(74626,1,1874682000,2029,5,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(74627,1,1874685600,2029,5,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(74628,1,1874689200,2029,5,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(74629,1,1874692800,2029,5,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(74630,1,1874696400,2029,5,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(74631,1,1874700000,2029,5,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(74632,1,1874703600,2029,5,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(74633,1,1874707200,2029,5,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(74634,1,1874710800,2029,5,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(74635,1,1874714400,2029,5,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(74636,1,1874718000,2029,5,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(74637,1,1874721600,2029,5,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(74638,1,1874725200,2029,5,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(74639,1,1874728800,2029,5,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(74640,1,1874732400,2029,5,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(74641,1,1874736000,2029,5,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(74642,1,1874739600,2029,5,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(74643,1,1874743200,2029,5,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(74644,1,1874746800,2029,5,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(74645,1,1874750400,2029,5,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(74646,1,1874754000,2029,5,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(74647,1,1874757600,2029,5,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(74648,1,1874761200,2029,5,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(74649,1,1874764800,2029,5,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(74650,1,1874768400,2029,5,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(74651,1,1874772000,2029,5,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(74652,1,1874775600,2029,5,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(74653,1,1874779200,2029,5,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(74654,1,1874782800,2029,5,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(74655,1,1874786400,2029,5,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(74656,1,1874790000,2029,5,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(74657,1,1874793600,2029,5,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(74658,1,1874797200,2029,5,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(74659,1,1874800800,2029,5,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(74660,1,1874804400,2029,5,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(74661,1,1874808000,2029,5,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(74662,1,1874811600,2029,5,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(74663,1,1874815200,2029,5,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(74664,1,1874818800,2029,5,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(74665,1,1874822400,2029,5,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(74666,1,1874826000,2029,5,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(74667,1,1874829600,2029,5,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(74668,1,1874833200,2029,5,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(74669,1,1874836800,2029,5,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(74670,1,1874840400,2029,5,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(74671,1,1874844000,2029,5,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(74672,1,1874847600,2029,5,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(74673,1,1874851200,2029,5,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(74674,1,1874854800,2029,5,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(74675,1,1874858400,2029,5,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(74676,1,1874862000,2029,5,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(74677,1,1874865600,2029,5,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(74678,1,1874869200,2029,5,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(74679,1,1874872800,2029,5,31,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(74680,1,1874876400,2029,5,31,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(74681,1,1874880000,2029,5,31,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(74682,1,1874883600,2029,5,31,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(74683,1,1874887200,2029,5,31,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(74684,1,1874890800,2029,5,31,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(74685,1,1874894400,2029,5,31,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(74686,1,1874898000,2029,5,31,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(74687,1,1874901600,2029,5,31,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(74688,1,1874905200,2029,5,31,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(74689,1,1874908800,2029,5,31,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(74690,1,1874912400,2029,5,31,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(74691,1,1874916000,2029,5,31,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(74692,1,1874919600,2029,5,31,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(74693,1,1874923200,2029,5,31,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(74694,1,1874926800,2029,5,31,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(74695,1,1874930400,2029,5,31,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(74696,1,1874934000,2029,5,31,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(74697,1,1874937600,2029,5,31,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(74698,1,1874941200,2029,5,31,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(74699,1,1874944800,2029,5,31,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(74700,1,1874948400,2029,5,31,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(74701,1,1874952000,2029,5,31,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(74702,1,1874955600,2029,5,31,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(74703,1,1874959200,2029,6,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(74704,1,1874962800,2029,6,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(74705,1,1874966400,2029,6,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(74706,1,1874970000,2029,6,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(74707,1,1874973600,2029,6,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(74708,1,1874977200,2029,6,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(74709,1,1874980800,2029,6,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(74710,1,1874984400,2029,6,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(74711,1,1874988000,2029,6,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(74712,1,1874991600,2029,6,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(74713,1,1874995200,2029,6,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(74714,1,1874998800,2029,6,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(74715,1,1875002400,2029,6,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(74716,1,1875006000,2029,6,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(74717,1,1875009600,2029,6,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(74718,1,1875013200,2029,6,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(74719,1,1875016800,2029,6,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(74720,1,1875020400,2029,6,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(74721,1,1875024000,2029,6,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(74722,1,1875027600,2029,6,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(74723,1,1875031200,2029,6,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(74724,1,1875034800,2029,6,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(74725,1,1875038400,2029,6,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(74726,1,1875042000,2029,6,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(74727,1,1875045600,2029,6,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(74728,1,1875049200,2029,6,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(74729,1,1875052800,2029,6,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(74730,1,1875056400,2029,6,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(74731,1,1875060000,2029,6,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(74732,1,1875063600,2029,6,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(74733,1,1875067200,2029,6,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(74734,1,1875070800,2029,6,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(74735,1,1875074400,2029,6,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(74736,1,1875078000,2029,6,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(74737,1,1875081600,2029,6,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(74738,1,1875085200,2029,6,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(74739,1,1875088800,2029,6,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(74740,1,1875092400,2029,6,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(74741,1,1875096000,2029,6,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(74742,1,1875099600,2029,6,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(74743,1,1875103200,2029,6,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(74744,1,1875106800,2029,6,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(74745,1,1875110400,2029,6,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(74746,1,1875114000,2029,6,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(74747,1,1875117600,2029,6,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(74748,1,1875121200,2029,6,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(74749,1,1875124800,2029,6,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(74750,1,1875128400,2029,6,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(74751,1,1875218400,2029,6,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(74752,1,1875222000,2029,6,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(74753,1,1875225600,2029,6,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(74754,1,1875229200,2029,6,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(74755,1,1875232800,2029,6,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(74756,1,1875236400,2029,6,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(74757,1,1875240000,2029,6,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(74758,1,1875243600,2029,6,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(74759,1,1875247200,2029,6,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(74760,1,1875250800,2029,6,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(74761,1,1875254400,2029,6,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(74762,1,1875258000,2029,6,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(74763,1,1875261600,2029,6,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(74764,1,1875265200,2029,6,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(74765,1,1875268800,2029,6,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(74766,1,1875272400,2029,6,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(74767,1,1875276000,2029,6,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(74768,1,1875279600,2029,6,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(74769,1,1875283200,2029,6,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(74770,1,1875286800,2029,6,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(74771,1,1875290400,2029,6,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(74772,1,1875294000,2029,6,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(74773,1,1875297600,2029,6,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(74774,1,1875301200,2029,6,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(74775,1,1875304800,2029,6,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(74776,1,1875308400,2029,6,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(74777,1,1875312000,2029,6,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(74778,1,1875315600,2029,6,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(74779,1,1875319200,2029,6,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(74780,1,1875322800,2029,6,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(74781,1,1875326400,2029,6,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(74782,1,1875330000,2029,6,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(74783,1,1875333600,2029,6,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(74784,1,1875337200,2029,6,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(74785,1,1875340800,2029,6,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(74786,1,1875344400,2029,6,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(74787,1,1875348000,2029,6,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(74788,1,1875351600,2029,6,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(74789,1,1875355200,2029,6,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(74790,1,1875358800,2029,6,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(74791,1,1875362400,2029,6,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(74792,1,1875366000,2029,6,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(74793,1,1875369600,2029,6,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(74794,1,1875373200,2029,6,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(74795,1,1875376800,2029,6,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(74796,1,1875380400,2029,6,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(74797,1,1875384000,2029,6,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(74798,1,1875387600,2029,6,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(74799,1,1875391200,2029,6,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(74800,1,1875394800,2029,6,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(74801,1,1875398400,2029,6,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(74802,1,1875402000,2029,6,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(74803,1,1875405600,2029,6,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(74804,1,1875409200,2029,6,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(74805,1,1875412800,2029,6,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(74806,1,1875416400,2029,6,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(74807,1,1875420000,2029,6,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(74808,1,1875423600,2029,6,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(74809,1,1875427200,2029,6,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(74810,1,1875430800,2029,6,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(74811,1,1875434400,2029,6,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(74812,1,1875438000,2029,6,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(74813,1,1875441600,2029,6,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(74814,1,1875445200,2029,6,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(74815,1,1875448800,2029,6,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(74816,1,1875452400,2029,6,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(74817,1,1875456000,2029,6,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(74818,1,1875459600,2029,6,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(74819,1,1875463200,2029,6,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(74820,1,1875466800,2029,6,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(74821,1,1875470400,2029,6,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(74822,1,1875474000,2029,6,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(74823,1,1875477600,2029,6,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(74824,1,1875481200,2029,6,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(74825,1,1875484800,2029,6,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(74826,1,1875488400,2029,6,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(74827,1,1875492000,2029,6,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(74828,1,1875495600,2029,6,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(74829,1,1875499200,2029,6,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(74830,1,1875502800,2029,6,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(74831,1,1875506400,2029,6,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(74832,1,1875510000,2029,6,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(74833,1,1875513600,2029,6,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(74834,1,1875517200,2029,6,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(74835,1,1875520800,2029,6,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(74836,1,1875524400,2029,6,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(74837,1,1875528000,2029,6,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(74838,1,1875531600,2029,6,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(74839,1,1875535200,2029,6,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(74840,1,1875538800,2029,6,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(74841,1,1875542400,2029,6,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(74842,1,1875546000,2029,6,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(74843,1,1875549600,2029,6,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(74844,1,1875553200,2029,6,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(74845,1,1875556800,2029,6,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(74846,1,1875560400,2029,6,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(74847,1,1875564000,2029,6,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(74848,1,1875567600,2029,6,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(74849,1,1875571200,2029,6,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(74850,1,1875574800,2029,6,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(74851,1,1875578400,2029,6,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(74852,1,1875582000,2029,6,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(74853,1,1875585600,2029,6,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(74854,1,1875589200,2029,6,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(74855,1,1875592800,2029,6,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(74856,1,1875596400,2029,6,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(74857,1,1875600000,2029,6,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(74858,1,1875603600,2029,6,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(74859,1,1875607200,2029,6,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(74860,1,1875610800,2029,6,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(74861,1,1875614400,2029,6,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(74862,1,1875618000,2029,6,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(74863,1,1875621600,2029,6,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(74864,1,1875625200,2029,6,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(74865,1,1875628800,2029,6,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(74866,1,1875632400,2029,6,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(74867,1,1875636000,2029,6,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(74868,1,1875639600,2029,6,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(74869,1,1875643200,2029,6,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(74870,1,1875646800,2029,6,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(74871,1,1875650400,2029,6,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(74872,1,1875654000,2029,6,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(74873,1,1875657600,2029,6,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(74874,1,1875661200,2029,6,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(74875,1,1875664800,2029,6,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(74876,1,1875668400,2029,6,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(74877,1,1875672000,2029,6,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(74878,1,1875675600,2029,6,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(74879,1,1875679200,2029,6,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(74880,1,1875682800,2029,6,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(74881,1,1875686400,2029,6,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(74882,1,1875690000,2029,6,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(74883,1,1875693600,2029,6,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(74884,1,1875697200,2029,6,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(74885,1,1875700800,2029,6,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(74886,1,1875704400,2029,6,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(74887,1,1875708000,2029,6,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(74888,1,1875711600,2029,6,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(74889,1,1875715200,2029,6,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(74890,1,1875718800,2029,6,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(74891,1,1875722400,2029,6,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(74892,1,1875726000,2029,6,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(74893,1,1875729600,2029,6,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(74894,1,1875733200,2029,6,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(74895,1,1875823200,2029,6,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(74896,1,1875826800,2029,6,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(74897,1,1875830400,2029,6,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(74898,1,1875834000,2029,6,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(74899,1,1875837600,2029,6,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(74900,1,1875841200,2029,6,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(74901,1,1875844800,2029,6,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(74902,1,1875848400,2029,6,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(74903,1,1875852000,2029,6,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(74904,1,1875855600,2029,6,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(74905,1,1875859200,2029,6,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(74906,1,1875862800,2029,6,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(74907,1,1875866400,2029,6,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(74908,1,1875870000,2029,6,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(74909,1,1875873600,2029,6,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(74910,1,1875877200,2029,6,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(74911,1,1875880800,2029,6,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(74912,1,1875884400,2029,6,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(74913,1,1875888000,2029,6,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(74914,1,1875891600,2029,6,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(74915,1,1875895200,2029,6,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(74916,1,1875898800,2029,6,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(74917,1,1875902400,2029,6,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(74918,1,1875906000,2029,6,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(74919,1,1875909600,2029,6,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(74920,1,1875913200,2029,6,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(74921,1,1875916800,2029,6,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(74922,1,1875920400,2029,6,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(74923,1,1875924000,2029,6,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(74924,1,1875927600,2029,6,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(74925,1,1875931200,2029,6,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(74926,1,1875934800,2029,6,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(74927,1,1875938400,2029,6,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(74928,1,1875942000,2029,6,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(74929,1,1875945600,2029,6,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(74930,1,1875949200,2029,6,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(74931,1,1875952800,2029,6,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(74932,1,1875956400,2029,6,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(74933,1,1875960000,2029,6,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(74934,1,1875963600,2029,6,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(74935,1,1875967200,2029,6,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(74936,1,1875970800,2029,6,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(74937,1,1875974400,2029,6,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(74938,1,1875978000,2029,6,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(74939,1,1875981600,2029,6,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(74940,1,1875985200,2029,6,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(74941,1,1875988800,2029,6,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(74942,1,1875992400,2029,6,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(74943,1,1875996000,2029,6,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(74944,1,1875999600,2029,6,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(74945,1,1876003200,2029,6,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(74946,1,1876006800,2029,6,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(74947,1,1876010400,2029,6,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(74948,1,1876014000,2029,6,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(74949,1,1876017600,2029,6,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(74950,1,1876021200,2029,6,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(74951,1,1876024800,2029,6,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(74952,1,1876028400,2029,6,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(74953,1,1876032000,2029,6,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(74954,1,1876035600,2029,6,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(74955,1,1876039200,2029,6,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(74956,1,1876042800,2029,6,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(74957,1,1876046400,2029,6,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(74958,1,1876050000,2029,6,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(74959,1,1876053600,2029,6,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(74960,1,1876057200,2029,6,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(74961,1,1876060800,2029,6,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(74962,1,1876064400,2029,6,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(74963,1,1876068000,2029,6,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(74964,1,1876071600,2029,6,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(74965,1,1876075200,2029,6,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(74966,1,1876078800,2029,6,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(74967,1,1876082400,2029,6,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(74968,1,1876086000,2029,6,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(74969,1,1876089600,2029,6,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(74970,1,1876093200,2029,6,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(74971,1,1876096800,2029,6,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(74972,1,1876100400,2029,6,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(74973,1,1876104000,2029,6,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(74974,1,1876107600,2029,6,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(74975,1,1876111200,2029,6,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(74976,1,1876114800,2029,6,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(74977,1,1876118400,2029,6,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(74978,1,1876122000,2029,6,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(74979,1,1876125600,2029,6,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(74980,1,1876129200,2029,6,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(74981,1,1876132800,2029,6,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(74982,1,1876136400,2029,6,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(74983,1,1876140000,2029,6,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(74984,1,1876143600,2029,6,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(74985,1,1876147200,2029,6,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(74986,1,1876150800,2029,6,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(74987,1,1876154400,2029,6,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(74988,1,1876158000,2029,6,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(74989,1,1876161600,2029,6,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(74990,1,1876165200,2029,6,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(74991,1,1876168800,2029,6,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(74992,1,1876172400,2029,6,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(74993,1,1876176000,2029,6,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(74994,1,1876179600,2029,6,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(74995,1,1876183200,2029,6,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(74996,1,1876186800,2029,6,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(74997,1,1876190400,2029,6,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(74998,1,1876194000,2029,6,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(74999,1,1876197600,2029,6,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(75000,1,1876201200,2029,6,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(75001,1,1876204800,2029,6,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(75002,1,1876208400,2029,6,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(75003,1,1876212000,2029,6,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(75004,1,1876215600,2029,6,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(75005,1,1876219200,2029,6,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(75006,1,1876222800,2029,6,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(75007,1,1876226400,2029,6,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(75008,1,1876230000,2029,6,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(75009,1,1876233600,2029,6,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(75010,1,1876237200,2029,6,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(75011,1,1876240800,2029,6,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(75012,1,1876244400,2029,6,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(75013,1,1876248000,2029,6,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(75014,1,1876251600,2029,6,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(75015,1,1876255200,2029,6,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(75016,1,1876258800,2029,6,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(75017,1,1876262400,2029,6,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(75018,1,1876266000,2029,6,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(75019,1,1876269600,2029,6,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(75020,1,1876273200,2029,6,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(75021,1,1876276800,2029,6,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(75022,1,1876280400,2029,6,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(75023,1,1876284000,2029,6,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(75024,1,1876287600,2029,6,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(75025,1,1876291200,2029,6,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(75026,1,1876294800,2029,6,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(75027,1,1876298400,2029,6,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(75028,1,1876302000,2029,6,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(75029,1,1876305600,2029,6,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(75030,1,1876309200,2029,6,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(75031,1,1876312800,2029,6,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(75032,1,1876316400,2029,6,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(75033,1,1876320000,2029,6,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(75034,1,1876323600,2029,6,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(75035,1,1876327200,2029,6,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(75036,1,1876330800,2029,6,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(75037,1,1876334400,2029,6,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(75038,1,1876338000,2029,6,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(75039,1,1876428000,2029,6,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(75040,1,1876431600,2029,6,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(75041,1,1876435200,2029,6,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(75042,1,1876438800,2029,6,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(75043,1,1876442400,2029,6,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(75044,1,1876446000,2029,6,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(75045,1,1876449600,2029,6,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(75046,1,1876453200,2029,6,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(75047,1,1876456800,2029,6,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(75048,1,1876460400,2029,6,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(75049,1,1876464000,2029,6,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(75050,1,1876467600,2029,6,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(75051,1,1876471200,2029,6,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(75052,1,1876474800,2029,6,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(75053,1,1876478400,2029,6,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(75054,1,1876482000,2029,6,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(75055,1,1876485600,2029,6,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(75056,1,1876489200,2029,6,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(75057,1,1876492800,2029,6,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(75058,1,1876496400,2029,6,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(75059,1,1876500000,2029,6,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(75060,1,1876503600,2029,6,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(75061,1,1876507200,2029,6,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(75062,1,1876510800,2029,6,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(75063,1,1876514400,2029,6,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(75064,1,1876518000,2029,6,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(75065,1,1876521600,2029,6,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(75066,1,1876525200,2029,6,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(75067,1,1876528800,2029,6,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(75068,1,1876532400,2029,6,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(75069,1,1876536000,2029,6,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(75070,1,1876539600,2029,6,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(75071,1,1876543200,2029,6,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(75072,1,1876546800,2029,6,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(75073,1,1876550400,2029,6,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(75074,1,1876554000,2029,6,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(75075,1,1876557600,2029,6,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(75076,1,1876561200,2029,6,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(75077,1,1876564800,2029,6,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(75078,1,1876568400,2029,6,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(75079,1,1876572000,2029,6,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(75080,1,1876575600,2029,6,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(75081,1,1876579200,2029,6,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(75082,1,1876582800,2029,6,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(75083,1,1876586400,2029,6,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(75084,1,1876590000,2029,6,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(75085,1,1876593600,2029,6,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(75086,1,1876597200,2029,6,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(75087,1,1876600800,2029,6,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(75088,1,1876604400,2029,6,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(75089,1,1876608000,2029,6,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(75090,1,1876611600,2029,6,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(75091,1,1876615200,2029,6,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(75092,1,1876618800,2029,6,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(75093,1,1876622400,2029,6,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(75094,1,1876626000,2029,6,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(75095,1,1876629600,2029,6,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(75096,1,1876633200,2029,6,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(75097,1,1876636800,2029,6,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(75098,1,1876640400,2029,6,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(75099,1,1876644000,2029,6,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(75100,1,1876647600,2029,6,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(75101,1,1876651200,2029,6,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(75102,1,1876654800,2029,6,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(75103,1,1876658400,2029,6,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(75104,1,1876662000,2029,6,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(75105,1,1876665600,2029,6,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(75106,1,1876669200,2029,6,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(75107,1,1876672800,2029,6,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(75108,1,1876676400,2029,6,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(75109,1,1876680000,2029,6,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(75110,1,1876683600,2029,6,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(75111,1,1876687200,2029,6,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(75112,1,1876690800,2029,6,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(75113,1,1876694400,2029,6,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(75114,1,1876698000,2029,6,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(75115,1,1876701600,2029,6,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(75116,1,1876705200,2029,6,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(75117,1,1876708800,2029,6,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(75118,1,1876712400,2029,6,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(75119,1,1876716000,2029,6,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(75120,1,1876719600,2029,6,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(75121,1,1876723200,2029,6,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(75122,1,1876726800,2029,6,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(75123,1,1876730400,2029,6,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(75124,1,1876734000,2029,6,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(75125,1,1876737600,2029,6,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(75126,1,1876741200,2029,6,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(75127,1,1876744800,2029,6,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(75128,1,1876748400,2029,6,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(75129,1,1876752000,2029,6,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(75130,1,1876755600,2029,6,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(75131,1,1876759200,2029,6,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(75132,1,1876762800,2029,6,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(75133,1,1876766400,2029,6,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(75134,1,1876770000,2029,6,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(75135,1,1876773600,2029,6,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(75136,1,1876777200,2029,6,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(75137,1,1876780800,2029,6,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(75138,1,1876784400,2029,6,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(75139,1,1876788000,2029,6,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(75140,1,1876791600,2029,6,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(75141,1,1876795200,2029,6,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(75142,1,1876798800,2029,6,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(75143,1,1876802400,2029,6,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(75144,1,1876806000,2029,6,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(75145,1,1876809600,2029,6,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(75146,1,1876813200,2029,6,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(75147,1,1876816800,2029,6,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(75148,1,1876820400,2029,6,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(75149,1,1876824000,2029,6,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(75150,1,1876827600,2029,6,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(75151,1,1876831200,2029,6,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(75152,1,1876834800,2029,6,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(75153,1,1876838400,2029,6,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(75154,1,1876842000,2029,6,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(75155,1,1876845600,2029,6,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(75156,1,1876849200,2029,6,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(75157,1,1876852800,2029,6,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(75158,1,1876856400,2029,6,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(75159,1,1876860000,2029,6,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(75160,1,1876863600,2029,6,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(75161,1,1876867200,2029,6,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(75162,1,1876870800,2029,6,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(75163,1,1876874400,2029,6,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(75164,1,1876878000,2029,6,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(75165,1,1876881600,2029,6,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(75166,1,1876885200,2029,6,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(75167,1,1876888800,2029,6,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(75168,1,1876892400,2029,6,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(75169,1,1876896000,2029,6,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(75170,1,1876899600,2029,6,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(75171,1,1876903200,2029,6,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(75172,1,1876906800,2029,6,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(75173,1,1876910400,2029,6,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(75174,1,1876914000,2029,6,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(75175,1,1876917600,2029,6,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(75176,1,1876921200,2029,6,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(75177,1,1876924800,2029,6,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(75178,1,1876928400,2029,6,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(75179,1,1876932000,2029,6,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(75180,1,1876935600,2029,6,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(75181,1,1876939200,2029,6,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(75182,1,1876942800,2029,6,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(75183,1,1877032800,2029,6,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(75184,1,1877036400,2029,6,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(75185,1,1877040000,2029,6,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(75186,1,1877043600,2029,6,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(75187,1,1877047200,2029,6,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(75188,1,1877050800,2029,6,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(75189,1,1877054400,2029,6,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(75190,1,1877058000,2029,6,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(75191,1,1877061600,2029,6,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(75192,1,1877065200,2029,6,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(75193,1,1877068800,2029,6,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(75194,1,1877072400,2029,6,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(75195,1,1877076000,2029,6,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(75196,1,1877079600,2029,6,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(75197,1,1877083200,2029,6,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(75198,1,1877086800,2029,6,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(75199,1,1877090400,2029,6,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(75200,1,1877094000,2029,6,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(75201,1,1877097600,2029,6,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(75202,1,1877101200,2029,6,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(75203,1,1877104800,2029,6,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(75204,1,1877108400,2029,6,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(75205,1,1877112000,2029,6,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(75206,1,1877115600,2029,6,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(75207,1,1877119200,2029,6,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(75208,1,1877122800,2029,6,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(75209,1,1877126400,2029,6,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(75210,1,1877130000,2029,6,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(75211,1,1877133600,2029,6,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(75212,1,1877137200,2029,6,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(75213,1,1877140800,2029,6,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(75214,1,1877144400,2029,6,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(75215,1,1877148000,2029,6,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(75216,1,1877151600,2029,6,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(75217,1,1877155200,2029,6,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(75218,1,1877158800,2029,6,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(75219,1,1877162400,2029,6,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(75220,1,1877166000,2029,6,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(75221,1,1877169600,2029,6,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(75222,1,1877173200,2029,6,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(75223,1,1877176800,2029,6,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(75224,1,1877180400,2029,6,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(75225,1,1877184000,2029,6,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(75226,1,1877187600,2029,6,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(75227,1,1877191200,2029,6,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(75228,1,1877194800,2029,6,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(75229,1,1877198400,2029,6,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(75230,1,1877202000,2029,6,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(75231,1,1877205600,2029,6,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(75232,1,1877209200,2029,6,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(75233,1,1877212800,2029,6,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(75234,1,1877216400,2029,6,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(75235,1,1877220000,2029,6,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(75236,1,1877223600,2029,6,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(75237,1,1877227200,2029,6,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(75238,1,1877230800,2029,6,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(75239,1,1877234400,2029,6,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(75240,1,1877238000,2029,6,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(75241,1,1877241600,2029,6,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(75242,1,1877245200,2029,6,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(75243,1,1877248800,2029,6,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(75244,1,1877252400,2029,6,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(75245,1,1877256000,2029,6,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(75246,1,1877259600,2029,6,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(75247,1,1877263200,2029,6,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(75248,1,1877266800,2029,6,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(75249,1,1877270400,2029,6,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(75250,1,1877274000,2029,6,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(75251,1,1877277600,2029,6,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(75252,1,1877281200,2029,6,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(75253,1,1877284800,2029,6,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(75254,1,1877288400,2029,6,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(75255,1,1877292000,2029,6,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(75256,1,1877295600,2029,6,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(75257,1,1877299200,2029,6,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(75258,1,1877302800,2029,6,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(75259,1,1877306400,2029,6,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(75260,1,1877310000,2029,6,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(75261,1,1877313600,2029,6,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(75262,1,1877317200,2029,6,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(75263,1,1877320800,2029,6,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(75264,1,1877324400,2029,6,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(75265,1,1877328000,2029,6,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(75266,1,1877331600,2029,6,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(75267,1,1877335200,2029,6,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(75268,1,1877338800,2029,6,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(75269,1,1877342400,2029,6,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(75270,1,1877346000,2029,6,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(75271,1,1877349600,2029,6,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(75272,1,1877353200,2029,6,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(75273,1,1877356800,2029,6,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(75274,1,1877360400,2029,6,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(75275,1,1877364000,2029,6,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(75276,1,1877367600,2029,6,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(75277,1,1877371200,2029,6,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(75278,1,1877374800,2029,6,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(75279,1,1877378400,2029,6,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(75280,1,1877382000,2029,6,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(75281,1,1877385600,2029,6,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(75282,1,1877389200,2029,6,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(75283,1,1877392800,2029,6,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(75284,1,1877396400,2029,6,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(75285,1,1877400000,2029,6,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(75286,1,1877403600,2029,6,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(75287,1,1877407200,2029,6,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(75288,1,1877410800,2029,6,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(75289,1,1877414400,2029,6,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(75290,1,1877418000,2029,6,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(75291,1,1877421600,2029,6,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(75292,1,1877425200,2029,6,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(75293,1,1877428800,2029,6,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(75294,1,1877432400,2029,6,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(75295,1,1877436000,2029,6,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(75296,1,1877439600,2029,6,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(75297,1,1877443200,2029,6,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(75298,1,1877446800,2029,6,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(75299,1,1877450400,2029,6,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(75300,1,1877454000,2029,6,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(75301,1,1877457600,2029,6,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(75302,1,1877461200,2029,6,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(75303,1,1877464800,2029,6,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(75304,1,1877468400,2029,6,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(75305,1,1877472000,2029,6,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(75306,1,1877475600,2029,6,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(75307,1,1877479200,2029,6,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(75308,1,1877482800,2029,6,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(75309,1,1877486400,2029,6,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(75310,1,1877490000,2029,6,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(75311,1,1877493600,2029,6,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(75312,1,1877497200,2029,6,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(75313,1,1877500800,2029,6,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(75314,1,1877504400,2029,6,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(75315,1,1877508000,2029,6,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(75316,1,1877511600,2029,6,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(75317,1,1877515200,2029,6,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(75318,1,1877518800,2029,6,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(75319,1,1877522400,2029,6,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(75320,1,1877526000,2029,6,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(75321,1,1877529600,2029,6,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(75322,1,1877533200,2029,6,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(75323,1,1877536800,2029,6,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(75324,1,1877540400,2029,6,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(75325,1,1877544000,2029,6,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(75326,1,1877547600,2029,6,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(75327,1,1877637600,2029,7,2,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(75328,1,1877641200,2029,7,2,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(75329,1,1877644800,2029,7,2,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(75330,1,1877648400,2029,7,2,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(75331,1,1877652000,2029,7,2,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(75332,1,1877655600,2029,7,2,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(75333,1,1877659200,2029,7,2,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(75334,1,1877662800,2029,7,2,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(75335,1,1877666400,2029,7,2,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(75336,1,1877670000,2029,7,2,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(75337,1,1877673600,2029,7,2,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(75338,1,1877677200,2029,7,2,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(75339,1,1877680800,2029,7,2,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(75340,1,1877684400,2029,7,2,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(75341,1,1877688000,2029,7,2,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(75342,1,1877691600,2029,7,2,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(75343,1,1877695200,2029,7,2,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(75344,1,1877698800,2029,7,2,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(75345,1,1877702400,2029,7,2,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(75346,1,1877706000,2029,7,2,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(75347,1,1877709600,2029,7,2,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(75348,1,1877713200,2029,7,2,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(75349,1,1877716800,2029,7,2,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(75350,1,1877720400,2029,7,2,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(75351,1,1877724000,2029,7,3,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(75352,1,1877727600,2029,7,3,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(75353,1,1877731200,2029,7,3,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(75354,1,1877734800,2029,7,3,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(75355,1,1877738400,2029,7,3,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(75356,1,1877742000,2029,7,3,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(75357,1,1877745600,2029,7,3,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(75358,1,1877749200,2029,7,3,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(75359,1,1877752800,2029,7,3,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(75360,1,1877756400,2029,7,3,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(75361,1,1877760000,2029,7,3,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(75362,1,1877763600,2029,7,3,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(75363,1,1877767200,2029,7,3,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(75364,1,1877770800,2029,7,3,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(75365,1,1877774400,2029,7,3,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(75366,1,1877778000,2029,7,3,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(75367,1,1877781600,2029,7,3,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(75368,1,1877785200,2029,7,3,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(75369,1,1877788800,2029,7,3,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(75370,1,1877792400,2029,7,3,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(75371,1,1877796000,2029,7,3,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(75372,1,1877799600,2029,7,3,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(75373,1,1877803200,2029,7,3,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(75374,1,1877806800,2029,7,3,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(75375,1,1877810400,2029,7,4,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(75376,1,1877814000,2029,7,4,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(75377,1,1877817600,2029,7,4,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(75378,1,1877821200,2029,7,4,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(75379,1,1877824800,2029,7,4,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(75380,1,1877828400,2029,7,4,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(75381,1,1877832000,2029,7,4,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(75382,1,1877835600,2029,7,4,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(75383,1,1877839200,2029,7,4,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(75384,1,1877842800,2029,7,4,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(75385,1,1877846400,2029,7,4,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(75386,1,1877850000,2029,7,4,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(75387,1,1877853600,2029,7,4,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(75388,1,1877857200,2029,7,4,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(75389,1,1877860800,2029,7,4,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(75390,1,1877864400,2029,7,4,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(75391,1,1877868000,2029,7,4,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(75392,1,1877871600,2029,7,4,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(75393,1,1877875200,2029,7,4,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(75394,1,1877878800,2029,7,4,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(75395,1,1877882400,2029,7,4,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(75396,1,1877886000,2029,7,4,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(75397,1,1877889600,2029,7,4,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(75398,1,1877893200,2029,7,4,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(75399,1,1877896800,2029,7,5,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(75400,1,1877900400,2029,7,5,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(75401,1,1877904000,2029,7,5,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(75402,1,1877907600,2029,7,5,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(75403,1,1877911200,2029,7,5,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(75404,1,1877914800,2029,7,5,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(75405,1,1877918400,2029,7,5,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(75406,1,1877922000,2029,7,5,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(75407,1,1877925600,2029,7,5,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(75408,1,1877929200,2029,7,5,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(75409,1,1877932800,2029,7,5,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(75410,1,1877936400,2029,7,5,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(75411,1,1877940000,2029,7,5,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(75412,1,1877943600,2029,7,5,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(75413,1,1877947200,2029,7,5,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(75414,1,1877950800,2029,7,5,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(75415,1,1877954400,2029,7,5,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(75416,1,1877958000,2029,7,5,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(75417,1,1877961600,2029,7,5,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(75418,1,1877965200,2029,7,5,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(75419,1,1877968800,2029,7,5,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(75420,1,1877972400,2029,7,5,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(75421,1,1877976000,2029,7,5,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(75422,1,1877979600,2029,7,5,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(75423,1,1877983200,2029,7,6,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(75424,1,1877986800,2029,7,6,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(75425,1,1877990400,2029,7,6,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(75426,1,1877994000,2029,7,6,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(75427,1,1877997600,2029,7,6,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(75428,1,1878001200,2029,7,6,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(75429,1,1878004800,2029,7,6,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(75430,1,1878008400,2029,7,6,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(75431,1,1878012000,2029,7,6,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(75432,1,1878015600,2029,7,6,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(75433,1,1878019200,2029,7,6,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(75434,1,1878022800,2029,7,6,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(75435,1,1878026400,2029,7,6,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(75436,1,1878030000,2029,7,6,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(75437,1,1878033600,2029,7,6,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(75438,1,1878037200,2029,7,6,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(75439,1,1878040800,2029,7,6,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(75440,1,1878044400,2029,7,6,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(75441,1,1878048000,2029,7,6,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(75442,1,1878051600,2029,7,6,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(75443,1,1878055200,2029,7,6,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(75444,1,1878058800,2029,7,6,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(75445,1,1878062400,2029,7,6,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(75446,1,1878066000,2029,7,6,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(75447,1,1878069600,2029,7,7,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(75448,1,1878073200,2029,7,7,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(75449,1,1878076800,2029,7,7,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(75450,1,1878080400,2029,7,7,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(75451,1,1878084000,2029,7,7,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(75452,1,1878087600,2029,7,7,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(75453,1,1878091200,2029,7,7,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(75454,1,1878094800,2029,7,7,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(75455,1,1878098400,2029,7,7,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(75456,1,1878102000,2029,7,7,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(75457,1,1878105600,2029,7,7,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(75458,1,1878109200,2029,7,7,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(75459,1,1878112800,2029,7,7,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(75460,1,1878116400,2029,7,7,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(75461,1,1878120000,2029,7,7,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(75462,1,1878123600,2029,7,7,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(75463,1,1878127200,2029,7,7,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(75464,1,1878130800,2029,7,7,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(75465,1,1878134400,2029,7,7,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(75466,1,1878138000,2029,7,7,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(75467,1,1878141600,2029,7,7,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(75468,1,1878145200,2029,7,7,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(75469,1,1878148800,2029,7,7,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(75470,1,1878152400,2029,7,7,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(75471,1,1878242400,2029,7,9,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(75472,1,1878246000,2029,7,9,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(75473,1,1878249600,2029,7,9,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(75474,1,1878253200,2029,7,9,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(75475,1,1878256800,2029,7,9,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(75476,1,1878260400,2029,7,9,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(75477,1,1878264000,2029,7,9,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(75478,1,1878267600,2029,7,9,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(75479,1,1878271200,2029,7,9,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(75480,1,1878274800,2029,7,9,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(75481,1,1878278400,2029,7,9,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(75482,1,1878282000,2029,7,9,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(75483,1,1878285600,2029,7,9,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(75484,1,1878289200,2029,7,9,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(75485,1,1878292800,2029,7,9,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(75486,1,1878296400,2029,7,9,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(75487,1,1878300000,2029,7,9,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(75488,1,1878303600,2029,7,9,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(75489,1,1878307200,2029,7,9,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(75490,1,1878310800,2029,7,9,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(75491,1,1878314400,2029,7,9,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(75492,1,1878318000,2029,7,9,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(75493,1,1878321600,2029,7,9,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(75494,1,1878325200,2029,7,9,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(75495,1,1878328800,2029,7,10,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(75496,1,1878332400,2029,7,10,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(75497,1,1878336000,2029,7,10,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(75498,1,1878339600,2029,7,10,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(75499,1,1878343200,2029,7,10,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(75500,1,1878346800,2029,7,10,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(75501,1,1878350400,2029,7,10,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(75502,1,1878354000,2029,7,10,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(75503,1,1878357600,2029,7,10,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(75504,1,1878361200,2029,7,10,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(75505,1,1878364800,2029,7,10,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(75506,1,1878368400,2029,7,10,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(75507,1,1878372000,2029,7,10,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(75508,1,1878375600,2029,7,10,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(75509,1,1878379200,2029,7,10,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(75510,1,1878382800,2029,7,10,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(75511,1,1878386400,2029,7,10,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(75512,1,1878390000,2029,7,10,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(75513,1,1878393600,2029,7,10,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(75514,1,1878397200,2029,7,10,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(75515,1,1878400800,2029,7,10,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(75516,1,1878404400,2029,7,10,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(75517,1,1878408000,2029,7,10,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(75518,1,1878411600,2029,7,10,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(75519,1,1878415200,2029,7,11,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(75520,1,1878418800,2029,7,11,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(75521,1,1878422400,2029,7,11,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(75522,1,1878426000,2029,7,11,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(75523,1,1878429600,2029,7,11,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(75524,1,1878433200,2029,7,11,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(75525,1,1878436800,2029,7,11,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(75526,1,1878440400,2029,7,11,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(75527,1,1878444000,2029,7,11,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(75528,1,1878447600,2029,7,11,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(75529,1,1878451200,2029,7,11,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(75530,1,1878454800,2029,7,11,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(75531,1,1878458400,2029,7,11,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(75532,1,1878462000,2029,7,11,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(75533,1,1878465600,2029,7,11,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(75534,1,1878469200,2029,7,11,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(75535,1,1878472800,2029,7,11,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(75536,1,1878476400,2029,7,11,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(75537,1,1878480000,2029,7,11,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(75538,1,1878483600,2029,7,11,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(75539,1,1878487200,2029,7,11,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(75540,1,1878490800,2029,7,11,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(75541,1,1878494400,2029,7,11,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(75542,1,1878498000,2029,7,11,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(75543,1,1878501600,2029,7,12,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(75544,1,1878505200,2029,7,12,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(75545,1,1878508800,2029,7,12,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(75546,1,1878512400,2029,7,12,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(75547,1,1878516000,2029,7,12,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(75548,1,1878519600,2029,7,12,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(75549,1,1878523200,2029,7,12,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(75550,1,1878526800,2029,7,12,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(75551,1,1878530400,2029,7,12,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(75552,1,1878534000,2029,7,12,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(75553,1,1878537600,2029,7,12,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(75554,1,1878541200,2029,7,12,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(75555,1,1878544800,2029,7,12,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(75556,1,1878548400,2029,7,12,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(75557,1,1878552000,2029,7,12,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(75558,1,1878555600,2029,7,12,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(75559,1,1878559200,2029,7,12,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(75560,1,1878562800,2029,7,12,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(75561,1,1878566400,2029,7,12,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(75562,1,1878570000,2029,7,12,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(75563,1,1878573600,2029,7,12,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(75564,1,1878577200,2029,7,12,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(75565,1,1878580800,2029,7,12,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(75566,1,1878584400,2029,7,12,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(75567,1,1878588000,2029,7,13,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(75568,1,1878591600,2029,7,13,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(75569,1,1878595200,2029,7,13,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(75570,1,1878598800,2029,7,13,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(75571,1,1878602400,2029,7,13,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(75572,1,1878606000,2029,7,13,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(75573,1,1878609600,2029,7,13,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(75574,1,1878613200,2029,7,13,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(75575,1,1878616800,2029,7,13,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(75576,1,1878620400,2029,7,13,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(75577,1,1878624000,2029,7,13,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(75578,1,1878627600,2029,7,13,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(75579,1,1878631200,2029,7,13,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(75580,1,1878634800,2029,7,13,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(75581,1,1878638400,2029,7,13,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(75582,1,1878642000,2029,7,13,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(75583,1,1878645600,2029,7,13,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(75584,1,1878649200,2029,7,13,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(75585,1,1878652800,2029,7,13,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(75586,1,1878656400,2029,7,13,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(75587,1,1878660000,2029,7,13,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(75588,1,1878663600,2029,7,13,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(75589,1,1878667200,2029,7,13,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(75590,1,1878670800,2029,7,13,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(75591,1,1878674400,2029,7,14,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(75592,1,1878678000,2029,7,14,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(75593,1,1878681600,2029,7,14,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(75594,1,1878685200,2029,7,14,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(75595,1,1878688800,2029,7,14,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(75596,1,1878692400,2029,7,14,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(75597,1,1878696000,2029,7,14,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(75598,1,1878699600,2029,7,14,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(75599,1,1878703200,2029,7,14,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(75600,1,1878706800,2029,7,14,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(75601,1,1878710400,2029,7,14,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(75602,1,1878714000,2029,7,14,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(75603,1,1878717600,2029,7,14,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(75604,1,1878721200,2029,7,14,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(75605,1,1878724800,2029,7,14,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(75606,1,1878728400,2029,7,14,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(75607,1,1878732000,2029,7,14,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(75608,1,1878735600,2029,7,14,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(75609,1,1878739200,2029,7,14,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(75610,1,1878742800,2029,7,14,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(75611,1,1878746400,2029,7,14,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(75612,1,1878750000,2029,7,14,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(75613,1,1878753600,2029,7,14,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(75614,1,1878757200,2029,7,14,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(75615,1,1878847200,2029,7,16,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(75616,1,1878850800,2029,7,16,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(75617,1,1878854400,2029,7,16,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(75618,1,1878858000,2029,7,16,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(75619,1,1878861600,2029,7,16,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(75620,1,1878865200,2029,7,16,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(75621,1,1878868800,2029,7,16,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(75622,1,1878872400,2029,7,16,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(75623,1,1878876000,2029,7,16,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(75624,1,1878879600,2029,7,16,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(75625,1,1878883200,2029,7,16,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(75626,1,1878886800,2029,7,16,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(75627,1,1878890400,2029,7,16,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(75628,1,1878894000,2029,7,16,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(75629,1,1878897600,2029,7,16,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(75630,1,1878901200,2029,7,16,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(75631,1,1878904800,2029,7,16,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(75632,1,1878908400,2029,7,16,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(75633,1,1878912000,2029,7,16,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(75634,1,1878915600,2029,7,16,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(75635,1,1878919200,2029,7,16,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(75636,1,1878922800,2029,7,16,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(75637,1,1878926400,2029,7,16,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(75638,1,1878930000,2029,7,16,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(75639,1,1878933600,2029,7,17,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(75640,1,1878937200,2029,7,17,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(75641,1,1878940800,2029,7,17,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(75642,1,1878944400,2029,7,17,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(75643,1,1878948000,2029,7,17,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(75644,1,1878951600,2029,7,17,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(75645,1,1878955200,2029,7,17,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(75646,1,1878958800,2029,7,17,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(75647,1,1878962400,2029,7,17,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(75648,1,1878966000,2029,7,17,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(75649,1,1878969600,2029,7,17,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(75650,1,1878973200,2029,7,17,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(75651,1,1878976800,2029,7,17,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(75652,1,1878980400,2029,7,17,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(75653,1,1878984000,2029,7,17,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(75654,1,1878987600,2029,7,17,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(75655,1,1878991200,2029,7,17,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(75656,1,1878994800,2029,7,17,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(75657,1,1878998400,2029,7,17,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(75658,1,1879002000,2029,7,17,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(75659,1,1879005600,2029,7,17,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(75660,1,1879009200,2029,7,17,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(75661,1,1879012800,2029,7,17,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(75662,1,1879016400,2029,7,17,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(75663,1,1879020000,2029,7,18,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(75664,1,1879023600,2029,7,18,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(75665,1,1879027200,2029,7,18,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(75666,1,1879030800,2029,7,18,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(75667,1,1879034400,2029,7,18,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(75668,1,1879038000,2029,7,18,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(75669,1,1879041600,2029,7,18,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(75670,1,1879045200,2029,7,18,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(75671,1,1879048800,2029,7,18,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(75672,1,1879052400,2029,7,18,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(75673,1,1879056000,2029,7,18,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(75674,1,1879059600,2029,7,18,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(75675,1,1879063200,2029,7,18,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(75676,1,1879066800,2029,7,18,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(75677,1,1879070400,2029,7,18,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(75678,1,1879074000,2029,7,18,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(75679,1,1879077600,2029,7,18,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(75680,1,1879081200,2029,7,18,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(75681,1,1879084800,2029,7,18,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(75682,1,1879088400,2029,7,18,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(75683,1,1879092000,2029,7,18,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(75684,1,1879095600,2029,7,18,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(75685,1,1879099200,2029,7,18,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(75686,1,1879102800,2029,7,18,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(75687,1,1879106400,2029,7,19,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(75688,1,1879110000,2029,7,19,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(75689,1,1879113600,2029,7,19,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(75690,1,1879117200,2029,7,19,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(75691,1,1879120800,2029,7,19,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(75692,1,1879124400,2029,7,19,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(75693,1,1879128000,2029,7,19,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(75694,1,1879131600,2029,7,19,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(75695,1,1879135200,2029,7,19,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(75696,1,1879138800,2029,7,19,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(75697,1,1879142400,2029,7,19,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(75698,1,1879146000,2029,7,19,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(75699,1,1879149600,2029,7,19,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(75700,1,1879153200,2029,7,19,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(75701,1,1879156800,2029,7,19,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(75702,1,1879160400,2029,7,19,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(75703,1,1879164000,2029,7,19,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(75704,1,1879167600,2029,7,19,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(75705,1,1879171200,2029,7,19,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(75706,1,1879174800,2029,7,19,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(75707,1,1879178400,2029,7,19,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(75708,1,1879182000,2029,7,19,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(75709,1,1879185600,2029,7,19,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(75710,1,1879189200,2029,7,19,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(75711,1,1879192800,2029,7,20,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(75712,1,1879196400,2029,7,20,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(75713,1,1879200000,2029,7,20,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(75714,1,1879203600,2029,7,20,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(75715,1,1879207200,2029,7,20,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(75716,1,1879210800,2029,7,20,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(75717,1,1879214400,2029,7,20,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(75718,1,1879218000,2029,7,20,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(75719,1,1879221600,2029,7,20,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(75720,1,1879225200,2029,7,20,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(75721,1,1879228800,2029,7,20,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(75722,1,1879232400,2029,7,20,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(75723,1,1879236000,2029,7,20,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(75724,1,1879239600,2029,7,20,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(75725,1,1879243200,2029,7,20,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(75726,1,1879246800,2029,7,20,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(75727,1,1879250400,2029,7,20,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(75728,1,1879254000,2029,7,20,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(75729,1,1879257600,2029,7,20,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(75730,1,1879261200,2029,7,20,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(75731,1,1879264800,2029,7,20,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(75732,1,1879268400,2029,7,20,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(75733,1,1879272000,2029,7,20,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(75734,1,1879275600,2029,7,20,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(75735,1,1879279200,2029,7,21,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(75736,1,1879282800,2029,7,21,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(75737,1,1879286400,2029,7,21,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(75738,1,1879290000,2029,7,21,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(75739,1,1879293600,2029,7,21,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(75740,1,1879297200,2029,7,21,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(75741,1,1879300800,2029,7,21,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(75742,1,1879304400,2029,7,21,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(75743,1,1879308000,2029,7,21,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(75744,1,1879311600,2029,7,21,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(75745,1,1879315200,2029,7,21,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(75746,1,1879318800,2029,7,21,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(75747,1,1879322400,2029,7,21,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(75748,1,1879326000,2029,7,21,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(75749,1,1879329600,2029,7,21,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(75750,1,1879333200,2029,7,21,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(75751,1,1879336800,2029,7,21,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(75752,1,1879340400,2029,7,21,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(75753,1,1879344000,2029,7,21,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(75754,1,1879347600,2029,7,21,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(75755,1,1879351200,2029,7,21,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(75756,1,1879354800,2029,7,21,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(75757,1,1879358400,2029,7,21,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(75758,1,1879362000,2029,7,21,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(75759,1,1879452000,2029,7,23,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(75760,1,1879455600,2029,7,23,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(75761,1,1879459200,2029,7,23,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(75762,1,1879462800,2029,7,23,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(75763,1,1879466400,2029,7,23,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(75764,1,1879470000,2029,7,23,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(75765,1,1879473600,2029,7,23,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(75766,1,1879477200,2029,7,23,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(75767,1,1879480800,2029,7,23,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(75768,1,1879484400,2029,7,23,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(75769,1,1879488000,2029,7,23,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(75770,1,1879491600,2029,7,23,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(75771,1,1879495200,2029,7,23,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(75772,1,1879498800,2029,7,23,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(75773,1,1879502400,2029,7,23,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(75774,1,1879506000,2029,7,23,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(75775,1,1879509600,2029,7,23,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(75776,1,1879513200,2029,7,23,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(75777,1,1879516800,2029,7,23,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(75778,1,1879520400,2029,7,23,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(75779,1,1879524000,2029,7,23,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(75780,1,1879527600,2029,7,23,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(75781,1,1879531200,2029,7,23,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(75782,1,1879534800,2029,7,23,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(75783,1,1879538400,2029,7,24,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(75784,1,1879542000,2029,7,24,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(75785,1,1879545600,2029,7,24,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(75786,1,1879549200,2029,7,24,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(75787,1,1879552800,2029,7,24,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(75788,1,1879556400,2029,7,24,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(75789,1,1879560000,2029,7,24,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(75790,1,1879563600,2029,7,24,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(75791,1,1879567200,2029,7,24,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(75792,1,1879570800,2029,7,24,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(75793,1,1879574400,2029,7,24,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(75794,1,1879578000,2029,7,24,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(75795,1,1879581600,2029,7,24,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(75796,1,1879585200,2029,7,24,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(75797,1,1879588800,2029,7,24,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(75798,1,1879592400,2029,7,24,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(75799,1,1879596000,2029,7,24,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(75800,1,1879599600,2029,7,24,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(75801,1,1879603200,2029,7,24,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(75802,1,1879606800,2029,7,24,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(75803,1,1879610400,2029,7,24,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(75804,1,1879614000,2029,7,24,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(75805,1,1879617600,2029,7,24,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(75806,1,1879621200,2029,7,24,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(75807,1,1879624800,2029,7,25,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(75808,1,1879628400,2029,7,25,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(75809,1,1879632000,2029,7,25,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(75810,1,1879635600,2029,7,25,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(75811,1,1879639200,2029,7,25,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(75812,1,1879642800,2029,7,25,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(75813,1,1879646400,2029,7,25,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(75814,1,1879650000,2029,7,25,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(75815,1,1879653600,2029,7,25,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(75816,1,1879657200,2029,7,25,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(75817,1,1879660800,2029,7,25,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(75818,1,1879664400,2029,7,25,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(75819,1,1879668000,2029,7,25,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(75820,1,1879671600,2029,7,25,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(75821,1,1879675200,2029,7,25,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(75822,1,1879678800,2029,7,25,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(75823,1,1879682400,2029,7,25,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(75824,1,1879686000,2029,7,25,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(75825,1,1879689600,2029,7,25,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(75826,1,1879693200,2029,7,25,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(75827,1,1879696800,2029,7,25,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(75828,1,1879700400,2029,7,25,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(75829,1,1879704000,2029,7,25,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(75830,1,1879707600,2029,7,25,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(75831,1,1879711200,2029,7,26,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(75832,1,1879714800,2029,7,26,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(75833,1,1879718400,2029,7,26,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(75834,1,1879722000,2029,7,26,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(75835,1,1879725600,2029,7,26,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(75836,1,1879729200,2029,7,26,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(75837,1,1879732800,2029,7,26,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(75838,1,1879736400,2029,7,26,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(75839,1,1879740000,2029,7,26,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(75840,1,1879743600,2029,7,26,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(75841,1,1879747200,2029,7,26,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(75842,1,1879750800,2029,7,26,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(75843,1,1879754400,2029,7,26,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(75844,1,1879758000,2029,7,26,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(75845,1,1879761600,2029,7,26,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(75846,1,1879765200,2029,7,26,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(75847,1,1879768800,2029,7,26,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(75848,1,1879772400,2029,7,26,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(75849,1,1879776000,2029,7,26,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(75850,1,1879779600,2029,7,26,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(75851,1,1879783200,2029,7,26,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(75852,1,1879786800,2029,7,26,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(75853,1,1879790400,2029,7,26,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(75854,1,1879794000,2029,7,26,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(75855,1,1879797600,2029,7,27,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(75856,1,1879801200,2029,7,27,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(75857,1,1879804800,2029,7,27,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(75858,1,1879808400,2029,7,27,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(75859,1,1879812000,2029,7,27,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(75860,1,1879815600,2029,7,27,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(75861,1,1879819200,2029,7,27,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(75862,1,1879822800,2029,7,27,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(75863,1,1879826400,2029,7,27,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(75864,1,1879830000,2029,7,27,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(75865,1,1879833600,2029,7,27,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(75866,1,1879837200,2029,7,27,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(75867,1,1879840800,2029,7,27,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(75868,1,1879844400,2029,7,27,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(75869,1,1879848000,2029,7,27,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(75870,1,1879851600,2029,7,27,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(75871,1,1879855200,2029,7,27,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(75872,1,1879858800,2029,7,27,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(75873,1,1879862400,2029,7,27,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(75874,1,1879866000,2029,7,27,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(75875,1,1879869600,2029,7,27,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(75876,1,1879873200,2029,7,27,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(75877,1,1879876800,2029,7,27,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(75878,1,1879880400,2029,7,27,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(75879,1,1879884000,2029,7,28,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(75880,1,1879887600,2029,7,28,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(75881,1,1879891200,2029,7,28,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(75882,1,1879894800,2029,7,28,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(75883,1,1879898400,2029,7,28,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(75884,1,1879902000,2029,7,28,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(75885,1,1879905600,2029,7,28,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(75886,1,1879909200,2029,7,28,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(75887,1,1879912800,2029,7,28,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(75888,1,1879916400,2029,7,28,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(75889,1,1879920000,2029,7,28,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(75890,1,1879923600,2029,7,28,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(75891,1,1879927200,2029,7,28,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(75892,1,1879930800,2029,7,28,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(75893,1,1879934400,2029,7,28,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(75894,1,1879938000,2029,7,28,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(75895,1,1879941600,2029,7,28,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(75896,1,1879945200,2029,7,28,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(75897,1,1879948800,2029,7,28,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(75898,1,1879952400,2029,7,28,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(75899,1,1879956000,2029,7,28,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(75900,1,1879959600,2029,7,28,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(75901,1,1879963200,2029,7,28,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(75902,1,1879966800,2029,7,28,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(75903,1,1880056800,2029,7,30,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(75904,1,1880060400,2029,7,30,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(75905,1,1880064000,2029,7,30,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(75906,1,1880067600,2029,7,30,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(75907,1,1880071200,2029,7,30,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(75908,1,1880074800,2029,7,30,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(75909,1,1880078400,2029,7,30,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(75910,1,1880082000,2029,7,30,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(75911,1,1880085600,2029,7,30,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(75912,1,1880089200,2029,7,30,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(75913,1,1880092800,2029,7,30,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(75914,1,1880096400,2029,7,30,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(75915,1,1880100000,2029,7,30,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(75916,1,1880103600,2029,7,30,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(75917,1,1880107200,2029,7,30,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(75918,1,1880110800,2029,7,30,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(75919,1,1880114400,2029,7,30,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(75920,1,1880118000,2029,7,30,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(75921,1,1880121600,2029,7,30,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(75922,1,1880125200,2029,7,30,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(75923,1,1880128800,2029,7,30,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(75924,1,1880132400,2029,7,30,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(75925,1,1880136000,2029,7,30,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(75926,1,1880139600,2029,7,30,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(75927,1,1880143200,2029,7,31,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(75928,1,1880146800,2029,7,31,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(75929,1,1880150400,2029,7,31,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(75930,1,1880154000,2029,7,31,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(75931,1,1880157600,2029,7,31,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(75932,1,1880161200,2029,7,31,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(75933,1,1880164800,2029,7,31,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(75934,1,1880168400,2029,7,31,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(75935,1,1880172000,2029,7,31,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(75936,1,1880175600,2029,7,31,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(75937,1,1880179200,2029,7,31,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(75938,1,1880182800,2029,7,31,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(75939,1,1880186400,2029,7,31,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(75940,1,1880190000,2029,7,31,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(75941,1,1880193600,2029,7,31,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(75942,1,1880197200,2029,7,31,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(75943,1,1880200800,2029,7,31,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(75944,1,1880204400,2029,7,31,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(75945,1,1880208000,2029,7,31,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(75946,1,1880211600,2029,7,31,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(75947,1,1880215200,2029,7,31,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(75948,1,1880218800,2029,7,31,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(75949,1,1880222400,2029,7,31,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(75950,1,1880226000,2029,7,31,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(75951,1,1880229600,2029,8,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(75952,1,1880233200,2029,8,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(75953,1,1880236800,2029,8,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(75954,1,1880240400,2029,8,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(75955,1,1880244000,2029,8,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(75956,1,1880247600,2029,8,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(75957,1,1880251200,2029,8,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(75958,1,1880254800,2029,8,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(75959,1,1880258400,2029,8,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(75960,1,1880262000,2029,8,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(75961,1,1880265600,2029,8,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(75962,1,1880269200,2029,8,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(75963,1,1880272800,2029,8,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(75964,1,1880276400,2029,8,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(75965,1,1880280000,2029,8,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(75966,1,1880283600,2029,8,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(75967,1,1880287200,2029,8,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(75968,1,1880290800,2029,8,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(75969,1,1880294400,2029,8,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(75970,1,1880298000,2029,8,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(75971,1,1880301600,2029,8,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(75972,1,1880305200,2029,8,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(75973,1,1880308800,2029,8,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(75974,1,1880312400,2029,8,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(75975,1,1880316000,2029,8,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(75976,1,1880319600,2029,8,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(75977,1,1880323200,2029,8,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(75978,1,1880326800,2029,8,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(75979,1,1880330400,2029,8,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(75980,1,1880334000,2029,8,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(75981,1,1880337600,2029,8,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(75982,1,1880341200,2029,8,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(75983,1,1880344800,2029,8,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(75984,1,1880348400,2029,8,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(75985,1,1880352000,2029,8,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(75986,1,1880355600,2029,8,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(75987,1,1880359200,2029,8,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(75988,1,1880362800,2029,8,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(75989,1,1880366400,2029,8,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(75990,1,1880370000,2029,8,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(75991,1,1880373600,2029,8,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(75992,1,1880377200,2029,8,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(75993,1,1880380800,2029,8,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(75994,1,1880384400,2029,8,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(75995,1,1880388000,2029,8,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(75996,1,1880391600,2029,8,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(75997,1,1880395200,2029,8,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(75998,1,1880398800,2029,8,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(75999,1,1880402400,2029,8,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(76000,1,1880406000,2029,8,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(76001,1,1880409600,2029,8,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(76002,1,1880413200,2029,8,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(76003,1,1880416800,2029,8,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(76004,1,1880420400,2029,8,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(76005,1,1880424000,2029,8,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(76006,1,1880427600,2029,8,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(76007,1,1880431200,2029,8,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(76008,1,1880434800,2029,8,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(76009,1,1880438400,2029,8,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(76010,1,1880442000,2029,8,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(76011,1,1880445600,2029,8,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(76012,1,1880449200,2029,8,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(76013,1,1880452800,2029,8,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(76014,1,1880456400,2029,8,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(76015,1,1880460000,2029,8,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(76016,1,1880463600,2029,8,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(76017,1,1880467200,2029,8,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(76018,1,1880470800,2029,8,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(76019,1,1880474400,2029,8,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(76020,1,1880478000,2029,8,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(76021,1,1880481600,2029,8,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(76022,1,1880485200,2029,8,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(76023,1,1880488800,2029,8,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(76024,1,1880492400,2029,8,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(76025,1,1880496000,2029,8,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(76026,1,1880499600,2029,8,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(76027,1,1880503200,2029,8,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(76028,1,1880506800,2029,8,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(76029,1,1880510400,2029,8,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(76030,1,1880514000,2029,8,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(76031,1,1880517600,2029,8,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(76032,1,1880521200,2029,8,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(76033,1,1880524800,2029,8,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(76034,1,1880528400,2029,8,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(76035,1,1880532000,2029,8,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(76036,1,1880535600,2029,8,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(76037,1,1880539200,2029,8,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(76038,1,1880542800,2029,8,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(76039,1,1880546400,2029,8,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(76040,1,1880550000,2029,8,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(76041,1,1880553600,2029,8,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(76042,1,1880557200,2029,8,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(76043,1,1880560800,2029,8,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(76044,1,1880564400,2029,8,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(76045,1,1880568000,2029,8,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(76046,1,1880571600,2029,8,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(76047,1,1880661600,2029,8,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(76048,1,1880665200,2029,8,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(76049,1,1880668800,2029,8,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(76050,1,1880672400,2029,8,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(76051,1,1880676000,2029,8,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(76052,1,1880679600,2029,8,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(76053,1,1880683200,2029,8,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(76054,1,1880686800,2029,8,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(76055,1,1880690400,2029,8,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(76056,1,1880694000,2029,8,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(76057,1,1880697600,2029,8,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(76058,1,1880701200,2029,8,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(76059,1,1880704800,2029,8,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(76060,1,1880708400,2029,8,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(76061,1,1880712000,2029,8,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(76062,1,1880715600,2029,8,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(76063,1,1880719200,2029,8,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(76064,1,1880722800,2029,8,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(76065,1,1880726400,2029,8,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(76066,1,1880730000,2029,8,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(76067,1,1880733600,2029,8,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(76068,1,1880737200,2029,8,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(76069,1,1880740800,2029,8,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(76070,1,1880744400,2029,8,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(76071,1,1880748000,2029,8,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(76072,1,1880751600,2029,8,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(76073,1,1880755200,2029,8,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(76074,1,1880758800,2029,8,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(76075,1,1880762400,2029,8,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(76076,1,1880766000,2029,8,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(76077,1,1880769600,2029,8,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(76078,1,1880773200,2029,8,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(76079,1,1880776800,2029,8,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(76080,1,1880780400,2029,8,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(76081,1,1880784000,2029,8,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(76082,1,1880787600,2029,8,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(76083,1,1880791200,2029,8,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(76084,1,1880794800,2029,8,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(76085,1,1880798400,2029,8,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(76086,1,1880802000,2029,8,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(76087,1,1880805600,2029,8,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(76088,1,1880809200,2029,8,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(76089,1,1880812800,2029,8,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(76090,1,1880816400,2029,8,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(76091,1,1880820000,2029,8,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(76092,1,1880823600,2029,8,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(76093,1,1880827200,2029,8,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(76094,1,1880830800,2029,8,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(76095,1,1880834400,2029,8,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(76096,1,1880838000,2029,8,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(76097,1,1880841600,2029,8,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(76098,1,1880845200,2029,8,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(76099,1,1880848800,2029,8,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(76100,1,1880852400,2029,8,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(76101,1,1880856000,2029,8,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(76102,1,1880859600,2029,8,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(76103,1,1880863200,2029,8,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(76104,1,1880866800,2029,8,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(76105,1,1880870400,2029,8,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(76106,1,1880874000,2029,8,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(76107,1,1880877600,2029,8,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(76108,1,1880881200,2029,8,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(76109,1,1880884800,2029,8,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(76110,1,1880888400,2029,8,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(76111,1,1880892000,2029,8,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(76112,1,1880895600,2029,8,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(76113,1,1880899200,2029,8,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(76114,1,1880902800,2029,8,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(76115,1,1880906400,2029,8,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(76116,1,1880910000,2029,8,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(76117,1,1880913600,2029,8,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(76118,1,1880917200,2029,8,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(76119,1,1880920800,2029,8,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(76120,1,1880924400,2029,8,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(76121,1,1880928000,2029,8,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(76122,1,1880931600,2029,8,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(76123,1,1880935200,2029,8,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(76124,1,1880938800,2029,8,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(76125,1,1880942400,2029,8,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(76126,1,1880946000,2029,8,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(76127,1,1880949600,2029,8,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(76128,1,1880953200,2029,8,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(76129,1,1880956800,2029,8,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(76130,1,1880960400,2029,8,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(76131,1,1880964000,2029,8,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(76132,1,1880967600,2029,8,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(76133,1,1880971200,2029,8,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(76134,1,1880974800,2029,8,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(76135,1,1880978400,2029,8,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(76136,1,1880982000,2029,8,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(76137,1,1880985600,2029,8,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(76138,1,1880989200,2029,8,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(76139,1,1880992800,2029,8,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(76140,1,1880996400,2029,8,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(76141,1,1881000000,2029,8,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(76142,1,1881003600,2029,8,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(76143,1,1881007200,2029,8,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(76144,1,1881010800,2029,8,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(76145,1,1881014400,2029,8,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(76146,1,1881018000,2029,8,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(76147,1,1881021600,2029,8,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(76148,1,1881025200,2029,8,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(76149,1,1881028800,2029,8,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(76150,1,1881032400,2029,8,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(76151,1,1881036000,2029,8,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(76152,1,1881039600,2029,8,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(76153,1,1881043200,2029,8,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(76154,1,1881046800,2029,8,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(76155,1,1881050400,2029,8,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(76156,1,1881054000,2029,8,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(76157,1,1881057600,2029,8,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(76158,1,1881061200,2029,8,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(76159,1,1881064800,2029,8,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(76160,1,1881068400,2029,8,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(76161,1,1881072000,2029,8,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(76162,1,1881075600,2029,8,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(76163,1,1881079200,2029,8,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(76164,1,1881082800,2029,8,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(76165,1,1881086400,2029,8,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(76166,1,1881090000,2029,8,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(76167,1,1881093600,2029,8,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(76168,1,1881097200,2029,8,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(76169,1,1881100800,2029,8,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(76170,1,1881104400,2029,8,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(76171,1,1881108000,2029,8,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(76172,1,1881111600,2029,8,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(76173,1,1881115200,2029,8,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(76174,1,1881118800,2029,8,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(76175,1,1881122400,2029,8,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(76176,1,1881126000,2029,8,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(76177,1,1881129600,2029,8,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(76178,1,1881133200,2029,8,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(76179,1,1881136800,2029,8,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(76180,1,1881140400,2029,8,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(76181,1,1881144000,2029,8,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(76182,1,1881147600,2029,8,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(76183,1,1881151200,2029,8,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(76184,1,1881154800,2029,8,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(76185,1,1881158400,2029,8,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(76186,1,1881162000,2029,8,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(76187,1,1881165600,2029,8,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(76188,1,1881169200,2029,8,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(76189,1,1881172800,2029,8,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(76190,1,1881176400,2029,8,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(76191,1,1881266400,2029,8,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(76192,1,1881270000,2029,8,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(76193,1,1881273600,2029,8,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(76194,1,1881277200,2029,8,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(76195,1,1881280800,2029,8,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(76196,1,1881284400,2029,8,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(76197,1,1881288000,2029,8,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(76198,1,1881291600,2029,8,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(76199,1,1881295200,2029,8,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(76200,1,1881298800,2029,8,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(76201,1,1881302400,2029,8,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(76202,1,1881306000,2029,8,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(76203,1,1881309600,2029,8,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(76204,1,1881313200,2029,8,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(76205,1,1881316800,2029,8,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(76206,1,1881320400,2029,8,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(76207,1,1881324000,2029,8,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(76208,1,1881327600,2029,8,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(76209,1,1881331200,2029,8,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(76210,1,1881334800,2029,8,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(76211,1,1881338400,2029,8,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(76212,1,1881342000,2029,8,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(76213,1,1881345600,2029,8,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(76214,1,1881349200,2029,8,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(76215,1,1881352800,2029,8,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(76216,1,1881356400,2029,8,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(76217,1,1881360000,2029,8,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(76218,1,1881363600,2029,8,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(76219,1,1881367200,2029,8,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(76220,1,1881370800,2029,8,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(76221,1,1881374400,2029,8,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(76222,1,1881378000,2029,8,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(76223,1,1881381600,2029,8,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(76224,1,1881385200,2029,8,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(76225,1,1881388800,2029,8,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(76226,1,1881392400,2029,8,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(76227,1,1881396000,2029,8,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(76228,1,1881399600,2029,8,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(76229,1,1881403200,2029,8,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(76230,1,1881406800,2029,8,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(76231,1,1881410400,2029,8,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(76232,1,1881414000,2029,8,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(76233,1,1881417600,2029,8,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(76234,1,1881421200,2029,8,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(76235,1,1881424800,2029,8,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(76236,1,1881428400,2029,8,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(76237,1,1881432000,2029,8,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(76238,1,1881435600,2029,8,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(76239,1,1881439200,2029,8,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(76240,1,1881442800,2029,8,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(76241,1,1881446400,2029,8,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(76242,1,1881450000,2029,8,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(76243,1,1881453600,2029,8,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(76244,1,1881457200,2029,8,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(76245,1,1881460800,2029,8,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(76246,1,1881464400,2029,8,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(76247,1,1881468000,2029,8,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(76248,1,1881471600,2029,8,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(76249,1,1881475200,2029,8,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(76250,1,1881478800,2029,8,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(76251,1,1881482400,2029,8,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(76252,1,1881486000,2029,8,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(76253,1,1881489600,2029,8,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(76254,1,1881493200,2029,8,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(76255,1,1881496800,2029,8,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(76256,1,1881500400,2029,8,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(76257,1,1881504000,2029,8,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(76258,1,1881507600,2029,8,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(76259,1,1881511200,2029,8,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(76260,1,1881514800,2029,8,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(76261,1,1881518400,2029,8,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(76262,1,1881522000,2029,8,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(76263,1,1881525600,2029,8,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(76264,1,1881529200,2029,8,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(76265,1,1881532800,2029,8,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(76266,1,1881536400,2029,8,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(76267,1,1881540000,2029,8,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(76268,1,1881543600,2029,8,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(76269,1,1881547200,2029,8,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(76270,1,1881550800,2029,8,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(76271,1,1881554400,2029,8,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(76272,1,1881558000,2029,8,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(76273,1,1881561600,2029,8,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(76274,1,1881565200,2029,8,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(76275,1,1881568800,2029,8,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(76276,1,1881572400,2029,8,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(76277,1,1881576000,2029,8,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(76278,1,1881579600,2029,8,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(76279,1,1881583200,2029,8,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(76280,1,1881586800,2029,8,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(76281,1,1881590400,2029,8,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(76282,1,1881594000,2029,8,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(76283,1,1881597600,2029,8,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(76284,1,1881601200,2029,8,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(76285,1,1881604800,2029,8,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(76286,1,1881608400,2029,8,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(76287,1,1881612000,2029,8,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(76288,1,1881615600,2029,8,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(76289,1,1881619200,2029,8,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(76290,1,1881622800,2029,8,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(76291,1,1881626400,2029,8,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(76292,1,1881630000,2029,8,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(76293,1,1881633600,2029,8,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(76294,1,1881637200,2029,8,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(76295,1,1881640800,2029,8,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(76296,1,1881644400,2029,8,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(76297,1,1881648000,2029,8,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(76298,1,1881651600,2029,8,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(76299,1,1881655200,2029,8,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(76300,1,1881658800,2029,8,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(76301,1,1881662400,2029,8,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(76302,1,1881666000,2029,8,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(76303,1,1881669600,2029,8,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(76304,1,1881673200,2029,8,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(76305,1,1881676800,2029,8,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(76306,1,1881680400,2029,8,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(76307,1,1881684000,2029,8,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(76308,1,1881687600,2029,8,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(76309,1,1881691200,2029,8,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(76310,1,1881694800,2029,8,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(76311,1,1881698400,2029,8,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(76312,1,1881702000,2029,8,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(76313,1,1881705600,2029,8,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(76314,1,1881709200,2029,8,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(76315,1,1881712800,2029,8,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(76316,1,1881716400,2029,8,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(76317,1,1881720000,2029,8,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(76318,1,1881723600,2029,8,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(76319,1,1881727200,2029,8,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(76320,1,1881730800,2029,8,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(76321,1,1881734400,2029,8,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(76322,1,1881738000,2029,8,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(76323,1,1881741600,2029,8,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(76324,1,1881745200,2029,8,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(76325,1,1881748800,2029,8,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(76326,1,1881752400,2029,8,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(76327,1,1881756000,2029,8,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(76328,1,1881759600,2029,8,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(76329,1,1881763200,2029,8,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(76330,1,1881766800,2029,8,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(76331,1,1881770400,2029,8,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(76332,1,1881774000,2029,8,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(76333,1,1881777600,2029,8,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(76334,1,1881781200,2029,8,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(76335,1,1881871200,2029,8,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(76336,1,1881874800,2029,8,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(76337,1,1881878400,2029,8,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(76338,1,1881882000,2029,8,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(76339,1,1881885600,2029,8,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(76340,1,1881889200,2029,8,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(76341,1,1881892800,2029,8,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(76342,1,1881896400,2029,8,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(76343,1,1881900000,2029,8,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(76344,1,1881903600,2029,8,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(76345,1,1881907200,2029,8,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(76346,1,1881910800,2029,8,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(76347,1,1881914400,2029,8,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(76348,1,1881918000,2029,8,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(76349,1,1881921600,2029,8,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(76350,1,1881925200,2029,8,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(76351,1,1881928800,2029,8,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(76352,1,1881932400,2029,8,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(76353,1,1881936000,2029,8,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(76354,1,1881939600,2029,8,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(76355,1,1881943200,2029,8,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(76356,1,1881946800,2029,8,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(76357,1,1881950400,2029,8,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(76358,1,1881954000,2029,8,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(76359,1,1881957600,2029,8,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(76360,1,1881961200,2029,8,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(76361,1,1881964800,2029,8,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(76362,1,1881968400,2029,8,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(76363,1,1881972000,2029,8,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(76364,1,1881975600,2029,8,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(76365,1,1881979200,2029,8,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(76366,1,1881982800,2029,8,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(76367,1,1881986400,2029,8,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(76368,1,1881990000,2029,8,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(76369,1,1881993600,2029,8,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(76370,1,1881997200,2029,8,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(76371,1,1882000800,2029,8,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(76372,1,1882004400,2029,8,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(76373,1,1882008000,2029,8,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(76374,1,1882011600,2029,8,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(76375,1,1882015200,2029,8,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(76376,1,1882018800,2029,8,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(76377,1,1882022400,2029,8,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(76378,1,1882026000,2029,8,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(76379,1,1882029600,2029,8,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(76380,1,1882033200,2029,8,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(76381,1,1882036800,2029,8,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(76382,1,1882040400,2029,8,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(76383,1,1882044000,2029,8,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(76384,1,1882047600,2029,8,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(76385,1,1882051200,2029,8,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(76386,1,1882054800,2029,8,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(76387,1,1882058400,2029,8,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(76388,1,1882062000,2029,8,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(76389,1,1882065600,2029,8,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(76390,1,1882069200,2029,8,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(76391,1,1882072800,2029,8,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(76392,1,1882076400,2029,8,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(76393,1,1882080000,2029,8,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(76394,1,1882083600,2029,8,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(76395,1,1882087200,2029,8,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(76396,1,1882090800,2029,8,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(76397,1,1882094400,2029,8,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(76398,1,1882098000,2029,8,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(76399,1,1882101600,2029,8,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(76400,1,1882105200,2029,8,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(76401,1,1882108800,2029,8,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(76402,1,1882112400,2029,8,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(76403,1,1882116000,2029,8,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(76404,1,1882119600,2029,8,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(76405,1,1882123200,2029,8,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(76406,1,1882126800,2029,8,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(76407,1,1882130400,2029,8,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(76408,1,1882134000,2029,8,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(76409,1,1882137600,2029,8,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(76410,1,1882141200,2029,8,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(76411,1,1882144800,2029,8,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(76412,1,1882148400,2029,8,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(76413,1,1882152000,2029,8,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(76414,1,1882155600,2029,8,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(76415,1,1882159200,2029,8,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(76416,1,1882162800,2029,8,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(76417,1,1882166400,2029,8,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(76418,1,1882170000,2029,8,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(76419,1,1882173600,2029,8,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(76420,1,1882177200,2029,8,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(76421,1,1882180800,2029,8,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(76422,1,1882184400,2029,8,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(76423,1,1882188000,2029,8,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(76424,1,1882191600,2029,8,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(76425,1,1882195200,2029,8,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(76426,1,1882198800,2029,8,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(76427,1,1882202400,2029,8,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(76428,1,1882206000,2029,8,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(76429,1,1882209600,2029,8,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(76430,1,1882213200,2029,8,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(76431,1,1882216800,2029,8,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(76432,1,1882220400,2029,8,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(76433,1,1882224000,2029,8,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(76434,1,1882227600,2029,8,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(76435,1,1882231200,2029,8,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(76436,1,1882234800,2029,8,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(76437,1,1882238400,2029,8,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(76438,1,1882242000,2029,8,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(76439,1,1882245600,2029,8,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(76440,1,1882249200,2029,8,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(76441,1,1882252800,2029,8,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(76442,1,1882256400,2029,8,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(76443,1,1882260000,2029,8,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(76444,1,1882263600,2029,8,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(76445,1,1882267200,2029,8,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(76446,1,1882270800,2029,8,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(76447,1,1882274400,2029,8,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(76448,1,1882278000,2029,8,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(76449,1,1882281600,2029,8,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(76450,1,1882285200,2029,8,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(76451,1,1882288800,2029,8,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(76452,1,1882292400,2029,8,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(76453,1,1882296000,2029,8,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(76454,1,1882299600,2029,8,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(76455,1,1882303200,2029,8,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(76456,1,1882306800,2029,8,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(76457,1,1882310400,2029,8,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(76458,1,1882314000,2029,8,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(76459,1,1882317600,2029,8,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(76460,1,1882321200,2029,8,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(76461,1,1882324800,2029,8,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(76462,1,1882328400,2029,8,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(76463,1,1882332000,2029,8,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(76464,1,1882335600,2029,8,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(76465,1,1882339200,2029,8,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(76466,1,1882342800,2029,8,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(76467,1,1882346400,2029,8,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(76468,1,1882350000,2029,8,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(76469,1,1882353600,2029,8,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(76470,1,1882357200,2029,8,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(76471,1,1882360800,2029,8,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(76472,1,1882364400,2029,8,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(76473,1,1882368000,2029,8,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(76474,1,1882371600,2029,8,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(76475,1,1882375200,2029,8,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(76476,1,1882378800,2029,8,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(76477,1,1882382400,2029,8,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(76478,1,1882386000,2029,8,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(76479,1,1882476000,2029,8,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(76480,1,1882479600,2029,8,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(76481,1,1882483200,2029,8,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(76482,1,1882486800,2029,8,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(76483,1,1882490400,2029,8,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(76484,1,1882494000,2029,8,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(76485,1,1882497600,2029,8,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(76486,1,1882501200,2029,8,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(76487,1,1882504800,2029,8,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(76488,1,1882508400,2029,8,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(76489,1,1882512000,2029,8,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(76490,1,1882515600,2029,8,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(76491,1,1882519200,2029,8,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(76492,1,1882522800,2029,8,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(76493,1,1882526400,2029,8,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(76494,1,1882530000,2029,8,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(76495,1,1882533600,2029,8,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(76496,1,1882537200,2029,8,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(76497,1,1882540800,2029,8,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(76498,1,1882544400,2029,8,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(76499,1,1882548000,2029,8,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(76500,1,1882551600,2029,8,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(76501,1,1882555200,2029,8,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(76502,1,1882558800,2029,8,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(76503,1,1882562400,2029,8,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(76504,1,1882566000,2029,8,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(76505,1,1882569600,2029,8,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(76506,1,1882573200,2029,8,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(76507,1,1882576800,2029,8,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(76508,1,1882580400,2029,8,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(76509,1,1882584000,2029,8,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(76510,1,1882587600,2029,8,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(76511,1,1882591200,2029,8,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(76512,1,1882594800,2029,8,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(76513,1,1882598400,2029,8,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(76514,1,1882602000,2029,8,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(76515,1,1882605600,2029,8,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(76516,1,1882609200,2029,8,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(76517,1,1882612800,2029,8,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(76518,1,1882616400,2029,8,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(76519,1,1882620000,2029,8,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(76520,1,1882623600,2029,8,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(76521,1,1882627200,2029,8,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(76522,1,1882630800,2029,8,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(76523,1,1882634400,2029,8,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(76524,1,1882638000,2029,8,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(76525,1,1882641600,2029,8,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(76526,1,1882645200,2029,8,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(76527,1,1882648800,2029,8,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(76528,1,1882652400,2029,8,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(76529,1,1882656000,2029,8,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(76530,1,1882659600,2029,8,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(76531,1,1882663200,2029,8,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(76532,1,1882666800,2029,8,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(76533,1,1882670400,2029,8,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(76534,1,1882674000,2029,8,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(76535,1,1882677600,2029,8,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(76536,1,1882681200,2029,8,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(76537,1,1882684800,2029,8,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(76538,1,1882688400,2029,8,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(76539,1,1882692000,2029,8,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(76540,1,1882695600,2029,8,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(76541,1,1882699200,2029,8,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(76542,1,1882702800,2029,8,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(76543,1,1882706400,2029,8,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(76544,1,1882710000,2029,8,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(76545,1,1882713600,2029,8,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(76546,1,1882717200,2029,8,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(76547,1,1882720800,2029,8,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(76548,1,1882724400,2029,8,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(76549,1,1882728000,2029,8,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(76550,1,1882731600,2029,8,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(76551,1,1882735200,2029,8,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(76552,1,1882738800,2029,8,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(76553,1,1882742400,2029,8,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(76554,1,1882746000,2029,8,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(76555,1,1882749600,2029,8,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(76556,1,1882753200,2029,8,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(76557,1,1882756800,2029,8,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(76558,1,1882760400,2029,8,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(76559,1,1882764000,2029,8,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(76560,1,1882767600,2029,8,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(76561,1,1882771200,2029,8,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(76562,1,1882774800,2029,8,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(76563,1,1882778400,2029,8,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(76564,1,1882782000,2029,8,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(76565,1,1882785600,2029,8,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(76566,1,1882789200,2029,8,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(76567,1,1882792800,2029,8,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(76568,1,1882796400,2029,8,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(76569,1,1882800000,2029,8,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(76570,1,1882803600,2029,8,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(76571,1,1882807200,2029,8,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(76572,1,1882810800,2029,8,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(76573,1,1882814400,2029,8,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(76574,1,1882818000,2029,8,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(76575,1,1882821600,2029,8,31,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(76576,1,1882825200,2029,8,31,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(76577,1,1882828800,2029,8,31,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(76578,1,1882832400,2029,8,31,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(76579,1,1882836000,2029,8,31,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(76580,1,1882839600,2029,8,31,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(76581,1,1882843200,2029,8,31,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(76582,1,1882846800,2029,8,31,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(76583,1,1882850400,2029,8,31,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(76584,1,1882854000,2029,8,31,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(76585,1,1882857600,2029,8,31,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(76586,1,1882861200,2029,8,31,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(76587,1,1882864800,2029,8,31,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(76588,1,1882868400,2029,8,31,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(76589,1,1882872000,2029,8,31,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(76590,1,1882875600,2029,8,31,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(76591,1,1882879200,2029,8,31,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(76592,1,1882882800,2029,8,31,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(76593,1,1882886400,2029,8,31,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(76594,1,1882890000,2029,8,31,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(76595,1,1882893600,2029,8,31,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(76596,1,1882897200,2029,8,31,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(76597,1,1882900800,2029,8,31,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(76598,1,1882904400,2029,8,31,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(76599,1,1882908000,2029,9,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(76600,1,1882911600,2029,9,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(76601,1,1882915200,2029,9,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(76602,1,1882918800,2029,9,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(76603,1,1882922400,2029,9,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(76604,1,1882926000,2029,9,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(76605,1,1882929600,2029,9,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(76606,1,1882933200,2029,9,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(76607,1,1882936800,2029,9,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(76608,1,1882940400,2029,9,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(76609,1,1882944000,2029,9,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(76610,1,1882947600,2029,9,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(76611,1,1882951200,2029,9,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(76612,1,1882954800,2029,9,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(76613,1,1882958400,2029,9,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(76614,1,1882962000,2029,9,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(76615,1,1882965600,2029,9,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(76616,1,1882969200,2029,9,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(76617,1,1882972800,2029,9,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(76618,1,1882976400,2029,9,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(76619,1,1882980000,2029,9,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(76620,1,1882983600,2029,9,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(76621,1,1882987200,2029,9,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(76622,1,1882990800,2029,9,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(76623,1,1883080800,2029,9,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(76624,1,1883084400,2029,9,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(76625,1,1883088000,2029,9,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(76626,1,1883091600,2029,9,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(76627,1,1883095200,2029,9,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(76628,1,1883098800,2029,9,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(76629,1,1883102400,2029,9,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(76630,1,1883106000,2029,9,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(76631,1,1883109600,2029,9,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(76632,1,1883113200,2029,9,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(76633,1,1883116800,2029,9,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(76634,1,1883120400,2029,9,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(76635,1,1883124000,2029,9,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(76636,1,1883127600,2029,9,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(76637,1,1883131200,2029,9,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(76638,1,1883134800,2029,9,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(76639,1,1883138400,2029,9,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(76640,1,1883142000,2029,9,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(76641,1,1883145600,2029,9,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(76642,1,1883149200,2029,9,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(76643,1,1883152800,2029,9,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(76644,1,1883156400,2029,9,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(76645,1,1883160000,2029,9,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(76646,1,1883163600,2029,9,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(76647,1,1883167200,2029,9,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(76648,1,1883170800,2029,9,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(76649,1,1883174400,2029,9,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(76650,1,1883178000,2029,9,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(76651,1,1883181600,2029,9,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(76652,1,1883185200,2029,9,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(76653,1,1883188800,2029,9,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(76654,1,1883192400,2029,9,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(76655,1,1883196000,2029,9,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(76656,1,1883199600,2029,9,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(76657,1,1883203200,2029,9,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(76658,1,1883206800,2029,9,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(76659,1,1883210400,2029,9,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(76660,1,1883214000,2029,9,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(76661,1,1883217600,2029,9,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(76662,1,1883221200,2029,9,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(76663,1,1883224800,2029,9,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(76664,1,1883228400,2029,9,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(76665,1,1883232000,2029,9,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(76666,1,1883235600,2029,9,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(76667,1,1883239200,2029,9,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(76668,1,1883242800,2029,9,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(76669,1,1883246400,2029,9,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(76670,1,1883250000,2029,9,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(76671,1,1883253600,2029,9,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(76672,1,1883257200,2029,9,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(76673,1,1883260800,2029,9,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(76674,1,1883264400,2029,9,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(76675,1,1883268000,2029,9,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(76676,1,1883271600,2029,9,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(76677,1,1883275200,2029,9,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(76678,1,1883278800,2029,9,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(76679,1,1883282400,2029,9,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(76680,1,1883286000,2029,9,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(76681,1,1883289600,2029,9,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(76682,1,1883293200,2029,9,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(76683,1,1883296800,2029,9,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(76684,1,1883300400,2029,9,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(76685,1,1883304000,2029,9,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(76686,1,1883307600,2029,9,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(76687,1,1883311200,2029,9,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(76688,1,1883314800,2029,9,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(76689,1,1883318400,2029,9,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(76690,1,1883322000,2029,9,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(76691,1,1883325600,2029,9,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(76692,1,1883329200,2029,9,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(76693,1,1883332800,2029,9,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(76694,1,1883336400,2029,9,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(76695,1,1883340000,2029,9,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(76696,1,1883343600,2029,9,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(76697,1,1883347200,2029,9,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(76698,1,1883350800,2029,9,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(76699,1,1883354400,2029,9,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(76700,1,1883358000,2029,9,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(76701,1,1883361600,2029,9,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(76702,1,1883365200,2029,9,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(76703,1,1883368800,2029,9,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(76704,1,1883372400,2029,9,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(76705,1,1883376000,2029,9,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(76706,1,1883379600,2029,9,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(76707,1,1883383200,2029,9,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(76708,1,1883386800,2029,9,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(76709,1,1883390400,2029,9,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(76710,1,1883394000,2029,9,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(76711,1,1883397600,2029,9,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(76712,1,1883401200,2029,9,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(76713,1,1883404800,2029,9,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(76714,1,1883408400,2029,9,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(76715,1,1883412000,2029,9,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(76716,1,1883415600,2029,9,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(76717,1,1883419200,2029,9,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(76718,1,1883422800,2029,9,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(76719,1,1883426400,2029,9,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(76720,1,1883430000,2029,9,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(76721,1,1883433600,2029,9,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(76722,1,1883437200,2029,9,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(76723,1,1883440800,2029,9,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(76724,1,1883444400,2029,9,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(76725,1,1883448000,2029,9,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(76726,1,1883451600,2029,9,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(76727,1,1883455200,2029,9,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(76728,1,1883458800,2029,9,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(76729,1,1883462400,2029,9,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(76730,1,1883466000,2029,9,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(76731,1,1883469600,2029,9,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(76732,1,1883473200,2029,9,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(76733,1,1883476800,2029,9,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(76734,1,1883480400,2029,9,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(76735,1,1883484000,2029,9,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(76736,1,1883487600,2029,9,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(76737,1,1883491200,2029,9,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(76738,1,1883494800,2029,9,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(76739,1,1883498400,2029,9,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(76740,1,1883502000,2029,9,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(76741,1,1883505600,2029,9,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(76742,1,1883509200,2029,9,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(76743,1,1883512800,2029,9,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(76744,1,1883516400,2029,9,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(76745,1,1883520000,2029,9,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(76746,1,1883523600,2029,9,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(76747,1,1883527200,2029,9,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(76748,1,1883530800,2029,9,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(76749,1,1883534400,2029,9,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(76750,1,1883538000,2029,9,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(76751,1,1883541600,2029,9,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(76752,1,1883545200,2029,9,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(76753,1,1883548800,2029,9,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(76754,1,1883552400,2029,9,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(76755,1,1883556000,2029,9,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(76756,1,1883559600,2029,9,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(76757,1,1883563200,2029,9,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(76758,1,1883566800,2029,9,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(76759,1,1883570400,2029,9,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(76760,1,1883574000,2029,9,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(76761,1,1883577600,2029,9,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(76762,1,1883581200,2029,9,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(76763,1,1883584800,2029,9,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(76764,1,1883588400,2029,9,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(76765,1,1883592000,2029,9,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(76766,1,1883595600,2029,9,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(76767,1,1883685600,2029,9,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(76768,1,1883689200,2029,9,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(76769,1,1883692800,2029,9,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(76770,1,1883696400,2029,9,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(76771,1,1883700000,2029,9,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(76772,1,1883703600,2029,9,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(76773,1,1883707200,2029,9,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(76774,1,1883710800,2029,9,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(76775,1,1883714400,2029,9,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(76776,1,1883718000,2029,9,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(76777,1,1883721600,2029,9,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(76778,1,1883725200,2029,9,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(76779,1,1883728800,2029,9,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(76780,1,1883732400,2029,9,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(76781,1,1883736000,2029,9,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(76782,1,1883739600,2029,9,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(76783,1,1883743200,2029,9,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(76784,1,1883746800,2029,9,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(76785,1,1883750400,2029,9,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(76786,1,1883754000,2029,9,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(76787,1,1883757600,2029,9,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(76788,1,1883761200,2029,9,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(76789,1,1883764800,2029,9,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(76790,1,1883768400,2029,9,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(76791,1,1883772000,2029,9,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(76792,1,1883775600,2029,9,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(76793,1,1883779200,2029,9,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(76794,1,1883782800,2029,9,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(76795,1,1883786400,2029,9,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(76796,1,1883790000,2029,9,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(76797,1,1883793600,2029,9,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(76798,1,1883797200,2029,9,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(76799,1,1883800800,2029,9,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(76800,1,1883804400,2029,9,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(76801,1,1883808000,2029,9,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(76802,1,1883811600,2029,9,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(76803,1,1883815200,2029,9,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(76804,1,1883818800,2029,9,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(76805,1,1883822400,2029,9,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(76806,1,1883826000,2029,9,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(76807,1,1883829600,2029,9,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(76808,1,1883833200,2029,9,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(76809,1,1883836800,2029,9,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(76810,1,1883840400,2029,9,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(76811,1,1883844000,2029,9,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(76812,1,1883847600,2029,9,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(76813,1,1883851200,2029,9,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(76814,1,1883854800,2029,9,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(76815,1,1883858400,2029,9,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(76816,1,1883862000,2029,9,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(76817,1,1883865600,2029,9,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(76818,1,1883869200,2029,9,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(76819,1,1883872800,2029,9,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(76820,1,1883876400,2029,9,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(76821,1,1883880000,2029,9,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(76822,1,1883883600,2029,9,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(76823,1,1883887200,2029,9,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(76824,1,1883890800,2029,9,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(76825,1,1883894400,2029,9,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(76826,1,1883898000,2029,9,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(76827,1,1883901600,2029,9,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(76828,1,1883905200,2029,9,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(76829,1,1883908800,2029,9,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(76830,1,1883912400,2029,9,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(76831,1,1883916000,2029,9,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(76832,1,1883919600,2029,9,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(76833,1,1883923200,2029,9,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(76834,1,1883926800,2029,9,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(76835,1,1883930400,2029,9,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(76836,1,1883934000,2029,9,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(76837,1,1883937600,2029,9,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(76838,1,1883941200,2029,9,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(76839,1,1883944800,2029,9,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(76840,1,1883948400,2029,9,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(76841,1,1883952000,2029,9,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(76842,1,1883955600,2029,9,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(76843,1,1883959200,2029,9,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(76844,1,1883962800,2029,9,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(76845,1,1883966400,2029,9,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(76846,1,1883970000,2029,9,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(76847,1,1883973600,2029,9,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(76848,1,1883977200,2029,9,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(76849,1,1883980800,2029,9,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(76850,1,1883984400,2029,9,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(76851,1,1883988000,2029,9,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(76852,1,1883991600,2029,9,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(76853,1,1883995200,2029,9,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(76854,1,1883998800,2029,9,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(76855,1,1884002400,2029,9,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(76856,1,1884006000,2029,9,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(76857,1,1884009600,2029,9,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(76858,1,1884013200,2029,9,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(76859,1,1884016800,2029,9,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(76860,1,1884020400,2029,9,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(76861,1,1884024000,2029,9,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(76862,1,1884027600,2029,9,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(76863,1,1884031200,2029,9,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(76864,1,1884034800,2029,9,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(76865,1,1884038400,2029,9,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(76866,1,1884042000,2029,9,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(76867,1,1884045600,2029,9,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(76868,1,1884049200,2029,9,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(76869,1,1884052800,2029,9,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(76870,1,1884056400,2029,9,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(76871,1,1884060000,2029,9,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(76872,1,1884063600,2029,9,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(76873,1,1884067200,2029,9,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(76874,1,1884070800,2029,9,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(76875,1,1884074400,2029,9,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(76876,1,1884078000,2029,9,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(76877,1,1884081600,2029,9,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(76878,1,1884085200,2029,9,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(76879,1,1884088800,2029,9,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(76880,1,1884092400,2029,9,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(76881,1,1884096000,2029,9,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(76882,1,1884099600,2029,9,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(76883,1,1884103200,2029,9,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(76884,1,1884106800,2029,9,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(76885,1,1884110400,2029,9,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(76886,1,1884114000,2029,9,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(76887,1,1884117600,2029,9,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(76888,1,1884121200,2029,9,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(76889,1,1884124800,2029,9,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(76890,1,1884128400,2029,9,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(76891,1,1884132000,2029,9,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(76892,1,1884135600,2029,9,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(76893,1,1884139200,2029,9,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(76894,1,1884142800,2029,9,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(76895,1,1884146400,2029,9,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(76896,1,1884150000,2029,9,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(76897,1,1884153600,2029,9,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(76898,1,1884157200,2029,9,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(76899,1,1884160800,2029,9,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(76900,1,1884164400,2029,9,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(76901,1,1884168000,2029,9,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(76902,1,1884171600,2029,9,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(76903,1,1884175200,2029,9,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(76904,1,1884178800,2029,9,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(76905,1,1884182400,2029,9,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(76906,1,1884186000,2029,9,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(76907,1,1884189600,2029,9,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(76908,1,1884193200,2029,9,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(76909,1,1884196800,2029,9,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(76910,1,1884200400,2029,9,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(76911,1,1884290400,2029,9,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(76912,1,1884294000,2029,9,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(76913,1,1884297600,2029,9,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(76914,1,1884301200,2029,9,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(76915,1,1884304800,2029,9,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(76916,1,1884308400,2029,9,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(76917,1,1884312000,2029,9,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(76918,1,1884315600,2029,9,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(76919,1,1884319200,2029,9,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(76920,1,1884322800,2029,9,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(76921,1,1884326400,2029,9,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(76922,1,1884330000,2029,9,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(76923,1,1884333600,2029,9,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(76924,1,1884337200,2029,9,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(76925,1,1884340800,2029,9,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(76926,1,1884344400,2029,9,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(76927,1,1884348000,2029,9,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(76928,1,1884351600,2029,9,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(76929,1,1884355200,2029,9,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(76930,1,1884358800,2029,9,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(76931,1,1884362400,2029,9,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(76932,1,1884366000,2029,9,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(76933,1,1884369600,2029,9,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(76934,1,1884373200,2029,9,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(76935,1,1884376800,2029,9,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(76936,1,1884380400,2029,9,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(76937,1,1884384000,2029,9,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(76938,1,1884387600,2029,9,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(76939,1,1884391200,2029,9,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(76940,1,1884394800,2029,9,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(76941,1,1884398400,2029,9,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(76942,1,1884402000,2029,9,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(76943,1,1884405600,2029,9,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(76944,1,1884409200,2029,9,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(76945,1,1884412800,2029,9,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(76946,1,1884416400,2029,9,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(76947,1,1884420000,2029,9,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(76948,1,1884423600,2029,9,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(76949,1,1884427200,2029,9,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(76950,1,1884430800,2029,9,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(76951,1,1884434400,2029,9,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(76952,1,1884438000,2029,9,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(76953,1,1884441600,2029,9,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(76954,1,1884445200,2029,9,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(76955,1,1884448800,2029,9,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(76956,1,1884452400,2029,9,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(76957,1,1884456000,2029,9,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(76958,1,1884459600,2029,9,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(76959,1,1884463200,2029,9,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(76960,1,1884466800,2029,9,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(76961,1,1884470400,2029,9,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(76962,1,1884474000,2029,9,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(76963,1,1884477600,2029,9,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(76964,1,1884481200,2029,9,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(76965,1,1884484800,2029,9,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(76966,1,1884488400,2029,9,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(76967,1,1884492000,2029,9,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(76968,1,1884495600,2029,9,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(76969,1,1884499200,2029,9,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(76970,1,1884502800,2029,9,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(76971,1,1884506400,2029,9,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(76972,1,1884510000,2029,9,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(76973,1,1884513600,2029,9,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(76974,1,1884517200,2029,9,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(76975,1,1884520800,2029,9,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(76976,1,1884524400,2029,9,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(76977,1,1884528000,2029,9,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(76978,1,1884531600,2029,9,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(76979,1,1884535200,2029,9,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(76980,1,1884538800,2029,9,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(76981,1,1884542400,2029,9,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(76982,1,1884546000,2029,9,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(76983,1,1884549600,2029,9,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(76984,1,1884553200,2029,9,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(76985,1,1884556800,2029,9,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(76986,1,1884560400,2029,9,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(76987,1,1884564000,2029,9,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(76988,1,1884567600,2029,9,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(76989,1,1884571200,2029,9,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(76990,1,1884574800,2029,9,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(76991,1,1884578400,2029,9,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(76992,1,1884582000,2029,9,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(76993,1,1884585600,2029,9,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(76994,1,1884589200,2029,9,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(76995,1,1884592800,2029,9,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(76996,1,1884596400,2029,9,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(76997,1,1884600000,2029,9,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(76998,1,1884603600,2029,9,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(76999,1,1884607200,2029,9,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(77000,1,1884610800,2029,9,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(77001,1,1884614400,2029,9,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(77002,1,1884618000,2029,9,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(77003,1,1884621600,2029,9,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(77004,1,1884625200,2029,9,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(77005,1,1884628800,2029,9,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(77006,1,1884632400,2029,9,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(77007,1,1884636000,2029,9,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(77008,1,1884639600,2029,9,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(77009,1,1884643200,2029,9,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(77010,1,1884646800,2029,9,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(77011,1,1884650400,2029,9,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(77012,1,1884654000,2029,9,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(77013,1,1884657600,2029,9,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(77014,1,1884661200,2029,9,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(77015,1,1884664800,2029,9,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(77016,1,1884668400,2029,9,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(77017,1,1884672000,2029,9,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(77018,1,1884675600,2029,9,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(77019,1,1884679200,2029,9,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(77020,1,1884682800,2029,9,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(77021,1,1884686400,2029,9,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(77022,1,1884690000,2029,9,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(77023,1,1884693600,2029,9,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(77024,1,1884697200,2029,9,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(77025,1,1884700800,2029,9,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(77026,1,1884704400,2029,9,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(77027,1,1884708000,2029,9,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(77028,1,1884711600,2029,9,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(77029,1,1884715200,2029,9,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(77030,1,1884718800,2029,9,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(77031,1,1884722400,2029,9,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(77032,1,1884726000,2029,9,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(77033,1,1884729600,2029,9,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(77034,1,1884733200,2029,9,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(77035,1,1884736800,2029,9,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(77036,1,1884740400,2029,9,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(77037,1,1884744000,2029,9,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(77038,1,1884747600,2029,9,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(77039,1,1884751200,2029,9,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(77040,1,1884754800,2029,9,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(77041,1,1884758400,2029,9,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(77042,1,1884762000,2029,9,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(77043,1,1884765600,2029,9,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(77044,1,1884769200,2029,9,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(77045,1,1884772800,2029,9,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(77046,1,1884776400,2029,9,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(77047,1,1884780000,2029,9,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(77048,1,1884783600,2029,9,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(77049,1,1884787200,2029,9,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(77050,1,1884790800,2029,9,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(77051,1,1884794400,2029,9,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(77052,1,1884798000,2029,9,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(77053,1,1884801600,2029,9,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(77054,1,1884805200,2029,9,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(77055,1,1884895200,2029,9,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(77056,1,1884898800,2029,9,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(77057,1,1884902400,2029,9,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(77058,1,1884906000,2029,9,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(77059,1,1884909600,2029,9,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(77060,1,1884913200,2029,9,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(77061,1,1884916800,2029,9,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(77062,1,1884920400,2029,9,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(77063,1,1884924000,2029,9,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(77064,1,1884927600,2029,9,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(77065,1,1884931200,2029,9,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(77066,1,1884934800,2029,9,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(77067,1,1884938400,2029,9,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(77068,1,1884942000,2029,9,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(77069,1,1884945600,2029,9,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(77070,1,1884949200,2029,9,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(77071,1,1884952800,2029,9,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(77072,1,1884956400,2029,9,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(77073,1,1884960000,2029,9,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(77074,1,1884963600,2029,9,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(77075,1,1884967200,2029,9,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(77076,1,1884970800,2029,9,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(77077,1,1884974400,2029,9,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(77078,1,1884978000,2029,9,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(77079,1,1884981600,2029,9,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(77080,1,1884985200,2029,9,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(77081,1,1884988800,2029,9,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(77082,1,1884992400,2029,9,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(77083,1,1884996000,2029,9,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(77084,1,1884999600,2029,9,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(77085,1,1885003200,2029,9,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(77086,1,1885006800,2029,9,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(77087,1,1885010400,2029,9,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(77088,1,1885014000,2029,9,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(77089,1,1885017600,2029,9,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(77090,1,1885021200,2029,9,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(77091,1,1885024800,2029,9,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(77092,1,1885028400,2029,9,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(77093,1,1885032000,2029,9,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(77094,1,1885035600,2029,9,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(77095,1,1885039200,2029,9,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(77096,1,1885042800,2029,9,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(77097,1,1885046400,2029,9,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(77098,1,1885050000,2029,9,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(77099,1,1885053600,2029,9,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(77100,1,1885057200,2029,9,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(77101,1,1885060800,2029,9,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(77102,1,1885064400,2029,9,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(77103,1,1885068000,2029,9,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(77104,1,1885071600,2029,9,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(77105,1,1885075200,2029,9,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(77106,1,1885078800,2029,9,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(77107,1,1885082400,2029,9,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(77108,1,1885086000,2029,9,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(77109,1,1885089600,2029,9,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(77110,1,1885093200,2029,9,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(77111,1,1885096800,2029,9,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(77112,1,1885100400,2029,9,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(77113,1,1885104000,2029,9,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(77114,1,1885107600,2029,9,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(77115,1,1885111200,2029,9,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(77116,1,1885114800,2029,9,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(77117,1,1885118400,2029,9,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(77118,1,1885122000,2029,9,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(77119,1,1885125600,2029,9,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(77120,1,1885129200,2029,9,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(77121,1,1885132800,2029,9,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(77122,1,1885136400,2029,9,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(77123,1,1885140000,2029,9,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(77124,1,1885143600,2029,9,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(77125,1,1885147200,2029,9,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(77126,1,1885150800,2029,9,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(77127,1,1885154400,2029,9,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(77128,1,1885158000,2029,9,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(77129,1,1885161600,2029,9,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(77130,1,1885165200,2029,9,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(77131,1,1885168800,2029,9,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(77132,1,1885172400,2029,9,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(77133,1,1885176000,2029,9,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(77134,1,1885179600,2029,9,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(77135,1,1885183200,2029,9,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(77136,1,1885186800,2029,9,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(77137,1,1885190400,2029,9,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(77138,1,1885194000,2029,9,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(77139,1,1885197600,2029,9,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(77140,1,1885201200,2029,9,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(77141,1,1885204800,2029,9,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(77142,1,1885208400,2029,9,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(77143,1,1885212000,2029,9,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(77144,1,1885215600,2029,9,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(77145,1,1885219200,2029,9,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(77146,1,1885222800,2029,9,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(77147,1,1885226400,2029,9,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(77148,1,1885230000,2029,9,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(77149,1,1885233600,2029,9,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(77150,1,1885237200,2029,9,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(77151,1,1885240800,2029,9,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(77152,1,1885244400,2029,9,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(77153,1,1885248000,2029,9,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(77154,1,1885251600,2029,9,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(77155,1,1885255200,2029,9,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(77156,1,1885258800,2029,9,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(77157,1,1885262400,2029,9,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(77158,1,1885266000,2029,9,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(77159,1,1885269600,2029,9,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(77160,1,1885273200,2029,9,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(77161,1,1885276800,2029,9,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(77162,1,1885280400,2029,9,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(77163,1,1885284000,2029,9,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(77164,1,1885287600,2029,9,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(77165,1,1885291200,2029,9,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(77166,1,1885294800,2029,9,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(77167,1,1885298400,2029,9,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(77168,1,1885302000,2029,9,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(77169,1,1885305600,2029,9,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(77170,1,1885309200,2029,9,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(77171,1,1885312800,2029,9,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(77172,1,1885316400,2029,9,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(77173,1,1885320000,2029,9,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(77174,1,1885323600,2029,9,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(77175,1,1885327200,2029,9,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(77176,1,1885330800,2029,9,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(77177,1,1885334400,2029,9,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(77178,1,1885338000,2029,9,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(77179,1,1885341600,2029,9,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(77180,1,1885345200,2029,9,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(77181,1,1885348800,2029,9,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(77182,1,1885352400,2029,9,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(77183,1,1885356000,2029,9,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(77184,1,1885359600,2029,9,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(77185,1,1885363200,2029,9,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(77186,1,1885366800,2029,9,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(77187,1,1885370400,2029,9,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(77188,1,1885374000,2029,9,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(77189,1,1885377600,2029,9,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(77190,1,1885381200,2029,9,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(77191,1,1885384800,2029,9,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(77192,1,1885388400,2029,9,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(77193,1,1885392000,2029,9,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(77194,1,1885395600,2029,9,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(77195,1,1885399200,2029,9,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(77196,1,1885402800,2029,9,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(77197,1,1885406400,2029,9,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(77198,1,1885410000,2029,9,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(77199,1,1885500000,2029,10,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(77200,1,1885503600,2029,10,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(77201,1,1885507200,2029,10,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(77202,1,1885510800,2029,10,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(77203,1,1885514400,2029,10,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(77204,1,1885518000,2029,10,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(77205,1,1885521600,2029,10,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(77206,1,1885525200,2029,10,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(77207,1,1885528800,2029,10,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(77208,1,1885532400,2029,10,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(77209,1,1885536000,2029,10,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(77210,1,1885539600,2029,10,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(77211,1,1885543200,2029,10,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(77212,1,1885546800,2029,10,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(77213,1,1885550400,2029,10,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(77214,1,1885554000,2029,10,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(77215,1,1885557600,2029,10,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(77216,1,1885561200,2029,10,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(77217,1,1885564800,2029,10,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(77218,1,1885568400,2029,10,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(77219,1,1885572000,2029,10,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(77220,1,1885575600,2029,10,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(77221,1,1885579200,2029,10,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(77222,1,1885582800,2029,10,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(77223,1,1885586400,2029,10,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(77224,1,1885590000,2029,10,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(77225,1,1885593600,2029,10,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(77226,1,1885597200,2029,10,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(77227,1,1885600800,2029,10,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(77228,1,1885604400,2029,10,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(77229,1,1885608000,2029,10,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(77230,1,1885611600,2029,10,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(77231,1,1885615200,2029,10,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(77232,1,1885618800,2029,10,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(77233,1,1885622400,2029,10,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(77234,1,1885626000,2029,10,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(77235,1,1885629600,2029,10,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(77236,1,1885633200,2029,10,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(77237,1,1885636800,2029,10,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(77238,1,1885640400,2029,10,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(77239,1,1885644000,2029,10,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(77240,1,1885647600,2029,10,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(77241,1,1885651200,2029,10,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(77242,1,1885654800,2029,10,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(77243,1,1885658400,2029,10,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(77244,1,1885662000,2029,10,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(77245,1,1885665600,2029,10,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(77246,1,1885669200,2029,10,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(77247,1,1885672800,2029,10,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(77248,1,1885676400,2029,10,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(77249,1,1885680000,2029,10,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(77250,1,1885683600,2029,10,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(77251,1,1885687200,2029,10,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(77252,1,1885690800,2029,10,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(77253,1,1885694400,2029,10,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(77254,1,1885698000,2029,10,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(77255,1,1885701600,2029,10,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(77256,1,1885705200,2029,10,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(77257,1,1885708800,2029,10,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(77258,1,1885712400,2029,10,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(77259,1,1885716000,2029,10,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(77260,1,1885719600,2029,10,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(77261,1,1885723200,2029,10,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(77262,1,1885726800,2029,10,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(77263,1,1885730400,2029,10,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(77264,1,1885734000,2029,10,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(77265,1,1885737600,2029,10,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(77266,1,1885741200,2029,10,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(77267,1,1885744800,2029,10,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(77268,1,1885748400,2029,10,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(77269,1,1885752000,2029,10,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(77270,1,1885755600,2029,10,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(77271,1,1885759200,2029,10,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(77272,1,1885762800,2029,10,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(77273,1,1885766400,2029,10,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(77274,1,1885770000,2029,10,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(77275,1,1885773600,2029,10,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(77276,1,1885777200,2029,10,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(77277,1,1885780800,2029,10,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(77278,1,1885784400,2029,10,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(77279,1,1885788000,2029,10,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(77280,1,1885791600,2029,10,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(77281,1,1885795200,2029,10,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(77282,1,1885798800,2029,10,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(77283,1,1885802400,2029,10,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(77284,1,1885806000,2029,10,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(77285,1,1885809600,2029,10,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(77286,1,1885813200,2029,10,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(77287,1,1885816800,2029,10,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(77288,1,1885820400,2029,10,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(77289,1,1885824000,2029,10,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(77290,1,1885827600,2029,10,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(77291,1,1885831200,2029,10,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(77292,1,1885834800,2029,10,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(77293,1,1885838400,2029,10,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(77294,1,1885842000,2029,10,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(77295,1,1885845600,2029,10,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(77296,1,1885849200,2029,10,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(77297,1,1885852800,2029,10,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(77298,1,1885856400,2029,10,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(77299,1,1885860000,2029,10,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(77300,1,1885863600,2029,10,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(77301,1,1885867200,2029,10,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(77302,1,1885870800,2029,10,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(77303,1,1885874400,2029,10,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(77304,1,1885878000,2029,10,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(77305,1,1885881600,2029,10,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(77306,1,1885885200,2029,10,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(77307,1,1885888800,2029,10,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(77308,1,1885892400,2029,10,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(77309,1,1885896000,2029,10,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(77310,1,1885899600,2029,10,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(77311,1,1885903200,2029,10,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(77312,1,1885906800,2029,10,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(77313,1,1885910400,2029,10,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(77314,1,1885914000,2029,10,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(77315,1,1885917600,2029,10,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(77316,1,1885921200,2029,10,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(77317,1,1885924800,2029,10,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(77318,1,1885928400,2029,10,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(77319,1,1885932000,2029,10,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(77320,1,1885935600,2029,10,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(77321,1,1885939200,2029,10,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(77322,1,1885942800,2029,10,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(77323,1,1885946400,2029,10,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(77324,1,1885950000,2029,10,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(77325,1,1885953600,2029,10,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(77326,1,1885957200,2029,10,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(77327,1,1885960800,2029,10,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(77328,1,1885964400,2029,10,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(77329,1,1885968000,2029,10,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(77330,1,1885971600,2029,10,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(77331,1,1885975200,2029,10,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(77332,1,1885978800,2029,10,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(77333,1,1885982400,2029,10,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(77334,1,1885986000,2029,10,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(77335,1,1885989600,2029,10,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(77336,1,1885993200,2029,10,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(77337,1,1885996800,2029,10,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(77338,1,1886000400,2029,10,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(77339,1,1886004000,2029,10,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(77340,1,1886007600,2029,10,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(77341,1,1886011200,2029,10,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(77342,1,1886014800,2029,10,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(77343,1,1886104800,2029,10,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(77344,1,1886108400,2029,10,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(77345,1,1886112000,2029,10,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(77346,1,1886115600,2029,10,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(77347,1,1886119200,2029,10,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(77348,1,1886122800,2029,10,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(77349,1,1886126400,2029,10,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(77350,1,1886130000,2029,10,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(77351,1,1886133600,2029,10,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(77352,1,1886137200,2029,10,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(77353,1,1886140800,2029,10,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(77354,1,1886144400,2029,10,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(77355,1,1886148000,2029,10,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(77356,1,1886151600,2029,10,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(77357,1,1886155200,2029,10,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(77358,1,1886158800,2029,10,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(77359,1,1886162400,2029,10,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(77360,1,1886166000,2029,10,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(77361,1,1886169600,2029,10,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(77362,1,1886173200,2029,10,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(77363,1,1886176800,2029,10,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(77364,1,1886180400,2029,10,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(77365,1,1886184000,2029,10,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(77366,1,1886187600,2029,10,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(77367,1,1886191200,2029,10,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(77368,1,1886194800,2029,10,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(77369,1,1886198400,2029,10,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(77370,1,1886202000,2029,10,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(77371,1,1886205600,2029,10,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(77372,1,1886209200,2029,10,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(77373,1,1886212800,2029,10,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(77374,1,1886216400,2029,10,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(77375,1,1886220000,2029,10,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(77376,1,1886223600,2029,10,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(77377,1,1886227200,2029,10,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(77378,1,1886230800,2029,10,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(77379,1,1886234400,2029,10,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(77380,1,1886238000,2029,10,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(77381,1,1886241600,2029,10,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(77382,1,1886245200,2029,10,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(77383,1,1886248800,2029,10,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(77384,1,1886252400,2029,10,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(77385,1,1886256000,2029,10,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(77386,1,1886259600,2029,10,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(77387,1,1886263200,2029,10,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(77388,1,1886266800,2029,10,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(77389,1,1886270400,2029,10,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(77390,1,1886274000,2029,10,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(77391,1,1886277600,2029,10,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(77392,1,1886281200,2029,10,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(77393,1,1886284800,2029,10,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(77394,1,1886288400,2029,10,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(77395,1,1886292000,2029,10,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(77396,1,1886295600,2029,10,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(77397,1,1886299200,2029,10,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(77398,1,1886302800,2029,10,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(77399,1,1886306400,2029,10,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(77400,1,1886310000,2029,10,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(77401,1,1886313600,2029,10,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(77402,1,1886317200,2029,10,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(77403,1,1886320800,2029,10,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(77404,1,1886324400,2029,10,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(77405,1,1886328000,2029,10,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(77406,1,1886331600,2029,10,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(77407,1,1886335200,2029,10,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(77408,1,1886338800,2029,10,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(77409,1,1886342400,2029,10,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(77410,1,1886346000,2029,10,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(77411,1,1886349600,2029,10,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(77412,1,1886353200,2029,10,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(77413,1,1886356800,2029,10,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(77414,1,1886360400,2029,10,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(77415,1,1886364000,2029,10,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(77416,1,1886367600,2029,10,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(77417,1,1886371200,2029,10,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(77418,1,1886374800,2029,10,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(77419,1,1886378400,2029,10,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(77420,1,1886382000,2029,10,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(77421,1,1886385600,2029,10,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(77422,1,1886389200,2029,10,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(77423,1,1886392800,2029,10,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(77424,1,1886396400,2029,10,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(77425,1,1886400000,2029,10,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(77426,1,1886403600,2029,10,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(77427,1,1886407200,2029,10,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(77428,1,1886410800,2029,10,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(77429,1,1886414400,2029,10,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(77430,1,1886418000,2029,10,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(77431,1,1886421600,2029,10,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(77432,1,1886425200,2029,10,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(77433,1,1886428800,2029,10,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(77434,1,1886432400,2029,10,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(77435,1,1886436000,2029,10,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(77436,1,1886439600,2029,10,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(77437,1,1886443200,2029,10,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(77438,1,1886446800,2029,10,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(77439,1,1886450400,2029,10,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(77440,1,1886454000,2029,10,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(77441,1,1886457600,2029,10,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(77442,1,1886461200,2029,10,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(77443,1,1886464800,2029,10,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(77444,1,1886468400,2029,10,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(77445,1,1886472000,2029,10,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(77446,1,1886475600,2029,10,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(77447,1,1886479200,2029,10,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(77448,1,1886482800,2029,10,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(77449,1,1886486400,2029,10,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(77450,1,1886490000,2029,10,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(77451,1,1886493600,2029,10,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(77452,1,1886497200,2029,10,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(77453,1,1886500800,2029,10,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(77454,1,1886504400,2029,10,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(77455,1,1886508000,2029,10,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(77456,1,1886511600,2029,10,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(77457,1,1886515200,2029,10,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(77458,1,1886518800,2029,10,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(77459,1,1886522400,2029,10,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(77460,1,1886526000,2029,10,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(77461,1,1886529600,2029,10,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(77462,1,1886533200,2029,10,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(77463,1,1886536800,2029,10,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(77464,1,1886540400,2029,10,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(77465,1,1886544000,2029,10,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(77466,1,1886547600,2029,10,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(77467,1,1886551200,2029,10,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(77468,1,1886554800,2029,10,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(77469,1,1886558400,2029,10,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(77470,1,1886562000,2029,10,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(77471,1,1886565600,2029,10,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(77472,1,1886569200,2029,10,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(77473,1,1886572800,2029,10,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(77474,1,1886576400,2029,10,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(77475,1,1886580000,2029,10,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(77476,1,1886583600,2029,10,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(77477,1,1886587200,2029,10,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(77478,1,1886590800,2029,10,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(77479,1,1886594400,2029,10,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(77480,1,1886598000,2029,10,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(77481,1,1886601600,2029,10,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(77482,1,1886605200,2029,10,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(77483,1,1886608800,2029,10,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(77484,1,1886612400,2029,10,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(77485,1,1886616000,2029,10,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(77486,1,1886619600,2029,10,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(77487,1,1886709600,2029,10,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(77488,1,1886713200,2029,10,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(77489,1,1886716800,2029,10,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(77490,1,1886720400,2029,10,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(77491,1,1886724000,2029,10,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(77492,1,1886727600,2029,10,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(77493,1,1886731200,2029,10,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(77494,1,1886734800,2029,10,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(77495,1,1886738400,2029,10,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(77496,1,1886742000,2029,10,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(77497,1,1886745600,2029,10,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(77498,1,1886749200,2029,10,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(77499,1,1886752800,2029,10,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(77500,1,1886756400,2029,10,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(77501,1,1886760000,2029,10,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(77502,1,1886763600,2029,10,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(77503,1,1886767200,2029,10,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(77504,1,1886770800,2029,10,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(77505,1,1886774400,2029,10,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(77506,1,1886778000,2029,10,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(77507,1,1886781600,2029,10,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(77508,1,1886785200,2029,10,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(77509,1,1886788800,2029,10,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(77510,1,1886792400,2029,10,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(77511,1,1886796000,2029,10,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(77512,1,1886799600,2029,10,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(77513,1,1886803200,2029,10,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(77514,1,1886806800,2029,10,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(77515,1,1886810400,2029,10,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(77516,1,1886814000,2029,10,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(77517,1,1886817600,2029,10,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(77518,1,1886821200,2029,10,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(77519,1,1886824800,2029,10,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(77520,1,1886828400,2029,10,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(77521,1,1886832000,2029,10,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(77522,1,1886835600,2029,10,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(77523,1,1886839200,2029,10,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(77524,1,1886842800,2029,10,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(77525,1,1886846400,2029,10,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(77526,1,1886850000,2029,10,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(77527,1,1886853600,2029,10,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(77528,1,1886857200,2029,10,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(77529,1,1886860800,2029,10,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(77530,1,1886864400,2029,10,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(77531,1,1886868000,2029,10,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(77532,1,1886871600,2029,10,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(77533,1,1886875200,2029,10,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(77534,1,1886878800,2029,10,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(77535,1,1886882400,2029,10,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(77536,1,1886886000,2029,10,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(77537,1,1886889600,2029,10,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(77538,1,1886893200,2029,10,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(77539,1,1886896800,2029,10,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(77540,1,1886900400,2029,10,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(77541,1,1886904000,2029,10,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(77542,1,1886907600,2029,10,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(77543,1,1886911200,2029,10,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(77544,1,1886914800,2029,10,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(77545,1,1886918400,2029,10,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(77546,1,1886922000,2029,10,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(77547,1,1886925600,2029,10,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(77548,1,1886929200,2029,10,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(77549,1,1886932800,2029,10,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(77550,1,1886936400,2029,10,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(77551,1,1886940000,2029,10,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(77552,1,1886943600,2029,10,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(77553,1,1886947200,2029,10,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(77554,1,1886950800,2029,10,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(77555,1,1886954400,2029,10,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(77556,1,1886958000,2029,10,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(77557,1,1886961600,2029,10,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(77558,1,1886965200,2029,10,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(77559,1,1886968800,2029,10,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(77560,1,1886972400,2029,10,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(77561,1,1886976000,2029,10,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(77562,1,1886979600,2029,10,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(77563,1,1886983200,2029,10,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(77564,1,1886986800,2029,10,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(77565,1,1886990400,2029,10,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(77566,1,1886994000,2029,10,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(77567,1,1886997600,2029,10,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(77568,1,1887001200,2029,10,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(77569,1,1887004800,2029,10,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(77570,1,1887008400,2029,10,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(77571,1,1887012000,2029,10,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(77572,1,1887015600,2029,10,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(77573,1,1887019200,2029,10,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(77574,1,1887022800,2029,10,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(77575,1,1887026400,2029,10,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(77576,1,1887030000,2029,10,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(77577,1,1887033600,2029,10,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(77578,1,1887037200,2029,10,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(77579,1,1887040800,2029,10,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(77580,1,1887044400,2029,10,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(77581,1,1887048000,2029,10,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(77582,1,1887051600,2029,10,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(77583,1,1887055200,2029,10,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(77584,1,1887058800,2029,10,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(77585,1,1887062400,2029,10,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(77586,1,1887066000,2029,10,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(77587,1,1887069600,2029,10,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(77588,1,1887073200,2029,10,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(77589,1,1887076800,2029,10,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(77590,1,1887080400,2029,10,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(77591,1,1887084000,2029,10,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(77592,1,1887087600,2029,10,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(77593,1,1887091200,2029,10,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(77594,1,1887094800,2029,10,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(77595,1,1887098400,2029,10,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(77596,1,1887102000,2029,10,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(77597,1,1887105600,2029,10,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(77598,1,1887109200,2029,10,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(77599,1,1887112800,2029,10,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(77600,1,1887116400,2029,10,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(77601,1,1887120000,2029,10,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(77602,1,1887123600,2029,10,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(77603,1,1887127200,2029,10,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(77604,1,1887130800,2029,10,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(77605,1,1887134400,2029,10,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(77606,1,1887138000,2029,10,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(77607,1,1887141600,2029,10,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(77608,1,1887145200,2029,10,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(77609,1,1887148800,2029,10,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(77610,1,1887152400,2029,10,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(77611,1,1887156000,2029,10,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(77612,1,1887159600,2029,10,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(77613,1,1887163200,2029,10,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(77614,1,1887166800,2029,10,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(77615,1,1887170400,2029,10,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(77616,1,1887174000,2029,10,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(77617,1,1887177600,2029,10,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(77618,1,1887181200,2029,10,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(77619,1,1887184800,2029,10,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(77620,1,1887188400,2029,10,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(77621,1,1887192000,2029,10,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(77622,1,1887195600,2029,10,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(77623,1,1887199200,2029,10,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(77624,1,1887202800,2029,10,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(77625,1,1887206400,2029,10,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(77626,1,1887210000,2029,10,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(77627,1,1887213600,2029,10,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(77628,1,1887217200,2029,10,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(77629,1,1887220800,2029,10,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(77630,1,1887224400,2029,10,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(77631,1,1887314400,2029,10,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(77632,1,1887318000,2029,10,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(77633,1,1887321600,2029,10,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(77634,1,1887325200,2029,10,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(77635,1,1887328800,2029,10,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(77636,1,1887332400,2029,10,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(77637,1,1887336000,2029,10,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(77638,1,1887339600,2029,10,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(77639,1,1887343200,2029,10,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(77640,1,1887346800,2029,10,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(77641,1,1887350400,2029,10,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(77642,1,1887354000,2029,10,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(77643,1,1887357600,2029,10,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(77644,1,1887361200,2029,10,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(77645,1,1887364800,2029,10,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(77646,1,1887368400,2029,10,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(77647,1,1887372000,2029,10,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(77648,1,1887375600,2029,10,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(77649,1,1887379200,2029,10,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(77650,1,1887382800,2029,10,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(77651,1,1887386400,2029,10,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(77652,1,1887390000,2029,10,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(77653,1,1887393600,2029,10,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(77654,1,1887397200,2029,10,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(77655,1,1887400800,2029,10,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(77656,1,1887404400,2029,10,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(77657,1,1887408000,2029,10,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(77658,1,1887411600,2029,10,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(77659,1,1887415200,2029,10,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(77660,1,1887418800,2029,10,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(77661,1,1887422400,2029,10,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(77662,1,1887426000,2029,10,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(77663,1,1887429600,2029,10,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(77664,1,1887433200,2029,10,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(77665,1,1887436800,2029,10,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(77666,1,1887440400,2029,10,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(77667,1,1887444000,2029,10,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(77668,1,1887447600,2029,10,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(77669,1,1887451200,2029,10,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(77670,1,1887454800,2029,10,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(77671,1,1887458400,2029,10,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(77672,1,1887462000,2029,10,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(77673,1,1887465600,2029,10,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(77674,1,1887469200,2029,10,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(77675,1,1887472800,2029,10,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(77676,1,1887476400,2029,10,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(77677,1,1887480000,2029,10,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(77678,1,1887483600,2029,10,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(77679,1,1887487200,2029,10,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(77680,1,1887490800,2029,10,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(77681,1,1887494400,2029,10,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(77682,1,1887498000,2029,10,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(77683,1,1887501600,2029,10,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(77684,1,1887505200,2029,10,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(77685,1,1887508800,2029,10,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(77686,1,1887512400,2029,10,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(77687,1,1887516000,2029,10,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(77688,1,1887519600,2029,10,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(77689,1,1887523200,2029,10,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(77690,1,1887526800,2029,10,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(77691,1,1887530400,2029,10,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(77692,1,1887534000,2029,10,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(77693,1,1887537600,2029,10,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(77694,1,1887541200,2029,10,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(77695,1,1887544800,2029,10,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(77696,1,1887548400,2029,10,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(77697,1,1887552000,2029,10,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(77698,1,1887555600,2029,10,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(77699,1,1887559200,2029,10,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(77700,1,1887562800,2029,10,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(77701,1,1887566400,2029,10,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(77702,1,1887570000,2029,10,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(77703,1,1887573600,2029,10,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(77704,1,1887577200,2029,10,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(77705,1,1887580800,2029,10,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(77706,1,1887584400,2029,10,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(77707,1,1887588000,2029,10,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(77708,1,1887591600,2029,10,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(77709,1,1887595200,2029,10,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(77710,1,1887598800,2029,10,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(77711,1,1887602400,2029,10,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(77712,1,1887606000,2029,10,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(77713,1,1887609600,2029,10,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(77714,1,1887613200,2029,10,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(77715,1,1887616800,2029,10,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(77716,1,1887620400,2029,10,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(77717,1,1887624000,2029,10,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(77718,1,1887627600,2029,10,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(77719,1,1887631200,2029,10,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(77720,1,1887634800,2029,10,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(77721,1,1887638400,2029,10,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(77722,1,1887642000,2029,10,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(77723,1,1887645600,2029,10,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(77724,1,1887649200,2029,10,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(77725,1,1887652800,2029,10,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(77726,1,1887656400,2029,10,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(77727,1,1887660000,2029,10,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(77728,1,1887663600,2029,10,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(77729,1,1887667200,2029,10,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(77730,1,1887670800,2029,10,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(77731,1,1887674400,2029,10,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(77732,1,1887678000,2029,10,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(77733,1,1887681600,2029,10,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(77734,1,1887685200,2029,10,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(77735,1,1887688800,2029,10,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(77736,1,1887692400,2029,10,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(77737,1,1887696000,2029,10,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(77738,1,1887699600,2029,10,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(77739,1,1887703200,2029,10,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(77740,1,1887706800,2029,10,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(77741,1,1887710400,2029,10,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(77742,1,1887714000,2029,10,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(77743,1,1887717600,2029,10,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(77744,1,1887721200,2029,10,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(77745,1,1887724800,2029,10,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(77746,1,1887728400,2029,10,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(77747,1,1887732000,2029,10,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(77748,1,1887735600,2029,10,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(77749,1,1887739200,2029,10,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(77750,1,1887742800,2029,10,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(77751,1,1887746400,2029,10,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(77752,1,1887750000,2029,10,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(77753,1,1887753600,2029,10,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(77754,1,1887757200,2029,10,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(77755,1,1887760800,2029,10,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(77756,1,1887764400,2029,10,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(77757,1,1887768000,2029,10,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(77758,1,1887771600,2029,10,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(77759,1,1887775200,2029,10,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(77760,1,1887778800,2029,10,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(77761,1,1887782400,2029,10,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(77762,1,1887786000,2029,10,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(77763,1,1887789600,2029,10,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(77764,1,1887793200,2029,10,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(77765,1,1887796800,2029,10,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(77766,1,1887800400,2029,10,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(77767,1,1887804000,2029,10,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(77768,1,1887807600,2029,10,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(77769,1,1887811200,2029,10,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(77770,1,1887814800,2029,10,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(77771,1,1887818400,2029,10,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(77772,1,1887822000,2029,10,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(77773,1,1887825600,2029,10,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(77774,1,1887829200,2029,10,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(77775,1,1887922800,2029,10,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(77776,1,1887926400,2029,10,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(77777,1,1887930000,2029,10,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(77778,1,1887933600,2029,10,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(77779,1,1887937200,2029,10,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(77780,1,1887940800,2029,10,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(77781,1,1887944400,2029,10,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(77782,1,1887948000,2029,10,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(77783,1,1887951600,2029,10,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(77784,1,1887955200,2029,10,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(77785,1,1887958800,2029,10,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(77786,1,1887962400,2029,10,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(77787,1,1887966000,2029,10,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(77788,1,1887969600,2029,10,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(77789,1,1887973200,2029,10,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(77790,1,1887976800,2029,10,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(77791,1,1887980400,2029,10,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(77792,1,1887984000,2029,10,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(77793,1,1887987600,2029,10,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(77794,1,1887991200,2029,10,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(77795,1,1887994800,2029,10,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(77796,1,1887998400,2029,10,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(77797,1,1888002000,2029,10,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(77798,1,1888005600,2029,10,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(77799,1,1888009200,2029,10,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(77800,1,1888012800,2029,10,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(77801,1,1888016400,2029,10,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(77802,1,1888020000,2029,10,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(77803,1,1888023600,2029,10,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(77804,1,1888027200,2029,10,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(77805,1,1888030800,2029,10,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(77806,1,1888034400,2029,10,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(77807,1,1888038000,2029,10,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(77808,1,1888041600,2029,10,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(77809,1,1888045200,2029,10,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(77810,1,1888048800,2029,10,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(77811,1,1888052400,2029,10,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(77812,1,1888056000,2029,10,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(77813,1,1888059600,2029,10,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(77814,1,1888063200,2029,10,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(77815,1,1888066800,2029,10,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(77816,1,1888070400,2029,10,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(77817,1,1888074000,2029,10,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(77818,1,1888077600,2029,10,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(77819,1,1888081200,2029,10,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(77820,1,1888084800,2029,10,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(77821,1,1888088400,2029,10,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(77822,1,1888092000,2029,10,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(77823,1,1888095600,2029,10,31,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(77824,1,1888099200,2029,10,31,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(77825,1,1888102800,2029,10,31,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(77826,1,1888106400,2029,10,31,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(77827,1,1888110000,2029,10,31,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(77828,1,1888113600,2029,10,31,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(77829,1,1888117200,2029,10,31,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(77830,1,1888120800,2029,10,31,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(77831,1,1888124400,2029,10,31,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(77832,1,1888128000,2029,10,31,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(77833,1,1888131600,2029,10,31,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(77834,1,1888135200,2029,10,31,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(77835,1,1888138800,2029,10,31,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(77836,1,1888142400,2029,10,31,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(77837,1,1888146000,2029,10,31,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(77838,1,1888149600,2029,10,31,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(77839,1,1888153200,2029,10,31,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(77840,1,1888156800,2029,10,31,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(77841,1,1888160400,2029,10,31,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(77842,1,1888164000,2029,10,31,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(77843,1,1888167600,2029,10,31,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(77844,1,1888171200,2029,10,31,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(77845,1,1888174800,2029,10,31,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(77846,1,1888178400,2029,10,31,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(77847,1,1888182000,2029,11,1,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(77848,1,1888185600,2029,11,1,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(77849,1,1888189200,2029,11,1,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(77850,1,1888192800,2029,11,1,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(77851,1,1888196400,2029,11,1,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(77852,1,1888200000,2029,11,1,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(77853,1,1888203600,2029,11,1,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(77854,1,1888207200,2029,11,1,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(77855,1,1888210800,2029,11,1,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(77856,1,1888214400,2029,11,1,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(77857,1,1888218000,2029,11,1,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(77858,1,1888221600,2029,11,1,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(77859,1,1888225200,2029,11,1,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(77860,1,1888228800,2029,11,1,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(77861,1,1888232400,2029,11,1,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(77862,1,1888236000,2029,11,1,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(77863,1,1888239600,2029,11,1,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(77864,1,1888243200,2029,11,1,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(77865,1,1888246800,2029,11,1,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(77866,1,1888250400,2029,11,1,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(77867,1,1888254000,2029,11,1,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(77868,1,1888257600,2029,11,1,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(77869,1,1888261200,2029,11,1,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(77870,1,1888264800,2029,11,1,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(77871,1,1888268400,2029,11,2,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(77872,1,1888272000,2029,11,2,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(77873,1,1888275600,2029,11,2,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(77874,1,1888279200,2029,11,2,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(77875,1,1888282800,2029,11,2,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(77876,1,1888286400,2029,11,2,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(77877,1,1888290000,2029,11,2,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(77878,1,1888293600,2029,11,2,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(77879,1,1888297200,2029,11,2,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(77880,1,1888300800,2029,11,2,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(77881,1,1888304400,2029,11,2,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(77882,1,1888308000,2029,11,2,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(77883,1,1888311600,2029,11,2,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(77884,1,1888315200,2029,11,2,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(77885,1,1888318800,2029,11,2,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(77886,1,1888322400,2029,11,2,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(77887,1,1888326000,2029,11,2,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(77888,1,1888329600,2029,11,2,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(77889,1,1888333200,2029,11,2,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(77890,1,1888336800,2029,11,2,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(77891,1,1888340400,2029,11,2,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(77892,1,1888344000,2029,11,2,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(77893,1,1888347600,2029,11,2,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(77894,1,1888351200,2029,11,2,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(77895,1,1888354800,2029,11,3,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(77896,1,1888358400,2029,11,3,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(77897,1,1888362000,2029,11,3,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(77898,1,1888365600,2029,11,3,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(77899,1,1888369200,2029,11,3,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(77900,1,1888372800,2029,11,3,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(77901,1,1888376400,2029,11,3,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(77902,1,1888380000,2029,11,3,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(77903,1,1888383600,2029,11,3,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(77904,1,1888387200,2029,11,3,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(77905,1,1888390800,2029,11,3,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(77906,1,1888394400,2029,11,3,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(77907,1,1888398000,2029,11,3,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(77908,1,1888401600,2029,11,3,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(77909,1,1888405200,2029,11,3,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(77910,1,1888408800,2029,11,3,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(77911,1,1888412400,2029,11,3,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(77912,1,1888416000,2029,11,3,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(77913,1,1888419600,2029,11,3,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(77914,1,1888423200,2029,11,3,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(77915,1,1888426800,2029,11,3,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(77916,1,1888430400,2029,11,3,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(77917,1,1888434000,2029,11,3,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(77918,1,1888437600,2029,11,3,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(77919,1,1888527600,2029,11,5,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(77920,1,1888531200,2029,11,5,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(77921,1,1888534800,2029,11,5,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(77922,1,1888538400,2029,11,5,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(77923,1,1888542000,2029,11,5,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(77924,1,1888545600,2029,11,5,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(77925,1,1888549200,2029,11,5,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(77926,1,1888552800,2029,11,5,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(77927,1,1888556400,2029,11,5,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(77928,1,1888560000,2029,11,5,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(77929,1,1888563600,2029,11,5,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(77930,1,1888567200,2029,11,5,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(77931,1,1888570800,2029,11,5,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(77932,1,1888574400,2029,11,5,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(77933,1,1888578000,2029,11,5,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(77934,1,1888581600,2029,11,5,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(77935,1,1888585200,2029,11,5,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(77936,1,1888588800,2029,11,5,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(77937,1,1888592400,2029,11,5,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(77938,1,1888596000,2029,11,5,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(77939,1,1888599600,2029,11,5,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(77940,1,1888603200,2029,11,5,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(77941,1,1888606800,2029,11,5,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(77942,1,1888610400,2029,11,5,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(77943,1,1888614000,2029,11,6,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(77944,1,1888617600,2029,11,6,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(77945,1,1888621200,2029,11,6,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(77946,1,1888624800,2029,11,6,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(77947,1,1888628400,2029,11,6,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(77948,1,1888632000,2029,11,6,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(77949,1,1888635600,2029,11,6,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(77950,1,1888639200,2029,11,6,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(77951,1,1888642800,2029,11,6,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(77952,1,1888646400,2029,11,6,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(77953,1,1888650000,2029,11,6,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(77954,1,1888653600,2029,11,6,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(77955,1,1888657200,2029,11,6,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(77956,1,1888660800,2029,11,6,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(77957,1,1888664400,2029,11,6,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(77958,1,1888668000,2029,11,6,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(77959,1,1888671600,2029,11,6,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(77960,1,1888675200,2029,11,6,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(77961,1,1888678800,2029,11,6,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(77962,1,1888682400,2029,11,6,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(77963,1,1888686000,2029,11,6,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(77964,1,1888689600,2029,11,6,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(77965,1,1888693200,2029,11,6,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(77966,1,1888696800,2029,11,6,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(77967,1,1888700400,2029,11,7,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(77968,1,1888704000,2029,11,7,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(77969,1,1888707600,2029,11,7,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(77970,1,1888711200,2029,11,7,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(77971,1,1888714800,2029,11,7,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(77972,1,1888718400,2029,11,7,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(77973,1,1888722000,2029,11,7,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(77974,1,1888725600,2029,11,7,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(77975,1,1888729200,2029,11,7,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(77976,1,1888732800,2029,11,7,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(77977,1,1888736400,2029,11,7,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(77978,1,1888740000,2029,11,7,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(77979,1,1888743600,2029,11,7,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(77980,1,1888747200,2029,11,7,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(77981,1,1888750800,2029,11,7,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(77982,1,1888754400,2029,11,7,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(77983,1,1888758000,2029,11,7,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(77984,1,1888761600,2029,11,7,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(77985,1,1888765200,2029,11,7,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(77986,1,1888768800,2029,11,7,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(77987,1,1888772400,2029,11,7,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(77988,1,1888776000,2029,11,7,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(77989,1,1888779600,2029,11,7,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(77990,1,1888783200,2029,11,7,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(77991,1,1888786800,2029,11,8,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(77992,1,1888790400,2029,11,8,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(77993,1,1888794000,2029,11,8,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(77994,1,1888797600,2029,11,8,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(77995,1,1888801200,2029,11,8,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(77996,1,1888804800,2029,11,8,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(77997,1,1888808400,2029,11,8,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(77998,1,1888812000,2029,11,8,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(77999,1,1888815600,2029,11,8,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(78000,1,1888819200,2029,11,8,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(78001,1,1888822800,2029,11,8,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(78002,1,1888826400,2029,11,8,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(78003,1,1888830000,2029,11,8,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(78004,1,1888833600,2029,11,8,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(78005,1,1888837200,2029,11,8,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(78006,1,1888840800,2029,11,8,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(78007,1,1888844400,2029,11,8,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(78008,1,1888848000,2029,11,8,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(78009,1,1888851600,2029,11,8,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(78010,1,1888855200,2029,11,8,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(78011,1,1888858800,2029,11,8,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(78012,1,1888862400,2029,11,8,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(78013,1,1888866000,2029,11,8,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(78014,1,1888869600,2029,11,8,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(78015,1,1888873200,2029,11,9,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(78016,1,1888876800,2029,11,9,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(78017,1,1888880400,2029,11,9,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(78018,1,1888884000,2029,11,9,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(78019,1,1888887600,2029,11,9,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(78020,1,1888891200,2029,11,9,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(78021,1,1888894800,2029,11,9,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(78022,1,1888898400,2029,11,9,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(78023,1,1888902000,2029,11,9,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(78024,1,1888905600,2029,11,9,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(78025,1,1888909200,2029,11,9,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(78026,1,1888912800,2029,11,9,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(78027,1,1888916400,2029,11,9,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(78028,1,1888920000,2029,11,9,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(78029,1,1888923600,2029,11,9,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(78030,1,1888927200,2029,11,9,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(78031,1,1888930800,2029,11,9,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(78032,1,1888934400,2029,11,9,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(78033,1,1888938000,2029,11,9,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(78034,1,1888941600,2029,11,9,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(78035,1,1888945200,2029,11,9,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(78036,1,1888948800,2029,11,9,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(78037,1,1888952400,2029,11,9,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(78038,1,1888956000,2029,11,9,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(78039,1,1888959600,2029,11,10,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(78040,1,1888963200,2029,11,10,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(78041,1,1888966800,2029,11,10,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(78042,1,1888970400,2029,11,10,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(78043,1,1888974000,2029,11,10,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(78044,1,1888977600,2029,11,10,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(78045,1,1888981200,2029,11,10,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(78046,1,1888984800,2029,11,10,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(78047,1,1888988400,2029,11,10,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(78048,1,1888992000,2029,11,10,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(78049,1,1888995600,2029,11,10,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(78050,1,1888999200,2029,11,10,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(78051,1,1889002800,2029,11,10,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(78052,1,1889006400,2029,11,10,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(78053,1,1889010000,2029,11,10,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(78054,1,1889013600,2029,11,10,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(78055,1,1889017200,2029,11,10,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(78056,1,1889020800,2029,11,10,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(78057,1,1889024400,2029,11,10,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(78058,1,1889028000,2029,11,10,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(78059,1,1889031600,2029,11,10,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(78060,1,1889035200,2029,11,10,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(78061,1,1889038800,2029,11,10,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(78062,1,1889042400,2029,11,10,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(78063,1,1889132400,2029,11,12,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(78064,1,1889136000,2029,11,12,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(78065,1,1889139600,2029,11,12,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(78066,1,1889143200,2029,11,12,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(78067,1,1889146800,2029,11,12,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(78068,1,1889150400,2029,11,12,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(78069,1,1889154000,2029,11,12,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(78070,1,1889157600,2029,11,12,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(78071,1,1889161200,2029,11,12,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(78072,1,1889164800,2029,11,12,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(78073,1,1889168400,2029,11,12,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(78074,1,1889172000,2029,11,12,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(78075,1,1889175600,2029,11,12,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(78076,1,1889179200,2029,11,12,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(78077,1,1889182800,2029,11,12,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(78078,1,1889186400,2029,11,12,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(78079,1,1889190000,2029,11,12,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(78080,1,1889193600,2029,11,12,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(78081,1,1889197200,2029,11,12,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(78082,1,1889200800,2029,11,12,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(78083,1,1889204400,2029,11,12,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(78084,1,1889208000,2029,11,12,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(78085,1,1889211600,2029,11,12,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(78086,1,1889215200,2029,11,12,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(78087,1,1889218800,2029,11,13,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(78088,1,1889222400,2029,11,13,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(78089,1,1889226000,2029,11,13,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(78090,1,1889229600,2029,11,13,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(78091,1,1889233200,2029,11,13,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(78092,1,1889236800,2029,11,13,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(78093,1,1889240400,2029,11,13,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(78094,1,1889244000,2029,11,13,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(78095,1,1889247600,2029,11,13,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(78096,1,1889251200,2029,11,13,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(78097,1,1889254800,2029,11,13,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(78098,1,1889258400,2029,11,13,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(78099,1,1889262000,2029,11,13,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(78100,1,1889265600,2029,11,13,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(78101,1,1889269200,2029,11,13,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(78102,1,1889272800,2029,11,13,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(78103,1,1889276400,2029,11,13,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(78104,1,1889280000,2029,11,13,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(78105,1,1889283600,2029,11,13,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(78106,1,1889287200,2029,11,13,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(78107,1,1889290800,2029,11,13,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(78108,1,1889294400,2029,11,13,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(78109,1,1889298000,2029,11,13,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(78110,1,1889301600,2029,11,13,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(78111,1,1889305200,2029,11,14,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(78112,1,1889308800,2029,11,14,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(78113,1,1889312400,2029,11,14,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(78114,1,1889316000,2029,11,14,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(78115,1,1889319600,2029,11,14,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(78116,1,1889323200,2029,11,14,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(78117,1,1889326800,2029,11,14,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(78118,1,1889330400,2029,11,14,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(78119,1,1889334000,2029,11,14,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(78120,1,1889337600,2029,11,14,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(78121,1,1889341200,2029,11,14,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(78122,1,1889344800,2029,11,14,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(78123,1,1889348400,2029,11,14,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(78124,1,1889352000,2029,11,14,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(78125,1,1889355600,2029,11,14,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(78126,1,1889359200,2029,11,14,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(78127,1,1889362800,2029,11,14,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(78128,1,1889366400,2029,11,14,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(78129,1,1889370000,2029,11,14,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(78130,1,1889373600,2029,11,14,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(78131,1,1889377200,2029,11,14,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(78132,1,1889380800,2029,11,14,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(78133,1,1889384400,2029,11,14,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(78134,1,1889388000,2029,11,14,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(78135,1,1889391600,2029,11,15,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(78136,1,1889395200,2029,11,15,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(78137,1,1889398800,2029,11,15,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(78138,1,1889402400,2029,11,15,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(78139,1,1889406000,2029,11,15,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(78140,1,1889409600,2029,11,15,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(78141,1,1889413200,2029,11,15,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(78142,1,1889416800,2029,11,15,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(78143,1,1889420400,2029,11,15,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(78144,1,1889424000,2029,11,15,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(78145,1,1889427600,2029,11,15,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(78146,1,1889431200,2029,11,15,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(78147,1,1889434800,2029,11,15,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(78148,1,1889438400,2029,11,15,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(78149,1,1889442000,2029,11,15,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(78150,1,1889445600,2029,11,15,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(78151,1,1889449200,2029,11,15,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(78152,1,1889452800,2029,11,15,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(78153,1,1889456400,2029,11,15,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(78154,1,1889460000,2029,11,15,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(78155,1,1889463600,2029,11,15,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(78156,1,1889467200,2029,11,15,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(78157,1,1889470800,2029,11,15,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(78158,1,1889474400,2029,11,15,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(78159,1,1889478000,2029,11,16,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(78160,1,1889481600,2029,11,16,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(78161,1,1889485200,2029,11,16,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(78162,1,1889488800,2029,11,16,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(78163,1,1889492400,2029,11,16,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(78164,1,1889496000,2029,11,16,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(78165,1,1889499600,2029,11,16,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(78166,1,1889503200,2029,11,16,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(78167,1,1889506800,2029,11,16,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(78168,1,1889510400,2029,11,16,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(78169,1,1889514000,2029,11,16,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(78170,1,1889517600,2029,11,16,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(78171,1,1889521200,2029,11,16,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(78172,1,1889524800,2029,11,16,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(78173,1,1889528400,2029,11,16,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(78174,1,1889532000,2029,11,16,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(78175,1,1889535600,2029,11,16,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(78176,1,1889539200,2029,11,16,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(78177,1,1889542800,2029,11,16,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(78178,1,1889546400,2029,11,16,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(78179,1,1889550000,2029,11,16,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(78180,1,1889553600,2029,11,16,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(78181,1,1889557200,2029,11,16,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(78182,1,1889560800,2029,11,16,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(78183,1,1889564400,2029,11,17,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(78184,1,1889568000,2029,11,17,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(78185,1,1889571600,2029,11,17,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(78186,1,1889575200,2029,11,17,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(78187,1,1889578800,2029,11,17,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(78188,1,1889582400,2029,11,17,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(78189,1,1889586000,2029,11,17,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(78190,1,1889589600,2029,11,17,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(78191,1,1889593200,2029,11,17,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(78192,1,1889596800,2029,11,17,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(78193,1,1889600400,2029,11,17,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(78194,1,1889604000,2029,11,17,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(78195,1,1889607600,2029,11,17,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(78196,1,1889611200,2029,11,17,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(78197,1,1889614800,2029,11,17,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(78198,1,1889618400,2029,11,17,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(78199,1,1889622000,2029,11,17,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(78200,1,1889625600,2029,11,17,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(78201,1,1889629200,2029,11,17,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(78202,1,1889632800,2029,11,17,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(78203,1,1889636400,2029,11,17,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(78204,1,1889640000,2029,11,17,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(78205,1,1889643600,2029,11,17,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(78206,1,1889647200,2029,11,17,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(78207,1,1889737200,2029,11,19,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(78208,1,1889740800,2029,11,19,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(78209,1,1889744400,2029,11,19,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(78210,1,1889748000,2029,11,19,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(78211,1,1889751600,2029,11,19,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(78212,1,1889755200,2029,11,19,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(78213,1,1889758800,2029,11,19,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(78214,1,1889762400,2029,11,19,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(78215,1,1889766000,2029,11,19,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(78216,1,1889769600,2029,11,19,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(78217,1,1889773200,2029,11,19,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(78218,1,1889776800,2029,11,19,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(78219,1,1889780400,2029,11,19,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(78220,1,1889784000,2029,11,19,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(78221,1,1889787600,2029,11,19,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(78222,1,1889791200,2029,11,19,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(78223,1,1889794800,2029,11,19,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(78224,1,1889798400,2029,11,19,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(78225,1,1889802000,2029,11,19,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(78226,1,1889805600,2029,11,19,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(78227,1,1889809200,2029,11,19,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(78228,1,1889812800,2029,11,19,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(78229,1,1889816400,2029,11,19,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(78230,1,1889820000,2029,11,19,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(78231,1,1889823600,2029,11,20,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(78232,1,1889827200,2029,11,20,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(78233,1,1889830800,2029,11,20,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(78234,1,1889834400,2029,11,20,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(78235,1,1889838000,2029,11,20,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(78236,1,1889841600,2029,11,20,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(78237,1,1889845200,2029,11,20,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(78238,1,1889848800,2029,11,20,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(78239,1,1889852400,2029,11,20,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(78240,1,1889856000,2029,11,20,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(78241,1,1889859600,2029,11,20,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(78242,1,1889863200,2029,11,20,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(78243,1,1889866800,2029,11,20,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(78244,1,1889870400,2029,11,20,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(78245,1,1889874000,2029,11,20,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(78246,1,1889877600,2029,11,20,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(78247,1,1889881200,2029,11,20,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(78248,1,1889884800,2029,11,20,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(78249,1,1889888400,2029,11,20,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(78250,1,1889892000,2029,11,20,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(78251,1,1889895600,2029,11,20,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(78252,1,1889899200,2029,11,20,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(78253,1,1889902800,2029,11,20,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(78254,1,1889906400,2029,11,20,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(78255,1,1889910000,2029,11,21,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(78256,1,1889913600,2029,11,21,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(78257,1,1889917200,2029,11,21,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(78258,1,1889920800,2029,11,21,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(78259,1,1889924400,2029,11,21,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(78260,1,1889928000,2029,11,21,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(78261,1,1889931600,2029,11,21,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(78262,1,1889935200,2029,11,21,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(78263,1,1889938800,2029,11,21,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(78264,1,1889942400,2029,11,21,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(78265,1,1889946000,2029,11,21,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(78266,1,1889949600,2029,11,21,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(78267,1,1889953200,2029,11,21,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(78268,1,1889956800,2029,11,21,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(78269,1,1889960400,2029,11,21,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(78270,1,1889964000,2029,11,21,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(78271,1,1889967600,2029,11,21,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(78272,1,1889971200,2029,11,21,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(78273,1,1889974800,2029,11,21,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(78274,1,1889978400,2029,11,21,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(78275,1,1889982000,2029,11,21,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(78276,1,1889985600,2029,11,21,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(78277,1,1889989200,2029,11,21,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(78278,1,1889992800,2029,11,21,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(78279,1,1889996400,2029,11,22,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(78280,1,1890000000,2029,11,22,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(78281,1,1890003600,2029,11,22,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(78282,1,1890007200,2029,11,22,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(78283,1,1890010800,2029,11,22,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(78284,1,1890014400,2029,11,22,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(78285,1,1890018000,2029,11,22,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(78286,1,1890021600,2029,11,22,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(78287,1,1890025200,2029,11,22,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(78288,1,1890028800,2029,11,22,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(78289,1,1890032400,2029,11,22,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(78290,1,1890036000,2029,11,22,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(78291,1,1890039600,2029,11,22,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(78292,1,1890043200,2029,11,22,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(78293,1,1890046800,2029,11,22,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(78294,1,1890050400,2029,11,22,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(78295,1,1890054000,2029,11,22,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(78296,1,1890057600,2029,11,22,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(78297,1,1890061200,2029,11,22,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(78298,1,1890064800,2029,11,22,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(78299,1,1890068400,2029,11,22,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(78300,1,1890072000,2029,11,22,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(78301,1,1890075600,2029,11,22,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(78302,1,1890079200,2029,11,22,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(78303,1,1890082800,2029,11,23,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(78304,1,1890086400,2029,11,23,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(78305,1,1890090000,2029,11,23,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(78306,1,1890093600,2029,11,23,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(78307,1,1890097200,2029,11,23,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(78308,1,1890100800,2029,11,23,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(78309,1,1890104400,2029,11,23,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(78310,1,1890108000,2029,11,23,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(78311,1,1890111600,2029,11,23,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(78312,1,1890115200,2029,11,23,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(78313,1,1890118800,2029,11,23,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(78314,1,1890122400,2029,11,23,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(78315,1,1890126000,2029,11,23,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(78316,1,1890129600,2029,11,23,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(78317,1,1890133200,2029,11,23,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(78318,1,1890136800,2029,11,23,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(78319,1,1890140400,2029,11,23,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(78320,1,1890144000,2029,11,23,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(78321,1,1890147600,2029,11,23,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(78322,1,1890151200,2029,11,23,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(78323,1,1890154800,2029,11,23,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(78324,1,1890158400,2029,11,23,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(78325,1,1890162000,2029,11,23,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(78326,1,1890165600,2029,11,23,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(78327,1,1890169200,2029,11,24,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(78328,1,1890172800,2029,11,24,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(78329,1,1890176400,2029,11,24,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(78330,1,1890180000,2029,11,24,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(78331,1,1890183600,2029,11,24,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(78332,1,1890187200,2029,11,24,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(78333,1,1890190800,2029,11,24,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(78334,1,1890194400,2029,11,24,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(78335,1,1890198000,2029,11,24,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(78336,1,1890201600,2029,11,24,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(78337,1,1890205200,2029,11,24,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(78338,1,1890208800,2029,11,24,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(78339,1,1890212400,2029,11,24,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(78340,1,1890216000,2029,11,24,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(78341,1,1890219600,2029,11,24,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(78342,1,1890223200,2029,11,24,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(78343,1,1890226800,2029,11,24,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(78344,1,1890230400,2029,11,24,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(78345,1,1890234000,2029,11,24,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(78346,1,1890237600,2029,11,24,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(78347,1,1890241200,2029,11,24,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(78348,1,1890244800,2029,11,24,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(78349,1,1890248400,2029,11,24,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(78350,1,1890252000,2029,11,24,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(78351,1,1890342000,2029,11,26,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(78352,1,1890345600,2029,11,26,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(78353,1,1890349200,2029,11,26,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(78354,1,1890352800,2029,11,26,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(78355,1,1890356400,2029,11,26,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(78356,1,1890360000,2029,11,26,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(78357,1,1890363600,2029,11,26,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(78358,1,1890367200,2029,11,26,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(78359,1,1890370800,2029,11,26,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(78360,1,1890374400,2029,11,26,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(78361,1,1890378000,2029,11,26,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(78362,1,1890381600,2029,11,26,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(78363,1,1890385200,2029,11,26,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(78364,1,1890388800,2029,11,26,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(78365,1,1890392400,2029,11,26,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(78366,1,1890396000,2029,11,26,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(78367,1,1890399600,2029,11,26,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(78368,1,1890403200,2029,11,26,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(78369,1,1890406800,2029,11,26,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(78370,1,1890410400,2029,11,26,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(78371,1,1890414000,2029,11,26,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(78372,1,1890417600,2029,11,26,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(78373,1,1890421200,2029,11,26,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(78374,1,1890424800,2029,11,26,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(78375,1,1890428400,2029,11,27,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(78376,1,1890432000,2029,11,27,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(78377,1,1890435600,2029,11,27,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(78378,1,1890439200,2029,11,27,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(78379,1,1890442800,2029,11,27,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(78380,1,1890446400,2029,11,27,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(78381,1,1890450000,2029,11,27,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(78382,1,1890453600,2029,11,27,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(78383,1,1890457200,2029,11,27,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(78384,1,1890460800,2029,11,27,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(78385,1,1890464400,2029,11,27,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(78386,1,1890468000,2029,11,27,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(78387,1,1890471600,2029,11,27,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(78388,1,1890475200,2029,11,27,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(78389,1,1890478800,2029,11,27,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(78390,1,1890482400,2029,11,27,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(78391,1,1890486000,2029,11,27,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(78392,1,1890489600,2029,11,27,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(78393,1,1890493200,2029,11,27,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(78394,1,1890496800,2029,11,27,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(78395,1,1890500400,2029,11,27,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(78396,1,1890504000,2029,11,27,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(78397,1,1890507600,2029,11,27,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(78398,1,1890511200,2029,11,27,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(78399,1,1890514800,2029,11,28,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(78400,1,1890518400,2029,11,28,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(78401,1,1890522000,2029,11,28,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(78402,1,1890525600,2029,11,28,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(78403,1,1890529200,2029,11,28,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(78404,1,1890532800,2029,11,28,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(78405,1,1890536400,2029,11,28,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(78406,1,1890540000,2029,11,28,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(78407,1,1890543600,2029,11,28,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(78408,1,1890547200,2029,11,28,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(78409,1,1890550800,2029,11,28,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(78410,1,1890554400,2029,11,28,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(78411,1,1890558000,2029,11,28,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(78412,1,1890561600,2029,11,28,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(78413,1,1890565200,2029,11,28,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(78414,1,1890568800,2029,11,28,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(78415,1,1890572400,2029,11,28,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(78416,1,1890576000,2029,11,28,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(78417,1,1890579600,2029,11,28,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(78418,1,1890583200,2029,11,28,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(78419,1,1890586800,2029,11,28,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(78420,1,1890590400,2029,11,28,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(78421,1,1890594000,2029,11,28,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(78422,1,1890597600,2029,11,28,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(78423,1,1890601200,2029,11,29,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(78424,1,1890604800,2029,11,29,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(78425,1,1890608400,2029,11,29,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(78426,1,1890612000,2029,11,29,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(78427,1,1890615600,2029,11,29,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(78428,1,1890619200,2029,11,29,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(78429,1,1890622800,2029,11,29,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(78430,1,1890626400,2029,11,29,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(78431,1,1890630000,2029,11,29,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(78432,1,1890633600,2029,11,29,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(78433,1,1890637200,2029,11,29,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(78434,1,1890640800,2029,11,29,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(78435,1,1890644400,2029,11,29,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(78436,1,1890648000,2029,11,29,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(78437,1,1890651600,2029,11,29,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(78438,1,1890655200,2029,11,29,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(78439,1,1890658800,2029,11,29,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(78440,1,1890662400,2029,11,29,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(78441,1,1890666000,2029,11,29,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(78442,1,1890669600,2029,11,29,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(78443,1,1890673200,2029,11,29,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(78444,1,1890676800,2029,11,29,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(78445,1,1890680400,2029,11,29,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(78446,1,1890684000,2029,11,29,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(78447,1,1890687600,2029,11,30,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(78448,1,1890691200,2029,11,30,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(78449,1,1890694800,2029,11,30,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(78450,1,1890698400,2029,11,30,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(78451,1,1890702000,2029,11,30,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(78452,1,1890705600,2029,11,30,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(78453,1,1890709200,2029,11,30,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(78454,1,1890712800,2029,11,30,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(78455,1,1890716400,2029,11,30,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(78456,1,1890720000,2029,11,30,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(78457,1,1890723600,2029,11,30,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(78458,1,1890727200,2029,11,30,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(78459,1,1890730800,2029,11,30,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(78460,1,1890734400,2029,11,30,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(78461,1,1890738000,2029,11,30,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(78462,1,1890741600,2029,11,30,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(78463,1,1890745200,2029,11,30,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(78464,1,1890748800,2029,11,30,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(78465,1,1890752400,2029,11,30,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(78466,1,1890756000,2029,11,30,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(78467,1,1890759600,2029,11,30,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(78468,1,1890763200,2029,11,30,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(78469,1,1890766800,2029,11,30,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(78470,1,1890770400,2029,11,30,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(78471,1,1890774000,2029,12,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(78472,1,1890777600,2029,12,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(78473,1,1890781200,2029,12,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(78474,1,1890784800,2029,12,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(78475,1,1890788400,2029,12,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(78476,1,1890792000,2029,12,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(78477,1,1890795600,2029,12,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(78478,1,1890799200,2029,12,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(78479,1,1890802800,2029,12,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(78480,1,1890806400,2029,12,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(78481,1,1890810000,2029,12,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(78482,1,1890813600,2029,12,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(78483,1,1890817200,2029,12,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(78484,1,1890820800,2029,12,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(78485,1,1890824400,2029,12,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(78486,1,1890828000,2029,12,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(78487,1,1890831600,2029,12,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(78488,1,1890835200,2029,12,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(78489,1,1890838800,2029,12,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(78490,1,1890842400,2029,12,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(78491,1,1890846000,2029,12,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(78492,1,1890849600,2029,12,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(78493,1,1890853200,2029,12,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(78494,1,1890856800,2029,12,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(78495,1,1890946800,2029,12,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(78496,1,1890950400,2029,12,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(78497,1,1890954000,2029,12,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(78498,1,1890957600,2029,12,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(78499,1,1890961200,2029,12,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(78500,1,1890964800,2029,12,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(78501,1,1890968400,2029,12,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(78502,1,1890972000,2029,12,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(78503,1,1890975600,2029,12,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(78504,1,1890979200,2029,12,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(78505,1,1890982800,2029,12,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(78506,1,1890986400,2029,12,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(78507,1,1890990000,2029,12,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(78508,1,1890993600,2029,12,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(78509,1,1890997200,2029,12,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(78510,1,1891000800,2029,12,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(78511,1,1891004400,2029,12,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(78512,1,1891008000,2029,12,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(78513,1,1891011600,2029,12,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(78514,1,1891015200,2029,12,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(78515,1,1891018800,2029,12,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(78516,1,1891022400,2029,12,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(78517,1,1891026000,2029,12,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(78518,1,1891029600,2029,12,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(78519,1,1891033200,2029,12,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(78520,1,1891036800,2029,12,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(78521,1,1891040400,2029,12,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(78522,1,1891044000,2029,12,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(78523,1,1891047600,2029,12,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(78524,1,1891051200,2029,12,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(78525,1,1891054800,2029,12,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(78526,1,1891058400,2029,12,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(78527,1,1891062000,2029,12,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(78528,1,1891065600,2029,12,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(78529,1,1891069200,2029,12,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(78530,1,1891072800,2029,12,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(78531,1,1891076400,2029,12,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(78532,1,1891080000,2029,12,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(78533,1,1891083600,2029,12,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(78534,1,1891087200,2029,12,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(78535,1,1891090800,2029,12,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(78536,1,1891094400,2029,12,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(78537,1,1891098000,2029,12,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(78538,1,1891101600,2029,12,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(78539,1,1891105200,2029,12,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(78540,1,1891108800,2029,12,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(78541,1,1891112400,2029,12,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(78542,1,1891116000,2029,12,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(78543,1,1891119600,2029,12,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(78544,1,1891123200,2029,12,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(78545,1,1891126800,2029,12,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(78546,1,1891130400,2029,12,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(78547,1,1891134000,2029,12,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(78548,1,1891137600,2029,12,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(78549,1,1891141200,2029,12,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(78550,1,1891144800,2029,12,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(78551,1,1891148400,2029,12,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(78552,1,1891152000,2029,12,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(78553,1,1891155600,2029,12,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(78554,1,1891159200,2029,12,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(78555,1,1891162800,2029,12,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(78556,1,1891166400,2029,12,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(78557,1,1891170000,2029,12,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(78558,1,1891173600,2029,12,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(78559,1,1891177200,2029,12,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(78560,1,1891180800,2029,12,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(78561,1,1891184400,2029,12,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(78562,1,1891188000,2029,12,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(78563,1,1891191600,2029,12,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(78564,1,1891195200,2029,12,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(78565,1,1891198800,2029,12,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(78566,1,1891202400,2029,12,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(78567,1,1891206000,2029,12,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(78568,1,1891209600,2029,12,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(78569,1,1891213200,2029,12,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(78570,1,1891216800,2029,12,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(78571,1,1891220400,2029,12,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(78572,1,1891224000,2029,12,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(78573,1,1891227600,2029,12,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(78574,1,1891231200,2029,12,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(78575,1,1891234800,2029,12,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(78576,1,1891238400,2029,12,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(78577,1,1891242000,2029,12,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(78578,1,1891245600,2029,12,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(78579,1,1891249200,2029,12,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(78580,1,1891252800,2029,12,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(78581,1,1891256400,2029,12,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(78582,1,1891260000,2029,12,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(78583,1,1891263600,2029,12,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(78584,1,1891267200,2029,12,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(78585,1,1891270800,2029,12,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(78586,1,1891274400,2029,12,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(78587,1,1891278000,2029,12,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(78588,1,1891281600,2029,12,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(78589,1,1891285200,2029,12,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(78590,1,1891288800,2029,12,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(78591,1,1891292400,2029,12,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(78592,1,1891296000,2029,12,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(78593,1,1891299600,2029,12,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(78594,1,1891303200,2029,12,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(78595,1,1891306800,2029,12,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(78596,1,1891310400,2029,12,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(78597,1,1891314000,2029,12,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(78598,1,1891317600,2029,12,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(78599,1,1891321200,2029,12,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(78600,1,1891324800,2029,12,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(78601,1,1891328400,2029,12,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(78602,1,1891332000,2029,12,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(78603,1,1891335600,2029,12,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(78604,1,1891339200,2029,12,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(78605,1,1891342800,2029,12,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(78606,1,1891346400,2029,12,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(78607,1,1891350000,2029,12,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(78608,1,1891353600,2029,12,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(78609,1,1891357200,2029,12,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(78610,1,1891360800,2029,12,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(78611,1,1891364400,2029,12,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(78612,1,1891368000,2029,12,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(78613,1,1891371600,2029,12,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(78614,1,1891375200,2029,12,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(78615,1,1891378800,2029,12,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(78616,1,1891382400,2029,12,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(78617,1,1891386000,2029,12,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(78618,1,1891389600,2029,12,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(78619,1,1891393200,2029,12,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(78620,1,1891396800,2029,12,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(78621,1,1891400400,2029,12,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(78622,1,1891404000,2029,12,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(78623,1,1891407600,2029,12,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(78624,1,1891411200,2029,12,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(78625,1,1891414800,2029,12,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(78626,1,1891418400,2029,12,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(78627,1,1891422000,2029,12,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(78628,1,1891425600,2029,12,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(78629,1,1891429200,2029,12,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(78630,1,1891432800,2029,12,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(78631,1,1891436400,2029,12,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(78632,1,1891440000,2029,12,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(78633,1,1891443600,2029,12,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(78634,1,1891447200,2029,12,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(78635,1,1891450800,2029,12,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(78636,1,1891454400,2029,12,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(78637,1,1891458000,2029,12,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(78638,1,1891461600,2029,12,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(78639,1,1891551600,2029,12,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(78640,1,1891555200,2029,12,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(78641,1,1891558800,2029,12,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(78642,1,1891562400,2029,12,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(78643,1,1891566000,2029,12,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(78644,1,1891569600,2029,12,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(78645,1,1891573200,2029,12,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(78646,1,1891576800,2029,12,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(78647,1,1891580400,2029,12,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(78648,1,1891584000,2029,12,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(78649,1,1891587600,2029,12,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(78650,1,1891591200,2029,12,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(78651,1,1891594800,2029,12,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(78652,1,1891598400,2029,12,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(78653,1,1891602000,2029,12,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(78654,1,1891605600,2029,12,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(78655,1,1891609200,2029,12,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(78656,1,1891612800,2029,12,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(78657,1,1891616400,2029,12,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(78658,1,1891620000,2029,12,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(78659,1,1891623600,2029,12,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(78660,1,1891627200,2029,12,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(78661,1,1891630800,2029,12,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(78662,1,1891634400,2029,12,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(78663,1,1891638000,2029,12,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(78664,1,1891641600,2029,12,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(78665,1,1891645200,2029,12,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(78666,1,1891648800,2029,12,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(78667,1,1891652400,2029,12,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(78668,1,1891656000,2029,12,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(78669,1,1891659600,2029,12,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(78670,1,1891663200,2029,12,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(78671,1,1891666800,2029,12,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(78672,1,1891670400,2029,12,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(78673,1,1891674000,2029,12,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(78674,1,1891677600,2029,12,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(78675,1,1891681200,2029,12,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(78676,1,1891684800,2029,12,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(78677,1,1891688400,2029,12,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(78678,1,1891692000,2029,12,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(78679,1,1891695600,2029,12,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(78680,1,1891699200,2029,12,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(78681,1,1891702800,2029,12,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(78682,1,1891706400,2029,12,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(78683,1,1891710000,2029,12,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(78684,1,1891713600,2029,12,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(78685,1,1891717200,2029,12,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(78686,1,1891720800,2029,12,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(78687,1,1891724400,2029,12,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(78688,1,1891728000,2029,12,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(78689,1,1891731600,2029,12,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(78690,1,1891735200,2029,12,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(78691,1,1891738800,2029,12,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(78692,1,1891742400,2029,12,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(78693,1,1891746000,2029,12,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(78694,1,1891749600,2029,12,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(78695,1,1891753200,2029,12,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(78696,1,1891756800,2029,12,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(78697,1,1891760400,2029,12,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(78698,1,1891764000,2029,12,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(78699,1,1891767600,2029,12,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(78700,1,1891771200,2029,12,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(78701,1,1891774800,2029,12,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(78702,1,1891778400,2029,12,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(78703,1,1891782000,2029,12,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(78704,1,1891785600,2029,12,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(78705,1,1891789200,2029,12,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(78706,1,1891792800,2029,12,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(78707,1,1891796400,2029,12,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(78708,1,1891800000,2029,12,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(78709,1,1891803600,2029,12,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(78710,1,1891807200,2029,12,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(78711,1,1891810800,2029,12,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(78712,1,1891814400,2029,12,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(78713,1,1891818000,2029,12,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(78714,1,1891821600,2029,12,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(78715,1,1891825200,2029,12,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(78716,1,1891828800,2029,12,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(78717,1,1891832400,2029,12,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(78718,1,1891836000,2029,12,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(78719,1,1891839600,2029,12,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(78720,1,1891843200,2029,12,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(78721,1,1891846800,2029,12,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(78722,1,1891850400,2029,12,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(78723,1,1891854000,2029,12,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(78724,1,1891857600,2029,12,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(78725,1,1891861200,2029,12,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(78726,1,1891864800,2029,12,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(78727,1,1891868400,2029,12,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(78728,1,1891872000,2029,12,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(78729,1,1891875600,2029,12,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(78730,1,1891879200,2029,12,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(78731,1,1891882800,2029,12,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(78732,1,1891886400,2029,12,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(78733,1,1891890000,2029,12,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(78734,1,1891893600,2029,12,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(78735,1,1891897200,2029,12,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(78736,1,1891900800,2029,12,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(78737,1,1891904400,2029,12,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(78738,1,1891908000,2029,12,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(78739,1,1891911600,2029,12,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(78740,1,1891915200,2029,12,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(78741,1,1891918800,2029,12,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(78742,1,1891922400,2029,12,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(78743,1,1891926000,2029,12,14,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(78744,1,1891929600,2029,12,14,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(78745,1,1891933200,2029,12,14,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(78746,1,1891936800,2029,12,14,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(78747,1,1891940400,2029,12,14,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(78748,1,1891944000,2029,12,14,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(78749,1,1891947600,2029,12,14,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(78750,1,1891951200,2029,12,14,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(78751,1,1891954800,2029,12,14,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(78752,1,1891958400,2029,12,14,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(78753,1,1891962000,2029,12,14,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(78754,1,1891965600,2029,12,14,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(78755,1,1891969200,2029,12,14,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(78756,1,1891972800,2029,12,14,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(78757,1,1891976400,2029,12,14,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(78758,1,1891980000,2029,12,14,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(78759,1,1891983600,2029,12,15,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(78760,1,1891987200,2029,12,15,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(78761,1,1891990800,2029,12,15,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(78762,1,1891994400,2029,12,15,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(78763,1,1891998000,2029,12,15,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(78764,1,1892001600,2029,12,15,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(78765,1,1892005200,2029,12,15,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(78766,1,1892008800,2029,12,15,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(78767,1,1892012400,2029,12,15,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(78768,1,1892016000,2029,12,15,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(78769,1,1892019600,2029,12,15,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(78770,1,1892023200,2029,12,15,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(78771,1,1892026800,2029,12,15,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(78772,1,1892030400,2029,12,15,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(78773,1,1892034000,2029,12,15,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(78774,1,1892037600,2029,12,15,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(78775,1,1892041200,2029,12,15,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(78776,1,1892044800,2029,12,15,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(78777,1,1892048400,2029,12,15,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(78778,1,1892052000,2029,12,15,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(78779,1,1892055600,2029,12,15,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(78780,1,1892059200,2029,12,15,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(78781,1,1892062800,2029,12,15,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(78782,1,1892066400,2029,12,15,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(78783,1,1892156400,2029,12,17,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(78784,1,1892160000,2029,12,17,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(78785,1,1892163600,2029,12,17,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(78786,1,1892167200,2029,12,17,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(78787,1,1892170800,2029,12,17,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(78788,1,1892174400,2029,12,17,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(78789,1,1892178000,2029,12,17,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(78790,1,1892181600,2029,12,17,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(78791,1,1892185200,2029,12,17,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(78792,1,1892188800,2029,12,17,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(78793,1,1892192400,2029,12,17,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(78794,1,1892196000,2029,12,17,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(78795,1,1892199600,2029,12,17,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(78796,1,1892203200,2029,12,17,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(78797,1,1892206800,2029,12,17,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(78798,1,1892210400,2029,12,17,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(78799,1,1892214000,2029,12,17,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(78800,1,1892217600,2029,12,17,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(78801,1,1892221200,2029,12,17,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(78802,1,1892224800,2029,12,17,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(78803,1,1892228400,2029,12,17,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(78804,1,1892232000,2029,12,17,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(78805,1,1892235600,2029,12,17,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(78806,1,1892239200,2029,12,17,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(78807,1,1892242800,2029,12,18,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(78808,1,1892246400,2029,12,18,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(78809,1,1892250000,2029,12,18,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(78810,1,1892253600,2029,12,18,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(78811,1,1892257200,2029,12,18,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(78812,1,1892260800,2029,12,18,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(78813,1,1892264400,2029,12,18,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(78814,1,1892268000,2029,12,18,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(78815,1,1892271600,2029,12,18,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(78816,1,1892275200,2029,12,18,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(78817,1,1892278800,2029,12,18,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(78818,1,1892282400,2029,12,18,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(78819,1,1892286000,2029,12,18,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(78820,1,1892289600,2029,12,18,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(78821,1,1892293200,2029,12,18,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(78822,1,1892296800,2029,12,18,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(78823,1,1892300400,2029,12,18,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(78824,1,1892304000,2029,12,18,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(78825,1,1892307600,2029,12,18,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(78826,1,1892311200,2029,12,18,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(78827,1,1892314800,2029,12,18,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(78828,1,1892318400,2029,12,18,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(78829,1,1892322000,2029,12,18,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(78830,1,1892325600,2029,12,18,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(78831,1,1892329200,2029,12,19,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(78832,1,1892332800,2029,12,19,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(78833,1,1892336400,2029,12,19,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(78834,1,1892340000,2029,12,19,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(78835,1,1892343600,2029,12,19,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(78836,1,1892347200,2029,12,19,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(78837,1,1892350800,2029,12,19,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(78838,1,1892354400,2029,12,19,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(78839,1,1892358000,2029,12,19,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(78840,1,1892361600,2029,12,19,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(78841,1,1892365200,2029,12,19,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(78842,1,1892368800,2029,12,19,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(78843,1,1892372400,2029,12,19,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(78844,1,1892376000,2029,12,19,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(78845,1,1892379600,2029,12,19,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(78846,1,1892383200,2029,12,19,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(78847,1,1892386800,2029,12,19,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(78848,1,1892390400,2029,12,19,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(78849,1,1892394000,2029,12,19,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(78850,1,1892397600,2029,12,19,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(78851,1,1892401200,2029,12,19,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(78852,1,1892404800,2029,12,19,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(78853,1,1892408400,2029,12,19,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(78854,1,1892412000,2029,12,19,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(78855,1,1892415600,2029,12,20,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(78856,1,1892419200,2029,12,20,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(78857,1,1892422800,2029,12,20,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(78858,1,1892426400,2029,12,20,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(78859,1,1892430000,2029,12,20,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(78860,1,1892433600,2029,12,20,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(78861,1,1892437200,2029,12,20,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(78862,1,1892440800,2029,12,20,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(78863,1,1892444400,2029,12,20,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(78864,1,1892448000,2029,12,20,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(78865,1,1892451600,2029,12,20,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(78866,1,1892455200,2029,12,20,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(78867,1,1892458800,2029,12,20,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(78868,1,1892462400,2029,12,20,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(78869,1,1892466000,2029,12,20,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(78870,1,1892469600,2029,12,20,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(78871,1,1892473200,2029,12,20,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(78872,1,1892476800,2029,12,20,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(78873,1,1892480400,2029,12,20,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(78874,1,1892484000,2029,12,20,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(78875,1,1892487600,2029,12,20,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(78876,1,1892491200,2029,12,20,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(78877,1,1892494800,2029,12,20,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(78878,1,1892498400,2029,12,20,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(78879,1,1892502000,2029,12,21,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(78880,1,1892505600,2029,12,21,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(78881,1,1892509200,2029,12,21,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(78882,1,1892512800,2029,12,21,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(78883,1,1892516400,2029,12,21,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(78884,1,1892520000,2029,12,21,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(78885,1,1892523600,2029,12,21,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(78886,1,1892527200,2029,12,21,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(78887,1,1892530800,2029,12,21,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(78888,1,1892534400,2029,12,21,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(78889,1,1892538000,2029,12,21,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(78890,1,1892541600,2029,12,21,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(78891,1,1892545200,2029,12,21,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(78892,1,1892548800,2029,12,21,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(78893,1,1892552400,2029,12,21,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(78894,1,1892556000,2029,12,21,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(78895,1,1892559600,2029,12,21,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(78896,1,1892563200,2029,12,21,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(78897,1,1892566800,2029,12,21,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(78898,1,1892570400,2029,12,21,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(78899,1,1892574000,2029,12,21,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(78900,1,1892577600,2029,12,21,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(78901,1,1892581200,2029,12,21,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(78902,1,1892584800,2029,12,21,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(78903,1,1892588400,2029,12,22,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(78904,1,1892592000,2029,12,22,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(78905,1,1892595600,2029,12,22,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(78906,1,1892599200,2029,12,22,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(78907,1,1892602800,2029,12,22,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(78908,1,1892606400,2029,12,22,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(78909,1,1892610000,2029,12,22,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(78910,1,1892613600,2029,12,22,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(78911,1,1892617200,2029,12,22,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(78912,1,1892620800,2029,12,22,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(78913,1,1892624400,2029,12,22,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(78914,1,1892628000,2029,12,22,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(78915,1,1892631600,2029,12,22,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(78916,1,1892635200,2029,12,22,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(78917,1,1892638800,2029,12,22,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(78918,1,1892642400,2029,12,22,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(78919,1,1892646000,2029,12,22,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(78920,1,1892649600,2029,12,22,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(78921,1,1892653200,2029,12,22,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(78922,1,1892656800,2029,12,22,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(78923,1,1892660400,2029,12,22,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(78924,1,1892664000,2029,12,22,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(78925,1,1892667600,2029,12,22,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(78926,1,1892671200,2029,12,22,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(78927,1,1892761200,2029,12,24,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(78928,1,1892764800,2029,12,24,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(78929,1,1892768400,2029,12,24,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(78930,1,1892772000,2029,12,24,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(78931,1,1892775600,2029,12,24,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(78932,1,1892779200,2029,12,24,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(78933,1,1892782800,2029,12,24,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(78934,1,1892786400,2029,12,24,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(78935,1,1892790000,2029,12,24,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(78936,1,1892793600,2029,12,24,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(78937,1,1892797200,2029,12,24,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(78938,1,1892800800,2029,12,24,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(78939,1,1892804400,2029,12,24,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(78940,1,1892808000,2029,12,24,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(78941,1,1892811600,2029,12,24,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(78942,1,1892815200,2029,12,24,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(78943,1,1892818800,2029,12,24,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(78944,1,1892822400,2029,12,24,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(78945,1,1892826000,2029,12,24,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(78946,1,1892829600,2029,12,24,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(78947,1,1892833200,2029,12,24,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(78948,1,1892836800,2029,12,24,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(78949,1,1892840400,2029,12,24,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(78950,1,1892844000,2029,12,24,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(78951,1,1892847600,2029,12,25,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(78952,1,1892851200,2029,12,25,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(78953,1,1892854800,2029,12,25,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(78954,1,1892858400,2029,12,25,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(78955,1,1892862000,2029,12,25,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(78956,1,1892865600,2029,12,25,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(78957,1,1892869200,2029,12,25,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(78958,1,1892872800,2029,12,25,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(78959,1,1892876400,2029,12,25,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(78960,1,1892880000,2029,12,25,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(78961,1,1892883600,2029,12,25,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(78962,1,1892887200,2029,12,25,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(78963,1,1892890800,2029,12,25,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(78964,1,1892894400,2029,12,25,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(78965,1,1892898000,2029,12,25,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(78966,1,1892901600,2029,12,25,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(78967,1,1892905200,2029,12,25,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(78968,1,1892908800,2029,12,25,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(78969,1,1892912400,2029,12,25,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(78970,1,1892916000,2029,12,25,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(78971,1,1892919600,2029,12,25,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(78972,1,1892923200,2029,12,25,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(78973,1,1892926800,2029,12,25,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(78974,1,1892930400,2029,12,25,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(78975,1,1892934000,2029,12,26,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(78976,1,1892937600,2029,12,26,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(78977,1,1892941200,2029,12,26,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(78978,1,1892944800,2029,12,26,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(78979,1,1892948400,2029,12,26,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(78980,1,1892952000,2029,12,26,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(78981,1,1892955600,2029,12,26,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(78982,1,1892959200,2029,12,26,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(78983,1,1892962800,2029,12,26,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(78984,1,1892966400,2029,12,26,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(78985,1,1892970000,2029,12,26,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(78986,1,1892973600,2029,12,26,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(78987,1,1892977200,2029,12,26,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(78988,1,1892980800,2029,12,26,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(78989,1,1892984400,2029,12,26,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(78990,1,1892988000,2029,12,26,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(78991,1,1892991600,2029,12,26,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(78992,1,1892995200,2029,12,26,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(78993,1,1892998800,2029,12,26,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(78994,1,1893002400,2029,12,26,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(78995,1,1893006000,2029,12,26,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(78996,1,1893009600,2029,12,26,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(78997,1,1893013200,2029,12,26,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(78998,1,1893016800,2029,12,26,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(78999,1,1893020400,2029,12,27,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(79000,1,1893024000,2029,12,27,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(79001,1,1893027600,2029,12,27,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(79002,1,1893031200,2029,12,27,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(79003,1,1893034800,2029,12,27,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(79004,1,1893038400,2029,12,27,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(79005,1,1893042000,2029,12,27,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(79006,1,1893045600,2029,12,27,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(79007,1,1893049200,2029,12,27,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(79008,1,1893052800,2029,12,27,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(79009,1,1893056400,2029,12,27,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(79010,1,1893060000,2029,12,27,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(79011,1,1893063600,2029,12,27,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(79012,1,1893067200,2029,12,27,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(79013,1,1893070800,2029,12,27,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(79014,1,1893074400,2029,12,27,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(79015,1,1893078000,2029,12,27,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(79016,1,1893081600,2029,12,27,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(79017,1,1893085200,2029,12,27,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(79018,1,1893088800,2029,12,27,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(79019,1,1893092400,2029,12,27,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(79020,1,1893096000,2029,12,27,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(79021,1,1893099600,2029,12,27,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(79022,1,1893103200,2029,12,27,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(79023,1,1893106800,2029,12,28,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(79024,1,1893110400,2029,12,28,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(79025,1,1893114000,2029,12,28,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(79026,1,1893117600,2029,12,28,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(79027,1,1893121200,2029,12,28,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(79028,1,1893124800,2029,12,28,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(79029,1,1893128400,2029,12,28,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(79030,1,1893132000,2029,12,28,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(79031,1,1893135600,2029,12,28,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(79032,1,1893139200,2029,12,28,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(79033,1,1893142800,2029,12,28,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(79034,1,1893146400,2029,12,28,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(79035,1,1893150000,2029,12,28,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(79036,1,1893153600,2029,12,28,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(79037,1,1893157200,2029,12,28,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(79038,1,1893160800,2029,12,28,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(79039,1,1893164400,2029,12,28,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(79040,1,1893168000,2029,12,28,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(79041,1,1893171600,2029,12,28,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(79042,1,1893175200,2029,12,28,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(79043,1,1893178800,2029,12,28,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(79044,1,1893182400,2029,12,28,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(79045,1,1893186000,2029,12,28,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(79046,1,1893189600,2029,12,28,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(79047,1,1893193200,2029,12,29,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(79048,1,1893196800,2029,12,29,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(79049,1,1893200400,2029,12,29,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(79050,1,1893204000,2029,12,29,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(79051,1,1893207600,2029,12,29,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(79052,1,1893211200,2029,12,29,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(79053,1,1893214800,2029,12,29,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(79054,1,1893218400,2029,12,29,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(79055,1,1893222000,2029,12,29,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(79056,1,1893225600,2029,12,29,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(79057,1,1893229200,2029,12,29,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(79058,1,1893232800,2029,12,29,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(79059,1,1893236400,2029,12,29,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(79060,1,1893240000,2029,12,29,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(79061,1,1893243600,2029,12,29,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(79062,1,1893247200,2029,12,29,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(79063,1,1893250800,2029,12,29,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(79064,1,1893254400,2029,12,29,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(79065,1,1893258000,2029,12,29,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(79066,1,1893261600,2029,12,29,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(79067,1,1893265200,2029,12,29,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(79068,1,1893268800,2029,12,29,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(79069,1,1893272400,2029,12,29,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(79070,1,1893276000,2029,12,29,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(79071,1,1893366000,2029,12,31,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(79072,1,1893369600,2029,12,31,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(79073,1,1893373200,2029,12,31,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(79074,1,1893376800,2029,12,31,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(79075,1,1893380400,2029,12,31,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(79076,1,1893384000,2029,12,31,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(79077,1,1893387600,2029,12,31,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(79078,1,1893391200,2029,12,31,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(79079,1,1893394800,2029,12,31,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(79080,1,1893398400,2029,12,31,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(79081,1,1893402000,2029,12,31,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(79082,1,1893405600,2029,12,31,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(79083,1,1893409200,2029,12,31,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(79084,1,1893412800,2029,12,31,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(79085,1,1893416400,2029,12,31,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(79086,1,1893420000,2029,12,31,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(79087,1,1893423600,2029,12,31,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(79088,1,1893427200,2029,12,31,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(79089,1,1893430800,2029,12,31,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(79090,1,1893434400,2029,12,31,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(79091,1,1893438000,2029,12,31,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(79092,1,1893441600,2029,12,31,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(79093,1,1893445200,2029,12,31,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(79094,1,1893448800,2029,12,31,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(79095,1,1893452400,2030,1,1,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(79096,1,1893456000,2030,1,1,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(79097,1,1893459600,2030,1,1,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(79098,1,1893463200,2030,1,1,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(79099,1,1893466800,2030,1,1,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(79100,1,1893470400,2030,1,1,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(79101,1,1893474000,2030,1,1,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(79102,1,1893477600,2030,1,1,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(79103,1,1893481200,2030,1,1,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(79104,1,1893484800,2030,1,1,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(79105,1,1893488400,2030,1,1,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(79106,1,1893492000,2030,1,1,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(79107,1,1893495600,2030,1,1,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(79108,1,1893499200,2030,1,1,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(79109,1,1893502800,2030,1,1,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(79110,1,1893506400,2030,1,1,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(79111,1,1893510000,2030,1,1,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(79112,1,1893513600,2030,1,1,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(79113,1,1893517200,2030,1,1,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(79114,1,1893520800,2030,1,1,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(79115,1,1893524400,2030,1,1,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(79116,1,1893528000,2030,1,1,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(79117,1,1893531600,2030,1,1,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(79118,1,1893535200,2030,1,1,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(79119,1,1893538800,2030,1,2,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(79120,1,1893542400,2030,1,2,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(79121,1,1893546000,2030,1,2,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(79122,1,1893549600,2030,1,2,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(79123,1,1893553200,2030,1,2,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(79124,1,1893556800,2030,1,2,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(79125,1,1893560400,2030,1,2,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(79126,1,1893564000,2030,1,2,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(79127,1,1893567600,2030,1,2,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(79128,1,1893571200,2030,1,2,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(79129,1,1893574800,2030,1,2,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(79130,1,1893578400,2030,1,2,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(79131,1,1893582000,2030,1,2,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(79132,1,1893585600,2030,1,2,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(79133,1,1893589200,2030,1,2,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(79134,1,1893592800,2030,1,2,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(79135,1,1893596400,2030,1,2,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(79136,1,1893600000,2030,1,2,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(79137,1,1893603600,2030,1,2,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(79138,1,1893607200,2030,1,2,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(79139,1,1893610800,2030,1,2,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(79140,1,1893614400,2030,1,2,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(79141,1,1893618000,2030,1,2,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(79142,1,1893621600,2030,1,2,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(79143,1,1893625200,2030,1,3,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(79144,1,1893628800,2030,1,3,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(79145,1,1893632400,2030,1,3,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(79146,1,1893636000,2030,1,3,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(79147,1,1893639600,2030,1,3,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(79148,1,1893643200,2030,1,3,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(79149,1,1893646800,2030,1,3,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(79150,1,1893650400,2030,1,3,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(79151,1,1893654000,2030,1,3,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(79152,1,1893657600,2030,1,3,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(79153,1,1893661200,2030,1,3,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(79154,1,1893664800,2030,1,3,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(79155,1,1893668400,2030,1,3,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(79156,1,1893672000,2030,1,3,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(79157,1,1893675600,2030,1,3,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(79158,1,1893679200,2030,1,3,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(79159,1,1893682800,2030,1,3,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(79160,1,1893686400,2030,1,3,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(79161,1,1893690000,2030,1,3,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(79162,1,1893693600,2030,1,3,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(79163,1,1893697200,2030,1,3,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(79164,1,1893700800,2030,1,3,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(79165,1,1893704400,2030,1,3,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(79166,1,1893708000,2030,1,3,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(79167,1,1893711600,2030,1,4,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(79168,1,1893715200,2030,1,4,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(79169,1,1893718800,2030,1,4,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(79170,1,1893722400,2030,1,4,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(79171,1,1893726000,2030,1,4,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(79172,1,1893729600,2030,1,4,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(79173,1,1893733200,2030,1,4,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(79174,1,1893736800,2030,1,4,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(79175,1,1893740400,2030,1,4,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(79176,1,1893744000,2030,1,4,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(79177,1,1893747600,2030,1,4,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(79178,1,1893751200,2030,1,4,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(79179,1,1893754800,2030,1,4,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(79180,1,1893758400,2030,1,4,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(79181,1,1893762000,2030,1,4,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(79182,1,1893765600,2030,1,4,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(79183,1,1893769200,2030,1,4,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(79184,1,1893772800,2030,1,4,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(79185,1,1893776400,2030,1,4,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(79186,1,1893780000,2030,1,4,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(79187,1,1893783600,2030,1,4,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(79188,1,1893787200,2030,1,4,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(79189,1,1893790800,2030,1,4,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(79190,1,1893794400,2030,1,4,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(79191,1,1893798000,2030,1,5,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(79192,1,1893801600,2030,1,5,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(79193,1,1893805200,2030,1,5,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(79194,1,1893808800,2030,1,5,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(79195,1,1893812400,2030,1,5,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(79196,1,1893816000,2030,1,5,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(79197,1,1893819600,2030,1,5,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(79198,1,1893823200,2030,1,5,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(79199,1,1893826800,2030,1,5,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(79200,1,1893830400,2030,1,5,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(79201,1,1893834000,2030,1,5,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(79202,1,1893837600,2030,1,5,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(79203,1,1893841200,2030,1,5,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(79204,1,1893844800,2030,1,5,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(79205,1,1893848400,2030,1,5,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(79206,1,1893852000,2030,1,5,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(79207,1,1893855600,2030,1,5,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(79208,1,1893859200,2030,1,5,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(79209,1,1893862800,2030,1,5,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(79210,1,1893866400,2030,1,5,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(79211,1,1893870000,2030,1,5,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(79212,1,1893873600,2030,1,5,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(79213,1,1893877200,2030,1,5,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(79214,1,1893880800,2030,1,5,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(79215,1,1893970800,2030,1,7,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(79216,1,1893974400,2030,1,7,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(79217,1,1893978000,2030,1,7,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(79218,1,1893981600,2030,1,7,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(79219,1,1893985200,2030,1,7,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(79220,1,1893988800,2030,1,7,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(79221,1,1893992400,2030,1,7,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(79222,1,1893996000,2030,1,7,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(79223,1,1893999600,2030,1,7,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(79224,1,1894003200,2030,1,7,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(79225,1,1894006800,2030,1,7,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(79226,1,1894010400,2030,1,7,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(79227,1,1894014000,2030,1,7,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(79228,1,1894017600,2030,1,7,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(79229,1,1894021200,2030,1,7,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(79230,1,1894024800,2030,1,7,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(79231,1,1894028400,2030,1,7,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(79232,1,1894032000,2030,1,7,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(79233,1,1894035600,2030,1,7,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(79234,1,1894039200,2030,1,7,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(79235,1,1894042800,2030,1,7,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(79236,1,1894046400,2030,1,7,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(79237,1,1894050000,2030,1,7,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(79238,1,1894053600,2030,1,7,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(79239,1,1894057200,2030,1,8,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(79240,1,1894060800,2030,1,8,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(79241,1,1894064400,2030,1,8,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(79242,1,1894068000,2030,1,8,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(79243,1,1894071600,2030,1,8,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(79244,1,1894075200,2030,1,8,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(79245,1,1894078800,2030,1,8,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(79246,1,1894082400,2030,1,8,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(79247,1,1894086000,2030,1,8,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(79248,1,1894089600,2030,1,8,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(79249,1,1894093200,2030,1,8,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(79250,1,1894096800,2030,1,8,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(79251,1,1894100400,2030,1,8,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(79252,1,1894104000,2030,1,8,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(79253,1,1894107600,2030,1,8,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(79254,1,1894111200,2030,1,8,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(79255,1,1894114800,2030,1,8,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(79256,1,1894118400,2030,1,8,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(79257,1,1894122000,2030,1,8,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(79258,1,1894125600,2030,1,8,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(79259,1,1894129200,2030,1,8,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(79260,1,1894132800,2030,1,8,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(79261,1,1894136400,2030,1,8,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(79262,1,1894140000,2030,1,8,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(79263,1,1894143600,2030,1,9,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(79264,1,1894147200,2030,1,9,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(79265,1,1894150800,2030,1,9,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(79266,1,1894154400,2030,1,9,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(79267,1,1894158000,2030,1,9,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(79268,1,1894161600,2030,1,9,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(79269,1,1894165200,2030,1,9,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(79270,1,1894168800,2030,1,9,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(79271,1,1894172400,2030,1,9,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(79272,1,1894176000,2030,1,9,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(79273,1,1894179600,2030,1,9,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(79274,1,1894183200,2030,1,9,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(79275,1,1894186800,2030,1,9,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(79276,1,1894190400,2030,1,9,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(79277,1,1894194000,2030,1,9,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(79278,1,1894197600,2030,1,9,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(79279,1,1894201200,2030,1,9,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(79280,1,1894204800,2030,1,9,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(79281,1,1894208400,2030,1,9,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(79282,1,1894212000,2030,1,9,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(79283,1,1894215600,2030,1,9,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(79284,1,1894219200,2030,1,9,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(79285,1,1894222800,2030,1,9,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(79286,1,1894226400,2030,1,9,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(79287,1,1894230000,2030,1,10,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(79288,1,1894233600,2030,1,10,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(79289,1,1894237200,2030,1,10,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(79290,1,1894240800,2030,1,10,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(79291,1,1894244400,2030,1,10,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(79292,1,1894248000,2030,1,10,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(79293,1,1894251600,2030,1,10,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(79294,1,1894255200,2030,1,10,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(79295,1,1894258800,2030,1,10,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(79296,1,1894262400,2030,1,10,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(79297,1,1894266000,2030,1,10,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(79298,1,1894269600,2030,1,10,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(79299,1,1894273200,2030,1,10,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(79300,1,1894276800,2030,1,10,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(79301,1,1894280400,2030,1,10,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(79302,1,1894284000,2030,1,10,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(79303,1,1894287600,2030,1,10,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(79304,1,1894291200,2030,1,10,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(79305,1,1894294800,2030,1,10,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(79306,1,1894298400,2030,1,10,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(79307,1,1894302000,2030,1,10,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(79308,1,1894305600,2030,1,10,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(79309,1,1894309200,2030,1,10,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(79310,1,1894312800,2030,1,10,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(79311,1,1894316400,2030,1,11,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(79312,1,1894320000,2030,1,11,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(79313,1,1894323600,2030,1,11,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(79314,1,1894327200,2030,1,11,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(79315,1,1894330800,2030,1,11,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(79316,1,1894334400,2030,1,11,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(79317,1,1894338000,2030,1,11,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(79318,1,1894341600,2030,1,11,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(79319,1,1894345200,2030,1,11,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(79320,1,1894348800,2030,1,11,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(79321,1,1894352400,2030,1,11,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(79322,1,1894356000,2030,1,11,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(79323,1,1894359600,2030,1,11,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(79324,1,1894363200,2030,1,11,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(79325,1,1894366800,2030,1,11,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(79326,1,1894370400,2030,1,11,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(79327,1,1894374000,2030,1,11,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(79328,1,1894377600,2030,1,11,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(79329,1,1894381200,2030,1,11,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(79330,1,1894384800,2030,1,11,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(79331,1,1894388400,2030,1,11,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(79332,1,1894392000,2030,1,11,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(79333,1,1894395600,2030,1,11,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(79334,1,1894399200,2030,1,11,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(79335,1,1894402800,2030,1,12,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(79336,1,1894406400,2030,1,12,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(79337,1,1894410000,2030,1,12,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(79338,1,1894413600,2030,1,12,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(79339,1,1894417200,2030,1,12,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(79340,1,1894420800,2030,1,12,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(79341,1,1894424400,2030,1,12,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(79342,1,1894428000,2030,1,12,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(79343,1,1894431600,2030,1,12,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(79344,1,1894435200,2030,1,12,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(79345,1,1894438800,2030,1,12,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(79346,1,1894442400,2030,1,12,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(79347,1,1894446000,2030,1,12,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(79348,1,1894449600,2030,1,12,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(79349,1,1894453200,2030,1,12,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(79350,1,1894456800,2030,1,12,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(79351,1,1894460400,2030,1,12,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(79352,1,1894464000,2030,1,12,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(79353,1,1894467600,2030,1,12,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(79354,1,1894471200,2030,1,12,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(79355,1,1894474800,2030,1,12,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(79356,1,1894478400,2030,1,12,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(79357,1,1894482000,2030,1,12,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(79358,1,1894485600,2030,1,12,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(79359,1,1894575600,2030,1,14,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(79360,1,1894579200,2030,1,14,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(79361,1,1894582800,2030,1,14,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(79362,1,1894586400,2030,1,14,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(79363,1,1894590000,2030,1,14,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(79364,1,1894593600,2030,1,14,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(79365,1,1894597200,2030,1,14,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(79366,1,1894600800,2030,1,14,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(79367,1,1894604400,2030,1,14,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(79368,1,1894608000,2030,1,14,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(79369,1,1894611600,2030,1,14,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(79370,1,1894615200,2030,1,14,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(79371,1,1894618800,2030,1,14,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(79372,1,1894622400,2030,1,14,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(79373,1,1894626000,2030,1,14,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(79374,1,1894629600,2030,1,14,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(79375,1,1894633200,2030,1,14,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(79376,1,1894636800,2030,1,14,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(79377,1,1894640400,2030,1,14,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(79378,1,1894644000,2030,1,14,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(79379,1,1894647600,2030,1,14,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(79380,1,1894651200,2030,1,14,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(79381,1,1894654800,2030,1,14,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(79382,1,1894658400,2030,1,14,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(79383,1,1894662000,2030,1,15,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(79384,1,1894665600,2030,1,15,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(79385,1,1894669200,2030,1,15,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(79386,1,1894672800,2030,1,15,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(79387,1,1894676400,2030,1,15,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(79388,1,1894680000,2030,1,15,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(79389,1,1894683600,2030,1,15,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(79390,1,1894687200,2030,1,15,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(79391,1,1894690800,2030,1,15,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(79392,1,1894694400,2030,1,15,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(79393,1,1894698000,2030,1,15,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(79394,1,1894701600,2030,1,15,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(79395,1,1894705200,2030,1,15,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(79396,1,1894708800,2030,1,15,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(79397,1,1894712400,2030,1,15,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(79398,1,1894716000,2030,1,15,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(79399,1,1894719600,2030,1,15,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(79400,1,1894723200,2030,1,15,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(79401,1,1894726800,2030,1,15,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(79402,1,1894730400,2030,1,15,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(79403,1,1894734000,2030,1,15,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(79404,1,1894737600,2030,1,15,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(79405,1,1894741200,2030,1,15,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(79406,1,1894744800,2030,1,15,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(79407,1,1894748400,2030,1,16,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(79408,1,1894752000,2030,1,16,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(79409,1,1894755600,2030,1,16,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(79410,1,1894759200,2030,1,16,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(79411,1,1894762800,2030,1,16,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(79412,1,1894766400,2030,1,16,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(79413,1,1894770000,2030,1,16,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(79414,1,1894773600,2030,1,16,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(79415,1,1894777200,2030,1,16,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(79416,1,1894780800,2030,1,16,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(79417,1,1894784400,2030,1,16,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(79418,1,1894788000,2030,1,16,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(79419,1,1894791600,2030,1,16,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(79420,1,1894795200,2030,1,16,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(79421,1,1894798800,2030,1,16,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(79422,1,1894802400,2030,1,16,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(79423,1,1894806000,2030,1,16,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(79424,1,1894809600,2030,1,16,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(79425,1,1894813200,2030,1,16,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(79426,1,1894816800,2030,1,16,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(79427,1,1894820400,2030,1,16,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(79428,1,1894824000,2030,1,16,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(79429,1,1894827600,2030,1,16,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(79430,1,1894831200,2030,1,16,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(79431,1,1894834800,2030,1,17,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(79432,1,1894838400,2030,1,17,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(79433,1,1894842000,2030,1,17,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(79434,1,1894845600,2030,1,17,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(79435,1,1894849200,2030,1,17,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(79436,1,1894852800,2030,1,17,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(79437,1,1894856400,2030,1,17,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(79438,1,1894860000,2030,1,17,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(79439,1,1894863600,2030,1,17,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(79440,1,1894867200,2030,1,17,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(79441,1,1894870800,2030,1,17,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(79442,1,1894874400,2030,1,17,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(79443,1,1894878000,2030,1,17,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(79444,1,1894881600,2030,1,17,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(79445,1,1894885200,2030,1,17,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(79446,1,1894888800,2030,1,17,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(79447,1,1894892400,2030,1,17,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(79448,1,1894896000,2030,1,17,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(79449,1,1894899600,2030,1,17,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(79450,1,1894903200,2030,1,17,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(79451,1,1894906800,2030,1,17,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(79452,1,1894910400,2030,1,17,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(79453,1,1894914000,2030,1,17,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(79454,1,1894917600,2030,1,17,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(79455,1,1894921200,2030,1,18,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(79456,1,1894924800,2030,1,18,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(79457,1,1894928400,2030,1,18,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(79458,1,1894932000,2030,1,18,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(79459,1,1894935600,2030,1,18,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(79460,1,1894939200,2030,1,18,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(79461,1,1894942800,2030,1,18,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(79462,1,1894946400,2030,1,18,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(79463,1,1894950000,2030,1,18,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(79464,1,1894953600,2030,1,18,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(79465,1,1894957200,2030,1,18,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(79466,1,1894960800,2030,1,18,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(79467,1,1894964400,2030,1,18,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(79468,1,1894968000,2030,1,18,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(79469,1,1894971600,2030,1,18,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(79470,1,1894975200,2030,1,18,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(79471,1,1894978800,2030,1,18,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(79472,1,1894982400,2030,1,18,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(79473,1,1894986000,2030,1,18,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(79474,1,1894989600,2030,1,18,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(79475,1,1894993200,2030,1,18,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(79476,1,1894996800,2030,1,18,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(79477,1,1895000400,2030,1,18,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(79478,1,1895004000,2030,1,18,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(79479,1,1895007600,2030,1,19,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(79480,1,1895011200,2030,1,19,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(79481,1,1895014800,2030,1,19,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(79482,1,1895018400,2030,1,19,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(79483,1,1895022000,2030,1,19,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(79484,1,1895025600,2030,1,19,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(79485,1,1895029200,2030,1,19,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(79486,1,1895032800,2030,1,19,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(79487,1,1895036400,2030,1,19,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(79488,1,1895040000,2030,1,19,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(79489,1,1895043600,2030,1,19,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(79490,1,1895047200,2030,1,19,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(79491,1,1895050800,2030,1,19,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(79492,1,1895054400,2030,1,19,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(79493,1,1895058000,2030,1,19,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(79494,1,1895061600,2030,1,19,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(79495,1,1895065200,2030,1,19,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(79496,1,1895068800,2030,1,19,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(79497,1,1895072400,2030,1,19,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(79498,1,1895076000,2030,1,19,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(79499,1,1895079600,2030,1,19,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(79500,1,1895083200,2030,1,19,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(79501,1,1895086800,2030,1,19,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(79502,1,1895090400,2030,1,19,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(79503,1,1895180400,2030,1,21,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(79504,1,1895184000,2030,1,21,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(79505,1,1895187600,2030,1,21,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(79506,1,1895191200,2030,1,21,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(79507,1,1895194800,2030,1,21,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(79508,1,1895198400,2030,1,21,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(79509,1,1895202000,2030,1,21,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(79510,1,1895205600,2030,1,21,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(79511,1,1895209200,2030,1,21,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(79512,1,1895212800,2030,1,21,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(79513,1,1895216400,2030,1,21,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(79514,1,1895220000,2030,1,21,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(79515,1,1895223600,2030,1,21,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(79516,1,1895227200,2030,1,21,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(79517,1,1895230800,2030,1,21,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(79518,1,1895234400,2030,1,21,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(79519,1,1895238000,2030,1,21,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(79520,1,1895241600,2030,1,21,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(79521,1,1895245200,2030,1,21,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(79522,1,1895248800,2030,1,21,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(79523,1,1895252400,2030,1,21,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(79524,1,1895256000,2030,1,21,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(79525,1,1895259600,2030,1,21,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(79526,1,1895263200,2030,1,21,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(79527,1,1895266800,2030,1,22,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(79528,1,1895270400,2030,1,22,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(79529,1,1895274000,2030,1,22,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(79530,1,1895277600,2030,1,22,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(79531,1,1895281200,2030,1,22,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(79532,1,1895284800,2030,1,22,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(79533,1,1895288400,2030,1,22,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(79534,1,1895292000,2030,1,22,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(79535,1,1895295600,2030,1,22,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(79536,1,1895299200,2030,1,22,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(79537,1,1895302800,2030,1,22,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(79538,1,1895306400,2030,1,22,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(79539,1,1895310000,2030,1,22,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(79540,1,1895313600,2030,1,22,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(79541,1,1895317200,2030,1,22,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(79542,1,1895320800,2030,1,22,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(79543,1,1895324400,2030,1,22,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(79544,1,1895328000,2030,1,22,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(79545,1,1895331600,2030,1,22,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(79546,1,1895335200,2030,1,22,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(79547,1,1895338800,2030,1,22,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(79548,1,1895342400,2030,1,22,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(79549,1,1895346000,2030,1,22,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(79550,1,1895349600,2030,1,22,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(79551,1,1895353200,2030,1,23,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(79552,1,1895356800,2030,1,23,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(79553,1,1895360400,2030,1,23,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(79554,1,1895364000,2030,1,23,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(79555,1,1895367600,2030,1,23,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(79556,1,1895371200,2030,1,23,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(79557,1,1895374800,2030,1,23,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(79558,1,1895378400,2030,1,23,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(79559,1,1895382000,2030,1,23,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(79560,1,1895385600,2030,1,23,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(79561,1,1895389200,2030,1,23,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(79562,1,1895392800,2030,1,23,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(79563,1,1895396400,2030,1,23,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(79564,1,1895400000,2030,1,23,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(79565,1,1895403600,2030,1,23,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(79566,1,1895407200,2030,1,23,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(79567,1,1895410800,2030,1,23,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(79568,1,1895414400,2030,1,23,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(79569,1,1895418000,2030,1,23,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(79570,1,1895421600,2030,1,23,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(79571,1,1895425200,2030,1,23,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(79572,1,1895428800,2030,1,23,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(79573,1,1895432400,2030,1,23,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(79574,1,1895436000,2030,1,23,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(79575,1,1895439600,2030,1,24,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(79576,1,1895443200,2030,1,24,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(79577,1,1895446800,2030,1,24,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(79578,1,1895450400,2030,1,24,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(79579,1,1895454000,2030,1,24,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(79580,1,1895457600,2030,1,24,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(79581,1,1895461200,2030,1,24,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(79582,1,1895464800,2030,1,24,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(79583,1,1895468400,2030,1,24,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(79584,1,1895472000,2030,1,24,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(79585,1,1895475600,2030,1,24,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(79586,1,1895479200,2030,1,24,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(79587,1,1895482800,2030,1,24,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(79588,1,1895486400,2030,1,24,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(79589,1,1895490000,2030,1,24,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(79590,1,1895493600,2030,1,24,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(79591,1,1895497200,2030,1,24,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(79592,1,1895500800,2030,1,24,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(79593,1,1895504400,2030,1,24,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(79594,1,1895508000,2030,1,24,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(79595,1,1895511600,2030,1,24,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(79596,1,1895515200,2030,1,24,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(79597,1,1895518800,2030,1,24,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(79598,1,1895522400,2030,1,24,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(79599,1,1895526000,2030,1,25,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(79600,1,1895529600,2030,1,25,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(79601,1,1895533200,2030,1,25,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(79602,1,1895536800,2030,1,25,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(79603,1,1895540400,2030,1,25,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(79604,1,1895544000,2030,1,25,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(79605,1,1895547600,2030,1,25,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(79606,1,1895551200,2030,1,25,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(79607,1,1895554800,2030,1,25,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(79608,1,1895558400,2030,1,25,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(79609,1,1895562000,2030,1,25,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(79610,1,1895565600,2030,1,25,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(79611,1,1895569200,2030,1,25,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(79612,1,1895572800,2030,1,25,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(79613,1,1895576400,2030,1,25,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(79614,1,1895580000,2030,1,25,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(79615,1,1895583600,2030,1,25,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(79616,1,1895587200,2030,1,25,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(79617,1,1895590800,2030,1,25,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(79618,1,1895594400,2030,1,25,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(79619,1,1895598000,2030,1,25,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(79620,1,1895601600,2030,1,25,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(79621,1,1895605200,2030,1,25,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(79622,1,1895608800,2030,1,25,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(79623,1,1895612400,2030,1,26,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(79624,1,1895616000,2030,1,26,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(79625,1,1895619600,2030,1,26,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(79626,1,1895623200,2030,1,26,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(79627,1,1895626800,2030,1,26,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(79628,1,1895630400,2030,1,26,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(79629,1,1895634000,2030,1,26,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(79630,1,1895637600,2030,1,26,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(79631,1,1895641200,2030,1,26,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(79632,1,1895644800,2030,1,26,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(79633,1,1895648400,2030,1,26,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(79634,1,1895652000,2030,1,26,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(79635,1,1895655600,2030,1,26,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(79636,1,1895659200,2030,1,26,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(79637,1,1895662800,2030,1,26,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(79638,1,1895666400,2030,1,26,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(79639,1,1895670000,2030,1,26,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(79640,1,1895673600,2030,1,26,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(79641,1,1895677200,2030,1,26,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(79642,1,1895680800,2030,1,26,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(79643,1,1895684400,2030,1,26,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(79644,1,1895688000,2030,1,26,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(79645,1,1895691600,2030,1,26,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(79646,1,1895695200,2030,1,26,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(79647,1,1895785200,2030,1,28,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(79648,1,1895788800,2030,1,28,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(79649,1,1895792400,2030,1,28,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(79650,1,1895796000,2030,1,28,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(79651,1,1895799600,2030,1,28,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(79652,1,1895803200,2030,1,28,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(79653,1,1895806800,2030,1,28,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(79654,1,1895810400,2030,1,28,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(79655,1,1895814000,2030,1,28,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(79656,1,1895817600,2030,1,28,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(79657,1,1895821200,2030,1,28,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(79658,1,1895824800,2030,1,28,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(79659,1,1895828400,2030,1,28,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(79660,1,1895832000,2030,1,28,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(79661,1,1895835600,2030,1,28,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(79662,1,1895839200,2030,1,28,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(79663,1,1895842800,2030,1,28,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(79664,1,1895846400,2030,1,28,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(79665,1,1895850000,2030,1,28,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(79666,1,1895853600,2030,1,28,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(79667,1,1895857200,2030,1,28,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(79668,1,1895860800,2030,1,28,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(79669,1,1895864400,2030,1,28,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(79670,1,1895868000,2030,1,28,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(79671,1,1895871600,2030,1,29,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(79672,1,1895875200,2030,1,29,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(79673,1,1895878800,2030,1,29,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(79674,1,1895882400,2030,1,29,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(79675,1,1895886000,2030,1,29,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(79676,1,1895889600,2030,1,29,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(79677,1,1895893200,2030,1,29,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(79678,1,1895896800,2030,1,29,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(79679,1,1895900400,2030,1,29,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(79680,1,1895904000,2030,1,29,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(79681,1,1895907600,2030,1,29,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(79682,1,1895911200,2030,1,29,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(79683,1,1895914800,2030,1,29,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(79684,1,1895918400,2030,1,29,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(79685,1,1895922000,2030,1,29,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(79686,1,1895925600,2030,1,29,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(79687,1,1895929200,2030,1,29,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(79688,1,1895932800,2030,1,29,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(79689,1,1895936400,2030,1,29,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(79690,1,1895940000,2030,1,29,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(79691,1,1895943600,2030,1,29,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(79692,1,1895947200,2030,1,29,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(79693,1,1895950800,2030,1,29,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(79694,1,1895954400,2030,1,29,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(79695,1,1895958000,2030,1,30,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(79696,1,1895961600,2030,1,30,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(79697,1,1895965200,2030,1,30,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(79698,1,1895968800,2030,1,30,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(79699,1,1895972400,2030,1,30,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(79700,1,1895976000,2030,1,30,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(79701,1,1895979600,2030,1,30,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(79702,1,1895983200,2030,1,30,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(79703,1,1895986800,2030,1,30,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(79704,1,1895990400,2030,1,30,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(79705,1,1895994000,2030,1,30,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(79706,1,1895997600,2030,1,30,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(79707,1,1896001200,2030,1,30,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(79708,1,1896004800,2030,1,30,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(79709,1,1896008400,2030,1,30,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(79710,1,1896012000,2030,1,30,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(79711,1,1896015600,2030,1,30,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(79712,1,1896019200,2030,1,30,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(79713,1,1896022800,2030,1,30,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(79714,1,1896026400,2030,1,30,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(79715,1,1896030000,2030,1,30,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(79716,1,1896033600,2030,1,30,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(79717,1,1896037200,2030,1,30,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(79718,1,1896040800,2030,1,30,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(79719,1,1896044400,2030,1,31,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(79720,1,1896048000,2030,1,31,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(79721,1,1896051600,2030,1,31,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(79722,1,1896055200,2030,1,31,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(79723,1,1896058800,2030,1,31,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(79724,1,1896062400,2030,1,31,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(79725,1,1896066000,2030,1,31,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(79726,1,1896069600,2030,1,31,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(79727,1,1896073200,2030,1,31,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(79728,1,1896076800,2030,1,31,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(79729,1,1896080400,2030,1,31,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(79730,1,1896084000,2030,1,31,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(79731,1,1896087600,2030,1,31,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(79732,1,1896091200,2030,1,31,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(79733,1,1896094800,2030,1,31,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(79734,1,1896098400,2030,1,31,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(79735,1,1896102000,2030,1,31,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(79736,1,1896105600,2030,1,31,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(79737,1,1896109200,2030,1,31,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(79738,1,1896112800,2030,1,31,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(79739,1,1896116400,2030,1,31,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(79740,1,1896120000,2030,1,31,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(79741,1,1896123600,2030,1,31,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(79742,1,1896127200,2030,1,31,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(79743,1,1896130800,2030,2,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(79744,1,1896134400,2030,2,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(79745,1,1896138000,2030,2,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(79746,1,1896141600,2030,2,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(79747,1,1896145200,2030,2,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(79748,1,1896148800,2030,2,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(79749,1,1896152400,2030,2,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(79750,1,1896156000,2030,2,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(79751,1,1896159600,2030,2,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(79752,1,1896163200,2030,2,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(79753,1,1896166800,2030,2,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(79754,1,1896170400,2030,2,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(79755,1,1896174000,2030,2,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(79756,1,1896177600,2030,2,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(79757,1,1896181200,2030,2,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(79758,1,1896184800,2030,2,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(79759,1,1896188400,2030,2,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(79760,1,1896192000,2030,2,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(79761,1,1896195600,2030,2,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(79762,1,1896199200,2030,2,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(79763,1,1896202800,2030,2,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(79764,1,1896206400,2030,2,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(79765,1,1896210000,2030,2,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(79766,1,1896213600,2030,2,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(79767,1,1896217200,2030,2,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(79768,1,1896220800,2030,2,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(79769,1,1896224400,2030,2,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(79770,1,1896228000,2030,2,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(79771,1,1896231600,2030,2,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(79772,1,1896235200,2030,2,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(79773,1,1896238800,2030,2,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(79774,1,1896242400,2030,2,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(79775,1,1896246000,2030,2,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(79776,1,1896249600,2030,2,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(79777,1,1896253200,2030,2,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(79778,1,1896256800,2030,2,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(79779,1,1896260400,2030,2,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(79780,1,1896264000,2030,2,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(79781,1,1896267600,2030,2,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(79782,1,1896271200,2030,2,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(79783,1,1896274800,2030,2,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(79784,1,1896278400,2030,2,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(79785,1,1896282000,2030,2,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(79786,1,1896285600,2030,2,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(79787,1,1896289200,2030,2,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(79788,1,1896292800,2030,2,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(79789,1,1896296400,2030,2,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(79790,1,1896300000,2030,2,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(79791,1,1896390000,2030,2,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(79792,1,1896393600,2030,2,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(79793,1,1896397200,2030,2,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(79794,1,1896400800,2030,2,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(79795,1,1896404400,2030,2,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(79796,1,1896408000,2030,2,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(79797,1,1896411600,2030,2,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(79798,1,1896415200,2030,2,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(79799,1,1896418800,2030,2,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(79800,1,1896422400,2030,2,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(79801,1,1896426000,2030,2,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(79802,1,1896429600,2030,2,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(79803,1,1896433200,2030,2,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(79804,1,1896436800,2030,2,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(79805,1,1896440400,2030,2,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(79806,1,1896444000,2030,2,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(79807,1,1896447600,2030,2,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(79808,1,1896451200,2030,2,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(79809,1,1896454800,2030,2,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(79810,1,1896458400,2030,2,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(79811,1,1896462000,2030,2,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(79812,1,1896465600,2030,2,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(79813,1,1896469200,2030,2,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(79814,1,1896472800,2030,2,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(79815,1,1896476400,2030,2,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(79816,1,1896480000,2030,2,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(79817,1,1896483600,2030,2,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(79818,1,1896487200,2030,2,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(79819,1,1896490800,2030,2,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(79820,1,1896494400,2030,2,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(79821,1,1896498000,2030,2,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(79822,1,1896501600,2030,2,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(79823,1,1896505200,2030,2,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(79824,1,1896508800,2030,2,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(79825,1,1896512400,2030,2,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(79826,1,1896516000,2030,2,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(79827,1,1896519600,2030,2,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(79828,1,1896523200,2030,2,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(79829,1,1896526800,2030,2,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(79830,1,1896530400,2030,2,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(79831,1,1896534000,2030,2,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(79832,1,1896537600,2030,2,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(79833,1,1896541200,2030,2,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(79834,1,1896544800,2030,2,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(79835,1,1896548400,2030,2,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(79836,1,1896552000,2030,2,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(79837,1,1896555600,2030,2,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(79838,1,1896559200,2030,2,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(79839,1,1896562800,2030,2,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(79840,1,1896566400,2030,2,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(79841,1,1896570000,2030,2,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(79842,1,1896573600,2030,2,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(79843,1,1896577200,2030,2,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(79844,1,1896580800,2030,2,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(79845,1,1896584400,2030,2,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(79846,1,1896588000,2030,2,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(79847,1,1896591600,2030,2,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(79848,1,1896595200,2030,2,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(79849,1,1896598800,2030,2,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(79850,1,1896602400,2030,2,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(79851,1,1896606000,2030,2,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(79852,1,1896609600,2030,2,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(79853,1,1896613200,2030,2,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(79854,1,1896616800,2030,2,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(79855,1,1896620400,2030,2,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(79856,1,1896624000,2030,2,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(79857,1,1896627600,2030,2,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(79858,1,1896631200,2030,2,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(79859,1,1896634800,2030,2,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(79860,1,1896638400,2030,2,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(79861,1,1896642000,2030,2,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(79862,1,1896645600,2030,2,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(79863,1,1896649200,2030,2,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(79864,1,1896652800,2030,2,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(79865,1,1896656400,2030,2,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(79866,1,1896660000,2030,2,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(79867,1,1896663600,2030,2,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(79868,1,1896667200,2030,2,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(79869,1,1896670800,2030,2,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(79870,1,1896674400,2030,2,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(79871,1,1896678000,2030,2,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(79872,1,1896681600,2030,2,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(79873,1,1896685200,2030,2,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(79874,1,1896688800,2030,2,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(79875,1,1896692400,2030,2,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(79876,1,1896696000,2030,2,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(79877,1,1896699600,2030,2,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(79878,1,1896703200,2030,2,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(79879,1,1896706800,2030,2,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(79880,1,1896710400,2030,2,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(79881,1,1896714000,2030,2,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(79882,1,1896717600,2030,2,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(79883,1,1896721200,2030,2,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(79884,1,1896724800,2030,2,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(79885,1,1896728400,2030,2,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(79886,1,1896732000,2030,2,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(79887,1,1896735600,2030,2,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(79888,1,1896739200,2030,2,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(79889,1,1896742800,2030,2,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(79890,1,1896746400,2030,2,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(79891,1,1896750000,2030,2,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(79892,1,1896753600,2030,2,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(79893,1,1896757200,2030,2,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(79894,1,1896760800,2030,2,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(79895,1,1896764400,2030,2,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(79896,1,1896768000,2030,2,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(79897,1,1896771600,2030,2,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(79898,1,1896775200,2030,2,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(79899,1,1896778800,2030,2,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(79900,1,1896782400,2030,2,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(79901,1,1896786000,2030,2,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(79902,1,1896789600,2030,2,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(79903,1,1896793200,2030,2,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(79904,1,1896796800,2030,2,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(79905,1,1896800400,2030,2,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(79906,1,1896804000,2030,2,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(79907,1,1896807600,2030,2,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(79908,1,1896811200,2030,2,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(79909,1,1896814800,2030,2,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(79910,1,1896818400,2030,2,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(79911,1,1896822000,2030,2,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(79912,1,1896825600,2030,2,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(79913,1,1896829200,2030,2,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(79914,1,1896832800,2030,2,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(79915,1,1896836400,2030,2,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(79916,1,1896840000,2030,2,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(79917,1,1896843600,2030,2,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(79918,1,1896847200,2030,2,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(79919,1,1896850800,2030,2,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(79920,1,1896854400,2030,2,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(79921,1,1896858000,2030,2,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(79922,1,1896861600,2030,2,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(79923,1,1896865200,2030,2,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(79924,1,1896868800,2030,2,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(79925,1,1896872400,2030,2,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(79926,1,1896876000,2030,2,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(79927,1,1896879600,2030,2,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(79928,1,1896883200,2030,2,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(79929,1,1896886800,2030,2,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(79930,1,1896890400,2030,2,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(79931,1,1896894000,2030,2,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(79932,1,1896897600,2030,2,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(79933,1,1896901200,2030,2,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(79934,1,1896904800,2030,2,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(79935,1,1896994800,2030,2,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(79936,1,1896998400,2030,2,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(79937,1,1897002000,2030,2,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(79938,1,1897005600,2030,2,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(79939,1,1897009200,2030,2,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(79940,1,1897012800,2030,2,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(79941,1,1897016400,2030,2,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(79942,1,1897020000,2030,2,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(79943,1,1897023600,2030,2,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(79944,1,1897027200,2030,2,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(79945,1,1897030800,2030,2,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(79946,1,1897034400,2030,2,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(79947,1,1897038000,2030,2,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(79948,1,1897041600,2030,2,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(79949,1,1897045200,2030,2,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(79950,1,1897048800,2030,2,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(79951,1,1897052400,2030,2,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(79952,1,1897056000,2030,2,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(79953,1,1897059600,2030,2,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(79954,1,1897063200,2030,2,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(79955,1,1897066800,2030,2,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(79956,1,1897070400,2030,2,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(79957,1,1897074000,2030,2,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(79958,1,1897077600,2030,2,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(79959,1,1897081200,2030,2,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(79960,1,1897084800,2030,2,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(79961,1,1897088400,2030,2,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(79962,1,1897092000,2030,2,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(79963,1,1897095600,2030,2,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(79964,1,1897099200,2030,2,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(79965,1,1897102800,2030,2,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(79966,1,1897106400,2030,2,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(79967,1,1897110000,2030,2,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(79968,1,1897113600,2030,2,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(79969,1,1897117200,2030,2,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(79970,1,1897120800,2030,2,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(79971,1,1897124400,2030,2,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(79972,1,1897128000,2030,2,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(79973,1,1897131600,2030,2,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(79974,1,1897135200,2030,2,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(79975,1,1897138800,2030,2,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(79976,1,1897142400,2030,2,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(79977,1,1897146000,2030,2,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(79978,1,1897149600,2030,2,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(79979,1,1897153200,2030,2,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(79980,1,1897156800,2030,2,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(79981,1,1897160400,2030,2,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(79982,1,1897164000,2030,2,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(79983,1,1897167600,2030,2,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(79984,1,1897171200,2030,2,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(79985,1,1897174800,2030,2,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(79986,1,1897178400,2030,2,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(79987,1,1897182000,2030,2,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(79988,1,1897185600,2030,2,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(79989,1,1897189200,2030,2,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(79990,1,1897192800,2030,2,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(79991,1,1897196400,2030,2,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(79992,1,1897200000,2030,2,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(79993,1,1897203600,2030,2,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(79994,1,1897207200,2030,2,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(79995,1,1897210800,2030,2,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(79996,1,1897214400,2030,2,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(79997,1,1897218000,2030,2,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(79998,1,1897221600,2030,2,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(79999,1,1897225200,2030,2,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(80000,1,1897228800,2030,2,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(80001,1,1897232400,2030,2,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(80002,1,1897236000,2030,2,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(80003,1,1897239600,2030,2,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(80004,1,1897243200,2030,2,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(80005,1,1897246800,2030,2,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(80006,1,1897250400,2030,2,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(80007,1,1897254000,2030,2,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(80008,1,1897257600,2030,2,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(80009,1,1897261200,2030,2,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(80010,1,1897264800,2030,2,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(80011,1,1897268400,2030,2,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(80012,1,1897272000,2030,2,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(80013,1,1897275600,2030,2,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(80014,1,1897279200,2030,2,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(80015,1,1897282800,2030,2,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(80016,1,1897286400,2030,2,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(80017,1,1897290000,2030,2,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(80018,1,1897293600,2030,2,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(80019,1,1897297200,2030,2,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(80020,1,1897300800,2030,2,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(80021,1,1897304400,2030,2,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(80022,1,1897308000,2030,2,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(80023,1,1897311600,2030,2,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(80024,1,1897315200,2030,2,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(80025,1,1897318800,2030,2,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(80026,1,1897322400,2030,2,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(80027,1,1897326000,2030,2,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(80028,1,1897329600,2030,2,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(80029,1,1897333200,2030,2,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(80030,1,1897336800,2030,2,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(80031,1,1897340400,2030,2,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(80032,1,1897344000,2030,2,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(80033,1,1897347600,2030,2,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(80034,1,1897351200,2030,2,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(80035,1,1897354800,2030,2,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(80036,1,1897358400,2030,2,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(80037,1,1897362000,2030,2,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(80038,1,1897365600,2030,2,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(80039,1,1897369200,2030,2,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(80040,1,1897372800,2030,2,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(80041,1,1897376400,2030,2,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(80042,1,1897380000,2030,2,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(80043,1,1897383600,2030,2,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(80044,1,1897387200,2030,2,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(80045,1,1897390800,2030,2,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(80046,1,1897394400,2030,2,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(80047,1,1897398000,2030,2,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(80048,1,1897401600,2030,2,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(80049,1,1897405200,2030,2,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(80050,1,1897408800,2030,2,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(80051,1,1897412400,2030,2,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(80052,1,1897416000,2030,2,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(80053,1,1897419600,2030,2,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(80054,1,1897423200,2030,2,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(80055,1,1897426800,2030,2,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(80056,1,1897430400,2030,2,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(80057,1,1897434000,2030,2,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(80058,1,1897437600,2030,2,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(80059,1,1897441200,2030,2,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(80060,1,1897444800,2030,2,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(80061,1,1897448400,2030,2,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(80062,1,1897452000,2030,2,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(80063,1,1897455600,2030,2,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(80064,1,1897459200,2030,2,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(80065,1,1897462800,2030,2,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(80066,1,1897466400,2030,2,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(80067,1,1897470000,2030,2,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(80068,1,1897473600,2030,2,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(80069,1,1897477200,2030,2,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(80070,1,1897480800,2030,2,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(80071,1,1897484400,2030,2,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(80072,1,1897488000,2030,2,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(80073,1,1897491600,2030,2,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(80074,1,1897495200,2030,2,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(80075,1,1897498800,2030,2,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(80076,1,1897502400,2030,2,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(80077,1,1897506000,2030,2,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(80078,1,1897509600,2030,2,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(80079,1,1897599600,2030,2,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(80080,1,1897603200,2030,2,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(80081,1,1897606800,2030,2,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(80082,1,1897610400,2030,2,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(80083,1,1897614000,2030,2,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(80084,1,1897617600,2030,2,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(80085,1,1897621200,2030,2,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(80086,1,1897624800,2030,2,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(80087,1,1897628400,2030,2,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(80088,1,1897632000,2030,2,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(80089,1,1897635600,2030,2,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(80090,1,1897639200,2030,2,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(80091,1,1897642800,2030,2,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(80092,1,1897646400,2030,2,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(80093,1,1897650000,2030,2,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(80094,1,1897653600,2030,2,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(80095,1,1897657200,2030,2,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(80096,1,1897660800,2030,2,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(80097,1,1897664400,2030,2,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(80098,1,1897668000,2030,2,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(80099,1,1897671600,2030,2,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(80100,1,1897675200,2030,2,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(80101,1,1897678800,2030,2,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(80102,1,1897682400,2030,2,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(80103,1,1897686000,2030,2,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(80104,1,1897689600,2030,2,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(80105,1,1897693200,2030,2,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(80106,1,1897696800,2030,2,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(80107,1,1897700400,2030,2,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(80108,1,1897704000,2030,2,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(80109,1,1897707600,2030,2,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(80110,1,1897711200,2030,2,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(80111,1,1897714800,2030,2,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(80112,1,1897718400,2030,2,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(80113,1,1897722000,2030,2,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(80114,1,1897725600,2030,2,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(80115,1,1897729200,2030,2,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(80116,1,1897732800,2030,2,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(80117,1,1897736400,2030,2,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(80118,1,1897740000,2030,2,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(80119,1,1897743600,2030,2,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(80120,1,1897747200,2030,2,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(80121,1,1897750800,2030,2,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(80122,1,1897754400,2030,2,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(80123,1,1897758000,2030,2,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(80124,1,1897761600,2030,2,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(80125,1,1897765200,2030,2,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(80126,1,1897768800,2030,2,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(80127,1,1897772400,2030,2,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(80128,1,1897776000,2030,2,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(80129,1,1897779600,2030,2,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(80130,1,1897783200,2030,2,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(80131,1,1897786800,2030,2,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(80132,1,1897790400,2030,2,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(80133,1,1897794000,2030,2,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(80134,1,1897797600,2030,2,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(80135,1,1897801200,2030,2,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(80136,1,1897804800,2030,2,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(80137,1,1897808400,2030,2,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(80138,1,1897812000,2030,2,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(80139,1,1897815600,2030,2,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(80140,1,1897819200,2030,2,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(80141,1,1897822800,2030,2,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(80142,1,1897826400,2030,2,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(80143,1,1897830000,2030,2,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(80144,1,1897833600,2030,2,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(80145,1,1897837200,2030,2,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(80146,1,1897840800,2030,2,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(80147,1,1897844400,2030,2,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(80148,1,1897848000,2030,2,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(80149,1,1897851600,2030,2,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(80150,1,1897855200,2030,2,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(80151,1,1897858800,2030,2,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(80152,1,1897862400,2030,2,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(80153,1,1897866000,2030,2,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(80154,1,1897869600,2030,2,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(80155,1,1897873200,2030,2,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(80156,1,1897876800,2030,2,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(80157,1,1897880400,2030,2,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(80158,1,1897884000,2030,2,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(80159,1,1897887600,2030,2,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(80160,1,1897891200,2030,2,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(80161,1,1897894800,2030,2,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(80162,1,1897898400,2030,2,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(80163,1,1897902000,2030,2,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(80164,1,1897905600,2030,2,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(80165,1,1897909200,2030,2,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(80166,1,1897912800,2030,2,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(80167,1,1897916400,2030,2,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(80168,1,1897920000,2030,2,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(80169,1,1897923600,2030,2,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(80170,1,1897927200,2030,2,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(80171,1,1897930800,2030,2,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(80172,1,1897934400,2030,2,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(80173,1,1897938000,2030,2,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(80174,1,1897941600,2030,2,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(80175,1,1897945200,2030,2,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(80176,1,1897948800,2030,2,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(80177,1,1897952400,2030,2,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(80178,1,1897956000,2030,2,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(80179,1,1897959600,2030,2,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(80180,1,1897963200,2030,2,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(80181,1,1897966800,2030,2,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(80182,1,1897970400,2030,2,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(80183,1,1897974000,2030,2,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(80184,1,1897977600,2030,2,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(80185,1,1897981200,2030,2,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(80186,1,1897984800,2030,2,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(80187,1,1897988400,2030,2,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(80188,1,1897992000,2030,2,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(80189,1,1897995600,2030,2,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(80190,1,1897999200,2030,2,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(80191,1,1898002800,2030,2,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(80192,1,1898006400,2030,2,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(80193,1,1898010000,2030,2,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(80194,1,1898013600,2030,2,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(80195,1,1898017200,2030,2,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(80196,1,1898020800,2030,2,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(80197,1,1898024400,2030,2,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(80198,1,1898028000,2030,2,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(80199,1,1898031600,2030,2,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(80200,1,1898035200,2030,2,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(80201,1,1898038800,2030,2,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(80202,1,1898042400,2030,2,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(80203,1,1898046000,2030,2,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(80204,1,1898049600,2030,2,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(80205,1,1898053200,2030,2,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(80206,1,1898056800,2030,2,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(80207,1,1898060400,2030,2,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(80208,1,1898064000,2030,2,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(80209,1,1898067600,2030,2,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(80210,1,1898071200,2030,2,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(80211,1,1898074800,2030,2,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(80212,1,1898078400,2030,2,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(80213,1,1898082000,2030,2,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(80214,1,1898085600,2030,2,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(80215,1,1898089200,2030,2,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(80216,1,1898092800,2030,2,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(80217,1,1898096400,2030,2,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(80218,1,1898100000,2030,2,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(80219,1,1898103600,2030,2,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(80220,1,1898107200,2030,2,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(80221,1,1898110800,2030,2,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(80222,1,1898114400,2030,2,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(80223,1,1898204400,2030,2,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(80224,1,1898208000,2030,2,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(80225,1,1898211600,2030,2,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(80226,1,1898215200,2030,2,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(80227,1,1898218800,2030,2,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(80228,1,1898222400,2030,2,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(80229,1,1898226000,2030,2,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(80230,1,1898229600,2030,2,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(80231,1,1898233200,2030,2,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(80232,1,1898236800,2030,2,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(80233,1,1898240400,2030,2,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(80234,1,1898244000,2030,2,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(80235,1,1898247600,2030,2,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(80236,1,1898251200,2030,2,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(80237,1,1898254800,2030,2,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(80238,1,1898258400,2030,2,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(80239,1,1898262000,2030,2,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(80240,1,1898265600,2030,2,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(80241,1,1898269200,2030,2,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(80242,1,1898272800,2030,2,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(80243,1,1898276400,2030,2,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(80244,1,1898280000,2030,2,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(80245,1,1898283600,2030,2,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(80246,1,1898287200,2030,2,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(80247,1,1898290800,2030,2,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(80248,1,1898294400,2030,2,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(80249,1,1898298000,2030,2,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(80250,1,1898301600,2030,2,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(80251,1,1898305200,2030,2,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(80252,1,1898308800,2030,2,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(80253,1,1898312400,2030,2,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(80254,1,1898316000,2030,2,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(80255,1,1898319600,2030,2,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(80256,1,1898323200,2030,2,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(80257,1,1898326800,2030,2,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(80258,1,1898330400,2030,2,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(80259,1,1898334000,2030,2,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(80260,1,1898337600,2030,2,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(80261,1,1898341200,2030,2,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(80262,1,1898344800,2030,2,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(80263,1,1898348400,2030,2,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(80264,1,1898352000,2030,2,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(80265,1,1898355600,2030,2,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(80266,1,1898359200,2030,2,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(80267,1,1898362800,2030,2,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(80268,1,1898366400,2030,2,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(80269,1,1898370000,2030,2,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(80270,1,1898373600,2030,2,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(80271,1,1898377200,2030,2,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(80272,1,1898380800,2030,2,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(80273,1,1898384400,2030,2,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(80274,1,1898388000,2030,2,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(80275,1,1898391600,2030,2,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(80276,1,1898395200,2030,2,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(80277,1,1898398800,2030,2,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(80278,1,1898402400,2030,2,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(80279,1,1898406000,2030,2,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(80280,1,1898409600,2030,2,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(80281,1,1898413200,2030,2,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(80282,1,1898416800,2030,2,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(80283,1,1898420400,2030,2,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(80284,1,1898424000,2030,2,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(80285,1,1898427600,2030,2,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(80286,1,1898431200,2030,2,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(80287,1,1898434800,2030,2,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(80288,1,1898438400,2030,2,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(80289,1,1898442000,2030,2,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(80290,1,1898445600,2030,2,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(80291,1,1898449200,2030,2,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(80292,1,1898452800,2030,2,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(80293,1,1898456400,2030,2,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(80294,1,1898460000,2030,2,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(80295,1,1898463600,2030,2,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(80296,1,1898467200,2030,2,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(80297,1,1898470800,2030,2,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(80298,1,1898474400,2030,2,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(80299,1,1898478000,2030,2,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(80300,1,1898481600,2030,2,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(80301,1,1898485200,2030,2,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(80302,1,1898488800,2030,2,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(80303,1,1898492400,2030,2,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(80304,1,1898496000,2030,2,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(80305,1,1898499600,2030,2,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(80306,1,1898503200,2030,2,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(80307,1,1898506800,2030,2,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(80308,1,1898510400,2030,2,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(80309,1,1898514000,2030,2,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(80310,1,1898517600,2030,2,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(80311,1,1898521200,2030,2,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(80312,1,1898524800,2030,2,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(80313,1,1898528400,2030,2,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(80314,1,1898532000,2030,2,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(80315,1,1898535600,2030,2,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(80316,1,1898539200,2030,2,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(80317,1,1898542800,2030,2,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(80318,1,1898546400,2030,2,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(80319,1,1898550000,2030,3,1,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(80320,1,1898553600,2030,3,1,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(80321,1,1898557200,2030,3,1,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(80322,1,1898560800,2030,3,1,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(80323,1,1898564400,2030,3,1,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(80324,1,1898568000,2030,3,1,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(80325,1,1898571600,2030,3,1,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(80326,1,1898575200,2030,3,1,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(80327,1,1898578800,2030,3,1,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(80328,1,1898582400,2030,3,1,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(80329,1,1898586000,2030,3,1,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(80330,1,1898589600,2030,3,1,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(80331,1,1898593200,2030,3,1,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(80332,1,1898596800,2030,3,1,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(80333,1,1898600400,2030,3,1,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(80334,1,1898604000,2030,3,1,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(80335,1,1898607600,2030,3,1,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(80336,1,1898611200,2030,3,1,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(80337,1,1898614800,2030,3,1,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(80338,1,1898618400,2030,3,1,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(80339,1,1898622000,2030,3,1,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(80340,1,1898625600,2030,3,1,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(80341,1,1898629200,2030,3,1,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(80342,1,1898632800,2030,3,1,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(80343,1,1898636400,2030,3,2,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(80344,1,1898640000,2030,3,2,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(80345,1,1898643600,2030,3,2,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(80346,1,1898647200,2030,3,2,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(80347,1,1898650800,2030,3,2,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(80348,1,1898654400,2030,3,2,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(80349,1,1898658000,2030,3,2,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(80350,1,1898661600,2030,3,2,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(80351,1,1898665200,2030,3,2,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(80352,1,1898668800,2030,3,2,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(80353,1,1898672400,2030,3,2,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(80354,1,1898676000,2030,3,2,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(80355,1,1898679600,2030,3,2,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(80356,1,1898683200,2030,3,2,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(80357,1,1898686800,2030,3,2,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(80358,1,1898690400,2030,3,2,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(80359,1,1898694000,2030,3,2,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(80360,1,1898697600,2030,3,2,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(80361,1,1898701200,2030,3,2,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(80362,1,1898704800,2030,3,2,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(80363,1,1898708400,2030,3,2,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(80364,1,1898712000,2030,3,2,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(80365,1,1898715600,2030,3,2,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(80366,1,1898719200,2030,3,2,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(80367,1,1898809200,2030,3,4,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(80368,1,1898812800,2030,3,4,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(80369,1,1898816400,2030,3,4,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(80370,1,1898820000,2030,3,4,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(80371,1,1898823600,2030,3,4,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(80372,1,1898827200,2030,3,4,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(80373,1,1898830800,2030,3,4,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(80374,1,1898834400,2030,3,4,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(80375,1,1898838000,2030,3,4,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(80376,1,1898841600,2030,3,4,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(80377,1,1898845200,2030,3,4,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(80378,1,1898848800,2030,3,4,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(80379,1,1898852400,2030,3,4,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(80380,1,1898856000,2030,3,4,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(80381,1,1898859600,2030,3,4,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(80382,1,1898863200,2030,3,4,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(80383,1,1898866800,2030,3,4,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(80384,1,1898870400,2030,3,4,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(80385,1,1898874000,2030,3,4,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(80386,1,1898877600,2030,3,4,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(80387,1,1898881200,2030,3,4,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(80388,1,1898884800,2030,3,4,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(80389,1,1898888400,2030,3,4,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(80390,1,1898892000,2030,3,4,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(80391,1,1898895600,2030,3,5,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(80392,1,1898899200,2030,3,5,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(80393,1,1898902800,2030,3,5,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(80394,1,1898906400,2030,3,5,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(80395,1,1898910000,2030,3,5,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(80396,1,1898913600,2030,3,5,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(80397,1,1898917200,2030,3,5,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(80398,1,1898920800,2030,3,5,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(80399,1,1898924400,2030,3,5,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(80400,1,1898928000,2030,3,5,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(80401,1,1898931600,2030,3,5,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(80402,1,1898935200,2030,3,5,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(80403,1,1898938800,2030,3,5,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(80404,1,1898942400,2030,3,5,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(80405,1,1898946000,2030,3,5,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(80406,1,1898949600,2030,3,5,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(80407,1,1898953200,2030,3,5,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(80408,1,1898956800,2030,3,5,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(80409,1,1898960400,2030,3,5,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(80410,1,1898964000,2030,3,5,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(80411,1,1898967600,2030,3,5,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(80412,1,1898971200,2030,3,5,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(80413,1,1898974800,2030,3,5,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(80414,1,1898978400,2030,3,5,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(80415,1,1898982000,2030,3,6,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(80416,1,1898985600,2030,3,6,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(80417,1,1898989200,2030,3,6,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(80418,1,1898992800,2030,3,6,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(80419,1,1898996400,2030,3,6,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(80420,1,1899000000,2030,3,6,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(80421,1,1899003600,2030,3,6,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(80422,1,1899007200,2030,3,6,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(80423,1,1899010800,2030,3,6,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(80424,1,1899014400,2030,3,6,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(80425,1,1899018000,2030,3,6,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(80426,1,1899021600,2030,3,6,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(80427,1,1899025200,2030,3,6,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(80428,1,1899028800,2030,3,6,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(80429,1,1899032400,2030,3,6,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(80430,1,1899036000,2030,3,6,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(80431,1,1899039600,2030,3,6,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(80432,1,1899043200,2030,3,6,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(80433,1,1899046800,2030,3,6,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(80434,1,1899050400,2030,3,6,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(80435,1,1899054000,2030,3,6,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(80436,1,1899057600,2030,3,6,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(80437,1,1899061200,2030,3,6,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(80438,1,1899064800,2030,3,6,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(80439,1,1899068400,2030,3,7,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(80440,1,1899072000,2030,3,7,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(80441,1,1899075600,2030,3,7,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(80442,1,1899079200,2030,3,7,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(80443,1,1899082800,2030,3,7,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(80444,1,1899086400,2030,3,7,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(80445,1,1899090000,2030,3,7,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(80446,1,1899093600,2030,3,7,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(80447,1,1899097200,2030,3,7,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(80448,1,1899100800,2030,3,7,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(80449,1,1899104400,2030,3,7,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(80450,1,1899108000,2030,3,7,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(80451,1,1899111600,2030,3,7,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(80452,1,1899115200,2030,3,7,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(80453,1,1899118800,2030,3,7,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(80454,1,1899122400,2030,3,7,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(80455,1,1899126000,2030,3,7,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(80456,1,1899129600,2030,3,7,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(80457,1,1899133200,2030,3,7,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(80458,1,1899136800,2030,3,7,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(80459,1,1899140400,2030,3,7,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(80460,1,1899144000,2030,3,7,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(80461,1,1899147600,2030,3,7,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(80462,1,1899151200,2030,3,7,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(80463,1,1899154800,2030,3,8,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(80464,1,1899158400,2030,3,8,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(80465,1,1899162000,2030,3,8,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(80466,1,1899165600,2030,3,8,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(80467,1,1899169200,2030,3,8,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(80468,1,1899172800,2030,3,8,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(80469,1,1899176400,2030,3,8,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(80470,1,1899180000,2030,3,8,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(80471,1,1899183600,2030,3,8,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(80472,1,1899187200,2030,3,8,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(80473,1,1899190800,2030,3,8,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(80474,1,1899194400,2030,3,8,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(80475,1,1899198000,2030,3,8,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(80476,1,1899201600,2030,3,8,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(80477,1,1899205200,2030,3,8,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(80478,1,1899208800,2030,3,8,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(80479,1,1899212400,2030,3,8,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(80480,1,1899216000,2030,3,8,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(80481,1,1899219600,2030,3,8,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(80482,1,1899223200,2030,3,8,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(80483,1,1899226800,2030,3,8,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(80484,1,1899230400,2030,3,8,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(80485,1,1899234000,2030,3,8,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(80486,1,1899237600,2030,3,8,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(80487,1,1899241200,2030,3,9,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(80488,1,1899244800,2030,3,9,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(80489,1,1899248400,2030,3,9,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(80490,1,1899252000,2030,3,9,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(80491,1,1899255600,2030,3,9,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(80492,1,1899259200,2030,3,9,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(80493,1,1899262800,2030,3,9,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(80494,1,1899266400,2030,3,9,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(80495,1,1899270000,2030,3,9,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(80496,1,1899273600,2030,3,9,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(80497,1,1899277200,2030,3,9,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(80498,1,1899280800,2030,3,9,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(80499,1,1899284400,2030,3,9,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(80500,1,1899288000,2030,3,9,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(80501,1,1899291600,2030,3,9,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(80502,1,1899295200,2030,3,9,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(80503,1,1899298800,2030,3,9,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(80504,1,1899302400,2030,3,9,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(80505,1,1899306000,2030,3,9,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(80506,1,1899309600,2030,3,9,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(80507,1,1899313200,2030,3,9,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(80508,1,1899316800,2030,3,9,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(80509,1,1899320400,2030,3,9,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(80510,1,1899324000,2030,3,9,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(80511,1,1899414000,2030,3,11,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(80512,1,1899417600,2030,3,11,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(80513,1,1899421200,2030,3,11,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(80514,1,1899424800,2030,3,11,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(80515,1,1899428400,2030,3,11,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(80516,1,1899432000,2030,3,11,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(80517,1,1899435600,2030,3,11,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(80518,1,1899439200,2030,3,11,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(80519,1,1899442800,2030,3,11,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(80520,1,1899446400,2030,3,11,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(80521,1,1899450000,2030,3,11,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(80522,1,1899453600,2030,3,11,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(80523,1,1899457200,2030,3,11,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(80524,1,1899460800,2030,3,11,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(80525,1,1899464400,2030,3,11,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(80526,1,1899468000,2030,3,11,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(80527,1,1899471600,2030,3,11,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(80528,1,1899475200,2030,3,11,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(80529,1,1899478800,2030,3,11,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(80530,1,1899482400,2030,3,11,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(80531,1,1899486000,2030,3,11,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(80532,1,1899489600,2030,3,11,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(80533,1,1899493200,2030,3,11,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(80534,1,1899496800,2030,3,11,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(80535,1,1899500400,2030,3,12,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(80536,1,1899504000,2030,3,12,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(80537,1,1899507600,2030,3,12,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(80538,1,1899511200,2030,3,12,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(80539,1,1899514800,2030,3,12,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(80540,1,1899518400,2030,3,12,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(80541,1,1899522000,2030,3,12,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(80542,1,1899525600,2030,3,12,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(80543,1,1899529200,2030,3,12,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(80544,1,1899532800,2030,3,12,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(80545,1,1899536400,2030,3,12,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(80546,1,1899540000,2030,3,12,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(80547,1,1899543600,2030,3,12,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(80548,1,1899547200,2030,3,12,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(80549,1,1899550800,2030,3,12,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(80550,1,1899554400,2030,3,12,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(80551,1,1899558000,2030,3,12,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(80552,1,1899561600,2030,3,12,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(80553,1,1899565200,2030,3,12,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(80554,1,1899568800,2030,3,12,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(80555,1,1899572400,2030,3,12,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(80556,1,1899576000,2030,3,12,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(80557,1,1899579600,2030,3,12,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(80558,1,1899583200,2030,3,12,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(80559,1,1899586800,2030,3,13,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(80560,1,1899590400,2030,3,13,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(80561,1,1899594000,2030,3,13,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(80562,1,1899597600,2030,3,13,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(80563,1,1899601200,2030,3,13,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(80564,1,1899604800,2030,3,13,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(80565,1,1899608400,2030,3,13,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(80566,1,1899612000,2030,3,13,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(80567,1,1899615600,2030,3,13,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(80568,1,1899619200,2030,3,13,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(80569,1,1899622800,2030,3,13,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(80570,1,1899626400,2030,3,13,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(80571,1,1899630000,2030,3,13,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(80572,1,1899633600,2030,3,13,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(80573,1,1899637200,2030,3,13,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(80574,1,1899640800,2030,3,13,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(80575,1,1899644400,2030,3,13,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(80576,1,1899648000,2030,3,13,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(80577,1,1899651600,2030,3,13,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(80578,1,1899655200,2030,3,13,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(80579,1,1899658800,2030,3,13,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(80580,1,1899662400,2030,3,13,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(80581,1,1899666000,2030,3,13,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(80582,1,1899669600,2030,3,13,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(80583,1,1899673200,2030,3,14,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(80584,1,1899676800,2030,3,14,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(80585,1,1899680400,2030,3,14,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(80586,1,1899684000,2030,3,14,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(80587,1,1899687600,2030,3,14,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(80588,1,1899691200,2030,3,14,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(80589,1,1899694800,2030,3,14,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(80590,1,1899698400,2030,3,14,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(80591,1,1899702000,2030,3,14,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(80592,1,1899705600,2030,3,14,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(80593,1,1899709200,2030,3,14,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(80594,1,1899712800,2030,3,14,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(80595,1,1899716400,2030,3,14,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(80596,1,1899720000,2030,3,14,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(80597,1,1899723600,2030,3,14,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(80598,1,1899727200,2030,3,14,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(80599,1,1899730800,2030,3,14,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(80600,1,1899734400,2030,3,14,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(80601,1,1899738000,2030,3,14,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(80602,1,1899741600,2030,3,14,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(80603,1,1899745200,2030,3,14,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(80604,1,1899748800,2030,3,14,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(80605,1,1899752400,2030,3,14,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(80606,1,1899756000,2030,3,14,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(80607,1,1899759600,2030,3,15,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(80608,1,1899763200,2030,3,15,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(80609,1,1899766800,2030,3,15,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(80610,1,1899770400,2030,3,15,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(80611,1,1899774000,2030,3,15,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(80612,1,1899777600,2030,3,15,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(80613,1,1899781200,2030,3,15,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(80614,1,1899784800,2030,3,15,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(80615,1,1899788400,2030,3,15,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(80616,1,1899792000,2030,3,15,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(80617,1,1899795600,2030,3,15,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(80618,1,1899799200,2030,3,15,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(80619,1,1899802800,2030,3,15,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(80620,1,1899806400,2030,3,15,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(80621,1,1899810000,2030,3,15,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(80622,1,1899813600,2030,3,15,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(80623,1,1899817200,2030,3,15,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(80624,1,1899820800,2030,3,15,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(80625,1,1899824400,2030,3,15,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(80626,1,1899828000,2030,3,15,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(80627,1,1899831600,2030,3,15,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(80628,1,1899835200,2030,3,15,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(80629,1,1899838800,2030,3,15,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(80630,1,1899842400,2030,3,15,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(80631,1,1899846000,2030,3,16,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(80632,1,1899849600,2030,3,16,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(80633,1,1899853200,2030,3,16,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(80634,1,1899856800,2030,3,16,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(80635,1,1899860400,2030,3,16,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(80636,1,1899864000,2030,3,16,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(80637,1,1899867600,2030,3,16,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(80638,1,1899871200,2030,3,16,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(80639,1,1899874800,2030,3,16,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(80640,1,1899878400,2030,3,16,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(80641,1,1899882000,2030,3,16,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(80642,1,1899885600,2030,3,16,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(80643,1,1899889200,2030,3,16,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(80644,1,1899892800,2030,3,16,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(80645,1,1899896400,2030,3,16,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(80646,1,1899900000,2030,3,16,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(80647,1,1899903600,2030,3,16,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(80648,1,1899907200,2030,3,16,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(80649,1,1899910800,2030,3,16,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(80650,1,1899914400,2030,3,16,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(80651,1,1899918000,2030,3,16,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(80652,1,1899921600,2030,3,16,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(80653,1,1899925200,2030,3,16,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(80654,1,1899928800,2030,3,16,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(80655,1,1900018800,2030,3,18,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(80656,1,1900022400,2030,3,18,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(80657,1,1900026000,2030,3,18,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(80658,1,1900029600,2030,3,18,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(80659,1,1900033200,2030,3,18,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(80660,1,1900036800,2030,3,18,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(80661,1,1900040400,2030,3,18,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(80662,1,1900044000,2030,3,18,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(80663,1,1900047600,2030,3,18,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(80664,1,1900051200,2030,3,18,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(80665,1,1900054800,2030,3,18,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(80666,1,1900058400,2030,3,18,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(80667,1,1900062000,2030,3,18,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(80668,1,1900065600,2030,3,18,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(80669,1,1900069200,2030,3,18,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(80670,1,1900072800,2030,3,18,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(80671,1,1900076400,2030,3,18,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(80672,1,1900080000,2030,3,18,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(80673,1,1900083600,2030,3,18,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(80674,1,1900087200,2030,3,18,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(80675,1,1900090800,2030,3,18,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(80676,1,1900094400,2030,3,18,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(80677,1,1900098000,2030,3,18,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(80678,1,1900101600,2030,3,18,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(80679,1,1900105200,2030,3,19,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(80680,1,1900108800,2030,3,19,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(80681,1,1900112400,2030,3,19,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(80682,1,1900116000,2030,3,19,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(80683,1,1900119600,2030,3,19,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(80684,1,1900123200,2030,3,19,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(80685,1,1900126800,2030,3,19,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(80686,1,1900130400,2030,3,19,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(80687,1,1900134000,2030,3,19,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(80688,1,1900137600,2030,3,19,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(80689,1,1900141200,2030,3,19,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(80690,1,1900144800,2030,3,19,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(80691,1,1900148400,2030,3,19,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(80692,1,1900152000,2030,3,19,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(80693,1,1900155600,2030,3,19,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(80694,1,1900159200,2030,3,19,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(80695,1,1900162800,2030,3,19,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(80696,1,1900166400,2030,3,19,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(80697,1,1900170000,2030,3,19,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(80698,1,1900173600,2030,3,19,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(80699,1,1900177200,2030,3,19,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(80700,1,1900180800,2030,3,19,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(80701,1,1900184400,2030,3,19,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(80702,1,1900188000,2030,3,19,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(80703,1,1900191600,2030,3,20,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(80704,1,1900195200,2030,3,20,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(80705,1,1900198800,2030,3,20,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(80706,1,1900202400,2030,3,20,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(80707,1,1900206000,2030,3,20,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(80708,1,1900209600,2030,3,20,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(80709,1,1900213200,2030,3,20,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(80710,1,1900216800,2030,3,20,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(80711,1,1900220400,2030,3,20,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(80712,1,1900224000,2030,3,20,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(80713,1,1900227600,2030,3,20,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(80714,1,1900231200,2030,3,20,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(80715,1,1900234800,2030,3,20,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(80716,1,1900238400,2030,3,20,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(80717,1,1900242000,2030,3,20,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(80718,1,1900245600,2030,3,20,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(80719,1,1900249200,2030,3,20,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(80720,1,1900252800,2030,3,20,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(80721,1,1900256400,2030,3,20,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(80722,1,1900260000,2030,3,20,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(80723,1,1900263600,2030,3,20,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(80724,1,1900267200,2030,3,20,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(80725,1,1900270800,2030,3,20,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(80726,1,1900274400,2030,3,20,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(80727,1,1900278000,2030,3,21,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(80728,1,1900281600,2030,3,21,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(80729,1,1900285200,2030,3,21,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(80730,1,1900288800,2030,3,21,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(80731,1,1900292400,2030,3,21,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(80732,1,1900296000,2030,3,21,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(80733,1,1900299600,2030,3,21,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(80734,1,1900303200,2030,3,21,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(80735,1,1900306800,2030,3,21,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(80736,1,1900310400,2030,3,21,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(80737,1,1900314000,2030,3,21,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(80738,1,1900317600,2030,3,21,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(80739,1,1900321200,2030,3,21,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(80740,1,1900324800,2030,3,21,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(80741,1,1900328400,2030,3,21,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(80742,1,1900332000,2030,3,21,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(80743,1,1900335600,2030,3,21,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(80744,1,1900339200,2030,3,21,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(80745,1,1900342800,2030,3,21,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(80746,1,1900346400,2030,3,21,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(80747,1,1900350000,2030,3,21,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(80748,1,1900353600,2030,3,21,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(80749,1,1900357200,2030,3,21,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(80750,1,1900360800,2030,3,21,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(80751,1,1900364400,2030,3,22,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(80752,1,1900368000,2030,3,22,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(80753,1,1900371600,2030,3,22,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(80754,1,1900375200,2030,3,22,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(80755,1,1900378800,2030,3,22,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(80756,1,1900382400,2030,3,22,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(80757,1,1900386000,2030,3,22,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(80758,1,1900389600,2030,3,22,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(80759,1,1900393200,2030,3,22,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(80760,1,1900396800,2030,3,22,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(80761,1,1900400400,2030,3,22,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(80762,1,1900404000,2030,3,22,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(80763,1,1900407600,2030,3,22,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(80764,1,1900411200,2030,3,22,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(80765,1,1900414800,2030,3,22,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(80766,1,1900418400,2030,3,22,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(80767,1,1900422000,2030,3,22,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(80768,1,1900425600,2030,3,22,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(80769,1,1900429200,2030,3,22,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(80770,1,1900432800,2030,3,22,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(80771,1,1900436400,2030,3,22,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(80772,1,1900440000,2030,3,22,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(80773,1,1900443600,2030,3,22,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(80774,1,1900447200,2030,3,22,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(80775,1,1900450800,2030,3,23,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(80776,1,1900454400,2030,3,23,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(80777,1,1900458000,2030,3,23,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(80778,1,1900461600,2030,3,23,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(80779,1,1900465200,2030,3,23,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(80780,1,1900468800,2030,3,23,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(80781,1,1900472400,2030,3,23,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(80782,1,1900476000,2030,3,23,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(80783,1,1900479600,2030,3,23,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(80784,1,1900483200,2030,3,23,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(80785,1,1900486800,2030,3,23,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(80786,1,1900490400,2030,3,23,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(80787,1,1900494000,2030,3,23,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(80788,1,1900497600,2030,3,23,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(80789,1,1900501200,2030,3,23,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(80790,1,1900504800,2030,3,23,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(80791,1,1900508400,2030,3,23,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(80792,1,1900512000,2030,3,23,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(80793,1,1900515600,2030,3,23,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(80794,1,1900519200,2030,3,23,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(80795,1,1900522800,2030,3,23,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(80796,1,1900526400,2030,3,23,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(80797,1,1900530000,2030,3,23,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(80798,1,1900533600,2030,3,23,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(80799,1,1900623600,2030,3,25,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(80800,1,1900627200,2030,3,25,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(80801,1,1900630800,2030,3,25,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(80802,1,1900634400,2030,3,25,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(80803,1,1900638000,2030,3,25,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(80804,1,1900641600,2030,3,25,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(80805,1,1900645200,2030,3,25,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(80806,1,1900648800,2030,3,25,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(80807,1,1900652400,2030,3,25,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(80808,1,1900656000,2030,3,25,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(80809,1,1900659600,2030,3,25,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(80810,1,1900663200,2030,3,25,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(80811,1,1900666800,2030,3,25,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(80812,1,1900670400,2030,3,25,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(80813,1,1900674000,2030,3,25,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(80814,1,1900677600,2030,3,25,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(80815,1,1900681200,2030,3,25,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(80816,1,1900684800,2030,3,25,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(80817,1,1900688400,2030,3,25,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(80818,1,1900692000,2030,3,25,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(80819,1,1900695600,2030,3,25,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(80820,1,1900699200,2030,3,25,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(80821,1,1900702800,2030,3,25,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(80822,1,1900706400,2030,3,25,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(80823,1,1900710000,2030,3,26,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(80824,1,1900713600,2030,3,26,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(80825,1,1900717200,2030,3,26,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(80826,1,1900720800,2030,3,26,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(80827,1,1900724400,2030,3,26,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(80828,1,1900728000,2030,3,26,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(80829,1,1900731600,2030,3,26,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(80830,1,1900735200,2030,3,26,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(80831,1,1900738800,2030,3,26,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(80832,1,1900742400,2030,3,26,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(80833,1,1900746000,2030,3,26,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(80834,1,1900749600,2030,3,26,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(80835,1,1900753200,2030,3,26,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(80836,1,1900756800,2030,3,26,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(80837,1,1900760400,2030,3,26,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(80838,1,1900764000,2030,3,26,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(80839,1,1900767600,2030,3,26,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(80840,1,1900771200,2030,3,26,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(80841,1,1900774800,2030,3,26,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(80842,1,1900778400,2030,3,26,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(80843,1,1900782000,2030,3,26,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(80844,1,1900785600,2030,3,26,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(80845,1,1900789200,2030,3,26,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(80846,1,1900792800,2030,3,26,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(80847,1,1900796400,2030,3,27,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(80848,1,1900800000,2030,3,27,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(80849,1,1900803600,2030,3,27,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(80850,1,1900807200,2030,3,27,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(80851,1,1900810800,2030,3,27,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(80852,1,1900814400,2030,3,27,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(80853,1,1900818000,2030,3,27,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(80854,1,1900821600,2030,3,27,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(80855,1,1900825200,2030,3,27,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(80856,1,1900828800,2030,3,27,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(80857,1,1900832400,2030,3,27,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(80858,1,1900836000,2030,3,27,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(80859,1,1900839600,2030,3,27,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(80860,1,1900843200,2030,3,27,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(80861,1,1900846800,2030,3,27,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(80862,1,1900850400,2030,3,27,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(80863,1,1900854000,2030,3,27,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(80864,1,1900857600,2030,3,27,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(80865,1,1900861200,2030,3,27,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(80866,1,1900864800,2030,3,27,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(80867,1,1900868400,2030,3,27,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(80868,1,1900872000,2030,3,27,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(80869,1,1900875600,2030,3,27,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(80870,1,1900879200,2030,3,27,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(80871,1,1900882800,2030,3,28,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(80872,1,1900886400,2030,3,28,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(80873,1,1900890000,2030,3,28,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(80874,1,1900893600,2030,3,28,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(80875,1,1900897200,2030,3,28,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(80876,1,1900900800,2030,3,28,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(80877,1,1900904400,2030,3,28,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(80878,1,1900908000,2030,3,28,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(80879,1,1900911600,2030,3,28,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(80880,1,1900915200,2030,3,28,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(80881,1,1900918800,2030,3,28,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(80882,1,1900922400,2030,3,28,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(80883,1,1900926000,2030,3,28,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(80884,1,1900929600,2030,3,28,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(80885,1,1900933200,2030,3,28,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(80886,1,1900936800,2030,3,28,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(80887,1,1900940400,2030,3,28,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(80888,1,1900944000,2030,3,28,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(80889,1,1900947600,2030,3,28,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(80890,1,1900951200,2030,3,28,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(80891,1,1900954800,2030,3,28,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(80892,1,1900958400,2030,3,28,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(80893,1,1900962000,2030,3,28,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(80894,1,1900965600,2030,3,28,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(80895,1,1900969200,2030,3,29,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(80896,1,1900972800,2030,3,29,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(80897,1,1900976400,2030,3,29,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(80898,1,1900980000,2030,3,29,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(80899,1,1900983600,2030,3,29,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(80900,1,1900987200,2030,3,29,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(80901,1,1900990800,2030,3,29,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(80902,1,1900994400,2030,3,29,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(80903,1,1900998000,2030,3,29,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(80904,1,1901001600,2030,3,29,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(80905,1,1901005200,2030,3,29,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(80906,1,1901008800,2030,3,29,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(80907,1,1901012400,2030,3,29,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(80908,1,1901016000,2030,3,29,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(80909,1,1901019600,2030,3,29,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(80910,1,1901023200,2030,3,29,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(80911,1,1901026800,2030,3,29,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(80912,1,1901030400,2030,3,29,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(80913,1,1901034000,2030,3,29,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(80914,1,1901037600,2030,3,29,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(80915,1,1901041200,2030,3,29,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(80916,1,1901044800,2030,3,29,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(80917,1,1901048400,2030,3,29,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(80918,1,1901052000,2030,3,29,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(80919,1,1901055600,2030,3,30,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(80920,1,1901059200,2030,3,30,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(80921,1,1901062800,2030,3,30,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(80922,1,1901066400,2030,3,30,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(80923,1,1901070000,2030,3,30,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(80924,1,1901073600,2030,3,30,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(80925,1,1901077200,2030,3,30,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(80926,1,1901080800,2030,3,30,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(80927,1,1901084400,2030,3,30,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(80928,1,1901088000,2030,3,30,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(80929,1,1901091600,2030,3,30,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(80930,1,1901095200,2030,3,30,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(80931,1,1901098800,2030,3,30,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(80932,1,1901102400,2030,3,30,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(80933,1,1901106000,2030,3,30,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(80934,1,1901109600,2030,3,30,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(80935,1,1901113200,2030,3,30,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(80936,1,1901116800,2030,3,30,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(80937,1,1901120400,2030,3,30,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(80938,1,1901124000,2030,3,30,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(80939,1,1901127600,2030,3,30,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(80940,1,1901131200,2030,3,30,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(80941,1,1901134800,2030,3,30,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(80942,1,1901138400,2030,3,30,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(80943,1,1901224800,2030,4,1,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(80944,1,1901228400,2030,4,1,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(80945,1,1901232000,2030,4,1,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(80946,1,1901235600,2030,4,1,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(80947,1,1901239200,2030,4,1,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(80948,1,1901242800,2030,4,1,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(80949,1,1901246400,2030,4,1,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(80950,1,1901250000,2030,4,1,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(80951,1,1901253600,2030,4,1,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(80952,1,1901257200,2030,4,1,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(80953,1,1901260800,2030,4,1,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(80954,1,1901264400,2030,4,1,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(80955,1,1901268000,2030,4,1,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(80956,1,1901271600,2030,4,1,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(80957,1,1901275200,2030,4,1,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(80958,1,1901278800,2030,4,1,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(80959,1,1901282400,2030,4,1,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(80960,1,1901286000,2030,4,1,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(80961,1,1901289600,2030,4,1,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(80962,1,1901293200,2030,4,1,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(80963,1,1901296800,2030,4,1,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(80964,1,1901300400,2030,4,1,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(80965,1,1901304000,2030,4,1,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(80966,1,1901307600,2030,4,1,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(80967,1,1901311200,2030,4,2,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(80968,1,1901314800,2030,4,2,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(80969,1,1901318400,2030,4,2,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(80970,1,1901322000,2030,4,2,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(80971,1,1901325600,2030,4,2,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(80972,1,1901329200,2030,4,2,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(80973,1,1901332800,2030,4,2,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(80974,1,1901336400,2030,4,2,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(80975,1,1901340000,2030,4,2,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(80976,1,1901343600,2030,4,2,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(80977,1,1901347200,2030,4,2,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(80978,1,1901350800,2030,4,2,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(80979,1,1901354400,2030,4,2,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(80980,1,1901358000,2030,4,2,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(80981,1,1901361600,2030,4,2,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(80982,1,1901365200,2030,4,2,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(80983,1,1901368800,2030,4,2,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(80984,1,1901372400,2030,4,2,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(80985,1,1901376000,2030,4,2,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(80986,1,1901379600,2030,4,2,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(80987,1,1901383200,2030,4,2,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(80988,1,1901386800,2030,4,2,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(80989,1,1901390400,2030,4,2,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(80990,1,1901394000,2030,4,2,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(80991,1,1901397600,2030,4,3,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(80992,1,1901401200,2030,4,3,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(80993,1,1901404800,2030,4,3,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(80994,1,1901408400,2030,4,3,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(80995,1,1901412000,2030,4,3,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(80996,1,1901415600,2030,4,3,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(80997,1,1901419200,2030,4,3,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(80998,1,1901422800,2030,4,3,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(80999,1,1901426400,2030,4,3,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(81000,1,1901430000,2030,4,3,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(81001,1,1901433600,2030,4,3,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(81002,1,1901437200,2030,4,3,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(81003,1,1901440800,2030,4,3,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(81004,1,1901444400,2030,4,3,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(81005,1,1901448000,2030,4,3,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(81006,1,1901451600,2030,4,3,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(81007,1,1901455200,2030,4,3,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(81008,1,1901458800,2030,4,3,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(81009,1,1901462400,2030,4,3,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(81010,1,1901466000,2030,4,3,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(81011,1,1901469600,2030,4,3,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(81012,1,1901473200,2030,4,3,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(81013,1,1901476800,2030,4,3,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(81014,1,1901480400,2030,4,3,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(81015,1,1901484000,2030,4,4,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(81016,1,1901487600,2030,4,4,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(81017,1,1901491200,2030,4,4,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(81018,1,1901494800,2030,4,4,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(81019,1,1901498400,2030,4,4,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(81020,1,1901502000,2030,4,4,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(81021,1,1901505600,2030,4,4,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(81022,1,1901509200,2030,4,4,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(81023,1,1901512800,2030,4,4,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(81024,1,1901516400,2030,4,4,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(81025,1,1901520000,2030,4,4,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(81026,1,1901523600,2030,4,4,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(81027,1,1901527200,2030,4,4,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(81028,1,1901530800,2030,4,4,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(81029,1,1901534400,2030,4,4,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(81030,1,1901538000,2030,4,4,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(81031,1,1901541600,2030,4,4,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(81032,1,1901545200,2030,4,4,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(81033,1,1901548800,2030,4,4,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(81034,1,1901552400,2030,4,4,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(81035,1,1901556000,2030,4,4,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(81036,1,1901559600,2030,4,4,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(81037,1,1901563200,2030,4,4,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(81038,1,1901566800,2030,4,4,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(81039,1,1901570400,2030,4,5,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(81040,1,1901574000,2030,4,5,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(81041,1,1901577600,2030,4,5,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(81042,1,1901581200,2030,4,5,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(81043,1,1901584800,2030,4,5,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(81044,1,1901588400,2030,4,5,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(81045,1,1901592000,2030,4,5,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(81046,1,1901595600,2030,4,5,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(81047,1,1901599200,2030,4,5,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(81048,1,1901602800,2030,4,5,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(81049,1,1901606400,2030,4,5,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(81050,1,1901610000,2030,4,5,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(81051,1,1901613600,2030,4,5,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(81052,1,1901617200,2030,4,5,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(81053,1,1901620800,2030,4,5,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(81054,1,1901624400,2030,4,5,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(81055,1,1901628000,2030,4,5,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(81056,1,1901631600,2030,4,5,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(81057,1,1901635200,2030,4,5,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(81058,1,1901638800,2030,4,5,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(81059,1,1901642400,2030,4,5,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(81060,1,1901646000,2030,4,5,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(81061,1,1901649600,2030,4,5,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(81062,1,1901653200,2030,4,5,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(81063,1,1901656800,2030,4,6,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(81064,1,1901660400,2030,4,6,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(81065,1,1901664000,2030,4,6,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(81066,1,1901667600,2030,4,6,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(81067,1,1901671200,2030,4,6,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(81068,1,1901674800,2030,4,6,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(81069,1,1901678400,2030,4,6,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(81070,1,1901682000,2030,4,6,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(81071,1,1901685600,2030,4,6,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(81072,1,1901689200,2030,4,6,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(81073,1,1901692800,2030,4,6,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(81074,1,1901696400,2030,4,6,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(81075,1,1901700000,2030,4,6,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(81076,1,1901703600,2030,4,6,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(81077,1,1901707200,2030,4,6,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(81078,1,1901710800,2030,4,6,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(81079,1,1901714400,2030,4,6,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(81080,1,1901718000,2030,4,6,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(81081,1,1901721600,2030,4,6,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(81082,1,1901725200,2030,4,6,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(81083,1,1901728800,2030,4,6,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(81084,1,1901732400,2030,4,6,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(81085,1,1901736000,2030,4,6,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(81086,1,1901739600,2030,4,6,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(81087,1,1901829600,2030,4,8,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(81088,1,1901833200,2030,4,8,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(81089,1,1901836800,2030,4,8,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(81090,1,1901840400,2030,4,8,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(81091,1,1901844000,2030,4,8,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(81092,1,1901847600,2030,4,8,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(81093,1,1901851200,2030,4,8,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(81094,1,1901854800,2030,4,8,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(81095,1,1901858400,2030,4,8,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(81096,1,1901862000,2030,4,8,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(81097,1,1901865600,2030,4,8,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(81098,1,1901869200,2030,4,8,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(81099,1,1901872800,2030,4,8,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(81100,1,1901876400,2030,4,8,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(81101,1,1901880000,2030,4,8,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(81102,1,1901883600,2030,4,8,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(81103,1,1901887200,2030,4,8,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(81104,1,1901890800,2030,4,8,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(81105,1,1901894400,2030,4,8,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(81106,1,1901898000,2030,4,8,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(81107,1,1901901600,2030,4,8,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(81108,1,1901905200,2030,4,8,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(81109,1,1901908800,2030,4,8,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(81110,1,1901912400,2030,4,8,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(81111,1,1901916000,2030,4,9,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(81112,1,1901919600,2030,4,9,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(81113,1,1901923200,2030,4,9,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(81114,1,1901926800,2030,4,9,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(81115,1,1901930400,2030,4,9,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(81116,1,1901934000,2030,4,9,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(81117,1,1901937600,2030,4,9,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(81118,1,1901941200,2030,4,9,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(81119,1,1901944800,2030,4,9,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(81120,1,1901948400,2030,4,9,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(81121,1,1901952000,2030,4,9,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(81122,1,1901955600,2030,4,9,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(81123,1,1901959200,2030,4,9,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(81124,1,1901962800,2030,4,9,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(81125,1,1901966400,2030,4,9,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(81126,1,1901970000,2030,4,9,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(81127,1,1901973600,2030,4,9,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(81128,1,1901977200,2030,4,9,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(81129,1,1901980800,2030,4,9,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(81130,1,1901984400,2030,4,9,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(81131,1,1901988000,2030,4,9,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(81132,1,1901991600,2030,4,9,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(81133,1,1901995200,2030,4,9,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(81134,1,1901998800,2030,4,9,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(81135,1,1902002400,2030,4,10,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(81136,1,1902006000,2030,4,10,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(81137,1,1902009600,2030,4,10,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(81138,1,1902013200,2030,4,10,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(81139,1,1902016800,2030,4,10,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(81140,1,1902020400,2030,4,10,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(81141,1,1902024000,2030,4,10,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(81142,1,1902027600,2030,4,10,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(81143,1,1902031200,2030,4,10,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(81144,1,1902034800,2030,4,10,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(81145,1,1902038400,2030,4,10,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(81146,1,1902042000,2030,4,10,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(81147,1,1902045600,2030,4,10,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(81148,1,1902049200,2030,4,10,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(81149,1,1902052800,2030,4,10,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(81150,1,1902056400,2030,4,10,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(81151,1,1902060000,2030,4,10,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(81152,1,1902063600,2030,4,10,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(81153,1,1902067200,2030,4,10,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(81154,1,1902070800,2030,4,10,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(81155,1,1902074400,2030,4,10,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(81156,1,1902078000,2030,4,10,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(81157,1,1902081600,2030,4,10,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(81158,1,1902085200,2030,4,10,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(81159,1,1902088800,2030,4,11,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(81160,1,1902092400,2030,4,11,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(81161,1,1902096000,2030,4,11,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(81162,1,1902099600,2030,4,11,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(81163,1,1902103200,2030,4,11,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(81164,1,1902106800,2030,4,11,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(81165,1,1902110400,2030,4,11,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(81166,1,1902114000,2030,4,11,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(81167,1,1902117600,2030,4,11,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(81168,1,1902121200,2030,4,11,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(81169,1,1902124800,2030,4,11,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(81170,1,1902128400,2030,4,11,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(81171,1,1902132000,2030,4,11,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(81172,1,1902135600,2030,4,11,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(81173,1,1902139200,2030,4,11,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(81174,1,1902142800,2030,4,11,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(81175,1,1902146400,2030,4,11,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(81176,1,1902150000,2030,4,11,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(81177,1,1902153600,2030,4,11,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(81178,1,1902157200,2030,4,11,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(81179,1,1902160800,2030,4,11,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(81180,1,1902164400,2030,4,11,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(81181,1,1902168000,2030,4,11,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(81182,1,1902171600,2030,4,11,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(81183,1,1902175200,2030,4,12,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(81184,1,1902178800,2030,4,12,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(81185,1,1902182400,2030,4,12,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(81186,1,1902186000,2030,4,12,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(81187,1,1902189600,2030,4,12,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(81188,1,1902193200,2030,4,12,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(81189,1,1902196800,2030,4,12,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(81190,1,1902200400,2030,4,12,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(81191,1,1902204000,2030,4,12,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(81192,1,1902207600,2030,4,12,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(81193,1,1902211200,2030,4,12,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(81194,1,1902214800,2030,4,12,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(81195,1,1902218400,2030,4,12,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(81196,1,1902222000,2030,4,12,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(81197,1,1902225600,2030,4,12,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(81198,1,1902229200,2030,4,12,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(81199,1,1902232800,2030,4,12,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(81200,1,1902236400,2030,4,12,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(81201,1,1902240000,2030,4,12,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(81202,1,1902243600,2030,4,12,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(81203,1,1902247200,2030,4,12,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(81204,1,1902250800,2030,4,12,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(81205,1,1902254400,2030,4,12,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(81206,1,1902258000,2030,4,12,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(81207,1,1902261600,2030,4,13,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(81208,1,1902265200,2030,4,13,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(81209,1,1902268800,2030,4,13,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(81210,1,1902272400,2030,4,13,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(81211,1,1902276000,2030,4,13,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(81212,1,1902279600,2030,4,13,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(81213,1,1902283200,2030,4,13,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(81214,1,1902286800,2030,4,13,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(81215,1,1902290400,2030,4,13,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(81216,1,1902294000,2030,4,13,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(81217,1,1902297600,2030,4,13,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(81218,1,1902301200,2030,4,13,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(81219,1,1902304800,2030,4,13,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(81220,1,1902308400,2030,4,13,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(81221,1,1902312000,2030,4,13,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(81222,1,1902315600,2030,4,13,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(81223,1,1902319200,2030,4,13,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(81224,1,1902322800,2030,4,13,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(81225,1,1902326400,2030,4,13,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(81226,1,1902330000,2030,4,13,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(81227,1,1902333600,2030,4,13,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(81228,1,1902337200,2030,4,13,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(81229,1,1902340800,2030,4,13,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(81230,1,1902344400,2030,4,13,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(81231,1,1902434400,2030,4,15,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(81232,1,1902438000,2030,4,15,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(81233,1,1902441600,2030,4,15,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(81234,1,1902445200,2030,4,15,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(81235,1,1902448800,2030,4,15,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(81236,1,1902452400,2030,4,15,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(81237,1,1902456000,2030,4,15,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(81238,1,1902459600,2030,4,15,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(81239,1,1902463200,2030,4,15,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(81240,1,1902466800,2030,4,15,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(81241,1,1902470400,2030,4,15,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(81242,1,1902474000,2030,4,15,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(81243,1,1902477600,2030,4,15,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(81244,1,1902481200,2030,4,15,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(81245,1,1902484800,2030,4,15,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(81246,1,1902488400,2030,4,15,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(81247,1,1902492000,2030,4,15,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(81248,1,1902495600,2030,4,15,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(81249,1,1902499200,2030,4,15,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(81250,1,1902502800,2030,4,15,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(81251,1,1902506400,2030,4,15,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(81252,1,1902510000,2030,4,15,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(81253,1,1902513600,2030,4,15,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(81254,1,1902517200,2030,4,15,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(81255,1,1902520800,2030,4,16,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(81256,1,1902524400,2030,4,16,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(81257,1,1902528000,2030,4,16,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(81258,1,1902531600,2030,4,16,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(81259,1,1902535200,2030,4,16,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(81260,1,1902538800,2030,4,16,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(81261,1,1902542400,2030,4,16,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(81262,1,1902546000,2030,4,16,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(81263,1,1902549600,2030,4,16,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(81264,1,1902553200,2030,4,16,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(81265,1,1902556800,2030,4,16,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(81266,1,1902560400,2030,4,16,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(81267,1,1902564000,2030,4,16,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(81268,1,1902567600,2030,4,16,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(81269,1,1902571200,2030,4,16,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(81270,1,1902574800,2030,4,16,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(81271,1,1902578400,2030,4,16,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(81272,1,1902582000,2030,4,16,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(81273,1,1902585600,2030,4,16,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(81274,1,1902589200,2030,4,16,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(81275,1,1902592800,2030,4,16,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(81276,1,1902596400,2030,4,16,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(81277,1,1902600000,2030,4,16,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(81278,1,1902603600,2030,4,16,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(81279,1,1902607200,2030,4,17,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(81280,1,1902610800,2030,4,17,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(81281,1,1902614400,2030,4,17,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(81282,1,1902618000,2030,4,17,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(81283,1,1902621600,2030,4,17,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(81284,1,1902625200,2030,4,17,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(81285,1,1902628800,2030,4,17,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(81286,1,1902632400,2030,4,17,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(81287,1,1902636000,2030,4,17,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(81288,1,1902639600,2030,4,17,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(81289,1,1902643200,2030,4,17,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(81290,1,1902646800,2030,4,17,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(81291,1,1902650400,2030,4,17,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(81292,1,1902654000,2030,4,17,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(81293,1,1902657600,2030,4,17,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(81294,1,1902661200,2030,4,17,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(81295,1,1902664800,2030,4,17,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(81296,1,1902668400,2030,4,17,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(81297,1,1902672000,2030,4,17,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(81298,1,1902675600,2030,4,17,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(81299,1,1902679200,2030,4,17,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(81300,1,1902682800,2030,4,17,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(81301,1,1902686400,2030,4,17,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(81302,1,1902690000,2030,4,17,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(81303,1,1902693600,2030,4,18,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(81304,1,1902697200,2030,4,18,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(81305,1,1902700800,2030,4,18,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(81306,1,1902704400,2030,4,18,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(81307,1,1902708000,2030,4,18,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(81308,1,1902711600,2030,4,18,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(81309,1,1902715200,2030,4,18,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(81310,1,1902718800,2030,4,18,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(81311,1,1902722400,2030,4,18,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(81312,1,1902726000,2030,4,18,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(81313,1,1902729600,2030,4,18,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(81314,1,1902733200,2030,4,18,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(81315,1,1902736800,2030,4,18,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(81316,1,1902740400,2030,4,18,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(81317,1,1902744000,2030,4,18,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(81318,1,1902747600,2030,4,18,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(81319,1,1902751200,2030,4,18,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(81320,1,1902754800,2030,4,18,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(81321,1,1902758400,2030,4,18,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(81322,1,1902762000,2030,4,18,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(81323,1,1902765600,2030,4,18,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(81324,1,1902769200,2030,4,18,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(81325,1,1902772800,2030,4,18,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(81326,1,1902776400,2030,4,18,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(81327,1,1902780000,2030,4,19,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(81328,1,1902783600,2030,4,19,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(81329,1,1902787200,2030,4,19,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(81330,1,1902790800,2030,4,19,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(81331,1,1902794400,2030,4,19,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(81332,1,1902798000,2030,4,19,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(81333,1,1902801600,2030,4,19,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(81334,1,1902805200,2030,4,19,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(81335,1,1902808800,2030,4,19,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(81336,1,1902812400,2030,4,19,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(81337,1,1902816000,2030,4,19,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(81338,1,1902819600,2030,4,19,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(81339,1,1902823200,2030,4,19,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(81340,1,1902826800,2030,4,19,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(81341,1,1902830400,2030,4,19,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(81342,1,1902834000,2030,4,19,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(81343,1,1902837600,2030,4,19,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(81344,1,1902841200,2030,4,19,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(81345,1,1902844800,2030,4,19,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(81346,1,1902848400,2030,4,19,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(81347,1,1902852000,2030,4,19,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(81348,1,1902855600,2030,4,19,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(81349,1,1902859200,2030,4,19,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(81350,1,1902862800,2030,4,19,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(81351,1,1902866400,2030,4,20,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(81352,1,1902870000,2030,4,20,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(81353,1,1902873600,2030,4,20,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(81354,1,1902877200,2030,4,20,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(81355,1,1902880800,2030,4,20,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(81356,1,1902884400,2030,4,20,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(81357,1,1902888000,2030,4,20,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(81358,1,1902891600,2030,4,20,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(81359,1,1902895200,2030,4,20,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(81360,1,1902898800,2030,4,20,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(81361,1,1902902400,2030,4,20,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(81362,1,1902906000,2030,4,20,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(81363,1,1902909600,2030,4,20,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(81364,1,1902913200,2030,4,20,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(81365,1,1902916800,2030,4,20,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(81366,1,1902920400,2030,4,20,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(81367,1,1902924000,2030,4,20,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(81368,1,1902927600,2030,4,20,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(81369,1,1902931200,2030,4,20,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(81370,1,1902934800,2030,4,20,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(81371,1,1902938400,2030,4,20,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(81372,1,1902942000,2030,4,20,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(81373,1,1902945600,2030,4,20,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(81374,1,1902949200,2030,4,20,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(81375,1,1903039200,2030,4,22,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(81376,1,1903042800,2030,4,22,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(81377,1,1903046400,2030,4,22,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(81378,1,1903050000,2030,4,22,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(81379,1,1903053600,2030,4,22,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(81380,1,1903057200,2030,4,22,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(81381,1,1903060800,2030,4,22,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(81382,1,1903064400,2030,4,22,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(81383,1,1903068000,2030,4,22,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(81384,1,1903071600,2030,4,22,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(81385,1,1903075200,2030,4,22,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(81386,1,1903078800,2030,4,22,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(81387,1,1903082400,2030,4,22,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(81388,1,1903086000,2030,4,22,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(81389,1,1903089600,2030,4,22,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(81390,1,1903093200,2030,4,22,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(81391,1,1903096800,2030,4,22,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(81392,1,1903100400,2030,4,22,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(81393,1,1903104000,2030,4,22,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(81394,1,1903107600,2030,4,22,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(81395,1,1903111200,2030,4,22,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(81396,1,1903114800,2030,4,22,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(81397,1,1903118400,2030,4,22,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(81398,1,1903122000,2030,4,22,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(81399,1,1903125600,2030,4,23,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(81400,1,1903129200,2030,4,23,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(81401,1,1903132800,2030,4,23,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(81402,1,1903136400,2030,4,23,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(81403,1,1903140000,2030,4,23,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(81404,1,1903143600,2030,4,23,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(81405,1,1903147200,2030,4,23,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(81406,1,1903150800,2030,4,23,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(81407,1,1903154400,2030,4,23,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(81408,1,1903158000,2030,4,23,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(81409,1,1903161600,2030,4,23,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(81410,1,1903165200,2030,4,23,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(81411,1,1903168800,2030,4,23,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(81412,1,1903172400,2030,4,23,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(81413,1,1903176000,2030,4,23,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(81414,1,1903179600,2030,4,23,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(81415,1,1903183200,2030,4,23,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(81416,1,1903186800,2030,4,23,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(81417,1,1903190400,2030,4,23,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(81418,1,1903194000,2030,4,23,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(81419,1,1903197600,2030,4,23,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(81420,1,1903201200,2030,4,23,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(81421,1,1903204800,2030,4,23,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(81422,1,1903208400,2030,4,23,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(81423,1,1903212000,2030,4,24,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(81424,1,1903215600,2030,4,24,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(81425,1,1903219200,2030,4,24,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(81426,1,1903222800,2030,4,24,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(81427,1,1903226400,2030,4,24,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(81428,1,1903230000,2030,4,24,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(81429,1,1903233600,2030,4,24,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(81430,1,1903237200,2030,4,24,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(81431,1,1903240800,2030,4,24,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(81432,1,1903244400,2030,4,24,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(81433,1,1903248000,2030,4,24,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(81434,1,1903251600,2030,4,24,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(81435,1,1903255200,2030,4,24,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(81436,1,1903258800,2030,4,24,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(81437,1,1903262400,2030,4,24,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(81438,1,1903266000,2030,4,24,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(81439,1,1903269600,2030,4,24,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(81440,1,1903273200,2030,4,24,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(81441,1,1903276800,2030,4,24,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(81442,1,1903280400,2030,4,24,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(81443,1,1903284000,2030,4,24,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(81444,1,1903287600,2030,4,24,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(81445,1,1903291200,2030,4,24,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(81446,1,1903294800,2030,4,24,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(81447,1,1903298400,2030,4,25,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(81448,1,1903302000,2030,4,25,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(81449,1,1903305600,2030,4,25,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(81450,1,1903309200,2030,4,25,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(81451,1,1903312800,2030,4,25,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(81452,1,1903316400,2030,4,25,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(81453,1,1903320000,2030,4,25,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(81454,1,1903323600,2030,4,25,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(81455,1,1903327200,2030,4,25,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(81456,1,1903330800,2030,4,25,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(81457,1,1903334400,2030,4,25,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(81458,1,1903338000,2030,4,25,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(81459,1,1903341600,2030,4,25,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(81460,1,1903345200,2030,4,25,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(81461,1,1903348800,2030,4,25,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(81462,1,1903352400,2030,4,25,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(81463,1,1903356000,2030,4,25,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(81464,1,1903359600,2030,4,25,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(81465,1,1903363200,2030,4,25,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(81466,1,1903366800,2030,4,25,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(81467,1,1903370400,2030,4,25,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(81468,1,1903374000,2030,4,25,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(81469,1,1903377600,2030,4,25,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(81470,1,1903381200,2030,4,25,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(81471,1,1903384800,2030,4,26,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(81472,1,1903388400,2030,4,26,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(81473,1,1903392000,2030,4,26,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(81474,1,1903395600,2030,4,26,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(81475,1,1903399200,2030,4,26,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(81476,1,1903402800,2030,4,26,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(81477,1,1903406400,2030,4,26,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(81478,1,1903410000,2030,4,26,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(81479,1,1903413600,2030,4,26,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(81480,1,1903417200,2030,4,26,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(81481,1,1903420800,2030,4,26,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(81482,1,1903424400,2030,4,26,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(81483,1,1903428000,2030,4,26,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(81484,1,1903431600,2030,4,26,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(81485,1,1903435200,2030,4,26,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(81486,1,1903438800,2030,4,26,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(81487,1,1903442400,2030,4,26,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(81488,1,1903446000,2030,4,26,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(81489,1,1903449600,2030,4,26,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(81490,1,1903453200,2030,4,26,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(81491,1,1903456800,2030,4,26,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(81492,1,1903460400,2030,4,26,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(81493,1,1903464000,2030,4,26,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(81494,1,1903467600,2030,4,26,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(81495,1,1903471200,2030,4,27,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(81496,1,1903474800,2030,4,27,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(81497,1,1903478400,2030,4,27,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(81498,1,1903482000,2030,4,27,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(81499,1,1903485600,2030,4,27,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(81500,1,1903489200,2030,4,27,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(81501,1,1903492800,2030,4,27,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(81502,1,1903496400,2030,4,27,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(81503,1,1903500000,2030,4,27,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(81504,1,1903503600,2030,4,27,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(81505,1,1903507200,2030,4,27,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(81506,1,1903510800,2030,4,27,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(81507,1,1903514400,2030,4,27,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(81508,1,1903518000,2030,4,27,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(81509,1,1903521600,2030,4,27,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(81510,1,1903525200,2030,4,27,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(81511,1,1903528800,2030,4,27,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(81512,1,1903532400,2030,4,27,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(81513,1,1903536000,2030,4,27,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(81514,1,1903539600,2030,4,27,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(81515,1,1903543200,2030,4,27,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(81516,1,1903546800,2030,4,27,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(81517,1,1903550400,2030,4,27,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(81518,1,1903554000,2030,4,27,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(81519,1,1903644000,2030,4,29,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(81520,1,1903647600,2030,4,29,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(81521,1,1903651200,2030,4,29,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(81522,1,1903654800,2030,4,29,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(81523,1,1903658400,2030,4,29,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(81524,1,1903662000,2030,4,29,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(81525,1,1903665600,2030,4,29,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(81526,1,1903669200,2030,4,29,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(81527,1,1903672800,2030,4,29,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(81528,1,1903676400,2030,4,29,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(81529,1,1903680000,2030,4,29,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(81530,1,1903683600,2030,4,29,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(81531,1,1903687200,2030,4,29,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(81532,1,1903690800,2030,4,29,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(81533,1,1903694400,2030,4,29,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(81534,1,1903698000,2030,4,29,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(81535,1,1903701600,2030,4,29,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(81536,1,1903705200,2030,4,29,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(81537,1,1903708800,2030,4,29,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(81538,1,1903712400,2030,4,29,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(81539,1,1903716000,2030,4,29,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(81540,1,1903719600,2030,4,29,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(81541,1,1903723200,2030,4,29,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(81542,1,1903726800,2030,4,29,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(81543,1,1903730400,2030,4,30,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(81544,1,1903734000,2030,4,30,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(81545,1,1903737600,2030,4,30,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(81546,1,1903741200,2030,4,30,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(81547,1,1903744800,2030,4,30,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(81548,1,1903748400,2030,4,30,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(81549,1,1903752000,2030,4,30,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(81550,1,1903755600,2030,4,30,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(81551,1,1903759200,2030,4,30,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(81552,1,1903762800,2030,4,30,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(81553,1,1903766400,2030,4,30,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(81554,1,1903770000,2030,4,30,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(81555,1,1903773600,2030,4,30,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(81556,1,1903777200,2030,4,30,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(81557,1,1903780800,2030,4,30,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(81558,1,1903784400,2030,4,30,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(81559,1,1903788000,2030,4,30,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(81560,1,1903791600,2030,4,30,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(81561,1,1903795200,2030,4,30,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(81562,1,1903798800,2030,4,30,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(81563,1,1903802400,2030,4,30,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(81564,1,1903806000,2030,4,30,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(81565,1,1903809600,2030,4,30,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(81566,1,1903813200,2030,4,30,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(81567,1,1903816800,2030,5,1,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(81568,1,1903820400,2030,5,1,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(81569,1,1903824000,2030,5,1,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(81570,1,1903827600,2030,5,1,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(81571,1,1903831200,2030,5,1,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(81572,1,1903834800,2030,5,1,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(81573,1,1903838400,2030,5,1,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(81574,1,1903842000,2030,5,1,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(81575,1,1903845600,2030,5,1,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(81576,1,1903849200,2030,5,1,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(81577,1,1903852800,2030,5,1,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(81578,1,1903856400,2030,5,1,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(81579,1,1903860000,2030,5,1,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(81580,1,1903863600,2030,5,1,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(81581,1,1903867200,2030,5,1,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(81582,1,1903870800,2030,5,1,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(81583,1,1903874400,2030,5,1,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(81584,1,1903878000,2030,5,1,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(81585,1,1903881600,2030,5,1,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(81586,1,1903885200,2030,5,1,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(81587,1,1903888800,2030,5,1,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(81588,1,1903892400,2030,5,1,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(81589,1,1903896000,2030,5,1,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(81590,1,1903899600,2030,5,1,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(81591,1,1903903200,2030,5,2,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(81592,1,1903906800,2030,5,2,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(81593,1,1903910400,2030,5,2,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(81594,1,1903914000,2030,5,2,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(81595,1,1903917600,2030,5,2,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(81596,1,1903921200,2030,5,2,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(81597,1,1903924800,2030,5,2,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(81598,1,1903928400,2030,5,2,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(81599,1,1903932000,2030,5,2,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(81600,1,1903935600,2030,5,2,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(81601,1,1903939200,2030,5,2,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(81602,1,1903942800,2030,5,2,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(81603,1,1903946400,2030,5,2,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(81604,1,1903950000,2030,5,2,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(81605,1,1903953600,2030,5,2,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(81606,1,1903957200,2030,5,2,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(81607,1,1903960800,2030,5,2,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(81608,1,1903964400,2030,5,2,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(81609,1,1903968000,2030,5,2,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(81610,1,1903971600,2030,5,2,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(81611,1,1903975200,2030,5,2,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(81612,1,1903978800,2030,5,2,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(81613,1,1903982400,2030,5,2,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(81614,1,1903986000,2030,5,2,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(81615,1,1903989600,2030,5,3,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(81616,1,1903993200,2030,5,3,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(81617,1,1903996800,2030,5,3,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(81618,1,1904000400,2030,5,3,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(81619,1,1904004000,2030,5,3,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(81620,1,1904007600,2030,5,3,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(81621,1,1904011200,2030,5,3,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(81622,1,1904014800,2030,5,3,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(81623,1,1904018400,2030,5,3,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(81624,1,1904022000,2030,5,3,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(81625,1,1904025600,2030,5,3,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(81626,1,1904029200,2030,5,3,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(81627,1,1904032800,2030,5,3,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(81628,1,1904036400,2030,5,3,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(81629,1,1904040000,2030,5,3,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(81630,1,1904043600,2030,5,3,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(81631,1,1904047200,2030,5,3,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(81632,1,1904050800,2030,5,3,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(81633,1,1904054400,2030,5,3,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(81634,1,1904058000,2030,5,3,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(81635,1,1904061600,2030,5,3,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(81636,1,1904065200,2030,5,3,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(81637,1,1904068800,2030,5,3,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(81638,1,1904072400,2030,5,3,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(81639,1,1904076000,2030,5,4,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(81640,1,1904079600,2030,5,4,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(81641,1,1904083200,2030,5,4,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(81642,1,1904086800,2030,5,4,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(81643,1,1904090400,2030,5,4,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(81644,1,1904094000,2030,5,4,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(81645,1,1904097600,2030,5,4,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(81646,1,1904101200,2030,5,4,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(81647,1,1904104800,2030,5,4,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(81648,1,1904108400,2030,5,4,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(81649,1,1904112000,2030,5,4,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(81650,1,1904115600,2030,5,4,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(81651,1,1904119200,2030,5,4,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(81652,1,1904122800,2030,5,4,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(81653,1,1904126400,2030,5,4,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(81654,1,1904130000,2030,5,4,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(81655,1,1904133600,2030,5,4,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(81656,1,1904137200,2030,5,4,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(81657,1,1904140800,2030,5,4,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(81658,1,1904144400,2030,5,4,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(81659,1,1904148000,2030,5,4,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(81660,1,1904151600,2030,5,4,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(81661,1,1904155200,2030,5,4,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(81662,1,1904158800,2030,5,4,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(81663,1,1904248800,2030,5,6,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(81664,1,1904252400,2030,5,6,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(81665,1,1904256000,2030,5,6,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(81666,1,1904259600,2030,5,6,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(81667,1,1904263200,2030,5,6,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(81668,1,1904266800,2030,5,6,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(81669,1,1904270400,2030,5,6,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(81670,1,1904274000,2030,5,6,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(81671,1,1904277600,2030,5,6,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(81672,1,1904281200,2030,5,6,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(81673,1,1904284800,2030,5,6,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(81674,1,1904288400,2030,5,6,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(81675,1,1904292000,2030,5,6,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(81676,1,1904295600,2030,5,6,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(81677,1,1904299200,2030,5,6,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(81678,1,1904302800,2030,5,6,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(81679,1,1904306400,2030,5,6,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(81680,1,1904310000,2030,5,6,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(81681,1,1904313600,2030,5,6,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(81682,1,1904317200,2030,5,6,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(81683,1,1904320800,2030,5,6,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(81684,1,1904324400,2030,5,6,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(81685,1,1904328000,2030,5,6,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(81686,1,1904331600,2030,5,6,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(81687,1,1904335200,2030,5,7,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(81688,1,1904338800,2030,5,7,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(81689,1,1904342400,2030,5,7,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(81690,1,1904346000,2030,5,7,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(81691,1,1904349600,2030,5,7,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(81692,1,1904353200,2030,5,7,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(81693,1,1904356800,2030,5,7,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(81694,1,1904360400,2030,5,7,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(81695,1,1904364000,2030,5,7,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(81696,1,1904367600,2030,5,7,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(81697,1,1904371200,2030,5,7,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(81698,1,1904374800,2030,5,7,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(81699,1,1904378400,2030,5,7,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(81700,1,1904382000,2030,5,7,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(81701,1,1904385600,2030,5,7,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(81702,1,1904389200,2030,5,7,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(81703,1,1904392800,2030,5,7,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(81704,1,1904396400,2030,5,7,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(81705,1,1904400000,2030,5,7,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(81706,1,1904403600,2030,5,7,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(81707,1,1904407200,2030,5,7,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(81708,1,1904410800,2030,5,7,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(81709,1,1904414400,2030,5,7,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(81710,1,1904418000,2030,5,7,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(81711,1,1904421600,2030,5,8,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(81712,1,1904425200,2030,5,8,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(81713,1,1904428800,2030,5,8,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(81714,1,1904432400,2030,5,8,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(81715,1,1904436000,2030,5,8,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(81716,1,1904439600,2030,5,8,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(81717,1,1904443200,2030,5,8,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(81718,1,1904446800,2030,5,8,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(81719,1,1904450400,2030,5,8,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(81720,1,1904454000,2030,5,8,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(81721,1,1904457600,2030,5,8,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(81722,1,1904461200,2030,5,8,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(81723,1,1904464800,2030,5,8,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(81724,1,1904468400,2030,5,8,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(81725,1,1904472000,2030,5,8,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(81726,1,1904475600,2030,5,8,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(81727,1,1904479200,2030,5,8,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(81728,1,1904482800,2030,5,8,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(81729,1,1904486400,2030,5,8,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(81730,1,1904490000,2030,5,8,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(81731,1,1904493600,2030,5,8,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(81732,1,1904497200,2030,5,8,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(81733,1,1904500800,2030,5,8,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(81734,1,1904504400,2030,5,8,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(81735,1,1904508000,2030,5,9,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(81736,1,1904511600,2030,5,9,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(81737,1,1904515200,2030,5,9,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(81738,1,1904518800,2030,5,9,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(81739,1,1904522400,2030,5,9,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(81740,1,1904526000,2030,5,9,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(81741,1,1904529600,2030,5,9,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(81742,1,1904533200,2030,5,9,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(81743,1,1904536800,2030,5,9,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(81744,1,1904540400,2030,5,9,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(81745,1,1904544000,2030,5,9,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(81746,1,1904547600,2030,5,9,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(81747,1,1904551200,2030,5,9,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(81748,1,1904554800,2030,5,9,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(81749,1,1904558400,2030,5,9,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(81750,1,1904562000,2030,5,9,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(81751,1,1904565600,2030,5,9,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(81752,1,1904569200,2030,5,9,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(81753,1,1904572800,2030,5,9,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(81754,1,1904576400,2030,5,9,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(81755,1,1904580000,2030,5,9,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(81756,1,1904583600,2030,5,9,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(81757,1,1904587200,2030,5,9,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(81758,1,1904590800,2030,5,9,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(81759,1,1904594400,2030,5,10,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(81760,1,1904598000,2030,5,10,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(81761,1,1904601600,2030,5,10,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(81762,1,1904605200,2030,5,10,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(81763,1,1904608800,2030,5,10,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(81764,1,1904612400,2030,5,10,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(81765,1,1904616000,2030,5,10,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(81766,1,1904619600,2030,5,10,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(81767,1,1904623200,2030,5,10,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(81768,1,1904626800,2030,5,10,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(81769,1,1904630400,2030,5,10,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(81770,1,1904634000,2030,5,10,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(81771,1,1904637600,2030,5,10,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(81772,1,1904641200,2030,5,10,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(81773,1,1904644800,2030,5,10,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(81774,1,1904648400,2030,5,10,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(81775,1,1904652000,2030,5,10,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(81776,1,1904655600,2030,5,10,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(81777,1,1904659200,2030,5,10,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(81778,1,1904662800,2030,5,10,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(81779,1,1904666400,2030,5,10,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(81780,1,1904670000,2030,5,10,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(81781,1,1904673600,2030,5,10,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(81782,1,1904677200,2030,5,10,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(81783,1,1904680800,2030,5,11,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(81784,1,1904684400,2030,5,11,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(81785,1,1904688000,2030,5,11,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(81786,1,1904691600,2030,5,11,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(81787,1,1904695200,2030,5,11,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(81788,1,1904698800,2030,5,11,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(81789,1,1904702400,2030,5,11,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(81790,1,1904706000,2030,5,11,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(81791,1,1904709600,2030,5,11,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(81792,1,1904713200,2030,5,11,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(81793,1,1904716800,2030,5,11,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(81794,1,1904720400,2030,5,11,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(81795,1,1904724000,2030,5,11,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(81796,1,1904727600,2030,5,11,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(81797,1,1904731200,2030,5,11,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(81798,1,1904734800,2030,5,11,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(81799,1,1904738400,2030,5,11,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(81800,1,1904742000,2030,5,11,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(81801,1,1904745600,2030,5,11,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(81802,1,1904749200,2030,5,11,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(81803,1,1904752800,2030,5,11,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(81804,1,1904756400,2030,5,11,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(81805,1,1904760000,2030,5,11,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(81806,1,1904763600,2030,5,11,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(81807,1,1904853600,2030,5,13,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(81808,1,1904857200,2030,5,13,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(81809,1,1904860800,2030,5,13,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(81810,1,1904864400,2030,5,13,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(81811,1,1904868000,2030,5,13,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(81812,1,1904871600,2030,5,13,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(81813,1,1904875200,2030,5,13,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(81814,1,1904878800,2030,5,13,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(81815,1,1904882400,2030,5,13,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(81816,1,1904886000,2030,5,13,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(81817,1,1904889600,2030,5,13,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(81818,1,1904893200,2030,5,13,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(81819,1,1904896800,2030,5,13,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(81820,1,1904900400,2030,5,13,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(81821,1,1904904000,2030,5,13,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(81822,1,1904907600,2030,5,13,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(81823,1,1904911200,2030,5,13,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(81824,1,1904914800,2030,5,13,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(81825,1,1904918400,2030,5,13,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(81826,1,1904922000,2030,5,13,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(81827,1,1904925600,2030,5,13,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(81828,1,1904929200,2030,5,13,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(81829,1,1904932800,2030,5,13,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(81830,1,1904936400,2030,5,13,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(81831,1,1904940000,2030,5,14,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(81832,1,1904943600,2030,5,14,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(81833,1,1904947200,2030,5,14,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(81834,1,1904950800,2030,5,14,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(81835,1,1904954400,2030,5,14,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(81836,1,1904958000,2030,5,14,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(81837,1,1904961600,2030,5,14,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(81838,1,1904965200,2030,5,14,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(81839,1,1904968800,2030,5,14,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(81840,1,1904972400,2030,5,14,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(81841,1,1904976000,2030,5,14,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(81842,1,1904979600,2030,5,14,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(81843,1,1904983200,2030,5,14,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(81844,1,1904986800,2030,5,14,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(81845,1,1904990400,2030,5,14,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(81846,1,1904994000,2030,5,14,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(81847,1,1904997600,2030,5,14,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(81848,1,1905001200,2030,5,14,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(81849,1,1905004800,2030,5,14,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(81850,1,1905008400,2030,5,14,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(81851,1,1905012000,2030,5,14,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(81852,1,1905015600,2030,5,14,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(81853,1,1905019200,2030,5,14,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(81854,1,1905022800,2030,5,14,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(81855,1,1905026400,2030,5,15,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(81856,1,1905030000,2030,5,15,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(81857,1,1905033600,2030,5,15,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(81858,1,1905037200,2030,5,15,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(81859,1,1905040800,2030,5,15,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(81860,1,1905044400,2030,5,15,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(81861,1,1905048000,2030,5,15,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(81862,1,1905051600,2030,5,15,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(81863,1,1905055200,2030,5,15,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(81864,1,1905058800,2030,5,15,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(81865,1,1905062400,2030,5,15,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(81866,1,1905066000,2030,5,15,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(81867,1,1905069600,2030,5,15,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(81868,1,1905073200,2030,5,15,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(81869,1,1905076800,2030,5,15,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(81870,1,1905080400,2030,5,15,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(81871,1,1905084000,2030,5,15,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(81872,1,1905087600,2030,5,15,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(81873,1,1905091200,2030,5,15,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(81874,1,1905094800,2030,5,15,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(81875,1,1905098400,2030,5,15,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(81876,1,1905102000,2030,5,15,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(81877,1,1905105600,2030,5,15,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(81878,1,1905109200,2030,5,15,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(81879,1,1905112800,2030,5,16,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(81880,1,1905116400,2030,5,16,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(81881,1,1905120000,2030,5,16,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(81882,1,1905123600,2030,5,16,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(81883,1,1905127200,2030,5,16,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(81884,1,1905130800,2030,5,16,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(81885,1,1905134400,2030,5,16,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(81886,1,1905138000,2030,5,16,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(81887,1,1905141600,2030,5,16,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(81888,1,1905145200,2030,5,16,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(81889,1,1905148800,2030,5,16,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(81890,1,1905152400,2030,5,16,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(81891,1,1905156000,2030,5,16,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(81892,1,1905159600,2030,5,16,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(81893,1,1905163200,2030,5,16,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(81894,1,1905166800,2030,5,16,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(81895,1,1905170400,2030,5,16,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(81896,1,1905174000,2030,5,16,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(81897,1,1905177600,2030,5,16,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(81898,1,1905181200,2030,5,16,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(81899,1,1905184800,2030,5,16,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(81900,1,1905188400,2030,5,16,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(81901,1,1905192000,2030,5,16,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(81902,1,1905195600,2030,5,16,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(81903,1,1905199200,2030,5,17,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(81904,1,1905202800,2030,5,17,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(81905,1,1905206400,2030,5,17,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(81906,1,1905210000,2030,5,17,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(81907,1,1905213600,2030,5,17,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(81908,1,1905217200,2030,5,17,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(81909,1,1905220800,2030,5,17,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(81910,1,1905224400,2030,5,17,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(81911,1,1905228000,2030,5,17,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(81912,1,1905231600,2030,5,17,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(81913,1,1905235200,2030,5,17,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(81914,1,1905238800,2030,5,17,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(81915,1,1905242400,2030,5,17,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(81916,1,1905246000,2030,5,17,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(81917,1,1905249600,2030,5,17,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(81918,1,1905253200,2030,5,17,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(81919,1,1905256800,2030,5,17,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(81920,1,1905260400,2030,5,17,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(81921,1,1905264000,2030,5,17,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(81922,1,1905267600,2030,5,17,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(81923,1,1905271200,2030,5,17,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(81924,1,1905274800,2030,5,17,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(81925,1,1905278400,2030,5,17,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(81926,1,1905282000,2030,5,17,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(81927,1,1905285600,2030,5,18,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(81928,1,1905289200,2030,5,18,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(81929,1,1905292800,2030,5,18,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(81930,1,1905296400,2030,5,18,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(81931,1,1905300000,2030,5,18,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(81932,1,1905303600,2030,5,18,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(81933,1,1905307200,2030,5,18,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(81934,1,1905310800,2030,5,18,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(81935,1,1905314400,2030,5,18,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(81936,1,1905318000,2030,5,18,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(81937,1,1905321600,2030,5,18,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(81938,1,1905325200,2030,5,18,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(81939,1,1905328800,2030,5,18,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(81940,1,1905332400,2030,5,18,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(81941,1,1905336000,2030,5,18,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(81942,1,1905339600,2030,5,18,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(81943,1,1905343200,2030,5,18,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(81944,1,1905346800,2030,5,18,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(81945,1,1905350400,2030,5,18,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(81946,1,1905354000,2030,5,18,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(81947,1,1905357600,2030,5,18,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(81948,1,1905361200,2030,5,18,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(81949,1,1905364800,2030,5,18,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(81950,1,1905368400,2030,5,18,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(81951,1,1905458400,2030,5,20,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(81952,1,1905462000,2030,5,20,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(81953,1,1905465600,2030,5,20,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(81954,1,1905469200,2030,5,20,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(81955,1,1905472800,2030,5,20,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(81956,1,1905476400,2030,5,20,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(81957,1,1905480000,2030,5,20,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(81958,1,1905483600,2030,5,20,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(81959,1,1905487200,2030,5,20,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(81960,1,1905490800,2030,5,20,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(81961,1,1905494400,2030,5,20,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(81962,1,1905498000,2030,5,20,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(81963,1,1905501600,2030,5,20,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(81964,1,1905505200,2030,5,20,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(81965,1,1905508800,2030,5,20,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(81966,1,1905512400,2030,5,20,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(81967,1,1905516000,2030,5,20,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(81968,1,1905519600,2030,5,20,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(81969,1,1905523200,2030,5,20,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(81970,1,1905526800,2030,5,20,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(81971,1,1905530400,2030,5,20,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(81972,1,1905534000,2030,5,20,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(81973,1,1905537600,2030,5,20,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(81974,1,1905541200,2030,5,20,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(81975,1,1905544800,2030,5,21,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(81976,1,1905548400,2030,5,21,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(81977,1,1905552000,2030,5,21,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(81978,1,1905555600,2030,5,21,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(81979,1,1905559200,2030,5,21,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(81980,1,1905562800,2030,5,21,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(81981,1,1905566400,2030,5,21,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(81982,1,1905570000,2030,5,21,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(81983,1,1905573600,2030,5,21,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(81984,1,1905577200,2030,5,21,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(81985,1,1905580800,2030,5,21,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(81986,1,1905584400,2030,5,21,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(81987,1,1905588000,2030,5,21,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(81988,1,1905591600,2030,5,21,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(81989,1,1905595200,2030,5,21,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(81990,1,1905598800,2030,5,21,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(81991,1,1905602400,2030,5,21,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(81992,1,1905606000,2030,5,21,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(81993,1,1905609600,2030,5,21,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(81994,1,1905613200,2030,5,21,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(81995,1,1905616800,2030,5,21,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(81996,1,1905620400,2030,5,21,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(81997,1,1905624000,2030,5,21,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(81998,1,1905627600,2030,5,21,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(81999,1,1905631200,2030,5,22,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(82000,1,1905634800,2030,5,22,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(82001,1,1905638400,2030,5,22,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(82002,1,1905642000,2030,5,22,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(82003,1,1905645600,2030,5,22,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(82004,1,1905649200,2030,5,22,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(82005,1,1905652800,2030,5,22,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(82006,1,1905656400,2030,5,22,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(82007,1,1905660000,2030,5,22,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(82008,1,1905663600,2030,5,22,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(82009,1,1905667200,2030,5,22,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(82010,1,1905670800,2030,5,22,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(82011,1,1905674400,2030,5,22,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(82012,1,1905678000,2030,5,22,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(82013,1,1905681600,2030,5,22,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(82014,1,1905685200,2030,5,22,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(82015,1,1905688800,2030,5,22,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(82016,1,1905692400,2030,5,22,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(82017,1,1905696000,2030,5,22,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(82018,1,1905699600,2030,5,22,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(82019,1,1905703200,2030,5,22,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(82020,1,1905706800,2030,5,22,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(82021,1,1905710400,2030,5,22,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(82022,1,1905714000,2030,5,22,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(82023,1,1905717600,2030,5,23,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(82024,1,1905721200,2030,5,23,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(82025,1,1905724800,2030,5,23,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(82026,1,1905728400,2030,5,23,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(82027,1,1905732000,2030,5,23,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(82028,1,1905735600,2030,5,23,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(82029,1,1905739200,2030,5,23,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(82030,1,1905742800,2030,5,23,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(82031,1,1905746400,2030,5,23,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(82032,1,1905750000,2030,5,23,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(82033,1,1905753600,2030,5,23,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(82034,1,1905757200,2030,5,23,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(82035,1,1905760800,2030,5,23,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(82036,1,1905764400,2030,5,23,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(82037,1,1905768000,2030,5,23,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(82038,1,1905771600,2030,5,23,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(82039,1,1905775200,2030,5,23,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(82040,1,1905778800,2030,5,23,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(82041,1,1905782400,2030,5,23,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(82042,1,1905786000,2030,5,23,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(82043,1,1905789600,2030,5,23,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(82044,1,1905793200,2030,5,23,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(82045,1,1905796800,2030,5,23,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(82046,1,1905800400,2030,5,23,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(82047,1,1905804000,2030,5,24,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(82048,1,1905807600,2030,5,24,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(82049,1,1905811200,2030,5,24,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(82050,1,1905814800,2030,5,24,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(82051,1,1905818400,2030,5,24,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(82052,1,1905822000,2030,5,24,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(82053,1,1905825600,2030,5,24,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(82054,1,1905829200,2030,5,24,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(82055,1,1905832800,2030,5,24,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(82056,1,1905836400,2030,5,24,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(82057,1,1905840000,2030,5,24,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(82058,1,1905843600,2030,5,24,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(82059,1,1905847200,2030,5,24,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(82060,1,1905850800,2030,5,24,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(82061,1,1905854400,2030,5,24,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(82062,1,1905858000,2030,5,24,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(82063,1,1905861600,2030,5,24,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(82064,1,1905865200,2030,5,24,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(82065,1,1905868800,2030,5,24,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(82066,1,1905872400,2030,5,24,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(82067,1,1905876000,2030,5,24,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(82068,1,1905879600,2030,5,24,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(82069,1,1905883200,2030,5,24,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(82070,1,1905886800,2030,5,24,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(82071,1,1905890400,2030,5,25,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(82072,1,1905894000,2030,5,25,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(82073,1,1905897600,2030,5,25,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(82074,1,1905901200,2030,5,25,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(82075,1,1905904800,2030,5,25,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(82076,1,1905908400,2030,5,25,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(82077,1,1905912000,2030,5,25,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(82078,1,1905915600,2030,5,25,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(82079,1,1905919200,2030,5,25,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(82080,1,1905922800,2030,5,25,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(82081,1,1905926400,2030,5,25,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(82082,1,1905930000,2030,5,25,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(82083,1,1905933600,2030,5,25,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(82084,1,1905937200,2030,5,25,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(82085,1,1905940800,2030,5,25,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(82086,1,1905944400,2030,5,25,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(82087,1,1905948000,2030,5,25,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(82088,1,1905951600,2030,5,25,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(82089,1,1905955200,2030,5,25,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(82090,1,1905958800,2030,5,25,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(82091,1,1905962400,2030,5,25,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(82092,1,1905966000,2030,5,25,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(82093,1,1905969600,2030,5,25,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(82094,1,1905973200,2030,5,25,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(82095,1,1906063200,2030,5,27,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(82096,1,1906066800,2030,5,27,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(82097,1,1906070400,2030,5,27,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(82098,1,1906074000,2030,5,27,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(82099,1,1906077600,2030,5,27,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(82100,1,1906081200,2030,5,27,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(82101,1,1906084800,2030,5,27,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(82102,1,1906088400,2030,5,27,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(82103,1,1906092000,2030,5,27,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(82104,1,1906095600,2030,5,27,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(82105,1,1906099200,2030,5,27,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(82106,1,1906102800,2030,5,27,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(82107,1,1906106400,2030,5,27,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(82108,1,1906110000,2030,5,27,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(82109,1,1906113600,2030,5,27,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(82110,1,1906117200,2030,5,27,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(82111,1,1906120800,2030,5,27,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(82112,1,1906124400,2030,5,27,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(82113,1,1906128000,2030,5,27,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(82114,1,1906131600,2030,5,27,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(82115,1,1906135200,2030,5,27,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(82116,1,1906138800,2030,5,27,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(82117,1,1906142400,2030,5,27,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(82118,1,1906146000,2030,5,27,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(82119,1,1906149600,2030,5,28,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(82120,1,1906153200,2030,5,28,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(82121,1,1906156800,2030,5,28,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(82122,1,1906160400,2030,5,28,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(82123,1,1906164000,2030,5,28,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(82124,1,1906167600,2030,5,28,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(82125,1,1906171200,2030,5,28,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(82126,1,1906174800,2030,5,28,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(82127,1,1906178400,2030,5,28,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(82128,1,1906182000,2030,5,28,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(82129,1,1906185600,2030,5,28,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(82130,1,1906189200,2030,5,28,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(82131,1,1906192800,2030,5,28,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(82132,1,1906196400,2030,5,28,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(82133,1,1906200000,2030,5,28,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(82134,1,1906203600,2030,5,28,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(82135,1,1906207200,2030,5,28,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(82136,1,1906210800,2030,5,28,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(82137,1,1906214400,2030,5,28,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(82138,1,1906218000,2030,5,28,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(82139,1,1906221600,2030,5,28,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(82140,1,1906225200,2030,5,28,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(82141,1,1906228800,2030,5,28,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(82142,1,1906232400,2030,5,28,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(82143,1,1906236000,2030,5,29,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(82144,1,1906239600,2030,5,29,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(82145,1,1906243200,2030,5,29,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(82146,1,1906246800,2030,5,29,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(82147,1,1906250400,2030,5,29,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(82148,1,1906254000,2030,5,29,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(82149,1,1906257600,2030,5,29,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(82150,1,1906261200,2030,5,29,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(82151,1,1906264800,2030,5,29,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(82152,1,1906268400,2030,5,29,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(82153,1,1906272000,2030,5,29,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(82154,1,1906275600,2030,5,29,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(82155,1,1906279200,2030,5,29,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(82156,1,1906282800,2030,5,29,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(82157,1,1906286400,2030,5,29,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(82158,1,1906290000,2030,5,29,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(82159,1,1906293600,2030,5,29,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(82160,1,1906297200,2030,5,29,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(82161,1,1906300800,2030,5,29,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(82162,1,1906304400,2030,5,29,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(82163,1,1906308000,2030,5,29,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(82164,1,1906311600,2030,5,29,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(82165,1,1906315200,2030,5,29,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(82166,1,1906318800,2030,5,29,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(82167,1,1906322400,2030,5,30,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(82168,1,1906326000,2030,5,30,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(82169,1,1906329600,2030,5,30,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(82170,1,1906333200,2030,5,30,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(82171,1,1906336800,2030,5,30,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(82172,1,1906340400,2030,5,30,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(82173,1,1906344000,2030,5,30,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(82174,1,1906347600,2030,5,30,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(82175,1,1906351200,2030,5,30,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(82176,1,1906354800,2030,5,30,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(82177,1,1906358400,2030,5,30,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(82178,1,1906362000,2030,5,30,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(82179,1,1906365600,2030,5,30,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(82180,1,1906369200,2030,5,30,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(82181,1,1906372800,2030,5,30,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(82182,1,1906376400,2030,5,30,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(82183,1,1906380000,2030,5,30,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(82184,1,1906383600,2030,5,30,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(82185,1,1906387200,2030,5,30,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(82186,1,1906390800,2030,5,30,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(82187,1,1906394400,2030,5,30,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(82188,1,1906398000,2030,5,30,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(82189,1,1906401600,2030,5,30,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(82190,1,1906405200,2030,5,30,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(82191,1,1906408800,2030,5,31,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(82192,1,1906412400,2030,5,31,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(82193,1,1906416000,2030,5,31,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(82194,1,1906419600,2030,5,31,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(82195,1,1906423200,2030,5,31,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(82196,1,1906426800,2030,5,31,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(82197,1,1906430400,2030,5,31,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(82198,1,1906434000,2030,5,31,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(82199,1,1906437600,2030,5,31,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(82200,1,1906441200,2030,5,31,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(82201,1,1906444800,2030,5,31,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(82202,1,1906448400,2030,5,31,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(82203,1,1906452000,2030,5,31,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(82204,1,1906455600,2030,5,31,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(82205,1,1906459200,2030,5,31,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(82206,1,1906462800,2030,5,31,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(82207,1,1906466400,2030,5,31,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(82208,1,1906470000,2030,5,31,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(82209,1,1906473600,2030,5,31,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(82210,1,1906477200,2030,5,31,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(82211,1,1906480800,2030,5,31,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(82212,1,1906484400,2030,5,31,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(82213,1,1906488000,2030,5,31,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(82214,1,1906491600,2030,5,31,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(82215,1,1906495200,2030,6,1,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(82216,1,1906498800,2030,6,1,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(82217,1,1906502400,2030,6,1,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(82218,1,1906506000,2030,6,1,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(82219,1,1906509600,2030,6,1,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(82220,1,1906513200,2030,6,1,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(82221,1,1906516800,2030,6,1,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(82222,1,1906520400,2030,6,1,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(82223,1,1906524000,2030,6,1,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(82224,1,1906527600,2030,6,1,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(82225,1,1906531200,2030,6,1,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(82226,1,1906534800,2030,6,1,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(82227,1,1906538400,2030,6,1,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(82228,1,1906542000,2030,6,1,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(82229,1,1906545600,2030,6,1,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(82230,1,1906549200,2030,6,1,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(82231,1,1906552800,2030,6,1,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(82232,1,1906556400,2030,6,1,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(82233,1,1906560000,2030,6,1,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(82234,1,1906563600,2030,6,1,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(82235,1,1906567200,2030,6,1,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(82236,1,1906570800,2030,6,1,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(82237,1,1906574400,2030,6,1,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(82238,1,1906578000,2030,6,1,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(82239,1,1906668000,2030,6,3,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(82240,1,1906671600,2030,6,3,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(82241,1,1906675200,2030,6,3,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(82242,1,1906678800,2030,6,3,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(82243,1,1906682400,2030,6,3,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(82244,1,1906686000,2030,6,3,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(82245,1,1906689600,2030,6,3,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(82246,1,1906693200,2030,6,3,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(82247,1,1906696800,2030,6,3,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(82248,1,1906700400,2030,6,3,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(82249,1,1906704000,2030,6,3,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(82250,1,1906707600,2030,6,3,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(82251,1,1906711200,2030,6,3,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(82252,1,1906714800,2030,6,3,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(82253,1,1906718400,2030,6,3,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(82254,1,1906722000,2030,6,3,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(82255,1,1906725600,2030,6,3,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(82256,1,1906729200,2030,6,3,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(82257,1,1906732800,2030,6,3,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(82258,1,1906736400,2030,6,3,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(82259,1,1906740000,2030,6,3,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(82260,1,1906743600,2030,6,3,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(82261,1,1906747200,2030,6,3,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(82262,1,1906750800,2030,6,3,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(82263,1,1906754400,2030,6,4,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(82264,1,1906758000,2030,6,4,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(82265,1,1906761600,2030,6,4,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(82266,1,1906765200,2030,6,4,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(82267,1,1906768800,2030,6,4,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(82268,1,1906772400,2030,6,4,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(82269,1,1906776000,2030,6,4,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(82270,1,1906779600,2030,6,4,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(82271,1,1906783200,2030,6,4,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(82272,1,1906786800,2030,6,4,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(82273,1,1906790400,2030,6,4,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(82274,1,1906794000,2030,6,4,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(82275,1,1906797600,2030,6,4,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(82276,1,1906801200,2030,6,4,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(82277,1,1906804800,2030,6,4,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(82278,1,1906808400,2030,6,4,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(82279,1,1906812000,2030,6,4,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(82280,1,1906815600,2030,6,4,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(82281,1,1906819200,2030,6,4,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(82282,1,1906822800,2030,6,4,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(82283,1,1906826400,2030,6,4,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(82284,1,1906830000,2030,6,4,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(82285,1,1906833600,2030,6,4,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(82286,1,1906837200,2030,6,4,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(82287,1,1906840800,2030,6,5,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(82288,1,1906844400,2030,6,5,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(82289,1,1906848000,2030,6,5,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(82290,1,1906851600,2030,6,5,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(82291,1,1906855200,2030,6,5,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(82292,1,1906858800,2030,6,5,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(82293,1,1906862400,2030,6,5,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(82294,1,1906866000,2030,6,5,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(82295,1,1906869600,2030,6,5,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(82296,1,1906873200,2030,6,5,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(82297,1,1906876800,2030,6,5,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(82298,1,1906880400,2030,6,5,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(82299,1,1906884000,2030,6,5,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(82300,1,1906887600,2030,6,5,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(82301,1,1906891200,2030,6,5,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(82302,1,1906894800,2030,6,5,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(82303,1,1906898400,2030,6,5,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(82304,1,1906902000,2030,6,5,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(82305,1,1906905600,2030,6,5,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(82306,1,1906909200,2030,6,5,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(82307,1,1906912800,2030,6,5,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(82308,1,1906916400,2030,6,5,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(82309,1,1906920000,2030,6,5,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(82310,1,1906923600,2030,6,5,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(82311,1,1906927200,2030,6,6,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(82312,1,1906930800,2030,6,6,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(82313,1,1906934400,2030,6,6,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(82314,1,1906938000,2030,6,6,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(82315,1,1906941600,2030,6,6,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(82316,1,1906945200,2030,6,6,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(82317,1,1906948800,2030,6,6,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(82318,1,1906952400,2030,6,6,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(82319,1,1906956000,2030,6,6,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(82320,1,1906959600,2030,6,6,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(82321,1,1906963200,2030,6,6,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(82322,1,1906966800,2030,6,6,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(82323,1,1906970400,2030,6,6,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(82324,1,1906974000,2030,6,6,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(82325,1,1906977600,2030,6,6,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(82326,1,1906981200,2030,6,6,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(82327,1,1906984800,2030,6,6,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(82328,1,1906988400,2030,6,6,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(82329,1,1906992000,2030,6,6,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(82330,1,1906995600,2030,6,6,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(82331,1,1906999200,2030,6,6,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(82332,1,1907002800,2030,6,6,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(82333,1,1907006400,2030,6,6,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(82334,1,1907010000,2030,6,6,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(82335,1,1907013600,2030,6,7,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(82336,1,1907017200,2030,6,7,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(82337,1,1907020800,2030,6,7,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(82338,1,1907024400,2030,6,7,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(82339,1,1907028000,2030,6,7,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(82340,1,1907031600,2030,6,7,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(82341,1,1907035200,2030,6,7,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(82342,1,1907038800,2030,6,7,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(82343,1,1907042400,2030,6,7,5,8,0,'',0,99,99,0,0,'false','false',1563522063),(82344,1,1907046000,2030,6,7,5,9,0,'',0,99,99,0,0,'false','false',1563522063),(82345,1,1907049600,2030,6,7,5,10,0,'',0,99,99,0,0,'false','false',1563522063),(82346,1,1907053200,2030,6,7,5,11,0,'',0,99,99,0,0,'false','false',1563522063),(82347,1,1907056800,2030,6,7,5,12,0,'',0,99,99,0,0,'false','false',1563522063),(82348,1,1907060400,2030,6,7,5,13,0,'',0,99,99,0,0,'false','false',1563522063),(82349,1,1907064000,2030,6,7,5,14,0,'',0,99,99,0,0,'false','false',1563522063),(82350,1,1907067600,2030,6,7,5,15,0,'',0,99,99,0,0,'false','false',1563522063),(82351,1,1907071200,2030,6,7,5,16,0,'',0,99,99,0,0,'false','false',1563522063),(82352,1,1907074800,2030,6,7,5,17,0,'',0,99,99,0,0,'false','false',1563522063),(82353,1,1907078400,2030,6,7,5,18,0,'',0,99,99,0,0,'false','false',1563522063),(82354,1,1907082000,2030,6,7,5,19,0,'',0,99,99,0,0,'false','false',1563522063),(82355,1,1907085600,2030,6,7,5,20,0,'',0,99,99,0,0,'false','false',1563522063),(82356,1,1907089200,2030,6,7,5,21,0,'',0,99,99,0,0,'false','false',1563522063),(82357,1,1907092800,2030,6,7,5,22,0,'',0,99,99,0,0,'false','false',1563522063),(82358,1,1907096400,2030,6,7,5,23,0,'',0,99,99,0,0,'false','false',1563522063),(82359,1,1907100000,2030,6,8,6,0,0,'',0,99,99,0,0,'false','false',1563522063),(82360,1,1907103600,2030,6,8,6,1,0,'',0,99,99,0,0,'false','false',1563522063),(82361,1,1907107200,2030,6,8,6,2,0,'',0,99,99,0,0,'false','false',1563522063),(82362,1,1907110800,2030,6,8,6,3,0,'',0,99,99,0,0,'false','false',1563522063),(82363,1,1907114400,2030,6,8,6,4,0,'',0,99,99,0,0,'false','false',1563522063),(82364,1,1907118000,2030,6,8,6,5,0,'',0,99,99,0,0,'false','false',1563522063),(82365,1,1907121600,2030,6,8,6,6,0,'',0,99,99,0,0,'false','false',1563522063),(82366,1,1907125200,2030,6,8,6,7,0,'',0,99,99,0,0,'false','false',1563522063),(82367,1,1907128800,2030,6,8,6,8,0,'',0,99,99,0,0,'false','false',1563522063),(82368,1,1907132400,2030,6,8,6,9,0,'',0,99,99,0,0,'false','false',1563522063),(82369,1,1907136000,2030,6,8,6,10,0,'',0,99,99,0,0,'false','false',1563522063),(82370,1,1907139600,2030,6,8,6,11,0,'',0,99,99,0,0,'false','false',1563522063),(82371,1,1907143200,2030,6,8,6,12,0,'',0,99,99,0,0,'false','false',1563522063),(82372,1,1907146800,2030,6,8,6,13,0,'',0,99,99,0,0,'false','false',1563522063),(82373,1,1907150400,2030,6,8,6,14,0,'',0,99,99,0,0,'false','false',1563522063),(82374,1,1907154000,2030,6,8,6,15,0,'',0,99,99,0,0,'false','false',1563522063),(82375,1,1907157600,2030,6,8,6,16,0,'',0,99,99,0,0,'false','false',1563522063),(82376,1,1907161200,2030,6,8,6,17,0,'',0,99,99,0,0,'false','false',1563522063),(82377,1,1907164800,2030,6,8,6,18,0,'',0,99,99,0,0,'false','false',1563522063),(82378,1,1907168400,2030,6,8,6,19,0,'',0,99,99,0,0,'false','false',1563522063),(82379,1,1907172000,2030,6,8,6,20,0,'',0,99,99,0,0,'false','false',1563522063),(82380,1,1907175600,2030,6,8,6,21,0,'',0,99,99,0,0,'false','false',1563522063),(82381,1,1907179200,2030,6,8,6,22,0,'',0,99,99,0,0,'false','false',1563522063),(82382,1,1907182800,2030,6,8,6,23,0,'',0,99,99,0,0,'false','false',1563522063),(82383,1,1907272800,2030,6,10,1,0,0,'',0,99,99,0,0,'false','false',1563522063),(82384,1,1907276400,2030,6,10,1,1,0,'',0,99,99,0,0,'false','false',1563522063),(82385,1,1907280000,2030,6,10,1,2,0,'',0,99,99,0,0,'false','false',1563522063),(82386,1,1907283600,2030,6,10,1,3,0,'',0,99,99,0,0,'false','false',1563522063),(82387,1,1907287200,2030,6,10,1,4,0,'',0,99,99,0,0,'false','false',1563522063),(82388,1,1907290800,2030,6,10,1,5,0,'',0,99,99,0,0,'false','false',1563522063),(82389,1,1907294400,2030,6,10,1,6,0,'',0,99,99,0,0,'false','false',1563522063),(82390,1,1907298000,2030,6,10,1,7,0,'',0,99,99,0,0,'false','false',1563522063),(82391,1,1907301600,2030,6,10,1,8,0,'',0,99,99,0,0,'false','false',1563522063),(82392,1,1907305200,2030,6,10,1,9,0,'',0,99,99,0,0,'false','false',1563522063),(82393,1,1907308800,2030,6,10,1,10,0,'',0,99,99,0,0,'false','false',1563522063),(82394,1,1907312400,2030,6,10,1,11,0,'',0,99,99,0,0,'false','false',1563522063),(82395,1,1907316000,2030,6,10,1,12,0,'',0,99,99,0,0,'false','false',1563522063),(82396,1,1907319600,2030,6,10,1,13,0,'',0,99,99,0,0,'false','false',1563522063),(82397,1,1907323200,2030,6,10,1,14,0,'',0,99,99,0,0,'false','false',1563522063),(82398,1,1907326800,2030,6,10,1,15,0,'',0,99,99,0,0,'false','false',1563522063),(82399,1,1907330400,2030,6,10,1,16,0,'',0,99,99,0,0,'false','false',1563522063),(82400,1,1907334000,2030,6,10,1,17,0,'',0,99,99,0,0,'false','false',1563522063),(82401,1,1907337600,2030,6,10,1,18,0,'',0,99,99,0,0,'false','false',1563522063),(82402,1,1907341200,2030,6,10,1,19,0,'',0,99,99,0,0,'false','false',1563522063),(82403,1,1907344800,2030,6,10,1,20,0,'',0,99,99,0,0,'false','false',1563522063),(82404,1,1907348400,2030,6,10,1,21,0,'',0,99,99,0,0,'false','false',1563522063),(82405,1,1907352000,2030,6,10,1,22,0,'',0,99,99,0,0,'false','false',1563522063),(82406,1,1907355600,2030,6,10,1,23,0,'',0,99,99,0,0,'false','false',1563522063),(82407,1,1907359200,2030,6,11,2,0,0,'',0,99,99,0,0,'false','false',1563522063),(82408,1,1907362800,2030,6,11,2,1,0,'',0,99,99,0,0,'false','false',1563522063),(82409,1,1907366400,2030,6,11,2,2,0,'',0,99,99,0,0,'false','false',1563522063),(82410,1,1907370000,2030,6,11,2,3,0,'',0,99,99,0,0,'false','false',1563522063),(82411,1,1907373600,2030,6,11,2,4,0,'',0,99,99,0,0,'false','false',1563522063),(82412,1,1907377200,2030,6,11,2,5,0,'',0,99,99,0,0,'false','false',1563522063),(82413,1,1907380800,2030,6,11,2,6,0,'',0,99,99,0,0,'false','false',1563522063),(82414,1,1907384400,2030,6,11,2,7,0,'',0,99,99,0,0,'false','false',1563522063),(82415,1,1907388000,2030,6,11,2,8,0,'',0,99,99,0,0,'false','false',1563522063),(82416,1,1907391600,2030,6,11,2,9,0,'',0,99,99,0,0,'false','false',1563522063),(82417,1,1907395200,2030,6,11,2,10,0,'',0,99,99,0,0,'false','false',1563522063),(82418,1,1907398800,2030,6,11,2,11,0,'',0,99,99,0,0,'false','false',1563522063),(82419,1,1907402400,2030,6,11,2,12,0,'',0,99,99,0,0,'false','false',1563522063),(82420,1,1907406000,2030,6,11,2,13,0,'',0,99,99,0,0,'false','false',1563522063),(82421,1,1907409600,2030,6,11,2,14,0,'',0,99,99,0,0,'false','false',1563522063),(82422,1,1907413200,2030,6,11,2,15,0,'',0,99,99,0,0,'false','false',1563522063),(82423,1,1907416800,2030,6,11,2,16,0,'',0,99,99,0,0,'false','false',1563522063),(82424,1,1907420400,2030,6,11,2,17,0,'',0,99,99,0,0,'false','false',1563522063),(82425,1,1907424000,2030,6,11,2,18,0,'',0,99,99,0,0,'false','false',1563522063),(82426,1,1907427600,2030,6,11,2,19,0,'',0,99,99,0,0,'false','false',1563522063),(82427,1,1907431200,2030,6,11,2,20,0,'',0,99,99,0,0,'false','false',1563522063),(82428,1,1907434800,2030,6,11,2,21,0,'',0,99,99,0,0,'false','false',1563522063),(82429,1,1907438400,2030,6,11,2,22,0,'',0,99,99,0,0,'false','false',1563522063),(82430,1,1907442000,2030,6,11,2,23,0,'',0,99,99,0,0,'false','false',1563522063),(82431,1,1907445600,2030,6,12,3,0,0,'',0,99,99,0,0,'false','false',1563522063),(82432,1,1907449200,2030,6,12,3,1,0,'',0,99,99,0,0,'false','false',1563522063),(82433,1,1907452800,2030,6,12,3,2,0,'',0,99,99,0,0,'false','false',1563522063),(82434,1,1907456400,2030,6,12,3,3,0,'',0,99,99,0,0,'false','false',1563522063),(82435,1,1907460000,2030,6,12,3,4,0,'',0,99,99,0,0,'false','false',1563522063),(82436,1,1907463600,2030,6,12,3,5,0,'',0,99,99,0,0,'false','false',1563522063),(82437,1,1907467200,2030,6,12,3,6,0,'',0,99,99,0,0,'false','false',1563522063),(82438,1,1907470800,2030,6,12,3,7,0,'',0,99,99,0,0,'false','false',1563522063),(82439,1,1907474400,2030,6,12,3,8,0,'',0,99,99,0,0,'false','false',1563522063),(82440,1,1907478000,2030,6,12,3,9,0,'',0,99,99,0,0,'false','false',1563522063),(82441,1,1907481600,2030,6,12,3,10,0,'',0,99,99,0,0,'false','false',1563522063),(82442,1,1907485200,2030,6,12,3,11,0,'',0,99,99,0,0,'false','false',1563522063),(82443,1,1907488800,2030,6,12,3,12,0,'',0,99,99,0,0,'false','false',1563522063),(82444,1,1907492400,2030,6,12,3,13,0,'',0,99,99,0,0,'false','false',1563522063),(82445,1,1907496000,2030,6,12,3,14,0,'',0,99,99,0,0,'false','false',1563522063),(82446,1,1907499600,2030,6,12,3,15,0,'',0,99,99,0,0,'false','false',1563522063),(82447,1,1907503200,2030,6,12,3,16,0,'',0,99,99,0,0,'false','false',1563522063),(82448,1,1907506800,2030,6,12,3,17,0,'',0,99,99,0,0,'false','false',1563522063),(82449,1,1907510400,2030,6,12,3,18,0,'',0,99,99,0,0,'false','false',1563522063),(82450,1,1907514000,2030,6,12,3,19,0,'',0,99,99,0,0,'false','false',1563522063),(82451,1,1907517600,2030,6,12,3,20,0,'',0,99,99,0,0,'false','false',1563522063),(82452,1,1907521200,2030,6,12,3,21,0,'',0,99,99,0,0,'false','false',1563522063),(82453,1,1907524800,2030,6,12,3,22,0,'',0,99,99,0,0,'false','false',1563522063),(82454,1,1907528400,2030,6,12,3,23,0,'',0,99,99,0,0,'false','false',1563522063),(82455,1,1907532000,2030,6,13,4,0,0,'',0,99,99,0,0,'false','false',1563522063),(82456,1,1907535600,2030,6,13,4,1,0,'',0,99,99,0,0,'false','false',1563522063),(82457,1,1907539200,2030,6,13,4,2,0,'',0,99,99,0,0,'false','false',1563522063),(82458,1,1907542800,2030,6,13,4,3,0,'',0,99,99,0,0,'false','false',1563522063),(82459,1,1907546400,2030,6,13,4,4,0,'',0,99,99,0,0,'false','false',1563522063),(82460,1,1907550000,2030,6,13,4,5,0,'',0,99,99,0,0,'false','false',1563522063),(82461,1,1907553600,2030,6,13,4,6,0,'',0,99,99,0,0,'false','false',1563522063),(82462,1,1907557200,2030,6,13,4,7,0,'',0,99,99,0,0,'false','false',1563522063),(82463,1,1907560800,2030,6,13,4,8,0,'',0,99,99,0,0,'false','false',1563522063),(82464,1,1907564400,2030,6,13,4,9,0,'',0,99,99,0,0,'false','false',1563522063),(82465,1,1907568000,2030,6,13,4,10,0,'',0,99,99,0,0,'false','false',1563522063),(82466,1,1907571600,2030,6,13,4,11,0,'',0,99,99,0,0,'false','false',1563522063),(82467,1,1907575200,2030,6,13,4,12,0,'',0,99,99,0,0,'false','false',1563522063),(82468,1,1907578800,2030,6,13,4,13,0,'',0,99,99,0,0,'false','false',1563522063),(82469,1,1907582400,2030,6,13,4,14,0,'',0,99,99,0,0,'false','false',1563522063),(82470,1,1907586000,2030,6,13,4,15,0,'',0,99,99,0,0,'false','false',1563522063),(82471,1,1907589600,2030,6,13,4,16,0,'',0,99,99,0,0,'false','false',1563522063),(82472,1,1907593200,2030,6,13,4,17,0,'',0,99,99,0,0,'false','false',1563522063),(82473,1,1907596800,2030,6,13,4,18,0,'',0,99,99,0,0,'false','false',1563522063),(82474,1,1907600400,2030,6,13,4,19,0,'',0,99,99,0,0,'false','false',1563522063),(82475,1,1907604000,2030,6,13,4,20,0,'',0,99,99,0,0,'false','false',1563522063),(82476,1,1907607600,2030,6,13,4,21,0,'',0,99,99,0,0,'false','false',1563522063),(82477,1,1907611200,2030,6,13,4,22,0,'',0,99,99,0,0,'false','false',1563522063),(82478,1,1907614800,2030,6,13,4,23,0,'',0,99,99,0,0,'false','false',1563522063),(82479,1,1907618400,2030,6,14,5,0,0,'',0,99,99,0,0,'false','false',1563522063),(82480,1,1907622000,2030,6,14,5,1,0,'',0,99,99,0,0,'false','false',1563522063),(82481,1,1907625600,2030,6,14,5,2,0,'',0,99,99,0,0,'false','false',1563522063),(82482,1,1907629200,2030,6,14,5,3,0,'',0,99,99,0,0,'false','false',1563522063),(82483,1,1907632800,2030,6,14,5,4,0,'',0,99,99,0,0,'false','false',1563522063),(82484,1,1907636400,2030,6,14,5,5,0,'',0,99,99,0,0,'false','false',1563522063),(82485,1,1907640000,2030,6,14,5,6,0,'',0,99,99,0,0,'false','false',1563522063),(82486,1,1907643600,2030,6,14,5,7,0,'',0,99,99,0,0,'false','false',1563522063),(83759,1,1596924000,2020,8,9,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83760,1,1596927600,2020,8,9,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83761,1,1596931200,2020,8,9,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83762,1,1596934800,2020,8,9,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83763,1,1596938400,2020,8,9,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83764,1,1596942000,2020,8,9,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83765,1,1596945600,2020,8,9,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83766,1,1596949200,2020,8,9,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83767,1,1596952800,2020,8,9,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83768,1,1596956400,2020,8,9,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83769,1,1596960000,2020,8,9,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83770,1,1596963600,2020,8,9,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83771,1,1596967200,2020,8,9,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83772,1,1596970800,2020,8,9,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83773,1,1596974400,2020,8,9,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83774,1,1596978000,2020,8,9,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83775,1,1596981600,2020,8,9,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83776,1,1596985200,2020,8,9,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83777,1,1596988800,2020,8,9,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83778,1,1596992400,2020,8,9,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83779,1,1596996000,2020,8,9,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83780,1,1596999600,2020,8,9,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83781,1,1597003200,2020,8,9,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83782,1,1597006800,2020,8,9,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83783,1,1597528800,2020,8,16,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83784,1,1597532400,2020,8,16,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83785,1,1597536000,2020,8,16,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83786,1,1597539600,2020,8,16,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83787,1,1597543200,2020,8,16,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83788,1,1597546800,2020,8,16,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83789,1,1597550400,2020,8,16,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83790,1,1597554000,2020,8,16,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83791,1,1597557600,2020,8,16,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83792,1,1597561200,2020,8,16,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83793,1,1597564800,2020,8,16,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83794,1,1597568400,2020,8,16,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83795,1,1597572000,2020,8,16,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83796,1,1597575600,2020,8,16,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83797,1,1597579200,2020,8,16,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83798,1,1597582800,2020,8,16,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83799,1,1597586400,2020,8,16,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83800,1,1597590000,2020,8,16,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83801,1,1597593600,2020,8,16,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83802,1,1597597200,2020,8,16,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83803,1,1597600800,2020,8,16,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83804,1,1597604400,2020,8,16,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83805,1,1597608000,2020,8,16,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83806,1,1597611600,2020,8,16,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83807,1,1598133600,2020,8,23,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83808,1,1598137200,2020,8,23,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83809,1,1598140800,2020,8,23,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83810,1,1598144400,2020,8,23,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83811,1,1598148000,2020,8,23,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83812,1,1598151600,2020,8,23,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83813,1,1598155200,2020,8,23,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83814,1,1598158800,2020,8,23,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83815,1,1598162400,2020,8,23,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83816,1,1598166000,2020,8,23,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83817,1,1598169600,2020,8,23,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83818,1,1598173200,2020,8,23,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83819,1,1598176800,2020,8,23,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83820,1,1598180400,2020,8,23,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83821,1,1598184000,2020,8,23,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83822,1,1598187600,2020,8,23,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83823,1,1598191200,2020,8,23,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83824,1,1598194800,2020,8,23,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83825,1,1598198400,2020,8,23,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83826,1,1598202000,2020,8,23,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83827,1,1598205600,2020,8,23,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83828,1,1598209200,2020,8,23,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83829,1,1598212800,2020,8,23,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83830,1,1598216400,2020,8,23,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83831,1,1598738400,2020,8,30,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83832,1,1598742000,2020,8,30,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83833,1,1598745600,2020,8,30,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83834,1,1598749200,2020,8,30,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83835,1,1598752800,2020,8,30,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83836,1,1598756400,2020,8,30,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83837,1,1598760000,2020,8,30,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83838,1,1598763600,2020,8,30,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83839,1,1598767200,2020,8,30,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83840,1,1598770800,2020,8,30,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83841,1,1598774400,2020,8,30,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83842,1,1598778000,2020,8,30,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83843,1,1598781600,2020,8,30,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83844,1,1598785200,2020,8,30,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83845,1,1598788800,2020,8,30,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83846,1,1598792400,2020,8,30,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83847,1,1598796000,2020,8,30,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83848,1,1598799600,2020,8,30,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83849,1,1598803200,2020,8,30,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83850,1,1598806800,2020,8,30,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83851,1,1598810400,2020,8,30,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83852,1,1598814000,2020,8,30,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83853,1,1598817600,2020,8,30,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83854,1,1598821200,2020,8,30,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83855,1,1599343200,2020,9,6,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83856,1,1599346800,2020,9,6,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83857,1,1599350400,2020,9,6,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83858,1,1599354000,2020,9,6,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83859,1,1599357600,2020,9,6,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83860,1,1599361200,2020,9,6,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83861,1,1599364800,2020,9,6,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83862,1,1599368400,2020,9,6,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83863,1,1599372000,2020,9,6,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83864,1,1599375600,2020,9,6,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83865,1,1599379200,2020,9,6,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83866,1,1599382800,2020,9,6,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83867,1,1599386400,2020,9,6,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83868,1,1599390000,2020,9,6,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83869,1,1599393600,2020,9,6,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83870,1,1599397200,2020,9,6,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83871,1,1599400800,2020,9,6,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83872,1,1599404400,2020,9,6,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83873,1,1599408000,2020,9,6,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83874,1,1599411600,2020,9,6,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83875,1,1599415200,2020,9,6,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83876,1,1599418800,2020,9,6,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83877,1,1599422400,2020,9,6,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83878,1,1599426000,2020,9,6,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83879,1,1599948000,2020,9,13,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83880,1,1599951600,2020,9,13,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83881,1,1599955200,2020,9,13,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83882,1,1599958800,2020,9,13,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83883,1,1599962400,2020,9,13,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83884,1,1599966000,2020,9,13,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83885,1,1599969600,2020,9,13,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83886,1,1599973200,2020,9,13,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83887,1,1599976800,2020,9,13,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83888,1,1599980400,2020,9,13,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83889,1,1599984000,2020,9,13,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83890,1,1599987600,2020,9,13,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83891,1,1599991200,2020,9,13,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83892,1,1599994800,2020,9,13,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83893,1,1599998400,2020,9,13,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83894,1,1600002000,2020,9,13,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83895,1,1600005600,2020,9,13,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83896,1,1600009200,2020,9,13,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83897,1,1600012800,2020,9,13,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83898,1,1600016400,2020,9,13,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83899,1,1600020000,2020,9,13,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83900,1,1600023600,2020,9,13,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83901,1,1600027200,2020,9,13,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83902,1,1600030800,2020,9,13,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83903,1,1600552800,2020,9,20,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83904,1,1600556400,2020,9,20,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83905,1,1600560000,2020,9,20,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83906,1,1600563600,2020,9,20,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83907,1,1600567200,2020,9,20,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83908,1,1600570800,2020,9,20,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83909,1,1600574400,2020,9,20,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83910,1,1600578000,2020,9,20,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83911,1,1600581600,2020,9,20,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83912,1,1600585200,2020,9,20,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83913,1,1600588800,2020,9,20,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83914,1,1600592400,2020,9,20,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83915,1,1600596000,2020,9,20,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83916,1,1600599600,2020,9,20,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83917,1,1600603200,2020,9,20,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83918,1,1600606800,2020,9,20,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83919,1,1600610400,2020,9,20,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83920,1,1600614000,2020,9,20,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83921,1,1600617600,2020,9,20,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83922,1,1600621200,2020,9,20,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83923,1,1600624800,2020,9,20,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83924,1,1600628400,2020,9,20,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83925,1,1600632000,2020,9,20,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83926,1,1600635600,2020,9,20,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83927,1,1601157600,2020,9,27,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83928,1,1601161200,2020,9,27,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83929,1,1601164800,2020,9,27,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83930,1,1601168400,2020,9,27,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83931,1,1601172000,2020,9,27,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83932,1,1601175600,2020,9,27,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83933,1,1601179200,2020,9,27,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83934,1,1601182800,2020,9,27,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83935,1,1601186400,2020,9,27,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83936,1,1601190000,2020,9,27,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83937,1,1601193600,2020,9,27,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83938,1,1601197200,2020,9,27,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83939,1,1601200800,2020,9,27,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83940,1,1601204400,2020,9,27,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83941,1,1601208000,2020,9,27,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83942,1,1601211600,2020,9,27,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83943,1,1601215200,2020,9,27,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83944,1,1601218800,2020,9,27,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83945,1,1601222400,2020,9,27,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83946,1,1601226000,2020,9,27,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83947,1,1601229600,2020,9,27,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83948,1,1601233200,2020,9,27,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83949,1,1601236800,2020,9,27,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83950,1,1601240400,2020,9,27,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83951,1,1601762400,2020,10,4,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83952,1,1601766000,2020,10,4,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83953,1,1601769600,2020,10,4,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83954,1,1601773200,2020,10,4,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83955,1,1601776800,2020,10,4,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83956,1,1601780400,2020,10,4,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83957,1,1601784000,2020,10,4,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83958,1,1601787600,2020,10,4,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83959,1,1601791200,2020,10,4,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83960,1,1601794800,2020,10,4,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83961,1,1601798400,2020,10,4,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83962,1,1601802000,2020,10,4,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83963,1,1601805600,2020,10,4,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83964,1,1601809200,2020,10,4,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83965,1,1601812800,2020,10,4,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83966,1,1601816400,2020,10,4,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83967,1,1601820000,2020,10,4,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83968,1,1601823600,2020,10,4,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83969,1,1601827200,2020,10,4,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83970,1,1601830800,2020,10,4,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83971,1,1601834400,2020,10,4,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83972,1,1601838000,2020,10,4,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83973,1,1601841600,2020,10,4,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83974,1,1601845200,2020,10,4,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83975,1,1602367200,2020,10,11,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(83976,1,1602370800,2020,10,11,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(83977,1,1602374400,2020,10,11,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(83978,1,1602378000,2020,10,11,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(83979,1,1602381600,2020,10,11,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(83980,1,1602385200,2020,10,11,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(83981,1,1602388800,2020,10,11,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(83982,1,1602392400,2020,10,11,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(83983,1,1602396000,2020,10,11,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(83984,1,1602399600,2020,10,11,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(83985,1,1602403200,2020,10,11,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(83986,1,1602406800,2020,10,11,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(83987,1,1602410400,2020,10,11,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(83988,1,1602414000,2020,10,11,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(83989,1,1602417600,2020,10,11,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(83990,1,1602421200,2020,10,11,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(83991,1,1602424800,2020,10,11,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(83992,1,1602428400,2020,10,11,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(83993,1,1602432000,2020,10,11,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(83994,1,1602435600,2020,10,11,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(83995,1,1602439200,2020,10,11,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(83996,1,1602442800,2020,10,11,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(83997,1,1602446400,2020,10,11,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(83998,1,1602450000,2020,10,11,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(83999,1,1602972000,2020,10,18,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84000,1,1602975600,2020,10,18,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84001,1,1602979200,2020,10,18,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84002,1,1602982800,2020,10,18,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84003,1,1602986400,2020,10,18,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84004,1,1602990000,2020,10,18,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84005,1,1602993600,2020,10,18,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84006,1,1602997200,2020,10,18,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84007,1,1603000800,2020,10,18,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84008,1,1603004400,2020,10,18,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84009,1,1603008000,2020,10,18,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84010,1,1603011600,2020,10,18,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84011,1,1603015200,2020,10,18,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84012,1,1603018800,2020,10,18,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84013,1,1603022400,2020,10,18,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84014,1,1603026000,2020,10,18,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84015,1,1603029600,2020,10,18,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84016,1,1603033200,2020,10,18,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84017,1,1603036800,2020,10,18,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84018,1,1603040400,2020,10,18,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84019,1,1603044000,2020,10,18,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84020,1,1603047600,2020,10,18,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84021,1,1603051200,2020,10,18,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84022,1,1603054800,2020,10,18,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84023,1,1603576800,2020,10,25,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84024,1,1603580400,2020,10,25,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84025,1,1603587600,2020,10,25,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84026,1,1603591200,2020,10,25,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84027,1,1603594800,2020,10,25,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84028,1,1603598400,2020,10,25,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84029,1,1603602000,2020,10,25,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84030,1,1603605600,2020,10,25,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84031,1,1603609200,2020,10,25,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84032,1,1603612800,2020,10,25,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84033,1,1603616400,2020,10,25,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84034,1,1603620000,2020,10,25,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84035,1,1603623600,2020,10,25,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84036,1,1603627200,2020,10,25,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84037,1,1603630800,2020,10,25,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84038,1,1603634400,2020,10,25,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84039,1,1603638000,2020,10,25,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84040,1,1603641600,2020,10,25,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84041,1,1603645200,2020,10,25,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84042,1,1603648800,2020,10,25,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84043,1,1603652400,2020,10,25,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84044,1,1603656000,2020,10,25,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84045,1,1603659600,2020,10,25,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84046,1,1603663200,2020,10,25,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84047,1,1604185200,2020,11,1,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84048,1,1604188800,2020,11,1,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84049,1,1604192400,2020,11,1,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84050,1,1604196000,2020,11,1,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84051,1,1604199600,2020,11,1,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84052,1,1604203200,2020,11,1,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84053,1,1604206800,2020,11,1,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84054,1,1604210400,2020,11,1,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84055,1,1604214000,2020,11,1,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84056,1,1604217600,2020,11,1,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84057,1,1604221200,2020,11,1,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84058,1,1604224800,2020,11,1,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84059,1,1604228400,2020,11,1,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84060,1,1604232000,2020,11,1,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84061,1,1604235600,2020,11,1,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84062,1,1604239200,2020,11,1,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84063,1,1604242800,2020,11,1,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84064,1,1604246400,2020,11,1,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84065,1,1604250000,2020,11,1,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84066,1,1604253600,2020,11,1,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84067,1,1604257200,2020,11,1,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84068,1,1604260800,2020,11,1,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84069,1,1604264400,2020,11,1,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84070,1,1604268000,2020,11,1,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84071,1,1604790000,2020,11,8,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84072,1,1604793600,2020,11,8,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84073,1,1604797200,2020,11,8,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84074,1,1604800800,2020,11,8,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84075,1,1604804400,2020,11,8,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84076,1,1604808000,2020,11,8,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84077,1,1604811600,2020,11,8,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84078,1,1604815200,2020,11,8,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84079,1,1604818800,2020,11,8,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84080,1,1604822400,2020,11,8,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84081,1,1604826000,2020,11,8,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84082,1,1604829600,2020,11,8,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84083,1,1604833200,2020,11,8,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84084,1,1604836800,2020,11,8,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84085,1,1604840400,2020,11,8,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84086,1,1604844000,2020,11,8,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84087,1,1604847600,2020,11,8,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84088,1,1604851200,2020,11,8,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84089,1,1604854800,2020,11,8,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84090,1,1604858400,2020,11,8,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84091,1,1604862000,2020,11,8,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84092,1,1604865600,2020,11,8,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84093,1,1604869200,2020,11,8,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84094,1,1604872800,2020,11,8,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84095,1,1605394800,2020,11,15,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84096,1,1605398400,2020,11,15,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84097,1,1605402000,2020,11,15,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84098,1,1605405600,2020,11,15,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84099,1,1605409200,2020,11,15,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84100,1,1605412800,2020,11,15,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84101,1,1605416400,2020,11,15,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84102,1,1605420000,2020,11,15,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84103,1,1605423600,2020,11,15,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84104,1,1605427200,2020,11,15,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84105,1,1605430800,2020,11,15,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84106,1,1605434400,2020,11,15,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84107,1,1605438000,2020,11,15,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84108,1,1605441600,2020,11,15,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84109,1,1605445200,2020,11,15,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84110,1,1605448800,2020,11,15,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84111,1,1605452400,2020,11,15,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84112,1,1605456000,2020,11,15,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84113,1,1605459600,2020,11,15,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84114,1,1605463200,2020,11,15,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84115,1,1605466800,2020,11,15,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84116,1,1605470400,2020,11,15,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84117,1,1605474000,2020,11,15,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84118,1,1605477600,2020,11,15,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84119,1,1605999600,2020,11,22,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84120,1,1606003200,2020,11,22,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84121,1,1606006800,2020,11,22,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84122,1,1606010400,2020,11,22,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84123,1,1606014000,2020,11,22,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84124,1,1606017600,2020,11,22,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84125,1,1606021200,2020,11,22,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84126,1,1606024800,2020,11,22,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84127,1,1606028400,2020,11,22,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84128,1,1606032000,2020,11,22,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84129,1,1606035600,2020,11,22,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84130,1,1606039200,2020,11,22,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84131,1,1606042800,2020,11,22,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84132,1,1606046400,2020,11,22,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84133,1,1606050000,2020,11,22,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84134,1,1606053600,2020,11,22,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84135,1,1606057200,2020,11,22,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84136,1,1606060800,2020,11,22,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84137,1,1606064400,2020,11,22,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84138,1,1606068000,2020,11,22,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84139,1,1606071600,2020,11,22,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84140,1,1606075200,2020,11,22,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84141,1,1606078800,2020,11,22,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84142,1,1606082400,2020,11,22,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84143,1,1606604400,2020,11,29,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84144,1,1606608000,2020,11,29,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84145,1,1606611600,2020,11,29,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84146,1,1606615200,2020,11,29,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84147,1,1606618800,2020,11,29,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84148,1,1606622400,2020,11,29,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84149,1,1606626000,2020,11,29,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84150,1,1606629600,2020,11,29,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84151,1,1606633200,2020,11,29,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84152,1,1606636800,2020,11,29,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84153,1,1606640400,2020,11,29,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84154,1,1606644000,2020,11,29,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84155,1,1606647600,2020,11,29,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84156,1,1606651200,2020,11,29,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84157,1,1606654800,2020,11,29,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84158,1,1606658400,2020,11,29,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84159,1,1606662000,2020,11,29,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84160,1,1606665600,2020,11,29,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84161,1,1606669200,2020,11,29,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84162,1,1606672800,2020,11,29,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84163,1,1606676400,2020,11,29,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84164,1,1606680000,2020,11,29,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84165,1,1606683600,2020,11,29,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84166,1,1606687200,2020,11,29,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84167,1,1607209200,2020,12,6,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84168,1,1607212800,2020,12,6,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84169,1,1607216400,2020,12,6,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84170,1,1607220000,2020,12,6,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84171,1,1607223600,2020,12,6,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84172,1,1607227200,2020,12,6,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84173,1,1607230800,2020,12,6,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84174,1,1607234400,2020,12,6,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84175,1,1607238000,2020,12,6,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84176,1,1607241600,2020,12,6,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84177,1,1607245200,2020,12,6,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84178,1,1607248800,2020,12,6,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84179,1,1607252400,2020,12,6,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84180,1,1607256000,2020,12,6,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84181,1,1607259600,2020,12,6,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84182,1,1607263200,2020,12,6,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84183,1,1607266800,2020,12,6,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84184,1,1607270400,2020,12,6,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84185,1,1607274000,2020,12,6,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84186,1,1607277600,2020,12,6,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84187,1,1607281200,2020,12,6,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84188,1,1607284800,2020,12,6,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84189,1,1607288400,2020,12,6,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84190,1,1607292000,2020,12,6,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84191,1,1607814000,2020,12,13,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84192,1,1607817600,2020,12,13,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84193,1,1607821200,2020,12,13,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84194,1,1607824800,2020,12,13,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84195,1,1607828400,2020,12,13,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84196,1,1607832000,2020,12,13,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84197,1,1607835600,2020,12,13,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84198,1,1607839200,2020,12,13,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84199,1,1607842800,2020,12,13,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84200,1,1607846400,2020,12,13,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84201,1,1607850000,2020,12,13,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84202,1,1607853600,2020,12,13,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84203,1,1607857200,2020,12,13,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84204,1,1607860800,2020,12,13,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84205,1,1607864400,2020,12,13,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84206,1,1607868000,2020,12,13,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84207,1,1607871600,2020,12,13,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84208,1,1607875200,2020,12,13,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84209,1,1607878800,2020,12,13,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84210,1,1607882400,2020,12,13,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84211,1,1607886000,2020,12,13,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84212,1,1607889600,2020,12,13,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84213,1,1607893200,2020,12,13,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84214,1,1607896800,2020,12,13,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84215,1,1608418800,2020,12,20,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84216,1,1608422400,2020,12,20,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84217,1,1608426000,2020,12,20,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84218,1,1608429600,2020,12,20,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84219,1,1608433200,2020,12,20,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84220,1,1608436800,2020,12,20,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84221,1,1608440400,2020,12,20,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84222,1,1608444000,2020,12,20,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84223,1,1608447600,2020,12,20,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84224,1,1608451200,2020,12,20,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84225,1,1608454800,2020,12,20,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84226,1,1608458400,2020,12,20,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84227,1,1608462000,2020,12,20,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84228,1,1608465600,2020,12,20,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84229,1,1608469200,2020,12,20,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84230,1,1608472800,2020,12,20,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84231,1,1608476400,2020,12,20,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84232,1,1608480000,2020,12,20,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84233,1,1608483600,2020,12,20,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84234,1,1608487200,2020,12,20,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84235,1,1608490800,2020,12,20,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84236,1,1608494400,2020,12,20,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84237,1,1608498000,2020,12,20,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84238,1,1608501600,2020,12,20,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84239,1,1609023600,2020,12,27,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84240,1,1609027200,2020,12,27,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84241,1,1609030800,2020,12,27,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84242,1,1609034400,2020,12,27,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84243,1,1609038000,2020,12,27,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84244,1,1609041600,2020,12,27,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84245,1,1609045200,2020,12,27,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84246,1,1609048800,2020,12,27,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84247,1,1609052400,2020,12,27,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84248,1,1609056000,2020,12,27,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84249,1,1609059600,2020,12,27,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84250,1,1609063200,2020,12,27,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84251,1,1609066800,2020,12,27,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84252,1,1609070400,2020,12,27,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84253,1,1609074000,2020,12,27,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84254,1,1609077600,2020,12,27,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84255,1,1609081200,2020,12,27,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84256,1,1609084800,2020,12,27,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84257,1,1609088400,2020,12,27,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84258,1,1609092000,2020,12,27,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84259,1,1609095600,2020,12,27,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84260,1,1609099200,2020,12,27,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84261,1,1609102800,2020,12,27,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84262,1,1609106400,2020,12,27,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84263,1,1609628400,2021,1,3,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84264,1,1609632000,2021,1,3,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84265,1,1609635600,2021,1,3,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84266,1,1609639200,2021,1,3,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84267,1,1609642800,2021,1,3,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84268,1,1609646400,2021,1,3,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84269,1,1609650000,2021,1,3,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84270,1,1609653600,2021,1,3,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84271,1,1609657200,2021,1,3,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84272,1,1609660800,2021,1,3,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84273,1,1609664400,2021,1,3,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84274,1,1609668000,2021,1,3,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84275,1,1609671600,2021,1,3,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84276,1,1609675200,2021,1,3,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84277,1,1609678800,2021,1,3,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84278,1,1609682400,2021,1,3,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84279,1,1609686000,2021,1,3,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84280,1,1609689600,2021,1,3,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84281,1,1609693200,2021,1,3,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84282,1,1609696800,2021,1,3,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84283,1,1609700400,2021,1,3,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84284,1,1609704000,2021,1,3,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84285,1,1609707600,2021,1,3,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84286,1,1609711200,2021,1,3,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84287,1,1610233200,2021,1,10,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84288,1,1610236800,2021,1,10,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84289,1,1610240400,2021,1,10,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84290,1,1610244000,2021,1,10,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84291,1,1610247600,2021,1,10,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84292,1,1610251200,2021,1,10,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84293,1,1610254800,2021,1,10,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84294,1,1610258400,2021,1,10,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84295,1,1610262000,2021,1,10,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84296,1,1610265600,2021,1,10,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84297,1,1610269200,2021,1,10,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84298,1,1610272800,2021,1,10,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84299,1,1610276400,2021,1,10,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84300,1,1610280000,2021,1,10,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84301,1,1610283600,2021,1,10,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84302,1,1610287200,2021,1,10,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84303,1,1610290800,2021,1,10,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84304,1,1610294400,2021,1,10,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84305,1,1610298000,2021,1,10,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84306,1,1610301600,2021,1,10,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84307,1,1610305200,2021,1,10,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84308,1,1610308800,2021,1,10,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84309,1,1610312400,2021,1,10,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84310,1,1610316000,2021,1,10,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84311,1,1610838000,2021,1,17,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84312,1,1610841600,2021,1,17,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84313,1,1610845200,2021,1,17,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84314,1,1610848800,2021,1,17,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84315,1,1610852400,2021,1,17,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84316,1,1610856000,2021,1,17,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84317,1,1610859600,2021,1,17,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84318,1,1610863200,2021,1,17,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84319,1,1610866800,2021,1,17,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84320,1,1610870400,2021,1,17,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84321,1,1610874000,2021,1,17,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84322,1,1610877600,2021,1,17,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84323,1,1610881200,2021,1,17,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84324,1,1610884800,2021,1,17,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84325,1,1610888400,2021,1,17,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84326,1,1610892000,2021,1,17,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84327,1,1610895600,2021,1,17,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84328,1,1610899200,2021,1,17,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84329,1,1610902800,2021,1,17,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84330,1,1610906400,2021,1,17,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84331,1,1610910000,2021,1,17,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84332,1,1610913600,2021,1,17,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84333,1,1610917200,2021,1,17,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84334,1,1610920800,2021,1,17,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84335,1,1611442800,2021,1,24,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84336,1,1611446400,2021,1,24,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84337,1,1611450000,2021,1,24,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84338,1,1611453600,2021,1,24,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84339,1,1611457200,2021,1,24,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84340,1,1611460800,2021,1,24,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84341,1,1611464400,2021,1,24,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84342,1,1611468000,2021,1,24,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84343,1,1611471600,2021,1,24,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84344,1,1611475200,2021,1,24,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84345,1,1611478800,2021,1,24,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84346,1,1611482400,2021,1,24,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84347,1,1611486000,2021,1,24,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84348,1,1611489600,2021,1,24,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84349,1,1611493200,2021,1,24,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84350,1,1611496800,2021,1,24,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84351,1,1611500400,2021,1,24,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84352,1,1611504000,2021,1,24,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84353,1,1611507600,2021,1,24,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84354,1,1611511200,2021,1,24,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84355,1,1611514800,2021,1,24,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84356,1,1611518400,2021,1,24,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84357,1,1611522000,2021,1,24,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84358,1,1611525600,2021,1,24,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84359,1,1612047600,2021,1,31,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84360,1,1612051200,2021,1,31,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84361,1,1612054800,2021,1,31,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84362,1,1612058400,2021,1,31,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84363,1,1612062000,2021,1,31,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84364,1,1612065600,2021,1,31,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84365,1,1612069200,2021,1,31,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84366,1,1612072800,2021,1,31,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84367,1,1612076400,2021,1,31,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84368,1,1612080000,2021,1,31,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84369,1,1612083600,2021,1,31,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84370,1,1612087200,2021,1,31,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84371,1,1612090800,2021,1,31,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84372,1,1612094400,2021,1,31,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84373,1,1612098000,2021,1,31,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84374,1,1612101600,2021,1,31,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84375,1,1612105200,2021,1,31,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84376,1,1612108800,2021,1,31,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84377,1,1612112400,2021,1,31,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84378,1,1612116000,2021,1,31,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84379,1,1612119600,2021,1,31,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84380,1,1612123200,2021,1,31,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84381,1,1612126800,2021,1,31,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84382,1,1612130400,2021,1,31,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84383,1,1612652400,2021,2,7,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84384,1,1612656000,2021,2,7,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84385,1,1612659600,2021,2,7,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84386,1,1612663200,2021,2,7,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84387,1,1612666800,2021,2,7,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84388,1,1612670400,2021,2,7,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84389,1,1612674000,2021,2,7,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84390,1,1612677600,2021,2,7,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84391,1,1612681200,2021,2,7,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84392,1,1612684800,2021,2,7,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84393,1,1612688400,2021,2,7,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84394,1,1612692000,2021,2,7,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84395,1,1612695600,2021,2,7,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84396,1,1612699200,2021,2,7,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84397,1,1612702800,2021,2,7,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84398,1,1612706400,2021,2,7,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84399,1,1612710000,2021,2,7,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84400,1,1612713600,2021,2,7,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84401,1,1612717200,2021,2,7,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84402,1,1612720800,2021,2,7,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84403,1,1612724400,2021,2,7,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84404,1,1612728000,2021,2,7,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84405,1,1612731600,2021,2,7,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84406,1,1612735200,2021,2,7,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84407,1,1613257200,2021,2,14,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84408,1,1613260800,2021,2,14,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84409,1,1613264400,2021,2,14,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84410,1,1613268000,2021,2,14,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84411,1,1613271600,2021,2,14,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84412,1,1613275200,2021,2,14,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84413,1,1613278800,2021,2,14,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84414,1,1613282400,2021,2,14,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84415,1,1613286000,2021,2,14,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84416,1,1613289600,2021,2,14,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84417,1,1613293200,2021,2,14,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84418,1,1613296800,2021,2,14,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84419,1,1613300400,2021,2,14,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84420,1,1613304000,2021,2,14,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84421,1,1613307600,2021,2,14,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84422,1,1613311200,2021,2,14,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84423,1,1613314800,2021,2,14,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84424,1,1613318400,2021,2,14,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84425,1,1613322000,2021,2,14,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84426,1,1613325600,2021,2,14,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84427,1,1613329200,2021,2,14,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84428,1,1613332800,2021,2,14,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84429,1,1613336400,2021,2,14,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84430,1,1613340000,2021,2,14,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84431,1,1613862000,2021,2,21,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84432,1,1613865600,2021,2,21,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84433,1,1613869200,2021,2,21,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84434,1,1613872800,2021,2,21,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84435,1,1613876400,2021,2,21,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84436,1,1613880000,2021,2,21,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84437,1,1613883600,2021,2,21,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84438,1,1613887200,2021,2,21,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84439,1,1613890800,2021,2,21,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84440,1,1613894400,2021,2,21,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84441,1,1613898000,2021,2,21,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84442,1,1613901600,2021,2,21,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84443,1,1613905200,2021,2,21,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84444,1,1613908800,2021,2,21,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84445,1,1613912400,2021,2,21,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84446,1,1613916000,2021,2,21,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84447,1,1613919600,2021,2,21,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84448,1,1613923200,2021,2,21,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84449,1,1613926800,2021,2,21,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84450,1,1613930400,2021,2,21,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84451,1,1613934000,2021,2,21,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84452,1,1613937600,2021,2,21,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84453,1,1613941200,2021,2,21,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84454,1,1613944800,2021,2,21,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84455,1,1614466800,2021,2,28,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84456,1,1614470400,2021,2,28,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84457,1,1614474000,2021,2,28,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84458,1,1614477600,2021,2,28,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84459,1,1614481200,2021,2,28,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84460,1,1614484800,2021,2,28,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84461,1,1614488400,2021,2,28,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84462,1,1614492000,2021,2,28,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84463,1,1614495600,2021,2,28,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84464,1,1614499200,2021,2,28,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84465,1,1614502800,2021,2,28,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84466,1,1614506400,2021,2,28,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84467,1,1614510000,2021,2,28,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84468,1,1614513600,2021,2,28,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84469,1,1614517200,2021,2,28,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84470,1,1614520800,2021,2,28,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84471,1,1614524400,2021,2,28,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84472,1,1614528000,2021,2,28,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84473,1,1614531600,2021,2,28,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84474,1,1614535200,2021,2,28,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84475,1,1614538800,2021,2,28,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84476,1,1614542400,2021,2,28,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84477,1,1614546000,2021,2,28,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84478,1,1614549600,2021,2,28,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84479,1,1615071600,2021,3,7,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84480,1,1615075200,2021,3,7,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84481,1,1615078800,2021,3,7,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84482,1,1615082400,2021,3,7,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84483,1,1615086000,2021,3,7,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84484,1,1615089600,2021,3,7,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84485,1,1615093200,2021,3,7,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84486,1,1615096800,2021,3,7,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84487,1,1615100400,2021,3,7,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84488,1,1615104000,2021,3,7,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84489,1,1615107600,2021,3,7,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84490,1,1615111200,2021,3,7,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84491,1,1615114800,2021,3,7,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84492,1,1615118400,2021,3,7,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84493,1,1615122000,2021,3,7,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84494,1,1615125600,2021,3,7,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84495,1,1615129200,2021,3,7,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84496,1,1615132800,2021,3,7,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84497,1,1615136400,2021,3,7,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84498,1,1615140000,2021,3,7,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84499,1,1615143600,2021,3,7,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84500,1,1615147200,2021,3,7,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84501,1,1615150800,2021,3,7,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84502,1,1615154400,2021,3,7,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84503,1,1615676400,2021,3,14,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84504,1,1615680000,2021,3,14,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84505,1,1615683600,2021,3,14,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84506,1,1615687200,2021,3,14,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84507,1,1615690800,2021,3,14,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84508,1,1615694400,2021,3,14,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84509,1,1615698000,2021,3,14,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84510,1,1615701600,2021,3,14,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84511,1,1615705200,2021,3,14,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84512,1,1615708800,2021,3,14,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84513,1,1615712400,2021,3,14,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84514,1,1615716000,2021,3,14,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84515,1,1615719600,2021,3,14,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84516,1,1615723200,2021,3,14,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84517,1,1615726800,2021,3,14,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84518,1,1615730400,2021,3,14,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84519,1,1615734000,2021,3,14,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84520,1,1615737600,2021,3,14,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84521,1,1615741200,2021,3,14,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84522,1,1615744800,2021,3,14,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84523,1,1615748400,2021,3,14,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84524,1,1615752000,2021,3,14,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84525,1,1615755600,2021,3,14,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84526,1,1615759200,2021,3,14,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84527,1,1616281200,2021,3,21,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84528,1,1616284800,2021,3,21,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84529,1,1616288400,2021,3,21,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84530,1,1616292000,2021,3,21,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84531,1,1616295600,2021,3,21,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84532,1,1616299200,2021,3,21,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84533,1,1616302800,2021,3,21,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84534,1,1616306400,2021,3,21,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84535,1,1616310000,2021,3,21,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84536,1,1616313600,2021,3,21,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84537,1,1616317200,2021,3,21,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84538,1,1616320800,2021,3,21,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84539,1,1616324400,2021,3,21,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84540,1,1616328000,2021,3,21,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84541,1,1616331600,2021,3,21,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84542,1,1616335200,2021,3,21,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84543,1,1616338800,2021,3,21,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84544,1,1616342400,2021,3,21,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84545,1,1616346000,2021,3,21,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84546,1,1616349600,2021,3,21,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84547,1,1616353200,2021,3,21,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84548,1,1616356800,2021,3,21,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84549,1,1616360400,2021,3,21,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84550,1,1616364000,2021,3,21,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84551,1,1617487200,2021,4,4,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84552,1,1617490800,2021,4,4,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84553,1,1617494400,2021,4,4,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84554,1,1617498000,2021,4,4,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84555,1,1617501600,2021,4,4,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84556,1,1617505200,2021,4,4,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84557,1,1617508800,2021,4,4,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84558,1,1617512400,2021,4,4,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84559,1,1617516000,2021,4,4,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84560,1,1617519600,2021,4,4,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84561,1,1617523200,2021,4,4,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84562,1,1617526800,2021,4,4,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84563,1,1617530400,2021,4,4,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84564,1,1617534000,2021,4,4,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84565,1,1617537600,2021,4,4,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84566,1,1617541200,2021,4,4,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84567,1,1617544800,2021,4,4,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84568,1,1617548400,2021,4,4,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84569,1,1617552000,2021,4,4,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84570,1,1617555600,2021,4,4,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84571,1,1617559200,2021,4,4,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84572,1,1617562800,2021,4,4,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84573,1,1617566400,2021,4,4,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84574,1,1617570000,2021,4,4,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84575,1,1618092000,2021,4,11,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84576,1,1618095600,2021,4,11,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84577,1,1618099200,2021,4,11,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84578,1,1618102800,2021,4,11,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84579,1,1618106400,2021,4,11,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84580,1,1618110000,2021,4,11,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84581,1,1618113600,2021,4,11,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84582,1,1618117200,2021,4,11,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84583,1,1618120800,2021,4,11,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84584,1,1618124400,2021,4,11,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84585,1,1618128000,2021,4,11,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84586,1,1618131600,2021,4,11,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84587,1,1618135200,2021,4,11,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84588,1,1618138800,2021,4,11,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84589,1,1618142400,2021,4,11,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84590,1,1618146000,2021,4,11,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84591,1,1618149600,2021,4,11,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84592,1,1618153200,2021,4,11,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84593,1,1618156800,2021,4,11,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84594,1,1618160400,2021,4,11,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84595,1,1618164000,2021,4,11,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84596,1,1618167600,2021,4,11,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84597,1,1618171200,2021,4,11,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84598,1,1618174800,2021,4,11,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84599,1,1618696800,2021,4,18,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84600,1,1618700400,2021,4,18,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84601,1,1618704000,2021,4,18,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84602,1,1618707600,2021,4,18,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84603,1,1618711200,2021,4,18,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84604,1,1618714800,2021,4,18,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84605,1,1618718400,2021,4,18,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84606,1,1618722000,2021,4,18,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84607,1,1618725600,2021,4,18,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84608,1,1618729200,2021,4,18,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84609,1,1618732800,2021,4,18,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84610,1,1618736400,2021,4,18,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84611,1,1618740000,2021,4,18,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84612,1,1618743600,2021,4,18,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84613,1,1618747200,2021,4,18,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84614,1,1618750800,2021,4,18,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84615,1,1618754400,2021,4,18,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84616,1,1618758000,2021,4,18,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84617,1,1618761600,2021,4,18,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84618,1,1618765200,2021,4,18,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84619,1,1618768800,2021,4,18,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84620,1,1618772400,2021,4,18,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84621,1,1618776000,2021,4,18,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84622,1,1618779600,2021,4,18,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84623,1,1619301600,2021,4,25,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84624,1,1619305200,2021,4,25,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84625,1,1619308800,2021,4,25,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84626,1,1619312400,2021,4,25,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84627,1,1619316000,2021,4,25,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84628,1,1619319600,2021,4,25,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84629,1,1619323200,2021,4,25,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84630,1,1619326800,2021,4,25,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84631,1,1619330400,2021,4,25,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84632,1,1619334000,2021,4,25,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84633,1,1619337600,2021,4,25,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84634,1,1619341200,2021,4,25,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84635,1,1619344800,2021,4,25,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84636,1,1619348400,2021,4,25,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84637,1,1619352000,2021,4,25,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84638,1,1619355600,2021,4,25,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84639,1,1619359200,2021,4,25,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84640,1,1619362800,2021,4,25,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84641,1,1619366400,2021,4,25,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84642,1,1619370000,2021,4,25,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84643,1,1619373600,2021,4,25,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84644,1,1619377200,2021,4,25,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84645,1,1619380800,2021,4,25,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84646,1,1619384400,2021,4,25,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84647,1,1619906400,2021,5,2,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84648,1,1619910000,2021,5,2,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84649,1,1619913600,2021,5,2,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84650,1,1619917200,2021,5,2,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84651,1,1619920800,2021,5,2,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84652,1,1619924400,2021,5,2,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84653,1,1619928000,2021,5,2,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84654,1,1619931600,2021,5,2,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84655,1,1619935200,2021,5,2,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84656,1,1619938800,2021,5,2,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84657,1,1619942400,2021,5,2,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84658,1,1619946000,2021,5,2,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84659,1,1619949600,2021,5,2,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84660,1,1619953200,2021,5,2,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84661,1,1619956800,2021,5,2,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84662,1,1619960400,2021,5,2,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84663,1,1619964000,2021,5,2,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84664,1,1619967600,2021,5,2,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84665,1,1619971200,2021,5,2,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84666,1,1619974800,2021,5,2,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84667,1,1619978400,2021,5,2,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84668,1,1619982000,2021,5,2,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84669,1,1619985600,2021,5,2,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84670,1,1619989200,2021,5,2,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84671,1,1620511200,2021,5,9,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84672,1,1620514800,2021,5,9,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84673,1,1620518400,2021,5,9,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84674,1,1620522000,2021,5,9,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84675,1,1620525600,2021,5,9,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84676,1,1620529200,2021,5,9,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84677,1,1620532800,2021,5,9,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84678,1,1620536400,2021,5,9,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84679,1,1620540000,2021,5,9,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84680,1,1620543600,2021,5,9,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84681,1,1620547200,2021,5,9,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84682,1,1620550800,2021,5,9,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84683,1,1620554400,2021,5,9,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84684,1,1620558000,2021,5,9,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84685,1,1620561600,2021,5,9,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84686,1,1620565200,2021,5,9,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84687,1,1620568800,2021,5,9,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84688,1,1620572400,2021,5,9,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84689,1,1620576000,2021,5,9,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84690,1,1620579600,2021,5,9,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84691,1,1620583200,2021,5,9,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84692,1,1620586800,2021,5,9,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84693,1,1620590400,2021,5,9,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84694,1,1620594000,2021,5,9,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84695,1,1621116000,2021,5,16,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84696,1,1621119600,2021,5,16,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84697,1,1621123200,2021,5,16,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84698,1,1621126800,2021,5,16,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84699,1,1621130400,2021,5,16,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84700,1,1621134000,2021,5,16,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84701,1,1621137600,2021,5,16,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84702,1,1621141200,2021,5,16,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84703,1,1621144800,2021,5,16,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84704,1,1621148400,2021,5,16,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84705,1,1621152000,2021,5,16,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84706,1,1621155600,2021,5,16,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84707,1,1621159200,2021,5,16,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84708,1,1621162800,2021,5,16,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84709,1,1621166400,2021,5,16,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84710,1,1621170000,2021,5,16,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84711,1,1621173600,2021,5,16,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84712,1,1621177200,2021,5,16,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84713,1,1621180800,2021,5,16,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84714,1,1621184400,2021,5,16,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84715,1,1621188000,2021,5,16,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84716,1,1621191600,2021,5,16,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84717,1,1621195200,2021,5,16,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84718,1,1621198800,2021,5,16,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84719,1,1621720800,2021,5,23,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84720,1,1621724400,2021,5,23,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84721,1,1621728000,2021,5,23,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84722,1,1621731600,2021,5,23,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84723,1,1621735200,2021,5,23,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84724,1,1621738800,2021,5,23,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84725,1,1621742400,2021,5,23,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84726,1,1621746000,2021,5,23,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84727,1,1621749600,2021,5,23,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84728,1,1621753200,2021,5,23,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84729,1,1621756800,2021,5,23,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84730,1,1621760400,2021,5,23,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84731,1,1621764000,2021,5,23,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84732,1,1621767600,2021,5,23,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84733,1,1621771200,2021,5,23,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84734,1,1621774800,2021,5,23,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84735,1,1621778400,2021,5,23,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84736,1,1621782000,2021,5,23,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84737,1,1621785600,2021,5,23,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84738,1,1621789200,2021,5,23,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84739,1,1621792800,2021,5,23,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84740,1,1621796400,2021,5,23,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84741,1,1621800000,2021,5,23,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84742,1,1621803600,2021,5,23,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84743,1,1622325600,2021,5,30,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84744,1,1622329200,2021,5,30,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84745,1,1622332800,2021,5,30,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84746,1,1622336400,2021,5,30,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84747,1,1622340000,2021,5,30,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84748,1,1622343600,2021,5,30,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84749,1,1622347200,2021,5,30,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84750,1,1622350800,2021,5,30,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84751,1,1622354400,2021,5,30,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84752,1,1622358000,2021,5,30,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84753,1,1622361600,2021,5,30,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84754,1,1622365200,2021,5,30,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84755,1,1622368800,2021,5,30,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84756,1,1622372400,2021,5,30,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84757,1,1622376000,2021,5,30,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84758,1,1622379600,2021,5,30,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84759,1,1622383200,2021,5,30,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84760,1,1622386800,2021,5,30,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84761,1,1622390400,2021,5,30,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84762,1,1622394000,2021,5,30,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84763,1,1622397600,2021,5,30,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84764,1,1622401200,2021,5,30,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84765,1,1622404800,2021,5,30,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84766,1,1622408400,2021,5,30,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84767,1,1622930400,2021,6,6,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84768,1,1622934000,2021,6,6,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84769,1,1622937600,2021,6,6,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84770,1,1622941200,2021,6,6,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84771,1,1622944800,2021,6,6,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84772,1,1622948400,2021,6,6,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84773,1,1622952000,2021,6,6,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84774,1,1622955600,2021,6,6,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84775,1,1622959200,2021,6,6,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84776,1,1622962800,2021,6,6,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84777,1,1622966400,2021,6,6,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84778,1,1622970000,2021,6,6,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84779,1,1622973600,2021,6,6,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84780,1,1622977200,2021,6,6,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84781,1,1622980800,2021,6,6,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84782,1,1622984400,2021,6,6,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84783,1,1622988000,2021,6,6,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84784,1,1622991600,2021,6,6,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84785,1,1622995200,2021,6,6,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84786,1,1622998800,2021,6,6,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84787,1,1623002400,2021,6,6,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84788,1,1623006000,2021,6,6,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84789,1,1623009600,2021,6,6,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84790,1,1623013200,2021,6,6,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84791,1,1623535200,2021,6,13,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84792,1,1623538800,2021,6,13,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84793,1,1623542400,2021,6,13,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84794,1,1623546000,2021,6,13,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84795,1,1623549600,2021,6,13,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84796,1,1623553200,2021,6,13,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84797,1,1623556800,2021,6,13,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84798,1,1623560400,2021,6,13,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84799,1,1623564000,2021,6,13,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84800,1,1623567600,2021,6,13,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84801,1,1623571200,2021,6,13,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84802,1,1623574800,2021,6,13,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84803,1,1623578400,2021,6,13,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84804,1,1623582000,2021,6,13,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84805,1,1623585600,2021,6,13,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84806,1,1623589200,2021,6,13,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84807,1,1623592800,2021,6,13,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84808,1,1623596400,2021,6,13,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84809,1,1623600000,2021,6,13,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84810,1,1623603600,2021,6,13,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84811,1,1623607200,2021,6,13,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84812,1,1623610800,2021,6,13,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84813,1,1623614400,2021,6,13,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84814,1,1623618000,2021,6,13,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84815,1,1624140000,2021,6,20,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84816,1,1624143600,2021,6,20,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84817,1,1624147200,2021,6,20,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84818,1,1624150800,2021,6,20,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84819,1,1624154400,2021,6,20,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84820,1,1624158000,2021,6,20,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84821,1,1624161600,2021,6,20,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84822,1,1624165200,2021,6,20,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84823,1,1624168800,2021,6,20,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84824,1,1624172400,2021,6,20,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84825,1,1624176000,2021,6,20,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84826,1,1624179600,2021,6,20,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84827,1,1624183200,2021,6,20,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84828,1,1624186800,2021,6,20,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84829,1,1624190400,2021,6,20,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84830,1,1624194000,2021,6,20,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84831,1,1624197600,2021,6,20,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84832,1,1624201200,2021,6,20,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84833,1,1624204800,2021,6,20,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84834,1,1624208400,2021,6,20,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84835,1,1624212000,2021,6,20,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84836,1,1624215600,2021,6,20,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84837,1,1624219200,2021,6,20,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84838,1,1624222800,2021,6,20,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84839,1,1624744800,2021,6,27,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84840,1,1624748400,2021,6,27,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84841,1,1624752000,2021,6,27,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84842,1,1624755600,2021,6,27,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84843,1,1624759200,2021,6,27,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84844,1,1624762800,2021,6,27,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84845,1,1624766400,2021,6,27,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84846,1,1624770000,2021,6,27,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84847,1,1624773600,2021,6,27,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84848,1,1624777200,2021,6,27,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84849,1,1624780800,2021,6,27,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84850,1,1624784400,2021,6,27,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84851,1,1624788000,2021,6,27,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84852,1,1624791600,2021,6,27,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84853,1,1624795200,2021,6,27,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84854,1,1624798800,2021,6,27,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84855,1,1624802400,2021,6,27,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84856,1,1624806000,2021,6,27,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84857,1,1624809600,2021,6,27,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84858,1,1624813200,2021,6,27,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84859,1,1624816800,2021,6,27,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84860,1,1624820400,2021,6,27,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84861,1,1624824000,2021,6,27,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84862,1,1624827600,2021,6,27,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84863,1,1625349600,2021,7,4,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84864,1,1625353200,2021,7,4,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84865,1,1625356800,2021,7,4,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84866,1,1625360400,2021,7,4,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84867,1,1625364000,2021,7,4,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84868,1,1625367600,2021,7,4,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84869,1,1625371200,2021,7,4,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84870,1,1625374800,2021,7,4,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84871,1,1625378400,2021,7,4,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84872,1,1625382000,2021,7,4,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84873,1,1625385600,2021,7,4,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84874,1,1625389200,2021,7,4,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84875,1,1625392800,2021,7,4,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84876,1,1625396400,2021,7,4,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84877,1,1625400000,2021,7,4,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84878,1,1625403600,2021,7,4,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84879,1,1625407200,2021,7,4,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84880,1,1625410800,2021,7,4,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84881,1,1625414400,2021,7,4,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84882,1,1625418000,2021,7,4,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84883,1,1625421600,2021,7,4,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84884,1,1625425200,2021,7,4,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84885,1,1625428800,2021,7,4,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84886,1,1625432400,2021,7,4,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84887,1,1625954400,2021,7,11,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84888,1,1625958000,2021,7,11,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84889,1,1625961600,2021,7,11,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84890,1,1625965200,2021,7,11,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84891,1,1625968800,2021,7,11,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84892,1,1625972400,2021,7,11,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84893,1,1625976000,2021,7,11,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84894,1,1625979600,2021,7,11,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84895,1,1625983200,2021,7,11,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84896,1,1625986800,2021,7,11,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84897,1,1625990400,2021,7,11,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84898,1,1625994000,2021,7,11,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84899,1,1625997600,2021,7,11,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84900,1,1626001200,2021,7,11,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84901,1,1626004800,2021,7,11,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84902,1,1626008400,2021,7,11,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84903,1,1626012000,2021,7,11,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84904,1,1626015600,2021,7,11,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84905,1,1626019200,2021,7,11,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84906,1,1626022800,2021,7,11,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84907,1,1626026400,2021,7,11,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84908,1,1626030000,2021,7,11,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84909,1,1626033600,2021,7,11,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84910,1,1626037200,2021,7,11,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84911,1,1626559200,2021,7,18,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84912,1,1626562800,2021,7,18,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84913,1,1626566400,2021,7,18,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84914,1,1626570000,2021,7,18,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84915,1,1626573600,2021,7,18,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84916,1,1626577200,2021,7,18,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84917,1,1626580800,2021,7,18,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84918,1,1626584400,2021,7,18,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84919,1,1626588000,2021,7,18,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84920,1,1626591600,2021,7,18,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84921,1,1626595200,2021,7,18,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84922,1,1626598800,2021,7,18,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84923,1,1626602400,2021,7,18,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84924,1,1626606000,2021,7,18,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84925,1,1626609600,2021,7,18,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84926,1,1626613200,2021,7,18,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84927,1,1626616800,2021,7,18,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84928,1,1626620400,2021,7,18,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84929,1,1626624000,2021,7,18,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84930,1,1626627600,2021,7,18,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84931,1,1626631200,2021,7,18,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84932,1,1626634800,2021,7,18,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84933,1,1626638400,2021,7,18,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84934,1,1626642000,2021,7,18,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84935,1,1627164000,2021,7,25,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84936,1,1627167600,2021,7,25,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84937,1,1627171200,2021,7,25,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84938,1,1627174800,2021,7,25,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84939,1,1627178400,2021,7,25,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84940,1,1627182000,2021,7,25,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84941,1,1627185600,2021,7,25,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84942,1,1627189200,2021,7,25,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84943,1,1627192800,2021,7,25,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84944,1,1627196400,2021,7,25,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84945,1,1627200000,2021,7,25,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84946,1,1627203600,2021,7,25,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84947,1,1627207200,2021,7,25,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84948,1,1627210800,2021,7,25,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84949,1,1627214400,2021,7,25,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84950,1,1627218000,2021,7,25,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84951,1,1627221600,2021,7,25,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84952,1,1627225200,2021,7,25,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84953,1,1627228800,2021,7,25,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84954,1,1627232400,2021,7,25,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84955,1,1627236000,2021,7,25,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84956,1,1627239600,2021,7,25,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84957,1,1627243200,2021,7,25,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84958,1,1627246800,2021,7,25,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84959,1,1627768800,2021,8,1,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84960,1,1627772400,2021,8,1,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84961,1,1627776000,2021,8,1,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84962,1,1627779600,2021,8,1,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84963,1,1627783200,2021,8,1,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84964,1,1627786800,2021,8,1,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84965,1,1627790400,2021,8,1,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84966,1,1627794000,2021,8,1,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84967,1,1627797600,2021,8,1,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84968,1,1627801200,2021,8,1,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84969,1,1627804800,2021,8,1,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84970,1,1627808400,2021,8,1,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84971,1,1627812000,2021,8,1,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84972,1,1627815600,2021,8,1,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84973,1,1627819200,2021,8,1,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84974,1,1627822800,2021,8,1,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84975,1,1627826400,2021,8,1,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(84976,1,1627830000,2021,8,1,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(84977,1,1627833600,2021,8,1,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(84978,1,1627837200,2021,8,1,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(84979,1,1627840800,2021,8,1,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(84980,1,1627844400,2021,8,1,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(84981,1,1627848000,2021,8,1,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(84982,1,1627851600,2021,8,1,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(84983,1,1628373600,2021,8,8,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(84984,1,1628377200,2021,8,8,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(84985,1,1628380800,2021,8,8,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(84986,1,1628384400,2021,8,8,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(84987,1,1628388000,2021,8,8,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(84988,1,1628391600,2021,8,8,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(84989,1,1628395200,2021,8,8,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(84990,1,1628398800,2021,8,8,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(84991,1,1628402400,2021,8,8,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(84992,1,1628406000,2021,8,8,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(84993,1,1628409600,2021,8,8,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(84994,1,1628413200,2021,8,8,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(84995,1,1628416800,2021,8,8,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(84996,1,1628420400,2021,8,8,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(84997,1,1628424000,2021,8,8,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(84998,1,1628427600,2021,8,8,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(84999,1,1628431200,2021,8,8,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85000,1,1628434800,2021,8,8,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85001,1,1628438400,2021,8,8,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85002,1,1628442000,2021,8,8,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85003,1,1628445600,2021,8,8,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85004,1,1628449200,2021,8,8,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85005,1,1628452800,2021,8,8,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85006,1,1628456400,2021,8,8,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85007,1,1628978400,2021,8,15,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85008,1,1628982000,2021,8,15,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85009,1,1628985600,2021,8,15,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85010,1,1628989200,2021,8,15,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85011,1,1628992800,2021,8,15,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85012,1,1628996400,2021,8,15,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85013,1,1629000000,2021,8,15,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85014,1,1629003600,2021,8,15,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85015,1,1629007200,2021,8,15,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85016,1,1629010800,2021,8,15,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85017,1,1629014400,2021,8,15,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85018,1,1629018000,2021,8,15,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85019,1,1629021600,2021,8,15,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85020,1,1629025200,2021,8,15,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85021,1,1629028800,2021,8,15,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85022,1,1629032400,2021,8,15,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85023,1,1629036000,2021,8,15,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85024,1,1629039600,2021,8,15,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85025,1,1629043200,2021,8,15,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85026,1,1629046800,2021,8,15,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85027,1,1629050400,2021,8,15,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85028,1,1629054000,2021,8,15,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85029,1,1629057600,2021,8,15,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85030,1,1629061200,2021,8,15,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85031,1,1629583200,2021,8,22,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85032,1,1629586800,2021,8,22,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85033,1,1629590400,2021,8,22,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85034,1,1629594000,2021,8,22,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85035,1,1629597600,2021,8,22,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85036,1,1629601200,2021,8,22,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85037,1,1629604800,2021,8,22,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85038,1,1629608400,2021,8,22,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85039,1,1629612000,2021,8,22,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85040,1,1629615600,2021,8,22,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85041,1,1629619200,2021,8,22,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85042,1,1629622800,2021,8,22,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85043,1,1629626400,2021,8,22,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85044,1,1629630000,2021,8,22,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85045,1,1629633600,2021,8,22,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85046,1,1629637200,2021,8,22,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85047,1,1629640800,2021,8,22,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85048,1,1629644400,2021,8,22,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85049,1,1629648000,2021,8,22,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85050,1,1629651600,2021,8,22,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85051,1,1629655200,2021,8,22,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85052,1,1629658800,2021,8,22,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85053,1,1629662400,2021,8,22,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85054,1,1629666000,2021,8,22,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85055,1,1630188000,2021,8,29,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85056,1,1630191600,2021,8,29,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85057,1,1630195200,2021,8,29,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85058,1,1630198800,2021,8,29,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85059,1,1630202400,2021,8,29,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85060,1,1630206000,2021,8,29,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85061,1,1630209600,2021,8,29,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85062,1,1630213200,2021,8,29,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85063,1,1630216800,2021,8,29,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85064,1,1630220400,2021,8,29,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85065,1,1630224000,2021,8,29,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85066,1,1630227600,2021,8,29,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85067,1,1630231200,2021,8,29,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85068,1,1630234800,2021,8,29,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85069,1,1630238400,2021,8,29,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85070,1,1630242000,2021,8,29,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85071,1,1630245600,2021,8,29,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85072,1,1630249200,2021,8,29,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85073,1,1630252800,2021,8,29,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85074,1,1630256400,2021,8,29,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85075,1,1630260000,2021,8,29,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85076,1,1630263600,2021,8,29,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85077,1,1630267200,2021,8,29,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85078,1,1630270800,2021,8,29,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85079,1,1630792800,2021,9,5,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85080,1,1630796400,2021,9,5,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85081,1,1630800000,2021,9,5,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85082,1,1630803600,2021,9,5,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85083,1,1630807200,2021,9,5,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85084,1,1630810800,2021,9,5,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85085,1,1630814400,2021,9,5,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85086,1,1630818000,2021,9,5,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85087,1,1630821600,2021,9,5,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85088,1,1630825200,2021,9,5,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85089,1,1630828800,2021,9,5,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85090,1,1630832400,2021,9,5,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85091,1,1630836000,2021,9,5,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85092,1,1630839600,2021,9,5,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85093,1,1630843200,2021,9,5,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85094,1,1630846800,2021,9,5,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85095,1,1630850400,2021,9,5,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85096,1,1630854000,2021,9,5,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85097,1,1630857600,2021,9,5,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85098,1,1630861200,2021,9,5,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85099,1,1630864800,2021,9,5,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85100,1,1630868400,2021,9,5,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85101,1,1630872000,2021,9,5,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85102,1,1630875600,2021,9,5,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85103,1,1631397600,2021,9,12,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85104,1,1631401200,2021,9,12,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85105,1,1631404800,2021,9,12,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85106,1,1631408400,2021,9,12,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85107,1,1631412000,2021,9,12,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85108,1,1631415600,2021,9,12,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85109,1,1631419200,2021,9,12,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85110,1,1631422800,2021,9,12,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85111,1,1631426400,2021,9,12,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85112,1,1631430000,2021,9,12,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85113,1,1631433600,2021,9,12,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85114,1,1631437200,2021,9,12,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85115,1,1631440800,2021,9,12,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85116,1,1631444400,2021,9,12,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85117,1,1631448000,2021,9,12,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85118,1,1631451600,2021,9,12,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85119,1,1631455200,2021,9,12,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85120,1,1631458800,2021,9,12,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85121,1,1631462400,2021,9,12,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85122,1,1631466000,2021,9,12,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85123,1,1631469600,2021,9,12,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85124,1,1631473200,2021,9,12,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85125,1,1631476800,2021,9,12,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85126,1,1631480400,2021,9,12,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85127,1,1632002400,2021,9,19,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85128,1,1632006000,2021,9,19,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85129,1,1632009600,2021,9,19,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85130,1,1632013200,2021,9,19,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85131,1,1632016800,2021,9,19,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85132,1,1632020400,2021,9,19,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85133,1,1632024000,2021,9,19,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85134,1,1632027600,2021,9,19,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85135,1,1632031200,2021,9,19,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85136,1,1632034800,2021,9,19,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85137,1,1632038400,2021,9,19,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85138,1,1632042000,2021,9,19,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85139,1,1632045600,2021,9,19,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85140,1,1632049200,2021,9,19,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85141,1,1632052800,2021,9,19,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85142,1,1632056400,2021,9,19,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85143,1,1632060000,2021,9,19,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85144,1,1632063600,2021,9,19,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85145,1,1632067200,2021,9,19,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85146,1,1632070800,2021,9,19,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85147,1,1632074400,2021,9,19,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85148,1,1632078000,2021,9,19,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85149,1,1632081600,2021,9,19,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85150,1,1632085200,2021,9,19,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85151,1,1632607200,2021,9,26,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85152,1,1632610800,2021,9,26,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85153,1,1632614400,2021,9,26,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85154,1,1632618000,2021,9,26,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85155,1,1632621600,2021,9,26,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85156,1,1632625200,2021,9,26,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85157,1,1632628800,2021,9,26,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85158,1,1632632400,2021,9,26,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85159,1,1632636000,2021,9,26,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85160,1,1632639600,2021,9,26,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85161,1,1632643200,2021,9,26,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85162,1,1632646800,2021,9,26,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85163,1,1632650400,2021,9,26,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85164,1,1632654000,2021,9,26,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85165,1,1632657600,2021,9,26,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85166,1,1632661200,2021,9,26,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85167,1,1632664800,2021,9,26,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85168,1,1632668400,2021,9,26,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85169,1,1632672000,2021,9,26,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85170,1,1632675600,2021,9,26,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85171,1,1632679200,2021,9,26,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85172,1,1632682800,2021,9,26,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85173,1,1632686400,2021,9,26,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85174,1,1632690000,2021,9,26,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85175,1,1633212000,2021,10,3,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85176,1,1633215600,2021,10,3,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85177,1,1633219200,2021,10,3,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85178,1,1633222800,2021,10,3,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85179,1,1633226400,2021,10,3,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85180,1,1633230000,2021,10,3,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85181,1,1633233600,2021,10,3,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85182,1,1633237200,2021,10,3,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85183,1,1633240800,2021,10,3,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85184,1,1633244400,2021,10,3,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85185,1,1633248000,2021,10,3,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85186,1,1633251600,2021,10,3,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85187,1,1633255200,2021,10,3,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85188,1,1633258800,2021,10,3,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85189,1,1633262400,2021,10,3,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85190,1,1633266000,2021,10,3,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85191,1,1633269600,2021,10,3,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85192,1,1633273200,2021,10,3,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85193,1,1633276800,2021,10,3,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85194,1,1633280400,2021,10,3,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85195,1,1633284000,2021,10,3,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85196,1,1633287600,2021,10,3,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85197,1,1633291200,2021,10,3,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85198,1,1633294800,2021,10,3,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85199,1,1633816800,2021,10,10,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85200,1,1633820400,2021,10,10,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85201,1,1633824000,2021,10,10,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85202,1,1633827600,2021,10,10,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85203,1,1633831200,2021,10,10,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85204,1,1633834800,2021,10,10,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85205,1,1633838400,2021,10,10,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85206,1,1633842000,2021,10,10,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85207,1,1633845600,2021,10,10,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85208,1,1633849200,2021,10,10,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85209,1,1633852800,2021,10,10,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85210,1,1633856400,2021,10,10,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85211,1,1633860000,2021,10,10,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85212,1,1633863600,2021,10,10,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85213,1,1633867200,2021,10,10,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85214,1,1633870800,2021,10,10,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85215,1,1633874400,2021,10,10,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85216,1,1633878000,2021,10,10,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85217,1,1633881600,2021,10,10,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85218,1,1633885200,2021,10,10,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85219,1,1633888800,2021,10,10,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85220,1,1633892400,2021,10,10,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85221,1,1633896000,2021,10,10,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85222,1,1633899600,2021,10,10,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85223,1,1634421600,2021,10,17,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85224,1,1634425200,2021,10,17,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85225,1,1634428800,2021,10,17,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85226,1,1634432400,2021,10,17,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85227,1,1634436000,2021,10,17,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85228,1,1634439600,2021,10,17,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85229,1,1634443200,2021,10,17,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85230,1,1634446800,2021,10,17,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85231,1,1634450400,2021,10,17,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85232,1,1634454000,2021,10,17,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85233,1,1634457600,2021,10,17,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85234,1,1634461200,2021,10,17,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85235,1,1634464800,2021,10,17,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85236,1,1634468400,2021,10,17,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85237,1,1634472000,2021,10,17,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85238,1,1634475600,2021,10,17,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85239,1,1634479200,2021,10,17,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85240,1,1634482800,2021,10,17,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85241,1,1634486400,2021,10,17,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85242,1,1634490000,2021,10,17,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85243,1,1634493600,2021,10,17,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85244,1,1634497200,2021,10,17,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85245,1,1634500800,2021,10,17,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85246,1,1634504400,2021,10,17,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85247,1,1635026400,2021,10,24,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85248,1,1635030000,2021,10,24,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85249,1,1635033600,2021,10,24,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85250,1,1635037200,2021,10,24,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85251,1,1635040800,2021,10,24,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85252,1,1635044400,2021,10,24,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85253,1,1635048000,2021,10,24,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85254,1,1635051600,2021,10,24,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85255,1,1635055200,2021,10,24,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85256,1,1635058800,2021,10,24,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85257,1,1635062400,2021,10,24,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85258,1,1635066000,2021,10,24,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85259,1,1635069600,2021,10,24,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85260,1,1635073200,2021,10,24,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85261,1,1635076800,2021,10,24,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85262,1,1635080400,2021,10,24,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85263,1,1635084000,2021,10,24,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85264,1,1635087600,2021,10,24,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85265,1,1635091200,2021,10,24,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85266,1,1635094800,2021,10,24,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85267,1,1635098400,2021,10,24,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85268,1,1635102000,2021,10,24,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85269,1,1635105600,2021,10,24,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85270,1,1635109200,2021,10,24,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85271,1,1635631200,2021,10,31,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85272,1,1635634800,2021,10,31,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85273,1,1635642000,2021,10,31,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85274,1,1635645600,2021,10,31,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85275,1,1635649200,2021,10,31,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85276,1,1635652800,2021,10,31,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85277,1,1635656400,2021,10,31,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85278,1,1635660000,2021,10,31,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85279,1,1635663600,2021,10,31,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85280,1,1635667200,2021,10,31,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85281,1,1635670800,2021,10,31,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85282,1,1635674400,2021,10,31,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85283,1,1635678000,2021,10,31,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85284,1,1635681600,2021,10,31,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85285,1,1635685200,2021,10,31,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85286,1,1635688800,2021,10,31,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85287,1,1635692400,2021,10,31,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85288,1,1635696000,2021,10,31,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85289,1,1635699600,2021,10,31,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85290,1,1635703200,2021,10,31,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85291,1,1635706800,2021,10,31,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85292,1,1635710400,2021,10,31,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85293,1,1635714000,2021,10,31,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85294,1,1635717600,2021,10,31,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85295,1,1636239600,2021,11,7,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85296,1,1636243200,2021,11,7,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85297,1,1636246800,2021,11,7,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85298,1,1636250400,2021,11,7,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85299,1,1636254000,2021,11,7,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85300,1,1636257600,2021,11,7,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85301,1,1636261200,2021,11,7,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85302,1,1636264800,2021,11,7,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85303,1,1636268400,2021,11,7,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85304,1,1636272000,2021,11,7,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85305,1,1636275600,2021,11,7,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85306,1,1636279200,2021,11,7,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85307,1,1636282800,2021,11,7,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85308,1,1636286400,2021,11,7,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85309,1,1636290000,2021,11,7,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85310,1,1636293600,2021,11,7,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85311,1,1636297200,2021,11,7,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85312,1,1636300800,2021,11,7,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85313,1,1636304400,2021,11,7,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85314,1,1636308000,2021,11,7,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85315,1,1636311600,2021,11,7,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85316,1,1636315200,2021,11,7,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85317,1,1636318800,2021,11,7,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85318,1,1636322400,2021,11,7,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85319,1,1636844400,2021,11,14,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85320,1,1636848000,2021,11,14,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85321,1,1636851600,2021,11,14,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85322,1,1636855200,2021,11,14,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85323,1,1636858800,2021,11,14,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85324,1,1636862400,2021,11,14,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85325,1,1636866000,2021,11,14,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85326,1,1636869600,2021,11,14,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85327,1,1636873200,2021,11,14,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85328,1,1636876800,2021,11,14,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85329,1,1636880400,2021,11,14,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85330,1,1636884000,2021,11,14,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85331,1,1636887600,2021,11,14,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85332,1,1636891200,2021,11,14,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85333,1,1636894800,2021,11,14,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85334,1,1636898400,2021,11,14,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85335,1,1636902000,2021,11,14,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85336,1,1636905600,2021,11,14,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85337,1,1636909200,2021,11,14,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85338,1,1636912800,2021,11,14,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85339,1,1636916400,2021,11,14,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85340,1,1636920000,2021,11,14,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85341,1,1636923600,2021,11,14,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85342,1,1636927200,2021,11,14,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85343,1,1637449200,2021,11,21,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85344,1,1637452800,2021,11,21,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85345,1,1637456400,2021,11,21,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85346,1,1637460000,2021,11,21,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85347,1,1637463600,2021,11,21,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85348,1,1637467200,2021,11,21,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85349,1,1637470800,2021,11,21,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85350,1,1637474400,2021,11,21,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85351,1,1637478000,2021,11,21,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85352,1,1637481600,2021,11,21,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85353,1,1637485200,2021,11,21,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85354,1,1637488800,2021,11,21,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85355,1,1637492400,2021,11,21,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85356,1,1637496000,2021,11,21,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85357,1,1637499600,2021,11,21,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85358,1,1637503200,2021,11,21,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85359,1,1637506800,2021,11,21,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85360,1,1637510400,2021,11,21,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85361,1,1637514000,2021,11,21,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85362,1,1637517600,2021,11,21,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85363,1,1637521200,2021,11,21,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85364,1,1637524800,2021,11,21,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85365,1,1637528400,2021,11,21,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85366,1,1637532000,2021,11,21,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85367,1,1638054000,2021,11,28,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85368,1,1638057600,2021,11,28,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85369,1,1638061200,2021,11,28,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85370,1,1638064800,2021,11,28,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85371,1,1638068400,2021,11,28,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85372,1,1638072000,2021,11,28,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85373,1,1638075600,2021,11,28,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85374,1,1638079200,2021,11,28,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85375,1,1638082800,2021,11,28,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85376,1,1638086400,2021,11,28,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85377,1,1638090000,2021,11,28,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85378,1,1638093600,2021,11,28,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85379,1,1638097200,2021,11,28,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85380,1,1638100800,2021,11,28,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85381,1,1638104400,2021,11,28,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85382,1,1638108000,2021,11,28,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85383,1,1638111600,2021,11,28,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85384,1,1638115200,2021,11,28,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85385,1,1638118800,2021,11,28,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85386,1,1638122400,2021,11,28,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85387,1,1638126000,2021,11,28,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85388,1,1638129600,2021,11,28,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85389,1,1638133200,2021,11,28,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85390,1,1638136800,2021,11,28,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85391,1,1638658800,2021,12,5,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85392,1,1638662400,2021,12,5,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85393,1,1638666000,2021,12,5,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85394,1,1638669600,2021,12,5,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85395,1,1638673200,2021,12,5,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85396,1,1638676800,2021,12,5,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85397,1,1638680400,2021,12,5,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85398,1,1638684000,2021,12,5,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85399,1,1638687600,2021,12,5,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85400,1,1638691200,2021,12,5,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85401,1,1638694800,2021,12,5,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85402,1,1638698400,2021,12,5,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85403,1,1638702000,2021,12,5,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85404,1,1638705600,2021,12,5,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85405,1,1638709200,2021,12,5,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85406,1,1638712800,2021,12,5,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85407,1,1638716400,2021,12,5,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85408,1,1638720000,2021,12,5,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85409,1,1638723600,2021,12,5,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85410,1,1638727200,2021,12,5,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85411,1,1638730800,2021,12,5,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85412,1,1638734400,2021,12,5,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85413,1,1638738000,2021,12,5,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85414,1,1638741600,2021,12,5,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85415,1,1639263600,2021,12,12,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85416,1,1639267200,2021,12,12,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85417,1,1639270800,2021,12,12,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85418,1,1639274400,2021,12,12,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85419,1,1639278000,2021,12,12,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85420,1,1639281600,2021,12,12,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85421,1,1639285200,2021,12,12,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85422,1,1639288800,2021,12,12,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85423,1,1639292400,2021,12,12,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85424,1,1639296000,2021,12,12,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85425,1,1639299600,2021,12,12,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85426,1,1639303200,2021,12,12,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85427,1,1639306800,2021,12,12,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85428,1,1639310400,2021,12,12,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85429,1,1639314000,2021,12,12,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85430,1,1639317600,2021,12,12,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85431,1,1639321200,2021,12,12,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85432,1,1639324800,2021,12,12,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85433,1,1639328400,2021,12,12,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85434,1,1639332000,2021,12,12,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85435,1,1639335600,2021,12,12,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85436,1,1639339200,2021,12,12,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85437,1,1639342800,2021,12,12,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85438,1,1639346400,2021,12,12,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85439,1,1639868400,2021,12,19,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85440,1,1639872000,2021,12,19,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85441,1,1639875600,2021,12,19,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85442,1,1639879200,2021,12,19,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85443,1,1639882800,2021,12,19,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85444,1,1639886400,2021,12,19,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85445,1,1639890000,2021,12,19,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85446,1,1639893600,2021,12,19,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85447,1,1639897200,2021,12,19,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85448,1,1639900800,2021,12,19,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85449,1,1639904400,2021,12,19,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85450,1,1639908000,2021,12,19,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85451,1,1639911600,2021,12,19,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85452,1,1639915200,2021,12,19,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85453,1,1639918800,2021,12,19,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85454,1,1639922400,2021,12,19,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85455,1,1639926000,2021,12,19,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85456,1,1639929600,2021,12,19,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85457,1,1639933200,2021,12,19,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85458,1,1639936800,2021,12,19,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85459,1,1639940400,2021,12,19,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85460,1,1639944000,2021,12,19,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85461,1,1639947600,2021,12,19,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85462,1,1639951200,2021,12,19,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85463,1,1640473200,2021,12,26,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85464,1,1640476800,2021,12,26,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85465,1,1640480400,2021,12,26,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85466,1,1640484000,2021,12,26,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85467,1,1640487600,2021,12,26,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85468,1,1640491200,2021,12,26,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85469,1,1640494800,2021,12,26,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85470,1,1640498400,2021,12,26,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85471,1,1640502000,2021,12,26,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85472,1,1640505600,2021,12,26,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85473,1,1640509200,2021,12,26,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85474,1,1640512800,2021,12,26,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85475,1,1640516400,2021,12,26,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85476,1,1640520000,2021,12,26,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85477,1,1640523600,2021,12,26,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85478,1,1640527200,2021,12,26,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85479,1,1640530800,2021,12,26,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85480,1,1640534400,2021,12,26,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85481,1,1640538000,2021,12,26,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85482,1,1640541600,2021,12,26,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85483,1,1640545200,2021,12,26,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85484,1,1640548800,2021,12,26,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85485,1,1640552400,2021,12,26,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85486,1,1640556000,2021,12,26,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85487,1,1641078000,2022,1,2,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85488,1,1641081600,2022,1,2,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85489,1,1641085200,2022,1,2,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85490,1,1641088800,2022,1,2,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85491,1,1641092400,2022,1,2,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85492,1,1641096000,2022,1,2,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85493,1,1641099600,2022,1,2,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85494,1,1641103200,2022,1,2,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85495,1,1641106800,2022,1,2,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85496,1,1641110400,2022,1,2,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85497,1,1641114000,2022,1,2,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85498,1,1641117600,2022,1,2,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85499,1,1641121200,2022,1,2,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85500,1,1641124800,2022,1,2,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85501,1,1641128400,2022,1,2,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85502,1,1641132000,2022,1,2,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85503,1,1641135600,2022,1,2,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85504,1,1641139200,2022,1,2,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85505,1,1641142800,2022,1,2,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85506,1,1641146400,2022,1,2,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85507,1,1641150000,2022,1,2,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85508,1,1641153600,2022,1,2,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85509,1,1641157200,2022,1,2,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85510,1,1641160800,2022,1,2,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85511,1,1641682800,2022,1,9,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85512,1,1641686400,2022,1,9,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85513,1,1641690000,2022,1,9,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85514,1,1641693600,2022,1,9,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85515,1,1641697200,2022,1,9,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85516,1,1641700800,2022,1,9,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85517,1,1641704400,2022,1,9,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85518,1,1641708000,2022,1,9,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85519,1,1641711600,2022,1,9,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85520,1,1641715200,2022,1,9,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85521,1,1641718800,2022,1,9,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85522,1,1641722400,2022,1,9,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85523,1,1641726000,2022,1,9,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85524,1,1641729600,2022,1,9,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85525,1,1641733200,2022,1,9,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85526,1,1641736800,2022,1,9,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85527,1,1641740400,2022,1,9,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85528,1,1641744000,2022,1,9,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85529,1,1641747600,2022,1,9,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85530,1,1641751200,2022,1,9,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85531,1,1641754800,2022,1,9,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85532,1,1641758400,2022,1,9,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85533,1,1641762000,2022,1,9,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85534,1,1641765600,2022,1,9,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85535,1,1642287600,2022,1,16,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85536,1,1642291200,2022,1,16,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85537,1,1642294800,2022,1,16,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85538,1,1642298400,2022,1,16,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85539,1,1642302000,2022,1,16,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85540,1,1642305600,2022,1,16,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85541,1,1642309200,2022,1,16,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85542,1,1642312800,2022,1,16,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85543,1,1642316400,2022,1,16,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85544,1,1642320000,2022,1,16,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85545,1,1642323600,2022,1,16,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85546,1,1642327200,2022,1,16,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85547,1,1642330800,2022,1,16,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85548,1,1642334400,2022,1,16,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85549,1,1642338000,2022,1,16,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85550,1,1642341600,2022,1,16,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85551,1,1642345200,2022,1,16,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85552,1,1642348800,2022,1,16,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85553,1,1642352400,2022,1,16,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85554,1,1642356000,2022,1,16,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85555,1,1642359600,2022,1,16,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85556,1,1642363200,2022,1,16,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85557,1,1642366800,2022,1,16,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85558,1,1642370400,2022,1,16,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85559,1,1642892400,2022,1,23,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85560,1,1642896000,2022,1,23,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85561,1,1642899600,2022,1,23,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85562,1,1642903200,2022,1,23,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85563,1,1642906800,2022,1,23,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85564,1,1642910400,2022,1,23,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85565,1,1642914000,2022,1,23,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85566,1,1642917600,2022,1,23,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85567,1,1642921200,2022,1,23,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85568,1,1642924800,2022,1,23,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85569,1,1642928400,2022,1,23,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85570,1,1642932000,2022,1,23,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85571,1,1642935600,2022,1,23,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85572,1,1642939200,2022,1,23,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85573,1,1642942800,2022,1,23,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85574,1,1642946400,2022,1,23,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85575,1,1642950000,2022,1,23,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85576,1,1642953600,2022,1,23,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85577,1,1642957200,2022,1,23,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85578,1,1642960800,2022,1,23,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85579,1,1642964400,2022,1,23,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85580,1,1642968000,2022,1,23,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85581,1,1642971600,2022,1,23,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85582,1,1642975200,2022,1,23,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85583,1,1643497200,2022,1,30,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85584,1,1643500800,2022,1,30,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85585,1,1643504400,2022,1,30,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85586,1,1643508000,2022,1,30,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85587,1,1643511600,2022,1,30,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85588,1,1643515200,2022,1,30,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85589,1,1643518800,2022,1,30,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85590,1,1643522400,2022,1,30,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85591,1,1643526000,2022,1,30,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85592,1,1643529600,2022,1,30,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85593,1,1643533200,2022,1,30,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85594,1,1643536800,2022,1,30,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85595,1,1643540400,2022,1,30,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85596,1,1643544000,2022,1,30,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85597,1,1643547600,2022,1,30,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85598,1,1643551200,2022,1,30,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85599,1,1643554800,2022,1,30,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85600,1,1643558400,2022,1,30,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85601,1,1643562000,2022,1,30,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85602,1,1643565600,2022,1,30,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85603,1,1643569200,2022,1,30,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85604,1,1643572800,2022,1,30,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85605,1,1643576400,2022,1,30,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85606,1,1643580000,2022,1,30,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85607,1,1644102000,2022,2,6,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85608,1,1644105600,2022,2,6,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85609,1,1644109200,2022,2,6,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85610,1,1644112800,2022,2,6,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85611,1,1644116400,2022,2,6,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85612,1,1644120000,2022,2,6,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85613,1,1644123600,2022,2,6,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85614,1,1644127200,2022,2,6,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85615,1,1644130800,2022,2,6,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85616,1,1644134400,2022,2,6,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85617,1,1644138000,2022,2,6,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85618,1,1644141600,2022,2,6,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85619,1,1644145200,2022,2,6,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85620,1,1644148800,2022,2,6,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85621,1,1644152400,2022,2,6,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85622,1,1644156000,2022,2,6,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85623,1,1644159600,2022,2,6,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85624,1,1644163200,2022,2,6,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85625,1,1644166800,2022,2,6,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85626,1,1644170400,2022,2,6,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85627,1,1644174000,2022,2,6,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85628,1,1644177600,2022,2,6,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85629,1,1644181200,2022,2,6,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85630,1,1644184800,2022,2,6,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85631,1,1644706800,2022,2,13,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85632,1,1644710400,2022,2,13,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85633,1,1644714000,2022,2,13,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85634,1,1644717600,2022,2,13,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85635,1,1644721200,2022,2,13,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85636,1,1644724800,2022,2,13,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85637,1,1644728400,2022,2,13,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85638,1,1644732000,2022,2,13,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85639,1,1644735600,2022,2,13,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85640,1,1644739200,2022,2,13,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85641,1,1644742800,2022,2,13,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85642,1,1644746400,2022,2,13,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85643,1,1644750000,2022,2,13,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85644,1,1644753600,2022,2,13,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85645,1,1644757200,2022,2,13,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85646,1,1644760800,2022,2,13,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85647,1,1644764400,2022,2,13,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85648,1,1644768000,2022,2,13,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85649,1,1644771600,2022,2,13,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85650,1,1644775200,2022,2,13,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85651,1,1644778800,2022,2,13,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85652,1,1644782400,2022,2,13,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85653,1,1644786000,2022,2,13,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85654,1,1644789600,2022,2,13,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85655,1,1645311600,2022,2,20,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85656,1,1645315200,2022,2,20,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85657,1,1645318800,2022,2,20,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85658,1,1645322400,2022,2,20,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85659,1,1645326000,2022,2,20,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85660,1,1645329600,2022,2,20,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85661,1,1645333200,2022,2,20,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85662,1,1645336800,2022,2,20,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85663,1,1645340400,2022,2,20,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85664,1,1645344000,2022,2,20,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85665,1,1645347600,2022,2,20,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85666,1,1645351200,2022,2,20,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85667,1,1645354800,2022,2,20,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85668,1,1645358400,2022,2,20,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85669,1,1645362000,2022,2,20,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85670,1,1645365600,2022,2,20,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85671,1,1645369200,2022,2,20,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85672,1,1645372800,2022,2,20,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85673,1,1645376400,2022,2,20,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85674,1,1645380000,2022,2,20,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85675,1,1645383600,2022,2,20,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85676,1,1645387200,2022,2,20,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85677,1,1645390800,2022,2,20,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85678,1,1645394400,2022,2,20,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85679,1,1645916400,2022,2,27,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85680,1,1645920000,2022,2,27,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85681,1,1645923600,2022,2,27,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85682,1,1645927200,2022,2,27,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85683,1,1645930800,2022,2,27,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85684,1,1645934400,2022,2,27,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85685,1,1645938000,2022,2,27,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85686,1,1645941600,2022,2,27,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85687,1,1645945200,2022,2,27,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85688,1,1645948800,2022,2,27,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85689,1,1645952400,2022,2,27,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85690,1,1645956000,2022,2,27,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85691,1,1645959600,2022,2,27,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85692,1,1645963200,2022,2,27,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85693,1,1645966800,2022,2,27,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85694,1,1645970400,2022,2,27,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85695,1,1645974000,2022,2,27,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85696,1,1645977600,2022,2,27,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85697,1,1645981200,2022,2,27,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85698,1,1645984800,2022,2,27,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85699,1,1645988400,2022,2,27,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85700,1,1645992000,2022,2,27,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85701,1,1645995600,2022,2,27,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85702,1,1645999200,2022,2,27,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85703,1,1646521200,2022,3,6,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85704,1,1646524800,2022,3,6,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85705,1,1646528400,2022,3,6,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85706,1,1646532000,2022,3,6,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85707,1,1646535600,2022,3,6,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85708,1,1646539200,2022,3,6,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85709,1,1646542800,2022,3,6,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85710,1,1646546400,2022,3,6,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85711,1,1646550000,2022,3,6,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85712,1,1646553600,2022,3,6,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85713,1,1646557200,2022,3,6,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85714,1,1646560800,2022,3,6,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85715,1,1646564400,2022,3,6,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85716,1,1646568000,2022,3,6,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85717,1,1646571600,2022,3,6,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85718,1,1646575200,2022,3,6,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85719,1,1646578800,2022,3,6,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85720,1,1646582400,2022,3,6,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85721,1,1646586000,2022,3,6,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85722,1,1646589600,2022,3,6,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85723,1,1646593200,2022,3,6,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85724,1,1646596800,2022,3,6,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85725,1,1646600400,2022,3,6,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85726,1,1646604000,2022,3,6,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85727,1,1647126000,2022,3,13,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85728,1,1647129600,2022,3,13,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85729,1,1647133200,2022,3,13,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85730,1,1647136800,2022,3,13,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85731,1,1647140400,2022,3,13,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85732,1,1647144000,2022,3,13,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85733,1,1647147600,2022,3,13,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85734,1,1647151200,2022,3,13,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85735,1,1647154800,2022,3,13,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85736,1,1647158400,2022,3,13,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85737,1,1647162000,2022,3,13,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85738,1,1647165600,2022,3,13,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85739,1,1647169200,2022,3,13,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85740,1,1647172800,2022,3,13,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85741,1,1647176400,2022,3,13,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85742,1,1647180000,2022,3,13,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85743,1,1647183600,2022,3,13,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85744,1,1647187200,2022,3,13,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85745,1,1647190800,2022,3,13,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85746,1,1647194400,2022,3,13,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85747,1,1647198000,2022,3,13,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85748,1,1647201600,2022,3,13,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85749,1,1647205200,2022,3,13,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85750,1,1647208800,2022,3,13,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85751,1,1647730800,2022,3,20,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85752,1,1647734400,2022,3,20,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85753,1,1647738000,2022,3,20,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85754,1,1647741600,2022,3,20,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85755,1,1647745200,2022,3,20,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85756,1,1647748800,2022,3,20,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85757,1,1647752400,2022,3,20,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85758,1,1647756000,2022,3,20,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85759,1,1647759600,2022,3,20,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85760,1,1647763200,2022,3,20,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85761,1,1647766800,2022,3,20,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85762,1,1647770400,2022,3,20,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85763,1,1647774000,2022,3,20,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85764,1,1647777600,2022,3,20,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85765,1,1647781200,2022,3,20,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85766,1,1647784800,2022,3,20,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85767,1,1647788400,2022,3,20,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85768,1,1647792000,2022,3,20,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85769,1,1647795600,2022,3,20,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85770,1,1647799200,2022,3,20,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85771,1,1647802800,2022,3,20,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85772,1,1647806400,2022,3,20,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85773,1,1647810000,2022,3,20,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85774,1,1647813600,2022,3,20,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85775,1,1648936800,2022,4,3,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85776,1,1648940400,2022,4,3,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85777,1,1648944000,2022,4,3,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85778,1,1648947600,2022,4,3,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85779,1,1648951200,2022,4,3,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85780,1,1648954800,2022,4,3,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85781,1,1648958400,2022,4,3,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85782,1,1648962000,2022,4,3,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85783,1,1648965600,2022,4,3,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85784,1,1648969200,2022,4,3,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85785,1,1648972800,2022,4,3,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85786,1,1648976400,2022,4,3,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85787,1,1648980000,2022,4,3,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85788,1,1648983600,2022,4,3,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85789,1,1648987200,2022,4,3,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85790,1,1648990800,2022,4,3,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85791,1,1648994400,2022,4,3,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85792,1,1648998000,2022,4,3,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85793,1,1649001600,2022,4,3,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85794,1,1649005200,2022,4,3,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85795,1,1649008800,2022,4,3,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85796,1,1649012400,2022,4,3,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85797,1,1649016000,2022,4,3,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85798,1,1649019600,2022,4,3,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85799,1,1649541600,2022,4,10,0,0,0,'',0,99,99,0,0,'false','false',1563522236),(85800,1,1649545200,2022,4,10,0,1,0,'',0,99,99,0,0,'false','false',1563522236),(85801,1,1649548800,2022,4,10,0,2,0,'',0,99,99,0,0,'false','false',1563522236),(85802,1,1649552400,2022,4,10,0,3,0,'',0,99,99,0,0,'false','false',1563522236),(85803,1,1649556000,2022,4,10,0,4,0,'',0,99,99,0,0,'false','false',1563522236),(85804,1,1649559600,2022,4,10,0,5,0,'',0,99,99,0,0,'false','false',1563522236),(85805,1,1649563200,2022,4,10,0,6,0,'',0,99,99,0,0,'false','false',1563522236),(85806,1,1649566800,2022,4,10,0,7,0,'',0,99,99,0,0,'false','false',1563522236),(85807,1,1649570400,2022,4,10,0,8,0,'',0,99,99,0,0,'false','false',1563522236),(85808,1,1649574000,2022,4,10,0,9,0,'',0,99,99,0,0,'false','false',1563522236),(85809,1,1649577600,2022,4,10,0,10,0,'',0,99,99,0,0,'false','false',1563522236),(85810,1,1649581200,2022,4,10,0,11,0,'',0,99,99,0,0,'false','false',1563522236),(85811,1,1649584800,2022,4,10,0,12,0,'',0,99,99,0,0,'false','false',1563522236),(85812,1,1649588400,2022,4,10,0,13,0,'',0,99,99,0,0,'false','false',1563522236),(85813,1,1649592000,2022,4,10,0,14,0,'',0,99,99,0,0,'false','false',1563522236),(85814,1,1649595600,2022,4,10,0,15,0,'',0,99,99,0,0,'false','false',1563522236),(85815,1,1649599200,2022,4,10,0,16,0,'',0,99,99,0,0,'false','false',1563522236),(85816,1,1649602800,2022,4,10,0,17,0,'',0,99,99,0,0,'false','false',1563522236),(85817,1,1649606400,2022,4,10,0,18,0,'',0,99,99,0,0,'false','false',1563522236),(85818,1,1649610000,2022,4,10,0,19,0,'',0,99,99,0,0,'false','false',1563522236),(85819,1,1649613600,2022,4,10,0,20,0,'',0,99,99,0,0,'false','false',1563522236),(85820,1,1649617200,2022,4,10,0,21,0,'',0,99,99,0,0,'false','false',1563522236),(85821,1,1649620800,2022,4,10,0,22,0,'',0,99,99,0,0,'false','false',1563522236),(85822,1,1649624400,2022,4,10,0,23,0,'',0,99,99,0,0,'false','false',1563522236),(85826,1,1650193200,2022,4,17,0,13,0,'',0,99,99,0,0,'false','false',1565675750),(85827,1,1650196800,2022,4,17,0,14,0,'',0,99,99,0,0,'false','false',1565675750),(85828,1,1650200400,2022,4,17,0,15,0,'',0,99,99,0,0,'false','false',1565675750),(85829,1,1650204000,2022,4,17,0,16,0,'',0,99,99,0,0,'true','false',1565675750),(85830,1,1650207600,2022,4,17,0,17,0,'',0,99,99,0,0,'true','false',1565675750),(85831,1,1650211200,2022,4,17,0,18,0,'',0,99,99,0,0,'true','false',1565675750),(85832,1,1650214800,2022,4,17,0,19,0,'',0,99,99,0,0,'true','false',1565675750),(85833,1,1650218400,2022,4,17,0,20,0,'',0,99,99,0,0,'false','false',1565675750),(85834,1,1650222000,2022,4,17,0,21,0,'',0,99,99,0,0,'false','false',1565675750),(85835,1,1650225600,2022,4,17,0,22,0,'',0,99,99,0,0,'false','false',1565675750),(85836,1,1650229200,2022,4,17,0,23,0,'',0,99,99,0,0,'false','false',1565675750),(85837,1,1650798000,2022,4,24,0,13,0,'',0,99,99,0,0,'false','false',1565675750),(85838,1,1650801600,2022,4,24,0,14,0,'',0,99,99,0,0,'false','false',1565675750),(85839,1,1650805200,2022,4,24,0,15,0,'',0,99,99,0,0,'false','false',1565675750),(85840,1,1650808800,2022,4,24,0,16,0,'',0,99,99,0,0,'true','false',1565675750),(85841,1,1650812400,2022,4,24,0,17,0,'',0,99,99,0,0,'true','false',1565675750),(85842,1,1650816000,2022,4,24,0,18,0,'',0,99,99,0,0,'true','false',1565675750),(85843,1,1650819600,2022,4,24,0,19,0,'',0,99,99,0,0,'true','false',1565675750),(85844,1,1650823200,2022,4,24,0,20,0,'',0,99,99,0,0,'false','false',1565675750),(85845,1,1650826800,2022,4,24,0,21,0,'',0,99,99,0,0,'false','false',1565675750),(85846,1,1650830400,2022,4,24,0,22,0,'',0,99,99,0,0,'false','false',1565675750),(85847,1,1650834000,2022,4,24,0,23,0,'',0,99,99,0,0,'false','false',1565675750),(85848,1,1651402800,2022,5,1,0,13,0,'',0,99,99,0,0,'false','false',1565675750),(85849,1,1651406400,2022,5,1,0,14,0,'',0,99,99,0,0,'false','false',1565675750),(85850,1,1651410000,2022,5,1,0,15,0,'',0,99,99,0,0,'false','false',1565675750),(85851,1,1651413600,2022,5,1,0,16,0,'',0,99,99,0,0,'true','false',1565675750),(85852,1,1651417200,2022,5,1,0,17,0,'',0,99,99,0,0,'true','false',1565675750),(85853,1,1651420800,2022,5,1,0,18,0,'',0,99,99,0,0,'true','false',1565675750),(85854,1,1651424400,2022,5,1,0,19,0,'',0,99,99,0,0,'true','false',1565675750),(85855,1,1651428000,2022,5,1,0,20,0,'',0,99,99,0,0,'false','false',1565675750),(85856,1,1651431600,2022,5,1,0,21,0,'',0,99,99,0,0,'false','false',1565675750),(85857,1,1651435200,2022,5,1,0,22,0,'',0,99,99,0,0,'false','false',1565675750),(85858,1,1651438800,2022,5,1,0,23,0,'',0,99,99,0,0,'false','false',1565675750),(85859,1,1652007600,2022,5,8,0,13,0,'',0,99,99,0,0,'false','false',1565675750),(85860,1,1652011200,2022,5,8,0,14,0,'',0,99,99,0,0,'false','false',1565675750),(85861,1,1652014800,2022,5,8,0,15,0,'',0,99,99,0,0,'false','false',1565675750),(85862,1,1652018400,2022,5,8,0,16,0,'',0,99,99,0,0,'true','false',1565675750),(85863,1,1652022000,2022,5,8,0,17,0,'',0,99,99,0,0,'true','false',1565675750),(85864,1,1652025600,2022,5,8,0,18,0,'',0,99,99,0,0,'true','false',1565675750),(85865,1,1652029200,2022,5,8,0,19,0,'',0,99,99,0,0,'true','false',1565675750),(85866,1,1652032800,2022,5,8,0,20,0,'',0,99,99,0,0,'false','false',1565675750),(85867,1,1652036400,2022,5,8,0,21,0,'',0,99,99,0,0,'false','false',1565675750),(85868,1,1652040000,2022,5,8,0,22,0,'',0,99,99,0,0,'false','false',1565675750),(85869,1,1652043600,2022,5,8,0,23,0,'',0,99,99,0,0,'false','false',1565675750),(91074,3,1596798000,2020,8,7,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91075,3,1596799800,2020,8,7,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91076,3,1596801600,2020,8,7,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91077,3,1596803400,2020,8,7,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91078,3,1596805200,2020,8,7,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91079,3,1596807000,2020,8,7,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91080,3,1596808800,2020,8,7,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91081,3,1596810600,2020,8,7,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91082,3,1596823200,2020,8,7,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91083,3,1596825000,2020,8,7,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91084,3,1596826800,2020,8,7,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91085,3,1596828600,2020,8,7,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91086,3,1596830400,2020,8,7,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91087,3,1596832200,2020,8,7,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91088,3,1596834000,2020,8,7,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91089,3,1596835800,2020,8,7,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91090,3,1596884400,2020,8,8,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91091,3,1596886200,2020,8,8,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91092,3,1596888000,2020,8,8,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91093,3,1596889800,2020,8,8,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91094,3,1596891600,2020,8,8,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91095,3,1596893400,2020,8,8,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91096,3,1596895200,2020,8,8,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91097,3,1596897000,2020,8,8,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91098,3,1596909600,2020,8,8,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91099,3,1596911400,2020,8,8,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91100,3,1596913200,2020,8,8,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91101,3,1596915000,2020,8,8,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91102,3,1596916800,2020,8,8,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91103,3,1596918600,2020,8,8,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91104,3,1596920400,2020,8,8,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91105,3,1596922200,2020,8,8,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91106,3,1596970800,2020,8,9,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91107,3,1596972600,2020,8,9,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91108,3,1596974400,2020,8,9,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91109,3,1596976200,2020,8,9,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91110,3,1596978000,2020,8,9,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91111,3,1596979800,2020,8,9,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91112,3,1596981600,2020,8,9,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91113,3,1596983400,2020,8,9,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91114,3,1597057200,2020,8,10,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91115,3,1597059000,2020,8,10,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91116,3,1597060800,2020,8,10,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91117,3,1597062600,2020,8,10,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91118,3,1597064400,2020,8,10,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91119,3,1597066200,2020,8,10,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91120,3,1597082400,2020,8,10,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91121,3,1597084200,2020,8,10,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91122,3,1597086000,2020,8,10,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91123,3,1597087800,2020,8,10,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91124,3,1597089600,2020,8,10,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91125,3,1597091400,2020,8,10,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91126,3,1597093200,2020,8,10,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91127,3,1597095000,2020,8,10,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91128,3,1597143600,2020,8,11,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91129,3,1597145400,2020,8,11,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91130,3,1597147200,2020,8,11,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91131,3,1597149000,2020,8,11,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91132,3,1597150800,2020,8,11,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91133,3,1597152600,2020,8,11,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91134,3,1597154400,2020,8,11,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91135,3,1597156200,2020,8,11,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91136,3,1597168800,2020,8,11,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91137,3,1597170600,2020,8,11,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91138,3,1597172400,2020,8,11,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91139,3,1597174200,2020,8,11,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91140,3,1597176000,2020,8,11,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91141,3,1597177800,2020,8,11,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91142,3,1597179600,2020,8,11,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91143,3,1597181400,2020,8,11,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91144,3,1597230000,2020,8,12,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91145,3,1597231800,2020,8,12,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91146,3,1597233600,2020,8,12,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91147,3,1597235400,2020,8,12,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91148,3,1597237200,2020,8,12,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91149,3,1597239000,2020,8,12,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91150,3,1597240800,2020,8,12,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91151,3,1597242600,2020,8,12,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91152,3,1597255200,2020,8,12,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91153,3,1597257000,2020,8,12,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91154,3,1597258800,2020,8,12,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91155,3,1597260600,2020,8,12,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91156,3,1597262400,2020,8,12,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91157,3,1597264200,2020,8,12,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91158,3,1597266000,2020,8,12,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91159,3,1597267800,2020,8,12,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91160,3,1597316400,2020,8,13,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91161,3,1597318200,2020,8,13,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91162,3,1597320000,2020,8,13,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91163,3,1597321800,2020,8,13,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91164,3,1597323600,2020,8,13,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91165,3,1597325400,2020,8,13,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91166,3,1597327200,2020,8,13,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91167,3,1597329000,2020,8,13,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91168,3,1597341600,2020,8,13,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91169,3,1597343400,2020,8,13,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91170,3,1597345200,2020,8,13,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91171,3,1597347000,2020,8,13,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91172,3,1597348800,2020,8,13,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91173,3,1597350600,2020,8,13,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91174,3,1597352400,2020,8,13,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91175,3,1597354200,2020,8,13,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91176,3,1597402800,2020,8,14,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91177,3,1597404600,2020,8,14,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91178,3,1597406400,2020,8,14,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91179,3,1597408200,2020,8,14,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91180,3,1597410000,2020,8,14,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91181,3,1597411800,2020,8,14,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91182,3,1597413600,2020,8,14,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91183,3,1597415400,2020,8,14,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91184,3,1597428000,2020,8,14,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91185,3,1597429800,2020,8,14,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91186,3,1597431600,2020,8,14,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91187,3,1597433400,2020,8,14,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91188,3,1597435200,2020,8,14,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91189,3,1597437000,2020,8,14,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91190,3,1597438800,2020,8,14,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91191,3,1597440600,2020,8,14,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91192,3,1597489200,2020,8,15,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91193,3,1597491000,2020,8,15,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91194,3,1597492800,2020,8,15,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91195,3,1597494600,2020,8,15,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91196,3,1597496400,2020,8,15,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91197,3,1597498200,2020,8,15,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91198,3,1597500000,2020,8,15,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91199,3,1597501800,2020,8,15,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91200,3,1597514400,2020,8,15,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91201,3,1597516200,2020,8,15,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91202,3,1597518000,2020,8,15,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91203,3,1597519800,2020,8,15,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91204,3,1597521600,2020,8,15,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91205,3,1597523400,2020,8,15,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91206,3,1597525200,2020,8,15,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91207,3,1597527000,2020,8,15,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91208,3,1597575600,2020,8,16,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91209,3,1597577400,2020,8,16,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91210,3,1597579200,2020,8,16,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91211,3,1597581000,2020,8,16,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91212,3,1597582800,2020,8,16,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91213,3,1597584600,2020,8,16,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91214,3,1597586400,2020,8,16,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91215,3,1597588200,2020,8,16,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91216,3,1597662000,2020,8,17,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91217,3,1597663800,2020,8,17,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91218,3,1597665600,2020,8,17,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91219,3,1597667400,2020,8,17,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91220,3,1597669200,2020,8,17,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91221,3,1597671000,2020,8,17,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91222,3,1597687200,2020,8,17,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91223,3,1597689000,2020,8,17,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91224,3,1597690800,2020,8,17,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91225,3,1597692600,2020,8,17,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91226,3,1597694400,2020,8,17,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91227,3,1597696200,2020,8,17,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91228,3,1597698000,2020,8,17,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91229,3,1597699800,2020,8,17,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91230,3,1597748400,2020,8,18,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91231,3,1597750200,2020,8,18,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91232,3,1597752000,2020,8,18,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91233,3,1597753800,2020,8,18,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91234,3,1597755600,2020,8,18,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91235,3,1597757400,2020,8,18,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91236,3,1597759200,2020,8,18,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91237,3,1597761000,2020,8,18,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91238,3,1597773600,2020,8,18,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91239,3,1597775400,2020,8,18,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91240,3,1597777200,2020,8,18,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91241,3,1597779000,2020,8,18,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91242,3,1597780800,2020,8,18,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91243,3,1597782600,2020,8,18,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91244,3,1597784400,2020,8,18,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91245,3,1597786200,2020,8,18,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91246,3,1597834800,2020,8,19,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91247,3,1597836600,2020,8,19,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91248,3,1597838400,2020,8,19,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91249,3,1597840200,2020,8,19,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91250,3,1597842000,2020,8,19,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91251,3,1597843800,2020,8,19,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91252,3,1597845600,2020,8,19,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91253,3,1597847400,2020,8,19,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91254,3,1597860000,2020,8,19,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91255,3,1597861800,2020,8,19,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91256,3,1597863600,2020,8,19,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91257,3,1597865400,2020,8,19,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91258,3,1597867200,2020,8,19,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91259,3,1597869000,2020,8,19,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91260,3,1597870800,2020,8,19,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91261,3,1597872600,2020,8,19,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91262,3,1597921200,2020,8,20,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91263,3,1597923000,2020,8,20,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91264,3,1597924800,2020,8,20,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91265,3,1597926600,2020,8,20,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91266,3,1597928400,2020,8,20,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91267,3,1597930200,2020,8,20,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91268,3,1597932000,2020,8,20,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91269,3,1597933800,2020,8,20,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91270,3,1597946400,2020,8,20,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91271,3,1597948200,2020,8,20,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91272,3,1597950000,2020,8,20,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91273,3,1597951800,2020,8,20,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91274,3,1597953600,2020,8,20,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91275,3,1597955400,2020,8,20,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91276,3,1597957200,2020,8,20,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91277,3,1597959000,2020,8,20,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91278,3,1598007600,2020,8,21,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91279,3,1598009400,2020,8,21,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91280,3,1598011200,2020,8,21,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91281,3,1598013000,2020,8,21,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91282,3,1598014800,2020,8,21,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91283,3,1598016600,2020,8,21,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91284,3,1598018400,2020,8,21,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91285,3,1598020200,2020,8,21,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91286,3,1598032800,2020,8,21,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91287,3,1598034600,2020,8,21,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91288,3,1598036400,2020,8,21,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91289,3,1598038200,2020,8,21,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91290,3,1598040000,2020,8,21,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91291,3,1598041800,2020,8,21,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91292,3,1598043600,2020,8,21,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91293,3,1598045400,2020,8,21,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91294,3,1598094000,2020,8,22,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91295,3,1598095800,2020,8,22,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91296,3,1598097600,2020,8,22,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91297,3,1598099400,2020,8,22,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91298,3,1598101200,2020,8,22,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91299,3,1598103000,2020,8,22,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91300,3,1598104800,2020,8,22,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91301,3,1598106600,2020,8,22,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91302,3,1598119200,2020,8,22,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91303,3,1598121000,2020,8,22,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91304,3,1598122800,2020,8,22,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91305,3,1598124600,2020,8,22,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91306,3,1598126400,2020,8,22,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91307,3,1598128200,2020,8,22,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91308,3,1598130000,2020,8,22,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91309,3,1598131800,2020,8,22,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91310,3,1598180400,2020,8,23,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91311,3,1598182200,2020,8,23,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91312,3,1598184000,2020,8,23,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91313,3,1598185800,2020,8,23,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91314,3,1598187600,2020,8,23,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91315,3,1598189400,2020,8,23,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91316,3,1598191200,2020,8,23,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91317,3,1598193000,2020,8,23,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91318,3,1598266800,2020,8,24,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91319,3,1598268600,2020,8,24,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91320,3,1598270400,2020,8,24,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91321,3,1598272200,2020,8,24,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91322,3,1598274000,2020,8,24,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91323,3,1598275800,2020,8,24,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91324,3,1598292000,2020,8,24,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91325,3,1598293800,2020,8,24,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91326,3,1598295600,2020,8,24,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91327,3,1598297400,2020,8,24,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91328,3,1598299200,2020,8,24,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91329,3,1598301000,2020,8,24,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91330,3,1598302800,2020,8,24,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91331,3,1598304600,2020,8,24,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91332,3,1598353200,2020,8,25,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91333,3,1598355000,2020,8,25,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91334,3,1598356800,2020,8,25,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91335,3,1598358600,2020,8,25,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91336,3,1598360400,2020,8,25,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91337,3,1598362200,2020,8,25,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91338,3,1598364000,2020,8,25,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91339,3,1598365800,2020,8,25,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91340,3,1598378400,2020,8,25,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91341,3,1598380200,2020,8,25,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91342,3,1598382000,2020,8,25,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91343,3,1598383800,2020,8,25,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91344,3,1598385600,2020,8,25,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91345,3,1598387400,2020,8,25,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91346,3,1598389200,2020,8,25,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91347,3,1598391000,2020,8,25,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91348,3,1598439600,2020,8,26,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91349,3,1598441400,2020,8,26,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91350,3,1598443200,2020,8,26,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91351,3,1598445000,2020,8,26,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91352,3,1598446800,2020,8,26,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91353,3,1598448600,2020,8,26,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91354,3,1598450400,2020,8,26,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91355,3,1598452200,2020,8,26,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91356,3,1598464800,2020,8,26,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91357,3,1598466600,2020,8,26,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91358,3,1598468400,2020,8,26,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91359,3,1598470200,2020,8,26,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91360,3,1598472000,2020,8,26,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91361,3,1598473800,2020,8,26,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91362,3,1598475600,2020,8,26,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91363,3,1598477400,2020,8,26,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91364,3,1598526000,2020,8,27,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91365,3,1598527800,2020,8,27,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91366,3,1598529600,2020,8,27,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91367,3,1598531400,2020,8,27,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91368,3,1598533200,2020,8,27,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91369,3,1598535000,2020,8,27,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91370,3,1598536800,2020,8,27,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91371,3,1598538600,2020,8,27,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91372,3,1598551200,2020,8,27,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91373,3,1598553000,2020,8,27,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91374,3,1598554800,2020,8,27,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91375,3,1598556600,2020,8,27,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91376,3,1598558400,2020,8,27,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91377,3,1598560200,2020,8,27,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91378,3,1598562000,2020,8,27,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91379,3,1598563800,2020,8,27,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91380,3,1598612400,2020,8,28,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91381,3,1598614200,2020,8,28,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91382,3,1598616000,2020,8,28,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91383,3,1598617800,2020,8,28,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91384,3,1598619600,2020,8,28,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91385,3,1598621400,2020,8,28,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91386,3,1598623200,2020,8,28,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91387,3,1598625000,2020,8,28,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91388,3,1598637600,2020,8,28,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91389,3,1598639400,2020,8,28,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91390,3,1598641200,2020,8,28,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91391,3,1598643000,2020,8,28,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91392,3,1598644800,2020,8,28,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91393,3,1598646600,2020,8,28,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91394,3,1598648400,2020,8,28,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91395,3,1598650200,2020,8,28,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91396,3,1598698800,2020,8,29,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91397,3,1598700600,2020,8,29,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91398,3,1598702400,2020,8,29,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91399,3,1598704200,2020,8,29,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91400,3,1598706000,2020,8,29,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91401,3,1598707800,2020,8,29,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91402,3,1598709600,2020,8,29,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91403,3,1598711400,2020,8,29,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91404,3,1598724000,2020,8,29,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91405,3,1598725800,2020,8,29,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91406,3,1598727600,2020,8,29,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91407,3,1598729400,2020,8,29,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91408,3,1598731200,2020,8,29,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91409,3,1598733000,2020,8,29,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91410,3,1598734800,2020,8,29,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91411,3,1598736600,2020,8,29,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91412,3,1598785200,2020,8,30,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91413,3,1598787000,2020,8,30,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91414,3,1598788800,2020,8,30,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91415,3,1598790600,2020,8,30,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91416,3,1598792400,2020,8,30,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91417,3,1598794200,2020,8,30,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91418,3,1598796000,2020,8,30,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91419,3,1598797800,2020,8,30,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91420,3,1598871600,2020,8,31,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91421,3,1598873400,2020,8,31,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91422,3,1598875200,2020,8,31,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91423,3,1598877000,2020,8,31,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91424,3,1598878800,2020,8,31,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91425,3,1598880600,2020,8,31,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91426,3,1598896800,2020,8,31,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91427,3,1598898600,2020,8,31,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91428,3,1598900400,2020,8,31,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91429,3,1598902200,2020,8,31,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91430,3,1598904000,2020,8,31,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91431,3,1598905800,2020,8,31,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91432,3,1598907600,2020,8,31,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91433,3,1598909400,2020,8,31,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91434,3,1598958000,2020,9,1,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91435,3,1598959800,2020,9,1,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91436,3,1598961600,2020,9,1,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91437,3,1598963400,2020,9,1,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91438,3,1598965200,2020,9,1,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91439,3,1598967000,2020,9,1,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91440,3,1598968800,2020,9,1,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91441,3,1598970600,2020,9,1,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91442,3,1598983200,2020,9,1,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91443,3,1598985000,2020,9,1,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91444,3,1598986800,2020,9,1,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91445,3,1598988600,2020,9,1,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91446,3,1598990400,2020,9,1,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91447,3,1598992200,2020,9,1,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91448,3,1598994000,2020,9,1,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91449,3,1598995800,2020,9,1,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91450,3,1599044400,2020,9,2,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91451,3,1599046200,2020,9,2,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91452,3,1599048000,2020,9,2,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91453,3,1599049800,2020,9,2,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91454,3,1599051600,2020,9,2,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91455,3,1599053400,2020,9,2,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91456,3,1599055200,2020,9,2,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91457,3,1599057000,2020,9,2,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91458,3,1599069600,2020,9,2,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91459,3,1599071400,2020,9,2,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91460,3,1599073200,2020,9,2,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91461,3,1599075000,2020,9,2,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91462,3,1599076800,2020,9,2,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91463,3,1599078600,2020,9,2,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91464,3,1599080400,2020,9,2,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91465,3,1599082200,2020,9,2,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91466,3,1599130800,2020,9,3,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91467,3,1599132600,2020,9,3,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91468,3,1599134400,2020,9,3,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91469,3,1599136200,2020,9,3,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91470,3,1599138000,2020,9,3,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91471,3,1599139800,2020,9,3,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91472,3,1599141600,2020,9,3,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91473,3,1599143400,2020,9,3,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91474,3,1599156000,2020,9,3,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91475,3,1599157800,2020,9,3,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91476,3,1599159600,2020,9,3,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91477,3,1599161400,2020,9,3,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91478,3,1599163200,2020,9,3,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91479,3,1599165000,2020,9,3,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91480,3,1599166800,2020,9,3,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91481,3,1599168600,2020,9,3,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91482,3,1599217200,2020,9,4,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91483,3,1599219000,2020,9,4,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91484,3,1599220800,2020,9,4,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91485,3,1599222600,2020,9,4,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91486,3,1599224400,2020,9,4,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91487,3,1599226200,2020,9,4,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91488,3,1599228000,2020,9,4,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91489,3,1599229800,2020,9,4,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91490,3,1599242400,2020,9,4,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91491,3,1599244200,2020,9,4,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91492,3,1599246000,2020,9,4,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91493,3,1599247800,2020,9,4,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91494,3,1599249600,2020,9,4,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91495,3,1599251400,2020,9,4,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91496,3,1599253200,2020,9,4,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91497,3,1599255000,2020,9,4,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91498,3,1599303600,2020,9,5,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91499,3,1599305400,2020,9,5,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91500,3,1599307200,2020,9,5,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91501,3,1599309000,2020,9,5,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91502,3,1599310800,2020,9,5,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91503,3,1599312600,2020,9,5,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91504,3,1599314400,2020,9,5,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91505,3,1599316200,2020,9,5,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91506,3,1599328800,2020,9,5,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91507,3,1599330600,2020,9,5,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91508,3,1599332400,2020,9,5,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91509,3,1599334200,2020,9,5,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91510,3,1599336000,2020,9,5,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91511,3,1599337800,2020,9,5,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91512,3,1599339600,2020,9,5,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91513,3,1599341400,2020,9,5,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91514,3,1599390000,2020,9,6,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91515,3,1599391800,2020,9,6,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91516,3,1599393600,2020,9,6,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91517,3,1599395400,2020,9,6,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91518,3,1599397200,2020,9,6,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91519,3,1599399000,2020,9,6,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91520,3,1599400800,2020,9,6,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91521,3,1599402600,2020,9,6,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91522,3,1599476400,2020,9,7,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91523,3,1599478200,2020,9,7,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91524,3,1599480000,2020,9,7,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91525,3,1599481800,2020,9,7,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91526,3,1599483600,2020,9,7,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91527,3,1599485400,2020,9,7,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91528,3,1599501600,2020,9,7,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91529,3,1599503400,2020,9,7,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91530,3,1599505200,2020,9,7,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91531,3,1599507000,2020,9,7,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91532,3,1599508800,2020,9,7,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91533,3,1599510600,2020,9,7,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91534,3,1599512400,2020,9,7,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91535,3,1599514200,2020,9,7,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91536,3,1599562800,2020,9,8,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91537,3,1599564600,2020,9,8,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91538,3,1599566400,2020,9,8,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91539,3,1599568200,2020,9,8,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91540,3,1599570000,2020,9,8,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91541,3,1599571800,2020,9,8,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91542,3,1599573600,2020,9,8,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91543,3,1599575400,2020,9,8,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91544,3,1599588000,2020,9,8,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91545,3,1599589800,2020,9,8,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91546,3,1599591600,2020,9,8,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91547,3,1599593400,2020,9,8,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91548,3,1599595200,2020,9,8,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91549,3,1599597000,2020,9,8,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91550,3,1599598800,2020,9,8,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91551,3,1599600600,2020,9,8,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91552,3,1599649200,2020,9,9,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91553,3,1599651000,2020,9,9,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91554,3,1599652800,2020,9,9,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91555,3,1599654600,2020,9,9,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91556,3,1599656400,2020,9,9,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91557,3,1599658200,2020,9,9,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91558,3,1599660000,2020,9,9,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91559,3,1599661800,2020,9,9,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91560,3,1599674400,2020,9,9,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91561,3,1599676200,2020,9,9,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91562,3,1599678000,2020,9,9,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91563,3,1599679800,2020,9,9,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91564,3,1599681600,2020,9,9,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91565,3,1599683400,2020,9,9,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91566,3,1599685200,2020,9,9,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91567,3,1599687000,2020,9,9,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91568,3,1599735600,2020,9,10,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91569,3,1599737400,2020,9,10,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91570,3,1599739200,2020,9,10,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91571,3,1599741000,2020,9,10,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91572,3,1599742800,2020,9,10,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91573,3,1599744600,2020,9,10,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91574,3,1599746400,2020,9,10,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91575,3,1599748200,2020,9,10,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91576,3,1599760800,2020,9,10,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91577,3,1599762600,2020,9,10,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91578,3,1599764400,2020,9,10,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91579,3,1599766200,2020,9,10,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91580,3,1599768000,2020,9,10,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91581,3,1599769800,2020,9,10,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91582,3,1599771600,2020,9,10,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91583,3,1599773400,2020,9,10,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91584,3,1599822000,2020,9,11,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91585,3,1599823800,2020,9,11,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91586,3,1599825600,2020,9,11,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91587,3,1599827400,2020,9,11,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91588,3,1599829200,2020,9,11,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91589,3,1599831000,2020,9,11,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91590,3,1599832800,2020,9,11,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91591,3,1599834600,2020,9,11,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91592,3,1599847200,2020,9,11,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91593,3,1599849000,2020,9,11,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91594,3,1599850800,2020,9,11,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91595,3,1599852600,2020,9,11,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91596,3,1599854400,2020,9,11,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91597,3,1599856200,2020,9,11,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91598,3,1599858000,2020,9,11,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91599,3,1599859800,2020,9,11,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91600,3,1599908400,2020,9,12,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91601,3,1599910200,2020,9,12,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91602,3,1599912000,2020,9,12,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91603,3,1599913800,2020,9,12,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91604,3,1599915600,2020,9,12,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91605,3,1599917400,2020,9,12,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91606,3,1599919200,2020,9,12,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91607,3,1599921000,2020,9,12,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91608,3,1599933600,2020,9,12,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91609,3,1599935400,2020,9,12,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91610,3,1599937200,2020,9,12,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91611,3,1599939000,2020,9,12,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91612,3,1599940800,2020,9,12,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91613,3,1599942600,2020,9,12,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91614,3,1599944400,2020,9,12,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91615,3,1599946200,2020,9,12,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91616,3,1599994800,2020,9,13,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91617,3,1599996600,2020,9,13,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91618,3,1599998400,2020,9,13,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91619,3,1600000200,2020,9,13,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91620,3,1600002000,2020,9,13,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91621,3,1600003800,2020,9,13,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91622,3,1600005600,2020,9,13,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91623,3,1600007400,2020,9,13,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91624,3,1600081200,2020,9,14,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91625,3,1600083000,2020,9,14,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91626,3,1600084800,2020,9,14,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91627,3,1600086600,2020,9,14,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91628,3,1600088400,2020,9,14,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91629,3,1600090200,2020,9,14,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91630,3,1600106400,2020,9,14,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91631,3,1600108200,2020,9,14,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91632,3,1600110000,2020,9,14,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91633,3,1600111800,2020,9,14,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91634,3,1600113600,2020,9,14,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91635,3,1600115400,2020,9,14,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91636,3,1600117200,2020,9,14,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91637,3,1600119000,2020,9,14,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91638,3,1600167600,2020,9,15,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91639,3,1600169400,2020,9,15,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91640,3,1600171200,2020,9,15,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91641,3,1600173000,2020,9,15,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91642,3,1600174800,2020,9,15,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91643,3,1600176600,2020,9,15,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91644,3,1600178400,2020,9,15,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91645,3,1600180200,2020,9,15,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91646,3,1600192800,2020,9,15,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91647,3,1600194600,2020,9,15,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91648,3,1600196400,2020,9,15,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91649,3,1600198200,2020,9,15,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91650,3,1600200000,2020,9,15,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91651,3,1600201800,2020,9,15,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91652,3,1600203600,2020,9,15,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91653,3,1600205400,2020,9,15,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91654,3,1600254000,2020,9,16,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91655,3,1600255800,2020,9,16,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91656,3,1600257600,2020,9,16,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91657,3,1600259400,2020,9,16,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91658,3,1600261200,2020,9,16,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91659,3,1600263000,2020,9,16,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91660,3,1600264800,2020,9,16,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91661,3,1600266600,2020,9,16,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91662,3,1600279200,2020,9,16,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91663,3,1600281000,2020,9,16,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91664,3,1600282800,2020,9,16,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91665,3,1600284600,2020,9,16,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91666,3,1600286400,2020,9,16,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91667,3,1600288200,2020,9,16,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91668,3,1600290000,2020,9,16,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91669,3,1600291800,2020,9,16,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91670,3,1600340400,2020,9,17,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91671,3,1600342200,2020,9,17,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91672,3,1600344000,2020,9,17,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91673,3,1600345800,2020,9,17,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91674,3,1600347600,2020,9,17,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91675,3,1600349400,2020,9,17,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91676,3,1600351200,2020,9,17,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91677,3,1600353000,2020,9,17,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91678,3,1600365600,2020,9,17,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91679,3,1600367400,2020,9,17,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91680,3,1600369200,2020,9,17,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91681,3,1600371000,2020,9,17,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91682,3,1600372800,2020,9,17,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91683,3,1600374600,2020,9,17,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91684,3,1600376400,2020,9,17,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91685,3,1600378200,2020,9,17,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91686,3,1600426800,2020,9,18,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91687,3,1600428600,2020,9,18,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91688,3,1600430400,2020,9,18,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91689,3,1600432200,2020,9,18,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91690,3,1600434000,2020,9,18,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91691,3,1600435800,2020,9,18,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91692,3,1600437600,2020,9,18,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91693,3,1600439400,2020,9,18,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91694,3,1600452000,2020,9,18,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91695,3,1600453800,2020,9,18,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91696,3,1600455600,2020,9,18,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91697,3,1600457400,2020,9,18,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91698,3,1600459200,2020,9,18,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91699,3,1600461000,2020,9,18,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91700,3,1600462800,2020,9,18,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91701,3,1600464600,2020,9,18,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91702,3,1600513200,2020,9,19,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91703,3,1600515000,2020,9,19,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91704,3,1600516800,2020,9,19,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91705,3,1600518600,2020,9,19,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91706,3,1600520400,2020,9,19,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91707,3,1600522200,2020,9,19,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91708,3,1600524000,2020,9,19,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91709,3,1600525800,2020,9,19,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91710,3,1600538400,2020,9,19,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91711,3,1600540200,2020,9,19,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91712,3,1600542000,2020,9,19,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91713,3,1600543800,2020,9,19,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91714,3,1600545600,2020,9,19,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91715,3,1600547400,2020,9,19,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91716,3,1600549200,2020,9,19,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91717,3,1600551000,2020,9,19,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91718,3,1600599600,2020,9,20,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91719,3,1600601400,2020,9,20,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91720,3,1600603200,2020,9,20,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91721,3,1600605000,2020,9,20,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91722,3,1600606800,2020,9,20,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91723,3,1600608600,2020,9,20,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91724,3,1600610400,2020,9,20,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91725,3,1600612200,2020,9,20,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91726,3,1600686000,2020,9,21,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91727,3,1600687800,2020,9,21,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91728,3,1600689600,2020,9,21,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91729,3,1600691400,2020,9,21,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91730,3,1600693200,2020,9,21,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91731,3,1600695000,2020,9,21,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91732,3,1600711200,2020,9,21,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91733,3,1600713000,2020,9,21,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91734,3,1600714800,2020,9,21,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91735,3,1600716600,2020,9,21,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91736,3,1600718400,2020,9,21,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91737,3,1600720200,2020,9,21,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91738,3,1600722000,2020,9,21,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91739,3,1600723800,2020,9,21,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91740,3,1600772400,2020,9,22,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91741,3,1600774200,2020,9,22,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91742,3,1600776000,2020,9,22,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91743,3,1600777800,2020,9,22,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91744,3,1600779600,2020,9,22,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91745,3,1600781400,2020,9,22,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91746,3,1600783200,2020,9,22,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91747,3,1600785000,2020,9,22,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91748,3,1600797600,2020,9,22,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91749,3,1600799400,2020,9,22,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91750,3,1600801200,2020,9,22,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91751,3,1600803000,2020,9,22,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91752,3,1600804800,2020,9,22,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91753,3,1600806600,2020,9,22,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91754,3,1600808400,2020,9,22,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91755,3,1600810200,2020,9,22,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91756,3,1600858800,2020,9,23,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91757,3,1600860600,2020,9,23,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91758,3,1600862400,2020,9,23,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91759,3,1600864200,2020,9,23,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91760,3,1600866000,2020,9,23,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91761,3,1600867800,2020,9,23,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91762,3,1600869600,2020,9,23,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91763,3,1600871400,2020,9,23,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91764,3,1600884000,2020,9,23,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91765,3,1600885800,2020,9,23,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91766,3,1600887600,2020,9,23,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91767,3,1600889400,2020,9,23,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91768,3,1600891200,2020,9,23,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91769,3,1600893000,2020,9,23,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91770,3,1600894800,2020,9,23,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91771,3,1600896600,2020,9,23,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91772,3,1600945200,2020,9,24,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91773,3,1600947000,2020,9,24,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91774,3,1600948800,2020,9,24,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91775,3,1600950600,2020,9,24,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91776,3,1600952400,2020,9,24,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91777,3,1600954200,2020,9,24,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91778,3,1600956000,2020,9,24,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91779,3,1600957800,2020,9,24,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91780,3,1600970400,2020,9,24,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91781,3,1600972200,2020,9,24,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91782,3,1600974000,2020,9,24,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91783,3,1600975800,2020,9,24,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91784,3,1600977600,2020,9,24,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91785,3,1600979400,2020,9,24,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91786,3,1600981200,2020,9,24,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91787,3,1600983000,2020,9,24,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91788,3,1601031600,2020,9,25,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91789,3,1601033400,2020,9,25,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91790,3,1601035200,2020,9,25,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91791,3,1601037000,2020,9,25,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91792,3,1601038800,2020,9,25,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91793,3,1601040600,2020,9,25,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91794,3,1601042400,2020,9,25,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91795,3,1601044200,2020,9,25,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91796,3,1601056800,2020,9,25,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91797,3,1601058600,2020,9,25,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91798,3,1601060400,2020,9,25,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91799,3,1601062200,2020,9,25,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91800,3,1601064000,2020,9,25,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91801,3,1601065800,2020,9,25,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91802,3,1601067600,2020,9,25,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91803,3,1601069400,2020,9,25,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91804,3,1601118000,2020,9,26,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91805,3,1601119800,2020,9,26,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91806,3,1601121600,2020,9,26,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91807,3,1601123400,2020,9,26,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91808,3,1601125200,2020,9,26,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91809,3,1601127000,2020,9,26,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91810,3,1601128800,2020,9,26,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91811,3,1601130600,2020,9,26,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91812,3,1601143200,2020,9,26,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91813,3,1601145000,2020,9,26,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91814,3,1601146800,2020,9,26,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91815,3,1601148600,2020,9,26,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91816,3,1601150400,2020,9,26,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91817,3,1601152200,2020,9,26,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91818,3,1601154000,2020,9,26,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91819,3,1601155800,2020,9,26,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91820,3,1601204400,2020,9,27,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91821,3,1601206200,2020,9,27,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91822,3,1601208000,2020,9,27,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91823,3,1601209800,2020,9,27,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91824,3,1601211600,2020,9,27,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91825,3,1601213400,2020,9,27,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91826,3,1601215200,2020,9,27,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91827,3,1601217000,2020,9,27,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91828,3,1601290800,2020,9,28,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91829,3,1601292600,2020,9,28,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91830,3,1601294400,2020,9,28,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91831,3,1601296200,2020,9,28,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91832,3,1601298000,2020,9,28,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91833,3,1601299800,2020,9,28,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91834,3,1601316000,2020,9,28,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91835,3,1601317800,2020,9,28,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91836,3,1601319600,2020,9,28,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91837,3,1601321400,2020,9,28,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91838,3,1601323200,2020,9,28,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91839,3,1601325000,2020,9,28,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91840,3,1601326800,2020,9,28,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91841,3,1601328600,2020,9,28,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91842,3,1601377200,2020,9,29,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91843,3,1601379000,2020,9,29,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91844,3,1601380800,2020,9,29,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91845,3,1601382600,2020,9,29,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91846,3,1601384400,2020,9,29,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91847,3,1601386200,2020,9,29,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91848,3,1601388000,2020,9,29,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91849,3,1601389800,2020,9,29,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91850,3,1601402400,2020,9,29,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91851,3,1601404200,2020,9,29,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91852,3,1601406000,2020,9,29,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91853,3,1601407800,2020,9,29,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91854,3,1601409600,2020,9,29,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91855,3,1601411400,2020,9,29,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91856,3,1601413200,2020,9,29,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91857,3,1601415000,2020,9,29,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91858,3,1601463600,2020,9,30,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91859,3,1601465400,2020,9,30,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91860,3,1601467200,2020,9,30,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91861,3,1601469000,2020,9,30,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91862,3,1601470800,2020,9,30,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91863,3,1601472600,2020,9,30,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91864,3,1601474400,2020,9,30,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91865,3,1601476200,2020,9,30,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91866,3,1601488800,2020,9,30,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91867,3,1601490600,2020,9,30,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91868,3,1601492400,2020,9,30,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91869,3,1601494200,2020,9,30,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91870,3,1601496000,2020,9,30,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91871,3,1601497800,2020,9,30,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91872,3,1601499600,2020,9,30,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91873,3,1601501400,2020,9,30,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91874,3,1601550000,2020,10,1,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91875,3,1601551800,2020,10,1,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91876,3,1601553600,2020,10,1,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91877,3,1601555400,2020,10,1,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91878,3,1601557200,2020,10,1,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91879,3,1601559000,2020,10,1,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91880,3,1601560800,2020,10,1,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91881,3,1601562600,2020,10,1,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91882,3,1601575200,2020,10,1,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91883,3,1601577000,2020,10,1,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91884,3,1601578800,2020,10,1,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91885,3,1601580600,2020,10,1,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91886,3,1601582400,2020,10,1,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91887,3,1601584200,2020,10,1,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91888,3,1601586000,2020,10,1,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91889,3,1601587800,2020,10,1,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91890,3,1601636400,2020,10,2,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91891,3,1601638200,2020,10,2,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91892,3,1601640000,2020,10,2,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91893,3,1601641800,2020,10,2,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91894,3,1601643600,2020,10,2,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91895,3,1601645400,2020,10,2,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91896,3,1601647200,2020,10,2,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91897,3,1601649000,2020,10,2,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(91898,3,1601661600,2020,10,2,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(91899,3,1601663400,2020,10,2,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(91900,3,1601665200,2020,10,2,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(91901,3,1601667000,2020,10,2,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(91902,3,1601668800,2020,10,2,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(91903,3,1601670600,2020,10,2,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(91904,3,1601672400,2020,10,2,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(91905,3,1601674200,2020,10,2,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(91906,3,1601722800,2020,10,3,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(91907,3,1601724600,2020,10,3,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(91908,3,1601726400,2020,10,3,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(91909,3,1601728200,2020,10,3,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(91910,3,1601730000,2020,10,3,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(91911,3,1601731800,2020,10,3,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(91912,3,1601733600,2020,10,3,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(91913,3,1601735400,2020,10,3,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(91914,3,1601748000,2020,10,3,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(91915,3,1601749800,2020,10,3,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(91916,3,1601751600,2020,10,3,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(91917,3,1601753400,2020,10,3,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(91918,3,1601755200,2020,10,3,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(91919,3,1601757000,2020,10,3,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(91920,3,1601758800,2020,10,3,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(91921,3,1601760600,2020,10,3,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(91922,3,1601809200,2020,10,4,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(91923,3,1601811000,2020,10,4,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(91924,3,1601812800,2020,10,4,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(91925,3,1601814600,2020,10,4,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(91926,3,1601816400,2020,10,4,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(91927,3,1601818200,2020,10,4,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(91928,3,1601820000,2020,10,4,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(91929,3,1601821800,2020,10,4,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(91930,3,1601895600,2020,10,5,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(91931,3,1601897400,2020,10,5,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(91932,3,1601899200,2020,10,5,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(91933,3,1601901000,2020,10,5,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(91934,3,1601902800,2020,10,5,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(91935,3,1601904600,2020,10,5,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(91936,3,1601920800,2020,10,5,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(91937,3,1601922600,2020,10,5,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(91938,3,1601924400,2020,10,5,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(91939,3,1601926200,2020,10,5,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(91940,3,1601928000,2020,10,5,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(91941,3,1601929800,2020,10,5,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(91942,3,1601931600,2020,10,5,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(91943,3,1601933400,2020,10,5,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(91944,3,1601982000,2020,10,6,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(91945,3,1601983800,2020,10,6,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(91946,3,1601985600,2020,10,6,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(91947,3,1601987400,2020,10,6,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(91948,3,1601989200,2020,10,6,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(91949,3,1601991000,2020,10,6,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(91950,3,1601992800,2020,10,6,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(91951,3,1601994600,2020,10,6,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(91952,3,1602007200,2020,10,6,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(91953,3,1602009000,2020,10,6,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(91954,3,1602010800,2020,10,6,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(91955,3,1602012600,2020,10,6,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(91956,3,1602014400,2020,10,6,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(91957,3,1602016200,2020,10,6,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(91958,3,1602018000,2020,10,6,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(91959,3,1602019800,2020,10,6,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(91960,3,1602068400,2020,10,7,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(91961,3,1602070200,2020,10,7,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(91962,3,1602072000,2020,10,7,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(91963,3,1602073800,2020,10,7,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(91964,3,1602075600,2020,10,7,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(91965,3,1602077400,2020,10,7,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(91966,3,1602079200,2020,10,7,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(91967,3,1602081000,2020,10,7,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(91968,3,1602093600,2020,10,7,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(91969,3,1602095400,2020,10,7,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(91970,3,1602097200,2020,10,7,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(91971,3,1602099000,2020,10,7,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(91972,3,1602100800,2020,10,7,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(91973,3,1602102600,2020,10,7,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(91974,3,1602104400,2020,10,7,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(91975,3,1602106200,2020,10,7,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(91976,3,1602154800,2020,10,8,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(91977,3,1602156600,2020,10,8,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(91978,3,1602158400,2020,10,8,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(91979,3,1602160200,2020,10,8,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(91980,3,1602162000,2020,10,8,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(91981,3,1602163800,2020,10,8,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(91982,3,1602165600,2020,10,8,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(91983,3,1602167400,2020,10,8,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(91984,3,1602180000,2020,10,8,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(91985,3,1602181800,2020,10,8,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(91986,3,1602183600,2020,10,8,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(91987,3,1602185400,2020,10,8,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(91988,3,1602187200,2020,10,8,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(91989,3,1602189000,2020,10,8,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(91990,3,1602190800,2020,10,8,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(91991,3,1602192600,2020,10,8,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(91992,3,1602241200,2020,10,9,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(91993,3,1602243000,2020,10,9,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(91994,3,1602244800,2020,10,9,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(91995,3,1602246600,2020,10,9,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(91996,3,1602248400,2020,10,9,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(91997,3,1602250200,2020,10,9,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(91998,3,1602252000,2020,10,9,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(91999,3,1602253800,2020,10,9,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92000,3,1602266400,2020,10,9,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92001,3,1602268200,2020,10,9,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92002,3,1602270000,2020,10,9,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92003,3,1602271800,2020,10,9,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92004,3,1602273600,2020,10,9,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92005,3,1602275400,2020,10,9,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92006,3,1602277200,2020,10,9,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92007,3,1602279000,2020,10,9,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92008,3,1602327600,2020,10,10,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92009,3,1602329400,2020,10,10,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92010,3,1602331200,2020,10,10,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92011,3,1602333000,2020,10,10,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92012,3,1602334800,2020,10,10,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92013,3,1602336600,2020,10,10,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92014,3,1602338400,2020,10,10,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92015,3,1602340200,2020,10,10,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92016,3,1602352800,2020,10,10,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92017,3,1602354600,2020,10,10,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92018,3,1602356400,2020,10,10,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92019,3,1602358200,2020,10,10,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92020,3,1602360000,2020,10,10,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92021,3,1602361800,2020,10,10,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92022,3,1602363600,2020,10,10,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92023,3,1602365400,2020,10,10,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92024,3,1602414000,2020,10,11,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92025,3,1602415800,2020,10,11,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92026,3,1602417600,2020,10,11,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92027,3,1602419400,2020,10,11,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92028,3,1602421200,2020,10,11,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92029,3,1602423000,2020,10,11,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92030,3,1602424800,2020,10,11,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92031,3,1602426600,2020,10,11,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92032,3,1602500400,2020,10,12,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92033,3,1602502200,2020,10,12,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92034,3,1602504000,2020,10,12,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92035,3,1602505800,2020,10,12,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92036,3,1602507600,2020,10,12,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92037,3,1602509400,2020,10,12,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92038,3,1602525600,2020,10,12,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92039,3,1602527400,2020,10,12,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92040,3,1602529200,2020,10,12,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92041,3,1602531000,2020,10,12,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92042,3,1602532800,2020,10,12,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92043,3,1602534600,2020,10,12,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92044,3,1602536400,2020,10,12,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92045,3,1602538200,2020,10,12,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92046,3,1602586800,2020,10,13,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92047,3,1602588600,2020,10,13,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92048,3,1602590400,2020,10,13,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92049,3,1602592200,2020,10,13,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92050,3,1602594000,2020,10,13,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92051,3,1602595800,2020,10,13,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92052,3,1602597600,2020,10,13,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92053,3,1602599400,2020,10,13,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92054,3,1602612000,2020,10,13,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92055,3,1602613800,2020,10,13,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92056,3,1602615600,2020,10,13,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92057,3,1602617400,2020,10,13,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92058,3,1602619200,2020,10,13,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92059,3,1602621000,2020,10,13,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92060,3,1602622800,2020,10,13,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92061,3,1602624600,2020,10,13,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92062,3,1602673200,2020,10,14,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92063,3,1602675000,2020,10,14,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92064,3,1602676800,2020,10,14,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92065,3,1602678600,2020,10,14,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92066,3,1602680400,2020,10,14,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92067,3,1602682200,2020,10,14,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92068,3,1602684000,2020,10,14,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92069,3,1602685800,2020,10,14,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92070,3,1602698400,2020,10,14,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92071,3,1602700200,2020,10,14,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92072,3,1602702000,2020,10,14,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92073,3,1602703800,2020,10,14,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92074,3,1602705600,2020,10,14,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92075,3,1602707400,2020,10,14,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92076,3,1602709200,2020,10,14,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92077,3,1602711000,2020,10,14,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92078,3,1602759600,2020,10,15,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92079,3,1602761400,2020,10,15,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92080,3,1602763200,2020,10,15,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92081,3,1602765000,2020,10,15,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92082,3,1602766800,2020,10,15,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92083,3,1602768600,2020,10,15,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92084,3,1602770400,2020,10,15,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92085,3,1602772200,2020,10,15,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92086,3,1602784800,2020,10,15,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92087,3,1602786600,2020,10,15,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92088,3,1602788400,2020,10,15,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92089,3,1602790200,2020,10,15,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92090,3,1602792000,2020,10,15,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92091,3,1602793800,2020,10,15,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92092,3,1602795600,2020,10,15,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92093,3,1602797400,2020,10,15,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92094,3,1602846000,2020,10,16,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92095,3,1602847800,2020,10,16,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92096,3,1602849600,2020,10,16,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92097,3,1602851400,2020,10,16,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92098,3,1602853200,2020,10,16,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92099,3,1602855000,2020,10,16,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92100,3,1602856800,2020,10,16,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92101,3,1602858600,2020,10,16,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92102,3,1602871200,2020,10,16,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92103,3,1602873000,2020,10,16,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92104,3,1602874800,2020,10,16,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92105,3,1602876600,2020,10,16,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92106,3,1602878400,2020,10,16,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92107,3,1602880200,2020,10,16,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92108,3,1602882000,2020,10,16,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92109,3,1602883800,2020,10,16,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92110,3,1602932400,2020,10,17,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92111,3,1602934200,2020,10,17,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92112,3,1602936000,2020,10,17,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92113,3,1602937800,2020,10,17,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92114,3,1602939600,2020,10,17,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92115,3,1602941400,2020,10,17,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92116,3,1602943200,2020,10,17,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92117,3,1602945000,2020,10,17,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92118,3,1602957600,2020,10,17,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92119,3,1602959400,2020,10,17,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92120,3,1602961200,2020,10,17,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92121,3,1602963000,2020,10,17,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92122,3,1602964800,2020,10,17,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92123,3,1602966600,2020,10,17,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92124,3,1602968400,2020,10,17,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92125,3,1602970200,2020,10,17,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92126,3,1603018800,2020,10,18,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92127,3,1603020600,2020,10,18,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92128,3,1603022400,2020,10,18,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92129,3,1603024200,2020,10,18,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92130,3,1603026000,2020,10,18,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92131,3,1603027800,2020,10,18,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92132,3,1603029600,2020,10,18,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92133,3,1603031400,2020,10,18,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92134,3,1603105200,2020,10,19,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92135,3,1603107000,2020,10,19,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92136,3,1603108800,2020,10,19,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92137,3,1603110600,2020,10,19,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92138,3,1603112400,2020,10,19,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92139,3,1603114200,2020,10,19,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92140,3,1603130400,2020,10,19,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92141,3,1603132200,2020,10,19,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92142,3,1603134000,2020,10,19,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92143,3,1603135800,2020,10,19,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92144,3,1603137600,2020,10,19,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92145,3,1603139400,2020,10,19,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92146,3,1603141200,2020,10,19,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92147,3,1603143000,2020,10,19,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92148,3,1603191600,2020,10,20,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92149,3,1603193400,2020,10,20,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92150,3,1603195200,2020,10,20,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92151,3,1603197000,2020,10,20,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92152,3,1603198800,2020,10,20,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92153,3,1603200600,2020,10,20,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92154,3,1603202400,2020,10,20,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92155,3,1603204200,2020,10,20,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92156,3,1603216800,2020,10,20,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92157,3,1603218600,2020,10,20,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92158,3,1603220400,2020,10,20,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92159,3,1603222200,2020,10,20,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92160,3,1603224000,2020,10,20,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92161,3,1603225800,2020,10,20,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92162,3,1603227600,2020,10,20,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92163,3,1603229400,2020,10,20,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92164,3,1603278000,2020,10,21,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92165,3,1603279800,2020,10,21,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92166,3,1603281600,2020,10,21,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92167,3,1603283400,2020,10,21,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92168,3,1603285200,2020,10,21,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92169,3,1603287000,2020,10,21,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92170,3,1603288800,2020,10,21,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92171,3,1603290600,2020,10,21,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92172,3,1603303200,2020,10,21,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92173,3,1603305000,2020,10,21,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92174,3,1603306800,2020,10,21,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92175,3,1603308600,2020,10,21,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92176,3,1603310400,2020,10,21,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92177,3,1603312200,2020,10,21,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92178,3,1603314000,2020,10,21,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92179,3,1603315800,2020,10,21,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92180,3,1603364400,2020,10,22,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92181,3,1603366200,2020,10,22,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92182,3,1603368000,2020,10,22,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92183,3,1603369800,2020,10,22,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92184,3,1603371600,2020,10,22,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92185,3,1603373400,2020,10,22,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92186,3,1603375200,2020,10,22,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92187,3,1603377000,2020,10,22,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92188,3,1603389600,2020,10,22,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92189,3,1603391400,2020,10,22,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92190,3,1603393200,2020,10,22,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92191,3,1603395000,2020,10,22,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92192,3,1603396800,2020,10,22,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92193,3,1603398600,2020,10,22,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92194,3,1603400400,2020,10,22,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92195,3,1603402200,2020,10,22,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92196,3,1603450800,2020,10,23,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92197,3,1603452600,2020,10,23,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92198,3,1603454400,2020,10,23,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92199,3,1603456200,2020,10,23,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92200,3,1603458000,2020,10,23,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92201,3,1603459800,2020,10,23,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92202,3,1603461600,2020,10,23,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92203,3,1603463400,2020,10,23,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92204,3,1603476000,2020,10,23,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92205,3,1603477800,2020,10,23,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92206,3,1603479600,2020,10,23,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92207,3,1603481400,2020,10,23,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92208,3,1603483200,2020,10,23,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92209,3,1603485000,2020,10,23,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92210,3,1603486800,2020,10,23,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92211,3,1603488600,2020,10,23,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92212,3,1603537200,2020,10,24,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92213,3,1603539000,2020,10,24,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92214,3,1603540800,2020,10,24,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92215,3,1603542600,2020,10,24,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92216,3,1603544400,2020,10,24,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92217,3,1603546200,2020,10,24,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92218,3,1603548000,2020,10,24,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92219,3,1603549800,2020,10,24,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92220,3,1603562400,2020,10,24,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92221,3,1603564200,2020,10,24,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92222,3,1603566000,2020,10,24,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92223,3,1603567800,2020,10,24,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92224,3,1603569600,2020,10,24,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92225,3,1603571400,2020,10,24,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92226,3,1603573200,2020,10,24,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92227,3,1603575000,2020,10,24,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92228,3,1603627200,2020,10,25,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92229,3,1603629000,2020,10,25,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92230,3,1603630800,2020,10,25,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92231,3,1603632600,2020,10,25,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92232,3,1603634400,2020,10,25,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92233,3,1603636200,2020,10,25,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92234,3,1603638000,2020,10,25,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92235,3,1603639800,2020,10,25,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92236,3,1603713600,2020,10,26,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92237,3,1603715400,2020,10,26,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92238,3,1603717200,2020,10,26,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92239,3,1603719000,2020,10,26,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92240,3,1603720800,2020,10,26,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92241,3,1603722600,2020,10,26,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92242,3,1603738800,2020,10,26,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92243,3,1603740600,2020,10,26,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92244,3,1603742400,2020,10,26,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92245,3,1603744200,2020,10,26,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92246,3,1603746000,2020,10,26,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92247,3,1603747800,2020,10,26,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92248,3,1603749600,2020,10,26,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92249,3,1603751400,2020,10,26,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92250,3,1603800000,2020,10,27,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92251,3,1603801800,2020,10,27,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92252,3,1603803600,2020,10,27,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92253,3,1603805400,2020,10,27,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92254,3,1603807200,2020,10,27,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92255,3,1603809000,2020,10,27,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92256,3,1603810800,2020,10,27,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92257,3,1603812600,2020,10,27,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92258,3,1603825200,2020,10,27,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92259,3,1603827000,2020,10,27,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92260,3,1603828800,2020,10,27,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92261,3,1603830600,2020,10,27,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92262,3,1603832400,2020,10,27,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92263,3,1603834200,2020,10,27,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92264,3,1603836000,2020,10,27,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92265,3,1603837800,2020,10,27,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92266,3,1603886400,2020,10,28,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92267,3,1603888200,2020,10,28,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92268,3,1603890000,2020,10,28,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92269,3,1603891800,2020,10,28,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92270,3,1603893600,2020,10,28,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92271,3,1603895400,2020,10,28,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92272,3,1603897200,2020,10,28,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92273,3,1603899000,2020,10,28,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92274,3,1603911600,2020,10,28,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92275,3,1603913400,2020,10,28,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92276,3,1603915200,2020,10,28,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92277,3,1603917000,2020,10,28,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92278,3,1603918800,2020,10,28,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92279,3,1603920600,2020,10,28,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92280,3,1603922400,2020,10,28,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92281,3,1603924200,2020,10,28,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92282,3,1603972800,2020,10,29,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92283,3,1603974600,2020,10,29,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92284,3,1603976400,2020,10,29,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92285,3,1603978200,2020,10,29,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92286,3,1603980000,2020,10,29,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92287,3,1603981800,2020,10,29,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92288,3,1603983600,2020,10,29,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92289,3,1603985400,2020,10,29,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92290,3,1603998000,2020,10,29,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92291,3,1603999800,2020,10,29,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92292,3,1604001600,2020,10,29,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92293,3,1604003400,2020,10,29,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92294,3,1604005200,2020,10,29,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92295,3,1604007000,2020,10,29,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92296,3,1604008800,2020,10,29,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92297,3,1604010600,2020,10,29,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92298,3,1604059200,2020,10,30,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92299,3,1604061000,2020,10,30,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92300,3,1604062800,2020,10,30,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92301,3,1604064600,2020,10,30,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92302,3,1604066400,2020,10,30,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92303,3,1604068200,2020,10,30,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92304,3,1604070000,2020,10,30,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92305,3,1604071800,2020,10,30,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92306,3,1604084400,2020,10,30,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92307,3,1604086200,2020,10,30,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92308,3,1604088000,2020,10,30,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92309,3,1604089800,2020,10,30,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92310,3,1604091600,2020,10,30,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92311,3,1604093400,2020,10,30,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92312,3,1604095200,2020,10,30,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92313,3,1604097000,2020,10,30,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92314,3,1604145600,2020,10,31,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92315,3,1604147400,2020,10,31,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92316,3,1604149200,2020,10,31,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92317,3,1604151000,2020,10,31,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92318,3,1604152800,2020,10,31,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92319,3,1604154600,2020,10,31,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92320,3,1604156400,2020,10,31,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92321,3,1604158200,2020,10,31,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92322,3,1604170800,2020,10,31,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92323,3,1604172600,2020,10,31,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92324,3,1604174400,2020,10,31,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92325,3,1604176200,2020,10,31,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92326,3,1604178000,2020,10,31,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92327,3,1604179800,2020,10,31,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92328,3,1604181600,2020,10,31,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92329,3,1604183400,2020,10,31,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92330,3,1604232000,2020,11,1,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92331,3,1604233800,2020,11,1,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92332,3,1604235600,2020,11,1,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92333,3,1604237400,2020,11,1,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92334,3,1604239200,2020,11,1,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92335,3,1604241000,2020,11,1,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92336,3,1604242800,2020,11,1,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92337,3,1604244600,2020,11,1,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92338,3,1604318400,2020,11,2,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92339,3,1604320200,2020,11,2,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92340,3,1604322000,2020,11,2,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92341,3,1604323800,2020,11,2,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92342,3,1604325600,2020,11,2,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92343,3,1604327400,2020,11,2,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92344,3,1604343600,2020,11,2,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92345,3,1604345400,2020,11,2,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92346,3,1604347200,2020,11,2,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92347,3,1604349000,2020,11,2,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92348,3,1604350800,2020,11,2,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92349,3,1604352600,2020,11,2,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92350,3,1604354400,2020,11,2,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92351,3,1604356200,2020,11,2,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92352,3,1604404800,2020,11,3,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92353,3,1604406600,2020,11,3,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92354,3,1604408400,2020,11,3,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92355,3,1604410200,2020,11,3,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92356,3,1604412000,2020,11,3,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92357,3,1604413800,2020,11,3,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92358,3,1604415600,2020,11,3,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92359,3,1604417400,2020,11,3,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92360,3,1604430000,2020,11,3,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92361,3,1604431800,2020,11,3,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92362,3,1604433600,2020,11,3,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92363,3,1604435400,2020,11,3,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92364,3,1604437200,2020,11,3,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92365,3,1604439000,2020,11,3,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92366,3,1604440800,2020,11,3,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92367,3,1604442600,2020,11,3,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92368,3,1604491200,2020,11,4,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92369,3,1604493000,2020,11,4,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92370,3,1604494800,2020,11,4,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92371,3,1604496600,2020,11,4,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92372,3,1604498400,2020,11,4,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92373,3,1604500200,2020,11,4,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92374,3,1604502000,2020,11,4,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92375,3,1604503800,2020,11,4,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92376,3,1604516400,2020,11,4,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92377,3,1604518200,2020,11,4,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92378,3,1604520000,2020,11,4,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92379,3,1604521800,2020,11,4,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92380,3,1604523600,2020,11,4,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92381,3,1604525400,2020,11,4,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92382,3,1604527200,2020,11,4,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92383,3,1604529000,2020,11,4,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92384,3,1604577600,2020,11,5,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92385,3,1604579400,2020,11,5,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92386,3,1604581200,2020,11,5,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92387,3,1604583000,2020,11,5,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92388,3,1604584800,2020,11,5,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92389,3,1604586600,2020,11,5,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92390,3,1604588400,2020,11,5,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92391,3,1604590200,2020,11,5,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92392,3,1604602800,2020,11,5,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92393,3,1604604600,2020,11,5,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92394,3,1604606400,2020,11,5,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92395,3,1604608200,2020,11,5,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92396,3,1604610000,2020,11,5,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92397,3,1604611800,2020,11,5,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92398,3,1604613600,2020,11,5,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92399,3,1604615400,2020,11,5,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92400,3,1604664000,2020,11,6,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92401,3,1604665800,2020,11,6,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92402,3,1604667600,2020,11,6,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92403,3,1604669400,2020,11,6,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92404,3,1604671200,2020,11,6,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92405,3,1604673000,2020,11,6,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92406,3,1604674800,2020,11,6,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92407,3,1604676600,2020,11,6,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92408,3,1604689200,2020,11,6,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92409,3,1604691000,2020,11,6,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92410,3,1604692800,2020,11,6,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92411,3,1604694600,2020,11,6,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92412,3,1604696400,2020,11,6,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92413,3,1604698200,2020,11,6,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92414,3,1604700000,2020,11,6,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92415,3,1604701800,2020,11,6,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92416,3,1604750400,2020,11,7,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92417,3,1604752200,2020,11,7,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92418,3,1604754000,2020,11,7,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92419,3,1604755800,2020,11,7,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92420,3,1604757600,2020,11,7,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92421,3,1604759400,2020,11,7,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92422,3,1604761200,2020,11,7,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92423,3,1604763000,2020,11,7,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92424,3,1604775600,2020,11,7,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92425,3,1604777400,2020,11,7,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92426,3,1604779200,2020,11,7,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92427,3,1604781000,2020,11,7,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92428,3,1604782800,2020,11,7,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92429,3,1604784600,2020,11,7,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92430,3,1604786400,2020,11,7,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92431,3,1604788200,2020,11,7,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92432,3,1604836800,2020,11,8,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92433,3,1604838600,2020,11,8,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92434,3,1604840400,2020,11,8,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92435,3,1604842200,2020,11,8,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92436,3,1604844000,2020,11,8,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92437,3,1604845800,2020,11,8,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92438,3,1604847600,2020,11,8,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92439,3,1604849400,2020,11,8,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92440,3,1604923200,2020,11,9,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92441,3,1604925000,2020,11,9,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92442,3,1604926800,2020,11,9,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92443,3,1604928600,2020,11,9,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92444,3,1604930400,2020,11,9,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92445,3,1604932200,2020,11,9,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92446,3,1604948400,2020,11,9,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92447,3,1604950200,2020,11,9,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92448,3,1604952000,2020,11,9,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92449,3,1604953800,2020,11,9,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92450,3,1604955600,2020,11,9,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92451,3,1604957400,2020,11,9,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92452,3,1604959200,2020,11,9,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92453,3,1604961000,2020,11,9,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92454,3,1605009600,2020,11,10,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92455,3,1605011400,2020,11,10,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92456,3,1605013200,2020,11,10,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92457,3,1605015000,2020,11,10,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92458,3,1605016800,2020,11,10,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92459,3,1605018600,2020,11,10,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92460,3,1605020400,2020,11,10,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92461,3,1605022200,2020,11,10,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92462,3,1605034800,2020,11,10,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92463,3,1605036600,2020,11,10,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92464,3,1605038400,2020,11,10,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92465,3,1605040200,2020,11,10,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92466,3,1605042000,2020,11,10,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92467,3,1605043800,2020,11,10,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92468,3,1605045600,2020,11,10,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92469,3,1605047400,2020,11,10,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92470,3,1605096000,2020,11,11,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92471,3,1605097800,2020,11,11,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92472,3,1605099600,2020,11,11,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92473,3,1605101400,2020,11,11,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92474,3,1605103200,2020,11,11,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92475,3,1605105000,2020,11,11,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92476,3,1605106800,2020,11,11,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92477,3,1605108600,2020,11,11,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92478,3,1605121200,2020,11,11,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92479,3,1605123000,2020,11,11,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92480,3,1605124800,2020,11,11,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92481,3,1605126600,2020,11,11,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92482,3,1605128400,2020,11,11,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92483,3,1605130200,2020,11,11,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92484,3,1605132000,2020,11,11,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92485,3,1605133800,2020,11,11,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92486,3,1605182400,2020,11,12,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92487,3,1605184200,2020,11,12,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92488,3,1605186000,2020,11,12,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92489,3,1605187800,2020,11,12,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92490,3,1605189600,2020,11,12,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92491,3,1605191400,2020,11,12,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92492,3,1605193200,2020,11,12,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92493,3,1605195000,2020,11,12,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92494,3,1605207600,2020,11,12,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92495,3,1605209400,2020,11,12,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92496,3,1605211200,2020,11,12,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92497,3,1605213000,2020,11,12,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92498,3,1605214800,2020,11,12,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92499,3,1605216600,2020,11,12,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92500,3,1605218400,2020,11,12,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92501,3,1605220200,2020,11,12,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92502,3,1605268800,2020,11,13,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92503,3,1605270600,2020,11,13,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92504,3,1605272400,2020,11,13,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92505,3,1605274200,2020,11,13,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92506,3,1605276000,2020,11,13,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92507,3,1605277800,2020,11,13,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92508,3,1605279600,2020,11,13,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92509,3,1605281400,2020,11,13,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92510,3,1605294000,2020,11,13,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92511,3,1605295800,2020,11,13,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92512,3,1605297600,2020,11,13,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92513,3,1605299400,2020,11,13,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92514,3,1605301200,2020,11,13,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92515,3,1605303000,2020,11,13,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92516,3,1605304800,2020,11,13,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92517,3,1605306600,2020,11,13,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92518,3,1605355200,2020,11,14,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92519,3,1605357000,2020,11,14,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92520,3,1605358800,2020,11,14,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92521,3,1605360600,2020,11,14,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92522,3,1605362400,2020,11,14,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92523,3,1605364200,2020,11,14,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92524,3,1605366000,2020,11,14,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92525,3,1605367800,2020,11,14,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92526,3,1605380400,2020,11,14,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92527,3,1605382200,2020,11,14,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92528,3,1605384000,2020,11,14,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92529,3,1605385800,2020,11,14,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92530,3,1605387600,2020,11,14,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92531,3,1605389400,2020,11,14,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92532,3,1605391200,2020,11,14,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92533,3,1605393000,2020,11,14,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92534,3,1605441600,2020,11,15,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92535,3,1605443400,2020,11,15,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92536,3,1605445200,2020,11,15,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92537,3,1605447000,2020,11,15,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92538,3,1605448800,2020,11,15,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92539,3,1605450600,2020,11,15,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92540,3,1605452400,2020,11,15,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92541,3,1605454200,2020,11,15,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92542,3,1605528000,2020,11,16,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92543,3,1605529800,2020,11,16,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92544,3,1605531600,2020,11,16,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92545,3,1605533400,2020,11,16,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92546,3,1605535200,2020,11,16,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92547,3,1605537000,2020,11,16,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92548,3,1605553200,2020,11,16,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92549,3,1605555000,2020,11,16,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92550,3,1605556800,2020,11,16,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92551,3,1605558600,2020,11,16,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92552,3,1605560400,2020,11,16,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92553,3,1605562200,2020,11,16,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92554,3,1605564000,2020,11,16,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92555,3,1605565800,2020,11,16,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92556,3,1605614400,2020,11,17,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92557,3,1605616200,2020,11,17,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92558,3,1605618000,2020,11,17,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92559,3,1605619800,2020,11,17,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92560,3,1605621600,2020,11,17,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92561,3,1605623400,2020,11,17,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92562,3,1605625200,2020,11,17,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92563,3,1605627000,2020,11,17,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92564,3,1605639600,2020,11,17,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92565,3,1605641400,2020,11,17,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92566,3,1605643200,2020,11,17,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92567,3,1605645000,2020,11,17,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92568,3,1605646800,2020,11,17,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92569,3,1605648600,2020,11,17,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92570,3,1605650400,2020,11,17,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92571,3,1605652200,2020,11,17,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92572,3,1605700800,2020,11,18,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92573,3,1605702600,2020,11,18,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92574,3,1605704400,2020,11,18,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92575,3,1605706200,2020,11,18,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92576,3,1605708000,2020,11,18,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92577,3,1605709800,2020,11,18,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92578,3,1605711600,2020,11,18,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92579,3,1605713400,2020,11,18,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92580,3,1605726000,2020,11,18,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92581,3,1605727800,2020,11,18,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92582,3,1605729600,2020,11,18,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92583,3,1605731400,2020,11,18,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92584,3,1605733200,2020,11,18,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92585,3,1605735000,2020,11,18,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92586,3,1605736800,2020,11,18,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92587,3,1605738600,2020,11,18,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92588,3,1605787200,2020,11,19,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92589,3,1605789000,2020,11,19,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92590,3,1605790800,2020,11,19,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92591,3,1605792600,2020,11,19,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92592,3,1605794400,2020,11,19,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92593,3,1605796200,2020,11,19,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92594,3,1605798000,2020,11,19,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92595,3,1605799800,2020,11,19,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92596,3,1605812400,2020,11,19,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92597,3,1605814200,2020,11,19,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92598,3,1605816000,2020,11,19,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92599,3,1605817800,2020,11,19,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92600,3,1605819600,2020,11,19,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92601,3,1605821400,2020,11,19,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92602,3,1605823200,2020,11,19,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92603,3,1605825000,2020,11,19,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92604,3,1605873600,2020,11,20,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92605,3,1605875400,2020,11,20,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92606,3,1605877200,2020,11,20,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92607,3,1605879000,2020,11,20,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92608,3,1605880800,2020,11,20,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92609,3,1605882600,2020,11,20,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92610,3,1605884400,2020,11,20,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92611,3,1605886200,2020,11,20,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92612,3,1605898800,2020,11,20,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92613,3,1605900600,2020,11,20,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92614,3,1605902400,2020,11,20,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92615,3,1605904200,2020,11,20,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92616,3,1605906000,2020,11,20,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92617,3,1605907800,2020,11,20,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92618,3,1605909600,2020,11,20,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92619,3,1605911400,2020,11,20,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92620,3,1605960000,2020,11,21,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92621,3,1605961800,2020,11,21,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92622,3,1605963600,2020,11,21,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92623,3,1605965400,2020,11,21,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92624,3,1605967200,2020,11,21,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92625,3,1605969000,2020,11,21,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92626,3,1605970800,2020,11,21,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92627,3,1605972600,2020,11,21,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92628,3,1605985200,2020,11,21,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92629,3,1605987000,2020,11,21,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92630,3,1605988800,2020,11,21,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92631,3,1605990600,2020,11,21,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92632,3,1605992400,2020,11,21,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92633,3,1605994200,2020,11,21,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92634,3,1605996000,2020,11,21,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92635,3,1605997800,2020,11,21,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92636,3,1606046400,2020,11,22,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92637,3,1606048200,2020,11,22,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92638,3,1606050000,2020,11,22,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92639,3,1606051800,2020,11,22,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92640,3,1606053600,2020,11,22,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92641,3,1606055400,2020,11,22,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92642,3,1606057200,2020,11,22,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92643,3,1606059000,2020,11,22,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92644,3,1606132800,2020,11,23,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92645,3,1606134600,2020,11,23,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92646,3,1606136400,2020,11,23,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92647,3,1606138200,2020,11,23,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92648,3,1606140000,2020,11,23,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92649,3,1606141800,2020,11,23,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92650,3,1606158000,2020,11,23,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92651,3,1606159800,2020,11,23,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92652,3,1606161600,2020,11,23,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92653,3,1606163400,2020,11,23,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92654,3,1606165200,2020,11,23,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92655,3,1606167000,2020,11,23,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92656,3,1606168800,2020,11,23,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92657,3,1606170600,2020,11,23,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92658,3,1606219200,2020,11,24,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92659,3,1606221000,2020,11,24,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92660,3,1606222800,2020,11,24,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92661,3,1606224600,2020,11,24,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92662,3,1606226400,2020,11,24,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92663,3,1606228200,2020,11,24,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92664,3,1606230000,2020,11,24,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92665,3,1606231800,2020,11,24,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92666,3,1606244400,2020,11,24,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92667,3,1606246200,2020,11,24,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92668,3,1606248000,2020,11,24,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92669,3,1606249800,2020,11,24,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92670,3,1606251600,2020,11,24,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92671,3,1606253400,2020,11,24,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92672,3,1606255200,2020,11,24,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92673,3,1606257000,2020,11,24,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92674,3,1606305600,2020,11,25,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92675,3,1606307400,2020,11,25,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92676,3,1606309200,2020,11,25,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92677,3,1606311000,2020,11,25,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92678,3,1606312800,2020,11,25,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92679,3,1606314600,2020,11,25,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92680,3,1606316400,2020,11,25,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92681,3,1606318200,2020,11,25,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92682,3,1606330800,2020,11,25,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92683,3,1606332600,2020,11,25,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92684,3,1606334400,2020,11,25,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92685,3,1606336200,2020,11,25,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92686,3,1606338000,2020,11,25,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92687,3,1606339800,2020,11,25,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92688,3,1606341600,2020,11,25,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92689,3,1606343400,2020,11,25,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92690,3,1606392000,2020,11,26,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92691,3,1606393800,2020,11,26,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92692,3,1606395600,2020,11,26,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92693,3,1606397400,2020,11,26,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92694,3,1606399200,2020,11,26,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92695,3,1606401000,2020,11,26,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92696,3,1606402800,2020,11,26,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92697,3,1606404600,2020,11,26,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92698,3,1606417200,2020,11,26,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92699,3,1606419000,2020,11,26,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92700,3,1606420800,2020,11,26,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92701,3,1606422600,2020,11,26,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92702,3,1606424400,2020,11,26,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92703,3,1606426200,2020,11,26,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92704,3,1606428000,2020,11,26,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92705,3,1606429800,2020,11,26,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92706,3,1606478400,2020,11,27,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92707,3,1606480200,2020,11,27,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92708,3,1606482000,2020,11,27,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92709,3,1606483800,2020,11,27,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92710,3,1606485600,2020,11,27,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92711,3,1606487400,2020,11,27,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92712,3,1606489200,2020,11,27,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92713,3,1606491000,2020,11,27,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92714,3,1606503600,2020,11,27,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92715,3,1606505400,2020,11,27,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92716,3,1606507200,2020,11,27,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92717,3,1606509000,2020,11,27,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92718,3,1606510800,2020,11,27,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92719,3,1606512600,2020,11,27,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92720,3,1606514400,2020,11,27,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92721,3,1606516200,2020,11,27,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92722,3,1606564800,2020,11,28,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92723,3,1606566600,2020,11,28,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92724,3,1606568400,2020,11,28,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92725,3,1606570200,2020,11,28,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92726,3,1606572000,2020,11,28,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92727,3,1606573800,2020,11,28,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92728,3,1606575600,2020,11,28,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92729,3,1606577400,2020,11,28,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92730,3,1606590000,2020,11,28,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92731,3,1606591800,2020,11,28,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92732,3,1606593600,2020,11,28,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92733,3,1606595400,2020,11,28,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92734,3,1606597200,2020,11,28,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92735,3,1606599000,2020,11,28,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92736,3,1606600800,2020,11,28,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92737,3,1606602600,2020,11,28,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92738,3,1606651200,2020,11,29,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92739,3,1606653000,2020,11,29,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92740,3,1606654800,2020,11,29,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92741,3,1606656600,2020,11,29,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92742,3,1606658400,2020,11,29,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92743,3,1606660200,2020,11,29,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92744,3,1606662000,2020,11,29,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92745,3,1606663800,2020,11,29,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92746,3,1606737600,2020,11,30,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92747,3,1606739400,2020,11,30,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92748,3,1606741200,2020,11,30,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92749,3,1606743000,2020,11,30,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92750,3,1606744800,2020,11,30,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92751,3,1606746600,2020,11,30,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92752,3,1606762800,2020,11,30,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92753,3,1606764600,2020,11,30,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92754,3,1606766400,2020,11,30,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92755,3,1606768200,2020,11,30,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92756,3,1606770000,2020,11,30,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92757,3,1606771800,2020,11,30,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92758,3,1606773600,2020,11,30,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92759,3,1606775400,2020,11,30,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92760,3,1606824000,2020,12,1,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92761,3,1606825800,2020,12,1,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92762,3,1606827600,2020,12,1,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92763,3,1606829400,2020,12,1,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92764,3,1606831200,2020,12,1,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92765,3,1606833000,2020,12,1,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92766,3,1606834800,2020,12,1,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92767,3,1606836600,2020,12,1,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92768,3,1606849200,2020,12,1,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92769,3,1606851000,2020,12,1,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92770,3,1606852800,2020,12,1,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92771,3,1606854600,2020,12,1,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92772,3,1606856400,2020,12,1,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92773,3,1606858200,2020,12,1,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92774,3,1606860000,2020,12,1,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92775,3,1606861800,2020,12,1,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92776,3,1606910400,2020,12,2,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92777,3,1606912200,2020,12,2,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92778,3,1606914000,2020,12,2,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92779,3,1606915800,2020,12,2,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92780,3,1606917600,2020,12,2,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92781,3,1606919400,2020,12,2,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92782,3,1606921200,2020,12,2,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92783,3,1606923000,2020,12,2,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92784,3,1606935600,2020,12,2,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92785,3,1606937400,2020,12,2,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92786,3,1606939200,2020,12,2,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92787,3,1606941000,2020,12,2,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92788,3,1606942800,2020,12,2,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92789,3,1606944600,2020,12,2,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92790,3,1606946400,2020,12,2,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92791,3,1606948200,2020,12,2,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92792,3,1606996800,2020,12,3,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92793,3,1606998600,2020,12,3,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92794,3,1607000400,2020,12,3,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92795,3,1607002200,2020,12,3,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92796,3,1607004000,2020,12,3,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92797,3,1607005800,2020,12,3,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92798,3,1607007600,2020,12,3,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92799,3,1607009400,2020,12,3,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92800,3,1607022000,2020,12,3,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92801,3,1607023800,2020,12,3,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92802,3,1607025600,2020,12,3,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(92803,3,1607027400,2020,12,3,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92804,3,1607029200,2020,12,3,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92805,3,1607031000,2020,12,3,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92806,3,1607032800,2020,12,3,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92807,3,1607034600,2020,12,3,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92808,3,1607083200,2020,12,4,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92809,3,1607085000,2020,12,4,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92810,3,1607086800,2020,12,4,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92811,3,1607088600,2020,12,4,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92812,3,1607090400,2020,12,4,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92813,3,1607092200,2020,12,4,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92814,3,1607094000,2020,12,4,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92815,3,1607095800,2020,12,4,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92816,3,1607108400,2020,12,4,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92817,3,1607110200,2020,12,4,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92818,3,1607112000,2020,12,4,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92819,3,1607113800,2020,12,4,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92820,3,1607115600,2020,12,4,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92821,3,1607117400,2020,12,4,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92822,3,1607119200,2020,12,4,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92823,3,1607121000,2020,12,4,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92824,3,1607169600,2020,12,5,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92825,3,1607171400,2020,12,5,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92826,3,1607173200,2020,12,5,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92827,3,1607175000,2020,12,5,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92828,3,1607176800,2020,12,5,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92829,3,1607178600,2020,12,5,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92830,3,1607180400,2020,12,5,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92831,3,1607182200,2020,12,5,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92832,3,1607194800,2020,12,5,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92833,3,1607196600,2020,12,5,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92834,3,1607198400,2020,12,5,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92835,3,1607200200,2020,12,5,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92836,3,1607202000,2020,12,5,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92837,3,1607203800,2020,12,5,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92838,3,1607205600,2020,12,5,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92839,3,1607207400,2020,12,5,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92840,3,1607256000,2020,12,6,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92841,3,1607257800,2020,12,6,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92842,3,1607259600,2020,12,6,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92843,3,1607261400,2020,12,6,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92844,3,1607263200,2020,12,6,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92845,3,1607265000,2020,12,6,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92846,3,1607266800,2020,12,6,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92847,3,1607268600,2020,12,6,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92848,3,1607342400,2020,12,7,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92849,3,1607344200,2020,12,7,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92850,3,1607346000,2020,12,7,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92851,3,1607347800,2020,12,7,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92852,3,1607349600,2020,12,7,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92853,3,1607351400,2020,12,7,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92854,3,1607367600,2020,12,7,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92855,3,1607369400,2020,12,7,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92856,3,1607371200,2020,12,7,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92857,3,1607373000,2020,12,7,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92858,3,1607374800,2020,12,7,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92859,3,1607376600,2020,12,7,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92860,3,1607378400,2020,12,7,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92861,3,1607380200,2020,12,7,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92862,3,1607428800,2020,12,8,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92863,3,1607430600,2020,12,8,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92864,3,1607432400,2020,12,8,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92865,3,1607434200,2020,12,8,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92866,3,1607436000,2020,12,8,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92867,3,1607437800,2020,12,8,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92868,3,1607439600,2020,12,8,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92869,3,1607441400,2020,12,8,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92870,3,1607454000,2020,12,8,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92871,3,1607455800,2020,12,8,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92872,3,1607457600,2020,12,8,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92873,3,1607459400,2020,12,8,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92874,3,1607461200,2020,12,8,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92875,3,1607463000,2020,12,8,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92876,3,1607464800,2020,12,8,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92877,3,1607466600,2020,12,8,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92878,3,1607515200,2020,12,9,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92879,3,1607517000,2020,12,9,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92880,3,1607518800,2020,12,9,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92881,3,1607520600,2020,12,9,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92882,3,1607522400,2020,12,9,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92883,3,1607524200,2020,12,9,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92884,3,1607526000,2020,12,9,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92885,3,1607527800,2020,12,9,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92886,3,1607540400,2020,12,9,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92887,3,1607542200,2020,12,9,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92888,3,1607544000,2020,12,9,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92889,3,1607545800,2020,12,9,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92890,3,1607547600,2020,12,9,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92891,3,1607549400,2020,12,9,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92892,3,1607551200,2020,12,9,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92893,3,1607553000,2020,12,9,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92894,3,1607601600,2020,12,10,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92895,3,1607603400,2020,12,10,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92896,3,1607605200,2020,12,10,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92897,3,1607607000,2020,12,10,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(92898,3,1607608800,2020,12,10,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(92899,3,1607610600,2020,12,10,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(92900,3,1607612400,2020,12,10,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(92901,3,1607614200,2020,12,10,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(92902,3,1607626800,2020,12,10,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(92903,3,1607628600,2020,12,10,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(92904,3,1607630400,2020,12,10,4,21,0,'',0,99,99,0,0,'false','false',1566053644);
INSERT INTO `wpdl_booking_package_schedule` VALUES (92905,3,1607632200,2020,12,10,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(92906,3,1607634000,2020,12,10,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(92907,3,1607635800,2020,12,10,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(92908,3,1607637600,2020,12,10,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(92909,3,1607639400,2020,12,10,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(92910,3,1607688000,2020,12,11,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(92911,3,1607689800,2020,12,11,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(92912,3,1607691600,2020,12,11,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(92913,3,1607693400,2020,12,11,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(92914,3,1607695200,2020,12,11,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(92915,3,1607697000,2020,12,11,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(92916,3,1607698800,2020,12,11,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(92917,3,1607700600,2020,12,11,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(92918,3,1607713200,2020,12,11,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(92919,3,1607715000,2020,12,11,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(92920,3,1607716800,2020,12,11,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(92921,3,1607718600,2020,12,11,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(92922,3,1607720400,2020,12,11,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(92923,3,1607722200,2020,12,11,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(92924,3,1607724000,2020,12,11,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(92925,3,1607725800,2020,12,11,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(92926,3,1607774400,2020,12,12,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(92927,3,1607776200,2020,12,12,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(92928,3,1607778000,2020,12,12,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(92929,3,1607779800,2020,12,12,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(92930,3,1607781600,2020,12,12,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(92931,3,1607783400,2020,12,12,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(92932,3,1607785200,2020,12,12,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(92933,3,1607787000,2020,12,12,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(92934,3,1607799600,2020,12,12,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(92935,3,1607801400,2020,12,12,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(92936,3,1607803200,2020,12,12,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(92937,3,1607805000,2020,12,12,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(92938,3,1607806800,2020,12,12,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(92939,3,1607808600,2020,12,12,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(92940,3,1607810400,2020,12,12,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(92941,3,1607812200,2020,12,12,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(92942,3,1607860800,2020,12,13,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(92943,3,1607862600,2020,12,13,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(92944,3,1607864400,2020,12,13,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(92945,3,1607866200,2020,12,13,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(92946,3,1607868000,2020,12,13,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(92947,3,1607869800,2020,12,13,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(92948,3,1607871600,2020,12,13,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(92949,3,1607873400,2020,12,13,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(92950,3,1607947200,2020,12,14,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(92951,3,1607949000,2020,12,14,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(92952,3,1607950800,2020,12,14,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(92953,3,1607952600,2020,12,14,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(92954,3,1607954400,2020,12,14,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(92955,3,1607956200,2020,12,14,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(92956,3,1607972400,2020,12,14,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(92957,3,1607974200,2020,12,14,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(92958,3,1607976000,2020,12,14,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(92959,3,1607977800,2020,12,14,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(92960,3,1607979600,2020,12,14,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(92961,3,1607981400,2020,12,14,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(92962,3,1607983200,2020,12,14,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(92963,3,1607985000,2020,12,14,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(92964,3,1608033600,2020,12,15,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(92965,3,1608035400,2020,12,15,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(92966,3,1608037200,2020,12,15,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(92967,3,1608039000,2020,12,15,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(92968,3,1608040800,2020,12,15,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(92969,3,1608042600,2020,12,15,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(92970,3,1608044400,2020,12,15,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(92971,3,1608046200,2020,12,15,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(92972,3,1608058800,2020,12,15,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(92973,3,1608060600,2020,12,15,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(92974,3,1608062400,2020,12,15,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(92975,3,1608064200,2020,12,15,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(92976,3,1608066000,2020,12,15,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(92977,3,1608067800,2020,12,15,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(92978,3,1608069600,2020,12,15,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(92979,3,1608071400,2020,12,15,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(92980,3,1608120000,2020,12,16,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(92981,3,1608121800,2020,12,16,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(92982,3,1608123600,2020,12,16,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(92983,3,1608125400,2020,12,16,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(92984,3,1608127200,2020,12,16,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(92985,3,1608129000,2020,12,16,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(92986,3,1608130800,2020,12,16,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(92987,3,1608132600,2020,12,16,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(92988,3,1608145200,2020,12,16,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(92989,3,1608147000,2020,12,16,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(92990,3,1608148800,2020,12,16,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(92991,3,1608150600,2020,12,16,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(92992,3,1608152400,2020,12,16,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(92993,3,1608154200,2020,12,16,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(92994,3,1608156000,2020,12,16,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(92995,3,1608157800,2020,12,16,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(92996,3,1608206400,2020,12,17,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(92997,3,1608208200,2020,12,17,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(92998,3,1608210000,2020,12,17,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(92999,3,1608211800,2020,12,17,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93000,3,1608213600,2020,12,17,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93001,3,1608215400,2020,12,17,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93002,3,1608217200,2020,12,17,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93003,3,1608219000,2020,12,17,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93004,3,1608231600,2020,12,17,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93005,3,1608233400,2020,12,17,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93006,3,1608235200,2020,12,17,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93007,3,1608237000,2020,12,17,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93008,3,1608238800,2020,12,17,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93009,3,1608240600,2020,12,17,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93010,3,1608242400,2020,12,17,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93011,3,1608244200,2020,12,17,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93012,3,1608292800,2020,12,18,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93013,3,1608294600,2020,12,18,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93014,3,1608296400,2020,12,18,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93015,3,1608298200,2020,12,18,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93016,3,1608300000,2020,12,18,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93017,3,1608301800,2020,12,18,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93018,3,1608303600,2020,12,18,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93019,3,1608305400,2020,12,18,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93020,3,1608318000,2020,12,18,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93021,3,1608319800,2020,12,18,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93022,3,1608321600,2020,12,18,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93023,3,1608323400,2020,12,18,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93024,3,1608325200,2020,12,18,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93025,3,1608327000,2020,12,18,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93026,3,1608328800,2020,12,18,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93027,3,1608330600,2020,12,18,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93028,3,1608379200,2020,12,19,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93029,3,1608381000,2020,12,19,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93030,3,1608382800,2020,12,19,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93031,3,1608384600,2020,12,19,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93032,3,1608386400,2020,12,19,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93033,3,1608388200,2020,12,19,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93034,3,1608390000,2020,12,19,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93035,3,1608391800,2020,12,19,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93036,3,1608404400,2020,12,19,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93037,3,1608406200,2020,12,19,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93038,3,1608408000,2020,12,19,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93039,3,1608409800,2020,12,19,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93040,3,1608411600,2020,12,19,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93041,3,1608413400,2020,12,19,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93042,3,1608415200,2020,12,19,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93043,3,1608417000,2020,12,19,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93044,3,1608465600,2020,12,20,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93045,3,1608467400,2020,12,20,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93046,3,1608469200,2020,12,20,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93047,3,1608471000,2020,12,20,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93048,3,1608472800,2020,12,20,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93049,3,1608474600,2020,12,20,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93050,3,1608476400,2020,12,20,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93051,3,1608478200,2020,12,20,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93052,3,1608552000,2020,12,21,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93053,3,1608553800,2020,12,21,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93054,3,1608555600,2020,12,21,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93055,3,1608557400,2020,12,21,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93056,3,1608559200,2020,12,21,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93057,3,1608561000,2020,12,21,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93058,3,1608577200,2020,12,21,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93059,3,1608579000,2020,12,21,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93060,3,1608580800,2020,12,21,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93061,3,1608582600,2020,12,21,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93062,3,1608584400,2020,12,21,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93063,3,1608586200,2020,12,21,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93064,3,1608588000,2020,12,21,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93065,3,1608589800,2020,12,21,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93066,3,1608638400,2020,12,22,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93067,3,1608640200,2020,12,22,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93068,3,1608642000,2020,12,22,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93069,3,1608643800,2020,12,22,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93070,3,1608645600,2020,12,22,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93071,3,1608647400,2020,12,22,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93072,3,1608649200,2020,12,22,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93073,3,1608651000,2020,12,22,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93074,3,1608663600,2020,12,22,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93075,3,1608665400,2020,12,22,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93076,3,1608667200,2020,12,22,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93077,3,1608669000,2020,12,22,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93078,3,1608670800,2020,12,22,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93079,3,1608672600,2020,12,22,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93080,3,1608674400,2020,12,22,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93081,3,1608676200,2020,12,22,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93082,3,1608724800,2020,12,23,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93083,3,1608726600,2020,12,23,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93084,3,1608728400,2020,12,23,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93085,3,1608730200,2020,12,23,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93086,3,1608732000,2020,12,23,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93087,3,1608733800,2020,12,23,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93088,3,1608735600,2020,12,23,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93089,3,1608737400,2020,12,23,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93090,3,1608750000,2020,12,23,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93091,3,1608751800,2020,12,23,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93092,3,1608753600,2020,12,23,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93093,3,1608755400,2020,12,23,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93094,3,1608757200,2020,12,23,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93095,3,1608759000,2020,12,23,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93096,3,1608760800,2020,12,23,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93097,3,1608762600,2020,12,23,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93098,3,1608811200,2020,12,24,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93099,3,1608813000,2020,12,24,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93100,3,1608814800,2020,12,24,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93101,3,1608816600,2020,12,24,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93102,3,1608818400,2020,12,24,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93103,3,1608820200,2020,12,24,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93104,3,1608822000,2020,12,24,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93105,3,1608823800,2020,12,24,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93106,3,1608836400,2020,12,24,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93107,3,1608838200,2020,12,24,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93108,3,1608840000,2020,12,24,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93109,3,1608841800,2020,12,24,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93110,3,1608843600,2020,12,24,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93111,3,1608845400,2020,12,24,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93112,3,1608847200,2020,12,24,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93113,3,1608849000,2020,12,24,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93114,3,1608897600,2020,12,25,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93115,3,1608899400,2020,12,25,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93116,3,1608901200,2020,12,25,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93117,3,1608903000,2020,12,25,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93118,3,1608904800,2020,12,25,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93119,3,1608906600,2020,12,25,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93120,3,1608908400,2020,12,25,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93121,3,1608910200,2020,12,25,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93122,3,1608922800,2020,12,25,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93123,3,1608924600,2020,12,25,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93124,3,1608926400,2020,12,25,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93125,3,1608928200,2020,12,25,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93126,3,1608930000,2020,12,25,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93127,3,1608931800,2020,12,25,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93128,3,1608933600,2020,12,25,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93129,3,1608935400,2020,12,25,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93130,3,1608984000,2020,12,26,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93131,3,1608985800,2020,12,26,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93132,3,1608987600,2020,12,26,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93133,3,1608989400,2020,12,26,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93134,3,1608991200,2020,12,26,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93135,3,1608993000,2020,12,26,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93136,3,1608994800,2020,12,26,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93137,3,1608996600,2020,12,26,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93138,3,1609009200,2020,12,26,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93139,3,1609011000,2020,12,26,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93140,3,1609012800,2020,12,26,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93141,3,1609014600,2020,12,26,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93142,3,1609016400,2020,12,26,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93143,3,1609018200,2020,12,26,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93144,3,1609020000,2020,12,26,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93145,3,1609021800,2020,12,26,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93146,3,1609070400,2020,12,27,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93147,3,1609072200,2020,12,27,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93148,3,1609074000,2020,12,27,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93149,3,1609075800,2020,12,27,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93150,3,1609077600,2020,12,27,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93151,3,1609079400,2020,12,27,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93152,3,1609081200,2020,12,27,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93153,3,1609083000,2020,12,27,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93154,3,1609156800,2020,12,28,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93155,3,1609158600,2020,12,28,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93156,3,1609160400,2020,12,28,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93157,3,1609162200,2020,12,28,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93158,3,1609164000,2020,12,28,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93159,3,1609165800,2020,12,28,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93160,3,1609182000,2020,12,28,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93161,3,1609183800,2020,12,28,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93162,3,1609185600,2020,12,28,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93163,3,1609187400,2020,12,28,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93164,3,1609189200,2020,12,28,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93165,3,1609191000,2020,12,28,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93166,3,1609192800,2020,12,28,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93167,3,1609194600,2020,12,28,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93168,3,1609243200,2020,12,29,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93169,3,1609245000,2020,12,29,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93170,3,1609246800,2020,12,29,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93171,3,1609248600,2020,12,29,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93172,3,1609250400,2020,12,29,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93173,3,1609252200,2020,12,29,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93174,3,1609254000,2020,12,29,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93175,3,1609255800,2020,12,29,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93176,3,1609268400,2020,12,29,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93177,3,1609270200,2020,12,29,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93178,3,1609272000,2020,12,29,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93179,3,1609273800,2020,12,29,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93180,3,1609275600,2020,12,29,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93181,3,1609277400,2020,12,29,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93182,3,1609279200,2020,12,29,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93183,3,1609281000,2020,12,29,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93184,3,1609329600,2020,12,30,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93185,3,1609331400,2020,12,30,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93186,3,1609333200,2020,12,30,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93187,3,1609335000,2020,12,30,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93188,3,1609336800,2020,12,30,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93189,3,1609338600,2020,12,30,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93190,3,1609340400,2020,12,30,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93191,3,1609342200,2020,12,30,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93192,3,1609354800,2020,12,30,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93193,3,1609356600,2020,12,30,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93194,3,1609358400,2020,12,30,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93195,3,1609360200,2020,12,30,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93196,3,1609362000,2020,12,30,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93197,3,1609363800,2020,12,30,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93198,3,1609365600,2020,12,30,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93199,3,1609367400,2020,12,30,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93200,3,1609416000,2020,12,31,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93201,3,1609417800,2020,12,31,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93202,3,1609419600,2020,12,31,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93203,3,1609421400,2020,12,31,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93204,3,1609423200,2020,12,31,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93205,3,1609425000,2020,12,31,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93206,3,1609426800,2020,12,31,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93207,3,1609428600,2020,12,31,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93208,3,1609441200,2020,12,31,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93209,3,1609443000,2020,12,31,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93210,3,1609444800,2020,12,31,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93211,3,1609446600,2020,12,31,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93212,3,1609448400,2020,12,31,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93213,3,1609450200,2020,12,31,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93214,3,1609452000,2020,12,31,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93215,3,1609453800,2020,12,31,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93216,3,1609502400,2021,1,1,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93217,3,1609504200,2021,1,1,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93218,3,1609506000,2021,1,1,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93219,3,1609507800,2021,1,1,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93220,3,1609509600,2021,1,1,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93221,3,1609511400,2021,1,1,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93222,3,1609513200,2021,1,1,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93223,3,1609515000,2021,1,1,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93224,3,1609527600,2021,1,1,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93225,3,1609529400,2021,1,1,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93226,3,1609531200,2021,1,1,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93227,3,1609533000,2021,1,1,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93228,3,1609534800,2021,1,1,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93229,3,1609536600,2021,1,1,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93230,3,1609538400,2021,1,1,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93231,3,1609540200,2021,1,1,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93232,3,1609588800,2021,1,2,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93233,3,1609590600,2021,1,2,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93234,3,1609592400,2021,1,2,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93235,3,1609594200,2021,1,2,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93236,3,1609596000,2021,1,2,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93237,3,1609597800,2021,1,2,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93238,3,1609599600,2021,1,2,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93239,3,1609601400,2021,1,2,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93240,3,1609614000,2021,1,2,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93241,3,1609615800,2021,1,2,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93242,3,1609617600,2021,1,2,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93243,3,1609619400,2021,1,2,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93244,3,1609621200,2021,1,2,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93245,3,1609623000,2021,1,2,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93246,3,1609624800,2021,1,2,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93247,3,1609626600,2021,1,2,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93248,3,1609675200,2021,1,3,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93249,3,1609677000,2021,1,3,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93250,3,1609678800,2021,1,3,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93251,3,1609680600,2021,1,3,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93252,3,1609682400,2021,1,3,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93253,3,1609684200,2021,1,3,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93254,3,1609686000,2021,1,3,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93255,3,1609687800,2021,1,3,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93256,3,1609761600,2021,1,4,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93257,3,1609763400,2021,1,4,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93258,3,1609765200,2021,1,4,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93259,3,1609767000,2021,1,4,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93260,3,1609768800,2021,1,4,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93261,3,1609770600,2021,1,4,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93262,3,1609786800,2021,1,4,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93263,3,1609788600,2021,1,4,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93264,3,1609790400,2021,1,4,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93265,3,1609792200,2021,1,4,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93266,3,1609794000,2021,1,4,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93267,3,1609795800,2021,1,4,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93268,3,1609797600,2021,1,4,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93269,3,1609799400,2021,1,4,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93270,3,1609848000,2021,1,5,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93271,3,1609849800,2021,1,5,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93272,3,1609851600,2021,1,5,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93273,3,1609853400,2021,1,5,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93274,3,1609855200,2021,1,5,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93275,3,1609857000,2021,1,5,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93276,3,1609858800,2021,1,5,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93277,3,1609860600,2021,1,5,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93278,3,1609873200,2021,1,5,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93279,3,1609875000,2021,1,5,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93280,3,1609876800,2021,1,5,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93281,3,1609878600,2021,1,5,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93282,3,1609880400,2021,1,5,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93283,3,1609882200,2021,1,5,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93284,3,1609884000,2021,1,5,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93285,3,1609885800,2021,1,5,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93286,3,1609934400,2021,1,6,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93287,3,1609936200,2021,1,6,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93288,3,1609938000,2021,1,6,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93289,3,1609939800,2021,1,6,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93290,3,1609941600,2021,1,6,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93291,3,1609943400,2021,1,6,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93292,3,1609945200,2021,1,6,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93293,3,1609947000,2021,1,6,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93294,3,1609959600,2021,1,6,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93295,3,1609961400,2021,1,6,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93296,3,1609963200,2021,1,6,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93297,3,1609965000,2021,1,6,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93298,3,1609966800,2021,1,6,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93299,3,1609968600,2021,1,6,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93300,3,1609970400,2021,1,6,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93301,3,1609972200,2021,1,6,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93302,3,1610020800,2021,1,7,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93303,3,1610022600,2021,1,7,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93304,3,1610024400,2021,1,7,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93305,3,1610026200,2021,1,7,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93306,3,1610028000,2021,1,7,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93307,3,1610029800,2021,1,7,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93308,3,1610031600,2021,1,7,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93309,3,1610033400,2021,1,7,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93310,3,1610046000,2021,1,7,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93311,3,1610047800,2021,1,7,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93312,3,1610049600,2021,1,7,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93313,3,1610051400,2021,1,7,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93314,3,1610053200,2021,1,7,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93315,3,1610055000,2021,1,7,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93316,3,1610056800,2021,1,7,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93317,3,1610058600,2021,1,7,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93318,3,1610107200,2021,1,8,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93319,3,1610109000,2021,1,8,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93320,3,1610110800,2021,1,8,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93321,3,1610112600,2021,1,8,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93322,3,1610114400,2021,1,8,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93323,3,1610116200,2021,1,8,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93324,3,1610118000,2021,1,8,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93325,3,1610119800,2021,1,8,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93326,3,1610132400,2021,1,8,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93327,3,1610134200,2021,1,8,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93328,3,1610136000,2021,1,8,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93329,3,1610137800,2021,1,8,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93330,3,1610139600,2021,1,8,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93331,3,1610141400,2021,1,8,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93332,3,1610143200,2021,1,8,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93333,3,1610145000,2021,1,8,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93334,3,1610193600,2021,1,9,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93335,3,1610195400,2021,1,9,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93336,3,1610197200,2021,1,9,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93337,3,1610199000,2021,1,9,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93338,3,1610200800,2021,1,9,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93339,3,1610202600,2021,1,9,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93340,3,1610204400,2021,1,9,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93341,3,1610206200,2021,1,9,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93342,3,1610218800,2021,1,9,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93343,3,1610220600,2021,1,9,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93344,3,1610222400,2021,1,9,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93345,3,1610224200,2021,1,9,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93346,3,1610226000,2021,1,9,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93347,3,1610227800,2021,1,9,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93348,3,1610229600,2021,1,9,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93349,3,1610231400,2021,1,9,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93350,3,1610280000,2021,1,10,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93351,3,1610281800,2021,1,10,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93352,3,1610283600,2021,1,10,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93353,3,1610285400,2021,1,10,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93354,3,1610287200,2021,1,10,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93355,3,1610289000,2021,1,10,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93356,3,1610290800,2021,1,10,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93357,3,1610292600,2021,1,10,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93358,3,1610366400,2021,1,11,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93359,3,1610368200,2021,1,11,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93360,3,1610370000,2021,1,11,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93361,3,1610371800,2021,1,11,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93362,3,1610373600,2021,1,11,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93363,3,1610375400,2021,1,11,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93364,3,1610391600,2021,1,11,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93365,3,1610393400,2021,1,11,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93366,3,1610395200,2021,1,11,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93367,3,1610397000,2021,1,11,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93368,3,1610398800,2021,1,11,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93369,3,1610400600,2021,1,11,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93370,3,1610402400,2021,1,11,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93371,3,1610404200,2021,1,11,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93372,3,1610452800,2021,1,12,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93373,3,1610454600,2021,1,12,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93374,3,1610456400,2021,1,12,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93375,3,1610458200,2021,1,12,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93376,3,1610460000,2021,1,12,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93377,3,1610461800,2021,1,12,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93378,3,1610463600,2021,1,12,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93379,3,1610465400,2021,1,12,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93380,3,1610478000,2021,1,12,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93381,3,1610479800,2021,1,12,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93382,3,1610481600,2021,1,12,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93383,3,1610483400,2021,1,12,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93384,3,1610485200,2021,1,12,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93385,3,1610487000,2021,1,12,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93386,3,1610488800,2021,1,12,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93387,3,1610490600,2021,1,12,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93388,3,1610539200,2021,1,13,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93389,3,1610541000,2021,1,13,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93390,3,1610542800,2021,1,13,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93391,3,1610544600,2021,1,13,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93392,3,1610546400,2021,1,13,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93393,3,1610548200,2021,1,13,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93394,3,1610550000,2021,1,13,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93395,3,1610551800,2021,1,13,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93396,3,1610564400,2021,1,13,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93397,3,1610566200,2021,1,13,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93398,3,1610568000,2021,1,13,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93399,3,1610569800,2021,1,13,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93400,3,1610571600,2021,1,13,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93401,3,1610573400,2021,1,13,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93402,3,1610575200,2021,1,13,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93403,3,1610577000,2021,1,13,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93404,3,1610625600,2021,1,14,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93405,3,1610627400,2021,1,14,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93406,3,1610629200,2021,1,14,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93407,3,1610631000,2021,1,14,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93408,3,1610632800,2021,1,14,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93409,3,1610634600,2021,1,14,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93410,3,1610636400,2021,1,14,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93411,3,1610638200,2021,1,14,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93412,3,1610650800,2021,1,14,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93413,3,1610652600,2021,1,14,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93414,3,1610654400,2021,1,14,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93415,3,1610656200,2021,1,14,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93416,3,1610658000,2021,1,14,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93417,3,1610659800,2021,1,14,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93418,3,1610661600,2021,1,14,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93419,3,1610663400,2021,1,14,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93420,3,1610712000,2021,1,15,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93421,3,1610713800,2021,1,15,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93422,3,1610715600,2021,1,15,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93423,3,1610717400,2021,1,15,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93424,3,1610719200,2021,1,15,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93425,3,1610721000,2021,1,15,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93426,3,1610722800,2021,1,15,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93427,3,1610724600,2021,1,15,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93428,3,1610737200,2021,1,15,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93429,3,1610739000,2021,1,15,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93430,3,1610740800,2021,1,15,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93431,3,1610742600,2021,1,15,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93432,3,1610744400,2021,1,15,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93433,3,1610746200,2021,1,15,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93434,3,1610748000,2021,1,15,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93435,3,1610749800,2021,1,15,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93436,3,1610798400,2021,1,16,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93437,3,1610800200,2021,1,16,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93438,3,1610802000,2021,1,16,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93439,3,1610803800,2021,1,16,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93440,3,1610805600,2021,1,16,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93441,3,1610807400,2021,1,16,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93442,3,1610809200,2021,1,16,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93443,3,1610811000,2021,1,16,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93444,3,1610823600,2021,1,16,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93445,3,1610825400,2021,1,16,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93446,3,1610827200,2021,1,16,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93447,3,1610829000,2021,1,16,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93448,3,1610830800,2021,1,16,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93449,3,1610832600,2021,1,16,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93450,3,1610834400,2021,1,16,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93451,3,1610836200,2021,1,16,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93452,3,1610884800,2021,1,17,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93453,3,1610886600,2021,1,17,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93454,3,1610888400,2021,1,17,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93455,3,1610890200,2021,1,17,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93456,3,1610892000,2021,1,17,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93457,3,1610893800,2021,1,17,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93458,3,1610895600,2021,1,17,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93459,3,1610897400,2021,1,17,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93460,3,1610971200,2021,1,18,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93461,3,1610973000,2021,1,18,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93462,3,1610974800,2021,1,18,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93463,3,1610976600,2021,1,18,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93464,3,1610978400,2021,1,18,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93465,3,1610980200,2021,1,18,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93466,3,1610996400,2021,1,18,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93467,3,1610998200,2021,1,18,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93468,3,1611000000,2021,1,18,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93469,3,1611001800,2021,1,18,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93470,3,1611003600,2021,1,18,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93471,3,1611005400,2021,1,18,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93472,3,1611007200,2021,1,18,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93473,3,1611009000,2021,1,18,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93474,3,1611057600,2021,1,19,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93475,3,1611059400,2021,1,19,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93476,3,1611061200,2021,1,19,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93477,3,1611063000,2021,1,19,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93478,3,1611064800,2021,1,19,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93479,3,1611066600,2021,1,19,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93480,3,1611068400,2021,1,19,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93481,3,1611070200,2021,1,19,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93482,3,1611082800,2021,1,19,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93483,3,1611084600,2021,1,19,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93484,3,1611086400,2021,1,19,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93485,3,1611088200,2021,1,19,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93486,3,1611090000,2021,1,19,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93487,3,1611091800,2021,1,19,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93488,3,1611093600,2021,1,19,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93489,3,1611095400,2021,1,19,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93490,3,1611144000,2021,1,20,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93491,3,1611145800,2021,1,20,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93492,3,1611147600,2021,1,20,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93493,3,1611149400,2021,1,20,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93494,3,1611151200,2021,1,20,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93495,3,1611153000,2021,1,20,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93496,3,1611154800,2021,1,20,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93497,3,1611156600,2021,1,20,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93498,3,1611169200,2021,1,20,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93499,3,1611171000,2021,1,20,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93500,3,1611172800,2021,1,20,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93501,3,1611174600,2021,1,20,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93502,3,1611176400,2021,1,20,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93503,3,1611178200,2021,1,20,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93504,3,1611180000,2021,1,20,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93505,3,1611181800,2021,1,20,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93506,3,1611230400,2021,1,21,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93507,3,1611232200,2021,1,21,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93508,3,1611234000,2021,1,21,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93509,3,1611235800,2021,1,21,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93510,3,1611237600,2021,1,21,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93511,3,1611239400,2021,1,21,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93512,3,1611241200,2021,1,21,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93513,3,1611243000,2021,1,21,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93514,3,1611255600,2021,1,21,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93515,3,1611257400,2021,1,21,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93516,3,1611259200,2021,1,21,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93517,3,1611261000,2021,1,21,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93518,3,1611262800,2021,1,21,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93519,3,1611264600,2021,1,21,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93520,3,1611266400,2021,1,21,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93521,3,1611268200,2021,1,21,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93522,3,1611316800,2021,1,22,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93523,3,1611318600,2021,1,22,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93524,3,1611320400,2021,1,22,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93525,3,1611322200,2021,1,22,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93526,3,1611324000,2021,1,22,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93527,3,1611325800,2021,1,22,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93528,3,1611327600,2021,1,22,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93529,3,1611329400,2021,1,22,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93530,3,1611342000,2021,1,22,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93531,3,1611343800,2021,1,22,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93532,3,1611345600,2021,1,22,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93533,3,1611347400,2021,1,22,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93534,3,1611349200,2021,1,22,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93535,3,1611351000,2021,1,22,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93536,3,1611352800,2021,1,22,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93537,3,1611354600,2021,1,22,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93538,3,1611403200,2021,1,23,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93539,3,1611405000,2021,1,23,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93540,3,1611406800,2021,1,23,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93541,3,1611408600,2021,1,23,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93542,3,1611410400,2021,1,23,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93543,3,1611412200,2021,1,23,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93544,3,1611414000,2021,1,23,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93545,3,1611415800,2021,1,23,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93546,3,1611428400,2021,1,23,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93547,3,1611430200,2021,1,23,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93548,3,1611432000,2021,1,23,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93549,3,1611433800,2021,1,23,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93550,3,1611435600,2021,1,23,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93551,3,1611437400,2021,1,23,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93552,3,1611439200,2021,1,23,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93553,3,1611441000,2021,1,23,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93554,3,1611489600,2021,1,24,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93555,3,1611491400,2021,1,24,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93556,3,1611493200,2021,1,24,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93557,3,1611495000,2021,1,24,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93558,3,1611496800,2021,1,24,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93559,3,1611498600,2021,1,24,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93560,3,1611500400,2021,1,24,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93561,3,1611502200,2021,1,24,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93562,3,1611576000,2021,1,25,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93563,3,1611577800,2021,1,25,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93564,3,1611579600,2021,1,25,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93565,3,1611581400,2021,1,25,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93566,3,1611583200,2021,1,25,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93567,3,1611585000,2021,1,25,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93568,3,1611601200,2021,1,25,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93569,3,1611603000,2021,1,25,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93570,3,1611604800,2021,1,25,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93571,3,1611606600,2021,1,25,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93572,3,1611608400,2021,1,25,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93573,3,1611610200,2021,1,25,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93574,3,1611612000,2021,1,25,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93575,3,1611613800,2021,1,25,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93576,3,1611662400,2021,1,26,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93577,3,1611664200,2021,1,26,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93578,3,1611666000,2021,1,26,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93579,3,1611667800,2021,1,26,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93580,3,1611669600,2021,1,26,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93581,3,1611671400,2021,1,26,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93582,3,1611673200,2021,1,26,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93583,3,1611675000,2021,1,26,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93584,3,1611687600,2021,1,26,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93585,3,1611689400,2021,1,26,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93586,3,1611691200,2021,1,26,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93587,3,1611693000,2021,1,26,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93588,3,1611694800,2021,1,26,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93589,3,1611696600,2021,1,26,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93590,3,1611698400,2021,1,26,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93591,3,1611700200,2021,1,26,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93592,3,1611748800,2021,1,27,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93593,3,1611750600,2021,1,27,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93594,3,1611752400,2021,1,27,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93595,3,1611754200,2021,1,27,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93596,3,1611756000,2021,1,27,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93597,3,1611757800,2021,1,27,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93598,3,1611759600,2021,1,27,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93599,3,1611761400,2021,1,27,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93600,3,1611774000,2021,1,27,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93601,3,1611775800,2021,1,27,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93602,3,1611777600,2021,1,27,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93603,3,1611779400,2021,1,27,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93604,3,1611781200,2021,1,27,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93605,3,1611783000,2021,1,27,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93606,3,1611784800,2021,1,27,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93607,3,1611786600,2021,1,27,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93608,3,1611835200,2021,1,28,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93609,3,1611837000,2021,1,28,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93610,3,1611838800,2021,1,28,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93611,3,1611840600,2021,1,28,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93612,3,1611842400,2021,1,28,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93613,3,1611844200,2021,1,28,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93614,3,1611846000,2021,1,28,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93615,3,1611847800,2021,1,28,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93616,3,1611860400,2021,1,28,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93617,3,1611862200,2021,1,28,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93618,3,1611864000,2021,1,28,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93619,3,1611865800,2021,1,28,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93620,3,1611867600,2021,1,28,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93621,3,1611869400,2021,1,28,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93622,3,1611871200,2021,1,28,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93623,3,1611873000,2021,1,28,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93624,3,1611921600,2021,1,29,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93625,3,1611923400,2021,1,29,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93626,3,1611925200,2021,1,29,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93627,3,1611927000,2021,1,29,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93628,3,1611928800,2021,1,29,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93629,3,1611930600,2021,1,29,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93630,3,1611932400,2021,1,29,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93631,3,1611934200,2021,1,29,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93632,3,1611946800,2021,1,29,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93633,3,1611948600,2021,1,29,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93634,3,1611950400,2021,1,29,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93635,3,1611952200,2021,1,29,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93636,3,1611954000,2021,1,29,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93637,3,1611955800,2021,1,29,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93638,3,1611957600,2021,1,29,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93639,3,1611959400,2021,1,29,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93640,3,1612008000,2021,1,30,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93641,3,1612009800,2021,1,30,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93642,3,1612011600,2021,1,30,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93643,3,1612013400,2021,1,30,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93644,3,1612015200,2021,1,30,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93645,3,1612017000,2021,1,30,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93646,3,1612018800,2021,1,30,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93647,3,1612020600,2021,1,30,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93648,3,1612033200,2021,1,30,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93649,3,1612035000,2021,1,30,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93650,3,1612036800,2021,1,30,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93651,3,1612038600,2021,1,30,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93652,3,1612040400,2021,1,30,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93653,3,1612042200,2021,1,30,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93654,3,1612044000,2021,1,30,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93655,3,1612045800,2021,1,30,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93656,3,1612094400,2021,1,31,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93657,3,1612096200,2021,1,31,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93658,3,1612098000,2021,1,31,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93659,3,1612099800,2021,1,31,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93660,3,1612101600,2021,1,31,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93661,3,1612103400,2021,1,31,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93662,3,1612105200,2021,1,31,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93663,3,1612107000,2021,1,31,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93664,3,1612180800,2021,2,1,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93665,3,1612182600,2021,2,1,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93666,3,1612184400,2021,2,1,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93667,3,1612186200,2021,2,1,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93668,3,1612188000,2021,2,1,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93669,3,1612189800,2021,2,1,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93670,3,1612206000,2021,2,1,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93671,3,1612207800,2021,2,1,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93672,3,1612209600,2021,2,1,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93673,3,1612211400,2021,2,1,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93674,3,1612213200,2021,2,1,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93675,3,1612215000,2021,2,1,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93676,3,1612216800,2021,2,1,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93677,3,1612218600,2021,2,1,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93678,3,1612267200,2021,2,2,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93679,3,1612269000,2021,2,2,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93680,3,1612270800,2021,2,2,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93681,3,1612272600,2021,2,2,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93682,3,1612274400,2021,2,2,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93683,3,1612276200,2021,2,2,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93684,3,1612278000,2021,2,2,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93685,3,1612279800,2021,2,2,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93686,3,1612292400,2021,2,2,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93687,3,1612294200,2021,2,2,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93688,3,1612296000,2021,2,2,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93689,3,1612297800,2021,2,2,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93690,3,1612299600,2021,2,2,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93691,3,1612301400,2021,2,2,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93692,3,1612303200,2021,2,2,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93693,3,1612305000,2021,2,2,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93694,3,1612353600,2021,2,3,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93695,3,1612355400,2021,2,3,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93696,3,1612357200,2021,2,3,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93697,3,1612359000,2021,2,3,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93698,3,1612360800,2021,2,3,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93699,3,1612362600,2021,2,3,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93700,3,1612364400,2021,2,3,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93701,3,1612366200,2021,2,3,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93702,3,1612378800,2021,2,3,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93703,3,1612380600,2021,2,3,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93704,3,1612382400,2021,2,3,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93705,3,1612384200,2021,2,3,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93706,3,1612386000,2021,2,3,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93707,3,1612387800,2021,2,3,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93708,3,1612389600,2021,2,3,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93709,3,1612391400,2021,2,3,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93710,3,1612440000,2021,2,4,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93711,3,1612441800,2021,2,4,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93712,3,1612443600,2021,2,4,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93713,3,1612445400,2021,2,4,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93714,3,1612447200,2021,2,4,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93715,3,1612449000,2021,2,4,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93716,3,1612450800,2021,2,4,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93717,3,1612452600,2021,2,4,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93718,3,1612465200,2021,2,4,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93719,3,1612467000,2021,2,4,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93720,3,1612468800,2021,2,4,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93721,3,1612470600,2021,2,4,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93722,3,1612472400,2021,2,4,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93723,3,1612474200,2021,2,4,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93724,3,1612476000,2021,2,4,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93725,3,1612477800,2021,2,4,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93726,3,1612526400,2021,2,5,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93727,3,1612528200,2021,2,5,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93728,3,1612530000,2021,2,5,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93729,3,1612531800,2021,2,5,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93730,3,1612533600,2021,2,5,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93731,3,1612535400,2021,2,5,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93732,3,1612537200,2021,2,5,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93733,3,1612539000,2021,2,5,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93734,3,1612551600,2021,2,5,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93735,3,1612553400,2021,2,5,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93736,3,1612555200,2021,2,5,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93737,3,1612557000,2021,2,5,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93738,3,1612558800,2021,2,5,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93739,3,1612560600,2021,2,5,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93740,3,1612562400,2021,2,5,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93741,3,1612564200,2021,2,5,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93742,3,1612612800,2021,2,6,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93743,3,1612614600,2021,2,6,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93744,3,1612616400,2021,2,6,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93745,3,1612618200,2021,2,6,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93746,3,1612620000,2021,2,6,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93747,3,1612621800,2021,2,6,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93748,3,1612623600,2021,2,6,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93749,3,1612625400,2021,2,6,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93750,3,1612638000,2021,2,6,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93751,3,1612639800,2021,2,6,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93752,3,1612641600,2021,2,6,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93753,3,1612643400,2021,2,6,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93754,3,1612645200,2021,2,6,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93755,3,1612647000,2021,2,6,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93756,3,1612648800,2021,2,6,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93757,3,1612650600,2021,2,6,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93758,3,1612699200,2021,2,7,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93759,3,1612701000,2021,2,7,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93760,3,1612702800,2021,2,7,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93761,3,1612704600,2021,2,7,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93762,3,1612706400,2021,2,7,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93763,3,1612708200,2021,2,7,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93764,3,1612710000,2021,2,7,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93765,3,1612711800,2021,2,7,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93766,3,1612785600,2021,2,8,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93767,3,1612787400,2021,2,8,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93768,3,1612789200,2021,2,8,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93769,3,1612791000,2021,2,8,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93770,3,1612792800,2021,2,8,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93771,3,1612794600,2021,2,8,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93772,3,1612810800,2021,2,8,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93773,3,1612812600,2021,2,8,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93774,3,1612814400,2021,2,8,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93775,3,1612816200,2021,2,8,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93776,3,1612818000,2021,2,8,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93777,3,1612819800,2021,2,8,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93778,3,1612821600,2021,2,8,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93779,3,1612823400,2021,2,8,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93780,3,1612872000,2021,2,9,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93781,3,1612873800,2021,2,9,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93782,3,1612875600,2021,2,9,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93783,3,1612877400,2021,2,9,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93784,3,1612879200,2021,2,9,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93785,3,1612881000,2021,2,9,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93786,3,1612882800,2021,2,9,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93787,3,1612884600,2021,2,9,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93788,3,1612897200,2021,2,9,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93789,3,1612899000,2021,2,9,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93790,3,1612900800,2021,2,9,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93791,3,1612902600,2021,2,9,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93792,3,1612904400,2021,2,9,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93793,3,1612906200,2021,2,9,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93794,3,1612908000,2021,2,9,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93795,3,1612909800,2021,2,9,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93796,3,1612958400,2021,2,10,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93797,3,1612960200,2021,2,10,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93798,3,1612962000,2021,2,10,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93799,3,1612963800,2021,2,10,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93800,3,1612965600,2021,2,10,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93801,3,1612967400,2021,2,10,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93802,3,1612969200,2021,2,10,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93803,3,1612971000,2021,2,10,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93804,3,1612983600,2021,2,10,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93805,3,1612985400,2021,2,10,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93806,3,1612987200,2021,2,10,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93807,3,1612989000,2021,2,10,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93808,3,1612990800,2021,2,10,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93809,3,1612992600,2021,2,10,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93810,3,1612994400,2021,2,10,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93811,3,1612996200,2021,2,10,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93812,3,1613044800,2021,2,11,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93813,3,1613046600,2021,2,11,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93814,3,1613048400,2021,2,11,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93815,3,1613050200,2021,2,11,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93816,3,1613052000,2021,2,11,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93817,3,1613053800,2021,2,11,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93818,3,1613055600,2021,2,11,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93819,3,1613057400,2021,2,11,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93820,3,1613070000,2021,2,11,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93821,3,1613071800,2021,2,11,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93822,3,1613073600,2021,2,11,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93823,3,1613075400,2021,2,11,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93824,3,1613077200,2021,2,11,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93825,3,1613079000,2021,2,11,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93826,3,1613080800,2021,2,11,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93827,3,1613082600,2021,2,11,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93828,3,1613131200,2021,2,12,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93829,3,1613133000,2021,2,12,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93830,3,1613134800,2021,2,12,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93831,3,1613136600,2021,2,12,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93832,3,1613138400,2021,2,12,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93833,3,1613140200,2021,2,12,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93834,3,1613142000,2021,2,12,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93835,3,1613143800,2021,2,12,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93836,3,1613156400,2021,2,12,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93837,3,1613158200,2021,2,12,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93838,3,1613160000,2021,2,12,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93839,3,1613161800,2021,2,12,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93840,3,1613163600,2021,2,12,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93841,3,1613165400,2021,2,12,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93842,3,1613167200,2021,2,12,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93843,3,1613169000,2021,2,12,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93844,3,1613217600,2021,2,13,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93845,3,1613219400,2021,2,13,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93846,3,1613221200,2021,2,13,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93847,3,1613223000,2021,2,13,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93848,3,1613224800,2021,2,13,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93849,3,1613226600,2021,2,13,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93850,3,1613228400,2021,2,13,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93851,3,1613230200,2021,2,13,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93852,3,1613242800,2021,2,13,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93853,3,1613244600,2021,2,13,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93854,3,1613246400,2021,2,13,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93855,3,1613248200,2021,2,13,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93856,3,1613250000,2021,2,13,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93857,3,1613251800,2021,2,13,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93858,3,1613253600,2021,2,13,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93859,3,1613255400,2021,2,13,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93860,3,1613304000,2021,2,14,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93861,3,1613305800,2021,2,14,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93862,3,1613307600,2021,2,14,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93863,3,1613309400,2021,2,14,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93864,3,1613311200,2021,2,14,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93865,3,1613313000,2021,2,14,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93866,3,1613314800,2021,2,14,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93867,3,1613316600,2021,2,14,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93868,3,1613390400,2021,2,15,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93869,3,1613392200,2021,2,15,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93870,3,1613394000,2021,2,15,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93871,3,1613395800,2021,2,15,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93872,3,1613397600,2021,2,15,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93873,3,1613399400,2021,2,15,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93874,3,1613415600,2021,2,15,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93875,3,1613417400,2021,2,15,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93876,3,1613419200,2021,2,15,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93877,3,1613421000,2021,2,15,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93878,3,1613422800,2021,2,15,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93879,3,1613424600,2021,2,15,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93880,3,1613426400,2021,2,15,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93881,3,1613428200,2021,2,15,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93882,3,1613476800,2021,2,16,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93883,3,1613478600,2021,2,16,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93884,3,1613480400,2021,2,16,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93885,3,1613482200,2021,2,16,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93886,3,1613484000,2021,2,16,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93887,3,1613485800,2021,2,16,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93888,3,1613487600,2021,2,16,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93889,3,1613489400,2021,2,16,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93890,3,1613502000,2021,2,16,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93891,3,1613503800,2021,2,16,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93892,3,1613505600,2021,2,16,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93893,3,1613507400,2021,2,16,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93894,3,1613509200,2021,2,16,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93895,3,1613511000,2021,2,16,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93896,3,1613512800,2021,2,16,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93897,3,1613514600,2021,2,16,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(93898,3,1613563200,2021,2,17,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(93899,3,1613565000,2021,2,17,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(93900,3,1613566800,2021,2,17,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(93901,3,1613568600,2021,2,17,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(93902,3,1613570400,2021,2,17,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(93903,3,1613572200,2021,2,17,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(93904,3,1613574000,2021,2,17,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(93905,3,1613575800,2021,2,17,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(93906,3,1613588400,2021,2,17,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(93907,3,1613590200,2021,2,17,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(93908,3,1613592000,2021,2,17,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(93909,3,1613593800,2021,2,17,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(93910,3,1613595600,2021,2,17,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(93911,3,1613597400,2021,2,17,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(93912,3,1613599200,2021,2,17,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(93913,3,1613601000,2021,2,17,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(93914,3,1613649600,2021,2,18,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(93915,3,1613651400,2021,2,18,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(93916,3,1613653200,2021,2,18,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(93917,3,1613655000,2021,2,18,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(93918,3,1613656800,2021,2,18,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(93919,3,1613658600,2021,2,18,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(93920,3,1613660400,2021,2,18,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(93921,3,1613662200,2021,2,18,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(93922,3,1613674800,2021,2,18,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(93923,3,1613676600,2021,2,18,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(93924,3,1613678400,2021,2,18,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(93925,3,1613680200,2021,2,18,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(93926,3,1613682000,2021,2,18,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(93927,3,1613683800,2021,2,18,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(93928,3,1613685600,2021,2,18,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(93929,3,1613687400,2021,2,18,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(93930,3,1613736000,2021,2,19,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(93931,3,1613737800,2021,2,19,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(93932,3,1613739600,2021,2,19,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(93933,3,1613741400,2021,2,19,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(93934,3,1613743200,2021,2,19,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(93935,3,1613745000,2021,2,19,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(93936,3,1613746800,2021,2,19,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(93937,3,1613748600,2021,2,19,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(93938,3,1613761200,2021,2,19,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(93939,3,1613763000,2021,2,19,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(93940,3,1613764800,2021,2,19,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(93941,3,1613766600,2021,2,19,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(93942,3,1613768400,2021,2,19,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(93943,3,1613770200,2021,2,19,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(93944,3,1613772000,2021,2,19,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(93945,3,1613773800,2021,2,19,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(93946,3,1613822400,2021,2,20,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(93947,3,1613824200,2021,2,20,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(93948,3,1613826000,2021,2,20,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(93949,3,1613827800,2021,2,20,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(93950,3,1613829600,2021,2,20,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(93951,3,1613831400,2021,2,20,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(93952,3,1613833200,2021,2,20,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(93953,3,1613835000,2021,2,20,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(93954,3,1613847600,2021,2,20,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(93955,3,1613849400,2021,2,20,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(93956,3,1613851200,2021,2,20,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(93957,3,1613853000,2021,2,20,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(93958,3,1613854800,2021,2,20,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(93959,3,1613856600,2021,2,20,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(93960,3,1613858400,2021,2,20,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(93961,3,1613860200,2021,2,20,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(93962,3,1613908800,2021,2,21,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(93963,3,1613910600,2021,2,21,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(93964,3,1613912400,2021,2,21,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(93965,3,1613914200,2021,2,21,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(93966,3,1613916000,2021,2,21,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(93967,3,1613917800,2021,2,21,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(93968,3,1613919600,2021,2,21,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(93969,3,1613921400,2021,2,21,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(93970,3,1613995200,2021,2,22,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(93971,3,1613997000,2021,2,22,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(93972,3,1613998800,2021,2,22,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(93973,3,1614000600,2021,2,22,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(93974,3,1614002400,2021,2,22,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(93975,3,1614004200,2021,2,22,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(93976,3,1614020400,2021,2,22,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(93977,3,1614022200,2021,2,22,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(93978,3,1614024000,2021,2,22,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(93979,3,1614025800,2021,2,22,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(93980,3,1614027600,2021,2,22,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(93981,3,1614029400,2021,2,22,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(93982,3,1614031200,2021,2,22,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(93983,3,1614033000,2021,2,22,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(93984,3,1614081600,2021,2,23,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(93985,3,1614083400,2021,2,23,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(93986,3,1614085200,2021,2,23,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(93987,3,1614087000,2021,2,23,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(93988,3,1614088800,2021,2,23,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(93989,3,1614090600,2021,2,23,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(93990,3,1614092400,2021,2,23,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(93991,3,1614094200,2021,2,23,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(93992,3,1614106800,2021,2,23,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(93993,3,1614108600,2021,2,23,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(93994,3,1614110400,2021,2,23,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(93995,3,1614112200,2021,2,23,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(93996,3,1614114000,2021,2,23,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(93997,3,1614115800,2021,2,23,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(93998,3,1614117600,2021,2,23,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(93999,3,1614119400,2021,2,23,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94000,3,1614168000,2021,2,24,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94001,3,1614169800,2021,2,24,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94002,3,1614171600,2021,2,24,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94003,3,1614173400,2021,2,24,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94004,3,1614175200,2021,2,24,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94005,3,1614177000,2021,2,24,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94006,3,1614178800,2021,2,24,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94007,3,1614180600,2021,2,24,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94008,3,1614193200,2021,2,24,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94009,3,1614195000,2021,2,24,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94010,3,1614196800,2021,2,24,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94011,3,1614198600,2021,2,24,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94012,3,1614200400,2021,2,24,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94013,3,1614202200,2021,2,24,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94014,3,1614204000,2021,2,24,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94015,3,1614205800,2021,2,24,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94016,3,1614254400,2021,2,25,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94017,3,1614256200,2021,2,25,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94018,3,1614258000,2021,2,25,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94019,3,1614259800,2021,2,25,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94020,3,1614261600,2021,2,25,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94021,3,1614263400,2021,2,25,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94022,3,1614265200,2021,2,25,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94023,3,1614267000,2021,2,25,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94024,3,1614279600,2021,2,25,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94025,3,1614281400,2021,2,25,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94026,3,1614283200,2021,2,25,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94027,3,1614285000,2021,2,25,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94028,3,1614286800,2021,2,25,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94029,3,1614288600,2021,2,25,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94030,3,1614290400,2021,2,25,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94031,3,1614292200,2021,2,25,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94032,3,1614340800,2021,2,26,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94033,3,1614342600,2021,2,26,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94034,3,1614344400,2021,2,26,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94035,3,1614346200,2021,2,26,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94036,3,1614348000,2021,2,26,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94037,3,1614349800,2021,2,26,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94038,3,1614351600,2021,2,26,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94039,3,1614353400,2021,2,26,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94040,3,1614366000,2021,2,26,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94041,3,1614367800,2021,2,26,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94042,3,1614369600,2021,2,26,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94043,3,1614371400,2021,2,26,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94044,3,1614373200,2021,2,26,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94045,3,1614375000,2021,2,26,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94046,3,1614376800,2021,2,26,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94047,3,1614378600,2021,2,26,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94048,3,1614427200,2021,2,27,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94049,3,1614429000,2021,2,27,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94050,3,1614430800,2021,2,27,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94051,3,1614432600,2021,2,27,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94052,3,1614434400,2021,2,27,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94053,3,1614436200,2021,2,27,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94054,3,1614438000,2021,2,27,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94055,3,1614439800,2021,2,27,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94056,3,1614452400,2021,2,27,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94057,3,1614454200,2021,2,27,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94058,3,1614456000,2021,2,27,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94059,3,1614457800,2021,2,27,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94060,3,1614459600,2021,2,27,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94061,3,1614461400,2021,2,27,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94062,3,1614463200,2021,2,27,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94063,3,1614465000,2021,2,27,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94064,3,1614513600,2021,2,28,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94065,3,1614515400,2021,2,28,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94066,3,1614517200,2021,2,28,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94067,3,1614519000,2021,2,28,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94068,3,1614520800,2021,2,28,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94069,3,1614522600,2021,2,28,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94070,3,1614524400,2021,2,28,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94071,3,1614526200,2021,2,28,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94072,3,1614600000,2021,3,1,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94073,3,1614601800,2021,3,1,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94074,3,1614603600,2021,3,1,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94075,3,1614605400,2021,3,1,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94076,3,1614607200,2021,3,1,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94077,3,1614609000,2021,3,1,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94078,3,1614625200,2021,3,1,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94079,3,1614627000,2021,3,1,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94080,3,1614628800,2021,3,1,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94081,3,1614630600,2021,3,1,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94082,3,1614632400,2021,3,1,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94083,3,1614634200,2021,3,1,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94084,3,1614636000,2021,3,1,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94085,3,1614637800,2021,3,1,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94086,3,1614686400,2021,3,2,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94087,3,1614688200,2021,3,2,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94088,3,1614690000,2021,3,2,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94089,3,1614691800,2021,3,2,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94090,3,1614693600,2021,3,2,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94091,3,1614695400,2021,3,2,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94092,3,1614697200,2021,3,2,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94093,3,1614699000,2021,3,2,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94094,3,1614711600,2021,3,2,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94095,3,1614713400,2021,3,2,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94096,3,1614715200,2021,3,2,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94097,3,1614717000,2021,3,2,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94098,3,1614718800,2021,3,2,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94099,3,1614720600,2021,3,2,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94100,3,1614722400,2021,3,2,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94101,3,1614724200,2021,3,2,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94102,3,1614772800,2021,3,3,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94103,3,1614774600,2021,3,3,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94104,3,1614776400,2021,3,3,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94105,3,1614778200,2021,3,3,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94106,3,1614780000,2021,3,3,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94107,3,1614781800,2021,3,3,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94108,3,1614783600,2021,3,3,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94109,3,1614785400,2021,3,3,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94110,3,1614798000,2021,3,3,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94111,3,1614799800,2021,3,3,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94112,3,1614801600,2021,3,3,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94113,3,1614803400,2021,3,3,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94114,3,1614805200,2021,3,3,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94115,3,1614807000,2021,3,3,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94116,3,1614808800,2021,3,3,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94117,3,1614810600,2021,3,3,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94118,3,1614859200,2021,3,4,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94119,3,1614861000,2021,3,4,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94120,3,1614862800,2021,3,4,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94121,3,1614864600,2021,3,4,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94122,3,1614866400,2021,3,4,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94123,3,1614868200,2021,3,4,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94124,3,1614870000,2021,3,4,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94125,3,1614871800,2021,3,4,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94126,3,1614884400,2021,3,4,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94127,3,1614886200,2021,3,4,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94128,3,1614888000,2021,3,4,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94129,3,1614889800,2021,3,4,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94130,3,1614891600,2021,3,4,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94131,3,1614893400,2021,3,4,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94132,3,1614895200,2021,3,4,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94133,3,1614897000,2021,3,4,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94134,3,1614945600,2021,3,5,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94135,3,1614947400,2021,3,5,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94136,3,1614949200,2021,3,5,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94137,3,1614951000,2021,3,5,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94138,3,1614952800,2021,3,5,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94139,3,1614954600,2021,3,5,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94140,3,1614956400,2021,3,5,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94141,3,1614958200,2021,3,5,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94142,3,1614970800,2021,3,5,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94143,3,1614972600,2021,3,5,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94144,3,1614974400,2021,3,5,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94145,3,1614976200,2021,3,5,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94146,3,1614978000,2021,3,5,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94147,3,1614979800,2021,3,5,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94148,3,1614981600,2021,3,5,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94149,3,1614983400,2021,3,5,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94150,3,1615032000,2021,3,6,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94151,3,1615033800,2021,3,6,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94152,3,1615035600,2021,3,6,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94153,3,1615037400,2021,3,6,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94154,3,1615039200,2021,3,6,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94155,3,1615041000,2021,3,6,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94156,3,1615042800,2021,3,6,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94157,3,1615044600,2021,3,6,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94158,3,1615057200,2021,3,6,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94159,3,1615059000,2021,3,6,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94160,3,1615060800,2021,3,6,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94161,3,1615062600,2021,3,6,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94162,3,1615064400,2021,3,6,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94163,3,1615066200,2021,3,6,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94164,3,1615068000,2021,3,6,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94165,3,1615069800,2021,3,6,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94166,3,1615118400,2021,3,7,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94167,3,1615120200,2021,3,7,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94168,3,1615122000,2021,3,7,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94169,3,1615123800,2021,3,7,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94170,3,1615125600,2021,3,7,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94171,3,1615127400,2021,3,7,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94172,3,1615129200,2021,3,7,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94173,3,1615131000,2021,3,7,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94174,3,1615204800,2021,3,8,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94175,3,1615206600,2021,3,8,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94176,3,1615208400,2021,3,8,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94177,3,1615210200,2021,3,8,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94178,3,1615212000,2021,3,8,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94179,3,1615213800,2021,3,8,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94180,3,1615230000,2021,3,8,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94181,3,1615231800,2021,3,8,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94182,3,1615233600,2021,3,8,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94183,3,1615235400,2021,3,8,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94184,3,1615237200,2021,3,8,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94185,3,1615239000,2021,3,8,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94186,3,1615240800,2021,3,8,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94187,3,1615242600,2021,3,8,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94188,3,1615291200,2021,3,9,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94189,3,1615293000,2021,3,9,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94190,3,1615294800,2021,3,9,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94191,3,1615296600,2021,3,9,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94192,3,1615298400,2021,3,9,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94193,3,1615300200,2021,3,9,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94194,3,1615302000,2021,3,9,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94195,3,1615303800,2021,3,9,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94196,3,1615316400,2021,3,9,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94197,3,1615318200,2021,3,9,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94198,3,1615320000,2021,3,9,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94199,3,1615321800,2021,3,9,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94200,3,1615323600,2021,3,9,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94201,3,1615325400,2021,3,9,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94202,3,1615327200,2021,3,9,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94203,3,1615329000,2021,3,9,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94204,3,1615377600,2021,3,10,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94205,3,1615379400,2021,3,10,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94206,3,1615381200,2021,3,10,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94207,3,1615383000,2021,3,10,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94208,3,1615384800,2021,3,10,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94209,3,1615386600,2021,3,10,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94210,3,1615388400,2021,3,10,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94211,3,1615390200,2021,3,10,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94212,3,1615402800,2021,3,10,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94213,3,1615404600,2021,3,10,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94214,3,1615406400,2021,3,10,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94215,3,1615408200,2021,3,10,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94216,3,1615410000,2021,3,10,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94217,3,1615411800,2021,3,10,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94218,3,1615413600,2021,3,10,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94219,3,1615415400,2021,3,10,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94220,3,1615464000,2021,3,11,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94221,3,1615465800,2021,3,11,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94222,3,1615467600,2021,3,11,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94223,3,1615469400,2021,3,11,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94224,3,1615471200,2021,3,11,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94225,3,1615473000,2021,3,11,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94226,3,1615474800,2021,3,11,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94227,3,1615476600,2021,3,11,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94228,3,1615489200,2021,3,11,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94229,3,1615491000,2021,3,11,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94230,3,1615492800,2021,3,11,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94231,3,1615494600,2021,3,11,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94232,3,1615496400,2021,3,11,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94233,3,1615498200,2021,3,11,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94234,3,1615500000,2021,3,11,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94235,3,1615501800,2021,3,11,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94236,3,1615550400,2021,3,12,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94237,3,1615552200,2021,3,12,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94238,3,1615554000,2021,3,12,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94239,3,1615555800,2021,3,12,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94240,3,1615557600,2021,3,12,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94241,3,1615559400,2021,3,12,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94242,3,1615561200,2021,3,12,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94243,3,1615563000,2021,3,12,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94244,3,1615575600,2021,3,12,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94245,3,1615577400,2021,3,12,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94246,3,1615579200,2021,3,12,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94247,3,1615581000,2021,3,12,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94248,3,1615582800,2021,3,12,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94249,3,1615584600,2021,3,12,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94250,3,1615586400,2021,3,12,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94251,3,1615588200,2021,3,12,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94252,3,1615636800,2021,3,13,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94253,3,1615638600,2021,3,13,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94254,3,1615640400,2021,3,13,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94255,3,1615642200,2021,3,13,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94256,3,1615644000,2021,3,13,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94257,3,1615645800,2021,3,13,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94258,3,1615647600,2021,3,13,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94259,3,1615649400,2021,3,13,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94260,3,1615662000,2021,3,13,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94261,3,1615663800,2021,3,13,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94262,3,1615665600,2021,3,13,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94263,3,1615667400,2021,3,13,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94264,3,1615669200,2021,3,13,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94265,3,1615671000,2021,3,13,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94266,3,1615672800,2021,3,13,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94267,3,1615674600,2021,3,13,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94268,3,1615723200,2021,3,14,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94269,3,1615725000,2021,3,14,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94270,3,1615726800,2021,3,14,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94271,3,1615728600,2021,3,14,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94272,3,1615730400,2021,3,14,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94273,3,1615732200,2021,3,14,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94274,3,1615734000,2021,3,14,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94275,3,1615735800,2021,3,14,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94276,3,1615809600,2021,3,15,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94277,3,1615811400,2021,3,15,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94278,3,1615813200,2021,3,15,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94279,3,1615815000,2021,3,15,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94280,3,1615816800,2021,3,15,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94281,3,1615818600,2021,3,15,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94282,3,1615834800,2021,3,15,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94283,3,1615836600,2021,3,15,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94284,3,1615838400,2021,3,15,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94285,3,1615840200,2021,3,15,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94286,3,1615842000,2021,3,15,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94287,3,1615843800,2021,3,15,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94288,3,1615845600,2021,3,15,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94289,3,1615847400,2021,3,15,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94290,3,1615896000,2021,3,16,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94291,3,1615897800,2021,3,16,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94292,3,1615899600,2021,3,16,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94293,3,1615901400,2021,3,16,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94294,3,1615903200,2021,3,16,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94295,3,1615905000,2021,3,16,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94296,3,1615906800,2021,3,16,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94297,3,1615908600,2021,3,16,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94298,3,1615921200,2021,3,16,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94299,3,1615923000,2021,3,16,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94300,3,1615924800,2021,3,16,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94301,3,1615926600,2021,3,16,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94302,3,1615928400,2021,3,16,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94303,3,1615930200,2021,3,16,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94304,3,1615932000,2021,3,16,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94305,3,1615933800,2021,3,16,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94306,3,1615982400,2021,3,17,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94307,3,1615984200,2021,3,17,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94308,3,1615986000,2021,3,17,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94309,3,1615987800,2021,3,17,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94310,3,1615989600,2021,3,17,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94311,3,1615991400,2021,3,17,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94312,3,1615993200,2021,3,17,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94313,3,1615995000,2021,3,17,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94314,3,1616007600,2021,3,17,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94315,3,1616009400,2021,3,17,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94316,3,1616011200,2021,3,17,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94317,3,1616013000,2021,3,17,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94318,3,1616014800,2021,3,17,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94319,3,1616016600,2021,3,17,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94320,3,1616018400,2021,3,17,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94321,3,1616020200,2021,3,17,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94322,3,1616068800,2021,3,18,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94323,3,1616070600,2021,3,18,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94324,3,1616072400,2021,3,18,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94325,3,1616074200,2021,3,18,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94326,3,1616076000,2021,3,18,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94327,3,1616077800,2021,3,18,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94328,3,1616079600,2021,3,18,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94329,3,1616081400,2021,3,18,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94330,3,1616094000,2021,3,18,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94331,3,1616095800,2021,3,18,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94332,3,1616097600,2021,3,18,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94333,3,1616099400,2021,3,18,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94334,3,1616101200,2021,3,18,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94335,3,1616103000,2021,3,18,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94336,3,1616104800,2021,3,18,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94337,3,1616106600,2021,3,18,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94338,3,1616155200,2021,3,19,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94339,3,1616157000,2021,3,19,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94340,3,1616158800,2021,3,19,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94341,3,1616160600,2021,3,19,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94342,3,1616162400,2021,3,19,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94343,3,1616164200,2021,3,19,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94344,3,1616166000,2021,3,19,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94345,3,1616167800,2021,3,19,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94346,3,1616180400,2021,3,19,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94347,3,1616182200,2021,3,19,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94348,3,1616184000,2021,3,19,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94349,3,1616185800,2021,3,19,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94350,3,1616187600,2021,3,19,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94351,3,1616189400,2021,3,19,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94352,3,1616191200,2021,3,19,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94353,3,1616193000,2021,3,19,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94354,3,1616241600,2021,3,20,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94355,3,1616243400,2021,3,20,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94356,3,1616245200,2021,3,20,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94357,3,1616247000,2021,3,20,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94358,3,1616248800,2021,3,20,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94359,3,1616250600,2021,3,20,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94360,3,1616252400,2021,3,20,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94361,3,1616254200,2021,3,20,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94362,3,1616266800,2021,3,20,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94363,3,1616268600,2021,3,20,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94364,3,1616270400,2021,3,20,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94365,3,1616272200,2021,3,20,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94366,3,1616274000,2021,3,20,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94367,3,1616275800,2021,3,20,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94368,3,1616277600,2021,3,20,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94369,3,1616279400,2021,3,20,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94370,3,1616328000,2021,3,21,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94371,3,1616329800,2021,3,21,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94372,3,1616331600,2021,3,21,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94373,3,1616333400,2021,3,21,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94374,3,1616335200,2021,3,21,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94375,3,1616337000,2021,3,21,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94376,3,1616338800,2021,3,21,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94377,3,1616340600,2021,3,21,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94378,3,1616414400,2021,3,22,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94379,3,1616416200,2021,3,22,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94380,3,1616418000,2021,3,22,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94381,3,1616419800,2021,3,22,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94382,3,1616421600,2021,3,22,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94383,3,1616423400,2021,3,22,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94384,3,1616439600,2021,3,22,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94385,3,1616441400,2021,3,22,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94386,3,1616443200,2021,3,22,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94387,3,1616445000,2021,3,22,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94388,3,1616446800,2021,3,22,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94389,3,1616448600,2021,3,22,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94390,3,1616450400,2021,3,22,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94391,3,1616452200,2021,3,22,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94392,3,1616500800,2021,3,23,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94393,3,1616502600,2021,3,23,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94394,3,1616504400,2021,3,23,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94395,3,1616506200,2021,3,23,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94396,3,1616508000,2021,3,23,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94397,3,1616509800,2021,3,23,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94398,3,1616511600,2021,3,23,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94399,3,1616513400,2021,3,23,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94400,3,1616526000,2021,3,23,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94401,3,1616527800,2021,3,23,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94402,3,1616529600,2021,3,23,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94403,3,1616531400,2021,3,23,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94404,3,1616533200,2021,3,23,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94405,3,1616535000,2021,3,23,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94406,3,1616536800,2021,3,23,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94407,3,1616538600,2021,3,23,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94408,3,1616587200,2021,3,24,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94409,3,1616589000,2021,3,24,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94410,3,1616590800,2021,3,24,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94411,3,1616592600,2021,3,24,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94412,3,1616594400,2021,3,24,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94413,3,1616596200,2021,3,24,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94414,3,1616598000,2021,3,24,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94415,3,1616599800,2021,3,24,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94416,3,1616612400,2021,3,24,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94417,3,1616614200,2021,3,24,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94418,3,1616616000,2021,3,24,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94419,3,1616617800,2021,3,24,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94420,3,1616619600,2021,3,24,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94421,3,1616621400,2021,3,24,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94422,3,1616623200,2021,3,24,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94423,3,1616625000,2021,3,24,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94424,3,1616673600,2021,3,25,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94425,3,1616675400,2021,3,25,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94426,3,1616677200,2021,3,25,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94427,3,1616679000,2021,3,25,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94428,3,1616680800,2021,3,25,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94429,3,1616682600,2021,3,25,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94430,3,1616684400,2021,3,25,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94431,3,1616686200,2021,3,25,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94432,3,1616698800,2021,3,25,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94433,3,1616700600,2021,3,25,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94434,3,1616702400,2021,3,25,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94435,3,1616704200,2021,3,25,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94436,3,1616706000,2021,3,25,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94437,3,1616707800,2021,3,25,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94438,3,1616709600,2021,3,25,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94439,3,1616711400,2021,3,25,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94440,3,1616760000,2021,3,26,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94441,3,1616761800,2021,3,26,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94442,3,1616763600,2021,3,26,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94443,3,1616765400,2021,3,26,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94444,3,1616767200,2021,3,26,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94445,3,1616769000,2021,3,26,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94446,3,1616770800,2021,3,26,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94447,3,1616772600,2021,3,26,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94448,3,1616785200,2021,3,26,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94449,3,1616787000,2021,3,26,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94450,3,1616788800,2021,3,26,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94451,3,1616790600,2021,3,26,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94452,3,1616792400,2021,3,26,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94453,3,1616794200,2021,3,26,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94454,3,1616796000,2021,3,26,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94455,3,1616797800,2021,3,26,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94456,3,1616846400,2021,3,27,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94457,3,1616848200,2021,3,27,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94458,3,1616850000,2021,3,27,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94459,3,1616851800,2021,3,27,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94460,3,1616853600,2021,3,27,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94461,3,1616855400,2021,3,27,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94462,3,1616857200,2021,3,27,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94463,3,1616859000,2021,3,27,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94464,3,1616871600,2021,3,27,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94465,3,1616873400,2021,3,27,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94466,3,1616875200,2021,3,27,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94467,3,1616877000,2021,3,27,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94468,3,1616878800,2021,3,27,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94469,3,1616880600,2021,3,27,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94470,3,1616882400,2021,3,27,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94471,3,1616884200,2021,3,27,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94472,3,1617015600,2021,3,29,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94473,3,1617017400,2021,3,29,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94474,3,1617019200,2021,3,29,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94475,3,1617021000,2021,3,29,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94476,3,1617022800,2021,3,29,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94477,3,1617024600,2021,3,29,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94478,3,1617040800,2021,3,29,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94479,3,1617042600,2021,3,29,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94480,3,1617044400,2021,3,29,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94481,3,1617046200,2021,3,29,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94482,3,1617048000,2021,3,29,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94483,3,1617049800,2021,3,29,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94484,3,1617051600,2021,3,29,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94485,3,1617053400,2021,3,29,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94486,3,1617102000,2021,3,30,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94487,3,1617103800,2021,3,30,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94488,3,1617105600,2021,3,30,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94489,3,1617107400,2021,3,30,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94490,3,1617109200,2021,3,30,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94491,3,1617111000,2021,3,30,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94492,3,1617112800,2021,3,30,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94493,3,1617114600,2021,3,30,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94494,3,1617127200,2021,3,30,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94495,3,1617129000,2021,3,30,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94496,3,1617130800,2021,3,30,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94497,3,1617132600,2021,3,30,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94498,3,1617134400,2021,3,30,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94499,3,1617136200,2021,3,30,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94500,3,1617138000,2021,3,30,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94501,3,1617139800,2021,3,30,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94502,3,1617188400,2021,3,31,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94503,3,1617190200,2021,3,31,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94504,3,1617192000,2021,3,31,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94505,3,1617193800,2021,3,31,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94506,3,1617195600,2021,3,31,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94507,3,1617197400,2021,3,31,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94508,3,1617199200,2021,3,31,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94509,3,1617201000,2021,3,31,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94510,3,1617213600,2021,3,31,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94511,3,1617215400,2021,3,31,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94512,3,1617217200,2021,3,31,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94513,3,1617219000,2021,3,31,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94514,3,1617220800,2021,3,31,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94515,3,1617222600,2021,3,31,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94516,3,1617224400,2021,3,31,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94517,3,1617226200,2021,3,31,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94518,3,1617274800,2021,4,1,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94519,3,1617276600,2021,4,1,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94520,3,1617278400,2021,4,1,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94521,3,1617280200,2021,4,1,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94522,3,1617282000,2021,4,1,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94523,3,1617283800,2021,4,1,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94524,3,1617285600,2021,4,1,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94525,3,1617287400,2021,4,1,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94526,3,1617300000,2021,4,1,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94527,3,1617301800,2021,4,1,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94528,3,1617303600,2021,4,1,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94529,3,1617305400,2021,4,1,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94530,3,1617307200,2021,4,1,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94531,3,1617309000,2021,4,1,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94532,3,1617310800,2021,4,1,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94533,3,1617312600,2021,4,1,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94534,3,1617361200,2021,4,2,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94535,3,1617363000,2021,4,2,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94536,3,1617364800,2021,4,2,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94537,3,1617366600,2021,4,2,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94538,3,1617368400,2021,4,2,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94539,3,1617370200,2021,4,2,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94540,3,1617372000,2021,4,2,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94541,3,1617373800,2021,4,2,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94542,3,1617386400,2021,4,2,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94543,3,1617388200,2021,4,2,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94544,3,1617390000,2021,4,2,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94545,3,1617391800,2021,4,2,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94546,3,1617393600,2021,4,2,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94547,3,1617395400,2021,4,2,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94548,3,1617397200,2021,4,2,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94549,3,1617399000,2021,4,2,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94550,3,1617447600,2021,4,3,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94551,3,1617449400,2021,4,3,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94552,3,1617451200,2021,4,3,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94553,3,1617453000,2021,4,3,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94554,3,1617454800,2021,4,3,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94555,3,1617456600,2021,4,3,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94556,3,1617458400,2021,4,3,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94557,3,1617460200,2021,4,3,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94558,3,1617472800,2021,4,3,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94559,3,1617474600,2021,4,3,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94560,3,1617476400,2021,4,3,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94561,3,1617478200,2021,4,3,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94562,3,1617480000,2021,4,3,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94563,3,1617481800,2021,4,3,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94564,3,1617483600,2021,4,3,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94565,3,1617485400,2021,4,3,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94566,3,1617534000,2021,4,4,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94567,3,1617535800,2021,4,4,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94568,3,1617537600,2021,4,4,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94569,3,1617539400,2021,4,4,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94570,3,1617541200,2021,4,4,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94571,3,1617543000,2021,4,4,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94572,3,1617544800,2021,4,4,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94573,3,1617546600,2021,4,4,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94574,3,1617620400,2021,4,5,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94575,3,1617622200,2021,4,5,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94576,3,1617624000,2021,4,5,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94577,3,1617625800,2021,4,5,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94578,3,1617627600,2021,4,5,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94579,3,1617629400,2021,4,5,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94580,3,1617645600,2021,4,5,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94581,3,1617647400,2021,4,5,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94582,3,1617649200,2021,4,5,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94583,3,1617651000,2021,4,5,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94584,3,1617652800,2021,4,5,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94585,3,1617654600,2021,4,5,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94586,3,1617656400,2021,4,5,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94587,3,1617658200,2021,4,5,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94588,3,1617706800,2021,4,6,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94589,3,1617708600,2021,4,6,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94590,3,1617710400,2021,4,6,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94591,3,1617712200,2021,4,6,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94592,3,1617714000,2021,4,6,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94593,3,1617715800,2021,4,6,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94594,3,1617717600,2021,4,6,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94595,3,1617719400,2021,4,6,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94596,3,1617732000,2021,4,6,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94597,3,1617733800,2021,4,6,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94598,3,1617735600,2021,4,6,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94599,3,1617737400,2021,4,6,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94600,3,1617739200,2021,4,6,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94601,3,1617741000,2021,4,6,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94602,3,1617742800,2021,4,6,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94603,3,1617744600,2021,4,6,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94604,3,1617793200,2021,4,7,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94605,3,1617795000,2021,4,7,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94606,3,1617796800,2021,4,7,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94607,3,1617798600,2021,4,7,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94608,3,1617800400,2021,4,7,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94609,3,1617802200,2021,4,7,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94610,3,1617804000,2021,4,7,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94611,3,1617805800,2021,4,7,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94612,3,1617818400,2021,4,7,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94613,3,1617820200,2021,4,7,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94614,3,1617822000,2021,4,7,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94615,3,1617823800,2021,4,7,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94616,3,1617825600,2021,4,7,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94617,3,1617827400,2021,4,7,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94618,3,1617829200,2021,4,7,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94619,3,1617831000,2021,4,7,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94620,3,1617879600,2021,4,8,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94621,3,1617881400,2021,4,8,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94622,3,1617883200,2021,4,8,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94623,3,1617885000,2021,4,8,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94624,3,1617886800,2021,4,8,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94625,3,1617888600,2021,4,8,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94626,3,1617890400,2021,4,8,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94627,3,1617892200,2021,4,8,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94628,3,1617904800,2021,4,8,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94629,3,1617906600,2021,4,8,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94630,3,1617908400,2021,4,8,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94631,3,1617910200,2021,4,8,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94632,3,1617912000,2021,4,8,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94633,3,1617913800,2021,4,8,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94634,3,1617915600,2021,4,8,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94635,3,1617917400,2021,4,8,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94636,3,1617966000,2021,4,9,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94637,3,1617967800,2021,4,9,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94638,3,1617969600,2021,4,9,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94639,3,1617971400,2021,4,9,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94640,3,1617973200,2021,4,9,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94641,3,1617975000,2021,4,9,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94642,3,1617976800,2021,4,9,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94643,3,1617978600,2021,4,9,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94644,3,1617991200,2021,4,9,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94645,3,1617993000,2021,4,9,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94646,3,1617994800,2021,4,9,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94647,3,1617996600,2021,4,9,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94648,3,1617998400,2021,4,9,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94649,3,1618000200,2021,4,9,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94650,3,1618002000,2021,4,9,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94651,3,1618003800,2021,4,9,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94652,3,1618052400,2021,4,10,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94653,3,1618054200,2021,4,10,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94654,3,1618056000,2021,4,10,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94655,3,1618057800,2021,4,10,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94656,3,1618059600,2021,4,10,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94657,3,1618061400,2021,4,10,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94658,3,1618063200,2021,4,10,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94659,3,1618065000,2021,4,10,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94660,3,1618077600,2021,4,10,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94661,3,1618079400,2021,4,10,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94662,3,1618081200,2021,4,10,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94663,3,1618083000,2021,4,10,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94664,3,1618084800,2021,4,10,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94665,3,1618086600,2021,4,10,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94666,3,1618088400,2021,4,10,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94667,3,1618090200,2021,4,10,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94668,3,1618138800,2021,4,11,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94669,3,1618140600,2021,4,11,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94670,3,1618142400,2021,4,11,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94671,3,1618144200,2021,4,11,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94672,3,1618146000,2021,4,11,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94673,3,1618147800,2021,4,11,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94674,3,1618149600,2021,4,11,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94675,3,1618151400,2021,4,11,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94676,3,1618225200,2021,4,12,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94677,3,1618227000,2021,4,12,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94678,3,1618228800,2021,4,12,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94679,3,1618230600,2021,4,12,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94680,3,1618232400,2021,4,12,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94681,3,1618234200,2021,4,12,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94682,3,1618250400,2021,4,12,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94683,3,1618252200,2021,4,12,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94684,3,1618254000,2021,4,12,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94685,3,1618255800,2021,4,12,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94686,3,1618257600,2021,4,12,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94687,3,1618259400,2021,4,12,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94688,3,1618261200,2021,4,12,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94689,3,1618263000,2021,4,12,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94690,3,1618311600,2021,4,13,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94691,3,1618313400,2021,4,13,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94692,3,1618315200,2021,4,13,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94693,3,1618317000,2021,4,13,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94694,3,1618318800,2021,4,13,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94695,3,1618320600,2021,4,13,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94696,3,1618322400,2021,4,13,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94697,3,1618324200,2021,4,13,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94698,3,1618336800,2021,4,13,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94699,3,1618338600,2021,4,13,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94700,3,1618340400,2021,4,13,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94701,3,1618342200,2021,4,13,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94702,3,1618344000,2021,4,13,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94703,3,1618345800,2021,4,13,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94704,3,1618347600,2021,4,13,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94705,3,1618349400,2021,4,13,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94706,3,1618398000,2021,4,14,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94707,3,1618399800,2021,4,14,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94708,3,1618401600,2021,4,14,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94709,3,1618403400,2021,4,14,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94710,3,1618405200,2021,4,14,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94711,3,1618407000,2021,4,14,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94712,3,1618408800,2021,4,14,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94713,3,1618410600,2021,4,14,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94714,3,1618423200,2021,4,14,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94715,3,1618425000,2021,4,14,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94716,3,1618426800,2021,4,14,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94717,3,1618428600,2021,4,14,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94718,3,1618430400,2021,4,14,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94719,3,1618432200,2021,4,14,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94720,3,1618434000,2021,4,14,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94721,3,1618435800,2021,4,14,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94722,3,1618484400,2021,4,15,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94723,3,1618486200,2021,4,15,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94724,3,1618488000,2021,4,15,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94725,3,1618489800,2021,4,15,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94726,3,1618491600,2021,4,15,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94727,3,1618493400,2021,4,15,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94728,3,1618495200,2021,4,15,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94729,3,1618497000,2021,4,15,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94730,3,1618509600,2021,4,15,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94731,3,1618511400,2021,4,15,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94732,3,1618513200,2021,4,15,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94733,3,1618515000,2021,4,15,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94734,3,1618516800,2021,4,15,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94735,3,1618518600,2021,4,15,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94736,3,1618520400,2021,4,15,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94737,3,1618522200,2021,4,15,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94738,3,1618570800,2021,4,16,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94739,3,1618572600,2021,4,16,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94740,3,1618574400,2021,4,16,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94741,3,1618576200,2021,4,16,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94742,3,1618578000,2021,4,16,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94743,3,1618579800,2021,4,16,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94744,3,1618581600,2021,4,16,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94745,3,1618583400,2021,4,16,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94746,3,1618596000,2021,4,16,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94747,3,1618597800,2021,4,16,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94748,3,1618599600,2021,4,16,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94749,3,1618601400,2021,4,16,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94750,3,1618603200,2021,4,16,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94751,3,1618605000,2021,4,16,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94752,3,1618606800,2021,4,16,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94753,3,1618608600,2021,4,16,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94754,3,1618657200,2021,4,17,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94755,3,1618659000,2021,4,17,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94756,3,1618660800,2021,4,17,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94757,3,1618662600,2021,4,17,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94758,3,1618664400,2021,4,17,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94759,3,1618666200,2021,4,17,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94760,3,1618668000,2021,4,17,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94761,3,1618669800,2021,4,17,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94762,3,1618682400,2021,4,17,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94763,3,1618684200,2021,4,17,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94764,3,1618686000,2021,4,17,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94765,3,1618687800,2021,4,17,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94766,3,1618689600,2021,4,17,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94767,3,1618691400,2021,4,17,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94768,3,1618693200,2021,4,17,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94769,3,1618695000,2021,4,17,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94770,3,1618743600,2021,4,18,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94771,3,1618745400,2021,4,18,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94772,3,1618747200,2021,4,18,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94773,3,1618749000,2021,4,18,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94774,3,1618750800,2021,4,18,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94775,3,1618752600,2021,4,18,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94776,3,1618754400,2021,4,18,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94777,3,1618756200,2021,4,18,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94778,3,1618830000,2021,4,19,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94779,3,1618831800,2021,4,19,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94780,3,1618833600,2021,4,19,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94781,3,1618835400,2021,4,19,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94782,3,1618837200,2021,4,19,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94783,3,1618839000,2021,4,19,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94784,3,1618855200,2021,4,19,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94785,3,1618857000,2021,4,19,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94786,3,1618858800,2021,4,19,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94787,3,1618860600,2021,4,19,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94788,3,1618862400,2021,4,19,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94789,3,1618864200,2021,4,19,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94790,3,1618866000,2021,4,19,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94791,3,1618867800,2021,4,19,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94792,3,1618916400,2021,4,20,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94793,3,1618918200,2021,4,20,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94794,3,1618920000,2021,4,20,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94795,3,1618921800,2021,4,20,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94796,3,1618923600,2021,4,20,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94797,3,1618925400,2021,4,20,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94798,3,1618927200,2021,4,20,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94799,3,1618929000,2021,4,20,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94800,3,1618941600,2021,4,20,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94801,3,1618943400,2021,4,20,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94802,3,1618945200,2021,4,20,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94803,3,1618947000,2021,4,20,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94804,3,1618948800,2021,4,20,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94805,3,1618950600,2021,4,20,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94806,3,1618952400,2021,4,20,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94807,3,1618954200,2021,4,20,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94808,3,1619002800,2021,4,21,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94809,3,1619004600,2021,4,21,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94810,3,1619006400,2021,4,21,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94811,3,1619008200,2021,4,21,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94812,3,1619010000,2021,4,21,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94813,3,1619011800,2021,4,21,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94814,3,1619013600,2021,4,21,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94815,3,1619015400,2021,4,21,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94816,3,1619028000,2021,4,21,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94817,3,1619029800,2021,4,21,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94818,3,1619031600,2021,4,21,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94819,3,1619033400,2021,4,21,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94820,3,1619035200,2021,4,21,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94821,3,1619037000,2021,4,21,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94822,3,1619038800,2021,4,21,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94823,3,1619040600,2021,4,21,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94824,3,1619089200,2021,4,22,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94825,3,1619091000,2021,4,22,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94826,3,1619092800,2021,4,22,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94827,3,1619094600,2021,4,22,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94828,3,1619096400,2021,4,22,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94829,3,1619098200,2021,4,22,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94830,3,1619100000,2021,4,22,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94831,3,1619101800,2021,4,22,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94832,3,1619114400,2021,4,22,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94833,3,1619116200,2021,4,22,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94834,3,1619118000,2021,4,22,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94835,3,1619119800,2021,4,22,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94836,3,1619121600,2021,4,22,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94837,3,1619123400,2021,4,22,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94838,3,1619125200,2021,4,22,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94839,3,1619127000,2021,4,22,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94840,3,1619175600,2021,4,23,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94841,3,1619177400,2021,4,23,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94842,3,1619179200,2021,4,23,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94843,3,1619181000,2021,4,23,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94844,3,1619182800,2021,4,23,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94845,3,1619184600,2021,4,23,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94846,3,1619186400,2021,4,23,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94847,3,1619188200,2021,4,23,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94848,3,1619200800,2021,4,23,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94849,3,1619202600,2021,4,23,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94850,3,1619204400,2021,4,23,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94851,3,1619206200,2021,4,23,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94852,3,1619208000,2021,4,23,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94853,3,1619209800,2021,4,23,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94854,3,1619211600,2021,4,23,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94855,3,1619213400,2021,4,23,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94856,3,1619262000,2021,4,24,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94857,3,1619263800,2021,4,24,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94858,3,1619265600,2021,4,24,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94859,3,1619267400,2021,4,24,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94860,3,1619269200,2021,4,24,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94861,3,1619271000,2021,4,24,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94862,3,1619272800,2021,4,24,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94863,3,1619274600,2021,4,24,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94864,3,1619287200,2021,4,24,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94865,3,1619289000,2021,4,24,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94866,3,1619290800,2021,4,24,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94867,3,1619292600,2021,4,24,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94868,3,1619294400,2021,4,24,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94869,3,1619296200,2021,4,24,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94870,3,1619298000,2021,4,24,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94871,3,1619299800,2021,4,24,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94872,3,1619348400,2021,4,25,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94873,3,1619350200,2021,4,25,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94874,3,1619352000,2021,4,25,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94875,3,1619353800,2021,4,25,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94876,3,1619355600,2021,4,25,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94877,3,1619357400,2021,4,25,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94878,3,1619359200,2021,4,25,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94879,3,1619361000,2021,4,25,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94880,3,1619434800,2021,4,26,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94881,3,1619436600,2021,4,26,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94882,3,1619438400,2021,4,26,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94883,3,1619440200,2021,4,26,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94884,3,1619442000,2021,4,26,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94885,3,1619443800,2021,4,26,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94886,3,1619460000,2021,4,26,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94887,3,1619461800,2021,4,26,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94888,3,1619463600,2021,4,26,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94889,3,1619465400,2021,4,26,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94890,3,1619467200,2021,4,26,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94891,3,1619469000,2021,4,26,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94892,3,1619470800,2021,4,26,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94893,3,1619472600,2021,4,26,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94894,3,1619521200,2021,4,27,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94895,3,1619523000,2021,4,27,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94896,3,1619524800,2021,4,27,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94897,3,1619526600,2021,4,27,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(94898,3,1619528400,2021,4,27,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(94899,3,1619530200,2021,4,27,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(94900,3,1619532000,2021,4,27,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(94901,3,1619533800,2021,4,27,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(94902,3,1619546400,2021,4,27,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(94903,3,1619548200,2021,4,27,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(94904,3,1619550000,2021,4,27,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(94905,3,1619551800,2021,4,27,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(94906,3,1619553600,2021,4,27,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(94907,3,1619555400,2021,4,27,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(94908,3,1619557200,2021,4,27,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(94909,3,1619559000,2021,4,27,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(94910,3,1619607600,2021,4,28,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(94911,3,1619609400,2021,4,28,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(94912,3,1619611200,2021,4,28,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(94913,3,1619613000,2021,4,28,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(94914,3,1619614800,2021,4,28,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(94915,3,1619616600,2021,4,28,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(94916,3,1619618400,2021,4,28,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(94917,3,1619620200,2021,4,28,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(94918,3,1619632800,2021,4,28,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(94919,3,1619634600,2021,4,28,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(94920,3,1619636400,2021,4,28,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(94921,3,1619638200,2021,4,28,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(94922,3,1619640000,2021,4,28,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(94923,3,1619641800,2021,4,28,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(94924,3,1619643600,2021,4,28,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(94925,3,1619645400,2021,4,28,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(94926,3,1619694000,2021,4,29,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(94927,3,1619695800,2021,4,29,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(94928,3,1619697600,2021,4,29,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(94929,3,1619699400,2021,4,29,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(94930,3,1619701200,2021,4,29,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(94931,3,1619703000,2021,4,29,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(94932,3,1619704800,2021,4,29,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(94933,3,1619706600,2021,4,29,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(94934,3,1619719200,2021,4,29,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(94935,3,1619721000,2021,4,29,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(94936,3,1619722800,2021,4,29,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(94937,3,1619724600,2021,4,29,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(94938,3,1619726400,2021,4,29,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(94939,3,1619728200,2021,4,29,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(94940,3,1619730000,2021,4,29,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(94941,3,1619731800,2021,4,29,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(94942,3,1619780400,2021,4,30,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(94943,3,1619782200,2021,4,30,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(94944,3,1619784000,2021,4,30,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(94945,3,1619785800,2021,4,30,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(94946,3,1619787600,2021,4,30,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(94947,3,1619789400,2021,4,30,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(94948,3,1619791200,2021,4,30,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(94949,3,1619793000,2021,4,30,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(94950,3,1619805600,2021,4,30,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(94951,3,1619807400,2021,4,30,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(94952,3,1619809200,2021,4,30,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(94953,3,1619811000,2021,4,30,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(94954,3,1619812800,2021,4,30,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(94955,3,1619814600,2021,4,30,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(94956,3,1619816400,2021,4,30,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(94957,3,1619818200,2021,4,30,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(94958,3,1619866800,2021,5,1,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(94959,3,1619868600,2021,5,1,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(94960,3,1619870400,2021,5,1,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(94961,3,1619872200,2021,5,1,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(94962,3,1619874000,2021,5,1,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(94963,3,1619875800,2021,5,1,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(94964,3,1619877600,2021,5,1,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(94965,3,1619879400,2021,5,1,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(94966,3,1619892000,2021,5,1,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(94967,3,1619893800,2021,5,1,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(94968,3,1619895600,2021,5,1,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(94969,3,1619897400,2021,5,1,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(94970,3,1619899200,2021,5,1,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(94971,3,1619901000,2021,5,1,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(94972,3,1619902800,2021,5,1,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(94973,3,1619904600,2021,5,1,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(94974,3,1619953200,2021,5,2,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(94975,3,1619955000,2021,5,2,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(94976,3,1619956800,2021,5,2,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(94977,3,1619958600,2021,5,2,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(94978,3,1619960400,2021,5,2,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(94979,3,1619962200,2021,5,2,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(94980,3,1619964000,2021,5,2,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(94981,3,1619965800,2021,5,2,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(94982,3,1620039600,2021,5,3,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(94983,3,1620041400,2021,5,3,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(94984,3,1620043200,2021,5,3,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(94985,3,1620045000,2021,5,3,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(94986,3,1620046800,2021,5,3,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(94987,3,1620048600,2021,5,3,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(94988,3,1620064800,2021,5,3,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(94989,3,1620066600,2021,5,3,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(94990,3,1620068400,2021,5,3,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(94991,3,1620070200,2021,5,3,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(94992,3,1620072000,2021,5,3,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(94993,3,1620073800,2021,5,3,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(94994,3,1620075600,2021,5,3,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(94995,3,1620077400,2021,5,3,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(94996,3,1620126000,2021,5,4,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(94997,3,1620127800,2021,5,4,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(94998,3,1620129600,2021,5,4,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(94999,3,1620131400,2021,5,4,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95000,3,1620133200,2021,5,4,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95001,3,1620135000,2021,5,4,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95002,3,1620136800,2021,5,4,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95003,3,1620138600,2021,5,4,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95004,3,1620151200,2021,5,4,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95005,3,1620153000,2021,5,4,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95006,3,1620154800,2021,5,4,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95007,3,1620156600,2021,5,4,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95008,3,1620158400,2021,5,4,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95009,3,1620160200,2021,5,4,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95010,3,1620162000,2021,5,4,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95011,3,1620163800,2021,5,4,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95012,3,1620212400,2021,5,5,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95013,3,1620214200,2021,5,5,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95014,3,1620216000,2021,5,5,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95015,3,1620217800,2021,5,5,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95016,3,1620219600,2021,5,5,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95017,3,1620221400,2021,5,5,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95018,3,1620223200,2021,5,5,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95019,3,1620225000,2021,5,5,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95020,3,1620237600,2021,5,5,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95021,3,1620239400,2021,5,5,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95022,3,1620241200,2021,5,5,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95023,3,1620243000,2021,5,5,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95024,3,1620244800,2021,5,5,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95025,3,1620246600,2021,5,5,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95026,3,1620248400,2021,5,5,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95027,3,1620250200,2021,5,5,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95028,3,1620298800,2021,5,6,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95029,3,1620300600,2021,5,6,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95030,3,1620302400,2021,5,6,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95031,3,1620304200,2021,5,6,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95032,3,1620306000,2021,5,6,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95033,3,1620307800,2021,5,6,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95034,3,1620309600,2021,5,6,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95035,3,1620311400,2021,5,6,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95036,3,1620324000,2021,5,6,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95037,3,1620325800,2021,5,6,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95038,3,1620327600,2021,5,6,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95039,3,1620329400,2021,5,6,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95040,3,1620331200,2021,5,6,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95041,3,1620333000,2021,5,6,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95042,3,1620334800,2021,5,6,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95043,3,1620336600,2021,5,6,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95044,3,1620385200,2021,5,7,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95045,3,1620387000,2021,5,7,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95046,3,1620388800,2021,5,7,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95047,3,1620390600,2021,5,7,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95048,3,1620392400,2021,5,7,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95049,3,1620394200,2021,5,7,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95050,3,1620396000,2021,5,7,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95051,3,1620397800,2021,5,7,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95052,3,1620410400,2021,5,7,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95053,3,1620412200,2021,5,7,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95054,3,1620414000,2021,5,7,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95055,3,1620415800,2021,5,7,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95056,3,1620417600,2021,5,7,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95057,3,1620419400,2021,5,7,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95058,3,1620421200,2021,5,7,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95059,3,1620423000,2021,5,7,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95060,3,1620471600,2021,5,8,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95061,3,1620473400,2021,5,8,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95062,3,1620475200,2021,5,8,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95063,3,1620477000,2021,5,8,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95064,3,1620478800,2021,5,8,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95065,3,1620480600,2021,5,8,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95066,3,1620482400,2021,5,8,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95067,3,1620484200,2021,5,8,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95068,3,1620496800,2021,5,8,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95069,3,1620498600,2021,5,8,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95070,3,1620500400,2021,5,8,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95071,3,1620502200,2021,5,8,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95072,3,1620504000,2021,5,8,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95073,3,1620505800,2021,5,8,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95074,3,1620507600,2021,5,8,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95075,3,1620509400,2021,5,8,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95076,3,1620558000,2021,5,9,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95077,3,1620559800,2021,5,9,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95078,3,1620561600,2021,5,9,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95079,3,1620563400,2021,5,9,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95080,3,1620565200,2021,5,9,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95081,3,1620567000,2021,5,9,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95082,3,1620568800,2021,5,9,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95083,3,1620570600,2021,5,9,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95084,3,1620644400,2021,5,10,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95085,3,1620646200,2021,5,10,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95086,3,1620648000,2021,5,10,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95087,3,1620649800,2021,5,10,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95088,3,1620651600,2021,5,10,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95089,3,1620653400,2021,5,10,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95090,3,1620669600,2021,5,10,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95091,3,1620671400,2021,5,10,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95092,3,1620673200,2021,5,10,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95093,3,1620675000,2021,5,10,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95094,3,1620676800,2021,5,10,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95095,3,1620678600,2021,5,10,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95096,3,1620680400,2021,5,10,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95097,3,1620682200,2021,5,10,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95098,3,1620730800,2021,5,11,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95099,3,1620732600,2021,5,11,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95100,3,1620734400,2021,5,11,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95101,3,1620736200,2021,5,11,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95102,3,1620738000,2021,5,11,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95103,3,1620739800,2021,5,11,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95104,3,1620741600,2021,5,11,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95105,3,1620743400,2021,5,11,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95106,3,1620756000,2021,5,11,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95107,3,1620757800,2021,5,11,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95108,3,1620759600,2021,5,11,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95109,3,1620761400,2021,5,11,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95110,3,1620763200,2021,5,11,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95111,3,1620765000,2021,5,11,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95112,3,1620766800,2021,5,11,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95113,3,1620768600,2021,5,11,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95114,3,1620817200,2021,5,12,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95115,3,1620819000,2021,5,12,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95116,3,1620820800,2021,5,12,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95117,3,1620822600,2021,5,12,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95118,3,1620824400,2021,5,12,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95119,3,1620826200,2021,5,12,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95120,3,1620828000,2021,5,12,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95121,3,1620829800,2021,5,12,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95122,3,1620842400,2021,5,12,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95123,3,1620844200,2021,5,12,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95124,3,1620846000,2021,5,12,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95125,3,1620847800,2021,5,12,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95126,3,1620849600,2021,5,12,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95127,3,1620851400,2021,5,12,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95128,3,1620853200,2021,5,12,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95129,3,1620855000,2021,5,12,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95130,3,1620903600,2021,5,13,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95131,3,1620905400,2021,5,13,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95132,3,1620907200,2021,5,13,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95133,3,1620909000,2021,5,13,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95134,3,1620910800,2021,5,13,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95135,3,1620912600,2021,5,13,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95136,3,1620914400,2021,5,13,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95137,3,1620916200,2021,5,13,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95138,3,1620928800,2021,5,13,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95139,3,1620930600,2021,5,13,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95140,3,1620932400,2021,5,13,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95141,3,1620934200,2021,5,13,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95142,3,1620936000,2021,5,13,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95143,3,1620937800,2021,5,13,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95144,3,1620939600,2021,5,13,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95145,3,1620941400,2021,5,13,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95146,3,1620990000,2021,5,14,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95147,3,1620991800,2021,5,14,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95148,3,1620993600,2021,5,14,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95149,3,1620995400,2021,5,14,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95150,3,1620997200,2021,5,14,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95151,3,1620999000,2021,5,14,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95152,3,1621000800,2021,5,14,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95153,3,1621002600,2021,5,14,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95154,3,1621015200,2021,5,14,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95155,3,1621017000,2021,5,14,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95156,3,1621018800,2021,5,14,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95157,3,1621020600,2021,5,14,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95158,3,1621022400,2021,5,14,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95159,3,1621024200,2021,5,14,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95160,3,1621026000,2021,5,14,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95161,3,1621027800,2021,5,14,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95162,3,1621076400,2021,5,15,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95163,3,1621078200,2021,5,15,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95164,3,1621080000,2021,5,15,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95165,3,1621081800,2021,5,15,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95166,3,1621083600,2021,5,15,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95167,3,1621085400,2021,5,15,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95168,3,1621087200,2021,5,15,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95169,3,1621089000,2021,5,15,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95170,3,1621101600,2021,5,15,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95171,3,1621103400,2021,5,15,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95172,3,1621105200,2021,5,15,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95173,3,1621107000,2021,5,15,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95174,3,1621108800,2021,5,15,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95175,3,1621110600,2021,5,15,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95176,3,1621112400,2021,5,15,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95177,3,1621114200,2021,5,15,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95178,3,1621162800,2021,5,16,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95179,3,1621164600,2021,5,16,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95180,3,1621166400,2021,5,16,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95181,3,1621168200,2021,5,16,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95182,3,1621170000,2021,5,16,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95183,3,1621171800,2021,5,16,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95184,3,1621173600,2021,5,16,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95185,3,1621175400,2021,5,16,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95186,3,1621249200,2021,5,17,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95187,3,1621251000,2021,5,17,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95188,3,1621252800,2021,5,17,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95189,3,1621254600,2021,5,17,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95190,3,1621256400,2021,5,17,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95191,3,1621258200,2021,5,17,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95192,3,1621274400,2021,5,17,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95193,3,1621276200,2021,5,17,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95194,3,1621278000,2021,5,17,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95195,3,1621279800,2021,5,17,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95196,3,1621281600,2021,5,17,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95197,3,1621283400,2021,5,17,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95198,3,1621285200,2021,5,17,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95199,3,1621287000,2021,5,17,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95200,3,1621335600,2021,5,18,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95201,3,1621337400,2021,5,18,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95202,3,1621339200,2021,5,18,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95203,3,1621341000,2021,5,18,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95204,3,1621342800,2021,5,18,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95205,3,1621344600,2021,5,18,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95206,3,1621346400,2021,5,18,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95207,3,1621348200,2021,5,18,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95208,3,1621360800,2021,5,18,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95209,3,1621362600,2021,5,18,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95210,3,1621364400,2021,5,18,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95211,3,1621366200,2021,5,18,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95212,3,1621368000,2021,5,18,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95213,3,1621369800,2021,5,18,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95214,3,1621371600,2021,5,18,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95215,3,1621373400,2021,5,18,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95216,3,1621422000,2021,5,19,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95217,3,1621423800,2021,5,19,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95218,3,1621425600,2021,5,19,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95219,3,1621427400,2021,5,19,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95220,3,1621429200,2021,5,19,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95221,3,1621431000,2021,5,19,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95222,3,1621432800,2021,5,19,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95223,3,1621434600,2021,5,19,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95224,3,1621447200,2021,5,19,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95225,3,1621449000,2021,5,19,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95226,3,1621450800,2021,5,19,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95227,3,1621452600,2021,5,19,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95228,3,1621454400,2021,5,19,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95229,3,1621456200,2021,5,19,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95230,3,1621458000,2021,5,19,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95231,3,1621459800,2021,5,19,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95232,3,1621508400,2021,5,20,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95233,3,1621510200,2021,5,20,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95234,3,1621512000,2021,5,20,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95235,3,1621513800,2021,5,20,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95236,3,1621515600,2021,5,20,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95237,3,1621517400,2021,5,20,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95238,3,1621519200,2021,5,20,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95239,3,1621521000,2021,5,20,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95240,3,1621533600,2021,5,20,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95241,3,1621535400,2021,5,20,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95242,3,1621537200,2021,5,20,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95243,3,1621539000,2021,5,20,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95244,3,1621540800,2021,5,20,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95245,3,1621542600,2021,5,20,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95246,3,1621544400,2021,5,20,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95247,3,1621546200,2021,5,20,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95248,3,1621594800,2021,5,21,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95249,3,1621596600,2021,5,21,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95250,3,1621598400,2021,5,21,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95251,3,1621600200,2021,5,21,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95252,3,1621602000,2021,5,21,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95253,3,1621603800,2021,5,21,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95254,3,1621605600,2021,5,21,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95255,3,1621607400,2021,5,21,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95256,3,1621620000,2021,5,21,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95257,3,1621621800,2021,5,21,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95258,3,1621623600,2021,5,21,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95259,3,1621625400,2021,5,21,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95260,3,1621627200,2021,5,21,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95261,3,1621629000,2021,5,21,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95262,3,1621630800,2021,5,21,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95263,3,1621632600,2021,5,21,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95264,3,1621681200,2021,5,22,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95265,3,1621683000,2021,5,22,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95266,3,1621684800,2021,5,22,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95267,3,1621686600,2021,5,22,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95268,3,1621688400,2021,5,22,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95269,3,1621690200,2021,5,22,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95270,3,1621692000,2021,5,22,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95271,3,1621693800,2021,5,22,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95272,3,1621706400,2021,5,22,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95273,3,1621708200,2021,5,22,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95274,3,1621710000,2021,5,22,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95275,3,1621711800,2021,5,22,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95276,3,1621713600,2021,5,22,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95277,3,1621715400,2021,5,22,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95278,3,1621717200,2021,5,22,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95279,3,1621719000,2021,5,22,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95280,3,1621767600,2021,5,23,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95281,3,1621769400,2021,5,23,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95282,3,1621771200,2021,5,23,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95283,3,1621773000,2021,5,23,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95284,3,1621774800,2021,5,23,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95285,3,1621776600,2021,5,23,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95286,3,1621778400,2021,5,23,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95287,3,1621780200,2021,5,23,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95288,3,1621854000,2021,5,24,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95289,3,1621855800,2021,5,24,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95290,3,1621857600,2021,5,24,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95291,3,1621859400,2021,5,24,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95292,3,1621861200,2021,5,24,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95293,3,1621863000,2021,5,24,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95294,3,1621879200,2021,5,24,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95295,3,1621881000,2021,5,24,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95296,3,1621882800,2021,5,24,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95297,3,1621884600,2021,5,24,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95298,3,1621886400,2021,5,24,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95299,3,1621888200,2021,5,24,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95300,3,1621890000,2021,5,24,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95301,3,1621891800,2021,5,24,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95302,3,1621940400,2021,5,25,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95303,3,1621942200,2021,5,25,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95304,3,1621944000,2021,5,25,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95305,3,1621945800,2021,5,25,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95306,3,1621947600,2021,5,25,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95307,3,1621949400,2021,5,25,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95308,3,1621951200,2021,5,25,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95309,3,1621953000,2021,5,25,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95310,3,1621965600,2021,5,25,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95311,3,1621967400,2021,5,25,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95312,3,1621969200,2021,5,25,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95313,3,1621971000,2021,5,25,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95314,3,1621972800,2021,5,25,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95315,3,1621974600,2021,5,25,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95316,3,1621976400,2021,5,25,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95317,3,1621978200,2021,5,25,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95318,3,1622026800,2021,5,26,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95319,3,1622028600,2021,5,26,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95320,3,1622030400,2021,5,26,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95321,3,1622032200,2021,5,26,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95322,3,1622034000,2021,5,26,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95323,3,1622035800,2021,5,26,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95324,3,1622037600,2021,5,26,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95325,3,1622039400,2021,5,26,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95326,3,1622052000,2021,5,26,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95327,3,1622053800,2021,5,26,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95328,3,1622055600,2021,5,26,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95329,3,1622057400,2021,5,26,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95330,3,1622059200,2021,5,26,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95331,3,1622061000,2021,5,26,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95332,3,1622062800,2021,5,26,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95333,3,1622064600,2021,5,26,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95334,3,1622113200,2021,5,27,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95335,3,1622115000,2021,5,27,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95336,3,1622116800,2021,5,27,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95337,3,1622118600,2021,5,27,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95338,3,1622120400,2021,5,27,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95339,3,1622122200,2021,5,27,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95340,3,1622124000,2021,5,27,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95341,3,1622125800,2021,5,27,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95342,3,1622138400,2021,5,27,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95343,3,1622140200,2021,5,27,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95344,3,1622142000,2021,5,27,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95345,3,1622143800,2021,5,27,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95346,3,1622145600,2021,5,27,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95347,3,1622147400,2021,5,27,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95348,3,1622149200,2021,5,27,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95349,3,1622151000,2021,5,27,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95350,3,1622199600,2021,5,28,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95351,3,1622201400,2021,5,28,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95352,3,1622203200,2021,5,28,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95353,3,1622205000,2021,5,28,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95354,3,1622206800,2021,5,28,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95355,3,1622208600,2021,5,28,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95356,3,1622210400,2021,5,28,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95357,3,1622212200,2021,5,28,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95358,3,1622224800,2021,5,28,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95359,3,1622226600,2021,5,28,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95360,3,1622228400,2021,5,28,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95361,3,1622230200,2021,5,28,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95362,3,1622232000,2021,5,28,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95363,3,1622233800,2021,5,28,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95364,3,1622235600,2021,5,28,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95365,3,1622237400,2021,5,28,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95366,3,1622286000,2021,5,29,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95367,3,1622287800,2021,5,29,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95368,3,1622289600,2021,5,29,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95369,3,1622291400,2021,5,29,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95370,3,1622293200,2021,5,29,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95371,3,1622295000,2021,5,29,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95372,3,1622296800,2021,5,29,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95373,3,1622298600,2021,5,29,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95374,3,1622311200,2021,5,29,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95375,3,1622313000,2021,5,29,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95376,3,1622314800,2021,5,29,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95377,3,1622316600,2021,5,29,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95378,3,1622318400,2021,5,29,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95379,3,1622320200,2021,5,29,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95380,3,1622322000,2021,5,29,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95381,3,1622323800,2021,5,29,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95382,3,1622372400,2021,5,30,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95383,3,1622374200,2021,5,30,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95384,3,1622376000,2021,5,30,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95385,3,1622377800,2021,5,30,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95386,3,1622379600,2021,5,30,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95387,3,1622381400,2021,5,30,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95388,3,1622383200,2021,5,30,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95389,3,1622385000,2021,5,30,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95390,3,1622458800,2021,5,31,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95391,3,1622460600,2021,5,31,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95392,3,1622462400,2021,5,31,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95393,3,1622464200,2021,5,31,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95394,3,1622466000,2021,5,31,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95395,3,1622467800,2021,5,31,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95396,3,1622484000,2021,5,31,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95397,3,1622485800,2021,5,31,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95398,3,1622487600,2021,5,31,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95399,3,1622489400,2021,5,31,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95400,3,1622491200,2021,5,31,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95401,3,1622493000,2021,5,31,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95402,3,1622494800,2021,5,31,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95403,3,1622496600,2021,5,31,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95404,3,1622545200,2021,6,1,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95405,3,1622547000,2021,6,1,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95406,3,1622548800,2021,6,1,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95407,3,1622550600,2021,6,1,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95408,3,1622552400,2021,6,1,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95409,3,1622554200,2021,6,1,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95410,3,1622556000,2021,6,1,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95411,3,1622557800,2021,6,1,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95412,3,1622570400,2021,6,1,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95413,3,1622572200,2021,6,1,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95414,3,1622574000,2021,6,1,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95415,3,1622575800,2021,6,1,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95416,3,1622577600,2021,6,1,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95417,3,1622579400,2021,6,1,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95418,3,1622581200,2021,6,1,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95419,3,1622583000,2021,6,1,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95420,3,1622631600,2021,6,2,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95421,3,1622633400,2021,6,2,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95422,3,1622635200,2021,6,2,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95423,3,1622637000,2021,6,2,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95424,3,1622638800,2021,6,2,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95425,3,1622640600,2021,6,2,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95426,3,1622642400,2021,6,2,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95427,3,1622644200,2021,6,2,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95428,3,1622656800,2021,6,2,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95429,3,1622658600,2021,6,2,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95430,3,1622660400,2021,6,2,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95431,3,1622662200,2021,6,2,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95432,3,1622664000,2021,6,2,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95433,3,1622665800,2021,6,2,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95434,3,1622667600,2021,6,2,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95435,3,1622669400,2021,6,2,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95436,3,1622718000,2021,6,3,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95437,3,1622719800,2021,6,3,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95438,3,1622721600,2021,6,3,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95439,3,1622723400,2021,6,3,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95440,3,1622725200,2021,6,3,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95441,3,1622727000,2021,6,3,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95442,3,1622728800,2021,6,3,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95443,3,1622730600,2021,6,3,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95444,3,1622743200,2021,6,3,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95445,3,1622745000,2021,6,3,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95446,3,1622746800,2021,6,3,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95447,3,1622748600,2021,6,3,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95448,3,1622750400,2021,6,3,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95449,3,1622752200,2021,6,3,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95450,3,1622754000,2021,6,3,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95451,3,1622755800,2021,6,3,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95452,3,1622804400,2021,6,4,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95453,3,1622806200,2021,6,4,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95454,3,1622808000,2021,6,4,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95455,3,1622809800,2021,6,4,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95456,3,1622811600,2021,6,4,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95457,3,1622813400,2021,6,4,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95458,3,1622815200,2021,6,4,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95459,3,1622817000,2021,6,4,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95460,3,1622829600,2021,6,4,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95461,3,1622831400,2021,6,4,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95462,3,1622833200,2021,6,4,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95463,3,1622835000,2021,6,4,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95464,3,1622836800,2021,6,4,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95465,3,1622838600,2021,6,4,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95466,3,1622840400,2021,6,4,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95467,3,1622842200,2021,6,4,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95468,3,1622890800,2021,6,5,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95469,3,1622892600,2021,6,5,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95470,3,1622894400,2021,6,5,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95471,3,1622896200,2021,6,5,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95472,3,1622898000,2021,6,5,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95473,3,1622899800,2021,6,5,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95474,3,1622901600,2021,6,5,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95475,3,1622903400,2021,6,5,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95476,3,1622916000,2021,6,5,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95477,3,1622917800,2021,6,5,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95478,3,1622919600,2021,6,5,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95479,3,1622921400,2021,6,5,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95480,3,1622923200,2021,6,5,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95481,3,1622925000,2021,6,5,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95482,3,1622926800,2021,6,5,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95483,3,1622928600,2021,6,5,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95484,3,1622977200,2021,6,6,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95485,3,1622979000,2021,6,6,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95486,3,1622980800,2021,6,6,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95487,3,1622982600,2021,6,6,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95488,3,1622984400,2021,6,6,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95489,3,1622986200,2021,6,6,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95490,3,1622988000,2021,6,6,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95491,3,1622989800,2021,6,6,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95492,3,1623063600,2021,6,7,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95493,3,1623065400,2021,6,7,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95494,3,1623067200,2021,6,7,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95495,3,1623069000,2021,6,7,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95496,3,1623070800,2021,6,7,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95497,3,1623072600,2021,6,7,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95498,3,1623088800,2021,6,7,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95499,3,1623090600,2021,6,7,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95500,3,1623092400,2021,6,7,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95501,3,1623094200,2021,6,7,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95502,3,1623096000,2021,6,7,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95503,3,1623097800,2021,6,7,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95504,3,1623099600,2021,6,7,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95505,3,1623101400,2021,6,7,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95506,3,1623150000,2021,6,8,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95507,3,1623151800,2021,6,8,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95508,3,1623153600,2021,6,8,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95509,3,1623155400,2021,6,8,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95510,3,1623157200,2021,6,8,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95511,3,1623159000,2021,6,8,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95512,3,1623160800,2021,6,8,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95513,3,1623162600,2021,6,8,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95514,3,1623175200,2021,6,8,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95515,3,1623177000,2021,6,8,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95516,3,1623178800,2021,6,8,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95517,3,1623180600,2021,6,8,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95518,3,1623182400,2021,6,8,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95519,3,1623184200,2021,6,8,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95520,3,1623186000,2021,6,8,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95521,3,1623187800,2021,6,8,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95522,3,1623236400,2021,6,9,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95523,3,1623238200,2021,6,9,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95524,3,1623240000,2021,6,9,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95525,3,1623241800,2021,6,9,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95526,3,1623243600,2021,6,9,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95527,3,1623245400,2021,6,9,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95528,3,1623247200,2021,6,9,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95529,3,1623249000,2021,6,9,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95530,3,1623261600,2021,6,9,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95531,3,1623263400,2021,6,9,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95532,3,1623265200,2021,6,9,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95533,3,1623267000,2021,6,9,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95534,3,1623268800,2021,6,9,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95535,3,1623270600,2021,6,9,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95536,3,1623272400,2021,6,9,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95537,3,1623274200,2021,6,9,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95538,3,1623322800,2021,6,10,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95539,3,1623324600,2021,6,10,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95540,3,1623326400,2021,6,10,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95541,3,1623328200,2021,6,10,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95542,3,1623330000,2021,6,10,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95543,3,1623331800,2021,6,10,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95544,3,1623333600,2021,6,10,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95545,3,1623335400,2021,6,10,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95546,3,1623348000,2021,6,10,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95547,3,1623349800,2021,6,10,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95548,3,1623351600,2021,6,10,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95549,3,1623353400,2021,6,10,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95550,3,1623355200,2021,6,10,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95551,3,1623357000,2021,6,10,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95552,3,1623358800,2021,6,10,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95553,3,1623360600,2021,6,10,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95554,3,1623409200,2021,6,11,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95555,3,1623411000,2021,6,11,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95556,3,1623412800,2021,6,11,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95557,3,1623414600,2021,6,11,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95558,3,1623416400,2021,6,11,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95559,3,1623418200,2021,6,11,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95560,3,1623420000,2021,6,11,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95561,3,1623421800,2021,6,11,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95562,3,1623434400,2021,6,11,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95563,3,1623436200,2021,6,11,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95564,3,1623438000,2021,6,11,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95565,3,1623439800,2021,6,11,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95566,3,1623441600,2021,6,11,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95567,3,1623443400,2021,6,11,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95568,3,1623445200,2021,6,11,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95569,3,1623447000,2021,6,11,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95570,3,1623495600,2021,6,12,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95571,3,1623497400,2021,6,12,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95572,3,1623499200,2021,6,12,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95573,3,1623501000,2021,6,12,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95574,3,1623502800,2021,6,12,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95575,3,1623504600,2021,6,12,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95576,3,1623506400,2021,6,12,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95577,3,1623508200,2021,6,12,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95578,3,1623520800,2021,6,12,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95579,3,1623522600,2021,6,12,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95580,3,1623524400,2021,6,12,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95581,3,1623526200,2021,6,12,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95582,3,1623528000,2021,6,12,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95583,3,1623529800,2021,6,12,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95584,3,1623531600,2021,6,12,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95585,3,1623533400,2021,6,12,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95586,3,1623582000,2021,6,13,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95587,3,1623583800,2021,6,13,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95588,3,1623585600,2021,6,13,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95589,3,1623587400,2021,6,13,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95590,3,1623589200,2021,6,13,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95591,3,1623591000,2021,6,13,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95592,3,1623592800,2021,6,13,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95593,3,1623594600,2021,6,13,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95594,3,1623668400,2021,6,14,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95595,3,1623670200,2021,6,14,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95596,3,1623672000,2021,6,14,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95597,3,1623673800,2021,6,14,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95598,3,1623675600,2021,6,14,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95599,3,1623677400,2021,6,14,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95600,3,1623693600,2021,6,14,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95601,3,1623695400,2021,6,14,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95602,3,1623697200,2021,6,14,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95603,3,1623699000,2021,6,14,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95604,3,1623700800,2021,6,14,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95605,3,1623702600,2021,6,14,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95606,3,1623704400,2021,6,14,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95607,3,1623706200,2021,6,14,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95608,3,1623754800,2021,6,15,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95609,3,1623756600,2021,6,15,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95610,3,1623758400,2021,6,15,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95611,3,1623760200,2021,6,15,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95612,3,1623762000,2021,6,15,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95613,3,1623763800,2021,6,15,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95614,3,1623765600,2021,6,15,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95615,3,1623767400,2021,6,15,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95616,3,1623780000,2021,6,15,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95617,3,1623781800,2021,6,15,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95618,3,1623783600,2021,6,15,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95619,3,1623785400,2021,6,15,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95620,3,1623787200,2021,6,15,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95621,3,1623789000,2021,6,15,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95622,3,1623790800,2021,6,15,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95623,3,1623792600,2021,6,15,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95624,3,1623841200,2021,6,16,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95625,3,1623843000,2021,6,16,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95626,3,1623844800,2021,6,16,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95627,3,1623846600,2021,6,16,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95628,3,1623848400,2021,6,16,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95629,3,1623850200,2021,6,16,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95630,3,1623852000,2021,6,16,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95631,3,1623853800,2021,6,16,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95632,3,1623866400,2021,6,16,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95633,3,1623868200,2021,6,16,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95634,3,1623870000,2021,6,16,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95635,3,1623871800,2021,6,16,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95636,3,1623873600,2021,6,16,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95637,3,1623875400,2021,6,16,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95638,3,1623877200,2021,6,16,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95639,3,1623879000,2021,6,16,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95640,3,1623927600,2021,6,17,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95641,3,1623929400,2021,6,17,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95642,3,1623931200,2021,6,17,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95643,3,1623933000,2021,6,17,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95644,3,1623934800,2021,6,17,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95645,3,1623936600,2021,6,17,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95646,3,1623938400,2021,6,17,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95647,3,1623940200,2021,6,17,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95648,3,1623952800,2021,6,17,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95649,3,1623954600,2021,6,17,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95650,3,1623956400,2021,6,17,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95651,3,1623958200,2021,6,17,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95652,3,1623960000,2021,6,17,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95653,3,1623961800,2021,6,17,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95654,3,1623963600,2021,6,17,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95655,3,1623965400,2021,6,17,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95656,3,1624014000,2021,6,18,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95657,3,1624015800,2021,6,18,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95658,3,1624017600,2021,6,18,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95659,3,1624019400,2021,6,18,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95660,3,1624021200,2021,6,18,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95661,3,1624023000,2021,6,18,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95662,3,1624024800,2021,6,18,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95663,3,1624026600,2021,6,18,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95664,3,1624039200,2021,6,18,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95665,3,1624041000,2021,6,18,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95666,3,1624042800,2021,6,18,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95667,3,1624044600,2021,6,18,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95668,3,1624046400,2021,6,18,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95669,3,1624048200,2021,6,18,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95670,3,1624050000,2021,6,18,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95671,3,1624051800,2021,6,18,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95672,3,1624100400,2021,6,19,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95673,3,1624102200,2021,6,19,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95674,3,1624104000,2021,6,19,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95675,3,1624105800,2021,6,19,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95676,3,1624107600,2021,6,19,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95677,3,1624109400,2021,6,19,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95678,3,1624111200,2021,6,19,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95679,3,1624113000,2021,6,19,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95680,3,1624125600,2021,6,19,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95681,3,1624127400,2021,6,19,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95682,3,1624129200,2021,6,19,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95683,3,1624131000,2021,6,19,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95684,3,1624132800,2021,6,19,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95685,3,1624134600,2021,6,19,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95686,3,1624136400,2021,6,19,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95687,3,1624138200,2021,6,19,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95688,3,1624186800,2021,6,20,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95689,3,1624188600,2021,6,20,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95690,3,1624190400,2021,6,20,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95691,3,1624192200,2021,6,20,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95692,3,1624194000,2021,6,20,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95693,3,1624195800,2021,6,20,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95694,3,1624197600,2021,6,20,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95695,3,1624199400,2021,6,20,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95696,3,1624273200,2021,6,21,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95697,3,1624275000,2021,6,21,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95698,3,1624276800,2021,6,21,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95699,3,1624278600,2021,6,21,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95700,3,1624280400,2021,6,21,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95701,3,1624282200,2021,6,21,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95702,3,1624298400,2021,6,21,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95703,3,1624300200,2021,6,21,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95704,3,1624302000,2021,6,21,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95705,3,1624303800,2021,6,21,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95706,3,1624305600,2021,6,21,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95707,3,1624307400,2021,6,21,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95708,3,1624309200,2021,6,21,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95709,3,1624311000,2021,6,21,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95710,3,1624359600,2021,6,22,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95711,3,1624361400,2021,6,22,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95712,3,1624363200,2021,6,22,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95713,3,1624365000,2021,6,22,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95714,3,1624366800,2021,6,22,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95715,3,1624368600,2021,6,22,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95716,3,1624370400,2021,6,22,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95717,3,1624372200,2021,6,22,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95718,3,1624384800,2021,6,22,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95719,3,1624386600,2021,6,22,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95720,3,1624388400,2021,6,22,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95721,3,1624390200,2021,6,22,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95722,3,1624392000,2021,6,22,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95723,3,1624393800,2021,6,22,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95724,3,1624395600,2021,6,22,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95725,3,1624397400,2021,6,22,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95726,3,1624446000,2021,6,23,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95727,3,1624447800,2021,6,23,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95728,3,1624449600,2021,6,23,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95729,3,1624451400,2021,6,23,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95730,3,1624453200,2021,6,23,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95731,3,1624455000,2021,6,23,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95732,3,1624456800,2021,6,23,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95733,3,1624458600,2021,6,23,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95734,3,1624471200,2021,6,23,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95735,3,1624473000,2021,6,23,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95736,3,1624474800,2021,6,23,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95737,3,1624476600,2021,6,23,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95738,3,1624478400,2021,6,23,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95739,3,1624480200,2021,6,23,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95740,3,1624482000,2021,6,23,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95741,3,1624483800,2021,6,23,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95742,3,1624532400,2021,6,24,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95743,3,1624534200,2021,6,24,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95744,3,1624536000,2021,6,24,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95745,3,1624537800,2021,6,24,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95746,3,1624539600,2021,6,24,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95747,3,1624541400,2021,6,24,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95748,3,1624543200,2021,6,24,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95749,3,1624545000,2021,6,24,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95750,3,1624557600,2021,6,24,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95751,3,1624559400,2021,6,24,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95752,3,1624561200,2021,6,24,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95753,3,1624563000,2021,6,24,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95754,3,1624564800,2021,6,24,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95755,3,1624566600,2021,6,24,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95756,3,1624568400,2021,6,24,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95757,3,1624570200,2021,6,24,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95758,3,1624618800,2021,6,25,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95759,3,1624620600,2021,6,25,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95760,3,1624622400,2021,6,25,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95761,3,1624624200,2021,6,25,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95762,3,1624626000,2021,6,25,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95763,3,1624627800,2021,6,25,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95764,3,1624629600,2021,6,25,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95765,3,1624631400,2021,6,25,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95766,3,1624644000,2021,6,25,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95767,3,1624645800,2021,6,25,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95768,3,1624647600,2021,6,25,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95769,3,1624649400,2021,6,25,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95770,3,1624651200,2021,6,25,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95771,3,1624653000,2021,6,25,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95772,3,1624654800,2021,6,25,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95773,3,1624656600,2021,6,25,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95774,3,1624705200,2021,6,26,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95775,3,1624707000,2021,6,26,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95776,3,1624708800,2021,6,26,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95777,3,1624710600,2021,6,26,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95778,3,1624712400,2021,6,26,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95779,3,1624714200,2021,6,26,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95780,3,1624716000,2021,6,26,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95781,3,1624717800,2021,6,26,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95782,3,1624730400,2021,6,26,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95783,3,1624732200,2021,6,26,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95784,3,1624734000,2021,6,26,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95785,3,1624735800,2021,6,26,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95786,3,1624737600,2021,6,26,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95787,3,1624739400,2021,6,26,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95788,3,1624741200,2021,6,26,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95789,3,1624743000,2021,6,26,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95790,3,1624791600,2021,6,27,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95791,3,1624793400,2021,6,27,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95792,3,1624795200,2021,6,27,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95793,3,1624797000,2021,6,27,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95794,3,1624798800,2021,6,27,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95795,3,1624800600,2021,6,27,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95796,3,1624802400,2021,6,27,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95797,3,1624804200,2021,6,27,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95798,3,1624878000,2021,6,28,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95799,3,1624879800,2021,6,28,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95800,3,1624881600,2021,6,28,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95801,3,1624883400,2021,6,28,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95802,3,1624885200,2021,6,28,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95803,3,1624887000,2021,6,28,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95804,3,1624903200,2021,6,28,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95805,3,1624905000,2021,6,28,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95806,3,1624906800,2021,6,28,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95807,3,1624908600,2021,6,28,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95808,3,1624910400,2021,6,28,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95809,3,1624912200,2021,6,28,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95810,3,1624914000,2021,6,28,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95811,3,1624915800,2021,6,28,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95812,3,1624964400,2021,6,29,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95813,3,1624966200,2021,6,29,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95814,3,1624968000,2021,6,29,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95815,3,1624969800,2021,6,29,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95816,3,1624971600,2021,6,29,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95817,3,1624973400,2021,6,29,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95818,3,1624975200,2021,6,29,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95819,3,1624977000,2021,6,29,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95820,3,1624989600,2021,6,29,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95821,3,1624991400,2021,6,29,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95822,3,1624993200,2021,6,29,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95823,3,1624995000,2021,6,29,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95824,3,1624996800,2021,6,29,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95825,3,1624998600,2021,6,29,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95826,3,1625000400,2021,6,29,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95827,3,1625002200,2021,6,29,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95828,3,1625050800,2021,6,30,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95829,3,1625052600,2021,6,30,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95830,3,1625054400,2021,6,30,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95831,3,1625056200,2021,6,30,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95832,3,1625058000,2021,6,30,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95833,3,1625059800,2021,6,30,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95834,3,1625061600,2021,6,30,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95835,3,1625063400,2021,6,30,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95836,3,1625076000,2021,6,30,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95837,3,1625077800,2021,6,30,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95838,3,1625079600,2021,6,30,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95839,3,1625081400,2021,6,30,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95840,3,1625083200,2021,6,30,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95841,3,1625085000,2021,6,30,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95842,3,1625086800,2021,6,30,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95843,3,1625088600,2021,6,30,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95844,3,1625137200,2021,7,1,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95845,3,1625139000,2021,7,1,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95846,3,1625140800,2021,7,1,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95847,3,1625142600,2021,7,1,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95848,3,1625144400,2021,7,1,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95849,3,1625146200,2021,7,1,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95850,3,1625148000,2021,7,1,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95851,3,1625149800,2021,7,1,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95852,3,1625162400,2021,7,1,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95853,3,1625164200,2021,7,1,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95854,3,1625166000,2021,7,1,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95855,3,1625167800,2021,7,1,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95856,3,1625169600,2021,7,1,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95857,3,1625171400,2021,7,1,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95858,3,1625173200,2021,7,1,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95859,3,1625175000,2021,7,1,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95860,3,1625223600,2021,7,2,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95861,3,1625225400,2021,7,2,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95862,3,1625227200,2021,7,2,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95863,3,1625229000,2021,7,2,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95864,3,1625230800,2021,7,2,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95865,3,1625232600,2021,7,2,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95866,3,1625234400,2021,7,2,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95867,3,1625236200,2021,7,2,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95868,3,1625248800,2021,7,2,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95869,3,1625250600,2021,7,2,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95870,3,1625252400,2021,7,2,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95871,3,1625254200,2021,7,2,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95872,3,1625256000,2021,7,2,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95873,3,1625257800,2021,7,2,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95874,3,1625259600,2021,7,2,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95875,3,1625261400,2021,7,2,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95876,3,1625310000,2021,7,3,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95877,3,1625311800,2021,7,3,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95878,3,1625313600,2021,7,3,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95879,3,1625315400,2021,7,3,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95880,3,1625317200,2021,7,3,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95881,3,1625319000,2021,7,3,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95882,3,1625320800,2021,7,3,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95883,3,1625322600,2021,7,3,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95884,3,1625335200,2021,7,3,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95885,3,1625337000,2021,7,3,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95886,3,1625338800,2021,7,3,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95887,3,1625340600,2021,7,3,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95888,3,1625342400,2021,7,3,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95889,3,1625344200,2021,7,3,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95890,3,1625346000,2021,7,3,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95891,3,1625347800,2021,7,3,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95892,3,1625396400,2021,7,4,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95893,3,1625398200,2021,7,4,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95894,3,1625400000,2021,7,4,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95895,3,1625401800,2021,7,4,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95896,3,1625403600,2021,7,4,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95897,3,1625405400,2021,7,4,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(95898,3,1625407200,2021,7,4,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(95899,3,1625409000,2021,7,4,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(95900,3,1625482800,2021,7,5,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(95901,3,1625484600,2021,7,5,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(95902,3,1625486400,2021,7,5,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(95903,3,1625488200,2021,7,5,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(95904,3,1625490000,2021,7,5,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(95905,3,1625491800,2021,7,5,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(95906,3,1625508000,2021,7,5,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(95907,3,1625509800,2021,7,5,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(95908,3,1625511600,2021,7,5,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(95909,3,1625513400,2021,7,5,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(95910,3,1625515200,2021,7,5,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(95911,3,1625517000,2021,7,5,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(95912,3,1625518800,2021,7,5,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(95913,3,1625520600,2021,7,5,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(95914,3,1625569200,2021,7,6,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(95915,3,1625571000,2021,7,6,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(95916,3,1625572800,2021,7,6,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(95917,3,1625574600,2021,7,6,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(95918,3,1625576400,2021,7,6,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(95919,3,1625578200,2021,7,6,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(95920,3,1625580000,2021,7,6,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(95921,3,1625581800,2021,7,6,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(95922,3,1625594400,2021,7,6,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(95923,3,1625596200,2021,7,6,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(95924,3,1625598000,2021,7,6,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(95925,3,1625599800,2021,7,6,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(95926,3,1625601600,2021,7,6,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(95927,3,1625603400,2021,7,6,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(95928,3,1625605200,2021,7,6,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(95929,3,1625607000,2021,7,6,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(95930,3,1625655600,2021,7,7,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(95931,3,1625657400,2021,7,7,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(95932,3,1625659200,2021,7,7,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(95933,3,1625661000,2021,7,7,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(95934,3,1625662800,2021,7,7,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(95935,3,1625664600,2021,7,7,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(95936,3,1625666400,2021,7,7,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(95937,3,1625668200,2021,7,7,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(95938,3,1625680800,2021,7,7,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(95939,3,1625682600,2021,7,7,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(95940,3,1625684400,2021,7,7,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(95941,3,1625686200,2021,7,7,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(95942,3,1625688000,2021,7,7,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(95943,3,1625689800,2021,7,7,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(95944,3,1625691600,2021,7,7,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(95945,3,1625693400,2021,7,7,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(95946,3,1625742000,2021,7,8,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(95947,3,1625743800,2021,7,8,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(95948,3,1625745600,2021,7,8,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(95949,3,1625747400,2021,7,8,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(95950,3,1625749200,2021,7,8,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(95951,3,1625751000,2021,7,8,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(95952,3,1625752800,2021,7,8,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(95953,3,1625754600,2021,7,8,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(95954,3,1625767200,2021,7,8,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(95955,3,1625769000,2021,7,8,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(95956,3,1625770800,2021,7,8,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(95957,3,1625772600,2021,7,8,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(95958,3,1625774400,2021,7,8,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(95959,3,1625776200,2021,7,8,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(95960,3,1625778000,2021,7,8,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(95961,3,1625779800,2021,7,8,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(95962,3,1625828400,2021,7,9,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(95963,3,1625830200,2021,7,9,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(95964,3,1625832000,2021,7,9,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(95965,3,1625833800,2021,7,9,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(95966,3,1625835600,2021,7,9,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(95967,3,1625837400,2021,7,9,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(95968,3,1625839200,2021,7,9,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(95969,3,1625841000,2021,7,9,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(95970,3,1625853600,2021,7,9,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(95971,3,1625855400,2021,7,9,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(95972,3,1625857200,2021,7,9,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(95973,3,1625859000,2021,7,9,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(95974,3,1625860800,2021,7,9,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(95975,3,1625862600,2021,7,9,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(95976,3,1625864400,2021,7,9,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(95977,3,1625866200,2021,7,9,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(95978,3,1625914800,2021,7,10,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(95979,3,1625916600,2021,7,10,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(95980,3,1625918400,2021,7,10,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(95981,3,1625920200,2021,7,10,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(95982,3,1625922000,2021,7,10,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(95983,3,1625923800,2021,7,10,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(95984,3,1625925600,2021,7,10,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(95985,3,1625927400,2021,7,10,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(95986,3,1625940000,2021,7,10,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(95987,3,1625941800,2021,7,10,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(95988,3,1625943600,2021,7,10,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(95989,3,1625945400,2021,7,10,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(95990,3,1625947200,2021,7,10,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(95991,3,1625949000,2021,7,10,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(95992,3,1625950800,2021,7,10,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(95993,3,1625952600,2021,7,10,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(95994,3,1626001200,2021,7,11,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(95995,3,1626003000,2021,7,11,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(95996,3,1626004800,2021,7,11,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(95997,3,1626006600,2021,7,11,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(95998,3,1626008400,2021,7,11,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(95999,3,1626010200,2021,7,11,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96000,3,1626012000,2021,7,11,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96001,3,1626013800,2021,7,11,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96002,3,1626087600,2021,7,12,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96003,3,1626089400,2021,7,12,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96004,3,1626091200,2021,7,12,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96005,3,1626093000,2021,7,12,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96006,3,1626094800,2021,7,12,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96007,3,1626096600,2021,7,12,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96008,3,1626112800,2021,7,12,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96009,3,1626114600,2021,7,12,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96010,3,1626116400,2021,7,12,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96011,3,1626118200,2021,7,12,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96012,3,1626120000,2021,7,12,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96013,3,1626121800,2021,7,12,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96014,3,1626123600,2021,7,12,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96015,3,1626125400,2021,7,12,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96016,3,1626174000,2021,7,13,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96017,3,1626175800,2021,7,13,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96018,3,1626177600,2021,7,13,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96019,3,1626179400,2021,7,13,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96020,3,1626181200,2021,7,13,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96021,3,1626183000,2021,7,13,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96022,3,1626184800,2021,7,13,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96023,3,1626186600,2021,7,13,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96024,3,1626199200,2021,7,13,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96025,3,1626201000,2021,7,13,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96026,3,1626202800,2021,7,13,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96027,3,1626204600,2021,7,13,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96028,3,1626206400,2021,7,13,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96029,3,1626208200,2021,7,13,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96030,3,1626210000,2021,7,13,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96031,3,1626211800,2021,7,13,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96032,3,1626260400,2021,7,14,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96033,3,1626262200,2021,7,14,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96034,3,1626264000,2021,7,14,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96035,3,1626265800,2021,7,14,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96036,3,1626267600,2021,7,14,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96037,3,1626269400,2021,7,14,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96038,3,1626271200,2021,7,14,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96039,3,1626273000,2021,7,14,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96040,3,1626285600,2021,7,14,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96041,3,1626287400,2021,7,14,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96042,3,1626289200,2021,7,14,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96043,3,1626291000,2021,7,14,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96044,3,1626292800,2021,7,14,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96045,3,1626294600,2021,7,14,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96046,3,1626296400,2021,7,14,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96047,3,1626298200,2021,7,14,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96048,3,1626346800,2021,7,15,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96049,3,1626348600,2021,7,15,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96050,3,1626350400,2021,7,15,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96051,3,1626352200,2021,7,15,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96052,3,1626354000,2021,7,15,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96053,3,1626355800,2021,7,15,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96054,3,1626357600,2021,7,15,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96055,3,1626359400,2021,7,15,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96056,3,1626372000,2021,7,15,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96057,3,1626373800,2021,7,15,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96058,3,1626375600,2021,7,15,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96059,3,1626377400,2021,7,15,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96060,3,1626379200,2021,7,15,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96061,3,1626381000,2021,7,15,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96062,3,1626382800,2021,7,15,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96063,3,1626384600,2021,7,15,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96064,3,1626433200,2021,7,16,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96065,3,1626435000,2021,7,16,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96066,3,1626436800,2021,7,16,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96067,3,1626438600,2021,7,16,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96068,3,1626440400,2021,7,16,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96069,3,1626442200,2021,7,16,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96070,3,1626444000,2021,7,16,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96071,3,1626445800,2021,7,16,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96072,3,1626458400,2021,7,16,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96073,3,1626460200,2021,7,16,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96074,3,1626462000,2021,7,16,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96075,3,1626463800,2021,7,16,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96076,3,1626465600,2021,7,16,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96077,3,1626467400,2021,7,16,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96078,3,1626469200,2021,7,16,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96079,3,1626471000,2021,7,16,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96080,3,1626519600,2021,7,17,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96081,3,1626521400,2021,7,17,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96082,3,1626523200,2021,7,17,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96083,3,1626525000,2021,7,17,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96084,3,1626526800,2021,7,17,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96085,3,1626528600,2021,7,17,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96086,3,1626530400,2021,7,17,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96087,3,1626532200,2021,7,17,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96088,3,1626544800,2021,7,17,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96089,3,1626546600,2021,7,17,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96090,3,1626548400,2021,7,17,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96091,3,1626550200,2021,7,17,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96092,3,1626552000,2021,7,17,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96093,3,1626553800,2021,7,17,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96094,3,1626555600,2021,7,17,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96095,3,1626557400,2021,7,17,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96096,3,1626606000,2021,7,18,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96097,3,1626607800,2021,7,18,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96098,3,1626609600,2021,7,18,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96099,3,1626611400,2021,7,18,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96100,3,1626613200,2021,7,18,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96101,3,1626615000,2021,7,18,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96102,3,1626616800,2021,7,18,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96103,3,1626618600,2021,7,18,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96104,3,1626692400,2021,7,19,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96105,3,1626694200,2021,7,19,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96106,3,1626696000,2021,7,19,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96107,3,1626697800,2021,7,19,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96108,3,1626699600,2021,7,19,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96109,3,1626701400,2021,7,19,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96110,3,1626717600,2021,7,19,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96111,3,1626719400,2021,7,19,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96112,3,1626721200,2021,7,19,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96113,3,1626723000,2021,7,19,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96114,3,1626724800,2021,7,19,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96115,3,1626726600,2021,7,19,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96116,3,1626728400,2021,7,19,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96117,3,1626730200,2021,7,19,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96118,3,1626778800,2021,7,20,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96119,3,1626780600,2021,7,20,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96120,3,1626782400,2021,7,20,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96121,3,1626784200,2021,7,20,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96122,3,1626786000,2021,7,20,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96123,3,1626787800,2021,7,20,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96124,3,1626789600,2021,7,20,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96125,3,1626791400,2021,7,20,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96126,3,1626804000,2021,7,20,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96127,3,1626805800,2021,7,20,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96128,3,1626807600,2021,7,20,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96129,3,1626809400,2021,7,20,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96130,3,1626811200,2021,7,20,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96131,3,1626813000,2021,7,20,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96132,3,1626814800,2021,7,20,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96133,3,1626816600,2021,7,20,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96134,3,1626865200,2021,7,21,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96135,3,1626867000,2021,7,21,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96136,3,1626868800,2021,7,21,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96137,3,1626870600,2021,7,21,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96138,3,1626872400,2021,7,21,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96139,3,1626874200,2021,7,21,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96140,3,1626876000,2021,7,21,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96141,3,1626877800,2021,7,21,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96142,3,1626890400,2021,7,21,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96143,3,1626892200,2021,7,21,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96144,3,1626894000,2021,7,21,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96145,3,1626895800,2021,7,21,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96146,3,1626897600,2021,7,21,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96147,3,1626899400,2021,7,21,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96148,3,1626901200,2021,7,21,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96149,3,1626903000,2021,7,21,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96150,3,1626951600,2021,7,22,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96151,3,1626953400,2021,7,22,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96152,3,1626955200,2021,7,22,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96153,3,1626957000,2021,7,22,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96154,3,1626958800,2021,7,22,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96155,3,1626960600,2021,7,22,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96156,3,1626962400,2021,7,22,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96157,3,1626964200,2021,7,22,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96158,3,1626976800,2021,7,22,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96159,3,1626978600,2021,7,22,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96160,3,1626980400,2021,7,22,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96161,3,1626982200,2021,7,22,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96162,3,1626984000,2021,7,22,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96163,3,1626985800,2021,7,22,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96164,3,1626987600,2021,7,22,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96165,3,1626989400,2021,7,22,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96166,3,1627038000,2021,7,23,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96167,3,1627039800,2021,7,23,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96168,3,1627041600,2021,7,23,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96169,3,1627043400,2021,7,23,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96170,3,1627045200,2021,7,23,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96171,3,1627047000,2021,7,23,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96172,3,1627048800,2021,7,23,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96173,3,1627050600,2021,7,23,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96174,3,1627063200,2021,7,23,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96175,3,1627065000,2021,7,23,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96176,3,1627066800,2021,7,23,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96177,3,1627068600,2021,7,23,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96178,3,1627070400,2021,7,23,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96179,3,1627072200,2021,7,23,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96180,3,1627074000,2021,7,23,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96181,3,1627075800,2021,7,23,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96182,3,1627124400,2021,7,24,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96183,3,1627126200,2021,7,24,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96184,3,1627128000,2021,7,24,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96185,3,1627129800,2021,7,24,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96186,3,1627131600,2021,7,24,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96187,3,1627133400,2021,7,24,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96188,3,1627135200,2021,7,24,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96189,3,1627137000,2021,7,24,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96190,3,1627149600,2021,7,24,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96191,3,1627151400,2021,7,24,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96192,3,1627153200,2021,7,24,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96193,3,1627155000,2021,7,24,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96194,3,1627156800,2021,7,24,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96195,3,1627158600,2021,7,24,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96196,3,1627160400,2021,7,24,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96197,3,1627162200,2021,7,24,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96198,3,1627210800,2021,7,25,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96199,3,1627212600,2021,7,25,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96200,3,1627214400,2021,7,25,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96201,3,1627216200,2021,7,25,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96202,3,1627218000,2021,7,25,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96203,3,1627219800,2021,7,25,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96204,3,1627221600,2021,7,25,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96205,3,1627223400,2021,7,25,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96206,3,1627297200,2021,7,26,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96207,3,1627299000,2021,7,26,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96208,3,1627300800,2021,7,26,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96209,3,1627302600,2021,7,26,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96210,3,1627304400,2021,7,26,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96211,3,1627306200,2021,7,26,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96212,3,1627322400,2021,7,26,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96213,3,1627324200,2021,7,26,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96214,3,1627326000,2021,7,26,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96215,3,1627327800,2021,7,26,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96216,3,1627329600,2021,7,26,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96217,3,1627331400,2021,7,26,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96218,3,1627333200,2021,7,26,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96219,3,1627335000,2021,7,26,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96220,3,1627383600,2021,7,27,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96221,3,1627385400,2021,7,27,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96222,3,1627387200,2021,7,27,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96223,3,1627389000,2021,7,27,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96224,3,1627390800,2021,7,27,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96225,3,1627392600,2021,7,27,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96226,3,1627394400,2021,7,27,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96227,3,1627396200,2021,7,27,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96228,3,1627408800,2021,7,27,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96229,3,1627410600,2021,7,27,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96230,3,1627412400,2021,7,27,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96231,3,1627414200,2021,7,27,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96232,3,1627416000,2021,7,27,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96233,3,1627417800,2021,7,27,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96234,3,1627419600,2021,7,27,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96235,3,1627421400,2021,7,27,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96236,3,1627470000,2021,7,28,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96237,3,1627471800,2021,7,28,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96238,3,1627473600,2021,7,28,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96239,3,1627475400,2021,7,28,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96240,3,1627477200,2021,7,28,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96241,3,1627479000,2021,7,28,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96242,3,1627480800,2021,7,28,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96243,3,1627482600,2021,7,28,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96244,3,1627495200,2021,7,28,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96245,3,1627497000,2021,7,28,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96246,3,1627498800,2021,7,28,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96247,3,1627500600,2021,7,28,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96248,3,1627502400,2021,7,28,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96249,3,1627504200,2021,7,28,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96250,3,1627506000,2021,7,28,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96251,3,1627507800,2021,7,28,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96252,3,1627556400,2021,7,29,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96253,3,1627558200,2021,7,29,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96254,3,1627560000,2021,7,29,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96255,3,1627561800,2021,7,29,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96256,3,1627563600,2021,7,29,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96257,3,1627565400,2021,7,29,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96258,3,1627567200,2021,7,29,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96259,3,1627569000,2021,7,29,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96260,3,1627581600,2021,7,29,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96261,3,1627583400,2021,7,29,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96262,3,1627585200,2021,7,29,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96263,3,1627587000,2021,7,29,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96264,3,1627588800,2021,7,29,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96265,3,1627590600,2021,7,29,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96266,3,1627592400,2021,7,29,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96267,3,1627594200,2021,7,29,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96268,3,1627642800,2021,7,30,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96269,3,1627644600,2021,7,30,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96270,3,1627646400,2021,7,30,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96271,3,1627648200,2021,7,30,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96272,3,1627650000,2021,7,30,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96273,3,1627651800,2021,7,30,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96274,3,1627653600,2021,7,30,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96275,3,1627655400,2021,7,30,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96276,3,1627668000,2021,7,30,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96277,3,1627669800,2021,7,30,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96278,3,1627671600,2021,7,30,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96279,3,1627673400,2021,7,30,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96280,3,1627675200,2021,7,30,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96281,3,1627677000,2021,7,30,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96282,3,1627678800,2021,7,30,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96283,3,1627680600,2021,7,30,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96284,3,1627729200,2021,7,31,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96285,3,1627731000,2021,7,31,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96286,3,1627732800,2021,7,31,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96287,3,1627734600,2021,7,31,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96288,3,1627736400,2021,7,31,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96289,3,1627738200,2021,7,31,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96290,3,1627740000,2021,7,31,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96291,3,1627741800,2021,7,31,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96292,3,1627754400,2021,7,31,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96293,3,1627756200,2021,7,31,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96294,3,1627758000,2021,7,31,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96295,3,1627759800,2021,7,31,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96296,3,1627761600,2021,7,31,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96297,3,1627763400,2021,7,31,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96298,3,1627765200,2021,7,31,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96299,3,1627767000,2021,7,31,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96300,3,1627815600,2021,8,1,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96301,3,1627817400,2021,8,1,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96302,3,1627819200,2021,8,1,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96303,3,1627821000,2021,8,1,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96304,3,1627822800,2021,8,1,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96305,3,1627824600,2021,8,1,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96306,3,1627826400,2021,8,1,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96307,3,1627828200,2021,8,1,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96308,3,1627902000,2021,8,2,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96309,3,1627903800,2021,8,2,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96310,3,1627905600,2021,8,2,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96311,3,1627907400,2021,8,2,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96312,3,1627909200,2021,8,2,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96313,3,1627911000,2021,8,2,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96314,3,1627927200,2021,8,2,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96315,3,1627929000,2021,8,2,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96316,3,1627930800,2021,8,2,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96317,3,1627932600,2021,8,2,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96318,3,1627934400,2021,8,2,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96319,3,1627936200,2021,8,2,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96320,3,1627938000,2021,8,2,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96321,3,1627939800,2021,8,2,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96322,3,1627988400,2021,8,3,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96323,3,1627990200,2021,8,3,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96324,3,1627992000,2021,8,3,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96325,3,1627993800,2021,8,3,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96326,3,1627995600,2021,8,3,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96327,3,1627997400,2021,8,3,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96328,3,1627999200,2021,8,3,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96329,3,1628001000,2021,8,3,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96330,3,1628013600,2021,8,3,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96331,3,1628015400,2021,8,3,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96332,3,1628017200,2021,8,3,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96333,3,1628019000,2021,8,3,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96334,3,1628020800,2021,8,3,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96335,3,1628022600,2021,8,3,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96336,3,1628024400,2021,8,3,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96337,3,1628026200,2021,8,3,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96338,3,1628074800,2021,8,4,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96339,3,1628076600,2021,8,4,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96340,3,1628078400,2021,8,4,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96341,3,1628080200,2021,8,4,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96342,3,1628082000,2021,8,4,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96343,3,1628083800,2021,8,4,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96344,3,1628085600,2021,8,4,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96345,3,1628087400,2021,8,4,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96346,3,1628100000,2021,8,4,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96347,3,1628101800,2021,8,4,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96348,3,1628103600,2021,8,4,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96349,3,1628105400,2021,8,4,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96350,3,1628107200,2021,8,4,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96351,3,1628109000,2021,8,4,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96352,3,1628110800,2021,8,4,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96353,3,1628112600,2021,8,4,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96354,3,1628161200,2021,8,5,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96355,3,1628163000,2021,8,5,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96356,3,1628164800,2021,8,5,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96357,3,1628166600,2021,8,5,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96358,3,1628168400,2021,8,5,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96359,3,1628170200,2021,8,5,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96360,3,1628172000,2021,8,5,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96361,3,1628173800,2021,8,5,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96362,3,1628186400,2021,8,5,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96363,3,1628188200,2021,8,5,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96364,3,1628190000,2021,8,5,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96365,3,1628191800,2021,8,5,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96366,3,1628193600,2021,8,5,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96367,3,1628195400,2021,8,5,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96368,3,1628197200,2021,8,5,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96369,3,1628199000,2021,8,5,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96370,3,1628247600,2021,8,6,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96371,3,1628249400,2021,8,6,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96372,3,1628251200,2021,8,6,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96373,3,1628253000,2021,8,6,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96374,3,1628254800,2021,8,6,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96375,3,1628256600,2021,8,6,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96376,3,1628258400,2021,8,6,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96377,3,1628260200,2021,8,6,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96378,3,1628272800,2021,8,6,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96379,3,1628274600,2021,8,6,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96380,3,1628276400,2021,8,6,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96381,3,1628278200,2021,8,6,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96382,3,1628280000,2021,8,6,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96383,3,1628281800,2021,8,6,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96384,3,1628283600,2021,8,6,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96385,3,1628285400,2021,8,6,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96386,3,1628334000,2021,8,7,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96387,3,1628335800,2021,8,7,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96388,3,1628337600,2021,8,7,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96389,3,1628339400,2021,8,7,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96390,3,1628341200,2021,8,7,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96391,3,1628343000,2021,8,7,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96392,3,1628344800,2021,8,7,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96393,3,1628346600,2021,8,7,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96394,3,1628359200,2021,8,7,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96395,3,1628361000,2021,8,7,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96396,3,1628362800,2021,8,7,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96397,3,1628364600,2021,8,7,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96398,3,1628366400,2021,8,7,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96399,3,1628368200,2021,8,7,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96400,3,1628370000,2021,8,7,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96401,3,1628371800,2021,8,7,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96402,3,1628420400,2021,8,8,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96403,3,1628422200,2021,8,8,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96404,3,1628424000,2021,8,8,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96405,3,1628425800,2021,8,8,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96406,3,1628427600,2021,8,8,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96407,3,1628429400,2021,8,8,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96408,3,1628431200,2021,8,8,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96409,3,1628433000,2021,8,8,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96410,3,1628506800,2021,8,9,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96411,3,1628508600,2021,8,9,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96412,3,1628510400,2021,8,9,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96413,3,1628512200,2021,8,9,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96414,3,1628514000,2021,8,9,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96415,3,1628515800,2021,8,9,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96416,3,1628532000,2021,8,9,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96417,3,1628533800,2021,8,9,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96418,3,1628535600,2021,8,9,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96419,3,1628537400,2021,8,9,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96420,3,1628539200,2021,8,9,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96421,3,1628541000,2021,8,9,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96422,3,1628542800,2021,8,9,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96423,3,1628544600,2021,8,9,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96424,3,1628593200,2021,8,10,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96425,3,1628595000,2021,8,10,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96426,3,1628596800,2021,8,10,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96427,3,1628598600,2021,8,10,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96428,3,1628600400,2021,8,10,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96429,3,1628602200,2021,8,10,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96430,3,1628604000,2021,8,10,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96431,3,1628605800,2021,8,10,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96432,3,1628618400,2021,8,10,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96433,3,1628620200,2021,8,10,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96434,3,1628622000,2021,8,10,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96435,3,1628623800,2021,8,10,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96436,3,1628625600,2021,8,10,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96437,3,1628627400,2021,8,10,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96438,3,1628629200,2021,8,10,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96439,3,1628631000,2021,8,10,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96440,3,1628679600,2021,8,11,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96441,3,1628681400,2021,8,11,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96442,3,1628683200,2021,8,11,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96443,3,1628685000,2021,8,11,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96444,3,1628686800,2021,8,11,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96445,3,1628688600,2021,8,11,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96446,3,1628690400,2021,8,11,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96447,3,1628692200,2021,8,11,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96448,3,1628704800,2021,8,11,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96449,3,1628706600,2021,8,11,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96450,3,1628708400,2021,8,11,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96451,3,1628710200,2021,8,11,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96452,3,1628712000,2021,8,11,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96453,3,1628713800,2021,8,11,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96454,3,1628715600,2021,8,11,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96455,3,1628717400,2021,8,11,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96456,3,1628766000,2021,8,12,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96457,3,1628767800,2021,8,12,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96458,3,1628769600,2021,8,12,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96459,3,1628771400,2021,8,12,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96460,3,1628773200,2021,8,12,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96461,3,1628775000,2021,8,12,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96462,3,1628776800,2021,8,12,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96463,3,1628778600,2021,8,12,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96464,3,1628791200,2021,8,12,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96465,3,1628793000,2021,8,12,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96466,3,1628794800,2021,8,12,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96467,3,1628796600,2021,8,12,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96468,3,1628798400,2021,8,12,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96469,3,1628800200,2021,8,12,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96470,3,1628802000,2021,8,12,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96471,3,1628803800,2021,8,12,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96472,3,1628852400,2021,8,13,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96473,3,1628854200,2021,8,13,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96474,3,1628856000,2021,8,13,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96475,3,1628857800,2021,8,13,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96476,3,1628859600,2021,8,13,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96477,3,1628861400,2021,8,13,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96478,3,1628863200,2021,8,13,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96479,3,1628865000,2021,8,13,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96480,3,1628877600,2021,8,13,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96481,3,1628879400,2021,8,13,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96482,3,1628881200,2021,8,13,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96483,3,1628883000,2021,8,13,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96484,3,1628884800,2021,8,13,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96485,3,1628886600,2021,8,13,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96486,3,1628888400,2021,8,13,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96487,3,1628890200,2021,8,13,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96488,3,1628938800,2021,8,14,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96489,3,1628940600,2021,8,14,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96490,3,1628942400,2021,8,14,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96491,3,1628944200,2021,8,14,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96492,3,1628946000,2021,8,14,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96493,3,1628947800,2021,8,14,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96494,3,1628949600,2021,8,14,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96495,3,1628951400,2021,8,14,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96496,3,1628964000,2021,8,14,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96497,3,1628965800,2021,8,14,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96498,3,1628967600,2021,8,14,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96499,3,1628969400,2021,8,14,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96500,3,1628971200,2021,8,14,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96501,3,1628973000,2021,8,14,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96502,3,1628974800,2021,8,14,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96503,3,1628976600,2021,8,14,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96504,3,1629025200,2021,8,15,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96505,3,1629027000,2021,8,15,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96506,3,1629028800,2021,8,15,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96507,3,1629030600,2021,8,15,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96508,3,1629032400,2021,8,15,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96509,3,1629034200,2021,8,15,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96510,3,1629036000,2021,8,15,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96511,3,1629037800,2021,8,15,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96512,3,1629111600,2021,8,16,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96513,3,1629113400,2021,8,16,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96514,3,1629115200,2021,8,16,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96515,3,1629117000,2021,8,16,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96516,3,1629118800,2021,8,16,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96517,3,1629120600,2021,8,16,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96518,3,1629136800,2021,8,16,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96519,3,1629138600,2021,8,16,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96520,3,1629140400,2021,8,16,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96521,3,1629142200,2021,8,16,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96522,3,1629144000,2021,8,16,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96523,3,1629145800,2021,8,16,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96524,3,1629147600,2021,8,16,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96525,3,1629149400,2021,8,16,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96526,3,1629198000,2021,8,17,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96527,3,1629199800,2021,8,17,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96528,3,1629201600,2021,8,17,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96529,3,1629203400,2021,8,17,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96530,3,1629205200,2021,8,17,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96531,3,1629207000,2021,8,17,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96532,3,1629208800,2021,8,17,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96533,3,1629210600,2021,8,17,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96534,3,1629223200,2021,8,17,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96535,3,1629225000,2021,8,17,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96536,3,1629226800,2021,8,17,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96537,3,1629228600,2021,8,17,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96538,3,1629230400,2021,8,17,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96539,3,1629232200,2021,8,17,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96540,3,1629234000,2021,8,17,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96541,3,1629235800,2021,8,17,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96542,3,1629284400,2021,8,18,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96543,3,1629286200,2021,8,18,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96544,3,1629288000,2021,8,18,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96545,3,1629289800,2021,8,18,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96546,3,1629291600,2021,8,18,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96547,3,1629293400,2021,8,18,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96548,3,1629295200,2021,8,18,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96549,3,1629297000,2021,8,18,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96550,3,1629309600,2021,8,18,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96551,3,1629311400,2021,8,18,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96552,3,1629313200,2021,8,18,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96553,3,1629315000,2021,8,18,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96554,3,1629316800,2021,8,18,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96555,3,1629318600,2021,8,18,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96556,3,1629320400,2021,8,18,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96557,3,1629322200,2021,8,18,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96558,3,1629370800,2021,8,19,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96559,3,1629372600,2021,8,19,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96560,3,1629374400,2021,8,19,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96561,3,1629376200,2021,8,19,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96562,3,1629378000,2021,8,19,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96563,3,1629379800,2021,8,19,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96564,3,1629381600,2021,8,19,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96565,3,1629383400,2021,8,19,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96566,3,1629396000,2021,8,19,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96567,3,1629397800,2021,8,19,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96568,3,1629399600,2021,8,19,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96569,3,1629401400,2021,8,19,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96570,3,1629403200,2021,8,19,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96571,3,1629405000,2021,8,19,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96572,3,1629406800,2021,8,19,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96573,3,1629408600,2021,8,19,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96574,3,1629457200,2021,8,20,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96575,3,1629459000,2021,8,20,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96576,3,1629460800,2021,8,20,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96577,3,1629462600,2021,8,20,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96578,3,1629464400,2021,8,20,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96579,3,1629466200,2021,8,20,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96580,3,1629468000,2021,8,20,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96581,3,1629469800,2021,8,20,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96582,3,1629482400,2021,8,20,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96583,3,1629484200,2021,8,20,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96584,3,1629486000,2021,8,20,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96585,3,1629487800,2021,8,20,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96586,3,1629489600,2021,8,20,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96587,3,1629491400,2021,8,20,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96588,3,1629493200,2021,8,20,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96589,3,1629495000,2021,8,20,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96590,3,1629543600,2021,8,21,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96591,3,1629545400,2021,8,21,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96592,3,1629547200,2021,8,21,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96593,3,1629549000,2021,8,21,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96594,3,1629550800,2021,8,21,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96595,3,1629552600,2021,8,21,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96596,3,1629554400,2021,8,21,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96597,3,1629556200,2021,8,21,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96598,3,1629568800,2021,8,21,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96599,3,1629570600,2021,8,21,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96600,3,1629572400,2021,8,21,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96601,3,1629574200,2021,8,21,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96602,3,1629576000,2021,8,21,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96603,3,1629577800,2021,8,21,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96604,3,1629579600,2021,8,21,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96605,3,1629581400,2021,8,21,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96606,3,1629630000,2021,8,22,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96607,3,1629631800,2021,8,22,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96608,3,1629633600,2021,8,22,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96609,3,1629635400,2021,8,22,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96610,3,1629637200,2021,8,22,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96611,3,1629639000,2021,8,22,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96612,3,1629640800,2021,8,22,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96613,3,1629642600,2021,8,22,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96614,3,1629716400,2021,8,23,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96615,3,1629718200,2021,8,23,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96616,3,1629720000,2021,8,23,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96617,3,1629721800,2021,8,23,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96618,3,1629723600,2021,8,23,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96619,3,1629725400,2021,8,23,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96620,3,1629741600,2021,8,23,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96621,3,1629743400,2021,8,23,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96622,3,1629745200,2021,8,23,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96623,3,1629747000,2021,8,23,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96624,3,1629748800,2021,8,23,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96625,3,1629750600,2021,8,23,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96626,3,1629752400,2021,8,23,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96627,3,1629754200,2021,8,23,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96628,3,1629802800,2021,8,24,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96629,3,1629804600,2021,8,24,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96630,3,1629806400,2021,8,24,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96631,3,1629808200,2021,8,24,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96632,3,1629810000,2021,8,24,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96633,3,1629811800,2021,8,24,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96634,3,1629813600,2021,8,24,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96635,3,1629815400,2021,8,24,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96636,3,1629828000,2021,8,24,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96637,3,1629829800,2021,8,24,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96638,3,1629831600,2021,8,24,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96639,3,1629833400,2021,8,24,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96640,3,1629835200,2021,8,24,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96641,3,1629837000,2021,8,24,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96642,3,1629838800,2021,8,24,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96643,3,1629840600,2021,8,24,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96644,3,1629889200,2021,8,25,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96645,3,1629891000,2021,8,25,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96646,3,1629892800,2021,8,25,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96647,3,1629894600,2021,8,25,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96648,3,1629896400,2021,8,25,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96649,3,1629898200,2021,8,25,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96650,3,1629900000,2021,8,25,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96651,3,1629901800,2021,8,25,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96652,3,1629914400,2021,8,25,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96653,3,1629916200,2021,8,25,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96654,3,1629918000,2021,8,25,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96655,3,1629919800,2021,8,25,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96656,3,1629921600,2021,8,25,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96657,3,1629923400,2021,8,25,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96658,3,1629925200,2021,8,25,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96659,3,1629927000,2021,8,25,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96660,3,1629975600,2021,8,26,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96661,3,1629977400,2021,8,26,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96662,3,1629979200,2021,8,26,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96663,3,1629981000,2021,8,26,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96664,3,1629982800,2021,8,26,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96665,3,1629984600,2021,8,26,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96666,3,1629986400,2021,8,26,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96667,3,1629988200,2021,8,26,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96668,3,1630000800,2021,8,26,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96669,3,1630002600,2021,8,26,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96670,3,1630004400,2021,8,26,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96671,3,1630006200,2021,8,26,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96672,3,1630008000,2021,8,26,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96673,3,1630009800,2021,8,26,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96674,3,1630011600,2021,8,26,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96675,3,1630013400,2021,8,26,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96676,3,1630062000,2021,8,27,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96677,3,1630063800,2021,8,27,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96678,3,1630065600,2021,8,27,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96679,3,1630067400,2021,8,27,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96680,3,1630069200,2021,8,27,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96681,3,1630071000,2021,8,27,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96682,3,1630072800,2021,8,27,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96683,3,1630074600,2021,8,27,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96684,3,1630087200,2021,8,27,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96685,3,1630089000,2021,8,27,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96686,3,1630090800,2021,8,27,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96687,3,1630092600,2021,8,27,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96688,3,1630094400,2021,8,27,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96689,3,1630096200,2021,8,27,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96690,3,1630098000,2021,8,27,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96691,3,1630099800,2021,8,27,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96692,3,1630148400,2021,8,28,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96693,3,1630150200,2021,8,28,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96694,3,1630152000,2021,8,28,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96695,3,1630153800,2021,8,28,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96696,3,1630155600,2021,8,28,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96697,3,1630157400,2021,8,28,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96698,3,1630159200,2021,8,28,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96699,3,1630161000,2021,8,28,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96700,3,1630173600,2021,8,28,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96701,3,1630175400,2021,8,28,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96702,3,1630177200,2021,8,28,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96703,3,1630179000,2021,8,28,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96704,3,1630180800,2021,8,28,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96705,3,1630182600,2021,8,28,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96706,3,1630184400,2021,8,28,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96707,3,1630186200,2021,8,28,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96708,3,1630234800,2021,8,29,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96709,3,1630236600,2021,8,29,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96710,3,1630238400,2021,8,29,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96711,3,1630240200,2021,8,29,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96712,3,1630242000,2021,8,29,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96713,3,1630243800,2021,8,29,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96714,3,1630245600,2021,8,29,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96715,3,1630247400,2021,8,29,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96716,3,1630321200,2021,8,30,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96717,3,1630323000,2021,8,30,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96718,3,1630324800,2021,8,30,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96719,3,1630326600,2021,8,30,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96720,3,1630328400,2021,8,30,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96721,3,1630330200,2021,8,30,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96722,3,1630346400,2021,8,30,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96723,3,1630348200,2021,8,30,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96724,3,1630350000,2021,8,30,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96725,3,1630351800,2021,8,30,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96726,3,1630353600,2021,8,30,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96727,3,1630355400,2021,8,30,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96728,3,1630357200,2021,8,30,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96729,3,1630359000,2021,8,30,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96730,3,1630407600,2021,8,31,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96731,3,1630409400,2021,8,31,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96732,3,1630411200,2021,8,31,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96733,3,1630413000,2021,8,31,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96734,3,1630414800,2021,8,31,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96735,3,1630416600,2021,8,31,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96736,3,1630418400,2021,8,31,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96737,3,1630420200,2021,8,31,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96738,3,1630432800,2021,8,31,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96739,3,1630434600,2021,8,31,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96740,3,1630436400,2021,8,31,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96741,3,1630438200,2021,8,31,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96742,3,1630440000,2021,8,31,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96743,3,1630441800,2021,8,31,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96744,3,1630443600,2021,8,31,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96745,3,1630445400,2021,8,31,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96746,3,1630494000,2021,9,1,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96747,3,1630495800,2021,9,1,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96748,3,1630497600,2021,9,1,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96749,3,1630499400,2021,9,1,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96750,3,1630501200,2021,9,1,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96751,3,1630503000,2021,9,1,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96752,3,1630504800,2021,9,1,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96753,3,1630506600,2021,9,1,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96754,3,1630519200,2021,9,1,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96755,3,1630521000,2021,9,1,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96756,3,1630522800,2021,9,1,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96757,3,1630524600,2021,9,1,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96758,3,1630526400,2021,9,1,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96759,3,1630528200,2021,9,1,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96760,3,1630530000,2021,9,1,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96761,3,1630531800,2021,9,1,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96762,3,1630580400,2021,9,2,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96763,3,1630582200,2021,9,2,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96764,3,1630584000,2021,9,2,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96765,3,1630585800,2021,9,2,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96766,3,1630587600,2021,9,2,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96767,3,1630589400,2021,9,2,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96768,3,1630591200,2021,9,2,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96769,3,1630593000,2021,9,2,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96770,3,1630605600,2021,9,2,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96771,3,1630607400,2021,9,2,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96772,3,1630609200,2021,9,2,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96773,3,1630611000,2021,9,2,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96774,3,1630612800,2021,9,2,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96775,3,1630614600,2021,9,2,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96776,3,1630616400,2021,9,2,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96777,3,1630618200,2021,9,2,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96778,3,1630666800,2021,9,3,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96779,3,1630668600,2021,9,3,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96780,3,1630670400,2021,9,3,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96781,3,1630672200,2021,9,3,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96782,3,1630674000,2021,9,3,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96783,3,1630675800,2021,9,3,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96784,3,1630677600,2021,9,3,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96785,3,1630679400,2021,9,3,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96786,3,1630692000,2021,9,3,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96787,3,1630693800,2021,9,3,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96788,3,1630695600,2021,9,3,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96789,3,1630697400,2021,9,3,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96790,3,1630699200,2021,9,3,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96791,3,1630701000,2021,9,3,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96792,3,1630702800,2021,9,3,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96793,3,1630704600,2021,9,3,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96794,3,1630753200,2021,9,4,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96795,3,1630755000,2021,9,4,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96796,3,1630756800,2021,9,4,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96797,3,1630758600,2021,9,4,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96798,3,1630760400,2021,9,4,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96799,3,1630762200,2021,9,4,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96800,3,1630764000,2021,9,4,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96801,3,1630765800,2021,9,4,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96802,3,1630778400,2021,9,4,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96803,3,1630780200,2021,9,4,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96804,3,1630782000,2021,9,4,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96805,3,1630783800,2021,9,4,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96806,3,1630785600,2021,9,4,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96807,3,1630787400,2021,9,4,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96808,3,1630789200,2021,9,4,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96809,3,1630791000,2021,9,4,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96810,3,1630839600,2021,9,5,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96811,3,1630841400,2021,9,5,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96812,3,1630843200,2021,9,5,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96813,3,1630845000,2021,9,5,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96814,3,1630846800,2021,9,5,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96815,3,1630848600,2021,9,5,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96816,3,1630850400,2021,9,5,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96817,3,1630852200,2021,9,5,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96818,3,1630926000,2021,9,6,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96819,3,1630927800,2021,9,6,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96820,3,1630929600,2021,9,6,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96821,3,1630931400,2021,9,6,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96822,3,1630933200,2021,9,6,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96823,3,1630935000,2021,9,6,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96824,3,1630951200,2021,9,6,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96825,3,1630953000,2021,9,6,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96826,3,1630954800,2021,9,6,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96827,3,1630956600,2021,9,6,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96828,3,1630958400,2021,9,6,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96829,3,1630960200,2021,9,6,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96830,3,1630962000,2021,9,6,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96831,3,1630963800,2021,9,6,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96832,3,1631012400,2021,9,7,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96833,3,1631014200,2021,9,7,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96834,3,1631016000,2021,9,7,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96835,3,1631017800,2021,9,7,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96836,3,1631019600,2021,9,7,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96837,3,1631021400,2021,9,7,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96838,3,1631023200,2021,9,7,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96839,3,1631025000,2021,9,7,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96840,3,1631037600,2021,9,7,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96841,3,1631039400,2021,9,7,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96842,3,1631041200,2021,9,7,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96843,3,1631043000,2021,9,7,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96844,3,1631044800,2021,9,7,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96845,3,1631046600,2021,9,7,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96846,3,1631048400,2021,9,7,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96847,3,1631050200,2021,9,7,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96848,3,1631098800,2021,9,8,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96849,3,1631100600,2021,9,8,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96850,3,1631102400,2021,9,8,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96851,3,1631104200,2021,9,8,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96852,3,1631106000,2021,9,8,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96853,3,1631107800,2021,9,8,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96854,3,1631109600,2021,9,8,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96855,3,1631111400,2021,9,8,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96856,3,1631124000,2021,9,8,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96857,3,1631125800,2021,9,8,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96858,3,1631127600,2021,9,8,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96859,3,1631129400,2021,9,8,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96860,3,1631131200,2021,9,8,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96861,3,1631133000,2021,9,8,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96862,3,1631134800,2021,9,8,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96863,3,1631136600,2021,9,8,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96864,3,1631185200,2021,9,9,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96865,3,1631187000,2021,9,9,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96866,3,1631188800,2021,9,9,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96867,3,1631190600,2021,9,9,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96868,3,1631192400,2021,9,9,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96869,3,1631194200,2021,9,9,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96870,3,1631196000,2021,9,9,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96871,3,1631197800,2021,9,9,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96872,3,1631210400,2021,9,9,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96873,3,1631212200,2021,9,9,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96874,3,1631214000,2021,9,9,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96875,3,1631215800,2021,9,9,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96876,3,1631217600,2021,9,9,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96877,3,1631219400,2021,9,9,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96878,3,1631221200,2021,9,9,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96879,3,1631223000,2021,9,9,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96880,3,1631271600,2021,9,10,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96881,3,1631273400,2021,9,10,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96882,3,1631275200,2021,9,10,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96883,3,1631277000,2021,9,10,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96884,3,1631278800,2021,9,10,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96885,3,1631280600,2021,9,10,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96886,3,1631282400,2021,9,10,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96887,3,1631284200,2021,9,10,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96888,3,1631296800,2021,9,10,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96889,3,1631298600,2021,9,10,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96890,3,1631300400,2021,9,10,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96891,3,1631302200,2021,9,10,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96892,3,1631304000,2021,9,10,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96893,3,1631305800,2021,9,10,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96894,3,1631307600,2021,9,10,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96895,3,1631309400,2021,9,10,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96896,3,1631358000,2021,9,11,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96897,3,1631359800,2021,9,11,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(96898,3,1631361600,2021,9,11,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(96899,3,1631363400,2021,9,11,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(96900,3,1631365200,2021,9,11,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(96901,3,1631367000,2021,9,11,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(96902,3,1631368800,2021,9,11,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(96903,3,1631370600,2021,9,11,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(96904,3,1631383200,2021,9,11,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(96905,3,1631385000,2021,9,11,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(96906,3,1631386800,2021,9,11,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(96907,3,1631388600,2021,9,11,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(96908,3,1631390400,2021,9,11,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(96909,3,1631392200,2021,9,11,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(96910,3,1631394000,2021,9,11,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(96911,3,1631395800,2021,9,11,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(96912,3,1631444400,2021,9,12,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(96913,3,1631446200,2021,9,12,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(96914,3,1631448000,2021,9,12,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(96915,3,1631449800,2021,9,12,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(96916,3,1631451600,2021,9,12,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(96917,3,1631453400,2021,9,12,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(96918,3,1631455200,2021,9,12,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(96919,3,1631457000,2021,9,12,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(96920,3,1631530800,2021,9,13,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(96921,3,1631532600,2021,9,13,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(96922,3,1631534400,2021,9,13,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(96923,3,1631536200,2021,9,13,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(96924,3,1631538000,2021,9,13,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(96925,3,1631539800,2021,9,13,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(96926,3,1631556000,2021,9,13,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(96927,3,1631557800,2021,9,13,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(96928,3,1631559600,2021,9,13,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(96929,3,1631561400,2021,9,13,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(96930,3,1631563200,2021,9,13,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(96931,3,1631565000,2021,9,13,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(96932,3,1631566800,2021,9,13,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(96933,3,1631568600,2021,9,13,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(96934,3,1631617200,2021,9,14,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(96935,3,1631619000,2021,9,14,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(96936,3,1631620800,2021,9,14,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(96937,3,1631622600,2021,9,14,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(96938,3,1631624400,2021,9,14,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(96939,3,1631626200,2021,9,14,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(96940,3,1631628000,2021,9,14,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(96941,3,1631629800,2021,9,14,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(96942,3,1631642400,2021,9,14,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(96943,3,1631644200,2021,9,14,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(96944,3,1631646000,2021,9,14,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(96945,3,1631647800,2021,9,14,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(96946,3,1631649600,2021,9,14,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(96947,3,1631651400,2021,9,14,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(96948,3,1631653200,2021,9,14,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(96949,3,1631655000,2021,9,14,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(96950,3,1631703600,2021,9,15,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(96951,3,1631705400,2021,9,15,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(96952,3,1631707200,2021,9,15,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(96953,3,1631709000,2021,9,15,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(96954,3,1631710800,2021,9,15,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(96955,3,1631712600,2021,9,15,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(96956,3,1631714400,2021,9,15,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(96957,3,1631716200,2021,9,15,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(96958,3,1631728800,2021,9,15,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(96959,3,1631730600,2021,9,15,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(96960,3,1631732400,2021,9,15,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(96961,3,1631734200,2021,9,15,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(96962,3,1631736000,2021,9,15,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(96963,3,1631737800,2021,9,15,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(96964,3,1631739600,2021,9,15,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(96965,3,1631741400,2021,9,15,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(96966,3,1631790000,2021,9,16,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(96967,3,1631791800,2021,9,16,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(96968,3,1631793600,2021,9,16,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(96969,3,1631795400,2021,9,16,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(96970,3,1631797200,2021,9,16,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(96971,3,1631799000,2021,9,16,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(96972,3,1631800800,2021,9,16,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(96973,3,1631802600,2021,9,16,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(96974,3,1631815200,2021,9,16,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(96975,3,1631817000,2021,9,16,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(96976,3,1631818800,2021,9,16,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(96977,3,1631820600,2021,9,16,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(96978,3,1631822400,2021,9,16,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(96979,3,1631824200,2021,9,16,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(96980,3,1631826000,2021,9,16,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(96981,3,1631827800,2021,9,16,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(96982,3,1631876400,2021,9,17,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(96983,3,1631878200,2021,9,17,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(96984,3,1631880000,2021,9,17,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(96985,3,1631881800,2021,9,17,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(96986,3,1631883600,2021,9,17,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(96987,3,1631885400,2021,9,17,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(96988,3,1631887200,2021,9,17,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(96989,3,1631889000,2021,9,17,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(96990,3,1631901600,2021,9,17,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(96991,3,1631903400,2021,9,17,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(96992,3,1631905200,2021,9,17,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(96993,3,1631907000,2021,9,17,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(96994,3,1631908800,2021,9,17,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(96995,3,1631910600,2021,9,17,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(96996,3,1631912400,2021,9,17,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(96997,3,1631914200,2021,9,17,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(96998,3,1631962800,2021,9,18,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(96999,3,1631964600,2021,9,18,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97000,3,1631966400,2021,9,18,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97001,3,1631968200,2021,9,18,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97002,3,1631970000,2021,9,18,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97003,3,1631971800,2021,9,18,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97004,3,1631973600,2021,9,18,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97005,3,1631975400,2021,9,18,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97006,3,1631988000,2021,9,18,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97007,3,1631989800,2021,9,18,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97008,3,1631991600,2021,9,18,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97009,3,1631993400,2021,9,18,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97010,3,1631995200,2021,9,18,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97011,3,1631997000,2021,9,18,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97012,3,1631998800,2021,9,18,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97013,3,1632000600,2021,9,18,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97014,3,1632049200,2021,9,19,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97015,3,1632051000,2021,9,19,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97016,3,1632052800,2021,9,19,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97017,3,1632054600,2021,9,19,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97018,3,1632056400,2021,9,19,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97019,3,1632058200,2021,9,19,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97020,3,1632060000,2021,9,19,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97021,3,1632061800,2021,9,19,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97022,3,1632135600,2021,9,20,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97023,3,1632137400,2021,9,20,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97024,3,1632139200,2021,9,20,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97025,3,1632141000,2021,9,20,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97026,3,1632142800,2021,9,20,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97027,3,1632144600,2021,9,20,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97028,3,1632160800,2021,9,20,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97029,3,1632162600,2021,9,20,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97030,3,1632164400,2021,9,20,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97031,3,1632166200,2021,9,20,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97032,3,1632168000,2021,9,20,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97033,3,1632169800,2021,9,20,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97034,3,1632171600,2021,9,20,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97035,3,1632173400,2021,9,20,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97036,3,1632222000,2021,9,21,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97037,3,1632223800,2021,9,21,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97038,3,1632225600,2021,9,21,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97039,3,1632227400,2021,9,21,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97040,3,1632229200,2021,9,21,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97041,3,1632231000,2021,9,21,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97042,3,1632232800,2021,9,21,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97043,3,1632234600,2021,9,21,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97044,3,1632247200,2021,9,21,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97045,3,1632249000,2021,9,21,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97046,3,1632250800,2021,9,21,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97047,3,1632252600,2021,9,21,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97048,3,1632254400,2021,9,21,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97049,3,1632256200,2021,9,21,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97050,3,1632258000,2021,9,21,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97051,3,1632259800,2021,9,21,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97052,3,1632308400,2021,9,22,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97053,3,1632310200,2021,9,22,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97054,3,1632312000,2021,9,22,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97055,3,1632313800,2021,9,22,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97056,3,1632315600,2021,9,22,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97057,3,1632317400,2021,9,22,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97058,3,1632319200,2021,9,22,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97059,3,1632321000,2021,9,22,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97060,3,1632333600,2021,9,22,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97061,3,1632335400,2021,9,22,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97062,3,1632337200,2021,9,22,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97063,3,1632339000,2021,9,22,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97064,3,1632340800,2021,9,22,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97065,3,1632342600,2021,9,22,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97066,3,1632344400,2021,9,22,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97067,3,1632346200,2021,9,22,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97068,3,1632394800,2021,9,23,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97069,3,1632396600,2021,9,23,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97070,3,1632398400,2021,9,23,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97071,3,1632400200,2021,9,23,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97072,3,1632402000,2021,9,23,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97073,3,1632403800,2021,9,23,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97074,3,1632405600,2021,9,23,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97075,3,1632407400,2021,9,23,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97076,3,1632420000,2021,9,23,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97077,3,1632421800,2021,9,23,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97078,3,1632423600,2021,9,23,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97079,3,1632425400,2021,9,23,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97080,3,1632427200,2021,9,23,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97081,3,1632429000,2021,9,23,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97082,3,1632430800,2021,9,23,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97083,3,1632432600,2021,9,23,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97084,3,1632481200,2021,9,24,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97085,3,1632483000,2021,9,24,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97086,3,1632484800,2021,9,24,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97087,3,1632486600,2021,9,24,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97088,3,1632488400,2021,9,24,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97089,3,1632490200,2021,9,24,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97090,3,1632492000,2021,9,24,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97091,3,1632493800,2021,9,24,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97092,3,1632506400,2021,9,24,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97093,3,1632508200,2021,9,24,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97094,3,1632510000,2021,9,24,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97095,3,1632511800,2021,9,24,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97096,3,1632513600,2021,9,24,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97097,3,1632515400,2021,9,24,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97098,3,1632517200,2021,9,24,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97099,3,1632519000,2021,9,24,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97100,3,1632567600,2021,9,25,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97101,3,1632569400,2021,9,25,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97102,3,1632571200,2021,9,25,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97103,3,1632573000,2021,9,25,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97104,3,1632574800,2021,9,25,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97105,3,1632576600,2021,9,25,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97106,3,1632578400,2021,9,25,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97107,3,1632580200,2021,9,25,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97108,3,1632592800,2021,9,25,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97109,3,1632594600,2021,9,25,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97110,3,1632596400,2021,9,25,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97111,3,1632598200,2021,9,25,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97112,3,1632600000,2021,9,25,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97113,3,1632601800,2021,9,25,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97114,3,1632603600,2021,9,25,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97115,3,1632605400,2021,9,25,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97116,3,1632654000,2021,9,26,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97117,3,1632655800,2021,9,26,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97118,3,1632657600,2021,9,26,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97119,3,1632659400,2021,9,26,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97120,3,1632661200,2021,9,26,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97121,3,1632663000,2021,9,26,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97122,3,1632664800,2021,9,26,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97123,3,1632666600,2021,9,26,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97124,3,1632740400,2021,9,27,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97125,3,1632742200,2021,9,27,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97126,3,1632744000,2021,9,27,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97127,3,1632745800,2021,9,27,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97128,3,1632747600,2021,9,27,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97129,3,1632749400,2021,9,27,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97130,3,1632765600,2021,9,27,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97131,3,1632767400,2021,9,27,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97132,3,1632769200,2021,9,27,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97133,3,1632771000,2021,9,27,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97134,3,1632772800,2021,9,27,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97135,3,1632774600,2021,9,27,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97136,3,1632776400,2021,9,27,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97137,3,1632778200,2021,9,27,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97138,3,1632826800,2021,9,28,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97139,3,1632828600,2021,9,28,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97140,3,1632830400,2021,9,28,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97141,3,1632832200,2021,9,28,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97142,3,1632834000,2021,9,28,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97143,3,1632835800,2021,9,28,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97144,3,1632837600,2021,9,28,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97145,3,1632839400,2021,9,28,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97146,3,1632852000,2021,9,28,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97147,3,1632853800,2021,9,28,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97148,3,1632855600,2021,9,28,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97149,3,1632857400,2021,9,28,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97150,3,1632859200,2021,9,28,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97151,3,1632861000,2021,9,28,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97152,3,1632862800,2021,9,28,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97153,3,1632864600,2021,9,28,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97154,3,1632913200,2021,9,29,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97155,3,1632915000,2021,9,29,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97156,3,1632916800,2021,9,29,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97157,3,1632918600,2021,9,29,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97158,3,1632920400,2021,9,29,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97159,3,1632922200,2021,9,29,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97160,3,1632924000,2021,9,29,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97161,3,1632925800,2021,9,29,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97162,3,1632938400,2021,9,29,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97163,3,1632940200,2021,9,29,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97164,3,1632942000,2021,9,29,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97165,3,1632943800,2021,9,29,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97166,3,1632945600,2021,9,29,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97167,3,1632947400,2021,9,29,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97168,3,1632949200,2021,9,29,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97169,3,1632951000,2021,9,29,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97170,3,1632999600,2021,9,30,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97171,3,1633001400,2021,9,30,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97172,3,1633003200,2021,9,30,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97173,3,1633005000,2021,9,30,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97174,3,1633006800,2021,9,30,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97175,3,1633008600,2021,9,30,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97176,3,1633010400,2021,9,30,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97177,3,1633012200,2021,9,30,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97178,3,1633024800,2021,9,30,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97179,3,1633026600,2021,9,30,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97180,3,1633028400,2021,9,30,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97181,3,1633030200,2021,9,30,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97182,3,1633032000,2021,9,30,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97183,3,1633033800,2021,9,30,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97184,3,1633035600,2021,9,30,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97185,3,1633037400,2021,9,30,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97186,3,1633086000,2021,10,1,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97187,3,1633087800,2021,10,1,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97188,3,1633089600,2021,10,1,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97189,3,1633091400,2021,10,1,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97190,3,1633093200,2021,10,1,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97191,3,1633095000,2021,10,1,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97192,3,1633096800,2021,10,1,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97193,3,1633098600,2021,10,1,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97194,3,1633111200,2021,10,1,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97195,3,1633113000,2021,10,1,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97196,3,1633114800,2021,10,1,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97197,3,1633116600,2021,10,1,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97198,3,1633118400,2021,10,1,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97199,3,1633120200,2021,10,1,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97200,3,1633122000,2021,10,1,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97201,3,1633123800,2021,10,1,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97202,3,1633172400,2021,10,2,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97203,3,1633174200,2021,10,2,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97204,3,1633176000,2021,10,2,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97205,3,1633177800,2021,10,2,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97206,3,1633179600,2021,10,2,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97207,3,1633181400,2021,10,2,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97208,3,1633183200,2021,10,2,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97209,3,1633185000,2021,10,2,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97210,3,1633197600,2021,10,2,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97211,3,1633199400,2021,10,2,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97212,3,1633201200,2021,10,2,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97213,3,1633203000,2021,10,2,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97214,3,1633204800,2021,10,2,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97215,3,1633206600,2021,10,2,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97216,3,1633208400,2021,10,2,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97217,3,1633210200,2021,10,2,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97218,3,1633258800,2021,10,3,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97219,3,1633260600,2021,10,3,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97220,3,1633262400,2021,10,3,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97221,3,1633264200,2021,10,3,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97222,3,1633266000,2021,10,3,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97223,3,1633267800,2021,10,3,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97224,3,1633269600,2021,10,3,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97225,3,1633271400,2021,10,3,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97226,3,1633345200,2021,10,4,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97227,3,1633347000,2021,10,4,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97228,3,1633348800,2021,10,4,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97229,3,1633350600,2021,10,4,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97230,3,1633352400,2021,10,4,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97231,3,1633354200,2021,10,4,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97232,3,1633370400,2021,10,4,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97233,3,1633372200,2021,10,4,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97234,3,1633374000,2021,10,4,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97235,3,1633375800,2021,10,4,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97236,3,1633377600,2021,10,4,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97237,3,1633379400,2021,10,4,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97238,3,1633381200,2021,10,4,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97239,3,1633383000,2021,10,4,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97240,3,1633431600,2021,10,5,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97241,3,1633433400,2021,10,5,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97242,3,1633435200,2021,10,5,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97243,3,1633437000,2021,10,5,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97244,3,1633438800,2021,10,5,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97245,3,1633440600,2021,10,5,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97246,3,1633442400,2021,10,5,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97247,3,1633444200,2021,10,5,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97248,3,1633456800,2021,10,5,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97249,3,1633458600,2021,10,5,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97250,3,1633460400,2021,10,5,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97251,3,1633462200,2021,10,5,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97252,3,1633464000,2021,10,5,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97253,3,1633465800,2021,10,5,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97254,3,1633467600,2021,10,5,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97255,3,1633469400,2021,10,5,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97256,3,1633518000,2021,10,6,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97257,3,1633519800,2021,10,6,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97258,3,1633521600,2021,10,6,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97259,3,1633523400,2021,10,6,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97260,3,1633525200,2021,10,6,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97261,3,1633527000,2021,10,6,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97262,3,1633528800,2021,10,6,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97263,3,1633530600,2021,10,6,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97264,3,1633543200,2021,10,6,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97265,3,1633545000,2021,10,6,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97266,3,1633546800,2021,10,6,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97267,3,1633548600,2021,10,6,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97268,3,1633550400,2021,10,6,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97269,3,1633552200,2021,10,6,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97270,3,1633554000,2021,10,6,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97271,3,1633555800,2021,10,6,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97272,3,1633604400,2021,10,7,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97273,3,1633606200,2021,10,7,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97274,3,1633608000,2021,10,7,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97275,3,1633609800,2021,10,7,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97276,3,1633611600,2021,10,7,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97277,3,1633613400,2021,10,7,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97278,3,1633615200,2021,10,7,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97279,3,1633617000,2021,10,7,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97280,3,1633629600,2021,10,7,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97281,3,1633631400,2021,10,7,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97282,3,1633633200,2021,10,7,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97283,3,1633635000,2021,10,7,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97284,3,1633636800,2021,10,7,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97285,3,1633638600,2021,10,7,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97286,3,1633640400,2021,10,7,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97287,3,1633642200,2021,10,7,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97288,3,1633690800,2021,10,8,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97289,3,1633692600,2021,10,8,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97290,3,1633694400,2021,10,8,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97291,3,1633696200,2021,10,8,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97292,3,1633698000,2021,10,8,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97293,3,1633699800,2021,10,8,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97294,3,1633701600,2021,10,8,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97295,3,1633703400,2021,10,8,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97296,3,1633716000,2021,10,8,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97297,3,1633717800,2021,10,8,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97298,3,1633719600,2021,10,8,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97299,3,1633721400,2021,10,8,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97300,3,1633723200,2021,10,8,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97301,3,1633725000,2021,10,8,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97302,3,1633726800,2021,10,8,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97303,3,1633728600,2021,10,8,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97304,3,1633777200,2021,10,9,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97305,3,1633779000,2021,10,9,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97306,3,1633780800,2021,10,9,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97307,3,1633782600,2021,10,9,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97308,3,1633784400,2021,10,9,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97309,3,1633786200,2021,10,9,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97310,3,1633788000,2021,10,9,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97311,3,1633789800,2021,10,9,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97312,3,1633802400,2021,10,9,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97313,3,1633804200,2021,10,9,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97314,3,1633806000,2021,10,9,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97315,3,1633807800,2021,10,9,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97316,3,1633809600,2021,10,9,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97317,3,1633811400,2021,10,9,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97318,3,1633813200,2021,10,9,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97319,3,1633815000,2021,10,9,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97320,3,1633863600,2021,10,10,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97321,3,1633865400,2021,10,10,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97322,3,1633867200,2021,10,10,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97323,3,1633869000,2021,10,10,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97324,3,1633870800,2021,10,10,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97325,3,1633872600,2021,10,10,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97326,3,1633874400,2021,10,10,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97327,3,1633876200,2021,10,10,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97328,3,1633950000,2021,10,11,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97329,3,1633951800,2021,10,11,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97330,3,1633953600,2021,10,11,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97331,3,1633955400,2021,10,11,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97332,3,1633957200,2021,10,11,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97333,3,1633959000,2021,10,11,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97334,3,1633975200,2021,10,11,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97335,3,1633977000,2021,10,11,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97336,3,1633978800,2021,10,11,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97337,3,1633980600,2021,10,11,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97338,3,1633982400,2021,10,11,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97339,3,1633984200,2021,10,11,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97340,3,1633986000,2021,10,11,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97341,3,1633987800,2021,10,11,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97342,3,1634036400,2021,10,12,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97343,3,1634038200,2021,10,12,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97344,3,1634040000,2021,10,12,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97345,3,1634041800,2021,10,12,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97346,3,1634043600,2021,10,12,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97347,3,1634045400,2021,10,12,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97348,3,1634047200,2021,10,12,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97349,3,1634049000,2021,10,12,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97350,3,1634061600,2021,10,12,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97351,3,1634063400,2021,10,12,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97352,3,1634065200,2021,10,12,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97353,3,1634067000,2021,10,12,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97354,3,1634068800,2021,10,12,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97355,3,1634070600,2021,10,12,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97356,3,1634072400,2021,10,12,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97357,3,1634074200,2021,10,12,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97358,3,1634122800,2021,10,13,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97359,3,1634124600,2021,10,13,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97360,3,1634126400,2021,10,13,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97361,3,1634128200,2021,10,13,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97362,3,1634130000,2021,10,13,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97363,3,1634131800,2021,10,13,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97364,3,1634133600,2021,10,13,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97365,3,1634135400,2021,10,13,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97366,3,1634148000,2021,10,13,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97367,3,1634149800,2021,10,13,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97368,3,1634151600,2021,10,13,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97369,3,1634153400,2021,10,13,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97370,3,1634155200,2021,10,13,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97371,3,1634157000,2021,10,13,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97372,3,1634158800,2021,10,13,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97373,3,1634160600,2021,10,13,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97374,3,1634209200,2021,10,14,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97375,3,1634211000,2021,10,14,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97376,3,1634212800,2021,10,14,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97377,3,1634214600,2021,10,14,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97378,3,1634216400,2021,10,14,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97379,3,1634218200,2021,10,14,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97380,3,1634220000,2021,10,14,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97381,3,1634221800,2021,10,14,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97382,3,1634234400,2021,10,14,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97383,3,1634236200,2021,10,14,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97384,3,1634238000,2021,10,14,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97385,3,1634239800,2021,10,14,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97386,3,1634241600,2021,10,14,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97387,3,1634243400,2021,10,14,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97388,3,1634245200,2021,10,14,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97389,3,1634247000,2021,10,14,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97390,3,1634295600,2021,10,15,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97391,3,1634297400,2021,10,15,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97392,3,1634299200,2021,10,15,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97393,3,1634301000,2021,10,15,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97394,3,1634302800,2021,10,15,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97395,3,1634304600,2021,10,15,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97396,3,1634306400,2021,10,15,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97397,3,1634308200,2021,10,15,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97398,3,1634320800,2021,10,15,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97399,3,1634322600,2021,10,15,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97400,3,1634324400,2021,10,15,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97401,3,1634326200,2021,10,15,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97402,3,1634328000,2021,10,15,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97403,3,1634329800,2021,10,15,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97404,3,1634331600,2021,10,15,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97405,3,1634333400,2021,10,15,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97406,3,1634382000,2021,10,16,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97407,3,1634383800,2021,10,16,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97408,3,1634385600,2021,10,16,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97409,3,1634387400,2021,10,16,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97410,3,1634389200,2021,10,16,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97411,3,1634391000,2021,10,16,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97412,3,1634392800,2021,10,16,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97413,3,1634394600,2021,10,16,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97414,3,1634407200,2021,10,16,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97415,3,1634409000,2021,10,16,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97416,3,1634410800,2021,10,16,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97417,3,1634412600,2021,10,16,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97418,3,1634414400,2021,10,16,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97419,3,1634416200,2021,10,16,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97420,3,1634418000,2021,10,16,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97421,3,1634419800,2021,10,16,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97422,3,1634468400,2021,10,17,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97423,3,1634470200,2021,10,17,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97424,3,1634472000,2021,10,17,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97425,3,1634473800,2021,10,17,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97426,3,1634475600,2021,10,17,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97427,3,1634477400,2021,10,17,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97428,3,1634479200,2021,10,17,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97429,3,1634481000,2021,10,17,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97430,3,1634554800,2021,10,18,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97431,3,1634556600,2021,10,18,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97432,3,1634558400,2021,10,18,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97433,3,1634560200,2021,10,18,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97434,3,1634562000,2021,10,18,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97435,3,1634563800,2021,10,18,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97436,3,1634580000,2021,10,18,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97437,3,1634581800,2021,10,18,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97438,3,1634583600,2021,10,18,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97439,3,1634585400,2021,10,18,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97440,3,1634587200,2021,10,18,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97441,3,1634589000,2021,10,18,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97442,3,1634590800,2021,10,18,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97443,3,1634592600,2021,10,18,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97444,3,1634641200,2021,10,19,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97445,3,1634643000,2021,10,19,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97446,3,1634644800,2021,10,19,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97447,3,1634646600,2021,10,19,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97448,3,1634648400,2021,10,19,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97449,3,1634650200,2021,10,19,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97450,3,1634652000,2021,10,19,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97451,3,1634653800,2021,10,19,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97452,3,1634666400,2021,10,19,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97453,3,1634668200,2021,10,19,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97454,3,1634670000,2021,10,19,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97455,3,1634671800,2021,10,19,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97456,3,1634673600,2021,10,19,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97457,3,1634675400,2021,10,19,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97458,3,1634677200,2021,10,19,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97459,3,1634679000,2021,10,19,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97460,3,1634727600,2021,10,20,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97461,3,1634729400,2021,10,20,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97462,3,1634731200,2021,10,20,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97463,3,1634733000,2021,10,20,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97464,3,1634734800,2021,10,20,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97465,3,1634736600,2021,10,20,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97466,3,1634738400,2021,10,20,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97467,3,1634740200,2021,10,20,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97468,3,1634752800,2021,10,20,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97469,3,1634754600,2021,10,20,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97470,3,1634756400,2021,10,20,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97471,3,1634758200,2021,10,20,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97472,3,1634760000,2021,10,20,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97473,3,1634761800,2021,10,20,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97474,3,1634763600,2021,10,20,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97475,3,1634765400,2021,10,20,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97476,3,1634814000,2021,10,21,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97477,3,1634815800,2021,10,21,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97478,3,1634817600,2021,10,21,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97479,3,1634819400,2021,10,21,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97480,3,1634821200,2021,10,21,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97481,3,1634823000,2021,10,21,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97482,3,1634824800,2021,10,21,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97483,3,1634826600,2021,10,21,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97484,3,1634839200,2021,10,21,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97485,3,1634841000,2021,10,21,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97486,3,1634842800,2021,10,21,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97487,3,1634844600,2021,10,21,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97488,3,1634846400,2021,10,21,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97489,3,1634848200,2021,10,21,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97490,3,1634850000,2021,10,21,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97491,3,1634851800,2021,10,21,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97492,3,1634900400,2021,10,22,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97493,3,1634902200,2021,10,22,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97494,3,1634904000,2021,10,22,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97495,3,1634905800,2021,10,22,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97496,3,1634907600,2021,10,22,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97497,3,1634909400,2021,10,22,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97498,3,1634911200,2021,10,22,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97499,3,1634913000,2021,10,22,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97500,3,1634925600,2021,10,22,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97501,3,1634927400,2021,10,22,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97502,3,1634929200,2021,10,22,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97503,3,1634931000,2021,10,22,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97504,3,1634932800,2021,10,22,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97505,3,1634934600,2021,10,22,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97506,3,1634936400,2021,10,22,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97507,3,1634938200,2021,10,22,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97508,3,1634986800,2021,10,23,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97509,3,1634988600,2021,10,23,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97510,3,1634990400,2021,10,23,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97511,3,1634992200,2021,10,23,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97512,3,1634994000,2021,10,23,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97513,3,1634995800,2021,10,23,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97514,3,1634997600,2021,10,23,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97515,3,1634999400,2021,10,23,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97516,3,1635012000,2021,10,23,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97517,3,1635013800,2021,10,23,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97518,3,1635015600,2021,10,23,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97519,3,1635017400,2021,10,23,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97520,3,1635019200,2021,10,23,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97521,3,1635021000,2021,10,23,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97522,3,1635022800,2021,10,23,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97523,3,1635024600,2021,10,23,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97524,3,1635073200,2021,10,24,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97525,3,1635075000,2021,10,24,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97526,3,1635076800,2021,10,24,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97527,3,1635078600,2021,10,24,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97528,3,1635080400,2021,10,24,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97529,3,1635082200,2021,10,24,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97530,3,1635084000,2021,10,24,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97531,3,1635085800,2021,10,24,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97532,3,1635159600,2021,10,25,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97533,3,1635161400,2021,10,25,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97534,3,1635163200,2021,10,25,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97535,3,1635165000,2021,10,25,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97536,3,1635166800,2021,10,25,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97537,3,1635168600,2021,10,25,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97538,3,1635184800,2021,10,25,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97539,3,1635186600,2021,10,25,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97540,3,1635188400,2021,10,25,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97541,3,1635190200,2021,10,25,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97542,3,1635192000,2021,10,25,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97543,3,1635193800,2021,10,25,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97544,3,1635195600,2021,10,25,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97545,3,1635197400,2021,10,25,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97546,3,1635246000,2021,10,26,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97547,3,1635247800,2021,10,26,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97548,3,1635249600,2021,10,26,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97549,3,1635251400,2021,10,26,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97550,3,1635253200,2021,10,26,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97551,3,1635255000,2021,10,26,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97552,3,1635256800,2021,10,26,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97553,3,1635258600,2021,10,26,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97554,3,1635271200,2021,10,26,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97555,3,1635273000,2021,10,26,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97556,3,1635274800,2021,10,26,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97557,3,1635276600,2021,10,26,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97558,3,1635278400,2021,10,26,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97559,3,1635280200,2021,10,26,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97560,3,1635282000,2021,10,26,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97561,3,1635283800,2021,10,26,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97562,3,1635332400,2021,10,27,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97563,3,1635334200,2021,10,27,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97564,3,1635336000,2021,10,27,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97565,3,1635337800,2021,10,27,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97566,3,1635339600,2021,10,27,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97567,3,1635341400,2021,10,27,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97568,3,1635343200,2021,10,27,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97569,3,1635345000,2021,10,27,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97570,3,1635357600,2021,10,27,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97571,3,1635359400,2021,10,27,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97572,3,1635361200,2021,10,27,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97573,3,1635363000,2021,10,27,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97574,3,1635364800,2021,10,27,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97575,3,1635366600,2021,10,27,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97576,3,1635368400,2021,10,27,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97577,3,1635370200,2021,10,27,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97578,3,1635418800,2021,10,28,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97579,3,1635420600,2021,10,28,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97580,3,1635422400,2021,10,28,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97581,3,1635424200,2021,10,28,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97582,3,1635426000,2021,10,28,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97583,3,1635427800,2021,10,28,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97584,3,1635429600,2021,10,28,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97585,3,1635431400,2021,10,28,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97586,3,1635444000,2021,10,28,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97587,3,1635445800,2021,10,28,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97588,3,1635447600,2021,10,28,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97589,3,1635449400,2021,10,28,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97590,3,1635451200,2021,10,28,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97591,3,1635453000,2021,10,28,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97592,3,1635454800,2021,10,28,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97593,3,1635456600,2021,10,28,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97594,3,1635505200,2021,10,29,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97595,3,1635507000,2021,10,29,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97596,3,1635508800,2021,10,29,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97597,3,1635510600,2021,10,29,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97598,3,1635512400,2021,10,29,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97599,3,1635514200,2021,10,29,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97600,3,1635516000,2021,10,29,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97601,3,1635517800,2021,10,29,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97602,3,1635530400,2021,10,29,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97603,3,1635532200,2021,10,29,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97604,3,1635534000,2021,10,29,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97605,3,1635535800,2021,10,29,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97606,3,1635537600,2021,10,29,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97607,3,1635539400,2021,10,29,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97608,3,1635541200,2021,10,29,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97609,3,1635543000,2021,10,29,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97610,3,1635591600,2021,10,30,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97611,3,1635593400,2021,10,30,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97612,3,1635595200,2021,10,30,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97613,3,1635597000,2021,10,30,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97614,3,1635598800,2021,10,30,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97615,3,1635600600,2021,10,30,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97616,3,1635602400,2021,10,30,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97617,3,1635604200,2021,10,30,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97618,3,1635616800,2021,10,30,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97619,3,1635618600,2021,10,30,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97620,3,1635620400,2021,10,30,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97621,3,1635622200,2021,10,30,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97622,3,1635624000,2021,10,30,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97623,3,1635625800,2021,10,30,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97624,3,1635627600,2021,10,30,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97625,3,1635629400,2021,10,30,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97626,3,1635681600,2021,10,31,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97627,3,1635683400,2021,10,31,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97628,3,1635685200,2021,10,31,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97629,3,1635687000,2021,10,31,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97630,3,1635688800,2021,10,31,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97631,3,1635690600,2021,10,31,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97632,3,1635692400,2021,10,31,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97633,3,1635694200,2021,10,31,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97634,3,1635768000,2021,11,1,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97635,3,1635769800,2021,11,1,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97636,3,1635771600,2021,11,1,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97637,3,1635773400,2021,11,1,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97638,3,1635775200,2021,11,1,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97639,3,1635777000,2021,11,1,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97640,3,1635793200,2021,11,1,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97641,3,1635795000,2021,11,1,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97642,3,1635796800,2021,11,1,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97643,3,1635798600,2021,11,1,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97644,3,1635800400,2021,11,1,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97645,3,1635802200,2021,11,1,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97646,3,1635804000,2021,11,1,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97647,3,1635805800,2021,11,1,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97648,3,1635854400,2021,11,2,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97649,3,1635856200,2021,11,2,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97650,3,1635858000,2021,11,2,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97651,3,1635859800,2021,11,2,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97652,3,1635861600,2021,11,2,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97653,3,1635863400,2021,11,2,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97654,3,1635865200,2021,11,2,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97655,3,1635867000,2021,11,2,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97656,3,1635879600,2021,11,2,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97657,3,1635881400,2021,11,2,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97658,3,1635883200,2021,11,2,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97659,3,1635885000,2021,11,2,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97660,3,1635886800,2021,11,2,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97661,3,1635888600,2021,11,2,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97662,3,1635890400,2021,11,2,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97663,3,1635892200,2021,11,2,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97664,3,1635940800,2021,11,3,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97665,3,1635942600,2021,11,3,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97666,3,1635944400,2021,11,3,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97667,3,1635946200,2021,11,3,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97668,3,1635948000,2021,11,3,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97669,3,1635949800,2021,11,3,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97670,3,1635951600,2021,11,3,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97671,3,1635953400,2021,11,3,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97672,3,1635966000,2021,11,3,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97673,3,1635967800,2021,11,3,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97674,3,1635969600,2021,11,3,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97675,3,1635971400,2021,11,3,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97676,3,1635973200,2021,11,3,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97677,3,1635975000,2021,11,3,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97678,3,1635976800,2021,11,3,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97679,3,1635978600,2021,11,3,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97680,3,1636027200,2021,11,4,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97681,3,1636029000,2021,11,4,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97682,3,1636030800,2021,11,4,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97683,3,1636032600,2021,11,4,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97684,3,1636034400,2021,11,4,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97685,3,1636036200,2021,11,4,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97686,3,1636038000,2021,11,4,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97687,3,1636039800,2021,11,4,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97688,3,1636052400,2021,11,4,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97689,3,1636054200,2021,11,4,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97690,3,1636056000,2021,11,4,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97691,3,1636057800,2021,11,4,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97692,3,1636059600,2021,11,4,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97693,3,1636061400,2021,11,4,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97694,3,1636063200,2021,11,4,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97695,3,1636065000,2021,11,4,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97696,3,1636113600,2021,11,5,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97697,3,1636115400,2021,11,5,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97698,3,1636117200,2021,11,5,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97699,3,1636119000,2021,11,5,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97700,3,1636120800,2021,11,5,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97701,3,1636122600,2021,11,5,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97702,3,1636124400,2021,11,5,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97703,3,1636126200,2021,11,5,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97704,3,1636138800,2021,11,5,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97705,3,1636140600,2021,11,5,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97706,3,1636142400,2021,11,5,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97707,3,1636144200,2021,11,5,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97708,3,1636146000,2021,11,5,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97709,3,1636147800,2021,11,5,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97710,3,1636149600,2021,11,5,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97711,3,1636151400,2021,11,5,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97712,3,1636200000,2021,11,6,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97713,3,1636201800,2021,11,6,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97714,3,1636203600,2021,11,6,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97715,3,1636205400,2021,11,6,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97716,3,1636207200,2021,11,6,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97717,3,1636209000,2021,11,6,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97718,3,1636210800,2021,11,6,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97719,3,1636212600,2021,11,6,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97720,3,1636225200,2021,11,6,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97721,3,1636227000,2021,11,6,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97722,3,1636228800,2021,11,6,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97723,3,1636230600,2021,11,6,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97724,3,1636232400,2021,11,6,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97725,3,1636234200,2021,11,6,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97726,3,1636236000,2021,11,6,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97727,3,1636237800,2021,11,6,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97728,3,1636286400,2021,11,7,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97729,3,1636288200,2021,11,7,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97730,3,1636290000,2021,11,7,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97731,3,1636291800,2021,11,7,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97732,3,1636293600,2021,11,7,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97733,3,1636295400,2021,11,7,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97734,3,1636297200,2021,11,7,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97735,3,1636299000,2021,11,7,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97736,3,1636372800,2021,11,8,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97737,3,1636374600,2021,11,8,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97738,3,1636376400,2021,11,8,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97739,3,1636378200,2021,11,8,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97740,3,1636380000,2021,11,8,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97741,3,1636381800,2021,11,8,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97742,3,1636398000,2021,11,8,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97743,3,1636399800,2021,11,8,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97744,3,1636401600,2021,11,8,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97745,3,1636403400,2021,11,8,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97746,3,1636405200,2021,11,8,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97747,3,1636407000,2021,11,8,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97748,3,1636408800,2021,11,8,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97749,3,1636410600,2021,11,8,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97750,3,1636459200,2021,11,9,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97751,3,1636461000,2021,11,9,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97752,3,1636462800,2021,11,9,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97753,3,1636464600,2021,11,9,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97754,3,1636466400,2021,11,9,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97755,3,1636468200,2021,11,9,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97756,3,1636470000,2021,11,9,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97757,3,1636471800,2021,11,9,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97758,3,1636484400,2021,11,9,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97759,3,1636486200,2021,11,9,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97760,3,1636488000,2021,11,9,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97761,3,1636489800,2021,11,9,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97762,3,1636491600,2021,11,9,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97763,3,1636493400,2021,11,9,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97764,3,1636495200,2021,11,9,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97765,3,1636497000,2021,11,9,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97766,3,1636545600,2021,11,10,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97767,3,1636547400,2021,11,10,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97768,3,1636549200,2021,11,10,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97769,3,1636551000,2021,11,10,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97770,3,1636552800,2021,11,10,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97771,3,1636554600,2021,11,10,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97772,3,1636556400,2021,11,10,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97773,3,1636558200,2021,11,10,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97774,3,1636570800,2021,11,10,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97775,3,1636572600,2021,11,10,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97776,3,1636574400,2021,11,10,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97777,3,1636576200,2021,11,10,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97778,3,1636578000,2021,11,10,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97779,3,1636579800,2021,11,10,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97780,3,1636581600,2021,11,10,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97781,3,1636583400,2021,11,10,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97782,3,1636632000,2021,11,11,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97783,3,1636633800,2021,11,11,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97784,3,1636635600,2021,11,11,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97785,3,1636637400,2021,11,11,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97786,3,1636639200,2021,11,11,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97787,3,1636641000,2021,11,11,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97788,3,1636642800,2021,11,11,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97789,3,1636644600,2021,11,11,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97790,3,1636657200,2021,11,11,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97791,3,1636659000,2021,11,11,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97792,3,1636660800,2021,11,11,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97793,3,1636662600,2021,11,11,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97794,3,1636664400,2021,11,11,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97795,3,1636666200,2021,11,11,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97796,3,1636668000,2021,11,11,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97797,3,1636669800,2021,11,11,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97798,3,1636718400,2021,11,12,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97799,3,1636720200,2021,11,12,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97800,3,1636722000,2021,11,12,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97801,3,1636723800,2021,11,12,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97802,3,1636725600,2021,11,12,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97803,3,1636727400,2021,11,12,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97804,3,1636729200,2021,11,12,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97805,3,1636731000,2021,11,12,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97806,3,1636743600,2021,11,12,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97807,3,1636745400,2021,11,12,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97808,3,1636747200,2021,11,12,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97809,3,1636749000,2021,11,12,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97810,3,1636750800,2021,11,12,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97811,3,1636752600,2021,11,12,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97812,3,1636754400,2021,11,12,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97813,3,1636756200,2021,11,12,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97814,3,1636804800,2021,11,13,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97815,3,1636806600,2021,11,13,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97816,3,1636808400,2021,11,13,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97817,3,1636810200,2021,11,13,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97818,3,1636812000,2021,11,13,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97819,3,1636813800,2021,11,13,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97820,3,1636815600,2021,11,13,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97821,3,1636817400,2021,11,13,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97822,3,1636830000,2021,11,13,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97823,3,1636831800,2021,11,13,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97824,3,1636833600,2021,11,13,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97825,3,1636835400,2021,11,13,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97826,3,1636837200,2021,11,13,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97827,3,1636839000,2021,11,13,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97828,3,1636840800,2021,11,13,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97829,3,1636842600,2021,11,13,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97830,3,1636891200,2021,11,14,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97831,3,1636893000,2021,11,14,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97832,3,1636894800,2021,11,14,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97833,3,1636896600,2021,11,14,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97834,3,1636898400,2021,11,14,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97835,3,1636900200,2021,11,14,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97836,3,1636902000,2021,11,14,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97837,3,1636903800,2021,11,14,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97838,3,1636977600,2021,11,15,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97839,3,1636979400,2021,11,15,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97840,3,1636981200,2021,11,15,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97841,3,1636983000,2021,11,15,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97842,3,1636984800,2021,11,15,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97843,3,1636986600,2021,11,15,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97844,3,1637002800,2021,11,15,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97845,3,1637004600,2021,11,15,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97846,3,1637006400,2021,11,15,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97847,3,1637008200,2021,11,15,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97848,3,1637010000,2021,11,15,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97849,3,1637011800,2021,11,15,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97850,3,1637013600,2021,11,15,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97851,3,1637015400,2021,11,15,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97852,3,1637064000,2021,11,16,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97853,3,1637065800,2021,11,16,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97854,3,1637067600,2021,11,16,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97855,3,1637069400,2021,11,16,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97856,3,1637071200,2021,11,16,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97857,3,1637073000,2021,11,16,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97858,3,1637074800,2021,11,16,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97859,3,1637076600,2021,11,16,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97860,3,1637089200,2021,11,16,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97861,3,1637091000,2021,11,16,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97862,3,1637092800,2021,11,16,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97863,3,1637094600,2021,11,16,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97864,3,1637096400,2021,11,16,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97865,3,1637098200,2021,11,16,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97866,3,1637100000,2021,11,16,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97867,3,1637101800,2021,11,16,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97868,3,1637150400,2021,11,17,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97869,3,1637152200,2021,11,17,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97870,3,1637154000,2021,11,17,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97871,3,1637155800,2021,11,17,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97872,3,1637157600,2021,11,17,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97873,3,1637159400,2021,11,17,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97874,3,1637161200,2021,11,17,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97875,3,1637163000,2021,11,17,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97876,3,1637175600,2021,11,17,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97877,3,1637177400,2021,11,17,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97878,3,1637179200,2021,11,17,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97879,3,1637181000,2021,11,17,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97880,3,1637182800,2021,11,17,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97881,3,1637184600,2021,11,17,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97882,3,1637186400,2021,11,17,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97883,3,1637188200,2021,11,17,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97884,3,1637236800,2021,11,18,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97885,3,1637238600,2021,11,18,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97886,3,1637240400,2021,11,18,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97887,3,1637242200,2021,11,18,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97888,3,1637244000,2021,11,18,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97889,3,1637245800,2021,11,18,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97890,3,1637247600,2021,11,18,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97891,3,1637249400,2021,11,18,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97892,3,1637262000,2021,11,18,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97893,3,1637263800,2021,11,18,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97894,3,1637265600,2021,11,18,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97895,3,1637267400,2021,11,18,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97896,3,1637269200,2021,11,18,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97897,3,1637271000,2021,11,18,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(97898,3,1637272800,2021,11,18,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(97899,3,1637274600,2021,11,18,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(97900,3,1637323200,2021,11,19,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(97901,3,1637325000,2021,11,19,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(97902,3,1637326800,2021,11,19,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(97903,3,1637328600,2021,11,19,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(97904,3,1637330400,2021,11,19,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(97905,3,1637332200,2021,11,19,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(97906,3,1637334000,2021,11,19,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(97907,3,1637335800,2021,11,19,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(97908,3,1637348400,2021,11,19,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(97909,3,1637350200,2021,11,19,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(97910,3,1637352000,2021,11,19,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(97911,3,1637353800,2021,11,19,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(97912,3,1637355600,2021,11,19,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(97913,3,1637357400,2021,11,19,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(97914,3,1637359200,2021,11,19,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(97915,3,1637361000,2021,11,19,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(97916,3,1637409600,2021,11,20,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(97917,3,1637411400,2021,11,20,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(97918,3,1637413200,2021,11,20,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(97919,3,1637415000,2021,11,20,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(97920,3,1637416800,2021,11,20,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(97921,3,1637418600,2021,11,20,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(97922,3,1637420400,2021,11,20,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(97923,3,1637422200,2021,11,20,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(97924,3,1637434800,2021,11,20,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(97925,3,1637436600,2021,11,20,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(97926,3,1637438400,2021,11,20,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(97927,3,1637440200,2021,11,20,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(97928,3,1637442000,2021,11,20,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(97929,3,1637443800,2021,11,20,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(97930,3,1637445600,2021,11,20,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(97931,3,1637447400,2021,11,20,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(97932,3,1637496000,2021,11,21,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(97933,3,1637497800,2021,11,21,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(97934,3,1637499600,2021,11,21,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(97935,3,1637501400,2021,11,21,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(97936,3,1637503200,2021,11,21,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(97937,3,1637505000,2021,11,21,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(97938,3,1637506800,2021,11,21,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(97939,3,1637508600,2021,11,21,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(97940,3,1637582400,2021,11,22,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(97941,3,1637584200,2021,11,22,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(97942,3,1637586000,2021,11,22,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(97943,3,1637587800,2021,11,22,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(97944,3,1637589600,2021,11,22,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(97945,3,1637591400,2021,11,22,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(97946,3,1637607600,2021,11,22,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(97947,3,1637609400,2021,11,22,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(97948,3,1637611200,2021,11,22,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(97949,3,1637613000,2021,11,22,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(97950,3,1637614800,2021,11,22,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(97951,3,1637616600,2021,11,22,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(97952,3,1637618400,2021,11,22,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(97953,3,1637620200,2021,11,22,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(97954,3,1637668800,2021,11,23,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(97955,3,1637670600,2021,11,23,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(97956,3,1637672400,2021,11,23,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(97957,3,1637674200,2021,11,23,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(97958,3,1637676000,2021,11,23,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(97959,3,1637677800,2021,11,23,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(97960,3,1637679600,2021,11,23,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(97961,3,1637681400,2021,11,23,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(97962,3,1637694000,2021,11,23,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(97963,3,1637695800,2021,11,23,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(97964,3,1637697600,2021,11,23,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(97965,3,1637699400,2021,11,23,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(97966,3,1637701200,2021,11,23,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(97967,3,1637703000,2021,11,23,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(97968,3,1637704800,2021,11,23,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(97969,3,1637706600,2021,11,23,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(97970,3,1637755200,2021,11,24,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(97971,3,1637757000,2021,11,24,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(97972,3,1637758800,2021,11,24,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(97973,3,1637760600,2021,11,24,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(97974,3,1637762400,2021,11,24,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(97975,3,1637764200,2021,11,24,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(97976,3,1637766000,2021,11,24,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(97977,3,1637767800,2021,11,24,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(97978,3,1637780400,2021,11,24,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(97979,3,1637782200,2021,11,24,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(97980,3,1637784000,2021,11,24,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(97981,3,1637785800,2021,11,24,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(97982,3,1637787600,2021,11,24,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(97983,3,1637789400,2021,11,24,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(97984,3,1637791200,2021,11,24,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(97985,3,1637793000,2021,11,24,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(97986,3,1637841600,2021,11,25,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(97987,3,1637843400,2021,11,25,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(97988,3,1637845200,2021,11,25,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(97989,3,1637847000,2021,11,25,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(97990,3,1637848800,2021,11,25,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(97991,3,1637850600,2021,11,25,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(97992,3,1637852400,2021,11,25,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(97993,3,1637854200,2021,11,25,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(97994,3,1637866800,2021,11,25,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(97995,3,1637868600,2021,11,25,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(97996,3,1637870400,2021,11,25,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(97997,3,1637872200,2021,11,25,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(97998,3,1637874000,2021,11,25,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(97999,3,1637875800,2021,11,25,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98000,3,1637877600,2021,11,25,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98001,3,1637879400,2021,11,25,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98002,3,1637928000,2021,11,26,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98003,3,1637929800,2021,11,26,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98004,3,1637931600,2021,11,26,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98005,3,1637933400,2021,11,26,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98006,3,1637935200,2021,11,26,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98007,3,1637937000,2021,11,26,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98008,3,1637938800,2021,11,26,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98009,3,1637940600,2021,11,26,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98010,3,1637953200,2021,11,26,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98011,3,1637955000,2021,11,26,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98012,3,1637956800,2021,11,26,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98013,3,1637958600,2021,11,26,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98014,3,1637960400,2021,11,26,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98015,3,1637962200,2021,11,26,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98016,3,1637964000,2021,11,26,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98017,3,1637965800,2021,11,26,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98018,3,1638014400,2021,11,27,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98019,3,1638016200,2021,11,27,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98020,3,1638018000,2021,11,27,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98021,3,1638019800,2021,11,27,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98022,3,1638021600,2021,11,27,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98023,3,1638023400,2021,11,27,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98024,3,1638025200,2021,11,27,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98025,3,1638027000,2021,11,27,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98026,3,1638039600,2021,11,27,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98027,3,1638041400,2021,11,27,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98028,3,1638043200,2021,11,27,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98029,3,1638045000,2021,11,27,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98030,3,1638046800,2021,11,27,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98031,3,1638048600,2021,11,27,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98032,3,1638050400,2021,11,27,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98033,3,1638052200,2021,11,27,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98034,3,1638100800,2021,11,28,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98035,3,1638102600,2021,11,28,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98036,3,1638104400,2021,11,28,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98037,3,1638106200,2021,11,28,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98038,3,1638108000,2021,11,28,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98039,3,1638109800,2021,11,28,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98040,3,1638111600,2021,11,28,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98041,3,1638113400,2021,11,28,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98042,3,1638187200,2021,11,29,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98043,3,1638189000,2021,11,29,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98044,3,1638190800,2021,11,29,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98045,3,1638192600,2021,11,29,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98046,3,1638194400,2021,11,29,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98047,3,1638196200,2021,11,29,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98048,3,1638212400,2021,11,29,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98049,3,1638214200,2021,11,29,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98050,3,1638216000,2021,11,29,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98051,3,1638217800,2021,11,29,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98052,3,1638219600,2021,11,29,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98053,3,1638221400,2021,11,29,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98054,3,1638223200,2021,11,29,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98055,3,1638225000,2021,11,29,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98056,3,1638273600,2021,11,30,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98057,3,1638275400,2021,11,30,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98058,3,1638277200,2021,11,30,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98059,3,1638279000,2021,11,30,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98060,3,1638280800,2021,11,30,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98061,3,1638282600,2021,11,30,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98062,3,1638284400,2021,11,30,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98063,3,1638286200,2021,11,30,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98064,3,1638298800,2021,11,30,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98065,3,1638300600,2021,11,30,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98066,3,1638302400,2021,11,30,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98067,3,1638304200,2021,11,30,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98068,3,1638306000,2021,11,30,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98069,3,1638307800,2021,11,30,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98070,3,1638309600,2021,11,30,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98071,3,1638311400,2021,11,30,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98072,3,1638360000,2021,12,1,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98073,3,1638361800,2021,12,1,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98074,3,1638363600,2021,12,1,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98075,3,1638365400,2021,12,1,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98076,3,1638367200,2021,12,1,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98077,3,1638369000,2021,12,1,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98078,3,1638370800,2021,12,1,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98079,3,1638372600,2021,12,1,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98080,3,1638385200,2021,12,1,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98081,3,1638387000,2021,12,1,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98082,3,1638388800,2021,12,1,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98083,3,1638390600,2021,12,1,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98084,3,1638392400,2021,12,1,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98085,3,1638394200,2021,12,1,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98086,3,1638396000,2021,12,1,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98087,3,1638397800,2021,12,1,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98088,3,1638446400,2021,12,2,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98089,3,1638448200,2021,12,2,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98090,3,1638450000,2021,12,2,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98091,3,1638451800,2021,12,2,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98092,3,1638453600,2021,12,2,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98093,3,1638455400,2021,12,2,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98094,3,1638457200,2021,12,2,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98095,3,1638459000,2021,12,2,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98096,3,1638471600,2021,12,2,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98097,3,1638473400,2021,12,2,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98098,3,1638475200,2021,12,2,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98099,3,1638477000,2021,12,2,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98100,3,1638478800,2021,12,2,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98101,3,1638480600,2021,12,2,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98102,3,1638482400,2021,12,2,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98103,3,1638484200,2021,12,2,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98104,3,1638532800,2021,12,3,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98105,3,1638534600,2021,12,3,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98106,3,1638536400,2021,12,3,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98107,3,1638538200,2021,12,3,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98108,3,1638540000,2021,12,3,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98109,3,1638541800,2021,12,3,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98110,3,1638543600,2021,12,3,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98111,3,1638545400,2021,12,3,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98112,3,1638558000,2021,12,3,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98113,3,1638559800,2021,12,3,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98114,3,1638561600,2021,12,3,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98115,3,1638563400,2021,12,3,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98116,3,1638565200,2021,12,3,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98117,3,1638567000,2021,12,3,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98118,3,1638568800,2021,12,3,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98119,3,1638570600,2021,12,3,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98120,3,1638619200,2021,12,4,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98121,3,1638621000,2021,12,4,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98122,3,1638622800,2021,12,4,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98123,3,1638624600,2021,12,4,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98124,3,1638626400,2021,12,4,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98125,3,1638628200,2021,12,4,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98126,3,1638630000,2021,12,4,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98127,3,1638631800,2021,12,4,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98128,3,1638644400,2021,12,4,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98129,3,1638646200,2021,12,4,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98130,3,1638648000,2021,12,4,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98131,3,1638649800,2021,12,4,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98132,3,1638651600,2021,12,4,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98133,3,1638653400,2021,12,4,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98134,3,1638655200,2021,12,4,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98135,3,1638657000,2021,12,4,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98136,3,1638705600,2021,12,5,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98137,3,1638707400,2021,12,5,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98138,3,1638709200,2021,12,5,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98139,3,1638711000,2021,12,5,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98140,3,1638712800,2021,12,5,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98141,3,1638714600,2021,12,5,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98142,3,1638716400,2021,12,5,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98143,3,1638718200,2021,12,5,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98144,3,1638792000,2021,12,6,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98145,3,1638793800,2021,12,6,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98146,3,1638795600,2021,12,6,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98147,3,1638797400,2021,12,6,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98148,3,1638799200,2021,12,6,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98149,3,1638801000,2021,12,6,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98150,3,1638817200,2021,12,6,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98151,3,1638819000,2021,12,6,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98152,3,1638820800,2021,12,6,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98153,3,1638822600,2021,12,6,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98154,3,1638824400,2021,12,6,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98155,3,1638826200,2021,12,6,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98156,3,1638828000,2021,12,6,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98157,3,1638829800,2021,12,6,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98158,3,1638878400,2021,12,7,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98159,3,1638880200,2021,12,7,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98160,3,1638882000,2021,12,7,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98161,3,1638883800,2021,12,7,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98162,3,1638885600,2021,12,7,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98163,3,1638887400,2021,12,7,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98164,3,1638889200,2021,12,7,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98165,3,1638891000,2021,12,7,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98166,3,1638903600,2021,12,7,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98167,3,1638905400,2021,12,7,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98168,3,1638907200,2021,12,7,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98169,3,1638909000,2021,12,7,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98170,3,1638910800,2021,12,7,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98171,3,1638912600,2021,12,7,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98172,3,1638914400,2021,12,7,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98173,3,1638916200,2021,12,7,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98174,3,1638964800,2021,12,8,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98175,3,1638966600,2021,12,8,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98176,3,1638968400,2021,12,8,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98177,3,1638970200,2021,12,8,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98178,3,1638972000,2021,12,8,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98179,3,1638973800,2021,12,8,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98180,3,1638975600,2021,12,8,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98181,3,1638977400,2021,12,8,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98182,3,1638990000,2021,12,8,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98183,3,1638991800,2021,12,8,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98184,3,1638993600,2021,12,8,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98185,3,1638995400,2021,12,8,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98186,3,1638997200,2021,12,8,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98187,3,1638999000,2021,12,8,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98188,3,1639000800,2021,12,8,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98189,3,1639002600,2021,12,8,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98190,3,1639051200,2021,12,9,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98191,3,1639053000,2021,12,9,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98192,3,1639054800,2021,12,9,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98193,3,1639056600,2021,12,9,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98194,3,1639058400,2021,12,9,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98195,3,1639060200,2021,12,9,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98196,3,1639062000,2021,12,9,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98197,3,1639063800,2021,12,9,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98198,3,1639076400,2021,12,9,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98199,3,1639078200,2021,12,9,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98200,3,1639080000,2021,12,9,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98201,3,1639081800,2021,12,9,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98202,3,1639083600,2021,12,9,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98203,3,1639085400,2021,12,9,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98204,3,1639087200,2021,12,9,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98205,3,1639089000,2021,12,9,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98206,3,1639137600,2021,12,10,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98207,3,1639139400,2021,12,10,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98208,3,1639141200,2021,12,10,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98209,3,1639143000,2021,12,10,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98210,3,1639144800,2021,12,10,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98211,3,1639146600,2021,12,10,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98212,3,1639148400,2021,12,10,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98213,3,1639150200,2021,12,10,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98214,3,1639162800,2021,12,10,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98215,3,1639164600,2021,12,10,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98216,3,1639166400,2021,12,10,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98217,3,1639168200,2021,12,10,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98218,3,1639170000,2021,12,10,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98219,3,1639171800,2021,12,10,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98220,3,1639173600,2021,12,10,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98221,3,1639175400,2021,12,10,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98222,3,1639224000,2021,12,11,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98223,3,1639225800,2021,12,11,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98224,3,1639227600,2021,12,11,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98225,3,1639229400,2021,12,11,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98226,3,1639231200,2021,12,11,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98227,3,1639233000,2021,12,11,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98228,3,1639234800,2021,12,11,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98229,3,1639236600,2021,12,11,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98230,3,1639249200,2021,12,11,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98231,3,1639251000,2021,12,11,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98232,3,1639252800,2021,12,11,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98233,3,1639254600,2021,12,11,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98234,3,1639256400,2021,12,11,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98235,3,1639258200,2021,12,11,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98236,3,1639260000,2021,12,11,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98237,3,1639261800,2021,12,11,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98238,3,1639310400,2021,12,12,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98239,3,1639312200,2021,12,12,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98240,3,1639314000,2021,12,12,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98241,3,1639315800,2021,12,12,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98242,3,1639317600,2021,12,12,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98243,3,1639319400,2021,12,12,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98244,3,1639321200,2021,12,12,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98245,3,1639323000,2021,12,12,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98246,3,1639396800,2021,12,13,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98247,3,1639398600,2021,12,13,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98248,3,1639400400,2021,12,13,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98249,3,1639402200,2021,12,13,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98250,3,1639404000,2021,12,13,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98251,3,1639405800,2021,12,13,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98252,3,1639422000,2021,12,13,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98253,3,1639423800,2021,12,13,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98254,3,1639425600,2021,12,13,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98255,3,1639427400,2021,12,13,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98256,3,1639429200,2021,12,13,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98257,3,1639431000,2021,12,13,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98258,3,1639432800,2021,12,13,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98259,3,1639434600,2021,12,13,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98260,3,1639483200,2021,12,14,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98261,3,1639485000,2021,12,14,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98262,3,1639486800,2021,12,14,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98263,3,1639488600,2021,12,14,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98264,3,1639490400,2021,12,14,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98265,3,1639492200,2021,12,14,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98266,3,1639494000,2021,12,14,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98267,3,1639495800,2021,12,14,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98268,3,1639508400,2021,12,14,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98269,3,1639510200,2021,12,14,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98270,3,1639512000,2021,12,14,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98271,3,1639513800,2021,12,14,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98272,3,1639515600,2021,12,14,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98273,3,1639517400,2021,12,14,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98274,3,1639519200,2021,12,14,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98275,3,1639521000,2021,12,14,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98276,3,1639569600,2021,12,15,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98277,3,1639571400,2021,12,15,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98278,3,1639573200,2021,12,15,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98279,3,1639575000,2021,12,15,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98280,3,1639576800,2021,12,15,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98281,3,1639578600,2021,12,15,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98282,3,1639580400,2021,12,15,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98283,3,1639582200,2021,12,15,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98284,3,1639594800,2021,12,15,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98285,3,1639596600,2021,12,15,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98286,3,1639598400,2021,12,15,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98287,3,1639600200,2021,12,15,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98288,3,1639602000,2021,12,15,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98289,3,1639603800,2021,12,15,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98290,3,1639605600,2021,12,15,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98291,3,1639607400,2021,12,15,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98292,3,1639656000,2021,12,16,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98293,3,1639657800,2021,12,16,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98294,3,1639659600,2021,12,16,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98295,3,1639661400,2021,12,16,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98296,3,1639663200,2021,12,16,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98297,3,1639665000,2021,12,16,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98298,3,1639666800,2021,12,16,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98299,3,1639668600,2021,12,16,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98300,3,1639681200,2021,12,16,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98301,3,1639683000,2021,12,16,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98302,3,1639684800,2021,12,16,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98303,3,1639686600,2021,12,16,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98304,3,1639688400,2021,12,16,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98305,3,1639690200,2021,12,16,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98306,3,1639692000,2021,12,16,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98307,3,1639693800,2021,12,16,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98308,3,1639742400,2021,12,17,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98309,3,1639744200,2021,12,17,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98310,3,1639746000,2021,12,17,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98311,3,1639747800,2021,12,17,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98312,3,1639749600,2021,12,17,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98313,3,1639751400,2021,12,17,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98314,3,1639753200,2021,12,17,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98315,3,1639755000,2021,12,17,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98316,3,1639767600,2021,12,17,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98317,3,1639769400,2021,12,17,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98318,3,1639771200,2021,12,17,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98319,3,1639773000,2021,12,17,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98320,3,1639774800,2021,12,17,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98321,3,1639776600,2021,12,17,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98322,3,1639778400,2021,12,17,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98323,3,1639780200,2021,12,17,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98324,3,1639828800,2021,12,18,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98325,3,1639830600,2021,12,18,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98326,3,1639832400,2021,12,18,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98327,3,1639834200,2021,12,18,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98328,3,1639836000,2021,12,18,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98329,3,1639837800,2021,12,18,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98330,3,1639839600,2021,12,18,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98331,3,1639841400,2021,12,18,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98332,3,1639854000,2021,12,18,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98333,3,1639855800,2021,12,18,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98334,3,1639857600,2021,12,18,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98335,3,1639859400,2021,12,18,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98336,3,1639861200,2021,12,18,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98337,3,1639863000,2021,12,18,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98338,3,1639864800,2021,12,18,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98339,3,1639866600,2021,12,18,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98340,3,1639915200,2021,12,19,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98341,3,1639917000,2021,12,19,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98342,3,1639918800,2021,12,19,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98343,3,1639920600,2021,12,19,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98344,3,1639922400,2021,12,19,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98345,3,1639924200,2021,12,19,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98346,3,1639926000,2021,12,19,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98347,3,1639927800,2021,12,19,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98348,3,1640001600,2021,12,20,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98349,3,1640003400,2021,12,20,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98350,3,1640005200,2021,12,20,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98351,3,1640007000,2021,12,20,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98352,3,1640008800,2021,12,20,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98353,3,1640010600,2021,12,20,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98354,3,1640026800,2021,12,20,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98355,3,1640028600,2021,12,20,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98356,3,1640030400,2021,12,20,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98357,3,1640032200,2021,12,20,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98358,3,1640034000,2021,12,20,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98359,3,1640035800,2021,12,20,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98360,3,1640037600,2021,12,20,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98361,3,1640039400,2021,12,20,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98362,3,1640088000,2021,12,21,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98363,3,1640089800,2021,12,21,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98364,3,1640091600,2021,12,21,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98365,3,1640093400,2021,12,21,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98366,3,1640095200,2021,12,21,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98367,3,1640097000,2021,12,21,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98368,3,1640098800,2021,12,21,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98369,3,1640100600,2021,12,21,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98370,3,1640113200,2021,12,21,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98371,3,1640115000,2021,12,21,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98372,3,1640116800,2021,12,21,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98373,3,1640118600,2021,12,21,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98374,3,1640120400,2021,12,21,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98375,3,1640122200,2021,12,21,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98376,3,1640124000,2021,12,21,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98377,3,1640125800,2021,12,21,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98378,3,1640174400,2021,12,22,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98379,3,1640176200,2021,12,22,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98380,3,1640178000,2021,12,22,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98381,3,1640179800,2021,12,22,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98382,3,1640181600,2021,12,22,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98383,3,1640183400,2021,12,22,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98384,3,1640185200,2021,12,22,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98385,3,1640187000,2021,12,22,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98386,3,1640199600,2021,12,22,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98387,3,1640201400,2021,12,22,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98388,3,1640203200,2021,12,22,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98389,3,1640205000,2021,12,22,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98390,3,1640206800,2021,12,22,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98391,3,1640208600,2021,12,22,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98392,3,1640210400,2021,12,22,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98393,3,1640212200,2021,12,22,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98394,3,1640260800,2021,12,23,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98395,3,1640262600,2021,12,23,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98396,3,1640264400,2021,12,23,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98397,3,1640266200,2021,12,23,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98398,3,1640268000,2021,12,23,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98399,3,1640269800,2021,12,23,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98400,3,1640271600,2021,12,23,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98401,3,1640273400,2021,12,23,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98402,3,1640286000,2021,12,23,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98403,3,1640287800,2021,12,23,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98404,3,1640289600,2021,12,23,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98405,3,1640291400,2021,12,23,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98406,3,1640293200,2021,12,23,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98407,3,1640295000,2021,12,23,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98408,3,1640296800,2021,12,23,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98409,3,1640298600,2021,12,23,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98410,3,1640347200,2021,12,24,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98411,3,1640349000,2021,12,24,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98412,3,1640350800,2021,12,24,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98413,3,1640352600,2021,12,24,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98414,3,1640354400,2021,12,24,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98415,3,1640356200,2021,12,24,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98416,3,1640358000,2021,12,24,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98417,3,1640359800,2021,12,24,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98418,3,1640372400,2021,12,24,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98419,3,1640374200,2021,12,24,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98420,3,1640376000,2021,12,24,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98421,3,1640377800,2021,12,24,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98422,3,1640379600,2021,12,24,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98423,3,1640381400,2021,12,24,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98424,3,1640383200,2021,12,24,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98425,3,1640385000,2021,12,24,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98426,3,1640433600,2021,12,25,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98427,3,1640435400,2021,12,25,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98428,3,1640437200,2021,12,25,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98429,3,1640439000,2021,12,25,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98430,3,1640440800,2021,12,25,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98431,3,1640442600,2021,12,25,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98432,3,1640444400,2021,12,25,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98433,3,1640446200,2021,12,25,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98434,3,1640458800,2021,12,25,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98435,3,1640460600,2021,12,25,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98436,3,1640462400,2021,12,25,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98437,3,1640464200,2021,12,25,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98438,3,1640466000,2021,12,25,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98439,3,1640467800,2021,12,25,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98440,3,1640469600,2021,12,25,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98441,3,1640471400,2021,12,25,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98442,3,1640520000,2021,12,26,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98443,3,1640521800,2021,12,26,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98444,3,1640523600,2021,12,26,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98445,3,1640525400,2021,12,26,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98446,3,1640527200,2021,12,26,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98447,3,1640529000,2021,12,26,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98448,3,1640530800,2021,12,26,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98449,3,1640532600,2021,12,26,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98450,3,1640606400,2021,12,27,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98451,3,1640608200,2021,12,27,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98452,3,1640610000,2021,12,27,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98453,3,1640611800,2021,12,27,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98454,3,1640613600,2021,12,27,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98455,3,1640615400,2021,12,27,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98456,3,1640631600,2021,12,27,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98457,3,1640633400,2021,12,27,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98458,3,1640635200,2021,12,27,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98459,3,1640637000,2021,12,27,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98460,3,1640638800,2021,12,27,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98461,3,1640640600,2021,12,27,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98462,3,1640642400,2021,12,27,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98463,3,1640644200,2021,12,27,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98464,3,1640692800,2021,12,28,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98465,3,1640694600,2021,12,28,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98466,3,1640696400,2021,12,28,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98467,3,1640698200,2021,12,28,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98468,3,1640700000,2021,12,28,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98469,3,1640701800,2021,12,28,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98470,3,1640703600,2021,12,28,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98471,3,1640705400,2021,12,28,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98472,3,1640718000,2021,12,28,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98473,3,1640719800,2021,12,28,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98474,3,1640721600,2021,12,28,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98475,3,1640723400,2021,12,28,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98476,3,1640725200,2021,12,28,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98477,3,1640727000,2021,12,28,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98478,3,1640728800,2021,12,28,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98479,3,1640730600,2021,12,28,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98480,3,1640779200,2021,12,29,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98481,3,1640781000,2021,12,29,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98482,3,1640782800,2021,12,29,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98483,3,1640784600,2021,12,29,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98484,3,1640786400,2021,12,29,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98485,3,1640788200,2021,12,29,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98486,3,1640790000,2021,12,29,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98487,3,1640791800,2021,12,29,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98488,3,1640804400,2021,12,29,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98489,3,1640806200,2021,12,29,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98490,3,1640808000,2021,12,29,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98491,3,1640809800,2021,12,29,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98492,3,1640811600,2021,12,29,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98493,3,1640813400,2021,12,29,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98494,3,1640815200,2021,12,29,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98495,3,1640817000,2021,12,29,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98496,3,1640865600,2021,12,30,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98497,3,1640867400,2021,12,30,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98498,3,1640869200,2021,12,30,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98499,3,1640871000,2021,12,30,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98500,3,1640872800,2021,12,30,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98501,3,1640874600,2021,12,30,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98502,3,1640876400,2021,12,30,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98503,3,1640878200,2021,12,30,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98504,3,1640890800,2021,12,30,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98505,3,1640892600,2021,12,30,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98506,3,1640894400,2021,12,30,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98507,3,1640896200,2021,12,30,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98508,3,1640898000,2021,12,30,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98509,3,1640899800,2021,12,30,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98510,3,1640901600,2021,12,30,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98511,3,1640903400,2021,12,30,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98512,3,1640952000,2021,12,31,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98513,3,1640953800,2021,12,31,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98514,3,1640955600,2021,12,31,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98515,3,1640957400,2021,12,31,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98516,3,1640959200,2021,12,31,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98517,3,1640961000,2021,12,31,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98518,3,1640962800,2021,12,31,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98519,3,1640964600,2021,12,31,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98520,3,1640977200,2021,12,31,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98521,3,1640979000,2021,12,31,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98522,3,1640980800,2021,12,31,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98523,3,1640982600,2021,12,31,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98524,3,1640984400,2021,12,31,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98525,3,1640986200,2021,12,31,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98526,3,1640988000,2021,12,31,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98527,3,1640989800,2021,12,31,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98528,3,1641038400,2022,1,1,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98529,3,1641040200,2022,1,1,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98530,3,1641042000,2022,1,1,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98531,3,1641043800,2022,1,1,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98532,3,1641045600,2022,1,1,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98533,3,1641047400,2022,1,1,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98534,3,1641049200,2022,1,1,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98535,3,1641051000,2022,1,1,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98536,3,1641063600,2022,1,1,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98537,3,1641065400,2022,1,1,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98538,3,1641067200,2022,1,1,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98539,3,1641069000,2022,1,1,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98540,3,1641070800,2022,1,1,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98541,3,1641072600,2022,1,1,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98542,3,1641074400,2022,1,1,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98543,3,1641076200,2022,1,1,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98544,3,1641124800,2022,1,2,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98545,3,1641126600,2022,1,2,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98546,3,1641128400,2022,1,2,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98547,3,1641130200,2022,1,2,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98548,3,1641132000,2022,1,2,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98549,3,1641133800,2022,1,2,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98550,3,1641135600,2022,1,2,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98551,3,1641137400,2022,1,2,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98552,3,1641211200,2022,1,3,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98553,3,1641213000,2022,1,3,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98554,3,1641214800,2022,1,3,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98555,3,1641216600,2022,1,3,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98556,3,1641218400,2022,1,3,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98557,3,1641220200,2022,1,3,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98558,3,1641236400,2022,1,3,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98559,3,1641238200,2022,1,3,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98560,3,1641240000,2022,1,3,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98561,3,1641241800,2022,1,3,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98562,3,1641243600,2022,1,3,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98563,3,1641245400,2022,1,3,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98564,3,1641247200,2022,1,3,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98565,3,1641249000,2022,1,3,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98566,3,1641297600,2022,1,4,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98567,3,1641299400,2022,1,4,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98568,3,1641301200,2022,1,4,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98569,3,1641303000,2022,1,4,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98570,3,1641304800,2022,1,4,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98571,3,1641306600,2022,1,4,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98572,3,1641308400,2022,1,4,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98573,3,1641310200,2022,1,4,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98574,3,1641322800,2022,1,4,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98575,3,1641324600,2022,1,4,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98576,3,1641326400,2022,1,4,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98577,3,1641328200,2022,1,4,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98578,3,1641330000,2022,1,4,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98579,3,1641331800,2022,1,4,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98580,3,1641333600,2022,1,4,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98581,3,1641335400,2022,1,4,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98582,3,1641384000,2022,1,5,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98583,3,1641385800,2022,1,5,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98584,3,1641387600,2022,1,5,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98585,3,1641389400,2022,1,5,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98586,3,1641391200,2022,1,5,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98587,3,1641393000,2022,1,5,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98588,3,1641394800,2022,1,5,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98589,3,1641396600,2022,1,5,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98590,3,1641409200,2022,1,5,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98591,3,1641411000,2022,1,5,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98592,3,1641412800,2022,1,5,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98593,3,1641414600,2022,1,5,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98594,3,1641416400,2022,1,5,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98595,3,1641418200,2022,1,5,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98596,3,1641420000,2022,1,5,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98597,3,1641421800,2022,1,5,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98598,3,1641470400,2022,1,6,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98599,3,1641472200,2022,1,6,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98600,3,1641474000,2022,1,6,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98601,3,1641475800,2022,1,6,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98602,3,1641477600,2022,1,6,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98603,3,1641479400,2022,1,6,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98604,3,1641481200,2022,1,6,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98605,3,1641483000,2022,1,6,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98606,3,1641495600,2022,1,6,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98607,3,1641497400,2022,1,6,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98608,3,1641499200,2022,1,6,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98609,3,1641501000,2022,1,6,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98610,3,1641502800,2022,1,6,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98611,3,1641504600,2022,1,6,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98612,3,1641506400,2022,1,6,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98613,3,1641508200,2022,1,6,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98614,3,1641556800,2022,1,7,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98615,3,1641558600,2022,1,7,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98616,3,1641560400,2022,1,7,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98617,3,1641562200,2022,1,7,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98618,3,1641564000,2022,1,7,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98619,3,1641565800,2022,1,7,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98620,3,1641567600,2022,1,7,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98621,3,1641569400,2022,1,7,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98622,3,1641582000,2022,1,7,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98623,3,1641583800,2022,1,7,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98624,3,1641585600,2022,1,7,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98625,3,1641587400,2022,1,7,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98626,3,1641589200,2022,1,7,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98627,3,1641591000,2022,1,7,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98628,3,1641592800,2022,1,7,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98629,3,1641594600,2022,1,7,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98630,3,1641643200,2022,1,8,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98631,3,1641645000,2022,1,8,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98632,3,1641646800,2022,1,8,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98633,3,1641648600,2022,1,8,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98634,3,1641650400,2022,1,8,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98635,3,1641652200,2022,1,8,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98636,3,1641654000,2022,1,8,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98637,3,1641655800,2022,1,8,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98638,3,1641668400,2022,1,8,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98639,3,1641670200,2022,1,8,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98640,3,1641672000,2022,1,8,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98641,3,1641673800,2022,1,8,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98642,3,1641675600,2022,1,8,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98643,3,1641677400,2022,1,8,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98644,3,1641679200,2022,1,8,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98645,3,1641681000,2022,1,8,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98646,3,1641729600,2022,1,9,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98647,3,1641731400,2022,1,9,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98648,3,1641733200,2022,1,9,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98649,3,1641735000,2022,1,9,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98650,3,1641736800,2022,1,9,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98651,3,1641738600,2022,1,9,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98652,3,1641740400,2022,1,9,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98653,3,1641742200,2022,1,9,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98654,3,1641816000,2022,1,10,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98655,3,1641817800,2022,1,10,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98656,3,1641819600,2022,1,10,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98657,3,1641821400,2022,1,10,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98658,3,1641823200,2022,1,10,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98659,3,1641825000,2022,1,10,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98660,3,1641841200,2022,1,10,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98661,3,1641843000,2022,1,10,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98662,3,1641844800,2022,1,10,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98663,3,1641846600,2022,1,10,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98664,3,1641848400,2022,1,10,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98665,3,1641850200,2022,1,10,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98666,3,1641852000,2022,1,10,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98667,3,1641853800,2022,1,10,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98668,3,1641902400,2022,1,11,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98669,3,1641904200,2022,1,11,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98670,3,1641906000,2022,1,11,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98671,3,1641907800,2022,1,11,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98672,3,1641909600,2022,1,11,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98673,3,1641911400,2022,1,11,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98674,3,1641913200,2022,1,11,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98675,3,1641915000,2022,1,11,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98676,3,1641927600,2022,1,11,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98677,3,1641929400,2022,1,11,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98678,3,1641931200,2022,1,11,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98679,3,1641933000,2022,1,11,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98680,3,1641934800,2022,1,11,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98681,3,1641936600,2022,1,11,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98682,3,1641938400,2022,1,11,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98683,3,1641940200,2022,1,11,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98684,3,1641988800,2022,1,12,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98685,3,1641990600,2022,1,12,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98686,3,1641992400,2022,1,12,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98687,3,1641994200,2022,1,12,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98688,3,1641996000,2022,1,12,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98689,3,1641997800,2022,1,12,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98690,3,1641999600,2022,1,12,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98691,3,1642001400,2022,1,12,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98692,3,1642014000,2022,1,12,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98693,3,1642015800,2022,1,12,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98694,3,1642017600,2022,1,12,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98695,3,1642019400,2022,1,12,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98696,3,1642021200,2022,1,12,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98697,3,1642023000,2022,1,12,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98698,3,1642024800,2022,1,12,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98699,3,1642026600,2022,1,12,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98700,3,1642075200,2022,1,13,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98701,3,1642077000,2022,1,13,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98702,3,1642078800,2022,1,13,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98703,3,1642080600,2022,1,13,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98704,3,1642082400,2022,1,13,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98705,3,1642084200,2022,1,13,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98706,3,1642086000,2022,1,13,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98707,3,1642087800,2022,1,13,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98708,3,1642100400,2022,1,13,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98709,3,1642102200,2022,1,13,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98710,3,1642104000,2022,1,13,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98711,3,1642105800,2022,1,13,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98712,3,1642107600,2022,1,13,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98713,3,1642109400,2022,1,13,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98714,3,1642111200,2022,1,13,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98715,3,1642113000,2022,1,13,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98716,3,1642161600,2022,1,14,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98717,3,1642163400,2022,1,14,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98718,3,1642165200,2022,1,14,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98719,3,1642167000,2022,1,14,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98720,3,1642168800,2022,1,14,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98721,3,1642170600,2022,1,14,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98722,3,1642172400,2022,1,14,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98723,3,1642174200,2022,1,14,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98724,3,1642186800,2022,1,14,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98725,3,1642188600,2022,1,14,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98726,3,1642190400,2022,1,14,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98727,3,1642192200,2022,1,14,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98728,3,1642194000,2022,1,14,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98729,3,1642195800,2022,1,14,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98730,3,1642197600,2022,1,14,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98731,3,1642199400,2022,1,14,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98732,3,1642248000,2022,1,15,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98733,3,1642249800,2022,1,15,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98734,3,1642251600,2022,1,15,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98735,3,1642253400,2022,1,15,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98736,3,1642255200,2022,1,15,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98737,3,1642257000,2022,1,15,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98738,3,1642258800,2022,1,15,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98739,3,1642260600,2022,1,15,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98740,3,1642273200,2022,1,15,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98741,3,1642275000,2022,1,15,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98742,3,1642276800,2022,1,15,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98743,3,1642278600,2022,1,15,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98744,3,1642280400,2022,1,15,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98745,3,1642282200,2022,1,15,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98746,3,1642284000,2022,1,15,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98747,3,1642285800,2022,1,15,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98748,3,1642334400,2022,1,16,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98749,3,1642336200,2022,1,16,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98750,3,1642338000,2022,1,16,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98751,3,1642339800,2022,1,16,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98752,3,1642341600,2022,1,16,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98753,3,1642343400,2022,1,16,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98754,3,1642345200,2022,1,16,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98755,3,1642347000,2022,1,16,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98756,3,1642420800,2022,1,17,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98757,3,1642422600,2022,1,17,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98758,3,1642424400,2022,1,17,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98759,3,1642426200,2022,1,17,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98760,3,1642428000,2022,1,17,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98761,3,1642429800,2022,1,17,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98762,3,1642446000,2022,1,17,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98763,3,1642447800,2022,1,17,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98764,3,1642449600,2022,1,17,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98765,3,1642451400,2022,1,17,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98766,3,1642453200,2022,1,17,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98767,3,1642455000,2022,1,17,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98768,3,1642456800,2022,1,17,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98769,3,1642458600,2022,1,17,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98770,3,1642507200,2022,1,18,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98771,3,1642509000,2022,1,18,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98772,3,1642510800,2022,1,18,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98773,3,1642512600,2022,1,18,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98774,3,1642514400,2022,1,18,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98775,3,1642516200,2022,1,18,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98776,3,1642518000,2022,1,18,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98777,3,1642519800,2022,1,18,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98778,3,1642532400,2022,1,18,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98779,3,1642534200,2022,1,18,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98780,3,1642536000,2022,1,18,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98781,3,1642537800,2022,1,18,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98782,3,1642539600,2022,1,18,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98783,3,1642541400,2022,1,18,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98784,3,1642543200,2022,1,18,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98785,3,1642545000,2022,1,18,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98786,3,1642593600,2022,1,19,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98787,3,1642595400,2022,1,19,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98788,3,1642597200,2022,1,19,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98789,3,1642599000,2022,1,19,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98790,3,1642600800,2022,1,19,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98791,3,1642602600,2022,1,19,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98792,3,1642604400,2022,1,19,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98793,3,1642606200,2022,1,19,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98794,3,1642618800,2022,1,19,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98795,3,1642620600,2022,1,19,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98796,3,1642622400,2022,1,19,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98797,3,1642624200,2022,1,19,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98798,3,1642626000,2022,1,19,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98799,3,1642627800,2022,1,19,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98800,3,1642629600,2022,1,19,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98801,3,1642631400,2022,1,19,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98802,3,1642680000,2022,1,20,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98803,3,1642681800,2022,1,20,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98804,3,1642683600,2022,1,20,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98805,3,1642685400,2022,1,20,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98806,3,1642687200,2022,1,20,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98807,3,1642689000,2022,1,20,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98808,3,1642690800,2022,1,20,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98809,3,1642692600,2022,1,20,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98810,3,1642705200,2022,1,20,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98811,3,1642707000,2022,1,20,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98812,3,1642708800,2022,1,20,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98813,3,1642710600,2022,1,20,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98814,3,1642712400,2022,1,20,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98815,3,1642714200,2022,1,20,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98816,3,1642716000,2022,1,20,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98817,3,1642717800,2022,1,20,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98818,3,1642766400,2022,1,21,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98819,3,1642768200,2022,1,21,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98820,3,1642770000,2022,1,21,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98821,3,1642771800,2022,1,21,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98822,3,1642773600,2022,1,21,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98823,3,1642775400,2022,1,21,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98824,3,1642777200,2022,1,21,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98825,3,1642779000,2022,1,21,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98826,3,1642791600,2022,1,21,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98827,3,1642793400,2022,1,21,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98828,3,1642795200,2022,1,21,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98829,3,1642797000,2022,1,21,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98830,3,1642798800,2022,1,21,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98831,3,1642800600,2022,1,21,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98832,3,1642802400,2022,1,21,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98833,3,1642804200,2022,1,21,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98834,3,1642852800,2022,1,22,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98835,3,1642854600,2022,1,22,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98836,3,1642856400,2022,1,22,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98837,3,1642858200,2022,1,22,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98838,3,1642860000,2022,1,22,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98839,3,1642861800,2022,1,22,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98840,3,1642863600,2022,1,22,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98841,3,1642865400,2022,1,22,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98842,3,1642878000,2022,1,22,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98843,3,1642879800,2022,1,22,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98844,3,1642881600,2022,1,22,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98845,3,1642883400,2022,1,22,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98846,3,1642885200,2022,1,22,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98847,3,1642887000,2022,1,22,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98848,3,1642888800,2022,1,22,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98849,3,1642890600,2022,1,22,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98850,3,1642939200,2022,1,23,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98851,3,1642941000,2022,1,23,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98852,3,1642942800,2022,1,23,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98853,3,1642944600,2022,1,23,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98854,3,1642946400,2022,1,23,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98855,3,1642948200,2022,1,23,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98856,3,1642950000,2022,1,23,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98857,3,1642951800,2022,1,23,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98858,3,1643025600,2022,1,24,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98859,3,1643027400,2022,1,24,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98860,3,1643029200,2022,1,24,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98861,3,1643031000,2022,1,24,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98862,3,1643032800,2022,1,24,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98863,3,1643034600,2022,1,24,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98864,3,1643050800,2022,1,24,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98865,3,1643052600,2022,1,24,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98866,3,1643054400,2022,1,24,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98867,3,1643056200,2022,1,24,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98868,3,1643058000,2022,1,24,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98869,3,1643059800,2022,1,24,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98870,3,1643061600,2022,1,24,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98871,3,1643063400,2022,1,24,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98872,3,1643112000,2022,1,25,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98873,3,1643113800,2022,1,25,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98874,3,1643115600,2022,1,25,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98875,3,1643117400,2022,1,25,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98876,3,1643119200,2022,1,25,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98877,3,1643121000,2022,1,25,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98878,3,1643122800,2022,1,25,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98879,3,1643124600,2022,1,25,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98880,3,1643137200,2022,1,25,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98881,3,1643139000,2022,1,25,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98882,3,1643140800,2022,1,25,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98883,3,1643142600,2022,1,25,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98884,3,1643144400,2022,1,25,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98885,3,1643146200,2022,1,25,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98886,3,1643148000,2022,1,25,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98887,3,1643149800,2022,1,25,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98888,3,1643198400,2022,1,26,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98889,3,1643200200,2022,1,26,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98890,3,1643202000,2022,1,26,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98891,3,1643203800,2022,1,26,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98892,3,1643205600,2022,1,26,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98893,3,1643207400,2022,1,26,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98894,3,1643209200,2022,1,26,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98895,3,1643211000,2022,1,26,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98896,3,1643223600,2022,1,26,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98897,3,1643225400,2022,1,26,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(98898,3,1643227200,2022,1,26,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(98899,3,1643229000,2022,1,26,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(98900,3,1643230800,2022,1,26,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(98901,3,1643232600,2022,1,26,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(98902,3,1643234400,2022,1,26,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(98903,3,1643236200,2022,1,26,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(98904,3,1643284800,2022,1,27,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(98905,3,1643286600,2022,1,27,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(98906,3,1643288400,2022,1,27,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(98907,3,1643290200,2022,1,27,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(98908,3,1643292000,2022,1,27,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(98909,3,1643293800,2022,1,27,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(98910,3,1643295600,2022,1,27,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(98911,3,1643297400,2022,1,27,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(98912,3,1643310000,2022,1,27,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(98913,3,1643311800,2022,1,27,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(98914,3,1643313600,2022,1,27,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(98915,3,1643315400,2022,1,27,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(98916,3,1643317200,2022,1,27,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(98917,3,1643319000,2022,1,27,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(98918,3,1643320800,2022,1,27,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(98919,3,1643322600,2022,1,27,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(98920,3,1643371200,2022,1,28,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(98921,3,1643373000,2022,1,28,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(98922,3,1643374800,2022,1,28,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(98923,3,1643376600,2022,1,28,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(98924,3,1643378400,2022,1,28,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(98925,3,1643380200,2022,1,28,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(98926,3,1643382000,2022,1,28,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(98927,3,1643383800,2022,1,28,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(98928,3,1643396400,2022,1,28,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(98929,3,1643398200,2022,1,28,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(98930,3,1643400000,2022,1,28,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(98931,3,1643401800,2022,1,28,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(98932,3,1643403600,2022,1,28,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(98933,3,1643405400,2022,1,28,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(98934,3,1643407200,2022,1,28,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(98935,3,1643409000,2022,1,28,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(98936,3,1643457600,2022,1,29,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(98937,3,1643459400,2022,1,29,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(98938,3,1643461200,2022,1,29,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(98939,3,1643463000,2022,1,29,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(98940,3,1643464800,2022,1,29,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(98941,3,1643466600,2022,1,29,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(98942,3,1643468400,2022,1,29,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(98943,3,1643470200,2022,1,29,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(98944,3,1643482800,2022,1,29,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(98945,3,1643484600,2022,1,29,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(98946,3,1643486400,2022,1,29,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(98947,3,1643488200,2022,1,29,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(98948,3,1643490000,2022,1,29,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(98949,3,1643491800,2022,1,29,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(98950,3,1643493600,2022,1,29,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(98951,3,1643495400,2022,1,29,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(98952,3,1643544000,2022,1,30,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(98953,3,1643545800,2022,1,30,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(98954,3,1643547600,2022,1,30,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(98955,3,1643549400,2022,1,30,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(98956,3,1643551200,2022,1,30,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(98957,3,1643553000,2022,1,30,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(98958,3,1643554800,2022,1,30,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(98959,3,1643556600,2022,1,30,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(98960,3,1643630400,2022,1,31,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(98961,3,1643632200,2022,1,31,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(98962,3,1643634000,2022,1,31,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(98963,3,1643635800,2022,1,31,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(98964,3,1643637600,2022,1,31,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(98965,3,1643639400,2022,1,31,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(98966,3,1643655600,2022,1,31,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(98967,3,1643657400,2022,1,31,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(98968,3,1643659200,2022,1,31,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(98969,3,1643661000,2022,1,31,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(98970,3,1643662800,2022,1,31,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(98971,3,1643664600,2022,1,31,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(98972,3,1643666400,2022,1,31,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(98973,3,1643668200,2022,1,31,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(98974,3,1643716800,2022,2,1,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(98975,3,1643718600,2022,2,1,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(98976,3,1643720400,2022,2,1,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(98977,3,1643722200,2022,2,1,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(98978,3,1643724000,2022,2,1,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(98979,3,1643725800,2022,2,1,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(98980,3,1643727600,2022,2,1,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(98981,3,1643729400,2022,2,1,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(98982,3,1643742000,2022,2,1,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(98983,3,1643743800,2022,2,1,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(98984,3,1643745600,2022,2,1,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(98985,3,1643747400,2022,2,1,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(98986,3,1643749200,2022,2,1,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(98987,3,1643751000,2022,2,1,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(98988,3,1643752800,2022,2,1,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(98989,3,1643754600,2022,2,1,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(98990,3,1643803200,2022,2,2,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(98991,3,1643805000,2022,2,2,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(98992,3,1643806800,2022,2,2,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(98993,3,1643808600,2022,2,2,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(98994,3,1643810400,2022,2,2,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(98995,3,1643812200,2022,2,2,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(98996,3,1643814000,2022,2,2,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(98997,3,1643815800,2022,2,2,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(98998,3,1643828400,2022,2,2,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(98999,3,1643830200,2022,2,2,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99000,3,1643832000,2022,2,2,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99001,3,1643833800,2022,2,2,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99002,3,1643835600,2022,2,2,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99003,3,1643837400,2022,2,2,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99004,3,1643839200,2022,2,2,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99005,3,1643841000,2022,2,2,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99006,3,1643889600,2022,2,3,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99007,3,1643891400,2022,2,3,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99008,3,1643893200,2022,2,3,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99009,3,1643895000,2022,2,3,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99010,3,1643896800,2022,2,3,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99011,3,1643898600,2022,2,3,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99012,3,1643900400,2022,2,3,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99013,3,1643902200,2022,2,3,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99014,3,1643914800,2022,2,3,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99015,3,1643916600,2022,2,3,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99016,3,1643918400,2022,2,3,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99017,3,1643920200,2022,2,3,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99018,3,1643922000,2022,2,3,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99019,3,1643923800,2022,2,3,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99020,3,1643925600,2022,2,3,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99021,3,1643927400,2022,2,3,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99022,3,1643976000,2022,2,4,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99023,3,1643977800,2022,2,4,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99024,3,1643979600,2022,2,4,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99025,3,1643981400,2022,2,4,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99026,3,1643983200,2022,2,4,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99027,3,1643985000,2022,2,4,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99028,3,1643986800,2022,2,4,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99029,3,1643988600,2022,2,4,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99030,3,1644001200,2022,2,4,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99031,3,1644003000,2022,2,4,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99032,3,1644004800,2022,2,4,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99033,3,1644006600,2022,2,4,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99034,3,1644008400,2022,2,4,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99035,3,1644010200,2022,2,4,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99036,3,1644012000,2022,2,4,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99037,3,1644013800,2022,2,4,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99038,3,1644062400,2022,2,5,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99039,3,1644064200,2022,2,5,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99040,3,1644066000,2022,2,5,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99041,3,1644067800,2022,2,5,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99042,3,1644069600,2022,2,5,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99043,3,1644071400,2022,2,5,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99044,3,1644073200,2022,2,5,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99045,3,1644075000,2022,2,5,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99046,3,1644087600,2022,2,5,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99047,3,1644089400,2022,2,5,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99048,3,1644091200,2022,2,5,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99049,3,1644093000,2022,2,5,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99050,3,1644094800,2022,2,5,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99051,3,1644096600,2022,2,5,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99052,3,1644098400,2022,2,5,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99053,3,1644100200,2022,2,5,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99054,3,1644148800,2022,2,6,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99055,3,1644150600,2022,2,6,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99056,3,1644152400,2022,2,6,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99057,3,1644154200,2022,2,6,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99058,3,1644156000,2022,2,6,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99059,3,1644157800,2022,2,6,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99060,3,1644159600,2022,2,6,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99061,3,1644161400,2022,2,6,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99062,3,1644235200,2022,2,7,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99063,3,1644237000,2022,2,7,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99064,3,1644238800,2022,2,7,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99065,3,1644240600,2022,2,7,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99066,3,1644242400,2022,2,7,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99067,3,1644244200,2022,2,7,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99068,3,1644260400,2022,2,7,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99069,3,1644262200,2022,2,7,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99070,3,1644264000,2022,2,7,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99071,3,1644265800,2022,2,7,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99072,3,1644267600,2022,2,7,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99073,3,1644269400,2022,2,7,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99074,3,1644271200,2022,2,7,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99075,3,1644273000,2022,2,7,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99076,3,1644321600,2022,2,8,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99077,3,1644323400,2022,2,8,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99078,3,1644325200,2022,2,8,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99079,3,1644327000,2022,2,8,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99080,3,1644328800,2022,2,8,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99081,3,1644330600,2022,2,8,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99082,3,1644332400,2022,2,8,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99083,3,1644334200,2022,2,8,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99084,3,1644346800,2022,2,8,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99085,3,1644348600,2022,2,8,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99086,3,1644350400,2022,2,8,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99087,3,1644352200,2022,2,8,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99088,3,1644354000,2022,2,8,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99089,3,1644355800,2022,2,8,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99090,3,1644357600,2022,2,8,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99091,3,1644359400,2022,2,8,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99092,3,1644408000,2022,2,9,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99093,3,1644409800,2022,2,9,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99094,3,1644411600,2022,2,9,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99095,3,1644413400,2022,2,9,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99096,3,1644415200,2022,2,9,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99097,3,1644417000,2022,2,9,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99098,3,1644418800,2022,2,9,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99099,3,1644420600,2022,2,9,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99100,3,1644433200,2022,2,9,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99101,3,1644435000,2022,2,9,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99102,3,1644436800,2022,2,9,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99103,3,1644438600,2022,2,9,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99104,3,1644440400,2022,2,9,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99105,3,1644442200,2022,2,9,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99106,3,1644444000,2022,2,9,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99107,3,1644445800,2022,2,9,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99108,3,1644494400,2022,2,10,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99109,3,1644496200,2022,2,10,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99110,3,1644498000,2022,2,10,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99111,3,1644499800,2022,2,10,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99112,3,1644501600,2022,2,10,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99113,3,1644503400,2022,2,10,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99114,3,1644505200,2022,2,10,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99115,3,1644507000,2022,2,10,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99116,3,1644519600,2022,2,10,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99117,3,1644521400,2022,2,10,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99118,3,1644523200,2022,2,10,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99119,3,1644525000,2022,2,10,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99120,3,1644526800,2022,2,10,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99121,3,1644528600,2022,2,10,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99122,3,1644530400,2022,2,10,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99123,3,1644532200,2022,2,10,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99124,3,1644580800,2022,2,11,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99125,3,1644582600,2022,2,11,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99126,3,1644584400,2022,2,11,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99127,3,1644586200,2022,2,11,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99128,3,1644588000,2022,2,11,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99129,3,1644589800,2022,2,11,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99130,3,1644591600,2022,2,11,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99131,3,1644593400,2022,2,11,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99132,3,1644606000,2022,2,11,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99133,3,1644607800,2022,2,11,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99134,3,1644609600,2022,2,11,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99135,3,1644611400,2022,2,11,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99136,3,1644613200,2022,2,11,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99137,3,1644615000,2022,2,11,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99138,3,1644616800,2022,2,11,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99139,3,1644618600,2022,2,11,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99140,3,1644667200,2022,2,12,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99141,3,1644669000,2022,2,12,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99142,3,1644670800,2022,2,12,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99143,3,1644672600,2022,2,12,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99144,3,1644674400,2022,2,12,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99145,3,1644676200,2022,2,12,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99146,3,1644678000,2022,2,12,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99147,3,1644679800,2022,2,12,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99148,3,1644692400,2022,2,12,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99149,3,1644694200,2022,2,12,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99150,3,1644696000,2022,2,12,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99151,3,1644697800,2022,2,12,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99152,3,1644699600,2022,2,12,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99153,3,1644701400,2022,2,12,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99154,3,1644703200,2022,2,12,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99155,3,1644705000,2022,2,12,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99156,3,1644753600,2022,2,13,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99157,3,1644755400,2022,2,13,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99158,3,1644757200,2022,2,13,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99159,3,1644759000,2022,2,13,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99160,3,1644760800,2022,2,13,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99161,3,1644762600,2022,2,13,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99162,3,1644764400,2022,2,13,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99163,3,1644766200,2022,2,13,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99164,3,1644840000,2022,2,14,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99165,3,1644841800,2022,2,14,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99166,3,1644843600,2022,2,14,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99167,3,1644845400,2022,2,14,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99168,3,1644847200,2022,2,14,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99169,3,1644849000,2022,2,14,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99170,3,1644865200,2022,2,14,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99171,3,1644867000,2022,2,14,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99172,3,1644868800,2022,2,14,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99173,3,1644870600,2022,2,14,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99174,3,1644872400,2022,2,14,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99175,3,1644874200,2022,2,14,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99176,3,1644876000,2022,2,14,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99177,3,1644877800,2022,2,14,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99178,3,1644926400,2022,2,15,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99179,3,1644928200,2022,2,15,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99180,3,1644930000,2022,2,15,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99181,3,1644931800,2022,2,15,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99182,3,1644933600,2022,2,15,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99183,3,1644935400,2022,2,15,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99184,3,1644937200,2022,2,15,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99185,3,1644939000,2022,2,15,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99186,3,1644951600,2022,2,15,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99187,3,1644953400,2022,2,15,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99188,3,1644955200,2022,2,15,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99189,3,1644957000,2022,2,15,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99190,3,1644958800,2022,2,15,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99191,3,1644960600,2022,2,15,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99192,3,1644962400,2022,2,15,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99193,3,1644964200,2022,2,15,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99194,3,1645012800,2022,2,16,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99195,3,1645014600,2022,2,16,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99196,3,1645016400,2022,2,16,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99197,3,1645018200,2022,2,16,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99198,3,1645020000,2022,2,16,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99199,3,1645021800,2022,2,16,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99200,3,1645023600,2022,2,16,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99201,3,1645025400,2022,2,16,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99202,3,1645038000,2022,2,16,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99203,3,1645039800,2022,2,16,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99204,3,1645041600,2022,2,16,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99205,3,1645043400,2022,2,16,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99206,3,1645045200,2022,2,16,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99207,3,1645047000,2022,2,16,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99208,3,1645048800,2022,2,16,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99209,3,1645050600,2022,2,16,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99210,3,1645099200,2022,2,17,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99211,3,1645101000,2022,2,17,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99212,3,1645102800,2022,2,17,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99213,3,1645104600,2022,2,17,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99214,3,1645106400,2022,2,17,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99215,3,1645108200,2022,2,17,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99216,3,1645110000,2022,2,17,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99217,3,1645111800,2022,2,17,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99218,3,1645124400,2022,2,17,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99219,3,1645126200,2022,2,17,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99220,3,1645128000,2022,2,17,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99221,3,1645129800,2022,2,17,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99222,3,1645131600,2022,2,17,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99223,3,1645133400,2022,2,17,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99224,3,1645135200,2022,2,17,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99225,3,1645137000,2022,2,17,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99226,3,1645185600,2022,2,18,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99227,3,1645187400,2022,2,18,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99228,3,1645189200,2022,2,18,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99229,3,1645191000,2022,2,18,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99230,3,1645192800,2022,2,18,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99231,3,1645194600,2022,2,18,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99232,3,1645196400,2022,2,18,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99233,3,1645198200,2022,2,18,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99234,3,1645210800,2022,2,18,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99235,3,1645212600,2022,2,18,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99236,3,1645214400,2022,2,18,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99237,3,1645216200,2022,2,18,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99238,3,1645218000,2022,2,18,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99239,3,1645219800,2022,2,18,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99240,3,1645221600,2022,2,18,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99241,3,1645223400,2022,2,18,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99242,3,1645272000,2022,2,19,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99243,3,1645273800,2022,2,19,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99244,3,1645275600,2022,2,19,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99245,3,1645277400,2022,2,19,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99246,3,1645279200,2022,2,19,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99247,3,1645281000,2022,2,19,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99248,3,1645282800,2022,2,19,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99249,3,1645284600,2022,2,19,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99250,3,1645297200,2022,2,19,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99251,3,1645299000,2022,2,19,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99252,3,1645300800,2022,2,19,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99253,3,1645302600,2022,2,19,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99254,3,1645304400,2022,2,19,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99255,3,1645306200,2022,2,19,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99256,3,1645308000,2022,2,19,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99257,3,1645309800,2022,2,19,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99258,3,1645358400,2022,2,20,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99259,3,1645360200,2022,2,20,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99260,3,1645362000,2022,2,20,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99261,3,1645363800,2022,2,20,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99262,3,1645365600,2022,2,20,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99263,3,1645367400,2022,2,20,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99264,3,1645369200,2022,2,20,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99265,3,1645371000,2022,2,20,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99266,3,1645444800,2022,2,21,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99267,3,1645446600,2022,2,21,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99268,3,1645448400,2022,2,21,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99269,3,1645450200,2022,2,21,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99270,3,1645452000,2022,2,21,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99271,3,1645453800,2022,2,21,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99272,3,1645470000,2022,2,21,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99273,3,1645471800,2022,2,21,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99274,3,1645473600,2022,2,21,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99275,3,1645475400,2022,2,21,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99276,3,1645477200,2022,2,21,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99277,3,1645479000,2022,2,21,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99278,3,1645480800,2022,2,21,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99279,3,1645482600,2022,2,21,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99280,3,1645531200,2022,2,22,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99281,3,1645533000,2022,2,22,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99282,3,1645534800,2022,2,22,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99283,3,1645536600,2022,2,22,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99284,3,1645538400,2022,2,22,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99285,3,1645540200,2022,2,22,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99286,3,1645542000,2022,2,22,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99287,3,1645543800,2022,2,22,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99288,3,1645556400,2022,2,22,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99289,3,1645558200,2022,2,22,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99290,3,1645560000,2022,2,22,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99291,3,1645561800,2022,2,22,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99292,3,1645563600,2022,2,22,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99293,3,1645565400,2022,2,22,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99294,3,1645567200,2022,2,22,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99295,3,1645569000,2022,2,22,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99296,3,1645617600,2022,2,23,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99297,3,1645619400,2022,2,23,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99298,3,1645621200,2022,2,23,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99299,3,1645623000,2022,2,23,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99300,3,1645624800,2022,2,23,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99301,3,1645626600,2022,2,23,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99302,3,1645628400,2022,2,23,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99303,3,1645630200,2022,2,23,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99304,3,1645642800,2022,2,23,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99305,3,1645644600,2022,2,23,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99306,3,1645646400,2022,2,23,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99307,3,1645648200,2022,2,23,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99308,3,1645650000,2022,2,23,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99309,3,1645651800,2022,2,23,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99310,3,1645653600,2022,2,23,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99311,3,1645655400,2022,2,23,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99312,3,1645704000,2022,2,24,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99313,3,1645705800,2022,2,24,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99314,3,1645707600,2022,2,24,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99315,3,1645709400,2022,2,24,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99316,3,1645711200,2022,2,24,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99317,3,1645713000,2022,2,24,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99318,3,1645714800,2022,2,24,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99319,3,1645716600,2022,2,24,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99320,3,1645729200,2022,2,24,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99321,3,1645731000,2022,2,24,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99322,3,1645732800,2022,2,24,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99323,3,1645734600,2022,2,24,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99324,3,1645736400,2022,2,24,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99325,3,1645738200,2022,2,24,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99326,3,1645740000,2022,2,24,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99327,3,1645741800,2022,2,24,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99328,3,1645790400,2022,2,25,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99329,3,1645792200,2022,2,25,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99330,3,1645794000,2022,2,25,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99331,3,1645795800,2022,2,25,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99332,3,1645797600,2022,2,25,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99333,3,1645799400,2022,2,25,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99334,3,1645801200,2022,2,25,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99335,3,1645803000,2022,2,25,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99336,3,1645815600,2022,2,25,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99337,3,1645817400,2022,2,25,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99338,3,1645819200,2022,2,25,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99339,3,1645821000,2022,2,25,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99340,3,1645822800,2022,2,25,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99341,3,1645824600,2022,2,25,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99342,3,1645826400,2022,2,25,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99343,3,1645828200,2022,2,25,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99344,3,1645876800,2022,2,26,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99345,3,1645878600,2022,2,26,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99346,3,1645880400,2022,2,26,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99347,3,1645882200,2022,2,26,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99348,3,1645884000,2022,2,26,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99349,3,1645885800,2022,2,26,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99350,3,1645887600,2022,2,26,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99351,3,1645889400,2022,2,26,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99352,3,1645902000,2022,2,26,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99353,3,1645903800,2022,2,26,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99354,3,1645905600,2022,2,26,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99355,3,1645907400,2022,2,26,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99356,3,1645909200,2022,2,26,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99357,3,1645911000,2022,2,26,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99358,3,1645912800,2022,2,26,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99359,3,1645914600,2022,2,26,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99360,3,1645963200,2022,2,27,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99361,3,1645965000,2022,2,27,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99362,3,1645966800,2022,2,27,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99363,3,1645968600,2022,2,27,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99364,3,1645970400,2022,2,27,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99365,3,1645972200,2022,2,27,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99366,3,1645974000,2022,2,27,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99367,3,1645975800,2022,2,27,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99368,3,1646049600,2022,2,28,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99369,3,1646051400,2022,2,28,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99370,3,1646053200,2022,2,28,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99371,3,1646055000,2022,2,28,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99372,3,1646056800,2022,2,28,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99373,3,1646058600,2022,2,28,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99374,3,1646074800,2022,2,28,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99375,3,1646076600,2022,2,28,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99376,3,1646078400,2022,2,28,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99377,3,1646080200,2022,2,28,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99378,3,1646082000,2022,2,28,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99379,3,1646083800,2022,2,28,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99380,3,1646085600,2022,2,28,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99381,3,1646087400,2022,2,28,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99382,3,1646136000,2022,3,1,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99383,3,1646137800,2022,3,1,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99384,3,1646139600,2022,3,1,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99385,3,1646141400,2022,3,1,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99386,3,1646143200,2022,3,1,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99387,3,1646145000,2022,3,1,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99388,3,1646146800,2022,3,1,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99389,3,1646148600,2022,3,1,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99390,3,1646161200,2022,3,1,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99391,3,1646163000,2022,3,1,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99392,3,1646164800,2022,3,1,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99393,3,1646166600,2022,3,1,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99394,3,1646168400,2022,3,1,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99395,3,1646170200,2022,3,1,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99396,3,1646172000,2022,3,1,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99397,3,1646173800,2022,3,1,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99398,3,1646222400,2022,3,2,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99399,3,1646224200,2022,3,2,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99400,3,1646226000,2022,3,2,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99401,3,1646227800,2022,3,2,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99402,3,1646229600,2022,3,2,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99403,3,1646231400,2022,3,2,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99404,3,1646233200,2022,3,2,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99405,3,1646235000,2022,3,2,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99406,3,1646247600,2022,3,2,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99407,3,1646249400,2022,3,2,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99408,3,1646251200,2022,3,2,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99409,3,1646253000,2022,3,2,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99410,3,1646254800,2022,3,2,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99411,3,1646256600,2022,3,2,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99412,3,1646258400,2022,3,2,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99413,3,1646260200,2022,3,2,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99414,3,1646308800,2022,3,3,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99415,3,1646310600,2022,3,3,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99416,3,1646312400,2022,3,3,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99417,3,1646314200,2022,3,3,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99418,3,1646316000,2022,3,3,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99419,3,1646317800,2022,3,3,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99420,3,1646319600,2022,3,3,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99421,3,1646321400,2022,3,3,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99422,3,1646334000,2022,3,3,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99423,3,1646335800,2022,3,3,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99424,3,1646337600,2022,3,3,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99425,3,1646339400,2022,3,3,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99426,3,1646341200,2022,3,3,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99427,3,1646343000,2022,3,3,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99428,3,1646344800,2022,3,3,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99429,3,1646346600,2022,3,3,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99430,3,1646395200,2022,3,4,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99431,3,1646397000,2022,3,4,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99432,3,1646398800,2022,3,4,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99433,3,1646400600,2022,3,4,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99434,3,1646402400,2022,3,4,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99435,3,1646404200,2022,3,4,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99436,3,1646406000,2022,3,4,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99437,3,1646407800,2022,3,4,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99438,3,1646420400,2022,3,4,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99439,3,1646422200,2022,3,4,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99440,3,1646424000,2022,3,4,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99441,3,1646425800,2022,3,4,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99442,3,1646427600,2022,3,4,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99443,3,1646429400,2022,3,4,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99444,3,1646431200,2022,3,4,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99445,3,1646433000,2022,3,4,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99446,3,1646481600,2022,3,5,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99447,3,1646483400,2022,3,5,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99448,3,1646485200,2022,3,5,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99449,3,1646487000,2022,3,5,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99450,3,1646488800,2022,3,5,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99451,3,1646490600,2022,3,5,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99452,3,1646492400,2022,3,5,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99453,3,1646494200,2022,3,5,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99454,3,1646506800,2022,3,5,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99455,3,1646508600,2022,3,5,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99456,3,1646510400,2022,3,5,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99457,3,1646512200,2022,3,5,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99458,3,1646514000,2022,3,5,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99459,3,1646515800,2022,3,5,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99460,3,1646517600,2022,3,5,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99461,3,1646519400,2022,3,5,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99462,3,1646568000,2022,3,6,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99463,3,1646569800,2022,3,6,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99464,3,1646571600,2022,3,6,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99465,3,1646573400,2022,3,6,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99466,3,1646575200,2022,3,6,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99467,3,1646577000,2022,3,6,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99468,3,1646578800,2022,3,6,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99469,3,1646580600,2022,3,6,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99470,3,1646654400,2022,3,7,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99471,3,1646656200,2022,3,7,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99472,3,1646658000,2022,3,7,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99473,3,1646659800,2022,3,7,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99474,3,1646661600,2022,3,7,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99475,3,1646663400,2022,3,7,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99476,3,1646679600,2022,3,7,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99477,3,1646681400,2022,3,7,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99478,3,1646683200,2022,3,7,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99479,3,1646685000,2022,3,7,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99480,3,1646686800,2022,3,7,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99481,3,1646688600,2022,3,7,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99482,3,1646690400,2022,3,7,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99483,3,1646692200,2022,3,7,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99484,3,1646740800,2022,3,8,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99485,3,1646742600,2022,3,8,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99486,3,1646744400,2022,3,8,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99487,3,1646746200,2022,3,8,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99488,3,1646748000,2022,3,8,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99489,3,1646749800,2022,3,8,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99490,3,1646751600,2022,3,8,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99491,3,1646753400,2022,3,8,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99492,3,1646766000,2022,3,8,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99493,3,1646767800,2022,3,8,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99494,3,1646769600,2022,3,8,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99495,3,1646771400,2022,3,8,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99496,3,1646773200,2022,3,8,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99497,3,1646775000,2022,3,8,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99498,3,1646776800,2022,3,8,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99499,3,1646778600,2022,3,8,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99500,3,1646827200,2022,3,9,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99501,3,1646829000,2022,3,9,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99502,3,1646830800,2022,3,9,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99503,3,1646832600,2022,3,9,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99504,3,1646834400,2022,3,9,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99505,3,1646836200,2022,3,9,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99506,3,1646838000,2022,3,9,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99507,3,1646839800,2022,3,9,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99508,3,1646852400,2022,3,9,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99509,3,1646854200,2022,3,9,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99510,3,1646856000,2022,3,9,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99511,3,1646857800,2022,3,9,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99512,3,1646859600,2022,3,9,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99513,3,1646861400,2022,3,9,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99514,3,1646863200,2022,3,9,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99515,3,1646865000,2022,3,9,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99516,3,1646913600,2022,3,10,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99517,3,1646915400,2022,3,10,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99518,3,1646917200,2022,3,10,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99519,3,1646919000,2022,3,10,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99520,3,1646920800,2022,3,10,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99521,3,1646922600,2022,3,10,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99522,3,1646924400,2022,3,10,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99523,3,1646926200,2022,3,10,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99524,3,1646938800,2022,3,10,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99525,3,1646940600,2022,3,10,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99526,3,1646942400,2022,3,10,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99527,3,1646944200,2022,3,10,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99528,3,1646946000,2022,3,10,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99529,3,1646947800,2022,3,10,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99530,3,1646949600,2022,3,10,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99531,3,1646951400,2022,3,10,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99532,3,1647000000,2022,3,11,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99533,3,1647001800,2022,3,11,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99534,3,1647003600,2022,3,11,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99535,3,1647005400,2022,3,11,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99536,3,1647007200,2022,3,11,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99537,3,1647009000,2022,3,11,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99538,3,1647010800,2022,3,11,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99539,3,1647012600,2022,3,11,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99540,3,1647025200,2022,3,11,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99541,3,1647027000,2022,3,11,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99542,3,1647028800,2022,3,11,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99543,3,1647030600,2022,3,11,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99544,3,1647032400,2022,3,11,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99545,3,1647034200,2022,3,11,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99546,3,1647036000,2022,3,11,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99547,3,1647037800,2022,3,11,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99548,3,1647086400,2022,3,12,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99549,3,1647088200,2022,3,12,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99550,3,1647090000,2022,3,12,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99551,3,1647091800,2022,3,12,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99552,3,1647093600,2022,3,12,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99553,3,1647095400,2022,3,12,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99554,3,1647097200,2022,3,12,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99555,3,1647099000,2022,3,12,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99556,3,1647111600,2022,3,12,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99557,3,1647113400,2022,3,12,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99558,3,1647115200,2022,3,12,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99559,3,1647117000,2022,3,12,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99560,3,1647118800,2022,3,12,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99561,3,1647120600,2022,3,12,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99562,3,1647122400,2022,3,12,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99563,3,1647124200,2022,3,12,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99564,3,1647172800,2022,3,13,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99565,3,1647174600,2022,3,13,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99566,3,1647176400,2022,3,13,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99567,3,1647178200,2022,3,13,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99568,3,1647180000,2022,3,13,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99569,3,1647181800,2022,3,13,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99570,3,1647183600,2022,3,13,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99571,3,1647185400,2022,3,13,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99572,3,1647259200,2022,3,14,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99573,3,1647261000,2022,3,14,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99574,3,1647262800,2022,3,14,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99575,3,1647264600,2022,3,14,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99576,3,1647266400,2022,3,14,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99577,3,1647268200,2022,3,14,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99578,3,1647284400,2022,3,14,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99579,3,1647286200,2022,3,14,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99580,3,1647288000,2022,3,14,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99581,3,1647289800,2022,3,14,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99582,3,1647291600,2022,3,14,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99583,3,1647293400,2022,3,14,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99584,3,1647295200,2022,3,14,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99585,3,1647297000,2022,3,14,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99586,3,1647345600,2022,3,15,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99587,3,1647347400,2022,3,15,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99588,3,1647349200,2022,3,15,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99589,3,1647351000,2022,3,15,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99590,3,1647352800,2022,3,15,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99591,3,1647354600,2022,3,15,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99592,3,1647356400,2022,3,15,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99593,3,1647358200,2022,3,15,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99594,3,1647370800,2022,3,15,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99595,3,1647372600,2022,3,15,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99596,3,1647374400,2022,3,15,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99597,3,1647376200,2022,3,15,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99598,3,1647378000,2022,3,15,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99599,3,1647379800,2022,3,15,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99600,3,1647381600,2022,3,15,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99601,3,1647383400,2022,3,15,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99602,3,1647432000,2022,3,16,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99603,3,1647433800,2022,3,16,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99604,3,1647435600,2022,3,16,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99605,3,1647437400,2022,3,16,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99606,3,1647439200,2022,3,16,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99607,3,1647441000,2022,3,16,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99608,3,1647442800,2022,3,16,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99609,3,1647444600,2022,3,16,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99610,3,1647457200,2022,3,16,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99611,3,1647459000,2022,3,16,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99612,3,1647460800,2022,3,16,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99613,3,1647462600,2022,3,16,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99614,3,1647464400,2022,3,16,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99615,3,1647466200,2022,3,16,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99616,3,1647468000,2022,3,16,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99617,3,1647469800,2022,3,16,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99618,3,1647518400,2022,3,17,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99619,3,1647520200,2022,3,17,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99620,3,1647522000,2022,3,17,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99621,3,1647523800,2022,3,17,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99622,3,1647525600,2022,3,17,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99623,3,1647527400,2022,3,17,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99624,3,1647529200,2022,3,17,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99625,3,1647531000,2022,3,17,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99626,3,1647543600,2022,3,17,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99627,3,1647545400,2022,3,17,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99628,3,1647547200,2022,3,17,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99629,3,1647549000,2022,3,17,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99630,3,1647550800,2022,3,17,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99631,3,1647552600,2022,3,17,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99632,3,1647554400,2022,3,17,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99633,3,1647556200,2022,3,17,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99634,3,1647604800,2022,3,18,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99635,3,1647606600,2022,3,18,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99636,3,1647608400,2022,3,18,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99637,3,1647610200,2022,3,18,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99638,3,1647612000,2022,3,18,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99639,3,1647613800,2022,3,18,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99640,3,1647615600,2022,3,18,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99641,3,1647617400,2022,3,18,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99642,3,1647630000,2022,3,18,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99643,3,1647631800,2022,3,18,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99644,3,1647633600,2022,3,18,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99645,3,1647635400,2022,3,18,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99646,3,1647637200,2022,3,18,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99647,3,1647639000,2022,3,18,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99648,3,1647640800,2022,3,18,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99649,3,1647642600,2022,3,18,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99650,3,1647691200,2022,3,19,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99651,3,1647693000,2022,3,19,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99652,3,1647694800,2022,3,19,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99653,3,1647696600,2022,3,19,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99654,3,1647698400,2022,3,19,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99655,3,1647700200,2022,3,19,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99656,3,1647702000,2022,3,19,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99657,3,1647703800,2022,3,19,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99658,3,1647716400,2022,3,19,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99659,3,1647718200,2022,3,19,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99660,3,1647720000,2022,3,19,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99661,3,1647721800,2022,3,19,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99662,3,1647723600,2022,3,19,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99663,3,1647725400,2022,3,19,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99664,3,1647727200,2022,3,19,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99665,3,1647729000,2022,3,19,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99666,3,1647777600,2022,3,20,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99667,3,1647779400,2022,3,20,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99668,3,1647781200,2022,3,20,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99669,3,1647783000,2022,3,20,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99670,3,1647784800,2022,3,20,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99671,3,1647786600,2022,3,20,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99672,3,1647788400,2022,3,20,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99673,3,1647790200,2022,3,20,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99674,3,1647864000,2022,3,21,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99675,3,1647865800,2022,3,21,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99676,3,1647867600,2022,3,21,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99677,3,1647869400,2022,3,21,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99678,3,1647871200,2022,3,21,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99679,3,1647873000,2022,3,21,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99680,3,1647889200,2022,3,21,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99681,3,1647891000,2022,3,21,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99682,3,1647892800,2022,3,21,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99683,3,1647894600,2022,3,21,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99684,3,1647896400,2022,3,21,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99685,3,1647898200,2022,3,21,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99686,3,1647900000,2022,3,21,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99687,3,1647901800,2022,3,21,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99688,3,1647950400,2022,3,22,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99689,3,1647952200,2022,3,22,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99690,3,1647954000,2022,3,22,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99691,3,1647955800,2022,3,22,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99692,3,1647957600,2022,3,22,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99693,3,1647959400,2022,3,22,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99694,3,1647961200,2022,3,22,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99695,3,1647963000,2022,3,22,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99696,3,1647975600,2022,3,22,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99697,3,1647977400,2022,3,22,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99698,3,1647979200,2022,3,22,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99699,3,1647981000,2022,3,22,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99700,3,1647982800,2022,3,22,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99701,3,1647984600,2022,3,22,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99702,3,1647986400,2022,3,22,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99703,3,1647988200,2022,3,22,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99704,3,1648036800,2022,3,23,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99705,3,1648038600,2022,3,23,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99706,3,1648040400,2022,3,23,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99707,3,1648042200,2022,3,23,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99708,3,1648044000,2022,3,23,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99709,3,1648045800,2022,3,23,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99710,3,1648047600,2022,3,23,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99711,3,1648049400,2022,3,23,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99712,3,1648062000,2022,3,23,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99713,3,1648063800,2022,3,23,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99714,3,1648065600,2022,3,23,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99715,3,1648067400,2022,3,23,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99716,3,1648069200,2022,3,23,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99717,3,1648071000,2022,3,23,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99718,3,1648072800,2022,3,23,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99719,3,1648074600,2022,3,23,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99720,3,1648123200,2022,3,24,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99721,3,1648125000,2022,3,24,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99722,3,1648126800,2022,3,24,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99723,3,1648128600,2022,3,24,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99724,3,1648130400,2022,3,24,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99725,3,1648132200,2022,3,24,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99726,3,1648134000,2022,3,24,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99727,3,1648135800,2022,3,24,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99728,3,1648148400,2022,3,24,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99729,3,1648150200,2022,3,24,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99730,3,1648152000,2022,3,24,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99731,3,1648153800,2022,3,24,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99732,3,1648155600,2022,3,24,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99733,3,1648157400,2022,3,24,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99734,3,1648159200,2022,3,24,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99735,3,1648161000,2022,3,24,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99736,3,1648209600,2022,3,25,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99737,3,1648211400,2022,3,25,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99738,3,1648213200,2022,3,25,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99739,3,1648215000,2022,3,25,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99740,3,1648216800,2022,3,25,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99741,3,1648218600,2022,3,25,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99742,3,1648220400,2022,3,25,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99743,3,1648222200,2022,3,25,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99744,3,1648234800,2022,3,25,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99745,3,1648236600,2022,3,25,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99746,3,1648238400,2022,3,25,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99747,3,1648240200,2022,3,25,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99748,3,1648242000,2022,3,25,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99749,3,1648243800,2022,3,25,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99750,3,1648245600,2022,3,25,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99751,3,1648247400,2022,3,25,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99752,3,1648296000,2022,3,26,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99753,3,1648297800,2022,3,26,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99754,3,1648299600,2022,3,26,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99755,3,1648301400,2022,3,26,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99756,3,1648303200,2022,3,26,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99757,3,1648305000,2022,3,26,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99758,3,1648306800,2022,3,26,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99759,3,1648308600,2022,3,26,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99760,3,1648321200,2022,3,26,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99761,3,1648323000,2022,3,26,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99762,3,1648324800,2022,3,26,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99763,3,1648326600,2022,3,26,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99764,3,1648328400,2022,3,26,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99765,3,1648330200,2022,3,26,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99766,3,1648332000,2022,3,26,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99767,3,1648333800,2022,3,26,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99768,3,1648465200,2022,3,28,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99769,3,1648467000,2022,3,28,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99770,3,1648468800,2022,3,28,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99771,3,1648470600,2022,3,28,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99772,3,1648472400,2022,3,28,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99773,3,1648474200,2022,3,28,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99774,3,1648490400,2022,3,28,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99775,3,1648492200,2022,3,28,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99776,3,1648494000,2022,3,28,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99777,3,1648495800,2022,3,28,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99778,3,1648497600,2022,3,28,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99779,3,1648499400,2022,3,28,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99780,3,1648501200,2022,3,28,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99781,3,1648503000,2022,3,28,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99782,3,1648551600,2022,3,29,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99783,3,1648553400,2022,3,29,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99784,3,1648555200,2022,3,29,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99785,3,1648557000,2022,3,29,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99786,3,1648558800,2022,3,29,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99787,3,1648560600,2022,3,29,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99788,3,1648562400,2022,3,29,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99789,3,1648564200,2022,3,29,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99790,3,1648576800,2022,3,29,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99791,3,1648578600,2022,3,29,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99792,3,1648580400,2022,3,29,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99793,3,1648582200,2022,3,29,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99794,3,1648584000,2022,3,29,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99795,3,1648585800,2022,3,29,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99796,3,1648587600,2022,3,29,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99797,3,1648589400,2022,3,29,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99798,3,1648638000,2022,3,30,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99799,3,1648639800,2022,3,30,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99800,3,1648641600,2022,3,30,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99801,3,1648643400,2022,3,30,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99802,3,1648645200,2022,3,30,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99803,3,1648647000,2022,3,30,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99804,3,1648648800,2022,3,30,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99805,3,1648650600,2022,3,30,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99806,3,1648663200,2022,3,30,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99807,3,1648665000,2022,3,30,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99808,3,1648666800,2022,3,30,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99809,3,1648668600,2022,3,30,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99810,3,1648670400,2022,3,30,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99811,3,1648672200,2022,3,30,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99812,3,1648674000,2022,3,30,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99813,3,1648675800,2022,3,30,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99814,3,1648724400,2022,3,31,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99815,3,1648726200,2022,3,31,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99816,3,1648728000,2022,3,31,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99817,3,1648729800,2022,3,31,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99818,3,1648731600,2022,3,31,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99819,3,1648733400,2022,3,31,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99820,3,1648735200,2022,3,31,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99821,3,1648737000,2022,3,31,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99822,3,1648749600,2022,3,31,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99823,3,1648751400,2022,3,31,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99824,3,1648753200,2022,3,31,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99825,3,1648755000,2022,3,31,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99826,3,1648756800,2022,3,31,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99827,3,1648758600,2022,3,31,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99828,3,1648760400,2022,3,31,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99829,3,1648762200,2022,3,31,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99830,3,1648810800,2022,4,1,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99831,3,1648812600,2022,4,1,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99832,3,1648814400,2022,4,1,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99833,3,1648816200,2022,4,1,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99834,3,1648818000,2022,4,1,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99835,3,1648819800,2022,4,1,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99836,3,1648821600,2022,4,1,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99837,3,1648823400,2022,4,1,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99838,3,1648836000,2022,4,1,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99839,3,1648837800,2022,4,1,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99840,3,1648839600,2022,4,1,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99841,3,1648841400,2022,4,1,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99842,3,1648843200,2022,4,1,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99843,3,1648845000,2022,4,1,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99844,3,1648846800,2022,4,1,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99845,3,1648848600,2022,4,1,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99846,3,1648897200,2022,4,2,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99847,3,1648899000,2022,4,2,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99848,3,1648900800,2022,4,2,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99849,3,1648902600,2022,4,2,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99850,3,1648904400,2022,4,2,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99851,3,1648906200,2022,4,2,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99852,3,1648908000,2022,4,2,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99853,3,1648909800,2022,4,2,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99854,3,1648922400,2022,4,2,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99855,3,1648924200,2022,4,2,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99856,3,1648926000,2022,4,2,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99857,3,1648927800,2022,4,2,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99858,3,1648929600,2022,4,2,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99859,3,1648931400,2022,4,2,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99860,3,1648933200,2022,4,2,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99861,3,1648935000,2022,4,2,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99862,3,1648983600,2022,4,3,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99863,3,1648985400,2022,4,3,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99864,3,1648987200,2022,4,3,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99865,3,1648989000,2022,4,3,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99866,3,1648990800,2022,4,3,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99867,3,1648992600,2022,4,3,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99868,3,1648994400,2022,4,3,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99869,3,1648996200,2022,4,3,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99870,3,1649070000,2022,4,4,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99871,3,1649071800,2022,4,4,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99872,3,1649073600,2022,4,4,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99873,3,1649075400,2022,4,4,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99874,3,1649077200,2022,4,4,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99875,3,1649079000,2022,4,4,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99876,3,1649095200,2022,4,4,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99877,3,1649097000,2022,4,4,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99878,3,1649098800,2022,4,4,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99879,3,1649100600,2022,4,4,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99880,3,1649102400,2022,4,4,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99881,3,1649104200,2022,4,4,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99882,3,1649106000,2022,4,4,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99883,3,1649107800,2022,4,4,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99884,3,1649156400,2022,4,5,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99885,3,1649158200,2022,4,5,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99886,3,1649160000,2022,4,5,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99887,3,1649161800,2022,4,5,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99888,3,1649163600,2022,4,5,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99889,3,1649165400,2022,4,5,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99890,3,1649167200,2022,4,5,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99891,3,1649169000,2022,4,5,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99892,3,1649181600,2022,4,5,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99893,3,1649183400,2022,4,5,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99894,3,1649185200,2022,4,5,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99895,3,1649187000,2022,4,5,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99896,3,1649188800,2022,4,5,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99897,3,1649190600,2022,4,5,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(99898,3,1649192400,2022,4,5,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(99899,3,1649194200,2022,4,5,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(99900,3,1649242800,2022,4,6,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(99901,3,1649244600,2022,4,6,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(99902,3,1649246400,2022,4,6,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(99903,3,1649248200,2022,4,6,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(99904,3,1649250000,2022,4,6,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(99905,3,1649251800,2022,4,6,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(99906,3,1649253600,2022,4,6,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(99907,3,1649255400,2022,4,6,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(99908,3,1649268000,2022,4,6,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(99909,3,1649269800,2022,4,6,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(99910,3,1649271600,2022,4,6,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(99911,3,1649273400,2022,4,6,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(99912,3,1649275200,2022,4,6,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(99913,3,1649277000,2022,4,6,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(99914,3,1649278800,2022,4,6,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(99915,3,1649280600,2022,4,6,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(99916,3,1649329200,2022,4,7,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(99917,3,1649331000,2022,4,7,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(99918,3,1649332800,2022,4,7,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(99919,3,1649334600,2022,4,7,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(99920,3,1649336400,2022,4,7,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(99921,3,1649338200,2022,4,7,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(99922,3,1649340000,2022,4,7,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(99923,3,1649341800,2022,4,7,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(99924,3,1649354400,2022,4,7,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(99925,3,1649356200,2022,4,7,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(99926,3,1649358000,2022,4,7,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(99927,3,1649359800,2022,4,7,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(99928,3,1649361600,2022,4,7,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(99929,3,1649363400,2022,4,7,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(99930,3,1649365200,2022,4,7,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(99931,3,1649367000,2022,4,7,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(99932,3,1649415600,2022,4,8,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(99933,3,1649417400,2022,4,8,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(99934,3,1649419200,2022,4,8,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(99935,3,1649421000,2022,4,8,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(99936,3,1649422800,2022,4,8,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(99937,3,1649424600,2022,4,8,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(99938,3,1649426400,2022,4,8,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(99939,3,1649428200,2022,4,8,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(99940,3,1649440800,2022,4,8,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(99941,3,1649442600,2022,4,8,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(99942,3,1649444400,2022,4,8,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(99943,3,1649446200,2022,4,8,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(99944,3,1649448000,2022,4,8,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(99945,3,1649449800,2022,4,8,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(99946,3,1649451600,2022,4,8,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(99947,3,1649453400,2022,4,8,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(99948,3,1649502000,2022,4,9,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(99949,3,1649503800,2022,4,9,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(99950,3,1649505600,2022,4,9,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(99951,3,1649507400,2022,4,9,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(99952,3,1649509200,2022,4,9,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(99953,3,1649511000,2022,4,9,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(99954,3,1649512800,2022,4,9,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(99955,3,1649514600,2022,4,9,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(99956,3,1649527200,2022,4,9,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(99957,3,1649529000,2022,4,9,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(99958,3,1649530800,2022,4,9,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(99959,3,1649532600,2022,4,9,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(99960,3,1649534400,2022,4,9,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(99961,3,1649536200,2022,4,9,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(99962,3,1649538000,2022,4,9,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(99963,3,1649539800,2022,4,9,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(99964,3,1649588400,2022,4,10,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(99965,3,1649590200,2022,4,10,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(99966,3,1649592000,2022,4,10,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(99967,3,1649593800,2022,4,10,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(99968,3,1649595600,2022,4,10,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(99969,3,1649597400,2022,4,10,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(99970,3,1649599200,2022,4,10,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(99971,3,1649601000,2022,4,10,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(99972,3,1649674800,2022,4,11,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(99973,3,1649676600,2022,4,11,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(99974,3,1649678400,2022,4,11,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(99975,3,1649680200,2022,4,11,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(99976,3,1649682000,2022,4,11,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(99977,3,1649683800,2022,4,11,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(99978,3,1649700000,2022,4,11,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(99979,3,1649701800,2022,4,11,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(99980,3,1649703600,2022,4,11,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(99981,3,1649705400,2022,4,11,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(99982,3,1649707200,2022,4,11,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(99983,3,1649709000,2022,4,11,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(99984,3,1649710800,2022,4,11,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(99985,3,1649712600,2022,4,11,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(99986,3,1649761200,2022,4,12,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(99987,3,1649763000,2022,4,12,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(99988,3,1649764800,2022,4,12,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(99989,3,1649766600,2022,4,12,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(99990,3,1649768400,2022,4,12,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(99991,3,1649770200,2022,4,12,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(99992,3,1649772000,2022,4,12,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(99993,3,1649773800,2022,4,12,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(99994,3,1649786400,2022,4,12,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(99995,3,1649788200,2022,4,12,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(99996,3,1649790000,2022,4,12,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(99997,3,1649791800,2022,4,12,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(99998,3,1649793600,2022,4,12,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(99999,3,1649795400,2022,4,12,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(100000,3,1649797200,2022,4,12,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(100001,3,1649799000,2022,4,12,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(100002,3,1649847600,2022,4,13,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(100003,3,1649849400,2022,4,13,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(100004,3,1649851200,2022,4,13,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(100005,3,1649853000,2022,4,13,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(100006,3,1649854800,2022,4,13,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(100007,3,1649856600,2022,4,13,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(100008,3,1649858400,2022,4,13,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(100009,3,1649860200,2022,4,13,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(100010,3,1649872800,2022,4,13,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(100011,3,1649874600,2022,4,13,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(100012,3,1649876400,2022,4,13,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(100013,3,1649878200,2022,4,13,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(100014,3,1649880000,2022,4,13,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(100015,3,1649881800,2022,4,13,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(100016,3,1649883600,2022,4,13,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(100017,3,1649885400,2022,4,13,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(100018,3,1649934000,2022,4,14,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(100019,3,1649935800,2022,4,14,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(100020,3,1649937600,2022,4,14,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(100021,3,1649939400,2022,4,14,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(100022,3,1649941200,2022,4,14,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(100023,3,1649943000,2022,4,14,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(100024,3,1649944800,2022,4,14,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(100025,3,1649946600,2022,4,14,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(100026,3,1649959200,2022,4,14,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(100027,3,1649961000,2022,4,14,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(100028,3,1649962800,2022,4,14,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(100029,3,1649964600,2022,4,14,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(100030,3,1649966400,2022,4,14,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(100031,3,1649968200,2022,4,14,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(100032,3,1649970000,2022,4,14,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(100033,3,1649971800,2022,4,14,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(100034,3,1650020400,2022,4,15,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(100035,3,1650022200,2022,4,15,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(100036,3,1650024000,2022,4,15,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(100037,3,1650025800,2022,4,15,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(100038,3,1650027600,2022,4,15,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(100039,3,1650029400,2022,4,15,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(100040,3,1650031200,2022,4,15,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(100041,3,1650033000,2022,4,15,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(100042,3,1650045600,2022,4,15,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(100043,3,1650047400,2022,4,15,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(100044,3,1650049200,2022,4,15,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(100045,3,1650051000,2022,4,15,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(100046,3,1650052800,2022,4,15,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(100047,3,1650054600,2022,4,15,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(100048,3,1650056400,2022,4,15,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(100049,3,1650058200,2022,4,15,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(100050,3,1650106800,2022,4,16,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(100051,3,1650108600,2022,4,16,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(100052,3,1650110400,2022,4,16,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(100053,3,1650112200,2022,4,16,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(100054,3,1650114000,2022,4,16,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(100055,3,1650115800,2022,4,16,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(100056,3,1650117600,2022,4,16,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(100057,3,1650119400,2022,4,16,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(100058,3,1650132000,2022,4,16,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(100059,3,1650133800,2022,4,16,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(100060,3,1650135600,2022,4,16,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(100061,3,1650137400,2022,4,16,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(100062,3,1650139200,2022,4,16,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(100063,3,1650141000,2022,4,16,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(100064,3,1650142800,2022,4,16,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(100065,3,1650144600,2022,4,16,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(100066,3,1650193200,2022,4,17,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(100067,3,1650195000,2022,4,17,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(100068,3,1650196800,2022,4,17,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(100069,3,1650198600,2022,4,17,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(100070,3,1650200400,2022,4,17,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(100071,3,1650202200,2022,4,17,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(100072,3,1650204000,2022,4,17,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(100073,3,1650205800,2022,4,17,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(100074,3,1650279600,2022,4,18,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(100075,3,1650281400,2022,4,18,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(100076,3,1650283200,2022,4,18,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(100077,3,1650285000,2022,4,18,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(100078,3,1650286800,2022,4,18,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(100079,3,1650288600,2022,4,18,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(100080,3,1650304800,2022,4,18,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(100081,3,1650306600,2022,4,18,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(100082,3,1650308400,2022,4,18,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(100083,3,1650310200,2022,4,18,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(100084,3,1650312000,2022,4,18,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(100085,3,1650313800,2022,4,18,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(100086,3,1650315600,2022,4,18,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(100087,3,1650317400,2022,4,18,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(100088,3,1650366000,2022,4,19,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(100089,3,1650367800,2022,4,19,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(100090,3,1650369600,2022,4,19,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(100091,3,1650371400,2022,4,19,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(100092,3,1650373200,2022,4,19,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(100093,3,1650375000,2022,4,19,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(100094,3,1650376800,2022,4,19,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(100095,3,1650378600,2022,4,19,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(100096,3,1650391200,2022,4,19,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(100097,3,1650393000,2022,4,19,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(100098,3,1650394800,2022,4,19,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(100099,3,1650396600,2022,4,19,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(100100,3,1650398400,2022,4,19,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(100101,3,1650400200,2022,4,19,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(100102,3,1650402000,2022,4,19,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(100103,3,1650403800,2022,4,19,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(100104,3,1650452400,2022,4,20,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(100105,3,1650454200,2022,4,20,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(100106,3,1650456000,2022,4,20,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(100107,3,1650457800,2022,4,20,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(100108,3,1650459600,2022,4,20,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(100109,3,1650461400,2022,4,20,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(100110,3,1650463200,2022,4,20,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(100111,3,1650465000,2022,4,20,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(100112,3,1650477600,2022,4,20,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(100113,3,1650479400,2022,4,20,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(100114,3,1650481200,2022,4,20,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(100115,3,1650483000,2022,4,20,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(100116,3,1650484800,2022,4,20,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(100117,3,1650486600,2022,4,20,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(100118,3,1650488400,2022,4,20,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(100119,3,1650490200,2022,4,20,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(100120,3,1650538800,2022,4,21,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(100121,3,1650540600,2022,4,21,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(100122,3,1650542400,2022,4,21,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(100123,3,1650544200,2022,4,21,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(100124,3,1650546000,2022,4,21,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(100125,3,1650547800,2022,4,21,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(100126,3,1650549600,2022,4,21,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(100127,3,1650551400,2022,4,21,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(100128,3,1650564000,2022,4,21,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(100129,3,1650565800,2022,4,21,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(100130,3,1650567600,2022,4,21,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(100131,3,1650569400,2022,4,21,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(100132,3,1650571200,2022,4,21,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(100133,3,1650573000,2022,4,21,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(100134,3,1650574800,2022,4,21,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(100135,3,1650576600,2022,4,21,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(100136,3,1650625200,2022,4,22,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(100137,3,1650627000,2022,4,22,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(100138,3,1650628800,2022,4,22,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(100139,3,1650630600,2022,4,22,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(100140,3,1650632400,2022,4,22,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(100141,3,1650634200,2022,4,22,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(100142,3,1650636000,2022,4,22,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(100143,3,1650637800,2022,4,22,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(100144,3,1650650400,2022,4,22,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(100145,3,1650652200,2022,4,22,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(100146,3,1650654000,2022,4,22,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(100147,3,1650655800,2022,4,22,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(100148,3,1650657600,2022,4,22,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(100149,3,1650659400,2022,4,22,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(100150,3,1650661200,2022,4,22,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(100151,3,1650663000,2022,4,22,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(100152,3,1650711600,2022,4,23,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(100153,3,1650713400,2022,4,23,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(100154,3,1650715200,2022,4,23,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(100155,3,1650717000,2022,4,23,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(100156,3,1650718800,2022,4,23,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(100157,3,1650720600,2022,4,23,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(100158,3,1650722400,2022,4,23,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(100159,3,1650724200,2022,4,23,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(100160,3,1650736800,2022,4,23,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(100161,3,1650738600,2022,4,23,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(100162,3,1650740400,2022,4,23,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(100163,3,1650742200,2022,4,23,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(100164,3,1650744000,2022,4,23,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(100165,3,1650745800,2022,4,23,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(100166,3,1650747600,2022,4,23,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(100167,3,1650749400,2022,4,23,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(100168,3,1650798000,2022,4,24,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(100169,3,1650799800,2022,4,24,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(100170,3,1650801600,2022,4,24,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(100171,3,1650803400,2022,4,24,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(100172,3,1650805200,2022,4,24,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(100173,3,1650807000,2022,4,24,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(100174,3,1650808800,2022,4,24,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(100175,3,1650810600,2022,4,24,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(100176,3,1650884400,2022,4,25,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(100177,3,1650886200,2022,4,25,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(100178,3,1650888000,2022,4,25,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(100179,3,1650889800,2022,4,25,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(100180,3,1650891600,2022,4,25,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(100181,3,1650893400,2022,4,25,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(100182,3,1650909600,2022,4,25,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(100183,3,1650911400,2022,4,25,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(100184,3,1650913200,2022,4,25,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(100185,3,1650915000,2022,4,25,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(100186,3,1650916800,2022,4,25,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(100187,3,1650918600,2022,4,25,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(100188,3,1650920400,2022,4,25,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(100189,3,1650922200,2022,4,25,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(100190,3,1650970800,2022,4,26,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(100191,3,1650972600,2022,4,26,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(100192,3,1650974400,2022,4,26,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(100193,3,1650976200,2022,4,26,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(100194,3,1650978000,2022,4,26,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(100195,3,1650979800,2022,4,26,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(100196,3,1650981600,2022,4,26,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(100197,3,1650983400,2022,4,26,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(100198,3,1650996000,2022,4,26,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(100199,3,1650997800,2022,4,26,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(100200,3,1650999600,2022,4,26,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(100201,3,1651001400,2022,4,26,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(100202,3,1651003200,2022,4,26,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(100203,3,1651005000,2022,4,26,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(100204,3,1651006800,2022,4,26,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(100205,3,1651008600,2022,4,26,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(100206,3,1651057200,2022,4,27,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(100207,3,1651059000,2022,4,27,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(100208,3,1651060800,2022,4,27,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(100209,3,1651062600,2022,4,27,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(100210,3,1651064400,2022,4,27,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(100211,3,1651066200,2022,4,27,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(100212,3,1651068000,2022,4,27,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(100213,3,1651069800,2022,4,27,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(100214,3,1651082400,2022,4,27,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(100215,3,1651084200,2022,4,27,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(100216,3,1651086000,2022,4,27,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(100217,3,1651087800,2022,4,27,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(100218,3,1651089600,2022,4,27,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(100219,3,1651091400,2022,4,27,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(100220,3,1651093200,2022,4,27,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(100221,3,1651095000,2022,4,27,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(100222,3,1651143600,2022,4,28,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(100223,3,1651145400,2022,4,28,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(100224,3,1651147200,2022,4,28,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(100225,3,1651149000,2022,4,28,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(100226,3,1651150800,2022,4,28,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(100227,3,1651152600,2022,4,28,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(100228,3,1651154400,2022,4,28,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(100229,3,1651156200,2022,4,28,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(100230,3,1651168800,2022,4,28,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(100231,3,1651170600,2022,4,28,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(100232,3,1651172400,2022,4,28,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(100233,3,1651174200,2022,4,28,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(100234,3,1651176000,2022,4,28,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(100235,3,1651177800,2022,4,28,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(100236,3,1651179600,2022,4,28,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(100237,3,1651181400,2022,4,28,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(100238,3,1651230000,2022,4,29,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(100239,3,1651231800,2022,4,29,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(100240,3,1651233600,2022,4,29,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(100241,3,1651235400,2022,4,29,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(100242,3,1651237200,2022,4,29,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(100243,3,1651239000,2022,4,29,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(100244,3,1651240800,2022,4,29,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(100245,3,1651242600,2022,4,29,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(100246,3,1651255200,2022,4,29,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(100247,3,1651257000,2022,4,29,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(100248,3,1651258800,2022,4,29,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(100249,3,1651260600,2022,4,29,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(100250,3,1651262400,2022,4,29,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(100251,3,1651264200,2022,4,29,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(100252,3,1651266000,2022,4,29,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(100253,3,1651267800,2022,4,29,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(100254,3,1651316400,2022,4,30,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(100255,3,1651318200,2022,4,30,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(100256,3,1651320000,2022,4,30,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(100257,3,1651321800,2022,4,30,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(100258,3,1651323600,2022,4,30,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(100259,3,1651325400,2022,4,30,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(100260,3,1651327200,2022,4,30,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(100261,3,1651329000,2022,4,30,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(100262,3,1651341600,2022,4,30,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(100263,3,1651343400,2022,4,30,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(100264,3,1651345200,2022,4,30,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(100265,3,1651347000,2022,4,30,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(100266,3,1651348800,2022,4,30,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(100267,3,1651350600,2022,4,30,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(100268,3,1651352400,2022,4,30,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(100269,3,1651354200,2022,4,30,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(100270,3,1651402800,2022,5,1,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(100271,3,1651404600,2022,5,1,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(100272,3,1651406400,2022,5,1,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(100273,3,1651408200,2022,5,1,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(100274,3,1651410000,2022,5,1,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(100275,3,1651411800,2022,5,1,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(100276,3,1651413600,2022,5,1,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(100277,3,1651415400,2022,5,1,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(100278,3,1651489200,2022,5,2,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(100279,3,1651491000,2022,5,2,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(100280,3,1651492800,2022,5,2,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(100281,3,1651494600,2022,5,2,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(100282,3,1651496400,2022,5,2,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(100283,3,1651498200,2022,5,2,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(100284,3,1651514400,2022,5,2,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(100285,3,1651516200,2022,5,2,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(100286,3,1651518000,2022,5,2,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(100287,3,1651519800,2022,5,2,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(100288,3,1651521600,2022,5,2,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(100289,3,1651523400,2022,5,2,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(100290,3,1651525200,2022,5,2,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(100291,3,1651527000,2022,5,2,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(100292,3,1651575600,2022,5,3,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(100293,3,1651577400,2022,5,3,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(100294,3,1651579200,2022,5,3,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(100295,3,1651581000,2022,5,3,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(100296,3,1651582800,2022,5,3,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(100297,3,1651584600,2022,5,3,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(100298,3,1651586400,2022,5,3,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(100299,3,1651588200,2022,5,3,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(100300,3,1651600800,2022,5,3,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(100301,3,1651602600,2022,5,3,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(100302,3,1651604400,2022,5,3,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(100303,3,1651606200,2022,5,3,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(100304,3,1651608000,2022,5,3,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(100305,3,1651609800,2022,5,3,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(100306,3,1651611600,2022,5,3,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(100307,3,1651613400,2022,5,3,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(100308,3,1651662000,2022,5,4,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(100309,3,1651663800,2022,5,4,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(100310,3,1651665600,2022,5,4,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(100311,3,1651667400,2022,5,4,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(100312,3,1651669200,2022,5,4,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(100313,3,1651671000,2022,5,4,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(100314,3,1651672800,2022,5,4,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(100315,3,1651674600,2022,5,4,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(100316,3,1651687200,2022,5,4,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(100317,3,1651689000,2022,5,4,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(100318,3,1651690800,2022,5,4,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(100319,3,1651692600,2022,5,4,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(100320,3,1651694400,2022,5,4,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(100321,3,1651696200,2022,5,4,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(100322,3,1651698000,2022,5,4,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(100323,3,1651699800,2022,5,4,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(100324,3,1651748400,2022,5,5,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(100325,3,1651750200,2022,5,5,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(100326,3,1651752000,2022,5,5,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(100327,3,1651753800,2022,5,5,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(100328,3,1651755600,2022,5,5,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(100329,3,1651757400,2022,5,5,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(100330,3,1651759200,2022,5,5,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(100331,3,1651761000,2022,5,5,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(100332,3,1651773600,2022,5,5,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(100333,3,1651775400,2022,5,5,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(100334,3,1651777200,2022,5,5,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(100335,3,1651779000,2022,5,5,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(100336,3,1651780800,2022,5,5,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(100337,3,1651782600,2022,5,5,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(100338,3,1651784400,2022,5,5,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(100339,3,1651786200,2022,5,5,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(100340,3,1651834800,2022,5,6,5,13,0,'',0,99,99,0,0,'false','false',1566053644),(100341,3,1651836600,2022,5,6,5,13,30,'',0,99,99,0,0,'false','false',1566053644),(100342,3,1651838400,2022,5,6,5,14,0,'',0,99,99,0,0,'false','false',1566053644),(100343,3,1651840200,2022,5,6,5,14,30,'',0,99,99,0,0,'false','false',1566053644),(100344,3,1651842000,2022,5,6,5,15,0,'',0,99,99,0,0,'false','false',1566053644),(100345,3,1651843800,2022,5,6,5,15,30,'',0,99,99,0,0,'false','false',1566053644),(100346,3,1651845600,2022,5,6,5,16,0,'',0,99,99,0,0,'false','false',1566053644),(100347,3,1651847400,2022,5,6,5,16,30,'',0,99,99,0,0,'false','false',1566053644),(100348,3,1651860000,2022,5,6,5,20,0,'',0,99,99,0,0,'false','false',1566053644),(100349,3,1651861800,2022,5,6,5,20,30,'',0,99,99,0,0,'false','false',1566053644),(100350,3,1651863600,2022,5,6,5,21,0,'',0,99,99,0,0,'false','false',1566053644),(100351,3,1651865400,2022,5,6,5,21,30,'',0,99,99,0,0,'false','false',1566053644),(100352,3,1651867200,2022,5,6,5,22,0,'',0,99,99,0,0,'false','false',1566053644),(100353,3,1651869000,2022,5,6,5,22,30,'',0,99,99,0,0,'false','false',1566053644),(100354,3,1651870800,2022,5,6,5,23,0,'',0,99,99,0,0,'false','false',1566053644),(100355,3,1651872600,2022,5,6,5,23,30,'',0,99,99,0,0,'false','false',1566053644),(100356,3,1651921200,2022,5,7,6,13,0,'',0,99,99,0,0,'false','false',1566053644),(100357,3,1651923000,2022,5,7,6,13,30,'',0,99,99,0,0,'false','false',1566053644),(100358,3,1651924800,2022,5,7,6,14,0,'',0,99,99,0,0,'false','false',1566053644),(100359,3,1651926600,2022,5,7,6,14,30,'',0,99,99,0,0,'false','false',1566053644),(100360,3,1651928400,2022,5,7,6,15,0,'',0,99,99,0,0,'false','false',1566053644),(100361,3,1651930200,2022,5,7,6,15,30,'',0,99,99,0,0,'false','false',1566053644),(100362,3,1651932000,2022,5,7,6,16,0,'',0,99,99,0,0,'false','false',1566053644),(100363,3,1651933800,2022,5,7,6,16,30,'',0,99,99,0,0,'false','false',1566053644),(100364,3,1651946400,2022,5,7,6,20,0,'',0,99,99,0,0,'false','false',1566053644),(100365,3,1651948200,2022,5,7,6,20,30,'',0,99,99,0,0,'false','false',1566053644),(100366,3,1651950000,2022,5,7,6,21,0,'',0,99,99,0,0,'false','false',1566053644),(100367,3,1651951800,2022,5,7,6,21,30,'',0,99,99,0,0,'false','false',1566053644),(100368,3,1651953600,2022,5,7,6,22,0,'',0,99,99,0,0,'false','false',1566053644),(100369,3,1651955400,2022,5,7,6,22,30,'',0,99,99,0,0,'false','false',1566053644),(100370,3,1651957200,2022,5,7,6,23,0,'',0,99,99,0,0,'false','false',1566053644),(100371,3,1651959000,2022,5,7,6,23,30,'',0,99,99,0,0,'false','false',1566053644),(100372,3,1652007600,2022,5,8,0,13,0,'',0,99,99,0,0,'false','false',1566053644),(100373,3,1652009400,2022,5,8,0,13,30,'',0,99,99,0,0,'false','false',1566053644),(100374,3,1652011200,2022,5,8,0,14,0,'',0,99,99,0,0,'false','false',1566053644),(100375,3,1652013000,2022,5,8,0,14,30,'',0,99,99,0,0,'false','false',1566053644),(100376,3,1652014800,2022,5,8,0,15,0,'',0,99,99,0,0,'false','false',1566053644),(100377,3,1652016600,2022,5,8,0,15,30,'',0,99,99,0,0,'false','false',1566053644),(100378,3,1652018400,2022,5,8,0,16,0,'',0,99,99,0,0,'false','false',1566053644),(100379,3,1652020200,2022,5,8,0,16,30,'',0,99,99,0,0,'false','false',1566053644),(100380,3,1652094000,2022,5,9,1,13,0,'',0,99,99,0,0,'false','false',1566053644),(100381,3,1652095800,2022,5,9,1,13,30,'',0,99,99,0,0,'false','false',1566053644),(100382,3,1652097600,2022,5,9,1,14,0,'',0,99,99,0,0,'false','false',1566053644),(100383,3,1652099400,2022,5,9,1,14,30,'',0,99,99,0,0,'false','false',1566053644),(100384,3,1652101200,2022,5,9,1,15,0,'',0,99,99,0,0,'false','false',1566053644),(100385,3,1652103000,2022,5,9,1,15,30,'',0,99,99,0,0,'false','false',1566053644),(100386,3,1652119200,2022,5,9,1,20,0,'',0,99,99,0,0,'false','false',1566053644),(100387,3,1652121000,2022,5,9,1,20,30,'',0,99,99,0,0,'false','false',1566053644),(100388,3,1652122800,2022,5,9,1,21,0,'',0,99,99,0,0,'false','false',1566053644),(100389,3,1652124600,2022,5,9,1,21,30,'',0,99,99,0,0,'false','false',1566053644),(100390,3,1652126400,2022,5,9,1,22,0,'',0,99,99,0,0,'false','false',1566053644),(100391,3,1652128200,2022,5,9,1,22,30,'',0,99,99,0,0,'false','false',1566053644),(100392,3,1652130000,2022,5,9,1,23,0,'',0,99,99,0,0,'false','false',1566053644),(100393,3,1652131800,2022,5,9,1,23,30,'',0,99,99,0,0,'false','false',1566053644),(100394,3,1652180400,2022,5,10,2,13,0,'',0,99,99,0,0,'false','false',1566053644),(100395,3,1652182200,2022,5,10,2,13,30,'',0,99,99,0,0,'false','false',1566053644),(100396,3,1652184000,2022,5,10,2,14,0,'',0,99,99,0,0,'false','false',1566053644),(100397,3,1652185800,2022,5,10,2,14,30,'',0,99,99,0,0,'false','false',1566053644),(100398,3,1652187600,2022,5,10,2,15,0,'',0,99,99,0,0,'false','false',1566053644),(100399,3,1652189400,2022,5,10,2,15,30,'',0,99,99,0,0,'false','false',1566053644),(100400,3,1652191200,2022,5,10,2,16,0,'',0,99,99,0,0,'false','false',1566053644),(100401,3,1652193000,2022,5,10,2,16,30,'',0,99,99,0,0,'false','false',1566053644),(100402,3,1652205600,2022,5,10,2,20,0,'',0,99,99,0,0,'false','false',1566053644),(100403,3,1652207400,2022,5,10,2,20,30,'',0,99,99,0,0,'false','false',1566053644),(100404,3,1652209200,2022,5,10,2,21,0,'',0,99,99,0,0,'false','false',1566053644),(100405,3,1652211000,2022,5,10,2,21,30,'',0,99,99,0,0,'false','false',1566053644),(100406,3,1652212800,2022,5,10,2,22,0,'',0,99,99,0,0,'false','false',1566053644),(100407,3,1652214600,2022,5,10,2,22,30,'',0,99,99,0,0,'false','false',1566053644),(100408,3,1652216400,2022,5,10,2,23,0,'',0,99,99,0,0,'false','false',1566053644),(100409,3,1652218200,2022,5,10,2,23,30,'',0,99,99,0,0,'false','false',1566053644),(100410,3,1652266800,2022,5,11,3,13,0,'',0,99,99,0,0,'false','false',1566053644),(100411,3,1652268600,2022,5,11,3,13,30,'',0,99,99,0,0,'false','false',1566053644),(100412,3,1652270400,2022,5,11,3,14,0,'',0,99,99,0,0,'false','false',1566053644),(100413,3,1652272200,2022,5,11,3,14,30,'',0,99,99,0,0,'false','false',1566053644),(100414,3,1652274000,2022,5,11,3,15,0,'',0,99,99,0,0,'false','false',1566053644),(100415,3,1652275800,2022,5,11,3,15,30,'',0,99,99,0,0,'false','false',1566053644),(100416,3,1652277600,2022,5,11,3,16,0,'',0,99,99,0,0,'false','false',1566053644),(100417,3,1652279400,2022,5,11,3,16,30,'',0,99,99,0,0,'false','false',1566053644),(100418,3,1652292000,2022,5,11,3,20,0,'',0,99,99,0,0,'false','false',1566053644),(100419,3,1652293800,2022,5,11,3,20,30,'',0,99,99,0,0,'false','false',1566053644),(100420,3,1652295600,2022,5,11,3,21,0,'',0,99,99,0,0,'false','false',1566053644),(100421,3,1652297400,2022,5,11,3,21,30,'',0,99,99,0,0,'false','false',1566053644),(100422,3,1652299200,2022,5,11,3,22,0,'',0,99,99,0,0,'false','false',1566053644),(100423,3,1652301000,2022,5,11,3,22,30,'',0,99,99,0,0,'false','false',1566053644),(100424,3,1652302800,2022,5,11,3,23,0,'',0,99,99,0,0,'false','false',1566053644),(100425,3,1652304600,2022,5,11,3,23,30,'',0,99,99,0,0,'false','false',1566053644),(100426,3,1652353200,2022,5,12,4,13,0,'',0,99,99,0,0,'false','false',1566053644),(100427,3,1652355000,2022,5,12,4,13,30,'',0,99,99,0,0,'false','false',1566053644),(100428,3,1652356800,2022,5,12,4,14,0,'',0,99,99,0,0,'false','false',1566053644),(100429,3,1652358600,2022,5,12,4,14,30,'',0,99,99,0,0,'false','false',1566053644),(100430,3,1652360400,2022,5,12,4,15,0,'',0,99,99,0,0,'false','false',1566053644),(100431,3,1652362200,2022,5,12,4,15,30,'',0,99,99,0,0,'false','false',1566053644),(100432,3,1652364000,2022,5,12,4,16,0,'',0,99,99,0,0,'false','false',1566053644),(100433,3,1652365800,2022,5,12,4,16,30,'',0,99,99,0,0,'false','false',1566053644),(100434,3,1652378400,2022,5,12,4,20,0,'',0,99,99,0,0,'false','false',1566053644),(100435,3,1652380200,2022,5,12,4,20,30,'',0,99,99,0,0,'false','false',1566053644),(100436,3,1652382000,2022,5,12,4,21,0,'',0,99,99,0,0,'false','false',1566053644),(100437,3,1652383800,2022,5,12,4,21,30,'',0,99,99,0,0,'false','false',1566053644),(100438,3,1652385600,2022,5,12,4,22,0,'',0,99,99,0,0,'false','false',1566053644),(100439,3,1652387400,2022,5,12,4,22,30,'',0,99,99,0,0,'false','false',1566053644),(100440,3,1652389200,2022,5,12,4,23,0,'',0,99,99,0,0,'false','false',1566053644),(100441,3,1652391000,2022,5,12,4,23,30,'',0,99,99,0,0,'false','false',1566053644),(100442,1,1652612400,2022,5,15,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100443,1,1652614200,2022,5,15,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100444,1,1652616000,2022,5,15,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100445,1,1652617800,2022,5,15,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100446,1,1652619600,2022,5,15,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100447,1,1652621400,2022,5,15,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100448,1,1652623200,2022,5,15,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100449,1,1652625000,2022,5,15,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100450,1,1653217200,2022,5,22,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100451,1,1653219000,2022,5,22,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100452,1,1653220800,2022,5,22,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100453,1,1653222600,2022,5,22,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100454,1,1653224400,2022,5,22,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100455,1,1653226200,2022,5,22,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100456,1,1653228000,2022,5,22,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100457,1,1653229800,2022,5,22,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100458,1,1653822000,2022,5,29,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100459,1,1653823800,2022,5,29,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100460,1,1653825600,2022,5,29,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100461,1,1653827400,2022,5,29,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100462,1,1653829200,2022,5,29,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100463,1,1653831000,2022,5,29,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100464,1,1653832800,2022,5,29,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100465,1,1653834600,2022,5,29,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100466,1,1654426800,2022,6,5,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100467,1,1654428600,2022,6,5,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100468,1,1654430400,2022,6,5,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100469,1,1654432200,2022,6,5,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100470,1,1654434000,2022,6,5,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100471,1,1654435800,2022,6,5,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100472,1,1654437600,2022,6,5,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100473,1,1654439400,2022,6,5,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100500,3,1652439600,2022,5,13,5,13,0,'',0,99,99,0,0,'false','false',1568314567),(100501,3,1652441400,2022,5,13,5,13,30,'',0,99,99,0,0,'false','false',1568314567),(100502,3,1652443200,2022,5,13,5,14,0,'',0,99,99,0,0,'false','false',1568314567),(100503,3,1652445000,2022,5,13,5,14,30,'',0,99,99,0,0,'false','false',1568314567),(100504,3,1652446800,2022,5,13,5,15,0,'',0,99,99,0,0,'false','false',1568314567),(100505,3,1652448600,2022,5,13,5,15,30,'',0,99,99,0,0,'false','false',1568314567),(100506,3,1652450400,2022,5,13,5,16,0,'',0,99,99,0,0,'false','false',1568314567),(100507,3,1652452200,2022,5,13,5,16,30,'',0,99,99,0,0,'false','false',1568314567),(100508,3,1652464800,2022,5,13,5,20,0,'',0,99,99,0,0,'false','false',1568314567),(100509,3,1652466600,2022,5,13,5,20,30,'',0,99,99,0,0,'false','false',1568314567),(100510,3,1652468400,2022,5,13,5,21,0,'',0,99,99,0,0,'false','false',1568314567),(100511,3,1652470200,2022,5,13,5,21,30,'',0,99,99,0,0,'false','false',1568314567),(100512,3,1652472000,2022,5,13,5,22,0,'',0,99,99,0,0,'false','false',1568314567),(100513,3,1652473800,2022,5,13,5,22,30,'',0,99,99,0,0,'false','false',1568314567),(100514,3,1652475600,2022,5,13,5,23,0,'',0,99,99,0,0,'false','false',1568314567),(100515,3,1652477400,2022,5,13,5,23,30,'',0,99,99,0,0,'false','false',1568314567),(100516,3,1652526000,2022,5,14,6,13,0,'',0,99,99,0,0,'false','false',1568314567),(100517,3,1652527800,2022,5,14,6,13,30,'',0,99,99,0,0,'false','false',1568314567),(100518,3,1652529600,2022,5,14,6,14,0,'',0,99,99,0,0,'false','false',1568314567),(100519,3,1652531400,2022,5,14,6,14,30,'',0,99,99,0,0,'false','false',1568314567),(100520,3,1652533200,2022,5,14,6,15,0,'',0,99,99,0,0,'false','false',1568314567),(100521,3,1652535000,2022,5,14,6,15,30,'',0,99,99,0,0,'false','false',1568314567),(100522,3,1652536800,2022,5,14,6,16,0,'',0,99,99,0,0,'false','false',1568314567),(100523,3,1652538600,2022,5,14,6,16,30,'',0,99,99,0,0,'false','false',1568314567),(100524,3,1652551200,2022,5,14,6,20,0,'',0,99,99,0,0,'false','false',1568314567),(100525,3,1652553000,2022,5,14,6,20,30,'',0,99,99,0,0,'false','false',1568314567),(100526,3,1652554800,2022,5,14,6,21,0,'',0,99,99,0,0,'false','false',1568314567),(100527,3,1652556600,2022,5,14,6,21,30,'',0,99,99,0,0,'false','false',1568314567),(100528,3,1652558400,2022,5,14,6,22,0,'',0,99,99,0,0,'false','false',1568314567),(100529,3,1652560200,2022,5,14,6,22,30,'',0,99,99,0,0,'false','false',1568314567),(100530,3,1652562000,2022,5,14,6,23,0,'',0,99,99,0,0,'false','false',1568314567),(100531,3,1652563800,2022,5,14,6,23,30,'',0,99,99,0,0,'false','false',1568314567),(100532,3,1652612400,2022,5,15,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100533,3,1652614200,2022,5,15,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100534,3,1652616000,2022,5,15,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100535,3,1652617800,2022,5,15,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100536,3,1652619600,2022,5,15,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100537,3,1652621400,2022,5,15,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100538,3,1652623200,2022,5,15,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100539,3,1652625000,2022,5,15,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100540,3,1652698800,2022,5,16,1,13,0,'',0,99,99,0,0,'false','false',1568314567),(100541,3,1652700600,2022,5,16,1,13,30,'',0,99,99,0,0,'false','false',1568314567),(100542,3,1652702400,2022,5,16,1,14,0,'',0,99,99,0,0,'false','false',1568314567),(100543,3,1652704200,2022,5,16,1,14,30,'',0,99,99,0,0,'false','false',1568314567),(100544,3,1652706000,2022,5,16,1,15,0,'',0,99,99,0,0,'false','false',1568314567),(100545,3,1652707800,2022,5,16,1,15,30,'',0,99,99,0,0,'false','false',1568314567),(100546,3,1652724000,2022,5,16,1,20,0,'',0,99,99,0,0,'false','false',1568314567),(100547,3,1652725800,2022,5,16,1,20,30,'',0,99,99,0,0,'false','false',1568314567),(100548,3,1652727600,2022,5,16,1,21,0,'',0,99,99,0,0,'false','false',1568314567),(100549,3,1652729400,2022,5,16,1,21,30,'',0,99,99,0,0,'false','false',1568314567),(100550,3,1652731200,2022,5,16,1,22,0,'',0,99,99,0,0,'false','false',1568314567),(100551,3,1652733000,2022,5,16,1,22,30,'',0,99,99,0,0,'false','false',1568314567),(100552,3,1652734800,2022,5,16,1,23,0,'',0,99,99,0,0,'false','false',1568314567),(100553,3,1652736600,2022,5,16,1,23,30,'',0,99,99,0,0,'false','false',1568314567),(100554,3,1652785200,2022,5,17,2,13,0,'',0,99,99,0,0,'false','false',1568314567),(100555,3,1652787000,2022,5,17,2,13,30,'',0,99,99,0,0,'false','false',1568314567),(100556,3,1652788800,2022,5,17,2,14,0,'',0,99,99,0,0,'false','false',1568314567),(100557,3,1652790600,2022,5,17,2,14,30,'',0,99,99,0,0,'false','false',1568314567),(100558,3,1652792400,2022,5,17,2,15,0,'',0,99,99,0,0,'false','false',1568314567),(100559,3,1652794200,2022,5,17,2,15,30,'',0,99,99,0,0,'false','false',1568314567),(100560,3,1652796000,2022,5,17,2,16,0,'',0,99,99,0,0,'false','false',1568314567),(100561,3,1652797800,2022,5,17,2,16,30,'',0,99,99,0,0,'false','false',1568314567),(100562,3,1652810400,2022,5,17,2,20,0,'',0,99,99,0,0,'false','false',1568314567),(100563,3,1652812200,2022,5,17,2,20,30,'',0,99,99,0,0,'false','false',1568314567),(100564,3,1652814000,2022,5,17,2,21,0,'',0,99,99,0,0,'false','false',1568314567),(100565,3,1652815800,2022,5,17,2,21,30,'',0,99,99,0,0,'false','false',1568314567),(100566,3,1652817600,2022,5,17,2,22,0,'',0,99,99,0,0,'false','false',1568314567),(100567,3,1652819400,2022,5,17,2,22,30,'',0,99,99,0,0,'false','false',1568314567),(100568,3,1652821200,2022,5,17,2,23,0,'',0,99,99,0,0,'false','false',1568314567),(100569,3,1652823000,2022,5,17,2,23,30,'',0,99,99,0,0,'false','false',1568314567),(100570,3,1652871600,2022,5,18,3,13,0,'',0,99,99,0,0,'false','false',1568314567),(100571,3,1652873400,2022,5,18,3,13,30,'',0,99,99,0,0,'false','false',1568314567),(100572,3,1652875200,2022,5,18,3,14,0,'',0,99,99,0,0,'false','false',1568314567),(100573,3,1652877000,2022,5,18,3,14,30,'',0,99,99,0,0,'false','false',1568314567),(100574,3,1652878800,2022,5,18,3,15,0,'',0,99,99,0,0,'false','false',1568314567),(100575,3,1652880600,2022,5,18,3,15,30,'',0,99,99,0,0,'false','false',1568314567),(100576,3,1652882400,2022,5,18,3,16,0,'',0,99,99,0,0,'false','false',1568314567),(100577,3,1652884200,2022,5,18,3,16,30,'',0,99,99,0,0,'false','false',1568314567),(100578,3,1652896800,2022,5,18,3,20,0,'',0,99,99,0,0,'false','false',1568314567),(100579,3,1652898600,2022,5,18,3,20,30,'',0,99,99,0,0,'false','false',1568314567),(100580,3,1652900400,2022,5,18,3,21,0,'',0,99,99,0,0,'false','false',1568314567),(100581,3,1652902200,2022,5,18,3,21,30,'',0,99,99,0,0,'false','false',1568314567),(100582,3,1652904000,2022,5,18,3,22,0,'',0,99,99,0,0,'false','false',1568314567),(100583,3,1652905800,2022,5,18,3,22,30,'',0,99,99,0,0,'false','false',1568314567),(100584,3,1652907600,2022,5,18,3,23,0,'',0,99,99,0,0,'false','false',1568314567),(100585,3,1652909400,2022,5,18,3,23,30,'',0,99,99,0,0,'false','false',1568314567),(100586,3,1652958000,2022,5,19,4,13,0,'',0,99,99,0,0,'false','false',1568314567),(100587,3,1652959800,2022,5,19,4,13,30,'',0,99,99,0,0,'false','false',1568314567),(100588,3,1652961600,2022,5,19,4,14,0,'',0,99,99,0,0,'false','false',1568314567),(100589,3,1652963400,2022,5,19,4,14,30,'',0,99,99,0,0,'false','false',1568314567),(100590,3,1652965200,2022,5,19,4,15,0,'',0,99,99,0,0,'false','false',1568314567),(100591,3,1652967000,2022,5,19,4,15,30,'',0,99,99,0,0,'false','false',1568314567),(100592,3,1652968800,2022,5,19,4,16,0,'',0,99,99,0,0,'false','false',1568314567),(100593,3,1652970600,2022,5,19,4,16,30,'',0,99,99,0,0,'false','false',1568314567),(100594,3,1652983200,2022,5,19,4,20,0,'',0,99,99,0,0,'false','false',1568314567),(100595,3,1652985000,2022,5,19,4,20,30,'',0,99,99,0,0,'false','false',1568314567),(100596,3,1652986800,2022,5,19,4,21,0,'',0,99,99,0,0,'false','false',1568314567),(100597,3,1652988600,2022,5,19,4,21,30,'',0,99,99,0,0,'false','false',1568314567),(100598,3,1652990400,2022,5,19,4,22,0,'',0,99,99,0,0,'false','false',1568314567),(100599,3,1652992200,2022,5,19,4,22,30,'',0,99,99,0,0,'false','false',1568314567),(100600,3,1652994000,2022,5,19,4,23,0,'',0,99,99,0,0,'false','false',1568314567),(100601,3,1652995800,2022,5,19,4,23,30,'',0,99,99,0,0,'false','false',1568314567),(100602,3,1653044400,2022,5,20,5,13,0,'',0,99,99,0,0,'false','false',1568314567),(100603,3,1653046200,2022,5,20,5,13,30,'',0,99,99,0,0,'false','false',1568314567),(100604,3,1653048000,2022,5,20,5,14,0,'',0,99,99,0,0,'false','false',1568314567),(100605,3,1653049800,2022,5,20,5,14,30,'',0,99,99,0,0,'false','false',1568314567),(100606,3,1653051600,2022,5,20,5,15,0,'',0,99,99,0,0,'false','false',1568314567),(100607,3,1653053400,2022,5,20,5,15,30,'',0,99,99,0,0,'false','false',1568314567),(100608,3,1653055200,2022,5,20,5,16,0,'',0,99,99,0,0,'false','false',1568314567),(100609,3,1653057000,2022,5,20,5,16,30,'',0,99,99,0,0,'false','false',1568314567),(100610,3,1653069600,2022,5,20,5,20,0,'',0,99,99,0,0,'false','false',1568314567),(100611,3,1653071400,2022,5,20,5,20,30,'',0,99,99,0,0,'false','false',1568314567),(100612,3,1653073200,2022,5,20,5,21,0,'',0,99,99,0,0,'false','false',1568314567),(100613,3,1653075000,2022,5,20,5,21,30,'',0,99,99,0,0,'false','false',1568314567),(100614,3,1653076800,2022,5,20,5,22,0,'',0,99,99,0,0,'false','false',1568314567),(100615,3,1653078600,2022,5,20,5,22,30,'',0,99,99,0,0,'false','false',1568314567),(100616,3,1653080400,2022,5,20,5,23,0,'',0,99,99,0,0,'false','false',1568314567),(100617,3,1653082200,2022,5,20,5,23,30,'',0,99,99,0,0,'false','false',1568314567),(100618,3,1653130800,2022,5,21,6,13,0,'',0,99,99,0,0,'false','false',1568314567),(100619,3,1653132600,2022,5,21,6,13,30,'',0,99,99,0,0,'false','false',1568314567),(100620,3,1653134400,2022,5,21,6,14,0,'',0,99,99,0,0,'false','false',1568314567),(100621,3,1653136200,2022,5,21,6,14,30,'',0,99,99,0,0,'false','false',1568314567),(100622,3,1653138000,2022,5,21,6,15,0,'',0,99,99,0,0,'false','false',1568314567),(100623,3,1653139800,2022,5,21,6,15,30,'',0,99,99,0,0,'false','false',1568314567),(100624,3,1653141600,2022,5,21,6,16,0,'',0,99,99,0,0,'false','false',1568314567),(100625,3,1653143400,2022,5,21,6,16,30,'',0,99,99,0,0,'false','false',1568314567),(100626,3,1653156000,2022,5,21,6,20,0,'',0,99,99,0,0,'false','false',1568314567),(100627,3,1653157800,2022,5,21,6,20,30,'',0,99,99,0,0,'false','false',1568314567),(100628,3,1653159600,2022,5,21,6,21,0,'',0,99,99,0,0,'false','false',1568314567),(100629,3,1653161400,2022,5,21,6,21,30,'',0,99,99,0,0,'false','false',1568314567),(100630,3,1653163200,2022,5,21,6,22,0,'',0,99,99,0,0,'false','false',1568314567),(100631,3,1653165000,2022,5,21,6,22,30,'',0,99,99,0,0,'false','false',1568314567),(100632,3,1653166800,2022,5,21,6,23,0,'',0,99,99,0,0,'false','false',1568314567),(100633,3,1653168600,2022,5,21,6,23,30,'',0,99,99,0,0,'false','false',1568314567),(100634,3,1653217200,2022,5,22,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100635,3,1653219000,2022,5,22,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100636,3,1653220800,2022,5,22,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100637,3,1653222600,2022,5,22,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100638,3,1653224400,2022,5,22,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100639,3,1653226200,2022,5,22,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100640,3,1653228000,2022,5,22,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100641,3,1653229800,2022,5,22,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100642,3,1653303600,2022,5,23,1,13,0,'',0,99,99,0,0,'false','false',1568314567),(100643,3,1653305400,2022,5,23,1,13,30,'',0,99,99,0,0,'false','false',1568314567),(100644,3,1653307200,2022,5,23,1,14,0,'',0,99,99,0,0,'false','false',1568314567),(100645,3,1653309000,2022,5,23,1,14,30,'',0,99,99,0,0,'false','false',1568314567),(100646,3,1653310800,2022,5,23,1,15,0,'',0,99,99,0,0,'false','false',1568314567),(100647,3,1653312600,2022,5,23,1,15,30,'',0,99,99,0,0,'false','false',1568314567),(100648,3,1653328800,2022,5,23,1,20,0,'',0,99,99,0,0,'false','false',1568314567),(100649,3,1653330600,2022,5,23,1,20,30,'',0,99,99,0,0,'false','false',1568314567),(100650,3,1653332400,2022,5,23,1,21,0,'',0,99,99,0,0,'false','false',1568314567),(100651,3,1653334200,2022,5,23,1,21,30,'',0,99,99,0,0,'false','false',1568314567),(100652,3,1653336000,2022,5,23,1,22,0,'',0,99,99,0,0,'false','false',1568314567),(100653,3,1653337800,2022,5,23,1,22,30,'',0,99,99,0,0,'false','false',1568314567),(100654,3,1653339600,2022,5,23,1,23,0,'',0,99,99,0,0,'false','false',1568314567),(100655,3,1653341400,2022,5,23,1,23,30,'',0,99,99,0,0,'false','false',1568314567),(100656,3,1653390000,2022,5,24,2,13,0,'',0,99,99,0,0,'false','false',1568314567),(100657,3,1653391800,2022,5,24,2,13,30,'',0,99,99,0,0,'false','false',1568314567),(100658,3,1653393600,2022,5,24,2,14,0,'',0,99,99,0,0,'false','false',1568314567),(100659,3,1653395400,2022,5,24,2,14,30,'',0,99,99,0,0,'false','false',1568314567),(100660,3,1653397200,2022,5,24,2,15,0,'',0,99,99,0,0,'false','false',1568314567),(100661,3,1653399000,2022,5,24,2,15,30,'',0,99,99,0,0,'false','false',1568314567),(100662,3,1653400800,2022,5,24,2,16,0,'',0,99,99,0,0,'false','false',1568314567),(100663,3,1653402600,2022,5,24,2,16,30,'',0,99,99,0,0,'false','false',1568314567),(100664,3,1653415200,2022,5,24,2,20,0,'',0,99,99,0,0,'false','false',1568314567),(100665,3,1653417000,2022,5,24,2,20,30,'',0,99,99,0,0,'false','false',1568314567),(100666,3,1653418800,2022,5,24,2,21,0,'',0,99,99,0,0,'false','false',1568314567),(100667,3,1653420600,2022,5,24,2,21,30,'',0,99,99,0,0,'false','false',1568314567),(100668,3,1653422400,2022,5,24,2,22,0,'',0,99,99,0,0,'false','false',1568314567),(100669,3,1653424200,2022,5,24,2,22,30,'',0,99,99,0,0,'false','false',1568314567),(100670,3,1653426000,2022,5,24,2,23,0,'',0,99,99,0,0,'false','false',1568314567),(100671,3,1653427800,2022,5,24,2,23,30,'',0,99,99,0,0,'false','false',1568314567),(100672,3,1653476400,2022,5,25,3,13,0,'',0,99,99,0,0,'false','false',1568314567),(100673,3,1653478200,2022,5,25,3,13,30,'',0,99,99,0,0,'false','false',1568314567),(100674,3,1653480000,2022,5,25,3,14,0,'',0,99,99,0,0,'false','false',1568314567),(100675,3,1653481800,2022,5,25,3,14,30,'',0,99,99,0,0,'false','false',1568314567),(100676,3,1653483600,2022,5,25,3,15,0,'',0,99,99,0,0,'false','false',1568314567),(100677,3,1653485400,2022,5,25,3,15,30,'',0,99,99,0,0,'false','false',1568314567),(100678,3,1653487200,2022,5,25,3,16,0,'',0,99,99,0,0,'false','false',1568314567),(100679,3,1653489000,2022,5,25,3,16,30,'',0,99,99,0,0,'false','false',1568314567),(100680,3,1653501600,2022,5,25,3,20,0,'',0,99,99,0,0,'false','false',1568314567),(100681,3,1653503400,2022,5,25,3,20,30,'',0,99,99,0,0,'false','false',1568314567),(100682,3,1653505200,2022,5,25,3,21,0,'',0,99,99,0,0,'false','false',1568314567),(100683,3,1653507000,2022,5,25,3,21,30,'',0,99,99,0,0,'false','false',1568314567),(100684,3,1653508800,2022,5,25,3,22,0,'',0,99,99,0,0,'false','false',1568314567),(100685,3,1653510600,2022,5,25,3,22,30,'',0,99,99,0,0,'false','false',1568314567),(100686,3,1653512400,2022,5,25,3,23,0,'',0,99,99,0,0,'false','false',1568314567),(100687,3,1653514200,2022,5,25,3,23,30,'',0,99,99,0,0,'false','false',1568314567),(100688,3,1653562800,2022,5,26,4,13,0,'',0,99,99,0,0,'false','false',1568314567),(100689,3,1653564600,2022,5,26,4,13,30,'',0,99,99,0,0,'false','false',1568314567),(100690,3,1653566400,2022,5,26,4,14,0,'',0,99,99,0,0,'false','false',1568314567),(100691,3,1653568200,2022,5,26,4,14,30,'',0,99,99,0,0,'false','false',1568314567),(100692,3,1653570000,2022,5,26,4,15,0,'',0,99,99,0,0,'false','false',1568314567),(100693,3,1653571800,2022,5,26,4,15,30,'',0,99,99,0,0,'false','false',1568314567),(100694,3,1653573600,2022,5,26,4,16,0,'',0,99,99,0,0,'false','false',1568314567),(100695,3,1653575400,2022,5,26,4,16,30,'',0,99,99,0,0,'false','false',1568314567),(100696,3,1653588000,2022,5,26,4,20,0,'',0,99,99,0,0,'false','false',1568314567),(100697,3,1653589800,2022,5,26,4,20,30,'',0,99,99,0,0,'false','false',1568314567),(100698,3,1653591600,2022,5,26,4,21,0,'',0,99,99,0,0,'false','false',1568314567),(100699,3,1653593400,2022,5,26,4,21,30,'',0,99,99,0,0,'false','false',1568314567),(100700,3,1653595200,2022,5,26,4,22,0,'',0,99,99,0,0,'false','false',1568314567),(100701,3,1653597000,2022,5,26,4,22,30,'',0,99,99,0,0,'false','false',1568314567),(100702,3,1653598800,2022,5,26,4,23,0,'',0,99,99,0,0,'false','false',1568314567),(100703,3,1653600600,2022,5,26,4,23,30,'',0,99,99,0,0,'false','false',1568314567),(100704,3,1653649200,2022,5,27,5,13,0,'',0,99,99,0,0,'false','false',1568314567),(100705,3,1653651000,2022,5,27,5,13,30,'',0,99,99,0,0,'false','false',1568314567),(100706,3,1653652800,2022,5,27,5,14,0,'',0,99,99,0,0,'false','false',1568314567),(100707,3,1653654600,2022,5,27,5,14,30,'',0,99,99,0,0,'false','false',1568314567),(100708,3,1653656400,2022,5,27,5,15,0,'',0,99,99,0,0,'false','false',1568314567),(100709,3,1653658200,2022,5,27,5,15,30,'',0,99,99,0,0,'false','false',1568314567),(100710,3,1653660000,2022,5,27,5,16,0,'',0,99,99,0,0,'false','false',1568314567),(100711,3,1653661800,2022,5,27,5,16,30,'',0,99,99,0,0,'false','false',1568314567),(100712,3,1653674400,2022,5,27,5,20,0,'',0,99,99,0,0,'false','false',1568314567),(100713,3,1653676200,2022,5,27,5,20,30,'',0,99,99,0,0,'false','false',1568314567),(100714,3,1653678000,2022,5,27,5,21,0,'',0,99,99,0,0,'false','false',1568314567),(100715,3,1653679800,2022,5,27,5,21,30,'',0,99,99,0,0,'false','false',1568314567),(100716,3,1653681600,2022,5,27,5,22,0,'',0,99,99,0,0,'false','false',1568314567),(100717,3,1653683400,2022,5,27,5,22,30,'',0,99,99,0,0,'false','false',1568314567),(100718,3,1653685200,2022,5,27,5,23,0,'',0,99,99,0,0,'false','false',1568314567),(100719,3,1653687000,2022,5,27,5,23,30,'',0,99,99,0,0,'false','false',1568314567),(100720,3,1653735600,2022,5,28,6,13,0,'',0,99,99,0,0,'false','false',1568314567),(100721,3,1653737400,2022,5,28,6,13,30,'',0,99,99,0,0,'false','false',1568314567),(100722,3,1653739200,2022,5,28,6,14,0,'',0,99,99,0,0,'false','false',1568314567),(100723,3,1653741000,2022,5,28,6,14,30,'',0,99,99,0,0,'false','false',1568314567),(100724,3,1653742800,2022,5,28,6,15,0,'',0,99,99,0,0,'false','false',1568314567),(100725,3,1653744600,2022,5,28,6,15,30,'',0,99,99,0,0,'false','false',1568314567),(100726,3,1653746400,2022,5,28,6,16,0,'',0,99,99,0,0,'false','false',1568314567),(100727,3,1653748200,2022,5,28,6,16,30,'',0,99,99,0,0,'false','false',1568314567),(100728,3,1653760800,2022,5,28,6,20,0,'',0,99,99,0,0,'false','false',1568314567),(100729,3,1653762600,2022,5,28,6,20,30,'',0,99,99,0,0,'false','false',1568314567),(100730,3,1653764400,2022,5,28,6,21,0,'',0,99,99,0,0,'false','false',1568314567),(100731,3,1653766200,2022,5,28,6,21,30,'',0,99,99,0,0,'false','false',1568314567),(100732,3,1653768000,2022,5,28,6,22,0,'',0,99,99,0,0,'false','false',1568314567),(100733,3,1653769800,2022,5,28,6,22,30,'',0,99,99,0,0,'false','false',1568314567),(100734,3,1653771600,2022,5,28,6,23,0,'',0,99,99,0,0,'false','false',1568314567),(100735,3,1653773400,2022,5,28,6,23,30,'',0,99,99,0,0,'false','false',1568314567),(100736,3,1653822000,2022,5,29,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100737,3,1653823800,2022,5,29,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100738,3,1653825600,2022,5,29,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100739,3,1653827400,2022,5,29,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100740,3,1653829200,2022,5,29,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100741,3,1653831000,2022,5,29,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100742,3,1653832800,2022,5,29,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100743,3,1653834600,2022,5,29,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100744,3,1653908400,2022,5,30,1,13,0,'',0,99,99,0,0,'false','false',1568314567),(100745,3,1653910200,2022,5,30,1,13,30,'',0,99,99,0,0,'false','false',1568314567),(100746,3,1653912000,2022,5,30,1,14,0,'',0,99,99,0,0,'false','false',1568314567),(100747,3,1653913800,2022,5,30,1,14,30,'',0,99,99,0,0,'false','false',1568314567),(100748,3,1653915600,2022,5,30,1,15,0,'',0,99,99,0,0,'false','false',1568314567),(100749,3,1653917400,2022,5,30,1,15,30,'',0,99,99,0,0,'false','false',1568314567),(100750,3,1653933600,2022,5,30,1,20,0,'',0,99,99,0,0,'false','false',1568314567),(100751,3,1653935400,2022,5,30,1,20,30,'',0,99,99,0,0,'false','false',1568314567),(100752,3,1653937200,2022,5,30,1,21,0,'',0,99,99,0,0,'false','false',1568314567),(100753,3,1653939000,2022,5,30,1,21,30,'',0,99,99,0,0,'false','false',1568314567),(100754,3,1653940800,2022,5,30,1,22,0,'',0,99,99,0,0,'false','false',1568314567),(100755,3,1653942600,2022,5,30,1,22,30,'',0,99,99,0,0,'false','false',1568314567),(100756,3,1653944400,2022,5,30,1,23,0,'',0,99,99,0,0,'false','false',1568314567),(100757,3,1653946200,2022,5,30,1,23,30,'',0,99,99,0,0,'false','false',1568314567),(100758,3,1653994800,2022,5,31,2,13,0,'',0,99,99,0,0,'false','false',1568314567),(100759,3,1653996600,2022,5,31,2,13,30,'',0,99,99,0,0,'false','false',1568314567),(100760,3,1653998400,2022,5,31,2,14,0,'',0,99,99,0,0,'false','false',1568314567),(100761,3,1654000200,2022,5,31,2,14,30,'',0,99,99,0,0,'false','false',1568314567),(100762,3,1654002000,2022,5,31,2,15,0,'',0,99,99,0,0,'false','false',1568314567),(100763,3,1654003800,2022,5,31,2,15,30,'',0,99,99,0,0,'false','false',1568314567),(100764,3,1654005600,2022,5,31,2,16,0,'',0,99,99,0,0,'false','false',1568314567),(100765,3,1654007400,2022,5,31,2,16,30,'',0,99,99,0,0,'false','false',1568314567),(100766,3,1654020000,2022,5,31,2,20,0,'',0,99,99,0,0,'false','false',1568314567),(100767,3,1654021800,2022,5,31,2,20,30,'',0,99,99,0,0,'false','false',1568314567),(100768,3,1654023600,2022,5,31,2,21,0,'',0,99,99,0,0,'false','false',1568314567),(100769,3,1654025400,2022,5,31,2,21,30,'',0,99,99,0,0,'false','false',1568314567),(100770,3,1654027200,2022,5,31,2,22,0,'',0,99,99,0,0,'false','false',1568314567),(100771,3,1654029000,2022,5,31,2,22,30,'',0,99,99,0,0,'false','false',1568314567),(100772,3,1654030800,2022,5,31,2,23,0,'',0,99,99,0,0,'false','false',1568314567),(100773,3,1654032600,2022,5,31,2,23,30,'',0,99,99,0,0,'false','false',1568314567),(100774,3,1654081200,2022,6,1,3,13,0,'',0,99,99,0,0,'false','false',1568314567),(100775,3,1654083000,2022,6,1,3,13,30,'',0,99,99,0,0,'false','false',1568314567),(100776,3,1654084800,2022,6,1,3,14,0,'',0,99,99,0,0,'false','false',1568314567),(100777,3,1654086600,2022,6,1,3,14,30,'',0,99,99,0,0,'false','false',1568314567),(100778,3,1654088400,2022,6,1,3,15,0,'',0,99,99,0,0,'false','false',1568314567),(100779,3,1654090200,2022,6,1,3,15,30,'',0,99,99,0,0,'false','false',1568314567),(100780,3,1654092000,2022,6,1,3,16,0,'',0,99,99,0,0,'false','false',1568314567),(100781,3,1654093800,2022,6,1,3,16,30,'',0,99,99,0,0,'false','false',1568314567),(100782,3,1654106400,2022,6,1,3,20,0,'',0,99,99,0,0,'false','false',1568314567),(100783,3,1654108200,2022,6,1,3,20,30,'',0,99,99,0,0,'false','false',1568314567),(100784,3,1654110000,2022,6,1,3,21,0,'',0,99,99,0,0,'false','false',1568314567),(100785,3,1654111800,2022,6,1,3,21,30,'',0,99,99,0,0,'false','false',1568314567),(100786,3,1654113600,2022,6,1,3,22,0,'',0,99,99,0,0,'false','false',1568314567),(100787,3,1654115400,2022,6,1,3,22,30,'',0,99,99,0,0,'false','false',1568314567),(100788,3,1654117200,2022,6,1,3,23,0,'',0,99,99,0,0,'false','false',1568314567),(100789,3,1654119000,2022,6,1,3,23,30,'',0,99,99,0,0,'false','false',1568314567),(100790,3,1654167600,2022,6,2,4,13,0,'',0,99,99,0,0,'false','false',1568314567),(100791,3,1654169400,2022,6,2,4,13,30,'',0,99,99,0,0,'false','false',1568314567),(100792,3,1654171200,2022,6,2,4,14,0,'',0,99,99,0,0,'false','false',1568314567),(100793,3,1654173000,2022,6,2,4,14,30,'',0,99,99,0,0,'false','false',1568314567),(100794,3,1654174800,2022,6,2,4,15,0,'',0,99,99,0,0,'false','false',1568314567),(100795,3,1654176600,2022,6,2,4,15,30,'',0,99,99,0,0,'false','false',1568314567),(100796,3,1654178400,2022,6,2,4,16,0,'',0,99,99,0,0,'false','false',1568314567),(100797,3,1654180200,2022,6,2,4,16,30,'',0,99,99,0,0,'false','false',1568314567),(100798,3,1654192800,2022,6,2,4,20,0,'',0,99,99,0,0,'false','false',1568314567),(100799,3,1654194600,2022,6,2,4,20,30,'',0,99,99,0,0,'false','false',1568314567),(100800,3,1654196400,2022,6,2,4,21,0,'',0,99,99,0,0,'false','false',1568314567),(100801,3,1654198200,2022,6,2,4,21,30,'',0,99,99,0,0,'false','false',1568314567),(100802,3,1654200000,2022,6,2,4,22,0,'',0,99,99,0,0,'false','false',1568314567),(100803,3,1654201800,2022,6,2,4,22,30,'',0,99,99,0,0,'false','false',1568314567),(100804,3,1654203600,2022,6,2,4,23,0,'',0,99,99,0,0,'false','false',1568314567),(100805,3,1654205400,2022,6,2,4,23,30,'',0,99,99,0,0,'false','false',1568314567),(100806,3,1654254000,2022,6,3,5,13,0,'',0,99,99,0,0,'false','false',1568314567),(100807,3,1654255800,2022,6,3,5,13,30,'',0,99,99,0,0,'false','false',1568314567),(100808,3,1654257600,2022,6,3,5,14,0,'',0,99,99,0,0,'false','false',1568314567),(100809,3,1654259400,2022,6,3,5,14,30,'',0,99,99,0,0,'false','false',1568314567),(100810,3,1654261200,2022,6,3,5,15,0,'',0,99,99,0,0,'false','false',1568314567),(100811,3,1654263000,2022,6,3,5,15,30,'',0,99,99,0,0,'false','false',1568314567),(100812,3,1654264800,2022,6,3,5,16,0,'',0,99,99,0,0,'false','false',1568314567),(100813,3,1654266600,2022,6,3,5,16,30,'',0,99,99,0,0,'false','false',1568314567),(100814,3,1654279200,2022,6,3,5,20,0,'',0,99,99,0,0,'false','false',1568314567),(100815,3,1654281000,2022,6,3,5,20,30,'',0,99,99,0,0,'false','false',1568314567),(100816,3,1654282800,2022,6,3,5,21,0,'',0,99,99,0,0,'false','false',1568314567),(100817,3,1654284600,2022,6,3,5,21,30,'',0,99,99,0,0,'false','false',1568314567),(100818,3,1654286400,2022,6,3,5,22,0,'',0,99,99,0,0,'false','false',1568314567),(100819,3,1654288200,2022,6,3,5,22,30,'',0,99,99,0,0,'false','false',1568314567),(100820,3,1654290000,2022,6,3,5,23,0,'',0,99,99,0,0,'false','false',1568314567),(100821,3,1654291800,2022,6,3,5,23,30,'',0,99,99,0,0,'false','false',1568314567),(100822,3,1654340400,2022,6,4,6,13,0,'',0,99,99,0,0,'false','false',1568314567),(100823,3,1654342200,2022,6,4,6,13,30,'',0,99,99,0,0,'false','false',1568314567),(100824,3,1654344000,2022,6,4,6,14,0,'',0,99,99,0,0,'false','false',1568314567),(100825,3,1654345800,2022,6,4,6,14,30,'',0,99,99,0,0,'false','false',1568314567),(100826,3,1654347600,2022,6,4,6,15,0,'',0,99,99,0,0,'false','false',1568314567),(100827,3,1654349400,2022,6,4,6,15,30,'',0,99,99,0,0,'false','false',1568314567),(100828,3,1654351200,2022,6,4,6,16,0,'',0,99,99,0,0,'false','false',1568314567),(100829,3,1654353000,2022,6,4,6,16,30,'',0,99,99,0,0,'false','false',1568314567),(100830,3,1654365600,2022,6,4,6,20,0,'',0,99,99,0,0,'false','false',1568314567),(100831,3,1654367400,2022,6,4,6,20,30,'',0,99,99,0,0,'false','false',1568314567),(100832,3,1654369200,2022,6,4,6,21,0,'',0,99,99,0,0,'false','false',1568314567),(100833,3,1654371000,2022,6,4,6,21,30,'',0,99,99,0,0,'false','false',1568314567),(100834,3,1654372800,2022,6,4,6,22,0,'',0,99,99,0,0,'false','false',1568314567),(100835,3,1654374600,2022,6,4,6,22,30,'',0,99,99,0,0,'false','false',1568314567),(100836,3,1654376400,2022,6,4,6,23,0,'',0,99,99,0,0,'false','false',1568314567),(100837,3,1654378200,2022,6,4,6,23,30,'',0,99,99,0,0,'false','false',1568314567),(100838,3,1654426800,2022,6,5,0,13,0,'',0,99,99,0,0,'false','false',1568314567),(100839,3,1654428600,2022,6,5,0,13,30,'',0,99,99,0,0,'false','false',1568314567),(100840,3,1654430400,2022,6,5,0,14,0,'',0,99,99,0,0,'false','false',1568314567),(100841,3,1654432200,2022,6,5,0,14,30,'',0,99,99,0,0,'false','false',1568314567),(100842,3,1654434000,2022,6,5,0,15,0,'',0,99,99,0,0,'false','false',1568314567),(100843,3,1654435800,2022,6,5,0,15,30,'',0,99,99,0,0,'false','false',1568314567),(100844,3,1654437600,2022,6,5,0,16,0,'',0,99,99,0,0,'false','false',1568314567),(100845,3,1654439400,2022,6,5,0,16,30,'',0,99,99,0,0,'false','false',1568314567),(100846,3,1654513200,2022,6,6,1,13,0,'',0,99,99,0,0,'false','false',1568314567),(100847,3,1654515000,2022,6,6,1,13,30,'',0,99,99,0,0,'false','false',1568314567),(100848,3,1654516800,2022,6,6,1,14,0,'',0,99,99,0,0,'false','false',1568314567),(100849,3,1654518600,2022,6,6,1,14,30,'',0,99,99,0,0,'false','false',1568314567),(100850,3,1654520400,2022,6,6,1,15,0,'',0,99,99,0,0,'false','false',1568314567),(100851,3,1654522200,2022,6,6,1,15,30,'',0,99,99,0,0,'false','false',1568314567),(100852,3,1654538400,2022,6,6,1,20,0,'',0,99,99,0,0,'false','false',1568314567),(100853,3,1654540200,2022,6,6,1,20,30,'',0,99,99,0,0,'false','false',1568314567),(100854,3,1654542000,2022,6,6,1,21,0,'',0,99,99,0,0,'false','false',1568314567),(100855,3,1654543800,2022,6,6,1,21,30,'',0,99,99,0,0,'false','false',1568314567),(100856,3,1654545600,2022,6,6,1,22,0,'',0,99,99,0,0,'false','false',1568314567),(100857,3,1654547400,2022,6,6,1,22,30,'',0,99,99,0,0,'false','false',1568314567),(100858,3,1654549200,2022,6,6,1,23,0,'',0,99,99,0,0,'false','false',1568314567),(100859,3,1654551000,2022,6,6,1,23,30,'',0,99,99,0,0,'false','false',1568314567),(100860,3,1654599600,2022,6,7,2,13,0,'',0,99,99,0,0,'false','false',1568314567),(100861,3,1654601400,2022,6,7,2,13,30,'',0,99,99,0,0,'false','false',1568314567),(100862,3,1654603200,2022,6,7,2,14,0,'',0,99,99,0,0,'false','false',1568314567),(100863,3,1654605000,2022,6,7,2,14,30,'',0,99,99,0,0,'false','false',1568314567),(100864,3,1654606800,2022,6,7,2,15,0,'',0,99,99,0,0,'false','false',1568314567),(100865,3,1654608600,2022,6,7,2,15,30,'',0,99,99,0,0,'false','false',1568314567),(100866,3,1654610400,2022,6,7,2,16,0,'',0,99,99,0,0,'false','false',1568314567),(100867,3,1654612200,2022,6,7,2,16,30,'',0,99,99,0,0,'false','false',1568314567),(100868,3,1654624800,2022,6,7,2,20,0,'',0,99,99,0,0,'false','false',1568314567),(100869,3,1654626600,2022,6,7,2,20,30,'',0,99,99,0,0,'false','false',1568314567),(100870,3,1654628400,2022,6,7,2,21,0,'',0,99,99,0,0,'false','false',1568314567),(100871,3,1654630200,2022,6,7,2,21,30,'',0,99,99,0,0,'false','false',1568314567),(100872,3,1654632000,2022,6,7,2,22,0,'',0,99,99,0,0,'false','false',1568314567),(100873,3,1654633800,2022,6,7,2,22,30,'',0,99,99,0,0,'false','false',1568314567),(100874,3,1654635600,2022,6,7,2,23,0,'',0,99,99,0,0,'false','false',1568314567),(100875,3,1654637400,2022,6,7,2,23,30,'',0,99,99,0,0,'false','false',1568314567),(100877,3,1654686000,2022,6,8,3,13,0,'',0,99,99,0,0,'false','false',1568385577),(100878,3,1654687800,2022,6,8,3,13,30,'',0,99,99,0,0,'false','false',1568385577),(100879,3,1654689600,2022,6,8,3,14,0,'',0,99,99,0,0,'false','false',1568385577),(100880,3,1654691400,2022,6,8,3,14,30,'',0,99,99,0,0,'false','false',1568385577),(100881,3,1654693200,2022,6,8,3,15,0,'',0,99,99,0,0,'false','false',1568385577),(100882,3,1654695000,2022,6,8,3,15,30,'',0,99,99,0,0,'false','false',1568385577),(100883,3,1654696800,2022,6,8,3,16,0,'',0,99,99,0,0,'false','false',1568385577),(100884,3,1654698600,2022,6,8,3,16,30,'',0,99,99,0,0,'false','false',1568385577),(100885,3,1654711200,2022,6,8,3,20,0,'',0,99,99,0,0,'false','false',1568385577),(100886,3,1654713000,2022,6,8,3,20,30,'',0,99,99,0,0,'false','false',1568385577),(100887,3,1654714800,2022,6,8,3,21,0,'',0,99,99,0,0,'false','false',1568385577),(100888,3,1654716600,2022,6,8,3,21,30,'',0,99,99,0,0,'false','false',1568385577),(100889,3,1654718400,2022,6,8,3,22,0,'',0,99,99,0,0,'false','false',1568385577),(100890,3,1654720200,2022,6,8,3,22,30,'',0,99,99,0,0,'false','false',1568385577),(100891,3,1654722000,2022,6,8,3,23,0,'',0,99,99,0,0,'false','false',1568385577),(100892,3,1654723800,2022,6,8,3,23,30,'',0,99,99,0,0,'false','false',1568385577),(100896,3,1654772400,2022,6,9,4,13,0,'',0,99,99,0,0,'false','false',1568652484),(100897,3,1654774200,2022,6,9,4,13,30,'',0,99,99,0,0,'false','false',1568652484),(100898,3,1654776000,2022,6,9,4,14,0,'',0,99,99,0,0,'false','false',1568652484),(100899,3,1654777800,2022,6,9,4,14,30,'',0,99,99,0,0,'false','false',1568652484),(100900,3,1654779600,2022,6,9,4,15,0,'',0,99,99,0,0,'false','false',1568652484),(100901,3,1654781400,2022,6,9,4,15,30,'',0,99,99,0,0,'false','false',1568652484),(100902,3,1654783200,2022,6,9,4,16,0,'',0,99,99,0,0,'false','false',1568652484),(100903,3,1654785000,2022,6,9,4,16,30,'',0,99,99,0,0,'false','false',1568652484),(100904,3,1654797600,2022,6,9,4,20,0,'',0,99,99,0,0,'false','false',1568652484),(100905,3,1654799400,2022,6,9,4,20,30,'',0,99,99,0,0,'false','false',1568652484),(100906,3,1654801200,2022,6,9,4,21,0,'',0,99,99,0,0,'false','false',1568652484),(100907,3,1654803000,2022,6,9,4,21,30,'',0,99,99,0,0,'false','false',1568652484),(100908,3,1654804800,2022,6,9,4,22,0,'',0,99,99,0,0,'false','false',1568652484),(100909,3,1654806600,2022,6,9,4,22,30,'',0,99,99,0,0,'false','false',1568652484),(100910,3,1654808400,2022,6,9,4,23,0,'',0,99,99,0,0,'false','false',1568652484),(100911,3,1654810200,2022,6,9,4,23,30,'',0,99,99,0,0,'false','false',1568652484),(100912,3,1654858800,2022,6,10,5,13,0,'',0,99,99,0,0,'false','false',1568652484),(100913,3,1654860600,2022,6,10,5,13,30,'',0,99,99,0,0,'false','false',1568652484),(100914,3,1654862400,2022,6,10,5,14,0,'',0,99,99,0,0,'false','false',1568652484),(100915,3,1654864200,2022,6,10,5,14,30,'',0,99,99,0,0,'false','false',1568652484),(100916,3,1654866000,2022,6,10,5,15,0,'',0,99,99,0,0,'false','false',1568652484),(100917,3,1654867800,2022,6,10,5,15,30,'',0,99,99,0,0,'false','false',1568652484),(100918,3,1654869600,2022,6,10,5,16,0,'',0,99,99,0,0,'false','false',1568652484),(100919,3,1654871400,2022,6,10,5,16,30,'',0,99,99,0,0,'false','false',1568652484),(100920,3,1654884000,2022,6,10,5,20,0,'',0,99,99,0,0,'false','false',1568652484),(100921,3,1654885800,2022,6,10,5,20,30,'',0,99,99,0,0,'false','false',1568652484),(100922,3,1654887600,2022,6,10,5,21,0,'',0,99,99,0,0,'false','false',1568652484),(100923,3,1654889400,2022,6,10,5,21,30,'',0,99,99,0,0,'false','false',1568652484),(100924,3,1654891200,2022,6,10,5,22,0,'',0,99,99,0,0,'false','false',1568652484),(100925,3,1654893000,2022,6,10,5,22,30,'',0,99,99,0,0,'false','false',1568652484),(100926,3,1654894800,2022,6,10,5,23,0,'',0,99,99,0,0,'false','false',1568652484),(100927,3,1654896600,2022,6,10,5,23,30,'',0,99,99,0,0,'false','false',1568652484),(100928,3,1654945200,2022,6,11,6,13,0,'',0,99,99,0,0,'false','false',1568652484),(100929,3,1654947000,2022,6,11,6,13,30,'',0,99,99,0,0,'false','false',1568652484),(100930,3,1654948800,2022,6,11,6,14,0,'',0,99,99,0,0,'false','false',1568652484),(100931,3,1654950600,2022,6,11,6,14,30,'',0,99,99,0,0,'false','false',1568652484),(100932,3,1654952400,2022,6,11,6,15,0,'',0,99,99,0,0,'false','false',1568652484),(100933,3,1654954200,2022,6,11,6,15,30,'',0,99,99,0,0,'false','false',1568652484),(100934,3,1654956000,2022,6,11,6,16,0,'',0,99,99,0,0,'false','false',1568652484),(100935,3,1654957800,2022,6,11,6,16,30,'',0,99,99,0,0,'false','false',1568652484),(100936,3,1654970400,2022,6,11,6,20,0,'',0,99,99,0,0,'false','false',1568652484),(100937,3,1654972200,2022,6,11,6,20,30,'',0,99,99,0,0,'false','false',1568652484),(100938,3,1654974000,2022,6,11,6,21,0,'',0,99,99,0,0,'false','false',1568652484),(100939,3,1654975800,2022,6,11,6,21,30,'',0,99,99,0,0,'false','false',1568652484),(100940,3,1654977600,2022,6,11,6,22,0,'',0,99,99,0,0,'false','false',1568652484),(100941,3,1654979400,2022,6,11,6,22,30,'',0,99,99,0,0,'false','false',1568652484),(100942,3,1654981200,2022,6,11,6,23,0,'',0,99,99,0,0,'false','false',1568652484),(100943,3,1654983000,2022,6,11,6,23,30,'',0,99,99,0,0,'false','false',1568652484),(105864,4,1596798000,2020,8,7,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(105865,4,1596799800,2020,8,7,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(105866,4,1596801600,2020,8,7,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(105867,4,1596803400,2020,8,7,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(105868,4,1596805200,2020,8,7,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(105869,4,1596807000,2020,8,7,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(105870,4,1596808800,2020,8,7,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(105871,4,1596823200,2020,8,7,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(105872,4,1596825000,2020,8,7,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(105873,4,1596826800,2020,8,7,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(105874,4,1596828600,2020,8,7,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(105875,4,1596830400,2020,8,7,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(105876,4,1596832200,2020,8,7,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(105877,4,1596834000,2020,8,7,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(105878,4,1596835800,2020,8,7,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(105879,4,1596884400,2020,8,8,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(105880,4,1596886200,2020,8,8,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(105881,4,1596888000,2020,8,8,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(105882,4,1596889800,2020,8,8,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(105883,4,1596891600,2020,8,8,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(105884,4,1596893400,2020,8,8,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(105885,4,1596895200,2020,8,8,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(105886,4,1596909600,2020,8,8,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(105887,4,1596911400,2020,8,8,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(105888,4,1596913200,2020,8,8,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(105889,4,1596915000,2020,8,8,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(105890,4,1596916800,2020,8,8,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(105891,4,1596918600,2020,8,8,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(105892,4,1596920400,2020,8,8,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(105893,4,1596922200,2020,8,8,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(105894,4,1596970800,2020,8,9,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(105895,4,1596972600,2020,8,9,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(105896,4,1596974400,2020,8,9,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(105897,4,1596976200,2020,8,9,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(105898,4,1596978000,2020,8,9,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(105899,4,1596979800,2020,8,9,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(105900,4,1596981600,2020,8,9,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(105901,4,1596983400,2020,8,9,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(105902,4,1596996000,2020,8,9,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(105903,4,1596997800,2020,8,9,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(105904,4,1596999600,2020,8,9,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(105905,4,1597001400,2020,8,9,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(105906,4,1597003200,2020,8,9,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(105907,4,1597005000,2020,8,9,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(105908,4,1597006800,2020,8,9,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(105909,4,1597008600,2020,8,9,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(105910,4,1597057200,2020,8,10,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(105911,4,1597059000,2020,8,10,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(105912,4,1597060800,2020,8,10,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(105913,4,1597062600,2020,8,10,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(105914,4,1597064400,2020,8,10,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(105915,4,1597066200,2020,8,10,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(105916,4,1597068000,2020,8,10,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(105917,4,1597082400,2020,8,10,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(105918,4,1597084200,2020,8,10,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(105919,4,1597086000,2020,8,10,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(105920,4,1597087800,2020,8,10,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(105921,4,1597089600,2020,8,10,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(105922,4,1597091400,2020,8,10,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(105923,4,1597093200,2020,8,10,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(105924,4,1597095000,2020,8,10,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(105925,4,1597143600,2020,8,11,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(105926,4,1597145400,2020,8,11,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(105927,4,1597147200,2020,8,11,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(105928,4,1597149000,2020,8,11,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(105929,4,1597150800,2020,8,11,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(105930,4,1597152600,2020,8,11,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(105931,4,1597154400,2020,8,11,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(105932,4,1597168800,2020,8,11,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(105933,4,1597170600,2020,8,11,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(105934,4,1597172400,2020,8,11,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(105935,4,1597174200,2020,8,11,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(105936,4,1597176000,2020,8,11,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(105937,4,1597177800,2020,8,11,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(105938,4,1597179600,2020,8,11,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(105939,4,1597181400,2020,8,11,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(105940,4,1597230000,2020,8,12,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(105941,4,1597231800,2020,8,12,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(105942,4,1597233600,2020,8,12,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(105943,4,1597235400,2020,8,12,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(105944,4,1597237200,2020,8,12,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(105945,4,1597239000,2020,8,12,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(105946,4,1597240800,2020,8,12,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(105947,4,1597255200,2020,8,12,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(105948,4,1597257000,2020,8,12,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(105949,4,1597258800,2020,8,12,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(105950,4,1597260600,2020,8,12,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(105951,4,1597262400,2020,8,12,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(105952,4,1597264200,2020,8,12,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(105953,4,1597266000,2020,8,12,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(105954,4,1597267800,2020,8,12,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(105955,4,1597316400,2020,8,13,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(105956,4,1597318200,2020,8,13,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(105957,4,1597320000,2020,8,13,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(105958,4,1597321800,2020,8,13,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(105959,4,1597323600,2020,8,13,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(105960,4,1597325400,2020,8,13,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(105961,4,1597327200,2020,8,13,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(105962,4,1597341600,2020,8,13,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(105963,4,1597343400,2020,8,13,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(105964,4,1597345200,2020,8,13,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(105965,4,1597347000,2020,8,13,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(105966,4,1597348800,2020,8,13,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(105967,4,1597350600,2020,8,13,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(105968,4,1597352400,2020,8,13,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(105969,4,1597354200,2020,8,13,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(105970,4,1597402800,2020,8,14,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(105971,4,1597404600,2020,8,14,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(105972,4,1597406400,2020,8,14,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(105973,4,1597408200,2020,8,14,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(105974,4,1597410000,2020,8,14,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(105975,4,1597411800,2020,8,14,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(105976,4,1597413600,2020,8,14,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(105977,4,1597428000,2020,8,14,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(105978,4,1597429800,2020,8,14,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(105979,4,1597431600,2020,8,14,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(105980,4,1597433400,2020,8,14,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(105981,4,1597435200,2020,8,14,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(105982,4,1597437000,2020,8,14,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(105983,4,1597438800,2020,8,14,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(105984,4,1597440600,2020,8,14,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(105985,4,1597489200,2020,8,15,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(105986,4,1597491000,2020,8,15,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(105987,4,1597492800,2020,8,15,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(105988,4,1597494600,2020,8,15,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(105989,4,1597496400,2020,8,15,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(105990,4,1597498200,2020,8,15,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(105991,4,1597500000,2020,8,15,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(105992,4,1597514400,2020,8,15,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(105993,4,1597516200,2020,8,15,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(105994,4,1597518000,2020,8,15,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(105995,4,1597519800,2020,8,15,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(105996,4,1597521600,2020,8,15,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(105997,4,1597523400,2020,8,15,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(105998,4,1597525200,2020,8,15,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(105999,4,1597527000,2020,8,15,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106000,4,1597575600,2020,8,16,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106001,4,1597577400,2020,8,16,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106002,4,1597579200,2020,8,16,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106003,4,1597581000,2020,8,16,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106004,4,1597582800,2020,8,16,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106005,4,1597584600,2020,8,16,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106006,4,1597586400,2020,8,16,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106007,4,1597588200,2020,8,16,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106008,4,1597600800,2020,8,16,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106009,4,1597602600,2020,8,16,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106010,4,1597604400,2020,8,16,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106011,4,1597606200,2020,8,16,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106012,4,1597608000,2020,8,16,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106013,4,1597609800,2020,8,16,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106014,4,1597611600,2020,8,16,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106015,4,1597613400,2020,8,16,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106016,4,1597662000,2020,8,17,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106017,4,1597663800,2020,8,17,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106018,4,1597665600,2020,8,17,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106019,4,1597667400,2020,8,17,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106020,4,1597669200,2020,8,17,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106021,4,1597671000,2020,8,17,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106022,4,1597672800,2020,8,17,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106023,4,1597687200,2020,8,17,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106024,4,1597689000,2020,8,17,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106025,4,1597690800,2020,8,17,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106026,4,1597692600,2020,8,17,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106027,4,1597694400,2020,8,17,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106028,4,1597696200,2020,8,17,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106029,4,1597698000,2020,8,17,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106030,4,1597699800,2020,8,17,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106031,4,1597748400,2020,8,18,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106032,4,1597750200,2020,8,18,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106033,4,1597752000,2020,8,18,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106034,4,1597753800,2020,8,18,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106035,4,1597755600,2020,8,18,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106036,4,1597757400,2020,8,18,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106037,4,1597759200,2020,8,18,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106038,4,1597773600,2020,8,18,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106039,4,1597775400,2020,8,18,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106040,4,1597777200,2020,8,18,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106041,4,1597779000,2020,8,18,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106042,4,1597780800,2020,8,18,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106043,4,1597782600,2020,8,18,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106044,4,1597784400,2020,8,18,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106045,4,1597786200,2020,8,18,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106046,4,1597834800,2020,8,19,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106047,4,1597836600,2020,8,19,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106048,4,1597838400,2020,8,19,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106049,4,1597840200,2020,8,19,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106050,4,1597842000,2020,8,19,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106051,4,1597843800,2020,8,19,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106052,4,1597845600,2020,8,19,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106053,4,1597860000,2020,8,19,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106054,4,1597861800,2020,8,19,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106055,4,1597863600,2020,8,19,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106056,4,1597865400,2020,8,19,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106057,4,1597867200,2020,8,19,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106058,4,1597869000,2020,8,19,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106059,4,1597870800,2020,8,19,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106060,4,1597872600,2020,8,19,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106061,4,1597921200,2020,8,20,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106062,4,1597923000,2020,8,20,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106063,4,1597924800,2020,8,20,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106064,4,1597926600,2020,8,20,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106065,4,1597928400,2020,8,20,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106066,4,1597930200,2020,8,20,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106067,4,1597932000,2020,8,20,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106068,4,1597946400,2020,8,20,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106069,4,1597948200,2020,8,20,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106070,4,1597950000,2020,8,20,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106071,4,1597951800,2020,8,20,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106072,4,1597953600,2020,8,20,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106073,4,1597955400,2020,8,20,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106074,4,1597957200,2020,8,20,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106075,4,1597959000,2020,8,20,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106076,4,1598007600,2020,8,21,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106077,4,1598009400,2020,8,21,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106078,4,1598011200,2020,8,21,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106079,4,1598013000,2020,8,21,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106080,4,1598014800,2020,8,21,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106081,4,1598016600,2020,8,21,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106082,4,1598018400,2020,8,21,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106083,4,1598032800,2020,8,21,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106084,4,1598034600,2020,8,21,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106085,4,1598036400,2020,8,21,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106086,4,1598038200,2020,8,21,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106087,4,1598040000,2020,8,21,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106088,4,1598041800,2020,8,21,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106089,4,1598043600,2020,8,21,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106090,4,1598045400,2020,8,21,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106091,4,1598094000,2020,8,22,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106092,4,1598095800,2020,8,22,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106093,4,1598097600,2020,8,22,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106094,4,1598099400,2020,8,22,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106095,4,1598101200,2020,8,22,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106096,4,1598103000,2020,8,22,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106097,4,1598104800,2020,8,22,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106098,4,1598119200,2020,8,22,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106099,4,1598121000,2020,8,22,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106100,4,1598122800,2020,8,22,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106101,4,1598124600,2020,8,22,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106102,4,1598126400,2020,8,22,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106103,4,1598128200,2020,8,22,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106104,4,1598130000,2020,8,22,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106105,4,1598131800,2020,8,22,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106106,4,1598180400,2020,8,23,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106107,4,1598182200,2020,8,23,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106108,4,1598184000,2020,8,23,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106109,4,1598185800,2020,8,23,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106110,4,1598187600,2020,8,23,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106111,4,1598189400,2020,8,23,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106112,4,1598191200,2020,8,23,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106113,4,1598193000,2020,8,23,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106114,4,1598205600,2020,8,23,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106115,4,1598207400,2020,8,23,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106116,4,1598209200,2020,8,23,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106117,4,1598211000,2020,8,23,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106118,4,1598212800,2020,8,23,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106119,4,1598214600,2020,8,23,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106120,4,1598216400,2020,8,23,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106121,4,1598218200,2020,8,23,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106122,4,1598266800,2020,8,24,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106123,4,1598268600,2020,8,24,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106124,4,1598270400,2020,8,24,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106125,4,1598272200,2020,8,24,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106126,4,1598274000,2020,8,24,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106127,4,1598275800,2020,8,24,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106128,4,1598277600,2020,8,24,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106129,4,1598292000,2020,8,24,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106130,4,1598293800,2020,8,24,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106131,4,1598295600,2020,8,24,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106132,4,1598297400,2020,8,24,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106133,4,1598299200,2020,8,24,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106134,4,1598301000,2020,8,24,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106135,4,1598302800,2020,8,24,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106136,4,1598304600,2020,8,24,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106137,4,1598353200,2020,8,25,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106138,4,1598355000,2020,8,25,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106139,4,1598356800,2020,8,25,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106140,4,1598358600,2020,8,25,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106141,4,1598360400,2020,8,25,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106142,4,1598362200,2020,8,25,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106143,4,1598364000,2020,8,25,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106144,4,1598378400,2020,8,25,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106145,4,1598380200,2020,8,25,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106146,4,1598382000,2020,8,25,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106147,4,1598383800,2020,8,25,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106148,4,1598385600,2020,8,25,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106149,4,1598387400,2020,8,25,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106150,4,1598389200,2020,8,25,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106151,4,1598391000,2020,8,25,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106152,4,1598439600,2020,8,26,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106153,4,1598441400,2020,8,26,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106154,4,1598443200,2020,8,26,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106155,4,1598445000,2020,8,26,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106156,4,1598446800,2020,8,26,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106157,4,1598448600,2020,8,26,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106158,4,1598450400,2020,8,26,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106159,4,1598464800,2020,8,26,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106160,4,1598466600,2020,8,26,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106161,4,1598468400,2020,8,26,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106162,4,1598470200,2020,8,26,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106163,4,1598472000,2020,8,26,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106164,4,1598473800,2020,8,26,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106165,4,1598475600,2020,8,26,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106166,4,1598477400,2020,8,26,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106167,4,1598526000,2020,8,27,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106168,4,1598527800,2020,8,27,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106169,4,1598529600,2020,8,27,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106170,4,1598531400,2020,8,27,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106171,4,1598533200,2020,8,27,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106172,4,1598535000,2020,8,27,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106173,4,1598536800,2020,8,27,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106174,4,1598551200,2020,8,27,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106175,4,1598553000,2020,8,27,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106176,4,1598554800,2020,8,27,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106177,4,1598556600,2020,8,27,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106178,4,1598558400,2020,8,27,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106179,4,1598560200,2020,8,27,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106180,4,1598562000,2020,8,27,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106181,4,1598563800,2020,8,27,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106182,4,1598612400,2020,8,28,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106183,4,1598614200,2020,8,28,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106184,4,1598616000,2020,8,28,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106185,4,1598617800,2020,8,28,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106186,4,1598619600,2020,8,28,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106187,4,1598621400,2020,8,28,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106188,4,1598623200,2020,8,28,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106189,4,1598637600,2020,8,28,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106190,4,1598639400,2020,8,28,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106191,4,1598641200,2020,8,28,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106192,4,1598643000,2020,8,28,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106193,4,1598644800,2020,8,28,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106194,4,1598646600,2020,8,28,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106195,4,1598648400,2020,8,28,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106196,4,1598650200,2020,8,28,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106197,4,1598698800,2020,8,29,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106198,4,1598700600,2020,8,29,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106199,4,1598702400,2020,8,29,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106200,4,1598704200,2020,8,29,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106201,4,1598706000,2020,8,29,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106202,4,1598707800,2020,8,29,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106203,4,1598709600,2020,8,29,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106204,4,1598724000,2020,8,29,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106205,4,1598725800,2020,8,29,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106206,4,1598727600,2020,8,29,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106207,4,1598729400,2020,8,29,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106208,4,1598731200,2020,8,29,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106209,4,1598733000,2020,8,29,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106210,4,1598734800,2020,8,29,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106211,4,1598736600,2020,8,29,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106212,4,1598785200,2020,8,30,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106213,4,1598787000,2020,8,30,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106214,4,1598788800,2020,8,30,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106215,4,1598790600,2020,8,30,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106216,4,1598792400,2020,8,30,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106217,4,1598794200,2020,8,30,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106218,4,1598796000,2020,8,30,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106219,4,1598797800,2020,8,30,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106220,4,1598810400,2020,8,30,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106221,4,1598812200,2020,8,30,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106222,4,1598814000,2020,8,30,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106223,4,1598815800,2020,8,30,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106224,4,1598817600,2020,8,30,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106225,4,1598819400,2020,8,30,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106226,4,1598821200,2020,8,30,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106227,4,1598823000,2020,8,30,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106228,4,1598871600,2020,8,31,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106229,4,1598873400,2020,8,31,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106230,4,1598875200,2020,8,31,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106231,4,1598877000,2020,8,31,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106232,4,1598878800,2020,8,31,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106233,4,1598880600,2020,8,31,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106234,4,1598882400,2020,8,31,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106235,4,1598896800,2020,8,31,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106236,4,1598898600,2020,8,31,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106237,4,1598900400,2020,8,31,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106238,4,1598902200,2020,8,31,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106239,4,1598904000,2020,8,31,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106240,4,1598905800,2020,8,31,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106241,4,1598907600,2020,8,31,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106242,4,1598909400,2020,8,31,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106243,4,1598958000,2020,9,1,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106244,4,1598959800,2020,9,1,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106245,4,1598961600,2020,9,1,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106246,4,1598963400,2020,9,1,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106247,4,1598965200,2020,9,1,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106248,4,1598967000,2020,9,1,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106249,4,1598968800,2020,9,1,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106250,4,1598983200,2020,9,1,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106251,4,1598985000,2020,9,1,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106252,4,1598986800,2020,9,1,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106253,4,1598988600,2020,9,1,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106254,4,1598990400,2020,9,1,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106255,4,1598992200,2020,9,1,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106256,4,1598994000,2020,9,1,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106257,4,1598995800,2020,9,1,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106258,4,1599044400,2020,9,2,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106259,4,1599046200,2020,9,2,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106260,4,1599048000,2020,9,2,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106261,4,1599049800,2020,9,2,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106262,4,1599051600,2020,9,2,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106263,4,1599053400,2020,9,2,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106264,4,1599055200,2020,9,2,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106265,4,1599069600,2020,9,2,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106266,4,1599071400,2020,9,2,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106267,4,1599073200,2020,9,2,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106268,4,1599075000,2020,9,2,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106269,4,1599076800,2020,9,2,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106270,4,1599078600,2020,9,2,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106271,4,1599080400,2020,9,2,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106272,4,1599082200,2020,9,2,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106273,4,1599130800,2020,9,3,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106274,4,1599132600,2020,9,3,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106275,4,1599134400,2020,9,3,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106276,4,1599136200,2020,9,3,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106277,4,1599138000,2020,9,3,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106278,4,1599139800,2020,9,3,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106279,4,1599141600,2020,9,3,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106280,4,1599156000,2020,9,3,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106281,4,1599157800,2020,9,3,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106282,4,1599159600,2020,9,3,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106283,4,1599161400,2020,9,3,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106284,4,1599163200,2020,9,3,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106285,4,1599165000,2020,9,3,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106286,4,1599166800,2020,9,3,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106287,4,1599168600,2020,9,3,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106288,4,1599217200,2020,9,4,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106289,4,1599219000,2020,9,4,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106290,4,1599220800,2020,9,4,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106291,4,1599222600,2020,9,4,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106292,4,1599224400,2020,9,4,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106293,4,1599226200,2020,9,4,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106294,4,1599228000,2020,9,4,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106295,4,1599242400,2020,9,4,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106296,4,1599244200,2020,9,4,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106297,4,1599246000,2020,9,4,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106298,4,1599247800,2020,9,4,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106299,4,1599249600,2020,9,4,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106300,4,1599251400,2020,9,4,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106301,4,1599253200,2020,9,4,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106302,4,1599255000,2020,9,4,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106303,4,1599303600,2020,9,5,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106304,4,1599305400,2020,9,5,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106305,4,1599307200,2020,9,5,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106306,4,1599309000,2020,9,5,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106307,4,1599310800,2020,9,5,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106308,4,1599312600,2020,9,5,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106309,4,1599314400,2020,9,5,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106310,4,1599328800,2020,9,5,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106311,4,1599330600,2020,9,5,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106312,4,1599332400,2020,9,5,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106313,4,1599334200,2020,9,5,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106314,4,1599336000,2020,9,5,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106315,4,1599337800,2020,9,5,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106316,4,1599339600,2020,9,5,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106317,4,1599341400,2020,9,5,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106318,4,1599390000,2020,9,6,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106319,4,1599391800,2020,9,6,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106320,4,1599393600,2020,9,6,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106321,4,1599395400,2020,9,6,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106322,4,1599397200,2020,9,6,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106323,4,1599399000,2020,9,6,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106324,4,1599400800,2020,9,6,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106325,4,1599402600,2020,9,6,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106326,4,1599415200,2020,9,6,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106327,4,1599417000,2020,9,6,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106328,4,1599418800,2020,9,6,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106329,4,1599420600,2020,9,6,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106330,4,1599422400,2020,9,6,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106331,4,1599424200,2020,9,6,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106332,4,1599426000,2020,9,6,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106333,4,1599427800,2020,9,6,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106334,4,1599476400,2020,9,7,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106335,4,1599478200,2020,9,7,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106336,4,1599480000,2020,9,7,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106337,4,1599481800,2020,9,7,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106338,4,1599483600,2020,9,7,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106339,4,1599485400,2020,9,7,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106340,4,1599487200,2020,9,7,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106341,4,1599501600,2020,9,7,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106342,4,1599503400,2020,9,7,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106343,4,1599505200,2020,9,7,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106344,4,1599507000,2020,9,7,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106345,4,1599508800,2020,9,7,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106346,4,1599510600,2020,9,7,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106347,4,1599512400,2020,9,7,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106348,4,1599514200,2020,9,7,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106349,4,1599562800,2020,9,8,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106350,4,1599564600,2020,9,8,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106351,4,1599566400,2020,9,8,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106352,4,1599568200,2020,9,8,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106353,4,1599570000,2020,9,8,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106354,4,1599571800,2020,9,8,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106355,4,1599573600,2020,9,8,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106356,4,1599588000,2020,9,8,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106357,4,1599589800,2020,9,8,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106358,4,1599591600,2020,9,8,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106359,4,1599593400,2020,9,8,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106360,4,1599595200,2020,9,8,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106361,4,1599597000,2020,9,8,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106362,4,1599598800,2020,9,8,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106363,4,1599600600,2020,9,8,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106364,4,1599649200,2020,9,9,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106365,4,1599651000,2020,9,9,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106366,4,1599652800,2020,9,9,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106367,4,1599654600,2020,9,9,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106368,4,1599656400,2020,9,9,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106369,4,1599658200,2020,9,9,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106370,4,1599660000,2020,9,9,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106371,4,1599674400,2020,9,9,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106372,4,1599676200,2020,9,9,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106373,4,1599678000,2020,9,9,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106374,4,1599679800,2020,9,9,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106375,4,1599681600,2020,9,9,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106376,4,1599683400,2020,9,9,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106377,4,1599685200,2020,9,9,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106378,4,1599687000,2020,9,9,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106379,4,1599735600,2020,9,10,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106380,4,1599737400,2020,9,10,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106381,4,1599739200,2020,9,10,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106382,4,1599741000,2020,9,10,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106383,4,1599742800,2020,9,10,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106384,4,1599744600,2020,9,10,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106385,4,1599746400,2020,9,10,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106386,4,1599760800,2020,9,10,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106387,4,1599762600,2020,9,10,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106388,4,1599764400,2020,9,10,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106389,4,1599766200,2020,9,10,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106390,4,1599768000,2020,9,10,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106391,4,1599769800,2020,9,10,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106392,4,1599771600,2020,9,10,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106393,4,1599773400,2020,9,10,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106394,4,1599822000,2020,9,11,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106395,4,1599823800,2020,9,11,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106396,4,1599825600,2020,9,11,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106397,4,1599827400,2020,9,11,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106398,4,1599829200,2020,9,11,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106399,4,1599831000,2020,9,11,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106400,4,1599832800,2020,9,11,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106401,4,1599847200,2020,9,11,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106402,4,1599849000,2020,9,11,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106403,4,1599850800,2020,9,11,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106404,4,1599852600,2020,9,11,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106405,4,1599854400,2020,9,11,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106406,4,1599856200,2020,9,11,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106407,4,1599858000,2020,9,11,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106408,4,1599859800,2020,9,11,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106409,4,1599908400,2020,9,12,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106410,4,1599910200,2020,9,12,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106411,4,1599912000,2020,9,12,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106412,4,1599913800,2020,9,12,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106413,4,1599915600,2020,9,12,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106414,4,1599917400,2020,9,12,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106415,4,1599919200,2020,9,12,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106416,4,1599933600,2020,9,12,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106417,4,1599935400,2020,9,12,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106418,4,1599937200,2020,9,12,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106419,4,1599939000,2020,9,12,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106420,4,1599940800,2020,9,12,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106421,4,1599942600,2020,9,12,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106422,4,1599944400,2020,9,12,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106423,4,1599946200,2020,9,12,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106424,4,1599994800,2020,9,13,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106425,4,1599996600,2020,9,13,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106426,4,1599998400,2020,9,13,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106427,4,1600000200,2020,9,13,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106428,4,1600002000,2020,9,13,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106429,4,1600003800,2020,9,13,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106430,4,1600005600,2020,9,13,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106431,4,1600007400,2020,9,13,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106432,4,1600020000,2020,9,13,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106433,4,1600021800,2020,9,13,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106434,4,1600023600,2020,9,13,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106435,4,1600025400,2020,9,13,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106436,4,1600027200,2020,9,13,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106437,4,1600029000,2020,9,13,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106438,4,1600030800,2020,9,13,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106439,4,1600032600,2020,9,13,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106440,4,1600081200,2020,9,14,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106441,4,1600083000,2020,9,14,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106442,4,1600084800,2020,9,14,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106443,4,1600086600,2020,9,14,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106444,4,1600088400,2020,9,14,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106445,4,1600090200,2020,9,14,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106446,4,1600092000,2020,9,14,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106447,4,1600106400,2020,9,14,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106448,4,1600108200,2020,9,14,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106449,4,1600110000,2020,9,14,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106450,4,1600111800,2020,9,14,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106451,4,1600113600,2020,9,14,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106452,4,1600115400,2020,9,14,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106453,4,1600117200,2020,9,14,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106454,4,1600119000,2020,9,14,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106455,4,1600167600,2020,9,15,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106456,4,1600169400,2020,9,15,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106457,4,1600171200,2020,9,15,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106458,4,1600173000,2020,9,15,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106459,4,1600174800,2020,9,15,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106460,4,1600176600,2020,9,15,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106461,4,1600178400,2020,9,15,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106462,4,1600192800,2020,9,15,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106463,4,1600194600,2020,9,15,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106464,4,1600196400,2020,9,15,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106465,4,1600198200,2020,9,15,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106466,4,1600200000,2020,9,15,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106467,4,1600201800,2020,9,15,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106468,4,1600203600,2020,9,15,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106469,4,1600205400,2020,9,15,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106470,4,1600254000,2020,9,16,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106471,4,1600255800,2020,9,16,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106472,4,1600257600,2020,9,16,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106473,4,1600259400,2020,9,16,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106474,4,1600261200,2020,9,16,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106475,4,1600263000,2020,9,16,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106476,4,1600264800,2020,9,16,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106477,4,1600279200,2020,9,16,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106478,4,1600281000,2020,9,16,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106479,4,1600282800,2020,9,16,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106480,4,1600284600,2020,9,16,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106481,4,1600286400,2020,9,16,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106482,4,1600288200,2020,9,16,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106483,4,1600290000,2020,9,16,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106484,4,1600291800,2020,9,16,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106485,4,1600340400,2020,9,17,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106486,4,1600342200,2020,9,17,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106487,4,1600344000,2020,9,17,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106488,4,1600345800,2020,9,17,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106489,4,1600347600,2020,9,17,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106490,4,1600349400,2020,9,17,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106491,4,1600351200,2020,9,17,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106492,4,1600365600,2020,9,17,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106493,4,1600367400,2020,9,17,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106494,4,1600369200,2020,9,17,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106495,4,1600371000,2020,9,17,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106496,4,1600372800,2020,9,17,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106497,4,1600374600,2020,9,17,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106498,4,1600376400,2020,9,17,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106499,4,1600378200,2020,9,17,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106500,4,1600426800,2020,9,18,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106501,4,1600428600,2020,9,18,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106502,4,1600430400,2020,9,18,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106503,4,1600432200,2020,9,18,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106504,4,1600434000,2020,9,18,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106505,4,1600435800,2020,9,18,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106506,4,1600437600,2020,9,18,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106507,4,1600452000,2020,9,18,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106508,4,1600453800,2020,9,18,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106509,4,1600455600,2020,9,18,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106510,4,1600457400,2020,9,18,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106511,4,1600459200,2020,9,18,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106512,4,1600461000,2020,9,18,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106513,4,1600462800,2020,9,18,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106514,4,1600464600,2020,9,18,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106515,4,1600513200,2020,9,19,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106516,4,1600515000,2020,9,19,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106517,4,1600516800,2020,9,19,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106518,4,1600518600,2020,9,19,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106519,4,1600520400,2020,9,19,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106520,4,1600522200,2020,9,19,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106521,4,1600524000,2020,9,19,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106522,4,1600538400,2020,9,19,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106523,4,1600540200,2020,9,19,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106524,4,1600542000,2020,9,19,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106525,4,1600543800,2020,9,19,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106526,4,1600545600,2020,9,19,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106527,4,1600547400,2020,9,19,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106528,4,1600549200,2020,9,19,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106529,4,1600551000,2020,9,19,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106530,4,1600599600,2020,9,20,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106531,4,1600601400,2020,9,20,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106532,4,1600603200,2020,9,20,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106533,4,1600605000,2020,9,20,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106534,4,1600606800,2020,9,20,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106535,4,1600608600,2020,9,20,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106536,4,1600610400,2020,9,20,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106537,4,1600612200,2020,9,20,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106538,4,1600624800,2020,9,20,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106539,4,1600626600,2020,9,20,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106540,4,1600628400,2020,9,20,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106541,4,1600630200,2020,9,20,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106542,4,1600632000,2020,9,20,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106543,4,1600633800,2020,9,20,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106544,4,1600635600,2020,9,20,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106545,4,1600637400,2020,9,20,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106546,4,1600686000,2020,9,21,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106547,4,1600687800,2020,9,21,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106548,4,1600689600,2020,9,21,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106549,4,1600691400,2020,9,21,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106550,4,1600693200,2020,9,21,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106551,4,1600695000,2020,9,21,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106552,4,1600696800,2020,9,21,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106553,4,1600711200,2020,9,21,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106554,4,1600713000,2020,9,21,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106555,4,1600714800,2020,9,21,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106556,4,1600716600,2020,9,21,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106557,4,1600718400,2020,9,21,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106558,4,1600720200,2020,9,21,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106559,4,1600722000,2020,9,21,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106560,4,1600723800,2020,9,21,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106561,4,1600772400,2020,9,22,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106562,4,1600774200,2020,9,22,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106563,4,1600776000,2020,9,22,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106564,4,1600777800,2020,9,22,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106565,4,1600779600,2020,9,22,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106566,4,1600781400,2020,9,22,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106567,4,1600783200,2020,9,22,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106568,4,1600797600,2020,9,22,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106569,4,1600799400,2020,9,22,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106570,4,1600801200,2020,9,22,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106571,4,1600803000,2020,9,22,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106572,4,1600804800,2020,9,22,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106573,4,1600806600,2020,9,22,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106574,4,1600808400,2020,9,22,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106575,4,1600810200,2020,9,22,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106576,4,1600858800,2020,9,23,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106577,4,1600860600,2020,9,23,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106578,4,1600862400,2020,9,23,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106579,4,1600864200,2020,9,23,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106580,4,1600866000,2020,9,23,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106581,4,1600867800,2020,9,23,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106582,4,1600869600,2020,9,23,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106583,4,1600884000,2020,9,23,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106584,4,1600885800,2020,9,23,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106585,4,1600887600,2020,9,23,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106586,4,1600889400,2020,9,23,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106587,4,1600891200,2020,9,23,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106588,4,1600893000,2020,9,23,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106589,4,1600894800,2020,9,23,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106590,4,1600896600,2020,9,23,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106591,4,1600945200,2020,9,24,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106592,4,1600947000,2020,9,24,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106593,4,1600948800,2020,9,24,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106594,4,1600950600,2020,9,24,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106595,4,1600952400,2020,9,24,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106596,4,1600954200,2020,9,24,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106597,4,1600956000,2020,9,24,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106598,4,1600970400,2020,9,24,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106599,4,1600972200,2020,9,24,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106600,4,1600974000,2020,9,24,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106601,4,1600975800,2020,9,24,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106602,4,1600977600,2020,9,24,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106603,4,1600979400,2020,9,24,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106604,4,1600981200,2020,9,24,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106605,4,1600983000,2020,9,24,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106606,4,1601031600,2020,9,25,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106607,4,1601033400,2020,9,25,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106608,4,1601035200,2020,9,25,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106609,4,1601037000,2020,9,25,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106610,4,1601038800,2020,9,25,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106611,4,1601040600,2020,9,25,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106612,4,1601042400,2020,9,25,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106613,4,1601056800,2020,9,25,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106614,4,1601058600,2020,9,25,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106615,4,1601060400,2020,9,25,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106616,4,1601062200,2020,9,25,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106617,4,1601064000,2020,9,25,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106618,4,1601065800,2020,9,25,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106619,4,1601067600,2020,9,25,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106620,4,1601069400,2020,9,25,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106621,4,1601118000,2020,9,26,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106622,4,1601119800,2020,9,26,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106623,4,1601121600,2020,9,26,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106624,4,1601123400,2020,9,26,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106625,4,1601125200,2020,9,26,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106626,4,1601127000,2020,9,26,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106627,4,1601128800,2020,9,26,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106628,4,1601143200,2020,9,26,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106629,4,1601145000,2020,9,26,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106630,4,1601146800,2020,9,26,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106631,4,1601148600,2020,9,26,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106632,4,1601150400,2020,9,26,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106633,4,1601152200,2020,9,26,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106634,4,1601154000,2020,9,26,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106635,4,1601155800,2020,9,26,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106636,4,1601204400,2020,9,27,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106637,4,1601206200,2020,9,27,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106638,4,1601208000,2020,9,27,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106639,4,1601209800,2020,9,27,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106640,4,1601211600,2020,9,27,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106641,4,1601213400,2020,9,27,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106642,4,1601215200,2020,9,27,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106643,4,1601217000,2020,9,27,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106644,4,1601229600,2020,9,27,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106645,4,1601231400,2020,9,27,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106646,4,1601233200,2020,9,27,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106647,4,1601235000,2020,9,27,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106648,4,1601236800,2020,9,27,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106649,4,1601238600,2020,9,27,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106650,4,1601240400,2020,9,27,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106651,4,1601242200,2020,9,27,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106652,4,1601290800,2020,9,28,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106653,4,1601292600,2020,9,28,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106654,4,1601294400,2020,9,28,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106655,4,1601296200,2020,9,28,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106656,4,1601298000,2020,9,28,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106657,4,1601299800,2020,9,28,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106658,4,1601301600,2020,9,28,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106659,4,1601316000,2020,9,28,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106660,4,1601317800,2020,9,28,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106661,4,1601319600,2020,9,28,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106662,4,1601321400,2020,9,28,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106663,4,1601323200,2020,9,28,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106664,4,1601325000,2020,9,28,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106665,4,1601326800,2020,9,28,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106666,4,1601328600,2020,9,28,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106667,4,1601377200,2020,9,29,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106668,4,1601379000,2020,9,29,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106669,4,1601380800,2020,9,29,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106670,4,1601382600,2020,9,29,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106671,4,1601384400,2020,9,29,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106672,4,1601386200,2020,9,29,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106673,4,1601388000,2020,9,29,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106674,4,1601402400,2020,9,29,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106675,4,1601404200,2020,9,29,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106676,4,1601406000,2020,9,29,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106677,4,1601407800,2020,9,29,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106678,4,1601409600,2020,9,29,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106679,4,1601411400,2020,9,29,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106680,4,1601413200,2020,9,29,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106681,4,1601415000,2020,9,29,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106682,4,1601463600,2020,9,30,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106683,4,1601465400,2020,9,30,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106684,4,1601467200,2020,9,30,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106685,4,1601469000,2020,9,30,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106686,4,1601470800,2020,9,30,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106687,4,1601472600,2020,9,30,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106688,4,1601474400,2020,9,30,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106689,4,1601488800,2020,9,30,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106690,4,1601490600,2020,9,30,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106691,4,1601492400,2020,9,30,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106692,4,1601494200,2020,9,30,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106693,4,1601496000,2020,9,30,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106694,4,1601497800,2020,9,30,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106695,4,1601499600,2020,9,30,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106696,4,1601501400,2020,9,30,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106697,4,1601550000,2020,10,1,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106698,4,1601551800,2020,10,1,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106699,4,1601553600,2020,10,1,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106700,4,1601555400,2020,10,1,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106701,4,1601557200,2020,10,1,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106702,4,1601559000,2020,10,1,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106703,4,1601560800,2020,10,1,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106704,4,1601575200,2020,10,1,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106705,4,1601577000,2020,10,1,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106706,4,1601578800,2020,10,1,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106707,4,1601580600,2020,10,1,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106708,4,1601582400,2020,10,1,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106709,4,1601584200,2020,10,1,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106710,4,1601586000,2020,10,1,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106711,4,1601587800,2020,10,1,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106712,4,1601636400,2020,10,2,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106713,4,1601638200,2020,10,2,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106714,4,1601640000,2020,10,2,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106715,4,1601641800,2020,10,2,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106716,4,1601643600,2020,10,2,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106717,4,1601645400,2020,10,2,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106718,4,1601647200,2020,10,2,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106719,4,1601661600,2020,10,2,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106720,4,1601663400,2020,10,2,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106721,4,1601665200,2020,10,2,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106722,4,1601667000,2020,10,2,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106723,4,1601668800,2020,10,2,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106724,4,1601670600,2020,10,2,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106725,4,1601672400,2020,10,2,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106726,4,1601674200,2020,10,2,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106727,4,1601722800,2020,10,3,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106728,4,1601724600,2020,10,3,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106729,4,1601726400,2020,10,3,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106730,4,1601728200,2020,10,3,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106731,4,1601730000,2020,10,3,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106732,4,1601731800,2020,10,3,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106733,4,1601733600,2020,10,3,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106734,4,1601748000,2020,10,3,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106735,4,1601749800,2020,10,3,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106736,4,1601751600,2020,10,3,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106737,4,1601753400,2020,10,3,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106738,4,1601755200,2020,10,3,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106739,4,1601757000,2020,10,3,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106740,4,1601758800,2020,10,3,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106741,4,1601760600,2020,10,3,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106742,4,1601809200,2020,10,4,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106743,4,1601811000,2020,10,4,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106744,4,1601812800,2020,10,4,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106745,4,1601814600,2020,10,4,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106746,4,1601816400,2020,10,4,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106747,4,1601818200,2020,10,4,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106748,4,1601820000,2020,10,4,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106749,4,1601821800,2020,10,4,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106750,4,1601834400,2020,10,4,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106751,4,1601836200,2020,10,4,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106752,4,1601838000,2020,10,4,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106753,4,1601839800,2020,10,4,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106754,4,1601841600,2020,10,4,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106755,4,1601843400,2020,10,4,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106756,4,1601845200,2020,10,4,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106757,4,1601847000,2020,10,4,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106758,4,1601895600,2020,10,5,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106759,4,1601897400,2020,10,5,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106760,4,1601899200,2020,10,5,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106761,4,1601901000,2020,10,5,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106762,4,1601902800,2020,10,5,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106763,4,1601904600,2020,10,5,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106764,4,1601906400,2020,10,5,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106765,4,1601920800,2020,10,5,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106766,4,1601922600,2020,10,5,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106767,4,1601924400,2020,10,5,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106768,4,1601926200,2020,10,5,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106769,4,1601928000,2020,10,5,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106770,4,1601929800,2020,10,5,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106771,4,1601931600,2020,10,5,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106772,4,1601933400,2020,10,5,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106773,4,1601982000,2020,10,6,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106774,4,1601983800,2020,10,6,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106775,4,1601985600,2020,10,6,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106776,4,1601987400,2020,10,6,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106777,4,1601989200,2020,10,6,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106778,4,1601991000,2020,10,6,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106779,4,1601992800,2020,10,6,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106780,4,1602007200,2020,10,6,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106781,4,1602009000,2020,10,6,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106782,4,1602010800,2020,10,6,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106783,4,1602012600,2020,10,6,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106784,4,1602014400,2020,10,6,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106785,4,1602016200,2020,10,6,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106786,4,1602018000,2020,10,6,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106787,4,1602019800,2020,10,6,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106788,4,1602068400,2020,10,7,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106789,4,1602070200,2020,10,7,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106790,4,1602072000,2020,10,7,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106791,4,1602073800,2020,10,7,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106792,4,1602075600,2020,10,7,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106793,4,1602077400,2020,10,7,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106794,4,1602079200,2020,10,7,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106795,4,1602093600,2020,10,7,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106796,4,1602095400,2020,10,7,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106797,4,1602097200,2020,10,7,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106798,4,1602099000,2020,10,7,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106799,4,1602100800,2020,10,7,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106800,4,1602102600,2020,10,7,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106801,4,1602104400,2020,10,7,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106802,4,1602106200,2020,10,7,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106803,4,1602154800,2020,10,8,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106804,4,1602156600,2020,10,8,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106805,4,1602158400,2020,10,8,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106806,4,1602160200,2020,10,8,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106807,4,1602162000,2020,10,8,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106808,4,1602163800,2020,10,8,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106809,4,1602165600,2020,10,8,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106810,4,1602180000,2020,10,8,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106811,4,1602181800,2020,10,8,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106812,4,1602183600,2020,10,8,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106813,4,1602185400,2020,10,8,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106814,4,1602187200,2020,10,8,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106815,4,1602189000,2020,10,8,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106816,4,1602190800,2020,10,8,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106817,4,1602192600,2020,10,8,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106818,4,1602241200,2020,10,9,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106819,4,1602243000,2020,10,9,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106820,4,1602244800,2020,10,9,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106821,4,1602246600,2020,10,9,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106822,4,1602248400,2020,10,9,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106823,4,1602250200,2020,10,9,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106824,4,1602252000,2020,10,9,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106825,4,1602266400,2020,10,9,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106826,4,1602268200,2020,10,9,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106827,4,1602270000,2020,10,9,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106828,4,1602271800,2020,10,9,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106829,4,1602273600,2020,10,9,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106830,4,1602275400,2020,10,9,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106831,4,1602277200,2020,10,9,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106832,4,1602279000,2020,10,9,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106833,4,1602327600,2020,10,10,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106834,4,1602329400,2020,10,10,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106835,4,1602331200,2020,10,10,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106836,4,1602333000,2020,10,10,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106837,4,1602334800,2020,10,10,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106838,4,1602336600,2020,10,10,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106839,4,1602338400,2020,10,10,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106840,4,1602352800,2020,10,10,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106841,4,1602354600,2020,10,10,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106842,4,1602356400,2020,10,10,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106843,4,1602358200,2020,10,10,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106844,4,1602360000,2020,10,10,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106845,4,1602361800,2020,10,10,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106846,4,1602363600,2020,10,10,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106847,4,1602365400,2020,10,10,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106848,4,1602414000,2020,10,11,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106849,4,1602415800,2020,10,11,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106850,4,1602417600,2020,10,11,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106851,4,1602419400,2020,10,11,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106852,4,1602421200,2020,10,11,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106853,4,1602423000,2020,10,11,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106854,4,1602424800,2020,10,11,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106855,4,1602426600,2020,10,11,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106856,4,1602439200,2020,10,11,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106857,4,1602441000,2020,10,11,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106858,4,1602442800,2020,10,11,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106859,4,1602444600,2020,10,11,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106860,4,1602446400,2020,10,11,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106861,4,1602448200,2020,10,11,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106862,4,1602450000,2020,10,11,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106863,4,1602451800,2020,10,11,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106864,4,1602500400,2020,10,12,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106865,4,1602502200,2020,10,12,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106866,4,1602504000,2020,10,12,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106867,4,1602505800,2020,10,12,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106868,4,1602507600,2020,10,12,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106869,4,1602509400,2020,10,12,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106870,4,1602511200,2020,10,12,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106871,4,1602525600,2020,10,12,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106872,4,1602527400,2020,10,12,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106873,4,1602529200,2020,10,12,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106874,4,1602531000,2020,10,12,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106875,4,1602532800,2020,10,12,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106876,4,1602534600,2020,10,12,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106877,4,1602536400,2020,10,12,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106878,4,1602538200,2020,10,12,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106879,4,1602586800,2020,10,13,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106880,4,1602588600,2020,10,13,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106881,4,1602590400,2020,10,13,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106882,4,1602592200,2020,10,13,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106883,4,1602594000,2020,10,13,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106884,4,1602595800,2020,10,13,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106885,4,1602597600,2020,10,13,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106886,4,1602612000,2020,10,13,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106887,4,1602613800,2020,10,13,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106888,4,1602615600,2020,10,13,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106889,4,1602617400,2020,10,13,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106890,4,1602619200,2020,10,13,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106891,4,1602621000,2020,10,13,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106892,4,1602622800,2020,10,13,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106893,4,1602624600,2020,10,13,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(106894,4,1602673200,2020,10,14,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(106895,4,1602675000,2020,10,14,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(106896,4,1602676800,2020,10,14,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(106897,4,1602678600,2020,10,14,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(106898,4,1602680400,2020,10,14,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(106899,4,1602682200,2020,10,14,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(106900,4,1602684000,2020,10,14,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(106901,4,1602698400,2020,10,14,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(106902,4,1602700200,2020,10,14,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(106903,4,1602702000,2020,10,14,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(106904,4,1602703800,2020,10,14,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(106905,4,1602705600,2020,10,14,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(106906,4,1602707400,2020,10,14,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(106907,4,1602709200,2020,10,14,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(106908,4,1602711000,2020,10,14,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(106909,4,1602759600,2020,10,15,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(106910,4,1602761400,2020,10,15,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(106911,4,1602763200,2020,10,15,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(106912,4,1602765000,2020,10,15,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(106913,4,1602766800,2020,10,15,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(106914,4,1602768600,2020,10,15,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(106915,4,1602770400,2020,10,15,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(106916,4,1602784800,2020,10,15,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(106917,4,1602786600,2020,10,15,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(106918,4,1602788400,2020,10,15,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(106919,4,1602790200,2020,10,15,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(106920,4,1602792000,2020,10,15,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(106921,4,1602793800,2020,10,15,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(106922,4,1602795600,2020,10,15,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(106923,4,1602797400,2020,10,15,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(106924,4,1602846000,2020,10,16,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(106925,4,1602847800,2020,10,16,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(106926,4,1602849600,2020,10,16,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(106927,4,1602851400,2020,10,16,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(106928,4,1602853200,2020,10,16,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(106929,4,1602855000,2020,10,16,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(106930,4,1602856800,2020,10,16,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(106931,4,1602871200,2020,10,16,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(106932,4,1602873000,2020,10,16,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(106933,4,1602874800,2020,10,16,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(106934,4,1602876600,2020,10,16,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(106935,4,1602878400,2020,10,16,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(106936,4,1602880200,2020,10,16,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(106937,4,1602882000,2020,10,16,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(106938,4,1602883800,2020,10,16,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(106939,4,1602932400,2020,10,17,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(106940,4,1602934200,2020,10,17,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(106941,4,1602936000,2020,10,17,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(106942,4,1602937800,2020,10,17,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(106943,4,1602939600,2020,10,17,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(106944,4,1602941400,2020,10,17,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(106945,4,1602943200,2020,10,17,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(106946,4,1602957600,2020,10,17,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(106947,4,1602959400,2020,10,17,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(106948,4,1602961200,2020,10,17,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(106949,4,1602963000,2020,10,17,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(106950,4,1602964800,2020,10,17,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(106951,4,1602966600,2020,10,17,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(106952,4,1602968400,2020,10,17,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(106953,4,1602970200,2020,10,17,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(106954,4,1603018800,2020,10,18,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(106955,4,1603020600,2020,10,18,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(106956,4,1603022400,2020,10,18,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(106957,4,1603024200,2020,10,18,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(106958,4,1603026000,2020,10,18,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(106959,4,1603027800,2020,10,18,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(106960,4,1603029600,2020,10,18,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(106961,4,1603031400,2020,10,18,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(106962,4,1603044000,2020,10,18,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(106963,4,1603045800,2020,10,18,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(106964,4,1603047600,2020,10,18,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(106965,4,1603049400,2020,10,18,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(106966,4,1603051200,2020,10,18,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(106967,4,1603053000,2020,10,18,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(106968,4,1603054800,2020,10,18,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(106969,4,1603056600,2020,10,18,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(106970,4,1603105200,2020,10,19,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(106971,4,1603107000,2020,10,19,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(106972,4,1603108800,2020,10,19,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(106973,4,1603110600,2020,10,19,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(106974,4,1603112400,2020,10,19,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(106975,4,1603114200,2020,10,19,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(106976,4,1603116000,2020,10,19,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(106977,4,1603130400,2020,10,19,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(106978,4,1603132200,2020,10,19,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(106979,4,1603134000,2020,10,19,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(106980,4,1603135800,2020,10,19,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(106981,4,1603137600,2020,10,19,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(106982,4,1603139400,2020,10,19,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(106983,4,1603141200,2020,10,19,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(106984,4,1603143000,2020,10,19,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(106985,4,1603191600,2020,10,20,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(106986,4,1603193400,2020,10,20,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(106987,4,1603195200,2020,10,20,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(106988,4,1603197000,2020,10,20,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(106989,4,1603198800,2020,10,20,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(106990,4,1603200600,2020,10,20,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(106991,4,1603202400,2020,10,20,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(106992,4,1603216800,2020,10,20,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(106993,4,1603218600,2020,10,20,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(106994,4,1603220400,2020,10,20,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(106995,4,1603222200,2020,10,20,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(106996,4,1603224000,2020,10,20,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(106997,4,1603225800,2020,10,20,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(106998,4,1603227600,2020,10,20,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(106999,4,1603229400,2020,10,20,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107000,4,1603278000,2020,10,21,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107001,4,1603279800,2020,10,21,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107002,4,1603281600,2020,10,21,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107003,4,1603283400,2020,10,21,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107004,4,1603285200,2020,10,21,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107005,4,1603287000,2020,10,21,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107006,4,1603288800,2020,10,21,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107007,4,1603303200,2020,10,21,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107008,4,1603305000,2020,10,21,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107009,4,1603306800,2020,10,21,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107010,4,1603308600,2020,10,21,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107011,4,1603310400,2020,10,21,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107012,4,1603312200,2020,10,21,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107013,4,1603314000,2020,10,21,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107014,4,1603315800,2020,10,21,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107015,4,1603364400,2020,10,22,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107016,4,1603366200,2020,10,22,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107017,4,1603368000,2020,10,22,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107018,4,1603369800,2020,10,22,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107019,4,1603371600,2020,10,22,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107020,4,1603373400,2020,10,22,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107021,4,1603375200,2020,10,22,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107022,4,1603389600,2020,10,22,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107023,4,1603391400,2020,10,22,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107024,4,1603393200,2020,10,22,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107025,4,1603395000,2020,10,22,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107026,4,1603396800,2020,10,22,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107027,4,1603398600,2020,10,22,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107028,4,1603400400,2020,10,22,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107029,4,1603402200,2020,10,22,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107030,4,1603450800,2020,10,23,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107031,4,1603452600,2020,10,23,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107032,4,1603454400,2020,10,23,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107033,4,1603456200,2020,10,23,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107034,4,1603458000,2020,10,23,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107035,4,1603459800,2020,10,23,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107036,4,1603461600,2020,10,23,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107037,4,1603476000,2020,10,23,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107038,4,1603477800,2020,10,23,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107039,4,1603479600,2020,10,23,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107040,4,1603481400,2020,10,23,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107041,4,1603483200,2020,10,23,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107042,4,1603485000,2020,10,23,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107043,4,1603486800,2020,10,23,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107044,4,1603488600,2020,10,23,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107045,4,1603537200,2020,10,24,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107046,4,1603539000,2020,10,24,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107047,4,1603540800,2020,10,24,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107048,4,1603542600,2020,10,24,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107049,4,1603544400,2020,10,24,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107050,4,1603546200,2020,10,24,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107051,4,1603548000,2020,10,24,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107052,4,1603562400,2020,10,24,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107053,4,1603564200,2020,10,24,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107054,4,1603566000,2020,10,24,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107055,4,1603567800,2020,10,24,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107056,4,1603569600,2020,10,24,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107057,4,1603571400,2020,10,24,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107058,4,1603573200,2020,10,24,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107059,4,1603575000,2020,10,24,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107060,4,1603627200,2020,10,25,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107061,4,1603629000,2020,10,25,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107062,4,1603630800,2020,10,25,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107063,4,1603632600,2020,10,25,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107064,4,1603634400,2020,10,25,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107065,4,1603636200,2020,10,25,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107066,4,1603638000,2020,10,25,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107067,4,1603639800,2020,10,25,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107068,4,1603652400,2020,10,25,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107069,4,1603654200,2020,10,25,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107070,4,1603656000,2020,10,25,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107071,4,1603657800,2020,10,25,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107072,4,1603659600,2020,10,25,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107073,4,1603661400,2020,10,25,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107074,4,1603663200,2020,10,25,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107075,4,1603665000,2020,10,25,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107076,4,1603713600,2020,10,26,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107077,4,1603715400,2020,10,26,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107078,4,1603717200,2020,10,26,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107079,4,1603719000,2020,10,26,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107080,4,1603720800,2020,10,26,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107081,4,1603722600,2020,10,26,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107082,4,1603724400,2020,10,26,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107083,4,1603738800,2020,10,26,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107084,4,1603740600,2020,10,26,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107085,4,1603742400,2020,10,26,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107086,4,1603744200,2020,10,26,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107087,4,1603746000,2020,10,26,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107088,4,1603747800,2020,10,26,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107089,4,1603749600,2020,10,26,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107090,4,1603751400,2020,10,26,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107091,4,1603800000,2020,10,27,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107092,4,1603801800,2020,10,27,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107093,4,1603803600,2020,10,27,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107094,4,1603805400,2020,10,27,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107095,4,1603807200,2020,10,27,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107096,4,1603809000,2020,10,27,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107097,4,1603810800,2020,10,27,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107098,4,1603825200,2020,10,27,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107099,4,1603827000,2020,10,27,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107100,4,1603828800,2020,10,27,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107101,4,1603830600,2020,10,27,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107102,4,1603832400,2020,10,27,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107103,4,1603834200,2020,10,27,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107104,4,1603836000,2020,10,27,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107105,4,1603837800,2020,10,27,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107106,4,1603886400,2020,10,28,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107107,4,1603888200,2020,10,28,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107108,4,1603890000,2020,10,28,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107109,4,1603891800,2020,10,28,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107110,4,1603893600,2020,10,28,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107111,4,1603895400,2020,10,28,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107112,4,1603897200,2020,10,28,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107113,4,1603911600,2020,10,28,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107114,4,1603913400,2020,10,28,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107115,4,1603915200,2020,10,28,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107116,4,1603917000,2020,10,28,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107117,4,1603918800,2020,10,28,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107118,4,1603920600,2020,10,28,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107119,4,1603922400,2020,10,28,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107120,4,1603924200,2020,10,28,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107121,4,1603972800,2020,10,29,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107122,4,1603974600,2020,10,29,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107123,4,1603976400,2020,10,29,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107124,4,1603978200,2020,10,29,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107125,4,1603980000,2020,10,29,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107126,4,1603981800,2020,10,29,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107127,4,1603983600,2020,10,29,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107128,4,1603998000,2020,10,29,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107129,4,1603999800,2020,10,29,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107130,4,1604001600,2020,10,29,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107131,4,1604003400,2020,10,29,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107132,4,1604005200,2020,10,29,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107133,4,1604007000,2020,10,29,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107134,4,1604008800,2020,10,29,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107135,4,1604010600,2020,10,29,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107136,4,1604059200,2020,10,30,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107137,4,1604061000,2020,10,30,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107138,4,1604062800,2020,10,30,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107139,4,1604064600,2020,10,30,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107140,4,1604066400,2020,10,30,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107141,4,1604068200,2020,10,30,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107142,4,1604070000,2020,10,30,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107143,4,1604084400,2020,10,30,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107144,4,1604086200,2020,10,30,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107145,4,1604088000,2020,10,30,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107146,4,1604089800,2020,10,30,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107147,4,1604091600,2020,10,30,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107148,4,1604093400,2020,10,30,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107149,4,1604095200,2020,10,30,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107150,4,1604097000,2020,10,30,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107151,4,1604145600,2020,10,31,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107152,4,1604147400,2020,10,31,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107153,4,1604149200,2020,10,31,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107154,4,1604151000,2020,10,31,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107155,4,1604152800,2020,10,31,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107156,4,1604154600,2020,10,31,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107157,4,1604156400,2020,10,31,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107158,4,1604170800,2020,10,31,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107159,4,1604172600,2020,10,31,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107160,4,1604174400,2020,10,31,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107161,4,1604176200,2020,10,31,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107162,4,1604178000,2020,10,31,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107163,4,1604179800,2020,10,31,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107164,4,1604181600,2020,10,31,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107165,4,1604183400,2020,10,31,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107166,4,1604232000,2020,11,1,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107167,4,1604233800,2020,11,1,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107168,4,1604235600,2020,11,1,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107169,4,1604237400,2020,11,1,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107170,4,1604239200,2020,11,1,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107171,4,1604241000,2020,11,1,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107172,4,1604242800,2020,11,1,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107173,4,1604244600,2020,11,1,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107174,4,1604257200,2020,11,1,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107175,4,1604259000,2020,11,1,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107176,4,1604260800,2020,11,1,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107177,4,1604262600,2020,11,1,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107178,4,1604264400,2020,11,1,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107179,4,1604266200,2020,11,1,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107180,4,1604268000,2020,11,1,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107181,4,1604269800,2020,11,1,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107182,4,1604318400,2020,11,2,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107183,4,1604320200,2020,11,2,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107184,4,1604322000,2020,11,2,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107185,4,1604323800,2020,11,2,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107186,4,1604325600,2020,11,2,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107187,4,1604327400,2020,11,2,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107188,4,1604329200,2020,11,2,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107189,4,1604343600,2020,11,2,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107190,4,1604345400,2020,11,2,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107191,4,1604347200,2020,11,2,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107192,4,1604349000,2020,11,2,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107193,4,1604350800,2020,11,2,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107194,4,1604352600,2020,11,2,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107195,4,1604354400,2020,11,2,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107196,4,1604356200,2020,11,2,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107197,4,1604404800,2020,11,3,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107198,4,1604406600,2020,11,3,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107199,4,1604408400,2020,11,3,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107200,4,1604410200,2020,11,3,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107201,4,1604412000,2020,11,3,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107202,4,1604413800,2020,11,3,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107203,4,1604415600,2020,11,3,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107204,4,1604430000,2020,11,3,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107205,4,1604431800,2020,11,3,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107206,4,1604433600,2020,11,3,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107207,4,1604435400,2020,11,3,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107208,4,1604437200,2020,11,3,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107209,4,1604439000,2020,11,3,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107210,4,1604440800,2020,11,3,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107211,4,1604442600,2020,11,3,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107212,4,1604491200,2020,11,4,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107213,4,1604493000,2020,11,4,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107214,4,1604494800,2020,11,4,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107215,4,1604496600,2020,11,4,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107216,4,1604498400,2020,11,4,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107217,4,1604500200,2020,11,4,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107218,4,1604502000,2020,11,4,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107219,4,1604516400,2020,11,4,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107220,4,1604518200,2020,11,4,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107221,4,1604520000,2020,11,4,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107222,4,1604521800,2020,11,4,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107223,4,1604523600,2020,11,4,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107224,4,1604525400,2020,11,4,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107225,4,1604527200,2020,11,4,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107226,4,1604529000,2020,11,4,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107227,4,1604577600,2020,11,5,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107228,4,1604579400,2020,11,5,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107229,4,1604581200,2020,11,5,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107230,4,1604583000,2020,11,5,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107231,4,1604584800,2020,11,5,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107232,4,1604586600,2020,11,5,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107233,4,1604588400,2020,11,5,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107234,4,1604602800,2020,11,5,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107235,4,1604604600,2020,11,5,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107236,4,1604606400,2020,11,5,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107237,4,1604608200,2020,11,5,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107238,4,1604610000,2020,11,5,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107239,4,1604611800,2020,11,5,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107240,4,1604613600,2020,11,5,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107241,4,1604615400,2020,11,5,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107242,4,1604664000,2020,11,6,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107243,4,1604665800,2020,11,6,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107244,4,1604667600,2020,11,6,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107245,4,1604669400,2020,11,6,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107246,4,1604671200,2020,11,6,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107247,4,1604673000,2020,11,6,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107248,4,1604674800,2020,11,6,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107249,4,1604689200,2020,11,6,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107250,4,1604691000,2020,11,6,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107251,4,1604692800,2020,11,6,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107252,4,1604694600,2020,11,6,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107253,4,1604696400,2020,11,6,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107254,4,1604698200,2020,11,6,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107255,4,1604700000,2020,11,6,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107256,4,1604701800,2020,11,6,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107257,4,1604750400,2020,11,7,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107258,4,1604752200,2020,11,7,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107259,4,1604754000,2020,11,7,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107260,4,1604755800,2020,11,7,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107261,4,1604757600,2020,11,7,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107262,4,1604759400,2020,11,7,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107263,4,1604761200,2020,11,7,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107264,4,1604775600,2020,11,7,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107265,4,1604777400,2020,11,7,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107266,4,1604779200,2020,11,7,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107267,4,1604781000,2020,11,7,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107268,4,1604782800,2020,11,7,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107269,4,1604784600,2020,11,7,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107270,4,1604786400,2020,11,7,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107271,4,1604788200,2020,11,7,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107272,4,1604836800,2020,11,8,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107273,4,1604838600,2020,11,8,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107274,4,1604840400,2020,11,8,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107275,4,1604842200,2020,11,8,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107276,4,1604844000,2020,11,8,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107277,4,1604845800,2020,11,8,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107278,4,1604847600,2020,11,8,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107279,4,1604849400,2020,11,8,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107280,4,1604862000,2020,11,8,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107281,4,1604863800,2020,11,8,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107282,4,1604865600,2020,11,8,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107283,4,1604867400,2020,11,8,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107284,4,1604869200,2020,11,8,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107285,4,1604871000,2020,11,8,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107286,4,1604872800,2020,11,8,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107287,4,1604874600,2020,11,8,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107288,4,1604923200,2020,11,9,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107289,4,1604925000,2020,11,9,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107290,4,1604926800,2020,11,9,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107291,4,1604928600,2020,11,9,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107292,4,1604930400,2020,11,9,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107293,4,1604932200,2020,11,9,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107294,4,1604934000,2020,11,9,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107295,4,1604948400,2020,11,9,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107296,4,1604950200,2020,11,9,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107297,4,1604952000,2020,11,9,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107298,4,1604953800,2020,11,9,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107299,4,1604955600,2020,11,9,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107300,4,1604957400,2020,11,9,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107301,4,1604959200,2020,11,9,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107302,4,1604961000,2020,11,9,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107303,4,1605009600,2020,11,10,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107304,4,1605011400,2020,11,10,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107305,4,1605013200,2020,11,10,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107306,4,1605015000,2020,11,10,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107307,4,1605016800,2020,11,10,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107308,4,1605018600,2020,11,10,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107309,4,1605020400,2020,11,10,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107310,4,1605034800,2020,11,10,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107311,4,1605036600,2020,11,10,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107312,4,1605038400,2020,11,10,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107313,4,1605040200,2020,11,10,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107314,4,1605042000,2020,11,10,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107315,4,1605043800,2020,11,10,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107316,4,1605045600,2020,11,10,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107317,4,1605047400,2020,11,10,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107318,4,1605096000,2020,11,11,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107319,4,1605097800,2020,11,11,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107320,4,1605099600,2020,11,11,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107321,4,1605101400,2020,11,11,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107322,4,1605103200,2020,11,11,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107323,4,1605105000,2020,11,11,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107324,4,1605106800,2020,11,11,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107325,4,1605121200,2020,11,11,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107326,4,1605123000,2020,11,11,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107327,4,1605124800,2020,11,11,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107328,4,1605126600,2020,11,11,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107329,4,1605128400,2020,11,11,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107330,4,1605130200,2020,11,11,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107331,4,1605132000,2020,11,11,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107332,4,1605133800,2020,11,11,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107333,4,1605182400,2020,11,12,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107334,4,1605184200,2020,11,12,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107335,4,1605186000,2020,11,12,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107336,4,1605187800,2020,11,12,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107337,4,1605189600,2020,11,12,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107338,4,1605191400,2020,11,12,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107339,4,1605193200,2020,11,12,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107340,4,1605207600,2020,11,12,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107341,4,1605209400,2020,11,12,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107342,4,1605211200,2020,11,12,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107343,4,1605213000,2020,11,12,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107344,4,1605214800,2020,11,12,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107345,4,1605216600,2020,11,12,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107346,4,1605218400,2020,11,12,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107347,4,1605220200,2020,11,12,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107348,4,1605268800,2020,11,13,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107349,4,1605270600,2020,11,13,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107350,4,1605272400,2020,11,13,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107351,4,1605274200,2020,11,13,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107352,4,1605276000,2020,11,13,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107353,4,1605277800,2020,11,13,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107354,4,1605279600,2020,11,13,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107355,4,1605294000,2020,11,13,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107356,4,1605295800,2020,11,13,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107357,4,1605297600,2020,11,13,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107358,4,1605299400,2020,11,13,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107359,4,1605301200,2020,11,13,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107360,4,1605303000,2020,11,13,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107361,4,1605304800,2020,11,13,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107362,4,1605306600,2020,11,13,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107363,4,1605355200,2020,11,14,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107364,4,1605357000,2020,11,14,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107365,4,1605358800,2020,11,14,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107366,4,1605360600,2020,11,14,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107367,4,1605362400,2020,11,14,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107368,4,1605364200,2020,11,14,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107369,4,1605366000,2020,11,14,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107370,4,1605380400,2020,11,14,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107371,4,1605382200,2020,11,14,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107372,4,1605384000,2020,11,14,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107373,4,1605385800,2020,11,14,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107374,4,1605387600,2020,11,14,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107375,4,1605389400,2020,11,14,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107376,4,1605391200,2020,11,14,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107377,4,1605393000,2020,11,14,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107378,4,1605441600,2020,11,15,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107379,4,1605443400,2020,11,15,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107380,4,1605445200,2020,11,15,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107381,4,1605447000,2020,11,15,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107382,4,1605448800,2020,11,15,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107383,4,1605450600,2020,11,15,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107384,4,1605452400,2020,11,15,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107385,4,1605454200,2020,11,15,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107386,4,1605466800,2020,11,15,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107387,4,1605468600,2020,11,15,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107388,4,1605470400,2020,11,15,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107389,4,1605472200,2020,11,15,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107390,4,1605474000,2020,11,15,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107391,4,1605475800,2020,11,15,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107392,4,1605477600,2020,11,15,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107393,4,1605479400,2020,11,15,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107394,4,1605528000,2020,11,16,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107395,4,1605529800,2020,11,16,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107396,4,1605531600,2020,11,16,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107397,4,1605533400,2020,11,16,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107398,4,1605535200,2020,11,16,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107399,4,1605537000,2020,11,16,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107400,4,1605538800,2020,11,16,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107401,4,1605553200,2020,11,16,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107402,4,1605555000,2020,11,16,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107403,4,1605556800,2020,11,16,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107404,4,1605558600,2020,11,16,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107405,4,1605560400,2020,11,16,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107406,4,1605562200,2020,11,16,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107407,4,1605564000,2020,11,16,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107408,4,1605565800,2020,11,16,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107409,4,1605614400,2020,11,17,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107410,4,1605616200,2020,11,17,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107411,4,1605618000,2020,11,17,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107412,4,1605619800,2020,11,17,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107413,4,1605621600,2020,11,17,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107414,4,1605623400,2020,11,17,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107415,4,1605625200,2020,11,17,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107416,4,1605639600,2020,11,17,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107417,4,1605641400,2020,11,17,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107418,4,1605643200,2020,11,17,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107419,4,1605645000,2020,11,17,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107420,4,1605646800,2020,11,17,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107421,4,1605648600,2020,11,17,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107422,4,1605650400,2020,11,17,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107423,4,1605652200,2020,11,17,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107424,4,1605700800,2020,11,18,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107425,4,1605702600,2020,11,18,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107426,4,1605704400,2020,11,18,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107427,4,1605706200,2020,11,18,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107428,4,1605708000,2020,11,18,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107429,4,1605709800,2020,11,18,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107430,4,1605711600,2020,11,18,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107431,4,1605726000,2020,11,18,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107432,4,1605727800,2020,11,18,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107433,4,1605729600,2020,11,18,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107434,4,1605731400,2020,11,18,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107435,4,1605733200,2020,11,18,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107436,4,1605735000,2020,11,18,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107437,4,1605736800,2020,11,18,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107438,4,1605738600,2020,11,18,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107439,4,1605787200,2020,11,19,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107440,4,1605789000,2020,11,19,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107441,4,1605790800,2020,11,19,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107442,4,1605792600,2020,11,19,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107443,4,1605794400,2020,11,19,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107444,4,1605796200,2020,11,19,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107445,4,1605798000,2020,11,19,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107446,4,1605812400,2020,11,19,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107447,4,1605814200,2020,11,19,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107448,4,1605816000,2020,11,19,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107449,4,1605817800,2020,11,19,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107450,4,1605819600,2020,11,19,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107451,4,1605821400,2020,11,19,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107452,4,1605823200,2020,11,19,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107453,4,1605825000,2020,11,19,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107454,4,1605873600,2020,11,20,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107455,4,1605875400,2020,11,20,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107456,4,1605877200,2020,11,20,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107457,4,1605879000,2020,11,20,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107458,4,1605880800,2020,11,20,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107459,4,1605882600,2020,11,20,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107460,4,1605884400,2020,11,20,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107461,4,1605898800,2020,11,20,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107462,4,1605900600,2020,11,20,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107463,4,1605902400,2020,11,20,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107464,4,1605904200,2020,11,20,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107465,4,1605906000,2020,11,20,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107466,4,1605907800,2020,11,20,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107467,4,1605909600,2020,11,20,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107468,4,1605911400,2020,11,20,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107469,4,1605960000,2020,11,21,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107470,4,1605961800,2020,11,21,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107471,4,1605963600,2020,11,21,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107472,4,1605965400,2020,11,21,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107473,4,1605967200,2020,11,21,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107474,4,1605969000,2020,11,21,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107475,4,1605970800,2020,11,21,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107476,4,1605985200,2020,11,21,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107477,4,1605987000,2020,11,21,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107478,4,1605988800,2020,11,21,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107479,4,1605990600,2020,11,21,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107480,4,1605992400,2020,11,21,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107481,4,1605994200,2020,11,21,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107482,4,1605996000,2020,11,21,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107483,4,1605997800,2020,11,21,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107484,4,1606046400,2020,11,22,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107485,4,1606048200,2020,11,22,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107486,4,1606050000,2020,11,22,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107487,4,1606051800,2020,11,22,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107488,4,1606053600,2020,11,22,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107489,4,1606055400,2020,11,22,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107490,4,1606057200,2020,11,22,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107491,4,1606059000,2020,11,22,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107492,4,1606071600,2020,11,22,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107493,4,1606073400,2020,11,22,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107494,4,1606075200,2020,11,22,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107495,4,1606077000,2020,11,22,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107496,4,1606078800,2020,11,22,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107497,4,1606080600,2020,11,22,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107498,4,1606082400,2020,11,22,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107499,4,1606084200,2020,11,22,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107500,4,1606132800,2020,11,23,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107501,4,1606134600,2020,11,23,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107502,4,1606136400,2020,11,23,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107503,4,1606138200,2020,11,23,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107504,4,1606140000,2020,11,23,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107505,4,1606141800,2020,11,23,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107506,4,1606143600,2020,11,23,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107507,4,1606158000,2020,11,23,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107508,4,1606159800,2020,11,23,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107509,4,1606161600,2020,11,23,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107510,4,1606163400,2020,11,23,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107511,4,1606165200,2020,11,23,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107512,4,1606167000,2020,11,23,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107513,4,1606168800,2020,11,23,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107514,4,1606170600,2020,11,23,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107515,4,1606219200,2020,11,24,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107516,4,1606221000,2020,11,24,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107517,4,1606222800,2020,11,24,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107518,4,1606224600,2020,11,24,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107519,4,1606226400,2020,11,24,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107520,4,1606228200,2020,11,24,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107521,4,1606230000,2020,11,24,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107522,4,1606244400,2020,11,24,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107523,4,1606246200,2020,11,24,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107524,4,1606248000,2020,11,24,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107525,4,1606249800,2020,11,24,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107526,4,1606251600,2020,11,24,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107527,4,1606253400,2020,11,24,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107528,4,1606255200,2020,11,24,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107529,4,1606257000,2020,11,24,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107530,4,1606305600,2020,11,25,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107531,4,1606307400,2020,11,25,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107532,4,1606309200,2020,11,25,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107533,4,1606311000,2020,11,25,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107534,4,1606312800,2020,11,25,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107535,4,1606314600,2020,11,25,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107536,4,1606316400,2020,11,25,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107537,4,1606330800,2020,11,25,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107538,4,1606332600,2020,11,25,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107539,4,1606334400,2020,11,25,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107540,4,1606336200,2020,11,25,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107541,4,1606338000,2020,11,25,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107542,4,1606339800,2020,11,25,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107543,4,1606341600,2020,11,25,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107544,4,1606343400,2020,11,25,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107545,4,1606392000,2020,11,26,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107546,4,1606393800,2020,11,26,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107547,4,1606395600,2020,11,26,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107548,4,1606397400,2020,11,26,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107549,4,1606399200,2020,11,26,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107550,4,1606401000,2020,11,26,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107551,4,1606402800,2020,11,26,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107552,4,1606417200,2020,11,26,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107553,4,1606419000,2020,11,26,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107554,4,1606420800,2020,11,26,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107555,4,1606422600,2020,11,26,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107556,4,1606424400,2020,11,26,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107557,4,1606426200,2020,11,26,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107558,4,1606428000,2020,11,26,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107559,4,1606429800,2020,11,26,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107560,4,1606478400,2020,11,27,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107561,4,1606480200,2020,11,27,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107562,4,1606482000,2020,11,27,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107563,4,1606483800,2020,11,27,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107564,4,1606485600,2020,11,27,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107565,4,1606487400,2020,11,27,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107566,4,1606489200,2020,11,27,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107567,4,1606503600,2020,11,27,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107568,4,1606505400,2020,11,27,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107569,4,1606507200,2020,11,27,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107570,4,1606509000,2020,11,27,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107571,4,1606510800,2020,11,27,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107572,4,1606512600,2020,11,27,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107573,4,1606514400,2020,11,27,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107574,4,1606516200,2020,11,27,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107575,4,1606564800,2020,11,28,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107576,4,1606566600,2020,11,28,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107577,4,1606568400,2020,11,28,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107578,4,1606570200,2020,11,28,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107579,4,1606572000,2020,11,28,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107580,4,1606573800,2020,11,28,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107581,4,1606575600,2020,11,28,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107582,4,1606590000,2020,11,28,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107583,4,1606591800,2020,11,28,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107584,4,1606593600,2020,11,28,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107585,4,1606595400,2020,11,28,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107586,4,1606597200,2020,11,28,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107587,4,1606599000,2020,11,28,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107588,4,1606600800,2020,11,28,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107589,4,1606602600,2020,11,28,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107590,4,1606651200,2020,11,29,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107591,4,1606653000,2020,11,29,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107592,4,1606654800,2020,11,29,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107593,4,1606656600,2020,11,29,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107594,4,1606658400,2020,11,29,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107595,4,1606660200,2020,11,29,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107596,4,1606662000,2020,11,29,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107597,4,1606663800,2020,11,29,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107598,4,1606676400,2020,11,29,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107599,4,1606678200,2020,11,29,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107600,4,1606680000,2020,11,29,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107601,4,1606681800,2020,11,29,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107602,4,1606683600,2020,11,29,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107603,4,1606685400,2020,11,29,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107604,4,1606687200,2020,11,29,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107605,4,1606689000,2020,11,29,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107606,4,1606737600,2020,11,30,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107607,4,1606739400,2020,11,30,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107608,4,1606741200,2020,11,30,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107609,4,1606743000,2020,11,30,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107610,4,1606744800,2020,11,30,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107611,4,1606746600,2020,11,30,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107612,4,1606748400,2020,11,30,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107613,4,1606762800,2020,11,30,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107614,4,1606764600,2020,11,30,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107615,4,1606766400,2020,11,30,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107616,4,1606768200,2020,11,30,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107617,4,1606770000,2020,11,30,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107618,4,1606771800,2020,11,30,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107619,4,1606773600,2020,11,30,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107620,4,1606775400,2020,11,30,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107621,4,1606824000,2020,12,1,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107622,4,1606825800,2020,12,1,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107623,4,1606827600,2020,12,1,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107624,4,1606829400,2020,12,1,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107625,4,1606831200,2020,12,1,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107626,4,1606833000,2020,12,1,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107627,4,1606834800,2020,12,1,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107628,4,1606849200,2020,12,1,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107629,4,1606851000,2020,12,1,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107630,4,1606852800,2020,12,1,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107631,4,1606854600,2020,12,1,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107632,4,1606856400,2020,12,1,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107633,4,1606858200,2020,12,1,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107634,4,1606860000,2020,12,1,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107635,4,1606861800,2020,12,1,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107636,4,1606910400,2020,12,2,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107637,4,1606912200,2020,12,2,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107638,4,1606914000,2020,12,2,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107639,4,1606915800,2020,12,2,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107640,4,1606917600,2020,12,2,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107641,4,1606919400,2020,12,2,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107642,4,1606921200,2020,12,2,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107643,4,1606935600,2020,12,2,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107644,4,1606937400,2020,12,2,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107645,4,1606939200,2020,12,2,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107646,4,1606941000,2020,12,2,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107647,4,1606942800,2020,12,2,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107648,4,1606944600,2020,12,2,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107649,4,1606946400,2020,12,2,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107650,4,1606948200,2020,12,2,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107651,4,1606996800,2020,12,3,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107652,4,1606998600,2020,12,3,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107653,4,1607000400,2020,12,3,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107654,4,1607002200,2020,12,3,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107655,4,1607004000,2020,12,3,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107656,4,1607005800,2020,12,3,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107657,4,1607007600,2020,12,3,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107658,4,1607022000,2020,12,3,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107659,4,1607023800,2020,12,3,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107660,4,1607025600,2020,12,3,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107661,4,1607027400,2020,12,3,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107662,4,1607029200,2020,12,3,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107663,4,1607031000,2020,12,3,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107664,4,1607032800,2020,12,3,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107665,4,1607034600,2020,12,3,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107666,4,1607083200,2020,12,4,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107667,4,1607085000,2020,12,4,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107668,4,1607086800,2020,12,4,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107669,4,1607088600,2020,12,4,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107670,4,1607090400,2020,12,4,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107671,4,1607092200,2020,12,4,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107672,4,1607094000,2020,12,4,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107673,4,1607108400,2020,12,4,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107674,4,1607110200,2020,12,4,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107675,4,1607112000,2020,12,4,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107676,4,1607113800,2020,12,4,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107677,4,1607115600,2020,12,4,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107678,4,1607117400,2020,12,4,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107679,4,1607119200,2020,12,4,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107680,4,1607121000,2020,12,4,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107681,4,1607169600,2020,12,5,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107682,4,1607171400,2020,12,5,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107683,4,1607173200,2020,12,5,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107684,4,1607175000,2020,12,5,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107685,4,1607176800,2020,12,5,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107686,4,1607178600,2020,12,5,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107687,4,1607180400,2020,12,5,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107688,4,1607194800,2020,12,5,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107689,4,1607196600,2020,12,5,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107690,4,1607198400,2020,12,5,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107691,4,1607200200,2020,12,5,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107692,4,1607202000,2020,12,5,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107693,4,1607203800,2020,12,5,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107694,4,1607205600,2020,12,5,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107695,4,1607207400,2020,12,5,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107696,4,1607256000,2020,12,6,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107697,4,1607257800,2020,12,6,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107698,4,1607259600,2020,12,6,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107699,4,1607261400,2020,12,6,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107700,4,1607263200,2020,12,6,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107701,4,1607265000,2020,12,6,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107702,4,1607266800,2020,12,6,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107703,4,1607268600,2020,12,6,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107704,4,1607281200,2020,12,6,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107705,4,1607283000,2020,12,6,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107706,4,1607284800,2020,12,6,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107707,4,1607286600,2020,12,6,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107708,4,1607288400,2020,12,6,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107709,4,1607290200,2020,12,6,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107710,4,1607292000,2020,12,6,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107711,4,1607293800,2020,12,6,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107712,4,1607342400,2020,12,7,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107713,4,1607344200,2020,12,7,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107714,4,1607346000,2020,12,7,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107715,4,1607347800,2020,12,7,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107716,4,1607349600,2020,12,7,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107717,4,1607351400,2020,12,7,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107718,4,1607353200,2020,12,7,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107719,4,1607367600,2020,12,7,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107720,4,1607369400,2020,12,7,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107721,4,1607371200,2020,12,7,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107722,4,1607373000,2020,12,7,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107723,4,1607374800,2020,12,7,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107724,4,1607376600,2020,12,7,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107725,4,1607378400,2020,12,7,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107726,4,1607380200,2020,12,7,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107727,4,1607428800,2020,12,8,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107728,4,1607430600,2020,12,8,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107729,4,1607432400,2020,12,8,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107730,4,1607434200,2020,12,8,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107731,4,1607436000,2020,12,8,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107732,4,1607437800,2020,12,8,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107733,4,1607439600,2020,12,8,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107734,4,1607454000,2020,12,8,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107735,4,1607455800,2020,12,8,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107736,4,1607457600,2020,12,8,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107737,4,1607459400,2020,12,8,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107738,4,1607461200,2020,12,8,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107739,4,1607463000,2020,12,8,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107740,4,1607464800,2020,12,8,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107741,4,1607466600,2020,12,8,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107742,4,1607515200,2020,12,9,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107743,4,1607517000,2020,12,9,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107744,4,1607518800,2020,12,9,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107745,4,1607520600,2020,12,9,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107746,4,1607522400,2020,12,9,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107747,4,1607524200,2020,12,9,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107748,4,1607526000,2020,12,9,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107749,4,1607540400,2020,12,9,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107750,4,1607542200,2020,12,9,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107751,4,1607544000,2020,12,9,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107752,4,1607545800,2020,12,9,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107753,4,1607547600,2020,12,9,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107754,4,1607549400,2020,12,9,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107755,4,1607551200,2020,12,9,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107756,4,1607553000,2020,12,9,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107757,4,1607601600,2020,12,10,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107758,4,1607603400,2020,12,10,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107759,4,1607605200,2020,12,10,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107760,4,1607607000,2020,12,10,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107761,4,1607608800,2020,12,10,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107762,4,1607610600,2020,12,10,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107763,4,1607612400,2020,12,10,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107764,4,1607626800,2020,12,10,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107765,4,1607628600,2020,12,10,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107766,4,1607630400,2020,12,10,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107767,4,1607632200,2020,12,10,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107768,4,1607634000,2020,12,10,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107769,4,1607635800,2020,12,10,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107770,4,1607637600,2020,12,10,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107771,4,1607639400,2020,12,10,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107772,4,1607688000,2020,12,11,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107773,4,1607689800,2020,12,11,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107774,4,1607691600,2020,12,11,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107775,4,1607693400,2020,12,11,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107776,4,1607695200,2020,12,11,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107777,4,1607697000,2020,12,11,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107778,4,1607698800,2020,12,11,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107779,4,1607713200,2020,12,11,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107780,4,1607715000,2020,12,11,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107781,4,1607716800,2020,12,11,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107782,4,1607718600,2020,12,11,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107783,4,1607720400,2020,12,11,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107784,4,1607722200,2020,12,11,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107785,4,1607724000,2020,12,11,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107786,4,1607725800,2020,12,11,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107787,4,1607774400,2020,12,12,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107788,4,1607776200,2020,12,12,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107789,4,1607778000,2020,12,12,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107790,4,1607779800,2020,12,12,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107791,4,1607781600,2020,12,12,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107792,4,1607783400,2020,12,12,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107793,4,1607785200,2020,12,12,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107794,4,1607799600,2020,12,12,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107795,4,1607801400,2020,12,12,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107796,4,1607803200,2020,12,12,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107797,4,1607805000,2020,12,12,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107798,4,1607806800,2020,12,12,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107799,4,1607808600,2020,12,12,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107800,4,1607810400,2020,12,12,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107801,4,1607812200,2020,12,12,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107802,4,1607860800,2020,12,13,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107803,4,1607862600,2020,12,13,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107804,4,1607864400,2020,12,13,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107805,4,1607866200,2020,12,13,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107806,4,1607868000,2020,12,13,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107807,4,1607869800,2020,12,13,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107808,4,1607871600,2020,12,13,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107809,4,1607873400,2020,12,13,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107810,4,1607886000,2020,12,13,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107811,4,1607887800,2020,12,13,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107812,4,1607889600,2020,12,13,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107813,4,1607891400,2020,12,13,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107814,4,1607893200,2020,12,13,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107815,4,1607895000,2020,12,13,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107816,4,1607896800,2020,12,13,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107817,4,1607898600,2020,12,13,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107818,4,1607947200,2020,12,14,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107819,4,1607949000,2020,12,14,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107820,4,1607950800,2020,12,14,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107821,4,1607952600,2020,12,14,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107822,4,1607954400,2020,12,14,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107823,4,1607956200,2020,12,14,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107824,4,1607958000,2020,12,14,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107825,4,1607972400,2020,12,14,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107826,4,1607974200,2020,12,14,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107827,4,1607976000,2020,12,14,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107828,4,1607977800,2020,12,14,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107829,4,1607979600,2020,12,14,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107830,4,1607981400,2020,12,14,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107831,4,1607983200,2020,12,14,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107832,4,1607985000,2020,12,14,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107833,4,1608033600,2020,12,15,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107834,4,1608035400,2020,12,15,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107835,4,1608037200,2020,12,15,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107836,4,1608039000,2020,12,15,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107837,4,1608040800,2020,12,15,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107838,4,1608042600,2020,12,15,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107839,4,1608044400,2020,12,15,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107840,4,1608058800,2020,12,15,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107841,4,1608060600,2020,12,15,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107842,4,1608062400,2020,12,15,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107843,4,1608064200,2020,12,15,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107844,4,1608066000,2020,12,15,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107845,4,1608067800,2020,12,15,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107846,4,1608069600,2020,12,15,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107847,4,1608071400,2020,12,15,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107848,4,1608120000,2020,12,16,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107849,4,1608121800,2020,12,16,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107850,4,1608123600,2020,12,16,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107851,4,1608125400,2020,12,16,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107852,4,1608127200,2020,12,16,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107853,4,1608129000,2020,12,16,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107854,4,1608130800,2020,12,16,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107855,4,1608145200,2020,12,16,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107856,4,1608147000,2020,12,16,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107857,4,1608148800,2020,12,16,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107858,4,1608150600,2020,12,16,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107859,4,1608152400,2020,12,16,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107860,4,1608154200,2020,12,16,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107861,4,1608156000,2020,12,16,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107862,4,1608157800,2020,12,16,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107863,4,1608206400,2020,12,17,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107864,4,1608208200,2020,12,17,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107865,4,1608210000,2020,12,17,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107866,4,1608211800,2020,12,17,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107867,4,1608213600,2020,12,17,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107868,4,1608215400,2020,12,17,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107869,4,1608217200,2020,12,17,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107870,4,1608231600,2020,12,17,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107871,4,1608233400,2020,12,17,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107872,4,1608235200,2020,12,17,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107873,4,1608237000,2020,12,17,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107874,4,1608238800,2020,12,17,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107875,4,1608240600,2020,12,17,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107876,4,1608242400,2020,12,17,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107877,4,1608244200,2020,12,17,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107878,4,1608292800,2020,12,18,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107879,4,1608294600,2020,12,18,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107880,4,1608296400,2020,12,18,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107881,4,1608298200,2020,12,18,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107882,4,1608300000,2020,12,18,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107883,4,1608301800,2020,12,18,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107884,4,1608303600,2020,12,18,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107885,4,1608318000,2020,12,18,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107886,4,1608319800,2020,12,18,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107887,4,1608321600,2020,12,18,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107888,4,1608323400,2020,12,18,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107889,4,1608325200,2020,12,18,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107890,4,1608327000,2020,12,18,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107891,4,1608328800,2020,12,18,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107892,4,1608330600,2020,12,18,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107893,4,1608379200,2020,12,19,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(107894,4,1608381000,2020,12,19,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(107895,4,1608382800,2020,12,19,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(107896,4,1608384600,2020,12,19,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(107897,4,1608386400,2020,12,19,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(107898,4,1608388200,2020,12,19,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(107899,4,1608390000,2020,12,19,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(107900,4,1608404400,2020,12,19,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(107901,4,1608406200,2020,12,19,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(107902,4,1608408000,2020,12,19,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(107903,4,1608409800,2020,12,19,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(107904,4,1608411600,2020,12,19,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(107905,4,1608413400,2020,12,19,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(107906,4,1608415200,2020,12,19,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(107907,4,1608417000,2020,12,19,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(107908,4,1608465600,2020,12,20,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(107909,4,1608467400,2020,12,20,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(107910,4,1608469200,2020,12,20,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(107911,4,1608471000,2020,12,20,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(107912,4,1608472800,2020,12,20,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(107913,4,1608474600,2020,12,20,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(107914,4,1608476400,2020,12,20,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(107915,4,1608478200,2020,12,20,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(107916,4,1608490800,2020,12,20,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(107917,4,1608492600,2020,12,20,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(107918,4,1608494400,2020,12,20,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(107919,4,1608496200,2020,12,20,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(107920,4,1608498000,2020,12,20,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(107921,4,1608499800,2020,12,20,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(107922,4,1608501600,2020,12,20,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(107923,4,1608503400,2020,12,20,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(107924,4,1608552000,2020,12,21,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(107925,4,1608553800,2020,12,21,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(107926,4,1608555600,2020,12,21,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(107927,4,1608557400,2020,12,21,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(107928,4,1608559200,2020,12,21,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(107929,4,1608561000,2020,12,21,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(107930,4,1608562800,2020,12,21,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(107931,4,1608577200,2020,12,21,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(107932,4,1608579000,2020,12,21,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(107933,4,1608580800,2020,12,21,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(107934,4,1608582600,2020,12,21,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(107935,4,1608584400,2020,12,21,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(107936,4,1608586200,2020,12,21,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(107937,4,1608588000,2020,12,21,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(107938,4,1608589800,2020,12,21,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(107939,4,1608638400,2020,12,22,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(107940,4,1608640200,2020,12,22,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(107941,4,1608642000,2020,12,22,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(107942,4,1608643800,2020,12,22,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(107943,4,1608645600,2020,12,22,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(107944,4,1608647400,2020,12,22,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(107945,4,1608649200,2020,12,22,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(107946,4,1608663600,2020,12,22,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(107947,4,1608665400,2020,12,22,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(107948,4,1608667200,2020,12,22,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(107949,4,1608669000,2020,12,22,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(107950,4,1608670800,2020,12,22,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(107951,4,1608672600,2020,12,22,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(107952,4,1608674400,2020,12,22,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(107953,4,1608676200,2020,12,22,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(107954,4,1608724800,2020,12,23,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(107955,4,1608726600,2020,12,23,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(107956,4,1608728400,2020,12,23,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(107957,4,1608730200,2020,12,23,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(107958,4,1608732000,2020,12,23,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(107959,4,1608733800,2020,12,23,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(107960,4,1608735600,2020,12,23,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(107961,4,1608750000,2020,12,23,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(107962,4,1608751800,2020,12,23,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(107963,4,1608753600,2020,12,23,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(107964,4,1608755400,2020,12,23,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(107965,4,1608757200,2020,12,23,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(107966,4,1608759000,2020,12,23,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(107967,4,1608760800,2020,12,23,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(107968,4,1608762600,2020,12,23,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(107969,4,1608811200,2020,12,24,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(107970,4,1608813000,2020,12,24,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(107971,4,1608814800,2020,12,24,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(107972,4,1608816600,2020,12,24,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(107973,4,1608818400,2020,12,24,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(107974,4,1608820200,2020,12,24,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(107975,4,1608822000,2020,12,24,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(107976,4,1608836400,2020,12,24,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(107977,4,1608838200,2020,12,24,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(107978,4,1608840000,2020,12,24,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(107979,4,1608841800,2020,12,24,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(107980,4,1608843600,2020,12,24,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(107981,4,1608845400,2020,12,24,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(107982,4,1608847200,2020,12,24,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(107983,4,1608849000,2020,12,24,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(107984,4,1608897600,2020,12,25,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(107985,4,1608899400,2020,12,25,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(107986,4,1608901200,2020,12,25,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(107987,4,1608903000,2020,12,25,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(107988,4,1608904800,2020,12,25,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(107989,4,1608906600,2020,12,25,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(107990,4,1608908400,2020,12,25,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(107991,4,1608922800,2020,12,25,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(107992,4,1608924600,2020,12,25,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(107993,4,1608926400,2020,12,25,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(107994,4,1608928200,2020,12,25,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(107995,4,1608930000,2020,12,25,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(107996,4,1608931800,2020,12,25,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(107997,4,1608933600,2020,12,25,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(107998,4,1608935400,2020,12,25,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(107999,4,1608984000,2020,12,26,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108000,4,1608985800,2020,12,26,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108001,4,1608987600,2020,12,26,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108002,4,1608989400,2020,12,26,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108003,4,1608991200,2020,12,26,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108004,4,1608993000,2020,12,26,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108005,4,1608994800,2020,12,26,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108006,4,1609009200,2020,12,26,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108007,4,1609011000,2020,12,26,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108008,4,1609012800,2020,12,26,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108009,4,1609014600,2020,12,26,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108010,4,1609016400,2020,12,26,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108011,4,1609018200,2020,12,26,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108012,4,1609020000,2020,12,26,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108013,4,1609021800,2020,12,26,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108014,4,1609070400,2020,12,27,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108015,4,1609072200,2020,12,27,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108016,4,1609074000,2020,12,27,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108017,4,1609075800,2020,12,27,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108018,4,1609077600,2020,12,27,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108019,4,1609079400,2020,12,27,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108020,4,1609081200,2020,12,27,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108021,4,1609083000,2020,12,27,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108022,4,1609095600,2020,12,27,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108023,4,1609097400,2020,12,27,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108024,4,1609099200,2020,12,27,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108025,4,1609101000,2020,12,27,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108026,4,1609102800,2020,12,27,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108027,4,1609104600,2020,12,27,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108028,4,1609106400,2020,12,27,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108029,4,1609108200,2020,12,27,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108030,4,1609156800,2020,12,28,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108031,4,1609158600,2020,12,28,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108032,4,1609160400,2020,12,28,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108033,4,1609162200,2020,12,28,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108034,4,1609164000,2020,12,28,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108035,4,1609165800,2020,12,28,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108036,4,1609167600,2020,12,28,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108037,4,1609182000,2020,12,28,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108038,4,1609183800,2020,12,28,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108039,4,1609185600,2020,12,28,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108040,4,1609187400,2020,12,28,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108041,4,1609189200,2020,12,28,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108042,4,1609191000,2020,12,28,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108043,4,1609192800,2020,12,28,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108044,4,1609194600,2020,12,28,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108045,4,1609243200,2020,12,29,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108046,4,1609245000,2020,12,29,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108047,4,1609246800,2020,12,29,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108048,4,1609248600,2020,12,29,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108049,4,1609250400,2020,12,29,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108050,4,1609252200,2020,12,29,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108051,4,1609254000,2020,12,29,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108052,4,1609268400,2020,12,29,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108053,4,1609270200,2020,12,29,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108054,4,1609272000,2020,12,29,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108055,4,1609273800,2020,12,29,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108056,4,1609275600,2020,12,29,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108057,4,1609277400,2020,12,29,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108058,4,1609279200,2020,12,29,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108059,4,1609281000,2020,12,29,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108060,4,1609329600,2020,12,30,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108061,4,1609331400,2020,12,30,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108062,4,1609333200,2020,12,30,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108063,4,1609335000,2020,12,30,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108064,4,1609336800,2020,12,30,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108065,4,1609338600,2020,12,30,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108066,4,1609340400,2020,12,30,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108067,4,1609354800,2020,12,30,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108068,4,1609356600,2020,12,30,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108069,4,1609358400,2020,12,30,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108070,4,1609360200,2020,12,30,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108071,4,1609362000,2020,12,30,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108072,4,1609363800,2020,12,30,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108073,4,1609365600,2020,12,30,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108074,4,1609367400,2020,12,30,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108075,4,1609416000,2020,12,31,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108076,4,1609417800,2020,12,31,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108077,4,1609419600,2020,12,31,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108078,4,1609421400,2020,12,31,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108079,4,1609423200,2020,12,31,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108080,4,1609425000,2020,12,31,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108081,4,1609426800,2020,12,31,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108082,4,1609441200,2020,12,31,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108083,4,1609443000,2020,12,31,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108084,4,1609444800,2020,12,31,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108085,4,1609446600,2020,12,31,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108086,4,1609448400,2020,12,31,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108087,4,1609450200,2020,12,31,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108088,4,1609452000,2020,12,31,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108089,4,1609453800,2020,12,31,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108090,4,1609502400,2021,1,1,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108091,4,1609504200,2021,1,1,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108092,4,1609506000,2021,1,1,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108093,4,1609507800,2021,1,1,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108094,4,1609509600,2021,1,1,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108095,4,1609511400,2021,1,1,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108096,4,1609513200,2021,1,1,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108097,4,1609527600,2021,1,1,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108098,4,1609529400,2021,1,1,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108099,4,1609531200,2021,1,1,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108100,4,1609533000,2021,1,1,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108101,4,1609534800,2021,1,1,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108102,4,1609536600,2021,1,1,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108103,4,1609538400,2021,1,1,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108104,4,1609540200,2021,1,1,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108105,4,1609588800,2021,1,2,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108106,4,1609590600,2021,1,2,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108107,4,1609592400,2021,1,2,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108108,4,1609594200,2021,1,2,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108109,4,1609596000,2021,1,2,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108110,4,1609597800,2021,1,2,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108111,4,1609599600,2021,1,2,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108112,4,1609614000,2021,1,2,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108113,4,1609615800,2021,1,2,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108114,4,1609617600,2021,1,2,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108115,4,1609619400,2021,1,2,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108116,4,1609621200,2021,1,2,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108117,4,1609623000,2021,1,2,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108118,4,1609624800,2021,1,2,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108119,4,1609626600,2021,1,2,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108120,4,1609675200,2021,1,3,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108121,4,1609677000,2021,1,3,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108122,4,1609678800,2021,1,3,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108123,4,1609680600,2021,1,3,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108124,4,1609682400,2021,1,3,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108125,4,1609684200,2021,1,3,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108126,4,1609686000,2021,1,3,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108127,4,1609687800,2021,1,3,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108128,4,1609700400,2021,1,3,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108129,4,1609702200,2021,1,3,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108130,4,1609704000,2021,1,3,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108131,4,1609705800,2021,1,3,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108132,4,1609707600,2021,1,3,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108133,4,1609709400,2021,1,3,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108134,4,1609711200,2021,1,3,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108135,4,1609713000,2021,1,3,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108136,4,1609761600,2021,1,4,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108137,4,1609763400,2021,1,4,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108138,4,1609765200,2021,1,4,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108139,4,1609767000,2021,1,4,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108140,4,1609768800,2021,1,4,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108141,4,1609770600,2021,1,4,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108142,4,1609772400,2021,1,4,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108143,4,1609786800,2021,1,4,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108144,4,1609788600,2021,1,4,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108145,4,1609790400,2021,1,4,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108146,4,1609792200,2021,1,4,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108147,4,1609794000,2021,1,4,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108148,4,1609795800,2021,1,4,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108149,4,1609797600,2021,1,4,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108150,4,1609799400,2021,1,4,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108151,4,1609848000,2021,1,5,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108152,4,1609849800,2021,1,5,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108153,4,1609851600,2021,1,5,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108154,4,1609853400,2021,1,5,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108155,4,1609855200,2021,1,5,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108156,4,1609857000,2021,1,5,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108157,4,1609858800,2021,1,5,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108158,4,1609873200,2021,1,5,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108159,4,1609875000,2021,1,5,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108160,4,1609876800,2021,1,5,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108161,4,1609878600,2021,1,5,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108162,4,1609880400,2021,1,5,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108163,4,1609882200,2021,1,5,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108164,4,1609884000,2021,1,5,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108165,4,1609885800,2021,1,5,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108166,4,1609934400,2021,1,6,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108167,4,1609936200,2021,1,6,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108168,4,1609938000,2021,1,6,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108169,4,1609939800,2021,1,6,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108170,4,1609941600,2021,1,6,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108171,4,1609943400,2021,1,6,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108172,4,1609945200,2021,1,6,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108173,4,1609959600,2021,1,6,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108174,4,1609961400,2021,1,6,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108175,4,1609963200,2021,1,6,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108176,4,1609965000,2021,1,6,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108177,4,1609966800,2021,1,6,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108178,4,1609968600,2021,1,6,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108179,4,1609970400,2021,1,6,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108180,4,1609972200,2021,1,6,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108181,4,1610020800,2021,1,7,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108182,4,1610022600,2021,1,7,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108183,4,1610024400,2021,1,7,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108184,4,1610026200,2021,1,7,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108185,4,1610028000,2021,1,7,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108186,4,1610029800,2021,1,7,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108187,4,1610031600,2021,1,7,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108188,4,1610046000,2021,1,7,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108189,4,1610047800,2021,1,7,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108190,4,1610049600,2021,1,7,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108191,4,1610051400,2021,1,7,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108192,4,1610053200,2021,1,7,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108193,4,1610055000,2021,1,7,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108194,4,1610056800,2021,1,7,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108195,4,1610058600,2021,1,7,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108196,4,1610107200,2021,1,8,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108197,4,1610109000,2021,1,8,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108198,4,1610110800,2021,1,8,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108199,4,1610112600,2021,1,8,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108200,4,1610114400,2021,1,8,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108201,4,1610116200,2021,1,8,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108202,4,1610118000,2021,1,8,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108203,4,1610132400,2021,1,8,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108204,4,1610134200,2021,1,8,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108205,4,1610136000,2021,1,8,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108206,4,1610137800,2021,1,8,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108207,4,1610139600,2021,1,8,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108208,4,1610141400,2021,1,8,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108209,4,1610143200,2021,1,8,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108210,4,1610145000,2021,1,8,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108211,4,1610193600,2021,1,9,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108212,4,1610195400,2021,1,9,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108213,4,1610197200,2021,1,9,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108214,4,1610199000,2021,1,9,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108215,4,1610200800,2021,1,9,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108216,4,1610202600,2021,1,9,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108217,4,1610204400,2021,1,9,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108218,4,1610218800,2021,1,9,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108219,4,1610220600,2021,1,9,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108220,4,1610222400,2021,1,9,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108221,4,1610224200,2021,1,9,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108222,4,1610226000,2021,1,9,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108223,4,1610227800,2021,1,9,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108224,4,1610229600,2021,1,9,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108225,4,1610231400,2021,1,9,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108226,4,1610280000,2021,1,10,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108227,4,1610281800,2021,1,10,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108228,4,1610283600,2021,1,10,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108229,4,1610285400,2021,1,10,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108230,4,1610287200,2021,1,10,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108231,4,1610289000,2021,1,10,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108232,4,1610290800,2021,1,10,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108233,4,1610292600,2021,1,10,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108234,4,1610305200,2021,1,10,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108235,4,1610307000,2021,1,10,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108236,4,1610308800,2021,1,10,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108237,4,1610310600,2021,1,10,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108238,4,1610312400,2021,1,10,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108239,4,1610314200,2021,1,10,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108240,4,1610316000,2021,1,10,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108241,4,1610317800,2021,1,10,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108242,4,1610366400,2021,1,11,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108243,4,1610368200,2021,1,11,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108244,4,1610370000,2021,1,11,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108245,4,1610371800,2021,1,11,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108246,4,1610373600,2021,1,11,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108247,4,1610375400,2021,1,11,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108248,4,1610377200,2021,1,11,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108249,4,1610391600,2021,1,11,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108250,4,1610393400,2021,1,11,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108251,4,1610395200,2021,1,11,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108252,4,1610397000,2021,1,11,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108253,4,1610398800,2021,1,11,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108254,4,1610400600,2021,1,11,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108255,4,1610402400,2021,1,11,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108256,4,1610404200,2021,1,11,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108257,4,1610452800,2021,1,12,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108258,4,1610454600,2021,1,12,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108259,4,1610456400,2021,1,12,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108260,4,1610458200,2021,1,12,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108261,4,1610460000,2021,1,12,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108262,4,1610461800,2021,1,12,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108263,4,1610463600,2021,1,12,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108264,4,1610478000,2021,1,12,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108265,4,1610479800,2021,1,12,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108266,4,1610481600,2021,1,12,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108267,4,1610483400,2021,1,12,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108268,4,1610485200,2021,1,12,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108269,4,1610487000,2021,1,12,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108270,4,1610488800,2021,1,12,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108271,4,1610490600,2021,1,12,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108272,4,1610539200,2021,1,13,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108273,4,1610541000,2021,1,13,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108274,4,1610542800,2021,1,13,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108275,4,1610544600,2021,1,13,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108276,4,1610546400,2021,1,13,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108277,4,1610548200,2021,1,13,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108278,4,1610550000,2021,1,13,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108279,4,1610564400,2021,1,13,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108280,4,1610566200,2021,1,13,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108281,4,1610568000,2021,1,13,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108282,4,1610569800,2021,1,13,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108283,4,1610571600,2021,1,13,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108284,4,1610573400,2021,1,13,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108285,4,1610575200,2021,1,13,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108286,4,1610577000,2021,1,13,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108287,4,1610625600,2021,1,14,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108288,4,1610627400,2021,1,14,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108289,4,1610629200,2021,1,14,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108290,4,1610631000,2021,1,14,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108291,4,1610632800,2021,1,14,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108292,4,1610634600,2021,1,14,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108293,4,1610636400,2021,1,14,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108294,4,1610650800,2021,1,14,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108295,4,1610652600,2021,1,14,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108296,4,1610654400,2021,1,14,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108297,4,1610656200,2021,1,14,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108298,4,1610658000,2021,1,14,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108299,4,1610659800,2021,1,14,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108300,4,1610661600,2021,1,14,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108301,4,1610663400,2021,1,14,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108302,4,1610712000,2021,1,15,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108303,4,1610713800,2021,1,15,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108304,4,1610715600,2021,1,15,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108305,4,1610717400,2021,1,15,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108306,4,1610719200,2021,1,15,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108307,4,1610721000,2021,1,15,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108308,4,1610722800,2021,1,15,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108309,4,1610737200,2021,1,15,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108310,4,1610739000,2021,1,15,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108311,4,1610740800,2021,1,15,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108312,4,1610742600,2021,1,15,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108313,4,1610744400,2021,1,15,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108314,4,1610746200,2021,1,15,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108315,4,1610748000,2021,1,15,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108316,4,1610749800,2021,1,15,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108317,4,1610798400,2021,1,16,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108318,4,1610800200,2021,1,16,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108319,4,1610802000,2021,1,16,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108320,4,1610803800,2021,1,16,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108321,4,1610805600,2021,1,16,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108322,4,1610807400,2021,1,16,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108323,4,1610809200,2021,1,16,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108324,4,1610823600,2021,1,16,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108325,4,1610825400,2021,1,16,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108326,4,1610827200,2021,1,16,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108327,4,1610829000,2021,1,16,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108328,4,1610830800,2021,1,16,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108329,4,1610832600,2021,1,16,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108330,4,1610834400,2021,1,16,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108331,4,1610836200,2021,1,16,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108332,4,1610884800,2021,1,17,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108333,4,1610886600,2021,1,17,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108334,4,1610888400,2021,1,17,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108335,4,1610890200,2021,1,17,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108336,4,1610892000,2021,1,17,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108337,4,1610893800,2021,1,17,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108338,4,1610895600,2021,1,17,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108339,4,1610897400,2021,1,17,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108340,4,1610910000,2021,1,17,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108341,4,1610911800,2021,1,17,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108342,4,1610913600,2021,1,17,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108343,4,1610915400,2021,1,17,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108344,4,1610917200,2021,1,17,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108345,4,1610919000,2021,1,17,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108346,4,1610920800,2021,1,17,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108347,4,1610922600,2021,1,17,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108348,4,1610971200,2021,1,18,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108349,4,1610973000,2021,1,18,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108350,4,1610974800,2021,1,18,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108351,4,1610976600,2021,1,18,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108352,4,1610978400,2021,1,18,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108353,4,1610980200,2021,1,18,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108354,4,1610982000,2021,1,18,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108355,4,1610996400,2021,1,18,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108356,4,1610998200,2021,1,18,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108357,4,1611000000,2021,1,18,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108358,4,1611001800,2021,1,18,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108359,4,1611003600,2021,1,18,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108360,4,1611005400,2021,1,18,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108361,4,1611007200,2021,1,18,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108362,4,1611009000,2021,1,18,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108363,4,1611057600,2021,1,19,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108364,4,1611059400,2021,1,19,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108365,4,1611061200,2021,1,19,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108366,4,1611063000,2021,1,19,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108367,4,1611064800,2021,1,19,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108368,4,1611066600,2021,1,19,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108369,4,1611068400,2021,1,19,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108370,4,1611082800,2021,1,19,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108371,4,1611084600,2021,1,19,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108372,4,1611086400,2021,1,19,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108373,4,1611088200,2021,1,19,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108374,4,1611090000,2021,1,19,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108375,4,1611091800,2021,1,19,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108376,4,1611093600,2021,1,19,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108377,4,1611095400,2021,1,19,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108378,4,1611144000,2021,1,20,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108379,4,1611145800,2021,1,20,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108380,4,1611147600,2021,1,20,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108381,4,1611149400,2021,1,20,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108382,4,1611151200,2021,1,20,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108383,4,1611153000,2021,1,20,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108384,4,1611154800,2021,1,20,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108385,4,1611169200,2021,1,20,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108386,4,1611171000,2021,1,20,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108387,4,1611172800,2021,1,20,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108388,4,1611174600,2021,1,20,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108389,4,1611176400,2021,1,20,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108390,4,1611178200,2021,1,20,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108391,4,1611180000,2021,1,20,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108392,4,1611181800,2021,1,20,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108393,4,1611230400,2021,1,21,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108394,4,1611232200,2021,1,21,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108395,4,1611234000,2021,1,21,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108396,4,1611235800,2021,1,21,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108397,4,1611237600,2021,1,21,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108398,4,1611239400,2021,1,21,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108399,4,1611241200,2021,1,21,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108400,4,1611255600,2021,1,21,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108401,4,1611257400,2021,1,21,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108402,4,1611259200,2021,1,21,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108403,4,1611261000,2021,1,21,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108404,4,1611262800,2021,1,21,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108405,4,1611264600,2021,1,21,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108406,4,1611266400,2021,1,21,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108407,4,1611268200,2021,1,21,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108408,4,1611316800,2021,1,22,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108409,4,1611318600,2021,1,22,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108410,4,1611320400,2021,1,22,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108411,4,1611322200,2021,1,22,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108412,4,1611324000,2021,1,22,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108413,4,1611325800,2021,1,22,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108414,4,1611327600,2021,1,22,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108415,4,1611342000,2021,1,22,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108416,4,1611343800,2021,1,22,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108417,4,1611345600,2021,1,22,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108418,4,1611347400,2021,1,22,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108419,4,1611349200,2021,1,22,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108420,4,1611351000,2021,1,22,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108421,4,1611352800,2021,1,22,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108422,4,1611354600,2021,1,22,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108423,4,1611403200,2021,1,23,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108424,4,1611405000,2021,1,23,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108425,4,1611406800,2021,1,23,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108426,4,1611408600,2021,1,23,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108427,4,1611410400,2021,1,23,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108428,4,1611412200,2021,1,23,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108429,4,1611414000,2021,1,23,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108430,4,1611428400,2021,1,23,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108431,4,1611430200,2021,1,23,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108432,4,1611432000,2021,1,23,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108433,4,1611433800,2021,1,23,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108434,4,1611435600,2021,1,23,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108435,4,1611437400,2021,1,23,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108436,4,1611439200,2021,1,23,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108437,4,1611441000,2021,1,23,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108438,4,1611489600,2021,1,24,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108439,4,1611491400,2021,1,24,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108440,4,1611493200,2021,1,24,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108441,4,1611495000,2021,1,24,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108442,4,1611496800,2021,1,24,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108443,4,1611498600,2021,1,24,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108444,4,1611500400,2021,1,24,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108445,4,1611502200,2021,1,24,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108446,4,1611514800,2021,1,24,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108447,4,1611516600,2021,1,24,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108448,4,1611518400,2021,1,24,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108449,4,1611520200,2021,1,24,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108450,4,1611522000,2021,1,24,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108451,4,1611523800,2021,1,24,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108452,4,1611525600,2021,1,24,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108453,4,1611527400,2021,1,24,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108454,4,1611576000,2021,1,25,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108455,4,1611577800,2021,1,25,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108456,4,1611579600,2021,1,25,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108457,4,1611581400,2021,1,25,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108458,4,1611583200,2021,1,25,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108459,4,1611585000,2021,1,25,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108460,4,1611586800,2021,1,25,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108461,4,1611601200,2021,1,25,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108462,4,1611603000,2021,1,25,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108463,4,1611604800,2021,1,25,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108464,4,1611606600,2021,1,25,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108465,4,1611608400,2021,1,25,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108466,4,1611610200,2021,1,25,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108467,4,1611612000,2021,1,25,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108468,4,1611613800,2021,1,25,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108469,4,1611662400,2021,1,26,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108470,4,1611664200,2021,1,26,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108471,4,1611666000,2021,1,26,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108472,4,1611667800,2021,1,26,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108473,4,1611669600,2021,1,26,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108474,4,1611671400,2021,1,26,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108475,4,1611673200,2021,1,26,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108476,4,1611687600,2021,1,26,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108477,4,1611689400,2021,1,26,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108478,4,1611691200,2021,1,26,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108479,4,1611693000,2021,1,26,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108480,4,1611694800,2021,1,26,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108481,4,1611696600,2021,1,26,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108482,4,1611698400,2021,1,26,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108483,4,1611700200,2021,1,26,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108484,4,1611748800,2021,1,27,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108485,4,1611750600,2021,1,27,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108486,4,1611752400,2021,1,27,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108487,4,1611754200,2021,1,27,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108488,4,1611756000,2021,1,27,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108489,4,1611757800,2021,1,27,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108490,4,1611759600,2021,1,27,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108491,4,1611774000,2021,1,27,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108492,4,1611775800,2021,1,27,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108493,4,1611777600,2021,1,27,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108494,4,1611779400,2021,1,27,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108495,4,1611781200,2021,1,27,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108496,4,1611783000,2021,1,27,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108497,4,1611784800,2021,1,27,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108498,4,1611786600,2021,1,27,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108499,4,1611835200,2021,1,28,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108500,4,1611837000,2021,1,28,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108501,4,1611838800,2021,1,28,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108502,4,1611840600,2021,1,28,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108503,4,1611842400,2021,1,28,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108504,4,1611844200,2021,1,28,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108505,4,1611846000,2021,1,28,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108506,4,1611860400,2021,1,28,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108507,4,1611862200,2021,1,28,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108508,4,1611864000,2021,1,28,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108509,4,1611865800,2021,1,28,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108510,4,1611867600,2021,1,28,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108511,4,1611869400,2021,1,28,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108512,4,1611871200,2021,1,28,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108513,4,1611873000,2021,1,28,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108514,4,1611921600,2021,1,29,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108515,4,1611923400,2021,1,29,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108516,4,1611925200,2021,1,29,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108517,4,1611927000,2021,1,29,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108518,4,1611928800,2021,1,29,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108519,4,1611930600,2021,1,29,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108520,4,1611932400,2021,1,29,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108521,4,1611946800,2021,1,29,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108522,4,1611948600,2021,1,29,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108523,4,1611950400,2021,1,29,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108524,4,1611952200,2021,1,29,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108525,4,1611954000,2021,1,29,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108526,4,1611955800,2021,1,29,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108527,4,1611957600,2021,1,29,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108528,4,1611959400,2021,1,29,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108529,4,1612008000,2021,1,30,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108530,4,1612009800,2021,1,30,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108531,4,1612011600,2021,1,30,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108532,4,1612013400,2021,1,30,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108533,4,1612015200,2021,1,30,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108534,4,1612017000,2021,1,30,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108535,4,1612018800,2021,1,30,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108536,4,1612033200,2021,1,30,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108537,4,1612035000,2021,1,30,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108538,4,1612036800,2021,1,30,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108539,4,1612038600,2021,1,30,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108540,4,1612040400,2021,1,30,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108541,4,1612042200,2021,1,30,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108542,4,1612044000,2021,1,30,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108543,4,1612045800,2021,1,30,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108544,4,1612094400,2021,1,31,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108545,4,1612096200,2021,1,31,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108546,4,1612098000,2021,1,31,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108547,4,1612099800,2021,1,31,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108548,4,1612101600,2021,1,31,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108549,4,1612103400,2021,1,31,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108550,4,1612105200,2021,1,31,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108551,4,1612107000,2021,1,31,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108552,4,1612119600,2021,1,31,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108553,4,1612121400,2021,1,31,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108554,4,1612123200,2021,1,31,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108555,4,1612125000,2021,1,31,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108556,4,1612126800,2021,1,31,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108557,4,1612128600,2021,1,31,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108558,4,1612130400,2021,1,31,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108559,4,1612132200,2021,1,31,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108560,4,1612180800,2021,2,1,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108561,4,1612182600,2021,2,1,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108562,4,1612184400,2021,2,1,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108563,4,1612186200,2021,2,1,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108564,4,1612188000,2021,2,1,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108565,4,1612189800,2021,2,1,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108566,4,1612191600,2021,2,1,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108567,4,1612206000,2021,2,1,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108568,4,1612207800,2021,2,1,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108569,4,1612209600,2021,2,1,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108570,4,1612211400,2021,2,1,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108571,4,1612213200,2021,2,1,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108572,4,1612215000,2021,2,1,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108573,4,1612216800,2021,2,1,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108574,4,1612218600,2021,2,1,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108575,4,1612267200,2021,2,2,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108576,4,1612269000,2021,2,2,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108577,4,1612270800,2021,2,2,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108578,4,1612272600,2021,2,2,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108579,4,1612274400,2021,2,2,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108580,4,1612276200,2021,2,2,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108581,4,1612278000,2021,2,2,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108582,4,1612292400,2021,2,2,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108583,4,1612294200,2021,2,2,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108584,4,1612296000,2021,2,2,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108585,4,1612297800,2021,2,2,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108586,4,1612299600,2021,2,2,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108587,4,1612301400,2021,2,2,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108588,4,1612303200,2021,2,2,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108589,4,1612305000,2021,2,2,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108590,4,1612353600,2021,2,3,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108591,4,1612355400,2021,2,3,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108592,4,1612357200,2021,2,3,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108593,4,1612359000,2021,2,3,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108594,4,1612360800,2021,2,3,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108595,4,1612362600,2021,2,3,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108596,4,1612364400,2021,2,3,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108597,4,1612378800,2021,2,3,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108598,4,1612380600,2021,2,3,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108599,4,1612382400,2021,2,3,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108600,4,1612384200,2021,2,3,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108601,4,1612386000,2021,2,3,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108602,4,1612387800,2021,2,3,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108603,4,1612389600,2021,2,3,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108604,4,1612391400,2021,2,3,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108605,4,1612440000,2021,2,4,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108606,4,1612441800,2021,2,4,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108607,4,1612443600,2021,2,4,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108608,4,1612445400,2021,2,4,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108609,4,1612447200,2021,2,4,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108610,4,1612449000,2021,2,4,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108611,4,1612450800,2021,2,4,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108612,4,1612465200,2021,2,4,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108613,4,1612467000,2021,2,4,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108614,4,1612468800,2021,2,4,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108615,4,1612470600,2021,2,4,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108616,4,1612472400,2021,2,4,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108617,4,1612474200,2021,2,4,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108618,4,1612476000,2021,2,4,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108619,4,1612477800,2021,2,4,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108620,4,1612526400,2021,2,5,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108621,4,1612528200,2021,2,5,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108622,4,1612530000,2021,2,5,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108623,4,1612531800,2021,2,5,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108624,4,1612533600,2021,2,5,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108625,4,1612535400,2021,2,5,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108626,4,1612537200,2021,2,5,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108627,4,1612551600,2021,2,5,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108628,4,1612553400,2021,2,5,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108629,4,1612555200,2021,2,5,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108630,4,1612557000,2021,2,5,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108631,4,1612558800,2021,2,5,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108632,4,1612560600,2021,2,5,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108633,4,1612562400,2021,2,5,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108634,4,1612564200,2021,2,5,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108635,4,1612612800,2021,2,6,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108636,4,1612614600,2021,2,6,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108637,4,1612616400,2021,2,6,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108638,4,1612618200,2021,2,6,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108639,4,1612620000,2021,2,6,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108640,4,1612621800,2021,2,6,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108641,4,1612623600,2021,2,6,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108642,4,1612638000,2021,2,6,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108643,4,1612639800,2021,2,6,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108644,4,1612641600,2021,2,6,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108645,4,1612643400,2021,2,6,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108646,4,1612645200,2021,2,6,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108647,4,1612647000,2021,2,6,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108648,4,1612648800,2021,2,6,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108649,4,1612650600,2021,2,6,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108650,4,1612699200,2021,2,7,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108651,4,1612701000,2021,2,7,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108652,4,1612702800,2021,2,7,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108653,4,1612704600,2021,2,7,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108654,4,1612706400,2021,2,7,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108655,4,1612708200,2021,2,7,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108656,4,1612710000,2021,2,7,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108657,4,1612711800,2021,2,7,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108658,4,1612724400,2021,2,7,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108659,4,1612726200,2021,2,7,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108660,4,1612728000,2021,2,7,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108661,4,1612729800,2021,2,7,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108662,4,1612731600,2021,2,7,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108663,4,1612733400,2021,2,7,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108664,4,1612735200,2021,2,7,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108665,4,1612737000,2021,2,7,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108666,4,1612785600,2021,2,8,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108667,4,1612787400,2021,2,8,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108668,4,1612789200,2021,2,8,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108669,4,1612791000,2021,2,8,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108670,4,1612792800,2021,2,8,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108671,4,1612794600,2021,2,8,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108672,4,1612796400,2021,2,8,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108673,4,1612810800,2021,2,8,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108674,4,1612812600,2021,2,8,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108675,4,1612814400,2021,2,8,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108676,4,1612816200,2021,2,8,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108677,4,1612818000,2021,2,8,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108678,4,1612819800,2021,2,8,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108679,4,1612821600,2021,2,8,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108680,4,1612823400,2021,2,8,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108681,4,1612872000,2021,2,9,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108682,4,1612873800,2021,2,9,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108683,4,1612875600,2021,2,9,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108684,4,1612877400,2021,2,9,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108685,4,1612879200,2021,2,9,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108686,4,1612881000,2021,2,9,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108687,4,1612882800,2021,2,9,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108688,4,1612897200,2021,2,9,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108689,4,1612899000,2021,2,9,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108690,4,1612900800,2021,2,9,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108691,4,1612902600,2021,2,9,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108692,4,1612904400,2021,2,9,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108693,4,1612906200,2021,2,9,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108694,4,1612908000,2021,2,9,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108695,4,1612909800,2021,2,9,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108696,4,1612958400,2021,2,10,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108697,4,1612960200,2021,2,10,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108698,4,1612962000,2021,2,10,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108699,4,1612963800,2021,2,10,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108700,4,1612965600,2021,2,10,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108701,4,1612967400,2021,2,10,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108702,4,1612969200,2021,2,10,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108703,4,1612983600,2021,2,10,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108704,4,1612985400,2021,2,10,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108705,4,1612987200,2021,2,10,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108706,4,1612989000,2021,2,10,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108707,4,1612990800,2021,2,10,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108708,4,1612992600,2021,2,10,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108709,4,1612994400,2021,2,10,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108710,4,1612996200,2021,2,10,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108711,4,1613044800,2021,2,11,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108712,4,1613046600,2021,2,11,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108713,4,1613048400,2021,2,11,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108714,4,1613050200,2021,2,11,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108715,4,1613052000,2021,2,11,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108716,4,1613053800,2021,2,11,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108717,4,1613055600,2021,2,11,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108718,4,1613070000,2021,2,11,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108719,4,1613071800,2021,2,11,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108720,4,1613073600,2021,2,11,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108721,4,1613075400,2021,2,11,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108722,4,1613077200,2021,2,11,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108723,4,1613079000,2021,2,11,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108724,4,1613080800,2021,2,11,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108725,4,1613082600,2021,2,11,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108726,4,1613131200,2021,2,12,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108727,4,1613133000,2021,2,12,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108728,4,1613134800,2021,2,12,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108729,4,1613136600,2021,2,12,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108730,4,1613138400,2021,2,12,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108731,4,1613140200,2021,2,12,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108732,4,1613142000,2021,2,12,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108733,4,1613156400,2021,2,12,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108734,4,1613158200,2021,2,12,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108735,4,1613160000,2021,2,12,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108736,4,1613161800,2021,2,12,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108737,4,1613163600,2021,2,12,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108738,4,1613165400,2021,2,12,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108739,4,1613167200,2021,2,12,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108740,4,1613169000,2021,2,12,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108741,4,1613217600,2021,2,13,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108742,4,1613219400,2021,2,13,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108743,4,1613221200,2021,2,13,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108744,4,1613223000,2021,2,13,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108745,4,1613224800,2021,2,13,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108746,4,1613226600,2021,2,13,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108747,4,1613228400,2021,2,13,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108748,4,1613242800,2021,2,13,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108749,4,1613244600,2021,2,13,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108750,4,1613246400,2021,2,13,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108751,4,1613248200,2021,2,13,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108752,4,1613250000,2021,2,13,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108753,4,1613251800,2021,2,13,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108754,4,1613253600,2021,2,13,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108755,4,1613255400,2021,2,13,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108756,4,1613304000,2021,2,14,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108757,4,1613305800,2021,2,14,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108758,4,1613307600,2021,2,14,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108759,4,1613309400,2021,2,14,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108760,4,1613311200,2021,2,14,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108761,4,1613313000,2021,2,14,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108762,4,1613314800,2021,2,14,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108763,4,1613316600,2021,2,14,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108764,4,1613329200,2021,2,14,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108765,4,1613331000,2021,2,14,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108766,4,1613332800,2021,2,14,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108767,4,1613334600,2021,2,14,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108768,4,1613336400,2021,2,14,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108769,4,1613338200,2021,2,14,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108770,4,1613340000,2021,2,14,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108771,4,1613341800,2021,2,14,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108772,4,1613390400,2021,2,15,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108773,4,1613392200,2021,2,15,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108774,4,1613394000,2021,2,15,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108775,4,1613395800,2021,2,15,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108776,4,1613397600,2021,2,15,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108777,4,1613399400,2021,2,15,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108778,4,1613401200,2021,2,15,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108779,4,1613415600,2021,2,15,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108780,4,1613417400,2021,2,15,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108781,4,1613419200,2021,2,15,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108782,4,1613421000,2021,2,15,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108783,4,1613422800,2021,2,15,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108784,4,1613424600,2021,2,15,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108785,4,1613426400,2021,2,15,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108786,4,1613428200,2021,2,15,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108787,4,1613476800,2021,2,16,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108788,4,1613478600,2021,2,16,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108789,4,1613480400,2021,2,16,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108790,4,1613482200,2021,2,16,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108791,4,1613484000,2021,2,16,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108792,4,1613485800,2021,2,16,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108793,4,1613487600,2021,2,16,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108794,4,1613502000,2021,2,16,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108795,4,1613503800,2021,2,16,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108796,4,1613505600,2021,2,16,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108797,4,1613507400,2021,2,16,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108798,4,1613509200,2021,2,16,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108799,4,1613511000,2021,2,16,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108800,4,1613512800,2021,2,16,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108801,4,1613514600,2021,2,16,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108802,4,1613563200,2021,2,17,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108803,4,1613565000,2021,2,17,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108804,4,1613566800,2021,2,17,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108805,4,1613568600,2021,2,17,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108806,4,1613570400,2021,2,17,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108807,4,1613572200,2021,2,17,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108808,4,1613574000,2021,2,17,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108809,4,1613588400,2021,2,17,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108810,4,1613590200,2021,2,17,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108811,4,1613592000,2021,2,17,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108812,4,1613593800,2021,2,17,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108813,4,1613595600,2021,2,17,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108814,4,1613597400,2021,2,17,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108815,4,1613599200,2021,2,17,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108816,4,1613601000,2021,2,17,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108817,4,1613649600,2021,2,18,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108818,4,1613651400,2021,2,18,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108819,4,1613653200,2021,2,18,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108820,4,1613655000,2021,2,18,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108821,4,1613656800,2021,2,18,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108822,4,1613658600,2021,2,18,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108823,4,1613660400,2021,2,18,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108824,4,1613674800,2021,2,18,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108825,4,1613676600,2021,2,18,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108826,4,1613678400,2021,2,18,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108827,4,1613680200,2021,2,18,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108828,4,1613682000,2021,2,18,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108829,4,1613683800,2021,2,18,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108830,4,1613685600,2021,2,18,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108831,4,1613687400,2021,2,18,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108832,4,1613736000,2021,2,19,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108833,4,1613737800,2021,2,19,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108834,4,1613739600,2021,2,19,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108835,4,1613741400,2021,2,19,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108836,4,1613743200,2021,2,19,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108837,4,1613745000,2021,2,19,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108838,4,1613746800,2021,2,19,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108839,4,1613761200,2021,2,19,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108840,4,1613763000,2021,2,19,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108841,4,1613764800,2021,2,19,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108842,4,1613766600,2021,2,19,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108843,4,1613768400,2021,2,19,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108844,4,1613770200,2021,2,19,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108845,4,1613772000,2021,2,19,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108846,4,1613773800,2021,2,19,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108847,4,1613822400,2021,2,20,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108848,4,1613824200,2021,2,20,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108849,4,1613826000,2021,2,20,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108850,4,1613827800,2021,2,20,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108851,4,1613829600,2021,2,20,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108852,4,1613831400,2021,2,20,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108853,4,1613833200,2021,2,20,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108854,4,1613847600,2021,2,20,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108855,4,1613849400,2021,2,20,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108856,4,1613851200,2021,2,20,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108857,4,1613853000,2021,2,20,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108858,4,1613854800,2021,2,20,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108859,4,1613856600,2021,2,20,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108860,4,1613858400,2021,2,20,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108861,4,1613860200,2021,2,20,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108862,4,1613908800,2021,2,21,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108863,4,1613910600,2021,2,21,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108864,4,1613912400,2021,2,21,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108865,4,1613914200,2021,2,21,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108866,4,1613916000,2021,2,21,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108867,4,1613917800,2021,2,21,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108868,4,1613919600,2021,2,21,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108869,4,1613921400,2021,2,21,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108870,4,1613934000,2021,2,21,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108871,4,1613935800,2021,2,21,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108872,4,1613937600,2021,2,21,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108873,4,1613939400,2021,2,21,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108874,4,1613941200,2021,2,21,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108875,4,1613943000,2021,2,21,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108876,4,1613944800,2021,2,21,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108877,4,1613946600,2021,2,21,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108878,4,1613995200,2021,2,22,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108879,4,1613997000,2021,2,22,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108880,4,1613998800,2021,2,22,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108881,4,1614000600,2021,2,22,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108882,4,1614002400,2021,2,22,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108883,4,1614004200,2021,2,22,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108884,4,1614006000,2021,2,22,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108885,4,1614020400,2021,2,22,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108886,4,1614022200,2021,2,22,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108887,4,1614024000,2021,2,22,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108888,4,1614025800,2021,2,22,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108889,4,1614027600,2021,2,22,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108890,4,1614029400,2021,2,22,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108891,4,1614031200,2021,2,22,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108892,4,1614033000,2021,2,22,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108893,4,1614081600,2021,2,23,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(108894,4,1614083400,2021,2,23,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(108895,4,1614085200,2021,2,23,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(108896,4,1614087000,2021,2,23,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(108897,4,1614088800,2021,2,23,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(108898,4,1614090600,2021,2,23,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(108899,4,1614092400,2021,2,23,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(108900,4,1614106800,2021,2,23,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(108901,4,1614108600,2021,2,23,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(108902,4,1614110400,2021,2,23,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(108903,4,1614112200,2021,2,23,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(108904,4,1614114000,2021,2,23,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(108905,4,1614115800,2021,2,23,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(108906,4,1614117600,2021,2,23,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(108907,4,1614119400,2021,2,23,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(108908,4,1614168000,2021,2,24,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(108909,4,1614169800,2021,2,24,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(108910,4,1614171600,2021,2,24,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(108911,4,1614173400,2021,2,24,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(108912,4,1614175200,2021,2,24,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(108913,4,1614177000,2021,2,24,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(108914,4,1614178800,2021,2,24,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(108915,4,1614193200,2021,2,24,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(108916,4,1614195000,2021,2,24,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(108917,4,1614196800,2021,2,24,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(108918,4,1614198600,2021,2,24,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(108919,4,1614200400,2021,2,24,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(108920,4,1614202200,2021,2,24,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(108921,4,1614204000,2021,2,24,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(108922,4,1614205800,2021,2,24,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(108923,4,1614254400,2021,2,25,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(108924,4,1614256200,2021,2,25,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(108925,4,1614258000,2021,2,25,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(108926,4,1614259800,2021,2,25,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(108927,4,1614261600,2021,2,25,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(108928,4,1614263400,2021,2,25,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(108929,4,1614265200,2021,2,25,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(108930,4,1614279600,2021,2,25,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(108931,4,1614281400,2021,2,25,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(108932,4,1614283200,2021,2,25,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(108933,4,1614285000,2021,2,25,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(108934,4,1614286800,2021,2,25,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(108935,4,1614288600,2021,2,25,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(108936,4,1614290400,2021,2,25,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(108937,4,1614292200,2021,2,25,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(108938,4,1614340800,2021,2,26,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(108939,4,1614342600,2021,2,26,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(108940,4,1614344400,2021,2,26,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(108941,4,1614346200,2021,2,26,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(108942,4,1614348000,2021,2,26,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(108943,4,1614349800,2021,2,26,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(108944,4,1614351600,2021,2,26,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(108945,4,1614366000,2021,2,26,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(108946,4,1614367800,2021,2,26,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(108947,4,1614369600,2021,2,26,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(108948,4,1614371400,2021,2,26,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(108949,4,1614373200,2021,2,26,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(108950,4,1614375000,2021,2,26,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(108951,4,1614376800,2021,2,26,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(108952,4,1614378600,2021,2,26,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(108953,4,1614427200,2021,2,27,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(108954,4,1614429000,2021,2,27,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(108955,4,1614430800,2021,2,27,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(108956,4,1614432600,2021,2,27,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(108957,4,1614434400,2021,2,27,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(108958,4,1614436200,2021,2,27,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(108959,4,1614438000,2021,2,27,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(108960,4,1614452400,2021,2,27,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(108961,4,1614454200,2021,2,27,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(108962,4,1614456000,2021,2,27,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(108963,4,1614457800,2021,2,27,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(108964,4,1614459600,2021,2,27,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(108965,4,1614461400,2021,2,27,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(108966,4,1614463200,2021,2,27,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(108967,4,1614465000,2021,2,27,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(108968,4,1614513600,2021,2,28,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(108969,4,1614515400,2021,2,28,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(108970,4,1614517200,2021,2,28,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(108971,4,1614519000,2021,2,28,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(108972,4,1614520800,2021,2,28,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(108973,4,1614522600,2021,2,28,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(108974,4,1614524400,2021,2,28,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(108975,4,1614526200,2021,2,28,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(108976,4,1614538800,2021,2,28,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(108977,4,1614540600,2021,2,28,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(108978,4,1614542400,2021,2,28,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(108979,4,1614544200,2021,2,28,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(108980,4,1614546000,2021,2,28,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(108981,4,1614547800,2021,2,28,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(108982,4,1614549600,2021,2,28,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(108983,4,1614551400,2021,2,28,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(108984,4,1614600000,2021,3,1,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(108985,4,1614601800,2021,3,1,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(108986,4,1614603600,2021,3,1,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(108987,4,1614605400,2021,3,1,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(108988,4,1614607200,2021,3,1,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(108989,4,1614609000,2021,3,1,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(108990,4,1614610800,2021,3,1,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(108991,4,1614625200,2021,3,1,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(108992,4,1614627000,2021,3,1,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(108993,4,1614628800,2021,3,1,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(108994,4,1614630600,2021,3,1,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(108995,4,1614632400,2021,3,1,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(108996,4,1614634200,2021,3,1,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(108997,4,1614636000,2021,3,1,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(108998,4,1614637800,2021,3,1,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(108999,4,1614686400,2021,3,2,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109000,4,1614688200,2021,3,2,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109001,4,1614690000,2021,3,2,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109002,4,1614691800,2021,3,2,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109003,4,1614693600,2021,3,2,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109004,4,1614695400,2021,3,2,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109005,4,1614697200,2021,3,2,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109006,4,1614711600,2021,3,2,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109007,4,1614713400,2021,3,2,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109008,4,1614715200,2021,3,2,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109009,4,1614717000,2021,3,2,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109010,4,1614718800,2021,3,2,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109011,4,1614720600,2021,3,2,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109012,4,1614722400,2021,3,2,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109013,4,1614724200,2021,3,2,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109014,4,1614772800,2021,3,3,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109015,4,1614774600,2021,3,3,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109016,4,1614776400,2021,3,3,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109017,4,1614778200,2021,3,3,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109018,4,1614780000,2021,3,3,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109019,4,1614781800,2021,3,3,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109020,4,1614783600,2021,3,3,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109021,4,1614798000,2021,3,3,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109022,4,1614799800,2021,3,3,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109023,4,1614801600,2021,3,3,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109024,4,1614803400,2021,3,3,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109025,4,1614805200,2021,3,3,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109026,4,1614807000,2021,3,3,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109027,4,1614808800,2021,3,3,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109028,4,1614810600,2021,3,3,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109029,4,1614859200,2021,3,4,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109030,4,1614861000,2021,3,4,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109031,4,1614862800,2021,3,4,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109032,4,1614864600,2021,3,4,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109033,4,1614866400,2021,3,4,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109034,4,1614868200,2021,3,4,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109035,4,1614870000,2021,3,4,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109036,4,1614884400,2021,3,4,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109037,4,1614886200,2021,3,4,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109038,4,1614888000,2021,3,4,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109039,4,1614889800,2021,3,4,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109040,4,1614891600,2021,3,4,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109041,4,1614893400,2021,3,4,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109042,4,1614895200,2021,3,4,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109043,4,1614897000,2021,3,4,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109044,4,1614945600,2021,3,5,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109045,4,1614947400,2021,3,5,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109046,4,1614949200,2021,3,5,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109047,4,1614951000,2021,3,5,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109048,4,1614952800,2021,3,5,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109049,4,1614954600,2021,3,5,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109050,4,1614956400,2021,3,5,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109051,4,1614970800,2021,3,5,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109052,4,1614972600,2021,3,5,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109053,4,1614974400,2021,3,5,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109054,4,1614976200,2021,3,5,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109055,4,1614978000,2021,3,5,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109056,4,1614979800,2021,3,5,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109057,4,1614981600,2021,3,5,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109058,4,1614983400,2021,3,5,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109059,4,1615032000,2021,3,6,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109060,4,1615033800,2021,3,6,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109061,4,1615035600,2021,3,6,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109062,4,1615037400,2021,3,6,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109063,4,1615039200,2021,3,6,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109064,4,1615041000,2021,3,6,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109065,4,1615042800,2021,3,6,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109066,4,1615057200,2021,3,6,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109067,4,1615059000,2021,3,6,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109068,4,1615060800,2021,3,6,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109069,4,1615062600,2021,3,6,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109070,4,1615064400,2021,3,6,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109071,4,1615066200,2021,3,6,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109072,4,1615068000,2021,3,6,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109073,4,1615069800,2021,3,6,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109074,4,1615118400,2021,3,7,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109075,4,1615120200,2021,3,7,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109076,4,1615122000,2021,3,7,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109077,4,1615123800,2021,3,7,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109078,4,1615125600,2021,3,7,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109079,4,1615127400,2021,3,7,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109080,4,1615129200,2021,3,7,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109081,4,1615131000,2021,3,7,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109082,4,1615143600,2021,3,7,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109083,4,1615145400,2021,3,7,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109084,4,1615147200,2021,3,7,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109085,4,1615149000,2021,3,7,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109086,4,1615150800,2021,3,7,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109087,4,1615152600,2021,3,7,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109088,4,1615154400,2021,3,7,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109089,4,1615156200,2021,3,7,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109090,4,1615204800,2021,3,8,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109091,4,1615206600,2021,3,8,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109092,4,1615208400,2021,3,8,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109093,4,1615210200,2021,3,8,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109094,4,1615212000,2021,3,8,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109095,4,1615213800,2021,3,8,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109096,4,1615215600,2021,3,8,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109097,4,1615230000,2021,3,8,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109098,4,1615231800,2021,3,8,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109099,4,1615233600,2021,3,8,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109100,4,1615235400,2021,3,8,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109101,4,1615237200,2021,3,8,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109102,4,1615239000,2021,3,8,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109103,4,1615240800,2021,3,8,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109104,4,1615242600,2021,3,8,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109105,4,1615291200,2021,3,9,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109106,4,1615293000,2021,3,9,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109107,4,1615294800,2021,3,9,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109108,4,1615296600,2021,3,9,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109109,4,1615298400,2021,3,9,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109110,4,1615300200,2021,3,9,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109111,4,1615302000,2021,3,9,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109112,4,1615316400,2021,3,9,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109113,4,1615318200,2021,3,9,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109114,4,1615320000,2021,3,9,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109115,4,1615321800,2021,3,9,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109116,4,1615323600,2021,3,9,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109117,4,1615325400,2021,3,9,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109118,4,1615327200,2021,3,9,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109119,4,1615329000,2021,3,9,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109120,4,1615377600,2021,3,10,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109121,4,1615379400,2021,3,10,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109122,4,1615381200,2021,3,10,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109123,4,1615383000,2021,3,10,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109124,4,1615384800,2021,3,10,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109125,4,1615386600,2021,3,10,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109126,4,1615388400,2021,3,10,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109127,4,1615402800,2021,3,10,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109128,4,1615404600,2021,3,10,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109129,4,1615406400,2021,3,10,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109130,4,1615408200,2021,3,10,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109131,4,1615410000,2021,3,10,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109132,4,1615411800,2021,3,10,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109133,4,1615413600,2021,3,10,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109134,4,1615415400,2021,3,10,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109135,4,1615464000,2021,3,11,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109136,4,1615465800,2021,3,11,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109137,4,1615467600,2021,3,11,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109138,4,1615469400,2021,3,11,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109139,4,1615471200,2021,3,11,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109140,4,1615473000,2021,3,11,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109141,4,1615474800,2021,3,11,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109142,4,1615489200,2021,3,11,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109143,4,1615491000,2021,3,11,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109144,4,1615492800,2021,3,11,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109145,4,1615494600,2021,3,11,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109146,4,1615496400,2021,3,11,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109147,4,1615498200,2021,3,11,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109148,4,1615500000,2021,3,11,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109149,4,1615501800,2021,3,11,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109150,4,1615550400,2021,3,12,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109151,4,1615552200,2021,3,12,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109152,4,1615554000,2021,3,12,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109153,4,1615555800,2021,3,12,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109154,4,1615557600,2021,3,12,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109155,4,1615559400,2021,3,12,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109156,4,1615561200,2021,3,12,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109157,4,1615575600,2021,3,12,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109158,4,1615577400,2021,3,12,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109159,4,1615579200,2021,3,12,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109160,4,1615581000,2021,3,12,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109161,4,1615582800,2021,3,12,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109162,4,1615584600,2021,3,12,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109163,4,1615586400,2021,3,12,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109164,4,1615588200,2021,3,12,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109165,4,1615636800,2021,3,13,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109166,4,1615638600,2021,3,13,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109167,4,1615640400,2021,3,13,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109168,4,1615642200,2021,3,13,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109169,4,1615644000,2021,3,13,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109170,4,1615645800,2021,3,13,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109171,4,1615647600,2021,3,13,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109172,4,1615662000,2021,3,13,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109173,4,1615663800,2021,3,13,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109174,4,1615665600,2021,3,13,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109175,4,1615667400,2021,3,13,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109176,4,1615669200,2021,3,13,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109177,4,1615671000,2021,3,13,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109178,4,1615672800,2021,3,13,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109179,4,1615674600,2021,3,13,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109180,4,1615723200,2021,3,14,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109181,4,1615725000,2021,3,14,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109182,4,1615726800,2021,3,14,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109183,4,1615728600,2021,3,14,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109184,4,1615730400,2021,3,14,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109185,4,1615732200,2021,3,14,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109186,4,1615734000,2021,3,14,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109187,4,1615735800,2021,3,14,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109188,4,1615748400,2021,3,14,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109189,4,1615750200,2021,3,14,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109190,4,1615752000,2021,3,14,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109191,4,1615753800,2021,3,14,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109192,4,1615755600,2021,3,14,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109193,4,1615757400,2021,3,14,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109194,4,1615759200,2021,3,14,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109195,4,1615761000,2021,3,14,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109196,4,1615809600,2021,3,15,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109197,4,1615811400,2021,3,15,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109198,4,1615813200,2021,3,15,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109199,4,1615815000,2021,3,15,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109200,4,1615816800,2021,3,15,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109201,4,1615818600,2021,3,15,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109202,4,1615820400,2021,3,15,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109203,4,1615834800,2021,3,15,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109204,4,1615836600,2021,3,15,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109205,4,1615838400,2021,3,15,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109206,4,1615840200,2021,3,15,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109207,4,1615842000,2021,3,15,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109208,4,1615843800,2021,3,15,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109209,4,1615845600,2021,3,15,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109210,4,1615847400,2021,3,15,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109211,4,1615896000,2021,3,16,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109212,4,1615897800,2021,3,16,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109213,4,1615899600,2021,3,16,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109214,4,1615901400,2021,3,16,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109215,4,1615903200,2021,3,16,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109216,4,1615905000,2021,3,16,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109217,4,1615906800,2021,3,16,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109218,4,1615921200,2021,3,16,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109219,4,1615923000,2021,3,16,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109220,4,1615924800,2021,3,16,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109221,4,1615926600,2021,3,16,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109222,4,1615928400,2021,3,16,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109223,4,1615930200,2021,3,16,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109224,4,1615932000,2021,3,16,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109225,4,1615933800,2021,3,16,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109226,4,1615982400,2021,3,17,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109227,4,1615984200,2021,3,17,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109228,4,1615986000,2021,3,17,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109229,4,1615987800,2021,3,17,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109230,4,1615989600,2021,3,17,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109231,4,1615991400,2021,3,17,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109232,4,1615993200,2021,3,17,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109233,4,1616007600,2021,3,17,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109234,4,1616009400,2021,3,17,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109235,4,1616011200,2021,3,17,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109236,4,1616013000,2021,3,17,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109237,4,1616014800,2021,3,17,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109238,4,1616016600,2021,3,17,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109239,4,1616018400,2021,3,17,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109240,4,1616020200,2021,3,17,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109241,4,1616068800,2021,3,18,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109242,4,1616070600,2021,3,18,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109243,4,1616072400,2021,3,18,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109244,4,1616074200,2021,3,18,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109245,4,1616076000,2021,3,18,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109246,4,1616077800,2021,3,18,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109247,4,1616079600,2021,3,18,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109248,4,1616094000,2021,3,18,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109249,4,1616095800,2021,3,18,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109250,4,1616097600,2021,3,18,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109251,4,1616099400,2021,3,18,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109252,4,1616101200,2021,3,18,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109253,4,1616103000,2021,3,18,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109254,4,1616104800,2021,3,18,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109255,4,1616106600,2021,3,18,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109256,4,1616155200,2021,3,19,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109257,4,1616157000,2021,3,19,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109258,4,1616158800,2021,3,19,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109259,4,1616160600,2021,3,19,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109260,4,1616162400,2021,3,19,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109261,4,1616164200,2021,3,19,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109262,4,1616166000,2021,3,19,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109263,4,1616180400,2021,3,19,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109264,4,1616182200,2021,3,19,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109265,4,1616184000,2021,3,19,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109266,4,1616185800,2021,3,19,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109267,4,1616187600,2021,3,19,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109268,4,1616189400,2021,3,19,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109269,4,1616191200,2021,3,19,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109270,4,1616193000,2021,3,19,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109271,4,1616241600,2021,3,20,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109272,4,1616243400,2021,3,20,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109273,4,1616245200,2021,3,20,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109274,4,1616247000,2021,3,20,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109275,4,1616248800,2021,3,20,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109276,4,1616250600,2021,3,20,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109277,4,1616252400,2021,3,20,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109278,4,1616266800,2021,3,20,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109279,4,1616268600,2021,3,20,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109280,4,1616270400,2021,3,20,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109281,4,1616272200,2021,3,20,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109282,4,1616274000,2021,3,20,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109283,4,1616275800,2021,3,20,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109284,4,1616277600,2021,3,20,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109285,4,1616279400,2021,3,20,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109286,4,1616328000,2021,3,21,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109287,4,1616329800,2021,3,21,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109288,4,1616331600,2021,3,21,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109289,4,1616333400,2021,3,21,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109290,4,1616335200,2021,3,21,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109291,4,1616337000,2021,3,21,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109292,4,1616338800,2021,3,21,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109293,4,1616340600,2021,3,21,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109294,4,1616353200,2021,3,21,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109295,4,1616355000,2021,3,21,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109296,4,1616356800,2021,3,21,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109297,4,1616358600,2021,3,21,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109298,4,1616360400,2021,3,21,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109299,4,1616362200,2021,3,21,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109300,4,1616364000,2021,3,21,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109301,4,1616365800,2021,3,21,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109302,4,1616414400,2021,3,22,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109303,4,1616416200,2021,3,22,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109304,4,1616418000,2021,3,22,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109305,4,1616419800,2021,3,22,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109306,4,1616421600,2021,3,22,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109307,4,1616423400,2021,3,22,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109308,4,1616425200,2021,3,22,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109309,4,1616439600,2021,3,22,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109310,4,1616441400,2021,3,22,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109311,4,1616443200,2021,3,22,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109312,4,1616445000,2021,3,22,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109313,4,1616446800,2021,3,22,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109314,4,1616448600,2021,3,22,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109315,4,1616450400,2021,3,22,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109316,4,1616452200,2021,3,22,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109317,4,1616500800,2021,3,23,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109318,4,1616502600,2021,3,23,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109319,4,1616504400,2021,3,23,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109320,4,1616506200,2021,3,23,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109321,4,1616508000,2021,3,23,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109322,4,1616509800,2021,3,23,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109323,4,1616511600,2021,3,23,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109324,4,1616526000,2021,3,23,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109325,4,1616527800,2021,3,23,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109326,4,1616529600,2021,3,23,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109327,4,1616531400,2021,3,23,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109328,4,1616533200,2021,3,23,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109329,4,1616535000,2021,3,23,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109330,4,1616536800,2021,3,23,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109331,4,1616538600,2021,3,23,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109332,4,1616587200,2021,3,24,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109333,4,1616589000,2021,3,24,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109334,4,1616590800,2021,3,24,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109335,4,1616592600,2021,3,24,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109336,4,1616594400,2021,3,24,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109337,4,1616596200,2021,3,24,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109338,4,1616598000,2021,3,24,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109339,4,1616612400,2021,3,24,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109340,4,1616614200,2021,3,24,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109341,4,1616616000,2021,3,24,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109342,4,1616617800,2021,3,24,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109343,4,1616619600,2021,3,24,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109344,4,1616621400,2021,3,24,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109345,4,1616623200,2021,3,24,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109346,4,1616625000,2021,3,24,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109347,4,1616673600,2021,3,25,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109348,4,1616675400,2021,3,25,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109349,4,1616677200,2021,3,25,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109350,4,1616679000,2021,3,25,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109351,4,1616680800,2021,3,25,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109352,4,1616682600,2021,3,25,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109353,4,1616684400,2021,3,25,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109354,4,1616698800,2021,3,25,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109355,4,1616700600,2021,3,25,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109356,4,1616702400,2021,3,25,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109357,4,1616704200,2021,3,25,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109358,4,1616706000,2021,3,25,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109359,4,1616707800,2021,3,25,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109360,4,1616709600,2021,3,25,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109361,4,1616711400,2021,3,25,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109362,4,1616760000,2021,3,26,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109363,4,1616761800,2021,3,26,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109364,4,1616763600,2021,3,26,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109365,4,1616765400,2021,3,26,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109366,4,1616767200,2021,3,26,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109367,4,1616769000,2021,3,26,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109368,4,1616770800,2021,3,26,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109369,4,1616785200,2021,3,26,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109370,4,1616787000,2021,3,26,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109371,4,1616788800,2021,3,26,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109372,4,1616790600,2021,3,26,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109373,4,1616792400,2021,3,26,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109374,4,1616794200,2021,3,26,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109375,4,1616796000,2021,3,26,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109376,4,1616797800,2021,3,26,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109377,4,1616846400,2021,3,27,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109378,4,1616848200,2021,3,27,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109379,4,1616850000,2021,3,27,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109380,4,1616851800,2021,3,27,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109381,4,1616853600,2021,3,27,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109382,4,1616855400,2021,3,27,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109383,4,1616857200,2021,3,27,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109384,4,1616871600,2021,3,27,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109385,4,1616873400,2021,3,27,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109386,4,1616875200,2021,3,27,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109387,4,1616877000,2021,3,27,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109388,4,1616878800,2021,3,27,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109389,4,1616880600,2021,3,27,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109390,4,1616882400,2021,3,27,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109391,4,1616884200,2021,3,27,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109392,4,1617015600,2021,3,29,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109393,4,1617017400,2021,3,29,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109394,4,1617019200,2021,3,29,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109395,4,1617021000,2021,3,29,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109396,4,1617022800,2021,3,29,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109397,4,1617024600,2021,3,29,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109398,4,1617026400,2021,3,29,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109399,4,1617040800,2021,3,29,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109400,4,1617042600,2021,3,29,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109401,4,1617044400,2021,3,29,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109402,4,1617046200,2021,3,29,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109403,4,1617048000,2021,3,29,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109404,4,1617049800,2021,3,29,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109405,4,1617051600,2021,3,29,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109406,4,1617053400,2021,3,29,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109407,4,1617102000,2021,3,30,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109408,4,1617103800,2021,3,30,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109409,4,1617105600,2021,3,30,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109410,4,1617107400,2021,3,30,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109411,4,1617109200,2021,3,30,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109412,4,1617111000,2021,3,30,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109413,4,1617112800,2021,3,30,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109414,4,1617127200,2021,3,30,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109415,4,1617129000,2021,3,30,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109416,4,1617130800,2021,3,30,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109417,4,1617132600,2021,3,30,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109418,4,1617134400,2021,3,30,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109419,4,1617136200,2021,3,30,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109420,4,1617138000,2021,3,30,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109421,4,1617139800,2021,3,30,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109422,4,1617188400,2021,3,31,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109423,4,1617190200,2021,3,31,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109424,4,1617192000,2021,3,31,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109425,4,1617193800,2021,3,31,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109426,4,1617195600,2021,3,31,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109427,4,1617197400,2021,3,31,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109428,4,1617199200,2021,3,31,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109429,4,1617213600,2021,3,31,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109430,4,1617215400,2021,3,31,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109431,4,1617217200,2021,3,31,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109432,4,1617219000,2021,3,31,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109433,4,1617220800,2021,3,31,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109434,4,1617222600,2021,3,31,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109435,4,1617224400,2021,3,31,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109436,4,1617226200,2021,3,31,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109437,4,1617274800,2021,4,1,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109438,4,1617276600,2021,4,1,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109439,4,1617278400,2021,4,1,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109440,4,1617280200,2021,4,1,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109441,4,1617282000,2021,4,1,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109442,4,1617283800,2021,4,1,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109443,4,1617285600,2021,4,1,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109444,4,1617300000,2021,4,1,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109445,4,1617301800,2021,4,1,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109446,4,1617303600,2021,4,1,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109447,4,1617305400,2021,4,1,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109448,4,1617307200,2021,4,1,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109449,4,1617309000,2021,4,1,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109450,4,1617310800,2021,4,1,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109451,4,1617312600,2021,4,1,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109452,4,1617361200,2021,4,2,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109453,4,1617363000,2021,4,2,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109454,4,1617364800,2021,4,2,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109455,4,1617366600,2021,4,2,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109456,4,1617368400,2021,4,2,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109457,4,1617370200,2021,4,2,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109458,4,1617372000,2021,4,2,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109459,4,1617386400,2021,4,2,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109460,4,1617388200,2021,4,2,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109461,4,1617390000,2021,4,2,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109462,4,1617391800,2021,4,2,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109463,4,1617393600,2021,4,2,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109464,4,1617395400,2021,4,2,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109465,4,1617397200,2021,4,2,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109466,4,1617399000,2021,4,2,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109467,4,1617447600,2021,4,3,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109468,4,1617449400,2021,4,3,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109469,4,1617451200,2021,4,3,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109470,4,1617453000,2021,4,3,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109471,4,1617454800,2021,4,3,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109472,4,1617456600,2021,4,3,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109473,4,1617458400,2021,4,3,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109474,4,1617472800,2021,4,3,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109475,4,1617474600,2021,4,3,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109476,4,1617476400,2021,4,3,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109477,4,1617478200,2021,4,3,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109478,4,1617480000,2021,4,3,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109479,4,1617481800,2021,4,3,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109480,4,1617483600,2021,4,3,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109481,4,1617485400,2021,4,3,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109482,4,1617534000,2021,4,4,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109483,4,1617535800,2021,4,4,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109484,4,1617537600,2021,4,4,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109485,4,1617539400,2021,4,4,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109486,4,1617541200,2021,4,4,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109487,4,1617543000,2021,4,4,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109488,4,1617544800,2021,4,4,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109489,4,1617546600,2021,4,4,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109490,4,1617559200,2021,4,4,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109491,4,1617561000,2021,4,4,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109492,4,1617562800,2021,4,4,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109493,4,1617564600,2021,4,4,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109494,4,1617566400,2021,4,4,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109495,4,1617568200,2021,4,4,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109496,4,1617570000,2021,4,4,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109497,4,1617571800,2021,4,4,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109498,4,1617620400,2021,4,5,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109499,4,1617622200,2021,4,5,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109500,4,1617624000,2021,4,5,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109501,4,1617625800,2021,4,5,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109502,4,1617627600,2021,4,5,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109503,4,1617629400,2021,4,5,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109504,4,1617631200,2021,4,5,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109505,4,1617645600,2021,4,5,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109506,4,1617647400,2021,4,5,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109507,4,1617649200,2021,4,5,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109508,4,1617651000,2021,4,5,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109509,4,1617652800,2021,4,5,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109510,4,1617654600,2021,4,5,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109511,4,1617656400,2021,4,5,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109512,4,1617658200,2021,4,5,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109513,4,1617706800,2021,4,6,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109514,4,1617708600,2021,4,6,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109515,4,1617710400,2021,4,6,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109516,4,1617712200,2021,4,6,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109517,4,1617714000,2021,4,6,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109518,4,1617715800,2021,4,6,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109519,4,1617717600,2021,4,6,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109520,4,1617732000,2021,4,6,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109521,4,1617733800,2021,4,6,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109522,4,1617735600,2021,4,6,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109523,4,1617737400,2021,4,6,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109524,4,1617739200,2021,4,6,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109525,4,1617741000,2021,4,6,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109526,4,1617742800,2021,4,6,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109527,4,1617744600,2021,4,6,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109528,4,1617793200,2021,4,7,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109529,4,1617795000,2021,4,7,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109530,4,1617796800,2021,4,7,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109531,4,1617798600,2021,4,7,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109532,4,1617800400,2021,4,7,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109533,4,1617802200,2021,4,7,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109534,4,1617804000,2021,4,7,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109535,4,1617818400,2021,4,7,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109536,4,1617820200,2021,4,7,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109537,4,1617822000,2021,4,7,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109538,4,1617823800,2021,4,7,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109539,4,1617825600,2021,4,7,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109540,4,1617827400,2021,4,7,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109541,4,1617829200,2021,4,7,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109542,4,1617831000,2021,4,7,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109543,4,1617879600,2021,4,8,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109544,4,1617881400,2021,4,8,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109545,4,1617883200,2021,4,8,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109546,4,1617885000,2021,4,8,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109547,4,1617886800,2021,4,8,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109548,4,1617888600,2021,4,8,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109549,4,1617890400,2021,4,8,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109550,4,1617904800,2021,4,8,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109551,4,1617906600,2021,4,8,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109552,4,1617908400,2021,4,8,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109553,4,1617910200,2021,4,8,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109554,4,1617912000,2021,4,8,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109555,4,1617913800,2021,4,8,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109556,4,1617915600,2021,4,8,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109557,4,1617917400,2021,4,8,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109558,4,1617966000,2021,4,9,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109559,4,1617967800,2021,4,9,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109560,4,1617969600,2021,4,9,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109561,4,1617971400,2021,4,9,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109562,4,1617973200,2021,4,9,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109563,4,1617975000,2021,4,9,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109564,4,1617976800,2021,4,9,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109565,4,1617991200,2021,4,9,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109566,4,1617993000,2021,4,9,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109567,4,1617994800,2021,4,9,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109568,4,1617996600,2021,4,9,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109569,4,1617998400,2021,4,9,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109570,4,1618000200,2021,4,9,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109571,4,1618002000,2021,4,9,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109572,4,1618003800,2021,4,9,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109573,4,1618052400,2021,4,10,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109574,4,1618054200,2021,4,10,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109575,4,1618056000,2021,4,10,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109576,4,1618057800,2021,4,10,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109577,4,1618059600,2021,4,10,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109578,4,1618061400,2021,4,10,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109579,4,1618063200,2021,4,10,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109580,4,1618077600,2021,4,10,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109581,4,1618079400,2021,4,10,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109582,4,1618081200,2021,4,10,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109583,4,1618083000,2021,4,10,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109584,4,1618084800,2021,4,10,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109585,4,1618086600,2021,4,10,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109586,4,1618088400,2021,4,10,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109587,4,1618090200,2021,4,10,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109588,4,1618138800,2021,4,11,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109589,4,1618140600,2021,4,11,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109590,4,1618142400,2021,4,11,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109591,4,1618144200,2021,4,11,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109592,4,1618146000,2021,4,11,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109593,4,1618147800,2021,4,11,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109594,4,1618149600,2021,4,11,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109595,4,1618151400,2021,4,11,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109596,4,1618164000,2021,4,11,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109597,4,1618165800,2021,4,11,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109598,4,1618167600,2021,4,11,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109599,4,1618169400,2021,4,11,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109600,4,1618171200,2021,4,11,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109601,4,1618173000,2021,4,11,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109602,4,1618174800,2021,4,11,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109603,4,1618176600,2021,4,11,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109604,4,1618225200,2021,4,12,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109605,4,1618227000,2021,4,12,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109606,4,1618228800,2021,4,12,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109607,4,1618230600,2021,4,12,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109608,4,1618232400,2021,4,12,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109609,4,1618234200,2021,4,12,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109610,4,1618236000,2021,4,12,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109611,4,1618250400,2021,4,12,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109612,4,1618252200,2021,4,12,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109613,4,1618254000,2021,4,12,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109614,4,1618255800,2021,4,12,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109615,4,1618257600,2021,4,12,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109616,4,1618259400,2021,4,12,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109617,4,1618261200,2021,4,12,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109618,4,1618263000,2021,4,12,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109619,4,1618311600,2021,4,13,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109620,4,1618313400,2021,4,13,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109621,4,1618315200,2021,4,13,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109622,4,1618317000,2021,4,13,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109623,4,1618318800,2021,4,13,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109624,4,1618320600,2021,4,13,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109625,4,1618322400,2021,4,13,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109626,4,1618336800,2021,4,13,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109627,4,1618338600,2021,4,13,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109628,4,1618340400,2021,4,13,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109629,4,1618342200,2021,4,13,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109630,4,1618344000,2021,4,13,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109631,4,1618345800,2021,4,13,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109632,4,1618347600,2021,4,13,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109633,4,1618349400,2021,4,13,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109634,4,1618398000,2021,4,14,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109635,4,1618399800,2021,4,14,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109636,4,1618401600,2021,4,14,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109637,4,1618403400,2021,4,14,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109638,4,1618405200,2021,4,14,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109639,4,1618407000,2021,4,14,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109640,4,1618408800,2021,4,14,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109641,4,1618423200,2021,4,14,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109642,4,1618425000,2021,4,14,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109643,4,1618426800,2021,4,14,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109644,4,1618428600,2021,4,14,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109645,4,1618430400,2021,4,14,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109646,4,1618432200,2021,4,14,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109647,4,1618434000,2021,4,14,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109648,4,1618435800,2021,4,14,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109649,4,1618484400,2021,4,15,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109650,4,1618486200,2021,4,15,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109651,4,1618488000,2021,4,15,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109652,4,1618489800,2021,4,15,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109653,4,1618491600,2021,4,15,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109654,4,1618493400,2021,4,15,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109655,4,1618495200,2021,4,15,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109656,4,1618509600,2021,4,15,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109657,4,1618511400,2021,4,15,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109658,4,1618513200,2021,4,15,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109659,4,1618515000,2021,4,15,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109660,4,1618516800,2021,4,15,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109661,4,1618518600,2021,4,15,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109662,4,1618520400,2021,4,15,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109663,4,1618522200,2021,4,15,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109664,4,1618570800,2021,4,16,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109665,4,1618572600,2021,4,16,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109666,4,1618574400,2021,4,16,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109667,4,1618576200,2021,4,16,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109668,4,1618578000,2021,4,16,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109669,4,1618579800,2021,4,16,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109670,4,1618581600,2021,4,16,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109671,4,1618596000,2021,4,16,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109672,4,1618597800,2021,4,16,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109673,4,1618599600,2021,4,16,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109674,4,1618601400,2021,4,16,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109675,4,1618603200,2021,4,16,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109676,4,1618605000,2021,4,16,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109677,4,1618606800,2021,4,16,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109678,4,1618608600,2021,4,16,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109679,4,1618657200,2021,4,17,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109680,4,1618659000,2021,4,17,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109681,4,1618660800,2021,4,17,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109682,4,1618662600,2021,4,17,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109683,4,1618664400,2021,4,17,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109684,4,1618666200,2021,4,17,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109685,4,1618668000,2021,4,17,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109686,4,1618682400,2021,4,17,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109687,4,1618684200,2021,4,17,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109688,4,1618686000,2021,4,17,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109689,4,1618687800,2021,4,17,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109690,4,1618689600,2021,4,17,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109691,4,1618691400,2021,4,17,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109692,4,1618693200,2021,4,17,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109693,4,1618695000,2021,4,17,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109694,4,1618743600,2021,4,18,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109695,4,1618745400,2021,4,18,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109696,4,1618747200,2021,4,18,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109697,4,1618749000,2021,4,18,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109698,4,1618750800,2021,4,18,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109699,4,1618752600,2021,4,18,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109700,4,1618754400,2021,4,18,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109701,4,1618756200,2021,4,18,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109702,4,1618768800,2021,4,18,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109703,4,1618770600,2021,4,18,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109704,4,1618772400,2021,4,18,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109705,4,1618774200,2021,4,18,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109706,4,1618776000,2021,4,18,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109707,4,1618777800,2021,4,18,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109708,4,1618779600,2021,4,18,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109709,4,1618781400,2021,4,18,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109710,4,1618830000,2021,4,19,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109711,4,1618831800,2021,4,19,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109712,4,1618833600,2021,4,19,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109713,4,1618835400,2021,4,19,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109714,4,1618837200,2021,4,19,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109715,4,1618839000,2021,4,19,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109716,4,1618840800,2021,4,19,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109717,4,1618855200,2021,4,19,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109718,4,1618857000,2021,4,19,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109719,4,1618858800,2021,4,19,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109720,4,1618860600,2021,4,19,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109721,4,1618862400,2021,4,19,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109722,4,1618864200,2021,4,19,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109723,4,1618866000,2021,4,19,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109724,4,1618867800,2021,4,19,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109725,4,1618916400,2021,4,20,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109726,4,1618918200,2021,4,20,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109727,4,1618920000,2021,4,20,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109728,4,1618921800,2021,4,20,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109729,4,1618923600,2021,4,20,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109730,4,1618925400,2021,4,20,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109731,4,1618927200,2021,4,20,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109732,4,1618941600,2021,4,20,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109733,4,1618943400,2021,4,20,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109734,4,1618945200,2021,4,20,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109735,4,1618947000,2021,4,20,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109736,4,1618948800,2021,4,20,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109737,4,1618950600,2021,4,20,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109738,4,1618952400,2021,4,20,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109739,4,1618954200,2021,4,20,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109740,4,1619002800,2021,4,21,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109741,4,1619004600,2021,4,21,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109742,4,1619006400,2021,4,21,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109743,4,1619008200,2021,4,21,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109744,4,1619010000,2021,4,21,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109745,4,1619011800,2021,4,21,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109746,4,1619013600,2021,4,21,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109747,4,1619028000,2021,4,21,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109748,4,1619029800,2021,4,21,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109749,4,1619031600,2021,4,21,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109750,4,1619033400,2021,4,21,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109751,4,1619035200,2021,4,21,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109752,4,1619037000,2021,4,21,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109753,4,1619038800,2021,4,21,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109754,4,1619040600,2021,4,21,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109755,4,1619089200,2021,4,22,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109756,4,1619091000,2021,4,22,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109757,4,1619092800,2021,4,22,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109758,4,1619094600,2021,4,22,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109759,4,1619096400,2021,4,22,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109760,4,1619098200,2021,4,22,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109761,4,1619100000,2021,4,22,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109762,4,1619114400,2021,4,22,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109763,4,1619116200,2021,4,22,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109764,4,1619118000,2021,4,22,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109765,4,1619119800,2021,4,22,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109766,4,1619121600,2021,4,22,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109767,4,1619123400,2021,4,22,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109768,4,1619125200,2021,4,22,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109769,4,1619127000,2021,4,22,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109770,4,1619175600,2021,4,23,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109771,4,1619177400,2021,4,23,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109772,4,1619179200,2021,4,23,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109773,4,1619181000,2021,4,23,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109774,4,1619182800,2021,4,23,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109775,4,1619184600,2021,4,23,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109776,4,1619186400,2021,4,23,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109777,4,1619200800,2021,4,23,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109778,4,1619202600,2021,4,23,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109779,4,1619204400,2021,4,23,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109780,4,1619206200,2021,4,23,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109781,4,1619208000,2021,4,23,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109782,4,1619209800,2021,4,23,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109783,4,1619211600,2021,4,23,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109784,4,1619213400,2021,4,23,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109785,4,1619262000,2021,4,24,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109786,4,1619263800,2021,4,24,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109787,4,1619265600,2021,4,24,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109788,4,1619267400,2021,4,24,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109789,4,1619269200,2021,4,24,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109790,4,1619271000,2021,4,24,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109791,4,1619272800,2021,4,24,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109792,4,1619287200,2021,4,24,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109793,4,1619289000,2021,4,24,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109794,4,1619290800,2021,4,24,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109795,4,1619292600,2021,4,24,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109796,4,1619294400,2021,4,24,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109797,4,1619296200,2021,4,24,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109798,4,1619298000,2021,4,24,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109799,4,1619299800,2021,4,24,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109800,4,1619348400,2021,4,25,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109801,4,1619350200,2021,4,25,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109802,4,1619352000,2021,4,25,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109803,4,1619353800,2021,4,25,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109804,4,1619355600,2021,4,25,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109805,4,1619357400,2021,4,25,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109806,4,1619359200,2021,4,25,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109807,4,1619361000,2021,4,25,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109808,4,1619373600,2021,4,25,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109809,4,1619375400,2021,4,25,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109810,4,1619377200,2021,4,25,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109811,4,1619379000,2021,4,25,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109812,4,1619380800,2021,4,25,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109813,4,1619382600,2021,4,25,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109814,4,1619384400,2021,4,25,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109815,4,1619386200,2021,4,25,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109816,4,1619434800,2021,4,26,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109817,4,1619436600,2021,4,26,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109818,4,1619438400,2021,4,26,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109819,4,1619440200,2021,4,26,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109820,4,1619442000,2021,4,26,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109821,4,1619443800,2021,4,26,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109822,4,1619445600,2021,4,26,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109823,4,1619460000,2021,4,26,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109824,4,1619461800,2021,4,26,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109825,4,1619463600,2021,4,26,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109826,4,1619465400,2021,4,26,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109827,4,1619467200,2021,4,26,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109828,4,1619469000,2021,4,26,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109829,4,1619470800,2021,4,26,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109830,4,1619472600,2021,4,26,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109831,4,1619521200,2021,4,27,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109832,4,1619523000,2021,4,27,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109833,4,1619524800,2021,4,27,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109834,4,1619526600,2021,4,27,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109835,4,1619528400,2021,4,27,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109836,4,1619530200,2021,4,27,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109837,4,1619532000,2021,4,27,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109838,4,1619546400,2021,4,27,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109839,4,1619548200,2021,4,27,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109840,4,1619550000,2021,4,27,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109841,4,1619551800,2021,4,27,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109842,4,1619553600,2021,4,27,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109843,4,1619555400,2021,4,27,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109844,4,1619557200,2021,4,27,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109845,4,1619559000,2021,4,27,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109846,4,1619607600,2021,4,28,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109847,4,1619609400,2021,4,28,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109848,4,1619611200,2021,4,28,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109849,4,1619613000,2021,4,28,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109850,4,1619614800,2021,4,28,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109851,4,1619616600,2021,4,28,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109852,4,1619618400,2021,4,28,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109853,4,1619632800,2021,4,28,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109854,4,1619634600,2021,4,28,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109855,4,1619636400,2021,4,28,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109856,4,1619638200,2021,4,28,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109857,4,1619640000,2021,4,28,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109858,4,1619641800,2021,4,28,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109859,4,1619643600,2021,4,28,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109860,4,1619645400,2021,4,28,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109861,4,1619694000,2021,4,29,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109862,4,1619695800,2021,4,29,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109863,4,1619697600,2021,4,29,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109864,4,1619699400,2021,4,29,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109865,4,1619701200,2021,4,29,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109866,4,1619703000,2021,4,29,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109867,4,1619704800,2021,4,29,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109868,4,1619719200,2021,4,29,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109869,4,1619721000,2021,4,29,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109870,4,1619722800,2021,4,29,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109871,4,1619724600,2021,4,29,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109872,4,1619726400,2021,4,29,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109873,4,1619728200,2021,4,29,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109874,4,1619730000,2021,4,29,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109875,4,1619731800,2021,4,29,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109876,4,1619780400,2021,4,30,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109877,4,1619782200,2021,4,30,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109878,4,1619784000,2021,4,30,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109879,4,1619785800,2021,4,30,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109880,4,1619787600,2021,4,30,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109881,4,1619789400,2021,4,30,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109882,4,1619791200,2021,4,30,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109883,4,1619805600,2021,4,30,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109884,4,1619807400,2021,4,30,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109885,4,1619809200,2021,4,30,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109886,4,1619811000,2021,4,30,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109887,4,1619812800,2021,4,30,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109888,4,1619814600,2021,4,30,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109889,4,1619816400,2021,4,30,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109890,4,1619818200,2021,4,30,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109891,4,1619866800,2021,5,1,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109892,4,1619868600,2021,5,1,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109893,4,1619870400,2021,5,1,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(109894,4,1619872200,2021,5,1,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(109895,4,1619874000,2021,5,1,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(109896,4,1619875800,2021,5,1,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(109897,4,1619877600,2021,5,1,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(109898,4,1619892000,2021,5,1,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(109899,4,1619893800,2021,5,1,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(109900,4,1619895600,2021,5,1,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(109901,4,1619897400,2021,5,1,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(109902,4,1619899200,2021,5,1,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(109903,4,1619901000,2021,5,1,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(109904,4,1619902800,2021,5,1,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(109905,4,1619904600,2021,5,1,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(109906,4,1619953200,2021,5,2,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(109907,4,1619955000,2021,5,2,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(109908,4,1619956800,2021,5,2,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(109909,4,1619958600,2021,5,2,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(109910,4,1619960400,2021,5,2,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(109911,4,1619962200,2021,5,2,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(109912,4,1619964000,2021,5,2,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(109913,4,1619965800,2021,5,2,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(109914,4,1619978400,2021,5,2,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(109915,4,1619980200,2021,5,2,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(109916,4,1619982000,2021,5,2,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(109917,4,1619983800,2021,5,2,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(109918,4,1619985600,2021,5,2,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(109919,4,1619987400,2021,5,2,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(109920,4,1619989200,2021,5,2,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(109921,4,1619991000,2021,5,2,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(109922,4,1620039600,2021,5,3,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(109923,4,1620041400,2021,5,3,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(109924,4,1620043200,2021,5,3,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(109925,4,1620045000,2021,5,3,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(109926,4,1620046800,2021,5,3,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(109927,4,1620048600,2021,5,3,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(109928,4,1620050400,2021,5,3,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(109929,4,1620064800,2021,5,3,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(109930,4,1620066600,2021,5,3,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(109931,4,1620068400,2021,5,3,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(109932,4,1620070200,2021,5,3,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(109933,4,1620072000,2021,5,3,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(109934,4,1620073800,2021,5,3,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(109935,4,1620075600,2021,5,3,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(109936,4,1620077400,2021,5,3,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(109937,4,1620126000,2021,5,4,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(109938,4,1620127800,2021,5,4,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(109939,4,1620129600,2021,5,4,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(109940,4,1620131400,2021,5,4,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(109941,4,1620133200,2021,5,4,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(109942,4,1620135000,2021,5,4,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(109943,4,1620136800,2021,5,4,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(109944,4,1620151200,2021,5,4,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(109945,4,1620153000,2021,5,4,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(109946,4,1620154800,2021,5,4,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(109947,4,1620156600,2021,5,4,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(109948,4,1620158400,2021,5,4,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(109949,4,1620160200,2021,5,4,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(109950,4,1620162000,2021,5,4,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(109951,4,1620163800,2021,5,4,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(109952,4,1620212400,2021,5,5,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(109953,4,1620214200,2021,5,5,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(109954,4,1620216000,2021,5,5,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(109955,4,1620217800,2021,5,5,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(109956,4,1620219600,2021,5,5,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(109957,4,1620221400,2021,5,5,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(109958,4,1620223200,2021,5,5,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(109959,4,1620237600,2021,5,5,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(109960,4,1620239400,2021,5,5,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(109961,4,1620241200,2021,5,5,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(109962,4,1620243000,2021,5,5,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(109963,4,1620244800,2021,5,5,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(109964,4,1620246600,2021,5,5,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(109965,4,1620248400,2021,5,5,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(109966,4,1620250200,2021,5,5,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(109967,4,1620298800,2021,5,6,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(109968,4,1620300600,2021,5,6,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(109969,4,1620302400,2021,5,6,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(109970,4,1620304200,2021,5,6,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(109971,4,1620306000,2021,5,6,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(109972,4,1620307800,2021,5,6,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(109973,4,1620309600,2021,5,6,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(109974,4,1620324000,2021,5,6,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(109975,4,1620325800,2021,5,6,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(109976,4,1620327600,2021,5,6,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(109977,4,1620329400,2021,5,6,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(109978,4,1620331200,2021,5,6,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(109979,4,1620333000,2021,5,6,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(109980,4,1620334800,2021,5,6,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(109981,4,1620336600,2021,5,6,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(109982,4,1620385200,2021,5,7,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(109983,4,1620387000,2021,5,7,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(109984,4,1620388800,2021,5,7,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(109985,4,1620390600,2021,5,7,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(109986,4,1620392400,2021,5,7,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(109987,4,1620394200,2021,5,7,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(109988,4,1620396000,2021,5,7,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(109989,4,1620410400,2021,5,7,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(109990,4,1620412200,2021,5,7,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(109991,4,1620414000,2021,5,7,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(109992,4,1620415800,2021,5,7,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(109993,4,1620417600,2021,5,7,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(109994,4,1620419400,2021,5,7,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(109995,4,1620421200,2021,5,7,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(109996,4,1620423000,2021,5,7,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(109997,4,1620471600,2021,5,8,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(109998,4,1620473400,2021,5,8,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(109999,4,1620475200,2021,5,8,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110000,4,1620477000,2021,5,8,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110001,4,1620478800,2021,5,8,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110002,4,1620480600,2021,5,8,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110003,4,1620482400,2021,5,8,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110004,4,1620496800,2021,5,8,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110005,4,1620498600,2021,5,8,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110006,4,1620500400,2021,5,8,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110007,4,1620502200,2021,5,8,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110008,4,1620504000,2021,5,8,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110009,4,1620505800,2021,5,8,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110010,4,1620507600,2021,5,8,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110011,4,1620509400,2021,5,8,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110012,4,1620558000,2021,5,9,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110013,4,1620559800,2021,5,9,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110014,4,1620561600,2021,5,9,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110015,4,1620563400,2021,5,9,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110016,4,1620565200,2021,5,9,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110017,4,1620567000,2021,5,9,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110018,4,1620568800,2021,5,9,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110019,4,1620570600,2021,5,9,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110020,4,1620583200,2021,5,9,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110021,4,1620585000,2021,5,9,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110022,4,1620586800,2021,5,9,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110023,4,1620588600,2021,5,9,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110024,4,1620590400,2021,5,9,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110025,4,1620592200,2021,5,9,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110026,4,1620594000,2021,5,9,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110027,4,1620595800,2021,5,9,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110028,4,1620644400,2021,5,10,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110029,4,1620646200,2021,5,10,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110030,4,1620648000,2021,5,10,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110031,4,1620649800,2021,5,10,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110032,4,1620651600,2021,5,10,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110033,4,1620653400,2021,5,10,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110034,4,1620655200,2021,5,10,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110035,4,1620669600,2021,5,10,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110036,4,1620671400,2021,5,10,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110037,4,1620673200,2021,5,10,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110038,4,1620675000,2021,5,10,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110039,4,1620676800,2021,5,10,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110040,4,1620678600,2021,5,10,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110041,4,1620680400,2021,5,10,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110042,4,1620682200,2021,5,10,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110043,4,1620730800,2021,5,11,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110044,4,1620732600,2021,5,11,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110045,4,1620734400,2021,5,11,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110046,4,1620736200,2021,5,11,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110047,4,1620738000,2021,5,11,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110048,4,1620739800,2021,5,11,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110049,4,1620741600,2021,5,11,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110050,4,1620756000,2021,5,11,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110051,4,1620757800,2021,5,11,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110052,4,1620759600,2021,5,11,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110053,4,1620761400,2021,5,11,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110054,4,1620763200,2021,5,11,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110055,4,1620765000,2021,5,11,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110056,4,1620766800,2021,5,11,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110057,4,1620768600,2021,5,11,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110058,4,1620817200,2021,5,12,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110059,4,1620819000,2021,5,12,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110060,4,1620820800,2021,5,12,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110061,4,1620822600,2021,5,12,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110062,4,1620824400,2021,5,12,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110063,4,1620826200,2021,5,12,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110064,4,1620828000,2021,5,12,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110065,4,1620842400,2021,5,12,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110066,4,1620844200,2021,5,12,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110067,4,1620846000,2021,5,12,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110068,4,1620847800,2021,5,12,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110069,4,1620849600,2021,5,12,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110070,4,1620851400,2021,5,12,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110071,4,1620853200,2021,5,12,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110072,4,1620855000,2021,5,12,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110073,4,1620903600,2021,5,13,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110074,4,1620905400,2021,5,13,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110075,4,1620907200,2021,5,13,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110076,4,1620909000,2021,5,13,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110077,4,1620910800,2021,5,13,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110078,4,1620912600,2021,5,13,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110079,4,1620914400,2021,5,13,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110080,4,1620928800,2021,5,13,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110081,4,1620930600,2021,5,13,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110082,4,1620932400,2021,5,13,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110083,4,1620934200,2021,5,13,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110084,4,1620936000,2021,5,13,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110085,4,1620937800,2021,5,13,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110086,4,1620939600,2021,5,13,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110087,4,1620941400,2021,5,13,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110088,4,1620990000,2021,5,14,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110089,4,1620991800,2021,5,14,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110090,4,1620993600,2021,5,14,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110091,4,1620995400,2021,5,14,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110092,4,1620997200,2021,5,14,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110093,4,1620999000,2021,5,14,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110094,4,1621000800,2021,5,14,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110095,4,1621015200,2021,5,14,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110096,4,1621017000,2021,5,14,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110097,4,1621018800,2021,5,14,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110098,4,1621020600,2021,5,14,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110099,4,1621022400,2021,5,14,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110100,4,1621024200,2021,5,14,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110101,4,1621026000,2021,5,14,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110102,4,1621027800,2021,5,14,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110103,4,1621076400,2021,5,15,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110104,4,1621078200,2021,5,15,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110105,4,1621080000,2021,5,15,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110106,4,1621081800,2021,5,15,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110107,4,1621083600,2021,5,15,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110108,4,1621085400,2021,5,15,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110109,4,1621087200,2021,5,15,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110110,4,1621101600,2021,5,15,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110111,4,1621103400,2021,5,15,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110112,4,1621105200,2021,5,15,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110113,4,1621107000,2021,5,15,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110114,4,1621108800,2021,5,15,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110115,4,1621110600,2021,5,15,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110116,4,1621112400,2021,5,15,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110117,4,1621114200,2021,5,15,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110118,4,1621162800,2021,5,16,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110119,4,1621164600,2021,5,16,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110120,4,1621166400,2021,5,16,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110121,4,1621168200,2021,5,16,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110122,4,1621170000,2021,5,16,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110123,4,1621171800,2021,5,16,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110124,4,1621173600,2021,5,16,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110125,4,1621175400,2021,5,16,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110126,4,1621188000,2021,5,16,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110127,4,1621189800,2021,5,16,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110128,4,1621191600,2021,5,16,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110129,4,1621193400,2021,5,16,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110130,4,1621195200,2021,5,16,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110131,4,1621197000,2021,5,16,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110132,4,1621198800,2021,5,16,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110133,4,1621200600,2021,5,16,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110134,4,1621249200,2021,5,17,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110135,4,1621251000,2021,5,17,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110136,4,1621252800,2021,5,17,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110137,4,1621254600,2021,5,17,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110138,4,1621256400,2021,5,17,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110139,4,1621258200,2021,5,17,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110140,4,1621260000,2021,5,17,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110141,4,1621274400,2021,5,17,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110142,4,1621276200,2021,5,17,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110143,4,1621278000,2021,5,17,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110144,4,1621279800,2021,5,17,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110145,4,1621281600,2021,5,17,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110146,4,1621283400,2021,5,17,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110147,4,1621285200,2021,5,17,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110148,4,1621287000,2021,5,17,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110149,4,1621335600,2021,5,18,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110150,4,1621337400,2021,5,18,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110151,4,1621339200,2021,5,18,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110152,4,1621341000,2021,5,18,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110153,4,1621342800,2021,5,18,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110154,4,1621344600,2021,5,18,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110155,4,1621346400,2021,5,18,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110156,4,1621360800,2021,5,18,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110157,4,1621362600,2021,5,18,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110158,4,1621364400,2021,5,18,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110159,4,1621366200,2021,5,18,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110160,4,1621368000,2021,5,18,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110161,4,1621369800,2021,5,18,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110162,4,1621371600,2021,5,18,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110163,4,1621373400,2021,5,18,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110164,4,1621422000,2021,5,19,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110165,4,1621423800,2021,5,19,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110166,4,1621425600,2021,5,19,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110167,4,1621427400,2021,5,19,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110168,4,1621429200,2021,5,19,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110169,4,1621431000,2021,5,19,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110170,4,1621432800,2021,5,19,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110171,4,1621447200,2021,5,19,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110172,4,1621449000,2021,5,19,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110173,4,1621450800,2021,5,19,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110174,4,1621452600,2021,5,19,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110175,4,1621454400,2021,5,19,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110176,4,1621456200,2021,5,19,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110177,4,1621458000,2021,5,19,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110178,4,1621459800,2021,5,19,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110179,4,1621508400,2021,5,20,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110180,4,1621510200,2021,5,20,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110181,4,1621512000,2021,5,20,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110182,4,1621513800,2021,5,20,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110183,4,1621515600,2021,5,20,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110184,4,1621517400,2021,5,20,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110185,4,1621519200,2021,5,20,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110186,4,1621533600,2021,5,20,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110187,4,1621535400,2021,5,20,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110188,4,1621537200,2021,5,20,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110189,4,1621539000,2021,5,20,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110190,4,1621540800,2021,5,20,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110191,4,1621542600,2021,5,20,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110192,4,1621544400,2021,5,20,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110193,4,1621546200,2021,5,20,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110194,4,1621594800,2021,5,21,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110195,4,1621596600,2021,5,21,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110196,4,1621598400,2021,5,21,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110197,4,1621600200,2021,5,21,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110198,4,1621602000,2021,5,21,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110199,4,1621603800,2021,5,21,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110200,4,1621605600,2021,5,21,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110201,4,1621620000,2021,5,21,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110202,4,1621621800,2021,5,21,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110203,4,1621623600,2021,5,21,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110204,4,1621625400,2021,5,21,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110205,4,1621627200,2021,5,21,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110206,4,1621629000,2021,5,21,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110207,4,1621630800,2021,5,21,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110208,4,1621632600,2021,5,21,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110209,4,1621681200,2021,5,22,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110210,4,1621683000,2021,5,22,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110211,4,1621684800,2021,5,22,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110212,4,1621686600,2021,5,22,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110213,4,1621688400,2021,5,22,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110214,4,1621690200,2021,5,22,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110215,4,1621692000,2021,5,22,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110216,4,1621706400,2021,5,22,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110217,4,1621708200,2021,5,22,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110218,4,1621710000,2021,5,22,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110219,4,1621711800,2021,5,22,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110220,4,1621713600,2021,5,22,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110221,4,1621715400,2021,5,22,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110222,4,1621717200,2021,5,22,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110223,4,1621719000,2021,5,22,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110224,4,1621767600,2021,5,23,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110225,4,1621769400,2021,5,23,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110226,4,1621771200,2021,5,23,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110227,4,1621773000,2021,5,23,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110228,4,1621774800,2021,5,23,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110229,4,1621776600,2021,5,23,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110230,4,1621778400,2021,5,23,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110231,4,1621780200,2021,5,23,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110232,4,1621792800,2021,5,23,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110233,4,1621794600,2021,5,23,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110234,4,1621796400,2021,5,23,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110235,4,1621798200,2021,5,23,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110236,4,1621800000,2021,5,23,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110237,4,1621801800,2021,5,23,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110238,4,1621803600,2021,5,23,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110239,4,1621805400,2021,5,23,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110240,4,1621854000,2021,5,24,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110241,4,1621855800,2021,5,24,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110242,4,1621857600,2021,5,24,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110243,4,1621859400,2021,5,24,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110244,4,1621861200,2021,5,24,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110245,4,1621863000,2021,5,24,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110246,4,1621864800,2021,5,24,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110247,4,1621879200,2021,5,24,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110248,4,1621881000,2021,5,24,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110249,4,1621882800,2021,5,24,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110250,4,1621884600,2021,5,24,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110251,4,1621886400,2021,5,24,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110252,4,1621888200,2021,5,24,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110253,4,1621890000,2021,5,24,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110254,4,1621891800,2021,5,24,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110255,4,1621940400,2021,5,25,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110256,4,1621942200,2021,5,25,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110257,4,1621944000,2021,5,25,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110258,4,1621945800,2021,5,25,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110259,4,1621947600,2021,5,25,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110260,4,1621949400,2021,5,25,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110261,4,1621951200,2021,5,25,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110262,4,1621965600,2021,5,25,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110263,4,1621967400,2021,5,25,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110264,4,1621969200,2021,5,25,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110265,4,1621971000,2021,5,25,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110266,4,1621972800,2021,5,25,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110267,4,1621974600,2021,5,25,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110268,4,1621976400,2021,5,25,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110269,4,1621978200,2021,5,25,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110270,4,1622026800,2021,5,26,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110271,4,1622028600,2021,5,26,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110272,4,1622030400,2021,5,26,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110273,4,1622032200,2021,5,26,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110274,4,1622034000,2021,5,26,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110275,4,1622035800,2021,5,26,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110276,4,1622037600,2021,5,26,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110277,4,1622052000,2021,5,26,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110278,4,1622053800,2021,5,26,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110279,4,1622055600,2021,5,26,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110280,4,1622057400,2021,5,26,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110281,4,1622059200,2021,5,26,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110282,4,1622061000,2021,5,26,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110283,4,1622062800,2021,5,26,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110284,4,1622064600,2021,5,26,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110285,4,1622113200,2021,5,27,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110286,4,1622115000,2021,5,27,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110287,4,1622116800,2021,5,27,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110288,4,1622118600,2021,5,27,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110289,4,1622120400,2021,5,27,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110290,4,1622122200,2021,5,27,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110291,4,1622124000,2021,5,27,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110292,4,1622138400,2021,5,27,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110293,4,1622140200,2021,5,27,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110294,4,1622142000,2021,5,27,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110295,4,1622143800,2021,5,27,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110296,4,1622145600,2021,5,27,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110297,4,1622147400,2021,5,27,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110298,4,1622149200,2021,5,27,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110299,4,1622151000,2021,5,27,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110300,4,1622199600,2021,5,28,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110301,4,1622201400,2021,5,28,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110302,4,1622203200,2021,5,28,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110303,4,1622205000,2021,5,28,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110304,4,1622206800,2021,5,28,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110305,4,1622208600,2021,5,28,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110306,4,1622210400,2021,5,28,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110307,4,1622224800,2021,5,28,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110308,4,1622226600,2021,5,28,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110309,4,1622228400,2021,5,28,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110310,4,1622230200,2021,5,28,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110311,4,1622232000,2021,5,28,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110312,4,1622233800,2021,5,28,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110313,4,1622235600,2021,5,28,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110314,4,1622237400,2021,5,28,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110315,4,1622286000,2021,5,29,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110316,4,1622287800,2021,5,29,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110317,4,1622289600,2021,5,29,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110318,4,1622291400,2021,5,29,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110319,4,1622293200,2021,5,29,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110320,4,1622295000,2021,5,29,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110321,4,1622296800,2021,5,29,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110322,4,1622311200,2021,5,29,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110323,4,1622313000,2021,5,29,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110324,4,1622314800,2021,5,29,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110325,4,1622316600,2021,5,29,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110326,4,1622318400,2021,5,29,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110327,4,1622320200,2021,5,29,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110328,4,1622322000,2021,5,29,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110329,4,1622323800,2021,5,29,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110330,4,1622372400,2021,5,30,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110331,4,1622374200,2021,5,30,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110332,4,1622376000,2021,5,30,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110333,4,1622377800,2021,5,30,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110334,4,1622379600,2021,5,30,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110335,4,1622381400,2021,5,30,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110336,4,1622383200,2021,5,30,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110337,4,1622385000,2021,5,30,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110338,4,1622397600,2021,5,30,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110339,4,1622399400,2021,5,30,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110340,4,1622401200,2021,5,30,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110341,4,1622403000,2021,5,30,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110342,4,1622404800,2021,5,30,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110343,4,1622406600,2021,5,30,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110344,4,1622408400,2021,5,30,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110345,4,1622410200,2021,5,30,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110346,4,1622458800,2021,5,31,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110347,4,1622460600,2021,5,31,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110348,4,1622462400,2021,5,31,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110349,4,1622464200,2021,5,31,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110350,4,1622466000,2021,5,31,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110351,4,1622467800,2021,5,31,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110352,4,1622469600,2021,5,31,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110353,4,1622484000,2021,5,31,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110354,4,1622485800,2021,5,31,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110355,4,1622487600,2021,5,31,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110356,4,1622489400,2021,5,31,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110357,4,1622491200,2021,5,31,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110358,4,1622493000,2021,5,31,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110359,4,1622494800,2021,5,31,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110360,4,1622496600,2021,5,31,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110361,4,1622545200,2021,6,1,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110362,4,1622547000,2021,6,1,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110363,4,1622548800,2021,6,1,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110364,4,1622550600,2021,6,1,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110365,4,1622552400,2021,6,1,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110366,4,1622554200,2021,6,1,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110367,4,1622556000,2021,6,1,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110368,4,1622570400,2021,6,1,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110369,4,1622572200,2021,6,1,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110370,4,1622574000,2021,6,1,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110371,4,1622575800,2021,6,1,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110372,4,1622577600,2021,6,1,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110373,4,1622579400,2021,6,1,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110374,4,1622581200,2021,6,1,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110375,4,1622583000,2021,6,1,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110376,4,1622631600,2021,6,2,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110377,4,1622633400,2021,6,2,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110378,4,1622635200,2021,6,2,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110379,4,1622637000,2021,6,2,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110380,4,1622638800,2021,6,2,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110381,4,1622640600,2021,6,2,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110382,4,1622642400,2021,6,2,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110383,4,1622656800,2021,6,2,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110384,4,1622658600,2021,6,2,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110385,4,1622660400,2021,6,2,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110386,4,1622662200,2021,6,2,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110387,4,1622664000,2021,6,2,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110388,4,1622665800,2021,6,2,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110389,4,1622667600,2021,6,2,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110390,4,1622669400,2021,6,2,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110391,4,1622718000,2021,6,3,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110392,4,1622719800,2021,6,3,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110393,4,1622721600,2021,6,3,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110394,4,1622723400,2021,6,3,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110395,4,1622725200,2021,6,3,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110396,4,1622727000,2021,6,3,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110397,4,1622728800,2021,6,3,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110398,4,1622743200,2021,6,3,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110399,4,1622745000,2021,6,3,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110400,4,1622746800,2021,6,3,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110401,4,1622748600,2021,6,3,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110402,4,1622750400,2021,6,3,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110403,4,1622752200,2021,6,3,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110404,4,1622754000,2021,6,3,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110405,4,1622755800,2021,6,3,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110406,4,1622804400,2021,6,4,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110407,4,1622806200,2021,6,4,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110408,4,1622808000,2021,6,4,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110409,4,1622809800,2021,6,4,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110410,4,1622811600,2021,6,4,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110411,4,1622813400,2021,6,4,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110412,4,1622815200,2021,6,4,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110413,4,1622829600,2021,6,4,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110414,4,1622831400,2021,6,4,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110415,4,1622833200,2021,6,4,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110416,4,1622835000,2021,6,4,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110417,4,1622836800,2021,6,4,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110418,4,1622838600,2021,6,4,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110419,4,1622840400,2021,6,4,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110420,4,1622842200,2021,6,4,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110421,4,1622890800,2021,6,5,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110422,4,1622892600,2021,6,5,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110423,4,1622894400,2021,6,5,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110424,4,1622896200,2021,6,5,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110425,4,1622898000,2021,6,5,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110426,4,1622899800,2021,6,5,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110427,4,1622901600,2021,6,5,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110428,4,1622916000,2021,6,5,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110429,4,1622917800,2021,6,5,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110430,4,1622919600,2021,6,5,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110431,4,1622921400,2021,6,5,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110432,4,1622923200,2021,6,5,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110433,4,1622925000,2021,6,5,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110434,4,1622926800,2021,6,5,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110435,4,1622928600,2021,6,5,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110436,4,1622977200,2021,6,6,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110437,4,1622979000,2021,6,6,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110438,4,1622980800,2021,6,6,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110439,4,1622982600,2021,6,6,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110440,4,1622984400,2021,6,6,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110441,4,1622986200,2021,6,6,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110442,4,1622988000,2021,6,6,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110443,4,1622989800,2021,6,6,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110444,4,1623002400,2021,6,6,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110445,4,1623004200,2021,6,6,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110446,4,1623006000,2021,6,6,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110447,4,1623007800,2021,6,6,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110448,4,1623009600,2021,6,6,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110449,4,1623011400,2021,6,6,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110450,4,1623013200,2021,6,6,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110451,4,1623015000,2021,6,6,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110452,4,1623063600,2021,6,7,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110453,4,1623065400,2021,6,7,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110454,4,1623067200,2021,6,7,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110455,4,1623069000,2021,6,7,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110456,4,1623070800,2021,6,7,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110457,4,1623072600,2021,6,7,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110458,4,1623074400,2021,6,7,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110459,4,1623088800,2021,6,7,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110460,4,1623090600,2021,6,7,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110461,4,1623092400,2021,6,7,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110462,4,1623094200,2021,6,7,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110463,4,1623096000,2021,6,7,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110464,4,1623097800,2021,6,7,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110465,4,1623099600,2021,6,7,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110466,4,1623101400,2021,6,7,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110467,4,1623150000,2021,6,8,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110468,4,1623151800,2021,6,8,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110469,4,1623153600,2021,6,8,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110470,4,1623155400,2021,6,8,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110471,4,1623157200,2021,6,8,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110472,4,1623159000,2021,6,8,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110473,4,1623160800,2021,6,8,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110474,4,1623175200,2021,6,8,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110475,4,1623177000,2021,6,8,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110476,4,1623178800,2021,6,8,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110477,4,1623180600,2021,6,8,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110478,4,1623182400,2021,6,8,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110479,4,1623184200,2021,6,8,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110480,4,1623186000,2021,6,8,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110481,4,1623187800,2021,6,8,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110482,4,1623236400,2021,6,9,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110483,4,1623238200,2021,6,9,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110484,4,1623240000,2021,6,9,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110485,4,1623241800,2021,6,9,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110486,4,1623243600,2021,6,9,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110487,4,1623245400,2021,6,9,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110488,4,1623247200,2021,6,9,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110489,4,1623261600,2021,6,9,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110490,4,1623263400,2021,6,9,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110491,4,1623265200,2021,6,9,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110492,4,1623267000,2021,6,9,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110493,4,1623268800,2021,6,9,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110494,4,1623270600,2021,6,9,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110495,4,1623272400,2021,6,9,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110496,4,1623274200,2021,6,9,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110497,4,1623322800,2021,6,10,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110498,4,1623324600,2021,6,10,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110499,4,1623326400,2021,6,10,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110500,4,1623328200,2021,6,10,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110501,4,1623330000,2021,6,10,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110502,4,1623331800,2021,6,10,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110503,4,1623333600,2021,6,10,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110504,4,1623348000,2021,6,10,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110505,4,1623349800,2021,6,10,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110506,4,1623351600,2021,6,10,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110507,4,1623353400,2021,6,10,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110508,4,1623355200,2021,6,10,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110509,4,1623357000,2021,6,10,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110510,4,1623358800,2021,6,10,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110511,4,1623360600,2021,6,10,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110512,4,1623409200,2021,6,11,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110513,4,1623411000,2021,6,11,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110514,4,1623412800,2021,6,11,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110515,4,1623414600,2021,6,11,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110516,4,1623416400,2021,6,11,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110517,4,1623418200,2021,6,11,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110518,4,1623420000,2021,6,11,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110519,4,1623434400,2021,6,11,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110520,4,1623436200,2021,6,11,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110521,4,1623438000,2021,6,11,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110522,4,1623439800,2021,6,11,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110523,4,1623441600,2021,6,11,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110524,4,1623443400,2021,6,11,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110525,4,1623445200,2021,6,11,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110526,4,1623447000,2021,6,11,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110527,4,1623495600,2021,6,12,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110528,4,1623497400,2021,6,12,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110529,4,1623499200,2021,6,12,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110530,4,1623501000,2021,6,12,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110531,4,1623502800,2021,6,12,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110532,4,1623504600,2021,6,12,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110533,4,1623506400,2021,6,12,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110534,4,1623520800,2021,6,12,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110535,4,1623522600,2021,6,12,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110536,4,1623524400,2021,6,12,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110537,4,1623526200,2021,6,12,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110538,4,1623528000,2021,6,12,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110539,4,1623529800,2021,6,12,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110540,4,1623531600,2021,6,12,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110541,4,1623533400,2021,6,12,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110542,4,1623582000,2021,6,13,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110543,4,1623583800,2021,6,13,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110544,4,1623585600,2021,6,13,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110545,4,1623587400,2021,6,13,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110546,4,1623589200,2021,6,13,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110547,4,1623591000,2021,6,13,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110548,4,1623592800,2021,6,13,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110549,4,1623594600,2021,6,13,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110550,4,1623607200,2021,6,13,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110551,4,1623609000,2021,6,13,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110552,4,1623610800,2021,6,13,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110553,4,1623612600,2021,6,13,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110554,4,1623614400,2021,6,13,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110555,4,1623616200,2021,6,13,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110556,4,1623618000,2021,6,13,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110557,4,1623619800,2021,6,13,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110558,4,1623668400,2021,6,14,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110559,4,1623670200,2021,6,14,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110560,4,1623672000,2021,6,14,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110561,4,1623673800,2021,6,14,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110562,4,1623675600,2021,6,14,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110563,4,1623677400,2021,6,14,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110564,4,1623679200,2021,6,14,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110565,4,1623693600,2021,6,14,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110566,4,1623695400,2021,6,14,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110567,4,1623697200,2021,6,14,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110568,4,1623699000,2021,6,14,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110569,4,1623700800,2021,6,14,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110570,4,1623702600,2021,6,14,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110571,4,1623704400,2021,6,14,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110572,4,1623706200,2021,6,14,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110573,4,1623754800,2021,6,15,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110574,4,1623756600,2021,6,15,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110575,4,1623758400,2021,6,15,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110576,4,1623760200,2021,6,15,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110577,4,1623762000,2021,6,15,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110578,4,1623763800,2021,6,15,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110579,4,1623765600,2021,6,15,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110580,4,1623780000,2021,6,15,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110581,4,1623781800,2021,6,15,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110582,4,1623783600,2021,6,15,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110583,4,1623785400,2021,6,15,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110584,4,1623787200,2021,6,15,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110585,4,1623789000,2021,6,15,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110586,4,1623790800,2021,6,15,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110587,4,1623792600,2021,6,15,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110588,4,1623841200,2021,6,16,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110589,4,1623843000,2021,6,16,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110590,4,1623844800,2021,6,16,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110591,4,1623846600,2021,6,16,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110592,4,1623848400,2021,6,16,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110593,4,1623850200,2021,6,16,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110594,4,1623852000,2021,6,16,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110595,4,1623866400,2021,6,16,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110596,4,1623868200,2021,6,16,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110597,4,1623870000,2021,6,16,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110598,4,1623871800,2021,6,16,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110599,4,1623873600,2021,6,16,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110600,4,1623875400,2021,6,16,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110601,4,1623877200,2021,6,16,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110602,4,1623879000,2021,6,16,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110603,4,1623927600,2021,6,17,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110604,4,1623929400,2021,6,17,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110605,4,1623931200,2021,6,17,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110606,4,1623933000,2021,6,17,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110607,4,1623934800,2021,6,17,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110608,4,1623936600,2021,6,17,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110609,4,1623938400,2021,6,17,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110610,4,1623952800,2021,6,17,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110611,4,1623954600,2021,6,17,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110612,4,1623956400,2021,6,17,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110613,4,1623958200,2021,6,17,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110614,4,1623960000,2021,6,17,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110615,4,1623961800,2021,6,17,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110616,4,1623963600,2021,6,17,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110617,4,1623965400,2021,6,17,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110618,4,1624014000,2021,6,18,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110619,4,1624015800,2021,6,18,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110620,4,1624017600,2021,6,18,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110621,4,1624019400,2021,6,18,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110622,4,1624021200,2021,6,18,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110623,4,1624023000,2021,6,18,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110624,4,1624024800,2021,6,18,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110625,4,1624039200,2021,6,18,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110626,4,1624041000,2021,6,18,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110627,4,1624042800,2021,6,18,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110628,4,1624044600,2021,6,18,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110629,4,1624046400,2021,6,18,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110630,4,1624048200,2021,6,18,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110631,4,1624050000,2021,6,18,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110632,4,1624051800,2021,6,18,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110633,4,1624100400,2021,6,19,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110634,4,1624102200,2021,6,19,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110635,4,1624104000,2021,6,19,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110636,4,1624105800,2021,6,19,6,14,30,'',0,99,99,0,0,'false','false',1568653357);
INSERT INTO `wpdl_booking_package_schedule` VALUES (110637,4,1624107600,2021,6,19,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110638,4,1624109400,2021,6,19,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110639,4,1624111200,2021,6,19,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110640,4,1624125600,2021,6,19,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110641,4,1624127400,2021,6,19,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110642,4,1624129200,2021,6,19,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110643,4,1624131000,2021,6,19,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110644,4,1624132800,2021,6,19,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110645,4,1624134600,2021,6,19,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110646,4,1624136400,2021,6,19,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110647,4,1624138200,2021,6,19,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110648,4,1624186800,2021,6,20,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110649,4,1624188600,2021,6,20,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110650,4,1624190400,2021,6,20,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110651,4,1624192200,2021,6,20,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110652,4,1624194000,2021,6,20,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110653,4,1624195800,2021,6,20,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110654,4,1624197600,2021,6,20,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110655,4,1624199400,2021,6,20,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110656,4,1624212000,2021,6,20,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110657,4,1624213800,2021,6,20,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110658,4,1624215600,2021,6,20,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110659,4,1624217400,2021,6,20,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110660,4,1624219200,2021,6,20,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110661,4,1624221000,2021,6,20,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110662,4,1624222800,2021,6,20,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110663,4,1624224600,2021,6,20,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110664,4,1624273200,2021,6,21,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110665,4,1624275000,2021,6,21,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110666,4,1624276800,2021,6,21,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110667,4,1624278600,2021,6,21,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110668,4,1624280400,2021,6,21,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110669,4,1624282200,2021,6,21,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110670,4,1624284000,2021,6,21,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110671,4,1624298400,2021,6,21,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110672,4,1624300200,2021,6,21,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110673,4,1624302000,2021,6,21,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110674,4,1624303800,2021,6,21,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110675,4,1624305600,2021,6,21,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110676,4,1624307400,2021,6,21,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110677,4,1624309200,2021,6,21,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110678,4,1624311000,2021,6,21,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110679,4,1624359600,2021,6,22,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110680,4,1624361400,2021,6,22,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110681,4,1624363200,2021,6,22,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110682,4,1624365000,2021,6,22,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110683,4,1624366800,2021,6,22,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110684,4,1624368600,2021,6,22,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110685,4,1624370400,2021,6,22,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110686,4,1624384800,2021,6,22,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110687,4,1624386600,2021,6,22,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110688,4,1624388400,2021,6,22,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110689,4,1624390200,2021,6,22,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110690,4,1624392000,2021,6,22,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110691,4,1624393800,2021,6,22,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110692,4,1624395600,2021,6,22,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110693,4,1624397400,2021,6,22,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110694,4,1624446000,2021,6,23,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110695,4,1624447800,2021,6,23,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110696,4,1624449600,2021,6,23,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110697,4,1624451400,2021,6,23,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110698,4,1624453200,2021,6,23,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110699,4,1624455000,2021,6,23,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110700,4,1624456800,2021,6,23,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110701,4,1624471200,2021,6,23,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110702,4,1624473000,2021,6,23,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110703,4,1624474800,2021,6,23,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110704,4,1624476600,2021,6,23,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110705,4,1624478400,2021,6,23,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110706,4,1624480200,2021,6,23,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110707,4,1624482000,2021,6,23,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110708,4,1624483800,2021,6,23,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110709,4,1624532400,2021,6,24,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110710,4,1624534200,2021,6,24,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110711,4,1624536000,2021,6,24,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110712,4,1624537800,2021,6,24,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110713,4,1624539600,2021,6,24,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110714,4,1624541400,2021,6,24,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110715,4,1624543200,2021,6,24,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110716,4,1624557600,2021,6,24,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110717,4,1624559400,2021,6,24,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110718,4,1624561200,2021,6,24,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110719,4,1624563000,2021,6,24,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110720,4,1624564800,2021,6,24,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110721,4,1624566600,2021,6,24,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110722,4,1624568400,2021,6,24,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110723,4,1624570200,2021,6,24,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110724,4,1624618800,2021,6,25,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110725,4,1624620600,2021,6,25,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110726,4,1624622400,2021,6,25,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110727,4,1624624200,2021,6,25,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110728,4,1624626000,2021,6,25,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110729,4,1624627800,2021,6,25,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110730,4,1624629600,2021,6,25,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110731,4,1624644000,2021,6,25,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110732,4,1624645800,2021,6,25,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110733,4,1624647600,2021,6,25,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110734,4,1624649400,2021,6,25,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110735,4,1624651200,2021,6,25,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110736,4,1624653000,2021,6,25,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110737,4,1624654800,2021,6,25,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110738,4,1624656600,2021,6,25,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110739,4,1624705200,2021,6,26,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110740,4,1624707000,2021,6,26,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110741,4,1624708800,2021,6,26,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110742,4,1624710600,2021,6,26,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110743,4,1624712400,2021,6,26,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110744,4,1624714200,2021,6,26,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110745,4,1624716000,2021,6,26,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110746,4,1624730400,2021,6,26,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110747,4,1624732200,2021,6,26,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110748,4,1624734000,2021,6,26,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110749,4,1624735800,2021,6,26,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110750,4,1624737600,2021,6,26,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110751,4,1624739400,2021,6,26,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110752,4,1624741200,2021,6,26,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110753,4,1624743000,2021,6,26,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110754,4,1624791600,2021,6,27,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110755,4,1624793400,2021,6,27,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110756,4,1624795200,2021,6,27,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110757,4,1624797000,2021,6,27,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110758,4,1624798800,2021,6,27,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110759,4,1624800600,2021,6,27,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110760,4,1624802400,2021,6,27,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110761,4,1624804200,2021,6,27,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110762,4,1624816800,2021,6,27,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110763,4,1624818600,2021,6,27,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110764,4,1624820400,2021,6,27,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110765,4,1624822200,2021,6,27,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110766,4,1624824000,2021,6,27,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110767,4,1624825800,2021,6,27,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110768,4,1624827600,2021,6,27,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110769,4,1624829400,2021,6,27,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110770,4,1624878000,2021,6,28,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110771,4,1624879800,2021,6,28,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110772,4,1624881600,2021,6,28,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110773,4,1624883400,2021,6,28,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110774,4,1624885200,2021,6,28,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110775,4,1624887000,2021,6,28,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110776,4,1624888800,2021,6,28,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110777,4,1624903200,2021,6,28,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110778,4,1624905000,2021,6,28,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110779,4,1624906800,2021,6,28,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110780,4,1624908600,2021,6,28,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110781,4,1624910400,2021,6,28,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110782,4,1624912200,2021,6,28,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110783,4,1624914000,2021,6,28,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110784,4,1624915800,2021,6,28,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110785,4,1624964400,2021,6,29,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110786,4,1624966200,2021,6,29,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110787,4,1624968000,2021,6,29,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110788,4,1624969800,2021,6,29,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110789,4,1624971600,2021,6,29,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110790,4,1624973400,2021,6,29,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110791,4,1624975200,2021,6,29,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110792,4,1624989600,2021,6,29,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110793,4,1624991400,2021,6,29,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110794,4,1624993200,2021,6,29,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110795,4,1624995000,2021,6,29,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110796,4,1624996800,2021,6,29,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110797,4,1624998600,2021,6,29,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110798,4,1625000400,2021,6,29,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110799,4,1625002200,2021,6,29,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110800,4,1625050800,2021,6,30,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110801,4,1625052600,2021,6,30,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110802,4,1625054400,2021,6,30,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110803,4,1625056200,2021,6,30,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110804,4,1625058000,2021,6,30,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110805,4,1625059800,2021,6,30,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110806,4,1625061600,2021,6,30,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110807,4,1625076000,2021,6,30,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110808,4,1625077800,2021,6,30,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110809,4,1625079600,2021,6,30,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110810,4,1625081400,2021,6,30,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110811,4,1625083200,2021,6,30,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110812,4,1625085000,2021,6,30,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110813,4,1625086800,2021,6,30,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110814,4,1625088600,2021,6,30,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110815,4,1625137200,2021,7,1,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110816,4,1625139000,2021,7,1,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110817,4,1625140800,2021,7,1,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110818,4,1625142600,2021,7,1,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110819,4,1625144400,2021,7,1,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110820,4,1625146200,2021,7,1,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110821,4,1625148000,2021,7,1,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110822,4,1625162400,2021,7,1,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110823,4,1625164200,2021,7,1,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110824,4,1625166000,2021,7,1,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110825,4,1625167800,2021,7,1,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110826,4,1625169600,2021,7,1,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110827,4,1625171400,2021,7,1,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110828,4,1625173200,2021,7,1,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110829,4,1625175000,2021,7,1,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110830,4,1625223600,2021,7,2,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110831,4,1625225400,2021,7,2,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110832,4,1625227200,2021,7,2,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110833,4,1625229000,2021,7,2,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110834,4,1625230800,2021,7,2,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110835,4,1625232600,2021,7,2,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110836,4,1625234400,2021,7,2,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110837,4,1625248800,2021,7,2,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110838,4,1625250600,2021,7,2,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110839,4,1625252400,2021,7,2,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110840,4,1625254200,2021,7,2,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110841,4,1625256000,2021,7,2,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110842,4,1625257800,2021,7,2,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110843,4,1625259600,2021,7,2,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110844,4,1625261400,2021,7,2,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110845,4,1625310000,2021,7,3,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110846,4,1625311800,2021,7,3,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110847,4,1625313600,2021,7,3,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110848,4,1625315400,2021,7,3,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110849,4,1625317200,2021,7,3,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110850,4,1625319000,2021,7,3,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110851,4,1625320800,2021,7,3,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110852,4,1625335200,2021,7,3,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110853,4,1625337000,2021,7,3,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110854,4,1625338800,2021,7,3,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110855,4,1625340600,2021,7,3,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110856,4,1625342400,2021,7,3,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110857,4,1625344200,2021,7,3,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110858,4,1625346000,2021,7,3,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110859,4,1625347800,2021,7,3,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110860,4,1625396400,2021,7,4,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110861,4,1625398200,2021,7,4,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110862,4,1625400000,2021,7,4,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110863,4,1625401800,2021,7,4,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110864,4,1625403600,2021,7,4,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110865,4,1625405400,2021,7,4,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110866,4,1625407200,2021,7,4,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110867,4,1625409000,2021,7,4,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110868,4,1625421600,2021,7,4,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110869,4,1625423400,2021,7,4,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110870,4,1625425200,2021,7,4,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110871,4,1625427000,2021,7,4,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110872,4,1625428800,2021,7,4,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110873,4,1625430600,2021,7,4,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110874,4,1625432400,2021,7,4,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110875,4,1625434200,2021,7,4,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110876,4,1625482800,2021,7,5,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110877,4,1625484600,2021,7,5,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110878,4,1625486400,2021,7,5,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110879,4,1625488200,2021,7,5,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110880,4,1625490000,2021,7,5,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110881,4,1625491800,2021,7,5,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110882,4,1625493600,2021,7,5,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110883,4,1625508000,2021,7,5,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110884,4,1625509800,2021,7,5,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110885,4,1625511600,2021,7,5,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110886,4,1625513400,2021,7,5,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110887,4,1625515200,2021,7,5,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110888,4,1625517000,2021,7,5,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110889,4,1625518800,2021,7,5,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110890,4,1625520600,2021,7,5,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110891,4,1625569200,2021,7,6,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110892,4,1625571000,2021,7,6,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110893,4,1625572800,2021,7,6,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(110894,4,1625574600,2021,7,6,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(110895,4,1625576400,2021,7,6,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(110896,4,1625578200,2021,7,6,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(110897,4,1625580000,2021,7,6,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(110898,4,1625594400,2021,7,6,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(110899,4,1625596200,2021,7,6,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(110900,4,1625598000,2021,7,6,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(110901,4,1625599800,2021,7,6,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(110902,4,1625601600,2021,7,6,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(110903,4,1625603400,2021,7,6,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(110904,4,1625605200,2021,7,6,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(110905,4,1625607000,2021,7,6,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(110906,4,1625655600,2021,7,7,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(110907,4,1625657400,2021,7,7,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(110908,4,1625659200,2021,7,7,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(110909,4,1625661000,2021,7,7,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(110910,4,1625662800,2021,7,7,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(110911,4,1625664600,2021,7,7,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(110912,4,1625666400,2021,7,7,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(110913,4,1625680800,2021,7,7,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(110914,4,1625682600,2021,7,7,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(110915,4,1625684400,2021,7,7,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(110916,4,1625686200,2021,7,7,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(110917,4,1625688000,2021,7,7,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(110918,4,1625689800,2021,7,7,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(110919,4,1625691600,2021,7,7,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(110920,4,1625693400,2021,7,7,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(110921,4,1625742000,2021,7,8,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(110922,4,1625743800,2021,7,8,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(110923,4,1625745600,2021,7,8,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(110924,4,1625747400,2021,7,8,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(110925,4,1625749200,2021,7,8,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(110926,4,1625751000,2021,7,8,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(110927,4,1625752800,2021,7,8,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(110928,4,1625767200,2021,7,8,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(110929,4,1625769000,2021,7,8,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(110930,4,1625770800,2021,7,8,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(110931,4,1625772600,2021,7,8,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(110932,4,1625774400,2021,7,8,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(110933,4,1625776200,2021,7,8,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(110934,4,1625778000,2021,7,8,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(110935,4,1625779800,2021,7,8,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(110936,4,1625828400,2021,7,9,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(110937,4,1625830200,2021,7,9,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(110938,4,1625832000,2021,7,9,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(110939,4,1625833800,2021,7,9,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(110940,4,1625835600,2021,7,9,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(110941,4,1625837400,2021,7,9,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(110942,4,1625839200,2021,7,9,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(110943,4,1625853600,2021,7,9,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(110944,4,1625855400,2021,7,9,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(110945,4,1625857200,2021,7,9,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(110946,4,1625859000,2021,7,9,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(110947,4,1625860800,2021,7,9,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(110948,4,1625862600,2021,7,9,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(110949,4,1625864400,2021,7,9,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(110950,4,1625866200,2021,7,9,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(110951,4,1625914800,2021,7,10,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(110952,4,1625916600,2021,7,10,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(110953,4,1625918400,2021,7,10,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(110954,4,1625920200,2021,7,10,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(110955,4,1625922000,2021,7,10,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(110956,4,1625923800,2021,7,10,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(110957,4,1625925600,2021,7,10,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(110958,4,1625940000,2021,7,10,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(110959,4,1625941800,2021,7,10,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(110960,4,1625943600,2021,7,10,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(110961,4,1625945400,2021,7,10,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(110962,4,1625947200,2021,7,10,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(110963,4,1625949000,2021,7,10,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(110964,4,1625950800,2021,7,10,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(110965,4,1625952600,2021,7,10,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(110966,4,1626001200,2021,7,11,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(110967,4,1626003000,2021,7,11,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(110968,4,1626004800,2021,7,11,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(110969,4,1626006600,2021,7,11,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(110970,4,1626008400,2021,7,11,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(110971,4,1626010200,2021,7,11,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(110972,4,1626012000,2021,7,11,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(110973,4,1626013800,2021,7,11,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(110974,4,1626026400,2021,7,11,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(110975,4,1626028200,2021,7,11,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(110976,4,1626030000,2021,7,11,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(110977,4,1626031800,2021,7,11,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(110978,4,1626033600,2021,7,11,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(110979,4,1626035400,2021,7,11,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(110980,4,1626037200,2021,7,11,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(110981,4,1626039000,2021,7,11,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(110982,4,1626087600,2021,7,12,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(110983,4,1626089400,2021,7,12,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(110984,4,1626091200,2021,7,12,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(110985,4,1626093000,2021,7,12,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(110986,4,1626094800,2021,7,12,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(110987,4,1626096600,2021,7,12,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(110988,4,1626098400,2021,7,12,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(110989,4,1626112800,2021,7,12,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(110990,4,1626114600,2021,7,12,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(110991,4,1626116400,2021,7,12,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(110992,4,1626118200,2021,7,12,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(110993,4,1626120000,2021,7,12,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(110994,4,1626121800,2021,7,12,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(110995,4,1626123600,2021,7,12,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(110996,4,1626125400,2021,7,12,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(110997,4,1626174000,2021,7,13,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(110998,4,1626175800,2021,7,13,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(110999,4,1626177600,2021,7,13,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111000,4,1626179400,2021,7,13,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111001,4,1626181200,2021,7,13,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111002,4,1626183000,2021,7,13,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111003,4,1626184800,2021,7,13,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111004,4,1626199200,2021,7,13,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111005,4,1626201000,2021,7,13,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111006,4,1626202800,2021,7,13,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111007,4,1626204600,2021,7,13,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111008,4,1626206400,2021,7,13,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111009,4,1626208200,2021,7,13,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111010,4,1626210000,2021,7,13,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111011,4,1626211800,2021,7,13,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111012,4,1626260400,2021,7,14,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111013,4,1626262200,2021,7,14,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111014,4,1626264000,2021,7,14,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111015,4,1626265800,2021,7,14,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111016,4,1626267600,2021,7,14,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111017,4,1626269400,2021,7,14,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111018,4,1626271200,2021,7,14,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111019,4,1626285600,2021,7,14,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111020,4,1626287400,2021,7,14,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111021,4,1626289200,2021,7,14,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111022,4,1626291000,2021,7,14,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111023,4,1626292800,2021,7,14,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111024,4,1626294600,2021,7,14,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111025,4,1626296400,2021,7,14,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111026,4,1626298200,2021,7,14,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111027,4,1626346800,2021,7,15,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111028,4,1626348600,2021,7,15,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111029,4,1626350400,2021,7,15,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111030,4,1626352200,2021,7,15,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111031,4,1626354000,2021,7,15,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111032,4,1626355800,2021,7,15,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111033,4,1626357600,2021,7,15,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111034,4,1626372000,2021,7,15,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111035,4,1626373800,2021,7,15,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111036,4,1626375600,2021,7,15,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111037,4,1626377400,2021,7,15,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111038,4,1626379200,2021,7,15,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111039,4,1626381000,2021,7,15,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111040,4,1626382800,2021,7,15,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111041,4,1626384600,2021,7,15,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111042,4,1626433200,2021,7,16,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111043,4,1626435000,2021,7,16,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111044,4,1626436800,2021,7,16,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111045,4,1626438600,2021,7,16,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111046,4,1626440400,2021,7,16,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111047,4,1626442200,2021,7,16,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111048,4,1626444000,2021,7,16,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111049,4,1626458400,2021,7,16,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111050,4,1626460200,2021,7,16,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111051,4,1626462000,2021,7,16,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111052,4,1626463800,2021,7,16,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111053,4,1626465600,2021,7,16,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111054,4,1626467400,2021,7,16,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111055,4,1626469200,2021,7,16,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111056,4,1626471000,2021,7,16,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111057,4,1626519600,2021,7,17,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111058,4,1626521400,2021,7,17,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111059,4,1626523200,2021,7,17,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111060,4,1626525000,2021,7,17,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111061,4,1626526800,2021,7,17,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111062,4,1626528600,2021,7,17,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111063,4,1626530400,2021,7,17,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111064,4,1626544800,2021,7,17,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111065,4,1626546600,2021,7,17,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111066,4,1626548400,2021,7,17,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111067,4,1626550200,2021,7,17,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111068,4,1626552000,2021,7,17,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111069,4,1626553800,2021,7,17,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111070,4,1626555600,2021,7,17,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111071,4,1626557400,2021,7,17,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111072,4,1626606000,2021,7,18,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111073,4,1626607800,2021,7,18,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111074,4,1626609600,2021,7,18,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111075,4,1626611400,2021,7,18,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111076,4,1626613200,2021,7,18,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111077,4,1626615000,2021,7,18,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111078,4,1626616800,2021,7,18,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111079,4,1626618600,2021,7,18,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111080,4,1626631200,2021,7,18,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111081,4,1626633000,2021,7,18,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111082,4,1626634800,2021,7,18,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111083,4,1626636600,2021,7,18,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111084,4,1626638400,2021,7,18,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111085,4,1626640200,2021,7,18,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111086,4,1626642000,2021,7,18,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111087,4,1626643800,2021,7,18,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111088,4,1626692400,2021,7,19,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111089,4,1626694200,2021,7,19,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111090,4,1626696000,2021,7,19,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111091,4,1626697800,2021,7,19,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111092,4,1626699600,2021,7,19,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111093,4,1626701400,2021,7,19,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111094,4,1626703200,2021,7,19,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111095,4,1626717600,2021,7,19,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111096,4,1626719400,2021,7,19,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111097,4,1626721200,2021,7,19,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111098,4,1626723000,2021,7,19,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111099,4,1626724800,2021,7,19,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111100,4,1626726600,2021,7,19,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111101,4,1626728400,2021,7,19,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111102,4,1626730200,2021,7,19,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111103,4,1626778800,2021,7,20,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111104,4,1626780600,2021,7,20,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111105,4,1626782400,2021,7,20,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111106,4,1626784200,2021,7,20,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111107,4,1626786000,2021,7,20,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111108,4,1626787800,2021,7,20,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111109,4,1626789600,2021,7,20,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111110,4,1626804000,2021,7,20,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111111,4,1626805800,2021,7,20,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111112,4,1626807600,2021,7,20,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111113,4,1626809400,2021,7,20,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111114,4,1626811200,2021,7,20,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111115,4,1626813000,2021,7,20,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111116,4,1626814800,2021,7,20,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111117,4,1626816600,2021,7,20,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111118,4,1626865200,2021,7,21,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111119,4,1626867000,2021,7,21,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111120,4,1626868800,2021,7,21,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111121,4,1626870600,2021,7,21,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111122,4,1626872400,2021,7,21,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111123,4,1626874200,2021,7,21,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111124,4,1626876000,2021,7,21,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111125,4,1626890400,2021,7,21,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111126,4,1626892200,2021,7,21,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111127,4,1626894000,2021,7,21,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111128,4,1626895800,2021,7,21,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111129,4,1626897600,2021,7,21,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111130,4,1626899400,2021,7,21,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111131,4,1626901200,2021,7,21,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111132,4,1626903000,2021,7,21,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111133,4,1626951600,2021,7,22,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111134,4,1626953400,2021,7,22,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111135,4,1626955200,2021,7,22,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111136,4,1626957000,2021,7,22,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111137,4,1626958800,2021,7,22,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111138,4,1626960600,2021,7,22,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111139,4,1626962400,2021,7,22,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111140,4,1626976800,2021,7,22,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111141,4,1626978600,2021,7,22,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111142,4,1626980400,2021,7,22,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111143,4,1626982200,2021,7,22,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111144,4,1626984000,2021,7,22,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111145,4,1626985800,2021,7,22,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111146,4,1626987600,2021,7,22,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111147,4,1626989400,2021,7,22,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111148,4,1627038000,2021,7,23,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111149,4,1627039800,2021,7,23,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111150,4,1627041600,2021,7,23,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111151,4,1627043400,2021,7,23,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111152,4,1627045200,2021,7,23,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111153,4,1627047000,2021,7,23,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111154,4,1627048800,2021,7,23,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111155,4,1627063200,2021,7,23,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111156,4,1627065000,2021,7,23,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111157,4,1627066800,2021,7,23,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111158,4,1627068600,2021,7,23,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111159,4,1627070400,2021,7,23,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111160,4,1627072200,2021,7,23,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111161,4,1627074000,2021,7,23,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111162,4,1627075800,2021,7,23,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111163,4,1627124400,2021,7,24,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111164,4,1627126200,2021,7,24,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111165,4,1627128000,2021,7,24,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111166,4,1627129800,2021,7,24,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111167,4,1627131600,2021,7,24,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111168,4,1627133400,2021,7,24,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111169,4,1627135200,2021,7,24,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111170,4,1627149600,2021,7,24,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111171,4,1627151400,2021,7,24,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111172,4,1627153200,2021,7,24,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111173,4,1627155000,2021,7,24,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111174,4,1627156800,2021,7,24,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111175,4,1627158600,2021,7,24,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111176,4,1627160400,2021,7,24,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111177,4,1627162200,2021,7,24,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111178,4,1627210800,2021,7,25,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111179,4,1627212600,2021,7,25,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111180,4,1627214400,2021,7,25,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111181,4,1627216200,2021,7,25,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111182,4,1627218000,2021,7,25,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111183,4,1627219800,2021,7,25,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111184,4,1627221600,2021,7,25,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111185,4,1627223400,2021,7,25,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111186,4,1627236000,2021,7,25,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111187,4,1627237800,2021,7,25,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111188,4,1627239600,2021,7,25,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111189,4,1627241400,2021,7,25,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111190,4,1627243200,2021,7,25,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111191,4,1627245000,2021,7,25,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111192,4,1627246800,2021,7,25,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111193,4,1627248600,2021,7,25,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111194,4,1627297200,2021,7,26,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111195,4,1627299000,2021,7,26,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111196,4,1627300800,2021,7,26,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111197,4,1627302600,2021,7,26,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111198,4,1627304400,2021,7,26,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111199,4,1627306200,2021,7,26,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111200,4,1627308000,2021,7,26,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111201,4,1627322400,2021,7,26,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111202,4,1627324200,2021,7,26,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111203,4,1627326000,2021,7,26,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111204,4,1627327800,2021,7,26,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111205,4,1627329600,2021,7,26,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111206,4,1627331400,2021,7,26,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111207,4,1627333200,2021,7,26,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111208,4,1627335000,2021,7,26,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111209,4,1627383600,2021,7,27,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111210,4,1627385400,2021,7,27,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111211,4,1627387200,2021,7,27,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111212,4,1627389000,2021,7,27,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111213,4,1627390800,2021,7,27,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111214,4,1627392600,2021,7,27,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111215,4,1627394400,2021,7,27,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111216,4,1627408800,2021,7,27,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111217,4,1627410600,2021,7,27,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111218,4,1627412400,2021,7,27,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111219,4,1627414200,2021,7,27,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111220,4,1627416000,2021,7,27,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111221,4,1627417800,2021,7,27,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111222,4,1627419600,2021,7,27,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111223,4,1627421400,2021,7,27,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111224,4,1627470000,2021,7,28,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111225,4,1627471800,2021,7,28,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111226,4,1627473600,2021,7,28,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111227,4,1627475400,2021,7,28,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111228,4,1627477200,2021,7,28,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111229,4,1627479000,2021,7,28,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111230,4,1627480800,2021,7,28,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111231,4,1627495200,2021,7,28,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111232,4,1627497000,2021,7,28,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111233,4,1627498800,2021,7,28,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111234,4,1627500600,2021,7,28,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111235,4,1627502400,2021,7,28,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111236,4,1627504200,2021,7,28,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111237,4,1627506000,2021,7,28,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111238,4,1627507800,2021,7,28,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111239,4,1627556400,2021,7,29,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111240,4,1627558200,2021,7,29,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111241,4,1627560000,2021,7,29,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111242,4,1627561800,2021,7,29,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111243,4,1627563600,2021,7,29,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111244,4,1627565400,2021,7,29,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111245,4,1627567200,2021,7,29,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111246,4,1627581600,2021,7,29,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111247,4,1627583400,2021,7,29,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111248,4,1627585200,2021,7,29,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111249,4,1627587000,2021,7,29,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111250,4,1627588800,2021,7,29,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111251,4,1627590600,2021,7,29,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111252,4,1627592400,2021,7,29,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111253,4,1627594200,2021,7,29,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111254,4,1627642800,2021,7,30,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111255,4,1627644600,2021,7,30,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111256,4,1627646400,2021,7,30,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111257,4,1627648200,2021,7,30,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111258,4,1627650000,2021,7,30,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111259,4,1627651800,2021,7,30,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111260,4,1627653600,2021,7,30,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111261,4,1627668000,2021,7,30,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111262,4,1627669800,2021,7,30,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111263,4,1627671600,2021,7,30,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111264,4,1627673400,2021,7,30,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111265,4,1627675200,2021,7,30,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111266,4,1627677000,2021,7,30,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111267,4,1627678800,2021,7,30,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111268,4,1627680600,2021,7,30,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111269,4,1627729200,2021,7,31,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111270,4,1627731000,2021,7,31,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111271,4,1627732800,2021,7,31,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111272,4,1627734600,2021,7,31,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111273,4,1627736400,2021,7,31,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111274,4,1627738200,2021,7,31,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111275,4,1627740000,2021,7,31,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111276,4,1627754400,2021,7,31,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111277,4,1627756200,2021,7,31,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111278,4,1627758000,2021,7,31,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111279,4,1627759800,2021,7,31,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111280,4,1627761600,2021,7,31,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111281,4,1627763400,2021,7,31,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111282,4,1627765200,2021,7,31,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111283,4,1627767000,2021,7,31,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111284,4,1627815600,2021,8,1,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111285,4,1627817400,2021,8,1,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111286,4,1627819200,2021,8,1,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111287,4,1627821000,2021,8,1,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111288,4,1627822800,2021,8,1,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111289,4,1627824600,2021,8,1,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111290,4,1627826400,2021,8,1,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111291,4,1627828200,2021,8,1,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111292,4,1627840800,2021,8,1,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111293,4,1627842600,2021,8,1,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111294,4,1627844400,2021,8,1,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111295,4,1627846200,2021,8,1,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111296,4,1627848000,2021,8,1,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111297,4,1627849800,2021,8,1,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111298,4,1627851600,2021,8,1,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111299,4,1627853400,2021,8,1,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111300,4,1627902000,2021,8,2,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111301,4,1627903800,2021,8,2,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111302,4,1627905600,2021,8,2,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111303,4,1627907400,2021,8,2,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111304,4,1627909200,2021,8,2,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111305,4,1627911000,2021,8,2,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111306,4,1627912800,2021,8,2,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111307,4,1627927200,2021,8,2,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111308,4,1627929000,2021,8,2,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111309,4,1627930800,2021,8,2,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111310,4,1627932600,2021,8,2,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111311,4,1627934400,2021,8,2,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111312,4,1627936200,2021,8,2,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111313,4,1627938000,2021,8,2,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111314,4,1627939800,2021,8,2,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111315,4,1627988400,2021,8,3,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111316,4,1627990200,2021,8,3,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111317,4,1627992000,2021,8,3,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111318,4,1627993800,2021,8,3,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111319,4,1627995600,2021,8,3,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111320,4,1627997400,2021,8,3,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111321,4,1627999200,2021,8,3,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111322,4,1628013600,2021,8,3,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111323,4,1628015400,2021,8,3,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111324,4,1628017200,2021,8,3,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111325,4,1628019000,2021,8,3,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111326,4,1628020800,2021,8,3,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111327,4,1628022600,2021,8,3,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111328,4,1628024400,2021,8,3,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111329,4,1628026200,2021,8,3,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111330,4,1628074800,2021,8,4,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111331,4,1628076600,2021,8,4,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111332,4,1628078400,2021,8,4,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111333,4,1628080200,2021,8,4,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111334,4,1628082000,2021,8,4,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111335,4,1628083800,2021,8,4,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111336,4,1628085600,2021,8,4,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111337,4,1628100000,2021,8,4,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111338,4,1628101800,2021,8,4,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111339,4,1628103600,2021,8,4,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111340,4,1628105400,2021,8,4,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111341,4,1628107200,2021,8,4,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111342,4,1628109000,2021,8,4,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111343,4,1628110800,2021,8,4,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111344,4,1628112600,2021,8,4,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111345,4,1628161200,2021,8,5,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111346,4,1628163000,2021,8,5,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111347,4,1628164800,2021,8,5,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111348,4,1628166600,2021,8,5,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111349,4,1628168400,2021,8,5,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111350,4,1628170200,2021,8,5,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111351,4,1628172000,2021,8,5,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111352,4,1628186400,2021,8,5,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111353,4,1628188200,2021,8,5,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111354,4,1628190000,2021,8,5,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111355,4,1628191800,2021,8,5,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111356,4,1628193600,2021,8,5,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111357,4,1628195400,2021,8,5,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111358,4,1628197200,2021,8,5,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111359,4,1628199000,2021,8,5,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111360,4,1628247600,2021,8,6,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111361,4,1628249400,2021,8,6,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111362,4,1628251200,2021,8,6,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111363,4,1628253000,2021,8,6,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111364,4,1628254800,2021,8,6,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111365,4,1628256600,2021,8,6,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111366,4,1628258400,2021,8,6,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111367,4,1628272800,2021,8,6,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111368,4,1628274600,2021,8,6,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111369,4,1628276400,2021,8,6,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111370,4,1628278200,2021,8,6,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111371,4,1628280000,2021,8,6,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111372,4,1628281800,2021,8,6,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111373,4,1628283600,2021,8,6,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111374,4,1628285400,2021,8,6,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111375,4,1628334000,2021,8,7,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111376,4,1628335800,2021,8,7,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111377,4,1628337600,2021,8,7,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111378,4,1628339400,2021,8,7,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111379,4,1628341200,2021,8,7,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111380,4,1628343000,2021,8,7,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111381,4,1628344800,2021,8,7,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111382,4,1628359200,2021,8,7,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111383,4,1628361000,2021,8,7,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111384,4,1628362800,2021,8,7,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111385,4,1628364600,2021,8,7,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111386,4,1628366400,2021,8,7,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111387,4,1628368200,2021,8,7,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111388,4,1628370000,2021,8,7,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111389,4,1628371800,2021,8,7,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111390,4,1628420400,2021,8,8,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111391,4,1628422200,2021,8,8,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111392,4,1628424000,2021,8,8,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111393,4,1628425800,2021,8,8,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111394,4,1628427600,2021,8,8,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111395,4,1628429400,2021,8,8,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111396,4,1628431200,2021,8,8,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111397,4,1628433000,2021,8,8,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111398,4,1628445600,2021,8,8,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111399,4,1628447400,2021,8,8,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111400,4,1628449200,2021,8,8,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111401,4,1628451000,2021,8,8,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111402,4,1628452800,2021,8,8,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111403,4,1628454600,2021,8,8,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111404,4,1628456400,2021,8,8,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111405,4,1628458200,2021,8,8,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111406,4,1628506800,2021,8,9,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111407,4,1628508600,2021,8,9,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111408,4,1628510400,2021,8,9,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111409,4,1628512200,2021,8,9,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111410,4,1628514000,2021,8,9,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111411,4,1628515800,2021,8,9,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111412,4,1628517600,2021,8,9,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111413,4,1628532000,2021,8,9,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111414,4,1628533800,2021,8,9,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111415,4,1628535600,2021,8,9,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111416,4,1628537400,2021,8,9,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111417,4,1628539200,2021,8,9,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111418,4,1628541000,2021,8,9,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111419,4,1628542800,2021,8,9,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111420,4,1628544600,2021,8,9,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111421,4,1628593200,2021,8,10,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111422,4,1628595000,2021,8,10,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111423,4,1628596800,2021,8,10,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111424,4,1628598600,2021,8,10,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111425,4,1628600400,2021,8,10,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111426,4,1628602200,2021,8,10,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111427,4,1628604000,2021,8,10,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111428,4,1628618400,2021,8,10,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111429,4,1628620200,2021,8,10,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111430,4,1628622000,2021,8,10,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111431,4,1628623800,2021,8,10,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111432,4,1628625600,2021,8,10,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111433,4,1628627400,2021,8,10,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111434,4,1628629200,2021,8,10,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111435,4,1628631000,2021,8,10,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111436,4,1628679600,2021,8,11,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111437,4,1628681400,2021,8,11,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111438,4,1628683200,2021,8,11,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111439,4,1628685000,2021,8,11,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111440,4,1628686800,2021,8,11,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111441,4,1628688600,2021,8,11,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111442,4,1628690400,2021,8,11,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111443,4,1628704800,2021,8,11,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111444,4,1628706600,2021,8,11,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111445,4,1628708400,2021,8,11,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111446,4,1628710200,2021,8,11,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111447,4,1628712000,2021,8,11,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111448,4,1628713800,2021,8,11,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111449,4,1628715600,2021,8,11,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111450,4,1628717400,2021,8,11,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111451,4,1628766000,2021,8,12,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111452,4,1628767800,2021,8,12,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111453,4,1628769600,2021,8,12,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111454,4,1628771400,2021,8,12,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111455,4,1628773200,2021,8,12,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111456,4,1628775000,2021,8,12,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111457,4,1628776800,2021,8,12,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111458,4,1628791200,2021,8,12,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111459,4,1628793000,2021,8,12,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111460,4,1628794800,2021,8,12,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111461,4,1628796600,2021,8,12,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111462,4,1628798400,2021,8,12,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111463,4,1628800200,2021,8,12,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111464,4,1628802000,2021,8,12,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111465,4,1628803800,2021,8,12,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111466,4,1628852400,2021,8,13,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111467,4,1628854200,2021,8,13,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111468,4,1628856000,2021,8,13,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111469,4,1628857800,2021,8,13,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111470,4,1628859600,2021,8,13,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111471,4,1628861400,2021,8,13,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111472,4,1628863200,2021,8,13,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111473,4,1628877600,2021,8,13,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111474,4,1628879400,2021,8,13,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111475,4,1628881200,2021,8,13,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111476,4,1628883000,2021,8,13,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111477,4,1628884800,2021,8,13,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111478,4,1628886600,2021,8,13,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111479,4,1628888400,2021,8,13,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111480,4,1628890200,2021,8,13,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111481,4,1628938800,2021,8,14,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111482,4,1628940600,2021,8,14,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111483,4,1628942400,2021,8,14,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111484,4,1628944200,2021,8,14,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111485,4,1628946000,2021,8,14,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111486,4,1628947800,2021,8,14,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111487,4,1628949600,2021,8,14,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111488,4,1628964000,2021,8,14,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111489,4,1628965800,2021,8,14,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111490,4,1628967600,2021,8,14,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111491,4,1628969400,2021,8,14,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111492,4,1628971200,2021,8,14,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111493,4,1628973000,2021,8,14,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111494,4,1628974800,2021,8,14,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111495,4,1628976600,2021,8,14,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111496,4,1629025200,2021,8,15,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111497,4,1629027000,2021,8,15,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111498,4,1629028800,2021,8,15,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111499,4,1629030600,2021,8,15,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111500,4,1629032400,2021,8,15,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111501,4,1629034200,2021,8,15,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111502,4,1629036000,2021,8,15,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111503,4,1629037800,2021,8,15,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111504,4,1629050400,2021,8,15,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111505,4,1629052200,2021,8,15,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111506,4,1629054000,2021,8,15,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111507,4,1629055800,2021,8,15,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111508,4,1629057600,2021,8,15,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111509,4,1629059400,2021,8,15,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111510,4,1629061200,2021,8,15,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111511,4,1629063000,2021,8,15,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111512,4,1629111600,2021,8,16,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111513,4,1629113400,2021,8,16,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111514,4,1629115200,2021,8,16,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111515,4,1629117000,2021,8,16,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111516,4,1629118800,2021,8,16,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111517,4,1629120600,2021,8,16,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111518,4,1629122400,2021,8,16,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111519,4,1629136800,2021,8,16,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111520,4,1629138600,2021,8,16,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111521,4,1629140400,2021,8,16,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111522,4,1629142200,2021,8,16,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111523,4,1629144000,2021,8,16,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111524,4,1629145800,2021,8,16,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111525,4,1629147600,2021,8,16,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111526,4,1629149400,2021,8,16,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111527,4,1629198000,2021,8,17,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111528,4,1629199800,2021,8,17,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111529,4,1629201600,2021,8,17,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111530,4,1629203400,2021,8,17,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111531,4,1629205200,2021,8,17,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111532,4,1629207000,2021,8,17,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111533,4,1629208800,2021,8,17,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111534,4,1629223200,2021,8,17,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111535,4,1629225000,2021,8,17,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111536,4,1629226800,2021,8,17,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111537,4,1629228600,2021,8,17,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111538,4,1629230400,2021,8,17,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111539,4,1629232200,2021,8,17,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111540,4,1629234000,2021,8,17,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111541,4,1629235800,2021,8,17,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111542,4,1629284400,2021,8,18,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111543,4,1629286200,2021,8,18,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111544,4,1629288000,2021,8,18,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111545,4,1629289800,2021,8,18,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111546,4,1629291600,2021,8,18,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111547,4,1629293400,2021,8,18,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111548,4,1629295200,2021,8,18,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111549,4,1629309600,2021,8,18,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111550,4,1629311400,2021,8,18,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111551,4,1629313200,2021,8,18,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111552,4,1629315000,2021,8,18,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111553,4,1629316800,2021,8,18,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111554,4,1629318600,2021,8,18,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111555,4,1629320400,2021,8,18,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111556,4,1629322200,2021,8,18,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111557,4,1629370800,2021,8,19,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111558,4,1629372600,2021,8,19,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111559,4,1629374400,2021,8,19,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111560,4,1629376200,2021,8,19,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111561,4,1629378000,2021,8,19,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111562,4,1629379800,2021,8,19,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111563,4,1629381600,2021,8,19,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111564,4,1629396000,2021,8,19,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111565,4,1629397800,2021,8,19,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111566,4,1629399600,2021,8,19,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111567,4,1629401400,2021,8,19,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111568,4,1629403200,2021,8,19,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111569,4,1629405000,2021,8,19,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111570,4,1629406800,2021,8,19,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111571,4,1629408600,2021,8,19,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111572,4,1629457200,2021,8,20,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111573,4,1629459000,2021,8,20,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111574,4,1629460800,2021,8,20,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111575,4,1629462600,2021,8,20,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111576,4,1629464400,2021,8,20,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111577,4,1629466200,2021,8,20,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111578,4,1629468000,2021,8,20,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111579,4,1629482400,2021,8,20,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111580,4,1629484200,2021,8,20,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111581,4,1629486000,2021,8,20,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111582,4,1629487800,2021,8,20,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111583,4,1629489600,2021,8,20,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111584,4,1629491400,2021,8,20,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111585,4,1629493200,2021,8,20,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111586,4,1629495000,2021,8,20,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111587,4,1629543600,2021,8,21,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111588,4,1629545400,2021,8,21,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111589,4,1629547200,2021,8,21,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111590,4,1629549000,2021,8,21,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111591,4,1629550800,2021,8,21,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111592,4,1629552600,2021,8,21,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111593,4,1629554400,2021,8,21,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111594,4,1629568800,2021,8,21,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111595,4,1629570600,2021,8,21,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111596,4,1629572400,2021,8,21,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111597,4,1629574200,2021,8,21,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111598,4,1629576000,2021,8,21,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111599,4,1629577800,2021,8,21,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111600,4,1629579600,2021,8,21,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111601,4,1629581400,2021,8,21,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111602,4,1629630000,2021,8,22,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111603,4,1629631800,2021,8,22,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111604,4,1629633600,2021,8,22,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111605,4,1629635400,2021,8,22,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111606,4,1629637200,2021,8,22,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111607,4,1629639000,2021,8,22,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111608,4,1629640800,2021,8,22,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111609,4,1629642600,2021,8,22,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111610,4,1629655200,2021,8,22,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111611,4,1629657000,2021,8,22,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111612,4,1629658800,2021,8,22,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111613,4,1629660600,2021,8,22,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111614,4,1629662400,2021,8,22,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111615,4,1629664200,2021,8,22,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111616,4,1629666000,2021,8,22,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111617,4,1629667800,2021,8,22,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111618,4,1629716400,2021,8,23,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111619,4,1629718200,2021,8,23,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111620,4,1629720000,2021,8,23,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111621,4,1629721800,2021,8,23,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111622,4,1629723600,2021,8,23,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111623,4,1629725400,2021,8,23,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111624,4,1629727200,2021,8,23,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111625,4,1629741600,2021,8,23,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111626,4,1629743400,2021,8,23,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111627,4,1629745200,2021,8,23,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111628,4,1629747000,2021,8,23,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111629,4,1629748800,2021,8,23,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111630,4,1629750600,2021,8,23,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111631,4,1629752400,2021,8,23,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111632,4,1629754200,2021,8,23,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111633,4,1629802800,2021,8,24,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111634,4,1629804600,2021,8,24,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111635,4,1629806400,2021,8,24,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111636,4,1629808200,2021,8,24,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111637,4,1629810000,2021,8,24,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111638,4,1629811800,2021,8,24,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111639,4,1629813600,2021,8,24,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111640,4,1629828000,2021,8,24,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111641,4,1629829800,2021,8,24,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111642,4,1629831600,2021,8,24,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111643,4,1629833400,2021,8,24,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111644,4,1629835200,2021,8,24,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111645,4,1629837000,2021,8,24,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111646,4,1629838800,2021,8,24,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111647,4,1629840600,2021,8,24,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111648,4,1629889200,2021,8,25,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111649,4,1629891000,2021,8,25,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111650,4,1629892800,2021,8,25,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111651,4,1629894600,2021,8,25,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111652,4,1629896400,2021,8,25,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111653,4,1629898200,2021,8,25,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111654,4,1629900000,2021,8,25,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111655,4,1629914400,2021,8,25,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111656,4,1629916200,2021,8,25,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111657,4,1629918000,2021,8,25,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111658,4,1629919800,2021,8,25,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111659,4,1629921600,2021,8,25,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111660,4,1629923400,2021,8,25,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111661,4,1629925200,2021,8,25,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111662,4,1629927000,2021,8,25,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111663,4,1629975600,2021,8,26,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111664,4,1629977400,2021,8,26,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111665,4,1629979200,2021,8,26,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111666,4,1629981000,2021,8,26,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111667,4,1629982800,2021,8,26,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111668,4,1629984600,2021,8,26,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111669,4,1629986400,2021,8,26,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111670,4,1630000800,2021,8,26,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111671,4,1630002600,2021,8,26,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111672,4,1630004400,2021,8,26,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111673,4,1630006200,2021,8,26,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111674,4,1630008000,2021,8,26,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111675,4,1630009800,2021,8,26,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111676,4,1630011600,2021,8,26,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111677,4,1630013400,2021,8,26,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111678,4,1630062000,2021,8,27,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111679,4,1630063800,2021,8,27,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111680,4,1630065600,2021,8,27,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111681,4,1630067400,2021,8,27,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111682,4,1630069200,2021,8,27,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111683,4,1630071000,2021,8,27,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111684,4,1630072800,2021,8,27,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111685,4,1630087200,2021,8,27,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111686,4,1630089000,2021,8,27,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111687,4,1630090800,2021,8,27,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111688,4,1630092600,2021,8,27,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111689,4,1630094400,2021,8,27,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111690,4,1630096200,2021,8,27,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111691,4,1630098000,2021,8,27,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111692,4,1630099800,2021,8,27,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111693,4,1630148400,2021,8,28,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111694,4,1630150200,2021,8,28,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111695,4,1630152000,2021,8,28,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111696,4,1630153800,2021,8,28,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111697,4,1630155600,2021,8,28,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111698,4,1630157400,2021,8,28,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111699,4,1630159200,2021,8,28,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111700,4,1630173600,2021,8,28,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111701,4,1630175400,2021,8,28,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111702,4,1630177200,2021,8,28,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111703,4,1630179000,2021,8,28,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111704,4,1630180800,2021,8,28,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111705,4,1630182600,2021,8,28,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111706,4,1630184400,2021,8,28,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111707,4,1630186200,2021,8,28,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111708,4,1630234800,2021,8,29,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111709,4,1630236600,2021,8,29,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111710,4,1630238400,2021,8,29,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111711,4,1630240200,2021,8,29,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111712,4,1630242000,2021,8,29,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111713,4,1630243800,2021,8,29,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111714,4,1630245600,2021,8,29,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111715,4,1630247400,2021,8,29,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111716,4,1630260000,2021,8,29,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111717,4,1630261800,2021,8,29,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111718,4,1630263600,2021,8,29,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111719,4,1630265400,2021,8,29,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111720,4,1630267200,2021,8,29,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111721,4,1630269000,2021,8,29,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111722,4,1630270800,2021,8,29,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111723,4,1630272600,2021,8,29,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111724,4,1630321200,2021,8,30,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111725,4,1630323000,2021,8,30,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111726,4,1630324800,2021,8,30,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111727,4,1630326600,2021,8,30,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111728,4,1630328400,2021,8,30,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111729,4,1630330200,2021,8,30,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111730,4,1630332000,2021,8,30,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111731,4,1630346400,2021,8,30,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111732,4,1630348200,2021,8,30,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111733,4,1630350000,2021,8,30,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111734,4,1630351800,2021,8,30,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111735,4,1630353600,2021,8,30,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111736,4,1630355400,2021,8,30,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111737,4,1630357200,2021,8,30,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111738,4,1630359000,2021,8,30,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111739,4,1630407600,2021,8,31,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111740,4,1630409400,2021,8,31,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111741,4,1630411200,2021,8,31,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111742,4,1630413000,2021,8,31,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111743,4,1630414800,2021,8,31,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111744,4,1630416600,2021,8,31,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111745,4,1630418400,2021,8,31,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111746,4,1630432800,2021,8,31,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111747,4,1630434600,2021,8,31,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111748,4,1630436400,2021,8,31,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111749,4,1630438200,2021,8,31,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111750,4,1630440000,2021,8,31,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111751,4,1630441800,2021,8,31,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111752,4,1630443600,2021,8,31,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111753,4,1630445400,2021,8,31,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111754,4,1630494000,2021,9,1,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111755,4,1630495800,2021,9,1,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111756,4,1630497600,2021,9,1,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111757,4,1630499400,2021,9,1,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111758,4,1630501200,2021,9,1,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111759,4,1630503000,2021,9,1,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111760,4,1630504800,2021,9,1,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111761,4,1630519200,2021,9,1,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111762,4,1630521000,2021,9,1,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111763,4,1630522800,2021,9,1,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111764,4,1630524600,2021,9,1,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111765,4,1630526400,2021,9,1,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111766,4,1630528200,2021,9,1,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111767,4,1630530000,2021,9,1,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111768,4,1630531800,2021,9,1,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111769,4,1630580400,2021,9,2,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111770,4,1630582200,2021,9,2,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111771,4,1630584000,2021,9,2,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111772,4,1630585800,2021,9,2,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111773,4,1630587600,2021,9,2,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111774,4,1630589400,2021,9,2,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111775,4,1630591200,2021,9,2,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111776,4,1630605600,2021,9,2,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111777,4,1630607400,2021,9,2,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111778,4,1630609200,2021,9,2,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111779,4,1630611000,2021,9,2,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111780,4,1630612800,2021,9,2,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111781,4,1630614600,2021,9,2,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111782,4,1630616400,2021,9,2,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111783,4,1630618200,2021,9,2,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111784,4,1630666800,2021,9,3,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111785,4,1630668600,2021,9,3,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111786,4,1630670400,2021,9,3,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111787,4,1630672200,2021,9,3,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111788,4,1630674000,2021,9,3,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111789,4,1630675800,2021,9,3,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111790,4,1630677600,2021,9,3,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111791,4,1630692000,2021,9,3,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111792,4,1630693800,2021,9,3,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111793,4,1630695600,2021,9,3,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111794,4,1630697400,2021,9,3,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111795,4,1630699200,2021,9,3,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111796,4,1630701000,2021,9,3,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111797,4,1630702800,2021,9,3,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111798,4,1630704600,2021,9,3,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111799,4,1630753200,2021,9,4,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111800,4,1630755000,2021,9,4,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111801,4,1630756800,2021,9,4,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111802,4,1630758600,2021,9,4,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111803,4,1630760400,2021,9,4,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111804,4,1630762200,2021,9,4,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111805,4,1630764000,2021,9,4,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111806,4,1630778400,2021,9,4,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111807,4,1630780200,2021,9,4,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111808,4,1630782000,2021,9,4,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111809,4,1630783800,2021,9,4,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111810,4,1630785600,2021,9,4,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111811,4,1630787400,2021,9,4,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111812,4,1630789200,2021,9,4,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111813,4,1630791000,2021,9,4,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111814,4,1630839600,2021,9,5,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111815,4,1630841400,2021,9,5,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111816,4,1630843200,2021,9,5,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111817,4,1630845000,2021,9,5,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111818,4,1630846800,2021,9,5,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111819,4,1630848600,2021,9,5,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111820,4,1630850400,2021,9,5,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111821,4,1630852200,2021,9,5,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111822,4,1630864800,2021,9,5,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111823,4,1630866600,2021,9,5,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111824,4,1630868400,2021,9,5,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111825,4,1630870200,2021,9,5,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111826,4,1630872000,2021,9,5,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111827,4,1630873800,2021,9,5,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111828,4,1630875600,2021,9,5,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111829,4,1630877400,2021,9,5,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111830,4,1630926000,2021,9,6,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111831,4,1630927800,2021,9,6,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111832,4,1630929600,2021,9,6,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111833,4,1630931400,2021,9,6,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111834,4,1630933200,2021,9,6,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111835,4,1630935000,2021,9,6,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111836,4,1630936800,2021,9,6,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111837,4,1630951200,2021,9,6,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111838,4,1630953000,2021,9,6,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111839,4,1630954800,2021,9,6,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111840,4,1630956600,2021,9,6,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111841,4,1630958400,2021,9,6,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111842,4,1630960200,2021,9,6,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111843,4,1630962000,2021,9,6,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111844,4,1630963800,2021,9,6,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111845,4,1631012400,2021,9,7,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111846,4,1631014200,2021,9,7,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111847,4,1631016000,2021,9,7,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111848,4,1631017800,2021,9,7,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111849,4,1631019600,2021,9,7,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111850,4,1631021400,2021,9,7,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111851,4,1631023200,2021,9,7,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111852,4,1631037600,2021,9,7,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111853,4,1631039400,2021,9,7,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111854,4,1631041200,2021,9,7,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111855,4,1631043000,2021,9,7,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111856,4,1631044800,2021,9,7,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111857,4,1631046600,2021,9,7,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111858,4,1631048400,2021,9,7,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111859,4,1631050200,2021,9,7,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111860,4,1631098800,2021,9,8,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111861,4,1631100600,2021,9,8,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111862,4,1631102400,2021,9,8,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111863,4,1631104200,2021,9,8,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111864,4,1631106000,2021,9,8,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111865,4,1631107800,2021,9,8,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111866,4,1631109600,2021,9,8,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111867,4,1631124000,2021,9,8,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111868,4,1631125800,2021,9,8,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111869,4,1631127600,2021,9,8,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111870,4,1631129400,2021,9,8,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111871,4,1631131200,2021,9,8,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111872,4,1631133000,2021,9,8,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111873,4,1631134800,2021,9,8,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111874,4,1631136600,2021,9,8,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111875,4,1631185200,2021,9,9,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111876,4,1631187000,2021,9,9,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111877,4,1631188800,2021,9,9,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111878,4,1631190600,2021,9,9,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111879,4,1631192400,2021,9,9,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111880,4,1631194200,2021,9,9,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111881,4,1631196000,2021,9,9,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111882,4,1631210400,2021,9,9,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111883,4,1631212200,2021,9,9,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111884,4,1631214000,2021,9,9,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111885,4,1631215800,2021,9,9,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111886,4,1631217600,2021,9,9,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111887,4,1631219400,2021,9,9,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111888,4,1631221200,2021,9,9,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111889,4,1631223000,2021,9,9,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111890,4,1631271600,2021,9,10,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111891,4,1631273400,2021,9,10,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111892,4,1631275200,2021,9,10,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111893,4,1631277000,2021,9,10,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(111894,4,1631278800,2021,9,10,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(111895,4,1631280600,2021,9,10,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(111896,4,1631282400,2021,9,10,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(111897,4,1631296800,2021,9,10,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(111898,4,1631298600,2021,9,10,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(111899,4,1631300400,2021,9,10,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(111900,4,1631302200,2021,9,10,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(111901,4,1631304000,2021,9,10,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(111902,4,1631305800,2021,9,10,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(111903,4,1631307600,2021,9,10,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(111904,4,1631309400,2021,9,10,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(111905,4,1631358000,2021,9,11,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(111906,4,1631359800,2021,9,11,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(111907,4,1631361600,2021,9,11,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(111908,4,1631363400,2021,9,11,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(111909,4,1631365200,2021,9,11,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(111910,4,1631367000,2021,9,11,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(111911,4,1631368800,2021,9,11,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(111912,4,1631383200,2021,9,11,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(111913,4,1631385000,2021,9,11,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(111914,4,1631386800,2021,9,11,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(111915,4,1631388600,2021,9,11,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(111916,4,1631390400,2021,9,11,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(111917,4,1631392200,2021,9,11,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(111918,4,1631394000,2021,9,11,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(111919,4,1631395800,2021,9,11,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(111920,4,1631444400,2021,9,12,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(111921,4,1631446200,2021,9,12,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(111922,4,1631448000,2021,9,12,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(111923,4,1631449800,2021,9,12,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(111924,4,1631451600,2021,9,12,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(111925,4,1631453400,2021,9,12,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(111926,4,1631455200,2021,9,12,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(111927,4,1631457000,2021,9,12,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(111928,4,1631469600,2021,9,12,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(111929,4,1631471400,2021,9,12,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(111930,4,1631473200,2021,9,12,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(111931,4,1631475000,2021,9,12,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(111932,4,1631476800,2021,9,12,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(111933,4,1631478600,2021,9,12,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(111934,4,1631480400,2021,9,12,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(111935,4,1631482200,2021,9,12,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(111936,4,1631530800,2021,9,13,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(111937,4,1631532600,2021,9,13,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(111938,4,1631534400,2021,9,13,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(111939,4,1631536200,2021,9,13,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(111940,4,1631538000,2021,9,13,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(111941,4,1631539800,2021,9,13,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(111942,4,1631541600,2021,9,13,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(111943,4,1631556000,2021,9,13,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(111944,4,1631557800,2021,9,13,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(111945,4,1631559600,2021,9,13,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(111946,4,1631561400,2021,9,13,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(111947,4,1631563200,2021,9,13,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(111948,4,1631565000,2021,9,13,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(111949,4,1631566800,2021,9,13,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(111950,4,1631568600,2021,9,13,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(111951,4,1631617200,2021,9,14,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(111952,4,1631619000,2021,9,14,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(111953,4,1631620800,2021,9,14,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(111954,4,1631622600,2021,9,14,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(111955,4,1631624400,2021,9,14,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(111956,4,1631626200,2021,9,14,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(111957,4,1631628000,2021,9,14,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(111958,4,1631642400,2021,9,14,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(111959,4,1631644200,2021,9,14,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(111960,4,1631646000,2021,9,14,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(111961,4,1631647800,2021,9,14,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(111962,4,1631649600,2021,9,14,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(111963,4,1631651400,2021,9,14,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(111964,4,1631653200,2021,9,14,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(111965,4,1631655000,2021,9,14,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(111966,4,1631703600,2021,9,15,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(111967,4,1631705400,2021,9,15,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(111968,4,1631707200,2021,9,15,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(111969,4,1631709000,2021,9,15,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(111970,4,1631710800,2021,9,15,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(111971,4,1631712600,2021,9,15,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(111972,4,1631714400,2021,9,15,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(111973,4,1631728800,2021,9,15,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(111974,4,1631730600,2021,9,15,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(111975,4,1631732400,2021,9,15,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(111976,4,1631734200,2021,9,15,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(111977,4,1631736000,2021,9,15,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(111978,4,1631737800,2021,9,15,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(111979,4,1631739600,2021,9,15,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(111980,4,1631741400,2021,9,15,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(111981,4,1631790000,2021,9,16,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(111982,4,1631791800,2021,9,16,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(111983,4,1631793600,2021,9,16,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(111984,4,1631795400,2021,9,16,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(111985,4,1631797200,2021,9,16,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(111986,4,1631799000,2021,9,16,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(111987,4,1631800800,2021,9,16,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(111988,4,1631815200,2021,9,16,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(111989,4,1631817000,2021,9,16,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(111990,4,1631818800,2021,9,16,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(111991,4,1631820600,2021,9,16,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(111992,4,1631822400,2021,9,16,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(111993,4,1631824200,2021,9,16,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(111994,4,1631826000,2021,9,16,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(111995,4,1631827800,2021,9,16,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(111996,4,1631876400,2021,9,17,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(111997,4,1631878200,2021,9,17,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(111998,4,1631880000,2021,9,17,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(111999,4,1631881800,2021,9,17,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112000,4,1631883600,2021,9,17,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112001,4,1631885400,2021,9,17,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112002,4,1631887200,2021,9,17,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112003,4,1631901600,2021,9,17,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112004,4,1631903400,2021,9,17,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112005,4,1631905200,2021,9,17,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112006,4,1631907000,2021,9,17,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112007,4,1631908800,2021,9,17,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112008,4,1631910600,2021,9,17,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112009,4,1631912400,2021,9,17,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112010,4,1631914200,2021,9,17,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112011,4,1631962800,2021,9,18,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112012,4,1631964600,2021,9,18,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112013,4,1631966400,2021,9,18,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112014,4,1631968200,2021,9,18,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112015,4,1631970000,2021,9,18,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112016,4,1631971800,2021,9,18,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112017,4,1631973600,2021,9,18,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112018,4,1631988000,2021,9,18,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112019,4,1631989800,2021,9,18,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112020,4,1631991600,2021,9,18,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112021,4,1631993400,2021,9,18,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112022,4,1631995200,2021,9,18,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112023,4,1631997000,2021,9,18,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112024,4,1631998800,2021,9,18,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112025,4,1632000600,2021,9,18,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112026,4,1632049200,2021,9,19,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112027,4,1632051000,2021,9,19,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112028,4,1632052800,2021,9,19,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112029,4,1632054600,2021,9,19,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112030,4,1632056400,2021,9,19,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112031,4,1632058200,2021,9,19,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112032,4,1632060000,2021,9,19,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112033,4,1632061800,2021,9,19,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112034,4,1632074400,2021,9,19,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112035,4,1632076200,2021,9,19,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112036,4,1632078000,2021,9,19,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112037,4,1632079800,2021,9,19,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112038,4,1632081600,2021,9,19,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112039,4,1632083400,2021,9,19,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112040,4,1632085200,2021,9,19,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112041,4,1632087000,2021,9,19,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112042,4,1632135600,2021,9,20,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112043,4,1632137400,2021,9,20,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112044,4,1632139200,2021,9,20,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112045,4,1632141000,2021,9,20,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112046,4,1632142800,2021,9,20,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112047,4,1632144600,2021,9,20,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112048,4,1632146400,2021,9,20,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112049,4,1632160800,2021,9,20,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112050,4,1632162600,2021,9,20,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112051,4,1632164400,2021,9,20,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112052,4,1632166200,2021,9,20,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112053,4,1632168000,2021,9,20,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112054,4,1632169800,2021,9,20,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112055,4,1632171600,2021,9,20,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112056,4,1632173400,2021,9,20,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112057,4,1632222000,2021,9,21,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112058,4,1632223800,2021,9,21,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112059,4,1632225600,2021,9,21,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112060,4,1632227400,2021,9,21,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112061,4,1632229200,2021,9,21,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112062,4,1632231000,2021,9,21,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112063,4,1632232800,2021,9,21,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112064,4,1632247200,2021,9,21,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112065,4,1632249000,2021,9,21,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112066,4,1632250800,2021,9,21,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112067,4,1632252600,2021,9,21,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112068,4,1632254400,2021,9,21,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112069,4,1632256200,2021,9,21,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112070,4,1632258000,2021,9,21,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112071,4,1632259800,2021,9,21,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112072,4,1632308400,2021,9,22,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112073,4,1632310200,2021,9,22,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112074,4,1632312000,2021,9,22,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112075,4,1632313800,2021,9,22,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112076,4,1632315600,2021,9,22,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112077,4,1632317400,2021,9,22,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112078,4,1632319200,2021,9,22,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112079,4,1632333600,2021,9,22,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112080,4,1632335400,2021,9,22,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112081,4,1632337200,2021,9,22,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112082,4,1632339000,2021,9,22,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112083,4,1632340800,2021,9,22,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112084,4,1632342600,2021,9,22,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112085,4,1632344400,2021,9,22,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112086,4,1632346200,2021,9,22,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112087,4,1632394800,2021,9,23,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112088,4,1632396600,2021,9,23,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112089,4,1632398400,2021,9,23,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112090,4,1632400200,2021,9,23,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112091,4,1632402000,2021,9,23,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112092,4,1632403800,2021,9,23,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112093,4,1632405600,2021,9,23,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112094,4,1632420000,2021,9,23,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112095,4,1632421800,2021,9,23,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112096,4,1632423600,2021,9,23,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112097,4,1632425400,2021,9,23,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112098,4,1632427200,2021,9,23,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112099,4,1632429000,2021,9,23,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112100,4,1632430800,2021,9,23,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112101,4,1632432600,2021,9,23,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112102,4,1632481200,2021,9,24,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112103,4,1632483000,2021,9,24,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112104,4,1632484800,2021,9,24,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112105,4,1632486600,2021,9,24,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112106,4,1632488400,2021,9,24,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112107,4,1632490200,2021,9,24,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112108,4,1632492000,2021,9,24,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112109,4,1632506400,2021,9,24,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112110,4,1632508200,2021,9,24,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112111,4,1632510000,2021,9,24,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112112,4,1632511800,2021,9,24,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112113,4,1632513600,2021,9,24,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112114,4,1632515400,2021,9,24,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112115,4,1632517200,2021,9,24,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112116,4,1632519000,2021,9,24,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112117,4,1632567600,2021,9,25,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112118,4,1632569400,2021,9,25,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112119,4,1632571200,2021,9,25,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112120,4,1632573000,2021,9,25,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112121,4,1632574800,2021,9,25,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112122,4,1632576600,2021,9,25,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112123,4,1632578400,2021,9,25,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112124,4,1632592800,2021,9,25,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112125,4,1632594600,2021,9,25,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112126,4,1632596400,2021,9,25,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112127,4,1632598200,2021,9,25,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112128,4,1632600000,2021,9,25,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112129,4,1632601800,2021,9,25,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112130,4,1632603600,2021,9,25,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112131,4,1632605400,2021,9,25,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112132,4,1632654000,2021,9,26,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112133,4,1632655800,2021,9,26,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112134,4,1632657600,2021,9,26,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112135,4,1632659400,2021,9,26,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112136,4,1632661200,2021,9,26,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112137,4,1632663000,2021,9,26,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112138,4,1632664800,2021,9,26,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112139,4,1632666600,2021,9,26,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112140,4,1632679200,2021,9,26,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112141,4,1632681000,2021,9,26,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112142,4,1632682800,2021,9,26,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112143,4,1632684600,2021,9,26,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112144,4,1632686400,2021,9,26,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112145,4,1632688200,2021,9,26,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112146,4,1632690000,2021,9,26,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112147,4,1632691800,2021,9,26,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112148,4,1632740400,2021,9,27,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112149,4,1632742200,2021,9,27,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112150,4,1632744000,2021,9,27,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112151,4,1632745800,2021,9,27,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112152,4,1632747600,2021,9,27,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112153,4,1632749400,2021,9,27,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112154,4,1632751200,2021,9,27,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112155,4,1632765600,2021,9,27,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112156,4,1632767400,2021,9,27,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112157,4,1632769200,2021,9,27,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112158,4,1632771000,2021,9,27,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112159,4,1632772800,2021,9,27,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112160,4,1632774600,2021,9,27,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112161,4,1632776400,2021,9,27,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112162,4,1632778200,2021,9,27,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112163,4,1632826800,2021,9,28,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112164,4,1632828600,2021,9,28,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112165,4,1632830400,2021,9,28,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112166,4,1632832200,2021,9,28,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112167,4,1632834000,2021,9,28,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112168,4,1632835800,2021,9,28,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112169,4,1632837600,2021,9,28,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112170,4,1632852000,2021,9,28,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112171,4,1632853800,2021,9,28,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112172,4,1632855600,2021,9,28,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112173,4,1632857400,2021,9,28,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112174,4,1632859200,2021,9,28,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112175,4,1632861000,2021,9,28,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112176,4,1632862800,2021,9,28,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112177,4,1632864600,2021,9,28,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112178,4,1632913200,2021,9,29,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112179,4,1632915000,2021,9,29,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112180,4,1632916800,2021,9,29,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112181,4,1632918600,2021,9,29,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112182,4,1632920400,2021,9,29,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112183,4,1632922200,2021,9,29,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112184,4,1632924000,2021,9,29,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112185,4,1632938400,2021,9,29,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112186,4,1632940200,2021,9,29,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112187,4,1632942000,2021,9,29,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112188,4,1632943800,2021,9,29,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112189,4,1632945600,2021,9,29,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112190,4,1632947400,2021,9,29,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112191,4,1632949200,2021,9,29,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112192,4,1632951000,2021,9,29,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112193,4,1632999600,2021,9,30,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112194,4,1633001400,2021,9,30,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112195,4,1633003200,2021,9,30,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112196,4,1633005000,2021,9,30,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112197,4,1633006800,2021,9,30,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112198,4,1633008600,2021,9,30,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112199,4,1633010400,2021,9,30,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112200,4,1633024800,2021,9,30,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112201,4,1633026600,2021,9,30,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112202,4,1633028400,2021,9,30,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112203,4,1633030200,2021,9,30,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112204,4,1633032000,2021,9,30,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112205,4,1633033800,2021,9,30,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112206,4,1633035600,2021,9,30,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112207,4,1633037400,2021,9,30,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112208,4,1633086000,2021,10,1,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112209,4,1633087800,2021,10,1,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112210,4,1633089600,2021,10,1,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112211,4,1633091400,2021,10,1,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112212,4,1633093200,2021,10,1,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112213,4,1633095000,2021,10,1,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112214,4,1633096800,2021,10,1,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112215,4,1633111200,2021,10,1,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112216,4,1633113000,2021,10,1,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112217,4,1633114800,2021,10,1,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112218,4,1633116600,2021,10,1,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112219,4,1633118400,2021,10,1,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112220,4,1633120200,2021,10,1,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112221,4,1633122000,2021,10,1,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112222,4,1633123800,2021,10,1,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112223,4,1633172400,2021,10,2,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112224,4,1633174200,2021,10,2,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112225,4,1633176000,2021,10,2,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112226,4,1633177800,2021,10,2,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112227,4,1633179600,2021,10,2,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112228,4,1633181400,2021,10,2,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112229,4,1633183200,2021,10,2,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112230,4,1633197600,2021,10,2,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112231,4,1633199400,2021,10,2,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112232,4,1633201200,2021,10,2,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112233,4,1633203000,2021,10,2,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112234,4,1633204800,2021,10,2,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112235,4,1633206600,2021,10,2,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112236,4,1633208400,2021,10,2,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112237,4,1633210200,2021,10,2,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112238,4,1633258800,2021,10,3,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112239,4,1633260600,2021,10,3,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112240,4,1633262400,2021,10,3,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112241,4,1633264200,2021,10,3,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112242,4,1633266000,2021,10,3,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112243,4,1633267800,2021,10,3,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112244,4,1633269600,2021,10,3,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112245,4,1633271400,2021,10,3,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112246,4,1633284000,2021,10,3,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112247,4,1633285800,2021,10,3,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112248,4,1633287600,2021,10,3,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112249,4,1633289400,2021,10,3,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112250,4,1633291200,2021,10,3,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112251,4,1633293000,2021,10,3,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112252,4,1633294800,2021,10,3,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112253,4,1633296600,2021,10,3,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112254,4,1633345200,2021,10,4,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112255,4,1633347000,2021,10,4,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112256,4,1633348800,2021,10,4,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112257,4,1633350600,2021,10,4,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112258,4,1633352400,2021,10,4,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112259,4,1633354200,2021,10,4,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112260,4,1633356000,2021,10,4,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112261,4,1633370400,2021,10,4,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112262,4,1633372200,2021,10,4,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112263,4,1633374000,2021,10,4,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112264,4,1633375800,2021,10,4,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112265,4,1633377600,2021,10,4,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112266,4,1633379400,2021,10,4,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112267,4,1633381200,2021,10,4,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112268,4,1633383000,2021,10,4,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112269,4,1633431600,2021,10,5,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112270,4,1633433400,2021,10,5,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112271,4,1633435200,2021,10,5,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112272,4,1633437000,2021,10,5,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112273,4,1633438800,2021,10,5,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112274,4,1633440600,2021,10,5,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112275,4,1633442400,2021,10,5,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112276,4,1633456800,2021,10,5,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112277,4,1633458600,2021,10,5,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112278,4,1633460400,2021,10,5,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112279,4,1633462200,2021,10,5,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112280,4,1633464000,2021,10,5,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112281,4,1633465800,2021,10,5,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112282,4,1633467600,2021,10,5,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112283,4,1633469400,2021,10,5,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112284,4,1633518000,2021,10,6,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112285,4,1633519800,2021,10,6,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112286,4,1633521600,2021,10,6,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112287,4,1633523400,2021,10,6,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112288,4,1633525200,2021,10,6,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112289,4,1633527000,2021,10,6,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112290,4,1633528800,2021,10,6,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112291,4,1633543200,2021,10,6,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112292,4,1633545000,2021,10,6,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112293,4,1633546800,2021,10,6,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112294,4,1633548600,2021,10,6,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112295,4,1633550400,2021,10,6,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112296,4,1633552200,2021,10,6,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112297,4,1633554000,2021,10,6,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112298,4,1633555800,2021,10,6,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112299,4,1633604400,2021,10,7,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112300,4,1633606200,2021,10,7,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112301,4,1633608000,2021,10,7,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112302,4,1633609800,2021,10,7,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112303,4,1633611600,2021,10,7,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112304,4,1633613400,2021,10,7,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112305,4,1633615200,2021,10,7,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112306,4,1633629600,2021,10,7,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112307,4,1633631400,2021,10,7,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112308,4,1633633200,2021,10,7,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112309,4,1633635000,2021,10,7,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112310,4,1633636800,2021,10,7,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112311,4,1633638600,2021,10,7,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112312,4,1633640400,2021,10,7,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112313,4,1633642200,2021,10,7,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112314,4,1633690800,2021,10,8,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112315,4,1633692600,2021,10,8,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112316,4,1633694400,2021,10,8,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112317,4,1633696200,2021,10,8,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112318,4,1633698000,2021,10,8,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112319,4,1633699800,2021,10,8,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112320,4,1633701600,2021,10,8,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112321,4,1633716000,2021,10,8,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112322,4,1633717800,2021,10,8,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112323,4,1633719600,2021,10,8,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112324,4,1633721400,2021,10,8,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112325,4,1633723200,2021,10,8,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112326,4,1633725000,2021,10,8,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112327,4,1633726800,2021,10,8,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112328,4,1633728600,2021,10,8,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112329,4,1633777200,2021,10,9,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112330,4,1633779000,2021,10,9,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112331,4,1633780800,2021,10,9,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112332,4,1633782600,2021,10,9,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112333,4,1633784400,2021,10,9,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112334,4,1633786200,2021,10,9,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112335,4,1633788000,2021,10,9,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112336,4,1633802400,2021,10,9,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112337,4,1633804200,2021,10,9,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112338,4,1633806000,2021,10,9,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112339,4,1633807800,2021,10,9,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112340,4,1633809600,2021,10,9,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112341,4,1633811400,2021,10,9,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112342,4,1633813200,2021,10,9,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112343,4,1633815000,2021,10,9,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112344,4,1633863600,2021,10,10,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112345,4,1633865400,2021,10,10,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112346,4,1633867200,2021,10,10,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112347,4,1633869000,2021,10,10,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112348,4,1633870800,2021,10,10,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112349,4,1633872600,2021,10,10,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112350,4,1633874400,2021,10,10,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112351,4,1633876200,2021,10,10,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112352,4,1633888800,2021,10,10,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112353,4,1633890600,2021,10,10,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112354,4,1633892400,2021,10,10,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112355,4,1633894200,2021,10,10,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112356,4,1633896000,2021,10,10,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112357,4,1633897800,2021,10,10,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112358,4,1633899600,2021,10,10,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112359,4,1633901400,2021,10,10,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112360,4,1633950000,2021,10,11,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112361,4,1633951800,2021,10,11,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112362,4,1633953600,2021,10,11,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112363,4,1633955400,2021,10,11,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112364,4,1633957200,2021,10,11,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112365,4,1633959000,2021,10,11,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112366,4,1633960800,2021,10,11,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112367,4,1633975200,2021,10,11,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112368,4,1633977000,2021,10,11,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112369,4,1633978800,2021,10,11,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112370,4,1633980600,2021,10,11,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112371,4,1633982400,2021,10,11,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112372,4,1633984200,2021,10,11,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112373,4,1633986000,2021,10,11,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112374,4,1633987800,2021,10,11,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112375,4,1634036400,2021,10,12,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112376,4,1634038200,2021,10,12,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112377,4,1634040000,2021,10,12,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112378,4,1634041800,2021,10,12,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112379,4,1634043600,2021,10,12,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112380,4,1634045400,2021,10,12,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112381,4,1634047200,2021,10,12,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112382,4,1634061600,2021,10,12,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112383,4,1634063400,2021,10,12,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112384,4,1634065200,2021,10,12,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112385,4,1634067000,2021,10,12,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112386,4,1634068800,2021,10,12,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112387,4,1634070600,2021,10,12,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112388,4,1634072400,2021,10,12,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112389,4,1634074200,2021,10,12,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112390,4,1634122800,2021,10,13,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112391,4,1634124600,2021,10,13,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112392,4,1634126400,2021,10,13,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112393,4,1634128200,2021,10,13,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112394,4,1634130000,2021,10,13,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112395,4,1634131800,2021,10,13,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112396,4,1634133600,2021,10,13,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112397,4,1634148000,2021,10,13,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112398,4,1634149800,2021,10,13,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112399,4,1634151600,2021,10,13,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112400,4,1634153400,2021,10,13,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112401,4,1634155200,2021,10,13,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112402,4,1634157000,2021,10,13,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112403,4,1634158800,2021,10,13,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112404,4,1634160600,2021,10,13,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112405,4,1634209200,2021,10,14,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112406,4,1634211000,2021,10,14,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112407,4,1634212800,2021,10,14,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112408,4,1634214600,2021,10,14,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112409,4,1634216400,2021,10,14,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112410,4,1634218200,2021,10,14,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112411,4,1634220000,2021,10,14,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112412,4,1634234400,2021,10,14,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112413,4,1634236200,2021,10,14,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112414,4,1634238000,2021,10,14,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112415,4,1634239800,2021,10,14,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112416,4,1634241600,2021,10,14,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112417,4,1634243400,2021,10,14,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112418,4,1634245200,2021,10,14,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112419,4,1634247000,2021,10,14,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112420,4,1634295600,2021,10,15,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112421,4,1634297400,2021,10,15,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112422,4,1634299200,2021,10,15,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112423,4,1634301000,2021,10,15,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112424,4,1634302800,2021,10,15,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112425,4,1634304600,2021,10,15,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112426,4,1634306400,2021,10,15,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112427,4,1634320800,2021,10,15,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112428,4,1634322600,2021,10,15,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112429,4,1634324400,2021,10,15,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112430,4,1634326200,2021,10,15,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112431,4,1634328000,2021,10,15,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112432,4,1634329800,2021,10,15,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112433,4,1634331600,2021,10,15,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112434,4,1634333400,2021,10,15,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112435,4,1634382000,2021,10,16,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112436,4,1634383800,2021,10,16,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112437,4,1634385600,2021,10,16,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112438,4,1634387400,2021,10,16,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112439,4,1634389200,2021,10,16,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112440,4,1634391000,2021,10,16,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112441,4,1634392800,2021,10,16,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112442,4,1634407200,2021,10,16,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112443,4,1634409000,2021,10,16,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112444,4,1634410800,2021,10,16,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112445,4,1634412600,2021,10,16,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112446,4,1634414400,2021,10,16,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112447,4,1634416200,2021,10,16,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112448,4,1634418000,2021,10,16,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112449,4,1634419800,2021,10,16,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112450,4,1634468400,2021,10,17,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112451,4,1634470200,2021,10,17,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112452,4,1634472000,2021,10,17,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112453,4,1634473800,2021,10,17,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112454,4,1634475600,2021,10,17,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112455,4,1634477400,2021,10,17,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112456,4,1634479200,2021,10,17,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112457,4,1634481000,2021,10,17,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112458,4,1634493600,2021,10,17,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112459,4,1634495400,2021,10,17,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112460,4,1634497200,2021,10,17,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112461,4,1634499000,2021,10,17,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112462,4,1634500800,2021,10,17,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112463,4,1634502600,2021,10,17,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112464,4,1634504400,2021,10,17,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112465,4,1634506200,2021,10,17,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112466,4,1634554800,2021,10,18,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112467,4,1634556600,2021,10,18,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112468,4,1634558400,2021,10,18,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112469,4,1634560200,2021,10,18,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112470,4,1634562000,2021,10,18,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112471,4,1634563800,2021,10,18,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112472,4,1634565600,2021,10,18,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112473,4,1634580000,2021,10,18,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112474,4,1634581800,2021,10,18,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112475,4,1634583600,2021,10,18,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112476,4,1634585400,2021,10,18,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112477,4,1634587200,2021,10,18,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112478,4,1634589000,2021,10,18,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112479,4,1634590800,2021,10,18,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112480,4,1634592600,2021,10,18,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112481,4,1634641200,2021,10,19,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112482,4,1634643000,2021,10,19,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112483,4,1634644800,2021,10,19,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112484,4,1634646600,2021,10,19,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112485,4,1634648400,2021,10,19,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112486,4,1634650200,2021,10,19,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112487,4,1634652000,2021,10,19,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112488,4,1634666400,2021,10,19,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112489,4,1634668200,2021,10,19,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112490,4,1634670000,2021,10,19,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112491,4,1634671800,2021,10,19,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112492,4,1634673600,2021,10,19,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112493,4,1634675400,2021,10,19,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112494,4,1634677200,2021,10,19,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112495,4,1634679000,2021,10,19,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112496,4,1634727600,2021,10,20,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112497,4,1634729400,2021,10,20,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112498,4,1634731200,2021,10,20,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112499,4,1634733000,2021,10,20,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112500,4,1634734800,2021,10,20,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112501,4,1634736600,2021,10,20,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112502,4,1634738400,2021,10,20,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112503,4,1634752800,2021,10,20,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112504,4,1634754600,2021,10,20,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112505,4,1634756400,2021,10,20,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112506,4,1634758200,2021,10,20,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112507,4,1634760000,2021,10,20,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112508,4,1634761800,2021,10,20,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112509,4,1634763600,2021,10,20,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112510,4,1634765400,2021,10,20,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112511,4,1634814000,2021,10,21,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112512,4,1634815800,2021,10,21,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112513,4,1634817600,2021,10,21,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112514,4,1634819400,2021,10,21,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112515,4,1634821200,2021,10,21,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112516,4,1634823000,2021,10,21,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112517,4,1634824800,2021,10,21,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112518,4,1634839200,2021,10,21,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112519,4,1634841000,2021,10,21,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112520,4,1634842800,2021,10,21,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112521,4,1634844600,2021,10,21,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112522,4,1634846400,2021,10,21,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112523,4,1634848200,2021,10,21,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112524,4,1634850000,2021,10,21,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112525,4,1634851800,2021,10,21,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112526,4,1634900400,2021,10,22,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112527,4,1634902200,2021,10,22,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112528,4,1634904000,2021,10,22,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112529,4,1634905800,2021,10,22,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112530,4,1634907600,2021,10,22,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112531,4,1634909400,2021,10,22,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112532,4,1634911200,2021,10,22,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112533,4,1634925600,2021,10,22,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112534,4,1634927400,2021,10,22,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112535,4,1634929200,2021,10,22,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112536,4,1634931000,2021,10,22,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112537,4,1634932800,2021,10,22,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112538,4,1634934600,2021,10,22,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112539,4,1634936400,2021,10,22,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112540,4,1634938200,2021,10,22,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112541,4,1634986800,2021,10,23,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112542,4,1634988600,2021,10,23,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112543,4,1634990400,2021,10,23,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112544,4,1634992200,2021,10,23,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112545,4,1634994000,2021,10,23,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112546,4,1634995800,2021,10,23,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112547,4,1634997600,2021,10,23,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112548,4,1635012000,2021,10,23,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112549,4,1635013800,2021,10,23,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112550,4,1635015600,2021,10,23,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112551,4,1635017400,2021,10,23,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112552,4,1635019200,2021,10,23,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112553,4,1635021000,2021,10,23,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112554,4,1635022800,2021,10,23,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112555,4,1635024600,2021,10,23,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112556,4,1635073200,2021,10,24,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112557,4,1635075000,2021,10,24,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112558,4,1635076800,2021,10,24,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112559,4,1635078600,2021,10,24,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112560,4,1635080400,2021,10,24,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112561,4,1635082200,2021,10,24,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112562,4,1635084000,2021,10,24,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112563,4,1635085800,2021,10,24,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112564,4,1635098400,2021,10,24,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112565,4,1635100200,2021,10,24,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112566,4,1635102000,2021,10,24,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112567,4,1635103800,2021,10,24,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112568,4,1635105600,2021,10,24,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112569,4,1635107400,2021,10,24,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112570,4,1635109200,2021,10,24,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112571,4,1635111000,2021,10,24,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112572,4,1635159600,2021,10,25,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112573,4,1635161400,2021,10,25,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112574,4,1635163200,2021,10,25,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112575,4,1635165000,2021,10,25,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112576,4,1635166800,2021,10,25,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112577,4,1635168600,2021,10,25,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112578,4,1635170400,2021,10,25,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112579,4,1635184800,2021,10,25,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112580,4,1635186600,2021,10,25,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112581,4,1635188400,2021,10,25,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112582,4,1635190200,2021,10,25,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112583,4,1635192000,2021,10,25,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112584,4,1635193800,2021,10,25,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112585,4,1635195600,2021,10,25,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112586,4,1635197400,2021,10,25,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112587,4,1635246000,2021,10,26,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112588,4,1635247800,2021,10,26,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112589,4,1635249600,2021,10,26,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112590,4,1635251400,2021,10,26,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112591,4,1635253200,2021,10,26,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112592,4,1635255000,2021,10,26,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112593,4,1635256800,2021,10,26,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112594,4,1635271200,2021,10,26,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112595,4,1635273000,2021,10,26,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112596,4,1635274800,2021,10,26,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112597,4,1635276600,2021,10,26,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112598,4,1635278400,2021,10,26,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112599,4,1635280200,2021,10,26,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112600,4,1635282000,2021,10,26,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112601,4,1635283800,2021,10,26,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112602,4,1635332400,2021,10,27,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112603,4,1635334200,2021,10,27,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112604,4,1635336000,2021,10,27,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112605,4,1635337800,2021,10,27,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112606,4,1635339600,2021,10,27,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112607,4,1635341400,2021,10,27,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112608,4,1635343200,2021,10,27,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112609,4,1635357600,2021,10,27,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112610,4,1635359400,2021,10,27,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112611,4,1635361200,2021,10,27,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112612,4,1635363000,2021,10,27,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112613,4,1635364800,2021,10,27,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112614,4,1635366600,2021,10,27,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112615,4,1635368400,2021,10,27,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112616,4,1635370200,2021,10,27,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112617,4,1635418800,2021,10,28,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112618,4,1635420600,2021,10,28,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112619,4,1635422400,2021,10,28,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112620,4,1635424200,2021,10,28,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112621,4,1635426000,2021,10,28,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112622,4,1635427800,2021,10,28,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112623,4,1635429600,2021,10,28,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112624,4,1635444000,2021,10,28,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112625,4,1635445800,2021,10,28,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112626,4,1635447600,2021,10,28,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112627,4,1635449400,2021,10,28,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112628,4,1635451200,2021,10,28,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112629,4,1635453000,2021,10,28,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112630,4,1635454800,2021,10,28,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112631,4,1635456600,2021,10,28,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112632,4,1635505200,2021,10,29,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112633,4,1635507000,2021,10,29,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112634,4,1635508800,2021,10,29,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112635,4,1635510600,2021,10,29,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112636,4,1635512400,2021,10,29,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112637,4,1635514200,2021,10,29,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112638,4,1635516000,2021,10,29,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112639,4,1635530400,2021,10,29,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112640,4,1635532200,2021,10,29,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112641,4,1635534000,2021,10,29,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112642,4,1635535800,2021,10,29,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112643,4,1635537600,2021,10,29,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112644,4,1635539400,2021,10,29,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112645,4,1635541200,2021,10,29,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112646,4,1635543000,2021,10,29,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112647,4,1635591600,2021,10,30,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112648,4,1635593400,2021,10,30,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112649,4,1635595200,2021,10,30,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112650,4,1635597000,2021,10,30,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112651,4,1635598800,2021,10,30,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112652,4,1635600600,2021,10,30,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112653,4,1635602400,2021,10,30,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112654,4,1635616800,2021,10,30,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112655,4,1635618600,2021,10,30,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112656,4,1635620400,2021,10,30,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112657,4,1635622200,2021,10,30,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112658,4,1635624000,2021,10,30,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112659,4,1635625800,2021,10,30,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112660,4,1635627600,2021,10,30,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112661,4,1635629400,2021,10,30,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112662,4,1635681600,2021,10,31,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112663,4,1635683400,2021,10,31,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112664,4,1635685200,2021,10,31,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112665,4,1635687000,2021,10,31,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112666,4,1635688800,2021,10,31,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112667,4,1635690600,2021,10,31,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112668,4,1635692400,2021,10,31,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112669,4,1635694200,2021,10,31,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112670,4,1635706800,2021,10,31,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112671,4,1635708600,2021,10,31,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112672,4,1635710400,2021,10,31,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112673,4,1635712200,2021,10,31,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112674,4,1635714000,2021,10,31,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112675,4,1635715800,2021,10,31,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112676,4,1635717600,2021,10,31,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112677,4,1635719400,2021,10,31,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112678,4,1635768000,2021,11,1,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112679,4,1635769800,2021,11,1,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112680,4,1635771600,2021,11,1,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112681,4,1635773400,2021,11,1,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112682,4,1635775200,2021,11,1,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112683,4,1635777000,2021,11,1,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112684,4,1635778800,2021,11,1,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112685,4,1635793200,2021,11,1,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112686,4,1635795000,2021,11,1,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112687,4,1635796800,2021,11,1,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112688,4,1635798600,2021,11,1,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112689,4,1635800400,2021,11,1,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112690,4,1635802200,2021,11,1,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112691,4,1635804000,2021,11,1,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112692,4,1635805800,2021,11,1,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112693,4,1635854400,2021,11,2,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112694,4,1635856200,2021,11,2,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112695,4,1635858000,2021,11,2,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112696,4,1635859800,2021,11,2,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112697,4,1635861600,2021,11,2,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112698,4,1635863400,2021,11,2,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112699,4,1635865200,2021,11,2,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112700,4,1635879600,2021,11,2,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112701,4,1635881400,2021,11,2,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112702,4,1635883200,2021,11,2,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112703,4,1635885000,2021,11,2,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112704,4,1635886800,2021,11,2,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112705,4,1635888600,2021,11,2,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112706,4,1635890400,2021,11,2,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112707,4,1635892200,2021,11,2,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112708,4,1635940800,2021,11,3,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112709,4,1635942600,2021,11,3,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112710,4,1635944400,2021,11,3,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112711,4,1635946200,2021,11,3,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112712,4,1635948000,2021,11,3,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112713,4,1635949800,2021,11,3,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112714,4,1635951600,2021,11,3,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112715,4,1635966000,2021,11,3,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112716,4,1635967800,2021,11,3,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112717,4,1635969600,2021,11,3,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112718,4,1635971400,2021,11,3,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112719,4,1635973200,2021,11,3,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112720,4,1635975000,2021,11,3,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112721,4,1635976800,2021,11,3,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112722,4,1635978600,2021,11,3,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112723,4,1636027200,2021,11,4,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112724,4,1636029000,2021,11,4,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112725,4,1636030800,2021,11,4,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112726,4,1636032600,2021,11,4,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112727,4,1636034400,2021,11,4,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112728,4,1636036200,2021,11,4,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112729,4,1636038000,2021,11,4,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112730,4,1636052400,2021,11,4,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112731,4,1636054200,2021,11,4,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112732,4,1636056000,2021,11,4,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112733,4,1636057800,2021,11,4,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112734,4,1636059600,2021,11,4,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112735,4,1636061400,2021,11,4,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112736,4,1636063200,2021,11,4,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112737,4,1636065000,2021,11,4,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112738,4,1636113600,2021,11,5,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112739,4,1636115400,2021,11,5,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112740,4,1636117200,2021,11,5,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112741,4,1636119000,2021,11,5,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112742,4,1636120800,2021,11,5,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112743,4,1636122600,2021,11,5,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112744,4,1636124400,2021,11,5,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112745,4,1636138800,2021,11,5,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112746,4,1636140600,2021,11,5,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112747,4,1636142400,2021,11,5,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112748,4,1636144200,2021,11,5,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112749,4,1636146000,2021,11,5,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112750,4,1636147800,2021,11,5,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112751,4,1636149600,2021,11,5,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112752,4,1636151400,2021,11,5,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112753,4,1636200000,2021,11,6,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112754,4,1636201800,2021,11,6,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112755,4,1636203600,2021,11,6,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112756,4,1636205400,2021,11,6,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112757,4,1636207200,2021,11,6,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112758,4,1636209000,2021,11,6,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112759,4,1636210800,2021,11,6,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112760,4,1636225200,2021,11,6,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112761,4,1636227000,2021,11,6,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112762,4,1636228800,2021,11,6,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112763,4,1636230600,2021,11,6,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112764,4,1636232400,2021,11,6,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112765,4,1636234200,2021,11,6,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112766,4,1636236000,2021,11,6,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112767,4,1636237800,2021,11,6,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112768,4,1636286400,2021,11,7,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112769,4,1636288200,2021,11,7,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112770,4,1636290000,2021,11,7,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112771,4,1636291800,2021,11,7,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112772,4,1636293600,2021,11,7,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112773,4,1636295400,2021,11,7,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112774,4,1636297200,2021,11,7,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112775,4,1636299000,2021,11,7,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112776,4,1636311600,2021,11,7,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112777,4,1636313400,2021,11,7,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112778,4,1636315200,2021,11,7,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112779,4,1636317000,2021,11,7,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112780,4,1636318800,2021,11,7,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112781,4,1636320600,2021,11,7,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112782,4,1636322400,2021,11,7,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112783,4,1636324200,2021,11,7,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112784,4,1636372800,2021,11,8,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112785,4,1636374600,2021,11,8,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112786,4,1636376400,2021,11,8,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112787,4,1636378200,2021,11,8,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112788,4,1636380000,2021,11,8,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112789,4,1636381800,2021,11,8,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112790,4,1636383600,2021,11,8,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112791,4,1636398000,2021,11,8,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112792,4,1636399800,2021,11,8,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112793,4,1636401600,2021,11,8,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112794,4,1636403400,2021,11,8,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112795,4,1636405200,2021,11,8,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112796,4,1636407000,2021,11,8,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112797,4,1636408800,2021,11,8,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112798,4,1636410600,2021,11,8,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112799,4,1636459200,2021,11,9,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112800,4,1636461000,2021,11,9,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112801,4,1636462800,2021,11,9,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112802,4,1636464600,2021,11,9,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112803,4,1636466400,2021,11,9,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112804,4,1636468200,2021,11,9,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112805,4,1636470000,2021,11,9,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112806,4,1636484400,2021,11,9,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112807,4,1636486200,2021,11,9,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112808,4,1636488000,2021,11,9,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112809,4,1636489800,2021,11,9,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112810,4,1636491600,2021,11,9,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112811,4,1636493400,2021,11,9,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112812,4,1636495200,2021,11,9,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112813,4,1636497000,2021,11,9,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112814,4,1636545600,2021,11,10,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112815,4,1636547400,2021,11,10,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112816,4,1636549200,2021,11,10,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112817,4,1636551000,2021,11,10,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112818,4,1636552800,2021,11,10,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112819,4,1636554600,2021,11,10,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112820,4,1636556400,2021,11,10,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112821,4,1636570800,2021,11,10,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112822,4,1636572600,2021,11,10,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112823,4,1636574400,2021,11,10,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112824,4,1636576200,2021,11,10,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112825,4,1636578000,2021,11,10,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112826,4,1636579800,2021,11,10,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112827,4,1636581600,2021,11,10,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112828,4,1636583400,2021,11,10,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112829,4,1636632000,2021,11,11,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112830,4,1636633800,2021,11,11,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112831,4,1636635600,2021,11,11,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112832,4,1636637400,2021,11,11,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112833,4,1636639200,2021,11,11,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112834,4,1636641000,2021,11,11,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112835,4,1636642800,2021,11,11,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112836,4,1636657200,2021,11,11,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112837,4,1636659000,2021,11,11,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112838,4,1636660800,2021,11,11,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112839,4,1636662600,2021,11,11,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112840,4,1636664400,2021,11,11,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112841,4,1636666200,2021,11,11,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112842,4,1636668000,2021,11,11,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112843,4,1636669800,2021,11,11,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112844,4,1636718400,2021,11,12,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112845,4,1636720200,2021,11,12,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112846,4,1636722000,2021,11,12,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112847,4,1636723800,2021,11,12,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112848,4,1636725600,2021,11,12,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112849,4,1636727400,2021,11,12,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112850,4,1636729200,2021,11,12,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112851,4,1636743600,2021,11,12,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112852,4,1636745400,2021,11,12,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112853,4,1636747200,2021,11,12,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112854,4,1636749000,2021,11,12,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112855,4,1636750800,2021,11,12,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112856,4,1636752600,2021,11,12,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112857,4,1636754400,2021,11,12,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112858,4,1636756200,2021,11,12,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112859,4,1636804800,2021,11,13,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112860,4,1636806600,2021,11,13,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112861,4,1636808400,2021,11,13,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112862,4,1636810200,2021,11,13,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112863,4,1636812000,2021,11,13,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112864,4,1636813800,2021,11,13,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112865,4,1636815600,2021,11,13,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112866,4,1636830000,2021,11,13,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112867,4,1636831800,2021,11,13,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112868,4,1636833600,2021,11,13,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112869,4,1636835400,2021,11,13,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112870,4,1636837200,2021,11,13,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112871,4,1636839000,2021,11,13,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112872,4,1636840800,2021,11,13,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112873,4,1636842600,2021,11,13,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112874,4,1636891200,2021,11,14,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112875,4,1636893000,2021,11,14,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112876,4,1636894800,2021,11,14,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112877,4,1636896600,2021,11,14,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112878,4,1636898400,2021,11,14,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112879,4,1636900200,2021,11,14,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112880,4,1636902000,2021,11,14,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112881,4,1636903800,2021,11,14,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112882,4,1636916400,2021,11,14,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112883,4,1636918200,2021,11,14,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112884,4,1636920000,2021,11,14,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112885,4,1636921800,2021,11,14,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112886,4,1636923600,2021,11,14,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112887,4,1636925400,2021,11,14,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112888,4,1636927200,2021,11,14,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112889,4,1636929000,2021,11,14,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112890,4,1636977600,2021,11,15,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112891,4,1636979400,2021,11,15,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112892,4,1636981200,2021,11,15,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112893,4,1636983000,2021,11,15,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(112894,4,1636984800,2021,11,15,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(112895,4,1636986600,2021,11,15,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(112896,4,1636988400,2021,11,15,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(112897,4,1637002800,2021,11,15,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(112898,4,1637004600,2021,11,15,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(112899,4,1637006400,2021,11,15,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(112900,4,1637008200,2021,11,15,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(112901,4,1637010000,2021,11,15,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(112902,4,1637011800,2021,11,15,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(112903,4,1637013600,2021,11,15,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(112904,4,1637015400,2021,11,15,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(112905,4,1637064000,2021,11,16,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(112906,4,1637065800,2021,11,16,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(112907,4,1637067600,2021,11,16,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(112908,4,1637069400,2021,11,16,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(112909,4,1637071200,2021,11,16,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(112910,4,1637073000,2021,11,16,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(112911,4,1637074800,2021,11,16,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(112912,4,1637089200,2021,11,16,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(112913,4,1637091000,2021,11,16,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(112914,4,1637092800,2021,11,16,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(112915,4,1637094600,2021,11,16,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(112916,4,1637096400,2021,11,16,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(112917,4,1637098200,2021,11,16,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(112918,4,1637100000,2021,11,16,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(112919,4,1637101800,2021,11,16,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(112920,4,1637150400,2021,11,17,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(112921,4,1637152200,2021,11,17,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(112922,4,1637154000,2021,11,17,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(112923,4,1637155800,2021,11,17,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(112924,4,1637157600,2021,11,17,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(112925,4,1637159400,2021,11,17,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(112926,4,1637161200,2021,11,17,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(112927,4,1637175600,2021,11,17,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(112928,4,1637177400,2021,11,17,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(112929,4,1637179200,2021,11,17,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(112930,4,1637181000,2021,11,17,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(112931,4,1637182800,2021,11,17,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(112932,4,1637184600,2021,11,17,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(112933,4,1637186400,2021,11,17,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(112934,4,1637188200,2021,11,17,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(112935,4,1637236800,2021,11,18,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(112936,4,1637238600,2021,11,18,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(112937,4,1637240400,2021,11,18,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(112938,4,1637242200,2021,11,18,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(112939,4,1637244000,2021,11,18,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(112940,4,1637245800,2021,11,18,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(112941,4,1637247600,2021,11,18,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(112942,4,1637262000,2021,11,18,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(112943,4,1637263800,2021,11,18,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(112944,4,1637265600,2021,11,18,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(112945,4,1637267400,2021,11,18,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(112946,4,1637269200,2021,11,18,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(112947,4,1637271000,2021,11,18,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(112948,4,1637272800,2021,11,18,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(112949,4,1637274600,2021,11,18,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(112950,4,1637323200,2021,11,19,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(112951,4,1637325000,2021,11,19,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(112952,4,1637326800,2021,11,19,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(112953,4,1637328600,2021,11,19,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(112954,4,1637330400,2021,11,19,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(112955,4,1637332200,2021,11,19,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(112956,4,1637334000,2021,11,19,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(112957,4,1637348400,2021,11,19,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(112958,4,1637350200,2021,11,19,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(112959,4,1637352000,2021,11,19,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(112960,4,1637353800,2021,11,19,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(112961,4,1637355600,2021,11,19,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(112962,4,1637357400,2021,11,19,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(112963,4,1637359200,2021,11,19,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(112964,4,1637361000,2021,11,19,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(112965,4,1637409600,2021,11,20,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(112966,4,1637411400,2021,11,20,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(112967,4,1637413200,2021,11,20,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(112968,4,1637415000,2021,11,20,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(112969,4,1637416800,2021,11,20,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(112970,4,1637418600,2021,11,20,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(112971,4,1637420400,2021,11,20,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(112972,4,1637434800,2021,11,20,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(112973,4,1637436600,2021,11,20,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(112974,4,1637438400,2021,11,20,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(112975,4,1637440200,2021,11,20,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(112976,4,1637442000,2021,11,20,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(112977,4,1637443800,2021,11,20,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(112978,4,1637445600,2021,11,20,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(112979,4,1637447400,2021,11,20,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(112980,4,1637496000,2021,11,21,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(112981,4,1637497800,2021,11,21,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(112982,4,1637499600,2021,11,21,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(112983,4,1637501400,2021,11,21,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(112984,4,1637503200,2021,11,21,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(112985,4,1637505000,2021,11,21,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(112986,4,1637506800,2021,11,21,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(112987,4,1637508600,2021,11,21,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(112988,4,1637521200,2021,11,21,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(112989,4,1637523000,2021,11,21,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(112990,4,1637524800,2021,11,21,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(112991,4,1637526600,2021,11,21,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(112992,4,1637528400,2021,11,21,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(112993,4,1637530200,2021,11,21,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(112994,4,1637532000,2021,11,21,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(112995,4,1637533800,2021,11,21,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(112996,4,1637582400,2021,11,22,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(112997,4,1637584200,2021,11,22,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(112998,4,1637586000,2021,11,22,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(112999,4,1637587800,2021,11,22,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113000,4,1637589600,2021,11,22,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113001,4,1637591400,2021,11,22,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113002,4,1637593200,2021,11,22,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113003,4,1637607600,2021,11,22,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113004,4,1637609400,2021,11,22,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113005,4,1637611200,2021,11,22,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113006,4,1637613000,2021,11,22,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113007,4,1637614800,2021,11,22,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113008,4,1637616600,2021,11,22,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113009,4,1637618400,2021,11,22,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113010,4,1637620200,2021,11,22,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113011,4,1637668800,2021,11,23,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113012,4,1637670600,2021,11,23,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113013,4,1637672400,2021,11,23,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113014,4,1637674200,2021,11,23,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113015,4,1637676000,2021,11,23,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113016,4,1637677800,2021,11,23,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113017,4,1637679600,2021,11,23,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113018,4,1637694000,2021,11,23,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113019,4,1637695800,2021,11,23,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113020,4,1637697600,2021,11,23,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113021,4,1637699400,2021,11,23,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113022,4,1637701200,2021,11,23,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113023,4,1637703000,2021,11,23,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113024,4,1637704800,2021,11,23,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113025,4,1637706600,2021,11,23,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113026,4,1637755200,2021,11,24,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113027,4,1637757000,2021,11,24,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113028,4,1637758800,2021,11,24,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113029,4,1637760600,2021,11,24,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113030,4,1637762400,2021,11,24,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113031,4,1637764200,2021,11,24,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113032,4,1637766000,2021,11,24,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113033,4,1637780400,2021,11,24,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113034,4,1637782200,2021,11,24,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113035,4,1637784000,2021,11,24,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113036,4,1637785800,2021,11,24,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113037,4,1637787600,2021,11,24,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113038,4,1637789400,2021,11,24,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113039,4,1637791200,2021,11,24,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113040,4,1637793000,2021,11,24,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113041,4,1637841600,2021,11,25,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113042,4,1637843400,2021,11,25,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113043,4,1637845200,2021,11,25,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113044,4,1637847000,2021,11,25,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113045,4,1637848800,2021,11,25,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113046,4,1637850600,2021,11,25,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113047,4,1637852400,2021,11,25,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113048,4,1637866800,2021,11,25,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113049,4,1637868600,2021,11,25,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113050,4,1637870400,2021,11,25,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113051,4,1637872200,2021,11,25,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113052,4,1637874000,2021,11,25,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113053,4,1637875800,2021,11,25,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113054,4,1637877600,2021,11,25,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113055,4,1637879400,2021,11,25,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113056,4,1637928000,2021,11,26,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113057,4,1637929800,2021,11,26,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113058,4,1637931600,2021,11,26,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113059,4,1637933400,2021,11,26,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113060,4,1637935200,2021,11,26,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113061,4,1637937000,2021,11,26,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113062,4,1637938800,2021,11,26,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113063,4,1637953200,2021,11,26,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113064,4,1637955000,2021,11,26,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113065,4,1637956800,2021,11,26,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113066,4,1637958600,2021,11,26,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113067,4,1637960400,2021,11,26,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113068,4,1637962200,2021,11,26,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113069,4,1637964000,2021,11,26,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113070,4,1637965800,2021,11,26,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113071,4,1638014400,2021,11,27,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113072,4,1638016200,2021,11,27,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113073,4,1638018000,2021,11,27,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113074,4,1638019800,2021,11,27,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113075,4,1638021600,2021,11,27,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113076,4,1638023400,2021,11,27,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113077,4,1638025200,2021,11,27,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113078,4,1638039600,2021,11,27,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113079,4,1638041400,2021,11,27,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113080,4,1638043200,2021,11,27,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113081,4,1638045000,2021,11,27,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113082,4,1638046800,2021,11,27,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113083,4,1638048600,2021,11,27,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113084,4,1638050400,2021,11,27,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113085,4,1638052200,2021,11,27,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113086,4,1638100800,2021,11,28,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113087,4,1638102600,2021,11,28,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113088,4,1638104400,2021,11,28,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113089,4,1638106200,2021,11,28,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113090,4,1638108000,2021,11,28,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113091,4,1638109800,2021,11,28,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113092,4,1638111600,2021,11,28,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113093,4,1638113400,2021,11,28,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113094,4,1638126000,2021,11,28,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113095,4,1638127800,2021,11,28,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113096,4,1638129600,2021,11,28,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113097,4,1638131400,2021,11,28,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113098,4,1638133200,2021,11,28,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113099,4,1638135000,2021,11,28,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113100,4,1638136800,2021,11,28,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113101,4,1638138600,2021,11,28,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113102,4,1638187200,2021,11,29,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113103,4,1638189000,2021,11,29,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113104,4,1638190800,2021,11,29,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113105,4,1638192600,2021,11,29,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113106,4,1638194400,2021,11,29,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113107,4,1638196200,2021,11,29,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113108,4,1638198000,2021,11,29,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113109,4,1638212400,2021,11,29,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113110,4,1638214200,2021,11,29,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113111,4,1638216000,2021,11,29,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113112,4,1638217800,2021,11,29,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113113,4,1638219600,2021,11,29,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113114,4,1638221400,2021,11,29,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113115,4,1638223200,2021,11,29,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113116,4,1638225000,2021,11,29,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113117,4,1638273600,2021,11,30,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113118,4,1638275400,2021,11,30,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113119,4,1638277200,2021,11,30,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113120,4,1638279000,2021,11,30,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113121,4,1638280800,2021,11,30,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113122,4,1638282600,2021,11,30,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113123,4,1638284400,2021,11,30,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113124,4,1638298800,2021,11,30,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113125,4,1638300600,2021,11,30,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113126,4,1638302400,2021,11,30,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113127,4,1638304200,2021,11,30,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113128,4,1638306000,2021,11,30,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113129,4,1638307800,2021,11,30,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113130,4,1638309600,2021,11,30,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113131,4,1638311400,2021,11,30,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113132,4,1638360000,2021,12,1,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113133,4,1638361800,2021,12,1,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113134,4,1638363600,2021,12,1,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113135,4,1638365400,2021,12,1,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113136,4,1638367200,2021,12,1,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113137,4,1638369000,2021,12,1,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113138,4,1638370800,2021,12,1,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113139,4,1638385200,2021,12,1,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113140,4,1638387000,2021,12,1,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113141,4,1638388800,2021,12,1,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113142,4,1638390600,2021,12,1,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113143,4,1638392400,2021,12,1,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113144,4,1638394200,2021,12,1,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113145,4,1638396000,2021,12,1,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113146,4,1638397800,2021,12,1,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113147,4,1638446400,2021,12,2,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113148,4,1638448200,2021,12,2,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113149,4,1638450000,2021,12,2,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113150,4,1638451800,2021,12,2,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113151,4,1638453600,2021,12,2,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113152,4,1638455400,2021,12,2,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113153,4,1638457200,2021,12,2,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113154,4,1638471600,2021,12,2,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113155,4,1638473400,2021,12,2,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113156,4,1638475200,2021,12,2,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113157,4,1638477000,2021,12,2,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113158,4,1638478800,2021,12,2,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113159,4,1638480600,2021,12,2,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113160,4,1638482400,2021,12,2,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113161,4,1638484200,2021,12,2,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113162,4,1638532800,2021,12,3,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113163,4,1638534600,2021,12,3,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113164,4,1638536400,2021,12,3,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113165,4,1638538200,2021,12,3,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113166,4,1638540000,2021,12,3,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113167,4,1638541800,2021,12,3,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113168,4,1638543600,2021,12,3,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113169,4,1638558000,2021,12,3,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113170,4,1638559800,2021,12,3,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113171,4,1638561600,2021,12,3,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113172,4,1638563400,2021,12,3,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113173,4,1638565200,2021,12,3,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113174,4,1638567000,2021,12,3,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113175,4,1638568800,2021,12,3,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113176,4,1638570600,2021,12,3,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113177,4,1638619200,2021,12,4,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113178,4,1638621000,2021,12,4,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113179,4,1638622800,2021,12,4,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113180,4,1638624600,2021,12,4,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113181,4,1638626400,2021,12,4,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113182,4,1638628200,2021,12,4,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113183,4,1638630000,2021,12,4,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113184,4,1638644400,2021,12,4,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113185,4,1638646200,2021,12,4,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113186,4,1638648000,2021,12,4,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113187,4,1638649800,2021,12,4,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113188,4,1638651600,2021,12,4,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113189,4,1638653400,2021,12,4,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113190,4,1638655200,2021,12,4,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113191,4,1638657000,2021,12,4,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113192,4,1638705600,2021,12,5,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113193,4,1638707400,2021,12,5,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113194,4,1638709200,2021,12,5,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113195,4,1638711000,2021,12,5,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113196,4,1638712800,2021,12,5,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113197,4,1638714600,2021,12,5,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113198,4,1638716400,2021,12,5,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113199,4,1638718200,2021,12,5,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113200,4,1638730800,2021,12,5,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113201,4,1638732600,2021,12,5,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113202,4,1638734400,2021,12,5,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113203,4,1638736200,2021,12,5,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113204,4,1638738000,2021,12,5,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113205,4,1638739800,2021,12,5,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113206,4,1638741600,2021,12,5,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113207,4,1638743400,2021,12,5,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113208,4,1638792000,2021,12,6,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113209,4,1638793800,2021,12,6,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113210,4,1638795600,2021,12,6,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113211,4,1638797400,2021,12,6,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113212,4,1638799200,2021,12,6,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113213,4,1638801000,2021,12,6,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113214,4,1638802800,2021,12,6,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113215,4,1638817200,2021,12,6,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113216,4,1638819000,2021,12,6,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113217,4,1638820800,2021,12,6,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113218,4,1638822600,2021,12,6,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113219,4,1638824400,2021,12,6,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113220,4,1638826200,2021,12,6,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113221,4,1638828000,2021,12,6,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113222,4,1638829800,2021,12,6,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113223,4,1638878400,2021,12,7,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113224,4,1638880200,2021,12,7,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113225,4,1638882000,2021,12,7,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113226,4,1638883800,2021,12,7,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113227,4,1638885600,2021,12,7,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113228,4,1638887400,2021,12,7,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113229,4,1638889200,2021,12,7,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113230,4,1638903600,2021,12,7,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113231,4,1638905400,2021,12,7,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113232,4,1638907200,2021,12,7,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113233,4,1638909000,2021,12,7,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113234,4,1638910800,2021,12,7,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113235,4,1638912600,2021,12,7,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113236,4,1638914400,2021,12,7,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113237,4,1638916200,2021,12,7,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113238,4,1638964800,2021,12,8,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113239,4,1638966600,2021,12,8,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113240,4,1638968400,2021,12,8,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113241,4,1638970200,2021,12,8,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113242,4,1638972000,2021,12,8,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113243,4,1638973800,2021,12,8,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113244,4,1638975600,2021,12,8,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113245,4,1638990000,2021,12,8,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113246,4,1638991800,2021,12,8,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113247,4,1638993600,2021,12,8,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113248,4,1638995400,2021,12,8,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113249,4,1638997200,2021,12,8,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113250,4,1638999000,2021,12,8,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113251,4,1639000800,2021,12,8,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113252,4,1639002600,2021,12,8,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113253,4,1639051200,2021,12,9,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113254,4,1639053000,2021,12,9,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113255,4,1639054800,2021,12,9,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113256,4,1639056600,2021,12,9,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113257,4,1639058400,2021,12,9,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113258,4,1639060200,2021,12,9,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113259,4,1639062000,2021,12,9,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113260,4,1639076400,2021,12,9,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113261,4,1639078200,2021,12,9,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113262,4,1639080000,2021,12,9,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113263,4,1639081800,2021,12,9,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113264,4,1639083600,2021,12,9,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113265,4,1639085400,2021,12,9,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113266,4,1639087200,2021,12,9,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113267,4,1639089000,2021,12,9,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113268,4,1639137600,2021,12,10,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113269,4,1639139400,2021,12,10,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113270,4,1639141200,2021,12,10,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113271,4,1639143000,2021,12,10,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113272,4,1639144800,2021,12,10,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113273,4,1639146600,2021,12,10,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113274,4,1639148400,2021,12,10,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113275,4,1639162800,2021,12,10,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113276,4,1639164600,2021,12,10,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113277,4,1639166400,2021,12,10,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113278,4,1639168200,2021,12,10,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113279,4,1639170000,2021,12,10,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113280,4,1639171800,2021,12,10,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113281,4,1639173600,2021,12,10,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113282,4,1639175400,2021,12,10,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113283,4,1639224000,2021,12,11,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113284,4,1639225800,2021,12,11,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113285,4,1639227600,2021,12,11,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113286,4,1639229400,2021,12,11,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113287,4,1639231200,2021,12,11,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113288,4,1639233000,2021,12,11,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113289,4,1639234800,2021,12,11,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113290,4,1639249200,2021,12,11,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113291,4,1639251000,2021,12,11,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113292,4,1639252800,2021,12,11,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113293,4,1639254600,2021,12,11,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113294,4,1639256400,2021,12,11,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113295,4,1639258200,2021,12,11,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113296,4,1639260000,2021,12,11,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113297,4,1639261800,2021,12,11,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113298,4,1639310400,2021,12,12,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113299,4,1639312200,2021,12,12,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113300,4,1639314000,2021,12,12,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113301,4,1639315800,2021,12,12,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113302,4,1639317600,2021,12,12,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113303,4,1639319400,2021,12,12,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113304,4,1639321200,2021,12,12,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113305,4,1639323000,2021,12,12,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113306,4,1639335600,2021,12,12,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113307,4,1639337400,2021,12,12,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113308,4,1639339200,2021,12,12,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113309,4,1639341000,2021,12,12,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113310,4,1639342800,2021,12,12,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113311,4,1639344600,2021,12,12,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113312,4,1639346400,2021,12,12,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113313,4,1639348200,2021,12,12,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113314,4,1639396800,2021,12,13,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113315,4,1639398600,2021,12,13,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113316,4,1639400400,2021,12,13,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113317,4,1639402200,2021,12,13,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113318,4,1639404000,2021,12,13,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113319,4,1639405800,2021,12,13,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113320,4,1639407600,2021,12,13,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113321,4,1639422000,2021,12,13,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113322,4,1639423800,2021,12,13,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113323,4,1639425600,2021,12,13,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113324,4,1639427400,2021,12,13,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113325,4,1639429200,2021,12,13,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113326,4,1639431000,2021,12,13,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113327,4,1639432800,2021,12,13,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113328,4,1639434600,2021,12,13,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113329,4,1639483200,2021,12,14,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113330,4,1639485000,2021,12,14,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113331,4,1639486800,2021,12,14,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113332,4,1639488600,2021,12,14,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113333,4,1639490400,2021,12,14,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113334,4,1639492200,2021,12,14,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113335,4,1639494000,2021,12,14,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113336,4,1639508400,2021,12,14,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113337,4,1639510200,2021,12,14,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113338,4,1639512000,2021,12,14,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113339,4,1639513800,2021,12,14,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113340,4,1639515600,2021,12,14,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113341,4,1639517400,2021,12,14,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113342,4,1639519200,2021,12,14,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113343,4,1639521000,2021,12,14,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113344,4,1639569600,2021,12,15,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113345,4,1639571400,2021,12,15,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113346,4,1639573200,2021,12,15,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113347,4,1639575000,2021,12,15,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113348,4,1639576800,2021,12,15,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113349,4,1639578600,2021,12,15,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113350,4,1639580400,2021,12,15,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113351,4,1639594800,2021,12,15,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113352,4,1639596600,2021,12,15,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113353,4,1639598400,2021,12,15,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113354,4,1639600200,2021,12,15,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113355,4,1639602000,2021,12,15,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113356,4,1639603800,2021,12,15,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113357,4,1639605600,2021,12,15,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113358,4,1639607400,2021,12,15,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113359,4,1639656000,2021,12,16,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113360,4,1639657800,2021,12,16,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113361,4,1639659600,2021,12,16,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113362,4,1639661400,2021,12,16,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113363,4,1639663200,2021,12,16,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113364,4,1639665000,2021,12,16,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113365,4,1639666800,2021,12,16,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113366,4,1639681200,2021,12,16,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113367,4,1639683000,2021,12,16,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113368,4,1639684800,2021,12,16,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113369,4,1639686600,2021,12,16,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113370,4,1639688400,2021,12,16,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113371,4,1639690200,2021,12,16,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113372,4,1639692000,2021,12,16,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113373,4,1639693800,2021,12,16,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113374,4,1639742400,2021,12,17,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113375,4,1639744200,2021,12,17,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113376,4,1639746000,2021,12,17,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113377,4,1639747800,2021,12,17,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113378,4,1639749600,2021,12,17,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113379,4,1639751400,2021,12,17,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113380,4,1639753200,2021,12,17,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113381,4,1639767600,2021,12,17,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113382,4,1639769400,2021,12,17,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113383,4,1639771200,2021,12,17,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113384,4,1639773000,2021,12,17,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113385,4,1639774800,2021,12,17,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113386,4,1639776600,2021,12,17,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113387,4,1639778400,2021,12,17,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113388,4,1639780200,2021,12,17,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113389,4,1639828800,2021,12,18,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113390,4,1639830600,2021,12,18,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113391,4,1639832400,2021,12,18,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113392,4,1639834200,2021,12,18,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113393,4,1639836000,2021,12,18,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113394,4,1639837800,2021,12,18,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113395,4,1639839600,2021,12,18,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113396,4,1639854000,2021,12,18,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113397,4,1639855800,2021,12,18,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113398,4,1639857600,2021,12,18,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113399,4,1639859400,2021,12,18,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113400,4,1639861200,2021,12,18,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113401,4,1639863000,2021,12,18,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113402,4,1639864800,2021,12,18,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113403,4,1639866600,2021,12,18,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113404,4,1639915200,2021,12,19,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113405,4,1639917000,2021,12,19,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113406,4,1639918800,2021,12,19,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113407,4,1639920600,2021,12,19,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113408,4,1639922400,2021,12,19,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113409,4,1639924200,2021,12,19,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113410,4,1639926000,2021,12,19,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113411,4,1639927800,2021,12,19,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113412,4,1639940400,2021,12,19,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113413,4,1639942200,2021,12,19,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113414,4,1639944000,2021,12,19,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113415,4,1639945800,2021,12,19,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113416,4,1639947600,2021,12,19,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113417,4,1639949400,2021,12,19,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113418,4,1639951200,2021,12,19,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113419,4,1639953000,2021,12,19,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113420,4,1640001600,2021,12,20,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113421,4,1640003400,2021,12,20,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113422,4,1640005200,2021,12,20,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113423,4,1640007000,2021,12,20,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113424,4,1640008800,2021,12,20,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113425,4,1640010600,2021,12,20,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113426,4,1640012400,2021,12,20,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113427,4,1640026800,2021,12,20,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113428,4,1640028600,2021,12,20,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113429,4,1640030400,2021,12,20,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113430,4,1640032200,2021,12,20,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113431,4,1640034000,2021,12,20,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113432,4,1640035800,2021,12,20,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113433,4,1640037600,2021,12,20,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113434,4,1640039400,2021,12,20,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113435,4,1640088000,2021,12,21,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113436,4,1640089800,2021,12,21,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113437,4,1640091600,2021,12,21,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113438,4,1640093400,2021,12,21,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113439,4,1640095200,2021,12,21,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113440,4,1640097000,2021,12,21,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113441,4,1640098800,2021,12,21,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113442,4,1640113200,2021,12,21,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113443,4,1640115000,2021,12,21,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113444,4,1640116800,2021,12,21,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113445,4,1640118600,2021,12,21,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113446,4,1640120400,2021,12,21,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113447,4,1640122200,2021,12,21,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113448,4,1640124000,2021,12,21,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113449,4,1640125800,2021,12,21,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113450,4,1640174400,2021,12,22,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113451,4,1640176200,2021,12,22,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113452,4,1640178000,2021,12,22,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113453,4,1640179800,2021,12,22,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113454,4,1640181600,2021,12,22,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113455,4,1640183400,2021,12,22,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113456,4,1640185200,2021,12,22,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113457,4,1640199600,2021,12,22,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113458,4,1640201400,2021,12,22,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113459,4,1640203200,2021,12,22,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113460,4,1640205000,2021,12,22,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113461,4,1640206800,2021,12,22,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113462,4,1640208600,2021,12,22,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113463,4,1640210400,2021,12,22,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113464,4,1640212200,2021,12,22,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113465,4,1640260800,2021,12,23,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113466,4,1640262600,2021,12,23,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113467,4,1640264400,2021,12,23,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113468,4,1640266200,2021,12,23,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113469,4,1640268000,2021,12,23,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113470,4,1640269800,2021,12,23,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113471,4,1640271600,2021,12,23,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113472,4,1640286000,2021,12,23,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113473,4,1640287800,2021,12,23,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113474,4,1640289600,2021,12,23,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113475,4,1640291400,2021,12,23,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113476,4,1640293200,2021,12,23,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113477,4,1640295000,2021,12,23,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113478,4,1640296800,2021,12,23,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113479,4,1640298600,2021,12,23,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113480,4,1640347200,2021,12,24,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113481,4,1640349000,2021,12,24,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113482,4,1640350800,2021,12,24,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113483,4,1640352600,2021,12,24,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113484,4,1640354400,2021,12,24,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113485,4,1640356200,2021,12,24,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113486,4,1640358000,2021,12,24,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113487,4,1640372400,2021,12,24,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113488,4,1640374200,2021,12,24,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113489,4,1640376000,2021,12,24,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113490,4,1640377800,2021,12,24,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113491,4,1640379600,2021,12,24,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113492,4,1640381400,2021,12,24,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113493,4,1640383200,2021,12,24,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113494,4,1640385000,2021,12,24,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113495,4,1640433600,2021,12,25,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113496,4,1640435400,2021,12,25,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113497,4,1640437200,2021,12,25,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113498,4,1640439000,2021,12,25,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113499,4,1640440800,2021,12,25,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113500,4,1640442600,2021,12,25,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113501,4,1640444400,2021,12,25,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113502,4,1640458800,2021,12,25,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113503,4,1640460600,2021,12,25,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113504,4,1640462400,2021,12,25,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113505,4,1640464200,2021,12,25,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113506,4,1640466000,2021,12,25,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113507,4,1640467800,2021,12,25,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113508,4,1640469600,2021,12,25,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113509,4,1640471400,2021,12,25,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113510,4,1640520000,2021,12,26,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113511,4,1640521800,2021,12,26,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113512,4,1640523600,2021,12,26,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113513,4,1640525400,2021,12,26,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113514,4,1640527200,2021,12,26,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113515,4,1640529000,2021,12,26,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113516,4,1640530800,2021,12,26,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113517,4,1640532600,2021,12,26,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113518,4,1640545200,2021,12,26,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113519,4,1640547000,2021,12,26,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113520,4,1640548800,2021,12,26,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113521,4,1640550600,2021,12,26,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113522,4,1640552400,2021,12,26,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113523,4,1640554200,2021,12,26,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113524,4,1640556000,2021,12,26,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113525,4,1640557800,2021,12,26,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113526,4,1640606400,2021,12,27,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113527,4,1640608200,2021,12,27,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113528,4,1640610000,2021,12,27,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113529,4,1640611800,2021,12,27,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113530,4,1640613600,2021,12,27,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113531,4,1640615400,2021,12,27,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113532,4,1640617200,2021,12,27,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113533,4,1640631600,2021,12,27,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113534,4,1640633400,2021,12,27,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113535,4,1640635200,2021,12,27,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113536,4,1640637000,2021,12,27,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113537,4,1640638800,2021,12,27,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113538,4,1640640600,2021,12,27,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113539,4,1640642400,2021,12,27,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113540,4,1640644200,2021,12,27,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113541,4,1640692800,2021,12,28,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113542,4,1640694600,2021,12,28,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113543,4,1640696400,2021,12,28,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113544,4,1640698200,2021,12,28,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113545,4,1640700000,2021,12,28,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113546,4,1640701800,2021,12,28,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113547,4,1640703600,2021,12,28,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113548,4,1640718000,2021,12,28,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113549,4,1640719800,2021,12,28,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113550,4,1640721600,2021,12,28,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113551,4,1640723400,2021,12,28,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113552,4,1640725200,2021,12,28,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113553,4,1640727000,2021,12,28,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113554,4,1640728800,2021,12,28,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113555,4,1640730600,2021,12,28,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113556,4,1640779200,2021,12,29,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113557,4,1640781000,2021,12,29,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113558,4,1640782800,2021,12,29,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113559,4,1640784600,2021,12,29,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113560,4,1640786400,2021,12,29,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113561,4,1640788200,2021,12,29,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113562,4,1640790000,2021,12,29,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113563,4,1640804400,2021,12,29,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113564,4,1640806200,2021,12,29,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113565,4,1640808000,2021,12,29,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113566,4,1640809800,2021,12,29,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113567,4,1640811600,2021,12,29,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113568,4,1640813400,2021,12,29,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113569,4,1640815200,2021,12,29,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113570,4,1640817000,2021,12,29,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113571,4,1640865600,2021,12,30,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113572,4,1640867400,2021,12,30,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113573,4,1640869200,2021,12,30,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113574,4,1640871000,2021,12,30,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113575,4,1640872800,2021,12,30,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113576,4,1640874600,2021,12,30,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113577,4,1640876400,2021,12,30,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113578,4,1640890800,2021,12,30,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113579,4,1640892600,2021,12,30,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113580,4,1640894400,2021,12,30,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113581,4,1640896200,2021,12,30,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113582,4,1640898000,2021,12,30,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113583,4,1640899800,2021,12,30,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113584,4,1640901600,2021,12,30,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113585,4,1640903400,2021,12,30,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113586,4,1640952000,2021,12,31,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113587,4,1640953800,2021,12,31,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113588,4,1640955600,2021,12,31,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113589,4,1640957400,2021,12,31,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113590,4,1640959200,2021,12,31,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113591,4,1640961000,2021,12,31,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113592,4,1640962800,2021,12,31,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113593,4,1640977200,2021,12,31,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113594,4,1640979000,2021,12,31,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113595,4,1640980800,2021,12,31,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113596,4,1640982600,2021,12,31,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113597,4,1640984400,2021,12,31,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113598,4,1640986200,2021,12,31,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113599,4,1640988000,2021,12,31,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113600,4,1640989800,2021,12,31,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113601,4,1641038400,2022,1,1,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113602,4,1641040200,2022,1,1,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113603,4,1641042000,2022,1,1,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113604,4,1641043800,2022,1,1,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113605,4,1641045600,2022,1,1,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113606,4,1641047400,2022,1,1,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113607,4,1641049200,2022,1,1,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113608,4,1641063600,2022,1,1,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113609,4,1641065400,2022,1,1,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113610,4,1641067200,2022,1,1,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113611,4,1641069000,2022,1,1,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113612,4,1641070800,2022,1,1,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113613,4,1641072600,2022,1,1,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113614,4,1641074400,2022,1,1,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113615,4,1641076200,2022,1,1,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113616,4,1641124800,2022,1,2,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113617,4,1641126600,2022,1,2,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113618,4,1641128400,2022,1,2,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113619,4,1641130200,2022,1,2,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113620,4,1641132000,2022,1,2,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113621,4,1641133800,2022,1,2,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113622,4,1641135600,2022,1,2,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113623,4,1641137400,2022,1,2,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113624,4,1641150000,2022,1,2,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113625,4,1641151800,2022,1,2,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113626,4,1641153600,2022,1,2,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113627,4,1641155400,2022,1,2,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113628,4,1641157200,2022,1,2,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113629,4,1641159000,2022,1,2,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113630,4,1641160800,2022,1,2,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113631,4,1641162600,2022,1,2,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113632,4,1641211200,2022,1,3,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113633,4,1641213000,2022,1,3,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113634,4,1641214800,2022,1,3,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113635,4,1641216600,2022,1,3,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113636,4,1641218400,2022,1,3,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113637,4,1641220200,2022,1,3,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113638,4,1641222000,2022,1,3,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113639,4,1641236400,2022,1,3,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113640,4,1641238200,2022,1,3,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113641,4,1641240000,2022,1,3,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113642,4,1641241800,2022,1,3,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113643,4,1641243600,2022,1,3,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113644,4,1641245400,2022,1,3,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113645,4,1641247200,2022,1,3,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113646,4,1641249000,2022,1,3,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113647,4,1641297600,2022,1,4,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113648,4,1641299400,2022,1,4,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113649,4,1641301200,2022,1,4,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113650,4,1641303000,2022,1,4,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113651,4,1641304800,2022,1,4,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113652,4,1641306600,2022,1,4,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113653,4,1641308400,2022,1,4,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113654,4,1641322800,2022,1,4,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113655,4,1641324600,2022,1,4,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113656,4,1641326400,2022,1,4,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113657,4,1641328200,2022,1,4,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113658,4,1641330000,2022,1,4,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113659,4,1641331800,2022,1,4,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113660,4,1641333600,2022,1,4,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113661,4,1641335400,2022,1,4,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113662,4,1641384000,2022,1,5,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113663,4,1641385800,2022,1,5,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113664,4,1641387600,2022,1,5,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113665,4,1641389400,2022,1,5,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113666,4,1641391200,2022,1,5,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113667,4,1641393000,2022,1,5,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113668,4,1641394800,2022,1,5,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113669,4,1641409200,2022,1,5,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113670,4,1641411000,2022,1,5,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113671,4,1641412800,2022,1,5,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113672,4,1641414600,2022,1,5,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113673,4,1641416400,2022,1,5,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113674,4,1641418200,2022,1,5,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113675,4,1641420000,2022,1,5,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113676,4,1641421800,2022,1,5,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113677,4,1641470400,2022,1,6,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113678,4,1641472200,2022,1,6,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113679,4,1641474000,2022,1,6,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113680,4,1641475800,2022,1,6,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113681,4,1641477600,2022,1,6,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113682,4,1641479400,2022,1,6,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113683,4,1641481200,2022,1,6,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113684,4,1641495600,2022,1,6,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113685,4,1641497400,2022,1,6,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113686,4,1641499200,2022,1,6,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113687,4,1641501000,2022,1,6,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113688,4,1641502800,2022,1,6,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113689,4,1641504600,2022,1,6,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113690,4,1641506400,2022,1,6,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113691,4,1641508200,2022,1,6,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113692,4,1641556800,2022,1,7,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113693,4,1641558600,2022,1,7,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113694,4,1641560400,2022,1,7,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113695,4,1641562200,2022,1,7,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113696,4,1641564000,2022,1,7,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113697,4,1641565800,2022,1,7,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113698,4,1641567600,2022,1,7,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113699,4,1641582000,2022,1,7,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113700,4,1641583800,2022,1,7,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113701,4,1641585600,2022,1,7,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113702,4,1641587400,2022,1,7,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113703,4,1641589200,2022,1,7,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113704,4,1641591000,2022,1,7,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113705,4,1641592800,2022,1,7,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113706,4,1641594600,2022,1,7,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113707,4,1641643200,2022,1,8,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113708,4,1641645000,2022,1,8,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113709,4,1641646800,2022,1,8,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113710,4,1641648600,2022,1,8,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113711,4,1641650400,2022,1,8,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113712,4,1641652200,2022,1,8,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113713,4,1641654000,2022,1,8,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113714,4,1641668400,2022,1,8,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113715,4,1641670200,2022,1,8,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113716,4,1641672000,2022,1,8,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113717,4,1641673800,2022,1,8,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113718,4,1641675600,2022,1,8,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113719,4,1641677400,2022,1,8,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113720,4,1641679200,2022,1,8,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113721,4,1641681000,2022,1,8,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113722,4,1641729600,2022,1,9,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113723,4,1641731400,2022,1,9,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113724,4,1641733200,2022,1,9,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113725,4,1641735000,2022,1,9,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113726,4,1641736800,2022,1,9,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113727,4,1641738600,2022,1,9,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113728,4,1641740400,2022,1,9,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113729,4,1641742200,2022,1,9,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113730,4,1641754800,2022,1,9,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113731,4,1641756600,2022,1,9,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113732,4,1641758400,2022,1,9,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113733,4,1641760200,2022,1,9,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113734,4,1641762000,2022,1,9,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113735,4,1641763800,2022,1,9,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113736,4,1641765600,2022,1,9,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113737,4,1641767400,2022,1,9,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113738,4,1641816000,2022,1,10,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113739,4,1641817800,2022,1,10,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113740,4,1641819600,2022,1,10,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113741,4,1641821400,2022,1,10,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113742,4,1641823200,2022,1,10,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113743,4,1641825000,2022,1,10,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113744,4,1641826800,2022,1,10,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113745,4,1641841200,2022,1,10,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113746,4,1641843000,2022,1,10,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113747,4,1641844800,2022,1,10,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113748,4,1641846600,2022,1,10,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113749,4,1641848400,2022,1,10,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113750,4,1641850200,2022,1,10,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113751,4,1641852000,2022,1,10,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113752,4,1641853800,2022,1,10,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113753,4,1641902400,2022,1,11,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113754,4,1641904200,2022,1,11,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113755,4,1641906000,2022,1,11,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113756,4,1641907800,2022,1,11,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113757,4,1641909600,2022,1,11,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113758,4,1641911400,2022,1,11,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113759,4,1641913200,2022,1,11,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113760,4,1641927600,2022,1,11,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113761,4,1641929400,2022,1,11,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113762,4,1641931200,2022,1,11,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113763,4,1641933000,2022,1,11,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113764,4,1641934800,2022,1,11,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113765,4,1641936600,2022,1,11,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113766,4,1641938400,2022,1,11,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113767,4,1641940200,2022,1,11,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113768,4,1641988800,2022,1,12,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113769,4,1641990600,2022,1,12,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113770,4,1641992400,2022,1,12,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113771,4,1641994200,2022,1,12,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113772,4,1641996000,2022,1,12,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113773,4,1641997800,2022,1,12,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113774,4,1641999600,2022,1,12,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113775,4,1642014000,2022,1,12,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113776,4,1642015800,2022,1,12,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113777,4,1642017600,2022,1,12,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113778,4,1642019400,2022,1,12,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113779,4,1642021200,2022,1,12,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113780,4,1642023000,2022,1,12,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113781,4,1642024800,2022,1,12,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113782,4,1642026600,2022,1,12,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113783,4,1642075200,2022,1,13,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113784,4,1642077000,2022,1,13,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113785,4,1642078800,2022,1,13,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113786,4,1642080600,2022,1,13,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113787,4,1642082400,2022,1,13,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113788,4,1642084200,2022,1,13,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113789,4,1642086000,2022,1,13,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113790,4,1642100400,2022,1,13,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113791,4,1642102200,2022,1,13,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113792,4,1642104000,2022,1,13,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113793,4,1642105800,2022,1,13,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113794,4,1642107600,2022,1,13,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113795,4,1642109400,2022,1,13,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113796,4,1642111200,2022,1,13,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113797,4,1642113000,2022,1,13,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113798,4,1642161600,2022,1,14,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113799,4,1642163400,2022,1,14,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113800,4,1642165200,2022,1,14,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113801,4,1642167000,2022,1,14,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113802,4,1642168800,2022,1,14,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113803,4,1642170600,2022,1,14,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113804,4,1642172400,2022,1,14,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113805,4,1642186800,2022,1,14,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113806,4,1642188600,2022,1,14,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113807,4,1642190400,2022,1,14,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113808,4,1642192200,2022,1,14,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113809,4,1642194000,2022,1,14,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113810,4,1642195800,2022,1,14,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113811,4,1642197600,2022,1,14,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113812,4,1642199400,2022,1,14,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113813,4,1642248000,2022,1,15,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113814,4,1642249800,2022,1,15,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113815,4,1642251600,2022,1,15,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113816,4,1642253400,2022,1,15,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113817,4,1642255200,2022,1,15,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113818,4,1642257000,2022,1,15,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113819,4,1642258800,2022,1,15,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113820,4,1642273200,2022,1,15,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113821,4,1642275000,2022,1,15,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113822,4,1642276800,2022,1,15,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113823,4,1642278600,2022,1,15,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113824,4,1642280400,2022,1,15,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113825,4,1642282200,2022,1,15,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113826,4,1642284000,2022,1,15,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113827,4,1642285800,2022,1,15,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113828,4,1642334400,2022,1,16,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113829,4,1642336200,2022,1,16,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113830,4,1642338000,2022,1,16,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113831,4,1642339800,2022,1,16,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113832,4,1642341600,2022,1,16,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113833,4,1642343400,2022,1,16,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113834,4,1642345200,2022,1,16,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113835,4,1642347000,2022,1,16,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113836,4,1642359600,2022,1,16,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113837,4,1642361400,2022,1,16,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113838,4,1642363200,2022,1,16,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113839,4,1642365000,2022,1,16,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113840,4,1642366800,2022,1,16,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113841,4,1642368600,2022,1,16,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113842,4,1642370400,2022,1,16,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113843,4,1642372200,2022,1,16,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113844,4,1642420800,2022,1,17,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113845,4,1642422600,2022,1,17,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113846,4,1642424400,2022,1,17,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113847,4,1642426200,2022,1,17,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113848,4,1642428000,2022,1,17,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113849,4,1642429800,2022,1,17,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113850,4,1642431600,2022,1,17,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113851,4,1642446000,2022,1,17,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113852,4,1642447800,2022,1,17,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113853,4,1642449600,2022,1,17,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113854,4,1642451400,2022,1,17,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113855,4,1642453200,2022,1,17,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113856,4,1642455000,2022,1,17,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113857,4,1642456800,2022,1,17,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113858,4,1642458600,2022,1,17,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113859,4,1642507200,2022,1,18,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113860,4,1642509000,2022,1,18,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113861,4,1642510800,2022,1,18,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113862,4,1642512600,2022,1,18,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113863,4,1642514400,2022,1,18,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113864,4,1642516200,2022,1,18,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113865,4,1642518000,2022,1,18,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113866,4,1642532400,2022,1,18,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113867,4,1642534200,2022,1,18,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113868,4,1642536000,2022,1,18,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113869,4,1642537800,2022,1,18,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113870,4,1642539600,2022,1,18,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113871,4,1642541400,2022,1,18,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113872,4,1642543200,2022,1,18,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113873,4,1642545000,2022,1,18,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113874,4,1642593600,2022,1,19,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113875,4,1642595400,2022,1,19,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113876,4,1642597200,2022,1,19,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113877,4,1642599000,2022,1,19,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113878,4,1642600800,2022,1,19,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113879,4,1642602600,2022,1,19,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113880,4,1642604400,2022,1,19,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113881,4,1642618800,2022,1,19,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113882,4,1642620600,2022,1,19,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113883,4,1642622400,2022,1,19,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113884,4,1642624200,2022,1,19,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113885,4,1642626000,2022,1,19,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113886,4,1642627800,2022,1,19,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113887,4,1642629600,2022,1,19,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113888,4,1642631400,2022,1,19,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113889,4,1642680000,2022,1,20,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113890,4,1642681800,2022,1,20,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113891,4,1642683600,2022,1,20,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113892,4,1642685400,2022,1,20,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113893,4,1642687200,2022,1,20,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(113894,4,1642689000,2022,1,20,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(113895,4,1642690800,2022,1,20,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(113896,4,1642705200,2022,1,20,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(113897,4,1642707000,2022,1,20,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(113898,4,1642708800,2022,1,20,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(113899,4,1642710600,2022,1,20,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(113900,4,1642712400,2022,1,20,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(113901,4,1642714200,2022,1,20,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(113902,4,1642716000,2022,1,20,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(113903,4,1642717800,2022,1,20,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(113904,4,1642766400,2022,1,21,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(113905,4,1642768200,2022,1,21,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(113906,4,1642770000,2022,1,21,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(113907,4,1642771800,2022,1,21,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(113908,4,1642773600,2022,1,21,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(113909,4,1642775400,2022,1,21,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(113910,4,1642777200,2022,1,21,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(113911,4,1642791600,2022,1,21,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(113912,4,1642793400,2022,1,21,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(113913,4,1642795200,2022,1,21,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(113914,4,1642797000,2022,1,21,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(113915,4,1642798800,2022,1,21,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(113916,4,1642800600,2022,1,21,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(113917,4,1642802400,2022,1,21,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(113918,4,1642804200,2022,1,21,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(113919,4,1642852800,2022,1,22,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(113920,4,1642854600,2022,1,22,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(113921,4,1642856400,2022,1,22,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(113922,4,1642858200,2022,1,22,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(113923,4,1642860000,2022,1,22,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(113924,4,1642861800,2022,1,22,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(113925,4,1642863600,2022,1,22,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(113926,4,1642878000,2022,1,22,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(113927,4,1642879800,2022,1,22,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(113928,4,1642881600,2022,1,22,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(113929,4,1642883400,2022,1,22,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(113930,4,1642885200,2022,1,22,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(113931,4,1642887000,2022,1,22,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(113932,4,1642888800,2022,1,22,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(113933,4,1642890600,2022,1,22,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(113934,4,1642939200,2022,1,23,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(113935,4,1642941000,2022,1,23,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(113936,4,1642942800,2022,1,23,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(113937,4,1642944600,2022,1,23,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(113938,4,1642946400,2022,1,23,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(113939,4,1642948200,2022,1,23,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(113940,4,1642950000,2022,1,23,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(113941,4,1642951800,2022,1,23,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(113942,4,1642964400,2022,1,23,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(113943,4,1642966200,2022,1,23,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(113944,4,1642968000,2022,1,23,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(113945,4,1642969800,2022,1,23,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(113946,4,1642971600,2022,1,23,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(113947,4,1642973400,2022,1,23,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(113948,4,1642975200,2022,1,23,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(113949,4,1642977000,2022,1,23,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(113950,4,1643025600,2022,1,24,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(113951,4,1643027400,2022,1,24,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(113952,4,1643029200,2022,1,24,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(113953,4,1643031000,2022,1,24,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(113954,4,1643032800,2022,1,24,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(113955,4,1643034600,2022,1,24,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(113956,4,1643036400,2022,1,24,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(113957,4,1643050800,2022,1,24,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(113958,4,1643052600,2022,1,24,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(113959,4,1643054400,2022,1,24,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(113960,4,1643056200,2022,1,24,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(113961,4,1643058000,2022,1,24,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(113962,4,1643059800,2022,1,24,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(113963,4,1643061600,2022,1,24,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(113964,4,1643063400,2022,1,24,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(113965,4,1643112000,2022,1,25,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(113966,4,1643113800,2022,1,25,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(113967,4,1643115600,2022,1,25,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(113968,4,1643117400,2022,1,25,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(113969,4,1643119200,2022,1,25,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(113970,4,1643121000,2022,1,25,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(113971,4,1643122800,2022,1,25,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(113972,4,1643137200,2022,1,25,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(113973,4,1643139000,2022,1,25,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(113974,4,1643140800,2022,1,25,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(113975,4,1643142600,2022,1,25,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(113976,4,1643144400,2022,1,25,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(113977,4,1643146200,2022,1,25,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(113978,4,1643148000,2022,1,25,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(113979,4,1643149800,2022,1,25,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(113980,4,1643198400,2022,1,26,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(113981,4,1643200200,2022,1,26,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(113982,4,1643202000,2022,1,26,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(113983,4,1643203800,2022,1,26,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(113984,4,1643205600,2022,1,26,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(113985,4,1643207400,2022,1,26,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(113986,4,1643209200,2022,1,26,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(113987,4,1643223600,2022,1,26,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(113988,4,1643225400,2022,1,26,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(113989,4,1643227200,2022,1,26,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(113990,4,1643229000,2022,1,26,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(113991,4,1643230800,2022,1,26,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(113992,4,1643232600,2022,1,26,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(113993,4,1643234400,2022,1,26,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(113994,4,1643236200,2022,1,26,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(113995,4,1643284800,2022,1,27,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(113996,4,1643286600,2022,1,27,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(113997,4,1643288400,2022,1,27,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(113998,4,1643290200,2022,1,27,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(113999,4,1643292000,2022,1,27,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114000,4,1643293800,2022,1,27,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114001,4,1643295600,2022,1,27,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114002,4,1643310000,2022,1,27,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114003,4,1643311800,2022,1,27,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114004,4,1643313600,2022,1,27,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114005,4,1643315400,2022,1,27,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114006,4,1643317200,2022,1,27,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114007,4,1643319000,2022,1,27,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114008,4,1643320800,2022,1,27,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114009,4,1643322600,2022,1,27,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114010,4,1643371200,2022,1,28,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114011,4,1643373000,2022,1,28,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114012,4,1643374800,2022,1,28,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114013,4,1643376600,2022,1,28,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114014,4,1643378400,2022,1,28,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114015,4,1643380200,2022,1,28,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114016,4,1643382000,2022,1,28,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114017,4,1643396400,2022,1,28,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114018,4,1643398200,2022,1,28,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114019,4,1643400000,2022,1,28,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114020,4,1643401800,2022,1,28,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114021,4,1643403600,2022,1,28,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114022,4,1643405400,2022,1,28,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114023,4,1643407200,2022,1,28,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114024,4,1643409000,2022,1,28,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114025,4,1643457600,2022,1,29,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114026,4,1643459400,2022,1,29,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114027,4,1643461200,2022,1,29,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114028,4,1643463000,2022,1,29,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114029,4,1643464800,2022,1,29,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114030,4,1643466600,2022,1,29,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114031,4,1643468400,2022,1,29,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114032,4,1643482800,2022,1,29,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114033,4,1643484600,2022,1,29,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114034,4,1643486400,2022,1,29,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114035,4,1643488200,2022,1,29,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114036,4,1643490000,2022,1,29,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114037,4,1643491800,2022,1,29,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114038,4,1643493600,2022,1,29,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114039,4,1643495400,2022,1,29,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114040,4,1643544000,2022,1,30,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114041,4,1643545800,2022,1,30,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114042,4,1643547600,2022,1,30,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114043,4,1643549400,2022,1,30,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114044,4,1643551200,2022,1,30,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114045,4,1643553000,2022,1,30,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114046,4,1643554800,2022,1,30,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114047,4,1643556600,2022,1,30,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114048,4,1643569200,2022,1,30,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114049,4,1643571000,2022,1,30,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114050,4,1643572800,2022,1,30,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114051,4,1643574600,2022,1,30,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114052,4,1643576400,2022,1,30,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114053,4,1643578200,2022,1,30,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114054,4,1643580000,2022,1,30,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114055,4,1643581800,2022,1,30,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114056,4,1643630400,2022,1,31,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114057,4,1643632200,2022,1,31,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114058,4,1643634000,2022,1,31,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114059,4,1643635800,2022,1,31,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114060,4,1643637600,2022,1,31,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114061,4,1643639400,2022,1,31,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114062,4,1643641200,2022,1,31,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114063,4,1643655600,2022,1,31,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114064,4,1643657400,2022,1,31,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114065,4,1643659200,2022,1,31,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114066,4,1643661000,2022,1,31,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114067,4,1643662800,2022,1,31,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114068,4,1643664600,2022,1,31,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114069,4,1643666400,2022,1,31,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114070,4,1643668200,2022,1,31,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114071,4,1643716800,2022,2,1,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114072,4,1643718600,2022,2,1,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114073,4,1643720400,2022,2,1,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114074,4,1643722200,2022,2,1,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114075,4,1643724000,2022,2,1,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114076,4,1643725800,2022,2,1,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114077,4,1643727600,2022,2,1,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114078,4,1643742000,2022,2,1,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114079,4,1643743800,2022,2,1,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114080,4,1643745600,2022,2,1,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114081,4,1643747400,2022,2,1,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114082,4,1643749200,2022,2,1,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114083,4,1643751000,2022,2,1,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114084,4,1643752800,2022,2,1,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114085,4,1643754600,2022,2,1,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114086,4,1643803200,2022,2,2,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114087,4,1643805000,2022,2,2,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114088,4,1643806800,2022,2,2,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114089,4,1643808600,2022,2,2,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114090,4,1643810400,2022,2,2,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114091,4,1643812200,2022,2,2,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114092,4,1643814000,2022,2,2,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114093,4,1643828400,2022,2,2,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114094,4,1643830200,2022,2,2,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114095,4,1643832000,2022,2,2,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114096,4,1643833800,2022,2,2,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114097,4,1643835600,2022,2,2,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114098,4,1643837400,2022,2,2,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114099,4,1643839200,2022,2,2,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114100,4,1643841000,2022,2,2,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114101,4,1643889600,2022,2,3,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114102,4,1643891400,2022,2,3,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114103,4,1643893200,2022,2,3,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114104,4,1643895000,2022,2,3,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114105,4,1643896800,2022,2,3,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114106,4,1643898600,2022,2,3,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114107,4,1643900400,2022,2,3,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114108,4,1643914800,2022,2,3,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114109,4,1643916600,2022,2,3,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114110,4,1643918400,2022,2,3,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114111,4,1643920200,2022,2,3,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114112,4,1643922000,2022,2,3,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114113,4,1643923800,2022,2,3,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114114,4,1643925600,2022,2,3,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114115,4,1643927400,2022,2,3,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114116,4,1643976000,2022,2,4,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114117,4,1643977800,2022,2,4,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114118,4,1643979600,2022,2,4,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114119,4,1643981400,2022,2,4,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114120,4,1643983200,2022,2,4,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114121,4,1643985000,2022,2,4,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114122,4,1643986800,2022,2,4,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114123,4,1644001200,2022,2,4,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114124,4,1644003000,2022,2,4,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114125,4,1644004800,2022,2,4,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114126,4,1644006600,2022,2,4,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114127,4,1644008400,2022,2,4,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114128,4,1644010200,2022,2,4,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114129,4,1644012000,2022,2,4,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114130,4,1644013800,2022,2,4,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114131,4,1644062400,2022,2,5,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114132,4,1644064200,2022,2,5,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114133,4,1644066000,2022,2,5,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114134,4,1644067800,2022,2,5,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114135,4,1644069600,2022,2,5,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114136,4,1644071400,2022,2,5,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114137,4,1644073200,2022,2,5,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114138,4,1644087600,2022,2,5,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114139,4,1644089400,2022,2,5,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114140,4,1644091200,2022,2,5,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114141,4,1644093000,2022,2,5,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114142,4,1644094800,2022,2,5,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114143,4,1644096600,2022,2,5,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114144,4,1644098400,2022,2,5,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114145,4,1644100200,2022,2,5,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114146,4,1644148800,2022,2,6,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114147,4,1644150600,2022,2,6,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114148,4,1644152400,2022,2,6,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114149,4,1644154200,2022,2,6,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114150,4,1644156000,2022,2,6,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114151,4,1644157800,2022,2,6,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114152,4,1644159600,2022,2,6,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114153,4,1644161400,2022,2,6,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114154,4,1644174000,2022,2,6,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114155,4,1644175800,2022,2,6,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114156,4,1644177600,2022,2,6,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114157,4,1644179400,2022,2,6,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114158,4,1644181200,2022,2,6,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114159,4,1644183000,2022,2,6,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114160,4,1644184800,2022,2,6,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114161,4,1644186600,2022,2,6,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114162,4,1644235200,2022,2,7,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114163,4,1644237000,2022,2,7,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114164,4,1644238800,2022,2,7,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114165,4,1644240600,2022,2,7,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114166,4,1644242400,2022,2,7,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114167,4,1644244200,2022,2,7,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114168,4,1644246000,2022,2,7,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114169,4,1644260400,2022,2,7,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114170,4,1644262200,2022,2,7,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114171,4,1644264000,2022,2,7,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114172,4,1644265800,2022,2,7,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114173,4,1644267600,2022,2,7,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114174,4,1644269400,2022,2,7,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114175,4,1644271200,2022,2,7,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114176,4,1644273000,2022,2,7,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114177,4,1644321600,2022,2,8,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114178,4,1644323400,2022,2,8,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114179,4,1644325200,2022,2,8,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114180,4,1644327000,2022,2,8,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114181,4,1644328800,2022,2,8,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114182,4,1644330600,2022,2,8,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114183,4,1644332400,2022,2,8,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114184,4,1644346800,2022,2,8,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114185,4,1644348600,2022,2,8,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114186,4,1644350400,2022,2,8,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114187,4,1644352200,2022,2,8,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114188,4,1644354000,2022,2,8,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114189,4,1644355800,2022,2,8,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114190,4,1644357600,2022,2,8,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114191,4,1644359400,2022,2,8,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114192,4,1644408000,2022,2,9,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114193,4,1644409800,2022,2,9,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114194,4,1644411600,2022,2,9,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114195,4,1644413400,2022,2,9,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114196,4,1644415200,2022,2,9,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114197,4,1644417000,2022,2,9,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114198,4,1644418800,2022,2,9,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114199,4,1644433200,2022,2,9,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114200,4,1644435000,2022,2,9,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114201,4,1644436800,2022,2,9,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114202,4,1644438600,2022,2,9,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114203,4,1644440400,2022,2,9,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114204,4,1644442200,2022,2,9,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114205,4,1644444000,2022,2,9,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114206,4,1644445800,2022,2,9,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114207,4,1644494400,2022,2,10,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114208,4,1644496200,2022,2,10,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114209,4,1644498000,2022,2,10,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114210,4,1644499800,2022,2,10,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114211,4,1644501600,2022,2,10,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114212,4,1644503400,2022,2,10,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114213,4,1644505200,2022,2,10,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114214,4,1644519600,2022,2,10,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114215,4,1644521400,2022,2,10,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114216,4,1644523200,2022,2,10,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114217,4,1644525000,2022,2,10,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114218,4,1644526800,2022,2,10,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114219,4,1644528600,2022,2,10,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114220,4,1644530400,2022,2,10,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114221,4,1644532200,2022,2,10,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114222,4,1644580800,2022,2,11,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114223,4,1644582600,2022,2,11,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114224,4,1644584400,2022,2,11,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114225,4,1644586200,2022,2,11,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114226,4,1644588000,2022,2,11,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114227,4,1644589800,2022,2,11,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114228,4,1644591600,2022,2,11,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114229,4,1644606000,2022,2,11,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114230,4,1644607800,2022,2,11,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114231,4,1644609600,2022,2,11,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114232,4,1644611400,2022,2,11,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114233,4,1644613200,2022,2,11,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114234,4,1644615000,2022,2,11,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114235,4,1644616800,2022,2,11,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114236,4,1644618600,2022,2,11,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114237,4,1644667200,2022,2,12,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114238,4,1644669000,2022,2,12,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114239,4,1644670800,2022,2,12,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114240,4,1644672600,2022,2,12,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114241,4,1644674400,2022,2,12,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114242,4,1644676200,2022,2,12,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114243,4,1644678000,2022,2,12,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114244,4,1644692400,2022,2,12,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114245,4,1644694200,2022,2,12,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114246,4,1644696000,2022,2,12,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114247,4,1644697800,2022,2,12,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114248,4,1644699600,2022,2,12,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114249,4,1644701400,2022,2,12,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114250,4,1644703200,2022,2,12,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114251,4,1644705000,2022,2,12,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114252,4,1644753600,2022,2,13,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114253,4,1644755400,2022,2,13,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114254,4,1644757200,2022,2,13,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114255,4,1644759000,2022,2,13,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114256,4,1644760800,2022,2,13,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114257,4,1644762600,2022,2,13,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114258,4,1644764400,2022,2,13,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114259,4,1644766200,2022,2,13,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114260,4,1644778800,2022,2,13,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114261,4,1644780600,2022,2,13,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114262,4,1644782400,2022,2,13,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114263,4,1644784200,2022,2,13,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114264,4,1644786000,2022,2,13,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114265,4,1644787800,2022,2,13,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114266,4,1644789600,2022,2,13,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114267,4,1644791400,2022,2,13,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114268,4,1644840000,2022,2,14,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114269,4,1644841800,2022,2,14,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114270,4,1644843600,2022,2,14,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114271,4,1644845400,2022,2,14,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114272,4,1644847200,2022,2,14,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114273,4,1644849000,2022,2,14,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114274,4,1644850800,2022,2,14,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114275,4,1644865200,2022,2,14,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114276,4,1644867000,2022,2,14,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114277,4,1644868800,2022,2,14,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114278,4,1644870600,2022,2,14,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114279,4,1644872400,2022,2,14,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114280,4,1644874200,2022,2,14,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114281,4,1644876000,2022,2,14,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114282,4,1644877800,2022,2,14,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114283,4,1644926400,2022,2,15,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114284,4,1644928200,2022,2,15,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114285,4,1644930000,2022,2,15,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114286,4,1644931800,2022,2,15,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114287,4,1644933600,2022,2,15,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114288,4,1644935400,2022,2,15,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114289,4,1644937200,2022,2,15,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114290,4,1644951600,2022,2,15,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114291,4,1644953400,2022,2,15,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114292,4,1644955200,2022,2,15,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114293,4,1644957000,2022,2,15,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114294,4,1644958800,2022,2,15,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114295,4,1644960600,2022,2,15,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114296,4,1644962400,2022,2,15,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114297,4,1644964200,2022,2,15,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114298,4,1645012800,2022,2,16,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114299,4,1645014600,2022,2,16,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114300,4,1645016400,2022,2,16,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114301,4,1645018200,2022,2,16,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114302,4,1645020000,2022,2,16,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114303,4,1645021800,2022,2,16,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114304,4,1645023600,2022,2,16,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114305,4,1645038000,2022,2,16,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114306,4,1645039800,2022,2,16,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114307,4,1645041600,2022,2,16,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114308,4,1645043400,2022,2,16,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114309,4,1645045200,2022,2,16,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114310,4,1645047000,2022,2,16,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114311,4,1645048800,2022,2,16,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114312,4,1645050600,2022,2,16,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114313,4,1645099200,2022,2,17,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114314,4,1645101000,2022,2,17,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114315,4,1645102800,2022,2,17,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114316,4,1645104600,2022,2,17,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114317,4,1645106400,2022,2,17,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114318,4,1645108200,2022,2,17,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114319,4,1645110000,2022,2,17,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114320,4,1645124400,2022,2,17,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114321,4,1645126200,2022,2,17,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114322,4,1645128000,2022,2,17,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114323,4,1645129800,2022,2,17,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114324,4,1645131600,2022,2,17,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114325,4,1645133400,2022,2,17,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114326,4,1645135200,2022,2,17,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114327,4,1645137000,2022,2,17,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114328,4,1645185600,2022,2,18,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114329,4,1645187400,2022,2,18,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114330,4,1645189200,2022,2,18,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114331,4,1645191000,2022,2,18,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114332,4,1645192800,2022,2,18,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114333,4,1645194600,2022,2,18,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114334,4,1645196400,2022,2,18,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114335,4,1645210800,2022,2,18,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114336,4,1645212600,2022,2,18,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114337,4,1645214400,2022,2,18,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114338,4,1645216200,2022,2,18,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114339,4,1645218000,2022,2,18,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114340,4,1645219800,2022,2,18,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114341,4,1645221600,2022,2,18,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114342,4,1645223400,2022,2,18,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114343,4,1645272000,2022,2,19,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114344,4,1645273800,2022,2,19,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114345,4,1645275600,2022,2,19,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114346,4,1645277400,2022,2,19,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114347,4,1645279200,2022,2,19,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114348,4,1645281000,2022,2,19,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114349,4,1645282800,2022,2,19,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114350,4,1645297200,2022,2,19,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114351,4,1645299000,2022,2,19,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114352,4,1645300800,2022,2,19,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114353,4,1645302600,2022,2,19,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114354,4,1645304400,2022,2,19,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114355,4,1645306200,2022,2,19,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114356,4,1645308000,2022,2,19,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114357,4,1645309800,2022,2,19,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114358,4,1645358400,2022,2,20,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114359,4,1645360200,2022,2,20,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114360,4,1645362000,2022,2,20,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114361,4,1645363800,2022,2,20,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114362,4,1645365600,2022,2,20,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114363,4,1645367400,2022,2,20,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114364,4,1645369200,2022,2,20,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114365,4,1645371000,2022,2,20,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114366,4,1645383600,2022,2,20,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114367,4,1645385400,2022,2,20,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114368,4,1645387200,2022,2,20,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114369,4,1645389000,2022,2,20,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114370,4,1645390800,2022,2,20,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114371,4,1645392600,2022,2,20,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114372,4,1645394400,2022,2,20,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114373,4,1645396200,2022,2,20,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114374,4,1645444800,2022,2,21,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114375,4,1645446600,2022,2,21,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114376,4,1645448400,2022,2,21,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114377,4,1645450200,2022,2,21,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114378,4,1645452000,2022,2,21,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114379,4,1645453800,2022,2,21,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114380,4,1645455600,2022,2,21,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114381,4,1645470000,2022,2,21,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114382,4,1645471800,2022,2,21,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114383,4,1645473600,2022,2,21,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114384,4,1645475400,2022,2,21,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114385,4,1645477200,2022,2,21,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114386,4,1645479000,2022,2,21,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114387,4,1645480800,2022,2,21,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114388,4,1645482600,2022,2,21,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114389,4,1645531200,2022,2,22,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114390,4,1645533000,2022,2,22,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114391,4,1645534800,2022,2,22,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114392,4,1645536600,2022,2,22,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114393,4,1645538400,2022,2,22,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114394,4,1645540200,2022,2,22,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114395,4,1645542000,2022,2,22,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114396,4,1645556400,2022,2,22,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114397,4,1645558200,2022,2,22,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114398,4,1645560000,2022,2,22,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114399,4,1645561800,2022,2,22,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114400,4,1645563600,2022,2,22,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114401,4,1645565400,2022,2,22,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114402,4,1645567200,2022,2,22,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114403,4,1645569000,2022,2,22,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114404,4,1645617600,2022,2,23,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114405,4,1645619400,2022,2,23,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114406,4,1645621200,2022,2,23,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114407,4,1645623000,2022,2,23,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114408,4,1645624800,2022,2,23,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114409,4,1645626600,2022,2,23,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114410,4,1645628400,2022,2,23,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114411,4,1645642800,2022,2,23,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114412,4,1645644600,2022,2,23,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114413,4,1645646400,2022,2,23,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114414,4,1645648200,2022,2,23,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114415,4,1645650000,2022,2,23,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114416,4,1645651800,2022,2,23,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114417,4,1645653600,2022,2,23,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114418,4,1645655400,2022,2,23,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114419,4,1645704000,2022,2,24,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114420,4,1645705800,2022,2,24,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114421,4,1645707600,2022,2,24,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114422,4,1645709400,2022,2,24,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114423,4,1645711200,2022,2,24,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114424,4,1645713000,2022,2,24,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114425,4,1645714800,2022,2,24,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114426,4,1645729200,2022,2,24,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114427,4,1645731000,2022,2,24,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114428,4,1645732800,2022,2,24,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114429,4,1645734600,2022,2,24,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114430,4,1645736400,2022,2,24,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114431,4,1645738200,2022,2,24,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114432,4,1645740000,2022,2,24,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114433,4,1645741800,2022,2,24,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114434,4,1645790400,2022,2,25,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114435,4,1645792200,2022,2,25,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114436,4,1645794000,2022,2,25,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114437,4,1645795800,2022,2,25,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114438,4,1645797600,2022,2,25,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114439,4,1645799400,2022,2,25,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114440,4,1645801200,2022,2,25,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114441,4,1645815600,2022,2,25,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114442,4,1645817400,2022,2,25,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114443,4,1645819200,2022,2,25,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114444,4,1645821000,2022,2,25,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114445,4,1645822800,2022,2,25,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114446,4,1645824600,2022,2,25,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114447,4,1645826400,2022,2,25,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114448,4,1645828200,2022,2,25,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114449,4,1645876800,2022,2,26,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114450,4,1645878600,2022,2,26,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114451,4,1645880400,2022,2,26,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114452,4,1645882200,2022,2,26,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114453,4,1645884000,2022,2,26,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114454,4,1645885800,2022,2,26,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114455,4,1645887600,2022,2,26,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114456,4,1645902000,2022,2,26,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114457,4,1645903800,2022,2,26,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114458,4,1645905600,2022,2,26,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114459,4,1645907400,2022,2,26,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114460,4,1645909200,2022,2,26,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114461,4,1645911000,2022,2,26,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114462,4,1645912800,2022,2,26,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114463,4,1645914600,2022,2,26,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114464,4,1645963200,2022,2,27,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114465,4,1645965000,2022,2,27,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114466,4,1645966800,2022,2,27,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114467,4,1645968600,2022,2,27,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114468,4,1645970400,2022,2,27,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114469,4,1645972200,2022,2,27,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114470,4,1645974000,2022,2,27,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114471,4,1645975800,2022,2,27,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114472,4,1645988400,2022,2,27,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114473,4,1645990200,2022,2,27,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114474,4,1645992000,2022,2,27,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114475,4,1645993800,2022,2,27,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114476,4,1645995600,2022,2,27,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114477,4,1645997400,2022,2,27,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114478,4,1645999200,2022,2,27,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114479,4,1646001000,2022,2,27,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114480,4,1646049600,2022,2,28,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114481,4,1646051400,2022,2,28,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114482,4,1646053200,2022,2,28,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114483,4,1646055000,2022,2,28,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114484,4,1646056800,2022,2,28,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114485,4,1646058600,2022,2,28,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114486,4,1646060400,2022,2,28,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114487,4,1646074800,2022,2,28,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114488,4,1646076600,2022,2,28,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114489,4,1646078400,2022,2,28,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114490,4,1646080200,2022,2,28,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114491,4,1646082000,2022,2,28,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114492,4,1646083800,2022,2,28,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114493,4,1646085600,2022,2,28,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114494,4,1646087400,2022,2,28,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114495,4,1646136000,2022,3,1,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114496,4,1646137800,2022,3,1,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114497,4,1646139600,2022,3,1,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114498,4,1646141400,2022,3,1,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114499,4,1646143200,2022,3,1,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114500,4,1646145000,2022,3,1,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114501,4,1646146800,2022,3,1,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114502,4,1646161200,2022,3,1,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114503,4,1646163000,2022,3,1,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114504,4,1646164800,2022,3,1,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114505,4,1646166600,2022,3,1,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114506,4,1646168400,2022,3,1,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114507,4,1646170200,2022,3,1,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114508,4,1646172000,2022,3,1,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114509,4,1646173800,2022,3,1,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114510,4,1646222400,2022,3,2,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114511,4,1646224200,2022,3,2,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114512,4,1646226000,2022,3,2,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114513,4,1646227800,2022,3,2,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114514,4,1646229600,2022,3,2,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114515,4,1646231400,2022,3,2,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114516,4,1646233200,2022,3,2,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114517,4,1646247600,2022,3,2,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114518,4,1646249400,2022,3,2,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114519,4,1646251200,2022,3,2,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114520,4,1646253000,2022,3,2,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114521,4,1646254800,2022,3,2,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114522,4,1646256600,2022,3,2,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114523,4,1646258400,2022,3,2,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114524,4,1646260200,2022,3,2,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114525,4,1646308800,2022,3,3,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114526,4,1646310600,2022,3,3,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114527,4,1646312400,2022,3,3,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114528,4,1646314200,2022,3,3,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114529,4,1646316000,2022,3,3,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114530,4,1646317800,2022,3,3,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114531,4,1646319600,2022,3,3,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114532,4,1646334000,2022,3,3,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114533,4,1646335800,2022,3,3,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114534,4,1646337600,2022,3,3,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114535,4,1646339400,2022,3,3,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114536,4,1646341200,2022,3,3,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114537,4,1646343000,2022,3,3,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114538,4,1646344800,2022,3,3,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114539,4,1646346600,2022,3,3,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114540,4,1646395200,2022,3,4,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114541,4,1646397000,2022,3,4,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114542,4,1646398800,2022,3,4,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114543,4,1646400600,2022,3,4,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114544,4,1646402400,2022,3,4,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114545,4,1646404200,2022,3,4,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114546,4,1646406000,2022,3,4,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114547,4,1646420400,2022,3,4,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114548,4,1646422200,2022,3,4,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114549,4,1646424000,2022,3,4,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114550,4,1646425800,2022,3,4,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114551,4,1646427600,2022,3,4,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114552,4,1646429400,2022,3,4,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114553,4,1646431200,2022,3,4,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114554,4,1646433000,2022,3,4,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114555,4,1646481600,2022,3,5,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114556,4,1646483400,2022,3,5,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114557,4,1646485200,2022,3,5,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114558,4,1646487000,2022,3,5,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114559,4,1646488800,2022,3,5,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114560,4,1646490600,2022,3,5,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114561,4,1646492400,2022,3,5,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114562,4,1646506800,2022,3,5,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114563,4,1646508600,2022,3,5,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114564,4,1646510400,2022,3,5,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114565,4,1646512200,2022,3,5,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114566,4,1646514000,2022,3,5,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114567,4,1646515800,2022,3,5,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114568,4,1646517600,2022,3,5,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114569,4,1646519400,2022,3,5,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114570,4,1646568000,2022,3,6,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114571,4,1646569800,2022,3,6,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114572,4,1646571600,2022,3,6,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114573,4,1646573400,2022,3,6,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114574,4,1646575200,2022,3,6,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114575,4,1646577000,2022,3,6,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114576,4,1646578800,2022,3,6,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114577,4,1646580600,2022,3,6,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114578,4,1646593200,2022,3,6,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114579,4,1646595000,2022,3,6,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114580,4,1646596800,2022,3,6,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114581,4,1646598600,2022,3,6,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114582,4,1646600400,2022,3,6,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114583,4,1646602200,2022,3,6,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114584,4,1646604000,2022,3,6,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114585,4,1646605800,2022,3,6,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114586,4,1646654400,2022,3,7,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114587,4,1646656200,2022,3,7,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114588,4,1646658000,2022,3,7,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114589,4,1646659800,2022,3,7,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114590,4,1646661600,2022,3,7,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114591,4,1646663400,2022,3,7,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114592,4,1646665200,2022,3,7,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114593,4,1646679600,2022,3,7,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114594,4,1646681400,2022,3,7,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114595,4,1646683200,2022,3,7,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114596,4,1646685000,2022,3,7,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114597,4,1646686800,2022,3,7,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114598,4,1646688600,2022,3,7,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114599,4,1646690400,2022,3,7,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114600,4,1646692200,2022,3,7,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114601,4,1646740800,2022,3,8,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114602,4,1646742600,2022,3,8,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114603,4,1646744400,2022,3,8,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114604,4,1646746200,2022,3,8,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114605,4,1646748000,2022,3,8,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114606,4,1646749800,2022,3,8,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114607,4,1646751600,2022,3,8,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114608,4,1646766000,2022,3,8,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114609,4,1646767800,2022,3,8,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114610,4,1646769600,2022,3,8,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114611,4,1646771400,2022,3,8,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114612,4,1646773200,2022,3,8,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114613,4,1646775000,2022,3,8,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114614,4,1646776800,2022,3,8,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114615,4,1646778600,2022,3,8,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114616,4,1646827200,2022,3,9,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114617,4,1646829000,2022,3,9,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114618,4,1646830800,2022,3,9,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114619,4,1646832600,2022,3,9,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114620,4,1646834400,2022,3,9,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114621,4,1646836200,2022,3,9,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114622,4,1646838000,2022,3,9,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114623,4,1646852400,2022,3,9,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114624,4,1646854200,2022,3,9,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114625,4,1646856000,2022,3,9,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114626,4,1646857800,2022,3,9,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114627,4,1646859600,2022,3,9,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114628,4,1646861400,2022,3,9,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114629,4,1646863200,2022,3,9,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114630,4,1646865000,2022,3,9,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114631,4,1646913600,2022,3,10,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114632,4,1646915400,2022,3,10,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114633,4,1646917200,2022,3,10,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114634,4,1646919000,2022,3,10,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114635,4,1646920800,2022,3,10,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114636,4,1646922600,2022,3,10,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114637,4,1646924400,2022,3,10,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114638,4,1646938800,2022,3,10,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114639,4,1646940600,2022,3,10,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114640,4,1646942400,2022,3,10,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114641,4,1646944200,2022,3,10,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114642,4,1646946000,2022,3,10,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114643,4,1646947800,2022,3,10,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114644,4,1646949600,2022,3,10,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114645,4,1646951400,2022,3,10,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114646,4,1647000000,2022,3,11,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114647,4,1647001800,2022,3,11,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114648,4,1647003600,2022,3,11,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114649,4,1647005400,2022,3,11,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114650,4,1647007200,2022,3,11,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114651,4,1647009000,2022,3,11,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114652,4,1647010800,2022,3,11,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114653,4,1647025200,2022,3,11,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114654,4,1647027000,2022,3,11,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114655,4,1647028800,2022,3,11,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114656,4,1647030600,2022,3,11,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114657,4,1647032400,2022,3,11,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114658,4,1647034200,2022,3,11,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114659,4,1647036000,2022,3,11,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114660,4,1647037800,2022,3,11,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114661,4,1647086400,2022,3,12,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114662,4,1647088200,2022,3,12,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114663,4,1647090000,2022,3,12,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114664,4,1647091800,2022,3,12,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114665,4,1647093600,2022,3,12,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114666,4,1647095400,2022,3,12,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114667,4,1647097200,2022,3,12,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114668,4,1647111600,2022,3,12,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114669,4,1647113400,2022,3,12,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114670,4,1647115200,2022,3,12,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114671,4,1647117000,2022,3,12,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114672,4,1647118800,2022,3,12,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114673,4,1647120600,2022,3,12,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114674,4,1647122400,2022,3,12,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114675,4,1647124200,2022,3,12,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114676,4,1647172800,2022,3,13,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114677,4,1647174600,2022,3,13,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114678,4,1647176400,2022,3,13,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114679,4,1647178200,2022,3,13,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114680,4,1647180000,2022,3,13,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114681,4,1647181800,2022,3,13,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114682,4,1647183600,2022,3,13,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114683,4,1647185400,2022,3,13,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114684,4,1647198000,2022,3,13,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114685,4,1647199800,2022,3,13,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114686,4,1647201600,2022,3,13,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114687,4,1647203400,2022,3,13,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114688,4,1647205200,2022,3,13,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114689,4,1647207000,2022,3,13,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114690,4,1647208800,2022,3,13,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114691,4,1647210600,2022,3,13,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114692,4,1647259200,2022,3,14,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114693,4,1647261000,2022,3,14,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114694,4,1647262800,2022,3,14,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114695,4,1647264600,2022,3,14,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114696,4,1647266400,2022,3,14,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114697,4,1647268200,2022,3,14,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114698,4,1647270000,2022,3,14,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114699,4,1647284400,2022,3,14,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114700,4,1647286200,2022,3,14,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114701,4,1647288000,2022,3,14,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114702,4,1647289800,2022,3,14,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114703,4,1647291600,2022,3,14,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114704,4,1647293400,2022,3,14,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114705,4,1647295200,2022,3,14,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114706,4,1647297000,2022,3,14,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114707,4,1647345600,2022,3,15,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114708,4,1647347400,2022,3,15,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114709,4,1647349200,2022,3,15,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114710,4,1647351000,2022,3,15,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114711,4,1647352800,2022,3,15,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114712,4,1647354600,2022,3,15,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114713,4,1647356400,2022,3,15,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114714,4,1647370800,2022,3,15,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114715,4,1647372600,2022,3,15,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114716,4,1647374400,2022,3,15,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114717,4,1647376200,2022,3,15,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114718,4,1647378000,2022,3,15,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114719,4,1647379800,2022,3,15,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114720,4,1647381600,2022,3,15,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114721,4,1647383400,2022,3,15,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114722,4,1647432000,2022,3,16,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114723,4,1647433800,2022,3,16,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114724,4,1647435600,2022,3,16,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114725,4,1647437400,2022,3,16,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114726,4,1647439200,2022,3,16,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114727,4,1647441000,2022,3,16,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114728,4,1647442800,2022,3,16,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114729,4,1647457200,2022,3,16,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114730,4,1647459000,2022,3,16,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114731,4,1647460800,2022,3,16,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114732,4,1647462600,2022,3,16,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114733,4,1647464400,2022,3,16,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114734,4,1647466200,2022,3,16,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114735,4,1647468000,2022,3,16,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114736,4,1647469800,2022,3,16,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114737,4,1647518400,2022,3,17,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114738,4,1647520200,2022,3,17,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114739,4,1647522000,2022,3,17,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114740,4,1647523800,2022,3,17,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114741,4,1647525600,2022,3,17,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114742,4,1647527400,2022,3,17,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114743,4,1647529200,2022,3,17,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114744,4,1647543600,2022,3,17,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114745,4,1647545400,2022,3,17,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114746,4,1647547200,2022,3,17,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114747,4,1647549000,2022,3,17,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114748,4,1647550800,2022,3,17,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114749,4,1647552600,2022,3,17,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114750,4,1647554400,2022,3,17,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114751,4,1647556200,2022,3,17,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114752,4,1647604800,2022,3,18,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114753,4,1647606600,2022,3,18,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114754,4,1647608400,2022,3,18,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114755,4,1647610200,2022,3,18,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114756,4,1647612000,2022,3,18,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114757,4,1647613800,2022,3,18,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114758,4,1647615600,2022,3,18,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114759,4,1647630000,2022,3,18,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114760,4,1647631800,2022,3,18,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114761,4,1647633600,2022,3,18,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114762,4,1647635400,2022,3,18,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114763,4,1647637200,2022,3,18,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114764,4,1647639000,2022,3,18,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114765,4,1647640800,2022,3,18,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114766,4,1647642600,2022,3,18,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114767,4,1647691200,2022,3,19,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114768,4,1647693000,2022,3,19,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114769,4,1647694800,2022,3,19,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114770,4,1647696600,2022,3,19,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114771,4,1647698400,2022,3,19,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114772,4,1647700200,2022,3,19,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114773,4,1647702000,2022,3,19,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114774,4,1647716400,2022,3,19,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114775,4,1647718200,2022,3,19,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114776,4,1647720000,2022,3,19,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114777,4,1647721800,2022,3,19,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114778,4,1647723600,2022,3,19,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114779,4,1647725400,2022,3,19,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114780,4,1647727200,2022,3,19,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114781,4,1647729000,2022,3,19,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114782,4,1647777600,2022,3,20,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114783,4,1647779400,2022,3,20,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114784,4,1647781200,2022,3,20,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114785,4,1647783000,2022,3,20,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114786,4,1647784800,2022,3,20,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114787,4,1647786600,2022,3,20,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114788,4,1647788400,2022,3,20,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114789,4,1647790200,2022,3,20,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114790,4,1647802800,2022,3,20,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114791,4,1647804600,2022,3,20,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114792,4,1647806400,2022,3,20,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114793,4,1647808200,2022,3,20,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114794,4,1647810000,2022,3,20,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114795,4,1647811800,2022,3,20,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114796,4,1647813600,2022,3,20,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114797,4,1647815400,2022,3,20,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114798,4,1647864000,2022,3,21,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114799,4,1647865800,2022,3,21,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114800,4,1647867600,2022,3,21,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114801,4,1647869400,2022,3,21,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114802,4,1647871200,2022,3,21,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114803,4,1647873000,2022,3,21,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114804,4,1647874800,2022,3,21,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114805,4,1647889200,2022,3,21,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114806,4,1647891000,2022,3,21,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114807,4,1647892800,2022,3,21,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114808,4,1647894600,2022,3,21,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114809,4,1647896400,2022,3,21,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114810,4,1647898200,2022,3,21,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114811,4,1647900000,2022,3,21,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114812,4,1647901800,2022,3,21,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114813,4,1647950400,2022,3,22,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114814,4,1647952200,2022,3,22,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114815,4,1647954000,2022,3,22,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114816,4,1647955800,2022,3,22,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114817,4,1647957600,2022,3,22,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114818,4,1647959400,2022,3,22,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114819,4,1647961200,2022,3,22,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114820,4,1647975600,2022,3,22,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114821,4,1647977400,2022,3,22,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114822,4,1647979200,2022,3,22,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114823,4,1647981000,2022,3,22,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114824,4,1647982800,2022,3,22,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114825,4,1647984600,2022,3,22,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114826,4,1647986400,2022,3,22,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114827,4,1647988200,2022,3,22,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114828,4,1648036800,2022,3,23,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114829,4,1648038600,2022,3,23,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114830,4,1648040400,2022,3,23,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114831,4,1648042200,2022,3,23,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114832,4,1648044000,2022,3,23,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114833,4,1648045800,2022,3,23,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114834,4,1648047600,2022,3,23,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114835,4,1648062000,2022,3,23,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114836,4,1648063800,2022,3,23,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114837,4,1648065600,2022,3,23,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114838,4,1648067400,2022,3,23,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114839,4,1648069200,2022,3,23,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114840,4,1648071000,2022,3,23,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114841,4,1648072800,2022,3,23,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114842,4,1648074600,2022,3,23,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114843,4,1648123200,2022,3,24,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114844,4,1648125000,2022,3,24,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114845,4,1648126800,2022,3,24,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114846,4,1648128600,2022,3,24,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114847,4,1648130400,2022,3,24,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114848,4,1648132200,2022,3,24,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114849,4,1648134000,2022,3,24,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114850,4,1648148400,2022,3,24,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114851,4,1648150200,2022,3,24,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114852,4,1648152000,2022,3,24,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114853,4,1648153800,2022,3,24,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114854,4,1648155600,2022,3,24,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114855,4,1648157400,2022,3,24,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114856,4,1648159200,2022,3,24,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114857,4,1648161000,2022,3,24,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114858,4,1648209600,2022,3,25,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114859,4,1648211400,2022,3,25,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114860,4,1648213200,2022,3,25,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114861,4,1648215000,2022,3,25,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114862,4,1648216800,2022,3,25,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114863,4,1648218600,2022,3,25,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114864,4,1648220400,2022,3,25,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114865,4,1648234800,2022,3,25,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114866,4,1648236600,2022,3,25,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114867,4,1648238400,2022,3,25,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114868,4,1648240200,2022,3,25,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114869,4,1648242000,2022,3,25,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114870,4,1648243800,2022,3,25,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114871,4,1648245600,2022,3,25,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114872,4,1648247400,2022,3,25,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114873,4,1648296000,2022,3,26,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114874,4,1648297800,2022,3,26,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114875,4,1648299600,2022,3,26,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114876,4,1648301400,2022,3,26,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114877,4,1648303200,2022,3,26,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114878,4,1648305000,2022,3,26,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114879,4,1648306800,2022,3,26,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114880,4,1648321200,2022,3,26,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114881,4,1648323000,2022,3,26,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114882,4,1648324800,2022,3,26,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114883,4,1648326600,2022,3,26,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114884,4,1648328400,2022,3,26,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114885,4,1648330200,2022,3,26,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114886,4,1648332000,2022,3,26,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114887,4,1648333800,2022,3,26,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114888,4,1648465200,2022,3,28,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114889,4,1648467000,2022,3,28,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114890,4,1648468800,2022,3,28,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114891,4,1648470600,2022,3,28,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114892,4,1648472400,2022,3,28,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114893,4,1648474200,2022,3,28,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(114894,4,1648476000,2022,3,28,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(114895,4,1648490400,2022,3,28,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(114896,4,1648492200,2022,3,28,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(114897,4,1648494000,2022,3,28,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(114898,4,1648495800,2022,3,28,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(114899,4,1648497600,2022,3,28,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(114900,4,1648499400,2022,3,28,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(114901,4,1648501200,2022,3,28,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(114902,4,1648503000,2022,3,28,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(114903,4,1648551600,2022,3,29,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(114904,4,1648553400,2022,3,29,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(114905,4,1648555200,2022,3,29,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(114906,4,1648557000,2022,3,29,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(114907,4,1648558800,2022,3,29,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(114908,4,1648560600,2022,3,29,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(114909,4,1648562400,2022,3,29,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(114910,4,1648576800,2022,3,29,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(114911,4,1648578600,2022,3,29,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(114912,4,1648580400,2022,3,29,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(114913,4,1648582200,2022,3,29,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(114914,4,1648584000,2022,3,29,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(114915,4,1648585800,2022,3,29,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(114916,4,1648587600,2022,3,29,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(114917,4,1648589400,2022,3,29,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(114918,4,1648638000,2022,3,30,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(114919,4,1648639800,2022,3,30,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(114920,4,1648641600,2022,3,30,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(114921,4,1648643400,2022,3,30,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(114922,4,1648645200,2022,3,30,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(114923,4,1648647000,2022,3,30,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(114924,4,1648648800,2022,3,30,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(114925,4,1648663200,2022,3,30,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(114926,4,1648665000,2022,3,30,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(114927,4,1648666800,2022,3,30,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(114928,4,1648668600,2022,3,30,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(114929,4,1648670400,2022,3,30,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(114930,4,1648672200,2022,3,30,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(114931,4,1648674000,2022,3,30,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(114932,4,1648675800,2022,3,30,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(114933,4,1648724400,2022,3,31,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(114934,4,1648726200,2022,3,31,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(114935,4,1648728000,2022,3,31,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(114936,4,1648729800,2022,3,31,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(114937,4,1648731600,2022,3,31,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(114938,4,1648733400,2022,3,31,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(114939,4,1648735200,2022,3,31,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(114940,4,1648749600,2022,3,31,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(114941,4,1648751400,2022,3,31,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(114942,4,1648753200,2022,3,31,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(114943,4,1648755000,2022,3,31,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(114944,4,1648756800,2022,3,31,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(114945,4,1648758600,2022,3,31,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(114946,4,1648760400,2022,3,31,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(114947,4,1648762200,2022,3,31,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(114948,4,1648810800,2022,4,1,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(114949,4,1648812600,2022,4,1,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(114950,4,1648814400,2022,4,1,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(114951,4,1648816200,2022,4,1,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(114952,4,1648818000,2022,4,1,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(114953,4,1648819800,2022,4,1,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(114954,4,1648821600,2022,4,1,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(114955,4,1648836000,2022,4,1,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(114956,4,1648837800,2022,4,1,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(114957,4,1648839600,2022,4,1,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(114958,4,1648841400,2022,4,1,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(114959,4,1648843200,2022,4,1,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(114960,4,1648845000,2022,4,1,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(114961,4,1648846800,2022,4,1,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(114962,4,1648848600,2022,4,1,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(114963,4,1648897200,2022,4,2,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(114964,4,1648899000,2022,4,2,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(114965,4,1648900800,2022,4,2,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(114966,4,1648902600,2022,4,2,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(114967,4,1648904400,2022,4,2,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(114968,4,1648906200,2022,4,2,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(114969,4,1648908000,2022,4,2,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(114970,4,1648922400,2022,4,2,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(114971,4,1648924200,2022,4,2,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(114972,4,1648926000,2022,4,2,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(114973,4,1648927800,2022,4,2,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(114974,4,1648929600,2022,4,2,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(114975,4,1648931400,2022,4,2,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(114976,4,1648933200,2022,4,2,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(114977,4,1648935000,2022,4,2,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(114978,4,1648983600,2022,4,3,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(114979,4,1648985400,2022,4,3,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(114980,4,1648987200,2022,4,3,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(114981,4,1648989000,2022,4,3,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(114982,4,1648990800,2022,4,3,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(114983,4,1648992600,2022,4,3,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(114984,4,1648994400,2022,4,3,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(114985,4,1648996200,2022,4,3,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(114986,4,1649008800,2022,4,3,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(114987,4,1649010600,2022,4,3,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(114988,4,1649012400,2022,4,3,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(114989,4,1649014200,2022,4,3,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(114990,4,1649016000,2022,4,3,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(114991,4,1649017800,2022,4,3,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(114992,4,1649019600,2022,4,3,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(114993,4,1649021400,2022,4,3,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(114994,4,1649070000,2022,4,4,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(114995,4,1649071800,2022,4,4,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(114996,4,1649073600,2022,4,4,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(114997,4,1649075400,2022,4,4,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(114998,4,1649077200,2022,4,4,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(114999,4,1649079000,2022,4,4,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115000,4,1649080800,2022,4,4,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115001,4,1649095200,2022,4,4,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115002,4,1649097000,2022,4,4,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115003,4,1649098800,2022,4,4,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115004,4,1649100600,2022,4,4,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115005,4,1649102400,2022,4,4,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115006,4,1649104200,2022,4,4,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115007,4,1649106000,2022,4,4,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115008,4,1649107800,2022,4,4,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115009,4,1649156400,2022,4,5,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115010,4,1649158200,2022,4,5,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115011,4,1649160000,2022,4,5,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115012,4,1649161800,2022,4,5,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115013,4,1649163600,2022,4,5,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115014,4,1649165400,2022,4,5,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115015,4,1649167200,2022,4,5,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115016,4,1649181600,2022,4,5,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115017,4,1649183400,2022,4,5,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115018,4,1649185200,2022,4,5,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115019,4,1649187000,2022,4,5,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115020,4,1649188800,2022,4,5,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115021,4,1649190600,2022,4,5,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115022,4,1649192400,2022,4,5,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115023,4,1649194200,2022,4,5,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115024,4,1649242800,2022,4,6,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115025,4,1649244600,2022,4,6,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115026,4,1649246400,2022,4,6,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115027,4,1649248200,2022,4,6,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115028,4,1649250000,2022,4,6,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115029,4,1649251800,2022,4,6,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115030,4,1649253600,2022,4,6,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115031,4,1649268000,2022,4,6,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115032,4,1649269800,2022,4,6,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115033,4,1649271600,2022,4,6,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115034,4,1649273400,2022,4,6,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115035,4,1649275200,2022,4,6,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115036,4,1649277000,2022,4,6,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115037,4,1649278800,2022,4,6,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115038,4,1649280600,2022,4,6,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115039,4,1649329200,2022,4,7,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115040,4,1649331000,2022,4,7,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115041,4,1649332800,2022,4,7,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115042,4,1649334600,2022,4,7,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115043,4,1649336400,2022,4,7,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115044,4,1649338200,2022,4,7,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115045,4,1649340000,2022,4,7,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115046,4,1649354400,2022,4,7,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115047,4,1649356200,2022,4,7,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115048,4,1649358000,2022,4,7,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115049,4,1649359800,2022,4,7,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115050,4,1649361600,2022,4,7,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115051,4,1649363400,2022,4,7,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115052,4,1649365200,2022,4,7,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115053,4,1649367000,2022,4,7,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115054,4,1649415600,2022,4,8,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115055,4,1649417400,2022,4,8,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115056,4,1649419200,2022,4,8,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115057,4,1649421000,2022,4,8,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115058,4,1649422800,2022,4,8,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115059,4,1649424600,2022,4,8,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115060,4,1649426400,2022,4,8,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115061,4,1649440800,2022,4,8,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115062,4,1649442600,2022,4,8,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115063,4,1649444400,2022,4,8,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115064,4,1649446200,2022,4,8,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115065,4,1649448000,2022,4,8,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115066,4,1649449800,2022,4,8,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115067,4,1649451600,2022,4,8,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115068,4,1649453400,2022,4,8,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115069,4,1649502000,2022,4,9,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115070,4,1649503800,2022,4,9,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115071,4,1649505600,2022,4,9,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115072,4,1649507400,2022,4,9,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115073,4,1649509200,2022,4,9,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115074,4,1649511000,2022,4,9,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115075,4,1649512800,2022,4,9,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115076,4,1649527200,2022,4,9,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115077,4,1649529000,2022,4,9,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115078,4,1649530800,2022,4,9,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115079,4,1649532600,2022,4,9,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115080,4,1649534400,2022,4,9,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115081,4,1649536200,2022,4,9,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115082,4,1649538000,2022,4,9,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115083,4,1649539800,2022,4,9,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115084,4,1649588400,2022,4,10,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115085,4,1649590200,2022,4,10,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115086,4,1649592000,2022,4,10,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115087,4,1649593800,2022,4,10,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115088,4,1649595600,2022,4,10,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115089,4,1649597400,2022,4,10,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115090,4,1649599200,2022,4,10,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115091,4,1649601000,2022,4,10,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115092,4,1649613600,2022,4,10,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115093,4,1649615400,2022,4,10,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115094,4,1649617200,2022,4,10,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115095,4,1649619000,2022,4,10,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115096,4,1649620800,2022,4,10,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115097,4,1649622600,2022,4,10,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115098,4,1649624400,2022,4,10,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115099,4,1649626200,2022,4,10,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115100,4,1649674800,2022,4,11,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115101,4,1649676600,2022,4,11,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115102,4,1649678400,2022,4,11,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115103,4,1649680200,2022,4,11,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115104,4,1649682000,2022,4,11,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115105,4,1649683800,2022,4,11,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115106,4,1649685600,2022,4,11,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115107,4,1649700000,2022,4,11,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115108,4,1649701800,2022,4,11,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115109,4,1649703600,2022,4,11,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115110,4,1649705400,2022,4,11,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115111,4,1649707200,2022,4,11,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115112,4,1649709000,2022,4,11,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115113,4,1649710800,2022,4,11,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115114,4,1649712600,2022,4,11,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115115,4,1649761200,2022,4,12,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115116,4,1649763000,2022,4,12,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115117,4,1649764800,2022,4,12,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115118,4,1649766600,2022,4,12,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115119,4,1649768400,2022,4,12,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115120,4,1649770200,2022,4,12,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115121,4,1649772000,2022,4,12,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115122,4,1649786400,2022,4,12,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115123,4,1649788200,2022,4,12,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115124,4,1649790000,2022,4,12,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115125,4,1649791800,2022,4,12,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115126,4,1649793600,2022,4,12,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115127,4,1649795400,2022,4,12,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115128,4,1649797200,2022,4,12,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115129,4,1649799000,2022,4,12,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115130,4,1649847600,2022,4,13,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115131,4,1649849400,2022,4,13,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115132,4,1649851200,2022,4,13,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115133,4,1649853000,2022,4,13,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115134,4,1649854800,2022,4,13,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115135,4,1649856600,2022,4,13,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115136,4,1649858400,2022,4,13,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115137,4,1649872800,2022,4,13,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115138,4,1649874600,2022,4,13,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115139,4,1649876400,2022,4,13,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115140,4,1649878200,2022,4,13,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115141,4,1649880000,2022,4,13,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115142,4,1649881800,2022,4,13,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115143,4,1649883600,2022,4,13,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115144,4,1649885400,2022,4,13,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115145,4,1649934000,2022,4,14,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115146,4,1649935800,2022,4,14,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115147,4,1649937600,2022,4,14,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115148,4,1649939400,2022,4,14,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115149,4,1649941200,2022,4,14,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115150,4,1649943000,2022,4,14,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115151,4,1649944800,2022,4,14,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115152,4,1649959200,2022,4,14,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115153,4,1649961000,2022,4,14,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115154,4,1649962800,2022,4,14,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115155,4,1649964600,2022,4,14,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115156,4,1649966400,2022,4,14,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115157,4,1649968200,2022,4,14,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115158,4,1649970000,2022,4,14,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115159,4,1649971800,2022,4,14,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115160,4,1650020400,2022,4,15,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115161,4,1650022200,2022,4,15,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115162,4,1650024000,2022,4,15,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115163,4,1650025800,2022,4,15,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115164,4,1650027600,2022,4,15,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115165,4,1650029400,2022,4,15,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115166,4,1650031200,2022,4,15,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115167,4,1650045600,2022,4,15,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115168,4,1650047400,2022,4,15,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115169,4,1650049200,2022,4,15,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115170,4,1650051000,2022,4,15,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115171,4,1650052800,2022,4,15,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115172,4,1650054600,2022,4,15,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115173,4,1650056400,2022,4,15,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115174,4,1650058200,2022,4,15,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115175,4,1650106800,2022,4,16,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115176,4,1650108600,2022,4,16,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115177,4,1650110400,2022,4,16,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115178,4,1650112200,2022,4,16,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115179,4,1650114000,2022,4,16,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115180,4,1650115800,2022,4,16,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115181,4,1650117600,2022,4,16,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115182,4,1650132000,2022,4,16,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115183,4,1650133800,2022,4,16,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115184,4,1650135600,2022,4,16,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115185,4,1650137400,2022,4,16,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115186,4,1650139200,2022,4,16,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115187,4,1650141000,2022,4,16,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115188,4,1650142800,2022,4,16,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115189,4,1650144600,2022,4,16,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115190,4,1650193200,2022,4,17,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115191,4,1650195000,2022,4,17,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115192,4,1650196800,2022,4,17,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115193,4,1650198600,2022,4,17,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115194,4,1650200400,2022,4,17,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115195,4,1650202200,2022,4,17,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115196,4,1650204000,2022,4,17,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115197,4,1650205800,2022,4,17,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115198,4,1650218400,2022,4,17,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115199,4,1650220200,2022,4,17,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115200,4,1650222000,2022,4,17,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115201,4,1650223800,2022,4,17,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115202,4,1650225600,2022,4,17,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115203,4,1650227400,2022,4,17,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115204,4,1650229200,2022,4,17,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115205,4,1650231000,2022,4,17,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115206,4,1650279600,2022,4,18,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115207,4,1650281400,2022,4,18,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115208,4,1650283200,2022,4,18,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115209,4,1650285000,2022,4,18,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115210,4,1650286800,2022,4,18,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115211,4,1650288600,2022,4,18,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115212,4,1650290400,2022,4,18,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115213,4,1650304800,2022,4,18,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115214,4,1650306600,2022,4,18,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115215,4,1650308400,2022,4,18,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115216,4,1650310200,2022,4,18,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115217,4,1650312000,2022,4,18,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115218,4,1650313800,2022,4,18,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115219,4,1650315600,2022,4,18,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115220,4,1650317400,2022,4,18,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115221,4,1650366000,2022,4,19,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115222,4,1650367800,2022,4,19,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115223,4,1650369600,2022,4,19,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115224,4,1650371400,2022,4,19,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115225,4,1650373200,2022,4,19,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115226,4,1650375000,2022,4,19,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115227,4,1650376800,2022,4,19,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115228,4,1650391200,2022,4,19,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115229,4,1650393000,2022,4,19,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115230,4,1650394800,2022,4,19,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115231,4,1650396600,2022,4,19,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115232,4,1650398400,2022,4,19,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115233,4,1650400200,2022,4,19,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115234,4,1650402000,2022,4,19,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115235,4,1650403800,2022,4,19,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115236,4,1650452400,2022,4,20,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115237,4,1650454200,2022,4,20,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115238,4,1650456000,2022,4,20,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115239,4,1650457800,2022,4,20,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115240,4,1650459600,2022,4,20,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115241,4,1650461400,2022,4,20,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115242,4,1650463200,2022,4,20,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115243,4,1650477600,2022,4,20,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115244,4,1650479400,2022,4,20,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115245,4,1650481200,2022,4,20,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115246,4,1650483000,2022,4,20,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115247,4,1650484800,2022,4,20,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115248,4,1650486600,2022,4,20,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115249,4,1650488400,2022,4,20,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115250,4,1650490200,2022,4,20,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115251,4,1650538800,2022,4,21,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115252,4,1650540600,2022,4,21,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115253,4,1650542400,2022,4,21,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115254,4,1650544200,2022,4,21,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115255,4,1650546000,2022,4,21,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115256,4,1650547800,2022,4,21,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115257,4,1650549600,2022,4,21,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115258,4,1650564000,2022,4,21,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115259,4,1650565800,2022,4,21,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115260,4,1650567600,2022,4,21,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115261,4,1650569400,2022,4,21,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115262,4,1650571200,2022,4,21,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115263,4,1650573000,2022,4,21,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115264,4,1650574800,2022,4,21,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115265,4,1650576600,2022,4,21,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115266,4,1650625200,2022,4,22,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115267,4,1650627000,2022,4,22,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115268,4,1650628800,2022,4,22,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115269,4,1650630600,2022,4,22,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115270,4,1650632400,2022,4,22,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115271,4,1650634200,2022,4,22,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115272,4,1650636000,2022,4,22,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115273,4,1650650400,2022,4,22,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115274,4,1650652200,2022,4,22,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115275,4,1650654000,2022,4,22,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115276,4,1650655800,2022,4,22,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115277,4,1650657600,2022,4,22,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115278,4,1650659400,2022,4,22,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115279,4,1650661200,2022,4,22,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115280,4,1650663000,2022,4,22,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115281,4,1650711600,2022,4,23,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115282,4,1650713400,2022,4,23,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115283,4,1650715200,2022,4,23,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115284,4,1650717000,2022,4,23,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115285,4,1650718800,2022,4,23,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115286,4,1650720600,2022,4,23,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115287,4,1650722400,2022,4,23,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115288,4,1650736800,2022,4,23,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115289,4,1650738600,2022,4,23,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115290,4,1650740400,2022,4,23,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115291,4,1650742200,2022,4,23,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115292,4,1650744000,2022,4,23,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115293,4,1650745800,2022,4,23,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115294,4,1650747600,2022,4,23,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115295,4,1650749400,2022,4,23,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115296,4,1650798000,2022,4,24,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115297,4,1650799800,2022,4,24,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115298,4,1650801600,2022,4,24,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115299,4,1650803400,2022,4,24,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115300,4,1650805200,2022,4,24,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115301,4,1650807000,2022,4,24,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115302,4,1650808800,2022,4,24,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115303,4,1650810600,2022,4,24,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115304,4,1650823200,2022,4,24,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115305,4,1650825000,2022,4,24,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115306,4,1650826800,2022,4,24,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115307,4,1650828600,2022,4,24,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115308,4,1650830400,2022,4,24,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115309,4,1650832200,2022,4,24,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115310,4,1650834000,2022,4,24,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115311,4,1650835800,2022,4,24,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115312,4,1650884400,2022,4,25,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115313,4,1650886200,2022,4,25,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115314,4,1650888000,2022,4,25,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115315,4,1650889800,2022,4,25,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115316,4,1650891600,2022,4,25,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115317,4,1650893400,2022,4,25,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115318,4,1650895200,2022,4,25,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115319,4,1650909600,2022,4,25,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115320,4,1650911400,2022,4,25,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115321,4,1650913200,2022,4,25,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115322,4,1650915000,2022,4,25,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115323,4,1650916800,2022,4,25,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115324,4,1650918600,2022,4,25,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115325,4,1650920400,2022,4,25,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115326,4,1650922200,2022,4,25,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115327,4,1650970800,2022,4,26,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115328,4,1650972600,2022,4,26,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115329,4,1650974400,2022,4,26,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115330,4,1650976200,2022,4,26,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115331,4,1650978000,2022,4,26,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115332,4,1650979800,2022,4,26,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115333,4,1650981600,2022,4,26,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115334,4,1650996000,2022,4,26,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115335,4,1650997800,2022,4,26,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115336,4,1650999600,2022,4,26,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115337,4,1651001400,2022,4,26,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115338,4,1651003200,2022,4,26,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115339,4,1651005000,2022,4,26,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115340,4,1651006800,2022,4,26,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115341,4,1651008600,2022,4,26,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115342,4,1651057200,2022,4,27,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115343,4,1651059000,2022,4,27,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115344,4,1651060800,2022,4,27,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115345,4,1651062600,2022,4,27,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115346,4,1651064400,2022,4,27,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115347,4,1651066200,2022,4,27,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115348,4,1651068000,2022,4,27,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115349,4,1651082400,2022,4,27,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115350,4,1651084200,2022,4,27,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115351,4,1651086000,2022,4,27,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115352,4,1651087800,2022,4,27,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115353,4,1651089600,2022,4,27,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115354,4,1651091400,2022,4,27,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115355,4,1651093200,2022,4,27,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115356,4,1651095000,2022,4,27,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115357,4,1651143600,2022,4,28,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115358,4,1651145400,2022,4,28,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115359,4,1651147200,2022,4,28,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115360,4,1651149000,2022,4,28,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115361,4,1651150800,2022,4,28,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115362,4,1651152600,2022,4,28,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115363,4,1651154400,2022,4,28,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115364,4,1651168800,2022,4,28,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115365,4,1651170600,2022,4,28,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115366,4,1651172400,2022,4,28,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115367,4,1651174200,2022,4,28,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115368,4,1651176000,2022,4,28,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115369,4,1651177800,2022,4,28,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115370,4,1651179600,2022,4,28,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115371,4,1651181400,2022,4,28,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115372,4,1651230000,2022,4,29,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115373,4,1651231800,2022,4,29,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115374,4,1651233600,2022,4,29,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115375,4,1651235400,2022,4,29,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115376,4,1651237200,2022,4,29,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115377,4,1651239000,2022,4,29,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115378,4,1651240800,2022,4,29,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115379,4,1651255200,2022,4,29,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115380,4,1651257000,2022,4,29,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115381,4,1651258800,2022,4,29,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115382,4,1651260600,2022,4,29,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115383,4,1651262400,2022,4,29,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115384,4,1651264200,2022,4,29,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115385,4,1651266000,2022,4,29,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115386,4,1651267800,2022,4,29,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115387,4,1651316400,2022,4,30,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115388,4,1651318200,2022,4,30,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115389,4,1651320000,2022,4,30,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115390,4,1651321800,2022,4,30,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115391,4,1651323600,2022,4,30,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115392,4,1651325400,2022,4,30,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115393,4,1651327200,2022,4,30,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115394,4,1651341600,2022,4,30,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115395,4,1651343400,2022,4,30,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115396,4,1651345200,2022,4,30,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115397,4,1651347000,2022,4,30,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115398,4,1651348800,2022,4,30,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115399,4,1651350600,2022,4,30,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115400,4,1651352400,2022,4,30,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115401,4,1651354200,2022,4,30,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115402,4,1651402800,2022,5,1,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115403,4,1651404600,2022,5,1,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115404,4,1651406400,2022,5,1,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115405,4,1651408200,2022,5,1,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115406,4,1651410000,2022,5,1,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115407,4,1651411800,2022,5,1,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115408,4,1651413600,2022,5,1,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115409,4,1651415400,2022,5,1,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115410,4,1651428000,2022,5,1,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115411,4,1651429800,2022,5,1,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115412,4,1651431600,2022,5,1,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115413,4,1651433400,2022,5,1,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115414,4,1651435200,2022,5,1,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115415,4,1651437000,2022,5,1,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115416,4,1651438800,2022,5,1,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115417,4,1651440600,2022,5,1,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115418,4,1651489200,2022,5,2,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115419,4,1651491000,2022,5,2,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115420,4,1651492800,2022,5,2,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115421,4,1651494600,2022,5,2,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115422,4,1651496400,2022,5,2,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115423,4,1651498200,2022,5,2,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115424,4,1651500000,2022,5,2,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115425,4,1651514400,2022,5,2,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115426,4,1651516200,2022,5,2,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115427,4,1651518000,2022,5,2,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115428,4,1651519800,2022,5,2,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115429,4,1651521600,2022,5,2,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115430,4,1651523400,2022,5,2,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115431,4,1651525200,2022,5,2,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115432,4,1651527000,2022,5,2,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115433,4,1651575600,2022,5,3,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115434,4,1651577400,2022,5,3,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115435,4,1651579200,2022,5,3,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115436,4,1651581000,2022,5,3,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115437,4,1651582800,2022,5,3,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115438,4,1651584600,2022,5,3,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115439,4,1651586400,2022,5,3,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115440,4,1651600800,2022,5,3,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115441,4,1651602600,2022,5,3,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115442,4,1651604400,2022,5,3,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115443,4,1651606200,2022,5,3,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115444,4,1651608000,2022,5,3,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115445,4,1651609800,2022,5,3,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115446,4,1651611600,2022,5,3,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115447,4,1651613400,2022,5,3,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115448,4,1651662000,2022,5,4,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115449,4,1651663800,2022,5,4,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115450,4,1651665600,2022,5,4,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115451,4,1651667400,2022,5,4,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115452,4,1651669200,2022,5,4,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115453,4,1651671000,2022,5,4,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115454,4,1651672800,2022,5,4,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115455,4,1651687200,2022,5,4,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115456,4,1651689000,2022,5,4,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115457,4,1651690800,2022,5,4,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115458,4,1651692600,2022,5,4,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115459,4,1651694400,2022,5,4,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115460,4,1651696200,2022,5,4,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115461,4,1651698000,2022,5,4,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115462,4,1651699800,2022,5,4,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115463,4,1651748400,2022,5,5,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115464,4,1651750200,2022,5,5,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115465,4,1651752000,2022,5,5,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115466,4,1651753800,2022,5,5,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115467,4,1651755600,2022,5,5,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115468,4,1651757400,2022,5,5,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115469,4,1651759200,2022,5,5,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115470,4,1651773600,2022,5,5,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115471,4,1651775400,2022,5,5,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115472,4,1651777200,2022,5,5,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115473,4,1651779000,2022,5,5,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115474,4,1651780800,2022,5,5,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115475,4,1651782600,2022,5,5,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115476,4,1651784400,2022,5,5,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115477,4,1651786200,2022,5,5,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115478,4,1651834800,2022,5,6,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115479,4,1651836600,2022,5,6,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115480,4,1651838400,2022,5,6,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115481,4,1651840200,2022,5,6,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115482,4,1651842000,2022,5,6,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115483,4,1651843800,2022,5,6,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115484,4,1651845600,2022,5,6,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115485,4,1651860000,2022,5,6,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115486,4,1651861800,2022,5,6,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115487,4,1651863600,2022,5,6,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115488,4,1651865400,2022,5,6,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115489,4,1651867200,2022,5,6,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115490,4,1651869000,2022,5,6,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115491,4,1651870800,2022,5,6,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115492,4,1651872600,2022,5,6,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115493,4,1651921200,2022,5,7,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115494,4,1651923000,2022,5,7,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115495,4,1651924800,2022,5,7,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115496,4,1651926600,2022,5,7,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115497,4,1651928400,2022,5,7,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115498,4,1651930200,2022,5,7,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115499,4,1651932000,2022,5,7,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115500,4,1651946400,2022,5,7,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115501,4,1651948200,2022,5,7,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115502,4,1651950000,2022,5,7,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115503,4,1651951800,2022,5,7,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115504,4,1651953600,2022,5,7,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115505,4,1651955400,2022,5,7,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115506,4,1651957200,2022,5,7,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115507,4,1651959000,2022,5,7,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115508,4,1652007600,2022,5,8,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115509,4,1652009400,2022,5,8,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115510,4,1652011200,2022,5,8,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115511,4,1652013000,2022,5,8,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115512,4,1652014800,2022,5,8,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115513,4,1652016600,2022,5,8,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115514,4,1652018400,2022,5,8,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115515,4,1652020200,2022,5,8,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115516,4,1652032800,2022,5,8,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115517,4,1652034600,2022,5,8,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115518,4,1652036400,2022,5,8,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115519,4,1652038200,2022,5,8,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115520,4,1652040000,2022,5,8,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115521,4,1652041800,2022,5,8,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115522,4,1652043600,2022,5,8,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115523,4,1652045400,2022,5,8,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115524,4,1652094000,2022,5,9,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115525,4,1652095800,2022,5,9,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115526,4,1652097600,2022,5,9,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115527,4,1652099400,2022,5,9,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115528,4,1652101200,2022,5,9,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115529,4,1652103000,2022,5,9,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115530,4,1652104800,2022,5,9,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115531,4,1652119200,2022,5,9,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115532,4,1652121000,2022,5,9,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115533,4,1652122800,2022,5,9,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115534,4,1652124600,2022,5,9,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115535,4,1652126400,2022,5,9,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115536,4,1652128200,2022,5,9,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115537,4,1652130000,2022,5,9,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115538,4,1652131800,2022,5,9,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115539,4,1652180400,2022,5,10,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115540,4,1652182200,2022,5,10,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115541,4,1652184000,2022,5,10,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115542,4,1652185800,2022,5,10,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115543,4,1652187600,2022,5,10,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115544,4,1652189400,2022,5,10,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115545,4,1652191200,2022,5,10,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115546,4,1652205600,2022,5,10,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115547,4,1652207400,2022,5,10,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115548,4,1652209200,2022,5,10,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115549,4,1652211000,2022,5,10,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115550,4,1652212800,2022,5,10,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115551,4,1652214600,2022,5,10,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115552,4,1652216400,2022,5,10,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115553,4,1652218200,2022,5,10,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115554,4,1652266800,2022,5,11,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115555,4,1652268600,2022,5,11,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115556,4,1652270400,2022,5,11,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115557,4,1652272200,2022,5,11,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115558,4,1652274000,2022,5,11,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115559,4,1652275800,2022,5,11,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115560,4,1652277600,2022,5,11,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115561,4,1652292000,2022,5,11,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115562,4,1652293800,2022,5,11,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115563,4,1652295600,2022,5,11,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115564,4,1652297400,2022,5,11,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115565,4,1652299200,2022,5,11,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115566,4,1652301000,2022,5,11,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115567,4,1652302800,2022,5,11,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115568,4,1652304600,2022,5,11,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115569,4,1652353200,2022,5,12,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115570,4,1652355000,2022,5,12,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115571,4,1652356800,2022,5,12,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115572,4,1652358600,2022,5,12,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115573,4,1652360400,2022,5,12,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115574,4,1652362200,2022,5,12,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115575,4,1652364000,2022,5,12,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115576,4,1652378400,2022,5,12,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115577,4,1652380200,2022,5,12,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115578,4,1652382000,2022,5,12,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115579,4,1652383800,2022,5,12,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115580,4,1652385600,2022,5,12,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115581,4,1652387400,2022,5,12,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115582,4,1652389200,2022,5,12,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115583,4,1652391000,2022,5,12,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115584,4,1652439600,2022,5,13,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115585,4,1652441400,2022,5,13,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115586,4,1652443200,2022,5,13,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115587,4,1652445000,2022,5,13,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115588,4,1652446800,2022,5,13,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115589,4,1652448600,2022,5,13,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115590,4,1652450400,2022,5,13,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115591,4,1652464800,2022,5,13,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115592,4,1652466600,2022,5,13,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115593,4,1652468400,2022,5,13,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115594,4,1652470200,2022,5,13,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115595,4,1652472000,2022,5,13,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115596,4,1652473800,2022,5,13,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115597,4,1652475600,2022,5,13,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115598,4,1652477400,2022,5,13,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115599,4,1652526000,2022,5,14,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115600,4,1652527800,2022,5,14,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115601,4,1652529600,2022,5,14,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115602,4,1652531400,2022,5,14,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115603,4,1652533200,2022,5,14,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115604,4,1652535000,2022,5,14,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115605,4,1652536800,2022,5,14,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115606,4,1652551200,2022,5,14,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115607,4,1652553000,2022,5,14,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115608,4,1652554800,2022,5,14,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115609,4,1652556600,2022,5,14,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115610,4,1652558400,2022,5,14,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115611,4,1652560200,2022,5,14,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115612,4,1652562000,2022,5,14,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115613,4,1652563800,2022,5,14,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115614,4,1652612400,2022,5,15,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115615,4,1652614200,2022,5,15,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115616,4,1652616000,2022,5,15,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115617,4,1652617800,2022,5,15,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115618,4,1652619600,2022,5,15,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115619,4,1652621400,2022,5,15,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115620,4,1652623200,2022,5,15,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115621,4,1652625000,2022,5,15,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115622,4,1652637600,2022,5,15,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115623,4,1652639400,2022,5,15,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115624,4,1652641200,2022,5,15,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115625,4,1652643000,2022,5,15,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115626,4,1652644800,2022,5,15,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115627,4,1652646600,2022,5,15,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115628,4,1652648400,2022,5,15,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115629,4,1652650200,2022,5,15,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115630,4,1652698800,2022,5,16,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115631,4,1652700600,2022,5,16,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115632,4,1652702400,2022,5,16,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115633,4,1652704200,2022,5,16,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115634,4,1652706000,2022,5,16,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115635,4,1652707800,2022,5,16,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115636,4,1652709600,2022,5,16,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115637,4,1652724000,2022,5,16,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115638,4,1652725800,2022,5,16,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115639,4,1652727600,2022,5,16,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115640,4,1652729400,2022,5,16,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115641,4,1652731200,2022,5,16,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115642,4,1652733000,2022,5,16,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115643,4,1652734800,2022,5,16,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115644,4,1652736600,2022,5,16,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115645,4,1652785200,2022,5,17,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115646,4,1652787000,2022,5,17,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115647,4,1652788800,2022,5,17,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115648,4,1652790600,2022,5,17,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115649,4,1652792400,2022,5,17,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115650,4,1652794200,2022,5,17,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115651,4,1652796000,2022,5,17,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115652,4,1652810400,2022,5,17,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115653,4,1652812200,2022,5,17,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115654,4,1652814000,2022,5,17,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115655,4,1652815800,2022,5,17,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115656,4,1652817600,2022,5,17,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115657,4,1652819400,2022,5,17,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115658,4,1652821200,2022,5,17,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115659,4,1652823000,2022,5,17,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115660,4,1652871600,2022,5,18,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115661,4,1652873400,2022,5,18,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115662,4,1652875200,2022,5,18,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115663,4,1652877000,2022,5,18,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115664,4,1652878800,2022,5,18,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115665,4,1652880600,2022,5,18,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115666,4,1652882400,2022,5,18,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115667,4,1652896800,2022,5,18,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115668,4,1652898600,2022,5,18,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115669,4,1652900400,2022,5,18,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115670,4,1652902200,2022,5,18,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115671,4,1652904000,2022,5,18,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115672,4,1652905800,2022,5,18,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115673,4,1652907600,2022,5,18,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115674,4,1652909400,2022,5,18,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115675,4,1652958000,2022,5,19,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115676,4,1652959800,2022,5,19,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115677,4,1652961600,2022,5,19,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115678,4,1652963400,2022,5,19,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115679,4,1652965200,2022,5,19,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115680,4,1652967000,2022,5,19,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115681,4,1652968800,2022,5,19,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115682,4,1652983200,2022,5,19,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115683,4,1652985000,2022,5,19,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115684,4,1652986800,2022,5,19,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115685,4,1652988600,2022,5,19,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115686,4,1652990400,2022,5,19,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115687,4,1652992200,2022,5,19,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115688,4,1652994000,2022,5,19,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115689,4,1652995800,2022,5,19,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115690,4,1653044400,2022,5,20,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115691,4,1653046200,2022,5,20,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115692,4,1653048000,2022,5,20,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115693,4,1653049800,2022,5,20,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115694,4,1653051600,2022,5,20,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115695,4,1653053400,2022,5,20,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115696,4,1653055200,2022,5,20,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115697,4,1653069600,2022,5,20,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115698,4,1653071400,2022,5,20,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115699,4,1653073200,2022,5,20,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115700,4,1653075000,2022,5,20,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115701,4,1653076800,2022,5,20,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115702,4,1653078600,2022,5,20,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115703,4,1653080400,2022,5,20,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115704,4,1653082200,2022,5,20,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115705,4,1653130800,2022,5,21,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115706,4,1653132600,2022,5,21,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115707,4,1653134400,2022,5,21,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115708,4,1653136200,2022,5,21,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115709,4,1653138000,2022,5,21,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115710,4,1653139800,2022,5,21,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115711,4,1653141600,2022,5,21,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115712,4,1653156000,2022,5,21,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115713,4,1653157800,2022,5,21,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115714,4,1653159600,2022,5,21,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115715,4,1653161400,2022,5,21,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115716,4,1653163200,2022,5,21,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115717,4,1653165000,2022,5,21,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115718,4,1653166800,2022,5,21,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115719,4,1653168600,2022,5,21,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115720,4,1653217200,2022,5,22,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115721,4,1653219000,2022,5,22,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115722,4,1653220800,2022,5,22,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115723,4,1653222600,2022,5,22,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115724,4,1653224400,2022,5,22,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115725,4,1653226200,2022,5,22,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115726,4,1653228000,2022,5,22,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115727,4,1653229800,2022,5,22,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115728,4,1653242400,2022,5,22,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115729,4,1653244200,2022,5,22,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115730,4,1653246000,2022,5,22,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115731,4,1653247800,2022,5,22,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115732,4,1653249600,2022,5,22,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115733,4,1653251400,2022,5,22,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115734,4,1653253200,2022,5,22,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115735,4,1653255000,2022,5,22,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115736,4,1653303600,2022,5,23,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115737,4,1653305400,2022,5,23,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115738,4,1653307200,2022,5,23,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115739,4,1653309000,2022,5,23,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115740,4,1653310800,2022,5,23,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115741,4,1653312600,2022,5,23,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115742,4,1653314400,2022,5,23,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115743,4,1653328800,2022,5,23,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115744,4,1653330600,2022,5,23,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115745,4,1653332400,2022,5,23,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115746,4,1653334200,2022,5,23,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115747,4,1653336000,2022,5,23,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115748,4,1653337800,2022,5,23,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115749,4,1653339600,2022,5,23,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115750,4,1653341400,2022,5,23,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115751,4,1653390000,2022,5,24,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115752,4,1653391800,2022,5,24,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115753,4,1653393600,2022,5,24,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115754,4,1653395400,2022,5,24,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115755,4,1653397200,2022,5,24,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115756,4,1653399000,2022,5,24,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115757,4,1653400800,2022,5,24,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115758,4,1653415200,2022,5,24,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115759,4,1653417000,2022,5,24,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115760,4,1653418800,2022,5,24,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115761,4,1653420600,2022,5,24,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115762,4,1653422400,2022,5,24,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115763,4,1653424200,2022,5,24,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115764,4,1653426000,2022,5,24,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115765,4,1653427800,2022,5,24,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115766,4,1653476400,2022,5,25,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115767,4,1653478200,2022,5,25,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115768,4,1653480000,2022,5,25,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115769,4,1653481800,2022,5,25,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115770,4,1653483600,2022,5,25,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115771,4,1653485400,2022,5,25,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115772,4,1653487200,2022,5,25,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115773,4,1653501600,2022,5,25,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115774,4,1653503400,2022,5,25,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115775,4,1653505200,2022,5,25,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115776,4,1653507000,2022,5,25,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115777,4,1653508800,2022,5,25,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115778,4,1653510600,2022,5,25,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115779,4,1653512400,2022,5,25,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115780,4,1653514200,2022,5,25,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115781,4,1653562800,2022,5,26,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115782,4,1653564600,2022,5,26,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115783,4,1653566400,2022,5,26,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115784,4,1653568200,2022,5,26,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115785,4,1653570000,2022,5,26,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115786,4,1653571800,2022,5,26,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115787,4,1653573600,2022,5,26,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115788,4,1653588000,2022,5,26,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115789,4,1653589800,2022,5,26,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115790,4,1653591600,2022,5,26,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115791,4,1653593400,2022,5,26,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115792,4,1653595200,2022,5,26,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115793,4,1653597000,2022,5,26,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115794,4,1653598800,2022,5,26,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115795,4,1653600600,2022,5,26,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115796,4,1653649200,2022,5,27,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115797,4,1653651000,2022,5,27,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115798,4,1653652800,2022,5,27,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115799,4,1653654600,2022,5,27,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115800,4,1653656400,2022,5,27,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115801,4,1653658200,2022,5,27,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115802,4,1653660000,2022,5,27,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115803,4,1653674400,2022,5,27,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115804,4,1653676200,2022,5,27,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115805,4,1653678000,2022,5,27,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115806,4,1653679800,2022,5,27,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115807,4,1653681600,2022,5,27,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115808,4,1653683400,2022,5,27,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115809,4,1653685200,2022,5,27,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115810,4,1653687000,2022,5,27,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115811,4,1653735600,2022,5,28,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115812,4,1653737400,2022,5,28,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115813,4,1653739200,2022,5,28,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115814,4,1653741000,2022,5,28,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115815,4,1653742800,2022,5,28,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115816,4,1653744600,2022,5,28,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115817,4,1653746400,2022,5,28,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115818,4,1653760800,2022,5,28,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115819,4,1653762600,2022,5,28,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115820,4,1653764400,2022,5,28,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115821,4,1653766200,2022,5,28,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115822,4,1653768000,2022,5,28,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115823,4,1653769800,2022,5,28,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115824,4,1653771600,2022,5,28,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115825,4,1653773400,2022,5,28,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115826,4,1653822000,2022,5,29,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115827,4,1653823800,2022,5,29,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115828,4,1653825600,2022,5,29,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115829,4,1653827400,2022,5,29,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115830,4,1653829200,2022,5,29,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115831,4,1653831000,2022,5,29,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115832,4,1653832800,2022,5,29,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115833,4,1653834600,2022,5,29,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115834,4,1653847200,2022,5,29,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115835,4,1653849000,2022,5,29,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115836,4,1653850800,2022,5,29,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115837,4,1653852600,2022,5,29,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115838,4,1653854400,2022,5,29,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115839,4,1653856200,2022,5,29,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115840,4,1653858000,2022,5,29,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115841,4,1653859800,2022,5,29,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115842,4,1653908400,2022,5,30,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115843,4,1653910200,2022,5,30,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115844,4,1653912000,2022,5,30,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115845,4,1653913800,2022,5,30,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115846,4,1653915600,2022,5,30,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115847,4,1653917400,2022,5,30,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115848,4,1653919200,2022,5,30,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115849,4,1653933600,2022,5,30,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115850,4,1653935400,2022,5,30,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115851,4,1653937200,2022,5,30,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115852,4,1653939000,2022,5,30,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115853,4,1653940800,2022,5,30,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115854,4,1653942600,2022,5,30,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115855,4,1653944400,2022,5,30,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115856,4,1653946200,2022,5,30,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115857,4,1653994800,2022,5,31,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115858,4,1653996600,2022,5,31,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115859,4,1653998400,2022,5,31,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115860,4,1654000200,2022,5,31,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115861,4,1654002000,2022,5,31,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115862,4,1654003800,2022,5,31,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115863,4,1654005600,2022,5,31,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115864,4,1654020000,2022,5,31,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115865,4,1654021800,2022,5,31,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115866,4,1654023600,2022,5,31,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115867,4,1654025400,2022,5,31,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115868,4,1654027200,2022,5,31,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115869,4,1654029000,2022,5,31,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115870,4,1654030800,2022,5,31,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115871,4,1654032600,2022,5,31,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115872,4,1654081200,2022,6,1,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115873,4,1654083000,2022,6,1,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115874,4,1654084800,2022,6,1,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115875,4,1654086600,2022,6,1,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115876,4,1654088400,2022,6,1,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115877,4,1654090200,2022,6,1,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115878,4,1654092000,2022,6,1,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115879,4,1654106400,2022,6,1,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115880,4,1654108200,2022,6,1,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115881,4,1654110000,2022,6,1,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115882,4,1654111800,2022,6,1,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115883,4,1654113600,2022,6,1,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115884,4,1654115400,2022,6,1,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115885,4,1654117200,2022,6,1,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115886,4,1654119000,2022,6,1,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115887,4,1654167600,2022,6,2,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115888,4,1654169400,2022,6,2,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115889,4,1654171200,2022,6,2,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115890,4,1654173000,2022,6,2,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115891,4,1654174800,2022,6,2,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115892,4,1654176600,2022,6,2,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115893,4,1654178400,2022,6,2,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(115894,4,1654192800,2022,6,2,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(115895,4,1654194600,2022,6,2,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(115896,4,1654196400,2022,6,2,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(115897,4,1654198200,2022,6,2,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(115898,4,1654200000,2022,6,2,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(115899,4,1654201800,2022,6,2,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(115900,4,1654203600,2022,6,2,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(115901,4,1654205400,2022,6,2,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(115902,4,1654254000,2022,6,3,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(115903,4,1654255800,2022,6,3,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(115904,4,1654257600,2022,6,3,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(115905,4,1654259400,2022,6,3,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(115906,4,1654261200,2022,6,3,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(115907,4,1654263000,2022,6,3,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(115908,4,1654264800,2022,6,3,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(115909,4,1654279200,2022,6,3,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(115910,4,1654281000,2022,6,3,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(115911,4,1654282800,2022,6,3,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(115912,4,1654284600,2022,6,3,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(115913,4,1654286400,2022,6,3,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(115914,4,1654288200,2022,6,3,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(115915,4,1654290000,2022,6,3,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(115916,4,1654291800,2022,6,3,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(115917,4,1654340400,2022,6,4,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(115918,4,1654342200,2022,6,4,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(115919,4,1654344000,2022,6,4,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(115920,4,1654345800,2022,6,4,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(115921,4,1654347600,2022,6,4,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(115922,4,1654349400,2022,6,4,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(115923,4,1654351200,2022,6,4,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(115924,4,1654365600,2022,6,4,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(115925,4,1654367400,2022,6,4,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(115926,4,1654369200,2022,6,4,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(115927,4,1654371000,2022,6,4,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(115928,4,1654372800,2022,6,4,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(115929,4,1654374600,2022,6,4,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(115930,4,1654376400,2022,6,4,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(115931,4,1654378200,2022,6,4,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(115932,4,1654426800,2022,6,5,0,13,0,'',0,99,99,0,0,'false','false',1568653357),(115933,4,1654428600,2022,6,5,0,13,30,'',0,99,99,0,0,'false','false',1568653357),(115934,4,1654430400,2022,6,5,0,14,0,'',0,99,99,0,0,'false','false',1568653357),(115935,4,1654432200,2022,6,5,0,14,30,'',0,99,99,0,0,'false','false',1568653357),(115936,4,1654434000,2022,6,5,0,15,0,'',0,99,99,0,0,'false','false',1568653357),(115937,4,1654435800,2022,6,5,0,15,30,'',0,99,99,0,0,'false','false',1568653357),(115938,4,1654437600,2022,6,5,0,16,0,'',0,99,99,0,0,'false','false',1568653357),(115939,4,1654439400,2022,6,5,0,16,30,'',0,99,99,0,0,'false','false',1568653357),(115940,4,1654452000,2022,6,5,0,20,0,'',0,98,98,0,0,'false','false',1568653357),(115941,4,1654453800,2022,6,5,0,20,30,'',0,99,99,0,0,'false','false',1568653357),(115942,4,1654455600,2022,6,5,0,21,0,'',0,99,99,0,0,'false','false',1568653357),(115943,4,1654457400,2022,6,5,0,21,30,'',0,0,0,0,0,'false','false',1568653357),(115944,4,1654459200,2022,6,5,0,22,0,'',0,99,99,0,0,'false','false',1568653357),(115945,4,1654461000,2022,6,5,0,22,30,'',0,99,99,0,0,'false','false',1568653357),(115946,4,1654462800,2022,6,5,0,23,0,'',0,99,99,0,0,'false','false',1568653357),(115947,4,1654464600,2022,6,5,0,23,30,'',0,99,99,0,0,'false','false',1568653357),(115948,4,1654513200,2022,6,6,1,13,0,'',0,99,99,0,0,'false','false',1568653357),(115949,4,1654515000,2022,6,6,1,13,30,'',0,99,99,0,0,'false','false',1568653357),(115950,4,1654516800,2022,6,6,1,14,0,'',0,99,99,0,0,'false','false',1568653357),(115951,4,1654518600,2022,6,6,1,14,30,'',0,99,99,0,0,'false','false',1568653357),(115952,4,1654520400,2022,6,6,1,15,0,'',0,99,99,0,0,'false','false',1568653357),(115953,4,1654522200,2022,6,6,1,15,30,'',0,99,99,0,0,'false','false',1568653357),(115954,4,1654524000,2022,6,6,1,16,0,'',0,99,99,0,0,'false','false',1568653357),(115955,4,1654538400,2022,6,6,1,20,0,'',0,99,99,0,0,'false','false',1568653357),(115956,4,1654540200,2022,6,6,1,20,30,'',0,99,99,0,0,'false','false',1568653357),(115957,4,1654542000,2022,6,6,1,21,0,'',0,99,99,0,0,'false','false',1568653357),(115958,4,1654543800,2022,6,6,1,21,30,'',0,99,99,0,0,'false','false',1568653357),(115959,4,1654545600,2022,6,6,1,22,0,'',0,99,99,0,0,'false','false',1568653357),(115960,4,1654547400,2022,6,6,1,22,30,'',0,99,99,0,0,'false','false',1568653357),(115961,4,1654549200,2022,6,6,1,23,0,'',0,99,99,0,0,'false','false',1568653357),(115962,4,1654551000,2022,6,6,1,23,30,'',0,99,99,0,0,'false','false',1568653357),(115963,4,1654599600,2022,6,7,2,13,0,'',0,99,99,0,0,'false','false',1568653357),(115964,4,1654601400,2022,6,7,2,13,30,'',0,99,99,0,0,'false','false',1568653357),(115965,4,1654603200,2022,6,7,2,14,0,'',0,99,99,0,0,'false','false',1568653357),(115966,4,1654605000,2022,6,7,2,14,30,'',0,99,99,0,0,'false','false',1568653357),(115967,4,1654606800,2022,6,7,2,15,0,'',0,99,99,0,0,'false','false',1568653357),(115968,4,1654608600,2022,6,7,2,15,30,'',0,99,99,0,0,'false','false',1568653357),(115969,4,1654610400,2022,6,7,2,16,0,'',0,99,99,0,0,'false','false',1568653357),(115970,4,1654624800,2022,6,7,2,20,0,'',0,99,99,0,0,'false','false',1568653357),(115971,4,1654626600,2022,6,7,2,20,30,'',0,99,99,0,0,'false','false',1568653357),(115972,4,1654628400,2022,6,7,2,21,0,'',0,99,99,0,0,'false','false',1568653357),(115973,4,1654630200,2022,6,7,2,21,30,'',0,99,99,0,0,'false','false',1568653357),(115974,4,1654632000,2022,6,7,2,22,0,'',0,99,99,0,0,'false','false',1568653357),(115975,4,1654633800,2022,6,7,2,22,30,'',0,99,99,0,0,'false','false',1568653357),(115976,4,1654635600,2022,6,7,2,23,0,'',0,99,99,0,0,'false','false',1568653357),(115977,4,1654637400,2022,6,7,2,23,30,'',0,99,99,0,0,'false','false',1568653357),(115978,4,1654686000,2022,6,8,3,13,0,'',0,99,99,0,0,'false','false',1568653357),(115979,4,1654687800,2022,6,8,3,13,30,'',0,99,99,0,0,'false','false',1568653357),(115980,4,1654689600,2022,6,8,3,14,0,'',0,99,99,0,0,'false','false',1568653357),(115981,4,1654691400,2022,6,8,3,14,30,'',0,99,99,0,0,'false','false',1568653357),(115982,4,1654693200,2022,6,8,3,15,0,'',0,99,99,0,0,'false','false',1568653357),(115983,4,1654695000,2022,6,8,3,15,30,'',0,99,99,0,0,'false','false',1568653357),(115984,4,1654696800,2022,6,8,3,16,0,'',0,99,99,0,0,'false','false',1568653357),(115985,4,1654711200,2022,6,8,3,20,0,'',0,99,99,0,0,'false','false',1568653357),(115986,4,1654713000,2022,6,8,3,20,30,'',0,99,99,0,0,'false','false',1568653357),(115987,4,1654714800,2022,6,8,3,21,0,'',0,99,99,0,0,'false','false',1568653357),(115988,4,1654716600,2022,6,8,3,21,30,'',0,99,99,0,0,'false','false',1568653357),(115989,4,1654718400,2022,6,8,3,22,0,'',0,99,99,0,0,'false','false',1568653357),(115990,4,1654720200,2022,6,8,3,22,30,'',0,99,99,0,0,'false','false',1568653357),(115991,4,1654722000,2022,6,8,3,23,0,'',0,99,99,0,0,'false','false',1568653357),(115992,4,1654723800,2022,6,8,3,23,30,'',0,99,99,0,0,'false','false',1568653357),(115993,4,1654772400,2022,6,9,4,13,0,'',0,99,99,0,0,'false','false',1568653357),(115994,4,1654774200,2022,6,9,4,13,30,'',0,99,99,0,0,'false','false',1568653357),(115995,4,1654776000,2022,6,9,4,14,0,'',0,99,99,0,0,'false','false',1568653357),(115996,4,1654777800,2022,6,9,4,14,30,'',0,99,99,0,0,'false','false',1568653357),(115997,4,1654779600,2022,6,9,4,15,0,'',0,99,99,0,0,'false','false',1568653357),(115998,4,1654781400,2022,6,9,4,15,30,'',0,99,99,0,0,'false','false',1568653357),(115999,4,1654783200,2022,6,9,4,16,0,'',0,99,99,0,0,'false','false',1568653357),(116000,4,1654797600,2022,6,9,4,20,0,'',0,99,99,0,0,'false','false',1568653357),(116001,4,1654799400,2022,6,9,4,20,30,'',0,99,99,0,0,'false','false',1568653357),(116002,4,1654801200,2022,6,9,4,21,0,'',0,99,99,0,0,'false','false',1568653357),(116003,4,1654803000,2022,6,9,4,21,30,'',0,99,99,0,0,'false','false',1568653357),(116004,4,1654804800,2022,6,9,4,22,0,'',0,99,99,0,0,'false','false',1568653357),(116005,4,1654806600,2022,6,9,4,22,30,'',0,99,99,0,0,'false','false',1568653357),(116006,4,1654808400,2022,6,9,4,23,0,'',0,99,99,0,0,'false','false',1568653357),(116007,4,1654810200,2022,6,9,4,23,30,'',0,99,99,0,0,'false','false',1568653357),(116008,4,1654858800,2022,6,10,5,13,0,'',0,99,99,0,0,'false','false',1568653357),(116009,4,1654860600,2022,6,10,5,13,30,'',0,99,99,0,0,'false','false',1568653357),(116010,4,1654862400,2022,6,10,5,14,0,'',0,99,99,0,0,'false','false',1568653357),(116011,4,1654864200,2022,6,10,5,14,30,'',0,99,99,0,0,'false','false',1568653357),(116012,4,1654866000,2022,6,10,5,15,0,'',0,99,99,0,0,'false','false',1568653357),(116013,4,1654867800,2022,6,10,5,15,30,'',0,99,99,0,0,'false','false',1568653357),(116014,4,1654869600,2022,6,10,5,16,0,'',0,99,99,0,0,'false','false',1568653357),(116015,4,1654884000,2022,6,10,5,20,0,'',0,99,99,0,0,'false','false',1568653357),(116016,4,1654885800,2022,6,10,5,20,30,'',0,99,99,0,0,'false','false',1568653357),(116017,4,1654887600,2022,6,10,5,21,0,'',0,99,99,0,0,'false','false',1568653357),(116018,4,1654889400,2022,6,10,5,21,30,'',0,99,99,0,0,'false','false',1568653357),(116019,4,1654891200,2022,6,10,5,22,0,'',0,99,99,0,0,'false','false',1568653357),(116020,4,1654893000,2022,6,10,5,22,30,'',0,99,99,0,0,'false','false',1568653357),(116021,4,1654894800,2022,6,10,5,23,0,'',0,99,99,0,0,'false','false',1568653357),(116022,4,1654896600,2022,6,10,5,23,30,'',0,99,99,0,0,'false','false',1568653357),(116023,4,1654945200,2022,6,11,6,13,0,'',0,99,99,0,0,'false','false',1568653357),(116024,4,1654947000,2022,6,11,6,13,30,'',0,99,99,0,0,'false','false',1568653357),(116025,4,1654948800,2022,6,11,6,14,0,'',0,99,99,0,0,'false','false',1568653357),(116026,4,1654950600,2022,6,11,6,14,30,'',0,99,99,0,0,'false','false',1568653357),(116027,4,1654952400,2022,6,11,6,15,0,'',0,99,99,0,0,'false','false',1568653357),(116028,4,1654954200,2022,6,11,6,15,30,'',0,99,99,0,0,'false','false',1568653357),(116029,4,1654956000,2022,6,11,6,16,0,'',0,99,99,0,0,'false','false',1568653357),(116030,4,1654970400,2022,6,11,6,20,0,'',0,99,99,0,0,'false','false',1568653357),(116031,4,1654972200,2022,6,11,6,20,30,'',0,99,99,0,0,'false','false',1568653357),(116032,4,1654974000,2022,6,11,6,21,0,'',0,99,99,0,0,'false','false',1568653357),(116033,4,1654975800,2022,6,11,6,21,30,'',0,99,99,0,0,'false','false',1568653357),(116034,4,1654977600,2022,6,11,6,22,0,'',0,99,99,0,0,'false','false',1568653357),(116035,4,1654979400,2022,6,11,6,22,30,'',0,99,99,0,0,'false','false',1568653357),(116036,4,1654981200,2022,6,11,6,23,0,'',0,99,99,0,0,'false','false',1568653357),(116037,4,1654983000,2022,6,11,6,23,30,'',0,99,99,0,0,'false','false',1568653357),(120958,5,1596798000,2020,8,7,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(120959,5,1596799800,2020,8,7,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(120960,5,1596801600,2020,8,7,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(120961,5,1596803400,2020,8,7,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(120962,5,1596805200,2020,8,7,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(120963,5,1596807000,2020,8,7,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(120964,5,1596808800,2020,8,7,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(120965,5,1596823200,2020,8,7,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(120966,5,1596825000,2020,8,7,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(120967,5,1596826800,2020,8,7,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(120968,5,1596828600,2020,8,7,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(120969,5,1596830400,2020,8,7,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(120970,5,1596832200,2020,8,7,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(120971,5,1596834000,2020,8,7,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(120972,5,1596835800,2020,8,7,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(120973,5,1596884400,2020,8,8,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(120974,5,1596886200,2020,8,8,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(120975,5,1596888000,2020,8,8,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(120976,5,1596889800,2020,8,8,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(120977,5,1596891600,2020,8,8,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(120978,5,1596893400,2020,8,8,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(120979,5,1596895200,2020,8,8,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(120980,5,1596909600,2020,8,8,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(120981,5,1596911400,2020,8,8,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(120982,5,1596913200,2020,8,8,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(120983,5,1596915000,2020,8,8,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(120984,5,1596916800,2020,8,8,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(120985,5,1596918600,2020,8,8,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(120986,5,1596920400,2020,8,8,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(120987,5,1596922200,2020,8,8,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(120988,5,1596970800,2020,8,9,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(120989,5,1596972600,2020,8,9,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(120990,5,1596974400,2020,8,9,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(120991,5,1596976200,2020,8,9,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(120992,5,1596978000,2020,8,9,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(120993,5,1596979800,2020,8,9,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(120994,5,1596981600,2020,8,9,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(120995,5,1596983400,2020,8,9,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(120996,5,1596996000,2020,8,9,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(120997,5,1596997800,2020,8,9,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(120998,5,1596999600,2020,8,9,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(120999,5,1597001400,2020,8,9,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121000,5,1597003200,2020,8,9,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121001,5,1597005000,2020,8,9,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121002,5,1597006800,2020,8,9,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121003,5,1597008600,2020,8,9,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121004,5,1597057200,2020,8,10,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121005,5,1597059000,2020,8,10,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121006,5,1597060800,2020,8,10,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121007,5,1597062600,2020,8,10,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121008,5,1597064400,2020,8,10,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121009,5,1597066200,2020,8,10,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121010,5,1597068000,2020,8,10,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121011,5,1597082400,2020,8,10,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121012,5,1597084200,2020,8,10,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121013,5,1597086000,2020,8,10,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121014,5,1597087800,2020,8,10,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121015,5,1597089600,2020,8,10,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121016,5,1597091400,2020,8,10,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121017,5,1597093200,2020,8,10,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121018,5,1597095000,2020,8,10,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121019,5,1597143600,2020,8,11,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121020,5,1597145400,2020,8,11,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121021,5,1597147200,2020,8,11,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121022,5,1597149000,2020,8,11,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121023,5,1597150800,2020,8,11,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121024,5,1597152600,2020,8,11,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121025,5,1597154400,2020,8,11,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121026,5,1597168800,2020,8,11,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121027,5,1597170600,2020,8,11,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121028,5,1597172400,2020,8,11,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121029,5,1597174200,2020,8,11,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121030,5,1597176000,2020,8,11,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121031,5,1597177800,2020,8,11,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121032,5,1597179600,2020,8,11,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121033,5,1597181400,2020,8,11,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121034,5,1597230000,2020,8,12,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121035,5,1597231800,2020,8,12,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121036,5,1597233600,2020,8,12,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121037,5,1597235400,2020,8,12,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121038,5,1597237200,2020,8,12,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121039,5,1597239000,2020,8,12,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121040,5,1597240800,2020,8,12,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121041,5,1597255200,2020,8,12,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121042,5,1597257000,2020,8,12,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121043,5,1597258800,2020,8,12,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121044,5,1597260600,2020,8,12,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121045,5,1597262400,2020,8,12,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121046,5,1597264200,2020,8,12,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121047,5,1597266000,2020,8,12,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121048,5,1597267800,2020,8,12,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121049,5,1597316400,2020,8,13,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121050,5,1597318200,2020,8,13,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121051,5,1597320000,2020,8,13,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121052,5,1597321800,2020,8,13,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121053,5,1597323600,2020,8,13,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121054,5,1597325400,2020,8,13,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121055,5,1597327200,2020,8,13,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121056,5,1597341600,2020,8,13,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121057,5,1597343400,2020,8,13,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121058,5,1597345200,2020,8,13,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121059,5,1597347000,2020,8,13,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121060,5,1597348800,2020,8,13,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121061,5,1597350600,2020,8,13,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121062,5,1597352400,2020,8,13,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121063,5,1597354200,2020,8,13,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121064,5,1597402800,2020,8,14,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121065,5,1597404600,2020,8,14,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121066,5,1597406400,2020,8,14,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121067,5,1597408200,2020,8,14,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121068,5,1597410000,2020,8,14,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121069,5,1597411800,2020,8,14,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121070,5,1597413600,2020,8,14,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121071,5,1597428000,2020,8,14,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121072,5,1597429800,2020,8,14,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121073,5,1597431600,2020,8,14,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121074,5,1597433400,2020,8,14,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121075,5,1597435200,2020,8,14,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121076,5,1597437000,2020,8,14,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121077,5,1597438800,2020,8,14,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121078,5,1597440600,2020,8,14,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121079,5,1597489200,2020,8,15,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121080,5,1597491000,2020,8,15,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121081,5,1597492800,2020,8,15,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121082,5,1597494600,2020,8,15,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121083,5,1597496400,2020,8,15,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121084,5,1597498200,2020,8,15,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121085,5,1597500000,2020,8,15,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121086,5,1597514400,2020,8,15,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121087,5,1597516200,2020,8,15,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121088,5,1597518000,2020,8,15,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121089,5,1597519800,2020,8,15,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121090,5,1597521600,2020,8,15,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121091,5,1597523400,2020,8,15,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121092,5,1597525200,2020,8,15,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121093,5,1597527000,2020,8,15,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121094,5,1597575600,2020,8,16,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121095,5,1597577400,2020,8,16,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121096,5,1597579200,2020,8,16,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121097,5,1597581000,2020,8,16,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121098,5,1597582800,2020,8,16,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121099,5,1597584600,2020,8,16,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121100,5,1597586400,2020,8,16,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121101,5,1597588200,2020,8,16,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121102,5,1597600800,2020,8,16,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121103,5,1597602600,2020,8,16,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121104,5,1597604400,2020,8,16,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121105,5,1597606200,2020,8,16,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121106,5,1597608000,2020,8,16,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121107,5,1597609800,2020,8,16,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121108,5,1597611600,2020,8,16,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121109,5,1597613400,2020,8,16,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121110,5,1597662000,2020,8,17,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121111,5,1597663800,2020,8,17,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121112,5,1597665600,2020,8,17,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121113,5,1597667400,2020,8,17,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121114,5,1597669200,2020,8,17,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121115,5,1597671000,2020,8,17,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121116,5,1597672800,2020,8,17,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121117,5,1597687200,2020,8,17,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121118,5,1597689000,2020,8,17,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121119,5,1597690800,2020,8,17,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121120,5,1597692600,2020,8,17,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121121,5,1597694400,2020,8,17,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121122,5,1597696200,2020,8,17,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121123,5,1597698000,2020,8,17,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121124,5,1597699800,2020,8,17,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121125,5,1597748400,2020,8,18,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121126,5,1597750200,2020,8,18,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121127,5,1597752000,2020,8,18,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121128,5,1597753800,2020,8,18,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121129,5,1597755600,2020,8,18,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121130,5,1597757400,2020,8,18,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121131,5,1597759200,2020,8,18,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121132,5,1597773600,2020,8,18,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121133,5,1597775400,2020,8,18,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121134,5,1597777200,2020,8,18,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121135,5,1597779000,2020,8,18,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121136,5,1597780800,2020,8,18,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121137,5,1597782600,2020,8,18,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121138,5,1597784400,2020,8,18,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121139,5,1597786200,2020,8,18,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121140,5,1597834800,2020,8,19,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121141,5,1597836600,2020,8,19,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121142,5,1597838400,2020,8,19,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121143,5,1597840200,2020,8,19,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121144,5,1597842000,2020,8,19,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121145,5,1597843800,2020,8,19,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121146,5,1597845600,2020,8,19,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121147,5,1597860000,2020,8,19,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121148,5,1597861800,2020,8,19,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121149,5,1597863600,2020,8,19,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121150,5,1597865400,2020,8,19,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121151,5,1597867200,2020,8,19,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121152,5,1597869000,2020,8,19,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121153,5,1597870800,2020,8,19,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121154,5,1597872600,2020,8,19,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121155,5,1597921200,2020,8,20,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121156,5,1597923000,2020,8,20,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121157,5,1597924800,2020,8,20,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121158,5,1597926600,2020,8,20,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121159,5,1597928400,2020,8,20,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121160,5,1597930200,2020,8,20,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121161,5,1597932000,2020,8,20,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121162,5,1597946400,2020,8,20,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121163,5,1597948200,2020,8,20,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121164,5,1597950000,2020,8,20,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121165,5,1597951800,2020,8,20,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121166,5,1597953600,2020,8,20,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121167,5,1597955400,2020,8,20,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121168,5,1597957200,2020,8,20,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121169,5,1597959000,2020,8,20,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121170,5,1598007600,2020,8,21,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121171,5,1598009400,2020,8,21,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121172,5,1598011200,2020,8,21,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121173,5,1598013000,2020,8,21,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121174,5,1598014800,2020,8,21,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121175,5,1598016600,2020,8,21,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121176,5,1598018400,2020,8,21,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121177,5,1598032800,2020,8,21,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121178,5,1598034600,2020,8,21,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121179,5,1598036400,2020,8,21,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121180,5,1598038200,2020,8,21,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121181,5,1598040000,2020,8,21,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121182,5,1598041800,2020,8,21,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121183,5,1598043600,2020,8,21,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121184,5,1598045400,2020,8,21,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121185,5,1598094000,2020,8,22,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121186,5,1598095800,2020,8,22,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121187,5,1598097600,2020,8,22,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121188,5,1598099400,2020,8,22,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121189,5,1598101200,2020,8,22,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121190,5,1598103000,2020,8,22,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121191,5,1598104800,2020,8,22,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121192,5,1598119200,2020,8,22,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121193,5,1598121000,2020,8,22,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121194,5,1598122800,2020,8,22,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121195,5,1598124600,2020,8,22,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121196,5,1598126400,2020,8,22,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121197,5,1598128200,2020,8,22,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121198,5,1598130000,2020,8,22,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121199,5,1598131800,2020,8,22,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121200,5,1598180400,2020,8,23,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121201,5,1598182200,2020,8,23,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121202,5,1598184000,2020,8,23,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121203,5,1598185800,2020,8,23,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121204,5,1598187600,2020,8,23,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121205,5,1598189400,2020,8,23,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121206,5,1598191200,2020,8,23,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121207,5,1598193000,2020,8,23,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121208,5,1598205600,2020,8,23,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121209,5,1598207400,2020,8,23,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121210,5,1598209200,2020,8,23,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121211,5,1598211000,2020,8,23,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121212,5,1598212800,2020,8,23,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121213,5,1598214600,2020,8,23,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121214,5,1598216400,2020,8,23,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121215,5,1598218200,2020,8,23,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121216,5,1598266800,2020,8,24,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121217,5,1598268600,2020,8,24,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121218,5,1598270400,2020,8,24,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121219,5,1598272200,2020,8,24,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121220,5,1598274000,2020,8,24,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121221,5,1598275800,2020,8,24,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121222,5,1598277600,2020,8,24,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121223,5,1598292000,2020,8,24,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121224,5,1598293800,2020,8,24,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121225,5,1598295600,2020,8,24,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121226,5,1598297400,2020,8,24,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121227,5,1598299200,2020,8,24,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121228,5,1598301000,2020,8,24,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121229,5,1598302800,2020,8,24,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121230,5,1598304600,2020,8,24,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121231,5,1598353200,2020,8,25,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121232,5,1598355000,2020,8,25,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121233,5,1598356800,2020,8,25,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121234,5,1598358600,2020,8,25,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121235,5,1598360400,2020,8,25,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121236,5,1598362200,2020,8,25,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121237,5,1598364000,2020,8,25,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121238,5,1598378400,2020,8,25,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121239,5,1598380200,2020,8,25,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121240,5,1598382000,2020,8,25,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121241,5,1598383800,2020,8,25,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121242,5,1598385600,2020,8,25,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121243,5,1598387400,2020,8,25,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121244,5,1598389200,2020,8,25,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121245,5,1598391000,2020,8,25,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121246,5,1598439600,2020,8,26,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121247,5,1598441400,2020,8,26,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121248,5,1598443200,2020,8,26,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121249,5,1598445000,2020,8,26,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121250,5,1598446800,2020,8,26,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121251,5,1598448600,2020,8,26,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121252,5,1598450400,2020,8,26,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121253,5,1598464800,2020,8,26,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121254,5,1598466600,2020,8,26,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121255,5,1598468400,2020,8,26,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121256,5,1598470200,2020,8,26,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121257,5,1598472000,2020,8,26,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121258,5,1598473800,2020,8,26,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121259,5,1598475600,2020,8,26,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121260,5,1598477400,2020,8,26,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121261,5,1598526000,2020,8,27,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121262,5,1598527800,2020,8,27,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121263,5,1598529600,2020,8,27,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121264,5,1598531400,2020,8,27,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121265,5,1598533200,2020,8,27,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121266,5,1598535000,2020,8,27,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121267,5,1598536800,2020,8,27,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121268,5,1598551200,2020,8,27,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121269,5,1598553000,2020,8,27,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121270,5,1598554800,2020,8,27,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121271,5,1598556600,2020,8,27,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121272,5,1598558400,2020,8,27,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121273,5,1598560200,2020,8,27,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121274,5,1598562000,2020,8,27,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121275,5,1598563800,2020,8,27,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121276,5,1598612400,2020,8,28,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121277,5,1598614200,2020,8,28,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121278,5,1598616000,2020,8,28,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121279,5,1598617800,2020,8,28,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121280,5,1598619600,2020,8,28,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121281,5,1598621400,2020,8,28,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121282,5,1598623200,2020,8,28,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121283,5,1598637600,2020,8,28,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121284,5,1598639400,2020,8,28,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121285,5,1598641200,2020,8,28,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121286,5,1598643000,2020,8,28,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121287,5,1598644800,2020,8,28,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121288,5,1598646600,2020,8,28,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121289,5,1598648400,2020,8,28,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121290,5,1598650200,2020,8,28,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121291,5,1598698800,2020,8,29,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121292,5,1598700600,2020,8,29,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121293,5,1598702400,2020,8,29,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121294,5,1598704200,2020,8,29,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121295,5,1598706000,2020,8,29,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121296,5,1598707800,2020,8,29,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121297,5,1598709600,2020,8,29,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121298,5,1598724000,2020,8,29,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121299,5,1598725800,2020,8,29,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121300,5,1598727600,2020,8,29,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121301,5,1598729400,2020,8,29,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121302,5,1598731200,2020,8,29,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121303,5,1598733000,2020,8,29,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121304,5,1598734800,2020,8,29,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121305,5,1598736600,2020,8,29,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121306,5,1598785200,2020,8,30,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121307,5,1598787000,2020,8,30,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121308,5,1598788800,2020,8,30,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121309,5,1598790600,2020,8,30,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121310,5,1598792400,2020,8,30,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121311,5,1598794200,2020,8,30,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121312,5,1598796000,2020,8,30,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121313,5,1598797800,2020,8,30,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121314,5,1598810400,2020,8,30,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121315,5,1598812200,2020,8,30,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121316,5,1598814000,2020,8,30,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121317,5,1598815800,2020,8,30,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121318,5,1598817600,2020,8,30,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121319,5,1598819400,2020,8,30,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121320,5,1598821200,2020,8,30,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121321,5,1598823000,2020,8,30,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121322,5,1598871600,2020,8,31,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121323,5,1598873400,2020,8,31,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121324,5,1598875200,2020,8,31,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121325,5,1598877000,2020,8,31,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121326,5,1598878800,2020,8,31,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121327,5,1598880600,2020,8,31,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121328,5,1598882400,2020,8,31,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121329,5,1598896800,2020,8,31,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121330,5,1598898600,2020,8,31,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121331,5,1598900400,2020,8,31,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121332,5,1598902200,2020,8,31,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121333,5,1598904000,2020,8,31,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121334,5,1598905800,2020,8,31,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121335,5,1598907600,2020,8,31,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121336,5,1598909400,2020,8,31,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121337,5,1598958000,2020,9,1,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121338,5,1598959800,2020,9,1,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121339,5,1598961600,2020,9,1,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121340,5,1598963400,2020,9,1,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121341,5,1598965200,2020,9,1,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121342,5,1598967000,2020,9,1,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121343,5,1598968800,2020,9,1,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121344,5,1598983200,2020,9,1,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121345,5,1598985000,2020,9,1,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121346,5,1598986800,2020,9,1,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121347,5,1598988600,2020,9,1,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121348,5,1598990400,2020,9,1,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121349,5,1598992200,2020,9,1,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121350,5,1598994000,2020,9,1,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121351,5,1598995800,2020,9,1,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121352,5,1599044400,2020,9,2,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121353,5,1599046200,2020,9,2,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121354,5,1599048000,2020,9,2,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121355,5,1599049800,2020,9,2,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121356,5,1599051600,2020,9,2,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121357,5,1599053400,2020,9,2,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121358,5,1599055200,2020,9,2,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121359,5,1599069600,2020,9,2,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121360,5,1599071400,2020,9,2,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121361,5,1599073200,2020,9,2,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121362,5,1599075000,2020,9,2,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121363,5,1599076800,2020,9,2,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121364,5,1599078600,2020,9,2,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121365,5,1599080400,2020,9,2,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121366,5,1599082200,2020,9,2,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121367,5,1599130800,2020,9,3,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121368,5,1599132600,2020,9,3,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121369,5,1599134400,2020,9,3,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121370,5,1599136200,2020,9,3,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121371,5,1599138000,2020,9,3,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121372,5,1599139800,2020,9,3,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121373,5,1599141600,2020,9,3,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121374,5,1599156000,2020,9,3,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121375,5,1599157800,2020,9,3,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121376,5,1599159600,2020,9,3,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121377,5,1599161400,2020,9,3,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121378,5,1599163200,2020,9,3,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121379,5,1599165000,2020,9,3,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121380,5,1599166800,2020,9,3,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121381,5,1599168600,2020,9,3,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121382,5,1599217200,2020,9,4,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121383,5,1599219000,2020,9,4,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121384,5,1599220800,2020,9,4,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121385,5,1599222600,2020,9,4,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121386,5,1599224400,2020,9,4,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121387,5,1599226200,2020,9,4,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121388,5,1599228000,2020,9,4,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121389,5,1599242400,2020,9,4,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121390,5,1599244200,2020,9,4,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121391,5,1599246000,2020,9,4,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121392,5,1599247800,2020,9,4,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121393,5,1599249600,2020,9,4,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121394,5,1599251400,2020,9,4,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121395,5,1599253200,2020,9,4,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121396,5,1599255000,2020,9,4,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121397,5,1599303600,2020,9,5,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121398,5,1599305400,2020,9,5,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121399,5,1599307200,2020,9,5,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121400,5,1599309000,2020,9,5,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121401,5,1599310800,2020,9,5,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121402,5,1599312600,2020,9,5,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121403,5,1599314400,2020,9,5,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121404,5,1599328800,2020,9,5,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121405,5,1599330600,2020,9,5,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121406,5,1599332400,2020,9,5,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121407,5,1599334200,2020,9,5,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121408,5,1599336000,2020,9,5,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121409,5,1599337800,2020,9,5,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121410,5,1599339600,2020,9,5,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121411,5,1599341400,2020,9,5,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121412,5,1599390000,2020,9,6,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121413,5,1599391800,2020,9,6,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121414,5,1599393600,2020,9,6,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121415,5,1599395400,2020,9,6,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121416,5,1599397200,2020,9,6,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121417,5,1599399000,2020,9,6,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121418,5,1599400800,2020,9,6,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121419,5,1599402600,2020,9,6,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121420,5,1599415200,2020,9,6,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121421,5,1599417000,2020,9,6,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121422,5,1599418800,2020,9,6,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121423,5,1599420600,2020,9,6,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121424,5,1599422400,2020,9,6,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121425,5,1599424200,2020,9,6,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121426,5,1599426000,2020,9,6,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121427,5,1599427800,2020,9,6,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121428,5,1599476400,2020,9,7,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121429,5,1599478200,2020,9,7,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121430,5,1599480000,2020,9,7,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121431,5,1599481800,2020,9,7,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121432,5,1599483600,2020,9,7,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121433,5,1599485400,2020,9,7,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121434,5,1599487200,2020,9,7,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121435,5,1599501600,2020,9,7,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121436,5,1599503400,2020,9,7,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121437,5,1599505200,2020,9,7,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121438,5,1599507000,2020,9,7,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121439,5,1599508800,2020,9,7,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121440,5,1599510600,2020,9,7,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121441,5,1599512400,2020,9,7,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121442,5,1599514200,2020,9,7,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121443,5,1599562800,2020,9,8,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121444,5,1599564600,2020,9,8,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121445,5,1599566400,2020,9,8,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121446,5,1599568200,2020,9,8,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121447,5,1599570000,2020,9,8,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121448,5,1599571800,2020,9,8,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121449,5,1599573600,2020,9,8,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121450,5,1599588000,2020,9,8,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121451,5,1599589800,2020,9,8,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121452,5,1599591600,2020,9,8,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121453,5,1599593400,2020,9,8,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121454,5,1599595200,2020,9,8,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121455,5,1599597000,2020,9,8,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121456,5,1599598800,2020,9,8,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121457,5,1599600600,2020,9,8,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121458,5,1599649200,2020,9,9,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121459,5,1599651000,2020,9,9,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121460,5,1599652800,2020,9,9,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121461,5,1599654600,2020,9,9,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121462,5,1599656400,2020,9,9,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121463,5,1599658200,2020,9,9,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121464,5,1599660000,2020,9,9,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121465,5,1599674400,2020,9,9,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121466,5,1599676200,2020,9,9,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121467,5,1599678000,2020,9,9,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121468,5,1599679800,2020,9,9,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121469,5,1599681600,2020,9,9,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121470,5,1599683400,2020,9,9,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121471,5,1599685200,2020,9,9,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121472,5,1599687000,2020,9,9,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121473,5,1599735600,2020,9,10,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121474,5,1599737400,2020,9,10,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121475,5,1599739200,2020,9,10,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121476,5,1599741000,2020,9,10,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121477,5,1599742800,2020,9,10,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121478,5,1599744600,2020,9,10,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121479,5,1599746400,2020,9,10,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121480,5,1599760800,2020,9,10,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121481,5,1599762600,2020,9,10,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121482,5,1599764400,2020,9,10,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121483,5,1599766200,2020,9,10,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121484,5,1599768000,2020,9,10,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121485,5,1599769800,2020,9,10,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121486,5,1599771600,2020,9,10,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121487,5,1599773400,2020,9,10,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121488,5,1599822000,2020,9,11,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121489,5,1599823800,2020,9,11,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121490,5,1599825600,2020,9,11,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121491,5,1599827400,2020,9,11,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121492,5,1599829200,2020,9,11,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121493,5,1599831000,2020,9,11,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121494,5,1599832800,2020,9,11,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121495,5,1599847200,2020,9,11,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121496,5,1599849000,2020,9,11,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121497,5,1599850800,2020,9,11,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121498,5,1599852600,2020,9,11,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121499,5,1599854400,2020,9,11,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121500,5,1599856200,2020,9,11,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121501,5,1599858000,2020,9,11,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121502,5,1599859800,2020,9,11,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121503,5,1599908400,2020,9,12,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121504,5,1599910200,2020,9,12,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121505,5,1599912000,2020,9,12,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121506,5,1599913800,2020,9,12,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121507,5,1599915600,2020,9,12,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121508,5,1599917400,2020,9,12,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121509,5,1599919200,2020,9,12,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121510,5,1599933600,2020,9,12,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121511,5,1599935400,2020,9,12,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121512,5,1599937200,2020,9,12,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121513,5,1599939000,2020,9,12,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121514,5,1599940800,2020,9,12,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121515,5,1599942600,2020,9,12,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121516,5,1599944400,2020,9,12,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121517,5,1599946200,2020,9,12,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121518,5,1599994800,2020,9,13,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121519,5,1599996600,2020,9,13,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121520,5,1599998400,2020,9,13,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121521,5,1600000200,2020,9,13,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121522,5,1600002000,2020,9,13,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121523,5,1600003800,2020,9,13,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121524,5,1600005600,2020,9,13,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121525,5,1600007400,2020,9,13,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121526,5,1600020000,2020,9,13,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121527,5,1600021800,2020,9,13,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121528,5,1600023600,2020,9,13,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121529,5,1600025400,2020,9,13,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121530,5,1600027200,2020,9,13,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121531,5,1600029000,2020,9,13,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121532,5,1600030800,2020,9,13,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121533,5,1600032600,2020,9,13,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121534,5,1600081200,2020,9,14,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121535,5,1600083000,2020,9,14,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121536,5,1600084800,2020,9,14,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121537,5,1600086600,2020,9,14,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121538,5,1600088400,2020,9,14,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121539,5,1600090200,2020,9,14,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121540,5,1600092000,2020,9,14,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121541,5,1600106400,2020,9,14,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121542,5,1600108200,2020,9,14,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121543,5,1600110000,2020,9,14,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121544,5,1600111800,2020,9,14,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121545,5,1600113600,2020,9,14,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121546,5,1600115400,2020,9,14,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121547,5,1600117200,2020,9,14,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121548,5,1600119000,2020,9,14,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121549,5,1600167600,2020,9,15,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121550,5,1600169400,2020,9,15,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121551,5,1600171200,2020,9,15,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121552,5,1600173000,2020,9,15,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121553,5,1600174800,2020,9,15,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121554,5,1600176600,2020,9,15,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121555,5,1600178400,2020,9,15,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121556,5,1600192800,2020,9,15,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121557,5,1600194600,2020,9,15,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121558,5,1600196400,2020,9,15,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121559,5,1600198200,2020,9,15,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121560,5,1600200000,2020,9,15,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121561,5,1600201800,2020,9,15,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121562,5,1600203600,2020,9,15,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121563,5,1600205400,2020,9,15,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121564,5,1600254000,2020,9,16,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121565,5,1600255800,2020,9,16,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121566,5,1600257600,2020,9,16,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121567,5,1600259400,2020,9,16,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121568,5,1600261200,2020,9,16,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121569,5,1600263000,2020,9,16,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121570,5,1600264800,2020,9,16,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121571,5,1600279200,2020,9,16,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121572,5,1600281000,2020,9,16,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121573,5,1600282800,2020,9,16,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121574,5,1600284600,2020,9,16,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121575,5,1600286400,2020,9,16,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121576,5,1600288200,2020,9,16,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121577,5,1600290000,2020,9,16,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121578,5,1600291800,2020,9,16,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121579,5,1600340400,2020,9,17,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121580,5,1600342200,2020,9,17,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121581,5,1600344000,2020,9,17,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121582,5,1600345800,2020,9,17,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121583,5,1600347600,2020,9,17,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121584,5,1600349400,2020,9,17,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121585,5,1600351200,2020,9,17,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121586,5,1600365600,2020,9,17,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121587,5,1600367400,2020,9,17,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121588,5,1600369200,2020,9,17,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121589,5,1600371000,2020,9,17,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121590,5,1600372800,2020,9,17,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121591,5,1600374600,2020,9,17,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121592,5,1600376400,2020,9,17,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121593,5,1600378200,2020,9,17,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121594,5,1600426800,2020,9,18,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121595,5,1600428600,2020,9,18,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121596,5,1600430400,2020,9,18,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121597,5,1600432200,2020,9,18,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121598,5,1600434000,2020,9,18,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121599,5,1600435800,2020,9,18,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121600,5,1600437600,2020,9,18,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121601,5,1600452000,2020,9,18,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121602,5,1600453800,2020,9,18,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121603,5,1600455600,2020,9,18,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121604,5,1600457400,2020,9,18,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121605,5,1600459200,2020,9,18,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121606,5,1600461000,2020,9,18,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121607,5,1600462800,2020,9,18,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121608,5,1600464600,2020,9,18,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121609,5,1600513200,2020,9,19,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121610,5,1600515000,2020,9,19,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121611,5,1600516800,2020,9,19,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121612,5,1600518600,2020,9,19,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121613,5,1600520400,2020,9,19,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121614,5,1600522200,2020,9,19,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121615,5,1600524000,2020,9,19,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121616,5,1600538400,2020,9,19,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121617,5,1600540200,2020,9,19,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121618,5,1600542000,2020,9,19,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121619,5,1600543800,2020,9,19,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121620,5,1600545600,2020,9,19,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121621,5,1600547400,2020,9,19,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121622,5,1600549200,2020,9,19,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121623,5,1600551000,2020,9,19,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121624,5,1600599600,2020,9,20,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121625,5,1600601400,2020,9,20,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121626,5,1600603200,2020,9,20,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121627,5,1600605000,2020,9,20,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121628,5,1600606800,2020,9,20,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121629,5,1600608600,2020,9,20,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121630,5,1600610400,2020,9,20,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121631,5,1600612200,2020,9,20,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121632,5,1600624800,2020,9,20,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121633,5,1600626600,2020,9,20,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121634,5,1600628400,2020,9,20,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121635,5,1600630200,2020,9,20,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121636,5,1600632000,2020,9,20,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121637,5,1600633800,2020,9,20,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121638,5,1600635600,2020,9,20,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121639,5,1600637400,2020,9,20,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121640,5,1600686000,2020,9,21,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121641,5,1600687800,2020,9,21,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121642,5,1600689600,2020,9,21,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121643,5,1600691400,2020,9,21,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121644,5,1600693200,2020,9,21,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121645,5,1600695000,2020,9,21,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121646,5,1600696800,2020,9,21,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121647,5,1600711200,2020,9,21,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121648,5,1600713000,2020,9,21,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121649,5,1600714800,2020,9,21,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121650,5,1600716600,2020,9,21,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121651,5,1600718400,2020,9,21,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121652,5,1600720200,2020,9,21,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121653,5,1600722000,2020,9,21,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121654,5,1600723800,2020,9,21,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121655,5,1600772400,2020,9,22,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121656,5,1600774200,2020,9,22,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121657,5,1600776000,2020,9,22,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121658,5,1600777800,2020,9,22,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121659,5,1600779600,2020,9,22,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121660,5,1600781400,2020,9,22,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121661,5,1600783200,2020,9,22,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121662,5,1600797600,2020,9,22,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121663,5,1600799400,2020,9,22,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121664,5,1600801200,2020,9,22,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121665,5,1600803000,2020,9,22,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121666,5,1600804800,2020,9,22,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121667,5,1600806600,2020,9,22,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121668,5,1600808400,2020,9,22,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121669,5,1600810200,2020,9,22,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121670,5,1600858800,2020,9,23,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121671,5,1600860600,2020,9,23,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121672,5,1600862400,2020,9,23,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121673,5,1600864200,2020,9,23,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121674,5,1600866000,2020,9,23,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121675,5,1600867800,2020,9,23,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121676,5,1600869600,2020,9,23,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121677,5,1600884000,2020,9,23,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121678,5,1600885800,2020,9,23,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121679,5,1600887600,2020,9,23,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121680,5,1600889400,2020,9,23,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121681,5,1600891200,2020,9,23,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121682,5,1600893000,2020,9,23,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121683,5,1600894800,2020,9,23,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121684,5,1600896600,2020,9,23,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121685,5,1600945200,2020,9,24,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121686,5,1600947000,2020,9,24,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121687,5,1600948800,2020,9,24,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121688,5,1600950600,2020,9,24,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121689,5,1600952400,2020,9,24,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121690,5,1600954200,2020,9,24,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121691,5,1600956000,2020,9,24,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121692,5,1600970400,2020,9,24,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121693,5,1600972200,2020,9,24,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121694,5,1600974000,2020,9,24,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121695,5,1600975800,2020,9,24,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121696,5,1600977600,2020,9,24,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121697,5,1600979400,2020,9,24,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121698,5,1600981200,2020,9,24,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121699,5,1600983000,2020,9,24,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121700,5,1601031600,2020,9,25,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121701,5,1601033400,2020,9,25,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121702,5,1601035200,2020,9,25,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121703,5,1601037000,2020,9,25,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121704,5,1601038800,2020,9,25,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121705,5,1601040600,2020,9,25,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121706,5,1601042400,2020,9,25,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121707,5,1601056800,2020,9,25,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121708,5,1601058600,2020,9,25,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121709,5,1601060400,2020,9,25,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121710,5,1601062200,2020,9,25,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121711,5,1601064000,2020,9,25,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121712,5,1601065800,2020,9,25,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121713,5,1601067600,2020,9,25,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121714,5,1601069400,2020,9,25,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121715,5,1601118000,2020,9,26,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121716,5,1601119800,2020,9,26,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121717,5,1601121600,2020,9,26,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121718,5,1601123400,2020,9,26,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121719,5,1601125200,2020,9,26,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121720,5,1601127000,2020,9,26,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121721,5,1601128800,2020,9,26,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121722,5,1601143200,2020,9,26,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121723,5,1601145000,2020,9,26,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121724,5,1601146800,2020,9,26,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121725,5,1601148600,2020,9,26,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121726,5,1601150400,2020,9,26,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121727,5,1601152200,2020,9,26,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121728,5,1601154000,2020,9,26,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121729,5,1601155800,2020,9,26,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121730,5,1601204400,2020,9,27,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121731,5,1601206200,2020,9,27,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121732,5,1601208000,2020,9,27,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121733,5,1601209800,2020,9,27,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121734,5,1601211600,2020,9,27,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121735,5,1601213400,2020,9,27,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121736,5,1601215200,2020,9,27,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121737,5,1601217000,2020,9,27,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121738,5,1601229600,2020,9,27,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121739,5,1601231400,2020,9,27,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121740,5,1601233200,2020,9,27,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121741,5,1601235000,2020,9,27,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121742,5,1601236800,2020,9,27,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121743,5,1601238600,2020,9,27,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121744,5,1601240400,2020,9,27,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121745,5,1601242200,2020,9,27,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121746,5,1601290800,2020,9,28,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121747,5,1601292600,2020,9,28,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121748,5,1601294400,2020,9,28,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121749,5,1601296200,2020,9,28,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121750,5,1601298000,2020,9,28,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121751,5,1601299800,2020,9,28,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121752,5,1601301600,2020,9,28,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121753,5,1601316000,2020,9,28,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121754,5,1601317800,2020,9,28,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121755,5,1601319600,2020,9,28,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121756,5,1601321400,2020,9,28,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121757,5,1601323200,2020,9,28,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121758,5,1601325000,2020,9,28,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121759,5,1601326800,2020,9,28,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121760,5,1601328600,2020,9,28,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121761,5,1601377200,2020,9,29,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121762,5,1601379000,2020,9,29,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121763,5,1601380800,2020,9,29,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121764,5,1601382600,2020,9,29,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121765,5,1601384400,2020,9,29,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121766,5,1601386200,2020,9,29,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121767,5,1601388000,2020,9,29,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121768,5,1601402400,2020,9,29,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121769,5,1601404200,2020,9,29,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121770,5,1601406000,2020,9,29,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121771,5,1601407800,2020,9,29,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121772,5,1601409600,2020,9,29,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121773,5,1601411400,2020,9,29,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121774,5,1601413200,2020,9,29,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121775,5,1601415000,2020,9,29,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121776,5,1601463600,2020,9,30,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121777,5,1601465400,2020,9,30,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121778,5,1601467200,2020,9,30,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121779,5,1601469000,2020,9,30,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121780,5,1601470800,2020,9,30,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121781,5,1601472600,2020,9,30,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121782,5,1601474400,2020,9,30,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121783,5,1601488800,2020,9,30,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121784,5,1601490600,2020,9,30,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121785,5,1601492400,2020,9,30,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121786,5,1601494200,2020,9,30,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121787,5,1601496000,2020,9,30,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121788,5,1601497800,2020,9,30,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121789,5,1601499600,2020,9,30,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121790,5,1601501400,2020,9,30,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121791,5,1601550000,2020,10,1,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121792,5,1601551800,2020,10,1,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121793,5,1601553600,2020,10,1,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121794,5,1601555400,2020,10,1,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121795,5,1601557200,2020,10,1,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121796,5,1601559000,2020,10,1,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121797,5,1601560800,2020,10,1,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121798,5,1601575200,2020,10,1,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121799,5,1601577000,2020,10,1,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121800,5,1601578800,2020,10,1,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121801,5,1601580600,2020,10,1,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121802,5,1601582400,2020,10,1,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121803,5,1601584200,2020,10,1,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121804,5,1601586000,2020,10,1,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121805,5,1601587800,2020,10,1,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121806,5,1601636400,2020,10,2,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121807,5,1601638200,2020,10,2,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121808,5,1601640000,2020,10,2,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121809,5,1601641800,2020,10,2,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121810,5,1601643600,2020,10,2,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121811,5,1601645400,2020,10,2,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121812,5,1601647200,2020,10,2,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121813,5,1601661600,2020,10,2,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121814,5,1601663400,2020,10,2,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121815,5,1601665200,2020,10,2,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121816,5,1601667000,2020,10,2,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121817,5,1601668800,2020,10,2,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121818,5,1601670600,2020,10,2,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121819,5,1601672400,2020,10,2,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121820,5,1601674200,2020,10,2,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121821,5,1601722800,2020,10,3,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121822,5,1601724600,2020,10,3,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121823,5,1601726400,2020,10,3,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121824,5,1601728200,2020,10,3,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121825,5,1601730000,2020,10,3,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121826,5,1601731800,2020,10,3,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121827,5,1601733600,2020,10,3,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121828,5,1601748000,2020,10,3,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121829,5,1601749800,2020,10,3,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121830,5,1601751600,2020,10,3,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121831,5,1601753400,2020,10,3,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121832,5,1601755200,2020,10,3,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121833,5,1601757000,2020,10,3,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121834,5,1601758800,2020,10,3,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121835,5,1601760600,2020,10,3,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121836,5,1601809200,2020,10,4,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121837,5,1601811000,2020,10,4,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121838,5,1601812800,2020,10,4,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121839,5,1601814600,2020,10,4,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121840,5,1601816400,2020,10,4,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121841,5,1601818200,2020,10,4,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121842,5,1601820000,2020,10,4,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121843,5,1601821800,2020,10,4,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121844,5,1601834400,2020,10,4,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121845,5,1601836200,2020,10,4,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121846,5,1601838000,2020,10,4,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121847,5,1601839800,2020,10,4,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121848,5,1601841600,2020,10,4,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121849,5,1601843400,2020,10,4,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121850,5,1601845200,2020,10,4,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121851,5,1601847000,2020,10,4,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121852,5,1601895600,2020,10,5,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121853,5,1601897400,2020,10,5,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121854,5,1601899200,2020,10,5,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121855,5,1601901000,2020,10,5,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121856,5,1601902800,2020,10,5,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121857,5,1601904600,2020,10,5,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121858,5,1601906400,2020,10,5,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121859,5,1601920800,2020,10,5,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121860,5,1601922600,2020,10,5,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121861,5,1601924400,2020,10,5,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121862,5,1601926200,2020,10,5,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121863,5,1601928000,2020,10,5,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121864,5,1601929800,2020,10,5,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121865,5,1601931600,2020,10,5,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121866,5,1601933400,2020,10,5,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121867,5,1601982000,2020,10,6,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121868,5,1601983800,2020,10,6,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121869,5,1601985600,2020,10,6,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121870,5,1601987400,2020,10,6,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121871,5,1601989200,2020,10,6,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121872,5,1601991000,2020,10,6,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121873,5,1601992800,2020,10,6,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121874,5,1602007200,2020,10,6,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121875,5,1602009000,2020,10,6,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121876,5,1602010800,2020,10,6,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121877,5,1602012600,2020,10,6,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121878,5,1602014400,2020,10,6,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121879,5,1602016200,2020,10,6,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121880,5,1602018000,2020,10,6,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121881,5,1602019800,2020,10,6,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121882,5,1602068400,2020,10,7,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121883,5,1602070200,2020,10,7,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121884,5,1602072000,2020,10,7,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121885,5,1602073800,2020,10,7,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121886,5,1602075600,2020,10,7,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121887,5,1602077400,2020,10,7,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121888,5,1602079200,2020,10,7,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121889,5,1602093600,2020,10,7,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121890,5,1602095400,2020,10,7,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121891,5,1602097200,2020,10,7,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121892,5,1602099000,2020,10,7,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121893,5,1602100800,2020,10,7,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(121894,5,1602102600,2020,10,7,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(121895,5,1602104400,2020,10,7,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(121896,5,1602106200,2020,10,7,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(121897,5,1602154800,2020,10,8,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(121898,5,1602156600,2020,10,8,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(121899,5,1602158400,2020,10,8,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(121900,5,1602160200,2020,10,8,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(121901,5,1602162000,2020,10,8,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(121902,5,1602163800,2020,10,8,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(121903,5,1602165600,2020,10,8,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(121904,5,1602180000,2020,10,8,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(121905,5,1602181800,2020,10,8,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(121906,5,1602183600,2020,10,8,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(121907,5,1602185400,2020,10,8,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(121908,5,1602187200,2020,10,8,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(121909,5,1602189000,2020,10,8,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(121910,5,1602190800,2020,10,8,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(121911,5,1602192600,2020,10,8,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(121912,5,1602241200,2020,10,9,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(121913,5,1602243000,2020,10,9,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(121914,5,1602244800,2020,10,9,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(121915,5,1602246600,2020,10,9,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(121916,5,1602248400,2020,10,9,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(121917,5,1602250200,2020,10,9,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(121918,5,1602252000,2020,10,9,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(121919,5,1602266400,2020,10,9,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(121920,5,1602268200,2020,10,9,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(121921,5,1602270000,2020,10,9,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(121922,5,1602271800,2020,10,9,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(121923,5,1602273600,2020,10,9,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(121924,5,1602275400,2020,10,9,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(121925,5,1602277200,2020,10,9,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(121926,5,1602279000,2020,10,9,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(121927,5,1602327600,2020,10,10,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(121928,5,1602329400,2020,10,10,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(121929,5,1602331200,2020,10,10,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(121930,5,1602333000,2020,10,10,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(121931,5,1602334800,2020,10,10,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(121932,5,1602336600,2020,10,10,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(121933,5,1602338400,2020,10,10,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(121934,5,1602352800,2020,10,10,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(121935,5,1602354600,2020,10,10,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(121936,5,1602356400,2020,10,10,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(121937,5,1602358200,2020,10,10,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(121938,5,1602360000,2020,10,10,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(121939,5,1602361800,2020,10,10,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(121940,5,1602363600,2020,10,10,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(121941,5,1602365400,2020,10,10,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(121942,5,1602414000,2020,10,11,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(121943,5,1602415800,2020,10,11,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(121944,5,1602417600,2020,10,11,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(121945,5,1602419400,2020,10,11,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(121946,5,1602421200,2020,10,11,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(121947,5,1602423000,2020,10,11,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(121948,5,1602424800,2020,10,11,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(121949,5,1602426600,2020,10,11,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(121950,5,1602439200,2020,10,11,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(121951,5,1602441000,2020,10,11,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(121952,5,1602442800,2020,10,11,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(121953,5,1602444600,2020,10,11,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(121954,5,1602446400,2020,10,11,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(121955,5,1602448200,2020,10,11,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(121956,5,1602450000,2020,10,11,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(121957,5,1602451800,2020,10,11,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(121958,5,1602500400,2020,10,12,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(121959,5,1602502200,2020,10,12,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(121960,5,1602504000,2020,10,12,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(121961,5,1602505800,2020,10,12,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(121962,5,1602507600,2020,10,12,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(121963,5,1602509400,2020,10,12,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(121964,5,1602511200,2020,10,12,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(121965,5,1602525600,2020,10,12,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(121966,5,1602527400,2020,10,12,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(121967,5,1602529200,2020,10,12,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(121968,5,1602531000,2020,10,12,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(121969,5,1602532800,2020,10,12,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(121970,5,1602534600,2020,10,12,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(121971,5,1602536400,2020,10,12,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(121972,5,1602538200,2020,10,12,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(121973,5,1602586800,2020,10,13,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(121974,5,1602588600,2020,10,13,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(121975,5,1602590400,2020,10,13,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(121976,5,1602592200,2020,10,13,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(121977,5,1602594000,2020,10,13,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(121978,5,1602595800,2020,10,13,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(121979,5,1602597600,2020,10,13,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(121980,5,1602612000,2020,10,13,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(121981,5,1602613800,2020,10,13,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(121982,5,1602615600,2020,10,13,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(121983,5,1602617400,2020,10,13,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(121984,5,1602619200,2020,10,13,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(121985,5,1602621000,2020,10,13,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(121986,5,1602622800,2020,10,13,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(121987,5,1602624600,2020,10,13,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(121988,5,1602673200,2020,10,14,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(121989,5,1602675000,2020,10,14,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(121990,5,1602676800,2020,10,14,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(121991,5,1602678600,2020,10,14,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(121992,5,1602680400,2020,10,14,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(121993,5,1602682200,2020,10,14,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(121994,5,1602684000,2020,10,14,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(121995,5,1602698400,2020,10,14,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(121996,5,1602700200,2020,10,14,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(121997,5,1602702000,2020,10,14,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(121998,5,1602703800,2020,10,14,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(121999,5,1602705600,2020,10,14,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122000,5,1602707400,2020,10,14,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122001,5,1602709200,2020,10,14,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122002,5,1602711000,2020,10,14,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122003,5,1602759600,2020,10,15,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122004,5,1602761400,2020,10,15,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122005,5,1602763200,2020,10,15,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122006,5,1602765000,2020,10,15,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122007,5,1602766800,2020,10,15,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122008,5,1602768600,2020,10,15,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122009,5,1602770400,2020,10,15,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122010,5,1602784800,2020,10,15,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122011,5,1602786600,2020,10,15,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122012,5,1602788400,2020,10,15,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122013,5,1602790200,2020,10,15,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122014,5,1602792000,2020,10,15,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122015,5,1602793800,2020,10,15,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122016,5,1602795600,2020,10,15,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122017,5,1602797400,2020,10,15,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122018,5,1602846000,2020,10,16,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122019,5,1602847800,2020,10,16,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122020,5,1602849600,2020,10,16,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122021,5,1602851400,2020,10,16,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122022,5,1602853200,2020,10,16,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122023,5,1602855000,2020,10,16,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122024,5,1602856800,2020,10,16,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122025,5,1602871200,2020,10,16,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122026,5,1602873000,2020,10,16,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122027,5,1602874800,2020,10,16,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122028,5,1602876600,2020,10,16,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122029,5,1602878400,2020,10,16,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122030,5,1602880200,2020,10,16,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122031,5,1602882000,2020,10,16,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122032,5,1602883800,2020,10,16,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122033,5,1602932400,2020,10,17,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122034,5,1602934200,2020,10,17,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122035,5,1602936000,2020,10,17,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122036,5,1602937800,2020,10,17,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122037,5,1602939600,2020,10,17,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122038,5,1602941400,2020,10,17,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122039,5,1602943200,2020,10,17,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122040,5,1602957600,2020,10,17,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122041,5,1602959400,2020,10,17,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122042,5,1602961200,2020,10,17,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122043,5,1602963000,2020,10,17,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122044,5,1602964800,2020,10,17,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122045,5,1602966600,2020,10,17,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122046,5,1602968400,2020,10,17,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122047,5,1602970200,2020,10,17,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122048,5,1603018800,2020,10,18,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122049,5,1603020600,2020,10,18,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122050,5,1603022400,2020,10,18,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122051,5,1603024200,2020,10,18,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122052,5,1603026000,2020,10,18,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122053,5,1603027800,2020,10,18,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122054,5,1603029600,2020,10,18,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122055,5,1603031400,2020,10,18,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122056,5,1603044000,2020,10,18,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122057,5,1603045800,2020,10,18,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122058,5,1603047600,2020,10,18,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122059,5,1603049400,2020,10,18,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122060,5,1603051200,2020,10,18,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122061,5,1603053000,2020,10,18,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122062,5,1603054800,2020,10,18,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122063,5,1603056600,2020,10,18,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122064,5,1603105200,2020,10,19,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122065,5,1603107000,2020,10,19,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122066,5,1603108800,2020,10,19,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122067,5,1603110600,2020,10,19,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122068,5,1603112400,2020,10,19,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122069,5,1603114200,2020,10,19,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122070,5,1603116000,2020,10,19,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122071,5,1603130400,2020,10,19,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122072,5,1603132200,2020,10,19,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122073,5,1603134000,2020,10,19,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122074,5,1603135800,2020,10,19,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122075,5,1603137600,2020,10,19,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122076,5,1603139400,2020,10,19,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122077,5,1603141200,2020,10,19,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122078,5,1603143000,2020,10,19,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122079,5,1603191600,2020,10,20,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122080,5,1603193400,2020,10,20,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122081,5,1603195200,2020,10,20,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122082,5,1603197000,2020,10,20,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122083,5,1603198800,2020,10,20,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122084,5,1603200600,2020,10,20,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122085,5,1603202400,2020,10,20,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122086,5,1603216800,2020,10,20,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122087,5,1603218600,2020,10,20,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122088,5,1603220400,2020,10,20,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122089,5,1603222200,2020,10,20,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122090,5,1603224000,2020,10,20,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122091,5,1603225800,2020,10,20,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122092,5,1603227600,2020,10,20,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122093,5,1603229400,2020,10,20,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122094,5,1603278000,2020,10,21,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122095,5,1603279800,2020,10,21,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122096,5,1603281600,2020,10,21,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122097,5,1603283400,2020,10,21,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122098,5,1603285200,2020,10,21,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122099,5,1603287000,2020,10,21,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122100,5,1603288800,2020,10,21,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122101,5,1603303200,2020,10,21,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122102,5,1603305000,2020,10,21,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122103,5,1603306800,2020,10,21,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122104,5,1603308600,2020,10,21,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122105,5,1603310400,2020,10,21,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122106,5,1603312200,2020,10,21,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122107,5,1603314000,2020,10,21,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122108,5,1603315800,2020,10,21,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122109,5,1603364400,2020,10,22,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122110,5,1603366200,2020,10,22,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122111,5,1603368000,2020,10,22,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122112,5,1603369800,2020,10,22,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122113,5,1603371600,2020,10,22,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122114,5,1603373400,2020,10,22,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122115,5,1603375200,2020,10,22,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122116,5,1603389600,2020,10,22,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122117,5,1603391400,2020,10,22,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122118,5,1603393200,2020,10,22,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122119,5,1603395000,2020,10,22,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122120,5,1603396800,2020,10,22,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122121,5,1603398600,2020,10,22,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122122,5,1603400400,2020,10,22,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122123,5,1603402200,2020,10,22,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122124,5,1603450800,2020,10,23,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122125,5,1603452600,2020,10,23,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122126,5,1603454400,2020,10,23,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122127,5,1603456200,2020,10,23,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122128,5,1603458000,2020,10,23,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122129,5,1603459800,2020,10,23,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122130,5,1603461600,2020,10,23,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122131,5,1603476000,2020,10,23,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122132,5,1603477800,2020,10,23,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122133,5,1603479600,2020,10,23,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122134,5,1603481400,2020,10,23,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122135,5,1603483200,2020,10,23,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122136,5,1603485000,2020,10,23,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122137,5,1603486800,2020,10,23,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122138,5,1603488600,2020,10,23,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122139,5,1603537200,2020,10,24,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122140,5,1603539000,2020,10,24,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122141,5,1603540800,2020,10,24,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122142,5,1603542600,2020,10,24,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122143,5,1603544400,2020,10,24,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122144,5,1603546200,2020,10,24,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122145,5,1603548000,2020,10,24,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122146,5,1603562400,2020,10,24,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122147,5,1603564200,2020,10,24,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122148,5,1603566000,2020,10,24,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122149,5,1603567800,2020,10,24,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122150,5,1603569600,2020,10,24,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122151,5,1603571400,2020,10,24,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122152,5,1603573200,2020,10,24,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122153,5,1603575000,2020,10,24,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122154,5,1603627200,2020,10,25,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122155,5,1603629000,2020,10,25,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122156,5,1603630800,2020,10,25,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122157,5,1603632600,2020,10,25,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122158,5,1603634400,2020,10,25,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122159,5,1603636200,2020,10,25,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122160,5,1603638000,2020,10,25,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122161,5,1603639800,2020,10,25,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122162,5,1603652400,2020,10,25,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122163,5,1603654200,2020,10,25,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122164,5,1603656000,2020,10,25,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122165,5,1603657800,2020,10,25,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122166,5,1603659600,2020,10,25,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122167,5,1603661400,2020,10,25,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122168,5,1603663200,2020,10,25,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122169,5,1603665000,2020,10,25,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122170,5,1603713600,2020,10,26,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122171,5,1603715400,2020,10,26,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122172,5,1603717200,2020,10,26,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122173,5,1603719000,2020,10,26,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122174,5,1603720800,2020,10,26,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122175,5,1603722600,2020,10,26,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122176,5,1603724400,2020,10,26,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122177,5,1603738800,2020,10,26,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122178,5,1603740600,2020,10,26,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122179,5,1603742400,2020,10,26,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122180,5,1603744200,2020,10,26,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122181,5,1603746000,2020,10,26,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122182,5,1603747800,2020,10,26,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122183,5,1603749600,2020,10,26,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122184,5,1603751400,2020,10,26,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122185,5,1603800000,2020,10,27,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122186,5,1603801800,2020,10,27,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122187,5,1603803600,2020,10,27,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122188,5,1603805400,2020,10,27,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122189,5,1603807200,2020,10,27,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122190,5,1603809000,2020,10,27,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122191,5,1603810800,2020,10,27,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122192,5,1603825200,2020,10,27,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122193,5,1603827000,2020,10,27,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122194,5,1603828800,2020,10,27,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122195,5,1603830600,2020,10,27,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122196,5,1603832400,2020,10,27,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122197,5,1603834200,2020,10,27,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122198,5,1603836000,2020,10,27,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122199,5,1603837800,2020,10,27,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122200,5,1603886400,2020,10,28,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122201,5,1603888200,2020,10,28,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122202,5,1603890000,2020,10,28,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122203,5,1603891800,2020,10,28,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122204,5,1603893600,2020,10,28,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122205,5,1603895400,2020,10,28,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122206,5,1603897200,2020,10,28,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122207,5,1603911600,2020,10,28,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122208,5,1603913400,2020,10,28,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122209,5,1603915200,2020,10,28,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122210,5,1603917000,2020,10,28,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122211,5,1603918800,2020,10,28,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122212,5,1603920600,2020,10,28,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122213,5,1603922400,2020,10,28,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122214,5,1603924200,2020,10,28,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122215,5,1603972800,2020,10,29,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122216,5,1603974600,2020,10,29,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122217,5,1603976400,2020,10,29,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122218,5,1603978200,2020,10,29,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122219,5,1603980000,2020,10,29,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122220,5,1603981800,2020,10,29,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122221,5,1603983600,2020,10,29,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122222,5,1603998000,2020,10,29,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122223,5,1603999800,2020,10,29,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122224,5,1604001600,2020,10,29,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122225,5,1604003400,2020,10,29,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122226,5,1604005200,2020,10,29,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122227,5,1604007000,2020,10,29,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122228,5,1604008800,2020,10,29,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122229,5,1604010600,2020,10,29,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122230,5,1604059200,2020,10,30,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122231,5,1604061000,2020,10,30,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122232,5,1604062800,2020,10,30,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122233,5,1604064600,2020,10,30,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122234,5,1604066400,2020,10,30,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122235,5,1604068200,2020,10,30,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122236,5,1604070000,2020,10,30,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122237,5,1604084400,2020,10,30,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122238,5,1604086200,2020,10,30,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122239,5,1604088000,2020,10,30,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122240,5,1604089800,2020,10,30,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122241,5,1604091600,2020,10,30,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122242,5,1604093400,2020,10,30,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122243,5,1604095200,2020,10,30,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122244,5,1604097000,2020,10,30,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122245,5,1604145600,2020,10,31,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122246,5,1604147400,2020,10,31,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122247,5,1604149200,2020,10,31,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122248,5,1604151000,2020,10,31,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122249,5,1604152800,2020,10,31,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122250,5,1604154600,2020,10,31,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122251,5,1604156400,2020,10,31,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122252,5,1604170800,2020,10,31,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122253,5,1604172600,2020,10,31,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122254,5,1604174400,2020,10,31,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122255,5,1604176200,2020,10,31,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122256,5,1604178000,2020,10,31,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122257,5,1604179800,2020,10,31,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122258,5,1604181600,2020,10,31,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122259,5,1604183400,2020,10,31,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122260,5,1604232000,2020,11,1,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122261,5,1604233800,2020,11,1,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122262,5,1604235600,2020,11,1,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122263,5,1604237400,2020,11,1,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122264,5,1604239200,2020,11,1,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122265,5,1604241000,2020,11,1,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122266,5,1604242800,2020,11,1,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122267,5,1604244600,2020,11,1,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122268,5,1604257200,2020,11,1,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122269,5,1604259000,2020,11,1,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122270,5,1604260800,2020,11,1,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122271,5,1604262600,2020,11,1,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122272,5,1604264400,2020,11,1,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122273,5,1604266200,2020,11,1,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122274,5,1604268000,2020,11,1,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122275,5,1604269800,2020,11,1,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122276,5,1604318400,2020,11,2,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122277,5,1604320200,2020,11,2,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122278,5,1604322000,2020,11,2,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122279,5,1604323800,2020,11,2,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122280,5,1604325600,2020,11,2,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122281,5,1604327400,2020,11,2,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122282,5,1604329200,2020,11,2,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122283,5,1604343600,2020,11,2,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122284,5,1604345400,2020,11,2,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122285,5,1604347200,2020,11,2,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122286,5,1604349000,2020,11,2,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122287,5,1604350800,2020,11,2,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122288,5,1604352600,2020,11,2,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122289,5,1604354400,2020,11,2,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122290,5,1604356200,2020,11,2,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122291,5,1604404800,2020,11,3,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122292,5,1604406600,2020,11,3,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122293,5,1604408400,2020,11,3,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122294,5,1604410200,2020,11,3,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122295,5,1604412000,2020,11,3,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122296,5,1604413800,2020,11,3,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122297,5,1604415600,2020,11,3,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122298,5,1604430000,2020,11,3,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122299,5,1604431800,2020,11,3,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122300,5,1604433600,2020,11,3,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122301,5,1604435400,2020,11,3,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122302,5,1604437200,2020,11,3,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122303,5,1604439000,2020,11,3,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122304,5,1604440800,2020,11,3,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122305,5,1604442600,2020,11,3,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122306,5,1604491200,2020,11,4,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122307,5,1604493000,2020,11,4,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122308,5,1604494800,2020,11,4,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122309,5,1604496600,2020,11,4,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122310,5,1604498400,2020,11,4,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122311,5,1604500200,2020,11,4,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122312,5,1604502000,2020,11,4,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122313,5,1604516400,2020,11,4,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122314,5,1604518200,2020,11,4,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122315,5,1604520000,2020,11,4,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122316,5,1604521800,2020,11,4,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122317,5,1604523600,2020,11,4,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122318,5,1604525400,2020,11,4,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122319,5,1604527200,2020,11,4,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122320,5,1604529000,2020,11,4,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122321,5,1604577600,2020,11,5,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122322,5,1604579400,2020,11,5,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122323,5,1604581200,2020,11,5,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122324,5,1604583000,2020,11,5,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122325,5,1604584800,2020,11,5,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122326,5,1604586600,2020,11,5,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122327,5,1604588400,2020,11,5,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122328,5,1604602800,2020,11,5,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122329,5,1604604600,2020,11,5,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122330,5,1604606400,2020,11,5,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122331,5,1604608200,2020,11,5,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122332,5,1604610000,2020,11,5,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122333,5,1604611800,2020,11,5,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122334,5,1604613600,2020,11,5,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122335,5,1604615400,2020,11,5,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122336,5,1604664000,2020,11,6,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122337,5,1604665800,2020,11,6,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122338,5,1604667600,2020,11,6,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122339,5,1604669400,2020,11,6,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122340,5,1604671200,2020,11,6,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122341,5,1604673000,2020,11,6,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122342,5,1604674800,2020,11,6,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122343,5,1604689200,2020,11,6,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122344,5,1604691000,2020,11,6,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122345,5,1604692800,2020,11,6,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122346,5,1604694600,2020,11,6,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122347,5,1604696400,2020,11,6,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122348,5,1604698200,2020,11,6,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122349,5,1604700000,2020,11,6,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122350,5,1604701800,2020,11,6,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122351,5,1604750400,2020,11,7,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122352,5,1604752200,2020,11,7,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122353,5,1604754000,2020,11,7,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122354,5,1604755800,2020,11,7,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122355,5,1604757600,2020,11,7,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122356,5,1604759400,2020,11,7,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122357,5,1604761200,2020,11,7,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122358,5,1604775600,2020,11,7,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122359,5,1604777400,2020,11,7,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122360,5,1604779200,2020,11,7,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122361,5,1604781000,2020,11,7,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122362,5,1604782800,2020,11,7,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122363,5,1604784600,2020,11,7,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122364,5,1604786400,2020,11,7,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122365,5,1604788200,2020,11,7,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122366,5,1604836800,2020,11,8,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122367,5,1604838600,2020,11,8,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122368,5,1604840400,2020,11,8,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122369,5,1604842200,2020,11,8,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122370,5,1604844000,2020,11,8,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122371,5,1604845800,2020,11,8,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122372,5,1604847600,2020,11,8,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122373,5,1604849400,2020,11,8,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122374,5,1604862000,2020,11,8,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122375,5,1604863800,2020,11,8,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122376,5,1604865600,2020,11,8,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122377,5,1604867400,2020,11,8,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122378,5,1604869200,2020,11,8,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122379,5,1604871000,2020,11,8,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122380,5,1604872800,2020,11,8,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122381,5,1604874600,2020,11,8,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122382,5,1604923200,2020,11,9,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122383,5,1604925000,2020,11,9,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122384,5,1604926800,2020,11,9,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122385,5,1604928600,2020,11,9,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122386,5,1604930400,2020,11,9,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122387,5,1604932200,2020,11,9,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122388,5,1604934000,2020,11,9,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122389,5,1604948400,2020,11,9,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122390,5,1604950200,2020,11,9,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122391,5,1604952000,2020,11,9,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122392,5,1604953800,2020,11,9,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122393,5,1604955600,2020,11,9,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122394,5,1604957400,2020,11,9,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122395,5,1604959200,2020,11,9,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122396,5,1604961000,2020,11,9,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122397,5,1605009600,2020,11,10,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122398,5,1605011400,2020,11,10,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122399,5,1605013200,2020,11,10,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122400,5,1605015000,2020,11,10,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122401,5,1605016800,2020,11,10,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122402,5,1605018600,2020,11,10,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122403,5,1605020400,2020,11,10,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122404,5,1605034800,2020,11,10,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122405,5,1605036600,2020,11,10,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122406,5,1605038400,2020,11,10,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122407,5,1605040200,2020,11,10,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122408,5,1605042000,2020,11,10,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122409,5,1605043800,2020,11,10,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122410,5,1605045600,2020,11,10,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122411,5,1605047400,2020,11,10,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122412,5,1605096000,2020,11,11,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122413,5,1605097800,2020,11,11,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122414,5,1605099600,2020,11,11,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122415,5,1605101400,2020,11,11,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122416,5,1605103200,2020,11,11,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122417,5,1605105000,2020,11,11,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122418,5,1605106800,2020,11,11,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122419,5,1605121200,2020,11,11,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122420,5,1605123000,2020,11,11,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122421,5,1605124800,2020,11,11,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122422,5,1605126600,2020,11,11,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122423,5,1605128400,2020,11,11,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122424,5,1605130200,2020,11,11,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122425,5,1605132000,2020,11,11,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122426,5,1605133800,2020,11,11,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122427,5,1605182400,2020,11,12,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122428,5,1605184200,2020,11,12,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122429,5,1605186000,2020,11,12,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122430,5,1605187800,2020,11,12,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122431,5,1605189600,2020,11,12,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122432,5,1605191400,2020,11,12,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122433,5,1605193200,2020,11,12,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122434,5,1605207600,2020,11,12,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122435,5,1605209400,2020,11,12,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122436,5,1605211200,2020,11,12,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122437,5,1605213000,2020,11,12,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122438,5,1605214800,2020,11,12,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122439,5,1605216600,2020,11,12,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122440,5,1605218400,2020,11,12,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122441,5,1605220200,2020,11,12,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122442,5,1605268800,2020,11,13,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122443,5,1605270600,2020,11,13,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122444,5,1605272400,2020,11,13,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122445,5,1605274200,2020,11,13,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122446,5,1605276000,2020,11,13,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122447,5,1605277800,2020,11,13,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122448,5,1605279600,2020,11,13,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122449,5,1605294000,2020,11,13,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122450,5,1605295800,2020,11,13,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122451,5,1605297600,2020,11,13,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122452,5,1605299400,2020,11,13,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122453,5,1605301200,2020,11,13,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122454,5,1605303000,2020,11,13,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122455,5,1605304800,2020,11,13,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122456,5,1605306600,2020,11,13,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122457,5,1605355200,2020,11,14,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122458,5,1605357000,2020,11,14,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122459,5,1605358800,2020,11,14,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122460,5,1605360600,2020,11,14,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122461,5,1605362400,2020,11,14,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122462,5,1605364200,2020,11,14,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122463,5,1605366000,2020,11,14,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122464,5,1605380400,2020,11,14,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122465,5,1605382200,2020,11,14,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122466,5,1605384000,2020,11,14,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122467,5,1605385800,2020,11,14,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122468,5,1605387600,2020,11,14,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122469,5,1605389400,2020,11,14,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122470,5,1605391200,2020,11,14,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122471,5,1605393000,2020,11,14,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122472,5,1605441600,2020,11,15,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122473,5,1605443400,2020,11,15,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122474,5,1605445200,2020,11,15,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122475,5,1605447000,2020,11,15,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122476,5,1605448800,2020,11,15,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122477,5,1605450600,2020,11,15,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122478,5,1605452400,2020,11,15,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122479,5,1605454200,2020,11,15,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122480,5,1605466800,2020,11,15,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122481,5,1605468600,2020,11,15,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122482,5,1605470400,2020,11,15,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122483,5,1605472200,2020,11,15,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122484,5,1605474000,2020,11,15,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122485,5,1605475800,2020,11,15,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122486,5,1605477600,2020,11,15,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122487,5,1605479400,2020,11,15,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122488,5,1605528000,2020,11,16,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122489,5,1605529800,2020,11,16,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122490,5,1605531600,2020,11,16,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122491,5,1605533400,2020,11,16,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122492,5,1605535200,2020,11,16,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122493,5,1605537000,2020,11,16,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122494,5,1605538800,2020,11,16,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122495,5,1605553200,2020,11,16,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122496,5,1605555000,2020,11,16,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122497,5,1605556800,2020,11,16,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122498,5,1605558600,2020,11,16,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122499,5,1605560400,2020,11,16,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122500,5,1605562200,2020,11,16,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122501,5,1605564000,2020,11,16,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122502,5,1605565800,2020,11,16,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122503,5,1605614400,2020,11,17,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122504,5,1605616200,2020,11,17,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122505,5,1605618000,2020,11,17,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122506,5,1605619800,2020,11,17,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122507,5,1605621600,2020,11,17,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122508,5,1605623400,2020,11,17,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122509,5,1605625200,2020,11,17,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122510,5,1605639600,2020,11,17,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122511,5,1605641400,2020,11,17,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122512,5,1605643200,2020,11,17,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122513,5,1605645000,2020,11,17,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122514,5,1605646800,2020,11,17,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122515,5,1605648600,2020,11,17,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122516,5,1605650400,2020,11,17,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122517,5,1605652200,2020,11,17,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122518,5,1605700800,2020,11,18,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122519,5,1605702600,2020,11,18,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122520,5,1605704400,2020,11,18,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122521,5,1605706200,2020,11,18,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122522,5,1605708000,2020,11,18,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122523,5,1605709800,2020,11,18,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122524,5,1605711600,2020,11,18,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122525,5,1605726000,2020,11,18,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122526,5,1605727800,2020,11,18,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122527,5,1605729600,2020,11,18,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122528,5,1605731400,2020,11,18,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122529,5,1605733200,2020,11,18,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122530,5,1605735000,2020,11,18,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122531,5,1605736800,2020,11,18,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122532,5,1605738600,2020,11,18,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122533,5,1605787200,2020,11,19,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122534,5,1605789000,2020,11,19,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122535,5,1605790800,2020,11,19,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122536,5,1605792600,2020,11,19,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122537,5,1605794400,2020,11,19,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122538,5,1605796200,2020,11,19,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122539,5,1605798000,2020,11,19,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122540,5,1605812400,2020,11,19,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122541,5,1605814200,2020,11,19,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122542,5,1605816000,2020,11,19,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122543,5,1605817800,2020,11,19,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122544,5,1605819600,2020,11,19,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122545,5,1605821400,2020,11,19,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122546,5,1605823200,2020,11,19,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122547,5,1605825000,2020,11,19,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122548,5,1605873600,2020,11,20,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122549,5,1605875400,2020,11,20,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122550,5,1605877200,2020,11,20,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122551,5,1605879000,2020,11,20,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122552,5,1605880800,2020,11,20,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122553,5,1605882600,2020,11,20,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122554,5,1605884400,2020,11,20,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122555,5,1605898800,2020,11,20,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122556,5,1605900600,2020,11,20,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122557,5,1605902400,2020,11,20,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122558,5,1605904200,2020,11,20,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122559,5,1605906000,2020,11,20,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122560,5,1605907800,2020,11,20,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122561,5,1605909600,2020,11,20,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122562,5,1605911400,2020,11,20,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122563,5,1605960000,2020,11,21,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122564,5,1605961800,2020,11,21,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122565,5,1605963600,2020,11,21,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122566,5,1605965400,2020,11,21,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122567,5,1605967200,2020,11,21,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122568,5,1605969000,2020,11,21,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122569,5,1605970800,2020,11,21,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122570,5,1605985200,2020,11,21,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122571,5,1605987000,2020,11,21,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122572,5,1605988800,2020,11,21,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122573,5,1605990600,2020,11,21,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122574,5,1605992400,2020,11,21,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122575,5,1605994200,2020,11,21,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122576,5,1605996000,2020,11,21,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122577,5,1605997800,2020,11,21,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122578,5,1606046400,2020,11,22,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122579,5,1606048200,2020,11,22,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122580,5,1606050000,2020,11,22,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122581,5,1606051800,2020,11,22,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122582,5,1606053600,2020,11,22,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122583,5,1606055400,2020,11,22,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122584,5,1606057200,2020,11,22,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122585,5,1606059000,2020,11,22,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122586,5,1606071600,2020,11,22,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122587,5,1606073400,2020,11,22,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122588,5,1606075200,2020,11,22,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122589,5,1606077000,2020,11,22,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122590,5,1606078800,2020,11,22,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122591,5,1606080600,2020,11,22,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122592,5,1606082400,2020,11,22,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122593,5,1606084200,2020,11,22,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122594,5,1606132800,2020,11,23,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122595,5,1606134600,2020,11,23,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122596,5,1606136400,2020,11,23,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122597,5,1606138200,2020,11,23,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122598,5,1606140000,2020,11,23,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122599,5,1606141800,2020,11,23,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122600,5,1606143600,2020,11,23,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122601,5,1606158000,2020,11,23,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122602,5,1606159800,2020,11,23,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122603,5,1606161600,2020,11,23,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122604,5,1606163400,2020,11,23,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122605,5,1606165200,2020,11,23,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122606,5,1606167000,2020,11,23,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122607,5,1606168800,2020,11,23,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122608,5,1606170600,2020,11,23,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122609,5,1606219200,2020,11,24,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122610,5,1606221000,2020,11,24,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122611,5,1606222800,2020,11,24,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122612,5,1606224600,2020,11,24,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122613,5,1606226400,2020,11,24,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122614,5,1606228200,2020,11,24,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122615,5,1606230000,2020,11,24,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122616,5,1606244400,2020,11,24,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122617,5,1606246200,2020,11,24,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122618,5,1606248000,2020,11,24,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122619,5,1606249800,2020,11,24,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122620,5,1606251600,2020,11,24,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122621,5,1606253400,2020,11,24,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122622,5,1606255200,2020,11,24,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122623,5,1606257000,2020,11,24,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122624,5,1606305600,2020,11,25,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122625,5,1606307400,2020,11,25,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122626,5,1606309200,2020,11,25,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122627,5,1606311000,2020,11,25,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122628,5,1606312800,2020,11,25,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122629,5,1606314600,2020,11,25,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122630,5,1606316400,2020,11,25,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122631,5,1606330800,2020,11,25,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122632,5,1606332600,2020,11,25,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122633,5,1606334400,2020,11,25,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122634,5,1606336200,2020,11,25,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122635,5,1606338000,2020,11,25,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122636,5,1606339800,2020,11,25,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122637,5,1606341600,2020,11,25,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122638,5,1606343400,2020,11,25,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122639,5,1606392000,2020,11,26,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122640,5,1606393800,2020,11,26,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122641,5,1606395600,2020,11,26,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122642,5,1606397400,2020,11,26,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122643,5,1606399200,2020,11,26,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122644,5,1606401000,2020,11,26,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122645,5,1606402800,2020,11,26,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122646,5,1606417200,2020,11,26,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122647,5,1606419000,2020,11,26,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122648,5,1606420800,2020,11,26,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122649,5,1606422600,2020,11,26,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122650,5,1606424400,2020,11,26,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122651,5,1606426200,2020,11,26,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122652,5,1606428000,2020,11,26,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122653,5,1606429800,2020,11,26,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122654,5,1606478400,2020,11,27,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122655,5,1606480200,2020,11,27,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122656,5,1606482000,2020,11,27,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122657,5,1606483800,2020,11,27,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122658,5,1606485600,2020,11,27,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122659,5,1606487400,2020,11,27,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122660,5,1606489200,2020,11,27,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122661,5,1606503600,2020,11,27,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122662,5,1606505400,2020,11,27,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122663,5,1606507200,2020,11,27,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122664,5,1606509000,2020,11,27,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122665,5,1606510800,2020,11,27,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122666,5,1606512600,2020,11,27,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122667,5,1606514400,2020,11,27,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122668,5,1606516200,2020,11,27,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122669,5,1606564800,2020,11,28,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122670,5,1606566600,2020,11,28,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122671,5,1606568400,2020,11,28,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122672,5,1606570200,2020,11,28,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122673,5,1606572000,2020,11,28,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122674,5,1606573800,2020,11,28,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122675,5,1606575600,2020,11,28,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122676,5,1606590000,2020,11,28,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122677,5,1606591800,2020,11,28,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122678,5,1606593600,2020,11,28,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122679,5,1606595400,2020,11,28,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122680,5,1606597200,2020,11,28,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122681,5,1606599000,2020,11,28,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122682,5,1606600800,2020,11,28,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122683,5,1606602600,2020,11,28,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122684,5,1606651200,2020,11,29,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122685,5,1606653000,2020,11,29,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122686,5,1606654800,2020,11,29,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122687,5,1606656600,2020,11,29,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122688,5,1606658400,2020,11,29,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122689,5,1606660200,2020,11,29,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122690,5,1606662000,2020,11,29,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122691,5,1606663800,2020,11,29,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122692,5,1606676400,2020,11,29,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122693,5,1606678200,2020,11,29,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122694,5,1606680000,2020,11,29,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122695,5,1606681800,2020,11,29,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122696,5,1606683600,2020,11,29,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122697,5,1606685400,2020,11,29,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122698,5,1606687200,2020,11,29,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122699,5,1606689000,2020,11,29,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122700,5,1606737600,2020,11,30,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122701,5,1606739400,2020,11,30,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122702,5,1606741200,2020,11,30,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122703,5,1606743000,2020,11,30,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122704,5,1606744800,2020,11,30,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122705,5,1606746600,2020,11,30,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122706,5,1606748400,2020,11,30,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122707,5,1606762800,2020,11,30,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122708,5,1606764600,2020,11,30,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122709,5,1606766400,2020,11,30,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122710,5,1606768200,2020,11,30,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122711,5,1606770000,2020,11,30,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122712,5,1606771800,2020,11,30,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122713,5,1606773600,2020,11,30,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122714,5,1606775400,2020,11,30,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122715,5,1606824000,2020,12,1,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122716,5,1606825800,2020,12,1,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122717,5,1606827600,2020,12,1,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122718,5,1606829400,2020,12,1,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122719,5,1606831200,2020,12,1,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122720,5,1606833000,2020,12,1,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122721,5,1606834800,2020,12,1,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122722,5,1606849200,2020,12,1,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122723,5,1606851000,2020,12,1,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122724,5,1606852800,2020,12,1,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122725,5,1606854600,2020,12,1,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122726,5,1606856400,2020,12,1,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122727,5,1606858200,2020,12,1,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122728,5,1606860000,2020,12,1,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122729,5,1606861800,2020,12,1,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122730,5,1606910400,2020,12,2,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122731,5,1606912200,2020,12,2,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122732,5,1606914000,2020,12,2,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122733,5,1606915800,2020,12,2,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122734,5,1606917600,2020,12,2,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122735,5,1606919400,2020,12,2,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122736,5,1606921200,2020,12,2,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122737,5,1606935600,2020,12,2,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122738,5,1606937400,2020,12,2,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122739,5,1606939200,2020,12,2,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122740,5,1606941000,2020,12,2,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122741,5,1606942800,2020,12,2,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122742,5,1606944600,2020,12,2,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122743,5,1606946400,2020,12,2,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122744,5,1606948200,2020,12,2,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122745,5,1606996800,2020,12,3,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122746,5,1606998600,2020,12,3,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122747,5,1607000400,2020,12,3,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122748,5,1607002200,2020,12,3,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122749,5,1607004000,2020,12,3,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122750,5,1607005800,2020,12,3,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122751,5,1607007600,2020,12,3,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122752,5,1607022000,2020,12,3,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122753,5,1607023800,2020,12,3,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122754,5,1607025600,2020,12,3,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122755,5,1607027400,2020,12,3,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122756,5,1607029200,2020,12,3,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122757,5,1607031000,2020,12,3,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122758,5,1607032800,2020,12,3,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122759,5,1607034600,2020,12,3,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122760,5,1607083200,2020,12,4,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122761,5,1607085000,2020,12,4,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122762,5,1607086800,2020,12,4,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122763,5,1607088600,2020,12,4,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122764,5,1607090400,2020,12,4,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122765,5,1607092200,2020,12,4,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122766,5,1607094000,2020,12,4,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122767,5,1607108400,2020,12,4,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122768,5,1607110200,2020,12,4,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122769,5,1607112000,2020,12,4,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122770,5,1607113800,2020,12,4,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122771,5,1607115600,2020,12,4,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122772,5,1607117400,2020,12,4,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122773,5,1607119200,2020,12,4,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122774,5,1607121000,2020,12,4,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122775,5,1607169600,2020,12,5,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122776,5,1607171400,2020,12,5,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122777,5,1607173200,2020,12,5,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122778,5,1607175000,2020,12,5,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122779,5,1607176800,2020,12,5,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122780,5,1607178600,2020,12,5,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122781,5,1607180400,2020,12,5,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122782,5,1607194800,2020,12,5,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122783,5,1607196600,2020,12,5,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122784,5,1607198400,2020,12,5,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122785,5,1607200200,2020,12,5,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122786,5,1607202000,2020,12,5,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122787,5,1607203800,2020,12,5,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122788,5,1607205600,2020,12,5,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122789,5,1607207400,2020,12,5,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122790,5,1607256000,2020,12,6,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122791,5,1607257800,2020,12,6,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122792,5,1607259600,2020,12,6,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122793,5,1607261400,2020,12,6,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122794,5,1607263200,2020,12,6,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122795,5,1607265000,2020,12,6,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122796,5,1607266800,2020,12,6,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122797,5,1607268600,2020,12,6,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122798,5,1607281200,2020,12,6,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122799,5,1607283000,2020,12,6,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122800,5,1607284800,2020,12,6,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122801,5,1607286600,2020,12,6,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122802,5,1607288400,2020,12,6,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122803,5,1607290200,2020,12,6,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122804,5,1607292000,2020,12,6,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122805,5,1607293800,2020,12,6,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122806,5,1607342400,2020,12,7,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122807,5,1607344200,2020,12,7,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122808,5,1607346000,2020,12,7,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122809,5,1607347800,2020,12,7,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122810,5,1607349600,2020,12,7,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122811,5,1607351400,2020,12,7,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122812,5,1607353200,2020,12,7,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122813,5,1607367600,2020,12,7,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122814,5,1607369400,2020,12,7,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122815,5,1607371200,2020,12,7,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122816,5,1607373000,2020,12,7,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122817,5,1607374800,2020,12,7,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122818,5,1607376600,2020,12,7,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122819,5,1607378400,2020,12,7,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122820,5,1607380200,2020,12,7,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122821,5,1607428800,2020,12,8,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122822,5,1607430600,2020,12,8,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122823,5,1607432400,2020,12,8,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122824,5,1607434200,2020,12,8,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122825,5,1607436000,2020,12,8,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122826,5,1607437800,2020,12,8,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122827,5,1607439600,2020,12,8,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122828,5,1607454000,2020,12,8,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122829,5,1607455800,2020,12,8,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122830,5,1607457600,2020,12,8,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122831,5,1607459400,2020,12,8,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122832,5,1607461200,2020,12,8,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122833,5,1607463000,2020,12,8,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122834,5,1607464800,2020,12,8,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122835,5,1607466600,2020,12,8,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122836,5,1607515200,2020,12,9,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122837,5,1607517000,2020,12,9,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122838,5,1607518800,2020,12,9,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122839,5,1607520600,2020,12,9,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122840,5,1607522400,2020,12,9,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122841,5,1607524200,2020,12,9,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122842,5,1607526000,2020,12,9,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122843,5,1607540400,2020,12,9,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122844,5,1607542200,2020,12,9,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122845,5,1607544000,2020,12,9,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122846,5,1607545800,2020,12,9,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122847,5,1607547600,2020,12,9,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122848,5,1607549400,2020,12,9,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122849,5,1607551200,2020,12,9,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122850,5,1607553000,2020,12,9,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122851,5,1607601600,2020,12,10,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122852,5,1607603400,2020,12,10,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122853,5,1607605200,2020,12,10,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122854,5,1607607000,2020,12,10,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122855,5,1607608800,2020,12,10,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122856,5,1607610600,2020,12,10,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122857,5,1607612400,2020,12,10,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122858,5,1607626800,2020,12,10,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122859,5,1607628600,2020,12,10,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122860,5,1607630400,2020,12,10,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122861,5,1607632200,2020,12,10,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122862,5,1607634000,2020,12,10,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122863,5,1607635800,2020,12,10,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122864,5,1607637600,2020,12,10,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122865,5,1607639400,2020,12,10,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122866,5,1607688000,2020,12,11,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122867,5,1607689800,2020,12,11,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122868,5,1607691600,2020,12,11,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122869,5,1607693400,2020,12,11,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122870,5,1607695200,2020,12,11,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122871,5,1607697000,2020,12,11,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122872,5,1607698800,2020,12,11,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122873,5,1607713200,2020,12,11,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122874,5,1607715000,2020,12,11,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122875,5,1607716800,2020,12,11,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122876,5,1607718600,2020,12,11,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122877,5,1607720400,2020,12,11,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122878,5,1607722200,2020,12,11,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122879,5,1607724000,2020,12,11,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122880,5,1607725800,2020,12,11,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122881,5,1607774400,2020,12,12,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122882,5,1607776200,2020,12,12,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122883,5,1607778000,2020,12,12,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122884,5,1607779800,2020,12,12,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122885,5,1607781600,2020,12,12,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122886,5,1607783400,2020,12,12,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122887,5,1607785200,2020,12,12,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122888,5,1607799600,2020,12,12,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122889,5,1607801400,2020,12,12,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122890,5,1607803200,2020,12,12,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122891,5,1607805000,2020,12,12,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122892,5,1607806800,2020,12,12,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122893,5,1607808600,2020,12,12,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(122894,5,1607810400,2020,12,12,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(122895,5,1607812200,2020,12,12,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(122896,5,1607860800,2020,12,13,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(122897,5,1607862600,2020,12,13,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(122898,5,1607864400,2020,12,13,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(122899,5,1607866200,2020,12,13,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(122900,5,1607868000,2020,12,13,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(122901,5,1607869800,2020,12,13,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(122902,5,1607871600,2020,12,13,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(122903,5,1607873400,2020,12,13,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(122904,5,1607886000,2020,12,13,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(122905,5,1607887800,2020,12,13,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(122906,5,1607889600,2020,12,13,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(122907,5,1607891400,2020,12,13,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(122908,5,1607893200,2020,12,13,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(122909,5,1607895000,2020,12,13,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(122910,5,1607896800,2020,12,13,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(122911,5,1607898600,2020,12,13,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(122912,5,1607947200,2020,12,14,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(122913,5,1607949000,2020,12,14,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(122914,5,1607950800,2020,12,14,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(122915,5,1607952600,2020,12,14,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(122916,5,1607954400,2020,12,14,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(122917,5,1607956200,2020,12,14,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(122918,5,1607958000,2020,12,14,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(122919,5,1607972400,2020,12,14,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(122920,5,1607974200,2020,12,14,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(122921,5,1607976000,2020,12,14,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(122922,5,1607977800,2020,12,14,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(122923,5,1607979600,2020,12,14,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(122924,5,1607981400,2020,12,14,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(122925,5,1607983200,2020,12,14,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(122926,5,1607985000,2020,12,14,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(122927,5,1608033600,2020,12,15,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(122928,5,1608035400,2020,12,15,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(122929,5,1608037200,2020,12,15,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(122930,5,1608039000,2020,12,15,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(122931,5,1608040800,2020,12,15,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(122932,5,1608042600,2020,12,15,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(122933,5,1608044400,2020,12,15,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(122934,5,1608058800,2020,12,15,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(122935,5,1608060600,2020,12,15,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(122936,5,1608062400,2020,12,15,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(122937,5,1608064200,2020,12,15,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(122938,5,1608066000,2020,12,15,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(122939,5,1608067800,2020,12,15,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(122940,5,1608069600,2020,12,15,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(122941,5,1608071400,2020,12,15,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(122942,5,1608120000,2020,12,16,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(122943,5,1608121800,2020,12,16,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(122944,5,1608123600,2020,12,16,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(122945,5,1608125400,2020,12,16,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(122946,5,1608127200,2020,12,16,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(122947,5,1608129000,2020,12,16,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(122948,5,1608130800,2020,12,16,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(122949,5,1608145200,2020,12,16,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(122950,5,1608147000,2020,12,16,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(122951,5,1608148800,2020,12,16,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(122952,5,1608150600,2020,12,16,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(122953,5,1608152400,2020,12,16,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(122954,5,1608154200,2020,12,16,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(122955,5,1608156000,2020,12,16,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(122956,5,1608157800,2020,12,16,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(122957,5,1608206400,2020,12,17,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(122958,5,1608208200,2020,12,17,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(122959,5,1608210000,2020,12,17,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(122960,5,1608211800,2020,12,17,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(122961,5,1608213600,2020,12,17,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(122962,5,1608215400,2020,12,17,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(122963,5,1608217200,2020,12,17,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(122964,5,1608231600,2020,12,17,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(122965,5,1608233400,2020,12,17,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(122966,5,1608235200,2020,12,17,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(122967,5,1608237000,2020,12,17,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(122968,5,1608238800,2020,12,17,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(122969,5,1608240600,2020,12,17,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(122970,5,1608242400,2020,12,17,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(122971,5,1608244200,2020,12,17,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(122972,5,1608292800,2020,12,18,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(122973,5,1608294600,2020,12,18,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(122974,5,1608296400,2020,12,18,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(122975,5,1608298200,2020,12,18,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(122976,5,1608300000,2020,12,18,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(122977,5,1608301800,2020,12,18,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(122978,5,1608303600,2020,12,18,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(122979,5,1608318000,2020,12,18,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(122980,5,1608319800,2020,12,18,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(122981,5,1608321600,2020,12,18,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(122982,5,1608323400,2020,12,18,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(122983,5,1608325200,2020,12,18,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(122984,5,1608327000,2020,12,18,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(122985,5,1608328800,2020,12,18,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(122986,5,1608330600,2020,12,18,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(122987,5,1608379200,2020,12,19,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(122988,5,1608381000,2020,12,19,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(122989,5,1608382800,2020,12,19,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(122990,5,1608384600,2020,12,19,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(122991,5,1608386400,2020,12,19,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(122992,5,1608388200,2020,12,19,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(122993,5,1608390000,2020,12,19,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(122994,5,1608404400,2020,12,19,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(122995,5,1608406200,2020,12,19,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(122996,5,1608408000,2020,12,19,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(122997,5,1608409800,2020,12,19,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(122998,5,1608411600,2020,12,19,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(122999,5,1608413400,2020,12,19,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123000,5,1608415200,2020,12,19,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123001,5,1608417000,2020,12,19,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123002,5,1608465600,2020,12,20,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123003,5,1608467400,2020,12,20,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123004,5,1608469200,2020,12,20,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123005,5,1608471000,2020,12,20,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123006,5,1608472800,2020,12,20,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123007,5,1608474600,2020,12,20,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123008,5,1608476400,2020,12,20,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123009,5,1608478200,2020,12,20,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123010,5,1608490800,2020,12,20,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123011,5,1608492600,2020,12,20,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123012,5,1608494400,2020,12,20,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123013,5,1608496200,2020,12,20,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123014,5,1608498000,2020,12,20,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123015,5,1608499800,2020,12,20,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123016,5,1608501600,2020,12,20,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123017,5,1608503400,2020,12,20,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123018,5,1608552000,2020,12,21,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123019,5,1608553800,2020,12,21,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123020,5,1608555600,2020,12,21,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123021,5,1608557400,2020,12,21,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123022,5,1608559200,2020,12,21,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123023,5,1608561000,2020,12,21,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123024,5,1608562800,2020,12,21,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123025,5,1608577200,2020,12,21,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123026,5,1608579000,2020,12,21,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123027,5,1608580800,2020,12,21,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123028,5,1608582600,2020,12,21,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123029,5,1608584400,2020,12,21,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123030,5,1608586200,2020,12,21,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123031,5,1608588000,2020,12,21,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123032,5,1608589800,2020,12,21,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123033,5,1608638400,2020,12,22,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123034,5,1608640200,2020,12,22,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123035,5,1608642000,2020,12,22,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123036,5,1608643800,2020,12,22,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123037,5,1608645600,2020,12,22,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123038,5,1608647400,2020,12,22,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123039,5,1608649200,2020,12,22,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123040,5,1608663600,2020,12,22,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123041,5,1608665400,2020,12,22,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123042,5,1608667200,2020,12,22,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123043,5,1608669000,2020,12,22,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123044,5,1608670800,2020,12,22,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123045,5,1608672600,2020,12,22,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123046,5,1608674400,2020,12,22,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123047,5,1608676200,2020,12,22,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123048,5,1608724800,2020,12,23,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123049,5,1608726600,2020,12,23,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123050,5,1608728400,2020,12,23,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123051,5,1608730200,2020,12,23,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123052,5,1608732000,2020,12,23,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123053,5,1608733800,2020,12,23,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123054,5,1608735600,2020,12,23,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123055,5,1608750000,2020,12,23,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123056,5,1608751800,2020,12,23,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123057,5,1608753600,2020,12,23,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123058,5,1608755400,2020,12,23,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123059,5,1608757200,2020,12,23,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123060,5,1608759000,2020,12,23,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123061,5,1608760800,2020,12,23,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123062,5,1608762600,2020,12,23,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123063,5,1608811200,2020,12,24,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123064,5,1608813000,2020,12,24,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123065,5,1608814800,2020,12,24,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123066,5,1608816600,2020,12,24,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123067,5,1608818400,2020,12,24,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123068,5,1608820200,2020,12,24,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123069,5,1608822000,2020,12,24,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123070,5,1608836400,2020,12,24,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123071,5,1608838200,2020,12,24,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123072,5,1608840000,2020,12,24,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123073,5,1608841800,2020,12,24,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123074,5,1608843600,2020,12,24,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123075,5,1608845400,2020,12,24,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123076,5,1608847200,2020,12,24,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123077,5,1608849000,2020,12,24,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123078,5,1608897600,2020,12,25,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123079,5,1608899400,2020,12,25,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123080,5,1608901200,2020,12,25,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123081,5,1608903000,2020,12,25,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123082,5,1608904800,2020,12,25,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123083,5,1608906600,2020,12,25,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123084,5,1608908400,2020,12,25,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123085,5,1608922800,2020,12,25,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123086,5,1608924600,2020,12,25,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123087,5,1608926400,2020,12,25,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123088,5,1608928200,2020,12,25,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123089,5,1608930000,2020,12,25,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123090,5,1608931800,2020,12,25,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123091,5,1608933600,2020,12,25,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123092,5,1608935400,2020,12,25,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123093,5,1608984000,2020,12,26,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123094,5,1608985800,2020,12,26,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123095,5,1608987600,2020,12,26,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123096,5,1608989400,2020,12,26,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123097,5,1608991200,2020,12,26,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123098,5,1608993000,2020,12,26,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123099,5,1608994800,2020,12,26,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123100,5,1609009200,2020,12,26,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123101,5,1609011000,2020,12,26,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123102,5,1609012800,2020,12,26,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123103,5,1609014600,2020,12,26,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123104,5,1609016400,2020,12,26,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123105,5,1609018200,2020,12,26,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123106,5,1609020000,2020,12,26,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123107,5,1609021800,2020,12,26,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123108,5,1609070400,2020,12,27,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123109,5,1609072200,2020,12,27,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123110,5,1609074000,2020,12,27,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123111,5,1609075800,2020,12,27,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123112,5,1609077600,2020,12,27,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123113,5,1609079400,2020,12,27,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123114,5,1609081200,2020,12,27,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123115,5,1609083000,2020,12,27,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123116,5,1609095600,2020,12,27,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123117,5,1609097400,2020,12,27,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123118,5,1609099200,2020,12,27,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123119,5,1609101000,2020,12,27,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123120,5,1609102800,2020,12,27,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123121,5,1609104600,2020,12,27,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123122,5,1609106400,2020,12,27,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123123,5,1609108200,2020,12,27,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123124,5,1609156800,2020,12,28,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123125,5,1609158600,2020,12,28,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123126,5,1609160400,2020,12,28,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123127,5,1609162200,2020,12,28,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123128,5,1609164000,2020,12,28,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123129,5,1609165800,2020,12,28,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123130,5,1609167600,2020,12,28,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123131,5,1609182000,2020,12,28,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123132,5,1609183800,2020,12,28,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123133,5,1609185600,2020,12,28,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123134,5,1609187400,2020,12,28,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123135,5,1609189200,2020,12,28,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123136,5,1609191000,2020,12,28,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123137,5,1609192800,2020,12,28,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123138,5,1609194600,2020,12,28,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123139,5,1609243200,2020,12,29,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123140,5,1609245000,2020,12,29,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123141,5,1609246800,2020,12,29,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123142,5,1609248600,2020,12,29,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123143,5,1609250400,2020,12,29,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123144,5,1609252200,2020,12,29,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123145,5,1609254000,2020,12,29,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123146,5,1609268400,2020,12,29,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123147,5,1609270200,2020,12,29,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123148,5,1609272000,2020,12,29,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123149,5,1609273800,2020,12,29,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123150,5,1609275600,2020,12,29,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123151,5,1609277400,2020,12,29,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123152,5,1609279200,2020,12,29,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123153,5,1609281000,2020,12,29,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123154,5,1609329600,2020,12,30,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123155,5,1609331400,2020,12,30,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123156,5,1609333200,2020,12,30,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123157,5,1609335000,2020,12,30,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123158,5,1609336800,2020,12,30,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123159,5,1609338600,2020,12,30,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123160,5,1609340400,2020,12,30,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123161,5,1609354800,2020,12,30,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123162,5,1609356600,2020,12,30,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123163,5,1609358400,2020,12,30,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123164,5,1609360200,2020,12,30,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123165,5,1609362000,2020,12,30,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123166,5,1609363800,2020,12,30,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123167,5,1609365600,2020,12,30,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123168,5,1609367400,2020,12,30,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123169,5,1609416000,2020,12,31,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123170,5,1609417800,2020,12,31,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123171,5,1609419600,2020,12,31,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123172,5,1609421400,2020,12,31,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123173,5,1609423200,2020,12,31,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123174,5,1609425000,2020,12,31,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123175,5,1609426800,2020,12,31,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123176,5,1609441200,2020,12,31,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123177,5,1609443000,2020,12,31,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123178,5,1609444800,2020,12,31,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123179,5,1609446600,2020,12,31,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123180,5,1609448400,2020,12,31,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123181,5,1609450200,2020,12,31,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123182,5,1609452000,2020,12,31,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123183,5,1609453800,2020,12,31,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123184,5,1609502400,2021,1,1,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123185,5,1609504200,2021,1,1,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123186,5,1609506000,2021,1,1,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123187,5,1609507800,2021,1,1,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123188,5,1609509600,2021,1,1,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123189,5,1609511400,2021,1,1,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123190,5,1609513200,2021,1,1,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123191,5,1609527600,2021,1,1,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123192,5,1609529400,2021,1,1,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123193,5,1609531200,2021,1,1,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123194,5,1609533000,2021,1,1,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123195,5,1609534800,2021,1,1,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123196,5,1609536600,2021,1,1,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123197,5,1609538400,2021,1,1,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123198,5,1609540200,2021,1,1,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123199,5,1609588800,2021,1,2,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123200,5,1609590600,2021,1,2,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123201,5,1609592400,2021,1,2,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123202,5,1609594200,2021,1,2,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123203,5,1609596000,2021,1,2,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123204,5,1609597800,2021,1,2,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123205,5,1609599600,2021,1,2,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123206,5,1609614000,2021,1,2,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123207,5,1609615800,2021,1,2,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123208,5,1609617600,2021,1,2,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123209,5,1609619400,2021,1,2,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123210,5,1609621200,2021,1,2,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123211,5,1609623000,2021,1,2,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123212,5,1609624800,2021,1,2,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123213,5,1609626600,2021,1,2,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123214,5,1609675200,2021,1,3,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123215,5,1609677000,2021,1,3,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123216,5,1609678800,2021,1,3,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123217,5,1609680600,2021,1,3,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123218,5,1609682400,2021,1,3,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123219,5,1609684200,2021,1,3,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123220,5,1609686000,2021,1,3,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123221,5,1609687800,2021,1,3,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123222,5,1609700400,2021,1,3,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123223,5,1609702200,2021,1,3,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123224,5,1609704000,2021,1,3,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123225,5,1609705800,2021,1,3,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123226,5,1609707600,2021,1,3,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123227,5,1609709400,2021,1,3,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123228,5,1609711200,2021,1,3,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123229,5,1609713000,2021,1,3,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123230,5,1609761600,2021,1,4,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123231,5,1609763400,2021,1,4,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123232,5,1609765200,2021,1,4,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123233,5,1609767000,2021,1,4,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123234,5,1609768800,2021,1,4,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123235,5,1609770600,2021,1,4,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123236,5,1609772400,2021,1,4,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123237,5,1609786800,2021,1,4,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123238,5,1609788600,2021,1,4,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123239,5,1609790400,2021,1,4,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123240,5,1609792200,2021,1,4,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123241,5,1609794000,2021,1,4,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123242,5,1609795800,2021,1,4,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123243,5,1609797600,2021,1,4,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123244,5,1609799400,2021,1,4,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123245,5,1609848000,2021,1,5,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123246,5,1609849800,2021,1,5,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123247,5,1609851600,2021,1,5,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123248,5,1609853400,2021,1,5,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123249,5,1609855200,2021,1,5,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123250,5,1609857000,2021,1,5,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123251,5,1609858800,2021,1,5,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123252,5,1609873200,2021,1,5,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123253,5,1609875000,2021,1,5,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123254,5,1609876800,2021,1,5,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123255,5,1609878600,2021,1,5,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123256,5,1609880400,2021,1,5,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123257,5,1609882200,2021,1,5,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123258,5,1609884000,2021,1,5,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123259,5,1609885800,2021,1,5,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123260,5,1609934400,2021,1,6,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123261,5,1609936200,2021,1,6,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123262,5,1609938000,2021,1,6,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123263,5,1609939800,2021,1,6,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123264,5,1609941600,2021,1,6,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123265,5,1609943400,2021,1,6,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123266,5,1609945200,2021,1,6,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123267,5,1609959600,2021,1,6,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123268,5,1609961400,2021,1,6,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123269,5,1609963200,2021,1,6,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123270,5,1609965000,2021,1,6,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123271,5,1609966800,2021,1,6,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123272,5,1609968600,2021,1,6,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123273,5,1609970400,2021,1,6,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123274,5,1609972200,2021,1,6,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123275,5,1610020800,2021,1,7,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123276,5,1610022600,2021,1,7,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123277,5,1610024400,2021,1,7,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123278,5,1610026200,2021,1,7,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123279,5,1610028000,2021,1,7,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123280,5,1610029800,2021,1,7,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123281,5,1610031600,2021,1,7,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123282,5,1610046000,2021,1,7,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123283,5,1610047800,2021,1,7,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123284,5,1610049600,2021,1,7,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123285,5,1610051400,2021,1,7,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123286,5,1610053200,2021,1,7,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123287,5,1610055000,2021,1,7,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123288,5,1610056800,2021,1,7,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123289,5,1610058600,2021,1,7,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123290,5,1610107200,2021,1,8,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123291,5,1610109000,2021,1,8,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123292,5,1610110800,2021,1,8,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123293,5,1610112600,2021,1,8,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123294,5,1610114400,2021,1,8,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123295,5,1610116200,2021,1,8,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123296,5,1610118000,2021,1,8,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123297,5,1610132400,2021,1,8,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123298,5,1610134200,2021,1,8,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123299,5,1610136000,2021,1,8,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123300,5,1610137800,2021,1,8,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123301,5,1610139600,2021,1,8,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123302,5,1610141400,2021,1,8,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123303,5,1610143200,2021,1,8,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123304,5,1610145000,2021,1,8,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123305,5,1610193600,2021,1,9,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123306,5,1610195400,2021,1,9,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123307,5,1610197200,2021,1,9,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123308,5,1610199000,2021,1,9,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123309,5,1610200800,2021,1,9,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123310,5,1610202600,2021,1,9,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123311,5,1610204400,2021,1,9,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123312,5,1610218800,2021,1,9,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123313,5,1610220600,2021,1,9,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123314,5,1610222400,2021,1,9,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123315,5,1610224200,2021,1,9,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123316,5,1610226000,2021,1,9,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123317,5,1610227800,2021,1,9,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123318,5,1610229600,2021,1,9,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123319,5,1610231400,2021,1,9,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123320,5,1610280000,2021,1,10,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123321,5,1610281800,2021,1,10,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123322,5,1610283600,2021,1,10,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123323,5,1610285400,2021,1,10,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123324,5,1610287200,2021,1,10,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123325,5,1610289000,2021,1,10,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123326,5,1610290800,2021,1,10,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123327,5,1610292600,2021,1,10,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123328,5,1610305200,2021,1,10,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123329,5,1610307000,2021,1,10,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123330,5,1610308800,2021,1,10,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123331,5,1610310600,2021,1,10,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123332,5,1610312400,2021,1,10,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123333,5,1610314200,2021,1,10,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123334,5,1610316000,2021,1,10,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123335,5,1610317800,2021,1,10,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123336,5,1610366400,2021,1,11,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123337,5,1610368200,2021,1,11,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123338,5,1610370000,2021,1,11,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123339,5,1610371800,2021,1,11,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123340,5,1610373600,2021,1,11,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123341,5,1610375400,2021,1,11,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123342,5,1610377200,2021,1,11,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123343,5,1610391600,2021,1,11,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123344,5,1610393400,2021,1,11,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123345,5,1610395200,2021,1,11,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123346,5,1610397000,2021,1,11,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123347,5,1610398800,2021,1,11,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123348,5,1610400600,2021,1,11,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123349,5,1610402400,2021,1,11,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123350,5,1610404200,2021,1,11,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123351,5,1610452800,2021,1,12,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123352,5,1610454600,2021,1,12,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123353,5,1610456400,2021,1,12,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123354,5,1610458200,2021,1,12,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123355,5,1610460000,2021,1,12,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123356,5,1610461800,2021,1,12,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123357,5,1610463600,2021,1,12,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123358,5,1610478000,2021,1,12,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123359,5,1610479800,2021,1,12,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123360,5,1610481600,2021,1,12,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123361,5,1610483400,2021,1,12,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123362,5,1610485200,2021,1,12,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123363,5,1610487000,2021,1,12,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123364,5,1610488800,2021,1,12,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123365,5,1610490600,2021,1,12,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123366,5,1610539200,2021,1,13,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123367,5,1610541000,2021,1,13,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123368,5,1610542800,2021,1,13,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123369,5,1610544600,2021,1,13,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123370,5,1610546400,2021,1,13,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123371,5,1610548200,2021,1,13,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123372,5,1610550000,2021,1,13,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123373,5,1610564400,2021,1,13,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123374,5,1610566200,2021,1,13,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123375,5,1610568000,2021,1,13,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123376,5,1610569800,2021,1,13,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123377,5,1610571600,2021,1,13,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123378,5,1610573400,2021,1,13,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123379,5,1610575200,2021,1,13,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123380,5,1610577000,2021,1,13,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123381,5,1610625600,2021,1,14,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123382,5,1610627400,2021,1,14,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123383,5,1610629200,2021,1,14,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123384,5,1610631000,2021,1,14,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123385,5,1610632800,2021,1,14,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123386,5,1610634600,2021,1,14,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123387,5,1610636400,2021,1,14,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123388,5,1610650800,2021,1,14,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123389,5,1610652600,2021,1,14,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123390,5,1610654400,2021,1,14,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123391,5,1610656200,2021,1,14,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123392,5,1610658000,2021,1,14,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123393,5,1610659800,2021,1,14,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123394,5,1610661600,2021,1,14,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123395,5,1610663400,2021,1,14,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123396,5,1610712000,2021,1,15,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123397,5,1610713800,2021,1,15,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123398,5,1610715600,2021,1,15,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123399,5,1610717400,2021,1,15,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123400,5,1610719200,2021,1,15,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123401,5,1610721000,2021,1,15,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123402,5,1610722800,2021,1,15,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123403,5,1610737200,2021,1,15,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123404,5,1610739000,2021,1,15,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123405,5,1610740800,2021,1,15,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123406,5,1610742600,2021,1,15,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123407,5,1610744400,2021,1,15,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123408,5,1610746200,2021,1,15,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123409,5,1610748000,2021,1,15,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123410,5,1610749800,2021,1,15,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123411,5,1610798400,2021,1,16,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123412,5,1610800200,2021,1,16,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123413,5,1610802000,2021,1,16,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123414,5,1610803800,2021,1,16,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123415,5,1610805600,2021,1,16,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123416,5,1610807400,2021,1,16,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123417,5,1610809200,2021,1,16,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123418,5,1610823600,2021,1,16,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123419,5,1610825400,2021,1,16,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123420,5,1610827200,2021,1,16,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123421,5,1610829000,2021,1,16,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123422,5,1610830800,2021,1,16,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123423,5,1610832600,2021,1,16,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123424,5,1610834400,2021,1,16,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123425,5,1610836200,2021,1,16,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123426,5,1610884800,2021,1,17,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123427,5,1610886600,2021,1,17,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123428,5,1610888400,2021,1,17,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123429,5,1610890200,2021,1,17,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123430,5,1610892000,2021,1,17,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123431,5,1610893800,2021,1,17,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123432,5,1610895600,2021,1,17,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123433,5,1610897400,2021,1,17,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123434,5,1610910000,2021,1,17,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123435,5,1610911800,2021,1,17,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123436,5,1610913600,2021,1,17,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123437,5,1610915400,2021,1,17,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123438,5,1610917200,2021,1,17,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123439,5,1610919000,2021,1,17,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123440,5,1610920800,2021,1,17,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123441,5,1610922600,2021,1,17,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123442,5,1610971200,2021,1,18,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123443,5,1610973000,2021,1,18,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123444,5,1610974800,2021,1,18,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123445,5,1610976600,2021,1,18,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123446,5,1610978400,2021,1,18,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123447,5,1610980200,2021,1,18,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123448,5,1610982000,2021,1,18,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123449,5,1610996400,2021,1,18,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123450,5,1610998200,2021,1,18,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123451,5,1611000000,2021,1,18,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123452,5,1611001800,2021,1,18,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123453,5,1611003600,2021,1,18,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123454,5,1611005400,2021,1,18,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123455,5,1611007200,2021,1,18,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123456,5,1611009000,2021,1,18,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123457,5,1611057600,2021,1,19,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123458,5,1611059400,2021,1,19,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123459,5,1611061200,2021,1,19,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123460,5,1611063000,2021,1,19,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123461,5,1611064800,2021,1,19,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123462,5,1611066600,2021,1,19,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123463,5,1611068400,2021,1,19,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123464,5,1611082800,2021,1,19,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123465,5,1611084600,2021,1,19,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123466,5,1611086400,2021,1,19,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123467,5,1611088200,2021,1,19,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123468,5,1611090000,2021,1,19,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123469,5,1611091800,2021,1,19,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123470,5,1611093600,2021,1,19,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123471,5,1611095400,2021,1,19,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123472,5,1611144000,2021,1,20,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123473,5,1611145800,2021,1,20,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123474,5,1611147600,2021,1,20,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123475,5,1611149400,2021,1,20,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123476,5,1611151200,2021,1,20,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123477,5,1611153000,2021,1,20,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123478,5,1611154800,2021,1,20,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123479,5,1611169200,2021,1,20,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123480,5,1611171000,2021,1,20,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123481,5,1611172800,2021,1,20,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123482,5,1611174600,2021,1,20,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123483,5,1611176400,2021,1,20,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123484,5,1611178200,2021,1,20,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123485,5,1611180000,2021,1,20,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123486,5,1611181800,2021,1,20,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123487,5,1611230400,2021,1,21,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123488,5,1611232200,2021,1,21,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123489,5,1611234000,2021,1,21,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123490,5,1611235800,2021,1,21,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123491,5,1611237600,2021,1,21,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123492,5,1611239400,2021,1,21,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123493,5,1611241200,2021,1,21,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123494,5,1611255600,2021,1,21,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123495,5,1611257400,2021,1,21,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123496,5,1611259200,2021,1,21,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123497,5,1611261000,2021,1,21,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123498,5,1611262800,2021,1,21,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123499,5,1611264600,2021,1,21,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123500,5,1611266400,2021,1,21,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123501,5,1611268200,2021,1,21,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123502,5,1611316800,2021,1,22,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123503,5,1611318600,2021,1,22,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123504,5,1611320400,2021,1,22,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123505,5,1611322200,2021,1,22,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123506,5,1611324000,2021,1,22,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123507,5,1611325800,2021,1,22,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123508,5,1611327600,2021,1,22,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123509,5,1611342000,2021,1,22,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123510,5,1611343800,2021,1,22,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123511,5,1611345600,2021,1,22,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123512,5,1611347400,2021,1,22,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123513,5,1611349200,2021,1,22,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123514,5,1611351000,2021,1,22,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123515,5,1611352800,2021,1,22,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123516,5,1611354600,2021,1,22,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123517,5,1611403200,2021,1,23,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123518,5,1611405000,2021,1,23,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123519,5,1611406800,2021,1,23,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123520,5,1611408600,2021,1,23,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123521,5,1611410400,2021,1,23,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123522,5,1611412200,2021,1,23,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123523,5,1611414000,2021,1,23,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123524,5,1611428400,2021,1,23,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123525,5,1611430200,2021,1,23,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123526,5,1611432000,2021,1,23,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123527,5,1611433800,2021,1,23,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123528,5,1611435600,2021,1,23,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123529,5,1611437400,2021,1,23,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123530,5,1611439200,2021,1,23,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123531,5,1611441000,2021,1,23,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123532,5,1611489600,2021,1,24,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123533,5,1611491400,2021,1,24,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123534,5,1611493200,2021,1,24,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123535,5,1611495000,2021,1,24,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123536,5,1611496800,2021,1,24,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123537,5,1611498600,2021,1,24,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123538,5,1611500400,2021,1,24,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123539,5,1611502200,2021,1,24,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123540,5,1611514800,2021,1,24,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123541,5,1611516600,2021,1,24,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123542,5,1611518400,2021,1,24,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123543,5,1611520200,2021,1,24,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123544,5,1611522000,2021,1,24,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123545,5,1611523800,2021,1,24,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123546,5,1611525600,2021,1,24,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123547,5,1611527400,2021,1,24,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123548,5,1611576000,2021,1,25,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123549,5,1611577800,2021,1,25,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123550,5,1611579600,2021,1,25,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123551,5,1611581400,2021,1,25,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123552,5,1611583200,2021,1,25,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123553,5,1611585000,2021,1,25,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123554,5,1611586800,2021,1,25,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123555,5,1611601200,2021,1,25,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123556,5,1611603000,2021,1,25,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123557,5,1611604800,2021,1,25,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123558,5,1611606600,2021,1,25,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123559,5,1611608400,2021,1,25,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123560,5,1611610200,2021,1,25,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123561,5,1611612000,2021,1,25,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123562,5,1611613800,2021,1,25,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123563,5,1611662400,2021,1,26,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123564,5,1611664200,2021,1,26,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123565,5,1611666000,2021,1,26,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123566,5,1611667800,2021,1,26,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123567,5,1611669600,2021,1,26,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123568,5,1611671400,2021,1,26,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123569,5,1611673200,2021,1,26,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123570,5,1611687600,2021,1,26,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123571,5,1611689400,2021,1,26,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123572,5,1611691200,2021,1,26,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123573,5,1611693000,2021,1,26,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123574,5,1611694800,2021,1,26,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123575,5,1611696600,2021,1,26,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123576,5,1611698400,2021,1,26,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123577,5,1611700200,2021,1,26,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123578,5,1611748800,2021,1,27,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123579,5,1611750600,2021,1,27,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123580,5,1611752400,2021,1,27,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123581,5,1611754200,2021,1,27,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123582,5,1611756000,2021,1,27,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123583,5,1611757800,2021,1,27,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123584,5,1611759600,2021,1,27,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123585,5,1611774000,2021,1,27,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123586,5,1611775800,2021,1,27,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123587,5,1611777600,2021,1,27,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123588,5,1611779400,2021,1,27,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123589,5,1611781200,2021,1,27,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123590,5,1611783000,2021,1,27,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123591,5,1611784800,2021,1,27,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123592,5,1611786600,2021,1,27,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123593,5,1611835200,2021,1,28,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123594,5,1611837000,2021,1,28,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123595,5,1611838800,2021,1,28,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123596,5,1611840600,2021,1,28,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123597,5,1611842400,2021,1,28,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123598,5,1611844200,2021,1,28,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123599,5,1611846000,2021,1,28,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123600,5,1611860400,2021,1,28,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123601,5,1611862200,2021,1,28,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123602,5,1611864000,2021,1,28,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123603,5,1611865800,2021,1,28,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123604,5,1611867600,2021,1,28,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123605,5,1611869400,2021,1,28,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123606,5,1611871200,2021,1,28,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123607,5,1611873000,2021,1,28,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123608,5,1611921600,2021,1,29,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123609,5,1611923400,2021,1,29,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123610,5,1611925200,2021,1,29,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123611,5,1611927000,2021,1,29,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123612,5,1611928800,2021,1,29,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123613,5,1611930600,2021,1,29,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123614,5,1611932400,2021,1,29,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123615,5,1611946800,2021,1,29,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123616,5,1611948600,2021,1,29,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123617,5,1611950400,2021,1,29,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123618,5,1611952200,2021,1,29,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123619,5,1611954000,2021,1,29,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123620,5,1611955800,2021,1,29,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123621,5,1611957600,2021,1,29,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123622,5,1611959400,2021,1,29,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123623,5,1612008000,2021,1,30,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123624,5,1612009800,2021,1,30,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123625,5,1612011600,2021,1,30,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123626,5,1612013400,2021,1,30,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123627,5,1612015200,2021,1,30,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123628,5,1612017000,2021,1,30,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123629,5,1612018800,2021,1,30,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123630,5,1612033200,2021,1,30,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123631,5,1612035000,2021,1,30,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123632,5,1612036800,2021,1,30,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123633,5,1612038600,2021,1,30,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123634,5,1612040400,2021,1,30,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123635,5,1612042200,2021,1,30,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123636,5,1612044000,2021,1,30,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123637,5,1612045800,2021,1,30,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123638,5,1612094400,2021,1,31,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123639,5,1612096200,2021,1,31,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123640,5,1612098000,2021,1,31,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123641,5,1612099800,2021,1,31,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123642,5,1612101600,2021,1,31,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123643,5,1612103400,2021,1,31,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123644,5,1612105200,2021,1,31,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123645,5,1612107000,2021,1,31,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123646,5,1612119600,2021,1,31,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123647,5,1612121400,2021,1,31,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123648,5,1612123200,2021,1,31,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123649,5,1612125000,2021,1,31,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123650,5,1612126800,2021,1,31,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123651,5,1612128600,2021,1,31,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123652,5,1612130400,2021,1,31,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123653,5,1612132200,2021,1,31,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123654,5,1612180800,2021,2,1,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123655,5,1612182600,2021,2,1,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123656,5,1612184400,2021,2,1,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123657,5,1612186200,2021,2,1,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123658,5,1612188000,2021,2,1,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123659,5,1612189800,2021,2,1,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123660,5,1612191600,2021,2,1,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123661,5,1612206000,2021,2,1,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123662,5,1612207800,2021,2,1,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123663,5,1612209600,2021,2,1,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123664,5,1612211400,2021,2,1,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123665,5,1612213200,2021,2,1,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123666,5,1612215000,2021,2,1,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123667,5,1612216800,2021,2,1,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123668,5,1612218600,2021,2,1,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123669,5,1612267200,2021,2,2,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123670,5,1612269000,2021,2,2,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123671,5,1612270800,2021,2,2,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123672,5,1612272600,2021,2,2,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123673,5,1612274400,2021,2,2,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123674,5,1612276200,2021,2,2,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123675,5,1612278000,2021,2,2,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123676,5,1612292400,2021,2,2,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123677,5,1612294200,2021,2,2,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123678,5,1612296000,2021,2,2,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123679,5,1612297800,2021,2,2,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123680,5,1612299600,2021,2,2,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123681,5,1612301400,2021,2,2,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123682,5,1612303200,2021,2,2,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123683,5,1612305000,2021,2,2,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123684,5,1612353600,2021,2,3,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123685,5,1612355400,2021,2,3,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123686,5,1612357200,2021,2,3,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123687,5,1612359000,2021,2,3,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123688,5,1612360800,2021,2,3,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123689,5,1612362600,2021,2,3,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123690,5,1612364400,2021,2,3,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123691,5,1612378800,2021,2,3,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123692,5,1612380600,2021,2,3,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123693,5,1612382400,2021,2,3,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123694,5,1612384200,2021,2,3,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123695,5,1612386000,2021,2,3,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123696,5,1612387800,2021,2,3,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123697,5,1612389600,2021,2,3,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123698,5,1612391400,2021,2,3,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123699,5,1612440000,2021,2,4,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123700,5,1612441800,2021,2,4,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123701,5,1612443600,2021,2,4,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123702,5,1612445400,2021,2,4,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123703,5,1612447200,2021,2,4,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123704,5,1612449000,2021,2,4,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123705,5,1612450800,2021,2,4,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123706,5,1612465200,2021,2,4,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123707,5,1612467000,2021,2,4,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123708,5,1612468800,2021,2,4,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123709,5,1612470600,2021,2,4,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123710,5,1612472400,2021,2,4,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123711,5,1612474200,2021,2,4,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123712,5,1612476000,2021,2,4,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123713,5,1612477800,2021,2,4,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123714,5,1612526400,2021,2,5,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123715,5,1612528200,2021,2,5,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123716,5,1612530000,2021,2,5,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123717,5,1612531800,2021,2,5,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123718,5,1612533600,2021,2,5,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123719,5,1612535400,2021,2,5,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123720,5,1612537200,2021,2,5,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123721,5,1612551600,2021,2,5,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123722,5,1612553400,2021,2,5,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123723,5,1612555200,2021,2,5,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123724,5,1612557000,2021,2,5,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123725,5,1612558800,2021,2,5,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123726,5,1612560600,2021,2,5,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123727,5,1612562400,2021,2,5,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123728,5,1612564200,2021,2,5,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123729,5,1612612800,2021,2,6,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123730,5,1612614600,2021,2,6,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123731,5,1612616400,2021,2,6,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123732,5,1612618200,2021,2,6,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123733,5,1612620000,2021,2,6,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123734,5,1612621800,2021,2,6,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123735,5,1612623600,2021,2,6,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123736,5,1612638000,2021,2,6,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123737,5,1612639800,2021,2,6,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123738,5,1612641600,2021,2,6,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123739,5,1612643400,2021,2,6,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123740,5,1612645200,2021,2,6,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123741,5,1612647000,2021,2,6,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123742,5,1612648800,2021,2,6,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123743,5,1612650600,2021,2,6,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123744,5,1612699200,2021,2,7,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123745,5,1612701000,2021,2,7,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123746,5,1612702800,2021,2,7,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123747,5,1612704600,2021,2,7,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123748,5,1612706400,2021,2,7,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123749,5,1612708200,2021,2,7,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123750,5,1612710000,2021,2,7,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123751,5,1612711800,2021,2,7,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123752,5,1612724400,2021,2,7,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123753,5,1612726200,2021,2,7,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123754,5,1612728000,2021,2,7,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123755,5,1612729800,2021,2,7,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123756,5,1612731600,2021,2,7,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123757,5,1612733400,2021,2,7,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123758,5,1612735200,2021,2,7,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123759,5,1612737000,2021,2,7,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123760,5,1612785600,2021,2,8,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123761,5,1612787400,2021,2,8,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123762,5,1612789200,2021,2,8,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123763,5,1612791000,2021,2,8,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123764,5,1612792800,2021,2,8,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123765,5,1612794600,2021,2,8,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123766,5,1612796400,2021,2,8,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123767,5,1612810800,2021,2,8,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123768,5,1612812600,2021,2,8,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123769,5,1612814400,2021,2,8,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123770,5,1612816200,2021,2,8,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123771,5,1612818000,2021,2,8,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123772,5,1612819800,2021,2,8,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123773,5,1612821600,2021,2,8,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123774,5,1612823400,2021,2,8,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123775,5,1612872000,2021,2,9,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123776,5,1612873800,2021,2,9,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123777,5,1612875600,2021,2,9,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123778,5,1612877400,2021,2,9,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123779,5,1612879200,2021,2,9,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123780,5,1612881000,2021,2,9,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123781,5,1612882800,2021,2,9,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123782,5,1612897200,2021,2,9,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123783,5,1612899000,2021,2,9,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123784,5,1612900800,2021,2,9,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123785,5,1612902600,2021,2,9,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123786,5,1612904400,2021,2,9,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123787,5,1612906200,2021,2,9,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123788,5,1612908000,2021,2,9,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123789,5,1612909800,2021,2,9,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123790,5,1612958400,2021,2,10,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123791,5,1612960200,2021,2,10,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123792,5,1612962000,2021,2,10,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123793,5,1612963800,2021,2,10,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123794,5,1612965600,2021,2,10,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123795,5,1612967400,2021,2,10,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123796,5,1612969200,2021,2,10,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123797,5,1612983600,2021,2,10,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123798,5,1612985400,2021,2,10,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123799,5,1612987200,2021,2,10,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123800,5,1612989000,2021,2,10,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123801,5,1612990800,2021,2,10,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123802,5,1612992600,2021,2,10,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123803,5,1612994400,2021,2,10,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123804,5,1612996200,2021,2,10,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123805,5,1613044800,2021,2,11,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123806,5,1613046600,2021,2,11,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123807,5,1613048400,2021,2,11,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123808,5,1613050200,2021,2,11,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123809,5,1613052000,2021,2,11,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123810,5,1613053800,2021,2,11,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123811,5,1613055600,2021,2,11,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123812,5,1613070000,2021,2,11,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123813,5,1613071800,2021,2,11,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123814,5,1613073600,2021,2,11,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123815,5,1613075400,2021,2,11,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123816,5,1613077200,2021,2,11,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123817,5,1613079000,2021,2,11,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123818,5,1613080800,2021,2,11,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123819,5,1613082600,2021,2,11,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123820,5,1613131200,2021,2,12,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123821,5,1613133000,2021,2,12,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123822,5,1613134800,2021,2,12,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123823,5,1613136600,2021,2,12,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123824,5,1613138400,2021,2,12,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123825,5,1613140200,2021,2,12,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123826,5,1613142000,2021,2,12,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123827,5,1613156400,2021,2,12,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123828,5,1613158200,2021,2,12,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123829,5,1613160000,2021,2,12,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123830,5,1613161800,2021,2,12,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123831,5,1613163600,2021,2,12,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123832,5,1613165400,2021,2,12,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123833,5,1613167200,2021,2,12,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123834,5,1613169000,2021,2,12,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123835,5,1613217600,2021,2,13,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123836,5,1613219400,2021,2,13,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123837,5,1613221200,2021,2,13,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123838,5,1613223000,2021,2,13,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123839,5,1613224800,2021,2,13,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123840,5,1613226600,2021,2,13,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123841,5,1613228400,2021,2,13,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123842,5,1613242800,2021,2,13,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123843,5,1613244600,2021,2,13,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123844,5,1613246400,2021,2,13,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123845,5,1613248200,2021,2,13,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123846,5,1613250000,2021,2,13,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123847,5,1613251800,2021,2,13,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123848,5,1613253600,2021,2,13,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123849,5,1613255400,2021,2,13,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123850,5,1613304000,2021,2,14,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123851,5,1613305800,2021,2,14,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123852,5,1613307600,2021,2,14,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123853,5,1613309400,2021,2,14,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123854,5,1613311200,2021,2,14,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123855,5,1613313000,2021,2,14,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123856,5,1613314800,2021,2,14,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123857,5,1613316600,2021,2,14,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123858,5,1613329200,2021,2,14,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123859,5,1613331000,2021,2,14,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123860,5,1613332800,2021,2,14,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123861,5,1613334600,2021,2,14,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123862,5,1613336400,2021,2,14,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123863,5,1613338200,2021,2,14,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123864,5,1613340000,2021,2,14,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123865,5,1613341800,2021,2,14,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123866,5,1613390400,2021,2,15,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123867,5,1613392200,2021,2,15,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123868,5,1613394000,2021,2,15,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123869,5,1613395800,2021,2,15,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123870,5,1613397600,2021,2,15,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123871,5,1613399400,2021,2,15,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123872,5,1613401200,2021,2,15,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123873,5,1613415600,2021,2,15,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123874,5,1613417400,2021,2,15,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123875,5,1613419200,2021,2,15,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123876,5,1613421000,2021,2,15,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123877,5,1613422800,2021,2,15,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123878,5,1613424600,2021,2,15,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123879,5,1613426400,2021,2,15,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123880,5,1613428200,2021,2,15,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123881,5,1613476800,2021,2,16,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123882,5,1613478600,2021,2,16,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123883,5,1613480400,2021,2,16,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123884,5,1613482200,2021,2,16,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123885,5,1613484000,2021,2,16,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123886,5,1613485800,2021,2,16,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123887,5,1613487600,2021,2,16,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123888,5,1613502000,2021,2,16,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123889,5,1613503800,2021,2,16,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123890,5,1613505600,2021,2,16,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123891,5,1613507400,2021,2,16,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123892,5,1613509200,2021,2,16,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123893,5,1613511000,2021,2,16,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(123894,5,1613512800,2021,2,16,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(123895,5,1613514600,2021,2,16,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(123896,5,1613563200,2021,2,17,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(123897,5,1613565000,2021,2,17,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(123898,5,1613566800,2021,2,17,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(123899,5,1613568600,2021,2,17,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(123900,5,1613570400,2021,2,17,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(123901,5,1613572200,2021,2,17,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(123902,5,1613574000,2021,2,17,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(123903,5,1613588400,2021,2,17,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(123904,5,1613590200,2021,2,17,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(123905,5,1613592000,2021,2,17,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(123906,5,1613593800,2021,2,17,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(123907,5,1613595600,2021,2,17,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(123908,5,1613597400,2021,2,17,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(123909,5,1613599200,2021,2,17,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(123910,5,1613601000,2021,2,17,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(123911,5,1613649600,2021,2,18,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(123912,5,1613651400,2021,2,18,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(123913,5,1613653200,2021,2,18,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(123914,5,1613655000,2021,2,18,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(123915,5,1613656800,2021,2,18,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(123916,5,1613658600,2021,2,18,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(123917,5,1613660400,2021,2,18,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(123918,5,1613674800,2021,2,18,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(123919,5,1613676600,2021,2,18,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(123920,5,1613678400,2021,2,18,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(123921,5,1613680200,2021,2,18,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(123922,5,1613682000,2021,2,18,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(123923,5,1613683800,2021,2,18,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(123924,5,1613685600,2021,2,18,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(123925,5,1613687400,2021,2,18,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(123926,5,1613736000,2021,2,19,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(123927,5,1613737800,2021,2,19,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(123928,5,1613739600,2021,2,19,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(123929,5,1613741400,2021,2,19,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(123930,5,1613743200,2021,2,19,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(123931,5,1613745000,2021,2,19,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(123932,5,1613746800,2021,2,19,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(123933,5,1613761200,2021,2,19,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(123934,5,1613763000,2021,2,19,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(123935,5,1613764800,2021,2,19,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(123936,5,1613766600,2021,2,19,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(123937,5,1613768400,2021,2,19,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(123938,5,1613770200,2021,2,19,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(123939,5,1613772000,2021,2,19,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(123940,5,1613773800,2021,2,19,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(123941,5,1613822400,2021,2,20,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(123942,5,1613824200,2021,2,20,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(123943,5,1613826000,2021,2,20,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(123944,5,1613827800,2021,2,20,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(123945,5,1613829600,2021,2,20,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(123946,5,1613831400,2021,2,20,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(123947,5,1613833200,2021,2,20,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(123948,5,1613847600,2021,2,20,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(123949,5,1613849400,2021,2,20,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(123950,5,1613851200,2021,2,20,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(123951,5,1613853000,2021,2,20,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(123952,5,1613854800,2021,2,20,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(123953,5,1613856600,2021,2,20,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(123954,5,1613858400,2021,2,20,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(123955,5,1613860200,2021,2,20,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(123956,5,1613908800,2021,2,21,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(123957,5,1613910600,2021,2,21,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(123958,5,1613912400,2021,2,21,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(123959,5,1613914200,2021,2,21,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(123960,5,1613916000,2021,2,21,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(123961,5,1613917800,2021,2,21,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(123962,5,1613919600,2021,2,21,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(123963,5,1613921400,2021,2,21,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(123964,5,1613934000,2021,2,21,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(123965,5,1613935800,2021,2,21,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(123966,5,1613937600,2021,2,21,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(123967,5,1613939400,2021,2,21,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(123968,5,1613941200,2021,2,21,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(123969,5,1613943000,2021,2,21,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(123970,5,1613944800,2021,2,21,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(123971,5,1613946600,2021,2,21,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(123972,5,1613995200,2021,2,22,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(123973,5,1613997000,2021,2,22,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(123974,5,1613998800,2021,2,22,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(123975,5,1614000600,2021,2,22,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(123976,5,1614002400,2021,2,22,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(123977,5,1614004200,2021,2,22,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(123978,5,1614006000,2021,2,22,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(123979,5,1614020400,2021,2,22,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(123980,5,1614022200,2021,2,22,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(123981,5,1614024000,2021,2,22,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(123982,5,1614025800,2021,2,22,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(123983,5,1614027600,2021,2,22,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(123984,5,1614029400,2021,2,22,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(123985,5,1614031200,2021,2,22,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(123986,5,1614033000,2021,2,22,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(123987,5,1614081600,2021,2,23,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(123988,5,1614083400,2021,2,23,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(123989,5,1614085200,2021,2,23,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(123990,5,1614087000,2021,2,23,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(123991,5,1614088800,2021,2,23,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(123992,5,1614090600,2021,2,23,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(123993,5,1614092400,2021,2,23,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(123994,5,1614106800,2021,2,23,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(123995,5,1614108600,2021,2,23,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(123996,5,1614110400,2021,2,23,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(123997,5,1614112200,2021,2,23,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(123998,5,1614114000,2021,2,23,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(123999,5,1614115800,2021,2,23,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124000,5,1614117600,2021,2,23,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124001,5,1614119400,2021,2,23,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124002,5,1614168000,2021,2,24,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124003,5,1614169800,2021,2,24,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124004,5,1614171600,2021,2,24,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124005,5,1614173400,2021,2,24,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124006,5,1614175200,2021,2,24,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124007,5,1614177000,2021,2,24,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124008,5,1614178800,2021,2,24,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124009,5,1614193200,2021,2,24,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124010,5,1614195000,2021,2,24,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124011,5,1614196800,2021,2,24,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124012,5,1614198600,2021,2,24,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124013,5,1614200400,2021,2,24,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124014,5,1614202200,2021,2,24,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124015,5,1614204000,2021,2,24,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124016,5,1614205800,2021,2,24,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124017,5,1614254400,2021,2,25,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124018,5,1614256200,2021,2,25,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124019,5,1614258000,2021,2,25,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124020,5,1614259800,2021,2,25,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124021,5,1614261600,2021,2,25,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124022,5,1614263400,2021,2,25,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124023,5,1614265200,2021,2,25,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124024,5,1614279600,2021,2,25,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124025,5,1614281400,2021,2,25,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124026,5,1614283200,2021,2,25,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124027,5,1614285000,2021,2,25,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124028,5,1614286800,2021,2,25,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124029,5,1614288600,2021,2,25,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124030,5,1614290400,2021,2,25,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124031,5,1614292200,2021,2,25,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124032,5,1614340800,2021,2,26,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124033,5,1614342600,2021,2,26,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124034,5,1614344400,2021,2,26,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124035,5,1614346200,2021,2,26,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124036,5,1614348000,2021,2,26,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124037,5,1614349800,2021,2,26,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124038,5,1614351600,2021,2,26,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124039,5,1614366000,2021,2,26,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124040,5,1614367800,2021,2,26,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124041,5,1614369600,2021,2,26,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124042,5,1614371400,2021,2,26,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124043,5,1614373200,2021,2,26,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124044,5,1614375000,2021,2,26,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124045,5,1614376800,2021,2,26,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124046,5,1614378600,2021,2,26,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124047,5,1614427200,2021,2,27,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124048,5,1614429000,2021,2,27,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124049,5,1614430800,2021,2,27,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124050,5,1614432600,2021,2,27,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124051,5,1614434400,2021,2,27,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124052,5,1614436200,2021,2,27,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124053,5,1614438000,2021,2,27,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124054,5,1614452400,2021,2,27,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124055,5,1614454200,2021,2,27,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124056,5,1614456000,2021,2,27,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124057,5,1614457800,2021,2,27,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124058,5,1614459600,2021,2,27,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124059,5,1614461400,2021,2,27,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124060,5,1614463200,2021,2,27,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124061,5,1614465000,2021,2,27,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124062,5,1614513600,2021,2,28,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124063,5,1614515400,2021,2,28,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124064,5,1614517200,2021,2,28,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124065,5,1614519000,2021,2,28,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124066,5,1614520800,2021,2,28,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124067,5,1614522600,2021,2,28,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124068,5,1614524400,2021,2,28,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124069,5,1614526200,2021,2,28,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124070,5,1614538800,2021,2,28,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124071,5,1614540600,2021,2,28,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124072,5,1614542400,2021,2,28,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124073,5,1614544200,2021,2,28,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124074,5,1614546000,2021,2,28,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124075,5,1614547800,2021,2,28,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124076,5,1614549600,2021,2,28,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124077,5,1614551400,2021,2,28,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124078,5,1614600000,2021,3,1,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124079,5,1614601800,2021,3,1,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124080,5,1614603600,2021,3,1,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124081,5,1614605400,2021,3,1,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124082,5,1614607200,2021,3,1,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124083,5,1614609000,2021,3,1,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124084,5,1614610800,2021,3,1,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124085,5,1614625200,2021,3,1,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124086,5,1614627000,2021,3,1,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124087,5,1614628800,2021,3,1,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124088,5,1614630600,2021,3,1,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124089,5,1614632400,2021,3,1,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124090,5,1614634200,2021,3,1,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124091,5,1614636000,2021,3,1,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124092,5,1614637800,2021,3,1,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124093,5,1614686400,2021,3,2,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124094,5,1614688200,2021,3,2,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124095,5,1614690000,2021,3,2,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124096,5,1614691800,2021,3,2,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124097,5,1614693600,2021,3,2,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124098,5,1614695400,2021,3,2,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124099,5,1614697200,2021,3,2,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124100,5,1614711600,2021,3,2,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124101,5,1614713400,2021,3,2,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124102,5,1614715200,2021,3,2,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124103,5,1614717000,2021,3,2,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124104,5,1614718800,2021,3,2,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124105,5,1614720600,2021,3,2,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124106,5,1614722400,2021,3,2,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124107,5,1614724200,2021,3,2,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124108,5,1614772800,2021,3,3,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124109,5,1614774600,2021,3,3,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124110,5,1614776400,2021,3,3,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124111,5,1614778200,2021,3,3,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124112,5,1614780000,2021,3,3,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124113,5,1614781800,2021,3,3,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124114,5,1614783600,2021,3,3,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124115,5,1614798000,2021,3,3,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124116,5,1614799800,2021,3,3,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124117,5,1614801600,2021,3,3,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124118,5,1614803400,2021,3,3,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124119,5,1614805200,2021,3,3,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124120,5,1614807000,2021,3,3,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124121,5,1614808800,2021,3,3,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124122,5,1614810600,2021,3,3,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124123,5,1614859200,2021,3,4,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124124,5,1614861000,2021,3,4,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124125,5,1614862800,2021,3,4,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124126,5,1614864600,2021,3,4,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124127,5,1614866400,2021,3,4,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124128,5,1614868200,2021,3,4,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124129,5,1614870000,2021,3,4,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124130,5,1614884400,2021,3,4,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124131,5,1614886200,2021,3,4,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124132,5,1614888000,2021,3,4,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124133,5,1614889800,2021,3,4,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124134,5,1614891600,2021,3,4,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124135,5,1614893400,2021,3,4,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124136,5,1614895200,2021,3,4,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124137,5,1614897000,2021,3,4,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124138,5,1614945600,2021,3,5,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124139,5,1614947400,2021,3,5,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124140,5,1614949200,2021,3,5,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124141,5,1614951000,2021,3,5,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124142,5,1614952800,2021,3,5,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124143,5,1614954600,2021,3,5,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124144,5,1614956400,2021,3,5,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124145,5,1614970800,2021,3,5,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124146,5,1614972600,2021,3,5,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124147,5,1614974400,2021,3,5,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124148,5,1614976200,2021,3,5,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124149,5,1614978000,2021,3,5,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124150,5,1614979800,2021,3,5,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124151,5,1614981600,2021,3,5,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124152,5,1614983400,2021,3,5,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124153,5,1615032000,2021,3,6,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124154,5,1615033800,2021,3,6,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124155,5,1615035600,2021,3,6,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124156,5,1615037400,2021,3,6,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124157,5,1615039200,2021,3,6,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124158,5,1615041000,2021,3,6,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124159,5,1615042800,2021,3,6,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124160,5,1615057200,2021,3,6,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124161,5,1615059000,2021,3,6,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124162,5,1615060800,2021,3,6,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124163,5,1615062600,2021,3,6,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124164,5,1615064400,2021,3,6,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124165,5,1615066200,2021,3,6,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124166,5,1615068000,2021,3,6,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124167,5,1615069800,2021,3,6,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124168,5,1615118400,2021,3,7,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124169,5,1615120200,2021,3,7,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124170,5,1615122000,2021,3,7,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124171,5,1615123800,2021,3,7,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124172,5,1615125600,2021,3,7,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124173,5,1615127400,2021,3,7,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124174,5,1615129200,2021,3,7,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124175,5,1615131000,2021,3,7,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124176,5,1615143600,2021,3,7,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124177,5,1615145400,2021,3,7,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124178,5,1615147200,2021,3,7,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124179,5,1615149000,2021,3,7,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124180,5,1615150800,2021,3,7,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124181,5,1615152600,2021,3,7,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124182,5,1615154400,2021,3,7,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124183,5,1615156200,2021,3,7,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124184,5,1615204800,2021,3,8,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124185,5,1615206600,2021,3,8,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124186,5,1615208400,2021,3,8,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124187,5,1615210200,2021,3,8,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124188,5,1615212000,2021,3,8,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124189,5,1615213800,2021,3,8,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124190,5,1615215600,2021,3,8,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124191,5,1615230000,2021,3,8,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124192,5,1615231800,2021,3,8,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124193,5,1615233600,2021,3,8,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124194,5,1615235400,2021,3,8,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124195,5,1615237200,2021,3,8,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124196,5,1615239000,2021,3,8,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124197,5,1615240800,2021,3,8,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124198,5,1615242600,2021,3,8,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124199,5,1615291200,2021,3,9,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124200,5,1615293000,2021,3,9,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124201,5,1615294800,2021,3,9,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124202,5,1615296600,2021,3,9,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124203,5,1615298400,2021,3,9,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124204,5,1615300200,2021,3,9,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124205,5,1615302000,2021,3,9,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124206,5,1615316400,2021,3,9,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124207,5,1615318200,2021,3,9,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124208,5,1615320000,2021,3,9,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124209,5,1615321800,2021,3,9,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124210,5,1615323600,2021,3,9,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124211,5,1615325400,2021,3,9,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124212,5,1615327200,2021,3,9,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124213,5,1615329000,2021,3,9,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124214,5,1615377600,2021,3,10,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124215,5,1615379400,2021,3,10,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124216,5,1615381200,2021,3,10,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124217,5,1615383000,2021,3,10,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124218,5,1615384800,2021,3,10,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124219,5,1615386600,2021,3,10,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124220,5,1615388400,2021,3,10,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124221,5,1615402800,2021,3,10,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124222,5,1615404600,2021,3,10,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124223,5,1615406400,2021,3,10,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124224,5,1615408200,2021,3,10,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124225,5,1615410000,2021,3,10,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124226,5,1615411800,2021,3,10,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124227,5,1615413600,2021,3,10,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124228,5,1615415400,2021,3,10,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124229,5,1615464000,2021,3,11,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124230,5,1615465800,2021,3,11,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124231,5,1615467600,2021,3,11,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124232,5,1615469400,2021,3,11,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124233,5,1615471200,2021,3,11,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124234,5,1615473000,2021,3,11,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124235,5,1615474800,2021,3,11,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124236,5,1615489200,2021,3,11,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124237,5,1615491000,2021,3,11,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124238,5,1615492800,2021,3,11,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124239,5,1615494600,2021,3,11,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124240,5,1615496400,2021,3,11,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124241,5,1615498200,2021,3,11,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124242,5,1615500000,2021,3,11,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124243,5,1615501800,2021,3,11,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124244,5,1615550400,2021,3,12,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124245,5,1615552200,2021,3,12,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124246,5,1615554000,2021,3,12,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124247,5,1615555800,2021,3,12,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124248,5,1615557600,2021,3,12,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124249,5,1615559400,2021,3,12,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124250,5,1615561200,2021,3,12,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124251,5,1615575600,2021,3,12,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124252,5,1615577400,2021,3,12,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124253,5,1615579200,2021,3,12,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124254,5,1615581000,2021,3,12,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124255,5,1615582800,2021,3,12,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124256,5,1615584600,2021,3,12,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124257,5,1615586400,2021,3,12,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124258,5,1615588200,2021,3,12,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124259,5,1615636800,2021,3,13,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124260,5,1615638600,2021,3,13,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124261,5,1615640400,2021,3,13,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124262,5,1615642200,2021,3,13,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124263,5,1615644000,2021,3,13,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124264,5,1615645800,2021,3,13,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124265,5,1615647600,2021,3,13,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124266,5,1615662000,2021,3,13,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124267,5,1615663800,2021,3,13,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124268,5,1615665600,2021,3,13,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124269,5,1615667400,2021,3,13,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124270,5,1615669200,2021,3,13,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124271,5,1615671000,2021,3,13,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124272,5,1615672800,2021,3,13,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124273,5,1615674600,2021,3,13,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124274,5,1615723200,2021,3,14,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124275,5,1615725000,2021,3,14,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124276,5,1615726800,2021,3,14,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124277,5,1615728600,2021,3,14,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124278,5,1615730400,2021,3,14,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124279,5,1615732200,2021,3,14,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124280,5,1615734000,2021,3,14,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124281,5,1615735800,2021,3,14,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124282,5,1615748400,2021,3,14,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124283,5,1615750200,2021,3,14,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124284,5,1615752000,2021,3,14,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124285,5,1615753800,2021,3,14,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124286,5,1615755600,2021,3,14,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124287,5,1615757400,2021,3,14,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124288,5,1615759200,2021,3,14,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124289,5,1615761000,2021,3,14,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124290,5,1615809600,2021,3,15,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124291,5,1615811400,2021,3,15,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124292,5,1615813200,2021,3,15,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124293,5,1615815000,2021,3,15,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124294,5,1615816800,2021,3,15,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124295,5,1615818600,2021,3,15,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124296,5,1615820400,2021,3,15,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124297,5,1615834800,2021,3,15,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124298,5,1615836600,2021,3,15,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124299,5,1615838400,2021,3,15,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124300,5,1615840200,2021,3,15,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124301,5,1615842000,2021,3,15,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124302,5,1615843800,2021,3,15,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124303,5,1615845600,2021,3,15,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124304,5,1615847400,2021,3,15,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124305,5,1615896000,2021,3,16,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124306,5,1615897800,2021,3,16,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124307,5,1615899600,2021,3,16,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124308,5,1615901400,2021,3,16,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124309,5,1615903200,2021,3,16,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124310,5,1615905000,2021,3,16,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124311,5,1615906800,2021,3,16,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124312,5,1615921200,2021,3,16,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124313,5,1615923000,2021,3,16,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124314,5,1615924800,2021,3,16,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124315,5,1615926600,2021,3,16,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124316,5,1615928400,2021,3,16,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124317,5,1615930200,2021,3,16,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124318,5,1615932000,2021,3,16,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124319,5,1615933800,2021,3,16,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124320,5,1615982400,2021,3,17,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124321,5,1615984200,2021,3,17,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124322,5,1615986000,2021,3,17,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124323,5,1615987800,2021,3,17,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124324,5,1615989600,2021,3,17,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124325,5,1615991400,2021,3,17,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124326,5,1615993200,2021,3,17,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124327,5,1616007600,2021,3,17,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124328,5,1616009400,2021,3,17,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124329,5,1616011200,2021,3,17,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124330,5,1616013000,2021,3,17,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124331,5,1616014800,2021,3,17,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124332,5,1616016600,2021,3,17,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124333,5,1616018400,2021,3,17,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124334,5,1616020200,2021,3,17,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124335,5,1616068800,2021,3,18,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124336,5,1616070600,2021,3,18,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124337,5,1616072400,2021,3,18,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124338,5,1616074200,2021,3,18,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124339,5,1616076000,2021,3,18,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124340,5,1616077800,2021,3,18,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124341,5,1616079600,2021,3,18,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124342,5,1616094000,2021,3,18,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124343,5,1616095800,2021,3,18,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124344,5,1616097600,2021,3,18,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124345,5,1616099400,2021,3,18,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124346,5,1616101200,2021,3,18,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124347,5,1616103000,2021,3,18,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124348,5,1616104800,2021,3,18,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124349,5,1616106600,2021,3,18,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124350,5,1616155200,2021,3,19,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124351,5,1616157000,2021,3,19,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124352,5,1616158800,2021,3,19,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124353,5,1616160600,2021,3,19,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124354,5,1616162400,2021,3,19,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124355,5,1616164200,2021,3,19,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124356,5,1616166000,2021,3,19,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124357,5,1616180400,2021,3,19,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124358,5,1616182200,2021,3,19,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124359,5,1616184000,2021,3,19,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124360,5,1616185800,2021,3,19,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124361,5,1616187600,2021,3,19,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124362,5,1616189400,2021,3,19,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124363,5,1616191200,2021,3,19,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124364,5,1616193000,2021,3,19,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124365,5,1616241600,2021,3,20,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124366,5,1616243400,2021,3,20,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124367,5,1616245200,2021,3,20,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124368,5,1616247000,2021,3,20,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124369,5,1616248800,2021,3,20,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124370,5,1616250600,2021,3,20,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124371,5,1616252400,2021,3,20,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124372,5,1616266800,2021,3,20,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124373,5,1616268600,2021,3,20,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124374,5,1616270400,2021,3,20,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124375,5,1616272200,2021,3,20,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124376,5,1616274000,2021,3,20,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124377,5,1616275800,2021,3,20,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124378,5,1616277600,2021,3,20,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124379,5,1616279400,2021,3,20,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124380,5,1616328000,2021,3,21,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124381,5,1616329800,2021,3,21,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124382,5,1616331600,2021,3,21,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124383,5,1616333400,2021,3,21,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124384,5,1616335200,2021,3,21,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124385,5,1616337000,2021,3,21,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124386,5,1616338800,2021,3,21,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124387,5,1616340600,2021,3,21,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124388,5,1616353200,2021,3,21,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124389,5,1616355000,2021,3,21,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124390,5,1616356800,2021,3,21,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124391,5,1616358600,2021,3,21,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124392,5,1616360400,2021,3,21,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124393,5,1616362200,2021,3,21,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124394,5,1616364000,2021,3,21,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124395,5,1616365800,2021,3,21,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124396,5,1616414400,2021,3,22,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124397,5,1616416200,2021,3,22,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124398,5,1616418000,2021,3,22,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124399,5,1616419800,2021,3,22,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124400,5,1616421600,2021,3,22,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124401,5,1616423400,2021,3,22,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124402,5,1616425200,2021,3,22,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124403,5,1616439600,2021,3,22,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124404,5,1616441400,2021,3,22,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124405,5,1616443200,2021,3,22,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124406,5,1616445000,2021,3,22,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124407,5,1616446800,2021,3,22,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124408,5,1616448600,2021,3,22,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124409,5,1616450400,2021,3,22,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124410,5,1616452200,2021,3,22,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124411,5,1616500800,2021,3,23,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124412,5,1616502600,2021,3,23,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124413,5,1616504400,2021,3,23,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124414,5,1616506200,2021,3,23,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124415,5,1616508000,2021,3,23,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124416,5,1616509800,2021,3,23,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124417,5,1616511600,2021,3,23,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124418,5,1616526000,2021,3,23,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124419,5,1616527800,2021,3,23,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124420,5,1616529600,2021,3,23,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124421,5,1616531400,2021,3,23,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124422,5,1616533200,2021,3,23,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124423,5,1616535000,2021,3,23,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124424,5,1616536800,2021,3,23,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124425,5,1616538600,2021,3,23,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124426,5,1616587200,2021,3,24,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124427,5,1616589000,2021,3,24,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124428,5,1616590800,2021,3,24,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124429,5,1616592600,2021,3,24,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124430,5,1616594400,2021,3,24,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124431,5,1616596200,2021,3,24,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124432,5,1616598000,2021,3,24,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124433,5,1616612400,2021,3,24,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124434,5,1616614200,2021,3,24,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124435,5,1616616000,2021,3,24,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124436,5,1616617800,2021,3,24,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124437,5,1616619600,2021,3,24,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124438,5,1616621400,2021,3,24,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124439,5,1616623200,2021,3,24,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124440,5,1616625000,2021,3,24,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124441,5,1616673600,2021,3,25,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124442,5,1616675400,2021,3,25,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124443,5,1616677200,2021,3,25,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124444,5,1616679000,2021,3,25,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124445,5,1616680800,2021,3,25,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124446,5,1616682600,2021,3,25,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124447,5,1616684400,2021,3,25,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124448,5,1616698800,2021,3,25,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124449,5,1616700600,2021,3,25,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124450,5,1616702400,2021,3,25,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124451,5,1616704200,2021,3,25,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124452,5,1616706000,2021,3,25,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124453,5,1616707800,2021,3,25,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124454,5,1616709600,2021,3,25,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124455,5,1616711400,2021,3,25,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124456,5,1616760000,2021,3,26,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124457,5,1616761800,2021,3,26,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124458,5,1616763600,2021,3,26,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124459,5,1616765400,2021,3,26,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124460,5,1616767200,2021,3,26,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124461,5,1616769000,2021,3,26,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124462,5,1616770800,2021,3,26,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124463,5,1616785200,2021,3,26,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124464,5,1616787000,2021,3,26,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124465,5,1616788800,2021,3,26,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124466,5,1616790600,2021,3,26,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124467,5,1616792400,2021,3,26,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124468,5,1616794200,2021,3,26,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124469,5,1616796000,2021,3,26,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124470,5,1616797800,2021,3,26,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124471,5,1616846400,2021,3,27,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124472,5,1616848200,2021,3,27,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124473,5,1616850000,2021,3,27,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124474,5,1616851800,2021,3,27,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124475,5,1616853600,2021,3,27,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124476,5,1616855400,2021,3,27,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124477,5,1616857200,2021,3,27,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124478,5,1616871600,2021,3,27,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124479,5,1616873400,2021,3,27,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124480,5,1616875200,2021,3,27,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124481,5,1616877000,2021,3,27,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124482,5,1616878800,2021,3,27,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124483,5,1616880600,2021,3,27,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124484,5,1616882400,2021,3,27,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124485,5,1616884200,2021,3,27,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124486,5,1617015600,2021,3,29,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124487,5,1617017400,2021,3,29,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124488,5,1617019200,2021,3,29,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124489,5,1617021000,2021,3,29,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124490,5,1617022800,2021,3,29,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124491,5,1617024600,2021,3,29,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124492,5,1617026400,2021,3,29,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124493,5,1617040800,2021,3,29,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124494,5,1617042600,2021,3,29,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124495,5,1617044400,2021,3,29,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124496,5,1617046200,2021,3,29,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124497,5,1617048000,2021,3,29,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124498,5,1617049800,2021,3,29,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124499,5,1617051600,2021,3,29,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124500,5,1617053400,2021,3,29,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124501,5,1617102000,2021,3,30,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124502,5,1617103800,2021,3,30,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124503,5,1617105600,2021,3,30,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124504,5,1617107400,2021,3,30,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124505,5,1617109200,2021,3,30,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124506,5,1617111000,2021,3,30,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124507,5,1617112800,2021,3,30,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124508,5,1617127200,2021,3,30,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124509,5,1617129000,2021,3,30,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124510,5,1617130800,2021,3,30,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124511,5,1617132600,2021,3,30,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124512,5,1617134400,2021,3,30,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124513,5,1617136200,2021,3,30,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124514,5,1617138000,2021,3,30,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124515,5,1617139800,2021,3,30,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124516,5,1617188400,2021,3,31,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124517,5,1617190200,2021,3,31,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124518,5,1617192000,2021,3,31,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124519,5,1617193800,2021,3,31,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124520,5,1617195600,2021,3,31,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124521,5,1617197400,2021,3,31,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124522,5,1617199200,2021,3,31,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124523,5,1617213600,2021,3,31,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124524,5,1617215400,2021,3,31,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124525,5,1617217200,2021,3,31,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124526,5,1617219000,2021,3,31,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124527,5,1617220800,2021,3,31,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124528,5,1617222600,2021,3,31,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124529,5,1617224400,2021,3,31,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124530,5,1617226200,2021,3,31,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124531,5,1617274800,2021,4,1,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124532,5,1617276600,2021,4,1,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124533,5,1617278400,2021,4,1,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124534,5,1617280200,2021,4,1,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124535,5,1617282000,2021,4,1,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124536,5,1617283800,2021,4,1,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124537,5,1617285600,2021,4,1,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124538,5,1617300000,2021,4,1,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124539,5,1617301800,2021,4,1,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124540,5,1617303600,2021,4,1,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124541,5,1617305400,2021,4,1,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124542,5,1617307200,2021,4,1,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124543,5,1617309000,2021,4,1,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124544,5,1617310800,2021,4,1,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124545,5,1617312600,2021,4,1,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124546,5,1617361200,2021,4,2,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124547,5,1617363000,2021,4,2,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124548,5,1617364800,2021,4,2,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124549,5,1617366600,2021,4,2,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124550,5,1617368400,2021,4,2,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124551,5,1617370200,2021,4,2,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124552,5,1617372000,2021,4,2,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124553,5,1617386400,2021,4,2,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124554,5,1617388200,2021,4,2,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124555,5,1617390000,2021,4,2,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124556,5,1617391800,2021,4,2,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124557,5,1617393600,2021,4,2,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124558,5,1617395400,2021,4,2,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124559,5,1617397200,2021,4,2,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124560,5,1617399000,2021,4,2,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124561,5,1617447600,2021,4,3,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124562,5,1617449400,2021,4,3,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124563,5,1617451200,2021,4,3,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124564,5,1617453000,2021,4,3,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124565,5,1617454800,2021,4,3,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124566,5,1617456600,2021,4,3,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124567,5,1617458400,2021,4,3,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124568,5,1617472800,2021,4,3,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124569,5,1617474600,2021,4,3,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124570,5,1617476400,2021,4,3,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124571,5,1617478200,2021,4,3,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124572,5,1617480000,2021,4,3,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124573,5,1617481800,2021,4,3,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124574,5,1617483600,2021,4,3,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124575,5,1617485400,2021,4,3,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124576,5,1617534000,2021,4,4,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124577,5,1617535800,2021,4,4,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124578,5,1617537600,2021,4,4,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124579,5,1617539400,2021,4,4,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124580,5,1617541200,2021,4,4,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124581,5,1617543000,2021,4,4,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124582,5,1617544800,2021,4,4,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124583,5,1617546600,2021,4,4,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124584,5,1617559200,2021,4,4,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124585,5,1617561000,2021,4,4,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124586,5,1617562800,2021,4,4,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124587,5,1617564600,2021,4,4,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124588,5,1617566400,2021,4,4,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124589,5,1617568200,2021,4,4,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124590,5,1617570000,2021,4,4,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124591,5,1617571800,2021,4,4,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124592,5,1617620400,2021,4,5,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124593,5,1617622200,2021,4,5,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124594,5,1617624000,2021,4,5,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124595,5,1617625800,2021,4,5,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124596,5,1617627600,2021,4,5,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124597,5,1617629400,2021,4,5,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124598,5,1617631200,2021,4,5,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124599,5,1617645600,2021,4,5,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124600,5,1617647400,2021,4,5,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124601,5,1617649200,2021,4,5,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124602,5,1617651000,2021,4,5,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124603,5,1617652800,2021,4,5,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124604,5,1617654600,2021,4,5,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124605,5,1617656400,2021,4,5,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124606,5,1617658200,2021,4,5,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124607,5,1617706800,2021,4,6,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124608,5,1617708600,2021,4,6,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124609,5,1617710400,2021,4,6,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124610,5,1617712200,2021,4,6,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124611,5,1617714000,2021,4,6,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124612,5,1617715800,2021,4,6,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124613,5,1617717600,2021,4,6,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124614,5,1617732000,2021,4,6,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124615,5,1617733800,2021,4,6,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124616,5,1617735600,2021,4,6,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124617,5,1617737400,2021,4,6,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124618,5,1617739200,2021,4,6,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124619,5,1617741000,2021,4,6,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124620,5,1617742800,2021,4,6,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124621,5,1617744600,2021,4,6,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124622,5,1617793200,2021,4,7,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124623,5,1617795000,2021,4,7,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124624,5,1617796800,2021,4,7,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124625,5,1617798600,2021,4,7,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124626,5,1617800400,2021,4,7,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124627,5,1617802200,2021,4,7,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124628,5,1617804000,2021,4,7,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124629,5,1617818400,2021,4,7,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124630,5,1617820200,2021,4,7,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124631,5,1617822000,2021,4,7,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124632,5,1617823800,2021,4,7,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124633,5,1617825600,2021,4,7,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124634,5,1617827400,2021,4,7,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124635,5,1617829200,2021,4,7,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124636,5,1617831000,2021,4,7,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124637,5,1617879600,2021,4,8,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124638,5,1617881400,2021,4,8,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124639,5,1617883200,2021,4,8,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124640,5,1617885000,2021,4,8,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124641,5,1617886800,2021,4,8,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124642,5,1617888600,2021,4,8,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124643,5,1617890400,2021,4,8,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124644,5,1617904800,2021,4,8,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124645,5,1617906600,2021,4,8,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124646,5,1617908400,2021,4,8,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124647,5,1617910200,2021,4,8,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124648,5,1617912000,2021,4,8,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124649,5,1617913800,2021,4,8,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124650,5,1617915600,2021,4,8,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124651,5,1617917400,2021,4,8,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124652,5,1617966000,2021,4,9,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124653,5,1617967800,2021,4,9,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124654,5,1617969600,2021,4,9,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124655,5,1617971400,2021,4,9,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124656,5,1617973200,2021,4,9,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124657,5,1617975000,2021,4,9,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124658,5,1617976800,2021,4,9,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124659,5,1617991200,2021,4,9,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124660,5,1617993000,2021,4,9,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124661,5,1617994800,2021,4,9,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124662,5,1617996600,2021,4,9,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124663,5,1617998400,2021,4,9,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124664,5,1618000200,2021,4,9,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124665,5,1618002000,2021,4,9,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124666,5,1618003800,2021,4,9,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124667,5,1618052400,2021,4,10,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124668,5,1618054200,2021,4,10,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124669,5,1618056000,2021,4,10,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124670,5,1618057800,2021,4,10,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124671,5,1618059600,2021,4,10,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124672,5,1618061400,2021,4,10,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124673,5,1618063200,2021,4,10,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124674,5,1618077600,2021,4,10,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124675,5,1618079400,2021,4,10,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124676,5,1618081200,2021,4,10,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124677,5,1618083000,2021,4,10,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124678,5,1618084800,2021,4,10,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124679,5,1618086600,2021,4,10,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124680,5,1618088400,2021,4,10,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124681,5,1618090200,2021,4,10,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124682,5,1618138800,2021,4,11,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124683,5,1618140600,2021,4,11,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124684,5,1618142400,2021,4,11,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124685,5,1618144200,2021,4,11,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124686,5,1618146000,2021,4,11,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124687,5,1618147800,2021,4,11,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124688,5,1618149600,2021,4,11,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124689,5,1618151400,2021,4,11,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124690,5,1618164000,2021,4,11,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124691,5,1618165800,2021,4,11,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124692,5,1618167600,2021,4,11,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124693,5,1618169400,2021,4,11,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124694,5,1618171200,2021,4,11,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124695,5,1618173000,2021,4,11,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124696,5,1618174800,2021,4,11,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124697,5,1618176600,2021,4,11,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124698,5,1618225200,2021,4,12,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124699,5,1618227000,2021,4,12,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124700,5,1618228800,2021,4,12,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124701,5,1618230600,2021,4,12,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124702,5,1618232400,2021,4,12,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124703,5,1618234200,2021,4,12,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124704,5,1618236000,2021,4,12,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124705,5,1618250400,2021,4,12,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124706,5,1618252200,2021,4,12,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124707,5,1618254000,2021,4,12,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124708,5,1618255800,2021,4,12,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124709,5,1618257600,2021,4,12,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124710,5,1618259400,2021,4,12,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124711,5,1618261200,2021,4,12,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124712,5,1618263000,2021,4,12,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124713,5,1618311600,2021,4,13,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124714,5,1618313400,2021,4,13,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124715,5,1618315200,2021,4,13,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124716,5,1618317000,2021,4,13,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124717,5,1618318800,2021,4,13,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124718,5,1618320600,2021,4,13,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124719,5,1618322400,2021,4,13,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124720,5,1618336800,2021,4,13,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124721,5,1618338600,2021,4,13,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124722,5,1618340400,2021,4,13,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124723,5,1618342200,2021,4,13,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124724,5,1618344000,2021,4,13,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124725,5,1618345800,2021,4,13,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124726,5,1618347600,2021,4,13,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124727,5,1618349400,2021,4,13,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124728,5,1618398000,2021,4,14,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124729,5,1618399800,2021,4,14,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124730,5,1618401600,2021,4,14,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124731,5,1618403400,2021,4,14,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124732,5,1618405200,2021,4,14,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124733,5,1618407000,2021,4,14,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124734,5,1618408800,2021,4,14,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124735,5,1618423200,2021,4,14,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124736,5,1618425000,2021,4,14,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124737,5,1618426800,2021,4,14,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124738,5,1618428600,2021,4,14,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124739,5,1618430400,2021,4,14,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124740,5,1618432200,2021,4,14,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124741,5,1618434000,2021,4,14,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124742,5,1618435800,2021,4,14,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124743,5,1618484400,2021,4,15,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124744,5,1618486200,2021,4,15,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124745,5,1618488000,2021,4,15,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124746,5,1618489800,2021,4,15,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124747,5,1618491600,2021,4,15,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124748,5,1618493400,2021,4,15,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124749,5,1618495200,2021,4,15,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124750,5,1618509600,2021,4,15,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124751,5,1618511400,2021,4,15,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124752,5,1618513200,2021,4,15,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124753,5,1618515000,2021,4,15,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124754,5,1618516800,2021,4,15,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124755,5,1618518600,2021,4,15,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124756,5,1618520400,2021,4,15,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124757,5,1618522200,2021,4,15,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124758,5,1618570800,2021,4,16,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124759,5,1618572600,2021,4,16,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124760,5,1618574400,2021,4,16,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124761,5,1618576200,2021,4,16,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124762,5,1618578000,2021,4,16,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124763,5,1618579800,2021,4,16,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124764,5,1618581600,2021,4,16,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124765,5,1618596000,2021,4,16,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124766,5,1618597800,2021,4,16,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124767,5,1618599600,2021,4,16,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124768,5,1618601400,2021,4,16,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124769,5,1618603200,2021,4,16,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124770,5,1618605000,2021,4,16,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124771,5,1618606800,2021,4,16,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124772,5,1618608600,2021,4,16,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124773,5,1618657200,2021,4,17,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124774,5,1618659000,2021,4,17,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124775,5,1618660800,2021,4,17,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124776,5,1618662600,2021,4,17,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124777,5,1618664400,2021,4,17,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124778,5,1618666200,2021,4,17,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124779,5,1618668000,2021,4,17,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124780,5,1618682400,2021,4,17,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124781,5,1618684200,2021,4,17,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124782,5,1618686000,2021,4,17,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124783,5,1618687800,2021,4,17,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124784,5,1618689600,2021,4,17,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124785,5,1618691400,2021,4,17,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124786,5,1618693200,2021,4,17,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124787,5,1618695000,2021,4,17,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124788,5,1618743600,2021,4,18,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124789,5,1618745400,2021,4,18,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124790,5,1618747200,2021,4,18,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124791,5,1618749000,2021,4,18,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124792,5,1618750800,2021,4,18,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124793,5,1618752600,2021,4,18,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124794,5,1618754400,2021,4,18,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124795,5,1618756200,2021,4,18,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124796,5,1618768800,2021,4,18,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124797,5,1618770600,2021,4,18,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124798,5,1618772400,2021,4,18,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124799,5,1618774200,2021,4,18,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124800,5,1618776000,2021,4,18,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124801,5,1618777800,2021,4,18,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124802,5,1618779600,2021,4,18,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124803,5,1618781400,2021,4,18,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124804,5,1618830000,2021,4,19,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124805,5,1618831800,2021,4,19,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124806,5,1618833600,2021,4,19,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124807,5,1618835400,2021,4,19,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124808,5,1618837200,2021,4,19,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124809,5,1618839000,2021,4,19,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124810,5,1618840800,2021,4,19,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124811,5,1618855200,2021,4,19,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124812,5,1618857000,2021,4,19,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124813,5,1618858800,2021,4,19,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124814,5,1618860600,2021,4,19,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124815,5,1618862400,2021,4,19,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124816,5,1618864200,2021,4,19,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124817,5,1618866000,2021,4,19,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124818,5,1618867800,2021,4,19,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124819,5,1618916400,2021,4,20,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124820,5,1618918200,2021,4,20,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124821,5,1618920000,2021,4,20,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124822,5,1618921800,2021,4,20,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124823,5,1618923600,2021,4,20,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124824,5,1618925400,2021,4,20,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124825,5,1618927200,2021,4,20,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124826,5,1618941600,2021,4,20,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124827,5,1618943400,2021,4,20,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124828,5,1618945200,2021,4,20,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124829,5,1618947000,2021,4,20,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124830,5,1618948800,2021,4,20,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124831,5,1618950600,2021,4,20,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124832,5,1618952400,2021,4,20,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124833,5,1618954200,2021,4,20,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124834,5,1619002800,2021,4,21,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124835,5,1619004600,2021,4,21,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124836,5,1619006400,2021,4,21,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124837,5,1619008200,2021,4,21,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124838,5,1619010000,2021,4,21,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124839,5,1619011800,2021,4,21,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124840,5,1619013600,2021,4,21,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124841,5,1619028000,2021,4,21,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124842,5,1619029800,2021,4,21,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124843,5,1619031600,2021,4,21,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124844,5,1619033400,2021,4,21,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124845,5,1619035200,2021,4,21,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124846,5,1619037000,2021,4,21,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124847,5,1619038800,2021,4,21,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124848,5,1619040600,2021,4,21,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124849,5,1619089200,2021,4,22,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124850,5,1619091000,2021,4,22,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124851,5,1619092800,2021,4,22,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124852,5,1619094600,2021,4,22,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124853,5,1619096400,2021,4,22,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124854,5,1619098200,2021,4,22,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124855,5,1619100000,2021,4,22,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124856,5,1619114400,2021,4,22,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124857,5,1619116200,2021,4,22,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124858,5,1619118000,2021,4,22,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124859,5,1619119800,2021,4,22,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124860,5,1619121600,2021,4,22,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124861,5,1619123400,2021,4,22,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124862,5,1619125200,2021,4,22,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124863,5,1619127000,2021,4,22,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124864,5,1619175600,2021,4,23,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124865,5,1619177400,2021,4,23,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124866,5,1619179200,2021,4,23,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124867,5,1619181000,2021,4,23,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124868,5,1619182800,2021,4,23,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124869,5,1619184600,2021,4,23,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124870,5,1619186400,2021,4,23,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124871,5,1619200800,2021,4,23,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124872,5,1619202600,2021,4,23,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124873,5,1619204400,2021,4,23,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124874,5,1619206200,2021,4,23,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124875,5,1619208000,2021,4,23,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124876,5,1619209800,2021,4,23,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124877,5,1619211600,2021,4,23,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124878,5,1619213400,2021,4,23,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124879,5,1619262000,2021,4,24,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124880,5,1619263800,2021,4,24,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124881,5,1619265600,2021,4,24,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124882,5,1619267400,2021,4,24,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124883,5,1619269200,2021,4,24,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124884,5,1619271000,2021,4,24,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124885,5,1619272800,2021,4,24,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124886,5,1619287200,2021,4,24,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124887,5,1619289000,2021,4,24,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124888,5,1619290800,2021,4,24,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124889,5,1619292600,2021,4,24,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124890,5,1619294400,2021,4,24,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124891,5,1619296200,2021,4,24,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124892,5,1619298000,2021,4,24,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124893,5,1619299800,2021,4,24,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(124894,5,1619348400,2021,4,25,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(124895,5,1619350200,2021,4,25,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(124896,5,1619352000,2021,4,25,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(124897,5,1619353800,2021,4,25,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(124898,5,1619355600,2021,4,25,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(124899,5,1619357400,2021,4,25,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(124900,5,1619359200,2021,4,25,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(124901,5,1619361000,2021,4,25,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(124902,5,1619373600,2021,4,25,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(124903,5,1619375400,2021,4,25,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(124904,5,1619377200,2021,4,25,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(124905,5,1619379000,2021,4,25,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(124906,5,1619380800,2021,4,25,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(124907,5,1619382600,2021,4,25,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(124908,5,1619384400,2021,4,25,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(124909,5,1619386200,2021,4,25,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(124910,5,1619434800,2021,4,26,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(124911,5,1619436600,2021,4,26,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(124912,5,1619438400,2021,4,26,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(124913,5,1619440200,2021,4,26,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(124914,5,1619442000,2021,4,26,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(124915,5,1619443800,2021,4,26,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(124916,5,1619445600,2021,4,26,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(124917,5,1619460000,2021,4,26,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(124918,5,1619461800,2021,4,26,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(124919,5,1619463600,2021,4,26,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(124920,5,1619465400,2021,4,26,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(124921,5,1619467200,2021,4,26,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(124922,5,1619469000,2021,4,26,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(124923,5,1619470800,2021,4,26,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(124924,5,1619472600,2021,4,26,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(124925,5,1619521200,2021,4,27,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(124926,5,1619523000,2021,4,27,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(124927,5,1619524800,2021,4,27,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(124928,5,1619526600,2021,4,27,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(124929,5,1619528400,2021,4,27,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(124930,5,1619530200,2021,4,27,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(124931,5,1619532000,2021,4,27,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(124932,5,1619546400,2021,4,27,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(124933,5,1619548200,2021,4,27,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(124934,5,1619550000,2021,4,27,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(124935,5,1619551800,2021,4,27,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(124936,5,1619553600,2021,4,27,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(124937,5,1619555400,2021,4,27,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(124938,5,1619557200,2021,4,27,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(124939,5,1619559000,2021,4,27,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(124940,5,1619607600,2021,4,28,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(124941,5,1619609400,2021,4,28,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(124942,5,1619611200,2021,4,28,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(124943,5,1619613000,2021,4,28,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(124944,5,1619614800,2021,4,28,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(124945,5,1619616600,2021,4,28,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(124946,5,1619618400,2021,4,28,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(124947,5,1619632800,2021,4,28,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(124948,5,1619634600,2021,4,28,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(124949,5,1619636400,2021,4,28,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(124950,5,1619638200,2021,4,28,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(124951,5,1619640000,2021,4,28,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(124952,5,1619641800,2021,4,28,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(124953,5,1619643600,2021,4,28,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(124954,5,1619645400,2021,4,28,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(124955,5,1619694000,2021,4,29,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(124956,5,1619695800,2021,4,29,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(124957,5,1619697600,2021,4,29,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(124958,5,1619699400,2021,4,29,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(124959,5,1619701200,2021,4,29,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(124960,5,1619703000,2021,4,29,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(124961,5,1619704800,2021,4,29,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(124962,5,1619719200,2021,4,29,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(124963,5,1619721000,2021,4,29,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(124964,5,1619722800,2021,4,29,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(124965,5,1619724600,2021,4,29,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(124966,5,1619726400,2021,4,29,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(124967,5,1619728200,2021,4,29,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(124968,5,1619730000,2021,4,29,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(124969,5,1619731800,2021,4,29,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(124970,5,1619780400,2021,4,30,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(124971,5,1619782200,2021,4,30,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(124972,5,1619784000,2021,4,30,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(124973,5,1619785800,2021,4,30,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(124974,5,1619787600,2021,4,30,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(124975,5,1619789400,2021,4,30,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(124976,5,1619791200,2021,4,30,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(124977,5,1619805600,2021,4,30,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(124978,5,1619807400,2021,4,30,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(124979,5,1619809200,2021,4,30,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(124980,5,1619811000,2021,4,30,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(124981,5,1619812800,2021,4,30,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(124982,5,1619814600,2021,4,30,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(124983,5,1619816400,2021,4,30,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(124984,5,1619818200,2021,4,30,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(124985,5,1619866800,2021,5,1,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(124986,5,1619868600,2021,5,1,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(124987,5,1619870400,2021,5,1,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(124988,5,1619872200,2021,5,1,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(124989,5,1619874000,2021,5,1,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(124990,5,1619875800,2021,5,1,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(124991,5,1619877600,2021,5,1,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(124992,5,1619892000,2021,5,1,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(124993,5,1619893800,2021,5,1,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(124994,5,1619895600,2021,5,1,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(124995,5,1619897400,2021,5,1,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(124996,5,1619899200,2021,5,1,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(124997,5,1619901000,2021,5,1,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(124998,5,1619902800,2021,5,1,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(124999,5,1619904600,2021,5,1,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125000,5,1619953200,2021,5,2,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125001,5,1619955000,2021,5,2,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125002,5,1619956800,2021,5,2,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125003,5,1619958600,2021,5,2,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125004,5,1619960400,2021,5,2,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125005,5,1619962200,2021,5,2,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125006,5,1619964000,2021,5,2,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125007,5,1619965800,2021,5,2,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125008,5,1619978400,2021,5,2,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125009,5,1619980200,2021,5,2,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125010,5,1619982000,2021,5,2,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125011,5,1619983800,2021,5,2,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125012,5,1619985600,2021,5,2,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125013,5,1619987400,2021,5,2,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125014,5,1619989200,2021,5,2,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125015,5,1619991000,2021,5,2,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125016,5,1620039600,2021,5,3,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125017,5,1620041400,2021,5,3,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125018,5,1620043200,2021,5,3,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125019,5,1620045000,2021,5,3,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125020,5,1620046800,2021,5,3,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125021,5,1620048600,2021,5,3,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125022,5,1620050400,2021,5,3,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125023,5,1620064800,2021,5,3,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125024,5,1620066600,2021,5,3,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125025,5,1620068400,2021,5,3,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125026,5,1620070200,2021,5,3,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125027,5,1620072000,2021,5,3,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125028,5,1620073800,2021,5,3,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125029,5,1620075600,2021,5,3,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125030,5,1620077400,2021,5,3,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125031,5,1620126000,2021,5,4,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125032,5,1620127800,2021,5,4,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125033,5,1620129600,2021,5,4,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125034,5,1620131400,2021,5,4,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125035,5,1620133200,2021,5,4,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125036,5,1620135000,2021,5,4,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125037,5,1620136800,2021,5,4,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125038,5,1620151200,2021,5,4,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125039,5,1620153000,2021,5,4,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125040,5,1620154800,2021,5,4,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125041,5,1620156600,2021,5,4,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125042,5,1620158400,2021,5,4,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125043,5,1620160200,2021,5,4,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125044,5,1620162000,2021,5,4,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125045,5,1620163800,2021,5,4,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125046,5,1620212400,2021,5,5,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125047,5,1620214200,2021,5,5,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125048,5,1620216000,2021,5,5,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125049,5,1620217800,2021,5,5,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125050,5,1620219600,2021,5,5,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125051,5,1620221400,2021,5,5,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125052,5,1620223200,2021,5,5,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125053,5,1620237600,2021,5,5,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125054,5,1620239400,2021,5,5,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125055,5,1620241200,2021,5,5,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125056,5,1620243000,2021,5,5,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125057,5,1620244800,2021,5,5,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125058,5,1620246600,2021,5,5,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125059,5,1620248400,2021,5,5,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125060,5,1620250200,2021,5,5,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125061,5,1620298800,2021,5,6,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125062,5,1620300600,2021,5,6,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125063,5,1620302400,2021,5,6,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125064,5,1620304200,2021,5,6,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125065,5,1620306000,2021,5,6,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125066,5,1620307800,2021,5,6,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125067,5,1620309600,2021,5,6,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125068,5,1620324000,2021,5,6,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125069,5,1620325800,2021,5,6,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125070,5,1620327600,2021,5,6,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125071,5,1620329400,2021,5,6,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125072,5,1620331200,2021,5,6,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125073,5,1620333000,2021,5,6,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125074,5,1620334800,2021,5,6,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125075,5,1620336600,2021,5,6,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125076,5,1620385200,2021,5,7,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125077,5,1620387000,2021,5,7,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125078,5,1620388800,2021,5,7,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125079,5,1620390600,2021,5,7,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125080,5,1620392400,2021,5,7,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125081,5,1620394200,2021,5,7,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125082,5,1620396000,2021,5,7,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125083,5,1620410400,2021,5,7,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125084,5,1620412200,2021,5,7,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125085,5,1620414000,2021,5,7,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125086,5,1620415800,2021,5,7,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125087,5,1620417600,2021,5,7,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125088,5,1620419400,2021,5,7,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125089,5,1620421200,2021,5,7,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125090,5,1620423000,2021,5,7,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125091,5,1620471600,2021,5,8,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125092,5,1620473400,2021,5,8,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125093,5,1620475200,2021,5,8,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125094,5,1620477000,2021,5,8,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125095,5,1620478800,2021,5,8,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125096,5,1620480600,2021,5,8,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125097,5,1620482400,2021,5,8,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125098,5,1620496800,2021,5,8,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125099,5,1620498600,2021,5,8,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125100,5,1620500400,2021,5,8,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125101,5,1620502200,2021,5,8,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125102,5,1620504000,2021,5,8,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125103,5,1620505800,2021,5,8,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125104,5,1620507600,2021,5,8,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125105,5,1620509400,2021,5,8,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125106,5,1620558000,2021,5,9,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125107,5,1620559800,2021,5,9,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125108,5,1620561600,2021,5,9,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125109,5,1620563400,2021,5,9,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125110,5,1620565200,2021,5,9,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125111,5,1620567000,2021,5,9,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125112,5,1620568800,2021,5,9,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125113,5,1620570600,2021,5,9,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125114,5,1620583200,2021,5,9,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125115,5,1620585000,2021,5,9,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125116,5,1620586800,2021,5,9,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125117,5,1620588600,2021,5,9,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125118,5,1620590400,2021,5,9,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125119,5,1620592200,2021,5,9,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125120,5,1620594000,2021,5,9,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125121,5,1620595800,2021,5,9,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125122,5,1620644400,2021,5,10,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125123,5,1620646200,2021,5,10,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125124,5,1620648000,2021,5,10,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125125,5,1620649800,2021,5,10,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125126,5,1620651600,2021,5,10,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125127,5,1620653400,2021,5,10,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125128,5,1620655200,2021,5,10,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125129,5,1620669600,2021,5,10,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125130,5,1620671400,2021,5,10,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125131,5,1620673200,2021,5,10,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125132,5,1620675000,2021,5,10,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125133,5,1620676800,2021,5,10,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125134,5,1620678600,2021,5,10,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125135,5,1620680400,2021,5,10,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125136,5,1620682200,2021,5,10,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125137,5,1620730800,2021,5,11,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125138,5,1620732600,2021,5,11,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125139,5,1620734400,2021,5,11,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125140,5,1620736200,2021,5,11,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125141,5,1620738000,2021,5,11,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125142,5,1620739800,2021,5,11,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125143,5,1620741600,2021,5,11,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125144,5,1620756000,2021,5,11,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125145,5,1620757800,2021,5,11,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125146,5,1620759600,2021,5,11,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125147,5,1620761400,2021,5,11,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125148,5,1620763200,2021,5,11,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125149,5,1620765000,2021,5,11,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125150,5,1620766800,2021,5,11,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125151,5,1620768600,2021,5,11,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125152,5,1620817200,2021,5,12,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125153,5,1620819000,2021,5,12,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125154,5,1620820800,2021,5,12,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125155,5,1620822600,2021,5,12,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125156,5,1620824400,2021,5,12,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125157,5,1620826200,2021,5,12,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125158,5,1620828000,2021,5,12,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125159,5,1620842400,2021,5,12,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125160,5,1620844200,2021,5,12,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125161,5,1620846000,2021,5,12,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125162,5,1620847800,2021,5,12,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125163,5,1620849600,2021,5,12,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125164,5,1620851400,2021,5,12,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125165,5,1620853200,2021,5,12,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125166,5,1620855000,2021,5,12,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125167,5,1620903600,2021,5,13,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125168,5,1620905400,2021,5,13,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125169,5,1620907200,2021,5,13,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125170,5,1620909000,2021,5,13,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125171,5,1620910800,2021,5,13,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125172,5,1620912600,2021,5,13,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125173,5,1620914400,2021,5,13,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125174,5,1620928800,2021,5,13,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125175,5,1620930600,2021,5,13,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125176,5,1620932400,2021,5,13,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125177,5,1620934200,2021,5,13,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125178,5,1620936000,2021,5,13,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125179,5,1620937800,2021,5,13,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125180,5,1620939600,2021,5,13,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125181,5,1620941400,2021,5,13,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125182,5,1620990000,2021,5,14,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125183,5,1620991800,2021,5,14,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125184,5,1620993600,2021,5,14,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125185,5,1620995400,2021,5,14,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125186,5,1620997200,2021,5,14,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125187,5,1620999000,2021,5,14,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125188,5,1621000800,2021,5,14,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125189,5,1621015200,2021,5,14,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125190,5,1621017000,2021,5,14,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125191,5,1621018800,2021,5,14,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125192,5,1621020600,2021,5,14,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125193,5,1621022400,2021,5,14,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125194,5,1621024200,2021,5,14,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125195,5,1621026000,2021,5,14,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125196,5,1621027800,2021,5,14,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125197,5,1621076400,2021,5,15,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125198,5,1621078200,2021,5,15,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125199,5,1621080000,2021,5,15,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125200,5,1621081800,2021,5,15,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125201,5,1621083600,2021,5,15,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125202,5,1621085400,2021,5,15,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125203,5,1621087200,2021,5,15,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125204,5,1621101600,2021,5,15,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125205,5,1621103400,2021,5,15,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125206,5,1621105200,2021,5,15,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125207,5,1621107000,2021,5,15,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125208,5,1621108800,2021,5,15,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125209,5,1621110600,2021,5,15,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125210,5,1621112400,2021,5,15,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125211,5,1621114200,2021,5,15,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125212,5,1621162800,2021,5,16,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125213,5,1621164600,2021,5,16,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125214,5,1621166400,2021,5,16,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125215,5,1621168200,2021,5,16,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125216,5,1621170000,2021,5,16,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125217,5,1621171800,2021,5,16,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125218,5,1621173600,2021,5,16,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125219,5,1621175400,2021,5,16,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125220,5,1621188000,2021,5,16,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125221,5,1621189800,2021,5,16,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125222,5,1621191600,2021,5,16,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125223,5,1621193400,2021,5,16,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125224,5,1621195200,2021,5,16,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125225,5,1621197000,2021,5,16,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125226,5,1621198800,2021,5,16,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125227,5,1621200600,2021,5,16,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125228,5,1621249200,2021,5,17,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125229,5,1621251000,2021,5,17,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125230,5,1621252800,2021,5,17,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125231,5,1621254600,2021,5,17,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125232,5,1621256400,2021,5,17,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125233,5,1621258200,2021,5,17,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125234,5,1621260000,2021,5,17,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125235,5,1621274400,2021,5,17,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125236,5,1621276200,2021,5,17,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125237,5,1621278000,2021,5,17,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125238,5,1621279800,2021,5,17,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125239,5,1621281600,2021,5,17,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125240,5,1621283400,2021,5,17,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125241,5,1621285200,2021,5,17,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125242,5,1621287000,2021,5,17,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125243,5,1621335600,2021,5,18,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125244,5,1621337400,2021,5,18,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125245,5,1621339200,2021,5,18,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125246,5,1621341000,2021,5,18,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125247,5,1621342800,2021,5,18,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125248,5,1621344600,2021,5,18,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125249,5,1621346400,2021,5,18,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125250,5,1621360800,2021,5,18,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125251,5,1621362600,2021,5,18,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125252,5,1621364400,2021,5,18,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125253,5,1621366200,2021,5,18,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125254,5,1621368000,2021,5,18,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125255,5,1621369800,2021,5,18,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125256,5,1621371600,2021,5,18,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125257,5,1621373400,2021,5,18,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125258,5,1621422000,2021,5,19,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125259,5,1621423800,2021,5,19,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125260,5,1621425600,2021,5,19,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125261,5,1621427400,2021,5,19,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125262,5,1621429200,2021,5,19,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125263,5,1621431000,2021,5,19,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125264,5,1621432800,2021,5,19,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125265,5,1621447200,2021,5,19,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125266,5,1621449000,2021,5,19,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125267,5,1621450800,2021,5,19,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125268,5,1621452600,2021,5,19,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125269,5,1621454400,2021,5,19,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125270,5,1621456200,2021,5,19,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125271,5,1621458000,2021,5,19,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125272,5,1621459800,2021,5,19,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125273,5,1621508400,2021,5,20,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125274,5,1621510200,2021,5,20,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125275,5,1621512000,2021,5,20,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125276,5,1621513800,2021,5,20,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125277,5,1621515600,2021,5,20,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125278,5,1621517400,2021,5,20,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125279,5,1621519200,2021,5,20,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125280,5,1621533600,2021,5,20,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125281,5,1621535400,2021,5,20,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125282,5,1621537200,2021,5,20,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125283,5,1621539000,2021,5,20,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125284,5,1621540800,2021,5,20,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125285,5,1621542600,2021,5,20,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125286,5,1621544400,2021,5,20,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125287,5,1621546200,2021,5,20,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125288,5,1621594800,2021,5,21,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125289,5,1621596600,2021,5,21,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125290,5,1621598400,2021,5,21,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125291,5,1621600200,2021,5,21,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125292,5,1621602000,2021,5,21,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125293,5,1621603800,2021,5,21,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125294,5,1621605600,2021,5,21,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125295,5,1621620000,2021,5,21,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125296,5,1621621800,2021,5,21,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125297,5,1621623600,2021,5,21,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125298,5,1621625400,2021,5,21,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125299,5,1621627200,2021,5,21,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125300,5,1621629000,2021,5,21,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125301,5,1621630800,2021,5,21,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125302,5,1621632600,2021,5,21,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125303,5,1621681200,2021,5,22,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125304,5,1621683000,2021,5,22,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125305,5,1621684800,2021,5,22,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125306,5,1621686600,2021,5,22,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125307,5,1621688400,2021,5,22,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125308,5,1621690200,2021,5,22,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125309,5,1621692000,2021,5,22,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125310,5,1621706400,2021,5,22,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125311,5,1621708200,2021,5,22,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125312,5,1621710000,2021,5,22,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125313,5,1621711800,2021,5,22,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125314,5,1621713600,2021,5,22,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125315,5,1621715400,2021,5,22,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125316,5,1621717200,2021,5,22,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125317,5,1621719000,2021,5,22,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125318,5,1621767600,2021,5,23,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125319,5,1621769400,2021,5,23,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125320,5,1621771200,2021,5,23,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125321,5,1621773000,2021,5,23,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125322,5,1621774800,2021,5,23,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125323,5,1621776600,2021,5,23,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125324,5,1621778400,2021,5,23,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125325,5,1621780200,2021,5,23,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125326,5,1621792800,2021,5,23,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125327,5,1621794600,2021,5,23,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125328,5,1621796400,2021,5,23,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125329,5,1621798200,2021,5,23,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125330,5,1621800000,2021,5,23,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125331,5,1621801800,2021,5,23,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125332,5,1621803600,2021,5,23,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125333,5,1621805400,2021,5,23,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125334,5,1621854000,2021,5,24,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125335,5,1621855800,2021,5,24,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125336,5,1621857600,2021,5,24,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125337,5,1621859400,2021,5,24,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125338,5,1621861200,2021,5,24,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125339,5,1621863000,2021,5,24,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125340,5,1621864800,2021,5,24,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125341,5,1621879200,2021,5,24,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125342,5,1621881000,2021,5,24,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125343,5,1621882800,2021,5,24,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125344,5,1621884600,2021,5,24,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125345,5,1621886400,2021,5,24,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125346,5,1621888200,2021,5,24,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125347,5,1621890000,2021,5,24,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125348,5,1621891800,2021,5,24,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125349,5,1621940400,2021,5,25,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125350,5,1621942200,2021,5,25,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125351,5,1621944000,2021,5,25,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125352,5,1621945800,2021,5,25,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125353,5,1621947600,2021,5,25,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125354,5,1621949400,2021,5,25,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125355,5,1621951200,2021,5,25,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125356,5,1621965600,2021,5,25,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125357,5,1621967400,2021,5,25,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125358,5,1621969200,2021,5,25,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125359,5,1621971000,2021,5,25,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125360,5,1621972800,2021,5,25,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125361,5,1621974600,2021,5,25,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125362,5,1621976400,2021,5,25,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125363,5,1621978200,2021,5,25,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125364,5,1622026800,2021,5,26,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125365,5,1622028600,2021,5,26,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125366,5,1622030400,2021,5,26,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125367,5,1622032200,2021,5,26,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125368,5,1622034000,2021,5,26,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125369,5,1622035800,2021,5,26,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125370,5,1622037600,2021,5,26,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125371,5,1622052000,2021,5,26,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125372,5,1622053800,2021,5,26,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125373,5,1622055600,2021,5,26,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125374,5,1622057400,2021,5,26,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125375,5,1622059200,2021,5,26,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125376,5,1622061000,2021,5,26,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125377,5,1622062800,2021,5,26,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125378,5,1622064600,2021,5,26,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125379,5,1622113200,2021,5,27,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125380,5,1622115000,2021,5,27,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125381,5,1622116800,2021,5,27,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125382,5,1622118600,2021,5,27,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125383,5,1622120400,2021,5,27,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125384,5,1622122200,2021,5,27,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125385,5,1622124000,2021,5,27,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125386,5,1622138400,2021,5,27,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125387,5,1622140200,2021,5,27,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125388,5,1622142000,2021,5,27,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125389,5,1622143800,2021,5,27,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125390,5,1622145600,2021,5,27,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125391,5,1622147400,2021,5,27,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125392,5,1622149200,2021,5,27,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125393,5,1622151000,2021,5,27,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125394,5,1622199600,2021,5,28,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125395,5,1622201400,2021,5,28,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125396,5,1622203200,2021,5,28,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125397,5,1622205000,2021,5,28,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125398,5,1622206800,2021,5,28,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125399,5,1622208600,2021,5,28,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125400,5,1622210400,2021,5,28,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125401,5,1622224800,2021,5,28,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125402,5,1622226600,2021,5,28,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125403,5,1622228400,2021,5,28,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125404,5,1622230200,2021,5,28,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125405,5,1622232000,2021,5,28,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125406,5,1622233800,2021,5,28,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125407,5,1622235600,2021,5,28,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125408,5,1622237400,2021,5,28,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125409,5,1622286000,2021,5,29,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125410,5,1622287800,2021,5,29,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125411,5,1622289600,2021,5,29,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125412,5,1622291400,2021,5,29,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125413,5,1622293200,2021,5,29,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125414,5,1622295000,2021,5,29,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125415,5,1622296800,2021,5,29,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125416,5,1622311200,2021,5,29,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125417,5,1622313000,2021,5,29,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125418,5,1622314800,2021,5,29,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125419,5,1622316600,2021,5,29,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125420,5,1622318400,2021,5,29,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125421,5,1622320200,2021,5,29,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125422,5,1622322000,2021,5,29,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125423,5,1622323800,2021,5,29,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125424,5,1622372400,2021,5,30,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125425,5,1622374200,2021,5,30,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125426,5,1622376000,2021,5,30,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125427,5,1622377800,2021,5,30,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125428,5,1622379600,2021,5,30,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125429,5,1622381400,2021,5,30,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125430,5,1622383200,2021,5,30,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125431,5,1622385000,2021,5,30,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125432,5,1622397600,2021,5,30,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125433,5,1622399400,2021,5,30,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125434,5,1622401200,2021,5,30,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125435,5,1622403000,2021,5,30,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125436,5,1622404800,2021,5,30,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125437,5,1622406600,2021,5,30,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125438,5,1622408400,2021,5,30,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125439,5,1622410200,2021,5,30,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125440,5,1622458800,2021,5,31,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125441,5,1622460600,2021,5,31,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125442,5,1622462400,2021,5,31,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125443,5,1622464200,2021,5,31,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125444,5,1622466000,2021,5,31,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125445,5,1622467800,2021,5,31,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125446,5,1622469600,2021,5,31,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125447,5,1622484000,2021,5,31,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125448,5,1622485800,2021,5,31,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125449,5,1622487600,2021,5,31,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125450,5,1622489400,2021,5,31,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125451,5,1622491200,2021,5,31,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125452,5,1622493000,2021,5,31,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125453,5,1622494800,2021,5,31,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125454,5,1622496600,2021,5,31,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125455,5,1622545200,2021,6,1,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125456,5,1622547000,2021,6,1,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125457,5,1622548800,2021,6,1,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125458,5,1622550600,2021,6,1,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125459,5,1622552400,2021,6,1,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125460,5,1622554200,2021,6,1,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125461,5,1622556000,2021,6,1,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125462,5,1622570400,2021,6,1,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125463,5,1622572200,2021,6,1,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125464,5,1622574000,2021,6,1,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125465,5,1622575800,2021,6,1,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125466,5,1622577600,2021,6,1,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125467,5,1622579400,2021,6,1,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125468,5,1622581200,2021,6,1,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125469,5,1622583000,2021,6,1,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125470,5,1622631600,2021,6,2,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125471,5,1622633400,2021,6,2,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125472,5,1622635200,2021,6,2,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125473,5,1622637000,2021,6,2,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125474,5,1622638800,2021,6,2,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125475,5,1622640600,2021,6,2,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125476,5,1622642400,2021,6,2,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125477,5,1622656800,2021,6,2,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125478,5,1622658600,2021,6,2,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125479,5,1622660400,2021,6,2,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125480,5,1622662200,2021,6,2,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125481,5,1622664000,2021,6,2,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125482,5,1622665800,2021,6,2,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125483,5,1622667600,2021,6,2,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125484,5,1622669400,2021,6,2,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125485,5,1622718000,2021,6,3,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125486,5,1622719800,2021,6,3,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125487,5,1622721600,2021,6,3,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125488,5,1622723400,2021,6,3,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125489,5,1622725200,2021,6,3,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125490,5,1622727000,2021,6,3,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125491,5,1622728800,2021,6,3,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125492,5,1622743200,2021,6,3,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125493,5,1622745000,2021,6,3,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125494,5,1622746800,2021,6,3,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125495,5,1622748600,2021,6,3,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125496,5,1622750400,2021,6,3,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125497,5,1622752200,2021,6,3,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125498,5,1622754000,2021,6,3,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125499,5,1622755800,2021,6,3,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125500,5,1622804400,2021,6,4,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125501,5,1622806200,2021,6,4,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125502,5,1622808000,2021,6,4,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125503,5,1622809800,2021,6,4,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125504,5,1622811600,2021,6,4,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125505,5,1622813400,2021,6,4,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125506,5,1622815200,2021,6,4,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125507,5,1622829600,2021,6,4,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125508,5,1622831400,2021,6,4,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125509,5,1622833200,2021,6,4,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125510,5,1622835000,2021,6,4,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125511,5,1622836800,2021,6,4,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125512,5,1622838600,2021,6,4,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125513,5,1622840400,2021,6,4,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125514,5,1622842200,2021,6,4,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125515,5,1622890800,2021,6,5,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125516,5,1622892600,2021,6,5,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125517,5,1622894400,2021,6,5,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125518,5,1622896200,2021,6,5,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125519,5,1622898000,2021,6,5,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125520,5,1622899800,2021,6,5,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125521,5,1622901600,2021,6,5,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125522,5,1622916000,2021,6,5,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125523,5,1622917800,2021,6,5,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125524,5,1622919600,2021,6,5,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125525,5,1622921400,2021,6,5,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125526,5,1622923200,2021,6,5,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125527,5,1622925000,2021,6,5,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125528,5,1622926800,2021,6,5,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125529,5,1622928600,2021,6,5,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125530,5,1622977200,2021,6,6,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125531,5,1622979000,2021,6,6,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125532,5,1622980800,2021,6,6,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125533,5,1622982600,2021,6,6,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125534,5,1622984400,2021,6,6,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125535,5,1622986200,2021,6,6,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125536,5,1622988000,2021,6,6,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125537,5,1622989800,2021,6,6,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125538,5,1623002400,2021,6,6,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125539,5,1623004200,2021,6,6,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125540,5,1623006000,2021,6,6,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125541,5,1623007800,2021,6,6,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125542,5,1623009600,2021,6,6,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125543,5,1623011400,2021,6,6,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125544,5,1623013200,2021,6,6,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125545,5,1623015000,2021,6,6,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125546,5,1623063600,2021,6,7,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125547,5,1623065400,2021,6,7,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125548,5,1623067200,2021,6,7,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125549,5,1623069000,2021,6,7,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125550,5,1623070800,2021,6,7,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125551,5,1623072600,2021,6,7,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125552,5,1623074400,2021,6,7,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125553,5,1623088800,2021,6,7,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125554,5,1623090600,2021,6,7,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125555,5,1623092400,2021,6,7,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125556,5,1623094200,2021,6,7,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125557,5,1623096000,2021,6,7,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125558,5,1623097800,2021,6,7,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125559,5,1623099600,2021,6,7,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125560,5,1623101400,2021,6,7,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125561,5,1623150000,2021,6,8,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125562,5,1623151800,2021,6,8,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125563,5,1623153600,2021,6,8,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125564,5,1623155400,2021,6,8,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125565,5,1623157200,2021,6,8,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125566,5,1623159000,2021,6,8,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125567,5,1623160800,2021,6,8,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125568,5,1623175200,2021,6,8,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125569,5,1623177000,2021,6,8,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125570,5,1623178800,2021,6,8,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125571,5,1623180600,2021,6,8,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125572,5,1623182400,2021,6,8,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125573,5,1623184200,2021,6,8,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125574,5,1623186000,2021,6,8,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125575,5,1623187800,2021,6,8,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125576,5,1623236400,2021,6,9,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125577,5,1623238200,2021,6,9,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125578,5,1623240000,2021,6,9,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125579,5,1623241800,2021,6,9,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125580,5,1623243600,2021,6,9,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125581,5,1623245400,2021,6,9,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125582,5,1623247200,2021,6,9,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125583,5,1623261600,2021,6,9,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125584,5,1623263400,2021,6,9,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125585,5,1623265200,2021,6,9,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125586,5,1623267000,2021,6,9,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125587,5,1623268800,2021,6,9,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125588,5,1623270600,2021,6,9,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125589,5,1623272400,2021,6,9,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125590,5,1623274200,2021,6,9,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125591,5,1623322800,2021,6,10,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125592,5,1623324600,2021,6,10,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125593,5,1623326400,2021,6,10,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125594,5,1623328200,2021,6,10,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125595,5,1623330000,2021,6,10,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125596,5,1623331800,2021,6,10,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125597,5,1623333600,2021,6,10,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125598,5,1623348000,2021,6,10,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125599,5,1623349800,2021,6,10,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125600,5,1623351600,2021,6,10,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125601,5,1623353400,2021,6,10,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125602,5,1623355200,2021,6,10,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125603,5,1623357000,2021,6,10,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125604,5,1623358800,2021,6,10,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125605,5,1623360600,2021,6,10,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125606,5,1623409200,2021,6,11,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125607,5,1623411000,2021,6,11,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125608,5,1623412800,2021,6,11,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125609,5,1623414600,2021,6,11,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125610,5,1623416400,2021,6,11,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125611,5,1623418200,2021,6,11,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125612,5,1623420000,2021,6,11,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125613,5,1623434400,2021,6,11,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125614,5,1623436200,2021,6,11,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125615,5,1623438000,2021,6,11,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125616,5,1623439800,2021,6,11,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125617,5,1623441600,2021,6,11,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125618,5,1623443400,2021,6,11,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125619,5,1623445200,2021,6,11,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125620,5,1623447000,2021,6,11,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125621,5,1623495600,2021,6,12,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125622,5,1623497400,2021,6,12,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125623,5,1623499200,2021,6,12,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125624,5,1623501000,2021,6,12,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125625,5,1623502800,2021,6,12,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125626,5,1623504600,2021,6,12,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125627,5,1623506400,2021,6,12,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125628,5,1623520800,2021,6,12,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125629,5,1623522600,2021,6,12,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125630,5,1623524400,2021,6,12,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125631,5,1623526200,2021,6,12,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125632,5,1623528000,2021,6,12,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125633,5,1623529800,2021,6,12,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125634,5,1623531600,2021,6,12,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125635,5,1623533400,2021,6,12,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125636,5,1623582000,2021,6,13,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125637,5,1623583800,2021,6,13,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125638,5,1623585600,2021,6,13,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125639,5,1623587400,2021,6,13,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125640,5,1623589200,2021,6,13,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125641,5,1623591000,2021,6,13,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125642,5,1623592800,2021,6,13,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125643,5,1623594600,2021,6,13,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125644,5,1623607200,2021,6,13,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125645,5,1623609000,2021,6,13,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125646,5,1623610800,2021,6,13,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125647,5,1623612600,2021,6,13,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125648,5,1623614400,2021,6,13,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125649,5,1623616200,2021,6,13,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125650,5,1623618000,2021,6,13,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125651,5,1623619800,2021,6,13,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125652,5,1623668400,2021,6,14,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125653,5,1623670200,2021,6,14,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125654,5,1623672000,2021,6,14,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125655,5,1623673800,2021,6,14,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125656,5,1623675600,2021,6,14,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125657,5,1623677400,2021,6,14,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125658,5,1623679200,2021,6,14,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125659,5,1623693600,2021,6,14,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125660,5,1623695400,2021,6,14,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125661,5,1623697200,2021,6,14,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125662,5,1623699000,2021,6,14,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125663,5,1623700800,2021,6,14,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125664,5,1623702600,2021,6,14,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125665,5,1623704400,2021,6,14,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125666,5,1623706200,2021,6,14,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125667,5,1623754800,2021,6,15,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125668,5,1623756600,2021,6,15,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125669,5,1623758400,2021,6,15,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125670,5,1623760200,2021,6,15,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125671,5,1623762000,2021,6,15,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125672,5,1623763800,2021,6,15,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125673,5,1623765600,2021,6,15,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125674,5,1623780000,2021,6,15,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125675,5,1623781800,2021,6,15,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125676,5,1623783600,2021,6,15,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125677,5,1623785400,2021,6,15,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125678,5,1623787200,2021,6,15,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125679,5,1623789000,2021,6,15,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125680,5,1623790800,2021,6,15,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125681,5,1623792600,2021,6,15,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125682,5,1623841200,2021,6,16,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125683,5,1623843000,2021,6,16,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125684,5,1623844800,2021,6,16,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125685,5,1623846600,2021,6,16,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125686,5,1623848400,2021,6,16,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125687,5,1623850200,2021,6,16,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125688,5,1623852000,2021,6,16,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125689,5,1623866400,2021,6,16,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125690,5,1623868200,2021,6,16,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125691,5,1623870000,2021,6,16,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125692,5,1623871800,2021,6,16,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125693,5,1623873600,2021,6,16,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125694,5,1623875400,2021,6,16,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125695,5,1623877200,2021,6,16,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125696,5,1623879000,2021,6,16,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125697,5,1623927600,2021,6,17,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125698,5,1623929400,2021,6,17,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125699,5,1623931200,2021,6,17,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125700,5,1623933000,2021,6,17,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125701,5,1623934800,2021,6,17,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125702,5,1623936600,2021,6,17,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125703,5,1623938400,2021,6,17,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125704,5,1623952800,2021,6,17,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125705,5,1623954600,2021,6,17,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125706,5,1623956400,2021,6,17,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125707,5,1623958200,2021,6,17,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125708,5,1623960000,2021,6,17,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125709,5,1623961800,2021,6,17,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125710,5,1623963600,2021,6,17,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125711,5,1623965400,2021,6,17,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125712,5,1624014000,2021,6,18,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125713,5,1624015800,2021,6,18,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125714,5,1624017600,2021,6,18,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125715,5,1624019400,2021,6,18,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125716,5,1624021200,2021,6,18,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125717,5,1624023000,2021,6,18,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125718,5,1624024800,2021,6,18,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125719,5,1624039200,2021,6,18,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125720,5,1624041000,2021,6,18,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125721,5,1624042800,2021,6,18,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125722,5,1624044600,2021,6,18,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125723,5,1624046400,2021,6,18,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125724,5,1624048200,2021,6,18,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125725,5,1624050000,2021,6,18,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125726,5,1624051800,2021,6,18,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125727,5,1624100400,2021,6,19,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125728,5,1624102200,2021,6,19,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125729,5,1624104000,2021,6,19,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125730,5,1624105800,2021,6,19,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125731,5,1624107600,2021,6,19,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125732,5,1624109400,2021,6,19,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125733,5,1624111200,2021,6,19,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125734,5,1624125600,2021,6,19,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125735,5,1624127400,2021,6,19,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125736,5,1624129200,2021,6,19,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125737,5,1624131000,2021,6,19,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125738,5,1624132800,2021,6,19,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125739,5,1624134600,2021,6,19,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125740,5,1624136400,2021,6,19,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125741,5,1624138200,2021,6,19,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125742,5,1624186800,2021,6,20,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125743,5,1624188600,2021,6,20,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125744,5,1624190400,2021,6,20,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125745,5,1624192200,2021,6,20,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125746,5,1624194000,2021,6,20,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125747,5,1624195800,2021,6,20,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125748,5,1624197600,2021,6,20,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125749,5,1624199400,2021,6,20,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125750,5,1624212000,2021,6,20,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125751,5,1624213800,2021,6,20,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125752,5,1624215600,2021,6,20,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125753,5,1624217400,2021,6,20,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125754,5,1624219200,2021,6,20,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125755,5,1624221000,2021,6,20,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125756,5,1624222800,2021,6,20,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125757,5,1624224600,2021,6,20,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125758,5,1624273200,2021,6,21,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125759,5,1624275000,2021,6,21,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125760,5,1624276800,2021,6,21,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125761,5,1624278600,2021,6,21,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125762,5,1624280400,2021,6,21,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125763,5,1624282200,2021,6,21,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125764,5,1624284000,2021,6,21,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125765,5,1624298400,2021,6,21,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125766,5,1624300200,2021,6,21,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125767,5,1624302000,2021,6,21,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125768,5,1624303800,2021,6,21,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125769,5,1624305600,2021,6,21,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125770,5,1624307400,2021,6,21,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125771,5,1624309200,2021,6,21,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125772,5,1624311000,2021,6,21,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125773,5,1624359600,2021,6,22,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125774,5,1624361400,2021,6,22,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125775,5,1624363200,2021,6,22,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125776,5,1624365000,2021,6,22,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125777,5,1624366800,2021,6,22,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125778,5,1624368600,2021,6,22,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125779,5,1624370400,2021,6,22,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125780,5,1624384800,2021,6,22,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125781,5,1624386600,2021,6,22,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125782,5,1624388400,2021,6,22,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125783,5,1624390200,2021,6,22,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125784,5,1624392000,2021,6,22,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125785,5,1624393800,2021,6,22,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125786,5,1624395600,2021,6,22,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125787,5,1624397400,2021,6,22,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125788,5,1624446000,2021,6,23,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125789,5,1624447800,2021,6,23,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125790,5,1624449600,2021,6,23,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125791,5,1624451400,2021,6,23,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125792,5,1624453200,2021,6,23,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125793,5,1624455000,2021,6,23,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125794,5,1624456800,2021,6,23,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125795,5,1624471200,2021,6,23,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125796,5,1624473000,2021,6,23,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125797,5,1624474800,2021,6,23,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125798,5,1624476600,2021,6,23,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125799,5,1624478400,2021,6,23,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125800,5,1624480200,2021,6,23,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125801,5,1624482000,2021,6,23,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125802,5,1624483800,2021,6,23,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125803,5,1624532400,2021,6,24,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125804,5,1624534200,2021,6,24,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125805,5,1624536000,2021,6,24,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125806,5,1624537800,2021,6,24,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125807,5,1624539600,2021,6,24,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125808,5,1624541400,2021,6,24,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125809,5,1624543200,2021,6,24,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125810,5,1624557600,2021,6,24,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125811,5,1624559400,2021,6,24,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125812,5,1624561200,2021,6,24,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125813,5,1624563000,2021,6,24,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125814,5,1624564800,2021,6,24,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125815,5,1624566600,2021,6,24,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125816,5,1624568400,2021,6,24,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125817,5,1624570200,2021,6,24,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125818,5,1624618800,2021,6,25,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125819,5,1624620600,2021,6,25,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125820,5,1624622400,2021,6,25,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125821,5,1624624200,2021,6,25,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125822,5,1624626000,2021,6,25,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125823,5,1624627800,2021,6,25,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125824,5,1624629600,2021,6,25,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125825,5,1624644000,2021,6,25,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125826,5,1624645800,2021,6,25,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125827,5,1624647600,2021,6,25,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125828,5,1624649400,2021,6,25,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125829,5,1624651200,2021,6,25,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125830,5,1624653000,2021,6,25,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125831,5,1624654800,2021,6,25,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125832,5,1624656600,2021,6,25,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125833,5,1624705200,2021,6,26,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125834,5,1624707000,2021,6,26,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125835,5,1624708800,2021,6,26,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125836,5,1624710600,2021,6,26,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125837,5,1624712400,2021,6,26,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125838,5,1624714200,2021,6,26,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125839,5,1624716000,2021,6,26,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125840,5,1624730400,2021,6,26,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125841,5,1624732200,2021,6,26,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125842,5,1624734000,2021,6,26,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125843,5,1624735800,2021,6,26,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125844,5,1624737600,2021,6,26,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125845,5,1624739400,2021,6,26,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125846,5,1624741200,2021,6,26,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125847,5,1624743000,2021,6,26,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125848,5,1624791600,2021,6,27,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125849,5,1624793400,2021,6,27,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125850,5,1624795200,2021,6,27,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125851,5,1624797000,2021,6,27,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125852,5,1624798800,2021,6,27,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125853,5,1624800600,2021,6,27,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125854,5,1624802400,2021,6,27,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125855,5,1624804200,2021,6,27,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125856,5,1624816800,2021,6,27,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125857,5,1624818600,2021,6,27,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125858,5,1624820400,2021,6,27,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125859,5,1624822200,2021,6,27,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125860,5,1624824000,2021,6,27,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125861,5,1624825800,2021,6,27,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125862,5,1624827600,2021,6,27,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125863,5,1624829400,2021,6,27,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125864,5,1624878000,2021,6,28,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125865,5,1624879800,2021,6,28,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125866,5,1624881600,2021,6,28,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125867,5,1624883400,2021,6,28,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125868,5,1624885200,2021,6,28,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125869,5,1624887000,2021,6,28,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125870,5,1624888800,2021,6,28,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125871,5,1624903200,2021,6,28,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125872,5,1624905000,2021,6,28,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125873,5,1624906800,2021,6,28,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125874,5,1624908600,2021,6,28,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125875,5,1624910400,2021,6,28,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125876,5,1624912200,2021,6,28,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125877,5,1624914000,2021,6,28,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125878,5,1624915800,2021,6,28,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125879,5,1624964400,2021,6,29,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125880,5,1624966200,2021,6,29,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125881,5,1624968000,2021,6,29,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125882,5,1624969800,2021,6,29,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125883,5,1624971600,2021,6,29,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125884,5,1624973400,2021,6,29,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125885,5,1624975200,2021,6,29,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125886,5,1624989600,2021,6,29,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125887,5,1624991400,2021,6,29,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125888,5,1624993200,2021,6,29,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125889,5,1624995000,2021,6,29,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125890,5,1624996800,2021,6,29,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125891,5,1624998600,2021,6,29,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125892,5,1625000400,2021,6,29,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125893,5,1625002200,2021,6,29,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(125894,5,1625050800,2021,6,30,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(125895,5,1625052600,2021,6,30,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(125896,5,1625054400,2021,6,30,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(125897,5,1625056200,2021,6,30,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(125898,5,1625058000,2021,6,30,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(125899,5,1625059800,2021,6,30,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(125900,5,1625061600,2021,6,30,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(125901,5,1625076000,2021,6,30,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(125902,5,1625077800,2021,6,30,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(125903,5,1625079600,2021,6,30,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(125904,5,1625081400,2021,6,30,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(125905,5,1625083200,2021,6,30,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(125906,5,1625085000,2021,6,30,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(125907,5,1625086800,2021,6,30,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(125908,5,1625088600,2021,6,30,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(125909,5,1625137200,2021,7,1,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(125910,5,1625139000,2021,7,1,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(125911,5,1625140800,2021,7,1,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(125912,5,1625142600,2021,7,1,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(125913,5,1625144400,2021,7,1,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(125914,5,1625146200,2021,7,1,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(125915,5,1625148000,2021,7,1,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(125916,5,1625162400,2021,7,1,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(125917,5,1625164200,2021,7,1,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(125918,5,1625166000,2021,7,1,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(125919,5,1625167800,2021,7,1,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(125920,5,1625169600,2021,7,1,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(125921,5,1625171400,2021,7,1,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(125922,5,1625173200,2021,7,1,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(125923,5,1625175000,2021,7,1,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(125924,5,1625223600,2021,7,2,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(125925,5,1625225400,2021,7,2,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(125926,5,1625227200,2021,7,2,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(125927,5,1625229000,2021,7,2,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(125928,5,1625230800,2021,7,2,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(125929,5,1625232600,2021,7,2,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(125930,5,1625234400,2021,7,2,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(125931,5,1625248800,2021,7,2,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(125932,5,1625250600,2021,7,2,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(125933,5,1625252400,2021,7,2,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(125934,5,1625254200,2021,7,2,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(125935,5,1625256000,2021,7,2,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(125936,5,1625257800,2021,7,2,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(125937,5,1625259600,2021,7,2,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(125938,5,1625261400,2021,7,2,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(125939,5,1625310000,2021,7,3,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(125940,5,1625311800,2021,7,3,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(125941,5,1625313600,2021,7,3,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(125942,5,1625315400,2021,7,3,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(125943,5,1625317200,2021,7,3,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(125944,5,1625319000,2021,7,3,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(125945,5,1625320800,2021,7,3,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(125946,5,1625335200,2021,7,3,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(125947,5,1625337000,2021,7,3,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(125948,5,1625338800,2021,7,3,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(125949,5,1625340600,2021,7,3,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(125950,5,1625342400,2021,7,3,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(125951,5,1625344200,2021,7,3,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(125952,5,1625346000,2021,7,3,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(125953,5,1625347800,2021,7,3,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(125954,5,1625396400,2021,7,4,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(125955,5,1625398200,2021,7,4,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(125956,5,1625400000,2021,7,4,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(125957,5,1625401800,2021,7,4,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(125958,5,1625403600,2021,7,4,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(125959,5,1625405400,2021,7,4,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(125960,5,1625407200,2021,7,4,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(125961,5,1625409000,2021,7,4,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(125962,5,1625421600,2021,7,4,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(125963,5,1625423400,2021,7,4,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(125964,5,1625425200,2021,7,4,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(125965,5,1625427000,2021,7,4,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(125966,5,1625428800,2021,7,4,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(125967,5,1625430600,2021,7,4,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(125968,5,1625432400,2021,7,4,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(125969,5,1625434200,2021,7,4,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(125970,5,1625482800,2021,7,5,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(125971,5,1625484600,2021,7,5,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(125972,5,1625486400,2021,7,5,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(125973,5,1625488200,2021,7,5,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(125974,5,1625490000,2021,7,5,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(125975,5,1625491800,2021,7,5,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(125976,5,1625493600,2021,7,5,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(125977,5,1625508000,2021,7,5,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(125978,5,1625509800,2021,7,5,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(125979,5,1625511600,2021,7,5,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(125980,5,1625513400,2021,7,5,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(125981,5,1625515200,2021,7,5,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(125982,5,1625517000,2021,7,5,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(125983,5,1625518800,2021,7,5,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(125984,5,1625520600,2021,7,5,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(125985,5,1625569200,2021,7,6,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(125986,5,1625571000,2021,7,6,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(125987,5,1625572800,2021,7,6,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(125988,5,1625574600,2021,7,6,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(125989,5,1625576400,2021,7,6,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(125990,5,1625578200,2021,7,6,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(125991,5,1625580000,2021,7,6,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(125992,5,1625594400,2021,7,6,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(125993,5,1625596200,2021,7,6,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(125994,5,1625598000,2021,7,6,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(125995,5,1625599800,2021,7,6,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(125996,5,1625601600,2021,7,6,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(125997,5,1625603400,2021,7,6,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(125998,5,1625605200,2021,7,6,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(125999,5,1625607000,2021,7,6,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126000,5,1625655600,2021,7,7,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126001,5,1625657400,2021,7,7,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126002,5,1625659200,2021,7,7,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126003,5,1625661000,2021,7,7,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126004,5,1625662800,2021,7,7,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126005,5,1625664600,2021,7,7,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126006,5,1625666400,2021,7,7,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126007,5,1625680800,2021,7,7,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126008,5,1625682600,2021,7,7,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126009,5,1625684400,2021,7,7,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126010,5,1625686200,2021,7,7,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126011,5,1625688000,2021,7,7,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126012,5,1625689800,2021,7,7,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126013,5,1625691600,2021,7,7,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126014,5,1625693400,2021,7,7,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126015,5,1625742000,2021,7,8,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126016,5,1625743800,2021,7,8,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126017,5,1625745600,2021,7,8,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126018,5,1625747400,2021,7,8,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126019,5,1625749200,2021,7,8,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126020,5,1625751000,2021,7,8,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126021,5,1625752800,2021,7,8,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126022,5,1625767200,2021,7,8,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126023,5,1625769000,2021,7,8,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126024,5,1625770800,2021,7,8,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126025,5,1625772600,2021,7,8,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126026,5,1625774400,2021,7,8,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126027,5,1625776200,2021,7,8,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126028,5,1625778000,2021,7,8,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126029,5,1625779800,2021,7,8,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126030,5,1625828400,2021,7,9,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126031,5,1625830200,2021,7,9,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126032,5,1625832000,2021,7,9,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126033,5,1625833800,2021,7,9,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126034,5,1625835600,2021,7,9,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126035,5,1625837400,2021,7,9,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126036,5,1625839200,2021,7,9,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126037,5,1625853600,2021,7,9,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126038,5,1625855400,2021,7,9,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126039,5,1625857200,2021,7,9,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126040,5,1625859000,2021,7,9,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126041,5,1625860800,2021,7,9,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126042,5,1625862600,2021,7,9,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126043,5,1625864400,2021,7,9,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126044,5,1625866200,2021,7,9,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126045,5,1625914800,2021,7,10,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126046,5,1625916600,2021,7,10,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126047,5,1625918400,2021,7,10,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126048,5,1625920200,2021,7,10,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126049,5,1625922000,2021,7,10,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126050,5,1625923800,2021,7,10,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126051,5,1625925600,2021,7,10,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126052,5,1625940000,2021,7,10,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126053,5,1625941800,2021,7,10,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126054,5,1625943600,2021,7,10,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126055,5,1625945400,2021,7,10,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126056,5,1625947200,2021,7,10,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126057,5,1625949000,2021,7,10,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126058,5,1625950800,2021,7,10,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126059,5,1625952600,2021,7,10,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126060,5,1626001200,2021,7,11,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126061,5,1626003000,2021,7,11,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126062,5,1626004800,2021,7,11,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126063,5,1626006600,2021,7,11,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126064,5,1626008400,2021,7,11,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126065,5,1626010200,2021,7,11,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126066,5,1626012000,2021,7,11,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126067,5,1626013800,2021,7,11,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126068,5,1626026400,2021,7,11,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126069,5,1626028200,2021,7,11,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126070,5,1626030000,2021,7,11,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126071,5,1626031800,2021,7,11,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126072,5,1626033600,2021,7,11,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126073,5,1626035400,2021,7,11,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126074,5,1626037200,2021,7,11,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126075,5,1626039000,2021,7,11,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126076,5,1626087600,2021,7,12,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126077,5,1626089400,2021,7,12,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126078,5,1626091200,2021,7,12,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126079,5,1626093000,2021,7,12,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126080,5,1626094800,2021,7,12,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126081,5,1626096600,2021,7,12,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126082,5,1626098400,2021,7,12,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126083,5,1626112800,2021,7,12,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126084,5,1626114600,2021,7,12,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126085,5,1626116400,2021,7,12,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126086,5,1626118200,2021,7,12,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126087,5,1626120000,2021,7,12,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126088,5,1626121800,2021,7,12,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126089,5,1626123600,2021,7,12,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126090,5,1626125400,2021,7,12,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126091,5,1626174000,2021,7,13,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126092,5,1626175800,2021,7,13,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126093,5,1626177600,2021,7,13,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126094,5,1626179400,2021,7,13,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126095,5,1626181200,2021,7,13,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126096,5,1626183000,2021,7,13,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126097,5,1626184800,2021,7,13,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126098,5,1626199200,2021,7,13,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126099,5,1626201000,2021,7,13,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126100,5,1626202800,2021,7,13,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126101,5,1626204600,2021,7,13,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126102,5,1626206400,2021,7,13,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126103,5,1626208200,2021,7,13,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126104,5,1626210000,2021,7,13,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126105,5,1626211800,2021,7,13,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126106,5,1626260400,2021,7,14,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126107,5,1626262200,2021,7,14,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126108,5,1626264000,2021,7,14,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126109,5,1626265800,2021,7,14,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126110,5,1626267600,2021,7,14,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126111,5,1626269400,2021,7,14,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126112,5,1626271200,2021,7,14,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126113,5,1626285600,2021,7,14,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126114,5,1626287400,2021,7,14,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126115,5,1626289200,2021,7,14,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126116,5,1626291000,2021,7,14,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126117,5,1626292800,2021,7,14,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126118,5,1626294600,2021,7,14,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126119,5,1626296400,2021,7,14,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126120,5,1626298200,2021,7,14,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126121,5,1626346800,2021,7,15,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126122,5,1626348600,2021,7,15,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126123,5,1626350400,2021,7,15,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126124,5,1626352200,2021,7,15,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126125,5,1626354000,2021,7,15,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126126,5,1626355800,2021,7,15,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126127,5,1626357600,2021,7,15,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126128,5,1626372000,2021,7,15,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126129,5,1626373800,2021,7,15,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126130,5,1626375600,2021,7,15,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126131,5,1626377400,2021,7,15,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126132,5,1626379200,2021,7,15,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126133,5,1626381000,2021,7,15,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126134,5,1626382800,2021,7,15,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126135,5,1626384600,2021,7,15,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126136,5,1626433200,2021,7,16,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126137,5,1626435000,2021,7,16,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126138,5,1626436800,2021,7,16,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126139,5,1626438600,2021,7,16,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126140,5,1626440400,2021,7,16,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126141,5,1626442200,2021,7,16,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126142,5,1626444000,2021,7,16,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126143,5,1626458400,2021,7,16,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126144,5,1626460200,2021,7,16,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126145,5,1626462000,2021,7,16,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126146,5,1626463800,2021,7,16,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126147,5,1626465600,2021,7,16,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126148,5,1626467400,2021,7,16,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126149,5,1626469200,2021,7,16,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126150,5,1626471000,2021,7,16,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126151,5,1626519600,2021,7,17,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126152,5,1626521400,2021,7,17,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126153,5,1626523200,2021,7,17,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126154,5,1626525000,2021,7,17,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126155,5,1626526800,2021,7,17,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126156,5,1626528600,2021,7,17,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126157,5,1626530400,2021,7,17,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126158,5,1626544800,2021,7,17,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126159,5,1626546600,2021,7,17,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126160,5,1626548400,2021,7,17,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126161,5,1626550200,2021,7,17,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126162,5,1626552000,2021,7,17,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126163,5,1626553800,2021,7,17,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126164,5,1626555600,2021,7,17,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126165,5,1626557400,2021,7,17,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126166,5,1626606000,2021,7,18,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126167,5,1626607800,2021,7,18,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126168,5,1626609600,2021,7,18,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126169,5,1626611400,2021,7,18,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126170,5,1626613200,2021,7,18,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126171,5,1626615000,2021,7,18,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126172,5,1626616800,2021,7,18,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126173,5,1626618600,2021,7,18,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126174,5,1626631200,2021,7,18,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126175,5,1626633000,2021,7,18,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126176,5,1626634800,2021,7,18,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126177,5,1626636600,2021,7,18,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126178,5,1626638400,2021,7,18,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126179,5,1626640200,2021,7,18,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126180,5,1626642000,2021,7,18,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126181,5,1626643800,2021,7,18,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126182,5,1626692400,2021,7,19,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126183,5,1626694200,2021,7,19,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126184,5,1626696000,2021,7,19,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126185,5,1626697800,2021,7,19,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126186,5,1626699600,2021,7,19,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126187,5,1626701400,2021,7,19,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126188,5,1626703200,2021,7,19,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126189,5,1626717600,2021,7,19,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126190,5,1626719400,2021,7,19,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126191,5,1626721200,2021,7,19,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126192,5,1626723000,2021,7,19,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126193,5,1626724800,2021,7,19,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126194,5,1626726600,2021,7,19,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126195,5,1626728400,2021,7,19,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126196,5,1626730200,2021,7,19,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126197,5,1626778800,2021,7,20,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126198,5,1626780600,2021,7,20,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126199,5,1626782400,2021,7,20,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126200,5,1626784200,2021,7,20,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126201,5,1626786000,2021,7,20,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126202,5,1626787800,2021,7,20,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126203,5,1626789600,2021,7,20,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126204,5,1626804000,2021,7,20,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126205,5,1626805800,2021,7,20,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126206,5,1626807600,2021,7,20,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126207,5,1626809400,2021,7,20,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126208,5,1626811200,2021,7,20,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126209,5,1626813000,2021,7,20,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126210,5,1626814800,2021,7,20,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126211,5,1626816600,2021,7,20,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126212,5,1626865200,2021,7,21,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126213,5,1626867000,2021,7,21,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126214,5,1626868800,2021,7,21,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126215,5,1626870600,2021,7,21,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126216,5,1626872400,2021,7,21,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126217,5,1626874200,2021,7,21,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126218,5,1626876000,2021,7,21,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126219,5,1626890400,2021,7,21,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126220,5,1626892200,2021,7,21,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126221,5,1626894000,2021,7,21,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126222,5,1626895800,2021,7,21,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126223,5,1626897600,2021,7,21,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126224,5,1626899400,2021,7,21,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126225,5,1626901200,2021,7,21,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126226,5,1626903000,2021,7,21,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126227,5,1626951600,2021,7,22,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126228,5,1626953400,2021,7,22,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126229,5,1626955200,2021,7,22,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126230,5,1626957000,2021,7,22,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126231,5,1626958800,2021,7,22,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126232,5,1626960600,2021,7,22,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126233,5,1626962400,2021,7,22,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126234,5,1626976800,2021,7,22,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126235,5,1626978600,2021,7,22,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126236,5,1626980400,2021,7,22,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126237,5,1626982200,2021,7,22,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126238,5,1626984000,2021,7,22,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126239,5,1626985800,2021,7,22,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126240,5,1626987600,2021,7,22,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126241,5,1626989400,2021,7,22,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126242,5,1627038000,2021,7,23,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126243,5,1627039800,2021,7,23,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126244,5,1627041600,2021,7,23,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126245,5,1627043400,2021,7,23,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126246,5,1627045200,2021,7,23,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126247,5,1627047000,2021,7,23,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126248,5,1627048800,2021,7,23,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126249,5,1627063200,2021,7,23,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126250,5,1627065000,2021,7,23,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126251,5,1627066800,2021,7,23,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126252,5,1627068600,2021,7,23,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126253,5,1627070400,2021,7,23,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126254,5,1627072200,2021,7,23,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126255,5,1627074000,2021,7,23,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126256,5,1627075800,2021,7,23,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126257,5,1627124400,2021,7,24,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126258,5,1627126200,2021,7,24,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126259,5,1627128000,2021,7,24,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126260,5,1627129800,2021,7,24,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126261,5,1627131600,2021,7,24,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126262,5,1627133400,2021,7,24,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126263,5,1627135200,2021,7,24,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126264,5,1627149600,2021,7,24,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126265,5,1627151400,2021,7,24,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126266,5,1627153200,2021,7,24,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126267,5,1627155000,2021,7,24,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126268,5,1627156800,2021,7,24,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126269,5,1627158600,2021,7,24,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126270,5,1627160400,2021,7,24,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126271,5,1627162200,2021,7,24,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126272,5,1627210800,2021,7,25,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126273,5,1627212600,2021,7,25,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126274,5,1627214400,2021,7,25,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126275,5,1627216200,2021,7,25,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126276,5,1627218000,2021,7,25,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126277,5,1627219800,2021,7,25,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126278,5,1627221600,2021,7,25,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126279,5,1627223400,2021,7,25,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126280,5,1627236000,2021,7,25,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126281,5,1627237800,2021,7,25,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126282,5,1627239600,2021,7,25,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126283,5,1627241400,2021,7,25,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126284,5,1627243200,2021,7,25,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126285,5,1627245000,2021,7,25,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126286,5,1627246800,2021,7,25,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126287,5,1627248600,2021,7,25,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126288,5,1627297200,2021,7,26,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126289,5,1627299000,2021,7,26,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126290,5,1627300800,2021,7,26,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126291,5,1627302600,2021,7,26,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126292,5,1627304400,2021,7,26,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126293,5,1627306200,2021,7,26,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126294,5,1627308000,2021,7,26,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126295,5,1627322400,2021,7,26,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126296,5,1627324200,2021,7,26,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126297,5,1627326000,2021,7,26,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126298,5,1627327800,2021,7,26,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126299,5,1627329600,2021,7,26,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126300,5,1627331400,2021,7,26,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126301,5,1627333200,2021,7,26,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126302,5,1627335000,2021,7,26,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126303,5,1627383600,2021,7,27,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126304,5,1627385400,2021,7,27,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126305,5,1627387200,2021,7,27,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126306,5,1627389000,2021,7,27,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126307,5,1627390800,2021,7,27,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126308,5,1627392600,2021,7,27,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126309,5,1627394400,2021,7,27,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126310,5,1627408800,2021,7,27,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126311,5,1627410600,2021,7,27,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126312,5,1627412400,2021,7,27,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126313,5,1627414200,2021,7,27,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126314,5,1627416000,2021,7,27,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126315,5,1627417800,2021,7,27,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126316,5,1627419600,2021,7,27,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126317,5,1627421400,2021,7,27,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126318,5,1627470000,2021,7,28,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126319,5,1627471800,2021,7,28,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126320,5,1627473600,2021,7,28,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126321,5,1627475400,2021,7,28,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126322,5,1627477200,2021,7,28,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126323,5,1627479000,2021,7,28,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126324,5,1627480800,2021,7,28,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126325,5,1627495200,2021,7,28,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126326,5,1627497000,2021,7,28,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126327,5,1627498800,2021,7,28,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126328,5,1627500600,2021,7,28,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126329,5,1627502400,2021,7,28,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126330,5,1627504200,2021,7,28,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126331,5,1627506000,2021,7,28,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126332,5,1627507800,2021,7,28,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126333,5,1627556400,2021,7,29,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126334,5,1627558200,2021,7,29,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126335,5,1627560000,2021,7,29,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126336,5,1627561800,2021,7,29,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126337,5,1627563600,2021,7,29,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126338,5,1627565400,2021,7,29,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126339,5,1627567200,2021,7,29,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126340,5,1627581600,2021,7,29,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126341,5,1627583400,2021,7,29,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126342,5,1627585200,2021,7,29,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126343,5,1627587000,2021,7,29,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126344,5,1627588800,2021,7,29,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126345,5,1627590600,2021,7,29,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126346,5,1627592400,2021,7,29,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126347,5,1627594200,2021,7,29,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126348,5,1627642800,2021,7,30,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126349,5,1627644600,2021,7,30,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126350,5,1627646400,2021,7,30,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126351,5,1627648200,2021,7,30,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126352,5,1627650000,2021,7,30,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126353,5,1627651800,2021,7,30,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126354,5,1627653600,2021,7,30,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126355,5,1627668000,2021,7,30,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126356,5,1627669800,2021,7,30,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126357,5,1627671600,2021,7,30,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126358,5,1627673400,2021,7,30,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126359,5,1627675200,2021,7,30,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126360,5,1627677000,2021,7,30,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126361,5,1627678800,2021,7,30,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126362,5,1627680600,2021,7,30,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126363,5,1627729200,2021,7,31,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126364,5,1627731000,2021,7,31,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126365,5,1627732800,2021,7,31,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126366,5,1627734600,2021,7,31,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126367,5,1627736400,2021,7,31,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126368,5,1627738200,2021,7,31,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126369,5,1627740000,2021,7,31,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126370,5,1627754400,2021,7,31,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126371,5,1627756200,2021,7,31,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126372,5,1627758000,2021,7,31,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126373,5,1627759800,2021,7,31,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126374,5,1627761600,2021,7,31,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126375,5,1627763400,2021,7,31,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126376,5,1627765200,2021,7,31,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126377,5,1627767000,2021,7,31,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126378,5,1627815600,2021,8,1,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126379,5,1627817400,2021,8,1,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126380,5,1627819200,2021,8,1,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126381,5,1627821000,2021,8,1,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126382,5,1627822800,2021,8,1,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126383,5,1627824600,2021,8,1,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126384,5,1627826400,2021,8,1,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126385,5,1627828200,2021,8,1,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126386,5,1627840800,2021,8,1,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126387,5,1627842600,2021,8,1,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126388,5,1627844400,2021,8,1,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126389,5,1627846200,2021,8,1,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126390,5,1627848000,2021,8,1,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126391,5,1627849800,2021,8,1,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126392,5,1627851600,2021,8,1,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126393,5,1627853400,2021,8,1,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126394,5,1627902000,2021,8,2,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126395,5,1627903800,2021,8,2,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126396,5,1627905600,2021,8,2,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126397,5,1627907400,2021,8,2,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126398,5,1627909200,2021,8,2,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126399,5,1627911000,2021,8,2,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126400,5,1627912800,2021,8,2,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126401,5,1627927200,2021,8,2,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126402,5,1627929000,2021,8,2,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126403,5,1627930800,2021,8,2,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126404,5,1627932600,2021,8,2,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126405,5,1627934400,2021,8,2,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126406,5,1627936200,2021,8,2,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126407,5,1627938000,2021,8,2,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126408,5,1627939800,2021,8,2,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126409,5,1627988400,2021,8,3,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126410,5,1627990200,2021,8,3,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126411,5,1627992000,2021,8,3,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126412,5,1627993800,2021,8,3,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126413,5,1627995600,2021,8,3,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126414,5,1627997400,2021,8,3,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126415,5,1627999200,2021,8,3,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126416,5,1628013600,2021,8,3,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126417,5,1628015400,2021,8,3,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126418,5,1628017200,2021,8,3,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126419,5,1628019000,2021,8,3,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126420,5,1628020800,2021,8,3,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126421,5,1628022600,2021,8,3,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126422,5,1628024400,2021,8,3,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126423,5,1628026200,2021,8,3,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126424,5,1628074800,2021,8,4,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126425,5,1628076600,2021,8,4,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126426,5,1628078400,2021,8,4,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126427,5,1628080200,2021,8,4,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126428,5,1628082000,2021,8,4,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126429,5,1628083800,2021,8,4,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126430,5,1628085600,2021,8,4,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126431,5,1628100000,2021,8,4,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126432,5,1628101800,2021,8,4,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126433,5,1628103600,2021,8,4,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126434,5,1628105400,2021,8,4,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126435,5,1628107200,2021,8,4,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126436,5,1628109000,2021,8,4,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126437,5,1628110800,2021,8,4,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126438,5,1628112600,2021,8,4,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126439,5,1628161200,2021,8,5,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126440,5,1628163000,2021,8,5,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126441,5,1628164800,2021,8,5,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126442,5,1628166600,2021,8,5,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126443,5,1628168400,2021,8,5,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126444,5,1628170200,2021,8,5,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126445,5,1628172000,2021,8,5,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126446,5,1628186400,2021,8,5,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126447,5,1628188200,2021,8,5,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126448,5,1628190000,2021,8,5,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126449,5,1628191800,2021,8,5,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126450,5,1628193600,2021,8,5,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126451,5,1628195400,2021,8,5,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126452,5,1628197200,2021,8,5,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126453,5,1628199000,2021,8,5,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126454,5,1628247600,2021,8,6,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126455,5,1628249400,2021,8,6,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126456,5,1628251200,2021,8,6,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126457,5,1628253000,2021,8,6,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126458,5,1628254800,2021,8,6,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126459,5,1628256600,2021,8,6,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126460,5,1628258400,2021,8,6,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126461,5,1628272800,2021,8,6,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126462,5,1628274600,2021,8,6,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126463,5,1628276400,2021,8,6,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126464,5,1628278200,2021,8,6,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126465,5,1628280000,2021,8,6,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126466,5,1628281800,2021,8,6,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126467,5,1628283600,2021,8,6,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126468,5,1628285400,2021,8,6,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126469,5,1628334000,2021,8,7,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126470,5,1628335800,2021,8,7,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126471,5,1628337600,2021,8,7,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126472,5,1628339400,2021,8,7,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126473,5,1628341200,2021,8,7,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126474,5,1628343000,2021,8,7,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126475,5,1628344800,2021,8,7,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126476,5,1628359200,2021,8,7,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126477,5,1628361000,2021,8,7,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126478,5,1628362800,2021,8,7,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126479,5,1628364600,2021,8,7,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126480,5,1628366400,2021,8,7,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126481,5,1628368200,2021,8,7,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126482,5,1628370000,2021,8,7,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126483,5,1628371800,2021,8,7,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126484,5,1628420400,2021,8,8,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126485,5,1628422200,2021,8,8,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126486,5,1628424000,2021,8,8,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126487,5,1628425800,2021,8,8,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126488,5,1628427600,2021,8,8,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126489,5,1628429400,2021,8,8,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126490,5,1628431200,2021,8,8,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126491,5,1628433000,2021,8,8,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126492,5,1628445600,2021,8,8,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126493,5,1628447400,2021,8,8,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126494,5,1628449200,2021,8,8,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126495,5,1628451000,2021,8,8,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126496,5,1628452800,2021,8,8,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126497,5,1628454600,2021,8,8,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126498,5,1628456400,2021,8,8,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126499,5,1628458200,2021,8,8,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126500,5,1628506800,2021,8,9,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126501,5,1628508600,2021,8,9,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126502,5,1628510400,2021,8,9,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126503,5,1628512200,2021,8,9,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126504,5,1628514000,2021,8,9,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126505,5,1628515800,2021,8,9,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126506,5,1628517600,2021,8,9,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126507,5,1628532000,2021,8,9,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126508,5,1628533800,2021,8,9,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126509,5,1628535600,2021,8,9,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126510,5,1628537400,2021,8,9,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126511,5,1628539200,2021,8,9,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126512,5,1628541000,2021,8,9,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126513,5,1628542800,2021,8,9,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126514,5,1628544600,2021,8,9,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126515,5,1628593200,2021,8,10,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126516,5,1628595000,2021,8,10,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126517,5,1628596800,2021,8,10,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126518,5,1628598600,2021,8,10,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126519,5,1628600400,2021,8,10,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126520,5,1628602200,2021,8,10,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126521,5,1628604000,2021,8,10,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126522,5,1628618400,2021,8,10,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126523,5,1628620200,2021,8,10,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126524,5,1628622000,2021,8,10,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126525,5,1628623800,2021,8,10,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126526,5,1628625600,2021,8,10,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126527,5,1628627400,2021,8,10,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126528,5,1628629200,2021,8,10,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126529,5,1628631000,2021,8,10,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126530,5,1628679600,2021,8,11,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126531,5,1628681400,2021,8,11,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126532,5,1628683200,2021,8,11,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126533,5,1628685000,2021,8,11,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126534,5,1628686800,2021,8,11,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126535,5,1628688600,2021,8,11,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126536,5,1628690400,2021,8,11,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126537,5,1628704800,2021,8,11,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126538,5,1628706600,2021,8,11,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126539,5,1628708400,2021,8,11,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126540,5,1628710200,2021,8,11,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126541,5,1628712000,2021,8,11,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126542,5,1628713800,2021,8,11,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126543,5,1628715600,2021,8,11,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126544,5,1628717400,2021,8,11,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126545,5,1628766000,2021,8,12,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126546,5,1628767800,2021,8,12,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126547,5,1628769600,2021,8,12,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126548,5,1628771400,2021,8,12,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126549,5,1628773200,2021,8,12,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126550,5,1628775000,2021,8,12,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126551,5,1628776800,2021,8,12,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126552,5,1628791200,2021,8,12,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126553,5,1628793000,2021,8,12,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126554,5,1628794800,2021,8,12,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126555,5,1628796600,2021,8,12,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126556,5,1628798400,2021,8,12,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126557,5,1628800200,2021,8,12,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126558,5,1628802000,2021,8,12,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126559,5,1628803800,2021,8,12,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126560,5,1628852400,2021,8,13,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126561,5,1628854200,2021,8,13,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126562,5,1628856000,2021,8,13,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126563,5,1628857800,2021,8,13,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126564,5,1628859600,2021,8,13,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126565,5,1628861400,2021,8,13,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126566,5,1628863200,2021,8,13,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126567,5,1628877600,2021,8,13,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126568,5,1628879400,2021,8,13,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126569,5,1628881200,2021,8,13,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126570,5,1628883000,2021,8,13,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126571,5,1628884800,2021,8,13,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126572,5,1628886600,2021,8,13,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126573,5,1628888400,2021,8,13,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126574,5,1628890200,2021,8,13,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126575,5,1628938800,2021,8,14,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126576,5,1628940600,2021,8,14,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126577,5,1628942400,2021,8,14,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126578,5,1628944200,2021,8,14,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126579,5,1628946000,2021,8,14,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126580,5,1628947800,2021,8,14,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126581,5,1628949600,2021,8,14,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126582,5,1628964000,2021,8,14,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126583,5,1628965800,2021,8,14,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126584,5,1628967600,2021,8,14,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126585,5,1628969400,2021,8,14,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126586,5,1628971200,2021,8,14,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126587,5,1628973000,2021,8,14,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126588,5,1628974800,2021,8,14,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126589,5,1628976600,2021,8,14,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126590,5,1629025200,2021,8,15,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126591,5,1629027000,2021,8,15,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126592,5,1629028800,2021,8,15,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126593,5,1629030600,2021,8,15,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126594,5,1629032400,2021,8,15,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126595,5,1629034200,2021,8,15,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126596,5,1629036000,2021,8,15,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126597,5,1629037800,2021,8,15,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126598,5,1629050400,2021,8,15,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126599,5,1629052200,2021,8,15,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126600,5,1629054000,2021,8,15,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126601,5,1629055800,2021,8,15,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126602,5,1629057600,2021,8,15,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126603,5,1629059400,2021,8,15,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126604,5,1629061200,2021,8,15,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126605,5,1629063000,2021,8,15,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126606,5,1629111600,2021,8,16,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126607,5,1629113400,2021,8,16,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126608,5,1629115200,2021,8,16,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126609,5,1629117000,2021,8,16,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126610,5,1629118800,2021,8,16,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126611,5,1629120600,2021,8,16,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126612,5,1629122400,2021,8,16,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126613,5,1629136800,2021,8,16,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126614,5,1629138600,2021,8,16,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126615,5,1629140400,2021,8,16,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126616,5,1629142200,2021,8,16,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126617,5,1629144000,2021,8,16,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126618,5,1629145800,2021,8,16,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126619,5,1629147600,2021,8,16,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126620,5,1629149400,2021,8,16,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126621,5,1629198000,2021,8,17,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126622,5,1629199800,2021,8,17,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126623,5,1629201600,2021,8,17,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126624,5,1629203400,2021,8,17,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126625,5,1629205200,2021,8,17,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126626,5,1629207000,2021,8,17,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126627,5,1629208800,2021,8,17,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126628,5,1629223200,2021,8,17,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126629,5,1629225000,2021,8,17,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126630,5,1629226800,2021,8,17,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126631,5,1629228600,2021,8,17,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126632,5,1629230400,2021,8,17,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126633,5,1629232200,2021,8,17,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126634,5,1629234000,2021,8,17,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126635,5,1629235800,2021,8,17,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126636,5,1629284400,2021,8,18,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126637,5,1629286200,2021,8,18,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126638,5,1629288000,2021,8,18,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126639,5,1629289800,2021,8,18,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126640,5,1629291600,2021,8,18,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126641,5,1629293400,2021,8,18,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126642,5,1629295200,2021,8,18,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126643,5,1629309600,2021,8,18,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126644,5,1629311400,2021,8,18,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126645,5,1629313200,2021,8,18,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126646,5,1629315000,2021,8,18,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126647,5,1629316800,2021,8,18,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126648,5,1629318600,2021,8,18,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126649,5,1629320400,2021,8,18,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126650,5,1629322200,2021,8,18,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126651,5,1629370800,2021,8,19,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126652,5,1629372600,2021,8,19,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126653,5,1629374400,2021,8,19,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126654,5,1629376200,2021,8,19,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126655,5,1629378000,2021,8,19,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126656,5,1629379800,2021,8,19,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126657,5,1629381600,2021,8,19,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126658,5,1629396000,2021,8,19,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126659,5,1629397800,2021,8,19,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126660,5,1629399600,2021,8,19,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126661,5,1629401400,2021,8,19,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126662,5,1629403200,2021,8,19,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126663,5,1629405000,2021,8,19,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126664,5,1629406800,2021,8,19,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126665,5,1629408600,2021,8,19,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126666,5,1629457200,2021,8,20,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126667,5,1629459000,2021,8,20,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126668,5,1629460800,2021,8,20,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126669,5,1629462600,2021,8,20,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126670,5,1629464400,2021,8,20,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126671,5,1629466200,2021,8,20,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126672,5,1629468000,2021,8,20,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126673,5,1629482400,2021,8,20,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126674,5,1629484200,2021,8,20,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126675,5,1629486000,2021,8,20,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126676,5,1629487800,2021,8,20,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126677,5,1629489600,2021,8,20,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126678,5,1629491400,2021,8,20,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126679,5,1629493200,2021,8,20,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126680,5,1629495000,2021,8,20,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126681,5,1629543600,2021,8,21,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126682,5,1629545400,2021,8,21,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126683,5,1629547200,2021,8,21,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126684,5,1629549000,2021,8,21,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126685,5,1629550800,2021,8,21,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126686,5,1629552600,2021,8,21,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126687,5,1629554400,2021,8,21,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126688,5,1629568800,2021,8,21,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126689,5,1629570600,2021,8,21,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126690,5,1629572400,2021,8,21,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126691,5,1629574200,2021,8,21,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126692,5,1629576000,2021,8,21,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126693,5,1629577800,2021,8,21,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126694,5,1629579600,2021,8,21,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126695,5,1629581400,2021,8,21,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126696,5,1629630000,2021,8,22,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126697,5,1629631800,2021,8,22,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126698,5,1629633600,2021,8,22,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126699,5,1629635400,2021,8,22,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126700,5,1629637200,2021,8,22,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126701,5,1629639000,2021,8,22,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126702,5,1629640800,2021,8,22,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126703,5,1629642600,2021,8,22,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126704,5,1629655200,2021,8,22,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126705,5,1629657000,2021,8,22,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126706,5,1629658800,2021,8,22,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126707,5,1629660600,2021,8,22,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126708,5,1629662400,2021,8,22,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126709,5,1629664200,2021,8,22,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126710,5,1629666000,2021,8,22,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126711,5,1629667800,2021,8,22,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126712,5,1629716400,2021,8,23,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126713,5,1629718200,2021,8,23,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126714,5,1629720000,2021,8,23,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126715,5,1629721800,2021,8,23,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126716,5,1629723600,2021,8,23,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126717,5,1629725400,2021,8,23,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126718,5,1629727200,2021,8,23,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126719,5,1629741600,2021,8,23,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126720,5,1629743400,2021,8,23,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126721,5,1629745200,2021,8,23,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126722,5,1629747000,2021,8,23,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126723,5,1629748800,2021,8,23,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126724,5,1629750600,2021,8,23,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126725,5,1629752400,2021,8,23,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126726,5,1629754200,2021,8,23,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126727,5,1629802800,2021,8,24,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126728,5,1629804600,2021,8,24,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126729,5,1629806400,2021,8,24,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126730,5,1629808200,2021,8,24,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126731,5,1629810000,2021,8,24,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126732,5,1629811800,2021,8,24,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126733,5,1629813600,2021,8,24,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126734,5,1629828000,2021,8,24,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126735,5,1629829800,2021,8,24,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126736,5,1629831600,2021,8,24,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126737,5,1629833400,2021,8,24,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126738,5,1629835200,2021,8,24,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126739,5,1629837000,2021,8,24,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126740,5,1629838800,2021,8,24,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126741,5,1629840600,2021,8,24,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126742,5,1629889200,2021,8,25,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126743,5,1629891000,2021,8,25,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126744,5,1629892800,2021,8,25,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126745,5,1629894600,2021,8,25,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126746,5,1629896400,2021,8,25,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126747,5,1629898200,2021,8,25,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126748,5,1629900000,2021,8,25,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126749,5,1629914400,2021,8,25,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126750,5,1629916200,2021,8,25,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126751,5,1629918000,2021,8,25,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126752,5,1629919800,2021,8,25,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126753,5,1629921600,2021,8,25,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126754,5,1629923400,2021,8,25,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126755,5,1629925200,2021,8,25,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126756,5,1629927000,2021,8,25,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126757,5,1629975600,2021,8,26,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126758,5,1629977400,2021,8,26,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126759,5,1629979200,2021,8,26,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126760,5,1629981000,2021,8,26,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126761,5,1629982800,2021,8,26,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126762,5,1629984600,2021,8,26,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126763,5,1629986400,2021,8,26,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126764,5,1630000800,2021,8,26,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126765,5,1630002600,2021,8,26,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126766,5,1630004400,2021,8,26,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126767,5,1630006200,2021,8,26,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126768,5,1630008000,2021,8,26,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126769,5,1630009800,2021,8,26,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126770,5,1630011600,2021,8,26,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126771,5,1630013400,2021,8,26,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126772,5,1630062000,2021,8,27,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126773,5,1630063800,2021,8,27,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126774,5,1630065600,2021,8,27,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126775,5,1630067400,2021,8,27,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126776,5,1630069200,2021,8,27,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126777,5,1630071000,2021,8,27,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126778,5,1630072800,2021,8,27,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126779,5,1630087200,2021,8,27,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126780,5,1630089000,2021,8,27,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126781,5,1630090800,2021,8,27,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126782,5,1630092600,2021,8,27,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126783,5,1630094400,2021,8,27,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126784,5,1630096200,2021,8,27,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126785,5,1630098000,2021,8,27,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126786,5,1630099800,2021,8,27,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126787,5,1630148400,2021,8,28,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126788,5,1630150200,2021,8,28,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126789,5,1630152000,2021,8,28,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126790,5,1630153800,2021,8,28,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126791,5,1630155600,2021,8,28,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126792,5,1630157400,2021,8,28,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126793,5,1630159200,2021,8,28,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126794,5,1630173600,2021,8,28,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126795,5,1630175400,2021,8,28,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126796,5,1630177200,2021,8,28,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126797,5,1630179000,2021,8,28,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126798,5,1630180800,2021,8,28,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126799,5,1630182600,2021,8,28,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126800,5,1630184400,2021,8,28,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126801,5,1630186200,2021,8,28,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126802,5,1630234800,2021,8,29,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126803,5,1630236600,2021,8,29,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126804,5,1630238400,2021,8,29,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126805,5,1630240200,2021,8,29,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126806,5,1630242000,2021,8,29,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126807,5,1630243800,2021,8,29,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126808,5,1630245600,2021,8,29,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126809,5,1630247400,2021,8,29,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126810,5,1630260000,2021,8,29,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126811,5,1630261800,2021,8,29,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126812,5,1630263600,2021,8,29,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126813,5,1630265400,2021,8,29,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126814,5,1630267200,2021,8,29,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126815,5,1630269000,2021,8,29,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126816,5,1630270800,2021,8,29,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126817,5,1630272600,2021,8,29,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126818,5,1630321200,2021,8,30,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126819,5,1630323000,2021,8,30,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126820,5,1630324800,2021,8,30,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126821,5,1630326600,2021,8,30,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126822,5,1630328400,2021,8,30,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126823,5,1630330200,2021,8,30,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126824,5,1630332000,2021,8,30,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126825,5,1630346400,2021,8,30,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126826,5,1630348200,2021,8,30,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126827,5,1630350000,2021,8,30,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126828,5,1630351800,2021,8,30,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126829,5,1630353600,2021,8,30,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126830,5,1630355400,2021,8,30,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126831,5,1630357200,2021,8,30,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126832,5,1630359000,2021,8,30,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126833,5,1630407600,2021,8,31,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126834,5,1630409400,2021,8,31,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126835,5,1630411200,2021,8,31,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126836,5,1630413000,2021,8,31,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126837,5,1630414800,2021,8,31,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126838,5,1630416600,2021,8,31,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126839,5,1630418400,2021,8,31,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126840,5,1630432800,2021,8,31,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126841,5,1630434600,2021,8,31,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126842,5,1630436400,2021,8,31,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126843,5,1630438200,2021,8,31,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126844,5,1630440000,2021,8,31,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126845,5,1630441800,2021,8,31,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126846,5,1630443600,2021,8,31,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126847,5,1630445400,2021,8,31,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126848,5,1630494000,2021,9,1,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126849,5,1630495800,2021,9,1,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126850,5,1630497600,2021,9,1,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126851,5,1630499400,2021,9,1,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126852,5,1630501200,2021,9,1,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126853,5,1630503000,2021,9,1,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126854,5,1630504800,2021,9,1,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126855,5,1630519200,2021,9,1,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126856,5,1630521000,2021,9,1,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126857,5,1630522800,2021,9,1,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126858,5,1630524600,2021,9,1,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126859,5,1630526400,2021,9,1,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126860,5,1630528200,2021,9,1,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126861,5,1630530000,2021,9,1,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126862,5,1630531800,2021,9,1,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126863,5,1630580400,2021,9,2,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126864,5,1630582200,2021,9,2,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126865,5,1630584000,2021,9,2,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126866,5,1630585800,2021,9,2,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126867,5,1630587600,2021,9,2,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126868,5,1630589400,2021,9,2,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126869,5,1630591200,2021,9,2,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126870,5,1630605600,2021,9,2,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126871,5,1630607400,2021,9,2,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126872,5,1630609200,2021,9,2,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126873,5,1630611000,2021,9,2,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126874,5,1630612800,2021,9,2,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126875,5,1630614600,2021,9,2,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126876,5,1630616400,2021,9,2,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126877,5,1630618200,2021,9,2,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126878,5,1630666800,2021,9,3,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126879,5,1630668600,2021,9,3,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126880,5,1630670400,2021,9,3,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126881,5,1630672200,2021,9,3,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126882,5,1630674000,2021,9,3,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126883,5,1630675800,2021,9,3,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126884,5,1630677600,2021,9,3,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126885,5,1630692000,2021,9,3,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126886,5,1630693800,2021,9,3,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126887,5,1630695600,2021,9,3,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126888,5,1630697400,2021,9,3,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126889,5,1630699200,2021,9,3,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126890,5,1630701000,2021,9,3,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126891,5,1630702800,2021,9,3,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126892,5,1630704600,2021,9,3,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126893,5,1630753200,2021,9,4,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(126894,5,1630755000,2021,9,4,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(126895,5,1630756800,2021,9,4,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(126896,5,1630758600,2021,9,4,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(126897,5,1630760400,2021,9,4,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(126898,5,1630762200,2021,9,4,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(126899,5,1630764000,2021,9,4,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(126900,5,1630778400,2021,9,4,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(126901,5,1630780200,2021,9,4,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(126902,5,1630782000,2021,9,4,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(126903,5,1630783800,2021,9,4,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(126904,5,1630785600,2021,9,4,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(126905,5,1630787400,2021,9,4,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(126906,5,1630789200,2021,9,4,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(126907,5,1630791000,2021,9,4,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(126908,5,1630839600,2021,9,5,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(126909,5,1630841400,2021,9,5,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(126910,5,1630843200,2021,9,5,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(126911,5,1630845000,2021,9,5,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(126912,5,1630846800,2021,9,5,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(126913,5,1630848600,2021,9,5,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(126914,5,1630850400,2021,9,5,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(126915,5,1630852200,2021,9,5,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(126916,5,1630864800,2021,9,5,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(126917,5,1630866600,2021,9,5,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(126918,5,1630868400,2021,9,5,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(126919,5,1630870200,2021,9,5,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(126920,5,1630872000,2021,9,5,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(126921,5,1630873800,2021,9,5,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(126922,5,1630875600,2021,9,5,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(126923,5,1630877400,2021,9,5,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(126924,5,1630926000,2021,9,6,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(126925,5,1630927800,2021,9,6,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(126926,5,1630929600,2021,9,6,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(126927,5,1630931400,2021,9,6,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(126928,5,1630933200,2021,9,6,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(126929,5,1630935000,2021,9,6,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(126930,5,1630936800,2021,9,6,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(126931,5,1630951200,2021,9,6,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(126932,5,1630953000,2021,9,6,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(126933,5,1630954800,2021,9,6,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(126934,5,1630956600,2021,9,6,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(126935,5,1630958400,2021,9,6,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(126936,5,1630960200,2021,9,6,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(126937,5,1630962000,2021,9,6,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(126938,5,1630963800,2021,9,6,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(126939,5,1631012400,2021,9,7,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(126940,5,1631014200,2021,9,7,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(126941,5,1631016000,2021,9,7,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(126942,5,1631017800,2021,9,7,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(126943,5,1631019600,2021,9,7,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(126944,5,1631021400,2021,9,7,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(126945,5,1631023200,2021,9,7,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(126946,5,1631037600,2021,9,7,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(126947,5,1631039400,2021,9,7,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(126948,5,1631041200,2021,9,7,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(126949,5,1631043000,2021,9,7,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(126950,5,1631044800,2021,9,7,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(126951,5,1631046600,2021,9,7,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(126952,5,1631048400,2021,9,7,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(126953,5,1631050200,2021,9,7,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(126954,5,1631098800,2021,9,8,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(126955,5,1631100600,2021,9,8,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(126956,5,1631102400,2021,9,8,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(126957,5,1631104200,2021,9,8,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(126958,5,1631106000,2021,9,8,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(126959,5,1631107800,2021,9,8,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(126960,5,1631109600,2021,9,8,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(126961,5,1631124000,2021,9,8,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(126962,5,1631125800,2021,9,8,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(126963,5,1631127600,2021,9,8,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(126964,5,1631129400,2021,9,8,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(126965,5,1631131200,2021,9,8,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(126966,5,1631133000,2021,9,8,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(126967,5,1631134800,2021,9,8,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(126968,5,1631136600,2021,9,8,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(126969,5,1631185200,2021,9,9,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(126970,5,1631187000,2021,9,9,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(126971,5,1631188800,2021,9,9,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(126972,5,1631190600,2021,9,9,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(126973,5,1631192400,2021,9,9,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(126974,5,1631194200,2021,9,9,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(126975,5,1631196000,2021,9,9,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(126976,5,1631210400,2021,9,9,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(126977,5,1631212200,2021,9,9,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(126978,5,1631214000,2021,9,9,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(126979,5,1631215800,2021,9,9,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(126980,5,1631217600,2021,9,9,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(126981,5,1631219400,2021,9,9,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(126982,5,1631221200,2021,9,9,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(126983,5,1631223000,2021,9,9,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(126984,5,1631271600,2021,9,10,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(126985,5,1631273400,2021,9,10,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(126986,5,1631275200,2021,9,10,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(126987,5,1631277000,2021,9,10,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(126988,5,1631278800,2021,9,10,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(126989,5,1631280600,2021,9,10,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(126990,5,1631282400,2021,9,10,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(126991,5,1631296800,2021,9,10,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(126992,5,1631298600,2021,9,10,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(126993,5,1631300400,2021,9,10,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(126994,5,1631302200,2021,9,10,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(126995,5,1631304000,2021,9,10,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(126996,5,1631305800,2021,9,10,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(126997,5,1631307600,2021,9,10,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(126998,5,1631309400,2021,9,10,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(126999,5,1631358000,2021,9,11,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127000,5,1631359800,2021,9,11,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127001,5,1631361600,2021,9,11,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127002,5,1631363400,2021,9,11,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127003,5,1631365200,2021,9,11,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127004,5,1631367000,2021,9,11,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127005,5,1631368800,2021,9,11,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127006,5,1631383200,2021,9,11,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127007,5,1631385000,2021,9,11,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127008,5,1631386800,2021,9,11,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127009,5,1631388600,2021,9,11,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127010,5,1631390400,2021,9,11,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127011,5,1631392200,2021,9,11,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127012,5,1631394000,2021,9,11,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127013,5,1631395800,2021,9,11,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127014,5,1631444400,2021,9,12,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127015,5,1631446200,2021,9,12,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127016,5,1631448000,2021,9,12,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127017,5,1631449800,2021,9,12,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127018,5,1631451600,2021,9,12,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127019,5,1631453400,2021,9,12,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127020,5,1631455200,2021,9,12,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127021,5,1631457000,2021,9,12,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127022,5,1631469600,2021,9,12,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127023,5,1631471400,2021,9,12,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127024,5,1631473200,2021,9,12,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127025,5,1631475000,2021,9,12,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127026,5,1631476800,2021,9,12,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127027,5,1631478600,2021,9,12,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127028,5,1631480400,2021,9,12,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127029,5,1631482200,2021,9,12,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127030,5,1631530800,2021,9,13,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127031,5,1631532600,2021,9,13,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127032,5,1631534400,2021,9,13,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127033,5,1631536200,2021,9,13,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127034,5,1631538000,2021,9,13,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127035,5,1631539800,2021,9,13,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127036,5,1631541600,2021,9,13,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127037,5,1631556000,2021,9,13,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127038,5,1631557800,2021,9,13,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127039,5,1631559600,2021,9,13,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127040,5,1631561400,2021,9,13,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127041,5,1631563200,2021,9,13,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127042,5,1631565000,2021,9,13,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127043,5,1631566800,2021,9,13,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127044,5,1631568600,2021,9,13,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127045,5,1631617200,2021,9,14,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127046,5,1631619000,2021,9,14,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127047,5,1631620800,2021,9,14,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127048,5,1631622600,2021,9,14,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127049,5,1631624400,2021,9,14,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127050,5,1631626200,2021,9,14,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127051,5,1631628000,2021,9,14,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127052,5,1631642400,2021,9,14,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127053,5,1631644200,2021,9,14,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127054,5,1631646000,2021,9,14,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127055,5,1631647800,2021,9,14,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127056,5,1631649600,2021,9,14,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127057,5,1631651400,2021,9,14,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127058,5,1631653200,2021,9,14,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127059,5,1631655000,2021,9,14,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127060,5,1631703600,2021,9,15,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127061,5,1631705400,2021,9,15,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127062,5,1631707200,2021,9,15,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127063,5,1631709000,2021,9,15,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127064,5,1631710800,2021,9,15,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127065,5,1631712600,2021,9,15,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127066,5,1631714400,2021,9,15,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127067,5,1631728800,2021,9,15,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127068,5,1631730600,2021,9,15,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127069,5,1631732400,2021,9,15,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127070,5,1631734200,2021,9,15,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127071,5,1631736000,2021,9,15,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127072,5,1631737800,2021,9,15,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127073,5,1631739600,2021,9,15,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127074,5,1631741400,2021,9,15,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127075,5,1631790000,2021,9,16,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127076,5,1631791800,2021,9,16,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127077,5,1631793600,2021,9,16,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127078,5,1631795400,2021,9,16,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127079,5,1631797200,2021,9,16,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127080,5,1631799000,2021,9,16,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127081,5,1631800800,2021,9,16,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127082,5,1631815200,2021,9,16,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127083,5,1631817000,2021,9,16,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127084,5,1631818800,2021,9,16,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127085,5,1631820600,2021,9,16,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127086,5,1631822400,2021,9,16,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127087,5,1631824200,2021,9,16,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127088,5,1631826000,2021,9,16,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127089,5,1631827800,2021,9,16,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127090,5,1631876400,2021,9,17,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127091,5,1631878200,2021,9,17,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127092,5,1631880000,2021,9,17,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127093,5,1631881800,2021,9,17,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127094,5,1631883600,2021,9,17,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127095,5,1631885400,2021,9,17,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127096,5,1631887200,2021,9,17,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127097,5,1631901600,2021,9,17,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127098,5,1631903400,2021,9,17,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127099,5,1631905200,2021,9,17,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127100,5,1631907000,2021,9,17,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127101,5,1631908800,2021,9,17,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127102,5,1631910600,2021,9,17,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127103,5,1631912400,2021,9,17,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127104,5,1631914200,2021,9,17,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127105,5,1631962800,2021,9,18,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127106,5,1631964600,2021,9,18,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127107,5,1631966400,2021,9,18,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127108,5,1631968200,2021,9,18,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127109,5,1631970000,2021,9,18,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127110,5,1631971800,2021,9,18,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127111,5,1631973600,2021,9,18,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127112,5,1631988000,2021,9,18,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127113,5,1631989800,2021,9,18,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127114,5,1631991600,2021,9,18,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127115,5,1631993400,2021,9,18,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127116,5,1631995200,2021,9,18,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127117,5,1631997000,2021,9,18,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127118,5,1631998800,2021,9,18,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127119,5,1632000600,2021,9,18,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127120,5,1632049200,2021,9,19,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127121,5,1632051000,2021,9,19,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127122,5,1632052800,2021,9,19,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127123,5,1632054600,2021,9,19,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127124,5,1632056400,2021,9,19,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127125,5,1632058200,2021,9,19,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127126,5,1632060000,2021,9,19,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127127,5,1632061800,2021,9,19,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127128,5,1632074400,2021,9,19,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127129,5,1632076200,2021,9,19,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127130,5,1632078000,2021,9,19,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127131,5,1632079800,2021,9,19,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127132,5,1632081600,2021,9,19,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127133,5,1632083400,2021,9,19,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127134,5,1632085200,2021,9,19,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127135,5,1632087000,2021,9,19,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127136,5,1632135600,2021,9,20,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127137,5,1632137400,2021,9,20,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127138,5,1632139200,2021,9,20,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127139,5,1632141000,2021,9,20,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127140,5,1632142800,2021,9,20,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127141,5,1632144600,2021,9,20,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127142,5,1632146400,2021,9,20,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127143,5,1632160800,2021,9,20,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127144,5,1632162600,2021,9,20,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127145,5,1632164400,2021,9,20,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127146,5,1632166200,2021,9,20,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127147,5,1632168000,2021,9,20,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127148,5,1632169800,2021,9,20,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127149,5,1632171600,2021,9,20,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127150,5,1632173400,2021,9,20,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127151,5,1632222000,2021,9,21,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127152,5,1632223800,2021,9,21,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127153,5,1632225600,2021,9,21,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127154,5,1632227400,2021,9,21,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127155,5,1632229200,2021,9,21,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127156,5,1632231000,2021,9,21,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127157,5,1632232800,2021,9,21,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127158,5,1632247200,2021,9,21,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127159,5,1632249000,2021,9,21,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127160,5,1632250800,2021,9,21,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127161,5,1632252600,2021,9,21,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127162,5,1632254400,2021,9,21,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127163,5,1632256200,2021,9,21,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127164,5,1632258000,2021,9,21,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127165,5,1632259800,2021,9,21,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127166,5,1632308400,2021,9,22,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127167,5,1632310200,2021,9,22,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127168,5,1632312000,2021,9,22,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127169,5,1632313800,2021,9,22,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127170,5,1632315600,2021,9,22,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127171,5,1632317400,2021,9,22,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127172,5,1632319200,2021,9,22,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127173,5,1632333600,2021,9,22,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127174,5,1632335400,2021,9,22,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127175,5,1632337200,2021,9,22,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127176,5,1632339000,2021,9,22,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127177,5,1632340800,2021,9,22,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127178,5,1632342600,2021,9,22,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127179,5,1632344400,2021,9,22,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127180,5,1632346200,2021,9,22,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127181,5,1632394800,2021,9,23,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127182,5,1632396600,2021,9,23,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127183,5,1632398400,2021,9,23,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127184,5,1632400200,2021,9,23,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127185,5,1632402000,2021,9,23,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127186,5,1632403800,2021,9,23,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127187,5,1632405600,2021,9,23,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127188,5,1632420000,2021,9,23,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127189,5,1632421800,2021,9,23,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127190,5,1632423600,2021,9,23,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127191,5,1632425400,2021,9,23,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127192,5,1632427200,2021,9,23,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127193,5,1632429000,2021,9,23,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127194,5,1632430800,2021,9,23,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127195,5,1632432600,2021,9,23,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127196,5,1632481200,2021,9,24,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127197,5,1632483000,2021,9,24,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127198,5,1632484800,2021,9,24,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127199,5,1632486600,2021,9,24,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127200,5,1632488400,2021,9,24,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127201,5,1632490200,2021,9,24,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127202,5,1632492000,2021,9,24,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127203,5,1632506400,2021,9,24,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127204,5,1632508200,2021,9,24,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127205,5,1632510000,2021,9,24,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127206,5,1632511800,2021,9,24,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127207,5,1632513600,2021,9,24,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127208,5,1632515400,2021,9,24,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127209,5,1632517200,2021,9,24,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127210,5,1632519000,2021,9,24,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127211,5,1632567600,2021,9,25,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127212,5,1632569400,2021,9,25,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127213,5,1632571200,2021,9,25,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127214,5,1632573000,2021,9,25,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127215,5,1632574800,2021,9,25,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127216,5,1632576600,2021,9,25,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127217,5,1632578400,2021,9,25,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127218,5,1632592800,2021,9,25,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127219,5,1632594600,2021,9,25,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127220,5,1632596400,2021,9,25,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127221,5,1632598200,2021,9,25,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127222,5,1632600000,2021,9,25,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127223,5,1632601800,2021,9,25,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127224,5,1632603600,2021,9,25,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127225,5,1632605400,2021,9,25,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127226,5,1632654000,2021,9,26,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127227,5,1632655800,2021,9,26,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127228,5,1632657600,2021,9,26,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127229,5,1632659400,2021,9,26,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127230,5,1632661200,2021,9,26,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127231,5,1632663000,2021,9,26,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127232,5,1632664800,2021,9,26,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127233,5,1632666600,2021,9,26,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127234,5,1632679200,2021,9,26,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127235,5,1632681000,2021,9,26,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127236,5,1632682800,2021,9,26,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127237,5,1632684600,2021,9,26,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127238,5,1632686400,2021,9,26,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127239,5,1632688200,2021,9,26,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127240,5,1632690000,2021,9,26,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127241,5,1632691800,2021,9,26,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127242,5,1632740400,2021,9,27,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127243,5,1632742200,2021,9,27,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127244,5,1632744000,2021,9,27,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127245,5,1632745800,2021,9,27,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127246,5,1632747600,2021,9,27,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127247,5,1632749400,2021,9,27,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127248,5,1632751200,2021,9,27,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127249,5,1632765600,2021,9,27,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127250,5,1632767400,2021,9,27,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127251,5,1632769200,2021,9,27,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127252,5,1632771000,2021,9,27,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127253,5,1632772800,2021,9,27,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127254,5,1632774600,2021,9,27,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127255,5,1632776400,2021,9,27,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127256,5,1632778200,2021,9,27,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127257,5,1632826800,2021,9,28,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127258,5,1632828600,2021,9,28,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127259,5,1632830400,2021,9,28,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127260,5,1632832200,2021,9,28,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127261,5,1632834000,2021,9,28,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127262,5,1632835800,2021,9,28,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127263,5,1632837600,2021,9,28,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127264,5,1632852000,2021,9,28,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127265,5,1632853800,2021,9,28,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127266,5,1632855600,2021,9,28,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127267,5,1632857400,2021,9,28,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127268,5,1632859200,2021,9,28,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127269,5,1632861000,2021,9,28,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127270,5,1632862800,2021,9,28,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127271,5,1632864600,2021,9,28,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127272,5,1632913200,2021,9,29,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127273,5,1632915000,2021,9,29,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127274,5,1632916800,2021,9,29,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127275,5,1632918600,2021,9,29,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127276,5,1632920400,2021,9,29,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127277,5,1632922200,2021,9,29,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127278,5,1632924000,2021,9,29,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127279,5,1632938400,2021,9,29,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127280,5,1632940200,2021,9,29,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127281,5,1632942000,2021,9,29,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127282,5,1632943800,2021,9,29,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127283,5,1632945600,2021,9,29,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127284,5,1632947400,2021,9,29,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127285,5,1632949200,2021,9,29,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127286,5,1632951000,2021,9,29,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127287,5,1632999600,2021,9,30,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127288,5,1633001400,2021,9,30,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127289,5,1633003200,2021,9,30,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127290,5,1633005000,2021,9,30,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127291,5,1633006800,2021,9,30,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127292,5,1633008600,2021,9,30,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127293,5,1633010400,2021,9,30,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127294,5,1633024800,2021,9,30,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127295,5,1633026600,2021,9,30,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127296,5,1633028400,2021,9,30,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127297,5,1633030200,2021,9,30,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127298,5,1633032000,2021,9,30,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127299,5,1633033800,2021,9,30,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127300,5,1633035600,2021,9,30,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127301,5,1633037400,2021,9,30,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127302,5,1633086000,2021,10,1,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127303,5,1633087800,2021,10,1,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127304,5,1633089600,2021,10,1,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127305,5,1633091400,2021,10,1,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127306,5,1633093200,2021,10,1,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127307,5,1633095000,2021,10,1,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127308,5,1633096800,2021,10,1,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127309,5,1633111200,2021,10,1,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127310,5,1633113000,2021,10,1,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127311,5,1633114800,2021,10,1,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127312,5,1633116600,2021,10,1,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127313,5,1633118400,2021,10,1,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127314,5,1633120200,2021,10,1,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127315,5,1633122000,2021,10,1,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127316,5,1633123800,2021,10,1,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127317,5,1633172400,2021,10,2,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127318,5,1633174200,2021,10,2,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127319,5,1633176000,2021,10,2,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127320,5,1633177800,2021,10,2,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127321,5,1633179600,2021,10,2,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127322,5,1633181400,2021,10,2,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127323,5,1633183200,2021,10,2,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127324,5,1633197600,2021,10,2,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127325,5,1633199400,2021,10,2,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127326,5,1633201200,2021,10,2,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127327,5,1633203000,2021,10,2,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127328,5,1633204800,2021,10,2,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127329,5,1633206600,2021,10,2,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127330,5,1633208400,2021,10,2,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127331,5,1633210200,2021,10,2,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127332,5,1633258800,2021,10,3,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127333,5,1633260600,2021,10,3,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127334,5,1633262400,2021,10,3,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127335,5,1633264200,2021,10,3,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127336,5,1633266000,2021,10,3,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127337,5,1633267800,2021,10,3,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127338,5,1633269600,2021,10,3,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127339,5,1633271400,2021,10,3,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127340,5,1633284000,2021,10,3,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127341,5,1633285800,2021,10,3,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127342,5,1633287600,2021,10,3,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127343,5,1633289400,2021,10,3,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127344,5,1633291200,2021,10,3,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127345,5,1633293000,2021,10,3,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127346,5,1633294800,2021,10,3,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127347,5,1633296600,2021,10,3,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127348,5,1633345200,2021,10,4,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127349,5,1633347000,2021,10,4,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127350,5,1633348800,2021,10,4,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127351,5,1633350600,2021,10,4,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127352,5,1633352400,2021,10,4,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127353,5,1633354200,2021,10,4,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127354,5,1633356000,2021,10,4,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127355,5,1633370400,2021,10,4,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127356,5,1633372200,2021,10,4,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127357,5,1633374000,2021,10,4,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127358,5,1633375800,2021,10,4,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127359,5,1633377600,2021,10,4,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127360,5,1633379400,2021,10,4,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127361,5,1633381200,2021,10,4,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127362,5,1633383000,2021,10,4,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127363,5,1633431600,2021,10,5,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127364,5,1633433400,2021,10,5,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127365,5,1633435200,2021,10,5,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127366,5,1633437000,2021,10,5,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127367,5,1633438800,2021,10,5,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127368,5,1633440600,2021,10,5,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127369,5,1633442400,2021,10,5,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127370,5,1633456800,2021,10,5,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127371,5,1633458600,2021,10,5,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127372,5,1633460400,2021,10,5,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127373,5,1633462200,2021,10,5,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127374,5,1633464000,2021,10,5,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127375,5,1633465800,2021,10,5,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127376,5,1633467600,2021,10,5,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127377,5,1633469400,2021,10,5,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127378,5,1633518000,2021,10,6,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127379,5,1633519800,2021,10,6,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127380,5,1633521600,2021,10,6,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127381,5,1633523400,2021,10,6,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127382,5,1633525200,2021,10,6,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127383,5,1633527000,2021,10,6,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127384,5,1633528800,2021,10,6,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127385,5,1633543200,2021,10,6,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127386,5,1633545000,2021,10,6,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127387,5,1633546800,2021,10,6,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127388,5,1633548600,2021,10,6,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127389,5,1633550400,2021,10,6,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127390,5,1633552200,2021,10,6,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127391,5,1633554000,2021,10,6,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127392,5,1633555800,2021,10,6,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127393,5,1633604400,2021,10,7,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127394,5,1633606200,2021,10,7,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127395,5,1633608000,2021,10,7,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127396,5,1633609800,2021,10,7,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127397,5,1633611600,2021,10,7,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127398,5,1633613400,2021,10,7,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127399,5,1633615200,2021,10,7,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127400,5,1633629600,2021,10,7,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127401,5,1633631400,2021,10,7,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127402,5,1633633200,2021,10,7,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127403,5,1633635000,2021,10,7,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127404,5,1633636800,2021,10,7,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127405,5,1633638600,2021,10,7,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127406,5,1633640400,2021,10,7,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127407,5,1633642200,2021,10,7,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127408,5,1633690800,2021,10,8,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127409,5,1633692600,2021,10,8,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127410,5,1633694400,2021,10,8,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127411,5,1633696200,2021,10,8,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127412,5,1633698000,2021,10,8,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127413,5,1633699800,2021,10,8,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127414,5,1633701600,2021,10,8,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127415,5,1633716000,2021,10,8,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127416,5,1633717800,2021,10,8,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127417,5,1633719600,2021,10,8,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127418,5,1633721400,2021,10,8,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127419,5,1633723200,2021,10,8,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127420,5,1633725000,2021,10,8,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127421,5,1633726800,2021,10,8,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127422,5,1633728600,2021,10,8,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127423,5,1633777200,2021,10,9,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127424,5,1633779000,2021,10,9,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127425,5,1633780800,2021,10,9,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127426,5,1633782600,2021,10,9,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127427,5,1633784400,2021,10,9,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127428,5,1633786200,2021,10,9,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127429,5,1633788000,2021,10,9,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127430,5,1633802400,2021,10,9,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127431,5,1633804200,2021,10,9,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127432,5,1633806000,2021,10,9,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127433,5,1633807800,2021,10,9,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127434,5,1633809600,2021,10,9,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127435,5,1633811400,2021,10,9,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127436,5,1633813200,2021,10,9,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127437,5,1633815000,2021,10,9,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127438,5,1633863600,2021,10,10,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127439,5,1633865400,2021,10,10,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127440,5,1633867200,2021,10,10,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127441,5,1633869000,2021,10,10,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127442,5,1633870800,2021,10,10,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127443,5,1633872600,2021,10,10,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127444,5,1633874400,2021,10,10,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127445,5,1633876200,2021,10,10,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127446,5,1633888800,2021,10,10,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127447,5,1633890600,2021,10,10,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127448,5,1633892400,2021,10,10,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127449,5,1633894200,2021,10,10,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127450,5,1633896000,2021,10,10,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127451,5,1633897800,2021,10,10,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127452,5,1633899600,2021,10,10,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127453,5,1633901400,2021,10,10,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127454,5,1633950000,2021,10,11,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127455,5,1633951800,2021,10,11,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127456,5,1633953600,2021,10,11,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127457,5,1633955400,2021,10,11,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127458,5,1633957200,2021,10,11,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127459,5,1633959000,2021,10,11,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127460,5,1633960800,2021,10,11,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127461,5,1633975200,2021,10,11,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127462,5,1633977000,2021,10,11,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127463,5,1633978800,2021,10,11,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127464,5,1633980600,2021,10,11,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127465,5,1633982400,2021,10,11,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127466,5,1633984200,2021,10,11,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127467,5,1633986000,2021,10,11,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127468,5,1633987800,2021,10,11,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127469,5,1634036400,2021,10,12,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127470,5,1634038200,2021,10,12,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127471,5,1634040000,2021,10,12,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127472,5,1634041800,2021,10,12,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127473,5,1634043600,2021,10,12,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127474,5,1634045400,2021,10,12,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127475,5,1634047200,2021,10,12,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127476,5,1634061600,2021,10,12,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127477,5,1634063400,2021,10,12,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127478,5,1634065200,2021,10,12,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127479,5,1634067000,2021,10,12,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127480,5,1634068800,2021,10,12,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127481,5,1634070600,2021,10,12,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127482,5,1634072400,2021,10,12,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127483,5,1634074200,2021,10,12,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127484,5,1634122800,2021,10,13,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127485,5,1634124600,2021,10,13,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127486,5,1634126400,2021,10,13,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127487,5,1634128200,2021,10,13,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127488,5,1634130000,2021,10,13,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127489,5,1634131800,2021,10,13,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127490,5,1634133600,2021,10,13,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127491,5,1634148000,2021,10,13,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127492,5,1634149800,2021,10,13,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127493,5,1634151600,2021,10,13,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127494,5,1634153400,2021,10,13,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127495,5,1634155200,2021,10,13,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127496,5,1634157000,2021,10,13,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127497,5,1634158800,2021,10,13,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127498,5,1634160600,2021,10,13,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127499,5,1634209200,2021,10,14,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127500,5,1634211000,2021,10,14,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127501,5,1634212800,2021,10,14,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127502,5,1634214600,2021,10,14,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127503,5,1634216400,2021,10,14,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127504,5,1634218200,2021,10,14,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127505,5,1634220000,2021,10,14,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127506,5,1634234400,2021,10,14,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127507,5,1634236200,2021,10,14,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127508,5,1634238000,2021,10,14,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127509,5,1634239800,2021,10,14,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127510,5,1634241600,2021,10,14,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127511,5,1634243400,2021,10,14,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127512,5,1634245200,2021,10,14,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127513,5,1634247000,2021,10,14,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127514,5,1634295600,2021,10,15,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127515,5,1634297400,2021,10,15,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127516,5,1634299200,2021,10,15,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127517,5,1634301000,2021,10,15,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127518,5,1634302800,2021,10,15,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127519,5,1634304600,2021,10,15,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127520,5,1634306400,2021,10,15,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127521,5,1634320800,2021,10,15,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127522,5,1634322600,2021,10,15,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127523,5,1634324400,2021,10,15,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127524,5,1634326200,2021,10,15,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127525,5,1634328000,2021,10,15,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127526,5,1634329800,2021,10,15,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127527,5,1634331600,2021,10,15,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127528,5,1634333400,2021,10,15,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127529,5,1634382000,2021,10,16,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127530,5,1634383800,2021,10,16,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127531,5,1634385600,2021,10,16,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127532,5,1634387400,2021,10,16,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127533,5,1634389200,2021,10,16,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127534,5,1634391000,2021,10,16,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127535,5,1634392800,2021,10,16,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127536,5,1634407200,2021,10,16,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127537,5,1634409000,2021,10,16,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127538,5,1634410800,2021,10,16,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127539,5,1634412600,2021,10,16,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127540,5,1634414400,2021,10,16,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127541,5,1634416200,2021,10,16,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127542,5,1634418000,2021,10,16,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127543,5,1634419800,2021,10,16,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127544,5,1634468400,2021,10,17,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127545,5,1634470200,2021,10,17,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127546,5,1634472000,2021,10,17,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127547,5,1634473800,2021,10,17,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127548,5,1634475600,2021,10,17,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127549,5,1634477400,2021,10,17,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127550,5,1634479200,2021,10,17,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127551,5,1634481000,2021,10,17,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127552,5,1634493600,2021,10,17,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127553,5,1634495400,2021,10,17,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127554,5,1634497200,2021,10,17,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127555,5,1634499000,2021,10,17,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127556,5,1634500800,2021,10,17,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127557,5,1634502600,2021,10,17,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127558,5,1634504400,2021,10,17,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127559,5,1634506200,2021,10,17,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127560,5,1634554800,2021,10,18,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127561,5,1634556600,2021,10,18,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127562,5,1634558400,2021,10,18,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127563,5,1634560200,2021,10,18,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127564,5,1634562000,2021,10,18,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127565,5,1634563800,2021,10,18,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127566,5,1634565600,2021,10,18,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127567,5,1634580000,2021,10,18,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127568,5,1634581800,2021,10,18,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127569,5,1634583600,2021,10,18,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127570,5,1634585400,2021,10,18,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127571,5,1634587200,2021,10,18,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127572,5,1634589000,2021,10,18,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127573,5,1634590800,2021,10,18,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127574,5,1634592600,2021,10,18,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127575,5,1634641200,2021,10,19,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127576,5,1634643000,2021,10,19,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127577,5,1634644800,2021,10,19,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127578,5,1634646600,2021,10,19,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127579,5,1634648400,2021,10,19,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127580,5,1634650200,2021,10,19,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127581,5,1634652000,2021,10,19,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127582,5,1634666400,2021,10,19,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127583,5,1634668200,2021,10,19,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127584,5,1634670000,2021,10,19,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127585,5,1634671800,2021,10,19,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127586,5,1634673600,2021,10,19,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127587,5,1634675400,2021,10,19,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127588,5,1634677200,2021,10,19,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127589,5,1634679000,2021,10,19,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127590,5,1634727600,2021,10,20,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127591,5,1634729400,2021,10,20,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127592,5,1634731200,2021,10,20,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127593,5,1634733000,2021,10,20,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127594,5,1634734800,2021,10,20,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127595,5,1634736600,2021,10,20,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127596,5,1634738400,2021,10,20,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127597,5,1634752800,2021,10,20,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127598,5,1634754600,2021,10,20,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127599,5,1634756400,2021,10,20,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127600,5,1634758200,2021,10,20,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127601,5,1634760000,2021,10,20,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127602,5,1634761800,2021,10,20,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127603,5,1634763600,2021,10,20,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127604,5,1634765400,2021,10,20,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127605,5,1634814000,2021,10,21,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127606,5,1634815800,2021,10,21,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127607,5,1634817600,2021,10,21,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127608,5,1634819400,2021,10,21,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127609,5,1634821200,2021,10,21,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127610,5,1634823000,2021,10,21,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127611,5,1634824800,2021,10,21,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127612,5,1634839200,2021,10,21,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127613,5,1634841000,2021,10,21,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127614,5,1634842800,2021,10,21,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127615,5,1634844600,2021,10,21,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127616,5,1634846400,2021,10,21,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127617,5,1634848200,2021,10,21,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127618,5,1634850000,2021,10,21,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127619,5,1634851800,2021,10,21,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127620,5,1634900400,2021,10,22,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127621,5,1634902200,2021,10,22,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127622,5,1634904000,2021,10,22,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127623,5,1634905800,2021,10,22,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127624,5,1634907600,2021,10,22,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127625,5,1634909400,2021,10,22,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127626,5,1634911200,2021,10,22,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127627,5,1634925600,2021,10,22,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127628,5,1634927400,2021,10,22,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127629,5,1634929200,2021,10,22,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127630,5,1634931000,2021,10,22,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127631,5,1634932800,2021,10,22,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127632,5,1634934600,2021,10,22,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127633,5,1634936400,2021,10,22,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127634,5,1634938200,2021,10,22,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127635,5,1634986800,2021,10,23,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127636,5,1634988600,2021,10,23,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127637,5,1634990400,2021,10,23,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127638,5,1634992200,2021,10,23,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127639,5,1634994000,2021,10,23,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127640,5,1634995800,2021,10,23,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127641,5,1634997600,2021,10,23,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127642,5,1635012000,2021,10,23,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127643,5,1635013800,2021,10,23,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127644,5,1635015600,2021,10,23,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127645,5,1635017400,2021,10,23,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127646,5,1635019200,2021,10,23,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127647,5,1635021000,2021,10,23,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127648,5,1635022800,2021,10,23,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127649,5,1635024600,2021,10,23,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127650,5,1635073200,2021,10,24,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127651,5,1635075000,2021,10,24,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127652,5,1635076800,2021,10,24,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127653,5,1635078600,2021,10,24,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127654,5,1635080400,2021,10,24,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127655,5,1635082200,2021,10,24,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127656,5,1635084000,2021,10,24,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127657,5,1635085800,2021,10,24,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127658,5,1635098400,2021,10,24,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127659,5,1635100200,2021,10,24,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127660,5,1635102000,2021,10,24,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127661,5,1635103800,2021,10,24,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127662,5,1635105600,2021,10,24,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127663,5,1635107400,2021,10,24,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127664,5,1635109200,2021,10,24,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127665,5,1635111000,2021,10,24,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127666,5,1635159600,2021,10,25,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127667,5,1635161400,2021,10,25,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127668,5,1635163200,2021,10,25,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127669,5,1635165000,2021,10,25,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127670,5,1635166800,2021,10,25,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127671,5,1635168600,2021,10,25,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127672,5,1635170400,2021,10,25,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127673,5,1635184800,2021,10,25,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127674,5,1635186600,2021,10,25,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127675,5,1635188400,2021,10,25,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127676,5,1635190200,2021,10,25,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127677,5,1635192000,2021,10,25,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127678,5,1635193800,2021,10,25,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127679,5,1635195600,2021,10,25,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127680,5,1635197400,2021,10,25,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127681,5,1635246000,2021,10,26,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127682,5,1635247800,2021,10,26,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127683,5,1635249600,2021,10,26,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127684,5,1635251400,2021,10,26,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127685,5,1635253200,2021,10,26,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127686,5,1635255000,2021,10,26,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127687,5,1635256800,2021,10,26,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127688,5,1635271200,2021,10,26,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127689,5,1635273000,2021,10,26,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127690,5,1635274800,2021,10,26,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127691,5,1635276600,2021,10,26,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127692,5,1635278400,2021,10,26,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127693,5,1635280200,2021,10,26,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127694,5,1635282000,2021,10,26,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127695,5,1635283800,2021,10,26,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127696,5,1635332400,2021,10,27,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127697,5,1635334200,2021,10,27,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127698,5,1635336000,2021,10,27,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127699,5,1635337800,2021,10,27,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127700,5,1635339600,2021,10,27,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127701,5,1635341400,2021,10,27,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127702,5,1635343200,2021,10,27,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127703,5,1635357600,2021,10,27,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127704,5,1635359400,2021,10,27,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127705,5,1635361200,2021,10,27,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127706,5,1635363000,2021,10,27,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127707,5,1635364800,2021,10,27,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127708,5,1635366600,2021,10,27,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127709,5,1635368400,2021,10,27,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127710,5,1635370200,2021,10,27,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127711,5,1635418800,2021,10,28,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127712,5,1635420600,2021,10,28,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127713,5,1635422400,2021,10,28,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127714,5,1635424200,2021,10,28,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127715,5,1635426000,2021,10,28,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127716,5,1635427800,2021,10,28,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127717,5,1635429600,2021,10,28,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127718,5,1635444000,2021,10,28,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127719,5,1635445800,2021,10,28,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127720,5,1635447600,2021,10,28,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127721,5,1635449400,2021,10,28,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127722,5,1635451200,2021,10,28,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127723,5,1635453000,2021,10,28,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127724,5,1635454800,2021,10,28,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127725,5,1635456600,2021,10,28,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127726,5,1635505200,2021,10,29,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127727,5,1635507000,2021,10,29,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127728,5,1635508800,2021,10,29,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127729,5,1635510600,2021,10,29,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127730,5,1635512400,2021,10,29,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127731,5,1635514200,2021,10,29,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127732,5,1635516000,2021,10,29,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127733,5,1635530400,2021,10,29,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127734,5,1635532200,2021,10,29,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127735,5,1635534000,2021,10,29,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127736,5,1635535800,2021,10,29,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127737,5,1635537600,2021,10,29,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127738,5,1635539400,2021,10,29,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127739,5,1635541200,2021,10,29,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127740,5,1635543000,2021,10,29,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127741,5,1635591600,2021,10,30,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127742,5,1635593400,2021,10,30,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127743,5,1635595200,2021,10,30,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127744,5,1635597000,2021,10,30,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127745,5,1635598800,2021,10,30,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127746,5,1635600600,2021,10,30,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127747,5,1635602400,2021,10,30,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127748,5,1635616800,2021,10,30,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127749,5,1635618600,2021,10,30,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127750,5,1635620400,2021,10,30,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127751,5,1635622200,2021,10,30,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127752,5,1635624000,2021,10,30,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127753,5,1635625800,2021,10,30,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127754,5,1635627600,2021,10,30,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127755,5,1635629400,2021,10,30,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127756,5,1635681600,2021,10,31,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127757,5,1635683400,2021,10,31,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127758,5,1635685200,2021,10,31,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127759,5,1635687000,2021,10,31,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127760,5,1635688800,2021,10,31,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127761,5,1635690600,2021,10,31,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127762,5,1635692400,2021,10,31,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127763,5,1635694200,2021,10,31,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127764,5,1635706800,2021,10,31,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127765,5,1635708600,2021,10,31,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127766,5,1635710400,2021,10,31,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127767,5,1635712200,2021,10,31,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127768,5,1635714000,2021,10,31,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127769,5,1635715800,2021,10,31,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127770,5,1635717600,2021,10,31,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127771,5,1635719400,2021,10,31,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127772,5,1635768000,2021,11,1,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127773,5,1635769800,2021,11,1,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127774,5,1635771600,2021,11,1,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127775,5,1635773400,2021,11,1,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127776,5,1635775200,2021,11,1,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127777,5,1635777000,2021,11,1,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127778,5,1635778800,2021,11,1,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127779,5,1635793200,2021,11,1,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127780,5,1635795000,2021,11,1,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127781,5,1635796800,2021,11,1,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127782,5,1635798600,2021,11,1,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127783,5,1635800400,2021,11,1,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127784,5,1635802200,2021,11,1,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127785,5,1635804000,2021,11,1,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127786,5,1635805800,2021,11,1,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127787,5,1635854400,2021,11,2,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127788,5,1635856200,2021,11,2,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127789,5,1635858000,2021,11,2,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127790,5,1635859800,2021,11,2,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127791,5,1635861600,2021,11,2,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127792,5,1635863400,2021,11,2,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127793,5,1635865200,2021,11,2,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127794,5,1635879600,2021,11,2,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127795,5,1635881400,2021,11,2,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127796,5,1635883200,2021,11,2,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127797,5,1635885000,2021,11,2,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127798,5,1635886800,2021,11,2,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127799,5,1635888600,2021,11,2,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127800,5,1635890400,2021,11,2,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127801,5,1635892200,2021,11,2,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127802,5,1635940800,2021,11,3,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127803,5,1635942600,2021,11,3,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127804,5,1635944400,2021,11,3,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127805,5,1635946200,2021,11,3,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127806,5,1635948000,2021,11,3,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127807,5,1635949800,2021,11,3,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127808,5,1635951600,2021,11,3,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127809,5,1635966000,2021,11,3,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127810,5,1635967800,2021,11,3,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127811,5,1635969600,2021,11,3,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127812,5,1635971400,2021,11,3,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127813,5,1635973200,2021,11,3,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127814,5,1635975000,2021,11,3,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127815,5,1635976800,2021,11,3,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127816,5,1635978600,2021,11,3,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127817,5,1636027200,2021,11,4,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127818,5,1636029000,2021,11,4,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127819,5,1636030800,2021,11,4,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127820,5,1636032600,2021,11,4,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127821,5,1636034400,2021,11,4,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127822,5,1636036200,2021,11,4,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127823,5,1636038000,2021,11,4,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127824,5,1636052400,2021,11,4,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127825,5,1636054200,2021,11,4,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127826,5,1636056000,2021,11,4,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127827,5,1636057800,2021,11,4,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127828,5,1636059600,2021,11,4,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127829,5,1636061400,2021,11,4,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127830,5,1636063200,2021,11,4,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127831,5,1636065000,2021,11,4,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127832,5,1636113600,2021,11,5,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127833,5,1636115400,2021,11,5,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127834,5,1636117200,2021,11,5,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127835,5,1636119000,2021,11,5,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127836,5,1636120800,2021,11,5,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127837,5,1636122600,2021,11,5,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127838,5,1636124400,2021,11,5,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127839,5,1636138800,2021,11,5,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127840,5,1636140600,2021,11,5,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127841,5,1636142400,2021,11,5,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127842,5,1636144200,2021,11,5,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127843,5,1636146000,2021,11,5,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127844,5,1636147800,2021,11,5,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127845,5,1636149600,2021,11,5,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127846,5,1636151400,2021,11,5,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127847,5,1636200000,2021,11,6,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127848,5,1636201800,2021,11,6,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127849,5,1636203600,2021,11,6,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127850,5,1636205400,2021,11,6,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127851,5,1636207200,2021,11,6,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127852,5,1636209000,2021,11,6,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127853,5,1636210800,2021,11,6,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127854,5,1636225200,2021,11,6,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127855,5,1636227000,2021,11,6,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127856,5,1636228800,2021,11,6,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127857,5,1636230600,2021,11,6,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127858,5,1636232400,2021,11,6,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127859,5,1636234200,2021,11,6,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127860,5,1636236000,2021,11,6,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127861,5,1636237800,2021,11,6,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127862,5,1636286400,2021,11,7,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127863,5,1636288200,2021,11,7,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127864,5,1636290000,2021,11,7,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127865,5,1636291800,2021,11,7,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127866,5,1636293600,2021,11,7,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127867,5,1636295400,2021,11,7,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127868,5,1636297200,2021,11,7,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127869,5,1636299000,2021,11,7,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127870,5,1636311600,2021,11,7,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127871,5,1636313400,2021,11,7,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127872,5,1636315200,2021,11,7,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127873,5,1636317000,2021,11,7,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127874,5,1636318800,2021,11,7,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127875,5,1636320600,2021,11,7,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127876,5,1636322400,2021,11,7,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127877,5,1636324200,2021,11,7,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127878,5,1636372800,2021,11,8,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127879,5,1636374600,2021,11,8,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127880,5,1636376400,2021,11,8,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127881,5,1636378200,2021,11,8,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127882,5,1636380000,2021,11,8,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127883,5,1636381800,2021,11,8,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127884,5,1636383600,2021,11,8,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127885,5,1636398000,2021,11,8,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127886,5,1636399800,2021,11,8,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127887,5,1636401600,2021,11,8,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127888,5,1636403400,2021,11,8,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127889,5,1636405200,2021,11,8,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127890,5,1636407000,2021,11,8,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127891,5,1636408800,2021,11,8,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127892,5,1636410600,2021,11,8,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127893,5,1636459200,2021,11,9,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(127894,5,1636461000,2021,11,9,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(127895,5,1636462800,2021,11,9,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(127896,5,1636464600,2021,11,9,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(127897,5,1636466400,2021,11,9,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(127898,5,1636468200,2021,11,9,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(127899,5,1636470000,2021,11,9,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(127900,5,1636484400,2021,11,9,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(127901,5,1636486200,2021,11,9,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(127902,5,1636488000,2021,11,9,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(127903,5,1636489800,2021,11,9,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(127904,5,1636491600,2021,11,9,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(127905,5,1636493400,2021,11,9,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(127906,5,1636495200,2021,11,9,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(127907,5,1636497000,2021,11,9,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(127908,5,1636545600,2021,11,10,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(127909,5,1636547400,2021,11,10,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(127910,5,1636549200,2021,11,10,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(127911,5,1636551000,2021,11,10,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(127912,5,1636552800,2021,11,10,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(127913,5,1636554600,2021,11,10,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(127914,5,1636556400,2021,11,10,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(127915,5,1636570800,2021,11,10,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(127916,5,1636572600,2021,11,10,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(127917,5,1636574400,2021,11,10,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(127918,5,1636576200,2021,11,10,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(127919,5,1636578000,2021,11,10,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(127920,5,1636579800,2021,11,10,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(127921,5,1636581600,2021,11,10,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(127922,5,1636583400,2021,11,10,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(127923,5,1636632000,2021,11,11,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(127924,5,1636633800,2021,11,11,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(127925,5,1636635600,2021,11,11,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(127926,5,1636637400,2021,11,11,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(127927,5,1636639200,2021,11,11,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(127928,5,1636641000,2021,11,11,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(127929,5,1636642800,2021,11,11,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(127930,5,1636657200,2021,11,11,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(127931,5,1636659000,2021,11,11,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(127932,5,1636660800,2021,11,11,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(127933,5,1636662600,2021,11,11,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(127934,5,1636664400,2021,11,11,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(127935,5,1636666200,2021,11,11,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(127936,5,1636668000,2021,11,11,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(127937,5,1636669800,2021,11,11,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(127938,5,1636718400,2021,11,12,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(127939,5,1636720200,2021,11,12,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(127940,5,1636722000,2021,11,12,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(127941,5,1636723800,2021,11,12,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(127942,5,1636725600,2021,11,12,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(127943,5,1636727400,2021,11,12,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(127944,5,1636729200,2021,11,12,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(127945,5,1636743600,2021,11,12,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(127946,5,1636745400,2021,11,12,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(127947,5,1636747200,2021,11,12,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(127948,5,1636749000,2021,11,12,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(127949,5,1636750800,2021,11,12,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(127950,5,1636752600,2021,11,12,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(127951,5,1636754400,2021,11,12,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(127952,5,1636756200,2021,11,12,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(127953,5,1636804800,2021,11,13,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(127954,5,1636806600,2021,11,13,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(127955,5,1636808400,2021,11,13,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(127956,5,1636810200,2021,11,13,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(127957,5,1636812000,2021,11,13,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(127958,5,1636813800,2021,11,13,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(127959,5,1636815600,2021,11,13,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(127960,5,1636830000,2021,11,13,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(127961,5,1636831800,2021,11,13,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(127962,5,1636833600,2021,11,13,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(127963,5,1636835400,2021,11,13,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(127964,5,1636837200,2021,11,13,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(127965,5,1636839000,2021,11,13,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(127966,5,1636840800,2021,11,13,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(127967,5,1636842600,2021,11,13,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(127968,5,1636891200,2021,11,14,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(127969,5,1636893000,2021,11,14,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(127970,5,1636894800,2021,11,14,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(127971,5,1636896600,2021,11,14,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(127972,5,1636898400,2021,11,14,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(127973,5,1636900200,2021,11,14,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(127974,5,1636902000,2021,11,14,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(127975,5,1636903800,2021,11,14,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(127976,5,1636916400,2021,11,14,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(127977,5,1636918200,2021,11,14,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(127978,5,1636920000,2021,11,14,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(127979,5,1636921800,2021,11,14,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(127980,5,1636923600,2021,11,14,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(127981,5,1636925400,2021,11,14,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(127982,5,1636927200,2021,11,14,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(127983,5,1636929000,2021,11,14,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(127984,5,1636977600,2021,11,15,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(127985,5,1636979400,2021,11,15,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(127986,5,1636981200,2021,11,15,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(127987,5,1636983000,2021,11,15,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(127988,5,1636984800,2021,11,15,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(127989,5,1636986600,2021,11,15,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(127990,5,1636988400,2021,11,15,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(127991,5,1637002800,2021,11,15,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(127992,5,1637004600,2021,11,15,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(127993,5,1637006400,2021,11,15,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(127994,5,1637008200,2021,11,15,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(127995,5,1637010000,2021,11,15,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(127996,5,1637011800,2021,11,15,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(127997,5,1637013600,2021,11,15,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(127998,5,1637015400,2021,11,15,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(127999,5,1637064000,2021,11,16,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128000,5,1637065800,2021,11,16,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128001,5,1637067600,2021,11,16,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128002,5,1637069400,2021,11,16,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128003,5,1637071200,2021,11,16,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128004,5,1637073000,2021,11,16,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128005,5,1637074800,2021,11,16,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128006,5,1637089200,2021,11,16,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128007,5,1637091000,2021,11,16,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128008,5,1637092800,2021,11,16,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128009,5,1637094600,2021,11,16,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128010,5,1637096400,2021,11,16,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128011,5,1637098200,2021,11,16,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128012,5,1637100000,2021,11,16,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128013,5,1637101800,2021,11,16,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128014,5,1637150400,2021,11,17,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128015,5,1637152200,2021,11,17,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128016,5,1637154000,2021,11,17,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128017,5,1637155800,2021,11,17,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128018,5,1637157600,2021,11,17,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128019,5,1637159400,2021,11,17,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128020,5,1637161200,2021,11,17,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128021,5,1637175600,2021,11,17,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128022,5,1637177400,2021,11,17,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128023,5,1637179200,2021,11,17,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128024,5,1637181000,2021,11,17,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128025,5,1637182800,2021,11,17,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128026,5,1637184600,2021,11,17,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128027,5,1637186400,2021,11,17,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128028,5,1637188200,2021,11,17,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128029,5,1637236800,2021,11,18,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128030,5,1637238600,2021,11,18,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128031,5,1637240400,2021,11,18,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128032,5,1637242200,2021,11,18,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128033,5,1637244000,2021,11,18,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128034,5,1637245800,2021,11,18,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128035,5,1637247600,2021,11,18,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128036,5,1637262000,2021,11,18,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128037,5,1637263800,2021,11,18,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128038,5,1637265600,2021,11,18,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128039,5,1637267400,2021,11,18,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128040,5,1637269200,2021,11,18,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128041,5,1637271000,2021,11,18,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128042,5,1637272800,2021,11,18,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128043,5,1637274600,2021,11,18,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128044,5,1637323200,2021,11,19,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128045,5,1637325000,2021,11,19,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128046,5,1637326800,2021,11,19,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128047,5,1637328600,2021,11,19,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128048,5,1637330400,2021,11,19,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128049,5,1637332200,2021,11,19,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128050,5,1637334000,2021,11,19,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128051,5,1637348400,2021,11,19,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128052,5,1637350200,2021,11,19,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128053,5,1637352000,2021,11,19,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128054,5,1637353800,2021,11,19,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128055,5,1637355600,2021,11,19,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128056,5,1637357400,2021,11,19,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128057,5,1637359200,2021,11,19,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128058,5,1637361000,2021,11,19,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128059,5,1637409600,2021,11,20,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128060,5,1637411400,2021,11,20,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128061,5,1637413200,2021,11,20,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128062,5,1637415000,2021,11,20,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128063,5,1637416800,2021,11,20,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128064,5,1637418600,2021,11,20,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128065,5,1637420400,2021,11,20,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128066,5,1637434800,2021,11,20,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128067,5,1637436600,2021,11,20,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128068,5,1637438400,2021,11,20,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128069,5,1637440200,2021,11,20,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128070,5,1637442000,2021,11,20,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128071,5,1637443800,2021,11,20,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128072,5,1637445600,2021,11,20,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128073,5,1637447400,2021,11,20,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128074,5,1637496000,2021,11,21,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128075,5,1637497800,2021,11,21,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128076,5,1637499600,2021,11,21,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128077,5,1637501400,2021,11,21,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128078,5,1637503200,2021,11,21,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128079,5,1637505000,2021,11,21,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128080,5,1637506800,2021,11,21,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128081,5,1637508600,2021,11,21,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128082,5,1637521200,2021,11,21,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128083,5,1637523000,2021,11,21,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128084,5,1637524800,2021,11,21,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128085,5,1637526600,2021,11,21,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128086,5,1637528400,2021,11,21,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128087,5,1637530200,2021,11,21,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128088,5,1637532000,2021,11,21,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128089,5,1637533800,2021,11,21,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128090,5,1637582400,2021,11,22,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128091,5,1637584200,2021,11,22,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128092,5,1637586000,2021,11,22,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128093,5,1637587800,2021,11,22,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128094,5,1637589600,2021,11,22,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128095,5,1637591400,2021,11,22,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128096,5,1637593200,2021,11,22,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128097,5,1637607600,2021,11,22,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128098,5,1637609400,2021,11,22,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128099,5,1637611200,2021,11,22,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128100,5,1637613000,2021,11,22,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128101,5,1637614800,2021,11,22,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128102,5,1637616600,2021,11,22,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128103,5,1637618400,2021,11,22,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128104,5,1637620200,2021,11,22,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128105,5,1637668800,2021,11,23,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128106,5,1637670600,2021,11,23,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128107,5,1637672400,2021,11,23,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128108,5,1637674200,2021,11,23,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128109,5,1637676000,2021,11,23,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128110,5,1637677800,2021,11,23,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128111,5,1637679600,2021,11,23,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128112,5,1637694000,2021,11,23,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128113,5,1637695800,2021,11,23,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128114,5,1637697600,2021,11,23,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128115,5,1637699400,2021,11,23,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128116,5,1637701200,2021,11,23,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128117,5,1637703000,2021,11,23,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128118,5,1637704800,2021,11,23,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128119,5,1637706600,2021,11,23,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128120,5,1637755200,2021,11,24,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128121,5,1637757000,2021,11,24,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128122,5,1637758800,2021,11,24,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128123,5,1637760600,2021,11,24,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128124,5,1637762400,2021,11,24,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128125,5,1637764200,2021,11,24,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128126,5,1637766000,2021,11,24,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128127,5,1637780400,2021,11,24,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128128,5,1637782200,2021,11,24,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128129,5,1637784000,2021,11,24,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128130,5,1637785800,2021,11,24,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128131,5,1637787600,2021,11,24,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128132,5,1637789400,2021,11,24,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128133,5,1637791200,2021,11,24,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128134,5,1637793000,2021,11,24,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128135,5,1637841600,2021,11,25,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128136,5,1637843400,2021,11,25,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128137,5,1637845200,2021,11,25,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128138,5,1637847000,2021,11,25,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128139,5,1637848800,2021,11,25,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128140,5,1637850600,2021,11,25,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128141,5,1637852400,2021,11,25,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128142,5,1637866800,2021,11,25,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128143,5,1637868600,2021,11,25,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128144,5,1637870400,2021,11,25,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128145,5,1637872200,2021,11,25,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128146,5,1637874000,2021,11,25,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128147,5,1637875800,2021,11,25,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128148,5,1637877600,2021,11,25,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128149,5,1637879400,2021,11,25,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128150,5,1637928000,2021,11,26,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128151,5,1637929800,2021,11,26,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128152,5,1637931600,2021,11,26,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128153,5,1637933400,2021,11,26,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128154,5,1637935200,2021,11,26,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128155,5,1637937000,2021,11,26,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128156,5,1637938800,2021,11,26,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128157,5,1637953200,2021,11,26,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128158,5,1637955000,2021,11,26,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128159,5,1637956800,2021,11,26,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128160,5,1637958600,2021,11,26,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128161,5,1637960400,2021,11,26,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128162,5,1637962200,2021,11,26,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128163,5,1637964000,2021,11,26,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128164,5,1637965800,2021,11,26,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128165,5,1638014400,2021,11,27,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128166,5,1638016200,2021,11,27,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128167,5,1638018000,2021,11,27,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128168,5,1638019800,2021,11,27,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128169,5,1638021600,2021,11,27,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128170,5,1638023400,2021,11,27,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128171,5,1638025200,2021,11,27,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128172,5,1638039600,2021,11,27,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128173,5,1638041400,2021,11,27,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128174,5,1638043200,2021,11,27,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128175,5,1638045000,2021,11,27,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128176,5,1638046800,2021,11,27,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128177,5,1638048600,2021,11,27,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128178,5,1638050400,2021,11,27,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128179,5,1638052200,2021,11,27,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128180,5,1638100800,2021,11,28,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128181,5,1638102600,2021,11,28,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128182,5,1638104400,2021,11,28,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128183,5,1638106200,2021,11,28,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128184,5,1638108000,2021,11,28,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128185,5,1638109800,2021,11,28,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128186,5,1638111600,2021,11,28,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128187,5,1638113400,2021,11,28,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128188,5,1638126000,2021,11,28,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128189,5,1638127800,2021,11,28,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128190,5,1638129600,2021,11,28,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128191,5,1638131400,2021,11,28,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128192,5,1638133200,2021,11,28,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128193,5,1638135000,2021,11,28,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128194,5,1638136800,2021,11,28,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128195,5,1638138600,2021,11,28,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128196,5,1638187200,2021,11,29,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128197,5,1638189000,2021,11,29,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128198,5,1638190800,2021,11,29,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128199,5,1638192600,2021,11,29,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128200,5,1638194400,2021,11,29,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128201,5,1638196200,2021,11,29,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128202,5,1638198000,2021,11,29,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128203,5,1638212400,2021,11,29,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128204,5,1638214200,2021,11,29,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128205,5,1638216000,2021,11,29,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128206,5,1638217800,2021,11,29,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128207,5,1638219600,2021,11,29,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128208,5,1638221400,2021,11,29,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128209,5,1638223200,2021,11,29,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128210,5,1638225000,2021,11,29,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128211,5,1638273600,2021,11,30,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128212,5,1638275400,2021,11,30,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128213,5,1638277200,2021,11,30,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128214,5,1638279000,2021,11,30,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128215,5,1638280800,2021,11,30,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128216,5,1638282600,2021,11,30,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128217,5,1638284400,2021,11,30,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128218,5,1638298800,2021,11,30,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128219,5,1638300600,2021,11,30,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128220,5,1638302400,2021,11,30,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128221,5,1638304200,2021,11,30,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128222,5,1638306000,2021,11,30,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128223,5,1638307800,2021,11,30,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128224,5,1638309600,2021,11,30,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128225,5,1638311400,2021,11,30,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128226,5,1638360000,2021,12,1,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128227,5,1638361800,2021,12,1,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128228,5,1638363600,2021,12,1,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128229,5,1638365400,2021,12,1,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128230,5,1638367200,2021,12,1,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128231,5,1638369000,2021,12,1,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128232,5,1638370800,2021,12,1,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128233,5,1638385200,2021,12,1,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128234,5,1638387000,2021,12,1,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128235,5,1638388800,2021,12,1,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128236,5,1638390600,2021,12,1,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128237,5,1638392400,2021,12,1,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128238,5,1638394200,2021,12,1,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128239,5,1638396000,2021,12,1,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128240,5,1638397800,2021,12,1,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128241,5,1638446400,2021,12,2,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128242,5,1638448200,2021,12,2,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128243,5,1638450000,2021,12,2,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128244,5,1638451800,2021,12,2,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128245,5,1638453600,2021,12,2,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128246,5,1638455400,2021,12,2,4,15,30,'',0,99,99,0,0,'false','false',1568653883);
INSERT INTO `wpdl_booking_package_schedule` VALUES (128247,5,1638457200,2021,12,2,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128248,5,1638471600,2021,12,2,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128249,5,1638473400,2021,12,2,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128250,5,1638475200,2021,12,2,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128251,5,1638477000,2021,12,2,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128252,5,1638478800,2021,12,2,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128253,5,1638480600,2021,12,2,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128254,5,1638482400,2021,12,2,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128255,5,1638484200,2021,12,2,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128256,5,1638532800,2021,12,3,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128257,5,1638534600,2021,12,3,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128258,5,1638536400,2021,12,3,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128259,5,1638538200,2021,12,3,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128260,5,1638540000,2021,12,3,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128261,5,1638541800,2021,12,3,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128262,5,1638543600,2021,12,3,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128263,5,1638558000,2021,12,3,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128264,5,1638559800,2021,12,3,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128265,5,1638561600,2021,12,3,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128266,5,1638563400,2021,12,3,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128267,5,1638565200,2021,12,3,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128268,5,1638567000,2021,12,3,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128269,5,1638568800,2021,12,3,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128270,5,1638570600,2021,12,3,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128271,5,1638619200,2021,12,4,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128272,5,1638621000,2021,12,4,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128273,5,1638622800,2021,12,4,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128274,5,1638624600,2021,12,4,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128275,5,1638626400,2021,12,4,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128276,5,1638628200,2021,12,4,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128277,5,1638630000,2021,12,4,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128278,5,1638644400,2021,12,4,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128279,5,1638646200,2021,12,4,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128280,5,1638648000,2021,12,4,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128281,5,1638649800,2021,12,4,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128282,5,1638651600,2021,12,4,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128283,5,1638653400,2021,12,4,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128284,5,1638655200,2021,12,4,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128285,5,1638657000,2021,12,4,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128286,5,1638705600,2021,12,5,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128287,5,1638707400,2021,12,5,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128288,5,1638709200,2021,12,5,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128289,5,1638711000,2021,12,5,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128290,5,1638712800,2021,12,5,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128291,5,1638714600,2021,12,5,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128292,5,1638716400,2021,12,5,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128293,5,1638718200,2021,12,5,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128294,5,1638730800,2021,12,5,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128295,5,1638732600,2021,12,5,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128296,5,1638734400,2021,12,5,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128297,5,1638736200,2021,12,5,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128298,5,1638738000,2021,12,5,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128299,5,1638739800,2021,12,5,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128300,5,1638741600,2021,12,5,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128301,5,1638743400,2021,12,5,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128302,5,1638792000,2021,12,6,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128303,5,1638793800,2021,12,6,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128304,5,1638795600,2021,12,6,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128305,5,1638797400,2021,12,6,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128306,5,1638799200,2021,12,6,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128307,5,1638801000,2021,12,6,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128308,5,1638802800,2021,12,6,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128309,5,1638817200,2021,12,6,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128310,5,1638819000,2021,12,6,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128311,5,1638820800,2021,12,6,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128312,5,1638822600,2021,12,6,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128313,5,1638824400,2021,12,6,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128314,5,1638826200,2021,12,6,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128315,5,1638828000,2021,12,6,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128316,5,1638829800,2021,12,6,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128317,5,1638878400,2021,12,7,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128318,5,1638880200,2021,12,7,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128319,5,1638882000,2021,12,7,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128320,5,1638883800,2021,12,7,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128321,5,1638885600,2021,12,7,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128322,5,1638887400,2021,12,7,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128323,5,1638889200,2021,12,7,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128324,5,1638903600,2021,12,7,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128325,5,1638905400,2021,12,7,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128326,5,1638907200,2021,12,7,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128327,5,1638909000,2021,12,7,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128328,5,1638910800,2021,12,7,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128329,5,1638912600,2021,12,7,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128330,5,1638914400,2021,12,7,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128331,5,1638916200,2021,12,7,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128332,5,1638964800,2021,12,8,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128333,5,1638966600,2021,12,8,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128334,5,1638968400,2021,12,8,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128335,5,1638970200,2021,12,8,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128336,5,1638972000,2021,12,8,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128337,5,1638973800,2021,12,8,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128338,5,1638975600,2021,12,8,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128339,5,1638990000,2021,12,8,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128340,5,1638991800,2021,12,8,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128341,5,1638993600,2021,12,8,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128342,5,1638995400,2021,12,8,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128343,5,1638997200,2021,12,8,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128344,5,1638999000,2021,12,8,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128345,5,1639000800,2021,12,8,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128346,5,1639002600,2021,12,8,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128347,5,1639051200,2021,12,9,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128348,5,1639053000,2021,12,9,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128349,5,1639054800,2021,12,9,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128350,5,1639056600,2021,12,9,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128351,5,1639058400,2021,12,9,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128352,5,1639060200,2021,12,9,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128353,5,1639062000,2021,12,9,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128354,5,1639076400,2021,12,9,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128355,5,1639078200,2021,12,9,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128356,5,1639080000,2021,12,9,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128357,5,1639081800,2021,12,9,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128358,5,1639083600,2021,12,9,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128359,5,1639085400,2021,12,9,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128360,5,1639087200,2021,12,9,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128361,5,1639089000,2021,12,9,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128362,5,1639137600,2021,12,10,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128363,5,1639139400,2021,12,10,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128364,5,1639141200,2021,12,10,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128365,5,1639143000,2021,12,10,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128366,5,1639144800,2021,12,10,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128367,5,1639146600,2021,12,10,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128368,5,1639148400,2021,12,10,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128369,5,1639162800,2021,12,10,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128370,5,1639164600,2021,12,10,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128371,5,1639166400,2021,12,10,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128372,5,1639168200,2021,12,10,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128373,5,1639170000,2021,12,10,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128374,5,1639171800,2021,12,10,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128375,5,1639173600,2021,12,10,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128376,5,1639175400,2021,12,10,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128377,5,1639224000,2021,12,11,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128378,5,1639225800,2021,12,11,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128379,5,1639227600,2021,12,11,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128380,5,1639229400,2021,12,11,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128381,5,1639231200,2021,12,11,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128382,5,1639233000,2021,12,11,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128383,5,1639234800,2021,12,11,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128384,5,1639249200,2021,12,11,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128385,5,1639251000,2021,12,11,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128386,5,1639252800,2021,12,11,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128387,5,1639254600,2021,12,11,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128388,5,1639256400,2021,12,11,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128389,5,1639258200,2021,12,11,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128390,5,1639260000,2021,12,11,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128391,5,1639261800,2021,12,11,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128392,5,1639310400,2021,12,12,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128393,5,1639312200,2021,12,12,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128394,5,1639314000,2021,12,12,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128395,5,1639315800,2021,12,12,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128396,5,1639317600,2021,12,12,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128397,5,1639319400,2021,12,12,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128398,5,1639321200,2021,12,12,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128399,5,1639323000,2021,12,12,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128400,5,1639335600,2021,12,12,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128401,5,1639337400,2021,12,12,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128402,5,1639339200,2021,12,12,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128403,5,1639341000,2021,12,12,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128404,5,1639342800,2021,12,12,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128405,5,1639344600,2021,12,12,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128406,5,1639346400,2021,12,12,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128407,5,1639348200,2021,12,12,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128408,5,1639396800,2021,12,13,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128409,5,1639398600,2021,12,13,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128410,5,1639400400,2021,12,13,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128411,5,1639402200,2021,12,13,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128412,5,1639404000,2021,12,13,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128413,5,1639405800,2021,12,13,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128414,5,1639407600,2021,12,13,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128415,5,1639422000,2021,12,13,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128416,5,1639423800,2021,12,13,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128417,5,1639425600,2021,12,13,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128418,5,1639427400,2021,12,13,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128419,5,1639429200,2021,12,13,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128420,5,1639431000,2021,12,13,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128421,5,1639432800,2021,12,13,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128422,5,1639434600,2021,12,13,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128423,5,1639483200,2021,12,14,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128424,5,1639485000,2021,12,14,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128425,5,1639486800,2021,12,14,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128426,5,1639488600,2021,12,14,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128427,5,1639490400,2021,12,14,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128428,5,1639492200,2021,12,14,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128429,5,1639494000,2021,12,14,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128430,5,1639508400,2021,12,14,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128431,5,1639510200,2021,12,14,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128432,5,1639512000,2021,12,14,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128433,5,1639513800,2021,12,14,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128434,5,1639515600,2021,12,14,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128435,5,1639517400,2021,12,14,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128436,5,1639519200,2021,12,14,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128437,5,1639521000,2021,12,14,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128438,5,1639569600,2021,12,15,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128439,5,1639571400,2021,12,15,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128440,5,1639573200,2021,12,15,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128441,5,1639575000,2021,12,15,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128442,5,1639576800,2021,12,15,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128443,5,1639578600,2021,12,15,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128444,5,1639580400,2021,12,15,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128445,5,1639594800,2021,12,15,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128446,5,1639596600,2021,12,15,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128447,5,1639598400,2021,12,15,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128448,5,1639600200,2021,12,15,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128449,5,1639602000,2021,12,15,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128450,5,1639603800,2021,12,15,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128451,5,1639605600,2021,12,15,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128452,5,1639607400,2021,12,15,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128453,5,1639656000,2021,12,16,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128454,5,1639657800,2021,12,16,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128455,5,1639659600,2021,12,16,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128456,5,1639661400,2021,12,16,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128457,5,1639663200,2021,12,16,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128458,5,1639665000,2021,12,16,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128459,5,1639666800,2021,12,16,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128460,5,1639681200,2021,12,16,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128461,5,1639683000,2021,12,16,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128462,5,1639684800,2021,12,16,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128463,5,1639686600,2021,12,16,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128464,5,1639688400,2021,12,16,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128465,5,1639690200,2021,12,16,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128466,5,1639692000,2021,12,16,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128467,5,1639693800,2021,12,16,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128468,5,1639742400,2021,12,17,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128469,5,1639744200,2021,12,17,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128470,5,1639746000,2021,12,17,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128471,5,1639747800,2021,12,17,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128472,5,1639749600,2021,12,17,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128473,5,1639751400,2021,12,17,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128474,5,1639753200,2021,12,17,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128475,5,1639767600,2021,12,17,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128476,5,1639769400,2021,12,17,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128477,5,1639771200,2021,12,17,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128478,5,1639773000,2021,12,17,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128479,5,1639774800,2021,12,17,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128480,5,1639776600,2021,12,17,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128481,5,1639778400,2021,12,17,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128482,5,1639780200,2021,12,17,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128483,5,1639828800,2021,12,18,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128484,5,1639830600,2021,12,18,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128485,5,1639832400,2021,12,18,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128486,5,1639834200,2021,12,18,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128487,5,1639836000,2021,12,18,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128488,5,1639837800,2021,12,18,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128489,5,1639839600,2021,12,18,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128490,5,1639854000,2021,12,18,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128491,5,1639855800,2021,12,18,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128492,5,1639857600,2021,12,18,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128493,5,1639859400,2021,12,18,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128494,5,1639861200,2021,12,18,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128495,5,1639863000,2021,12,18,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128496,5,1639864800,2021,12,18,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128497,5,1639866600,2021,12,18,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128498,5,1639915200,2021,12,19,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128499,5,1639917000,2021,12,19,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128500,5,1639918800,2021,12,19,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128501,5,1639920600,2021,12,19,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128502,5,1639922400,2021,12,19,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128503,5,1639924200,2021,12,19,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128504,5,1639926000,2021,12,19,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128505,5,1639927800,2021,12,19,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128506,5,1639940400,2021,12,19,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128507,5,1639942200,2021,12,19,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128508,5,1639944000,2021,12,19,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128509,5,1639945800,2021,12,19,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128510,5,1639947600,2021,12,19,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128511,5,1639949400,2021,12,19,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128512,5,1639951200,2021,12,19,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128513,5,1639953000,2021,12,19,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128514,5,1640001600,2021,12,20,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128515,5,1640003400,2021,12,20,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128516,5,1640005200,2021,12,20,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128517,5,1640007000,2021,12,20,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128518,5,1640008800,2021,12,20,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128519,5,1640010600,2021,12,20,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128520,5,1640012400,2021,12,20,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128521,5,1640026800,2021,12,20,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128522,5,1640028600,2021,12,20,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128523,5,1640030400,2021,12,20,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128524,5,1640032200,2021,12,20,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128525,5,1640034000,2021,12,20,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128526,5,1640035800,2021,12,20,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128527,5,1640037600,2021,12,20,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128528,5,1640039400,2021,12,20,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128529,5,1640088000,2021,12,21,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128530,5,1640089800,2021,12,21,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128531,5,1640091600,2021,12,21,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128532,5,1640093400,2021,12,21,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128533,5,1640095200,2021,12,21,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128534,5,1640097000,2021,12,21,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128535,5,1640098800,2021,12,21,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128536,5,1640113200,2021,12,21,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128537,5,1640115000,2021,12,21,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128538,5,1640116800,2021,12,21,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128539,5,1640118600,2021,12,21,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128540,5,1640120400,2021,12,21,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128541,5,1640122200,2021,12,21,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128542,5,1640124000,2021,12,21,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128543,5,1640125800,2021,12,21,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128544,5,1640174400,2021,12,22,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128545,5,1640176200,2021,12,22,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128546,5,1640178000,2021,12,22,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128547,5,1640179800,2021,12,22,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128548,5,1640181600,2021,12,22,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128549,5,1640183400,2021,12,22,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128550,5,1640185200,2021,12,22,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128551,5,1640199600,2021,12,22,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128552,5,1640201400,2021,12,22,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128553,5,1640203200,2021,12,22,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128554,5,1640205000,2021,12,22,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128555,5,1640206800,2021,12,22,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128556,5,1640208600,2021,12,22,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128557,5,1640210400,2021,12,22,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128558,5,1640212200,2021,12,22,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128559,5,1640260800,2021,12,23,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128560,5,1640262600,2021,12,23,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128561,5,1640264400,2021,12,23,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128562,5,1640266200,2021,12,23,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128563,5,1640268000,2021,12,23,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128564,5,1640269800,2021,12,23,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128565,5,1640271600,2021,12,23,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128566,5,1640286000,2021,12,23,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128567,5,1640287800,2021,12,23,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128568,5,1640289600,2021,12,23,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128569,5,1640291400,2021,12,23,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128570,5,1640293200,2021,12,23,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128571,5,1640295000,2021,12,23,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128572,5,1640296800,2021,12,23,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128573,5,1640298600,2021,12,23,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128574,5,1640347200,2021,12,24,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128575,5,1640349000,2021,12,24,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128576,5,1640350800,2021,12,24,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128577,5,1640352600,2021,12,24,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128578,5,1640354400,2021,12,24,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128579,5,1640356200,2021,12,24,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128580,5,1640358000,2021,12,24,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128581,5,1640372400,2021,12,24,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128582,5,1640374200,2021,12,24,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128583,5,1640376000,2021,12,24,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128584,5,1640377800,2021,12,24,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128585,5,1640379600,2021,12,24,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128586,5,1640381400,2021,12,24,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128587,5,1640383200,2021,12,24,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128588,5,1640385000,2021,12,24,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128589,5,1640433600,2021,12,25,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128590,5,1640435400,2021,12,25,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128591,5,1640437200,2021,12,25,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128592,5,1640439000,2021,12,25,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128593,5,1640440800,2021,12,25,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128594,5,1640442600,2021,12,25,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128595,5,1640444400,2021,12,25,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128596,5,1640458800,2021,12,25,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128597,5,1640460600,2021,12,25,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128598,5,1640462400,2021,12,25,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128599,5,1640464200,2021,12,25,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128600,5,1640466000,2021,12,25,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128601,5,1640467800,2021,12,25,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128602,5,1640469600,2021,12,25,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128603,5,1640471400,2021,12,25,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128604,5,1640520000,2021,12,26,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128605,5,1640521800,2021,12,26,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128606,5,1640523600,2021,12,26,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128607,5,1640525400,2021,12,26,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128608,5,1640527200,2021,12,26,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128609,5,1640529000,2021,12,26,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128610,5,1640530800,2021,12,26,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128611,5,1640532600,2021,12,26,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128612,5,1640545200,2021,12,26,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128613,5,1640547000,2021,12,26,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128614,5,1640548800,2021,12,26,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128615,5,1640550600,2021,12,26,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128616,5,1640552400,2021,12,26,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128617,5,1640554200,2021,12,26,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128618,5,1640556000,2021,12,26,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128619,5,1640557800,2021,12,26,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128620,5,1640606400,2021,12,27,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128621,5,1640608200,2021,12,27,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128622,5,1640610000,2021,12,27,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128623,5,1640611800,2021,12,27,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128624,5,1640613600,2021,12,27,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128625,5,1640615400,2021,12,27,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128626,5,1640617200,2021,12,27,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128627,5,1640631600,2021,12,27,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128628,5,1640633400,2021,12,27,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128629,5,1640635200,2021,12,27,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128630,5,1640637000,2021,12,27,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128631,5,1640638800,2021,12,27,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128632,5,1640640600,2021,12,27,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128633,5,1640642400,2021,12,27,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128634,5,1640644200,2021,12,27,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128635,5,1640692800,2021,12,28,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128636,5,1640694600,2021,12,28,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128637,5,1640696400,2021,12,28,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128638,5,1640698200,2021,12,28,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128639,5,1640700000,2021,12,28,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128640,5,1640701800,2021,12,28,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128641,5,1640703600,2021,12,28,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128642,5,1640718000,2021,12,28,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128643,5,1640719800,2021,12,28,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128644,5,1640721600,2021,12,28,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128645,5,1640723400,2021,12,28,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128646,5,1640725200,2021,12,28,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128647,5,1640727000,2021,12,28,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128648,5,1640728800,2021,12,28,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128649,5,1640730600,2021,12,28,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128650,5,1640779200,2021,12,29,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128651,5,1640781000,2021,12,29,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128652,5,1640782800,2021,12,29,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128653,5,1640784600,2021,12,29,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128654,5,1640786400,2021,12,29,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128655,5,1640788200,2021,12,29,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128656,5,1640790000,2021,12,29,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128657,5,1640804400,2021,12,29,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128658,5,1640806200,2021,12,29,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128659,5,1640808000,2021,12,29,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128660,5,1640809800,2021,12,29,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128661,5,1640811600,2021,12,29,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128662,5,1640813400,2021,12,29,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128663,5,1640815200,2021,12,29,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128664,5,1640817000,2021,12,29,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128665,5,1640865600,2021,12,30,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128666,5,1640867400,2021,12,30,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128667,5,1640869200,2021,12,30,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128668,5,1640871000,2021,12,30,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128669,5,1640872800,2021,12,30,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128670,5,1640874600,2021,12,30,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128671,5,1640876400,2021,12,30,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128672,5,1640890800,2021,12,30,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128673,5,1640892600,2021,12,30,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128674,5,1640894400,2021,12,30,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128675,5,1640896200,2021,12,30,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128676,5,1640898000,2021,12,30,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128677,5,1640899800,2021,12,30,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128678,5,1640901600,2021,12,30,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128679,5,1640903400,2021,12,30,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128680,5,1640952000,2021,12,31,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128681,5,1640953800,2021,12,31,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128682,5,1640955600,2021,12,31,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128683,5,1640957400,2021,12,31,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128684,5,1640959200,2021,12,31,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128685,5,1640961000,2021,12,31,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128686,5,1640962800,2021,12,31,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128687,5,1640977200,2021,12,31,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128688,5,1640979000,2021,12,31,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128689,5,1640980800,2021,12,31,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128690,5,1640982600,2021,12,31,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128691,5,1640984400,2021,12,31,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128692,5,1640986200,2021,12,31,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128693,5,1640988000,2021,12,31,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128694,5,1640989800,2021,12,31,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128695,5,1641038400,2022,1,1,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128696,5,1641040200,2022,1,1,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128697,5,1641042000,2022,1,1,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128698,5,1641043800,2022,1,1,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128699,5,1641045600,2022,1,1,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128700,5,1641047400,2022,1,1,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128701,5,1641049200,2022,1,1,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128702,5,1641063600,2022,1,1,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128703,5,1641065400,2022,1,1,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128704,5,1641067200,2022,1,1,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128705,5,1641069000,2022,1,1,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128706,5,1641070800,2022,1,1,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128707,5,1641072600,2022,1,1,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128708,5,1641074400,2022,1,1,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128709,5,1641076200,2022,1,1,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128710,5,1641124800,2022,1,2,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128711,5,1641126600,2022,1,2,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128712,5,1641128400,2022,1,2,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128713,5,1641130200,2022,1,2,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128714,5,1641132000,2022,1,2,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128715,5,1641133800,2022,1,2,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128716,5,1641135600,2022,1,2,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128717,5,1641137400,2022,1,2,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128718,5,1641150000,2022,1,2,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128719,5,1641151800,2022,1,2,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128720,5,1641153600,2022,1,2,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128721,5,1641155400,2022,1,2,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128722,5,1641157200,2022,1,2,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128723,5,1641159000,2022,1,2,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128724,5,1641160800,2022,1,2,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128725,5,1641162600,2022,1,2,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128726,5,1641211200,2022,1,3,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128727,5,1641213000,2022,1,3,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128728,5,1641214800,2022,1,3,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128729,5,1641216600,2022,1,3,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128730,5,1641218400,2022,1,3,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128731,5,1641220200,2022,1,3,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128732,5,1641222000,2022,1,3,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128733,5,1641236400,2022,1,3,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128734,5,1641238200,2022,1,3,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128735,5,1641240000,2022,1,3,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128736,5,1641241800,2022,1,3,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128737,5,1641243600,2022,1,3,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128738,5,1641245400,2022,1,3,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128739,5,1641247200,2022,1,3,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128740,5,1641249000,2022,1,3,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128741,5,1641297600,2022,1,4,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128742,5,1641299400,2022,1,4,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128743,5,1641301200,2022,1,4,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128744,5,1641303000,2022,1,4,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128745,5,1641304800,2022,1,4,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128746,5,1641306600,2022,1,4,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128747,5,1641308400,2022,1,4,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128748,5,1641322800,2022,1,4,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128749,5,1641324600,2022,1,4,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128750,5,1641326400,2022,1,4,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128751,5,1641328200,2022,1,4,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128752,5,1641330000,2022,1,4,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128753,5,1641331800,2022,1,4,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128754,5,1641333600,2022,1,4,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128755,5,1641335400,2022,1,4,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128756,5,1641384000,2022,1,5,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128757,5,1641385800,2022,1,5,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128758,5,1641387600,2022,1,5,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128759,5,1641389400,2022,1,5,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128760,5,1641391200,2022,1,5,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128761,5,1641393000,2022,1,5,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128762,5,1641394800,2022,1,5,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128763,5,1641409200,2022,1,5,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128764,5,1641411000,2022,1,5,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128765,5,1641412800,2022,1,5,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128766,5,1641414600,2022,1,5,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128767,5,1641416400,2022,1,5,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128768,5,1641418200,2022,1,5,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128769,5,1641420000,2022,1,5,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128770,5,1641421800,2022,1,5,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128771,5,1641470400,2022,1,6,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128772,5,1641472200,2022,1,6,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128773,5,1641474000,2022,1,6,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128774,5,1641475800,2022,1,6,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128775,5,1641477600,2022,1,6,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128776,5,1641479400,2022,1,6,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128777,5,1641481200,2022,1,6,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128778,5,1641495600,2022,1,6,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128779,5,1641497400,2022,1,6,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128780,5,1641499200,2022,1,6,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128781,5,1641501000,2022,1,6,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128782,5,1641502800,2022,1,6,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128783,5,1641504600,2022,1,6,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128784,5,1641506400,2022,1,6,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128785,5,1641508200,2022,1,6,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128786,5,1641556800,2022,1,7,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128787,5,1641558600,2022,1,7,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128788,5,1641560400,2022,1,7,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128789,5,1641562200,2022,1,7,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128790,5,1641564000,2022,1,7,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128791,5,1641565800,2022,1,7,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128792,5,1641567600,2022,1,7,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128793,5,1641582000,2022,1,7,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128794,5,1641583800,2022,1,7,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128795,5,1641585600,2022,1,7,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128796,5,1641587400,2022,1,7,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128797,5,1641589200,2022,1,7,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128798,5,1641591000,2022,1,7,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128799,5,1641592800,2022,1,7,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128800,5,1641594600,2022,1,7,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128801,5,1641643200,2022,1,8,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128802,5,1641645000,2022,1,8,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128803,5,1641646800,2022,1,8,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128804,5,1641648600,2022,1,8,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128805,5,1641650400,2022,1,8,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128806,5,1641652200,2022,1,8,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128807,5,1641654000,2022,1,8,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128808,5,1641668400,2022,1,8,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128809,5,1641670200,2022,1,8,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128810,5,1641672000,2022,1,8,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128811,5,1641673800,2022,1,8,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128812,5,1641675600,2022,1,8,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128813,5,1641677400,2022,1,8,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128814,5,1641679200,2022,1,8,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128815,5,1641681000,2022,1,8,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128816,5,1641729600,2022,1,9,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128817,5,1641731400,2022,1,9,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128818,5,1641733200,2022,1,9,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128819,5,1641735000,2022,1,9,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128820,5,1641736800,2022,1,9,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128821,5,1641738600,2022,1,9,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128822,5,1641740400,2022,1,9,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128823,5,1641742200,2022,1,9,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128824,5,1641754800,2022,1,9,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128825,5,1641756600,2022,1,9,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128826,5,1641758400,2022,1,9,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128827,5,1641760200,2022,1,9,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128828,5,1641762000,2022,1,9,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128829,5,1641763800,2022,1,9,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128830,5,1641765600,2022,1,9,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128831,5,1641767400,2022,1,9,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128832,5,1641816000,2022,1,10,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128833,5,1641817800,2022,1,10,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128834,5,1641819600,2022,1,10,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128835,5,1641821400,2022,1,10,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128836,5,1641823200,2022,1,10,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128837,5,1641825000,2022,1,10,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128838,5,1641826800,2022,1,10,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128839,5,1641841200,2022,1,10,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128840,5,1641843000,2022,1,10,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128841,5,1641844800,2022,1,10,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128842,5,1641846600,2022,1,10,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128843,5,1641848400,2022,1,10,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128844,5,1641850200,2022,1,10,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128845,5,1641852000,2022,1,10,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128846,5,1641853800,2022,1,10,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128847,5,1641902400,2022,1,11,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128848,5,1641904200,2022,1,11,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128849,5,1641906000,2022,1,11,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128850,5,1641907800,2022,1,11,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128851,5,1641909600,2022,1,11,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128852,5,1641911400,2022,1,11,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128853,5,1641913200,2022,1,11,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128854,5,1641927600,2022,1,11,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128855,5,1641929400,2022,1,11,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128856,5,1641931200,2022,1,11,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128857,5,1641933000,2022,1,11,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128858,5,1641934800,2022,1,11,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128859,5,1641936600,2022,1,11,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128860,5,1641938400,2022,1,11,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128861,5,1641940200,2022,1,11,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128862,5,1641988800,2022,1,12,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128863,5,1641990600,2022,1,12,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128864,5,1641992400,2022,1,12,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128865,5,1641994200,2022,1,12,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128866,5,1641996000,2022,1,12,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128867,5,1641997800,2022,1,12,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128868,5,1641999600,2022,1,12,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128869,5,1642014000,2022,1,12,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128870,5,1642015800,2022,1,12,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128871,5,1642017600,2022,1,12,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128872,5,1642019400,2022,1,12,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128873,5,1642021200,2022,1,12,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128874,5,1642023000,2022,1,12,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128875,5,1642024800,2022,1,12,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128876,5,1642026600,2022,1,12,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128877,5,1642075200,2022,1,13,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128878,5,1642077000,2022,1,13,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128879,5,1642078800,2022,1,13,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128880,5,1642080600,2022,1,13,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128881,5,1642082400,2022,1,13,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128882,5,1642084200,2022,1,13,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128883,5,1642086000,2022,1,13,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128884,5,1642100400,2022,1,13,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128885,5,1642102200,2022,1,13,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128886,5,1642104000,2022,1,13,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128887,5,1642105800,2022,1,13,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128888,5,1642107600,2022,1,13,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128889,5,1642109400,2022,1,13,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128890,5,1642111200,2022,1,13,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128891,5,1642113000,2022,1,13,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128892,5,1642161600,2022,1,14,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128893,5,1642163400,2022,1,14,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(128894,5,1642165200,2022,1,14,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(128895,5,1642167000,2022,1,14,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(128896,5,1642168800,2022,1,14,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(128897,5,1642170600,2022,1,14,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(128898,5,1642172400,2022,1,14,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(128899,5,1642186800,2022,1,14,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(128900,5,1642188600,2022,1,14,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(128901,5,1642190400,2022,1,14,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(128902,5,1642192200,2022,1,14,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(128903,5,1642194000,2022,1,14,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(128904,5,1642195800,2022,1,14,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(128905,5,1642197600,2022,1,14,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(128906,5,1642199400,2022,1,14,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(128907,5,1642248000,2022,1,15,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(128908,5,1642249800,2022,1,15,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(128909,5,1642251600,2022,1,15,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(128910,5,1642253400,2022,1,15,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(128911,5,1642255200,2022,1,15,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(128912,5,1642257000,2022,1,15,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(128913,5,1642258800,2022,1,15,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(128914,5,1642273200,2022,1,15,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(128915,5,1642275000,2022,1,15,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(128916,5,1642276800,2022,1,15,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(128917,5,1642278600,2022,1,15,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(128918,5,1642280400,2022,1,15,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(128919,5,1642282200,2022,1,15,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(128920,5,1642284000,2022,1,15,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(128921,5,1642285800,2022,1,15,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(128922,5,1642334400,2022,1,16,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(128923,5,1642336200,2022,1,16,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(128924,5,1642338000,2022,1,16,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(128925,5,1642339800,2022,1,16,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(128926,5,1642341600,2022,1,16,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(128927,5,1642343400,2022,1,16,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(128928,5,1642345200,2022,1,16,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(128929,5,1642347000,2022,1,16,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(128930,5,1642359600,2022,1,16,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(128931,5,1642361400,2022,1,16,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(128932,5,1642363200,2022,1,16,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(128933,5,1642365000,2022,1,16,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(128934,5,1642366800,2022,1,16,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(128935,5,1642368600,2022,1,16,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(128936,5,1642370400,2022,1,16,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(128937,5,1642372200,2022,1,16,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(128938,5,1642420800,2022,1,17,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(128939,5,1642422600,2022,1,17,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(128940,5,1642424400,2022,1,17,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(128941,5,1642426200,2022,1,17,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(128942,5,1642428000,2022,1,17,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(128943,5,1642429800,2022,1,17,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(128944,5,1642431600,2022,1,17,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(128945,5,1642446000,2022,1,17,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(128946,5,1642447800,2022,1,17,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(128947,5,1642449600,2022,1,17,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(128948,5,1642451400,2022,1,17,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(128949,5,1642453200,2022,1,17,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(128950,5,1642455000,2022,1,17,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(128951,5,1642456800,2022,1,17,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(128952,5,1642458600,2022,1,17,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(128953,5,1642507200,2022,1,18,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(128954,5,1642509000,2022,1,18,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(128955,5,1642510800,2022,1,18,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(128956,5,1642512600,2022,1,18,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(128957,5,1642514400,2022,1,18,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(128958,5,1642516200,2022,1,18,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(128959,5,1642518000,2022,1,18,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(128960,5,1642532400,2022,1,18,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(128961,5,1642534200,2022,1,18,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(128962,5,1642536000,2022,1,18,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(128963,5,1642537800,2022,1,18,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(128964,5,1642539600,2022,1,18,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(128965,5,1642541400,2022,1,18,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(128966,5,1642543200,2022,1,18,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(128967,5,1642545000,2022,1,18,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(128968,5,1642593600,2022,1,19,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(128969,5,1642595400,2022,1,19,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(128970,5,1642597200,2022,1,19,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(128971,5,1642599000,2022,1,19,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(128972,5,1642600800,2022,1,19,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(128973,5,1642602600,2022,1,19,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(128974,5,1642604400,2022,1,19,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(128975,5,1642618800,2022,1,19,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(128976,5,1642620600,2022,1,19,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(128977,5,1642622400,2022,1,19,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(128978,5,1642624200,2022,1,19,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(128979,5,1642626000,2022,1,19,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(128980,5,1642627800,2022,1,19,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(128981,5,1642629600,2022,1,19,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(128982,5,1642631400,2022,1,19,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(128983,5,1642680000,2022,1,20,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(128984,5,1642681800,2022,1,20,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(128985,5,1642683600,2022,1,20,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(128986,5,1642685400,2022,1,20,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(128987,5,1642687200,2022,1,20,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(128988,5,1642689000,2022,1,20,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(128989,5,1642690800,2022,1,20,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(128990,5,1642705200,2022,1,20,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(128991,5,1642707000,2022,1,20,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(128992,5,1642708800,2022,1,20,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(128993,5,1642710600,2022,1,20,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(128994,5,1642712400,2022,1,20,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(128995,5,1642714200,2022,1,20,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(128996,5,1642716000,2022,1,20,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(128997,5,1642717800,2022,1,20,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(128998,5,1642766400,2022,1,21,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(128999,5,1642768200,2022,1,21,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129000,5,1642770000,2022,1,21,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129001,5,1642771800,2022,1,21,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129002,5,1642773600,2022,1,21,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129003,5,1642775400,2022,1,21,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129004,5,1642777200,2022,1,21,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129005,5,1642791600,2022,1,21,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129006,5,1642793400,2022,1,21,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129007,5,1642795200,2022,1,21,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129008,5,1642797000,2022,1,21,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129009,5,1642798800,2022,1,21,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129010,5,1642800600,2022,1,21,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129011,5,1642802400,2022,1,21,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129012,5,1642804200,2022,1,21,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129013,5,1642852800,2022,1,22,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129014,5,1642854600,2022,1,22,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129015,5,1642856400,2022,1,22,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129016,5,1642858200,2022,1,22,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129017,5,1642860000,2022,1,22,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129018,5,1642861800,2022,1,22,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129019,5,1642863600,2022,1,22,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129020,5,1642878000,2022,1,22,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129021,5,1642879800,2022,1,22,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129022,5,1642881600,2022,1,22,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129023,5,1642883400,2022,1,22,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129024,5,1642885200,2022,1,22,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129025,5,1642887000,2022,1,22,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129026,5,1642888800,2022,1,22,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129027,5,1642890600,2022,1,22,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129028,5,1642939200,2022,1,23,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129029,5,1642941000,2022,1,23,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129030,5,1642942800,2022,1,23,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129031,5,1642944600,2022,1,23,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129032,5,1642946400,2022,1,23,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129033,5,1642948200,2022,1,23,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129034,5,1642950000,2022,1,23,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129035,5,1642951800,2022,1,23,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129036,5,1642964400,2022,1,23,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129037,5,1642966200,2022,1,23,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129038,5,1642968000,2022,1,23,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129039,5,1642969800,2022,1,23,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129040,5,1642971600,2022,1,23,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129041,5,1642973400,2022,1,23,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129042,5,1642975200,2022,1,23,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129043,5,1642977000,2022,1,23,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129044,5,1643025600,2022,1,24,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129045,5,1643027400,2022,1,24,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129046,5,1643029200,2022,1,24,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129047,5,1643031000,2022,1,24,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129048,5,1643032800,2022,1,24,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129049,5,1643034600,2022,1,24,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129050,5,1643036400,2022,1,24,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129051,5,1643050800,2022,1,24,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129052,5,1643052600,2022,1,24,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129053,5,1643054400,2022,1,24,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129054,5,1643056200,2022,1,24,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129055,5,1643058000,2022,1,24,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129056,5,1643059800,2022,1,24,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129057,5,1643061600,2022,1,24,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129058,5,1643063400,2022,1,24,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129059,5,1643112000,2022,1,25,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129060,5,1643113800,2022,1,25,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129061,5,1643115600,2022,1,25,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129062,5,1643117400,2022,1,25,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129063,5,1643119200,2022,1,25,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129064,5,1643121000,2022,1,25,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129065,5,1643122800,2022,1,25,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129066,5,1643137200,2022,1,25,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129067,5,1643139000,2022,1,25,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129068,5,1643140800,2022,1,25,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129069,5,1643142600,2022,1,25,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129070,5,1643144400,2022,1,25,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129071,5,1643146200,2022,1,25,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129072,5,1643148000,2022,1,25,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129073,5,1643149800,2022,1,25,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129074,5,1643198400,2022,1,26,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129075,5,1643200200,2022,1,26,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129076,5,1643202000,2022,1,26,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129077,5,1643203800,2022,1,26,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129078,5,1643205600,2022,1,26,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129079,5,1643207400,2022,1,26,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129080,5,1643209200,2022,1,26,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129081,5,1643223600,2022,1,26,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129082,5,1643225400,2022,1,26,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129083,5,1643227200,2022,1,26,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129084,5,1643229000,2022,1,26,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129085,5,1643230800,2022,1,26,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129086,5,1643232600,2022,1,26,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129087,5,1643234400,2022,1,26,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129088,5,1643236200,2022,1,26,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129089,5,1643284800,2022,1,27,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129090,5,1643286600,2022,1,27,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129091,5,1643288400,2022,1,27,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129092,5,1643290200,2022,1,27,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129093,5,1643292000,2022,1,27,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129094,5,1643293800,2022,1,27,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129095,5,1643295600,2022,1,27,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129096,5,1643310000,2022,1,27,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129097,5,1643311800,2022,1,27,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129098,5,1643313600,2022,1,27,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129099,5,1643315400,2022,1,27,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129100,5,1643317200,2022,1,27,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129101,5,1643319000,2022,1,27,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129102,5,1643320800,2022,1,27,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129103,5,1643322600,2022,1,27,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129104,5,1643371200,2022,1,28,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129105,5,1643373000,2022,1,28,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129106,5,1643374800,2022,1,28,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129107,5,1643376600,2022,1,28,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129108,5,1643378400,2022,1,28,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129109,5,1643380200,2022,1,28,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129110,5,1643382000,2022,1,28,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129111,5,1643396400,2022,1,28,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129112,5,1643398200,2022,1,28,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129113,5,1643400000,2022,1,28,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129114,5,1643401800,2022,1,28,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129115,5,1643403600,2022,1,28,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129116,5,1643405400,2022,1,28,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129117,5,1643407200,2022,1,28,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129118,5,1643409000,2022,1,28,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129119,5,1643457600,2022,1,29,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129120,5,1643459400,2022,1,29,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129121,5,1643461200,2022,1,29,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129122,5,1643463000,2022,1,29,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129123,5,1643464800,2022,1,29,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129124,5,1643466600,2022,1,29,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129125,5,1643468400,2022,1,29,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129126,5,1643482800,2022,1,29,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129127,5,1643484600,2022,1,29,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129128,5,1643486400,2022,1,29,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129129,5,1643488200,2022,1,29,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129130,5,1643490000,2022,1,29,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129131,5,1643491800,2022,1,29,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129132,5,1643493600,2022,1,29,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129133,5,1643495400,2022,1,29,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129134,5,1643544000,2022,1,30,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129135,5,1643545800,2022,1,30,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129136,5,1643547600,2022,1,30,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129137,5,1643549400,2022,1,30,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129138,5,1643551200,2022,1,30,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129139,5,1643553000,2022,1,30,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129140,5,1643554800,2022,1,30,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129141,5,1643556600,2022,1,30,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129142,5,1643569200,2022,1,30,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129143,5,1643571000,2022,1,30,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129144,5,1643572800,2022,1,30,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129145,5,1643574600,2022,1,30,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129146,5,1643576400,2022,1,30,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129147,5,1643578200,2022,1,30,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129148,5,1643580000,2022,1,30,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129149,5,1643581800,2022,1,30,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129150,5,1643630400,2022,1,31,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129151,5,1643632200,2022,1,31,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129152,5,1643634000,2022,1,31,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129153,5,1643635800,2022,1,31,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129154,5,1643637600,2022,1,31,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129155,5,1643639400,2022,1,31,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129156,5,1643641200,2022,1,31,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129157,5,1643655600,2022,1,31,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129158,5,1643657400,2022,1,31,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129159,5,1643659200,2022,1,31,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129160,5,1643661000,2022,1,31,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129161,5,1643662800,2022,1,31,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129162,5,1643664600,2022,1,31,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129163,5,1643666400,2022,1,31,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129164,5,1643668200,2022,1,31,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129165,5,1643716800,2022,2,1,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129166,5,1643718600,2022,2,1,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129167,5,1643720400,2022,2,1,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129168,5,1643722200,2022,2,1,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129169,5,1643724000,2022,2,1,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129170,5,1643725800,2022,2,1,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129171,5,1643727600,2022,2,1,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129172,5,1643742000,2022,2,1,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129173,5,1643743800,2022,2,1,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129174,5,1643745600,2022,2,1,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129175,5,1643747400,2022,2,1,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129176,5,1643749200,2022,2,1,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129177,5,1643751000,2022,2,1,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129178,5,1643752800,2022,2,1,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129179,5,1643754600,2022,2,1,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129180,5,1643803200,2022,2,2,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129181,5,1643805000,2022,2,2,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129182,5,1643806800,2022,2,2,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129183,5,1643808600,2022,2,2,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129184,5,1643810400,2022,2,2,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129185,5,1643812200,2022,2,2,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129186,5,1643814000,2022,2,2,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129187,5,1643828400,2022,2,2,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129188,5,1643830200,2022,2,2,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129189,5,1643832000,2022,2,2,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129190,5,1643833800,2022,2,2,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129191,5,1643835600,2022,2,2,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129192,5,1643837400,2022,2,2,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129193,5,1643839200,2022,2,2,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129194,5,1643841000,2022,2,2,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129195,5,1643889600,2022,2,3,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129196,5,1643891400,2022,2,3,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129197,5,1643893200,2022,2,3,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129198,5,1643895000,2022,2,3,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129199,5,1643896800,2022,2,3,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129200,5,1643898600,2022,2,3,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129201,5,1643900400,2022,2,3,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129202,5,1643914800,2022,2,3,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129203,5,1643916600,2022,2,3,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129204,5,1643918400,2022,2,3,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129205,5,1643920200,2022,2,3,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129206,5,1643922000,2022,2,3,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129207,5,1643923800,2022,2,3,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129208,5,1643925600,2022,2,3,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129209,5,1643927400,2022,2,3,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129210,5,1643976000,2022,2,4,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129211,5,1643977800,2022,2,4,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129212,5,1643979600,2022,2,4,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129213,5,1643981400,2022,2,4,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129214,5,1643983200,2022,2,4,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129215,5,1643985000,2022,2,4,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129216,5,1643986800,2022,2,4,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129217,5,1644001200,2022,2,4,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129218,5,1644003000,2022,2,4,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129219,5,1644004800,2022,2,4,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129220,5,1644006600,2022,2,4,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129221,5,1644008400,2022,2,4,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129222,5,1644010200,2022,2,4,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129223,5,1644012000,2022,2,4,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129224,5,1644013800,2022,2,4,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129225,5,1644062400,2022,2,5,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129226,5,1644064200,2022,2,5,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129227,5,1644066000,2022,2,5,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129228,5,1644067800,2022,2,5,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129229,5,1644069600,2022,2,5,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129230,5,1644071400,2022,2,5,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129231,5,1644073200,2022,2,5,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129232,5,1644087600,2022,2,5,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129233,5,1644089400,2022,2,5,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129234,5,1644091200,2022,2,5,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129235,5,1644093000,2022,2,5,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129236,5,1644094800,2022,2,5,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129237,5,1644096600,2022,2,5,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129238,5,1644098400,2022,2,5,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129239,5,1644100200,2022,2,5,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129240,5,1644148800,2022,2,6,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129241,5,1644150600,2022,2,6,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129242,5,1644152400,2022,2,6,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129243,5,1644154200,2022,2,6,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129244,5,1644156000,2022,2,6,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129245,5,1644157800,2022,2,6,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129246,5,1644159600,2022,2,6,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129247,5,1644161400,2022,2,6,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129248,5,1644174000,2022,2,6,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129249,5,1644175800,2022,2,6,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129250,5,1644177600,2022,2,6,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129251,5,1644179400,2022,2,6,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129252,5,1644181200,2022,2,6,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129253,5,1644183000,2022,2,6,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129254,5,1644184800,2022,2,6,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129255,5,1644186600,2022,2,6,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129256,5,1644235200,2022,2,7,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129257,5,1644237000,2022,2,7,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129258,5,1644238800,2022,2,7,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129259,5,1644240600,2022,2,7,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129260,5,1644242400,2022,2,7,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129261,5,1644244200,2022,2,7,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129262,5,1644246000,2022,2,7,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129263,5,1644260400,2022,2,7,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129264,5,1644262200,2022,2,7,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129265,5,1644264000,2022,2,7,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129266,5,1644265800,2022,2,7,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129267,5,1644267600,2022,2,7,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129268,5,1644269400,2022,2,7,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129269,5,1644271200,2022,2,7,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129270,5,1644273000,2022,2,7,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129271,5,1644321600,2022,2,8,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129272,5,1644323400,2022,2,8,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129273,5,1644325200,2022,2,8,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129274,5,1644327000,2022,2,8,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129275,5,1644328800,2022,2,8,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129276,5,1644330600,2022,2,8,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129277,5,1644332400,2022,2,8,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129278,5,1644346800,2022,2,8,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129279,5,1644348600,2022,2,8,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129280,5,1644350400,2022,2,8,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129281,5,1644352200,2022,2,8,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129282,5,1644354000,2022,2,8,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129283,5,1644355800,2022,2,8,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129284,5,1644357600,2022,2,8,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129285,5,1644359400,2022,2,8,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129286,5,1644408000,2022,2,9,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129287,5,1644409800,2022,2,9,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129288,5,1644411600,2022,2,9,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129289,5,1644413400,2022,2,9,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129290,5,1644415200,2022,2,9,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129291,5,1644417000,2022,2,9,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129292,5,1644418800,2022,2,9,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129293,5,1644433200,2022,2,9,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129294,5,1644435000,2022,2,9,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129295,5,1644436800,2022,2,9,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129296,5,1644438600,2022,2,9,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129297,5,1644440400,2022,2,9,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129298,5,1644442200,2022,2,9,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129299,5,1644444000,2022,2,9,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129300,5,1644445800,2022,2,9,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129301,5,1644494400,2022,2,10,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129302,5,1644496200,2022,2,10,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129303,5,1644498000,2022,2,10,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129304,5,1644499800,2022,2,10,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129305,5,1644501600,2022,2,10,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129306,5,1644503400,2022,2,10,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129307,5,1644505200,2022,2,10,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129308,5,1644519600,2022,2,10,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129309,5,1644521400,2022,2,10,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129310,5,1644523200,2022,2,10,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129311,5,1644525000,2022,2,10,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129312,5,1644526800,2022,2,10,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129313,5,1644528600,2022,2,10,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129314,5,1644530400,2022,2,10,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129315,5,1644532200,2022,2,10,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129316,5,1644580800,2022,2,11,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129317,5,1644582600,2022,2,11,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129318,5,1644584400,2022,2,11,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129319,5,1644586200,2022,2,11,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129320,5,1644588000,2022,2,11,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129321,5,1644589800,2022,2,11,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129322,5,1644591600,2022,2,11,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129323,5,1644606000,2022,2,11,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129324,5,1644607800,2022,2,11,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129325,5,1644609600,2022,2,11,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129326,5,1644611400,2022,2,11,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129327,5,1644613200,2022,2,11,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129328,5,1644615000,2022,2,11,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129329,5,1644616800,2022,2,11,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129330,5,1644618600,2022,2,11,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129331,5,1644667200,2022,2,12,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129332,5,1644669000,2022,2,12,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129333,5,1644670800,2022,2,12,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129334,5,1644672600,2022,2,12,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129335,5,1644674400,2022,2,12,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129336,5,1644676200,2022,2,12,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129337,5,1644678000,2022,2,12,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129338,5,1644692400,2022,2,12,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129339,5,1644694200,2022,2,12,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129340,5,1644696000,2022,2,12,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129341,5,1644697800,2022,2,12,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129342,5,1644699600,2022,2,12,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129343,5,1644701400,2022,2,12,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129344,5,1644703200,2022,2,12,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129345,5,1644705000,2022,2,12,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129346,5,1644753600,2022,2,13,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129347,5,1644755400,2022,2,13,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129348,5,1644757200,2022,2,13,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129349,5,1644759000,2022,2,13,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129350,5,1644760800,2022,2,13,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129351,5,1644762600,2022,2,13,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129352,5,1644764400,2022,2,13,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129353,5,1644766200,2022,2,13,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129354,5,1644778800,2022,2,13,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129355,5,1644780600,2022,2,13,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129356,5,1644782400,2022,2,13,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129357,5,1644784200,2022,2,13,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129358,5,1644786000,2022,2,13,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129359,5,1644787800,2022,2,13,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129360,5,1644789600,2022,2,13,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129361,5,1644791400,2022,2,13,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129362,5,1644840000,2022,2,14,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129363,5,1644841800,2022,2,14,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129364,5,1644843600,2022,2,14,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129365,5,1644845400,2022,2,14,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129366,5,1644847200,2022,2,14,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129367,5,1644849000,2022,2,14,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129368,5,1644850800,2022,2,14,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129369,5,1644865200,2022,2,14,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129370,5,1644867000,2022,2,14,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129371,5,1644868800,2022,2,14,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129372,5,1644870600,2022,2,14,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129373,5,1644872400,2022,2,14,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129374,5,1644874200,2022,2,14,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129375,5,1644876000,2022,2,14,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129376,5,1644877800,2022,2,14,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129377,5,1644926400,2022,2,15,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129378,5,1644928200,2022,2,15,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129379,5,1644930000,2022,2,15,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129380,5,1644931800,2022,2,15,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129381,5,1644933600,2022,2,15,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129382,5,1644935400,2022,2,15,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129383,5,1644937200,2022,2,15,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129384,5,1644951600,2022,2,15,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129385,5,1644953400,2022,2,15,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129386,5,1644955200,2022,2,15,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129387,5,1644957000,2022,2,15,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129388,5,1644958800,2022,2,15,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129389,5,1644960600,2022,2,15,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129390,5,1644962400,2022,2,15,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129391,5,1644964200,2022,2,15,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129392,5,1645012800,2022,2,16,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129393,5,1645014600,2022,2,16,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129394,5,1645016400,2022,2,16,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129395,5,1645018200,2022,2,16,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129396,5,1645020000,2022,2,16,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129397,5,1645021800,2022,2,16,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129398,5,1645023600,2022,2,16,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129399,5,1645038000,2022,2,16,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129400,5,1645039800,2022,2,16,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129401,5,1645041600,2022,2,16,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129402,5,1645043400,2022,2,16,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129403,5,1645045200,2022,2,16,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129404,5,1645047000,2022,2,16,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129405,5,1645048800,2022,2,16,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129406,5,1645050600,2022,2,16,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129407,5,1645099200,2022,2,17,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129408,5,1645101000,2022,2,17,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129409,5,1645102800,2022,2,17,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129410,5,1645104600,2022,2,17,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129411,5,1645106400,2022,2,17,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129412,5,1645108200,2022,2,17,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129413,5,1645110000,2022,2,17,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129414,5,1645124400,2022,2,17,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129415,5,1645126200,2022,2,17,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129416,5,1645128000,2022,2,17,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129417,5,1645129800,2022,2,17,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129418,5,1645131600,2022,2,17,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129419,5,1645133400,2022,2,17,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129420,5,1645135200,2022,2,17,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129421,5,1645137000,2022,2,17,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129422,5,1645185600,2022,2,18,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129423,5,1645187400,2022,2,18,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129424,5,1645189200,2022,2,18,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129425,5,1645191000,2022,2,18,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129426,5,1645192800,2022,2,18,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129427,5,1645194600,2022,2,18,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129428,5,1645196400,2022,2,18,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129429,5,1645210800,2022,2,18,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129430,5,1645212600,2022,2,18,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129431,5,1645214400,2022,2,18,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129432,5,1645216200,2022,2,18,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129433,5,1645218000,2022,2,18,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129434,5,1645219800,2022,2,18,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129435,5,1645221600,2022,2,18,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129436,5,1645223400,2022,2,18,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129437,5,1645272000,2022,2,19,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129438,5,1645273800,2022,2,19,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129439,5,1645275600,2022,2,19,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129440,5,1645277400,2022,2,19,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129441,5,1645279200,2022,2,19,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129442,5,1645281000,2022,2,19,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129443,5,1645282800,2022,2,19,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129444,5,1645297200,2022,2,19,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129445,5,1645299000,2022,2,19,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129446,5,1645300800,2022,2,19,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129447,5,1645302600,2022,2,19,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129448,5,1645304400,2022,2,19,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129449,5,1645306200,2022,2,19,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129450,5,1645308000,2022,2,19,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129451,5,1645309800,2022,2,19,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129452,5,1645358400,2022,2,20,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129453,5,1645360200,2022,2,20,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129454,5,1645362000,2022,2,20,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129455,5,1645363800,2022,2,20,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129456,5,1645365600,2022,2,20,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129457,5,1645367400,2022,2,20,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129458,5,1645369200,2022,2,20,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129459,5,1645371000,2022,2,20,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129460,5,1645383600,2022,2,20,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129461,5,1645385400,2022,2,20,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129462,5,1645387200,2022,2,20,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129463,5,1645389000,2022,2,20,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129464,5,1645390800,2022,2,20,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129465,5,1645392600,2022,2,20,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129466,5,1645394400,2022,2,20,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129467,5,1645396200,2022,2,20,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129468,5,1645444800,2022,2,21,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129469,5,1645446600,2022,2,21,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129470,5,1645448400,2022,2,21,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129471,5,1645450200,2022,2,21,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129472,5,1645452000,2022,2,21,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129473,5,1645453800,2022,2,21,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129474,5,1645455600,2022,2,21,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129475,5,1645470000,2022,2,21,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129476,5,1645471800,2022,2,21,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129477,5,1645473600,2022,2,21,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129478,5,1645475400,2022,2,21,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129479,5,1645477200,2022,2,21,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129480,5,1645479000,2022,2,21,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129481,5,1645480800,2022,2,21,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129482,5,1645482600,2022,2,21,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129483,5,1645531200,2022,2,22,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129484,5,1645533000,2022,2,22,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129485,5,1645534800,2022,2,22,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129486,5,1645536600,2022,2,22,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129487,5,1645538400,2022,2,22,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129488,5,1645540200,2022,2,22,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129489,5,1645542000,2022,2,22,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129490,5,1645556400,2022,2,22,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129491,5,1645558200,2022,2,22,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129492,5,1645560000,2022,2,22,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129493,5,1645561800,2022,2,22,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129494,5,1645563600,2022,2,22,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129495,5,1645565400,2022,2,22,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129496,5,1645567200,2022,2,22,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129497,5,1645569000,2022,2,22,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129498,5,1645617600,2022,2,23,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129499,5,1645619400,2022,2,23,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129500,5,1645621200,2022,2,23,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129501,5,1645623000,2022,2,23,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129502,5,1645624800,2022,2,23,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129503,5,1645626600,2022,2,23,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129504,5,1645628400,2022,2,23,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129505,5,1645642800,2022,2,23,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129506,5,1645644600,2022,2,23,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129507,5,1645646400,2022,2,23,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129508,5,1645648200,2022,2,23,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129509,5,1645650000,2022,2,23,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129510,5,1645651800,2022,2,23,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129511,5,1645653600,2022,2,23,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129512,5,1645655400,2022,2,23,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129513,5,1645704000,2022,2,24,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129514,5,1645705800,2022,2,24,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129515,5,1645707600,2022,2,24,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129516,5,1645709400,2022,2,24,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129517,5,1645711200,2022,2,24,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129518,5,1645713000,2022,2,24,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129519,5,1645714800,2022,2,24,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129520,5,1645729200,2022,2,24,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129521,5,1645731000,2022,2,24,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129522,5,1645732800,2022,2,24,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129523,5,1645734600,2022,2,24,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129524,5,1645736400,2022,2,24,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129525,5,1645738200,2022,2,24,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129526,5,1645740000,2022,2,24,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129527,5,1645741800,2022,2,24,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129528,5,1645790400,2022,2,25,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129529,5,1645792200,2022,2,25,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129530,5,1645794000,2022,2,25,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129531,5,1645795800,2022,2,25,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129532,5,1645797600,2022,2,25,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129533,5,1645799400,2022,2,25,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129534,5,1645801200,2022,2,25,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129535,5,1645815600,2022,2,25,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129536,5,1645817400,2022,2,25,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129537,5,1645819200,2022,2,25,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129538,5,1645821000,2022,2,25,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129539,5,1645822800,2022,2,25,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129540,5,1645824600,2022,2,25,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129541,5,1645826400,2022,2,25,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129542,5,1645828200,2022,2,25,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129543,5,1645876800,2022,2,26,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129544,5,1645878600,2022,2,26,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129545,5,1645880400,2022,2,26,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129546,5,1645882200,2022,2,26,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129547,5,1645884000,2022,2,26,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129548,5,1645885800,2022,2,26,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129549,5,1645887600,2022,2,26,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129550,5,1645902000,2022,2,26,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129551,5,1645903800,2022,2,26,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129552,5,1645905600,2022,2,26,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129553,5,1645907400,2022,2,26,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129554,5,1645909200,2022,2,26,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129555,5,1645911000,2022,2,26,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129556,5,1645912800,2022,2,26,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129557,5,1645914600,2022,2,26,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129558,5,1645963200,2022,2,27,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129559,5,1645965000,2022,2,27,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129560,5,1645966800,2022,2,27,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129561,5,1645968600,2022,2,27,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129562,5,1645970400,2022,2,27,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129563,5,1645972200,2022,2,27,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129564,5,1645974000,2022,2,27,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129565,5,1645975800,2022,2,27,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129566,5,1645988400,2022,2,27,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129567,5,1645990200,2022,2,27,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129568,5,1645992000,2022,2,27,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129569,5,1645993800,2022,2,27,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129570,5,1645995600,2022,2,27,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129571,5,1645997400,2022,2,27,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129572,5,1645999200,2022,2,27,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129573,5,1646001000,2022,2,27,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129574,5,1646049600,2022,2,28,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129575,5,1646051400,2022,2,28,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129576,5,1646053200,2022,2,28,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129577,5,1646055000,2022,2,28,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129578,5,1646056800,2022,2,28,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129579,5,1646058600,2022,2,28,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129580,5,1646060400,2022,2,28,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129581,5,1646074800,2022,2,28,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129582,5,1646076600,2022,2,28,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129583,5,1646078400,2022,2,28,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129584,5,1646080200,2022,2,28,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129585,5,1646082000,2022,2,28,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129586,5,1646083800,2022,2,28,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129587,5,1646085600,2022,2,28,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129588,5,1646087400,2022,2,28,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129589,5,1646136000,2022,3,1,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129590,5,1646137800,2022,3,1,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129591,5,1646139600,2022,3,1,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129592,5,1646141400,2022,3,1,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129593,5,1646143200,2022,3,1,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129594,5,1646145000,2022,3,1,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129595,5,1646146800,2022,3,1,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129596,5,1646161200,2022,3,1,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129597,5,1646163000,2022,3,1,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129598,5,1646164800,2022,3,1,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129599,5,1646166600,2022,3,1,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129600,5,1646168400,2022,3,1,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129601,5,1646170200,2022,3,1,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129602,5,1646172000,2022,3,1,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129603,5,1646173800,2022,3,1,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129604,5,1646222400,2022,3,2,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129605,5,1646224200,2022,3,2,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129606,5,1646226000,2022,3,2,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129607,5,1646227800,2022,3,2,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129608,5,1646229600,2022,3,2,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129609,5,1646231400,2022,3,2,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129610,5,1646233200,2022,3,2,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129611,5,1646247600,2022,3,2,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129612,5,1646249400,2022,3,2,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129613,5,1646251200,2022,3,2,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129614,5,1646253000,2022,3,2,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129615,5,1646254800,2022,3,2,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129616,5,1646256600,2022,3,2,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129617,5,1646258400,2022,3,2,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129618,5,1646260200,2022,3,2,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129619,5,1646308800,2022,3,3,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129620,5,1646310600,2022,3,3,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129621,5,1646312400,2022,3,3,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129622,5,1646314200,2022,3,3,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129623,5,1646316000,2022,3,3,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129624,5,1646317800,2022,3,3,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129625,5,1646319600,2022,3,3,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129626,5,1646334000,2022,3,3,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129627,5,1646335800,2022,3,3,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129628,5,1646337600,2022,3,3,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129629,5,1646339400,2022,3,3,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129630,5,1646341200,2022,3,3,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129631,5,1646343000,2022,3,3,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129632,5,1646344800,2022,3,3,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129633,5,1646346600,2022,3,3,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129634,5,1646395200,2022,3,4,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129635,5,1646397000,2022,3,4,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129636,5,1646398800,2022,3,4,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129637,5,1646400600,2022,3,4,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129638,5,1646402400,2022,3,4,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129639,5,1646404200,2022,3,4,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129640,5,1646406000,2022,3,4,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129641,5,1646420400,2022,3,4,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129642,5,1646422200,2022,3,4,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129643,5,1646424000,2022,3,4,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129644,5,1646425800,2022,3,4,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129645,5,1646427600,2022,3,4,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129646,5,1646429400,2022,3,4,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129647,5,1646431200,2022,3,4,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129648,5,1646433000,2022,3,4,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129649,5,1646481600,2022,3,5,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129650,5,1646483400,2022,3,5,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129651,5,1646485200,2022,3,5,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129652,5,1646487000,2022,3,5,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129653,5,1646488800,2022,3,5,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129654,5,1646490600,2022,3,5,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129655,5,1646492400,2022,3,5,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129656,5,1646506800,2022,3,5,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129657,5,1646508600,2022,3,5,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129658,5,1646510400,2022,3,5,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129659,5,1646512200,2022,3,5,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129660,5,1646514000,2022,3,5,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129661,5,1646515800,2022,3,5,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129662,5,1646517600,2022,3,5,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129663,5,1646519400,2022,3,5,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129664,5,1646568000,2022,3,6,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129665,5,1646569800,2022,3,6,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129666,5,1646571600,2022,3,6,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129667,5,1646573400,2022,3,6,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129668,5,1646575200,2022,3,6,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129669,5,1646577000,2022,3,6,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129670,5,1646578800,2022,3,6,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129671,5,1646580600,2022,3,6,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129672,5,1646593200,2022,3,6,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129673,5,1646595000,2022,3,6,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129674,5,1646596800,2022,3,6,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129675,5,1646598600,2022,3,6,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129676,5,1646600400,2022,3,6,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129677,5,1646602200,2022,3,6,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129678,5,1646604000,2022,3,6,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129679,5,1646605800,2022,3,6,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129680,5,1646654400,2022,3,7,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129681,5,1646656200,2022,3,7,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129682,5,1646658000,2022,3,7,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129683,5,1646659800,2022,3,7,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129684,5,1646661600,2022,3,7,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129685,5,1646663400,2022,3,7,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129686,5,1646665200,2022,3,7,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129687,5,1646679600,2022,3,7,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129688,5,1646681400,2022,3,7,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129689,5,1646683200,2022,3,7,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129690,5,1646685000,2022,3,7,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129691,5,1646686800,2022,3,7,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129692,5,1646688600,2022,3,7,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129693,5,1646690400,2022,3,7,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129694,5,1646692200,2022,3,7,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129695,5,1646740800,2022,3,8,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129696,5,1646742600,2022,3,8,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129697,5,1646744400,2022,3,8,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129698,5,1646746200,2022,3,8,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129699,5,1646748000,2022,3,8,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129700,5,1646749800,2022,3,8,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129701,5,1646751600,2022,3,8,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129702,5,1646766000,2022,3,8,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129703,5,1646767800,2022,3,8,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129704,5,1646769600,2022,3,8,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129705,5,1646771400,2022,3,8,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129706,5,1646773200,2022,3,8,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129707,5,1646775000,2022,3,8,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129708,5,1646776800,2022,3,8,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129709,5,1646778600,2022,3,8,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129710,5,1646827200,2022,3,9,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129711,5,1646829000,2022,3,9,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129712,5,1646830800,2022,3,9,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129713,5,1646832600,2022,3,9,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129714,5,1646834400,2022,3,9,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129715,5,1646836200,2022,3,9,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129716,5,1646838000,2022,3,9,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129717,5,1646852400,2022,3,9,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129718,5,1646854200,2022,3,9,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129719,5,1646856000,2022,3,9,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129720,5,1646857800,2022,3,9,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129721,5,1646859600,2022,3,9,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129722,5,1646861400,2022,3,9,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129723,5,1646863200,2022,3,9,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129724,5,1646865000,2022,3,9,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129725,5,1646913600,2022,3,10,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129726,5,1646915400,2022,3,10,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129727,5,1646917200,2022,3,10,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129728,5,1646919000,2022,3,10,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129729,5,1646920800,2022,3,10,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129730,5,1646922600,2022,3,10,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129731,5,1646924400,2022,3,10,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129732,5,1646938800,2022,3,10,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129733,5,1646940600,2022,3,10,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129734,5,1646942400,2022,3,10,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129735,5,1646944200,2022,3,10,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129736,5,1646946000,2022,3,10,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129737,5,1646947800,2022,3,10,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129738,5,1646949600,2022,3,10,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129739,5,1646951400,2022,3,10,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129740,5,1647000000,2022,3,11,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129741,5,1647001800,2022,3,11,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129742,5,1647003600,2022,3,11,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129743,5,1647005400,2022,3,11,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129744,5,1647007200,2022,3,11,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129745,5,1647009000,2022,3,11,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129746,5,1647010800,2022,3,11,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129747,5,1647025200,2022,3,11,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129748,5,1647027000,2022,3,11,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129749,5,1647028800,2022,3,11,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129750,5,1647030600,2022,3,11,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129751,5,1647032400,2022,3,11,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129752,5,1647034200,2022,3,11,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129753,5,1647036000,2022,3,11,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129754,5,1647037800,2022,3,11,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129755,5,1647086400,2022,3,12,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129756,5,1647088200,2022,3,12,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129757,5,1647090000,2022,3,12,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129758,5,1647091800,2022,3,12,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129759,5,1647093600,2022,3,12,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129760,5,1647095400,2022,3,12,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129761,5,1647097200,2022,3,12,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129762,5,1647111600,2022,3,12,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129763,5,1647113400,2022,3,12,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129764,5,1647115200,2022,3,12,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129765,5,1647117000,2022,3,12,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129766,5,1647118800,2022,3,12,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129767,5,1647120600,2022,3,12,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129768,5,1647122400,2022,3,12,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129769,5,1647124200,2022,3,12,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129770,5,1647172800,2022,3,13,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129771,5,1647174600,2022,3,13,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129772,5,1647176400,2022,3,13,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129773,5,1647178200,2022,3,13,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129774,5,1647180000,2022,3,13,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129775,5,1647181800,2022,3,13,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129776,5,1647183600,2022,3,13,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129777,5,1647185400,2022,3,13,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129778,5,1647198000,2022,3,13,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129779,5,1647199800,2022,3,13,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129780,5,1647201600,2022,3,13,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129781,5,1647203400,2022,3,13,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129782,5,1647205200,2022,3,13,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129783,5,1647207000,2022,3,13,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129784,5,1647208800,2022,3,13,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129785,5,1647210600,2022,3,13,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129786,5,1647259200,2022,3,14,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129787,5,1647261000,2022,3,14,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129788,5,1647262800,2022,3,14,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129789,5,1647264600,2022,3,14,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129790,5,1647266400,2022,3,14,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129791,5,1647268200,2022,3,14,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129792,5,1647270000,2022,3,14,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129793,5,1647284400,2022,3,14,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129794,5,1647286200,2022,3,14,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129795,5,1647288000,2022,3,14,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129796,5,1647289800,2022,3,14,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129797,5,1647291600,2022,3,14,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129798,5,1647293400,2022,3,14,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129799,5,1647295200,2022,3,14,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129800,5,1647297000,2022,3,14,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129801,5,1647345600,2022,3,15,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129802,5,1647347400,2022,3,15,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129803,5,1647349200,2022,3,15,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129804,5,1647351000,2022,3,15,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129805,5,1647352800,2022,3,15,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129806,5,1647354600,2022,3,15,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129807,5,1647356400,2022,3,15,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129808,5,1647370800,2022,3,15,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129809,5,1647372600,2022,3,15,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129810,5,1647374400,2022,3,15,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129811,5,1647376200,2022,3,15,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129812,5,1647378000,2022,3,15,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129813,5,1647379800,2022,3,15,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129814,5,1647381600,2022,3,15,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129815,5,1647383400,2022,3,15,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129816,5,1647432000,2022,3,16,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129817,5,1647433800,2022,3,16,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129818,5,1647435600,2022,3,16,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129819,5,1647437400,2022,3,16,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129820,5,1647439200,2022,3,16,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129821,5,1647441000,2022,3,16,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129822,5,1647442800,2022,3,16,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129823,5,1647457200,2022,3,16,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129824,5,1647459000,2022,3,16,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129825,5,1647460800,2022,3,16,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129826,5,1647462600,2022,3,16,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129827,5,1647464400,2022,3,16,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129828,5,1647466200,2022,3,16,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129829,5,1647468000,2022,3,16,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129830,5,1647469800,2022,3,16,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129831,5,1647518400,2022,3,17,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129832,5,1647520200,2022,3,17,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129833,5,1647522000,2022,3,17,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129834,5,1647523800,2022,3,17,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129835,5,1647525600,2022,3,17,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129836,5,1647527400,2022,3,17,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129837,5,1647529200,2022,3,17,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129838,5,1647543600,2022,3,17,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129839,5,1647545400,2022,3,17,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129840,5,1647547200,2022,3,17,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129841,5,1647549000,2022,3,17,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129842,5,1647550800,2022,3,17,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129843,5,1647552600,2022,3,17,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129844,5,1647554400,2022,3,17,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129845,5,1647556200,2022,3,17,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129846,5,1647604800,2022,3,18,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129847,5,1647606600,2022,3,18,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129848,5,1647608400,2022,3,18,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129849,5,1647610200,2022,3,18,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129850,5,1647612000,2022,3,18,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129851,5,1647613800,2022,3,18,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129852,5,1647615600,2022,3,18,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129853,5,1647630000,2022,3,18,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129854,5,1647631800,2022,3,18,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129855,5,1647633600,2022,3,18,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129856,5,1647635400,2022,3,18,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129857,5,1647637200,2022,3,18,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129858,5,1647639000,2022,3,18,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129859,5,1647640800,2022,3,18,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129860,5,1647642600,2022,3,18,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129861,5,1647691200,2022,3,19,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129862,5,1647693000,2022,3,19,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129863,5,1647694800,2022,3,19,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129864,5,1647696600,2022,3,19,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129865,5,1647698400,2022,3,19,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129866,5,1647700200,2022,3,19,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129867,5,1647702000,2022,3,19,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129868,5,1647716400,2022,3,19,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129869,5,1647718200,2022,3,19,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129870,5,1647720000,2022,3,19,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129871,5,1647721800,2022,3,19,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129872,5,1647723600,2022,3,19,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129873,5,1647725400,2022,3,19,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129874,5,1647727200,2022,3,19,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129875,5,1647729000,2022,3,19,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129876,5,1647777600,2022,3,20,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(129877,5,1647779400,2022,3,20,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(129878,5,1647781200,2022,3,20,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(129879,5,1647783000,2022,3,20,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(129880,5,1647784800,2022,3,20,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(129881,5,1647786600,2022,3,20,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(129882,5,1647788400,2022,3,20,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(129883,5,1647790200,2022,3,20,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(129884,5,1647802800,2022,3,20,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(129885,5,1647804600,2022,3,20,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(129886,5,1647806400,2022,3,20,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(129887,5,1647808200,2022,3,20,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(129888,5,1647810000,2022,3,20,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(129889,5,1647811800,2022,3,20,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(129890,5,1647813600,2022,3,20,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(129891,5,1647815400,2022,3,20,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(129892,5,1647864000,2022,3,21,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129893,5,1647865800,2022,3,21,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129894,5,1647867600,2022,3,21,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129895,5,1647869400,2022,3,21,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129896,5,1647871200,2022,3,21,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129897,5,1647873000,2022,3,21,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129898,5,1647874800,2022,3,21,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129899,5,1647889200,2022,3,21,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129900,5,1647891000,2022,3,21,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129901,5,1647892800,2022,3,21,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129902,5,1647894600,2022,3,21,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129903,5,1647896400,2022,3,21,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129904,5,1647898200,2022,3,21,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129905,5,1647900000,2022,3,21,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129906,5,1647901800,2022,3,21,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129907,5,1647950400,2022,3,22,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129908,5,1647952200,2022,3,22,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129909,5,1647954000,2022,3,22,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(129910,5,1647955800,2022,3,22,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(129911,5,1647957600,2022,3,22,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(129912,5,1647959400,2022,3,22,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(129913,5,1647961200,2022,3,22,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(129914,5,1647975600,2022,3,22,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(129915,5,1647977400,2022,3,22,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(129916,5,1647979200,2022,3,22,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(129917,5,1647981000,2022,3,22,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(129918,5,1647982800,2022,3,22,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(129919,5,1647984600,2022,3,22,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(129920,5,1647986400,2022,3,22,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(129921,5,1647988200,2022,3,22,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(129922,5,1648036800,2022,3,23,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(129923,5,1648038600,2022,3,23,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(129924,5,1648040400,2022,3,23,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(129925,5,1648042200,2022,3,23,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(129926,5,1648044000,2022,3,23,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(129927,5,1648045800,2022,3,23,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(129928,5,1648047600,2022,3,23,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(129929,5,1648062000,2022,3,23,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(129930,5,1648063800,2022,3,23,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(129931,5,1648065600,2022,3,23,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(129932,5,1648067400,2022,3,23,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(129933,5,1648069200,2022,3,23,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(129934,5,1648071000,2022,3,23,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(129935,5,1648072800,2022,3,23,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(129936,5,1648074600,2022,3,23,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(129937,5,1648123200,2022,3,24,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(129938,5,1648125000,2022,3,24,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(129939,5,1648126800,2022,3,24,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(129940,5,1648128600,2022,3,24,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(129941,5,1648130400,2022,3,24,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(129942,5,1648132200,2022,3,24,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(129943,5,1648134000,2022,3,24,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(129944,5,1648148400,2022,3,24,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(129945,5,1648150200,2022,3,24,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(129946,5,1648152000,2022,3,24,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(129947,5,1648153800,2022,3,24,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(129948,5,1648155600,2022,3,24,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(129949,5,1648157400,2022,3,24,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(129950,5,1648159200,2022,3,24,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(129951,5,1648161000,2022,3,24,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(129952,5,1648209600,2022,3,25,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(129953,5,1648211400,2022,3,25,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(129954,5,1648213200,2022,3,25,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(129955,5,1648215000,2022,3,25,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(129956,5,1648216800,2022,3,25,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(129957,5,1648218600,2022,3,25,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(129958,5,1648220400,2022,3,25,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(129959,5,1648234800,2022,3,25,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(129960,5,1648236600,2022,3,25,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(129961,5,1648238400,2022,3,25,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(129962,5,1648240200,2022,3,25,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(129963,5,1648242000,2022,3,25,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(129964,5,1648243800,2022,3,25,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(129965,5,1648245600,2022,3,25,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(129966,5,1648247400,2022,3,25,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(129967,5,1648296000,2022,3,26,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(129968,5,1648297800,2022,3,26,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(129969,5,1648299600,2022,3,26,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(129970,5,1648301400,2022,3,26,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(129971,5,1648303200,2022,3,26,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(129972,5,1648305000,2022,3,26,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(129973,5,1648306800,2022,3,26,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(129974,5,1648321200,2022,3,26,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(129975,5,1648323000,2022,3,26,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(129976,5,1648324800,2022,3,26,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(129977,5,1648326600,2022,3,26,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(129978,5,1648328400,2022,3,26,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(129979,5,1648330200,2022,3,26,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(129980,5,1648332000,2022,3,26,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(129981,5,1648333800,2022,3,26,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(129982,5,1648465200,2022,3,28,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(129983,5,1648467000,2022,3,28,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(129984,5,1648468800,2022,3,28,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(129985,5,1648470600,2022,3,28,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(129986,5,1648472400,2022,3,28,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(129987,5,1648474200,2022,3,28,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(129988,5,1648476000,2022,3,28,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(129989,5,1648490400,2022,3,28,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(129990,5,1648492200,2022,3,28,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(129991,5,1648494000,2022,3,28,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(129992,5,1648495800,2022,3,28,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(129993,5,1648497600,2022,3,28,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(129994,5,1648499400,2022,3,28,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(129995,5,1648501200,2022,3,28,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(129996,5,1648503000,2022,3,28,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(129997,5,1648551600,2022,3,29,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(129998,5,1648553400,2022,3,29,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(129999,5,1648555200,2022,3,29,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130000,5,1648557000,2022,3,29,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130001,5,1648558800,2022,3,29,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130002,5,1648560600,2022,3,29,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130003,5,1648562400,2022,3,29,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130004,5,1648576800,2022,3,29,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130005,5,1648578600,2022,3,29,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130006,5,1648580400,2022,3,29,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130007,5,1648582200,2022,3,29,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130008,5,1648584000,2022,3,29,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130009,5,1648585800,2022,3,29,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130010,5,1648587600,2022,3,29,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130011,5,1648589400,2022,3,29,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130012,5,1648638000,2022,3,30,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130013,5,1648639800,2022,3,30,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130014,5,1648641600,2022,3,30,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130015,5,1648643400,2022,3,30,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130016,5,1648645200,2022,3,30,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130017,5,1648647000,2022,3,30,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130018,5,1648648800,2022,3,30,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130019,5,1648663200,2022,3,30,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130020,5,1648665000,2022,3,30,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130021,5,1648666800,2022,3,30,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130022,5,1648668600,2022,3,30,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130023,5,1648670400,2022,3,30,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130024,5,1648672200,2022,3,30,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130025,5,1648674000,2022,3,30,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130026,5,1648675800,2022,3,30,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130027,5,1648724400,2022,3,31,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130028,5,1648726200,2022,3,31,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130029,5,1648728000,2022,3,31,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130030,5,1648729800,2022,3,31,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130031,5,1648731600,2022,3,31,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130032,5,1648733400,2022,3,31,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130033,5,1648735200,2022,3,31,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130034,5,1648749600,2022,3,31,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130035,5,1648751400,2022,3,31,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130036,5,1648753200,2022,3,31,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130037,5,1648755000,2022,3,31,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130038,5,1648756800,2022,3,31,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130039,5,1648758600,2022,3,31,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130040,5,1648760400,2022,3,31,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130041,5,1648762200,2022,3,31,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130042,5,1648810800,2022,4,1,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130043,5,1648812600,2022,4,1,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130044,5,1648814400,2022,4,1,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130045,5,1648816200,2022,4,1,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130046,5,1648818000,2022,4,1,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130047,5,1648819800,2022,4,1,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130048,5,1648821600,2022,4,1,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130049,5,1648836000,2022,4,1,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130050,5,1648837800,2022,4,1,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130051,5,1648839600,2022,4,1,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130052,5,1648841400,2022,4,1,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130053,5,1648843200,2022,4,1,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130054,5,1648845000,2022,4,1,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130055,5,1648846800,2022,4,1,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130056,5,1648848600,2022,4,1,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130057,5,1648897200,2022,4,2,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130058,5,1648899000,2022,4,2,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130059,5,1648900800,2022,4,2,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130060,5,1648902600,2022,4,2,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130061,5,1648904400,2022,4,2,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130062,5,1648906200,2022,4,2,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130063,5,1648908000,2022,4,2,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130064,5,1648922400,2022,4,2,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130065,5,1648924200,2022,4,2,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130066,5,1648926000,2022,4,2,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130067,5,1648927800,2022,4,2,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130068,5,1648929600,2022,4,2,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130069,5,1648931400,2022,4,2,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130070,5,1648933200,2022,4,2,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130071,5,1648935000,2022,4,2,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130072,5,1648983600,2022,4,3,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130073,5,1648985400,2022,4,3,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130074,5,1648987200,2022,4,3,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130075,5,1648989000,2022,4,3,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130076,5,1648990800,2022,4,3,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130077,5,1648992600,2022,4,3,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130078,5,1648994400,2022,4,3,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130079,5,1648996200,2022,4,3,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130080,5,1649008800,2022,4,3,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130081,5,1649010600,2022,4,3,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130082,5,1649012400,2022,4,3,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130083,5,1649014200,2022,4,3,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130084,5,1649016000,2022,4,3,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130085,5,1649017800,2022,4,3,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130086,5,1649019600,2022,4,3,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130087,5,1649021400,2022,4,3,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130088,5,1649070000,2022,4,4,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130089,5,1649071800,2022,4,4,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130090,5,1649073600,2022,4,4,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130091,5,1649075400,2022,4,4,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130092,5,1649077200,2022,4,4,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130093,5,1649079000,2022,4,4,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130094,5,1649080800,2022,4,4,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130095,5,1649095200,2022,4,4,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130096,5,1649097000,2022,4,4,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130097,5,1649098800,2022,4,4,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130098,5,1649100600,2022,4,4,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130099,5,1649102400,2022,4,4,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130100,5,1649104200,2022,4,4,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130101,5,1649106000,2022,4,4,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130102,5,1649107800,2022,4,4,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130103,5,1649156400,2022,4,5,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130104,5,1649158200,2022,4,5,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130105,5,1649160000,2022,4,5,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130106,5,1649161800,2022,4,5,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130107,5,1649163600,2022,4,5,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130108,5,1649165400,2022,4,5,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130109,5,1649167200,2022,4,5,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130110,5,1649181600,2022,4,5,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130111,5,1649183400,2022,4,5,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130112,5,1649185200,2022,4,5,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130113,5,1649187000,2022,4,5,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130114,5,1649188800,2022,4,5,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130115,5,1649190600,2022,4,5,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130116,5,1649192400,2022,4,5,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130117,5,1649194200,2022,4,5,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130118,5,1649242800,2022,4,6,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130119,5,1649244600,2022,4,6,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130120,5,1649246400,2022,4,6,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130121,5,1649248200,2022,4,6,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130122,5,1649250000,2022,4,6,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130123,5,1649251800,2022,4,6,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130124,5,1649253600,2022,4,6,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130125,5,1649268000,2022,4,6,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130126,5,1649269800,2022,4,6,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130127,5,1649271600,2022,4,6,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130128,5,1649273400,2022,4,6,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130129,5,1649275200,2022,4,6,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130130,5,1649277000,2022,4,6,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130131,5,1649278800,2022,4,6,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130132,5,1649280600,2022,4,6,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130133,5,1649329200,2022,4,7,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130134,5,1649331000,2022,4,7,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130135,5,1649332800,2022,4,7,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130136,5,1649334600,2022,4,7,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130137,5,1649336400,2022,4,7,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130138,5,1649338200,2022,4,7,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130139,5,1649340000,2022,4,7,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130140,5,1649354400,2022,4,7,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130141,5,1649356200,2022,4,7,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130142,5,1649358000,2022,4,7,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130143,5,1649359800,2022,4,7,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130144,5,1649361600,2022,4,7,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130145,5,1649363400,2022,4,7,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130146,5,1649365200,2022,4,7,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130147,5,1649367000,2022,4,7,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130148,5,1649415600,2022,4,8,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130149,5,1649417400,2022,4,8,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130150,5,1649419200,2022,4,8,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130151,5,1649421000,2022,4,8,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130152,5,1649422800,2022,4,8,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130153,5,1649424600,2022,4,8,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130154,5,1649426400,2022,4,8,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130155,5,1649440800,2022,4,8,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130156,5,1649442600,2022,4,8,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130157,5,1649444400,2022,4,8,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130158,5,1649446200,2022,4,8,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130159,5,1649448000,2022,4,8,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130160,5,1649449800,2022,4,8,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130161,5,1649451600,2022,4,8,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130162,5,1649453400,2022,4,8,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130163,5,1649502000,2022,4,9,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130164,5,1649503800,2022,4,9,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130165,5,1649505600,2022,4,9,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130166,5,1649507400,2022,4,9,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130167,5,1649509200,2022,4,9,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130168,5,1649511000,2022,4,9,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130169,5,1649512800,2022,4,9,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130170,5,1649527200,2022,4,9,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130171,5,1649529000,2022,4,9,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130172,5,1649530800,2022,4,9,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130173,5,1649532600,2022,4,9,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130174,5,1649534400,2022,4,9,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130175,5,1649536200,2022,4,9,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130176,5,1649538000,2022,4,9,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130177,5,1649539800,2022,4,9,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130178,5,1649588400,2022,4,10,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130179,5,1649590200,2022,4,10,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130180,5,1649592000,2022,4,10,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130181,5,1649593800,2022,4,10,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130182,5,1649595600,2022,4,10,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130183,5,1649597400,2022,4,10,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130184,5,1649599200,2022,4,10,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130185,5,1649601000,2022,4,10,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130186,5,1649613600,2022,4,10,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130187,5,1649615400,2022,4,10,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130188,5,1649617200,2022,4,10,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130189,5,1649619000,2022,4,10,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130190,5,1649620800,2022,4,10,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130191,5,1649622600,2022,4,10,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130192,5,1649624400,2022,4,10,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130193,5,1649626200,2022,4,10,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130194,5,1649674800,2022,4,11,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130195,5,1649676600,2022,4,11,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130196,5,1649678400,2022,4,11,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130197,5,1649680200,2022,4,11,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130198,5,1649682000,2022,4,11,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130199,5,1649683800,2022,4,11,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130200,5,1649685600,2022,4,11,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130201,5,1649700000,2022,4,11,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130202,5,1649701800,2022,4,11,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130203,5,1649703600,2022,4,11,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130204,5,1649705400,2022,4,11,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130205,5,1649707200,2022,4,11,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130206,5,1649709000,2022,4,11,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130207,5,1649710800,2022,4,11,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130208,5,1649712600,2022,4,11,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130209,5,1649761200,2022,4,12,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130210,5,1649763000,2022,4,12,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130211,5,1649764800,2022,4,12,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130212,5,1649766600,2022,4,12,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130213,5,1649768400,2022,4,12,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130214,5,1649770200,2022,4,12,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130215,5,1649772000,2022,4,12,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130216,5,1649786400,2022,4,12,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130217,5,1649788200,2022,4,12,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130218,5,1649790000,2022,4,12,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130219,5,1649791800,2022,4,12,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130220,5,1649793600,2022,4,12,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130221,5,1649795400,2022,4,12,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130222,5,1649797200,2022,4,12,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130223,5,1649799000,2022,4,12,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130224,5,1649847600,2022,4,13,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130225,5,1649849400,2022,4,13,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130226,5,1649851200,2022,4,13,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130227,5,1649853000,2022,4,13,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130228,5,1649854800,2022,4,13,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130229,5,1649856600,2022,4,13,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130230,5,1649858400,2022,4,13,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130231,5,1649872800,2022,4,13,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130232,5,1649874600,2022,4,13,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130233,5,1649876400,2022,4,13,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130234,5,1649878200,2022,4,13,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130235,5,1649880000,2022,4,13,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130236,5,1649881800,2022,4,13,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130237,5,1649883600,2022,4,13,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130238,5,1649885400,2022,4,13,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130239,5,1649934000,2022,4,14,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130240,5,1649935800,2022,4,14,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130241,5,1649937600,2022,4,14,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130242,5,1649939400,2022,4,14,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130243,5,1649941200,2022,4,14,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130244,5,1649943000,2022,4,14,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130245,5,1649944800,2022,4,14,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130246,5,1649959200,2022,4,14,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130247,5,1649961000,2022,4,14,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130248,5,1649962800,2022,4,14,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130249,5,1649964600,2022,4,14,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130250,5,1649966400,2022,4,14,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130251,5,1649968200,2022,4,14,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130252,5,1649970000,2022,4,14,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130253,5,1649971800,2022,4,14,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130254,5,1650020400,2022,4,15,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130255,5,1650022200,2022,4,15,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130256,5,1650024000,2022,4,15,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130257,5,1650025800,2022,4,15,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130258,5,1650027600,2022,4,15,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130259,5,1650029400,2022,4,15,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130260,5,1650031200,2022,4,15,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130261,5,1650045600,2022,4,15,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130262,5,1650047400,2022,4,15,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130263,5,1650049200,2022,4,15,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130264,5,1650051000,2022,4,15,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130265,5,1650052800,2022,4,15,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130266,5,1650054600,2022,4,15,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130267,5,1650056400,2022,4,15,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130268,5,1650058200,2022,4,15,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130269,5,1650106800,2022,4,16,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130270,5,1650108600,2022,4,16,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130271,5,1650110400,2022,4,16,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130272,5,1650112200,2022,4,16,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130273,5,1650114000,2022,4,16,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130274,5,1650115800,2022,4,16,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130275,5,1650117600,2022,4,16,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130276,5,1650132000,2022,4,16,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130277,5,1650133800,2022,4,16,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130278,5,1650135600,2022,4,16,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130279,5,1650137400,2022,4,16,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130280,5,1650139200,2022,4,16,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130281,5,1650141000,2022,4,16,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130282,5,1650142800,2022,4,16,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130283,5,1650144600,2022,4,16,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130284,5,1650193200,2022,4,17,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130285,5,1650195000,2022,4,17,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130286,5,1650196800,2022,4,17,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130287,5,1650198600,2022,4,17,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130288,5,1650200400,2022,4,17,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130289,5,1650202200,2022,4,17,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130290,5,1650204000,2022,4,17,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130291,5,1650205800,2022,4,17,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130292,5,1650218400,2022,4,17,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130293,5,1650220200,2022,4,17,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130294,5,1650222000,2022,4,17,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130295,5,1650223800,2022,4,17,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130296,5,1650225600,2022,4,17,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130297,5,1650227400,2022,4,17,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130298,5,1650229200,2022,4,17,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130299,5,1650231000,2022,4,17,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130300,5,1650279600,2022,4,18,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130301,5,1650281400,2022,4,18,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130302,5,1650283200,2022,4,18,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130303,5,1650285000,2022,4,18,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130304,5,1650286800,2022,4,18,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130305,5,1650288600,2022,4,18,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130306,5,1650290400,2022,4,18,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130307,5,1650304800,2022,4,18,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130308,5,1650306600,2022,4,18,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130309,5,1650308400,2022,4,18,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130310,5,1650310200,2022,4,18,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130311,5,1650312000,2022,4,18,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130312,5,1650313800,2022,4,18,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130313,5,1650315600,2022,4,18,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130314,5,1650317400,2022,4,18,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130315,5,1650366000,2022,4,19,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130316,5,1650367800,2022,4,19,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130317,5,1650369600,2022,4,19,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130318,5,1650371400,2022,4,19,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130319,5,1650373200,2022,4,19,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130320,5,1650375000,2022,4,19,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130321,5,1650376800,2022,4,19,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130322,5,1650391200,2022,4,19,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130323,5,1650393000,2022,4,19,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130324,5,1650394800,2022,4,19,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130325,5,1650396600,2022,4,19,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130326,5,1650398400,2022,4,19,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130327,5,1650400200,2022,4,19,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130328,5,1650402000,2022,4,19,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130329,5,1650403800,2022,4,19,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130330,5,1650452400,2022,4,20,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130331,5,1650454200,2022,4,20,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130332,5,1650456000,2022,4,20,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130333,5,1650457800,2022,4,20,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130334,5,1650459600,2022,4,20,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130335,5,1650461400,2022,4,20,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130336,5,1650463200,2022,4,20,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130337,5,1650477600,2022,4,20,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130338,5,1650479400,2022,4,20,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130339,5,1650481200,2022,4,20,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130340,5,1650483000,2022,4,20,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130341,5,1650484800,2022,4,20,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130342,5,1650486600,2022,4,20,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130343,5,1650488400,2022,4,20,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130344,5,1650490200,2022,4,20,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130345,5,1650538800,2022,4,21,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130346,5,1650540600,2022,4,21,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130347,5,1650542400,2022,4,21,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130348,5,1650544200,2022,4,21,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130349,5,1650546000,2022,4,21,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130350,5,1650547800,2022,4,21,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130351,5,1650549600,2022,4,21,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130352,5,1650564000,2022,4,21,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130353,5,1650565800,2022,4,21,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130354,5,1650567600,2022,4,21,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130355,5,1650569400,2022,4,21,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130356,5,1650571200,2022,4,21,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130357,5,1650573000,2022,4,21,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130358,5,1650574800,2022,4,21,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130359,5,1650576600,2022,4,21,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130360,5,1650625200,2022,4,22,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130361,5,1650627000,2022,4,22,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130362,5,1650628800,2022,4,22,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130363,5,1650630600,2022,4,22,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130364,5,1650632400,2022,4,22,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130365,5,1650634200,2022,4,22,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130366,5,1650636000,2022,4,22,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130367,5,1650650400,2022,4,22,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130368,5,1650652200,2022,4,22,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130369,5,1650654000,2022,4,22,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130370,5,1650655800,2022,4,22,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130371,5,1650657600,2022,4,22,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130372,5,1650659400,2022,4,22,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130373,5,1650661200,2022,4,22,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130374,5,1650663000,2022,4,22,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130375,5,1650711600,2022,4,23,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130376,5,1650713400,2022,4,23,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130377,5,1650715200,2022,4,23,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130378,5,1650717000,2022,4,23,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130379,5,1650718800,2022,4,23,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130380,5,1650720600,2022,4,23,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130381,5,1650722400,2022,4,23,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130382,5,1650736800,2022,4,23,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130383,5,1650738600,2022,4,23,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130384,5,1650740400,2022,4,23,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130385,5,1650742200,2022,4,23,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130386,5,1650744000,2022,4,23,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130387,5,1650745800,2022,4,23,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130388,5,1650747600,2022,4,23,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130389,5,1650749400,2022,4,23,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130390,5,1650798000,2022,4,24,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130391,5,1650799800,2022,4,24,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130392,5,1650801600,2022,4,24,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130393,5,1650803400,2022,4,24,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130394,5,1650805200,2022,4,24,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130395,5,1650807000,2022,4,24,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130396,5,1650808800,2022,4,24,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130397,5,1650810600,2022,4,24,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130398,5,1650823200,2022,4,24,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130399,5,1650825000,2022,4,24,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130400,5,1650826800,2022,4,24,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130401,5,1650828600,2022,4,24,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130402,5,1650830400,2022,4,24,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130403,5,1650832200,2022,4,24,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130404,5,1650834000,2022,4,24,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130405,5,1650835800,2022,4,24,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130406,5,1650884400,2022,4,25,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130407,5,1650886200,2022,4,25,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130408,5,1650888000,2022,4,25,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130409,5,1650889800,2022,4,25,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130410,5,1650891600,2022,4,25,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130411,5,1650893400,2022,4,25,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130412,5,1650895200,2022,4,25,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130413,5,1650909600,2022,4,25,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130414,5,1650911400,2022,4,25,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130415,5,1650913200,2022,4,25,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130416,5,1650915000,2022,4,25,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130417,5,1650916800,2022,4,25,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130418,5,1650918600,2022,4,25,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130419,5,1650920400,2022,4,25,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130420,5,1650922200,2022,4,25,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130421,5,1650970800,2022,4,26,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130422,5,1650972600,2022,4,26,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130423,5,1650974400,2022,4,26,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130424,5,1650976200,2022,4,26,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130425,5,1650978000,2022,4,26,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130426,5,1650979800,2022,4,26,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130427,5,1650981600,2022,4,26,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130428,5,1650996000,2022,4,26,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130429,5,1650997800,2022,4,26,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130430,5,1650999600,2022,4,26,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130431,5,1651001400,2022,4,26,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130432,5,1651003200,2022,4,26,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130433,5,1651005000,2022,4,26,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130434,5,1651006800,2022,4,26,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130435,5,1651008600,2022,4,26,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130436,5,1651057200,2022,4,27,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130437,5,1651059000,2022,4,27,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130438,5,1651060800,2022,4,27,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130439,5,1651062600,2022,4,27,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130440,5,1651064400,2022,4,27,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130441,5,1651066200,2022,4,27,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130442,5,1651068000,2022,4,27,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130443,5,1651082400,2022,4,27,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130444,5,1651084200,2022,4,27,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130445,5,1651086000,2022,4,27,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130446,5,1651087800,2022,4,27,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130447,5,1651089600,2022,4,27,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130448,5,1651091400,2022,4,27,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130449,5,1651093200,2022,4,27,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130450,5,1651095000,2022,4,27,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130451,5,1651143600,2022,4,28,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130452,5,1651145400,2022,4,28,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130453,5,1651147200,2022,4,28,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130454,5,1651149000,2022,4,28,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130455,5,1651150800,2022,4,28,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130456,5,1651152600,2022,4,28,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130457,5,1651154400,2022,4,28,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130458,5,1651168800,2022,4,28,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130459,5,1651170600,2022,4,28,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130460,5,1651172400,2022,4,28,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130461,5,1651174200,2022,4,28,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130462,5,1651176000,2022,4,28,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130463,5,1651177800,2022,4,28,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130464,5,1651179600,2022,4,28,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130465,5,1651181400,2022,4,28,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130466,5,1651230000,2022,4,29,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130467,5,1651231800,2022,4,29,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130468,5,1651233600,2022,4,29,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130469,5,1651235400,2022,4,29,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130470,5,1651237200,2022,4,29,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130471,5,1651239000,2022,4,29,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130472,5,1651240800,2022,4,29,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130473,5,1651255200,2022,4,29,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130474,5,1651257000,2022,4,29,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130475,5,1651258800,2022,4,29,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130476,5,1651260600,2022,4,29,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130477,5,1651262400,2022,4,29,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130478,5,1651264200,2022,4,29,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130479,5,1651266000,2022,4,29,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130480,5,1651267800,2022,4,29,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130481,5,1651316400,2022,4,30,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130482,5,1651318200,2022,4,30,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130483,5,1651320000,2022,4,30,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130484,5,1651321800,2022,4,30,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130485,5,1651323600,2022,4,30,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130486,5,1651325400,2022,4,30,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130487,5,1651327200,2022,4,30,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130488,5,1651341600,2022,4,30,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130489,5,1651343400,2022,4,30,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130490,5,1651345200,2022,4,30,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130491,5,1651347000,2022,4,30,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130492,5,1651348800,2022,4,30,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130493,5,1651350600,2022,4,30,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130494,5,1651352400,2022,4,30,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130495,5,1651354200,2022,4,30,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130496,5,1651402800,2022,5,1,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130497,5,1651404600,2022,5,1,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130498,5,1651406400,2022,5,1,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130499,5,1651408200,2022,5,1,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130500,5,1651410000,2022,5,1,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130501,5,1651411800,2022,5,1,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130502,5,1651413600,2022,5,1,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130503,5,1651415400,2022,5,1,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130504,5,1651428000,2022,5,1,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130505,5,1651429800,2022,5,1,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130506,5,1651431600,2022,5,1,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130507,5,1651433400,2022,5,1,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130508,5,1651435200,2022,5,1,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130509,5,1651437000,2022,5,1,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130510,5,1651438800,2022,5,1,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130511,5,1651440600,2022,5,1,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130512,5,1651489200,2022,5,2,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130513,5,1651491000,2022,5,2,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130514,5,1651492800,2022,5,2,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130515,5,1651494600,2022,5,2,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130516,5,1651496400,2022,5,2,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130517,5,1651498200,2022,5,2,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130518,5,1651500000,2022,5,2,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130519,5,1651514400,2022,5,2,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130520,5,1651516200,2022,5,2,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130521,5,1651518000,2022,5,2,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130522,5,1651519800,2022,5,2,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130523,5,1651521600,2022,5,2,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130524,5,1651523400,2022,5,2,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130525,5,1651525200,2022,5,2,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130526,5,1651527000,2022,5,2,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130527,5,1651575600,2022,5,3,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130528,5,1651577400,2022,5,3,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130529,5,1651579200,2022,5,3,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130530,5,1651581000,2022,5,3,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130531,5,1651582800,2022,5,3,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130532,5,1651584600,2022,5,3,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130533,5,1651586400,2022,5,3,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130534,5,1651600800,2022,5,3,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130535,5,1651602600,2022,5,3,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130536,5,1651604400,2022,5,3,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130537,5,1651606200,2022,5,3,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130538,5,1651608000,2022,5,3,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130539,5,1651609800,2022,5,3,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130540,5,1651611600,2022,5,3,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130541,5,1651613400,2022,5,3,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130542,5,1651662000,2022,5,4,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130543,5,1651663800,2022,5,4,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130544,5,1651665600,2022,5,4,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130545,5,1651667400,2022,5,4,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130546,5,1651669200,2022,5,4,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130547,5,1651671000,2022,5,4,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130548,5,1651672800,2022,5,4,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130549,5,1651687200,2022,5,4,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130550,5,1651689000,2022,5,4,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130551,5,1651690800,2022,5,4,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130552,5,1651692600,2022,5,4,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130553,5,1651694400,2022,5,4,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130554,5,1651696200,2022,5,4,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130555,5,1651698000,2022,5,4,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130556,5,1651699800,2022,5,4,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130557,5,1651748400,2022,5,5,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130558,5,1651750200,2022,5,5,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130559,5,1651752000,2022,5,5,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130560,5,1651753800,2022,5,5,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130561,5,1651755600,2022,5,5,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130562,5,1651757400,2022,5,5,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130563,5,1651759200,2022,5,5,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130564,5,1651773600,2022,5,5,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130565,5,1651775400,2022,5,5,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130566,5,1651777200,2022,5,5,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130567,5,1651779000,2022,5,5,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130568,5,1651780800,2022,5,5,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130569,5,1651782600,2022,5,5,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130570,5,1651784400,2022,5,5,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130571,5,1651786200,2022,5,5,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130572,5,1651834800,2022,5,6,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130573,5,1651836600,2022,5,6,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130574,5,1651838400,2022,5,6,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130575,5,1651840200,2022,5,6,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130576,5,1651842000,2022,5,6,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130577,5,1651843800,2022,5,6,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130578,5,1651845600,2022,5,6,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130579,5,1651860000,2022,5,6,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130580,5,1651861800,2022,5,6,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130581,5,1651863600,2022,5,6,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130582,5,1651865400,2022,5,6,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130583,5,1651867200,2022,5,6,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130584,5,1651869000,2022,5,6,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130585,5,1651870800,2022,5,6,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130586,5,1651872600,2022,5,6,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130587,5,1651921200,2022,5,7,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130588,5,1651923000,2022,5,7,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130589,5,1651924800,2022,5,7,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130590,5,1651926600,2022,5,7,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130591,5,1651928400,2022,5,7,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130592,5,1651930200,2022,5,7,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130593,5,1651932000,2022,5,7,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130594,5,1651946400,2022,5,7,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130595,5,1651948200,2022,5,7,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130596,5,1651950000,2022,5,7,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130597,5,1651951800,2022,5,7,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130598,5,1651953600,2022,5,7,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130599,5,1651955400,2022,5,7,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130600,5,1651957200,2022,5,7,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130601,5,1651959000,2022,5,7,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130602,5,1652007600,2022,5,8,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130603,5,1652009400,2022,5,8,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130604,5,1652011200,2022,5,8,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130605,5,1652013000,2022,5,8,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130606,5,1652014800,2022,5,8,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130607,5,1652016600,2022,5,8,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130608,5,1652018400,2022,5,8,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130609,5,1652020200,2022,5,8,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130610,5,1652032800,2022,5,8,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130611,5,1652034600,2022,5,8,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130612,5,1652036400,2022,5,8,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130613,5,1652038200,2022,5,8,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130614,5,1652040000,2022,5,8,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130615,5,1652041800,2022,5,8,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130616,5,1652043600,2022,5,8,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130617,5,1652045400,2022,5,8,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130618,5,1652094000,2022,5,9,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130619,5,1652095800,2022,5,9,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130620,5,1652097600,2022,5,9,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130621,5,1652099400,2022,5,9,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130622,5,1652101200,2022,5,9,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130623,5,1652103000,2022,5,9,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130624,5,1652104800,2022,5,9,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130625,5,1652119200,2022,5,9,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130626,5,1652121000,2022,5,9,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130627,5,1652122800,2022,5,9,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130628,5,1652124600,2022,5,9,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130629,5,1652126400,2022,5,9,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130630,5,1652128200,2022,5,9,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130631,5,1652130000,2022,5,9,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130632,5,1652131800,2022,5,9,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130633,5,1652180400,2022,5,10,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130634,5,1652182200,2022,5,10,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130635,5,1652184000,2022,5,10,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130636,5,1652185800,2022,5,10,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130637,5,1652187600,2022,5,10,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130638,5,1652189400,2022,5,10,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130639,5,1652191200,2022,5,10,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130640,5,1652205600,2022,5,10,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130641,5,1652207400,2022,5,10,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130642,5,1652209200,2022,5,10,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130643,5,1652211000,2022,5,10,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130644,5,1652212800,2022,5,10,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130645,5,1652214600,2022,5,10,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130646,5,1652216400,2022,5,10,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130647,5,1652218200,2022,5,10,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130648,5,1652266800,2022,5,11,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130649,5,1652268600,2022,5,11,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130650,5,1652270400,2022,5,11,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130651,5,1652272200,2022,5,11,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130652,5,1652274000,2022,5,11,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130653,5,1652275800,2022,5,11,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130654,5,1652277600,2022,5,11,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130655,5,1652292000,2022,5,11,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130656,5,1652293800,2022,5,11,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130657,5,1652295600,2022,5,11,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130658,5,1652297400,2022,5,11,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130659,5,1652299200,2022,5,11,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130660,5,1652301000,2022,5,11,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130661,5,1652302800,2022,5,11,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130662,5,1652304600,2022,5,11,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130663,5,1652353200,2022,5,12,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130664,5,1652355000,2022,5,12,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130665,5,1652356800,2022,5,12,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130666,5,1652358600,2022,5,12,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130667,5,1652360400,2022,5,12,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130668,5,1652362200,2022,5,12,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130669,5,1652364000,2022,5,12,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130670,5,1652378400,2022,5,12,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130671,5,1652380200,2022,5,12,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130672,5,1652382000,2022,5,12,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130673,5,1652383800,2022,5,12,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130674,5,1652385600,2022,5,12,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130675,5,1652387400,2022,5,12,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130676,5,1652389200,2022,5,12,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130677,5,1652391000,2022,5,12,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130678,5,1652439600,2022,5,13,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130679,5,1652441400,2022,5,13,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130680,5,1652443200,2022,5,13,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130681,5,1652445000,2022,5,13,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130682,5,1652446800,2022,5,13,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130683,5,1652448600,2022,5,13,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130684,5,1652450400,2022,5,13,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130685,5,1652464800,2022,5,13,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130686,5,1652466600,2022,5,13,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130687,5,1652468400,2022,5,13,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130688,5,1652470200,2022,5,13,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130689,5,1652472000,2022,5,13,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130690,5,1652473800,2022,5,13,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130691,5,1652475600,2022,5,13,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130692,5,1652477400,2022,5,13,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130693,5,1652526000,2022,5,14,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130694,5,1652527800,2022,5,14,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130695,5,1652529600,2022,5,14,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130696,5,1652531400,2022,5,14,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130697,5,1652533200,2022,5,14,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130698,5,1652535000,2022,5,14,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130699,5,1652536800,2022,5,14,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130700,5,1652551200,2022,5,14,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130701,5,1652553000,2022,5,14,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130702,5,1652554800,2022,5,14,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130703,5,1652556600,2022,5,14,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130704,5,1652558400,2022,5,14,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130705,5,1652560200,2022,5,14,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130706,5,1652562000,2022,5,14,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130707,5,1652563800,2022,5,14,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130708,5,1652612400,2022,5,15,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130709,5,1652614200,2022,5,15,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130710,5,1652616000,2022,5,15,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130711,5,1652617800,2022,5,15,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130712,5,1652619600,2022,5,15,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130713,5,1652621400,2022,5,15,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130714,5,1652623200,2022,5,15,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130715,5,1652625000,2022,5,15,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130716,5,1652637600,2022,5,15,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130717,5,1652639400,2022,5,15,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130718,5,1652641200,2022,5,15,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130719,5,1652643000,2022,5,15,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130720,5,1652644800,2022,5,15,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130721,5,1652646600,2022,5,15,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130722,5,1652648400,2022,5,15,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130723,5,1652650200,2022,5,15,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130724,5,1652698800,2022,5,16,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130725,5,1652700600,2022,5,16,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130726,5,1652702400,2022,5,16,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130727,5,1652704200,2022,5,16,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130728,5,1652706000,2022,5,16,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130729,5,1652707800,2022,5,16,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130730,5,1652709600,2022,5,16,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130731,5,1652724000,2022,5,16,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130732,5,1652725800,2022,5,16,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130733,5,1652727600,2022,5,16,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130734,5,1652729400,2022,5,16,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130735,5,1652731200,2022,5,16,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130736,5,1652733000,2022,5,16,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130737,5,1652734800,2022,5,16,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130738,5,1652736600,2022,5,16,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130739,5,1652785200,2022,5,17,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130740,5,1652787000,2022,5,17,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130741,5,1652788800,2022,5,17,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130742,5,1652790600,2022,5,17,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130743,5,1652792400,2022,5,17,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130744,5,1652794200,2022,5,17,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130745,5,1652796000,2022,5,17,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130746,5,1652810400,2022,5,17,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130747,5,1652812200,2022,5,17,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130748,5,1652814000,2022,5,17,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130749,5,1652815800,2022,5,17,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130750,5,1652817600,2022,5,17,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130751,5,1652819400,2022,5,17,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130752,5,1652821200,2022,5,17,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130753,5,1652823000,2022,5,17,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130754,5,1652871600,2022,5,18,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130755,5,1652873400,2022,5,18,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130756,5,1652875200,2022,5,18,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130757,5,1652877000,2022,5,18,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130758,5,1652878800,2022,5,18,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130759,5,1652880600,2022,5,18,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130760,5,1652882400,2022,5,18,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130761,5,1652896800,2022,5,18,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130762,5,1652898600,2022,5,18,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130763,5,1652900400,2022,5,18,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130764,5,1652902200,2022,5,18,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130765,5,1652904000,2022,5,18,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130766,5,1652905800,2022,5,18,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130767,5,1652907600,2022,5,18,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130768,5,1652909400,2022,5,18,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130769,5,1652958000,2022,5,19,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130770,5,1652959800,2022,5,19,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130771,5,1652961600,2022,5,19,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130772,5,1652963400,2022,5,19,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130773,5,1652965200,2022,5,19,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130774,5,1652967000,2022,5,19,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130775,5,1652968800,2022,5,19,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130776,5,1652983200,2022,5,19,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130777,5,1652985000,2022,5,19,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130778,5,1652986800,2022,5,19,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130779,5,1652988600,2022,5,19,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130780,5,1652990400,2022,5,19,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130781,5,1652992200,2022,5,19,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130782,5,1652994000,2022,5,19,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130783,5,1652995800,2022,5,19,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130784,5,1653044400,2022,5,20,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130785,5,1653046200,2022,5,20,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130786,5,1653048000,2022,5,20,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130787,5,1653049800,2022,5,20,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130788,5,1653051600,2022,5,20,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130789,5,1653053400,2022,5,20,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130790,5,1653055200,2022,5,20,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130791,5,1653069600,2022,5,20,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130792,5,1653071400,2022,5,20,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130793,5,1653073200,2022,5,20,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130794,5,1653075000,2022,5,20,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130795,5,1653076800,2022,5,20,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130796,5,1653078600,2022,5,20,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130797,5,1653080400,2022,5,20,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130798,5,1653082200,2022,5,20,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130799,5,1653130800,2022,5,21,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130800,5,1653132600,2022,5,21,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130801,5,1653134400,2022,5,21,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130802,5,1653136200,2022,5,21,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130803,5,1653138000,2022,5,21,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130804,5,1653139800,2022,5,21,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130805,5,1653141600,2022,5,21,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130806,5,1653156000,2022,5,21,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130807,5,1653157800,2022,5,21,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130808,5,1653159600,2022,5,21,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130809,5,1653161400,2022,5,21,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130810,5,1653163200,2022,5,21,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130811,5,1653165000,2022,5,21,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130812,5,1653166800,2022,5,21,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130813,5,1653168600,2022,5,21,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130814,5,1653217200,2022,5,22,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130815,5,1653219000,2022,5,22,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130816,5,1653220800,2022,5,22,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130817,5,1653222600,2022,5,22,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130818,5,1653224400,2022,5,22,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130819,5,1653226200,2022,5,22,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130820,5,1653228000,2022,5,22,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130821,5,1653229800,2022,5,22,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130822,5,1653242400,2022,5,22,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130823,5,1653244200,2022,5,22,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130824,5,1653246000,2022,5,22,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130825,5,1653247800,2022,5,22,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130826,5,1653249600,2022,5,22,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130827,5,1653251400,2022,5,22,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130828,5,1653253200,2022,5,22,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130829,5,1653255000,2022,5,22,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130830,5,1653303600,2022,5,23,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130831,5,1653305400,2022,5,23,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130832,5,1653307200,2022,5,23,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130833,5,1653309000,2022,5,23,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130834,5,1653310800,2022,5,23,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130835,5,1653312600,2022,5,23,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130836,5,1653314400,2022,5,23,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130837,5,1653328800,2022,5,23,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130838,5,1653330600,2022,5,23,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130839,5,1653332400,2022,5,23,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130840,5,1653334200,2022,5,23,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130841,5,1653336000,2022,5,23,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130842,5,1653337800,2022,5,23,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130843,5,1653339600,2022,5,23,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130844,5,1653341400,2022,5,23,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130845,5,1653390000,2022,5,24,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130846,5,1653391800,2022,5,24,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130847,5,1653393600,2022,5,24,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130848,5,1653395400,2022,5,24,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130849,5,1653397200,2022,5,24,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130850,5,1653399000,2022,5,24,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130851,5,1653400800,2022,5,24,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130852,5,1653415200,2022,5,24,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130853,5,1653417000,2022,5,24,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130854,5,1653418800,2022,5,24,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130855,5,1653420600,2022,5,24,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130856,5,1653422400,2022,5,24,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130857,5,1653424200,2022,5,24,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130858,5,1653426000,2022,5,24,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130859,5,1653427800,2022,5,24,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130860,5,1653476400,2022,5,25,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130861,5,1653478200,2022,5,25,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130862,5,1653480000,2022,5,25,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130863,5,1653481800,2022,5,25,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130864,5,1653483600,2022,5,25,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130865,5,1653485400,2022,5,25,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130866,5,1653487200,2022,5,25,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130867,5,1653501600,2022,5,25,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130868,5,1653503400,2022,5,25,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130869,5,1653505200,2022,5,25,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130870,5,1653507000,2022,5,25,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130871,5,1653508800,2022,5,25,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130872,5,1653510600,2022,5,25,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130873,5,1653512400,2022,5,25,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130874,5,1653514200,2022,5,25,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130875,5,1653562800,2022,5,26,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130876,5,1653564600,2022,5,26,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130877,5,1653566400,2022,5,26,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130878,5,1653568200,2022,5,26,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130879,5,1653570000,2022,5,26,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130880,5,1653571800,2022,5,26,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130881,5,1653573600,2022,5,26,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130882,5,1653588000,2022,5,26,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130883,5,1653589800,2022,5,26,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130884,5,1653591600,2022,5,26,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130885,5,1653593400,2022,5,26,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130886,5,1653595200,2022,5,26,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130887,5,1653597000,2022,5,26,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130888,5,1653598800,2022,5,26,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130889,5,1653600600,2022,5,26,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130890,5,1653649200,2022,5,27,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130891,5,1653651000,2022,5,27,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130892,5,1653652800,2022,5,27,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130893,5,1653654600,2022,5,27,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(130894,5,1653656400,2022,5,27,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(130895,5,1653658200,2022,5,27,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(130896,5,1653660000,2022,5,27,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(130897,5,1653674400,2022,5,27,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(130898,5,1653676200,2022,5,27,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(130899,5,1653678000,2022,5,27,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(130900,5,1653679800,2022,5,27,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(130901,5,1653681600,2022,5,27,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(130902,5,1653683400,2022,5,27,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(130903,5,1653685200,2022,5,27,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(130904,5,1653687000,2022,5,27,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(130905,5,1653735600,2022,5,28,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(130906,5,1653737400,2022,5,28,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(130907,5,1653739200,2022,5,28,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(130908,5,1653741000,2022,5,28,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(130909,5,1653742800,2022,5,28,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(130910,5,1653744600,2022,5,28,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(130911,5,1653746400,2022,5,28,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(130912,5,1653760800,2022,5,28,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(130913,5,1653762600,2022,5,28,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(130914,5,1653764400,2022,5,28,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(130915,5,1653766200,2022,5,28,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(130916,5,1653768000,2022,5,28,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(130917,5,1653769800,2022,5,28,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(130918,5,1653771600,2022,5,28,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(130919,5,1653773400,2022,5,28,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(130920,5,1653822000,2022,5,29,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(130921,5,1653823800,2022,5,29,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(130922,5,1653825600,2022,5,29,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(130923,5,1653827400,2022,5,29,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(130924,5,1653829200,2022,5,29,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(130925,5,1653831000,2022,5,29,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(130926,5,1653832800,2022,5,29,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(130927,5,1653834600,2022,5,29,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(130928,5,1653847200,2022,5,29,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(130929,5,1653849000,2022,5,29,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(130930,5,1653850800,2022,5,29,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(130931,5,1653852600,2022,5,29,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(130932,5,1653854400,2022,5,29,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(130933,5,1653856200,2022,5,29,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(130934,5,1653858000,2022,5,29,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(130935,5,1653859800,2022,5,29,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(130936,5,1653908400,2022,5,30,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(130937,5,1653910200,2022,5,30,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(130938,5,1653912000,2022,5,30,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(130939,5,1653913800,2022,5,30,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(130940,5,1653915600,2022,5,30,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(130941,5,1653917400,2022,5,30,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(130942,5,1653919200,2022,5,30,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(130943,5,1653933600,2022,5,30,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(130944,5,1653935400,2022,5,30,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(130945,5,1653937200,2022,5,30,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(130946,5,1653939000,2022,5,30,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(130947,5,1653940800,2022,5,30,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(130948,5,1653942600,2022,5,30,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(130949,5,1653944400,2022,5,30,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(130950,5,1653946200,2022,5,30,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(130951,5,1653994800,2022,5,31,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(130952,5,1653996600,2022,5,31,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(130953,5,1653998400,2022,5,31,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(130954,5,1654000200,2022,5,31,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(130955,5,1654002000,2022,5,31,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(130956,5,1654003800,2022,5,31,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(130957,5,1654005600,2022,5,31,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(130958,5,1654020000,2022,5,31,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(130959,5,1654021800,2022,5,31,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(130960,5,1654023600,2022,5,31,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(130961,5,1654025400,2022,5,31,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(130962,5,1654027200,2022,5,31,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(130963,5,1654029000,2022,5,31,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(130964,5,1654030800,2022,5,31,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(130965,5,1654032600,2022,5,31,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(130966,5,1654081200,2022,6,1,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(130967,5,1654083000,2022,6,1,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(130968,5,1654084800,2022,6,1,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(130969,5,1654086600,2022,6,1,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(130970,5,1654088400,2022,6,1,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(130971,5,1654090200,2022,6,1,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(130972,5,1654092000,2022,6,1,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(130973,5,1654106400,2022,6,1,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(130974,5,1654108200,2022,6,1,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(130975,5,1654110000,2022,6,1,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(130976,5,1654111800,2022,6,1,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(130977,5,1654113600,2022,6,1,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(130978,5,1654115400,2022,6,1,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(130979,5,1654117200,2022,6,1,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(130980,5,1654119000,2022,6,1,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(130981,5,1654167600,2022,6,2,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(130982,5,1654169400,2022,6,2,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(130983,5,1654171200,2022,6,2,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(130984,5,1654173000,2022,6,2,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(130985,5,1654174800,2022,6,2,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(130986,5,1654176600,2022,6,2,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(130987,5,1654178400,2022,6,2,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(130988,5,1654192800,2022,6,2,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(130989,5,1654194600,2022,6,2,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(130990,5,1654196400,2022,6,2,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(130991,5,1654198200,2022,6,2,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(130992,5,1654200000,2022,6,2,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(130993,5,1654201800,2022,6,2,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(130994,5,1654203600,2022,6,2,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(130995,5,1654205400,2022,6,2,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(130996,5,1654254000,2022,6,3,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(130997,5,1654255800,2022,6,3,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(130998,5,1654257600,2022,6,3,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(130999,5,1654259400,2022,6,3,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(131000,5,1654261200,2022,6,3,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(131001,5,1654263000,2022,6,3,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(131002,5,1654264800,2022,6,3,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(131003,5,1654279200,2022,6,3,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(131004,5,1654281000,2022,6,3,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(131005,5,1654282800,2022,6,3,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(131006,5,1654284600,2022,6,3,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(131007,5,1654286400,2022,6,3,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(131008,5,1654288200,2022,6,3,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(131009,5,1654290000,2022,6,3,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(131010,5,1654291800,2022,6,3,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(131011,5,1654340400,2022,6,4,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(131012,5,1654342200,2022,6,4,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(131013,5,1654344000,2022,6,4,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(131014,5,1654345800,2022,6,4,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(131015,5,1654347600,2022,6,4,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(131016,5,1654349400,2022,6,4,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(131017,5,1654351200,2022,6,4,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(131018,5,1654365600,2022,6,4,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(131019,5,1654367400,2022,6,4,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(131020,5,1654369200,2022,6,4,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(131021,5,1654371000,2022,6,4,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(131022,5,1654372800,2022,6,4,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(131023,5,1654374600,2022,6,4,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(131024,5,1654376400,2022,6,4,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(131025,5,1654378200,2022,6,4,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(131026,5,1654426800,2022,6,5,0,13,0,'',0,99,99,0,0,'false','false',1568653883),(131027,5,1654428600,2022,6,5,0,13,30,'',0,99,99,0,0,'false','false',1568653883),(131028,5,1654430400,2022,6,5,0,14,0,'',0,99,99,0,0,'false','false',1568653883),(131029,5,1654432200,2022,6,5,0,14,30,'',0,99,99,0,0,'false','false',1568653883),(131030,5,1654434000,2022,6,5,0,15,0,'',0,99,99,0,0,'false','false',1568653883),(131031,5,1654435800,2022,6,5,0,15,30,'',0,99,99,0,0,'false','false',1568653883),(131032,5,1654437600,2022,6,5,0,16,0,'',0,99,99,0,0,'false','false',1568653883),(131033,5,1654439400,2022,6,5,0,16,30,'',0,99,99,0,0,'false','false',1568653883),(131034,5,1654452000,2022,6,5,0,20,0,'',0,98,98,0,0,'false','false',1568653883),(131035,5,1654453800,2022,6,5,0,20,30,'',0,99,99,0,0,'false','false',1568653883),(131036,5,1654455600,2022,6,5,0,21,0,'',0,99,99,0,0,'false','false',1568653883),(131037,5,1654457400,2022,6,5,0,21,30,'',0,99,99,0,0,'false','false',1568653883),(131038,5,1654459200,2022,6,5,0,22,0,'',0,99,99,0,0,'false','false',1568653883),(131039,5,1654461000,2022,6,5,0,22,30,'',0,99,99,0,0,'false','false',1568653883),(131040,5,1654462800,2022,6,5,0,23,0,'',0,99,99,0,0,'false','false',1568653883),(131041,5,1654464600,2022,6,5,0,23,30,'',0,99,99,0,0,'false','false',1568653883),(131042,5,1654513200,2022,6,6,1,13,0,'',0,99,99,0,0,'false','false',1568653883),(131043,5,1654515000,2022,6,6,1,13,30,'',0,99,99,0,0,'false','false',1568653883),(131044,5,1654516800,2022,6,6,1,14,0,'',0,99,99,0,0,'false','false',1568653883),(131045,5,1654518600,2022,6,6,1,14,30,'',0,99,99,0,0,'false','false',1568653883),(131046,5,1654520400,2022,6,6,1,15,0,'',0,99,99,0,0,'false','false',1568653883),(131047,5,1654522200,2022,6,6,1,15,30,'',0,99,99,0,0,'false','false',1568653883),(131048,5,1654524000,2022,6,6,1,16,0,'',0,99,99,0,0,'false','false',1568653883),(131049,5,1654538400,2022,6,6,1,20,0,'',0,99,99,0,0,'false','false',1568653883),(131050,5,1654540200,2022,6,6,1,20,30,'',0,99,99,0,0,'false','false',1568653883),(131051,5,1654542000,2022,6,6,1,21,0,'',0,99,99,0,0,'false','false',1568653883),(131052,5,1654543800,2022,6,6,1,21,30,'',0,99,99,0,0,'false','false',1568653883),(131053,5,1654545600,2022,6,6,1,22,0,'',0,99,99,0,0,'false','false',1568653883),(131054,5,1654547400,2022,6,6,1,22,30,'',0,99,99,0,0,'false','false',1568653883),(131055,5,1654549200,2022,6,6,1,23,0,'',0,99,99,0,0,'false','false',1568653883),(131056,5,1654551000,2022,6,6,1,23,30,'',0,99,99,0,0,'false','false',1568653883),(131057,5,1654599600,2022,6,7,2,13,0,'',0,99,99,0,0,'false','false',1568653883),(131058,5,1654601400,2022,6,7,2,13,30,'',0,99,99,0,0,'false','false',1568653883),(131059,5,1654603200,2022,6,7,2,14,0,'',0,99,99,0,0,'false','false',1568653883),(131060,5,1654605000,2022,6,7,2,14,30,'',0,99,99,0,0,'false','false',1568653883),(131061,5,1654606800,2022,6,7,2,15,0,'',0,99,99,0,0,'false','false',1568653883),(131062,5,1654608600,2022,6,7,2,15,30,'',0,99,99,0,0,'false','false',1568653883),(131063,5,1654610400,2022,6,7,2,16,0,'',0,99,99,0,0,'false','false',1568653883),(131064,5,1654624800,2022,6,7,2,20,0,'',0,99,99,0,0,'false','false',1568653883),(131065,5,1654626600,2022,6,7,2,20,30,'',0,99,99,0,0,'false','false',1568653883),(131066,5,1654628400,2022,6,7,2,21,0,'',0,99,99,0,0,'false','false',1568653883),(131067,5,1654630200,2022,6,7,2,21,30,'',0,99,99,0,0,'false','false',1568653883),(131068,5,1654632000,2022,6,7,2,22,0,'',0,99,99,0,0,'false','false',1568653883),(131069,5,1654633800,2022,6,7,2,22,30,'',0,99,99,0,0,'false','false',1568653883),(131070,5,1654635600,2022,6,7,2,23,0,'',0,99,99,0,0,'false','false',1568653883),(131071,5,1654637400,2022,6,7,2,23,30,'',0,99,99,0,0,'false','false',1568653883),(131072,5,1654686000,2022,6,8,3,13,0,'',0,99,99,0,0,'false','false',1568653883),(131073,5,1654687800,2022,6,8,3,13,30,'',0,99,99,0,0,'false','false',1568653883),(131074,5,1654689600,2022,6,8,3,14,0,'',0,99,99,0,0,'false','false',1568653883),(131075,5,1654691400,2022,6,8,3,14,30,'',0,99,99,0,0,'false','false',1568653883),(131076,5,1654693200,2022,6,8,3,15,0,'',0,99,99,0,0,'false','false',1568653883),(131077,5,1654695000,2022,6,8,3,15,30,'',0,99,99,0,0,'false','false',1568653883),(131078,5,1654696800,2022,6,8,3,16,0,'',0,99,99,0,0,'false','false',1568653883),(131079,5,1654711200,2022,6,8,3,20,0,'',0,99,99,0,0,'false','false',1568653883),(131080,5,1654713000,2022,6,8,3,20,30,'',0,99,99,0,0,'false','false',1568653883),(131081,5,1654714800,2022,6,8,3,21,0,'',0,99,99,0,0,'false','false',1568653883),(131082,5,1654716600,2022,6,8,3,21,30,'',0,99,99,0,0,'false','false',1568653883),(131083,5,1654718400,2022,6,8,3,22,0,'',0,99,99,0,0,'false','false',1568653883),(131084,5,1654720200,2022,6,8,3,22,30,'',0,99,99,0,0,'false','false',1568653883),(131085,5,1654722000,2022,6,8,3,23,0,'',0,99,99,0,0,'false','false',1568653883),(131086,5,1654723800,2022,6,8,3,23,30,'',0,99,99,0,0,'false','false',1568653883),(131087,5,1654772400,2022,6,9,4,13,0,'',0,99,99,0,0,'false','false',1568653883),(131088,5,1654774200,2022,6,9,4,13,30,'',0,99,99,0,0,'false','false',1568653883),(131089,5,1654776000,2022,6,9,4,14,0,'',0,99,99,0,0,'false','false',1568653883),(131090,5,1654777800,2022,6,9,4,14,30,'',0,99,99,0,0,'false','false',1568653883),(131091,5,1654779600,2022,6,9,4,15,0,'',0,99,99,0,0,'false','false',1568653883),(131092,5,1654781400,2022,6,9,4,15,30,'',0,99,99,0,0,'false','false',1568653883),(131093,5,1654783200,2022,6,9,4,16,0,'',0,99,99,0,0,'false','false',1568653883),(131094,5,1654797600,2022,6,9,4,20,0,'',0,99,99,0,0,'false','false',1568653883),(131095,5,1654799400,2022,6,9,4,20,30,'',0,99,99,0,0,'false','false',1568653883),(131096,5,1654801200,2022,6,9,4,21,0,'',0,99,99,0,0,'false','false',1568653883),(131097,5,1654803000,2022,6,9,4,21,30,'',0,99,99,0,0,'false','false',1568653883),(131098,5,1654804800,2022,6,9,4,22,0,'',0,99,99,0,0,'false','false',1568653883),(131099,5,1654806600,2022,6,9,4,22,30,'',0,99,99,0,0,'false','false',1568653883),(131100,5,1654808400,2022,6,9,4,23,0,'',0,99,99,0,0,'false','false',1568653883),(131101,5,1654810200,2022,6,9,4,23,30,'',0,99,99,0,0,'false','false',1568653883),(131102,5,1654858800,2022,6,10,5,13,0,'',0,99,99,0,0,'false','false',1568653883),(131103,5,1654860600,2022,6,10,5,13,30,'',0,99,99,0,0,'false','false',1568653883),(131104,5,1654862400,2022,6,10,5,14,0,'',0,99,99,0,0,'false','false',1568653883),(131105,5,1654864200,2022,6,10,5,14,30,'',0,99,99,0,0,'false','false',1568653883),(131106,5,1654866000,2022,6,10,5,15,0,'',0,99,99,0,0,'false','false',1568653883),(131107,5,1654867800,2022,6,10,5,15,30,'',0,99,99,0,0,'false','false',1568653883),(131108,5,1654869600,2022,6,10,5,16,0,'',0,99,99,0,0,'false','false',1568653883),(131109,5,1654884000,2022,6,10,5,20,0,'',0,99,99,0,0,'false','false',1568653883),(131110,5,1654885800,2022,6,10,5,20,30,'',0,99,99,0,0,'false','false',1568653883),(131111,5,1654887600,2022,6,10,5,21,0,'',0,99,99,0,0,'false','false',1568653883),(131112,5,1654889400,2022,6,10,5,21,30,'',0,99,99,0,0,'false','false',1568653883),(131113,5,1654891200,2022,6,10,5,22,0,'',0,99,99,0,0,'false','false',1568653883),(131114,5,1654893000,2022,6,10,5,22,30,'',0,99,99,0,0,'false','false',1568653883),(131115,5,1654894800,2022,6,10,5,23,0,'',0,99,99,0,0,'false','false',1568653883),(131116,5,1654896600,2022,6,10,5,23,30,'',0,99,99,0,0,'false','false',1568653883),(131117,5,1654945200,2022,6,11,6,13,0,'',0,99,99,0,0,'false','false',1568653883),(131118,5,1654947000,2022,6,11,6,13,30,'',0,99,99,0,0,'false','false',1568653883),(131119,5,1654948800,2022,6,11,6,14,0,'',0,99,99,0,0,'false','false',1568653883),(131120,5,1654950600,2022,6,11,6,14,30,'',0,99,99,0,0,'false','false',1568653883),(131121,5,1654952400,2022,6,11,6,15,0,'',0,99,99,0,0,'false','false',1568653883),(131122,5,1654954200,2022,6,11,6,15,30,'',0,99,99,0,0,'false','false',1568653883),(131123,5,1654956000,2022,6,11,6,16,0,'',0,99,99,0,0,'false','false',1568653883),(131124,5,1654970400,2022,6,11,6,20,0,'',0,99,99,0,0,'false','false',1568653883),(131125,5,1654972200,2022,6,11,6,20,30,'',0,99,99,0,0,'false','false',1568653883),(131126,5,1654974000,2022,6,11,6,21,0,'',0,99,99,0,0,'false','false',1568653883),(131127,5,1654975800,2022,6,11,6,21,30,'',0,99,99,0,0,'false','false',1568653883),(131128,5,1654977600,2022,6,11,6,22,0,'',0,99,99,0,0,'false','false',1568653883),(131129,5,1654979400,2022,6,11,6,22,30,'',0,99,99,0,0,'false','false',1568653883),(131130,5,1654981200,2022,6,11,6,23,0,'',0,99,99,0,0,'false','false',1568653883),(131131,5,1654983000,2022,6,11,6,23,30,'',0,99,99,0,0,'false','false',1568653883),(131132,1,1655031600,2022,6,12,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131133,1,1655033400,2022,6,12,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131134,1,1655035200,2022,6,12,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131135,1,1655037000,2022,6,12,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131136,1,1655038800,2022,6,12,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131137,1,1655040600,2022,6,12,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131138,1,1655042400,2022,6,12,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131139,1,1655044200,2022,6,12,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131140,1,1655636400,2022,6,19,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131141,1,1655638200,2022,6,19,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131142,1,1655640000,2022,6,19,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131143,1,1655641800,2022,6,19,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131144,1,1655643600,2022,6,19,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131145,1,1655645400,2022,6,19,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131146,1,1655647200,2022,6,19,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131147,1,1655649000,2022,6,19,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131148,1,1656241200,2022,6,26,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131149,1,1656243000,2022,6,26,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131150,1,1656244800,2022,6,26,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131151,1,1656246600,2022,6,26,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131152,1,1656248400,2022,6,26,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131153,1,1656250200,2022,6,26,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131154,1,1656252000,2022,6,26,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131155,1,1656253800,2022,6,26,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131156,1,1656846000,2022,7,3,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131157,1,1656847800,2022,7,3,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131158,1,1656849600,2022,7,3,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131159,1,1656851400,2022,7,3,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131160,1,1656853200,2022,7,3,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131161,1,1656855000,2022,7,3,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131162,1,1656856800,2022,7,3,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131163,1,1656858600,2022,7,3,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131164,1,1657450800,2022,7,10,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131165,1,1657452600,2022,7,10,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131166,1,1657454400,2022,7,10,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131167,1,1657456200,2022,7,10,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131168,1,1657458000,2022,7,10,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131169,1,1657459800,2022,7,10,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131170,1,1657461600,2022,7,10,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131171,1,1657463400,2022,7,10,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131201,3,1655031600,2022,6,12,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131202,3,1655033400,2022,6,12,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131203,3,1655035200,2022,6,12,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131204,3,1655037000,2022,6,12,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131205,3,1655038800,2022,6,12,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131206,3,1655040600,2022,6,12,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131207,3,1655042400,2022,6,12,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131208,3,1655044200,2022,6,12,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131209,3,1655056800,2022,6,12,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131210,3,1655058600,2022,6,12,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131211,3,1655060400,2022,6,12,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131212,3,1655062200,2022,6,12,0,21,30,'',0,0,0,0,0,'false','false',1571337411),(131213,3,1655064000,2022,6,12,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131214,3,1655065800,2022,6,12,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131215,3,1655067600,2022,6,12,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131216,3,1655069400,2022,6,12,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131217,3,1655118000,2022,6,13,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131218,3,1655119800,2022,6,13,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131219,3,1655121600,2022,6,13,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131220,3,1655123400,2022,6,13,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131221,3,1655125200,2022,6,13,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131222,3,1655127000,2022,6,13,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131223,3,1655128800,2022,6,13,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131224,3,1655143200,2022,6,13,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131225,3,1655145000,2022,6,13,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131226,3,1655146800,2022,6,13,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131227,3,1655148600,2022,6,13,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131228,3,1655150400,2022,6,13,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131229,3,1655152200,2022,6,13,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131230,3,1655154000,2022,6,13,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131231,3,1655155800,2022,6,13,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131232,3,1655204400,2022,6,14,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131233,3,1655206200,2022,6,14,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131234,3,1655208000,2022,6,14,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131235,3,1655209800,2022,6,14,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131236,3,1655211600,2022,6,14,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131237,3,1655213400,2022,6,14,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131238,3,1655215200,2022,6,14,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131239,3,1655229600,2022,6,14,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131240,3,1655231400,2022,6,14,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131241,3,1655233200,2022,6,14,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131242,3,1655235000,2022,6,14,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131243,3,1655236800,2022,6,14,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131244,3,1655238600,2022,6,14,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131245,3,1655240400,2022,6,14,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131246,3,1655242200,2022,6,14,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131247,3,1655290800,2022,6,15,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(131248,3,1655292600,2022,6,15,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(131249,3,1655294400,2022,6,15,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(131250,3,1655296200,2022,6,15,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(131251,3,1655298000,2022,6,15,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(131252,3,1655299800,2022,6,15,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(131253,3,1655301600,2022,6,15,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(131254,3,1655316000,2022,6,15,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(131255,3,1655317800,2022,6,15,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(131256,3,1655319600,2022,6,15,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(131257,3,1655321400,2022,6,15,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(131258,3,1655323200,2022,6,15,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(131259,3,1655325000,2022,6,15,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(131260,3,1655326800,2022,6,15,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(131261,3,1655328600,2022,6,15,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(131262,3,1655377200,2022,6,16,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(131263,3,1655379000,2022,6,16,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(131264,3,1655380800,2022,6,16,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(131265,3,1655382600,2022,6,16,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(131266,3,1655384400,2022,6,16,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(131267,3,1655386200,2022,6,16,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(131268,3,1655388000,2022,6,16,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(131269,3,1655402400,2022,6,16,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(131270,3,1655404200,2022,6,16,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(131271,3,1655406000,2022,6,16,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(131272,3,1655407800,2022,6,16,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(131273,3,1655409600,2022,6,16,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(131274,3,1655411400,2022,6,16,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(131275,3,1655413200,2022,6,16,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(131276,3,1655415000,2022,6,16,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(131277,3,1655463600,2022,6,17,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(131278,3,1655465400,2022,6,17,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(131279,3,1655467200,2022,6,17,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(131280,3,1655469000,2022,6,17,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(131281,3,1655470800,2022,6,17,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(131282,3,1655472600,2022,6,17,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(131283,3,1655474400,2022,6,17,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(131284,3,1655488800,2022,6,17,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(131285,3,1655490600,2022,6,17,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(131286,3,1655492400,2022,6,17,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(131287,3,1655494200,2022,6,17,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(131288,3,1655496000,2022,6,17,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(131289,3,1655497800,2022,6,17,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(131290,3,1655499600,2022,6,17,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(131291,3,1655501400,2022,6,17,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(131292,3,1655550000,2022,6,18,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(131293,3,1655551800,2022,6,18,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(131294,3,1655553600,2022,6,18,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(131295,3,1655555400,2022,6,18,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(131296,3,1655557200,2022,6,18,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(131297,3,1655559000,2022,6,18,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(131298,3,1655560800,2022,6,18,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(131299,3,1655575200,2022,6,18,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(131300,3,1655577000,2022,6,18,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(131301,3,1655578800,2022,6,18,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(131302,3,1655580600,2022,6,18,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(131303,3,1655582400,2022,6,18,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(131304,3,1655584200,2022,6,18,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(131305,3,1655586000,2022,6,18,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(131306,3,1655587800,2022,6,18,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(131307,3,1655636400,2022,6,19,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131308,3,1655638200,2022,6,19,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131309,3,1655640000,2022,6,19,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131310,3,1655641800,2022,6,19,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131311,3,1655643600,2022,6,19,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131312,3,1655645400,2022,6,19,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131313,3,1655647200,2022,6,19,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131314,3,1655649000,2022,6,19,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131315,3,1655661600,2022,6,19,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131316,3,1655663400,2022,6,19,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131317,3,1655665200,2022,6,19,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131318,3,1655667000,2022,6,19,0,21,30,'',0,0,0,0,0,'false','false',1571337411),(131319,3,1655668800,2022,6,19,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131320,3,1655670600,2022,6,19,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131321,3,1655672400,2022,6,19,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131322,3,1655674200,2022,6,19,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131323,3,1655722800,2022,6,20,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131324,3,1655724600,2022,6,20,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131325,3,1655726400,2022,6,20,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131326,3,1655728200,2022,6,20,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131327,3,1655730000,2022,6,20,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131328,3,1655731800,2022,6,20,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131329,3,1655733600,2022,6,20,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131330,3,1655748000,2022,6,20,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131331,3,1655749800,2022,6,20,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131332,3,1655751600,2022,6,20,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131333,3,1655753400,2022,6,20,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131334,3,1655755200,2022,6,20,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131335,3,1655757000,2022,6,20,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131336,3,1655758800,2022,6,20,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131337,3,1655760600,2022,6,20,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131338,3,1655809200,2022,6,21,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131339,3,1655811000,2022,6,21,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131340,3,1655812800,2022,6,21,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131341,3,1655814600,2022,6,21,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131342,3,1655816400,2022,6,21,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131343,3,1655818200,2022,6,21,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131344,3,1655820000,2022,6,21,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131345,3,1655834400,2022,6,21,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131346,3,1655836200,2022,6,21,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131347,3,1655838000,2022,6,21,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131348,3,1655839800,2022,6,21,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131349,3,1655841600,2022,6,21,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131350,3,1655843400,2022,6,21,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131351,3,1655845200,2022,6,21,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131352,3,1655847000,2022,6,21,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131353,3,1655895600,2022,6,22,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(131354,3,1655897400,2022,6,22,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(131355,3,1655899200,2022,6,22,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(131356,3,1655901000,2022,6,22,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(131357,3,1655902800,2022,6,22,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(131358,3,1655904600,2022,6,22,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(131359,3,1655906400,2022,6,22,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(131360,3,1655920800,2022,6,22,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(131361,3,1655922600,2022,6,22,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(131362,3,1655924400,2022,6,22,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(131363,3,1655926200,2022,6,22,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(131364,3,1655928000,2022,6,22,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(131365,3,1655929800,2022,6,22,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(131366,3,1655931600,2022,6,22,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(131367,3,1655933400,2022,6,22,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(131368,3,1655982000,2022,6,23,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(131369,3,1655983800,2022,6,23,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(131370,3,1655985600,2022,6,23,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(131371,3,1655987400,2022,6,23,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(131372,3,1655989200,2022,6,23,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(131373,3,1655991000,2022,6,23,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(131374,3,1655992800,2022,6,23,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(131375,3,1656007200,2022,6,23,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(131376,3,1656009000,2022,6,23,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(131377,3,1656010800,2022,6,23,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(131378,3,1656012600,2022,6,23,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(131379,3,1656014400,2022,6,23,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(131380,3,1656016200,2022,6,23,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(131381,3,1656018000,2022,6,23,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(131382,3,1656019800,2022,6,23,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(131383,3,1656068400,2022,6,24,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(131384,3,1656070200,2022,6,24,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(131385,3,1656072000,2022,6,24,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(131386,3,1656073800,2022,6,24,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(131387,3,1656075600,2022,6,24,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(131388,3,1656077400,2022,6,24,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(131389,3,1656079200,2022,6,24,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(131390,3,1656093600,2022,6,24,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(131391,3,1656095400,2022,6,24,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(131392,3,1656097200,2022,6,24,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(131393,3,1656099000,2022,6,24,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(131394,3,1656100800,2022,6,24,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(131395,3,1656102600,2022,6,24,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(131396,3,1656104400,2022,6,24,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(131397,3,1656106200,2022,6,24,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(131398,3,1656154800,2022,6,25,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(131399,3,1656156600,2022,6,25,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(131400,3,1656158400,2022,6,25,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(131401,3,1656160200,2022,6,25,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(131402,3,1656162000,2022,6,25,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(131403,3,1656163800,2022,6,25,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(131404,3,1656165600,2022,6,25,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(131405,3,1656180000,2022,6,25,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(131406,3,1656181800,2022,6,25,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(131407,3,1656183600,2022,6,25,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(131408,3,1656185400,2022,6,25,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(131409,3,1656187200,2022,6,25,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(131410,3,1656189000,2022,6,25,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(131411,3,1656190800,2022,6,25,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(131412,3,1656192600,2022,6,25,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(131413,3,1656241200,2022,6,26,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131414,3,1656243000,2022,6,26,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131415,3,1656244800,2022,6,26,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131416,3,1656246600,2022,6,26,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131417,3,1656248400,2022,6,26,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131418,3,1656250200,2022,6,26,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131419,3,1656252000,2022,6,26,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131420,3,1656253800,2022,6,26,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131421,3,1656266400,2022,6,26,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131422,3,1656268200,2022,6,26,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131423,3,1656270000,2022,6,26,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131424,3,1656271800,2022,6,26,0,21,30,'',0,0,0,0,0,'false','false',1571337411),(131425,3,1656273600,2022,6,26,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131426,3,1656275400,2022,6,26,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131427,3,1656277200,2022,6,26,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131428,3,1656279000,2022,6,26,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131429,3,1656327600,2022,6,27,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131430,3,1656329400,2022,6,27,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131431,3,1656331200,2022,6,27,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131432,3,1656333000,2022,6,27,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131433,3,1656334800,2022,6,27,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131434,3,1656336600,2022,6,27,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131435,3,1656338400,2022,6,27,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131436,3,1656352800,2022,6,27,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131437,3,1656354600,2022,6,27,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131438,3,1656356400,2022,6,27,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131439,3,1656358200,2022,6,27,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131440,3,1656360000,2022,6,27,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131441,3,1656361800,2022,6,27,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131442,3,1656363600,2022,6,27,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131443,3,1656365400,2022,6,27,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131444,3,1656414000,2022,6,28,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131445,3,1656415800,2022,6,28,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131446,3,1656417600,2022,6,28,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131447,3,1656419400,2022,6,28,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131448,3,1656421200,2022,6,28,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131449,3,1656423000,2022,6,28,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131450,3,1656424800,2022,6,28,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131451,3,1656439200,2022,6,28,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131452,3,1656441000,2022,6,28,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131453,3,1656442800,2022,6,28,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131454,3,1656444600,2022,6,28,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131455,3,1656446400,2022,6,28,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131456,3,1656448200,2022,6,28,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131457,3,1656450000,2022,6,28,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131458,3,1656451800,2022,6,28,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131459,3,1656500400,2022,6,29,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(131460,3,1656502200,2022,6,29,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(131461,3,1656504000,2022,6,29,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(131462,3,1656505800,2022,6,29,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(131463,3,1656507600,2022,6,29,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(131464,3,1656509400,2022,6,29,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(131465,3,1656511200,2022,6,29,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(131466,3,1656525600,2022,6,29,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(131467,3,1656527400,2022,6,29,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(131468,3,1656529200,2022,6,29,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(131469,3,1656531000,2022,6,29,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(131470,3,1656532800,2022,6,29,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(131471,3,1656534600,2022,6,29,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(131472,3,1656536400,2022,6,29,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(131473,3,1656538200,2022,6,29,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(131474,3,1656586800,2022,6,30,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(131475,3,1656588600,2022,6,30,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(131476,3,1656590400,2022,6,30,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(131477,3,1656592200,2022,6,30,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(131478,3,1656594000,2022,6,30,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(131479,3,1656595800,2022,6,30,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(131480,3,1656597600,2022,6,30,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(131481,3,1656612000,2022,6,30,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(131482,3,1656613800,2022,6,30,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(131483,3,1656615600,2022,6,30,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(131484,3,1656617400,2022,6,30,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(131485,3,1656619200,2022,6,30,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(131486,3,1656621000,2022,6,30,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(131487,3,1656622800,2022,6,30,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(131488,3,1656624600,2022,6,30,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(131489,3,1656673200,2022,7,1,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(131490,3,1656675000,2022,7,1,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(131491,3,1656676800,2022,7,1,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(131492,3,1656678600,2022,7,1,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(131493,3,1656680400,2022,7,1,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(131494,3,1656682200,2022,7,1,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(131495,3,1656684000,2022,7,1,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(131496,3,1656698400,2022,7,1,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(131497,3,1656700200,2022,7,1,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(131498,3,1656702000,2022,7,1,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(131499,3,1656703800,2022,7,1,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(131500,3,1656705600,2022,7,1,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(131501,3,1656707400,2022,7,1,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(131502,3,1656709200,2022,7,1,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(131503,3,1656711000,2022,7,1,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(131504,3,1656759600,2022,7,2,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(131505,3,1656761400,2022,7,2,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(131506,3,1656763200,2022,7,2,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(131507,3,1656765000,2022,7,2,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(131508,3,1656766800,2022,7,2,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(131509,3,1656768600,2022,7,2,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(131510,3,1656770400,2022,7,2,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(131511,3,1656784800,2022,7,2,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(131512,3,1656786600,2022,7,2,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(131513,3,1656788400,2022,7,2,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(131514,3,1656790200,2022,7,2,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(131515,3,1656792000,2022,7,2,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(131516,3,1656793800,2022,7,2,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(131517,3,1656795600,2022,7,2,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(131518,3,1656797400,2022,7,2,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(131519,3,1656846000,2022,7,3,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131520,3,1656847800,2022,7,3,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131521,3,1656849600,2022,7,3,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131522,3,1656851400,2022,7,3,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131523,3,1656853200,2022,7,3,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131524,3,1656855000,2022,7,3,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131525,3,1656856800,2022,7,3,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131526,3,1656858600,2022,7,3,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131527,3,1656871200,2022,7,3,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131528,3,1656873000,2022,7,3,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131529,3,1656874800,2022,7,3,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131530,3,1656876600,2022,7,3,0,21,30,'',0,0,0,0,0,'false','false',1571337411),(131531,3,1656878400,2022,7,3,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131532,3,1656880200,2022,7,3,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131533,3,1656882000,2022,7,3,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131534,3,1656883800,2022,7,3,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131535,3,1656932400,2022,7,4,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131536,3,1656934200,2022,7,4,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131537,3,1656936000,2022,7,4,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131538,3,1656937800,2022,7,4,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131539,3,1656939600,2022,7,4,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131540,3,1656941400,2022,7,4,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131541,3,1656943200,2022,7,4,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131542,3,1656957600,2022,7,4,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131543,3,1656959400,2022,7,4,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131544,3,1656961200,2022,7,4,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131545,3,1656963000,2022,7,4,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131546,3,1656964800,2022,7,4,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131547,3,1656966600,2022,7,4,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131548,3,1656968400,2022,7,4,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131549,3,1656970200,2022,7,4,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131550,3,1657018800,2022,7,5,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131551,3,1657020600,2022,7,5,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131552,3,1657022400,2022,7,5,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131553,3,1657024200,2022,7,5,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131554,3,1657026000,2022,7,5,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131555,3,1657027800,2022,7,5,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131556,3,1657029600,2022,7,5,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131557,3,1657044000,2022,7,5,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131558,3,1657045800,2022,7,5,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131559,3,1657047600,2022,7,5,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131560,3,1657049400,2022,7,5,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131561,3,1657051200,2022,7,5,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131562,3,1657053000,2022,7,5,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131563,3,1657054800,2022,7,5,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131564,3,1657056600,2022,7,5,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131565,3,1657105200,2022,7,6,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(131566,3,1657107000,2022,7,6,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(131567,3,1657108800,2022,7,6,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(131568,3,1657110600,2022,7,6,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(131569,3,1657112400,2022,7,6,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(131570,3,1657114200,2022,7,6,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(131571,3,1657116000,2022,7,6,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(131572,3,1657130400,2022,7,6,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(131573,3,1657132200,2022,7,6,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(131574,3,1657134000,2022,7,6,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(131575,3,1657135800,2022,7,6,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(131576,3,1657137600,2022,7,6,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(131577,3,1657139400,2022,7,6,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(131578,3,1657141200,2022,7,6,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(131579,3,1657143000,2022,7,6,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(131580,3,1657191600,2022,7,7,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(131581,3,1657193400,2022,7,7,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(131582,3,1657195200,2022,7,7,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(131583,3,1657197000,2022,7,7,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(131584,3,1657198800,2022,7,7,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(131585,3,1657200600,2022,7,7,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(131586,3,1657202400,2022,7,7,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(131587,3,1657216800,2022,7,7,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(131588,3,1657218600,2022,7,7,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(131589,3,1657220400,2022,7,7,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(131590,3,1657222200,2022,7,7,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(131591,3,1657224000,2022,7,7,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(131592,3,1657225800,2022,7,7,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(131593,3,1657227600,2022,7,7,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(131594,3,1657229400,2022,7,7,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(131595,3,1657278000,2022,7,8,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(131596,3,1657279800,2022,7,8,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(131597,3,1657281600,2022,7,8,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(131598,3,1657283400,2022,7,8,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(131599,3,1657285200,2022,7,8,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(131600,3,1657287000,2022,7,8,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(131601,3,1657288800,2022,7,8,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(131602,3,1657303200,2022,7,8,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(131603,3,1657305000,2022,7,8,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(131604,3,1657306800,2022,7,8,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(131605,3,1657308600,2022,7,8,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(131606,3,1657310400,2022,7,8,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(131607,3,1657312200,2022,7,8,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(131608,3,1657314000,2022,7,8,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(131609,3,1657315800,2022,7,8,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(131610,3,1657364400,2022,7,9,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(131611,3,1657366200,2022,7,9,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(131612,3,1657368000,2022,7,9,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(131613,3,1657369800,2022,7,9,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(131614,3,1657371600,2022,7,9,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(131615,3,1657373400,2022,7,9,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(131616,3,1657375200,2022,7,9,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(131617,3,1657389600,2022,7,9,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(131618,3,1657391400,2022,7,9,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(131619,3,1657393200,2022,7,9,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(131620,3,1657395000,2022,7,9,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(131621,3,1657396800,2022,7,9,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(131622,3,1657398600,2022,7,9,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(131623,3,1657400400,2022,7,9,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(131624,3,1657402200,2022,7,9,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(131625,3,1657450800,2022,7,10,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131626,3,1657452600,2022,7,10,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131627,3,1657454400,2022,7,10,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131628,3,1657456200,2022,7,10,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131629,3,1657458000,2022,7,10,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131630,3,1657459800,2022,7,10,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131631,3,1657461600,2022,7,10,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131632,3,1657463400,2022,7,10,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131633,3,1657476000,2022,7,10,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131634,3,1657477800,2022,7,10,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131635,3,1657479600,2022,7,10,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131636,3,1657481400,2022,7,10,0,21,30,'',0,0,0,0,0,'false','false',1571337411),(131637,3,1657483200,2022,7,10,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131638,3,1657485000,2022,7,10,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131639,3,1657486800,2022,7,10,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131640,3,1657488600,2022,7,10,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131641,3,1657537200,2022,7,11,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131642,3,1657539000,2022,7,11,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131643,3,1657540800,2022,7,11,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131644,3,1657542600,2022,7,11,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131645,3,1657544400,2022,7,11,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131646,3,1657546200,2022,7,11,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131647,3,1657548000,2022,7,11,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131648,3,1657562400,2022,7,11,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131649,3,1657564200,2022,7,11,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131650,3,1657566000,2022,7,11,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131651,3,1657567800,2022,7,11,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131652,3,1657569600,2022,7,11,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131653,3,1657571400,2022,7,11,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131654,3,1657573200,2022,7,11,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131655,3,1657575000,2022,7,11,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131656,3,1657623600,2022,7,12,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131657,3,1657625400,2022,7,12,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131658,3,1657627200,2022,7,12,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131659,3,1657629000,2022,7,12,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131660,3,1657630800,2022,7,12,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131661,3,1657632600,2022,7,12,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131662,3,1657634400,2022,7,12,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131663,3,1657648800,2022,7,12,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131664,3,1657650600,2022,7,12,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131665,3,1657652400,2022,7,12,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131666,3,1657654200,2022,7,12,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131667,3,1657656000,2022,7,12,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131668,3,1657657800,2022,7,12,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131669,3,1657659600,2022,7,12,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131670,3,1657661400,2022,7,12,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131671,4,1655031600,2022,6,12,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131672,4,1655033400,2022,6,12,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131673,4,1655035200,2022,6,12,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131674,4,1655037000,2022,6,12,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131675,4,1655038800,2022,6,12,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131676,4,1655040600,2022,6,12,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131677,4,1655042400,2022,6,12,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131678,4,1655044200,2022,6,12,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131679,4,1655056800,2022,6,12,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131680,4,1655058600,2022,6,12,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131681,4,1655060400,2022,6,12,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131682,4,1655062200,2022,6,12,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(131683,4,1655064000,2022,6,12,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131684,4,1655065800,2022,6,12,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131685,4,1655067600,2022,6,12,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131686,4,1655069400,2022,6,12,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131687,4,1655118000,2022,6,13,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131688,4,1655119800,2022,6,13,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131689,4,1655121600,2022,6,13,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131690,4,1655123400,2022,6,13,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131691,4,1655125200,2022,6,13,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131692,4,1655127000,2022,6,13,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131693,4,1655128800,2022,6,13,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131694,4,1655143200,2022,6,13,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131695,4,1655145000,2022,6,13,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131696,4,1655146800,2022,6,13,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131697,4,1655148600,2022,6,13,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131698,4,1655150400,2022,6,13,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131699,4,1655152200,2022,6,13,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131700,4,1655154000,2022,6,13,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131701,4,1655155800,2022,6,13,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131702,4,1655204400,2022,6,14,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131703,4,1655206200,2022,6,14,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131704,4,1655208000,2022,6,14,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131705,4,1655209800,2022,6,14,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131706,4,1655211600,2022,6,14,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131707,4,1655213400,2022,6,14,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131708,4,1655215200,2022,6,14,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131709,4,1655229600,2022,6,14,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131710,4,1655231400,2022,6,14,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131711,4,1655233200,2022,6,14,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131712,4,1655235000,2022,6,14,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131713,4,1655236800,2022,6,14,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131714,4,1655238600,2022,6,14,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131715,4,1655240400,2022,6,14,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131716,4,1655242200,2022,6,14,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131717,4,1655290800,2022,6,15,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(131718,4,1655292600,2022,6,15,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(131719,4,1655294400,2022,6,15,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(131720,4,1655296200,2022,6,15,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(131721,4,1655298000,2022,6,15,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(131722,4,1655299800,2022,6,15,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(131723,4,1655301600,2022,6,15,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(131724,4,1655316000,2022,6,15,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(131725,4,1655317800,2022,6,15,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(131726,4,1655319600,2022,6,15,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(131727,4,1655321400,2022,6,15,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(131728,4,1655323200,2022,6,15,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(131729,4,1655325000,2022,6,15,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(131730,4,1655326800,2022,6,15,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(131731,4,1655328600,2022,6,15,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(131732,4,1655377200,2022,6,16,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(131733,4,1655379000,2022,6,16,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(131734,4,1655380800,2022,6,16,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(131735,4,1655382600,2022,6,16,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(131736,4,1655384400,2022,6,16,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(131737,4,1655386200,2022,6,16,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(131738,4,1655388000,2022,6,16,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(131739,4,1655402400,2022,6,16,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(131740,4,1655404200,2022,6,16,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(131741,4,1655406000,2022,6,16,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(131742,4,1655407800,2022,6,16,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(131743,4,1655409600,2022,6,16,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(131744,4,1655411400,2022,6,16,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(131745,4,1655413200,2022,6,16,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(131746,4,1655415000,2022,6,16,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(131747,4,1655463600,2022,6,17,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(131748,4,1655465400,2022,6,17,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(131749,4,1655467200,2022,6,17,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(131750,4,1655469000,2022,6,17,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(131751,4,1655470800,2022,6,17,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(131752,4,1655472600,2022,6,17,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(131753,4,1655474400,2022,6,17,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(131754,4,1655488800,2022,6,17,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(131755,4,1655490600,2022,6,17,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(131756,4,1655492400,2022,6,17,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(131757,4,1655494200,2022,6,17,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(131758,4,1655496000,2022,6,17,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(131759,4,1655497800,2022,6,17,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(131760,4,1655499600,2022,6,17,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(131761,4,1655501400,2022,6,17,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(131762,4,1655550000,2022,6,18,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(131763,4,1655551800,2022,6,18,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(131764,4,1655553600,2022,6,18,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(131765,4,1655555400,2022,6,18,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(131766,4,1655557200,2022,6,18,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(131767,4,1655559000,2022,6,18,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(131768,4,1655560800,2022,6,18,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(131769,4,1655575200,2022,6,18,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(131770,4,1655577000,2022,6,18,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(131771,4,1655578800,2022,6,18,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(131772,4,1655580600,2022,6,18,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(131773,4,1655582400,2022,6,18,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(131774,4,1655584200,2022,6,18,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(131775,4,1655586000,2022,6,18,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(131776,4,1655587800,2022,6,18,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(131777,4,1655636400,2022,6,19,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131778,4,1655638200,2022,6,19,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131779,4,1655640000,2022,6,19,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131780,4,1655641800,2022,6,19,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131781,4,1655643600,2022,6,19,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131782,4,1655645400,2022,6,19,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131783,4,1655647200,2022,6,19,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131784,4,1655649000,2022,6,19,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131785,4,1655661600,2022,6,19,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131786,4,1655663400,2022,6,19,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131787,4,1655665200,2022,6,19,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131788,4,1655667000,2022,6,19,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(131789,4,1655668800,2022,6,19,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131790,4,1655670600,2022,6,19,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131791,4,1655672400,2022,6,19,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131792,4,1655674200,2022,6,19,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131793,4,1655722800,2022,6,20,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131794,4,1655724600,2022,6,20,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131795,4,1655726400,2022,6,20,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131796,4,1655728200,2022,6,20,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131797,4,1655730000,2022,6,20,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131798,4,1655731800,2022,6,20,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131799,4,1655733600,2022,6,20,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131800,4,1655748000,2022,6,20,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131801,4,1655749800,2022,6,20,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131802,4,1655751600,2022,6,20,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131803,4,1655753400,2022,6,20,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131804,4,1655755200,2022,6,20,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131805,4,1655757000,2022,6,20,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131806,4,1655758800,2022,6,20,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131807,4,1655760600,2022,6,20,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131808,4,1655809200,2022,6,21,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131809,4,1655811000,2022,6,21,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131810,4,1655812800,2022,6,21,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131811,4,1655814600,2022,6,21,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131812,4,1655816400,2022,6,21,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131813,4,1655818200,2022,6,21,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131814,4,1655820000,2022,6,21,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131815,4,1655834400,2022,6,21,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131816,4,1655836200,2022,6,21,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131817,4,1655838000,2022,6,21,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131818,4,1655839800,2022,6,21,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131819,4,1655841600,2022,6,21,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131820,4,1655843400,2022,6,21,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131821,4,1655845200,2022,6,21,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131822,4,1655847000,2022,6,21,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131823,4,1655895600,2022,6,22,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(131824,4,1655897400,2022,6,22,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(131825,4,1655899200,2022,6,22,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(131826,4,1655901000,2022,6,22,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(131827,4,1655902800,2022,6,22,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(131828,4,1655904600,2022,6,22,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(131829,4,1655906400,2022,6,22,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(131830,4,1655920800,2022,6,22,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(131831,4,1655922600,2022,6,22,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(131832,4,1655924400,2022,6,22,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(131833,4,1655926200,2022,6,22,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(131834,4,1655928000,2022,6,22,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(131835,4,1655929800,2022,6,22,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(131836,4,1655931600,2022,6,22,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(131837,4,1655933400,2022,6,22,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(131838,4,1655982000,2022,6,23,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(131839,4,1655983800,2022,6,23,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(131840,4,1655985600,2022,6,23,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(131841,4,1655987400,2022,6,23,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(131842,4,1655989200,2022,6,23,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(131843,4,1655991000,2022,6,23,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(131844,4,1655992800,2022,6,23,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(131845,4,1656007200,2022,6,23,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(131846,4,1656009000,2022,6,23,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(131847,4,1656010800,2022,6,23,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(131848,4,1656012600,2022,6,23,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(131849,4,1656014400,2022,6,23,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(131850,4,1656016200,2022,6,23,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(131851,4,1656018000,2022,6,23,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(131852,4,1656019800,2022,6,23,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(131853,4,1656068400,2022,6,24,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(131854,4,1656070200,2022,6,24,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(131855,4,1656072000,2022,6,24,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(131856,4,1656073800,2022,6,24,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(131857,4,1656075600,2022,6,24,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(131858,4,1656077400,2022,6,24,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(131859,4,1656079200,2022,6,24,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(131860,4,1656093600,2022,6,24,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(131861,4,1656095400,2022,6,24,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(131862,4,1656097200,2022,6,24,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(131863,4,1656099000,2022,6,24,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(131864,4,1656100800,2022,6,24,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(131865,4,1656102600,2022,6,24,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(131866,4,1656104400,2022,6,24,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(131867,4,1656106200,2022,6,24,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(131868,4,1656154800,2022,6,25,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(131869,4,1656156600,2022,6,25,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(131870,4,1656158400,2022,6,25,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(131871,4,1656160200,2022,6,25,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(131872,4,1656162000,2022,6,25,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(131873,4,1656163800,2022,6,25,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(131874,4,1656165600,2022,6,25,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(131875,4,1656180000,2022,6,25,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(131876,4,1656181800,2022,6,25,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(131877,4,1656183600,2022,6,25,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(131878,4,1656185400,2022,6,25,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(131879,4,1656187200,2022,6,25,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(131880,4,1656189000,2022,6,25,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(131881,4,1656190800,2022,6,25,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(131882,4,1656192600,2022,6,25,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(131883,4,1656241200,2022,6,26,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131884,4,1656243000,2022,6,26,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131885,4,1656244800,2022,6,26,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131886,4,1656246600,2022,6,26,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131887,4,1656248400,2022,6,26,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131888,4,1656250200,2022,6,26,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131889,4,1656252000,2022,6,26,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131890,4,1656253800,2022,6,26,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131891,4,1656266400,2022,6,26,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131892,4,1656268200,2022,6,26,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131893,4,1656270000,2022,6,26,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(131894,4,1656271800,2022,6,26,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(131895,4,1656273600,2022,6,26,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(131896,4,1656275400,2022,6,26,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(131897,4,1656277200,2022,6,26,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(131898,4,1656279000,2022,6,26,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(131899,4,1656327600,2022,6,27,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(131900,4,1656329400,2022,6,27,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(131901,4,1656331200,2022,6,27,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(131902,4,1656333000,2022,6,27,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(131903,4,1656334800,2022,6,27,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(131904,4,1656336600,2022,6,27,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(131905,4,1656338400,2022,6,27,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(131906,4,1656352800,2022,6,27,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(131907,4,1656354600,2022,6,27,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(131908,4,1656356400,2022,6,27,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(131909,4,1656358200,2022,6,27,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(131910,4,1656360000,2022,6,27,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(131911,4,1656361800,2022,6,27,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(131912,4,1656363600,2022,6,27,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(131913,4,1656365400,2022,6,27,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(131914,4,1656414000,2022,6,28,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(131915,4,1656415800,2022,6,28,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(131916,4,1656417600,2022,6,28,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(131917,4,1656419400,2022,6,28,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(131918,4,1656421200,2022,6,28,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(131919,4,1656423000,2022,6,28,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(131920,4,1656424800,2022,6,28,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(131921,4,1656439200,2022,6,28,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(131922,4,1656441000,2022,6,28,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(131923,4,1656442800,2022,6,28,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(131924,4,1656444600,2022,6,28,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(131925,4,1656446400,2022,6,28,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(131926,4,1656448200,2022,6,28,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(131927,4,1656450000,2022,6,28,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(131928,4,1656451800,2022,6,28,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(131929,4,1656500400,2022,6,29,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(131930,4,1656502200,2022,6,29,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(131931,4,1656504000,2022,6,29,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(131932,4,1656505800,2022,6,29,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(131933,4,1656507600,2022,6,29,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(131934,4,1656509400,2022,6,29,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(131935,4,1656511200,2022,6,29,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(131936,4,1656525600,2022,6,29,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(131937,4,1656527400,2022,6,29,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(131938,4,1656529200,2022,6,29,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(131939,4,1656531000,2022,6,29,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(131940,4,1656532800,2022,6,29,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(131941,4,1656534600,2022,6,29,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(131942,4,1656536400,2022,6,29,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(131943,4,1656538200,2022,6,29,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(131944,4,1656586800,2022,6,30,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(131945,4,1656588600,2022,6,30,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(131946,4,1656590400,2022,6,30,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(131947,4,1656592200,2022,6,30,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(131948,4,1656594000,2022,6,30,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(131949,4,1656595800,2022,6,30,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(131950,4,1656597600,2022,6,30,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(131951,4,1656612000,2022,6,30,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(131952,4,1656613800,2022,6,30,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(131953,4,1656615600,2022,6,30,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(131954,4,1656617400,2022,6,30,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(131955,4,1656619200,2022,6,30,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(131956,4,1656621000,2022,6,30,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(131957,4,1656622800,2022,6,30,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(131958,4,1656624600,2022,6,30,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(131959,4,1656673200,2022,7,1,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(131960,4,1656675000,2022,7,1,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(131961,4,1656676800,2022,7,1,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(131962,4,1656678600,2022,7,1,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(131963,4,1656680400,2022,7,1,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(131964,4,1656682200,2022,7,1,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(131965,4,1656684000,2022,7,1,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(131966,4,1656698400,2022,7,1,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(131967,4,1656700200,2022,7,1,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(131968,4,1656702000,2022,7,1,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(131969,4,1656703800,2022,7,1,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(131970,4,1656705600,2022,7,1,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(131971,4,1656707400,2022,7,1,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(131972,4,1656709200,2022,7,1,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(131973,4,1656711000,2022,7,1,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(131974,4,1656759600,2022,7,2,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(131975,4,1656761400,2022,7,2,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(131976,4,1656763200,2022,7,2,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(131977,4,1656765000,2022,7,2,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(131978,4,1656766800,2022,7,2,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(131979,4,1656768600,2022,7,2,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(131980,4,1656770400,2022,7,2,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(131981,4,1656784800,2022,7,2,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(131982,4,1656786600,2022,7,2,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(131983,4,1656788400,2022,7,2,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(131984,4,1656790200,2022,7,2,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(131985,4,1656792000,2022,7,2,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(131986,4,1656793800,2022,7,2,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(131987,4,1656795600,2022,7,2,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(131988,4,1656797400,2022,7,2,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(131989,4,1656846000,2022,7,3,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(131990,4,1656847800,2022,7,3,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(131991,4,1656849600,2022,7,3,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(131992,4,1656851400,2022,7,3,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(131993,4,1656853200,2022,7,3,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(131994,4,1656855000,2022,7,3,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(131995,4,1656856800,2022,7,3,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(131996,4,1656858600,2022,7,3,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(131997,4,1656871200,2022,7,3,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(131998,4,1656873000,2022,7,3,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(131999,4,1656874800,2022,7,3,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(132000,4,1656876600,2022,7,3,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(132001,4,1656878400,2022,7,3,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(132002,4,1656880200,2022,7,3,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(132003,4,1656882000,2022,7,3,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(132004,4,1656883800,2022,7,3,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(132005,4,1656932400,2022,7,4,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(132006,4,1656934200,2022,7,4,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(132007,4,1656936000,2022,7,4,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(132008,4,1656937800,2022,7,4,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(132009,4,1656939600,2022,7,4,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(132010,4,1656941400,2022,7,4,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(132011,4,1656943200,2022,7,4,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(132012,4,1656957600,2022,7,4,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(132013,4,1656959400,2022,7,4,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(132014,4,1656961200,2022,7,4,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(132015,4,1656963000,2022,7,4,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(132016,4,1656964800,2022,7,4,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(132017,4,1656966600,2022,7,4,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(132018,4,1656968400,2022,7,4,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(132019,4,1656970200,2022,7,4,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(132020,4,1657018800,2022,7,5,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(132021,4,1657020600,2022,7,5,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(132022,4,1657022400,2022,7,5,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(132023,4,1657024200,2022,7,5,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(132024,4,1657026000,2022,7,5,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(132025,4,1657027800,2022,7,5,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(132026,4,1657029600,2022,7,5,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(132027,4,1657044000,2022,7,5,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(132028,4,1657045800,2022,7,5,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(132029,4,1657047600,2022,7,5,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(132030,4,1657049400,2022,7,5,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(132031,4,1657051200,2022,7,5,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(132032,4,1657053000,2022,7,5,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(132033,4,1657054800,2022,7,5,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(132034,4,1657056600,2022,7,5,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(132035,4,1657105200,2022,7,6,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(132036,4,1657107000,2022,7,6,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(132037,4,1657108800,2022,7,6,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(132038,4,1657110600,2022,7,6,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(132039,4,1657112400,2022,7,6,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(132040,4,1657114200,2022,7,6,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(132041,4,1657116000,2022,7,6,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(132042,4,1657130400,2022,7,6,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(132043,4,1657132200,2022,7,6,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(132044,4,1657134000,2022,7,6,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(132045,4,1657135800,2022,7,6,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(132046,4,1657137600,2022,7,6,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(132047,4,1657139400,2022,7,6,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(132048,4,1657141200,2022,7,6,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(132049,4,1657143000,2022,7,6,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(132050,4,1657191600,2022,7,7,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(132051,4,1657193400,2022,7,7,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(132052,4,1657195200,2022,7,7,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(132053,4,1657197000,2022,7,7,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(132054,4,1657198800,2022,7,7,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(132055,4,1657200600,2022,7,7,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(132056,4,1657202400,2022,7,7,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(132057,4,1657216800,2022,7,7,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(132058,4,1657218600,2022,7,7,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(132059,4,1657220400,2022,7,7,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(132060,4,1657222200,2022,7,7,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(132061,4,1657224000,2022,7,7,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(132062,4,1657225800,2022,7,7,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(132063,4,1657227600,2022,7,7,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(132064,4,1657229400,2022,7,7,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(132065,4,1657278000,2022,7,8,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(132066,4,1657279800,2022,7,8,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(132067,4,1657281600,2022,7,8,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(132068,4,1657283400,2022,7,8,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(132069,4,1657285200,2022,7,8,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(132070,4,1657287000,2022,7,8,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(132071,4,1657288800,2022,7,8,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(132072,4,1657303200,2022,7,8,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(132073,4,1657305000,2022,7,8,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(132074,4,1657306800,2022,7,8,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(132075,4,1657308600,2022,7,8,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(132076,4,1657310400,2022,7,8,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(132077,4,1657312200,2022,7,8,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(132078,4,1657314000,2022,7,8,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(132079,4,1657315800,2022,7,8,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(132080,4,1657364400,2022,7,9,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(132081,4,1657366200,2022,7,9,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(132082,4,1657368000,2022,7,9,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(132083,4,1657369800,2022,7,9,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(132084,4,1657371600,2022,7,9,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(132085,4,1657373400,2022,7,9,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(132086,4,1657375200,2022,7,9,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(132087,4,1657389600,2022,7,9,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(132088,4,1657391400,2022,7,9,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(132089,4,1657393200,2022,7,9,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(132090,4,1657395000,2022,7,9,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(132091,4,1657396800,2022,7,9,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(132092,4,1657398600,2022,7,9,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(132093,4,1657400400,2022,7,9,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(132094,4,1657402200,2022,7,9,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(132095,4,1657450800,2022,7,10,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(132096,4,1657452600,2022,7,10,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(132097,4,1657454400,2022,7,10,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(132098,4,1657456200,2022,7,10,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(132099,4,1657458000,2022,7,10,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(132100,4,1657459800,2022,7,10,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(132101,4,1657461600,2022,7,10,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(132102,4,1657463400,2022,7,10,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(132103,4,1657476000,2022,7,10,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(132104,4,1657477800,2022,7,10,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(132105,4,1657479600,2022,7,10,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(132106,4,1657481400,2022,7,10,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(132107,4,1657483200,2022,7,10,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(132108,4,1657485000,2022,7,10,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(132109,4,1657486800,2022,7,10,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(132110,4,1657488600,2022,7,10,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(132111,4,1657537200,2022,7,11,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(132112,4,1657539000,2022,7,11,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(132113,4,1657540800,2022,7,11,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(132114,4,1657542600,2022,7,11,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(132115,4,1657544400,2022,7,11,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(132116,4,1657546200,2022,7,11,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(132117,4,1657548000,2022,7,11,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(132118,4,1657562400,2022,7,11,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(132119,4,1657564200,2022,7,11,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(132120,4,1657566000,2022,7,11,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(132121,4,1657567800,2022,7,11,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(132122,4,1657569600,2022,7,11,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(132123,4,1657571400,2022,7,11,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(132124,4,1657573200,2022,7,11,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(132125,4,1657575000,2022,7,11,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(132126,4,1657623600,2022,7,12,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(132127,4,1657625400,2022,7,12,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(132128,4,1657627200,2022,7,12,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(132129,4,1657629000,2022,7,12,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(132130,4,1657630800,2022,7,12,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(132131,4,1657632600,2022,7,12,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(132132,4,1657634400,2022,7,12,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(132133,4,1657648800,2022,7,12,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(132134,4,1657650600,2022,7,12,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(132135,4,1657652400,2022,7,12,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(132136,4,1657654200,2022,7,12,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(132137,4,1657656000,2022,7,12,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(132138,4,1657657800,2022,7,12,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(132139,4,1657659600,2022,7,12,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(132140,4,1657661400,2022,7,12,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(132141,5,1655031600,2022,6,12,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(132142,5,1655033400,2022,6,12,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(132143,5,1655035200,2022,6,12,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(132144,5,1655037000,2022,6,12,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(132145,5,1655038800,2022,6,12,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(132146,5,1655040600,2022,6,12,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(132147,5,1655042400,2022,6,12,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(132148,5,1655044200,2022,6,12,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(132149,5,1655056800,2022,6,12,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(132150,5,1655058600,2022,6,12,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(132151,5,1655060400,2022,6,12,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(132152,5,1655062200,2022,6,12,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(132153,5,1655064000,2022,6,12,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(132154,5,1655065800,2022,6,12,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(132155,5,1655067600,2022,6,12,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(132156,5,1655069400,2022,6,12,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(132157,5,1655118000,2022,6,13,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(132158,5,1655119800,2022,6,13,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(132159,5,1655121600,2022,6,13,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(132160,5,1655123400,2022,6,13,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(132161,5,1655125200,2022,6,13,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(132162,5,1655127000,2022,6,13,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(132163,5,1655128800,2022,6,13,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(132164,5,1655143200,2022,6,13,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(132165,5,1655145000,2022,6,13,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(132166,5,1655146800,2022,6,13,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(132167,5,1655148600,2022,6,13,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(132168,5,1655150400,2022,6,13,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(132169,5,1655152200,2022,6,13,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(132170,5,1655154000,2022,6,13,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(132171,5,1655155800,2022,6,13,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(132172,5,1655204400,2022,6,14,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(132173,5,1655206200,2022,6,14,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(132174,5,1655208000,2022,6,14,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(132175,5,1655209800,2022,6,14,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(132176,5,1655211600,2022,6,14,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(132177,5,1655213400,2022,6,14,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(132178,5,1655215200,2022,6,14,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(132179,5,1655229600,2022,6,14,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(132180,5,1655231400,2022,6,14,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(132181,5,1655233200,2022,6,14,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(132182,5,1655235000,2022,6,14,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(132183,5,1655236800,2022,6,14,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(132184,5,1655238600,2022,6,14,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(132185,5,1655240400,2022,6,14,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(132186,5,1655242200,2022,6,14,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(132187,5,1655290800,2022,6,15,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(132188,5,1655292600,2022,6,15,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(132189,5,1655294400,2022,6,15,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(132190,5,1655296200,2022,6,15,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(132191,5,1655298000,2022,6,15,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(132192,5,1655299800,2022,6,15,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(132193,5,1655301600,2022,6,15,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(132194,5,1655316000,2022,6,15,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(132195,5,1655317800,2022,6,15,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(132196,5,1655319600,2022,6,15,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(132197,5,1655321400,2022,6,15,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(132198,5,1655323200,2022,6,15,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(132199,5,1655325000,2022,6,15,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(132200,5,1655326800,2022,6,15,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(132201,5,1655328600,2022,6,15,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(132202,5,1655377200,2022,6,16,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(132203,5,1655379000,2022,6,16,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(132204,5,1655380800,2022,6,16,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(132205,5,1655382600,2022,6,16,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(132206,5,1655384400,2022,6,16,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(132207,5,1655386200,2022,6,16,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(132208,5,1655388000,2022,6,16,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(132209,5,1655402400,2022,6,16,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(132210,5,1655404200,2022,6,16,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(132211,5,1655406000,2022,6,16,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(132212,5,1655407800,2022,6,16,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(132213,5,1655409600,2022,6,16,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(132214,5,1655411400,2022,6,16,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(132215,5,1655413200,2022,6,16,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(132216,5,1655415000,2022,6,16,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(132217,5,1655463600,2022,6,17,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(132218,5,1655465400,2022,6,17,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(132219,5,1655467200,2022,6,17,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(132220,5,1655469000,2022,6,17,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(132221,5,1655470800,2022,6,17,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(132222,5,1655472600,2022,6,17,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(132223,5,1655474400,2022,6,17,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(132224,5,1655488800,2022,6,17,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(132225,5,1655490600,2022,6,17,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(132226,5,1655492400,2022,6,17,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(132227,5,1655494200,2022,6,17,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(132228,5,1655496000,2022,6,17,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(132229,5,1655497800,2022,6,17,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(132230,5,1655499600,2022,6,17,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(132231,5,1655501400,2022,6,17,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(132232,5,1655550000,2022,6,18,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(132233,5,1655551800,2022,6,18,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(132234,5,1655553600,2022,6,18,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(132235,5,1655555400,2022,6,18,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(132236,5,1655557200,2022,6,18,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(132237,5,1655559000,2022,6,18,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(132238,5,1655560800,2022,6,18,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(132239,5,1655575200,2022,6,18,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(132240,5,1655577000,2022,6,18,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(132241,5,1655578800,2022,6,18,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(132242,5,1655580600,2022,6,18,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(132243,5,1655582400,2022,6,18,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(132244,5,1655584200,2022,6,18,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(132245,5,1655586000,2022,6,18,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(132246,5,1655587800,2022,6,18,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(132247,5,1655636400,2022,6,19,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(132248,5,1655638200,2022,6,19,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(132249,5,1655640000,2022,6,19,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(132250,5,1655641800,2022,6,19,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(132251,5,1655643600,2022,6,19,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(132252,5,1655645400,2022,6,19,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(132253,5,1655647200,2022,6,19,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(132254,5,1655649000,2022,6,19,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(132255,5,1655661600,2022,6,19,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(132256,5,1655663400,2022,6,19,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(132257,5,1655665200,2022,6,19,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(132258,5,1655667000,2022,6,19,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(132259,5,1655668800,2022,6,19,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(132260,5,1655670600,2022,6,19,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(132261,5,1655672400,2022,6,19,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(132262,5,1655674200,2022,6,19,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(132263,5,1655722800,2022,6,20,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(132264,5,1655724600,2022,6,20,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(132265,5,1655726400,2022,6,20,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(132266,5,1655728200,2022,6,20,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(132267,5,1655730000,2022,6,20,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(132268,5,1655731800,2022,6,20,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(132269,5,1655733600,2022,6,20,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(132270,5,1655748000,2022,6,20,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(132271,5,1655749800,2022,6,20,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(132272,5,1655751600,2022,6,20,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(132273,5,1655753400,2022,6,20,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(132274,5,1655755200,2022,6,20,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(132275,5,1655757000,2022,6,20,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(132276,5,1655758800,2022,6,20,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(132277,5,1655760600,2022,6,20,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(132278,5,1655809200,2022,6,21,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(132279,5,1655811000,2022,6,21,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(132280,5,1655812800,2022,6,21,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(132281,5,1655814600,2022,6,21,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(132282,5,1655816400,2022,6,21,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(132283,5,1655818200,2022,6,21,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(132284,5,1655820000,2022,6,21,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(132285,5,1655834400,2022,6,21,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(132286,5,1655836200,2022,6,21,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(132287,5,1655838000,2022,6,21,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(132288,5,1655839800,2022,6,21,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(132289,5,1655841600,2022,6,21,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(132290,5,1655843400,2022,6,21,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(132291,5,1655845200,2022,6,21,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(132292,5,1655847000,2022,6,21,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(132293,5,1655895600,2022,6,22,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(132294,5,1655897400,2022,6,22,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(132295,5,1655899200,2022,6,22,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(132296,5,1655901000,2022,6,22,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(132297,5,1655902800,2022,6,22,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(132298,5,1655904600,2022,6,22,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(132299,5,1655906400,2022,6,22,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(132300,5,1655920800,2022,6,22,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(132301,5,1655922600,2022,6,22,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(132302,5,1655924400,2022,6,22,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(132303,5,1655926200,2022,6,22,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(132304,5,1655928000,2022,6,22,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(132305,5,1655929800,2022,6,22,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(132306,5,1655931600,2022,6,22,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(132307,5,1655933400,2022,6,22,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(132308,5,1655982000,2022,6,23,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(132309,5,1655983800,2022,6,23,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(132310,5,1655985600,2022,6,23,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(132311,5,1655987400,2022,6,23,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(132312,5,1655989200,2022,6,23,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(132313,5,1655991000,2022,6,23,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(132314,5,1655992800,2022,6,23,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(132315,5,1656007200,2022,6,23,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(132316,5,1656009000,2022,6,23,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(132317,5,1656010800,2022,6,23,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(132318,5,1656012600,2022,6,23,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(132319,5,1656014400,2022,6,23,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(132320,5,1656016200,2022,6,23,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(132321,5,1656018000,2022,6,23,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(132322,5,1656019800,2022,6,23,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(132323,5,1656068400,2022,6,24,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(132324,5,1656070200,2022,6,24,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(132325,5,1656072000,2022,6,24,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(132326,5,1656073800,2022,6,24,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(132327,5,1656075600,2022,6,24,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(132328,5,1656077400,2022,6,24,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(132329,5,1656079200,2022,6,24,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(132330,5,1656093600,2022,6,24,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(132331,5,1656095400,2022,6,24,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(132332,5,1656097200,2022,6,24,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(132333,5,1656099000,2022,6,24,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(132334,5,1656100800,2022,6,24,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(132335,5,1656102600,2022,6,24,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(132336,5,1656104400,2022,6,24,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(132337,5,1656106200,2022,6,24,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(132338,5,1656154800,2022,6,25,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(132339,5,1656156600,2022,6,25,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(132340,5,1656158400,2022,6,25,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(132341,5,1656160200,2022,6,25,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(132342,5,1656162000,2022,6,25,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(132343,5,1656163800,2022,6,25,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(132344,5,1656165600,2022,6,25,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(132345,5,1656180000,2022,6,25,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(132346,5,1656181800,2022,6,25,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(132347,5,1656183600,2022,6,25,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(132348,5,1656185400,2022,6,25,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(132349,5,1656187200,2022,6,25,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(132350,5,1656189000,2022,6,25,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(132351,5,1656190800,2022,6,25,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(132352,5,1656192600,2022,6,25,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(132353,5,1656241200,2022,6,26,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(132354,5,1656243000,2022,6,26,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(132355,5,1656244800,2022,6,26,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(132356,5,1656246600,2022,6,26,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(132357,5,1656248400,2022,6,26,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(132358,5,1656250200,2022,6,26,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(132359,5,1656252000,2022,6,26,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(132360,5,1656253800,2022,6,26,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(132361,5,1656266400,2022,6,26,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(132362,5,1656268200,2022,6,26,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(132363,5,1656270000,2022,6,26,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(132364,5,1656271800,2022,6,26,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(132365,5,1656273600,2022,6,26,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(132366,5,1656275400,2022,6,26,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(132367,5,1656277200,2022,6,26,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(132368,5,1656279000,2022,6,26,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(132369,5,1656327600,2022,6,27,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(132370,5,1656329400,2022,6,27,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(132371,5,1656331200,2022,6,27,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(132372,5,1656333000,2022,6,27,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(132373,5,1656334800,2022,6,27,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(132374,5,1656336600,2022,6,27,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(132375,5,1656338400,2022,6,27,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(132376,5,1656352800,2022,6,27,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(132377,5,1656354600,2022,6,27,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(132378,5,1656356400,2022,6,27,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(132379,5,1656358200,2022,6,27,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(132380,5,1656360000,2022,6,27,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(132381,5,1656361800,2022,6,27,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(132382,5,1656363600,2022,6,27,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(132383,5,1656365400,2022,6,27,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(132384,5,1656414000,2022,6,28,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(132385,5,1656415800,2022,6,28,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(132386,5,1656417600,2022,6,28,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(132387,5,1656419400,2022,6,28,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(132388,5,1656421200,2022,6,28,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(132389,5,1656423000,2022,6,28,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(132390,5,1656424800,2022,6,28,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(132391,5,1656439200,2022,6,28,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(132392,5,1656441000,2022,6,28,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(132393,5,1656442800,2022,6,28,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(132394,5,1656444600,2022,6,28,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(132395,5,1656446400,2022,6,28,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(132396,5,1656448200,2022,6,28,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(132397,5,1656450000,2022,6,28,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(132398,5,1656451800,2022,6,28,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(132399,5,1656500400,2022,6,29,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(132400,5,1656502200,2022,6,29,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(132401,5,1656504000,2022,6,29,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(132402,5,1656505800,2022,6,29,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(132403,5,1656507600,2022,6,29,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(132404,5,1656509400,2022,6,29,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(132405,5,1656511200,2022,6,29,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(132406,5,1656525600,2022,6,29,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(132407,5,1656527400,2022,6,29,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(132408,5,1656529200,2022,6,29,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(132409,5,1656531000,2022,6,29,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(132410,5,1656532800,2022,6,29,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(132411,5,1656534600,2022,6,29,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(132412,5,1656536400,2022,6,29,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(132413,5,1656538200,2022,6,29,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(132414,5,1656586800,2022,6,30,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(132415,5,1656588600,2022,6,30,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(132416,5,1656590400,2022,6,30,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(132417,5,1656592200,2022,6,30,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(132418,5,1656594000,2022,6,30,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(132419,5,1656595800,2022,6,30,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(132420,5,1656597600,2022,6,30,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(132421,5,1656612000,2022,6,30,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(132422,5,1656613800,2022,6,30,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(132423,5,1656615600,2022,6,30,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(132424,5,1656617400,2022,6,30,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(132425,5,1656619200,2022,6,30,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(132426,5,1656621000,2022,6,30,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(132427,5,1656622800,2022,6,30,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(132428,5,1656624600,2022,6,30,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(132429,5,1656673200,2022,7,1,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(132430,5,1656675000,2022,7,1,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(132431,5,1656676800,2022,7,1,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(132432,5,1656678600,2022,7,1,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(132433,5,1656680400,2022,7,1,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(132434,5,1656682200,2022,7,1,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(132435,5,1656684000,2022,7,1,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(132436,5,1656698400,2022,7,1,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(132437,5,1656700200,2022,7,1,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(132438,5,1656702000,2022,7,1,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(132439,5,1656703800,2022,7,1,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(132440,5,1656705600,2022,7,1,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(132441,5,1656707400,2022,7,1,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(132442,5,1656709200,2022,7,1,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(132443,5,1656711000,2022,7,1,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(132444,5,1656759600,2022,7,2,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(132445,5,1656761400,2022,7,2,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(132446,5,1656763200,2022,7,2,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(132447,5,1656765000,2022,7,2,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(132448,5,1656766800,2022,7,2,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(132449,5,1656768600,2022,7,2,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(132450,5,1656770400,2022,7,2,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(132451,5,1656784800,2022,7,2,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(132452,5,1656786600,2022,7,2,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(132453,5,1656788400,2022,7,2,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(132454,5,1656790200,2022,7,2,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(132455,5,1656792000,2022,7,2,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(132456,5,1656793800,2022,7,2,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(132457,5,1656795600,2022,7,2,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(132458,5,1656797400,2022,7,2,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(132459,5,1656846000,2022,7,3,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(132460,5,1656847800,2022,7,3,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(132461,5,1656849600,2022,7,3,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(132462,5,1656851400,2022,7,3,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(132463,5,1656853200,2022,7,3,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(132464,5,1656855000,2022,7,3,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(132465,5,1656856800,2022,7,3,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(132466,5,1656858600,2022,7,3,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(132467,5,1656871200,2022,7,3,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(132468,5,1656873000,2022,7,3,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(132469,5,1656874800,2022,7,3,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(132470,5,1656876600,2022,7,3,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(132471,5,1656878400,2022,7,3,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(132472,5,1656880200,2022,7,3,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(132473,5,1656882000,2022,7,3,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(132474,5,1656883800,2022,7,3,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(132475,5,1656932400,2022,7,4,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(132476,5,1656934200,2022,7,4,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(132477,5,1656936000,2022,7,4,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(132478,5,1656937800,2022,7,4,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(132479,5,1656939600,2022,7,4,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(132480,5,1656941400,2022,7,4,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(132481,5,1656943200,2022,7,4,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(132482,5,1656957600,2022,7,4,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(132483,5,1656959400,2022,7,4,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(132484,5,1656961200,2022,7,4,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(132485,5,1656963000,2022,7,4,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(132486,5,1656964800,2022,7,4,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(132487,5,1656966600,2022,7,4,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(132488,5,1656968400,2022,7,4,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(132489,5,1656970200,2022,7,4,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(132490,5,1657018800,2022,7,5,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(132491,5,1657020600,2022,7,5,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(132492,5,1657022400,2022,7,5,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(132493,5,1657024200,2022,7,5,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(132494,5,1657026000,2022,7,5,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(132495,5,1657027800,2022,7,5,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(132496,5,1657029600,2022,7,5,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(132497,5,1657044000,2022,7,5,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(132498,5,1657045800,2022,7,5,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(132499,5,1657047600,2022,7,5,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(132500,5,1657049400,2022,7,5,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(132501,5,1657051200,2022,7,5,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(132502,5,1657053000,2022,7,5,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(132503,5,1657054800,2022,7,5,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(132504,5,1657056600,2022,7,5,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(132505,5,1657105200,2022,7,6,3,13,0,'',0,99,99,0,0,'false','false',1571337411),(132506,5,1657107000,2022,7,6,3,13,30,'',0,99,99,0,0,'false','false',1571337411),(132507,5,1657108800,2022,7,6,3,14,0,'',0,99,99,0,0,'false','false',1571337411),(132508,5,1657110600,2022,7,6,3,14,30,'',0,99,99,0,0,'false','false',1571337411),(132509,5,1657112400,2022,7,6,3,15,0,'',0,99,99,0,0,'false','false',1571337411),(132510,5,1657114200,2022,7,6,3,15,30,'',0,99,99,0,0,'false','false',1571337411),(132511,5,1657116000,2022,7,6,3,16,0,'',0,99,99,0,0,'false','false',1571337411),(132512,5,1657130400,2022,7,6,3,20,0,'',0,99,99,0,0,'false','false',1571337411),(132513,5,1657132200,2022,7,6,3,20,30,'',0,99,99,0,0,'false','false',1571337411),(132514,5,1657134000,2022,7,6,3,21,0,'',0,99,99,0,0,'false','false',1571337411),(132515,5,1657135800,2022,7,6,3,21,30,'',0,99,99,0,0,'false','false',1571337411),(132516,5,1657137600,2022,7,6,3,22,0,'',0,99,99,0,0,'false','false',1571337411),(132517,5,1657139400,2022,7,6,3,22,30,'',0,99,99,0,0,'false','false',1571337411),(132518,5,1657141200,2022,7,6,3,23,0,'',0,99,99,0,0,'false','false',1571337411),(132519,5,1657143000,2022,7,6,3,23,30,'',0,99,99,0,0,'false','false',1571337411),(132520,5,1657191600,2022,7,7,4,13,0,'',0,99,99,0,0,'false','false',1571337411),(132521,5,1657193400,2022,7,7,4,13,30,'',0,99,99,0,0,'false','false',1571337411),(132522,5,1657195200,2022,7,7,4,14,0,'',0,99,99,0,0,'false','false',1571337411),(132523,5,1657197000,2022,7,7,4,14,30,'',0,99,99,0,0,'false','false',1571337411),(132524,5,1657198800,2022,7,7,4,15,0,'',0,99,99,0,0,'false','false',1571337411),(132525,5,1657200600,2022,7,7,4,15,30,'',0,99,99,0,0,'false','false',1571337411),(132526,5,1657202400,2022,7,7,4,16,0,'',0,99,99,0,0,'false','false',1571337411),(132527,5,1657216800,2022,7,7,4,20,0,'',0,99,99,0,0,'false','false',1571337411),(132528,5,1657218600,2022,7,7,4,20,30,'',0,99,99,0,0,'false','false',1571337411),(132529,5,1657220400,2022,7,7,4,21,0,'',0,99,99,0,0,'false','false',1571337411),(132530,5,1657222200,2022,7,7,4,21,30,'',0,99,99,0,0,'false','false',1571337411),(132531,5,1657224000,2022,7,7,4,22,0,'',0,99,99,0,0,'false','false',1571337411),(132532,5,1657225800,2022,7,7,4,22,30,'',0,99,99,0,0,'false','false',1571337411),(132533,5,1657227600,2022,7,7,4,23,0,'',0,99,99,0,0,'false','false',1571337411),(132534,5,1657229400,2022,7,7,4,23,30,'',0,99,99,0,0,'false','false',1571337411),(132535,5,1657278000,2022,7,8,5,13,0,'',0,99,99,0,0,'false','false',1571337411),(132536,5,1657279800,2022,7,8,5,13,30,'',0,99,99,0,0,'false','false',1571337411),(132537,5,1657281600,2022,7,8,5,14,0,'',0,99,99,0,0,'false','false',1571337411),(132538,5,1657283400,2022,7,8,5,14,30,'',0,99,99,0,0,'false','false',1571337411),(132539,5,1657285200,2022,7,8,5,15,0,'',0,99,99,0,0,'false','false',1571337411),(132540,5,1657287000,2022,7,8,5,15,30,'',0,99,99,0,0,'false','false',1571337411),(132541,5,1657288800,2022,7,8,5,16,0,'',0,99,99,0,0,'false','false',1571337411),(132542,5,1657303200,2022,7,8,5,20,0,'',0,99,99,0,0,'false','false',1571337411),(132543,5,1657305000,2022,7,8,5,20,30,'',0,99,99,0,0,'false','false',1571337411),(132544,5,1657306800,2022,7,8,5,21,0,'',0,99,99,0,0,'false','false',1571337411),(132545,5,1657308600,2022,7,8,5,21,30,'',0,99,99,0,0,'false','false',1571337411),(132546,5,1657310400,2022,7,8,5,22,0,'',0,99,99,0,0,'false','false',1571337411),(132547,5,1657312200,2022,7,8,5,22,30,'',0,99,99,0,0,'false','false',1571337411),(132548,5,1657314000,2022,7,8,5,23,0,'',0,99,99,0,0,'false','false',1571337411),(132549,5,1657315800,2022,7,8,5,23,30,'',0,99,99,0,0,'false','false',1571337411),(132550,5,1657364400,2022,7,9,6,13,0,'',0,99,99,0,0,'false','false',1571337411),(132551,5,1657366200,2022,7,9,6,13,30,'',0,99,99,0,0,'false','false',1571337411),(132552,5,1657368000,2022,7,9,6,14,0,'',0,99,99,0,0,'false','false',1571337411),(132553,5,1657369800,2022,7,9,6,14,30,'',0,99,99,0,0,'false','false',1571337411),(132554,5,1657371600,2022,7,9,6,15,0,'',0,99,99,0,0,'false','false',1571337411),(132555,5,1657373400,2022,7,9,6,15,30,'',0,99,99,0,0,'false','false',1571337411),(132556,5,1657375200,2022,7,9,6,16,0,'',0,99,99,0,0,'false','false',1571337411),(132557,5,1657389600,2022,7,9,6,20,0,'',0,99,99,0,0,'false','false',1571337411),(132558,5,1657391400,2022,7,9,6,20,30,'',0,99,99,0,0,'false','false',1571337411),(132559,5,1657393200,2022,7,9,6,21,0,'',0,99,99,0,0,'false','false',1571337411),(132560,5,1657395000,2022,7,9,6,21,30,'',0,99,99,0,0,'false','false',1571337411),(132561,5,1657396800,2022,7,9,6,22,0,'',0,99,99,0,0,'false','false',1571337411),(132562,5,1657398600,2022,7,9,6,22,30,'',0,99,99,0,0,'false','false',1571337411),(132563,5,1657400400,2022,7,9,6,23,0,'',0,99,99,0,0,'false','false',1571337411),(132564,5,1657402200,2022,7,9,6,23,30,'',0,99,99,0,0,'false','false',1571337411),(132565,5,1657450800,2022,7,10,0,13,0,'',0,99,99,0,0,'false','false',1571337411),(132566,5,1657452600,2022,7,10,0,13,30,'',0,99,99,0,0,'false','false',1571337411),(132567,5,1657454400,2022,7,10,0,14,0,'',0,99,99,0,0,'false','false',1571337411),(132568,5,1657456200,2022,7,10,0,14,30,'',0,99,99,0,0,'false','false',1571337411),(132569,5,1657458000,2022,7,10,0,15,0,'',0,99,99,0,0,'false','false',1571337411),(132570,5,1657459800,2022,7,10,0,15,30,'',0,99,99,0,0,'false','false',1571337411),(132571,5,1657461600,2022,7,10,0,16,0,'',0,99,99,0,0,'false','false',1571337411),(132572,5,1657463400,2022,7,10,0,16,30,'',0,99,99,0,0,'false','false',1571337411),(132573,5,1657476000,2022,7,10,0,20,0,'',0,98,98,0,0,'false','false',1571337411),(132574,5,1657477800,2022,7,10,0,20,30,'',0,99,99,0,0,'false','false',1571337411),(132575,5,1657479600,2022,7,10,0,21,0,'',0,99,99,0,0,'false','false',1571337411),(132576,5,1657481400,2022,7,10,0,21,30,'',0,99,99,0,0,'false','false',1571337411),(132577,5,1657483200,2022,7,10,0,22,0,'',0,99,99,0,0,'false','false',1571337411),(132578,5,1657485000,2022,7,10,0,22,30,'',0,99,99,0,0,'false','false',1571337411),(132579,5,1657486800,2022,7,10,0,23,0,'',0,99,99,0,0,'false','false',1571337411),(132580,5,1657488600,2022,7,10,0,23,30,'',0,99,99,0,0,'false','false',1571337411),(132581,5,1657537200,2022,7,11,1,13,0,'',0,99,99,0,0,'false','false',1571337411),(132582,5,1657539000,2022,7,11,1,13,30,'',0,99,99,0,0,'false','false',1571337411),(132583,5,1657540800,2022,7,11,1,14,0,'',0,99,99,0,0,'false','false',1571337411),(132584,5,1657542600,2022,7,11,1,14,30,'',0,99,99,0,0,'false','false',1571337411),(132585,5,1657544400,2022,7,11,1,15,0,'',0,99,99,0,0,'false','false',1571337411),(132586,5,1657546200,2022,7,11,1,15,30,'',0,99,99,0,0,'false','false',1571337411),(132587,5,1657548000,2022,7,11,1,16,0,'',0,99,99,0,0,'false','false',1571337411),(132588,5,1657562400,2022,7,11,1,20,0,'',0,99,99,0,0,'false','false',1571337411),(132589,5,1657564200,2022,7,11,1,20,30,'',0,99,99,0,0,'false','false',1571337411),(132590,5,1657566000,2022,7,11,1,21,0,'',0,99,99,0,0,'false','false',1571337411),(132591,5,1657567800,2022,7,11,1,21,30,'',0,99,99,0,0,'false','false',1571337411),(132592,5,1657569600,2022,7,11,1,22,0,'',0,99,99,0,0,'false','false',1571337411),(132593,5,1657571400,2022,7,11,1,22,30,'',0,99,99,0,0,'false','false',1571337411),(132594,5,1657573200,2022,7,11,1,23,0,'',0,99,99,0,0,'false','false',1571337411),(132595,5,1657575000,2022,7,11,1,23,30,'',0,99,99,0,0,'false','false',1571337411),(132596,5,1657623600,2022,7,12,2,13,0,'',0,99,99,0,0,'false','false',1571337411),(132597,5,1657625400,2022,7,12,2,13,30,'',0,99,99,0,0,'false','false',1571337411),(132598,5,1657627200,2022,7,12,2,14,0,'',0,99,99,0,0,'false','false',1571337411),(132599,5,1657629000,2022,7,12,2,14,30,'',0,99,99,0,0,'false','false',1571337411),(132600,5,1657630800,2022,7,12,2,15,0,'',0,99,99,0,0,'false','false',1571337411),(132601,5,1657632600,2022,7,12,2,15,30,'',0,99,99,0,0,'false','false',1571337411),(132602,5,1657634400,2022,7,12,2,16,0,'',0,99,99,0,0,'false','false',1571337411),(132603,5,1657648800,2022,7,12,2,20,0,'',0,99,99,0,0,'false','false',1571337411),(132604,5,1657650600,2022,7,12,2,20,30,'',0,99,99,0,0,'false','false',1571337411),(132605,5,1657652400,2022,7,12,2,21,0,'',0,99,99,0,0,'false','false',1571337411),(132606,5,1657654200,2022,7,12,2,21,30,'',0,99,99,0,0,'false','false',1571337411),(132607,5,1657656000,2022,7,12,2,22,0,'',0,99,99,0,0,'false','false',1571337411),(132608,5,1657657800,2022,7,12,2,22,30,'',0,99,99,0,0,'false','false',1571337411),(132609,5,1657659600,2022,7,12,2,23,0,'',0,99,99,0,0,'false','false',1571337411),(132610,5,1657661400,2022,7,12,2,23,30,'',0,99,99,0,0,'false','false',1571337411),(132619,1,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132620,1,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132621,1,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132622,1,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132623,1,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132624,1,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132625,1,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132626,1,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132627,1,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132628,1,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132629,1,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132630,1,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132631,1,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132632,1,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132633,1,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132634,1,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132635,1,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132636,1,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132637,1,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132638,1,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132639,1,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132640,1,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132641,1,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132642,1,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132643,1,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132644,1,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132645,1,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132646,1,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132647,1,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132648,1,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132649,1,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132650,1,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132651,1,1658055600,2022,7,17,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132652,1,1658057400,2022,7,17,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132653,1,1658059200,2022,7,17,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132654,1,1658061000,2022,7,17,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132655,1,1658062800,2022,7,17,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132656,1,1658064600,2022,7,17,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132657,1,1658066400,2022,7,17,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132658,1,1658068200,2022,7,17,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132659,1,1658055600,2022,7,17,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132660,1,1658057400,2022,7,17,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132661,1,1658059200,2022,7,17,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132662,1,1658061000,2022,7,17,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132663,1,1658062800,2022,7,17,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132664,1,1658064600,2022,7,17,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132665,1,1658066400,2022,7,17,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132666,1,1658068200,2022,7,17,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132667,1,1658660400,2022,7,24,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132668,1,1658662200,2022,7,24,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132669,1,1658664000,2022,7,24,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132670,1,1658665800,2022,7,24,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132671,1,1658667600,2022,7,24,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132672,1,1658669400,2022,7,24,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132673,1,1658671200,2022,7,24,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132674,1,1658673000,2022,7,24,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132675,1,1659265200,2022,7,31,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132676,1,1659267000,2022,7,31,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132677,1,1659268800,2022,7,31,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132678,1,1659270600,2022,7,31,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132679,1,1659272400,2022,7,31,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132680,1,1659274200,2022,7,31,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132681,1,1659276000,2022,7,31,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132682,1,1659277800,2022,7,31,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132683,1,1659265200,2022,7,31,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132684,1,1659267000,2022,7,31,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132685,1,1659268800,2022,7,31,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132686,1,1659270600,2022,7,31,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132687,1,1659272400,2022,7,31,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132688,1,1659274200,2022,7,31,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132689,1,1659276000,2022,7,31,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132690,1,1659277800,2022,7,31,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132691,1,1659870000,2022,8,7,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132692,1,1659871800,2022,8,7,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132693,1,1659873600,2022,8,7,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132694,1,1659875400,2022,8,7,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132695,1,1659877200,2022,8,7,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132696,1,1659879000,2022,8,7,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132697,1,1659880800,2022,8,7,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132698,1,1659882600,2022,8,7,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132699,1,1660474800,2022,8,14,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132700,1,1660476600,2022,8,14,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132701,1,1660478400,2022,8,14,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132702,1,1660480200,2022,8,14,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132703,1,1660482000,2022,8,14,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132704,1,1660483800,2022,8,14,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132705,1,1660485600,2022,8,14,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132706,1,1660487400,2022,8,14,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132707,1,1660474800,2022,8,14,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132708,1,1660476600,2022,8,14,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132709,1,1660478400,2022,8,14,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132710,1,1660480200,2022,8,14,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132711,1,1660482000,2022,8,14,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132712,1,1660483800,2022,8,14,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132713,1,1660485600,2022,8,14,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132714,1,1660487400,2022,8,14,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132715,1,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132716,1,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132717,1,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132718,1,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132719,1,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132720,1,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132721,1,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132722,1,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132723,1,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132724,1,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132725,1,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132726,1,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132727,1,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132728,1,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132729,1,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132730,1,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132731,1,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132732,1,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132733,1,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132734,1,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132735,1,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132736,1,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132737,1,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132738,1,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132739,1,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132740,1,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132741,1,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132742,1,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132743,1,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132744,1,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132745,1,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132746,1,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132819,3,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132820,3,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132821,3,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132822,3,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132823,3,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132824,3,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132825,3,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132826,3,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132827,3,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132828,3,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132829,3,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132830,3,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132831,3,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132832,3,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132833,3,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132834,3,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132835,3,1616954400,2021,3,28,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(132836,3,1616954400,2021,3,28,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(132837,3,1616956200,2021,3,28,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(132838,3,1616956200,2021,3,28,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(132839,3,1616958000,2021,3,28,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(132840,3,1616958000,2021,3,28,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(132841,3,1616959800,2021,3,28,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(132842,3,1616959800,2021,3,28,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(132843,3,1616961600,2021,3,28,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(132844,3,1616961600,2021,3,28,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(132845,3,1616963400,2021,3,28,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(132846,3,1616963400,2021,3,28,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(132847,3,1616965200,2021,3,28,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(132848,3,1616967000,2021,3,28,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(132849,3,1616965200,2021,3,28,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(132850,3,1616967000,2021,3,28,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(132851,3,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132852,3,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132853,3,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132854,3,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132855,3,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132856,3,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132857,3,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132858,3,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132859,3,1648404000,2022,3,27,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(132860,3,1648405800,2022,3,27,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(132861,3,1648407600,2022,3,27,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(132862,3,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132863,3,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132864,3,1648409400,2022,3,27,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(132865,3,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132866,3,1648411200,2022,3,27,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(132867,3,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(132868,3,1648413000,2022,3,27,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(132869,3,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(132870,3,1648414800,2022,3,27,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(132871,3,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(132872,3,1648416600,2022,3,27,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(132873,3,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(132874,3,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(132875,3,1648404000,2022,3,27,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(132876,3,1648405800,2022,3,27,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(132877,3,1648407600,2022,3,27,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(132878,3,1648409400,2022,3,27,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(132879,3,1648411200,2022,3,27,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(132880,3,1648413000,2022,3,27,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(132881,3,1648414800,2022,3,27,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(132882,3,1648416600,2022,3,27,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(132883,3,1657710000,2022,7,13,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(132884,3,1657711800,2022,7,13,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(132885,3,1657713600,2022,7,13,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(132886,3,1657715400,2022,7,13,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(132887,3,1657717200,2022,7,13,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(132888,3,1657719000,2022,7,13,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(132889,3,1657720800,2022,7,13,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(132890,3,1657735200,2022,7,13,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(132891,3,1657737000,2022,7,13,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(132892,3,1657738800,2022,7,13,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(132893,3,1657740600,2022,7,13,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(132894,3,1657742400,2022,7,13,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(132895,3,1657744200,2022,7,13,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(132896,3,1657746000,2022,7,13,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(132897,3,1657747800,2022,7,13,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(132898,3,1657796400,2022,7,14,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(132899,3,1657796400,2022,7,14,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(132900,3,1657798200,2022,7,14,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(132901,3,1657798200,2022,7,14,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(132902,3,1657800000,2022,7,14,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(132903,3,1657800000,2022,7,14,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(132904,3,1657801800,2022,7,14,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(132905,3,1657803600,2022,7,14,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(132906,3,1657801800,2022,7,14,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(132907,3,1657805400,2022,7,14,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(132908,3,1657807200,2022,7,14,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(132909,3,1657803600,2022,7,14,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(132910,3,1657821600,2022,7,14,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(132911,3,1657823400,2022,7,14,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(132912,3,1657805400,2022,7,14,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(132913,3,1657825200,2022,7,14,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(132914,3,1657827000,2022,7,14,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(132915,3,1657807200,2022,7,14,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(132916,3,1657828800,2022,7,14,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(132917,3,1657830600,2022,7,14,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(132918,3,1657821600,2022,7,14,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(132919,3,1657832400,2022,7,14,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(132920,3,1657834200,2022,7,14,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(132921,3,1657823400,2022,7,14,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(132922,3,1657825200,2022,7,14,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(132923,3,1657827000,2022,7,14,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(132924,3,1657828800,2022,7,14,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(132925,3,1657830600,2022,7,14,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(132926,3,1657832400,2022,7,14,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(132927,3,1657834200,2022,7,14,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(132928,3,1657882800,2022,7,15,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(132929,3,1657884600,2022,7,15,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(132930,3,1657886400,2022,7,15,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(132931,3,1657888200,2022,7,15,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(132932,3,1657890000,2022,7,15,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(132933,3,1657891800,2022,7,15,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(132934,3,1657893600,2022,7,15,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(132935,3,1657908000,2022,7,15,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(132936,3,1657909800,2022,7,15,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(132937,3,1657911600,2022,7,15,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(132938,3,1657913400,2022,7,15,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(132939,3,1657915200,2022,7,15,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(132940,3,1657917000,2022,7,15,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(132941,3,1657918800,2022,7,15,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(132942,3,1657920600,2022,7,15,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(132943,3,1657882800,2022,7,15,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(132944,3,1657884600,2022,7,15,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(132945,3,1657886400,2022,7,15,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(132946,3,1657888200,2022,7,15,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(132947,3,1657890000,2022,7,15,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(132948,3,1657891800,2022,7,15,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(132949,3,1657893600,2022,7,15,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(132950,3,1657908000,2022,7,15,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(132951,3,1657909800,2022,7,15,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(132952,3,1657911600,2022,7,15,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(132953,3,1657913400,2022,7,15,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(132954,3,1657915200,2022,7,15,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(132955,3,1657917000,2022,7,15,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(132956,3,1657918800,2022,7,15,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(132957,3,1657920600,2022,7,15,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(132958,3,1657969200,2022,7,16,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(132959,3,1657971000,2022,7,16,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(132960,3,1657972800,2022,7,16,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(132961,3,1657974600,2022,7,16,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(132962,3,1657976400,2022,7,16,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(132963,3,1657969200,2022,7,16,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(132964,3,1657978200,2022,7,16,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(132965,3,1657971000,2022,7,16,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(132966,3,1657980000,2022,7,16,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(132967,3,1657972800,2022,7,16,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(132968,3,1657994400,2022,7,16,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(132969,3,1657974600,2022,7,16,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(132970,3,1657996200,2022,7,16,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(132971,3,1657976400,2022,7,16,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(132972,3,1657998000,2022,7,16,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(132973,3,1657999800,2022,7,16,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(132974,3,1657978200,2022,7,16,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(132975,3,1658001600,2022,7,16,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(132976,3,1657980000,2022,7,16,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(132977,3,1658003400,2022,7,16,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(132978,3,1657994400,2022,7,16,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(132979,3,1658005200,2022,7,16,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(132980,3,1657996200,2022,7,16,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(132981,3,1658007000,2022,7,16,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(132982,3,1657998000,2022,7,16,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(132983,3,1657999800,2022,7,16,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(132984,3,1658001600,2022,7,16,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(132985,3,1658003400,2022,7,16,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(132986,3,1658005200,2022,7,16,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(132987,3,1658007000,2022,7,16,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(132988,3,1658055600,2022,7,17,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(132989,3,1658057400,2022,7,17,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(132990,3,1658059200,2022,7,17,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(132991,3,1658061000,2022,7,17,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(132992,3,1658062800,2022,7,17,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(132993,3,1658064600,2022,7,17,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(132994,3,1658055600,2022,7,17,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(132995,3,1658066400,2022,7,17,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(132996,3,1658057400,2022,7,17,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(132997,3,1658068200,2022,7,17,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(132998,3,1658059200,2022,7,17,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(132999,3,1658080800,2022,7,17,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(133000,3,1658061000,2022,7,17,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(133001,3,1658082600,2022,7,17,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(133002,3,1658062800,2022,7,17,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(133003,3,1658084400,2022,7,17,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(133004,3,1658064600,2022,7,17,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(133005,3,1658086200,2022,7,17,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(133006,3,1658066400,2022,7,17,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(133007,3,1658068200,2022,7,17,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(133008,3,1658088000,2022,7,17,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(133009,3,1658080800,2022,7,17,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(133010,3,1658089800,2022,7,17,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(133011,3,1658082600,2022,7,17,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(133012,3,1658091600,2022,7,17,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(133013,3,1658084400,2022,7,17,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(133014,3,1658086200,2022,7,17,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(133015,3,1658093400,2022,7,17,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(133016,3,1658088000,2022,7,17,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(133017,3,1658089800,2022,7,17,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(133018,3,1658091600,2022,7,17,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(133019,3,1658093400,2022,7,17,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(133020,3,1658142000,2022,7,18,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(133021,3,1658143800,2022,7,18,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(133022,3,1658145600,2022,7,18,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(133023,3,1658147400,2022,7,18,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(133024,3,1658149200,2022,7,18,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(133025,3,1658142000,2022,7,18,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(133026,3,1658143800,2022,7,18,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(133027,3,1658151000,2022,7,18,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(133028,3,1658145600,2022,7,18,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(133029,3,1658152800,2022,7,18,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(133030,3,1658147400,2022,7,18,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(133031,3,1658167200,2022,7,18,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(133032,3,1658149200,2022,7,18,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(133033,3,1658169000,2022,7,18,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(133034,3,1658151000,2022,7,18,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(133035,3,1658152800,2022,7,18,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(133036,3,1658170800,2022,7,18,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(133037,3,1658167200,2022,7,18,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(133038,3,1658172600,2022,7,18,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(133039,3,1658169000,2022,7,18,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(133040,3,1658170800,2022,7,18,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(133041,3,1658174400,2022,7,18,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(133042,3,1658172600,2022,7,18,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(133043,3,1658174400,2022,7,18,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(133044,3,1658176200,2022,7,18,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(133045,3,1658176200,2022,7,18,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(133046,3,1658178000,2022,7,18,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(133047,3,1658178000,2022,7,18,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(133048,3,1658179800,2022,7,18,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(133049,3,1658179800,2022,7,18,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(133050,3,1658228400,2022,7,19,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(133051,3,1658230200,2022,7,19,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(133052,3,1658232000,2022,7,19,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(133053,3,1658228400,2022,7,19,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(133054,3,1658233800,2022,7,19,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(133055,3,1658235600,2022,7,19,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(133056,3,1658230200,2022,7,19,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(133057,3,1658237400,2022,7,19,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(133058,3,1658239200,2022,7,19,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(133059,3,1658232000,2022,7,19,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(133060,3,1658253600,2022,7,19,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(133061,3,1658233800,2022,7,19,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(133062,3,1658255400,2022,7,19,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(133063,3,1658257200,2022,7,19,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(133064,3,1658235600,2022,7,19,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(133065,3,1658259000,2022,7,19,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(133066,3,1658260800,2022,7,19,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(133067,3,1658237400,2022,7,19,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(133068,3,1658262600,2022,7,19,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(133069,3,1658239200,2022,7,19,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(133070,3,1658264400,2022,7,19,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(133071,3,1658266200,2022,7,19,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(133072,3,1658253600,2022,7,19,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(133073,3,1658255400,2022,7,19,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(133074,3,1658257200,2022,7,19,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(133075,3,1658259000,2022,7,19,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(133076,3,1658260800,2022,7,19,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(133077,3,1658262600,2022,7,19,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(133078,3,1658264400,2022,7,19,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(133079,3,1658266200,2022,7,19,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(133080,3,1658314800,2022,7,20,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(133081,3,1658316600,2022,7,20,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(133082,3,1658318400,2022,7,20,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(133083,3,1658320200,2022,7,20,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(133084,3,1658322000,2022,7,20,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(133085,3,1658323800,2022,7,20,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(133086,3,1658325600,2022,7,20,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(133087,3,1658340000,2022,7,20,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(133088,3,1658341800,2022,7,20,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(133089,3,1658343600,2022,7,20,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(133090,3,1658345400,2022,7,20,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(133091,3,1658347200,2022,7,20,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(133092,3,1658349000,2022,7,20,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(133093,3,1658350800,2022,7,20,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(133094,3,1658352600,2022,7,20,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(133095,3,1658314800,2022,7,20,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(133096,3,1658316600,2022,7,20,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(133097,3,1658318400,2022,7,20,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(133098,3,1658320200,2022,7,20,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(133099,3,1658322000,2022,7,20,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(133100,3,1658323800,2022,7,20,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(133101,3,1658325600,2022,7,20,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(133102,3,1658340000,2022,7,20,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(133103,3,1658341800,2022,7,20,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(133104,3,1658343600,2022,7,20,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(133105,3,1658345400,2022,7,20,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(133106,3,1658347200,2022,7,20,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(133107,3,1658349000,2022,7,20,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(133108,3,1658350800,2022,7,20,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(133109,3,1658352600,2022,7,20,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(133110,3,1658401200,2022,7,21,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(133111,3,1658403000,2022,7,21,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(133112,3,1658404800,2022,7,21,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(133113,3,1658406600,2022,7,21,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(133114,3,1658408400,2022,7,21,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(133115,3,1658410200,2022,7,21,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(133116,3,1658412000,2022,7,21,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(133117,3,1658426400,2022,7,21,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(133118,3,1658428200,2022,7,21,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(133119,3,1658430000,2022,7,21,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(133120,3,1658431800,2022,7,21,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(133121,3,1658433600,2022,7,21,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(133122,3,1658435400,2022,7,21,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(133123,3,1658437200,2022,7,21,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(133124,3,1658439000,2022,7,21,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(133125,3,1658401200,2022,7,21,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(133126,3,1658403000,2022,7,21,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(133127,3,1658404800,2022,7,21,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(133128,3,1658406600,2022,7,21,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(133129,3,1658408400,2022,7,21,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(133130,3,1658410200,2022,7,21,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(133131,3,1658412000,2022,7,21,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(133132,3,1658426400,2022,7,21,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(133133,3,1658428200,2022,7,21,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(133134,3,1658430000,2022,7,21,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(133135,3,1658431800,2022,7,21,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(133136,3,1658433600,2022,7,21,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(133137,3,1658435400,2022,7,21,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(133138,3,1658437200,2022,7,21,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(133139,3,1658439000,2022,7,21,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(133140,3,1658487600,2022,7,22,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(133141,3,1658489400,2022,7,22,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(133142,3,1658491200,2022,7,22,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(133143,3,1658493000,2022,7,22,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(133144,3,1658494800,2022,7,22,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(133145,3,1658496600,2022,7,22,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(133146,3,1658498400,2022,7,22,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(133147,3,1658512800,2022,7,22,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(133148,3,1658514600,2022,7,22,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(133149,3,1658516400,2022,7,22,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(133150,3,1658518200,2022,7,22,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(133151,3,1658520000,2022,7,22,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(133152,3,1658521800,2022,7,22,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(133153,3,1658523600,2022,7,22,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(133154,3,1658525400,2022,7,22,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(133155,3,1658487600,2022,7,22,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(133156,3,1658489400,2022,7,22,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(133157,3,1658491200,2022,7,22,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(133158,3,1658493000,2022,7,22,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(133159,3,1658494800,2022,7,22,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(133160,3,1658496600,2022,7,22,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(133161,3,1658498400,2022,7,22,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(133162,3,1658512800,2022,7,22,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(133163,3,1658514600,2022,7,22,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(133164,3,1658516400,2022,7,22,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(133165,3,1658518200,2022,7,22,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(133166,3,1658520000,2022,7,22,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(133167,3,1658521800,2022,7,22,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(133168,3,1658523600,2022,7,22,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(133169,3,1658525400,2022,7,22,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(133170,3,1658574000,2022,7,23,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(133171,3,1658575800,2022,7,23,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(133172,3,1658577600,2022,7,23,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(133173,3,1658579400,2022,7,23,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(133174,3,1658581200,2022,7,23,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(133175,3,1658583000,2022,7,23,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(133176,3,1658584800,2022,7,23,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(133177,3,1658599200,2022,7,23,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(133178,3,1658601000,2022,7,23,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(133179,3,1658602800,2022,7,23,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(133180,3,1658604600,2022,7,23,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(133181,3,1658606400,2022,7,23,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(133182,3,1658608200,2022,7,23,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(133183,3,1658610000,2022,7,23,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(133184,3,1658611800,2022,7,23,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(133185,3,1658574000,2022,7,23,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(133186,3,1658575800,2022,7,23,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(133187,3,1658577600,2022,7,23,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(133188,3,1658579400,2022,7,23,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(133189,3,1658581200,2022,7,23,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(133190,3,1658583000,2022,7,23,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(133191,3,1658584800,2022,7,23,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(133192,3,1658599200,2022,7,23,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(133193,3,1658601000,2022,7,23,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(133194,3,1658602800,2022,7,23,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(133195,3,1658604600,2022,7,23,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(133196,3,1658606400,2022,7,23,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(133197,3,1658608200,2022,7,23,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(133198,3,1658610000,2022,7,23,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(133199,3,1658611800,2022,7,23,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(133200,3,1658660400,2022,7,24,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(133201,3,1658662200,2022,7,24,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(133202,3,1658664000,2022,7,24,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(133203,3,1658665800,2022,7,24,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(133204,3,1658667600,2022,7,24,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(133205,3,1658669400,2022,7,24,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(133206,3,1658671200,2022,7,24,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(133207,3,1658673000,2022,7,24,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(133208,3,1658685600,2022,7,24,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(133209,3,1658687400,2022,7,24,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(133210,3,1658689200,2022,7,24,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(133211,3,1658691000,2022,7,24,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(133212,3,1658692800,2022,7,24,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(133213,3,1658694600,2022,7,24,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(133214,3,1658696400,2022,7,24,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(133215,3,1658698200,2022,7,24,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(133216,3,1658660400,2022,7,24,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(133217,3,1658662200,2022,7,24,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(133218,3,1658664000,2022,7,24,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(133219,3,1658665800,2022,7,24,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(133220,3,1658667600,2022,7,24,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(133221,3,1658669400,2022,7,24,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(133222,3,1658671200,2022,7,24,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(133223,3,1658673000,2022,7,24,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(133224,3,1658685600,2022,7,24,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(133225,3,1658687400,2022,7,24,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(133226,3,1658689200,2022,7,24,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(133227,3,1658691000,2022,7,24,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(133228,3,1658692800,2022,7,24,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(133229,3,1658694600,2022,7,24,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(133230,3,1658696400,2022,7,24,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(133231,3,1658698200,2022,7,24,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(133232,3,1658746800,2022,7,25,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(133233,3,1658748600,2022,7,25,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(133234,3,1658750400,2022,7,25,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(133235,3,1658752200,2022,7,25,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(133236,3,1658754000,2022,7,25,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(133237,3,1658755800,2022,7,25,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(133238,3,1658757600,2022,7,25,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(133239,3,1658772000,2022,7,25,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(133240,3,1658773800,2022,7,25,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(133241,3,1658775600,2022,7,25,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(133242,3,1658777400,2022,7,25,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(133243,3,1658779200,2022,7,25,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(133244,3,1658781000,2022,7,25,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(133245,3,1658782800,2022,7,25,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(133246,3,1658784600,2022,7,25,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(133247,3,1658746800,2022,7,25,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(133248,3,1658748600,2022,7,25,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(133249,3,1658750400,2022,7,25,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(133250,3,1658752200,2022,7,25,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(133251,3,1658754000,2022,7,25,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(133252,3,1658755800,2022,7,25,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(133253,3,1658757600,2022,7,25,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(133254,3,1658772000,2022,7,25,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(133255,3,1658773800,2022,7,25,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(133256,3,1658775600,2022,7,25,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(133257,3,1658777400,2022,7,25,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(133258,3,1658779200,2022,7,25,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(133259,3,1658833200,2022,7,26,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(133260,3,1658781000,2022,7,25,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(133261,3,1658835000,2022,7,26,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(133262,3,1658782800,2022,7,25,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(133263,3,1658836800,2022,7,26,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(133264,3,1658784600,2022,7,25,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(133265,3,1658838600,2022,7,26,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(133266,3,1658840400,2022,7,26,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(133267,3,1658842200,2022,7,26,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(133268,3,1658844000,2022,7,26,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(133269,3,1658858400,2022,7,26,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(133270,3,1658860200,2022,7,26,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(133271,3,1658862000,2022,7,26,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(133272,3,1658863800,2022,7,26,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(133273,3,1658865600,2022,7,26,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(133274,3,1658867400,2022,7,26,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(133275,3,1658869200,2022,7,26,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(133276,3,1658871000,2022,7,26,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(133277,3,1658919600,2022,7,27,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(133278,3,1658921400,2022,7,27,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(133279,3,1658923200,2022,7,27,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(133280,3,1658925000,2022,7,27,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(133281,3,1658926800,2022,7,27,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(133282,3,1658928600,2022,7,27,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(133283,3,1658930400,2022,7,27,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(133284,3,1658944800,2022,7,27,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(133285,3,1658946600,2022,7,27,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(133286,3,1658948400,2022,7,27,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(133287,3,1658950200,2022,7,27,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(133288,3,1658952000,2022,7,27,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(133289,3,1658953800,2022,7,27,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(133290,3,1658955600,2022,7,27,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(133291,3,1658957400,2022,7,27,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(133292,3,1658919600,2022,7,27,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(133293,3,1658921400,2022,7,27,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(133294,3,1658923200,2022,7,27,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(133295,3,1658925000,2022,7,27,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(133296,3,1658926800,2022,7,27,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(133297,3,1658928600,2022,7,27,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(133298,3,1658930400,2022,7,27,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(133299,3,1658944800,2022,7,27,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(133300,3,1658946600,2022,7,27,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(133301,3,1658948400,2022,7,27,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(133302,3,1658950200,2022,7,27,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(133303,3,1658952000,2022,7,27,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(133304,3,1658953800,2022,7,27,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(133305,3,1658955600,2022,7,27,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(133306,3,1658957400,2022,7,27,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(133307,3,1659006000,2022,7,28,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(133308,3,1659007800,2022,7,28,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(133309,3,1659009600,2022,7,28,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(133310,3,1659011400,2022,7,28,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(133311,3,1659013200,2022,7,28,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(133312,3,1659015000,2022,7,28,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(133313,3,1659016800,2022,7,28,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(133314,3,1659031200,2022,7,28,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(133315,3,1659033000,2022,7,28,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(133316,3,1659034800,2022,7,28,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(133317,3,1659036600,2022,7,28,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(133318,3,1659038400,2022,7,28,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(133319,3,1659040200,2022,7,28,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(133320,3,1659042000,2022,7,28,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(133321,3,1659043800,2022,7,28,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(133322,3,1659092400,2022,7,29,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(133323,3,1659094200,2022,7,29,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(133324,3,1659096000,2022,7,29,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(133325,3,1659097800,2022,7,29,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(133326,3,1659099600,2022,7,29,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(133327,3,1659101400,2022,7,29,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(133328,3,1659006000,2022,7,28,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(133329,3,1659103200,2022,7,29,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(133330,3,1659007800,2022,7,28,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(133331,3,1659117600,2022,7,29,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(133332,3,1659009600,2022,7,28,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(133333,3,1659119400,2022,7,29,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(133334,3,1659011400,2022,7,28,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(133335,3,1659121200,2022,7,29,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(133336,3,1659013200,2022,7,28,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(133337,3,1659015000,2022,7,28,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(133338,3,1659123000,2022,7,29,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(133339,3,1659124800,2022,7,29,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(133340,3,1659016800,2022,7,28,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(133341,3,1659126600,2022,7,29,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(133342,3,1659031200,2022,7,28,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(133343,3,1659033000,2022,7,28,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(133344,3,1659128400,2022,7,29,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(133345,3,1659034800,2022,7,28,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(133346,3,1659130200,2022,7,29,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(133347,3,1659036600,2022,7,28,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(133348,3,1659038400,2022,7,28,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(133349,3,1659040200,2022,7,28,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(133350,3,1659042000,2022,7,28,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(133351,3,1659043800,2022,7,28,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(133352,3,1659178800,2022,7,30,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(133353,3,1659180600,2022,7,30,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(133354,3,1659182400,2022,7,30,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(133355,3,1659184200,2022,7,30,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(133356,3,1659186000,2022,7,30,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(133357,3,1659187800,2022,7,30,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(133358,3,1659189600,2022,7,30,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(133359,3,1659204000,2022,7,30,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(133360,3,1659205800,2022,7,30,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(133361,3,1659207600,2022,7,30,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(133362,3,1659209400,2022,7,30,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(133363,3,1659211200,2022,7,30,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(133364,3,1659213000,2022,7,30,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(133365,3,1659214800,2022,7,30,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(133366,3,1659216600,2022,7,30,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(133367,3,1659265200,2022,7,31,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(133368,3,1659267000,2022,7,31,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(133369,3,1659268800,2022,7,31,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(133370,3,1659270600,2022,7,31,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(133371,3,1659178800,2022,7,30,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(133372,3,1659272400,2022,7,31,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(133373,3,1659180600,2022,7,30,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(133374,3,1659274200,2022,7,31,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(133375,3,1659182400,2022,7,30,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(133376,3,1659276000,2022,7,31,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(133377,3,1659277800,2022,7,31,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(133378,3,1659184200,2022,7,30,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(133379,3,1659290400,2022,7,31,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(133380,3,1659186000,2022,7,30,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(133381,3,1659292200,2022,7,31,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(133382,3,1659187800,2022,7,30,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(133383,3,1659294000,2022,7,31,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(133384,3,1659189600,2022,7,30,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(133385,3,1659295800,2022,7,31,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(133386,3,1659204000,2022,7,30,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(133387,3,1659297600,2022,7,31,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(133388,3,1659205800,2022,7,30,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(133389,3,1659299400,2022,7,31,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(133390,3,1659207600,2022,7,30,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(133391,3,1659301200,2022,7,31,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(133392,3,1659209400,2022,7,30,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(133393,3,1659303000,2022,7,31,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(133394,3,1659211200,2022,7,30,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(133395,3,1659213000,2022,7,30,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(133396,3,1659214800,2022,7,30,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(133397,3,1659216600,2022,7,30,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(133398,3,1659351600,2022,8,1,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(133399,3,1659353400,2022,8,1,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(133400,3,1659355200,2022,8,1,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(133401,3,1659357000,2022,8,1,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(133402,3,1659358800,2022,8,1,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(133403,3,1659360600,2022,8,1,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(133404,3,1659362400,2022,8,1,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(133405,3,1659376800,2022,8,1,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(133406,3,1659378600,2022,8,1,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(133407,3,1659380400,2022,8,1,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(133408,3,1659382200,2022,8,1,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(133409,3,1659384000,2022,8,1,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(133410,3,1659385800,2022,8,1,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(133411,3,1659387600,2022,8,1,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(133412,3,1659389400,2022,8,1,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(133413,3,1659438000,2022,8,2,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(133414,3,1659439800,2022,8,2,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(133415,3,1659441600,2022,8,2,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(133416,3,1659443400,2022,8,2,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(133417,3,1659445200,2022,8,2,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(133418,3,1659447000,2022,8,2,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(133419,3,1659448800,2022,8,2,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(133420,3,1659463200,2022,8,2,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(133421,3,1659465000,2022,8,2,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(133422,3,1659466800,2022,8,2,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(133423,3,1659468600,2022,8,2,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(133424,3,1659470400,2022,8,2,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(133425,3,1659472200,2022,8,2,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(133426,3,1659474000,2022,8,2,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(133427,3,1659475800,2022,8,2,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(133428,3,1659438000,2022,8,2,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(133429,3,1659439800,2022,8,2,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(133430,3,1659441600,2022,8,2,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(133431,3,1659443400,2022,8,2,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(133432,3,1659445200,2022,8,2,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(133433,3,1659447000,2022,8,2,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(133434,3,1659448800,2022,8,2,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(133435,3,1659463200,2022,8,2,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(133436,3,1659465000,2022,8,2,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(133437,3,1659466800,2022,8,2,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(133438,3,1659468600,2022,8,2,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(133439,3,1659470400,2022,8,2,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(133440,3,1659472200,2022,8,2,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(133441,3,1659474000,2022,8,2,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(133442,3,1659475800,2022,8,2,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(133443,3,1659524400,2022,8,3,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(133444,3,1659526200,2022,8,3,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(133445,3,1659528000,2022,8,3,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(133446,3,1659529800,2022,8,3,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(133447,3,1659531600,2022,8,3,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(133448,3,1659533400,2022,8,3,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(133449,3,1659535200,2022,8,3,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(133450,3,1659549600,2022,8,3,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(133451,3,1659551400,2022,8,3,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(133452,3,1659553200,2022,8,3,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(133453,3,1659555000,2022,8,3,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(133454,3,1659556800,2022,8,3,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(133455,3,1659558600,2022,8,3,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(133456,3,1659560400,2022,8,3,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(133457,3,1659562200,2022,8,3,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(133458,3,1659524400,2022,8,3,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(133459,3,1659526200,2022,8,3,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(133460,3,1659528000,2022,8,3,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(133461,3,1659529800,2022,8,3,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(133462,3,1659531600,2022,8,3,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(133463,3,1659533400,2022,8,3,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(133464,3,1659535200,2022,8,3,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(133465,3,1659549600,2022,8,3,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(133466,3,1659551400,2022,8,3,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(133467,3,1659553200,2022,8,3,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(133468,3,1659610800,2022,8,4,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(133469,3,1659555000,2022,8,3,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(133470,3,1659612600,2022,8,4,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(133471,3,1659556800,2022,8,3,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(133472,3,1659614400,2022,8,4,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(133473,3,1659558600,2022,8,3,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(133474,3,1659616200,2022,8,4,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(133475,3,1659560400,2022,8,3,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(133476,3,1659618000,2022,8,4,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(133477,3,1659562200,2022,8,3,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(133478,3,1659619800,2022,8,4,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(133479,3,1659621600,2022,8,4,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(133480,3,1659636000,2022,8,4,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(133481,3,1659637800,2022,8,4,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(133482,3,1659639600,2022,8,4,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(133483,3,1659641400,2022,8,4,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(133484,3,1659643200,2022,8,4,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(133485,3,1659645000,2022,8,4,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(133486,3,1659646800,2022,8,4,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(133487,3,1659648600,2022,8,4,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(133488,3,1659697200,2022,8,5,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(133489,3,1659699000,2022,8,5,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(133490,3,1659700800,2022,8,5,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(133491,3,1659702600,2022,8,5,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(133492,3,1659704400,2022,8,5,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(133493,3,1659706200,2022,8,5,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(133494,3,1659708000,2022,8,5,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(133495,3,1659722400,2022,8,5,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(133496,3,1659724200,2022,8,5,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(133497,3,1659726000,2022,8,5,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(133498,3,1659727800,2022,8,5,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(133499,3,1659729600,2022,8,5,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(133500,3,1659731400,2022,8,5,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(133501,3,1659733200,2022,8,5,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(133502,3,1659735000,2022,8,5,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(133503,3,1659783600,2022,8,6,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(133504,3,1659785400,2022,8,6,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(133505,3,1659787200,2022,8,6,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(133506,3,1659789000,2022,8,6,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(133507,3,1659790800,2022,8,6,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(133508,3,1659792600,2022,8,6,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(133509,3,1659794400,2022,8,6,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(133510,3,1659808800,2022,8,6,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(133511,3,1659810600,2022,8,6,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(133512,3,1659812400,2022,8,6,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(133513,3,1659814200,2022,8,6,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(133514,3,1659816000,2022,8,6,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(133515,3,1659817800,2022,8,6,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(133516,3,1659819600,2022,8,6,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(133517,3,1659821400,2022,8,6,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(133518,3,1659783600,2022,8,6,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(133519,3,1659785400,2022,8,6,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(133520,3,1659787200,2022,8,6,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(133521,3,1659789000,2022,8,6,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(133522,3,1659790800,2022,8,6,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(133523,3,1659792600,2022,8,6,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(133524,3,1659794400,2022,8,6,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(133525,3,1659808800,2022,8,6,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(133526,3,1659810600,2022,8,6,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(133527,3,1659812400,2022,8,6,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(133528,3,1659814200,2022,8,6,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(133529,3,1659816000,2022,8,6,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(133530,3,1659817800,2022,8,6,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(133531,3,1659819600,2022,8,6,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(133532,3,1659821400,2022,8,6,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(133533,3,1659870000,2022,8,7,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(133534,3,1659871800,2022,8,7,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(133535,3,1659873600,2022,8,7,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(133536,3,1659875400,2022,8,7,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(133537,3,1659877200,2022,8,7,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(133538,3,1659879000,2022,8,7,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(133539,3,1659880800,2022,8,7,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(133540,3,1659882600,2022,8,7,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(133541,3,1659895200,2022,8,7,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(133542,3,1659897000,2022,8,7,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(133543,3,1659898800,2022,8,7,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(133544,3,1659900600,2022,8,7,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(133545,3,1659902400,2022,8,7,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(133546,3,1659904200,2022,8,7,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(133547,3,1659906000,2022,8,7,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(133548,3,1659907800,2022,8,7,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(133549,3,1659870000,2022,8,7,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(133550,3,1659871800,2022,8,7,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(133551,3,1659873600,2022,8,7,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(133552,3,1659875400,2022,8,7,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(133553,3,1659877200,2022,8,7,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(133554,3,1659879000,2022,8,7,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(133555,3,1659880800,2022,8,7,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(133556,3,1659882600,2022,8,7,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(133557,3,1659895200,2022,8,7,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(133558,3,1659897000,2022,8,7,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(133559,3,1659898800,2022,8,7,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(133560,3,1659900600,2022,8,7,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(133561,3,1659902400,2022,8,7,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(133562,3,1659956400,2022,8,8,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(133563,3,1659904200,2022,8,7,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(133564,3,1659958200,2022,8,8,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(133565,3,1659906000,2022,8,7,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(133566,3,1659960000,2022,8,8,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(133567,3,1659907800,2022,8,7,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(133568,3,1659961800,2022,8,8,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(133569,3,1659963600,2022,8,8,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(133570,3,1659965400,2022,8,8,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(133571,3,1659967200,2022,8,8,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(133572,3,1659981600,2022,8,8,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(133573,3,1659983400,2022,8,8,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(133574,3,1659985200,2022,8,8,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(133575,3,1659987000,2022,8,8,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(133576,3,1659988800,2022,8,8,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(133577,3,1659990600,2022,8,8,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(133578,3,1659992400,2022,8,8,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(133579,3,1659994200,2022,8,8,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(133580,3,1660042800,2022,8,9,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(133581,3,1660044600,2022,8,9,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(133582,3,1660046400,2022,8,9,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(133583,3,1660048200,2022,8,9,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(133584,3,1660050000,2022,8,9,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(133585,3,1660051800,2022,8,9,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(133586,3,1660053600,2022,8,9,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(133587,3,1660068000,2022,8,9,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(133588,3,1660069800,2022,8,9,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(133589,3,1660071600,2022,8,9,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(133590,3,1660073400,2022,8,9,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(133591,3,1660075200,2022,8,9,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(133592,3,1660077000,2022,8,9,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(133593,3,1660078800,2022,8,9,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(133594,3,1660080600,2022,8,9,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(133595,3,1660042800,2022,8,9,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(133596,3,1660044600,2022,8,9,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(133597,3,1660046400,2022,8,9,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(133598,3,1660048200,2022,8,9,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(133599,3,1660050000,2022,8,9,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(133600,3,1660051800,2022,8,9,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(133601,3,1660053600,2022,8,9,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(133602,3,1660068000,2022,8,9,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(133603,3,1660069800,2022,8,9,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(133604,3,1660071600,2022,8,9,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(133605,3,1660073400,2022,8,9,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(133606,3,1660075200,2022,8,9,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(133607,3,1660077000,2022,8,9,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(133608,3,1660078800,2022,8,9,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(133609,3,1660080600,2022,8,9,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(133610,3,1660129200,2022,8,10,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(133611,3,1660131000,2022,8,10,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(133612,3,1660132800,2022,8,10,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(133613,3,1660134600,2022,8,10,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(133614,3,1660136400,2022,8,10,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(133615,3,1660138200,2022,8,10,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(133616,3,1660140000,2022,8,10,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(133617,3,1660154400,2022,8,10,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(133618,3,1660156200,2022,8,10,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(133619,3,1660158000,2022,8,10,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(133620,3,1660159800,2022,8,10,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(133621,3,1660161600,2022,8,10,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(133622,3,1660163400,2022,8,10,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(133623,3,1660165200,2022,8,10,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(133624,3,1660167000,2022,8,10,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(133625,3,1660129200,2022,8,10,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(133626,3,1660131000,2022,8,10,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(133627,3,1660132800,2022,8,10,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(133628,3,1660134600,2022,8,10,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(133629,3,1660136400,2022,8,10,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(133630,3,1660138200,2022,8,10,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(133631,3,1660140000,2022,8,10,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(133632,3,1660154400,2022,8,10,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(133633,3,1660156200,2022,8,10,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(133634,3,1660158000,2022,8,10,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(133635,3,1660159800,2022,8,10,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(133636,3,1660215600,2022,8,11,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(133637,3,1660161600,2022,8,10,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(133638,3,1660217400,2022,8,11,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(133639,3,1660163400,2022,8,10,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(133640,3,1660219200,2022,8,11,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(133641,3,1660165200,2022,8,10,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(133642,3,1660221000,2022,8,11,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(133643,3,1660167000,2022,8,10,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(133644,3,1660222800,2022,8,11,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(133645,3,1660224600,2022,8,11,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(133646,3,1660226400,2022,8,11,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(133647,3,1660240800,2022,8,11,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(133648,3,1660242600,2022,8,11,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(133649,3,1660244400,2022,8,11,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(133650,3,1660246200,2022,8,11,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(133651,3,1660248000,2022,8,11,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(133652,3,1660249800,2022,8,11,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(133653,3,1660251600,2022,8,11,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(133654,3,1660253400,2022,8,11,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(133655,3,1660302000,2022,8,12,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(133656,3,1660303800,2022,8,12,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(133657,3,1660305600,2022,8,12,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(133658,3,1660307400,2022,8,12,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(133659,3,1660309200,2022,8,12,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(133660,3,1660311000,2022,8,12,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(133661,3,1660312800,2022,8,12,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(133662,3,1660327200,2022,8,12,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(133663,3,1660329000,2022,8,12,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(133664,3,1660330800,2022,8,12,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(133665,3,1660332600,2022,8,12,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(133666,3,1660334400,2022,8,12,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(133667,3,1660336200,2022,8,12,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(133668,3,1660338000,2022,8,12,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(133669,3,1660339800,2022,8,12,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(133670,3,1660388400,2022,8,13,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(133671,3,1660390200,2022,8,13,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(133672,3,1660392000,2022,8,13,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(133673,3,1660393800,2022,8,13,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(133674,3,1660395600,2022,8,13,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(133675,3,1660397400,2022,8,13,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(133676,3,1660399200,2022,8,13,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(133677,3,1660413600,2022,8,13,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(133678,3,1660415400,2022,8,13,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(133679,3,1660417200,2022,8,13,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(133680,3,1660419000,2022,8,13,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(133681,3,1660420800,2022,8,13,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(133682,3,1660422600,2022,8,13,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(133683,3,1660424400,2022,8,13,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(133684,3,1660426200,2022,8,13,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(133685,3,1660302000,2022,8,12,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(133686,3,1660303800,2022,8,12,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(133687,3,1660305600,2022,8,12,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(133688,3,1660307400,2022,8,12,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(133689,3,1660309200,2022,8,12,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(133690,3,1660311000,2022,8,12,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(133691,3,1660312800,2022,8,12,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(133692,3,1660327200,2022,8,12,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(133693,3,1660329000,2022,8,12,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(133694,3,1660330800,2022,8,12,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(133695,3,1660332600,2022,8,12,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(133696,3,1660334400,2022,8,12,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(133697,3,1660336200,2022,8,12,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(133698,3,1660338000,2022,8,12,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(133699,3,1660339800,2022,8,12,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(133700,3,1660474800,2022,8,14,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(133701,3,1660476600,2022,8,14,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(133702,3,1660478400,2022,8,14,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(133703,3,1660480200,2022,8,14,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(133704,3,1660482000,2022,8,14,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(133705,3,1660483800,2022,8,14,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(133706,3,1660485600,2022,8,14,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(133707,3,1660487400,2022,8,14,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(133708,3,1660500000,2022,8,14,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(133709,3,1660501800,2022,8,14,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(133710,3,1660503600,2022,8,14,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(133711,3,1660505400,2022,8,14,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(133712,3,1660507200,2022,8,14,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(133713,3,1660509000,2022,8,14,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(133714,3,1660510800,2022,8,14,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(133715,3,1660512600,2022,8,14,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(133716,3,1660474800,2022,8,14,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(133717,3,1660476600,2022,8,14,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(133718,3,1660478400,2022,8,14,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(133719,3,1660480200,2022,8,14,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(133720,3,1660482000,2022,8,14,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(133721,3,1660483800,2022,8,14,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(133722,3,1660485600,2022,8,14,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(133723,3,1660487400,2022,8,14,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(133724,3,1660500000,2022,8,14,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(133725,3,1660501800,2022,8,14,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(133726,3,1660503600,2022,8,14,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(133727,3,1660505400,2022,8,14,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(133728,3,1660507200,2022,8,14,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(133729,3,1660509000,2022,8,14,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(133730,3,1660510800,2022,8,14,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(133731,3,1660512600,2022,8,14,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(133732,3,1660561200,2022,8,15,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(133733,3,1660563000,2022,8,15,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(133734,3,1660564800,2022,8,15,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(133735,3,1660566600,2022,8,15,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(133736,3,1660568400,2022,8,15,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(133737,3,1660561200,2022,8,15,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(133738,3,1660563000,2022,8,15,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(133739,3,1660570200,2022,8,15,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(133740,3,1660564800,2022,8,15,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(133741,3,1660572000,2022,8,15,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(133742,3,1660566600,2022,8,15,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(133743,3,1660568400,2022,8,15,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(133744,3,1660586400,2022,8,15,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(133745,3,1660570200,2022,8,15,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(133746,3,1660588200,2022,8,15,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(133747,3,1660572000,2022,8,15,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(133748,3,1660586400,2022,8,15,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(133749,3,1660590000,2022,8,15,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(133750,3,1660588200,2022,8,15,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(133751,3,1660590000,2022,8,15,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(133752,3,1660591800,2022,8,15,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(133753,3,1660591800,2022,8,15,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(133754,3,1660593600,2022,8,15,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(133755,3,1660593600,2022,8,15,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(133756,3,1660595400,2022,8,15,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(133757,3,1660595400,2022,8,15,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(133758,3,1660597200,2022,8,15,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(133759,3,1660597200,2022,8,15,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(133760,3,1660599000,2022,8,15,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(133761,3,1660599000,2022,8,15,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(133762,3,1660647600,2022,8,16,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(133763,3,1660647600,2022,8,16,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(133764,3,1660649400,2022,8,16,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(133765,3,1660649400,2022,8,16,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(133766,3,1660651200,2022,8,16,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(133767,3,1660651200,2022,8,16,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(133768,3,1660653000,2022,8,16,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(133769,3,1660653000,2022,8,16,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(133770,3,1660654800,2022,8,16,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(133771,3,1660654800,2022,8,16,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(133772,3,1660656600,2022,8,16,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(133773,3,1660656600,2022,8,16,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(133774,3,1660658400,2022,8,16,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(133775,3,1660658400,2022,8,16,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(133776,3,1660672800,2022,8,16,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(133777,3,1660672800,2022,8,16,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(133778,3,1660674600,2022,8,16,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(133779,3,1660674600,2022,8,16,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(133780,3,1660676400,2022,8,16,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(133781,3,1660676400,2022,8,16,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(133782,3,1660678200,2022,8,16,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(133783,3,1660678200,2022,8,16,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(133784,3,1660680000,2022,8,16,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(133785,3,1660680000,2022,8,16,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(133786,3,1660681800,2022,8,16,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(133787,3,1660681800,2022,8,16,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(133788,3,1660683600,2022,8,16,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(133789,3,1660685400,2022,8,16,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(133790,3,1660683600,2022,8,16,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(133791,3,1660685400,2022,8,16,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(133792,3,1660734000,2022,8,17,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(133793,3,1660735800,2022,8,17,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(133794,3,1660734000,2022,8,17,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(133795,3,1660737600,2022,8,17,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(133796,3,1660735800,2022,8,17,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(133797,3,1660739400,2022,8,17,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(133798,3,1660737600,2022,8,17,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(133799,3,1660741200,2022,8,17,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(133800,3,1660739400,2022,8,17,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(133801,3,1660743000,2022,8,17,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(133802,3,1660741200,2022,8,17,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(133803,3,1660744800,2022,8,17,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(133804,3,1660743000,2022,8,17,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(133805,3,1660759200,2022,8,17,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(133806,3,1660744800,2022,8,17,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(133807,3,1660759200,2022,8,17,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(133808,3,1660761000,2022,8,17,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(133809,3,1660761000,2022,8,17,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(133810,3,1660762800,2022,8,17,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(133811,3,1660762800,2022,8,17,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(133812,3,1660764600,2022,8,17,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(133813,3,1660764600,2022,8,17,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(133814,3,1660766400,2022,8,17,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(133815,3,1660766400,2022,8,17,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(133816,3,1660768200,2022,8,17,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(133817,3,1660768200,2022,8,17,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(133818,3,1660770000,2022,8,17,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(133819,3,1660770000,2022,8,17,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(133820,3,1660771800,2022,8,17,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(133821,3,1660771800,2022,8,17,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(133822,3,1660820400,2022,8,18,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(133823,3,1660822200,2022,8,18,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(133824,3,1660824000,2022,8,18,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(133825,3,1660820400,2022,8,18,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(133826,3,1660825800,2022,8,18,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(133827,3,1660822200,2022,8,18,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(133828,3,1660827600,2022,8,18,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(133829,3,1660824000,2022,8,18,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(133830,3,1660829400,2022,8,18,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(133831,3,1660825800,2022,8,18,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(133832,3,1660831200,2022,8,18,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(133833,3,1660827600,2022,8,18,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(133834,3,1660845600,2022,8,18,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(133835,3,1660829400,2022,8,18,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(133836,3,1660847400,2022,8,18,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(133837,3,1660831200,2022,8,18,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(133838,3,1660849200,2022,8,18,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(133839,3,1660845600,2022,8,18,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(133840,3,1660851000,2022,8,18,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(133841,3,1660847400,2022,8,18,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(133842,3,1660852800,2022,8,18,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(133843,3,1660849200,2022,8,18,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(133844,3,1660854600,2022,8,18,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(133845,3,1660851000,2022,8,18,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(133846,3,1660852800,2022,8,18,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(133847,3,1660856400,2022,8,18,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(133848,3,1660854600,2022,8,18,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(133849,3,1660858200,2022,8,18,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(133850,3,1660856400,2022,8,18,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(133851,3,1660858200,2022,8,18,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(133852,3,1660906800,2022,8,19,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(133853,3,1660908600,2022,8,19,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(133854,3,1660906800,2022,8,19,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(133855,3,1660910400,2022,8,19,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(133856,3,1660908600,2022,8,19,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(133857,3,1660912200,2022,8,19,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(133858,3,1660910400,2022,8,19,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(133859,3,1660914000,2022,8,19,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(133860,3,1660912200,2022,8,19,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(133861,3,1660915800,2022,8,19,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(133862,3,1660914000,2022,8,19,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(133863,3,1660917600,2022,8,19,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(133864,3,1660915800,2022,8,19,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(133865,3,1660917600,2022,8,19,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(133866,3,1660932000,2022,8,19,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(133867,3,1660932000,2022,8,19,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(133868,3,1660933800,2022,8,19,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(133869,3,1660933800,2022,8,19,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(133870,3,1660935600,2022,8,19,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(133871,3,1660935600,2022,8,19,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(133872,3,1660937400,2022,8,19,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(133873,3,1660937400,2022,8,19,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(133874,3,1660939200,2022,8,19,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(133875,3,1660939200,2022,8,19,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(133876,3,1660941000,2022,8,19,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(133877,3,1660941000,2022,8,19,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(133878,3,1660942800,2022,8,19,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(133879,3,1660942800,2022,8,19,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(133880,3,1660944600,2022,8,19,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(133881,3,1660944600,2022,8,19,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(133882,3,1660993200,2022,8,20,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(133883,3,1660995000,2022,8,20,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(133884,3,1660993200,2022,8,20,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(133885,3,1660996800,2022,8,20,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(133886,3,1660995000,2022,8,20,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(133887,3,1660998600,2022,8,20,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(133888,3,1660996800,2022,8,20,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(133889,3,1661000400,2022,8,20,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(133890,3,1660998600,2022,8,20,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(133891,3,1661002200,2022,8,20,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(133892,3,1661000400,2022,8,20,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(133893,3,1661004000,2022,8,20,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(133894,3,1661002200,2022,8,20,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(133895,3,1661018400,2022,8,20,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(133896,3,1661004000,2022,8,20,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(133897,3,1661020200,2022,8,20,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(133898,3,1661018400,2022,8,20,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(133899,3,1661022000,2022,8,20,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(133900,3,1661020200,2022,8,20,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(133901,3,1661023800,2022,8,20,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(133902,3,1661022000,2022,8,20,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(133903,3,1661025600,2022,8,20,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(133904,3,1661023800,2022,8,20,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(133905,3,1661027400,2022,8,20,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(133906,3,1661025600,2022,8,20,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(133907,3,1661029200,2022,8,20,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(133908,3,1661027400,2022,8,20,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(133909,3,1661031000,2022,8,20,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(133910,3,1661029200,2022,8,20,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(133911,3,1661031000,2022,8,20,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(133912,3,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(133913,3,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(133914,3,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(133915,3,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(133916,3,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(133917,3,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(133918,3,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(133919,3,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(133920,3,1661104800,2022,8,21,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(133921,3,1661106600,2022,8,21,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(133922,3,1661108400,2022,8,21,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(133923,3,1661110200,2022,8,21,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(133924,3,1661112000,2022,8,21,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(133925,3,1661113800,2022,8,21,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(133926,3,1661115600,2022,8,21,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(133927,3,1661117400,2022,8,21,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(133928,3,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(133929,3,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(133930,3,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(133931,3,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(133932,3,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(133933,3,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(133934,3,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(133935,3,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(133936,3,1661104800,2022,8,21,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(133937,3,1661106600,2022,8,21,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(133938,3,1661108400,2022,8,21,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(133939,3,1661110200,2022,8,21,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(133940,3,1661112000,2022,8,21,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(133941,3,1661113800,2022,8,21,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(133942,3,1661115600,2022,8,21,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(133943,3,1661117400,2022,8,21,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(133944,3,1661166000,2022,8,22,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(133945,3,1661167800,2022,8,22,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(133946,3,1661169600,2022,8,22,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(133947,3,1661171400,2022,8,22,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(133948,3,1661173200,2022,8,22,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(133949,3,1661175000,2022,8,22,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(133950,3,1661176800,2022,8,22,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(133951,3,1661191200,2022,8,22,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(133952,3,1661193000,2022,8,22,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(133953,3,1661194800,2022,8,22,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(133954,3,1661196600,2022,8,22,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(133955,3,1661198400,2022,8,22,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(133956,3,1661200200,2022,8,22,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(133957,3,1661202000,2022,8,22,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(133958,3,1661203800,2022,8,22,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(133959,3,1661166000,2022,8,22,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(133960,3,1661167800,2022,8,22,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(133961,3,1661169600,2022,8,22,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(133962,3,1661171400,2022,8,22,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(133963,3,1661173200,2022,8,22,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(133964,3,1661175000,2022,8,22,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(133965,3,1661176800,2022,8,22,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(133966,3,1661191200,2022,8,22,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(133967,3,1661193000,2022,8,22,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(133968,3,1661194800,2022,8,22,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(133969,3,1661196600,2022,8,22,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(133970,3,1661198400,2022,8,22,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(133971,3,1661200200,2022,8,22,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(133972,3,1661202000,2022,8,22,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(133973,3,1661203800,2022,8,22,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(133974,3,1661252400,2022,8,23,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(133975,3,1661254200,2022,8,23,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(133976,3,1661256000,2022,8,23,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(133977,3,1661257800,2022,8,23,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(133978,3,1661259600,2022,8,23,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(133979,3,1661261400,2022,8,23,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(133980,3,1661263200,2022,8,23,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(133981,3,1661277600,2022,8,23,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(133982,3,1661279400,2022,8,23,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(133983,3,1661281200,2022,8,23,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(133984,3,1661283000,2022,8,23,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(133985,3,1661284800,2022,8,23,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(133986,3,1661286600,2022,8,23,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(133987,3,1661288400,2022,8,23,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(133988,3,1661290200,2022,8,23,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(133989,3,1661252400,2022,8,23,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(133990,3,1661254200,2022,8,23,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(133991,3,1661256000,2022,8,23,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(133992,3,1661257800,2022,8,23,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(133993,3,1661259600,2022,8,23,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(133994,3,1661261400,2022,8,23,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(133995,3,1661263200,2022,8,23,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(133996,3,1661277600,2022,8,23,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(133997,3,1661279400,2022,8,23,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(133998,3,1661281200,2022,8,23,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(133999,3,1661283000,2022,8,23,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(134000,3,1661284800,2022,8,23,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(134001,3,1661286600,2022,8,23,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(134002,3,1661288400,2022,8,23,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(134003,3,1661290200,2022,8,23,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(134004,3,1661338800,2022,8,24,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(134005,3,1661340600,2022,8,24,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(134006,3,1661342400,2022,8,24,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(134007,3,1661344200,2022,8,24,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(134008,3,1661346000,2022,8,24,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(134009,3,1661347800,2022,8,24,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(134010,3,1661349600,2022,8,24,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(134011,3,1661364000,2022,8,24,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(134012,3,1661365800,2022,8,24,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(134013,3,1661367600,2022,8,24,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(134014,3,1661369400,2022,8,24,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(134015,3,1661371200,2022,8,24,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(134016,3,1661373000,2022,8,24,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(134017,3,1661374800,2022,8,24,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(134018,3,1661376600,2022,8,24,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(134019,3,1661338800,2022,8,24,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(134020,3,1661340600,2022,8,24,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(134021,3,1661342400,2022,8,24,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(134022,3,1661344200,2022,8,24,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(134023,3,1661346000,2022,8,24,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(134024,3,1661347800,2022,8,24,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(134025,3,1661349600,2022,8,24,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(134026,3,1661364000,2022,8,24,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(134027,3,1661365800,2022,8,24,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(134028,3,1661367600,2022,8,24,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(134029,3,1661369400,2022,8,24,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(134030,3,1661371200,2022,8,24,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(134031,3,1661373000,2022,8,24,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(134032,3,1661374800,2022,8,24,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(134033,3,1661376600,2022,8,24,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(134034,3,1661425200,2022,8,25,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(134035,3,1661427000,2022,8,25,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(134036,3,1661428800,2022,8,25,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(134037,3,1661430600,2022,8,25,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(134038,3,1661432400,2022,8,25,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(134039,3,1661434200,2022,8,25,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(134040,3,1661436000,2022,8,25,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(134041,3,1661450400,2022,8,25,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(134042,3,1661452200,2022,8,25,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(134043,3,1661454000,2022,8,25,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(134044,3,1661455800,2022,8,25,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(134045,3,1661457600,2022,8,25,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(134046,3,1661459400,2022,8,25,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(134047,3,1661461200,2022,8,25,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(134048,3,1661463000,2022,8,25,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(134049,3,1661425200,2022,8,25,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(134050,3,1661427000,2022,8,25,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(134051,3,1661428800,2022,8,25,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(134052,3,1661430600,2022,8,25,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(134053,3,1661432400,2022,8,25,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(134054,3,1661434200,2022,8,25,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(134055,3,1661436000,2022,8,25,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(134056,3,1661450400,2022,8,25,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(134057,3,1661452200,2022,8,25,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(134058,3,1661454000,2022,8,25,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(134059,3,1661455800,2022,8,25,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(134060,3,1661457600,2022,8,25,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(134061,3,1661459400,2022,8,25,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(134062,3,1661461200,2022,8,25,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(134063,3,1661463000,2022,8,25,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(134064,3,1661511600,2022,8,26,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(134065,3,1661513400,2022,8,26,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(134066,3,1661515200,2022,8,26,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(134067,3,1661517000,2022,8,26,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(134068,3,1661518800,2022,8,26,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(134069,3,1661520600,2022,8,26,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(134070,3,1661522400,2022,8,26,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(134071,3,1661536800,2022,8,26,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(134072,3,1661538600,2022,8,26,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(134073,3,1661540400,2022,8,26,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(134074,3,1661542200,2022,8,26,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(134075,3,1661544000,2022,8,26,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(134076,3,1661545800,2022,8,26,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(134077,3,1661547600,2022,8,26,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(134078,3,1661549400,2022,8,26,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(134079,3,1661511600,2022,8,26,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(134080,3,1661513400,2022,8,26,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(134081,3,1661515200,2022,8,26,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(134082,3,1661517000,2022,8,26,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(134083,3,1661518800,2022,8,26,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(134084,3,1661520600,2022,8,26,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(134085,3,1661522400,2022,8,26,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(134086,3,1661536800,2022,8,26,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(134087,3,1661538600,2022,8,26,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(134088,3,1661540400,2022,8,26,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(134089,3,1661542200,2022,8,26,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(134090,3,1661544000,2022,8,26,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(134091,3,1661545800,2022,8,26,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(134092,3,1661547600,2022,8,26,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(134093,3,1661549400,2022,8,26,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(134094,3,1661598000,2022,8,27,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(134095,3,1661599800,2022,8,27,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(134096,3,1661601600,2022,8,27,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(134097,3,1661603400,2022,8,27,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(134098,3,1661605200,2022,8,27,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(134099,3,1661607000,2022,8,27,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(134100,3,1661608800,2022,8,27,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(134101,3,1661623200,2022,8,27,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(134102,3,1661625000,2022,8,27,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(134103,3,1661626800,2022,8,27,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(134104,3,1661628600,2022,8,27,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(134105,3,1661630400,2022,8,27,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(134106,3,1661632200,2022,8,27,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(134107,3,1661634000,2022,8,27,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(134108,3,1661635800,2022,8,27,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(134109,3,1661598000,2022,8,27,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(134110,3,1661599800,2022,8,27,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(134111,3,1661601600,2022,8,27,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(134112,3,1661603400,2022,8,27,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(134113,3,1661605200,2022,8,27,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(134114,3,1661607000,2022,8,27,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(134115,3,1661608800,2022,8,27,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(134116,3,1661623200,2022,8,27,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(134117,3,1661625000,2022,8,27,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(134118,3,1661626800,2022,8,27,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(134119,3,1661628600,2022,8,27,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(134120,3,1661630400,2022,8,27,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(134121,3,1661632200,2022,8,27,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(134122,3,1661634000,2022,8,27,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(134123,3,1661635800,2022,8,27,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(134124,3,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(134125,3,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(134126,3,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(134127,3,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(134128,3,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(134129,3,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(134130,3,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(134131,3,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(134132,3,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(134133,3,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(134134,3,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(134135,3,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(134136,3,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(134137,3,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(134138,3,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(134139,3,1661709600,2022,8,28,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(134140,3,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(134141,3,1661711400,2022,8,28,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(134142,3,1661709600,2022,8,28,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(134143,3,1661713200,2022,8,28,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(134144,3,1661711400,2022,8,28,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(134145,3,1661715000,2022,8,28,0,21,30,'',0,0,0,0,0,'false','false',1575896707),(134146,3,1661713200,2022,8,28,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(134147,3,1661716800,2022,8,28,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(134148,3,1661715000,2022,8,28,0,21,30,'',0,0,0,0,0,'false','false',1575896706),(134149,3,1661718600,2022,8,28,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(134150,3,1661720400,2022,8,28,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(134151,3,1661716800,2022,8,28,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(134152,3,1661722200,2022,8,28,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(134153,3,1661718600,2022,8,28,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(134154,3,1661720400,2022,8,28,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(134155,3,1661722200,2022,8,28,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(134156,3,1661770800,2022,8,29,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(134157,3,1661772600,2022,8,29,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(134158,3,1661774400,2022,8,29,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(134159,3,1661776200,2022,8,29,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(134160,3,1661778000,2022,8,29,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(134161,3,1661779800,2022,8,29,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(134162,3,1661781600,2022,8,29,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(134163,3,1661796000,2022,8,29,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(134164,3,1661797800,2022,8,29,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(134165,3,1661799600,2022,8,29,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(134166,3,1661801400,2022,8,29,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(134167,3,1661770800,2022,8,29,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(134168,3,1661803200,2022,8,29,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(134169,3,1661772600,2022,8,29,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(134170,3,1661805000,2022,8,29,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(134171,3,1661774400,2022,8,29,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(134172,3,1661806800,2022,8,29,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(134173,3,1661776200,2022,8,29,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(134174,3,1661808600,2022,8,29,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(134175,3,1661778000,2022,8,29,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(134176,3,1661779800,2022,8,29,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(134177,3,1661781600,2022,8,29,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(134178,3,1661796000,2022,8,29,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(134179,3,1661797800,2022,8,29,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(134180,3,1661799600,2022,8,29,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(134181,3,1661801400,2022,8,29,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(134182,3,1661803200,2022,8,29,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(134183,3,1661805000,2022,8,29,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(134184,3,1661806800,2022,8,29,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(134185,3,1661808600,2022,8,29,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(134186,3,1661857200,2022,8,30,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(134187,3,1661859000,2022,8,30,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(134188,3,1661860800,2022,8,30,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(134189,3,1661862600,2022,8,30,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(134190,3,1661864400,2022,8,30,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(134191,3,1661857200,2022,8,30,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(134192,3,1661866200,2022,8,30,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(134193,3,1661859000,2022,8,30,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(134194,3,1661868000,2022,8,30,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(134195,3,1661860800,2022,8,30,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(134196,3,1661862600,2022,8,30,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(134197,3,1661882400,2022,8,30,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(134198,3,1661864400,2022,8,30,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(134199,3,1661884200,2022,8,30,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(134200,3,1661866200,2022,8,30,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(134201,3,1661886000,2022,8,30,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(134202,3,1661868000,2022,8,30,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(134203,3,1661882400,2022,8,30,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(134204,3,1661887800,2022,8,30,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(134205,3,1661884200,2022,8,30,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(134206,3,1661889600,2022,8,30,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(134207,3,1661886000,2022,8,30,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(134208,3,1661891400,2022,8,30,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(134209,3,1661887800,2022,8,30,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(134210,3,1661889600,2022,8,30,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(134211,3,1661893200,2022,8,30,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(134212,3,1661891400,2022,8,30,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(134213,3,1661895000,2022,8,30,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(134214,3,1661893200,2022,8,30,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(134215,3,1661895000,2022,8,30,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(134216,3,1661943600,2022,8,31,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(134217,3,1661945400,2022,8,31,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(134218,3,1661947200,2022,8,31,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(134219,3,1661949000,2022,8,31,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(134220,3,1661943600,2022,8,31,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(134221,3,1661950800,2022,8,31,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(134222,3,1661945400,2022,8,31,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(134223,3,1661952600,2022,8,31,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(134224,3,1661954400,2022,8,31,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(134225,3,1661947200,2022,8,31,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(134226,3,1661968800,2022,8,31,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(134227,3,1661949000,2022,8,31,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(134228,3,1661970600,2022,8,31,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(134229,3,1661950800,2022,8,31,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(134230,3,1661972400,2022,8,31,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(134231,3,1661952600,2022,8,31,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(134232,3,1661974200,2022,8,31,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(134233,3,1661954400,2022,8,31,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(134234,3,1661976000,2022,8,31,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(134235,3,1661968800,2022,8,31,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(134236,3,1661977800,2022,8,31,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(134237,3,1661970600,2022,8,31,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(134238,3,1661979600,2022,8,31,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(134239,3,1661972400,2022,8,31,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(134240,3,1661981400,2022,8,31,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(134241,3,1661974200,2022,8,31,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(134242,3,1661976000,2022,8,31,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(134243,3,1661977800,2022,8,31,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(134244,3,1661979600,2022,8,31,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(134245,3,1661981400,2022,8,31,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(134246,3,1662030000,2022,9,1,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(134247,3,1662031800,2022,9,1,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(134248,3,1662033600,2022,9,1,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(134249,3,1662035400,2022,9,1,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(134250,3,1662037200,2022,9,1,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(134251,3,1662039000,2022,9,1,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(134252,3,1662030000,2022,9,1,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(134253,3,1662040800,2022,9,1,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(134254,3,1662031800,2022,9,1,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(134255,3,1662055200,2022,9,1,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(134256,3,1662033600,2022,9,1,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(134257,3,1662057000,2022,9,1,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(134258,3,1662035400,2022,9,1,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(134259,3,1662058800,2022,9,1,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(134260,3,1662037200,2022,9,1,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(134261,3,1662060600,2022,9,1,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(134262,3,1662039000,2022,9,1,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(134263,3,1662062400,2022,9,1,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(134264,3,1662040800,2022,9,1,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(134265,3,1662055200,2022,9,1,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(134266,3,1662064200,2022,9,1,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(134267,3,1662057000,2022,9,1,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(134268,3,1662066000,2022,9,1,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(134269,3,1662058800,2022,9,1,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(134270,3,1662067800,2022,9,1,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(134271,3,1662060600,2022,9,1,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(134272,3,1662062400,2022,9,1,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(134273,3,1662064200,2022,9,1,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(134274,3,1662066000,2022,9,1,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(134275,3,1662067800,2022,9,1,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(134276,3,1662116400,2022,9,2,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(134277,3,1662118200,2022,9,2,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(134278,3,1662120000,2022,9,2,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(134279,3,1662121800,2022,9,2,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(134280,3,1662123600,2022,9,2,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(134281,3,1662125400,2022,9,2,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(134282,3,1662127200,2022,9,2,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(134283,3,1662141600,2022,9,2,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(134284,3,1662143400,2022,9,2,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(134285,3,1662145200,2022,9,2,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(134286,3,1662147000,2022,9,2,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(134287,3,1662148800,2022,9,2,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(134288,3,1662150600,2022,9,2,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(134289,3,1662152400,2022,9,2,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(134290,3,1662154200,2022,9,2,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(134291,3,1662116400,2022,9,2,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(134292,3,1662118200,2022,9,2,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(134293,3,1662120000,2022,9,2,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(134294,3,1662121800,2022,9,2,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(134295,3,1662123600,2022,9,2,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(134296,3,1662125400,2022,9,2,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(134297,3,1662127200,2022,9,2,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(134298,3,1662141600,2022,9,2,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(134299,3,1662143400,2022,9,2,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(134300,3,1662145200,2022,9,2,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(134301,3,1662147000,2022,9,2,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(134302,3,1662148800,2022,9,2,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(134303,3,1662150600,2022,9,2,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(134304,3,1662152400,2022,9,2,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(134305,3,1662154200,2022,9,2,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(134306,3,1662202800,2022,9,3,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(134307,3,1662204600,2022,9,3,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(134308,3,1662206400,2022,9,3,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(134309,3,1662208200,2022,9,3,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(134310,3,1662210000,2022,9,3,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(134311,3,1662211800,2022,9,3,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(134312,3,1662213600,2022,9,3,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(134313,3,1662228000,2022,9,3,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(134314,3,1662229800,2022,9,3,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(134315,3,1662202800,2022,9,3,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(134316,3,1662231600,2022,9,3,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(134317,3,1662204600,2022,9,3,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(134318,3,1662233400,2022,9,3,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(134319,3,1662206400,2022,9,3,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(134320,3,1662235200,2022,9,3,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(134321,3,1662208200,2022,9,3,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(134322,3,1662210000,2022,9,3,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(134323,3,1662237000,2022,9,3,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(134324,3,1662211800,2022,9,3,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(134325,3,1662238800,2022,9,3,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(134326,3,1662240600,2022,9,3,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(134327,3,1662213600,2022,9,3,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(134328,3,1662228000,2022,9,3,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(134329,3,1662229800,2022,9,3,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(134330,3,1662231600,2022,9,3,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(134331,3,1662233400,2022,9,3,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(134332,3,1662235200,2022,9,3,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(134333,3,1662237000,2022,9,3,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(134334,3,1662238800,2022,9,3,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(134335,3,1662240600,2022,9,3,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(134368,4,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(134369,4,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(134370,4,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(134371,4,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(134372,4,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(134373,4,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(134374,4,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(134375,4,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(134376,4,1616954400,2021,3,28,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(134377,4,1616956200,2021,3,28,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(134378,4,1616958000,2021,3,28,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(134379,4,1616959800,2021,3,28,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(134380,4,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(134381,4,1616961600,2021,3,28,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(134382,4,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(134383,4,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(134384,4,1616963400,2021,3,28,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(134385,4,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(134386,4,1616965200,2021,3,28,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(134387,4,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(134388,4,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(134389,4,1616967000,2021,3,28,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(134390,4,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(134391,4,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(134392,4,1616954400,2021,3,28,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(134393,4,1616956200,2021,3,28,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(134394,4,1616958000,2021,3,28,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(134395,4,1616959800,2021,3,28,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(134396,4,1616961600,2021,3,28,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(134397,4,1616963400,2021,3,28,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(134398,4,1616965200,2021,3,28,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(134399,4,1616967000,2021,3,28,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(134400,4,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(134401,4,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(134402,4,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(134403,4,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(134404,4,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(134405,4,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(134406,4,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(134407,4,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(134408,4,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(134409,4,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(134410,4,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(134411,4,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(134412,4,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(134413,4,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(134414,4,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(134415,4,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(134416,4,1648404000,2022,3,27,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(134417,4,1648404000,2022,3,27,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(134418,4,1648405800,2022,3,27,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(134419,4,1648405800,2022,3,27,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(134420,4,1648407600,2022,3,27,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(134421,4,1648407600,2022,3,27,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(134422,4,1648409400,2022,3,27,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(134423,4,1648409400,2022,3,27,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(134424,4,1648411200,2022,3,27,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(134425,4,1648411200,2022,3,27,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(134426,4,1648413000,2022,3,27,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(134427,4,1648413000,2022,3,27,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(134428,4,1648414800,2022,3,27,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(134429,4,1648414800,2022,3,27,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(134430,4,1648416600,2022,3,27,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(134431,4,1648416600,2022,3,27,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(134432,4,1657710000,2022,7,13,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(134433,4,1657711800,2022,7,13,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(134434,4,1657713600,2022,7,13,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(134435,4,1657715400,2022,7,13,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(134436,4,1657717200,2022,7,13,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(134437,4,1657719000,2022,7,13,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(134438,4,1657720800,2022,7,13,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(134439,4,1657735200,2022,7,13,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(134440,4,1657710000,2022,7,13,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(134441,4,1657737000,2022,7,13,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(134442,4,1657738800,2022,7,13,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(134443,4,1657711800,2022,7,13,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(134444,4,1657740600,2022,7,13,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(134445,4,1657742400,2022,7,13,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(134446,4,1657713600,2022,7,13,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(134447,4,1657744200,2022,7,13,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(134448,4,1657715400,2022,7,13,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(134449,4,1657746000,2022,7,13,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(134450,4,1657747800,2022,7,13,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(134451,4,1657717200,2022,7,13,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(134452,4,1657719000,2022,7,13,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(134453,4,1657720800,2022,7,13,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(134454,4,1657735200,2022,7,13,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(134455,4,1657737000,2022,7,13,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(134456,4,1657738800,2022,7,13,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(134457,4,1657740600,2022,7,13,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(134458,4,1657742400,2022,7,13,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(134459,4,1657744200,2022,7,13,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(134460,4,1657746000,2022,7,13,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(134461,4,1657747800,2022,7,13,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(134462,4,1657796400,2022,7,14,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(134463,4,1657798200,2022,7,14,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(134464,4,1657800000,2022,7,14,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(134465,4,1657801800,2022,7,14,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(134466,4,1657803600,2022,7,14,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(134467,4,1657805400,2022,7,14,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(134468,4,1657807200,2022,7,14,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(134469,4,1657821600,2022,7,14,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(134470,4,1657823400,2022,7,14,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(134471,4,1657825200,2022,7,14,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(134472,4,1657827000,2022,7,14,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(134473,4,1657828800,2022,7,14,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(134474,4,1657830600,2022,7,14,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(134475,4,1657832400,2022,7,14,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(134476,4,1657834200,2022,7,14,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(134477,4,1657796400,2022,7,14,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(134478,4,1657798200,2022,7,14,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(134479,4,1657800000,2022,7,14,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(134480,4,1657801800,2022,7,14,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(134481,4,1657803600,2022,7,14,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(134482,4,1657805400,2022,7,14,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(134483,4,1657807200,2022,7,14,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(134484,4,1657821600,2022,7,14,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(134485,4,1657823400,2022,7,14,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(134486,4,1657825200,2022,7,14,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(134487,4,1657827000,2022,7,14,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(134488,4,1657828800,2022,7,14,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(134489,4,1657830600,2022,7,14,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(134490,4,1657832400,2022,7,14,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(134491,4,1657834200,2022,7,14,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(134492,4,1657882800,2022,7,15,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(134493,4,1657884600,2022,7,15,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(134494,4,1657886400,2022,7,15,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(134495,4,1657888200,2022,7,15,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(134496,4,1657890000,2022,7,15,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(134497,4,1657891800,2022,7,15,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(134498,4,1657893600,2022,7,15,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(134499,4,1657908000,2022,7,15,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(134500,4,1657909800,2022,7,15,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(134501,4,1657911600,2022,7,15,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(134502,4,1657913400,2022,7,15,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(134503,4,1657915200,2022,7,15,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(134504,4,1657917000,2022,7,15,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(134505,4,1657918800,2022,7,15,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(134506,4,1657920600,2022,7,15,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(134507,4,1657882800,2022,7,15,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(134508,4,1657884600,2022,7,15,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(134509,4,1657886400,2022,7,15,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(134510,4,1657888200,2022,7,15,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(134511,4,1657890000,2022,7,15,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(134512,4,1657891800,2022,7,15,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(134513,4,1657893600,2022,7,15,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(134514,4,1657908000,2022,7,15,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(134515,4,1657909800,2022,7,15,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(134516,4,1657911600,2022,7,15,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(134517,4,1657913400,2022,7,15,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(134518,4,1657915200,2022,7,15,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(134519,4,1657917000,2022,7,15,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(134520,4,1657918800,2022,7,15,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(134521,4,1657920600,2022,7,15,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(134522,4,1657969200,2022,7,16,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(134523,4,1657971000,2022,7,16,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(134524,4,1657972800,2022,7,16,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(134525,4,1657974600,2022,7,16,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(134526,4,1657976400,2022,7,16,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(134527,4,1657978200,2022,7,16,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(134528,4,1657980000,2022,7,16,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(134529,4,1657994400,2022,7,16,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(134530,4,1657996200,2022,7,16,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(134531,4,1657998000,2022,7,16,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(134532,4,1657999800,2022,7,16,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(134533,4,1658001600,2022,7,16,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(134534,4,1658003400,2022,7,16,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(134535,4,1658005200,2022,7,16,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(134536,4,1658007000,2022,7,16,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(134537,4,1657969200,2022,7,16,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(134538,4,1657971000,2022,7,16,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(134539,4,1657972800,2022,7,16,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(134540,4,1657974600,2022,7,16,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(134541,4,1657976400,2022,7,16,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(134542,4,1657978200,2022,7,16,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(134543,4,1657980000,2022,7,16,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(134544,4,1657994400,2022,7,16,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(134545,4,1657996200,2022,7,16,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(134546,4,1657998000,2022,7,16,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(134547,4,1657999800,2022,7,16,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(134548,4,1658001600,2022,7,16,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(134549,4,1658003400,2022,7,16,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(134550,4,1658005200,2022,7,16,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(134551,4,1658007000,2022,7,16,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(134552,4,1658055600,2022,7,17,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(134553,4,1658057400,2022,7,17,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(134554,4,1658059200,2022,7,17,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(134555,4,1658061000,2022,7,17,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(134556,4,1658062800,2022,7,17,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(134557,4,1658064600,2022,7,17,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(134558,4,1658066400,2022,7,17,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(134559,4,1658068200,2022,7,17,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(134560,4,1658080800,2022,7,17,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(134561,4,1658082600,2022,7,17,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(134562,4,1658084400,2022,7,17,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(134563,4,1658086200,2022,7,17,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(134564,4,1658088000,2022,7,17,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(134565,4,1658089800,2022,7,17,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(134566,4,1658091600,2022,7,17,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(134567,4,1658093400,2022,7,17,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(134568,4,1658055600,2022,7,17,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(134569,4,1658057400,2022,7,17,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(134570,4,1658059200,2022,7,17,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(134571,4,1658061000,2022,7,17,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(134572,4,1658062800,2022,7,17,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(134573,4,1658064600,2022,7,17,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(134574,4,1658066400,2022,7,17,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(134575,4,1658068200,2022,7,17,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(134576,4,1658080800,2022,7,17,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(134577,4,1658082600,2022,7,17,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(134578,4,1658084400,2022,7,17,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(134579,4,1658086200,2022,7,17,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(134580,4,1658088000,2022,7,17,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(134581,4,1658089800,2022,7,17,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(134582,4,1658091600,2022,7,17,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(134583,4,1658093400,2022,7,17,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(134584,4,1658142000,2022,7,18,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(134585,4,1658143800,2022,7,18,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(134586,4,1658145600,2022,7,18,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(134587,4,1658142000,2022,7,18,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(134588,4,1658143800,2022,7,18,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(134589,4,1658147400,2022,7,18,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(134590,4,1658145600,2022,7,18,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(134591,4,1658147400,2022,7,18,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(134592,4,1658149200,2022,7,18,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(134593,4,1658149200,2022,7,18,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(134594,4,1658151000,2022,7,18,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(134595,4,1658151000,2022,7,18,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(134596,4,1658152800,2022,7,18,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(134597,4,1658152800,2022,7,18,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(134598,4,1658167200,2022,7,18,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(134599,4,1658169000,2022,7,18,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(134600,4,1658167200,2022,7,18,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(134601,4,1658170800,2022,7,18,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(134602,4,1658169000,2022,7,18,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(134603,4,1658172600,2022,7,18,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(134604,4,1658174400,2022,7,18,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(134605,4,1658170800,2022,7,18,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(134606,4,1658176200,2022,7,18,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(134607,4,1658172600,2022,7,18,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(134608,4,1658178000,2022,7,18,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(134609,4,1658174400,2022,7,18,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(134610,4,1658179800,2022,7,18,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(134611,4,1658176200,2022,7,18,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(134612,4,1658178000,2022,7,18,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(134613,4,1658179800,2022,7,18,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(134614,4,1658228400,2022,7,19,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(134615,4,1658230200,2022,7,19,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(134616,4,1658232000,2022,7,19,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(134617,4,1658233800,2022,7,19,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(134618,4,1658235600,2022,7,19,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(134619,4,1658237400,2022,7,19,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(134620,4,1658239200,2022,7,19,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(134621,4,1658253600,2022,7,19,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(134622,4,1658255400,2022,7,19,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(134623,4,1658257200,2022,7,19,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(134624,4,1658259000,2022,7,19,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(134625,4,1658260800,2022,7,19,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(134626,4,1658262600,2022,7,19,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(134627,4,1658228400,2022,7,19,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(134628,4,1658264400,2022,7,19,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(134629,4,1658230200,2022,7,19,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(134630,4,1658266200,2022,7,19,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(134631,4,1658232000,2022,7,19,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(134632,4,1658233800,2022,7,19,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(134633,4,1658235600,2022,7,19,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(134634,4,1658237400,2022,7,19,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(134635,4,1658239200,2022,7,19,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(134636,4,1658253600,2022,7,19,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(134637,4,1658255400,2022,7,19,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(134638,4,1658257200,2022,7,19,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(134639,4,1658259000,2022,7,19,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(134640,4,1658260800,2022,7,19,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(134641,4,1658262600,2022,7,19,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(134642,4,1658264400,2022,7,19,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(134643,4,1658266200,2022,7,19,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(134644,4,1658314800,2022,7,20,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(134645,4,1658316600,2022,7,20,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(134646,4,1658318400,2022,7,20,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(134647,4,1658320200,2022,7,20,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(134648,4,1658322000,2022,7,20,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(134649,4,1658323800,2022,7,20,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(134650,4,1658325600,2022,7,20,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(134651,4,1658340000,2022,7,20,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(134652,4,1658341800,2022,7,20,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(134653,4,1658343600,2022,7,20,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(134654,4,1658345400,2022,7,20,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(134655,4,1658347200,2022,7,20,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(134656,4,1658349000,2022,7,20,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(134657,4,1658350800,2022,7,20,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(134658,4,1658352600,2022,7,20,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(134659,4,1658314800,2022,7,20,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(134660,4,1658316600,2022,7,20,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(134661,4,1658318400,2022,7,20,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(134662,4,1658320200,2022,7,20,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(134663,4,1658322000,2022,7,20,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(134664,4,1658323800,2022,7,20,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(134665,4,1658325600,2022,7,20,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(134666,4,1658340000,2022,7,20,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(134667,4,1658341800,2022,7,20,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(134668,4,1658343600,2022,7,20,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(134669,4,1658345400,2022,7,20,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(134670,4,1658347200,2022,7,20,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(134671,4,1658349000,2022,7,20,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(134672,4,1658350800,2022,7,20,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(134673,4,1658352600,2022,7,20,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(134674,4,1658401200,2022,7,21,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(134675,4,1658403000,2022,7,21,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(134676,4,1658404800,2022,7,21,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(134677,4,1658406600,2022,7,21,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(134678,4,1658408400,2022,7,21,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(134679,4,1658410200,2022,7,21,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(134680,4,1658412000,2022,7,21,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(134681,4,1658426400,2022,7,21,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(134682,4,1658428200,2022,7,21,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(134683,4,1658430000,2022,7,21,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(134684,4,1658431800,2022,7,21,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(134685,4,1658433600,2022,7,21,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(134686,4,1658435400,2022,7,21,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(134687,4,1658437200,2022,7,21,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(134688,4,1658439000,2022,7,21,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(134689,4,1658401200,2022,7,21,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(134690,4,1658403000,2022,7,21,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(134691,4,1658404800,2022,7,21,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(134692,4,1658406600,2022,7,21,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(134693,4,1658408400,2022,7,21,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(134694,4,1658410200,2022,7,21,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(134695,4,1658412000,2022,7,21,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(134696,4,1658426400,2022,7,21,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(134697,4,1658428200,2022,7,21,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(134698,4,1658430000,2022,7,21,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(134699,4,1658431800,2022,7,21,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(134700,4,1658433600,2022,7,21,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(134701,4,1658435400,2022,7,21,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(134702,4,1658437200,2022,7,21,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(134703,4,1658439000,2022,7,21,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(134704,4,1658487600,2022,7,22,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(134705,4,1658489400,2022,7,22,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(134706,4,1658491200,2022,7,22,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(134707,4,1658493000,2022,7,22,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(134708,4,1658494800,2022,7,22,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(134709,4,1658496600,2022,7,22,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(134710,4,1658498400,2022,7,22,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(134711,4,1658512800,2022,7,22,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(134712,4,1658514600,2022,7,22,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(134713,4,1658516400,2022,7,22,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(134714,4,1658518200,2022,7,22,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(134715,4,1658520000,2022,7,22,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(134716,4,1658521800,2022,7,22,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(134717,4,1658523600,2022,7,22,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(134718,4,1658525400,2022,7,22,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(134719,4,1658487600,2022,7,22,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(134720,4,1658489400,2022,7,22,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(134721,4,1658491200,2022,7,22,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(134722,4,1658493000,2022,7,22,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(134723,4,1658494800,2022,7,22,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(134724,4,1658496600,2022,7,22,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(134725,4,1658498400,2022,7,22,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(134726,4,1658512800,2022,7,22,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(134727,4,1658514600,2022,7,22,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(134728,4,1658516400,2022,7,22,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(134729,4,1658518200,2022,7,22,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(134730,4,1658520000,2022,7,22,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(134731,4,1658521800,2022,7,22,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(134732,4,1658523600,2022,7,22,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(134733,4,1658525400,2022,7,22,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(134734,4,1658574000,2022,7,23,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(134735,4,1658575800,2022,7,23,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(134736,4,1658577600,2022,7,23,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(134737,4,1658579400,2022,7,23,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(134738,4,1658581200,2022,7,23,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(134739,4,1658583000,2022,7,23,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(134740,4,1658584800,2022,7,23,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(134741,4,1658599200,2022,7,23,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(134742,4,1658601000,2022,7,23,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(134743,4,1658602800,2022,7,23,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(134744,4,1658604600,2022,7,23,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(134745,4,1658606400,2022,7,23,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(134746,4,1658608200,2022,7,23,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(134747,4,1658610000,2022,7,23,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(134748,4,1658611800,2022,7,23,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(134749,4,1658574000,2022,7,23,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(134750,4,1658575800,2022,7,23,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(134751,4,1658577600,2022,7,23,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(134752,4,1658579400,2022,7,23,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(134753,4,1658581200,2022,7,23,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(134754,4,1658583000,2022,7,23,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(134755,4,1658584800,2022,7,23,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(134756,4,1658599200,2022,7,23,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(134757,4,1658601000,2022,7,23,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(134758,4,1658602800,2022,7,23,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(134759,4,1658604600,2022,7,23,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(134760,4,1658606400,2022,7,23,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(134761,4,1658608200,2022,7,23,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(134762,4,1658610000,2022,7,23,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(134763,4,1658611800,2022,7,23,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(134764,4,1658660400,2022,7,24,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(134765,4,1658662200,2022,7,24,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(134766,4,1658664000,2022,7,24,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(134767,4,1658665800,2022,7,24,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(134768,4,1658667600,2022,7,24,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(134769,4,1658669400,2022,7,24,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(134770,4,1658671200,2022,7,24,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(134771,4,1658673000,2022,7,24,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(134772,4,1658685600,2022,7,24,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(134773,4,1658687400,2022,7,24,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(134774,4,1658689200,2022,7,24,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(134775,4,1658691000,2022,7,24,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(134776,4,1658692800,2022,7,24,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(134777,4,1658694600,2022,7,24,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(134778,4,1658696400,2022,7,24,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(134779,4,1658698200,2022,7,24,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(134780,4,1658660400,2022,7,24,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(134781,4,1658662200,2022,7,24,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(134782,4,1658664000,2022,7,24,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(134783,4,1658665800,2022,7,24,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(134784,4,1658667600,2022,7,24,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(134785,4,1658669400,2022,7,24,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(134786,4,1658671200,2022,7,24,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(134787,4,1658673000,2022,7,24,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(134788,4,1658685600,2022,7,24,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(134789,4,1658687400,2022,7,24,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(134790,4,1658689200,2022,7,24,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(134791,4,1658691000,2022,7,24,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(134792,4,1658692800,2022,7,24,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(134793,4,1658694600,2022,7,24,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(134794,4,1658696400,2022,7,24,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(134795,4,1658698200,2022,7,24,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(134796,4,1658746800,2022,7,25,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(134797,4,1658748600,2022,7,25,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(134798,4,1658750400,2022,7,25,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(134799,4,1658752200,2022,7,25,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(134800,4,1658754000,2022,7,25,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(134801,4,1658755800,2022,7,25,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(134802,4,1658757600,2022,7,25,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(134803,4,1658772000,2022,7,25,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(134804,4,1658773800,2022,7,25,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(134805,4,1658775600,2022,7,25,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(134806,4,1658777400,2022,7,25,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(134807,4,1658779200,2022,7,25,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(134808,4,1658781000,2022,7,25,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(134809,4,1658782800,2022,7,25,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(134810,4,1658784600,2022,7,25,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(134811,4,1658746800,2022,7,25,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(134812,4,1658748600,2022,7,25,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(134813,4,1658750400,2022,7,25,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(134814,4,1658752200,2022,7,25,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(134815,4,1658754000,2022,7,25,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(134816,4,1658755800,2022,7,25,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(134817,4,1658757600,2022,7,25,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(134818,4,1658772000,2022,7,25,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(134819,4,1658773800,2022,7,25,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(134820,4,1658775600,2022,7,25,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(134821,4,1658777400,2022,7,25,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(134822,4,1658779200,2022,7,25,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(134823,4,1658781000,2022,7,25,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(134824,4,1658782800,2022,7,25,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(134825,4,1658784600,2022,7,25,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(134826,4,1658833200,2022,7,26,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(134827,4,1658835000,2022,7,26,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(134828,4,1658836800,2022,7,26,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(134829,4,1658838600,2022,7,26,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(134830,4,1658840400,2022,7,26,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(134831,4,1658842200,2022,7,26,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(134832,4,1658844000,2022,7,26,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(134833,4,1658858400,2022,7,26,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(134834,4,1658860200,2022,7,26,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(134835,4,1658862000,2022,7,26,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(134836,4,1658863800,2022,7,26,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(134837,4,1658865600,2022,7,26,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(134838,4,1658867400,2022,7,26,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(134839,4,1658869200,2022,7,26,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(134840,4,1658871000,2022,7,26,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(134841,4,1658833200,2022,7,26,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(134842,4,1658835000,2022,7,26,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(134843,4,1658836800,2022,7,26,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(134844,4,1658838600,2022,7,26,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(134845,4,1658840400,2022,7,26,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(134846,4,1658842200,2022,7,26,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(134847,4,1658844000,2022,7,26,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(134848,4,1658858400,2022,7,26,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(134849,4,1658860200,2022,7,26,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(134850,4,1658862000,2022,7,26,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(134851,4,1658863800,2022,7,26,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(134852,4,1658865600,2022,7,26,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(134853,4,1658867400,2022,7,26,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(134854,4,1658869200,2022,7,26,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(134855,4,1658871000,2022,7,26,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(134856,4,1658919600,2022,7,27,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(134857,4,1658921400,2022,7,27,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(134858,4,1658923200,2022,7,27,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(134859,4,1658925000,2022,7,27,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(134860,4,1658926800,2022,7,27,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(134861,4,1658928600,2022,7,27,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(134862,4,1658930400,2022,7,27,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(134863,4,1658944800,2022,7,27,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(134864,4,1658946600,2022,7,27,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(134865,4,1658948400,2022,7,27,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(134866,4,1658950200,2022,7,27,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(134867,4,1658952000,2022,7,27,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(134868,4,1658953800,2022,7,27,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(134869,4,1658955600,2022,7,27,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(134870,4,1658957400,2022,7,27,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(134871,4,1658919600,2022,7,27,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(134872,4,1658921400,2022,7,27,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(134873,4,1658923200,2022,7,27,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(134874,4,1658925000,2022,7,27,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(134875,4,1658926800,2022,7,27,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(134876,4,1658928600,2022,7,27,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(134877,4,1658930400,2022,7,27,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(134878,4,1658944800,2022,7,27,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(134879,4,1658946600,2022,7,27,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(134880,4,1658948400,2022,7,27,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(134881,4,1658950200,2022,7,27,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(134882,4,1658952000,2022,7,27,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(134883,4,1658953800,2022,7,27,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(134884,4,1658955600,2022,7,27,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(134885,4,1658957400,2022,7,27,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(134886,4,1659006000,2022,7,28,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(134887,4,1659007800,2022,7,28,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(134888,4,1659009600,2022,7,28,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(134889,4,1659011400,2022,7,28,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(134890,4,1659013200,2022,7,28,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(134891,4,1659015000,2022,7,28,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(134892,4,1659016800,2022,7,28,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(134893,4,1659031200,2022,7,28,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(134894,4,1659033000,2022,7,28,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(134895,4,1659034800,2022,7,28,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(134896,4,1659036600,2022,7,28,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(134897,4,1659038400,2022,7,28,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(134898,4,1659040200,2022,7,28,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(134899,4,1659042000,2022,7,28,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(134900,4,1659043800,2022,7,28,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(134901,4,1659006000,2022,7,28,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(134902,4,1659007800,2022,7,28,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(134903,4,1659009600,2022,7,28,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(134904,4,1659011400,2022,7,28,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(134905,4,1659013200,2022,7,28,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(134906,4,1659015000,2022,7,28,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(134907,4,1659016800,2022,7,28,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(134908,4,1659031200,2022,7,28,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(134909,4,1659033000,2022,7,28,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(134910,4,1659034800,2022,7,28,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(134911,4,1659036600,2022,7,28,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(134912,4,1659038400,2022,7,28,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(134913,4,1659040200,2022,7,28,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(134914,4,1659042000,2022,7,28,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(134915,4,1659043800,2022,7,28,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(134916,4,1659092400,2022,7,29,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(134917,4,1659094200,2022,7,29,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(134918,4,1659096000,2022,7,29,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(134919,4,1659097800,2022,7,29,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(134920,4,1659099600,2022,7,29,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(134921,4,1659101400,2022,7,29,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(134922,4,1659103200,2022,7,29,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(134923,4,1659117600,2022,7,29,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(134924,4,1659119400,2022,7,29,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(134925,4,1659121200,2022,7,29,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(134926,4,1659123000,2022,7,29,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(134927,4,1659124800,2022,7,29,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(134928,4,1659126600,2022,7,29,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(134929,4,1659128400,2022,7,29,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(134930,4,1659130200,2022,7,29,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(134931,4,1659092400,2022,7,29,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(134932,4,1659094200,2022,7,29,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(134933,4,1659096000,2022,7,29,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(134934,4,1659097800,2022,7,29,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(134935,4,1659099600,2022,7,29,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(134936,4,1659101400,2022,7,29,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(134937,4,1659103200,2022,7,29,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(134938,4,1659117600,2022,7,29,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(134939,4,1659119400,2022,7,29,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(134940,4,1659121200,2022,7,29,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(134941,4,1659123000,2022,7,29,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(134942,4,1659124800,2022,7,29,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(134943,4,1659126600,2022,7,29,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(134944,4,1659128400,2022,7,29,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(134945,4,1659130200,2022,7,29,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(134946,4,1659178800,2022,7,30,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(134947,4,1659180600,2022,7,30,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(134948,4,1659182400,2022,7,30,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(134949,4,1659184200,2022,7,30,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(134950,4,1659186000,2022,7,30,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(134951,4,1659187800,2022,7,30,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(134952,4,1659189600,2022,7,30,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(134953,4,1659204000,2022,7,30,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(134954,4,1659205800,2022,7,30,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(134955,4,1659207600,2022,7,30,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(134956,4,1659209400,2022,7,30,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(134957,4,1659211200,2022,7,30,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(134958,4,1659213000,2022,7,30,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(134959,4,1659214800,2022,7,30,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(134960,4,1659216600,2022,7,30,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(134961,4,1659178800,2022,7,30,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(134962,4,1659180600,2022,7,30,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(134963,4,1659182400,2022,7,30,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(134964,4,1659184200,2022,7,30,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(134965,4,1659186000,2022,7,30,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(134966,4,1659187800,2022,7,30,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(134967,4,1659189600,2022,7,30,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(134968,4,1659204000,2022,7,30,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(134969,4,1659205800,2022,7,30,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(134970,4,1659207600,2022,7,30,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(134971,4,1659209400,2022,7,30,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(134972,4,1659211200,2022,7,30,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(134973,4,1659213000,2022,7,30,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(134974,4,1659214800,2022,7,30,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(134975,4,1659216600,2022,7,30,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(134976,4,1659265200,2022,7,31,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(134977,4,1659267000,2022,7,31,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(134978,4,1659268800,2022,7,31,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(134979,4,1659270600,2022,7,31,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(134980,4,1659272400,2022,7,31,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(134981,4,1659274200,2022,7,31,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(134982,4,1659276000,2022,7,31,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(134983,4,1659277800,2022,7,31,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(134984,4,1659290400,2022,7,31,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(134985,4,1659292200,2022,7,31,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(134986,4,1659294000,2022,7,31,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(134987,4,1659295800,2022,7,31,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(134988,4,1659297600,2022,7,31,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(134989,4,1659299400,2022,7,31,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(134990,4,1659301200,2022,7,31,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(134991,4,1659303000,2022,7,31,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(134992,4,1659265200,2022,7,31,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(134993,4,1659267000,2022,7,31,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(134994,4,1659268800,2022,7,31,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(134995,4,1659270600,2022,7,31,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(134996,4,1659272400,2022,7,31,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(134997,4,1659274200,2022,7,31,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(134998,4,1659276000,2022,7,31,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(134999,4,1659277800,2022,7,31,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(135000,4,1659290400,2022,7,31,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(135001,4,1659292200,2022,7,31,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(135002,4,1659294000,2022,7,31,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(135003,4,1659295800,2022,7,31,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(135004,4,1659297600,2022,7,31,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(135005,4,1659299400,2022,7,31,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(135006,4,1659301200,2022,7,31,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(135007,4,1659303000,2022,7,31,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(135008,4,1659351600,2022,8,1,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(135009,4,1659353400,2022,8,1,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(135010,4,1659355200,2022,8,1,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(135011,4,1659357000,2022,8,1,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(135012,4,1659358800,2022,8,1,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(135013,4,1659360600,2022,8,1,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(135014,4,1659362400,2022,8,1,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(135015,4,1659376800,2022,8,1,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(135016,4,1659378600,2022,8,1,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(135017,4,1659380400,2022,8,1,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(135018,4,1659382200,2022,8,1,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(135019,4,1659384000,2022,8,1,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(135020,4,1659385800,2022,8,1,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(135021,4,1659387600,2022,8,1,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(135022,4,1659389400,2022,8,1,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(135023,4,1659351600,2022,8,1,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(135024,4,1659353400,2022,8,1,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(135025,4,1659355200,2022,8,1,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(135026,4,1659357000,2022,8,1,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(135027,4,1659358800,2022,8,1,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(135028,4,1659360600,2022,8,1,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(135029,4,1659362400,2022,8,1,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(135030,4,1659376800,2022,8,1,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(135031,4,1659378600,2022,8,1,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(135032,4,1659380400,2022,8,1,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(135033,4,1659382200,2022,8,1,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(135034,4,1659384000,2022,8,1,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(135035,4,1659385800,2022,8,1,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(135036,4,1659387600,2022,8,1,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(135037,4,1659389400,2022,8,1,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(135038,4,1659438000,2022,8,2,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(135039,4,1659439800,2022,8,2,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(135040,4,1659441600,2022,8,2,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(135041,4,1659443400,2022,8,2,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(135042,4,1659445200,2022,8,2,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(135043,4,1659447000,2022,8,2,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(135044,4,1659448800,2022,8,2,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(135045,4,1659463200,2022,8,2,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(135046,4,1659465000,2022,8,2,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(135047,4,1659466800,2022,8,2,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(135048,4,1659468600,2022,8,2,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(135049,4,1659470400,2022,8,2,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(135050,4,1659472200,2022,8,2,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(135051,4,1659474000,2022,8,2,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(135052,4,1659475800,2022,8,2,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(135053,4,1659438000,2022,8,2,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(135054,4,1659439800,2022,8,2,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(135055,4,1659441600,2022,8,2,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(135056,4,1659443400,2022,8,2,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(135057,4,1659445200,2022,8,2,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(135058,4,1659447000,2022,8,2,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(135059,4,1659448800,2022,8,2,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(135060,4,1659463200,2022,8,2,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(135061,4,1659465000,2022,8,2,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(135062,4,1659466800,2022,8,2,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(135063,4,1659468600,2022,8,2,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(135064,4,1659470400,2022,8,2,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(135065,4,1659472200,2022,8,2,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(135066,4,1659474000,2022,8,2,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(135067,4,1659475800,2022,8,2,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(135068,4,1659524400,2022,8,3,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(135069,4,1659526200,2022,8,3,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(135070,4,1659528000,2022,8,3,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(135071,4,1659529800,2022,8,3,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(135072,4,1659531600,2022,8,3,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(135073,4,1659533400,2022,8,3,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(135074,4,1659535200,2022,8,3,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(135075,4,1659549600,2022,8,3,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(135076,4,1659551400,2022,8,3,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(135077,4,1659553200,2022,8,3,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(135078,4,1659555000,2022,8,3,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(135079,4,1659556800,2022,8,3,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(135080,4,1659558600,2022,8,3,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(135081,4,1659560400,2022,8,3,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(135082,4,1659562200,2022,8,3,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(135083,4,1659524400,2022,8,3,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(135084,4,1659526200,2022,8,3,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(135085,4,1659528000,2022,8,3,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(135086,4,1659529800,2022,8,3,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(135087,4,1659531600,2022,8,3,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(135088,4,1659533400,2022,8,3,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(135089,4,1659535200,2022,8,3,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(135090,4,1659549600,2022,8,3,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(135091,4,1659551400,2022,8,3,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(135092,4,1659553200,2022,8,3,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(135093,4,1659555000,2022,8,3,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(135094,4,1659556800,2022,8,3,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(135095,4,1659558600,2022,8,3,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(135096,4,1659610800,2022,8,4,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(135097,4,1659560400,2022,8,3,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(135098,4,1659612600,2022,8,4,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(135099,4,1659614400,2022,8,4,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(135100,4,1659562200,2022,8,3,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(135101,4,1659616200,2022,8,4,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(135102,4,1659618000,2022,8,4,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(135103,4,1659619800,2022,8,4,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(135104,4,1659621600,2022,8,4,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(135105,4,1659636000,2022,8,4,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(135106,4,1659637800,2022,8,4,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(135107,4,1659639600,2022,8,4,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(135108,4,1659641400,2022,8,4,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(135109,4,1659643200,2022,8,4,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(135110,4,1659645000,2022,8,4,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(135111,4,1659646800,2022,8,4,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(135112,4,1659648600,2022,8,4,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(135113,4,1659697200,2022,8,5,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(135114,4,1659699000,2022,8,5,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(135115,4,1659700800,2022,8,5,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(135116,4,1659702600,2022,8,5,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(135117,4,1659704400,2022,8,5,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(135118,4,1659706200,2022,8,5,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(135119,4,1659708000,2022,8,5,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(135120,4,1659722400,2022,8,5,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(135121,4,1659724200,2022,8,5,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(135122,4,1659726000,2022,8,5,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(135123,4,1659727800,2022,8,5,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(135124,4,1659729600,2022,8,5,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(135125,4,1659731400,2022,8,5,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(135126,4,1659733200,2022,8,5,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(135127,4,1659735000,2022,8,5,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(135128,4,1659783600,2022,8,6,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(135129,4,1659785400,2022,8,6,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(135130,4,1659787200,2022,8,6,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(135131,4,1659789000,2022,8,6,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(135132,4,1659790800,2022,8,6,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(135133,4,1659792600,2022,8,6,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(135134,4,1659794400,2022,8,6,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(135135,4,1659808800,2022,8,6,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(135136,4,1659810600,2022,8,6,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(135137,4,1659812400,2022,8,6,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(135138,4,1659814200,2022,8,6,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(135139,4,1659816000,2022,8,6,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(135140,4,1659817800,2022,8,6,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(135141,4,1659819600,2022,8,6,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(135142,4,1659821400,2022,8,6,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(135143,4,1659870000,2022,8,7,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(135144,4,1659871800,2022,8,7,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(135145,4,1659873600,2022,8,7,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(135146,4,1659875400,2022,8,7,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(135147,4,1659877200,2022,8,7,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(135148,4,1659879000,2022,8,7,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(135149,4,1659880800,2022,8,7,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(135150,4,1659882600,2022,8,7,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(135151,4,1659895200,2022,8,7,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(135152,4,1659897000,2022,8,7,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(135153,4,1659898800,2022,8,7,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(135154,4,1659900600,2022,8,7,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(135155,4,1659902400,2022,8,7,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(135156,4,1659904200,2022,8,7,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(135157,4,1659906000,2022,8,7,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(135158,4,1659907800,2022,8,7,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(135159,4,1659956400,2022,8,8,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(135160,4,1659958200,2022,8,8,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(135161,4,1659960000,2022,8,8,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(135162,4,1659961800,2022,8,8,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(135163,4,1659963600,2022,8,8,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(135164,4,1659965400,2022,8,8,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(135165,4,1659967200,2022,8,8,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(135166,4,1659981600,2022,8,8,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(135167,4,1659983400,2022,8,8,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(135168,4,1659985200,2022,8,8,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(135169,4,1659987000,2022,8,8,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(135170,4,1659988800,2022,8,8,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(135171,4,1659990600,2022,8,8,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(135172,4,1659992400,2022,8,8,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(135173,4,1659994200,2022,8,8,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(135174,4,1660042800,2022,8,9,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(135175,4,1660044600,2022,8,9,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(135176,4,1660046400,2022,8,9,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(135177,4,1660048200,2022,8,9,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(135178,4,1660050000,2022,8,9,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(135179,4,1660051800,2022,8,9,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(135180,4,1660053600,2022,8,9,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(135181,4,1660068000,2022,8,9,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(135182,4,1660069800,2022,8,9,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(135183,4,1660071600,2022,8,9,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(135184,4,1660073400,2022,8,9,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(135185,4,1660075200,2022,8,9,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(135186,4,1660077000,2022,8,9,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(135187,4,1660078800,2022,8,9,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(135188,4,1660080600,2022,8,9,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(135189,4,1660129200,2022,8,10,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(135190,4,1660131000,2022,8,10,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(135191,4,1660132800,2022,8,10,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(135192,4,1660134600,2022,8,10,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(135193,4,1660136400,2022,8,10,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(135194,4,1660138200,2022,8,10,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(135195,4,1660140000,2022,8,10,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(135196,4,1660154400,2022,8,10,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(135197,4,1660156200,2022,8,10,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(135198,4,1660158000,2022,8,10,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(135199,4,1660159800,2022,8,10,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(135200,4,1660161600,2022,8,10,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(135201,4,1660163400,2022,8,10,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(135202,4,1660165200,2022,8,10,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(135203,4,1660167000,2022,8,10,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(135204,4,1660129200,2022,8,10,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(135205,4,1660131000,2022,8,10,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(135206,4,1660132800,2022,8,10,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(135207,4,1660134600,2022,8,10,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(135208,4,1660215600,2022,8,11,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(135209,4,1660136400,2022,8,10,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(135210,4,1660217400,2022,8,11,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(135211,4,1660138200,2022,8,10,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(135212,4,1660219200,2022,8,11,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(135213,4,1660140000,2022,8,10,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(135214,4,1660221000,2022,8,11,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(135215,4,1660154400,2022,8,10,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(135216,4,1660222800,2022,8,11,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(135217,4,1660156200,2022,8,10,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(135218,4,1660224600,2022,8,11,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(135219,4,1660158000,2022,8,10,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(135220,4,1660226400,2022,8,11,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(135221,4,1660159800,2022,8,10,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(135222,4,1660240800,2022,8,11,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(135223,4,1660242600,2022,8,11,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(135224,4,1660161600,2022,8,10,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(135225,4,1660244400,2022,8,11,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(135226,4,1660163400,2022,8,10,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(135227,4,1660246200,2022,8,11,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(135228,4,1660248000,2022,8,11,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(135229,4,1660165200,2022,8,10,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(135230,4,1660249800,2022,8,11,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(135231,4,1660167000,2022,8,10,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(135232,4,1660251600,2022,8,11,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(135233,4,1660253400,2022,8,11,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(135234,4,1660302000,2022,8,12,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(135235,4,1660303800,2022,8,12,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(135236,4,1660305600,2022,8,12,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(135237,4,1660307400,2022,8,12,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(135238,4,1660309200,2022,8,12,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(135239,4,1660311000,2022,8,12,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(135240,4,1660312800,2022,8,12,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(135241,4,1660327200,2022,8,12,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(135242,4,1660329000,2022,8,12,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(135243,4,1660330800,2022,8,12,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(135244,4,1660332600,2022,8,12,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(135245,4,1660334400,2022,8,12,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(135246,4,1660336200,2022,8,12,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(135247,4,1660338000,2022,8,12,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(135248,4,1660339800,2022,8,12,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(135249,4,1660388400,2022,8,13,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(135250,4,1660390200,2022,8,13,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(135251,4,1660392000,2022,8,13,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(135252,4,1660393800,2022,8,13,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(135253,4,1660395600,2022,8,13,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(135254,4,1660397400,2022,8,13,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(135255,4,1660399200,2022,8,13,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(135256,4,1660413600,2022,8,13,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(135257,4,1660415400,2022,8,13,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(135258,4,1660417200,2022,8,13,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(135259,4,1660419000,2022,8,13,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(135260,4,1660420800,2022,8,13,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(135261,4,1660422600,2022,8,13,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(135262,4,1660424400,2022,8,13,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(135263,4,1660426200,2022,8,13,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(135264,4,1660388400,2022,8,13,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(135265,4,1660390200,2022,8,13,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(135266,4,1660392000,2022,8,13,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(135267,4,1660393800,2022,8,13,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(135268,4,1660395600,2022,8,13,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(135269,4,1660397400,2022,8,13,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(135270,4,1660399200,2022,8,13,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(135271,4,1660413600,2022,8,13,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(135272,4,1660415400,2022,8,13,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(135273,4,1660417200,2022,8,13,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(135274,4,1660419000,2022,8,13,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(135275,4,1660420800,2022,8,13,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(135276,4,1660422600,2022,8,13,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(135277,4,1660424400,2022,8,13,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(135278,4,1660426200,2022,8,13,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(135279,4,1660474800,2022,8,14,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(135280,4,1660476600,2022,8,14,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(135281,4,1660478400,2022,8,14,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(135282,4,1660480200,2022,8,14,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(135283,4,1660482000,2022,8,14,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(135284,4,1660483800,2022,8,14,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(135285,4,1660485600,2022,8,14,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(135286,4,1660487400,2022,8,14,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(135287,4,1660500000,2022,8,14,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(135288,4,1660501800,2022,8,14,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(135289,4,1660503600,2022,8,14,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(135290,4,1660505400,2022,8,14,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(135291,4,1660507200,2022,8,14,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(135292,4,1660509000,2022,8,14,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(135293,4,1660510800,2022,8,14,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(135294,4,1660512600,2022,8,14,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(135295,4,1660474800,2022,8,14,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(135296,4,1660476600,2022,8,14,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(135297,4,1660478400,2022,8,14,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(135298,4,1660480200,2022,8,14,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(135299,4,1660482000,2022,8,14,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(135300,4,1660483800,2022,8,14,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(135301,4,1660485600,2022,8,14,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(135302,4,1660487400,2022,8,14,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(135303,4,1660500000,2022,8,14,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(135304,4,1660501800,2022,8,14,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(135305,4,1660503600,2022,8,14,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(135306,4,1660505400,2022,8,14,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(135307,4,1660507200,2022,8,14,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(135308,4,1660509000,2022,8,14,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(135309,4,1660510800,2022,8,14,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(135310,4,1660512600,2022,8,14,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(135311,4,1660561200,2022,8,15,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(135312,4,1660563000,2022,8,15,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(135313,4,1660564800,2022,8,15,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(135314,4,1660566600,2022,8,15,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(135315,4,1660568400,2022,8,15,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(135316,4,1660570200,2022,8,15,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(135317,4,1660572000,2022,8,15,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(135318,4,1660586400,2022,8,15,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(135319,4,1660588200,2022,8,15,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(135320,4,1660590000,2022,8,15,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(135321,4,1660591800,2022,8,15,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(135322,4,1660593600,2022,8,15,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(135323,4,1660595400,2022,8,15,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(135324,4,1660597200,2022,8,15,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(135325,4,1660599000,2022,8,15,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(135326,4,1660561200,2022,8,15,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(135327,4,1660563000,2022,8,15,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(135328,4,1660564800,2022,8,15,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(135329,4,1660566600,2022,8,15,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(135330,4,1660568400,2022,8,15,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(135331,4,1660570200,2022,8,15,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(135332,4,1660572000,2022,8,15,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(135333,4,1660586400,2022,8,15,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(135334,4,1660588200,2022,8,15,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(135335,4,1660590000,2022,8,15,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(135336,4,1660591800,2022,8,15,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(135337,4,1660593600,2022,8,15,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(135338,4,1660595400,2022,8,15,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(135339,4,1660597200,2022,8,15,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(135340,4,1660599000,2022,8,15,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(135341,4,1660647600,2022,8,16,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(135342,4,1660649400,2022,8,16,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(135343,4,1660651200,2022,8,16,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(135344,4,1660653000,2022,8,16,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(135345,4,1660654800,2022,8,16,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(135346,4,1660656600,2022,8,16,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(135347,4,1660658400,2022,8,16,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(135348,4,1660672800,2022,8,16,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(135349,4,1660674600,2022,8,16,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(135350,4,1660676400,2022,8,16,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(135351,4,1660678200,2022,8,16,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(135352,4,1660680000,2022,8,16,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(135353,4,1660681800,2022,8,16,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(135354,4,1660683600,2022,8,16,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(135355,4,1660685400,2022,8,16,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(135356,4,1660647600,2022,8,16,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(135357,4,1660649400,2022,8,16,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(135358,4,1660651200,2022,8,16,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(135359,4,1660653000,2022,8,16,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(135360,4,1660654800,2022,8,16,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(135361,4,1660656600,2022,8,16,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(135362,4,1660658400,2022,8,16,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(135363,4,1660672800,2022,8,16,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(135364,4,1660674600,2022,8,16,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(135365,4,1660676400,2022,8,16,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(135366,4,1660678200,2022,8,16,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(135367,4,1660680000,2022,8,16,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(135368,4,1660681800,2022,8,16,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(135369,4,1660683600,2022,8,16,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(135370,4,1660685400,2022,8,16,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(135371,4,1660734000,2022,8,17,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(135372,4,1660735800,2022,8,17,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(135373,4,1660737600,2022,8,17,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(135374,4,1660739400,2022,8,17,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(135375,4,1660741200,2022,8,17,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(135376,4,1660743000,2022,8,17,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(135377,4,1660744800,2022,8,17,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(135378,4,1660759200,2022,8,17,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(135379,4,1660761000,2022,8,17,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(135380,4,1660762800,2022,8,17,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(135381,4,1660764600,2022,8,17,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(135382,4,1660766400,2022,8,17,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(135383,4,1660768200,2022,8,17,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(135384,4,1660770000,2022,8,17,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(135385,4,1660771800,2022,8,17,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(135386,4,1660734000,2022,8,17,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(135387,4,1660735800,2022,8,17,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(135388,4,1660737600,2022,8,17,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(135389,4,1660739400,2022,8,17,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(135390,4,1660741200,2022,8,17,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(135391,4,1660743000,2022,8,17,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(135392,4,1660744800,2022,8,17,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(135393,4,1660759200,2022,8,17,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(135394,4,1660761000,2022,8,17,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(135395,4,1660762800,2022,8,17,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(135396,4,1660764600,2022,8,17,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(135397,4,1660766400,2022,8,17,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(135398,4,1660768200,2022,8,17,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(135399,4,1660770000,2022,8,17,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(135400,4,1660771800,2022,8,17,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(135401,4,1660820400,2022,8,18,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(135402,4,1660822200,2022,8,18,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(135403,4,1660824000,2022,8,18,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(135404,4,1660825800,2022,8,18,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(135405,4,1660827600,2022,8,18,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(135406,4,1660829400,2022,8,18,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(135407,4,1660831200,2022,8,18,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(135408,4,1660845600,2022,8,18,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(135409,4,1660847400,2022,8,18,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(135410,4,1660849200,2022,8,18,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(135411,4,1660851000,2022,8,18,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(135412,4,1660852800,2022,8,18,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(135413,4,1660854600,2022,8,18,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(135414,4,1660856400,2022,8,18,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(135415,4,1660858200,2022,8,18,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(135416,4,1660820400,2022,8,18,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(135417,4,1660822200,2022,8,18,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(135418,4,1660824000,2022,8,18,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(135419,4,1660825800,2022,8,18,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(135420,4,1660827600,2022,8,18,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(135421,4,1660829400,2022,8,18,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(135422,4,1660831200,2022,8,18,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(135423,4,1660845600,2022,8,18,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(135424,4,1660847400,2022,8,18,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(135425,4,1660849200,2022,8,18,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(135426,4,1660851000,2022,8,18,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(135427,4,1660852800,2022,8,18,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(135428,4,1660854600,2022,8,18,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(135429,4,1660856400,2022,8,18,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(135430,4,1660858200,2022,8,18,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(135431,4,1660906800,2022,8,19,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(135432,4,1660908600,2022,8,19,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(135433,4,1660910400,2022,8,19,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(135434,4,1660912200,2022,8,19,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(135435,4,1660914000,2022,8,19,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(135436,4,1660915800,2022,8,19,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(135437,4,1660917600,2022,8,19,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(135438,4,1660932000,2022,8,19,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(135439,4,1660933800,2022,8,19,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(135440,4,1660935600,2022,8,19,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(135441,4,1660937400,2022,8,19,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(135442,4,1660939200,2022,8,19,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(135443,4,1660941000,2022,8,19,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(135444,4,1660942800,2022,8,19,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(135445,4,1660944600,2022,8,19,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(135446,4,1660906800,2022,8,19,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(135447,4,1660908600,2022,8,19,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(135448,4,1660910400,2022,8,19,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(135449,4,1660912200,2022,8,19,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(135450,4,1660914000,2022,8,19,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(135451,4,1660915800,2022,8,19,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(135452,4,1660917600,2022,8,19,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(135453,4,1660932000,2022,8,19,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(135454,4,1660933800,2022,8,19,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(135455,4,1660935600,2022,8,19,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(135456,4,1660937400,2022,8,19,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(135457,4,1660939200,2022,8,19,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(135458,4,1660941000,2022,8,19,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(135459,4,1660942800,2022,8,19,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(135460,4,1660944600,2022,8,19,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(135461,4,1660993200,2022,8,20,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(135462,4,1660995000,2022,8,20,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(135463,4,1660996800,2022,8,20,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(135464,4,1660998600,2022,8,20,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(135465,4,1661000400,2022,8,20,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(135466,4,1661002200,2022,8,20,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(135467,4,1661004000,2022,8,20,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(135468,4,1661018400,2022,8,20,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(135469,4,1661020200,2022,8,20,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(135470,4,1661022000,2022,8,20,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(135471,4,1661023800,2022,8,20,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(135472,4,1661025600,2022,8,20,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(135473,4,1661027400,2022,8,20,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(135474,4,1661029200,2022,8,20,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(135475,4,1661031000,2022,8,20,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(135476,4,1660993200,2022,8,20,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(135477,4,1660995000,2022,8,20,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(135478,4,1660996800,2022,8,20,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(135479,4,1660998600,2022,8,20,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(135480,4,1661000400,2022,8,20,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(135481,4,1661002200,2022,8,20,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(135482,4,1661004000,2022,8,20,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(135483,4,1661018400,2022,8,20,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(135484,4,1661020200,2022,8,20,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(135485,4,1661022000,2022,8,20,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(135486,4,1661023800,2022,8,20,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(135487,4,1661025600,2022,8,20,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(135488,4,1661027400,2022,8,20,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(135489,4,1661029200,2022,8,20,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(135490,4,1661031000,2022,8,20,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(135491,4,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(135492,4,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(135493,4,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(135494,4,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(135495,4,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(135496,4,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(135497,4,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(135498,4,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(135499,4,1661104800,2022,8,21,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(135500,4,1661106600,2022,8,21,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(135501,4,1661108400,2022,8,21,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(135502,4,1661110200,2022,8,21,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(135503,4,1661112000,2022,8,21,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(135504,4,1661113800,2022,8,21,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(135505,4,1661115600,2022,8,21,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(135506,4,1661117400,2022,8,21,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(135507,4,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(135508,4,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(135509,4,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(135510,4,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(135511,4,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(135512,4,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(135513,4,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(135514,4,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(135515,4,1661104800,2022,8,21,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(135516,4,1661106600,2022,8,21,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(135517,4,1661108400,2022,8,21,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(135518,4,1661110200,2022,8,21,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(135519,4,1661112000,2022,8,21,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(135520,4,1661113800,2022,8,21,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(135521,4,1661115600,2022,8,21,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(135522,4,1661117400,2022,8,21,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(135523,4,1661166000,2022,8,22,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(135524,4,1661167800,2022,8,22,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(135525,4,1661169600,2022,8,22,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(135526,4,1661171400,2022,8,22,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(135527,4,1661173200,2022,8,22,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(135528,4,1661175000,2022,8,22,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(135529,4,1661176800,2022,8,22,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(135530,4,1661191200,2022,8,22,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(135531,4,1661193000,2022,8,22,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(135532,4,1661194800,2022,8,22,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(135533,4,1661196600,2022,8,22,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(135534,4,1661198400,2022,8,22,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(135535,4,1661200200,2022,8,22,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(135536,4,1661202000,2022,8,22,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(135537,4,1661203800,2022,8,22,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(135538,4,1661166000,2022,8,22,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(135539,4,1661167800,2022,8,22,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(135540,4,1661169600,2022,8,22,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(135541,4,1661171400,2022,8,22,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(135542,4,1661173200,2022,8,22,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(135543,4,1661175000,2022,8,22,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(135544,4,1661176800,2022,8,22,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(135545,4,1661191200,2022,8,22,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(135546,4,1661193000,2022,8,22,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(135547,4,1661194800,2022,8,22,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(135548,4,1661196600,2022,8,22,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(135549,4,1661198400,2022,8,22,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(135550,4,1661200200,2022,8,22,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(135551,4,1661202000,2022,8,22,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(135552,4,1661203800,2022,8,22,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(135553,4,1661252400,2022,8,23,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(135554,4,1661254200,2022,8,23,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(135555,4,1661256000,2022,8,23,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(135556,4,1661257800,2022,8,23,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(135557,4,1661259600,2022,8,23,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(135558,4,1661261400,2022,8,23,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(135559,4,1661263200,2022,8,23,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(135560,4,1661277600,2022,8,23,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(135561,4,1661279400,2022,8,23,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(135562,4,1661281200,2022,8,23,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(135563,4,1661283000,2022,8,23,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(135564,4,1661284800,2022,8,23,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(135565,4,1661286600,2022,8,23,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(135566,4,1661288400,2022,8,23,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(135567,4,1661290200,2022,8,23,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(135568,4,1661252400,2022,8,23,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(135569,4,1661338800,2022,8,24,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(135570,4,1661254200,2022,8,23,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(135571,4,1661340600,2022,8,24,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(135572,4,1661256000,2022,8,23,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(135573,4,1661342400,2022,8,24,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(135574,4,1661257800,2022,8,23,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(135575,4,1661344200,2022,8,24,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(135576,4,1661259600,2022,8,23,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(135577,4,1661346000,2022,8,24,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(135578,4,1661261400,2022,8,23,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(135579,4,1661347800,2022,8,24,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(135580,4,1661263200,2022,8,23,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(135581,4,1661349600,2022,8,24,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(135582,4,1661277600,2022,8,23,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(135583,4,1661279400,2022,8,23,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(135584,4,1661364000,2022,8,24,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(135585,4,1661281200,2022,8,23,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(135586,4,1661365800,2022,8,24,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(135587,4,1661283000,2022,8,23,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(135588,4,1661284800,2022,8,23,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(135589,4,1661367600,2022,8,24,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(135590,4,1661286600,2022,8,23,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(135591,4,1661369400,2022,8,24,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(135592,4,1661288400,2022,8,23,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(135593,4,1661371200,2022,8,24,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(135594,4,1661290200,2022,8,23,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(135595,4,1661373000,2022,8,24,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(135596,4,1661374800,2022,8,24,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(135597,4,1661376600,2022,8,24,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(135598,4,1661425200,2022,8,25,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(135599,4,1661427000,2022,8,25,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(135600,4,1661428800,2022,8,25,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(135601,4,1661430600,2022,8,25,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(135602,4,1661432400,2022,8,25,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(135603,4,1661434200,2022,8,25,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(135604,4,1661436000,2022,8,25,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(135605,4,1661450400,2022,8,25,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(135606,4,1661452200,2022,8,25,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(135607,4,1661454000,2022,8,25,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(135608,4,1661455800,2022,8,25,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(135609,4,1661457600,2022,8,25,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(135610,4,1661459400,2022,8,25,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(135611,4,1661461200,2022,8,25,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(135612,4,1661463000,2022,8,25,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(135613,4,1661425200,2022,8,25,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(135614,4,1661427000,2022,8,25,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(135615,4,1661428800,2022,8,25,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(135616,4,1661430600,2022,8,25,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(135617,4,1661432400,2022,8,25,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(135618,4,1661434200,2022,8,25,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(135619,4,1661436000,2022,8,25,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(135620,4,1661450400,2022,8,25,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(135621,4,1661452200,2022,8,25,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(135622,4,1661454000,2022,8,25,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(135623,4,1661455800,2022,8,25,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(135624,4,1661457600,2022,8,25,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(135625,4,1661459400,2022,8,25,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(135626,4,1661461200,2022,8,25,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(135627,4,1661463000,2022,8,25,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(135628,4,1661511600,2022,8,26,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(135629,4,1661513400,2022,8,26,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(135630,4,1661515200,2022,8,26,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(135631,4,1661517000,2022,8,26,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(135632,4,1661518800,2022,8,26,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(135633,4,1661520600,2022,8,26,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(135634,4,1661522400,2022,8,26,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(135635,4,1661536800,2022,8,26,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(135636,4,1661538600,2022,8,26,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(135637,4,1661540400,2022,8,26,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(135638,4,1661511600,2022,8,26,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(135639,4,1661513400,2022,8,26,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(135640,4,1661542200,2022,8,26,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(135641,4,1661515200,2022,8,26,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(135642,4,1661517000,2022,8,26,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(135643,4,1661544000,2022,8,26,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(135644,4,1661518800,2022,8,26,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(135645,4,1661520600,2022,8,26,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(135646,4,1661545800,2022,8,26,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(135647,4,1661522400,2022,8,26,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(135648,4,1661536800,2022,8,26,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(135649,4,1661547600,2022,8,26,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(135650,4,1661538600,2022,8,26,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(135651,4,1661540400,2022,8,26,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(135652,4,1661549400,2022,8,26,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(135653,4,1661542200,2022,8,26,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(135654,4,1661544000,2022,8,26,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(135655,4,1661545800,2022,8,26,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(135656,4,1661547600,2022,8,26,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(135657,4,1661549400,2022,8,26,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(135658,4,1661598000,2022,8,27,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(135659,4,1661599800,2022,8,27,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(135660,4,1661601600,2022,8,27,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(135661,4,1661603400,2022,8,27,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(135662,4,1661605200,2022,8,27,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(135663,4,1661607000,2022,8,27,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(135664,4,1661608800,2022,8,27,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(135665,4,1661623200,2022,8,27,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(135666,4,1661625000,2022,8,27,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(135667,4,1661598000,2022,8,27,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(135668,4,1661626800,2022,8,27,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(135669,4,1661599800,2022,8,27,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(135670,4,1661628600,2022,8,27,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(135671,4,1661630400,2022,8,27,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(135672,4,1661601600,2022,8,27,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(135673,4,1661632200,2022,8,27,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(135674,4,1661603400,2022,8,27,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(135675,4,1661634000,2022,8,27,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(135676,4,1661605200,2022,8,27,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(135677,4,1661635800,2022,8,27,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(135678,4,1661607000,2022,8,27,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(135679,4,1661608800,2022,8,27,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(135680,4,1661623200,2022,8,27,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(135681,4,1661625000,2022,8,27,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(135682,4,1661626800,2022,8,27,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(135683,4,1661628600,2022,8,27,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(135684,4,1661630400,2022,8,27,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(135685,4,1661632200,2022,8,27,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(135686,4,1661634000,2022,8,27,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(135687,4,1661635800,2022,8,27,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(135688,4,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(135689,4,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(135690,4,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(135691,4,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(135692,4,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(135693,4,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(135694,4,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(135695,4,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(135696,4,1661709600,2022,8,28,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(135697,4,1661711400,2022,8,28,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(135698,4,1661713200,2022,8,28,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(135699,4,1661715000,2022,8,28,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(135700,4,1661716800,2022,8,28,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(135701,4,1661718600,2022,8,28,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(135702,4,1661720400,2022,8,28,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(135703,4,1661722200,2022,8,28,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(135704,4,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(135705,4,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(135706,4,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(135707,4,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(135708,4,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(135709,4,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(135710,4,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(135711,4,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(135712,4,1661709600,2022,8,28,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(135713,4,1661711400,2022,8,28,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(135714,4,1661713200,2022,8,28,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(135715,4,1661715000,2022,8,28,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(135716,4,1661716800,2022,8,28,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(135717,4,1661718600,2022,8,28,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(135718,4,1661720400,2022,8,28,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(135719,4,1661722200,2022,8,28,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(135720,4,1661770800,2022,8,29,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(135721,4,1661772600,2022,8,29,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(135722,4,1661774400,2022,8,29,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(135723,4,1661776200,2022,8,29,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(135724,4,1661778000,2022,8,29,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(135725,4,1661779800,2022,8,29,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(135726,4,1661781600,2022,8,29,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(135727,4,1661796000,2022,8,29,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(135728,4,1661797800,2022,8,29,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(135729,4,1661799600,2022,8,29,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(135730,4,1661801400,2022,8,29,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(135731,4,1661803200,2022,8,29,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(135732,4,1661805000,2022,8,29,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(135733,4,1661806800,2022,8,29,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(135734,4,1661808600,2022,8,29,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(135735,4,1661857200,2022,8,30,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(135736,4,1661859000,2022,8,30,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(135737,4,1661860800,2022,8,30,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(135738,4,1661862600,2022,8,30,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(135739,4,1661864400,2022,8,30,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(135740,4,1661866200,2022,8,30,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(135741,4,1661868000,2022,8,30,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(135742,4,1661882400,2022,8,30,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(135743,4,1661770800,2022,8,29,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(135744,4,1661884200,2022,8,30,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(135745,4,1661886000,2022,8,30,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(135746,4,1661772600,2022,8,29,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(135747,4,1661887800,2022,8,30,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(135748,4,1661774400,2022,8,29,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(135749,4,1661889600,2022,8,30,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(135750,4,1661776200,2022,8,29,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(135751,4,1661891400,2022,8,30,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(135752,4,1661893200,2022,8,30,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(135753,4,1661778000,2022,8,29,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(135754,4,1661895000,2022,8,30,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(135755,4,1661779800,2022,8,29,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(135756,4,1661781600,2022,8,29,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(135757,4,1661796000,2022,8,29,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(135758,4,1661797800,2022,8,29,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(135759,4,1661799600,2022,8,29,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(135760,4,1661801400,2022,8,29,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(135761,4,1661803200,2022,8,29,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(135762,4,1661805000,2022,8,29,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(135763,4,1661806800,2022,8,29,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(135764,4,1661808600,2022,8,29,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(135765,4,1661943600,2022,8,31,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(135766,4,1661945400,2022,8,31,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(135767,4,1661947200,2022,8,31,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(135768,4,1661949000,2022,8,31,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(135769,4,1661950800,2022,8,31,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(135770,4,1661952600,2022,8,31,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(135771,4,1661954400,2022,8,31,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(135772,4,1661968800,2022,8,31,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(135773,4,1661970600,2022,8,31,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(135774,4,1661972400,2022,8,31,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(135775,4,1661974200,2022,8,31,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(135776,4,1661976000,2022,8,31,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(135777,4,1661977800,2022,8,31,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(135778,4,1661979600,2022,8,31,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(135779,4,1661981400,2022,8,31,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(135780,4,1662030000,2022,9,1,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(135781,4,1662031800,2022,9,1,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(135782,4,1662033600,2022,9,1,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(135783,4,1662035400,2022,9,1,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(135784,4,1662037200,2022,9,1,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(135785,4,1662039000,2022,9,1,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(135786,4,1662040800,2022,9,1,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(135787,4,1662055200,2022,9,1,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(135788,4,1662057000,2022,9,1,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(135789,4,1662058800,2022,9,1,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(135790,4,1662060600,2022,9,1,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(135791,4,1662062400,2022,9,1,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(135792,4,1662064200,2022,9,1,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(135793,4,1662066000,2022,9,1,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(135794,4,1662067800,2022,9,1,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(135795,4,1662116400,2022,9,2,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(135796,4,1662118200,2022,9,2,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(135797,4,1662120000,2022,9,2,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(135798,4,1662121800,2022,9,2,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(135799,4,1662123600,2022,9,2,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(135800,4,1662125400,2022,9,2,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(135801,4,1662127200,2022,9,2,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(135802,4,1662141600,2022,9,2,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(135803,4,1662143400,2022,9,2,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(135804,4,1662145200,2022,9,2,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(135805,4,1662147000,2022,9,2,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(135806,4,1662148800,2022,9,2,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(135807,4,1662150600,2022,9,2,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(135808,4,1662152400,2022,9,2,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(135809,4,1662154200,2022,9,2,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(135810,4,1662202800,2022,9,3,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(135811,4,1662204600,2022,9,3,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(135812,4,1662206400,2022,9,3,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(135813,4,1662208200,2022,9,3,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(135814,4,1662210000,2022,9,3,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(135815,4,1662211800,2022,9,3,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(135816,4,1662213600,2022,9,3,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(135817,4,1662228000,2022,9,3,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(135818,4,1662229800,2022,9,3,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(135819,4,1662231600,2022,9,3,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(135820,4,1662233400,2022,9,3,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(135821,4,1662235200,2022,9,3,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(135822,4,1662237000,2022,9,3,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(135823,4,1662238800,2022,9,3,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(135824,4,1662240600,2022,9,3,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(135857,5,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(135858,5,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(135859,5,1616929200,2021,3,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(135860,5,1616931000,2021,3,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(135861,5,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(135862,5,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(135863,5,1616932800,2021,3,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(135864,5,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(135865,5,1616934600,2021,3,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(135866,5,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(135867,5,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(135868,5,1616936400,2021,3,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(135869,5,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(135870,5,1616938200,2021,3,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(135871,5,1616954400,2021,3,28,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(135872,5,1616956200,2021,3,28,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(135873,5,1616940000,2021,3,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(135874,5,1616958000,2021,3,28,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(135875,5,1616941800,2021,3,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(135876,5,1616959800,2021,3,28,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(135877,5,1616961600,2021,3,28,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(135878,5,1616954400,2021,3,28,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(135879,5,1616963400,2021,3,28,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(135880,5,1616956200,2021,3,28,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(135881,5,1616965200,2021,3,28,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(135882,5,1616958000,2021,3,28,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(135883,5,1616967000,2021,3,28,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(135884,5,1616959800,2021,3,28,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(135885,5,1616961600,2021,3,28,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(135886,5,1616963400,2021,3,28,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(135887,5,1616965200,2021,3,28,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(135888,5,1616967000,2021,3,28,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(135889,5,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(135890,5,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(135891,5,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(135892,5,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(135893,5,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(135894,5,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(135895,5,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(135896,5,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(135897,5,1648404000,2022,3,27,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(135898,5,1648405800,2022,3,27,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(135899,5,1648407600,2022,3,27,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(135900,5,1648409400,2022,3,27,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(135901,5,1648411200,2022,3,27,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(135902,5,1648413000,2022,3,27,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(135903,5,1648414800,2022,3,27,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(135904,5,1648416600,2022,3,27,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(135905,5,1648378800,2022,3,27,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(135906,5,1648380600,2022,3,27,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(135907,5,1648382400,2022,3,27,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(135908,5,1648384200,2022,3,27,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(135909,5,1648386000,2022,3,27,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(135910,5,1648387800,2022,3,27,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(135911,5,1648389600,2022,3,27,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(135912,5,1648391400,2022,3,27,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(135913,5,1648404000,2022,3,27,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(135914,5,1648405800,2022,3,27,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(135915,5,1648407600,2022,3,27,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(135916,5,1648409400,2022,3,27,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(135917,5,1648411200,2022,3,27,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(135918,5,1648413000,2022,3,27,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(135919,5,1648414800,2022,3,27,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(135920,5,1648416600,2022,3,27,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(135921,5,1657710000,2022,7,13,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(135922,5,1657711800,2022,7,13,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(135923,5,1657713600,2022,7,13,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(135924,5,1657715400,2022,7,13,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(135925,5,1657717200,2022,7,13,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(135926,5,1657719000,2022,7,13,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(135927,5,1657720800,2022,7,13,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(135928,5,1657735200,2022,7,13,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(135929,5,1657710000,2022,7,13,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(135930,5,1657737000,2022,7,13,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(135931,5,1657711800,2022,7,13,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(135932,5,1657738800,2022,7,13,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(135933,5,1657740600,2022,7,13,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(135934,5,1657713600,2022,7,13,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(135935,5,1657742400,2022,7,13,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(135936,5,1657744200,2022,7,13,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(135937,5,1657715400,2022,7,13,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(135938,5,1657746000,2022,7,13,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(135939,5,1657717200,2022,7,13,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(135940,5,1657747800,2022,7,13,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(135941,5,1657719000,2022,7,13,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(135942,5,1657720800,2022,7,13,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(135943,5,1657735200,2022,7,13,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(135944,5,1657737000,2022,7,13,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(135945,5,1657738800,2022,7,13,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(135946,5,1657740600,2022,7,13,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(135947,5,1657742400,2022,7,13,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(135948,5,1657744200,2022,7,13,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(135949,5,1657746000,2022,7,13,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(135950,5,1657747800,2022,7,13,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(135951,5,1657796400,2022,7,14,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(135952,5,1657798200,2022,7,14,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(135953,5,1657800000,2022,7,14,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(135954,5,1657801800,2022,7,14,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(135955,5,1657803600,2022,7,14,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(135956,5,1657805400,2022,7,14,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(135957,5,1657807200,2022,7,14,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(135958,5,1657821600,2022,7,14,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(135959,5,1657823400,2022,7,14,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(135960,5,1657825200,2022,7,14,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(135961,5,1657827000,2022,7,14,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(135962,5,1657828800,2022,7,14,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(135963,5,1657830600,2022,7,14,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(135964,5,1657832400,2022,7,14,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(135965,5,1657834200,2022,7,14,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(135966,5,1657796400,2022,7,14,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(135967,5,1657798200,2022,7,14,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(135968,5,1657800000,2022,7,14,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(135969,5,1657801800,2022,7,14,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(135970,5,1657803600,2022,7,14,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(135971,5,1657805400,2022,7,14,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(135972,5,1657807200,2022,7,14,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(135973,5,1657821600,2022,7,14,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(135974,5,1657823400,2022,7,14,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(135975,5,1657825200,2022,7,14,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(135976,5,1657827000,2022,7,14,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(135977,5,1657828800,2022,7,14,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(135978,5,1657830600,2022,7,14,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(135979,5,1657832400,2022,7,14,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(135980,5,1657834200,2022,7,14,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(135981,5,1657882800,2022,7,15,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(135982,5,1657884600,2022,7,15,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(135983,5,1657886400,2022,7,15,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(135984,5,1657888200,2022,7,15,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(135985,5,1657890000,2022,7,15,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(135986,5,1657891800,2022,7,15,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(135987,5,1657893600,2022,7,15,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(135988,5,1657908000,2022,7,15,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(135989,5,1657909800,2022,7,15,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(135990,5,1657911600,2022,7,15,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(135991,5,1657913400,2022,7,15,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(135992,5,1657915200,2022,7,15,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(135993,5,1657917000,2022,7,15,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(135994,5,1657918800,2022,7,15,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(135995,5,1657920600,2022,7,15,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(135996,5,1657882800,2022,7,15,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(135997,5,1657884600,2022,7,15,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(135998,5,1657886400,2022,7,15,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(135999,5,1657888200,2022,7,15,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(136000,5,1657890000,2022,7,15,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(136001,5,1657891800,2022,7,15,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(136002,5,1657893600,2022,7,15,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(136003,5,1657908000,2022,7,15,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(136004,5,1657909800,2022,7,15,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(136005,5,1657911600,2022,7,15,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(136006,5,1657913400,2022,7,15,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(136007,5,1657915200,2022,7,15,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(136008,5,1657917000,2022,7,15,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(136009,5,1657918800,2022,7,15,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(136010,5,1657920600,2022,7,15,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(136011,5,1657969200,2022,7,16,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(136012,5,1657971000,2022,7,16,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(136013,5,1657972800,2022,7,16,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(136014,5,1657974600,2022,7,16,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(136015,5,1657976400,2022,7,16,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(136016,5,1657978200,2022,7,16,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(136017,5,1657980000,2022,7,16,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(136018,5,1657994400,2022,7,16,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(136019,5,1657996200,2022,7,16,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(136020,5,1657998000,2022,7,16,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(136021,5,1657999800,2022,7,16,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(136022,5,1658001600,2022,7,16,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(136023,5,1658003400,2022,7,16,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(136024,5,1658005200,2022,7,16,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(136025,5,1658007000,2022,7,16,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(136026,5,1657969200,2022,7,16,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(136027,5,1657971000,2022,7,16,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(136028,5,1657972800,2022,7,16,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(136029,5,1657974600,2022,7,16,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(136030,5,1657976400,2022,7,16,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(136031,5,1657978200,2022,7,16,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(136032,5,1658055600,2022,7,17,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(136033,5,1657980000,2022,7,16,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(136034,5,1658057400,2022,7,17,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(136035,5,1657994400,2022,7,16,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(136036,5,1658059200,2022,7,17,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(136037,5,1657996200,2022,7,16,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(136038,5,1658061000,2022,7,17,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(136039,5,1657998000,2022,7,16,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(136040,5,1658062800,2022,7,17,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(136041,5,1657999800,2022,7,16,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(136042,5,1658064600,2022,7,17,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(136043,5,1658001600,2022,7,16,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(136044,5,1658066400,2022,7,17,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(136045,5,1658003400,2022,7,16,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(136046,5,1658068200,2022,7,17,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(136047,5,1658005200,2022,7,16,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(136048,5,1658080800,2022,7,17,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(136049,5,1658007000,2022,7,16,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(136050,5,1658082600,2022,7,17,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(136051,5,1658084400,2022,7,17,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(136052,5,1658086200,2022,7,17,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(136053,5,1658088000,2022,7,17,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(136054,5,1658089800,2022,7,17,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(136055,5,1658091600,2022,7,17,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(136056,5,1658093400,2022,7,17,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(136057,5,1658142000,2022,7,18,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(136058,5,1658143800,2022,7,18,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(136059,5,1658145600,2022,7,18,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(136060,5,1658147400,2022,7,18,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(136061,5,1658149200,2022,7,18,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(136062,5,1658151000,2022,7,18,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(136063,5,1658152800,2022,7,18,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(136064,5,1658167200,2022,7,18,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(136065,5,1658169000,2022,7,18,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(136066,5,1658170800,2022,7,18,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(136067,5,1658172600,2022,7,18,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(136068,5,1658174400,2022,7,18,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(136069,5,1658176200,2022,7,18,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(136070,5,1658178000,2022,7,18,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(136071,5,1658179800,2022,7,18,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(136072,5,1658142000,2022,7,18,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(136073,5,1658143800,2022,7,18,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(136074,5,1658145600,2022,7,18,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(136075,5,1658147400,2022,7,18,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(136076,5,1658149200,2022,7,18,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(136077,5,1658151000,2022,7,18,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(136078,5,1658152800,2022,7,18,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(136079,5,1658167200,2022,7,18,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(136080,5,1658169000,2022,7,18,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(136081,5,1658170800,2022,7,18,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(136082,5,1658172600,2022,7,18,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(136083,5,1658174400,2022,7,18,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(136084,5,1658176200,2022,7,18,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(136085,5,1658178000,2022,7,18,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(136086,5,1658179800,2022,7,18,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(136087,5,1658228400,2022,7,19,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(136088,5,1658230200,2022,7,19,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(136089,5,1658232000,2022,7,19,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(136090,5,1658233800,2022,7,19,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(136091,5,1658235600,2022,7,19,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(136092,5,1658237400,2022,7,19,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(136093,5,1658239200,2022,7,19,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(136094,5,1658253600,2022,7,19,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(136095,5,1658255400,2022,7,19,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(136096,5,1658257200,2022,7,19,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(136097,5,1658259000,2022,7,19,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(136098,5,1658260800,2022,7,19,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(136099,5,1658262600,2022,7,19,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(136100,5,1658264400,2022,7,19,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(136101,5,1658266200,2022,7,19,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(136102,5,1658228400,2022,7,19,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(136103,5,1658230200,2022,7,19,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(136104,5,1658232000,2022,7,19,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(136105,5,1658233800,2022,7,19,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(136106,5,1658235600,2022,7,19,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(136107,5,1658237400,2022,7,19,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(136108,5,1658239200,2022,7,19,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(136109,5,1658253600,2022,7,19,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(136110,5,1658255400,2022,7,19,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(136111,5,1658257200,2022,7,19,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(136112,5,1658259000,2022,7,19,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(136113,5,1658260800,2022,7,19,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(136114,5,1658262600,2022,7,19,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(136115,5,1658264400,2022,7,19,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(136116,5,1658266200,2022,7,19,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(136117,5,1658314800,2022,7,20,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(136118,5,1658316600,2022,7,20,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(136119,5,1658318400,2022,7,20,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(136120,5,1658320200,2022,7,20,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(136121,5,1658322000,2022,7,20,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(136122,5,1658323800,2022,7,20,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(136123,5,1658325600,2022,7,20,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(136124,5,1658340000,2022,7,20,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(136125,5,1658341800,2022,7,20,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(136126,5,1658343600,2022,7,20,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(136127,5,1658345400,2022,7,20,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(136128,5,1658347200,2022,7,20,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(136129,5,1658349000,2022,7,20,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(136130,5,1658350800,2022,7,20,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(136131,5,1658352600,2022,7,20,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(136132,5,1658314800,2022,7,20,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(136133,5,1658316600,2022,7,20,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(136134,5,1658318400,2022,7,20,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(136135,5,1658320200,2022,7,20,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(136136,5,1658322000,2022,7,20,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(136137,5,1658323800,2022,7,20,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(136138,5,1658325600,2022,7,20,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(136139,5,1658340000,2022,7,20,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(136140,5,1658341800,2022,7,20,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(136141,5,1658343600,2022,7,20,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(136142,5,1658345400,2022,7,20,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(136143,5,1658347200,2022,7,20,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(136144,5,1658349000,2022,7,20,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(136145,5,1658350800,2022,7,20,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(136146,5,1658352600,2022,7,20,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(136147,5,1658401200,2022,7,21,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(136148,5,1658403000,2022,7,21,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(136149,5,1658404800,2022,7,21,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(136150,5,1658406600,2022,7,21,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(136151,5,1658408400,2022,7,21,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(136152,5,1658410200,2022,7,21,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(136153,5,1658412000,2022,7,21,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(136154,5,1658426400,2022,7,21,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(136155,5,1658428200,2022,7,21,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(136156,5,1658430000,2022,7,21,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(136157,5,1658431800,2022,7,21,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(136158,5,1658433600,2022,7,21,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(136159,5,1658435400,2022,7,21,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(136160,5,1658437200,2022,7,21,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(136161,5,1658439000,2022,7,21,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(136162,5,1658401200,2022,7,21,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(136163,5,1658403000,2022,7,21,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(136164,5,1658404800,2022,7,21,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(136165,5,1658406600,2022,7,21,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(136166,5,1658408400,2022,7,21,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(136167,5,1658410200,2022,7,21,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(136168,5,1658412000,2022,7,21,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(136169,5,1658426400,2022,7,21,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(136170,5,1658428200,2022,7,21,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(136171,5,1658430000,2022,7,21,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(136172,5,1658431800,2022,7,21,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(136173,5,1658433600,2022,7,21,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(136174,5,1658435400,2022,7,21,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(136175,5,1658437200,2022,7,21,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(136176,5,1658439000,2022,7,21,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(136177,5,1658487600,2022,7,22,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(136178,5,1658489400,2022,7,22,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(136179,5,1658491200,2022,7,22,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(136180,5,1658493000,2022,7,22,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(136181,5,1658494800,2022,7,22,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(136182,5,1658496600,2022,7,22,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(136183,5,1658498400,2022,7,22,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(136184,5,1658512800,2022,7,22,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(136185,5,1658514600,2022,7,22,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(136186,5,1658516400,2022,7,22,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(136187,5,1658518200,2022,7,22,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(136188,5,1658520000,2022,7,22,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(136189,5,1658521800,2022,7,22,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(136190,5,1658523600,2022,7,22,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(136191,5,1658525400,2022,7,22,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(136192,5,1658487600,2022,7,22,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(136193,5,1658489400,2022,7,22,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(136194,5,1658491200,2022,7,22,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(136195,5,1658493000,2022,7,22,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(136196,5,1658494800,2022,7,22,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(136197,5,1658496600,2022,7,22,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(136198,5,1658498400,2022,7,22,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(136199,5,1658512800,2022,7,22,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(136200,5,1658514600,2022,7,22,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(136201,5,1658516400,2022,7,22,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(136202,5,1658518200,2022,7,22,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(136203,5,1658520000,2022,7,22,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(136204,5,1658521800,2022,7,22,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(136205,5,1658523600,2022,7,22,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(136206,5,1658525400,2022,7,22,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(136207,5,1658574000,2022,7,23,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(136208,5,1658575800,2022,7,23,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(136209,5,1658577600,2022,7,23,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(136210,5,1658579400,2022,7,23,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(136211,5,1658581200,2022,7,23,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(136212,5,1658583000,2022,7,23,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(136213,5,1658584800,2022,7,23,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(136214,5,1658599200,2022,7,23,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(136215,5,1658601000,2022,7,23,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(136216,5,1658602800,2022,7,23,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(136217,5,1658604600,2022,7,23,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(136218,5,1658606400,2022,7,23,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(136219,5,1658608200,2022,7,23,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(136220,5,1658610000,2022,7,23,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(136221,5,1658611800,2022,7,23,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(136222,5,1658574000,2022,7,23,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(136223,5,1658575800,2022,7,23,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(136224,5,1658577600,2022,7,23,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(136225,5,1658579400,2022,7,23,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(136226,5,1658581200,2022,7,23,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(136227,5,1658583000,2022,7,23,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(136228,5,1658584800,2022,7,23,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(136229,5,1658599200,2022,7,23,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(136230,5,1658601000,2022,7,23,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(136231,5,1658602800,2022,7,23,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(136232,5,1658604600,2022,7,23,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(136233,5,1658606400,2022,7,23,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(136234,5,1658608200,2022,7,23,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(136235,5,1658610000,2022,7,23,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(136236,5,1658611800,2022,7,23,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(136237,5,1658660400,2022,7,24,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(136238,5,1658662200,2022,7,24,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(136239,5,1658664000,2022,7,24,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(136240,5,1658665800,2022,7,24,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(136241,5,1658667600,2022,7,24,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(136242,5,1658669400,2022,7,24,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(136243,5,1658671200,2022,7,24,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(136244,5,1658673000,2022,7,24,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(136245,5,1658685600,2022,7,24,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(136246,5,1658687400,2022,7,24,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(136247,5,1658689200,2022,7,24,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(136248,5,1658691000,2022,7,24,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(136249,5,1658692800,2022,7,24,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(136250,5,1658694600,2022,7,24,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(136251,5,1658696400,2022,7,24,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(136252,5,1658698200,2022,7,24,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(136253,5,1658660400,2022,7,24,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(136254,5,1658662200,2022,7,24,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(136255,5,1658664000,2022,7,24,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(136256,5,1658665800,2022,7,24,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(136257,5,1658667600,2022,7,24,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(136258,5,1658669400,2022,7,24,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(136259,5,1658671200,2022,7,24,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(136260,5,1658673000,2022,7,24,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(136261,5,1658685600,2022,7,24,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(136262,5,1658687400,2022,7,24,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(136263,5,1658689200,2022,7,24,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(136264,5,1658691000,2022,7,24,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(136265,5,1658692800,2022,7,24,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(136266,5,1658694600,2022,7,24,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(136267,5,1658696400,2022,7,24,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(136268,5,1658698200,2022,7,24,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(136269,5,1658746800,2022,7,25,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(136270,5,1658748600,2022,7,25,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(136271,5,1658750400,2022,7,25,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(136272,5,1658752200,2022,7,25,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(136273,5,1658754000,2022,7,25,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(136274,5,1658755800,2022,7,25,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(136275,5,1658757600,2022,7,25,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(136276,5,1658772000,2022,7,25,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(136277,5,1658773800,2022,7,25,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(136278,5,1658775600,2022,7,25,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(136279,5,1658777400,2022,7,25,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(136280,5,1658779200,2022,7,25,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(136281,5,1658781000,2022,7,25,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(136282,5,1658782800,2022,7,25,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(136283,5,1658784600,2022,7,25,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(136284,5,1658746800,2022,7,25,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(136285,5,1658748600,2022,7,25,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(136286,5,1658750400,2022,7,25,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(136287,5,1658752200,2022,7,25,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(136288,5,1658754000,2022,7,25,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(136289,5,1658755800,2022,7,25,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(136290,5,1658757600,2022,7,25,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(136291,5,1658772000,2022,7,25,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(136292,5,1658773800,2022,7,25,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(136293,5,1658775600,2022,7,25,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(136294,5,1658777400,2022,7,25,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(136295,5,1658779200,2022,7,25,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(136296,5,1658781000,2022,7,25,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(136297,5,1658782800,2022,7,25,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(136298,5,1658784600,2022,7,25,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(136299,5,1658833200,2022,7,26,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(136300,5,1658835000,2022,7,26,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(136301,5,1658836800,2022,7,26,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(136302,5,1658838600,2022,7,26,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(136303,5,1658840400,2022,7,26,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(136304,5,1658842200,2022,7,26,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(136305,5,1658844000,2022,7,26,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(136306,5,1658858400,2022,7,26,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(136307,5,1658860200,2022,7,26,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(136308,5,1658862000,2022,7,26,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(136309,5,1658863800,2022,7,26,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(136310,5,1658865600,2022,7,26,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(136311,5,1658867400,2022,7,26,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(136312,5,1658869200,2022,7,26,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(136313,5,1658871000,2022,7,26,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(136314,5,1658833200,2022,7,26,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(136315,5,1658835000,2022,7,26,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(136316,5,1658836800,2022,7,26,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(136317,5,1658838600,2022,7,26,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(136318,5,1658840400,2022,7,26,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(136319,5,1658842200,2022,7,26,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(136320,5,1658844000,2022,7,26,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(136321,5,1658858400,2022,7,26,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(136322,5,1658860200,2022,7,26,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(136323,5,1658862000,2022,7,26,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(136324,5,1658863800,2022,7,26,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(136325,5,1658865600,2022,7,26,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(136326,5,1658867400,2022,7,26,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(136327,5,1658869200,2022,7,26,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(136328,5,1658871000,2022,7,26,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(136329,5,1658919600,2022,7,27,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(136330,5,1658921400,2022,7,27,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(136331,5,1658923200,2022,7,27,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(136332,5,1658925000,2022,7,27,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(136333,5,1658926800,2022,7,27,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(136334,5,1658928600,2022,7,27,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(136335,5,1658930400,2022,7,27,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(136336,5,1658944800,2022,7,27,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(136337,5,1658946600,2022,7,27,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(136338,5,1658948400,2022,7,27,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(136339,5,1658950200,2022,7,27,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(136340,5,1658952000,2022,7,27,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(136341,5,1658953800,2022,7,27,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(136342,5,1658955600,2022,7,27,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(136343,5,1658957400,2022,7,27,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(136344,5,1658919600,2022,7,27,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(136345,5,1658921400,2022,7,27,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(136346,5,1658923200,2022,7,27,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(136347,5,1658925000,2022,7,27,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(136348,5,1658926800,2022,7,27,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(136349,5,1658928600,2022,7,27,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(136350,5,1658930400,2022,7,27,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(136351,5,1658944800,2022,7,27,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(136352,5,1658946600,2022,7,27,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(136353,5,1658948400,2022,7,27,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(136354,5,1658950200,2022,7,27,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(136355,5,1658952000,2022,7,27,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(136356,5,1658953800,2022,7,27,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(136357,5,1658955600,2022,7,27,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(136358,5,1658957400,2022,7,27,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(136359,5,1659006000,2022,7,28,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(136360,5,1659007800,2022,7,28,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(136361,5,1659009600,2022,7,28,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(136362,5,1659011400,2022,7,28,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(136363,5,1659013200,2022,7,28,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(136364,5,1659015000,2022,7,28,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(136365,5,1659016800,2022,7,28,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(136366,5,1659031200,2022,7,28,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(136367,5,1659033000,2022,7,28,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(136368,5,1659034800,2022,7,28,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(136369,5,1659036600,2022,7,28,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(136370,5,1659038400,2022,7,28,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(136371,5,1659040200,2022,7,28,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(136372,5,1659042000,2022,7,28,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(136373,5,1659043800,2022,7,28,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(136374,5,1659006000,2022,7,28,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(136375,5,1659007800,2022,7,28,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(136376,5,1659009600,2022,7,28,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(136377,5,1659011400,2022,7,28,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(136378,5,1659013200,2022,7,28,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(136379,5,1659015000,2022,7,28,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(136380,5,1659016800,2022,7,28,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(136381,5,1659031200,2022,7,28,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(136382,5,1659033000,2022,7,28,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(136383,5,1659034800,2022,7,28,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(136384,5,1659036600,2022,7,28,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(136385,5,1659038400,2022,7,28,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(136386,5,1659040200,2022,7,28,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(136387,5,1659042000,2022,7,28,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(136388,5,1659043800,2022,7,28,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(136389,5,1659092400,2022,7,29,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(136390,5,1659094200,2022,7,29,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(136391,5,1659096000,2022,7,29,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(136392,5,1659097800,2022,7,29,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(136393,5,1659099600,2022,7,29,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(136394,5,1659101400,2022,7,29,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(136395,5,1659103200,2022,7,29,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(136396,5,1659117600,2022,7,29,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(136397,5,1659119400,2022,7,29,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(136398,5,1659121200,2022,7,29,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(136399,5,1659123000,2022,7,29,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(136400,5,1659124800,2022,7,29,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(136401,5,1659126600,2022,7,29,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(136402,5,1659128400,2022,7,29,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(136403,5,1659130200,2022,7,29,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(136404,5,1659092400,2022,7,29,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(136405,5,1659094200,2022,7,29,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(136406,5,1659096000,2022,7,29,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(136407,5,1659097800,2022,7,29,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(136408,5,1659099600,2022,7,29,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(136409,5,1659101400,2022,7,29,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(136410,5,1659103200,2022,7,29,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(136411,5,1659117600,2022,7,29,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(136412,5,1659119400,2022,7,29,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(136413,5,1659121200,2022,7,29,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(136414,5,1659123000,2022,7,29,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(136415,5,1659124800,2022,7,29,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(136416,5,1659126600,2022,7,29,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(136417,5,1659128400,2022,7,29,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(136418,5,1659130200,2022,7,29,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(136419,5,1659178800,2022,7,30,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(136420,5,1659180600,2022,7,30,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(136421,5,1659182400,2022,7,30,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(136422,5,1659184200,2022,7,30,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(136423,5,1659186000,2022,7,30,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(136424,5,1659187800,2022,7,30,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(136425,5,1659189600,2022,7,30,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(136426,5,1659204000,2022,7,30,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(136427,5,1659205800,2022,7,30,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(136428,5,1659207600,2022,7,30,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(136429,5,1659209400,2022,7,30,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(136430,5,1659211200,2022,7,30,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(136431,5,1659213000,2022,7,30,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(136432,5,1659214800,2022,7,30,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(136433,5,1659216600,2022,7,30,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(136434,5,1659178800,2022,7,30,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(136435,5,1659180600,2022,7,30,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(136436,5,1659182400,2022,7,30,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(136437,5,1659184200,2022,7,30,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(136438,5,1659186000,2022,7,30,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(136439,5,1659187800,2022,7,30,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(136440,5,1659189600,2022,7,30,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(136441,5,1659204000,2022,7,30,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(136442,5,1659205800,2022,7,30,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(136443,5,1659207600,2022,7,30,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(136444,5,1659209400,2022,7,30,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(136445,5,1659211200,2022,7,30,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(136446,5,1659213000,2022,7,30,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(136447,5,1659214800,2022,7,30,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(136448,5,1659265200,2022,7,31,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(136449,5,1659267000,2022,7,31,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(136450,5,1659216600,2022,7,30,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(136451,5,1659268800,2022,7,31,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(136452,5,1659270600,2022,7,31,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(136453,5,1659272400,2022,7,31,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(136454,5,1659274200,2022,7,31,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(136455,5,1659276000,2022,7,31,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(136456,5,1659277800,2022,7,31,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(136457,5,1659290400,2022,7,31,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(136458,5,1659292200,2022,7,31,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(136459,5,1659294000,2022,7,31,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(136460,5,1659295800,2022,7,31,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(136461,5,1659297600,2022,7,31,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(136462,5,1659299400,2022,7,31,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(136463,5,1659301200,2022,7,31,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(136464,5,1659303000,2022,7,31,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(136465,5,1659351600,2022,8,1,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(136466,5,1659353400,2022,8,1,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(136467,5,1659355200,2022,8,1,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(136468,5,1659357000,2022,8,1,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(136469,5,1659358800,2022,8,1,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(136470,5,1659360600,2022,8,1,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(136471,5,1659362400,2022,8,1,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(136472,5,1659376800,2022,8,1,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(136473,5,1659378600,2022,8,1,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(136474,5,1659380400,2022,8,1,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(136475,5,1659382200,2022,8,1,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(136476,5,1659384000,2022,8,1,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(136477,5,1659385800,2022,8,1,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(136478,5,1659387600,2022,8,1,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(136479,5,1659389400,2022,8,1,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(136480,5,1659438000,2022,8,2,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(136481,5,1659439800,2022,8,2,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(136482,5,1659441600,2022,8,2,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(136483,5,1659443400,2022,8,2,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(136484,5,1659445200,2022,8,2,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(136485,5,1659447000,2022,8,2,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(136486,5,1659448800,2022,8,2,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(136487,5,1659463200,2022,8,2,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(136488,5,1659465000,2022,8,2,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(136489,5,1659466800,2022,8,2,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(136490,5,1659468600,2022,8,2,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(136491,5,1659470400,2022,8,2,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(136492,5,1659472200,2022,8,2,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(136493,5,1659474000,2022,8,2,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(136494,5,1659475800,2022,8,2,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(136495,5,1659438000,2022,8,2,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(136496,5,1659439800,2022,8,2,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(136497,5,1659441600,2022,8,2,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(136498,5,1659443400,2022,8,2,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(136499,5,1659445200,2022,8,2,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(136500,5,1659447000,2022,8,2,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(136501,5,1659448800,2022,8,2,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(136502,5,1659463200,2022,8,2,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(136503,5,1659465000,2022,8,2,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(136504,5,1659466800,2022,8,2,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(136505,5,1659468600,2022,8,2,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(136506,5,1659470400,2022,8,2,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(136507,5,1659472200,2022,8,2,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(136508,5,1659474000,2022,8,2,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(136509,5,1659475800,2022,8,2,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(136510,5,1659524400,2022,8,3,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(136511,5,1659526200,2022,8,3,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(136512,5,1659528000,2022,8,3,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(136513,5,1659529800,2022,8,3,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(136514,5,1659531600,2022,8,3,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(136515,5,1659533400,2022,8,3,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(136516,5,1659535200,2022,8,3,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(136517,5,1659549600,2022,8,3,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(136518,5,1659551400,2022,8,3,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(136519,5,1659553200,2022,8,3,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(136520,5,1659555000,2022,8,3,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(136521,5,1659556800,2022,8,3,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(136522,5,1659558600,2022,8,3,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(136523,5,1659560400,2022,8,3,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(136524,5,1659562200,2022,8,3,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(136525,5,1659524400,2022,8,3,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(136526,5,1659526200,2022,8,3,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(136527,5,1659528000,2022,8,3,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(136528,5,1659529800,2022,8,3,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(136529,5,1659531600,2022,8,3,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(136530,5,1659533400,2022,8,3,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(136531,5,1659535200,2022,8,3,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(136532,5,1659549600,2022,8,3,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(136533,5,1659551400,2022,8,3,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(136534,5,1659553200,2022,8,3,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(136535,5,1659555000,2022,8,3,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(136536,5,1659556800,2022,8,3,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(136537,5,1659558600,2022,8,3,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(136538,5,1659560400,2022,8,3,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(136539,5,1659562200,2022,8,3,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(136540,5,1659610800,2022,8,4,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(136541,5,1659612600,2022,8,4,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(136542,5,1659614400,2022,8,4,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(136543,5,1659616200,2022,8,4,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(136544,5,1659618000,2022,8,4,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(136545,5,1659619800,2022,8,4,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(136546,5,1659621600,2022,8,4,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(136547,5,1659636000,2022,8,4,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(136548,5,1659637800,2022,8,4,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(136549,5,1659639600,2022,8,4,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(136550,5,1659641400,2022,8,4,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(136551,5,1659643200,2022,8,4,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(136552,5,1659645000,2022,8,4,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(136553,5,1659646800,2022,8,4,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(136554,5,1659648600,2022,8,4,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(136555,5,1659610800,2022,8,4,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(136556,5,1659612600,2022,8,4,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(136557,5,1659614400,2022,8,4,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(136558,5,1659616200,2022,8,4,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(136559,5,1659618000,2022,8,4,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(136560,5,1659619800,2022,8,4,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(136561,5,1659621600,2022,8,4,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(136562,5,1659636000,2022,8,4,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(136563,5,1659637800,2022,8,4,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(136564,5,1659639600,2022,8,4,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(136565,5,1659641400,2022,8,4,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(136566,5,1659643200,2022,8,4,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(136567,5,1659645000,2022,8,4,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(136568,5,1659646800,2022,8,4,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(136569,5,1659648600,2022,8,4,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(136570,5,1659697200,2022,8,5,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(136571,5,1659699000,2022,8,5,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(136572,5,1659700800,2022,8,5,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(136573,5,1659702600,2022,8,5,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(136574,5,1659704400,2022,8,5,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(136575,5,1659706200,2022,8,5,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(136576,5,1659708000,2022,8,5,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(136577,5,1659722400,2022,8,5,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(136578,5,1659724200,2022,8,5,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(136579,5,1659726000,2022,8,5,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(136580,5,1659697200,2022,8,5,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(136581,5,1659699000,2022,8,5,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(136582,5,1659727800,2022,8,5,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(136583,5,1659700800,2022,8,5,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(136584,5,1659702600,2022,8,5,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(136585,5,1659729600,2022,8,5,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(136586,5,1659704400,2022,8,5,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(136587,5,1659706200,2022,8,5,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(136588,5,1659731400,2022,8,5,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(136589,5,1659708000,2022,8,5,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(136590,5,1659722400,2022,8,5,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(136591,5,1659733200,2022,8,5,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(136592,5,1659724200,2022,8,5,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(136593,5,1659726000,2022,8,5,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(136594,5,1659735000,2022,8,5,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(136595,5,1659727800,2022,8,5,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(136596,5,1659729600,2022,8,5,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(136597,5,1659731400,2022,8,5,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(136598,5,1659733200,2022,8,5,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(136599,5,1659735000,2022,8,5,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(136600,5,1659783600,2022,8,6,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(136601,5,1659785400,2022,8,6,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(136602,5,1659787200,2022,8,6,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(136603,5,1659789000,2022,8,6,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(136604,5,1659790800,2022,8,6,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(136605,5,1659792600,2022,8,6,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(136606,5,1659794400,2022,8,6,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(136607,5,1659808800,2022,8,6,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(136608,5,1659810600,2022,8,6,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(136609,5,1659783600,2022,8,6,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(136610,5,1659812400,2022,8,6,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(136611,5,1659814200,2022,8,6,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(136612,5,1659785400,2022,8,6,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(136613,5,1659816000,2022,8,6,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(136614,5,1659787200,2022,8,6,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(136615,5,1659817800,2022,8,6,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(136616,5,1659789000,2022,8,6,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(136617,5,1659819600,2022,8,6,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(136618,5,1659790800,2022,8,6,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(136619,5,1659821400,2022,8,6,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(136620,5,1659792600,2022,8,6,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(136621,5,1659794400,2022,8,6,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(136622,5,1659808800,2022,8,6,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(136623,5,1659810600,2022,8,6,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(136624,5,1659812400,2022,8,6,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(136625,5,1659814200,2022,8,6,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(136626,5,1659816000,2022,8,6,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(136627,5,1659817800,2022,8,6,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(136628,5,1659819600,2022,8,6,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(136629,5,1659821400,2022,8,6,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(136630,5,1659870000,2022,8,7,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(136631,5,1659871800,2022,8,7,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(136632,5,1659873600,2022,8,7,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(136633,5,1659875400,2022,8,7,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(136634,5,1659877200,2022,8,7,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(136635,5,1659879000,2022,8,7,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(136636,5,1659880800,2022,8,7,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(136637,5,1659882600,2022,8,7,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(136638,5,1659895200,2022,8,7,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(136639,5,1659897000,2022,8,7,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(136640,5,1659898800,2022,8,7,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(136641,5,1659900600,2022,8,7,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(136642,5,1659902400,2022,8,7,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(136643,5,1659904200,2022,8,7,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(136644,5,1659906000,2022,8,7,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(136645,5,1659907800,2022,8,7,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(136646,5,1659870000,2022,8,7,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(136647,5,1659871800,2022,8,7,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(136648,5,1659873600,2022,8,7,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(136649,5,1659875400,2022,8,7,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(136650,5,1659877200,2022,8,7,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(136651,5,1659879000,2022,8,7,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(136652,5,1659880800,2022,8,7,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(136653,5,1659882600,2022,8,7,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(136654,5,1659895200,2022,8,7,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(136655,5,1659897000,2022,8,7,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(136656,5,1659898800,2022,8,7,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(136657,5,1659900600,2022,8,7,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(136658,5,1659902400,2022,8,7,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(136659,5,1659904200,2022,8,7,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(136660,5,1659906000,2022,8,7,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(136661,5,1659907800,2022,8,7,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(136662,5,1659956400,2022,8,8,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(136663,5,1659958200,2022,8,8,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(136664,5,1659960000,2022,8,8,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(136665,5,1659961800,2022,8,8,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(136666,5,1659963600,2022,8,8,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(136667,5,1659965400,2022,8,8,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(136668,5,1659967200,2022,8,8,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(136669,5,1659981600,2022,8,8,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(136670,5,1659983400,2022,8,8,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(136671,5,1659985200,2022,8,8,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(136672,5,1659987000,2022,8,8,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(136673,5,1659988800,2022,8,8,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(136674,5,1659990600,2022,8,8,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(136675,5,1659992400,2022,8,8,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(136676,5,1659994200,2022,8,8,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(136677,5,1659956400,2022,8,8,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(136678,5,1659958200,2022,8,8,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(136679,5,1659960000,2022,8,8,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(136680,5,1659961800,2022,8,8,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(136681,5,1659963600,2022,8,8,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(136682,5,1659965400,2022,8,8,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(136683,5,1659967200,2022,8,8,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(136684,5,1659981600,2022,8,8,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(136685,5,1659983400,2022,8,8,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(136686,5,1659985200,2022,8,8,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(136687,5,1659987000,2022,8,8,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(136688,5,1659988800,2022,8,8,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(136689,5,1659990600,2022,8,8,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(136690,5,1659992400,2022,8,8,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(136691,5,1659994200,2022,8,8,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(136692,5,1660042800,2022,8,9,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(136693,5,1660044600,2022,8,9,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(136694,5,1660046400,2022,8,9,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(136695,5,1660048200,2022,8,9,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(136696,5,1660050000,2022,8,9,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(136697,5,1660051800,2022,8,9,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(136698,5,1660053600,2022,8,9,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(136699,5,1660068000,2022,8,9,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(136700,5,1660069800,2022,8,9,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(136701,5,1660071600,2022,8,9,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(136702,5,1660073400,2022,8,9,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(136703,5,1660075200,2022,8,9,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(136704,5,1660077000,2022,8,9,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(136705,5,1660078800,2022,8,9,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(136706,5,1660080600,2022,8,9,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(136707,5,1660042800,2022,8,9,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(136708,5,1660044600,2022,8,9,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(136709,5,1660046400,2022,8,9,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(136710,5,1660048200,2022,8,9,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(136711,5,1660050000,2022,8,9,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(136712,5,1660051800,2022,8,9,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(136713,5,1660053600,2022,8,9,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(136714,5,1660068000,2022,8,9,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(136715,5,1660069800,2022,8,9,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(136716,5,1660071600,2022,8,9,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(136717,5,1660073400,2022,8,9,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(136718,5,1660075200,2022,8,9,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(136719,5,1660077000,2022,8,9,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(136720,5,1660078800,2022,8,9,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(136721,5,1660080600,2022,8,9,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(136722,5,1660129200,2022,8,10,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(136723,5,1660131000,2022,8,10,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(136724,5,1660132800,2022,8,10,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(136725,5,1660134600,2022,8,10,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(136726,5,1660136400,2022,8,10,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(136727,5,1660138200,2022,8,10,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(136728,5,1660140000,2022,8,10,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(136729,5,1660154400,2022,8,10,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(136730,5,1660156200,2022,8,10,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(136731,5,1660158000,2022,8,10,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(136732,5,1660159800,2022,8,10,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(136733,5,1660161600,2022,8,10,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(136734,5,1660163400,2022,8,10,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(136735,5,1660165200,2022,8,10,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(136736,5,1660167000,2022,8,10,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(136737,5,1660129200,2022,8,10,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(136738,5,1660131000,2022,8,10,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(136739,5,1660132800,2022,8,10,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(136740,5,1660134600,2022,8,10,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(136741,5,1660136400,2022,8,10,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(136742,5,1660138200,2022,8,10,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(136743,5,1660140000,2022,8,10,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(136744,5,1660154400,2022,8,10,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(136745,5,1660156200,2022,8,10,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(136746,5,1660158000,2022,8,10,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(136747,5,1660159800,2022,8,10,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(136748,5,1660161600,2022,8,10,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(136749,5,1660163400,2022,8,10,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(136750,5,1660165200,2022,8,10,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(136751,5,1660167000,2022,8,10,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(136752,5,1660215600,2022,8,11,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(136753,5,1660217400,2022,8,11,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(136754,5,1660219200,2022,8,11,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(136755,5,1660221000,2022,8,11,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(136756,5,1660222800,2022,8,11,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(136757,5,1660224600,2022,8,11,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(136758,5,1660226400,2022,8,11,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(136759,5,1660240800,2022,8,11,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(136760,5,1660242600,2022,8,11,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(136761,5,1660244400,2022,8,11,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(136762,5,1660246200,2022,8,11,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(136763,5,1660248000,2022,8,11,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(136764,5,1660249800,2022,8,11,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(136765,5,1660251600,2022,8,11,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(136766,5,1660253400,2022,8,11,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(136767,5,1660215600,2022,8,11,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(136768,5,1660217400,2022,8,11,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(136769,5,1660219200,2022,8,11,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(136770,5,1660221000,2022,8,11,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(136771,5,1660222800,2022,8,11,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(136772,5,1660224600,2022,8,11,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(136773,5,1660226400,2022,8,11,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(136774,5,1660240800,2022,8,11,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(136775,5,1660242600,2022,8,11,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(136776,5,1660244400,2022,8,11,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(136777,5,1660246200,2022,8,11,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(136778,5,1660248000,2022,8,11,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(136779,5,1660249800,2022,8,11,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(136780,5,1660251600,2022,8,11,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(136781,5,1660253400,2022,8,11,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(136782,5,1660302000,2022,8,12,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(136783,5,1660303800,2022,8,12,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(136784,5,1660305600,2022,8,12,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(136785,5,1660307400,2022,8,12,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(136786,5,1660309200,2022,8,12,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(136787,5,1660311000,2022,8,12,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(136788,5,1660312800,2022,8,12,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(136789,5,1660327200,2022,8,12,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(136790,5,1660329000,2022,8,12,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(136791,5,1660330800,2022,8,12,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(136792,5,1660332600,2022,8,12,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(136793,5,1660334400,2022,8,12,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(136794,5,1660336200,2022,8,12,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(136795,5,1660338000,2022,8,12,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(136796,5,1660339800,2022,8,12,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(136797,5,1660302000,2022,8,12,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(136798,5,1660303800,2022,8,12,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(136799,5,1660305600,2022,8,12,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(136800,5,1660307400,2022,8,12,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(136801,5,1660309200,2022,8,12,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(136802,5,1660311000,2022,8,12,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(136803,5,1660312800,2022,8,12,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(136804,5,1660327200,2022,8,12,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(136805,5,1660329000,2022,8,12,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(136806,5,1660330800,2022,8,12,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(136807,5,1660332600,2022,8,12,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(136808,5,1660334400,2022,8,12,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(136809,5,1660336200,2022,8,12,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(136810,5,1660338000,2022,8,12,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(136811,5,1660339800,2022,8,12,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(136812,5,1660388400,2022,8,13,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(136813,5,1660390200,2022,8,13,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(136814,5,1660392000,2022,8,13,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(136815,5,1660393800,2022,8,13,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(136816,5,1660395600,2022,8,13,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(136817,5,1660397400,2022,8,13,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(136818,5,1660399200,2022,8,13,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(136819,5,1660413600,2022,8,13,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(136820,5,1660415400,2022,8,13,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(136821,5,1660417200,2022,8,13,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(136822,5,1660419000,2022,8,13,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(136823,5,1660420800,2022,8,13,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(136824,5,1660422600,2022,8,13,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(136825,5,1660424400,2022,8,13,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(136826,5,1660426200,2022,8,13,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(136827,5,1660388400,2022,8,13,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(136828,5,1660390200,2022,8,13,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(136829,5,1660392000,2022,8,13,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(136830,5,1660393800,2022,8,13,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(136831,5,1660474800,2022,8,14,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(136832,5,1660395600,2022,8,13,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(136833,5,1660476600,2022,8,14,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(136834,5,1660478400,2022,8,14,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(136835,5,1660397400,2022,8,13,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(136836,5,1660480200,2022,8,14,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(136837,5,1660399200,2022,8,13,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(136838,5,1660482000,2022,8,14,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(136839,5,1660483800,2022,8,14,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(136840,5,1660413600,2022,8,13,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(136841,5,1660485600,2022,8,14,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(136842,5,1660487400,2022,8,14,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(136843,5,1660415400,2022,8,13,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(136844,5,1660500000,2022,8,14,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(136845,5,1660501800,2022,8,14,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(136846,5,1660417200,2022,8,13,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(136847,5,1660503600,2022,8,14,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(136848,5,1660505400,2022,8,14,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(136849,5,1660419000,2022,8,13,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(136850,5,1660507200,2022,8,14,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(136851,5,1660420800,2022,8,13,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(136852,5,1660509000,2022,8,14,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(136853,5,1660422600,2022,8,13,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(136854,5,1660510800,2022,8,14,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(136855,5,1660424400,2022,8,13,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(136856,5,1660426200,2022,8,13,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(136857,5,1660512600,2022,8,14,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(136858,5,1660561200,2022,8,15,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(136859,5,1660563000,2022,8,15,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(136860,5,1660564800,2022,8,15,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(136861,5,1660566600,2022,8,15,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(136862,5,1660568400,2022,8,15,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(136863,5,1660570200,2022,8,15,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(136864,5,1660572000,2022,8,15,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(136865,5,1660586400,2022,8,15,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(136866,5,1660588200,2022,8,15,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(136867,5,1660590000,2022,8,15,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(136868,5,1660591800,2022,8,15,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(136869,5,1660593600,2022,8,15,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(136870,5,1660595400,2022,8,15,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(136871,5,1660597200,2022,8,15,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(136872,5,1660599000,2022,8,15,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(136873,5,1660561200,2022,8,15,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(136874,5,1660563000,2022,8,15,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(136875,5,1660564800,2022,8,15,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(136876,5,1660566600,2022,8,15,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(136877,5,1660568400,2022,8,15,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(136878,5,1660570200,2022,8,15,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(136879,5,1660572000,2022,8,15,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(136880,5,1660586400,2022,8,15,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(136881,5,1660588200,2022,8,15,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(136882,5,1660590000,2022,8,15,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(136883,5,1660591800,2022,8,15,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(136884,5,1660593600,2022,8,15,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(136885,5,1660595400,2022,8,15,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(136886,5,1660597200,2022,8,15,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(136887,5,1660599000,2022,8,15,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(136888,5,1660647600,2022,8,16,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(136889,5,1660649400,2022,8,16,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(136890,5,1660651200,2022,8,16,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(136891,5,1660653000,2022,8,16,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(136892,5,1660654800,2022,8,16,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(136893,5,1660656600,2022,8,16,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(136894,5,1660658400,2022,8,16,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(136895,5,1660672800,2022,8,16,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(136896,5,1660674600,2022,8,16,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(136897,5,1660676400,2022,8,16,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(136898,5,1660678200,2022,8,16,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(136899,5,1660680000,2022,8,16,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(136900,5,1660681800,2022,8,16,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(136901,5,1660683600,2022,8,16,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(136902,5,1660685400,2022,8,16,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(136903,5,1660647600,2022,8,16,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(136904,5,1660649400,2022,8,16,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(136905,5,1660651200,2022,8,16,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(136906,5,1660653000,2022,8,16,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(136907,5,1660654800,2022,8,16,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(136908,5,1660656600,2022,8,16,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(136909,5,1660658400,2022,8,16,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(136910,5,1660672800,2022,8,16,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(136911,5,1660674600,2022,8,16,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(136912,5,1660676400,2022,8,16,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(136913,5,1660678200,2022,8,16,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(136914,5,1660680000,2022,8,16,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(136915,5,1660681800,2022,8,16,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(136916,5,1660683600,2022,8,16,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(136917,5,1660685400,2022,8,16,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(136918,5,1660734000,2022,8,17,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(136919,5,1660735800,2022,8,17,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(136920,5,1660737600,2022,8,17,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(136921,5,1660739400,2022,8,17,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(136922,5,1660741200,2022,8,17,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(136923,5,1660743000,2022,8,17,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(136924,5,1660744800,2022,8,17,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(136925,5,1660759200,2022,8,17,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(136926,5,1660761000,2022,8,17,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(136927,5,1660762800,2022,8,17,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(136928,5,1660764600,2022,8,17,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(136929,5,1660766400,2022,8,17,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(136930,5,1660768200,2022,8,17,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(136931,5,1660770000,2022,8,17,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(136932,5,1660771800,2022,8,17,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(136933,5,1660734000,2022,8,17,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(136934,5,1660735800,2022,8,17,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(136935,5,1660737600,2022,8,17,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(136936,5,1660739400,2022,8,17,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(136937,5,1660741200,2022,8,17,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(136938,5,1660743000,2022,8,17,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(136939,5,1660744800,2022,8,17,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(136940,5,1660759200,2022,8,17,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(136941,5,1660761000,2022,8,17,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(136942,5,1660762800,2022,8,17,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(136943,5,1660764600,2022,8,17,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(136944,5,1660766400,2022,8,17,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(136945,5,1660768200,2022,8,17,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(136946,5,1660770000,2022,8,17,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(136947,5,1660771800,2022,8,17,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(136948,5,1660820400,2022,8,18,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(136949,5,1660822200,2022,8,18,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(136950,5,1660824000,2022,8,18,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(136951,5,1660825800,2022,8,18,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(136952,5,1660827600,2022,8,18,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(136953,5,1660829400,2022,8,18,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(136954,5,1660831200,2022,8,18,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(136955,5,1660845600,2022,8,18,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(136956,5,1660847400,2022,8,18,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(136957,5,1660849200,2022,8,18,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(136958,5,1660851000,2022,8,18,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(136959,5,1660852800,2022,8,18,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(136960,5,1660854600,2022,8,18,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(136961,5,1660856400,2022,8,18,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(136962,5,1660858200,2022,8,18,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(136963,5,1660820400,2022,8,18,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(136964,5,1660822200,2022,8,18,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(136965,5,1660824000,2022,8,18,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(136966,5,1660825800,2022,8,18,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(136967,5,1660827600,2022,8,18,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(136968,5,1660829400,2022,8,18,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(136969,5,1660831200,2022,8,18,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(136970,5,1660845600,2022,8,18,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(136971,5,1660847400,2022,8,18,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(136972,5,1660849200,2022,8,18,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(136973,5,1660851000,2022,8,18,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(136974,5,1660852800,2022,8,18,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(136975,5,1660854600,2022,8,18,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(136976,5,1660856400,2022,8,18,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(136977,5,1660858200,2022,8,18,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(136978,5,1660906800,2022,8,19,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(136979,5,1660908600,2022,8,19,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(136980,5,1660910400,2022,8,19,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(136981,5,1660912200,2022,8,19,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(136982,5,1660914000,2022,8,19,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(136983,5,1660915800,2022,8,19,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(136984,5,1660917600,2022,8,19,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(136985,5,1660932000,2022,8,19,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(136986,5,1660933800,2022,8,19,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(136987,5,1660935600,2022,8,19,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(136988,5,1660937400,2022,8,19,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(136989,5,1660939200,2022,8,19,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(136990,5,1660941000,2022,8,19,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(136991,5,1660942800,2022,8,19,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(136992,5,1660944600,2022,8,19,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(136993,5,1660906800,2022,8,19,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(136994,5,1660908600,2022,8,19,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(136995,5,1660910400,2022,8,19,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(136996,5,1660912200,2022,8,19,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(136997,5,1660914000,2022,8,19,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(136998,5,1660915800,2022,8,19,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(136999,5,1660917600,2022,8,19,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(137000,5,1660932000,2022,8,19,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(137001,5,1660933800,2022,8,19,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(137002,5,1660935600,2022,8,19,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(137003,5,1660937400,2022,8,19,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(137004,5,1660939200,2022,8,19,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(137005,5,1660941000,2022,8,19,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(137006,5,1660942800,2022,8,19,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(137007,5,1660944600,2022,8,19,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(137008,5,1660993200,2022,8,20,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(137009,5,1660995000,2022,8,20,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(137010,5,1660996800,2022,8,20,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(137011,5,1660998600,2022,8,20,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(137012,5,1661000400,2022,8,20,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(137013,5,1661002200,2022,8,20,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(137014,5,1661004000,2022,8,20,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(137015,5,1661018400,2022,8,20,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(137016,5,1661020200,2022,8,20,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(137017,5,1661022000,2022,8,20,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(137018,5,1661023800,2022,8,20,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(137019,5,1661025600,2022,8,20,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(137020,5,1661027400,2022,8,20,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(137021,5,1661029200,2022,8,20,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(137022,5,1661031000,2022,8,20,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(137023,5,1660993200,2022,8,20,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(137024,5,1660995000,2022,8,20,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(137025,5,1660996800,2022,8,20,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(137026,5,1660998600,2022,8,20,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(137027,5,1661000400,2022,8,20,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(137028,5,1661002200,2022,8,20,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(137029,5,1661004000,2022,8,20,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(137030,5,1661018400,2022,8,20,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(137031,5,1661020200,2022,8,20,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(137032,5,1661022000,2022,8,20,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(137033,5,1661023800,2022,8,20,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(137034,5,1661025600,2022,8,20,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(137035,5,1661027400,2022,8,20,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(137036,5,1661029200,2022,8,20,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(137037,5,1661031000,2022,8,20,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(137038,5,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(137039,5,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(137040,5,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(137041,5,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(137042,5,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(137043,5,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(137044,5,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(137045,5,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(137046,5,1661104800,2022,8,21,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(137047,5,1661106600,2022,8,21,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(137048,5,1661108400,2022,8,21,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(137049,5,1661110200,2022,8,21,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(137050,5,1661112000,2022,8,21,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(137051,5,1661113800,2022,8,21,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(137052,5,1661115600,2022,8,21,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(137053,5,1661117400,2022,8,21,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(137054,5,1661079600,2022,8,21,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(137055,5,1661081400,2022,8,21,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(137056,5,1661083200,2022,8,21,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(137057,5,1661085000,2022,8,21,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(137058,5,1661086800,2022,8,21,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(137059,5,1661088600,2022,8,21,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(137060,5,1661090400,2022,8,21,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(137061,5,1661092200,2022,8,21,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(137062,5,1661104800,2022,8,21,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(137063,5,1661106600,2022,8,21,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(137064,5,1661108400,2022,8,21,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(137065,5,1661110200,2022,8,21,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(137066,5,1661112000,2022,8,21,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(137067,5,1661113800,2022,8,21,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(137068,5,1661115600,2022,8,21,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(137069,5,1661117400,2022,8,21,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(137070,5,1661166000,2022,8,22,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(137071,5,1661167800,2022,8,22,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(137072,5,1661169600,2022,8,22,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(137073,5,1661171400,2022,8,22,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(137074,5,1661173200,2022,8,22,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(137075,5,1661175000,2022,8,22,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(137076,5,1661176800,2022,8,22,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(137077,5,1661191200,2022,8,22,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(137078,5,1661193000,2022,8,22,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(137079,5,1661194800,2022,8,22,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(137080,5,1661196600,2022,8,22,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(137081,5,1661198400,2022,8,22,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(137082,5,1661200200,2022,8,22,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(137083,5,1661202000,2022,8,22,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(137084,5,1661203800,2022,8,22,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(137085,5,1661166000,2022,8,22,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(137086,5,1661167800,2022,8,22,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(137087,5,1661169600,2022,8,22,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(137088,5,1661171400,2022,8,22,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(137089,5,1661173200,2022,8,22,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(137090,5,1661175000,2022,8,22,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(137091,5,1661176800,2022,8,22,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(137092,5,1661191200,2022,8,22,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(137093,5,1661193000,2022,8,22,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(137094,5,1661194800,2022,8,22,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(137095,5,1661196600,2022,8,22,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(137096,5,1661198400,2022,8,22,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(137097,5,1661200200,2022,8,22,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(137098,5,1661202000,2022,8,22,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(137099,5,1661203800,2022,8,22,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(137100,5,1661252400,2022,8,23,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(137101,5,1661254200,2022,8,23,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(137102,5,1661256000,2022,8,23,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(137103,5,1661257800,2022,8,23,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(137104,5,1661259600,2022,8,23,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(137105,5,1661261400,2022,8,23,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(137106,5,1661252400,2022,8,23,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(137107,5,1661263200,2022,8,23,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(137108,5,1661254200,2022,8,23,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(137109,5,1661256000,2022,8,23,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(137110,5,1661277600,2022,8,23,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(137111,5,1661257800,2022,8,23,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(137112,5,1661279400,2022,8,23,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(137113,5,1661259600,2022,8,23,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(137114,5,1661261400,2022,8,23,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(137115,5,1661281200,2022,8,23,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(137116,5,1661263200,2022,8,23,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(137117,5,1661277600,2022,8,23,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(137118,5,1661283000,2022,8,23,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(137119,5,1661279400,2022,8,23,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(137120,5,1661281200,2022,8,23,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(137121,5,1661284800,2022,8,23,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(137122,5,1661283000,2022,8,23,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(137123,5,1661286600,2022,8,23,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(137124,5,1661284800,2022,8,23,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(137125,5,1661286600,2022,8,23,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(137126,5,1661288400,2022,8,23,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(137127,5,1661288400,2022,8,23,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(137128,5,1661290200,2022,8,23,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(137129,5,1661290200,2022,8,23,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(137130,5,1661338800,2022,8,24,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(137131,5,1661340600,2022,8,24,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(137132,5,1661342400,2022,8,24,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(137133,5,1661344200,2022,8,24,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(137134,5,1661346000,2022,8,24,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(137135,5,1661347800,2022,8,24,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(137136,5,1661349600,2022,8,24,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(137137,5,1661364000,2022,8,24,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(137138,5,1661365800,2022,8,24,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(137139,5,1661338800,2022,8,24,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(137140,5,1661367600,2022,8,24,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(137141,5,1661340600,2022,8,24,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(137142,5,1661369400,2022,8,24,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(137143,5,1661371200,2022,8,24,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(137144,5,1661342400,2022,8,24,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(137145,5,1661373000,2022,8,24,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(137146,5,1661374800,2022,8,24,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(137147,5,1661376600,2022,8,24,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(137148,5,1661344200,2022,8,24,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(137149,5,1661346000,2022,8,24,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(137150,5,1661347800,2022,8,24,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(137151,5,1661349600,2022,8,24,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(137152,5,1661364000,2022,8,24,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(137153,5,1661365800,2022,8,24,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(137154,5,1661367600,2022,8,24,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(137155,5,1661369400,2022,8,24,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(137156,5,1661371200,2022,8,24,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(137157,5,1661373000,2022,8,24,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(137158,5,1661374800,2022,8,24,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(137159,5,1661376600,2022,8,24,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(137160,5,1661425200,2022,8,25,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(137161,5,1661425200,2022,8,25,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(137162,5,1661427000,2022,8,25,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(137163,5,1661427000,2022,8,25,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(137164,5,1661428800,2022,8,25,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(137165,5,1661428800,2022,8,25,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(137166,5,1661430600,2022,8,25,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(137167,5,1661430600,2022,8,25,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(137168,5,1661432400,2022,8,25,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(137169,5,1661432400,2022,8,25,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(137170,5,1661434200,2022,8,25,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(137171,5,1661434200,2022,8,25,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(137172,5,1661436000,2022,8,25,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(137173,5,1661436000,2022,8,25,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(137174,5,1661450400,2022,8,25,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(137175,5,1661450400,2022,8,25,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(137176,5,1661452200,2022,8,25,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(137177,5,1661452200,2022,8,25,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(137178,5,1661454000,2022,8,25,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(137179,5,1661454000,2022,8,25,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(137180,5,1661455800,2022,8,25,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(137181,5,1661457600,2022,8,25,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(137182,5,1661455800,2022,8,25,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(137183,5,1661459400,2022,8,25,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(137184,5,1661457600,2022,8,25,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(137185,5,1661461200,2022,8,25,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(137186,5,1661463000,2022,8,25,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(137187,5,1661459400,2022,8,25,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(137188,5,1661461200,2022,8,25,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(137189,5,1661463000,2022,8,25,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(137190,5,1661511600,2022,8,26,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(137191,5,1661513400,2022,8,26,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(137192,5,1661515200,2022,8,26,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(137193,5,1661517000,2022,8,26,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(137194,5,1661518800,2022,8,26,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(137195,5,1661520600,2022,8,26,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(137196,5,1661522400,2022,8,26,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(137197,5,1661536800,2022,8,26,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(137198,5,1661538600,2022,8,26,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(137199,5,1661540400,2022,8,26,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(137200,5,1661542200,2022,8,26,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(137201,5,1661544000,2022,8,26,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(137202,5,1661545800,2022,8,26,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(137203,5,1661547600,2022,8,26,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(137204,5,1661549400,2022,8,26,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(137205,5,1661511600,2022,8,26,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(137206,5,1661513400,2022,8,26,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(137207,5,1661515200,2022,8,26,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(137208,5,1661517000,2022,8,26,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(137209,5,1661518800,2022,8,26,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(137210,5,1661520600,2022,8,26,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(137211,5,1661522400,2022,8,26,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(137212,5,1661536800,2022,8,26,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(137213,5,1661538600,2022,8,26,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(137214,5,1661540400,2022,8,26,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(137215,5,1661542200,2022,8,26,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(137216,5,1661544000,2022,8,26,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(137217,5,1661545800,2022,8,26,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(137218,5,1661547600,2022,8,26,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(137219,5,1661549400,2022,8,26,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(137220,5,1661598000,2022,8,27,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(137221,5,1661599800,2022,8,27,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(137222,5,1661601600,2022,8,27,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(137223,5,1661603400,2022,8,27,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(137224,5,1661605200,2022,8,27,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(137225,5,1661607000,2022,8,27,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(137226,5,1661608800,2022,8,27,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(137227,5,1661623200,2022,8,27,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(137228,5,1661625000,2022,8,27,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(137229,5,1661626800,2022,8,27,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(137230,5,1661628600,2022,8,27,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(137231,5,1661630400,2022,8,27,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(137232,5,1661632200,2022,8,27,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(137233,5,1661634000,2022,8,27,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(137234,5,1661635800,2022,8,27,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(137235,5,1661598000,2022,8,27,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(137236,5,1661599800,2022,8,27,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(137237,5,1661601600,2022,8,27,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(137238,5,1661603400,2022,8,27,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(137239,5,1661605200,2022,8,27,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(137240,5,1661607000,2022,8,27,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(137241,5,1661608800,2022,8,27,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(137242,5,1661623200,2022,8,27,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(137243,5,1661625000,2022,8,27,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(137244,5,1661626800,2022,8,27,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(137245,5,1661628600,2022,8,27,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(137246,5,1661630400,2022,8,27,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(137247,5,1661632200,2022,8,27,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(137248,5,1661634000,2022,8,27,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(137249,5,1661635800,2022,8,27,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(137250,5,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896707),(137251,5,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896707),(137252,5,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896707),(137253,5,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896707),(137254,5,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896707),(137255,5,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896707),(137256,5,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896707),(137257,5,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896707),(137258,5,1661709600,2022,8,28,0,20,0,'',0,98,98,0,0,'false','false',1575896707),(137259,5,1661711400,2022,8,28,0,20,30,'',0,99,99,0,0,'false','false',1575896707),(137260,5,1661713200,2022,8,28,0,21,0,'',0,99,99,0,0,'false','false',1575896707),(137261,5,1661715000,2022,8,28,0,21,30,'',0,99,99,0,0,'false','false',1575896707),(137262,5,1661716800,2022,8,28,0,22,0,'',0,99,99,0,0,'false','false',1575896707),(137263,5,1661718600,2022,8,28,0,22,30,'',0,99,99,0,0,'false','false',1575896707),(137264,5,1661720400,2022,8,28,0,23,0,'',0,99,99,0,0,'false','false',1575896707),(137265,5,1661722200,2022,8,28,0,23,30,'',0,99,99,0,0,'false','false',1575896707),(137266,5,1661684400,2022,8,28,0,13,0,'',0,99,99,0,0,'false','false',1575896706),(137267,5,1661686200,2022,8,28,0,13,30,'',0,99,99,0,0,'false','false',1575896706),(137268,5,1661688000,2022,8,28,0,14,0,'',0,99,99,0,0,'false','false',1575896706),(137269,5,1661689800,2022,8,28,0,14,30,'',0,99,99,0,0,'false','false',1575896706),(137270,5,1661691600,2022,8,28,0,15,0,'',0,99,99,0,0,'false','false',1575896706),(137271,5,1661693400,2022,8,28,0,15,30,'',0,99,99,0,0,'false','false',1575896706),(137272,5,1661695200,2022,8,28,0,16,0,'',0,99,99,0,0,'false','false',1575896706),(137273,5,1661697000,2022,8,28,0,16,30,'',0,99,99,0,0,'false','false',1575896706),(137274,5,1661709600,2022,8,28,0,20,0,'',0,98,98,0,0,'false','false',1575896706),(137275,5,1661711400,2022,8,28,0,20,30,'',0,99,99,0,0,'false','false',1575896706),(137276,5,1661713200,2022,8,28,0,21,0,'',0,99,99,0,0,'false','false',1575896706),(137277,5,1661715000,2022,8,28,0,21,30,'',0,99,99,0,0,'false','false',1575896706),(137278,5,1661716800,2022,8,28,0,22,0,'',0,99,99,0,0,'false','false',1575896706),(137279,5,1661718600,2022,8,28,0,22,30,'',0,99,99,0,0,'false','false',1575896706),(137280,5,1661720400,2022,8,28,0,23,0,'',0,99,99,0,0,'false','false',1575896706),(137281,5,1661722200,2022,8,28,0,23,30,'',0,99,99,0,0,'false','false',1575896706),(137282,5,1661770800,2022,8,29,1,13,0,'',0,99,99,0,0,'false','false',1575896707),(137283,5,1661772600,2022,8,29,1,13,30,'',0,99,99,0,0,'false','false',1575896707),(137284,5,1661774400,2022,8,29,1,14,0,'',0,99,99,0,0,'false','false',1575896707),(137285,5,1661776200,2022,8,29,1,14,30,'',0,99,99,0,0,'false','false',1575896707),(137286,5,1661778000,2022,8,29,1,15,0,'',0,99,99,0,0,'false','false',1575896707),(137287,5,1661779800,2022,8,29,1,15,30,'',0,99,99,0,0,'false','false',1575896707),(137288,5,1661781600,2022,8,29,1,16,0,'',0,99,99,0,0,'false','false',1575896707),(137289,5,1661796000,2022,8,29,1,20,0,'',0,99,99,0,0,'false','false',1575896707),(137290,5,1661797800,2022,8,29,1,20,30,'',0,99,99,0,0,'false','false',1575896707),(137291,5,1661799600,2022,8,29,1,21,0,'',0,99,99,0,0,'false','false',1575896707),(137292,5,1661801400,2022,8,29,1,21,30,'',0,99,99,0,0,'false','false',1575896707),(137293,5,1661803200,2022,8,29,1,22,0,'',0,99,99,0,0,'false','false',1575896707),(137294,5,1661805000,2022,8,29,1,22,30,'',0,99,99,0,0,'false','false',1575896707),(137295,5,1661806800,2022,8,29,1,23,0,'',0,99,99,0,0,'false','false',1575896707),(137296,5,1661808600,2022,8,29,1,23,30,'',0,99,99,0,0,'false','false',1575896707),(137297,5,1661770800,2022,8,29,1,13,0,'',0,99,99,0,0,'false','false',1575896706),(137298,5,1661772600,2022,8,29,1,13,30,'',0,99,99,0,0,'false','false',1575896706),(137299,5,1661774400,2022,8,29,1,14,0,'',0,99,99,0,0,'false','false',1575896706),(137300,5,1661776200,2022,8,29,1,14,30,'',0,99,99,0,0,'false','false',1575896706),(137301,5,1661778000,2022,8,29,1,15,0,'',0,99,99,0,0,'false','false',1575896706),(137302,5,1661779800,2022,8,29,1,15,30,'',0,99,99,0,0,'false','false',1575896706),(137303,5,1661781600,2022,8,29,1,16,0,'',0,99,99,0,0,'false','false',1575896706),(137304,5,1661796000,2022,8,29,1,20,0,'',0,99,99,0,0,'false','false',1575896706),(137305,5,1661797800,2022,8,29,1,20,30,'',0,99,99,0,0,'false','false',1575896706),(137306,5,1661799600,2022,8,29,1,21,0,'',0,99,99,0,0,'false','false',1575896706),(137307,5,1661801400,2022,8,29,1,21,30,'',0,99,99,0,0,'false','false',1575896706),(137308,5,1661803200,2022,8,29,1,22,0,'',0,99,99,0,0,'false','false',1575896706),(137309,5,1661805000,2022,8,29,1,22,30,'',0,99,99,0,0,'false','false',1575896706),(137310,5,1661806800,2022,8,29,1,23,0,'',0,99,99,0,0,'false','false',1575896706),(137311,5,1661808600,2022,8,29,1,23,30,'',0,99,99,0,0,'false','false',1575896706),(137312,5,1661857200,2022,8,30,2,13,0,'',0,99,99,0,0,'false','false',1575896707),(137313,5,1661859000,2022,8,30,2,13,30,'',0,99,99,0,0,'false','false',1575896707),(137314,5,1661860800,2022,8,30,2,14,0,'',0,99,99,0,0,'false','false',1575896707),(137315,5,1661862600,2022,8,30,2,14,30,'',0,99,99,0,0,'false','false',1575896707),(137316,5,1661864400,2022,8,30,2,15,0,'',0,99,99,0,0,'false','false',1575896707),(137317,5,1661866200,2022,8,30,2,15,30,'',0,99,99,0,0,'false','false',1575896707),(137318,5,1661868000,2022,8,30,2,16,0,'',0,99,99,0,0,'false','false',1575896707),(137319,5,1661882400,2022,8,30,2,20,0,'',0,99,99,0,0,'false','false',1575896707),(137320,5,1661884200,2022,8,30,2,20,30,'',0,99,99,0,0,'false','false',1575896707),(137321,5,1661886000,2022,8,30,2,21,0,'',0,99,99,0,0,'false','false',1575896707),(137322,5,1661887800,2022,8,30,2,21,30,'',0,99,99,0,0,'false','false',1575896707),(137323,5,1661889600,2022,8,30,2,22,0,'',0,99,99,0,0,'false','false',1575896707),(137324,5,1661891400,2022,8,30,2,22,30,'',0,99,99,0,0,'false','false',1575896707),(137325,5,1661893200,2022,8,30,2,23,0,'',0,99,99,0,0,'false','false',1575896707),(137326,5,1661895000,2022,8,30,2,23,30,'',0,99,99,0,0,'false','false',1575896707),(137327,5,1661857200,2022,8,30,2,13,0,'',0,99,99,0,0,'false','false',1575896706),(137328,5,1661859000,2022,8,30,2,13,30,'',0,99,99,0,0,'false','false',1575896706),(137329,5,1661860800,2022,8,30,2,14,0,'',0,99,99,0,0,'false','false',1575896706),(137330,5,1661862600,2022,8,30,2,14,30,'',0,99,99,0,0,'false','false',1575896706),(137331,5,1661864400,2022,8,30,2,15,0,'',0,99,99,0,0,'false','false',1575896706),(137332,5,1661866200,2022,8,30,2,15,30,'',0,99,99,0,0,'false','false',1575896706),(137333,5,1661868000,2022,8,30,2,16,0,'',0,99,99,0,0,'false','false',1575896706),(137334,5,1661882400,2022,8,30,2,20,0,'',0,99,99,0,0,'false','false',1575896706),(137335,5,1661884200,2022,8,30,2,20,30,'',0,99,99,0,0,'false','false',1575896706),(137336,5,1661886000,2022,8,30,2,21,0,'',0,99,99,0,0,'false','false',1575896706),(137337,5,1661887800,2022,8,30,2,21,30,'',0,99,99,0,0,'false','false',1575896706),(137338,5,1661889600,2022,8,30,2,22,0,'',0,99,99,0,0,'false','false',1575896706),(137339,5,1661891400,2022,8,30,2,22,30,'',0,99,99,0,0,'false','false',1575896706),(137340,5,1661893200,2022,8,30,2,23,0,'',0,99,99,0,0,'false','false',1575896706),(137341,5,1661895000,2022,8,30,2,23,30,'',0,99,99,0,0,'false','false',1575896706),(137342,5,1661943600,2022,8,31,3,13,0,'',0,99,99,0,0,'false','false',1575896707),(137343,5,1661945400,2022,8,31,3,13,30,'',0,99,99,0,0,'false','false',1575896707),(137344,5,1661947200,2022,8,31,3,14,0,'',0,99,99,0,0,'false','false',1575896707),(137345,5,1661949000,2022,8,31,3,14,30,'',0,99,99,0,0,'false','false',1575896707),(137346,5,1661950800,2022,8,31,3,15,0,'',0,99,99,0,0,'false','false',1575896707),(137347,5,1661952600,2022,8,31,3,15,30,'',0,99,99,0,0,'false','false',1575896707),(137348,5,1661954400,2022,8,31,3,16,0,'',0,99,99,0,0,'false','false',1575896707),(137349,5,1661968800,2022,8,31,3,20,0,'',0,99,99,0,0,'false','false',1575896707),(137350,5,1661970600,2022,8,31,3,20,30,'',0,99,99,0,0,'false','false',1575896707),(137351,5,1661972400,2022,8,31,3,21,0,'',0,99,99,0,0,'false','false',1575896707),(137352,5,1661974200,2022,8,31,3,21,30,'',0,99,99,0,0,'false','false',1575896707),(137353,5,1661976000,2022,8,31,3,22,0,'',0,99,99,0,0,'false','false',1575896707),(137354,5,1661977800,2022,8,31,3,22,30,'',0,99,99,0,0,'false','false',1575896707),(137355,5,1661979600,2022,8,31,3,23,0,'',0,99,99,0,0,'false','false',1575896707),(137356,5,1661981400,2022,8,31,3,23,30,'',0,99,99,0,0,'false','false',1575896707),(137357,5,1661943600,2022,8,31,3,13,0,'',0,99,99,0,0,'false','false',1575896706),(137358,5,1661945400,2022,8,31,3,13,30,'',0,99,99,0,0,'false','false',1575896706),(137359,5,1661947200,2022,8,31,3,14,0,'',0,99,99,0,0,'false','false',1575896706),(137360,5,1661949000,2022,8,31,3,14,30,'',0,99,99,0,0,'false','false',1575896706),(137361,5,1661950800,2022,8,31,3,15,0,'',0,99,99,0,0,'false','false',1575896706),(137362,5,1661952600,2022,8,31,3,15,30,'',0,99,99,0,0,'false','false',1575896706),(137363,5,1661954400,2022,8,31,3,16,0,'',0,99,99,0,0,'false','false',1575896706),(137364,5,1661968800,2022,8,31,3,20,0,'',0,99,99,0,0,'false','false',1575896706),(137365,5,1661970600,2022,8,31,3,20,30,'',0,99,99,0,0,'false','false',1575896706),(137366,5,1661972400,2022,8,31,3,21,0,'',0,99,99,0,0,'false','false',1575896706),(137367,5,1661974200,2022,8,31,3,21,30,'',0,99,99,0,0,'false','false',1575896706),(137368,5,1661976000,2022,8,31,3,22,0,'',0,99,99,0,0,'false','false',1575896706),(137369,5,1661977800,2022,8,31,3,22,30,'',0,99,99,0,0,'false','false',1575896706),(137370,5,1661979600,2022,8,31,3,23,0,'',0,99,99,0,0,'false','false',1575896706),(137371,5,1661981400,2022,8,31,3,23,30,'',0,99,99,0,0,'false','false',1575896706),(137372,5,1662030000,2022,9,1,4,13,0,'',0,99,99,0,0,'false','false',1575896707),(137373,5,1662031800,2022,9,1,4,13,30,'',0,99,99,0,0,'false','false',1575896707),(137374,5,1662033600,2022,9,1,4,14,0,'',0,99,99,0,0,'false','false',1575896707),(137375,5,1662035400,2022,9,1,4,14,30,'',0,99,99,0,0,'false','false',1575896707),(137376,5,1662037200,2022,9,1,4,15,0,'',0,99,99,0,0,'false','false',1575896707),(137377,5,1662039000,2022,9,1,4,15,30,'',0,99,99,0,0,'false','false',1575896707),(137378,5,1662040800,2022,9,1,4,16,0,'',0,99,99,0,0,'false','false',1575896707),(137379,5,1662055200,2022,9,1,4,20,0,'',0,99,99,0,0,'false','false',1575896707),(137380,5,1662057000,2022,9,1,4,20,30,'',0,99,99,0,0,'false','false',1575896707),(137381,5,1662058800,2022,9,1,4,21,0,'',0,99,99,0,0,'false','false',1575896707),(137382,5,1662060600,2022,9,1,4,21,30,'',0,99,99,0,0,'false','false',1575896707),(137383,5,1662062400,2022,9,1,4,22,0,'',0,99,99,0,0,'false','false',1575896707),(137384,5,1662064200,2022,9,1,4,22,30,'',0,99,99,0,0,'false','false',1575896707),(137385,5,1662066000,2022,9,1,4,23,0,'',0,99,99,0,0,'false','false',1575896707),(137386,5,1662067800,2022,9,1,4,23,30,'',0,99,99,0,0,'false','false',1575896707),(137387,5,1662030000,2022,9,1,4,13,0,'',0,99,99,0,0,'false','false',1575896706),(137388,5,1662031800,2022,9,1,4,13,30,'',0,99,99,0,0,'false','false',1575896706),(137389,5,1662033600,2022,9,1,4,14,0,'',0,99,99,0,0,'false','false',1575896706),(137390,5,1662035400,2022,9,1,4,14,30,'',0,99,99,0,0,'false','false',1575896706),(137391,5,1662037200,2022,9,1,4,15,0,'',0,99,99,0,0,'false','false',1575896706),(137392,5,1662039000,2022,9,1,4,15,30,'',0,99,99,0,0,'false','false',1575896706),(137393,5,1662040800,2022,9,1,4,16,0,'',0,99,99,0,0,'false','false',1575896706),(137394,5,1662055200,2022,9,1,4,20,0,'',0,99,99,0,0,'false','false',1575896706),(137395,5,1662057000,2022,9,1,4,20,30,'',0,99,99,0,0,'false','false',1575896706),(137396,5,1662058800,2022,9,1,4,21,0,'',0,99,99,0,0,'false','false',1575896706),(137397,5,1662060600,2022,9,1,4,21,30,'',0,99,99,0,0,'false','false',1575896706),(137398,5,1662062400,2022,9,1,4,22,0,'',0,99,99,0,0,'false','false',1575896706),(137399,5,1662064200,2022,9,1,4,22,30,'',0,99,99,0,0,'false','false',1575896706),(137400,5,1662066000,2022,9,1,4,23,0,'',0,99,99,0,0,'false','false',1575896706),(137401,5,1662067800,2022,9,1,4,23,30,'',0,99,99,0,0,'false','false',1575896706),(137402,5,1662116400,2022,9,2,5,13,0,'',0,99,99,0,0,'false','false',1575896707),(137403,5,1662118200,2022,9,2,5,13,30,'',0,99,99,0,0,'false','false',1575896707),(137404,5,1662120000,2022,9,2,5,14,0,'',0,99,99,0,0,'false','false',1575896707),(137405,5,1662121800,2022,9,2,5,14,30,'',0,99,99,0,0,'false','false',1575896707),(137406,5,1662123600,2022,9,2,5,15,0,'',0,99,99,0,0,'false','false',1575896707),(137407,5,1662125400,2022,9,2,5,15,30,'',0,99,99,0,0,'false','false',1575896707),(137408,5,1662127200,2022,9,2,5,16,0,'',0,99,99,0,0,'false','false',1575896707),(137409,5,1662141600,2022,9,2,5,20,0,'',0,99,99,0,0,'false','false',1575896707),(137410,5,1662143400,2022,9,2,5,20,30,'',0,99,99,0,0,'false','false',1575896707),(137411,5,1662145200,2022,9,2,5,21,0,'',0,99,99,0,0,'false','false',1575896707),(137412,5,1662147000,2022,9,2,5,21,30,'',0,99,99,0,0,'false','false',1575896707),(137413,5,1662148800,2022,9,2,5,22,0,'',0,99,99,0,0,'false','false',1575896707),(137414,5,1662150600,2022,9,2,5,22,30,'',0,99,99,0,0,'false','false',1575896707),(137415,5,1662152400,2022,9,2,5,23,0,'',0,99,99,0,0,'false','false',1575896707),(137416,5,1662154200,2022,9,2,5,23,30,'',0,99,99,0,0,'false','false',1575896707),(137417,5,1662116400,2022,9,2,5,13,0,'',0,99,99,0,0,'false','false',1575896706),(137418,5,1662118200,2022,9,2,5,13,30,'',0,99,99,0,0,'false','false',1575896706),(137419,5,1662120000,2022,9,2,5,14,0,'',0,99,99,0,0,'false','false',1575896706),(137420,5,1662121800,2022,9,2,5,14,30,'',0,99,99,0,0,'false','false',1575896706),(137421,5,1662123600,2022,9,2,5,15,0,'',0,99,99,0,0,'false','false',1575896706),(137422,5,1662125400,2022,9,2,5,15,30,'',0,99,99,0,0,'false','false',1575896706),(137423,5,1662127200,2022,9,2,5,16,0,'',0,99,99,0,0,'false','false',1575896706),(137424,5,1662141600,2022,9,2,5,20,0,'',0,99,99,0,0,'false','false',1575896706),(137425,5,1662143400,2022,9,2,5,20,30,'',0,99,99,0,0,'false','false',1575896706),(137426,5,1662145200,2022,9,2,5,21,0,'',0,99,99,0,0,'false','false',1575896706),(137427,5,1662147000,2022,9,2,5,21,30,'',0,99,99,0,0,'false','false',1575896706),(137428,5,1662148800,2022,9,2,5,22,0,'',0,99,99,0,0,'false','false',1575896706),(137429,5,1662150600,2022,9,2,5,22,30,'',0,99,99,0,0,'false','false',1575896706),(137430,5,1662152400,2022,9,2,5,23,0,'',0,99,99,0,0,'false','false',1575896706),(137431,5,1662154200,2022,9,2,5,23,30,'',0,99,99,0,0,'false','false',1575896706),(137432,5,1662202800,2022,9,3,6,13,0,'',0,99,99,0,0,'false','false',1575896707),(137433,5,1662204600,2022,9,3,6,13,30,'',0,99,99,0,0,'false','false',1575896707),(137434,5,1662206400,2022,9,3,6,14,0,'',0,99,99,0,0,'false','false',1575896707),(137435,5,1662208200,2022,9,3,6,14,30,'',0,99,99,0,0,'false','false',1575896707),(137436,5,1662210000,2022,9,3,6,15,0,'',0,99,99,0,0,'false','false',1575896707),(137437,5,1662211800,2022,9,3,6,15,30,'',0,99,99,0,0,'false','false',1575896707),(137438,5,1662213600,2022,9,3,6,16,0,'',0,99,99,0,0,'false','false',1575896707),(137439,5,1662228000,2022,9,3,6,20,0,'',0,99,99,0,0,'false','false',1575896707),(137440,5,1662229800,2022,9,3,6,20,30,'',0,99,99,0,0,'false','false',1575896707),(137441,5,1662231600,2022,9,3,6,21,0,'',0,99,99,0,0,'false','false',1575896707),(137442,5,1662233400,2022,9,3,6,21,30,'',0,99,99,0,0,'false','false',1575896707),(137443,5,1662235200,2022,9,3,6,22,0,'',0,99,99,0,0,'false','false',1575896707),(137444,5,1662237000,2022,9,3,6,22,30,'',0,99,99,0,0,'false','false',1575896707),(137445,5,1662238800,2022,9,3,6,23,0,'',0,99,99,0,0,'false','false',1575896707),(137446,5,1662240600,2022,9,3,6,23,30,'',0,99,99,0,0,'false','false',1575896707),(137447,5,1662202800,2022,9,3,6,13,0,'',0,99,99,0,0,'false','false',1575896706),(137448,5,1662204600,2022,9,3,6,13,30,'',0,99,99,0,0,'false','false',1575896706),(137449,5,1662206400,2022,9,3,6,14,0,'',0,99,99,0,0,'false','false',1575896706),(137450,5,1662208200,2022,9,3,6,14,30,'',0,99,99,0,0,'false','false',1575896706),(137451,5,1662210000,2022,9,3,6,15,0,'',0,99,99,0,0,'false','false',1575896706),(137452,5,1662211800,2022,9,3,6,15,30,'',0,99,99,0,0,'false','false',1575896706),(137453,5,1662213600,2022,9,3,6,16,0,'',0,99,99,0,0,'false','false',1575896706),(137454,5,1662228000,2022,9,3,6,20,0,'',0,99,99,0,0,'false','false',1575896706),(137455,5,1662229800,2022,9,3,6,20,30,'',0,99,99,0,0,'false','false',1575896706),(137456,5,1662231600,2022,9,3,6,21,0,'',0,99,99,0,0,'false','false',1575896706),(137457,5,1662233400,2022,9,3,6,21,30,'',0,99,99,0,0,'false','false',1575896706),(137458,5,1662235200,2022,9,3,6,22,0,'',0,99,99,0,0,'false','false',1575896706),(137459,5,1662237000,2022,9,3,6,22,30,'',0,99,99,0,0,'false','false',1575896706),(137460,5,1662238800,2022,9,3,6,23,0,'',0,99,99,0,0,'false','false',1575896706),(137461,5,1662240600,2022,9,3,6,23,30,'',0,99,99,0,0,'false','false',1575896706),(137462,1,1662289200,2022,9,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137463,1,1662291000,2022,9,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137464,1,1662292800,2022,9,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137465,1,1662294600,2022,9,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137466,1,1662296400,2022,9,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137467,1,1662298200,2022,9,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137468,1,1662300000,2022,9,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137469,1,1662301800,2022,9,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137470,1,1662894000,2022,9,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137471,1,1662895800,2022,9,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137472,1,1662897600,2022,9,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137473,1,1662899400,2022,9,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137474,1,1662901200,2022,9,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137475,1,1662903000,2022,9,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137476,1,1662904800,2022,9,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137477,1,1662906600,2022,9,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137478,1,1663498800,2022,9,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137479,1,1663500600,2022,9,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137480,1,1663502400,2022,9,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137481,1,1663504200,2022,9,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137482,1,1663506000,2022,9,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137483,1,1663507800,2022,9,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137484,1,1663509600,2022,9,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137485,1,1663511400,2022,9,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137486,1,1664103600,2022,9,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137487,1,1664105400,2022,9,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137488,1,1664107200,2022,9,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137489,1,1664109000,2022,9,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137490,1,1664110800,2022,9,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137491,1,1664112600,2022,9,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137492,1,1664114400,2022,9,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137493,1,1664116200,2022,9,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137494,1,1664708400,2022,10,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137495,1,1664710200,2022,10,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137496,1,1664712000,2022,10,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137497,1,1664713800,2022,10,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137498,1,1664715600,2022,10,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137499,1,1664717400,2022,10,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137500,1,1664719200,2022,10,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137501,1,1664721000,2022,10,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137502,1,1665313200,2022,10,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137503,1,1665315000,2022,10,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137504,1,1665316800,2022,10,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137505,1,1665318600,2022,10,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137506,1,1665320400,2022,10,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137507,1,1665322200,2022,10,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137508,1,1665324000,2022,10,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137509,1,1665325800,2022,10,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137510,1,1665918000,2022,10,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137511,1,1665919800,2022,10,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137512,1,1665921600,2022,10,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137513,1,1665923400,2022,10,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137514,1,1665925200,2022,10,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137515,1,1665927000,2022,10,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137516,1,1665928800,2022,10,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137517,1,1665930600,2022,10,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137518,1,1666522800,2022,10,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137519,1,1666524600,2022,10,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137520,1,1666526400,2022,10,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137521,1,1666528200,2022,10,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137522,1,1666530000,2022,10,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137523,1,1666531800,2022,10,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137524,1,1666533600,2022,10,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137525,1,1666535400,2022,10,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137526,1,1667131200,2022,10,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137527,1,1667133000,2022,10,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137528,1,1667134800,2022,10,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137529,1,1667136600,2022,10,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137530,1,1667138400,2022,10,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137531,1,1667140200,2022,10,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137532,1,1667142000,2022,10,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137533,1,1667143800,2022,10,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137534,1,1667736000,2022,11,6,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137535,1,1667737800,2022,11,6,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137536,1,1667739600,2022,11,6,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137537,1,1667741400,2022,11,6,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137538,1,1667743200,2022,11,6,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137539,1,1667745000,2022,11,6,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137540,1,1667746800,2022,11,6,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137541,1,1667748600,2022,11,6,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137542,1,1668340800,2022,11,13,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137543,1,1668342600,2022,11,13,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137544,1,1668344400,2022,11,13,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137545,1,1668346200,2022,11,13,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137546,1,1668348000,2022,11,13,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137547,1,1668349800,2022,11,13,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137548,1,1668351600,2022,11,13,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137549,1,1668353400,2022,11,13,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137550,1,1668945600,2022,11,20,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137551,1,1668947400,2022,11,20,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137552,1,1668949200,2022,11,20,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137553,1,1668951000,2022,11,20,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137554,1,1668952800,2022,11,20,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137555,1,1668954600,2022,11,20,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137556,1,1668956400,2022,11,20,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137557,1,1668958200,2022,11,20,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137558,1,1669550400,2022,11,27,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137559,1,1669552200,2022,11,27,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137560,1,1669554000,2022,11,27,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137561,1,1669555800,2022,11,27,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137562,1,1669557600,2022,11,27,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137563,1,1669559400,2022,11,27,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137564,1,1669561200,2022,11,27,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137565,1,1669563000,2022,11,27,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137566,1,1670155200,2022,12,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137567,1,1670157000,2022,12,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137568,1,1670158800,2022,12,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137569,1,1670160600,2022,12,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137570,1,1670162400,2022,12,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137571,1,1670164200,2022,12,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137572,1,1670166000,2022,12,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137573,1,1670167800,2022,12,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137574,1,1670760000,2022,12,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137575,1,1670761800,2022,12,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137576,1,1670763600,2022,12,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137577,1,1670765400,2022,12,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137578,1,1670767200,2022,12,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137579,1,1670769000,2022,12,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137580,1,1670770800,2022,12,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137581,1,1670772600,2022,12,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137582,1,1671364800,2022,12,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137583,1,1671366600,2022,12,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137584,1,1671368400,2022,12,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137585,1,1671370200,2022,12,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137586,1,1671372000,2022,12,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137587,1,1671373800,2022,12,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137588,1,1671375600,2022,12,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137589,1,1671377400,2022,12,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137590,1,1671969600,2022,12,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137591,1,1671971400,2022,12,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137592,1,1671973200,2022,12,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137593,1,1671975000,2022,12,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137594,1,1671976800,2022,12,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137595,1,1671978600,2022,12,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137596,1,1671980400,2022,12,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137597,1,1671982200,2022,12,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137598,1,1672574400,2023,1,1,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137599,1,1672576200,2023,1,1,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137600,1,1672578000,2023,1,1,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137601,1,1672579800,2023,1,1,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137602,1,1672581600,2023,1,1,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137603,1,1672583400,2023,1,1,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137604,1,1672585200,2023,1,1,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137605,1,1672587000,2023,1,1,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137606,1,1673179200,2023,1,8,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137607,1,1673181000,2023,1,8,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137608,1,1673182800,2023,1,8,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137609,1,1673184600,2023,1,8,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137610,1,1673186400,2023,1,8,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137611,1,1673188200,2023,1,8,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137612,1,1673190000,2023,1,8,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137613,1,1673191800,2023,1,8,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137614,1,1673784000,2023,1,15,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137615,1,1673785800,2023,1,15,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137616,1,1673787600,2023,1,15,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137617,1,1673789400,2023,1,15,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137618,1,1673791200,2023,1,15,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137619,1,1673793000,2023,1,15,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137620,1,1673794800,2023,1,15,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137621,1,1673796600,2023,1,15,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137622,1,1674388800,2023,1,22,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137623,1,1674390600,2023,1,22,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137624,1,1674392400,2023,1,22,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137625,1,1674394200,2023,1,22,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137626,1,1674396000,2023,1,22,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137627,1,1674397800,2023,1,22,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137628,1,1674399600,2023,1,22,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137629,1,1674401400,2023,1,22,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137630,1,1674993600,2023,1,29,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137631,1,1674995400,2023,1,29,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137632,1,1674997200,2023,1,29,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137633,1,1674999000,2023,1,29,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137634,1,1675000800,2023,1,29,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137635,1,1675002600,2023,1,29,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137636,1,1675004400,2023,1,29,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137637,1,1675006200,2023,1,29,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137638,1,1675598400,2023,2,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137639,1,1675600200,2023,2,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137640,1,1675602000,2023,2,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137641,1,1675603800,2023,2,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137642,1,1675605600,2023,2,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137643,1,1675607400,2023,2,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137644,1,1675609200,2023,2,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137645,1,1675611000,2023,2,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137646,1,1676203200,2023,2,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137647,1,1676205000,2023,2,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137648,1,1676206800,2023,2,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137649,1,1676208600,2023,2,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137650,1,1676210400,2023,2,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137651,1,1676212200,2023,2,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137652,1,1676214000,2023,2,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137653,1,1676215800,2023,2,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137654,1,1676808000,2023,2,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137655,1,1676809800,2023,2,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137656,1,1676811600,2023,2,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137657,1,1676813400,2023,2,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137658,1,1676815200,2023,2,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137659,1,1676817000,2023,2,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137660,1,1676818800,2023,2,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137661,1,1676820600,2023,2,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137662,1,1677412800,2023,2,26,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137663,1,1677414600,2023,2,26,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137664,1,1677416400,2023,2,26,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137665,1,1677418200,2023,2,26,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137666,1,1677420000,2023,2,26,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137667,1,1677421800,2023,2,26,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137668,1,1677423600,2023,2,26,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137669,1,1677425400,2023,2,26,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137670,1,1678017600,2023,3,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137671,1,1678019400,2023,3,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137672,1,1678021200,2023,3,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137673,1,1678023000,2023,3,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137674,1,1678024800,2023,3,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137675,1,1678026600,2023,3,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137676,1,1678028400,2023,3,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137677,1,1678030200,2023,3,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137678,1,1678622400,2023,3,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137679,1,1678624200,2023,3,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137680,1,1678626000,2023,3,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137681,1,1678627800,2023,3,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137682,1,1678629600,2023,3,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137683,1,1678631400,2023,3,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137684,1,1678633200,2023,3,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137685,1,1678635000,2023,3,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137686,1,1679227200,2023,3,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137687,1,1679229000,2023,3,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137688,1,1679230800,2023,3,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137689,1,1679232600,2023,3,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137690,1,1679234400,2023,3,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137691,1,1679236200,2023,3,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137692,1,1679238000,2023,3,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137693,1,1679239800,2023,3,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137694,1,1680433200,2023,4,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137695,1,1680435000,2023,4,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137696,1,1680436800,2023,4,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137697,1,1680438600,2023,4,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137698,1,1680440400,2023,4,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137699,1,1680442200,2023,4,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137700,1,1680444000,2023,4,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137701,1,1680445800,2023,4,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137702,1,1681038000,2023,4,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137703,1,1681039800,2023,4,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137704,1,1681041600,2023,4,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137705,1,1681043400,2023,4,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137706,1,1681045200,2023,4,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137707,1,1681047000,2023,4,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137708,1,1681048800,2023,4,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137709,1,1681050600,2023,4,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137710,1,1681642800,2023,4,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137711,1,1681644600,2023,4,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137712,1,1681646400,2023,4,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137713,1,1681648200,2023,4,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137714,1,1681650000,2023,4,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137715,1,1681651800,2023,4,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137716,1,1681653600,2023,4,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137717,1,1681655400,2023,4,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137718,1,1682247600,2023,4,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137719,1,1682249400,2023,4,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137720,1,1682251200,2023,4,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137721,1,1682253000,2023,4,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137722,1,1682254800,2023,4,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137723,1,1682256600,2023,4,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137724,1,1682258400,2023,4,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137725,1,1682260200,2023,4,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137726,1,1682852400,2023,4,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137727,1,1682854200,2023,4,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137728,1,1682856000,2023,4,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137729,1,1682857800,2023,4,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137730,1,1682859600,2023,4,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137731,1,1682861400,2023,4,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137732,1,1682863200,2023,4,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137733,1,1682865000,2023,4,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137734,1,1683457200,2023,5,7,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137735,1,1683459000,2023,5,7,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137736,1,1683460800,2023,5,7,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137737,1,1683462600,2023,5,7,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137738,1,1683464400,2023,5,7,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137739,1,1683466200,2023,5,7,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137740,1,1683468000,2023,5,7,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137741,1,1683469800,2023,5,7,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137742,1,1684062000,2023,5,14,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137743,1,1684063800,2023,5,14,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137744,1,1684065600,2023,5,14,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137745,1,1684067400,2023,5,14,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137746,1,1684069200,2023,5,14,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137747,1,1684071000,2023,5,14,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137748,1,1684072800,2023,5,14,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137749,1,1684074600,2023,5,14,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137750,2,1597960800,2020,8,21,5,0,0,'',0,5,5,0,0,'false','false',1598014882),(137751,2,1598047200,2020,8,22,6,0,0,'',0,5,5,0,0,'false','false',1598014882),(137752,2,1598133600,2020,8,23,0,0,0,'',0,5,5,0,0,'false','false',1598014882),(137753,2,1598220000,2020,8,24,1,0,0,'',0,5,5,0,0,'false','false',1598014882),(137754,2,1598306400,2020,8,25,2,0,0,'',0,5,5,0,0,'false','false',1598014882),(137755,2,1598392800,2020,8,26,3,0,0,'',0,5,5,0,0,'false','false',1598014882),(137756,2,1598479200,2020,8,27,4,0,0,'',0,5,5,0,0,'false','false',1598014882),(137757,2,1598565600,2020,8,28,5,0,0,'',0,5,5,0,0,'false','false',1598014882),(137758,2,1598652000,2020,8,29,6,0,0,'',0,5,5,0,0,'false','false',1598014882),(137759,2,1598738400,2020,8,30,0,0,0,'',0,5,5,0,0,'false','false',1598014882),(137760,2,1598824800,2020,8,31,1,0,0,'',0,5,5,0,0,'false','false',1598014882),(137761,2,1598911200,2020,9,1,2,0,0,'',0,5,5,0,0,'false','false',1598014882),(137762,2,1598997600,2020,9,2,3,0,0,'',0,5,5,0,0,'false','false',1598014882),(137763,2,1599084000,2020,9,3,4,0,0,'',0,5,5,0,0,'false','false',1598014882),(137764,2,1599170400,2020,9,4,5,0,0,'',0,5,5,0,0,'false','false',1598014882),(137765,2,1599256800,2020,9,5,6,0,0,'',0,5,5,0,0,'false','false',1598014882),(137766,2,1599343200,2020,9,6,0,0,0,'',0,5,5,0,0,'false','false',1598014882),(137767,2,1599429600,2020,9,7,1,0,0,'',0,5,5,0,0,'false','false',1598014882),(137768,2,1599516000,2020,9,8,2,0,0,'',0,5,5,0,0,'false','false',1598014882),(137769,2,1599602400,2020,9,9,3,0,0,'',0,5,5,0,0,'false','false',1598014882),(137770,2,1599688800,2020,9,10,4,0,0,'',0,5,5,0,0,'false','false',1598014882),(137771,2,1599775200,2020,9,11,5,0,0,'',0,5,5,0,0,'false','false',1598014882),(137772,2,1599861600,2020,9,12,6,0,0,'',0,5,5,0,0,'false','false',1598014882),(137773,2,1599948000,2020,9,13,0,0,0,'',0,5,5,0,0,'false','false',1598014882),(137774,2,1600034400,2020,9,14,1,0,0,'',0,5,5,0,0,'false','false',1598014882),(137775,2,1600120800,2020,9,15,2,0,0,'',0,5,5,0,0,'false','false',1598014882),(137776,2,1600207200,2020,9,16,3,0,0,'',0,5,5,0,0,'false','false',1598014882),(137777,2,1600293600,2020,9,17,4,0,0,'',0,5,5,0,0,'false','false',1598014882),(137778,2,1600380000,2020,9,18,5,0,0,'',0,5,5,0,0,'false','false',1598014882),(137779,2,1600466400,2020,9,19,6,0,0,'',0,5,5,0,0,'false','false',1598014882),(137780,3,1662289200,2022,9,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137781,3,1662291000,2022,9,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137782,3,1662292800,2022,9,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137783,3,1662294600,2022,9,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137784,3,1662296400,2022,9,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137785,3,1662298200,2022,9,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137786,3,1662300000,2022,9,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137787,3,1662301800,2022,9,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137788,3,1662314400,2022,9,4,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(137789,3,1662316200,2022,9,4,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(137790,3,1662318000,2022,9,4,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(137791,3,1662319800,2022,9,4,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(137792,3,1662321600,2022,9,4,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(137793,3,1662323400,2022,9,4,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(137794,3,1662325200,2022,9,4,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(137795,3,1662327000,2022,9,4,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(137796,3,1662375600,2022,9,5,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(137797,3,1662377400,2022,9,5,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(137798,3,1662379200,2022,9,5,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(137799,3,1662381000,2022,9,5,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(137800,3,1662382800,2022,9,5,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(137801,3,1662384600,2022,9,5,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(137802,3,1662386400,2022,9,5,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(137803,3,1662400800,2022,9,5,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(137804,3,1662402600,2022,9,5,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(137805,3,1662404400,2022,9,5,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(137806,3,1662406200,2022,9,5,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(137807,3,1662408000,2022,9,5,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(137808,3,1662409800,2022,9,5,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(137809,3,1662411600,2022,9,5,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(137810,3,1662413400,2022,9,5,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(137811,3,1662462000,2022,9,6,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(137812,3,1662463800,2022,9,6,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(137813,3,1662465600,2022,9,6,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(137814,3,1662467400,2022,9,6,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(137815,3,1662469200,2022,9,6,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(137816,3,1662471000,2022,9,6,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(137817,3,1662472800,2022,9,6,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(137818,3,1662487200,2022,9,6,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(137819,3,1662489000,2022,9,6,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(137820,3,1662490800,2022,9,6,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(137821,3,1662492600,2022,9,6,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(137822,3,1662494400,2022,9,6,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(137823,3,1662496200,2022,9,6,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(137824,3,1662498000,2022,9,6,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(137825,3,1662499800,2022,9,6,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(137826,3,1662548400,2022,9,7,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(137827,3,1662550200,2022,9,7,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(137828,3,1662552000,2022,9,7,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(137829,3,1662553800,2022,9,7,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(137830,3,1662555600,2022,9,7,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(137831,3,1662557400,2022,9,7,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(137832,3,1662559200,2022,9,7,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(137833,3,1662573600,2022,9,7,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(137834,3,1662575400,2022,9,7,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(137835,3,1662577200,2022,9,7,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(137836,3,1662579000,2022,9,7,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(137837,3,1662580800,2022,9,7,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(137838,3,1662582600,2022,9,7,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(137839,3,1662584400,2022,9,7,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(137840,3,1662586200,2022,9,7,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(137841,3,1662634800,2022,9,8,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(137842,3,1662636600,2022,9,8,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(137843,3,1662638400,2022,9,8,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(137844,3,1662640200,2022,9,8,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(137845,3,1662642000,2022,9,8,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(137846,3,1662643800,2022,9,8,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(137847,3,1662645600,2022,9,8,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(137848,3,1662660000,2022,9,8,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(137849,3,1662661800,2022,9,8,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(137850,3,1662663600,2022,9,8,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(137851,3,1662665400,2022,9,8,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(137852,3,1662667200,2022,9,8,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(137853,3,1662669000,2022,9,8,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(137854,3,1662670800,2022,9,8,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(137855,3,1662672600,2022,9,8,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(137856,3,1662721200,2022,9,9,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(137857,3,1662723000,2022,9,9,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(137858,3,1662724800,2022,9,9,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(137859,3,1662726600,2022,9,9,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(137860,3,1662728400,2022,9,9,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(137861,3,1662730200,2022,9,9,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(137862,3,1662732000,2022,9,9,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(137863,3,1662746400,2022,9,9,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(137864,3,1662748200,2022,9,9,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(137865,3,1662750000,2022,9,9,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(137866,3,1662751800,2022,9,9,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(137867,3,1662753600,2022,9,9,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(137868,3,1662755400,2022,9,9,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(137869,3,1662757200,2022,9,9,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(137870,3,1662759000,2022,9,9,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(137871,3,1662807600,2022,9,10,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(137872,3,1662809400,2022,9,10,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(137873,3,1662811200,2022,9,10,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(137874,3,1662813000,2022,9,10,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(137875,3,1662814800,2022,9,10,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(137876,3,1662816600,2022,9,10,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(137877,3,1662818400,2022,9,10,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(137878,3,1662832800,2022,9,10,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(137879,3,1662834600,2022,9,10,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(137880,3,1662836400,2022,9,10,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(137881,3,1662838200,2022,9,10,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(137882,3,1662840000,2022,9,10,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(137883,3,1662841800,2022,9,10,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(137884,3,1662843600,2022,9,10,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(137885,3,1662845400,2022,9,10,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(137886,3,1662894000,2022,9,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137887,3,1662895800,2022,9,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137888,3,1662897600,2022,9,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137889,3,1662899400,2022,9,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137890,3,1662901200,2022,9,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137891,3,1662903000,2022,9,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137892,3,1662904800,2022,9,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137893,3,1662906600,2022,9,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(137894,3,1662919200,2022,9,11,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(137895,3,1662921000,2022,9,11,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(137896,3,1662922800,2022,9,11,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(137897,3,1662924600,2022,9,11,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(137898,3,1662926400,2022,9,11,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(137899,3,1662928200,2022,9,11,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(137900,3,1662930000,2022,9,11,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(137901,3,1662931800,2022,9,11,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(137902,3,1662980400,2022,9,12,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(137903,3,1662982200,2022,9,12,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(137904,3,1662984000,2022,9,12,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(137905,3,1662985800,2022,9,12,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(137906,3,1662987600,2022,9,12,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(137907,3,1662989400,2022,9,12,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(137908,3,1662991200,2022,9,12,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(137909,3,1663005600,2022,9,12,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(137910,3,1663007400,2022,9,12,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(137911,3,1663009200,2022,9,12,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(137912,3,1663011000,2022,9,12,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(137913,3,1663012800,2022,9,12,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(137914,3,1663014600,2022,9,12,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(137915,3,1663016400,2022,9,12,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(137916,3,1663018200,2022,9,12,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(137917,3,1663066800,2022,9,13,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(137918,3,1663068600,2022,9,13,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(137919,3,1663070400,2022,9,13,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(137920,3,1663072200,2022,9,13,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(137921,3,1663074000,2022,9,13,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(137922,3,1663075800,2022,9,13,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(137923,3,1663077600,2022,9,13,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(137924,3,1663092000,2022,9,13,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(137925,3,1663093800,2022,9,13,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(137926,3,1663095600,2022,9,13,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(137927,3,1663097400,2022,9,13,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(137928,3,1663099200,2022,9,13,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(137929,3,1663101000,2022,9,13,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(137930,3,1663102800,2022,9,13,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(137931,3,1663104600,2022,9,13,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(137932,3,1663153200,2022,9,14,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(137933,3,1663155000,2022,9,14,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(137934,3,1663156800,2022,9,14,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(137935,3,1663158600,2022,9,14,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(137936,3,1663160400,2022,9,14,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(137937,3,1663162200,2022,9,14,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(137938,3,1663164000,2022,9,14,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(137939,3,1663178400,2022,9,14,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(137940,3,1663180200,2022,9,14,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(137941,3,1663182000,2022,9,14,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(137942,3,1663183800,2022,9,14,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(137943,3,1663185600,2022,9,14,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(137944,3,1663187400,2022,9,14,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(137945,3,1663189200,2022,9,14,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(137946,3,1663191000,2022,9,14,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(137947,3,1663239600,2022,9,15,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(137948,3,1663241400,2022,9,15,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(137949,3,1663243200,2022,9,15,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(137950,3,1663245000,2022,9,15,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(137951,3,1663246800,2022,9,15,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(137952,3,1663248600,2022,9,15,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(137953,3,1663250400,2022,9,15,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(137954,3,1663264800,2022,9,15,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(137955,3,1663266600,2022,9,15,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(137956,3,1663268400,2022,9,15,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(137957,3,1663270200,2022,9,15,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(137958,3,1663272000,2022,9,15,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(137959,3,1663273800,2022,9,15,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(137960,3,1663275600,2022,9,15,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(137961,3,1663277400,2022,9,15,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(137962,3,1663326000,2022,9,16,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(137963,3,1663327800,2022,9,16,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(137964,3,1663329600,2022,9,16,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(137965,3,1663331400,2022,9,16,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(137966,3,1663333200,2022,9,16,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(137967,3,1663335000,2022,9,16,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(137968,3,1663336800,2022,9,16,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(137969,3,1663351200,2022,9,16,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(137970,3,1663353000,2022,9,16,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(137971,3,1663354800,2022,9,16,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(137972,3,1663356600,2022,9,16,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(137973,3,1663358400,2022,9,16,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(137974,3,1663360200,2022,9,16,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(137975,3,1663362000,2022,9,16,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(137976,3,1663363800,2022,9,16,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(137977,3,1663412400,2022,9,17,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(137978,3,1663414200,2022,9,17,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(137979,3,1663416000,2022,9,17,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(137980,3,1663417800,2022,9,17,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(137981,3,1663419600,2022,9,17,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(137982,3,1663421400,2022,9,17,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(137983,3,1663423200,2022,9,17,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(137984,3,1663437600,2022,9,17,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(137985,3,1663439400,2022,9,17,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(137986,3,1663441200,2022,9,17,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(137987,3,1663443000,2022,9,17,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(137988,3,1663444800,2022,9,17,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(137989,3,1663446600,2022,9,17,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(137990,3,1663448400,2022,9,17,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(137991,3,1663450200,2022,9,17,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(137992,3,1663498800,2022,9,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(137993,3,1663500600,2022,9,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(137994,3,1663502400,2022,9,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(137995,3,1663504200,2022,9,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(137996,3,1663506000,2022,9,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(137997,3,1663507800,2022,9,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(137998,3,1663509600,2022,9,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(137999,3,1663511400,2022,9,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138000,3,1663524000,2022,9,18,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138001,3,1663525800,2022,9,18,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138002,3,1663527600,2022,9,18,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138003,3,1663529400,2022,9,18,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138004,3,1663531200,2022,9,18,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138005,3,1663533000,2022,9,18,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138006,3,1663534800,2022,9,18,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138007,3,1663536600,2022,9,18,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138008,3,1663585200,2022,9,19,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138009,3,1663587000,2022,9,19,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138010,3,1663588800,2022,9,19,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138011,3,1663590600,2022,9,19,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138012,3,1663592400,2022,9,19,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138013,3,1663594200,2022,9,19,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138014,3,1663596000,2022,9,19,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138015,3,1663610400,2022,9,19,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138016,3,1663612200,2022,9,19,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138017,3,1663614000,2022,9,19,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138018,3,1663615800,2022,9,19,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138019,3,1663617600,2022,9,19,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138020,3,1663619400,2022,9,19,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138021,3,1663621200,2022,9,19,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138022,3,1663623000,2022,9,19,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138023,3,1663671600,2022,9,20,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138024,3,1663673400,2022,9,20,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138025,3,1663675200,2022,9,20,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138026,3,1663677000,2022,9,20,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138027,3,1663678800,2022,9,20,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138028,3,1663680600,2022,9,20,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138029,3,1663682400,2022,9,20,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138030,3,1663696800,2022,9,20,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138031,3,1663698600,2022,9,20,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138032,3,1663700400,2022,9,20,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138033,3,1663702200,2022,9,20,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138034,3,1663704000,2022,9,20,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138035,3,1663705800,2022,9,20,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138036,3,1663707600,2022,9,20,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138037,3,1663709400,2022,9,20,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138038,3,1663758000,2022,9,21,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138039,3,1663759800,2022,9,21,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138040,3,1663761600,2022,9,21,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138041,3,1663763400,2022,9,21,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138042,3,1663765200,2022,9,21,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138043,3,1663767000,2022,9,21,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138044,3,1663768800,2022,9,21,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138045,3,1663783200,2022,9,21,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138046,3,1663785000,2022,9,21,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138047,3,1663786800,2022,9,21,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138048,3,1663788600,2022,9,21,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138049,3,1663790400,2022,9,21,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138050,3,1663792200,2022,9,21,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138051,3,1663794000,2022,9,21,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138052,3,1663795800,2022,9,21,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138053,3,1663844400,2022,9,22,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138054,3,1663846200,2022,9,22,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138055,3,1663848000,2022,9,22,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138056,3,1663849800,2022,9,22,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138057,3,1663851600,2022,9,22,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138058,3,1663853400,2022,9,22,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138059,3,1663855200,2022,9,22,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138060,3,1663869600,2022,9,22,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138061,3,1663871400,2022,9,22,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138062,3,1663873200,2022,9,22,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138063,3,1663875000,2022,9,22,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138064,3,1663876800,2022,9,22,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138065,3,1663878600,2022,9,22,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138066,3,1663880400,2022,9,22,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138067,3,1663882200,2022,9,22,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138068,3,1663930800,2022,9,23,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138069,3,1663932600,2022,9,23,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138070,3,1663934400,2022,9,23,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138071,3,1663936200,2022,9,23,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138072,3,1663938000,2022,9,23,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138073,3,1663939800,2022,9,23,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138074,3,1663941600,2022,9,23,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138075,3,1663956000,2022,9,23,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138076,3,1663957800,2022,9,23,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138077,3,1663959600,2022,9,23,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138078,3,1663961400,2022,9,23,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138079,3,1663963200,2022,9,23,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138080,3,1663965000,2022,9,23,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138081,3,1663966800,2022,9,23,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138082,3,1663968600,2022,9,23,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138083,3,1664017200,2022,9,24,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138084,3,1664019000,2022,9,24,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138085,3,1664020800,2022,9,24,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138086,3,1664022600,2022,9,24,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138087,3,1664024400,2022,9,24,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138088,3,1664026200,2022,9,24,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138089,3,1664028000,2022,9,24,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138090,3,1664042400,2022,9,24,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138091,3,1664044200,2022,9,24,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138092,3,1664046000,2022,9,24,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138093,3,1664047800,2022,9,24,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138094,3,1664049600,2022,9,24,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138095,3,1664051400,2022,9,24,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138096,3,1664053200,2022,9,24,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138097,3,1664055000,2022,9,24,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138098,3,1664103600,2022,9,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138099,3,1664105400,2022,9,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138100,3,1664107200,2022,9,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138101,3,1664109000,2022,9,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138102,3,1664110800,2022,9,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138103,3,1664112600,2022,9,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138104,3,1664114400,2022,9,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138105,3,1664116200,2022,9,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138106,3,1664128800,2022,9,25,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138107,3,1664130600,2022,9,25,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138108,3,1664132400,2022,9,25,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138109,3,1664134200,2022,9,25,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138110,3,1664136000,2022,9,25,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138111,3,1664137800,2022,9,25,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138112,3,1664139600,2022,9,25,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138113,3,1664141400,2022,9,25,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138114,3,1664190000,2022,9,26,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138115,3,1664191800,2022,9,26,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138116,3,1664193600,2022,9,26,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138117,3,1664195400,2022,9,26,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138118,3,1664197200,2022,9,26,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138119,3,1664199000,2022,9,26,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138120,3,1664200800,2022,9,26,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138121,3,1664215200,2022,9,26,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138122,3,1664217000,2022,9,26,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138123,3,1664218800,2022,9,26,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138124,3,1664220600,2022,9,26,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138125,3,1664222400,2022,9,26,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138126,3,1664224200,2022,9,26,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138127,3,1664226000,2022,9,26,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138128,3,1664227800,2022,9,26,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138129,3,1664276400,2022,9,27,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138130,3,1664278200,2022,9,27,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138131,3,1664280000,2022,9,27,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138132,3,1664281800,2022,9,27,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138133,3,1664283600,2022,9,27,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138134,3,1664285400,2022,9,27,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138135,3,1664287200,2022,9,27,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138136,3,1664301600,2022,9,27,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138137,3,1664303400,2022,9,27,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138138,3,1664305200,2022,9,27,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138139,3,1664307000,2022,9,27,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138140,3,1664308800,2022,9,27,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138141,3,1664310600,2022,9,27,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138142,3,1664312400,2022,9,27,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138143,3,1664314200,2022,9,27,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138144,3,1664362800,2022,9,28,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138145,3,1664364600,2022,9,28,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138146,3,1664366400,2022,9,28,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138147,3,1664368200,2022,9,28,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138148,3,1664370000,2022,9,28,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138149,3,1664371800,2022,9,28,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138150,3,1664373600,2022,9,28,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138151,3,1664388000,2022,9,28,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138152,3,1664389800,2022,9,28,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138153,3,1664391600,2022,9,28,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138154,3,1664393400,2022,9,28,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138155,3,1664395200,2022,9,28,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138156,3,1664397000,2022,9,28,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138157,3,1664398800,2022,9,28,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138158,3,1664400600,2022,9,28,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138159,3,1664449200,2022,9,29,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138160,3,1664451000,2022,9,29,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138161,3,1664452800,2022,9,29,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138162,3,1664454600,2022,9,29,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138163,3,1664456400,2022,9,29,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138164,3,1664458200,2022,9,29,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138165,3,1664460000,2022,9,29,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138166,3,1664474400,2022,9,29,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138167,3,1664476200,2022,9,29,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138168,3,1664478000,2022,9,29,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138169,3,1664479800,2022,9,29,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138170,3,1664481600,2022,9,29,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138171,3,1664483400,2022,9,29,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138172,3,1664485200,2022,9,29,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138173,3,1664487000,2022,9,29,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138174,3,1664535600,2022,9,30,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138175,3,1664537400,2022,9,30,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138176,3,1664539200,2022,9,30,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138177,3,1664541000,2022,9,30,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138178,3,1664542800,2022,9,30,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138179,3,1664544600,2022,9,30,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138180,3,1664546400,2022,9,30,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138181,3,1664560800,2022,9,30,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138182,3,1664562600,2022,9,30,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138183,3,1664564400,2022,9,30,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138184,3,1664566200,2022,9,30,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138185,3,1664568000,2022,9,30,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138186,3,1664569800,2022,9,30,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138187,3,1664571600,2022,9,30,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138188,3,1664573400,2022,9,30,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138189,3,1664622000,2022,10,1,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138190,3,1664623800,2022,10,1,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138191,3,1664625600,2022,10,1,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138192,3,1664627400,2022,10,1,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138193,3,1664629200,2022,10,1,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138194,3,1664631000,2022,10,1,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138195,3,1664632800,2022,10,1,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138196,3,1664647200,2022,10,1,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138197,3,1664649000,2022,10,1,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138198,3,1664650800,2022,10,1,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138199,3,1664652600,2022,10,1,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138200,3,1664654400,2022,10,1,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138201,3,1664656200,2022,10,1,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138202,3,1664658000,2022,10,1,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138203,3,1664659800,2022,10,1,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138204,3,1664708400,2022,10,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138205,3,1664710200,2022,10,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138206,3,1664712000,2022,10,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138207,3,1664713800,2022,10,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138208,3,1664715600,2022,10,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138209,3,1664717400,2022,10,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138210,3,1664719200,2022,10,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138211,3,1664721000,2022,10,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138212,3,1664733600,2022,10,2,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138213,3,1664735400,2022,10,2,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138214,3,1664737200,2022,10,2,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138215,3,1664739000,2022,10,2,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138216,3,1664740800,2022,10,2,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138217,3,1664742600,2022,10,2,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138218,3,1664744400,2022,10,2,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138219,3,1664746200,2022,10,2,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138220,3,1664794800,2022,10,3,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138221,3,1664796600,2022,10,3,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138222,3,1664798400,2022,10,3,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138223,3,1664800200,2022,10,3,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138224,3,1664802000,2022,10,3,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138225,3,1664803800,2022,10,3,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138226,3,1664805600,2022,10,3,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138227,3,1664820000,2022,10,3,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138228,3,1664821800,2022,10,3,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138229,3,1664823600,2022,10,3,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138230,3,1664825400,2022,10,3,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138231,3,1664827200,2022,10,3,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138232,3,1664829000,2022,10,3,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138233,3,1664830800,2022,10,3,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138234,3,1664832600,2022,10,3,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138235,3,1664881200,2022,10,4,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138236,3,1664883000,2022,10,4,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138237,3,1664884800,2022,10,4,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138238,3,1664886600,2022,10,4,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138239,3,1664888400,2022,10,4,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138240,3,1664890200,2022,10,4,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138241,3,1664892000,2022,10,4,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138242,3,1664906400,2022,10,4,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138243,3,1664908200,2022,10,4,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138244,3,1664910000,2022,10,4,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138245,3,1664911800,2022,10,4,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138246,3,1664913600,2022,10,4,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138247,3,1664915400,2022,10,4,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138248,3,1664917200,2022,10,4,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138249,3,1664919000,2022,10,4,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138250,3,1664967600,2022,10,5,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138251,3,1664969400,2022,10,5,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138252,3,1664971200,2022,10,5,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138253,3,1664973000,2022,10,5,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138254,3,1664974800,2022,10,5,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138255,3,1664976600,2022,10,5,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138256,3,1664978400,2022,10,5,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138257,3,1664992800,2022,10,5,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138258,3,1664994600,2022,10,5,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138259,3,1664996400,2022,10,5,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138260,3,1664998200,2022,10,5,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138261,3,1665000000,2022,10,5,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138262,3,1665001800,2022,10,5,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138263,3,1665003600,2022,10,5,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138264,3,1665005400,2022,10,5,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138265,3,1665054000,2022,10,6,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138266,3,1665055800,2022,10,6,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138267,3,1665057600,2022,10,6,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138268,3,1665059400,2022,10,6,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138269,3,1665061200,2022,10,6,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138270,3,1665063000,2022,10,6,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138271,3,1665064800,2022,10,6,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138272,3,1665079200,2022,10,6,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138273,3,1665081000,2022,10,6,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138274,3,1665082800,2022,10,6,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138275,3,1665084600,2022,10,6,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138276,3,1665086400,2022,10,6,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138277,3,1665088200,2022,10,6,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138278,3,1665090000,2022,10,6,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138279,3,1665091800,2022,10,6,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138280,3,1665140400,2022,10,7,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138281,3,1665142200,2022,10,7,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138282,3,1665144000,2022,10,7,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138283,3,1665145800,2022,10,7,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138284,3,1665147600,2022,10,7,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138285,3,1665149400,2022,10,7,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138286,3,1665151200,2022,10,7,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138287,3,1665165600,2022,10,7,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138288,3,1665167400,2022,10,7,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138289,3,1665169200,2022,10,7,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138290,3,1665171000,2022,10,7,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138291,3,1665172800,2022,10,7,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138292,3,1665174600,2022,10,7,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138293,3,1665176400,2022,10,7,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138294,3,1665178200,2022,10,7,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138295,3,1665226800,2022,10,8,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138296,3,1665228600,2022,10,8,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138297,3,1665230400,2022,10,8,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138298,3,1665232200,2022,10,8,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138299,3,1665234000,2022,10,8,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138300,3,1665235800,2022,10,8,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138301,3,1665237600,2022,10,8,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138302,3,1665252000,2022,10,8,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138303,3,1665253800,2022,10,8,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138304,3,1665255600,2022,10,8,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138305,3,1665257400,2022,10,8,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138306,3,1665259200,2022,10,8,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138307,3,1665261000,2022,10,8,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138308,3,1665262800,2022,10,8,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138309,3,1665264600,2022,10,8,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138310,3,1665313200,2022,10,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138311,3,1665315000,2022,10,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138312,3,1665316800,2022,10,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138313,3,1665318600,2022,10,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138314,3,1665320400,2022,10,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138315,3,1665322200,2022,10,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138316,3,1665324000,2022,10,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138317,3,1665325800,2022,10,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138318,3,1665338400,2022,10,9,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138319,3,1665340200,2022,10,9,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138320,3,1665342000,2022,10,9,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138321,3,1665343800,2022,10,9,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138322,3,1665345600,2022,10,9,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138323,3,1665347400,2022,10,9,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138324,3,1665349200,2022,10,9,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138325,3,1665351000,2022,10,9,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138326,3,1665399600,2022,10,10,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138327,3,1665401400,2022,10,10,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138328,3,1665403200,2022,10,10,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138329,3,1665405000,2022,10,10,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138330,3,1665406800,2022,10,10,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138331,3,1665408600,2022,10,10,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138332,3,1665410400,2022,10,10,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138333,3,1665424800,2022,10,10,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138334,3,1665426600,2022,10,10,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138335,3,1665428400,2022,10,10,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138336,3,1665430200,2022,10,10,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138337,3,1665432000,2022,10,10,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138338,3,1665433800,2022,10,10,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138339,3,1665435600,2022,10,10,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138340,3,1665437400,2022,10,10,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138341,3,1665486000,2022,10,11,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138342,3,1665487800,2022,10,11,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138343,3,1665489600,2022,10,11,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138344,3,1665491400,2022,10,11,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138345,3,1665493200,2022,10,11,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138346,3,1665495000,2022,10,11,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138347,3,1665496800,2022,10,11,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138348,3,1665511200,2022,10,11,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138349,3,1665513000,2022,10,11,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138350,3,1665514800,2022,10,11,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138351,3,1665516600,2022,10,11,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138352,3,1665518400,2022,10,11,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138353,3,1665520200,2022,10,11,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138354,3,1665522000,2022,10,11,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138355,3,1665523800,2022,10,11,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138356,3,1665572400,2022,10,12,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138357,3,1665574200,2022,10,12,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138358,3,1665576000,2022,10,12,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138359,3,1665577800,2022,10,12,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138360,3,1665579600,2022,10,12,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138361,3,1665581400,2022,10,12,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138362,3,1665583200,2022,10,12,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138363,3,1665597600,2022,10,12,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138364,3,1665599400,2022,10,12,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138365,3,1665601200,2022,10,12,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138366,3,1665603000,2022,10,12,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138367,3,1665604800,2022,10,12,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138368,3,1665606600,2022,10,12,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138369,3,1665608400,2022,10,12,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138370,3,1665610200,2022,10,12,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138371,3,1665658800,2022,10,13,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138372,3,1665660600,2022,10,13,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138373,3,1665662400,2022,10,13,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138374,3,1665664200,2022,10,13,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138375,3,1665666000,2022,10,13,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138376,3,1665667800,2022,10,13,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138377,3,1665669600,2022,10,13,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138378,3,1665684000,2022,10,13,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138379,3,1665685800,2022,10,13,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138380,3,1665687600,2022,10,13,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138381,3,1665689400,2022,10,13,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138382,3,1665691200,2022,10,13,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138383,3,1665693000,2022,10,13,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138384,3,1665694800,2022,10,13,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138385,3,1665696600,2022,10,13,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138386,3,1665745200,2022,10,14,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138387,3,1665747000,2022,10,14,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138388,3,1665748800,2022,10,14,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138389,3,1665750600,2022,10,14,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138390,3,1665752400,2022,10,14,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138391,3,1665754200,2022,10,14,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138392,3,1665756000,2022,10,14,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138393,3,1665770400,2022,10,14,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138394,3,1665772200,2022,10,14,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138395,3,1665774000,2022,10,14,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138396,3,1665775800,2022,10,14,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138397,3,1665777600,2022,10,14,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138398,3,1665779400,2022,10,14,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138399,3,1665781200,2022,10,14,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138400,3,1665783000,2022,10,14,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138401,3,1665831600,2022,10,15,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138402,3,1665833400,2022,10,15,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138403,3,1665835200,2022,10,15,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138404,3,1665837000,2022,10,15,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138405,3,1665838800,2022,10,15,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138406,3,1665840600,2022,10,15,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138407,3,1665842400,2022,10,15,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138408,3,1665856800,2022,10,15,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138409,3,1665858600,2022,10,15,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138410,3,1665860400,2022,10,15,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138411,3,1665862200,2022,10,15,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138412,3,1665864000,2022,10,15,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138413,3,1665865800,2022,10,15,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138414,3,1665867600,2022,10,15,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138415,3,1665869400,2022,10,15,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138416,3,1665918000,2022,10,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138417,3,1665919800,2022,10,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138418,3,1665921600,2022,10,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138419,3,1665923400,2022,10,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138420,3,1665925200,2022,10,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138421,3,1665927000,2022,10,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138422,3,1665928800,2022,10,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138423,3,1665930600,2022,10,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138424,3,1665943200,2022,10,16,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138425,3,1665945000,2022,10,16,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138426,3,1665946800,2022,10,16,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138427,3,1665948600,2022,10,16,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138428,3,1665950400,2022,10,16,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138429,3,1665952200,2022,10,16,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138430,3,1665954000,2022,10,16,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138431,3,1665955800,2022,10,16,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138432,3,1666004400,2022,10,17,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138433,3,1666006200,2022,10,17,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138434,3,1666008000,2022,10,17,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138435,3,1666009800,2022,10,17,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138436,3,1666011600,2022,10,17,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138437,3,1666013400,2022,10,17,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138438,3,1666015200,2022,10,17,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138439,3,1666029600,2022,10,17,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138440,3,1666031400,2022,10,17,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138441,3,1666033200,2022,10,17,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138442,3,1666035000,2022,10,17,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138443,3,1666036800,2022,10,17,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138444,3,1666038600,2022,10,17,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138445,3,1666040400,2022,10,17,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138446,3,1666042200,2022,10,17,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138447,3,1666090800,2022,10,18,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138448,3,1666092600,2022,10,18,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138449,3,1666094400,2022,10,18,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138450,3,1666096200,2022,10,18,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138451,3,1666098000,2022,10,18,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138452,3,1666099800,2022,10,18,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138453,3,1666101600,2022,10,18,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138454,3,1666116000,2022,10,18,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138455,3,1666117800,2022,10,18,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138456,3,1666119600,2022,10,18,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138457,3,1666121400,2022,10,18,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138458,3,1666123200,2022,10,18,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138459,3,1666125000,2022,10,18,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138460,3,1666126800,2022,10,18,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138461,3,1666128600,2022,10,18,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138462,3,1666177200,2022,10,19,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138463,3,1666179000,2022,10,19,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138464,3,1666180800,2022,10,19,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138465,3,1666182600,2022,10,19,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138466,3,1666184400,2022,10,19,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138467,3,1666186200,2022,10,19,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138468,3,1666188000,2022,10,19,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138469,3,1666202400,2022,10,19,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138470,3,1666204200,2022,10,19,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138471,3,1666206000,2022,10,19,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138472,3,1666207800,2022,10,19,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138473,3,1666209600,2022,10,19,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138474,3,1666211400,2022,10,19,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138475,3,1666213200,2022,10,19,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138476,3,1666215000,2022,10,19,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138477,3,1666263600,2022,10,20,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138478,3,1666265400,2022,10,20,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138479,3,1666267200,2022,10,20,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138480,3,1666269000,2022,10,20,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138481,3,1666270800,2022,10,20,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138482,3,1666272600,2022,10,20,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138483,3,1666274400,2022,10,20,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138484,3,1666288800,2022,10,20,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138485,3,1666290600,2022,10,20,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138486,3,1666292400,2022,10,20,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138487,3,1666294200,2022,10,20,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138488,3,1666296000,2022,10,20,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138489,3,1666297800,2022,10,20,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138490,3,1666299600,2022,10,20,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138491,3,1666301400,2022,10,20,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138492,3,1666350000,2022,10,21,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138493,3,1666351800,2022,10,21,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138494,3,1666353600,2022,10,21,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138495,3,1666355400,2022,10,21,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138496,3,1666357200,2022,10,21,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138497,3,1666359000,2022,10,21,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138498,3,1666360800,2022,10,21,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138499,3,1666375200,2022,10,21,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138500,3,1666377000,2022,10,21,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138501,3,1666378800,2022,10,21,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138502,3,1666380600,2022,10,21,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138503,3,1666382400,2022,10,21,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138504,3,1666384200,2022,10,21,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138505,3,1666386000,2022,10,21,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138506,3,1666387800,2022,10,21,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138507,3,1666436400,2022,10,22,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138508,3,1666438200,2022,10,22,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138509,3,1666440000,2022,10,22,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138510,3,1666441800,2022,10,22,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138511,3,1666443600,2022,10,22,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138512,3,1666445400,2022,10,22,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138513,3,1666447200,2022,10,22,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138514,3,1666461600,2022,10,22,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138515,3,1666463400,2022,10,22,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138516,3,1666465200,2022,10,22,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138517,3,1666467000,2022,10,22,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138518,3,1666468800,2022,10,22,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138519,3,1666470600,2022,10,22,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138520,3,1666472400,2022,10,22,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138521,3,1666474200,2022,10,22,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138522,3,1666522800,2022,10,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138523,3,1666524600,2022,10,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138524,3,1666526400,2022,10,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138525,3,1666528200,2022,10,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138526,3,1666530000,2022,10,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138527,3,1666531800,2022,10,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138528,3,1666533600,2022,10,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138529,3,1666535400,2022,10,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138530,3,1666548000,2022,10,23,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138531,3,1666549800,2022,10,23,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138532,3,1666551600,2022,10,23,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138533,3,1666553400,2022,10,23,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138534,3,1666555200,2022,10,23,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138535,3,1666557000,2022,10,23,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138536,3,1666558800,2022,10,23,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138537,3,1666560600,2022,10,23,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138538,3,1666609200,2022,10,24,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138539,3,1666611000,2022,10,24,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138540,3,1666612800,2022,10,24,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138541,3,1666614600,2022,10,24,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138542,3,1666616400,2022,10,24,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138543,3,1666618200,2022,10,24,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138544,3,1666620000,2022,10,24,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138545,3,1666634400,2022,10,24,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138546,3,1666636200,2022,10,24,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138547,3,1666638000,2022,10,24,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138548,3,1666639800,2022,10,24,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138549,3,1666641600,2022,10,24,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138550,3,1666643400,2022,10,24,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138551,3,1666645200,2022,10,24,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138552,3,1666647000,2022,10,24,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138553,3,1666695600,2022,10,25,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138554,3,1666697400,2022,10,25,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138555,3,1666699200,2022,10,25,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138556,3,1666701000,2022,10,25,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138557,3,1666702800,2022,10,25,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138558,3,1666704600,2022,10,25,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138559,3,1666706400,2022,10,25,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138560,3,1666720800,2022,10,25,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138561,3,1666722600,2022,10,25,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138562,3,1666724400,2022,10,25,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138563,3,1666726200,2022,10,25,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138564,3,1666728000,2022,10,25,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138565,3,1666729800,2022,10,25,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138566,3,1666731600,2022,10,25,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138567,3,1666733400,2022,10,25,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138568,3,1666782000,2022,10,26,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138569,3,1666783800,2022,10,26,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138570,3,1666785600,2022,10,26,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138571,3,1666787400,2022,10,26,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138572,3,1666789200,2022,10,26,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138573,3,1666791000,2022,10,26,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138574,3,1666792800,2022,10,26,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138575,3,1666807200,2022,10,26,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138576,3,1666809000,2022,10,26,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138577,3,1666810800,2022,10,26,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138578,3,1666812600,2022,10,26,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138579,3,1666814400,2022,10,26,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138580,3,1666816200,2022,10,26,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138581,3,1666818000,2022,10,26,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138582,3,1666819800,2022,10,26,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138583,3,1666868400,2022,10,27,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138584,3,1666870200,2022,10,27,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138585,3,1666872000,2022,10,27,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138586,3,1666873800,2022,10,27,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138587,3,1666875600,2022,10,27,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138588,3,1666877400,2022,10,27,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138589,3,1666879200,2022,10,27,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138590,3,1666893600,2022,10,27,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138591,3,1666895400,2022,10,27,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138592,3,1666897200,2022,10,27,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138593,3,1666899000,2022,10,27,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138594,3,1666900800,2022,10,27,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138595,3,1666902600,2022,10,27,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138596,3,1666904400,2022,10,27,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138597,3,1666906200,2022,10,27,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138598,3,1666954800,2022,10,28,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138599,3,1666956600,2022,10,28,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138600,3,1666958400,2022,10,28,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138601,3,1666960200,2022,10,28,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138602,3,1666962000,2022,10,28,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138603,3,1666963800,2022,10,28,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138604,3,1666965600,2022,10,28,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138605,3,1666980000,2022,10,28,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138606,3,1666981800,2022,10,28,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138607,3,1666983600,2022,10,28,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138608,3,1666985400,2022,10,28,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138609,3,1666987200,2022,10,28,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138610,3,1666989000,2022,10,28,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138611,3,1666990800,2022,10,28,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138612,3,1666992600,2022,10,28,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138613,3,1667041200,2022,10,29,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138614,3,1667043000,2022,10,29,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138615,3,1667044800,2022,10,29,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138616,3,1667046600,2022,10,29,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138617,3,1667048400,2022,10,29,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138618,3,1667050200,2022,10,29,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138619,3,1667052000,2022,10,29,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138620,3,1667066400,2022,10,29,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138621,3,1667068200,2022,10,29,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138622,3,1667070000,2022,10,29,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138623,3,1667071800,2022,10,29,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138624,3,1667073600,2022,10,29,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138625,3,1667075400,2022,10,29,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138626,3,1667077200,2022,10,29,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138627,3,1667079000,2022,10,29,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138628,3,1667131200,2022,10,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138629,3,1667133000,2022,10,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138630,3,1667134800,2022,10,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138631,3,1667136600,2022,10,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138632,3,1667138400,2022,10,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138633,3,1667140200,2022,10,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138634,3,1667142000,2022,10,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138635,3,1667143800,2022,10,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138636,3,1667156400,2022,10,30,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138637,3,1667158200,2022,10,30,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138638,3,1667160000,2022,10,30,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138639,3,1667161800,2022,10,30,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138640,3,1667163600,2022,10,30,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138641,3,1667165400,2022,10,30,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138642,3,1667167200,2022,10,30,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138643,3,1667169000,2022,10,30,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138644,3,1667217600,2022,10,31,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138645,3,1667219400,2022,10,31,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138646,3,1667221200,2022,10,31,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138647,3,1667223000,2022,10,31,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138648,3,1667224800,2022,10,31,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138649,3,1667226600,2022,10,31,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138650,3,1667228400,2022,10,31,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138651,3,1667242800,2022,10,31,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138652,3,1667244600,2022,10,31,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138653,3,1667246400,2022,10,31,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138654,3,1667248200,2022,10,31,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138655,3,1667250000,2022,10,31,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138656,3,1667251800,2022,10,31,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138657,3,1667253600,2022,10,31,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138658,3,1667255400,2022,10,31,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138659,3,1667304000,2022,11,1,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138660,3,1667305800,2022,11,1,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138661,3,1667307600,2022,11,1,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138662,3,1667309400,2022,11,1,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138663,3,1667311200,2022,11,1,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138664,3,1667313000,2022,11,1,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138665,3,1667314800,2022,11,1,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138666,3,1667329200,2022,11,1,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138667,3,1667331000,2022,11,1,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138668,3,1667332800,2022,11,1,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138669,3,1667334600,2022,11,1,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138670,3,1667336400,2022,11,1,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138671,3,1667338200,2022,11,1,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138672,3,1667340000,2022,11,1,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138673,3,1667341800,2022,11,1,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138674,3,1667390400,2022,11,2,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138675,3,1667392200,2022,11,2,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138676,3,1667394000,2022,11,2,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138677,3,1667395800,2022,11,2,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138678,3,1667397600,2022,11,2,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138679,3,1667399400,2022,11,2,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138680,3,1667401200,2022,11,2,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138681,3,1667415600,2022,11,2,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138682,3,1667417400,2022,11,2,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138683,3,1667419200,2022,11,2,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138684,3,1667421000,2022,11,2,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138685,3,1667422800,2022,11,2,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138686,3,1667424600,2022,11,2,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138687,3,1667426400,2022,11,2,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138688,3,1667428200,2022,11,2,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138689,3,1667476800,2022,11,3,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138690,3,1667478600,2022,11,3,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138691,3,1667480400,2022,11,3,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138692,3,1667482200,2022,11,3,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138693,3,1667484000,2022,11,3,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138694,3,1667485800,2022,11,3,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138695,3,1667487600,2022,11,3,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138696,3,1667502000,2022,11,3,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138697,3,1667503800,2022,11,3,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138698,3,1667505600,2022,11,3,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138699,3,1667507400,2022,11,3,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138700,3,1667509200,2022,11,3,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138701,3,1667511000,2022,11,3,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138702,3,1667512800,2022,11,3,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138703,3,1667514600,2022,11,3,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138704,3,1667563200,2022,11,4,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138705,3,1667565000,2022,11,4,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138706,3,1667566800,2022,11,4,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138707,3,1667568600,2022,11,4,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138708,3,1667570400,2022,11,4,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138709,3,1667572200,2022,11,4,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138710,3,1667574000,2022,11,4,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138711,3,1667588400,2022,11,4,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138712,3,1667590200,2022,11,4,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138713,3,1667592000,2022,11,4,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138714,3,1667593800,2022,11,4,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138715,3,1667595600,2022,11,4,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138716,3,1667597400,2022,11,4,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138717,3,1667599200,2022,11,4,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138718,3,1667601000,2022,11,4,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138719,3,1667649600,2022,11,5,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138720,3,1667651400,2022,11,5,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138721,3,1667653200,2022,11,5,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138722,3,1667655000,2022,11,5,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138723,3,1667656800,2022,11,5,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138724,3,1667658600,2022,11,5,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138725,3,1667660400,2022,11,5,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138726,3,1667674800,2022,11,5,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138727,3,1667676600,2022,11,5,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138728,3,1667678400,2022,11,5,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138729,3,1667680200,2022,11,5,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138730,3,1667682000,2022,11,5,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138731,3,1667683800,2022,11,5,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138732,3,1667685600,2022,11,5,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138733,3,1667687400,2022,11,5,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138734,3,1667736000,2022,11,6,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138735,3,1667737800,2022,11,6,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138736,3,1667739600,2022,11,6,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138737,3,1667741400,2022,11,6,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138738,3,1667743200,2022,11,6,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138739,3,1667745000,2022,11,6,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138740,3,1667746800,2022,11,6,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138741,3,1667748600,2022,11,6,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138742,3,1667761200,2022,11,6,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138743,3,1667763000,2022,11,6,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138744,3,1667764800,2022,11,6,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138745,3,1667766600,2022,11,6,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138746,3,1667768400,2022,11,6,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138747,3,1667770200,2022,11,6,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138748,3,1667772000,2022,11,6,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138749,3,1667773800,2022,11,6,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138750,3,1667822400,2022,11,7,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138751,3,1667824200,2022,11,7,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138752,3,1667826000,2022,11,7,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138753,3,1667827800,2022,11,7,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138754,3,1667829600,2022,11,7,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138755,3,1667831400,2022,11,7,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138756,3,1667833200,2022,11,7,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138757,3,1667847600,2022,11,7,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138758,3,1667849400,2022,11,7,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138759,3,1667851200,2022,11,7,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138760,3,1667853000,2022,11,7,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138761,3,1667854800,2022,11,7,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138762,3,1667856600,2022,11,7,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138763,3,1667858400,2022,11,7,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138764,3,1667860200,2022,11,7,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138765,3,1667908800,2022,11,8,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138766,3,1667910600,2022,11,8,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138767,3,1667912400,2022,11,8,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138768,3,1667914200,2022,11,8,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138769,3,1667916000,2022,11,8,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138770,3,1667917800,2022,11,8,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138771,3,1667919600,2022,11,8,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138772,3,1667934000,2022,11,8,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138773,3,1667935800,2022,11,8,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138774,3,1667937600,2022,11,8,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138775,3,1667939400,2022,11,8,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138776,3,1667941200,2022,11,8,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138777,3,1667943000,2022,11,8,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138778,3,1667944800,2022,11,8,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138779,3,1667946600,2022,11,8,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138780,3,1667995200,2022,11,9,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138781,3,1667997000,2022,11,9,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138782,3,1667998800,2022,11,9,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138783,3,1668000600,2022,11,9,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138784,3,1668002400,2022,11,9,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138785,3,1668004200,2022,11,9,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138786,3,1668006000,2022,11,9,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138787,3,1668020400,2022,11,9,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138788,3,1668022200,2022,11,9,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138789,3,1668024000,2022,11,9,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138790,3,1668025800,2022,11,9,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138791,3,1668027600,2022,11,9,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138792,3,1668029400,2022,11,9,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138793,3,1668031200,2022,11,9,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138794,3,1668033000,2022,11,9,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138795,3,1668081600,2022,11,10,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138796,3,1668083400,2022,11,10,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138797,3,1668085200,2022,11,10,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138798,3,1668087000,2022,11,10,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138799,3,1668088800,2022,11,10,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138800,3,1668090600,2022,11,10,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138801,3,1668092400,2022,11,10,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138802,3,1668106800,2022,11,10,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138803,3,1668108600,2022,11,10,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138804,3,1668110400,2022,11,10,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138805,3,1668112200,2022,11,10,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138806,3,1668114000,2022,11,10,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138807,3,1668115800,2022,11,10,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138808,3,1668117600,2022,11,10,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138809,3,1668119400,2022,11,10,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138810,3,1668168000,2022,11,11,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138811,3,1668169800,2022,11,11,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138812,3,1668171600,2022,11,11,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138813,3,1668173400,2022,11,11,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138814,3,1668175200,2022,11,11,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138815,3,1668177000,2022,11,11,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138816,3,1668178800,2022,11,11,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138817,3,1668193200,2022,11,11,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138818,3,1668195000,2022,11,11,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138819,3,1668196800,2022,11,11,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138820,3,1668198600,2022,11,11,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138821,3,1668200400,2022,11,11,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138822,3,1668202200,2022,11,11,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138823,3,1668204000,2022,11,11,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138824,3,1668205800,2022,11,11,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138825,3,1668254400,2022,11,12,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138826,3,1668256200,2022,11,12,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138827,3,1668258000,2022,11,12,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138828,3,1668259800,2022,11,12,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138829,3,1668261600,2022,11,12,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138830,3,1668263400,2022,11,12,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138831,3,1668265200,2022,11,12,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138832,3,1668279600,2022,11,12,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138833,3,1668281400,2022,11,12,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138834,3,1668283200,2022,11,12,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138835,3,1668285000,2022,11,12,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138836,3,1668286800,2022,11,12,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138837,3,1668288600,2022,11,12,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138838,3,1668290400,2022,11,12,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138839,3,1668292200,2022,11,12,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138840,3,1668340800,2022,11,13,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138841,3,1668342600,2022,11,13,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138842,3,1668344400,2022,11,13,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138843,3,1668346200,2022,11,13,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138844,3,1668348000,2022,11,13,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138845,3,1668349800,2022,11,13,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138846,3,1668351600,2022,11,13,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138847,3,1668353400,2022,11,13,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138848,3,1668366000,2022,11,13,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138849,3,1668367800,2022,11,13,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138850,3,1668369600,2022,11,13,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138851,3,1668371400,2022,11,13,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138852,3,1668373200,2022,11,13,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138853,3,1668375000,2022,11,13,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138854,3,1668376800,2022,11,13,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138855,3,1668378600,2022,11,13,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138856,3,1668427200,2022,11,14,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138857,3,1668429000,2022,11,14,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138858,3,1668430800,2022,11,14,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138859,3,1668432600,2022,11,14,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138860,3,1668434400,2022,11,14,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138861,3,1668436200,2022,11,14,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138862,3,1668438000,2022,11,14,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138863,3,1668452400,2022,11,14,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138864,3,1668454200,2022,11,14,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138865,3,1668456000,2022,11,14,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138866,3,1668457800,2022,11,14,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138867,3,1668459600,2022,11,14,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138868,3,1668461400,2022,11,14,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138869,3,1668463200,2022,11,14,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138870,3,1668465000,2022,11,14,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138871,3,1668513600,2022,11,15,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138872,3,1668515400,2022,11,15,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138873,3,1668517200,2022,11,15,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138874,3,1668519000,2022,11,15,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138875,3,1668520800,2022,11,15,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138876,3,1668522600,2022,11,15,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138877,3,1668524400,2022,11,15,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138878,3,1668538800,2022,11,15,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138879,3,1668540600,2022,11,15,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138880,3,1668542400,2022,11,15,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138881,3,1668544200,2022,11,15,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138882,3,1668546000,2022,11,15,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138883,3,1668547800,2022,11,15,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138884,3,1668549600,2022,11,15,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138885,3,1668551400,2022,11,15,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138886,3,1668600000,2022,11,16,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138887,3,1668601800,2022,11,16,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138888,3,1668603600,2022,11,16,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138889,3,1668605400,2022,11,16,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138890,3,1668607200,2022,11,16,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138891,3,1668609000,2022,11,16,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138892,3,1668610800,2022,11,16,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138893,3,1668625200,2022,11,16,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(138894,3,1668627000,2022,11,16,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(138895,3,1668628800,2022,11,16,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(138896,3,1668630600,2022,11,16,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(138897,3,1668632400,2022,11,16,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(138898,3,1668634200,2022,11,16,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(138899,3,1668636000,2022,11,16,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(138900,3,1668637800,2022,11,16,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(138901,3,1668686400,2022,11,17,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(138902,3,1668688200,2022,11,17,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(138903,3,1668690000,2022,11,17,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(138904,3,1668691800,2022,11,17,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(138905,3,1668693600,2022,11,17,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(138906,3,1668695400,2022,11,17,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(138907,3,1668697200,2022,11,17,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(138908,3,1668711600,2022,11,17,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(138909,3,1668713400,2022,11,17,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(138910,3,1668715200,2022,11,17,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(138911,3,1668717000,2022,11,17,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(138912,3,1668718800,2022,11,17,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(138913,3,1668720600,2022,11,17,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(138914,3,1668722400,2022,11,17,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(138915,3,1668724200,2022,11,17,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(138916,3,1668772800,2022,11,18,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(138917,3,1668774600,2022,11,18,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(138918,3,1668776400,2022,11,18,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(138919,3,1668778200,2022,11,18,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(138920,3,1668780000,2022,11,18,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(138921,3,1668781800,2022,11,18,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(138922,3,1668783600,2022,11,18,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(138923,3,1668798000,2022,11,18,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(138924,3,1668799800,2022,11,18,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(138925,3,1668801600,2022,11,18,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(138926,3,1668803400,2022,11,18,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(138927,3,1668805200,2022,11,18,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(138928,3,1668807000,2022,11,18,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(138929,3,1668808800,2022,11,18,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(138930,3,1668810600,2022,11,18,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(138931,3,1668859200,2022,11,19,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(138932,3,1668861000,2022,11,19,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(138933,3,1668862800,2022,11,19,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(138934,3,1668864600,2022,11,19,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(138935,3,1668866400,2022,11,19,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(138936,3,1668868200,2022,11,19,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(138937,3,1668870000,2022,11,19,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(138938,3,1668884400,2022,11,19,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(138939,3,1668886200,2022,11,19,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(138940,3,1668888000,2022,11,19,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(138941,3,1668889800,2022,11,19,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(138942,3,1668891600,2022,11,19,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(138943,3,1668893400,2022,11,19,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(138944,3,1668895200,2022,11,19,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(138945,3,1668897000,2022,11,19,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(138946,3,1668945600,2022,11,20,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(138947,3,1668947400,2022,11,20,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(138948,3,1668949200,2022,11,20,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(138949,3,1668951000,2022,11,20,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(138950,3,1668952800,2022,11,20,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(138951,3,1668954600,2022,11,20,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(138952,3,1668956400,2022,11,20,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(138953,3,1668958200,2022,11,20,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(138954,3,1668970800,2022,11,20,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(138955,3,1668972600,2022,11,20,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(138956,3,1668974400,2022,11,20,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(138957,3,1668976200,2022,11,20,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(138958,3,1668978000,2022,11,20,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(138959,3,1668979800,2022,11,20,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(138960,3,1668981600,2022,11,20,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(138961,3,1668983400,2022,11,20,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(138962,3,1669032000,2022,11,21,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(138963,3,1669033800,2022,11,21,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(138964,3,1669035600,2022,11,21,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(138965,3,1669037400,2022,11,21,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(138966,3,1669039200,2022,11,21,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(138967,3,1669041000,2022,11,21,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(138968,3,1669042800,2022,11,21,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(138969,3,1669057200,2022,11,21,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(138970,3,1669059000,2022,11,21,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(138971,3,1669060800,2022,11,21,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(138972,3,1669062600,2022,11,21,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(138973,3,1669064400,2022,11,21,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(138974,3,1669066200,2022,11,21,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(138975,3,1669068000,2022,11,21,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(138976,3,1669069800,2022,11,21,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(138977,3,1669118400,2022,11,22,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(138978,3,1669120200,2022,11,22,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(138979,3,1669122000,2022,11,22,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(138980,3,1669123800,2022,11,22,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(138981,3,1669125600,2022,11,22,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(138982,3,1669127400,2022,11,22,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(138983,3,1669129200,2022,11,22,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(138984,3,1669143600,2022,11,22,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(138985,3,1669145400,2022,11,22,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(138986,3,1669147200,2022,11,22,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(138987,3,1669149000,2022,11,22,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(138988,3,1669150800,2022,11,22,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(138989,3,1669152600,2022,11,22,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(138990,3,1669154400,2022,11,22,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(138991,3,1669156200,2022,11,22,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(138992,3,1669204800,2022,11,23,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(138993,3,1669206600,2022,11,23,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(138994,3,1669208400,2022,11,23,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(138995,3,1669210200,2022,11,23,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(138996,3,1669212000,2022,11,23,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(138997,3,1669213800,2022,11,23,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(138998,3,1669215600,2022,11,23,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(138999,3,1669230000,2022,11,23,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139000,3,1669231800,2022,11,23,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139001,3,1669233600,2022,11,23,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139002,3,1669235400,2022,11,23,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139003,3,1669237200,2022,11,23,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139004,3,1669239000,2022,11,23,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139005,3,1669240800,2022,11,23,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139006,3,1669242600,2022,11,23,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139007,3,1669291200,2022,11,24,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139008,3,1669293000,2022,11,24,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139009,3,1669294800,2022,11,24,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139010,3,1669296600,2022,11,24,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139011,3,1669298400,2022,11,24,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139012,3,1669300200,2022,11,24,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139013,3,1669302000,2022,11,24,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139014,3,1669316400,2022,11,24,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139015,3,1669318200,2022,11,24,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139016,3,1669320000,2022,11,24,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139017,3,1669321800,2022,11,24,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139018,3,1669323600,2022,11,24,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139019,3,1669325400,2022,11,24,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139020,3,1669327200,2022,11,24,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139021,3,1669329000,2022,11,24,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139022,3,1669377600,2022,11,25,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139023,3,1669379400,2022,11,25,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139024,3,1669381200,2022,11,25,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139025,3,1669383000,2022,11,25,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139026,3,1669384800,2022,11,25,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139027,3,1669386600,2022,11,25,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139028,3,1669388400,2022,11,25,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139029,3,1669402800,2022,11,25,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139030,3,1669404600,2022,11,25,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139031,3,1669406400,2022,11,25,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139032,3,1669408200,2022,11,25,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139033,3,1669410000,2022,11,25,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139034,3,1669411800,2022,11,25,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139035,3,1669413600,2022,11,25,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139036,3,1669415400,2022,11,25,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139037,3,1669464000,2022,11,26,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139038,3,1669465800,2022,11,26,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139039,3,1669467600,2022,11,26,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139040,3,1669469400,2022,11,26,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139041,3,1669471200,2022,11,26,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139042,3,1669473000,2022,11,26,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139043,3,1669474800,2022,11,26,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139044,3,1669489200,2022,11,26,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139045,3,1669491000,2022,11,26,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139046,3,1669492800,2022,11,26,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139047,3,1669494600,2022,11,26,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139048,3,1669496400,2022,11,26,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139049,3,1669498200,2022,11,26,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139050,3,1669500000,2022,11,26,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139051,3,1669501800,2022,11,26,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139052,3,1669550400,2022,11,27,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139053,3,1669552200,2022,11,27,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139054,3,1669554000,2022,11,27,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139055,3,1669555800,2022,11,27,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139056,3,1669557600,2022,11,27,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139057,3,1669559400,2022,11,27,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139058,3,1669561200,2022,11,27,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139059,3,1669563000,2022,11,27,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139060,3,1669575600,2022,11,27,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139061,3,1669577400,2022,11,27,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139062,3,1669579200,2022,11,27,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139063,3,1669581000,2022,11,27,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139064,3,1669582800,2022,11,27,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139065,3,1669584600,2022,11,27,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139066,3,1669586400,2022,11,27,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139067,3,1669588200,2022,11,27,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139068,3,1669636800,2022,11,28,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139069,3,1669638600,2022,11,28,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139070,3,1669640400,2022,11,28,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139071,3,1669642200,2022,11,28,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139072,3,1669644000,2022,11,28,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139073,3,1669645800,2022,11,28,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139074,3,1669647600,2022,11,28,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139075,3,1669662000,2022,11,28,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139076,3,1669663800,2022,11,28,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139077,3,1669665600,2022,11,28,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139078,3,1669667400,2022,11,28,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139079,3,1669669200,2022,11,28,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139080,3,1669671000,2022,11,28,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139081,3,1669672800,2022,11,28,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139082,3,1669674600,2022,11,28,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139083,3,1669723200,2022,11,29,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139084,3,1669725000,2022,11,29,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139085,3,1669726800,2022,11,29,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139086,3,1669728600,2022,11,29,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139087,3,1669730400,2022,11,29,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139088,3,1669732200,2022,11,29,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139089,3,1669734000,2022,11,29,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139090,3,1669748400,2022,11,29,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139091,3,1669750200,2022,11,29,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139092,3,1669752000,2022,11,29,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139093,3,1669753800,2022,11,29,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139094,3,1669755600,2022,11,29,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139095,3,1669757400,2022,11,29,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139096,3,1669759200,2022,11,29,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139097,3,1669761000,2022,11,29,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139098,3,1669809600,2022,11,30,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139099,3,1669811400,2022,11,30,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139100,3,1669813200,2022,11,30,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139101,3,1669815000,2022,11,30,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139102,3,1669816800,2022,11,30,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139103,3,1669818600,2022,11,30,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139104,3,1669820400,2022,11,30,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139105,3,1669834800,2022,11,30,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139106,3,1669836600,2022,11,30,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139107,3,1669838400,2022,11,30,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139108,3,1669840200,2022,11,30,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139109,3,1669842000,2022,11,30,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139110,3,1669843800,2022,11,30,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139111,3,1669845600,2022,11,30,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139112,3,1669847400,2022,11,30,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139113,3,1669896000,2022,12,1,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139114,3,1669897800,2022,12,1,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139115,3,1669899600,2022,12,1,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139116,3,1669901400,2022,12,1,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139117,3,1669903200,2022,12,1,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139118,3,1669905000,2022,12,1,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139119,3,1669906800,2022,12,1,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139120,3,1669921200,2022,12,1,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139121,3,1669923000,2022,12,1,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139122,3,1669924800,2022,12,1,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139123,3,1669926600,2022,12,1,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139124,3,1669928400,2022,12,1,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139125,3,1669930200,2022,12,1,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139126,3,1669932000,2022,12,1,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139127,3,1669933800,2022,12,1,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139128,3,1669982400,2022,12,2,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139129,3,1669984200,2022,12,2,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139130,3,1669986000,2022,12,2,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139131,3,1669987800,2022,12,2,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139132,3,1669989600,2022,12,2,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139133,3,1669991400,2022,12,2,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139134,3,1669993200,2022,12,2,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139135,3,1670007600,2022,12,2,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139136,3,1670009400,2022,12,2,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139137,3,1670011200,2022,12,2,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139138,3,1670013000,2022,12,2,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139139,3,1670014800,2022,12,2,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139140,3,1670016600,2022,12,2,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139141,3,1670018400,2022,12,2,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139142,3,1670020200,2022,12,2,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139143,3,1670068800,2022,12,3,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139144,3,1670070600,2022,12,3,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139145,3,1670072400,2022,12,3,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139146,3,1670074200,2022,12,3,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139147,3,1670076000,2022,12,3,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139148,3,1670077800,2022,12,3,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139149,3,1670079600,2022,12,3,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139150,3,1670094000,2022,12,3,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139151,3,1670095800,2022,12,3,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139152,3,1670097600,2022,12,3,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139153,3,1670099400,2022,12,3,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139154,3,1670101200,2022,12,3,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139155,3,1670103000,2022,12,3,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139156,3,1670104800,2022,12,3,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139157,3,1670106600,2022,12,3,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139158,3,1670155200,2022,12,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139159,3,1670157000,2022,12,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139160,3,1670158800,2022,12,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139161,3,1670160600,2022,12,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139162,3,1670162400,2022,12,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139163,3,1670164200,2022,12,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139164,3,1670166000,2022,12,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139165,3,1670167800,2022,12,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139166,3,1670180400,2022,12,4,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139167,3,1670182200,2022,12,4,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139168,3,1670184000,2022,12,4,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139169,3,1670185800,2022,12,4,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139170,3,1670187600,2022,12,4,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139171,3,1670189400,2022,12,4,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139172,3,1670191200,2022,12,4,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139173,3,1670193000,2022,12,4,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139174,3,1670241600,2022,12,5,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139175,3,1670243400,2022,12,5,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139176,3,1670245200,2022,12,5,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139177,3,1670247000,2022,12,5,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139178,3,1670248800,2022,12,5,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139179,3,1670250600,2022,12,5,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139180,3,1670252400,2022,12,5,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139181,3,1670266800,2022,12,5,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139182,3,1670268600,2022,12,5,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139183,3,1670270400,2022,12,5,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139184,3,1670272200,2022,12,5,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139185,3,1670274000,2022,12,5,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139186,3,1670275800,2022,12,5,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139187,3,1670277600,2022,12,5,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139188,3,1670279400,2022,12,5,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139189,3,1670328000,2022,12,6,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139190,3,1670329800,2022,12,6,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139191,3,1670331600,2022,12,6,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139192,3,1670333400,2022,12,6,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139193,3,1670335200,2022,12,6,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139194,3,1670337000,2022,12,6,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139195,3,1670338800,2022,12,6,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139196,3,1670353200,2022,12,6,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139197,3,1670355000,2022,12,6,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139198,3,1670356800,2022,12,6,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139199,3,1670358600,2022,12,6,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139200,3,1670360400,2022,12,6,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139201,3,1670362200,2022,12,6,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139202,3,1670364000,2022,12,6,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139203,3,1670365800,2022,12,6,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139204,3,1670414400,2022,12,7,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139205,3,1670416200,2022,12,7,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139206,3,1670418000,2022,12,7,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139207,3,1670419800,2022,12,7,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139208,3,1670421600,2022,12,7,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139209,3,1670423400,2022,12,7,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139210,3,1670425200,2022,12,7,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139211,3,1670439600,2022,12,7,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139212,3,1670441400,2022,12,7,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139213,3,1670443200,2022,12,7,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139214,3,1670445000,2022,12,7,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139215,3,1670446800,2022,12,7,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139216,3,1670448600,2022,12,7,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139217,3,1670450400,2022,12,7,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139218,3,1670452200,2022,12,7,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139219,3,1670500800,2022,12,8,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139220,3,1670502600,2022,12,8,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139221,3,1670504400,2022,12,8,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139222,3,1670506200,2022,12,8,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139223,3,1670508000,2022,12,8,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139224,3,1670509800,2022,12,8,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139225,3,1670511600,2022,12,8,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139226,3,1670526000,2022,12,8,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139227,3,1670527800,2022,12,8,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139228,3,1670529600,2022,12,8,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139229,3,1670531400,2022,12,8,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139230,3,1670533200,2022,12,8,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139231,3,1670535000,2022,12,8,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139232,3,1670536800,2022,12,8,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139233,3,1670538600,2022,12,8,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139234,3,1670587200,2022,12,9,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139235,3,1670589000,2022,12,9,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139236,3,1670590800,2022,12,9,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139237,3,1670592600,2022,12,9,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139238,3,1670594400,2022,12,9,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139239,3,1670596200,2022,12,9,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139240,3,1670598000,2022,12,9,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139241,3,1670612400,2022,12,9,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139242,3,1670614200,2022,12,9,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139243,3,1670616000,2022,12,9,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139244,3,1670617800,2022,12,9,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139245,3,1670619600,2022,12,9,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139246,3,1670621400,2022,12,9,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139247,3,1670623200,2022,12,9,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139248,3,1670625000,2022,12,9,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139249,3,1670673600,2022,12,10,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139250,3,1670675400,2022,12,10,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139251,3,1670677200,2022,12,10,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139252,3,1670679000,2022,12,10,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139253,3,1670680800,2022,12,10,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139254,3,1670682600,2022,12,10,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139255,3,1670684400,2022,12,10,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139256,3,1670698800,2022,12,10,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139257,3,1670700600,2022,12,10,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139258,3,1670702400,2022,12,10,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139259,3,1670704200,2022,12,10,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139260,3,1670706000,2022,12,10,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139261,3,1670707800,2022,12,10,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139262,3,1670709600,2022,12,10,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139263,3,1670711400,2022,12,10,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139264,3,1670760000,2022,12,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139265,3,1670761800,2022,12,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139266,3,1670763600,2022,12,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139267,3,1670765400,2022,12,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139268,3,1670767200,2022,12,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139269,3,1670769000,2022,12,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139270,3,1670770800,2022,12,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139271,3,1670772600,2022,12,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139272,3,1670785200,2022,12,11,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139273,3,1670787000,2022,12,11,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139274,3,1670788800,2022,12,11,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139275,3,1670790600,2022,12,11,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139276,3,1670792400,2022,12,11,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139277,3,1670794200,2022,12,11,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139278,3,1670796000,2022,12,11,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139279,3,1670797800,2022,12,11,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139280,3,1670846400,2022,12,12,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139281,3,1670848200,2022,12,12,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139282,3,1670850000,2022,12,12,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139283,3,1670851800,2022,12,12,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139284,3,1670853600,2022,12,12,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139285,3,1670855400,2022,12,12,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139286,3,1670857200,2022,12,12,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139287,3,1670871600,2022,12,12,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139288,3,1670873400,2022,12,12,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139289,3,1670875200,2022,12,12,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139290,3,1670877000,2022,12,12,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139291,3,1670878800,2022,12,12,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139292,3,1670880600,2022,12,12,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139293,3,1670882400,2022,12,12,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139294,3,1670884200,2022,12,12,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139295,3,1670932800,2022,12,13,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139296,3,1670934600,2022,12,13,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139297,3,1670936400,2022,12,13,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139298,3,1670938200,2022,12,13,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139299,3,1670940000,2022,12,13,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139300,3,1670941800,2022,12,13,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139301,3,1670943600,2022,12,13,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139302,3,1670958000,2022,12,13,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139303,3,1670959800,2022,12,13,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139304,3,1670961600,2022,12,13,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139305,3,1670963400,2022,12,13,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139306,3,1670965200,2022,12,13,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139307,3,1670967000,2022,12,13,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139308,3,1670968800,2022,12,13,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139309,3,1670970600,2022,12,13,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139310,3,1671019200,2022,12,14,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139311,3,1671021000,2022,12,14,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139312,3,1671022800,2022,12,14,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139313,3,1671024600,2022,12,14,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139314,3,1671026400,2022,12,14,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139315,3,1671028200,2022,12,14,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139316,3,1671030000,2022,12,14,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139317,3,1671044400,2022,12,14,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139318,3,1671046200,2022,12,14,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139319,3,1671048000,2022,12,14,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139320,3,1671049800,2022,12,14,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139321,3,1671051600,2022,12,14,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139322,3,1671053400,2022,12,14,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139323,3,1671055200,2022,12,14,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139324,3,1671057000,2022,12,14,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139325,3,1671105600,2022,12,15,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139326,3,1671107400,2022,12,15,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139327,3,1671109200,2022,12,15,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139328,3,1671111000,2022,12,15,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139329,3,1671112800,2022,12,15,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139330,3,1671114600,2022,12,15,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139331,3,1671116400,2022,12,15,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139332,3,1671130800,2022,12,15,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139333,3,1671132600,2022,12,15,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139334,3,1671134400,2022,12,15,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139335,3,1671136200,2022,12,15,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139336,3,1671138000,2022,12,15,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139337,3,1671139800,2022,12,15,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139338,3,1671141600,2022,12,15,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139339,3,1671143400,2022,12,15,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139340,3,1671192000,2022,12,16,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139341,3,1671193800,2022,12,16,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139342,3,1671195600,2022,12,16,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139343,3,1671197400,2022,12,16,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139344,3,1671199200,2022,12,16,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139345,3,1671201000,2022,12,16,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139346,3,1671202800,2022,12,16,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139347,3,1671217200,2022,12,16,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139348,3,1671219000,2022,12,16,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139349,3,1671220800,2022,12,16,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139350,3,1671222600,2022,12,16,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139351,3,1671224400,2022,12,16,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139352,3,1671226200,2022,12,16,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139353,3,1671228000,2022,12,16,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139354,3,1671229800,2022,12,16,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139355,3,1671278400,2022,12,17,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139356,3,1671280200,2022,12,17,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139357,3,1671282000,2022,12,17,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139358,3,1671283800,2022,12,17,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139359,3,1671285600,2022,12,17,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139360,3,1671287400,2022,12,17,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139361,3,1671289200,2022,12,17,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139362,3,1671303600,2022,12,17,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139363,3,1671305400,2022,12,17,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139364,3,1671307200,2022,12,17,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139365,3,1671309000,2022,12,17,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139366,3,1671310800,2022,12,17,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139367,3,1671312600,2022,12,17,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139368,3,1671314400,2022,12,17,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139369,3,1671316200,2022,12,17,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139370,3,1671364800,2022,12,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139371,3,1671366600,2022,12,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139372,3,1671368400,2022,12,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139373,3,1671370200,2022,12,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139374,3,1671372000,2022,12,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139375,3,1671373800,2022,12,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139376,3,1671375600,2022,12,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139377,3,1671377400,2022,12,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139378,3,1671390000,2022,12,18,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139379,3,1671391800,2022,12,18,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139380,3,1671393600,2022,12,18,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139381,3,1671395400,2022,12,18,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139382,3,1671397200,2022,12,18,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139383,3,1671399000,2022,12,18,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139384,3,1671400800,2022,12,18,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139385,3,1671402600,2022,12,18,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139386,3,1671451200,2022,12,19,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139387,3,1671453000,2022,12,19,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139388,3,1671454800,2022,12,19,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139389,3,1671456600,2022,12,19,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139390,3,1671458400,2022,12,19,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139391,3,1671460200,2022,12,19,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139392,3,1671462000,2022,12,19,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139393,3,1671476400,2022,12,19,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139394,3,1671478200,2022,12,19,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139395,3,1671480000,2022,12,19,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139396,3,1671481800,2022,12,19,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139397,3,1671483600,2022,12,19,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139398,3,1671485400,2022,12,19,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139399,3,1671487200,2022,12,19,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139400,3,1671489000,2022,12,19,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139401,3,1671537600,2022,12,20,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139402,3,1671539400,2022,12,20,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139403,3,1671541200,2022,12,20,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139404,3,1671543000,2022,12,20,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139405,3,1671544800,2022,12,20,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139406,3,1671546600,2022,12,20,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139407,3,1671548400,2022,12,20,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139408,3,1671562800,2022,12,20,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139409,3,1671564600,2022,12,20,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139410,3,1671566400,2022,12,20,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139411,3,1671568200,2022,12,20,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139412,3,1671570000,2022,12,20,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139413,3,1671571800,2022,12,20,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139414,3,1671573600,2022,12,20,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139415,3,1671575400,2022,12,20,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139416,3,1671624000,2022,12,21,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139417,3,1671625800,2022,12,21,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139418,3,1671627600,2022,12,21,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139419,3,1671629400,2022,12,21,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139420,3,1671631200,2022,12,21,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139421,3,1671633000,2022,12,21,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139422,3,1671634800,2022,12,21,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139423,3,1671649200,2022,12,21,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139424,3,1671651000,2022,12,21,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139425,3,1671652800,2022,12,21,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139426,3,1671654600,2022,12,21,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139427,3,1671656400,2022,12,21,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139428,3,1671658200,2022,12,21,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139429,3,1671660000,2022,12,21,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139430,3,1671661800,2022,12,21,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139431,3,1671710400,2022,12,22,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139432,3,1671712200,2022,12,22,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139433,3,1671714000,2022,12,22,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139434,3,1671715800,2022,12,22,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139435,3,1671717600,2022,12,22,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139436,3,1671719400,2022,12,22,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139437,3,1671721200,2022,12,22,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139438,3,1671735600,2022,12,22,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139439,3,1671737400,2022,12,22,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139440,3,1671739200,2022,12,22,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139441,3,1671741000,2022,12,22,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139442,3,1671742800,2022,12,22,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139443,3,1671744600,2022,12,22,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139444,3,1671746400,2022,12,22,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139445,3,1671748200,2022,12,22,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139446,3,1671796800,2022,12,23,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139447,3,1671798600,2022,12,23,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139448,3,1671800400,2022,12,23,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139449,3,1671802200,2022,12,23,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139450,3,1671804000,2022,12,23,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139451,3,1671805800,2022,12,23,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139452,3,1671807600,2022,12,23,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139453,3,1671822000,2022,12,23,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139454,3,1671823800,2022,12,23,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139455,3,1671825600,2022,12,23,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139456,3,1671827400,2022,12,23,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139457,3,1671829200,2022,12,23,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139458,3,1671831000,2022,12,23,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139459,3,1671832800,2022,12,23,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139460,3,1671834600,2022,12,23,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139461,3,1671883200,2022,12,24,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139462,3,1671885000,2022,12,24,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139463,3,1671886800,2022,12,24,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139464,3,1671888600,2022,12,24,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139465,3,1671890400,2022,12,24,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139466,3,1671892200,2022,12,24,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139467,3,1671894000,2022,12,24,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139468,3,1671908400,2022,12,24,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139469,3,1671910200,2022,12,24,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139470,3,1671912000,2022,12,24,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139471,3,1671913800,2022,12,24,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139472,3,1671915600,2022,12,24,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139473,3,1671917400,2022,12,24,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139474,3,1671919200,2022,12,24,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139475,3,1671921000,2022,12,24,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139476,3,1671969600,2022,12,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139477,3,1671971400,2022,12,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139478,3,1671973200,2022,12,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139479,3,1671975000,2022,12,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139480,3,1671976800,2022,12,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139481,3,1671978600,2022,12,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139482,3,1671980400,2022,12,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139483,3,1671982200,2022,12,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139484,3,1671994800,2022,12,25,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139485,3,1671996600,2022,12,25,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139486,3,1671998400,2022,12,25,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139487,3,1672000200,2022,12,25,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139488,3,1672002000,2022,12,25,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139489,3,1672003800,2022,12,25,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139490,3,1672005600,2022,12,25,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139491,3,1672007400,2022,12,25,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139492,3,1672056000,2022,12,26,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139493,3,1672057800,2022,12,26,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139494,3,1672059600,2022,12,26,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139495,3,1672061400,2022,12,26,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139496,3,1672063200,2022,12,26,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139497,3,1672065000,2022,12,26,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139498,3,1672066800,2022,12,26,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139499,3,1672081200,2022,12,26,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139500,3,1672083000,2022,12,26,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139501,3,1672084800,2022,12,26,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139502,3,1672086600,2022,12,26,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139503,3,1672088400,2022,12,26,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139504,3,1672090200,2022,12,26,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139505,3,1672092000,2022,12,26,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139506,3,1672093800,2022,12,26,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139507,3,1672142400,2022,12,27,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139508,3,1672144200,2022,12,27,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139509,3,1672146000,2022,12,27,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139510,3,1672147800,2022,12,27,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139511,3,1672149600,2022,12,27,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139512,3,1672151400,2022,12,27,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139513,3,1672153200,2022,12,27,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139514,3,1672167600,2022,12,27,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139515,3,1672169400,2022,12,27,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139516,3,1672171200,2022,12,27,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139517,3,1672173000,2022,12,27,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139518,3,1672174800,2022,12,27,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139519,3,1672176600,2022,12,27,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139520,3,1672178400,2022,12,27,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139521,3,1672180200,2022,12,27,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139522,3,1672228800,2022,12,28,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139523,3,1672230600,2022,12,28,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139524,3,1672232400,2022,12,28,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139525,3,1672234200,2022,12,28,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139526,3,1672236000,2022,12,28,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139527,3,1672237800,2022,12,28,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139528,3,1672239600,2022,12,28,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139529,3,1672254000,2022,12,28,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139530,3,1672255800,2022,12,28,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139531,3,1672257600,2022,12,28,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139532,3,1672259400,2022,12,28,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139533,3,1672261200,2022,12,28,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139534,3,1672263000,2022,12,28,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139535,3,1672264800,2022,12,28,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139536,3,1672266600,2022,12,28,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139537,3,1672315200,2022,12,29,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139538,3,1672317000,2022,12,29,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139539,3,1672318800,2022,12,29,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139540,3,1672320600,2022,12,29,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139541,3,1672322400,2022,12,29,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139542,3,1672324200,2022,12,29,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139543,3,1672326000,2022,12,29,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139544,3,1672340400,2022,12,29,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139545,3,1672342200,2022,12,29,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139546,3,1672344000,2022,12,29,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139547,3,1672345800,2022,12,29,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139548,3,1672347600,2022,12,29,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139549,3,1672349400,2022,12,29,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139550,3,1672351200,2022,12,29,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139551,3,1672353000,2022,12,29,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139552,3,1672401600,2022,12,30,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139553,3,1672403400,2022,12,30,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139554,3,1672405200,2022,12,30,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139555,3,1672407000,2022,12,30,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139556,3,1672408800,2022,12,30,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139557,3,1672410600,2022,12,30,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139558,3,1672412400,2022,12,30,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139559,3,1672426800,2022,12,30,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139560,3,1672428600,2022,12,30,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139561,3,1672430400,2022,12,30,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139562,3,1672432200,2022,12,30,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139563,3,1672434000,2022,12,30,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139564,3,1672435800,2022,12,30,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139565,3,1672437600,2022,12,30,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139566,3,1672439400,2022,12,30,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139567,3,1672488000,2022,12,31,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139568,3,1672489800,2022,12,31,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139569,3,1672491600,2022,12,31,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139570,3,1672493400,2022,12,31,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139571,3,1672495200,2022,12,31,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139572,3,1672497000,2022,12,31,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139573,3,1672498800,2022,12,31,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139574,3,1672513200,2022,12,31,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139575,3,1672515000,2022,12,31,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139576,3,1672516800,2022,12,31,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139577,3,1672518600,2022,12,31,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139578,3,1672520400,2022,12,31,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139579,3,1672522200,2022,12,31,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139580,3,1672524000,2022,12,31,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139581,3,1672525800,2022,12,31,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139582,3,1672574400,2023,1,1,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139583,3,1672576200,2023,1,1,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139584,3,1672578000,2023,1,1,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139585,3,1672579800,2023,1,1,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139586,3,1672581600,2023,1,1,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139587,3,1672583400,2023,1,1,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139588,3,1672585200,2023,1,1,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139589,3,1672587000,2023,1,1,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139590,3,1672599600,2023,1,1,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139591,3,1672601400,2023,1,1,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139592,3,1672603200,2023,1,1,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139593,3,1672605000,2023,1,1,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139594,3,1672606800,2023,1,1,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139595,3,1672608600,2023,1,1,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139596,3,1672610400,2023,1,1,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139597,3,1672612200,2023,1,1,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139598,3,1672660800,2023,1,2,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139599,3,1672662600,2023,1,2,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139600,3,1672664400,2023,1,2,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139601,3,1672666200,2023,1,2,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139602,3,1672668000,2023,1,2,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139603,3,1672669800,2023,1,2,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139604,3,1672671600,2023,1,2,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139605,3,1672686000,2023,1,2,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139606,3,1672687800,2023,1,2,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139607,3,1672689600,2023,1,2,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139608,3,1672691400,2023,1,2,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139609,3,1672693200,2023,1,2,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139610,3,1672695000,2023,1,2,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139611,3,1672696800,2023,1,2,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139612,3,1672698600,2023,1,2,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139613,3,1672747200,2023,1,3,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139614,3,1672749000,2023,1,3,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139615,3,1672750800,2023,1,3,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139616,3,1672752600,2023,1,3,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139617,3,1672754400,2023,1,3,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139618,3,1672756200,2023,1,3,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139619,3,1672758000,2023,1,3,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139620,3,1672772400,2023,1,3,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139621,3,1672774200,2023,1,3,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139622,3,1672776000,2023,1,3,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139623,3,1672777800,2023,1,3,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139624,3,1672779600,2023,1,3,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139625,3,1672781400,2023,1,3,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139626,3,1672783200,2023,1,3,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139627,3,1672785000,2023,1,3,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139628,3,1672833600,2023,1,4,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139629,3,1672835400,2023,1,4,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139630,3,1672837200,2023,1,4,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139631,3,1672839000,2023,1,4,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139632,3,1672840800,2023,1,4,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139633,3,1672842600,2023,1,4,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139634,3,1672844400,2023,1,4,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139635,3,1672858800,2023,1,4,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139636,3,1672860600,2023,1,4,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139637,3,1672862400,2023,1,4,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139638,3,1672864200,2023,1,4,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139639,3,1672866000,2023,1,4,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139640,3,1672867800,2023,1,4,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139641,3,1672869600,2023,1,4,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139642,3,1672871400,2023,1,4,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139643,3,1672920000,2023,1,5,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139644,3,1672921800,2023,1,5,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139645,3,1672923600,2023,1,5,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139646,3,1672925400,2023,1,5,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139647,3,1672927200,2023,1,5,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139648,3,1672929000,2023,1,5,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139649,3,1672930800,2023,1,5,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139650,3,1672945200,2023,1,5,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139651,3,1672947000,2023,1,5,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139652,3,1672948800,2023,1,5,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139653,3,1672950600,2023,1,5,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139654,3,1672952400,2023,1,5,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139655,3,1672954200,2023,1,5,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139656,3,1672956000,2023,1,5,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139657,3,1672957800,2023,1,5,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139658,3,1673006400,2023,1,6,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139659,3,1673008200,2023,1,6,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139660,3,1673010000,2023,1,6,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139661,3,1673011800,2023,1,6,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139662,3,1673013600,2023,1,6,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139663,3,1673015400,2023,1,6,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139664,3,1673017200,2023,1,6,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139665,3,1673031600,2023,1,6,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139666,3,1673033400,2023,1,6,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139667,3,1673035200,2023,1,6,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139668,3,1673037000,2023,1,6,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139669,3,1673038800,2023,1,6,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139670,3,1673040600,2023,1,6,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139671,3,1673042400,2023,1,6,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139672,3,1673044200,2023,1,6,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139673,3,1673092800,2023,1,7,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139674,3,1673094600,2023,1,7,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139675,3,1673096400,2023,1,7,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139676,3,1673098200,2023,1,7,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139677,3,1673100000,2023,1,7,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139678,3,1673101800,2023,1,7,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139679,3,1673103600,2023,1,7,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139680,3,1673118000,2023,1,7,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139681,3,1673119800,2023,1,7,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139682,3,1673121600,2023,1,7,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139683,3,1673123400,2023,1,7,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139684,3,1673125200,2023,1,7,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139685,3,1673127000,2023,1,7,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139686,3,1673128800,2023,1,7,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139687,3,1673130600,2023,1,7,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139688,3,1673179200,2023,1,8,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139689,3,1673181000,2023,1,8,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139690,3,1673182800,2023,1,8,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139691,3,1673184600,2023,1,8,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139692,3,1673186400,2023,1,8,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139693,3,1673188200,2023,1,8,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139694,3,1673190000,2023,1,8,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139695,3,1673191800,2023,1,8,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139696,3,1673204400,2023,1,8,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139697,3,1673206200,2023,1,8,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139698,3,1673208000,2023,1,8,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139699,3,1673209800,2023,1,8,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139700,3,1673211600,2023,1,8,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139701,3,1673213400,2023,1,8,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139702,3,1673215200,2023,1,8,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139703,3,1673217000,2023,1,8,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139704,3,1673265600,2023,1,9,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139705,3,1673267400,2023,1,9,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139706,3,1673269200,2023,1,9,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139707,3,1673271000,2023,1,9,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139708,3,1673272800,2023,1,9,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139709,3,1673274600,2023,1,9,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139710,3,1673276400,2023,1,9,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139711,3,1673290800,2023,1,9,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139712,3,1673292600,2023,1,9,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139713,3,1673294400,2023,1,9,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139714,3,1673296200,2023,1,9,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139715,3,1673298000,2023,1,9,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139716,3,1673299800,2023,1,9,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139717,3,1673301600,2023,1,9,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139718,3,1673303400,2023,1,9,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139719,3,1673352000,2023,1,10,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139720,3,1673353800,2023,1,10,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139721,3,1673355600,2023,1,10,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139722,3,1673357400,2023,1,10,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139723,3,1673359200,2023,1,10,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139724,3,1673361000,2023,1,10,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139725,3,1673362800,2023,1,10,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139726,3,1673377200,2023,1,10,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139727,3,1673379000,2023,1,10,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139728,3,1673380800,2023,1,10,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139729,3,1673382600,2023,1,10,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139730,3,1673384400,2023,1,10,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139731,3,1673386200,2023,1,10,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139732,3,1673388000,2023,1,10,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139733,3,1673389800,2023,1,10,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139734,3,1673438400,2023,1,11,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139735,3,1673440200,2023,1,11,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139736,3,1673442000,2023,1,11,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139737,3,1673443800,2023,1,11,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139738,3,1673445600,2023,1,11,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139739,3,1673447400,2023,1,11,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139740,3,1673449200,2023,1,11,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139741,3,1673463600,2023,1,11,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139742,3,1673465400,2023,1,11,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139743,3,1673467200,2023,1,11,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139744,3,1673469000,2023,1,11,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139745,3,1673470800,2023,1,11,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139746,3,1673472600,2023,1,11,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139747,3,1673474400,2023,1,11,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139748,3,1673476200,2023,1,11,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139749,3,1673524800,2023,1,12,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139750,3,1673526600,2023,1,12,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139751,3,1673528400,2023,1,12,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139752,3,1673530200,2023,1,12,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139753,3,1673532000,2023,1,12,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139754,3,1673533800,2023,1,12,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139755,3,1673535600,2023,1,12,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139756,3,1673550000,2023,1,12,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139757,3,1673551800,2023,1,12,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139758,3,1673553600,2023,1,12,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139759,3,1673555400,2023,1,12,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139760,3,1673557200,2023,1,12,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139761,3,1673559000,2023,1,12,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139762,3,1673560800,2023,1,12,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139763,3,1673562600,2023,1,12,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139764,3,1673611200,2023,1,13,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139765,3,1673613000,2023,1,13,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139766,3,1673614800,2023,1,13,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139767,3,1673616600,2023,1,13,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139768,3,1673618400,2023,1,13,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139769,3,1673620200,2023,1,13,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139770,3,1673622000,2023,1,13,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139771,3,1673636400,2023,1,13,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139772,3,1673638200,2023,1,13,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139773,3,1673640000,2023,1,13,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139774,3,1673641800,2023,1,13,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139775,3,1673643600,2023,1,13,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139776,3,1673645400,2023,1,13,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139777,3,1673647200,2023,1,13,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139778,3,1673649000,2023,1,13,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139779,3,1673697600,2023,1,14,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139780,3,1673699400,2023,1,14,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139781,3,1673701200,2023,1,14,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139782,3,1673703000,2023,1,14,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139783,3,1673704800,2023,1,14,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139784,3,1673706600,2023,1,14,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139785,3,1673708400,2023,1,14,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139786,3,1673722800,2023,1,14,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139787,3,1673724600,2023,1,14,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139788,3,1673726400,2023,1,14,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139789,3,1673728200,2023,1,14,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139790,3,1673730000,2023,1,14,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139791,3,1673731800,2023,1,14,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139792,3,1673733600,2023,1,14,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139793,3,1673735400,2023,1,14,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139794,3,1673784000,2023,1,15,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139795,3,1673785800,2023,1,15,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139796,3,1673787600,2023,1,15,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139797,3,1673789400,2023,1,15,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139798,3,1673791200,2023,1,15,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139799,3,1673793000,2023,1,15,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139800,3,1673794800,2023,1,15,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139801,3,1673796600,2023,1,15,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139802,3,1673809200,2023,1,15,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139803,3,1673811000,2023,1,15,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139804,3,1673812800,2023,1,15,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139805,3,1673814600,2023,1,15,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139806,3,1673816400,2023,1,15,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139807,3,1673818200,2023,1,15,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139808,3,1673820000,2023,1,15,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139809,3,1673821800,2023,1,15,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139810,3,1673870400,2023,1,16,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139811,3,1673872200,2023,1,16,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139812,3,1673874000,2023,1,16,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139813,3,1673875800,2023,1,16,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139814,3,1673877600,2023,1,16,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139815,3,1673879400,2023,1,16,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139816,3,1673881200,2023,1,16,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139817,3,1673895600,2023,1,16,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139818,3,1673897400,2023,1,16,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139819,3,1673899200,2023,1,16,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139820,3,1673901000,2023,1,16,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139821,3,1673902800,2023,1,16,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139822,3,1673904600,2023,1,16,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139823,3,1673906400,2023,1,16,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139824,3,1673908200,2023,1,16,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139825,3,1673956800,2023,1,17,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139826,3,1673958600,2023,1,17,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139827,3,1673960400,2023,1,17,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139828,3,1673962200,2023,1,17,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139829,3,1673964000,2023,1,17,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139830,3,1673965800,2023,1,17,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139831,3,1673967600,2023,1,17,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139832,3,1673982000,2023,1,17,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139833,3,1673983800,2023,1,17,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139834,3,1673985600,2023,1,17,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139835,3,1673987400,2023,1,17,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139836,3,1673989200,2023,1,17,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139837,3,1673991000,2023,1,17,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139838,3,1673992800,2023,1,17,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139839,3,1673994600,2023,1,17,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139840,3,1674043200,2023,1,18,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139841,3,1674045000,2023,1,18,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139842,3,1674046800,2023,1,18,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139843,3,1674048600,2023,1,18,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139844,3,1674050400,2023,1,18,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139845,3,1674052200,2023,1,18,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139846,3,1674054000,2023,1,18,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139847,3,1674068400,2023,1,18,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139848,3,1674070200,2023,1,18,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139849,3,1674072000,2023,1,18,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139850,3,1674073800,2023,1,18,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139851,3,1674075600,2023,1,18,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139852,3,1674077400,2023,1,18,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139853,3,1674079200,2023,1,18,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139854,3,1674081000,2023,1,18,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139855,3,1674129600,2023,1,19,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139856,3,1674131400,2023,1,19,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139857,3,1674133200,2023,1,19,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139858,3,1674135000,2023,1,19,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139859,3,1674136800,2023,1,19,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139860,3,1674138600,2023,1,19,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139861,3,1674140400,2023,1,19,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139862,3,1674154800,2023,1,19,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139863,3,1674156600,2023,1,19,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139864,3,1674158400,2023,1,19,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139865,3,1674160200,2023,1,19,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139866,3,1674162000,2023,1,19,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139867,3,1674163800,2023,1,19,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139868,3,1674165600,2023,1,19,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139869,3,1674167400,2023,1,19,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139870,3,1674216000,2023,1,20,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139871,3,1674217800,2023,1,20,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139872,3,1674219600,2023,1,20,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139873,3,1674221400,2023,1,20,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139874,3,1674223200,2023,1,20,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139875,3,1674225000,2023,1,20,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139876,3,1674226800,2023,1,20,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139877,3,1674241200,2023,1,20,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139878,3,1674243000,2023,1,20,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139879,3,1674244800,2023,1,20,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139880,3,1674246600,2023,1,20,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139881,3,1674248400,2023,1,20,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139882,3,1674250200,2023,1,20,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139883,3,1674252000,2023,1,20,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139884,3,1674253800,2023,1,20,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139885,3,1674302400,2023,1,21,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139886,3,1674304200,2023,1,21,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139887,3,1674306000,2023,1,21,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139888,3,1674307800,2023,1,21,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139889,3,1674309600,2023,1,21,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139890,3,1674311400,2023,1,21,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139891,3,1674313200,2023,1,21,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139892,3,1674327600,2023,1,21,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139893,3,1674329400,2023,1,21,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(139894,3,1674331200,2023,1,21,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(139895,3,1674333000,2023,1,21,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(139896,3,1674334800,2023,1,21,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(139897,3,1674336600,2023,1,21,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(139898,3,1674338400,2023,1,21,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(139899,3,1674340200,2023,1,21,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(139900,3,1674388800,2023,1,22,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(139901,3,1674390600,2023,1,22,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(139902,3,1674392400,2023,1,22,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(139903,3,1674394200,2023,1,22,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(139904,3,1674396000,2023,1,22,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(139905,3,1674397800,2023,1,22,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(139906,3,1674399600,2023,1,22,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(139907,3,1674401400,2023,1,22,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(139908,3,1674414000,2023,1,22,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(139909,3,1674415800,2023,1,22,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(139910,3,1674417600,2023,1,22,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(139911,3,1674419400,2023,1,22,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(139912,3,1674421200,2023,1,22,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(139913,3,1674423000,2023,1,22,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(139914,3,1674424800,2023,1,22,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(139915,3,1674426600,2023,1,22,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(139916,3,1674475200,2023,1,23,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(139917,3,1674477000,2023,1,23,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(139918,3,1674478800,2023,1,23,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(139919,3,1674480600,2023,1,23,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(139920,3,1674482400,2023,1,23,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(139921,3,1674484200,2023,1,23,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(139922,3,1674486000,2023,1,23,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(139923,3,1674500400,2023,1,23,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(139924,3,1674502200,2023,1,23,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(139925,3,1674504000,2023,1,23,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(139926,3,1674505800,2023,1,23,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(139927,3,1674507600,2023,1,23,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(139928,3,1674509400,2023,1,23,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(139929,3,1674511200,2023,1,23,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(139930,3,1674513000,2023,1,23,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(139931,3,1674561600,2023,1,24,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(139932,3,1674563400,2023,1,24,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(139933,3,1674565200,2023,1,24,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(139934,3,1674567000,2023,1,24,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(139935,3,1674568800,2023,1,24,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(139936,3,1674570600,2023,1,24,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(139937,3,1674572400,2023,1,24,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(139938,3,1674586800,2023,1,24,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(139939,3,1674588600,2023,1,24,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(139940,3,1674590400,2023,1,24,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(139941,3,1674592200,2023,1,24,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(139942,3,1674594000,2023,1,24,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(139943,3,1674595800,2023,1,24,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(139944,3,1674597600,2023,1,24,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(139945,3,1674599400,2023,1,24,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(139946,3,1674648000,2023,1,25,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(139947,3,1674649800,2023,1,25,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(139948,3,1674651600,2023,1,25,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(139949,3,1674653400,2023,1,25,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(139950,3,1674655200,2023,1,25,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(139951,3,1674657000,2023,1,25,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(139952,3,1674658800,2023,1,25,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(139953,3,1674673200,2023,1,25,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(139954,3,1674675000,2023,1,25,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(139955,3,1674676800,2023,1,25,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(139956,3,1674678600,2023,1,25,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(139957,3,1674680400,2023,1,25,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(139958,3,1674682200,2023,1,25,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(139959,3,1674684000,2023,1,25,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(139960,3,1674685800,2023,1,25,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(139961,3,1674734400,2023,1,26,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(139962,3,1674736200,2023,1,26,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(139963,3,1674738000,2023,1,26,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(139964,3,1674739800,2023,1,26,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(139965,3,1674741600,2023,1,26,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(139966,3,1674743400,2023,1,26,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(139967,3,1674745200,2023,1,26,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(139968,3,1674759600,2023,1,26,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(139969,3,1674761400,2023,1,26,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(139970,3,1674763200,2023,1,26,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(139971,3,1674765000,2023,1,26,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(139972,3,1674766800,2023,1,26,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(139973,3,1674768600,2023,1,26,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(139974,3,1674770400,2023,1,26,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(139975,3,1674772200,2023,1,26,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(139976,3,1674820800,2023,1,27,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(139977,3,1674822600,2023,1,27,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(139978,3,1674824400,2023,1,27,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(139979,3,1674826200,2023,1,27,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(139980,3,1674828000,2023,1,27,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(139981,3,1674829800,2023,1,27,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(139982,3,1674831600,2023,1,27,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(139983,3,1674846000,2023,1,27,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(139984,3,1674847800,2023,1,27,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(139985,3,1674849600,2023,1,27,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(139986,3,1674851400,2023,1,27,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(139987,3,1674853200,2023,1,27,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(139988,3,1674855000,2023,1,27,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(139989,3,1674856800,2023,1,27,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(139990,3,1674858600,2023,1,27,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(139991,3,1674907200,2023,1,28,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(139992,3,1674909000,2023,1,28,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(139993,3,1674910800,2023,1,28,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(139994,3,1674912600,2023,1,28,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(139995,3,1674914400,2023,1,28,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(139996,3,1674916200,2023,1,28,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(139997,3,1674918000,2023,1,28,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(139998,3,1674932400,2023,1,28,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(139999,3,1674934200,2023,1,28,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140000,3,1674936000,2023,1,28,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140001,3,1674937800,2023,1,28,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140002,3,1674939600,2023,1,28,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140003,3,1674941400,2023,1,28,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140004,3,1674943200,2023,1,28,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140005,3,1674945000,2023,1,28,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140006,3,1674993600,2023,1,29,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140007,3,1674995400,2023,1,29,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140008,3,1674997200,2023,1,29,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140009,3,1674999000,2023,1,29,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140010,3,1675000800,2023,1,29,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140011,3,1675002600,2023,1,29,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140012,3,1675004400,2023,1,29,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140013,3,1675006200,2023,1,29,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140014,3,1675018800,2023,1,29,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140015,3,1675020600,2023,1,29,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140016,3,1675022400,2023,1,29,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140017,3,1675024200,2023,1,29,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140018,3,1675026000,2023,1,29,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140019,3,1675027800,2023,1,29,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140020,3,1675029600,2023,1,29,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140021,3,1675031400,2023,1,29,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140022,3,1675080000,2023,1,30,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140023,3,1675081800,2023,1,30,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140024,3,1675083600,2023,1,30,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140025,3,1675085400,2023,1,30,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140026,3,1675087200,2023,1,30,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140027,3,1675089000,2023,1,30,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140028,3,1675090800,2023,1,30,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140029,3,1675105200,2023,1,30,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140030,3,1675107000,2023,1,30,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140031,3,1675108800,2023,1,30,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140032,3,1675110600,2023,1,30,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140033,3,1675112400,2023,1,30,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140034,3,1675114200,2023,1,30,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140035,3,1675116000,2023,1,30,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140036,3,1675117800,2023,1,30,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140037,3,1675166400,2023,1,31,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140038,3,1675168200,2023,1,31,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140039,3,1675170000,2023,1,31,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140040,3,1675171800,2023,1,31,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140041,3,1675173600,2023,1,31,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140042,3,1675175400,2023,1,31,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140043,3,1675177200,2023,1,31,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140044,3,1675191600,2023,1,31,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140045,3,1675193400,2023,1,31,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140046,3,1675195200,2023,1,31,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140047,3,1675197000,2023,1,31,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140048,3,1675198800,2023,1,31,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140049,3,1675200600,2023,1,31,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140050,3,1675202400,2023,1,31,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140051,3,1675204200,2023,1,31,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140052,3,1675252800,2023,2,1,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140053,3,1675254600,2023,2,1,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140054,3,1675256400,2023,2,1,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140055,3,1675258200,2023,2,1,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140056,3,1675260000,2023,2,1,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140057,3,1675261800,2023,2,1,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140058,3,1675263600,2023,2,1,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140059,3,1675278000,2023,2,1,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140060,3,1675279800,2023,2,1,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140061,3,1675281600,2023,2,1,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140062,3,1675283400,2023,2,1,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140063,3,1675285200,2023,2,1,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140064,3,1675287000,2023,2,1,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140065,3,1675288800,2023,2,1,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140066,3,1675290600,2023,2,1,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140067,3,1675339200,2023,2,2,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140068,3,1675341000,2023,2,2,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140069,3,1675342800,2023,2,2,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140070,3,1675344600,2023,2,2,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140071,3,1675346400,2023,2,2,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140072,3,1675348200,2023,2,2,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140073,3,1675350000,2023,2,2,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140074,3,1675364400,2023,2,2,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140075,3,1675366200,2023,2,2,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140076,3,1675368000,2023,2,2,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140077,3,1675369800,2023,2,2,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140078,3,1675371600,2023,2,2,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140079,3,1675373400,2023,2,2,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140080,3,1675375200,2023,2,2,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140081,3,1675377000,2023,2,2,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140082,3,1675425600,2023,2,3,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140083,3,1675427400,2023,2,3,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140084,3,1675429200,2023,2,3,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140085,3,1675431000,2023,2,3,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140086,3,1675432800,2023,2,3,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140087,3,1675434600,2023,2,3,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140088,3,1675436400,2023,2,3,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140089,3,1675450800,2023,2,3,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140090,3,1675452600,2023,2,3,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140091,3,1675454400,2023,2,3,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140092,3,1675456200,2023,2,3,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140093,3,1675458000,2023,2,3,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140094,3,1675459800,2023,2,3,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140095,3,1675461600,2023,2,3,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140096,3,1675463400,2023,2,3,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140097,3,1675512000,2023,2,4,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140098,3,1675513800,2023,2,4,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140099,3,1675515600,2023,2,4,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140100,3,1675517400,2023,2,4,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140101,3,1675519200,2023,2,4,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140102,3,1675521000,2023,2,4,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140103,3,1675522800,2023,2,4,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140104,3,1675537200,2023,2,4,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140105,3,1675539000,2023,2,4,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140106,3,1675540800,2023,2,4,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140107,3,1675542600,2023,2,4,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140108,3,1675544400,2023,2,4,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140109,3,1675546200,2023,2,4,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140110,3,1675548000,2023,2,4,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140111,3,1675549800,2023,2,4,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140112,3,1675598400,2023,2,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140113,3,1675600200,2023,2,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140114,3,1675602000,2023,2,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140115,3,1675603800,2023,2,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140116,3,1675605600,2023,2,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140117,3,1675607400,2023,2,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140118,3,1675609200,2023,2,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140119,3,1675611000,2023,2,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140120,3,1675623600,2023,2,5,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140121,3,1675625400,2023,2,5,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140122,3,1675627200,2023,2,5,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140123,3,1675629000,2023,2,5,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140124,3,1675630800,2023,2,5,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140125,3,1675632600,2023,2,5,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140126,3,1675634400,2023,2,5,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140127,3,1675636200,2023,2,5,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140128,3,1675684800,2023,2,6,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140129,3,1675686600,2023,2,6,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140130,3,1675688400,2023,2,6,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140131,3,1675690200,2023,2,6,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140132,3,1675692000,2023,2,6,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140133,3,1675693800,2023,2,6,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140134,3,1675695600,2023,2,6,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140135,3,1675710000,2023,2,6,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140136,3,1675711800,2023,2,6,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140137,3,1675713600,2023,2,6,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140138,3,1675715400,2023,2,6,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140139,3,1675717200,2023,2,6,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140140,3,1675719000,2023,2,6,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140141,3,1675720800,2023,2,6,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140142,3,1675722600,2023,2,6,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140143,3,1675771200,2023,2,7,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140144,3,1675773000,2023,2,7,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140145,3,1675774800,2023,2,7,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140146,3,1675776600,2023,2,7,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140147,3,1675778400,2023,2,7,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140148,3,1675780200,2023,2,7,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140149,3,1675782000,2023,2,7,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140150,3,1675796400,2023,2,7,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140151,3,1675798200,2023,2,7,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140152,3,1675800000,2023,2,7,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140153,3,1675801800,2023,2,7,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140154,3,1675803600,2023,2,7,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140155,3,1675805400,2023,2,7,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140156,3,1675807200,2023,2,7,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140157,3,1675809000,2023,2,7,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140158,3,1675857600,2023,2,8,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140159,3,1675859400,2023,2,8,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140160,3,1675861200,2023,2,8,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140161,3,1675863000,2023,2,8,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140162,3,1675864800,2023,2,8,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140163,3,1675866600,2023,2,8,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140164,3,1675868400,2023,2,8,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140165,3,1675882800,2023,2,8,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140166,3,1675884600,2023,2,8,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140167,3,1675886400,2023,2,8,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140168,3,1675888200,2023,2,8,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140169,3,1675890000,2023,2,8,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140170,3,1675891800,2023,2,8,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140171,3,1675893600,2023,2,8,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140172,3,1675895400,2023,2,8,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140173,3,1675944000,2023,2,9,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140174,3,1675945800,2023,2,9,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140175,3,1675947600,2023,2,9,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140176,3,1675949400,2023,2,9,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140177,3,1675951200,2023,2,9,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140178,3,1675953000,2023,2,9,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140179,3,1675954800,2023,2,9,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140180,3,1675969200,2023,2,9,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140181,3,1675971000,2023,2,9,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140182,3,1675972800,2023,2,9,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140183,3,1675974600,2023,2,9,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140184,3,1675976400,2023,2,9,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140185,3,1675978200,2023,2,9,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140186,3,1675980000,2023,2,9,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140187,3,1675981800,2023,2,9,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140188,3,1676030400,2023,2,10,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140189,3,1676032200,2023,2,10,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140190,3,1676034000,2023,2,10,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140191,3,1676035800,2023,2,10,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140192,3,1676037600,2023,2,10,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140193,3,1676039400,2023,2,10,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140194,3,1676041200,2023,2,10,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140195,3,1676055600,2023,2,10,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140196,3,1676057400,2023,2,10,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140197,3,1676059200,2023,2,10,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140198,3,1676061000,2023,2,10,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140199,3,1676062800,2023,2,10,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140200,3,1676064600,2023,2,10,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140201,3,1676066400,2023,2,10,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140202,3,1676068200,2023,2,10,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140203,3,1676116800,2023,2,11,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140204,3,1676118600,2023,2,11,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140205,3,1676120400,2023,2,11,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140206,3,1676122200,2023,2,11,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140207,3,1676124000,2023,2,11,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140208,3,1676125800,2023,2,11,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140209,3,1676127600,2023,2,11,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140210,3,1676142000,2023,2,11,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140211,3,1676143800,2023,2,11,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140212,3,1676145600,2023,2,11,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140213,3,1676147400,2023,2,11,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140214,3,1676149200,2023,2,11,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140215,3,1676151000,2023,2,11,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140216,3,1676152800,2023,2,11,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140217,3,1676154600,2023,2,11,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140218,3,1676203200,2023,2,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140219,3,1676205000,2023,2,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140220,3,1676206800,2023,2,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140221,3,1676208600,2023,2,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140222,3,1676210400,2023,2,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140223,3,1676212200,2023,2,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140224,3,1676214000,2023,2,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140225,3,1676215800,2023,2,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140226,3,1676228400,2023,2,12,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140227,3,1676230200,2023,2,12,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140228,3,1676232000,2023,2,12,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140229,3,1676233800,2023,2,12,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140230,3,1676235600,2023,2,12,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140231,3,1676237400,2023,2,12,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140232,3,1676239200,2023,2,12,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140233,3,1676241000,2023,2,12,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140234,3,1676289600,2023,2,13,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140235,3,1676291400,2023,2,13,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140236,3,1676293200,2023,2,13,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140237,3,1676295000,2023,2,13,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140238,3,1676296800,2023,2,13,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140239,3,1676298600,2023,2,13,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140240,3,1676300400,2023,2,13,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140241,3,1676314800,2023,2,13,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140242,3,1676316600,2023,2,13,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140243,3,1676318400,2023,2,13,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140244,3,1676320200,2023,2,13,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140245,3,1676322000,2023,2,13,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140246,3,1676323800,2023,2,13,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140247,3,1676325600,2023,2,13,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140248,3,1676327400,2023,2,13,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140249,3,1676376000,2023,2,14,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140250,3,1676377800,2023,2,14,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140251,3,1676379600,2023,2,14,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140252,3,1676381400,2023,2,14,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140253,3,1676383200,2023,2,14,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140254,3,1676385000,2023,2,14,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140255,3,1676386800,2023,2,14,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140256,3,1676401200,2023,2,14,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140257,3,1676403000,2023,2,14,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140258,3,1676404800,2023,2,14,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140259,3,1676406600,2023,2,14,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140260,3,1676408400,2023,2,14,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140261,3,1676410200,2023,2,14,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140262,3,1676412000,2023,2,14,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140263,3,1676413800,2023,2,14,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140264,3,1676462400,2023,2,15,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140265,3,1676464200,2023,2,15,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140266,3,1676466000,2023,2,15,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140267,3,1676467800,2023,2,15,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140268,3,1676469600,2023,2,15,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140269,3,1676471400,2023,2,15,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140270,3,1676473200,2023,2,15,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140271,3,1676487600,2023,2,15,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140272,3,1676489400,2023,2,15,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140273,3,1676491200,2023,2,15,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140274,3,1676493000,2023,2,15,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140275,3,1676494800,2023,2,15,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140276,3,1676496600,2023,2,15,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140277,3,1676498400,2023,2,15,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140278,3,1676500200,2023,2,15,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140279,3,1676548800,2023,2,16,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140280,3,1676550600,2023,2,16,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140281,3,1676552400,2023,2,16,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140282,3,1676554200,2023,2,16,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140283,3,1676556000,2023,2,16,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140284,3,1676557800,2023,2,16,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140285,3,1676559600,2023,2,16,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140286,3,1676574000,2023,2,16,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140287,3,1676575800,2023,2,16,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140288,3,1676577600,2023,2,16,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140289,3,1676579400,2023,2,16,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140290,3,1676581200,2023,2,16,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140291,3,1676583000,2023,2,16,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140292,3,1676584800,2023,2,16,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140293,3,1676586600,2023,2,16,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140294,3,1676635200,2023,2,17,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140295,3,1676637000,2023,2,17,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140296,3,1676638800,2023,2,17,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140297,3,1676640600,2023,2,17,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140298,3,1676642400,2023,2,17,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140299,3,1676644200,2023,2,17,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140300,3,1676646000,2023,2,17,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140301,3,1676660400,2023,2,17,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140302,3,1676662200,2023,2,17,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140303,3,1676664000,2023,2,17,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140304,3,1676665800,2023,2,17,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140305,3,1676667600,2023,2,17,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140306,3,1676669400,2023,2,17,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140307,3,1676671200,2023,2,17,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140308,3,1676673000,2023,2,17,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140309,3,1676721600,2023,2,18,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140310,3,1676723400,2023,2,18,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140311,3,1676725200,2023,2,18,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140312,3,1676727000,2023,2,18,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140313,3,1676728800,2023,2,18,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140314,3,1676730600,2023,2,18,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140315,3,1676732400,2023,2,18,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140316,3,1676746800,2023,2,18,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140317,3,1676748600,2023,2,18,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140318,3,1676750400,2023,2,18,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140319,3,1676752200,2023,2,18,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140320,3,1676754000,2023,2,18,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140321,3,1676755800,2023,2,18,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140322,3,1676757600,2023,2,18,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140323,3,1676759400,2023,2,18,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140324,3,1676808000,2023,2,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140325,3,1676809800,2023,2,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140326,3,1676811600,2023,2,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140327,3,1676813400,2023,2,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140328,3,1676815200,2023,2,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140329,3,1676817000,2023,2,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140330,3,1676818800,2023,2,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140331,3,1676820600,2023,2,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140332,3,1676833200,2023,2,19,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140333,3,1676835000,2023,2,19,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140334,3,1676836800,2023,2,19,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140335,3,1676838600,2023,2,19,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140336,3,1676840400,2023,2,19,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140337,3,1676842200,2023,2,19,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140338,3,1676844000,2023,2,19,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140339,3,1676845800,2023,2,19,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140340,3,1676894400,2023,2,20,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140341,3,1676896200,2023,2,20,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140342,3,1676898000,2023,2,20,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140343,3,1676899800,2023,2,20,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140344,3,1676901600,2023,2,20,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140345,3,1676903400,2023,2,20,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140346,3,1676905200,2023,2,20,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140347,3,1676919600,2023,2,20,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140348,3,1676921400,2023,2,20,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140349,3,1676923200,2023,2,20,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140350,3,1676925000,2023,2,20,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140351,3,1676926800,2023,2,20,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140352,3,1676928600,2023,2,20,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140353,3,1676930400,2023,2,20,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140354,3,1676932200,2023,2,20,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140355,3,1676980800,2023,2,21,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140356,3,1676982600,2023,2,21,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140357,3,1676984400,2023,2,21,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140358,3,1676986200,2023,2,21,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140359,3,1676988000,2023,2,21,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140360,3,1676989800,2023,2,21,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140361,3,1676991600,2023,2,21,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140362,3,1677006000,2023,2,21,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140363,3,1677007800,2023,2,21,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140364,3,1677009600,2023,2,21,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140365,3,1677011400,2023,2,21,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140366,3,1677013200,2023,2,21,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140367,3,1677015000,2023,2,21,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140368,3,1677016800,2023,2,21,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140369,3,1677018600,2023,2,21,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140370,3,1677067200,2023,2,22,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140371,3,1677069000,2023,2,22,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140372,3,1677070800,2023,2,22,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140373,3,1677072600,2023,2,22,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140374,3,1677074400,2023,2,22,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140375,3,1677076200,2023,2,22,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140376,3,1677078000,2023,2,22,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140377,3,1677092400,2023,2,22,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140378,3,1677094200,2023,2,22,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140379,3,1677096000,2023,2,22,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140380,3,1677097800,2023,2,22,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140381,3,1677099600,2023,2,22,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140382,3,1677101400,2023,2,22,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140383,3,1677103200,2023,2,22,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140384,3,1677105000,2023,2,22,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140385,3,1677153600,2023,2,23,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140386,3,1677155400,2023,2,23,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140387,3,1677157200,2023,2,23,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140388,3,1677159000,2023,2,23,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140389,3,1677160800,2023,2,23,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140390,3,1677162600,2023,2,23,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140391,3,1677164400,2023,2,23,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140392,3,1677178800,2023,2,23,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140393,3,1677180600,2023,2,23,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140394,3,1677182400,2023,2,23,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140395,3,1677184200,2023,2,23,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140396,3,1677186000,2023,2,23,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140397,3,1677187800,2023,2,23,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140398,3,1677189600,2023,2,23,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140399,3,1677191400,2023,2,23,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140400,3,1677240000,2023,2,24,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140401,3,1677241800,2023,2,24,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140402,3,1677243600,2023,2,24,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140403,3,1677245400,2023,2,24,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140404,3,1677247200,2023,2,24,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140405,3,1677249000,2023,2,24,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140406,3,1677250800,2023,2,24,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140407,3,1677265200,2023,2,24,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140408,3,1677267000,2023,2,24,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140409,3,1677268800,2023,2,24,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140410,3,1677270600,2023,2,24,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140411,3,1677272400,2023,2,24,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140412,3,1677274200,2023,2,24,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140413,3,1677276000,2023,2,24,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140414,3,1677277800,2023,2,24,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140415,3,1677326400,2023,2,25,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140416,3,1677328200,2023,2,25,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140417,3,1677330000,2023,2,25,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140418,3,1677331800,2023,2,25,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140419,3,1677333600,2023,2,25,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140420,3,1677335400,2023,2,25,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140421,3,1677337200,2023,2,25,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140422,3,1677351600,2023,2,25,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140423,3,1677353400,2023,2,25,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140424,3,1677355200,2023,2,25,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140425,3,1677357000,2023,2,25,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140426,3,1677358800,2023,2,25,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140427,3,1677360600,2023,2,25,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140428,3,1677362400,2023,2,25,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140429,3,1677364200,2023,2,25,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140430,3,1677412800,2023,2,26,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140431,3,1677414600,2023,2,26,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140432,3,1677416400,2023,2,26,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140433,3,1677418200,2023,2,26,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140434,3,1677420000,2023,2,26,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140435,3,1677421800,2023,2,26,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140436,3,1677423600,2023,2,26,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140437,3,1677425400,2023,2,26,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140438,3,1677438000,2023,2,26,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140439,3,1677439800,2023,2,26,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140440,3,1677441600,2023,2,26,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140441,3,1677443400,2023,2,26,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140442,3,1677445200,2023,2,26,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140443,3,1677447000,2023,2,26,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140444,3,1677448800,2023,2,26,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140445,3,1677450600,2023,2,26,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140446,3,1677499200,2023,2,27,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140447,3,1677501000,2023,2,27,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140448,3,1677502800,2023,2,27,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140449,3,1677504600,2023,2,27,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140450,3,1677506400,2023,2,27,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140451,3,1677508200,2023,2,27,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140452,3,1677510000,2023,2,27,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140453,3,1677524400,2023,2,27,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140454,3,1677526200,2023,2,27,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140455,3,1677528000,2023,2,27,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140456,3,1677529800,2023,2,27,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140457,3,1677531600,2023,2,27,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140458,3,1677533400,2023,2,27,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140459,3,1677535200,2023,2,27,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140460,3,1677537000,2023,2,27,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140461,3,1677585600,2023,2,28,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140462,3,1677587400,2023,2,28,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140463,3,1677589200,2023,2,28,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140464,3,1677591000,2023,2,28,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140465,3,1677592800,2023,2,28,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140466,3,1677594600,2023,2,28,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140467,3,1677596400,2023,2,28,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140468,3,1677610800,2023,2,28,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140469,3,1677612600,2023,2,28,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140470,3,1677614400,2023,2,28,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140471,3,1677616200,2023,2,28,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140472,3,1677618000,2023,2,28,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140473,3,1677619800,2023,2,28,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140474,3,1677621600,2023,2,28,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140475,3,1677623400,2023,2,28,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140476,3,1677672000,2023,3,1,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140477,3,1677673800,2023,3,1,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140478,3,1677675600,2023,3,1,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140479,3,1677677400,2023,3,1,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140480,3,1677679200,2023,3,1,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140481,3,1677681000,2023,3,1,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140482,3,1677682800,2023,3,1,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140483,3,1677697200,2023,3,1,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140484,3,1677699000,2023,3,1,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140485,3,1677700800,2023,3,1,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140486,3,1677702600,2023,3,1,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140487,3,1677704400,2023,3,1,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140488,3,1677706200,2023,3,1,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140489,3,1677708000,2023,3,1,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140490,3,1677709800,2023,3,1,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140491,3,1677758400,2023,3,2,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140492,3,1677760200,2023,3,2,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140493,3,1677762000,2023,3,2,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140494,3,1677763800,2023,3,2,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140495,3,1677765600,2023,3,2,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140496,3,1677767400,2023,3,2,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140497,3,1677769200,2023,3,2,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140498,3,1677783600,2023,3,2,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140499,3,1677785400,2023,3,2,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140500,3,1677787200,2023,3,2,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140501,3,1677789000,2023,3,2,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140502,3,1677790800,2023,3,2,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140503,3,1677792600,2023,3,2,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140504,3,1677794400,2023,3,2,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140505,3,1677796200,2023,3,2,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140506,3,1677844800,2023,3,3,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140507,3,1677846600,2023,3,3,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140508,3,1677848400,2023,3,3,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140509,3,1677850200,2023,3,3,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140510,3,1677852000,2023,3,3,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140511,3,1677853800,2023,3,3,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140512,3,1677855600,2023,3,3,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140513,3,1677870000,2023,3,3,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140514,3,1677871800,2023,3,3,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140515,3,1677873600,2023,3,3,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140516,3,1677875400,2023,3,3,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140517,3,1677877200,2023,3,3,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140518,3,1677879000,2023,3,3,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140519,3,1677880800,2023,3,3,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140520,3,1677882600,2023,3,3,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140521,3,1677931200,2023,3,4,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140522,3,1677933000,2023,3,4,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140523,3,1677934800,2023,3,4,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140524,3,1677936600,2023,3,4,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140525,3,1677938400,2023,3,4,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140526,3,1677940200,2023,3,4,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140527,3,1677942000,2023,3,4,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140528,3,1677956400,2023,3,4,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140529,3,1677958200,2023,3,4,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140530,3,1677960000,2023,3,4,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140531,3,1677961800,2023,3,4,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140532,3,1677963600,2023,3,4,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140533,3,1677965400,2023,3,4,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140534,3,1677967200,2023,3,4,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140535,3,1677969000,2023,3,4,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140536,3,1678017600,2023,3,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140537,3,1678019400,2023,3,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140538,3,1678021200,2023,3,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140539,3,1678023000,2023,3,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140540,3,1678024800,2023,3,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140541,3,1678026600,2023,3,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140542,3,1678028400,2023,3,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140543,3,1678030200,2023,3,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140544,3,1678042800,2023,3,5,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140545,3,1678044600,2023,3,5,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140546,3,1678046400,2023,3,5,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140547,3,1678048200,2023,3,5,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140548,3,1678050000,2023,3,5,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140549,3,1678051800,2023,3,5,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140550,3,1678053600,2023,3,5,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140551,3,1678055400,2023,3,5,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140552,3,1678104000,2023,3,6,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140553,3,1678105800,2023,3,6,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140554,3,1678107600,2023,3,6,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140555,3,1678109400,2023,3,6,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140556,3,1678111200,2023,3,6,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140557,3,1678113000,2023,3,6,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140558,3,1678114800,2023,3,6,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140559,3,1678129200,2023,3,6,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140560,3,1678131000,2023,3,6,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140561,3,1678132800,2023,3,6,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140562,3,1678134600,2023,3,6,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140563,3,1678136400,2023,3,6,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140564,3,1678138200,2023,3,6,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140565,3,1678140000,2023,3,6,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140566,3,1678141800,2023,3,6,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140567,3,1678190400,2023,3,7,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140568,3,1678192200,2023,3,7,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140569,3,1678194000,2023,3,7,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140570,3,1678195800,2023,3,7,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140571,3,1678197600,2023,3,7,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140572,3,1678199400,2023,3,7,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140573,3,1678201200,2023,3,7,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140574,3,1678215600,2023,3,7,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140575,3,1678217400,2023,3,7,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140576,3,1678219200,2023,3,7,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140577,3,1678221000,2023,3,7,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140578,3,1678222800,2023,3,7,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140579,3,1678224600,2023,3,7,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140580,3,1678226400,2023,3,7,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140581,3,1678228200,2023,3,7,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140582,3,1678276800,2023,3,8,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140583,3,1678278600,2023,3,8,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140584,3,1678280400,2023,3,8,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140585,3,1678282200,2023,3,8,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140586,3,1678284000,2023,3,8,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140587,3,1678285800,2023,3,8,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140588,3,1678287600,2023,3,8,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140589,3,1678302000,2023,3,8,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140590,3,1678303800,2023,3,8,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140591,3,1678305600,2023,3,8,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140592,3,1678307400,2023,3,8,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140593,3,1678309200,2023,3,8,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140594,3,1678311000,2023,3,8,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140595,3,1678312800,2023,3,8,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140596,3,1678314600,2023,3,8,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140597,3,1678363200,2023,3,9,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140598,3,1678365000,2023,3,9,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140599,3,1678366800,2023,3,9,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140600,3,1678368600,2023,3,9,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140601,3,1678370400,2023,3,9,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140602,3,1678372200,2023,3,9,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140603,3,1678374000,2023,3,9,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140604,3,1678388400,2023,3,9,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140605,3,1678390200,2023,3,9,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140606,3,1678392000,2023,3,9,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140607,3,1678393800,2023,3,9,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140608,3,1678395600,2023,3,9,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140609,3,1678397400,2023,3,9,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140610,3,1678399200,2023,3,9,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140611,3,1678401000,2023,3,9,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140612,3,1678449600,2023,3,10,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140613,3,1678451400,2023,3,10,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140614,3,1678453200,2023,3,10,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140615,3,1678455000,2023,3,10,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140616,3,1678456800,2023,3,10,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140617,3,1678458600,2023,3,10,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140618,3,1678460400,2023,3,10,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140619,3,1678474800,2023,3,10,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140620,3,1678476600,2023,3,10,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140621,3,1678478400,2023,3,10,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140622,3,1678480200,2023,3,10,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140623,3,1678482000,2023,3,10,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140624,3,1678483800,2023,3,10,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140625,3,1678485600,2023,3,10,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140626,3,1678487400,2023,3,10,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140627,3,1678536000,2023,3,11,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140628,3,1678537800,2023,3,11,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140629,3,1678539600,2023,3,11,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140630,3,1678541400,2023,3,11,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140631,3,1678543200,2023,3,11,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140632,3,1678545000,2023,3,11,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140633,3,1678546800,2023,3,11,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140634,3,1678561200,2023,3,11,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140635,3,1678563000,2023,3,11,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140636,3,1678564800,2023,3,11,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140637,3,1678566600,2023,3,11,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140638,3,1678568400,2023,3,11,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140639,3,1678570200,2023,3,11,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140640,3,1678572000,2023,3,11,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140641,3,1678573800,2023,3,11,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140642,3,1678622400,2023,3,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140643,3,1678624200,2023,3,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140644,3,1678626000,2023,3,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140645,3,1678627800,2023,3,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140646,3,1678629600,2023,3,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140647,3,1678631400,2023,3,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140648,3,1678633200,2023,3,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140649,3,1678635000,2023,3,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140650,3,1678647600,2023,3,12,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140651,3,1678649400,2023,3,12,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140652,3,1678651200,2023,3,12,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140653,3,1678653000,2023,3,12,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140654,3,1678654800,2023,3,12,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140655,3,1678656600,2023,3,12,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140656,3,1678658400,2023,3,12,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140657,3,1678660200,2023,3,12,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140658,3,1678708800,2023,3,13,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140659,3,1678710600,2023,3,13,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140660,3,1678712400,2023,3,13,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140661,3,1678714200,2023,3,13,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140662,3,1678716000,2023,3,13,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140663,3,1678717800,2023,3,13,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140664,3,1678719600,2023,3,13,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140665,3,1678734000,2023,3,13,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140666,3,1678735800,2023,3,13,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140667,3,1678737600,2023,3,13,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140668,3,1678739400,2023,3,13,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140669,3,1678741200,2023,3,13,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140670,3,1678743000,2023,3,13,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140671,3,1678744800,2023,3,13,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140672,3,1678746600,2023,3,13,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140673,3,1678795200,2023,3,14,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140674,3,1678797000,2023,3,14,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140675,3,1678798800,2023,3,14,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140676,3,1678800600,2023,3,14,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140677,3,1678802400,2023,3,14,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140678,3,1678804200,2023,3,14,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140679,3,1678806000,2023,3,14,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140680,3,1678820400,2023,3,14,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140681,3,1678822200,2023,3,14,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140682,3,1678824000,2023,3,14,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140683,3,1678825800,2023,3,14,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140684,3,1678827600,2023,3,14,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140685,3,1678829400,2023,3,14,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140686,3,1678831200,2023,3,14,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140687,3,1678833000,2023,3,14,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140688,3,1678881600,2023,3,15,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140689,3,1678883400,2023,3,15,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140690,3,1678885200,2023,3,15,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140691,3,1678887000,2023,3,15,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140692,3,1678888800,2023,3,15,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140693,3,1678890600,2023,3,15,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140694,3,1678892400,2023,3,15,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140695,3,1678906800,2023,3,15,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140696,3,1678908600,2023,3,15,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140697,3,1678910400,2023,3,15,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140698,3,1678912200,2023,3,15,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140699,3,1678914000,2023,3,15,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140700,3,1678915800,2023,3,15,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140701,3,1678917600,2023,3,15,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140702,3,1678919400,2023,3,15,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140703,3,1678968000,2023,3,16,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140704,3,1678969800,2023,3,16,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140705,3,1678971600,2023,3,16,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140706,3,1678973400,2023,3,16,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140707,3,1678975200,2023,3,16,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140708,3,1678977000,2023,3,16,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140709,3,1678978800,2023,3,16,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140710,3,1678993200,2023,3,16,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140711,3,1678995000,2023,3,16,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140712,3,1678996800,2023,3,16,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140713,3,1678998600,2023,3,16,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140714,3,1679000400,2023,3,16,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140715,3,1679002200,2023,3,16,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140716,3,1679004000,2023,3,16,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140717,3,1679005800,2023,3,16,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140718,3,1679054400,2023,3,17,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140719,3,1679056200,2023,3,17,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140720,3,1679058000,2023,3,17,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140721,3,1679059800,2023,3,17,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140722,3,1679061600,2023,3,17,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140723,3,1679063400,2023,3,17,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140724,3,1679065200,2023,3,17,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140725,3,1679079600,2023,3,17,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140726,3,1679081400,2023,3,17,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140727,3,1679083200,2023,3,17,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140728,3,1679085000,2023,3,17,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140729,3,1679086800,2023,3,17,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140730,3,1679088600,2023,3,17,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140731,3,1679090400,2023,3,17,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140732,3,1679092200,2023,3,17,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140733,3,1679140800,2023,3,18,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140734,3,1679142600,2023,3,18,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140735,3,1679144400,2023,3,18,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140736,3,1679146200,2023,3,18,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140737,3,1679148000,2023,3,18,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140738,3,1679149800,2023,3,18,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140739,3,1679151600,2023,3,18,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140740,3,1679166000,2023,3,18,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140741,3,1679167800,2023,3,18,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140742,3,1679169600,2023,3,18,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140743,3,1679171400,2023,3,18,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140744,3,1679173200,2023,3,18,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140745,3,1679175000,2023,3,18,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140746,3,1679176800,2023,3,18,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140747,3,1679178600,2023,3,18,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140748,3,1679227200,2023,3,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140749,3,1679229000,2023,3,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140750,3,1679230800,2023,3,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140751,3,1679232600,2023,3,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140752,3,1679234400,2023,3,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140753,3,1679236200,2023,3,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140754,3,1679238000,2023,3,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140755,3,1679239800,2023,3,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140756,3,1679252400,2023,3,19,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140757,3,1679254200,2023,3,19,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140758,3,1679256000,2023,3,19,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140759,3,1679257800,2023,3,19,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140760,3,1679259600,2023,3,19,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140761,3,1679261400,2023,3,19,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140762,3,1679263200,2023,3,19,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140763,3,1679265000,2023,3,19,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140764,3,1679313600,2023,3,20,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140765,3,1679315400,2023,3,20,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140766,3,1679317200,2023,3,20,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140767,3,1679319000,2023,3,20,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140768,3,1679320800,2023,3,20,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140769,3,1679322600,2023,3,20,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140770,3,1679324400,2023,3,20,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140771,3,1679338800,2023,3,20,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140772,3,1679340600,2023,3,20,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140773,3,1679342400,2023,3,20,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140774,3,1679344200,2023,3,20,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140775,3,1679346000,2023,3,20,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140776,3,1679347800,2023,3,20,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140777,3,1679349600,2023,3,20,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140778,3,1679351400,2023,3,20,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140779,3,1679400000,2023,3,21,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140780,3,1679401800,2023,3,21,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140781,3,1679403600,2023,3,21,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140782,3,1679405400,2023,3,21,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140783,3,1679407200,2023,3,21,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140784,3,1679409000,2023,3,21,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140785,3,1679410800,2023,3,21,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140786,3,1679425200,2023,3,21,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140787,3,1679427000,2023,3,21,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140788,3,1679428800,2023,3,21,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140789,3,1679430600,2023,3,21,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140790,3,1679432400,2023,3,21,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140791,3,1679434200,2023,3,21,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140792,3,1679436000,2023,3,21,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140793,3,1679437800,2023,3,21,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140794,3,1679486400,2023,3,22,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140795,3,1679488200,2023,3,22,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140796,3,1679490000,2023,3,22,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140797,3,1679491800,2023,3,22,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140798,3,1679493600,2023,3,22,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140799,3,1679495400,2023,3,22,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140800,3,1679497200,2023,3,22,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140801,3,1679511600,2023,3,22,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140802,3,1679513400,2023,3,22,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140803,3,1679515200,2023,3,22,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140804,3,1679517000,2023,3,22,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140805,3,1679518800,2023,3,22,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140806,3,1679520600,2023,3,22,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140807,3,1679522400,2023,3,22,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140808,3,1679524200,2023,3,22,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140809,3,1679572800,2023,3,23,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140810,3,1679574600,2023,3,23,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140811,3,1679576400,2023,3,23,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140812,3,1679578200,2023,3,23,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140813,3,1679580000,2023,3,23,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140814,3,1679581800,2023,3,23,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140815,3,1679583600,2023,3,23,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140816,3,1679598000,2023,3,23,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140817,3,1679599800,2023,3,23,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140818,3,1679601600,2023,3,23,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140819,3,1679603400,2023,3,23,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140820,3,1679605200,2023,3,23,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140821,3,1679607000,2023,3,23,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140822,3,1679608800,2023,3,23,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140823,3,1679610600,2023,3,23,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140824,3,1679659200,2023,3,24,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140825,3,1679661000,2023,3,24,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140826,3,1679662800,2023,3,24,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140827,3,1679664600,2023,3,24,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140828,3,1679666400,2023,3,24,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140829,3,1679668200,2023,3,24,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140830,3,1679670000,2023,3,24,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140831,3,1679684400,2023,3,24,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140832,3,1679686200,2023,3,24,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140833,3,1679688000,2023,3,24,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140834,3,1679689800,2023,3,24,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140835,3,1679691600,2023,3,24,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140836,3,1679693400,2023,3,24,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140837,3,1679695200,2023,3,24,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140838,3,1679697000,2023,3,24,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140839,3,1679745600,2023,3,25,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140840,3,1679747400,2023,3,25,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140841,3,1679749200,2023,3,25,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140842,3,1679751000,2023,3,25,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140843,3,1679752800,2023,3,25,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140844,3,1679754600,2023,3,25,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140845,3,1679756400,2023,3,25,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140846,3,1679770800,2023,3,25,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140847,3,1679772600,2023,3,25,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140848,3,1679774400,2023,3,25,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140849,3,1679776200,2023,3,25,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140850,3,1679778000,2023,3,25,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140851,3,1679779800,2023,3,25,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140852,3,1679781600,2023,3,25,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140853,3,1679783400,2023,3,25,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140854,3,1679914800,2023,3,27,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140855,3,1679916600,2023,3,27,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140856,3,1679918400,2023,3,27,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140857,3,1679920200,2023,3,27,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140858,3,1679922000,2023,3,27,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140859,3,1679923800,2023,3,27,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140860,3,1679925600,2023,3,27,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140861,3,1679940000,2023,3,27,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140862,3,1679941800,2023,3,27,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140863,3,1679943600,2023,3,27,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140864,3,1679945400,2023,3,27,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140865,3,1679947200,2023,3,27,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140866,3,1679949000,2023,3,27,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140867,3,1679950800,2023,3,27,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140868,3,1679952600,2023,3,27,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140869,3,1680001200,2023,3,28,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140870,3,1680003000,2023,3,28,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140871,3,1680004800,2023,3,28,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140872,3,1680006600,2023,3,28,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140873,3,1680008400,2023,3,28,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140874,3,1680010200,2023,3,28,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140875,3,1680012000,2023,3,28,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140876,3,1680026400,2023,3,28,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140877,3,1680028200,2023,3,28,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140878,3,1680030000,2023,3,28,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140879,3,1680031800,2023,3,28,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140880,3,1680033600,2023,3,28,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140881,3,1680035400,2023,3,28,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140882,3,1680037200,2023,3,28,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140883,3,1680039000,2023,3,28,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140884,3,1680087600,2023,3,29,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140885,3,1680089400,2023,3,29,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140886,3,1680091200,2023,3,29,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140887,3,1680093000,2023,3,29,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140888,3,1680094800,2023,3,29,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140889,3,1680096600,2023,3,29,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140890,3,1680098400,2023,3,29,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140891,3,1680112800,2023,3,29,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140892,3,1680114600,2023,3,29,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140893,3,1680116400,2023,3,29,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(140894,3,1680118200,2023,3,29,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(140895,3,1680120000,2023,3,29,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(140896,3,1680121800,2023,3,29,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(140897,3,1680123600,2023,3,29,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(140898,3,1680125400,2023,3,29,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(140899,3,1680174000,2023,3,30,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(140900,3,1680175800,2023,3,30,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(140901,3,1680177600,2023,3,30,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(140902,3,1680179400,2023,3,30,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(140903,3,1680181200,2023,3,30,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(140904,3,1680183000,2023,3,30,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(140905,3,1680184800,2023,3,30,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(140906,3,1680199200,2023,3,30,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(140907,3,1680201000,2023,3,30,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(140908,3,1680202800,2023,3,30,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(140909,3,1680204600,2023,3,30,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(140910,3,1680206400,2023,3,30,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(140911,3,1680208200,2023,3,30,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(140912,3,1680210000,2023,3,30,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(140913,3,1680211800,2023,3,30,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(140914,3,1680260400,2023,3,31,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(140915,3,1680262200,2023,3,31,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(140916,3,1680264000,2023,3,31,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(140917,3,1680265800,2023,3,31,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(140918,3,1680267600,2023,3,31,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(140919,3,1680269400,2023,3,31,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(140920,3,1680271200,2023,3,31,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(140921,3,1680285600,2023,3,31,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(140922,3,1680287400,2023,3,31,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(140923,3,1680289200,2023,3,31,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(140924,3,1680291000,2023,3,31,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(140925,3,1680292800,2023,3,31,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(140926,3,1680294600,2023,3,31,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(140927,3,1680296400,2023,3,31,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(140928,3,1680298200,2023,3,31,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(140929,3,1680346800,2023,4,1,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(140930,3,1680348600,2023,4,1,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(140931,3,1680350400,2023,4,1,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(140932,3,1680352200,2023,4,1,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(140933,3,1680354000,2023,4,1,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(140934,3,1680355800,2023,4,1,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(140935,3,1680357600,2023,4,1,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(140936,3,1680372000,2023,4,1,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(140937,3,1680373800,2023,4,1,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(140938,3,1680375600,2023,4,1,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(140939,3,1680377400,2023,4,1,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(140940,3,1680379200,2023,4,1,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(140941,3,1680381000,2023,4,1,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(140942,3,1680382800,2023,4,1,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(140943,3,1680384600,2023,4,1,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(140944,3,1680433200,2023,4,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(140945,3,1680435000,2023,4,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(140946,3,1680436800,2023,4,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(140947,3,1680438600,2023,4,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(140948,3,1680440400,2023,4,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(140949,3,1680442200,2023,4,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(140950,3,1680444000,2023,4,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(140951,3,1680445800,2023,4,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(140952,3,1680458400,2023,4,2,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(140953,3,1680460200,2023,4,2,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(140954,3,1680462000,2023,4,2,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(140955,3,1680463800,2023,4,2,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(140956,3,1680465600,2023,4,2,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(140957,3,1680467400,2023,4,2,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(140958,3,1680469200,2023,4,2,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(140959,3,1680471000,2023,4,2,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(140960,3,1680519600,2023,4,3,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(140961,3,1680521400,2023,4,3,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(140962,3,1680523200,2023,4,3,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(140963,3,1680525000,2023,4,3,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(140964,3,1680526800,2023,4,3,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(140965,3,1680528600,2023,4,3,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(140966,3,1680530400,2023,4,3,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(140967,3,1680544800,2023,4,3,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(140968,3,1680546600,2023,4,3,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(140969,3,1680548400,2023,4,3,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(140970,3,1680550200,2023,4,3,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(140971,3,1680552000,2023,4,3,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(140972,3,1680553800,2023,4,3,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(140973,3,1680555600,2023,4,3,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(140974,3,1680557400,2023,4,3,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(140975,3,1680606000,2023,4,4,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(140976,3,1680607800,2023,4,4,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(140977,3,1680609600,2023,4,4,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(140978,3,1680611400,2023,4,4,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(140979,3,1680613200,2023,4,4,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(140980,3,1680615000,2023,4,4,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(140981,3,1680616800,2023,4,4,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(140982,3,1680631200,2023,4,4,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(140983,3,1680633000,2023,4,4,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(140984,3,1680634800,2023,4,4,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(140985,3,1680636600,2023,4,4,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(140986,3,1680638400,2023,4,4,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(140987,3,1680640200,2023,4,4,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(140988,3,1680642000,2023,4,4,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(140989,3,1680643800,2023,4,4,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(140990,3,1680692400,2023,4,5,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(140991,3,1680694200,2023,4,5,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(140992,3,1680696000,2023,4,5,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(140993,3,1680697800,2023,4,5,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(140994,3,1680699600,2023,4,5,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(140995,3,1680701400,2023,4,5,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(140996,3,1680703200,2023,4,5,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(140997,3,1680717600,2023,4,5,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(140998,3,1680719400,2023,4,5,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(140999,3,1680721200,2023,4,5,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141000,3,1680723000,2023,4,5,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141001,3,1680724800,2023,4,5,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141002,3,1680726600,2023,4,5,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141003,3,1680728400,2023,4,5,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141004,3,1680730200,2023,4,5,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141005,3,1680778800,2023,4,6,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141006,3,1680780600,2023,4,6,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141007,3,1680782400,2023,4,6,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141008,3,1680784200,2023,4,6,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141009,3,1680786000,2023,4,6,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141010,3,1680787800,2023,4,6,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141011,3,1680789600,2023,4,6,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141012,3,1680804000,2023,4,6,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141013,3,1680805800,2023,4,6,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141014,3,1680807600,2023,4,6,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141015,3,1680809400,2023,4,6,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141016,3,1680811200,2023,4,6,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141017,3,1680813000,2023,4,6,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141018,3,1680814800,2023,4,6,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141019,3,1680816600,2023,4,6,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141020,3,1680865200,2023,4,7,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141021,3,1680867000,2023,4,7,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141022,3,1680868800,2023,4,7,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141023,3,1680870600,2023,4,7,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141024,3,1680872400,2023,4,7,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141025,3,1680874200,2023,4,7,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141026,3,1680876000,2023,4,7,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141027,3,1680890400,2023,4,7,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141028,3,1680892200,2023,4,7,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141029,3,1680894000,2023,4,7,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141030,3,1680895800,2023,4,7,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141031,3,1680897600,2023,4,7,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141032,3,1680899400,2023,4,7,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141033,3,1680901200,2023,4,7,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141034,3,1680903000,2023,4,7,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141035,3,1680951600,2023,4,8,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141036,3,1680953400,2023,4,8,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141037,3,1680955200,2023,4,8,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141038,3,1680957000,2023,4,8,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141039,3,1680958800,2023,4,8,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141040,3,1680960600,2023,4,8,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141041,3,1680962400,2023,4,8,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141042,3,1680976800,2023,4,8,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141043,3,1680978600,2023,4,8,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141044,3,1680980400,2023,4,8,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141045,3,1680982200,2023,4,8,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141046,3,1680984000,2023,4,8,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141047,3,1680985800,2023,4,8,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141048,3,1680987600,2023,4,8,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141049,3,1680989400,2023,4,8,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141050,3,1681038000,2023,4,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141051,3,1681039800,2023,4,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141052,3,1681041600,2023,4,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141053,3,1681043400,2023,4,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141054,3,1681045200,2023,4,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141055,3,1681047000,2023,4,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141056,3,1681048800,2023,4,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141057,3,1681050600,2023,4,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141058,3,1681063200,2023,4,9,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141059,3,1681065000,2023,4,9,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141060,3,1681066800,2023,4,9,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141061,3,1681068600,2023,4,9,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(141062,3,1681070400,2023,4,9,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141063,3,1681072200,2023,4,9,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141064,3,1681074000,2023,4,9,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141065,3,1681075800,2023,4,9,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141066,3,1681124400,2023,4,10,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141067,3,1681126200,2023,4,10,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141068,3,1681128000,2023,4,10,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141069,3,1681129800,2023,4,10,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141070,3,1681131600,2023,4,10,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141071,3,1681133400,2023,4,10,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141072,3,1681135200,2023,4,10,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141073,3,1681149600,2023,4,10,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141074,3,1681151400,2023,4,10,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141075,3,1681153200,2023,4,10,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141076,3,1681155000,2023,4,10,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141077,3,1681156800,2023,4,10,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141078,3,1681158600,2023,4,10,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141079,3,1681160400,2023,4,10,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141080,3,1681162200,2023,4,10,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141081,3,1681210800,2023,4,11,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141082,3,1681212600,2023,4,11,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141083,3,1681214400,2023,4,11,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141084,3,1681216200,2023,4,11,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141085,3,1681218000,2023,4,11,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141086,3,1681219800,2023,4,11,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141087,3,1681221600,2023,4,11,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141088,3,1681236000,2023,4,11,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141089,3,1681237800,2023,4,11,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141090,3,1681239600,2023,4,11,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141091,3,1681241400,2023,4,11,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141092,3,1681243200,2023,4,11,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141093,3,1681245000,2023,4,11,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141094,3,1681246800,2023,4,11,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141095,3,1681248600,2023,4,11,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141096,3,1681297200,2023,4,12,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141097,3,1681299000,2023,4,12,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141098,3,1681300800,2023,4,12,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141099,3,1681302600,2023,4,12,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141100,3,1681304400,2023,4,12,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141101,3,1681306200,2023,4,12,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141102,3,1681308000,2023,4,12,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141103,3,1681322400,2023,4,12,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141104,3,1681324200,2023,4,12,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141105,3,1681326000,2023,4,12,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141106,3,1681327800,2023,4,12,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141107,3,1681329600,2023,4,12,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141108,3,1681331400,2023,4,12,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141109,3,1681333200,2023,4,12,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141110,3,1681335000,2023,4,12,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141111,3,1681383600,2023,4,13,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141112,3,1681385400,2023,4,13,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141113,3,1681387200,2023,4,13,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141114,3,1681389000,2023,4,13,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141115,3,1681390800,2023,4,13,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141116,3,1681392600,2023,4,13,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141117,3,1681394400,2023,4,13,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141118,3,1681408800,2023,4,13,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141119,3,1681410600,2023,4,13,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141120,3,1681412400,2023,4,13,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141121,3,1681414200,2023,4,13,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141122,3,1681416000,2023,4,13,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141123,3,1681417800,2023,4,13,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141124,3,1681419600,2023,4,13,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141125,3,1681421400,2023,4,13,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141126,3,1681470000,2023,4,14,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141127,3,1681471800,2023,4,14,5,13,30,'',0,99,99,0,0,'false','false',1598014882);
INSERT INTO `wpdl_booking_package_schedule` VALUES (141128,3,1681473600,2023,4,14,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141129,3,1681475400,2023,4,14,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141130,3,1681477200,2023,4,14,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141131,3,1681479000,2023,4,14,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141132,3,1681480800,2023,4,14,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141133,3,1681495200,2023,4,14,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141134,3,1681497000,2023,4,14,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141135,3,1681498800,2023,4,14,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141136,3,1681500600,2023,4,14,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141137,3,1681502400,2023,4,14,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141138,3,1681504200,2023,4,14,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141139,3,1681506000,2023,4,14,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141140,3,1681507800,2023,4,14,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141141,3,1681556400,2023,4,15,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141142,3,1681558200,2023,4,15,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141143,3,1681560000,2023,4,15,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141144,3,1681561800,2023,4,15,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141145,3,1681563600,2023,4,15,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141146,3,1681565400,2023,4,15,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141147,3,1681567200,2023,4,15,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141148,3,1681581600,2023,4,15,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141149,3,1681583400,2023,4,15,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141150,3,1681585200,2023,4,15,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141151,3,1681587000,2023,4,15,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141152,3,1681588800,2023,4,15,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141153,3,1681590600,2023,4,15,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141154,3,1681592400,2023,4,15,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141155,3,1681594200,2023,4,15,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141156,3,1681642800,2023,4,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141157,3,1681644600,2023,4,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141158,3,1681646400,2023,4,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141159,3,1681648200,2023,4,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141160,3,1681650000,2023,4,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141161,3,1681651800,2023,4,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141162,3,1681653600,2023,4,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141163,3,1681655400,2023,4,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141164,3,1681668000,2023,4,16,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141165,3,1681669800,2023,4,16,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141166,3,1681671600,2023,4,16,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141167,3,1681673400,2023,4,16,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(141168,3,1681675200,2023,4,16,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141169,3,1681677000,2023,4,16,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141170,3,1681678800,2023,4,16,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141171,3,1681680600,2023,4,16,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141172,3,1681729200,2023,4,17,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141173,3,1681731000,2023,4,17,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141174,3,1681732800,2023,4,17,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141175,3,1681734600,2023,4,17,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141176,3,1681736400,2023,4,17,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141177,3,1681738200,2023,4,17,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141178,3,1681740000,2023,4,17,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141179,3,1681754400,2023,4,17,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141180,3,1681756200,2023,4,17,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141181,3,1681758000,2023,4,17,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141182,3,1681759800,2023,4,17,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141183,3,1681761600,2023,4,17,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141184,3,1681763400,2023,4,17,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141185,3,1681765200,2023,4,17,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141186,3,1681767000,2023,4,17,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141187,3,1681815600,2023,4,18,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141188,3,1681817400,2023,4,18,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141189,3,1681819200,2023,4,18,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141190,3,1681821000,2023,4,18,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141191,3,1681822800,2023,4,18,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141192,3,1681824600,2023,4,18,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141193,3,1681826400,2023,4,18,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141194,3,1681840800,2023,4,18,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141195,3,1681842600,2023,4,18,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141196,3,1681844400,2023,4,18,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141197,3,1681846200,2023,4,18,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141198,3,1681848000,2023,4,18,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141199,3,1681849800,2023,4,18,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141200,3,1681851600,2023,4,18,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141201,3,1681853400,2023,4,18,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141202,3,1681902000,2023,4,19,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141203,3,1681903800,2023,4,19,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141204,3,1681905600,2023,4,19,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141205,3,1681907400,2023,4,19,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141206,3,1681909200,2023,4,19,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141207,3,1681911000,2023,4,19,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141208,3,1681912800,2023,4,19,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141209,3,1681927200,2023,4,19,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141210,3,1681929000,2023,4,19,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141211,3,1681930800,2023,4,19,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141212,3,1681932600,2023,4,19,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141213,3,1681934400,2023,4,19,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141214,3,1681936200,2023,4,19,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141215,3,1681938000,2023,4,19,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141216,3,1681939800,2023,4,19,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141217,3,1681988400,2023,4,20,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141218,3,1681990200,2023,4,20,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141219,3,1681992000,2023,4,20,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141220,3,1681993800,2023,4,20,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141221,3,1681995600,2023,4,20,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141222,3,1681997400,2023,4,20,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141223,3,1681999200,2023,4,20,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141224,3,1682013600,2023,4,20,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141225,3,1682015400,2023,4,20,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141226,3,1682017200,2023,4,20,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141227,3,1682019000,2023,4,20,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141228,3,1682020800,2023,4,20,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141229,3,1682022600,2023,4,20,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141230,3,1682024400,2023,4,20,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141231,3,1682026200,2023,4,20,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141232,3,1682074800,2023,4,21,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141233,3,1682076600,2023,4,21,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141234,3,1682078400,2023,4,21,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141235,3,1682080200,2023,4,21,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141236,3,1682082000,2023,4,21,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141237,3,1682083800,2023,4,21,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141238,3,1682085600,2023,4,21,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141239,3,1682100000,2023,4,21,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141240,3,1682101800,2023,4,21,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141241,3,1682103600,2023,4,21,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141242,3,1682105400,2023,4,21,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141243,3,1682107200,2023,4,21,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141244,3,1682109000,2023,4,21,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141245,3,1682110800,2023,4,21,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141246,3,1682112600,2023,4,21,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141247,3,1682161200,2023,4,22,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141248,3,1682163000,2023,4,22,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141249,3,1682164800,2023,4,22,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141250,3,1682166600,2023,4,22,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141251,3,1682168400,2023,4,22,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141252,3,1682170200,2023,4,22,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141253,3,1682172000,2023,4,22,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141254,3,1682186400,2023,4,22,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141255,3,1682188200,2023,4,22,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141256,3,1682190000,2023,4,22,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141257,3,1682191800,2023,4,22,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141258,3,1682193600,2023,4,22,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141259,3,1682195400,2023,4,22,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141260,3,1682197200,2023,4,22,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141261,3,1682199000,2023,4,22,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141262,3,1682247600,2023,4,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141263,3,1682249400,2023,4,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141264,3,1682251200,2023,4,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141265,3,1682253000,2023,4,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141266,3,1682254800,2023,4,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141267,3,1682256600,2023,4,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141268,3,1682258400,2023,4,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141269,3,1682260200,2023,4,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141270,3,1682272800,2023,4,23,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141271,3,1682274600,2023,4,23,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141272,3,1682276400,2023,4,23,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141273,3,1682278200,2023,4,23,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(141274,3,1682280000,2023,4,23,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141275,3,1682281800,2023,4,23,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141276,3,1682283600,2023,4,23,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141277,3,1682285400,2023,4,23,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141278,3,1682334000,2023,4,24,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141279,3,1682335800,2023,4,24,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141280,3,1682337600,2023,4,24,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141281,3,1682339400,2023,4,24,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141282,3,1682341200,2023,4,24,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141283,3,1682343000,2023,4,24,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141284,3,1682344800,2023,4,24,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141285,3,1682359200,2023,4,24,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141286,3,1682361000,2023,4,24,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141287,3,1682362800,2023,4,24,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141288,3,1682364600,2023,4,24,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141289,3,1682366400,2023,4,24,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141290,3,1682368200,2023,4,24,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141291,3,1682370000,2023,4,24,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141292,3,1682371800,2023,4,24,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141293,3,1682420400,2023,4,25,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141294,3,1682422200,2023,4,25,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141295,3,1682424000,2023,4,25,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141296,3,1682425800,2023,4,25,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141297,3,1682427600,2023,4,25,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141298,3,1682429400,2023,4,25,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141299,3,1682431200,2023,4,25,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141300,3,1682445600,2023,4,25,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141301,3,1682447400,2023,4,25,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141302,3,1682449200,2023,4,25,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141303,3,1682451000,2023,4,25,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141304,3,1682452800,2023,4,25,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141305,3,1682454600,2023,4,25,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141306,3,1682456400,2023,4,25,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141307,3,1682458200,2023,4,25,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141308,3,1682506800,2023,4,26,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141309,3,1682508600,2023,4,26,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141310,3,1682510400,2023,4,26,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141311,3,1682512200,2023,4,26,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141312,3,1682514000,2023,4,26,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141313,3,1682515800,2023,4,26,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141314,3,1682517600,2023,4,26,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141315,3,1682532000,2023,4,26,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141316,3,1682533800,2023,4,26,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141317,3,1682535600,2023,4,26,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141318,3,1682537400,2023,4,26,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141319,3,1682539200,2023,4,26,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141320,3,1682541000,2023,4,26,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141321,3,1682542800,2023,4,26,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141322,3,1682544600,2023,4,26,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141323,3,1682593200,2023,4,27,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141324,3,1682595000,2023,4,27,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141325,3,1682596800,2023,4,27,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141326,3,1682598600,2023,4,27,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141327,3,1682600400,2023,4,27,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141328,3,1682602200,2023,4,27,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141329,3,1682604000,2023,4,27,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141330,3,1682618400,2023,4,27,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141331,3,1682620200,2023,4,27,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141332,3,1682622000,2023,4,27,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141333,3,1682623800,2023,4,27,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141334,3,1682625600,2023,4,27,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141335,3,1682627400,2023,4,27,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141336,3,1682629200,2023,4,27,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141337,3,1682631000,2023,4,27,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141338,3,1682679600,2023,4,28,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141339,3,1682681400,2023,4,28,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141340,3,1682683200,2023,4,28,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141341,3,1682685000,2023,4,28,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141342,3,1682686800,2023,4,28,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141343,3,1682688600,2023,4,28,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141344,3,1682690400,2023,4,28,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141345,3,1682704800,2023,4,28,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141346,3,1682706600,2023,4,28,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141347,3,1682708400,2023,4,28,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141348,3,1682710200,2023,4,28,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141349,3,1682712000,2023,4,28,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141350,3,1682713800,2023,4,28,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141351,3,1682715600,2023,4,28,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141352,3,1682717400,2023,4,28,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141353,3,1682766000,2023,4,29,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141354,3,1682767800,2023,4,29,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141355,3,1682769600,2023,4,29,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141356,3,1682771400,2023,4,29,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141357,3,1682773200,2023,4,29,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141358,3,1682775000,2023,4,29,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141359,3,1682776800,2023,4,29,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141360,3,1682791200,2023,4,29,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141361,3,1682793000,2023,4,29,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141362,3,1682794800,2023,4,29,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141363,3,1682796600,2023,4,29,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141364,3,1682798400,2023,4,29,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141365,3,1682800200,2023,4,29,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141366,3,1682802000,2023,4,29,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141367,3,1682803800,2023,4,29,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141368,3,1682852400,2023,4,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141369,3,1682854200,2023,4,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141370,3,1682856000,2023,4,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141371,3,1682857800,2023,4,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141372,3,1682859600,2023,4,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141373,3,1682861400,2023,4,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141374,3,1682863200,2023,4,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141375,3,1682865000,2023,4,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141376,3,1682877600,2023,4,30,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141377,3,1682879400,2023,4,30,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141378,3,1682881200,2023,4,30,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141379,3,1682883000,2023,4,30,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(141380,3,1682884800,2023,4,30,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141381,3,1682886600,2023,4,30,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141382,3,1682888400,2023,4,30,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141383,3,1682890200,2023,4,30,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141384,3,1682938800,2023,5,1,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141385,3,1682940600,2023,5,1,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141386,3,1682942400,2023,5,1,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141387,3,1682944200,2023,5,1,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141388,3,1682946000,2023,5,1,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141389,3,1682947800,2023,5,1,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141390,3,1682949600,2023,5,1,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141391,3,1682964000,2023,5,1,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141392,3,1682965800,2023,5,1,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141393,3,1682967600,2023,5,1,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141394,3,1682969400,2023,5,1,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141395,3,1682971200,2023,5,1,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141396,3,1682973000,2023,5,1,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141397,3,1682974800,2023,5,1,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141398,3,1682976600,2023,5,1,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141399,3,1683025200,2023,5,2,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141400,3,1683027000,2023,5,2,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141401,3,1683028800,2023,5,2,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141402,3,1683030600,2023,5,2,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141403,3,1683032400,2023,5,2,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141404,3,1683034200,2023,5,2,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141405,3,1683036000,2023,5,2,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141406,3,1683050400,2023,5,2,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141407,3,1683052200,2023,5,2,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141408,3,1683054000,2023,5,2,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141409,3,1683055800,2023,5,2,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141410,3,1683057600,2023,5,2,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141411,3,1683059400,2023,5,2,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141412,3,1683061200,2023,5,2,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141413,3,1683063000,2023,5,2,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141414,3,1683111600,2023,5,3,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141415,3,1683113400,2023,5,3,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141416,3,1683115200,2023,5,3,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141417,3,1683117000,2023,5,3,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141418,3,1683118800,2023,5,3,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141419,3,1683120600,2023,5,3,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141420,3,1683122400,2023,5,3,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141421,3,1683136800,2023,5,3,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141422,3,1683138600,2023,5,3,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141423,3,1683140400,2023,5,3,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141424,3,1683142200,2023,5,3,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141425,3,1683144000,2023,5,3,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141426,3,1683145800,2023,5,3,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141427,3,1683147600,2023,5,3,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141428,3,1683149400,2023,5,3,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141429,3,1683198000,2023,5,4,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141430,3,1683199800,2023,5,4,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141431,3,1683201600,2023,5,4,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141432,3,1683203400,2023,5,4,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141433,3,1683205200,2023,5,4,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141434,3,1683207000,2023,5,4,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141435,3,1683208800,2023,5,4,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141436,3,1683223200,2023,5,4,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141437,3,1683225000,2023,5,4,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141438,3,1683226800,2023,5,4,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141439,3,1683228600,2023,5,4,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141440,3,1683230400,2023,5,4,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141441,3,1683232200,2023,5,4,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141442,3,1683234000,2023,5,4,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141443,3,1683235800,2023,5,4,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141444,3,1683284400,2023,5,5,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141445,3,1683286200,2023,5,5,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141446,3,1683288000,2023,5,5,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141447,3,1683289800,2023,5,5,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141448,3,1683291600,2023,5,5,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141449,3,1683293400,2023,5,5,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141450,3,1683295200,2023,5,5,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141451,3,1683309600,2023,5,5,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141452,3,1683311400,2023,5,5,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141453,3,1683313200,2023,5,5,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141454,3,1683315000,2023,5,5,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141455,3,1683316800,2023,5,5,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141456,3,1683318600,2023,5,5,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141457,3,1683320400,2023,5,5,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141458,3,1683322200,2023,5,5,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141459,3,1683370800,2023,5,6,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141460,3,1683372600,2023,5,6,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141461,3,1683374400,2023,5,6,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141462,3,1683376200,2023,5,6,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141463,3,1683378000,2023,5,6,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141464,3,1683379800,2023,5,6,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141465,3,1683381600,2023,5,6,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141466,3,1683396000,2023,5,6,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141467,3,1683397800,2023,5,6,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141468,3,1683399600,2023,5,6,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141469,3,1683401400,2023,5,6,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141470,3,1683403200,2023,5,6,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141471,3,1683405000,2023,5,6,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141472,3,1683406800,2023,5,6,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141473,3,1683408600,2023,5,6,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141474,3,1683457200,2023,5,7,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141475,3,1683459000,2023,5,7,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141476,3,1683460800,2023,5,7,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141477,3,1683462600,2023,5,7,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141478,3,1683464400,2023,5,7,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141479,3,1683466200,2023,5,7,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141480,3,1683468000,2023,5,7,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141481,3,1683469800,2023,5,7,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141482,3,1683482400,2023,5,7,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141483,3,1683484200,2023,5,7,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141484,3,1683486000,2023,5,7,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141485,3,1683487800,2023,5,7,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(141486,3,1683489600,2023,5,7,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141487,3,1683491400,2023,5,7,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141488,3,1683493200,2023,5,7,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141489,3,1683495000,2023,5,7,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141490,3,1683543600,2023,5,8,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141491,3,1683545400,2023,5,8,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141492,3,1683547200,2023,5,8,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141493,3,1683549000,2023,5,8,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141494,3,1683550800,2023,5,8,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141495,3,1683552600,2023,5,8,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141496,3,1683554400,2023,5,8,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141497,3,1683568800,2023,5,8,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141498,3,1683570600,2023,5,8,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141499,3,1683572400,2023,5,8,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141500,3,1683574200,2023,5,8,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141501,3,1683576000,2023,5,8,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141502,3,1683577800,2023,5,8,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141503,3,1683579600,2023,5,8,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141504,3,1683581400,2023,5,8,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141505,3,1683630000,2023,5,9,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141506,3,1683631800,2023,5,9,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141507,3,1683633600,2023,5,9,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141508,3,1683635400,2023,5,9,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141509,3,1683637200,2023,5,9,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141510,3,1683639000,2023,5,9,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141511,3,1683640800,2023,5,9,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141512,3,1683655200,2023,5,9,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141513,3,1683657000,2023,5,9,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141514,3,1683658800,2023,5,9,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141515,3,1683660600,2023,5,9,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141516,3,1683662400,2023,5,9,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141517,3,1683664200,2023,5,9,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141518,3,1683666000,2023,5,9,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141519,3,1683667800,2023,5,9,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141520,3,1683716400,2023,5,10,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141521,3,1683718200,2023,5,10,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141522,3,1683720000,2023,5,10,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141523,3,1683721800,2023,5,10,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141524,3,1683723600,2023,5,10,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141525,3,1683725400,2023,5,10,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141526,3,1683727200,2023,5,10,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141527,3,1683741600,2023,5,10,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141528,3,1683743400,2023,5,10,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141529,3,1683745200,2023,5,10,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141530,3,1683747000,2023,5,10,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141531,3,1683748800,2023,5,10,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141532,3,1683750600,2023,5,10,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141533,3,1683752400,2023,5,10,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141534,3,1683754200,2023,5,10,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141535,3,1683802800,2023,5,11,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141536,3,1683804600,2023,5,11,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141537,3,1683806400,2023,5,11,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141538,3,1683808200,2023,5,11,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141539,3,1683810000,2023,5,11,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141540,3,1683811800,2023,5,11,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141541,3,1683813600,2023,5,11,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141542,3,1683828000,2023,5,11,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141543,3,1683829800,2023,5,11,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141544,3,1683831600,2023,5,11,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141545,3,1683833400,2023,5,11,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141546,3,1683835200,2023,5,11,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141547,3,1683837000,2023,5,11,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141548,3,1683838800,2023,5,11,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141549,3,1683840600,2023,5,11,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141550,3,1683889200,2023,5,12,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141551,3,1683891000,2023,5,12,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141552,3,1683892800,2023,5,12,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141553,3,1683894600,2023,5,12,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141554,3,1683896400,2023,5,12,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141555,3,1683898200,2023,5,12,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141556,3,1683900000,2023,5,12,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141557,3,1683914400,2023,5,12,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141558,3,1683916200,2023,5,12,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141559,3,1683918000,2023,5,12,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141560,3,1683919800,2023,5,12,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141561,3,1683921600,2023,5,12,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141562,3,1683923400,2023,5,12,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141563,3,1683925200,2023,5,12,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141564,3,1683927000,2023,5,12,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141565,3,1683975600,2023,5,13,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141566,3,1683977400,2023,5,13,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141567,3,1683979200,2023,5,13,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141568,3,1683981000,2023,5,13,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141569,3,1683982800,2023,5,13,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141570,3,1683984600,2023,5,13,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141571,3,1683986400,2023,5,13,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141572,3,1684000800,2023,5,13,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141573,3,1684002600,2023,5,13,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141574,3,1684004400,2023,5,13,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141575,3,1684006200,2023,5,13,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141576,3,1684008000,2023,5,13,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141577,3,1684009800,2023,5,13,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141578,3,1684011600,2023,5,13,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141579,3,1684013400,2023,5,13,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141580,3,1684062000,2023,5,14,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141581,3,1684063800,2023,5,14,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141582,3,1684065600,2023,5,14,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141583,3,1684067400,2023,5,14,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141584,3,1684069200,2023,5,14,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141585,3,1684071000,2023,5,14,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141586,3,1684072800,2023,5,14,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141587,3,1684074600,2023,5,14,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141588,3,1684087200,2023,5,14,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141589,3,1684089000,2023,5,14,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141590,3,1684090800,2023,5,14,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141591,3,1684092600,2023,5,14,0,21,30,'',0,0,0,0,0,'false','false',1598014882),(141592,3,1684094400,2023,5,14,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141593,3,1684096200,2023,5,14,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141594,3,1684098000,2023,5,14,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141595,3,1684099800,2023,5,14,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141596,3,1684148400,2023,5,15,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141597,3,1684150200,2023,5,15,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141598,3,1684152000,2023,5,15,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141599,3,1684153800,2023,5,15,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141600,3,1684155600,2023,5,15,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141601,3,1684157400,2023,5,15,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141602,3,1684159200,2023,5,15,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141603,3,1684173600,2023,5,15,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141604,3,1684175400,2023,5,15,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141605,3,1684177200,2023,5,15,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141606,3,1684179000,2023,5,15,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141607,3,1684180800,2023,5,15,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141608,3,1684182600,2023,5,15,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141609,3,1684184400,2023,5,15,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141610,3,1684186200,2023,5,15,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141611,3,1684234800,2023,5,16,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141612,3,1684236600,2023,5,16,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141613,3,1684238400,2023,5,16,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141614,3,1684240200,2023,5,16,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141615,3,1684242000,2023,5,16,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141616,3,1684243800,2023,5,16,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141617,3,1684245600,2023,5,16,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141618,3,1684260000,2023,5,16,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141619,3,1684261800,2023,5,16,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141620,3,1684263600,2023,5,16,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141621,3,1684265400,2023,5,16,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141622,3,1684267200,2023,5,16,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141623,3,1684269000,2023,5,16,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141624,3,1684270800,2023,5,16,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141625,3,1684272600,2023,5,16,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141626,3,1684321200,2023,5,17,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141627,3,1684323000,2023,5,17,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141628,3,1684324800,2023,5,17,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141629,3,1684326600,2023,5,17,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141630,3,1684328400,2023,5,17,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141631,3,1684330200,2023,5,17,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141632,3,1684332000,2023,5,17,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141633,3,1684346400,2023,5,17,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141634,3,1684348200,2023,5,17,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141635,3,1684350000,2023,5,17,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141636,3,1684351800,2023,5,17,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141637,3,1684353600,2023,5,17,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141638,3,1684355400,2023,5,17,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141639,3,1684357200,2023,5,17,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141640,3,1684359000,2023,5,17,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141641,4,1662289200,2022,9,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141642,4,1662291000,2022,9,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141643,4,1662292800,2022,9,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141644,4,1662294600,2022,9,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141645,4,1662296400,2022,9,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141646,4,1662298200,2022,9,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141647,4,1662300000,2022,9,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141648,4,1662301800,2022,9,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141649,4,1662314400,2022,9,4,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141650,4,1662316200,2022,9,4,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141651,4,1662318000,2022,9,4,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141652,4,1662319800,2022,9,4,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(141653,4,1662321600,2022,9,4,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141654,4,1662323400,2022,9,4,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141655,4,1662325200,2022,9,4,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141656,4,1662327000,2022,9,4,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141657,4,1662375600,2022,9,5,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141658,4,1662377400,2022,9,5,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141659,4,1662379200,2022,9,5,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141660,4,1662381000,2022,9,5,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141661,4,1662382800,2022,9,5,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141662,4,1662384600,2022,9,5,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141663,4,1662386400,2022,9,5,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141664,4,1662400800,2022,9,5,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141665,4,1662402600,2022,9,5,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141666,4,1662404400,2022,9,5,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141667,4,1662406200,2022,9,5,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141668,4,1662408000,2022,9,5,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141669,4,1662409800,2022,9,5,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141670,4,1662411600,2022,9,5,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141671,4,1662413400,2022,9,5,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141672,4,1662462000,2022,9,6,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141673,4,1662463800,2022,9,6,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141674,4,1662465600,2022,9,6,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141675,4,1662467400,2022,9,6,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141676,4,1662469200,2022,9,6,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141677,4,1662471000,2022,9,6,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141678,4,1662472800,2022,9,6,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141679,4,1662487200,2022,9,6,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141680,4,1662489000,2022,9,6,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141681,4,1662490800,2022,9,6,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141682,4,1662492600,2022,9,6,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141683,4,1662494400,2022,9,6,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141684,4,1662496200,2022,9,6,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141685,4,1662498000,2022,9,6,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141686,4,1662499800,2022,9,6,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141687,4,1662548400,2022,9,7,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141688,4,1662550200,2022,9,7,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141689,4,1662552000,2022,9,7,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141690,4,1662553800,2022,9,7,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141691,4,1662555600,2022,9,7,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141692,4,1662557400,2022,9,7,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141693,4,1662559200,2022,9,7,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141694,4,1662573600,2022,9,7,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141695,4,1662575400,2022,9,7,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141696,4,1662577200,2022,9,7,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141697,4,1662579000,2022,9,7,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141698,4,1662580800,2022,9,7,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141699,4,1662582600,2022,9,7,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141700,4,1662584400,2022,9,7,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141701,4,1662586200,2022,9,7,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141702,4,1662634800,2022,9,8,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141703,4,1662636600,2022,9,8,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141704,4,1662638400,2022,9,8,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141705,4,1662640200,2022,9,8,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141706,4,1662642000,2022,9,8,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141707,4,1662643800,2022,9,8,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141708,4,1662645600,2022,9,8,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141709,4,1662660000,2022,9,8,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141710,4,1662661800,2022,9,8,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141711,4,1662663600,2022,9,8,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141712,4,1662665400,2022,9,8,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141713,4,1662667200,2022,9,8,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141714,4,1662669000,2022,9,8,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141715,4,1662670800,2022,9,8,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141716,4,1662672600,2022,9,8,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141717,4,1662721200,2022,9,9,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141718,4,1662723000,2022,9,9,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141719,4,1662724800,2022,9,9,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141720,4,1662726600,2022,9,9,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141721,4,1662728400,2022,9,9,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141722,4,1662730200,2022,9,9,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141723,4,1662732000,2022,9,9,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141724,4,1662746400,2022,9,9,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141725,4,1662748200,2022,9,9,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141726,4,1662750000,2022,9,9,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141727,4,1662751800,2022,9,9,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141728,4,1662753600,2022,9,9,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141729,4,1662755400,2022,9,9,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141730,4,1662757200,2022,9,9,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141731,4,1662759000,2022,9,9,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141732,4,1662807600,2022,9,10,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141733,4,1662809400,2022,9,10,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141734,4,1662811200,2022,9,10,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141735,4,1662813000,2022,9,10,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141736,4,1662814800,2022,9,10,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141737,4,1662816600,2022,9,10,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141738,4,1662818400,2022,9,10,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141739,4,1662832800,2022,9,10,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141740,4,1662834600,2022,9,10,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141741,4,1662836400,2022,9,10,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141742,4,1662838200,2022,9,10,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141743,4,1662840000,2022,9,10,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141744,4,1662841800,2022,9,10,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141745,4,1662843600,2022,9,10,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141746,4,1662845400,2022,9,10,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141747,4,1662894000,2022,9,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141748,4,1662895800,2022,9,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141749,4,1662897600,2022,9,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141750,4,1662899400,2022,9,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141751,4,1662901200,2022,9,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141752,4,1662903000,2022,9,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141753,4,1662904800,2022,9,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141754,4,1662906600,2022,9,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141755,4,1662919200,2022,9,11,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141756,4,1662921000,2022,9,11,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141757,4,1662922800,2022,9,11,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141758,4,1662924600,2022,9,11,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(141759,4,1662926400,2022,9,11,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141760,4,1662928200,2022,9,11,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141761,4,1662930000,2022,9,11,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141762,4,1662931800,2022,9,11,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141763,4,1662980400,2022,9,12,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141764,4,1662982200,2022,9,12,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141765,4,1662984000,2022,9,12,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141766,4,1662985800,2022,9,12,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141767,4,1662987600,2022,9,12,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141768,4,1662989400,2022,9,12,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141769,4,1662991200,2022,9,12,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141770,4,1663005600,2022,9,12,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141771,4,1663007400,2022,9,12,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141772,4,1663009200,2022,9,12,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141773,4,1663011000,2022,9,12,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141774,4,1663012800,2022,9,12,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141775,4,1663014600,2022,9,12,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141776,4,1663016400,2022,9,12,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141777,4,1663018200,2022,9,12,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141778,4,1663066800,2022,9,13,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141779,4,1663068600,2022,9,13,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141780,4,1663070400,2022,9,13,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141781,4,1663072200,2022,9,13,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141782,4,1663074000,2022,9,13,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141783,4,1663075800,2022,9,13,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141784,4,1663077600,2022,9,13,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141785,4,1663092000,2022,9,13,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141786,4,1663093800,2022,9,13,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141787,4,1663095600,2022,9,13,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141788,4,1663097400,2022,9,13,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141789,4,1663099200,2022,9,13,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141790,4,1663101000,2022,9,13,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141791,4,1663102800,2022,9,13,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141792,4,1663104600,2022,9,13,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141793,4,1663153200,2022,9,14,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141794,4,1663155000,2022,9,14,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141795,4,1663156800,2022,9,14,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141796,4,1663158600,2022,9,14,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141797,4,1663160400,2022,9,14,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141798,4,1663162200,2022,9,14,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141799,4,1663164000,2022,9,14,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141800,4,1663178400,2022,9,14,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141801,4,1663180200,2022,9,14,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141802,4,1663182000,2022,9,14,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141803,4,1663183800,2022,9,14,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141804,4,1663185600,2022,9,14,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141805,4,1663187400,2022,9,14,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141806,4,1663189200,2022,9,14,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141807,4,1663191000,2022,9,14,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141808,4,1663239600,2022,9,15,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141809,4,1663241400,2022,9,15,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141810,4,1663243200,2022,9,15,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141811,4,1663245000,2022,9,15,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141812,4,1663246800,2022,9,15,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141813,4,1663248600,2022,9,15,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141814,4,1663250400,2022,9,15,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141815,4,1663264800,2022,9,15,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141816,4,1663266600,2022,9,15,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141817,4,1663268400,2022,9,15,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141818,4,1663270200,2022,9,15,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141819,4,1663272000,2022,9,15,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141820,4,1663273800,2022,9,15,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141821,4,1663275600,2022,9,15,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141822,4,1663277400,2022,9,15,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141823,4,1663326000,2022,9,16,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141824,4,1663327800,2022,9,16,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141825,4,1663329600,2022,9,16,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141826,4,1663331400,2022,9,16,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141827,4,1663333200,2022,9,16,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141828,4,1663335000,2022,9,16,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141829,4,1663336800,2022,9,16,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141830,4,1663351200,2022,9,16,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141831,4,1663353000,2022,9,16,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141832,4,1663354800,2022,9,16,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141833,4,1663356600,2022,9,16,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141834,4,1663358400,2022,9,16,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141835,4,1663360200,2022,9,16,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141836,4,1663362000,2022,9,16,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141837,4,1663363800,2022,9,16,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141838,4,1663412400,2022,9,17,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141839,4,1663414200,2022,9,17,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141840,4,1663416000,2022,9,17,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141841,4,1663417800,2022,9,17,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141842,4,1663419600,2022,9,17,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141843,4,1663421400,2022,9,17,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141844,4,1663423200,2022,9,17,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141845,4,1663437600,2022,9,17,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141846,4,1663439400,2022,9,17,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141847,4,1663441200,2022,9,17,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141848,4,1663443000,2022,9,17,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141849,4,1663444800,2022,9,17,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141850,4,1663446600,2022,9,17,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141851,4,1663448400,2022,9,17,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141852,4,1663450200,2022,9,17,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141853,4,1663498800,2022,9,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141854,4,1663500600,2022,9,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141855,4,1663502400,2022,9,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141856,4,1663504200,2022,9,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141857,4,1663506000,2022,9,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141858,4,1663507800,2022,9,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141859,4,1663509600,2022,9,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141860,4,1663511400,2022,9,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141861,4,1663524000,2022,9,18,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141862,4,1663525800,2022,9,18,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141863,4,1663527600,2022,9,18,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141864,4,1663529400,2022,9,18,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(141865,4,1663531200,2022,9,18,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141866,4,1663533000,2022,9,18,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141867,4,1663534800,2022,9,18,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141868,4,1663536600,2022,9,18,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141869,4,1663585200,2022,9,19,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141870,4,1663587000,2022,9,19,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141871,4,1663588800,2022,9,19,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141872,4,1663590600,2022,9,19,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141873,4,1663592400,2022,9,19,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141874,4,1663594200,2022,9,19,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141875,4,1663596000,2022,9,19,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141876,4,1663610400,2022,9,19,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141877,4,1663612200,2022,9,19,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141878,4,1663614000,2022,9,19,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141879,4,1663615800,2022,9,19,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141880,4,1663617600,2022,9,19,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141881,4,1663619400,2022,9,19,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141882,4,1663621200,2022,9,19,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141883,4,1663623000,2022,9,19,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141884,4,1663671600,2022,9,20,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141885,4,1663673400,2022,9,20,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141886,4,1663675200,2022,9,20,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141887,4,1663677000,2022,9,20,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141888,4,1663678800,2022,9,20,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141889,4,1663680600,2022,9,20,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141890,4,1663682400,2022,9,20,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141891,4,1663696800,2022,9,20,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141892,4,1663698600,2022,9,20,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141893,4,1663700400,2022,9,20,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(141894,4,1663702200,2022,9,20,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(141895,4,1663704000,2022,9,20,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(141896,4,1663705800,2022,9,20,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(141897,4,1663707600,2022,9,20,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(141898,4,1663709400,2022,9,20,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(141899,4,1663758000,2022,9,21,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(141900,4,1663759800,2022,9,21,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(141901,4,1663761600,2022,9,21,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(141902,4,1663763400,2022,9,21,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(141903,4,1663765200,2022,9,21,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(141904,4,1663767000,2022,9,21,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(141905,4,1663768800,2022,9,21,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(141906,4,1663783200,2022,9,21,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(141907,4,1663785000,2022,9,21,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(141908,4,1663786800,2022,9,21,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(141909,4,1663788600,2022,9,21,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(141910,4,1663790400,2022,9,21,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(141911,4,1663792200,2022,9,21,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(141912,4,1663794000,2022,9,21,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(141913,4,1663795800,2022,9,21,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(141914,4,1663844400,2022,9,22,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(141915,4,1663846200,2022,9,22,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(141916,4,1663848000,2022,9,22,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(141917,4,1663849800,2022,9,22,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(141918,4,1663851600,2022,9,22,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(141919,4,1663853400,2022,9,22,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(141920,4,1663855200,2022,9,22,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(141921,4,1663869600,2022,9,22,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(141922,4,1663871400,2022,9,22,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(141923,4,1663873200,2022,9,22,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(141924,4,1663875000,2022,9,22,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(141925,4,1663876800,2022,9,22,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(141926,4,1663878600,2022,9,22,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(141927,4,1663880400,2022,9,22,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(141928,4,1663882200,2022,9,22,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(141929,4,1663930800,2022,9,23,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(141930,4,1663932600,2022,9,23,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(141931,4,1663934400,2022,9,23,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(141932,4,1663936200,2022,9,23,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(141933,4,1663938000,2022,9,23,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(141934,4,1663939800,2022,9,23,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(141935,4,1663941600,2022,9,23,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(141936,4,1663956000,2022,9,23,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(141937,4,1663957800,2022,9,23,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(141938,4,1663959600,2022,9,23,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(141939,4,1663961400,2022,9,23,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(141940,4,1663963200,2022,9,23,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(141941,4,1663965000,2022,9,23,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(141942,4,1663966800,2022,9,23,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(141943,4,1663968600,2022,9,23,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(141944,4,1664017200,2022,9,24,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(141945,4,1664019000,2022,9,24,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(141946,4,1664020800,2022,9,24,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(141947,4,1664022600,2022,9,24,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(141948,4,1664024400,2022,9,24,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(141949,4,1664026200,2022,9,24,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(141950,4,1664028000,2022,9,24,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(141951,4,1664042400,2022,9,24,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(141952,4,1664044200,2022,9,24,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(141953,4,1664046000,2022,9,24,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(141954,4,1664047800,2022,9,24,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(141955,4,1664049600,2022,9,24,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(141956,4,1664051400,2022,9,24,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(141957,4,1664053200,2022,9,24,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(141958,4,1664055000,2022,9,24,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(141959,4,1664103600,2022,9,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(141960,4,1664105400,2022,9,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(141961,4,1664107200,2022,9,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(141962,4,1664109000,2022,9,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(141963,4,1664110800,2022,9,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(141964,4,1664112600,2022,9,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(141965,4,1664114400,2022,9,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(141966,4,1664116200,2022,9,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(141967,4,1664128800,2022,9,25,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(141968,4,1664130600,2022,9,25,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(141969,4,1664132400,2022,9,25,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(141970,4,1664134200,2022,9,25,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(141971,4,1664136000,2022,9,25,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(141972,4,1664137800,2022,9,25,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(141973,4,1664139600,2022,9,25,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(141974,4,1664141400,2022,9,25,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(141975,4,1664190000,2022,9,26,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(141976,4,1664191800,2022,9,26,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(141977,4,1664193600,2022,9,26,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(141978,4,1664195400,2022,9,26,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(141979,4,1664197200,2022,9,26,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(141980,4,1664199000,2022,9,26,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(141981,4,1664200800,2022,9,26,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(141982,4,1664215200,2022,9,26,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(141983,4,1664217000,2022,9,26,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(141984,4,1664218800,2022,9,26,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(141985,4,1664220600,2022,9,26,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(141986,4,1664222400,2022,9,26,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(141987,4,1664224200,2022,9,26,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(141988,4,1664226000,2022,9,26,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(141989,4,1664227800,2022,9,26,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(141990,4,1664276400,2022,9,27,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(141991,4,1664278200,2022,9,27,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(141992,4,1664280000,2022,9,27,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(141993,4,1664281800,2022,9,27,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(141994,4,1664283600,2022,9,27,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(141995,4,1664285400,2022,9,27,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(141996,4,1664287200,2022,9,27,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(141997,4,1664301600,2022,9,27,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(141998,4,1664303400,2022,9,27,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(141999,4,1664305200,2022,9,27,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142000,4,1664307000,2022,9,27,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142001,4,1664308800,2022,9,27,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142002,4,1664310600,2022,9,27,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142003,4,1664312400,2022,9,27,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142004,4,1664314200,2022,9,27,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142005,4,1664362800,2022,9,28,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142006,4,1664364600,2022,9,28,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142007,4,1664366400,2022,9,28,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142008,4,1664368200,2022,9,28,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142009,4,1664370000,2022,9,28,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142010,4,1664371800,2022,9,28,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142011,4,1664373600,2022,9,28,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142012,4,1664388000,2022,9,28,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142013,4,1664389800,2022,9,28,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142014,4,1664391600,2022,9,28,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142015,4,1664393400,2022,9,28,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142016,4,1664395200,2022,9,28,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142017,4,1664397000,2022,9,28,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142018,4,1664398800,2022,9,28,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142019,4,1664400600,2022,9,28,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142020,4,1664449200,2022,9,29,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142021,4,1664451000,2022,9,29,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142022,4,1664452800,2022,9,29,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142023,4,1664454600,2022,9,29,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142024,4,1664456400,2022,9,29,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142025,4,1664458200,2022,9,29,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142026,4,1664460000,2022,9,29,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142027,4,1664474400,2022,9,29,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142028,4,1664476200,2022,9,29,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142029,4,1664478000,2022,9,29,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142030,4,1664479800,2022,9,29,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142031,4,1664481600,2022,9,29,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142032,4,1664483400,2022,9,29,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142033,4,1664485200,2022,9,29,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142034,4,1664487000,2022,9,29,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142035,4,1664535600,2022,9,30,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142036,4,1664537400,2022,9,30,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142037,4,1664539200,2022,9,30,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142038,4,1664541000,2022,9,30,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142039,4,1664542800,2022,9,30,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142040,4,1664544600,2022,9,30,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142041,4,1664546400,2022,9,30,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142042,4,1664560800,2022,9,30,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142043,4,1664562600,2022,9,30,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142044,4,1664564400,2022,9,30,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142045,4,1664566200,2022,9,30,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142046,4,1664568000,2022,9,30,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142047,4,1664569800,2022,9,30,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142048,4,1664571600,2022,9,30,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142049,4,1664573400,2022,9,30,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142050,4,1664622000,2022,10,1,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142051,4,1664623800,2022,10,1,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142052,4,1664625600,2022,10,1,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142053,4,1664627400,2022,10,1,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142054,4,1664629200,2022,10,1,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142055,4,1664631000,2022,10,1,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142056,4,1664632800,2022,10,1,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142057,4,1664647200,2022,10,1,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142058,4,1664649000,2022,10,1,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142059,4,1664650800,2022,10,1,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142060,4,1664652600,2022,10,1,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142061,4,1664654400,2022,10,1,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142062,4,1664656200,2022,10,1,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142063,4,1664658000,2022,10,1,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142064,4,1664659800,2022,10,1,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142065,4,1664708400,2022,10,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142066,4,1664710200,2022,10,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142067,4,1664712000,2022,10,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142068,4,1664713800,2022,10,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142069,4,1664715600,2022,10,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142070,4,1664717400,2022,10,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142071,4,1664719200,2022,10,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142072,4,1664721000,2022,10,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142073,4,1664733600,2022,10,2,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142074,4,1664735400,2022,10,2,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142075,4,1664737200,2022,10,2,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142076,4,1664739000,2022,10,2,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142077,4,1664740800,2022,10,2,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142078,4,1664742600,2022,10,2,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142079,4,1664744400,2022,10,2,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142080,4,1664746200,2022,10,2,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142081,4,1664794800,2022,10,3,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142082,4,1664796600,2022,10,3,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142083,4,1664798400,2022,10,3,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142084,4,1664800200,2022,10,3,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142085,4,1664802000,2022,10,3,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142086,4,1664803800,2022,10,3,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142087,4,1664805600,2022,10,3,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142088,4,1664820000,2022,10,3,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142089,4,1664821800,2022,10,3,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142090,4,1664823600,2022,10,3,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142091,4,1664825400,2022,10,3,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142092,4,1664827200,2022,10,3,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142093,4,1664829000,2022,10,3,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142094,4,1664830800,2022,10,3,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142095,4,1664832600,2022,10,3,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142096,4,1664881200,2022,10,4,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142097,4,1664883000,2022,10,4,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142098,4,1664884800,2022,10,4,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142099,4,1664886600,2022,10,4,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142100,4,1664888400,2022,10,4,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142101,4,1664890200,2022,10,4,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142102,4,1664892000,2022,10,4,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142103,4,1664906400,2022,10,4,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142104,4,1664908200,2022,10,4,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142105,4,1664910000,2022,10,4,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142106,4,1664911800,2022,10,4,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142107,4,1664913600,2022,10,4,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142108,4,1664915400,2022,10,4,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142109,4,1664917200,2022,10,4,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142110,4,1664919000,2022,10,4,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142111,4,1664967600,2022,10,5,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142112,4,1664969400,2022,10,5,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142113,4,1664971200,2022,10,5,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142114,4,1664973000,2022,10,5,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142115,4,1664974800,2022,10,5,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142116,4,1664976600,2022,10,5,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142117,4,1664978400,2022,10,5,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142118,4,1664992800,2022,10,5,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142119,4,1664994600,2022,10,5,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142120,4,1664996400,2022,10,5,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142121,4,1664998200,2022,10,5,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142122,4,1665000000,2022,10,5,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142123,4,1665001800,2022,10,5,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142124,4,1665003600,2022,10,5,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142125,4,1665005400,2022,10,5,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142126,4,1665054000,2022,10,6,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142127,4,1665055800,2022,10,6,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142128,4,1665057600,2022,10,6,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142129,4,1665059400,2022,10,6,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142130,4,1665061200,2022,10,6,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142131,4,1665063000,2022,10,6,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142132,4,1665064800,2022,10,6,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142133,4,1665079200,2022,10,6,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142134,4,1665081000,2022,10,6,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142135,4,1665082800,2022,10,6,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142136,4,1665084600,2022,10,6,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142137,4,1665086400,2022,10,6,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142138,4,1665088200,2022,10,6,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142139,4,1665090000,2022,10,6,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142140,4,1665091800,2022,10,6,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142141,4,1665140400,2022,10,7,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142142,4,1665142200,2022,10,7,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142143,4,1665144000,2022,10,7,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142144,4,1665145800,2022,10,7,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142145,4,1665147600,2022,10,7,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142146,4,1665149400,2022,10,7,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142147,4,1665151200,2022,10,7,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142148,4,1665165600,2022,10,7,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142149,4,1665167400,2022,10,7,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142150,4,1665169200,2022,10,7,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142151,4,1665171000,2022,10,7,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142152,4,1665172800,2022,10,7,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142153,4,1665174600,2022,10,7,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142154,4,1665176400,2022,10,7,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142155,4,1665178200,2022,10,7,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142156,4,1665226800,2022,10,8,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142157,4,1665228600,2022,10,8,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142158,4,1665230400,2022,10,8,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142159,4,1665232200,2022,10,8,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142160,4,1665234000,2022,10,8,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142161,4,1665235800,2022,10,8,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142162,4,1665237600,2022,10,8,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142163,4,1665252000,2022,10,8,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142164,4,1665253800,2022,10,8,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142165,4,1665255600,2022,10,8,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142166,4,1665257400,2022,10,8,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142167,4,1665259200,2022,10,8,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142168,4,1665261000,2022,10,8,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142169,4,1665262800,2022,10,8,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142170,4,1665264600,2022,10,8,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142171,4,1665313200,2022,10,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142172,4,1665315000,2022,10,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142173,4,1665316800,2022,10,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142174,4,1665318600,2022,10,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142175,4,1665320400,2022,10,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142176,4,1665322200,2022,10,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142177,4,1665324000,2022,10,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142178,4,1665325800,2022,10,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142179,4,1665338400,2022,10,9,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142180,4,1665340200,2022,10,9,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142181,4,1665342000,2022,10,9,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142182,4,1665343800,2022,10,9,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142183,4,1665345600,2022,10,9,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142184,4,1665347400,2022,10,9,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142185,4,1665349200,2022,10,9,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142186,4,1665351000,2022,10,9,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142187,4,1665399600,2022,10,10,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142188,4,1665401400,2022,10,10,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142189,4,1665403200,2022,10,10,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142190,4,1665405000,2022,10,10,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142191,4,1665406800,2022,10,10,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142192,4,1665408600,2022,10,10,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142193,4,1665410400,2022,10,10,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142194,4,1665424800,2022,10,10,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142195,4,1665426600,2022,10,10,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142196,4,1665428400,2022,10,10,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142197,4,1665430200,2022,10,10,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142198,4,1665432000,2022,10,10,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142199,4,1665433800,2022,10,10,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142200,4,1665435600,2022,10,10,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142201,4,1665437400,2022,10,10,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142202,4,1665486000,2022,10,11,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142203,4,1665487800,2022,10,11,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142204,4,1665489600,2022,10,11,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142205,4,1665491400,2022,10,11,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142206,4,1665493200,2022,10,11,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142207,4,1665495000,2022,10,11,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142208,4,1665496800,2022,10,11,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142209,4,1665511200,2022,10,11,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142210,4,1665513000,2022,10,11,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142211,4,1665514800,2022,10,11,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142212,4,1665516600,2022,10,11,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142213,4,1665518400,2022,10,11,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142214,4,1665520200,2022,10,11,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142215,4,1665522000,2022,10,11,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142216,4,1665523800,2022,10,11,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142217,4,1665572400,2022,10,12,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142218,4,1665574200,2022,10,12,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142219,4,1665576000,2022,10,12,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142220,4,1665577800,2022,10,12,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142221,4,1665579600,2022,10,12,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142222,4,1665581400,2022,10,12,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142223,4,1665583200,2022,10,12,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142224,4,1665597600,2022,10,12,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142225,4,1665599400,2022,10,12,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142226,4,1665601200,2022,10,12,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142227,4,1665603000,2022,10,12,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142228,4,1665604800,2022,10,12,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142229,4,1665606600,2022,10,12,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142230,4,1665608400,2022,10,12,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142231,4,1665610200,2022,10,12,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142232,4,1665658800,2022,10,13,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142233,4,1665660600,2022,10,13,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142234,4,1665662400,2022,10,13,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142235,4,1665664200,2022,10,13,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142236,4,1665666000,2022,10,13,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142237,4,1665667800,2022,10,13,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142238,4,1665669600,2022,10,13,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142239,4,1665684000,2022,10,13,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142240,4,1665685800,2022,10,13,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142241,4,1665687600,2022,10,13,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142242,4,1665689400,2022,10,13,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142243,4,1665691200,2022,10,13,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142244,4,1665693000,2022,10,13,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142245,4,1665694800,2022,10,13,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142246,4,1665696600,2022,10,13,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142247,4,1665745200,2022,10,14,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142248,4,1665747000,2022,10,14,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142249,4,1665748800,2022,10,14,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142250,4,1665750600,2022,10,14,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142251,4,1665752400,2022,10,14,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142252,4,1665754200,2022,10,14,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142253,4,1665756000,2022,10,14,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142254,4,1665770400,2022,10,14,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142255,4,1665772200,2022,10,14,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142256,4,1665774000,2022,10,14,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142257,4,1665775800,2022,10,14,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142258,4,1665777600,2022,10,14,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142259,4,1665779400,2022,10,14,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142260,4,1665781200,2022,10,14,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142261,4,1665783000,2022,10,14,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142262,4,1665831600,2022,10,15,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142263,4,1665833400,2022,10,15,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142264,4,1665835200,2022,10,15,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142265,4,1665837000,2022,10,15,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142266,4,1665838800,2022,10,15,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142267,4,1665840600,2022,10,15,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142268,4,1665842400,2022,10,15,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142269,4,1665856800,2022,10,15,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142270,4,1665858600,2022,10,15,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142271,4,1665860400,2022,10,15,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142272,4,1665862200,2022,10,15,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142273,4,1665864000,2022,10,15,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142274,4,1665865800,2022,10,15,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142275,4,1665867600,2022,10,15,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142276,4,1665869400,2022,10,15,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142277,4,1665918000,2022,10,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142278,4,1665919800,2022,10,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142279,4,1665921600,2022,10,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142280,4,1665923400,2022,10,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142281,4,1665925200,2022,10,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142282,4,1665927000,2022,10,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142283,4,1665928800,2022,10,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142284,4,1665930600,2022,10,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142285,4,1665943200,2022,10,16,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142286,4,1665945000,2022,10,16,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142287,4,1665946800,2022,10,16,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142288,4,1665948600,2022,10,16,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142289,4,1665950400,2022,10,16,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142290,4,1665952200,2022,10,16,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142291,4,1665954000,2022,10,16,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142292,4,1665955800,2022,10,16,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142293,4,1666004400,2022,10,17,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142294,4,1666006200,2022,10,17,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142295,4,1666008000,2022,10,17,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142296,4,1666009800,2022,10,17,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142297,4,1666011600,2022,10,17,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142298,4,1666013400,2022,10,17,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142299,4,1666015200,2022,10,17,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142300,4,1666029600,2022,10,17,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142301,4,1666031400,2022,10,17,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142302,4,1666033200,2022,10,17,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142303,4,1666035000,2022,10,17,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142304,4,1666036800,2022,10,17,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142305,4,1666038600,2022,10,17,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142306,4,1666040400,2022,10,17,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142307,4,1666042200,2022,10,17,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142308,4,1666090800,2022,10,18,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142309,4,1666092600,2022,10,18,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142310,4,1666094400,2022,10,18,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142311,4,1666096200,2022,10,18,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142312,4,1666098000,2022,10,18,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142313,4,1666099800,2022,10,18,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142314,4,1666101600,2022,10,18,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142315,4,1666116000,2022,10,18,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142316,4,1666117800,2022,10,18,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142317,4,1666119600,2022,10,18,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142318,4,1666121400,2022,10,18,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142319,4,1666123200,2022,10,18,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142320,4,1666125000,2022,10,18,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142321,4,1666126800,2022,10,18,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142322,4,1666128600,2022,10,18,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142323,4,1666177200,2022,10,19,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142324,4,1666179000,2022,10,19,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142325,4,1666180800,2022,10,19,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142326,4,1666182600,2022,10,19,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142327,4,1666184400,2022,10,19,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142328,4,1666186200,2022,10,19,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142329,4,1666188000,2022,10,19,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142330,4,1666202400,2022,10,19,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142331,4,1666204200,2022,10,19,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142332,4,1666206000,2022,10,19,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142333,4,1666207800,2022,10,19,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142334,4,1666209600,2022,10,19,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142335,4,1666211400,2022,10,19,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142336,4,1666213200,2022,10,19,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142337,4,1666215000,2022,10,19,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142338,4,1666263600,2022,10,20,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142339,4,1666265400,2022,10,20,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142340,4,1666267200,2022,10,20,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142341,4,1666269000,2022,10,20,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142342,4,1666270800,2022,10,20,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142343,4,1666272600,2022,10,20,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142344,4,1666274400,2022,10,20,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142345,4,1666288800,2022,10,20,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142346,4,1666290600,2022,10,20,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142347,4,1666292400,2022,10,20,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142348,4,1666294200,2022,10,20,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142349,4,1666296000,2022,10,20,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142350,4,1666297800,2022,10,20,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142351,4,1666299600,2022,10,20,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142352,4,1666301400,2022,10,20,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142353,4,1666350000,2022,10,21,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142354,4,1666351800,2022,10,21,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142355,4,1666353600,2022,10,21,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142356,4,1666355400,2022,10,21,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142357,4,1666357200,2022,10,21,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142358,4,1666359000,2022,10,21,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142359,4,1666360800,2022,10,21,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142360,4,1666375200,2022,10,21,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142361,4,1666377000,2022,10,21,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142362,4,1666378800,2022,10,21,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142363,4,1666380600,2022,10,21,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142364,4,1666382400,2022,10,21,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142365,4,1666384200,2022,10,21,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142366,4,1666386000,2022,10,21,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142367,4,1666387800,2022,10,21,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142368,4,1666436400,2022,10,22,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142369,4,1666438200,2022,10,22,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142370,4,1666440000,2022,10,22,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142371,4,1666441800,2022,10,22,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142372,4,1666443600,2022,10,22,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142373,4,1666445400,2022,10,22,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142374,4,1666447200,2022,10,22,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142375,4,1666461600,2022,10,22,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142376,4,1666463400,2022,10,22,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142377,4,1666465200,2022,10,22,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142378,4,1666467000,2022,10,22,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142379,4,1666468800,2022,10,22,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142380,4,1666470600,2022,10,22,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142381,4,1666472400,2022,10,22,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142382,4,1666474200,2022,10,22,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142383,4,1666522800,2022,10,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142384,4,1666524600,2022,10,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142385,4,1666526400,2022,10,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142386,4,1666528200,2022,10,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142387,4,1666530000,2022,10,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142388,4,1666531800,2022,10,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142389,4,1666533600,2022,10,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142390,4,1666535400,2022,10,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142391,4,1666548000,2022,10,23,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142392,4,1666549800,2022,10,23,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142393,4,1666551600,2022,10,23,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142394,4,1666553400,2022,10,23,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142395,4,1666555200,2022,10,23,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142396,4,1666557000,2022,10,23,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142397,4,1666558800,2022,10,23,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142398,4,1666560600,2022,10,23,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142399,4,1666609200,2022,10,24,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142400,4,1666611000,2022,10,24,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142401,4,1666612800,2022,10,24,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142402,4,1666614600,2022,10,24,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142403,4,1666616400,2022,10,24,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142404,4,1666618200,2022,10,24,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142405,4,1666620000,2022,10,24,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142406,4,1666634400,2022,10,24,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142407,4,1666636200,2022,10,24,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142408,4,1666638000,2022,10,24,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142409,4,1666639800,2022,10,24,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142410,4,1666641600,2022,10,24,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142411,4,1666643400,2022,10,24,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142412,4,1666645200,2022,10,24,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142413,4,1666647000,2022,10,24,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142414,4,1666695600,2022,10,25,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142415,4,1666697400,2022,10,25,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142416,4,1666699200,2022,10,25,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142417,4,1666701000,2022,10,25,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142418,4,1666702800,2022,10,25,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142419,4,1666704600,2022,10,25,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142420,4,1666706400,2022,10,25,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142421,4,1666720800,2022,10,25,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142422,4,1666722600,2022,10,25,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142423,4,1666724400,2022,10,25,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142424,4,1666726200,2022,10,25,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142425,4,1666728000,2022,10,25,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142426,4,1666729800,2022,10,25,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142427,4,1666731600,2022,10,25,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142428,4,1666733400,2022,10,25,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142429,4,1666782000,2022,10,26,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142430,4,1666783800,2022,10,26,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142431,4,1666785600,2022,10,26,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142432,4,1666787400,2022,10,26,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142433,4,1666789200,2022,10,26,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142434,4,1666791000,2022,10,26,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142435,4,1666792800,2022,10,26,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142436,4,1666807200,2022,10,26,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142437,4,1666809000,2022,10,26,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142438,4,1666810800,2022,10,26,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142439,4,1666812600,2022,10,26,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142440,4,1666814400,2022,10,26,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142441,4,1666816200,2022,10,26,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142442,4,1666818000,2022,10,26,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142443,4,1666819800,2022,10,26,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142444,4,1666868400,2022,10,27,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142445,4,1666870200,2022,10,27,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142446,4,1666872000,2022,10,27,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142447,4,1666873800,2022,10,27,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142448,4,1666875600,2022,10,27,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142449,4,1666877400,2022,10,27,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142450,4,1666879200,2022,10,27,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142451,4,1666893600,2022,10,27,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142452,4,1666895400,2022,10,27,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142453,4,1666897200,2022,10,27,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142454,4,1666899000,2022,10,27,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142455,4,1666900800,2022,10,27,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142456,4,1666902600,2022,10,27,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142457,4,1666904400,2022,10,27,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142458,4,1666906200,2022,10,27,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142459,4,1666954800,2022,10,28,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142460,4,1666956600,2022,10,28,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142461,4,1666958400,2022,10,28,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142462,4,1666960200,2022,10,28,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142463,4,1666962000,2022,10,28,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142464,4,1666963800,2022,10,28,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142465,4,1666965600,2022,10,28,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142466,4,1666980000,2022,10,28,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142467,4,1666981800,2022,10,28,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142468,4,1666983600,2022,10,28,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142469,4,1666985400,2022,10,28,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142470,4,1666987200,2022,10,28,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142471,4,1666989000,2022,10,28,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142472,4,1666990800,2022,10,28,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142473,4,1666992600,2022,10,28,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142474,4,1667041200,2022,10,29,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142475,4,1667043000,2022,10,29,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142476,4,1667044800,2022,10,29,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142477,4,1667046600,2022,10,29,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142478,4,1667048400,2022,10,29,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142479,4,1667050200,2022,10,29,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142480,4,1667052000,2022,10,29,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142481,4,1667066400,2022,10,29,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142482,4,1667068200,2022,10,29,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142483,4,1667070000,2022,10,29,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142484,4,1667071800,2022,10,29,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142485,4,1667073600,2022,10,29,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142486,4,1667075400,2022,10,29,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142487,4,1667077200,2022,10,29,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142488,4,1667079000,2022,10,29,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142489,4,1667131200,2022,10,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142490,4,1667133000,2022,10,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142491,4,1667134800,2022,10,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142492,4,1667136600,2022,10,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142493,4,1667138400,2022,10,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142494,4,1667140200,2022,10,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142495,4,1667142000,2022,10,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142496,4,1667143800,2022,10,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142497,4,1667156400,2022,10,30,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142498,4,1667158200,2022,10,30,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142499,4,1667160000,2022,10,30,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142500,4,1667161800,2022,10,30,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142501,4,1667163600,2022,10,30,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142502,4,1667165400,2022,10,30,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142503,4,1667167200,2022,10,30,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142504,4,1667169000,2022,10,30,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142505,4,1667217600,2022,10,31,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142506,4,1667219400,2022,10,31,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142507,4,1667221200,2022,10,31,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142508,4,1667223000,2022,10,31,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142509,4,1667224800,2022,10,31,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142510,4,1667226600,2022,10,31,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142511,4,1667228400,2022,10,31,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142512,4,1667242800,2022,10,31,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142513,4,1667244600,2022,10,31,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142514,4,1667246400,2022,10,31,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142515,4,1667248200,2022,10,31,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142516,4,1667250000,2022,10,31,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142517,4,1667251800,2022,10,31,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142518,4,1667253600,2022,10,31,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142519,4,1667255400,2022,10,31,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142520,4,1667304000,2022,11,1,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142521,4,1667305800,2022,11,1,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142522,4,1667307600,2022,11,1,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142523,4,1667309400,2022,11,1,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142524,4,1667311200,2022,11,1,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142525,4,1667313000,2022,11,1,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142526,4,1667314800,2022,11,1,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142527,4,1667329200,2022,11,1,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142528,4,1667331000,2022,11,1,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142529,4,1667332800,2022,11,1,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142530,4,1667334600,2022,11,1,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142531,4,1667336400,2022,11,1,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142532,4,1667338200,2022,11,1,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142533,4,1667340000,2022,11,1,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142534,4,1667341800,2022,11,1,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142535,4,1667390400,2022,11,2,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142536,4,1667392200,2022,11,2,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142537,4,1667394000,2022,11,2,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142538,4,1667395800,2022,11,2,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142539,4,1667397600,2022,11,2,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142540,4,1667399400,2022,11,2,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142541,4,1667401200,2022,11,2,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142542,4,1667415600,2022,11,2,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142543,4,1667417400,2022,11,2,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142544,4,1667419200,2022,11,2,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142545,4,1667421000,2022,11,2,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142546,4,1667422800,2022,11,2,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142547,4,1667424600,2022,11,2,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142548,4,1667426400,2022,11,2,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142549,4,1667428200,2022,11,2,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142550,4,1667476800,2022,11,3,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142551,4,1667478600,2022,11,3,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142552,4,1667480400,2022,11,3,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142553,4,1667482200,2022,11,3,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142554,4,1667484000,2022,11,3,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142555,4,1667485800,2022,11,3,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142556,4,1667487600,2022,11,3,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142557,4,1667502000,2022,11,3,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142558,4,1667503800,2022,11,3,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142559,4,1667505600,2022,11,3,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142560,4,1667507400,2022,11,3,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142561,4,1667509200,2022,11,3,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142562,4,1667511000,2022,11,3,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142563,4,1667512800,2022,11,3,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142564,4,1667514600,2022,11,3,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142565,4,1667563200,2022,11,4,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142566,4,1667565000,2022,11,4,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142567,4,1667566800,2022,11,4,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142568,4,1667568600,2022,11,4,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142569,4,1667570400,2022,11,4,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142570,4,1667572200,2022,11,4,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142571,4,1667574000,2022,11,4,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142572,4,1667588400,2022,11,4,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142573,4,1667590200,2022,11,4,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142574,4,1667592000,2022,11,4,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142575,4,1667593800,2022,11,4,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142576,4,1667595600,2022,11,4,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142577,4,1667597400,2022,11,4,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142578,4,1667599200,2022,11,4,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142579,4,1667601000,2022,11,4,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142580,4,1667649600,2022,11,5,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142581,4,1667651400,2022,11,5,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142582,4,1667653200,2022,11,5,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142583,4,1667655000,2022,11,5,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142584,4,1667656800,2022,11,5,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142585,4,1667658600,2022,11,5,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142586,4,1667660400,2022,11,5,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142587,4,1667674800,2022,11,5,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142588,4,1667676600,2022,11,5,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142589,4,1667678400,2022,11,5,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142590,4,1667680200,2022,11,5,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142591,4,1667682000,2022,11,5,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142592,4,1667683800,2022,11,5,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142593,4,1667685600,2022,11,5,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142594,4,1667687400,2022,11,5,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142595,4,1667736000,2022,11,6,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142596,4,1667737800,2022,11,6,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142597,4,1667739600,2022,11,6,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142598,4,1667741400,2022,11,6,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142599,4,1667743200,2022,11,6,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142600,4,1667745000,2022,11,6,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142601,4,1667746800,2022,11,6,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142602,4,1667748600,2022,11,6,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142603,4,1667761200,2022,11,6,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142604,4,1667763000,2022,11,6,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142605,4,1667764800,2022,11,6,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142606,4,1667766600,2022,11,6,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142607,4,1667768400,2022,11,6,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142608,4,1667770200,2022,11,6,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142609,4,1667772000,2022,11,6,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142610,4,1667773800,2022,11,6,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142611,4,1667822400,2022,11,7,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142612,4,1667824200,2022,11,7,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142613,4,1667826000,2022,11,7,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142614,4,1667827800,2022,11,7,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142615,4,1667829600,2022,11,7,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142616,4,1667831400,2022,11,7,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142617,4,1667833200,2022,11,7,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142618,4,1667847600,2022,11,7,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142619,4,1667849400,2022,11,7,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142620,4,1667851200,2022,11,7,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142621,4,1667853000,2022,11,7,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142622,4,1667854800,2022,11,7,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142623,4,1667856600,2022,11,7,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142624,4,1667858400,2022,11,7,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142625,4,1667860200,2022,11,7,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142626,4,1667908800,2022,11,8,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142627,4,1667910600,2022,11,8,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142628,4,1667912400,2022,11,8,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142629,4,1667914200,2022,11,8,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142630,4,1667916000,2022,11,8,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142631,4,1667917800,2022,11,8,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142632,4,1667919600,2022,11,8,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142633,4,1667934000,2022,11,8,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142634,4,1667935800,2022,11,8,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142635,4,1667937600,2022,11,8,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142636,4,1667939400,2022,11,8,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142637,4,1667941200,2022,11,8,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142638,4,1667943000,2022,11,8,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142639,4,1667944800,2022,11,8,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142640,4,1667946600,2022,11,8,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142641,4,1667995200,2022,11,9,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142642,4,1667997000,2022,11,9,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142643,4,1667998800,2022,11,9,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142644,4,1668000600,2022,11,9,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142645,4,1668002400,2022,11,9,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142646,4,1668004200,2022,11,9,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142647,4,1668006000,2022,11,9,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142648,4,1668020400,2022,11,9,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142649,4,1668022200,2022,11,9,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142650,4,1668024000,2022,11,9,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142651,4,1668025800,2022,11,9,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142652,4,1668027600,2022,11,9,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142653,4,1668029400,2022,11,9,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142654,4,1668031200,2022,11,9,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142655,4,1668033000,2022,11,9,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142656,4,1668081600,2022,11,10,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142657,4,1668083400,2022,11,10,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142658,4,1668085200,2022,11,10,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142659,4,1668087000,2022,11,10,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142660,4,1668088800,2022,11,10,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142661,4,1668090600,2022,11,10,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142662,4,1668092400,2022,11,10,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142663,4,1668106800,2022,11,10,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142664,4,1668108600,2022,11,10,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142665,4,1668110400,2022,11,10,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142666,4,1668112200,2022,11,10,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142667,4,1668114000,2022,11,10,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142668,4,1668115800,2022,11,10,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142669,4,1668117600,2022,11,10,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142670,4,1668119400,2022,11,10,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142671,4,1668168000,2022,11,11,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142672,4,1668169800,2022,11,11,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142673,4,1668171600,2022,11,11,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142674,4,1668173400,2022,11,11,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142675,4,1668175200,2022,11,11,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142676,4,1668177000,2022,11,11,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142677,4,1668178800,2022,11,11,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142678,4,1668193200,2022,11,11,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142679,4,1668195000,2022,11,11,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142680,4,1668196800,2022,11,11,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142681,4,1668198600,2022,11,11,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142682,4,1668200400,2022,11,11,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142683,4,1668202200,2022,11,11,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142684,4,1668204000,2022,11,11,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142685,4,1668205800,2022,11,11,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142686,4,1668254400,2022,11,12,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142687,4,1668256200,2022,11,12,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142688,4,1668258000,2022,11,12,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142689,4,1668259800,2022,11,12,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142690,4,1668261600,2022,11,12,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142691,4,1668263400,2022,11,12,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142692,4,1668265200,2022,11,12,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142693,4,1668279600,2022,11,12,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142694,4,1668281400,2022,11,12,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142695,4,1668283200,2022,11,12,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142696,4,1668285000,2022,11,12,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142697,4,1668286800,2022,11,12,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142698,4,1668288600,2022,11,12,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142699,4,1668290400,2022,11,12,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142700,4,1668292200,2022,11,12,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142701,4,1668340800,2022,11,13,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142702,4,1668342600,2022,11,13,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142703,4,1668344400,2022,11,13,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142704,4,1668346200,2022,11,13,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142705,4,1668348000,2022,11,13,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142706,4,1668349800,2022,11,13,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142707,4,1668351600,2022,11,13,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142708,4,1668353400,2022,11,13,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142709,4,1668366000,2022,11,13,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142710,4,1668367800,2022,11,13,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142711,4,1668369600,2022,11,13,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142712,4,1668371400,2022,11,13,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142713,4,1668373200,2022,11,13,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142714,4,1668375000,2022,11,13,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142715,4,1668376800,2022,11,13,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142716,4,1668378600,2022,11,13,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142717,4,1668427200,2022,11,14,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142718,4,1668429000,2022,11,14,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142719,4,1668430800,2022,11,14,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142720,4,1668432600,2022,11,14,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142721,4,1668434400,2022,11,14,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142722,4,1668436200,2022,11,14,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142723,4,1668438000,2022,11,14,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142724,4,1668452400,2022,11,14,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142725,4,1668454200,2022,11,14,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142726,4,1668456000,2022,11,14,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142727,4,1668457800,2022,11,14,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142728,4,1668459600,2022,11,14,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142729,4,1668461400,2022,11,14,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142730,4,1668463200,2022,11,14,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142731,4,1668465000,2022,11,14,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142732,4,1668513600,2022,11,15,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142733,4,1668515400,2022,11,15,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142734,4,1668517200,2022,11,15,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142735,4,1668519000,2022,11,15,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142736,4,1668520800,2022,11,15,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142737,4,1668522600,2022,11,15,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142738,4,1668524400,2022,11,15,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142739,4,1668538800,2022,11,15,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142740,4,1668540600,2022,11,15,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142741,4,1668542400,2022,11,15,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142742,4,1668544200,2022,11,15,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142743,4,1668546000,2022,11,15,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142744,4,1668547800,2022,11,15,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142745,4,1668549600,2022,11,15,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142746,4,1668551400,2022,11,15,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142747,4,1668600000,2022,11,16,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142748,4,1668601800,2022,11,16,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142749,4,1668603600,2022,11,16,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142750,4,1668605400,2022,11,16,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142751,4,1668607200,2022,11,16,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142752,4,1668609000,2022,11,16,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142753,4,1668610800,2022,11,16,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142754,4,1668625200,2022,11,16,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142755,4,1668627000,2022,11,16,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142756,4,1668628800,2022,11,16,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142757,4,1668630600,2022,11,16,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142758,4,1668632400,2022,11,16,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142759,4,1668634200,2022,11,16,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142760,4,1668636000,2022,11,16,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142761,4,1668637800,2022,11,16,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142762,4,1668686400,2022,11,17,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142763,4,1668688200,2022,11,17,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142764,4,1668690000,2022,11,17,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142765,4,1668691800,2022,11,17,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142766,4,1668693600,2022,11,17,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142767,4,1668695400,2022,11,17,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142768,4,1668697200,2022,11,17,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142769,4,1668711600,2022,11,17,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142770,4,1668713400,2022,11,17,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142771,4,1668715200,2022,11,17,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142772,4,1668717000,2022,11,17,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142773,4,1668718800,2022,11,17,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142774,4,1668720600,2022,11,17,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142775,4,1668722400,2022,11,17,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142776,4,1668724200,2022,11,17,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142777,4,1668772800,2022,11,18,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142778,4,1668774600,2022,11,18,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142779,4,1668776400,2022,11,18,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142780,4,1668778200,2022,11,18,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142781,4,1668780000,2022,11,18,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142782,4,1668781800,2022,11,18,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142783,4,1668783600,2022,11,18,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142784,4,1668798000,2022,11,18,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142785,4,1668799800,2022,11,18,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142786,4,1668801600,2022,11,18,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142787,4,1668803400,2022,11,18,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142788,4,1668805200,2022,11,18,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142789,4,1668807000,2022,11,18,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142790,4,1668808800,2022,11,18,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142791,4,1668810600,2022,11,18,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142792,4,1668859200,2022,11,19,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142793,4,1668861000,2022,11,19,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142794,4,1668862800,2022,11,19,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142795,4,1668864600,2022,11,19,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142796,4,1668866400,2022,11,19,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142797,4,1668868200,2022,11,19,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142798,4,1668870000,2022,11,19,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142799,4,1668884400,2022,11,19,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142800,4,1668886200,2022,11,19,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142801,4,1668888000,2022,11,19,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142802,4,1668889800,2022,11,19,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142803,4,1668891600,2022,11,19,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142804,4,1668893400,2022,11,19,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142805,4,1668895200,2022,11,19,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142806,4,1668897000,2022,11,19,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142807,4,1668945600,2022,11,20,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142808,4,1668947400,2022,11,20,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142809,4,1668949200,2022,11,20,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142810,4,1668951000,2022,11,20,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142811,4,1668952800,2022,11,20,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142812,4,1668954600,2022,11,20,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142813,4,1668956400,2022,11,20,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142814,4,1668958200,2022,11,20,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142815,4,1668970800,2022,11,20,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142816,4,1668972600,2022,11,20,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142817,4,1668974400,2022,11,20,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142818,4,1668976200,2022,11,20,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142819,4,1668978000,2022,11,20,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142820,4,1668979800,2022,11,20,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142821,4,1668981600,2022,11,20,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142822,4,1668983400,2022,11,20,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142823,4,1669032000,2022,11,21,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142824,4,1669033800,2022,11,21,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142825,4,1669035600,2022,11,21,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142826,4,1669037400,2022,11,21,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142827,4,1669039200,2022,11,21,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142828,4,1669041000,2022,11,21,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142829,4,1669042800,2022,11,21,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142830,4,1669057200,2022,11,21,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142831,4,1669059000,2022,11,21,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142832,4,1669060800,2022,11,21,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142833,4,1669062600,2022,11,21,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142834,4,1669064400,2022,11,21,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142835,4,1669066200,2022,11,21,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142836,4,1669068000,2022,11,21,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142837,4,1669069800,2022,11,21,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142838,4,1669118400,2022,11,22,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142839,4,1669120200,2022,11,22,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142840,4,1669122000,2022,11,22,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142841,4,1669123800,2022,11,22,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142842,4,1669125600,2022,11,22,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142843,4,1669127400,2022,11,22,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142844,4,1669129200,2022,11,22,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142845,4,1669143600,2022,11,22,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142846,4,1669145400,2022,11,22,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142847,4,1669147200,2022,11,22,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142848,4,1669149000,2022,11,22,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142849,4,1669150800,2022,11,22,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142850,4,1669152600,2022,11,22,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142851,4,1669154400,2022,11,22,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142852,4,1669156200,2022,11,22,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142853,4,1669204800,2022,11,23,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142854,4,1669206600,2022,11,23,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142855,4,1669208400,2022,11,23,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142856,4,1669210200,2022,11,23,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142857,4,1669212000,2022,11,23,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142858,4,1669213800,2022,11,23,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142859,4,1669215600,2022,11,23,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142860,4,1669230000,2022,11,23,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142861,4,1669231800,2022,11,23,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142862,4,1669233600,2022,11,23,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142863,4,1669235400,2022,11,23,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142864,4,1669237200,2022,11,23,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142865,4,1669239000,2022,11,23,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142866,4,1669240800,2022,11,23,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142867,4,1669242600,2022,11,23,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142868,4,1669291200,2022,11,24,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142869,4,1669293000,2022,11,24,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142870,4,1669294800,2022,11,24,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142871,4,1669296600,2022,11,24,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142872,4,1669298400,2022,11,24,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142873,4,1669300200,2022,11,24,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142874,4,1669302000,2022,11,24,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142875,4,1669316400,2022,11,24,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142876,4,1669318200,2022,11,24,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142877,4,1669320000,2022,11,24,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142878,4,1669321800,2022,11,24,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142879,4,1669323600,2022,11,24,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142880,4,1669325400,2022,11,24,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142881,4,1669327200,2022,11,24,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142882,4,1669329000,2022,11,24,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142883,4,1669377600,2022,11,25,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142884,4,1669379400,2022,11,25,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142885,4,1669381200,2022,11,25,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142886,4,1669383000,2022,11,25,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142887,4,1669384800,2022,11,25,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142888,4,1669386600,2022,11,25,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142889,4,1669388400,2022,11,25,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142890,4,1669402800,2022,11,25,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142891,4,1669404600,2022,11,25,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142892,4,1669406400,2022,11,25,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142893,4,1669408200,2022,11,25,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(142894,4,1669410000,2022,11,25,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(142895,4,1669411800,2022,11,25,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(142896,4,1669413600,2022,11,25,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(142897,4,1669415400,2022,11,25,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(142898,4,1669464000,2022,11,26,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(142899,4,1669465800,2022,11,26,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(142900,4,1669467600,2022,11,26,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(142901,4,1669469400,2022,11,26,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(142902,4,1669471200,2022,11,26,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(142903,4,1669473000,2022,11,26,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(142904,4,1669474800,2022,11,26,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(142905,4,1669489200,2022,11,26,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(142906,4,1669491000,2022,11,26,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(142907,4,1669492800,2022,11,26,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(142908,4,1669494600,2022,11,26,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(142909,4,1669496400,2022,11,26,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(142910,4,1669498200,2022,11,26,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(142911,4,1669500000,2022,11,26,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(142912,4,1669501800,2022,11,26,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(142913,4,1669550400,2022,11,27,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(142914,4,1669552200,2022,11,27,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(142915,4,1669554000,2022,11,27,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(142916,4,1669555800,2022,11,27,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(142917,4,1669557600,2022,11,27,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(142918,4,1669559400,2022,11,27,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(142919,4,1669561200,2022,11,27,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(142920,4,1669563000,2022,11,27,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(142921,4,1669575600,2022,11,27,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(142922,4,1669577400,2022,11,27,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(142923,4,1669579200,2022,11,27,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(142924,4,1669581000,2022,11,27,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(142925,4,1669582800,2022,11,27,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(142926,4,1669584600,2022,11,27,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(142927,4,1669586400,2022,11,27,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(142928,4,1669588200,2022,11,27,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(142929,4,1669636800,2022,11,28,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(142930,4,1669638600,2022,11,28,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(142931,4,1669640400,2022,11,28,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(142932,4,1669642200,2022,11,28,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(142933,4,1669644000,2022,11,28,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(142934,4,1669645800,2022,11,28,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(142935,4,1669647600,2022,11,28,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(142936,4,1669662000,2022,11,28,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(142937,4,1669663800,2022,11,28,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(142938,4,1669665600,2022,11,28,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(142939,4,1669667400,2022,11,28,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(142940,4,1669669200,2022,11,28,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(142941,4,1669671000,2022,11,28,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(142942,4,1669672800,2022,11,28,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(142943,4,1669674600,2022,11,28,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(142944,4,1669723200,2022,11,29,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(142945,4,1669725000,2022,11,29,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(142946,4,1669726800,2022,11,29,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(142947,4,1669728600,2022,11,29,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(142948,4,1669730400,2022,11,29,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(142949,4,1669732200,2022,11,29,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(142950,4,1669734000,2022,11,29,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(142951,4,1669748400,2022,11,29,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(142952,4,1669750200,2022,11,29,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(142953,4,1669752000,2022,11,29,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(142954,4,1669753800,2022,11,29,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(142955,4,1669755600,2022,11,29,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(142956,4,1669757400,2022,11,29,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(142957,4,1669759200,2022,11,29,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(142958,4,1669761000,2022,11,29,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(142959,4,1669809600,2022,11,30,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(142960,4,1669811400,2022,11,30,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(142961,4,1669813200,2022,11,30,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(142962,4,1669815000,2022,11,30,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(142963,4,1669816800,2022,11,30,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(142964,4,1669818600,2022,11,30,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(142965,4,1669820400,2022,11,30,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(142966,4,1669834800,2022,11,30,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(142967,4,1669836600,2022,11,30,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(142968,4,1669838400,2022,11,30,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(142969,4,1669840200,2022,11,30,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(142970,4,1669842000,2022,11,30,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(142971,4,1669843800,2022,11,30,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(142972,4,1669845600,2022,11,30,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(142973,4,1669847400,2022,11,30,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(142974,4,1669896000,2022,12,1,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(142975,4,1669897800,2022,12,1,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(142976,4,1669899600,2022,12,1,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(142977,4,1669901400,2022,12,1,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(142978,4,1669903200,2022,12,1,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(142979,4,1669905000,2022,12,1,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(142980,4,1669906800,2022,12,1,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(142981,4,1669921200,2022,12,1,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(142982,4,1669923000,2022,12,1,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(142983,4,1669924800,2022,12,1,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(142984,4,1669926600,2022,12,1,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(142985,4,1669928400,2022,12,1,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(142986,4,1669930200,2022,12,1,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(142987,4,1669932000,2022,12,1,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(142988,4,1669933800,2022,12,1,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(142989,4,1669982400,2022,12,2,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(142990,4,1669984200,2022,12,2,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(142991,4,1669986000,2022,12,2,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(142992,4,1669987800,2022,12,2,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(142993,4,1669989600,2022,12,2,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(142994,4,1669991400,2022,12,2,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(142995,4,1669993200,2022,12,2,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(142996,4,1670007600,2022,12,2,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(142997,4,1670009400,2022,12,2,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(142998,4,1670011200,2022,12,2,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(142999,4,1670013000,2022,12,2,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143000,4,1670014800,2022,12,2,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143001,4,1670016600,2022,12,2,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143002,4,1670018400,2022,12,2,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143003,4,1670020200,2022,12,2,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143004,4,1670068800,2022,12,3,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143005,4,1670070600,2022,12,3,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143006,4,1670072400,2022,12,3,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143007,4,1670074200,2022,12,3,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143008,4,1670076000,2022,12,3,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143009,4,1670077800,2022,12,3,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143010,4,1670079600,2022,12,3,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143011,4,1670094000,2022,12,3,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143012,4,1670095800,2022,12,3,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143013,4,1670097600,2022,12,3,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143014,4,1670099400,2022,12,3,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143015,4,1670101200,2022,12,3,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143016,4,1670103000,2022,12,3,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143017,4,1670104800,2022,12,3,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143018,4,1670106600,2022,12,3,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143019,4,1670155200,2022,12,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143020,4,1670157000,2022,12,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143021,4,1670158800,2022,12,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143022,4,1670160600,2022,12,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143023,4,1670162400,2022,12,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143024,4,1670164200,2022,12,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143025,4,1670166000,2022,12,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143026,4,1670167800,2022,12,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143027,4,1670180400,2022,12,4,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143028,4,1670182200,2022,12,4,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143029,4,1670184000,2022,12,4,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143030,4,1670185800,2022,12,4,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143031,4,1670187600,2022,12,4,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143032,4,1670189400,2022,12,4,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143033,4,1670191200,2022,12,4,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143034,4,1670193000,2022,12,4,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143035,4,1670241600,2022,12,5,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143036,4,1670243400,2022,12,5,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143037,4,1670245200,2022,12,5,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143038,4,1670247000,2022,12,5,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143039,4,1670248800,2022,12,5,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143040,4,1670250600,2022,12,5,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143041,4,1670252400,2022,12,5,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143042,4,1670266800,2022,12,5,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143043,4,1670268600,2022,12,5,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143044,4,1670270400,2022,12,5,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143045,4,1670272200,2022,12,5,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143046,4,1670274000,2022,12,5,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143047,4,1670275800,2022,12,5,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143048,4,1670277600,2022,12,5,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143049,4,1670279400,2022,12,5,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143050,4,1670328000,2022,12,6,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143051,4,1670329800,2022,12,6,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143052,4,1670331600,2022,12,6,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143053,4,1670333400,2022,12,6,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143054,4,1670335200,2022,12,6,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143055,4,1670337000,2022,12,6,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143056,4,1670338800,2022,12,6,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143057,4,1670353200,2022,12,6,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143058,4,1670355000,2022,12,6,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143059,4,1670356800,2022,12,6,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143060,4,1670358600,2022,12,6,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143061,4,1670360400,2022,12,6,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143062,4,1670362200,2022,12,6,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143063,4,1670364000,2022,12,6,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143064,4,1670365800,2022,12,6,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143065,4,1670414400,2022,12,7,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143066,4,1670416200,2022,12,7,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143067,4,1670418000,2022,12,7,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143068,4,1670419800,2022,12,7,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143069,4,1670421600,2022,12,7,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143070,4,1670423400,2022,12,7,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143071,4,1670425200,2022,12,7,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143072,4,1670439600,2022,12,7,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143073,4,1670441400,2022,12,7,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143074,4,1670443200,2022,12,7,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143075,4,1670445000,2022,12,7,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143076,4,1670446800,2022,12,7,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143077,4,1670448600,2022,12,7,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143078,4,1670450400,2022,12,7,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143079,4,1670452200,2022,12,7,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143080,4,1670500800,2022,12,8,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143081,4,1670502600,2022,12,8,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143082,4,1670504400,2022,12,8,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143083,4,1670506200,2022,12,8,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143084,4,1670508000,2022,12,8,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143085,4,1670509800,2022,12,8,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143086,4,1670511600,2022,12,8,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143087,4,1670526000,2022,12,8,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143088,4,1670527800,2022,12,8,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143089,4,1670529600,2022,12,8,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143090,4,1670531400,2022,12,8,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143091,4,1670533200,2022,12,8,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143092,4,1670535000,2022,12,8,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143093,4,1670536800,2022,12,8,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143094,4,1670538600,2022,12,8,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143095,4,1670587200,2022,12,9,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143096,4,1670589000,2022,12,9,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143097,4,1670590800,2022,12,9,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143098,4,1670592600,2022,12,9,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143099,4,1670594400,2022,12,9,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143100,4,1670596200,2022,12,9,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143101,4,1670598000,2022,12,9,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143102,4,1670612400,2022,12,9,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143103,4,1670614200,2022,12,9,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143104,4,1670616000,2022,12,9,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143105,4,1670617800,2022,12,9,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143106,4,1670619600,2022,12,9,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143107,4,1670621400,2022,12,9,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143108,4,1670623200,2022,12,9,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143109,4,1670625000,2022,12,9,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143110,4,1670673600,2022,12,10,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143111,4,1670675400,2022,12,10,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143112,4,1670677200,2022,12,10,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143113,4,1670679000,2022,12,10,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143114,4,1670680800,2022,12,10,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143115,4,1670682600,2022,12,10,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143116,4,1670684400,2022,12,10,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143117,4,1670698800,2022,12,10,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143118,4,1670700600,2022,12,10,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143119,4,1670702400,2022,12,10,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143120,4,1670704200,2022,12,10,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143121,4,1670706000,2022,12,10,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143122,4,1670707800,2022,12,10,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143123,4,1670709600,2022,12,10,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143124,4,1670711400,2022,12,10,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143125,4,1670760000,2022,12,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143126,4,1670761800,2022,12,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143127,4,1670763600,2022,12,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143128,4,1670765400,2022,12,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143129,4,1670767200,2022,12,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143130,4,1670769000,2022,12,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143131,4,1670770800,2022,12,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143132,4,1670772600,2022,12,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143133,4,1670785200,2022,12,11,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143134,4,1670787000,2022,12,11,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143135,4,1670788800,2022,12,11,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143136,4,1670790600,2022,12,11,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143137,4,1670792400,2022,12,11,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143138,4,1670794200,2022,12,11,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143139,4,1670796000,2022,12,11,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143140,4,1670797800,2022,12,11,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143141,4,1670846400,2022,12,12,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143142,4,1670848200,2022,12,12,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143143,4,1670850000,2022,12,12,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143144,4,1670851800,2022,12,12,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143145,4,1670853600,2022,12,12,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143146,4,1670855400,2022,12,12,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143147,4,1670857200,2022,12,12,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143148,4,1670871600,2022,12,12,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143149,4,1670873400,2022,12,12,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143150,4,1670875200,2022,12,12,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143151,4,1670877000,2022,12,12,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143152,4,1670878800,2022,12,12,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143153,4,1670880600,2022,12,12,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143154,4,1670882400,2022,12,12,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143155,4,1670884200,2022,12,12,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143156,4,1670932800,2022,12,13,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143157,4,1670934600,2022,12,13,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143158,4,1670936400,2022,12,13,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143159,4,1670938200,2022,12,13,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143160,4,1670940000,2022,12,13,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143161,4,1670941800,2022,12,13,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143162,4,1670943600,2022,12,13,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143163,4,1670958000,2022,12,13,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143164,4,1670959800,2022,12,13,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143165,4,1670961600,2022,12,13,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143166,4,1670963400,2022,12,13,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143167,4,1670965200,2022,12,13,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143168,4,1670967000,2022,12,13,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143169,4,1670968800,2022,12,13,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143170,4,1670970600,2022,12,13,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143171,4,1671019200,2022,12,14,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143172,4,1671021000,2022,12,14,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143173,4,1671022800,2022,12,14,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143174,4,1671024600,2022,12,14,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143175,4,1671026400,2022,12,14,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143176,4,1671028200,2022,12,14,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143177,4,1671030000,2022,12,14,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143178,4,1671044400,2022,12,14,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143179,4,1671046200,2022,12,14,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143180,4,1671048000,2022,12,14,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143181,4,1671049800,2022,12,14,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143182,4,1671051600,2022,12,14,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143183,4,1671053400,2022,12,14,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143184,4,1671055200,2022,12,14,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143185,4,1671057000,2022,12,14,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143186,4,1671105600,2022,12,15,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143187,4,1671107400,2022,12,15,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143188,4,1671109200,2022,12,15,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143189,4,1671111000,2022,12,15,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143190,4,1671112800,2022,12,15,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143191,4,1671114600,2022,12,15,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143192,4,1671116400,2022,12,15,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143193,4,1671130800,2022,12,15,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143194,4,1671132600,2022,12,15,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143195,4,1671134400,2022,12,15,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143196,4,1671136200,2022,12,15,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143197,4,1671138000,2022,12,15,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143198,4,1671139800,2022,12,15,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143199,4,1671141600,2022,12,15,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143200,4,1671143400,2022,12,15,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143201,4,1671192000,2022,12,16,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143202,4,1671193800,2022,12,16,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143203,4,1671195600,2022,12,16,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143204,4,1671197400,2022,12,16,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143205,4,1671199200,2022,12,16,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143206,4,1671201000,2022,12,16,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143207,4,1671202800,2022,12,16,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143208,4,1671217200,2022,12,16,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143209,4,1671219000,2022,12,16,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143210,4,1671220800,2022,12,16,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143211,4,1671222600,2022,12,16,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143212,4,1671224400,2022,12,16,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143213,4,1671226200,2022,12,16,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143214,4,1671228000,2022,12,16,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143215,4,1671229800,2022,12,16,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143216,4,1671278400,2022,12,17,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143217,4,1671280200,2022,12,17,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143218,4,1671282000,2022,12,17,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143219,4,1671283800,2022,12,17,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143220,4,1671285600,2022,12,17,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143221,4,1671287400,2022,12,17,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143222,4,1671289200,2022,12,17,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143223,4,1671303600,2022,12,17,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143224,4,1671305400,2022,12,17,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143225,4,1671307200,2022,12,17,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143226,4,1671309000,2022,12,17,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143227,4,1671310800,2022,12,17,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143228,4,1671312600,2022,12,17,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143229,4,1671314400,2022,12,17,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143230,4,1671316200,2022,12,17,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143231,4,1671364800,2022,12,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143232,4,1671366600,2022,12,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143233,4,1671368400,2022,12,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143234,4,1671370200,2022,12,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143235,4,1671372000,2022,12,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143236,4,1671373800,2022,12,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143237,4,1671375600,2022,12,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143238,4,1671377400,2022,12,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143239,4,1671390000,2022,12,18,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143240,4,1671391800,2022,12,18,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143241,4,1671393600,2022,12,18,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143242,4,1671395400,2022,12,18,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143243,4,1671397200,2022,12,18,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143244,4,1671399000,2022,12,18,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143245,4,1671400800,2022,12,18,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143246,4,1671402600,2022,12,18,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143247,4,1671451200,2022,12,19,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143248,4,1671453000,2022,12,19,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143249,4,1671454800,2022,12,19,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143250,4,1671456600,2022,12,19,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143251,4,1671458400,2022,12,19,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143252,4,1671460200,2022,12,19,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143253,4,1671462000,2022,12,19,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143254,4,1671476400,2022,12,19,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143255,4,1671478200,2022,12,19,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143256,4,1671480000,2022,12,19,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143257,4,1671481800,2022,12,19,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143258,4,1671483600,2022,12,19,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143259,4,1671485400,2022,12,19,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143260,4,1671487200,2022,12,19,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143261,4,1671489000,2022,12,19,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143262,4,1671537600,2022,12,20,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143263,4,1671539400,2022,12,20,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143264,4,1671541200,2022,12,20,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143265,4,1671543000,2022,12,20,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143266,4,1671544800,2022,12,20,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143267,4,1671546600,2022,12,20,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143268,4,1671548400,2022,12,20,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143269,4,1671562800,2022,12,20,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143270,4,1671564600,2022,12,20,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143271,4,1671566400,2022,12,20,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143272,4,1671568200,2022,12,20,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143273,4,1671570000,2022,12,20,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143274,4,1671571800,2022,12,20,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143275,4,1671573600,2022,12,20,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143276,4,1671575400,2022,12,20,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143277,4,1671624000,2022,12,21,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143278,4,1671625800,2022,12,21,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143279,4,1671627600,2022,12,21,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143280,4,1671629400,2022,12,21,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143281,4,1671631200,2022,12,21,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143282,4,1671633000,2022,12,21,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143283,4,1671634800,2022,12,21,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143284,4,1671649200,2022,12,21,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143285,4,1671651000,2022,12,21,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143286,4,1671652800,2022,12,21,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143287,4,1671654600,2022,12,21,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143288,4,1671656400,2022,12,21,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143289,4,1671658200,2022,12,21,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143290,4,1671660000,2022,12,21,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143291,4,1671661800,2022,12,21,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143292,4,1671710400,2022,12,22,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143293,4,1671712200,2022,12,22,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143294,4,1671714000,2022,12,22,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143295,4,1671715800,2022,12,22,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143296,4,1671717600,2022,12,22,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143297,4,1671719400,2022,12,22,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143298,4,1671721200,2022,12,22,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143299,4,1671735600,2022,12,22,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143300,4,1671737400,2022,12,22,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143301,4,1671739200,2022,12,22,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143302,4,1671741000,2022,12,22,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143303,4,1671742800,2022,12,22,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143304,4,1671744600,2022,12,22,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143305,4,1671746400,2022,12,22,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143306,4,1671748200,2022,12,22,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143307,4,1671796800,2022,12,23,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143308,4,1671798600,2022,12,23,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143309,4,1671800400,2022,12,23,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143310,4,1671802200,2022,12,23,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143311,4,1671804000,2022,12,23,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143312,4,1671805800,2022,12,23,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143313,4,1671807600,2022,12,23,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143314,4,1671822000,2022,12,23,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143315,4,1671823800,2022,12,23,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143316,4,1671825600,2022,12,23,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143317,4,1671827400,2022,12,23,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143318,4,1671829200,2022,12,23,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143319,4,1671831000,2022,12,23,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143320,4,1671832800,2022,12,23,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143321,4,1671834600,2022,12,23,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143322,4,1671883200,2022,12,24,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143323,4,1671885000,2022,12,24,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143324,4,1671886800,2022,12,24,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143325,4,1671888600,2022,12,24,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143326,4,1671890400,2022,12,24,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143327,4,1671892200,2022,12,24,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143328,4,1671894000,2022,12,24,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143329,4,1671908400,2022,12,24,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143330,4,1671910200,2022,12,24,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143331,4,1671912000,2022,12,24,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143332,4,1671913800,2022,12,24,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143333,4,1671915600,2022,12,24,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143334,4,1671917400,2022,12,24,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143335,4,1671919200,2022,12,24,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143336,4,1671921000,2022,12,24,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143337,4,1671969600,2022,12,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143338,4,1671971400,2022,12,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143339,4,1671973200,2022,12,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143340,4,1671975000,2022,12,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143341,4,1671976800,2022,12,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143342,4,1671978600,2022,12,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143343,4,1671980400,2022,12,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143344,4,1671982200,2022,12,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143345,4,1671994800,2022,12,25,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143346,4,1671996600,2022,12,25,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143347,4,1671998400,2022,12,25,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143348,4,1672000200,2022,12,25,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143349,4,1672002000,2022,12,25,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143350,4,1672003800,2022,12,25,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143351,4,1672005600,2022,12,25,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143352,4,1672007400,2022,12,25,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143353,4,1672056000,2022,12,26,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143354,4,1672057800,2022,12,26,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143355,4,1672059600,2022,12,26,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143356,4,1672061400,2022,12,26,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143357,4,1672063200,2022,12,26,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143358,4,1672065000,2022,12,26,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143359,4,1672066800,2022,12,26,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143360,4,1672081200,2022,12,26,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143361,4,1672083000,2022,12,26,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143362,4,1672084800,2022,12,26,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143363,4,1672086600,2022,12,26,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143364,4,1672088400,2022,12,26,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143365,4,1672090200,2022,12,26,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143366,4,1672092000,2022,12,26,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143367,4,1672093800,2022,12,26,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143368,4,1672142400,2022,12,27,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143369,4,1672144200,2022,12,27,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143370,4,1672146000,2022,12,27,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143371,4,1672147800,2022,12,27,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143372,4,1672149600,2022,12,27,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143373,4,1672151400,2022,12,27,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143374,4,1672153200,2022,12,27,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143375,4,1672167600,2022,12,27,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143376,4,1672169400,2022,12,27,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143377,4,1672171200,2022,12,27,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143378,4,1672173000,2022,12,27,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143379,4,1672174800,2022,12,27,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143380,4,1672176600,2022,12,27,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143381,4,1672178400,2022,12,27,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143382,4,1672180200,2022,12,27,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143383,4,1672228800,2022,12,28,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143384,4,1672230600,2022,12,28,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143385,4,1672232400,2022,12,28,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143386,4,1672234200,2022,12,28,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143387,4,1672236000,2022,12,28,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143388,4,1672237800,2022,12,28,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143389,4,1672239600,2022,12,28,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143390,4,1672254000,2022,12,28,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143391,4,1672255800,2022,12,28,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143392,4,1672257600,2022,12,28,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143393,4,1672259400,2022,12,28,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143394,4,1672261200,2022,12,28,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143395,4,1672263000,2022,12,28,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143396,4,1672264800,2022,12,28,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143397,4,1672266600,2022,12,28,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143398,4,1672315200,2022,12,29,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143399,4,1672317000,2022,12,29,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143400,4,1672318800,2022,12,29,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143401,4,1672320600,2022,12,29,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143402,4,1672322400,2022,12,29,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143403,4,1672324200,2022,12,29,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143404,4,1672326000,2022,12,29,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143405,4,1672340400,2022,12,29,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143406,4,1672342200,2022,12,29,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143407,4,1672344000,2022,12,29,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143408,4,1672345800,2022,12,29,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143409,4,1672347600,2022,12,29,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143410,4,1672349400,2022,12,29,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143411,4,1672351200,2022,12,29,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143412,4,1672353000,2022,12,29,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143413,4,1672401600,2022,12,30,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143414,4,1672403400,2022,12,30,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143415,4,1672405200,2022,12,30,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143416,4,1672407000,2022,12,30,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143417,4,1672408800,2022,12,30,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143418,4,1672410600,2022,12,30,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143419,4,1672412400,2022,12,30,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143420,4,1672426800,2022,12,30,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143421,4,1672428600,2022,12,30,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143422,4,1672430400,2022,12,30,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143423,4,1672432200,2022,12,30,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143424,4,1672434000,2022,12,30,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143425,4,1672435800,2022,12,30,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143426,4,1672437600,2022,12,30,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143427,4,1672439400,2022,12,30,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143428,4,1672488000,2022,12,31,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143429,4,1672489800,2022,12,31,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143430,4,1672491600,2022,12,31,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143431,4,1672493400,2022,12,31,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143432,4,1672495200,2022,12,31,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143433,4,1672497000,2022,12,31,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143434,4,1672498800,2022,12,31,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143435,4,1672513200,2022,12,31,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143436,4,1672515000,2022,12,31,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143437,4,1672516800,2022,12,31,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143438,4,1672518600,2022,12,31,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143439,4,1672520400,2022,12,31,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143440,4,1672522200,2022,12,31,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143441,4,1672524000,2022,12,31,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143442,4,1672525800,2022,12,31,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143443,4,1672574400,2023,1,1,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143444,4,1672576200,2023,1,1,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143445,4,1672578000,2023,1,1,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143446,4,1672579800,2023,1,1,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143447,4,1672581600,2023,1,1,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143448,4,1672583400,2023,1,1,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143449,4,1672585200,2023,1,1,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143450,4,1672587000,2023,1,1,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143451,4,1672599600,2023,1,1,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143452,4,1672601400,2023,1,1,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143453,4,1672603200,2023,1,1,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143454,4,1672605000,2023,1,1,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143455,4,1672606800,2023,1,1,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143456,4,1672608600,2023,1,1,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143457,4,1672610400,2023,1,1,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143458,4,1672612200,2023,1,1,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143459,4,1672660800,2023,1,2,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143460,4,1672662600,2023,1,2,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143461,4,1672664400,2023,1,2,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143462,4,1672666200,2023,1,2,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143463,4,1672668000,2023,1,2,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143464,4,1672669800,2023,1,2,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143465,4,1672671600,2023,1,2,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143466,4,1672686000,2023,1,2,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143467,4,1672687800,2023,1,2,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143468,4,1672689600,2023,1,2,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143469,4,1672691400,2023,1,2,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143470,4,1672693200,2023,1,2,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143471,4,1672695000,2023,1,2,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143472,4,1672696800,2023,1,2,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143473,4,1672698600,2023,1,2,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143474,4,1672747200,2023,1,3,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143475,4,1672749000,2023,1,3,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143476,4,1672750800,2023,1,3,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143477,4,1672752600,2023,1,3,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143478,4,1672754400,2023,1,3,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143479,4,1672756200,2023,1,3,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143480,4,1672758000,2023,1,3,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143481,4,1672772400,2023,1,3,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143482,4,1672774200,2023,1,3,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143483,4,1672776000,2023,1,3,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143484,4,1672777800,2023,1,3,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143485,4,1672779600,2023,1,3,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143486,4,1672781400,2023,1,3,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143487,4,1672783200,2023,1,3,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143488,4,1672785000,2023,1,3,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143489,4,1672833600,2023,1,4,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143490,4,1672835400,2023,1,4,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143491,4,1672837200,2023,1,4,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143492,4,1672839000,2023,1,4,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143493,4,1672840800,2023,1,4,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143494,4,1672842600,2023,1,4,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143495,4,1672844400,2023,1,4,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143496,4,1672858800,2023,1,4,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143497,4,1672860600,2023,1,4,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143498,4,1672862400,2023,1,4,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143499,4,1672864200,2023,1,4,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143500,4,1672866000,2023,1,4,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143501,4,1672867800,2023,1,4,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143502,4,1672869600,2023,1,4,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143503,4,1672871400,2023,1,4,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143504,4,1672920000,2023,1,5,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143505,4,1672921800,2023,1,5,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143506,4,1672923600,2023,1,5,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143507,4,1672925400,2023,1,5,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143508,4,1672927200,2023,1,5,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143509,4,1672929000,2023,1,5,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143510,4,1672930800,2023,1,5,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143511,4,1672945200,2023,1,5,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143512,4,1672947000,2023,1,5,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143513,4,1672948800,2023,1,5,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143514,4,1672950600,2023,1,5,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143515,4,1672952400,2023,1,5,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143516,4,1672954200,2023,1,5,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143517,4,1672956000,2023,1,5,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143518,4,1672957800,2023,1,5,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143519,4,1673006400,2023,1,6,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143520,4,1673008200,2023,1,6,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143521,4,1673010000,2023,1,6,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143522,4,1673011800,2023,1,6,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143523,4,1673013600,2023,1,6,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143524,4,1673015400,2023,1,6,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143525,4,1673017200,2023,1,6,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143526,4,1673031600,2023,1,6,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143527,4,1673033400,2023,1,6,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143528,4,1673035200,2023,1,6,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143529,4,1673037000,2023,1,6,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143530,4,1673038800,2023,1,6,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143531,4,1673040600,2023,1,6,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143532,4,1673042400,2023,1,6,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143533,4,1673044200,2023,1,6,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143534,4,1673092800,2023,1,7,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143535,4,1673094600,2023,1,7,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143536,4,1673096400,2023,1,7,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143537,4,1673098200,2023,1,7,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143538,4,1673100000,2023,1,7,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143539,4,1673101800,2023,1,7,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143540,4,1673103600,2023,1,7,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143541,4,1673118000,2023,1,7,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143542,4,1673119800,2023,1,7,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143543,4,1673121600,2023,1,7,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143544,4,1673123400,2023,1,7,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143545,4,1673125200,2023,1,7,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143546,4,1673127000,2023,1,7,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143547,4,1673128800,2023,1,7,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143548,4,1673130600,2023,1,7,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143549,4,1673179200,2023,1,8,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143550,4,1673181000,2023,1,8,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143551,4,1673182800,2023,1,8,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143552,4,1673184600,2023,1,8,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143553,4,1673186400,2023,1,8,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143554,4,1673188200,2023,1,8,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143555,4,1673190000,2023,1,8,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143556,4,1673191800,2023,1,8,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143557,4,1673204400,2023,1,8,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143558,4,1673206200,2023,1,8,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143559,4,1673208000,2023,1,8,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143560,4,1673209800,2023,1,8,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143561,4,1673211600,2023,1,8,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143562,4,1673213400,2023,1,8,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143563,4,1673215200,2023,1,8,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143564,4,1673217000,2023,1,8,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143565,4,1673265600,2023,1,9,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143566,4,1673267400,2023,1,9,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143567,4,1673269200,2023,1,9,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143568,4,1673271000,2023,1,9,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143569,4,1673272800,2023,1,9,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143570,4,1673274600,2023,1,9,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143571,4,1673276400,2023,1,9,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143572,4,1673290800,2023,1,9,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143573,4,1673292600,2023,1,9,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143574,4,1673294400,2023,1,9,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143575,4,1673296200,2023,1,9,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143576,4,1673298000,2023,1,9,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143577,4,1673299800,2023,1,9,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143578,4,1673301600,2023,1,9,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143579,4,1673303400,2023,1,9,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143580,4,1673352000,2023,1,10,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143581,4,1673353800,2023,1,10,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143582,4,1673355600,2023,1,10,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143583,4,1673357400,2023,1,10,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143584,4,1673359200,2023,1,10,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143585,4,1673361000,2023,1,10,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143586,4,1673362800,2023,1,10,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143587,4,1673377200,2023,1,10,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143588,4,1673379000,2023,1,10,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143589,4,1673380800,2023,1,10,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143590,4,1673382600,2023,1,10,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143591,4,1673384400,2023,1,10,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143592,4,1673386200,2023,1,10,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143593,4,1673388000,2023,1,10,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143594,4,1673389800,2023,1,10,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143595,4,1673438400,2023,1,11,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143596,4,1673440200,2023,1,11,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143597,4,1673442000,2023,1,11,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143598,4,1673443800,2023,1,11,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143599,4,1673445600,2023,1,11,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143600,4,1673447400,2023,1,11,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143601,4,1673449200,2023,1,11,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143602,4,1673463600,2023,1,11,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143603,4,1673465400,2023,1,11,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143604,4,1673467200,2023,1,11,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143605,4,1673469000,2023,1,11,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143606,4,1673470800,2023,1,11,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143607,4,1673472600,2023,1,11,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143608,4,1673474400,2023,1,11,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143609,4,1673476200,2023,1,11,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143610,4,1673524800,2023,1,12,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143611,4,1673526600,2023,1,12,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143612,4,1673528400,2023,1,12,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143613,4,1673530200,2023,1,12,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143614,4,1673532000,2023,1,12,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143615,4,1673533800,2023,1,12,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143616,4,1673535600,2023,1,12,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143617,4,1673550000,2023,1,12,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143618,4,1673551800,2023,1,12,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143619,4,1673553600,2023,1,12,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143620,4,1673555400,2023,1,12,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143621,4,1673557200,2023,1,12,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143622,4,1673559000,2023,1,12,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143623,4,1673560800,2023,1,12,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143624,4,1673562600,2023,1,12,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143625,4,1673611200,2023,1,13,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143626,4,1673613000,2023,1,13,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143627,4,1673614800,2023,1,13,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143628,4,1673616600,2023,1,13,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143629,4,1673618400,2023,1,13,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143630,4,1673620200,2023,1,13,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143631,4,1673622000,2023,1,13,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143632,4,1673636400,2023,1,13,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143633,4,1673638200,2023,1,13,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143634,4,1673640000,2023,1,13,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143635,4,1673641800,2023,1,13,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143636,4,1673643600,2023,1,13,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143637,4,1673645400,2023,1,13,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143638,4,1673647200,2023,1,13,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143639,4,1673649000,2023,1,13,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143640,4,1673697600,2023,1,14,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143641,4,1673699400,2023,1,14,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143642,4,1673701200,2023,1,14,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143643,4,1673703000,2023,1,14,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143644,4,1673704800,2023,1,14,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143645,4,1673706600,2023,1,14,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143646,4,1673708400,2023,1,14,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143647,4,1673722800,2023,1,14,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143648,4,1673724600,2023,1,14,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143649,4,1673726400,2023,1,14,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143650,4,1673728200,2023,1,14,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143651,4,1673730000,2023,1,14,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143652,4,1673731800,2023,1,14,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143653,4,1673733600,2023,1,14,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143654,4,1673735400,2023,1,14,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143655,4,1673784000,2023,1,15,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143656,4,1673785800,2023,1,15,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143657,4,1673787600,2023,1,15,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143658,4,1673789400,2023,1,15,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143659,4,1673791200,2023,1,15,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143660,4,1673793000,2023,1,15,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143661,4,1673794800,2023,1,15,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143662,4,1673796600,2023,1,15,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143663,4,1673809200,2023,1,15,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143664,4,1673811000,2023,1,15,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143665,4,1673812800,2023,1,15,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143666,4,1673814600,2023,1,15,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143667,4,1673816400,2023,1,15,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143668,4,1673818200,2023,1,15,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143669,4,1673820000,2023,1,15,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143670,4,1673821800,2023,1,15,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143671,4,1673870400,2023,1,16,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143672,4,1673872200,2023,1,16,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143673,4,1673874000,2023,1,16,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143674,4,1673875800,2023,1,16,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143675,4,1673877600,2023,1,16,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143676,4,1673879400,2023,1,16,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143677,4,1673881200,2023,1,16,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143678,4,1673895600,2023,1,16,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143679,4,1673897400,2023,1,16,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143680,4,1673899200,2023,1,16,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143681,4,1673901000,2023,1,16,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143682,4,1673902800,2023,1,16,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143683,4,1673904600,2023,1,16,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143684,4,1673906400,2023,1,16,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143685,4,1673908200,2023,1,16,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143686,4,1673956800,2023,1,17,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143687,4,1673958600,2023,1,17,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143688,4,1673960400,2023,1,17,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143689,4,1673962200,2023,1,17,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143690,4,1673964000,2023,1,17,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143691,4,1673965800,2023,1,17,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143692,4,1673967600,2023,1,17,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143693,4,1673982000,2023,1,17,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143694,4,1673983800,2023,1,17,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143695,4,1673985600,2023,1,17,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143696,4,1673987400,2023,1,17,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143697,4,1673989200,2023,1,17,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143698,4,1673991000,2023,1,17,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143699,4,1673992800,2023,1,17,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143700,4,1673994600,2023,1,17,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143701,4,1674043200,2023,1,18,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143702,4,1674045000,2023,1,18,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143703,4,1674046800,2023,1,18,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143704,4,1674048600,2023,1,18,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143705,4,1674050400,2023,1,18,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143706,4,1674052200,2023,1,18,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143707,4,1674054000,2023,1,18,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143708,4,1674068400,2023,1,18,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143709,4,1674070200,2023,1,18,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143710,4,1674072000,2023,1,18,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143711,4,1674073800,2023,1,18,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143712,4,1674075600,2023,1,18,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143713,4,1674077400,2023,1,18,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143714,4,1674079200,2023,1,18,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143715,4,1674081000,2023,1,18,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143716,4,1674129600,2023,1,19,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143717,4,1674131400,2023,1,19,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143718,4,1674133200,2023,1,19,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143719,4,1674135000,2023,1,19,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143720,4,1674136800,2023,1,19,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143721,4,1674138600,2023,1,19,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143722,4,1674140400,2023,1,19,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143723,4,1674154800,2023,1,19,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143724,4,1674156600,2023,1,19,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143725,4,1674158400,2023,1,19,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143726,4,1674160200,2023,1,19,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143727,4,1674162000,2023,1,19,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143728,4,1674163800,2023,1,19,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143729,4,1674165600,2023,1,19,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143730,4,1674167400,2023,1,19,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143731,4,1674216000,2023,1,20,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143732,4,1674217800,2023,1,20,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143733,4,1674219600,2023,1,20,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143734,4,1674221400,2023,1,20,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143735,4,1674223200,2023,1,20,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143736,4,1674225000,2023,1,20,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143737,4,1674226800,2023,1,20,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143738,4,1674241200,2023,1,20,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143739,4,1674243000,2023,1,20,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143740,4,1674244800,2023,1,20,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143741,4,1674246600,2023,1,20,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143742,4,1674248400,2023,1,20,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143743,4,1674250200,2023,1,20,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143744,4,1674252000,2023,1,20,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143745,4,1674253800,2023,1,20,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143746,4,1674302400,2023,1,21,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143747,4,1674304200,2023,1,21,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143748,4,1674306000,2023,1,21,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143749,4,1674307800,2023,1,21,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143750,4,1674309600,2023,1,21,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143751,4,1674311400,2023,1,21,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143752,4,1674313200,2023,1,21,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143753,4,1674327600,2023,1,21,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143754,4,1674329400,2023,1,21,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143755,4,1674331200,2023,1,21,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143756,4,1674333000,2023,1,21,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143757,4,1674334800,2023,1,21,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143758,4,1674336600,2023,1,21,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143759,4,1674338400,2023,1,21,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143760,4,1674340200,2023,1,21,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143761,4,1674388800,2023,1,22,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143762,4,1674390600,2023,1,22,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143763,4,1674392400,2023,1,22,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143764,4,1674394200,2023,1,22,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143765,4,1674396000,2023,1,22,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143766,4,1674397800,2023,1,22,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143767,4,1674399600,2023,1,22,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143768,4,1674401400,2023,1,22,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143769,4,1674414000,2023,1,22,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143770,4,1674415800,2023,1,22,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143771,4,1674417600,2023,1,22,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143772,4,1674419400,2023,1,22,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143773,4,1674421200,2023,1,22,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143774,4,1674423000,2023,1,22,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143775,4,1674424800,2023,1,22,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143776,4,1674426600,2023,1,22,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143777,4,1674475200,2023,1,23,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143778,4,1674477000,2023,1,23,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143779,4,1674478800,2023,1,23,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143780,4,1674480600,2023,1,23,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143781,4,1674482400,2023,1,23,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143782,4,1674484200,2023,1,23,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143783,4,1674486000,2023,1,23,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143784,4,1674500400,2023,1,23,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143785,4,1674502200,2023,1,23,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143786,4,1674504000,2023,1,23,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143787,4,1674505800,2023,1,23,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143788,4,1674507600,2023,1,23,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143789,4,1674509400,2023,1,23,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143790,4,1674511200,2023,1,23,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143791,4,1674513000,2023,1,23,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143792,4,1674561600,2023,1,24,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143793,4,1674563400,2023,1,24,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143794,4,1674565200,2023,1,24,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143795,4,1674567000,2023,1,24,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143796,4,1674568800,2023,1,24,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143797,4,1674570600,2023,1,24,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143798,4,1674572400,2023,1,24,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143799,4,1674586800,2023,1,24,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143800,4,1674588600,2023,1,24,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143801,4,1674590400,2023,1,24,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143802,4,1674592200,2023,1,24,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143803,4,1674594000,2023,1,24,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143804,4,1674595800,2023,1,24,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143805,4,1674597600,2023,1,24,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143806,4,1674599400,2023,1,24,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143807,4,1674648000,2023,1,25,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143808,4,1674649800,2023,1,25,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143809,4,1674651600,2023,1,25,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143810,4,1674653400,2023,1,25,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143811,4,1674655200,2023,1,25,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143812,4,1674657000,2023,1,25,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143813,4,1674658800,2023,1,25,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143814,4,1674673200,2023,1,25,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143815,4,1674675000,2023,1,25,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143816,4,1674676800,2023,1,25,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143817,4,1674678600,2023,1,25,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143818,4,1674680400,2023,1,25,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143819,4,1674682200,2023,1,25,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143820,4,1674684000,2023,1,25,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143821,4,1674685800,2023,1,25,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143822,4,1674734400,2023,1,26,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143823,4,1674736200,2023,1,26,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143824,4,1674738000,2023,1,26,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143825,4,1674739800,2023,1,26,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143826,4,1674741600,2023,1,26,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143827,4,1674743400,2023,1,26,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143828,4,1674745200,2023,1,26,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143829,4,1674759600,2023,1,26,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143830,4,1674761400,2023,1,26,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143831,4,1674763200,2023,1,26,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143832,4,1674765000,2023,1,26,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143833,4,1674766800,2023,1,26,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143834,4,1674768600,2023,1,26,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143835,4,1674770400,2023,1,26,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143836,4,1674772200,2023,1,26,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143837,4,1674820800,2023,1,27,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143838,4,1674822600,2023,1,27,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143839,4,1674824400,2023,1,27,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143840,4,1674826200,2023,1,27,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143841,4,1674828000,2023,1,27,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143842,4,1674829800,2023,1,27,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143843,4,1674831600,2023,1,27,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143844,4,1674846000,2023,1,27,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143845,4,1674847800,2023,1,27,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143846,4,1674849600,2023,1,27,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143847,4,1674851400,2023,1,27,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143848,4,1674853200,2023,1,27,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143849,4,1674855000,2023,1,27,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143850,4,1674856800,2023,1,27,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143851,4,1674858600,2023,1,27,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143852,4,1674907200,2023,1,28,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143853,4,1674909000,2023,1,28,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143854,4,1674910800,2023,1,28,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143855,4,1674912600,2023,1,28,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143856,4,1674914400,2023,1,28,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143857,4,1674916200,2023,1,28,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143858,4,1674918000,2023,1,28,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143859,4,1674932400,2023,1,28,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143860,4,1674934200,2023,1,28,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143861,4,1674936000,2023,1,28,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143862,4,1674937800,2023,1,28,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143863,4,1674939600,2023,1,28,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143864,4,1674941400,2023,1,28,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143865,4,1674943200,2023,1,28,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143866,4,1674945000,2023,1,28,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143867,4,1674993600,2023,1,29,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143868,4,1674995400,2023,1,29,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143869,4,1674997200,2023,1,29,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143870,4,1674999000,2023,1,29,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143871,4,1675000800,2023,1,29,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143872,4,1675002600,2023,1,29,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143873,4,1675004400,2023,1,29,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143874,4,1675006200,2023,1,29,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143875,4,1675018800,2023,1,29,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143876,4,1675020600,2023,1,29,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143877,4,1675022400,2023,1,29,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143878,4,1675024200,2023,1,29,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143879,4,1675026000,2023,1,29,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143880,4,1675027800,2023,1,29,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143881,4,1675029600,2023,1,29,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143882,4,1675031400,2023,1,29,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143883,4,1675080000,2023,1,30,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143884,4,1675081800,2023,1,30,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143885,4,1675083600,2023,1,30,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143886,4,1675085400,2023,1,30,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143887,4,1675087200,2023,1,30,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143888,4,1675089000,2023,1,30,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143889,4,1675090800,2023,1,30,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143890,4,1675105200,2023,1,30,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143891,4,1675107000,2023,1,30,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143892,4,1675108800,2023,1,30,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143893,4,1675110600,2023,1,30,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(143894,4,1675112400,2023,1,30,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(143895,4,1675114200,2023,1,30,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(143896,4,1675116000,2023,1,30,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(143897,4,1675117800,2023,1,30,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(143898,4,1675166400,2023,1,31,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(143899,4,1675168200,2023,1,31,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(143900,4,1675170000,2023,1,31,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(143901,4,1675171800,2023,1,31,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(143902,4,1675173600,2023,1,31,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(143903,4,1675175400,2023,1,31,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(143904,4,1675177200,2023,1,31,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(143905,4,1675191600,2023,1,31,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(143906,4,1675193400,2023,1,31,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(143907,4,1675195200,2023,1,31,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(143908,4,1675197000,2023,1,31,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(143909,4,1675198800,2023,1,31,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(143910,4,1675200600,2023,1,31,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(143911,4,1675202400,2023,1,31,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(143912,4,1675204200,2023,1,31,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(143913,4,1675252800,2023,2,1,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(143914,4,1675254600,2023,2,1,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(143915,4,1675256400,2023,2,1,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(143916,4,1675258200,2023,2,1,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(143917,4,1675260000,2023,2,1,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(143918,4,1675261800,2023,2,1,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(143919,4,1675263600,2023,2,1,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(143920,4,1675278000,2023,2,1,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(143921,4,1675279800,2023,2,1,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(143922,4,1675281600,2023,2,1,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(143923,4,1675283400,2023,2,1,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(143924,4,1675285200,2023,2,1,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(143925,4,1675287000,2023,2,1,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(143926,4,1675288800,2023,2,1,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(143927,4,1675290600,2023,2,1,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(143928,4,1675339200,2023,2,2,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(143929,4,1675341000,2023,2,2,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(143930,4,1675342800,2023,2,2,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(143931,4,1675344600,2023,2,2,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(143932,4,1675346400,2023,2,2,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(143933,4,1675348200,2023,2,2,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(143934,4,1675350000,2023,2,2,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(143935,4,1675364400,2023,2,2,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(143936,4,1675366200,2023,2,2,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(143937,4,1675368000,2023,2,2,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(143938,4,1675369800,2023,2,2,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(143939,4,1675371600,2023,2,2,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(143940,4,1675373400,2023,2,2,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(143941,4,1675375200,2023,2,2,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(143942,4,1675377000,2023,2,2,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(143943,4,1675425600,2023,2,3,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(143944,4,1675427400,2023,2,3,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(143945,4,1675429200,2023,2,3,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(143946,4,1675431000,2023,2,3,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(143947,4,1675432800,2023,2,3,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(143948,4,1675434600,2023,2,3,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(143949,4,1675436400,2023,2,3,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(143950,4,1675450800,2023,2,3,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(143951,4,1675452600,2023,2,3,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(143952,4,1675454400,2023,2,3,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(143953,4,1675456200,2023,2,3,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(143954,4,1675458000,2023,2,3,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(143955,4,1675459800,2023,2,3,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(143956,4,1675461600,2023,2,3,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(143957,4,1675463400,2023,2,3,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(143958,4,1675512000,2023,2,4,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(143959,4,1675513800,2023,2,4,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(143960,4,1675515600,2023,2,4,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(143961,4,1675517400,2023,2,4,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(143962,4,1675519200,2023,2,4,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(143963,4,1675521000,2023,2,4,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(143964,4,1675522800,2023,2,4,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(143965,4,1675537200,2023,2,4,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(143966,4,1675539000,2023,2,4,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(143967,4,1675540800,2023,2,4,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(143968,4,1675542600,2023,2,4,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(143969,4,1675544400,2023,2,4,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(143970,4,1675546200,2023,2,4,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(143971,4,1675548000,2023,2,4,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(143972,4,1675549800,2023,2,4,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(143973,4,1675598400,2023,2,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(143974,4,1675600200,2023,2,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(143975,4,1675602000,2023,2,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(143976,4,1675603800,2023,2,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(143977,4,1675605600,2023,2,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(143978,4,1675607400,2023,2,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(143979,4,1675609200,2023,2,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(143980,4,1675611000,2023,2,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(143981,4,1675623600,2023,2,5,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(143982,4,1675625400,2023,2,5,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(143983,4,1675627200,2023,2,5,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(143984,4,1675629000,2023,2,5,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(143985,4,1675630800,2023,2,5,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(143986,4,1675632600,2023,2,5,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(143987,4,1675634400,2023,2,5,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(143988,4,1675636200,2023,2,5,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(143989,4,1675684800,2023,2,6,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(143990,4,1675686600,2023,2,6,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(143991,4,1675688400,2023,2,6,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(143992,4,1675690200,2023,2,6,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(143993,4,1675692000,2023,2,6,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(143994,4,1675693800,2023,2,6,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(143995,4,1675695600,2023,2,6,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(143996,4,1675710000,2023,2,6,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(143997,4,1675711800,2023,2,6,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(143998,4,1675713600,2023,2,6,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(143999,4,1675715400,2023,2,6,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144000,4,1675717200,2023,2,6,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144001,4,1675719000,2023,2,6,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144002,4,1675720800,2023,2,6,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144003,4,1675722600,2023,2,6,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144004,4,1675771200,2023,2,7,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144005,4,1675773000,2023,2,7,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144006,4,1675774800,2023,2,7,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144007,4,1675776600,2023,2,7,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144008,4,1675778400,2023,2,7,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144009,4,1675780200,2023,2,7,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144010,4,1675782000,2023,2,7,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144011,4,1675796400,2023,2,7,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144012,4,1675798200,2023,2,7,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144013,4,1675800000,2023,2,7,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144014,4,1675801800,2023,2,7,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144015,4,1675803600,2023,2,7,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144016,4,1675805400,2023,2,7,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144017,4,1675807200,2023,2,7,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144018,4,1675809000,2023,2,7,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144019,4,1675857600,2023,2,8,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144020,4,1675859400,2023,2,8,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144021,4,1675861200,2023,2,8,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144022,4,1675863000,2023,2,8,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144023,4,1675864800,2023,2,8,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144024,4,1675866600,2023,2,8,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144025,4,1675868400,2023,2,8,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144026,4,1675882800,2023,2,8,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144027,4,1675884600,2023,2,8,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144028,4,1675886400,2023,2,8,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144029,4,1675888200,2023,2,8,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144030,4,1675890000,2023,2,8,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144031,4,1675891800,2023,2,8,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144032,4,1675893600,2023,2,8,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144033,4,1675895400,2023,2,8,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144034,4,1675944000,2023,2,9,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144035,4,1675945800,2023,2,9,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144036,4,1675947600,2023,2,9,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144037,4,1675949400,2023,2,9,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144038,4,1675951200,2023,2,9,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144039,4,1675953000,2023,2,9,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144040,4,1675954800,2023,2,9,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144041,4,1675969200,2023,2,9,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144042,4,1675971000,2023,2,9,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144043,4,1675972800,2023,2,9,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144044,4,1675974600,2023,2,9,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144045,4,1675976400,2023,2,9,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144046,4,1675978200,2023,2,9,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144047,4,1675980000,2023,2,9,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144048,4,1675981800,2023,2,9,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144049,4,1676030400,2023,2,10,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144050,4,1676032200,2023,2,10,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144051,4,1676034000,2023,2,10,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144052,4,1676035800,2023,2,10,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144053,4,1676037600,2023,2,10,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144054,4,1676039400,2023,2,10,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144055,4,1676041200,2023,2,10,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144056,4,1676055600,2023,2,10,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144057,4,1676057400,2023,2,10,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144058,4,1676059200,2023,2,10,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144059,4,1676061000,2023,2,10,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144060,4,1676062800,2023,2,10,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144061,4,1676064600,2023,2,10,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144062,4,1676066400,2023,2,10,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144063,4,1676068200,2023,2,10,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144064,4,1676116800,2023,2,11,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144065,4,1676118600,2023,2,11,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144066,4,1676120400,2023,2,11,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144067,4,1676122200,2023,2,11,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144068,4,1676124000,2023,2,11,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144069,4,1676125800,2023,2,11,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144070,4,1676127600,2023,2,11,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144071,4,1676142000,2023,2,11,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144072,4,1676143800,2023,2,11,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144073,4,1676145600,2023,2,11,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144074,4,1676147400,2023,2,11,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144075,4,1676149200,2023,2,11,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144076,4,1676151000,2023,2,11,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144077,4,1676152800,2023,2,11,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144078,4,1676154600,2023,2,11,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144079,4,1676203200,2023,2,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144080,4,1676205000,2023,2,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144081,4,1676206800,2023,2,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144082,4,1676208600,2023,2,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144083,4,1676210400,2023,2,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144084,4,1676212200,2023,2,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144085,4,1676214000,2023,2,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144086,4,1676215800,2023,2,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144087,4,1676228400,2023,2,12,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144088,4,1676230200,2023,2,12,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144089,4,1676232000,2023,2,12,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144090,4,1676233800,2023,2,12,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144091,4,1676235600,2023,2,12,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144092,4,1676237400,2023,2,12,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144093,4,1676239200,2023,2,12,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144094,4,1676241000,2023,2,12,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144095,4,1676289600,2023,2,13,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144096,4,1676291400,2023,2,13,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144097,4,1676293200,2023,2,13,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144098,4,1676295000,2023,2,13,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144099,4,1676296800,2023,2,13,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144100,4,1676298600,2023,2,13,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144101,4,1676300400,2023,2,13,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144102,4,1676314800,2023,2,13,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144103,4,1676316600,2023,2,13,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144104,4,1676318400,2023,2,13,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144105,4,1676320200,2023,2,13,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144106,4,1676322000,2023,2,13,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144107,4,1676323800,2023,2,13,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144108,4,1676325600,2023,2,13,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144109,4,1676327400,2023,2,13,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144110,4,1676376000,2023,2,14,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144111,4,1676377800,2023,2,14,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144112,4,1676379600,2023,2,14,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144113,4,1676381400,2023,2,14,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144114,4,1676383200,2023,2,14,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144115,4,1676385000,2023,2,14,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144116,4,1676386800,2023,2,14,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144117,4,1676401200,2023,2,14,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144118,4,1676403000,2023,2,14,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144119,4,1676404800,2023,2,14,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144120,4,1676406600,2023,2,14,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144121,4,1676408400,2023,2,14,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144122,4,1676410200,2023,2,14,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144123,4,1676412000,2023,2,14,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144124,4,1676413800,2023,2,14,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144125,4,1676462400,2023,2,15,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144126,4,1676464200,2023,2,15,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144127,4,1676466000,2023,2,15,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144128,4,1676467800,2023,2,15,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144129,4,1676469600,2023,2,15,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144130,4,1676471400,2023,2,15,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144131,4,1676473200,2023,2,15,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144132,4,1676487600,2023,2,15,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144133,4,1676489400,2023,2,15,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144134,4,1676491200,2023,2,15,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144135,4,1676493000,2023,2,15,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144136,4,1676494800,2023,2,15,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144137,4,1676496600,2023,2,15,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144138,4,1676498400,2023,2,15,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144139,4,1676500200,2023,2,15,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144140,4,1676548800,2023,2,16,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144141,4,1676550600,2023,2,16,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144142,4,1676552400,2023,2,16,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144143,4,1676554200,2023,2,16,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144144,4,1676556000,2023,2,16,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144145,4,1676557800,2023,2,16,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144146,4,1676559600,2023,2,16,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144147,4,1676574000,2023,2,16,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144148,4,1676575800,2023,2,16,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144149,4,1676577600,2023,2,16,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144150,4,1676579400,2023,2,16,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144151,4,1676581200,2023,2,16,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144152,4,1676583000,2023,2,16,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144153,4,1676584800,2023,2,16,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144154,4,1676586600,2023,2,16,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144155,4,1676635200,2023,2,17,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144156,4,1676637000,2023,2,17,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144157,4,1676638800,2023,2,17,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144158,4,1676640600,2023,2,17,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144159,4,1676642400,2023,2,17,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144160,4,1676644200,2023,2,17,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144161,4,1676646000,2023,2,17,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144162,4,1676660400,2023,2,17,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144163,4,1676662200,2023,2,17,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144164,4,1676664000,2023,2,17,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144165,4,1676665800,2023,2,17,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144166,4,1676667600,2023,2,17,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144167,4,1676669400,2023,2,17,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144168,4,1676671200,2023,2,17,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144169,4,1676673000,2023,2,17,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144170,4,1676721600,2023,2,18,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144171,4,1676723400,2023,2,18,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144172,4,1676725200,2023,2,18,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144173,4,1676727000,2023,2,18,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144174,4,1676728800,2023,2,18,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144175,4,1676730600,2023,2,18,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144176,4,1676732400,2023,2,18,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144177,4,1676746800,2023,2,18,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144178,4,1676748600,2023,2,18,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144179,4,1676750400,2023,2,18,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144180,4,1676752200,2023,2,18,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144181,4,1676754000,2023,2,18,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144182,4,1676755800,2023,2,18,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144183,4,1676757600,2023,2,18,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144184,4,1676759400,2023,2,18,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144185,4,1676808000,2023,2,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144186,4,1676809800,2023,2,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144187,4,1676811600,2023,2,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144188,4,1676813400,2023,2,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144189,4,1676815200,2023,2,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144190,4,1676817000,2023,2,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144191,4,1676818800,2023,2,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144192,4,1676820600,2023,2,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144193,4,1676833200,2023,2,19,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144194,4,1676835000,2023,2,19,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144195,4,1676836800,2023,2,19,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144196,4,1676838600,2023,2,19,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144197,4,1676840400,2023,2,19,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144198,4,1676842200,2023,2,19,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144199,4,1676844000,2023,2,19,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144200,4,1676845800,2023,2,19,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144201,4,1676894400,2023,2,20,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144202,4,1676896200,2023,2,20,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144203,4,1676898000,2023,2,20,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144204,4,1676899800,2023,2,20,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144205,4,1676901600,2023,2,20,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144206,4,1676903400,2023,2,20,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144207,4,1676905200,2023,2,20,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144208,4,1676919600,2023,2,20,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144209,4,1676921400,2023,2,20,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144210,4,1676923200,2023,2,20,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144211,4,1676925000,2023,2,20,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144212,4,1676926800,2023,2,20,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144213,4,1676928600,2023,2,20,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144214,4,1676930400,2023,2,20,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144215,4,1676932200,2023,2,20,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144216,4,1676980800,2023,2,21,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144217,4,1676982600,2023,2,21,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144218,4,1676984400,2023,2,21,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144219,4,1676986200,2023,2,21,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144220,4,1676988000,2023,2,21,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144221,4,1676989800,2023,2,21,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144222,4,1676991600,2023,2,21,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144223,4,1677006000,2023,2,21,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144224,4,1677007800,2023,2,21,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144225,4,1677009600,2023,2,21,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144226,4,1677011400,2023,2,21,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144227,4,1677013200,2023,2,21,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144228,4,1677015000,2023,2,21,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144229,4,1677016800,2023,2,21,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144230,4,1677018600,2023,2,21,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144231,4,1677067200,2023,2,22,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144232,4,1677069000,2023,2,22,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144233,4,1677070800,2023,2,22,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144234,4,1677072600,2023,2,22,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144235,4,1677074400,2023,2,22,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144236,4,1677076200,2023,2,22,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144237,4,1677078000,2023,2,22,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144238,4,1677092400,2023,2,22,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144239,4,1677094200,2023,2,22,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144240,4,1677096000,2023,2,22,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144241,4,1677097800,2023,2,22,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144242,4,1677099600,2023,2,22,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144243,4,1677101400,2023,2,22,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144244,4,1677103200,2023,2,22,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144245,4,1677105000,2023,2,22,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144246,4,1677153600,2023,2,23,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144247,4,1677155400,2023,2,23,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144248,4,1677157200,2023,2,23,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144249,4,1677159000,2023,2,23,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144250,4,1677160800,2023,2,23,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144251,4,1677162600,2023,2,23,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144252,4,1677164400,2023,2,23,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144253,4,1677178800,2023,2,23,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144254,4,1677180600,2023,2,23,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144255,4,1677182400,2023,2,23,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144256,4,1677184200,2023,2,23,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144257,4,1677186000,2023,2,23,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144258,4,1677187800,2023,2,23,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144259,4,1677189600,2023,2,23,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144260,4,1677191400,2023,2,23,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144261,4,1677240000,2023,2,24,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144262,4,1677241800,2023,2,24,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144263,4,1677243600,2023,2,24,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144264,4,1677245400,2023,2,24,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144265,4,1677247200,2023,2,24,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144266,4,1677249000,2023,2,24,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144267,4,1677250800,2023,2,24,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144268,4,1677265200,2023,2,24,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144269,4,1677267000,2023,2,24,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144270,4,1677268800,2023,2,24,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144271,4,1677270600,2023,2,24,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144272,4,1677272400,2023,2,24,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144273,4,1677274200,2023,2,24,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144274,4,1677276000,2023,2,24,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144275,4,1677277800,2023,2,24,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144276,4,1677326400,2023,2,25,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144277,4,1677328200,2023,2,25,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144278,4,1677330000,2023,2,25,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144279,4,1677331800,2023,2,25,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144280,4,1677333600,2023,2,25,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144281,4,1677335400,2023,2,25,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144282,4,1677337200,2023,2,25,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144283,4,1677351600,2023,2,25,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144284,4,1677353400,2023,2,25,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144285,4,1677355200,2023,2,25,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144286,4,1677357000,2023,2,25,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144287,4,1677358800,2023,2,25,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144288,4,1677360600,2023,2,25,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144289,4,1677362400,2023,2,25,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144290,4,1677364200,2023,2,25,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144291,4,1677412800,2023,2,26,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144292,4,1677414600,2023,2,26,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144293,4,1677416400,2023,2,26,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144294,4,1677418200,2023,2,26,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144295,4,1677420000,2023,2,26,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144296,4,1677421800,2023,2,26,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144297,4,1677423600,2023,2,26,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144298,4,1677425400,2023,2,26,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144299,4,1677438000,2023,2,26,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144300,4,1677439800,2023,2,26,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144301,4,1677441600,2023,2,26,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144302,4,1677443400,2023,2,26,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144303,4,1677445200,2023,2,26,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144304,4,1677447000,2023,2,26,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144305,4,1677448800,2023,2,26,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144306,4,1677450600,2023,2,26,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144307,4,1677499200,2023,2,27,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144308,4,1677501000,2023,2,27,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144309,4,1677502800,2023,2,27,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144310,4,1677504600,2023,2,27,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144311,4,1677506400,2023,2,27,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144312,4,1677508200,2023,2,27,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144313,4,1677510000,2023,2,27,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144314,4,1677524400,2023,2,27,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144315,4,1677526200,2023,2,27,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144316,4,1677528000,2023,2,27,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144317,4,1677529800,2023,2,27,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144318,4,1677531600,2023,2,27,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144319,4,1677533400,2023,2,27,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144320,4,1677535200,2023,2,27,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144321,4,1677537000,2023,2,27,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144322,4,1677585600,2023,2,28,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144323,4,1677587400,2023,2,28,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144324,4,1677589200,2023,2,28,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144325,4,1677591000,2023,2,28,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144326,4,1677592800,2023,2,28,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144327,4,1677594600,2023,2,28,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144328,4,1677596400,2023,2,28,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144329,4,1677610800,2023,2,28,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144330,4,1677612600,2023,2,28,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144331,4,1677614400,2023,2,28,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144332,4,1677616200,2023,2,28,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144333,4,1677618000,2023,2,28,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144334,4,1677619800,2023,2,28,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144335,4,1677621600,2023,2,28,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144336,4,1677623400,2023,2,28,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144337,4,1677672000,2023,3,1,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144338,4,1677673800,2023,3,1,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144339,4,1677675600,2023,3,1,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144340,4,1677677400,2023,3,1,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144341,4,1677679200,2023,3,1,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144342,4,1677681000,2023,3,1,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144343,4,1677682800,2023,3,1,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144344,4,1677697200,2023,3,1,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144345,4,1677699000,2023,3,1,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144346,4,1677700800,2023,3,1,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144347,4,1677702600,2023,3,1,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144348,4,1677704400,2023,3,1,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144349,4,1677706200,2023,3,1,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144350,4,1677708000,2023,3,1,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144351,4,1677709800,2023,3,1,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144352,4,1677758400,2023,3,2,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144353,4,1677760200,2023,3,2,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144354,4,1677762000,2023,3,2,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144355,4,1677763800,2023,3,2,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144356,4,1677765600,2023,3,2,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144357,4,1677767400,2023,3,2,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144358,4,1677769200,2023,3,2,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144359,4,1677783600,2023,3,2,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144360,4,1677785400,2023,3,2,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144361,4,1677787200,2023,3,2,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144362,4,1677789000,2023,3,2,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144363,4,1677790800,2023,3,2,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144364,4,1677792600,2023,3,2,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144365,4,1677794400,2023,3,2,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144366,4,1677796200,2023,3,2,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144367,4,1677844800,2023,3,3,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144368,4,1677846600,2023,3,3,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144369,4,1677848400,2023,3,3,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144370,4,1677850200,2023,3,3,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144371,4,1677852000,2023,3,3,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144372,4,1677853800,2023,3,3,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144373,4,1677855600,2023,3,3,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144374,4,1677870000,2023,3,3,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144375,4,1677871800,2023,3,3,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144376,4,1677873600,2023,3,3,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144377,4,1677875400,2023,3,3,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144378,4,1677877200,2023,3,3,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144379,4,1677879000,2023,3,3,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144380,4,1677880800,2023,3,3,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144381,4,1677882600,2023,3,3,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144382,4,1677931200,2023,3,4,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144383,4,1677933000,2023,3,4,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144384,4,1677934800,2023,3,4,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144385,4,1677936600,2023,3,4,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144386,4,1677938400,2023,3,4,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144387,4,1677940200,2023,3,4,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144388,4,1677942000,2023,3,4,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144389,4,1677956400,2023,3,4,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144390,4,1677958200,2023,3,4,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144391,4,1677960000,2023,3,4,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144392,4,1677961800,2023,3,4,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144393,4,1677963600,2023,3,4,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144394,4,1677965400,2023,3,4,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144395,4,1677967200,2023,3,4,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144396,4,1677969000,2023,3,4,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144397,4,1678017600,2023,3,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144398,4,1678019400,2023,3,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144399,4,1678021200,2023,3,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144400,4,1678023000,2023,3,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144401,4,1678024800,2023,3,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144402,4,1678026600,2023,3,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144403,4,1678028400,2023,3,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144404,4,1678030200,2023,3,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144405,4,1678042800,2023,3,5,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144406,4,1678044600,2023,3,5,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144407,4,1678046400,2023,3,5,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144408,4,1678048200,2023,3,5,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144409,4,1678050000,2023,3,5,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144410,4,1678051800,2023,3,5,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144411,4,1678053600,2023,3,5,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144412,4,1678055400,2023,3,5,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144413,4,1678104000,2023,3,6,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144414,4,1678105800,2023,3,6,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144415,4,1678107600,2023,3,6,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144416,4,1678109400,2023,3,6,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144417,4,1678111200,2023,3,6,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144418,4,1678113000,2023,3,6,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144419,4,1678114800,2023,3,6,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144420,4,1678129200,2023,3,6,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144421,4,1678131000,2023,3,6,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144422,4,1678132800,2023,3,6,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144423,4,1678134600,2023,3,6,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144424,4,1678136400,2023,3,6,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144425,4,1678138200,2023,3,6,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144426,4,1678140000,2023,3,6,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144427,4,1678141800,2023,3,6,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144428,4,1678190400,2023,3,7,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144429,4,1678192200,2023,3,7,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144430,4,1678194000,2023,3,7,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144431,4,1678195800,2023,3,7,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144432,4,1678197600,2023,3,7,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144433,4,1678199400,2023,3,7,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144434,4,1678201200,2023,3,7,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144435,4,1678215600,2023,3,7,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144436,4,1678217400,2023,3,7,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144437,4,1678219200,2023,3,7,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144438,4,1678221000,2023,3,7,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144439,4,1678222800,2023,3,7,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144440,4,1678224600,2023,3,7,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144441,4,1678226400,2023,3,7,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144442,4,1678228200,2023,3,7,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144443,4,1678276800,2023,3,8,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144444,4,1678278600,2023,3,8,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144445,4,1678280400,2023,3,8,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144446,4,1678282200,2023,3,8,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144447,4,1678284000,2023,3,8,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144448,4,1678285800,2023,3,8,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144449,4,1678287600,2023,3,8,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144450,4,1678302000,2023,3,8,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144451,4,1678303800,2023,3,8,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144452,4,1678305600,2023,3,8,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144453,4,1678307400,2023,3,8,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144454,4,1678309200,2023,3,8,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144455,4,1678311000,2023,3,8,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144456,4,1678312800,2023,3,8,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144457,4,1678314600,2023,3,8,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144458,4,1678363200,2023,3,9,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144459,4,1678365000,2023,3,9,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144460,4,1678366800,2023,3,9,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144461,4,1678368600,2023,3,9,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144462,4,1678370400,2023,3,9,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144463,4,1678372200,2023,3,9,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144464,4,1678374000,2023,3,9,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144465,4,1678388400,2023,3,9,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144466,4,1678390200,2023,3,9,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144467,4,1678392000,2023,3,9,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144468,4,1678393800,2023,3,9,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144469,4,1678395600,2023,3,9,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144470,4,1678397400,2023,3,9,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144471,4,1678399200,2023,3,9,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144472,4,1678401000,2023,3,9,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144473,4,1678449600,2023,3,10,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144474,4,1678451400,2023,3,10,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144475,4,1678453200,2023,3,10,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144476,4,1678455000,2023,3,10,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144477,4,1678456800,2023,3,10,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144478,4,1678458600,2023,3,10,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144479,4,1678460400,2023,3,10,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144480,4,1678474800,2023,3,10,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144481,4,1678476600,2023,3,10,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144482,4,1678478400,2023,3,10,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144483,4,1678480200,2023,3,10,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144484,4,1678482000,2023,3,10,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144485,4,1678483800,2023,3,10,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144486,4,1678485600,2023,3,10,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144487,4,1678487400,2023,3,10,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144488,4,1678536000,2023,3,11,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144489,4,1678537800,2023,3,11,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144490,4,1678539600,2023,3,11,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144491,4,1678541400,2023,3,11,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144492,4,1678543200,2023,3,11,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144493,4,1678545000,2023,3,11,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144494,4,1678546800,2023,3,11,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144495,4,1678561200,2023,3,11,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144496,4,1678563000,2023,3,11,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144497,4,1678564800,2023,3,11,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144498,4,1678566600,2023,3,11,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144499,4,1678568400,2023,3,11,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144500,4,1678570200,2023,3,11,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144501,4,1678572000,2023,3,11,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144502,4,1678573800,2023,3,11,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144503,4,1678622400,2023,3,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144504,4,1678624200,2023,3,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144505,4,1678626000,2023,3,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144506,4,1678627800,2023,3,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144507,4,1678629600,2023,3,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144508,4,1678631400,2023,3,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144509,4,1678633200,2023,3,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144510,4,1678635000,2023,3,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144511,4,1678647600,2023,3,12,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144512,4,1678649400,2023,3,12,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144513,4,1678651200,2023,3,12,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144514,4,1678653000,2023,3,12,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144515,4,1678654800,2023,3,12,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144516,4,1678656600,2023,3,12,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144517,4,1678658400,2023,3,12,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144518,4,1678660200,2023,3,12,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144519,4,1678708800,2023,3,13,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144520,4,1678710600,2023,3,13,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144521,4,1678712400,2023,3,13,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144522,4,1678714200,2023,3,13,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144523,4,1678716000,2023,3,13,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144524,4,1678717800,2023,3,13,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144525,4,1678719600,2023,3,13,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144526,4,1678734000,2023,3,13,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144527,4,1678735800,2023,3,13,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144528,4,1678737600,2023,3,13,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144529,4,1678739400,2023,3,13,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144530,4,1678741200,2023,3,13,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144531,4,1678743000,2023,3,13,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144532,4,1678744800,2023,3,13,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144533,4,1678746600,2023,3,13,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144534,4,1678795200,2023,3,14,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144535,4,1678797000,2023,3,14,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144536,4,1678798800,2023,3,14,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144537,4,1678800600,2023,3,14,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144538,4,1678802400,2023,3,14,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144539,4,1678804200,2023,3,14,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144540,4,1678806000,2023,3,14,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144541,4,1678820400,2023,3,14,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144542,4,1678822200,2023,3,14,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144543,4,1678824000,2023,3,14,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144544,4,1678825800,2023,3,14,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144545,4,1678827600,2023,3,14,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144546,4,1678829400,2023,3,14,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144547,4,1678831200,2023,3,14,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144548,4,1678833000,2023,3,14,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144549,4,1678881600,2023,3,15,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144550,4,1678883400,2023,3,15,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144551,4,1678885200,2023,3,15,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144552,4,1678887000,2023,3,15,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144553,4,1678888800,2023,3,15,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144554,4,1678890600,2023,3,15,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144555,4,1678892400,2023,3,15,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144556,4,1678906800,2023,3,15,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144557,4,1678908600,2023,3,15,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144558,4,1678910400,2023,3,15,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144559,4,1678912200,2023,3,15,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144560,4,1678914000,2023,3,15,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144561,4,1678915800,2023,3,15,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144562,4,1678917600,2023,3,15,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144563,4,1678919400,2023,3,15,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144564,4,1678968000,2023,3,16,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144565,4,1678969800,2023,3,16,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144566,4,1678971600,2023,3,16,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144567,4,1678973400,2023,3,16,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144568,4,1678975200,2023,3,16,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144569,4,1678977000,2023,3,16,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144570,4,1678978800,2023,3,16,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144571,4,1678993200,2023,3,16,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144572,4,1678995000,2023,3,16,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144573,4,1678996800,2023,3,16,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144574,4,1678998600,2023,3,16,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144575,4,1679000400,2023,3,16,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144576,4,1679002200,2023,3,16,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144577,4,1679004000,2023,3,16,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144578,4,1679005800,2023,3,16,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144579,4,1679054400,2023,3,17,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144580,4,1679056200,2023,3,17,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144581,4,1679058000,2023,3,17,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144582,4,1679059800,2023,3,17,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144583,4,1679061600,2023,3,17,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144584,4,1679063400,2023,3,17,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144585,4,1679065200,2023,3,17,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144586,4,1679079600,2023,3,17,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144587,4,1679081400,2023,3,17,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144588,4,1679083200,2023,3,17,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144589,4,1679085000,2023,3,17,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144590,4,1679086800,2023,3,17,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144591,4,1679088600,2023,3,17,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144592,4,1679090400,2023,3,17,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144593,4,1679092200,2023,3,17,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144594,4,1679140800,2023,3,18,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144595,4,1679142600,2023,3,18,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144596,4,1679144400,2023,3,18,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144597,4,1679146200,2023,3,18,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144598,4,1679148000,2023,3,18,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144599,4,1679149800,2023,3,18,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144600,4,1679151600,2023,3,18,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144601,4,1679166000,2023,3,18,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144602,4,1679167800,2023,3,18,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144603,4,1679169600,2023,3,18,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144604,4,1679171400,2023,3,18,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144605,4,1679173200,2023,3,18,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144606,4,1679175000,2023,3,18,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144607,4,1679176800,2023,3,18,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144608,4,1679178600,2023,3,18,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144609,4,1679227200,2023,3,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144610,4,1679229000,2023,3,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144611,4,1679230800,2023,3,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144612,4,1679232600,2023,3,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144613,4,1679234400,2023,3,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144614,4,1679236200,2023,3,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144615,4,1679238000,2023,3,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144616,4,1679239800,2023,3,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144617,4,1679252400,2023,3,19,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144618,4,1679254200,2023,3,19,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144619,4,1679256000,2023,3,19,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144620,4,1679257800,2023,3,19,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144621,4,1679259600,2023,3,19,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144622,4,1679261400,2023,3,19,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144623,4,1679263200,2023,3,19,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144624,4,1679265000,2023,3,19,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144625,4,1679313600,2023,3,20,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144626,4,1679315400,2023,3,20,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144627,4,1679317200,2023,3,20,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144628,4,1679319000,2023,3,20,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144629,4,1679320800,2023,3,20,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144630,4,1679322600,2023,3,20,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144631,4,1679324400,2023,3,20,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144632,4,1679338800,2023,3,20,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144633,4,1679340600,2023,3,20,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144634,4,1679342400,2023,3,20,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144635,4,1679344200,2023,3,20,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144636,4,1679346000,2023,3,20,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144637,4,1679347800,2023,3,20,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144638,4,1679349600,2023,3,20,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144639,4,1679351400,2023,3,20,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144640,4,1679400000,2023,3,21,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144641,4,1679401800,2023,3,21,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144642,4,1679403600,2023,3,21,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144643,4,1679405400,2023,3,21,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144644,4,1679407200,2023,3,21,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144645,4,1679409000,2023,3,21,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144646,4,1679410800,2023,3,21,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144647,4,1679425200,2023,3,21,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144648,4,1679427000,2023,3,21,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144649,4,1679428800,2023,3,21,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144650,4,1679430600,2023,3,21,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144651,4,1679432400,2023,3,21,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144652,4,1679434200,2023,3,21,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144653,4,1679436000,2023,3,21,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144654,4,1679437800,2023,3,21,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144655,4,1679486400,2023,3,22,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144656,4,1679488200,2023,3,22,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144657,4,1679490000,2023,3,22,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144658,4,1679491800,2023,3,22,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144659,4,1679493600,2023,3,22,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144660,4,1679495400,2023,3,22,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144661,4,1679497200,2023,3,22,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144662,4,1679511600,2023,3,22,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144663,4,1679513400,2023,3,22,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144664,4,1679515200,2023,3,22,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144665,4,1679517000,2023,3,22,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144666,4,1679518800,2023,3,22,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144667,4,1679520600,2023,3,22,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144668,4,1679522400,2023,3,22,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144669,4,1679524200,2023,3,22,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144670,4,1679572800,2023,3,23,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144671,4,1679574600,2023,3,23,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144672,4,1679576400,2023,3,23,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144673,4,1679578200,2023,3,23,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144674,4,1679580000,2023,3,23,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144675,4,1679581800,2023,3,23,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144676,4,1679583600,2023,3,23,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144677,4,1679598000,2023,3,23,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144678,4,1679599800,2023,3,23,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144679,4,1679601600,2023,3,23,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144680,4,1679603400,2023,3,23,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144681,4,1679605200,2023,3,23,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144682,4,1679607000,2023,3,23,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144683,4,1679608800,2023,3,23,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144684,4,1679610600,2023,3,23,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144685,4,1679659200,2023,3,24,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144686,4,1679661000,2023,3,24,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144687,4,1679662800,2023,3,24,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144688,4,1679664600,2023,3,24,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144689,4,1679666400,2023,3,24,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144690,4,1679668200,2023,3,24,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144691,4,1679670000,2023,3,24,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144692,4,1679684400,2023,3,24,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144693,4,1679686200,2023,3,24,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144694,4,1679688000,2023,3,24,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144695,4,1679689800,2023,3,24,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144696,4,1679691600,2023,3,24,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144697,4,1679693400,2023,3,24,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144698,4,1679695200,2023,3,24,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144699,4,1679697000,2023,3,24,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144700,4,1679745600,2023,3,25,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144701,4,1679747400,2023,3,25,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144702,4,1679749200,2023,3,25,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144703,4,1679751000,2023,3,25,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144704,4,1679752800,2023,3,25,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144705,4,1679754600,2023,3,25,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144706,4,1679756400,2023,3,25,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144707,4,1679770800,2023,3,25,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144708,4,1679772600,2023,3,25,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144709,4,1679774400,2023,3,25,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144710,4,1679776200,2023,3,25,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144711,4,1679778000,2023,3,25,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144712,4,1679779800,2023,3,25,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144713,4,1679781600,2023,3,25,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144714,4,1679783400,2023,3,25,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144715,4,1679914800,2023,3,27,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144716,4,1679916600,2023,3,27,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144717,4,1679918400,2023,3,27,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144718,4,1679920200,2023,3,27,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144719,4,1679922000,2023,3,27,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144720,4,1679923800,2023,3,27,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144721,4,1679925600,2023,3,27,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144722,4,1679940000,2023,3,27,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144723,4,1679941800,2023,3,27,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144724,4,1679943600,2023,3,27,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144725,4,1679945400,2023,3,27,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144726,4,1679947200,2023,3,27,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144727,4,1679949000,2023,3,27,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144728,4,1679950800,2023,3,27,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144729,4,1679952600,2023,3,27,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144730,4,1680001200,2023,3,28,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144731,4,1680003000,2023,3,28,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144732,4,1680004800,2023,3,28,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144733,4,1680006600,2023,3,28,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144734,4,1680008400,2023,3,28,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144735,4,1680010200,2023,3,28,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144736,4,1680012000,2023,3,28,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144737,4,1680026400,2023,3,28,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144738,4,1680028200,2023,3,28,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144739,4,1680030000,2023,3,28,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144740,4,1680031800,2023,3,28,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144741,4,1680033600,2023,3,28,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144742,4,1680035400,2023,3,28,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144743,4,1680037200,2023,3,28,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144744,4,1680039000,2023,3,28,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144745,4,1680087600,2023,3,29,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144746,4,1680089400,2023,3,29,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144747,4,1680091200,2023,3,29,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144748,4,1680093000,2023,3,29,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144749,4,1680094800,2023,3,29,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144750,4,1680096600,2023,3,29,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144751,4,1680098400,2023,3,29,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144752,4,1680112800,2023,3,29,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144753,4,1680114600,2023,3,29,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144754,4,1680116400,2023,3,29,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144755,4,1680118200,2023,3,29,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144756,4,1680120000,2023,3,29,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144757,4,1680121800,2023,3,29,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144758,4,1680123600,2023,3,29,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144759,4,1680125400,2023,3,29,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144760,4,1680174000,2023,3,30,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144761,4,1680175800,2023,3,30,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144762,4,1680177600,2023,3,30,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144763,4,1680179400,2023,3,30,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144764,4,1680181200,2023,3,30,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144765,4,1680183000,2023,3,30,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144766,4,1680184800,2023,3,30,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144767,4,1680199200,2023,3,30,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144768,4,1680201000,2023,3,30,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144769,4,1680202800,2023,3,30,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144770,4,1680204600,2023,3,30,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144771,4,1680206400,2023,3,30,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144772,4,1680208200,2023,3,30,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144773,4,1680210000,2023,3,30,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144774,4,1680211800,2023,3,30,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144775,4,1680260400,2023,3,31,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144776,4,1680262200,2023,3,31,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144777,4,1680264000,2023,3,31,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144778,4,1680265800,2023,3,31,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144779,4,1680267600,2023,3,31,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144780,4,1680269400,2023,3,31,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144781,4,1680271200,2023,3,31,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144782,4,1680285600,2023,3,31,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144783,4,1680287400,2023,3,31,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144784,4,1680289200,2023,3,31,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144785,4,1680291000,2023,3,31,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144786,4,1680292800,2023,3,31,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144787,4,1680294600,2023,3,31,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144788,4,1680296400,2023,3,31,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144789,4,1680298200,2023,3,31,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144790,4,1680346800,2023,4,1,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144791,4,1680348600,2023,4,1,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144792,4,1680350400,2023,4,1,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144793,4,1680352200,2023,4,1,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144794,4,1680354000,2023,4,1,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144795,4,1680355800,2023,4,1,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144796,4,1680357600,2023,4,1,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144797,4,1680372000,2023,4,1,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144798,4,1680373800,2023,4,1,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144799,4,1680375600,2023,4,1,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144800,4,1680377400,2023,4,1,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144801,4,1680379200,2023,4,1,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144802,4,1680381000,2023,4,1,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144803,4,1680382800,2023,4,1,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144804,4,1680384600,2023,4,1,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144805,4,1680433200,2023,4,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144806,4,1680435000,2023,4,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144807,4,1680436800,2023,4,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144808,4,1680438600,2023,4,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144809,4,1680440400,2023,4,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144810,4,1680442200,2023,4,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144811,4,1680444000,2023,4,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144812,4,1680445800,2023,4,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144813,4,1680458400,2023,4,2,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144814,4,1680460200,2023,4,2,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144815,4,1680462000,2023,4,2,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144816,4,1680463800,2023,4,2,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144817,4,1680465600,2023,4,2,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144818,4,1680467400,2023,4,2,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144819,4,1680469200,2023,4,2,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144820,4,1680471000,2023,4,2,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144821,4,1680519600,2023,4,3,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144822,4,1680521400,2023,4,3,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144823,4,1680523200,2023,4,3,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144824,4,1680525000,2023,4,3,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144825,4,1680526800,2023,4,3,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144826,4,1680528600,2023,4,3,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144827,4,1680530400,2023,4,3,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144828,4,1680544800,2023,4,3,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144829,4,1680546600,2023,4,3,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144830,4,1680548400,2023,4,3,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144831,4,1680550200,2023,4,3,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144832,4,1680552000,2023,4,3,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144833,4,1680553800,2023,4,3,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144834,4,1680555600,2023,4,3,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144835,4,1680557400,2023,4,3,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144836,4,1680606000,2023,4,4,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144837,4,1680607800,2023,4,4,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144838,4,1680609600,2023,4,4,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144839,4,1680611400,2023,4,4,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144840,4,1680613200,2023,4,4,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144841,4,1680615000,2023,4,4,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144842,4,1680616800,2023,4,4,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144843,4,1680631200,2023,4,4,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144844,4,1680633000,2023,4,4,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144845,4,1680634800,2023,4,4,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144846,4,1680636600,2023,4,4,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144847,4,1680638400,2023,4,4,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144848,4,1680640200,2023,4,4,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144849,4,1680642000,2023,4,4,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144850,4,1680643800,2023,4,4,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144851,4,1680692400,2023,4,5,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144852,4,1680694200,2023,4,5,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144853,4,1680696000,2023,4,5,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144854,4,1680697800,2023,4,5,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144855,4,1680699600,2023,4,5,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144856,4,1680701400,2023,4,5,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144857,4,1680703200,2023,4,5,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144858,4,1680717600,2023,4,5,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144859,4,1680719400,2023,4,5,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144860,4,1680721200,2023,4,5,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144861,4,1680723000,2023,4,5,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144862,4,1680724800,2023,4,5,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144863,4,1680726600,2023,4,5,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144864,4,1680728400,2023,4,5,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144865,4,1680730200,2023,4,5,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144866,4,1680778800,2023,4,6,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144867,4,1680780600,2023,4,6,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144868,4,1680782400,2023,4,6,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144869,4,1680784200,2023,4,6,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144870,4,1680786000,2023,4,6,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144871,4,1680787800,2023,4,6,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144872,4,1680789600,2023,4,6,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144873,4,1680804000,2023,4,6,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144874,4,1680805800,2023,4,6,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144875,4,1680807600,2023,4,6,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144876,4,1680809400,2023,4,6,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144877,4,1680811200,2023,4,6,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144878,4,1680813000,2023,4,6,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144879,4,1680814800,2023,4,6,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144880,4,1680816600,2023,4,6,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144881,4,1680865200,2023,4,7,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144882,4,1680867000,2023,4,7,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144883,4,1680868800,2023,4,7,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144884,4,1680870600,2023,4,7,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144885,4,1680872400,2023,4,7,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144886,4,1680874200,2023,4,7,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144887,4,1680876000,2023,4,7,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144888,4,1680890400,2023,4,7,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144889,4,1680892200,2023,4,7,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144890,4,1680894000,2023,4,7,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144891,4,1680895800,2023,4,7,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144892,4,1680897600,2023,4,7,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144893,4,1680899400,2023,4,7,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(144894,4,1680901200,2023,4,7,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(144895,4,1680903000,2023,4,7,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(144896,4,1680951600,2023,4,8,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(144897,4,1680953400,2023,4,8,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(144898,4,1680955200,2023,4,8,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(144899,4,1680957000,2023,4,8,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(144900,4,1680958800,2023,4,8,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(144901,4,1680960600,2023,4,8,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(144902,4,1680962400,2023,4,8,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(144903,4,1680976800,2023,4,8,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(144904,4,1680978600,2023,4,8,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(144905,4,1680980400,2023,4,8,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(144906,4,1680982200,2023,4,8,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(144907,4,1680984000,2023,4,8,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(144908,4,1680985800,2023,4,8,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(144909,4,1680987600,2023,4,8,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(144910,4,1680989400,2023,4,8,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(144911,4,1681038000,2023,4,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(144912,4,1681039800,2023,4,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(144913,4,1681041600,2023,4,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(144914,4,1681043400,2023,4,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(144915,4,1681045200,2023,4,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(144916,4,1681047000,2023,4,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(144917,4,1681048800,2023,4,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(144918,4,1681050600,2023,4,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(144919,4,1681063200,2023,4,9,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(144920,4,1681065000,2023,4,9,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(144921,4,1681066800,2023,4,9,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(144922,4,1681068600,2023,4,9,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(144923,4,1681070400,2023,4,9,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(144924,4,1681072200,2023,4,9,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(144925,4,1681074000,2023,4,9,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(144926,4,1681075800,2023,4,9,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(144927,4,1681124400,2023,4,10,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(144928,4,1681126200,2023,4,10,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(144929,4,1681128000,2023,4,10,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(144930,4,1681129800,2023,4,10,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(144931,4,1681131600,2023,4,10,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(144932,4,1681133400,2023,4,10,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(144933,4,1681135200,2023,4,10,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(144934,4,1681149600,2023,4,10,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(144935,4,1681151400,2023,4,10,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(144936,4,1681153200,2023,4,10,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(144937,4,1681155000,2023,4,10,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(144938,4,1681156800,2023,4,10,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(144939,4,1681158600,2023,4,10,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(144940,4,1681160400,2023,4,10,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(144941,4,1681162200,2023,4,10,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(144942,4,1681210800,2023,4,11,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(144943,4,1681212600,2023,4,11,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(144944,4,1681214400,2023,4,11,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(144945,4,1681216200,2023,4,11,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(144946,4,1681218000,2023,4,11,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(144947,4,1681219800,2023,4,11,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(144948,4,1681221600,2023,4,11,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(144949,4,1681236000,2023,4,11,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(144950,4,1681237800,2023,4,11,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(144951,4,1681239600,2023,4,11,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(144952,4,1681241400,2023,4,11,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(144953,4,1681243200,2023,4,11,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(144954,4,1681245000,2023,4,11,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(144955,4,1681246800,2023,4,11,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(144956,4,1681248600,2023,4,11,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(144957,4,1681297200,2023,4,12,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(144958,4,1681299000,2023,4,12,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(144959,4,1681300800,2023,4,12,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(144960,4,1681302600,2023,4,12,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(144961,4,1681304400,2023,4,12,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(144962,4,1681306200,2023,4,12,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(144963,4,1681308000,2023,4,12,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(144964,4,1681322400,2023,4,12,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(144965,4,1681324200,2023,4,12,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(144966,4,1681326000,2023,4,12,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(144967,4,1681327800,2023,4,12,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(144968,4,1681329600,2023,4,12,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(144969,4,1681331400,2023,4,12,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(144970,4,1681333200,2023,4,12,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(144971,4,1681335000,2023,4,12,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(144972,4,1681383600,2023,4,13,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(144973,4,1681385400,2023,4,13,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(144974,4,1681387200,2023,4,13,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(144975,4,1681389000,2023,4,13,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(144976,4,1681390800,2023,4,13,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(144977,4,1681392600,2023,4,13,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(144978,4,1681394400,2023,4,13,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(144979,4,1681408800,2023,4,13,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(144980,4,1681410600,2023,4,13,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(144981,4,1681412400,2023,4,13,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(144982,4,1681414200,2023,4,13,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(144983,4,1681416000,2023,4,13,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(144984,4,1681417800,2023,4,13,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(144985,4,1681419600,2023,4,13,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(144986,4,1681421400,2023,4,13,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(144987,4,1681470000,2023,4,14,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(144988,4,1681471800,2023,4,14,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(144989,4,1681473600,2023,4,14,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(144990,4,1681475400,2023,4,14,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(144991,4,1681477200,2023,4,14,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(144992,4,1681479000,2023,4,14,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(144993,4,1681480800,2023,4,14,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(144994,4,1681495200,2023,4,14,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(144995,4,1681497000,2023,4,14,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(144996,4,1681498800,2023,4,14,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(144997,4,1681500600,2023,4,14,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(144998,4,1681502400,2023,4,14,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(144999,4,1681504200,2023,4,14,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145000,4,1681506000,2023,4,14,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145001,4,1681507800,2023,4,14,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145002,4,1681556400,2023,4,15,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145003,4,1681558200,2023,4,15,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145004,4,1681560000,2023,4,15,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145005,4,1681561800,2023,4,15,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145006,4,1681563600,2023,4,15,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145007,4,1681565400,2023,4,15,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145008,4,1681567200,2023,4,15,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145009,4,1681581600,2023,4,15,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145010,4,1681583400,2023,4,15,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145011,4,1681585200,2023,4,15,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145012,4,1681587000,2023,4,15,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145013,4,1681588800,2023,4,15,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145014,4,1681590600,2023,4,15,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145015,4,1681592400,2023,4,15,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145016,4,1681594200,2023,4,15,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145017,4,1681642800,2023,4,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145018,4,1681644600,2023,4,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145019,4,1681646400,2023,4,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145020,4,1681648200,2023,4,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145021,4,1681650000,2023,4,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145022,4,1681651800,2023,4,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145023,4,1681653600,2023,4,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145024,4,1681655400,2023,4,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145025,4,1681668000,2023,4,16,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145026,4,1681669800,2023,4,16,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145027,4,1681671600,2023,4,16,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145028,4,1681673400,2023,4,16,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145029,4,1681675200,2023,4,16,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145030,4,1681677000,2023,4,16,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145031,4,1681678800,2023,4,16,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145032,4,1681680600,2023,4,16,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145033,4,1681729200,2023,4,17,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145034,4,1681731000,2023,4,17,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145035,4,1681732800,2023,4,17,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145036,4,1681734600,2023,4,17,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145037,4,1681736400,2023,4,17,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145038,4,1681738200,2023,4,17,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145039,4,1681740000,2023,4,17,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145040,4,1681754400,2023,4,17,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145041,4,1681756200,2023,4,17,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145042,4,1681758000,2023,4,17,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145043,4,1681759800,2023,4,17,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145044,4,1681761600,2023,4,17,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145045,4,1681763400,2023,4,17,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145046,4,1681765200,2023,4,17,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145047,4,1681767000,2023,4,17,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145048,4,1681815600,2023,4,18,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145049,4,1681817400,2023,4,18,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145050,4,1681819200,2023,4,18,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145051,4,1681821000,2023,4,18,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145052,4,1681822800,2023,4,18,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145053,4,1681824600,2023,4,18,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145054,4,1681826400,2023,4,18,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145055,4,1681840800,2023,4,18,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145056,4,1681842600,2023,4,18,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145057,4,1681844400,2023,4,18,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145058,4,1681846200,2023,4,18,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145059,4,1681848000,2023,4,18,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145060,4,1681849800,2023,4,18,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145061,4,1681851600,2023,4,18,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145062,4,1681853400,2023,4,18,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145063,4,1681902000,2023,4,19,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145064,4,1681903800,2023,4,19,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145065,4,1681905600,2023,4,19,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145066,4,1681907400,2023,4,19,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145067,4,1681909200,2023,4,19,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145068,4,1681911000,2023,4,19,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145069,4,1681912800,2023,4,19,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145070,4,1681927200,2023,4,19,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145071,4,1681929000,2023,4,19,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145072,4,1681930800,2023,4,19,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145073,4,1681932600,2023,4,19,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145074,4,1681934400,2023,4,19,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145075,4,1681936200,2023,4,19,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145076,4,1681938000,2023,4,19,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145077,4,1681939800,2023,4,19,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145078,4,1681988400,2023,4,20,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145079,4,1681990200,2023,4,20,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145080,4,1681992000,2023,4,20,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145081,4,1681993800,2023,4,20,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145082,4,1681995600,2023,4,20,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145083,4,1681997400,2023,4,20,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145084,4,1681999200,2023,4,20,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145085,4,1682013600,2023,4,20,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145086,4,1682015400,2023,4,20,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145087,4,1682017200,2023,4,20,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145088,4,1682019000,2023,4,20,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145089,4,1682020800,2023,4,20,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145090,4,1682022600,2023,4,20,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145091,4,1682024400,2023,4,20,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145092,4,1682026200,2023,4,20,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145093,4,1682074800,2023,4,21,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145094,4,1682076600,2023,4,21,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145095,4,1682078400,2023,4,21,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145096,4,1682080200,2023,4,21,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145097,4,1682082000,2023,4,21,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145098,4,1682083800,2023,4,21,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145099,4,1682085600,2023,4,21,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145100,4,1682100000,2023,4,21,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145101,4,1682101800,2023,4,21,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145102,4,1682103600,2023,4,21,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145103,4,1682105400,2023,4,21,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145104,4,1682107200,2023,4,21,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145105,4,1682109000,2023,4,21,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145106,4,1682110800,2023,4,21,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145107,4,1682112600,2023,4,21,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145108,4,1682161200,2023,4,22,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145109,4,1682163000,2023,4,22,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145110,4,1682164800,2023,4,22,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145111,4,1682166600,2023,4,22,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145112,4,1682168400,2023,4,22,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145113,4,1682170200,2023,4,22,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145114,4,1682172000,2023,4,22,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145115,4,1682186400,2023,4,22,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145116,4,1682188200,2023,4,22,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145117,4,1682190000,2023,4,22,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145118,4,1682191800,2023,4,22,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145119,4,1682193600,2023,4,22,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145120,4,1682195400,2023,4,22,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145121,4,1682197200,2023,4,22,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145122,4,1682199000,2023,4,22,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145123,4,1682247600,2023,4,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145124,4,1682249400,2023,4,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145125,4,1682251200,2023,4,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145126,4,1682253000,2023,4,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145127,4,1682254800,2023,4,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145128,4,1682256600,2023,4,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145129,4,1682258400,2023,4,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145130,4,1682260200,2023,4,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145131,4,1682272800,2023,4,23,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145132,4,1682274600,2023,4,23,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145133,4,1682276400,2023,4,23,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145134,4,1682278200,2023,4,23,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145135,4,1682280000,2023,4,23,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145136,4,1682281800,2023,4,23,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145137,4,1682283600,2023,4,23,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145138,4,1682285400,2023,4,23,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145139,4,1682334000,2023,4,24,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145140,4,1682335800,2023,4,24,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145141,4,1682337600,2023,4,24,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145142,4,1682339400,2023,4,24,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145143,4,1682341200,2023,4,24,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145144,4,1682343000,2023,4,24,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145145,4,1682344800,2023,4,24,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145146,4,1682359200,2023,4,24,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145147,4,1682361000,2023,4,24,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145148,4,1682362800,2023,4,24,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145149,4,1682364600,2023,4,24,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145150,4,1682366400,2023,4,24,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145151,4,1682368200,2023,4,24,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145152,4,1682370000,2023,4,24,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145153,4,1682371800,2023,4,24,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145154,4,1682420400,2023,4,25,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145155,4,1682422200,2023,4,25,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145156,4,1682424000,2023,4,25,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145157,4,1682425800,2023,4,25,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145158,4,1682427600,2023,4,25,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145159,4,1682429400,2023,4,25,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145160,4,1682431200,2023,4,25,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145161,4,1682445600,2023,4,25,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145162,4,1682447400,2023,4,25,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145163,4,1682449200,2023,4,25,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145164,4,1682451000,2023,4,25,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145165,4,1682452800,2023,4,25,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145166,4,1682454600,2023,4,25,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145167,4,1682456400,2023,4,25,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145168,4,1682458200,2023,4,25,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145169,4,1682506800,2023,4,26,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145170,4,1682508600,2023,4,26,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145171,4,1682510400,2023,4,26,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145172,4,1682512200,2023,4,26,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145173,4,1682514000,2023,4,26,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145174,4,1682515800,2023,4,26,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145175,4,1682517600,2023,4,26,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145176,4,1682532000,2023,4,26,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145177,4,1682533800,2023,4,26,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145178,4,1682535600,2023,4,26,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145179,4,1682537400,2023,4,26,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145180,4,1682539200,2023,4,26,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145181,4,1682541000,2023,4,26,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145182,4,1682542800,2023,4,26,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145183,4,1682544600,2023,4,26,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145184,4,1682593200,2023,4,27,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145185,4,1682595000,2023,4,27,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145186,4,1682596800,2023,4,27,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145187,4,1682598600,2023,4,27,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145188,4,1682600400,2023,4,27,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145189,4,1682602200,2023,4,27,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145190,4,1682604000,2023,4,27,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145191,4,1682618400,2023,4,27,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145192,4,1682620200,2023,4,27,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145193,4,1682622000,2023,4,27,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145194,4,1682623800,2023,4,27,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145195,4,1682625600,2023,4,27,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145196,4,1682627400,2023,4,27,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145197,4,1682629200,2023,4,27,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145198,4,1682631000,2023,4,27,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145199,4,1682679600,2023,4,28,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145200,4,1682681400,2023,4,28,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145201,4,1682683200,2023,4,28,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145202,4,1682685000,2023,4,28,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145203,4,1682686800,2023,4,28,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145204,4,1682688600,2023,4,28,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145205,4,1682690400,2023,4,28,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145206,4,1682704800,2023,4,28,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145207,4,1682706600,2023,4,28,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145208,4,1682708400,2023,4,28,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145209,4,1682710200,2023,4,28,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145210,4,1682712000,2023,4,28,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145211,4,1682713800,2023,4,28,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145212,4,1682715600,2023,4,28,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145213,4,1682717400,2023,4,28,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145214,4,1682766000,2023,4,29,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145215,4,1682767800,2023,4,29,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145216,4,1682769600,2023,4,29,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145217,4,1682771400,2023,4,29,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145218,4,1682773200,2023,4,29,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145219,4,1682775000,2023,4,29,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145220,4,1682776800,2023,4,29,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145221,4,1682791200,2023,4,29,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145222,4,1682793000,2023,4,29,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145223,4,1682794800,2023,4,29,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145224,4,1682796600,2023,4,29,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145225,4,1682798400,2023,4,29,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145226,4,1682800200,2023,4,29,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145227,4,1682802000,2023,4,29,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145228,4,1682803800,2023,4,29,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145229,4,1682852400,2023,4,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145230,4,1682854200,2023,4,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145231,4,1682856000,2023,4,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145232,4,1682857800,2023,4,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145233,4,1682859600,2023,4,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145234,4,1682861400,2023,4,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145235,4,1682863200,2023,4,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145236,4,1682865000,2023,4,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145237,4,1682877600,2023,4,30,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145238,4,1682879400,2023,4,30,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145239,4,1682881200,2023,4,30,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145240,4,1682883000,2023,4,30,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145241,4,1682884800,2023,4,30,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145242,4,1682886600,2023,4,30,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145243,4,1682888400,2023,4,30,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145244,4,1682890200,2023,4,30,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145245,4,1682938800,2023,5,1,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145246,4,1682940600,2023,5,1,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145247,4,1682942400,2023,5,1,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145248,4,1682944200,2023,5,1,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145249,4,1682946000,2023,5,1,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145250,4,1682947800,2023,5,1,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145251,4,1682949600,2023,5,1,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145252,4,1682964000,2023,5,1,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145253,4,1682965800,2023,5,1,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145254,4,1682967600,2023,5,1,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145255,4,1682969400,2023,5,1,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145256,4,1682971200,2023,5,1,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145257,4,1682973000,2023,5,1,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145258,4,1682974800,2023,5,1,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145259,4,1682976600,2023,5,1,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145260,4,1683025200,2023,5,2,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145261,4,1683027000,2023,5,2,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145262,4,1683028800,2023,5,2,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145263,4,1683030600,2023,5,2,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145264,4,1683032400,2023,5,2,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145265,4,1683034200,2023,5,2,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145266,4,1683036000,2023,5,2,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145267,4,1683050400,2023,5,2,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145268,4,1683052200,2023,5,2,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145269,4,1683054000,2023,5,2,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145270,4,1683055800,2023,5,2,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145271,4,1683057600,2023,5,2,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145272,4,1683059400,2023,5,2,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145273,4,1683061200,2023,5,2,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145274,4,1683063000,2023,5,2,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145275,4,1683111600,2023,5,3,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145276,4,1683113400,2023,5,3,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145277,4,1683115200,2023,5,3,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145278,4,1683117000,2023,5,3,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145279,4,1683118800,2023,5,3,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145280,4,1683120600,2023,5,3,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145281,4,1683122400,2023,5,3,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145282,4,1683136800,2023,5,3,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145283,4,1683138600,2023,5,3,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145284,4,1683140400,2023,5,3,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145285,4,1683142200,2023,5,3,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145286,4,1683144000,2023,5,3,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145287,4,1683145800,2023,5,3,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145288,4,1683147600,2023,5,3,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145289,4,1683149400,2023,5,3,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145290,4,1683198000,2023,5,4,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145291,4,1683199800,2023,5,4,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145292,4,1683201600,2023,5,4,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145293,4,1683203400,2023,5,4,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145294,4,1683205200,2023,5,4,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145295,4,1683207000,2023,5,4,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145296,4,1683208800,2023,5,4,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145297,4,1683223200,2023,5,4,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145298,4,1683225000,2023,5,4,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145299,4,1683226800,2023,5,4,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145300,4,1683228600,2023,5,4,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145301,4,1683230400,2023,5,4,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145302,4,1683232200,2023,5,4,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145303,4,1683234000,2023,5,4,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145304,4,1683235800,2023,5,4,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145305,4,1683284400,2023,5,5,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145306,4,1683286200,2023,5,5,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145307,4,1683288000,2023,5,5,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145308,4,1683289800,2023,5,5,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145309,4,1683291600,2023,5,5,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145310,4,1683293400,2023,5,5,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145311,4,1683295200,2023,5,5,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145312,4,1683309600,2023,5,5,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145313,4,1683311400,2023,5,5,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145314,4,1683313200,2023,5,5,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145315,4,1683315000,2023,5,5,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145316,4,1683316800,2023,5,5,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145317,4,1683318600,2023,5,5,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145318,4,1683320400,2023,5,5,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145319,4,1683322200,2023,5,5,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145320,4,1683370800,2023,5,6,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145321,4,1683372600,2023,5,6,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145322,4,1683374400,2023,5,6,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145323,4,1683376200,2023,5,6,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145324,4,1683378000,2023,5,6,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145325,4,1683379800,2023,5,6,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145326,4,1683381600,2023,5,6,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145327,4,1683396000,2023,5,6,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145328,4,1683397800,2023,5,6,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145329,4,1683399600,2023,5,6,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145330,4,1683401400,2023,5,6,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145331,4,1683403200,2023,5,6,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145332,4,1683405000,2023,5,6,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145333,4,1683406800,2023,5,6,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145334,4,1683408600,2023,5,6,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145335,4,1683457200,2023,5,7,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145336,4,1683459000,2023,5,7,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145337,4,1683460800,2023,5,7,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145338,4,1683462600,2023,5,7,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145339,4,1683464400,2023,5,7,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145340,4,1683466200,2023,5,7,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145341,4,1683468000,2023,5,7,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145342,4,1683469800,2023,5,7,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145343,4,1683482400,2023,5,7,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145344,4,1683484200,2023,5,7,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145345,4,1683486000,2023,5,7,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145346,4,1683487800,2023,5,7,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145347,4,1683489600,2023,5,7,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145348,4,1683491400,2023,5,7,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145349,4,1683493200,2023,5,7,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145350,4,1683495000,2023,5,7,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145351,4,1683543600,2023,5,8,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145352,4,1683545400,2023,5,8,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145353,4,1683547200,2023,5,8,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145354,4,1683549000,2023,5,8,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145355,4,1683550800,2023,5,8,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145356,4,1683552600,2023,5,8,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145357,4,1683554400,2023,5,8,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145358,4,1683568800,2023,5,8,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145359,4,1683570600,2023,5,8,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145360,4,1683572400,2023,5,8,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145361,4,1683574200,2023,5,8,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145362,4,1683576000,2023,5,8,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145363,4,1683577800,2023,5,8,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145364,4,1683579600,2023,5,8,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145365,4,1683581400,2023,5,8,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145366,4,1683630000,2023,5,9,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145367,4,1683631800,2023,5,9,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145368,4,1683633600,2023,5,9,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145369,4,1683635400,2023,5,9,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145370,4,1683637200,2023,5,9,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145371,4,1683639000,2023,5,9,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145372,4,1683640800,2023,5,9,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145373,4,1683655200,2023,5,9,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145374,4,1683657000,2023,5,9,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145375,4,1683658800,2023,5,9,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145376,4,1683660600,2023,5,9,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145377,4,1683662400,2023,5,9,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145378,4,1683664200,2023,5,9,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145379,4,1683666000,2023,5,9,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145380,4,1683667800,2023,5,9,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145381,4,1683716400,2023,5,10,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145382,4,1683718200,2023,5,10,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145383,4,1683720000,2023,5,10,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145384,4,1683721800,2023,5,10,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145385,4,1683723600,2023,5,10,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145386,4,1683725400,2023,5,10,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145387,4,1683727200,2023,5,10,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145388,4,1683741600,2023,5,10,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145389,4,1683743400,2023,5,10,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145390,4,1683745200,2023,5,10,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145391,4,1683747000,2023,5,10,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145392,4,1683748800,2023,5,10,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145393,4,1683750600,2023,5,10,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145394,4,1683752400,2023,5,10,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145395,4,1683754200,2023,5,10,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145396,4,1683802800,2023,5,11,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145397,4,1683804600,2023,5,11,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145398,4,1683806400,2023,5,11,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145399,4,1683808200,2023,5,11,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145400,4,1683810000,2023,5,11,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145401,4,1683811800,2023,5,11,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145402,4,1683813600,2023,5,11,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145403,4,1683828000,2023,5,11,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145404,4,1683829800,2023,5,11,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145405,4,1683831600,2023,5,11,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145406,4,1683833400,2023,5,11,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145407,4,1683835200,2023,5,11,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145408,4,1683837000,2023,5,11,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145409,4,1683838800,2023,5,11,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145410,4,1683840600,2023,5,11,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145411,4,1683889200,2023,5,12,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145412,4,1683891000,2023,5,12,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145413,4,1683892800,2023,5,12,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145414,4,1683894600,2023,5,12,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145415,4,1683896400,2023,5,12,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145416,4,1683898200,2023,5,12,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145417,4,1683900000,2023,5,12,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145418,4,1683914400,2023,5,12,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145419,4,1683916200,2023,5,12,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145420,4,1683918000,2023,5,12,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145421,4,1683919800,2023,5,12,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145422,4,1683921600,2023,5,12,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145423,4,1683923400,2023,5,12,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145424,4,1683925200,2023,5,12,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145425,4,1683927000,2023,5,12,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145426,4,1683975600,2023,5,13,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145427,4,1683977400,2023,5,13,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145428,4,1683979200,2023,5,13,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145429,4,1683981000,2023,5,13,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145430,4,1683982800,2023,5,13,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145431,4,1683984600,2023,5,13,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145432,4,1683986400,2023,5,13,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145433,4,1684000800,2023,5,13,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145434,4,1684002600,2023,5,13,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145435,4,1684004400,2023,5,13,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145436,4,1684006200,2023,5,13,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145437,4,1684008000,2023,5,13,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145438,4,1684009800,2023,5,13,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145439,4,1684011600,2023,5,13,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145440,4,1684013400,2023,5,13,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145441,4,1684062000,2023,5,14,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145442,4,1684063800,2023,5,14,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145443,4,1684065600,2023,5,14,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145444,4,1684067400,2023,5,14,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145445,4,1684069200,2023,5,14,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145446,4,1684071000,2023,5,14,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145447,4,1684072800,2023,5,14,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145448,4,1684074600,2023,5,14,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145449,4,1684087200,2023,5,14,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145450,4,1684089000,2023,5,14,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145451,4,1684090800,2023,5,14,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145452,4,1684092600,2023,5,14,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145453,4,1684094400,2023,5,14,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145454,4,1684096200,2023,5,14,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145455,4,1684098000,2023,5,14,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145456,4,1684099800,2023,5,14,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145457,4,1684148400,2023,5,15,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145458,4,1684150200,2023,5,15,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145459,4,1684152000,2023,5,15,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145460,4,1684153800,2023,5,15,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145461,4,1684155600,2023,5,15,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145462,4,1684157400,2023,5,15,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145463,4,1684159200,2023,5,15,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145464,4,1684173600,2023,5,15,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145465,4,1684175400,2023,5,15,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145466,4,1684177200,2023,5,15,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145467,4,1684179000,2023,5,15,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145468,4,1684180800,2023,5,15,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145469,4,1684182600,2023,5,15,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145470,4,1684184400,2023,5,15,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145471,4,1684186200,2023,5,15,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145472,4,1684234800,2023,5,16,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145473,4,1684236600,2023,5,16,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145474,4,1684238400,2023,5,16,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145475,4,1684240200,2023,5,16,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145476,4,1684242000,2023,5,16,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145477,4,1684243800,2023,5,16,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145478,4,1684245600,2023,5,16,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145479,4,1684260000,2023,5,16,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145480,4,1684261800,2023,5,16,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145481,4,1684263600,2023,5,16,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145482,4,1684265400,2023,5,16,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145483,4,1684267200,2023,5,16,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145484,4,1684269000,2023,5,16,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145485,4,1684270800,2023,5,16,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145486,4,1684272600,2023,5,16,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145487,4,1684321200,2023,5,17,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145488,4,1684323000,2023,5,17,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145489,4,1684324800,2023,5,17,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145490,4,1684326600,2023,5,17,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145491,4,1684328400,2023,5,17,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145492,4,1684330200,2023,5,17,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145493,4,1684332000,2023,5,17,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145494,4,1684346400,2023,5,17,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145495,4,1684348200,2023,5,17,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145496,4,1684350000,2023,5,17,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145497,4,1684351800,2023,5,17,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145498,4,1684353600,2023,5,17,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145499,4,1684355400,2023,5,17,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145500,4,1684357200,2023,5,17,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145501,4,1684359000,2023,5,17,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145502,5,1662289200,2022,9,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145503,5,1662291000,2022,9,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145504,5,1662292800,2022,9,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145505,5,1662294600,2022,9,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145506,5,1662296400,2022,9,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145507,5,1662298200,2022,9,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145508,5,1662300000,2022,9,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145509,5,1662301800,2022,9,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145510,5,1662314400,2022,9,4,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145511,5,1662316200,2022,9,4,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145512,5,1662318000,2022,9,4,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145513,5,1662319800,2022,9,4,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145514,5,1662321600,2022,9,4,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145515,5,1662323400,2022,9,4,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145516,5,1662325200,2022,9,4,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145517,5,1662327000,2022,9,4,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145518,5,1662375600,2022,9,5,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145519,5,1662377400,2022,9,5,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145520,5,1662379200,2022,9,5,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145521,5,1662381000,2022,9,5,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145522,5,1662382800,2022,9,5,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145523,5,1662384600,2022,9,5,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145524,5,1662386400,2022,9,5,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145525,5,1662400800,2022,9,5,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145526,5,1662402600,2022,9,5,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145527,5,1662404400,2022,9,5,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145528,5,1662406200,2022,9,5,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145529,5,1662408000,2022,9,5,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145530,5,1662409800,2022,9,5,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145531,5,1662411600,2022,9,5,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145532,5,1662413400,2022,9,5,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145533,5,1662462000,2022,9,6,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145534,5,1662463800,2022,9,6,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145535,5,1662465600,2022,9,6,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145536,5,1662467400,2022,9,6,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145537,5,1662469200,2022,9,6,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145538,5,1662471000,2022,9,6,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145539,5,1662472800,2022,9,6,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145540,5,1662487200,2022,9,6,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145541,5,1662489000,2022,9,6,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145542,5,1662490800,2022,9,6,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145543,5,1662492600,2022,9,6,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145544,5,1662494400,2022,9,6,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145545,5,1662496200,2022,9,6,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145546,5,1662498000,2022,9,6,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145547,5,1662499800,2022,9,6,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145548,5,1662548400,2022,9,7,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145549,5,1662550200,2022,9,7,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145550,5,1662552000,2022,9,7,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145551,5,1662553800,2022,9,7,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145552,5,1662555600,2022,9,7,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145553,5,1662557400,2022,9,7,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145554,5,1662559200,2022,9,7,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145555,5,1662573600,2022,9,7,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145556,5,1662575400,2022,9,7,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145557,5,1662577200,2022,9,7,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145558,5,1662579000,2022,9,7,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145559,5,1662580800,2022,9,7,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145560,5,1662582600,2022,9,7,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145561,5,1662584400,2022,9,7,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145562,5,1662586200,2022,9,7,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145563,5,1662634800,2022,9,8,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145564,5,1662636600,2022,9,8,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145565,5,1662638400,2022,9,8,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145566,5,1662640200,2022,9,8,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145567,5,1662642000,2022,9,8,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145568,5,1662643800,2022,9,8,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145569,5,1662645600,2022,9,8,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145570,5,1662660000,2022,9,8,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145571,5,1662661800,2022,9,8,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145572,5,1662663600,2022,9,8,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145573,5,1662665400,2022,9,8,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145574,5,1662667200,2022,9,8,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145575,5,1662669000,2022,9,8,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145576,5,1662670800,2022,9,8,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145577,5,1662672600,2022,9,8,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145578,5,1662721200,2022,9,9,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145579,5,1662723000,2022,9,9,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145580,5,1662724800,2022,9,9,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145581,5,1662726600,2022,9,9,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145582,5,1662728400,2022,9,9,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145583,5,1662730200,2022,9,9,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145584,5,1662732000,2022,9,9,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145585,5,1662746400,2022,9,9,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145586,5,1662748200,2022,9,9,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145587,5,1662750000,2022,9,9,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145588,5,1662751800,2022,9,9,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145589,5,1662753600,2022,9,9,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145590,5,1662755400,2022,9,9,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145591,5,1662757200,2022,9,9,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145592,5,1662759000,2022,9,9,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145593,5,1662807600,2022,9,10,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145594,5,1662809400,2022,9,10,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145595,5,1662811200,2022,9,10,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145596,5,1662813000,2022,9,10,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145597,5,1662814800,2022,9,10,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145598,5,1662816600,2022,9,10,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145599,5,1662818400,2022,9,10,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145600,5,1662832800,2022,9,10,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145601,5,1662834600,2022,9,10,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145602,5,1662836400,2022,9,10,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145603,5,1662838200,2022,9,10,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145604,5,1662840000,2022,9,10,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145605,5,1662841800,2022,9,10,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145606,5,1662843600,2022,9,10,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145607,5,1662845400,2022,9,10,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145608,5,1662894000,2022,9,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145609,5,1662895800,2022,9,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145610,5,1662897600,2022,9,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145611,5,1662899400,2022,9,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145612,5,1662901200,2022,9,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145613,5,1662903000,2022,9,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145614,5,1662904800,2022,9,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145615,5,1662906600,2022,9,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145616,5,1662919200,2022,9,11,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145617,5,1662921000,2022,9,11,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145618,5,1662922800,2022,9,11,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145619,5,1662924600,2022,9,11,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145620,5,1662926400,2022,9,11,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145621,5,1662928200,2022,9,11,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145622,5,1662930000,2022,9,11,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145623,5,1662931800,2022,9,11,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145624,5,1662980400,2022,9,12,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145625,5,1662982200,2022,9,12,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145626,5,1662984000,2022,9,12,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145627,5,1662985800,2022,9,12,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145628,5,1662987600,2022,9,12,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145629,5,1662989400,2022,9,12,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145630,5,1662991200,2022,9,12,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145631,5,1663005600,2022,9,12,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145632,5,1663007400,2022,9,12,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145633,5,1663009200,2022,9,12,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145634,5,1663011000,2022,9,12,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145635,5,1663012800,2022,9,12,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145636,5,1663014600,2022,9,12,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145637,5,1663016400,2022,9,12,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145638,5,1663018200,2022,9,12,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145639,5,1663066800,2022,9,13,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145640,5,1663068600,2022,9,13,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145641,5,1663070400,2022,9,13,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145642,5,1663072200,2022,9,13,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145643,5,1663074000,2022,9,13,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145644,5,1663075800,2022,9,13,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145645,5,1663077600,2022,9,13,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145646,5,1663092000,2022,9,13,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145647,5,1663093800,2022,9,13,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145648,5,1663095600,2022,9,13,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145649,5,1663097400,2022,9,13,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145650,5,1663099200,2022,9,13,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145651,5,1663101000,2022,9,13,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145652,5,1663102800,2022,9,13,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145653,5,1663104600,2022,9,13,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145654,5,1663153200,2022,9,14,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145655,5,1663155000,2022,9,14,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145656,5,1663156800,2022,9,14,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145657,5,1663158600,2022,9,14,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145658,5,1663160400,2022,9,14,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145659,5,1663162200,2022,9,14,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145660,5,1663164000,2022,9,14,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145661,5,1663178400,2022,9,14,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145662,5,1663180200,2022,9,14,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145663,5,1663182000,2022,9,14,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145664,5,1663183800,2022,9,14,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145665,5,1663185600,2022,9,14,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145666,5,1663187400,2022,9,14,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145667,5,1663189200,2022,9,14,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145668,5,1663191000,2022,9,14,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145669,5,1663239600,2022,9,15,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145670,5,1663241400,2022,9,15,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145671,5,1663243200,2022,9,15,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145672,5,1663245000,2022,9,15,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145673,5,1663246800,2022,9,15,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145674,5,1663248600,2022,9,15,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145675,5,1663250400,2022,9,15,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145676,5,1663264800,2022,9,15,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145677,5,1663266600,2022,9,15,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145678,5,1663268400,2022,9,15,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145679,5,1663270200,2022,9,15,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145680,5,1663272000,2022,9,15,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145681,5,1663273800,2022,9,15,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145682,5,1663275600,2022,9,15,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145683,5,1663277400,2022,9,15,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145684,5,1663326000,2022,9,16,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145685,5,1663327800,2022,9,16,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145686,5,1663329600,2022,9,16,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145687,5,1663331400,2022,9,16,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145688,5,1663333200,2022,9,16,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145689,5,1663335000,2022,9,16,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145690,5,1663336800,2022,9,16,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145691,5,1663351200,2022,9,16,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145692,5,1663353000,2022,9,16,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145693,5,1663354800,2022,9,16,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145694,5,1663356600,2022,9,16,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145695,5,1663358400,2022,9,16,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145696,5,1663360200,2022,9,16,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145697,5,1663362000,2022,9,16,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145698,5,1663363800,2022,9,16,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145699,5,1663412400,2022,9,17,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145700,5,1663414200,2022,9,17,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145701,5,1663416000,2022,9,17,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145702,5,1663417800,2022,9,17,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145703,5,1663419600,2022,9,17,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145704,5,1663421400,2022,9,17,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145705,5,1663423200,2022,9,17,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145706,5,1663437600,2022,9,17,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145707,5,1663439400,2022,9,17,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145708,5,1663441200,2022,9,17,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145709,5,1663443000,2022,9,17,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145710,5,1663444800,2022,9,17,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145711,5,1663446600,2022,9,17,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145712,5,1663448400,2022,9,17,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145713,5,1663450200,2022,9,17,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145714,5,1663498800,2022,9,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145715,5,1663500600,2022,9,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145716,5,1663502400,2022,9,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145717,5,1663504200,2022,9,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145718,5,1663506000,2022,9,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145719,5,1663507800,2022,9,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145720,5,1663509600,2022,9,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145721,5,1663511400,2022,9,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145722,5,1663524000,2022,9,18,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145723,5,1663525800,2022,9,18,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145724,5,1663527600,2022,9,18,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145725,5,1663529400,2022,9,18,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145726,5,1663531200,2022,9,18,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145727,5,1663533000,2022,9,18,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145728,5,1663534800,2022,9,18,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145729,5,1663536600,2022,9,18,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145730,5,1663585200,2022,9,19,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145731,5,1663587000,2022,9,19,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145732,5,1663588800,2022,9,19,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145733,5,1663590600,2022,9,19,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145734,5,1663592400,2022,9,19,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145735,5,1663594200,2022,9,19,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145736,5,1663596000,2022,9,19,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145737,5,1663610400,2022,9,19,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145738,5,1663612200,2022,9,19,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145739,5,1663614000,2022,9,19,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145740,5,1663615800,2022,9,19,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145741,5,1663617600,2022,9,19,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145742,5,1663619400,2022,9,19,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145743,5,1663621200,2022,9,19,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145744,5,1663623000,2022,9,19,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145745,5,1663671600,2022,9,20,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145746,5,1663673400,2022,9,20,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145747,5,1663675200,2022,9,20,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145748,5,1663677000,2022,9,20,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145749,5,1663678800,2022,9,20,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145750,5,1663680600,2022,9,20,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145751,5,1663682400,2022,9,20,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145752,5,1663696800,2022,9,20,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145753,5,1663698600,2022,9,20,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145754,5,1663700400,2022,9,20,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145755,5,1663702200,2022,9,20,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145756,5,1663704000,2022,9,20,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145757,5,1663705800,2022,9,20,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145758,5,1663707600,2022,9,20,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145759,5,1663709400,2022,9,20,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145760,5,1663758000,2022,9,21,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145761,5,1663759800,2022,9,21,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145762,5,1663761600,2022,9,21,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145763,5,1663763400,2022,9,21,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145764,5,1663765200,2022,9,21,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145765,5,1663767000,2022,9,21,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145766,5,1663768800,2022,9,21,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145767,5,1663783200,2022,9,21,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145768,5,1663785000,2022,9,21,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145769,5,1663786800,2022,9,21,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145770,5,1663788600,2022,9,21,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145771,5,1663790400,2022,9,21,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145772,5,1663792200,2022,9,21,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145773,5,1663794000,2022,9,21,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145774,5,1663795800,2022,9,21,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145775,5,1663844400,2022,9,22,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145776,5,1663846200,2022,9,22,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145777,5,1663848000,2022,9,22,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145778,5,1663849800,2022,9,22,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145779,5,1663851600,2022,9,22,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145780,5,1663853400,2022,9,22,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145781,5,1663855200,2022,9,22,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145782,5,1663869600,2022,9,22,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145783,5,1663871400,2022,9,22,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145784,5,1663873200,2022,9,22,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145785,5,1663875000,2022,9,22,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145786,5,1663876800,2022,9,22,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145787,5,1663878600,2022,9,22,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145788,5,1663880400,2022,9,22,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145789,5,1663882200,2022,9,22,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145790,5,1663930800,2022,9,23,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145791,5,1663932600,2022,9,23,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145792,5,1663934400,2022,9,23,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145793,5,1663936200,2022,9,23,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145794,5,1663938000,2022,9,23,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145795,5,1663939800,2022,9,23,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145796,5,1663941600,2022,9,23,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145797,5,1663956000,2022,9,23,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145798,5,1663957800,2022,9,23,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145799,5,1663959600,2022,9,23,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145800,5,1663961400,2022,9,23,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145801,5,1663963200,2022,9,23,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145802,5,1663965000,2022,9,23,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145803,5,1663966800,2022,9,23,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145804,5,1663968600,2022,9,23,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145805,5,1664017200,2022,9,24,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145806,5,1664019000,2022,9,24,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145807,5,1664020800,2022,9,24,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145808,5,1664022600,2022,9,24,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145809,5,1664024400,2022,9,24,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145810,5,1664026200,2022,9,24,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145811,5,1664028000,2022,9,24,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145812,5,1664042400,2022,9,24,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145813,5,1664044200,2022,9,24,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145814,5,1664046000,2022,9,24,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145815,5,1664047800,2022,9,24,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145816,5,1664049600,2022,9,24,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145817,5,1664051400,2022,9,24,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145818,5,1664053200,2022,9,24,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145819,5,1664055000,2022,9,24,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145820,5,1664103600,2022,9,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145821,5,1664105400,2022,9,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145822,5,1664107200,2022,9,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145823,5,1664109000,2022,9,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145824,5,1664110800,2022,9,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145825,5,1664112600,2022,9,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145826,5,1664114400,2022,9,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145827,5,1664116200,2022,9,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145828,5,1664128800,2022,9,25,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145829,5,1664130600,2022,9,25,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145830,5,1664132400,2022,9,25,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145831,5,1664134200,2022,9,25,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145832,5,1664136000,2022,9,25,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145833,5,1664137800,2022,9,25,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145834,5,1664139600,2022,9,25,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145835,5,1664141400,2022,9,25,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145836,5,1664190000,2022,9,26,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145837,5,1664191800,2022,9,26,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145838,5,1664193600,2022,9,26,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145839,5,1664195400,2022,9,26,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145840,5,1664197200,2022,9,26,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145841,5,1664199000,2022,9,26,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145842,5,1664200800,2022,9,26,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145843,5,1664215200,2022,9,26,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145844,5,1664217000,2022,9,26,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145845,5,1664218800,2022,9,26,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145846,5,1664220600,2022,9,26,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145847,5,1664222400,2022,9,26,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145848,5,1664224200,2022,9,26,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145849,5,1664226000,2022,9,26,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145850,5,1664227800,2022,9,26,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145851,5,1664276400,2022,9,27,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145852,5,1664278200,2022,9,27,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145853,5,1664280000,2022,9,27,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145854,5,1664281800,2022,9,27,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145855,5,1664283600,2022,9,27,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145856,5,1664285400,2022,9,27,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145857,5,1664287200,2022,9,27,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145858,5,1664301600,2022,9,27,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145859,5,1664303400,2022,9,27,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145860,5,1664305200,2022,9,27,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145861,5,1664307000,2022,9,27,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145862,5,1664308800,2022,9,27,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145863,5,1664310600,2022,9,27,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145864,5,1664312400,2022,9,27,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145865,5,1664314200,2022,9,27,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145866,5,1664362800,2022,9,28,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145867,5,1664364600,2022,9,28,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145868,5,1664366400,2022,9,28,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145869,5,1664368200,2022,9,28,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145870,5,1664370000,2022,9,28,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145871,5,1664371800,2022,9,28,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145872,5,1664373600,2022,9,28,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145873,5,1664388000,2022,9,28,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145874,5,1664389800,2022,9,28,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145875,5,1664391600,2022,9,28,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145876,5,1664393400,2022,9,28,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145877,5,1664395200,2022,9,28,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145878,5,1664397000,2022,9,28,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145879,5,1664398800,2022,9,28,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145880,5,1664400600,2022,9,28,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145881,5,1664449200,2022,9,29,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145882,5,1664451000,2022,9,29,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145883,5,1664452800,2022,9,29,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145884,5,1664454600,2022,9,29,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145885,5,1664456400,2022,9,29,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145886,5,1664458200,2022,9,29,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145887,5,1664460000,2022,9,29,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145888,5,1664474400,2022,9,29,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145889,5,1664476200,2022,9,29,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145890,5,1664478000,2022,9,29,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145891,5,1664479800,2022,9,29,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145892,5,1664481600,2022,9,29,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145893,5,1664483400,2022,9,29,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(145894,5,1664485200,2022,9,29,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(145895,5,1664487000,2022,9,29,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(145896,5,1664535600,2022,9,30,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(145897,5,1664537400,2022,9,30,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(145898,5,1664539200,2022,9,30,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(145899,5,1664541000,2022,9,30,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(145900,5,1664542800,2022,9,30,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(145901,5,1664544600,2022,9,30,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(145902,5,1664546400,2022,9,30,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(145903,5,1664560800,2022,9,30,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(145904,5,1664562600,2022,9,30,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(145905,5,1664564400,2022,9,30,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(145906,5,1664566200,2022,9,30,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(145907,5,1664568000,2022,9,30,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(145908,5,1664569800,2022,9,30,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(145909,5,1664571600,2022,9,30,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(145910,5,1664573400,2022,9,30,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(145911,5,1664622000,2022,10,1,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(145912,5,1664623800,2022,10,1,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(145913,5,1664625600,2022,10,1,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(145914,5,1664627400,2022,10,1,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(145915,5,1664629200,2022,10,1,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(145916,5,1664631000,2022,10,1,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(145917,5,1664632800,2022,10,1,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(145918,5,1664647200,2022,10,1,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(145919,5,1664649000,2022,10,1,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(145920,5,1664650800,2022,10,1,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(145921,5,1664652600,2022,10,1,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(145922,5,1664654400,2022,10,1,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(145923,5,1664656200,2022,10,1,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(145924,5,1664658000,2022,10,1,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(145925,5,1664659800,2022,10,1,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(145926,5,1664708400,2022,10,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(145927,5,1664710200,2022,10,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(145928,5,1664712000,2022,10,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(145929,5,1664713800,2022,10,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(145930,5,1664715600,2022,10,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(145931,5,1664717400,2022,10,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(145932,5,1664719200,2022,10,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(145933,5,1664721000,2022,10,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(145934,5,1664733600,2022,10,2,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(145935,5,1664735400,2022,10,2,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(145936,5,1664737200,2022,10,2,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(145937,5,1664739000,2022,10,2,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(145938,5,1664740800,2022,10,2,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(145939,5,1664742600,2022,10,2,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(145940,5,1664744400,2022,10,2,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(145941,5,1664746200,2022,10,2,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(145942,5,1664794800,2022,10,3,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(145943,5,1664796600,2022,10,3,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(145944,5,1664798400,2022,10,3,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(145945,5,1664800200,2022,10,3,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(145946,5,1664802000,2022,10,3,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(145947,5,1664803800,2022,10,3,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(145948,5,1664805600,2022,10,3,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(145949,5,1664820000,2022,10,3,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(145950,5,1664821800,2022,10,3,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(145951,5,1664823600,2022,10,3,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(145952,5,1664825400,2022,10,3,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(145953,5,1664827200,2022,10,3,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(145954,5,1664829000,2022,10,3,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(145955,5,1664830800,2022,10,3,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(145956,5,1664832600,2022,10,3,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(145957,5,1664881200,2022,10,4,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(145958,5,1664883000,2022,10,4,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(145959,5,1664884800,2022,10,4,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(145960,5,1664886600,2022,10,4,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(145961,5,1664888400,2022,10,4,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(145962,5,1664890200,2022,10,4,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(145963,5,1664892000,2022,10,4,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(145964,5,1664906400,2022,10,4,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(145965,5,1664908200,2022,10,4,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(145966,5,1664910000,2022,10,4,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(145967,5,1664911800,2022,10,4,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(145968,5,1664913600,2022,10,4,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(145969,5,1664915400,2022,10,4,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(145970,5,1664917200,2022,10,4,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(145971,5,1664919000,2022,10,4,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(145972,5,1664967600,2022,10,5,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(145973,5,1664969400,2022,10,5,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(145974,5,1664971200,2022,10,5,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(145975,5,1664973000,2022,10,5,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(145976,5,1664974800,2022,10,5,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(145977,5,1664976600,2022,10,5,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(145978,5,1664978400,2022,10,5,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(145979,5,1664992800,2022,10,5,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(145980,5,1664994600,2022,10,5,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(145981,5,1664996400,2022,10,5,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(145982,5,1664998200,2022,10,5,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(145983,5,1665000000,2022,10,5,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(145984,5,1665001800,2022,10,5,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(145985,5,1665003600,2022,10,5,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(145986,5,1665005400,2022,10,5,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(145987,5,1665054000,2022,10,6,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(145988,5,1665055800,2022,10,6,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(145989,5,1665057600,2022,10,6,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(145990,5,1665059400,2022,10,6,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(145991,5,1665061200,2022,10,6,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(145992,5,1665063000,2022,10,6,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(145993,5,1665064800,2022,10,6,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(145994,5,1665079200,2022,10,6,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(145995,5,1665081000,2022,10,6,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(145996,5,1665082800,2022,10,6,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(145997,5,1665084600,2022,10,6,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(145998,5,1665086400,2022,10,6,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(145999,5,1665088200,2022,10,6,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146000,5,1665090000,2022,10,6,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146001,5,1665091800,2022,10,6,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146002,5,1665140400,2022,10,7,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146003,5,1665142200,2022,10,7,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146004,5,1665144000,2022,10,7,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146005,5,1665145800,2022,10,7,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146006,5,1665147600,2022,10,7,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146007,5,1665149400,2022,10,7,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146008,5,1665151200,2022,10,7,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146009,5,1665165600,2022,10,7,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146010,5,1665167400,2022,10,7,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146011,5,1665169200,2022,10,7,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146012,5,1665171000,2022,10,7,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146013,5,1665172800,2022,10,7,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146014,5,1665174600,2022,10,7,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146015,5,1665176400,2022,10,7,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146016,5,1665178200,2022,10,7,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146017,5,1665226800,2022,10,8,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146018,5,1665228600,2022,10,8,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146019,5,1665230400,2022,10,8,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146020,5,1665232200,2022,10,8,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146021,5,1665234000,2022,10,8,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146022,5,1665235800,2022,10,8,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146023,5,1665237600,2022,10,8,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146024,5,1665252000,2022,10,8,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146025,5,1665253800,2022,10,8,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146026,5,1665255600,2022,10,8,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146027,5,1665257400,2022,10,8,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146028,5,1665259200,2022,10,8,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146029,5,1665261000,2022,10,8,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146030,5,1665262800,2022,10,8,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146031,5,1665264600,2022,10,8,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146032,5,1665313200,2022,10,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146033,5,1665315000,2022,10,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146034,5,1665316800,2022,10,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146035,5,1665318600,2022,10,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146036,5,1665320400,2022,10,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146037,5,1665322200,2022,10,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146038,5,1665324000,2022,10,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146039,5,1665325800,2022,10,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146040,5,1665338400,2022,10,9,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146041,5,1665340200,2022,10,9,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146042,5,1665342000,2022,10,9,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146043,5,1665343800,2022,10,9,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146044,5,1665345600,2022,10,9,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146045,5,1665347400,2022,10,9,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146046,5,1665349200,2022,10,9,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146047,5,1665351000,2022,10,9,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146048,5,1665399600,2022,10,10,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146049,5,1665401400,2022,10,10,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146050,5,1665403200,2022,10,10,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146051,5,1665405000,2022,10,10,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146052,5,1665406800,2022,10,10,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146053,5,1665408600,2022,10,10,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146054,5,1665410400,2022,10,10,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146055,5,1665424800,2022,10,10,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146056,5,1665426600,2022,10,10,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146057,5,1665428400,2022,10,10,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146058,5,1665430200,2022,10,10,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146059,5,1665432000,2022,10,10,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146060,5,1665433800,2022,10,10,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146061,5,1665435600,2022,10,10,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146062,5,1665437400,2022,10,10,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146063,5,1665486000,2022,10,11,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146064,5,1665487800,2022,10,11,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146065,5,1665489600,2022,10,11,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146066,5,1665491400,2022,10,11,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146067,5,1665493200,2022,10,11,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146068,5,1665495000,2022,10,11,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146069,5,1665496800,2022,10,11,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146070,5,1665511200,2022,10,11,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146071,5,1665513000,2022,10,11,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146072,5,1665514800,2022,10,11,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146073,5,1665516600,2022,10,11,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146074,5,1665518400,2022,10,11,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146075,5,1665520200,2022,10,11,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146076,5,1665522000,2022,10,11,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146077,5,1665523800,2022,10,11,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146078,5,1665572400,2022,10,12,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146079,5,1665574200,2022,10,12,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146080,5,1665576000,2022,10,12,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146081,5,1665577800,2022,10,12,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146082,5,1665579600,2022,10,12,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146083,5,1665581400,2022,10,12,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146084,5,1665583200,2022,10,12,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146085,5,1665597600,2022,10,12,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146086,5,1665599400,2022,10,12,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146087,5,1665601200,2022,10,12,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146088,5,1665603000,2022,10,12,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146089,5,1665604800,2022,10,12,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146090,5,1665606600,2022,10,12,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146091,5,1665608400,2022,10,12,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146092,5,1665610200,2022,10,12,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146093,5,1665658800,2022,10,13,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146094,5,1665660600,2022,10,13,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146095,5,1665662400,2022,10,13,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146096,5,1665664200,2022,10,13,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146097,5,1665666000,2022,10,13,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146098,5,1665667800,2022,10,13,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146099,5,1665669600,2022,10,13,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146100,5,1665684000,2022,10,13,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146101,5,1665685800,2022,10,13,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146102,5,1665687600,2022,10,13,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146103,5,1665689400,2022,10,13,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146104,5,1665691200,2022,10,13,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146105,5,1665693000,2022,10,13,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146106,5,1665694800,2022,10,13,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146107,5,1665696600,2022,10,13,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146108,5,1665745200,2022,10,14,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146109,5,1665747000,2022,10,14,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146110,5,1665748800,2022,10,14,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146111,5,1665750600,2022,10,14,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146112,5,1665752400,2022,10,14,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146113,5,1665754200,2022,10,14,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146114,5,1665756000,2022,10,14,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146115,5,1665770400,2022,10,14,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146116,5,1665772200,2022,10,14,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146117,5,1665774000,2022,10,14,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146118,5,1665775800,2022,10,14,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146119,5,1665777600,2022,10,14,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146120,5,1665779400,2022,10,14,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146121,5,1665781200,2022,10,14,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146122,5,1665783000,2022,10,14,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146123,5,1665831600,2022,10,15,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146124,5,1665833400,2022,10,15,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146125,5,1665835200,2022,10,15,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146126,5,1665837000,2022,10,15,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146127,5,1665838800,2022,10,15,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146128,5,1665840600,2022,10,15,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146129,5,1665842400,2022,10,15,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146130,5,1665856800,2022,10,15,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146131,5,1665858600,2022,10,15,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146132,5,1665860400,2022,10,15,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146133,5,1665862200,2022,10,15,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146134,5,1665864000,2022,10,15,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146135,5,1665865800,2022,10,15,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146136,5,1665867600,2022,10,15,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146137,5,1665869400,2022,10,15,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146138,5,1665918000,2022,10,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146139,5,1665919800,2022,10,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146140,5,1665921600,2022,10,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146141,5,1665923400,2022,10,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146142,5,1665925200,2022,10,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146143,5,1665927000,2022,10,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146144,5,1665928800,2022,10,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146145,5,1665930600,2022,10,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146146,5,1665943200,2022,10,16,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146147,5,1665945000,2022,10,16,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146148,5,1665946800,2022,10,16,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146149,5,1665948600,2022,10,16,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146150,5,1665950400,2022,10,16,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146151,5,1665952200,2022,10,16,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146152,5,1665954000,2022,10,16,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146153,5,1665955800,2022,10,16,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146154,5,1666004400,2022,10,17,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146155,5,1666006200,2022,10,17,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146156,5,1666008000,2022,10,17,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146157,5,1666009800,2022,10,17,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146158,5,1666011600,2022,10,17,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146159,5,1666013400,2022,10,17,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146160,5,1666015200,2022,10,17,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146161,5,1666029600,2022,10,17,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146162,5,1666031400,2022,10,17,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146163,5,1666033200,2022,10,17,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146164,5,1666035000,2022,10,17,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146165,5,1666036800,2022,10,17,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146166,5,1666038600,2022,10,17,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146167,5,1666040400,2022,10,17,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146168,5,1666042200,2022,10,17,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146169,5,1666090800,2022,10,18,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146170,5,1666092600,2022,10,18,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146171,5,1666094400,2022,10,18,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146172,5,1666096200,2022,10,18,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146173,5,1666098000,2022,10,18,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146174,5,1666099800,2022,10,18,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146175,5,1666101600,2022,10,18,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146176,5,1666116000,2022,10,18,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146177,5,1666117800,2022,10,18,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146178,5,1666119600,2022,10,18,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146179,5,1666121400,2022,10,18,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146180,5,1666123200,2022,10,18,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146181,5,1666125000,2022,10,18,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146182,5,1666126800,2022,10,18,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146183,5,1666128600,2022,10,18,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146184,5,1666177200,2022,10,19,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146185,5,1666179000,2022,10,19,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146186,5,1666180800,2022,10,19,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146187,5,1666182600,2022,10,19,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146188,5,1666184400,2022,10,19,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146189,5,1666186200,2022,10,19,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146190,5,1666188000,2022,10,19,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146191,5,1666202400,2022,10,19,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146192,5,1666204200,2022,10,19,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146193,5,1666206000,2022,10,19,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146194,5,1666207800,2022,10,19,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146195,5,1666209600,2022,10,19,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146196,5,1666211400,2022,10,19,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146197,5,1666213200,2022,10,19,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146198,5,1666215000,2022,10,19,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146199,5,1666263600,2022,10,20,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146200,5,1666265400,2022,10,20,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146201,5,1666267200,2022,10,20,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146202,5,1666269000,2022,10,20,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146203,5,1666270800,2022,10,20,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146204,5,1666272600,2022,10,20,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146205,5,1666274400,2022,10,20,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146206,5,1666288800,2022,10,20,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146207,5,1666290600,2022,10,20,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146208,5,1666292400,2022,10,20,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146209,5,1666294200,2022,10,20,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146210,5,1666296000,2022,10,20,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146211,5,1666297800,2022,10,20,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146212,5,1666299600,2022,10,20,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146213,5,1666301400,2022,10,20,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146214,5,1666350000,2022,10,21,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146215,5,1666351800,2022,10,21,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146216,5,1666353600,2022,10,21,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146217,5,1666355400,2022,10,21,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146218,5,1666357200,2022,10,21,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146219,5,1666359000,2022,10,21,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146220,5,1666360800,2022,10,21,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146221,5,1666375200,2022,10,21,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146222,5,1666377000,2022,10,21,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146223,5,1666378800,2022,10,21,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146224,5,1666380600,2022,10,21,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146225,5,1666382400,2022,10,21,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146226,5,1666384200,2022,10,21,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146227,5,1666386000,2022,10,21,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146228,5,1666387800,2022,10,21,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146229,5,1666436400,2022,10,22,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146230,5,1666438200,2022,10,22,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146231,5,1666440000,2022,10,22,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146232,5,1666441800,2022,10,22,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146233,5,1666443600,2022,10,22,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146234,5,1666445400,2022,10,22,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146235,5,1666447200,2022,10,22,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146236,5,1666461600,2022,10,22,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146237,5,1666463400,2022,10,22,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146238,5,1666465200,2022,10,22,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146239,5,1666467000,2022,10,22,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146240,5,1666468800,2022,10,22,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146241,5,1666470600,2022,10,22,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146242,5,1666472400,2022,10,22,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146243,5,1666474200,2022,10,22,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146244,5,1666522800,2022,10,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146245,5,1666524600,2022,10,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146246,5,1666526400,2022,10,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146247,5,1666528200,2022,10,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146248,5,1666530000,2022,10,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146249,5,1666531800,2022,10,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146250,5,1666533600,2022,10,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146251,5,1666535400,2022,10,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146252,5,1666548000,2022,10,23,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146253,5,1666549800,2022,10,23,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146254,5,1666551600,2022,10,23,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146255,5,1666553400,2022,10,23,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146256,5,1666555200,2022,10,23,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146257,5,1666557000,2022,10,23,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146258,5,1666558800,2022,10,23,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146259,5,1666560600,2022,10,23,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146260,5,1666609200,2022,10,24,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146261,5,1666611000,2022,10,24,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146262,5,1666612800,2022,10,24,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146263,5,1666614600,2022,10,24,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146264,5,1666616400,2022,10,24,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146265,5,1666618200,2022,10,24,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146266,5,1666620000,2022,10,24,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146267,5,1666634400,2022,10,24,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146268,5,1666636200,2022,10,24,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146269,5,1666638000,2022,10,24,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146270,5,1666639800,2022,10,24,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146271,5,1666641600,2022,10,24,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146272,5,1666643400,2022,10,24,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146273,5,1666645200,2022,10,24,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146274,5,1666647000,2022,10,24,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146275,5,1666695600,2022,10,25,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146276,5,1666697400,2022,10,25,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146277,5,1666699200,2022,10,25,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146278,5,1666701000,2022,10,25,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146279,5,1666702800,2022,10,25,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146280,5,1666704600,2022,10,25,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146281,5,1666706400,2022,10,25,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146282,5,1666720800,2022,10,25,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146283,5,1666722600,2022,10,25,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146284,5,1666724400,2022,10,25,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146285,5,1666726200,2022,10,25,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146286,5,1666728000,2022,10,25,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146287,5,1666729800,2022,10,25,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146288,5,1666731600,2022,10,25,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146289,5,1666733400,2022,10,25,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146290,5,1666782000,2022,10,26,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146291,5,1666783800,2022,10,26,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146292,5,1666785600,2022,10,26,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146293,5,1666787400,2022,10,26,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146294,5,1666789200,2022,10,26,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146295,5,1666791000,2022,10,26,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146296,5,1666792800,2022,10,26,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146297,5,1666807200,2022,10,26,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146298,5,1666809000,2022,10,26,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146299,5,1666810800,2022,10,26,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146300,5,1666812600,2022,10,26,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146301,5,1666814400,2022,10,26,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146302,5,1666816200,2022,10,26,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146303,5,1666818000,2022,10,26,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146304,5,1666819800,2022,10,26,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146305,5,1666868400,2022,10,27,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146306,5,1666870200,2022,10,27,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146307,5,1666872000,2022,10,27,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146308,5,1666873800,2022,10,27,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146309,5,1666875600,2022,10,27,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146310,5,1666877400,2022,10,27,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146311,5,1666879200,2022,10,27,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146312,5,1666893600,2022,10,27,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146313,5,1666895400,2022,10,27,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146314,5,1666897200,2022,10,27,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146315,5,1666899000,2022,10,27,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146316,5,1666900800,2022,10,27,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146317,5,1666902600,2022,10,27,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146318,5,1666904400,2022,10,27,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146319,5,1666906200,2022,10,27,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146320,5,1666954800,2022,10,28,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146321,5,1666956600,2022,10,28,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146322,5,1666958400,2022,10,28,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146323,5,1666960200,2022,10,28,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146324,5,1666962000,2022,10,28,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146325,5,1666963800,2022,10,28,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146326,5,1666965600,2022,10,28,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146327,5,1666980000,2022,10,28,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146328,5,1666981800,2022,10,28,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146329,5,1666983600,2022,10,28,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146330,5,1666985400,2022,10,28,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146331,5,1666987200,2022,10,28,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146332,5,1666989000,2022,10,28,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146333,5,1666990800,2022,10,28,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146334,5,1666992600,2022,10,28,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146335,5,1667041200,2022,10,29,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146336,5,1667043000,2022,10,29,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146337,5,1667044800,2022,10,29,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146338,5,1667046600,2022,10,29,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146339,5,1667048400,2022,10,29,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146340,5,1667050200,2022,10,29,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146341,5,1667052000,2022,10,29,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146342,5,1667066400,2022,10,29,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146343,5,1667068200,2022,10,29,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146344,5,1667070000,2022,10,29,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146345,5,1667071800,2022,10,29,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146346,5,1667073600,2022,10,29,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146347,5,1667075400,2022,10,29,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146348,5,1667077200,2022,10,29,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146349,5,1667079000,2022,10,29,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146350,5,1667131200,2022,10,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146351,5,1667133000,2022,10,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146352,5,1667134800,2022,10,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146353,5,1667136600,2022,10,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146354,5,1667138400,2022,10,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146355,5,1667140200,2022,10,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146356,5,1667142000,2022,10,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146357,5,1667143800,2022,10,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146358,5,1667156400,2022,10,30,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146359,5,1667158200,2022,10,30,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146360,5,1667160000,2022,10,30,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146361,5,1667161800,2022,10,30,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146362,5,1667163600,2022,10,30,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146363,5,1667165400,2022,10,30,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146364,5,1667167200,2022,10,30,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146365,5,1667169000,2022,10,30,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146366,5,1667217600,2022,10,31,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146367,5,1667219400,2022,10,31,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146368,5,1667221200,2022,10,31,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146369,5,1667223000,2022,10,31,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146370,5,1667224800,2022,10,31,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146371,5,1667226600,2022,10,31,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146372,5,1667228400,2022,10,31,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146373,5,1667242800,2022,10,31,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146374,5,1667244600,2022,10,31,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146375,5,1667246400,2022,10,31,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146376,5,1667248200,2022,10,31,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146377,5,1667250000,2022,10,31,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146378,5,1667251800,2022,10,31,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146379,5,1667253600,2022,10,31,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146380,5,1667255400,2022,10,31,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146381,5,1667304000,2022,11,1,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146382,5,1667305800,2022,11,1,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146383,5,1667307600,2022,11,1,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146384,5,1667309400,2022,11,1,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146385,5,1667311200,2022,11,1,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146386,5,1667313000,2022,11,1,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146387,5,1667314800,2022,11,1,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146388,5,1667329200,2022,11,1,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146389,5,1667331000,2022,11,1,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146390,5,1667332800,2022,11,1,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146391,5,1667334600,2022,11,1,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146392,5,1667336400,2022,11,1,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146393,5,1667338200,2022,11,1,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146394,5,1667340000,2022,11,1,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146395,5,1667341800,2022,11,1,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146396,5,1667390400,2022,11,2,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146397,5,1667392200,2022,11,2,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146398,5,1667394000,2022,11,2,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146399,5,1667395800,2022,11,2,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146400,5,1667397600,2022,11,2,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146401,5,1667399400,2022,11,2,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146402,5,1667401200,2022,11,2,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146403,5,1667415600,2022,11,2,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146404,5,1667417400,2022,11,2,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146405,5,1667419200,2022,11,2,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146406,5,1667421000,2022,11,2,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146407,5,1667422800,2022,11,2,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146408,5,1667424600,2022,11,2,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146409,5,1667426400,2022,11,2,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146410,5,1667428200,2022,11,2,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146411,5,1667476800,2022,11,3,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146412,5,1667478600,2022,11,3,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146413,5,1667480400,2022,11,3,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146414,5,1667482200,2022,11,3,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146415,5,1667484000,2022,11,3,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146416,5,1667485800,2022,11,3,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146417,5,1667487600,2022,11,3,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146418,5,1667502000,2022,11,3,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146419,5,1667503800,2022,11,3,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146420,5,1667505600,2022,11,3,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146421,5,1667507400,2022,11,3,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146422,5,1667509200,2022,11,3,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146423,5,1667511000,2022,11,3,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146424,5,1667512800,2022,11,3,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146425,5,1667514600,2022,11,3,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146426,5,1667563200,2022,11,4,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146427,5,1667565000,2022,11,4,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146428,5,1667566800,2022,11,4,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146429,5,1667568600,2022,11,4,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146430,5,1667570400,2022,11,4,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146431,5,1667572200,2022,11,4,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146432,5,1667574000,2022,11,4,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146433,5,1667588400,2022,11,4,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146434,5,1667590200,2022,11,4,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146435,5,1667592000,2022,11,4,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146436,5,1667593800,2022,11,4,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146437,5,1667595600,2022,11,4,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146438,5,1667597400,2022,11,4,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146439,5,1667599200,2022,11,4,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146440,5,1667601000,2022,11,4,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146441,5,1667649600,2022,11,5,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146442,5,1667651400,2022,11,5,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146443,5,1667653200,2022,11,5,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146444,5,1667655000,2022,11,5,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146445,5,1667656800,2022,11,5,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146446,5,1667658600,2022,11,5,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146447,5,1667660400,2022,11,5,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146448,5,1667674800,2022,11,5,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146449,5,1667676600,2022,11,5,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146450,5,1667678400,2022,11,5,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146451,5,1667680200,2022,11,5,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146452,5,1667682000,2022,11,5,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146453,5,1667683800,2022,11,5,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146454,5,1667685600,2022,11,5,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146455,5,1667687400,2022,11,5,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146456,5,1667736000,2022,11,6,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146457,5,1667737800,2022,11,6,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146458,5,1667739600,2022,11,6,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146459,5,1667741400,2022,11,6,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146460,5,1667743200,2022,11,6,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146461,5,1667745000,2022,11,6,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146462,5,1667746800,2022,11,6,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146463,5,1667748600,2022,11,6,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146464,5,1667761200,2022,11,6,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146465,5,1667763000,2022,11,6,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146466,5,1667764800,2022,11,6,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146467,5,1667766600,2022,11,6,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146468,5,1667768400,2022,11,6,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146469,5,1667770200,2022,11,6,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146470,5,1667772000,2022,11,6,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146471,5,1667773800,2022,11,6,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146472,5,1667822400,2022,11,7,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146473,5,1667824200,2022,11,7,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146474,5,1667826000,2022,11,7,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146475,5,1667827800,2022,11,7,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146476,5,1667829600,2022,11,7,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146477,5,1667831400,2022,11,7,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146478,5,1667833200,2022,11,7,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146479,5,1667847600,2022,11,7,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146480,5,1667849400,2022,11,7,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146481,5,1667851200,2022,11,7,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146482,5,1667853000,2022,11,7,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146483,5,1667854800,2022,11,7,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146484,5,1667856600,2022,11,7,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146485,5,1667858400,2022,11,7,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146486,5,1667860200,2022,11,7,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146487,5,1667908800,2022,11,8,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146488,5,1667910600,2022,11,8,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146489,5,1667912400,2022,11,8,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146490,5,1667914200,2022,11,8,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146491,5,1667916000,2022,11,8,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146492,5,1667917800,2022,11,8,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146493,5,1667919600,2022,11,8,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146494,5,1667934000,2022,11,8,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146495,5,1667935800,2022,11,8,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146496,5,1667937600,2022,11,8,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146497,5,1667939400,2022,11,8,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146498,5,1667941200,2022,11,8,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146499,5,1667943000,2022,11,8,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146500,5,1667944800,2022,11,8,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146501,5,1667946600,2022,11,8,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146502,5,1667995200,2022,11,9,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146503,5,1667997000,2022,11,9,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146504,5,1667998800,2022,11,9,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146505,5,1668000600,2022,11,9,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146506,5,1668002400,2022,11,9,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146507,5,1668004200,2022,11,9,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146508,5,1668006000,2022,11,9,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146509,5,1668020400,2022,11,9,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146510,5,1668022200,2022,11,9,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146511,5,1668024000,2022,11,9,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146512,5,1668025800,2022,11,9,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146513,5,1668027600,2022,11,9,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146514,5,1668029400,2022,11,9,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146515,5,1668031200,2022,11,9,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146516,5,1668033000,2022,11,9,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146517,5,1668081600,2022,11,10,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146518,5,1668083400,2022,11,10,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146519,5,1668085200,2022,11,10,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146520,5,1668087000,2022,11,10,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146521,5,1668088800,2022,11,10,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146522,5,1668090600,2022,11,10,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146523,5,1668092400,2022,11,10,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146524,5,1668106800,2022,11,10,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146525,5,1668108600,2022,11,10,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146526,5,1668110400,2022,11,10,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146527,5,1668112200,2022,11,10,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146528,5,1668114000,2022,11,10,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146529,5,1668115800,2022,11,10,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146530,5,1668117600,2022,11,10,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146531,5,1668119400,2022,11,10,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146532,5,1668168000,2022,11,11,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146533,5,1668169800,2022,11,11,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146534,5,1668171600,2022,11,11,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146535,5,1668173400,2022,11,11,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146536,5,1668175200,2022,11,11,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146537,5,1668177000,2022,11,11,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146538,5,1668178800,2022,11,11,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146539,5,1668193200,2022,11,11,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146540,5,1668195000,2022,11,11,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146541,5,1668196800,2022,11,11,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146542,5,1668198600,2022,11,11,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146543,5,1668200400,2022,11,11,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146544,5,1668202200,2022,11,11,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146545,5,1668204000,2022,11,11,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146546,5,1668205800,2022,11,11,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146547,5,1668254400,2022,11,12,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146548,5,1668256200,2022,11,12,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146549,5,1668258000,2022,11,12,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146550,5,1668259800,2022,11,12,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146551,5,1668261600,2022,11,12,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146552,5,1668263400,2022,11,12,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146553,5,1668265200,2022,11,12,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146554,5,1668279600,2022,11,12,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146555,5,1668281400,2022,11,12,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146556,5,1668283200,2022,11,12,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146557,5,1668285000,2022,11,12,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146558,5,1668286800,2022,11,12,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146559,5,1668288600,2022,11,12,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146560,5,1668290400,2022,11,12,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146561,5,1668292200,2022,11,12,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146562,5,1668340800,2022,11,13,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146563,5,1668342600,2022,11,13,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146564,5,1668344400,2022,11,13,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146565,5,1668346200,2022,11,13,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146566,5,1668348000,2022,11,13,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146567,5,1668349800,2022,11,13,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146568,5,1668351600,2022,11,13,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146569,5,1668353400,2022,11,13,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146570,5,1668366000,2022,11,13,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146571,5,1668367800,2022,11,13,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146572,5,1668369600,2022,11,13,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146573,5,1668371400,2022,11,13,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146574,5,1668373200,2022,11,13,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146575,5,1668375000,2022,11,13,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146576,5,1668376800,2022,11,13,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146577,5,1668378600,2022,11,13,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146578,5,1668427200,2022,11,14,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146579,5,1668429000,2022,11,14,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146580,5,1668430800,2022,11,14,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146581,5,1668432600,2022,11,14,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146582,5,1668434400,2022,11,14,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146583,5,1668436200,2022,11,14,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146584,5,1668438000,2022,11,14,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146585,5,1668452400,2022,11,14,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146586,5,1668454200,2022,11,14,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146587,5,1668456000,2022,11,14,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146588,5,1668457800,2022,11,14,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146589,5,1668459600,2022,11,14,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146590,5,1668461400,2022,11,14,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146591,5,1668463200,2022,11,14,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146592,5,1668465000,2022,11,14,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146593,5,1668513600,2022,11,15,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146594,5,1668515400,2022,11,15,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146595,5,1668517200,2022,11,15,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146596,5,1668519000,2022,11,15,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146597,5,1668520800,2022,11,15,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146598,5,1668522600,2022,11,15,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146599,5,1668524400,2022,11,15,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146600,5,1668538800,2022,11,15,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146601,5,1668540600,2022,11,15,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146602,5,1668542400,2022,11,15,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146603,5,1668544200,2022,11,15,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146604,5,1668546000,2022,11,15,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146605,5,1668547800,2022,11,15,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146606,5,1668549600,2022,11,15,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146607,5,1668551400,2022,11,15,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146608,5,1668600000,2022,11,16,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146609,5,1668601800,2022,11,16,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146610,5,1668603600,2022,11,16,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146611,5,1668605400,2022,11,16,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146612,5,1668607200,2022,11,16,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146613,5,1668609000,2022,11,16,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146614,5,1668610800,2022,11,16,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146615,5,1668625200,2022,11,16,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146616,5,1668627000,2022,11,16,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146617,5,1668628800,2022,11,16,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146618,5,1668630600,2022,11,16,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146619,5,1668632400,2022,11,16,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146620,5,1668634200,2022,11,16,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146621,5,1668636000,2022,11,16,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146622,5,1668637800,2022,11,16,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146623,5,1668686400,2022,11,17,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146624,5,1668688200,2022,11,17,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146625,5,1668690000,2022,11,17,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146626,5,1668691800,2022,11,17,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146627,5,1668693600,2022,11,17,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146628,5,1668695400,2022,11,17,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146629,5,1668697200,2022,11,17,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146630,5,1668711600,2022,11,17,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146631,5,1668713400,2022,11,17,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146632,5,1668715200,2022,11,17,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146633,5,1668717000,2022,11,17,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146634,5,1668718800,2022,11,17,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146635,5,1668720600,2022,11,17,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146636,5,1668722400,2022,11,17,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146637,5,1668724200,2022,11,17,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146638,5,1668772800,2022,11,18,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146639,5,1668774600,2022,11,18,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146640,5,1668776400,2022,11,18,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146641,5,1668778200,2022,11,18,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146642,5,1668780000,2022,11,18,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146643,5,1668781800,2022,11,18,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146644,5,1668783600,2022,11,18,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146645,5,1668798000,2022,11,18,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146646,5,1668799800,2022,11,18,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146647,5,1668801600,2022,11,18,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146648,5,1668803400,2022,11,18,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146649,5,1668805200,2022,11,18,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146650,5,1668807000,2022,11,18,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146651,5,1668808800,2022,11,18,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146652,5,1668810600,2022,11,18,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146653,5,1668859200,2022,11,19,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146654,5,1668861000,2022,11,19,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146655,5,1668862800,2022,11,19,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146656,5,1668864600,2022,11,19,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146657,5,1668866400,2022,11,19,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146658,5,1668868200,2022,11,19,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146659,5,1668870000,2022,11,19,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146660,5,1668884400,2022,11,19,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146661,5,1668886200,2022,11,19,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146662,5,1668888000,2022,11,19,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146663,5,1668889800,2022,11,19,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146664,5,1668891600,2022,11,19,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146665,5,1668893400,2022,11,19,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146666,5,1668895200,2022,11,19,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146667,5,1668897000,2022,11,19,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146668,5,1668945600,2022,11,20,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146669,5,1668947400,2022,11,20,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146670,5,1668949200,2022,11,20,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146671,5,1668951000,2022,11,20,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146672,5,1668952800,2022,11,20,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146673,5,1668954600,2022,11,20,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146674,5,1668956400,2022,11,20,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146675,5,1668958200,2022,11,20,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146676,5,1668970800,2022,11,20,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146677,5,1668972600,2022,11,20,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146678,5,1668974400,2022,11,20,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146679,5,1668976200,2022,11,20,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146680,5,1668978000,2022,11,20,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146681,5,1668979800,2022,11,20,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146682,5,1668981600,2022,11,20,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146683,5,1668983400,2022,11,20,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146684,5,1669032000,2022,11,21,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146685,5,1669033800,2022,11,21,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146686,5,1669035600,2022,11,21,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146687,5,1669037400,2022,11,21,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146688,5,1669039200,2022,11,21,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146689,5,1669041000,2022,11,21,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146690,5,1669042800,2022,11,21,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146691,5,1669057200,2022,11,21,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146692,5,1669059000,2022,11,21,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146693,5,1669060800,2022,11,21,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146694,5,1669062600,2022,11,21,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146695,5,1669064400,2022,11,21,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146696,5,1669066200,2022,11,21,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146697,5,1669068000,2022,11,21,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146698,5,1669069800,2022,11,21,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146699,5,1669118400,2022,11,22,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146700,5,1669120200,2022,11,22,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146701,5,1669122000,2022,11,22,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146702,5,1669123800,2022,11,22,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146703,5,1669125600,2022,11,22,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146704,5,1669127400,2022,11,22,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146705,5,1669129200,2022,11,22,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146706,5,1669143600,2022,11,22,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146707,5,1669145400,2022,11,22,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146708,5,1669147200,2022,11,22,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146709,5,1669149000,2022,11,22,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146710,5,1669150800,2022,11,22,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146711,5,1669152600,2022,11,22,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146712,5,1669154400,2022,11,22,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146713,5,1669156200,2022,11,22,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146714,5,1669204800,2022,11,23,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146715,5,1669206600,2022,11,23,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146716,5,1669208400,2022,11,23,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146717,5,1669210200,2022,11,23,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146718,5,1669212000,2022,11,23,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146719,5,1669213800,2022,11,23,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146720,5,1669215600,2022,11,23,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146721,5,1669230000,2022,11,23,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146722,5,1669231800,2022,11,23,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146723,5,1669233600,2022,11,23,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146724,5,1669235400,2022,11,23,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146725,5,1669237200,2022,11,23,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146726,5,1669239000,2022,11,23,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146727,5,1669240800,2022,11,23,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146728,5,1669242600,2022,11,23,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146729,5,1669291200,2022,11,24,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146730,5,1669293000,2022,11,24,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146731,5,1669294800,2022,11,24,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146732,5,1669296600,2022,11,24,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146733,5,1669298400,2022,11,24,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146734,5,1669300200,2022,11,24,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146735,5,1669302000,2022,11,24,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146736,5,1669316400,2022,11,24,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146737,5,1669318200,2022,11,24,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146738,5,1669320000,2022,11,24,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146739,5,1669321800,2022,11,24,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146740,5,1669323600,2022,11,24,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146741,5,1669325400,2022,11,24,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146742,5,1669327200,2022,11,24,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146743,5,1669329000,2022,11,24,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146744,5,1669377600,2022,11,25,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146745,5,1669379400,2022,11,25,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146746,5,1669381200,2022,11,25,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146747,5,1669383000,2022,11,25,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146748,5,1669384800,2022,11,25,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146749,5,1669386600,2022,11,25,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146750,5,1669388400,2022,11,25,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146751,5,1669402800,2022,11,25,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146752,5,1669404600,2022,11,25,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146753,5,1669406400,2022,11,25,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146754,5,1669408200,2022,11,25,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146755,5,1669410000,2022,11,25,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146756,5,1669411800,2022,11,25,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146757,5,1669413600,2022,11,25,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146758,5,1669415400,2022,11,25,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146759,5,1669464000,2022,11,26,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146760,5,1669465800,2022,11,26,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146761,5,1669467600,2022,11,26,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146762,5,1669469400,2022,11,26,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146763,5,1669471200,2022,11,26,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146764,5,1669473000,2022,11,26,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146765,5,1669474800,2022,11,26,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146766,5,1669489200,2022,11,26,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146767,5,1669491000,2022,11,26,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146768,5,1669492800,2022,11,26,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146769,5,1669494600,2022,11,26,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146770,5,1669496400,2022,11,26,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146771,5,1669498200,2022,11,26,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146772,5,1669500000,2022,11,26,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146773,5,1669501800,2022,11,26,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146774,5,1669550400,2022,11,27,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146775,5,1669552200,2022,11,27,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146776,5,1669554000,2022,11,27,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146777,5,1669555800,2022,11,27,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146778,5,1669557600,2022,11,27,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146779,5,1669559400,2022,11,27,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146780,5,1669561200,2022,11,27,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146781,5,1669563000,2022,11,27,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146782,5,1669575600,2022,11,27,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146783,5,1669577400,2022,11,27,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146784,5,1669579200,2022,11,27,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146785,5,1669581000,2022,11,27,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146786,5,1669582800,2022,11,27,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146787,5,1669584600,2022,11,27,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146788,5,1669586400,2022,11,27,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146789,5,1669588200,2022,11,27,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146790,5,1669636800,2022,11,28,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146791,5,1669638600,2022,11,28,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146792,5,1669640400,2022,11,28,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146793,5,1669642200,2022,11,28,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146794,5,1669644000,2022,11,28,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146795,5,1669645800,2022,11,28,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146796,5,1669647600,2022,11,28,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146797,5,1669662000,2022,11,28,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146798,5,1669663800,2022,11,28,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146799,5,1669665600,2022,11,28,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146800,5,1669667400,2022,11,28,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146801,5,1669669200,2022,11,28,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146802,5,1669671000,2022,11,28,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146803,5,1669672800,2022,11,28,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146804,5,1669674600,2022,11,28,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146805,5,1669723200,2022,11,29,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146806,5,1669725000,2022,11,29,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146807,5,1669726800,2022,11,29,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146808,5,1669728600,2022,11,29,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146809,5,1669730400,2022,11,29,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146810,5,1669732200,2022,11,29,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146811,5,1669734000,2022,11,29,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146812,5,1669748400,2022,11,29,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146813,5,1669750200,2022,11,29,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146814,5,1669752000,2022,11,29,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146815,5,1669753800,2022,11,29,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146816,5,1669755600,2022,11,29,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146817,5,1669757400,2022,11,29,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146818,5,1669759200,2022,11,29,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146819,5,1669761000,2022,11,29,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146820,5,1669809600,2022,11,30,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146821,5,1669811400,2022,11,30,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146822,5,1669813200,2022,11,30,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146823,5,1669815000,2022,11,30,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146824,5,1669816800,2022,11,30,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146825,5,1669818600,2022,11,30,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146826,5,1669820400,2022,11,30,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146827,5,1669834800,2022,11,30,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146828,5,1669836600,2022,11,30,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146829,5,1669838400,2022,11,30,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146830,5,1669840200,2022,11,30,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146831,5,1669842000,2022,11,30,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146832,5,1669843800,2022,11,30,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146833,5,1669845600,2022,11,30,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146834,5,1669847400,2022,11,30,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146835,5,1669896000,2022,12,1,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146836,5,1669897800,2022,12,1,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146837,5,1669899600,2022,12,1,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146838,5,1669901400,2022,12,1,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146839,5,1669903200,2022,12,1,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146840,5,1669905000,2022,12,1,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146841,5,1669906800,2022,12,1,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146842,5,1669921200,2022,12,1,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146843,5,1669923000,2022,12,1,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146844,5,1669924800,2022,12,1,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146845,5,1669926600,2022,12,1,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146846,5,1669928400,2022,12,1,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146847,5,1669930200,2022,12,1,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146848,5,1669932000,2022,12,1,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146849,5,1669933800,2022,12,1,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146850,5,1669982400,2022,12,2,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146851,5,1669984200,2022,12,2,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146852,5,1669986000,2022,12,2,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146853,5,1669987800,2022,12,2,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146854,5,1669989600,2022,12,2,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146855,5,1669991400,2022,12,2,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146856,5,1669993200,2022,12,2,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146857,5,1670007600,2022,12,2,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146858,5,1670009400,2022,12,2,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146859,5,1670011200,2022,12,2,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146860,5,1670013000,2022,12,2,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146861,5,1670014800,2022,12,2,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146862,5,1670016600,2022,12,2,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146863,5,1670018400,2022,12,2,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146864,5,1670020200,2022,12,2,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146865,5,1670068800,2022,12,3,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146866,5,1670070600,2022,12,3,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146867,5,1670072400,2022,12,3,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146868,5,1670074200,2022,12,3,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146869,5,1670076000,2022,12,3,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146870,5,1670077800,2022,12,3,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146871,5,1670079600,2022,12,3,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146872,5,1670094000,2022,12,3,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146873,5,1670095800,2022,12,3,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146874,5,1670097600,2022,12,3,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146875,5,1670099400,2022,12,3,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146876,5,1670101200,2022,12,3,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146877,5,1670103000,2022,12,3,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146878,5,1670104800,2022,12,3,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146879,5,1670106600,2022,12,3,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146880,5,1670155200,2022,12,4,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146881,5,1670157000,2022,12,4,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146882,5,1670158800,2022,12,4,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146883,5,1670160600,2022,12,4,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146884,5,1670162400,2022,12,4,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146885,5,1670164200,2022,12,4,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146886,5,1670166000,2022,12,4,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146887,5,1670167800,2022,12,4,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146888,5,1670180400,2022,12,4,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146889,5,1670182200,2022,12,4,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146890,5,1670184000,2022,12,4,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146891,5,1670185800,2022,12,4,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146892,5,1670187600,2022,12,4,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146893,5,1670189400,2022,12,4,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(146894,5,1670191200,2022,12,4,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(146895,5,1670193000,2022,12,4,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(146896,5,1670241600,2022,12,5,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(146897,5,1670243400,2022,12,5,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(146898,5,1670245200,2022,12,5,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(146899,5,1670247000,2022,12,5,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(146900,5,1670248800,2022,12,5,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(146901,5,1670250600,2022,12,5,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(146902,5,1670252400,2022,12,5,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(146903,5,1670266800,2022,12,5,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(146904,5,1670268600,2022,12,5,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(146905,5,1670270400,2022,12,5,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(146906,5,1670272200,2022,12,5,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(146907,5,1670274000,2022,12,5,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(146908,5,1670275800,2022,12,5,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(146909,5,1670277600,2022,12,5,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(146910,5,1670279400,2022,12,5,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(146911,5,1670328000,2022,12,6,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(146912,5,1670329800,2022,12,6,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(146913,5,1670331600,2022,12,6,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(146914,5,1670333400,2022,12,6,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(146915,5,1670335200,2022,12,6,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(146916,5,1670337000,2022,12,6,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(146917,5,1670338800,2022,12,6,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(146918,5,1670353200,2022,12,6,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(146919,5,1670355000,2022,12,6,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(146920,5,1670356800,2022,12,6,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(146921,5,1670358600,2022,12,6,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(146922,5,1670360400,2022,12,6,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(146923,5,1670362200,2022,12,6,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(146924,5,1670364000,2022,12,6,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(146925,5,1670365800,2022,12,6,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(146926,5,1670414400,2022,12,7,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(146927,5,1670416200,2022,12,7,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(146928,5,1670418000,2022,12,7,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(146929,5,1670419800,2022,12,7,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(146930,5,1670421600,2022,12,7,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(146931,5,1670423400,2022,12,7,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(146932,5,1670425200,2022,12,7,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(146933,5,1670439600,2022,12,7,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(146934,5,1670441400,2022,12,7,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(146935,5,1670443200,2022,12,7,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(146936,5,1670445000,2022,12,7,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(146937,5,1670446800,2022,12,7,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(146938,5,1670448600,2022,12,7,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(146939,5,1670450400,2022,12,7,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(146940,5,1670452200,2022,12,7,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(146941,5,1670500800,2022,12,8,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(146942,5,1670502600,2022,12,8,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(146943,5,1670504400,2022,12,8,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(146944,5,1670506200,2022,12,8,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(146945,5,1670508000,2022,12,8,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(146946,5,1670509800,2022,12,8,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(146947,5,1670511600,2022,12,8,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(146948,5,1670526000,2022,12,8,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(146949,5,1670527800,2022,12,8,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(146950,5,1670529600,2022,12,8,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(146951,5,1670531400,2022,12,8,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(146952,5,1670533200,2022,12,8,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(146953,5,1670535000,2022,12,8,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(146954,5,1670536800,2022,12,8,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(146955,5,1670538600,2022,12,8,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(146956,5,1670587200,2022,12,9,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(146957,5,1670589000,2022,12,9,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(146958,5,1670590800,2022,12,9,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(146959,5,1670592600,2022,12,9,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(146960,5,1670594400,2022,12,9,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(146961,5,1670596200,2022,12,9,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(146962,5,1670598000,2022,12,9,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(146963,5,1670612400,2022,12,9,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(146964,5,1670614200,2022,12,9,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(146965,5,1670616000,2022,12,9,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(146966,5,1670617800,2022,12,9,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(146967,5,1670619600,2022,12,9,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(146968,5,1670621400,2022,12,9,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(146969,5,1670623200,2022,12,9,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(146970,5,1670625000,2022,12,9,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(146971,5,1670673600,2022,12,10,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(146972,5,1670675400,2022,12,10,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(146973,5,1670677200,2022,12,10,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(146974,5,1670679000,2022,12,10,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(146975,5,1670680800,2022,12,10,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(146976,5,1670682600,2022,12,10,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(146977,5,1670684400,2022,12,10,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(146978,5,1670698800,2022,12,10,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(146979,5,1670700600,2022,12,10,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(146980,5,1670702400,2022,12,10,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(146981,5,1670704200,2022,12,10,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(146982,5,1670706000,2022,12,10,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(146983,5,1670707800,2022,12,10,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(146984,5,1670709600,2022,12,10,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(146985,5,1670711400,2022,12,10,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(146986,5,1670760000,2022,12,11,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(146987,5,1670761800,2022,12,11,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(146988,5,1670763600,2022,12,11,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(146989,5,1670765400,2022,12,11,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(146990,5,1670767200,2022,12,11,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(146991,5,1670769000,2022,12,11,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(146992,5,1670770800,2022,12,11,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(146993,5,1670772600,2022,12,11,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(146994,5,1670785200,2022,12,11,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(146995,5,1670787000,2022,12,11,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(146996,5,1670788800,2022,12,11,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(146997,5,1670790600,2022,12,11,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(146998,5,1670792400,2022,12,11,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(146999,5,1670794200,2022,12,11,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147000,5,1670796000,2022,12,11,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147001,5,1670797800,2022,12,11,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147002,5,1670846400,2022,12,12,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147003,5,1670848200,2022,12,12,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147004,5,1670850000,2022,12,12,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147005,5,1670851800,2022,12,12,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147006,5,1670853600,2022,12,12,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147007,5,1670855400,2022,12,12,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147008,5,1670857200,2022,12,12,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147009,5,1670871600,2022,12,12,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147010,5,1670873400,2022,12,12,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147011,5,1670875200,2022,12,12,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147012,5,1670877000,2022,12,12,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147013,5,1670878800,2022,12,12,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147014,5,1670880600,2022,12,12,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147015,5,1670882400,2022,12,12,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147016,5,1670884200,2022,12,12,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147017,5,1670932800,2022,12,13,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147018,5,1670934600,2022,12,13,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147019,5,1670936400,2022,12,13,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147020,5,1670938200,2022,12,13,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147021,5,1670940000,2022,12,13,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147022,5,1670941800,2022,12,13,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147023,5,1670943600,2022,12,13,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147024,5,1670958000,2022,12,13,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147025,5,1670959800,2022,12,13,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147026,5,1670961600,2022,12,13,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147027,5,1670963400,2022,12,13,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147028,5,1670965200,2022,12,13,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147029,5,1670967000,2022,12,13,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147030,5,1670968800,2022,12,13,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147031,5,1670970600,2022,12,13,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147032,5,1671019200,2022,12,14,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147033,5,1671021000,2022,12,14,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147034,5,1671022800,2022,12,14,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147035,5,1671024600,2022,12,14,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147036,5,1671026400,2022,12,14,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147037,5,1671028200,2022,12,14,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147038,5,1671030000,2022,12,14,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147039,5,1671044400,2022,12,14,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147040,5,1671046200,2022,12,14,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147041,5,1671048000,2022,12,14,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147042,5,1671049800,2022,12,14,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147043,5,1671051600,2022,12,14,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147044,5,1671053400,2022,12,14,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147045,5,1671055200,2022,12,14,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147046,5,1671057000,2022,12,14,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147047,5,1671105600,2022,12,15,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147048,5,1671107400,2022,12,15,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147049,5,1671109200,2022,12,15,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147050,5,1671111000,2022,12,15,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147051,5,1671112800,2022,12,15,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147052,5,1671114600,2022,12,15,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147053,5,1671116400,2022,12,15,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147054,5,1671130800,2022,12,15,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147055,5,1671132600,2022,12,15,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147056,5,1671134400,2022,12,15,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147057,5,1671136200,2022,12,15,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147058,5,1671138000,2022,12,15,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147059,5,1671139800,2022,12,15,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147060,5,1671141600,2022,12,15,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147061,5,1671143400,2022,12,15,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147062,5,1671192000,2022,12,16,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147063,5,1671193800,2022,12,16,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147064,5,1671195600,2022,12,16,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147065,5,1671197400,2022,12,16,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147066,5,1671199200,2022,12,16,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147067,5,1671201000,2022,12,16,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147068,5,1671202800,2022,12,16,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147069,5,1671217200,2022,12,16,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147070,5,1671219000,2022,12,16,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147071,5,1671220800,2022,12,16,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147072,5,1671222600,2022,12,16,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147073,5,1671224400,2022,12,16,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147074,5,1671226200,2022,12,16,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147075,5,1671228000,2022,12,16,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147076,5,1671229800,2022,12,16,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147077,5,1671278400,2022,12,17,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147078,5,1671280200,2022,12,17,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147079,5,1671282000,2022,12,17,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147080,5,1671283800,2022,12,17,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147081,5,1671285600,2022,12,17,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147082,5,1671287400,2022,12,17,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147083,5,1671289200,2022,12,17,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147084,5,1671303600,2022,12,17,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147085,5,1671305400,2022,12,17,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147086,5,1671307200,2022,12,17,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147087,5,1671309000,2022,12,17,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147088,5,1671310800,2022,12,17,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147089,5,1671312600,2022,12,17,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147090,5,1671314400,2022,12,17,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147091,5,1671316200,2022,12,17,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147092,5,1671364800,2022,12,18,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147093,5,1671366600,2022,12,18,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147094,5,1671368400,2022,12,18,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147095,5,1671370200,2022,12,18,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147096,5,1671372000,2022,12,18,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147097,5,1671373800,2022,12,18,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147098,5,1671375600,2022,12,18,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147099,5,1671377400,2022,12,18,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147100,5,1671390000,2022,12,18,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147101,5,1671391800,2022,12,18,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147102,5,1671393600,2022,12,18,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147103,5,1671395400,2022,12,18,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147104,5,1671397200,2022,12,18,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147105,5,1671399000,2022,12,18,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147106,5,1671400800,2022,12,18,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147107,5,1671402600,2022,12,18,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147108,5,1671451200,2022,12,19,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147109,5,1671453000,2022,12,19,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147110,5,1671454800,2022,12,19,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147111,5,1671456600,2022,12,19,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147112,5,1671458400,2022,12,19,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147113,5,1671460200,2022,12,19,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147114,5,1671462000,2022,12,19,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147115,5,1671476400,2022,12,19,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147116,5,1671478200,2022,12,19,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147117,5,1671480000,2022,12,19,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147118,5,1671481800,2022,12,19,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147119,5,1671483600,2022,12,19,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147120,5,1671485400,2022,12,19,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147121,5,1671487200,2022,12,19,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147122,5,1671489000,2022,12,19,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147123,5,1671537600,2022,12,20,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147124,5,1671539400,2022,12,20,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147125,5,1671541200,2022,12,20,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147126,5,1671543000,2022,12,20,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147127,5,1671544800,2022,12,20,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147128,5,1671546600,2022,12,20,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147129,5,1671548400,2022,12,20,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147130,5,1671562800,2022,12,20,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147131,5,1671564600,2022,12,20,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147132,5,1671566400,2022,12,20,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147133,5,1671568200,2022,12,20,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147134,5,1671570000,2022,12,20,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147135,5,1671571800,2022,12,20,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147136,5,1671573600,2022,12,20,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147137,5,1671575400,2022,12,20,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147138,5,1671624000,2022,12,21,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147139,5,1671625800,2022,12,21,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147140,5,1671627600,2022,12,21,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147141,5,1671629400,2022,12,21,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147142,5,1671631200,2022,12,21,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147143,5,1671633000,2022,12,21,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147144,5,1671634800,2022,12,21,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147145,5,1671649200,2022,12,21,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147146,5,1671651000,2022,12,21,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147147,5,1671652800,2022,12,21,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147148,5,1671654600,2022,12,21,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147149,5,1671656400,2022,12,21,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147150,5,1671658200,2022,12,21,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147151,5,1671660000,2022,12,21,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147152,5,1671661800,2022,12,21,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147153,5,1671710400,2022,12,22,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147154,5,1671712200,2022,12,22,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147155,5,1671714000,2022,12,22,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147156,5,1671715800,2022,12,22,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147157,5,1671717600,2022,12,22,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147158,5,1671719400,2022,12,22,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147159,5,1671721200,2022,12,22,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147160,5,1671735600,2022,12,22,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147161,5,1671737400,2022,12,22,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147162,5,1671739200,2022,12,22,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147163,5,1671741000,2022,12,22,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147164,5,1671742800,2022,12,22,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147165,5,1671744600,2022,12,22,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147166,5,1671746400,2022,12,22,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147167,5,1671748200,2022,12,22,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147168,5,1671796800,2022,12,23,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147169,5,1671798600,2022,12,23,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147170,5,1671800400,2022,12,23,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147171,5,1671802200,2022,12,23,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147172,5,1671804000,2022,12,23,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147173,5,1671805800,2022,12,23,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147174,5,1671807600,2022,12,23,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147175,5,1671822000,2022,12,23,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147176,5,1671823800,2022,12,23,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147177,5,1671825600,2022,12,23,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147178,5,1671827400,2022,12,23,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147179,5,1671829200,2022,12,23,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147180,5,1671831000,2022,12,23,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147181,5,1671832800,2022,12,23,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147182,5,1671834600,2022,12,23,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147183,5,1671883200,2022,12,24,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147184,5,1671885000,2022,12,24,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147185,5,1671886800,2022,12,24,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147186,5,1671888600,2022,12,24,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147187,5,1671890400,2022,12,24,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147188,5,1671892200,2022,12,24,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147189,5,1671894000,2022,12,24,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147190,5,1671908400,2022,12,24,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147191,5,1671910200,2022,12,24,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147192,5,1671912000,2022,12,24,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147193,5,1671913800,2022,12,24,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147194,5,1671915600,2022,12,24,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147195,5,1671917400,2022,12,24,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147196,5,1671919200,2022,12,24,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147197,5,1671921000,2022,12,24,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147198,5,1671969600,2022,12,25,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147199,5,1671971400,2022,12,25,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147200,5,1671973200,2022,12,25,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147201,5,1671975000,2022,12,25,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147202,5,1671976800,2022,12,25,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147203,5,1671978600,2022,12,25,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147204,5,1671980400,2022,12,25,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147205,5,1671982200,2022,12,25,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147206,5,1671994800,2022,12,25,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147207,5,1671996600,2022,12,25,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147208,5,1671998400,2022,12,25,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147209,5,1672000200,2022,12,25,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147210,5,1672002000,2022,12,25,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147211,5,1672003800,2022,12,25,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147212,5,1672005600,2022,12,25,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147213,5,1672007400,2022,12,25,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147214,5,1672056000,2022,12,26,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147215,5,1672057800,2022,12,26,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147216,5,1672059600,2022,12,26,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147217,5,1672061400,2022,12,26,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147218,5,1672063200,2022,12,26,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147219,5,1672065000,2022,12,26,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147220,5,1672066800,2022,12,26,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147221,5,1672081200,2022,12,26,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147222,5,1672083000,2022,12,26,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147223,5,1672084800,2022,12,26,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147224,5,1672086600,2022,12,26,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147225,5,1672088400,2022,12,26,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147226,5,1672090200,2022,12,26,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147227,5,1672092000,2022,12,26,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147228,5,1672093800,2022,12,26,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147229,5,1672142400,2022,12,27,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147230,5,1672144200,2022,12,27,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147231,5,1672146000,2022,12,27,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147232,5,1672147800,2022,12,27,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147233,5,1672149600,2022,12,27,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147234,5,1672151400,2022,12,27,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147235,5,1672153200,2022,12,27,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147236,5,1672167600,2022,12,27,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147237,5,1672169400,2022,12,27,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147238,5,1672171200,2022,12,27,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147239,5,1672173000,2022,12,27,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147240,5,1672174800,2022,12,27,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147241,5,1672176600,2022,12,27,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147242,5,1672178400,2022,12,27,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147243,5,1672180200,2022,12,27,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147244,5,1672228800,2022,12,28,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147245,5,1672230600,2022,12,28,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147246,5,1672232400,2022,12,28,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147247,5,1672234200,2022,12,28,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147248,5,1672236000,2022,12,28,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147249,5,1672237800,2022,12,28,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147250,5,1672239600,2022,12,28,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147251,5,1672254000,2022,12,28,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147252,5,1672255800,2022,12,28,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147253,5,1672257600,2022,12,28,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147254,5,1672259400,2022,12,28,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147255,5,1672261200,2022,12,28,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147256,5,1672263000,2022,12,28,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147257,5,1672264800,2022,12,28,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147258,5,1672266600,2022,12,28,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147259,5,1672315200,2022,12,29,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147260,5,1672317000,2022,12,29,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147261,5,1672318800,2022,12,29,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147262,5,1672320600,2022,12,29,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147263,5,1672322400,2022,12,29,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147264,5,1672324200,2022,12,29,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147265,5,1672326000,2022,12,29,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147266,5,1672340400,2022,12,29,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147267,5,1672342200,2022,12,29,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147268,5,1672344000,2022,12,29,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147269,5,1672345800,2022,12,29,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147270,5,1672347600,2022,12,29,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147271,5,1672349400,2022,12,29,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147272,5,1672351200,2022,12,29,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147273,5,1672353000,2022,12,29,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147274,5,1672401600,2022,12,30,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147275,5,1672403400,2022,12,30,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147276,5,1672405200,2022,12,30,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147277,5,1672407000,2022,12,30,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147278,5,1672408800,2022,12,30,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147279,5,1672410600,2022,12,30,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147280,5,1672412400,2022,12,30,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147281,5,1672426800,2022,12,30,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147282,5,1672428600,2022,12,30,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147283,5,1672430400,2022,12,30,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147284,5,1672432200,2022,12,30,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147285,5,1672434000,2022,12,30,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147286,5,1672435800,2022,12,30,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147287,5,1672437600,2022,12,30,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147288,5,1672439400,2022,12,30,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147289,5,1672488000,2022,12,31,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147290,5,1672489800,2022,12,31,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147291,5,1672491600,2022,12,31,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147292,5,1672493400,2022,12,31,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147293,5,1672495200,2022,12,31,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147294,5,1672497000,2022,12,31,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147295,5,1672498800,2022,12,31,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147296,5,1672513200,2022,12,31,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147297,5,1672515000,2022,12,31,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147298,5,1672516800,2022,12,31,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147299,5,1672518600,2022,12,31,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147300,5,1672520400,2022,12,31,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147301,5,1672522200,2022,12,31,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147302,5,1672524000,2022,12,31,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147303,5,1672525800,2022,12,31,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147304,5,1672574400,2023,1,1,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147305,5,1672576200,2023,1,1,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147306,5,1672578000,2023,1,1,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147307,5,1672579800,2023,1,1,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147308,5,1672581600,2023,1,1,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147309,5,1672583400,2023,1,1,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147310,5,1672585200,2023,1,1,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147311,5,1672587000,2023,1,1,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147312,5,1672599600,2023,1,1,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147313,5,1672601400,2023,1,1,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147314,5,1672603200,2023,1,1,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147315,5,1672605000,2023,1,1,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147316,5,1672606800,2023,1,1,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147317,5,1672608600,2023,1,1,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147318,5,1672610400,2023,1,1,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147319,5,1672612200,2023,1,1,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147320,5,1672660800,2023,1,2,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147321,5,1672662600,2023,1,2,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147322,5,1672664400,2023,1,2,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147323,5,1672666200,2023,1,2,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147324,5,1672668000,2023,1,2,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147325,5,1672669800,2023,1,2,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147326,5,1672671600,2023,1,2,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147327,5,1672686000,2023,1,2,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147328,5,1672687800,2023,1,2,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147329,5,1672689600,2023,1,2,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147330,5,1672691400,2023,1,2,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147331,5,1672693200,2023,1,2,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147332,5,1672695000,2023,1,2,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147333,5,1672696800,2023,1,2,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147334,5,1672698600,2023,1,2,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147335,5,1672747200,2023,1,3,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147336,5,1672749000,2023,1,3,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147337,5,1672750800,2023,1,3,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147338,5,1672752600,2023,1,3,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147339,5,1672754400,2023,1,3,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147340,5,1672756200,2023,1,3,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147341,5,1672758000,2023,1,3,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147342,5,1672772400,2023,1,3,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147343,5,1672774200,2023,1,3,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147344,5,1672776000,2023,1,3,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147345,5,1672777800,2023,1,3,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147346,5,1672779600,2023,1,3,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147347,5,1672781400,2023,1,3,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147348,5,1672783200,2023,1,3,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147349,5,1672785000,2023,1,3,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147350,5,1672833600,2023,1,4,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147351,5,1672835400,2023,1,4,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147352,5,1672837200,2023,1,4,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147353,5,1672839000,2023,1,4,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147354,5,1672840800,2023,1,4,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147355,5,1672842600,2023,1,4,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147356,5,1672844400,2023,1,4,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147357,5,1672858800,2023,1,4,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147358,5,1672860600,2023,1,4,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147359,5,1672862400,2023,1,4,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147360,5,1672864200,2023,1,4,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147361,5,1672866000,2023,1,4,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147362,5,1672867800,2023,1,4,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147363,5,1672869600,2023,1,4,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147364,5,1672871400,2023,1,4,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147365,5,1672920000,2023,1,5,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147366,5,1672921800,2023,1,5,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147367,5,1672923600,2023,1,5,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147368,5,1672925400,2023,1,5,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147369,5,1672927200,2023,1,5,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147370,5,1672929000,2023,1,5,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147371,5,1672930800,2023,1,5,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147372,5,1672945200,2023,1,5,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147373,5,1672947000,2023,1,5,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147374,5,1672948800,2023,1,5,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147375,5,1672950600,2023,1,5,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147376,5,1672952400,2023,1,5,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147377,5,1672954200,2023,1,5,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147378,5,1672956000,2023,1,5,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147379,5,1672957800,2023,1,5,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147380,5,1673006400,2023,1,6,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147381,5,1673008200,2023,1,6,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147382,5,1673010000,2023,1,6,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147383,5,1673011800,2023,1,6,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147384,5,1673013600,2023,1,6,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147385,5,1673015400,2023,1,6,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147386,5,1673017200,2023,1,6,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147387,5,1673031600,2023,1,6,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147388,5,1673033400,2023,1,6,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147389,5,1673035200,2023,1,6,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147390,5,1673037000,2023,1,6,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147391,5,1673038800,2023,1,6,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147392,5,1673040600,2023,1,6,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147393,5,1673042400,2023,1,6,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147394,5,1673044200,2023,1,6,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147395,5,1673092800,2023,1,7,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147396,5,1673094600,2023,1,7,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147397,5,1673096400,2023,1,7,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147398,5,1673098200,2023,1,7,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147399,5,1673100000,2023,1,7,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147400,5,1673101800,2023,1,7,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147401,5,1673103600,2023,1,7,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147402,5,1673118000,2023,1,7,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147403,5,1673119800,2023,1,7,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147404,5,1673121600,2023,1,7,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147405,5,1673123400,2023,1,7,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147406,5,1673125200,2023,1,7,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147407,5,1673127000,2023,1,7,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147408,5,1673128800,2023,1,7,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147409,5,1673130600,2023,1,7,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147410,5,1673179200,2023,1,8,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147411,5,1673181000,2023,1,8,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147412,5,1673182800,2023,1,8,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147413,5,1673184600,2023,1,8,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147414,5,1673186400,2023,1,8,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147415,5,1673188200,2023,1,8,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147416,5,1673190000,2023,1,8,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147417,5,1673191800,2023,1,8,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147418,5,1673204400,2023,1,8,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147419,5,1673206200,2023,1,8,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147420,5,1673208000,2023,1,8,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147421,5,1673209800,2023,1,8,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147422,5,1673211600,2023,1,8,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147423,5,1673213400,2023,1,8,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147424,5,1673215200,2023,1,8,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147425,5,1673217000,2023,1,8,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147426,5,1673265600,2023,1,9,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147427,5,1673267400,2023,1,9,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147428,5,1673269200,2023,1,9,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147429,5,1673271000,2023,1,9,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147430,5,1673272800,2023,1,9,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147431,5,1673274600,2023,1,9,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147432,5,1673276400,2023,1,9,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147433,5,1673290800,2023,1,9,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147434,5,1673292600,2023,1,9,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147435,5,1673294400,2023,1,9,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147436,5,1673296200,2023,1,9,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147437,5,1673298000,2023,1,9,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147438,5,1673299800,2023,1,9,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147439,5,1673301600,2023,1,9,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147440,5,1673303400,2023,1,9,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147441,5,1673352000,2023,1,10,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147442,5,1673353800,2023,1,10,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147443,5,1673355600,2023,1,10,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147444,5,1673357400,2023,1,10,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147445,5,1673359200,2023,1,10,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147446,5,1673361000,2023,1,10,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147447,5,1673362800,2023,1,10,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147448,5,1673377200,2023,1,10,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147449,5,1673379000,2023,1,10,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147450,5,1673380800,2023,1,10,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147451,5,1673382600,2023,1,10,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147452,5,1673384400,2023,1,10,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147453,5,1673386200,2023,1,10,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147454,5,1673388000,2023,1,10,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147455,5,1673389800,2023,1,10,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147456,5,1673438400,2023,1,11,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147457,5,1673440200,2023,1,11,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147458,5,1673442000,2023,1,11,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147459,5,1673443800,2023,1,11,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147460,5,1673445600,2023,1,11,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147461,5,1673447400,2023,1,11,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147462,5,1673449200,2023,1,11,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147463,5,1673463600,2023,1,11,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147464,5,1673465400,2023,1,11,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147465,5,1673467200,2023,1,11,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147466,5,1673469000,2023,1,11,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147467,5,1673470800,2023,1,11,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147468,5,1673472600,2023,1,11,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147469,5,1673474400,2023,1,11,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147470,5,1673476200,2023,1,11,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147471,5,1673524800,2023,1,12,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147472,5,1673526600,2023,1,12,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147473,5,1673528400,2023,1,12,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147474,5,1673530200,2023,1,12,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147475,5,1673532000,2023,1,12,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147476,5,1673533800,2023,1,12,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147477,5,1673535600,2023,1,12,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147478,5,1673550000,2023,1,12,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147479,5,1673551800,2023,1,12,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147480,5,1673553600,2023,1,12,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147481,5,1673555400,2023,1,12,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147482,5,1673557200,2023,1,12,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147483,5,1673559000,2023,1,12,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147484,5,1673560800,2023,1,12,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147485,5,1673562600,2023,1,12,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147486,5,1673611200,2023,1,13,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147487,5,1673613000,2023,1,13,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147488,5,1673614800,2023,1,13,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147489,5,1673616600,2023,1,13,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147490,5,1673618400,2023,1,13,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147491,5,1673620200,2023,1,13,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147492,5,1673622000,2023,1,13,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147493,5,1673636400,2023,1,13,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147494,5,1673638200,2023,1,13,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147495,5,1673640000,2023,1,13,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147496,5,1673641800,2023,1,13,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147497,5,1673643600,2023,1,13,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147498,5,1673645400,2023,1,13,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147499,5,1673647200,2023,1,13,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147500,5,1673649000,2023,1,13,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147501,5,1673697600,2023,1,14,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147502,5,1673699400,2023,1,14,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147503,5,1673701200,2023,1,14,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147504,5,1673703000,2023,1,14,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147505,5,1673704800,2023,1,14,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147506,5,1673706600,2023,1,14,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147507,5,1673708400,2023,1,14,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147508,5,1673722800,2023,1,14,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147509,5,1673724600,2023,1,14,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147510,5,1673726400,2023,1,14,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147511,5,1673728200,2023,1,14,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147512,5,1673730000,2023,1,14,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147513,5,1673731800,2023,1,14,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147514,5,1673733600,2023,1,14,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147515,5,1673735400,2023,1,14,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147516,5,1673784000,2023,1,15,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147517,5,1673785800,2023,1,15,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147518,5,1673787600,2023,1,15,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147519,5,1673789400,2023,1,15,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147520,5,1673791200,2023,1,15,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147521,5,1673793000,2023,1,15,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147522,5,1673794800,2023,1,15,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147523,5,1673796600,2023,1,15,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147524,5,1673809200,2023,1,15,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147525,5,1673811000,2023,1,15,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147526,5,1673812800,2023,1,15,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147527,5,1673814600,2023,1,15,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147528,5,1673816400,2023,1,15,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147529,5,1673818200,2023,1,15,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147530,5,1673820000,2023,1,15,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147531,5,1673821800,2023,1,15,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147532,5,1673870400,2023,1,16,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147533,5,1673872200,2023,1,16,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147534,5,1673874000,2023,1,16,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147535,5,1673875800,2023,1,16,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147536,5,1673877600,2023,1,16,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147537,5,1673879400,2023,1,16,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147538,5,1673881200,2023,1,16,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147539,5,1673895600,2023,1,16,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147540,5,1673897400,2023,1,16,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147541,5,1673899200,2023,1,16,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147542,5,1673901000,2023,1,16,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147543,5,1673902800,2023,1,16,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147544,5,1673904600,2023,1,16,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147545,5,1673906400,2023,1,16,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147546,5,1673908200,2023,1,16,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147547,5,1673956800,2023,1,17,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147548,5,1673958600,2023,1,17,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147549,5,1673960400,2023,1,17,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147550,5,1673962200,2023,1,17,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147551,5,1673964000,2023,1,17,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147552,5,1673965800,2023,1,17,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147553,5,1673967600,2023,1,17,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147554,5,1673982000,2023,1,17,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147555,5,1673983800,2023,1,17,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147556,5,1673985600,2023,1,17,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147557,5,1673987400,2023,1,17,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147558,5,1673989200,2023,1,17,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147559,5,1673991000,2023,1,17,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147560,5,1673992800,2023,1,17,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147561,5,1673994600,2023,1,17,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147562,5,1674043200,2023,1,18,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147563,5,1674045000,2023,1,18,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147564,5,1674046800,2023,1,18,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147565,5,1674048600,2023,1,18,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147566,5,1674050400,2023,1,18,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147567,5,1674052200,2023,1,18,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147568,5,1674054000,2023,1,18,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147569,5,1674068400,2023,1,18,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147570,5,1674070200,2023,1,18,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147571,5,1674072000,2023,1,18,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147572,5,1674073800,2023,1,18,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147573,5,1674075600,2023,1,18,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147574,5,1674077400,2023,1,18,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147575,5,1674079200,2023,1,18,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147576,5,1674081000,2023,1,18,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147577,5,1674129600,2023,1,19,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147578,5,1674131400,2023,1,19,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147579,5,1674133200,2023,1,19,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147580,5,1674135000,2023,1,19,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147581,5,1674136800,2023,1,19,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147582,5,1674138600,2023,1,19,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147583,5,1674140400,2023,1,19,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147584,5,1674154800,2023,1,19,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147585,5,1674156600,2023,1,19,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147586,5,1674158400,2023,1,19,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147587,5,1674160200,2023,1,19,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147588,5,1674162000,2023,1,19,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147589,5,1674163800,2023,1,19,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147590,5,1674165600,2023,1,19,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147591,5,1674167400,2023,1,19,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147592,5,1674216000,2023,1,20,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147593,5,1674217800,2023,1,20,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147594,5,1674219600,2023,1,20,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147595,5,1674221400,2023,1,20,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147596,5,1674223200,2023,1,20,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147597,5,1674225000,2023,1,20,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147598,5,1674226800,2023,1,20,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147599,5,1674241200,2023,1,20,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147600,5,1674243000,2023,1,20,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147601,5,1674244800,2023,1,20,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147602,5,1674246600,2023,1,20,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147603,5,1674248400,2023,1,20,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147604,5,1674250200,2023,1,20,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147605,5,1674252000,2023,1,20,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147606,5,1674253800,2023,1,20,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147607,5,1674302400,2023,1,21,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147608,5,1674304200,2023,1,21,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147609,5,1674306000,2023,1,21,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147610,5,1674307800,2023,1,21,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147611,5,1674309600,2023,1,21,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147612,5,1674311400,2023,1,21,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147613,5,1674313200,2023,1,21,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147614,5,1674327600,2023,1,21,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147615,5,1674329400,2023,1,21,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147616,5,1674331200,2023,1,21,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147617,5,1674333000,2023,1,21,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147618,5,1674334800,2023,1,21,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147619,5,1674336600,2023,1,21,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147620,5,1674338400,2023,1,21,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147621,5,1674340200,2023,1,21,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147622,5,1674388800,2023,1,22,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147623,5,1674390600,2023,1,22,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147624,5,1674392400,2023,1,22,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147625,5,1674394200,2023,1,22,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147626,5,1674396000,2023,1,22,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147627,5,1674397800,2023,1,22,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147628,5,1674399600,2023,1,22,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147629,5,1674401400,2023,1,22,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147630,5,1674414000,2023,1,22,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147631,5,1674415800,2023,1,22,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147632,5,1674417600,2023,1,22,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147633,5,1674419400,2023,1,22,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147634,5,1674421200,2023,1,22,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147635,5,1674423000,2023,1,22,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147636,5,1674424800,2023,1,22,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147637,5,1674426600,2023,1,22,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147638,5,1674475200,2023,1,23,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147639,5,1674477000,2023,1,23,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147640,5,1674478800,2023,1,23,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147641,5,1674480600,2023,1,23,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147642,5,1674482400,2023,1,23,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147643,5,1674484200,2023,1,23,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147644,5,1674486000,2023,1,23,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147645,5,1674500400,2023,1,23,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147646,5,1674502200,2023,1,23,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147647,5,1674504000,2023,1,23,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147648,5,1674505800,2023,1,23,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147649,5,1674507600,2023,1,23,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147650,5,1674509400,2023,1,23,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147651,5,1674511200,2023,1,23,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147652,5,1674513000,2023,1,23,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147653,5,1674561600,2023,1,24,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147654,5,1674563400,2023,1,24,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147655,5,1674565200,2023,1,24,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147656,5,1674567000,2023,1,24,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147657,5,1674568800,2023,1,24,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147658,5,1674570600,2023,1,24,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147659,5,1674572400,2023,1,24,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147660,5,1674586800,2023,1,24,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147661,5,1674588600,2023,1,24,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147662,5,1674590400,2023,1,24,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147663,5,1674592200,2023,1,24,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147664,5,1674594000,2023,1,24,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147665,5,1674595800,2023,1,24,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147666,5,1674597600,2023,1,24,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147667,5,1674599400,2023,1,24,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147668,5,1674648000,2023,1,25,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147669,5,1674649800,2023,1,25,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147670,5,1674651600,2023,1,25,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147671,5,1674653400,2023,1,25,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147672,5,1674655200,2023,1,25,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147673,5,1674657000,2023,1,25,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147674,5,1674658800,2023,1,25,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147675,5,1674673200,2023,1,25,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147676,5,1674675000,2023,1,25,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147677,5,1674676800,2023,1,25,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147678,5,1674678600,2023,1,25,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147679,5,1674680400,2023,1,25,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147680,5,1674682200,2023,1,25,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147681,5,1674684000,2023,1,25,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147682,5,1674685800,2023,1,25,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147683,5,1674734400,2023,1,26,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147684,5,1674736200,2023,1,26,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147685,5,1674738000,2023,1,26,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147686,5,1674739800,2023,1,26,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147687,5,1674741600,2023,1,26,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147688,5,1674743400,2023,1,26,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147689,5,1674745200,2023,1,26,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147690,5,1674759600,2023,1,26,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147691,5,1674761400,2023,1,26,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147692,5,1674763200,2023,1,26,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147693,5,1674765000,2023,1,26,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147694,5,1674766800,2023,1,26,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147695,5,1674768600,2023,1,26,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147696,5,1674770400,2023,1,26,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147697,5,1674772200,2023,1,26,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147698,5,1674820800,2023,1,27,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147699,5,1674822600,2023,1,27,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147700,5,1674824400,2023,1,27,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147701,5,1674826200,2023,1,27,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147702,5,1674828000,2023,1,27,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147703,5,1674829800,2023,1,27,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147704,5,1674831600,2023,1,27,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147705,5,1674846000,2023,1,27,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147706,5,1674847800,2023,1,27,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147707,5,1674849600,2023,1,27,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147708,5,1674851400,2023,1,27,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147709,5,1674853200,2023,1,27,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147710,5,1674855000,2023,1,27,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147711,5,1674856800,2023,1,27,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147712,5,1674858600,2023,1,27,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147713,5,1674907200,2023,1,28,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147714,5,1674909000,2023,1,28,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147715,5,1674910800,2023,1,28,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147716,5,1674912600,2023,1,28,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147717,5,1674914400,2023,1,28,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147718,5,1674916200,2023,1,28,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147719,5,1674918000,2023,1,28,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147720,5,1674932400,2023,1,28,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147721,5,1674934200,2023,1,28,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147722,5,1674936000,2023,1,28,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147723,5,1674937800,2023,1,28,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147724,5,1674939600,2023,1,28,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147725,5,1674941400,2023,1,28,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147726,5,1674943200,2023,1,28,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147727,5,1674945000,2023,1,28,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147728,5,1674993600,2023,1,29,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147729,5,1674995400,2023,1,29,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147730,5,1674997200,2023,1,29,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147731,5,1674999000,2023,1,29,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147732,5,1675000800,2023,1,29,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147733,5,1675002600,2023,1,29,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147734,5,1675004400,2023,1,29,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147735,5,1675006200,2023,1,29,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147736,5,1675018800,2023,1,29,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147737,5,1675020600,2023,1,29,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147738,5,1675022400,2023,1,29,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147739,5,1675024200,2023,1,29,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147740,5,1675026000,2023,1,29,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147741,5,1675027800,2023,1,29,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147742,5,1675029600,2023,1,29,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147743,5,1675031400,2023,1,29,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147744,5,1675080000,2023,1,30,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147745,5,1675081800,2023,1,30,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147746,5,1675083600,2023,1,30,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147747,5,1675085400,2023,1,30,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147748,5,1675087200,2023,1,30,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147749,5,1675089000,2023,1,30,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147750,5,1675090800,2023,1,30,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147751,5,1675105200,2023,1,30,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147752,5,1675107000,2023,1,30,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147753,5,1675108800,2023,1,30,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147754,5,1675110600,2023,1,30,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147755,5,1675112400,2023,1,30,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147756,5,1675114200,2023,1,30,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147757,5,1675116000,2023,1,30,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147758,5,1675117800,2023,1,30,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147759,5,1675166400,2023,1,31,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147760,5,1675168200,2023,1,31,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147761,5,1675170000,2023,1,31,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147762,5,1675171800,2023,1,31,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147763,5,1675173600,2023,1,31,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147764,5,1675175400,2023,1,31,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147765,5,1675177200,2023,1,31,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147766,5,1675191600,2023,1,31,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147767,5,1675193400,2023,1,31,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147768,5,1675195200,2023,1,31,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147769,5,1675197000,2023,1,31,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147770,5,1675198800,2023,1,31,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147771,5,1675200600,2023,1,31,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147772,5,1675202400,2023,1,31,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147773,5,1675204200,2023,1,31,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147774,5,1675252800,2023,2,1,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147775,5,1675254600,2023,2,1,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147776,5,1675256400,2023,2,1,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147777,5,1675258200,2023,2,1,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147778,5,1675260000,2023,2,1,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147779,5,1675261800,2023,2,1,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147780,5,1675263600,2023,2,1,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147781,5,1675278000,2023,2,1,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147782,5,1675279800,2023,2,1,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147783,5,1675281600,2023,2,1,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147784,5,1675283400,2023,2,1,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147785,5,1675285200,2023,2,1,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147786,5,1675287000,2023,2,1,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147787,5,1675288800,2023,2,1,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147788,5,1675290600,2023,2,1,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147789,5,1675339200,2023,2,2,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147790,5,1675341000,2023,2,2,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147791,5,1675342800,2023,2,2,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147792,5,1675344600,2023,2,2,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147793,5,1675346400,2023,2,2,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147794,5,1675348200,2023,2,2,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147795,5,1675350000,2023,2,2,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147796,5,1675364400,2023,2,2,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147797,5,1675366200,2023,2,2,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147798,5,1675368000,2023,2,2,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147799,5,1675369800,2023,2,2,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147800,5,1675371600,2023,2,2,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147801,5,1675373400,2023,2,2,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147802,5,1675375200,2023,2,2,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147803,5,1675377000,2023,2,2,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147804,5,1675425600,2023,2,3,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147805,5,1675427400,2023,2,3,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147806,5,1675429200,2023,2,3,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147807,5,1675431000,2023,2,3,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147808,5,1675432800,2023,2,3,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147809,5,1675434600,2023,2,3,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147810,5,1675436400,2023,2,3,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147811,5,1675450800,2023,2,3,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147812,5,1675452600,2023,2,3,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147813,5,1675454400,2023,2,3,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147814,5,1675456200,2023,2,3,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147815,5,1675458000,2023,2,3,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147816,5,1675459800,2023,2,3,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147817,5,1675461600,2023,2,3,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147818,5,1675463400,2023,2,3,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147819,5,1675512000,2023,2,4,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147820,5,1675513800,2023,2,4,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147821,5,1675515600,2023,2,4,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147822,5,1675517400,2023,2,4,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147823,5,1675519200,2023,2,4,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147824,5,1675521000,2023,2,4,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147825,5,1675522800,2023,2,4,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147826,5,1675537200,2023,2,4,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147827,5,1675539000,2023,2,4,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147828,5,1675540800,2023,2,4,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147829,5,1675542600,2023,2,4,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147830,5,1675544400,2023,2,4,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147831,5,1675546200,2023,2,4,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147832,5,1675548000,2023,2,4,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147833,5,1675549800,2023,2,4,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147834,5,1675598400,2023,2,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147835,5,1675600200,2023,2,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147836,5,1675602000,2023,2,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147837,5,1675603800,2023,2,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147838,5,1675605600,2023,2,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147839,5,1675607400,2023,2,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147840,5,1675609200,2023,2,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147841,5,1675611000,2023,2,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147842,5,1675623600,2023,2,5,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147843,5,1675625400,2023,2,5,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147844,5,1675627200,2023,2,5,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147845,5,1675629000,2023,2,5,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147846,5,1675630800,2023,2,5,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147847,5,1675632600,2023,2,5,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147848,5,1675634400,2023,2,5,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147849,5,1675636200,2023,2,5,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147850,5,1675684800,2023,2,6,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147851,5,1675686600,2023,2,6,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147852,5,1675688400,2023,2,6,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147853,5,1675690200,2023,2,6,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147854,5,1675692000,2023,2,6,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147855,5,1675693800,2023,2,6,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147856,5,1675695600,2023,2,6,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147857,5,1675710000,2023,2,6,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147858,5,1675711800,2023,2,6,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147859,5,1675713600,2023,2,6,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147860,5,1675715400,2023,2,6,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147861,5,1675717200,2023,2,6,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147862,5,1675719000,2023,2,6,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147863,5,1675720800,2023,2,6,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147864,5,1675722600,2023,2,6,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147865,5,1675771200,2023,2,7,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147866,5,1675773000,2023,2,7,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147867,5,1675774800,2023,2,7,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147868,5,1675776600,2023,2,7,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147869,5,1675778400,2023,2,7,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147870,5,1675780200,2023,2,7,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147871,5,1675782000,2023,2,7,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147872,5,1675796400,2023,2,7,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147873,5,1675798200,2023,2,7,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147874,5,1675800000,2023,2,7,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147875,5,1675801800,2023,2,7,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147876,5,1675803600,2023,2,7,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147877,5,1675805400,2023,2,7,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147878,5,1675807200,2023,2,7,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147879,5,1675809000,2023,2,7,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147880,5,1675857600,2023,2,8,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147881,5,1675859400,2023,2,8,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147882,5,1675861200,2023,2,8,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147883,5,1675863000,2023,2,8,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147884,5,1675864800,2023,2,8,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147885,5,1675866600,2023,2,8,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147886,5,1675868400,2023,2,8,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147887,5,1675882800,2023,2,8,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147888,5,1675884600,2023,2,8,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147889,5,1675886400,2023,2,8,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147890,5,1675888200,2023,2,8,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147891,5,1675890000,2023,2,8,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147892,5,1675891800,2023,2,8,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147893,5,1675893600,2023,2,8,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(147894,5,1675895400,2023,2,8,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(147895,5,1675944000,2023,2,9,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(147896,5,1675945800,2023,2,9,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(147897,5,1675947600,2023,2,9,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(147898,5,1675949400,2023,2,9,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(147899,5,1675951200,2023,2,9,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(147900,5,1675953000,2023,2,9,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(147901,5,1675954800,2023,2,9,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(147902,5,1675969200,2023,2,9,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(147903,5,1675971000,2023,2,9,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(147904,5,1675972800,2023,2,9,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(147905,5,1675974600,2023,2,9,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(147906,5,1675976400,2023,2,9,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(147907,5,1675978200,2023,2,9,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(147908,5,1675980000,2023,2,9,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(147909,5,1675981800,2023,2,9,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(147910,5,1676030400,2023,2,10,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(147911,5,1676032200,2023,2,10,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(147912,5,1676034000,2023,2,10,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(147913,5,1676035800,2023,2,10,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(147914,5,1676037600,2023,2,10,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(147915,5,1676039400,2023,2,10,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(147916,5,1676041200,2023,2,10,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(147917,5,1676055600,2023,2,10,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(147918,5,1676057400,2023,2,10,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(147919,5,1676059200,2023,2,10,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(147920,5,1676061000,2023,2,10,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(147921,5,1676062800,2023,2,10,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(147922,5,1676064600,2023,2,10,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(147923,5,1676066400,2023,2,10,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(147924,5,1676068200,2023,2,10,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(147925,5,1676116800,2023,2,11,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(147926,5,1676118600,2023,2,11,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(147927,5,1676120400,2023,2,11,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(147928,5,1676122200,2023,2,11,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(147929,5,1676124000,2023,2,11,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(147930,5,1676125800,2023,2,11,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(147931,5,1676127600,2023,2,11,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(147932,5,1676142000,2023,2,11,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(147933,5,1676143800,2023,2,11,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(147934,5,1676145600,2023,2,11,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(147935,5,1676147400,2023,2,11,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(147936,5,1676149200,2023,2,11,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(147937,5,1676151000,2023,2,11,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(147938,5,1676152800,2023,2,11,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(147939,5,1676154600,2023,2,11,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(147940,5,1676203200,2023,2,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(147941,5,1676205000,2023,2,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(147942,5,1676206800,2023,2,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(147943,5,1676208600,2023,2,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(147944,5,1676210400,2023,2,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(147945,5,1676212200,2023,2,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(147946,5,1676214000,2023,2,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(147947,5,1676215800,2023,2,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(147948,5,1676228400,2023,2,12,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(147949,5,1676230200,2023,2,12,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(147950,5,1676232000,2023,2,12,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(147951,5,1676233800,2023,2,12,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(147952,5,1676235600,2023,2,12,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(147953,5,1676237400,2023,2,12,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(147954,5,1676239200,2023,2,12,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(147955,5,1676241000,2023,2,12,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(147956,5,1676289600,2023,2,13,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(147957,5,1676291400,2023,2,13,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(147958,5,1676293200,2023,2,13,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(147959,5,1676295000,2023,2,13,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(147960,5,1676296800,2023,2,13,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(147961,5,1676298600,2023,2,13,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(147962,5,1676300400,2023,2,13,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(147963,5,1676314800,2023,2,13,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(147964,5,1676316600,2023,2,13,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(147965,5,1676318400,2023,2,13,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(147966,5,1676320200,2023,2,13,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(147967,5,1676322000,2023,2,13,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(147968,5,1676323800,2023,2,13,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(147969,5,1676325600,2023,2,13,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(147970,5,1676327400,2023,2,13,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(147971,5,1676376000,2023,2,14,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(147972,5,1676377800,2023,2,14,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(147973,5,1676379600,2023,2,14,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(147974,5,1676381400,2023,2,14,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(147975,5,1676383200,2023,2,14,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(147976,5,1676385000,2023,2,14,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(147977,5,1676386800,2023,2,14,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(147978,5,1676401200,2023,2,14,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(147979,5,1676403000,2023,2,14,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(147980,5,1676404800,2023,2,14,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(147981,5,1676406600,2023,2,14,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(147982,5,1676408400,2023,2,14,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(147983,5,1676410200,2023,2,14,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(147984,5,1676412000,2023,2,14,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(147985,5,1676413800,2023,2,14,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(147986,5,1676462400,2023,2,15,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(147987,5,1676464200,2023,2,15,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(147988,5,1676466000,2023,2,15,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(147989,5,1676467800,2023,2,15,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(147990,5,1676469600,2023,2,15,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(147991,5,1676471400,2023,2,15,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(147992,5,1676473200,2023,2,15,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(147993,5,1676487600,2023,2,15,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(147994,5,1676489400,2023,2,15,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(147995,5,1676491200,2023,2,15,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(147996,5,1676493000,2023,2,15,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(147997,5,1676494800,2023,2,15,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(147998,5,1676496600,2023,2,15,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(147999,5,1676498400,2023,2,15,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148000,5,1676500200,2023,2,15,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148001,5,1676548800,2023,2,16,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148002,5,1676550600,2023,2,16,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148003,5,1676552400,2023,2,16,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148004,5,1676554200,2023,2,16,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148005,5,1676556000,2023,2,16,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148006,5,1676557800,2023,2,16,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148007,5,1676559600,2023,2,16,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148008,5,1676574000,2023,2,16,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148009,5,1676575800,2023,2,16,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148010,5,1676577600,2023,2,16,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148011,5,1676579400,2023,2,16,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148012,5,1676581200,2023,2,16,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148013,5,1676583000,2023,2,16,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148014,5,1676584800,2023,2,16,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148015,5,1676586600,2023,2,16,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148016,5,1676635200,2023,2,17,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148017,5,1676637000,2023,2,17,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148018,5,1676638800,2023,2,17,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148019,5,1676640600,2023,2,17,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148020,5,1676642400,2023,2,17,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148021,5,1676644200,2023,2,17,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148022,5,1676646000,2023,2,17,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148023,5,1676660400,2023,2,17,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148024,5,1676662200,2023,2,17,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148025,5,1676664000,2023,2,17,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148026,5,1676665800,2023,2,17,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148027,5,1676667600,2023,2,17,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148028,5,1676669400,2023,2,17,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148029,5,1676671200,2023,2,17,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148030,5,1676673000,2023,2,17,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148031,5,1676721600,2023,2,18,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148032,5,1676723400,2023,2,18,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148033,5,1676725200,2023,2,18,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148034,5,1676727000,2023,2,18,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148035,5,1676728800,2023,2,18,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148036,5,1676730600,2023,2,18,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148037,5,1676732400,2023,2,18,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148038,5,1676746800,2023,2,18,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148039,5,1676748600,2023,2,18,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148040,5,1676750400,2023,2,18,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148041,5,1676752200,2023,2,18,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148042,5,1676754000,2023,2,18,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148043,5,1676755800,2023,2,18,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148044,5,1676757600,2023,2,18,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148045,5,1676759400,2023,2,18,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148046,5,1676808000,2023,2,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148047,5,1676809800,2023,2,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148048,5,1676811600,2023,2,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148049,5,1676813400,2023,2,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148050,5,1676815200,2023,2,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148051,5,1676817000,2023,2,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148052,5,1676818800,2023,2,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148053,5,1676820600,2023,2,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148054,5,1676833200,2023,2,19,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148055,5,1676835000,2023,2,19,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148056,5,1676836800,2023,2,19,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148057,5,1676838600,2023,2,19,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148058,5,1676840400,2023,2,19,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148059,5,1676842200,2023,2,19,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148060,5,1676844000,2023,2,19,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148061,5,1676845800,2023,2,19,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148062,5,1676894400,2023,2,20,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148063,5,1676896200,2023,2,20,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148064,5,1676898000,2023,2,20,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148065,5,1676899800,2023,2,20,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148066,5,1676901600,2023,2,20,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148067,5,1676903400,2023,2,20,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148068,5,1676905200,2023,2,20,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148069,5,1676919600,2023,2,20,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148070,5,1676921400,2023,2,20,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148071,5,1676923200,2023,2,20,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148072,5,1676925000,2023,2,20,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148073,5,1676926800,2023,2,20,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148074,5,1676928600,2023,2,20,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148075,5,1676930400,2023,2,20,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148076,5,1676932200,2023,2,20,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148077,5,1676980800,2023,2,21,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148078,5,1676982600,2023,2,21,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148079,5,1676984400,2023,2,21,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148080,5,1676986200,2023,2,21,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148081,5,1676988000,2023,2,21,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148082,5,1676989800,2023,2,21,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148083,5,1676991600,2023,2,21,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148084,5,1677006000,2023,2,21,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148085,5,1677007800,2023,2,21,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148086,5,1677009600,2023,2,21,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148087,5,1677011400,2023,2,21,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148088,5,1677013200,2023,2,21,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148089,5,1677015000,2023,2,21,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148090,5,1677016800,2023,2,21,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148091,5,1677018600,2023,2,21,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148092,5,1677067200,2023,2,22,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148093,5,1677069000,2023,2,22,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148094,5,1677070800,2023,2,22,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148095,5,1677072600,2023,2,22,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148096,5,1677074400,2023,2,22,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148097,5,1677076200,2023,2,22,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148098,5,1677078000,2023,2,22,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148099,5,1677092400,2023,2,22,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148100,5,1677094200,2023,2,22,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148101,5,1677096000,2023,2,22,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148102,5,1677097800,2023,2,22,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148103,5,1677099600,2023,2,22,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148104,5,1677101400,2023,2,22,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148105,5,1677103200,2023,2,22,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148106,5,1677105000,2023,2,22,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148107,5,1677153600,2023,2,23,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148108,5,1677155400,2023,2,23,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148109,5,1677157200,2023,2,23,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148110,5,1677159000,2023,2,23,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148111,5,1677160800,2023,2,23,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148112,5,1677162600,2023,2,23,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148113,5,1677164400,2023,2,23,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148114,5,1677178800,2023,2,23,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148115,5,1677180600,2023,2,23,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148116,5,1677182400,2023,2,23,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148117,5,1677184200,2023,2,23,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148118,5,1677186000,2023,2,23,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148119,5,1677187800,2023,2,23,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148120,5,1677189600,2023,2,23,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148121,5,1677191400,2023,2,23,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148122,5,1677240000,2023,2,24,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148123,5,1677241800,2023,2,24,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148124,5,1677243600,2023,2,24,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148125,5,1677245400,2023,2,24,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148126,5,1677247200,2023,2,24,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148127,5,1677249000,2023,2,24,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148128,5,1677250800,2023,2,24,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148129,5,1677265200,2023,2,24,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148130,5,1677267000,2023,2,24,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148131,5,1677268800,2023,2,24,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148132,5,1677270600,2023,2,24,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148133,5,1677272400,2023,2,24,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148134,5,1677274200,2023,2,24,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148135,5,1677276000,2023,2,24,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148136,5,1677277800,2023,2,24,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148137,5,1677326400,2023,2,25,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148138,5,1677328200,2023,2,25,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148139,5,1677330000,2023,2,25,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148140,5,1677331800,2023,2,25,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148141,5,1677333600,2023,2,25,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148142,5,1677335400,2023,2,25,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148143,5,1677337200,2023,2,25,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148144,5,1677351600,2023,2,25,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148145,5,1677353400,2023,2,25,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148146,5,1677355200,2023,2,25,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148147,5,1677357000,2023,2,25,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148148,5,1677358800,2023,2,25,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148149,5,1677360600,2023,2,25,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148150,5,1677362400,2023,2,25,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148151,5,1677364200,2023,2,25,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148152,5,1677412800,2023,2,26,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148153,5,1677414600,2023,2,26,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148154,5,1677416400,2023,2,26,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148155,5,1677418200,2023,2,26,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148156,5,1677420000,2023,2,26,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148157,5,1677421800,2023,2,26,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148158,5,1677423600,2023,2,26,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148159,5,1677425400,2023,2,26,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148160,5,1677438000,2023,2,26,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148161,5,1677439800,2023,2,26,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148162,5,1677441600,2023,2,26,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148163,5,1677443400,2023,2,26,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148164,5,1677445200,2023,2,26,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148165,5,1677447000,2023,2,26,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148166,5,1677448800,2023,2,26,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148167,5,1677450600,2023,2,26,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148168,5,1677499200,2023,2,27,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148169,5,1677501000,2023,2,27,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148170,5,1677502800,2023,2,27,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148171,5,1677504600,2023,2,27,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148172,5,1677506400,2023,2,27,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148173,5,1677508200,2023,2,27,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148174,5,1677510000,2023,2,27,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148175,5,1677524400,2023,2,27,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148176,5,1677526200,2023,2,27,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148177,5,1677528000,2023,2,27,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148178,5,1677529800,2023,2,27,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148179,5,1677531600,2023,2,27,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148180,5,1677533400,2023,2,27,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148181,5,1677535200,2023,2,27,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148182,5,1677537000,2023,2,27,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148183,5,1677585600,2023,2,28,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148184,5,1677587400,2023,2,28,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148185,5,1677589200,2023,2,28,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148186,5,1677591000,2023,2,28,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148187,5,1677592800,2023,2,28,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148188,5,1677594600,2023,2,28,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148189,5,1677596400,2023,2,28,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148190,5,1677610800,2023,2,28,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148191,5,1677612600,2023,2,28,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148192,5,1677614400,2023,2,28,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148193,5,1677616200,2023,2,28,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148194,5,1677618000,2023,2,28,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148195,5,1677619800,2023,2,28,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148196,5,1677621600,2023,2,28,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148197,5,1677623400,2023,2,28,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148198,5,1677672000,2023,3,1,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148199,5,1677673800,2023,3,1,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148200,5,1677675600,2023,3,1,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148201,5,1677677400,2023,3,1,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148202,5,1677679200,2023,3,1,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148203,5,1677681000,2023,3,1,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148204,5,1677682800,2023,3,1,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148205,5,1677697200,2023,3,1,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148206,5,1677699000,2023,3,1,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148207,5,1677700800,2023,3,1,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148208,5,1677702600,2023,3,1,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148209,5,1677704400,2023,3,1,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148210,5,1677706200,2023,3,1,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148211,5,1677708000,2023,3,1,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148212,5,1677709800,2023,3,1,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148213,5,1677758400,2023,3,2,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148214,5,1677760200,2023,3,2,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148215,5,1677762000,2023,3,2,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148216,5,1677763800,2023,3,2,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148217,5,1677765600,2023,3,2,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148218,5,1677767400,2023,3,2,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148219,5,1677769200,2023,3,2,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148220,5,1677783600,2023,3,2,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148221,5,1677785400,2023,3,2,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148222,5,1677787200,2023,3,2,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148223,5,1677789000,2023,3,2,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148224,5,1677790800,2023,3,2,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148225,5,1677792600,2023,3,2,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148226,5,1677794400,2023,3,2,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148227,5,1677796200,2023,3,2,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148228,5,1677844800,2023,3,3,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148229,5,1677846600,2023,3,3,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148230,5,1677848400,2023,3,3,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148231,5,1677850200,2023,3,3,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148232,5,1677852000,2023,3,3,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148233,5,1677853800,2023,3,3,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148234,5,1677855600,2023,3,3,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148235,5,1677870000,2023,3,3,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148236,5,1677871800,2023,3,3,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148237,5,1677873600,2023,3,3,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148238,5,1677875400,2023,3,3,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148239,5,1677877200,2023,3,3,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148240,5,1677879000,2023,3,3,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148241,5,1677880800,2023,3,3,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148242,5,1677882600,2023,3,3,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148243,5,1677931200,2023,3,4,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148244,5,1677933000,2023,3,4,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148245,5,1677934800,2023,3,4,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148246,5,1677936600,2023,3,4,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148247,5,1677938400,2023,3,4,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148248,5,1677940200,2023,3,4,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148249,5,1677942000,2023,3,4,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148250,5,1677956400,2023,3,4,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148251,5,1677958200,2023,3,4,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148252,5,1677960000,2023,3,4,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148253,5,1677961800,2023,3,4,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148254,5,1677963600,2023,3,4,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148255,5,1677965400,2023,3,4,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148256,5,1677967200,2023,3,4,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148257,5,1677969000,2023,3,4,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148258,5,1678017600,2023,3,5,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148259,5,1678019400,2023,3,5,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148260,5,1678021200,2023,3,5,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148261,5,1678023000,2023,3,5,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148262,5,1678024800,2023,3,5,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148263,5,1678026600,2023,3,5,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148264,5,1678028400,2023,3,5,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148265,5,1678030200,2023,3,5,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148266,5,1678042800,2023,3,5,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148267,5,1678044600,2023,3,5,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148268,5,1678046400,2023,3,5,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148269,5,1678048200,2023,3,5,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148270,5,1678050000,2023,3,5,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148271,5,1678051800,2023,3,5,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148272,5,1678053600,2023,3,5,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148273,5,1678055400,2023,3,5,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148274,5,1678104000,2023,3,6,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148275,5,1678105800,2023,3,6,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148276,5,1678107600,2023,3,6,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148277,5,1678109400,2023,3,6,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148278,5,1678111200,2023,3,6,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148279,5,1678113000,2023,3,6,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148280,5,1678114800,2023,3,6,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148281,5,1678129200,2023,3,6,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148282,5,1678131000,2023,3,6,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148283,5,1678132800,2023,3,6,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148284,5,1678134600,2023,3,6,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148285,5,1678136400,2023,3,6,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148286,5,1678138200,2023,3,6,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148287,5,1678140000,2023,3,6,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148288,5,1678141800,2023,3,6,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148289,5,1678190400,2023,3,7,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148290,5,1678192200,2023,3,7,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148291,5,1678194000,2023,3,7,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148292,5,1678195800,2023,3,7,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148293,5,1678197600,2023,3,7,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148294,5,1678199400,2023,3,7,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148295,5,1678201200,2023,3,7,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148296,5,1678215600,2023,3,7,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148297,5,1678217400,2023,3,7,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148298,5,1678219200,2023,3,7,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148299,5,1678221000,2023,3,7,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148300,5,1678222800,2023,3,7,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148301,5,1678224600,2023,3,7,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148302,5,1678226400,2023,3,7,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148303,5,1678228200,2023,3,7,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148304,5,1678276800,2023,3,8,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148305,5,1678278600,2023,3,8,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148306,5,1678280400,2023,3,8,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148307,5,1678282200,2023,3,8,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148308,5,1678284000,2023,3,8,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148309,5,1678285800,2023,3,8,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148310,5,1678287600,2023,3,8,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148311,5,1678302000,2023,3,8,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148312,5,1678303800,2023,3,8,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148313,5,1678305600,2023,3,8,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148314,5,1678307400,2023,3,8,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148315,5,1678309200,2023,3,8,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148316,5,1678311000,2023,3,8,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148317,5,1678312800,2023,3,8,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148318,5,1678314600,2023,3,8,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148319,5,1678363200,2023,3,9,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148320,5,1678365000,2023,3,9,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148321,5,1678366800,2023,3,9,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148322,5,1678368600,2023,3,9,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148323,5,1678370400,2023,3,9,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148324,5,1678372200,2023,3,9,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148325,5,1678374000,2023,3,9,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148326,5,1678388400,2023,3,9,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148327,5,1678390200,2023,3,9,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148328,5,1678392000,2023,3,9,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148329,5,1678393800,2023,3,9,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148330,5,1678395600,2023,3,9,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148331,5,1678397400,2023,3,9,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148332,5,1678399200,2023,3,9,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148333,5,1678401000,2023,3,9,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148334,5,1678449600,2023,3,10,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148335,5,1678451400,2023,3,10,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148336,5,1678453200,2023,3,10,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148337,5,1678455000,2023,3,10,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148338,5,1678456800,2023,3,10,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148339,5,1678458600,2023,3,10,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148340,5,1678460400,2023,3,10,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148341,5,1678474800,2023,3,10,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148342,5,1678476600,2023,3,10,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148343,5,1678478400,2023,3,10,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148344,5,1678480200,2023,3,10,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148345,5,1678482000,2023,3,10,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148346,5,1678483800,2023,3,10,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148347,5,1678485600,2023,3,10,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148348,5,1678487400,2023,3,10,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148349,5,1678536000,2023,3,11,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148350,5,1678537800,2023,3,11,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148351,5,1678539600,2023,3,11,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148352,5,1678541400,2023,3,11,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148353,5,1678543200,2023,3,11,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148354,5,1678545000,2023,3,11,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148355,5,1678546800,2023,3,11,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148356,5,1678561200,2023,3,11,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148357,5,1678563000,2023,3,11,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148358,5,1678564800,2023,3,11,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148359,5,1678566600,2023,3,11,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148360,5,1678568400,2023,3,11,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148361,5,1678570200,2023,3,11,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148362,5,1678572000,2023,3,11,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148363,5,1678573800,2023,3,11,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148364,5,1678622400,2023,3,12,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148365,5,1678624200,2023,3,12,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148366,5,1678626000,2023,3,12,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148367,5,1678627800,2023,3,12,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148368,5,1678629600,2023,3,12,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148369,5,1678631400,2023,3,12,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148370,5,1678633200,2023,3,12,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148371,5,1678635000,2023,3,12,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148372,5,1678647600,2023,3,12,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148373,5,1678649400,2023,3,12,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148374,5,1678651200,2023,3,12,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148375,5,1678653000,2023,3,12,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148376,5,1678654800,2023,3,12,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148377,5,1678656600,2023,3,12,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148378,5,1678658400,2023,3,12,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148379,5,1678660200,2023,3,12,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148380,5,1678708800,2023,3,13,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148381,5,1678710600,2023,3,13,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148382,5,1678712400,2023,3,13,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148383,5,1678714200,2023,3,13,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148384,5,1678716000,2023,3,13,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148385,5,1678717800,2023,3,13,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148386,5,1678719600,2023,3,13,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148387,5,1678734000,2023,3,13,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148388,5,1678735800,2023,3,13,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148389,5,1678737600,2023,3,13,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148390,5,1678739400,2023,3,13,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148391,5,1678741200,2023,3,13,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148392,5,1678743000,2023,3,13,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148393,5,1678744800,2023,3,13,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148394,5,1678746600,2023,3,13,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148395,5,1678795200,2023,3,14,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148396,5,1678797000,2023,3,14,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148397,5,1678798800,2023,3,14,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148398,5,1678800600,2023,3,14,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148399,5,1678802400,2023,3,14,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148400,5,1678804200,2023,3,14,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148401,5,1678806000,2023,3,14,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148402,5,1678820400,2023,3,14,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148403,5,1678822200,2023,3,14,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148404,5,1678824000,2023,3,14,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148405,5,1678825800,2023,3,14,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148406,5,1678827600,2023,3,14,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148407,5,1678829400,2023,3,14,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148408,5,1678831200,2023,3,14,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148409,5,1678833000,2023,3,14,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148410,5,1678881600,2023,3,15,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148411,5,1678883400,2023,3,15,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148412,5,1678885200,2023,3,15,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148413,5,1678887000,2023,3,15,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148414,5,1678888800,2023,3,15,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148415,5,1678890600,2023,3,15,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148416,5,1678892400,2023,3,15,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148417,5,1678906800,2023,3,15,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148418,5,1678908600,2023,3,15,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148419,5,1678910400,2023,3,15,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148420,5,1678912200,2023,3,15,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148421,5,1678914000,2023,3,15,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148422,5,1678915800,2023,3,15,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148423,5,1678917600,2023,3,15,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148424,5,1678919400,2023,3,15,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148425,5,1678968000,2023,3,16,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148426,5,1678969800,2023,3,16,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148427,5,1678971600,2023,3,16,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148428,5,1678973400,2023,3,16,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148429,5,1678975200,2023,3,16,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148430,5,1678977000,2023,3,16,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148431,5,1678978800,2023,3,16,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148432,5,1678993200,2023,3,16,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148433,5,1678995000,2023,3,16,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148434,5,1678996800,2023,3,16,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148435,5,1678998600,2023,3,16,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148436,5,1679000400,2023,3,16,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148437,5,1679002200,2023,3,16,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148438,5,1679004000,2023,3,16,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148439,5,1679005800,2023,3,16,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148440,5,1679054400,2023,3,17,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148441,5,1679056200,2023,3,17,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148442,5,1679058000,2023,3,17,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148443,5,1679059800,2023,3,17,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148444,5,1679061600,2023,3,17,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148445,5,1679063400,2023,3,17,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148446,5,1679065200,2023,3,17,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148447,5,1679079600,2023,3,17,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148448,5,1679081400,2023,3,17,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148449,5,1679083200,2023,3,17,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148450,5,1679085000,2023,3,17,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148451,5,1679086800,2023,3,17,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148452,5,1679088600,2023,3,17,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148453,5,1679090400,2023,3,17,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148454,5,1679092200,2023,3,17,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148455,5,1679140800,2023,3,18,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148456,5,1679142600,2023,3,18,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148457,5,1679144400,2023,3,18,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148458,5,1679146200,2023,3,18,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148459,5,1679148000,2023,3,18,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148460,5,1679149800,2023,3,18,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148461,5,1679151600,2023,3,18,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148462,5,1679166000,2023,3,18,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148463,5,1679167800,2023,3,18,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148464,5,1679169600,2023,3,18,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148465,5,1679171400,2023,3,18,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148466,5,1679173200,2023,3,18,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148467,5,1679175000,2023,3,18,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148468,5,1679176800,2023,3,18,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148469,5,1679178600,2023,3,18,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148470,5,1679227200,2023,3,19,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148471,5,1679229000,2023,3,19,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148472,5,1679230800,2023,3,19,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148473,5,1679232600,2023,3,19,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148474,5,1679234400,2023,3,19,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148475,5,1679236200,2023,3,19,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148476,5,1679238000,2023,3,19,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148477,5,1679239800,2023,3,19,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148478,5,1679252400,2023,3,19,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148479,5,1679254200,2023,3,19,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148480,5,1679256000,2023,3,19,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148481,5,1679257800,2023,3,19,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148482,5,1679259600,2023,3,19,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148483,5,1679261400,2023,3,19,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148484,5,1679263200,2023,3,19,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148485,5,1679265000,2023,3,19,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148486,5,1679313600,2023,3,20,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148487,5,1679315400,2023,3,20,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148488,5,1679317200,2023,3,20,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148489,5,1679319000,2023,3,20,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148490,5,1679320800,2023,3,20,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148491,5,1679322600,2023,3,20,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148492,5,1679324400,2023,3,20,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148493,5,1679338800,2023,3,20,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148494,5,1679340600,2023,3,20,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148495,5,1679342400,2023,3,20,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148496,5,1679344200,2023,3,20,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148497,5,1679346000,2023,3,20,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148498,5,1679347800,2023,3,20,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148499,5,1679349600,2023,3,20,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148500,5,1679351400,2023,3,20,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148501,5,1679400000,2023,3,21,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148502,5,1679401800,2023,3,21,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148503,5,1679403600,2023,3,21,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148504,5,1679405400,2023,3,21,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148505,5,1679407200,2023,3,21,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148506,5,1679409000,2023,3,21,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148507,5,1679410800,2023,3,21,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148508,5,1679425200,2023,3,21,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148509,5,1679427000,2023,3,21,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148510,5,1679428800,2023,3,21,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148511,5,1679430600,2023,3,21,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148512,5,1679432400,2023,3,21,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148513,5,1679434200,2023,3,21,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148514,5,1679436000,2023,3,21,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148515,5,1679437800,2023,3,21,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148516,5,1679486400,2023,3,22,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148517,5,1679488200,2023,3,22,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148518,5,1679490000,2023,3,22,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148519,5,1679491800,2023,3,22,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148520,5,1679493600,2023,3,22,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148521,5,1679495400,2023,3,22,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148522,5,1679497200,2023,3,22,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148523,5,1679511600,2023,3,22,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148524,5,1679513400,2023,3,22,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148525,5,1679515200,2023,3,22,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148526,5,1679517000,2023,3,22,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148527,5,1679518800,2023,3,22,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148528,5,1679520600,2023,3,22,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148529,5,1679522400,2023,3,22,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148530,5,1679524200,2023,3,22,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148531,5,1679572800,2023,3,23,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148532,5,1679574600,2023,3,23,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148533,5,1679576400,2023,3,23,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148534,5,1679578200,2023,3,23,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148535,5,1679580000,2023,3,23,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148536,5,1679581800,2023,3,23,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148537,5,1679583600,2023,3,23,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148538,5,1679598000,2023,3,23,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148539,5,1679599800,2023,3,23,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148540,5,1679601600,2023,3,23,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148541,5,1679603400,2023,3,23,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148542,5,1679605200,2023,3,23,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148543,5,1679607000,2023,3,23,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148544,5,1679608800,2023,3,23,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148545,5,1679610600,2023,3,23,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148546,5,1679659200,2023,3,24,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148547,5,1679661000,2023,3,24,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148548,5,1679662800,2023,3,24,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148549,5,1679664600,2023,3,24,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148550,5,1679666400,2023,3,24,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148551,5,1679668200,2023,3,24,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148552,5,1679670000,2023,3,24,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148553,5,1679684400,2023,3,24,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148554,5,1679686200,2023,3,24,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148555,5,1679688000,2023,3,24,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148556,5,1679689800,2023,3,24,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148557,5,1679691600,2023,3,24,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148558,5,1679693400,2023,3,24,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148559,5,1679695200,2023,3,24,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148560,5,1679697000,2023,3,24,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148561,5,1679745600,2023,3,25,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148562,5,1679747400,2023,3,25,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148563,5,1679749200,2023,3,25,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148564,5,1679751000,2023,3,25,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148565,5,1679752800,2023,3,25,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148566,5,1679754600,2023,3,25,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148567,5,1679756400,2023,3,25,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148568,5,1679770800,2023,3,25,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148569,5,1679772600,2023,3,25,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148570,5,1679774400,2023,3,25,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148571,5,1679776200,2023,3,25,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148572,5,1679778000,2023,3,25,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148573,5,1679779800,2023,3,25,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148574,5,1679781600,2023,3,25,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148575,5,1679783400,2023,3,25,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148576,5,1679914800,2023,3,27,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148577,5,1679916600,2023,3,27,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148578,5,1679918400,2023,3,27,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148579,5,1679920200,2023,3,27,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148580,5,1679922000,2023,3,27,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148581,5,1679923800,2023,3,27,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148582,5,1679925600,2023,3,27,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148583,5,1679940000,2023,3,27,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148584,5,1679941800,2023,3,27,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148585,5,1679943600,2023,3,27,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148586,5,1679945400,2023,3,27,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148587,5,1679947200,2023,3,27,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148588,5,1679949000,2023,3,27,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148589,5,1679950800,2023,3,27,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148590,5,1679952600,2023,3,27,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148591,5,1680001200,2023,3,28,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148592,5,1680003000,2023,3,28,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148593,5,1680004800,2023,3,28,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148594,5,1680006600,2023,3,28,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148595,5,1680008400,2023,3,28,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148596,5,1680010200,2023,3,28,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148597,5,1680012000,2023,3,28,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148598,5,1680026400,2023,3,28,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148599,5,1680028200,2023,3,28,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148600,5,1680030000,2023,3,28,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148601,5,1680031800,2023,3,28,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148602,5,1680033600,2023,3,28,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148603,5,1680035400,2023,3,28,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148604,5,1680037200,2023,3,28,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148605,5,1680039000,2023,3,28,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148606,5,1680087600,2023,3,29,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148607,5,1680089400,2023,3,29,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148608,5,1680091200,2023,3,29,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148609,5,1680093000,2023,3,29,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148610,5,1680094800,2023,3,29,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148611,5,1680096600,2023,3,29,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148612,5,1680098400,2023,3,29,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148613,5,1680112800,2023,3,29,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148614,5,1680114600,2023,3,29,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148615,5,1680116400,2023,3,29,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148616,5,1680118200,2023,3,29,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148617,5,1680120000,2023,3,29,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148618,5,1680121800,2023,3,29,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148619,5,1680123600,2023,3,29,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148620,5,1680125400,2023,3,29,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148621,5,1680174000,2023,3,30,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148622,5,1680175800,2023,3,30,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148623,5,1680177600,2023,3,30,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148624,5,1680179400,2023,3,30,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148625,5,1680181200,2023,3,30,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148626,5,1680183000,2023,3,30,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148627,5,1680184800,2023,3,30,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148628,5,1680199200,2023,3,30,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148629,5,1680201000,2023,3,30,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148630,5,1680202800,2023,3,30,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148631,5,1680204600,2023,3,30,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148632,5,1680206400,2023,3,30,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148633,5,1680208200,2023,3,30,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148634,5,1680210000,2023,3,30,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148635,5,1680211800,2023,3,30,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148636,5,1680260400,2023,3,31,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148637,5,1680262200,2023,3,31,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148638,5,1680264000,2023,3,31,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148639,5,1680265800,2023,3,31,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148640,5,1680267600,2023,3,31,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148641,5,1680269400,2023,3,31,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148642,5,1680271200,2023,3,31,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148643,5,1680285600,2023,3,31,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148644,5,1680287400,2023,3,31,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148645,5,1680289200,2023,3,31,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148646,5,1680291000,2023,3,31,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148647,5,1680292800,2023,3,31,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148648,5,1680294600,2023,3,31,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148649,5,1680296400,2023,3,31,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148650,5,1680298200,2023,3,31,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148651,5,1680346800,2023,4,1,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148652,5,1680348600,2023,4,1,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148653,5,1680350400,2023,4,1,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148654,5,1680352200,2023,4,1,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148655,5,1680354000,2023,4,1,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148656,5,1680355800,2023,4,1,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148657,5,1680357600,2023,4,1,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148658,5,1680372000,2023,4,1,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148659,5,1680373800,2023,4,1,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148660,5,1680375600,2023,4,1,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148661,5,1680377400,2023,4,1,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148662,5,1680379200,2023,4,1,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148663,5,1680381000,2023,4,1,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148664,5,1680382800,2023,4,1,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148665,5,1680384600,2023,4,1,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148666,5,1680433200,2023,4,2,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148667,5,1680435000,2023,4,2,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148668,5,1680436800,2023,4,2,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148669,5,1680438600,2023,4,2,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148670,5,1680440400,2023,4,2,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148671,5,1680442200,2023,4,2,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148672,5,1680444000,2023,4,2,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148673,5,1680445800,2023,4,2,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148674,5,1680458400,2023,4,2,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148675,5,1680460200,2023,4,2,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148676,5,1680462000,2023,4,2,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148677,5,1680463800,2023,4,2,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148678,5,1680465600,2023,4,2,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148679,5,1680467400,2023,4,2,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148680,5,1680469200,2023,4,2,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148681,5,1680471000,2023,4,2,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148682,5,1680519600,2023,4,3,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148683,5,1680521400,2023,4,3,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148684,5,1680523200,2023,4,3,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148685,5,1680525000,2023,4,3,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148686,5,1680526800,2023,4,3,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148687,5,1680528600,2023,4,3,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148688,5,1680530400,2023,4,3,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148689,5,1680544800,2023,4,3,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148690,5,1680546600,2023,4,3,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148691,5,1680548400,2023,4,3,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148692,5,1680550200,2023,4,3,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148693,5,1680552000,2023,4,3,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148694,5,1680553800,2023,4,3,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148695,5,1680555600,2023,4,3,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148696,5,1680557400,2023,4,3,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148697,5,1680606000,2023,4,4,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148698,5,1680607800,2023,4,4,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148699,5,1680609600,2023,4,4,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148700,5,1680611400,2023,4,4,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148701,5,1680613200,2023,4,4,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148702,5,1680615000,2023,4,4,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148703,5,1680616800,2023,4,4,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148704,5,1680631200,2023,4,4,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148705,5,1680633000,2023,4,4,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148706,5,1680634800,2023,4,4,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148707,5,1680636600,2023,4,4,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148708,5,1680638400,2023,4,4,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148709,5,1680640200,2023,4,4,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148710,5,1680642000,2023,4,4,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148711,5,1680643800,2023,4,4,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148712,5,1680692400,2023,4,5,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148713,5,1680694200,2023,4,5,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148714,5,1680696000,2023,4,5,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148715,5,1680697800,2023,4,5,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148716,5,1680699600,2023,4,5,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148717,5,1680701400,2023,4,5,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148718,5,1680703200,2023,4,5,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148719,5,1680717600,2023,4,5,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148720,5,1680719400,2023,4,5,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148721,5,1680721200,2023,4,5,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148722,5,1680723000,2023,4,5,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148723,5,1680724800,2023,4,5,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148724,5,1680726600,2023,4,5,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148725,5,1680728400,2023,4,5,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148726,5,1680730200,2023,4,5,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148727,5,1680778800,2023,4,6,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148728,5,1680780600,2023,4,6,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148729,5,1680782400,2023,4,6,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148730,5,1680784200,2023,4,6,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148731,5,1680786000,2023,4,6,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148732,5,1680787800,2023,4,6,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148733,5,1680789600,2023,4,6,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148734,5,1680804000,2023,4,6,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148735,5,1680805800,2023,4,6,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148736,5,1680807600,2023,4,6,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148737,5,1680809400,2023,4,6,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148738,5,1680811200,2023,4,6,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148739,5,1680813000,2023,4,6,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148740,5,1680814800,2023,4,6,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148741,5,1680816600,2023,4,6,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148742,5,1680865200,2023,4,7,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148743,5,1680867000,2023,4,7,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148744,5,1680868800,2023,4,7,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148745,5,1680870600,2023,4,7,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148746,5,1680872400,2023,4,7,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148747,5,1680874200,2023,4,7,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148748,5,1680876000,2023,4,7,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148749,5,1680890400,2023,4,7,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148750,5,1680892200,2023,4,7,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148751,5,1680894000,2023,4,7,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148752,5,1680895800,2023,4,7,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148753,5,1680897600,2023,4,7,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148754,5,1680899400,2023,4,7,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148755,5,1680901200,2023,4,7,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148756,5,1680903000,2023,4,7,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148757,5,1680951600,2023,4,8,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148758,5,1680953400,2023,4,8,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148759,5,1680955200,2023,4,8,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148760,5,1680957000,2023,4,8,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148761,5,1680958800,2023,4,8,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148762,5,1680960600,2023,4,8,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148763,5,1680962400,2023,4,8,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148764,5,1680976800,2023,4,8,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148765,5,1680978600,2023,4,8,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148766,5,1680980400,2023,4,8,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148767,5,1680982200,2023,4,8,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148768,5,1680984000,2023,4,8,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148769,5,1680985800,2023,4,8,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148770,5,1680987600,2023,4,8,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148771,5,1680989400,2023,4,8,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148772,5,1681038000,2023,4,9,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148773,5,1681039800,2023,4,9,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148774,5,1681041600,2023,4,9,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148775,5,1681043400,2023,4,9,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148776,5,1681045200,2023,4,9,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148777,5,1681047000,2023,4,9,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148778,5,1681048800,2023,4,9,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148779,5,1681050600,2023,4,9,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148780,5,1681063200,2023,4,9,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148781,5,1681065000,2023,4,9,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148782,5,1681066800,2023,4,9,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148783,5,1681068600,2023,4,9,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148784,5,1681070400,2023,4,9,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148785,5,1681072200,2023,4,9,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148786,5,1681074000,2023,4,9,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148787,5,1681075800,2023,4,9,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148788,5,1681124400,2023,4,10,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148789,5,1681126200,2023,4,10,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148790,5,1681128000,2023,4,10,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148791,5,1681129800,2023,4,10,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148792,5,1681131600,2023,4,10,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148793,5,1681133400,2023,4,10,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148794,5,1681135200,2023,4,10,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148795,5,1681149600,2023,4,10,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148796,5,1681151400,2023,4,10,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148797,5,1681153200,2023,4,10,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148798,5,1681155000,2023,4,10,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148799,5,1681156800,2023,4,10,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148800,5,1681158600,2023,4,10,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148801,5,1681160400,2023,4,10,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148802,5,1681162200,2023,4,10,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148803,5,1681210800,2023,4,11,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148804,5,1681212600,2023,4,11,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148805,5,1681214400,2023,4,11,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148806,5,1681216200,2023,4,11,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148807,5,1681218000,2023,4,11,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148808,5,1681219800,2023,4,11,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148809,5,1681221600,2023,4,11,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148810,5,1681236000,2023,4,11,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148811,5,1681237800,2023,4,11,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148812,5,1681239600,2023,4,11,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148813,5,1681241400,2023,4,11,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148814,5,1681243200,2023,4,11,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148815,5,1681245000,2023,4,11,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148816,5,1681246800,2023,4,11,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148817,5,1681248600,2023,4,11,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148818,5,1681297200,2023,4,12,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148819,5,1681299000,2023,4,12,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148820,5,1681300800,2023,4,12,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148821,5,1681302600,2023,4,12,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148822,5,1681304400,2023,4,12,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148823,5,1681306200,2023,4,12,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148824,5,1681308000,2023,4,12,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148825,5,1681322400,2023,4,12,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148826,5,1681324200,2023,4,12,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148827,5,1681326000,2023,4,12,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148828,5,1681327800,2023,4,12,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148829,5,1681329600,2023,4,12,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148830,5,1681331400,2023,4,12,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148831,5,1681333200,2023,4,12,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148832,5,1681335000,2023,4,12,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148833,5,1681383600,2023,4,13,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148834,5,1681385400,2023,4,13,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148835,5,1681387200,2023,4,13,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148836,5,1681389000,2023,4,13,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148837,5,1681390800,2023,4,13,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148838,5,1681392600,2023,4,13,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148839,5,1681394400,2023,4,13,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148840,5,1681408800,2023,4,13,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148841,5,1681410600,2023,4,13,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148842,5,1681412400,2023,4,13,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148843,5,1681414200,2023,4,13,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148844,5,1681416000,2023,4,13,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148845,5,1681417800,2023,4,13,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148846,5,1681419600,2023,4,13,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148847,5,1681421400,2023,4,13,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148848,5,1681470000,2023,4,14,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148849,5,1681471800,2023,4,14,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148850,5,1681473600,2023,4,14,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148851,5,1681475400,2023,4,14,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148852,5,1681477200,2023,4,14,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148853,5,1681479000,2023,4,14,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148854,5,1681480800,2023,4,14,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148855,5,1681495200,2023,4,14,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148856,5,1681497000,2023,4,14,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148857,5,1681498800,2023,4,14,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148858,5,1681500600,2023,4,14,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148859,5,1681502400,2023,4,14,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148860,5,1681504200,2023,4,14,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148861,5,1681506000,2023,4,14,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148862,5,1681507800,2023,4,14,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148863,5,1681556400,2023,4,15,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148864,5,1681558200,2023,4,15,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148865,5,1681560000,2023,4,15,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148866,5,1681561800,2023,4,15,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148867,5,1681563600,2023,4,15,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148868,5,1681565400,2023,4,15,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148869,5,1681567200,2023,4,15,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148870,5,1681581600,2023,4,15,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148871,5,1681583400,2023,4,15,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148872,5,1681585200,2023,4,15,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148873,5,1681587000,2023,4,15,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148874,5,1681588800,2023,4,15,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148875,5,1681590600,2023,4,15,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148876,5,1681592400,2023,4,15,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148877,5,1681594200,2023,4,15,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148878,5,1681642800,2023,4,16,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148879,5,1681644600,2023,4,16,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148880,5,1681646400,2023,4,16,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148881,5,1681648200,2023,4,16,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148882,5,1681650000,2023,4,16,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148883,5,1681651800,2023,4,16,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148884,5,1681653600,2023,4,16,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148885,5,1681655400,2023,4,16,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148886,5,1681668000,2023,4,16,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148887,5,1681669800,2023,4,16,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148888,5,1681671600,2023,4,16,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148889,5,1681673400,2023,4,16,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148890,5,1681675200,2023,4,16,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148891,5,1681677000,2023,4,16,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148892,5,1681678800,2023,4,16,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148893,5,1681680600,2023,4,16,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(148894,5,1681729200,2023,4,17,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(148895,5,1681731000,2023,4,17,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(148896,5,1681732800,2023,4,17,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(148897,5,1681734600,2023,4,17,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(148898,5,1681736400,2023,4,17,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(148899,5,1681738200,2023,4,17,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(148900,5,1681740000,2023,4,17,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(148901,5,1681754400,2023,4,17,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(148902,5,1681756200,2023,4,17,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(148903,5,1681758000,2023,4,17,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(148904,5,1681759800,2023,4,17,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(148905,5,1681761600,2023,4,17,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(148906,5,1681763400,2023,4,17,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(148907,5,1681765200,2023,4,17,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(148908,5,1681767000,2023,4,17,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(148909,5,1681815600,2023,4,18,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(148910,5,1681817400,2023,4,18,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(148911,5,1681819200,2023,4,18,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(148912,5,1681821000,2023,4,18,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(148913,5,1681822800,2023,4,18,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(148914,5,1681824600,2023,4,18,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(148915,5,1681826400,2023,4,18,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(148916,5,1681840800,2023,4,18,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(148917,5,1681842600,2023,4,18,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(148918,5,1681844400,2023,4,18,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(148919,5,1681846200,2023,4,18,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(148920,5,1681848000,2023,4,18,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(148921,5,1681849800,2023,4,18,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(148922,5,1681851600,2023,4,18,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(148923,5,1681853400,2023,4,18,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(148924,5,1681902000,2023,4,19,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(148925,5,1681903800,2023,4,19,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(148926,5,1681905600,2023,4,19,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(148927,5,1681907400,2023,4,19,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(148928,5,1681909200,2023,4,19,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(148929,5,1681911000,2023,4,19,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(148930,5,1681912800,2023,4,19,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(148931,5,1681927200,2023,4,19,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(148932,5,1681929000,2023,4,19,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(148933,5,1681930800,2023,4,19,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(148934,5,1681932600,2023,4,19,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(148935,5,1681934400,2023,4,19,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(148936,5,1681936200,2023,4,19,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(148937,5,1681938000,2023,4,19,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(148938,5,1681939800,2023,4,19,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(148939,5,1681988400,2023,4,20,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(148940,5,1681990200,2023,4,20,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(148941,5,1681992000,2023,4,20,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(148942,5,1681993800,2023,4,20,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(148943,5,1681995600,2023,4,20,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(148944,5,1681997400,2023,4,20,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(148945,5,1681999200,2023,4,20,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(148946,5,1682013600,2023,4,20,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(148947,5,1682015400,2023,4,20,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(148948,5,1682017200,2023,4,20,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(148949,5,1682019000,2023,4,20,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(148950,5,1682020800,2023,4,20,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(148951,5,1682022600,2023,4,20,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(148952,5,1682024400,2023,4,20,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(148953,5,1682026200,2023,4,20,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(148954,5,1682074800,2023,4,21,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(148955,5,1682076600,2023,4,21,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(148956,5,1682078400,2023,4,21,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(148957,5,1682080200,2023,4,21,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(148958,5,1682082000,2023,4,21,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(148959,5,1682083800,2023,4,21,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(148960,5,1682085600,2023,4,21,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(148961,5,1682100000,2023,4,21,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(148962,5,1682101800,2023,4,21,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(148963,5,1682103600,2023,4,21,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(148964,5,1682105400,2023,4,21,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(148965,5,1682107200,2023,4,21,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(148966,5,1682109000,2023,4,21,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(148967,5,1682110800,2023,4,21,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(148968,5,1682112600,2023,4,21,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(148969,5,1682161200,2023,4,22,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(148970,5,1682163000,2023,4,22,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(148971,5,1682164800,2023,4,22,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(148972,5,1682166600,2023,4,22,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(148973,5,1682168400,2023,4,22,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(148974,5,1682170200,2023,4,22,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(148975,5,1682172000,2023,4,22,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(148976,5,1682186400,2023,4,22,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(148977,5,1682188200,2023,4,22,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(148978,5,1682190000,2023,4,22,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(148979,5,1682191800,2023,4,22,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(148980,5,1682193600,2023,4,22,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(148981,5,1682195400,2023,4,22,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(148982,5,1682197200,2023,4,22,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(148983,5,1682199000,2023,4,22,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(148984,5,1682247600,2023,4,23,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(148985,5,1682249400,2023,4,23,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(148986,5,1682251200,2023,4,23,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(148987,5,1682253000,2023,4,23,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(148988,5,1682254800,2023,4,23,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(148989,5,1682256600,2023,4,23,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(148990,5,1682258400,2023,4,23,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(148991,5,1682260200,2023,4,23,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(148992,5,1682272800,2023,4,23,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(148993,5,1682274600,2023,4,23,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(148994,5,1682276400,2023,4,23,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(148995,5,1682278200,2023,4,23,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(148996,5,1682280000,2023,4,23,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(148997,5,1682281800,2023,4,23,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(148998,5,1682283600,2023,4,23,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(148999,5,1682285400,2023,4,23,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(149000,5,1682334000,2023,4,24,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(149001,5,1682335800,2023,4,24,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(149002,5,1682337600,2023,4,24,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(149003,5,1682339400,2023,4,24,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(149004,5,1682341200,2023,4,24,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(149005,5,1682343000,2023,4,24,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(149006,5,1682344800,2023,4,24,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(149007,5,1682359200,2023,4,24,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(149008,5,1682361000,2023,4,24,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(149009,5,1682362800,2023,4,24,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(149010,5,1682364600,2023,4,24,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(149011,5,1682366400,2023,4,24,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(149012,5,1682368200,2023,4,24,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(149013,5,1682370000,2023,4,24,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(149014,5,1682371800,2023,4,24,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(149015,5,1682420400,2023,4,25,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(149016,5,1682422200,2023,4,25,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(149017,5,1682424000,2023,4,25,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(149018,5,1682425800,2023,4,25,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(149019,5,1682427600,2023,4,25,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(149020,5,1682429400,2023,4,25,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(149021,5,1682431200,2023,4,25,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(149022,5,1682445600,2023,4,25,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(149023,5,1682447400,2023,4,25,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(149024,5,1682449200,2023,4,25,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(149025,5,1682451000,2023,4,25,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(149026,5,1682452800,2023,4,25,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(149027,5,1682454600,2023,4,25,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(149028,5,1682456400,2023,4,25,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(149029,5,1682458200,2023,4,25,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(149030,5,1682506800,2023,4,26,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(149031,5,1682508600,2023,4,26,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(149032,5,1682510400,2023,4,26,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(149033,5,1682512200,2023,4,26,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(149034,5,1682514000,2023,4,26,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(149035,5,1682515800,2023,4,26,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(149036,5,1682517600,2023,4,26,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(149037,5,1682532000,2023,4,26,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(149038,5,1682533800,2023,4,26,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(149039,5,1682535600,2023,4,26,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(149040,5,1682537400,2023,4,26,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(149041,5,1682539200,2023,4,26,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(149042,5,1682541000,2023,4,26,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(149043,5,1682542800,2023,4,26,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(149044,5,1682544600,2023,4,26,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(149045,5,1682593200,2023,4,27,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(149046,5,1682595000,2023,4,27,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(149047,5,1682596800,2023,4,27,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(149048,5,1682598600,2023,4,27,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(149049,5,1682600400,2023,4,27,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(149050,5,1682602200,2023,4,27,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(149051,5,1682604000,2023,4,27,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(149052,5,1682618400,2023,4,27,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(149053,5,1682620200,2023,4,27,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(149054,5,1682622000,2023,4,27,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(149055,5,1682623800,2023,4,27,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(149056,5,1682625600,2023,4,27,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(149057,5,1682627400,2023,4,27,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(149058,5,1682629200,2023,4,27,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(149059,5,1682631000,2023,4,27,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(149060,5,1682679600,2023,4,28,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(149061,5,1682681400,2023,4,28,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(149062,5,1682683200,2023,4,28,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(149063,5,1682685000,2023,4,28,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(149064,5,1682686800,2023,4,28,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(149065,5,1682688600,2023,4,28,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(149066,5,1682690400,2023,4,28,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(149067,5,1682704800,2023,4,28,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(149068,5,1682706600,2023,4,28,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(149069,5,1682708400,2023,4,28,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(149070,5,1682710200,2023,4,28,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(149071,5,1682712000,2023,4,28,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(149072,5,1682713800,2023,4,28,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(149073,5,1682715600,2023,4,28,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(149074,5,1682717400,2023,4,28,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(149075,5,1682766000,2023,4,29,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(149076,5,1682767800,2023,4,29,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(149077,5,1682769600,2023,4,29,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(149078,5,1682771400,2023,4,29,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(149079,5,1682773200,2023,4,29,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(149080,5,1682775000,2023,4,29,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(149081,5,1682776800,2023,4,29,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(149082,5,1682791200,2023,4,29,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(149083,5,1682793000,2023,4,29,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(149084,5,1682794800,2023,4,29,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(149085,5,1682796600,2023,4,29,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(149086,5,1682798400,2023,4,29,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(149087,5,1682800200,2023,4,29,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(149088,5,1682802000,2023,4,29,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(149089,5,1682803800,2023,4,29,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(149090,5,1682852400,2023,4,30,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(149091,5,1682854200,2023,4,30,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(149092,5,1682856000,2023,4,30,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(149093,5,1682857800,2023,4,30,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(149094,5,1682859600,2023,4,30,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(149095,5,1682861400,2023,4,30,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(149096,5,1682863200,2023,4,30,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(149097,5,1682865000,2023,4,30,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(149098,5,1682877600,2023,4,30,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(149099,5,1682879400,2023,4,30,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(149100,5,1682881200,2023,4,30,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(149101,5,1682883000,2023,4,30,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(149102,5,1682884800,2023,4,30,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(149103,5,1682886600,2023,4,30,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(149104,5,1682888400,2023,4,30,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(149105,5,1682890200,2023,4,30,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(149106,5,1682938800,2023,5,1,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(149107,5,1682940600,2023,5,1,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(149108,5,1682942400,2023,5,1,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(149109,5,1682944200,2023,5,1,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(149110,5,1682946000,2023,5,1,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(149111,5,1682947800,2023,5,1,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(149112,5,1682949600,2023,5,1,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(149113,5,1682964000,2023,5,1,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(149114,5,1682965800,2023,5,1,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(149115,5,1682967600,2023,5,1,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(149116,5,1682969400,2023,5,1,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(149117,5,1682971200,2023,5,1,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(149118,5,1682973000,2023,5,1,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(149119,5,1682974800,2023,5,1,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(149120,5,1682976600,2023,5,1,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(149121,5,1683025200,2023,5,2,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(149122,5,1683027000,2023,5,2,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(149123,5,1683028800,2023,5,2,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(149124,5,1683030600,2023,5,2,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(149125,5,1683032400,2023,5,2,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(149126,5,1683034200,2023,5,2,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(149127,5,1683036000,2023,5,2,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(149128,5,1683050400,2023,5,2,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(149129,5,1683052200,2023,5,2,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(149130,5,1683054000,2023,5,2,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(149131,5,1683055800,2023,5,2,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(149132,5,1683057600,2023,5,2,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(149133,5,1683059400,2023,5,2,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(149134,5,1683061200,2023,5,2,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(149135,5,1683063000,2023,5,2,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(149136,5,1683111600,2023,5,3,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(149137,5,1683113400,2023,5,3,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(149138,5,1683115200,2023,5,3,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(149139,5,1683117000,2023,5,3,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(149140,5,1683118800,2023,5,3,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(149141,5,1683120600,2023,5,3,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(149142,5,1683122400,2023,5,3,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(149143,5,1683136800,2023,5,3,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(149144,5,1683138600,2023,5,3,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(149145,5,1683140400,2023,5,3,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(149146,5,1683142200,2023,5,3,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(149147,5,1683144000,2023,5,3,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(149148,5,1683145800,2023,5,3,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(149149,5,1683147600,2023,5,3,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(149150,5,1683149400,2023,5,3,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(149151,5,1683198000,2023,5,4,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(149152,5,1683199800,2023,5,4,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(149153,5,1683201600,2023,5,4,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(149154,5,1683203400,2023,5,4,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(149155,5,1683205200,2023,5,4,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(149156,5,1683207000,2023,5,4,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(149157,5,1683208800,2023,5,4,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(149158,5,1683223200,2023,5,4,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(149159,5,1683225000,2023,5,4,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(149160,5,1683226800,2023,5,4,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(149161,5,1683228600,2023,5,4,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(149162,5,1683230400,2023,5,4,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(149163,5,1683232200,2023,5,4,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(149164,5,1683234000,2023,5,4,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(149165,5,1683235800,2023,5,4,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(149166,5,1683284400,2023,5,5,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(149167,5,1683286200,2023,5,5,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(149168,5,1683288000,2023,5,5,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(149169,5,1683289800,2023,5,5,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(149170,5,1683291600,2023,5,5,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(149171,5,1683293400,2023,5,5,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(149172,5,1683295200,2023,5,5,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(149173,5,1683309600,2023,5,5,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(149174,5,1683311400,2023,5,5,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(149175,5,1683313200,2023,5,5,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(149176,5,1683315000,2023,5,5,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(149177,5,1683316800,2023,5,5,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(149178,5,1683318600,2023,5,5,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(149179,5,1683320400,2023,5,5,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(149180,5,1683322200,2023,5,5,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(149181,5,1683370800,2023,5,6,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(149182,5,1683372600,2023,5,6,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(149183,5,1683374400,2023,5,6,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(149184,5,1683376200,2023,5,6,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(149185,5,1683378000,2023,5,6,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(149186,5,1683379800,2023,5,6,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(149187,5,1683381600,2023,5,6,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(149188,5,1683396000,2023,5,6,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(149189,5,1683397800,2023,5,6,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(149190,5,1683399600,2023,5,6,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(149191,5,1683401400,2023,5,6,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(149192,5,1683403200,2023,5,6,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(149193,5,1683405000,2023,5,6,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(149194,5,1683406800,2023,5,6,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(149195,5,1683408600,2023,5,6,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(149196,5,1683457200,2023,5,7,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(149197,5,1683459000,2023,5,7,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(149198,5,1683460800,2023,5,7,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(149199,5,1683462600,2023,5,7,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(149200,5,1683464400,2023,5,7,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(149201,5,1683466200,2023,5,7,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(149202,5,1683468000,2023,5,7,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(149203,5,1683469800,2023,5,7,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(149204,5,1683482400,2023,5,7,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(149205,5,1683484200,2023,5,7,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(149206,5,1683486000,2023,5,7,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(149207,5,1683487800,2023,5,7,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(149208,5,1683489600,2023,5,7,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(149209,5,1683491400,2023,5,7,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(149210,5,1683493200,2023,5,7,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(149211,5,1683495000,2023,5,7,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(149212,5,1683543600,2023,5,8,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(149213,5,1683545400,2023,5,8,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(149214,5,1683547200,2023,5,8,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(149215,5,1683549000,2023,5,8,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(149216,5,1683550800,2023,5,8,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(149217,5,1683552600,2023,5,8,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(149218,5,1683554400,2023,5,8,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(149219,5,1683568800,2023,5,8,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(149220,5,1683570600,2023,5,8,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(149221,5,1683572400,2023,5,8,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(149222,5,1683574200,2023,5,8,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(149223,5,1683576000,2023,5,8,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(149224,5,1683577800,2023,5,8,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(149225,5,1683579600,2023,5,8,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(149226,5,1683581400,2023,5,8,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(149227,5,1683630000,2023,5,9,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(149228,5,1683631800,2023,5,9,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(149229,5,1683633600,2023,5,9,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(149230,5,1683635400,2023,5,9,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(149231,5,1683637200,2023,5,9,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(149232,5,1683639000,2023,5,9,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(149233,5,1683640800,2023,5,9,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(149234,5,1683655200,2023,5,9,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(149235,5,1683657000,2023,5,9,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(149236,5,1683658800,2023,5,9,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(149237,5,1683660600,2023,5,9,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(149238,5,1683662400,2023,5,9,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(149239,5,1683664200,2023,5,9,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(149240,5,1683666000,2023,5,9,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(149241,5,1683667800,2023,5,9,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(149242,5,1683716400,2023,5,10,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(149243,5,1683718200,2023,5,10,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(149244,5,1683720000,2023,5,10,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(149245,5,1683721800,2023,5,10,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(149246,5,1683723600,2023,5,10,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(149247,5,1683725400,2023,5,10,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(149248,5,1683727200,2023,5,10,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(149249,5,1683741600,2023,5,10,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(149250,5,1683743400,2023,5,10,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(149251,5,1683745200,2023,5,10,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(149252,5,1683747000,2023,5,10,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(149253,5,1683748800,2023,5,10,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(149254,5,1683750600,2023,5,10,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(149255,5,1683752400,2023,5,10,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(149256,5,1683754200,2023,5,10,3,23,30,'',0,99,99,0,0,'false','false',1598014882),(149257,5,1683802800,2023,5,11,4,13,0,'',0,99,99,0,0,'false','false',1598014882),(149258,5,1683804600,2023,5,11,4,13,30,'',0,99,99,0,0,'false','false',1598014882),(149259,5,1683806400,2023,5,11,4,14,0,'',0,99,99,0,0,'false','false',1598014882),(149260,5,1683808200,2023,5,11,4,14,30,'',0,99,99,0,0,'false','false',1598014882),(149261,5,1683810000,2023,5,11,4,15,0,'',0,99,99,0,0,'false','false',1598014882),(149262,5,1683811800,2023,5,11,4,15,30,'',0,99,99,0,0,'false','false',1598014882),(149263,5,1683813600,2023,5,11,4,16,0,'',0,99,99,0,0,'false','false',1598014882),(149264,5,1683828000,2023,5,11,4,20,0,'',0,99,99,0,0,'false','false',1598014882),(149265,5,1683829800,2023,5,11,4,20,30,'',0,99,99,0,0,'false','false',1598014882),(149266,5,1683831600,2023,5,11,4,21,0,'',0,99,99,0,0,'false','false',1598014882),(149267,5,1683833400,2023,5,11,4,21,30,'',0,99,99,0,0,'false','false',1598014882),(149268,5,1683835200,2023,5,11,4,22,0,'',0,99,99,0,0,'false','false',1598014882),(149269,5,1683837000,2023,5,11,4,22,30,'',0,99,99,0,0,'false','false',1598014882),(149270,5,1683838800,2023,5,11,4,23,0,'',0,99,99,0,0,'false','false',1598014882),(149271,5,1683840600,2023,5,11,4,23,30,'',0,99,99,0,0,'false','false',1598014882),(149272,5,1683889200,2023,5,12,5,13,0,'',0,99,99,0,0,'false','false',1598014882),(149273,5,1683891000,2023,5,12,5,13,30,'',0,99,99,0,0,'false','false',1598014882),(149274,5,1683892800,2023,5,12,5,14,0,'',0,99,99,0,0,'false','false',1598014882),(149275,5,1683894600,2023,5,12,5,14,30,'',0,99,99,0,0,'false','false',1598014882),(149276,5,1683896400,2023,5,12,5,15,0,'',0,99,99,0,0,'false','false',1598014882),(149277,5,1683898200,2023,5,12,5,15,30,'',0,99,99,0,0,'false','false',1598014882),(149278,5,1683900000,2023,5,12,5,16,0,'',0,99,99,0,0,'false','false',1598014882),(149279,5,1683914400,2023,5,12,5,20,0,'',0,99,99,0,0,'false','false',1598014882),(149280,5,1683916200,2023,5,12,5,20,30,'',0,99,99,0,0,'false','false',1598014882),(149281,5,1683918000,2023,5,12,5,21,0,'',0,99,99,0,0,'false','false',1598014882),(149282,5,1683919800,2023,5,12,5,21,30,'',0,99,99,0,0,'false','false',1598014882),(149283,5,1683921600,2023,5,12,5,22,0,'',0,99,99,0,0,'false','false',1598014882),(149284,5,1683923400,2023,5,12,5,22,30,'',0,99,99,0,0,'false','false',1598014882),(149285,5,1683925200,2023,5,12,5,23,0,'',0,99,99,0,0,'false','false',1598014882),(149286,5,1683927000,2023,5,12,5,23,30,'',0,99,99,0,0,'false','false',1598014882),(149287,5,1683975600,2023,5,13,6,13,0,'',0,99,99,0,0,'false','false',1598014882),(149288,5,1683977400,2023,5,13,6,13,30,'',0,99,99,0,0,'false','false',1598014882),(149289,5,1683979200,2023,5,13,6,14,0,'',0,99,99,0,0,'false','false',1598014882),(149290,5,1683981000,2023,5,13,6,14,30,'',0,99,99,0,0,'false','false',1598014882),(149291,5,1683982800,2023,5,13,6,15,0,'',0,99,99,0,0,'false','false',1598014882),(149292,5,1683984600,2023,5,13,6,15,30,'',0,99,99,0,0,'false','false',1598014882),(149293,5,1683986400,2023,5,13,6,16,0,'',0,99,99,0,0,'false','false',1598014882),(149294,5,1684000800,2023,5,13,6,20,0,'',0,99,99,0,0,'false','false',1598014882),(149295,5,1684002600,2023,5,13,6,20,30,'',0,99,99,0,0,'false','false',1598014882),(149296,5,1684004400,2023,5,13,6,21,0,'',0,99,99,0,0,'false','false',1598014882),(149297,5,1684006200,2023,5,13,6,21,30,'',0,99,99,0,0,'false','false',1598014882),(149298,5,1684008000,2023,5,13,6,22,0,'',0,99,99,0,0,'false','false',1598014882),(149299,5,1684009800,2023,5,13,6,22,30,'',0,99,99,0,0,'false','false',1598014882),(149300,5,1684011600,2023,5,13,6,23,0,'',0,99,99,0,0,'false','false',1598014882),(149301,5,1684013400,2023,5,13,6,23,30,'',0,99,99,0,0,'false','false',1598014882),(149302,5,1684062000,2023,5,14,0,13,0,'',0,99,99,0,0,'false','false',1598014882),(149303,5,1684063800,2023,5,14,0,13,30,'',0,99,99,0,0,'false','false',1598014882),(149304,5,1684065600,2023,5,14,0,14,0,'',0,99,99,0,0,'false','false',1598014882),(149305,5,1684067400,2023,5,14,0,14,30,'',0,99,99,0,0,'false','false',1598014882),(149306,5,1684069200,2023,5,14,0,15,0,'',0,99,99,0,0,'false','false',1598014882),(149307,5,1684071000,2023,5,14,0,15,30,'',0,99,99,0,0,'false','false',1598014882),(149308,5,1684072800,2023,5,14,0,16,0,'',0,99,99,0,0,'false','false',1598014882),(149309,5,1684074600,2023,5,14,0,16,30,'',0,99,99,0,0,'false','false',1598014882),(149310,5,1684087200,2023,5,14,0,20,0,'',0,98,98,0,0,'false','false',1598014882),(149311,5,1684089000,2023,5,14,0,20,30,'',0,99,99,0,0,'false','false',1598014882),(149312,5,1684090800,2023,5,14,0,21,0,'',0,99,99,0,0,'false','false',1598014882),(149313,5,1684092600,2023,5,14,0,21,30,'',0,99,99,0,0,'false','false',1598014882),(149314,5,1684094400,2023,5,14,0,22,0,'',0,99,99,0,0,'false','false',1598014882),(149315,5,1684096200,2023,5,14,0,22,30,'',0,99,99,0,0,'false','false',1598014882),(149316,5,1684098000,2023,5,14,0,23,0,'',0,99,99,0,0,'false','false',1598014882),(149317,5,1684099800,2023,5,14,0,23,30,'',0,99,99,0,0,'false','false',1598014882),(149318,5,1684148400,2023,5,15,1,13,0,'',0,99,99,0,0,'false','false',1598014882),(149319,5,1684150200,2023,5,15,1,13,30,'',0,99,99,0,0,'false','false',1598014882),(149320,5,1684152000,2023,5,15,1,14,0,'',0,99,99,0,0,'false','false',1598014882),(149321,5,1684153800,2023,5,15,1,14,30,'',0,99,99,0,0,'false','false',1598014882),(149322,5,1684155600,2023,5,15,1,15,0,'',0,99,99,0,0,'false','false',1598014882),(149323,5,1684157400,2023,5,15,1,15,30,'',0,99,99,0,0,'false','false',1598014882),(149324,5,1684159200,2023,5,15,1,16,0,'',0,99,99,0,0,'false','false',1598014882),(149325,5,1684173600,2023,5,15,1,20,0,'',0,99,99,0,0,'false','false',1598014882),(149326,5,1684175400,2023,5,15,1,20,30,'',0,99,99,0,0,'false','false',1598014882),(149327,5,1684177200,2023,5,15,1,21,0,'',0,99,99,0,0,'false','false',1598014882),(149328,5,1684179000,2023,5,15,1,21,30,'',0,99,99,0,0,'false','false',1598014882),(149329,5,1684180800,2023,5,15,1,22,0,'',0,99,99,0,0,'false','false',1598014882),(149330,5,1684182600,2023,5,15,1,22,30,'',0,99,99,0,0,'false','false',1598014882),(149331,5,1684184400,2023,5,15,1,23,0,'',0,99,99,0,0,'false','false',1598014882),(149332,5,1684186200,2023,5,15,1,23,30,'',0,99,99,0,0,'false','false',1598014882),(149333,5,1684234800,2023,5,16,2,13,0,'',0,99,99,0,0,'false','false',1598014882),(149334,5,1684236600,2023,5,16,2,13,30,'',0,99,99,0,0,'false','false',1598014882),(149335,5,1684238400,2023,5,16,2,14,0,'',0,99,99,0,0,'false','false',1598014882),(149336,5,1684240200,2023,5,16,2,14,30,'',0,99,99,0,0,'false','false',1598014882),(149337,5,1684242000,2023,5,16,2,15,0,'',0,99,99,0,0,'false','false',1598014882),(149338,5,1684243800,2023,5,16,2,15,30,'',0,99,99,0,0,'false','false',1598014882),(149339,5,1684245600,2023,5,16,2,16,0,'',0,99,99,0,0,'false','false',1598014882),(149340,5,1684260000,2023,5,16,2,20,0,'',0,99,99,0,0,'false','false',1598014882),(149341,5,1684261800,2023,5,16,2,20,30,'',0,99,99,0,0,'false','false',1598014882),(149342,5,1684263600,2023,5,16,2,21,0,'',0,99,99,0,0,'false','false',1598014882),(149343,5,1684265400,2023,5,16,2,21,30,'',0,99,99,0,0,'false','false',1598014882),(149344,5,1684267200,2023,5,16,2,22,0,'',0,99,99,0,0,'false','false',1598014882),(149345,5,1684269000,2023,5,16,2,22,30,'',0,99,99,0,0,'false','false',1598014882),(149346,5,1684270800,2023,5,16,2,23,0,'',0,99,99,0,0,'false','false',1598014882),(149347,5,1684272600,2023,5,16,2,23,30,'',0,99,99,0,0,'false','false',1598014882),(149348,5,1684321200,2023,5,17,3,13,0,'',0,99,99,0,0,'false','false',1598014882),(149349,5,1684323000,2023,5,17,3,13,30,'',0,99,99,0,0,'false','false',1598014882),(149350,5,1684324800,2023,5,17,3,14,0,'',0,99,99,0,0,'false','false',1598014882),(149351,5,1684326600,2023,5,17,3,14,30,'',0,99,99,0,0,'false','false',1598014882),(149352,5,1684328400,2023,5,17,3,15,0,'',0,99,99,0,0,'false','false',1598014882),(149353,5,1684330200,2023,5,17,3,15,30,'',0,99,99,0,0,'false','false',1598014882),(149354,5,1684332000,2023,5,17,3,16,0,'',0,99,99,0,0,'false','false',1598014882),(149355,5,1684346400,2023,5,17,3,20,0,'',0,99,99,0,0,'false','false',1598014882),(149356,5,1684348200,2023,5,17,3,20,30,'',0,99,99,0,0,'false','false',1598014882),(149357,5,1684350000,2023,5,17,3,21,0,'',0,99,99,0,0,'false','false',1598014882),(149358,5,1684351800,2023,5,17,3,21,30,'',0,99,99,0,0,'false','false',1598014882),(149359,5,1684353600,2023,5,17,3,22,0,'',0,99,99,0,0,'false','false',1598014882),(149360,5,1684355400,2023,5,17,3,22,30,'',0,99,99,0,0,'false','false',1598014882),(149361,5,1684357200,2023,5,17,3,23,0,'',0,99,99,0,0,'false','false',1598014882),(149362,5,1684359000,2023,5,17,3,23,30,'',0,99,99,0,0,'false','false',1598014882);
/*!40000 ALTER TABLE `wpdl_booking_package_schedule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_subscriptions`
--

DROP TABLE IF EXISTS `wpdl_booking_package_subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_subscriptions` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `subscription` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `active` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ranking` int(11) DEFAULT '1',
  `renewal` int(11) DEFAULT '1',
  `limit` int(11) DEFAULT '1',
  `numberOfTimes` int(11) DEFAULT '1',
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_subscriptions`
--

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

--
-- Table structure for table `wpdl_booking_package_taxes`
--

DROP TABLE IF EXISTS `wpdl_booking_package_taxes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_taxes` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `active` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'tax',
  `tax` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'tax_inclusive',
  `method` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'addition',
  `target` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'guest',
  `scope` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'day',
  `value` float DEFAULT '0',
  `ranking` int(11) NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_taxes`
--

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

--
-- Table structure for table `wpdl_booking_package_templateSchedule`
--

DROP TABLE IF EXISTS `wpdl_booking_package_templateSchedule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_templateSchedule` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `accountKey` int(11) NOT NULL,
  `weekKey` int(11) NOT NULL,
  `hour` int(11) NOT NULL,
  `min` int(11) NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `cost` int(11) DEFAULT NULL,
  `capacity` int(11) NOT NULL,
  `deadlineTime` int(11) NOT NULL DEFAULT '0',
  `stop` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `holiday` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `uploadDate` int(11) DEFAULT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=783 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_templateSchedule`
--

LOCK TABLES `wpdl_booking_package_templateSchedule` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_templateSchedule` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_templateSchedule` VALUES (260,1,0,13,0,'',0,99,0,'false','false',1566045403),(261,1,0,13,30,'',0,99,0,'false','false',1566045403),(262,1,0,14,0,'',0,99,0,'false','false',1566045403),(263,1,0,14,30,'',0,99,0,'false','false',1566045403),(264,1,0,15,0,'',0,99,0,'false','false',1566045403),(265,1,0,15,30,'',0,99,0,'false','false',1566045403),(266,1,0,16,0,'',0,99,0,'false','false',1566045403),(267,1,0,16,30,'',0,99,0,'false','false',1566045403),(268,1,1,13,0,'',0,99,0,'false','false',1566045604),(269,1,1,13,30,'',0,99,0,'false','false',1566045604),(270,1,1,14,0,'',0,99,0,'false','false',1566045604),(271,1,1,14,30,'',0,99,0,'false','false',1566045604),(272,1,1,15,0,'',0,99,0,'false','false',1566045604),(273,1,1,15,30,'',0,99,0,'false','false',1566045604),(274,1,1,20,0,'',0,99,0,'false','false',1566045604),(275,1,1,20,30,'',0,99,0,'false','false',1566045604),(276,1,1,21,0,'',0,99,0,'false','false',1566045604),(277,1,1,21,30,'',0,99,0,'false','false',1566045604),(278,1,1,22,0,'',0,99,0,'false','false',1566045604),(279,1,1,22,30,'',0,99,0,'false','false',1566045604),(280,1,1,23,0,'',0,99,0,'false','false',1566045604),(281,1,1,23,30,'',0,99,0,'false','false',1566045604),(304,1,2,13,0,'',0,99,0,'false','false',1566045806),(305,1,2,13,30,'',0,99,0,'false','false',1566045806),(306,1,2,14,0,'',0,99,0,'false','false',1566045806),(307,1,2,14,30,'',0,99,0,'false','false',1566045806),(308,1,2,15,0,'',0,99,0,'false','false',1566045806),(309,1,2,15,30,'',0,99,0,'false','false',1566045806),(310,1,2,16,0,'',0,99,0,'false','false',1566045806),(311,1,2,16,30,'',0,99,0,'false','false',1566045806),(318,1,2,20,0,'',0,99,0,'false','false',1566045806),(319,1,2,20,30,'',0,99,0,'false','false',1566045806),(320,1,2,21,0,'',0,99,0,'false','false',1566045806),(321,1,2,21,30,'',0,99,0,'false','false',1566045806),(322,1,2,22,0,'',0,99,0,'false','false',1566045806),(323,1,2,22,30,'',0,99,0,'false','false',1566045806),(324,1,2,23,0,'',0,99,0,'false','false',1566045806),(325,1,2,23,30,'',0,99,0,'false','false',1566045806),(326,1,3,13,0,'',0,99,0,'false','false',1566045879),(327,1,3,13,30,'',0,99,0,'false','false',1566045879),(328,1,3,14,0,'',0,99,0,'false','false',1566045879),(329,1,3,14,30,'',0,99,0,'false','false',1566045879),(330,1,3,15,0,'',0,99,0,'false','false',1566045879),(331,1,3,15,30,'',0,99,0,'false','false',1566045879),(332,1,3,16,0,'',0,99,0,'false','false',1566045879),(333,1,3,16,30,'',0,99,0,'false','false',1566045879),(340,1,3,20,0,'',0,99,0,'false','false',1566045879),(341,1,3,20,30,'',0,99,0,'false','false',1566045879),(342,1,3,21,0,'',0,99,0,'false','false',1566045879),(343,1,3,21,30,'',0,99,0,'false','false',1566045879),(344,1,3,22,0,'',0,99,0,'false','false',1566045879),(345,1,3,22,30,'',0,99,0,'false','false',1566045879),(346,1,3,23,0,'',0,99,0,'false','false',1566045879),(347,1,3,23,30,'',0,99,0,'false','false',1566045879),(348,1,4,13,0,'',0,99,0,'false','false',1566045951),(349,1,4,13,30,'',0,99,0,'false','false',1566045951),(350,1,4,14,0,'',0,99,0,'false','false',1566045951),(351,1,4,14,30,'',0,99,0,'false','false',1566045951),(352,1,4,15,0,'',0,99,0,'false','false',1566045951),(353,1,4,15,30,'',0,99,0,'false','false',1566045951),(354,1,4,16,0,'',0,99,0,'false','false',1566045951),(355,1,4,16,30,'',0,99,0,'false','false',1566045951),(362,1,4,20,0,'',0,99,0,'false','false',1566045951),(363,1,4,20,30,'',0,99,0,'false','false',1566045951),(364,1,4,21,0,'',0,99,0,'false','false',1566045951),(365,1,4,21,30,'',0,99,0,'false','false',1566045951),(366,1,4,22,0,'',0,99,0,'false','false',1566045951),(367,1,4,22,30,'',0,99,0,'false','false',1566045951),(368,1,4,23,0,'',0,99,0,'false','false',1566045951),(369,1,4,23,30,'',0,99,0,'false','false',1566045951),(370,1,5,13,0,'',0,99,0,'false','false',1566046062),(371,1,5,13,30,'',0,99,0,'false','false',1566046062),(372,1,5,14,0,'',0,99,0,'false','false',1566046062),(373,1,5,14,30,'',0,99,0,'false','false',1566046062),(374,1,5,15,0,'',0,99,0,'false','false',1566046062),(375,1,5,15,30,'',0,99,0,'false','false',1566046062),(376,1,5,16,0,'',0,99,0,'false','false',1566046062),(377,1,5,16,30,'',0,99,0,'false','false',1566046062),(384,1,5,20,0,'',0,99,0,'false','false',1566046062),(385,1,5,20,30,'',0,99,0,'false','false',1566046062),(386,1,5,21,0,'',0,99,0,'false','false',1566046062),(387,1,5,21,30,'',0,99,0,'false','false',1566046062),(388,1,5,22,0,'',0,99,0,'false','false',1566046062),(389,1,5,22,30,'',0,99,0,'false','false',1566046062),(390,1,5,23,0,'',0,99,0,'false','false',1566046062),(391,1,5,23,30,'',0,99,0,'false','false',1566046062),(392,1,6,13,0,'',0,99,0,'false','false',1566046097),(393,1,6,13,30,'',0,99,0,'false','false',1566046097),(394,1,6,14,0,'',0,99,0,'false','false',1566046097),(395,1,6,14,30,'',0,99,0,'false','false',1566046097),(396,1,6,15,0,'',0,99,0,'false','false',1566046097),(397,1,6,15,30,'',0,99,0,'false','false',1566046097),(398,1,6,16,0,'',0,99,0,'false','false',1566046097),(399,1,6,16,30,'',0,99,0,'false','false',1566046097),(406,1,6,20,0,'',0,99,0,'false','false',1566046097),(407,1,6,20,30,'',0,99,0,'false','false',1566046097),(408,1,6,21,0,'',0,99,0,'false','false',1566046097),(409,1,6,21,30,'',0,99,0,'false','false',1566046097),(410,1,6,22,0,'',0,99,0,'false','false',1566046097),(411,1,6,22,30,'',0,99,0,'false','false',1566046097),(412,1,6,23,0,'',0,99,0,'false','false',1566046097),(413,1,6,23,30,'',0,99,0,'false','false',1566046097),(414,3,0,13,0,'',0,99,0,'false','false',1566045403),(415,3,0,13,30,'',0,99,0,'false','false',1566045403),(416,3,0,14,0,'',0,99,0,'false','false',1566045403),(417,3,0,14,30,'',0,99,0,'false','false',1566045403),(418,3,0,15,0,'',0,99,0,'false','false',1566045403),(419,3,0,15,30,'',0,99,0,'false','false',1566045403),(420,3,0,16,0,'',0,99,0,'false','false',1566045403),(421,3,0,16,30,'',0,99,0,'false','false',1566045403),(422,3,1,13,0,'',0,99,0,'false','false',1566045604),(423,3,1,13,30,'',0,99,0,'false','false',1566045604),(424,3,1,14,0,'',0,99,0,'false','false',1566045604),(425,3,1,14,30,'',0,99,0,'false','false',1566045604),(426,3,1,15,0,'',0,99,0,'false','false',1566045604),(427,3,1,15,30,'',0,99,0,'false','false',1566045604),(428,3,1,20,0,'',0,99,0,'false','false',1566045604),(429,3,1,20,30,'',0,99,0,'false','false',1566045604),(430,3,1,21,0,'',0,99,0,'false','false',1566045604),(431,3,1,21,30,'',0,99,0,'false','false',1566045604),(432,3,1,22,0,'',0,99,0,'false','false',1566045604),(433,3,1,22,30,'',0,99,0,'false','false',1566045604),(434,3,1,23,0,'',0,99,0,'false','false',1566045604),(435,3,1,23,30,'',0,99,0,'false','false',1566045604),(436,3,2,13,0,'',0,99,0,'false','false',1566045806),(437,3,2,13,30,'',0,99,0,'false','false',1566045806),(438,3,2,14,0,'',0,99,0,'false','false',1566045806),(439,3,2,14,30,'',0,99,0,'false','false',1566045806),(440,3,2,15,0,'',0,99,0,'false','false',1566045806),(441,3,2,15,30,'',0,99,0,'false','false',1566045806),(442,3,2,16,0,'',0,99,0,'false','false',1566045806),(444,3,2,20,0,'',0,99,0,'false','false',1566045806),(445,3,2,20,30,'',0,99,0,'false','false',1566045806),(446,3,2,21,0,'',0,99,0,'false','false',1566045806),(447,3,2,21,30,'',0,99,0,'false','false',1566045806),(448,3,2,22,0,'',0,99,0,'false','false',1566045806),(449,3,2,22,30,'',0,99,0,'false','false',1566045806),(450,3,2,23,0,'',0,99,0,'false','false',1566045806),(451,3,2,23,30,'',0,99,0,'false','false',1566045806),(452,3,3,13,0,'',0,99,0,'false','false',1566045879),(453,3,3,13,30,'',0,99,0,'false','false',1566045879),(454,3,3,14,0,'',0,99,0,'false','false',1566045879),(455,3,3,14,30,'',0,99,0,'false','false',1566045879),(456,3,3,15,0,'',0,99,0,'false','false',1566045879),(457,3,3,15,30,'',0,99,0,'false','false',1566045879),(458,3,3,16,0,'',0,99,0,'false','false',1566045879),(460,3,3,20,0,'',0,99,0,'false','false',1566045879),(461,3,3,20,30,'',0,99,0,'false','false',1566045879),(462,3,3,21,0,'',0,99,0,'false','false',1566045879),(463,3,3,21,30,'',0,99,0,'false','false',1566045879),(464,3,3,22,0,'',0,99,0,'false','false',1566045879),(465,3,3,22,30,'',0,99,0,'false','false',1566045879),(466,3,3,23,0,'',0,99,0,'false','false',1566045879),(467,3,3,23,30,'',0,99,0,'false','false',1566045879),(468,3,4,13,0,'',0,99,0,'false','false',1566045951),(469,3,4,13,30,'',0,99,0,'false','false',1566045951),(470,3,4,14,0,'',0,99,0,'false','false',1566045951),(471,3,4,14,30,'',0,99,0,'false','false',1566045951),(472,3,4,15,0,'',0,99,0,'false','false',1566045951),(473,3,4,15,30,'',0,99,0,'false','false',1566045951),(474,3,4,16,0,'',0,99,0,'false','false',1566045951),(476,3,4,20,0,'',0,99,0,'false','false',1566045951),(477,3,4,20,30,'',0,99,0,'false','false',1566045951),(478,3,4,21,0,'',0,99,0,'false','false',1566045951),(479,3,4,21,30,'',0,99,0,'false','false',1566045951),(480,3,4,22,0,'',0,99,0,'false','false',1566045951),(481,3,4,22,30,'',0,99,0,'false','false',1566045951),(482,3,4,23,0,'',0,99,0,'false','false',1566045951),(483,3,4,23,30,'',0,99,0,'false','false',1566045951),(484,3,5,13,0,'',0,99,0,'false','false',1566046062),(485,3,5,13,30,'',0,99,0,'false','false',1566046062),(486,3,5,14,0,'',0,99,0,'false','false',1566046062),(487,3,5,14,30,'',0,99,0,'false','false',1566046062),(488,3,5,15,0,'',0,99,0,'false','false',1566046062),(489,3,5,15,30,'',0,99,0,'false','false',1566046062),(490,3,5,16,0,'',0,99,0,'false','false',1566046062),(492,3,5,20,0,'',0,99,0,'false','false',1566046062),(493,3,5,20,30,'',0,99,0,'false','false',1566046062),(494,3,5,21,0,'',0,99,0,'false','false',1566046062),(495,3,5,21,30,'',0,99,0,'false','false',1566046062),(496,3,5,22,0,'',0,99,0,'false','false',1566046062),(497,3,5,22,30,'',0,99,0,'false','false',1566046062),(498,3,5,23,0,'',0,99,0,'false','false',1566046062),(499,3,5,23,30,'',0,99,0,'false','false',1566046062),(500,3,6,13,0,'',0,99,0,'false','false',1566046097),(501,3,6,13,30,'',0,99,0,'false','false',1566046097),(502,3,6,14,0,'',0,99,0,'false','false',1566046097),(503,3,6,14,30,'',0,99,0,'false','false',1566046097),(504,3,6,15,0,'',0,99,0,'false','false',1566046097),(505,3,6,15,30,'',0,99,0,'false','false',1566046097),(506,3,6,16,0,'',0,99,0,'false','false',1566046097),(508,3,6,20,0,'',0,99,0,'false','false',1566046097),(509,3,6,20,30,'',0,99,0,'false','false',1566046097),(510,3,6,21,0,'',0,99,0,'false','false',1566046097),(511,3,6,21,30,'',0,99,0,'false','false',1566046097),(512,3,6,22,0,'',0,99,0,'false','false',1566046097),(513,3,6,22,30,'',0,99,0,'false','false',1566046097),(514,3,6,23,0,'',0,99,0,'false','false',1566046097),(515,3,6,23,30,'',0,99,0,'false','false',1566046097),(541,3,0,20,0,'',0,98,0,'false','false',1568652979),(542,3,0,20,30,'',0,99,0,'false','false',1568652979),(543,3,0,21,0,'',0,99,0,'false','false',1568652979),(544,3,0,21,30,'',0,0,0,'false','false',1568652979),(545,3,0,22,0,'',0,99,0,'false','false',1568652979),(546,3,0,22,30,'',0,99,0,'false','false',1568652979),(547,3,0,23,0,'',0,99,0,'false','false',1568652979),(548,3,0,23,30,'',0,99,0,'false','false',1568652979),(549,3,1,16,0,'',0,99,0,'false','false',1568653005),(550,4,0,13,0,'',0,99,0,'false','false',1566045403),(551,4,0,13,30,'',0,99,0,'false','false',1566045403),(552,4,0,14,0,'',0,99,0,'false','false',1566045403),(553,4,0,14,30,'',0,99,0,'false','false',1566045403),(554,4,0,15,0,'',0,99,0,'false','false',1566045403),(555,4,0,15,30,'',0,99,0,'false','false',1566045403),(556,4,0,16,0,'',0,99,0,'false','false',1566045403),(557,4,0,16,30,'',0,99,0,'false','false',1566045403),(558,4,1,13,0,'',0,99,0,'false','false',1566045604),(559,4,1,13,30,'',0,99,0,'false','false',1566045604),(560,4,1,14,0,'',0,99,0,'false','false',1566045604),(561,4,1,14,30,'',0,99,0,'false','false',1566045604),(562,4,1,15,0,'',0,99,0,'false','false',1566045604),(563,4,1,15,30,'',0,99,0,'false','false',1566045604),(564,4,1,20,0,'',0,99,0,'false','false',1566045604),(565,4,1,20,30,'',0,99,0,'false','false',1566045604),(566,4,1,21,0,'',0,99,0,'false','false',1566045604),(567,4,1,21,30,'',0,99,0,'false','false',1566045604),(568,4,1,22,0,'',0,99,0,'false','false',1566045604),(569,4,1,22,30,'',0,99,0,'false','false',1566045604),(570,4,1,23,0,'',0,99,0,'false','false',1566045604),(571,4,1,23,30,'',0,99,0,'false','false',1566045604),(572,4,2,13,0,'',0,99,0,'false','false',1566045806),(573,4,2,13,30,'',0,99,0,'false','false',1566045806),(574,4,2,14,0,'',0,99,0,'false','false',1566045806),(575,4,2,14,30,'',0,99,0,'false','false',1566045806),(576,4,2,15,0,'',0,99,0,'false','false',1566045806),(577,4,2,15,30,'',0,99,0,'false','false',1566045806),(578,4,2,16,0,'',0,99,0,'false','false',1566045806),(579,4,2,20,0,'',0,99,0,'false','false',1566045806),(580,4,2,20,30,'',0,99,0,'false','false',1566045806),(581,4,2,21,0,'',0,99,0,'false','false',1566045806),(582,4,2,21,30,'',0,99,0,'false','false',1566045806),(583,4,2,22,0,'',0,99,0,'false','false',1566045806),(584,4,2,22,30,'',0,99,0,'false','false',1566045806),(585,4,2,23,0,'',0,99,0,'false','false',1566045806),(586,4,2,23,30,'',0,99,0,'false','false',1566045806),(587,4,3,13,0,'',0,99,0,'false','false',1566045879),(588,4,3,13,30,'',0,99,0,'false','false',1566045879),(589,4,3,14,0,'',0,99,0,'false','false',1566045879),(590,4,3,14,30,'',0,99,0,'false','false',1566045879),(591,4,3,15,0,'',0,99,0,'false','false',1566045879),(592,4,3,15,30,'',0,99,0,'false','false',1566045879),(593,4,3,16,0,'',0,99,0,'false','false',1566045879),(594,4,3,20,0,'',0,99,0,'false','false',1566045879),(595,4,3,20,30,'',0,99,0,'false','false',1566045879),(596,4,3,21,0,'',0,99,0,'false','false',1566045879),(597,4,3,21,30,'',0,99,0,'false','false',1566045879),(598,4,3,22,0,'',0,99,0,'false','false',1566045879),(599,4,3,22,30,'',0,99,0,'false','false',1566045879),(600,4,3,23,0,'',0,99,0,'false','false',1566045879),(601,4,3,23,30,'',0,99,0,'false','false',1566045879),(602,4,4,13,0,'',0,99,0,'false','false',1566045951),(603,4,4,13,30,'',0,99,0,'false','false',1566045951),(604,4,4,14,0,'',0,99,0,'false','false',1566045951),(605,4,4,14,30,'',0,99,0,'false','false',1566045951),(606,4,4,15,0,'',0,99,0,'false','false',1566045951),(607,4,4,15,30,'',0,99,0,'false','false',1566045951),(608,4,4,16,0,'',0,99,0,'false','false',1566045951),(609,4,4,20,0,'',0,99,0,'false','false',1566045951),(610,4,4,20,30,'',0,99,0,'false','false',1566045951),(611,4,4,21,0,'',0,99,0,'false','false',1566045951),(612,4,4,21,30,'',0,99,0,'false','false',1566045951),(613,4,4,22,0,'',0,99,0,'false','false',1566045951),(614,4,4,22,30,'',0,99,0,'false','false',1566045951),(615,4,4,23,0,'',0,99,0,'false','false',1566045951),(616,4,4,23,30,'',0,99,0,'false','false',1566045951),(617,4,5,13,0,'',0,99,0,'false','false',1566046062),(618,4,5,13,30,'',0,99,0,'false','false',1566046062),(619,4,5,14,0,'',0,99,0,'false','false',1566046062),(620,4,5,14,30,'',0,99,0,'false','false',1566046062),(621,4,5,15,0,'',0,99,0,'false','false',1566046062),(622,4,5,15,30,'',0,99,0,'false','false',1566046062),(623,4,5,16,0,'',0,99,0,'false','false',1566046062),(624,4,5,20,0,'',0,99,0,'false','false',1566046062),(625,4,5,20,30,'',0,99,0,'false','false',1566046062),(626,4,5,21,0,'',0,99,0,'false','false',1566046062),(627,4,5,21,30,'',0,99,0,'false','false',1566046062),(628,4,5,22,0,'',0,99,0,'false','false',1566046062),(629,4,5,22,30,'',0,99,0,'false','false',1566046062),(630,4,5,23,0,'',0,99,0,'false','false',1566046062),(631,4,5,23,30,'',0,99,0,'false','false',1566046062),(632,4,6,13,0,'',0,99,0,'false','false',1566046097),(633,4,6,13,30,'',0,99,0,'false','false',1566046097),(634,4,6,14,0,'',0,99,0,'false','false',1566046097),(635,4,6,14,30,'',0,99,0,'false','false',1566046097),(636,4,6,15,0,'',0,99,0,'false','false',1566046097),(637,4,6,15,30,'',0,99,0,'false','false',1566046097),(638,4,6,16,0,'',0,99,0,'false','false',1566046097),(639,4,6,20,0,'',0,99,0,'false','false',1566046097),(640,4,6,20,30,'',0,99,0,'false','false',1566046097),(641,4,6,21,0,'',0,99,0,'false','false',1566046097),(642,4,6,21,30,'',0,99,0,'false','false',1566046097),(643,4,6,22,0,'',0,99,0,'false','false',1566046097),(644,4,6,22,30,'',0,99,0,'false','false',1566046097),(645,4,6,23,0,'',0,99,0,'false','false',1566046097),(646,4,6,23,30,'',0,99,0,'false','false',1566046097),(647,4,0,20,0,'',0,98,0,'false','false',1568652979),(648,4,0,20,30,'',0,99,0,'false','false',1568652979),(649,4,0,21,0,'',0,99,0,'false','false',1568652979),(650,4,0,21,30,'',0,99,0,'false','false',1568652979),(651,4,0,22,0,'',0,99,0,'false','false',1568652979),(652,4,0,22,30,'',0,99,0,'false','false',1568652979),(653,4,0,23,0,'',0,99,0,'false','false',1568652979),(654,4,0,23,30,'',0,99,0,'false','false',1568652979),(655,4,1,16,0,'',0,99,0,'false','false',1568653005),(677,5,0,13,0,'',0,99,0,'false','false',1566045403),(678,5,0,13,30,'',0,99,0,'false','false',1566045403),(679,5,0,14,0,'',0,99,0,'false','false',1566045403),(680,5,0,14,30,'',0,99,0,'false','false',1566045403),(681,5,0,15,0,'',0,99,0,'false','false',1566045403),(682,5,0,15,30,'',0,99,0,'false','false',1566045403),(683,5,0,16,0,'',0,99,0,'false','false',1566045403),(684,5,0,16,30,'',0,99,0,'false','false',1566045403),(685,5,1,13,0,'',0,99,0,'false','false',1566045604),(686,5,1,13,30,'',0,99,0,'false','false',1566045604),(687,5,1,14,0,'',0,99,0,'false','false',1566045604),(688,5,1,14,30,'',0,99,0,'false','false',1566045604),(689,5,1,15,0,'',0,99,0,'false','false',1566045604),(690,5,1,15,30,'',0,99,0,'false','false',1566045604),(691,5,1,20,0,'',0,99,0,'false','false',1566045604),(692,5,1,20,30,'',0,99,0,'false','false',1566045604),(693,5,1,21,0,'',0,99,0,'false','false',1566045604),(694,5,1,21,30,'',0,99,0,'false','false',1566045604),(695,5,1,22,0,'',0,99,0,'false','false',1566045604),(696,5,1,22,30,'',0,99,0,'false','false',1566045604),(697,5,1,23,0,'',0,99,0,'false','false',1566045604),(698,5,1,23,30,'',0,99,0,'false','false',1566045604),(699,5,2,13,0,'',0,99,0,'false','false',1566045806),(700,5,2,13,30,'',0,99,0,'false','false',1566045806),(701,5,2,14,0,'',0,99,0,'false','false',1566045806),(702,5,2,14,30,'',0,99,0,'false','false',1566045806),(703,5,2,15,0,'',0,99,0,'false','false',1566045806),(704,5,2,15,30,'',0,99,0,'false','false',1566045806),(705,5,2,16,0,'',0,99,0,'false','false',1566045806),(706,5,2,20,0,'',0,99,0,'false','false',1566045806),(707,5,2,20,30,'',0,99,0,'false','false',1566045806),(708,5,2,21,0,'',0,99,0,'false','false',1566045806),(709,5,2,21,30,'',0,99,0,'false','false',1566045806),(710,5,2,22,0,'',0,99,0,'false','false',1566045806),(711,5,2,22,30,'',0,99,0,'false','false',1566045806),(712,5,2,23,0,'',0,99,0,'false','false',1566045806),(713,5,2,23,30,'',0,99,0,'false','false',1566045806),(714,5,3,13,0,'',0,99,0,'false','false',1566045879),(715,5,3,13,30,'',0,99,0,'false','false',1566045879),(716,5,3,14,0,'',0,99,0,'false','false',1566045879),(717,5,3,14,30,'',0,99,0,'false','false',1566045879),(718,5,3,15,0,'',0,99,0,'false','false',1566045879),(719,5,3,15,30,'',0,99,0,'false','false',1566045879),(720,5,3,16,0,'',0,99,0,'false','false',1566045879),(721,5,3,20,0,'',0,99,0,'false','false',1566045879),(722,5,3,20,30,'',0,99,0,'false','false',1566045879),(723,5,3,21,0,'',0,99,0,'false','false',1566045879),(724,5,3,21,30,'',0,99,0,'false','false',1566045879),(725,5,3,22,0,'',0,99,0,'false','false',1566045879),(726,5,3,22,30,'',0,99,0,'false','false',1566045879),(727,5,3,23,0,'',0,99,0,'false','false',1566045879),(728,5,3,23,30,'',0,99,0,'false','false',1566045879),(729,5,4,13,0,'',0,99,0,'false','false',1566045951),(730,5,4,13,30,'',0,99,0,'false','false',1566045951),(731,5,4,14,0,'',0,99,0,'false','false',1566045951),(732,5,4,14,30,'',0,99,0,'false','false',1566045951),(733,5,4,15,0,'',0,99,0,'false','false',1566045951),(734,5,4,15,30,'',0,99,0,'false','false',1566045951),(735,5,4,16,0,'',0,99,0,'false','false',1566045951),(736,5,4,20,0,'',0,99,0,'false','false',1566045951),(737,5,4,20,30,'',0,99,0,'false','false',1566045951),(738,5,4,21,0,'',0,99,0,'false','false',1566045951),(739,5,4,21,30,'',0,99,0,'false','false',1566045951),(740,5,4,22,0,'',0,99,0,'false','false',1566045951),(741,5,4,22,30,'',0,99,0,'false','false',1566045951),(742,5,4,23,0,'',0,99,0,'false','false',1566045951),(743,5,4,23,30,'',0,99,0,'false','false',1566045951),(744,5,5,13,0,'',0,99,0,'false','false',1566046062),(745,5,5,13,30,'',0,99,0,'false','false',1566046062),(746,5,5,14,0,'',0,99,0,'false','false',1566046062),(747,5,5,14,30,'',0,99,0,'false','false',1566046062),(748,5,5,15,0,'',0,99,0,'false','false',1566046062),(749,5,5,15,30,'',0,99,0,'false','false',1566046062),(750,5,5,16,0,'',0,99,0,'false','false',1566046062),(751,5,5,20,0,'',0,99,0,'false','false',1566046062),(752,5,5,20,30,'',0,99,0,'false','false',1566046062),(753,5,5,21,0,'',0,99,0,'false','false',1566046062),(754,5,5,21,30,'',0,99,0,'false','false',1566046062),(755,5,5,22,0,'',0,99,0,'false','false',1566046062),(756,5,5,22,30,'',0,99,0,'false','false',1566046062),(757,5,5,23,0,'',0,99,0,'false','false',1566046062),(758,5,5,23,30,'',0,99,0,'false','false',1566046062),(759,5,6,13,0,'',0,99,0,'false','false',1566046097),(760,5,6,13,30,'',0,99,0,'false','false',1566046097),(761,5,6,14,0,'',0,99,0,'false','false',1566046097),(762,5,6,14,30,'',0,99,0,'false','false',1566046097),(763,5,6,15,0,'',0,99,0,'false','false',1566046097),(764,5,6,15,30,'',0,99,0,'false','false',1566046097),(765,5,6,16,0,'',0,99,0,'false','false',1566046097),(766,5,6,20,0,'',0,99,0,'false','false',1566046097),(767,5,6,20,30,'',0,99,0,'false','false',1566046097),(768,5,6,21,0,'',0,99,0,'false','false',1566046097),(769,5,6,21,30,'',0,99,0,'false','false',1566046097),(770,5,6,22,0,'',0,99,0,'false','false',1566046097),(771,5,6,22,30,'',0,99,0,'false','false',1566046097),(772,5,6,23,0,'',0,99,0,'false','false',1566046097),(773,5,6,23,30,'',0,99,0,'false','false',1566046097),(774,5,0,20,0,'',0,98,0,'false','false',1568652979),(775,5,0,20,30,'',0,99,0,'false','false',1568652979),(776,5,0,21,0,'',0,99,0,'false','false',1568652979),(777,5,0,21,30,'',0,99,0,'false','false',1568652979),(778,5,0,22,0,'',0,99,0,'false','false',1568652979),(779,5,0,22,30,'',0,99,0,'false','false',1568652979),(780,5,0,23,0,'',0,99,0,'false','false',1568652979),(781,5,0,23,30,'',0,99,0,'false','false',1568652979),(782,5,1,16,0,'',0,99,0,'false','false',1568653005);
/*!40000 ALTER TABLE `wpdl_booking_package_templateSchedule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_userPraivateData`
--

DROP TABLE IF EXISTS `wpdl_booking_package_userPraivateData`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_userPraivateData` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `reserveTime` int(11) NOT NULL,
  `remainderTime` int(11) DEFAULT NULL,
  `remainderBool` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'false',
  `maintenanceTime` int(11) DEFAULT '0',
  `permission` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'private',
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'day',
  `accountKey` int(11) NOT NULL,
  `accountName` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `accountCost` int(11) DEFAULT NULL,
  `checkIn` int(11) DEFAULT '0',
  `checkOut` int(11) DEFAULT '0',
  `scheduleUnixTime` int(11) DEFAULT '0',
  `scheduleWeek` int(11) DEFAULT '0',
  `scheduleTitle` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `scheduleCost` int(11) DEFAULT NULL,
  `scheduleKey` int(11) DEFAULT NULL,
  `applicantCount` int(11) DEFAULT '1',
  `courseKey` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `courseTitle` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `courseName` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `courseTime` int(11) DEFAULT NULL,
  `courseCost` int(11) DEFAULT NULL,
  `options` text COLLATE utf8mb4_unicode_520_ci,
  `tax` int(11) DEFAULT '0',
  `payMode` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payId` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payName` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payToken` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `currency` varchar(3) COLLATE utf8mb4_unicode_520_ci DEFAULT 'usd',
  `praivateData` text COLLATE utf8mb4_unicode_520_ci,
  `accommodationDetails` text COLLATE utf8mb4_unicode_520_ci,
  `iCalUIDforGoogleCalendar` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `iCalIDforGoogleCalendar` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resultOfGoogleCalendar` int(1) DEFAULT NULL,
  `resultModeOfGoogleCalendar` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `cancellationToken` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permalink` text COLLATE utf8mb4_unicode_520_ci,
  `preparation` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `taxes` text COLLATE utf8mb4_unicode_520_ci,
  `user_id` int(11) DEFAULT NULL,
  `user_login` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_userPraivateData`
--

LOCK TABLES `wpdl_booking_package_userPraivateData` WRITE;
/*!40000 ALTER TABLE `wpdl_booking_package_userPraivateData` DISABLE KEYS */;
INSERT INTO `wpdl_booking_package_userPraivateData` VALUES (1,1563485952,0,'false',0,'public','pending','day',1,'',NULL,0,0,1565452800,2,'',0,148,1,NULL,'Course',NULL,NULL,NULL,'null',0,'','','','','usd','[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"prueba notificada\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"pruebanotificada@gmail.com\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"1234567\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de servicio\",\"value\":\"Estoy de acuerdo\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\"},{\"id\":\"eligeunrestaurante\",\"name\":\"Elige un restaurante\",\"description\":\"\",\"value\":\"O Fog\\u00f3n Da R\\u00eda\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"O Fog\\u00f3n Da R\\u00eda,Churrasco a R\\u00eda\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"}]','null',NULL,NULL,NULL,NULL,'3d8a451890c852909136b9447d19a0f6088a12d4','https://ofogondaria.com/realizar-reserva/','{\"time\":0,\"position\":\"before_after\"}','[]',NULL,''),(2,1563521435,0,'false',0,'public','approved','day',1,'',NULL,0,0,1564068600,4,'',0,264,1,NULL,'Course',NULL,NULL,NULL,'null',0,'','','','','eur','[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"Prueba\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"alexismendoza.ve@gmail.com\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"123456789\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"eligeunrestaurante\",\"name\":\"Elige un restaurante\",\"description\":\"\",\"value\":\"Churrasco a R\\u00eda\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"O Fog\\u00f3n Da R\\u00eda,Churrasco a R\\u00eda\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"solicita\",\"name\":\"Solicita\",\"description\":\"\",\"value\":\"Presupuesto\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Presupuesto,Reserva,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"tipodeevento\",\"name\":\"Tipo de evento\",\"description\":\"\",\"value\":\"Comida de empresa\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Comida de empresa,Cena de empresa,Comida familiar,Cena familiar,Bautizo,Comuni\\u00f3n,Boda,Despedida de solter@,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"nmerodecomensales\",\"name\":\"N\\u00famero de comensales\",\"description\":\"\",\"value\":\"12\",\"uri\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"mensaje\",\"name\":\"Mensaje\",\"description\":\"\",\"value\":\"prueba de reserva\",\"uri\":\"\",\"type\":\"TEXTAREA\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"confirmarporsms\",\"name\":\"Confirmar por SMS\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de pol\\u00edtica de privacidad\",\"value\":\"Estoy de acuerdo con los T\\u00e9rminos de pol\\u00edtica de privacidad\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo con los T\\u00e9rminos de pol\\u00edtica de privacidad\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\",\"description\":\"\",\"uri\":\"https:\\/\\/ofogondaria.com\\/politicas-de-privacidad\"}]','null',NULL,NULL,NULL,NULL,'61b8172d355bc0fd7da18a8343ccab363eb3edbd','https://ofogondaria.com/realizar-reserva/','{\"time\":0,\"position\":\"before_after\"}','[]',NULL,''),(3,1566035703,0,'false',0,'public','pending','day',1,'',NULL,0,0,1566045000,3,'',0,975,1,NULL,'Course',NULL,NULL,NULL,'null',0,'','','','','eur','[{\"id\":\"firstname\",\"name\":\"Nombre\",\"value\":\"weqr\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"true\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"email\",\"name\":\"Correo electr\\u00f3nico\",\"value\":\"juan@restaurantesgallegos.com\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"true\",\"isTerms\":\"false\"},{\"id\":\"phone\",\"name\":\"Tel\\u00e9fono\",\"value\":\"605789960\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isAddress\":\"false\",\"isEmail\":\"false\",\"isTerms\":\"false\"},{\"id\":\"eligeunrestaurante\",\"name\":\"Elige un restaurante\",\"description\":\"\",\"value\":\"O Fog\\u00f3n Da R\\u00eda\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"O Fog\\u00f3n Da R\\u00eda,Churrasco a R\\u00eda\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"solicita\",\"name\":\"Solicita\",\"description\":\"\",\"value\":\"Presupuesto\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Presupuesto,Reserva,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"tipodeevento\",\"name\":\"Tipo de evento\",\"description\":\"\",\"value\":\"Comida de empresa\",\"uri\":\"\",\"type\":\"SELECT\",\"active\":\"true\",\"options\":\"Comida de empresa,Cena de empresa,Comida familiar,Cena familiar,Bautizo,Comuni\\u00f3n,Boda,Despedida de solter@,Otro\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"nmerodecomensales\",\"name\":\"N\\u00famero de comensales\",\"description\":\"\",\"value\":\"13\",\"uri\":\"\",\"type\":\"TEXT\",\"active\":\"true\",\"options\":\"\",\"required\":\"true\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"mensaje\",\"name\":\"Mensaje\",\"description\":\"\",\"value\":\"sdgf\",\"uri\":\"\",\"type\":\"TEXTAREA\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"confirmarporsms\",\"name\":\"Confirmar por SMS\",\"description\":\"\",\"value\":\"\",\"uri\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"\",\"required\":\"false\",\"isName\":\"false\",\"isEmail\":\"false\",\"isAddress\":\"false\",\"isTerms\":\"false\"},{\"id\":\"terms\",\"name\":\"T\\u00e9rminos de pol\\u00edtica de privacidad\",\"value\":\"\",\"type\":\"CHECK\",\"active\":\"true\",\"options\":\"Estoy de acuerdo con los T\\u00e9rminos de pol\\u00edtica de privacidad\",\"required\":\"false\",\"isName\":\"false\",\"isAddress\":\"true\",\"isEmail\":\"false\",\"isTerms\":\"true\",\"description\":\"\",\"uri\":\"https:\\/\\/ofogondaria.com\\/politicas-de-privacidad\"}]','null',NULL,NULL,NULL,NULL,'3c67936c5d51e11f5ca586536dd4cad85c7943b0','https://ofogondaria.com/realizar-reserva/','{\"time\":0,\"position\":\"before_after\"}','[]',NULL,'');
/*!40000 ALTER TABLE `wpdl_booking_package_userPraivateData` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_booking_package_users`
--

DROP TABLE IF EXISTS `wpdl_booking_package_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_users` (
  `key` int(11) NOT NULL,
  `user_login` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` int(1) DEFAULT NULL,
  `firstname` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `lastname` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  `user_activation_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `subscription_list` longtext COLLATE utf8mb4_unicode_520_ci,
  `user_registered` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '0',
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_users`
--

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

--
-- Table structure for table `wpdl_booking_package_webhook`
--

DROP TABLE IF EXISTS `wpdl_booking_package_webhook`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_booking_package_webhook` (
  `key` int(11) NOT NULL AUTO_INCREMENT,
  `target` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `server` text COLLATE utf8mb4_unicode_520_ci,
  `post` text COLLATE utf8mb4_unicode_520_ci,
  `json` text COLLATE utf8mb4_unicode_520_ci,
  `date` int(11) NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_booking_package_webhook`
--

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

--
-- Table structure for table `wpdl_bookingdates`
--

DROP TABLE IF EXISTS `wpdl_bookingdates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_bookingdates` (
  `booking_id` bigint(20) unsigned NOT NULL,
  `booking_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `approved` bigint(20) unsigned NOT NULL DEFAULT '0',
  UNIQUE KEY `booking_id_dates` (`booking_id`,`booking_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_bookingdates`
--

LOCK TABLES `wpdl_bookingdates` WRITE;
/*!40000 ALTER TABLE `wpdl_bookingdates` DISABLE KEYS */;
INSERT INTO `wpdl_bookingdates` VALUES (1,'2019-07-20 00:00:00',0),(1,'2019-07-21 00:00:00',0),(1,'2019-07-22 00:00:00',0),(2,'2019-07-18 00:00:00',0);
/*!40000 ALTER TABLE `wpdl_bookingdates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_calendarista_auth`
--

DROP TABLE IF EXISTS `wpdl_calendarista_auth`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_auth` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `password` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `userEmail` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_auth`
--

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

--
-- Table structure for table `wpdl_calendarista_availability`
--

DROP TABLE IF EXISTS `wpdl_calendarista_availability`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_availability` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `availableDate` datetime DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  `customChargeDays` int(11) DEFAULT NULL,
  `customCharge` decimal(19,4) DEFAULT NULL,
  `customChargeMode` tinyint(4) DEFAULT NULL,
  `deposit` decimal(19,4) DEFAULT NULL,
  `depositMode` tinyint(4) DEFAULT NULL,
  `returnCost` decimal(19,4) DEFAULT NULL,
  `returnOptional` tinyint(4) DEFAULT NULL,
  `seats` int(11) DEFAULT NULL,
  `daysInPackage` int(11) DEFAULT NULL,
  `selectableSeats` tinyint(4) DEFAULT NULL,
  `fullDay` tinyint(4) DEFAULT NULL,
  `hasRepeat` tinyint(4) DEFAULT NULL,
  `repeatFrequency` tinyint(4) DEFAULT NULL,
  `repeatInterval` tinyint(4) DEFAULT NULL,
  `repeatWeekdayList` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `checkinWeekdayList` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `checkoutWeekdayList` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `terminateMode` tinyint(4) DEFAULT NULL,
  `terminateAfterOccurrence` tinyint(4) DEFAULT NULL,
  `endDate` datetime DEFAULT NULL,
  `color` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `timezone` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `imageUrl` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionLat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionLng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionAddress` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionMarkerIconUrl` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionMarkerIconWidth` int(11) DEFAULT NULL,
  `regionMarkerIconHeight` int(11) DEFAULT NULL,
  `regionInfoWindowIcon` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionInfoWindowDescription` blob,
  `styledMaps` blob,
  `showMapMarker` tinyint(4) DEFAULT NULL,
  `checkinWeekdays` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `checkoutWeekdays` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `minimumNotice` int(11) DEFAULT NULL,
  `maximumNotice` int(11) DEFAULT NULL,
  `bookingDaysMinimum` int(11) DEFAULT NULL,
  `bookingDaysMaximum` int(11) DEFAULT NULL,
  `maxTimeslots` int(11) DEFAULT NULL,
  `minimumTimeslotCharge` decimal(19,4) DEFAULT NULL,
  `turnoverBefore` int(11) DEFAULT NULL,
  `turnoverAfter` int(11) DEFAULT NULL,
  `syncList` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` blob,
  `seatsMinimum` int(11) DEFAULT NULL,
  `timeMode` tinyint(4) DEFAULT NULL,
  `displayRemainingSeats` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_availability`
--

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

--
-- Table structure for table `wpdl_calendarista_availability_booked`
--

DROP TABLE IF EXISTS `wpdl_calendarista_availability_booked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_availability_booked` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `orderId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `availabilityName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL,
  `fromDate` datetime DEFAULT NULL,
  `toDate` datetime DEFAULT NULL,
  `startTimeId` bigint(20) DEFAULT NULL,
  `endTimeId` bigint(20) DEFAULT NULL,
  `fullDay` tinyint(4) DEFAULT NULL,
  `timezone` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `serverTimezone` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  `returnCost` decimal(19,4) DEFAULT NULL,
  `seats` int(11) DEFAULT NULL,
  `color` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `calendarMode` tinyint(4) DEFAULT NULL,
  `userEmail` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionLat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionLng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionAddress` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `synchedBookingId` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `synchedBookingDescription` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `synchedBookingSummary` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `synchedBookingLocation` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `synchedMode` tinyint(4) DEFAULT NULL,
  `gcalId` bigint(20) DEFAULT NULL,
  `calendarId` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_availability_booked`
--

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

--
-- Table structure for table `wpdl_calendarista_billing_info`
--

DROP TABLE IF EXISTS `wpdl_calendarista_billing_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_billing_info` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` bigint(20) DEFAULT NULL,
  `name` varchar(128) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `address1` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `address2` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `city` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `state` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `zipCode` varchar(16) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country` varchar(3) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_billing_info`
--

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

--
-- Table structure for table `wpdl_calendarista_coupons`
--

DROP TABLE IF EXISTS `wpdl_calendarista_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_coupons` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` int(11) DEFAULT '-1',
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `code` char(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `couponType` tinyint(4) DEFAULT NULL,
  `discount` decimal(19,4) DEFAULT NULL,
  `orderMinimum` decimal(19,4) DEFAULT NULL,
  `expirationDate` datetime DEFAULT NULL,
  `emailedTo` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `discountMode` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_coupons`
--

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

--
-- Table structure for table `wpdl_calendarista_dynamic_field`
--

DROP TABLE IF EXISTS `wpdl_calendarista_dynamic_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_dynamic_field` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `label` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `data` blob,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_dynamic_field`
--

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

--
-- Table structure for table `wpdl_calendarista_dynamic_field_booked`
--

DROP TABLE IF EXISTS `wpdl_calendarista_dynamic_field_booked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_dynamic_field_booked` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `orderId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `dynamicFieldId` int(11) DEFAULT NULL,
  `label` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` int(11) DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_dynamic_field_booked`
--

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

--
-- Table structure for table `wpdl_calendarista_dynamic_field_pricing`
--

DROP TABLE IF EXISTS `wpdl_calendarista_dynamic_field_pricing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_dynamic_field_pricing` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `dynamicFieldId` int(11) DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  `fieldValue` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_dynamic_field_pricing`
--

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

--
-- Table structure for table `wpdl_calendarista_error_log`
--

DROP TABLE IF EXISTS `wpdl_calendarista_error_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_error_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `entryDate` datetime DEFAULT NULL,
  `message` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_error_log`
--

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

--
-- Table structure for table `wpdl_calendarista_feeds`
--

DROP TABLE IF EXISTS `wpdl_calendarista_feeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_feeds` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `feedUrl` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `dateCreated` datetime DEFAULT NULL,
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `availabilityName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_feeds`
--

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

--
-- Table structure for table `wpdl_calendarista_formelement`
--

DROP TABLE IF EXISTS `wpdl_calendarista_formelement`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_formelement` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `orderIndex` int(11) DEFAULT NULL,
  `label` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `elementType` int(11) DEFAULT NULL,
  `lineSeparator` tinyint(4) DEFAULT NULL,
  `className` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `options` blob,
  `defaultOptionItem` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `defaultSelectedOptionItem` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `validation` blob,
  `content` blob,
  `placeHolder` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country` varchar(3) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_formelement`
--

LOCK TABLES `wpdl_calendarista_formelement` WRITE;
/*!40000 ALTER TABLE `wpdl_calendarista_formelement` DISABLE KEYS */;
INSERT INTO `wpdl_calendarista_formelement` VALUES (1,1,1,'Nombre',0,NULL,NULL,NULL,NULL,NULL,'required=on&minLength=3&maxLength=100&regex=',NULL,NULL,'US');
/*!40000 ALTER TABLE `wpdl_calendarista_formelement` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_calendarista_formelement_booked`
--

DROP TABLE IF EXISTS `wpdl_calendarista_formelement_booked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_formelement_booked` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `orderId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `elementId` int(11) DEFAULT NULL,
  `orderIndex` int(11) DEFAULT NULL,
  `label` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_formelement_booked`
--

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

--
-- Table structure for table `wpdl_calendarista_gcal`
--

DROP TABLE IF EXISTS `wpdl_calendarista_gcal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_gcal` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `gcalProfileId` int(11) DEFAULT NULL,
  `calendarId` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `availabilityName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `calendarName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_gcal`
--

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

--
-- Table structure for table `wpdl_calendarista_gcal_profile`
--

DROP TABLE IF EXISTS `wpdl_calendarista_gcal_profile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_gcal_profile` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` bigint(20) DEFAULT NULL,
  `clientId` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `clientSecret` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `accessToken` blob,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_gcal_profile`
--

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

--
-- Table structure for table `wpdl_calendarista_gdpr`
--

DROP TABLE IF EXISTS `wpdl_calendarista_gdpr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_gdpr` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `requestDate` datetime DEFAULT NULL,
  `userEmail` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_gdpr`
--

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

--
-- Table structure for table `wpdl_calendarista_holidays`
--

DROP TABLE IF EXISTS `wpdl_calendarista_holidays`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_holidays` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `holiday` datetime DEFAULT NULL,
  `timeslotId` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_holidays`
--

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

--
-- Table structure for table `wpdl_calendarista_map`
--

DROP TABLE IF EXISTS `wpdl_calendarista_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_map` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `regionAddress` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionLat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regionLng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `fromPlacesPreload` tinyint(4) DEFAULT NULL,
  `toPlacesPreload` tinyint(4) DEFAULT NULL,
  `waypointMarkerIconUrl` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `waypointMarkerIconWidth` int(11) DEFAULT NULL,
  `waypointMarkerIconHeight` int(11) DEFAULT NULL,
  `optimizeWayPoints` tinyint(4) DEFAULT NULL,
  `unitType` tinyint(4) DEFAULT NULL,
  `queryLimitTimeout` int(11) DEFAULT NULL,
  `styledMaps` blob,
  `highway` tinyint(4) DEFAULT NULL,
  `toll` tinyint(4) DEFAULT NULL,
  `traffic` tinyint(4) DEFAULT NULL,
  `zoom` int(11) DEFAULT NULL,
  `panToZoom` int(11) DEFAULT NULL,
  `mapHeight` int(11) DEFAULT NULL,
  `enableDirection` tinyint(4) DEFAULT NULL,
  `enableDirectionButton` tinyint(4) DEFAULT NULL,
  `enableDistance` tinyint(4) DEFAULT NULL,
  `enableDistanceInfo` tinyint(4) DEFAULT NULL,
  `enableHighway` tinyint(4) DEFAULT NULL,
  `enableTolls` tinyint(4) DEFAULT NULL,
  `enableTraffic` tinyint(4) DEFAULT NULL,
  `enableWaypointButton` tinyint(4) DEFAULT NULL,
  `enableDepartureField` tinyint(4) DEFAULT NULL,
  `enableDestinationField` tinyint(4) DEFAULT NULL,
  `enableFindMyPosition` tinyint(4) DEFAULT NULL,
  `enableScrollWheel` tinyint(4) DEFAULT NULL,
  `enableContextMenu` tinyint(4) DEFAULT NULL,
  `draggableMarker` tinyint(4) DEFAULT NULL,
  `showDirectionStepsInline` tinyint(4) DEFAULT NULL,
  `showInfoWindow` tinyint(4) DEFAULT NULL,
  `driving` tinyint(4) DEFAULT NULL,
  `labelDriving` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `walking` tinyint(4) DEFAULT NULL,
  `labelWalking` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `bicycling` tinyint(4) DEFAULT NULL,
  `labelBicycling` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `transit` tinyint(4) DEFAULT NULL,
  `labelTransit` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `defaultTravelMode` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `minimumUnitValue` int(11) DEFAULT NULL,
  `minimumUnitCost` decimal(19,4) DEFAULT NULL,
  `departureContextMenuLabel` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `destinationContextMenuLabel` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `waypointContextMenuLabel` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `costMode` tinyint(4) DEFAULT NULL,
  `unitCost` decimal(19,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_map`
--

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

--
-- Table structure for table `wpdl_calendarista_map_booked`
--

DROP TABLE IF EXISTS `wpdl_calendarista_map_booked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_map_booked` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `orderId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `fromAddress` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `fromLat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `fromLng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `toAddress` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `toLat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `toLng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `unitType` tinyint(4) DEFAULT NULL,
  `distance` decimal(19,4) DEFAULT NULL,
  `duration` decimal(19,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_map_booked`
--

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

--
-- Table structure for table `wpdl_calendarista_optional`
--

DROP TABLE IF EXISTS `wpdl_calendarista_optional`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_optional` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `groupId` int(11) DEFAULT NULL,
  `orderIndex` int(11) DEFAULT NULL,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  `quantity` int(11) DEFAULT NULL,
  `doubleCostIfReturn` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_optional`
--

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

--
-- Table structure for table `wpdl_calendarista_optional_group`
--

DROP TABLE IF EXISTS `wpdl_calendarista_optional_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_optional_group` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) NOT NULL,
  `orderIndex` int(11) NOT NULL,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `displayMode` tinyint(4) NOT NULL,
  `minRequired` int(11) DEFAULT NULL,
  `multiply` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_optional_group`
--

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

--
-- Table structure for table `wpdl_calendarista_optionals_booked`
--

DROP TABLE IF EXISTS `wpdl_calendarista_optionals_booked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_optionals_booked` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `orderId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `optionalId` bigint(20) DEFAULT NULL,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `groupName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `orderIndex` int(11) DEFAULT NULL,
  `groupOrderIndex` int(11) DEFAULT NULL,
  `groupId` bigint(20) DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_optionals_booked`
--

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

--
-- Table structure for table `wpdl_calendarista_order`
--

DROP TABLE IF EXISTS `wpdl_calendarista_order`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_order` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `invoiceId` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `stagingId` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `availabilityName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `userId` bigint(20) DEFAULT NULL,
  `fullName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `orderDate` datetime DEFAULT NULL,
  `paymentStatus` tinyint(4) DEFAULT NULL,
  `transactionId` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `totalAmount` decimal(19,4) DEFAULT NULL,
  `currency` varchar(3) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `currencySymbol` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `discount` decimal(19,4) DEFAULT NULL,
  `discountMode` tinyint(4) DEFAULT NULL,
  `tax` decimal(19,4) DEFAULT NULL,
  `refundAmount` decimal(19,4) DEFAULT NULL,
  `paymentDate` datetime DEFAULT NULL,
  `paymentsMode` tinyint(4) DEFAULT NULL,
  `timezone` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `serverTimezone` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `paymentOperator` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `deposit` decimal(19,4) DEFAULT NULL,
  `depositMode` tinyint(4) DEFAULT NULL,
  `balance` decimal(19,4) DEFAULT NULL,
  `secretKey` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `wooCommerceOrderId` bigint(20) DEFAULT NULL,
  `requestId` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_order`
--

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

--
-- Table structure for table `wpdl_calendarista_place`
--

DROP TABLE IF EXISTS `wpdl_calendarista_place`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_place` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `mapId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `orderIndex` int(11) DEFAULT NULL,
  `placeType` tinyint(4) DEFAULT NULL,
  `lat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `markerIcon` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `markerIconWidth` int(11) DEFAULT NULL,
  `markerIconHeight` int(11) DEFAULT NULL,
  `infoWindowIcon` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `infoWindowDescription` blob,
  `cost` decimal(19,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_place`
--

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

--
-- Table structure for table `wpdl_calendarista_place_aggregate_cost`
--

DROP TABLE IF EXISTS `wpdl_calendarista_place_aggregate_cost`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_place_aggregate_cost` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `mapId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `departurePlaceId` bigint(20) DEFAULT NULL,
  `destinationPlaceId` bigint(20) DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  `exclude` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_place_aggregate_cost`
--

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

--
-- Table structure for table `wpdl_calendarista_pricing_scheme`
--

DROP TABLE IF EXISTS `wpdl_calendarista_pricing_scheme`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_pricing_scheme` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `seasonId` bigint(20) DEFAULT NULL,
  `days` int(11) DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_pricing_scheme`
--

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

--
-- Table structure for table `wpdl_calendarista_project`
--

DROP TABLE IF EXISTS `wpdl_calendarista_project`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_project` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `orderIndex` int(11) DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` blob,
  `previewUrl` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `availableColor` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `unavailableColor` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `currentDayColor` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `selectedDayRangeColor` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `halfDayRangeColor` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `selectedDayColor` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `rangeUnavailableDayColor` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `calendarMode` tinyint(4) DEFAULT NULL,
  `displayThumbnail` tinyint(4) DEFAULT NULL,
  `membershipRequired` tinyint(4) DEFAULT NULL,
  `enableStrongPassword` tinyint(4) DEFAULT NULL,
  `paymentsMode` tinyint(4) DEFAULT NULL,
  `enableCoupons` tinyint(4) DEFAULT NULL,
  `reminder` int(11) DEFAULT NULL,
  `wooProductId` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_project`
--

LOCK TABLES `wpdl_calendarista_project` WRITE;
/*!40000 ALTER TABLE `wpdl_calendarista_project` DISABLE KEYS */;
INSERT INTO `wpdl_calendarista_project` VALUES (1,1,1,'Reserva de mesa',NULL,'','','#dd4f4f','',NULL,NULL,'#1e73be',NULL,1,NULL,NULL,NULL,-1,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wpdl_calendarista_project` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_calendarista_reminders`
--

DROP TABLE IF EXISTS `wpdl_calendarista_reminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_reminders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `orderId` int(11) DEFAULT NULL,
  `fullName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `sentDate` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_reminders`
--

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

--
-- Table structure for table `wpdl_calendarista_roles`
--

DROP TABLE IF EXISTS `wpdl_calendarista_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_roles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` bigint(20) DEFAULT NULL,
  `email` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `projectId` int(11) DEFAULT NULL,
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_roles`
--

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

--
-- Table structure for table `wpdl_calendarista_season`
--

DROP TABLE IF EXISTS `wpdl_calendarista_season`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_season` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `seasonId` bigint(20) DEFAULT NULL,
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `availabilityName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  `percentageBased` tinyint(4) DEFAULT NULL,
  `costMode` tinyint(4) DEFAULT NULL,
  `repeatWeekdayList` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_season`
--

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

--
-- Table structure for table `wpdl_calendarista_settings`
--

DROP TABLE IF EXISTS `wpdl_calendarista_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `data` blob,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_settings`
--

LOCK TABLES `wpdl_calendarista_settings` WRITE;
/*!40000 ALTER TABLE `wpdl_calendarista_settings` DISABLE KEYS */;
INSERT INTO `wpdl_calendarista_settings` VALUES (1,'General settings','a:54:{s:2:\"id\";i:-1;s:15:\"emailSenderName\";N;s:11:\"senderEmail\";s:30:\"admin@ofogondaria.innozona.com\";s:22:\"adminNotificationEmail\";s:30:\"admin@ofogondaria.innozona.com\";s:24:\"emailTemplateHeaderImage\";N;s:24:\"emailTemplateHeaderTitle\";N;s:29:\"emailTemplateHeaderBackground\";s:7:\"#999999\";s:24:\"emailTemplateHeaderColor\";s:7:\"#ffffff\";s:22:\"emailTemplateBodyColor\";s:4:\"#000\";s:28:\"autoConfirmOrderAfterPayment\";b:1;s:18:\"autoApproveBooking\";b:0;s:23:\"autoInvoiceNotification\";b:0;s:25:\"autoNotifyAdminNewBooking\";b:1;s:33:\"notifyBookingReceivedSuccessfully\";b:1;s:13:\"enableCoupons\";b:1;s:22:\"refBootstrapStyleSheet\";b:1;s:12:\"refParsleyJS\";b:1;s:13:\"calendarTheme\";s:10:\"smoothness\";s:19:\"shorthandDateFormat\";s:8:\"dd/mm/yy\";s:10:\"timeFormat\";i:1;s:23:\"enableUserCancelBooking\";b:0;s:24:\"enableCancelBookingAlert\";b:0;s:33:\"customerBookingCancelNotification\";b:1;s:32:\"enableCancelNotificationOnDelete\";b:0;s:10:\"enableGDPR\";b:0;s:9:\"debugMode\";b:0;s:18:\"membershipRequired\";b:1;s:14:\"firstDayOfWeek\";i:7;s:13:\"googleMapsKey\";N;s:8:\"currency\";s:3:\"USD\";s:10:\"confirmUrl\";N;s:13:\"fontFamilyUrl\";N;s:24:\"enableMobileInitialScale\";b:1;s:11:\"enableFeeds\";N;s:6:\"appKey\";N;s:12:\"purchaseCode\";N;s:18:\"cronJobFeedTimeout\";i:5;s:17:\"translationEngine\";i:0;s:18:\"cancellationPolicy\";i:0;s:22:\"wooCommerceCheckoutUrl\";s:23:\"https://ofogondaria.com\";s:6:\"prefix\";s:2:\"CA\";s:3:\"tax\";i:0;s:7:\"taxMode\";i:0;s:23:\"currencySymbolPlacement\";i:-1;s:21:\"billingCountryDefault\";N;s:13:\"approvedColor\";s:7:\"#81d742\";s:20:\"pendingApprovalColor\";s:7:\"#dd9933\";s:14:\"cancelledColor\";s:7:\"#dd3333\";s:12:\"smtpHostName\";s:0:\"\";s:12:\"smtpUserName\";s:0:\"\";s:12:\"smtpPassword\";s:0:\"\";s:14:\"smtpPortNumber\";s:0:\"\";s:10:\"smtpSecure\";s:3:\"tls\";s:16:\"smtpAuthenticate\";b:0;}');
/*!40000 ALTER TABLE `wpdl_calendarista_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_calendarista_staff`
--

DROP TABLE IF EXISTS `wpdl_calendarista_staff`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_staff` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `userId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `availabilityId` bigint(20) DEFAULT NULL,
  `projectName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `availabilityName` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id_UNIQUE` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_staff`
--

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

--
-- Table structure for table `wpdl_calendarista_staging`
--

DROP TABLE IF EXISTS `wpdl_calendarista_staging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_staging` (
  `id` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `viewState` blob,
  `entryDate` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_staging`
--

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

--
-- Table structure for table `wpdl_calendarista_string_resources`
--

DROP TABLE IF EXISTS `wpdl_calendarista_string_resources`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_string_resources` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `data` blob,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_string_resources`
--

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

--
-- Table structure for table `wpdl_calendarista_style`
--

DROP TABLE IF EXISTS `wpdl_calendarista_style`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_style` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `projectId` bigint(20) DEFAULT NULL,
  `data` blob,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_style`
--

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

--
-- Table structure for table `wpdl_calendarista_timeslot`
--

DROP TABLE IF EXISTS `wpdl_calendarista_timeslot`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_timeslot` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `availabilityId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `weekday` tinyint(4) DEFAULT NULL,
  `timeslot` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `cost` decimal(19,4) DEFAULT NULL,
  `day` datetime DEFAULT NULL,
  `seats` int(11) DEFAULT NULL,
  `bookedSeats` int(11) DEFAULT NULL,
  `paddingTimeBefore` int(11) DEFAULT NULL,
  `paddingTimeAfter` int(11) DEFAULT NULL,
  `seatsMinimum` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_timeslot`
--

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

--
-- Table structure for table `wpdl_calendarista_waypoint`
--

DROP TABLE IF EXISTS `wpdl_calendarista_waypoint`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_waypoint` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `mapId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `address` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_waypoint`
--

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

--
-- Table structure for table `wpdl_calendarista_waypoint_booked`
--

DROP TABLE IF EXISTS `wpdl_calendarista_waypoint_booked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_calendarista_waypoint_booked` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `orderId` bigint(20) DEFAULT NULL,
  `projectId` bigint(20) DEFAULT NULL,
  `address` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lat` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lng` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_calendarista_waypoint_booked`
--

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

--
-- Table structure for table `wpdl_commentmeta`
--

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

--
-- Dumping data for table `wpdl_commentmeta`
--

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

--
-- Table structure for table `wpdl_comments`
--

DROP TABLE IF EXISTS `wpdl_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_comments`
--

LOCK TABLES `wpdl_comments` WRITE;
/*!40000 ALTER TABLE `wpdl_comments` DISABLE KEYS */;
INSERT INTO `wpdl_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2019-07-05 17:38:43','2019-07-05 17:38:43','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','comment',0,0),(2,516,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2017-08-15 11:35:52','2017-08-15 11:35:52','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\" rel=\"nofollow\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wpdl_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_cpappbk_forms`
--

DROP TABLE IF EXISTS `wpdl_cpappbk_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_cpappbk_forms` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `form_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `form_structure` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `calendar_language` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `date_format` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `product_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `pay_later_label` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `defaultstatus` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `defaultpaidstatus` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_from_email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_destination_emails` text COLLATE utf8mb4_unicode_520_ci,
  `fp_subject` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_inc_additional_info` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_return_page` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_message` text COLLATE utf8mb4_unicode_520_ci,
  `fp_emailformat` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_emailtomethod` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_destination_emails_field` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_enable_copy_to_user` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_user_email_field` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_subject` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_message` text COLLATE utf8mb4_unicode_520_ci,
  `cu_emailformat` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_emailfrommethod` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_maxapp` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_is_required` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_is_email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_datemmddyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_dateddmmyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_number` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_digits` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_max` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_min` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_pageof` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_submitbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_previousbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_nextbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cp_user_access` text COLLATE utf8mb4_unicode_520_ci,
  `cp_user_access_settings` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `display_emails_endtime` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_enable` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_days` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_hour` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_emails` text COLLATE utf8mb4_unicode_520_ci,
  `rep_subject` text COLLATE utf8mb4_unicode_520_ci,
  `rep_emailformat` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_message` text COLLATE utf8mb4_unicode_520_ci,
  `cv_enable_captcha` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_width` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_height` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_chars` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_font` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_min_font_size` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_max_font_size` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_noise` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_noise_length` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_background` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_border` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_text_enter_valid_captcha` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_cpappbk_forms`
--

LOCK TABLES `wpdl_cpappbk_forms` WRITE;
/*!40000 ALTER TABLE `wpdl_cpappbk_forms` DISABLE KEYS */;
INSERT INTO `wpdl_cpappbk_forms` VALUES (2,'Reservas','[[{\"form_identifier\":\"\",\"name\":\"fieldname1\",\"shortlabel\":\"\",\"index\":0,\"ftype\":\"fapp\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Fecha de reserva\",\"services\":[{\"name\":\"O Fog\\u00f3n da R\\u00eda\",\"price\":0,\"capacity\":\"100\",\"duration\":\"30\",\"pb\":0,\"pa\":0,\"ohindex\":0},{\"name\":\"Churrasco a R\\u00eda\",\"price\":0,\"capacity\":\"100\",\"duration\":\"30\",\"pb\":0,\"pa\":0,\"ohindex\":0}],\"openhours\":[],\"allOH\":[{\"name\":\"Default\",\"openhours\":[{\"type\":\"all\",\"d\":\"\",\"h1\":\"13\",\"m1\":\"0\",\"h2\":\"20\",\"m2\":\"0\"}]}],\"dateFormat\":\"mm\\/dd\\/yy\",\"showDropdown\":false,\"showTotalCost\":false,\"showTotalCostFormat\":\"$ {0}\",\"showEndTime\":false,\"showQuantity\":true,\"usedSlotsCheckbox\":true,\"avoidOverlaping\":true,\"emptySelectCheckbox\":true,\"emptySelect\":\"-- Selecione restarante --\",\"dropdownRange\":\"-10:+10\",\"working_dates\":[true,true,true,true,true,true,true],\"numberOfMonths\":1,\"maxNumberOfApp\":\"1\",\"firstDay\":0,\"minDate\":\"0\",\"maxDate\":\"\",\"defaultDate\":\"\",\"invalidDates\":\"\",\"tmpinvalidDates\":\"\",\"required\":true,\"bSlotsCheckbox\":true,\"bSlots\":\"30\",\"militaryTime\":1,\"fBuild\":[],\"special_days\":[],\"minDateTmp\":\"0\",\"getMinDate\":[],\"tmpinvalidDatestime\":[]},{\"form_identifier\":\"\",\"name\":\"fieldname4\",\"shortlabel\":\"\",\"index\":1,\"ftype\":\"ftext\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Nombre y Apellido\",\"predefined\":\"Tu nombre y apellido\",\"predefinedClick\":true,\"required\":true,\"size\":\"large\",\"minlength\":\"5\",\"maxlength\":\"30\",\"equalTo\":\"\",\"fBuild\":[]},{\"form_identifier\":\"\",\"name\":\"fieldname5\",\"shortlabel\":\"\",\"index\":2,\"ftype\":\"ftext\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Telefono de Contacto\",\"predefined\":\"+ 34 1234 1234 12\",\"predefinedClick\":true,\"required\":true,\"size\":\"large\",\"minlength\":\"6\",\"maxlength\":\"\",\"equalTo\":\"\",\"fBuild\":[]},{\"form_identifier\":\"\",\"name\":\"fieldname8\",\"shortlabel\":\"\",\"index\":3,\"ftype\":\"ftext\",\"userhelp\":\"Comentenos el motivo de su reserva\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Tipo de evento\",\"predefined\":\"Almuerzo empresa, cena familiar, eventos...\",\"predefinedClick\":true,\"required\":true,\"size\":\"large\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"fBuild\":[]},{\"form_identifier\":\"\",\"name\":\"fieldname3\",\"shortlabel\":\"\",\"index\":4,\"ftype\":\"femail\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Correo Electronico\",\"predefined\":\"tucorreo@mail.com\",\"predefinedClick\":true,\"required\":true,\"size\":\"large\",\"equalTo\":\"\",\"fBuild\":[]},{\"form_identifier\":\"\",\"name\":\"fieldname11\",\"shortlabel\":\"\",\"index\":5,\"ftype\":\"ftext\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"\\u00bfDesea Confirmar por SMS?\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":true,\"size\":\"large\",\"minlength\":\"\",\"maxlength\":\"50\",\"equalTo\":\"\",\"fBuild\":[]},{\"form_identifier\":\"\",\"name\":\"fieldname10\",\"shortlabel\":\"\",\"index\":6,\"ftype\":\"ftext\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"C\\u00f3digo del BonoRegalo.\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":false,\"size\":\"medium\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"fBuild\":[]},{\"form_identifier\":\"\",\"name\":\"fieldname6\",\"shortlabel\":\"\",\"index\":7,\"ftype\":\"facceptance\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Confirmo que he le\\u00eddo y estoy conforme con los t\\u00e9rminos establecidos en las politicas de privacidad\",\"value\":\"Acepto\",\"url\":\"https:\\/\\/ofogondaria.com\\/politicas-de-privacidad\",\"message\":\"\",\"required\":true,\"fBuild\":[]},{\"fBuild\":[],\"name\":\"fieldname12\",\"index\":8,\"title\":\"Mensaje\",\"size\":\"large\",\"minlength\":\"20\",\"csslayout\":\"mensaje\",\"userhelpTooltip\":false,\"shortlabel\":\"\",\"predefined\":\"<br>Tienes un mensaje especial<\\/br><br><br><br>.\",\"form_identifier\":\"\",\"ftype\":\"ftext\",\"userhelp\":\"\",\"predefinedClick\":false,\"required\":false,\"maxlength\":\"\",\"equalTo\":\"\"}],[{\"title\":\"\",\"description\":\"\",\"formlayout\":\"top_aligned\",\"formtemplate\":\"\",\"evalequations\":1,\"autocomplete\":1}]]','es_ES','mm/dd/yy','','','Pending','Pending','reservas@ofogondaria.com','reservas@ofogondaria.com','Notification to administrator: a recibido una solicitud de reserva...','true','https://ofogondaria.com/gracias-por-su-reserva/(abre en una nueva pestaña)','El siguiente mensaje de contacto ha sido enviado:\r\n\r\n<%INFO%>\r\n\r\n','text','fixed','fieldname1','true','fieldname3','Confirmación: Su reserva ha sido recibida ...','Gracias por tu mensaje. Te responderemos tan pronto como sea posible.\r\n\r\nEsta es una copia de los datos enviados:\r\n\r\n<%INFO%>\r\n\r\nBest Regards.','text','fixed','Please select a max of  {0} appointments per customer.','se requiere','Se requiere el correo electrónico ','es una fecha válida (mm/dd/yyyy)','Please enter a valid date with this format(dd/mm/yyyy)','Please enter a valid number.','solo dígitos','Please enter a value less than or equal to {0}.','Please enter a value greater than or equal to {0}.','Page {0} of {0}','Enviar','Anterior','Siguiente','N;','','','yes','0','0','reservas@ofogondaria.com','Informe de reservas','text','','true','180','60','5','font-3.ttf','30','35','200','4','ffffff','000000','Introdusca un codigo valido');
/*!40000 ALTER TABLE `wpdl_cpappbk_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_cpappbk_messages`
--

DROP TABLE IF EXISTS `wpdl_cpappbk_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_cpappbk_messages` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `formid` int(11) NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ipaddr` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `notifyto` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `posted_data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `whoadded` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_cpappbk_messages`
--

LOCK TABLES `wpdl_cpappbk_messages` WRITE;
/*!40000 ALTER TABLE `wpdl_cpappbk_messages` DISABLE KEYS */;
INSERT INTO `wpdl_cpappbk_messages` VALUES (1,2,'2019-07-13 05:12:12','190.207.176.31','ventas@senorvapor.com','Reservas:\n - 07/13/2019 14:00-14:30 (8) (O Fogón da Ría)\n\nNombre y Apellido: alexis mendoza\n\nTelefono de Contacto: 0445549766977\n\nTipo de evento: ALMUERZO\n\nCorreo Electronico: ventas@senorvapor.com\n\nConfirmo que he leído y estoy conforme con los términos establecidos en las politicas de privacidad: Acepto\n\n','a:20:{s:11:\"final_price\";s:4:\"0.00\";s:4:\"apps\";a:1:{i:0;a:11:{s:2:\"id\";i:1;s:9:\"cancelled\";s:0:\"\";s:12:\"serviceindex\";s:1:\"0\";s:7:\"service\";s:16:\"O Fogón da Ría\";s:8:\"duration\";s:2:\"30\";s:5:\"price\";i:0;s:4:\"date\";s:10:\"2019-07-13\";s:4:\"slot\";s:11:\"14:00/14:30\";s:8:\"military\";i:1;s:5:\"field\";s:10:\"fieldname1\";s:5:\"quant\";s:1:\"8\";}}s:13:\"app_service_1\";s:16:\"O Fogón da Ría\";s:12:\"app_status_1\";s:0:\"\";s:14:\"app_duration_1\";s:2:\"30\";s:11:\"app_price_1\";i:0;s:10:\"app_date_1\";s:10:\"07/13/2019\";s:10:\"app_slot_1\";s:11:\"14:00/14:30\";s:15:\"app_starttime_1\";s:5:\"14:00\";s:13:\"app_endtime_1\";s:5:\"14:30\";s:14:\"app_quantity_1\";s:1:\"8\";s:6:\"formid\";i:2;s:8:\"referrer\";s:36:\"https://ofogondaria.com/reservacion/\";s:10:\"fieldname1\";s:49:\" - 07/13/2019 14:00-14:30 (8) (O Fogón da Ría)\n\";s:10:\"fieldname4\";s:14:\"alexis mendoza\";s:10:\"fieldname5\";s:13:\"0445549766977\";s:10:\"fieldname8\";s:8:\"ALMUERZO\";s:10:\"fieldname3\";s:21:\"ventas@senorvapor.com\";s:10:\"fieldname6\";s:6:\"Acepto\";s:10:\"itemnumber\";s:1:\"1\";}','1'),(2,2,'2019-07-18 09:02:05','92.176.5.117','info@soldega.net','Reservas:\n - 07/19/2019 17:00-17:30 (O Fogón da Ría)\n\nNombre y Apellido: Juan Luis\n\nTelefono de Contacto: 605789960\n\nTipo de evento: Comida\n\nCorreo Electronico: info@soldega.net\n\n¿Desea Confirmar por SMS?: No\n\nCódigo del BonoRegalo.: \n\nConfirmo que he leído y estoy conforme con los términos establecidos en las politicas de privacidad: Acepto\n\n','a:22:{s:11:\"final_price\";s:4:\"0.00\";s:4:\"apps\";a:1:{i:0;a:11:{s:2:\"id\";i:1;s:9:\"cancelled\";s:7:\"Pending\";s:12:\"serviceindex\";s:1:\"0\";s:7:\"service\";s:16:\"O Fogón da Ría\";s:8:\"duration\";s:2:\"30\";s:5:\"price\";i:0;s:4:\"date\";s:10:\"2019-07-19\";s:4:\"slot\";s:11:\"17:00/17:30\";s:8:\"military\";i:1;s:5:\"field\";s:10:\"fieldname1\";s:5:\"quant\";s:1:\"1\";}}s:13:\"app_service_1\";s:16:\"O Fogón da Ría\";s:12:\"app_status_1\";s:7:\"Pending\";s:14:\"app_duration_1\";s:2:\"30\";s:11:\"app_price_1\";i:0;s:10:\"app_date_1\";s:10:\"07/19/2019\";s:10:\"app_slot_1\";s:11:\"17:00/17:30\";s:15:\"app_starttime_1\";s:5:\"17:00\";s:13:\"app_endtime_1\";s:5:\"17:30\";s:14:\"app_quantity_1\";s:1:\"1\";s:6:\"formid\";i:2;s:8:\"referrer\";s:41:\"https://ofogondaria.com/realizar-reserva/\";s:10:\"fieldname1\";s:45:\" - 07/19/2019 17:00-17:30 (O Fogón da Ría)\n\";s:10:\"fieldname4\";s:9:\"Juan Luis\";s:10:\"fieldname5\";s:9:\"605789960\";s:10:\"fieldname8\";s:6:\"Comida\";s:10:\"fieldname3\";s:16:\"info@soldega.net\";s:11:\"fieldname11\";s:2:\"No\";s:11:\"fieldname10\";s:0:\"\";s:10:\"fieldname6\";s:6:\"Acepto\";s:10:\"itemnumber\";s:1:\"2\";}','0'),(3,2,'2019-07-18 13:11:40','186.167.249.138','alexis@gmail.com','Reservas:\n - 07/18/2019 14:00-14:30 (O Fogón da Ría)\n\nNombre y Apellido: dadas\n\nTelefono de Contacto: 123123123123\n\nTipo de evento: sdfsdfaddasasd\n\nCorreo Electronico: alexis@gmail.com\n\n¿Desea Confirmar por SMS?: si\n\nCódigo del BonoRegalo.: 34234\n\nConfirmo que he leído y estoy conforme con los términos establecidos en las politicas de privacidad: Acepto\n\nMensaje: jkczxczxczxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n\n','a:23:{s:11:\"final_price\";s:4:\"0.00\";s:4:\"apps\";a:1:{i:0;a:11:{s:2:\"id\";i:1;s:9:\"cancelled\";s:7:\"Pending\";s:12:\"serviceindex\";s:1:\"0\";s:7:\"service\";s:16:\"O Fogón da Ría\";s:8:\"duration\";s:2:\"30\";s:5:\"price\";i:0;s:4:\"date\";s:10:\"2019-07-18\";s:4:\"slot\";s:11:\"14:00/14:30\";s:8:\"military\";i:1;s:5:\"field\";s:10:\"fieldname1\";s:5:\"quant\";s:1:\"1\";}}s:13:\"app_service_1\";s:16:\"O Fogón da Ría\";s:12:\"app_status_1\";s:7:\"Pending\";s:14:\"app_duration_1\";s:2:\"30\";s:11:\"app_price_1\";i:0;s:10:\"app_date_1\";s:10:\"07/18/2019\";s:10:\"app_slot_1\";s:11:\"14:00/14:30\";s:15:\"app_starttime_1\";s:5:\"14:00\";s:13:\"app_endtime_1\";s:5:\"14:30\";s:14:\"app_quantity_1\";s:1:\"1\";s:6:\"formid\";i:2;s:8:\"referrer\";s:41:\"https://ofogondaria.com/realizar-reserva/\";s:10:\"fieldname1\";s:45:\" - 07/18/2019 14:00-14:30 (O Fogón da Ría)\n\";s:10:\"fieldname4\";s:5:\"dadas\";s:10:\"fieldname5\";s:12:\"123123123123\";s:10:\"fieldname8\";s:14:\"sdfsdfaddasasd\";s:10:\"fieldname3\";s:16:\"alexis@gmail.com\";s:11:\"fieldname11\";s:2:\"si\";s:11:\"fieldname10\";s:5:\"34234\";s:10:\"fieldname6\";s:6:\"Acepto\";s:11:\"fieldname12\";s:54:\"jkczxczxczxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\";s:10:\"itemnumber\";s:1:\"3\";}','1');
/*!40000 ALTER TABLE `wpdl_cpappbk_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_db7_forms`
--

DROP TABLE IF EXISTS `wpdl_db7_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_db7_forms` (
  `form_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_post_id` bigint(20) NOT NULL,
  `form_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_db7_forms`
--

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

--
-- Table structure for table `wpdl_layerslider`
--

DROP TABLE IF EXISTS `wpdl_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT '0',
  `schedule_end` int(10) NOT NULL DEFAULT '0',
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `flag_popup` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_layerslider`
--

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

--
-- Table structure for table `wpdl_layerslider_revisions`
--

DROP TABLE IF EXISTS `wpdl_layerslider_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_layerslider_revisions`
--

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

--
-- Table structure for table `wpdl_links`
--

DROP TABLE IF EXISTS `wpdl_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_links`
--

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

--
-- Table structure for table `wpdl_loginizer_logs`
--

DROP TABLE IF EXISTS `wpdl_loginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT '0',
  `count` int(10) NOT NULL DEFAULT '0',
  `lockout` int(10) NOT NULL DEFAULT '0',
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_loginizer_logs`
--

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

--
-- Table structure for table `wpdl_mystickyelement_contact_lists`
--

DROP TABLE IF EXISTS `wpdl_mystickyelement_contact_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_mystickyelement_contact_lists` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `contact_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `contact_phone` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `contact_email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `contact_message` text COLLATE utf8mb4_unicode_520_ci,
  `contact_option` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `message_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_mystickyelement_contact_lists`
--

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

--
-- Table structure for table `wpdl_options`
--

DROP TABLE IF EXISTS `wpdl_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=21231 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_options`
--

LOCK TABLES `wpdl_options` WRITE;
/*!40000 ALTER TABLE `wpdl_options` DISABLE KEYS */;
INSERT INTO `wpdl_options` VALUES (1,'siteurl','https://ofogondaria.com','yes'),(2,'home','https://ofogondaria.com','yes'),(3,'blogname','O Fogon da Ría','yes'),(4,'blogdescription','Restaurante','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@ofogondaria.innozona.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:274:{s:17:\"portfolio_page/?$\";s:34:\"index.php?post_type=portfolio_page\";s:47:\"portfolio_page/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=portfolio_page&feed=$matches[1]\";s:42:\"portfolio_page/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=portfolio_page&feed=$matches[1]\";s:34:\"portfolio_page/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=portfolio_page&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:48:\"qode-restaurant-menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"qode-restaurant-menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"qode-restaurant-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"qode-restaurant-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"qode-restaurant-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"qode-restaurant-menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"qode-restaurant-menu/([^/]+)/embed/?$\";s:53:\"index.php?qode-restaurant-menu=$matches[1]&embed=true\";s:41:\"qode-restaurant-menu/([^/]+)/trackback/?$\";s:47:\"index.php?qode-restaurant-menu=$matches[1]&tb=1\";s:49:\"qode-restaurant-menu/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?qode-restaurant-menu=$matches[1]&paged=$matches[2]\";s:56:\"qode-restaurant-menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?qode-restaurant-menu=$matches[1]&cpage=$matches[2]\";s:45:\"qode-restaurant-menu/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?qode-restaurant-menu=$matches[1]&page=$matches[2]\";s:37:\"qode-restaurant-menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"qode-restaurant-menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"qode-restaurant-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"qode-restaurant-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"qode-restaurant-menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"qode-restaurant-menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:70:\"qode-restaurant-menu-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?qode-restaurant-menu-category=$matches[1]&feed=$matches[2]\";s:65:\"qode-restaurant-menu-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?qode-restaurant-menu-category=$matches[1]&feed=$matches[2]\";s:46:\"qode-restaurant-menu-category/([^/]+)/embed/?$\";s:62:\"index.php?qode-restaurant-menu-category=$matches[1]&embed=true\";s:58:\"qode-restaurant-menu-category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?qode-restaurant-menu-category=$matches[1]&paged=$matches[2]\";s:40:\"qode-restaurant-menu-category/([^/]+)/?$\";s:51:\"index.php?qode-restaurant-menu-category=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"portfolio_page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio_page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio_page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio_page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio_page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio_page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio_page/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_page=$matches[1]&embed=true\";s:35:\"portfolio_page/([^/]+)/trackback/?$\";s:41:\"index.php?portfolio_page=$matches[1]&tb=1\";s:55:\"portfolio_page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_page=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_page=$matches[1]&feed=$matches[2]\";s:43:\"portfolio_page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_page=$matches[1]&paged=$matches[2]\";s:50:\"portfolio_page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?portfolio_page=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio_page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?portfolio_page=$matches[1]&page=$matches[2]\";s:31:\"portfolio_page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio_page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio_page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio_page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio_page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio_page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"slides/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"slides/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"slides/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slides/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slides/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"slides/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"slides/([^/]+)/embed/?$\";s:39:\"index.php?slides=$matches[1]&embed=true\";s:27:\"slides/([^/]+)/trackback/?$\";s:33:\"index.php?slides=$matches[1]&tb=1\";s:35:\"slides/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?slides=$matches[1]&paged=$matches[2]\";s:42:\"slides/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?slides=$matches[1]&cpage=$matches[2]\";s:31:\"slides/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?slides=$matches[1]&page=$matches[2]\";s:23:\"slides/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"slides/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"slides/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slides/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slides/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"slides/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"carousels/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"carousels/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"carousels/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"carousels/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"carousels/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"carousels/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"carousels/([^/]+)/embed/?$\";s:42:\"index.php?carousels=$matches[1]&embed=true\";s:30:\"carousels/([^/]+)/trackback/?$\";s:36:\"index.php?carousels=$matches[1]&tb=1\";s:38:\"carousels/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?carousels=$matches[1]&paged=$matches[2]\";s:45:\"carousels/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?carousels=$matches[1]&cpage=$matches[2]\";s:34:\"carousels/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?carousels=$matches[1]&page=$matches[2]\";s:26:\"carousels/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"carousels/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"carousels/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"carousels/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"carousels/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"carousels/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"masonry_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"masonry_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"masonry_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"masonry_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"masonry_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"masonry_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"masonry_gallery/([^/]+)/embed/?$\";s:48:\"index.php?masonry_gallery=$matches[1]&embed=true\";s:36:\"masonry_gallery/([^/]+)/trackback/?$\";s:42:\"index.php?masonry_gallery=$matches[1]&tb=1\";s:44:\"masonry_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?masonry_gallery=$matches[1]&paged=$matches[2]\";s:51:\"masonry_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?masonry_gallery=$matches[1]&cpage=$matches[2]\";s:40:\"masonry_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?masonry_gallery=$matches[1]&page=$matches[2]\";s:32:\"masonry_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"masonry_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"masonry_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"masonry_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"masonry_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"masonry_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";s:62:\"testimonials-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials_category=$matches[1]&feed=$matches[2]\";s:57:\"testimonials-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials_category=$matches[1]&feed=$matches[2]\";s:38:\"testimonials-category/([^/]+)/embed/?$\";s:54:\"index.php?testimonials_category=$matches[1]&embed=true\";s:50:\"testimonials-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?testimonials_category=$matches[1]&paged=$matches[2]\";s:32:\"testimonials-category/([^/]+)/?$\";s:43:\"index.php?testimonials_category=$matches[1]\";s:56:\"slides-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?slides_category=$matches[1]&feed=$matches[2]\";s:51:\"slides-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?slides_category=$matches[1]&feed=$matches[2]\";s:32:\"slides-category/([^/]+)/embed/?$\";s:48:\"index.php?slides_category=$matches[1]&embed=true\";s:44:\"slides-category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?slides_category=$matches[1]&paged=$matches[2]\";s:26:\"slides-category/([^/]+)/?$\";s:37:\"index.php?slides_category=$matches[1]\";s:59:\"carousels-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?carousels_category=$matches[1]&feed=$matches[2]\";s:54:\"carousels-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?carousels_category=$matches[1]&feed=$matches[2]\";s:35:\"carousels-category/([^/]+)/embed/?$\";s:51:\"index.php?carousels_category=$matches[1]&embed=true\";s:47:\"carousels-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?carousels_category=$matches[1]&paged=$matches[2]\";s:29:\"carousels-category/([^/]+)/?$\";s:40:\"index.php?carousels_category=$matches[1]\";s:65:\"masonry-gallery-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?masonry_gallery_category=$matches[1]&feed=$matches[2]\";s:60:\"masonry-gallery-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?masonry_gallery_category=$matches[1]&feed=$matches[2]\";s:41:\"masonry-gallery-category/([^/]+)/embed/?$\";s:57:\"index.php?masonry_gallery_category=$matches[1]&embed=true\";s:53:\"masonry-gallery-category/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?masonry_gallery_category=$matches[1]&paged=$matches[2]\";s:35:\"masonry-gallery-category/([^/]+)/?$\";s:46:\"index.php?masonry_gallery_category=$matches[1]\";s:41:\"cookielawinfo/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"cookielawinfo/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"cookielawinfo/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cookielawinfo/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cookielawinfo/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"cookielawinfo/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"cookielawinfo/([^/]+)/embed/?$\";s:46:\"index.php?cookielawinfo=$matches[1]&embed=true\";s:34:\"cookielawinfo/([^/]+)/trackback/?$\";s:40:\"index.php?cookielawinfo=$matches[1]&tb=1\";s:42:\"cookielawinfo/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?cookielawinfo=$matches[1]&paged=$matches[2]\";s:49:\"cookielawinfo/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?cookielawinfo=$matches[1]&cpage=$matches[2]\";s:38:\"cookielawinfo/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?cookielawinfo=$matches[1]&page=$matches[2]\";s:30:\"cookielawinfo/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"cookielawinfo/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"cookielawinfo/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cookielawinfo/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cookielawinfo/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"cookielawinfo/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"spucpt/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"spucpt/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"spucpt/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"spucpt/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"spucpt/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"spucpt/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"spucpt/([^/]+)/embed/?$\";s:39:\"index.php?spucpt=$matches[1]&embed=true\";s:27:\"spucpt/([^/]+)/trackback/?$\";s:33:\"index.php?spucpt=$matches[1]&tb=1\";s:35:\"spucpt/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?spucpt=$matches[1]&paged=$matches[2]\";s:42:\"spucpt/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?spucpt=$matches[1]&cpage=$matches[2]\";s:31:\"spucpt/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?spucpt=$matches[1]&page=$matches[2]\";s:23:\"spucpt/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"spucpt/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"spucpt/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"spucpt/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"spucpt/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"spucpt/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=14&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(21203,'updraft_combine_jobs_around','1598572800','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:13:{i:0;s:25:\"booking-package/index.php\";i:1;s:27:\"bridge-core/bridge-core.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";i:4;s:35:\"cookie-law-info/cookie-law-info.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:23:\"loco-translate/loco.php\";i:8;s:17:\"popups/popups.php\";i:9;s:35:\"qode-restaurant/qode-restaurant.php\";i:10;s:23:\"revslider/revslider.php\";i:11;s:27:\"updraftplus/updraftplus.php\";i:12;s:23:\"wordfence/wordfence.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','bridge','yes'),(41,'stylesheet','bridge-child','yes'),(20877,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','48748','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2072,'cookielawinfo_thirdparty_settings','a:4:{s:19:\"thirdparty_on_field\";b:0;s:22:\"thirdparty_description\";s:302:\"Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.\";s:23:\"thirdparty_head_section\";s:0:\"\";s:23:\"thirdparty_body_section\";s:0:\"\";}','yes'),(79,'widget_text','a:12:{i:2;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&mdash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&mdash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:16:\"SR Restauración\";s:4:\"text\";s:117:\"Apostamos a la formación constante como la mejor manera de alcanzar la excelencia.\r\n\r\n[vc_empty_space height=\"35px\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:7;a:4:{s:5:\"title\";s:17:\"Días de Descanso\";s:4:\"text\";s:571:\"<h5 style=\"color: #878787; margin: 0 0 5px; font-size: 16px;\"><strong>O Fogón da Ría</strong></h5>\r\n<h6 style=\"color: #ffffff;\">Martes Todo el día\r\nNoches del Lunes, Miércoles y Domingo\r\nExcepto Festivos y Vísperas de festivos</h6>\r\n[vc_empty_space height=\"15px\"]\r\n<h5 style=\"color: #878787; font-size: 16px; margin: 0 0 5px;\"><strong>Churrasco A Ría</strong></h5>\r\n<h6 style=\"color: #ffffff;\">Cierra Miércoles Noche\r\nExcepto Festivos y Vísperas de festivos</h6>\r\n[vc_empty_space height=\"15px\"]\r\n<h5 style=\"color: #878787; font-size: 16px; margin: 0 0 5px;\"></h5>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:9;a:4:{s:5:\"title\";s:10:\"Newsletter\";s:4:\"text\";s:164:\"Aenean sollicitudin, lorem quis biben dum auctor, nisi elit consequat\r\n\r\n[vc_empty_space height=\"19px\"]\r\n\r\n[contact-form-7 id=\"266\" html_class=\"cf7_custom_style_2\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:10;a:4:{s:5:\"title\";s:16:\"O Fogón da Ría\";s:4:\"text\";s:1125:\"[icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title=\"Restaurante O Fogón da Ría, Lugar Fontecarmoa, 87 | Vilagarcía\" title_tag=\"h6\" separator=\"no\" image=\"411\" title_color=\"#ffffff\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title=\"986 50 79 62 -986 51 07 63\" title_tag=\"h6\" separator=\"no\" image=\"412\" title_color=\"#ffffff\"]\r\n<div class=\"WHATSAPP\">\r\n<div class=\"icon_text_holder\">\r\n<div class=\"icon_text_inner\">\r\n<div class=\"icon_title_holder\">\r\n<div class=\"\"></div>\r\n<h6 class=\"icon_title\" style=\"color: #ffffff;\"><a href=\"https://wa.me/34607381596\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-whatsapp\"></i>   607 381 596</a></h6>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title=\"ofogon@srrestauracion.com\" title_tag=\"h6\" separator=\"no\" image=\"413\" title_color=\"#ffffff\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:11;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:121:\"[button target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"https://ofogondaria.com/realizar-reserva/\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:12;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:353:\"© Copyright Ofogondaria.com | Todos los derechos reservados.  | Diseño: <a href=\"http://soldega.net\" target=\"_blank\" rel=\"noopener\">Soldega.Net</a> | Implantado por <a href=\"http://restaurantesgallegos.com\">RestaurentesGallegos.com </a>      | <a href=\"http://ofogondaria.com/politicas-de-privacidad/\">Conoce nuestras Politícas de privacidad</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:13;a:4:{s:5:\"title\";s:17:\"Churrasco A Ría\";s:4:\"text\";s:757:\"[icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title=\"Avenida de Rosalía de Castro, 124 |Vilagarcía\" title_tag=\"h6\" separator=\"no\" image=\"411\" title_color=\"#ffffff\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title=\"986 50 73 06 - 986 51 08 41\" title_tag=\"h6\" separator=\"no\" image=\"412\" title_color=\"#ffffff\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title=\"aria@srrestauracion.com\" title_tag=\"h6\" separator=\"no\" image=\"413\" title_color=\"#ffffff\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:35:\"cookie-law-info/cookie-law-info.php\";s:25:\"uninstall_cookie_law_info\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','14','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','595','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wpdl_user_roles','a:12:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:161:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:15:\"manage_bookings\";b:1;s:12:\"manage_salon\";b:1;s:18:\"edit_sln_attendant\";b:1;s:18:\"read_sln_attendant\";b:1;s:20:\"delete_sln_attendant\";b:1;s:19:\"edit_sln_attendants\";b:1;s:26:\"edit_others_sln_attendants\";b:1;s:22:\"publish_sln_attendants\";b:1;s:27:\"read_private_sln_attendants\";b:1;s:21:\"delete_sln_attendants\";b:1;s:29:\"delete_private_sln_attendants\";b:1;s:31:\"delete_published_sln_attendants\";b:1;s:28:\"delete_others_sln_attendants\";b:1;s:27:\"edit_private_sln_attendants\";b:1;s:29:\"edit_published_sln_attendants\";b:1;s:16:\"edit_sln_service\";b:1;s:16:\"read_sln_service\";b:1;s:18:\"delete_sln_service\";b:1;s:17:\"edit_sln_services\";b:1;s:24:\"edit_others_sln_services\";b:1;s:20:\"publish_sln_services\";b:1;s:25:\"read_private_sln_services\";b:1;s:19:\"delete_sln_services\";b:1;s:27:\"delete_private_sln_services\";b:1;s:29:\"delete_published_sln_services\";b:1;s:26:\"delete_others_sln_services\";b:1;s:25:\"edit_private_sln_services\";b:1;s:27:\"edit_published_sln_services\";b:1;s:16:\"edit_sln_booking\";b:1;s:16:\"read_sln_booking\";b:1;s:18:\"delete_sln_booking\";b:1;s:17:\"edit_sln_bookings\";b:1;s:24:\"edit_others_sln_bookings\";b:1;s:20:\"publish_sln_bookings\";b:1;s:25:\"read_private_sln_bookings\";b:1;s:19:\"delete_sln_bookings\";b:1;s:27:\"delete_private_sln_bookings\";b:1;s:29:\"delete_published_sln_bookings\";b:1;s:26:\"delete_others_sln_bookings\";b:1;s:25:\"edit_private_sln_bookings\";b:1;s:27:\"edit_published_sln_bookings\";b:1;s:10:\"loco_admin\";b:1;s:12:\"cfdb7_access\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"manage_bookings\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:19:\"rtb_booking_manager\";a:2:{s:4:\"name\";s:25:\"Administrador de reservas\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:15:\"manage_bookings\";b:1;}}s:9:\"sln_staff\";a:2:{s:4:\"name\";s:15:\"Equipo de Salon\";s:12:\"capabilities\";a:42:{s:12:\"manage_salon\";b:1;s:10:\"edit_posts\";b:1;s:18:\"edit_sln_attendant\";b:1;s:18:\"read_sln_attendant\";b:1;s:20:\"delete_sln_attendant\";b:1;s:19:\"edit_sln_attendants\";b:1;s:26:\"edit_others_sln_attendants\";b:1;s:22:\"publish_sln_attendants\";b:1;s:27:\"read_private_sln_attendants\";b:1;s:4:\"read\";b:1;s:21:\"delete_sln_attendants\";b:1;s:29:\"delete_private_sln_attendants\";b:1;s:31:\"delete_published_sln_attendants\";b:1;s:28:\"delete_others_sln_attendants\";b:1;s:27:\"edit_private_sln_attendants\";b:1;s:29:\"edit_published_sln_attendants\";b:1;s:16:\"edit_sln_service\";b:1;s:16:\"read_sln_service\";b:1;s:18:\"delete_sln_service\";b:1;s:17:\"edit_sln_services\";b:1;s:24:\"edit_others_sln_services\";b:1;s:20:\"publish_sln_services\";b:1;s:25:\"read_private_sln_services\";b:1;s:19:\"delete_sln_services\";b:1;s:27:\"delete_private_sln_services\";b:1;s:29:\"delete_published_sln_services\";b:1;s:26:\"delete_others_sln_services\";b:1;s:25:\"edit_private_sln_services\";b:1;s:27:\"edit_published_sln_services\";b:1;s:16:\"edit_sln_booking\";b:1;s:16:\"read_sln_booking\";b:1;s:18:\"delete_sln_booking\";b:1;s:17:\"edit_sln_bookings\";b:1;s:24:\"edit_others_sln_bookings\";b:1;s:20:\"publish_sln_bookings\";b:1;s:25:\"read_private_sln_bookings\";b:1;s:19:\"delete_sln_bookings\";b:1;s:27:\"delete_private_sln_bookings\";b:1;s:29:\"delete_published_sln_bookings\";b:1;s:26:\"delete_others_sln_bookings\";b:1;s:25:\"edit_private_sln_bookings\";b:1;s:27:\"edit_published_sln_bookings\";b:1;}}s:12:\"sln_customer\";a:2:{s:4:\"name\";s:17:\"Cliente del Salon\";s:12:\"capabilities\";a:6:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:13:\"publish_posts\";b:0;s:12:\"upload_files\";b:0;s:12:\"manage_salon\";b:0;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}s:22:\"booking_package_member\";a:2:{s:4:\"name\";s:15:\"Booking Package\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:15:\"booking_package\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:21:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";i:4;s:25:\"qode_social_icon_widget-2\";i:5;s:25:\"qode_social_icon_widget-3\";i:6;s:25:\"qode_social_icon_widget-5\";i:7;s:6:\"text-9\";}s:7:\"sidebar\";a:1:{i:0;s:8:\"search-2\";}s:12:\"sidebar_page\";a:0:{}s:11:\"header_left\";a:0:{}s:12:\"header_right\";a:0:{}s:19:\"header_bottom_right\";a:4:{i:0;s:13:\"media_image-5\";i:1;s:13:\"media_image-4\";i:2;s:13:\"media_image-3\";i:3;s:7:\"text-11\";}s:20:\"header_bottom_center\";a:1:{i:0;s:13:\"media_image-2\";}s:8:\"sidearea\";a:0:{}s:27:\"fullscreen_menu_area_widget\";a:0:{}s:18:\"vertical_menu_area\";a:0:{}s:15:\"footer_column_1\";a:1:{i:0;s:6:\"text-6\";}s:15:\"footer_column_2\";a:1:{i:0;s:7:\"text-10\";}s:15:\"footer_column_3\";a:1:{i:0;s:7:\"text-13\";}s:15:\"footer_column_4\";a:1:{i:0;s:6:\"text-7\";}s:11:\"footer_text\";a:1:{i:0;s:7:\"text-12\";}s:16:\"footer_text_left\";a:0:{}s:17:\"footer_text_right\";a:0:{}s:18:\"header_fixed_right\";a:0:{}s:15:\"left_side_fixed\";a:0:{}s:20:\"woocommerce_dropdown\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'cron','a:17:{i:1598547269;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1598547890;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1598547895;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1598549923;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1598549926;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598549937;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598551480;a:1:{s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598551495;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598572800;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598592042;a:1:{s:26:\"pum_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598678442;a:1:{s:27:\"pum_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1598703000;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"c245aa6bbec10109f3b17f89a88a4548\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1598703000;}}}}i:1598722641;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1598860800;a:1:{s:23:\"sln_email_weekly_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1598889600;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1598962200;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"63d87d0a30e0fdfb450a3320b9cf11d2\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1598962200;}}}}s:7:\"version\";i:2;}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_image','a:5:{i:2;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:181;s:6:\"height\";i:97;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:700;s:3:\"url\";s:69:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGOASOCIADORG.png\";s:5:\"title\";s:0:\"\";}i:3;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"http://ofogondaria.com/churrasco-a-ria/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:593;s:3:\"url\";s:82:\"https://ofogondaria.com/wp-content/uploads/2019/07/churrasco-a-ria-log-300x300.jpg\";s:5:\"title\";s:0:\"\";}i:4;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:37:\"http://ofogondaria.com/ofogon-da-ria/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:594;s:3:\"url\";s:74:\"https://ofogondaria.com/wp-content/uploads/2019/07/logo_ofogon-300x252.jpg\";s:5:\"title\";s:0:\"\";}i:5;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:181;s:6:\"height\";i:97;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:700;s:3:\"url\";s:69:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGOASOCIADORG.png\";s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(410,'revslider-stable-version','4.2','yes'),(411,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:6:\"6.2.18\";s:4:\"text\";s:283:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"//www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch-ext-a.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','yes'),(412,'revslider-dashboard','a:0:{}','yes'),(413,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(113,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562349503;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(114,'WPLANG','es_ES','yes'),(158,'ls-plugin-version','6.8.2','yes'),(159,'ls-db-version','6.5.5','yes'),(160,'ls-installed','0','yes'),(161,'ls-date-installed','1562350273','yes'),(178,'revslider-library-check','1597587872','yes'),(163,'revslider_servers','a:7:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}','yes'),(170,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,'widget_call_to_action_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'revslider_server_refresh','1597349224','yes'),(165,'revslider-update-check-short','1598530602','yes'),(166,'revslider-templates-check','1598530602','yes'),(202,'ls-latest-version','6.8.4','yes'),(144,'current_theme','Bridge Child','yes'),(1111,'rs_cache_overlay','5.4.8.3','yes'),(1114,'qode_instagram_code_redirect_uri','http://demo.qodeinteractive.com/instagram-app/instagram-redirect.php?redirect_uri=https%3A%2F%2Fofogondaria.innozona.com%2Fwp-admin%2Fadmin.php%3Fpage%3Dqode_theme_menu_tab_social','yes'),(408,'revslider-connection','1','yes'),(409,'revslider-latest-version','6.2.22','yes'),(1526,'wpos_anylc_site_uid','64847f5da1341a203119551a5022d6a0','yes'),(1288,'installed_appointment-hour-booking','1562983750','yes'),(3521,'booking_package_borderColor','#ddd','yes'),(1290,'cp_cpappb_last_verified','2019-07-18 17:30:04','yes'),(1291,'_transient_codepeople_promote_banner_appointment-hour-booking','1562983751','yes'),(1295,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:37:\"popup-maker/includes/pum-sdk/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.2.4\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1562995037;s:11:\"plugin_path\";s:27:\"popup-maker/popup-maker.php\";}}s:7:\"abspath\";s:34:\"/home/zona17/subdominios/innozona/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:27:\"popup-maker/popup-maker.php\";s:8:\"sdk_path\";s:37:\"popup-maker/includes/pum-sdk/freemius\";s:7:\"version\";s:5:\"2.2.4\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1562995037;}}','yes'),(1438,'cp_cpappb_last_sent_id_2','3','yes'),(1296,'fs_debug_mode','','yes'),(1297,'fs_accounts','a:12:{s:21:\"id_slug_type_path_map\";a:2:{i:3257;a:3:{s:4:\"slug\";s:20:\"salon-booking-system\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:30:\"salon-booking-system/salon.php\";}i:147;a:3:{s:4:\"slug\";s:11:\"popup-maker\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:27:\"popup-maker/popup-maker.php\";}}s:11:\"plugin_data\";a:2:{s:20:\"salon-booking-system\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:30:\"salon-booking-system/salon.php\";}s:17:\"install_timestamp\";i:1562983825;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.2.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:6:\"3.30.9\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:24:\"ofogondaria.innozona.com\";s:9:\"server_ip\";s:14:\"190.207.176.31\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1562983825;s:7:\"version\";s:6:\"3.30.9\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:14:\"has_trial_plan\";b:0;s:22:\"install_sync_timestamp\";i:1562987469;s:19:\"keepalive_timestamp\";i:1562987469;s:20:\"activation_timestamp\";i:1562985783;}s:11:\"popup-maker\";a:13:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:27:\"popup-maker/popup-maker.php\";}s:17:\"install_timestamp\";i:1562995037;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.2.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:6:\"1.8.10\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:24:\"ofogondaria.innozona.com\";s:9:\"server_ip\";s:14:\"190.207.176.31\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1562995037;s:7:\"version\";s:6:\"1.8.10\";}s:17:\"was_plugin_loaded\";b:1;}}s:13:\"file_slug_map\";a:2:{s:30:\"salon-booking-system/salon.php\";s:20:\"salon-booking-system\";s:27:\"popup-maker/popup-maker.php\";s:11:\"popup-maker\";}s:7:\"plugins\";a:2:{s:20:\"salon-booking-system\";O:9:\"FS_Plugin\":20:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:45:\"Salon Booking Wordpress Plugin - Free Version\";s:4:\"slug\";s:20:\"salon-booking-system\";s:12:\"premium_slug\";s:28:\"salon-booking-system-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:4:\"file\";s:30:\"salon-booking-system/salon.php\";s:7:\"version\";s:6:\"3.30.9\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_e750486b23f30cab3c1e3005a4dd7\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3257\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:11:\"popup-maker\";O:9:\"FS_Plugin\":20:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:11:\"Popup Maker\";s:4:\"slug\";s:11:\"popup-maker\";s:12:\"premium_slug\";s:19:\"popup-maker-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:4:\"file\";s:27:\"popup-maker/popup-maker.php\";s:7:\"version\";s:6:\"1.8.10\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_0a02cbd99443e0ab7211b19222fe3\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"147\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"4b137ba4117a7ee883a7a1bba452d8e5\";s:5:\"plans\";a:1:{s:20:\"salon-booking-system\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MzI1Nw==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NTE4Nw==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wMi0wNCAxODozMzo1Nw==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1562987469;s:3:\"md5\";s:32:\"5dc9c23f4d1f12eee3e8333a00b520f5\";s:7:\"plugins\";a:11:{s:47:\"appointment-hour-booking/app-booking-plugin.php\";a:5:{s:4:\"slug\";s:24:\"appointment-hour-booking\";s:7:\"version\";s:6:\"1.1.46\";s:5:\"title\";s:24:\"Appointment Hour Booking\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"bridge-core/bridge-core.php\";a:5:{s:4:\"slug\";s:11:\"bridge-core\";s:7:\"version\";s:5:\"1.0.4\";s:5:\"title\";s:11:\"Bridge Core\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:36:\"contact-form-7/wp-contact-form-7.php\";a:5:{s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"5.1.3\";s:5:\"title\";s:14:\"Contact Form 7\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";a:5:{s:4:\"slug\";s:37:\"contact-form-7-dynamic-text-extension\";s:7:\"version\";s:7:\"2.0.2.1\";s:5:\"title\";s:39:\"Contact Form 7 - Dynamic Text Extension\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:31:\"envato-market/envato-market.php\";a:5:{s:4:\"slug\";s:13:\"envato-market\";s:7:\"version\";s:5:\"2.0.1\";s:5:\"title\";s:13:\"Envato Market\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:45:\"qode-instagram-widget/qode-instagram-feed.php\";a:5:{s:4:\"slug\";s:21:\"qode-instagram-widget\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:21:\"Qode Instagram Widget\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"qode-restaurant/qode-restaurant.php\";a:5:{s:4:\"slug\";s:15:\"qode-restaurant\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:15:\"Qode Restaurant\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:39:\"qode-twitter-feed/qode-twitter-feed.php\";a:5:{s:4:\"slug\";s:17:\"qode-twitter-feed\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:17:\"Qode Twitter Feed\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"revslider/revslider.php\";a:5:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:7:\"5.4.8.3\";s:5:\"title\";s:17:\"Slider Revolution\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"woocommerce/woocommerce.php\";a:5:{s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"3.6.5\";s:5:\"title\";s:11:\"WooCommerce\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"js_composer/js_composer.php\";a:5:{s:4:\"slug\";s:11:\"js_composer\";s:7:\"version\";s:3:\"5.7\";s:5:\"title\";s:21:\"WPBakery Page Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1562987469;s:3:\"md5\";s:32:\"fe42d6a533ed15b324b9a0dd86304323\";s:7:\"plugins\";a:12:{s:47:\"appointment-hour-booking/app-booking-plugin.php\";a:5:{s:4:\"slug\";s:24:\"appointment-hour-booking\";s:7:\"version\";s:6:\"1.1.46\";s:5:\"title\";s:24:\"Appointment Hour Booking\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"bridge-core/bridge-core.php\";a:5:{s:4:\"slug\";s:11:\"bridge-core\";s:7:\"version\";s:5:\"1.0.4\";s:5:\"title\";s:11:\"Bridge Core\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:36:\"contact-form-7/wp-contact-form-7.php\";a:5:{s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"5.1.3\";s:5:\"title\";s:14:\"Contact Form 7\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";a:5:{s:4:\"slug\";s:37:\"contact-form-7-dynamic-text-extension\";s:7:\"version\";s:7:\"2.0.2.1\";s:5:\"title\";s:39:\"Contact Form 7 - Dynamic Text Extension\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:31:\"envato-market/envato-market.php\";a:5:{s:4:\"slug\";s:13:\"envato-market\";s:7:\"version\";s:5:\"2.0.1\";s:5:\"title\";s:13:\"Envato Market\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:45:\"qode-instagram-widget/qode-instagram-feed.php\";a:5:{s:4:\"slug\";s:21:\"qode-instagram-widget\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:21:\"Qode Instagram Widget\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"qode-restaurant/qode-restaurant.php\";a:5:{s:4:\"slug\";s:15:\"qode-restaurant\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:15:\"Qode Restaurant\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:39:\"qode-twitter-feed/qode-twitter-feed.php\";a:5:{s:4:\"slug\";s:17:\"qode-twitter-feed\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:17:\"Qode Twitter Feed\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:30:\"salon-booking-system/salon.php\";a:5:{s:4:\"slug\";s:20:\"salon-booking-system\";s:7:\"version\";s:6:\"3.30.9\";s:5:\"title\";s:45:\"Salon Booking Wordpress Plugin - Free Version\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:23:\"revslider/revslider.php\";a:5:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:7:\"5.4.8.3\";s:5:\"title\";s:17:\"Slider Revolution\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"woocommerce/woocommerce.php\";a:5:{s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"3.6.5\";s:5:\"title\";s:11:\"WooCommerce\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"js_composer/js_composer.php\";a:5:{s:4:\"slug\";s:11:\"js_composer\";s:7:\"version\";s:3:\"5.7\";s:5:\"title\";s:21:\"WPBakery Page Builder\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1562987469;s:3:\"md5\";s:32:\"58a11b4e26aa989443a69cfe88c003a0\";s:6:\"themes\";a:5:{s:6:\"bridge\";a:5:{s:4:\"slug\";s:6:\"bridge\";s:7:\"version\";s:6:\"18.0.9\";s:5:\"title\";s:6:\"Bridge\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:12:\"bridge-child\";a:5:{s:4:\"slug\";s:12:\"bridge-child\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"title\";s:12:\"Bridge Child\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:14:\"twentynineteen\";a:5:{s:4:\"slug\";s:14:\"twentynineteen\";s:7:\"version\";s:3:\"1.4\";s:5:\"title\";s:15:\"Twenty Nineteen\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:15:\"twentyseventeen\";a:5:{s:4:\"slug\";s:15:\"twentyseventeen\";s:7:\"version\";s:3:\"2.2\";s:5:\"title\";s:16:\"Twenty Seventeen\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:13:\"twentysixteen\";a:5:{s:4:\"slug\";s:13:\"twentysixteen\";s:7:\"version\";s:3:\"2.0\";s:5:\"title\";s:14:\"Twenty Sixteen\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:5:\"sites\";a:1:{s:20:\"salon-booking-system\";O:7:\"FS_Site\":25:{s:7:\"site_id\";s:8:\"10815835\";s:9:\"plugin_id\";s:4:\"3257\";s:7:\"user_id\";s:7:\"2011914\";s:5:\"title\";s:15:\"O Fogon da Ría\";s:3:\"url\";s:32:\"https://ofogondaria.innozona.com\";s:7:\"version\";s:6:\"3.30.9\";s:8:\"language\";s:2:\"es\";s:7:\"charset\";s:5:\"UTF-8\";s:16:\"platform_version\";s:5:\"5.2.2\";s:11:\"sdk_version\";s:5:\"2.2.4\";s:28:\"programming_language_version\";s:6:\"7.1.30\";s:7:\"plan_id\";s:4:\"5187\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:10:\"public_key\";s:32:\"pk_6f399b3eb0e2706e64b9338e7e3ac\";s:10:\"secret_key\";s:32:\"sk_uYIZ[qvh^8t}WyD*&&EPUZf=NO)%M\";s:2:\"id\";s:7:\"2809042\";s:7:\"updated\";s:19:\"2019-07-13 02:46:03\";s:7:\"created\";s:19:\"2019-07-13 02:43:02\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:2011914;O:7:\"FS_User\":12:{s:5:\"email\";s:30:\"admin@ofogondaria.innozona.com\";s:5:\"first\";s:8:\"innozona\";s:4:\"last\";s:0:\"\";s:11:\"is_verified\";b:0;s:11:\"customer_id\";N;s:5:\"gross\";i:0;s:10:\"public_key\";s:32:\"pk_4ab6df16723251379c2c35832bbe2\";s:10:\"secret_key\";s:32:\"sk_ZkeKnjI%(eJ^1cF]Sz$}iQnj>T%oY\";s:2:\"id\";s:7:\"2011914\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2019-07-13 02:43:02\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:13:\"admin_notices\";a:1:{s:20:\"salon-booking-system\";a:0:{}}}','yes'),(1171,'ls-store-last-updated','1562978336','yes'),(1172,'ls-store-data','a:2:{s:12:\"last_updated\";s:10:\"2017-12-22\";s:7:\"sliders\";a:74:{s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:29:\"premium,new,static,text,blend\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,new,loop,parallax,blendmode,specialeffects\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:48:\"premium,new,loop,filter,blendmode,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:23:\"premium,new,experiments\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:37:\"premium,new,parallax,experiments,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"discount-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,premium,popup\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/discount-popup/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:47:\"premium,new,fullsize,loop,filter,specialeffects\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:18:\"social-share-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,new,popup,api\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/social-share-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:59:\"premium,new,parallax,loop,filter,experiments,specialeffects\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:51:\"premium,new,parallax,text,blendmode,experiments,api\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:58:\"premium,new,fullsize,fullwidth,landing,text,parallax,packs\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:65:\"premium,new,fullsize,fullwidth,landing,parallax,static,loop,packs\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:36:\"premium,new,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:47:\"premium,new,text,loop,parallax,static,blendmode\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:40:\"premium,new,fullwidth,text,landing,packs\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:16:\"popup-guide-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-guide-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-welcome-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,loop\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/popup-transparent-demo/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-sidebar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:26:\"premium,new,popup,kenburns\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/popup-photo-gallery/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:24:\"premium,new,popup,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-modal-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:34:\"premium,new,popup,experiments,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-infobar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:47:\"premium,new,popup,experiments,fullsize,parallax\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/popup-fullsize-desk-demo/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:29:\"premium,new,popup,experiments\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/conversation-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:52:\"premium,new,experiments,specialeffects,parallax,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:28:\"premium,kenburns,filter,text\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:46:\"premium,specialeffects,loop,blendmode,parallax\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:37:\"premium,specialeffects,loop,blendmode\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:63:\"premium,specialeffects,text,blendmode,experiments,loop,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"premium,parallax,specialeffects,fullsize\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:68:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:38:\"free,parallax,loop,text,specialeffects\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"free,parallax,experiments,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,experiments,specialeffects,3dtransition\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:56:\"premium,experiments,specialeffects,kenburns,3dtransition\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:45:\"experiments,free,loop,parallax,specialeffects\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"experiments,free,parallax,specialeffects\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:33:\"fullwidth,parallax,premium,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:65:\"api,experiments,media,parallax,premium,specialeffects,static,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:37:\"premium,fullwidth,specialeffects,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:14:\"premium,static\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:66:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:63:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:35:\"free,fullsize,text,experiments,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:18:\"landing-page-intro\";a:6:{s:4:\"name\";s:18:\"Landing Page Intro\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:38:\"premium,fullsize,landing,parallax,text\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-intro.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:35:\"premium,fullwidth,parallax,carousel\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:40:\"premium,fullsize,parallax,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:60:\"premium,parallax,filter,experiments,specialeffects,text,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:37:\"premium,fullsize,api,experiments,loop\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:38:\"premium,fullwidth,experiments,api,loop\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:16:\"landing-screen-1\";a:6:{s:4:\"name\";s:16:\"Landing Screen 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-1.jpg\";}s:16:\"landing-screen-2\";a:6:{s:4:\"name\";s:16:\"Landing Screen 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-2.jpg\";}s:16:\"landing-screen-3\";a:6:{s:4:\"name\";s:16:\"Landing Screen 3\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-3/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-3.jpg\";}s:16:\"landing-screen-4\";a:6:{s:4:\"name\";s:16:\"Landing Screen 4\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-4/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-4.jpg\";}s:16:\"landing-screen-5\";a:6:{s:4:\"name\";s:16:\"Landing Screen 5\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-5/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-5.jpg\";}s:16:\"landing-screen-6\";a:6:{s:4:\"name\";s:16:\"Landing Screen 6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-6/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-6.jpg\";}s:16:\"landing-screen-7\";a:6:{s:4:\"name\";s:16:\"Landing Screen 7\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-7/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-7.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:13:\"free,carousel\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:26:\"premium,fullwidth,parallax\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:23:\"premium,fullwidth,media\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:23:\"free,3dtransition,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:19:\"free,parallax,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:10:\"free,media\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}}','no'),(593,'masonry_gallery_category_children','a:0:{}','yes'),(591,'slides_category_children','a:0:{}','yes'),(505,'_transient_product_query-transient-version','1565675974','yes'),(515,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:2;s:3:\"all\";i:2;s:8:\"approved\";s:1:\"2\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(516,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"2\";s:14:\"total_comments\";i:2;s:3:\"all\";i:2;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(522,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.2.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1562738840;s:7:\"version\";s:5:\"5.1.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(587,'category_children','a:0:{}','yes'),(589,'portfolio_category_children','a:0:{}','yes'),(590,'testimonials_category_children','a:0:{}','yes'),(594,'product_cat_children','a:0:{}','yes'),(592,'carousels_category_children','a:0:{}','yes'),(597,'_transient_shipping-transient-version','1562738933','yes'),(601,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(3991,'_wpallexport_session_new_','a:85:{s:14:\"is_user_export\";b:0;s:17:\"is_comment_export\";b:0;s:18:\"is_taxonomy_export\";b:0;s:3:\"cpt\";s:38:\"a:1:{i:0;s:20:\"qode-restaurant-menu\";}\";s:11:\"whereclause\";s:0:\"\";s:10:\"joinclause\";s:6:\"a:0:{}\";s:11:\"exportquery\";s:9220:\"O:8:\"WP_Query\":54:{s:5:\"query\";a:5:{s:9:\"post_type\";a:1:{i:0;s:20:\"qode-restaurant-menu\";}s:11:\"post_status\";s:3:\"any\";s:7:\"orderby\";s:2:\"ID\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:10;}s:10:\"query_vars\";a:66:{s:9:\"post_type\";a:1:{i:0;s:20:\"qode-restaurant-menu\";}s:11:\"post_status\";s:3:\"any\";s:7:\"orderby\";s:2:\"ID\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:10;s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:8:\"meta_key\";s:0:\"\";s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:19:\"ignore_sticky_posts\";b:0;s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:0:{}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:0:{}s:13:\"queried_terms\";a:0:{}s:13:\"primary_table\";s:10:\"wpxe_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:14:\"queried_object\";N;s:17:\"queried_object_id\";N;s:7:\"request\";s:470:\"SELECT SQL_CALC_FOUND_ROWS  wpxe_posts.ID FROM wpxe_posts  WHERE 1=1  AND wpxe_posts.post_type = \'qode-restaurant-menu\' AND ((wpxe_posts.post_status <> \'trash\' AND wpxe_posts.post_status <> \'auto-draft\')) AND wpxe_posts.ID NOT IN (SELECT o.ID FROM wpxe_posts o\n                            LEFT OUTER JOIN wpxe_posts r ON o.post_parent = r.ID WHERE ((r.post_status = \'trash\' OR r.ID IS NULL) AND o.post_type = \'product_variation\'))  ORDER BY wpxe_posts.ID ASC LIMIT 0, 10\";s:5:\"posts\";a:6:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:681;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:08:46\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:08:46\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:25:\"Caldo o Sopa - Appetizers\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:23:\"caldo-o-sopa-appetizers\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:08:46\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:08:46\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=681\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:682;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:09:29\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:09:29\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:20:\"Berberechos al Vapor\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:20:\"berberechos-al-vapor\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:09:29\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:09:29\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=682\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:683;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:10:02\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:10:02\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:49:\"Merluza  a la Plancha ,a la Romana o a la Gallega\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:47:\"merluza-a-la-plancha-a-la-romana-o-a-la-gallega\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:10:02\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:10:02\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=683\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:684;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:10:38\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:10:38\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:18:\"Churrasco de Cerdo\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:18:\"churrasco-de-cerdo\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:10:38\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:10:38\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=684\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:693;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-14 00:47:25\";s:13:\"post_date_gmt\";s:19:\"2019-07-14 00:47:25\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:5:\"Lunes\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:5:\"lunes\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-14 00:47:25\";s:17:\"post_modified_gmt\";s:19:\"2019-07-14 00:47:25\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"https://ofogondaria.com/?post_type=qode-restaurant-menu&#038;p=693\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Post\":24:{s:2:\"ID\";i:782;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-19 20:45:49\";s:13:\"post_date_gmt\";s:19:\"2019-07-19 20:45:49\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:13:\"Churrasco BBQ\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:13:\"churrasco-bbq\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-19 20:45:49\";s:17:\"post_modified_gmt\";s:19:\"2019-07-19 20:45:49\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"https://ofogondaria.com/?post_type=qode-restaurant-menu&#038;p=782\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:6;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:99;s:8:\"comments\";N;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:7:\"comment\";N;s:11:\"found_posts\";s:1:\"6\";s:13:\"max_num_pages\";d:1;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:0;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:17:\"is_privacy_policy\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:1;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:0;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"9e707fe732e9b20fa5b1a7da27b8e2a7\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}\";s:11:\"export_type\";s:8:\"specific\";s:21:\"filter_rules_hierarhy\";s:2:\"[]\";s:21:\"product_matching_mode\";s:6:\"strict\";s:17:\"wp_query_selector\";s:8:\"wp_query\";s:18:\"taxonomy_to_export\";s:0:\"\";s:18:\"created_at_version\";s:5:\"1.2.4\";s:3:\"ids\";s:267:\"a:30:{i:0;i:1;i:1;i:1;i:2;i:1;i:3;i:1;i:4;i:1;i:5;i:1;i:6;i:1;i:7;i:1;i:8;i:1;i:9;i:1;i:10;i:1;i:11;i:1;i:12;i:1;i:13;i:1;i:14;i:1;i:15;i:1;i:16;i:1;i:17;i:1;i:18;i:1;i:19;i:1;i:20;i:1;i:21;i:1;i:22;i:1;i:23;i:1;i:24;i:1;i:25;i:1;i:26;i:1;i:27;i:1;i:28;i:1;i:29;i:1;}\";s:8:\"cc_label\";s:629:\"a:30:{i:0;s:2:\"id\";i:1;s:5:\"title\";i:2;s:7:\"content\";i:3;s:7:\"excerpt\";i:4;s:4:\"date\";i:5;s:9:\"post_type\";i:6;s:9:\"permalink\";i:7;s:3:\"url\";i:8;s:5:\"title\";i:9;s:7:\"caption\";i:10;s:11:\"description\";i:11;s:3:\"alt\";i:12;s:8:\"featured\";i:13;s:3:\"url\";i:14;s:29:\"qode-restaurant-menu-category\";i:15;s:6:\"status\";i:16;s:6:\"author\";i:17;s:15:\"author_username\";i:18;s:12:\"author_email\";i:19;s:17:\"author_first_name\";i:20;s:16:\"author_last_name\";i:21;s:4:\"slug\";i:22;s:6:\"format\";i:23;s:8:\"template\";i:24;s:6:\"parent\";i:25;s:11:\"parent_slug\";i:26;s:5:\"order\";i:27;s:14:\"comment_status\";i:28;s:11:\"ping_status\";i:29;s:13:\"post_modified\";}\";s:6:\"cc_php\";s:267:\"a:30:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;i:12;i:0;i:13;i:0;i:14;i:0;i:15;i:0;i:16;i:0;i:17;i:0;i:18;i:0;i:19;i:0;i:20;i:0;i:21;i:0;i:22;i:0;i:23;i:0;i:24;i:0;i:25;i:0;i:26;i:0;i:27;i:0;i:28;i:0;i:29;i:0;}\";s:7:\"cc_code\";s:357:\"a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}\";s:6:\"cc_sql\";s:357:\"a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}\";s:7:\"cc_type\";s:654:\"a:30:{i:0;s:2:\"id\";i:1;s:5:\"title\";i:2;s:7:\"content\";i:3;s:7:\"excerpt\";i:4;s:4:\"date\";i:5;s:9:\"post_type\";i:6;s:9:\"permalink\";i:7;s:9:\"image_url\";i:8;s:11:\"image_title\";i:9;s:13:\"image_caption\";i:10;s:17:\"image_description\";i:11;s:9:\"image_alt\";i:12;s:14:\"image_featured\";i:13;s:14:\"attachment_url\";i:14;s:4:\"cats\";i:15;s:6:\"status\";i:16;s:6:\"author\";i:17;s:15:\"author_username\";i:18;s:12:\"author_email\";i:19;s:17:\"author_first_name\";i:20;s:16:\"author_last_name\";i:21;s:4:\"slug\";i:22;s:6:\"format\";i:23;s:8:\"template\";i:24;s:6:\"parent\";i:25;s:11:\"parent_slug\";i:26;s:5:\"order\";i:27;s:14:\"comment_status\";i:28;s:11:\"ping_status\";i:29;s:13:\"post_modified\";}\";s:10:\"cc_options\";s:1176:\"a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:8;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:9;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:10;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:11;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:12;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:13;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}\";s:8:\"cc_value\";s:629:\"a:30:{i:0;s:2:\"id\";i:1;s:5:\"title\";i:2;s:7:\"content\";i:3;s:7:\"excerpt\";i:4;s:4:\"date\";i:5;s:9:\"post_type\";i:6;s:9:\"permalink\";i:7;s:3:\"url\";i:8;s:5:\"title\";i:9;s:7:\"caption\";i:10;s:11:\"description\";i:11;s:3:\"alt\";i:12;s:8:\"featured\";i:13;s:3:\"url\";i:14;s:29:\"qode-restaurant-menu-category\";i:15;s:6:\"status\";i:16;s:6:\"author\";i:17;s:15:\"author_username\";i:18;s:12:\"author_email\";i:19;s:17:\"author_first_name\";i:20;s:16:\"author_last_name\";i:21;s:4:\"slug\";i:22;s:6:\"format\";i:23;s:8:\"template\";i:24;s:6:\"parent\";i:25;s:11:\"parent_slug\";i:26;s:5:\"order\";i:27;s:14:\"comment_status\";i:28;s:11:\"ping_status\";i:29;s:13:\"post_modified\";}\";s:7:\"cc_name\";s:702:\"a:30:{i:0;s:2:\"ID\";i:1;s:5:\"Title\";i:2;s:7:\"Content\";i:3;s:7:\"Excerpt\";i:4;s:4:\"Date\";i:5;s:9:\"Post Type\";i:6;s:9:\"Permalink\";i:7;s:9:\"Image URL\";i:8;s:11:\"Image Title\";i:9;s:13:\"Image Caption\";i:10;s:17:\"Image Description\";i:11;s:14:\"Image Alt Text\";i:12;s:14:\"Image Featured\";i:13;s:14:\"Attachment URL\";i:14;s:37:\"Menú De Un Restaurante De Categoría\";i:15;s:6:\"Status\";i:16;s:9:\"Author ID\";i:17;s:15:\"Author Username\";i:18;s:12:\"Author Email\";i:19;s:17:\"Author First Name\";i:20;s:16:\"Author Last Name\";i:21;s:4:\"Slug\";i:22;s:6:\"Format\";i:23;s:8:\"Template\";i:24;s:6:\"Parent\";i:25;s:11:\"Parent Slug\";i:26;s:5:\"Order\";i:27;s:14:\"Comment Status\";i:28;s:11:\"Ping Status\";i:29;s:18:\"Post Modified Date\";}\";s:11:\"cc_settings\";s:357:\"a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}\";s:15:\"update_previous\";s:1:\"1\";s:13:\"friendly_name\";s:41:\"Restaurante Export - 2019 August 13 04:53\";s:18:\"order_item_per_row\";i:1;s:29:\"order_item_fill_empty_columns\";i:1;s:8:\"filepath\";s:0:\"\";s:16:\"current_filepath\";s:0:\"\";s:10:\"bundlepath\";s:0:\"\";s:8:\"wp_query\";s:0:\"\";s:9:\"export_to\";s:3:\"csv\";s:15:\"export_to_sheet\";s:3:\"csv\";s:9:\"delimiter\";s:1:\",\";s:8:\"encoding\";s:5:\"UTF-8\";s:21:\"is_generate_templates\";i:1;s:18:\"is_generate_import\";i:1;s:9:\"import_id\";i:0;s:13:\"template_name\";s:41:\"Restaurante Export - 2019 August 13 04:53\";s:12:\"is_scheduled\";i:0;s:16:\"scheduled_period\";s:0:\"\";s:15:\"scheduled_email\";s:0:\"\";s:6:\"fields\";s:68:\"a:4:{i:0;s:7:\"default\";i:1;s:5:\"other\";i:2;s:2:\"cf\";i:3;s:4:\"cats\";}\";s:5:\"rules\";s:6:\"a:0:{}\";s:21:\"records_per_iteration\";s:2:\"50\";s:11:\"include_bom\";s:1:\"0\";s:17:\"include_functions\";i:1;s:19:\"split_large_exports\";s:1:\"0\";s:25:\"split_large_exports_count\";s:5:\"10000\";s:16:\"split_files_list\";s:6:\"a:0:{}\";s:12:\"main_xml_tag\";s:4:\"data\";s:14:\"record_xml_tag\";s:4:\"post\";s:16:\"save_template_as\";i:0;s:4:\"name\";s:0:\"\";s:21:\"export_only_new_stuff\";s:1:\"0\";s:26:\"export_only_modified_stuff\";s:1:\"0\";s:24:\"creata_a_new_export_file\";s:1:\"0\";s:15:\"attachment_list\";s:6:\"a:0:{}\";s:21:\"order_include_poducts\";i:0;s:25:\"order_include_all_poducts\";i:0;s:21:\"order_include_coupons\";i:0;s:25:\"order_include_all_coupons\";i:0;s:23:\"order_include_customers\";i:0;s:27:\"order_include_all_customers\";i:0;s:9:\"migration\";s:0:\"\";s:17:\"xml_template_type\";s:6:\"simple\";s:19:\"custom_xml_template\";s:0:\"\";s:26:\"custom_xml_template_header\";s:0:\"\";s:24:\"custom_xml_template_loop\";s:0:\"\";s:26:\"custom_xml_template_footer\";s:0:\"\";s:27:\"custom_xml_template_options\";s:6:\"a:0:{}\";s:22:\"custom_xml_cdata_logic\";s:4:\"auto\";s:21:\"show_cdata_in_preview\";i:0;s:17:\"export_variations\";s:1:\"1\";s:23:\"export_variations_title\";i:1;s:18:\"include_header_row\";i:1;s:9:\"wpml_lang\";s:3:\"all\";s:24:\"enable_export_scheduling\";s:5:\"false\";s:17:\"scheduling_enable\";s:1:\"0\";s:22:\"scheduling_weekly_days\";s:0:\"\";s:17:\"scheduling_run_on\";s:6:\"weekly\";s:22:\"scheduling_monthly_day\";s:0:\"\";s:16:\"scheduling_times\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:19:\"scheduling_timezone\";s:15:\"America/Caracas\";s:4:\"file\";s:0:\"\";}','no'),(3992,'_wpallexport_session_expires_new_','1565837576','no'),(4142,'updraft_autobackup_go','0','yes'),(3525,'booking_package_paypal_secret_key','','yes'),(3524,'booking_package_paypal_client_id','','yes'),(3523,'booking_package_paypal_live','0','yes'),(3522,'booking_package_paypal_active','0','yes'),(3519,'booking_package_backgroundColorOfSelectedLabel','#c2fcf6','yes'),(3520,'booking_package_mouseHover','#7baafc','yes'),(3507,'booking_package_dateFormat','4','yes'),(3508,'booking_package_clock','24hours','yes'),(3509,'booking_package_positionOfWeek','before','yes'),(3510,'booking_package_automaticApprove','0','yes'),(3511,'booking_package_googleAnalytics','','yes'),(3512,'booking_package_headingPosition','0','yes'),(3513,'booking_package_fontSize','13px','yes'),(3514,'booking_package_backgroundColor','#FFF','yes'),(3515,'booking_package_calendarBackgroundColorWithSchedule','#bbd6ab','yes'),(3516,'booking_package_calendarBackgroundColorWithNoSchedule','#d89e9e','yes'),(3517,'booking_package_backgroundColorOfRegularHolidays','#FFD5D5','yes'),(3506,'booking_package_currency','eur','yes'),(3505,'booking_package_country','ES','yes'),(4152,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(141,'recovery_keys','a:0:{}','yes'),(145,'theme_mods_bridge','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562350158;s:4:\"data\";a:19:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:12:\"sidebar_page\";a:0:{}s:11:\"header_left\";a:0:{}s:12:\"header_right\";a:0:{}s:19:\"header_bottom_right\";a:0:{}s:20:\"header_bottom_center\";a:0:{}s:8:\"sidearea\";a:0:{}s:27:\"fullscreen_menu_area_widget\";a:0:{}s:18:\"vertical_menu_area\";a:0:{}s:15:\"footer_column_1\";a:0:{}s:15:\"footer_column_2\";a:0:{}s:15:\"footer_column_3\";a:0:{}s:15:\"footer_column_4\";a:0:{}s:11:\"footer_text\";a:0:{}s:16:\"footer_text_left\";a:0:{}s:17:\"footer_text_right\";a:0:{}s:18:\"header_fixed_right\";a:0:{}s:15:\"left_side_fixed\";a:0:{}}}}','yes'),(146,'theme_switched','','yes'),(147,'qode_required_plugins','a:9:{i:0;s:11:\"js_composer\";i:1;s:9:\"revslider\";i:2;s:14:\"contact-form-7\";i:3;s:15:\"qode-restaurant\";i:4;s:11:\"bridge-core\";i:6;s:11:\"LayerSlider\";i:8;s:13:\"envato-market\";i:9;s:17:\"qode-twitter-feed\";i:10;s:21:\"qode-instagram-widget\";}','yes'),(153,'theme_mods_bridge-child','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:14:\"top-navigation\";i:17;s:17:\"mobile-navigation\";i:38;}s:18:\"custom_css_post_id\";i:627;}','yes'),(172,'widget_latest_posts_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(173,'widget_qode_latest_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'widget_related_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_qode_social_icon_widget','a:5:{i:2;a:17:{s:4:\"type\";s:13:\"circle_social\";s:9:\"icon_pack\";s:12:\"font_awesome\";s:4:\"icon\";s:10:\"fa-twitter\";s:7:\"fe_icon\";s:0:\"\";s:11:\"custom_size\";s:2:\"17\";s:17:\"custom_shape_size\";s:2:\"17\";s:4:\"link\";s:18:\"http://twitter.com\";s:6:\"target\";s:6:\"_blank\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_hover_color\";s:7:\"#000000\";s:16:\"background_color\";s:11:\"transparent\";s:22:\"background_hover_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:1:\"2\";s:13:\"border_radius\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:18:\"border_hover_color\";s:7:\"#ffffff\";s:11:\"icon_margin\";s:9:\"0 4px 0 0\";}i:3;a:17:{s:4:\"type\";s:13:\"circle_social\";s:9:\"icon_pack\";s:12:\"font_awesome\";s:4:\"icon\";s:12:\"fa-instagram\";s:7:\"fe_icon\";s:0:\"\";s:11:\"custom_size\";s:2:\"17\";s:17:\"custom_shape_size\";s:2:\"17\";s:4:\"link\";s:20:\"http://instagram.com\";s:6:\"target\";s:6:\"_blank\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_hover_color\";s:7:\"#000000\";s:16:\"background_color\";s:11:\"transparent\";s:22:\"background_hover_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:1:\"2\";s:13:\"border_radius\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:18:\"border_hover_color\";s:7:\"#ffffff\";s:11:\"icon_margin\";s:9:\"0 4px 0 0\";}i:4;a:17:{s:4:\"type\";s:13:\"circle_social\";s:9:\"icon_pack\";s:12:\"font_awesome\";s:4:\"icon\";s:11:\"fa-facebook\";s:7:\"fe_icon\";s:0:\"\";s:11:\"custom_size\";s:2:\"17\";s:17:\"custom_shape_size\";s:2:\"17\";s:4:\"link\";s:50:\"https://www.facebook.com/fogon.ofogondaria?fref=ts\";s:6:\"target\";s:6:\"_blank\";s:10:\"icon_color\";s:7:\"#0094ff\";s:16:\"icon_hover_color\";s:7:\"#0094ff\";s:16:\"background_color\";s:11:\"transparent\";s:22:\"background_hover_color\";s:7:\"#0094ff\";s:12:\"border_width\";s:1:\"2\";s:13:\"border_radius\";s:0:\"\";s:12:\"border_color\";s:7:\"#0094ff\";s:18:\"border_hover_color\";s:7:\"#0094ff\";s:11:\"icon_margin\";s:9:\"0 4px 0 0\";}i:5;a:17:{s:4:\"type\";s:13:\"circle_social\";s:9:\"icon_pack\";s:12:\"font_awesome\";s:4:\"icon\";s:13:\"fa-foursquare\";s:7:\"fe_icon\";s:0:\"\";s:11:\"custom_size\";s:2:\"17\";s:17:\"custom_shape_size\";s:2:\"17\";s:4:\"link\";s:23:\"https://foursquare.com/\";s:6:\"target\";s:6:\"_blank\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_hover_color\";s:7:\"#000000\";s:16:\"background_color\";s:11:\"transparent\";s:22:\"background_hover_color\";s:7:\"#ffffff\";s:12:\"border_width\";s:1:\"2\";s:13:\"border_radius\";s:0:\"\";s:12:\"border_color\";s:7:\"#ffffff\";s:18:\"border_hover_color\";s:7:\"#ffffff\";s:11:\"icon_margin\";s:10:\"0 22px 0 0\";}s:12:\"_multiwidget\";i:1;}','yes'),(176,'widget_qode_sticky_sidebar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'qode_options_proya','a:1955:{s:20:\"enable_grid_elements\";s:2:\"no\";s:12:\"google_fonts\";s:9:\"Work+Sans\";s:23:\"additional_google_fonts\";s:3:\"yes\";s:23:\"additional_google_font1\";s:6:\"Allura\";s:23:\"additional_google_font2\";s:2:\"-1\";s:23:\"additional_google_font3\";s:2:\"-1\";s:23:\"additional_google_font4\";s:2:\"-1\";s:23:\"additional_google_font5\";s:2:\"-1\";s:11:\"first_color\";s:7:\"#1f1a15\";s:12:\"second_color\";s:0:\"\";s:11:\"third_color\";s:0:\"\";s:12:\"fourth_color\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:22:\"background_color_boxes\";s:0:\"\";s:15:\"selection_color\";s:0:\"\";s:27:\"gradient_style1_start_color\";s:7:\"#31c8a2\";s:25:\"gradient_style1_end_color\";s:7:\"#ae66fd\";s:19:\"transparent_content\";s:2:\"no\";s:36:\"transparent_content_background_color\";s:0:\"\";s:36:\"transparent_content_background_image\";s:0:\"\";s:44:\"transparent_content_pattern_background_image\";s:0:\"\";s:19:\"overlapping_content\";s:2:\"no\";s:26:\"overlapping_content_amount\";s:0:\"\";s:27:\"overlapping_content_padding\";s:0:\"\";s:5:\"boxed\";s:2:\"no\";s:20:\"background_color_box\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:24:\"pattern_background_image\";s:0:\"\";s:8:\"paspartu\";s:2:\"no\";s:14:\"paspartu_color\";s:0:\"\";s:14:\"paspartu_width\";s:0:\"\";s:25:\"paspartu_header_alignment\";s:2:\"no\";s:22:\"paspartu_header_inside\";s:2:\"no\";s:29:\"vertical_menu_inside_paspartu\";s:3:\"yes\";s:25:\"paspartu_footer_alignment\";s:2:\"no\";s:15:\"paspartu_on_top\";s:3:\"yes\";s:21:\"paspartu_on_top_fixed\";s:2:\"no\";s:25:\"paspartu_on_bottom_slider\";s:2:\"no\";s:18:\"paspartu_on_bottom\";s:3:\"yes\";s:24:\"paspartu_on_bottom_fixed\";s:2:\"no\";s:25:\"enable_content_top_margin\";s:2:\"no\";s:21:\"initial_content_width\";s:9:\"grid_1200\";s:16:\"page_transitions\";s:1:\"0\";s:19:\"ajax_animate_header\";s:2:\"no\";s:19:\"page_loading_effect\";s:2:\"no\";s:17:\"loading_animation\";s:3:\"off\";s:25:\"loading_animation_spinner\";s:5:\"pulse\";s:13:\"spinner_color\";s:0:\"\";s:24:\"loading_background_color\";s:0:\"\";s:13:\"loading_image\";s:0:\"\";s:37:\"loading_animation_left_menu_alignment\";s:2:\"no\";s:13:\"smooth_scroll\";s:3:\"yes\";s:27:\"elements_animation_on_touch\";s:2:\"no\";s:16:\"show_back_button\";s:3:\"yes\";s:14:\"responsiveness\";s:3:\"yes\";s:30:\"content_sidebar_responsiveness\";s:2:\"no\";s:13:\"favicon_image\";s:77:\"https://bridge93.qodeinteractive.com/wp-content/themes/bridge/img/favicon.ico\";s:22:\"internal_no_ajax_links\";s:0:\"\";s:10:\"custom_css\";s:2066:\"p {\r\n    letter-spacing: -0.5px;\r\n}\r\n\r\n.q_icon_with_title.tiny .icon_holder img {\r\n    width: 16px;\r\n}\r\n\r\n.q_icon_with_title .icon_title_holder .icon_holder {\r\n    padding: 4px 8px 0px 0;\r\n}\r\n\r\n.q_icon_with_title .icon_title_holder {\r\n    margin: 0 0 5px;\r\n}\r\n\r\n.q_icon_with_title .icon_text_inner {\r\n    padding: 0;\r\n}\r\n\r\n.q_icon_with_title.left_from_title.custom_icon_image.tiny .icon_text_holder .icon_holder {\r\n    width: 23px!important;\r\n}\r\n\r\n.wpcf7 form.wpcf7-form p {\r\n    margin-bottom: 12px;\r\n}\r\n\r\n.header_bottom_widget.widget_text {\r\n    display: inline-block;\r\n}\r\n\r\n#ui-datepicker-div .ui-datepicker-today a,\r\n#ui-datepicker-div .ui-datepicker-current-day:not(.ui-datepicker-today) a{\r\n    color: #fff;\r\n}\r\n\r\n#ui-datepicker-div .ui-datepicker-current-day:not(.ui-datepicker-today){\r\n    background-color: #1f1a15;\r\n}\r\n\r\n\r\n.contenedor{\r\n  width:90px;\r\n  height:240px;\r\n  position:absolute;\r\n  right:0px;\r\n  bottom:0px;\r\n}\r\n.botonF1{\r\n  width:60px;\r\n  height:60px;\r\n  border-radius:100%;\r\n  background:#F44336;\r\n  right:0;\r\n  bottom:0;\r\n  position:absolute;\r\n  margin-right:16px;\r\n  margin-bottom:16px;\r\n  border:none;\r\n  outline:none;\r\n  color:#FFF;\r\n  font-size:36px;\r\n  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);\r\n  transition:.3s;  \r\n}\r\nspan{\r\n  transition:.5s;  \r\n}\r\n.botonF1:hover span{\r\n  transform:rotate(360deg);\r\n}\r\n.botonF1:active{\r\n  transform:scale(1.1);\r\n}\r\n.btn{\r\n  width:40px;\r\n  height:40px;\r\n  border-radius:100%;\r\n  border:none;\r\n  color:#FFF;\r\n  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);\r\n  font-size:28px;\r\n  outline:none;\r\n  position:absolute;\r\n  right:0;\r\n  bottom:0;\r\n  margin-right:26px;\r\n  transform:scale(0);\r\n}\r\n.botonF2{\r\n  background:#2196F3;\r\n  margin-bottom:85px;\r\n  transition:0.5s;\r\n}\r\n.botonF3{\r\n  background:#673AB7;\r\n  margin-bottom:130px;\r\n  transition:0.7s;\r\n}\r\n.botonF4{\r\n  background:#009688;\r\n  margin-bottom:175px;\r\n  transition:0.9s;\r\n}\r\n.botonF5{\r\n  background:#FF5722;\r\n  margin-bottom:220px;\r\n  transition:0.99s;\r\n}\r\n.animacionVer{\r\n  transform:scale(1);\r\n}\r\n\";s:14:\"custom_svg_css\";s:0:\"\";s:9:\"custom_js\";s:165:\"$j(\'.botonF1\').hover(function(){\r\n  $j(\'.btn\').addClass(\'animacionVer\');\r\n})\r\n$j(\'.contenedor\').mouseleave(function(){\r\n  $j(\'.btn\').removeClass(\'animacionVer\');\r\n})\";s:21:\"google_analytics_code\";s:0:\"\";s:16:\"disable_qode_seo\";s:2:\"no\";s:13:\"meta_keywords\";s:0:\"\";s:16:\"meta_description\";s:0:\"\";s:19:\"google_maps_api_key\";s:39:\"AIzaSyDLPxgFZvlD_nCXixMVl9DuhLRA_U82HYo\";s:10:\"logo_image\";s:71:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg\";s:16:\"logo_image_light\";s:71:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg\";s:15:\"logo_image_dark\";s:71:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg\";s:17:\"logo_image_sticky\";s:71:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg\";s:23:\"logo_image_fixed_hidden\";s:71:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg\";s:17:\"logo_image_mobile\";s:71:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg\";s:20:\"vertical_logo_bottom\";s:71:\"https://ofogondaria.com/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg\";s:25:\"logo_mobile_header_height\";s:0:\"\";s:18:\"logo_mobile_height\";s:0:\"\";s:13:\"vertical_area\";s:2:\"no\";s:14:\"header_in_grid\";s:2:\"no\";s:24:\"header_bottom_appearance\";s:7:\"regular\";s:26:\"search_left_sidearea_right\";s:2:\"no\";s:24:\"scroll_amount_for_sticky\";s:0:\"\";s:19:\"hide_initial_sticky\";s:2:\"no\";s:30:\"scroll_amount_for_fixed_hiding\";s:0:\"\";s:13:\"menu_position\";s:4:\"left\";s:17:\"center_logo_image\";s:2:\"no\";s:34:\"search_left_sidearea_right_regular\";s:2:\"no\";s:25:\"center_logo_image_animate\";s:2:\"no\";s:30:\"disable_text_shadow_for_sticky\";s:2:\"no\";s:13:\"header_height\";s:0:\"\";s:20:\"header_height_scroll\";s:0:\"\";s:20:\"header_height_sticky\";s:0:\"\";s:27:\"header_height_scroll_hidden\";s:0:\"\";s:32:\"header_fixed_top_logo_background\";s:0:\"\";s:12:\"header_style\";s:0:\"\";s:29:\"enable_header_style_on_scroll\";s:3:\"yes\";s:23:\"header_background_color\";s:7:\"#ffffff\";s:30:\"header_background_color_scroll\";s:0:\"\";s:30:\"header_background_color_sticky\";s:0:\"\";s:38:\"header_background_transparency_initial\";s:1:\"1\";s:37:\"header_background_transparency_scroll\";s:0:\"\";s:37:\"header_background_transparency_sticky\";s:0:\"\";s:26:\"header_bottom_border_color\";s:0:\"\";s:32:\"header_botom_border_transparency\";s:0:\"\";s:27:\"header_botom_border_in_grid\";s:2:\"no\";s:21:\"menu_background_color\";s:0:\"\";s:32:\"dropdown_separator_beetwen_items\";s:3:\"yes\";s:22:\"dropdown_border_around\";s:3:\"yes\";s:22:\"header_separator_color\";s:0:\"\";s:25:\"dropdown_background_color\";s:7:\"#000000\";s:32:\"dropdown_background_transparency\";s:1:\"1\";s:27:\"enable_wide_manu_background\";s:2:\"no\";s:13:\"enable_search\";s:2:\"no\";s:11:\"search_type\";s:29:\"search_slides_from_window_top\";s:13:\"search_height\";s:0:\"\";s:16:\"search_animation\";s:4:\"fade\";s:28:\"fullscreen_search_icon_color\";s:0:\"\";s:30:\"search_cover_only_bottom_yesno\";s:2:\"no\";s:16:\"search_icon_pack\";s:12:\"font_awesome\";s:23:\"search_background_color\";s:0:\"\";s:17:\"search_text_color\";s:0:\"\";s:26:\"search_text_disabled_color\";s:0:\"\";s:20:\"search_text_fontsize\";s:0:\"\";s:25:\"search_text_texttransform\";s:0:\"\";s:24:\"search_text_google_fonts\";s:2:\"-1\";s:21:\"search_text_fontstyle\";s:0:\"\";s:22:\"search_text_fontweight\";s:0:\"\";s:25:\"search_text_letterspacing\";s:0:\"\";s:23:\"search_label_text_color\";s:0:\"\";s:26:\"search_label_text_fontsize\";s:0:\"\";s:31:\"search_label_text_texttransform\";s:0:\"\";s:30:\"search_label_text_google_fonts\";s:2:\"-1\";s:27:\"search_label_text_fontstyle\";s:0:\"\";s:28:\"search_label_text_fontweight\";s:0:\"\";s:31:\"search_label_text_letterspacing\";s:0:\"\";s:23:\"header_search_icon_size\";s:0:\"\";s:17:\"search_icon_color\";s:0:\"\";s:23:\"search_icon_hover_color\";s:0:\"\";s:26:\"search_icon_disabled_color\";s:0:\"\";s:16:\"search_icon_size\";s:0:\"\";s:18:\"search_close_color\";s:0:\"\";s:24:\"search_close_hover_color\";s:0:\"\";s:17:\"search_close_size\";s:0:\"\";s:19:\"search_border_color\";s:0:\"\";s:25:\"search_border_focus_color\";s:0:\"\";s:16:\"enable_side_area\";s:2:\"no\";s:14:\"side_area_type\";s:32:\"side_area_uncovered_from_content\";s:26:\"side_area_button_icon_pack\";s:12:\"font_awesome\";s:19:\"side_area_icon_icon\";s:7:\"fa-bars\";s:22:\"side_area_icon_fe_icon\";s:0:\"\";s:25:\"side_area_icon_linea_icon\";s:0:\"\";s:23:\"side_area_icon_dripicon\";s:0:\"\";s:15:\"side_area_width\";s:0:\"\";s:31:\"side_area_content_overlay_color\";s:0:\"\";s:33:\"side_area_content_overlay_opacity\";s:0:\"\";s:34:\"side_area_slide_with_content_width\";s:9:\"width_470\";s:15:\"side_area_title\";s:0:\"\";s:26:\"side_area_background_color\";s:0:\"\";s:21:\"side_area_padding_top\";s:0:\"\";s:23:\"side_area_padding_right\";s:0:\"\";s:24:\"side_area_padding_bottom\";s:0:\"\";s:22:\"side_area_padding_left\";s:0:\"\";s:19:\"side_area_alignment\";s:0:\"\";s:20:\"side_area_text_color\";s:0:\"\";s:26:\"side_area_text_hover_color\";s:0:\"\";s:25:\"side_area_text_lineheight\";s:0:\"\";s:28:\"side_area_text_texttransform\";s:0:\"\";s:24:\"side_area_text_font_size\";s:0:\"\";s:29:\"side_area_text_letter_spacing\";s:0:\"\";s:26:\"side_area_text_font_weight\";s:0:\"\";s:21:\"side_area_title_color\";s:0:\"\";s:25:\"side_area_title_font_size\";s:0:\"\";s:30:\"side_area_title_letter_spacing\";s:0:\"\";s:27:\"side_area_title_font_weight\";s:0:\"\";s:26:\"side_area_close_icon_style\";s:0:\"\";s:17:\"enable_popup_menu\";s:2:\"no\";s:26:\"popup_menu_animation_style\";s:0:\"\";s:16:\"logo_image_popup\";s:0:\"\";s:25:\"font_icon_pack_icon_popup\";s:0:\"\";s:16:\"popup_menu_color\";s:0:\"\";s:22:\"popup_menu_hover_color\";s:0:\"\";s:33:\"popup_menu_hover_background_color\";s:0:\"\";s:23:\"popup_menu_google_fonts\";s:2:\"-1\";s:19:\"popup_menu_fontsize\";s:0:\"\";s:21:\"popup_menu_lineheight\";s:0:\"\";s:20:\"popup_menu_fontstyle\";s:0:\"\";s:21:\"popup_menu_fontweight\";s:0:\"\";s:24:\"popup_menu_letterspacing\";s:0:\"\";s:20:\"popup_menu_color_2nd\";s:0:\"\";s:26:\"popup_menu_hover_color_2nd\";s:0:\"\";s:37:\"popup_menu_hover_background_color_2nd\";s:0:\"\";s:27:\"popup_menu_google_fonts_2nd\";s:2:\"-1\";s:23:\"popup_menu_fontsize_2nd\";s:0:\"\";s:25:\"popup_menu_lineheight_2nd\";s:0:\"\";s:24:\"popup_menu_fontstyle_2nd\";s:0:\"\";s:25:\"popup_menu_fontweight_2nd\";s:0:\"\";s:28:\"popup_menu_letterspacing_2nd\";s:0:\"\";s:27:\"popup_menu_background_color\";s:0:\"\";s:34:\"popup_menu_background_transparency\";s:0:\"\";s:29:\"popup_menu_close_button_color\";s:0:\"\";s:15:\"header_top_area\";s:2:\"no\";s:22:\"header_top_area_scroll\";s:2:\"no\";s:22:\"hide_top_bar_on_mobile\";s:2:\"no\";s:17:\"header_top_height\";s:0:\"\";s:27:\"header_top_background_color\";s:0:\"\";s:23:\"top_header_border_color\";s:0:\"\";s:24:\"top_header_border_weight\";s:0:\"\";s:23:\"top_header_area_padding\";s:0:\"\";s:18:\"vertical_area_type\";s:0:\"\";s:33:\"vertical_area_hidden_button_color\";s:0:\"\";s:38:\"vertical_area_hidden_button_margin_top\";s:0:\"\";s:19:\"vertical_area_width\";s:9:\"width_260\";s:26:\"vertical_area_transparency\";s:2:\"no\";s:34:\"vertical_area_submenu_opening_type\";s:0:\"\";s:39:\"vertical_area_vertically_center_content\";s:2:\"no\";s:24:\"vertical_area_background\";s:0:\"\";s:39:\"vertical_area_float_dropdown_bckg_color\";s:0:\"\";s:38:\"vertical_area_float_dropdown_alignment\";s:0:\"\";s:30:\"vertical_area_background_image\";s:0:\"\";s:24:\"vertical_area_text_color\";s:0:\"\";s:19:\"left_menu_alignment\";s:4:\"left\";s:19:\"vertical_menu_color\";s:0:\"\";s:24:\"vertical_menu_hovercolor\";s:0:\"\";s:26:\"vertical_menu_google_fonts\";s:2:\"-1\";s:22:\"vertical_menu_fontsize\";s:0:\"\";s:24:\"vertical_menu_lineheight\";s:0:\"\";s:23:\"vertical_menu_fontstyle\";s:0:\"\";s:24:\"vertical_menu_fontweight\";s:0:\"\";s:27:\"vertical_menu_letterspacing\";s:0:\"\";s:27:\"vertical_menu_texttransform\";s:0:\"\";s:23:\"vertical_dropdown_color\";s:0:\"\";s:28:\"vertical_dropdown_hovercolor\";s:0:\"\";s:30:\"vertical_dropdown_google_fonts\";s:2:\"-1\";s:26:\"vertical_dropdown_fontsize\";s:0:\"\";s:28:\"vertical_dropdown_lineheight\";s:0:\"\";s:27:\"vertical_dropdown_fontstyle\";s:0:\"\";s:28:\"vertical_dropdown_fontweight\";s:0:\"\";s:31:\"vertical_dropdown_letterspacing\";s:0:\"\";s:31:\"vertical_dropdown_texttransform\";s:0:\"\";s:32:\"vertical_dropdown_color_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_hovercolor_thirdlvl\";s:0:\"\";s:39:\"vertical_dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:35:\"vertical_dropdown_fontsize_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_lineheight_thirdlvl\";s:0:\"\";s:36:\"vertical_dropdown_fontstyle_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_fontweight_thirdlvl\";s:0:\"\";s:40:\"vertical_dropdown_letterspacing_thirdlvl\";s:0:\"\";s:40:\"vertical_dropdown_texttransform_thirdlvl\";s:0:\"\";s:22:\"mobile_separator_color\";s:0:\"\";s:23:\"mobile_background_color\";s:0:\"\";s:34:\"mobile_header_top_background_color\";s:0:\"\";s:28:\"mobile_menu_button_icon_pack\";s:12:\"font_awesome\";s:21:\"mobile_menu_icon_icon\";s:7:\"fa-bars\";s:24:\"mobile_menu_icon_fe_icon\";s:0:\"\";s:27:\"mobile_menu_icon_linea_icon\";s:0:\"\";s:25:\"mobile_menu_icon_dripicon\";s:0:\"\";s:20:\"header_buttons_color\";s:0:\"\";s:26:\"header_buttons_hover_color\";s:0:\"\";s:24:\"header_buttons_font_size\";s:0:\"\";s:19:\"header_buttons_size\";s:6:\"normal\";s:17:\"uncovering_footer\";s:2:\"no\";s:28:\"footer_main_image_background\";s:0:\"\";s:15:\"show_footer_top\";s:3:\"yes\";s:14:\"footer_in_grid\";s:3:\"yes\";s:18:\"footer_top_columns\";s:1:\"4\";s:21:\"footer_col1_alignment\";s:0:\"\";s:21:\"footer_col2_alignment\";s:0:\"\";s:21:\"footer_col3_alignment\";s:0:\"\";s:21:\"footer_col4_alignment\";s:0:\"\";s:21:\"footer_top_responsive\";s:2:\"no\";s:27:\"footer_top_background_color\";s:7:\"#1a1a1a\";s:22:\"footer_top_title_color\";s:0:\"\";s:21:\"footer_top_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:23:\"footer_image_background\";s:0:\"\";s:23:\"footer_top_border_color\";s:0:\"\";s:23:\"footer_top_border_width\";s:0:\"\";s:25:\"footer_top_border_in_grid\";s:2:\"no\";s:22:\"footer_top_padding_top\";s:3:\"110\";s:24:\"footer_top_padding_right\";s:0:\"\";s:25:\"footer_top_padding_bottom\";s:3:\"120\";s:23:\"footer_top_padding_left\";s:0:\"\";s:21:\"footer_angled_section\";s:2:\"no\";s:31:\"footer_angled_section_direction\";s:18:\"from_left_to_right\";s:38:\"footer_angled_section_background_color\";s:0:\"\";s:11:\"footer_text\";s:3:\"yes\";s:21:\"footer_bottom_in_grid\";s:2:\"no\";s:21:\"footer_bottom_columns\";s:1:\"1\";s:30:\"footer_bottom_background_color\";s:7:\"#000000\";s:24:\"footer_bottom_text_color\";s:7:\"#878787\";s:30:\"footer_bottom_link_hover_color\";s:7:\"#ffffff\";s:26:\"footer_bottom_border_color\";s:0:\"\";s:26:\"footer_bottom_border_width\";s:0:\"\";s:28:\"footer_bottom_border_in_grid\";s:2:\"no\";s:25:\"footer_bottom_padding_top\";s:0:\"\";s:27:\"footer_bottom_padding_right\";s:0:\"\";s:28:\"footer_bottom_padding_bottom\";s:0:\"\";s:26:\"footer_bottom_padding_left\";s:0:\"\";s:30:\"footer_bottom_image_background\";s:0:\"\";s:26:\"footer_custom_menu_spacing\";s:0:\"\";s:20:\"dont_show_page_title\";s:2:\"no\";s:18:\"animate_title_area\";s:2:\"no\";s:25:\"dont_show_page_title_text\";s:2:\"no\";s:19:\"page_title_position\";s:6:\"center\";s:22:\"predefined_title_sizes\";s:6:\"medium\";s:17:\"title_text_shadow\";s:2:\"no\";s:17:\"title_text_margin\";s:0:\"\";s:22:\"title_background_color\";s:0:\"\";s:11:\"title_image\";s:0:\"\";s:22:\"responsive_title_image\";s:3:\"yes\";s:17:\"fixed_title_image\";s:2:\"no\";s:12:\"title_height\";s:0:\"\";s:19:\"title_overlay_image\";s:0:\"\";s:15:\"title_separator\";s:2:\"no\";s:21:\"title_separator_color\";s:0:\"\";s:24:\"title_gradient_separator\";s:2:\"no\";s:21:\"title_separator_width\";s:0:\"\";s:19:\"enable_title_angled\";s:2:\"no\";s:30:\"title_angled_section_direction\";s:18:\"from_left_to_right\";s:26:\"title_angled_section_color\";s:0:\"\";s:24:\"border_bottom_title_area\";s:2:\"no\";s:30:\"border_bottom_title_area_color\";s:0:\"\";s:32:\"border_bottom_in_grid_title_area\";s:2:\"no\";s:18:\"margin_after_title\";s:0:\"\";s:29:\"margin_after_title_responsive\";s:0:\"\";s:18:\"enable_breadcrumbs\";s:2:\"no\";s:17:\"breadcrumbs_color\";s:0:\"\";s:35:\"page_title_whole_content_animations\";s:2:\"no\";s:35:\"page_title_whole_content_data_start\";s:0:\"\";s:43:\"page_title_whole_content_start_custom_style\";s:0:\"\";s:33:\"page_title_whole_content_data_end\";s:0:\"\";s:41:\"page_title_whole_content_end_custom_style\";s:0:\"\";s:21:\"page_title_animations\";s:2:\"no\";s:21:\"page_title_data_start\";s:0:\"\";s:29:\"page_title_start_custom_style\";s:0:\"\";s:19:\"page_title_data_end\";s:0:\"\";s:27:\"page_title_end_custom_style\";s:0:\"\";s:31:\"page_title_separator_animations\";s:2:\"no\";s:31:\"page_title_separator_data_start\";s:0:\"\";s:39:\"page_title_separator_start_custom_style\";s:0:\"\";s:29:\"page_title_separator_data_end\";s:0:\"\";s:37:\"page_title_separator_end_custom_style\";s:0:\"\";s:24:\"page_subtitle_animations\";s:2:\"no\";s:24:\"page_subtitle_data_start\";s:0:\"\";s:32:\"page_subtitle_start_custom_style\";s:0:\"\";s:22:\"page_subtitle_data_end\";s:0:\"\";s:30:\"page_subtitle_end_custom_style\";s:0:\"\";s:33:\"page_title_breadcrumbs_animations\";s:2:\"no\";s:33:\"page_title_breadcrumbs_data_start\";s:0:\"\";s:41:\"page_title_breadcrumbs_start_custom_style\";s:0:\"\";s:31:\"page_title_breadcrumbs_data_end\";s:0:\"\";s:39:\"page_title_breadcrumbs_end_custom_style\";s:0:\"\";s:8:\"h1_color\";s:7:\"#1f1a15\";s:11:\"h1_fontsize\";s:2:\"50\";s:13:\"h1_lineheight\";s:2:\"50\";s:16:\"h1_texttransform\";s:4:\"none\";s:15:\"h1_google_fonts\";s:2:\"-1\";s:12:\"h1_fontstyle\";s:6:\"normal\";s:13:\"h1_fontweight\";s:3:\"700\";s:16:\"h1_letterspacing\";s:2:\"-3\";s:8:\"h2_color\";s:7:\"#1f1a15\";s:11:\"h2_fontsize\";s:2:\"37\";s:13:\"h2_lineheight\";s:2:\"33\";s:16:\"h2_texttransform\";s:4:\"none\";s:15:\"h2_google_fonts\";s:2:\"-1\";s:12:\"h2_fontstyle\";s:6:\"normal\";s:13:\"h2_fontweight\";s:3:\"700\";s:16:\"h2_letterspacing\";s:4:\"-1.8\";s:8:\"h3_color\";s:7:\"#1f1a15\";s:11:\"h3_fontsize\";s:2:\"24\";s:13:\"h3_lineheight\";s:2:\"27\";s:16:\"h3_texttransform\";s:4:\"none\";s:15:\"h3_google_fonts\";s:2:\"-1\";s:12:\"h3_fontstyle\";s:6:\"normal\";s:13:\"h3_fontweight\";s:3:\"600\";s:16:\"h3_letterspacing\";s:4:\"-0.8\";s:8:\"h4_color\";s:7:\"#1f1a15\";s:11:\"h4_fontsize\";s:2:\"20\";s:13:\"h4_lineheight\";s:2:\"38\";s:16:\"h4_texttransform\";s:4:\"none\";s:15:\"h4_google_fonts\";s:2:\"-1\";s:12:\"h4_fontstyle\";s:6:\"normal\";s:13:\"h4_fontweight\";s:3:\"600\";s:16:\"h4_letterspacing\";s:4:\"-0.7\";s:8:\"h5_color\";s:7:\"#1f1a15\";s:11:\"h5_fontsize\";s:2:\"16\";s:13:\"h5_lineheight\";s:2:\"25\";s:16:\"h5_texttransform\";s:4:\"none\";s:15:\"h5_google_fonts\";s:2:\"-1\";s:12:\"h5_fontstyle\";s:6:\"normal\";s:13:\"h5_fontweight\";s:3:\"600\";s:16:\"h5_letterspacing\";s:4:\"-0.5\";s:8:\"h6_color\";s:7:\"#878787\";s:11:\"h6_fontsize\";s:2:\"12\";s:13:\"h6_lineheight\";s:2:\"21\";s:16:\"h6_texttransform\";s:9:\"uppercase\";s:15:\"h6_google_fonts\";s:2:\"-1\";s:12:\"h6_fontstyle\";s:6:\"normal\";s:13:\"h6_fontweight\";s:3:\"500\";s:16:\"h6_letterspacing\";s:4:\"-0.3\";s:18:\"h1_fontsize_tablet\";s:0:\"\";s:20:\"h1_lineheight_tablet\";s:0:\"\";s:23:\"h1_letterspacing_tablet\";s:0:\"\";s:18:\"h2_fontsize_tablet\";s:0:\"\";s:20:\"h2_lineheight_tablet\";s:0:\"\";s:23:\"h2_letterspacing_tablet\";s:0:\"\";s:18:\"h3_fontsize_tablet\";s:0:\"\";s:20:\"h3_lineheight_tablet\";s:0:\"\";s:23:\"h3_letterspacing_tablet\";s:0:\"\";s:18:\"h4_fontsize_tablet\";s:0:\"\";s:20:\"h4_lineheight_tablet\";s:0:\"\";s:23:\"h4_letterspacing_tablet\";s:0:\"\";s:18:\"h5_fontsize_tablet\";s:0:\"\";s:20:\"h5_lineheight_tablet\";s:0:\"\";s:23:\"h5_letterspacing_tablet\";s:0:\"\";s:18:\"h6_fontsize_tablet\";s:0:\"\";s:20:\"h6_lineheight_tablet\";s:0:\"\";s:23:\"h6_letterspacing_tablet\";s:0:\"\";s:18:\"h1_fontsize_mobile\";s:0:\"\";s:20:\"h1_lineheight_mobile\";s:0:\"\";s:23:\"h1_letterspacing_mobile\";s:0:\"\";s:18:\"h2_fontsize_mobile\";s:0:\"\";s:20:\"h2_lineheight_mobile\";s:0:\"\";s:23:\"h2_letterspacing_mobile\";s:0:\"\";s:18:\"h3_fontsize_mobile\";s:0:\"\";s:20:\"h3_lineheight_mobile\";s:0:\"\";s:23:\"h3_letterspacing_mobile\";s:0:\"\";s:18:\"h4_fontsize_mobile\";s:0:\"\";s:20:\"h4_lineheight_mobile\";s:0:\"\";s:23:\"h4_letterspacing_mobile\";s:0:\"\";s:18:\"h5_fontsize_mobile\";s:0:\"\";s:20:\"h5_lineheight_mobile\";s:0:\"\";s:23:\"h5_letterspacing_mobile\";s:0:\"\";s:18:\"h6_fontsize_mobile\";s:0:\"\";s:20:\"h6_lineheight_mobile\";s:0:\"\";s:23:\"h6_letterspacing_mobile\";s:0:\"\";s:10:\"text_color\";s:7:\"#878787\";s:13:\"text_fontsize\";s:2:\"15\";s:15:\"text_lineheight\";s:2:\"25\";s:17:\"text_google_fonts\";s:2:\"-1\";s:14:\"text_fontstyle\";s:6:\"normal\";s:15:\"text_fontweight\";s:3:\"400\";s:11:\"text_margin\";s:0:\"\";s:20:\"text_fontsize_tablet\";s:0:\"\";s:22:\"text_lineheight_tablet\";s:0:\"\";s:25:\"text_letterspacing_tablet\";s:0:\"\";s:20:\"text_fontsize_mobile\";s:0:\"\";s:22:\"text_lineheight_mobile\";s:0:\"\";s:25:\"text_letterspacing_mobile\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"link_hovercolor\";s:0:\"\";s:14:\"link_fontstyle\";s:0:\"\";s:15:\"link_fontweight\";s:0:\"\";s:19:\"link_fontdecoration\";s:0:\"\";s:10:\"menu_color\";s:7:\"#ffffff\";s:15:\"menu_hovercolor\";s:7:\"#ffffff\";s:16:\"menu_activecolor\";s:7:\"#ffffff\";s:27:\"menu_hover_background_color\";s:0:\"\";s:17:\"menu_google_fonts\";s:2:\"-1\";s:13:\"menu_fontsize\";s:2:\"20\";s:15:\"menu_lineheight\";s:0:\"\";s:40:\"menu_hover_background_color_transparency\";s:0:\"\";s:14:\"menu_fontstyle\";s:6:\"normal\";s:15:\"menu_fontweight\";s:3:\"600\";s:18:\"menu_letterspacing\";s:2:\"-2\";s:19:\"menu_text_transform\";s:4:\"none\";s:19:\"menu_underline_dash\";s:3:\"yes\";s:25:\"menu_underline_dash_color\";s:7:\"#ffffff\";s:25:\"menu_underline_dash_width\";s:0:\"\";s:26:\"menu_underline_dash_height\";s:1:\"4\";s:29:\"menu_underline_dash_alignment\";s:6:\"center\";s:14:\"dropdown_color\";s:7:\"#ffffff\";s:19:\"dropdown_hovercolor\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"dropdown_google_fonts\";s:9:\"Work+Sans\";s:17:\"dropdown_fontsize\";s:2:\"16\";s:19:\"dropdown_lineheight\";s:2:\"23\";s:27:\"dropdown_padding_top_bottom\";s:0:\"\";s:18:\"dropdown_fontstyle\";s:6:\"normal\";s:19:\"dropdown_fontweight\";s:3:\"500\";s:22:\"dropdown_letterspacing\";s:1:\"0\";s:22:\"dropdown_texttransform\";s:10:\"capitalize\";s:19:\"dropdown_wide_color\";s:0:\"\";s:24:\"dropdown_wide_hovercolor\";s:0:\"\";s:26:\"dropdown_wide_google_fonts\";s:2:\"-1\";s:22:\"dropdown_wide_fontsize\";s:0:\"\";s:24:\"dropdown_wide_lineheight\";s:0:\"\";s:23:\"dropdown_wide_fontstyle\";s:0:\"\";s:24:\"dropdown_wide_fontweight\";s:0:\"\";s:27:\"dropdown_wide_letterspacing\";s:0:\"\";s:27:\"dropdown_wide_texttransform\";s:0:\"\";s:23:\"dropdown_color_thirdlvl\";s:0:\"\";s:28:\"dropdown_hovercolor_thirdlvl\";s:0:\"\";s:30:\"dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:26:\"dropdown_fontsize_thirdlvl\";s:0:\"\";s:28:\"dropdown_lineheight_thirdlvl\";s:0:\"\";s:27:\"dropdown_fontstyle_thirdlvl\";s:0:\"\";s:28:\"dropdown_fontweight_thirdlvl\";s:0:\"\";s:31:\"dropdown_letterspacing_thirdlvl\";s:0:\"\";s:31:\"dropdown_texttransform_thirdlvl\";s:0:\"\";s:11:\"fixed_color\";s:0:\"\";s:16:\"fixed_hovercolor\";s:0:\"\";s:18:\"fixed_google_fonts\";s:2:\"-1\";s:14:\"fixed_fontsize\";s:0:\"\";s:16:\"fixed_lineheight\";s:0:\"\";s:15:\"fixed_fontstyle\";s:0:\"\";s:16:\"fixed_fontweight\";s:0:\"\";s:19:\"fixed_letterspacing\";s:0:\"\";s:19:\"fixed_texttransform\";s:0:\"\";s:12:\"sticky_color\";s:0:\"\";s:17:\"sticky_hovercolor\";s:0:\"\";s:19:\"sticky_google_fonts\";s:2:\"-1\";s:15:\"sticky_fontsize\";s:0:\"\";s:17:\"sticky_lineheight\";s:0:\"\";s:16:\"sticky_fontstyle\";s:0:\"\";s:17:\"sticky_fontweight\";s:0:\"\";s:20:\"sticky_letterspacing\";s:0:\"\";s:20:\"sticky_texttransform\";s:0:\"\";s:12:\"mobile_color\";s:0:\"\";s:17:\"mobile_hovercolor\";s:0:\"\";s:19:\"mobile_google_fonts\";s:2:\"-1\";s:15:\"mobile_fontsize\";s:0:\"\";s:17:\"mobile_lineheight\";s:0:\"\";s:16:\"mobile_fontstyle\";s:0:\"\";s:17:\"mobile_fontweight\";s:0:\"\";s:21:\"mobile_letter_spacing\";s:0:\"\";s:20:\"mobile_texttransform\";s:0:\"\";s:21:\"top_header_text_color\";s:0:\"\";s:27:\"top_header_text_hover_color\";s:0:\"\";s:27:\"top_header_text_font_family\";s:2:\"-1\";s:25:\"top_header_text_font_size\";s:0:\"\";s:27:\"top_header_text_line_height\";s:0:\"\";s:26:\"top_header_text_font_style\";s:0:\"\";s:27:\"top_header_text_font_weight\";s:0:\"\";s:30:\"top_header_text_letter_spacing\";s:0:\"\";s:29:\"top_header_text_texttransform\";s:0:\"\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:19:\"page_title_fontsize\";s:0:\"\";s:21:\"page_title_lineheight\";s:0:\"\";s:23:\"page_title_google_fonts\";s:2:\"-1\";s:20:\"page_title_fontstyle\";s:6:\"normal\";s:21:\"page_title_fontweight\";s:0:\"\";s:24:\"page_title_letterspacing\";s:0:\"\";s:26:\"page_title_medium_fontsize\";s:2:\"50\";s:28:\"page_title_medium_lineheight\";s:0:\"\";s:28:\"page_title_medium_fontweight\";s:3:\"700\";s:31:\"page_title_medium_letterspacing\";s:2:\"-3\";s:25:\"page_title_large_fontsize\";s:0:\"\";s:27:\"page_title_large_lineheight\";s:0:\"\";s:27:\"page_title_large_fontweight\";s:0:\"\";s:30:\"page_title_large_letterspacing\";s:0:\"\";s:19:\"page_subtitle_color\";s:0:\"\";s:22:\"page_subtitle_fontsize\";s:0:\"\";s:24:\"page_subtitle_lineheight\";s:0:\"\";s:25:\"page_subtitle_font_family\";s:2:\"-1\";s:24:\"page_subtitle_font_style\";s:0:\"\";s:24:\"page_subtitle_fontweight\";s:0:\"\";s:28:\"page_subtitle_large_fontsize\";s:0:\"\";s:30:\"page_subtitle_large_lineheight\";s:0:\"\";s:30:\"page_subtitle_large_fontweight\";s:0:\"\";s:27:\"page_text_above_title_color\";s:0:\"\";s:30:\"page_text_above_title_fontsize\";s:0:\"\";s:32:\"page_text_above_title_lineheight\";s:0:\"\";s:35:\"page_text_above_title_letterspacing\";s:0:\"\";s:33:\"page_text_above_title_font_family\";s:2:\"-1\";s:32:\"page_text_above_title_font_style\";s:0:\"\";s:32:\"page_text_above_title_fontweight\";s:0:\"\";s:35:\"page_text_above_title_texttransform\";s:0:\"\";s:36:\"page_text_above_title_large_fontsize\";s:0:\"\";s:38:\"page_text_above_title_large_lineheight\";s:0:\"\";s:38:\"page_text_above_title_large_fontweight\";s:0:\"\";s:18:\"footer_title_color\";s:0:\"\";s:22:\"footer_title_font_size\";s:2:\"20\";s:27:\"footer_title_letter_spacing\";s:0:\"\";s:24:\"footer_title_line_height\";s:0:\"\";s:24:\"footer_title_font_family\";s:2:\"-1\";s:23:\"footer_title_font_style\";s:0:\"\";s:24:\"footer_title_font_weight\";s:3:\"600\";s:27:\"footer_title_text_transform\";s:0:\"\";s:21:\"footer_text_font_size\";s:0:\"\";s:26:\"footer_text_letter_spacing\";s:0:\"\";s:23:\"footer_text_line_height\";s:0:\"\";s:23:\"footer_text_font_family\";s:2:\"-1\";s:22:\"footer_text_font_style\";s:0:\"\";s:23:\"footer_text_font_weight\";s:0:\"\";s:26:\"footer_text_text_transform\";s:0:\"\";s:21:\"footer_link_font_size\";s:2:\"12\";s:26:\"footer_link_letter_spacing\";s:2:\"-1\";s:23:\"footer_link_line_height\";s:2:\"17\";s:23:\"footer_link_font_family\";s:2:\"-1\";s:22:\"footer_link_font_style\";s:0:\"\";s:23:\"footer_link_font_weight\";s:3:\"500\";s:26:\"footer_link_text_transform\";s:9:\"uppercase\";s:28:\"footer_bottom_text_font_size\";s:2:\"11\";s:33:\"footer_bottom_text_letter_spacing\";s:2:\"-1\";s:30:\"footer_bottom_text_line_height\";s:2:\"17\";s:30:\"footer_bottom_text_font_family\";s:2:\"-1\";s:29:\"footer_bottom_text_font_style\";s:0:\"\";s:30:\"footer_bottom_text_font_weight\";s:3:\"500\";s:33:\"footer_bottom_text_text_transform\";s:9:\"uppercase\";s:28:\"footer_bottom_link_font_size\";s:2:\"11\";s:33:\"footer_bottom_link_letter_spacing\";s:2:\"-1\";s:30:\"footer_bottom_link_line_height\";s:2:\"17\";s:30:\"footer_bottom_link_font_family\";s:2:\"-1\";s:29:\"footer_bottom_link_font_style\";s:0:\"\";s:30:\"footer_bottom_link_font_weight\";s:3:\"500\";s:33:\"footer_bottom_link_text_transform\";s:9:\"uppercase\";s:22:\"portfolio_filter_color\";s:0:\"\";s:28:\"portfolio_filter_hover_color\";s:0:\"\";s:26:\"portfolio_filter_font_size\";s:0:\"\";s:28:\"portfolio_filter_line_height\";s:0:\"\";s:31:\"portfolio_filter_text_transform\";s:0:\"\";s:28:\"portfolio_filter_font_family\";s:2:\"-1\";s:27:\"portfolio_filter_font_style\";s:0:\"\";s:28:\"portfolio_filter_font_weight\";s:0:\"\";s:31:\"portfolio_filter_letter_spacing\";s:0:\"\";s:15:\"separator_color\";s:7:\"#d7d7d7\";s:28:\"separator_color_transparency\";s:0:\"\";s:19:\"separator_thickness\";s:1:\"1\";s:19:\"separator_topmargin\";s:0:\"\";s:22:\"separator_bottommargin\";s:0:\"\";s:21:\"separator_small_color\";s:0:\"\";s:34:\"separator_small_color_transparency\";s:0:\"\";s:25:\"separator_small_thickness\";s:0:\"\";s:21:\"separator_small_width\";s:0:\"\";s:25:\"separator_small_topmargin\";s:0:\"\";s:28:\"separator_small_bottommargin\";s:0:\"\";s:25:\"separator_with_icon_color\";s:0:\"\";s:32:\"separator_with_icon_transparency\";s:0:\"\";s:29:\"separator_with_icon_thickness\";s:0:\"\";s:25:\"separator_with_icon_width\";s:0:\"\";s:29:\"separator_with_icon_topmargin\";s:0:\"\";s:32:\"separator_with_icon_bottommargin\";s:0:\"\";s:18:\"button_title_color\";s:7:\"#ffffff\";s:23:\"button_title_hovercolor\";s:7:\"#ffffff\";s:25:\"button_title_google_fonts\";s:2:\"-1\";s:21:\"button_title_fontsize\";s:2:\"16\";s:23:\"button_title_lineheight\";s:2:\"57\";s:22:\"button_title_fontstyle\";s:6:\"normal\";s:23:\"button_title_fontweight\";s:3:\"600\";s:27:\"button_title_letter_spacing\";s:4:\"-0.5\";s:27:\"button_title_text_transform\";s:4:\"none\";s:22:\"button_backgroundcolor\";s:7:\"#ddb553\";s:28:\"button_backgroundcolor_hover\";s:7:\"#2b2622\";s:19:\"button_border_color\";s:0:\"\";s:25:\"button_border_hover_color\";s:0:\"\";s:19:\"button_border_width\";s:1:\"0\";s:20:\"button_border_radius\";s:1:\"0\";s:24:\"button_padding_leftright\";s:2:\"45\";s:23:\"button_white_text_color\";s:0:\"\";s:29:\"button_white_text_color_hover\";s:0:\"\";s:29:\"button_white_background_color\";s:0:\"\";s:35:\"button_white_background_color_hover\";s:0:\"\";s:25:\"button_white_border_color\";s:0:\"\";s:31:\"button_white_border_color_hover\";s:0:\"\";s:23:\"button_green_text_color\";s:0:\"\";s:29:\"button_green_text_color_hover\";s:0:\"\";s:29:\"button_green_background_color\";s:0:\"\";s:35:\"button_green_background_color_hover\";s:0:\"\";s:25:\"button_green_border_color\";s:0:\"\";s:31:\"button_green_border_color_hover\";s:0:\"\";s:23:\"small_button_lineheight\";s:0:\"\";s:21:\"small_button_fontsize\";s:0:\"\";s:23:\"small_button_fontweight\";s:0:\"\";s:20:\"small_button_padding\";s:0:\"\";s:26:\"small_button_border_radius\";s:0:\"\";s:23:\"large_button_lineheight\";s:0:\"\";s:21:\"large_button_fontsize\";s:0:\"\";s:23:\"large_button_fontweight\";s:0:\"\";s:20:\"large_button_padding\";s:0:\"\";s:26:\"large_button_border_radius\";s:0:\"\";s:27:\"big_large_button_lineheight\";s:0:\"\";s:25:\"big_large_button_fontsize\";s:0:\"\";s:27:\"big_large_button_fontweight\";s:0:\"\";s:24:\"big_large_button_padding\";s:0:\"\";s:30:\"big_large_button_border_radius\";s:0:\"\";s:19:\"message_title_color\";s:0:\"\";s:23:\"message_backgroundcolor\";s:0:\"\";s:26:\"message_title_google_fonts\";s:2:\"-1\";s:22:\"message_title_fontsize\";s:0:\"\";s:24:\"message_title_lineheight\";s:0:\"\";s:23:\"message_title_fontstyle\";s:0:\"\";s:24:\"message_title_fontweight\";s:0:\"\";s:18:\"message_icon_color\";s:0:\"\";s:21:\"message_icon_fontsize\";s:0:\"\";s:30:\"quote_link_blockqoute_fontsize\";s:0:\"\";s:32:\"quote_link_blockqoute_lineheight\";s:0:\"\";s:35:\"quote_link_blockqoute_letterspacing\";s:0:\"\";s:35:\"quote_link_blockqoute_texttransform\";s:0:\"\";s:32:\"quote_link_blockqoute_fontfamily\";s:2:\"-1\";s:31:\"quote_link_blockqoute_fontstyle\";s:0:\"\";s:32:\"quote_link_blockqoute_fontweight\";s:0:\"\";s:21:\"blockquote_font_color\";s:0:\"\";s:27:\"blockquote_background_color\";s:0:\"\";s:23:\"blockquote_border_color\";s:0:\"\";s:27:\"blockquote_quote_icon_color\";s:0:\"\";s:17:\"social_icon_color\";s:0:\"\";s:28:\"social_icon_background_color\";s:0:\"\";s:24:\"social_icon_border_color\";s:0:\"\";s:38:\"testimonaials_navigation_border_radius\";s:0:\"\";s:23:\"testimonials_text_color\";s:7:\"#1a1a1a\";s:23:\"testimonaials_font_size\";s:2:\"20\";s:29:\"testimonials_text_line_height\";s:2:\"36\";s:32:\"testimonials_text_text_transform\";s:4:\"none\";s:29:\"testimonials_text_font_family\";s:2:\"-1\";s:28:\"testimonials_text_font_style\";s:6:\"normal\";s:29:\"testimonials_text_font_weight\";s:3:\"600\";s:32:\"testimonials_text_letter_spacing\";s:4:\"-0.7\";s:25:\"testimonials_author_color\";s:7:\"#9f9e9e\";s:29:\"testimonials_author_font_size\";s:2:\"16\";s:31:\"testimonials_author_line_height\";s:2:\"16\";s:34:\"testimonials_author_text_transform\";s:4:\"none\";s:31:\"testimonials_author_font_family\";s:2:\"-1\";s:30:\"testimonials_author_font_style\";s:6:\"normal\";s:31:\"testimonials_author_font_weight\";s:3:\"600\";s:34:\"testimonials_author_letter_spacing\";s:4:\"-0.5\";s:13:\"counter_color\";s:0:\"\";s:18:\"counter_text_color\";s:0:\"\";s:23:\"counter_separator_color\";s:0:\"\";s:18:\"counters_font_size\";s:0:\"\";s:20:\"counters_font_family\";s:2:\"-1\";s:19:\"counters_fontweight\";s:0:\"\";s:23:\"counters_text_font_size\";s:0:\"\";s:25:\"counters_text_font_family\";s:2:\"-1\";s:24:\"counters_text_fontweight\";s:0:\"\";s:27:\"counters_text_texttransform\";s:0:\"\";s:27:\"counters_text_letterspacing\";s:0:\"\";s:32:\"progress_bar_horizontal_fontsize\";s:0:\"\";s:34:\"progress_bar_horizontal_fontweight\";s:0:\"\";s:19:\"pie_charts_fontsize\";s:0:\"\";s:21:\"pie_charts_fontweight\";s:0:\"\";s:10:\"tabs_color\";s:0:\"\";s:16:\"tabs_hover_color\";s:0:\"\";s:17:\"tabs_active_color\";s:0:\"\";s:14:\"tabs_text_size\";s:0:\"\";s:16:\"tabs_line_height\";s:0:\"\";s:19:\"tabs_text_transform\";s:0:\"\";s:16:\"tabs_font_family\";s:2:\"-1\";s:15:\"tabs_font_style\";s:0:\"\";s:15:\"tabs_fontweight\";s:0:\"\";s:19:\"tabs_letter_spacing\";s:0:\"\";s:17:\"tabs_border_color\";s:0:\"\";s:18:\"tabs_border_radius\";s:0:\"\";s:17:\"tabs_border_width\";s:0:\"\";s:10:\"tags_color\";s:0:\"\";s:14:\"tags_font_size\";s:0:\"\";s:16:\"tags_line_height\";s:0:\"\";s:19:\"tags_text_transform\";s:0:\"\";s:16:\"tags_font_family\";s:2:\"-1\";s:15:\"tags_font_style\";s:0:\"\";s:16:\"tags_font_weight\";s:0:\"\";s:19:\"tags_letter_spacing\";s:0:\"\";s:16:\"tags_hover_color\";s:0:\"\";s:21:\"tags_background_color\";s:0:\"\";s:27:\"tags_background_hover_color\";s:0:\"\";s:18:\"tags_border_radius\";s:0:\"\";s:17:\"tags_border_color\";s:0:\"\";s:23:\"tags_border_hover_color\";s:0:\"\";s:17:\"tags_border_width\";s:0:\"\";s:17:\"tags_border_style\";s:0:\"\";s:23:\"tags_left_right_padding\";s:0:\"\";s:37:\"process_circle_hover_background_color\";s:0:\"\";s:34:\"process_text_in_circle_font_weight\";s:0:\"\";s:24:\"process_text_hover_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:15:\"highlight_color\";s:0:\"\";s:29:\"toggle_title_background_color\";s:0:\"\";s:35:\"toggle_title_hover_background_color\";s:0:\"\";s:34:\"toggle_title_text_background_color\";s:0:\"\";s:40:\"toggle_title_hover_text_background_color\";s:0:\"\";s:22:\"back_to_top_icon_color\";s:0:\"\";s:28:\"back_to_top_icon_hover_color\";s:0:\"\";s:28:\"back_to_top_background_color\";s:0:\"\";s:34:\"back_to_top_background_hover_color\";s:0:\"\";s:35:\"back_to_top_background_transparency\";s:0:\"\";s:41:\"back_to_top_background_hover_transparency\";s:0:\"\";s:24:\"back_to_top_border_color\";s:0:\"\";s:30:\"back_to_top_border_hover_color\";s:0:\"\";s:24:\"back_to_top_border_width\";s:0:\"\";s:25:\"back_to_top_border_radius\";s:0:\"\";s:31:\"back_to_top_border_transparency\";s:0:\"\";s:37:\"back_to_top_border_hover_transparency\";s:0:\"\";s:18:\"back_to_top_height\";s:0:\"\";s:17:\"back_to_top_width\";s:0:\"\";s:21:\"back_to_top_right_pos\";s:0:\"\";s:22:\"back_to_top_bottom_pos\";s:0:\"\";s:20:\"navigation_area_size\";s:0:\"\";s:23:\"navigation_button_width\";s:0:\"\";s:24:\"navigation_button_height\";s:0:\"\";s:26:\"navigation_button_position\";s:0:\"\";s:22:\"navigation_arrow_color\";s:0:\"\";s:29:\"navigation_arrow_transparency\";s:0:\"\";s:28:\"navigation_arrow_hover_color\";s:0:\"\";s:35:\"navigation_arrow_hover_transparency\";s:0:\"\";s:21:\"navigation_arrow_size\";s:0:\"\";s:27:\"navigation_background_color\";s:0:\"\";s:34:\"navigation_background_transparency\";s:0:\"\";s:33:\"navigation_background_hover_color\";s:0:\"\";s:40:\"navigation_background_hover_transparency\";s:0:\"\";s:23:\"navigation_border_color\";s:0:\"\";s:30:\"navigation_border_transparency\";s:0:\"\";s:29:\"navigation_border_hover_color\";s:0:\"\";s:36:\"navigation_border_hover_transparency\";s:0:\"\";s:23:\"navigation_border_width\";s:0:\"\";s:24:\"navigation_border_radius\";s:0:\"\";s:32:\"carousel_navigation_button_width\";s:0:\"\";s:33:\"carousel_navigation_button_height\";s:0:\"\";s:35:\"carousel_navigation_button_position\";s:0:\"\";s:31:\"carousel_navigation_arrow_color\";s:0:\"\";s:38:\"carousel_navigation_arrow_transparency\";s:0:\"\";s:37:\"carousel_navigation_arrow_hover_color\";s:0:\"\";s:44:\"carousel_navigation_arrow_hover_transparency\";s:0:\"\";s:30:\"carousel_navigation_arrow_size\";s:0:\"\";s:36:\"carousel_navigation_background_color\";s:0:\"\";s:43:\"carousel_navigation_background_transparency\";s:0:\"\";s:42:\"carousel_navigation_background_hover_color\";s:0:\"\";s:49:\"carousel_navigation_background_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_color\";s:0:\"\";s:39:\"carousel_navigation_border_transparency\";s:0:\"\";s:38:\"carousel_navigation_border_hover_color\";s:0:\"\";s:45:\"carousel_navigation_border_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_width\";s:0:\"\";s:33:\"carousel_navigation_border_radius\";s:0:\"\";s:37:\"single_slider_navigation_button_width\";s:0:\"\";s:38:\"single_slider_navigation_button_height\";s:0:\"\";s:40:\"single_slider_navigation_button_position\";s:0:\"\";s:36:\"single_slider_navigation_arrow_color\";s:0:\"\";s:43:\"single_slider_navigation_arrow_transparency\";s:0:\"\";s:42:\"single_slider_navigation_arrow_hover_color\";s:0:\"\";s:49:\"single_slider_navigation_arrow_hover_transparency\";s:0:\"\";s:35:\"single_slider_navigation_arrow_size\";s:0:\"\";s:41:\"single_slider_navigation_background_color\";s:0:\"\";s:48:\"single_slider_navigation_background_transparency\";s:0:\"\";s:47:\"single_slider_navigation_background_hover_color\";s:0:\"\";s:54:\"single_slider_navigation_background_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_color\";s:0:\"\";s:44:\"single_slider_navigation_border_transparency\";s:0:\"\";s:43:\"single_slider_navigation_border_hover_color\";s:0:\"\";s:50:\"single_slider_navigation_border_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_width\";s:0:\"\";s:38:\"single_slider_navigation_border_radius\";s:0:\"\";s:33:\"slider_circle_navigation_position\";s:0:\"\";s:23:\"button_navigation_color\";s:0:\"\";s:30:\"button_navigation_active_color\";s:0:\"\";s:22:\"button_navigation_size\";s:0:\"\";s:31:\"button_navigation_border_radius\";s:0:\"\";s:30:\"button_navigation_border_color\";s:0:\"\";s:37:\"button_navigation_active_border_color\";s:0:\"\";s:21:\"masonry_gallery_space\";s:0:\"\";s:38:\"masonry_gallery_square_big_title_color\";s:0:\"\";s:42:\"masonry_gallery_square_big_title_font_size\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_line_height\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_text_transform\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_family\";s:2:\"-1\";s:43:\"masonry_gallery_square_big_title_font_style\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_weight\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_big_title_margin_bottom\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_color\";s:0:\"\";s:41:\"masonry_gallery_square_big_text_font_size\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_line_height\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_family\";s:2:\"-1\";s:42:\"masonry_gallery_square_big_text_font_style\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_weight\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_letter_spacing\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_big_button_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_button_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_letter_spacing\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_hover_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_background_color\";s:0:\"\";s:56:\"masonry_gallery_square_big_button_hover_background_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_color\";s:0:\"\";s:52:\"masonry_gallery_square_big_button_hover_border_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_width\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_border_radius\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_padding_left\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_padding_right\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_margin_top\";s:0:\"\";s:37:\"masonry_gallery_square_big_icon_color\";s:0:\"\";s:43:\"masonry_gallery_square_big_icon_hover_color\";s:0:\"\";s:36:\"masonry_gallery_square_big_icon_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_icon_margin_bottom\";s:0:\"\";s:40:\"masonry_gallery_square_big_overlay_color\";s:0:\"\";s:47:\"masonry_gallery_square_big_overlay_transparency\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_align\";s:6:\"center\";s:39:\"masonry_gallery_square_big_padding_left\";s:0:\"\";s:40:\"masonry_gallery_square_big_padding_right\";s:0:\"\";s:40:\"masonry_gallery_square_small_title_color\";s:0:\"\";s:44:\"masonry_gallery_square_small_title_font_size\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_line_height\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_text_transform\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_family\";s:2:\"-1\";s:45:\"masonry_gallery_square_small_title_font_style\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_weight\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_letter_spacing\";s:0:\"\";s:48:\"masonry_gallery_square_small_title_margin_bottom\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_color\";s:0:\"\";s:43:\"masonry_gallery_square_small_text_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_small_text_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_letter_spacing\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_family\";s:2:\"-1\";s:46:\"masonry_gallery_square_small_button_font_style\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_weight\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_button_font_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_line_height\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_hover_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_background_color\";s:0:\"\";s:58:\"masonry_gallery_square_small_button_hover_background_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_color\";s:0:\"\";s:54:\"masonry_gallery_square_small_button_hover_border_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_width\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_border_radius\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_padding_left\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_padding_right\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_margin_top\";s:0:\"\";s:39:\"masonry_gallery_square_small_icon_color\";s:0:\"\";s:45:\"masonry_gallery_square_small_icon_hover_color\";s:0:\"\";s:38:\"masonry_gallery_square_small_icon_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_icon_margin_bottom\";s:0:\"\";s:42:\"masonry_gallery_square_small_overlay_color\";s:0:\"\";s:49:\"masonry_gallery_square_small_overlay_transparency\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_align\";s:6:\"center\";s:41:\"masonry_gallery_square_small_padding_left\";s:0:\"\";s:42:\"masonry_gallery_square_small_padding_right\";s:0:\"\";s:46:\"masonry_gallery_rectangle_portrait_title_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_portrait_title_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_portrait_title_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_title_margin_bottom\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_color\";s:0:\"\";s:49:\"masonry_gallery_rectangle_portrait_text_font_size\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_line_height\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_family\";s:2:\"-1\";s:50:\"masonry_gallery_rectangle_portrait_text_font_style\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_weight\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_portrait_button_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_button_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_letter_spacing\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_hover_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_background_color\";s:0:\"\";s:64:\"masonry_gallery_rectangle_portrait_button_hover_background_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_color\";s:0:\"\";s:60:\"masonry_gallery_rectangle_portrait_button_hover_border_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_width\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_border_radius\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_padding_left\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_padding_right\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_margin_top\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_icon_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_icon_hover_color\";s:0:\"\";s:44:\"masonry_gallery_rectangle_portrait_icon_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_icon_margin_bottom\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_overlay_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_overlay_transparency\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_align\";s:6:\"center\";s:47:\"masonry_gallery_rectangle_portrait_padding_left\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_padding_right\";s:0:\"\";s:47:\"masonry_gallery_rectangle_landscape_title_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_landscape_title_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_text_transform\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_landscape_title_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_letter_spacing\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_title_margin_bottom\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_landscape_text_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_landscape_text_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_family\";s:2:\"-1\";s:53:\"masonry_gallery_rectangle_landscape_button_font_style\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_weight\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_button_font_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_line_height\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_hover_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_background_color\";s:0:\"\";s:65:\"masonry_gallery_rectangle_landscape_button_hover_background_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_color\";s:0:\"\";s:61:\"masonry_gallery_rectangle_landscape_button_hover_border_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_width\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_border_radius\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_padding_left\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_padding_right\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_margin_top\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_icon_color\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_icon_hover_color\";s:0:\"\";s:45:\"masonry_gallery_rectangle_landscape_icon_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_icon_margin_bottom\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_overlay_color\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_overlay_transparency\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_align\";s:6:\"center\";s:48:\"masonry_gallery_rectangle_landscape_padding_left\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_padding_right\";s:0:\"\";s:27:\"fss_navigation_button_width\";s:0:\"\";s:28:\"fss_navigation_button_height\";s:0:\"\";s:30:\"fss_navigation_button_position\";s:0:\"\";s:33:\"fss_navigation_button_up_position\";s:0:\"\";s:35:\"fss_navigation_button_down_position\";s:0:\"\";s:26:\"fss_navigation_arrow_color\";s:0:\"\";s:33:\"fss_navigation_arrow_transparency\";s:0:\"\";s:32:\"fss_navigation_arrow_hover_color\";s:0:\"\";s:39:\"fss_navigation_arrow_hover_transparency\";s:0:\"\";s:25:\"fss_navigation_arrow_size\";s:0:\"\";s:31:\"fss_navigation_background_color\";s:0:\"\";s:38:\"fss_navigation_background_transparency\";s:0:\"\";s:37:\"fss_navigation_background_hover_color\";s:0:\"\";s:44:\"fss_navigation_background_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_color\";s:0:\"\";s:34:\"fss_navigation_border_transparency\";s:0:\"\";s:33:\"fss_navigation_border_hover_color\";s:0:\"\";s:40:\"fss_navigation_border_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_width\";s:0:\"\";s:28:\"fss_navigation_border_radius\";s:0:\"\";s:21:\"button_v2_font_family\";s:2:\"-1\";s:24:\"button_v2_text_transform\";s:4:\"none\";s:20:\"button_v2_font_style\";s:6:\"normal\";s:24:\"button_v2_letter_spacing\";s:0:\"\";s:21:\"button_v2_font_weight\";s:0:\"\";s:23:\"button_v2_border_radius\";s:0:\"\";s:23:\"btn_v2_solid_text_color\";s:0:\"\";s:29:\"btn_v2_solid_hover_text_color\";s:0:\"\";s:21:\"btn_v2_solid_bg_color\";s:0:\"\";s:27:\"btn_v2_solid_hover_bg_color\";s:0:\"\";s:30:\"btn_v2_solid_icon_border_color\";s:0:\"\";s:36:\"btn_v2_solid_icon_border_hover_color\";s:0:\"\";s:26:\"btn_v2_solid_icon_bg_color\";s:0:\"\";s:32:\"btn_v2_solid_icon_bg_hover_color\";s:0:\"\";s:22:\"accordions_font_family\";s:2:\"-1\";s:25:\"accordions_text_transform\";s:4:\"none\";s:21:\"accordions_font_style\";s:6:\"normal\";s:25:\"accordions_letter_spacing\";s:0:\"\";s:22:\"accordions_font_weight\";s:0:\"\";s:22:\"accordions_title_color\";s:0:\"\";s:21:\"accordions_back_color\";s:0:\"\";s:29:\"accordions_title_color_active\";s:0:\"\";s:28:\"accordions_back_color_active\";s:0:\"\";s:35:\"advanced_pricing_table_border_color\";s:0:\"\";s:37:\"advanced_pricing_table_odd_bckg_color\";s:0:\"\";s:38:\"advanced_pricing_table_even_bckg_color\";s:0:\"\";s:19:\"advanced_tabs_color\";s:0:\"\";s:24:\"advanced_tabs_bckg_color\";s:0:\"\";s:25:\"advanced_tabs_hover_color\";s:0:\"\";s:30:\"advanced_tabs_hover_bckg_color\";s:0:\"\";s:39:\"comparative_features_table_border_color\";s:0:\"\";s:41:\"comparative_features_table_odd_bckg_color\";s:0:\"\";s:42:\"comparative_features_table_even_bckg_color\";s:0:\"\";s:42:\"comparative_features_table_btn_font_family\";s:2:\"-1\";s:40:\"comparative_features_table_btn_font_size\";s:0:\"\";s:42:\"comparative_features_table_btn_font_weight\";s:0:\"\";s:41:\"comparative_features_table_btn_font_style\";s:0:\"\";s:45:\"comparative_features_table_btn_text_transform\";s:0:\"\";s:45:\"comparative_features_table_btn_letter_spacing\";s:0:\"\";s:36:\"comparative_features_table_btn_color\";s:0:\"\";s:42:\"comparative_features_table_btn_hover_color\";s:0:\"\";s:29:\"numbered_process_border_color\";s:0:\"\";s:29:\"numbered_process_border_width\";s:0:\"\";s:29:\"numbered_process_number_color\";s:0:\"\";s:33:\"numbered_process_number_font_size\";s:0:\"\";s:40:\"numbered_process_number_background_color\";s:0:\"\";s:34:\"numbered_process_item_border_color\";s:0:\"\";s:34:\"numbered_process_item_border_width\";s:0:\"\";s:31:\"pricing_calculator_border_color\";s:0:\"\";s:42:\"pricing_calculator_left_section_bckg_color\";s:0:\"\";s:43:\"pricing_calculator_right_section_bckg_color\";s:0:\"\";s:31:\"pricing_calculator_switch_color\";s:0:\"\";s:38:\"pricing_calculator_switch_active_color\";s:0:\"\";s:36:\"pricing_calculator_price_font_family\";s:2:\"-1\";s:34:\"pricing_calculator_price_font_size\";s:0:\"\";s:36:\"pricing_calculator_price_font_weight\";s:0:\"\";s:35:\"pricing_calculator_price_font_style\";s:0:\"\";s:39:\"pricing_calculator_price_letter_spacing\";s:0:\"\";s:30:\"pricing_calculator_price_color\";s:0:\"\";s:19:\"sidebar_title_color\";s:0:\"\";s:22:\"sidebar_title_fontsize\";s:0:\"\";s:24:\"sidebar_title_lineheight\";s:0:\"\";s:27:\"sidebar_title_texttransform\";s:0:\"\";s:26:\"sidebar_title_google_fonts\";s:2:\"-1\";s:23:\"sidebar_title_fontstyle\";s:0:\"\";s:24:\"sidebar_title_fontweight\";s:0:\"\";s:27:\"sidebar_title_letterspacing\";s:0:\"\";s:18:\"sidebar_text_color\";s:0:\"\";s:21:\"sidebar_text_fontsize\";s:0:\"\";s:23:\"sidebar_text_lineheight\";s:0:\"\";s:26:\"sidebar_text_texttransform\";s:0:\"\";s:25:\"sidebar_text_google_fonts\";s:2:\"-1\";s:22:\"sidebar_text_fontstyle\";s:0:\"\";s:23:\"sidebar_text_fontweight\";s:0:\"\";s:26:\"sidebar_text_letterspacing\";s:0:\"\";s:18:\"sidebar_link_color\";s:0:\"\";s:24:\"sidebar_link_hover_color\";s:0:\"\";s:21:\"sidebar_link_fontsize\";s:0:\"\";s:23:\"sidebar_link_lineheight\";s:0:\"\";s:26:\"sidebar_link_texttransform\";s:0:\"\";s:25:\"sidebar_link_google_fonts\";s:2:\"-1\";s:22:\"sidebar_link_fontstyle\";s:0:\"\";s:23:\"sidebar_link_fontweight\";s:0:\"\";s:26:\"sidebar_link_letterspacing\";s:0:\"\";s:23:\"qs_slider_height_tablet\";s:0:\"\";s:23:\"qs_slider_height_mobile\";s:0:\"\";s:15:\"qs_button_color\";s:0:\"\";s:21:\"qs_button_hover_color\";s:0:\"\";s:26:\"qs_button_background_color\";s:0:\"\";s:32:\"qs_button_hover_background_color\";s:0:\"\";s:22:\"qs_button_border_color\";s:0:\"\";s:28:\"qs_button_hover_border_color\";s:0:\"\";s:22:\"qs_button_border_width\";s:0:\"\";s:23:\"qs_button_border_radius\";s:0:\"\";s:16:\"qs_button2_color\";s:0:\"\";s:22:\"qs_button2_hover_color\";s:0:\"\";s:27:\"qs_button2_background_color\";s:0:\"\";s:33:\"qs_button2_hover_background_color\";s:0:\"\";s:23:\"qs_button2_border_color\";s:0:\"\";s:29:\"qs_button2_hover_border_color\";s:0:\"\";s:23:\"qs_button2_border_width\";s:0:\"\";s:24:\"qs_button2_border_radius\";s:0:\"\";s:18:\"qs_v2_button_color\";s:0:\"\";s:24:\"qs_v2_button_hover_color\";s:0:\"\";s:29:\"qs_v2_button_background_color\";s:0:\"\";s:35:\"qs_v2_button_hover_background_color\";s:0:\"\";s:35:\"qs_v2_button_icon_left_border_color\";s:0:\"\";s:41:\"qs_v2_button_hover_icon_left_border_color\";s:0:\"\";s:34:\"qs_v2_button_icon_background_color\";s:0:\"\";s:40:\"qs_v2_button_hover_icon_background_color\";s:0:\"\";s:19:\"qs_v2_button2_color\";s:0:\"\";s:25:\"qs_v2_button2_hover_color\";s:0:\"\";s:30:\"qs_v2_button2_background_color\";s:0:\"\";s:36:\"qs_v2_button2_hover_background_color\";s:0:\"\";s:36:\"qs_v2_button2_icon_left_border_color\";s:0:\"\";s:42:\"qs_v2_button2_hover_icon_left_border_color\";s:0:\"\";s:35:\"qs_v2_button2_icon_background_color\";s:0:\"\";s:41:\"qs_v2_button2_hover_icon_background_color\";s:0:\"\";s:34:\"qs_enable_navigation_custom_cursor\";s:2:\"no\";s:33:\"cursor_image_left_right_area_size\";s:0:\"\";s:24:\"cursor_image_left_normal\";s:0:\"\";s:25:\"cursor_image_right_normal\";s:0:\"\";s:23:\"cursor_image_left_light\";s:0:\"\";s:24:\"cursor_image_right_light\";s:0:\"\";s:22:\"cursor_image_left_dark\";s:0:\"\";s:23:\"cursor_image_right_dark\";s:0:\"\";s:39:\"qs_enable_navigation_custom_cursor_grab\";s:2:\"no\";s:24:\"cursor_image_grab_normal\";s:0:\"\";s:23:\"cursor_image_grab_light\";s:0:\"\";s:22:\"cursor_image_grab_dark\";s:0:\"\";s:21:\"inter_page_navigation\";s:2:\"no\";s:29:\"inter_page_navigation_in_grid\";s:2:\"no\";s:38:\"inter_page_navigation_background_color\";s:0:\"\";s:25:\"inter_page_icons_gradient\";s:2:\"no\";s:20:\"inter_page_back_link\";s:7:\"no-link\";s:19:\"inter_page_order_by\";s:10:\"post_title\";s:10:\"pagination\";s:1:\"1\";s:10:\"blog_style\";s:1:\"1\";s:21:\"category_blog_sidebar\";s:7:\"default\";s:18:\"blog_hide_comments\";s:2:\"no\";s:16:\"blog_hide_author\";s:2:\"no\";s:9:\"qode_like\";s:2:\"on\";s:15:\"blog_page_range\";s:0:\"\";s:15:\"number_of_chars\";s:2:\"45\";s:23:\"number_of_chars_masonry\";s:0:\"\";s:27:\"number_of_chars_large_image\";s:0:\"\";s:27:\"number_of_chars_small_image\";s:0:\"\";s:21:\"blog_content_position\";s:23:\"content_above_blog_list\";s:18:\"pagination_masonry\";s:10:\"pagination\";s:19:\"blog_masonry_filter\";s:2:\"no\";s:20:\"blog_masonry_padding\";s:0:\"\";s:28:\"blog_large_image_text_in_box\";s:0:\"\";s:23:\"blog_large_image_border\";s:0:\"\";s:29:\"blog_large_image_border_width\";s:0:\"\";s:33:\"blog_large_image_background_color\";s:0:\"\";s:29:\"blog_large_image_border_color\";s:0:\"\";s:28:\"blog_large_image_title_color\";s:0:\"\";s:34:\"blog_large_image_title_hover_color\";s:0:\"\";s:33:\"blog_large_image_title_date_color\";s:0:\"\";s:31:\"blog_large_image_title_fontsize\";s:0:\"\";s:33:\"blog_large_image_title_lineheight\";s:0:\"\";s:36:\"blog_large_image_title_texttransform\";s:0:\"\";s:35:\"blog_large_image_title_google_fonts\";s:2:\"-1\";s:32:\"blog_large_image_title_fontstyle\";s:0:\"\";s:33:\"blog_large_image_title_fontweight\";s:0:\"\";s:36:\"blog_large_image_title_letterspacing\";s:0:\"\";s:32:\"blog_large_image_post_info_color\";s:0:\"\";s:37:\"blog_large_image_post_info_link_color\";s:0:\"\";s:43:\"blog_large_image_post_info_link_hover_color\";s:0:\"\";s:35:\"blog_large_image_post_info_fontsize\";s:0:\"\";s:37:\"blog_large_image_post_info_lineheight\";s:0:\"\";s:40:\"blog_large_image_post_info_texttransform\";s:0:\"\";s:39:\"blog_large_image_post_info_google_fonts\";s:2:\"-1\";s:36:\"blog_large_image_post_info_fontstyle\";s:0:\"\";s:37:\"blog_large_image_post_info_fontweight\";s:0:\"\";s:40:\"blog_large_image_post_info_letterspacing\";s:0:\"\";s:35:\"blog_large_image_ql_post_info_color\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_link_color\";s:0:\"\";s:46:\"blog_large_image_ql_post_info_link_hover_color\";s:0:\"\";s:38:\"blog_large_image_ql_post_info_fontsize\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_lineheight\";s:0:\"\";s:43:\"blog_large_image_ql_post_info_texttransform\";s:0:\"\";s:42:\"blog_large_image_ql_post_info_google_fonts\";s:2:\"-1\";s:39:\"blog_large_image_ql_post_info_fontstyle\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_fontweight\";s:0:\"\";s:43:\"blog_large_image_ql_post_info_letterspacing\";s:0:\"\";s:28:\"blog_small_image_text_in_box\";s:0:\"\";s:23:\"blog_small_image_border\";s:0:\"\";s:29:\"blog_small_image_border_width\";s:0:\"\";s:33:\"blog_small_image_background_color\";s:0:\"\";s:29:\"blog_small_image_border_color\";s:0:\"\";s:28:\"blog_small_image_title_color\";s:0:\"\";s:34:\"blog_small_image_title_hover_color\";s:0:\"\";s:33:\"blog_small_image_title_date_color\";s:0:\"\";s:31:\"blog_small_image_title_fontsize\";s:0:\"\";s:33:\"blog_small_image_title_lineheight\";s:0:\"\";s:36:\"blog_small_image_title_texttransform\";s:0:\"\";s:35:\"blog_small_image_title_google_fonts\";s:2:\"-1\";s:32:\"blog_small_image_title_fontstyle\";s:0:\"\";s:33:\"blog_small_image_title_fontweight\";s:0:\"\";s:36:\"blog_small_image_title_letterspacing\";s:0:\"\";s:32:\"blog_small_image_post_info_color\";s:0:\"\";s:37:\"blog_small_image_post_info_link_color\";s:0:\"\";s:43:\"blog_small_image_post_info_link_hover_color\";s:0:\"\";s:35:\"blog_small_image_post_info_fontsize\";s:0:\"\";s:37:\"blog_small_image_post_info_lineheight\";s:0:\"\";s:40:\"blog_small_image_post_info_texttransform\";s:0:\"\";s:39:\"blog_small_image_post_info_google_fonts\";s:2:\"-1\";s:36:\"blog_small_image_post_info_fontstyle\";s:0:\"\";s:37:\"blog_small_image_post_info_fontweight\";s:0:\"\";s:40:\"blog_small_image_post_info_letterspacing\";s:0:\"\";s:35:\"blog_small_image_ql_post_info_color\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_link_color\";s:0:\"\";s:46:\"blog_small_image_ql_post_info_link_hover_color\";s:0:\"\";s:38:\"blog_small_image_ql_post_info_fontsize\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_lineheight\";s:0:\"\";s:43:\"blog_small_image_ql_post_info_texttransform\";s:0:\"\";s:42:\"blog_small_image_ql_post_info_google_fonts\";s:2:\"-1\";s:39:\"blog_small_image_ql_post_info_fontstyle\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_fontweight\";s:0:\"\";s:43:\"blog_small_image_ql_post_info_letterspacing\";s:0:\"\";s:29:\"blog_masonry_background_color\";s:0:\"\";s:25:\"blog_masonry_border_color\";s:0:\"\";s:26:\"blog_masonry_border_radius\";s:0:\"\";s:24:\"blog_masonry_title_color\";s:0:\"\";s:30:\"blog_masonry_title_hover_color\";s:0:\"\";s:27:\"blog_masonry_title_fontsize\";s:0:\"\";s:29:\"blog_masonry_title_lineheight\";s:0:\"\";s:32:\"blog_masonry_title_texttransform\";s:0:\"\";s:31:\"blog_masonry_title_google_fonts\";s:2:\"-1\";s:28:\"blog_masonry_title_fontstyle\";s:0:\"\";s:29:\"blog_masonry_title_fontweight\";s:0:\"\";s:32:\"blog_masonry_title_letterspacing\";s:0:\"\";s:28:\"blog_masonry_post_info_color\";s:0:\"\";s:33:\"blog_masonry_post_info_link_color\";s:0:\"\";s:39:\"blog_masonry_post_info_link_hover_color\";s:0:\"\";s:31:\"blog_masonry_post_info_fontsize\";s:0:\"\";s:33:\"blog_masonry_post_info_lineheight\";s:0:\"\";s:36:\"blog_masonry_post_info_texttransform\";s:0:\"\";s:35:\"blog_masonry_post_info_google_fonts\";s:2:\"-1\";s:32:\"blog_masonry_post_info_fontstyle\";s:0:\"\";s:33:\"blog_masonry_post_info_fontweight\";s:0:\"\";s:36:\"blog_masonry_post_info_letterspacing\";s:0:\"\";s:31:\"blog_masonry_ql_post_info_color\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_link_color\";s:0:\"\";s:42:\"blog_masonry_ql_post_info_link_hover_color\";s:0:\"\";s:34:\"blog_masonry_ql_post_info_fontsize\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_lineheight\";s:0:\"\";s:39:\"blog_masonry_ql_post_info_texttransform\";s:0:\"\";s:38:\"blog_masonry_ql_post_info_google_fonts\";s:2:\"-1\";s:35:\"blog_masonry_ql_post_info_fontstyle\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_fontweight\";s:0:\"\";s:39:\"blog_masonry_ql_post_info_letterspacing\";s:0:\"\";s:32:\"blog_masonry_gallery_title_color\";s:0:\"\";s:38:\"blog_masonry_gallery_title_hover_color\";s:0:\"\";s:35:\"blog_masonry_gallery_title_fontsize\";s:0:\"\";s:37:\"blog_masonry_gallery_title_lineheight\";s:0:\"\";s:40:\"blog_masonry_gallery_title_texttransform\";s:0:\"\";s:39:\"blog_masonry_gallery_title_google_fonts\";s:2:\"-1\";s:36:\"blog_masonry_gallery_title_fontstyle\";s:0:\"\";s:37:\"blog_masonry_gallery_title_fontweight\";s:0:\"\";s:40:\"blog_masonry_gallery_title_letterspacing\";s:0:\"\";s:36:\"blog_masonry_gallery_post_info_color\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_link_color\";s:0:\"\";s:47:\"blog_masonry_gallery_post_info_link_hover_color\";s:0:\"\";s:39:\"blog_masonry_gallery_post_info_fontsize\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_lineheight\";s:0:\"\";s:44:\"blog_masonry_gallery_post_info_texttransform\";s:0:\"\";s:43:\"blog_masonry_gallery_post_info_google_fonts\";s:2:\"-1\";s:40:\"blog_masonry_gallery_post_info_fontstyle\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_fontweight\";s:0:\"\";s:44:\"blog_masonry_gallery_post_info_letterspacing\";s:0:\"\";s:39:\"blog_masonry_gallery_ql_post_info_color\";s:0:\"\";s:42:\"blog_masonry_gallery_ql_post_info_fontsize\";s:0:\"\";s:44:\"blog_masonry_gallery_ql_post_info_lineheight\";s:0:\"\";s:47:\"blog_masonry_gallery_ql_post_info_texttransform\";s:0:\"\";s:46:\"blog_masonry_gallery_ql_post_info_google_fonts\";s:2:\"-1\";s:43:\"blog_masonry_gallery_ql_post_info_fontstyle\";s:0:\"\";s:44:\"blog_masonry_gallery_ql_post_info_fontweight\";s:0:\"\";s:47:\"blog_masonry_gallery_ql_post_info_letterspacing\";s:0:\"\";s:24:\"blog_gallery_title_color\";s:0:\"\";s:30:\"blog_gallery_title_hover_color\";s:0:\"\";s:27:\"blog_gallery_title_fontsize\";s:0:\"\";s:29:\"blog_gallery_title_lineheight\";s:0:\"\";s:32:\"blog_gallery_title_texttransform\";s:0:\"\";s:31:\"blog_gallery_title_google_fonts\";s:2:\"-1\";s:28:\"blog_gallery_title_fontstyle\";s:0:\"\";s:29:\"blog_gallery_title_fontweight\";s:0:\"\";s:32:\"blog_gallery_title_letterspacing\";s:0:\"\";s:28:\"blog_gallery_post_info_color\";s:0:\"\";s:33:\"blog_gallery_post_info_link_color\";s:0:\"\";s:39:\"blog_gallery_post_info_link_hover_color\";s:0:\"\";s:31:\"blog_gallery_post_info_fontsize\";s:0:\"\";s:33:\"blog_gallery_post_info_lineheight\";s:0:\"\";s:36:\"blog_gallery_post_info_texttransform\";s:0:\"\";s:35:\"blog_gallery_post_info_google_fonts\";s:2:\"-1\";s:32:\"blog_gallery_post_info_fontstyle\";s:0:\"\";s:33:\"blog_gallery_post_info_fontweight\";s:0:\"\";s:36:\"blog_gallery_post_info_letterspacing\";s:0:\"\";s:26:\"blog_chequered_title_color\";s:0:\"\";s:32:\"blog_chequered_title_hover_color\";s:0:\"\";s:29:\"blog_chequered_title_fontsize\";s:0:\"\";s:31:\"blog_chequered_title_lineheight\";s:0:\"\";s:34:\"blog_chequered_title_texttransform\";s:0:\"\";s:33:\"blog_chequered_title_google_fonts\";s:2:\"-1\";s:30:\"blog_chequered_title_fontstyle\";s:0:\"\";s:31:\"blog_chequered_title_fontweight\";s:0:\"\";s:34:\"blog_chequered_title_letterspacing\";s:0:\"\";s:30:\"blog_chequered_post_info_color\";s:0:\"\";s:35:\"blog_chequered_post_info_link_color\";s:0:\"\";s:41:\"blog_chequered_post_info_link_hover_color\";s:0:\"\";s:33:\"blog_chequered_post_info_fontsize\";s:0:\"\";s:35:\"blog_chequered_post_info_lineheight\";s:0:\"\";s:38:\"blog_chequered_post_info_texttransform\";s:0:\"\";s:37:\"blog_chequered_post_info_google_fonts\";s:2:\"-1\";s:34:\"blog_chequered_post_info_fontstyle\";s:0:\"\";s:35:\"blog_chequered_post_info_fontweight\";s:0:\"\";s:38:\"blog_chequered_post_info_letterspacing\";s:0:\"\";s:33:\"blog_chequered_ql_post_info_color\";s:0:\"\";s:36:\"blog_chequered_ql_post_info_fontsize\";s:0:\"\";s:38:\"blog_chequered_ql_post_info_lineheight\";s:0:\"\";s:41:\"blog_chequered_ql_post_info_texttransform\";s:0:\"\";s:40:\"blog_chequered_ql_post_info_google_fonts\";s:2:\"-1\";s:37:\"blog_chequered_ql_post_info_fontstyle\";s:0:\"\";s:38:\"blog_chequered_ql_post_info_fontweight\";s:0:\"\";s:41:\"blog_chequered_ql_post_info_letterspacing\";s:0:\"\";s:41:\"blog_large_image_simple_side_padding_left\";s:0:\"\";s:42:\"blog_large_image_simple_side_padding_right\";s:0:\"\";s:35:\"blog_large_image_simple_title_color\";s:0:\"\";s:41:\"blog_large_image_simple_title_hover_color\";s:0:\"\";s:38:\"blog_large_image_simple_title_fontsize\";s:0:\"\";s:40:\"blog_large_image_simple_title_lineheight\";s:0:\"\";s:43:\"blog_large_image_simple_title_texttransform\";s:0:\"\";s:42:\"blog_large_image_simple_title_google_fonts\";s:2:\"-1\";s:39:\"blog_large_image_simple_title_fontstyle\";s:0:\"\";s:40:\"blog_large_image_simple_title_fontweight\";s:0:\"\";s:43:\"blog_large_image_simple_title_letterspacing\";s:0:\"\";s:39:\"blog_large_image_simple_post_info_color\";s:0:\"\";s:42:\"blog_large_image_simple_post_info_fontsize\";s:0:\"\";s:44:\"blog_large_image_simple_post_info_lineheight\";s:0:\"\";s:47:\"blog_large_image_simple_post_info_texttransform\";s:0:\"\";s:46:\"blog_large_image_simple_post_info_google_fonts\";s:2:\"-1\";s:43:\"blog_large_image_simple_post_info_fontstyle\";s:0:\"\";s:44:\"blog_large_image_simple_post_info_fontweight\";s:0:\"\";s:47:\"blog_large_image_simple_post_info_letterspacing\";s:0:\"\";s:42:\"blog_large_image_simple_ql_post_info_color\";s:0:\"\";s:45:\"blog_large_image_simple_ql_post_info_fontsize\";s:0:\"\";s:47:\"blog_large_image_simple_ql_post_info_lineheight\";s:0:\"\";s:50:\"blog_large_image_simple_ql_post_info_texttransform\";s:0:\"\";s:49:\"blog_large_image_simple_ql_post_info_google_fonts\";s:2:\"-1\";s:46:\"blog_large_image_simple_ql_post_info_fontstyle\";s:0:\"\";s:47:\"blog_large_image_simple_ql_post_info_fontweight\";s:0:\"\";s:50:\"blog_large_image_simple_ql_post_info_letterspacing\";s:0:\"\";s:42:\"blog_large_image_dividers_background_color\";s:0:\"\";s:37:\"blog_large_image_dividers_title_color\";s:0:\"\";s:43:\"blog_large_image_dividers_title_hover_color\";s:0:\"\";s:40:\"blog_large_image_dividers_title_fontsize\";s:0:\"\";s:42:\"blog_large_image_dividers_title_lineheight\";s:0:\"\";s:45:\"blog_large_image_dividers_title_texttransform\";s:0:\"\";s:44:\"blog_large_image_dividers_title_google_fonts\";s:2:\"-1\";s:41:\"blog_large_image_dividers_title_fontstyle\";s:0:\"\";s:42:\"blog_large_image_dividers_title_fontweight\";s:0:\"\";s:45:\"blog_large_image_dividers_title_letterspacing\";s:0:\"\";s:41:\"blog_large_image_dividers_post_info_color\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_link_color\";s:0:\"\";s:52:\"blog_large_image_dividers_post_info_link_hover_color\";s:0:\"\";s:44:\"blog_large_image_dividers_post_info_fontsize\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_lineheight\";s:0:\"\";s:49:\"blog_large_image_dividers_post_info_texttransform\";s:0:\"\";s:48:\"blog_large_image_dividers_post_info_google_fonts\";s:2:\"-1\";s:45:\"blog_large_image_dividers_post_info_fontstyle\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_fontweight\";s:0:\"\";s:49:\"blog_large_image_dividers_post_info_letterspacing\";s:0:\"\";s:44:\"blog_large_image_dividers_ql_post_info_color\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_link_color\";s:0:\"\";s:55:\"blog_large_image_dividers_ql_post_info_link_hover_color\";s:0:\"\";s:47:\"blog_large_image_dividers_ql_post_info_fontsize\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_lineheight\";s:0:\"\";s:52:\"blog_large_image_dividers_ql_post_info_texttransform\";s:0:\"\";s:51:\"blog_large_image_dividers_ql_post_info_google_fonts\";s:2:\"-1\";s:48:\"blog_large_image_dividers_ql_post_info_fontstyle\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_fontweight\";s:0:\"\";s:52:\"blog_large_image_dividers_ql_post_info_letterspacing\";s:0:\"\";s:30:\"blog_vertical_loop_title_color\";s:0:\"\";s:36:\"blog_vertical_loop_title_hover_color\";s:0:\"\";s:33:\"blog_vertical_loop_title_fontsize\";s:0:\"\";s:35:\"blog_vertical_loop_title_lineheight\";s:0:\"\";s:38:\"blog_vertical_loop_title_texttransform\";s:0:\"\";s:37:\"blog_vertical_loop_title_google_fonts\";s:2:\"-1\";s:34:\"blog_vertical_loop_title_fontstyle\";s:0:\"\";s:35:\"blog_vertical_loop_title_fontweight\";s:0:\"\";s:38:\"blog_vertical_loop_title_letterspacing\";s:0:\"\";s:40:\"blog_vertical_loop_next_post_title_color\";s:0:\"\";s:43:\"blog_vertical_loop_next_post_title_fontsize\";s:0:\"\";s:45:\"blog_vertical_loop_next_post_title_lineheight\";s:0:\"\";s:48:\"blog_vertical_loop_next_post_title_texttransform\";s:0:\"\";s:47:\"blog_vertical_loop_next_post_title_google_fonts\";s:2:\"-1\";s:44:\"blog_vertical_loop_next_post_title_fontstyle\";s:0:\"\";s:45:\"blog_vertical_loop_next_post_title_fontweight\";s:0:\"\";s:48:\"blog_vertical_loop_next_post_title_letterspacing\";s:0:\"\";s:34:\"blog_vertical_loop_post_info_color\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_link_color\";s:0:\"\";s:40:\"blog_vertical_loop_post_info_hover_color\";s:0:\"\";s:37:\"blog_vertical_loop_post_info_fontsize\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_lineheight\";s:0:\"\";s:42:\"blog_vertical_loop_post_info_texttransform\";s:0:\"\";s:41:\"blog_vertical_loop_post_info_google_fonts\";s:2:\"-1\";s:38:\"blog_vertical_loop_post_info_fontstyle\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_fontweight\";s:0:\"\";s:42:\"blog_vertical_loop_post_info_letterspacing\";s:0:\"\";s:33:\"blog_vertical_loop_ql_title_color\";s:0:\"\";s:39:\"blog_vertical_loop_ql_title_hover_color\";s:0:\"\";s:40:\"blog_vertical_loop_ql_title_author_color\";s:0:\"\";s:36:\"blog_vertical_loop_ql_title_fontsize\";s:0:\"\";s:38:\"blog_vertical_loop_ql_title_lineheight\";s:0:\"\";s:41:\"blog_vertical_loop_ql_title_texttransform\";s:0:\"\";s:40:\"blog_vertical_loop_ql_title_google_fonts\";s:2:\"-1\";s:37:\"blog_vertical_loop_ql_title_fontstyle\";s:0:\"\";s:38:\"blog_vertical_loop_ql_title_fontweight\";s:0:\"\";s:41:\"blog_vertical_loop_ql_title_letterspacing\";s:0:\"\";s:37:\"blog_vertical_loop_ql_post_info_color\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_link_color\";s:0:\"\";s:43:\"blog_vertical_loop_ql_post_info_hover_color\";s:0:\"\";s:40:\"blog_vertical_loop_ql_post_info_fontsize\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_lineheight\";s:0:\"\";s:45:\"blog_vertical_loop_ql_post_info_texttransform\";s:0:\"\";s:44:\"blog_vertical_loop_ql_post_info_google_fonts\";s:2:\"-1\";s:41:\"blog_vertical_loop_ql_post_info_fontstyle\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_fontweight\";s:0:\"\";s:45:\"blog_vertical_loop_ql_post_info_letterspacing\";s:0:\"\";s:39:\"blog_vertical_loop_npb_background_color\";s:0:\"\";s:45:\"blog_vertical_loop_npb_background_hover_color\";s:0:\"\";s:33:\"blog_vertical_loop_npb_icon_color\";s:0:\"\";s:39:\"blog_vertical_loop_npb_icon_hover_color\";s:0:\"\";s:40:\"blog_masonry_date_image_background_color\";s:0:\"\";s:35:\"blog_masonry_date_image_title_color\";s:0:\"\";s:41:\"blog_masonry_date_image_title_hover_color\";s:0:\"\";s:38:\"blog_masonry_date_image_title_fontsize\";s:0:\"\";s:40:\"blog_masonry_date_image_title_lineheight\";s:0:\"\";s:43:\"blog_masonry_date_image_title_texttransform\";s:0:\"\";s:42:\"blog_masonry_date_image_title_google_fonts\";s:2:\"-1\";s:39:\"blog_masonry_date_image_title_fontstyle\";s:0:\"\";s:40:\"blog_masonry_date_image_title_fontweight\";s:0:\"\";s:43:\"blog_masonry_date_image_title_letterspacing\";s:0:\"\";s:34:\"blog_masonry_date_image_hover_type\";s:0:\"\";s:31:\"blog_pinterest_background_color\";s:0:\"\";s:26:\"blog_pinterest_title_color\";s:0:\"\";s:32:\"blog_pinterest_title_hover_color\";s:0:\"\";s:29:\"blog_pinterest_title_fontsize\";s:0:\"\";s:31:\"blog_pinterest_title_lineheight\";s:0:\"\";s:34:\"blog_pinterest_title_texttransform\";s:0:\"\";s:33:\"blog_pinterest_title_google_fonts\";s:2:\"-1\";s:30:\"blog_pinterest_title_fontstyle\";s:0:\"\";s:31:\"blog_pinterest_title_fontweight\";s:0:\"\";s:34:\"blog_pinterest_title_letterspacing\";s:0:\"\";s:30:\"blog_pinterest_post_info_color\";s:0:\"\";s:35:\"blog_pinterest_post_info_link_color\";s:0:\"\";s:41:\"blog_pinterest_post_info_link_hover_color\";s:0:\"\";s:33:\"blog_pinterest_post_info_fontsize\";s:0:\"\";s:35:\"blog_pinterest_post_info_lineheight\";s:0:\"\";s:38:\"blog_pinterest_post_info_texttransform\";s:0:\"\";s:37:\"blog_pinterest_post_info_google_fonts\";s:2:\"-1\";s:34:\"blog_pinterest_post_info_fontstyle\";s:0:\"\";s:35:\"blog_pinterest_post_info_fontweight\";s:0:\"\";s:38:\"blog_pinterest_post_info_letterspacing\";s:0:\"\";s:33:\"blog_pinterest_ql_post_info_color\";s:0:\"\";s:36:\"blog_pinterest_ql_post_info_fontsize\";s:0:\"\";s:38:\"blog_pinterest_ql_post_info_lineheight\";s:0:\"\";s:41:\"blog_pinterest_ql_post_info_texttransform\";s:0:\"\";s:40:\"blog_pinterest_ql_post_info_google_fonts\";s:2:\"-1\";s:37:\"blog_pinterest_ql_post_info_fontstyle\";s:0:\"\";s:38:\"blog_pinterest_ql_post_info_fontweight\";s:0:\"\";s:41:\"blog_pinterest_ql_post_info_letterspacing\";s:0:\"\";s:16:\"blog_single_type\";s:8:\"standard\";s:23:\"blog_imt_post_separator\";s:2:\"no\";s:32:\"blog_imt_post_separator_gradient\";s:2:\"no\";s:19:\"blog_single_sidebar\";s:7:\"default\";s:34:\"blog_single_sidebar_custom_display\";s:0:\"\";s:22:\"blog_share_like_layout\";s:12:\"in_post_info\";s:16:\"blog_author_info\";s:2:\"no\";s:31:\"blog_single_image_margin_bottom\";s:0:\"\";s:31:\"blog_single_title_margin_bottom\";s:0:\"\";s:35:\"blog_single_post_info_margin_bottom\";s:0:\"\";s:25:\"blog_quote_link_box_color\";s:0:\"\";s:23:\"blog_slider_title_color\";s:0:\"\";s:29:\"blog_slider_title_hover_color\";s:0:\"\";s:26:\"blog_slider_title_fontsize\";s:0:\"\";s:28:\"blog_slider_title_lineheight\";s:0:\"\";s:31:\"blog_slider_title_texttransform\";s:0:\"\";s:30:\"blog_slider_title_google_fonts\";s:2:\"-1\";s:27:\"blog_slider_title_fontstyle\";s:0:\"\";s:28:\"blog_slider_title_fontweight\";s:0:\"\";s:31:\"blog_slider_title_letterspacing\";s:0:\"\";s:27:\"blog_slider_post_info_color\";s:0:\"\";s:32:\"blog_slider_post_info_link_color\";s:0:\"\";s:38:\"blog_slider_post_info_link_hover_color\";s:0:\"\";s:30:\"blog_slider_post_info_fontsize\";s:0:\"\";s:32:\"blog_slider_post_info_lineheight\";s:0:\"\";s:35:\"blog_slider_post_info_texttransform\";s:0:\"\";s:34:\"blog_slider_post_info_google_fonts\";s:2:\"-1\";s:31:\"blog_slider_post_info_fontstyle\";s:0:\"\";s:32:\"blog_slider_post_info_fontweight\";s:0:\"\";s:35:\"blog_slider_post_info_letterspacing\";s:0:\"\";s:21:\"blog_slider_day_color\";s:0:\"\";s:24:\"blog_slider_day_fontsize\";s:0:\"\";s:26:\"blog_slider_day_lineheight\";s:0:\"\";s:29:\"blog_slider_day_texttransform\";s:0:\"\";s:28:\"blog_slider_day_google_fonts\";s:2:\"-1\";s:25:\"blog_slider_day_fontstyle\";s:0:\"\";s:26:\"blog_slider_day_fontweight\";s:0:\"\";s:29:\"blog_slider_day_letterspacing\";s:0:\"\";s:31:\"blog_slider_title_bottom_margin\";s:0:\"\";s:30:\"blog_slider_date_bottom_margin\";s:0:\"\";s:22:\"blog_slider_day_margin\";s:0:\"\";s:25:\"blog_slsimple_title_color\";s:0:\"\";s:31:\"blog_slsimple_title_hover_color\";s:0:\"\";s:28:\"blog_slsimple_title_fontsize\";s:0:\"\";s:30:\"blog_slsimple_title_lineheight\";s:0:\"\";s:33:\"blog_slsimple_title_texttransform\";s:0:\"\";s:32:\"blog_slsimple_title_google_fonts\";s:2:\"-1\";s:29:\"blog_slsimple_title_fontstyle\";s:0:\"\";s:30:\"blog_slsimple_title_fontweight\";s:0:\"\";s:33:\"blog_slsimple_title_letterspacing\";s:0:\"\";s:29:\"blog_slsimple_post_info_color\";s:0:\"\";s:34:\"blog_slsimple_post_info_link_color\";s:0:\"\";s:40:\"blog_slsimple_post_info_link_hover_color\";s:0:\"\";s:32:\"blog_slsimple_post_info_fontsize\";s:0:\"\";s:34:\"blog_slsimple_post_info_lineheight\";s:0:\"\";s:37:\"blog_slsimple_post_info_texttransform\";s:0:\"\";s:36:\"blog_slsimple_post_info_google_fonts\";s:2:\"-1\";s:33:\"blog_slsimple_post_info_fontstyle\";s:0:\"\";s:34:\"blog_slsimple_post_info_fontweight\";s:0:\"\";s:37:\"blog_slsimple_post_info_letterspacing\";s:0:\"\";s:33:\"blog_slsimple_title_bottom_margin\";s:0:\"\";s:37:\"blog_slsimple_post_info_bottom_margin\";s:0:\"\";s:35:\"blog_slsimple_excerpt_bottom_margin\";s:0:\"\";s:32:\"blog_slider_box_background_color\";s:0:\"\";s:34:\"blog_slider_box_background_opacity\";s:0:\"\";s:28:\"blog_slider_box_border_color\";s:0:\"\";s:30:\"blog_slider_box_border_opacity\";s:0:\"\";s:27:\"blog_slider_box_padding_top\";s:0:\"\";s:29:\"blog_slider_box_padding_right\";s:0:\"\";s:30:\"blog_slider_box_padding_bottom\";s:0:\"\";s:28:\"blog_slider_box_padding_left\";s:0:\"\";s:21:\"blog_slider_box_width\";s:0:\"\";s:23:\"pagination_border_color\";s:0:\"\";s:23:\"pagination_number_color\";s:0:\"\";s:33:\"pagination_hover_background_color\";s:0:\"\";s:29:\"pagination_hover_number_color\";s:0:\"\";s:16:\"pagination_width\";s:0:\"\";s:17:\"pagination_height\";s:0:\"\";s:24:\"pagination_border_radius\";s:0:\"\";s:23:\"pagination_border_width\";s:0:\"\";s:20:\"pagination_font_size\";s:0:\"\";s:16:\"pagination_space\";s:0:\"\";s:15:\"portfolio_style\";s:1:\"1\";s:19:\"portfolio_qode_like\";s:2:\"on\";s:23:\"lightbox_single_project\";s:3:\"yes\";s:29:\"lightbox_video_single_project\";s:2:\"no\";s:24:\"portfolio_columns_number\";s:1:\"2\";s:24:\"portfolio_single_sidebar\";s:7:\"default\";s:39:\"portfolio_single_sidebar_custom_display\";s:0:\"\";s:21:\"portfolio_single_slug\";s:0:\"\";s:36:\"disable_portfolio_single_title_label\";s:2:\"no\";s:21:\"portfolio_text_follow\";s:23:\"portfolio_single_follow\";s:25:\"enable_portfolio_comments\";s:2:\"no\";s:24:\"enable_portfolio_related\";s:2:\"no\";s:28:\"portfolio_related_image_size\";s:0:\"\";s:23:\"enable_navigation_title\";s:2:\"no\";s:42:\"portfolio_navigation_through_same_category\";s:2:\"no\";s:28:\"portfolio_list_overlay_color\";s:0:\"\";s:30:\"portfolio_list_overlay_opacity\";s:0:\"\";s:35:\"portfolio_list_standard_title_color\";s:0:\"\";s:41:\"portfolio_list_standard_title_hover_color\";s:0:\"\";s:38:\"portfolio_list_standard_title_fontsize\";s:0:\"\";s:40:\"portfolio_list_standard_title_lineheight\";s:0:\"\";s:43:\"portfolio_list_standard_title_texttransform\";s:0:\"\";s:42:\"portfolio_list_standard_title_google_fonts\";s:2:\"-1\";s:39:\"portfolio_list_standard_title_fontstyle\";s:0:\"\";s:40:\"portfolio_list_standard_title_fontweight\";s:0:\"\";s:43:\"portfolio_list_standard_title_letterspacing\";s:0:\"\";s:38:\"portfolio_list_standard_category_color\";s:0:\"\";s:41:\"portfolio_list_standard_category_fontsize\";s:0:\"\";s:43:\"portfolio_list_standard_category_lineheight\";s:0:\"\";s:46:\"portfolio_list_standard_category_texttransform\";s:0:\"\";s:45:\"portfolio_list_standard_category_google_fonts\";s:2:\"-1\";s:42:\"portfolio_list_standard_category_fontstyle\";s:0:\"\";s:43:\"portfolio_list_standard_category_fontweight\";s:0:\"\";s:46:\"portfolio_list_standard_category_letterspacing\";s:0:\"\";s:34:\"portfolio_list_gallery_title_color\";s:0:\"\";s:40:\"portfolio_list_gallery_title_hover_color\";s:0:\"\";s:37:\"portfolio_list_gallery_title_fontsize\";s:0:\"\";s:39:\"portfolio_list_gallery_title_lineheight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_texttransform\";s:0:\"\";s:41:\"portfolio_list_gallery_title_google_fonts\";s:2:\"-1\";s:38:\"portfolio_list_gallery_title_fontstyle\";s:0:\"\";s:39:\"portfolio_list_gallery_title_fontweight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_letterspacing\";s:0:\"\";s:37:\"portfolio_list_gallery_category_color\";s:0:\"\";s:40:\"portfolio_list_gallery_category_fontsize\";s:0:\"\";s:42:\"portfolio_list_gallery_category_lineheight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_texttransform\";s:0:\"\";s:44:\"portfolio_list_gallery_category_google_fonts\";s:2:\"-1\";s:41:\"portfolio_list_gallery_category_fontstyle\";s:0:\"\";s:42:\"portfolio_list_gallery_category_fontweight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_letterspacing\";s:0:\"\";s:38:\"portfolio_list_filter_background_color\";s:0:\"\";s:28:\"portfolio_list_filter_height\";s:0:\"\";s:30:\"portfolio_filter_margin_bottom\";s:0:\"\";s:26:\"thin_icon_only_font_family\";s:0:\"\";s:29:\"vss_navigation_inactive_color\";s:0:\"\";s:36:\"vss_navigation_inactive_border_color\";s:0:\"\";s:20:\"vss_navigation_color\";s:0:\"\";s:27:\"vss_navigation_border_color\";s:0:\"\";s:19:\"vss_navigation_size\";s:0:\"\";s:19:\"vss_left_panel_size\";s:0:\"\";s:20:\"vss_right_panel_size\";s:0:\"\";s:23:\"vss_responsive_advanced\";s:2:\"no\";s:19:\"enable_social_share\";s:2:\"no\";s:21:\"post_types_names_post\";s:0:\"\";s:21:\"post_types_names_page\";s:0:\"\";s:27:\"post_types_names_attachment\";s:0:\"\";s:31:\"post_types_names_portfolio_page\";s:0:\"\";s:21:\"enable_facebook_share\";s:2:\"no\";s:13:\"facebook_icon\";s:0:\"\";s:20:\"enable_twitter_share\";s:2:\"no\";s:12:\"twitter_icon\";s:0:\"\";s:11:\"twitter_via\";s:0:\"\";s:18:\"enable_google_plus\";s:2:\"no\";s:16:\"google_plus_icon\";s:0:\"\";s:15:\"enable_linkedin\";s:2:\"no\";s:13:\"linkedin_icon\";s:0:\"\";s:13:\"enable_tumblr\";s:2:\"no\";s:11:\"tumblr_icon\";s:0:\"\";s:16:\"enable_pinterest\";s:2:\"no\";s:14:\"pinterest_icon\";s:0:\"\";s:9:\"enable_vk\";s:2:\"no\";s:7:\"vk_icon\";s:0:\"\";s:9:\"404_title\";s:0:\"\";s:12:\"404_subtitle\";s:0:\"\";s:8:\"404_text\";s:0:\"\";s:13:\"404_backlabel\";s:0:\"\";s:17:\"enable_google_map\";s:3:\"yes\";s:24:\"section_between_map_form\";s:3:\"yes\";s:19:\"enable_contact_form\";s:3:\"yes\";s:19:\"google_maps_address\";s:70:\"Rúa Fontecarmoa, 87, 36600 Vilagarcía de Arousa, Pontevedra, España\";s:20:\"google_maps_address2\";s:77:\"Av. Rosalía de Castro, 122, 36600 Villagarcía de Arosa, Pontevedra, España\";s:20:\"google_maps_address3\";s:0:\"\";s:20:\"google_maps_address4\";s:0:\"\";s:20:\"google_maps_address5\";s:0:\"\";s:21:\"google_maps_pin_image\";s:60:\"https://ofogondaria.com/wp-content/themes/bridge/img/pin.png\";s:18:\"google_maps_height\";s:3:\"750\";s:16:\"google_maps_zoom\";s:2:\"12\";s:24:\"google_maps_scroll_wheel\";s:2:\"no\";s:17:\"google_maps_style\";s:3:\"yes\";s:17:\"google_maps_color\";s:0:\"\";s:22:\"google_maps_saturation\";s:1:\"0\";s:21:\"google_maps_lightness\";s:1:\"0\";s:33:\"section_between_map_form_position\";s:0:\"\";s:32:\"contact_section_above_form_title\";s:17:\"Contactenos upper\";s:35:\"contact_section_above_form_subtitle\";s:15:\"Subtitulo UPPER\";s:12:\"receive_mail\";s:0:\"\";s:10:\"email_from\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:25:\"hide_contact_form_website\";s:2:\"no\";s:21:\"contact_heading_above\";s:0:\"\";s:13:\"use_recaptcha\";s:2:\"no\";s:20:\"recaptcha_public_key\";s:0:\"\";s:21:\"recaptcha_private_key\";s:0:\"\";s:14:\"parallax_onoff\";s:3:\"off\";s:18:\"parallax_minheight\";s:3:\"400\";s:26:\"enable_content_bottom_area\";s:2:\"no\";s:37:\"content_bottom_sidebar_custom_display\";s:0:\"\";s:22:\"content_bottom_in_grid\";s:3:\"yes\";s:31:\"content_bottom_background_color\";s:0:\"\";s:21:\"qode_maintenance_mode\";s:2:\"no\";s:21:\"qode_maintenance_page\";s:3:\"262\";s:17:\"reset_to_defaults\";s:2:\"no\";s:28:\"menu_separator_between_items\";s:2:\"no\";s:20:\"menu_separator_color\";s:0:\"\";s:23:\"menu_padding_left_right\";s:0:\"\";s:16:\"menu_item_border\";s:2:\"no\";s:43:\"cf7_custom_style_1_element_background_color\";s:7:\"#ffffff\";s:49:\"cf7_custom_style_1_element_focus_background_color\";s:7:\"#f9f9f9\";s:50:\"cf7_custom_style_1_element_background_transparency\";s:0:\"\";s:39:\"cf7_custom_style_1_element_border_color\";s:7:\"#111111\";s:45:\"cf7_custom_style_1_element_focus_border_color\";s:7:\"#111111\";s:38:\"cf7_custom_style_1_border_transparency\";s:0:\"\";s:39:\"cf7_custom_style_1_element_border_width\";s:1:\"3\";s:49:\"cf7_custom_style_1_element_border_radius_top_left\";s:1:\"0\";s:50:\"cf7_custom_style_1_element_border_radius_top_right\";s:1:\"0\";s:53:\"cf7_custom_style_1_element_border_radius_bottom_right\";s:1:\"0\";s:52:\"cf7_custom_style_1_element_border_radius_bottom_left\";s:1:\"0\";s:37:\"cf7_custom_style_1_element_font_color\";s:7:\"#000000\";s:43:\"cf7_custom_style_1_element_font_focus_color\";s:7:\"#000000\";s:36:\"cf7_custom_style_1_element_font_size\";s:2:\"15\";s:38:\"cf7_custom_style_1_element_line_height\";s:2:\"23\";s:38:\"cf7_custom_style_1_element_font_family\";s:9:\"Work+Sans\";s:37:\"cf7_custom_style_1_element_font_style\";s:6:\"normal\";s:38:\"cf7_custom_style_1_element_font_weight\";s:3:\"600\";s:41:\"cf7_custom_style_1_element_text_transform\";s:4:\"none\";s:41:\"cf7_custom_style_1_element_letter_spacing\";s:4:\"-0.5\";s:38:\"cf7_custom_style_1_element_padding_top\";s:2:\"14\";s:40:\"cf7_custom_style_1_element_padding_right\";s:2:\"18\";s:41:\"cf7_custom_style_1_element_padding_bottom\";s:2:\"14\";s:39:\"cf7_custom_style_1_element_padding_left\";s:2:\"18\";s:37:\"cf7_custom_style_1_element_margin_top\";s:1:\"0\";s:40:\"cf7_custom_style_1_element_margin_bottom\";s:1:\"0\";s:42:\"cf7_custom_style_1_button_background_color\";s:0:\"\";s:48:\"cf7_custom_style_1_button_hover_background_color\";s:0:\"\";s:49:\"cf7_custom_style_1_button_background_transparency\";s:0:\"\";s:38:\"cf7_custom_style_1_button_border_color\";s:0:\"\";s:44:\"cf7_custom_style_1_button_hover_border_color\";s:0:\"\";s:45:\"cf7_custom_style_1_button_border_transparency\";s:0:\"\";s:38:\"cf7_custom_style_1_button_border_width\";s:0:\"\";s:48:\"cf7_custom_style_1_button_border_radius_top_left\";s:1:\"3\";s:49:\"cf7_custom_style_1_button_border_radius_top_right\";s:1:\"3\";s:52:\"cf7_custom_style_1_button_border_radius_bottom_right\";s:1:\"3\";s:51:\"cf7_custom_style_1_button_border_radius_bottom_left\";s:1:\"3\";s:36:\"cf7_custom_style_1_button_font_color\";s:7:\"#ffffff\";s:42:\"cf7_custom_style_1_button_font_hover_color\";s:7:\"#ffffff\";s:35:\"cf7_custom_style_1_button_font_size\";s:2:\"16\";s:37:\"cf7_custom_style_1_button_font_family\";s:9:\"Work+Sans\";s:36:\"cf7_custom_style_1_button_font_style\";s:6:\"normal\";s:37:\"cf7_custom_style_1_button_font_weight\";s:0:\"\";s:40:\"cf7_custom_style_1_button_text_transform\";s:4:\"none\";s:40:\"cf7_custom_style_1_button_letter_spacing\";s:0:\"\";s:32:\"cf7_custom_style_1_button_height\";s:0:\"\";s:33:\"cf7_custom_style_1_button_padding\";s:2:\"39\";s:31:\"cf7_custom_style_1_button_hover\";s:0:\"\";s:34:\"cf7_custom_style_1_textarea_height\";s:3:\"201\";s:43:\"cf7_custom_style_2_element_background_color\";s:7:\"#ffffff\";s:49:\"cf7_custom_style_2_element_focus_background_color\";s:0:\"\";s:50:\"cf7_custom_style_2_element_background_transparency\";s:1:\"0\";s:39:\"cf7_custom_style_2_element_border_color\";s:7:\"#636363\";s:45:\"cf7_custom_style_2_element_focus_border_color\";s:0:\"\";s:38:\"cf7_custom_style_2_border_transparency\";s:1:\"1\";s:39:\"cf7_custom_style_2_element_border_width\";s:1:\"3\";s:49:\"cf7_custom_style_2_element_border_radius_top_left\";s:0:\"\";s:50:\"cf7_custom_style_2_element_border_radius_top_right\";s:0:\"\";s:53:\"cf7_custom_style_2_element_border_radius_bottom_right\";s:0:\"\";s:52:\"cf7_custom_style_2_element_border_radius_bottom_left\";s:0:\"\";s:37:\"cf7_custom_style_2_element_font_color\";s:7:\"#878787\";s:43:\"cf7_custom_style_2_element_font_focus_color\";s:0:\"\";s:36:\"cf7_custom_style_2_element_font_size\";s:2:\"15\";s:38:\"cf7_custom_style_2_element_line_height\";s:0:\"\";s:38:\"cf7_custom_style_2_element_font_family\";s:2:\"-1\";s:37:\"cf7_custom_style_2_element_font_style\";s:6:\"normal\";s:38:\"cf7_custom_style_2_element_font_weight\";s:3:\"400\";s:41:\"cf7_custom_style_2_element_text_transform\";s:0:\"\";s:41:\"cf7_custom_style_2_element_letter_spacing\";s:0:\"\";s:38:\"cf7_custom_style_2_element_padding_top\";s:0:\"\";s:40:\"cf7_custom_style_2_element_padding_right\";s:0:\"\";s:41:\"cf7_custom_style_2_element_padding_bottom\";s:0:\"\";s:39:\"cf7_custom_style_2_element_padding_left\";s:0:\"\";s:37:\"cf7_custom_style_2_element_margin_top\";s:0:\"\";s:40:\"cf7_custom_style_2_element_margin_bottom\";s:0:\"\";s:42:\"cf7_custom_style_2_button_background_color\";s:7:\"#ffffff\";s:48:\"cf7_custom_style_2_button_hover_background_color\";s:7:\"#3d3d3d\";s:49:\"cf7_custom_style_2_button_background_transparency\";s:1:\"1\";s:38:\"cf7_custom_style_2_button_border_color\";s:0:\"\";s:44:\"cf7_custom_style_2_button_hover_border_color\";s:0:\"\";s:45:\"cf7_custom_style_2_button_border_transparency\";s:0:\"\";s:38:\"cf7_custom_style_2_button_border_width\";s:0:\"\";s:48:\"cf7_custom_style_2_button_border_radius_top_left\";s:1:\"2\";s:49:\"cf7_custom_style_2_button_border_radius_top_right\";s:1:\"2\";s:52:\"cf7_custom_style_2_button_border_radius_bottom_right\";s:1:\"2\";s:51:\"cf7_custom_style_2_button_border_radius_bottom_left\";s:1:\"2\";s:36:\"cf7_custom_style_2_button_font_color\";s:7:\"#1f1a15\";s:42:\"cf7_custom_style_2_button_font_hover_color\";s:7:\"#ffffff\";s:35:\"cf7_custom_style_2_button_font_size\";s:0:\"\";s:37:\"cf7_custom_style_2_button_font_family\";s:2:\"-1\";s:36:\"cf7_custom_style_2_button_font_style\";s:0:\"\";s:37:\"cf7_custom_style_2_button_font_weight\";s:3:\"700\";s:40:\"cf7_custom_style_2_button_text_transform\";s:0:\"\";s:40:\"cf7_custom_style_2_button_letter_spacing\";s:0:\"\";s:32:\"cf7_custom_style_2_button_height\";s:0:\"\";s:33:\"cf7_custom_style_2_button_padding\";s:0:\"\";s:31:\"cf7_custom_style_2_button_hover\";s:0:\"\";s:34:\"cf7_custom_style_2_textarea_height\";s:0:\"\";s:43:\"cf7_custom_style_3_element_background_color\";s:0:\"\";s:49:\"cf7_custom_style_3_element_focus_background_color\";s:0:\"\";s:50:\"cf7_custom_style_3_element_background_transparency\";s:0:\"\";s:39:\"cf7_custom_style_3_element_border_color\";s:0:\"\";s:45:\"cf7_custom_style_3_element_focus_border_color\";s:0:\"\";s:38:\"cf7_custom_style_3_border_transparency\";s:0:\"\";s:39:\"cf7_custom_style_3_element_border_width\";s:0:\"\";s:49:\"cf7_custom_style_3_element_border_radius_top_left\";s:0:\"\";s:50:\"cf7_custom_style_3_element_border_radius_top_right\";s:0:\"\";s:53:\"cf7_custom_style_3_element_border_radius_bottom_right\";s:0:\"\";s:52:\"cf7_custom_style_3_element_border_radius_bottom_left\";s:0:\"\";s:37:\"cf7_custom_style_3_element_font_color\";s:0:\"\";s:43:\"cf7_custom_style_3_element_font_focus_color\";s:0:\"\";s:36:\"cf7_custom_style_3_element_font_size\";s:0:\"\";s:38:\"cf7_custom_style_3_element_line_height\";s:0:\"\";s:38:\"cf7_custom_style_3_element_font_family\";s:2:\"-1\";s:37:\"cf7_custom_style_3_element_font_style\";s:0:\"\";s:38:\"cf7_custom_style_3_element_font_weight\";s:0:\"\";s:41:\"cf7_custom_style_3_element_text_transform\";s:0:\"\";s:41:\"cf7_custom_style_3_element_letter_spacing\";s:0:\"\";s:38:\"cf7_custom_style_3_element_padding_top\";s:0:\"\";s:40:\"cf7_custom_style_3_element_padding_right\";s:0:\"\";s:41:\"cf7_custom_style_3_element_padding_bottom\";s:0:\"\";s:39:\"cf7_custom_style_3_element_padding_left\";s:0:\"\";s:37:\"cf7_custom_style_3_element_margin_top\";s:0:\"\";s:40:\"cf7_custom_style_3_element_margin_bottom\";s:0:\"\";s:42:\"cf7_custom_style_3_button_background_color\";s:0:\"\";s:48:\"cf7_custom_style_3_button_hover_background_color\";s:0:\"\";s:49:\"cf7_custom_style_3_button_background_transparency\";s:0:\"\";s:38:\"cf7_custom_style_3_button_border_color\";s:0:\"\";s:44:\"cf7_custom_style_3_button_hover_border_color\";s:0:\"\";s:45:\"cf7_custom_style_3_button_border_transparency\";s:0:\"\";s:38:\"cf7_custom_style_3_button_border_width\";s:0:\"\";s:48:\"cf7_custom_style_3_button_border_radius_top_left\";s:0:\"\";s:49:\"cf7_custom_style_3_button_border_radius_top_right\";s:0:\"\";s:52:\"cf7_custom_style_3_button_border_radius_bottom_right\";s:0:\"\";s:51:\"cf7_custom_style_3_button_border_radius_bottom_left\";s:0:\"\";s:36:\"cf7_custom_style_3_button_font_color\";s:0:\"\";s:42:\"cf7_custom_style_3_button_font_hover_color\";s:0:\"\";s:35:\"cf7_custom_style_3_button_font_size\";s:0:\"\";s:37:\"cf7_custom_style_3_button_font_family\";s:2:\"-1\";s:36:\"cf7_custom_style_3_button_font_style\";s:0:\"\";s:37:\"cf7_custom_style_3_button_font_weight\";s:0:\"\";s:40:\"cf7_custom_style_3_button_text_transform\";s:0:\"\";s:40:\"cf7_custom_style_3_button_letter_spacing\";s:0:\"\";s:32:\"cf7_custom_style_3_button_height\";s:0:\"\";s:33:\"cf7_custom_style_3_button_padding\";s:0:\"\";s:31:\"cf7_custom_style_3_button_hover\";s:0:\"\";s:34:\"cf7_custom_style_3_textarea_height\";s:0:\"\";s:30:\"enable_contact_page_acceptance\";s:2:\"no\";s:33:\"qode_contact_page_acceptance_text\";s:0:\"\";s:20:\"disable_google_fonts\";s:2:\"no\";s:17:\"qode_custom_fonts\";s:0:\"\";s:18:\"content_grid_lines\";s:4:\"none\";s:23:\"content_grid_lines_skin\";s:5:\"light\";s:22:\"qode_ui_scripts_option\";a:35:{i:0;s:0:\"\";i:1;s:14:\"jquery-ui-core\";i:2;s:16:\"jquery-ui-widget\";i:3;s:19:\"jquery-ui-accordion\";i:4;s:22:\"jquery-ui-autocomplete\";i:5;s:16:\"jquery-ui-button\";i:6;s:20:\"jquery-ui-datepicker\";i:7;s:16:\"jquery-ui-dialog\";i:8;s:19:\"jquery-ui-draggable\";i:9;s:19:\"jquery-ui-droppable\";i:10;s:14:\"jquery-ui-menu\";i:11;s:15:\"jquery-ui-mouse\";i:12;s:18:\"jquery-ui-position\";i:13;s:21:\"jquery-ui-progressbar\";i:14;s:20:\"jquery-ui-selectable\";i:15;s:19:\"jquery-ui-resizable\";i:16;s:18:\"jquery-ui-sortable\";i:17;s:16:\"jquery-ui-slider\";i:18;s:17:\"jquery-ui-spinner\";i:19;s:17:\"jquery-ui-tooltip\";i:20;s:14:\"jquery-ui-tabs\";i:21;s:19:\"jquery-effects-core\";i:22;s:20:\"jquery-effects-blind\";i:23;s:21:\"jquery-effects-bounce\";i:24;s:19:\"jquery-effects-clip\";i:25;s:19:\"jquery-effects-drop\";i:26;s:22:\"jquery-effects-explode\";i:27;s:19:\"jquery-effects-fade\";i:28;s:19:\"jquery-effects-fold\";i:29;s:24:\"jquery-effects-highlight\";i:30;s:22:\"jquery-effects-pulsate\";i:31;s:20:\"jquery-effects-scale\";i:32;s:20:\"jquery-effects-shake\";i:33;s:20:\"jquery-effects-slide\";i:34;s:23:\"jquery-effects-transfer\";}s:20:\"sticky_mobile_header\";s:3:\"yes\";s:27:\"enable_full_width_wide_menu\";s:2:\"no\";s:24:\"popup_menu_texttransform\";s:0:\"\";s:28:\"popup_menu_texttransform_2nd\";s:0:\"\";s:27:\"popup_menu_background_image\";s:0:\"\";s:24:\"counters_text_lineheight\";s:0:\"\";s:26:\"qode_back_to_top_icon_pack\";s:12:\"font_awesome\";s:31:\"qode_back_to_top_icon_pack_icon\";s:11:\"fa-arrow-up\";s:34:\"qode_back_to_top_icon_pack_fe_icon\";s:0:\"\";s:37:\"qode_back_to_top_icon_pack_linea_icon\";s:0:\"\";s:35:\"qode_back_to_top_icon_pack_dripicon\";s:0:\"\";s:30:\"button_bullet_navigation_color\";s:0:\"\";s:37:\"button_bullet_navigation_active_color\";s:0:\"\";s:29:\"button_bullet_navigation_size\";s:0:\"\";s:38:\"button_bullet_navigation_border_radius\";s:0:\"\";s:37:\"button_bullet_navigation_border_color\";s:0:\"\";s:44:\"button_bullet_navigation_active_border_color\";s:0:\"\";s:19:\"button_v2_font_size\";s:0:\"\";s:21:\"button_v2_line_height\";s:0:\"\";s:17:\"button_v2_padding\";s:0:\"\";s:25:\"report_sheet_border_color\";s:0:\"\";s:20:\"rs_header_bckg_color\";s:0:\"\";s:17:\"rs_odd_bckg_color\";s:0:\"\";s:18:\"rs_even_bckg_color\";s:0:\"\";s:18:\"rs_btn_font_family\";s:2:\"-1\";s:26:\"report_sheet_btn_font_size\";s:0:\"\";s:18:\"rs_btn_font_weight\";s:0:\"\";s:17:\"rs_btn_font_style\";s:0:\"\";s:21:\"rs_btn_text_transform\";s:0:\"\";s:27:\"rs_table_btn_letter_spacing\";s:0:\"\";s:12:\"rs_btn_color\";s:0:\"\";s:18:\"rs_btn_hover_color\";s:0:\"\";s:19:\"sq_text_font_family\";s:2:\"-1\";s:17:\"sq_text_font_size\";s:0:\"\";s:19:\"sq_text_font_weight\";s:0:\"\";s:19:\"sq_text_line_height\";s:0:\"\";s:18:\"sq_text_font_style\";s:0:\"\";s:22:\"sq_text_text_transform\";s:0:\"\";s:22:\"sq_text_letter_spacing\";s:0:\"\";s:13:\"sq_text_color\";s:0:\"\";s:21:\"sq_author_font_family\";s:2:\"-1\";s:19:\"sq_author_font_size\";s:0:\"\";s:21:\"sq_author_font_weight\";s:0:\"\";s:21:\"sq_author_line_height\";s:0:\"\";s:20:\"sq_author_font_style\";s:0:\"\";s:24:\"sq_author_text_transform\";s:0:\"\";s:24:\"sq_author_letter_spacing\";s:0:\"\";s:15:\"sq_author_color\";s:0:\"\";s:34:\"testimonial_carousel_border_radius\";s:0:\"\";s:37:\"testimonial_carousel_background_color\";s:0:\"\";s:13:\"tc_text_color\";s:0:\"\";s:17:\"tc_text_font_size\";s:0:\"\";s:19:\"tc_text_line_height\";s:0:\"\";s:17:\"tc_text_transform\";s:0:\"\";s:19:\"tc_text_font_family\";s:2:\"-1\";s:18:\"tc_text_font_style\";s:0:\"\";s:19:\"tc_text_font_weight\";s:0:\"\";s:22:\"tc_text_letter_spacing\";s:0:\"\";s:15:\"tc_author_color\";s:0:\"\";s:19:\"tc_author_font_size\";s:0:\"\";s:21:\"tc_author_line_height\";s:0:\"\";s:19:\"tc_author_transform\";s:0:\"\";s:21:\"tc_author_font_family\";s:2:\"-1\";s:20:\"tc_author_font_style\";s:0:\"\";s:21:\"tc_author_font_weight\";s:0:\"\";s:24:\"tc_author_letter_spacing\";s:0:\"\";s:22:\"video_box_circle_color\";s:0:\"\";s:28:\"video_box_circle_hover_color\";s:0:\"\";s:20:\"video_box_icon_color\";s:0:\"\";s:26:\"video_box_icon_hover_color\";s:0:\"\";s:22:\"video_box_border_width\";s:0:\"\";s:22:\"video_box_border_color\";s:0:\"\";s:28:\"video_box_border_hover_color\";s:0:\"\";s:22:\"video_box_height_width\";s:0:\"\";}','yes'),(179,'rs-library','a:2:{s:7:\"objects\";a:179:{i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(180,'revslider_checktables','1','yes'),(181,'rs_tables_created','1','yes'),(182,'revslider_table_version','1.0.6','yes'),(183,'revslider-global-settings','a:0:{}','yes'),(193,'envato_market_state','activated','yes'),(194,'wpb_js_composer_license_activation_notified','yes','yes'),(186,'envato_market','a:2:{s:16:\"is_plugin_active\";s:0:\"\";s:17:\"installed_version\";s:5:\"2.0.1\";}','yes'),(187,'recently_activated','a:0:{}','yes'),(4505,'qode-restaurant-menu-category_children','a:2:{i:19;a:7:{i:0;i:32;i:1;i:33;i:2;i:34;i:3;i:35;i:4;i:39;i:5;i:40;i:6;i:41;}i:27;a:6:{i:0;i:36;i:1;i:37;i:2;i:42;i:3;i:43;i:4;i:45;i:5;i:46;}}','yes'),(188,'revslider_update_version','5.2.5.5','yes'),(189,'widget_qode_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_qode_twitter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(191,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(192,'vc_version','5.7','yes'),(195,'layerslider_update_info','O:8:\"stdClass\":5:{s:5:\"basic\";O:8:\"stdClass\":9:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"6.8.4\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:3:\"5.2\";s:14:\"upgrade_notice\";s:67:\"This update mainly focuses on media related fixes and improvements.\";}s:4:\"full\";O:8:\"stdClass\":19:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:7:\"version\";s:5:\"6.8.4\";s:12:\"last_updated\";s:10:\"2019-05-13\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"5.2\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:2806;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:67:\"This update mainly focuses on media related fixes and improvements.\";s:4:\"beta\";s:67:\"This update mainly focuses on media related fixes and improvements.\";s:4:\"edge\";s:67:\"This update mainly focuses on media related fixes and improvements.\";}s:6:\"author\";s:80:\"<a href=\"http://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:130:\"<p style=\"text-align: justify;\">\n	See the release log in the \'LayerSlider News\' section at the bottom of its main admin page.\n</p>\";s:12:\"installation\";s:456:\"<p style=\"text-align: justify;\">\n	Updating the plugin won\'t touch your sliders and settings and the new version always has backward compatibility,\n	so you don\'t have to worry about losing your work. Depending of the default settings, you may\n	have to adjust some options to get the new features. If you are experience unwanted behavior changes, it is always a\n	good idea to check your settings, there are probably new options to control these changes.\n</p>\";s:3:\"faq\";s:595:\"<p style=\"text-align: justify;\">\n	Before contacting us, please read our <a href=\"http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/\" target=\"_blank\">online FAQs</a>, or check the built-in documentation in the contextual Help menu on the top-right corner of the page. Please note, these Help menus are contextual, they will show you different content on different pages.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you couldn\'t find an answer for your question, you can write us a comment at the Item\'s page on CodeCanyon, or send us an email from our CodeCanyon profile page.\n</p>\n\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"6.8.4\";s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1562987465;}','yes'),(1240,'rtb-settings','a:35:{s:12:\"booking-page\";i:0;s:14:\"party-size-min\";s:1:\"1\";s:10:\"party-size\";s:0:\"\";s:13:\"require-phone\";s:1:\"1\";s:15:\"success-message\";s:122:\"Gracias, la solicitud de reserva fue enviada de manera satisfactoria, Le pedimos estar atento al correo o telefono movil. \";s:3:\"i8n\";s:5:\"es_ES\";s:11:\"date-format\";s:0:\"\";s:11:\"time-format\";s:0:\"\";s:10:\"ban-emails\";s:0:\"\";s:7:\"ban-ips\";s:0:\"\";s:15:\"require-consent\";s:1:\"1\";s:17:\"consent-statement\";s:107:\"Haga clic aquí para indicar que ha leído y acepta los términos presentados en la Política de privacidad\";s:12:\"privacy-page\";i:2;s:13:\"schedule-open\";a:0:{}s:15:\"schedule-closed\";a:0:{}s:14:\"early-bookings\";s:0:\"\";s:13:\"late-bookings\";s:3:\"240\";s:11:\"date-onload\";s:0:\"\";s:13:\"time-interval\";s:0:\"\";s:10:\"week-start\";s:1:\"0\";s:13:\"reply-to-name\";s:0:\"\";s:16:\"reply-to-address\";s:24:\"reservas@ofogondaria.com\";s:18:\"admin-email-option\";s:0:\"\";s:19:\"admin-email-address\";s:3:\"adm\";s:25:\"template-tags-description\";s:0:\"\";s:21:\"subject-booking-admin\";s:0:\"\";s:22:\"template-booking-admin\";s:243:\"Hay nueva solicitud de reserva en {site_name}:\r\n\r\nNombre: {user_name}\r\nComensales: {party}\r\nFecha: {date}\r\n\r\n{bookings_link}\r\n{confirm_link}\r\n{close_link}\r\n\r\n&nbsp;\r\n\r\n<em>Este mensaje ha sido enviado por {site_link} a las {current_time}.</em>\";s:20:\"subject-booking-user\";s:0:\"\";s:21:\"template-booking-user\";s:586:\"Gracias {user_name},\r\n\r\nTu solicitud de Reserva está a la <strong>espera de ser confirmada</strong>.\r\n\r\nVamos a asegurarnos rápidamente de que podremos atenderle. En breve te responderemos con un nuevo email informándote de si es posible confirmar tu reserva. Si hiciste tu solicitud fuera de nuestro horario normal de trabajo, es posible que no podamos confirmarla hasta que abramos de nuevo.\r\n\r\n<strong>Detalles de tu solicitud:</strong>\r\nNombre: {user_name}\r\nComensales: {party}\r\nFecha: {date}\r\n\r\n&nbsp;\r\n\r\n<em>Este mensaje fue enviado por {site_link} el día {current_time}.</em>\";s:22:\"subject-confirmed-user\";s:0:\"\";s:23:\"template-confirmed-user\";s:287:\"Hola {user_name}\r\n\r\nTu solicitud de Reserva ha sido <strong>confirmada</strong>. Esperamos su visita.\r\n\r\n<strong>Datos de tu Reserva</strong>\r\n\r\nNombre: {user_name}\r\nComensales: {party}\r\nFecha: {date}\r\n\r\n&nbsp;\r\n\r\n<em>Este mensaje fue enviado por {site_link} el día {current_time}.</em>\";s:21:\"subject-rejected-user\";s:0:\"\";s:22:\"template-rejected-user\";s:289:\"Hola {user_name},\r\n\r\nLo sentimos, pero no podemos confirmar tu solicitud de reserva. A la hora que has solicitado estamos cerrados o completos.\r\n\r\nNombre: {user_name}\r\nComensales: {party}\r\nFecha: {date}\r\n\r\n&nbsp;\r\n\r\n<em>Este mensaje fue enviado por {site_link} el día {current_time}.</em>\";s:20:\"subject-admin-notice\";s:0:\"\";s:18:\"from-email-address\";s:0:\"\";}','yes'),(1458,'pum_ver','1.8.10','yes'),(1459,'pum_initial_version','1.8.10','yes'),(1460,'pum_ver_upgraded_from','0.0.0','yes'),(1461,'pum_db_ver','8','yes'),(1462,'pum_installed_on','2019-07-13 05:17:17','yes'),(1525,'wpos_anylc_redirect','','yes'),(1324,'cpappb_addons_active_list','a:1:{i:0;s:30:\"addon-DashboardWidget-20181221\";}','yes'),(1323,'cp_cpappb_last_sent2','2019-07-18 00:00:00','yes'),(207,'woocommerce_store_address','','yes'),(208,'woocommerce_store_address_2','','yes'),(209,'woocommerce_store_city','','yes'),(210,'woocommerce_default_country','GB','yes'),(211,'woocommerce_store_postcode','','yes'),(212,'woocommerce_allowed_countries','all','yes'),(213,'woocommerce_all_except_countries','','yes'),(214,'woocommerce_specific_allowed_countries','','yes'),(215,'woocommerce_ship_to_countries','','yes'),(216,'woocommerce_specific_ship_to_countries','','yes'),(217,'woocommerce_default_customer_address','geolocation','yes'),(218,'woocommerce_calc_taxes','no','yes'),(219,'woocommerce_enable_coupons','yes','yes'),(220,'woocommerce_calc_discounts_sequentially','no','no'),(221,'woocommerce_currency','GBP','yes'),(222,'woocommerce_currency_pos','left','yes'),(223,'woocommerce_price_thousand_sep',',','yes'),(224,'woocommerce_price_decimal_sep','.','yes'),(225,'woocommerce_price_num_decimals','2','yes'),(226,'woocommerce_shop_page_id','','yes'),(227,'woocommerce_cart_redirect_after_add','no','yes'),(228,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(229,'woocommerce_placeholder_image','7','yes'),(230,'woocommerce_weight_unit','kg','yes'),(231,'woocommerce_dimension_unit','cm','yes'),(232,'woocommerce_enable_reviews','yes','yes'),(233,'woocommerce_review_rating_verification_label','yes','no'),(234,'woocommerce_review_rating_verification_required','no','no'),(235,'woocommerce_enable_review_rating','yes','yes'),(236,'woocommerce_review_rating_required','yes','no'),(237,'woocommerce_manage_stock','yes','yes'),(238,'woocommerce_hold_stock_minutes','60','no'),(239,'woocommerce_notify_low_stock','yes','no'),(240,'woocommerce_notify_no_stock','yes','no'),(241,'woocommerce_stock_email_recipient','admin@ofogondaria.innozona.com','no'),(242,'woocommerce_notify_low_stock_amount','2','no'),(243,'woocommerce_notify_no_stock_amount','0','yes'),(244,'woocommerce_hide_out_of_stock_items','no','yes'),(245,'woocommerce_stock_format','','yes'),(246,'woocommerce_file_download_method','force','no'),(247,'woocommerce_downloads_require_login','no','no'),(248,'woocommerce_downloads_grant_access_after_payment','yes','no'),(249,'woocommerce_prices_include_tax','no','yes'),(250,'woocommerce_tax_based_on','shipping','yes'),(251,'woocommerce_shipping_tax_class','inherit','yes'),(252,'woocommerce_tax_round_at_subtotal','no','yes'),(253,'woocommerce_tax_classes','Tasa reducida\nTasa cero','yes'),(254,'woocommerce_tax_display_shop','excl','yes'),(255,'woocommerce_tax_display_cart','excl','yes'),(256,'woocommerce_price_display_suffix','','yes'),(257,'woocommerce_tax_total_display','itemized','no'),(258,'woocommerce_enable_shipping_calc','yes','no'),(259,'woocommerce_shipping_cost_requires_address','no','yes'),(260,'woocommerce_ship_to_destination','billing','no'),(261,'woocommerce_shipping_debug_mode','no','yes'),(262,'woocommerce_enable_guest_checkout','yes','no'),(263,'woocommerce_enable_checkout_login_reminder','no','no'),(264,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(265,'woocommerce_enable_myaccount_registration','no','no'),(266,'woocommerce_registration_generate_username','yes','no'),(267,'woocommerce_registration_generate_password','yes','no'),(268,'woocommerce_erasure_request_removes_order_data','no','no'),(269,'woocommerce_erasure_request_removes_download_data','no','no'),(270,'woocommerce_allow_bulk_remove_personal_data','no','no'),(271,'woocommerce_registration_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web, gestionar el acceso a tu cuenta y otros propósitos descritos en nuestra [privacy_policy].','yes'),(272,'woocommerce_checkout_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web y otros propósitos descritos en nuestra [privacy_policy].','yes'),(273,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(274,'woocommerce_trash_pending_orders','','no'),(275,'woocommerce_trash_failed_orders','','no'),(276,'woocommerce_trash_cancelled_orders','','no'),(277,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(278,'woocommerce_email_from_name','O Fogon da Ría','no'),(279,'woocommerce_email_from_address','admin@ofogondaria.innozona.com','no'),(280,'woocommerce_email_header_image','','no'),(281,'woocommerce_email_footer_text','{site_title}<br/>Built with <a href=\"https://woocommerce.com/\">WooCommerce</a>','no'),(282,'woocommerce_email_base_color','#96588a','no'),(283,'woocommerce_email_background_color','#f7f7f7','no'),(284,'woocommerce_email_body_background_color','#ffffff','no'),(285,'woocommerce_email_text_color','#3c3c3c','no'),(286,'woocommerce_cart_page_id','','yes'),(287,'woocommerce_checkout_page_id','','yes'),(288,'woocommerce_myaccount_page_id','','yes'),(289,'woocommerce_terms_page_id','','no'),(290,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(291,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(292,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(293,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(294,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(295,'woocommerce_myaccount_orders_endpoint','orders','yes'),(296,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(297,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(298,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(299,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(300,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(301,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(302,'woocommerce_logout_endpoint','customer-logout','yes'),(303,'woocommerce_api_enabled','no','yes'),(304,'woocommerce_allow_tracking','no','no'),(305,'woocommerce_show_marketplace_suggestions','yes','no'),(306,'woocommerce_single_image_width','600','yes'),(307,'woocommerce_thumbnail_image_width','300','yes'),(308,'woocommerce_checkout_highlight_required_fields','yes','yes'),(309,'woocommerce_demo_store','no','no'),(310,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"producto\";s:13:\"category_base\";s:18:\"categoria-producto\";s:8:\"tag_base\";s:17:\"etiqueta-producto\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(311,'current_theme_supports_woocommerce','yes','yes'),(312,'woocommerce_queue_flush_rewrite_rules','no','yes'),(1298,'fs_api_cache','a:0:{}','yes'),(1299,'fs_gdpr','a:1:{s:2:\"u1\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}}','yes'),(4672,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3e432550c249f26284228b710e41e222\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(1302,'salon_settings','a:30:{s:11:\"date_format\";s:7:\"default\";s:11:\"time_format\";s:7:\"default\";s:17:\"hours_before_from\";s:6:\"+1 day\";s:15:\"hours_before_to\";s:8:\"+1 month\";s:8:\"interval\";i:60;s:17:\"availability_mode\";s:5:\"basic\";s:16:\"disabled_message\";s:91:\"Booking is not available at the moment, please contact us at admin@ofogondaria.innozona.com\";s:8:\"gen_name\";s:0:\"\";s:9:\"gen_email\";s:0:\"\";s:9:\"gen_phone\";s:14:\"00391122334455\";s:11:\"gen_address\";s:15:\"Main Street 123\";s:13:\"gen_timetable\";s:94:\"In case of delay we\'ll keep your \"seat\" for 15 minutes, after that you\'ll loose your priority.\";s:12:\"soc_facebook\";s:23:\"http://www.facebook.com\";s:11:\"soc_twitter\";s:22:\"http://www.twitter.com\";s:10:\"soc_google\";s:20:\"http://www.google.it\";s:12:\"ajax_enabled\";b:1;s:7:\"booking\";b:1;s:8:\"thankyou\";b:1;s:14:\"availabilities\";a:1:{i:0;a:3:{s:4:\"days\";a:5:{i:2;i:1;i:3;i:1;i:4;i:1;i:5;i:1;i:6;i:1;}s:4:\"from\";a:2:{i:0;s:5:\"08:00\";i:1;s:5:\"13:00\";}s:2:\"to\";a:2:{i:0;s:5:\"13:00\";i:1;s:5:\"20:00\";}}}s:24:\"sms_notification_message\";s:93:\"Hi [NAME],\r\ntake note of your reservation at [SALON NAME] on [DATE] at [TIME].\r\nSee you soon.\";s:13:\"email_subject\";s:58:\"Your booking reminder for [DATE] at [TIME] at [SALON NAME]\";s:22:\"booking_update_message\";s:74:\"Hi [NAME],\\r\\ntake note of the details of your reservation at [SALON NAME]\";s:17:\"follow_up_message\";s:148:\"Hi [NAME],\\r\\nIt\'s been a while since your last visit, would you like to book a new appointment with us?\\r\\n\\r\\nWe look forward to seeing you again.\";s:12:\"pay_currency\";s:3:\"USD\";s:16:\"pay_currency_pos\";s:5:\"right\";s:16:\"pay_paypal_email\";s:13:\"test@test.com\";s:15:\"pay_paypal_test\";b:1;s:14:\"parallels_hour\";i:1;s:14:\"sln_db_version\";s:6:\"3.30.9\";s:30:\"onesignal_notification_message\";s:60:\"Hi, the new reservation at [SALON NAME] on [DATE] at [TIME].\";}','yes'),(1466,'popmake_settings','a:2:{s:26:\"disable_popup_category_tag\";i:1;s:16:\"default_theme_id\";i:652;}','yes'),(1467,'pum_version','1.8.10','yes'),(3356,'booking_package_read_member_limit','10','yes'),(3231,'wpbm_activation_process','Off','yes'),(3232,'wpbm_start_day_weeek','0','yes'),(3233,'wpbm_date_format','F j, Y','yes'),(3234,'wpbm_time_format','g:i a','yes'),(3235,'wpbm_is_not_load_bs_script_in_admin','Off','yes'),(3236,'wpbm_menu_position','bottom','yes'),(3237,'wpbm_user_role_master','editor','yes'),(3238,'wpbm_is_delete_if_deactive','Off','yes'),(3239,'wpbm_listing_template','<div class=\"wpbm-event\">\n     <div style=\"width:35%;float:left;margin-right:5%;\">[DATES]</div>\n     <div style=\"width:60%;float:left;\">\n          <h2>[SUMMARY]</h2> <span style=\"display:none;\">[UID]</span>\n          <p class=\"desciption\">[DESCRIPTION]</p>\n     </div>\n     <div style=\"clear:both;\"></div>\n</div>\n<hr />','yes'),(2846,'cfdb7_view_install_date','2019-07-18 12:55:44','yes'),(2853,'wpcf7_redirect_admin_notice_dismiss','0','yes'),(2854,'wpcf7_redirect_banner_dismiss','0','yes'),(3577,'cnb','a:10:{s:6:\"number\";s:12:\"+34607381596\";s:4:\"text\";s:8:\"Llamanos\";s:5:\"color\";s:7:\"#dd9933\";s:10:\"appearance\";s:4:\"left\";s:8:\"tracking\";s:1:\"0\";s:4:\"show\";s:0:\"\";s:5:\"limit\";s:7:\"include\";s:4:\"zoom\";s:1:\"1\";s:7:\"z-index\";s:2:\"10\";s:7:\"version\";s:5:\"0.3.6\";}','yes'),(3976,'wp_all_export_db_version','1.2.4','yes'),(3587,'mystickyelements-contact-form','a:23:{s:4:\"name\";s:1:\"1\";s:10:\"name_value\";s:0:\"\";s:5:\"phone\";s:1:\"1\";s:13:\"phone_require\";s:1:\"1\";s:11:\"phone_value\";s:0:\"\";s:5:\"email\";s:1:\"1\";s:13:\"email_require\";s:1:\"1\";s:11:\"email_value\";s:0:\"\";s:7:\"message\";s:1:\"1\";s:13:\"message_value\";s:0:\"\";s:30:\"submit_button_background_color\";s:7:\"#7761DF\";s:24:\"submit_button_text_color\";s:7:\"#FFFFFF\";s:18:\"submit_button_text\";s:6:\"Submit\";s:20:\"tab_background_color\";s:7:\"#7761DF\";s:14:\"tab_text_color\";s:7:\"#FFFFFF\";s:11:\"text_in_tab\";s:10:\"Contact Us\";s:10:\"send_leads\";s:8:\"database\";s:12:\"sent_to_mail\";s:0:\"\";s:9:\"direction\";s:3:\"LTR\";s:7:\"desktop\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";s:20:\"dropdown-placeholder\";s:0:\"\";s:15:\"dropdown-option\";a:1:{i:0;s:0:\"\";}}','yes'),(3588,'mystickyelements-social-channels','a:1:{s:6:\"enable\";s:1:\"1\";}','yes'),(3589,'mystickyelements-social-channels-tabs','a:0:{}','yes'),(3590,'mystickyelements-general-settings','a:6:{s:8:\"position\";s:4:\"left\";s:15:\"position_mobile\";s:6:\"bottom\";s:14:\"open_tabs_when\";s:5:\"hover\";s:12:\"minimize_tab\";s:1:\"1\";s:29:\"minimize_tab_background_color\";s:7:\"#d3a85d\";s:11:\"font_family\";s:0:\"\";}','yes'),(3593,'mystickyelements-contact-field','a:5:{i:0;s:4:\"name\";i:1;s:5:\"phone\";i:2;s:5:\"email\";i:3;s:7:\"message\";i:4;s:8:\"dropdown\";}','yes'),(2864,'booking_activation_process','Off','yes'),(2865,'booking_admin_cal_count','2','yes'),(2866,'booking_skin','/css/skins/traditional-light.css','yes'),(2867,'booking_num_per_page','10','yes'),(2868,'booking_sort_order','','yes'),(2869,'booking_default_toolbar_tab','actions','yes'),(2870,'booking_listing_default_view_mode','vm_listing','yes'),(2871,'booking_view_days_num','30','yes'),(2872,'booking_max_monthes_in_calendar','1y','yes'),(2873,'booking_client_cal_count','1','yes'),(2874,'booking_start_day_weeek','0','yes'),(2875,'booking_title_after_reservation','Gracias por tu reserva online.  Te enviaremos la confirmación de tu reserva lo antes posible.','yes'),(2876,'booking_title_after_reservation_time','15000','yes'),(2877,'booking_type_of_thank_you_message','message','yes'),(2878,'booking_thank_you_page_URL','/thank-you','yes'),(2879,'booking_is_use_autofill_4_logged_user','On','yes'),(2880,'booking_date_format','j F, Y','yes'),(2881,'booking_date_view_type','short','yes'),(2882,'booking_is_delete_if_deactive','Off','yes'),(2883,'booking_dif_colors_approval_pending','On','yes'),(2884,'booking_is_use_hints_at_admin_panel','On','yes'),(2885,'booking_is_not_load_bs_script_in_client','Off','yes'),(2886,'booking_is_not_load_bs_script_in_admin','Off','yes'),(2887,'booking_is_load_js_css_on_specific_pages','Off','yes'),(2888,'booking_is_show_system_debug_log','Off','yes'),(2889,'booking_pages_for_load_js_css','','yes'),(2890,'booking_type_of_day_selections','multiple','yes'),(2891,'booking_timeslot_day_bg_as_available','Off','yes'),(2892,'booking_form_is_using_bs_css','On','yes'),(2893,'booking_form_format_type','vertical','yes'),(2894,'booking_form_field_active1','On','yes'),(2895,'booking_form_field_required1','On','yes'),(2896,'booking_form_field_label1','First Name','yes'),(2897,'booking_form_field_active2','On','yes'),(2898,'booking_form_field_required2','On','yes'),(2899,'booking_form_field_label2','Last Name','yes'),(2900,'booking_form_field_active3','On','yes'),(2901,'booking_form_field_required3','On','yes'),(2902,'booking_form_field_label3','Email','yes'),(2903,'booking_form_field_active4','On','yes'),(2904,'booking_form_field_required4','Off','yes'),(2905,'booking_form_field_label4','Phone','yes'),(2906,'booking_form_field_active5','On','yes'),(2907,'booking_form_field_required5','Off','yes'),(2908,'booking_form_field_label5','Details','yes'),(2909,'booking_form_field_active6','Off','yes'),(2910,'booking_form_field_required6','Off','yes'),(2911,'booking_form_field_label6','Visitors','yes'),(2912,'booking_form_field_values6','1\n2\n3\n4','yes'),(2913,'booking_is_days_always_available','Off','yes'),(2914,'booking_is_show_pending_days_as_available','On','yes'),(2915,'booking_check_on_server_if_dates_free','Off','yes'),(2916,'booking_unavailable_days_num_from_today','0','yes'),(2917,'booking_unavailable_day0','Off','yes'),(2918,'booking_unavailable_day1','Off','yes'),(2919,'booking_unavailable_day2','Off','yes'),(2920,'booking_unavailable_day3','Off','yes'),(2921,'booking_unavailable_day4','Off','yes'),(2922,'booking_unavailable_day5','Off','yes'),(2923,'booking_unavailable_day6','Off','yes'),(2924,'booking_menu_position','bottom','yes'),(2925,'booking_user_role_booking','editor','yes'),(2926,'booking_user_role_addbooking','subscriber','yes'),(2927,'booking_user_role_resources','editor','yes'),(2928,'booking_user_role_settings','administrator','yes'),(2929,'booking_is_email_reservation_adress','On','yes'),(2930,'booking_email_reservation_adress','&quot;Booking system&quot; &lt;admin@ofogondaria.innozona.com&gt;','yes'),(2931,'booking_email_reservation_from_adress','[visitoremail]','yes'),(2932,'booking_email_reservation_subject','Nueva reserva','yes'),(2933,'booking_email_reservation_content','Se ha solicitado una nueva reserva [bookingtype] para el día: [dates]&lt;br/&gt;&lt;br/&gt; Información de la persona que ha solicitado la reserva:&lt;br/&gt; [content]&lt;br/&gt;&lt;br/&gt; Nueva reserva pendiente de aprobación. Visite el panel de administración para gestionarla [moderatelink]&lt;br/&gt;&lt;br/&gt;Gracias, O Fogon da Ría&lt;br/&gt;[siteurl]','yes'),(2934,'booking_is_email_newbookingbyperson_adress','Off','yes'),(2935,'booking_email_newbookingbyperson_adress','&quot;Booking system&quot; &lt;admin@ofogondaria.innozona.com&gt;','yes'),(2936,'booking_email_newbookingbyperson_subject','Nueva reserva','yes'),(2937,'booking_email_newbookingbyperson_content','Su reserva [bookingtype] para: [dates] se está procesando! Le enviaremos la confirmación por correo electrónico. &lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt; Gracias, O Fogon da Ría&lt;br/&gt;[siteurl]','yes'),(2938,'booking_is_email_approval_adress','On','yes'),(2939,'booking_is_email_approval_send_copy_to_admin','Off','yes'),(2940,'booking_email_approval_adress','&quot;Booking system&quot; &lt;admin@ofogondaria.innozona.com&gt;','yes'),(2941,'booking_email_approval_subject','Su reserva ha sido aprobada','yes'),(2942,'booking_email_approval_content','Su reserva [bookingtype] para: [dates] ha sido aprobada. &lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt; Gracias, O Fogon da Ría&lt;br/&gt;[siteurl]','yes'),(2943,'booking_is_email_deny_adress','On','yes'),(2944,'booking_is_email_deny_send_copy_to_admin','Off','yes'),(2945,'booking_email_deny_adress','&quot;Booking system&quot; &lt;admin@ofogondaria.innozona.com&gt;','yes'),(2946,'booking_email_deny_subject','Su reserva ha sido rechazada','yes'),(2947,'booking_email_deny_content','Su reserva [bookingtype] para: [dates] ha sido cancelada. &lt;br/&gt;[denyreason]&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt; Gracias, O Fogon da Ría&lt;br/&gt;[siteurl]','yes'),(2948,'booking_widget_title','Formulario de reserva','yes'),(2949,'booking_widget_show','booking_form','yes'),(2950,'booking_widget_type','1','yes'),(2951,'booking_widget_calendar_count','1','yes'),(2952,'booking_widget_last_field','','yes'),(2953,'booking_wpdev_copyright_adminpanel','Off','yes'),(2954,'booking_is_show_powered_by_notice','Off','yes'),(2955,'booking_is_use_captcha','On','yes'),(2956,'booking_is_show_legend','Off','yes'),(2957,'booking_legend_is_show_item_available','On','yes'),(2958,'booking_legend_text_for_item_available','Disponible','yes'),(2959,'booking_legend_is_show_item_pending','On','yes'),(2960,'booking_legend_text_for_item_pending','Pendiente','yes'),(2961,'booking_legend_is_show_item_approved','Off','yes'),(2962,'booking_legend_text_for_item_approved','Reservado','yes'),(2963,'booking_legend_is_show_numbers','Off','yes'),(2964,'booking_email_new_admin','a:15:{s:7:\"enabled\";s:2:\"On\";s:2:\"to\";s:24:\"reservas@ofogondaria.com\";s:7:\"to_name\";s:14:\"Reserva Online\";s:4:\"from\";s:20:\"info@ofogondaria.com\";s:9:\"from_name\";s:14:\"Reserva Online\";s:7:\"subject\";s:13:\"Nueva reserva\";s:7:\"content\";s:329:\"<p>Se ha solicitado una nueva reserva [bookingtype] para el día: [dates]<br /><br />Información de la persona que ha solicitado la reserva:<br />[content]<br /><br />Nueva reserva pendiente de aprobación. Visite el panel de administración para gestionarla [moderatelink]<br /><br />Gracias, O Fogon da Ría<br />[siteurl]</p>\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2965,'booking_email_new_visitor','a:13:{s:7:\"enabled\";s:2:\"On\";s:4:\"from\";s:24:\"reservas@ofogondaria.com\";s:9:\"from_name\";s:14:\"Reserva Online\";s:7:\"subject\";s:13:\"Nueva reserva\";s:7:\"content\";s:268:\"<p>Su reserva [bookingtype] para: [dates] se está procesando! Le enviaremos la confirmación por correo electrónico o Mensaje de texto. Espere pronto noticias nuestra. <br /><br />[content]<br /><br /> Espere pronto noticias nuestra, gracias.</p>\r\n<p>siteurl]</p>\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2966,'booking_email_approved','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:30:\"admin@ofogondaria.innozona.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:24:\"reservas@ofogondaria.com\";s:9:\"from_name\";s:18:\"Sistema de reserva\";s:7:\"subject\";s:27:\"Su reserva ha sido aprobada\";s:7:\"content\";s:120:\"<p>Su reserva [bookingtype] para: [dates] ha sido aprobada. <br /><br />[content]<br /><br />Gracias.<br />[siteurl]</p>\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2967,'booking_email_deleted','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:30:\"admin@ofogondaria.innozona.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:30:\"admin@ofogondaria.innozona.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:28:\"Su reserva ha sido rechazada\";s:7:\"content\";s:143:\"Su reserva [bookingtype] para: [dates] ha sido cancelada. <br/>[denyreason]<br/><br/>[content]<br/><br/> Gracias, O Fogon da Ría<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2968,'booking_email_deny','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:30:\"admin@ofogondaria.innozona.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:21:\"admin@ofogondaria.com\";s:9:\"from_name\";s:14:\"Reserva Online\";s:7:\"subject\";s:28:\"Su reserva ha sido rechazada\";s:7:\"content\";s:139:\"<p>Su reserva [bookingtype] para: [dates] ha sido cancelada. <br />[denyreason]<br /><br />[content]<br /><br />Gracias.<br />[siteurl]</p>\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2969,'booking_email_trash','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:30:\"admin@ofogondaria.innozona.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:30:\"admin@ofogondaria.innozona.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:28:\"Su reserva ha sido rechazada\";s:7:\"content\";s:143:\"Su reserva [bookingtype] para: [dates] ha sido cancelada. <br/>[denyreason]<br/><br/>[content]<br/><br/> Gracias, O Fogon da Ría<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2970,'booking_form_structure_type','vertical','yes'),(2971,'booking_menu_go_pro','hide','yes'),(2972,'booking_ics_force_import','Off','yes'),(2973,'booking_ics_force_trash_before_import','Off','yes'),(2974,'booking_form','<div class=\"wpbc_booking_form_structure wpbc_vertical\">\n  <div class=\"wpbc_structure_calendar\">\n    [calendar]\n  </div>\n  <div class=\"wpbc_structure_form\">\n     <p>First Name*:<br />[text* name]</p>\n     <p>Last Name*:<br />[text* secondname]</p>\n     <p>Email*:<br />[email* email]</p>\n     <p>Phone:<br />[text phone]</p>\n     <p>Details:<br />[textarea details]</p>\n     <p>[captcha]</p>\n     <p>[submit class:btn \"Send\"]</p>\n  </div>\n</div>\n<div class=\"wpbc_booking_form_footer\"></div>','yes'),(2975,'booking_form_show','<div style=\"text-align:left;word-wrap: break-word;\">\n  <strong>First Name</strong>: <span class=\"fieldvalue\">[name]</span><br/>\n  <strong>Last Name</strong>: <span class=\"fieldvalue\">[secondname]</span><br/>\n  <strong>Email</strong>: <span class=\"fieldvalue\">[email]</span><br/>\n  <strong>Phone</strong>: <span class=\"fieldvalue\">[phone]</span><br/>\n  <strong>Details</strong>: <span class=\"fieldvalue\">[details]</span><br/>\n</div>','yes'),(2976,'booking_form_visual','a:9:{i:0;a:2:{s:4:\"type\";s:8:\"calendar\";s:10:\"obligatory\";s:2:\"On\";}i:1;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:10:\"First Name\";s:5:\"value\";s:0:\"\";}i:2;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"secondname\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:9:\"Last Name\";s:5:\"value\";s:0:\"\";}i:3;a:8:{s:4:\"type\";s:5:\"email\";s:4:\"name\";s:5:\"email\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:0:\"\";}i:4;a:8:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:8:\"visitors\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:8:\"Visitors\";s:5:\"value\";s:10:\"1\r\n2\r\n3\r\n4\";}i:5;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"phone\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:0:\"\";}i:6;a:8:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:7:\"details\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:7:\"Details\";s:5:\"value\";s:0:\"\";}i:7;a:6:{s:4:\"type\";s:7:\"captcha\";s:4:\"name\";s:7:\"captcha\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:0:\"\";}i:8;a:6:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"submit\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:6:\"Enviar\";}}','yes'),(2977,'booking_gcal_feed','','yes'),(2978,'booking_gcal_events_from','month-start','yes'),(2979,'booking_gcal_events_from_offset','','yes'),(2980,'booking_gcal_events_from_offset_type','','yes'),(2981,'booking_gcal_events_until','any','yes'),(2982,'booking_gcal_events_until_offset','','yes'),(2983,'booking_gcal_events_until_offset_type','','yes'),(2984,'booking_gcal_events_max','25','yes'),(2985,'booking_gcal_api_key','','yes'),(2986,'booking_gcal_timezone','Europe/Madrid','yes'),(2987,'booking_gcal_is_send_email','Off','yes'),(2988,'booking_gcal_auto_import_is_active','Off','yes'),(2989,'booking_gcal_auto_import_time','24','yes'),(2990,'booking_gcal_events_form_fields','a:3:{s:5:\"title\";s:9:\"text^name\";s:11:\"description\";s:16:\"textarea^details\";s:5:\"where\";s:25:\"select^eligeunrestaurante\";}','yes'),(2991,'booking_version_num','8.5.1.2','yes'),(2995,'booking_activation_redirect_for_version','8.5.1.2','yes'),(2994,'widget_bookingwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3361,'booking_package_accept_subscribers_as_users','0','yes'),(3362,'booking_package_subject_email_for_member','','yes'),(3358,'booking_package_reject_non_membder','0','yes'),(3359,'booking_package_visitors_registration_for_member','0','yes'),(3360,'booking_package_check_email_for_member','0','yes'),(3355,'booking_package_version','1.3.85','yes'),(3348,'booking_package_timezone','Europe/Madrid','yes'),(3349,'booking_package_javascriptSyntaxErrorNotification','1','yes'),(3350,'booking_package_db_version','0.5.8','yes'),(3351,'booking_package_activation_id','0','yes'),(3278,'external_updates-Calendarista','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1563479242;s:14:\"checkedVersion\";s:3:\"7.7\";s:6:\"update\";O:8:\"stdClass\":9:{s:4:\"slug\";s:12:\"Calendarista\";s:7:\"version\";s:3:\"7.7\";s:12:\"download_url\";N;s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:28:\"https://www.calendarista.com\";s:6:\"tested\";s:3:\"5.1\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:29:\"calendarista/Calendarista.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p2_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','no'),(3388,'booking_package_ical_token','aea6add03970abbebba15047e1ec5cde209f3f1a','yes'),(3428,'revslider-valid-notice','false','yes'),(3329,'wpbm_protected_directory_name_level1','wpbm_uk43MSsaDYuzdpUi4Y7h','yes'),(3276,'calendarista_db_version','3.7','yes'),(3357,'booking_package_function_for_member','0','yes'),(3240,'wpbm_version_num','2.0.10.2','yes'),(4147,'woocommerce_unforce_ssl_checkout','no','yes'),(21209,'_site_transient_timeout_theme_roots','1598508983','no'),(21210,'_site_transient_theme_roots','a:6:{s:12:\"bridge-child\";s:7:\"/themes\";s:6:\"bridge\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(20827,'_site_transient_timeout_browser_e05a89e68a424b431efc398f009c2edb','1598619565','no'),(20828,'_site_transient_browser_e05a89e68a424b431efc398f009c2edb','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"79.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3975,'PMXE_Plugin_Options','a:15:{s:12:\"info_api_url\";s:88:\"http://www.wpallimport.com/export/?utm_source=export-plugin-free&utm_medium=info-api-url\";s:7:\"dismiss\";i:0;s:18:\"dismiss_manage_top\";i:0;s:21:\"dismiss_manage_bottom\";i:0;s:12:\"cron_job_key\";s:12:\"1OfwjCfyOzCW\";s:14:\"max_input_time\";i:-1;s:18:\"max_execution_time\";i:0;s:6:\"secure\";i:1;s:7:\"license\";s:0:\"\";s:14:\"license_status\";s:0:\"\";s:18:\"scheduling_license\";s:0:\"\";s:25:\"scheduling_license_status\";s:0:\"\";s:14:\"zapier_api_key\";s:32:\"FqfcT1kXbXIcSZ7AGzknonvtIkU6iArl\";s:21:\"zapier_invitation_url\";s:0:\"\";s:30:\"zapier_invitation_url_received\";s:0:\"\";}','yes'),(2611,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(4451,'duplicate_post_copytitle','1','yes'),(4452,'duplicate_post_copydate','0','yes'),(4453,'duplicate_post_copystatus','0','yes'),(4454,'duplicate_post_copyslug','0','yes'),(4455,'duplicate_post_copyexcerpt','1','yes'),(4456,'duplicate_post_copycontent','1','yes'),(4457,'duplicate_post_copythumbnail','1','yes'),(4458,'duplicate_post_copytemplate','1','yes'),(4459,'duplicate_post_copyformat','1','yes'),(4460,'duplicate_post_copyauthor','0','yes'),(4461,'duplicate_post_copypassword','0','yes'),(4462,'duplicate_post_copyattachments','0','yes'),(4463,'duplicate_post_copychildren','0','yes'),(4464,'duplicate_post_copycomments','0','yes'),(4465,'duplicate_post_copymenuorder','1','yes'),(4466,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(4467,'duplicate_post_blacklist','','yes'),(4468,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(4469,'duplicate_post_show_row','1','yes'),(4470,'duplicate_post_show_adminbar','1','yes'),(4471,'duplicate_post_show_submitbox','1','yes'),(4472,'duplicate_post_show_bulkactions','1','yes'),(20923,'duplicate_post_version','3.2.5','yes'),(20924,'duplicate_post_show_notice','1','no'),(1339,'_site_transient_timeout_locked_1','1878345784','no'),(1340,'_site_transient_locked_1','1','no'),(4146,'woocommerce_force_ssl_checkout','no','yes'),(315,'default_product_cat','15','yes'),(4150,'woocommerce_version','3.7.0','yes'),(319,'woocommerce_db_version','3.6.5','yes'),(320,'woocommerce_admin_notices','a:5:{i:0;s:7:\"install\";i:1;s:6:\"update\";i:2;s:20:\"no_secure_connection\";i:3;s:8:\"wc_admin\";i:4;s:14:\"template_files\";}','yes'),(321,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(322,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(323,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(324,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(325,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(326,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(327,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(328,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(329,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(330,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(331,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(332,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(333,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(334,'widget_woocommerce-dropdown-cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(341,'woocommerce_meta_box_errors','a:0:{}','yes'),(1471,'pum_completed_upgrades','a:1:{i:0;s:16:\"core-v1_8-themes\";}','yes'),(1472,'pum_extend_viewed_extensions','a:0:{}','yes'),(1473,'pum_reviews_installed_on','2019-07-13 05:17:18','yes'),(1233,'widget_rtb_booking_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1234,'rtb_pending_count','0','yes'),(4854,'wordfence_syncingAttackData','0','no'),(4855,'wordfence_lastSyncAttackData','1597619887','no'),(4154,'recovery_mode_email_last_sent','1598016259','yes'),(4346,'wordfence_ls_version','1.0.5','yes'),(4347,'wordfence_version','7.4.10','yes'),(4348,'wordfence_case','1','yes'),(4349,'wordfence_installed','1','yes'),(4350,'wordfenceActivated','1','yes'),(4351,'wf_plugin_act_error','','yes'),(1463,'pum_previously_opted_using_freemius','0','yes'),(1470,'_pum_installed_themes','a:5:{i:0;s:8:\"lightbox\";i:1;s:15:\"enterprise-blue\";i:2;s:9:\"hello-box\";i:3;s:12:\"cutting-edge\";i:4;s:13:\"framed-border\";}','yes'),(1478,'_pum_installed','1','yes'),(1500,'pum_privacy_cookie_list','a:2:{s:7:\"cookies\";a:0:{}s:9:\"timestamp\";i:1562995182;}','yes'),(4626,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f366454f65ef9dbab155ab170f1e1057\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(4687,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-84600c85c7a7f895dc35f5b89b16df73\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','yes'),(4698,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a4885aeca57d6c76db703829c848557d\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','yes'),(4627,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-32dd5fd21b38f4cce10b2e30d3954fbc\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','yes'),(4696,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e454b80ca5f9376fadf56530f6f18279\";a:5:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:3:\"url\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:12:\"endpoint_tld\";s:3:\"com\";}}}','yes'),(4648,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-474f3623661a4210ec99c5e0a1487673\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','yes'),(4697,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b565a520592f642e9d3f235ac05a47d1\";a:4:{s:12:\"account_name\";s:0:\"\";s:3:\"key\";s:0:\"\";s:9:\"container\";s:0:\"\";s:8:\"endpoint\";s:21:\"blob.core.windows.net\";}}}','yes'),(4686,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-bfc9c2c68ab3df4dddcea74e6e863d9e\";a:7:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:2:\"22\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"scp\";i:0;}}}','yes'),(4674,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3406641953435f2c74f1f067c241b411\";a:6:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:10:\"project_id\";s:0:\"\";s:11:\"bucket_path\";s:0:\"\";s:13:\"storage_class\";s:0:\"\";s:15:\"bucket_location\";s:0:\"\";}}}','yes'),(4649,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1be78004bf6cd01df6531f5d67cecf0d\";a:5:{s:10:\"account_id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:11:\"bucket_name\";s:0:\"\";s:11:\"backup_path\";s:0:\"\";s:20:\"single_bucket_key_id\";s:0:\"\";}}}','yes'),(4694,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:0:{}}','yes'),(4699,'updraft_cloudfiles_user','','yes'),(4688,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-05f4c15da6b640f31d4c1d102ae26e2a\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(4695,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e7f3205c4e979e12e361905e3890102d\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','yes'),(4711,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e7a7336bcddfc2d1ba02b74473fbcc23\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(4718,'updraftplus_version','2.16.8.24','yes'),(1798,'updraftplus-addons_siteid','8f02f2ad343d4c23187572570595c183','no'),(3518,'booking_package_scheduleAndServiceBackgroundColor','#FFF','yes'),(3501,'booking_package_email_to','reservas@restaurantesgallegos.com','yes'),(3502,'booking_package_email_title_to','','yes'),(3503,'booking_package_email_from','info@ofogondaria.com','yes'),(3504,'booking_package_email_title_from','Reserva | Ofogondaria.com','yes'),(2070,'cookielawinfo_privacy_overview_content_settings','a:2:{s:24:\"privacy_overview_content\";s:574:\"This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are as essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.\";s:22:\"privacy_overview_title\";s:16:\"Privacy Overview\";}','yes'),(2071,'cookielawinfo_necessary_settings','a:1:{s:21:\"necessary_description\";s:242:\"Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.\";}','yes'),(1502,'pum_all_theme_close_text_cache','a:6:{i:652;s:6:\"CERRAR\";i:653;s:7:\"&times;\";i:654;s:2:\"×\";i:655;s:2:\"×\";i:656;s:2:\"×\";i:657;s:2:\"×\";}','yes'),(1504,'pum-has-cached-css','1562995306','yes'),(1507,'pum_total_open_count','1','yes'),(1505,'pum-has-cached-js','1562995306','yes'),(4719,'updraft_backup_history','a:402:{i:1598486403;a:11:{s:2:\"db\";s:55:\"backup_2020-08-27-0000_O_Fogon_da_Ra_bde43fafac5e-db.gz\";s:7:\"db-size\";i:3803131;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"67678ae19ecbf36d50322400b75ca727a1992cda\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7b555630ce66c7a57c6d3b6fe5c60b356d1b3fbacadc071516817443995a0b6c\";}}s:5:\"nonce\";s:12:\"bde43fafac5e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1598405501;a:11:{s:2:\"db\";s:55:\"backup_2020-08-26-0131_O_Fogon_da_Ra_ef086b7b51d0-db.gz\";s:7:\"db-size\";i:3408389;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"23c8aaf8fa038fa0a78ad3b7bdc2702c84c6f226\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"835f5d2ed372e929e87908fa87e306a62a0e6a1fc912bce2f9c04ceeef2d2b10\";}}s:5:\"nonce\";s:12:\"ef086b7b51d0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1598313965;a:11:{s:2:\"db\";s:55:\"backup_2020-08-25-0006_O_Fogon_da_Ra_17ff182e2518-db.gz\";s:7:\"db-size\";i:3799482;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"484dd115bdf8bbcf368cacd003cb1433940a51e0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cb78ce998c6b7757e770450a8ebb5155b65ae56a212f5ae213d90242130ce659\";}}s:5:\"nonce\";s:12:\"17ff182e2518\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1598228280;a:11:{s:2:\"db\";s:55:\"backup_2020-08-24-0018_O_Fogon_da_Ra_65510394877d-db.gz\";s:7:\"db-size\";i:3799413;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"32c8d37a1a7a0793742c60cdbad74c05fef92822\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5e1aa1b453e49640431c8159cda97fa96270fb4a7e3dbe848c60ea04f3ca2bb5\";}}s:5:\"nonce\";s:12:\"65510394877d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1598145254;a:11:{s:2:\"db\";s:55:\"backup_2020-08-23-0114_O_Fogon_da_Ra_a821cd6c37a1-db.gz\";s:7:\"db-size\";i:1968245;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d24a452fdf3aeb6368316421e735b2d2ddd76ed8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bc9c1a8ed84ad9fa0c6bdd486b22172eab5955daaf9c9cd98cee7c59f2012109\";}}s:5:\"nonce\";s:12:\"a821cd6c37a1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1598055075;a:11:{s:2:\"db\";s:55:\"backup_2020-08-22-0011_O_Fogon_da_Ra_7c9355aba449-db.gz\";s:7:\"db-size\";i:2145876;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"53dc4e28a6a27597b5205ccb96681b6c088b8949\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3004114c163846097bd9ac70f46849a1aedcef4d0e27c051d69d06f6ced2da54\";}}s:5:\"nonce\";s:12:\"7c9355aba449\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1598032113;a:16:{s:7:\"plugins\";a:2:{i:0;s:61:\"backup_2020-08-21-1748_O_Fogon_da_Ra_313f8caef057-plugins.zip\";i:1;s:62:\"backup_2020-08-21-1748_O_Fogon_da_Ra_313f8caef057-plugins2.zip\";}s:12:\"plugins-size\";i:26191707;s:13:\"plugins1-size\";i:379600;s:2:\"db\";s:55:\"backup_2020-08-21-1748_O_Fogon_da_Ra_313f8caef057-db.gz\";s:7:\"db-size\";i:2141062;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:3:{s:8:\"plugins0\";s:40:\"601feb639b0c837ffcccf6f105fd05d5e9e4b603\";s:8:\"plugins1\";s:40:\"08d7bd471e06e86b3e7dc1b0bae4eee84f2bf891\";s:3:\"db0\";s:40:\"8bfb9d7978576b7d0add09b129e6937026ec46c7\";}s:6:\"sha256\";a:3:{s:8:\"plugins0\";s:64:\"04befd3e3a35c57e469010914c0dbb784d2dd41b6834241f47d9fa76abe3ffde\";s:8:\"plugins1\";s:64:\"a545fdd1cdca020caee5a6654a2696f263d4ac286422a6a732e47636f9a1034e\";s:3:\"db0\";s:64:\"bcb96513b980036df568fb22a06eb45b9d530402eafa5a6da55b9c8467ee0413\";}}s:5:\"nonce\";s:12:\"313f8caef057\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1598032113;}s:5:\"label\";s:40:\"Respaldo automático antes de actualizar\";s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1598031371;a:15:{s:6:\"wpcore\";a:1:{i:0;s:60:\"backup_2020-08-21-1736_O_Fogon_da_Ra_4621927acd1d-wpcore.zip\";}s:11:\"wpcore-size\";i:10072070;s:2:\"db\";s:55:\"backup_2020-08-21-1736_O_Fogon_da_Ra_4621927acd1d-db.gz\";s:7:\"db-size\";i:2152063;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"wpcore0\";s:40:\"92e4650971e9a7a54b5316bc3893a2aed9eb24b5\";s:3:\"db0\";s:40:\"d88e37258b0bb542ee0ec07ec5ec984c5a718ac9\";}s:6:\"sha256\";a:2:{s:7:\"wpcore0\";s:64:\"e0d14a3bafe415cab60638566002915626862299316ec83ecf06229ce997f133\";s:3:\"db0\";s:64:\"6135dfb82f6b312e4f06cdbcf5b67657f42237e98bf6b2063426764d7b0f913e\";}}s:5:\"nonce\";s:12:\"4621927acd1d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"wpcore\";i:1598031371;}s:5:\"label\";s:40:\"Respaldo automático antes de actualizar\";s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1597968463;a:11:{s:2:\"db\";s:55:\"backup_2020-08-21-0007_O_Fogon_da_Ra_23da9fcb06a7-db.gz\";s:7:\"db-size\";i:2009904;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"92869f4ee753274b4c4464e0969614ba37f55c6a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42b0c62fa7578dad338ef26344aa33f2a86dee59474308807908848acdc0e659\";}}s:5:\"nonce\";s:12:\"23da9fcb06a7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597881784;a:11:{s:2:\"db\";s:55:\"backup_2020-08-20-0003_O_Fogon_da_Ra_b6078d0c4782-db.gz\";s:7:\"db-size\";i:2908513;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7266d7a6bec52dd63cdae6ad90fe7b447c1b026c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c219c5c85912db5601c68fdc6b69747c86713ea1655a1bd951aaa182ebfc5e8b\";}}s:5:\"nonce\";s:12:\"b6078d0c4782\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597795706;a:11:{s:2:\"db\";s:55:\"backup_2020-08-19-0008_O_Fogon_da_Ra_3da59c0589d8-db.gz\";s:7:\"db-size\";i:2908350;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"95edcf6543548cc517069f36325445f98f356ede\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6318886a1cd4bc96aa4932e51f86f82627627dfa570beb4c73d3fb16f77c31c2\";}}s:5:\"nonce\";s:12:\"3da59c0589d8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597712527;a:11:{s:2:\"db\";s:55:\"backup_2020-08-18-0102_O_Fogon_da_Ra_da4d59cb4ab9-db.gz\";s:7:\"db-size\";i:2908342;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1ebe83381e64b14369060b30032a195c546ea004\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e2e044000596222d47d5732e9fa9ea69bca3bc24d970d0703a4ff2e5beb9d9b5\";}}s:5:\"nonce\";s:12:\"da4d59cb4ab9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597623246;a:11:{s:2:\"db\";s:55:\"backup_2020-08-17-0014_O_Fogon_da_Ra_bae16b46bc72-db.gz\";s:7:\"db-size\";i:2020307;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"88b191773a2472b95318fb658cf29f26572480a9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"213f9bfa4ca05631b81c412597ebf8be0f631843fbaa736421ecedcc531e43f1\";}}s:5:\"nonce\";s:12:\"bae16b46bc72\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597537582;a:11:{s:2:\"db\";s:55:\"backup_2020-08-16-0026_O_Fogon_da_Ra_95be2c01f7b8-db.gz\";s:7:\"db-size\";i:2019930;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"18db6c98a7d8e9dfd5c88afb3ee5b3d74d51282b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b8097e301081be3f7922b85221b76712266d352b415c60ebecb3e785f7a9ba5d\";}}s:5:\"nonce\";s:12:\"95be2c01f7b8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597450096;a:11:{s:2:\"db\";s:55:\"backup_2020-08-15-0008_O_Fogon_da_Ra_d1b2279fbdf3-db.gz\";s:7:\"db-size\";i:2016498;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"20a32a41c63377d47b00be38e14eaea8db2ddb56\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"252bc04aa53fd4ce93747eee08471970dc443c23bb5882ad1c49d4d32ea02d37\";}}s:5:\"nonce\";s:12:\"d1b2279fbdf3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597363416;a:11:{s:2:\"db\";s:55:\"backup_2020-08-14-0003_O_Fogon_da_Ra_8abae19bd882-db.gz\";s:7:\"db-size\";i:2913988;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0f27163ef59ad5e92839c8dce3214e2a40fb2f1f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a9c686b81cbd40f907c6811dcb4120f03beebb015293fca597749ce3a93c5f88\";}}s:5:\"nonce\";s:12:\"8abae19bd882\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597279018;a:11:{s:2:\"db\";s:55:\"backup_2020-08-13-0036_O_Fogon_da_Ra_2a9b675cba46-db.gz\";s:7:\"db-size\";i:2913646;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b3b5c5577c51e9f3b6471808963c8ed72d49b601\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"813080029668254b90706aff8901748e270b8771b68034b392138a9616abb317\";}}s:5:\"nonce\";s:12:\"2a9b675cba46\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597190438;a:11:{s:2:\"db\";s:55:\"backup_2020-08-12-0000_O_Fogon_da_Ra_4557095ab031-db.gz\";s:7:\"db-size\";i:2913039;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6f3bd2398dd2b28f0393f099f4bef5c6ce4e7969\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"93c3ce5fbe76da80faa73c7b42fd349b8c49a0d7cfd272923b08f3920c856d07\";}}s:5:\"nonce\";s:12:\"4557095ab031\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597105651;a:11:{s:2:\"db\";s:55:\"backup_2020-08-11-0027_O_Fogon_da_Ra_bf706ad68407-db.gz\";s:7:\"db-size\";i:2054014;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3df4ecb533986346b76aa0bfcf133034708e02b9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2012575cda58d1ff9b9f5620c5326d05529f30b2526c4eb79cae0284c55b18aa\";}}s:5:\"nonce\";s:12:\"bf706ad68407\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1597018760;a:11:{s:2:\"db\";s:55:\"backup_2020-08-10-0019_O_Fogon_da_Ra_ae64b1d83dbb-db.gz\";s:7:\"db-size\";i:2053784;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1c69e55556542153369f433f6812913f0dbb6fa9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b2f14c6b522208fd9cfaee463bf8565a3d35c46f77e2b09b1ea9089b62807a1b\";}}s:5:\"nonce\";s:12:\"ae64b1d83dbb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596935521;a:11:{s:2:\"db\";s:55:\"backup_2020-08-09-0112_O_Fogon_da_Ra_e0601026b8ec-db.gz\";s:7:\"db-size\";i:2050807;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c76d86cb928052bc4dc607e3c545bebc56b57f8b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e19394d13b755ba3fe79d643313ac3b67fb5590cf13eb1b23c49d3f3862bb81e\";}}s:5:\"nonce\";s:12:\"e0601026b8ec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596847636;a:11:{s:2:\"db\";s:55:\"backup_2020-08-08-0047_O_Fogon_da_Ra_8720f2ffe8d7-db.gz\";s:7:\"db-size\";i:2018284;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ba0ee2db1dfdc607049ce9e85ba8b756957c95fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f1cb0a2a7f2e5b6df5f80bc17dfd6377c07a49f643c07307fef4c18d40931c5a\";}}s:5:\"nonce\";s:12:\"8720f2ffe8d7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596763062;a:11:{s:2:\"db\";s:55:\"backup_2020-08-07-0117_O_Fogon_da_Ra_25675a4ef5fd-db.gz\";s:7:\"db-size\";i:2016235;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c4c4f72bd8826b52532394e0f35acc8f28e4dcef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b15601d83a39de694f72e5b42be8b4b8819c42fa42c6c0e75e356cfd8b3906ed\";}}s:5:\"nonce\";s:12:\"25675a4ef5fd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596673553;a:11:{s:2:\"db\";s:55:\"backup_2020-08-06-0025_O_Fogon_da_Ra_af517a242dbd-db.gz\";s:7:\"db-size\";i:2012246;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e95cfd6ec523d13b8774d02aa1734e5bec98e0d8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4c436ff29654640a5fa4af757aac1688db3344bab9792d3437e2cef6199b5895\";}}s:5:\"nonce\";s:12:\"af517a242dbd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596588570;a:11:{s:2:\"db\";s:55:\"backup_2020-08-05-0049_O_Fogon_da_Ra_ad7d2aeede3f-db.gz\";s:7:\"db-size\";i:2016927;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cffd67ad69471f1ab47533f04e330c107530d225\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0cb1cf39efc7f49d308dc09602531c6740a22977a10c87b80dbf08f5ae318819\";}}s:5:\"nonce\";s:12:\"ad7d2aeede3f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596501572;a:11:{s:2:\"db\";s:55:\"backup_2020-08-04-0039_O_Fogon_da_Ra_a5ed31cb081e-db.gz\";s:7:\"db-size\";i:2016860;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dbd06e63e443de36d922126a9837d4050a69c8fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0121f63923c591d894135fb5bb7b94b832fca527854e46b9e0e5a5ef563a36e\";}}s:5:\"nonce\";s:12:\"a5ed31cb081e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596414019;a:11:{s:2:\"db\";s:55:\"backup_2020-08-03-0020_O_Fogon_da_Ra_1774d7e6e36e-db.gz\";s:7:\"db-size\";i:2013147;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eb0733ed663d73b2be14421d7b9e1ec553039da0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c5a39034b7fb095c7ad359dcead02be007d02e45668bf15b579ebd550075d15c\";}}s:5:\"nonce\";s:12:\"1774d7e6e36e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596328713;a:11:{s:2:\"db\";s:55:\"backup_2020-08-02-0038_O_Fogon_da_Ra_411319398aef-db.gz\";s:7:\"db-size\";i:2910318;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"88f6eb2d1468e21fafba66447360508c046eaf57\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"19db3ca2b83fd8f0806ab95eb10bc3f12b99a383243a92c892b6c14ed41dedec\";}}s:5:\"nonce\";s:12:\"411319398aef\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596242666;a:11:{s:2:\"db\";s:55:\"backup_2020-08-01-0044_O_Fogon_da_Ra_775a1c537844-db.gz\";s:7:\"db-size\";i:2910145;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7252b1f63573d4ac963b06591ab439536f73458b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0304a34cb3f27837255fa2bbe3c89d65b4f35aeaf45d3f0dcd7954a1e099d555\";}}s:5:\"nonce\";s:12:\"775a1c537844\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596155454;a:11:{s:2:\"db\";s:55:\"backup_2020-07-31-0030_O_Fogon_da_Ra_e7a553f92106-db.gz\";s:7:\"db-size\";i:2910356;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7a2473a7fe197f69f691661b166eb37354b9142e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"43b37374b133759b20cb916460af4164eb32a6a7a54aecb0d0994947676cd34d\";}}s:5:\"nonce\";s:12:\"e7a553f92106\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1596068857;a:11:{s:2:\"db\";s:55:\"backup_2020-07-30-0027_O_Fogon_da_Ra_fdc2b805efb1-db.gz\";s:7:\"db-size\";i:2910094;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"496e808f63043e21278fa13ec791abc76babaaf5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a3778170882ec46eda500a928d51ee1b7c696fcd65d8a7ca87b65d686bdfab8a\";}}s:5:\"nonce\";s:12:\"fdc2b805efb1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595984120;a:11:{s:2:\"db\";s:55:\"backup_2020-07-29-0055_O_Fogon_da_Ra_87d8ca364059-db.gz\";s:7:\"db-size\";i:2909929;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"450beb07dddbad8db67e1dae3061fd890f139899\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e77a2113aa621857062f2f9481dc61861f805adb86f7dd1c46979d49bb947cf2\";}}s:5:\"nonce\";s:12:\"87d8ca364059\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595900040;a:11:{s:2:\"db\";s:55:\"backup_2020-07-28-0134_O_Fogon_da_Ra_aff5a45ef3a3-db.gz\";s:7:\"db-size\";i:2909380;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"35c5b1f1f8e9524e2de280fe0111bccbd4a97ed0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"22df926936997164b84f376bc30211e3ac4e11759385824c8e7b3d5b72c957a9\";}}s:5:\"nonce\";s:12:\"aff5a45ef3a3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595809070;a:11:{s:2:\"db\";s:55:\"backup_2020-07-27-0017_O_Fogon_da_Ra_e5deab126183-db.gz\";s:7:\"db-size\";i:2915101;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5cb17d5e80320489d57c40694957e90e39d1a7b1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"40e077b4f4d225d15652ef2244d59a7b9255ba56587f89970addce863942b66a\";}}s:5:\"nonce\";s:12:\"e5deab126183\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595721997;a:11:{s:2:\"db\";s:55:\"backup_2020-07-26-0006_O_Fogon_da_Ra_4b22aadb1bd3-db.gz\";s:7:\"db-size\";i:2900642;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"beb80647e606d0c8b180c21b858e30df2af5199f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3b6f92ad4e45278c4a3bf52b915cb48e85377efdaffa1028331f499e79832141\";}}s:5:\"nonce\";s:12:\"4b22aadb1bd3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595636926;a:11:{s:2:\"db\";s:55:\"backup_2020-07-25-0028_O_Fogon_da_Ra_215119fb6278-db.gz\";s:7:\"db-size\";i:2900045;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1c6275e545ac78d217418fd58731d3e4ecbf40cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a2fc0768854f803704b6c1c02d87c9336c0aa77f80edc46ec8e503abb81d15c5\";}}s:5:\"nonce\";s:12:\"215119fb6278\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595552626;a:11:{s:2:\"db\";s:55:\"backup_2020-07-24-0103_O_Fogon_da_Ra_2829bf33a251-db.gz\";s:7:\"db-size\";i:2896799;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7a69206a3ce4903af3528b17aa351826710823da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a67442a1b3185b11799b9ed06b8a266c052d97b6c628638b887a06c5a3261040\";}}s:5:\"nonce\";s:12:\"2829bf33a251\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595462895;a:11:{s:2:\"db\";s:55:\"backup_2020-07-23-0008_O_Fogon_da_Ra_a10731401bb2-db.gz\";s:7:\"db-size\";i:2896501;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9298121422d446e5e11d9a3e5269b29254f2355e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"92666c90cca8227c87e5fe7758cda14d6079b301130180b45c6086ca5234c288\";}}s:5:\"nonce\";s:12:\"a10731401bb2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595379367;a:11:{s:2:\"db\";s:55:\"backup_2020-07-22-0056_O_Fogon_da_Ra_e395c209a541-db.gz\";s:7:\"db-size\";i:2898521;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f2b701368adf618add6164ef0788d1f070241d0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d7777ffcf47a385759de7b0425f04c665b07023af52f648acdd89c2d649bf0c7\";}}s:5:\"nonce\";s:12:\"e395c209a541\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595290060;a:11:{s:2:\"db\";s:55:\"backup_2020-07-21-0007_O_Fogon_da_Ra_e06cb2b229be-db.gz\";s:7:\"db-size\";i:2904463;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3b18b25e2a76e6a8db2e5da97fdc44fe3c4904b1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"746f64d05b5abfc19b62a40b577f7a5835d17e626756016050f7cf89d6a80b23\";}}s:5:\"nonce\";s:12:\"e06cb2b229be\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595207072;a:11:{s:2:\"db\";s:55:\"backup_2020-07-20-0104_O_Fogon_da_Ra_65c37f0389aa-db.gz\";s:7:\"db-size\";i:2904429;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c1e5dd1a10ea0a9927ef7bee0e777708074f1125\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42e40a8c91e7d0809a2fbbc0191075fb422e3ad8e8079008fe4887064fffe5f7\";}}s:5:\"nonce\";s:12:\"65c37f0389aa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595117854;a:11:{s:2:\"db\";s:55:\"backup_2020-07-19-0017_O_Fogon_da_Ra_01a47dd3f00d-db.gz\";s:7:\"db-size\";i:2904033;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f6663c1aa3b946b18831646ef5746f252fdbb946\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bbcd72eed9f83dc0003dece1a4c166478acd4773bc1fcbaeac1c596792b8b374\";}}s:5:\"nonce\";s:12:\"01a47dd3f00d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1595034020;a:11:{s:2:\"db\";s:55:\"backup_2020-07-18-0100_O_Fogon_da_Ra_b740d57d7ac7-db.gz\";s:7:\"db-size\";i:3399128;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6d3726b5d54313f07b525a09c2327c2b0b560cbe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a082cc737f89603316fd26435133b69eaf4cf3c257699e06c0fb6fe46fa318d5\";}}s:5:\"nonce\";s:12:\"b740d57d7ac7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594944095;a:11:{s:2:\"db\";s:55:\"backup_2020-07-17-0001_O_Fogon_da_Ra_b404c8f9abcc-db.gz\";s:7:\"db-size\";i:3398818;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"56732103dc03126e726d4ee775b2cac497eedd92\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dcc0a7e2b92cb18301db39f9a0ba103a4175460fbf1c5bcb6c569e8b2f440edd\";}}s:5:\"nonce\";s:12:\"b404c8f9abcc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594860567;a:11:{s:2:\"db\";s:55:\"backup_2020-07-16-0049_O_Fogon_da_Ra_ce08b5fd4ed7-db.gz\";s:7:\"db-size\";i:4053649;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"18f8793b72798fbf8048f612cf5e08cd7ec4992e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8d6a20f2016c24d8e76297e1b8e30e209c0aa977d506d322c707e1cda0fb23b3\";}}s:5:\"nonce\";s:12:\"ce08b5fd4ed7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594774246;a:11:{s:2:\"db\";s:55:\"backup_2020-07-15-0050_O_Fogon_da_Ra_bf4d3a2ae6bb-db.gz\";s:7:\"db-size\";i:2903702;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c9111fb18eeb2b7db77560e2ed7fb29b6295232b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9d93c1704aa66e1bdc42262533bcf168737d8225ce6a23bc4ac7d62c14d0a415\";}}s:5:\"nonce\";s:12:\"bf4d3a2ae6bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594688060;a:11:{s:2:\"db\";s:55:\"backup_2020-07-14-0054_O_Fogon_da_Ra_686bc1f63e23-db.gz\";s:7:\"db-size\";i:2903323;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e4db1cb003eb4ca1b59415e8d8fc3cd87d0935da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7ded7d68f5d6b204af1ae424f505742c9b07e69d6c5e20d7bdbc386858fc7aa4\";}}s:5:\"nonce\";s:12:\"686bc1f63e23\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594607405;a:11:{s:2:\"db\";s:55:\"backup_2020-07-13-0230_O_Fogon_da_Ra_173f8d32e7ec-db.gz\";s:7:\"db-size\";i:2903043;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a7bb39be7fbde25882dc9bc7d04cd853e5b95a0b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c56e04c1b5add0ca274970cdf6ee11c98d00aebcbcc6c9924ddf8a3edc43dde1\";}}s:5:\"nonce\";s:12:\"173f8d32e7ec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594512659;a:11:{s:2:\"db\";s:55:\"backup_2020-07-12-0010_O_Fogon_da_Ra_2ed7769574f9-db.gz\";s:7:\"db-size\";i:2903139;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9539efd570a7ee6fc681b22013dfb1680835a289\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"30f17d9296de95d973f3b00dbc976794b86cb2b4b545857bbf8d96cb8068c94a\";}}s:5:\"nonce\";s:12:\"2ed7769574f9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594426524;a:11:{s:2:\"db\";s:55:\"backup_2020-07-11-0015_O_Fogon_da_Ra_1c1dd7ec98f7-db.gz\";s:7:\"db-size\";i:2902871;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"630410efd28459d31462ce78dcbd039b18eaab39\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3cd8b1d4e942f45b1060276cded1c592c9f73e6af385ef26fbf667e0ed86483d\";}}s:5:\"nonce\";s:12:\"1c1dd7ec98f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594340023;a:11:{s:2:\"db\";s:55:\"backup_2020-07-10-0013_O_Fogon_da_Ra_0c851b0cb3d2-db.gz\";s:7:\"db-size\";i:2902625;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d5f1dc4fe13d40c6580ed94052d1ffb0f6523647\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9cc2374b54dface669b5557fd4320610bec08b6aaca93f09130779288a3123af\";}}s:5:\"nonce\";s:12:\"0c851b0cb3d2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594255264;a:11:{s:2:\"db\";s:55:\"backup_2020-07-09-0041_O_Fogon_da_Ra_b2ebefe49803-db.gz\";s:7:\"db-size\";i:2902845;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0f90f07d4b184645bd6a257677b6ab4cb81fb38f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7e28f475a668cc82c1879b2c7e7c18fac6d377fa1ab6a17538c5b1e768842ee2\";}}s:5:\"nonce\";s:12:\"b2ebefe49803\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594168233;a:11:{s:2:\"db\";s:55:\"backup_2020-07-08-0030_O_Fogon_da_Ra_77104a458ce1-db.gz\";s:7:\"db-size\";i:2902432;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3ccca922cd1f17cc175a8b25064434b172f6903a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"58cdb8b81f6e69b3a660ed49d07c9f24d24cbc3f1d3298deb1de6f6843661e93\";}}s:5:\"nonce\";s:12:\"77104a458ce1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1594081173;a:11:{s:2:\"db\";s:55:\"backup_2020-07-07-0019_O_Fogon_da_Ra_73252e1ee084-db.gz\";s:7:\"db-size\";i:2901790;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b456579e52a8843fb2890ea4dc3a12493ca4ce45\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8342b18e1c0482158a6c74eb209eacceec1aa9e419673e484f5dc9de058e251\";}}s:5:\"nonce\";s:12:\"73252e1ee084\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593994603;a:11:{s:2:\"db\";s:55:\"backup_2020-07-06-0016_O_Fogon_da_Ra_8ea36ed73ba3-db.gz\";s:7:\"db-size\";i:2902243;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"918a804bff863bcebd3ac32d29b3563082118001\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5d6808379d510dbca0e94dea88f50c42ad2a8b6c5f962c263980c0321fbd59d2\";}}s:5:\"nonce\";s:12:\"8ea36ed73ba3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593908081;a:11:{s:2:\"db\";s:55:\"backup_2020-07-05-0014_O_Fogon_da_Ra_b9374c16e942-db.gz\";s:7:\"db-size\";i:2901998;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2ca9f5c82c84b7fbf52b321be1a7b8353848a0e1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"373310f19afe11267bbe6406ebea251d1a1e8b14c94d05c62bf45a3d14583e75\";}}s:5:\"nonce\";s:12:\"b9374c16e942\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593821171;a:11:{s:2:\"db\";s:55:\"backup_2020-07-04-0006_O_Fogon_da_Ra_620fafd33a4f-db.gz\";s:7:\"db-size\";i:2901706;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4929f4531e903e9496368af9736236e15ff98d6e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"50dbddc466233f16f4b37ca621e762b1cd0da68084b53cecce3f289fbd1f9806\";}}s:5:\"nonce\";s:12:\"620fafd33a4f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593736358;a:11:{s:2:\"db\";s:55:\"backup_2020-07-03-0032_O_Fogon_da_Ra_e0c1f9b40468-db.gz\";s:7:\"db-size\";i:2007451;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f594bcdd17937a7f9a526949c0f175d7f5cfb9da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7f4931efa54c2e5ab8b4e1e42c3ba09868ee0d83c54d8c9b897f6ce486fa4481\";}}s:5:\"nonce\";s:12:\"e0c1f9b40468\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593651046;a:11:{s:2:\"db\";s:55:\"backup_2020-07-02-0050_O_Fogon_da_Ra_78909c672232-db.gz\";s:7:\"db-size\";i:2007094;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c74c752695fe4a9d09cde9783da7bbbaf8a47187\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fdbdd1f4a3a6c24764e429f6dc0920cbb5e987d62562927a3076fa135256d73b\";}}s:5:\"nonce\";s:12:\"78909c672232\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593561647;a:11:{s:2:\"db\";s:55:\"backup_2020-07-01-0000_O_Fogon_da_Ra_653b6a337c98-db.gz\";s:7:\"db-size\";i:2002462;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"de9da7163199c3ef0a491fc553d8b65c884248d3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a4a117b3102841a433167fb4b2f754647adbe7e737b0ae4ce526fab4279f7814\";}}s:5:\"nonce\";s:12:\"653b6a337c98\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593476608;a:11:{s:2:\"db\";s:55:\"backup_2020-06-30-0023_O_Fogon_da_Ra_cae78d6b65d4-db.gz\";s:7:\"db-size\";i:2007130;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"62a7b069245b566dd31753f53f4d9b01d01dc421\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c94d83b2299aaf8a9ed481a204b2e9fcaa7f1b8cb8eeea6ffaa56bdc595fb393\";}}s:5:\"nonce\";s:12:\"cae78d6b65d4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593389590;a:11:{s:2:\"db\";s:55:\"backup_2020-06-29-0013_O_Fogon_da_Ra_25e72959b335-db.gz\";s:7:\"db-size\";i:2006949;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2fd733b6d15ab24b76d0d6b51b433dd155feb9b5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ba32e5c4e7e77ef4818fd479a7b99a57e187835588775959d25a098bf6dae19d\";}}s:5:\"nonce\";s:12:\"25e72959b335\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593304365;a:11:{s:2:\"db\";s:55:\"backup_2020-06-28-0032_O_Fogon_da_Ra_3572fe6f733c-db.gz\";s:7:\"db-size\";i:2003352;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e7645c6700c082a5004690fd45dfcb8ee5b1f920\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d6ba90d8b650da3ab8881f0660a592901af4918b2272a9afa2898ba51a01837a\";}}s:5:\"nonce\";s:12:\"3572fe6f733c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593217172;a:11:{s:2:\"db\";s:55:\"backup_2020-06-27-0019_O_Fogon_da_Ra_fc0da0bf728f-db.gz\";s:7:\"db-size\";i:2900415;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5980b3d0ab16ef0caeafed5754f2455decd2a22a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"617034d46b041ed0d32ecf533bd2baba7b5fb3e48ad8ec757056cab095663af7\";}}s:5:\"nonce\";s:12:\"fc0da0bf728f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593133425;a:11:{s:2:\"db\";s:55:\"backup_2020-06-26-0103_O_Fogon_da_Ra_113927168b8b-db.gz\";s:7:\"db-size\";i:2900339;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2b3505948996efc0d691a5a609035d06b1ca6942\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d6f4cb7ccf7d78b0c286b56601e7daa0844b5b746c243ce2cc06c55dd19e02cb\";}}s:5:\"nonce\";s:12:\"113927168b8b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1593046086;a:11:{s:2:\"db\";s:55:\"backup_2020-06-25-0048_O_Fogon_da_Ra_57388c633163-db.gz\";s:7:\"db-size\";i:2900107;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9bd42a38f56c6762d6464f435bc0eeeefa5b3490\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d3964dbcc375a921718feda1e191e298daabe64f86defdbee59b52efc08ec1ae\";}}s:5:\"nonce\";s:12:\"57388c633163\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592957249;a:11:{s:2:\"db\";s:55:\"backup_2020-06-24-0007_O_Fogon_da_Ra_43f0b3f75dac-db.gz\";s:7:\"db-size\";i:2900358;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"84cfc425c8c253a120a75422ef61f0e47fc4bca3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"990cd1d444d6f61556f7576c36dbee9bed001a87dae8745fa865934c7645d74d\";}}s:5:\"nonce\";s:12:\"43f0b3f75dac\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592870660;a:11:{s:2:\"db\";s:55:\"backup_2020-06-23-0004_O_Fogon_da_Ra_ddfc2b45f8a0-db.gz\";s:7:\"db-size\";i:2900253;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b57b70b26b0034d94053abc5fb91b55005aeb861\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a568ad545b4e42a1aa409c4f90e4011ac7ae45f65fe833e7bae758d29a5866d2\";}}s:5:\"nonce\";s:12:\"ddfc2b45f8a0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592784917;a:11:{s:2:\"db\";s:55:\"backup_2020-06-22-0015_O_Fogon_da_Ra_b72e595b09bc-db.gz\";s:7:\"db-size\";i:2905873;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2711fb40c9f3e42ee78c93fb056cff62babe2b48\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"baa5f639ac3e5ef4395bb9b9c4e52513983c8fb94bd4a13b41df1acf04e5b480\";}}s:5:\"nonce\";s:12:\"b72e595b09bc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592698354;a:11:{s:2:\"db\";s:55:\"backup_2020-06-21-0012_O_Fogon_da_Ra_55069dd5ae06-db.gz\";s:7:\"db-size\";i:2890956;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"67f5bd8164be3e58fbbcfd598c936e92cabf6ebc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c2d99f137a19298191b4e7d82e49f0c854071c58193e09a42d77101141c8a9b1\";}}s:5:\"nonce\";s:12:\"55069dd5ae06\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592613019;a:11:{s:2:\"db\";s:55:\"backup_2020-06-20-0030_O_Fogon_da_Ra_e667131094ec-db.gz\";s:7:\"db-size\";i:2890414;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8c807990126afbb5eec82b5704daa3287cc00f91\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3b3c80f1a355d6e4b92b1d5d8da42425353347dca67dceb740f96ecd856f80b8\";}}s:5:\"nonce\";s:12:\"e667131094ec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592530093;a:11:{s:2:\"db\";s:55:\"backup_2020-06-19-0128_O_Fogon_da_Ra_7b8c5c3164c5-db.gz\";s:7:\"db-size\";i:2889648;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ae5baebdff16f8f76f66c76ee5d238e3a2cead01\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f9d6d8092bb4f6984f43b32b3dac444f39992c9fbc04a118379623f1a387fb7e\";}}s:5:\"nonce\";s:12:\"7b8c5c3164c5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592438526;a:11:{s:2:\"db\";s:55:\"backup_2020-06-18-0002_O_Fogon_da_Ra_0f516048f3d1-db.gz\";s:7:\"db-size\";i:2886459;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"499bbbaa8337ec86aea45a2efd27a0809b450084\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5dde58e8d55bec1af96fb82af13196dc488d23173f6e2d967a936c8ef3e77bb4\";}}s:5:\"nonce\";s:12:\"0f516048f3d1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592355814;a:11:{s:2:\"db\";s:55:\"backup_2020-06-17-0103_O_Fogon_da_Ra_60336b61f60d-db.gz\";s:7:\"db-size\";i:2886012;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"613f29c6249f962eba167ee86c50555c54cfed14\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c8c6f2f3fadd0010aef5e3bf72921859bb3a3a5590c2362f819b3d6fe21068c7\";}}s:5:\"nonce\";s:12:\"60336b61f60d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592269439;a:11:{s:2:\"db\";s:55:\"backup_2020-06-16-0103_O_Fogon_da_Ra_273334f9576e-db.gz\";s:7:\"db-size\";i:2885962;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"274372aa4e7ecf39b6c3b94a9507b20fb109211e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1815be2189e067bdebbeb9259436345c83be9e4a20696c5f1a18b6d606b30eee\";}}s:5:\"nonce\";s:12:\"273334f9576e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592181162;a:11:{s:2:\"db\";s:55:\"backup_2020-06-15-0032_O_Fogon_da_Ra_458434776819-db.gz\";s:7:\"db-size\";i:2886859;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"893a4387b1a87d52f68da053dd504ce71d4aaa68\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c80d4c546a9333da4a7bdab54962ca61752f8d46fb5b2c5b2e44c93d5fe2784f\";}}s:5:\"nonce\";s:12:\"458434776819\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592094727;a:11:{s:2:\"db\";s:55:\"backup_2020-06-14-0032_O_Fogon_da_Ra_ef08bb81c84e-db.gz\";s:7:\"db-size\";i:2886874;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"797d88c48b888ceaed2d0c1e2fcaf5d8ad076c8a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3e60dd70400eb60d4ee1b1fcea32765c7b0c5e3424ad5b583cc58c32c37349fd\";}}s:5:\"nonce\";s:12:\"ef08bb81c84e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1592007282;a:11:{s:2:\"db\";s:55:\"backup_2020-06-13-0014_O_Fogon_da_Ra_261927d9b0e5-db.gz\";s:7:\"db-size\";i:2886790;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4bf1f429bc13009b966667a5ae50fd6541ecedd1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"56a0474d21c7549c256bba241badd86acc4aee3d3d3f43beb61f2708a96faf3e\";}}s:5:\"nonce\";s:12:\"261927d9b0e5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591920891;a:11:{s:2:\"db\";s:55:\"backup_2020-06-12-0014_O_Fogon_da_Ra_915e25c7a1b1-db.gz\";s:7:\"db-size\";i:2892537;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ffa34b74cdcdb07c99ef9ec3e60a391b2981f38b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c75c103805e341b369deef610ed932b2fdfbf6e36a1324f2bbeb2bd5fa62b34\";}}s:5:\"nonce\";s:12:\"915e25c7a1b1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591835443;a:11:{s:2:\"db\";s:55:\"backup_2020-06-11-0030_O_Fogon_da_Ra_be4aa6e33d60-db.gz\";s:7:\"db-size\";i:2897870;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f5caba28c9865aa3b0668a0f8d17ae4e98d75b2a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1ea0aa5332555909e0d68396080d8ef43216f7201a39730895a6cbb99affc6ed\";}}s:5:\"nonce\";s:12:\"be4aa6e33d60\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591747739;a:11:{s:2:\"db\";s:55:\"backup_2020-06-10-0008_O_Fogon_da_Ra_b78c46e9dfd7-db.gz\";s:7:\"db-size\";i:2909170;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6ac7b632e53e8313135eaed5c34936ad82406dec\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ceb630b8bbb6ea730e19d22b596738aa3f0dfc3b362f5c5d5b822e2400bf8282\";}}s:5:\"nonce\";s:12:\"b78c46e9dfd7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591663288;a:11:{s:2:\"db\";s:55:\"backup_2020-06-09-0041_O_Fogon_da_Ra_9d40700b2efc-db.gz\";s:7:\"db-size\";i:2004766;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bb427e6e481573ae7b1b79b93e8f3428f7488b6e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e7cf4b5dda5d1f12e700deb630a94fb0567b96d21448569bac7f55bbf69dd8be\";}}s:5:\"nonce\";s:12:\"9d40700b2efc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591576428;a:11:{s:2:\"db\";s:55:\"backup_2020-06-08-0033_O_Fogon_da_Ra_75998b7ac3ce-db.gz\";s:7:\"db-size\";i:2003237;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"198710530441c4d43c8b685596001f31961e5702\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a457003b531fba2fef166e504e3e5e8c34fc80734cf6087d36d0843b6e603199\";}}s:5:\"nonce\";s:12:\"75998b7ac3ce\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591491074;a:11:{s:2:\"db\";s:55:\"backup_2020-06-07-0051_O_Fogon_da_Ra_8dcb021c31a1-db.gz\";s:7:\"db-size\";i:1999603;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9dde7c67473d7dd7157efe979596aed822fff46f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9709acf1a7149be7e38037e4cf48fed5bf0209c34f79ad6c61ecde13294d22b2\";}}s:5:\"nonce\";s:12:\"8dcb021c31a1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591403009;a:11:{s:2:\"db\";s:55:\"backup_2020-06-06-0023_O_Fogon_da_Ra_93957d534577-db.gz\";s:7:\"db-size\";i:2899960;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"18ee69fdb72e84491f65b7357b105c101369f85a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42cec94f9647e2aaf86cca0f11534d47eacead074a2e6684772be271ce96dd54\";}}s:5:\"nonce\";s:12:\"93957d534577\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591315273;a:11:{s:2:\"db\";s:55:\"backup_2020-06-05-0001_O_Fogon_da_Ra_cb08e2f3c5e7-db.gz\";s:7:\"db-size\";i:2899721;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d77348ee5dc7b18200e81194d0895f659d157c77\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7a298cb3ac964e6074f25181af2993021252c3bef7945f674c3c1d0b59279628\";}}s:5:\"nonce\";s:12:\"cb08e2f3c5e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591230039;a:11:{s:2:\"db\";s:55:\"backup_2020-06-04-0020_O_Fogon_da_Ra_10e48565f2fb-db.gz\";s:7:\"db-size\";i:2899529;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b6e0f80ca7e1eac4a01dd922e779e277546e838f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2019183d60e303da2c7cd5c7cc06dbc9cd0df07ce1f36c9df2f08c3586f5b64c\";}}s:5:\"nonce\";s:12:\"10e48565f2fb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591145415;a:11:{s:2:\"db\";s:55:\"backup_2020-06-03-0050_O_Fogon_da_Ra_d1e8a1e5ed5a-db.gz\";s:7:\"db-size\";i:2895099;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"59be4a10b05045bb71e88681e11be06a849f0529\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"00a4a672d150c35dea95b395a524a87454a801365933ce8a84b6108f054d5228\";}}s:5:\"nonce\";s:12:\"d1e8a1e5ed5a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1591056795;a:11:{s:2:\"db\";s:55:\"backup_2020-06-02-0013_O_Fogon_da_Ra_30568abb798b-db.gz\";s:7:\"db-size\";i:2895214;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c59dc1de737975a144bec230637a025c27cf9852\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4230ad690910340182b29d40612298bd62551c60c50bd0cbceccdb7b10728961\";}}s:5:\"nonce\";s:12:\"30568abb798b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590971089;a:11:{s:2:\"db\";s:55:\"backup_2020-06-01-0024_O_Fogon_da_Ra_88eb5dbcc036-db.gz\";s:7:\"db-size\";i:2895022;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"86ae1b0b4f7433dbe1c2324b387c7d4bf236b3c4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cbde5f0c1eeab923f26bda6a0e9b02c349757b409ff45b831182227fd7b3f81a\";}}s:5:\"nonce\";s:12:\"88eb5dbcc036\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590888891;a:11:{s:2:\"db\";s:55:\"backup_2020-05-31-0134_O_Fogon_da_Ra_cdd433278776-db.gz\";s:7:\"db-size\";i:2080656;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0c3750bfedda2b7e6c528b5551e563711aba94f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6db9240c3a9ad9748062feaa884a1041c2cb5d12b16896de6e52b5c46fd991c7\";}}s:5:\"nonce\";s:12:\"cdd433278776\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590800383;a:11:{s:2:\"db\";s:55:\"backup_2020-05-30-0059_O_Fogon_da_Ra_6d3d84f3ab3a-db.gz\";s:7:\"db-size\";i:2080977;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aa817bd0c1edf5af149f02b395d3021273b4d863\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"52b455671b9eec367f7603bfe049b7012fac264c4a6592888acef36986796e29\";}}s:5:\"nonce\";s:12:\"6d3d84f3ab3a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590713335;a:11:{s:2:\"db\";s:55:\"backup_2020-05-29-0048_O_Fogon_da_Ra_7cb0be777bd2-db.gz\";s:7:\"db-size\";i:2077131;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07cc6bdb7c5eb1e44fed2d62204375d6baf7bd0a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"90f08069d8d105adecf166f7d4922eccdc07f52d3147fa762c65443d7caefde2\";}}s:5:\"nonce\";s:12:\"7cb0be777bd2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590625406;a:11:{s:2:\"db\";s:55:\"backup_2020-05-28-0023_O_Fogon_da_Ra_4f64c2117940-db.gz\";s:7:\"db-size\";i:2102249;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"735ba6dc984ab8fa9f1a73cc8ec90a11f709a4e8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5a2f135eb29d192b5e98f205833aff5d9fada0445d6b9f0f6912a1fee46fe903\";}}s:5:\"nonce\";s:12:\"4f64c2117940\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590539541;a:11:{s:2:\"db\";s:55:\"backup_2020-05-27-0032_O_Fogon_da_Ra_6b26ff939c2a-db.gz\";s:7:\"db-size\";i:2101813;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ea88cac9b3ea052e23dafb7df609868b5f8f606a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2b03d55ed2a8c7c1d07a9a95d64931c9416cfcc4ccdc22a4a3a5858113240bc5\";}}s:5:\"nonce\";s:12:\"6b26ff939c2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590451443;a:11:{s:2:\"db\";s:55:\"backup_2020-05-26-0004_O_Fogon_da_Ra_32baf4dfc948-db.gz\";s:7:\"db-size\";i:2098203;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5fba36f5e2e5c2554e7b3c79f27b8b5adb0b18c9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b8407d423e34c4f9b32c81e10a3981397a9c7890977d4b2cf3b8f0008ec103a9\";}}s:5:\"nonce\";s:12:\"32baf4dfc948\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590365644;a:11:{s:2:\"db\";s:55:\"backup_2020-05-25-0014_O_Fogon_da_Ra_0fd583ad1d23-db.gz\";s:7:\"db-size\";i:2887787;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ba254d93af0a089c9b16eed3143cde226b7ecd32\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c4a5da94c6b007123c7202b68d7588aa752584fb786c1454b1d79b559539147\";}}s:5:\"nonce\";s:12:\"0fd583ad1d23\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590279100;a:11:{s:2:\"db\";s:55:\"backup_2020-05-24-0011_O_Fogon_da_Ra_bfd905f43c77-db.gz\";s:7:\"db-size\";i:2888549;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"94165471ca809b268e2d5eb6fe32277946faff2c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ab95f2e8dbb7f94d1d6ed139aa42516772c63a7947a8c8f17f3753aa46915c55\";}}s:5:\"nonce\";s:12:\"bfd905f43c77\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590199529;a:11:{s:2:\"db\";s:55:\"backup_2020-05-23-0205_O_Fogon_da_Ra_b7efc25344ba-db.gz\";s:7:\"db-size\";i:2888392;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"01b69dd14daf06a6c6798921f4d2975d32ab5f37\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"41c57bc02a19cefd8315de5e9b9d6dfb8f176eaa60a2f18095c9babc8168e488\";}}s:5:\"nonce\";s:12:\"b7efc25344ba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590114047;a:11:{s:2:\"db\";s:55:\"backup_2020-05-22-0220_O_Fogon_da_Ra_d310e85188ad-db.gz\";s:7:\"db-size\";i:2892876;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d9555949e3d32805717c1d4c940ea008b051d1d5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cc599bb2ea4e4b577419297b5cec2265bbd53e0225d33163c331edddd2239970\";}}s:5:\"nonce\";s:12:\"d310e85188ad\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1590021655;a:11:{s:2:\"db\";s:55:\"backup_2020-05-21-0040_O_Fogon_da_Ra_5d4a3c9228ae-db.gz\";s:7:\"db-size\";i:2892444;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d7327de4673be51cdde23a9b7379bab1b42b6492\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"37bfc5ea3e519f57f4569f6bb7b3a54ce2dc92a9b0a57fd090b3ee132c90fe82\";}}s:5:\"nonce\";s:12:\"5d4a3c9228ae\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589937100;a:11:{s:2:\"db\";s:55:\"backup_2020-05-20-0111_O_Fogon_da_Ra_a7ec9065b433-db.gz\";s:7:\"db-size\";i:3520506;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"85dd7b983767488db5db77134e61d061f7ef7233\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f175a8ea1facfc956c799793cf634518d87aa77b65369d8278504b152b4c6b1\";}}s:5:\"nonce\";s:12:\"a7ec9065b433\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589846491;a:11:{s:2:\"db\";s:55:\"backup_2020-05-19-0001_O_Fogon_da_Ra_7ebe51f3c707-db.gz\";s:7:\"db-size\";i:2111972;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1ef62c35b4e15f3a927e04749865e3a44a12e0df\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d84a88b7f4a9488f01b18e8e4783955c956718972b501b6e7b8fd2aba6bcb822\";}}s:5:\"nonce\";s:12:\"7ebe51f3c707\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589769562;a:11:{s:2:\"db\";s:55:\"backup_2020-05-18-0239_O_Fogon_da_Ra_ed3165b74d79-db.gz\";s:7:\"db-size\";i:2111704;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"43fbd19ea025d9fd044f404292cfbff5941e61af\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"505e00ef57d830c692c804c8c31fff24a6cfde671cd58d68c9b561ff1335510d\";}}s:5:\"nonce\";s:12:\"ed3165b74d79\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589675276;a:11:{s:2:\"db\";s:55:\"backup_2020-05-17-0027_O_Fogon_da_Ra_84ea14327e64-db.gz\";s:7:\"db-size\";i:2107948;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b34f15fe494932957b7662f84a6d8f1d0fb6e03d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"65e194a7561daa6d28231447cbf69e164e8f04e53b8228d31dd10e7408e29e7d\";}}s:5:\"nonce\";s:12:\"84ea14327e64\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589590726;a:11:{s:2:\"db\";s:55:\"backup_2020-05-16-0058_O_Fogon_da_Ra_1c3c345b1e00-db.gz\";s:7:\"db-size\";i:2087978;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3b00d26ef97010bc78731a82728f4cbce04a1112\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"734695212a1febee3783eef0e65665bccb62b7c90c426b7736f9b2f3c2d8c014\";}}s:5:\"nonce\";s:12:\"1c3c345b1e00\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589500987;a:11:{s:2:\"db\";s:55:\"backup_2020-05-15-0003_O_Fogon_da_Ra_77d68e8fb10c-db.gz\";s:7:\"db-size\";i:2087283;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0cc5ef8fb6d14c342463f3f97cdec48edbcb03aa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e6ed467b9cfd808bee9c2eae17fe26a5d7e333ed70c121edcf918a03a90e3cad\";}}s:5:\"nonce\";s:12:\"77d68e8fb10c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589418818;a:11:{s:2:\"db\";s:55:\"backup_2020-05-14-0113_O_Fogon_da_Ra_8e4531e7bb1c-db.gz\";s:7:\"db-size\";i:2083432;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7e2032ed9e0d9b163122ffb63fe8802e4a4a42a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c1af9d0d4af9814b1efeeaac1c13839cce56346c3959e4cb454b236d5eea8e5a\";}}s:5:\"nonce\";s:12:\"8e4531e7bb1c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589334671;a:11:{s:2:\"db\";s:55:\"backup_2020-05-13-0151_O_Fogon_da_Ra_bb59f11c317e-db.gz\";s:7:\"db-size\";i:2893857;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"54c3829aa6a056a8bf4754ee3ed685fcf42dd40c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c4ad589de1e330c5d0931c991ea8ccc93f9eadf8ccfc48b9f77a3258cc2e546f\";}}s:5:\"nonce\";s:12:\"bb59f11c317e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589242531;a:11:{s:2:\"db\";s:55:\"backup_2020-05-12-0015_O_Fogon_da_Ra_9c7bb8fbfd4c-db.gz\";s:7:\"db-size\";i:2881924;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d823378432d4ef48f3b2cc4dfd45400d3ca20dc9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2f350adb67011ab089479f992a5f872d62dfd31ad5da2993d303cc9959979859\";}}s:5:\"nonce\";s:12:\"9c7bb8fbfd4c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589155574;a:11:{s:2:\"db\";s:55:\"backup_2020-05-11-0006_O_Fogon_da_Ra_681aa16371f4-db.gz\";s:7:\"db-size\";i:2881689;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3fb70346720443fccca59fb2b5dd1f62f141cb31\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b7b056ef7b27eba2d728b28fe2f16b846d800390176edea5871a737c318650bd\";}}s:5:\"nonce\";s:12:\"681aa16371f4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1589071266;a:11:{s:2:\"db\";s:55:\"backup_2020-05-10-0041_O_Fogon_da_Ra_da2a4ac00f01-db.gz\";s:7:\"db-size\";i:2881432;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"61438352102217a6f7264b1d8e5e8280b96d4753\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"94e1d3ff3f180924dae47c6ed9b33546e75385507bd849a5a60a1a5bc769ced8\";}}s:5:\"nonce\";s:12:\"da2a4ac00f01\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588990769;a:11:{s:2:\"db\";s:55:\"backup_2020-05-09-0219_O_Fogon_da_Ra_07496c65e243-db.gz\";s:7:\"db-size\";i:2881374;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1069be636469760f0fc93406a9fd6efe483da150\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6d5939f54095a8998082fc80b399661b622cfd00a23129c49625b4e6ebdc09a4\";}}s:5:\"nonce\";s:12:\"07496c65e243\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588896100;a:11:{s:2:\"db\";s:55:\"backup_2020-05-08-0001_O_Fogon_da_Ra_99311c45da0f-db.gz\";s:7:\"db-size\";i:2880948;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c48edae5d989040a39cd18a84f63960be41374df\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"837a559d8ce582b9a134c4028b4b93d0ee7c9ae16de3430faa87a7de77df699b\";}}s:5:\"nonce\";s:12:\"99311c45da0f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588810510;a:11:{s:2:\"db\";s:55:\"backup_2020-05-07-0015_O_Fogon_da_Ra_64d4ffb77764-db.gz\";s:7:\"db-size\";i:2881205;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2e39f71c450edae35b1a127853b2ef00c29a348f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3bbd2e9d3b9106a18bc7f735aa7797fa347aaf56c70e3810be81651e77dfef1c\";}}s:5:\"nonce\";s:12:\"64d4ffb77764\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588726330;a:11:{s:2:\"db\";s:55:\"backup_2020-05-06-0052_O_Fogon_da_Ra_b4e288d66d13-db.gz\";s:7:\"db-size\";i:2880900;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"85357d1c5b1742986090b6a9d1ab10b9826d5c6b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"edf5153af11e2e4f1896f98b79243cd7e8f7c1338439b7289767133955551866\";}}s:5:\"nonce\";s:12:\"b4e288d66d13\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588638307;a:11:{s:2:\"db\";s:55:\"backup_2020-05-05-0025_O_Fogon_da_Ra_494bcc7a07d6-db.gz\";s:7:\"db-size\";i:2880579;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3a47d43ea08b9282e4650a1f028335d7e912c6c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"deff1798a68d608dc7f52ba707ff3cfc03bef8344afde530fa0f29f593b2dc2c\";}}s:5:\"nonce\";s:12:\"494bcc7a07d6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588553339;a:11:{s:2:\"db\";s:55:\"backup_2020-05-04-0048_O_Fogon_da_Ra_9687a2d42c78-db.gz\";s:7:\"db-size\";i:2880714;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10134d1f1c5e708b9db55936775bf1867845e9bc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f2e84ee231d6791e6ba8d05c41cbd9a36edac2ef82b18e8dfff6497d1b1e3527\";}}s:5:\"nonce\";s:12:\"9687a2d42c78\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588465795;a:11:{s:2:\"db\";s:55:\"backup_2020-05-03-0029_O_Fogon_da_Ra_7c1fb07d16ed-db.gz\";s:7:\"db-size\";i:2880190;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"facf61e207ab8df7d1836dbdf574aa9570665fbf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"312c8bd1e1af3983a6228dd7e90c82a9904005195063a0b9dde83790decd3942\";}}s:5:\"nonce\";s:12:\"7c1fb07d16ed\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588379154;a:11:{s:2:\"db\";s:55:\"backup_2020-05-02-0025_O_Fogon_da_Ra_84c5de542627-db.gz\";s:7:\"db-size\";i:2879719;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"42ddf1860f59745b29156b8ba2269ff4c6a0069f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"91d2cc19e3744bad8dd55b29aef2106db560127c67b19f4d65f68cb86d21a992\";}}s:5:\"nonce\";s:12:\"84c5de542627\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588292367;a:11:{s:2:\"db\";s:55:\"backup_2020-05-01-0019_O_Fogon_da_Ra_d112d91ffab5-db.gz\";s:7:\"db-size\";i:2869572;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e53995d9a496c58d800f3890deea1231841fb3cf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e007eab8c7cf83372892cb0bfc8b2ececc26484fd3130692c4a73286f3e0bfec\";}}s:5:\"nonce\";s:12:\"d112d91ffab5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588210399;a:11:{s:2:\"db\";s:55:\"backup_2020-04-30-0133_O_Fogon_da_Ra_9e83a4bd40b5-db.gz\";s:7:\"db-size\";i:2868458;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc2cee28bde38878a43bb40ee75ecdd11d11e63a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1efd97312d92f7f451cd3200fc392e8e1261737af483fe4ce52b00fea25f9aeb\";}}s:5:\"nonce\";s:12:\"9e83a4bd40b5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588120311;a:11:{s:2:\"db\";s:55:\"backup_2020-04-29-0031_O_Fogon_da_Ra_922dedd27001-db.gz\";s:7:\"db-size\";i:2868268;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b669105bd6610c4249001dc51ad12d70ed54ed20\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"caf77b64b0f0582315804be50283145e2cf16c3b0087dfa5de5d7392b79ac009\";}}s:5:\"nonce\";s:12:\"922dedd27001\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1588038195;a:11:{s:2:\"db\";s:55:\"backup_2020-04-28-0143_O_Fogon_da_Ra_fcc376ae692a-db.gz\";s:7:\"db-size\";i:1975176;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bf06e0e42604037f7dee7c792a178a027c24f385\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4c94ee6b488bd370608cdd8ce9fe860901a8d39d3b361c61186a94cab94e0167\";}}s:5:\"nonce\";s:12:\"fcc376ae692a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587945712;a:11:{s:2:\"db\";s:55:\"backup_2020-04-27-0001_O_Fogon_da_Ra_40c8c22c7b74-db.gz\";s:7:\"db-size\";i:1975186;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"85cceeba875552ccbc2c1d1652549312060a4319\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f57418313840c64bec31e5e58d4afbca6060047b8a2ba12e033e329b49599c7a\";}}s:5:\"nonce\";s:12:\"40c8c22c7b74\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587865331;a:11:{s:2:\"db\";s:55:\"backup_2020-04-26-0142_O_Fogon_da_Ra_d343b15125f7-db.gz\";s:7:\"db-size\";i:1970998;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"569a14a006021e3dfdc09ea81cc01a735366e1e5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f6e490f173d4d69879de3ef04ff96ab308ac71fcd6c2078f18ae10b2d160be05\";}}s:5:\"nonce\";s:12:\"d343b15125f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587774608;a:11:{s:2:\"db\";s:55:\"backup_2020-04-25-0030_O_Fogon_da_Ra_51bbe6ae58a5-db.gz\";s:7:\"db-size\";i:2868586;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f2df10aa54249f7127c58491b8f31eac904716d8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"936e36968b2da3e08934be4a84fbfd406128a93f13da61c19575a5334a739cd0\";}}s:5:\"nonce\";s:12:\"51bbe6ae58a5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587687111;a:11:{s:2:\"db\";s:55:\"backup_2020-04-24-0011_O_Fogon_da_Ra_3430d6b87fce-db.gz\";s:7:\"db-size\";i:2868498;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"04a176e3a547d54c60400d6171fd904d97eae1da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a13364f1bd61ce92f77aa6211d6ffbf0e4294ef751c12a9fd04af24d2ebcff7b\";}}s:5:\"nonce\";s:12:\"3430d6b87fce\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587601182;a:11:{s:2:\"db\";s:55:\"backup_2020-04-23-0019_O_Fogon_da_Ra_26a071530f66-db.gz\";s:7:\"db-size\";i:2867624;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2aff35e18e558c70dbe1025f66ac37dc9f2ea2f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b776afb7c0dc0cf9210f8ce6e0544b564e17799dd845274611ca480e2818cf6e\";}}s:5:\"nonce\";s:12:\"26a071530f66\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587516142;a:11:{s:2:\"db\";s:55:\"backup_2020-04-22-0042_O_Fogon_da_Ra_f759cc8b9674-db.gz\";s:7:\"db-size\";i:2868057;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"506ed174072bc2bd9885cac037d3dcdef52e69b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9c90ec026c8da5a1f24a541292a799aa015d15bb8022a07803406536bdca5424\";}}s:5:\"nonce\";s:12:\"f759cc8b9674\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587433171;a:11:{s:2:\"db\";s:55:\"backup_2020-04-21-0139_O_Fogon_da_Ra_214ddc1b7845-db.gz\";s:7:\"db-size\";i:2868553;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b4237cf2bd2a4b43fb37aa67b3adc537c1bc7557\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c33ac9b7ff7b834134d8a33f80a726ffc9b839a5f22f98eec7636d90463f168e\";}}s:5:\"nonce\";s:12:\"214ddc1b7845\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587342299;a:11:{s:2:\"db\";s:55:\"backup_2020-04-20-0024_O_Fogon_da_Ra_561326b0a8a0-db.gz\";s:7:\"db-size\";i:2868256;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5a35579ae17936bb0d21dde38fe87952a471c30b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5d299520efc95ee6635ff1f61cbe198ed5caf37de6841ca5a22f2b85a806429d\";}}s:5:\"nonce\";s:12:\"561326b0a8a0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587258606;a:11:{s:2:\"db\";s:55:\"backup_2020-04-19-0110_O_Fogon_da_Ra_2ea47d7fc583-db.gz\";s:7:\"db-size\";i:2868508;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3762dc312632a3af4781ad3c283e2994d8a39d30\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a0395251a1e88120f61c8f1e3fef02c45ccd8796d4af6ee7f3b64be9bd80b5a1\";}}s:5:\"nonce\";s:12:\"2ea47d7fc583\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587174274;a:11:{s:2:\"db\";s:55:\"backup_2020-04-18-0144_O_Fogon_da_Ra_1b82a8b2cfb7-db.gz\";s:7:\"db-size\";i:2868159;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d7204861b6c9dd5f8d8258f15223ec4f938a5c0e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7d7718aac55f67c31ff12b3005fed23a26126c91c9ce409ec449c8a15d051fdf\";}}s:5:\"nonce\";s:12:\"1b82a8b2cfb7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587083536;a:11:{s:2:\"db\";s:55:\"backup_2020-04-17-0032_O_Fogon_da_Ra_cb319b64f20b-db.gz\";s:7:\"db-size\";i:2867779;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c5f7daddb989698a5e984726736b6b18ebfb09d9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"726abb72de8fb93d778dae26273e1eb5d117f19c2025225f224b8eb2d4f4f71a\";}}s:5:\"nonce\";s:12:\"cb319b64f20b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1587003044;a:11:{s:2:\"db\";s:55:\"backup_2020-04-16-0210_O_Fogon_da_Ra_85b694db1d28-db.gz\";s:7:\"db-size\";i:2867837;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"16d7f93d48b6df6eb66ee362ce9f7639f5c49fdf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f7cd97f8b43c21711f9a479fdb406f68ae58f22618de42de933da941951ef3a\";}}s:5:\"nonce\";s:12:\"85b694db1d28\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586910617;a:11:{s:2:\"db\";s:55:\"backup_2020-04-15-0030_O_Fogon_da_Ra_bc2ce2794894-db.gz\";s:7:\"db-size\";i:2867300;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cb21f1c90ef929567882bffd2a2f8072d57d1ab1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b21eee40df5d05119b89b3fcad2f30b023c7d790cf9af5a98763a4ff6372df0b\";}}s:5:\"nonce\";s:12:\"bc2ce2794894\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586824837;a:11:{s:2:\"db\";s:55:\"backup_2020-04-14-0040_O_Fogon_da_Ra_ae5ed9884903-db.gz\";s:7:\"db-size\";i:2877296;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2919bfa838e334876f554cdee2481d5e71deec5b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f80e29f26700997f8872ccc1d52103e1ff0f405fccce6104efe7f4e77af811f5\";}}s:5:\"nonce\";s:12:\"ae5ed9884903\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586738037;a:11:{s:2:\"db\";s:55:\"backup_2020-04-13-0033_O_Fogon_da_Ra_498e6d6ff281-db.gz\";s:7:\"db-size\";i:2866560;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1d1f4b4921d55648d99d41c5d7e12989587f41fd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"53fb1f06d0532c03b4d19ff6cc146d74539be97323233804b4d8ba9d8a5429f6\";}}s:5:\"nonce\";s:12:\"498e6d6ff281\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586651693;a:11:{s:2:\"db\";s:55:\"backup_2020-04-12-0034_O_Fogon_da_Ra_c6172433d1fb-db.gz\";s:7:\"db-size\";i:2866233;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cb6b912da23049f123a61521a3a9e2dee6c73007\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7da082d9f1e32b5c96df06dc5030dea5b8e4afbe04539bde8301b13b3283d70e\";}}s:5:\"nonce\";s:12:\"c6172433d1fb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586568069;a:11:{s:2:\"db\";s:55:\"backup_2020-04-11-0121_O_Fogon_da_Ra_a1aef72e0736-db.gz\";s:7:\"db-size\";i:2865863;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5f3d549a2307025dac3a0067ef4090aa45bc2170\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ad5bb9e736acc06f73e246af7c32579b12345f73fccae918060a448a973e14bc\";}}s:5:\"nonce\";s:12:\"a1aef72e0736\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586477935;a:11:{s:2:\"db\";s:55:\"backup_2020-04-10-0018_O_Fogon_da_Ra_3241c388f289-db.gz\";s:7:\"db-size\";i:2094032;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1e2767a115d8425a1a2845022f12cd21ee4117b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5de7a1434568008dedbbc57c51f8f6565c438edcd7df83418bc903a7b3d44138\";}}s:5:\"nonce\";s:12:\"3241c388f289\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586391087;a:11:{s:2:\"db\";s:55:\"backup_2020-04-09-0011_O_Fogon_da_Ra_00d38f5d58b1-db.gz\";s:7:\"db-size\";i:2093647;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"05bde8f71904895a7c76393451c6a5b47ed2f3c8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ac6bb1543d5d44b94fe4c6de6cf968ae8047ea50a692ca44ea68c457e0dab5ea\";}}s:5:\"nonce\";s:12:\"00d38f5d58b1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586309717;a:11:{s:2:\"db\";s:55:\"backup_2020-04-08-0135_O_Fogon_da_Ra_c8ef1d6df2b4-db.gz\";s:7:\"db-size\";i:2090380;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e12f5732b35951cc57bd4b985f907053c8fa8766\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"63db08275d40687e1fab6b9fa8e1a4165430c1da13071ca3e11beed993ec623a\";}}s:5:\"nonce\";s:12:\"c8ef1d6df2b4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586222097;a:11:{s:2:\"db\";s:55:\"backup_2020-04-07-0114_O_Fogon_da_Ra_975e61fc8a91-db.gz\";s:7:\"db-size\";i:2865898;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc551c34b4163fa77d1709098bb958c9bb3c8f1f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"891c7053dee234cc419437ad9d498f95bf819bb87e7ae275c76d311ad752b336\";}}s:5:\"nonce\";s:12:\"975e61fc8a91\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586133720;a:11:{s:2:\"db\";s:55:\"backup_2020-04-06-0042_O_Fogon_da_Ra_23a50d26e063-db.gz\";s:7:\"db-size\";i:2865787;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8f1aae9b0e55fde4ae80ad7ad74b893027316677\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b41b2aee4afa690c4fd14e706f71e530abd0973d638165d01597230cd7720ce5\";}}s:5:\"nonce\";s:12:\"23a50d26e063\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1586046385;a:11:{s:2:\"db\";s:55:\"backup_2020-04-05-0026_O_Fogon_da_Ra_680d3d53b113-db.gz\";s:7:\"db-size\";i:2865436;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"266f7fd46bfc005f58eb930fc9407702e8e0e25d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2eb4c7f36f82880da491f49a2298dc8478f93860490a97fab91389e55b446fe8\";}}s:5:\"nonce\";s:12:\"680d3d53b113\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585959601;a:11:{s:2:\"db\";s:55:\"backup_2020-04-04-0020_O_Fogon_da_Ra_ed11605a8e56-db.gz\";s:7:\"db-size\";i:2065141;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"721dec967be6d53d417b413173192ce8cde3d2dd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e4d152863ef086c45f34fe9ee22f909b0e2e40b9b33857b7931a687a9762bb7c\";}}s:5:\"nonce\";s:12:\"ed11605a8e56\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585874358;a:11:{s:2:\"db\";s:55:\"backup_2020-04-03-0039_O_Fogon_da_Ra_b085fc172a11-db.gz\";s:7:\"db-size\";i:2065095;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bcaa45afc872cb26cf472bbf75d349488b39646b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7f2d65f5196dd90f0818deccc3996f10ed6bd3867daf6b7c27a3c83f4ed6fe33\";}}s:5:\"nonce\";s:12:\"b085fc172a11\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585788144;a:11:{s:2:\"db\";s:55:\"backup_2020-04-02-0042_O_Fogon_da_Ra_37158b317f83-db.gz\";s:7:\"db-size\";i:2061647;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"84d61f71b07758f494df24ae75ffe8479138f753\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9c4509a90376a560a7428da299510a78e822801d4a560336ab2c1cb50afe68c6\";}}s:5:\"nonce\";s:12:\"37158b317f83\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585700294;a:11:{s:2:\"db\";s:55:\"backup_2020-04-01-0018_O_Fogon_da_Ra_ab53eee71639-db.gz\";s:7:\"db-size\";i:2874071;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0153ae21d4e7e0106cfed373767a2139e315e896\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"95e196cbb6faf2356d585e5636627afa4b30262163cd291d9aa31bf086da3421\";}}s:5:\"nonce\";s:12:\"ab53eee71639\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585616194;a:11:{s:2:\"db\";s:55:\"backup_2020-03-31-0056_O_Fogon_da_Ra_32f9e18d574d-db.gz\";s:7:\"db-size\";i:2874325;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"26ac313e3be440bd4f5d26775edacb5f6eae16c1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6ac3e1a0c3b8fafb43b080da18521d1d2003f1bb8f79cbd08d366f336acf236e\";}}s:5:\"nonce\";s:12:\"32f9e18d574d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585537615;a:11:{s:2:\"db\";s:55:\"backup_2020-03-30-0306_O_Fogon_da_Ra_725d3ede82c9-db.gz\";s:7:\"db-size\";i:2874063;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6e3c2d23024fb39ad2ca4301dbe749836d4bd9f2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"08bff32f67b0d6a2824d0889508748aa07d6f5c897ab2c1b593e6ecffbfca97f\";}}s:5:\"nonce\";s:12:\"725d3ede82c9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585440570;a:11:{s:2:\"db\";s:55:\"backup_2020-03-29-0009_O_Fogon_da_Ra_a4caf747467d-db.gz\";s:7:\"db-size\";i:2041155;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"af78eb42e8fcd480d6cce2c890d5440517a95d19\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"869c0456c1732dccf536a2eb7d0213b882abee08f510d0d8c4401fa514388427\";}}s:5:\"nonce\";s:12:\"a4caf747467d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585358470;a:11:{s:2:\"db\";s:55:\"backup_2020-03-28-0121_O_Fogon_da_Ra_4595b949d756-db.gz\";s:7:\"db-size\";i:2040376;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9fd938350e9547bf6f525948ac71072e4e834325\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cbac671c576552e5a07526f1476ea71f5d2fd0985281cc492f6d9773df7d6e0e\";}}s:5:\"nonce\";s:12:\"4595b949d756\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585267222;a:11:{s:2:\"db\";s:55:\"backup_2020-03-27-0000_O_Fogon_da_Ra_527fa9369cc0-db.gz\";s:7:\"db-size\";i:2038288;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a63b96b9145b1125d8ddc7f1272d10a6040b90ee\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"072fae9f994cb1f3d68141e9f89e46eefce0fb0f23d955fec11133843132c47f\";}}s:5:\"nonce\";s:12:\"527fa9369cc0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585181219;a:11:{s:2:\"db\";s:55:\"backup_2020-03-26-0006_O_Fogon_da_Ra_83e185c50e09-db.gz\";s:7:\"db-size\";i:2873753;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1d65aac862952f1f5cc3f6fadb6e4082a694f66\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"017a3d1386e7d91880f698fe249e0969f96b072689775c9fa562ba0d2c051ece\";}}s:5:\"nonce\";s:12:\"83e185c50e09\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585099142;a:11:{s:2:\"db\";s:55:\"backup_2020-03-25-0119_O_Fogon_da_Ra_9748c223d307-db.gz\";s:7:\"db-size\";i:2873432;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c8e8b0bfd871cc171b901f2f812814be064fb703\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"56613d0aededc9bd50195aa831692a970ea21760806060d78c5ca23d822087a4\";}}s:5:\"nonce\";s:12:\"9748c223d307\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1585008408;a:11:{s:2:\"db\";s:55:\"backup_2020-03-24-0006_O_Fogon_da_Ra_d14e3179cabc-db.gz\";s:7:\"db-size\";i:2883725;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c4778bb8e985dcd273184cc52ba004ca482d2d50\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ff6d2c3fb655083259fb8522ae71e0cae4e81f2be93c041020c76ad9d62c4908\";}}s:5:\"nonce\";s:12:\"d14e3179cabc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584922563;a:11:{s:2:\"db\";s:55:\"backup_2020-03-23-0016_O_Fogon_da_Ra_0c45eb3b3dd4-db.gz\";s:7:\"db-size\";i:2872947;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3466639ab26f6c3df7724a3cf2343e11d6340594\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"77969a922f8c539c666054c43b90ade9273d96212bce12e789419cb13582c687\";}}s:5:\"nonce\";s:12:\"0c45eb3b3dd4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584846980;a:11:{s:2:\"db\";s:55:\"backup_2020-03-22-0316_O_Fogon_da_Ra_f68628623cd0-db.gz\";s:7:\"db-size\";i:2872757;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8cc06df2f81e1f91944c91f8f778fdef735d17db\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c1aa0a9fc9cae1f5c4dd4dd156623c6d117a49423b408979bcaa5442d9210370\";}}s:5:\"nonce\";s:12:\"f68628623cd0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584750305;a:11:{s:2:\"db\";s:55:\"backup_2020-03-21-0025_O_Fogon_da_Ra_179f6d6ab990-db.gz\";s:7:\"db-size\";i:2872248;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f63e9f7cb504e4fe36700b9ebe057d5d9363dce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c759dfee54e190840b1309335dc7d78d7b6c7b94ea518e9fb9d187f6fdf9565\";}}s:5:\"nonce\";s:12:\"179f6d6ab990\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584668041;a:11:{s:2:\"db\";s:55:\"backup_2020-03-20-0134_O_Fogon_da_Ra_7df58808ac59-db.gz\";s:7:\"db-size\";i:2873963;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"619530585c824363548efbf682d79c7d75125b26\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"df496e4596bf6ea4edfeb96fc65c1f265856e6d9cb6483f2c9b662dd7be5bfdc\";}}s:5:\"nonce\";s:12:\"7df58808ac59\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584585911;a:11:{s:2:\"db\";s:55:\"backup_2020-03-19-0245_O_Fogon_da_Ra_5af8fb56495e-db.gz\";s:7:\"db-size\";i:2874080;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d4e7b6aaa7d1b85878795dbe1bb3280a1493e49e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8516a0adc916c4b6c5728154b21e68d533feb3bb88e767d6bff66279366c37dd\";}}s:5:\"nonce\";s:12:\"5af8fb56495e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584491584;a:11:{s:2:\"db\";s:55:\"backup_2020-03-18-0033_O_Fogon_da_Ra_7dd2b9ba8f59-db.gz\";s:7:\"db-size\";i:2885222;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ed44085c374fefe770aa54d271a75da45246f066\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e7e77f24f78f4af185e03cdb0d74681007e736b101e307afed94ddc5d0696ee7\";}}s:5:\"nonce\";s:12:\"7dd2b9ba8f59\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584404897;a:11:{s:2:\"db\";s:55:\"backup_2020-03-17-0028_O_Fogon_da_Ra_71d8b676496c-db.gz\";s:7:\"db-size\";i:2874357;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ec4306664582fa242becb4de3e9447d2c6fbc274\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cabc77a79979153d54ab11945094d3df579ca04f11b5356d6f9ee251757e646e\";}}s:5:\"nonce\";s:12:\"71d8b676496c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584317331;a:11:{s:2:\"db\";s:55:\"backup_2020-03-16-0008_O_Fogon_da_Ra_fbcc8673b516-db.gz\";s:7:\"db-size\";i:2874061;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d28bf2e9b2e182e59537d88f3d9f1b5710684353\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"303bfad3b4e99ff9d45c57a22600871a02be5afcf65ca49e0ff3ea9699941f3a\";}}s:5:\"nonce\";s:12:\"fbcc8673b516\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584232984;a:11:{s:2:\"db\";s:55:\"backup_2020-03-15-0043_O_Fogon_da_Ra_b6d865859210-db.gz\";s:7:\"db-size\";i:2884024;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bf62f02e1ab737e1147850f2c382477ff79113dd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"88ffe02f0d4efd0205485f197072cd5de33d28190b232cb6240dfc7bc5a8d710\";}}s:5:\"nonce\";s:12:\"b6d865859210\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584146403;a:11:{s:2:\"db\";s:55:\"backup_2020-03-14-0040_O_Fogon_da_Ra_64a5284ce183-db.gz\";s:7:\"db-size\";i:1978691;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6cd38b6957454cfb51c39f3af749efab93c1db60\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"df81105e99341316c389cf29b917c239ff61a44476760ecd05b5901eaaa5e340\";}}s:5:\"nonce\";s:12:\"64a5284ce183\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1584059970;a:11:{s:2:\"db\";s:55:\"backup_2020-03-13-0039_O_Fogon_da_Ra_8bd12867cd1b-db.gz\";s:7:\"db-size\";i:1979132;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"646284f571a0e85a4719b2770c9ce4e31b8c3b32\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"86ca8bca20b127d4cc304ba91c738c41afcc5fb9b5bc2ac0027c6f2f9a223b64\";}}s:5:\"nonce\";s:12:\"8bd12867cd1b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583972264;a:11:{s:2:\"db\";s:55:\"backup_2020-03-12-0017_O_Fogon_da_Ra_a6fef3077d34-db.gz\";s:7:\"db-size\";i:1975132;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65a262b8987781844e9c156d73f75777c32b58d0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"00dbdd9bd700c21ea449ce465adf3eb4f4bfb2ece415a471f67afba87d760cfe\";}}s:5:\"nonce\";s:12:\"a6fef3077d34\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583890685;a:11:{s:2:\"db\";s:55:\"backup_2020-03-11-0138_O_Fogon_da_Ra_56ee1c99d070-db.gz\";s:7:\"db-size\";i:2872799;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0ff750714eeb71b39b3adfe0d85104ca79b2b0dc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"72b0134baec1d2e99627f02f028d237ea0ee618d8e6b9cbb5580bcf8bde1078a\";}}s:5:\"nonce\";s:12:\"56ee1c99d070\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583800038;a:11:{s:2:\"db\";s:55:\"backup_2020-03-10-0027_O_Fogon_da_Ra_ecf079f4c8b7-db.gz\";s:7:\"db-size\";i:2872236;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2234c25bdd2d3c2db33bda4121cd9300d52885f8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0ab439aad7db6f1ed962a7c26cba32f7318144ce8c65db22e7008db9cbb85747\";}}s:5:\"nonce\";s:12:\"ecf079f4c8b7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583713294;a:11:{s:2:\"db\";s:55:\"backup_2020-03-09-0021_O_Fogon_da_Ra_a2beb8607826-db.gz\";s:7:\"db-size\";i:2871966;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f3d476e1fb573c114a492dd40a32e0a1fe5ec770\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e7c68631d023523558a803ffe92b5c9b6a697d79a756ff1e90cf951cfe737954\";}}s:5:\"nonce\";s:12:\"a2beb8607826\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583626273;a:11:{s:2:\"db\";s:55:\"backup_2020-03-08-0011_O_Fogon_da_Ra_6a20f9fd0093-db.gz\";s:7:\"db-size\";i:2872042;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"004bc952df6276d81cd2bfe8497b4ebe08be3156\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42072a5c811be6a3fc780cf7c61dea9b165ee03b7f739f3fb845710c4d575795\";}}s:5:\"nonce\";s:12:\"6a20f9fd0093\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583544955;a:11:{s:2:\"db\";s:55:\"backup_2020-03-07-0135_O_Fogon_da_Ra_b44bddf56bc5-db.gz\";s:7:\"db-size\";i:2871998;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a6473005239c8c58c17cd623621f229e149b300a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5d5d9676d2c9f7bfbc5af663170ec999db9091ff554aadfaa1996fe0f859979c\";}}s:5:\"nonce\";s:12:\"b44bddf56bc5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583458885;a:11:{s:2:\"db\";s:55:\"backup_2020-03-06-0141_O_Fogon_da_Ra_1fc085254c73-db.gz\";s:7:\"db-size\";i:2871396;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5513555e02a3bc8f5dd494f2954172360289b9c2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c8619548abf9c8705de43ddab289db242877574d3ceb2f7c82390f559b4e777\";}}s:5:\"nonce\";s:12:\"1fc085254c73\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583366880;a:11:{s:2:\"db\";s:55:\"backup_2020-03-05-0008_O_Fogon_da_Ra_08dd79cfa11e-db.gz\";s:7:\"db-size\";i:2064976;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aac8f60639816a9a664011df197f6511a253c0bf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c438ed6d79259e067a1989f69f30a1ab6f562eb241086989ed7b3f05bb9e4b32\";}}s:5:\"nonce\";s:12:\"08dd79cfa11e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583280738;a:11:{s:2:\"db\";s:55:\"backup_2020-03-04-0012_O_Fogon_da_Ra_6abf720da60d-db.gz\";s:7:\"db-size\";i:2064783;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6da5c0f0ae889c4f9439543b697aebef59a767f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0938a12462e0884c3df50cd4e23dfe2a7027e5736444aab0fd750476d7ae432\";}}s:5:\"nonce\";s:12:\"6abf720da60d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583204173;a:11:{s:2:\"db\";s:55:\"backup_2020-03-03-0256_O_Fogon_da_Ra_09d2a51d7c8a-db.gz\";s:7:\"db-size\";i:2061875;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3fc83631df3cbcbe49da75c78f2a55466bb11d51\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ce267cfecfc591b98849cd005281b8ce9011912b7204aca8b5395754c40eb249\";}}s:5:\"nonce\";s:12:\"09d2a51d7c8a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583108059;a:11:{s:2:\"db\";s:55:\"backup_2020-03-02-0014_O_Fogon_da_Ra_f8782e5c51ad-db.gz\";s:7:\"db-size\";i:2062171;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"89f5b69eded6016244db835120f818f71ce9239f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"75f75c3422a61ae6fd1c5d171f7f2eb37ce19ac6e77a98a54b5d7391241ab618\";}}s:5:\"nonce\";s:12:\"f8782e5c51ad\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1583021186;a:11:{s:2:\"db\";s:55:\"backup_2020-03-01-0006_O_Fogon_da_Ra_7ebad3621904-db.gz\";s:7:\"db-size\";i:2061922;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f05e2bff4bca05ac6ca2ed2a48550b9654507a67\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b10ed9a7b5e7cf2f4c32e97f6aad1af6beeccb17cb0443218b92453973b5a3f4\";}}s:5:\"nonce\";s:12:\"7ebad3621904\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582936611;a:11:{s:2:\"db\";s:55:\"backup_2020-02-29-0036_O_Fogon_da_Ra_ca53641869e5-db.gz\";s:7:\"db-size\";i:2058516;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"61feb654f14a3270949112a6d26206363589006d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b70f4b5cc3d8a15fc5bfa853a3a86e8389070fd99a7bbb6d4d2293aeeb9d0163\";}}s:5:\"nonce\";s:12:\"ca53641869e5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582854486;a:11:{s:2:\"db\";s:55:\"backup_2020-02-28-0148_O_Fogon_da_Ra_53d840f2148c-db.gz\";s:7:\"db-size\";i:2871345;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"34e0d7940b5f0a6a0e3488c24d34b4de15c4058f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"539d9404383607ff0516bb8af058c2d63f42698dc046d57a99b5edaf42597e16\";}}s:5:\"nonce\";s:12:\"53d840f2148c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582765640;a:11:{s:2:\"db\";s:55:\"backup_2020-02-27-0107_O_Fogon_da_Ra_dcd9fe397df9-db.gz\";s:7:\"db-size\";i:2870838;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7bcffe985a702cd7a934343d67b0128f5005685f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ee06286ec65749bade13b2fc19d6dfb848a95b2f155259bcd9a824707697e1a8\";}}s:5:\"nonce\";s:12:\"dcd9fe397df9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582675320;a:11:{s:2:\"db\";s:55:\"backup_2020-02-26-0002_O_Fogon_da_Ra_bf81b48b0ee8-db.gz\";s:7:\"db-size\";i:2870684;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cded90303726a9e3d70e1bcc82d1c546b5011f80\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5296e5b7028fdd9010162e74ebb03ec73a264ae6f8e4705db95c1ab484fbefb2\";}}s:5:\"nonce\";s:12:\"bf81b48b0ee8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582590099;a:11:{s:2:\"db\";s:55:\"backup_2020-02-25-0021_O_Fogon_da_Ra_b720565b6e36-db.gz\";s:7:\"db-size\";i:2870736;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"95dcaff5b7acb815aa4f0c9e7edd0ffc3083f07c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e46eb8f58707c1574d9962bcf672dec2d9c79d69206c799870054cae6ad38334\";}}s:5:\"nonce\";s:12:\"b720565b6e36\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582508200;a:11:{s:2:\"db\";s:55:\"backup_2020-02-24-0136_O_Fogon_da_Ra_809991aeb949-db.gz\";s:7:\"db-size\";i:2870935;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f2b8f3ef0b4d82898312471c758717681af2e8f6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6aaea8f8ec51e0d49f65d925413f7809b0217bf1908cea0fd0ecb50ed323d11e\";}}s:5:\"nonce\";s:12:\"809991aeb949\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582420958;a:11:{s:2:\"db\";s:55:\"backup_2020-02-23-0122_O_Fogon_da_Ra_34e5f991da35-db.gz\";s:7:\"db-size\";i:2870881;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cd9332598bdc453a2cf78260a80480e383d7fae5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"99604a481e69e90b156dae258ba513f716ec037123c8d57422c5340737fe8264\";}}s:5:\"nonce\";s:12:\"34e5f991da35\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582329760;a:11:{s:2:\"db\";s:55:\"backup_2020-02-22-0002_O_Fogon_da_Ra_1724c90c8f1f-db.gz\";s:7:\"db-size\";i:2872165;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"67fcda2c53f8024b36375ba4f0e571a70202f95d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c483259c3738f90f767b43855e7736d5c86fd330f0f4aa0353df32150eab51a7\";}}s:5:\"nonce\";s:12:\"1724c90c8f1f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582248573;a:11:{s:2:\"db\";s:55:\"backup_2020-02-21-0129_O_Fogon_da_Ra_f8b468ed4c4c-db.gz\";s:7:\"db-size\";i:2871918;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9348d98a31c53b75290e8ae42ba8bba884c7d74b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6cf41ace5bce609401fea277f9d95bbc805918d28105cc12fb8fc5496bd043cc\";}}s:5:\"nonce\";s:12:\"f8b468ed4c4c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582161265;a:11:{s:2:\"db\";s:55:\"backup_2020-02-20-0114_O_Fogon_da_Ra_d47abb52eeda-db.gz\";s:7:\"db-size\";i:2871778;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6a2b7fb7828ef13a5cbc21750926733570c24410\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d39e0b6fe89d45581b01a28d5e907f39d97e189097774cd9d18bf30d065f8489\";}}s:5:\"nonce\";s:12:\"d47abb52eeda\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1582071377;a:11:{s:2:\"db\";s:55:\"backup_2020-02-19-0016_O_Fogon_da_Ra_9eb2fc90b6f1-db.gz\";s:7:\"db-size\";i:2871696;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"30ca875cbec2dbdbcff210267991e95c13c0e71a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d2934af01058164f6ab7079f3722fc4bc452db82ce975e9ca6937cb3bd6c2a7f\";}}s:5:\"nonce\";s:12:\"9eb2fc90b6f1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581985710;a:11:{s:2:\"db\";s:55:\"backup_2020-02-18-0028_O_Fogon_da_Ra_31c53ded6006-db.gz\";s:7:\"db-size\";i:2869990;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a72fc5ba3db175a54fb3223fefceebbe09e5e700\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7b46cf4dbb5fc30e91e27a91e5c55df6a7b27cc126eda859c8731475df092d19\";}}s:5:\"nonce\";s:12:\"31c53ded6006\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581900259;a:11:{s:2:\"db\";s:55:\"backup_2020-02-17-0044_O_Fogon_da_Ra_a1c05c15b082-db.gz\";s:7:\"db-size\";i:2869651;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4f3edd4d0e0cec03fe190e3ec26390e2a6493a21\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"86c5806ebbb1525ab2f25fa10e78c46ed4599b307cd35e6b1a9662b4a908a726\";}}s:5:\"nonce\";s:12:\"a1c05c15b082\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581816782;a:11:{s:2:\"db\";s:55:\"backup_2020-02-16-0133_O_Fogon_da_Ra_96f0616e29b8-db.gz\";s:7:\"db-size\";i:2869540;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"708b4c571fd0d637fdbdc70d45a3a7e121fc3d3e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1d1dc5236043f2fbf78b3a043f335c54368d635a9108a465934968bc1698b522\";}}s:5:\"nonce\";s:12:\"96f0616e29b8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581724814;a:11:{s:2:\"db\";s:55:\"backup_2020-02-15-0000_O_Fogon_da_Ra_fd46b41d9914-db.gz\";s:7:\"db-size\";i:2869261;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"be583bb586136fedfe87dee0f9c161ee257f2e47\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b827c480583a1d760905ceabe74b04338eba439b882464a6b44798c018203edd\";}}s:5:\"nonce\";s:12:\"fd46b41d9914\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581639422;a:11:{s:2:\"db\";s:55:\"backup_2020-02-14-0017_O_Fogon_da_Ra_69b56b376a32-db.gz\";s:7:\"db-size\";i:2869159;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07558b881ee4a34552f3b74231f283e1408ed241\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3c4ec0888a0eae559cfbae075a971699f02605baa2ead67ed0d094111c6b3f14\";}}s:5:\"nonce\";s:12:\"69b56b376a32\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581555218;a:11:{s:2:\"db\";s:55:\"backup_2020-02-13-0053_O_Fogon_da_Ra_8b80329bc84c-db.gz\";s:7:\"db-size\";i:2869605;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f147e5ededd1152281458e295305df2e40ce2134\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"73b871fc517ec5498bf80c7eedf913ac2cd338c9452c9912881cf278e846defa\";}}s:5:\"nonce\";s:12:\"8b80329bc84c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581467068;a:11:{s:2:\"db\";s:55:\"backup_2020-02-12-0024_O_Fogon_da_Ra_9e455e6d71ab-db.gz\";s:7:\"db-size\";i:2869242;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5d7aa80563672bb99ea7d4edbffeebe83fd8ba3d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"63146370324893907e8243908098a116f81e9a5d500acf36764bed6ca2c82f97\";}}s:5:\"nonce\";s:12:\"9e455e6d71ab\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581379461;a:11:{s:2:\"db\";s:55:\"backup_2020-02-11-0004_O_Fogon_da_Ra_b4d7339b5273-db.gz\";s:7:\"db-size\";i:2868882;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ecc08da0f448b321a241f12d632fd42530f3a4a4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"731b49d4655e25dd2bce4966a635989ef32488fd967af2fae98a28bd49a19378\";}}s:5:\"nonce\";s:12:\"b4d7339b5273\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581298431;a:11:{s:2:\"db\";s:55:\"backup_2020-02-10-0133_O_Fogon_da_Ra_0c8a7bd5b56c-db.gz\";s:7:\"db-size\";i:2868624;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"edfb7b61f1ccaf5f97d7fbce76f3296626f8bb12\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2a1d6e839f6d6dfa6b9cb2d9e5eb1c16004b3795af226a2aa634f5843928266e\";}}s:5:\"nonce\";s:12:\"0c8a7bd5b56c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581207415;a:11:{s:2:\"db\";s:55:\"backup_2020-02-09-0016_O_Fogon_da_Ra_4f9a1940f084-db.gz\";s:7:\"db-size\";i:2868750;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4c5c68de3ded7b2744998f5aa4f2ea3019dec33b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"12b17829365e14682c6b972d8722a18bb7c41e35b68499432fdc9096e38915db\";}}s:5:\"nonce\";s:12:\"4f9a1940f084\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581120332;a:11:{s:2:\"db\";s:55:\"backup_2020-02-08-0005_O_Fogon_da_Ra_08ae6cb0657d-db.gz\";s:7:\"db-size\";i:2868515;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6f7df53afbbcbe6f5b7838b720c409ac16305ea0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8b1f8b445f2b692c2a125cdfbb991d7d863f16f02bce8aa0b2096a88e6dc10a2\";}}s:5:\"nonce\";s:12:\"08ae6cb0657d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1581034446;a:11:{s:2:\"db\";s:55:\"backup_2020-02-07-0014_O_Fogon_da_Ra_f26923924285-db.gz\";s:7:\"db-size\";i:2477116;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07efaf5884b08d5baee360953cc7082a3eaf50b2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ed9fe7b9cc72611718dc89dd02be3b9402236a93bed99125c4740349c6bae33\";}}s:5:\"nonce\";s:12:\"f26923924285\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580949840;a:11:{s:2:\"db\";s:55:\"backup_2020-02-06-0044_O_Fogon_da_Ra_d3b18c1bffb9-db.gz\";s:7:\"db-size\";i:2476850;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8fd2ce80ad0b1500a16693ce2baa350aefee5891\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"675c753c7cbb853eb2128b3169274e238b4a6862fdb21bf7ec92ffeada41fa78\";}}s:5:\"nonce\";s:12:\"d3b18c1bffb9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580865574;a:11:{s:2:\"db\";s:55:\"backup_2020-02-05-0119_O_Fogon_da_Ra_15f387baee2a-db.gz\";s:7:\"db-size\";i:2473565;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8b3974039a69cf9dfcca8542be1d76ca5c3fd580\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"90c2dd5f5ba51df0039704bc3c27d3c699f3b4f27b4c4ea78b1b8351f5d43882\";}}s:5:\"nonce\";s:12:\"15f387baee2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580779048;a:11:{s:2:\"db\";s:55:\"backup_2020-02-04-0117_O_Fogon_da_Ra_8e1f0432bfac-db.gz\";s:7:\"db-size\";i:2873210;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3a8512257486ae13a0396219fe4a06d5d03b5090\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fa6ca7f45315fbb4942033a173eb470a49edd61a5c1267b3e03f4e5c0172420f\";}}s:5:\"nonce\";s:12:\"8e1f0432bfac\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580690903;a:11:{s:2:\"db\";s:55:\"backup_2020-02-03-0048_O_Fogon_da_Ra_0155a0da2e05-db.gz\";s:7:\"db-size\";i:2873095;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c867498014f6bc64be81124c2f00b0f2bdb1988c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4fbeb31d5f2fe7a4917f5340e44b387b1b87915ea2f5d44573df0d3ae0fd0b68\";}}s:5:\"nonce\";s:12:\"0155a0da2e05\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580605483;a:11:{s:2:\"db\";s:55:\"backup_2020-02-02-0104_O_Fogon_da_Ra_4b3b1c81005e-db.gz\";s:7:\"db-size\";i:2872567;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1a8bf36e78fd132518ef5fdfe10525f2cb4d0dd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a51da71e8c172ca8506a79b2812dfc2cd24b8ab5b01ba56cd3044a06b1fc19dc\";}}s:5:\"nonce\";s:12:\"4b3b1c81005e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580517585;a:11:{s:2:\"db\";s:55:\"backup_2020-02-01-0039_O_Fogon_da_Ra_f9f7628b9892-db.gz\";s:7:\"db-size\";i:2869259;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ee2756fc2e3f2f24bff6c40d85db4456984ae2f0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5e45bfad78d4e78a74471f38832df8d23c8710a24811c86ae0e92cc1db2ed211\";}}s:5:\"nonce\";s:12:\"f9f7628b9892\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580443849;a:11:{s:2:\"db\";s:55:\"backup_2020-01-31-0410_O_Fogon_da_Ra_5b2df88ef01a-db.gz\";s:7:\"db-size\";i:2868811;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c3c219638b04a98d64e54201654883ccb99e194\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"73fe1d95fcf35505a58fae5c86e510b3dda1025e6436c50185efa25d136c2a6c\";}}s:5:\"nonce\";s:12:\"5b2df88ef01a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580343620;a:11:{s:2:\"db\";s:55:\"backup_2020-01-30-0020_O_Fogon_da_Ra_e3743f1e88cc-db.gz\";s:7:\"db-size\";i:2868471;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cb685bcb7c6397f34768337ba4a3be2f7051553d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"391fee67b5196cefaf580fc3e3a72439dafa531f9ac4bcfa68e0166fd7bc2c9d\";}}s:5:\"nonce\";s:12:\"e3743f1e88cc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580259609;a:11:{s:2:\"db\";s:55:\"backup_2020-01-29-0100_O_Fogon_da_Ra_a21cd5b2aa08-db.gz\";s:7:\"db-size\";i:2868976;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"48d99ef029be6f0c4796e318dfc16b553578530e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3b4598c30f19d9d1e31363554b0dfb3c0622f0191c0aa3ec7dd4122b205c9658\";}}s:5:\"nonce\";s:12:\"a21cd5b2aa08\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580171126;a:11:{s:2:\"db\";s:55:\"backup_2020-01-28-0025_O_Fogon_da_Ra_88f85d00a1e9-db.gz\";s:7:\"db-size\";i:2868884;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc2a571cc39e39ddf61edb1e558928b099d3cea6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3d0c1fbabc7726a03bc0f49c817e9b2d96b38c76c0a75f5bf16c348f225dd326\";}}s:5:\"nonce\";s:12:\"88f85d00a1e9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580085563;a:11:{s:2:\"db\";s:55:\"backup_2020-01-27-0039_O_Fogon_da_Ra_651dab165079-db.gz\";s:7:\"db-size\";i:2868723;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5356f8048a76f4740d967a150b7907fdcd795bfb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c8870d886a105c1121817ff17281616c7d1466d0b8afb80d71e9aea8515acd28\";}}s:5:\"nonce\";s:12:\"651dab165079\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1580002724;a:11:{s:2:\"db\";s:55:\"backup_2020-01-26-0138_O_Fogon_da_Ra_0ab4a71d8f08-db.gz\";s:7:\"db-size\";i:2060347;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"929d26d92dae319532fd4fb835bdcfe7806eca35\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"76832be1b03ee7c94a90c7d7784fee827e0a173e6baacfd37268f805371c7a0f\";}}s:5:\"nonce\";s:12:\"0ab4a71d8f08\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579911049;a:11:{s:2:\"db\";s:55:\"backup_2020-01-25-0010_O_Fogon_da_Ra_711af932f5c3-db.gz\";s:7:\"db-size\";i:2060027;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"088d01cb028ee9aeed4a9e722dc73f828d8b039d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"35097a1b24f2656ab131d7cd6c1721ab22d7be7f3156b251ecf5cf1067b6ec93\";}}s:5:\"nonce\";s:12:\"711af932f5c3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579830831;a:11:{s:2:\"db\";s:55:\"backup_2020-01-24-0153_O_Fogon_da_Ra_093952f39f3e-db.gz\";s:7:\"db-size\";i:2057918;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e3ab5818cd63030196050c4d6746cfa8852aec12\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"853ce8734025952b1776f9cdd2f47c0e7a49ead76676837ccb046e8420fcf73b\";}}s:5:\"nonce\";s:12:\"093952f39f3e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579745616;a:11:{s:2:\"db\";s:55:\"backup_2020-01-23-0213_O_Fogon_da_Ra_e64c1543c001-db.gz\";s:7:\"db-size\";i:2868778;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"23eed329c46985d629581ebbec446552558e806b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"62afe9651a5e2bf435b75b7dc35de9fa5fe1f834b7c9907c6eeea3edb24649e4\";}}s:5:\"nonce\";s:12:\"e64c1543c001\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579652976;a:11:{s:2:\"db\";s:55:\"backup_2020-01-22-0029_O_Fogon_da_Ra_260985071a36-db.gz\";s:7:\"db-size\";i:2868316;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"736d6db4fe2db54fdeea185660bce280448c12ce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"773a65cc4a47f6d8462761417e345fd39d0de83802bce721125e3d3abc811762\";}}s:5:\"nonce\";s:12:\"260985071a36\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579564805;a:11:{s:2:\"db\";s:55:\"backup_2020-01-21-0000_O_Fogon_da_Ra_1b6d0ea04fdf-db.gz\";s:7:\"db-size\";i:2879010;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6eb909386d2b0b4440c008f61395e1b00b087566\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0e17b78b33e4ba46658c78b330f4f041dab8b474003ddf496052fc269ab6d6f0\";}}s:5:\"nonce\";s:12:\"1b6d0ea04fdf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579479049;a:11:{s:2:\"db\";s:55:\"backup_2020-01-20-0010_O_Fogon_da_Ra_14fc6977cf30-db.gz\";s:7:\"db-size\";i:2871769;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b5115872ca277e1fcb1ad683bee783bd5e7b7363\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a14ef3f8e867635136ba4306704d8c3ef19f3bc0b718ea7c51000bbfbe4e2c2b\";}}s:5:\"nonce\";s:12:\"14fc6977cf30\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579394515;a:11:{s:2:\"db\";s:55:\"backup_2020-01-19-0041_O_Fogon_da_Ra_00b6f7f2fe50-db.gz\";s:7:\"db-size\";i:2871067;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1d3091d2825138734526aa4fcb40473744a109d2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dd8f93d9038e36c56ad8783d7905dc13eb79c4d18295fb3df4f35f2d39bce490\";}}s:5:\"nonce\";s:12:\"00b6f7f2fe50\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579311525;a:11:{s:2:\"db\";s:55:\"backup_2020-01-18-0138_O_Fogon_da_Ra_3a5ebb57711a-db.gz\";s:7:\"db-size\";i:2870666;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b710f61f2d4d042a8354569654bf987507d47091\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8769acd4bf5a24b005ced92598c1e7b290f94d9e2053c45a1bfe48f1ef4dad20\";}}s:5:\"nonce\";s:12:\"3a5ebb57711a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579219350;a:11:{s:2:\"db\";s:55:\"backup_2020-01-17-0002_O_Fogon_da_Ra_003df5404c47-db.gz\";s:7:\"db-size\";i:2867311;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c35d8b0e946df77975dc36846baf1c67bb304ddc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4472a95d38387c6c684b4421cae2ffa0e1ac5171b65cf576faee6771683ba50c\";}}s:5:\"nonce\";s:12:\"003df5404c47\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579136537;a:11:{s:2:\"db\";s:55:\"backup_2020-01-16-0102_O_Fogon_da_Ra_a8dfa7d1a876-db.gz\";s:7:\"db-size\";i:2867073;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5090e8edcd083290ed57009b6c13c15076395864\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7a945aec23982852bb80868b10f5c267e4d935024d42b030c40d364031f8a15b\";}}s:5:\"nonce\";s:12:\"a8dfa7d1a876\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1579048731;a:11:{s:2:\"db\";s:55:\"backup_2020-01-15-0038_O_Fogon_da_Ra_6962bd0426bd-db.gz\";s:7:\"db-size\";i:2866920;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3655b2631bbe888d968647c0b6150e3a3746ea7b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"38d2b090cb5a246f886335c91e773b83e098b5aad154c478d10ce3fc9caf8159\";}}s:5:\"nonce\";s:12:\"6962bd0426bd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578960824;a:11:{s:2:\"db\";s:55:\"backup_2020-01-14-0013_O_Fogon_da_Ra_90923cac8f31-db.gz\";s:7:\"db-size\";i:2866991;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"669d690ca5c8422060029b8095baee2cbe646162\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d1ae52fa39261e17aef672a88ba2a9c18639004d6dfeec251058035cc94f18a0\";}}s:5:\"nonce\";s:12:\"90923cac8f31\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578876283;a:11:{s:2:\"db\";s:55:\"backup_2020-01-13-0044_O_Fogon_da_Ra_f5971b22f3a4-db.gz\";s:7:\"db-size\";i:2866621;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8fb4c0bb7512c641282389727ba7574512651c65\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2ade9b4d6a82ca67f62e027be9dedc48aa94cb6d42e94c4561aafa565247f307\";}}s:5:\"nonce\";s:12:\"f5971b22f3a4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578788844;a:11:{s:2:\"db\";s:55:\"backup_2020-01-12-0027_O_Fogon_da_Ra_7ac9cb140fe7-db.gz\";s:7:\"db-size\";i:2863461;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1549522b3328e34465b82667cbe16c9165a0a90b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0b8d1be0d62a6bb54bf1e22be153d3ef2b1e77c73b6203597b5bcb0d41b6d3c\";}}s:5:\"nonce\";s:12:\"7ac9cb140fe7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578700930;a:11:{s:2:\"db\";s:55:\"backup_2020-01-11-0002_O_Fogon_da_Ra_5222b038c9c0-db.gz\";s:7:\"db-size\";i:2862609;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"418103ebedb81d0d13a653aedf8f051aa9c6e8be\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8664a6f3b9685c8edec7a18e6ff107eccfb38ec083284ae3c5a4ed52ce177f50\";}}s:5:\"nonce\";s:12:\"5222b038c9c0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578616424;a:11:{s:2:\"db\";s:55:\"backup_2020-01-10-0033_O_Fogon_da_Ra_0965e6ca1442-db.gz\";s:7:\"db-size\";i:2862186;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"24f18baca1a72448993d145058d298351ef843e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f08d983a3691454dc88e689b6900044fc0b5949c3c2582ec3570369241171c48\";}}s:5:\"nonce\";s:12:\"0965e6ca1442\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578536221;a:11:{s:2:\"db\";s:55:\"backup_2020-01-09-0217_O_Fogon_da_Ra_bd68d798bf06-db.gz\";s:7:\"db-size\";i:2861791;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"025010057c9c6ce60aaff90cec1b17a2e688c9e3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ab980bc5743d87c6e07c9c09005f7d7a11009d12f51a442909c699f8fb5ce12a\";}}s:5:\"nonce\";s:12:\"bd68d798bf06\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578441972;a:11:{s:2:\"db\";s:55:\"backup_2020-01-08-0006_O_Fogon_da_Ra_658b513eb5bc-db.gz\";s:7:\"db-size\";i:2029733;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"37317dbfe30256cf043171db40fb5e77e4834ac6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6c7141138a41479d6792c67eaa506756206e44827a32788d4cb0ae2d6f064803\";}}s:5:\"nonce\";s:12:\"658b513eb5bc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578358591;a:11:{s:2:\"db\";s:55:\"backup_2020-01-07-0056_O_Fogon_da_Ra_efc86ab7dbb2-db.gz\";s:7:\"db-size\";i:2029034;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"87ee6e6a4437497b320579d1190da03262368f99\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e2cef699a7b4da7afcb1a3236598f2cecaf2e514fe1777f1ff421d037f1973fc\";}}s:5:\"nonce\";s:12:\"efc86ab7dbb2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578270073;a:11:{s:2:\"db\";s:55:\"backup_2020-01-06-0021_O_Fogon_da_Ra_8f6ca6ab106e-db.gz\";s:7:\"db-size\";i:2025916;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c7e04d820a29ac9bfde941dabd42f74256cfeec3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fdb420cd411e16211459c2a8e5a1859f24382483ad0a345aa1ccc436ea817a7c\";}}s:5:\"nonce\";s:12:\"8f6ca6ab106e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578194867;a:11:{s:2:\"db\";s:55:\"backup_2020-01-05-0327_O_Fogon_da_Ra_cea868f7a420-db.gz\";s:7:\"db-size\";i:2860348;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21f5cc087c2acce86d67d2b93cd74b243f156c68\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c1ab191fff08e532b41b7dcb06217f3f115d51fefc22cb3bf295247f3e73e759\";}}s:5:\"nonce\";s:12:\"cea868f7a420\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578101289;a:11:{s:2:\"db\";s:55:\"backup_2020-01-04-0128_O_Fogon_da_Ra_ca2cf06b1899-db.gz\";s:7:\"db-size\";i:2860098;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e03500e40552ed5bc110008944f34131b8d7b41f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d139f1a3b920ab46445507e738eedc62dcc4bbb388a08d53b133fb054b713da7\";}}s:5:\"nonce\";s:12:\"ca2cf06b1899\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1578010603;a:11:{s:2:\"db\";s:55:\"backup_2020-01-03-0016_O_Fogon_da_Ra_c30399e9b823-db.gz\";s:7:\"db-size\";i:2859846;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cde95fcd14a8ffc1c34536f51b6a4196a3cd2289\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e38e15f23f1803a07475d04d348091684686d848eceb6feb8d8841b62f1b4fbe\";}}s:5:\"nonce\";s:12:\"c30399e9b823\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577929274;a:11:{s:2:\"db\";s:55:\"backup_2020-01-02-0141_O_Fogon_da_Ra_3693de29f304-db.gz\";s:7:\"db-size\";i:2072028;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fb0f977faa6efb1b58d97d5be05c42dfdfedb0cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b022277ed02fe8f4b1a16b7e5f55bd89d2d55814c6fd9cb0257132b9a2d43b5e\";}}s:5:\"nonce\";s:12:\"3693de29f304\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577836862;a:11:{s:2:\"db\";s:55:\"backup_2020-01-01-0001_O_Fogon_da_Ra_45a358a58fac-db.gz\";s:7:\"db-size\";i:2071654;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a2b5ab82982ff1d623284551f65a09e06011cedc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4e7a110a6b191368942dc5419c116f87e50d0cbfb33ae3330fa7cb56ef8f5993\";}}s:5:\"nonce\";s:12:\"45a358a58fac\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577760277;a:11:{s:2:\"db\";s:55:\"backup_2019-12-31-0244_O_Fogon_da_Ra_9225162b56fb-db.gz\";s:7:\"db-size\";i:2068561;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"791532e8cd2ef2407c2fc7044a3cb0a4b6d4535e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cfaebff9482b26d2a3df12ac5e425239f249f58feb89a3cfbf473249216b6e42\";}}s:5:\"nonce\";s:12:\"9225162b56fb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577665009;a:11:{s:2:\"db\";s:55:\"backup_2019-12-30-0016_O_Fogon_da_Ra_dde78c57a3cc-db.gz\";s:7:\"db-size\";i:2027840;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"090afce16168f4d05bb15a6470cad0839315063e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b6f36e3ff1c75cc3e5ccf6f993905d97f2f24de9da5c4555cda6ca215caa1655\";}}s:5:\"nonce\";s:12:\"dde78c57a3cc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577581017;a:11:{s:2:\"db\";s:55:\"backup_2019-12-29-0056_O_Fogon_da_Ra_da0aedeb77d5-db.gz\";s:7:\"db-size\";i:2027511;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"42c0b1f4f25bbacca0f03d9ce19d5314e8cb9ef1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"beda230c7f96d90cabbed1c52f12b9cac02e05854d9d6cd2e64e8b4afa2aeb28\";}}s:5:\"nonce\";s:12:\"da0aedeb77d5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577491268;a:11:{s:2:\"db\";s:55:\"backup_2019-12-28-0001_O_Fogon_da_Ra_2298979b3f14-db.gz\";s:7:\"db-size\";i:2024835;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1f942c361f1cf9b9c068c7595507e83f6c97887c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0cb4f5ca5ceca234ce6773c30faa9cc7347efcbb743fd8a8f985bdd3bb0405b1\";}}s:5:\"nonce\";s:12:\"2298979b3f14\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577405007;a:11:{s:2:\"db\";s:55:\"backup_2019-12-27-0003_O_Fogon_da_Ra_8f0222351c21-db.gz\";s:7:\"db-size\";i:2860033;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b73444960f3b04539d37324fae88a232dde9c2c2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"448f5ae3e5693f7d3e5d8d21b61b81cebc14aebbc33e9922d73063de6a19630f\";}}s:5:\"nonce\";s:12:\"8f0222351c21\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577320373;a:11:{s:2:\"db\";s:55:\"backup_2019-12-26-0032_O_Fogon_da_Ra_131d203f4ad9-db.gz\";s:7:\"db-size\";i:2859455;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6a26fed418ace989f41a9a116ddb0e371b56db2d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d175de896a211e7413d4a03c92274721c1b0d95b8c43ba3bb7aeb9ca7105e22e\";}}s:5:\"nonce\";s:12:\"131d203f4ad9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577233086;a:11:{s:2:\"db\";s:55:\"backup_2019-12-25-0018_O_Fogon_da_Ra_ed514501415b-db.gz\";s:7:\"db-size\";i:2858124;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"036e407c34fb3cb4be5309e9ac26f27e5e180001\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9023dc7c7968eda9afad5299e46b22f4b418608a676fd338e558a7d256389511\";}}s:5:\"nonce\";s:12:\"ed514501415b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577145619;a:11:{s:2:\"db\";s:55:\"backup_2019-12-24-0000_O_Fogon_da_Ra_0036a770dddd-db.gz\";s:7:\"db-size\";i:2857960;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e1fea788eac8a4dbfb5a2dabacc5b94018d28832\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f9ccbb371dc003e7321e7d1faafca81c52e89140bdfe8299198d59e146a4bb7d\";}}s:5:\"nonce\";s:12:\"0036a770dddd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1577059737;a:11:{s:2:\"db\";s:55:\"backup_2019-12-23-0008_O_Fogon_da_Ra_81b552750bb8-db.gz\";s:7:\"db-size\";i:2857835;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"897d4c68b24f55da1d37ff706adf2ae458aa80de\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d89c06ebf422194ccc6db31759932a56bf11c4aec4a33a515ccdabfba87d041a\";}}s:5:\"nonce\";s:12:\"81b552750bb8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576975121;a:11:{s:2:\"db\";s:55:\"backup_2019-12-22-0038_O_Fogon_da_Ra_44741b395c86-db.gz\";s:7:\"db-size\";i:2857624;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8987e1bb4a8dbe29d1cf4610bb89c198b1edcdc1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9623fa7bd9c994502e6f6b252e6400a68daa610f689e34e98dfd5d473cabb703\";}}s:5:\"nonce\";s:12:\"44741b395c86\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576886791;a:11:{s:2:\"db\";s:55:\"backup_2019-12-21-0006_O_Fogon_da_Ra_c51a001dfeba-db.gz\";s:7:\"db-size\";i:2861057;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4aae11c69102103b05c24ebd8ec8292830043ec3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0019302465db818022b30cb829b6586a3fc6bfc6fbe79d8be1cba28f3e1e8608\";}}s:5:\"nonce\";s:12:\"c51a001dfeba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576800461;a:11:{s:2:\"db\";s:55:\"backup_2019-12-20-0007_O_Fogon_da_Ra_6e8b0fff1315-db.gz\";s:7:\"db-size\";i:2860897;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0ccfe8d67b7dcbb088ff69bdf91b656c4228d549\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8990e6b311c2bc35518dadfcf5fcb060b9484c06f2418708d6780b54a25860e\";}}s:5:\"nonce\";s:12:\"6e8b0fff1315\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576716759;a:11:{s:2:\"db\";s:55:\"backup_2019-12-19-0052_O_Fogon_da_Ra_ff4c63a12768-db.gz\";s:7:\"db-size\";i:2860704;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c8dc2d14effc28897a3b46615aff5ed569045317\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d624e6118ee2b4cbf1f8bd18f77a9febbfbc29fd8dca76bc9009a0116a45a942\";}}s:5:\"nonce\";s:12:\"ff4c63a12768\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576629329;a:11:{s:2:\"db\";s:55:\"backup_2019-12-18-0035_O_Fogon_da_Ra_04e75b30bb90-db.gz\";s:7:\"db-size\";i:2857351;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c7d1079328a7b469d715596f685414a60f0ee222\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0b2848ad825adc7ea3ab701490213a15ebbeb5080f6ca5385b2cda4c17df605c\";}}s:5:\"nonce\";s:12:\"04e75b30bb90\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576541360;a:11:{s:2:\"db\";s:55:\"backup_2019-12-17-0009_O_Fogon_da_Ra_d6439f48575f-db.gz\";s:7:\"db-size\";i:2857114;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"13e43bd9532cb5313289edd531b71f1824ada81b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b6c0773fee3697cdbfac0de3e5e2624320b7f3ae3a447536e6cd9156c99cb373\";}}s:5:\"nonce\";s:12:\"d6439f48575f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576457928;a:11:{s:2:\"db\";s:55:\"backup_2019-12-16-0058_O_Fogon_da_Ra_30be7720feeb-db.gz\";s:7:\"db-size\";i:2858438;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"38283d27f045acb801448d7be32481d06b432df0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b3060ebfc77a46e5db57896eeadda53d7223b5e6e68295f42a1fae9514a466fa\";}}s:5:\"nonce\";s:12:\"30be7720feeb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576372682;a:11:{s:2:\"db\";s:55:\"backup_2019-12-15-0118_O_Fogon_da_Ra_338b1e285414-db.gz\";s:7:\"db-size\";i:2858616;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d4f0239b9172c1f90aa941eae1a538720a0bc3ea\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4e09c034a7b6143c3224a95250afee300ce78d8b636b2492f4db82156a1d4082\";}}s:5:\"nonce\";s:12:\"338b1e285414\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576282366;a:11:{s:2:\"db\";s:55:\"backup_2019-12-14-0012_O_Fogon_da_Ra_3458228d7f0c-db.gz\";s:7:\"db-size\";i:2859046;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ad1784d8520ac8ebd7b6935dc35899ea712d99b3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"edcec979fa2b3f76d15fb92a6c478a7408abd0873f5cc466e93f0bbed1fa3f4b\";}}s:5:\"nonce\";s:12:\"3458228d7f0c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576198736;a:11:{s:2:\"db\";s:55:\"backup_2019-12-13-0058_O_Fogon_da_Ra_33b138252f6d-db.gz\";s:7:\"db-size\";i:2858611;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"398efd23a4acb189ed0163200386ddd4ceb4e7cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6dda756c59296afb840d21ec6a3d75214813a5f7c67be7cd5d9a3c2e5c57ce97\";}}s:5:\"nonce\";s:12:\"33b138252f6d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576108885;a:11:{s:2:\"db\";s:55:\"backup_2019-12-12-0001_O_Fogon_da_Ra_43631c4ea657-db.gz\";s:7:\"db-size\";i:2858948;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a87ddc64a0a2cef95c14c91d716295fa7499469e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6113a039a31c92cd0415d36217e774eedf14ec732a86743c4bdc1e192b2cdf43\";}}s:5:\"nonce\";s:12:\"43631c4ea657\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1576028076;a:11:{s:2:\"db\";s:55:\"backup_2019-12-11-0134_O_Fogon_da_Ra_e463b6967bf4-db.gz\";s:7:\"db-size\";i:2858756;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"623308581307c9c02025c60b6e5234291c5252db\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ed326e7be7fac82e270ef94be806f69dbb7db2cd5e20e835262b6c35d6cdd057\";}}s:5:\"nonce\";s:12:\"e463b6967bf4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575938038;a:11:{s:2:\"db\";s:55:\"backup_2019-12-10-0033_O_Fogon_da_Ra_6213f95ebcba-db.gz\";s:7:\"db-size\";i:3032547;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d2a2084427a52791e359df742c3484d0e27e280d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b61f9de3c29e29ef6080878dfe5e3040b09c80d2552cf5155204b84b8273a0c4\";}}s:5:\"nonce\";s:12:\"6213f95ebcba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575851436;a:11:{s:2:\"db\";s:55:\"backup_2019-12-09-0030_O_Fogon_da_Ra_75d36d3da66b-db.gz\";s:7:\"db-size\";i:2856687;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d88a836158eb6d1d120b07b883ed7cd743fed67b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"930415176ece8f1f66e5976ebfef6831324d0c344f3143456014f243f7582028\";}}s:5:\"nonce\";s:12:\"75d36d3da66b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575766081;a:11:{s:2:\"db\";s:55:\"backup_2019-12-08-0048_O_Fogon_da_Ra_0f769ba4f1ef-db.gz\";s:7:\"db-size\";i:2856249;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9b0ea38d543cd7146dceceb3c44c8cdd5a59f0dc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7003f42e1072b5b07ef8db6e74521021aea07860e2331ce05119e1159ed80340\";}}s:5:\"nonce\";s:12:\"0f769ba4f1ef\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575679097;a:11:{s:2:\"db\";s:55:\"backup_2019-12-07-0038_O_Fogon_da_Ra_3903425bba04-db.gz\";s:7:\"db-size\";i:2855952;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"05f44ea98d3158baf5fdf224a3be64324827c3f0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d862d0bb89771a996259655d0460c944eed8f5970e1bc6ad8983a1505fcaa6d1\";}}s:5:\"nonce\";s:12:\"3903425bba04\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575592657;a:11:{s:2:\"db\";s:55:\"backup_2019-12-06-0037_O_Fogon_da_Ra_834bf43f8b13-db.gz\";s:7:\"db-size\";i:2856087;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"588382656e47306045822eb988b89493cd139bcd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"60aa9344cde3ae76e739854e6147dfb64ef05c9fb9b1a20d72788782a81a694f\";}}s:5:\"nonce\";s:12:\"834bf43f8b13\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575504010;a:11:{s:2:\"db\";s:55:\"backup_2019-12-05-0000_O_Fogon_da_Ra_504229f47821-db.gz\";s:7:\"db-size\";i:2855935;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f117d9bea4d5fcf3d2dedc7d45e2fa04e994e779\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eb67cbb1fe0fc492e2c5d3c0c93f3c356842f03a8d2566f397a08a7760d259c5\";}}s:5:\"nonce\";s:12:\"504229f47821\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575418258;a:11:{s:2:\"db\";s:55:\"backup_2019-12-04-0010_O_Fogon_da_Ra_e9c427df75d0-db.gz\";s:7:\"db-size\";i:2856143;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3641ce17d4705714f0c89f11bcb405416f0f88de\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ed5b1d7be66393defe991d702de6858c2702361730986ac1e4c4e9938958e933\";}}s:5:\"nonce\";s:12:\"e9c427df75d0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575338559;a:11:{s:2:\"db\";s:55:\"backup_2019-12-03-0202_O_Fogon_da_Ra_aa5b5a3d6ab3-db.gz\";s:7:\"db-size\";i:2043157;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6242c2c61b23c8cf801acdb2a3be8e695e11a726\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"de72ce47fed7bc1cf35a33a3cf7d8965855e61b45a2a2bab86bf143b0b489331\";}}s:5:\"nonce\";s:12:\"aa5b5a3d6ab3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575248333;a:11:{s:2:\"db\";s:55:\"backup_2019-12-02-0058_O_Fogon_da_Ra_e515fdbda5f6-db.gz\";s:7:\"db-size\";i:2043315;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fddcade05286fbb554c47c7121e87a00c8a4bda6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0702089ea2bb12c763dd7000f6d11d4e76e709eba7bec2d7a457b1d499f47279\";}}s:5:\"nonce\";s:12:\"e515fdbda5f6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575160627;a:11:{s:2:\"db\";s:55:\"backup_2019-12-01-0037_O_Fogon_da_Ra_400ccef7842d-db.gz\";s:7:\"db-size\";i:2040308;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f98a864717d60aa842c8d8e1bbef48ceac124de2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8b57974412f0067d04c7011b4317ee701a745a839701dc4ff80d87765b361627\";}}s:5:\"nonce\";s:12:\"400ccef7842d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1575072716;a:11:{s:2:\"db\";s:55:\"backup_2019-11-30-0011_O_Fogon_da_Ra_26f55932159f-db.gz\";s:7:\"db-size\";i:2084504;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"88f251353b251da27ba03208cb0aa4b75e090b39\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6eef7ee21217363103f4725e1dabf90d8281c3ce0d2b8df78c2994e2877bf53c\";}}s:5:\"nonce\";s:12:\"26f55932159f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574987592;a:11:{s:2:\"db\";s:55:\"backup_2019-11-29-0033_O_Fogon_da_Ra_ceee5d8aac80-db.gz\";s:7:\"db-size\";i:2084389;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"60a7d7c570bccfba68a6a11c861af261211e0612\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b20ded3738383967f3a7b6d6f113ffcd40b9f10a3bc2fa8a9bc4c60b06421894\";}}s:5:\"nonce\";s:12:\"ceee5d8aac80\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574900653;a:11:{s:2:\"db\";s:55:\"backup_2019-11-28-0024_O_Fogon_da_Ra_42d556a6d942-db.gz\";s:7:\"db-size\";i:2081401;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7c70b622ab5f90ff5640b2675692016c4d5cf0be\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"46cb45990ce4b32cfa5d043b0dfde62af959f1521096f5e9ecfbfe9efee430b2\";}}s:5:\"nonce\";s:12:\"42d556a6d942\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574814618;a:11:{s:2:\"db\";s:55:\"backup_2019-11-27-0030_O_Fogon_da_Ra_e3d70f3ece3c-db.gz\";s:7:\"db-size\";i:2855757;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3e04a833e6fc7bd2e7fb4b6ea42f9ec7858e269e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"46c907b4cc00811a40f2e6f7e2a05c9d5496dd2ec0bc03eedb481a3c5f39c837\";}}s:5:\"nonce\";s:12:\"e3d70f3ece3c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574727079;a:11:{s:2:\"db\";s:55:\"backup_2019-11-26-0011_O_Fogon_da_Ra_6d7704d79a75-db.gz\";s:7:\"db-size\";i:2855335;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"67562a7fb95eafe05d0a8e5dd971ff8facaaa77b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1be9a436b65feb3eea68ea14b24c93c8c1387425299b17c80e1bed5ac023bb93\";}}s:5:\"nonce\";s:12:\"6d7704d79a75\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574642931;a:11:{s:2:\"db\";s:55:\"backup_2019-11-25-0048_O_Fogon_da_Ra_7f9cedbb3cd2-db.gz\";s:7:\"db-size\";i:2855064;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"55188184c47795263301d51795d1d391c7818a49\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ec7d864b36e6eeadd580a1970a5a236a64268bbf2fbee06d1f366508f6e8fbaa\";}}s:5:\"nonce\";s:12:\"7f9cedbb3cd2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574556332;a:11:{s:2:\"db\";s:55:\"backup_2019-11-24-0045_O_Fogon_da_Ra_12662661b964-db.gz\";s:7:\"db-size\";i:2044645;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8ce5c7ba9867a5627520d9c8e34adc3070b43b12\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"18a701fa7827f0fc04837f2f99eac1bf9c5bdd673406249bc82f9ee16fb4c4a2\";}}s:5:\"nonce\";s:12:\"12662661b964\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574468099;a:11:{s:2:\"db\";s:55:\"backup_2019-11-23-0014_O_Fogon_da_Ra_640053dcad97-db.gz\";s:7:\"db-size\";i:2043713;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5df163f0a640a798fa90dc4704d1f18d01258b44\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"400cebf61d44a5a2df6f8bed826e64708d876fc5746cbf6a4d08d42f773f3466\";}}s:5:\"nonce\";s:12:\"640053dcad97\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574385031;a:11:{s:2:\"db\";s:55:\"backup_2019-11-22-0110_O_Fogon_da_Ra_fb265ed347c2-db.gz\";s:7:\"db-size\";i:2041284;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2bbe280df5c83709b3d49ec37f21775868341567\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3906843530cd66adcfcf951e2419fb24290dcd179395af34b27f008a9307c51c\";}}s:5:\"nonce\";s:12:\"fb265ed347c2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574295718;a:11:{s:2:\"db\";s:55:\"backup_2019-11-21-0021_O_Fogon_da_Ra_95c7335476cc-db.gz\";s:7:\"db-size\";i:2854127;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d3ed63a8c1432560b36dbb9dabbb1a047362a4cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c1aa94bd8515f29c285edf3f34601c9eca24dc814208c337d340887b27771319\";}}s:5:\"nonce\";s:12:\"95c7335476cc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574217499;a:11:{s:2:\"db\";s:55:\"backup_2019-11-20-0238_O_Fogon_da_Ra_e57016ae7c8d-db.gz\";s:7:\"db-size\";i:2853877;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"632f195177247aac79f4793c44331f02762dc413\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1ba8e1232002ee45a6cbc5ac1f17bc4a57f32ff6f0c8e15fbde6d5e9024e6bb3\";}}s:5:\"nonce\";s:12:\"e57016ae7c8d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574123035;a:11:{s:2:\"db\";s:55:\"backup_2019-11-19-0023_O_Fogon_da_Ra_80f02e626147-db.gz\";s:7:\"db-size\";i:2853523;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"44bc6cf953c55fbff053dd66e7728dc5cae63d3d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ee0121a901cfb437ac6a5ac8914b37859f478063a65a5dc60b0812b2ea52a74c\";}}s:5:\"nonce\";s:12:\"80f02e626147\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1574038223;a:11:{s:2:\"db\";s:55:\"backup_2019-11-18-0050_O_Fogon_da_Ra_5b4d07de918d-db.gz\";s:7:\"db-size\";i:2050034;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5f389a9dcbca96d1e88db947e1aab82f7bc06b82\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f62a4db74dbc9a6bee2b3f71e0d43048868021b99994bf2c3bdd68f7c7d36f78\";}}s:5:\"nonce\";s:12:\"5b4d07de918d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573949486;a:11:{s:2:\"db\";s:55:\"backup_2019-11-17-0011_O_Fogon_da_Ra_7d2e1872f6e5-db.gz\";s:7:\"db-size\";i:2049943;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c564633ec66cb81e38ee58f7f2e1048fa9735624\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b48ee27f6019945fd89872db23b004f36830c1c77d3785edc28853a204511e32\";}}s:5:\"nonce\";s:12:\"7d2e1872f6e5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573862657;a:11:{s:2:\"db\";s:55:\"backup_2019-11-16-0004_O_Fogon_da_Ra_dd7f22ce37fb-db.gz\";s:7:\"db-size\";i:2047045;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8c52b88327a3e8176bc1dc09d2133cb38a0447f6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d8fbae801c9c728ca78da2d8bb6d7fb771f49e5a640f4a2a0a4f94f152f5d102\";}}s:5:\"nonce\";s:12:\"dd7f22ce37fb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573777067;a:11:{s:2:\"db\";s:55:\"backup_2019-11-15-0017_O_Fogon_da_Ra_92df70fdb65f-db.gz\";s:7:\"db-size\";i:2844136;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5cc5004f7a51ec9f2a22432cdb8d798b194244cc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3d782065889905f0b17c024adaf878a45f06b33fd91654be3908e6b1cc30f4d7\";}}s:5:\"nonce\";s:12:\"92df70fdb65f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573690867;a:11:{s:2:\"db\";s:55:\"backup_2019-11-14-0021_O_Fogon_da_Ra_6c2668fcbdcf-db.gz\";s:7:\"db-size\";i:2843242;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7d1e7a8ef8557cce88472b0dec669243db0d62f2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9ed6be5e4b253a43e262fa0cccf5e9dda0522793345c6568f82e1b069a24b067\";}}s:5:\"nonce\";s:12:\"6c2668fcbdcf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573603902;a:11:{s:2:\"db\";s:55:\"backup_2019-11-13-0011_O_Fogon_da_Ra_59146da86713-db.gz\";s:7:\"db-size\";i:2841927;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"25a7731c7653c748a91e54f60d4762cd49184195\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"77089b9b7d454309a4a8049961179202631b35cde55571717ffdd441bbec10b7\";}}s:5:\"nonce\";s:12:\"59146da86713\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573519416;a:11:{s:2:\"db\";s:55:\"backup_2019-11-12-0043_O_Fogon_da_Ra_07bd2f6c1c41-db.gz\";s:7:\"db-size\";i:3307008;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d584dca561c0bea6af6259af6c744e108b481751\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"aea43d4e7c9993e55d166f9f6fd094d563250970bbb6e973e45510a14f23008e\";}}s:5:\"nonce\";s:12:\"07bd2f6c1c41\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573434205;a:11:{s:2:\"db\";s:55:\"backup_2019-11-11-0103_O_Fogon_da_Ra_046bbd5301ae-db.gz\";s:7:\"db-size\";i:3306905;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1dc455ae964467e130b33501078a07417a8ba00\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fff157ff620d4f8754428313004b94098f98dbc59aaf7d3c1d3b84fc0d5f37f6\";}}s:5:\"nonce\";s:12:\"046bbd5301ae\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573345666;a:11:{s:2:\"db\";s:55:\"backup_2019-11-10-0027_O_Fogon_da_Ra_34bf538a209f-db.gz\";s:7:\"db-size\";i:3932596;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8dcde0a33fc6b8fbbb6f6a52e05082b5cff23405\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c84034972a9cb9edab329c537aa2b6c46aa9df50518f34d767082b6ab8bdc95d\";}}s:5:\"nonce\";s:12:\"34bf538a209f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573259607;a:11:{s:2:\"db\";s:55:\"backup_2019-11-09-0033_O_Fogon_da_Ra_04b6124d4d90-db.gz\";s:7:\"db-size\";i:2841027;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b11fb57fba4b224a4c8330934898c47b97247aad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9648642d919a8cbfb013bc69c8c96271eba618431741da17003356d0f7af710e\";}}s:5:\"nonce\";s:12:\"04b6124d4d90\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573177836;a:11:{s:2:\"db\";s:55:\"backup_2019-11-08-0150_O_Fogon_da_Ra_7349992484ab-db.gz\";s:7:\"db-size\";i:2840712;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"525a87d118c023ac9033d9dba95148d23c936396\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"17554739c144c4bf551b396f25a8cb7d9f776dfbe1b5104bcfd715400d1de3dc\";}}s:5:\"nonce\";s:12:\"7349992484ab\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1573085820;a:11:{s:2:\"db\";s:55:\"backup_2019-11-07-0017_O_Fogon_da_Ra_4c6366544662-db.gz\";s:7:\"db-size\";i:2840173;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3bc196ec60532ea8438ba6313842b10fdc6b6a87\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c4938a560e08d1bc93d558de97964da4f4536d8f304608f7d660d35b76803d11\";}}s:5:\"nonce\";s:12:\"4c6366544662\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572999703;a:11:{s:2:\"db\";s:55:\"backup_2019-11-06-0021_O_Fogon_da_Ra_2718ab0ea475-db.gz\";s:7:\"db-size\";i:2840411;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e17c491c09e6b4568641ab365e7522f367eda643\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b184bca8568dde7584641a98ca4355772f648ee9aad0399b2a6558aec05e24af\";}}s:5:\"nonce\";s:12:\"2718ab0ea475\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572912747;a:11:{s:2:\"db\";s:55:\"backup_2019-11-05-0012_O_Fogon_da_Ra_c30676b8b14b-db.gz\";s:7:\"db-size\";i:2840154;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9524b0eee5aef88ae7b903ce7d56202128fcb1a7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"abc8790fac23b070befaa2c56d55c78230d657bb5a190732602779e58769a40e\";}}s:5:\"nonce\";s:12:\"c30676b8b14b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572825821;a:11:{s:2:\"db\";s:55:\"backup_2019-11-04-0003_O_Fogon_da_Ra_a3d5ca07633c-db.gz\";s:7:\"db-size\";i:2839952;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cd8cbd3711110423ed5e469dc894fa1a37a7456b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9f4bce9668cf3acecb5e699162b5d911b6d9fcad476811e454cb883d8381bdd5\";}}s:5:\"nonce\";s:12:\"a3d5ca07633c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572740675;a:11:{s:2:\"db\";s:55:\"backup_2019-11-03-0024_O_Fogon_da_Ra_9c573719cd7e-db.gz\";s:7:\"db-size\";i:2840227;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7666cce9401eeccfb6785dc9df6ad7aaa698e26f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3e8f74e51c62e649b45ba8f77af061383ab4756c235ddbbc740a1cf4957922a6\";}}s:5:\"nonce\";s:12:\"9c573719cd7e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572654795;a:11:{s:2:\"db\";s:55:\"backup_2019-11-02-0033_O_Fogon_da_Ra_3e8ffaff2eed-db.gz\";s:7:\"db-size\";i:2837960;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"db7530557916d2006bd51360958fe08fee4d5be2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"756c59c92e8b5e9a5d897d272e01057e1999854d80b7a3dfb3d25b0a258d39d9\";}}s:5:\"nonce\";s:12:\"3e8ffaff2eed\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572568673;a:11:{s:2:\"db\";s:55:\"backup_2019-11-01-0037_O_Fogon_da_Ra_6d49aadfe566-db.gz\";s:7:\"db-size\";i:2837044;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"05e4119b2983dfd9c629af168baa89b27299f1f3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c08373137d18b55e4a24af611d1968d632b1dd9cf626b6455bd24b8716ae4be3\";}}s:5:\"nonce\";s:12:\"6d49aadfe566\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572480558;a:11:{s:2:\"db\";s:55:\"backup_2019-10-31-0009_O_Fogon_da_Ra_4dfc6c8f691e-db.gz\";s:7:\"db-size\";i:2838171;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"122bb3dd419999ce9854ef9a560402d4001b09fb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3c49026374b8b0f4410c9eadec7c07623c0b2bdbf473039b4636de64bc25bf7e\";}}s:5:\"nonce\";s:12:\"4dfc6c8f691e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572399311;a:11:{s:2:\"db\";s:55:\"backup_2019-10-30-0135_O_Fogon_da_Ra_07a483af21c9-db.gz\";s:7:\"db-size\";i:2836479;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"36f54f75007fde57f8df50669d36fcb5c2702b8f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6666d2328488c9f7940672449a0aa6e9b4208e936a15b31d868d1ab4b7be5a27\";}}s:5:\"nonce\";s:12:\"07a483af21c9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572307791;a:11:{s:2:\"db\";s:55:\"backup_2019-10-29-0009_O_Fogon_da_Ra_87bb7e9ef318-db.gz\";s:7:\"db-size\";i:2836091;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07b6547daa6bd140cf9fabe9dca6b999c0a22751\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9b7aa7c6ab1f6723328a07ad07a3b95477932c9b0d8b788edccbe828b8a5b90f\";}}s:5:\"nonce\";s:12:\"87bb7e9ef318\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572221683;a:11:{s:2:\"db\";s:55:\"backup_2019-10-28-0014_O_Fogon_da_Ra_dfbeab739c40-db.gz\";s:7:\"db-size\";i:2836562;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a23b5699333c4468309b2c4930c04c72de5bb378\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"939c45a2b6f59c172c73c73e043b526b4238040575784a879a12888d2d8a3a0d\";}}s:5:\"nonce\";s:12:\"dfbeab739c40\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572143515;a:11:{s:2:\"db\";s:55:\"backup_2019-10-27-0231_O_Fogon_da_Ra_aebeab7d4bd4-db.gz\";s:7:\"db-size\";i:2836210;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bf4e5295daff4264096fcf2001fd488be8cf266e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"da3f3a4fc0ba4f48e5b510ed1202ba88c2240bb18d29f70b22bb18e83e443d64\";}}s:5:\"nonce\";s:12:\"aebeab7d4bd4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1572048399;a:11:{s:2:\"db\";s:55:\"backup_2019-10-26-0006_O_Fogon_da_Ra_2632ed90ac56-db.gz\";s:7:\"db-size\";i:2835810;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"17570743cceb256555b1b9551a4bbf5b03e51af3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e42973392a7b1a2adc5727201ffefba7fa735cab0d79712a2c5aed732dfeb404\";}}s:5:\"nonce\";s:12:\"2632ed90ac56\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571966490;a:11:{s:2:\"db\";s:55:\"backup_2019-10-25-0121_O_Fogon_da_Ra_2f4bf3021627-db.gz\";s:7:\"db-size\";i:2835941;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"28498a77d9b36bad3458b7ed3163aeb6a80ea10f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"68370d11d91d85fc1749c86c1dd99ab00f66f04d4a6b79421e036bd9afb5e272\";}}s:5:\"nonce\";s:12:\"2f4bf3021627\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571875473;a:11:{s:2:\"db\";s:55:\"backup_2019-10-24-0004_O_Fogon_da_Ra_48d3c139380c-db.gz\";s:7:\"db-size\";i:2836228;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bca4e6d4dc266a07fff7e85c089663b451e41803\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1297300c6cad3773bb2e0bd5179ec94325d022d57910e31696d479c92fc26949\";}}s:5:\"nonce\";s:12:\"48d3c139380c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571792282;a:11:{s:2:\"db\";s:55:\"backup_2019-10-23-0058_O_Fogon_da_Ra_9497dc901bf4-db.gz\";s:7:\"db-size\";i:2836092;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"57faa51f7d17ad106c8a8a1569427f42e6efd8fd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7194225ff724044ef69492ebbfb439f7f16e71f27cf4eb8e33e294e60a6a895e\";}}s:5:\"nonce\";s:12:\"9497dc901bf4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571703443;a:11:{s:2:\"db\";s:55:\"backup_2019-10-22-0017_O_Fogon_da_Ra_58370fc3ce75-db.gz\";s:7:\"db-size\";i:2835869;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7b9ea36eeae3c66a7518595ed3493e89424773c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c755d038cc53ecb943fa69295c14019787bb64f38af55f5fb7eed2737617adae\";}}s:5:\"nonce\";s:12:\"58370fc3ce75\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571616927;a:11:{s:2:\"db\";s:55:\"backup_2019-10-21-0015_O_Fogon_da_Ra_95b0a9b5d9e7-db.gz\";s:7:\"db-size\";i:2835565;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8cf51802856c833927cac3b92fe7009acaadc360\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"62f4086bac96362df402a75ce1ff04c5499056b912eaa948a93955d85e74900d\";}}s:5:\"nonce\";s:12:\"95b0a9b5d9e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571535091;a:11:{s:2:\"db\";s:55:\"backup_2019-10-20-0131_O_Fogon_da_Ra_353d2e17f570-db.gz\";s:7:\"db-size\";i:2835749;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"14089e4cf647cfca5057fac7e2413ae4f6c0bf29\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fec0ef5020fb3069ed1b704f25dee810b7762d22722ef42e145a6237d0934ad4\";}}s:5:\"nonce\";s:12:\"353d2e17f570\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571443741;a:11:{s:2:\"db\";s:55:\"backup_2019-10-19-0009_O_Fogon_da_Ra_4a2711497fa6-db.gz\";s:7:\"db-size\";i:3420688;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7bcc2f3c703342076b22c625692473ceeca9b944\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9254d7e993e1700803497095d7ffbf99118ce68dda29dc2dc66c7af695bc9781\";}}s:5:\"nonce\";s:12:\"4a2711497fa6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571363760;a:11:{s:2:\"db\";s:55:\"backup_2019-10-18-0156_O_Fogon_da_Ra_02615db50c08-db.gz\";s:7:\"db-size\";i:3578493;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bda1728dc97b7cee225e90be8e87dff0ba6cc347\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"01a04d6ce0eac2d8e559f45bf03c11c4f5552d25e7237a06ec4f8f181dd4c1b8\";}}s:5:\"nonce\";s:12:\"02615db50c08\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571271933;a:11:{s:2:\"db\";s:55:\"backup_2019-10-17-0025_O_Fogon_da_Ra_093642a3f4b7-db.gz\";s:7:\"db-size\";i:3432897;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b82fc694e89286bbc423f64b54a996fd89dac911\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"784d9430778bdd82438866d04ceb2e7a964ad3f878cae2aaf22b6143ad49b94d\";}}s:5:\"nonce\";s:12:\"093642a3f4b7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571186664;a:11:{s:2:\"db\";s:55:\"backup_2019-10-16-0044_O_Fogon_da_Ra_52432fe303a7-db.gz\";s:7:\"db-size\";i:2844341;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"06d1420872116af04298d87458274a664f605757\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e578fb421368da7da477aa992eeeeeadb02e60fb60b8ad6fd914b44ec3c99543\";}}s:5:\"nonce\";s:12:\"52432fe303a7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571098171;a:11:{s:2:\"db\";s:55:\"backup_2019-10-15-0009_O_Fogon_da_Ra_e1a8d2034de4-db.gz\";s:7:\"db-size\";i:2843581;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"99f07fa9b48b141f6b35b1b06632bfcbeb52e676\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a004379953c4783f73236b7264f8ade2967652c777ad19eec02bd4f21fbdd15f\";}}s:5:\"nonce\";s:12:\"e1a8d2034de4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1571013456;a:11:{s:2:\"db\";s:55:\"backup_2019-10-14-0037_O_Fogon_da_Ra_aa7808f230bb-db.gz\";s:7:\"db-size\";i:3026842;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2b584478c8512b66899785d3884e0a991295f532\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"df8b97117566a088e60cd64fa644a689ffe3a335337e77e7f971e9313526f6a9\";}}s:5:\"nonce\";s:12:\"aa7808f230bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570926253;a:11:{s:2:\"db\";s:55:\"backup_2019-10-13-0024_O_Fogon_da_Ra_c2f9d32c76bf-db.gz\";s:7:\"db-size\";i:2843586;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07e4ab6135f8ead6bd71646291483035fbb5037e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fc61bbea25bf432ceeaa0bd37bcff462946024abe2f62d9ac3ec257320b3d176\";}}s:5:\"nonce\";s:12:\"c2f9d32c76bf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570838497;a:11:{s:2:\"db\";s:55:\"backup_2019-10-12-0001_O_Fogon_da_Ra_45879ee6f860-db.gz\";s:7:\"db-size\";i:2844402;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1f1fe369cba625824e9942b9955416a0e6c97dcf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9014bd68ed70f2ff6dfd2068287392e8e2bddae90fddca5917327fd7ec290723\";}}s:5:\"nonce\";s:12:\"45879ee6f860\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570763040;a:11:{s:2:\"db\";s:55:\"backup_2019-10-11-0304_O_Fogon_da_Ra_a2227eb24882-db.gz\";s:7:\"db-size\";i:2844115;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10e6beca11c5c24a8cb58381b3e9049ac37198f1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b77b3a80ec66eacb98fd3ec90fe11476bc86bbb6cc6287ac1cbc4c7b5a584856\";}}s:5:\"nonce\";s:12:\"a2227eb24882\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570669283;a:11:{s:2:\"db\";s:55:\"backup_2019-10-10-0101_O_Fogon_da_Ra_8323d9b0a804-db.gz\";s:7:\"db-size\";i:2844355;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5cdd81ea7a4232e52e2d853a680a8d7e1318be54\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"24d8b0c23b02ff8486df7b3cfdb62d57f4eb191fec9a551201539b05f96fce3c\";}}s:5:\"nonce\";s:12:\"8323d9b0a804\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570579526;a:11:{s:2:\"db\";s:55:\"backup_2019-10-09-0005_O_Fogon_da_Ra_89218d0488e6-db.gz\";s:7:\"db-size\";i:2844133;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bf896879ee27aab1aa2cd54de65af7c76275cc61\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f3db230afb4174609b2f2acdf58524152e8c0ad8e763829effc12e2a12054d4\";}}s:5:\"nonce\";s:12:\"89218d0488e6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570493780;a:11:{s:2:\"db\";s:55:\"backup_2019-10-08-0016_O_Fogon_da_Ra_51b88f794128-db.gz\";s:7:\"db-size\";i:2843615;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0320bcaf06e0024a8aa3dd8657bb93f53ba6988e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8ddd4faea908aedbc61e976d07ac29e066acdee3a85ba24c4867a62b75fd234c\";}}s:5:\"nonce\";s:12:\"51b88f794128\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570410696;a:11:{s:2:\"db\";s:55:\"backup_2019-10-07-0111_O_Fogon_da_Ra_eb5c1628421d-db.gz\";s:7:\"db-size\";i:2843730;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6b9fdaf0f5361035d77e9c0f7092793d0188ad2b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"db431030a76c7aba79c71322126c009400120d0c65fc3f3b429045f6b8929389\";}}s:5:\"nonce\";s:12:\"eb5c1628421d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570334256;a:11:{s:2:\"db\";s:55:\"backup_2019-10-06-0357_O_Fogon_da_Ra_547910ee9040-db.gz\";s:7:\"db-size\";i:2843421;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d9dcea7900fc157605baae5e1481397db46e030\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2a972ef95c55d105b9f3d0d5e1b3e4d51d09c2375f1d1ee392da5ac7a7a2559a\";}}s:5:\"nonce\";s:12:\"547910ee9040\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570236612;a:11:{s:2:\"db\";s:55:\"backup_2019-10-05-0050_O_Fogon_da_Ra_49734491ad5a-db.gz\";s:7:\"db-size\";i:2841873;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a0ba68ae7f89afee407be53b8c72e20a6e236934\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a61f2458a2a4ee3022b26db3189dae8fb0daaf46db6f4b03c36f5941df5397db\";}}s:5:\"nonce\";s:12:\"49734491ad5a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570151094;a:11:{s:2:\"db\";s:55:\"backup_2019-10-04-0104_O_Fogon_da_Ra_1d7df35129d4-db.gz\";s:7:\"db-size\";i:2845771;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1c36eb84569769fefa2563593ca9f2bd5b876d7c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"247e886375436220e7e40dd1be8e05695ebef40ea5ab31d3ab90131321bd9749\";}}s:5:\"nonce\";s:12:\"1d7df35129d4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1570061591;a:11:{s:2:\"db\";s:55:\"backup_2019-10-03-0013_O_Fogon_da_Ra_3c0fd52e92cb-db.gz\";s:7:\"db-size\";i:2845483;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"15c786ed07197d51bb3d4edd797375bb22909a1a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bcd575a70c5301e44c6bda2ebcda5872ae6a9bf649165daa804b3bb73e0cfeab\";}}s:5:\"nonce\";s:12:\"3c0fd52e92cb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569981151;a:11:{s:2:\"db\";s:55:\"backup_2019-10-02-0152_O_Fogon_da_Ra_f31d69ac2530-db.gz\";s:7:\"db-size\";i:2845234;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a0f499d62f9fc734d80d355104ca61c54f20e446\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"14bf82d82b0f6c09c146c1f9f80b78755be487bb658b01edae40f3a8ab619950\";}}s:5:\"nonce\";s:12:\"f31d69ac2530\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569890828;a:11:{s:2:\"db\";s:55:\"backup_2019-10-01-0047_O_Fogon_da_Ra_dd78a2ab6920-db.gz\";s:7:\"db-size\";i:3450105;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"60494dabb34ee999f6aafa9f02d645f297e85477\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c5f28df06309b92ab29ebad0d4899290c5f2204585c2d2aac2aec2389662948d\";}}s:5:\"nonce\";s:12:\"dd78a2ab6920\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569807167;a:11:{s:2:\"db\";s:55:\"backup_2019-09-30-0132_O_Fogon_da_Ra_b20c6b28da5c-db.gz\";s:7:\"db-size\";i:3450962;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a438e745b43e702c59bfb7f14a3b6ed09c3a6be0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ddc0a771fae57e4321258ce8c304d4ea3a967a59353f71012e3342be8fa51360\";}}s:5:\"nonce\";s:12:\"b20c6b28da5c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569715653;a:11:{s:2:\"db\";s:55:\"backup_2019-09-29-0007_O_Fogon_da_Ra_116ab28d5635-db.gz\";s:7:\"db-size\";i:4115292;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1bd7a47788484f2f923449d051dd410faf3fbfd6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a3fcebcd5cb5f2c1f2af04ac27164a19b0f014e93bba6e1f55f165bd44a6cc57\";}}s:5:\"nonce\";s:12:\"116ab28d5635\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569635405;a:11:{s:2:\"db\";s:55:\"backup_2019-09-28-0150_O_Fogon_da_Ra_66717741d718-db.gz\";s:7:\"db-size\";i:2842665;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a3d80e8d2f7359f5b634004acb3e00ae151054e0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"32a28fb9ad388307077b6ef14f70033181d3f4b4e9fed00a31f7bb35bf6adfe7\";}}s:5:\"nonce\";s:12:\"66717741d718\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569543536;a:11:{s:2:\"db\";s:55:\"backup_2019-09-27-0018_O_Fogon_da_Ra_c4802a0b98f2-db.gz\";s:7:\"db-size\";i:2842349;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e319d85ad2ece1e8fe8e218eb28c213e6ff77039\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dc8b7f9d638f274dfac2147c0a929e7340f333b1b83bb50e1f559d01f6484780\";}}s:5:\"nonce\";s:12:\"c4802a0b98f2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569458725;a:11:{s:2:\"db\";s:55:\"backup_2019-09-26-0045_O_Fogon_da_Ra_cf4e0aa3d291-db.gz\";s:7:\"db-size\";i:2841321;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3231b9f537e3fa0468e5d2e5e03e8d94ce664149\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f06cc2ad642eab02ccc5ca2f248755c702def3750e60f4e10b4c5138dd5dace4\";}}s:5:\"nonce\";s:12:\"cf4e0aa3d291\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569370498;a:11:{s:2:\"db\";s:55:\"backup_2019-09-25-0014_O_Fogon_da_Ra_0b3a4b9a62f1-db.gz\";s:7:\"db-size\";i:2040926;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a8175e9f92d97824aff825db9d5af18f8d373d4b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e2c67ee4c1105a5c69933c2b4e83c92dd74ecc6c9dec9c885b0c098ea52f56af\";}}s:5:\"nonce\";s:12:\"0b3a4b9a62f1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569286038;a:11:{s:2:\"db\";s:55:\"backup_2019-09-24-0047_O_Fogon_da_Ra_0a99557dc1fc-db.gz\";s:7:\"db-size\";i:2040708;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6c99872c45bc05476bde71a2243d5cc2bb727151\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"296dea92607e93e48647f0cc7a5cdaeda75c988fa53c5dc6b6da0326bc53090e\";}}s:5:\"nonce\";s:12:\"0a99557dc1fc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569197895;a:11:{s:2:\"db\";s:55:\"backup_2019-09-23-0018_O_Fogon_da_Ra_046a9a1757c1-db.gz\";s:7:\"db-size\";i:2038794;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0cae5ff30c0d50eb9d58aec46081d74ddfaaf10a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9687b2698efc95fb464c29b6e8148d9bf02b9291b4bec361da5609709cc8f021\";}}s:5:\"nonce\";s:12:\"046a9a1757c1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569113212;a:11:{s:2:\"db\";s:55:\"backup_2019-09-22-0046_O_Fogon_da_Ra_d455b6d214f7-db.gz\";s:7:\"db-size\";i:2840616;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eceb866f0dcd555467e4dfc960e46300e1711c6d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"acc942028f7e7a882138af985d0f938d7b88e9b9c4731ed422bf47b824dc9a9f\";}}s:5:\"nonce\";s:12:\"d455b6d214f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1569029096;a:11:{s:2:\"db\";s:55:\"backup_2019-09-21-0124_O_Fogon_da_Ra_a7ac925e095f-db.gz\";s:7:\"db-size\";i:2839844;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"22272d14dbb68f527af30c7d5ff47da3e017d291\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d3adba2b7eeab7500ccec27661d2531e6c2e58f0c517cdfd680d7268f380d39b\";}}s:5:\"nonce\";s:12:\"a7ac925e095f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568940680;a:11:{s:2:\"db\";s:55:\"backup_2019-09-20-0051_O_Fogon_da_Ra_318c5764bf33-db.gz\";s:7:\"db-size\";i:2854370;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0f2b40aeab65d15a73aa958a4dce9339ea489358\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"db1b7f9b217ebe9fcb9cce2e9fbd2fd02258e0869419ec878b0f58f9d2e66194\";}}s:5:\"nonce\";s:12:\"318c5764bf33\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568851954;a:11:{s:2:\"db\";s:55:\"backup_2019-09-19-0012_O_Fogon_da_Ra_0b657fa13b70-db.gz\";s:7:\"db-size\";i:2838370;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ae8707cf7c1f404d58028313e2c01efd984699b3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2613eabebc28a365c1566d203659af0e921e330f0e8e884550e4a7c4c3158f89\";}}s:5:\"nonce\";s:12:\"0b657fa13b70\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568765433;a:11:{s:2:\"db\";s:55:\"backup_2019-09-18-0010_O_Fogon_da_Ra_3cbb19788b57-db.gz\";s:7:\"db-size\";i:2838125;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c3030582b41ef5f4d9489376a84362a95c734c19\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e5e2c77291b7ed8c7a35d7b01d15b32df89b6b8118d57dee75fc02185017d40c\";}}s:5:\"nonce\";s:12:\"3cbb19788b57\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568681204;a:11:{s:2:\"db\";s:55:\"backup_2019-09-17-0046_O_Fogon_da_Ra_7d4e2c5e8711-db.gz\";s:7:\"db-size\";i:2977269;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"351c666a7e707b3c1be1d47ba12ee9fa89391d03\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4f872f4c73cee797c7595e3ce3eb513e0950d0e2ed27fd73c69d130658947cec\";}}s:5:\"nonce\";s:12:\"7d4e2c5e8711\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568654940;a:5:{s:5:\"label\";s:32:\"Respaldo de: ofogondaria.com/NEW\";s:6:\"native\";b:0;s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-09-16-1729_O_Fogon_da_Ra_2d503459aab2-db.gz\";}s:7:\"db-size\";i:2975688;s:5:\"nonce\";s:12:\"2d503459aab2\";}i:1568654640;a:5:{s:5:\"label\";s:32:\"Respaldo de: ofogondaria.com/NEW\";s:6:\"native\";b:0;s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-09-16-1724_O_Fogon_da_Ra_d813923f6007-db.gz\";}s:7:\"db-size\";i:2975056;s:5:\"nonce\";s:12:\"d813923f6007\";}i:1568592670;a:11:{s:2:\"db\";s:55:\"backup_2019-09-16-0011_O_Fogon_da_Ra_0d1a5ab31ff2-db.gz\";s:7:\"db-size\";i:3158295;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0f9707ede4ca62fdde27c2d68ea94906632938ba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8374fb4546c4a1e2fae48350b54c82086c62e51c32faabc3e2e2a093568ba650\";}}s:5:\"nonce\";s:12:\"0d1a5ab31ff2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568507005;a:11:{s:2:\"db\";s:55:\"backup_2019-09-15-0023_O_Fogon_da_Ra_ba82ffb2504e-db.gz\";s:7:\"db-size\";i:3271890;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e737963cf1c05c612f05674b6ce3f27ec7c2c9c8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b217e282caa71ef5390cd66406bd21d647673d1fbd672882086dc283e376e58\";}}s:5:\"nonce\";s:12:\"ba82ffb2504e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568420209;a:11:{s:2:\"db\";s:55:\"backup_2019-09-14-0016_O_Fogon_da_Ra_dff0d4f95e29-db.gz\";s:7:\"db-size\";i:2575337;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8410bb569019a6dfaa53f15f1422383a07b6c56b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e4f5dc7fd02679748e4d83fe33fc3aec7cbcb4dac5b93a70f2e679fe7a34a450\";}}s:5:\"nonce\";s:12:\"dff0d4f95e29\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568335608;a:11:{s:2:\"db\";s:55:\"backup_2019-09-13-0046_O_Fogon_da_Ra_b02c9bb10155-db.gz\";s:7:\"db-size\";i:2547556;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fc8bf7d5c49611201384b79e20b05acb1ba35d6e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"854ebb5565279a6379c8be0beb9b31452eecbe0f58d4ad92186a85b531f53ff1\";}}s:5:\"nonce\";s:12:\"b02c9bb10155\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568246468;a:11:{s:2:\"db\";s:55:\"backup_2019-09-12-0001_O_Fogon_da_Ra_7a67b238f6ca-db.gz\";s:7:\"db-size\";i:2545901;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"45b7df1a310aa78cc31ff2e87dab269557757a3b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7f881e1d969768c86884541b80e9d53591fae56cd81a5f3e01a95ecb43d6cba1\";}}s:5:\"nonce\";s:12:\"7a67b238f6ca\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568160508;a:11:{s:2:\"db\";s:55:\"backup_2019-09-11-0008_O_Fogon_da_Ra_5daf1bcd954b-db.gz\";s:7:\"db-size\";i:2545473;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"56e849c1420d37878caf76e68021c25c80bfecc9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2532005cf6e3cfb083445bb10bf9344cb71831096ebd7cafbf36e567244a1762\";}}s:5:\"nonce\";s:12:\"5daf1bcd954b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1568074576;a:11:{s:2:\"db\";s:55:\"backup_2019-09-10-0016_O_Fogon_da_Ra_add4d86332cf-db.gz\";s:7:\"db-size\";i:2544621;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"46758fa489aa77cae87ea24d7e61de9432c44483\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3b767cb183668a208400847035867a8543fc256706353e31ff828967913ec2fd\";}}s:5:\"nonce\";s:12:\"add4d86332cf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567990720;a:11:{s:2:\"db\";s:55:\"backup_2019-09-09-0058_O_Fogon_da_Ra_8697847de8c1-db.gz\";s:7:\"db-size\";i:2544255;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f8fa2b323207e14ba28a5029d80249b1fd71f893\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4bef687e3209babdb9ed14f12b97335a0ac47eb09f3ed9cccd71fabc4d8d1e37\";}}s:5:\"nonce\";s:12:\"8697847de8c1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567901959;a:11:{s:2:\"db\";s:55:\"backup_2019-09-08-0019_O_Fogon_da_Ra_10f8a050c71d-db.gz\";s:7:\"db-size\";i:2542509;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"51ce1bae23ae4f7bbf38b0b9f20604032d62ece2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d4d7e13029ed8677d36cac07f1e1742ba4aa2290415a985bf9c4aa64c0a61e7a\";}}s:5:\"nonce\";s:12:\"10f8a050c71d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567817939;a:11:{s:2:\"db\";s:55:\"backup_2019-09-07-0058_O_Fogon_da_Ra_9b041749226e-db.gz\";s:7:\"db-size\";i:2542614;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2b9e8e7b811de62774745f6d10db07c9e52411b0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3925329e53890dd1f195f0da78bbba1a80475e9ca5bec25dd9df9ada7b3ef9a3\";}}s:5:\"nonce\";s:12:\"9b041749226e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567729401;a:11:{s:2:\"db\";s:55:\"backup_2019-09-06-0023_O_Fogon_da_Ra_aae5441ed0a8-db.gz\";s:7:\"db-size\";i:2541511;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0bf6672d14f56403de0444ab53f8ca98e9f302f5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1ed3da66215e88ff7369e41e8aad07dc6651290d899693c3f2c82d9703616403\";}}s:5:\"nonce\";s:12:\"aae5441ed0a8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567642255;a:11:{s:2:\"db\";s:55:\"backup_2019-09-05-0010_O_Fogon_da_Ra_41e643ab04de-db.gz\";s:7:\"db-size\";i:2541610;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d8299ebab16b7a02046a4c97c13b1086ab909f1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8879548a925dc214ac859434a2eeb7398023226f0b5e137aad8e6fc90e7e3915\";}}s:5:\"nonce\";s:12:\"41e643ab04de\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567555755;a:11:{s:2:\"db\";s:55:\"backup_2019-09-04-0009_O_Fogon_da_Ra_b9b31eb83d75-db.gz\";s:7:\"db-size\";i:2541794;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"793b15f0737b41e3acee5009bebb31ea0f97bd6d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42d4df96212a773fc98349de0b5ead0fd3ce52df7ddbdba155b28396f184fc93\";}}s:5:\"nonce\";s:12:\"b9b31eb83d75\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567469795;a:11:{s:2:\"db\";s:55:\"backup_2019-09-03-0016_O_Fogon_da_Ra_cf2e09961bcb-db.gz\";s:7:\"db-size\";i:2541067;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2f53ac87174251783e45a1711a0e1c52073601e9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2851382721c9954b77c75a554310cf1e9c83967d8565eea660398ba8725e014f\";}}s:5:\"nonce\";s:12:\"cf2e09961bcb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567383342;a:11:{s:2:\"db\";s:55:\"backup_2019-09-02-0015_O_Fogon_da_Ra_4bf434ea9691-db.gz\";s:7:\"db-size\";i:2541186;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c45e15c9cfe6133bb2553b2cce4000a85021a46\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b407ae239c06e60b9f3820761770dd20b4363746c6426678f5da50e9dd7ac496\";}}s:5:\"nonce\";s:12:\"4bf434ea9691\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567297226;a:11:{s:2:\"db\";s:55:\"backup_2019-09-01-0020_O_Fogon_da_Ra_b8cd654cb629-db.gz\";s:7:\"db-size\";i:2540866;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b58d3ce2324a6b2cc0cc64da8d39db5dcae6f492\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"46e83c039f3cd8cd2d487c40f87baad25df11e5055928696a681fc0f29632ddd\";}}s:5:\"nonce\";s:12:\"b8cd654cb629\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567210364;a:11:{s:2:\"db\";s:55:\"backup_2019-08-31-0012_O_Fogon_da_Ra_811f0a2c2048-db.gz\";s:7:\"db-size\";i:2540722;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dc6903201713517ae848765ff256549ba48ecf0d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9fed65961bd19ff67471a448c05652158075abeda2b7176bf5dad2ae7feb42a8\";}}s:5:\"nonce\";s:12:\"811f0a2c2048\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567124303;a:11:{s:2:\"db\";s:55:\"backup_2019-08-30-0018_O_Fogon_da_Ra_f405a363e6c4-db.gz\";s:7:\"db-size\";i:2540946;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"351ed6c91d05b6146564708c30965e4d98440d30\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8546eee5db86402e0b5833d5d08cc44b1d1e7afc781d9ba096a50c5178c3f33\";}}s:5:\"nonce\";s:12:\"f405a363e6c4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1567037086;a:11:{s:2:\"db\";s:55:\"backup_2019-08-29-0004_O_Fogon_da_Ra_9be564262722-db.gz\";s:7:\"db-size\";i:2540360;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1489720db8b20a80e3854f91e9cb05a31bee7f71\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d9b193d468976cfbc569665fcad4b44ced4f57b8473b4102ac5bad775a098bd4\";}}s:5:\"nonce\";s:12:\"9be564262722\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566951015;a:11:{s:2:\"db\";s:55:\"backup_2019-08-28-0010_O_Fogon_da_Ra_7dc967917a7b-db.gz\";s:7:\"db-size\";i:2539403;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"16c5a6e52d7e36c0e8470eb03e8a3348a8863c68\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b8f2b273c808aad36f44f2eec7573038ef27cf25cea53fb5c3302c2c888c8b5\";}}s:5:\"nonce\";s:12:\"7dc967917a7b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566865401;a:11:{s:2:\"db\";s:55:\"backup_2019-08-27-0023_O_Fogon_da_Ra_639d30fee31c-db.gz\";s:7:\"db-size\";i:2679177;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ad9a027a9f4af1a53d8853d9a8bbad966a9d65aa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b4ce1500347cbbed2c31461611d275f90b6a1d8fffa1265951f76830be453e66\";}}s:5:\"nonce\";s:12:\"639d30fee31c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566781221;a:11:{s:2:\"db\";s:55:\"backup_2019-08-26-0100_O_Fogon_da_Ra_d6d27e5aeb8e-db.gz\";s:7:\"db-size\";i:2538176;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ff94cb3d2bb330eb6054816b8725d74365cf05f8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6e1e32e8965287c218e4289fe01e286c1d5ddf4bb6bd816f5b9a674af3212a41\";}}s:5:\"nonce\";s:12:\"d6d27e5aeb8e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566692025;a:11:{s:2:\"db\";s:55:\"backup_2019-08-25-0013_O_Fogon_da_Ra_aa6ac5259958-db.gz\";s:7:\"db-size\";i:2537747;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"44bcdb7e2c4b6c7063ab6fdb5a960e6fc68f037f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"113279a083e8caf4ddb3d335ff455787071a0dfdfbb67ccd356388a077143311\";}}s:5:\"nonce\";s:12:\"aa6ac5259958\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566606530;a:11:{s:2:\"db\";s:55:\"backup_2019-08-24-0028_O_Fogon_da_Ra_cbe12bf144b6-db.gz\";s:7:\"db-size\";i:2538559;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a82ebfc845ac9d420ecc7660256526190b92505d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7f965599a407c7c45211bb15a574ce742f0bdc8781f20ded22b2c5015435e4cc\";}}s:5:\"nonce\";s:12:\"cbe12bf144b6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566518732;a:11:{s:2:\"db\";s:55:\"backup_2019-08-23-0005_O_Fogon_da_Ra_18fe1a7f1db4-db.gz\";s:7:\"db-size\";i:2538266;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"446fa57f271a8d972bc2e80c765a40f49e42b357\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"863bcc357f6220363122c5dcda5f38be6d15d7d694785f35a920b5c24b7f322e\";}}s:5:\"nonce\";s:12:\"18fe1a7f1db4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566433361;a:11:{s:2:\"db\";s:55:\"backup_2019-08-22-0022_O_Fogon_da_Ra_d9acb8f17a1f-db.gz\";s:7:\"db-size\";i:2537532;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1db6de38d529672158c582ae34c98cdb9abb084\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ffd2c1d17078873679a6e4cee36d0afc6e09a518785e5a7ca1cdb857955e64b5\";}}s:5:\"nonce\";s:12:\"d9acb8f17a1f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566346135;a:11:{s:2:\"db\";s:55:\"backup_2019-08-21-0008_O_Fogon_da_Ra_dae09cef8e97-db.gz\";s:7:\"db-size\";i:2530964;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d1f01e2581a9786b15e156c1f694a1cd8c620735\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"23f991d38354c9486798e309fedfc9b9083a1712289bc573f71b13e95b590267\";}}s:5:\"nonce\";s:12:\"dae09cef8e97\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566259395;a:11:{s:2:\"db\";s:55:\"backup_2019-08-20-0003_O_Fogon_da_Ra_ec10f365a3d1-db.gz\";s:7:\"db-size\";i:2530601;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91008ca0507552677c941e92ed8859b4ead02e41\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"12992c9c51279fc49049b0a146094d67620cca55158c66b63aeaf162dafb2fb1\";}}s:5:\"nonce\";s:12:\"ec10f365a3d1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566172863;a:11:{s:2:\"db\";s:55:\"backup_2019-08-19-0001_O_Fogon_da_Ra_920855f7f9ee-db.gz\";s:7:\"db-size\";i:2531377;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"351c9fff43752424b4740086f625aea646ee7157\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"da5f3f53eba2137e9a2cb70f90673c3093ce021b805a2a054c40ef0ad2345b59\";}}s:5:\"nonce\";s:12:\"920855f7f9ee\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566086744;a:11:{s:2:\"db\";s:55:\"backup_2019-08-18-0005_O_Fogon_da_Ra_583f3ed91b7c-db.gz\";s:7:\"db-size\";i:1402360;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"411e0b79601714a57aa320c38946123fca491fa2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ea9296f8e54de8326269ca41c7a642e4b2b24943d914f13c77b84e2f7975fff6\";}}s:5:\"nonce\";s:12:\"583f3ed91b7c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:21:\"last_saved_by_version\";s:9:\"2.16.8.24\";s:12:\"is_multisite\";b:0;}i:1566049140;a:5:{s:5:\"label\";s:32:\"Respaldo de: ofogondaria.com/NEW\";s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-08-17-1339_O_Fogon_da_Ra_b3ca5f79f2a8-db.gz\";}s:7:\"db-size\";i:1249766;s:5:\"nonce\";s:12:\"b3ca5f79f2a8\";}i:1566009060;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-08-17-0231_O_Fogon_da_Ra_dceccac7797a-db.gz\";}s:7:\"db-size\";i:1245855;s:5:\"nonce\";s:12:\"dceccac7797a\";}i:1565950140;a:11:{s:6:\"themes\";a:2:{i:1;s:61:\"backup_2019-08-16-1009_O_Fogon_da_Ra_ac81d13e9afa-themes2.zip\";i:0;s:60:\"backup_2019-08-16-1009_O_Fogon_da_Ra_ac81d13e9afa-themes.zip\";}s:12:\"themes1-size\";i:2690164;s:5:\"nonce\";s:12:\"ac81d13e9afa\";s:7:\"plugins\";a:2:{i:1;s:62:\"backup_2019-08-16-1009_O_Fogon_da_Ra_ac81d13e9afa-plugins2.zip\";i:0;s:61:\"backup_2019-08-16-1009_O_Fogon_da_Ra_ac81d13e9afa-plugins.zip\";}s:13:\"plugins1-size\";i:4634514;s:12:\"plugins-size\";i:25981980;s:11:\"themes-size\";i:30287070;s:5:\"label\";s:32:\"Respaldo de: ofogondaria.com/NEW\";s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-08-16-1009_O_Fogon_da_Ra_ac81d13e9afa-db.gz\";}s:7:\"db-size\";i:1241269;}i:1565939040;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-08-16-0704_O_Fogon_da_Ra_2ddaaa03efe3-db.gz\";}s:7:\"db-size\";i:1109006;s:5:\"nonce\";s:12:\"2ddaaa03efe3\";}i:1565762160;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-08-14-0556_O_Fogon_da_Ra_4527bf1eaf8f-db.gz\";}s:7:\"db-size\";i:1106202;s:5:\"nonce\";s:12:\"4527bf1eaf8f\";}i:1565661720;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-08-13-0202_O_Fogon_da_Ra_3e989099f0e1-db.gz\";}s:7:\"db-size\";i:999194;s:5:\"nonce\";s:12:\"3e989099f0e1\";}i:1565628720;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-08-12-1652_O_Fogon_da_Ra_1923dbd98e6d-db.gz\";}s:7:\"db-size\";i:998862;s:5:\"nonce\";s:12:\"1923dbd98e6d\";}i:1563885180;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-23-1233_O_Fogon_da_Ra_05b813a1b8f8-db.gz\";}s:7:\"db-size\";i:1155222;s:5:\"nonce\";s:12:\"05b813a1b8f8\";}i:1563814800;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-22-1700_O_Fogon_da_Ra_9544e65678aa-db.gz\";}s:7:\"db-size\";i:1008328;s:5:\"nonce\";s:12:\"9544e65678aa\";}i:1563696720;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-21-0812_O_Fogon_da_Ra_f644f1e0e308-db.gz\";}s:7:\"db-size\";i:1008624;s:5:\"nonce\";s:12:\"f644f1e0e308\";}i:1563585660;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-20-0121_O_Fogon_da_Ra_2d5ca9cd3832-db.gz\";}s:7:\"db-size\";i:1150208;s:5:\"nonce\";s:12:\"2d5ca9cd3832\";}i:1563497280;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-19-0048_O_Fogon_da_Ra_67011e05d89d-db.gz\";}s:7:\"db-size\";i:409791;s:5:\"nonce\";s:12:\"67011e05d89d\";}i:1563478080;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-18-1928_O_Fogon_da_Ra_7b68b7f07965-db.gz\";}s:7:\"db-size\";i:399915;s:5:\"nonce\";s:12:\"7b68b7f07965\";}i:1563439680;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-18-0848_O_Fogon_da_Ra_809dad0d75a6-db.gz\";}s:7:\"db-size\";i:223995;s:5:\"nonce\";s:12:\"809dad0d75a6\";}i:1563321900;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-17-0005_O_Fogon_da_Ra_8ea7d54ced24-db.gz\";}s:7:\"db-size\";i:384129;s:5:\"nonce\";s:12:\"8ea7d54ced24\";}i:1563275220;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-16-1107_O_Fogon_da_Ra_7504f5237892-db.gz\";}s:7:\"db-size\";i:202365;s:5:\"nonce\";s:12:\"7504f5237892\";}i:1563184020;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-15-0947_O_Fogon_da_Ra_99b9a63f22f8-db.gz\";}s:7:\"db-size\";i:203250;s:5:\"nonce\";s:12:\"99b9a63f22f8\";}i:1563064980;a:4:{s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-14-0043_O_Fogon_da_Ra_daf523d84c73-db.gz\";}s:7:\"db-size\";i:275177;s:5:\"nonce\";s:12:\"daf523d84c73\";}i:1563025740;a:5:{s:5:\"label\";s:37:\"Respaldo de: ofogondaria.innozona.com\";s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-13-1349_O_Fogon_da_Ra_c97fa0b85c66-db.gz\";}s:7:\"db-size\";i:429588;s:5:\"nonce\";s:12:\"c97fa0b85c66\";}i:1563025560;a:5:{s:6:\"themes\";a:1:{i:0;s:60:\"backup_2019-07-13-1346_O_Fogon_da_Ra_d15a1dddfac0-themes.zip\";}s:11:\"themes-size\";i:32977208;s:5:\"nonce\";s:12:\"d15a1dddfac0\";s:6:\"others\";a:1:{i:0;s:60:\"backup_2019-07-13-1346_O_Fogon_da_Ra_d15a1dddfac0-others.zip\";}s:11:\"others-size\";i:1228521;}i:1563025320;a:3:{s:7:\"plugins\";a:1:{i:0;s:61:\"backup_2019-07-13-1342_O_Fogon_da_Ra_4d335bb28de4-plugins.zip\";}s:12:\"plugins-size\";i:29864465;s:5:\"nonce\";s:12:\"4d335bb28de4\";}i:1562997420;a:13:{s:5:\"label\";s:37:\"Respaldo de: ofogondaria.innozona.com\";s:18:\"created_by_version\";s:9:\"2.16.8.24\";s:2:\"db\";a:1:{i:0;s:55:\"backup_2019-07-13-0557_O_Fogon_da_Ra_6ccdf39fe1f1-db.gz\";}s:7:\"db-size\";i:431485;s:5:\"nonce\";s:12:\"6ccdf39fe1f1\";s:7:\"plugins\";a:1:{i:0;s:61:\"backup_2019-07-13-0557_O_Fogon_da_Ra_6ccdf39fe1f1-plugins.zip\";}s:12:\"plugins-size\";i:29864465;s:6:\"others\";a:1:{i:0;s:60:\"backup_2019-07-13-0557_O_Fogon_da_Ra_6ccdf39fe1f1-others.zip\";}s:11:\"others-size\";i:1228521;s:6:\"themes\";a:1:{i:0;s:60:\"backup_2019-07-13-0557_O_Fogon_da_Ra_6ccdf39fe1f1-themes.zip\";}s:11:\"themes-size\";i:32977208;s:7:\"uploads\";a:1:{i:1;s:62:\"backup_2019-07-13-0557_O_Fogon_da_Ra_6ccdf39fe1f1-uploads2.zip\";}s:13:\"uploads1-size\";i:2055808;}}','no'),(3352,'widget_booking_package_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3354,'booking_package_home_path','/home/hosteler/public_html/ofogondaria/','yes'),(1845,'loco_settings','a:4:{s:1:\"c\";s:18:\"Loco_data_Settings\";s:1:\"v\";i:0;s:1:\"d\";a:14:{s:7:\"version\";s:5:\"2.3.0\";s:8:\"gen_hash\";b:0;s:9:\"use_fuzzy\";b:1;s:11:\"num_backups\";i:1;s:9:\"pot_alias\";a:3:{i:0;s:10:\"default.po\";i:1;s:8:\"en_US.po\";i:2;s:5:\"en.po\";}s:9:\"php_alias\";a:2:{i:0;s:3:\"php\";i:1;s:4:\"twig\";}s:9:\"jsx_alias\";a:0:{}s:10:\"fs_persist\";b:0;s:10:\"fs_protect\";i:1;s:12:\"max_php_size\";s:4:\"100K\";s:11:\"po_utf8_bom\";b:0;s:8:\"po_width\";s:2:\"79\";s:10:\"jed_pretty\";b:0;s:10:\"ajax_files\";b:0;}s:1:\"t\";i:1563035115;}','yes'),(1574,'spu-version','1.9.3.6','yes'),(1551,'wpos_anylc_pdt_32','a:1:{s:6:\"status\";i:1;}','yes'),(4717,'updraftplus_tour_cancelled_on','','yes'),(1583,'atlt_version','1.0.2','yes'),(1584,'atlt-installDate','2019-07-13 05:50:44','yes'),(1585,'atlt-ratingDiv','yes','yes'),(1586,'atlt_register','a:1:{s:12:\"atlt_api-key\";s:84:\"trnsl.1.1.20190709T144104Z.0164670e0a12b83d.b097b13d8ac8718a73d87cbe231f040aa63f4b1c\";}','yes'),(4622,'updraft_remotesites','','yes'),(4623,'updraft_migrator_localkeys','a:1:{s:32:\"ab315383381256d10ec25b0122ce40b8\";a:2:{s:4:\"name\";s:24:\"Key (llave) - 2019-09-16\";s:3:\"key\";s:1704:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpQIBAAKCAQEA4tv9Ld3wUJ3nw/SOLlEPqrknWMUUiNzeU02kT0HIaAQ5oihN\r\nirVoUgUAlF7sAslUo6fAaGKncRBjLSZDq61BHHYIjoT0NagRBHEVRz/hZzEb571w\r\nSzzLNvEnMTvG2VE+MyEof3iZMJIDEnUmEdxc78jYIIaXDZTWWDkg5B+1Z7nc4z2l\r\n5rdE4opyTaGYPZ9/sIMzs+jRW8g78v8H2MUknxDYNCVghu+s7E2O/qjm5gpZINRB\r\nLkvDOcYgyxeKskJhs143hGOMd+OeKfZ/PRkAgh5XFpDxn2FC7LYtqaRrqNDZ/toa\r\nT/frCJh5ms3zNZOfSDGvJtyttbE9YEe9b2o4xwIDAQABAoIBAQDABNTX7fNrSTzT\r\ncDyol5RbPT1AthAbiFfmyuE49MVcxbbCurpnngUe530GGRJLiX5Kx8LkmByCZwyL\r\nOsgsmAl0vbOgbokGoatFxzHrjPaNEdQ84uwZwut/Jb+2vJIjf9DWFkrhGoMPyYcw\r\nKFiA5bUEgUvuu/0/UavcIP7mGLDDicYJf4xYCp7snTZ4+uKyasc6WzlKoVbJUdY8\r\naL/2aAfkf6yFcMuLUn8A52cDZH5yYgApQ0LJi63gtX1CsMXsg9eLZyUHSWyqNUs3\r\n1clak9vlXf74m4ZhsfqRY5wsf3TeLxB27oRo/e09Sb7mztkB9SK2bS1mcS5qpv97\r\nLoNMv5qBAoGBAP6XReup+rTitG7bcKpX23WKNTA1snv1/CtTnCC1g/LqE2y+2nJ/\r\nnGJBx3VzFaLd0mHyifmquckafQ+8oKXI/2b96ncleZieXB5Q3jg8cNBp2uOHSWBL\r\nmfBO/0/lS2QAhJS3SVIAmhrCN05FZpuYZX5iS2M0WonNjSRN60lJSMndAoGBAOQd\r\nbF3Bd5COgshYovTst+KyJQQha9xAncUX5XeSH8C/zzEaCj4DpHeLaHQrdSGEfNh8\r\nUn5kHzJnfAZizDZeQGBQmBQJowx+xaWX0QRl5zdvpK1rRYE+QLs6//pqgXzG7Ek9\r\nO5f8ELJkZlsH9Pdl4iBm0rYvW7i2M2jhteE7KUzzAoGBAPs7DCSieGRH0wYSRfvS\r\n9x3mZNZOJvNsqouW1lrwxGTR2JlXPPoAM7JCdzHPf2pYu2MslDtr3io1mXQOD/mJ\r\nf3+C0f0BXhzdKMpBwwh7nFgOHZKpzh7Ye/BIBGozO1JTsIGQ3SmurmP5g9oZYkfo\r\n+z7cgMhEwZN64+0Pdz+6sbmBAoGARym6rcD2KN2chR3JsHjMoOcMTy6R9IMf9OWQ\r\ni23FhB8SZvIFsfT28OhHrL4F62/mdq7KGW3ooZPRCDj4FhnvIVzjJJUhDXva8t7a\r\nsPGNYSjuCb/GThx6my47vwZM4P05p1t35OEY4F4b5FgmHqvlEFCjeXxqs8P7Y8PO\r\nNrZ7GusCgYEAgCxbQWMrzS8Lvz5mQBDvoylHnaf7ncD3jo6CITcVnlO0IX2fKpIA\r\npFcds6FJ9qCfrO0xQad1YSCv9rL72C8ravu5mi3G1QnYAylkl1ojRLA7UyhiYOw2\r\n+EdVYsaUNsSE2X47KJNxAL9bNt4b29iyVYutKFXNNJPwORvZH9LDnQg=\r\n-----END RSA PRIVATE KEY-----\";}}','yes'),(3500,'booking_package_site_name','O Fogon da Ría','yes'),(3363,'booking_package_body_email_for_member','','yes'),(3385,'_booking-package_css_v','1563484937','yes'),(4667,'updraft_lastmessage','El respaldo parece haber tenido éxito y ahora está completado (Ago 27 00:00:10)','yes'),(1599,'updraftplus_unlocked_fd','1','no'),(1600,'updraftplus_last_lock_time_fd','2020-08-27 00:00:03','no'),(1601,'updraftplus_semaphore_fd','0','no'),(1602,'updraft_last_scheduled_fd','1598486403','yes'),(1606,'updraftcentral_client_log','a:21:{i:0;a:6:{s:4:\"time\";i:1562997505;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"190.207.176.31\";s:15:\"http_user_agent\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";}i:1;a:6:{s:4:\"time\";i:1562997507;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"190.207.176.31\";s:15:\"http_user_agent\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";}i:2;a:6:{s:4:\"time\";i:1562998442;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:3;a:6:{s:4:\"time\";i:1562998443;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:4;a:6:{s:4:\"time\";i:1563001478;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:5;a:6:{s:4:\"time\";i:1563001480;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:6;a:6:{s:4:\"time\";i:1563002295;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:7;a:6:{s:4:\"time\";i:1563002296;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:8;a:6:{s:4:\"time\";i:1563024582;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:9;a:6:{s:4:\"time\";i:1563024584;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:10;a:6:{s:4:\"time\";i:1563024926;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:11;a:6:{s:4:\"time\";i:1563024928;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:12;a:6:{s:4:\"time\";i:1563025274;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:13;a:6:{s:4:\"time\";i:1563025276;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"705089b74a6b8e8ffbbc197ae60961f2.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"204.93.193.167\";s:15:\"http_user_agent\";s:40:\"WordPress/5.2.2; https://ofogondaria.com\";}i:14;a:6:{s:4:\"time\";i:1565950227;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"339ddf76bcb5898e5b9905fcd9db2e4f.migrator.updraftplus.com\";s:9:\"remote_ip\";s:12:\"92.176.5.117\";s:15:\"http_user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0\";}i:15;a:6:{s:4:\"time\";i:1565950228;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: <!doctype html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	<meta name=\"viewport\" content=\"wi ... \";s:18:\"key_name_indicator\";s:57:\"339ddf76bcb5898e5b9905fcd9db2e4f.migrator.updraftplus.com\";s:9:\"remote_ip\";s:12:\"92.176.5.117\";s:15:\"http_user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0\";}i:16;a:6:{s:4:\"time\";i:1568307672;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: 	<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	\n				<meta name=\"viewport\" conte ... \";s:18:\"key_name_indicator\";s:57:\"339ddf76bcb5898e5b9905fcd9db2e4f.migrator.updraftplus.com\";s:9:\"remote_ip\";s:14:\"186.167.249.72\";s:15:\"http_user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";}i:17;a:6:{s:4:\"time\";i:1568654367;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: 	<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	\n				<meta name=\"viewport\" conte ... \";s:18:\"key_name_indicator\";s:57:\"339ddf76bcb5898e5b9905fcd9db2e4f.migrator.updraftplus.com\";s:9:\"remote_ip\";s:12:\"92.176.5.117\";s:15:\"http_user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";}i:18;a:6:{s:4:\"time\";i:1568654436;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: 	<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	\n				<meta name=\"viewport\" conte ... \";s:18:\"key_name_indicator\";s:57:\"339ddf76bcb5898e5b9905fcd9db2e4f.migrator.updraftplus.com\";s:9:\"remote_ip\";s:12:\"92.176.5.117\";s:15:\"http_user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";}i:19;a:6:{s:4:\"time\";i:1568654670;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: 	<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	\n				<meta name=\"viewport\" conte ... \";s:18:\"key_name_indicator\";s:57:\"ab315383381256d10ec25b0122ce40b8.migrator.updraftplus.com\";s:9:\"remote_ip\";s:12:\"92.176.5.117\";s:15:\"http_user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";}i:20;a:6:{s:4:\"time\";i:1568654672;s:5:\"level\";s:6:\"notice\";s:7:\"message\";s:156:\"response from remote site could not be understood: 	<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n	<meta charset=\"UTF-8\" />\n	\n				<meta name=\"viewport\" conte ... \";s:18:\"key_name_indicator\";s:57:\"ab315383381256d10ec25b0122ce40b8.migrator.updraftplus.com\";s:9:\"remote_ip\";s:12:\"92.176.5.117\";s:15:\"http_user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";}}','no'),(4681,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1598486403;s:12:\"backup_array\";a:3:{s:2:\"db\";s:55:\"backup_2020-08-27-0000_O_Fogon_da_Ra_bde43fafac5e-db.gz\";s:7:\"db-size\";i:3803131;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"67678ae19ecbf36d50322400b75ca727a1992cda\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7b555630ce66c7a57c6d3b6fe5c60b356d1b3fbacadc071516817443995a0b6c\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"bde43fafac5e\";}','yes'),(4682,'updraft_starttime_files','14:06','yes'),(4683,'updraft_starttime_db','14:06','yes'),(4684,'updraft_startday_db','0','yes'),(4685,'updraft_startday_files','0','yes'),(4689,'updraft_dreamhost','','yes'),(4690,'updraft_s3generic_login','','yes'),(4691,'updraft_s3generic_pass','','yes'),(4692,'updraft_s3generic_remote_path','','yes'),(4693,'updraft_s3generic_endpoint','','yes'),(4700,'updraft_cloudfiles_apikey','','yes'),(4701,'updraft_cloudfiles_path','','yes'),(4702,'updraft_cloudfiles_authurl','','yes'),(4703,'updraft_ssl_useservercerts','0','yes'),(1681,'updraftplus_unlocked_f','1','no'),(1682,'updraftplus_last_lock_time_f','2019-07-13 13:46:08','no'),(1683,'updraftplus_semaphore_f','0','no'),(1684,'updraft_last_scheduled_f','1563025568','yes'),(1697,'updraftplus_locked_d','1','no'),(1698,'updraftplus_last_lock_time_d','2019-09-16 17:29:37','no'),(1699,'updraftplus_semaphore_d','1','no'),(1700,'updraft_last_scheduled_d','1568654977','yes'),(4624,'updraft_central_localkeys','','yes'),(4625,'updraft_autobackup_default','1','yes'),(4628,'updraftplus_tmp_googledrive_access_token','','yes'),(4629,'updraftplus_dismissedautobackup','','yes'),(4630,'dismissed_general_notices_until','','yes'),(4631,'dismissed_season_notices_until','','yes'),(4632,'updraftplus_dismissedexpiry','','yes'),(4633,'updraftplus_dismisseddashnotice','','yes'),(4636,'updraft_interval','daily','yes'),(4637,'updraft_interval_increments','none','yes'),(4640,'updraft_interval_database','daily','yes'),(4641,'updraft_retain','1','yes'),(4642,'updraft_retain_db','1','yes'),(4643,'updraft_encryptionphrase','','yes'),(4644,'updraft_service','','yes'),(4645,'updraft_googledrive_clientid','','yes'),(4646,'updraft_googledrive_secret','','yes'),(4647,'updraft_googledrive_remotepath','','yes'),(4650,'updraft_server_address','','yes'),(4651,'updraft_dir','','yes'),(4652,'updraft_email','','yes'),(4653,'updraft_delete_local','0','yes'),(4654,'updraft_debug_mode','0','yes'),(4655,'updraft_include_plugins','0','yes'),(4656,'updraft_include_themes','0','yes'),(4657,'updraft_include_uploads','0','yes'),(4658,'updraft_include_others','0','yes'),(4659,'updraft_include_wpcore','0','yes'),(4660,'updraft_include_wpcore_exclude','','yes'),(4661,'updraft_include_more','0','yes'),(4662,'updraft_include_blogs','','yes'),(4663,'updraft_include_mu-plugins','','yes'),(4664,'updraft_auto_updates','0','yes'),(4665,'updraft_include_others_exclude','','yes'),(4666,'updraft_include_uploads_exclude','','yes'),(4668,'updraft_googledrive_token','','yes'),(4669,'updraft_dropboxtk_request_token','','yes'),(4670,'updraft_dropboxtk_access_token','','yes'),(4671,'updraft_adminlocking','','yes'),(4673,'updraft_retain_extrarules','','yes'),(4675,'updraft_include_more_path','','yes'),(4676,'updraft_split_every','25','yes'),(4677,'updraft_ssl_nossl','0','yes'),(4678,'updraft_backupdb_nonwp','0','yes'),(4679,'updraft_extradbs','','yes'),(4704,'updraft_ssl_disableverify','0','yes'),(4705,'updraft_s3_login','','yes'),(4706,'updraft_s3_pass','','yes'),(4707,'updraft_s3_remote_path','','yes'),(4708,'updraft_dreamobjects_login','','yes'),(4709,'updraft_dreamobjects_pass','','yes'),(4710,'updraft_dreamobjects_remote_path','','yes'),(4712,'updraft_report_warningsonly','a:0:{}','yes'),(4713,'updraft_report_wholebackup','a:0:{}','yes'),(4714,'updraft_report_dbbackup','a:0:{}','yes'),(4715,'updraft_log_syslog','0','yes'),(4716,'updraft_extradatabases','','yes'),(2069,'CookieLawInfo-0.9','a:78:{s:18:\"animate_speed_hide\";s:3:\"500\";s:18:\"animate_speed_show\";s:3:\"500\";s:10:\"background\";s:4:\"#FFF\";s:14:\"background_url\";s:0:\"\";s:6:\"border\";s:9:\"#b1a6a6c2\";s:9:\"border_on\";b:1;s:9:\"bar_style\";s:0:\"\";s:13:\"button_1_text\";s:8:\"ACCEPTAR\";s:12:\"button_1_url\";s:1:\"#\";s:15:\"button_1_action\";s:27:\"#cookie_action_close_header\";s:20:\"button_1_link_colour\";s:4:\"#fff\";s:16:\"button_1_new_win\";b:0;s:18:\"button_1_as_button\";b:1;s:22:\"button_1_button_colour\";s:4:\"#000\";s:20:\"button_1_button_size\";s:5:\"large\";s:14:\"button_1_style\";s:0:\"\";s:13:\"button_2_text\";s:8:\"Leer mas\";s:12:\"button_2_url\";s:23:\"https://ofogondaria.com\";s:15:\"button_2_action\";s:17:\"CONSTANT_OPEN_URL\";s:20:\"button_2_link_colour\";s:4:\"#444\";s:16:\"button_2_new_win\";b:1;s:18:\"button_2_as_button\";b:0;s:22:\"button_2_button_colour\";s:4:\"#333\";s:20:\"button_2_button_size\";s:6:\"medium\";s:17:\"button_2_url_type\";s:4:\"page\";s:13:\"button_2_page\";s:1:\"3\";s:16:\"button_2_hidebar\";b:0;s:14:\"button_2_style\";s:0:\"\";s:13:\"button_3_text\";s:8:\"Rechazar\";s:12:\"button_3_url\";s:1:\"#\";s:15:\"button_3_action\";s:34:\"#cookie_action_close_header_reject\";s:20:\"button_3_link_colour\";s:4:\"#fff\";s:16:\"button_3_new_win\";b:0;s:18:\"button_3_as_button\";b:1;s:22:\"button_3_button_colour\";s:4:\"#000\";s:20:\"button_3_button_size\";s:6:\"medium\";s:14:\"button_3_style\";s:0:\"\";s:13:\"button_4_text\";s:8:\"Cookies.\";s:12:\"button_4_url\";s:1:\"#\";s:15:\"button_4_action\";s:23:\"#cookie_action_settings\";s:20:\"button_4_link_colour\";s:7:\"#000000\";s:16:\"button_4_new_win\";b:0;s:18:\"button_4_as_button\";b:0;s:22:\"button_4_button_colour\";s:4:\"#000\";s:20:\"button_4_button_size\";s:6:\"medium\";s:14:\"button_4_style\";s:0:\"\";s:11:\"font_family\";s:21:\"Helvetica, sans-serif\";s:10:\"header_fix\";b:0;s:5:\"is_on\";b:1;s:8:\"is_eu_on\";b:0;s:10:\"logging_on\";b:0;s:19:\"notify_animate_hide\";b:1;s:19:\"notify_animate_show\";b:0;s:13:\"notify_div_id\";s:20:\"#cookie-law-info-bar\";s:26:\"notify_position_horizontal\";s:5:\"right\";s:24:\"notify_position_vertical\";s:6:\"bottom\";s:14:\"notify_message\";s:228:\"Este sitio web utiliza cookies para mejorar su experiencia. Asumiremos que está de acuerdo con esto, pero puede optar por no participar si lo desea. . [cookie_settings margin=\\\"5px 20px 5px 20px\\\"][cookie_button margin=\\\"5px\\\"]\";s:12:\"scroll_close\";b:0;s:19:\"scroll_close_reload\";b:0;s:19:\"accept_close_reload\";b:0;s:19:\"reject_close_reload\";b:0;s:20:\"showagain_background\";s:4:\"#fff\";s:16:\"showagain_border\";s:4:\"#000\";s:14:\"showagain_text\";s:24:\"Privacy & Cookies Policy\";s:16:\"showagain_div_id\";s:22:\"#cookie-law-info-again\";s:13:\"showagain_tab\";b:0;s:20:\"showagain_x_position\";s:5:\"100px\";s:4:\"text\";s:4:\"#000\";s:17:\"use_colour_picker\";b:1;s:12:\"show_once_yn\";b:0;s:9:\"show_once\";s:5:\"10000\";s:9:\"is_GMT_on\";b:1;s:8:\"as_popup\";b:0;s:13:\"popup_overlay\";b:1;s:16:\"bar_heading_text\";s:0:\"\";s:13:\"cookie_bar_as\";s:6:\"banner\";s:24:\"popup_showagain_position\";s:12:\"bottom-right\";s:15:\"widget_position\";s:4:\"left\";}','yes'),(1861,'loco_recent','a:4:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:4:{s:12:\"theme.bridge\";i:1563035448;s:54:\"plugin.appointment-hour-booking/app-booking-plugin.php\";i:1563035525;s:42:\"plugin.qode-restaurant/qode-restaurant.php\";i:1563035573;s:32:\"plugin.booking-package/index.php\";i:1563521322;}}s:1:\"t\";i:1563521322;}','no'),(4132,'cfdb7_view_ignore_notice','true','yes'),(4398,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:30:\"admin@ofogondaria.innozona.com\";s:7:\"version\";s:5:\"5.2.7\";s:9:\"timestamp\";i:1591858177;}','no'),(21186,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.5.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.5.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.5\";s:7:\"version\";s:3:\"5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1598507182;s:15:\"version_checked\";s:3:\"5.5\";s:12:\"translations\";a:0:{}}','no'),(20829,'_site_transient_timeout_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','1598619566','no'),(20830,'_site_transient_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(20878,'db_upgraded','','yes'),(20887,'can_compress_scripts','0','no'),(21211,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1598507184;s:7:\"checked\";a:6:{s:12:\"bridge-child\";s:5:\"1.0.0\";s:6:\"bridge\";s:6:\"18.0.9\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.2.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:1:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(21212,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1598507186;s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:25:\"booking-package/index.php\";s:6:\"1.4.39\";s:27:\"bridge-core/bridge-core.php\";s:5:\"1.0.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.2.1\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:8:\"1.2.4.11\";s:35:\"cookie-law-info/cookie-law-info.php\";s:5:\"1.9.0\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"loco-translate/loco.php\";s:5:\"2.4.2\";s:17:\"popups/popups.php\";s:7:\"1.9.3.8\";s:35:\"qode-restaurant/qode-restaurant.php\";s:3:\"2.0\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.3\";s:27:\"updraftplus/updraftplus.php\";s:9:\"2.16.8.24\";s:23:\"wordfence/wordfence.php\";s:6:\"7.4.10\";s:27:\"js_composer/js_composer.php\";s:3:\"5.7\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.5\";}s:8:\"response\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.2.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"6.3.0\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:10:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"booking-package/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/booking-package\";s:4:\"slug\";s:15:\"booking-package\";s:6:\"plugin\";s:25:\"booking-package/index.php\";s:11:\"new_version\";s:6:\"1.4.39\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/booking-package/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/booking-package.1.4.39.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/booking-package/assets/icon-128x128.png?rev=1829374\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/booking-package/assets/banner-772x250.png?rev=1829374\";}s:11:\"banners_rtl\";a:0:{}}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/contact-form-cfdb7\";s:4:\"slug\";s:18:\"contact-form-cfdb7\";s:6:\"plugin\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:11:\"new_version\";s:8:\"1.2.4.11\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/contact-form-cfdb7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-cfdb7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878\";s:2:\"1x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-128x128.png?rev=1619878\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/contact-form-cfdb7/assets/banner-772x250.png?rev=1619902\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"cookie-law-info/cookie-law-info.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/cookie-law-info\";s:4:\"slug\";s:15:\"cookie-law-info\";s:6:\"plugin\";s:35:\"cookie-law-info/cookie-law-info.php\";s:11:\"new_version\";s:5:\"1.9.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/cookie-law-info/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/cookie-law-info.1.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/cookie-law-info/assets/icon-256x256.png?rev=1879809\";s:2:\"1x\";s:68:\"https://ps.w.org/cookie-law-info/assets/icon-256x256.png?rev=1879809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/cookie-law-info/assets/banner-1544x500.jpg?rev=2289277\";s:2:\"1x\";s:70:\"https://ps.w.org/cookie-law-info/assets/banner-772x250.jpg?rev=2289277\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/loco-translate\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676\";s:2:\"1x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-128x128.png?rev=1000676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/loco-translate/assets/banner-772x250.jpg?rev=745046\";}s:11:\"banners_rtl\";a:0:{}}s:17:\"popups/popups.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/popups\";s:4:\"slug\";s:6:\"popups\";s:6:\"plugin\";s:17:\"popups/popups.php\";s:11:\"new_version\";s:7:\"1.9.3.8\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/popups/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/popups.1.9.3.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/popups/assets/icon-256x256.png?rev=1641426\";s:2:\"1x\";s:59:\"https://ps.w.org/popups/assets/icon-128x128.png?rev=1641426\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/popups/assets/banner-1544x500.png?rev=954081\";s:2:\"1x\";s:60:\"https://ps.w.org/popups/assets/banner-772x250.png?rev=954082\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.26\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.26.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:6:\"7.4.10\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wordfence.7.4.10.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(20997,'_transient_health-check-site-status-result','{\"good\":9,\"recommended\":10,\"critical\":1}','yes'),(20943,'spu_activation_redirect','1','yes'),(20920,'duplicate_post_show_original_column','0','yes'),(20921,'duplicate_post_show_original_in_post_states','0','yes'),(20922,'duplicate_post_show_original_meta_box','0','yes');
INSERT INTO `wpdl_options` VALUES (21225,'rs-templates','a:2:{s:6:\"slider\";a:442:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}','no'),(4853,'wordfence_syncAttackDataAttempts','0','no'),(21224,'rs-templates-new','','no'),(20873,'admin_email_lifespan','0','yes'),(20874,'disallowed_keys','','no'),(20875,'comment_previously_approved','1','yes'),(20876,'auto_plugin_theme_update_emails','a:0:{}','no');
/*!40000 ALTER TABLE `wpdl_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_pmxe_exports`
--

DROP TABLE IF EXISTS `wpdl_pmxe_exports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_pmxe_exports` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` bigint(20) NOT NULL DEFAULT '0',
  `attch_id` bigint(20) NOT NULL DEFAULT '0',
  `options` longtext COLLATE utf8mb4_unicode_520_ci,
  `scheduled` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `registered_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `friendly_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `exported` bigint(20) NOT NULL DEFAULT '0',
  `canceled` tinyint(1) NOT NULL DEFAULT '0',
  `canceled_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `settings_update_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_activity` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `processing` tinyint(1) NOT NULL DEFAULT '0',
  `executing` tinyint(1) NOT NULL DEFAULT '0',
  `triggered` tinyint(1) NOT NULL DEFAULT '0',
  `iteration` bigint(20) NOT NULL DEFAULT '0',
  `export_post_type` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_pmxe_exports`
--

LOCK TABLES `wpdl_pmxe_exports` WRITE;
/*!40000 ALTER TABLE `wpdl_pmxe_exports` DISABLE KEYS */;
INSERT INTO `wpdl_pmxe_exports` VALUES (1,0,0,'a:86:{s:14:\"is_user_export\";b:0;s:17:\"is_comment_export\";b:0;s:18:\"is_taxonomy_export\";b:0;s:3:\"cpt\";a:1:{i:0;s:20:\"qode-restaurant-menu\";}s:11:\"whereclause\";s:0:\"\";s:10:\"joinclause\";a:0:{}s:11:\"exportquery\";O:8:\"WP_Query\":54:{s:5:\"query\";a:5:{s:9:\"post_type\";a:1:{i:0;s:20:\"qode-restaurant-menu\";}s:11:\"post_status\";s:3:\"any\";s:7:\"orderby\";s:2:\"ID\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:10;}s:10:\"query_vars\";a:66:{s:9:\"post_type\";a:1:{i:0;s:20:\"qode-restaurant-menu\";}s:11:\"post_status\";s:3:\"any\";s:7:\"orderby\";s:2:\"ID\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:10;s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:8:\"meta_key\";s:0:\"\";s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:19:\"ignore_sticky_posts\";b:0;s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:0:{}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:0:{}s:13:\"queried_terms\";a:0:{}s:13:\"primary_table\";s:10:\"wpxe_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:14:\"queried_object\";N;s:17:\"queried_object_id\";N;s:7:\"request\";s:470:\"SELECT SQL_CALC_FOUND_ROWS  wpxe_posts.ID FROM wpxe_posts  WHERE 1=1  AND wpxe_posts.post_type = \'qode-restaurant-menu\' AND ((wpxe_posts.post_status <> \'trash\' AND wpxe_posts.post_status <> \'auto-draft\')) AND wpxe_posts.ID NOT IN (SELECT o.ID FROM wpxe_posts o\n                            LEFT OUTER JOIN wpxe_posts r ON o.post_parent = r.ID WHERE ((r.post_status = \'trash\' OR r.ID IS NULL) AND o.post_type = \'product_variation\'))  ORDER BY wpxe_posts.ID ASC LIMIT 0, 10\";s:5:\"posts\";a:6:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:681;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:08:46\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:08:46\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:25:\"Caldo o Sopa - Appetizers\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:23:\"caldo-o-sopa-appetizers\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:08:46\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:08:46\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=681\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:682;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:09:29\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:09:29\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:20:\"Berberechos al Vapor\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:20:\"berberechos-al-vapor\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:09:29\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:09:29\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=682\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:683;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:10:02\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:10:02\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:49:\"Merluza  a la Plancha ,a la Romana o a la Gallega\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:47:\"merluza-a-la-plancha-a-la-romana-o-a-la-gallega\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:10:02\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:10:02\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=683\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:684;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-13 06:10:38\";s:13:\"post_date_gmt\";s:19:\"2019-07-13 06:10:38\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:18:\"Churrasco de Cerdo\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:18:\"churrasco-de-cerdo\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-13 06:10:38\";s:17:\"post_modified_gmt\";s:19:\"2019-07-13 06:10:38\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=684\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:693;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-14 00:47:25\";s:13:\"post_date_gmt\";s:19:\"2019-07-14 00:47:25\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:5:\"Lunes\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:5:\"lunes\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-14 00:47:25\";s:17:\"post_modified_gmt\";s:19:\"2019-07-14 00:47:25\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"https://ofogondaria.com/?post_type=qode-restaurant-menu&#038;p=693\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Post\":24:{s:2:\"ID\";i:782;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2019-07-19 20:45:49\";s:13:\"post_date_gmt\";s:19:\"2019-07-19 20:45:49\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:13:\"Churrasco BBQ\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:13:\"churrasco-bbq\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2019-07-19 20:45:49\";s:17:\"post_modified_gmt\";s:19:\"2019-07-19 20:45:49\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"https://ofogondaria.com/?post_type=qode-restaurant-menu&#038;p=782\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:20:\"qode-restaurant-menu\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:6;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:107;s:8:\"comments\";N;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:7:\"comment\";N;s:11:\"found_posts\";s:1:\"6\";s:13:\"max_num_pages\";d:1;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:0;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:17:\"is_privacy_policy\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:1;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:0;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"9e707fe732e9b20fa5b1a7da27b8e2a7\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}s:11:\"export_type\";s:8:\"specific\";s:21:\"filter_rules_hierarhy\";s:2:\"[]\";s:21:\"product_matching_mode\";s:6:\"strict\";s:17:\"wp_query_selector\";s:8:\"wp_query\";s:18:\"taxonomy_to_export\";s:0:\"\";s:18:\"created_at_version\";s:5:\"1.2.4\";s:3:\"ids\";a:30:{i:0;i:1;i:1;i:1;i:2;i:1;i:3;i:1;i:4;i:1;i:5;i:1;i:6;i:1;i:7;i:1;i:8;i:1;i:9;i:1;i:10;i:1;i:11;i:1;i:12;i:1;i:13;i:1;i:14;i:1;i:15;i:1;i:16;i:1;i:17;i:1;i:18;i:1;i:19;i:1;i:20;i:1;i:21;i:1;i:22;i:1;i:23;i:1;i:24;i:1;i:25;i:1;i:26;i:1;i:27;i:1;i:28;i:1;i:29;i:1;}s:8:\"cc_label\";a:30:{i:0;s:2:\"id\";i:1;s:5:\"title\";i:2;s:7:\"content\";i:3;s:7:\"excerpt\";i:4;s:4:\"date\";i:5;s:9:\"post_type\";i:6;s:9:\"permalink\";i:7;s:3:\"url\";i:8;s:5:\"title\";i:9;s:7:\"caption\";i:10;s:11:\"description\";i:11;s:3:\"alt\";i:12;s:8:\"featured\";i:13;s:3:\"url\";i:14;s:29:\"qode-restaurant-menu-category\";i:15;s:6:\"status\";i:16;s:6:\"author\";i:17;s:15:\"author_username\";i:18;s:12:\"author_email\";i:19;s:17:\"author_first_name\";i:20;s:16:\"author_last_name\";i:21;s:4:\"slug\";i:22;s:6:\"format\";i:23;s:8:\"template\";i:24;s:6:\"parent\";i:25;s:11:\"parent_slug\";i:26;s:5:\"order\";i:27;s:14:\"comment_status\";i:28;s:11:\"ping_status\";i:29;s:13:\"post_modified\";}s:6:\"cc_php\";a:30:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;i:12;i:0;i:13;i:0;i:14;i:0;i:15;i:0;i:16;i:0;i:17;i:0;i:18;i:0;i:19;i:0;i:20;i:0;i:21;i:0;i:22;i:0;i:23;i:0;i:24;i:0;i:25;i:0;i:26;i:0;i:27;i:0;i:28;i:0;i:29;i:0;}s:7:\"cc_code\";a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}s:6:\"cc_sql\";a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}s:7:\"cc_type\";a:30:{i:0;s:2:\"id\";i:1;s:5:\"title\";i:2;s:7:\"content\";i:3;s:7:\"excerpt\";i:4;s:4:\"date\";i:5;s:9:\"post_type\";i:6;s:9:\"permalink\";i:7;s:9:\"image_url\";i:8;s:11:\"image_title\";i:9;s:13:\"image_caption\";i:10;s:17:\"image_description\";i:11;s:9:\"image_alt\";i:12;s:14:\"image_featured\";i:13;s:14:\"attachment_url\";i:14;s:4:\"cats\";i:15;s:6:\"status\";i:16;s:6:\"author\";i:17;s:15:\"author_username\";i:18;s:12:\"author_email\";i:19;s:17:\"author_first_name\";i:20;s:16:\"author_last_name\";i:21;s:4:\"slug\";i:22;s:6:\"format\";i:23;s:8:\"template\";i:24;s:6:\"parent\";i:25;s:11:\"parent_slug\";i:26;s:5:\"order\";i:27;s:14:\"comment_status\";i:28;s:11:\"ping_status\";i:29;s:13:\"post_modified\";}s:10:\"cc_options\";a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:8;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:9;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:10;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:11;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:12;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:13;s:115:\"{&quot;is_export_featured&quot;:true,&quot;is_export_attached&quot;:true,&quot;image_separator&quot;:&quot;|&quot;}\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}s:8:\"cc_value\";a:30:{i:0;s:2:\"id\";i:1;s:5:\"title\";i:2;s:7:\"content\";i:3;s:7:\"excerpt\";i:4;s:4:\"date\";i:5;s:9:\"post_type\";i:6;s:9:\"permalink\";i:7;s:3:\"url\";i:8;s:5:\"title\";i:9;s:7:\"caption\";i:10;s:11:\"description\";i:11;s:3:\"alt\";i:12;s:8:\"featured\";i:13;s:3:\"url\";i:14;s:29:\"qode-restaurant-menu-category\";i:15;s:6:\"status\";i:16;s:6:\"author\";i:17;s:15:\"author_username\";i:18;s:12:\"author_email\";i:19;s:17:\"author_first_name\";i:20;s:16:\"author_last_name\";i:21;s:4:\"slug\";i:22;s:6:\"format\";i:23;s:8:\"template\";i:24;s:6:\"parent\";i:25;s:11:\"parent_slug\";i:26;s:5:\"order\";i:27;s:14:\"comment_status\";i:28;s:11:\"ping_status\";i:29;s:13:\"post_modified\";}s:7:\"cc_name\";a:30:{i:0;s:2:\"ID\";i:1;s:5:\"Title\";i:2;s:7:\"Content\";i:3;s:7:\"Excerpt\";i:4;s:4:\"Date\";i:5;s:9:\"Post Type\";i:6;s:9:\"Permalink\";i:7;s:9:\"Image URL\";i:8;s:11:\"Image Title\";i:9;s:13:\"Image Caption\";i:10;s:17:\"Image Description\";i:11;s:14:\"Image Alt Text\";i:12;s:14:\"Image Featured\";i:13;s:14:\"Attachment URL\";i:14;s:37:\"Menú De Un Restaurante De Categoría\";i:15;s:6:\"Status\";i:16;s:9:\"Author ID\";i:17;s:15:\"Author Username\";i:18;s:12:\"Author Email\";i:19;s:17:\"Author First Name\";i:20;s:16:\"Author Last Name\";i:21;s:4:\"Slug\";i:22;s:6:\"Format\";i:23;s:8:\"Template\";i:24;s:6:\"Parent\";i:25;s:11:\"Parent Slug\";i:26;s:5:\"Order\";i:27;s:14:\"Comment Status\";i:28;s:11:\"Ping Status\";i:29;s:18:\"Post Modified Date\";}s:11:\"cc_settings\";a:30:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";}s:15:\"update_previous\";i:1;s:13:\"friendly_name\";s:41:\"Restaurante Export - 2019 August 13 04:53\";s:18:\"order_item_per_row\";i:1;s:29:\"order_item_fill_empty_columns\";i:1;s:8:\"filepath\";s:96:\"/wpallexport/exports/15bea20e7a723dcda641df65022b9fec/Restaurante-Export-2019-August-13-0453.csv\";s:16:\"current_filepath\";s:165:\"/home/hosteler/public_html/ofogondaria/NEW/wp-content/uploads/wpallexport/exports/15bea20e7a723dcda641df65022b9fec/current-Restaurante-Export-2019-August-13-0453.csv\";s:10:\"bundlepath\";s:96:\"/wpallexport/exports/15bea20e7a723dcda641df65022b9fec/Restaurante-Export-2019-August-13-0453.zip\";s:8:\"wp_query\";s:0:\"\";s:9:\"export_to\";s:3:\"csv\";s:15:\"export_to_sheet\";s:3:\"csv\";s:9:\"delimiter\";s:1:\",\";s:8:\"encoding\";s:5:\"UTF-8\";s:21:\"is_generate_templates\";i:1;s:18:\"is_generate_import\";i:1;s:9:\"import_id\";i:0;s:13:\"template_name\";s:41:\"Restaurante Export - 2019 August 13 04:53\";s:12:\"is_scheduled\";i:0;s:16:\"scheduled_period\";s:0:\"\";s:15:\"scheduled_email\";s:0:\"\";s:6:\"fields\";a:4:{i:0;s:7:\"default\";i:1;s:5:\"other\";i:2;s:2:\"cf\";i:3;s:4:\"cats\";}s:5:\"rules\";a:0:{}s:21:\"records_per_iteration\";s:2:\"50\";s:11:\"include_bom\";s:1:\"0\";s:17:\"include_functions\";i:1;s:19:\"split_large_exports\";s:1:\"0\";s:25:\"split_large_exports_count\";s:5:\"10000\";s:16:\"split_files_list\";a:0:{}s:12:\"main_xml_tag\";s:4:\"data\";s:14:\"record_xml_tag\";s:4:\"post\";s:16:\"save_template_as\";i:0;s:4:\"name\";s:0:\"\";s:21:\"export_only_new_stuff\";s:1:\"0\";s:26:\"export_only_modified_stuff\";s:1:\"0\";s:24:\"creata_a_new_export_file\";s:1:\"0\";s:15:\"attachment_list\";a:0:{}s:21:\"order_include_poducts\";i:0;s:25:\"order_include_all_poducts\";i:0;s:21:\"order_include_coupons\";i:0;s:25:\"order_include_all_coupons\";i:0;s:23:\"order_include_customers\";i:0;s:27:\"order_include_all_customers\";i:0;s:9:\"migration\";s:0:\"\";s:17:\"xml_template_type\";s:6:\"simple\";s:19:\"custom_xml_template\";s:0:\"\";s:26:\"custom_xml_template_header\";s:0:\"\";s:24:\"custom_xml_template_loop\";s:0:\"\";s:26:\"custom_xml_template_footer\";s:0:\"\";s:27:\"custom_xml_template_options\";a:0:{}s:22:\"custom_xml_cdata_logic\";s:4:\"auto\";s:21:\"show_cdata_in_preview\";i:0;s:17:\"export_variations\";s:1:\"1\";s:23:\"export_variations_title\";i:1;s:18:\"include_header_row\";i:1;s:9:\"wpml_lang\";s:3:\"all\";s:24:\"enable_export_scheduling\";s:5:\"false\";s:17:\"scheduling_enable\";s:1:\"0\";s:22:\"scheduling_weekly_days\";s:0:\"\";s:17:\"scheduling_run_on\";s:6:\"weekly\";s:22:\"scheduling_monthly_day\";s:0:\"\";s:16:\"scheduling_times\";a:1:{i:0;s:0:\"\";}s:19:\"scheduling_timezone\";s:15:\"America/Caracas\";s:4:\"file\";s:0:\"\";s:8:\"tpl_data\";a:5:{s:4:\"name\";s:41:\"Restaurante Export - 2019 August 13 04:53\";s:18:\"is_keep_linebreaks\";i:1;s:13:\"is_leave_html\";i:0;s:14:\"fix_characters\";i:0;s:7:\"options\";a:86:{s:4:\"type\";s:4:\"post\";s:11:\"wizard_type\";s:3:\"new\";s:8:\"deligate\";s:11:\"wpallexport\";s:11:\"custom_type\";s:20:\"qode-restaurant-menu\";s:6:\"status\";s:5:\"xpath\";s:23:\"is_multiple_page_parent\";s:2:\"no\";s:10:\"unique_key\";s:7:\"{id[1]}\";s:3:\"acf\";a:0:{}s:6:\"fields\";a:0:{}s:23:\"is_multiple_field_value\";a:0:{}s:14:\"multiple_value\";a:0:{}s:16:\"fields_delimiter\";a:0:{}s:15:\"update_all_data\";s:3:\"yes\";s:16:\"is_update_status\";i:1;s:15:\"is_update_title\";i:1;s:16:\"is_update_author\";i:1;s:14:\"is_update_slug\";i:1;s:17:\"is_update_content\";i:1;s:17:\"is_update_excerpt\";i:1;s:15:\"is_update_dates\";i:1;s:20:\"is_update_menu_order\";i:1;s:16:\"is_update_parent\";i:1;s:21:\"is_update_attachments\";i:1;s:13:\"is_update_acf\";i:1;s:24:\"is_update_comment_status\";i:1;s:15:\"import_img_tags\";i:1;s:16:\"update_acf_logic\";s:11:\"full_update\";s:8:\"acf_list\";s:0:\"\";s:22:\"is_update_product_type\";i:1;s:20:\"is_update_attributes\";i:1;s:23:\"update_attributes_logic\";s:11:\"full_update\";s:15:\"attributes_list\";s:0:\"\";s:16:\"is_update_images\";i:1;s:23:\"is_update_custom_fields\";i:1;s:26:\"update_custom_fields_logic\";s:11:\"full_update\";s:18:\"custom_fields_list\";s:0:\"\";s:20:\"is_update_categories\";i:1;s:23:\"update_categories_logic\";s:11:\"full_update\";s:15:\"taxonomies_list\";s:0:\"\";s:9:\"export_id\";s:1:\"1\";s:14:\"tmp_unique_key\";s:7:\"{id[1]}\";s:17:\"single_product_id\";s:7:\"{id[1]}\";s:5:\"title\";s:10:\"{title[1]}\";s:36:\"single_product_id_first_is_variation\";s:10:\"{title[1]}\";s:7:\"content\";s:12:\"{content[1]}\";s:12:\"post_excerpt\";s:12:\"{excerpt[1]}\";s:4:\"date\";s:9:\"{date[1]}\";s:19:\"update_images_logic\";s:7:\"add_new\";s:23:\"download_featured_delim\";s:1:\"|\";s:23:\"download_featured_image\";s:13:\"{imageurl[1]}\";s:20:\"set_image_meta_title\";i:1;s:22:\"image_meta_title_delim\";s:1:\"|\";s:16:\"image_meta_title\";s:15:\"{imagetitle[1]}\";s:22:\"set_image_meta_caption\";i:1;s:24:\"image_meta_caption_delim\";s:1:\"|\";s:18:\"image_meta_caption\";s:17:\"{imagecaption[1]}\";s:26:\"set_image_meta_description\";i:1;s:28:\"image_meta_description_delim\";s:1:\"|\";s:22:\"image_meta_description\";s:21:\"{imagedescription[1]}\";s:18:\"set_image_meta_alt\";i:1;s:20:\"image_meta_alt_delim\";s:1:\"|\";s:14:\"image_meta_alt\";s:17:\"{imagealttext[1]}\";s:11:\"is_featured\";i:1;s:17:\"is_featured_xpath\";s:18:\"{imagefeatured[1]}\";s:10:\"atch_delim\";s:1:\"|\";s:11:\"attachments\";s:18:\"{attachmenturl[1]}\";s:10:\"tax_assing\";a:1:{s:29:\"qode-restaurant-menu-category\";i:1;}s:9:\"tax_logic\";a:1:{s:29:\"qode-restaurant-menu-category\";s:12:\"hierarchical\";}s:29:\"tax_hierarchical_logic_entire\";a:1:{s:29:\"qode-restaurant-menu-category\";i:1;}s:20:\"multiple_term_assing\";a:1:{s:29:\"qode-restaurant-menu-category\";i:1;}s:22:\"tax_hierarchical_delim\";a:1:{s:29:\"qode-restaurant-menu-category\";s:1:\">\";}s:31:\"is_tax_hierarchical_group_delim\";a:1:{s:29:\"qode-restaurant-menu-category\";i:1;}s:28:\"tax_hierarchical_group_delim\";a:1:{s:29:\"qode-restaurant-menu-category\";s:1:\"|\";}s:22:\"tax_hierarchical_xpath\";a:1:{s:29:\"qode-restaurant-menu-category\";a:1:{i:0;s:33:\"{mendeunrestaurantedecategora[1]}\";}}s:12:\"status_xpath\";s:11:\"{status[1]}\";s:6:\"author\";s:13:\"{authorid[1]}\";s:9:\"post_slug\";s:9:\"{slug[1]}\";s:24:\"single_product_parent_id\";s:11:\"{parent[1]}\";s:36:\"single_product_id_first_is_parent_id\";s:11:\"{parent[1]}\";s:18:\"single_page_parent\";s:15:\"{parentslug[1]}\";s:5:\"order\";s:10:\"{order[1]}\";s:25:\"single_product_menu_order\";s:10:\"{order[1]}\";s:20:\"comment_status_xpath\";s:18:\"{commentstatus[1]}\";s:16:\"required_add_ons\";a:0:{}s:9:\"delimiter\";s:1:\",\";s:12:\"root_element\";s:4:\"node\";}}}','','2019-08-13 02:53:32','Restaurante Export - 2019 August 13 04:53',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-08-13 04:53:32',0,0,0,1,'');
/*!40000 ALTER TABLE `wpdl_pmxe_exports` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_pmxe_google_cats`
--

DROP TABLE IF EXISTS `wpdl_pmxe_google_cats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_pmxe_google_cats` (
  `id` int(11) NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `level` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_pmxe_google_cats`
--

LOCK TABLES `wpdl_pmxe_google_cats` WRITE;
/*!40000 ALTER TABLE `wpdl_pmxe_google_cats` DISABLE KEYS */;
INSERT INTO `wpdl_pmxe_google_cats` VALUES (1,'Animals & Pet Supplies',0,'',0),(2,'Pet Supplies',1,'Animals & Pet Supplies',1),(3,'Bird Supplies',2,'Pet Supplies',2),(4,'Cat Supplies',2,'Pet Supplies',2),(5,'Dog Supplies',2,'Pet Supplies',2),(6,'Fish Supplies',2,'Pet Supplies',2),(7,'Reptile & Amphibian Supplies',2,'Pet Supplies',2),(8,'Arts & Entertainment',0,'',0),(9,'Artwork',696,'Decor',2),(11,'Sculptures & Statues',9,'Artwork',3),(16,'Arts & Crafts',5710,'Hobbies & Creative Arts',2),(18,'Art Brushes',505392,'Craft Measuring & Marking Tools',5),(24,'Art & Craft Paper',505372,'Art & Crafting Materials',4),(32,'Beads',505379,'Embellishments & Trims',5),(33,'Juggling',5710,'Hobbies & Creative Arts',2),(35,'Magic & Novelties',5710,'Hobbies & Creative Arts',2),(36,'Craft Magnets',505376,'Crafting Adhesives & Magnets',5),(37,'Scale Models',216,'Collectibles',3),(39,'Photography',141,'Cameras & Optics',1),(40,'Photo Albums',4360,'Photo Storage',4),(41,'Darkroom',39,'Photography',2),(42,'Lighting & Studio',39,'Photography',2),(44,'Pottery & Sculpting Materials',505372,'Art & Crafting Materials',4),(47,'Fabric',505384,'Textiles',5),(49,'Thread & Floss',505382,'Crafting Fibers',5),(53,'Gift Cards & Certificates',2559,'Gift Giving',3),(54,'Musical Instruments',5710,'Hobbies & Creative Arts',2),(55,'Musical Instrument & Orchestra Accessories',5710,'Hobbies & Creative Arts',2),(56,'Musical Instrument Amplifiers',55,'Musical Instrument & Orchestra Accessories',3),(57,'Brass Instrument Accessories',55,'Musical Instrument & Orchestra Accessories',3),(59,'Drum Sticks & Brushes',3465,'Percussion Accessories',4),(60,'Musical Keyboard Accessories',55,'Musical Instrument & Orchestra Accessories',3),(61,'String Instrument Accessories',55,'Musical Instrument & Orchestra Accessories',3),(62,'Woodwind Instrument Accessories',55,'Musical Instrument & Orchestra Accessories',3),(63,'Brass Instruments',54,'Musical Instruments',3),(65,'Euphoniums',63,'Brass Instruments',4),(67,'French Horns',63,'Brass Instruments',4),(70,'Trombones',63,'Brass Instruments',4),(72,'Tubas',63,'Brass Instruments',4),(74,'Musical Keyboards',6001,'Electronic Musical Instruments',4),(75,'Percussion',54,'Musical Instruments',3),(76,'Pianos',54,'Musical Instruments',3),(77,'String Instruments',54,'Musical Instruments',3),(78,'Upright Basses',77,'String Instruments',4),(79,'Cellos',77,'String Instruments',4),(80,'Guitars',77,'String Instruments',4),(84,'Harps',77,'String Instruments',4),(85,'Violas',77,'String Instruments',4),(86,'Violins',77,'String Instruments',4),(87,'Woodwinds',54,'Musical Instruments',3),(88,'Clarinets',87,'Woodwinds',4),(89,'Flutes',87,'Woodwinds',4),(90,'Recorders',87,'Woodwinds',4),(91,'Saxophones',87,'Woodwinds',4),(93,'Bookmarks',6174,'Book Accessories',2),(94,'Gift Wrapping',2559,'Gift Giving',3),(95,'Greeting & Note Cards',2559,'Gift Giving',3),(96,'Party Supplies',5709,'Party & Celebration',2),(97,'Religious Items',5605,'Religious & Ceremonial',1),(100,'Backpacks',5181,'Luggage & Bags',1),(101,'Briefcases',5181,'Luggage & Bags',1),(103,'Duffel Bags',5181,'Luggage & Bags',1),(104,'Fanny Packs',5181,'Luggage & Bags',1),(105,'Garment Bags',5181,'Luggage & Bags',1),(106,'Messenger Bags',5181,'Luggage & Bags',1),(107,'Suitcases',5181,'Luggage & Bags',1),(108,'Cosmetic & Toiletry Bags',5181,'Luggage & Bags',1),(110,'Luggage Accessories',5181,'Luggage & Bags',1),(111,'Business & Industrial',0,'',0),(112,'Agriculture',111,'Business & Industrial',1),(113,'Fertilizers',2962,'Gardening',3),(114,'Construction',111,'Business & Industrial',1),(115,'Building Materials',632,'Hardware',1),(119,'Doors',115,'Building Materials',2),(120,'Glass',115,'Building Materials',2),(121,'Gutters',123,'Roofing',3),(122,'Insulation',115,'Building Materials',2),(123,'Roofing',115,'Building Materials',2),(124,'Windows',115,'Building Materials',2),(125,'Lumber & Sheet Stock',115,'Building Materials',2),(126,'Dollies & Hand Trucks',1167,'Tools',2),(127,'Power & Electrical Supplies',632,'Hardware',1),(128,'Fencing & Barriers',632,'Hardware',1),(130,'Ladders & Scaffolding',1167,'Tools',2),(131,'Lifts & Hoists',6987,'Material Handling',2),(133,'Plumbing',632,'Hardware',1),(134,'Surveying',114,'Construction',2),(135,'Food Service',111,'Business & Industrial',1),(136,'Food Gift Baskets',422,'Food Items',2),(137,'Vending Machines',135,'Food Service',2),(138,'Retail',111,'Business & Industrial',1),(139,'Barcode Scanners',1928,'Input Devices',4),(141,'Cameras & Optics',0,'',0),(142,'Cameras',141,'Cameras & Optics',1),(143,'Camera Parts & Accessories',2096,'Camera & Optic Accessories',2),(146,'Memory Card Adapters',258,'Adapters',3),(147,'Lens Filters',2911,'Camera Lens Accessories',3),(148,'Camera Flashes',143,'Camera Parts & Accessories',3),(149,'Camera & Video Camera Lenses',2096,'Camera & Optic Accessories',2),(150,'Tripods & Monopods',2096,'Camera & Optic Accessories',2),(152,'Digital Cameras',142,'Cameras',2),(153,'Camera Film',143,'Camera Parts & Accessories',3),(154,'Film Cameras',142,'Cameras',2),(155,'Video Cameras',142,'Cameras',2),(156,'Optics',141,'Cameras & Optics',1),(157,'Binoculars',156,'Optics',2),(158,'Microscopes',4335,'Laboratory Equipment',3),(160,'Optic Accessories',2096,'Camera & Optic Accessories',2),(161,'Rangefinders',156,'Optics',2),(165,'Telescopes',4040,'Scopes',3),(166,'Apparel & Accessories',0,'',0),(167,'Clothing Accessories',166,'Apparel & Accessories',1),(168,'Bandanas & Headties',167,'Clothing Accessories',2),(169,'Belts',167,'Clothing Accessories',2),(170,'Gloves & Mittens',167,'Clothing Accessories',2),(171,'Hair Accessories',167,'Clothing Accessories',2),(173,'Hats',167,'Clothing Accessories',2),(175,'Keychains',6552,'Handbag & Wallet Accessories',2),(176,'Neckties',167,'Clothing Accessories',2),(177,'Scarves & Shawls',167,'Clothing Accessories',2),(178,'Sunglasses',167,'Clothing Accessories',2),(179,'Suspenders',167,'Clothing Accessories',2),(180,'Tie Clips',167,'Clothing Accessories',2),(181,'Wigs',171,'Hair Accessories',3),(182,'Baby & Toddler Clothing',1604,'Clothing',2),(184,'Costumes & Accessories',166,'Apparel & Accessories',1),(187,'Shoes',166,'Apparel & Accessories',1),(188,'Jewelry',166,'Apparel & Accessories',1),(189,'Anklets',188,'Jewelry',2),(190,'Body Jewelry',188,'Jewelry',2),(191,'Bracelets',188,'Jewelry',2),(192,'Charms & Pendants',188,'Jewelry',2),(193,'Cufflinks',167,'Clothing Accessories',2),(194,'Earrings',188,'Jewelry',2),(196,'Necklaces',188,'Jewelry',2),(197,'Brooches & Lapel Pins',188,'Jewelry',2),(198,'Loose Stones',505379,'Embellishments & Trims',5),(200,'Rings',188,'Jewelry',2),(201,'Watches',188,'Jewelry',2),(203,'Outerwear',1604,'Clothing',2),(204,'Pants',1604,'Clothing',2),(206,'School Uniforms',2306,'Uniforms',3),(207,'Shorts',1604,'Clothing',2),(208,'Sleepwear & Loungewear',1604,'Clothing',2),(209,'Socks',213,'Underwear & Socks',3),(211,'Swimwear',1604,'Clothing',2),(212,'Shirts & Tops',1604,'Clothing',2),(213,'Underwear & Socks',1604,'Clothing',2),(214,'Bras',213,'Underwear & Socks',3),(215,'Hosiery',213,'Underwear & Socks',3),(216,'Collectibles',5710,'Hobbies & Creative Arts',2),(217,'Collectible Coins & Currency',216,'Collectibles',3),(218,'Rocks & Fossils',216,'Collectibles',3),(219,'Postage Stamps',216,'Collectibles',3),(220,'Collectible Weapons',216,'Collectibles',3),(221,'Collectible Swords',220,'Collectible Weapons',4),(222,'Electronics',0,'',0),(223,'Audio',222,'Electronics',1),(224,'Audio Amplifiers',2165,'Audio Components',3),(225,'Boomboxes',242,'Audio Players & Recorders',3),(226,'CD Players & Recorders',242,'Audio Players & Recorders',3),(230,'Karaoke Systems',242,'Audio Players & Recorders',3),(232,'MP3 Player Accessories',1420,'Audio Accessories',3),(233,'MP3 Players',242,'Audio Players & Recorders',3),(234,'Microphones',2165,'Audio Components',3),(235,'MiniDisc Players & Recorders',242,'Audio Players & Recorders',3),(236,'Audio Mixers',2165,'Audio Components',3),(239,'Satellite Radio Accessories',1420,'Audio Accessories',3),(241,'Audio & Video Receivers',2165,'Audio Components',3),(242,'Audio Players & Recorders',223,'Audio',2),(243,'Cassette Players & Recorders',242,'Audio Players & Recorders',3),(244,'Voice Recorders',242,'Audio Players & Recorders',3),(245,'Audio Samplers',6001,'Electronic Musical Instruments',4),(246,'Signal Processors',2165,'Audio Components',3),(247,'Effects Processors',246,'Signal Processors',4),(248,'Equalizers',246,'Signal Processors',4),(249,'Speakers',2165,'Audio Components',3),(251,'Stereo Systems',242,'Audio Players & Recorders',3),(252,'Home Theater Systems',242,'Audio Players & Recorders',3),(256,'Turntables & Record Players',242,'Audio Players & Recorders',3),(258,'Adapters',2082,'Electronics Accessories',2),(259,'Cables',2082,'Electronics Accessories',2),(262,'Communications',222,'Electronics',1),(263,'Communication Radio Accessories',262,'Communications',2),(264,'Mobile Phone Accessories',270,'Telephony',3),(265,'Telephone Accessories',270,'Telephony',3),(266,'Answering Machines',262,'Communications',2),(267,'Mobile Phones',270,'Telephony',3),(268,'Pagers',262,'Communications',2),(269,'Phone Cards',265,'Telephone Accessories',4),(270,'Telephony',262,'Communications',2),(271,'Corded Phones',270,'Telephony',3),(272,'Cordless Phones',270,'Telephony',3),(273,'Two',2471,'Communication Radios',3),(274,'Video Conferencing',262,'Communications',2),(275,'Power',2082,'Electronics Accessories',2),(276,'Batteries',275,'Power',3),(278,'Computers',222,'Electronics',1),(279,'Computer Accessories',2082,'Electronics Accessories',2),(280,'Handheld Device Accessories',279,'Computer Accessories',3),(283,'Computer Monitor Accessories',2027,'Video Accessories',3),(284,'Scanner Accessories',345,'Print, Copy, Scan & Fax',2),(285,'Computer Components',2082,'Electronics Accessories',2),(286,'Audio Cards & Adapters',287,'I/O Cards & Adapters',4),(287,'I/O Cards & Adapters',285,'Computer Components',3),(288,'Memory',2082,'Electronics Accessories',2),(289,'Motherboards',499898,'Computer Circuit Boards',4),(290,'Network Cards & Adapters',342,'Networking',2),(291,'Computer Power Supplies',285,'Computer Components',3),(292,'Computer Processors',285,'Computer Components',3),(293,'Computer Racks & Mounts',285,'Computer Components',3),(294,'Computer Starter Kits',285,'Computer Components',3),(295,'Computer System Cooling Parts',285,'Computer Components',3),(296,'Desktop Computer & Server Cases',285,'Computer Components',3),(297,'Video Cards & Adapters',287,'I/O Cards & Adapters',4),(298,'Handheld Devices',278,'Computers',2),(300,'Laptop Docking Stations',279,'Computer Accessories',3),(301,'Game Controllers',1928,'Input Devices',4),(302,'Graphics Tablets',1928,'Input Devices',4),(303,'Keyboards',1928,'Input Devices',4),(304,'Mice & Trackballs',1928,'Input Devices',4),(305,'Computer Monitors',386,'Video',2),(306,'Scanners',345,'Print, Copy, Scan & Fax',2),(308,'Touchpads',1928,'Input Devices',4),(311,'USB & FireWire Hubs',285,'Computer Components',3),(312,'Webcams',142,'Cameras',2),(313,'Computer Software',2092,'Software',1),(315,'Compilers & Programming Tools',313,'Computer Software',2),(317,'Educational Software',313,'Computer Software',2),(318,'Handheld & PDA Software',313,'Computer Software',2),(319,'Multimedia & Design Software',313,'Computer Software',2),(321,'Operating Systems',313,'Computer Software',2),(325,'Desktop Computers',278,'Computers',2),(328,'Laptops',278,'Computers',2),(331,'Computer Servers',278,'Computers',2),(333,'Calculators',950,'Office Equipment',2),(337,'Electronic Dictionaries & Translators',950,'Office Equipment',2),(338,'Flashlights & Headlamps',1167,'Tools',2),(339,'GPS Navigation Systems',222,'Electronics',1),(340,'Marine Electronics',222,'Electronics',1),(341,'Remote Controls',2082,'Electronics Accessories',2),(342,'Networking',222,'Electronics',1),(343,'Modems',342,'Networking',2),(345,'Print, Copy, Scan & Fax',222,'Electronics',1),(356,'Toner & Inkjet Cartridges',5258,'Printer Consumables',4),(359,'Business & Home Security',536,'Home & Garden',1),(360,'Intercoms',262,'Communications',2),(361,'Metal Detectors',1556,'Law Enforcement',2),(362,'Surveillance Cameras',142,'Cameras',2),(363,'Security Lights',359,'Business & Home Security',2),(364,'Security Monitors & Recorders',359,'Business & Home Security',2),(365,'Security System Sensors',359,'Business & Home Security',2),(367,'Blank Media',2082,'Electronics Accessories',2),(376,'CD/DVD Duplicators',5268,'Disk Duplicators',5),(377,'Optical Drives',2414,'Storage Devices',4),(380,'Hard Drives',2414,'Storage Devices',4),(381,'Hard Drive Carrying Cases',1623,'Hard Drive Accessories',5),(384,'Flash Memory',288,'Memory',3),(385,'Tape Drives',2414,'Storage Devices',4),(386,'Video',222,'Electronics',1),(387,'Video Players & Recorders',386,'Video',2),(388,'DVD & Blu',387,'Video Players & Recorders',3),(389,'DVD Recorders',387,'Video Players & Recorders',3),(390,'Digital Video Recorders',387,'Video Players & Recorders',3),(391,'VCRs',387,'Video Players & Recorders',3),(393,'Projector Accessories',2027,'Video Accessories',3),(394,'Projector Replacement Lamps',393,'Projector Accessories',4),(395,'Projection Screens',393,'Projector Accessories',4),(396,'Projectors',386,'Video',2),(397,'Multimedia Projectors',396,'Projectors',3),(398,'Overhead Projectors',396,'Projectors',3),(399,'Slide Projectors',396,'Projectors',3),(401,'Satellite Receivers',5561,'Satellite & Cable TV',3),(403,'Television Parts & Accessories',2027,'Video Accessories',3),(404,'Televisions',386,'Video',2),(408,'Special Effects',5709,'Party & Celebration',2),(409,'Fog Machines',408,'Special Effects',3),(410,'Special Effects Lighting',408,'Special Effects',3),(412,'Food, Beverages & Tobacco',0,'',0),(413,'Beverages',412,'Food, Beverages & Tobacco',1),(414,'Beer',499676,'Alcoholic Beverages',3),(415,'Hot Chocolate',413,'Beverages',2),(417,'Liquor & Spirits',499676,'Alcoholic Beverages',3),(418,'Milk',413,'Beverages',2),(420,'Water',413,'Beverages',2),(421,'Wine',499676,'Alcoholic Beverages',3),(422,'Food Items',412,'Food, Beverages & Tobacco',1),(423,'Snack Foods',422,'Food Items',2),(424,'Breads & Buns',1876,'Bakery',3),(427,'Condiments & Sauces',422,'Food Items',2),(428,'Dairy Products',422,'Food Items',2),(429,'Cheese',428,'Dairy Products',3),(430,'Fruits & Vegetables',422,'Food Items',2),(431,'Grains, Rice & Cereal',422,'Food Items',2),(432,'Meat, Seafood & Eggs',422,'Food Items',2),(433,'Nuts & Seeds',422,'Food Items',2),(434,'Pasta & Noodles',422,'Food Items',2),(435,'Tobacco Products',412,'Food, Beverages & Tobacco',1),(436,'Furniture',0,'',0),(438,'Bean Bag Chairs',443,'Chairs',2),(441,'Benches',436,'Furniture',1),(442,'Carts & Islands',436,'Furniture',1),(443,'Chairs',436,'Furniture',1),(447,'Buffets & Sideboards',6356,'Cabinets & Storage',2),(448,'China Cabinets & Hutches',6356,'Cabinets & Storage',2),(450,'Futons',436,'Furniture',1),(451,'Headboards & Footboards',6433,'Beds & Accessories',2),(453,'Kitchen & Dining Carts',442,'Carts & Islands',2),(456,'Chaises',443,'Chairs',2),(457,'Entertainment Centers & TV Stands',436,'Furniture',1),(458,'Ottomans',436,'Furniture',1),(460,'Sofas',436,'Furniture',1),(462,'Nightstands',6392,'Tables',2),(463,'File Cabinets',6356,'Cabinets & Storage',2),(464,'Shelving',436,'Furniture',1),(465,'Bookcases & Standing Shelves',464,'Shelving',2),(469,'Health & Beauty',0,'',0),(471,'Massagers',5663,'Massage & Relaxation',3),(472,'Tanning Beds',2915,'Personal Care',2),(473,'Cosmetics',2915,'Personal Care',2),(474,'Bath & Body',473,'Cosmetics',3),(475,'Bath & Body Gift Sets',473,'Cosmetics',3),(476,'Face Mirrors',2548,'Makeup Tools',5),(477,'Makeup',473,'Cosmetics',3),(478,'Nail Care',473,'Cosmetics',3),(479,'Perfume & Cologne',473,'Cosmetics',3),(481,'Acne Treatments & Kits',567,'Skin Care',4),(482,'Lip Balms & Treatments',567,'Skin Care',4),(484,'Deodorant & Anti',2915,'Personal Care',2),(485,'Feminine Sanitary Supplies',2915,'Personal Care',2),(486,'Hair Care',2915,'Personal Care',2),(487,'Combs & Brushes',6019,'Hair Styling Tools',4),(488,'Hair Curlers',6019,'Hair Styling Tools',4),(489,'Curling Irons',6019,'Hair Styling Tools',4),(490,'Hair Dryers',6019,'Hair Styling Tools',4),(491,'Health Care',469,'Health & Beauty',1),(493,'Back Care',2915,'Personal Care',2),(494,'Biometric Monitors',491,'Health Care',2),(495,'Blood Pressure Monitors',494,'Biometric Monitors',3),(496,'Body Fat Analyzers',494,'Biometric Monitors',3),(497,'Cholesterol Analyzers',494,'Biometric Monitors',3),(500,'Body Weight Scales',494,'Biometric Monitors',3),(501,'Medical Thermometers',494,'Biometric Monitors',3),(506,'Ear Care',2915,'Personal Care',2),(508,'First Aid',491,'Health Care',2),(509,'Medical Tape & Bandages',508,'First Aid',3),(510,'First Aid Kits',508,'First Aid',3),(511,'Disposable Gloves',2907,'Medical Supplies',3),(512,'Household Insect Repellents',2865,'Repellents',4),(513,'Medical Masks',503724,'Protective Masks',3),(515,'Foot Care',2915,'Personal Care',2),(516,'Hot & Cold Therapies',508,'First Aid',3),(517,'Incontinence Aids',491,'Health Care',2),(518,'Medicine & Drugs',491,'Health Care',2),(519,'Mobility & Accessibility',491,'Health Care',2),(520,'Accessibility Equipment',519,'Mobility & Accessibility',3),(521,'Accessibility Equipment Accessories',519,'Mobility & Accessibility',3),(523,'Supports & Braces',491,'Health Care',2),(524,'Eyeglasses',1380,'Vision Care',3),(525,'Vitamins & Supplements',2890,'Fitness & Nutrition',3),(526,'Oral Care',2915,'Personal Care',2),(527,'Toothbrushes',526,'Oral Care',3),(528,'Shaving & Grooming',2915,'Personal Care',2),(529,'Aftershave',528,'Shaving & Grooming',3),(531,'Electric Razor Accessories',528,'Shaving & Grooming',3),(532,'Electric Razors',528,'Shaving & Grooming',3),(533,'Hair Clippers & Trimmers',528,'Shaving & Grooming',3),(534,'Razors & Razor Blades',528,'Shaving & Grooming',3),(536,'Home & Garden',0,'',0),(537,'Baby & Toddler',0,'',0),(538,'Baby Carriers',2764,'Baby Transport',2),(539,'Play Yards',2847,'Baby Toys & Activity Equipment',2),(540,'Baby Safety',537,'Baby & Toddler',1),(541,'Baby Monitors',540,'Baby Safety',2),(542,'Baby & Pet Gates',540,'Baby Safety',2),(543,'Baby Safety Locks & Guards',540,'Baby Safety',2),(544,'Baby Safety Rails',540,'Baby Safety',2),(547,'Baby & Toddler Car Seats',2764,'Baby Transport',2),(548,'Diapering',537,'Baby & Toddler',1),(549,'Diaper Bags',5181,'Luggage & Bags',1),(550,'Diaper Pails',548,'Diapering',2),(551,'Diapers',548,'Diapering',2),(552,'Potty Seats',6952,'Potty Training',2),(553,'Baby Wipes',548,'Diapering',2),(554,'Baby & Toddler Furniture',436,'Furniture',1),(555,'Baby Bouncers & Rockers',2847,'Baby Toys & Activity Equipment',2),(558,'Changing Tables',554,'Baby & Toddler Furniture',2),(559,'High Chairs & Booster Seats',554,'Baby & Toddler Furniture',2),(560,'Baby Jumpers & Swings',2847,'Baby Toys & Activity Equipment',2),(561,'Nursing & Feeding',537,'Baby & Toddler',1),(562,'Baby & Toddler Food',561,'Nursing & Feeding',2),(563,'Baby Formula',562,'Baby & Toddler Food',3),(564,'Baby Bottles',561,'Nursing & Feeding',2),(565,'Breast Pumps',561,'Nursing & Feeding',2),(566,'Pacifiers & Teethers',5252,'Baby Health',2),(567,'Skin Care',473,'Cosmetics',3),(568,'Baby Strollers',2764,'Baby Transport',2),(569,'Bedding',4171,'Linens & Bedding',2),(572,'Address Signs',696,'Decor',2),(573,'Baskets',696,'Decor',2),(574,'Bathroom Accessories',536,'Home & Garden',1),(575,'Bath Caddies',574,'Bathroom Accessories',2),(576,'Bath Towels & Washcloths',4077,'Towels',3),(577,'Bath Mats & Rugs',574,'Bathroom Accessories',2),(578,'Shower Curtain Rings',574,'Bathroom Accessories',2),(579,'Facial Tissue Holders',574,'Bathroom Accessories',2),(580,'Shower Curtains',574,'Bathroom Accessories',2),(581,'Shower Heads',2206,'Shower Parts',4),(582,'Soap Dishes & Holders',574,'Bathroom Accessories',2),(583,'Toilet Brushes & Holders',574,'Bathroom Accessories',2),(584,'Toilet Paper Holders',574,'Bathroom Accessories',2),(585,'Toothbrush Holders',574,'Bathroom Accessories',2),(586,'Towel Racks & Holders',574,'Bathroom Accessories',2),(587,'Bookends',696,'Decor',2),(588,'Candles',592,'Home Fragrances',3),(592,'Home Fragrances',696,'Decor',2),(594,'Lighting',536,'Home & Garden',1),(595,'Mirrors',696,'Decor',2),(596,'Seasonal & Holiday Decorations',696,'Decor',2),(597,'Picture Frames',696,'Decor',2),(598,'Rugs',696,'Decor',2),(599,'Slipcovers',696,'Decor',2),(600,'Smoking Accessories',536,'Home & Garden',1),(601,'Table Linens',4171,'Linens & Bedding',2),(602,'Vases',696,'Decor',2),(603,'Window Treatments',696,'Decor',2),(604,'Household Appliances',536,'Home & Garden',1),(605,'Air Conditioners',1626,'Climate Control Appliances',3),(606,'Air Purifiers',1626,'Climate Control Appliances',3),(607,'Dehumidifiers',1626,'Climate Control Appliances',3),(608,'Fans',1626,'Climate Control Appliances',3),(609,'Garage Door Openers',604,'Household Appliances',2),(610,'Garbage Disposals',730,'Kitchen Appliances',3),(611,'Space Heaters',1626,'Climate Control Appliances',3),(613,'Humidifiers',1626,'Climate Control Appliances',3),(615,'Sewing Machines',505388,'Textile Craft Machines',5),(616,'Floor & Steam Cleaners',604,'Household Appliances',2),(618,'Vacuum Accessories',3348,'Household Appliance Accessories',2),(619,'Vacuums',604,'Household Appliances',2),(621,'Water Heaters',604,'Household Appliances',2),(623,'Household Cleaning Supplies',630,'Household Supplies',2),(624,'Facial Tissues',2530,'Household Paper Products',3),(625,'Firewood & Fuel',2862,'Fireplace & Wood Stove Accessories',2),(627,'Laundry Supplies',630,'Household Supplies',2),(628,'Shoe Care & Tools',630,'Household Supplies',2),(629,'Toilet Paper',2530,'Household Paper Products',3),(630,'Household Supplies',536,'Home & Garden',1),(631,'Hangers',5558,'Clothing & Closet Storage',4),(632,'Hardware',0,'',0),(633,'Ironing Boards',627,'Laundry Supplies',3),(634,'Laundry Baskets',627,'Laundry Supplies',3),(635,'Step Stools',130,'Ladders & Scaffolding',3),(636,'Storage & Organization',630,'Household Supplies',2),(637,'Trash Cans & Wastebaskets',4516,'Waste Containment',3),(638,'Kitchen & Dining',536,'Home & Garden',1),(639,'Aprons',668,'Kitchen Tools & Utensils',3),(640,'Bakeware',6070,'Cookware & Bakeware',3),(641,'Baking & Cookie Sheets',640,'Bakeware',4),(642,'Bread Pans & Molds',640,'Bakeware',4),(643,'Cake Pans & Molds',640,'Bakeware',4),(644,'Muffin & Pastry Pans',640,'Bakeware',4),(645,'Pie & Quiche Pans',640,'Bakeware',4),(646,'Pizza Stones',640,'Bakeware',4),(647,'Ramekins & Souffle Dishes',640,'Bakeware',4),(648,'Roasting Pans',640,'Bakeware',4),(649,'Barware',638,'Kitchen & Dining',2),(650,'Decanters',649,'Barware',3),(651,'Cocktail Shakers & Tools',649,'Barware',3),(652,'Coffee Servers & Tea Pots',672,'Tableware',3),(653,'Colanders & Strainers',668,'Kitchen Tools & Utensils',3),(654,'Cookware',6070,'Cookware & Bakeware',3),(655,'Casserole Dishes',654,'Cookware',4),(656,'Double Boilers',654,'Cookware',4),(657,'Dutch Ovens',654,'Cookware',4),(658,'Griddles & Grill Pans',654,'Cookware',4),(659,'Stovetop Kettles',654,'Cookware',4),(660,'Pressure Cookers & Canners',654,'Cookware',4),(661,'Saucepans',654,'Cookware',4),(662,'Skillets & Frying Pans',654,'Cookware',4),(663,'Stock Pots',654,'Cookware',4),(664,'Woks',654,'Cookware',4),(665,'Kitchen Knives',668,'Kitchen Tools & Utensils',3),(666,'Cutting Boards',668,'Kitchen Tools & Utensils',3),(667,'Food Storage Containers',2626,'Food Storage',3),(668,'Kitchen Tools & Utensils',638,'Kitchen & Dining',2),(669,'Lunch Boxes & Totes',2920,'Food & Beverage Carriers',3),(670,'Oven Mitts & Pot Holders',668,'Kitchen Tools & Utensils',3),(671,'Picnic Baskets',2920,'Food & Beverage Carriers',3),(672,'Tableware',638,'Kitchen & Dining',2),(673,'Dinnerware',672,'Tableware',3),(674,'Drinkware',672,'Tableware',3),(675,'Flatware',672,'Tableware',3),(676,'Salt & Pepper Shakers',672,'Tableware',3),(677,'Trivets',672,'Tableware',3),(679,'Cooktops',730,'Kitchen Appliances',3),(680,'Dishwashers',730,'Kitchen Appliances',3),(681,'Freezers',730,'Kitchen Appliances',3),(683,'Ovens',730,'Kitchen Appliances',3),(684,'Range Hoods',730,'Kitchen Appliances',3),(685,'Ranges',730,'Kitchen Appliances',3),(686,'Refrigerators',730,'Kitchen Appliances',3),(687,'Food Smokers',730,'Kitchen Appliances',3),(688,'Trash Compactors',730,'Kitchen Appliances',3),(689,'Lawn & Garden',536,'Home & Garden',1),(690,'Compost',4085,'Composting',4),(691,'Disease Control',2962,'Gardening',3),(693,'Greenhouses',2962,'Gardening',3),(694,'Lawn Mowers',3798,'Outdoor Power Equipment',3),(695,'Log Racks & Carriers',2862,'Fireplace & Wood Stove Accessories',2),(696,'Decor',536,'Home & Garden',1),(697,'Bird Baths',696,'Decor',2),(698,'Bird Feeders',6993,'Bird & Wildlife Feeders',3),(699,'Birdhouses',500078,'Bird & Wildlife Houses',3),(700,'Garden Bridges',2613,'Outdoor Structures',4),(701,'Flags & Windsocks',696,'Decor',2),(702,'Fountains & Ponds',696,'Decor',2),(703,'Garden Arches, Trellises, Arbors & Pergolas',2613,'Outdoor Structures',4),(704,'Garden & Stepping Stones',696,'Decor',2),(706,'Mailboxes',696,'Decor',2),(708,'Decorative Plaques',696,'Decor',2),(709,'Rain Chains',696,'Decor',2),(710,'Rain Gauges',696,'Decor',2),(711,'Sundials',696,'Decor',2),(712,'Weather Vanes & Roof Decor',696,'Decor',2),(714,'Wind Chimes',696,'Decor',2),(716,'Canopies & Gazebos',2613,'Outdoor Structures',4),(717,'Hammocks',2918,'Outdoor Living',3),(718,'Porch Swings',2918,'Outdoor Living',3),(719,'Outdoor Umbrellas & Sunshades',2918,'Outdoor Living',3),(720,'Sheds, Garages & Carports',2613,'Outdoor Structures',4),(721,'Pots & Planters',2962,'Gardening',3),(726,'Mace & Pepper Spray',780,'Weapons',2),(727,'Stun Guns & Tasers',780,'Weapons',2),(728,'Pest Control',630,'Household Supplies',2),(729,'Pool & Spa',536,'Home & Garden',1),(730,'Kitchen Appliances',638,'Kitchen & Dining',2),(732,'Breadmakers',730,'Kitchen Appliances',3),(733,'Can Openers',668,'Kitchen Tools & Utensils',3),(734,'Coffee Grinders',3988,'Coffee Maker & Espresso Machine Accessories',4),(736,'Coffee Makers & Espresso Machines',730,'Kitchen Appliances',3),(737,'Slow Cookers',4532,'Food Cookers & Steamers',4),(738,'Deep Fryers',730,'Kitchen Appliances',3),(739,'Egg Cookers',4532,'Food Cookers & Steamers',4),(741,'Electric Knives',668,'Kitchen Tools & Utensils',3),(743,'Food Dehydrators',730,'Kitchen Appliances',3),(744,'Food Grinders & Mills',730,'Kitchen Appliances',3),(747,'Hot Plates',730,'Kitchen Appliances',3),(748,'Ice Cream Makers',730,'Kitchen Appliances',3),(749,'Ice Crushers & Shavers',730,'Kitchen Appliances',3),(750,'Juicers',730,'Kitchen Appliances',3),(751,'Electric Kettles',730,'Kitchen Appliances',3),(752,'Knife Sharpeners',730,'Kitchen Appliances',3),(753,'Microwave Ovens',730,'Kitchen Appliances',3),(755,'Pasta Makers',730,'Kitchen Appliances',3),(756,'Popcorn Makers',730,'Kitchen Appliances',3),(757,'Rice Cookers',4532,'Food Cookers & Steamers',4),(759,'Sandwich Makers',5289,'Toasters & Grills',4),(760,'Food Steamers',4532,'Food Cookers & Steamers',4),(761,'Countertop & Toaster Ovens',5289,'Toasters & Grills',4),(762,'Toasters',5289,'Toasters & Grills',4),(763,'Vacuum Sealers',730,'Kitchen Appliances',3),(764,'Waffle Irons',5289,'Toasters & Grills',4),(765,'Water Filters',730,'Kitchen Appliances',3),(766,'Yogurt Makers',730,'Kitchen Appliances',3),(772,'Mature',0,'',0),(773,'Erotic',772,'Mature',1),(774,'Erotic Clothing',773,'Erotic',2),(775,'Condoms',491,'Health Care',2),(776,'Erotic DVDs & Videos',773,'Erotic',2),(777,'Personal Lubricants',2915,'Personal Care',2),(778,'Sex Toys',773,'Erotic',2),(779,'Erotic Books',773,'Erotic',2),(780,'Weapons',772,'Mature',1),(781,'Ammunition',2214,'Gun Care & Accessories',3),(782,'Guns',780,'Weapons',2),(783,'Media',0,'',0),(784,'Books',783,'Media',1),(839,'DVDs & Videos',783,'Media',1),(855,'Music & Sound Recordings',783,'Media',1),(886,'Magazines & Newspapers',783,'Media',1),(887,'Sheet Music',783,'Media',1),(888,'Vehicles & Parts',0,'',0),(891,'Motor Vehicle Amplifiers',8526,'Motor Vehicle Electronics',3),(894,'Motor Vehicle Equalizers & Crossovers',8526,'Motor Vehicle Electronics',3),(895,'Motor Vehicle Speakers',8526,'Motor Vehicle Electronics',3),(899,'Motor Vehicle Parts',5613,'Vehicle Parts & Accessories',2),(908,'Motor Vehicle Exhaust',899,'Motor Vehicle Parts',3),(911,'Motor Vehicle Tires',3020,'Motor Vehicle Wheel Systems',4),(912,'Radar Detectors',222,'Electronics',1),(913,'Vehicle Maintenance, Care & Decor',5613,'Vehicle Parts & Accessories',2),(916,'Cars, Trucks & Vans',1267,'Motor Vehicles',3),(919,'Motorcycles & Scooters',1267,'Motor Vehicles',3),(920,'Recreational Vehicles',1267,'Motor Vehicles',3),(922,'Office Supplies',0,'',0),(923,'Filing & Organization',922,'Office Supplies',1),(925,'File Boxes',923,'Filing & Organization',2),(926,'CD/DVD Cases & Organizers',923,'Filing & Organization',2),(927,'Calendars, Organizers & Planners',923,'Filing & Organization',2),(928,'Cash Boxes',923,'Filing & Organization',2),(930,'File Folders',923,'Filing & Organization',2),(932,'General Office Supplies',922,'Office Supplies',1),(934,'Office Tape',932,'General Office Supplies',2),(935,'Clipboards',2986,'Office Instruments',2),(936,'Paper Clips & Clamps',932,'General Office Supplies',2),(938,'Erasers',932,'General Office Supplies',2),(939,'Desk Organizers',923,'Filing & Organization',2),(941,'Magnifiers',2986,'Office Instruments',2),(943,'Pencil Sharpeners',2986,'Office Instruments',2),(944,'Rubber Bands',932,'General Office Supplies',2),(947,'Staplers',2986,'Office Instruments',2),(948,'Staples',932,'General Office Supplies',2),(949,'Tacks & Pushpins',932,'General Office Supplies',2),(950,'Office Equipment',922,'Office Supplies',1),(952,'Label Makers',950,'Office Equipment',2),(953,'Office Shredders',950,'Office Equipment',2),(954,'Transcribers & Dictation Systems',950,'Office Equipment',2),(955,'Typewriters',950,'Office Equipment',2),(956,'Paper Products',932,'General Office Supplies',2),(957,'Business Cards',956,'Paper Products',3),(958,'Envelopes',956,'Paper Products',3),(959,'Index Cards',956,'Paper Products',3),(960,'Labels & Tags',932,'General Office Supplies',2),(961,'Notebooks & Notepads',956,'Paper Products',3),(962,'Printer & Copier Paper',956,'Paper Products',3),(963,'Transparencies',964,'Presentation Supplies',2),(964,'Presentation Supplies',922,'Office Supplies',1),(965,'Chalkboards',964,'Presentation Supplies',2),(966,'Display Boards',964,'Presentation Supplies',2),(967,'Easel Pads',964,'Presentation Supplies',2),(968,'Easels',964,'Presentation Supplies',2),(969,'Laser Pointers',964,'Presentation Supplies',2),(970,'Lecterns',964,'Presentation Supplies',2),(971,'Dry',964,'Presentation Supplies',2),(973,'Moving & Shipping Boxes',2636,'Shipping Supplies',2),(974,'Packing Materials',2636,'Shipping Supplies',2),(975,'Packing Tape',2636,'Shipping Supplies',2),(976,'Signage',111,'Business & Industrial',1),(977,'Writing & Drawing Instruments',2986,'Office Instruments',2),(978,'Chalk',977,'Writing & Drawing Instruments',3),(979,'Crayons',977,'Writing & Drawing Instruments',3),(980,'Markers & Highlighters',977,'Writing & Drawing Instruments',3),(981,'Writing Pencils',6068,'Pencils',5),(982,'Pens',6065,'Pens & Pencils',4),(984,'Flowers',985,'Plants',2),(985,'Plants',536,'Home & Garden',1),(988,'Sporting Goods',0,'',0),(989,'Dancing',499713,'Athletics',2),(990,'Exercise & Fitness',988,'Sporting Goods',1),(992,'Elliptical Trainers',4589,'Cardio Machines',4),(993,'Exercise Balls',990,'Exercise & Fitness',2),(994,'Exercise Bikes',4589,'Cardio Machines',4),(995,'Rowing Machines',4589,'Cardio Machines',4),(996,'Stair Climbers & Steppers',4589,'Cardio Machines',4),(997,'Treadmills',4589,'Cardio Machines',4),(999,'Yoga & Pilates',990,'Exercise & Fitness',2),(1000,'Gymnastics',499713,'Athletics',2),(1001,'Indoor Games',988,'Sporting Goods',1),(1002,'Air Hockey',1001,'Indoor Games',2),(1003,'Billiards',1001,'Indoor Games',2),(1004,'Bowling',1001,'Indoor Games',2),(1005,'Throwing Darts',1001,'Indoor Games',2),(1006,'Fencing',499713,'Athletics',2),(1007,'Foosball',1001,'Indoor Games',2),(1008,'Ping Pong',1001,'Indoor Games',2),(1009,'Table Shuffleboard',1001,'Indoor Games',2),(1011,'Outdoor Recreation',988,'Sporting Goods',1),(1013,'Camping & Hiking',1011,'Outdoor Recreation',2),(1014,'Camp Furniture',1013,'Camping & Hiking',3),(1015,'Portable Cooking Stoves',730,'Kitchen Appliances',3),(1016,'Camping Cookware & Dinnerware',1013,'Camping & Hiking',3),(1017,'Coolers',2920,'Food & Beverage Carriers',3),(1019,'Camping Lights & Lanterns',1013,'Camping & Hiking',3),(1020,'Sleeping Bags',1013,'Camping & Hiking',3),(1021,'Sleeping Pads',1013,'Camping & Hiking',3),(1022,'Tents',1013,'Camping & Hiking',3),(1023,'Portable Water Filters & Purifiers',1013,'Camping & Hiking',3),(1025,'Cycling',1011,'Outdoor Recreation',2),(1026,'Bicycles',1025,'Cycling',3),(1027,'Bicycle Locks',3214,'Bicycle Accessories',4),(1028,'Bicycle Front & Rear Racks',3214,'Bicycle Accessories',4),(1029,'Bicycle Helmets',3982,'Cycling Apparel & Accessories',4),(1030,'Unicycles',1025,'Cycling',3),(1031,'Equestrian',1011,'Outdoor Recreation',2),(1033,'Archery',499824,'Hunting & Shooting',3),(1034,'Hunting Blinds & Screens',3136,'Hunting',4),(1037,'Fishing Lines & Leaders',3334,'Fishing',3),(1041,'Tackle Bags & Boxes',3334,'Fishing',3),(1043,'Golf',1011,'Outdoor Recreation',2),(1044,'Golf Bags',1043,'Golf',3),(1045,'Golf Balls',1043,'Golf',3),(1046,'Golf Clubs',1043,'Golf',3),(1047,'Team Handball',499713,'Athletics',2),(1049,'Paintball',499834,'Paintball & Airsoft',4),(1051,'Auto Racing Fan Accessories',3515,'Sports Fan Accessories',5),(1057,'Ice Skates',499915,'Figure Skating & Hockey',3),(1058,'Inline Skates',499761,'Inline & Roller Skating',3),(1059,'Skateboards',3276,'Skateboarding',3),(1060,'Track & Field',499713,'Athletics',2),(1062,'Badminton',499846,'Outdoor Games',3),(1065,'Tennis',499713,'Athletics',2),(1068,'Wrestling',499713,'Athletics',2),(1070,'Baseball & Softball',499713,'Athletics',2),(1074,'Baseball & Softball Fan Accessories',3515,'Sports Fan Accessories',5),(1076,'Baseball & Softball Gloves & Mitts',1070,'Baseball & Softball',3),(1077,'Pitching Machines',1070,'Baseball & Softball',3),(1078,'Baseball & Softball Protective Gear',1070,'Baseball & Softball',3),(1081,'Basketball',499713,'Athletics',2),(1082,'Basketball Hoops',1081,'Basketball',3),(1083,'Basketballs',1081,'Basketball',3),(1084,'Basketball Fan Accessories',3515,'Sports Fan Accessories',5),(1087,'Cricket',499713,'Athletics',2),(1089,'Field Hockey Balls',499741,'Field Hockey & Lacrosse',3),(1092,'Field Hockey Sticks',499741,'Field Hockey & Lacrosse',3),(1093,'Football',499713,'Athletics',2),(1094,'Footballs',1093,'Football',3),(1095,'Football Fan Accessories',3515,'Sports Fan Accessories',5),(1097,'Football Protective Gear',1093,'Football',3),(1098,'Football Helmets',1097,'Football Protective Gear',4),(1105,'Hockey Protective Gear',499915,'Figure Skating & Hockey',3),(1110,'Rugby',499713,'Athletics',2),(1111,'Soccer',499713,'Athletics',2),(1112,'Soccer Balls',1111,'Soccer',3),(1113,'Soccer Goals',1111,'Soccer',3),(1114,'Soccer Shin Guards',499784,'Soccer Protective Gear',4),(1115,'Volleyball',499713,'Athletics',2),(1116,'Volleyballs',1115,'Volleyball',3),(1117,'Volleyball Nets',1115,'Volleyball',3),(1120,'Boating & Rafting',499811,'Boating & Water Sports',3),(1122,'Watercraft Care',3391,'Watercraft Parts & Accessories',3),(1124,'Canoes',1120,'Boating & Rafting',4),(1125,'Watercraft Engines & Motors',3391,'Watercraft Parts & Accessories',3),(1127,'Kayaks',1120,'Boating & Rafting',4),(1128,'Life Jackets',499813,'Boating & Water Sport Apparel',4),(1129,'Paddles & Oars',1120,'Boating & Rafting',4),(1130,'Personal Watercraft',3540,'Watercraft',3),(1132,'Sailboat Parts',3391,'Watercraft Parts & Accessories',3),(1133,'Boat Trailers',4027,'Motor Vehicle Trailers',4),(1135,'Diving & Snorkeling',499811,'Boating & Water Sports',3),(1136,'Buoyancy Compensators',1135,'Diving & Snorkeling',4),(1137,'Dive Computers',1135,'Diving & Snorkeling',4),(1138,'Drysuits',499813,'Boating & Water Sport Apparel',4),(1139,'Diving & Snorkeling Fins',1135,'Diving & Snorkeling',4),(1140,'Diving & Snorkeling Masks',1135,'Diving & Snorkeling',4),(1141,'Diving Regulators',1135,'Diving & Snorkeling',4),(1142,'Snorkels',1135,'Diving & Snorkeling',4),(1143,'Surfing',499811,'Boating & Water Sports',3),(1144,'Swimming',499811,'Boating & Water Sports',3),(1145,'Water Polo',499713,'Athletics',2),(1146,'Water Skiing',3195,'Towed Water Sports',4),(1147,'Wetsuits',499813,'Boating & Water Sport Apparel',4),(1148,'Windsurfing',499811,'Boating & Water Sports',3),(1157,'Ski Poles',499845,'Skiing & Snowboarding',4),(1158,'Downhill Skis',6064,'Skis',5),(1161,'Ski & Snowboard Helmets',499845,'Skiing & Snowboarding',4),(1162,'Snowboard Bindings',499845,'Skiing & Snowboarding',4),(1163,'Snowboard Boots',499845,'Skiing & Snowboarding',4),(1164,'Snowboards',499845,'Skiing & Snowboarding',4),(1166,'Snowshoeing',499844,'Winter Sports & Activities',3),(1167,'Tools',632,'Hardware',1),(1169,'Anvils',1167,'Tools',2),(1171,'Axes',1167,'Tools',2),(1174,'Carving Chisels & Gouges',1167,'Tools',2),(1179,'Pry Bars',1167,'Tools',2),(1180,'Cutters',1167,'Tools',2),(1181,'Bolt Cutters',1180,'Cutters',3),(1182,'Glass Cutters',1180,'Cutters',3),(1184,'Taps & Dies',1167,'Tools',2),(1185,'Grips',1167,'Tools',2),(1186,'Hammers',1167,'Tools',2),(1187,'Planes',1167,'Tools',2),(1188,'Sanders',1167,'Tools',2),(1191,'Levels',1305,'Measuring Tools & Sensors',3),(1193,'Masonry Tools',1167,'Tools',2),(1194,'Nail Pullers',1167,'Tools',2),(1195,'Socket Drivers',1167,'Tools',2),(1196,'Pickup Tools',1167,'Tools',2),(1198,'Protractors',1305,'Measuring Tools & Sensors',3),(1201,'Saw Horses',1167,'Tools',2),(1202,'Putty Knives & Scrapers',1167,'Tools',2),(1203,'Screwdrivers',1167,'Tools',2),(1205,'Squares',1305,'Measuring Tools & Sensors',3),(1206,'Nailers & Staplers',1167,'Tools',2),(1207,'Stud Sensors',1305,'Measuring Tools & Sensors',3),(1215,'Caulking Tools',1167,'Tools',2),(1216,'Drill Presses',1217,'Drills',3),(1217,'Drills',1167,'Tools',2),(1218,'Generators',127,'Power & Electrical Supplies',2),(1219,'Grinders',1167,'Tools',2),(1220,'Heat Guns',1167,'Tools',2),(1221,'Impact Wrenches & Drivers',1167,'Tools',2),(1223,'Weed Trimmers',3798,'Outdoor Power Equipment',3),(1225,'Polishers & Buffers',1167,'Tools',2),(1226,'Pressure Washers',3798,'Outdoor Power Equipment',3),(1235,'Saws',1167,'Tools',2),(1236,'Soldering Irons',1167,'Tools',2),(1238,'Welding Guns & Plasma Cutters',1167,'Tools',2),(1239,'Toys & Games',0,'',0),(1241,'Baby Walkers & Entertainers',2847,'Baby Toys & Activity Equipment',2),(1242,'Baby Mobiles',2847,'Baby Toys & Activity Equipment',2),(1243,'Play Mats & Gyms',2847,'Baby Toys & Activity Equipment',2),(1244,'Rattles',2847,'Baby Toys & Activity Equipment',2),(1246,'Board Games',3793,'Games',2),(1247,'Card Games',3793,'Games',2),(1249,'Outdoor Play Equipment',1239,'Toys & Games',1),(1251,'Playhouses',1249,'Outdoor Play Equipment',2),(1253,'Toys',1239,'Toys & Games',1),(1254,'Building Toys',1253,'Toys',2),(1255,'Dolls, Playsets & Toy Figures',1253,'Toys',2),(1257,'Dolls',1255,'Dolls, Playsets & Toy Figures',3),(1258,'Puppets & Marionettes',1255,'Dolls, Playsets & Toy Figures',3),(1259,'Stuffed Animals',1255,'Dolls, Playsets & Toy Figures',3),(1261,'Flying Toys',1253,'Toys',2),(1262,'Educational Toys',1253,'Toys',2),(1264,'Musical Toys',1253,'Toys',2),(1266,'Sports Toys',1253,'Toys',2),(1267,'Motor Vehicles',5614,'Vehicles',2),(1268,'Beach & Sand Toys',1253,'Toys',2),(1270,'Video Game Console Accessories',222,'Electronics',1),(1279,'Video Game Software',2092,'Software',1),(1294,'Video Game Consoles',222,'Electronics',1),(1300,'Paint Brushes',2077,'Paint Tools',3),(1301,'Floppy Drives',2414,'Storage Devices',4),(1302,'Sprinkler Controls',3780,'Sprinkler Accessories',4),(1305,'Measuring Tools & Sensors',1167,'Tools',2),(1306,'Water & Flood Detectors',1679,'Flood, Fire & Gas Safety',2),(1312,'Seal Stamps',216,'Collectibles',3),(1318,'Coils',2878,'Hardware Accessories',2),(1319,'Plumbing Traps',504637,'Drain Components',4),(1334,'Microwave Oven Accessories',2901,'Kitchen Appliance Accessories',3),(1337,'Modulators',1801,'Components',2),(1340,'Sword Stands & Displays',220,'Collectible Weapons',4),(1348,'UPS',275,'Power',3),(1350,'Bridges & Routers',342,'Networking',2),(1352,'Fence Pickets',128,'Fencing & Barriers',2),(1354,'Water Chillers',2343,'Water Dispensers',4),(1356,'Door Knobs & Handles',6343,'Door Hardware',3),(1360,'Toothpaste',526,'Oral Care',3),(1361,'Paint',503740,'Painting Consumables',3),(1367,'Augers',1217,'Drills',3),(1368,'Video Editing Hardware & Production Equipment',386,'Video',2),(1371,'Invitations',96,'Party Supplies',3),(1374,'Weather Forecasters & Stations',1305,'Measuring Tools & Sensors',3),(1375,'UPS Accessories',275,'Power',3),(1380,'Vision Care',2915,'Personal Care',2),(1387,'Mustard',427,'Condiments & Sauces',3),(1388,'Drip Coffee Makers',736,'Coffee Makers & Espresso Machines',4),(1390,'Water Distillers',2273,'Water Dispensing & Filtration',3),(1391,'Deburrers',1167,'Tools',2),(1395,'Coffee Tables',6369,'Accent Tables',3),(1407,'Drain Rods',504637,'Drain Components',4),(1413,'Straight Edges',1305,'Measuring Tools & Sensors',3),(1420,'Audio Accessories',223,'Audio',2),(1425,'Ballcocks & Flappers',2691,'Toilet & Bidet Accessories',4),(1434,'Fire Extinguishers',1679,'Flood, Fire & Gas Safety',2),(1436,'Emergency Lighting',594,'Lighting',2),(1439,'Tool Keys',1167,'Tools',2),(1442,'Massage Chairs',5663,'Massage & Relaxation',3),(1444,'Flasks',2920,'Food & Beverage Carriers',3),(1445,'Crackers',423,'Snack Foods',3),(1450,'Masonry Jointers',1193,'Masonry Tools',3),(1454,'Handheld Metal Shears & Nibblers',1180,'Cutters',3),(1458,'Fixture Plates',504635,'Plumbing Fixture Hardware & Parts',3),(1459,'Measuring Wheels',1305,'Measuring Tools & Sensors',3),(1463,'Table & Bar Stools',443,'Chairs',2),(1465,'Mortisers',1217,'Drills',3),(1469,'Wire & Cable Hand Tools',1167,'Tools',2),(1470,'Manufacturing',111,'Business & Industrial',1),(1475,'Hotel & Hospitality',111,'Business & Industrial',1),(1479,'Chimney Cleaners',2277,'Chemicals',3),(1480,'Network Cables',259,'Cables',3),(1483,'Ponytail Holders',171,'Hair Accessories',3),(1484,'Envelope Seals',96,'Party Supplies',3),(1487,'TV Tuner Cards & Adapters',287,'I/O Cards & Adapters',4),(1489,'Faucet Accessories',504635,'Plumbing Fixture Hardware & Parts',3),(1491,'Cinches',5593,'Horse Tack',4),(1492,'Chains',502977,'Chain, Wire & Rope',3),(1496,'Foil',3110,'Food Wraps',4),(1505,'Home Game Console Accessories',1270,'Video Game Console Accessories',2),(1508,'Drywall Anchors',500054,'Hardware Fasteners',3),(1513,'Cover Paper',956,'Paper Products',3),(1514,'Drain Frames',504637,'Drain Components',4),(1516,'Skirt Suits',1594,'Suits',3),(1519,'HVAC Controls',499873,'Heating, Ventilation & Air Conditioning',2),(1529,'Herbs & Spices',4608,'Seasonings & Spices',3),(1530,'Fireplace Tools',2862,'Fireplace & Wood Stove Accessories',2),(1533,'Cruising Rods',1305,'Measuring Tools & Sensors',3),(1534,'Popcorn',423,'Snack Foods',3),(1539,'Rebar Locators',1305,'Measuring Tools & Sensors',3),(1540,'Drill & Screwdriver Bits',3944,'Drill & Screwdriver Accessories',3),(1541,'Snow Blowers',3798,'Outdoor Power Equipment',3),(1544,'Splitters',1801,'Components',2),(1546,'Flood & Spot Lights',594,'Lighting',2),(1548,'Light Meters',42,'Lighting & Studio',3),(1549,'End Tables',6369,'Accent Tables',3),(1550,'Fish Finders',340,'Marine Electronics',2),(1552,'Marine Radar',340,'Marine Electronics',2),(1555,'Construction Lines',1193,'Masonry Tools',3),(1556,'Law Enforcement',111,'Business & Industrial',1),(1557,'French Presses',736,'Coffee Makers & Espresso Machines',4),(1562,'KVM Switches',1928,'Input Devices',4),(1563,'Plungers',1167,'Tools',2),(1564,'Laptop Batteries',276,'Batteries',4),(1568,'Mayonnaise',427,'Condiments & Sauces',3),(1573,'Bagels',1876,'Bakery',3),(1578,'Shapewear',213,'Underwear & Socks',3),(1580,'Tuxedos',1594,'Suits',3),(1581,'Skirts',1604,'Clothing',2),(1584,'Threading Machines',1167,'Tools',2),(1594,'Suits',1604,'Clothing',2),(1599,'Nap Mats',569,'Bedding',3),(1602,'Sofa Tables',6369,'Accent Tables',3),(1603,'Light Bulb Changers',1167,'Tools',2),(1604,'Clothing',166,'Apparel & Accessories',1),(1611,'Studio Backgrounds',42,'Lighting & Studio',3),(1622,'Photographic Chemicals',41,'Darkroom',3),(1623,'Hard Drive Accessories',2414,'Storage Devices',4),(1624,'Science & Laboratory',111,'Business & Industrial',1),(1625,'Laminators',950,'Office Equipment',2),(1626,'Climate Control Appliances',604,'Household Appliances',2),(1627,'Mounting Boards',966,'Display Boards',3),(1632,'Wrenches',1167,'Tools',2),(1634,'Video Multiplexers',386,'Video',2),(1636,'Bathtubs',1673,'Plumbing Fixtures',3),(1639,'Fire Extinguisher & Equipment Storage',1679,'Flood, Fire & Gas Safety',2),(1640,'Flow Meters & Controllers',1305,'Measuring Tools & Sensors',3),(1644,'Sharpeners',1167,'Tools',2),(1645,'Surgical Gowns',2496,'Medical',2),(1647,'Electric & Stovetop Espresso Pots',736,'Coffee Makers & Espresso Machines',4),(1648,'Stains',503740,'Painting Consumables',3),(1653,'Palette Knives',505391,'Color Mixing Tools',5),(1659,'Shoe Polishes & Waxes',628,'Shoe Care & Tools',3),(1662,'Headbands',171,'Hair Accessories',3),(1663,'Lathes',1167,'Tools',2),(1665,'Cache Memory',288,'Memory',3),(1667,'Pipe & Bar Benders',1167,'Tools',2),(1668,'Brick Tools',1193,'Masonry Tools',3),(1671,'Gin',417,'Liquor & Spirits',4),(1673,'Plumbing Fixtures',133,'Plumbing',2),(1675,'Garters',2563,'Lingerie Accessories',4),(1679,'Flood, Fire & Gas Safety',536,'Home & Garden',1),(1680,'Pregnancy Tests',505293,'Medical Tests',3),(1683,'Printer Memory',502990,'Printer, Copier & Fax Machine Accessories',3),(1684,'Trees',985,'Plants',2),(1687,'Sinks',1673,'Plumbing Fixtures',3),(1694,'Plumbing Flanges',1810,'Plumbing Fittings & Supports',3),(1695,'Weapon Scopes & Sights',4040,'Scopes',3),(1698,'Measuring Scales',1305,'Measuring Tools & Sensors',3),(1699,'Paint Sponges',2077,'Paint Tools',3),(1700,'Ceiling Fans',608,'Fans',4),(1702,'Salsa',5740,'Dips & Spreads',3),(1708,'Postage Meters',950,'Office Equipment',2),(1709,'Water Heater Vents',2751,'Water Heater Accessories',3),(1718,'Antennas',2082,'Electronics Accessories',2),(1719,'Palettes',505391,'Color Mixing Tools',5),(1722,'Camera Batteries',276,'Batteries',4),(1723,'Well Supplies',133,'Plumbing',2),(1732,'Gauges',1305,'Measuring Tools & Sensors',3),(1733,'RAM',288,'Memory',3),(1735,'Acid Neutralizers',2277,'Chemicals',3),(1738,'Trampolines',1249,'Outdoor Play Equipment',2),(1739,'Nuts & Bolts',500054,'Hardware Fasteners',3),(1744,'Water Heater Elements',2751,'Water Heater Accessories',3),(1745,'Mobile Phone Batteries',276,'Batteries',4),(1746,'Urinals',2062,'Toilets & Bidets',4),(1749,'Drain Cleaners',2277,'Chemicals',3),(1753,'Lubricants',503739,'Building Consumables',2),(1754,'Reins',5593,'Horse Tack',4),(1755,'Dried Fruits',430,'Fruits & Vegetables',3),(1763,'System & Power Cables',259,'Cables',3),(1767,'Video Memory',288,'Memory',3),(1771,'Hinges',2878,'Hardware Accessories',2),(1772,'Lingerie',213,'Underwear & Socks',3),(1774,'Paint Rollers',2077,'Paint Tools',3),(1779,'Shower Doors & Enclosures',2206,'Shower Parts',4),(1783,'Gun Holsters',2214,'Gun Care & Accessories',3),(1785,'Probes & Finders',1305,'Measuring Tools & Sensors',3),(1786,'Balaclavas',167,'Clothing Accessories',2),(1787,'Tap Reseaters',1167,'Tools',2),(1788,'Gates',128,'Fencing & Barriers',2),(1794,'Sands & Soils',2962,'Gardening',3),(1795,'Heavy Machinery',111,'Business & Industrial',1),(1799,'Masonry Edgers & Groovers',1193,'Masonry Tools',3),(1801,'Components',222,'Electronics',1),(1802,'Automotive Alarm Systems',2768,'Vehicle Alarms & Locks',4),(1803,'Paperweights',2014,'Paper Handling',2),(1806,'Gun Grips',2214,'Gun Care & Accessories',3),(1807,'Long Johns',213,'Underwear & Socks',3),(1809,'Work Platforms',130,'Ladders & Scaffolding',3),(1810,'Plumbing Fittings & Supports',133,'Plumbing',2),(1813,'Finance & Insurance',111,'Business & Industrial',1),(1816,'Filters & Screens',2878,'Hardware Accessories',2),(1817,'Beer Dispensers & Taps',649,'Barware',3),(1819,'Reamers',1167,'Tools',2),(1821,'Drinking Fountains',2343,'Water Dispensers',4),(1822,'Gun Rails',2214,'Gun Care & Accessories',3),(1824,'Rebar Cutters',1180,'Cutters',3),(1827,'Forestry & Logging',111,'Business & Industrial',1),(1831,'Vests',203,'Outerwear',3),(1832,'Marking Tools',1167,'Tools',2),(1835,'Water Heater Pans',2751,'Water Heater Accessories',3),(1836,'Paper Joggers',2014,'Paper Handling',2),(1837,'Paper & Plastic Shopping Bags',138,'Retail',2),(1841,'Routing Tools',1167,'Tools',2),(1850,'Dividers',1305,'Measuring Tools & Sensors',3),(1855,'Cottage Cheese',428,'Dairy Products',3),(1856,'Shoelaces',1933,'Shoe Accessories',2),(1862,'Pipe Brushes',1167,'Tools',2),(1863,'Pogo Sticks',1249,'Outdoor Play Equipment',2),(1865,'Toilet & Bidet Seats',2691,'Toilet & Bidet Accessories',4),(1866,'Scaffolding',130,'Ladders & Scaffolding',3),(1867,'Audio & Video Cables',259,'Cables',3),(1868,'Coffee',413,'Beverages',2),(1869,'Power Outlets & Sockets',127,'Power & Electrical Supplies',2),(1870,'Key Card Entry Systems',1974,'Locks & Keys',2),(1871,'Fire Alarms',1679,'Flood, Fire & Gas Safety',2),(1874,'Shoe Brushes',628,'Shoe Care & Tools',3),(1876,'Bakery',422,'Food Items',2),(1880,'Cordless Phone Batteries',276,'Batteries',4),(1887,'Response Cards',96,'Party Supplies',3),(1893,'Wristbands',167,'Clothing Accessories',2),(1895,'Muffins',1876,'Bakery',3),(1897,'Thermostats',1519,'HVAC Controls',3),(1898,'Hospital Gowns',2496,'Medical',2),(1901,'Hair Styling Products',486,'Hair Care',3),(1906,'Cuffs',1556,'Law Enforcement',2),(1910,'Storage Tanks',632,'Hardware',1),(1919,'Fence Posts & Rails',128,'Fencing & Barriers',2),(1921,'Toilets',2062,'Toilets & Bidets',4),(1922,'Headdresses',2020,'Headwear',3),(1923,'Shapers',1167,'Tools',2),(1924,'Satellite Phones',270,'Telephony',3),(1926,'Whiskey',417,'Liquor & Spirits',4),(1927,'Sew',505379,'Embellishments & Trims',5),(1928,'Input Devices',285,'Computer Components',3),(1932,'Drain Openers',504637,'Drain Components',4),(1933,'Shoe Accessories',166,'Apparel & Accessories',1),(1934,'Fire Sprinklers',1679,'Flood, Fire & Gas Safety',2),(1935,'Light Switches',6459,'Electrical Switches',3),(1948,'Hair Forks & Sticks',171,'Hair Accessories',3),(1949,'Religious Veils',97,'Religious Items',2),(1952,'Water Softeners',2273,'Water Dispensing & Filtration',3),(1954,'Yogurt',428,'Dairy Products',3),(1958,'Pliers',1167,'Tools',2),(1962,'Shower Rods',574,'Bathroom Accessories',2),(1963,'Sink Accessories',504635,'Plumbing Fixture Hardware & Parts',3),(1967,'Lawn & Garden Sprayers',3173,'Gardening Tools',4),(1969,'Salad Dressing',427,'Condiments & Sauces',3),(1974,'Locks & Keys',632,'Hardware',1),(1977,'Electronics Component Connectors',1801,'Components',2),(1979,'Drop Cloths',2878,'Hardware Accessories',2),(1985,'Blankets',569,'Bedding',3),(1991,'Gas Detectors',1305,'Measuring Tools & Sensors',3),(1993,'Mouse Pads',279,'Computer Accessories',3),(1994,'Pneumatic Drills',1217,'Drills',3),(1995,'Solder & Flux',503739,'Building Consumables',2),(1996,'AV Carts',6373,'Office Carts',2),(2002,'Rocking Chairs',443,'Chairs',2),(2006,'Electrical Mount Boxes & Brackets',127,'Power & Electrical Supplies',2),(2007,'Studio Stands & Mounts',42,'Lighting & Studio',3),(2008,'Roof Flashings',123,'Roofing',3),(2014,'Paper Handling',922,'Office Supplies',1),(2015,'Compressors',1167,'Tools',2),(2018,'Ketchup',427,'Condiments & Sauces',3),(2020,'Headwear',167,'Clothing Accessories',2),(2021,'Rulers',1305,'Measuring Tools & Sensors',3),(2027,'Video Accessories',386,'Video',2),(2028,'Phone & Data Jacks',127,'Power & Electrical Supplies',2),(2030,'Hatches',115,'Building Materials',2),(2032,'Faucets',1673,'Plumbing Fixtures',3),(2034,'Robe Hooks',574,'Bathroom Accessories',2),(2044,'Bellows',2862,'Fireplace & Wood Stove Accessories',2),(2045,'Office Chairs',6362,'Office Furniture',2),(2047,'Work Safety Protective Gear',111,'Business & Industrial',1),(2053,'Pipe & Tube Cleaners',1167,'Tools',2),(2055,'In',2273,'Water Dispensing & Filtration',3),(2058,'Primers',503740,'Painting Consumables',3),(2060,'Heating Radiators',1626,'Climate Control Appliances',3),(2062,'Toilets & Bidets',1673,'Plumbing Fixtures',3),(2063,'Water Filter Cartridges',2171,'Water Filtration Accessories',4),(2065,'Stock Photographs & Video Footage',5032,'Digital Goods & Currency',2),(2068,'Nozzles',1810,'Plumbing Fittings & Supports',3),(2070,'Portable Game Console Accessories',1270,'Video Game Console Accessories',2),(2072,'Chippers',1795,'Heavy Machinery',2),(2073,'Tea & Infusions',413,'Beverages',2),(2074,'Massage Tables',5663,'Massage & Relaxation',3),(2077,'Paint Tools',1167,'Tools',2),(2080,'Pipe Cutters',1180,'Cutters',3),(2081,'Bathroom Vanities',4148,'Vanities',3),(2082,'Electronics Accessories',222,'Electronics',1),(2088,'Shower Columns',2206,'Shower Parts',4),(2092,'Software',0,'',0),(2093,'Thermocouples & Thermopiles',1305,'Measuring Tools & Sensors',3),(2096,'Camera & Optic Accessories',141,'Cameras & Optics',1),(2104,'Place Cards',96,'Party Supplies',3),(2106,'CB Radios',2471,'Communication Radios',3),(2107,'Vodka',417,'Liquor & Spirits',4),(2110,'Motorcycle Helmets',5547,'Motorcycle Protective Gear',4),(2121,'Repeaters & Transceivers',342,'Networking',2),(2125,'Bibs',561,'Nursing & Feeding',2),(2126,'Cooking Oils',2660,'Cooking & Baking Ingredients',3),(2130,'ROM',288,'Memory',3),(2139,'Sheet Protectors',4086,'Binder Accessories',4),(2140,'Vinegar',2660,'Cooking & Baking Ingredients',3),(2145,'Rewinders',2027,'Video Accessories',3),(2147,'Shovels & Spades',3173,'Gardening Tools',4),(2154,'Public Address Systems',223,'Audio',2),(2155,'Film & Television',111,'Business & Industrial',1),(2160,'Garter Belts',2563,'Lingerie Accessories',4),(2161,'Motion Sensors',359,'Business & Home Security',2),(2165,'Audio Components',223,'Audio',2),(2169,'Mugs',674,'Drinkware',4),(2170,'Plumbing Wastes',504637,'Drain Components',4),(2171,'Water Filtration Accessories',2273,'Water Dispensing & Filtration',3),(2174,'Tool Blades',3650,'Tool Accessories',2),(2175,'Hot Water Tanks',2751,'Water Heater Accessories',3),(2178,'Marine Chartplotters & GPS',340,'Marine Electronics',2),(2181,'Masonry Trowels',1193,'Masonry Tools',3),(2182,'Converters',1801,'Components',2),(2187,'Mining & Quarrying',111,'Business & Industrial',1),(2188,'Jams & Jellies',5740,'Dips & Spreads',3),(2192,'Calipers',1305,'Measuring Tools & Sensors',3),(2194,'Cakes & Dessert Bars',1876,'Bakery',3),(2195,'Washers',500054,'Hardware Fasteners',3),(2198,'Tool Knives',1167,'Tools',2),(2202,'Saw Blades',2174,'Tool Blades',3),(2203,'Plumbing Repair Kits',133,'Plumbing',2),(2204,'Power Tillers & Cultivators',3798,'Outdoor Power Equipment',3),(2205,'Scan Converters',2182,'Converters',3),(2206,'Shower Parts',504635,'Plumbing Fixture Hardware & Parts',3),(2207,'Paper Folding Machines',2014,'Paper Handling',2),(2208,'Manual Hammers',1186,'Hammers',3),(2210,'Saddles',5593,'Horse Tack',4),(2212,'Hardware Tape',503739,'Building Consumables',2),(2214,'Gun Care & Accessories',780,'Weapons',2),(2216,'Plumbing Pipes',133,'Plumbing',2),(2218,'Grass Edgers',3798,'Outdoor Power Equipment',3),(2220,'Tequila',417,'Liquor & Spirits',4),(2221,'Water Heater Stacks',2751,'Water Heater Accessories',3),(2222,'Video Camera Batteries',276,'Batteries',4),(2227,'Protective Eyewear',2047,'Work Safety Protective Gear',2),(2229,'Cookies',1876,'Bakery',3),(2230,'Screw Posts',500054,'Hardware Fasteners',3),(2234,'Developing & Processing Equipment',41,'Darkroom',3),(2238,'Control Panels',1519,'HVAC Controls',3),(2242,'Art & Drafting Tables',6363,'Workspace Tables',3),(2243,'Water Levelers',133,'Plumbing',2),(2246,'Blood Glucose Meters',494,'Biometric Monitors',3),(2247,'Percolators',736,'Coffee Makers & Espresso Machines',4),(2248,'Vehicle License Plates',2495,'Vehicle Decor',4),(2249,'Chandeliers',3006,'Lighting Fixtures',3),(2250,'Dusters',623,'Household Cleaning Supplies',3),(2251,'Screws',500054,'Hardware Fasteners',3),(2257,'Drain Liners',504637,'Drain Components',4),(2263,'Foam Boards',966,'Display Boards',3),(2271,'Dresses',1604,'Clothing',2),(2273,'Water Dispensing & Filtration',133,'Plumbing',2),(2274,'Wire Caps & Nuts',127,'Power & Electrical Supplies',2),(2277,'Chemicals',503739,'Building Consumables',2),(2282,'Cement, Mortar & Concrete Mixes',503743,'Masonry Consumables',3),(2290,'Vehicle Organizers',8237,'Vehicle Storage & Cargo',3),(2292,'White Coats',2306,'Uniforms',3),(2301,'Shoe Bags',628,'Shoe Care & Tools',3),(2302,'Robes',208,'Sleepwear & Loungewear',3),(2305,'Cement Mixers',1193,'Masonry Tools',3),(2306,'Uniforms',1604,'Clothing',2),(2310,'Anode Rods',2751,'Water Heater Accessories',3),(2313,'Garden Hoses',3568,'Watering & Irrigation',3),(2314,'Bed Sheets',569,'Bedding',3),(2330,'Knife Guides',1305,'Measuring Tools & Sensors',3),(2334,'Wallpaper',696,'Decor',2),(2337,'Floats',1193,'Masonry Tools',3),(2343,'Water Dispensers',2273,'Water Dispensing & Filtration',3),(2344,'Spice Organizers',2948,'Kitchen Organizers',4),(2345,'Electrical Wires & Cable',127,'Power & Electrical Supplies',2),(2353,'Mobile Phone Cases',264,'Mobile Phone Accessories',4),(2358,'VoIP Gateways & Routers',1350,'Bridges & Routers',3),(2359,'Pipe Connectors',1810,'Plumbing Fittings & Supports',3),(2363,'Coasters',649,'Barware',3),(2364,'Brandy',417,'Liquor & Spirits',4),(2365,'Fireplace Screens',2862,'Fireplace & Wood Stove Accessories',2),(2367,'Air Conditioner Accessories',3348,'Household Appliance Accessories',2),(2370,'Picture Lights',594,'Lighting',2),(2371,'Shoe Dryers',628,'Shoe Care & Tools',3),(2372,'Turntable Accessories',1420,'Audio Accessories',3),(2374,'Garbage Bags',630,'Household Supplies',2),(2376,'Bidets',2062,'Toilets & Bidets',4),(2377,'Wall Plates & Covers',127,'Power & Electrical Supplies',2),(2380,'Industrial Staples',3650,'Tool Accessories',2),(2387,'Feminine Pads & Protectors',485,'Feminine Sanitary Supplies',3),(2389,'Bullet Proof Vests',2047,'Work Safety Protective Gear',2),(2392,'Chips',423,'Snack Foods',3),(2394,'Video Camera Lights',143,'Camera Parts & Accessories',3),(2401,'Bulletin Boards',966,'Display Boards',3),(2406,'Water Filter Housings',2171,'Water Filtration Accessories',4),(2408,'Nails',500054,'Hardware Fasteners',3),(2410,'Sink Legs',1963,'Sink Accessories',4),(2411,'Utility Knives',1180,'Cutters',3),(2413,'Home Automation Kits',127,'Power & Electrical Supplies',2),(2414,'Storage Devices',285,'Computer Components',3),(2416,'Ladder Carts',130,'Ladders & Scaffolding',3),(2418,'Medicine Cabinets',574,'Bathroom Accessories',2),(2422,'Espresso Machines',736,'Coffee Makers & Espresso Machines',4),(2423,'Soups & Broths',422,'Food Items',2),(2425,'Light Bulbs',594,'Lighting',2),(2427,'Spurs',1933,'Shoe Accessories',2),(2431,'Shoe Trees & Shapers',628,'Shoe Care & Tools',3),(2432,'Puffed Rice Cakes',423,'Snack Foods',3),(2435,'Name Plates',922,'Office Supplies',1),(2441,'Shampoo & Conditioner',486,'Hair Care',3),(2443,'Airsoft',499834,'Paintball & Airsoft',4),(2446,'Storage Hooks & Racks',636,'Storage & Organization',3),(2447,'Flashlight Accessories',3650,'Tool Accessories',2),(2455,'Hubs & Switches',342,'Networking',2),(2456,'Industrial Vibrators',1167,'Tools',2),(2463,'Bathtub Spouts',2996,'Bathtub Accessories',4),(2465,'Paint Sprayers',2077,'Paint Tools',3),(2466,'Plumbing Valves',1810,'Plumbing Fittings & Supports',3),(2471,'Communication Radios',262,'Communications',2),(2473,'Gas Masks & Respirators',503724,'Protective Masks',3),(2474,'Paint Binders',503740,'Painting Consumables',3),(2475,'Studio Lighting Controls',42,'Lighting & Studio',3),(2477,'Hair Combs',171,'Hair Accessories',3),(2478,'Toilet Trim',2691,'Toilet & Bidet Accessories',4),(2479,'Concentrators & Multiplexers',342,'Networking',2),(2481,'Tape Measures',1305,'Measuring Tools & Sensors',3),(2485,'Tool & Equipment Belts',3974,'Tool Storage & Organization',3),(2486,'Airbrushes',2077,'Paint Tools',3),(2490,'Lighting Filters & Gobos',2475,'Studio Lighting Controls',4),(2494,'Vehicle Hardtops',3436,'Vehicle Covers',4),(2495,'Vehicle Decor',913,'Vehicle Maintenance, Care & Decor',3),(2496,'Medical',111,'Business & Industrial',1),(2497,'Dollhouse Accessories',1255,'Dolls, Playsets & Toy Figures',3),(2499,'Dollhouses',1255,'Dolls, Playsets & Toy Figures',3),(2503,'Bar Soap',474,'Bath & Body',4),(2505,'Play Vehicles',1253,'Toys',2),(2507,'Insulated Bags',2920,'Food & Beverage Carriers',3),(2508,'Styptic Pencils',528,'Shaving & Grooming',3),(2511,'Pumice Stones',2958,'Skin Care Tools',5),(2512,'Training Fins',6511,'Swimming Fins',5),(2513,'Vehicle Power Steering Fluid',2788,'Vehicle Fluids',4),(2515,'Tambourines',7285,'Hand Percussion',5),(2516,'Retouching Equipment & Supplies',2234,'Developing & Processing Equipment',4),(2517,'Vehicle Cooling System Additives',2788,'Vehicle Fluids',4),(2518,'Drum Kits',75,'Percussion',4),(2520,'Enlarging Equipment',41,'Darkroom',3),(2521,'Eyewear Accessories',1380,'Vision Care',3),(2522,'Bath Additives',474,'Bath & Body',4),(2524,'Ceiling Light Fixtures',3006,'Lighting Fixtures',3),(2526,'Facial Cleansers',567,'Skin Care',4),(2527,'Dentures',526,'Oral Care',3),(2528,'Off',1267,'Motor Vehicles',3),(2530,'Household Paper Products',630,'Household Supplies',2),(2531,'Banners',96,'Party Supplies',3),(2532,'Construction Paper',24,'Art & Craft Paper',5),(2534,'Motor Vehicle Window Parts & Accessories',899,'Motor Vehicle Parts',3),(2535,'Desk & Pedestal Fans',608,'Fans',4),(2540,'Pasta Maker Accessories',2901,'Kitchen Appliance Accessories',3),(2541,'Duvet Covers',569,'Bedding',3),(2543,'Darkroom Timers',2520,'Enlarging Equipment',4),(2546,'Remote Control Toys',1253,'Toys',2),(2547,'Placemats',601,'Table Linens',3),(2548,'Makeup Tools',2619,'Cosmetic Tools',4),(2549,'Washing Machines',2706,'Laundry Appliances',3),(2550,'Motor Vehicle Engine Oil Circulation',899,'Motor Vehicle Parts',3),(2552,'Drug Tests',505293,'Medical Tests',3),(2556,'Motor Vehicle Wheel Parts',3020,'Motor Vehicle Wheel Systems',4),(2559,'Gift Giving',5709,'Party & Celebration',2),(2562,'Underwear',213,'Underwear & Socks',3),(2563,'Lingerie Accessories',213,'Underwear & Socks',3),(2564,'Tampons',485,'Feminine Sanitary Supplies',3),(2570,'Plumbing Hoses & Supply Lines',133,'Plumbing',2),(2571,'Face Makeup',477,'Makeup',4),(2572,'Baking Mixes',2660,'Cooking & Baking Ingredients',3),(2579,'Wine Making',3577,'Homebrewing & Winemaking Supplies',3),(2580,'Pajamas',208,'Sleepwear & Loungewear',3),(2582,'Vehicle Dashboard Accessories',2495,'Vehicle Decor',4),(2587,'Balloons',96,'Party Supplies',3),(2588,'Vehicle Antenna Balls',2495,'Vehicle Decor',4),(2589,'Lip Liner',2645,'Lip Makeup',5),(2590,'Car Wash Solutions',2895,'Vehicle Cleaning',4),(2591,'Correction Fluids, Pens & Tapes',932,'General Office Supplies',2),(2592,'Lotion & Moisturizer',567,'Skin Care',4),(2596,'Earplugs',506,'Ear Care',3),(2600,'Safelights',41,'Darkroom',3),(2605,'Rum',417,'Liquor & Spirits',4),(2608,'Light Ropes & Strings',594,'Lighting',2),(2610,'Squeegees',623,'Household Cleaning Supplies',3),(2611,'Plumbing Regulators',1810,'Plumbing Fittings & Supports',3),(2612,'Dryers',2706,'Laundry Appliances',3),(2613,'Outdoor Structures',2918,'Outdoor Living',3),(2614,'Jump Ropes',499792,'Cardio',3),(2618,'Jigsaw Puzzles',3867,'Puzzles',2),(2619,'Cosmetic Tools',473,'Cosmetics',3),(2620,'Dental Floss',526,'Oral Care',3),(2621,'Window Valances & Cornices',603,'Window Treatments',3),(2623,'Art Charcoals',977,'Writing & Drawing Instruments',3),(2625,'Copystands',2234,'Developing & Processing Equipment',4),(2626,'Food Storage',638,'Kitchen & Dining',2),(2627,'Lens Hoods',2911,'Camera Lens Accessories',3),(2628,'Soda',413,'Beverages',2),(2629,'Handheld Power Drills',1217,'Drills',3),(2631,'Pest Control Traps',728,'Pest Control',3),(2633,'Breathalyzers',494,'Biometric Monitors',3),(2634,'Plumbing Pipe Clamps',1810,'Plumbing Fittings & Supports',3),(2635,'Vehicle Antifreeze',2788,'Vehicle Fluids',4),(2636,'Shipping Supplies',922,'Office Supplies',1),(2639,'Wood Stoves',536,'Home & Garden',1),(2641,'Motor Vehicle Transmission & Drivetrain Parts',899,'Motor Vehicle Parts',3),(2642,'Motor Vehicle Mirrors',899,'Motor Vehicle Parts',3),(2643,'Vehicle Waxes, Polishes & Protectants',2895,'Vehicle Cleaning',4),(2644,'Cookie Jars',2626,'Food Storage',3),(2645,'Lip Makeup',477,'Makeup',4),(2647,'Windshield Repair Kits',8236,'Vehicle Repair & Specialty Tools',4),(2649,'Patio Heaters',1626,'Climate Control Appliances',3),(2650,'Developing Tanks & Reels',2234,'Developing & Processing Equipment',4),(2652,'Vehicle Display Flags',2495,'Vehicle Decor',4),(2656,'Tweezers',2915,'Personal Care',2),(2658,'Binder Paper',956,'Paper Products',3),(2660,'Cooking & Baking Ingredients',422,'Food Items',2),(2665,'Door Stops',6343,'Door Hardware',3),(2667,'Bumper Stickers',2495,'Vehicle Decor',4),(2668,'Wallets & Money Clips',6551,'Handbags, Wallets & Cases',2),(2669,'Yarn',505382,'Crafting Fibers',5),(2671,'Stencils & Die Cuts',505392,'Craft Measuring & Marking Tools',5),(2672,'Pool Toys',2832,'Pool & Spa Accessories',3),(2674,'Poster Boards',966,'Display Boards',3),(2675,'Door Mats',696,'Decor',2),(2677,'Drying Racks & Hangers',627,'Laundry Supplies',3),(2681,'Shaving Brushes',528,'Shaving & Grooming',3),(2683,'Nail Polishes',478,'Nail Care',4),(2684,'Outdoor Tables',4299,'Outdoor Furniture',2),(2686,'Eyebrow Enhancers',2779,'Eye Makeup',5),(2688,'Vehicle Transmission Fluid',2788,'Vehicle Fluids',4),(2689,'Sticky Notes',956,'Paper Products',3),(2690,'Fluorescent Tubes',2425,'Light Bulbs',3),(2691,'Toilet & Bidet Accessories',504635,'Plumbing Fixture Hardware & Parts',3),(2693,'Poker & Game Tables',6392,'Tables',2),(2694,'Shot Glasses',674,'Drinkware',4),(2696,'Mattresses',6433,'Beds & Accessories',2),(2698,'Photographic Enlargers',2520,'Enlarging Equipment',4),(2699,'Vehicle Remote Keyless Systems',2768,'Vehicle Alarms & Locks',4),(2700,'Pillows',569,'Bedding',3),(2704,'Vehicle Carpet & Upholstery Cleaners',2895,'Vehicle Cleaning',4),(2706,'Laundry Appliances',604,'Household Appliances',2),(2710,'Pipe Adapters & Bushings',1810,'Plumbing Fittings & Supports',3),(2712,'Stemware',674,'Drinkware',4),(2713,'Mops',623,'Household Cleaning Supplies',3),(2719,'Vehicle Fuel System Cleaners',2788,'Vehicle Fluids',4),(2720,'Mattress Foundations',6433,'Beds & Accessories',2),(2722,'Vehicle Decals',2495,'Vehicle Decor',4),(2723,'Hardhats',2047,'Work Safety Protective Gear',2),(2724,'Push & Pedal Riding Vehicles',2799,'Riding Toys',3),(2726,'Tile & Shingle Cutters',1180,'Cutters',3),(2727,'Motor Vehicle Fuel Systems',899,'Motor Vehicle Parts',3),(2728,'Print Trays, Washers & Dryers',2234,'Developing & Processing Equipment',4),(2729,'Countertops',115,'Building Materials',2),(2733,'Eyeglass Lenses',1380,'Vision Care',3),(2734,'Nail Files & Emery Boards',2975,'Nail Tools',5),(2735,'Vehicle Greases',2788,'Vehicle Fluids',4),(2739,'Cuticle Pushers',2975,'Nail Tools',5),(2740,'Tanning Products',567,'Skin Care',4),(2741,'Vellum Paper',24,'Art & Craft Paper',5),(2742,'Paper Towels',2530,'Household Paper Products',3),(2743,'Sandboxes',1249,'Outdoor Play Equipment',2),(2745,'Undershirts',213,'Underwear & Socks',3),(2747,'Body Wash',474,'Bath & Body',4),(2750,'Vehicle Steering Wheel Locks',2768,'Vehicle Alarms & Locks',4),(2751,'Water Heater Accessories',3348,'Household Appliance Accessories',2),(2753,'Electric Riding Vehicles',2799,'Riding Toys',3),(2754,'Laundry Detergent',627,'Laundry Supplies',3),(2755,'Pool Skimmers',2832,'Pool & Spa Accessories',3),(2756,'Horse Harnesses',5593,'Horse Tack',4),(2757,'Kitchen & Utility Sinks',1687,'Sinks',4),(2761,'False Eyelashes',2779,'Eye Makeup',5),(2763,'Ponds',702,'Fountains & Ponds',3),(2764,'Baby Transport',537,'Baby & Toddler',1),(2765,'Foundations & Concealers',2571,'Face Makeup',5),(2766,'Vents & Flues',499873,'Heating, Ventilation & Air Conditioning',2),(2768,'Vehicle Alarms & Locks',8301,'Vehicle Safety & Security',3),(2769,'Gum Stimulators',526,'Oral Care',3),(2770,'Vehicle Performance Additives',2788,'Vehicle Fluids',4),(2775,'Flour',2660,'Cooking & Baking Ingredients',3),(2778,'Remote Control Toy Accessories',1253,'Toys',2),(2779,'Eye Makeup',477,'Makeup',4),(2780,'Eyelash Curlers',2548,'Makeup Tools',5),(2781,'Confetti',96,'Party Supplies',3),(2783,'Noisemakers & Party Blowers',96,'Party Supplies',3),(2784,'Candle Holders',500121,'Home Fragrance Accessories',3),(2786,'Futon Pads',436,'Furniture',1),(2788,'Vehicle Fluids',913,'Vehicle Maintenance, Care & Decor',3),(2789,'Vehicle Air Fresheners',2495,'Vehicle Decor',4),(2792,'Chimney Brushes',1167,'Tools',2),(2794,'Fabric Softeners & Dryer Sheets',627,'Laundry Supplies',3),(2795,'Door Knockers',6343,'Door Hardware',3),(2796,'Sponges & Scouring Pads',623,'Household Cleaning Supplies',3),(2797,'Snare Drums',75,'Percussion',4),(2799,'Riding Toys',1253,'Toys',2),(2801,'Insoles & Inserts',515,'Foot Care',3),(2802,'Seeds',985,'Plants',2),(2803,'Baking Powder',2660,'Cooking & Baking Ingredients',3),(2804,'Photographic Paper',41,'Darkroom',3),(2805,'Motor Vehicle Climate Control',899,'Motor Vehicle Parts',3),(2807,'Eyeliner',2779,'Eye Makeup',5),(2808,'Hazardous Material Suits',2047,'Work Safety Protective Gear',2),(2809,'Cabinet Light Fixtures',3006,'Lighting Fixtures',3),(2810,'Swimming Pools',729,'Pool & Spa',2),(2814,'Hair Color',486,'Hair Care',3),(2815,'Photographic Analyzers',2520,'Enlarging Equipment',4),(2816,'Wrapping Paper',94,'Gift Wrapping',4),(2817,'Toilet Tank Levers',2691,'Toilet & Bidet Accessories',4),(2820,'Motor Vehicle Engine Parts',899,'Motor Vehicle Parts',3),(2826,'Flooring & Carpet',115,'Building Materials',2),(2828,'Nail Clippers',2975,'Nail Tools',5),(2829,'Lens Caps',2911,'Camera Lens Accessories',3),(2832,'Pool & Spa Accessories',729,'Pool & Spa',2),(2833,'Motor Vehicle Subwoofers',8526,'Motor Vehicle Electronics',3),(2834,'Mascara',2779,'Eye Makeup',5),(2835,'Tool Clamps & Vises',1167,'Tools',2),(2836,'Vehicle Bicycle Racks',3472,'Motor Vehicle Carrying Racks',4),(2837,'Roller Skates',499761,'Inline & Roller Skating',3),(2839,'Wind Wheels & Spinners',696,'Decor',2),(2843,'Pizza Pans',640,'Bakeware',4),(2844,'Sunscreen',567,'Skin Care',4),(2846,'Vehicle Glass Cleaners',2895,'Vehicle Cleaning',4),(2847,'Baby Toys & Activity Equipment',537,'Baby & Toddler',1),(2849,'Laundry Combo Units',2706,'Laundry Appliances',3),(2851,'Drain Covers & Strainers',504637,'Drain Components',4),(2856,'Electronic Drums',75,'Percussion',4),(2857,'Brooms',623,'Household Cleaning Supplies',3),(2858,'Lip Gloss',2645,'Lip Makeup',5),(2860,'Pool Floats & Loungers',2832,'Pool & Spa Accessories',3),(2862,'Fireplace & Wood Stove Accessories',536,'Home & Garden',1),(2865,'Repellents',728,'Pest Control',3),(2867,'Slides',1249,'Outdoor Play Equipment',2),(2869,'Pesticides',728,'Pest Control',3),(2875,'Bath Sponges & Loofahs',474,'Bath & Body',4),(2876,'Bath Brushes',474,'Bath & Body',4),(2878,'Hardware Accessories',632,'Hardware',1),(2879,'Vehicle Safety Equipment',8301,'Vehicle Safety & Security',3),(2881,'Vehicle Engine Degreasers',2788,'Vehicle Fluids',4),(2882,'Curtains & Drapes',603,'Window Treatments',3),(2883,'Call Bells',2986,'Office Instruments',2),(2885,'Window Blinds & Shades',603,'Window Treatments',3),(2886,'Bathroom Sinks',1687,'Sinks',4),(2887,'Juice',413,'Beverages',2),(2890,'Fitness & Nutrition',491,'Health Care',2),(2894,'Car Wash Brushes',2895,'Vehicle Cleaning',4),(2895,'Vehicle Cleaning',913,'Vehicle Maintenance, Care & Decor',3),(2899,'Fresh Cut Flowers',2559,'Gift Giving',3),(2901,'Kitchen Appliance Accessories',638,'Kitchen & Dining',2),(2904,'Eye Shadow',2779,'Eye Makeup',5),(2905,'Yeast',2660,'Cooking & Baking Ingredients',3),(2907,'Medical Supplies',2496,'Medical',2),(2909,'Pipe Caps & Plugs',1810,'Plumbing Fittings & Supports',3),(2911,'Camera Lens Accessories',2096,'Camera & Optic Accessories',2),(2915,'Personal Care',469,'Health & Beauty',1),(2916,'Vehicle Hydraulic Clutch Fluid',2788,'Vehicle Fluids',4),(2917,'Bass Drums',75,'Percussion',4),(2918,'Outdoor Living',689,'Lawn & Garden',2),(2919,'Electric Massaging Chairs',443,'Chairs',2),(2920,'Food & Beverage Carriers',638,'Kitchen & Dining',2),(2921,'Fountain & Pond Accessories',702,'Fountains & Ponds',3),(2922,'Eye Drops & Lubricants',1380,'Vision Care',3),(2923,'Contact Lenses',1380,'Vision Care',3),(2926,'Studio Lights & Flashes',42,'Lighting & Studio',3),(2927,'Pillowcases & Shams',569,'Bedding',3),(2928,'Scrubs',2496,'Medical',2),(2932,'Motor Vehicle Rims & Wheels',3020,'Motor Vehicle Wheel Systems',4),(2933,'Liqueurs',417,'Liquor & Spirits',4),(2934,'Cotton Swabs',2915,'Personal Care',2),(2935,'Motor Vehicle Suspension Parts',899,'Motor Vehicle Parts',3),(2939,'Diving Boards',2832,'Pool & Spa Accessories',3),(2943,'Vehicle Windshield Fluid',2788,'Vehicle Fluids',4),(2944,'Incandescent Light Bulbs',2425,'Light Bulbs',3),(2946,'Nail Polish Removers',478,'Nail Care',4),(2947,'Compact Fluorescent Lamps',2425,'Light Bulbs',3),(2948,'Kitchen Organizers',668,'Kitchen Tools & Utensils',3),(2949,'Diaper Rash Treatments',548,'Diapering',2),(2951,'Tumblers',674,'Drinkware',4),(2953,'Wind',1253,'Toys',2),(2954,'Antiseptics & Cleaning Supplies',508,'First Aid',3),(2956,'Lighting Accessories',536,'Home & Garden',1),(2958,'Skin Care Tools',2619,'Cosmetic Tools',4),(2962,'Gardening',689,'Lawn & Garden',2),(2963,'Petticoats & Pettipants',213,'Underwear & Socks',3),(2966,'Kickboards',1144,'Swimming',4),(2967,'Origami Paper',24,'Art & Craft Paper',5),(2969,'Darkroom Easels',2520,'Enlarging Equipment',4),(2971,'Shaving Cream',528,'Shaving & Grooming',3),(2972,'Door Bells & Chimes',6343,'Door Hardware',3),(2974,'Bedskirts',569,'Bedding',3),(2975,'Nail Tools',2619,'Cosmetic Tools',4),(2976,'Corkscrews',649,'Barware',3),(2977,'Motor Vehicle Braking',899,'Motor Vehicle Parts',3),(2978,'Fuel Cells',275,'Power',3),(2980,'Face Powder',2571,'Face Makeup',5),(2981,'Pool & Spa Filters',2832,'Pool & Spa Accessories',3),(2982,'Spas',729,'Pool & Spa',2),(2984,'Nutrition Bars',2890,'Fitness & Nutrition',3),(2985,'Outdoor Grills',730,'Kitchen Appliances',3),(2986,'Office Instruments',922,'Office Supplies',1),(2987,'Flash Brackets',143,'Camera Parts & Accessories',3),(2988,'Mulch',2962,'Gardening',3),(2989,'Motor Vehicle Tire Accessories',3020,'Motor Vehicle Wheel Systems',4),(2991,'Mattress Pads',4452,'Mattress Protectors',4),(2992,'Bunion Care Supplies',515,'Foot Care',3),(2994,'Pool Covers & Ground Cloths',2832,'Pool & Spa Accessories',3),(2996,'Bathtub Accessories',504635,'Plumbing Fixture Hardware & Parts',3),(2997,'Pool Sweeps & Vacuums',2832,'Pool & Spa Accessories',3),(2999,'Darkroom Sinks',2234,'Developing & Processing Equipment',4),(3001,'Field Hockey Goals',499741,'Field Hockey & Lacrosse',3),(3002,'Laboratory Chemicals',1624,'Science & Laboratory',2),(3005,'Tom',75,'Percussion',4),(3006,'Lighting Fixtures',594,'Lighting',2),(3009,'Cuticle Cream & Oil',478,'Nail Care',4),(3011,'Contact Lens Care',1380,'Vision Care',3),(3013,'Hair Shears',486,'Hair Care',3),(3014,'Beer Brewing Grains & Malts',3577,'Homebrewing & Winemaking Supplies',3),(3015,'Hi',75,'Percussion',4),(3017,'Pool Cleaners & Chemicals',2832,'Pool & Spa Accessories',3),(3019,'Teeth Whiteners',526,'Oral Care',3),(3020,'Motor Vehicle Wheel Systems',899,'Motor Vehicle Parts',3),(3021,'Lipstick',2645,'Lip Makeup',5),(3022,'Corn & Callus Care Supplies',515,'Foot Care',3),(3024,'Vehicle Immobilizers',2768,'Vehicle Alarms & Locks',4),(3025,'Makeup Brushes',2548,'Makeup Tools',5),(3026,'Art Pencils',6068,'Pencils',5),(3029,'Focusing Aids',2520,'Enlarging Equipment',4),(3031,'Bricks & Concrete Blocks',503743,'Masonry Consumables',3),(3032,'Handbags',6551,'Handbags, Wallets & Cases',2),(3035,'Tripod Collars & Mounts',4638,'Tripod & Monopod Accessories',3),(3037,'Cuticle Scissors',2975,'Nail Tools',5),(3040,'Mouthwash',526,'Oral Care',3),(3043,'Cymbals',75,'Percussion',4),(3044,'Vehicle Motor Oil',2788,'Vehicle Fluids',4),(3049,'Foot Odor Removers',515,'Foot Care',3),(3051,'Vehicle Brake Fluid',2788,'Vehicle Fluids',4),(3053,'Ropes & Hardware Cable',502977,'Chain, Wire & Rope',3),(3055,'MP3 Player Cases',232,'MP3 Player Accessories',4),(3056,'Flash Diffusers',2475,'Studio Lighting Controls',4),(3057,'Wrestling Protective Gear',1068,'Wrestling',3),(3059,'Billiard Ball Racks',1003,'Billiards',3),(3060,'Football Helmet Accessories',1097,'Football Protective Gear',4),(3061,'Paper Towel Holders & Dispensers',2948,'Kitchen Organizers',4),(3062,'Pen & Pencil Cases',923,'Filing & Organization',2),(3063,'Football Helmet Visors',3060,'Football Helmet Accessories',5),(3064,'Snowshoes',1166,'Snowshoeing',4),(3066,'Rain Suits',203,'Outerwear',3),(3067,'Skateboarding Protective Gear',3276,'Skateboarding',3),(3070,'Unicycle Accessories',1025,'Cycling',3),(3071,'Gardening Forks',3173,'Gardening Tools',4),(3072,'Napkin Holders & Dispensers',2948,'Kitchen Organizers',4),(3073,'Snowshoe Bindings',1166,'Snowshoeing',4),(3074,'Executive Toys',1253,'Toys',2),(3077,'Rugby Headgear',499782,'Rugby Protective Gear',4),(3079,'Toy Drawing Tablets',3731,'Art & Drawing Toys',3),(3080,'Lint Rollers',627,'Laundry Supplies',3),(3082,'Furnaces & Boilers',1626,'Climate Control Appliances',3),(3083,'Drafting Compasses',505392,'Craft Measuring & Marking Tools',5),(3084,'Equestrian Gloves',5594,'Riding Apparel & Accessories',4),(3086,'Bowl Scrapers',3256,'Kitchen Scrapers',4),(3087,'Sailboats',3540,'Watercraft',3),(3088,'Ant Farms',1262,'Educational Toys',3),(3089,'Cots',1014,'Camp Furniture',4),(3090,'Football Face Masks',3060,'Football Helmet Accessories',5),(3091,'Cooking Thermometers',668,'Kitchen Tools & Utensils',3),(3092,'Nunchucks',780,'Weapons',2),(3093,'Airsoft Guns',2443,'Airsoft',5),(3094,'Transistors',3991,'Semiconductors',3),(3095,'Motor Boats',3540,'Watercraft',3),(3096,'Live Bait',3334,'Fishing',3),(3097,'Watercraft Impellers',3606,'Watercraft Engine Parts',4),(3101,'Kneeboards',3370,'Kneeboarding',5),(3103,'Herbicides',2962,'Gardening',3),(3105,'Tennis Ball Hoppers & Carts',1065,'Tennis',3),(3106,'Golf Tees',1043,'Golf',3),(3107,'Badminton Nets',1062,'Badminton',4),(3109,'Dart Shafts',3327,'Dart Parts',4),(3110,'Food Wraps',2626,'Food Storage',3),(3111,'Lancing Devices',3688,'Blood Glucose Meter Accessories',4),(3113,'Tennis Balls',1065,'Tennis',3),(3116,'Airsoft Gun Parts & Accessories',2443,'Airsoft',5),(3117,'Video Game Arcade Cabinets',3356,'Arcade Equipment',2),(3118,'Bicycle Cleats',3982,'Cycling Apparel & Accessories',4),(3119,'Racquetball & Squash Eyewear',503752,'Racquetball & Squash',3),(3120,'Hedge Trimmers',3798,'Outdoor Power Equipment',3),(3121,'Inductors',3635,'Passive Circuit Components',3),(3123,'Gymnastics Springboards',1000,'Gymnastics',3),(3124,'Vacuum Sealer Bags',3523,'Vacuum Sealer Accessories',4),(3125,'Clay Pigeon Shooting',499824,'Hunting & Shooting',3),(3126,'Tetherball',499846,'Outdoor Games',3),(3127,'Skate Rails',3276,'Skateboarding',3),(3128,'Bicycle Bibs',5697,'Bicycle Activewear',4),(3129,'Pretend Professions & Role Playing',3229,'Pretend Play',3),(3130,'Camera Battery Chargers',7166,'Battery Accessories',4),(3132,'Ping Pong Robot Accessories',1008,'Ping Pong',3),(3135,'Billiard Balls',1003,'Billiards',3),(3136,'Hunting',499824,'Hunting & Shooting',3),(3139,'Billiard Tables',1003,'Billiards',3),(3140,'Pinball Machines',3356,'Arcade Equipment',2),(3141,'Soccer Gloves',1111,'Soccer',3),(3143,'Watercraft Alternators',3606,'Watercraft Engine Parts',4),(3144,'Holiday Ornaments',596,'Seasonal & Holiday Decorations',3),(3148,'Shuffleboard Tables',1009,'Table Shuffleboard',3),(3149,'Track Hurdles',1060,'Track & Field',3),(3151,'Cigarettes',435,'Tobacco Products',2),(3156,'Food Graters & Zesters',668,'Kitchen Tools & Utensils',3),(3160,'Power Strips & Surge Suppressors',275,'Power',3),(3163,'Marble Track Sets',1254,'Building Toys',3),(3164,'Free Weights',499793,'Weight Lifting',3),(3166,'Toy Playsets',1255,'Dolls, Playsets & Toy Figures',3),(3170,'Shooting Targets',499840,'Shooting & Range Accessories',4),(3172,'Foam Blocks',1254,'Building Toys',3),(3173,'Gardening Tools',2962,'Gardening',3),(3175,'Scoops',668,'Kitchen Tools & Utensils',3),(3176,'Guitar Tuning Pegs',3502,'Guitar Accessories',5),(3177,'Kitchen Counter & Beverage Station Organizers',2948,'Kitchen Organizers',4),(3178,'Guitar Strings',3502,'Guitar Accessories',5),(3181,'Deli Slicers',730,'Kitchen Appliances',3),(3182,'Pommel Horses',1000,'Gymnastics',3),(3183,'Billiard Table Parts & Accessories',1003,'Billiards',3),(3185,'Lamp Shades',2956,'Lighting Accessories',2),(3187,'Paintball Gun Parts & Accessories',1049,'Paintball',5),(3188,'Bicycle Shorts & Briefs',5697,'Bicycle Activewear',4),(3189,'Anchors',3315,'Docking & Anchoring',4),(3190,'Deck Shuffleboard Pucks',3787,'Deck Shuffleboard',4),(3191,'Baseball Uniforms',3598,'Sports Uniforms',4),(3192,'Skateboard Trucks',3670,'Skateboard Parts',4),(3195,'Towed Water Sports',499811,'Boating & Water Sports',3),(3196,'Spatulas',668,'Kitchen Tools & Utensils',3),(3199,'Fitness Toys',1266,'Sports Toys',3),(3201,'Climbing Rope Bags',7059,'Climbing',3),(3202,'Ice Cream Scoops',3175,'Scoops',4),(3204,'Lacrosse Training Aids',499741,'Field Hockey & Lacrosse',3),(3206,'Kitchen Slicers',668,'Kitchen Tools & Utensils',3),(3207,'Ball Pits',1253,'Toys',2),(3208,'Liquid Hand Soap',474,'Bath & Body',4),(3210,'Shaper Cutters',3470,'Shaper Accessories',3),(3211,'Climbing Chalk Bags',7059,'Climbing',3),(3212,'Bubble Blowing Solution',4352,'Activity Toys',3),(3213,'GPS Mounts',3895,'GPS Accessories',2),(3214,'Bicycle Accessories',1025,'Cycling',3),(3215,'Hula Hoops',3199,'Fitness Toys',4),(3216,'Bicycle Wheels',3618,'Bicycle Parts',4),(3217,'Weight Lifting Machine & Exercise Bench Accessories',499793,'Weight Lifting',3),(3218,'Climbing Harnesses',7059,'Climbing',3),(3219,'Bowling Balls',1004,'Bowling',3),(3220,'Capacitors',3635,'Passive Circuit Components',3),(3221,'Home Decor Decals',696,'Decor',2),(3222,'Billiard Cue Accessories',1003,'Billiards',3),(3224,'Handheld Circular Saws',1235,'Saws',3),(3226,'Golf Toys',1266,'Sports Toys',3),(3227,'Disc Golf Baskets',3484,'Disc Golf',4),(3229,'Pretend Play',1253,'Toys',2),(3230,'Automated External Defibrillators',3477,'Medical Equipment',3),(3232,'Watercraft Manifolds',3619,'Watercraft Exhaust Parts',4),(3234,'Paintball Guns',1049,'Paintball',5),(3235,'Boxing Gloves & Mitts',4008,'Boxing & Martial Arts Protective Gear',4),(3237,'Live Animals',1,'Animals & Pet Supplies',1),(3238,'Aquariums',6,'Fish Supplies',3),(3239,'Coffee Decanters',3988,'Coffee Maker & Espresso Machine Accessories',4),(3240,'Sandpaper & Sanding Sponges',4487,'Sanding Accessories',3),(3241,'Skate Lace Tighteners',3791,'Ice Skate Parts & Accessories',4),(3242,'Wireless Transmitters',3727,'Stage Equipment',3),(3243,'Bicycle Computers',3214,'Bicycle Accessories',4),(3245,'Air Hockey Tables',1002,'Air Hockey',3),(3246,'Bicycle Gloves',3982,'Cycling Apparel & Accessories',4),(3247,'Football Chin Straps',3060,'Football Helmet Accessories',5),(3248,'Meat Tenderizers',668,'Kitchen Tools & Utensils',3),(3250,'Dart Tips',3327,'Dart Parts',4),(3252,'Toy Instruments',1264,'Musical Toys',3),(3253,'Officiating Uniforms',3598,'Sports Uniforms',4),(3256,'Kitchen Scrapers',668,'Kitchen Tools & Utensils',3),(3257,'Horse Care',1031,'Equestrian',3),(3258,'Melon Ballers',3175,'Scoops',4),(3260,'Bowling Wrist Supports',1004,'Bowling',3),(3261,'Fencing Protective Gear',1006,'Fencing',3),(3262,'World Globes',696,'Decor',2),(3263,'Toy Parachutes',1261,'Flying Toys',3),(3265,'Riding Crops & Whips',5594,'Riding Apparel & Accessories',4),(3266,'Climbing Protection Devices',7059,'Climbing',3),(3268,'Dish Racks & Drain Boards',668,'Kitchen Tools & Utensils',3),(3269,'Ballet Barres',989,'Dancing',3),(3270,'Electronic Tuners',55,'Musical Instrument & Orchestra Accessories',3),(3271,'Weight Bars',6452,'Free Weight Accessories',4),(3272,'Bicycle Shoe Covers',3982,'Cycling Apparel & Accessories',4),(3273,'Money Changers',4181,'Money Handling',3),(3276,'Skateboarding',1011,'Outdoor Recreation',2),(3277,'Watercraft Pistons & Parts',3606,'Watercraft Engine Parts',4),(3280,'Tool Cabinets & Chests',3974,'Tool Storage & Organization',3),(3281,'Soldering Iron Accessories',3650,'Tool Accessories',2),(3282,'Wakeboarding',3195,'Towed Water Sports',4),(3283,'GPS Map Data & Software',313,'Computer Software',2),(3284,'Jerky',423,'Snack Foods',3),(3285,'Windsurfing Board Masts',3624,'Windsurfing Board Parts',5),(3287,'Interlocking Blocks',1254,'Building Toys',3),(3288,'Pretend Lawn & Garden',3229,'Pretend Play',3),(3289,'Sit',1146,'Water Skiing',5),(3291,'Arrow Parts & Accessories',1033,'Archery',4),(3292,'Bicycle Saddles',3618,'Bicycle Parts',4),(3293,'Water Coolers',730,'Kitchen Appliances',3),(3294,'Mashers',668,'Kitchen Tools & Utensils',3),(3295,'Tennis Racquet Grommets',3658,'Tennis Racquet Accessories',4),(3296,'Toy Trucks & Construction Vehicles',2505,'Play Vehicles',3),(3297,'Punching & Training Bags',499720,'Boxing & Martial Arts Training Equipment',4),(3298,'Toy Kitchens & Play Food',3229,'Pretend Play',3),(3300,'Router Tables',3744,'Router Accessories',3),(3301,'Kaleidoscopes',3562,'Visual Toys',3),(3304,'Swim Gloves',1144,'Swimming',4),(3305,'Clay Pigeon Throwers',3125,'Clay Pigeon Shooting',4),(3306,'Microphone Accessories',1420,'Audio Accessories',3),(3307,'Rug Pads',630,'Household Supplies',2),(3308,'Watercraft Steering Cables',3995,'Watercraft Steering Parts',4),(3309,'Watercraft Mufflers & Parts',3619,'Watercraft Exhaust Parts',4),(3311,'Riding Mowers',694,'Lawn Mowers',4),(3314,'Climbing Helmets',499815,'Climbing Apparel & Accessories',4),(3315,'Docking & Anchoring',3391,'Watercraft Parts & Accessories',3),(3318,'Motor Vehicle Lighting',899,'Motor Vehicle Parts',3),(3319,'Cotton Candy Machines',730,'Kitchen Appliances',3),(3320,'Surfboards',1143,'Surfing',4),(3321,'Watercraft Engine Controls',3606,'Watercraft Engine Parts',4),(3322,'Climbing Crash Pads',7059,'Climbing',3),(3324,'Sustain Pedals',60,'Musical Keyboard Accessories',4),(3326,'Vehicle Jumper Cables',8236,'Vehicle Repair & Specialty Tools',4),(3327,'Dart Parts',1005,'Throwing Darts',3),(3328,'Cable Management',2082,'Electronics Accessories',2),(3329,'LED Light Bulbs',2425,'Light Bulbs',3),(3330,'Serving Pitchers & Carafes',4026,'Serveware',4),(3331,'Cross',6064,'Skis',5),(3332,'Compound Bows',499825,'Bows & Crossbows',5),(3334,'Fishing',1011,'Outdoor Recreation',2),(3336,'Lacrosse Stick Parts',499741,'Field Hockey & Lacrosse',3),(3337,'Bread Boxes & Bags',2626,'Food Storage',3),(3339,'Cricket Gloves',499736,'Cricket Protective Gear',4),(3340,'Leaf Blowers',3798,'Outdoor Power Equipment',3),(3341,'Bicycle Baskets',3214,'Bicycle Accessories',4),(3343,'Football Helmet Padding',3060,'Football Helmet Accessories',5),(3345,'Ping Pong Tables',1008,'Ping Pong',3),(3347,'Basters',668,'Kitchen Tools & Utensils',3),(3348,'Household Appliance Accessories',536,'Home & Garden',1),(3350,'Water Skis',1146,'Water Skiing',5),(3352,'Racquet Vibration Dampeners',3658,'Tennis Racquet Accessories',4),(3353,'Wakeboards',3282,'Wakeboarding',5),(3354,'Cheerleading',499713,'Athletics',2),(3355,'Household Thermometers',630,'Household Supplies',2),(3356,'Arcade Equipment',222,'Electronics',1),(3358,'Folding Chairs & Stools',443,'Chairs',2),(3359,'Fishing Hooks',499823,'Fishing Tackle',4),(3360,'Swim Goggles & Masks',1144,'Swimming',4),(3361,'Beer Pong',3735,'Drinking Games',4),(3362,'Anchor Lines & Ropes',3315,'Docking & Anchoring',4),(3363,'Belay Devices',7059,'Climbing',3),(3364,'Wheelchairs',520,'Accessibility Equipment',4),(3366,'Fencing Gloves & Cuffs',3261,'Fencing Protective Gear',4),(3367,'Cat Food',4,'Cat Supplies',3),(3368,'Bicycle Mirrors',3214,'Bicycle Accessories',4),(3369,'Climbing Webbing',7059,'Climbing',3),(3370,'Kneeboarding',3195,'Towed Water Sports',4),(3371,'Toy Footballs',1266,'Sports Toys',3),(3373,'Sugar Bowls & Creamers',4026,'Serveware',4),(3374,'Bow Rosin',4806,'String Instrument Care & Cleaning',5),(3375,'Ping Pong Paddles & Sets',1008,'Ping Pong',3),(3376,'Rash Guards & Swim Shirts',499813,'Boating & Water Sport Apparel',4),(3378,'Toy Gliders',1261,'Flying Toys',3),(3379,'Softball Uniforms',3598,'Sports Uniforms',4),(3381,'Food Crackers',668,'Kitchen Tools & Utensils',3),(3382,'Outdoor Grill Racks & Toppers',3684,'Outdoor Grill Accessories',4),(3385,'Garlic Presses',668,'Kitchen Tools & Utensils',3),(3387,'Flash Memory Cards',384,'Flash Memory',4),(3388,'Rakes',3173,'Gardening Tools',4),(3389,'Javelins',1060,'Track & Field',3),(3390,'Pickleball',499846,'Outdoor Games',3),(3391,'Watercraft Parts & Accessories',5613,'Vehicle Parts & Accessories',2),(3392,'Guitar Humidifiers',3502,'Guitar Accessories',5),(3395,'Aircraft',5614,'Vehicles',2),(3400,'Watercraft Fuel Systems',3391,'Watercraft Parts & Accessories',3),(3402,'Humidifier Filters',3862,'Humidifier Accessories',3),(3403,'Tennis Racquet Grips & Tape',3658,'Tennis Racquet Accessories',4),(3405,'Lawn Games',499846,'Outdoor Games',3),(3406,'Row Boats',1120,'Boating & Rafting',4),(3407,'Hair Straighteners',6019,'Hair Styling Tools',4),(3408,'Paintball Grenades',1049,'Paintball',5),(3410,'Air Purifier Accessories',3348,'Household Appliance Accessories',2),(3411,'Boxing Ring Parts',499719,'Boxing & Martial Arts',3),(3412,'Electric Guitar Pickups',3502,'Guitar Accessories',5),(3413,'Windsurfing Sails',1148,'Windsurfing',4),(3414,'Security Uniforms',2306,'Uniforms',3),(3415,'Watercraft Fuel Lines & Parts',3400,'Watercraft Fuel Systems',4),(3416,'Development Boards',7264,'Printed Circuit Boards',3),(3418,'Lacrosse Stick Heads',3336,'Lacrosse Stick Parts',4),(3419,'Bench Scrapers',3256,'Kitchen Scrapers',4),(3421,'Pizza Cutters',668,'Kitchen Tools & Utensils',3),(3422,'Memory Accessories',2082,'Electronics Accessories',2),(3423,'Lacrosse Stick Shafts',3336,'Lacrosse Stick Parts',4),(3424,'Resistors',3635,'Passive Circuit Components',3),(3425,'Print Servers',342,'Networking',2),(3426,'Bridles',5593,'Horse Tack',4),(3427,'Bottle Openers',651,'Cocktail Shakers & Tools',4),(3428,'Bicycle Stands & Storage',3214,'Bicycle Accessories',4),(3430,'Basting Brushes',668,'Kitchen Tools & Utensils',3),(3435,'Canteens',2920,'Food & Beverage Carriers',3),(3436,'Vehicle Covers',913,'Vehicle Maintenance, Care & Decor',3),(3437,'Whips',780,'Weapons',2),(3438,'Paintballs',1049,'Paintball',5),(3439,'Basketball Uniforms',3598,'Sports Uniforms',4),(3440,'Beer Pong Tables',3361,'Beer Pong',5),(3441,'Rocking & Spring Riding Toys',2799,'Riding Toys',3),(3442,'Football Gloves',1093,'Football',3),(3443,'Dishwasher Parts & Accessories',2901,'Kitchen Appliance Accessories',3),(3444,'Toy Airplanes',2505,'Play Vehicles',3),(3445,'High Jump Crossbars',1060,'Track & Field',3),(3446,'Pretzels',423,'Snack Foods',3),(3450,'Coffee Filters',3988,'Coffee Maker & Espresso Machine Accessories',4),(3452,'Anchor Chains',3315,'Docking & Anchoring',4),(3454,'Climbing Ascenders & Descenders',7059,'Climbing',3),(3455,'Bicycle Jerseys',5697,'Bicycle Activewear',4),(3456,'Laundry Appliance Accessories',3348,'Household Appliance Accessories',2),(3457,'Stationery',956,'Paper Products',3),(3459,'Push & Pull Toys',2847,'Baby Toys & Activity Equipment',2),(3460,'Kites',1261,'Flying Toys',3),(3461,'KVM Cables',259,'Cables',3),(3463,'Watercraft Carburetors & Parts',3606,'Watercraft Engine Parts',4),(3465,'Percussion Accessories',55,'Musical Instrument & Orchestra Accessories',3),(3466,'Spinning Tops',4352,'Activity Toys',3),(3467,'Rolling Pins',668,'Kitchen Tools & Utensils',3),(3469,'Billiard Table Lights',1003,'Billiards',3),(3470,'Shaper Accessories',3650,'Tool Accessories',2),(3472,'Motor Vehicle Carrying Racks',8237,'Vehicle Storage & Cargo',3),(3473,'Music Boxes',696,'Decor',2),(3474,'Toy Race Car & Track Sets',2505,'Play Vehicles',3),(3475,'Measuring Cups & Spoons',668,'Kitchen Tools & Utensils',3),(3476,'Whitewater Rafts',1120,'Boating & Rafting',4),(3477,'Medical Equipment',2496,'Medical',2),(3478,'Discus',1060,'Track & Field',3),(3479,'Drinkware Holders',2948,'Kitchen Organizers',4),(3480,'Anchor Windlasses',3315,'Docking & Anchoring',4),(3484,'Disc Golf',499846,'Outdoor Games',3),(3487,'Rugby Gloves',1110,'Rugby',3),(3488,'Skateboarding Pads',3067,'Skateboarding Protective Gear',4),(3489,'Breadmaker Accessories',2901,'Kitchen Appliance Accessories',3),(3491,'Sprinkler Valves',3780,'Sprinkler Accessories',4),(3492,'Football Goal Posts',1093,'Football',3),(3494,'Reciprocating Saws',1235,'Saws',3),(3495,'Hunting & Survival Knives',3937,'Camping Tools',4),(3497,'Football Neck Rolls',1097,'Football Protective Gear',4),(3498,'Bowls',673,'Dinnerware',4),(3500,'Science & Exploration Sets',1262,'Educational Toys',3),(3501,'Post Hole Diggers',1167,'Tools',2),(3502,'Guitar Accessories',61,'String Instrument Accessories',4),(3505,'Crossbows',499825,'Bows & Crossbows',5),(3506,'Toy Helicopters',2505,'Play Vehicles',3),(3507,'Watercraft Motor Locks',3606,'Watercraft Engine Parts',4),(3508,'Chemical Hand Warmers',1013,'Camping & Hiking',3),(3509,'Temporary Tattoos',477,'Makeup',4),(3510,'Football Girdles',1097,'Football Protective Gear',4),(3512,'Mobility Scooters',520,'Accessibility Equipment',4),(3515,'Sports Fan Accessories',3865,'Sports Collectibles',4),(3516,'Cut',1235,'Saws',3),(3517,'Miter Saws',1235,'Saws',3),(3518,'Indoor Climbing Holds',7059,'Climbing',3),(3521,'Food Peelers & Corers',668,'Kitchen Tools & Utensils',3),(3522,'Lighting Timers',2956,'Lighting Accessories',2),(3523,'Vacuum Sealer Accessories',2901,'Kitchen Appliance Accessories',3),(3524,'Foosball Table Parts & Accessories',1007,'Foosball',3),(3525,'Surfboard Fins',1143,'Surfing',4),(3526,'Milk Frothers & Steamers',730,'Kitchen Appliances',3),(3528,'Clay Pigeons',3125,'Clay Pigeon Shooting',4),(3530,'Dog Food',5,'Dog Supplies',3),(3531,'Tricycles',1025,'Cycling',3),(3532,'Remote Control Boats & Watercraft',2546,'Remote Control Toys',3),(3533,'Arrows & Bolts',1033,'Archery',4),(3534,'Marbles',4352,'Activity Toys',3),(3535,'Bowling Gloves',1004,'Bowling',3),(3536,'Lacrosse Balls',499741,'Field Hockey & Lacrosse',3),(3538,'Mosquito Nets & Insect Screens',1013,'Camping & Hiking',3),(3539,'E',298,'Handheld Devices',3),(3540,'Watercraft',5614,'Vehicles',2),(3541,'Telephone Cables',259,'Cables',3),(3542,'Weight Lifting Machines & Racks',499793,'Weight Lifting',3),(3543,'Cricket Helmets',499736,'Cricket Protective Gear',4),(3544,'Baseball & Softball Bases & Plates',1070,'Baseball & Softball',3),(3546,'Ping Pong Robots',1008,'Ping Pong',3),(3547,'Billiard Table Cloth',3183,'Billiard Table Parts & Accessories',4),(3548,'Air Hockey Table Parts',1002,'Air Hockey',3),(3549,'Snowmobiles',1267,'Motor Vehicles',3),(3550,'Ski & Snowboard Goggles',499845,'Skiing & Snowboarding',4),(3551,'Toy Cars',2505,'Play Vehicles',3),(3552,'Basketball Toys',1266,'Sports Toys',3),(3553,'Plates',673,'Dinnerware',4),(3554,'Remote Control Helicopters',2546,'Remote Control Toys',3),(3556,'Water Tables',6464,'Water Play Equipment',3),(3558,'Bicycle Transport Bags & Cases',3214,'Bicycle Accessories',4),(3559,'Dartboards',1005,'Throwing Darts',3),(3561,'Household Storage Bags',636,'Storage & Organization',3),(3562,'Visual Toys',1253,'Toys',2),(3565,'Tennis Ball Savers',1065,'Tennis',3),(3566,'Watercraft Motor Mounts',3606,'Watercraft Engine Parts',4),(3568,'Watering & Irrigation',689,'Lawn & Garden',2),(3572,'Dock Cleats',3315,'Docking & Anchoring',4),(3573,'Air Conditioner Filters',2367,'Air Conditioner Accessories',3),(3574,'Billiard Pockets',3183,'Billiard Table Parts & Accessories',4),(3575,'Water Polo Caps',1145,'Water Polo',3),(3576,'Soccer Fan Accessories',3515,'Sports Fan Accessories',5),(3577,'Homebrewing & Winemaking Supplies',5710,'Hobbies & Creative Arts',2),(3578,'Golf Flags',1043,'Golf',3),(3579,'Surfboard Cases & Bags',1143,'Surfing',4),(3580,'Memory Card Readers',1928,'Input Devices',4),(3582,'Band Saws',1235,'Saws',3),(3583,'Hunting & Wildlife Decoys',8011,'Wildlife Attractants',5),(3584,'Doll & Action Figure Accessories',1255,'Dolls, Playsets & Toy Figures',3),(3586,'Lobster & Crab Crackers',3381,'Food Crackers',4),(3588,'Musical Keyboard Stands',60,'Musical Keyboard Accessories',4),(3589,'Toy Spaceships',2505,'Play Vehicles',3),(3590,'Toy Motorcycles',2505,'Play Vehicles',3),(3591,'Food Storage Bags',2626,'Food Storage',3),(3594,'Hand Saws',1235,'Saws',3),(3595,'Pull Buoys',1144,'Swimming',4),(3596,'Swimming Machines',1144,'Swimming',4),(3597,'Whisks',668,'Kitchen Tools & Utensils',3),(3598,'Sports Uniforms',2306,'Uniforms',3),(3599,'Autographs',216,'Collectibles',3),(3601,'Remote Control Cars & Trucks',2546,'Remote Control Toys',3),(3602,'Barometers',1305,'Measuring Tools & Sensors',3),(3603,'Fishing Baits & Lures',499823,'Fishing Tackle',4),(3606,'Watercraft Engine Parts',3391,'Watercraft Parts & Accessories',3),(3609,'Soldering Iron Tips',3281,'Soldering Iron Accessories',3),(3610,'Chainsaws',3798,'Outdoor Power Equipment',3),(3614,'Fishing Nets',3334,'Fishing',3),(3615,'Hockey Pants',1105,'Hockey Protective Gear',4),(3616,'Wheelbarrows',3173,'Gardening Tools',4),(3617,'Wooden Blocks',1254,'Building Toys',3),(3618,'Bicycle Parts',1025,'Cycling',3),(3619,'Watercraft Exhaust Parts',3391,'Watercraft Parts & Accessories',3),(3620,'Ladles',668,'Kitchen Tools & Utensils',3),(3621,'Football Shoulder Pads',1097,'Football Protective Gear',4),(3622,'Fencing Weapons',1006,'Fencing',3),(3623,'Ice Skate Sharpeners',3791,'Ice Skate Parts & Accessories',4),(3624,'Windsurfing Board Parts',1148,'Windsurfing',4),(3625,'Robotic Toys',1253,'Toys',2),(3626,'Skate Ramps',3276,'Skateboarding',3),(3627,'Toy Weapons & Gadgets',1253,'Toys',2),(3629,'Soldering Iron Stands',3281,'Soldering Iron Accessories',3),(3631,'Bicycle Training Wheels',3214,'Bicycle Accessories',4),(3632,'Diodes',3991,'Semiconductors',3),(3633,'Grill Scrapers',3256,'Kitchen Scrapers',4),(3634,'Tricycle Accessories',1025,'Cycling',3),(3635,'Passive Circuit Components',3702,'Circuit Boards & Components',2),(3636,'Water Sport Tow Cables',3195,'Towed Water Sports',4),(3637,'Skateboard Wheels',3670,'Skateboard Parts',4),(3638,'Tennis Racquet Bags',3658,'Tennis Racquet Accessories',4),(3639,'Bicycle Frames',3618,'Bicycle Parts',4),(3640,'Yoga & Pilates Mats',999,'Yoga & Pilates',3),(3641,'Foosball Balls',1007,'Foosball',3),(3642,'Golf Club Parts & Accessories',1043,'Golf',3),(3644,'Gardening Trowels',3173,'Gardening Tools',4),(3646,'Guitar Stands',3502,'Guitar Accessories',5),(3648,'Watercraft Fuel Tanks & Parts',3400,'Watercraft Fuel Systems',4),(3649,'Surf Leashes',1143,'Surfing',4),(3650,'Tool Accessories',632,'Hardware',1),(3651,'Fishing Sinkers',499823,'Fishing Tackle',4),(3652,'Boxing Rings',499719,'Boxing & Martial Arts',3),(3654,'Weight Lifting Belts',499793,'Weight Lifting',3),(3655,'Boat Hooks',3315,'Docking & Anchoring',4),(3656,'Football Kicking Tees & Holders',1093,'Football',3),(3658,'Tennis Racquet Accessories',1065,'Tennis',3),(3659,'Pretend Electronics',3229,'Pretend Play',3),(3661,'Alphabet Toys',2847,'Baby Toys & Activity Equipment',2),(3663,'Watercraft Steering Wheels',3995,'Watercraft Steering Parts',4),(3665,'Bowling Toys',1266,'Sports Toys',3),(3666,'Swords',780,'Weapons',2),(3667,'Air Purifier Filters',3410,'Air Purifier Accessories',3),(3668,'Baseball & Softball Batting Helmets',1078,'Baseball & Softball Protective Gear',4),(3669,'Bowling Pins',1004,'Bowling',3),(3670,'Skateboard Parts',3276,'Skateboarding',3),(3671,'Softballs',1070,'Baseball & Softball',3),(3672,'Memory Cases',3422,'Memory Accessories',3),(3673,'Router Bits',3744,'Router Accessories',3),(3674,'Animal Traps',3136,'Hunting',4),(3675,'Boomerangs',1266,'Sports Toys',3),(3676,'Video Game Arcade Cabinet Accessories',3356,'Arcade Equipment',2),(3677,'Remote Control Planes',2546,'Remote Control Toys',3),(3678,'Water Polo Goals',1145,'Water Polo',3),(3679,'Softball Bats',1070,'Baseball & Softball',3),(3680,'Play Money & Banking',3229,'Pretend Play',3),(3681,'Skee',3356,'Arcade Equipment',2),(3682,'Cigars',435,'Tobacco Products',2),(3683,'Cheerleading Uniforms',3598,'Sports Uniforms',4),(3684,'Outdoor Grill Accessories',2901,'Kitchen Appliance Accessories',3),(3685,'Nutcrackers',3381,'Food Crackers',4),(3686,'Incense',592,'Home Fragrances',3),(3688,'Blood Glucose Meter Accessories',5071,'Biometric Monitor Accessories',3),(3689,'Deck Shuffleboard Cues',3787,'Deck Shuffleboard',4),(3691,'Hand Sanitizers & Wipes',474,'Bath & Body',4),(3692,'Clay & Modeling Dough',44,'Pottery & Sculpting Materials',5),(3694,'Throwing Stars',780,'Weapons',2),(3695,'Air Mattresses',1014,'Camp Furniture',4),(3696,'Floor & Grandfather Clocks',3890,'Clocks',3),(3697,'Sewing Patterns',505371,'Crafting Patterns & Molds',4),(3698,'Bowling Ball Bags',1004,'Bowling',3),(3699,'Chopsticks',675,'Flatware',4),(3702,'Circuit Boards & Components',222,'Electronics',1),(3703,'Gravy Boats',4026,'Serveware',4),(3706,'Table Saws',1235,'Saws',3),(3707,'Fencing Masks',3261,'Fencing Protective Gear',4),(3708,'Ice Scoops',3175,'Scoops',4),(3712,'USB Flash Drives',2414,'Storage Devices',4),(3713,'Cooking Timers',668,'Kitchen Tools & Utensils',3),(3714,'Racquetball Racquets',503752,'Racquetball & Squash',3),(3715,'Recurve & Longbows',499825,'Bows & Crossbows',5),(3717,'Martial Arts Belts',499719,'Boxing & Martial Arts',3),(3718,'Boat Ladders',3315,'Docking & Anchoring',4),(3719,'Bicycle Fenders',3214,'Bicycle Accessories',4),(3720,'Billiard Cue Racks',3222,'Billiard Cue Accessories',4),(3722,'Charging Valets',5558,'Clothing & Closet Storage',4),(3723,'Food Dispensers',668,'Kitchen Tools & Utensils',3),(3724,'Cricket Uniforms',3598,'Sports Uniforms',4),(3725,'Jigsaws',1235,'Saws',3),(3727,'Stage Equipment',223,'Audio',2),(3729,'Bicycle Tights',5697,'Bicycle Activewear',4),(3730,'Walk',694,'Lawn Mowers',4),(3731,'Art & Drawing Toys',1253,'Toys',2),(3733,'Bouncy Balls',4352,'Activity Toys',3),(3735,'Drinking Games',96,'Party Supplies',3),(3738,'Hiking Poles',1013,'Camping & Hiking',3),(3740,'Bicycle Brake Parts',3618,'Bicycle Parts',4),(3741,'Loose Tobacco',435,'Tobacco Products',2),(3742,'Network Security & Firewall Devices',342,'Networking',2),(3743,'Watercraft Ignition Parts',3606,'Watercraft Engine Parts',4),(3744,'Router Accessories',3650,'Tool Accessories',2),(3745,'Tool Files',1167,'Tools',2),(3746,'Carabiners',7059,'Climbing',3),(3747,'Baseball & Softball Batting Gloves',1070,'Baseball & Softball',3),(3748,'Tree Stands',3136,'Hunting',4),(3749,'Bingo Sets',3793,'Games',2),(3750,'Plastic Wrap',3110,'Food Wraps',4),(3751,'Toy Tools',3229,'Pretend Play',3),(3754,'Billiard Table Brushes',3183,'Billiard Table Parts & Accessories',4),(3755,'Billiard Gloves',1003,'Billiards',3),(3756,'Hunting & Wildlife Calls',8011,'Wildlife Attractants',5),(3757,'Quivers',1033,'Archery',4),(3761,'Rugby Balls',1110,'Rugby',3),(3762,'Surfing Tail Pads',1143,'Surfing',4),(3764,'Cable Clips',3328,'Cable Management',3),(3766,'Dart Flights',3327,'Dart Parts',4),(3768,'Baking Peels',668,'Kitchen Tools & Utensils',3),(3769,'PDAs',298,'Handheld Devices',3),(3770,'Shot Puts',1060,'Track & Field',3),(3772,'Golf Training Aids',1043,'Golf',3),(3773,'Archery Armguards',1033,'Archery',4),(3774,'Gymnastics Rings',1000,'Gymnastics',3),(3775,'Acoustic Guitar Pickups',3502,'Guitar Accessories',5),(3776,'Baseball Toys',1266,'Sports Toys',3),(3777,'Pillboxes',491,'Health Care',2),(3778,'Bicycle Bags & Panniers',3214,'Bicycle Accessories',4),(3779,'Vaulting Horses',1000,'Gymnastics',3),(3780,'Sprinkler Accessories',3568,'Watering & Irrigation',3),(3781,'GPS Cases',3895,'GPS Accessories',2),(3782,'Prisms',3562,'Visual Toys',3),(3783,'Baseballs',1070,'Baseball & Softball',3),(3785,'Lacrosse Mesh & String',3336,'Lacrosse Stick Parts',4),(3787,'Deck Shuffleboard',499846,'Outdoor Games',3),(3788,'Ping Pong Nets & Posts',1008,'Ping Pong',3),(3789,'Hang Gliding & Skydiving',1011,'Outdoor Recreation',2),(3790,'Baseball Bats',1070,'Baseball & Softball',3),(3791,'Ice Skate Parts & Accessories',499915,'Figure Skating & Hockey',3),(3792,'Toy Boats',2505,'Play Vehicles',3),(3793,'Games',1239,'Toys & Games',1),(3794,'Water Polo Balls',1145,'Water Polo',3),(3797,'Heat',499768,'Conduit & Housings',3),(3798,'Outdoor Power Equipment',689,'Lawn & Garden',2),(3800,'Thermoses',2920,'Food & Beverage Carriers',3),(3801,'Surfboard Wax',1143,'Surfing',4),(3802,'Serving Platters',4026,'Serveware',4),(3803,'Display Mannequins',138,'Retail',2),(3805,'Construction Set Toys',1254,'Building Toys',3),(3806,'Watercraft Propellers',3606,'Watercraft Engine Parts',4),(3807,'Swim Caps',1144,'Swimming',4),(3808,'Gymnastics Protective Gear',1000,'Gymnastics',3),(3809,'Water Bottles',2920,'Food & Beverage Carriers',3),(3810,'Pilates Machines',999,'Yoga & Pilates',3),(3811,'Bicycle Trailers',3214,'Bicycle Accessories',4),(3812,'Vehicle Paint',913,'Vehicle Maintenance, Care & Decor',3),(3815,'Cricket Bats',1087,'Cricket',3),(3817,'Lacrosse Sticks',499741,'Field Hockey & Lacrosse',3),(3819,'Security Safes',359,'Business & Home Security',2),(3821,'Equestrian Helmets',5594,'Riding Apparel & Accessories',4),(3825,'Climbing Rope',7059,'Climbing',3),(3827,'Bicycle Pumps',3214,'Bicycle Accessories',4),(3828,'Spreaders',3173,'Gardening Tools',4),(3829,'Basketball Nets',4676,'Basketball Hoop Parts & Accessories',4),(3831,'Utensil & Flatware Trays',2948,'Kitchen Organizers',4),(3833,'Brass Knuckles',780,'Weapons',2),(3835,'Cooling Racks',668,'Kitchen Tools & Utensils',3),(3838,'Portafilters',3988,'Coffee Maker & Espresso Machine Accessories',4),(3839,'Darts',1005,'Throwing Darts',3),(3840,'Wall Clocks',3890,'Clocks',3),(3841,'Pruning Shears',3173,'Gardening Tools',4),(3844,'Table Knives',675,'Flatware',4),(3845,'Pot Racks',2948,'Kitchen Organizers',4),(3846,'Paper Napkins',2530,'Household Paper Products',3),(3847,'Foosball Tables',1007,'Foosball',3),(3848,'Refrigerator Accessories',2901,'Kitchen Appliance Accessories',3),(3849,'Quickdraws',7059,'Climbing',3),(3850,'Cookie Cutters',668,'Kitchen Tools & Utensils',3),(3852,'Wrestling Uniforms',3598,'Sports Uniforms',4),(3855,'Outdoor Grill Covers',3684,'Outdoor Grill Accessories',4),(3858,'Weight Lifting Gloves & Hand Supports',499793,'Weight Lifting',3),(3859,'Fishing Floats',499823,'Fishing Tackle',4),(3860,'Sorting & Stacking Toys',2847,'Baby Toys & Activity Equipment',2),(3862,'Humidifier Accessories',3348,'Household Appliance Accessories',2),(3864,'High Jump Pits',1060,'Track & Field',3),(3865,'Sports Collectibles',216,'Collectibles',3),(3866,'Watercraft Cleaners',1122,'Watercraft Care',4),(3867,'Puzzles',1239,'Toys & Games',1),(3868,'Bicycle Trainers',3214,'Bicycle Accessories',4),(3869,'Skateboard Decks',3670,'Skateboard Parts',4),(3870,'Cricket Balls',1087,'Cricket',3),(3871,'Post Cards',956,'Paper Products',3),(3873,'Home Alarm Systems',359,'Business & Home Security',2),(3874,'Bubble Blowing Toys',4352,'Activity Toys',3),(3877,'Sports Megaphones',499799,'General Purpose Athletic Equipment',3),(3878,'Relay Batons',1060,'Track & Field',3),(3879,'Bicycle Bells & Horns',3214,'Bicycle Accessories',4),(3880,'Throwing Hammers',1060,'Track & Field',3),(3881,'Rugby Posts',1110,'Rugby',3),(3882,'Guitar Cases & Gig Bags',3502,'Guitar Accessories',5),(3883,'Archery Targets',1033,'Archery',4),(3885,'Model Rocketry',5999,'Model Making',3),(3888,'Football Uniforms',3598,'Sports Uniforms',4),(3889,'Circuit Prototyping',3702,'Circuit Boards & Components',2),(3890,'Clocks',696,'Decor',2),(3892,'Watercraft Fuel Pumps & Parts',3400,'Watercraft Fuel Systems',4),(3893,'Vintage Advertisements',216,'Collectibles',3),(3894,'Windsurfing Boards',1148,'Windsurfing',4),(3895,'GPS Accessories',222,'Electronics',1),(3898,'Air Fresheners',592,'Home Fragrances',3),(3899,'Dock Steps',3315,'Docking & Anchoring',4),(3900,'Ping Pong Paddle Accessories',1008,'Ping Pong',3),(3905,'Blood Glucose Test Strips',3688,'Blood Glucose Meter Accessories',4),(3906,'Tennis Racquets',1065,'Tennis',3),(3907,'Shuttlecocks',1062,'Badminton',4),(3908,'Windsurfing Board Fins',3624,'Windsurfing Board Parts',5),(3909,'Footbags',1266,'Sports Toys',3),(3910,'Billiard Cues & Bridges',1003,'Billiards',3),(3911,'Bath Toys',1253,'Toys',2),(3912,'Microphone Stands',1420,'Audio Accessories',3),(3913,'Belt Buckles',167,'Clothing Accessories',2),(3914,'Salad Spinners',668,'Kitchen Tools & Utensils',3),(3916,'Chewing Tobacco',435,'Tobacco Products',2),(3919,'Work Benches',3974,'Tool Storage & Organization',3),(3922,'Tennis Racquet String',3658,'Tennis Racquet Accessories',4),(3923,'Prayer Beads',97,'Religious Items',2),(3924,'Staff & Stick Weapons',780,'Weapons',2),(3925,'Airsoft Pellets',2443,'Airsoft',5),(3928,'Bug Collecting Kits',1262,'Educational Toys',3),(3929,'Yo',4352,'Activity Toys',3),(3931,'Golf Carts',1267,'Motor Vehicles',3),(3932,'Mattocks & Pickaxes',1167,'Tools',2),(3937,'Camping Tools',1013,'Camping & Hiking',3),(3938,'Medicine Balls',990,'Exercise & Fitness',2),(3939,'Spoons',675,'Flatware',4),(3941,'Tureens',4026,'Serveware',4),(3943,'Hockey Toys',1266,'Sports Toys',3),(3944,'Drill & Screwdriver Accessories',3650,'Tool Accessories',2),(3945,'Microphone Preamps',246,'Signal Processors',4),(3946,'Pinball Machine Accessories',3356,'Arcade Equipment',2),(3948,'Stilts',1249,'Outdoor Play Equipment',2),(3949,'Microcontrollers',3991,'Semiconductors',3),(3950,'Badminton Racquets & Sets',1062,'Badminton',4),(3951,'Football Pants',5322,'Activewear',3),(3953,'Cheerleading Pom Poms',3354,'Cheerleading',3),(3954,'Deep Fryer Accessories',2901,'Kitchen Appliance Accessories',3),(3955,'Watercraft Polishes',1122,'Watercraft Care',4),(3956,'Wax Paper',3110,'Food Wraps',4),(3957,'Dart Backboards',1005,'Throwing Darts',3),(3958,'Hockey Uniforms',3598,'Sports Uniforms',4),(3961,'Tennis Nets',1065,'Tennis',3),(3964,'Ping Pong Balls',1008,'Ping Pong',3),(3965,'Nut Butters',5740,'Dips & Spreads',3),(3966,'Air & Water Rockets',1261,'Flying Toys',3),(3968,'Watercraft Fuel Meters',3400,'Watercraft Fuel Systems',4),(3970,'Lacrosse Goals',499741,'Field Hockey & Lacrosse',3),(3971,'Grip Spray & Chalk',499799,'General Purpose Athletic Equipment',3),(3973,'Soccer Corner Flags',1111,'Soccer',3),(3974,'Tool Storage & Organization',2878,'Hardware Accessories',2),(3977,'Aircraft Parts & Accessories',5613,'Vehicle Parts & Accessories',2),(3980,'Tool Boxes',3974,'Tool Storage & Organization',3),(3982,'Cycling Apparel & Accessories',1025,'Cycling',3),(3983,'Rugby Training Aids',1110,'Rugby',3),(3985,'Tennis Ball Machines',1065,'Tennis',3),(3987,'Pole Vault Pits',1060,'Track & Field',3),(3988,'Coffee Maker & Espresso Machine Accessories',2901,'Kitchen Appliance Accessories',3),(3991,'Semiconductors',3702,'Circuit Boards & Components',2),(3992,'Saunas',729,'Pool & Spa',2),(3993,'Disc Golf Bags',3484,'Disc Golf',4),(3994,'PiÃ±atas',96,'Party Supplies',3),(3995,'Watercraft Steering Parts',3391,'Watercraft Parts & Accessories',3),(3996,'Table Shuffleboard Powder',1009,'Table Shuffleboard',3),(3997,'Starter Pistols',1060,'Track & Field',3),(3998,'Football Training Equipment',1093,'Football',3),(3999,'Mortars & Pestles',668,'Kitchen Tools & Utensils',3),(4000,'Cultivating Tools',3173,'Gardening Tools',4),(4002,'Squash Racquets',503752,'Racquetball & Squash',3),(4003,'Martial Arts Uniforms',3598,'Sports Uniforms',4),(4004,'Pretend Housekeeping',3229,'Pretend Play',3),(4005,'Tongs',668,'Kitchen Tools & Utensils',3),(4006,'Hockey Fan Accessories',3515,'Sports Fan Accessories',5),(4008,'Boxing & Martial Arts Protective Gear',499719,'Boxing & Martial Arts',3),(4009,'Serving Trays',4026,'Serveware',4),(4010,'Breadboards',3889,'Circuit Prototyping',3),(4011,'Mechanical Puzzles',3867,'Puzzles',2),(4015,'Forks',675,'Flatware',4),(4016,'Wire & Cable Ties',3328,'Cable Management',3),(4018,'Bridle Bits',5593,'Horse Tack',4),(4019,'Skate Blade Guards',3791,'Ice Skate Parts & Accessories',4),(4020,'Vaulting Poles',1060,'Track & Field',3),(4021,'Table Shuffleboard Pucks',1009,'Table Shuffleboard',3),(4022,'Altimeters',1305,'Measuring Tools & Sensors',3),(4023,'Parachutes',3789,'Hang Gliding & Skydiving',3),(4024,'Disposable Cameras',142,'Cameras',2),(4026,'Serveware',672,'Tableware',3),(4027,'Motor Vehicle Trailers',8237,'Vehicle Storage & Cargo',3),(4031,'Tool Sheaths',3974,'Tool Storage & Organization',3),(4032,'Decorative Stamps',505392,'Craft Measuring & Marking Tools',5),(4035,'FM Transmitters',5129,'Audio Transmitters',4),(4036,'Laboratory Flasks',4255,'Laboratory Supplies',3),(4037,'Horse & Livestock Trailers',4027,'Motor Vehicle Trailers',4),(4040,'Scopes',156,'Optics',2),(4043,'Golf Club Headcovers',3642,'Golf Club Parts & Accessories',4),(4044,'Utility & Cargo Trailers',4027,'Motor Vehicle Trailers',4),(4049,'Shower Caps',474,'Bath & Body',4),(4050,'Basketball Hoop Posts',4676,'Basketball Hoop Parts & Accessories',4),(4054,'Decorative Stickers',505379,'Embellishments & Trims',5),(4055,'Paper Coin Wrappers & Bill Straps',4181,'Money Handling',3),(4056,'White Noise Machines',4076,'Sleeping Aids',3),(4057,'Hair Extensions',171,'Hair Accessories',3),(4060,'Erotic Magazines',773,'Erotic',2),(4061,'Graduated Cylinders',4255,'Laboratory Supplies',3),(4063,'Armoires & Wardrobes',6356,'Cabinets & Storage',2),(4070,'Neon Signs',4297,'Electric Signs',3),(4072,'Tattooing Needles',4326,'Tattooing Supplies',3),(4073,'Glue Guns',504639,'Art & Crafting Tools',4),(4074,'pH Meters',1305,'Measuring Tools & Sensors',3),(4075,'Pipettes',4255,'Laboratory Supplies',3),(4076,'Sleeping Aids',2915,'Personal Care',2),(4077,'Towels',4171,'Linens & Bedding',2),(4080,'Folding Tables',6392,'Tables',2),(4081,'Bubble Levels',1191,'Levels',4),(4082,'Ashtrays',600,'Smoking Accessories',2),(4085,'Composting',2962,'Gardening',3),(4086,'Binder Accessories',4312,'Binding Supplies',3),(4089,'Basketball Backboards',4676,'Basketball Hoop Parts & Accessories',4),(4091,'Vaporizers & Electronic Cigarettes',435,'Tobacco Products',2),(4093,'Soccer Autographed Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(4095,'Multifunction Tools & Knives',3937,'Camping Tools',4),(4096,'Food Service Baskets',135,'Food Service',2),(4102,'Laptop Replacement Screens',4224,'Laptop Parts',4),(4105,'Sunloungers',6368,'Outdoor Seating',3),(4106,'Makeup Sponges',2548,'Makeup Tools',5),(4111,'Guitar Picks',3502,'Guitar Accessories',5),(4116,'Autoclaves',4335,'Laboratory Equipment',3),(4117,'Shipping Tags',960,'Labels & Tags',3),(4121,'Facial Blotting Paper',2548,'Makeup Tools',5),(4122,'Piercing Needles',4350,'Piercing Supplies',3),(4124,'Football Autographed Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(4126,'Beach Towels',4077,'Towels',3),(4127,'Pricing Guns',138,'Retail',2),(4131,'LED Signs',4297,'Electric Signs',3),(4132,'Power Trowels',1193,'Masonry Tools',3),(4133,'Laboratory Hot Plates',4335,'Laboratory Equipment',3),(4136,'Spotting Scopes',4040,'Scopes',3),(4137,'Label Clips',960,'Labels & Tags',3),(4140,'Wash Bottles',4255,'Laboratory Supplies',3),(4142,'Music Stands',55,'Musical Instrument & Orchestra Accessories',3),(4143,'Tablecloths',601,'Table Linens',3),(4144,'Hockey Autographed Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(4145,'Bicycle Cages',3214,'Bicycle Accessories',4),(4148,'Vanities',6356,'Cabinets & Storage',2),(4149,'Baseball & Softball Autographed Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(4151,'Coin & Bill Counters',4181,'Money Handling',3),(4154,'Folder Tabs',960,'Labels & Tags',3),(4155,'Test Tube Racks',4255,'Laboratory Supplies',3),(4160,'Retail Display Cases',138,'Retail',2),(4161,'Ice Makers',730,'Kitchen Appliances',3),(4163,'Room Dividers',436,'Furniture',1),(4164,'Monoculars',156,'Optics',2),(4167,'Flying Discs',1266,'Sports Toys',3),(4171,'Linens & Bedding',536,'Home & Garden',1),(4174,'Zippers',505380,'Craft Fasteners & Closures',5),(4175,'Scale Model Kits',5999,'Model Making',3),(4177,'Coiled Spring Toys',4352,'Activity Toys',3),(4179,'Pinback Buttons',167,'Clothing Accessories',2),(4180,'Auto Racing Autographed Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(4181,'Money Handling',138,'Retail',2),(4182,'Binding Combs & Spines',4312,'Binding Supplies',3),(4183,'Index Dividers',4086,'Binder Accessories',4),(4191,'Desks',6362,'Office Furniture',2),(4192,'Basketball Rims',4676,'Basketball Hoop Parts & Accessories',4),(4194,'Bicycle Seatposts',3618,'Bicycle Parts',4),(4195,'Dressers',6356,'Cabinets & Storage',2),(4199,'Garden Hose Storage',3974,'Tool Storage & Organization',3),(4200,'Shipping Labels',960,'Labels & Tags',3),(4201,'Garden Hose Spray Nozzles',3568,'Watering & Irrigation',3),(4203,'Cloth Napkins',601,'Table Linens',3),(4205,'Storage Chests',6356,'Cabinets & Storage',2),(4211,'Travel Pillows',4076,'Sleeping Aids',3),(4212,'Binder Rings',4086,'Binder Accessories',4),(4214,'Decorative Nutcrackers',3685,'Nutcrackers',5),(4215,'Tattooing Inks',4326,'Tattooing Supplies',3),(4216,'Toy Jacks',4352,'Activity Toys',3),(4217,'Bus Tubs',135,'Food Service',2),(4218,'False Nails',478,'Nail Care',4),(4220,'Fly Swatters',728,'Pest Control',3),(4222,'Bar Ice Picks',651,'Cocktail Shakers & Tools',4),(4224,'Laptop Parts',285,'Computer Components',3),(4226,'Buttons & Snaps',505380,'Craft Fasteners & Closures',5),(4231,'Laboratory Ovens',4335,'Laboratory Equipment',3),(4233,'Trunks',696,'Decor',2),(4237,'Photo Storage Boxes',4360,'Photo Storage',4),(4240,'Vehicle Cargo Racks',3472,'Motor Vehicle Carrying Racks',4),(4241,'Vanity Benches',441,'Benches',2),(4243,'Travel Trailers',4027,'Motor Vehicle Trailers',4),(4244,'Clothing Display Racks',138,'Retail',2),(4245,'Otoscopes & Ophthalmoscopes',3477,'Medical Equipment',3),(4247,'Can Crushers',668,'Kitchen Tools & Utensils',3),(4248,'Crutches',5164,'Walking Aids',4),(4254,'Golf Club Grips',3642,'Golf Club Parts & Accessories',4),(4255,'Laboratory Supplies',1624,'Science & Laboratory',2),(4257,'Kitchen Towels',4077,'Towels',3),(4268,'Toy Chests',4205,'Storage Chests',3),(4270,'Laptop Housings & Trim',4224,'Laptop Parts',4),(4274,'Thermal Optic Accessories',160,'Optic Accessories',3),(4276,'Petri Dishes',4255,'Laboratory Supplies',3),(4279,'Basketball Autographed Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(4282,'Martial Arts Weapons',499719,'Boxing & Martial Arts',3),(4283,'Cash Drawers & Trays',505825,'Cash Register & POS Terminal Accessories',4),(4285,'Piercing & Tattooing',111,'Business & Industrial',1),(4290,'Banknote Verifiers',4181,'Money Handling',3),(4292,'Steam Tables',5103,'Food Warmers',4),(4294,'Sight Levels',1191,'Levels',4),(4295,'Piggy Banks & Money Jars',696,'Decor',2),(4297,'Electric Signs',976,'Signage',2),(4299,'Outdoor Furniture',436,'Furniture',1),(4301,'Laptop Replacement Keyboards',4224,'Laptop Parts',4),(4303,'Binders',4312,'Binding Supplies',3),(4306,'Test Tubes',4255,'Laboratory Supplies',3),(4310,'Beakers',4255,'Laboratory Supplies',3),(4312,'Binding Supplies',923,'Filing & Organization',2),(4313,'Eye Masks',4076,'Sleeping Aids',3),(4316,'Toothpicks',526,'Oral Care',3),(4317,'Conference Room Tables',6363,'Workspace Tables',3),(4322,'Toothpick Holders & Dispensers',2948,'Kitchen Organizers',4),(4325,'Compactors',1167,'Tools',2),(4326,'Tattooing Supplies',4285,'Piercing & Tattooing',2),(4327,'Hang Gliders',3789,'Hang Gliding & Skydiving',3),(4329,'Money Deposit Bags',4181,'Money Handling',3),(4332,'Pastry Blenders',668,'Kitchen Tools & Utensils',3),(4333,'Autographed Sports Paraphernalia',3865,'Sports Collectibles',4),(4334,'Spoon Rests',668,'Kitchen Tools & Utensils',3),(4335,'Laboratory Equipment',1624,'Science & Laboratory',2),(4336,'Centrifuges',4335,'Laboratory Equipment',3),(4340,'Theodolites',1305,'Measuring Tools & Sensors',3),(4341,'Office Rubber Stamps',2986,'Office Instruments',2),(4343,'Doilies',601,'Table Linens',3),(4350,'Piercing Supplies',4285,'Piercing & Tattooing',2),(4351,'Spray String',96,'Party Supplies',3),(4352,'Activity Toys',1253,'Toys',2),(4355,'Kitchen & Dining Room Tables',6392,'Tables',2),(4358,'Parasols & Rain Umbrellas',536,'Home & Garden',1),(4360,'Photo Storage',636,'Storage & Organization',3),(4364,'Stethoscopes',3477,'Medical Equipment',3),(4366,'Bath Pillows',574,'Bathroom Accessories',2),(4368,'Photo Negative & Slide Storage',39,'Photography',2),(4372,'Cake Stands',4026,'Serveware',4),(4375,'Window Screens',603,'Window Treatments',3),(4377,'Address Labels',960,'Labels & Tags',3),(4379,'Tattooing Machines',4326,'Tattooing Supplies',3),(4386,'Baby Transport Accessories',537,'Baby & Toddler',1),(4387,'Baby Stroller Accessories',4386,'Baby Transport Accessories',2),(4415,'Radio Scanners',2471,'Communication Radios',3),(4416,'Lens Converters',2911,'Camera Lens Accessories',3),(4417,'Hard Drive Docks',1623,'Hard Drive Accessories',5),(4418,'Coffee Creamer',428,'Dairy Products',3),(4419,'Sanding Blocks',1167,'Tools',2),(4420,'Mattress Encasements',4452,'Mattress Protectors',4),(4421,'Electric Skillets & Woks',730,'Kitchen Appliances',3),(4423,'SautÃ© Pans',654,'Cookware',4),(4424,'Cookware Accessories',6070,'Cookware & Bakeware',3),(4427,'Wok Accessories',4424,'Cookware Accessories',4),(4432,'Camera Lenses',149,'Camera & Video Camera Lenses',3),(4433,'Cat Beds',4,'Cat Supplies',3),(4434,'Dog Beds',5,'Dog Supplies',3),(4435,'Homecare & Hospital Beds',5167,'Medical Furniture',3),(4437,'Bed & Bed Frame Accessories',6433,'Beds & Accessories',2),(4441,'Lens Bags',2911,'Camera Lens Accessories',3),(4450,'Marine Radios',340,'Marine Electronics',2),(4451,'Air Mattress & Sleeping Pad Accessories',1014,'Camp Furniture',4),(4452,'Mattress Protectors',569,'Bedding',3),(4453,'Chair & Sofa Cushions',696,'Decor',2),(4454,'Throw Pillows',696,'Decor',2),(4456,'Backrest Pillows',696,'Decor',2),(4458,'TV & Monitor Mounts',403,'Television Parts & Accessories',4),(4459,'Paella Pans',654,'Cookware',4),(4463,'Audio & Video Cable Adapters & Couplers',258,'Adapters',3),(4465,'Wireless Presenters',964,'Presentation Supplies',2),(4466,'Golf Gloves',1043,'Golf',3),(4467,'Golf Towels',1043,'Golf',3),(4468,'Garage Doors',119,'Doors',3),(4469,'Pull Chains',502977,'Chain, Wire & Rope',3),(4470,'Writing & Drawing Instrument Accessories',2986,'Office Instruments',2),(4471,'Pen Ink & Refills',4470,'Writing & Drawing Instrument Accessories',3),(4472,'Pencil Lead & Refills',4470,'Writing & Drawing Instrument Accessories',3),(4474,'Laboratory Blenders',4335,'Laboratory Equipment',3),(4475,'Hair Dryer Accessories',6018,'Hair Styling Tool Accessories',4),(4482,'Mochi Makers',730,'Kitchen Appliances',3),(4483,'Futon Dryers',604,'Household Appliances',2),(4484,'Kotatsu',6392,'Tables',2),(4485,'Ventilation Fans',608,'Fans',4),(4486,'Baby & Toddler Car Seat Accessories',4386,'Baby Transport Accessories',2),(4487,'Sanding Accessories',3650,'Tool Accessories',2),(4488,'Toll Collection Devices',222,'Electronics',1),(4490,'Earthquake Alarms',5835,'Emergency Preparedness',2),(4491,'Furniture Anchors',5835,'Emergency Preparedness',2),(4492,'Document Cameras',964,'Presentation Supplies',2),(4493,'Headphone Amplifiers',224,'Audio Amplifiers',4),(4495,'Roaster Ovens & Rotisseries',730,'Kitchen Appliances',3),(4497,'Pet Doors',2,'Pet Supplies',2),(4499,'Staple Removers',2986,'Office Instruments',2),(4500,'Coffee Filter Baskets',3988,'Coffee Maker & Espresso Machine Accessories',4),(4501,'Pressure Cooker & Canner Accessories',4424,'Cookware Accessories',4),(4502,'Bakeware Accessories',6070,'Cookware & Bakeware',3),(4503,'Baking Mats & Liners',4502,'Bakeware Accessories',4),(4506,'Infrared Thermometers',1305,'Measuring Tools & Sensors',3),(4507,'Hair Removal',528,'Shaving & Grooming',3),(4508,'Depilatories',4507,'Hair Removal',4),(4509,'Electrolysis Devices',4507,'Hair Removal',4),(4510,'Epilators',4507,'Hair Removal',4),(4511,'Waxing Kits & Supplies',4507,'Hair Removal',4),(4512,'Numeric Keypads',1928,'Input Devices',4),(4513,'Outdoor Sofas',6368,'Outdoor Seating',3),(4515,'Dustpans',623,'Household Cleaning Supplies',3),(4516,'Waste Containment',630,'Household Supplies',2),(4517,'Recycling Containers',4516,'Waste Containment',3),(4519,'Juicer Accessories',2901,'Kitchen Appliance Accessories',3),(4520,'Drink Sleeves',2920,'Food & Beverage Carriers',3),(4521,'Can & Bottle Sleeves',4520,'Drink Sleeves',4),(4522,'Cup Sleeves',4520,'Drink Sleeves',4),(4525,'Golf Bag Covers & Cases',4605,'Golf Bag Accessories',4),(4527,'Eye Wash Supplies',508,'First Aid',3),(4528,'Tea Makers',730,'Kitchen Appliances',3),(4529,'Steamer Baskets',4424,'Cookware Accessories',4),(4530,'Mixing Bowls',668,'Kitchen Tools & Utensils',3),(4532,'Food Cookers & Steamers',730,'Kitchen Appliances',3),(4537,'Golf Bag Carts',4605,'Golf Bag Accessories',4),(4539,'Wine Fridges',730,'Kitchen Appliances',3),(4540,'Bassoons',87,'Woodwinds',4),(4541,'Oboes & English Horns',87,'Woodwinds',4),(4544,'Gutter Accessories',123,'Roofing',3),(4546,'Alarm Clocks',3890,'Clocks',3),(4548,'Floor & Steam Cleaner Accessories',3348,'Household Appliance Accessories',2),(4550,'Mobile Phone Charms & Straps',264,'Mobile Phone Accessories',4),(4551,'Respiratory Care',491,'Health Care',2),(4552,'Nebulizers',4551,'Respiratory Care',3),(4554,'Portable Electronic Games',3793,'Games',2),(4555,'Microscope Accessories',4335,'Laboratory Equipment',3),(4556,'Microscope Eyepieces & Adapters',4555,'Microscope Accessories',4),(4557,'Microscope Cameras',4555,'Microscope Accessories',4),(4558,'Microscope Slides',4555,'Microscope Accessories',4),(4559,'Tea Strainers',668,'Kitchen Tools & Utensils',3),(4560,'Outdoor Grill Spits & Baskets',3684,'Outdoor Grill Accessories',4),(4562,'Bottle Stoppers & Savers',649,'Barware',3),(4563,'Wine Aerators',649,'Barware',3),(4564,'Outdoor Power Equipment Accessories',689,'Lawn & Garden',2),(4565,'Chainsaw Accessories',4564,'Outdoor Power Equipment Accessories',3),(4566,'Lawn Mower Accessories',4564,'Outdoor Power Equipment Accessories',3),(4567,'Snow Blower Accessories',4564,'Outdoor Power Equipment Accessories',3),(4569,'Hair Iron Accessories',6018,'Hair Styling Tool Accessories',4),(4570,'Projection Screen Stands',393,'Projector Accessories',4),(4571,'Bicycle Tires',3618,'Bicycle Parts',4),(4572,'Bicycle Tubes',3618,'Bicycle Parts',4),(4574,'Bicycle Brake Calipers',3740,'Bicycle Brake Parts',5),(4575,'Bicycle Brake Levers',3740,'Bicycle Brake Parts',5),(4576,'Bicycle Brake Rotors',3740,'Bicycle Brake Parts',5),(4577,'Bicycle Brake Sets',3740,'Bicycle Brake Parts',5),(4579,'Sewing Machine Needles',505393,'Needles & Hooks',5),(4580,'Craft Machine Cases & Covers',504643,'Art & Crafting Tool Accessories',4),(4582,'Bicycle Handlebars',3618,'Bicycle Parts',4),(4583,'Bicycle Stems',3618,'Bicycle Parts',4),(4585,'Bicycle Drivetrain Parts',3618,'Bicycle Parts',4),(4586,'Bicycle Cassettes & Freewheels',4585,'Bicycle Drivetrain Parts',5),(4587,'Bicycle Chains',4585,'Bicycle Drivetrain Parts',5),(4588,'Bicycle Derailleurs',4585,'Bicycle Drivetrain Parts',5),(4589,'Cardio Machines',499792,'Cardio',3),(4590,'Bicycle Bottom Brackets',4585,'Bicycle Drivetrain Parts',5),(4591,'Bicycle Chainrings',4585,'Bicycle Drivetrain Parts',5),(4592,'Bicycle Cranks',4585,'Bicycle Drivetrain Parts',5),(4593,'Bicycle Pedals',4585,'Bicycle Drivetrain Parts',5),(4594,'Bicycle Shifters',4585,'Bicycle Drivetrain Parts',5),(4595,'Bicycle Seatpost Clamps',3618,'Bicycle Parts',4),(4596,'Bicycle Small Parts',3618,'Bicycle Parts',4),(4597,'Bicycle Wheel Parts',3618,'Bicycle Parts',4),(4598,'Cardio Machine Accessories',499792,'Cardio',3),(4599,'Bicycle Hubs',4597,'Bicycle Wheel Parts',5),(4600,'Bicycle Spokes',4597,'Bicycle Wheel Parts',5),(4601,'Bicycle Wheel Nipples',4597,'Bicycle Wheel Parts',5),(4602,'Bicycle Wheel Rims',4597,'Bicycle Wheel Parts',5),(4603,'Bicycle Forks',3618,'Bicycle Parts',4),(4605,'Golf Bag Accessories',1043,'Golf',3),(4608,'Seasonings & Spices',422,'Food Items',2),(4610,'MSG',4608,'Seasonings & Spices',3),(4611,'Salt',4608,'Seasonings & Spices',3),(4613,'Bean Paste',2660,'Cooking & Baking Ingredients',3),(4614,'Hot Sauce',427,'Condiments & Sauces',3),(4615,'Satay Sauce',427,'Condiments & Sauces',3),(4616,'Soy Sauce',427,'Condiments & Sauces',3),(4617,'Electronics Cleaners',2082,'Electronics Accessories',2),(4627,'Eggs',432,'Meat, Seafood & Eggs',3),(4628,'Meat',432,'Meat, Seafood & Eggs',3),(4629,'Seafood',432,'Meat, Seafood & Eggs',3),(4630,'Cake Decorating Supplies',668,'Kitchen Tools & Utensils',3),(4631,'Percussion Mallets',3465,'Percussion Accessories',4),(4632,'Disposable Tableware',135,'Food Service',2),(4633,'Scroll Saws',1235,'Saws',3),(4634,'Home Doors',119,'Doors',3),(4636,'Lamps',594,'Lighting',2),(4638,'Tripod & Monopod Accessories',2096,'Camera & Optic Accessories',2),(4639,'Tripod & Monopod Heads',4638,'Tripod & Monopod Accessories',3),(4640,'Tripod & Monopod Cases',4638,'Tripod & Monopod Accessories',3),(4641,'Lawn Mower Blades',4566,'Lawn Mower Accessories',4),(4642,'Lawn Mower Covers',4566,'Lawn Mower Accessories',4),(4643,'Lawn Mower Belts',4566,'Lawn Mower Accessories',4),(4644,'Lawn Mower Pulleys & Idlers',4566,'Lawn Mower Accessories',4),(4645,'Lawn Mower Bags',4566,'Lawn Mower Accessories',4),(4646,'Chainsaw Chains',4565,'Chainsaw Accessories',4),(4647,'Chainsaw Bars',4565,'Chainsaw Accessories',4),(4648,'Game Timers',1239,'Toys & Games',1),(4650,'Patio Heater Accessories',3348,'Household Appliance Accessories',2),(4651,'Patio Heater Covers',4650,'Patio Heater Accessories',3),(4652,'Jukeboxes',242,'Audio Players & Recorders',3),(4653,'Food Dehydrator Accessories',2901,'Kitchen Appliance Accessories',3),(4654,'Food Dehydrator Trays',4653,'Food Dehydrator Accessories',4),(4655,'Food Dehydrator Sheets',4653,'Food Dehydrator Accessories',4),(4656,'Ironing Board Pads & Covers',627,'Laundry Supplies',3),(4657,'Fabric Stain Removers',627,'Laundry Supplies',3),(4658,'Tool Stands',3650,'Tool Accessories',2),(4659,'Saw Stands',4658,'Tool Stands',3),(4660,'Pot & Pan Lids',4424,'Cookware Accessories',4),(4661,'Pot & Pan Handles',4424,'Cookware Accessories',4),(4662,'Wok Rings',4427,'Wok Accessories',5),(4663,'Wok Brushes',4427,'Wok Accessories',5),(4664,'Microscope Replacement Bulbs',4555,'Microscope Accessories',4),(4665,'Microscope Objective Lenses',4555,'Microscope Accessories',4),(4666,'Conference Phones',270,'Telephony',3),(4667,'Dehumidifier Accessories',3348,'Household Appliance Accessories',2),(4669,'Exercise Equipment Mats',990,'Exercise & Fitness',2),(4670,'Scrub Brushes',623,'Household Cleaning Supplies',3),(4671,'Broom & Mop Handles',623,'Household Cleaning Supplies',3),(4672,'Concrete Brooms',1167,'Tools',2),(4674,'Ice Cream Maker Accessories',2901,'Kitchen Appliance Accessories',3),(4675,'Ice Cream Maker Freezer Bowls',4674,'Ice Cream Maker Accessories',4),(4676,'Basketball Hoop Parts & Accessories',1081,'Basketball',3),(4677,'Carpet Sweepers',623,'Household Cleaning Supplies',3),(4678,'Baby Bathing',537,'Baby & Toddler',1),(4679,'Baby Bathtubs & Bath Seats',4678,'Baby Bathing',2),(4682,'Rice',431,'Grains, Rice & Cereal',3),(4683,'Amaranth',431,'Grains, Rice & Cereal',3),(4684,'Buckwheat',431,'Grains, Rice & Cereal',3),(4686,'Millet',431,'Grains, Rice & Cereal',3),(4687,'Barley',431,'Grains, Rice & Cereal',3),(4688,'Wheat',431,'Grains, Rice & Cereal',3),(4689,'Cereal & Granola',431,'Grains, Rice & Cereal',3),(4690,'Oats, Grits & Hot Cereal',431,'Grains, Rice & Cereal',3),(4692,'Tahini',427,'Condiments & Sauces',3),(4696,'Cabinet Hardware',2878,'Hardware Accessories',2),(4697,'Cabinet Backplates',4696,'Cabinet Hardware',3),(4698,'Cabinet Catches',4696,'Cabinet Hardware',3),(4699,'Cabinet Doors',4696,'Cabinet Hardware',3),(4700,'Cabinet Knobs & Handles',4696,'Cabinet Hardware',3),(4705,'Rolling Pin Accessories',668,'Kitchen Tools & Utensils',3),(4706,'Rolling Pin Covers & Sleeves',4705,'Rolling Pin Accessories',4),(4707,'Rolling Pin Rings',4705,'Rolling Pin Accessories',4),(4708,'Pastry Cloths',668,'Kitchen Tools & Utensils',3),(4709,'Generator Accessories',127,'Power & Electrical Supplies',2),(4714,'Solar Panels',127,'Power & Electrical Supplies',2),(4715,'Solar Energy Kits',127,'Power & Electrical Supplies',2),(4716,'Power Tool Combo Sets',4919,'Tool Sets',3),(4717,'Waste Container Lids',6757,'Waste Containment Accessories',3),(4718,'Garden Hose Fittings & Valves',3568,'Watering & Irrigation',3),(4720,'Fondue Pots & Sets',730,'Kitchen Appliances',3),(4721,'Cookware Sets',654,'Cookware',4),(4722,'Airpots',2920,'Food & Beverage Carriers',3),(4726,'Roasting Pan Racks',4502,'Bakeware Accessories',4),(4728,'Shower Bases',2206,'Shower Parts',4),(4730,'Birthday Candles',96,'Party Supplies',3),(4735,'Punch Bowls',4026,'Serveware',4),(4737,'PDA Accessories',280,'Handheld Device Accessories',4),(4738,'E',280,'Handheld Device Accessories',4),(4739,'PDA Cases',4737,'PDA Accessories',5),(4740,'Potpourri',592,'Home Fragrances',3),(4741,'Incense Holders',500121,'Home Fragrance Accessories',3),(4742,'Food Service Carts',135,'Food Service',2),(4743,'Harmonicas',87,'Woodwinds',4),(4745,'Tablet Computers',278,'Computers',2),(4746,'Ice Cube Trays',668,'Kitchen Tools & Utensils',3),(4748,'Candy & Chocolate',422,'Food Items',2),(4752,'Pastels',977,'Writing & Drawing Instruments',3),(4753,'Ice Packs',516,'Hot & Cold Therapies',4),(4754,'Hygrometers',1305,'Measuring Tools & Sensors',3),(4755,'Moisture Meters',1305,'Measuring Tools & Sensors',3),(4756,'Seismometer',1305,'Measuring Tools & Sensors',3),(4757,'Sound Meters',1305,'Measuring Tools & Sensors',3),(4758,'UV Light Meters',1305,'Measuring Tools & Sensors',3),(4759,'Vibration Meters',1305,'Measuring Tools & Sensors',3),(4760,'3D Glasses',2027,'Video Accessories',3),(4762,'Spice Grinders',668,'Kitchen Tools & Utensils',3),(4763,'Food Grinder Accessories',2901,'Kitchen Appliance Accessories',3),(4764,'Bakeware Sets',640,'Bakeware',4),(4765,'Kitchen Utensil Sets',668,'Kitchen Tools & Utensils',3),(4766,'Hair Loss Treatments',486,'Hair Care',3),(4767,'Prenatal Heart Rate Monitors',494,'Biometric Monitors',3),(4768,'Baby Care Timers',561,'Nursing & Feeding',2),(4770,'Flameless Candles',696,'Decor',2),(4771,'Oven Bags',668,'Kitchen Tools & Utensils',3),(4775,'Toothbrush Accessories',526,'Oral Care',3),(4776,'Toothbrush Replacement Heads',4775,'Toothbrush Accessories',4),(4777,'Condiment Dispensers',668,'Kitchen Tools & Utensils',3),(4778,'Drawing & Painting Kits',505370,'Art & Craft Kits',4),(4779,'Costume & Stage Makeup',477,'Makeup',4),(4785,'Navigational Compasses',1013,'Camping & Hiking',3),(4786,'Coffee Grinder Accessories',3988,'Coffee Maker & Espresso Machine Accessories',4),(4788,'Spice Grinder Accessories',668,'Kitchen Tools & Utensils',3),(4789,'Extension Cords',127,'Power & Electrical Supplies',2),(4790,'Bassoon Accessories',62,'Woodwind Instrument Accessories',4),(4791,'Clarinet Accessories',62,'Woodwind Instrument Accessories',4),(4792,'Flute Accessories',62,'Woodwind Instrument Accessories',4),(4793,'Oboe & English Horn Accessories',62,'Woodwind Instrument Accessories',4),(4794,'Saxophone Accessories',62,'Woodwind Instrument Accessories',4),(4797,'Brass Instrument Care & Cleaning',57,'Brass Instrument Accessories',4),(4798,'Brass Instrument Replacement Parts',57,'Brass Instrument Accessories',4),(4806,'String Instrument Care & Cleaning',61,'String Instrument Accessories',4),(4809,'Bassoon Care & Cleaning',4790,'Bassoon Accessories',5),(4810,'Bassoon Cases & Gigbags',4790,'Bassoon Accessories',5),(4811,'Bassoon Parts',4790,'Bassoon Accessories',5),(4812,'Bassoon Reeds',4790,'Bassoon Accessories',5),(4813,'Bassoon Stands',4790,'Bassoon Accessories',5),(4814,'Bassoon Straps & Supports',4790,'Bassoon Accessories',5),(4818,'Clarinet Care & Cleaning',4791,'Clarinet Accessories',5),(4819,'Clarinet Cases & Gigbags',4791,'Clarinet Accessories',5),(4820,'Clarinet Ligatures & Caps',4791,'Clarinet Accessories',5),(4822,'Clarinet Parts',4791,'Clarinet Accessories',5),(4823,'Clarinet Pegs & Stands',4791,'Clarinet Accessories',5),(4824,'Clarinet Reeds',4791,'Clarinet Accessories',5),(4825,'Clarinet Straps & Supports',4791,'Clarinet Accessories',5),(4833,'Flute Care & Cleaning',4792,'Flute Accessories',5),(4834,'Flute Cases & Gigbags',4792,'Flute Accessories',5),(4836,'Flute Parts',4792,'Flute Accessories',5),(4837,'Flute Pegs & Stands',4792,'Flute Accessories',5),(4843,'Oboe Care & Cleaning',4793,'Oboe & English Horn Accessories',5),(4844,'Oboe Cases & Gigbags',4793,'Oboe & English Horn Accessories',5),(4845,'Oboe Parts',4793,'Oboe & English Horn Accessories',5),(4846,'Oboe Pegs & Stands',4793,'Oboe & English Horn Accessories',5),(4847,'Oboe Reeds',4793,'Oboe & English Horn Accessories',5),(4848,'Oboe Straps & Supports',4793,'Oboe & English Horn Accessories',5),(4852,'Saxophone Care & Cleaning',4794,'Saxophone Accessories',5),(4853,'Saxophone Cases & Gigbags',4794,'Saxophone Accessories',5),(4854,'Saxophone Ligatures & Caps',4794,'Saxophone Accessories',5),(4856,'Saxophone Parts',4794,'Saxophone Accessories',5),(4857,'Saxophone Pegs & Stands',4794,'Saxophone Accessories',5),(4858,'Saxophone Reeds',4794,'Saxophone Accessories',5),(4859,'Saxophone Straps & Supports',4794,'Saxophone Accessories',5),(4866,'Woodwind Cork Grease',62,'Woodwind Instrument Accessories',4),(4867,'Woodwind Polishing Cloths',62,'Woodwind Instrument Accessories',4),(4890,'Brass Instrument Cleaning Tools',4797,'Brass Instrument Care & Cleaning',5),(4891,'Brass Instrument Care Kits',4797,'Brass Instrument Care & Cleaning',5),(4892,'Brass Instrument Cleaners & Sanitizers',4797,'Brass Instrument Care & Cleaning',5),(4893,'Brass Instrument Guards',4797,'Brass Instrument Care & Cleaning',5),(4894,'Brass Instrument Lubricants',4797,'Brass Instrument Care & Cleaning',5),(4895,'Brass Instrument Polishing Cloths',4797,'Brass Instrument Care & Cleaning',5),(4911,'String Instrument Cleaning Cloths',4806,'String Instrument Care & Cleaning',5),(4912,'String Instrument Polish',4806,'String Instrument Care & Cleaning',5),(4914,'Fireworks & Firecrackers',96,'Party Supplies',3),(4915,'Sparklers',96,'Party Supplies',3),(4916,'Baby Carrier Accessories',4386,'Baby Transport Accessories',2),(4918,'Wood Stove Fans & Blowers',2862,'Fireplace & Wood Stove Accessories',2),(4919,'Tool Sets',1167,'Tools',2),(4921,'DJ & Specialty Audio',223,'Audio',2),(4922,'DJ CD Players',4921,'DJ & Specialty Audio',3),(4923,'DJ Systems',4921,'DJ & Specialty Audio',3),(4926,'Fishing Reels',3334,'Fishing',3),(4927,'Fishing Rods',3334,'Fishing',3),(4928,'General Purpose Batteries',276,'Batteries',4),(4929,'Cotton Balls',2915,'Personal Care',2),(4931,'Laser Levels',1191,'Levels',4),(4932,'Track Lighting Fixtures',6274,'Track Lighting',3),(4939,'Woodwind Reed Knives',62,'Woodwind Instrument Accessories',4),(4941,'Book Lights',6174,'Book Accessories',2),(4942,'Toothbrush Sanitizers',4775,'Toothbrush Accessories',4),(4943,'Syrup',427,'Condiments & Sauces',3),(4947,'Honey',427,'Condiments & Sauces',3),(4949,'Home Publishing Software',319,'Multimedia & Design Software',3),(4950,'Animation Editing Software',319,'Multimedia & Design Software',3),(4951,'Graphic Design & Illustration Software',319,'Multimedia & Design Software',3),(4952,'Sound Editing Software',319,'Multimedia & Design Software',3),(4953,'Video Editing Software',319,'Multimedia & Design Software',3),(4954,'Web Design Software',319,'Multimedia & Design Software',3),(4955,'Harmonica Accessories',62,'Woodwind Instrument Accessories',4),(4956,'Harmonica Cases',4955,'Harmonica Accessories',5),(4957,'Woodwind Reed Cases',62,'Woodwind Instrument Accessories',4),(4971,'Soap & Lotion Dispensers',574,'Bathroom Accessories',2),(4972,'Wheelbarrow Parts',505326,'Gardening Tool Accessories',4),(4973,'Household Cleaning Products',623,'Household Cleaning Supplies',3),(4974,'Carpet Cleaners',4973,'Household Cleaning Products',4),(4975,'Dish Detergent & Soap',4973,'Household Cleaning Products',4),(4976,'Glass & Surface Cleaners',4973,'Household Cleaning Products',4),(4977,'Floor Cleaners',4973,'Household Cleaning Products',4),(4978,'Oven & Grill Cleaners',4973,'Household Cleaning Products',4),(4979,'Pet Odor & Stain Removers',4973,'Household Cleaning Products',4),(4980,'Toilet Bowl Cleaners',4973,'Household Cleaning Products',4),(4981,'Tub & Tile Cleaners',4973,'Household Cleaning Products',4),(4982,'Bleach',627,'Laundry Supplies',3),(4983,'Accordions & Concertinas',54,'Musical Instruments',3),(4984,'Bagpipes',54,'Musical Instruments',3),(4986,'Toy Craft Kits',505370,'Art & Craft Kits',4),(4988,'Tarps',2878,'Hardware Accessories',2),(4989,'Bird Cages & Stands',3,'Bird Supplies',3),(4990,'Bird Food',3,'Bird Supplies',3),(4991,'Bird Ladders & Perches',3,'Bird Supplies',3),(4992,'Bird Toys',3,'Bird Supplies',3),(4993,'Bird Treats',3,'Bird Supplies',3),(4997,'Cat Furniture',4,'Cat Supplies',3),(4999,'Cat Litter',4,'Cat Supplies',3),(5000,'Cat Litter Boxes',4,'Cat Supplies',3),(5001,'Cat Toys',4,'Cat Supplies',3),(5002,'Cat Treats',4,'Cat Supplies',3),(5004,'Dog Apparel',5,'Dog Supplies',3),(5010,'Dog Toys',5,'Dog Supplies',3),(5011,'Dog Treats',5,'Dog Supplies',3),(5013,'Small Animal Supplies',2,'Pet Supplies',2),(5014,'Small Animal Bedding',5013,'Small Animal Supplies',3),(5015,'Small Animal Food',5013,'Small Animal Supplies',3),(5016,'Small Animal Habitat Accessories',5013,'Small Animal Supplies',3),(5017,'Small Animal Habitats & Cages',5013,'Small Animal Supplies',3),(5019,'Aquarium Decor',6,'Fish Supplies',3),(5020,'Aquarium Filters',6,'Fish Supplies',3),(5021,'Aquarium Gravel & Substrates',6,'Fish Supplies',3),(5023,'Aquarium Stands',6,'Fish Supplies',3),(5024,'Fish Food',6,'Fish Supplies',3),(5025,'Horse Grooming',3257,'Horse Care',4),(5026,'Reptile & Amphibian Food',7,'Reptile & Amphibian Supplies',3),(5027,'Reptile & Amphibian Habitat Accessories',7,'Reptile & Amphibian Supplies',3),(5028,'Reptile & Amphibian Habitat Heating & Lighting',7,'Reptile & Amphibian Supplies',3),(5029,'Reptile & Amphibian Habitats',7,'Reptile & Amphibian Supplies',3),(5030,'Reptile & Amphibian Substrates',7,'Reptile & Amphibian Supplies',3),(5032,'Digital Goods & Currency',2092,'Software',1),(5034,'Computer Icons',5032,'Digital Goods & Currency',2),(5035,'Desktop Wallpaper',5032,'Digital Goods & Currency',2),(5036,'Fonts',5032,'Digital Goods & Currency',2),(5037,'Product Manuals',783,'Media',1),(5038,'Electronics Manuals',5037,'Product Manuals',2),(5039,'Household Appliance Manuals',5037,'Product Manuals',2),(5040,'Kitchen Appliance Manuals',5037,'Product Manuals',2),(5041,'Vehicle Service Manuals',5037,'Product Manuals',2),(5042,'Ice Crusher & Shaver Accessories',2901,'Kitchen Appliance Accessories',3),(5043,'Drinking Straws & Stirrers',96,'Party Supplies',3),(5044,'Outdoor Benches',6368,'Outdoor Seating',3),(5046,'Harmonica Holders',4955,'Harmonica Accessories',5),(5048,'Shower Water Filters',2206,'Shower Parts',4),(5049,'Baby Safety Harnesses & Leashes',540,'Baby Safety',2),(5050,'Ski & Snowboard Goggle Lenses',8203,'Ski & Snowboard Goggle Accessories',5),(5054,'Fudge',1876,'Bakery',3),(5055,'Erotic Food & Edibles',773,'Erotic',2),(5056,'Trash Compactor Accessories',630,'Household Supplies',2),(5057,'Soy Milk Makers',730,'Kitchen Appliances',3),(5059,'Straw Holders & Dispensers',2948,'Kitchen Organizers',4),(5060,'Replacement Drink Lids',2920,'Food & Beverage Carriers',3),(5062,'Craft Pipe Cleaners',505377,'Crafting Wire',5),(5065,'Coffee Maker Water Filters',3988,'Coffee Maker & Espresso Machine Accessories',4),(5066,'Frothing Pitchers',3988,'Coffee Maker & Espresso Machine Accessories',4),(5067,'Gun Lights',2214,'Gun Care & Accessories',3),(5068,'Vehicle Jump Starters',8236,'Vehicle Repair & Specialty Tools',4),(5070,'Greeting Card Organizers',923,'Filing & Organization',2),(5071,'Biometric Monitor Accessories',491,'Health Care',2),(5072,'Body Weight Scale Accessories',5071,'Biometric Monitor Accessories',3),(5075,'Popcorn Maker Accessories',2901,'Kitchen Appliance Accessories',3),(5076,'Cotton Candy Machine Accessories',2901,'Kitchen Appliance Accessories',3),(5077,'Milling Machines',1167,'Tools',2),(5078,'Carving Forks',668,'Kitchen Tools & Utensils',3),(5079,'Aquarium Lighting',6,'Fish Supplies',3),(5080,'Sink Mats & Grids',668,'Kitchen Tools & Utensils',3),(5081,'Pet Vitamins & Supplements',2,'Pet Supplies',2),(5082,'Cat Apparel',4,'Cat Supplies',3),(5084,'Laundry Balls',627,'Laundry Supplies',3),(5085,'Laundry Wash Bags & Frames',627,'Laundry Supplies',3),(5086,'Pet Medicine',2,'Pet Supplies',2),(5087,'Pet Playpens',2,'Pet Supplies',2),(5088,'Snowboard Binding Parts',499845,'Skiing & Snowboarding',4),(5089,'Fan Accessories',3348,'Household Appliance Accessories',2),(5090,'Chocolate Tempering Machines',730,'Kitchen Appliances',3),(5091,'Gift Boxes & Tins',94,'Gift Wrapping',4),(5092,'Pet Bells & Charms',2,'Pet Supplies',2),(5093,'Pet ID Tags',2,'Pet Supplies',2),(5094,'Dog Houses',5,'Dog Supplies',3),(5096,'Music Composition Software',319,'Multimedia & Design Software',3),(5097,'Take',135,'Food Service',2),(5098,'Disposable Bowls',4632,'Disposable Tableware',3),(5099,'Disposable Cups',4632,'Disposable Tableware',3),(5100,'Disposable Cutlery',4632,'Disposable Tableware',3),(5101,'Disposable Plates',4632,'Disposable Tableware',3),(5102,'Concession Food Containers',135,'Food Service',2),(5103,'Food Warmers',730,'Kitchen Appliances',3),(5104,'Plate & Dish Warmers',135,'Food Service',2),(5105,'Floss Sugar',2660,'Cooking & Baking Ingredients',3),(5106,'Motorcycle Goggles',5547,'Motorcycle Protective Gear',4),(5107,'Yoga Mat Bags & Straps',999,'Yoga & Pilates',3),(5109,'Ricers',668,'Kitchen Tools & Utensils',3),(5110,'Grill Presses',654,'Cookware',4),(5111,'Shaving Kits',528,'Shaving & Grooming',3),(5112,'USB Drive Duplicators',5268,'Disk Duplicators',5),(5113,'Cleaning Gloves',623,'Household Cleaning Supplies',3),(5114,'Decorative Fans',167,'Clothing Accessories',2),(5119,'Twine',502977,'Chain, Wire & Rope',3),(5120,'Sewing Machine Feet',504643,'Art & Crafting Tool Accessories',4),(5121,'Sewing Machine Tables',6392,'Tables',2),(5122,'Watch Accessories',188,'Jewelry',2),(5123,'Watch Bands',5122,'Watch Accessories',3),(5124,'Watch Repair Kits',5573,'Jewelry Cleaning & Care',2),(5127,'Dictionary & Translation Software',313,'Computer Software',2),(5128,'Flatware Chests',636,'Storage & Organization',3),(5129,'Audio Transmitters',2165,'Audio Components',3),(5130,'Bluetooth Transmitters',5129,'Audio Transmitters',4),(5133,'PDA Batteries',276,'Batteries',4),(5134,'Honey Jars',2626,'Food Storage',3),(5135,'Cake Boards',4026,'Serveware',4),(5136,'Craft Knives',504640,'Craft Cutting & Embossing Tools',5),(5137,'Cutting Mats',504639,'Art & Crafting Tools',4),(5138,'Garment Steamers',2706,'Laundry Appliances',3),(5139,'Irons & Ironing Systems',2706,'Laundry Appliances',3),(5140,'Steam Presses',2706,'Laundry Appliances',3),(5141,'Hand Dryers',574,'Bathroom Accessories',2),(5142,'Power Inverters',127,'Power & Electrical Supplies',2),(5143,'Hazardous Waste Containers',4516,'Waste Containment',3),(5144,'Pet Muzzles',2,'Pet Supplies',2),(5145,'Pet Medical Collars',2,'Pet Supplies',2),(5150,'Model Trains & Train Sets',5999,'Model Making',3),(5151,'Model Train Accessories',5999,'Model Making',3),(5152,'Toy Trains & Train Sets',2505,'Play Vehicles',3),(5153,'Toy Train Accessories',5970,'Play Vehicle Accessories',3),(5154,'Toothpaste Squeezers & Dispensers',526,'Oral Care',3),(5155,'Denture Adhesives',526,'Oral Care',3),(5156,'Frozen Drink Makers',730,'Kitchen Appliances',3),(5157,'Knife Blocks & Holders',2948,'Kitchen Organizers',4),(5158,'Garment Steamer Accessories',3456,'Laundry Appliance Accessories',3),(5159,'Iron Accessories',3456,'Laundry Appliance Accessories',3),(5160,'Steam Press Accessories',3456,'Laundry Appliance Accessories',3),(5161,'Aquarium Water Treatments',6,'Fish Supplies',3),(5162,'Pet Food Containers',2,'Pet Supplies',2),(5163,'Pet Food Scoops',2,'Pet Supplies',2),(5164,'Walking Aids',519,'Mobility & Accessibility',3),(5165,'Canes & Walking Sticks',5164,'Walking Aids',4),(5166,'Walkers',5164,'Walking Aids',4),(5167,'Medical Furniture',2496,'Medical',2),(5168,'Chiropractic Tables',5167,'Medical Furniture',3),(5169,'Examination Chairs & Tables',5167,'Medical Furniture',3),(5170,'Medical Cabinets',5167,'Medical Furniture',3),(5171,'Medical Carts',5167,'Medical Furniture',3),(5172,'Surgical Tables',5167,'Medical Furniture',3),(5173,'Crash Carts',5171,'Medical Carts',4),(5174,'IV Poles & Carts',5171,'Medical Carts',4),(5181,'Luggage & Bags',0,'',0),(5183,'Pant Suits',1594,'Suits',3),(5192,'Costume Accessories',184,'Costumes & Accessories',2),(5193,'Costumes',184,'Costumes & Accessories',2),(5194,'Masks',184,'Costumes & Accessories',2),(5207,'Handkerchiefs',167,'Clothing Accessories',2),(5251,'Kitchen Shears',668,'Kitchen Tools & Utensils',3),(5252,'Baby Health',537,'Baby & Toddler',1),(5253,'Nasal Aspirators',5252,'Baby Health',2),(5254,'Barebone Computers',278,'Computers',2),(5255,'Interactive Kiosks',278,'Computers',2),(5256,'Data Collectors',298,'Handheld Devices',3),(5257,'Projector Mounts',393,'Projector Accessories',4),(5258,'Printer Consumables',502990,'Printer, Copier & Fax Machine Accessories',3),(5259,'Printer Drums & Drum Kits',5258,'Printer Consumables',4),(5260,'Printer Ribbons',5258,'Printer Consumables',4),(5261,'Printheads',5258,'Printer Consumables',4),(5262,'Printer Maintenance Kits',5258,'Printer Consumables',4),(5264,'Blank ID Cards',956,'Paper Products',3),(5265,'Printer Duplexers',502990,'Printer, Copier & Fax Machine Accessories',3),(5266,'Printer Filters',5258,'Printer Consumables',4),(5268,'Disk Duplicators',2414,'Storage Devices',4),(5269,'Network Storage Systems',2414,'Storage Devices',4),(5271,'Hard Drive Duplicators',5268,'Disk Duplicators',5),(5272,'Hard Drive Arrays',2414,'Storage Devices',4),(5273,'Patch Panels',3328,'Cable Management',3),(5274,'Power Supply Enclosures',275,'Power',3),(5275,'Caller IDs',262,'Communications',2),(5276,'Streaming & Home Media Players',387,'Video Players & Recorders',3),(5278,'Video Servers',386,'Video',2),(5280,'Video Camera Lenses',149,'Camera & Video Camera Lenses',3),(5282,'Binocular & Monocular Accessories',160,'Optic Accessories',3),(5283,'Rangefinder Accessories',160,'Optic Accessories',3),(5284,'Telescope Accessories',160,'Optic Accessories',3),(5286,'Vacuum Coffee Makers',736,'Coffee Makers & Espresso Machines',4),(5287,'Beverage Warmers',730,'Kitchen Appliances',3),(5289,'Toasters & Grills',730,'Kitchen Appliances',3),(5291,'Pizzelle Makers',5289,'Toasters & Grills',4),(5292,'Tortilla & Flatbread Makers',5289,'Toasters & Grills',4),(5294,'Floor Polishers & Buffers',604,'Household Appliances',2),(5295,'Dental Water Jets',526,'Oral Care',3),(5296,'Bottle Warmers & Sterilizers',561,'Nursing & Feeding',2),(5298,'Nursing Pillows',561,'Nursing & Feeding',2),(5299,'Antivirus & Security Software',313,'Computer Software',2),(5300,'Business & Productivity Software',313,'Computer Software',2),(5301,'Computer Utilities & Maintenance Software',313,'Computer Software',2),(5302,'Network Software',313,'Computer Software',2),(5303,'Office Application Software',313,'Computer Software',2),(5304,'Financial, Tax & Accounting Software',313,'Computer Software',2),(5308,'Stylus Pens',279,'Computer Accessories',3),(5309,'Digital Note Taking Pens',1928,'Input Devices',4),(5310,'Signature Capture Pads',505825,'Cash Register & POS Terminal Accessories',4),(5311,'Collectible Knives',220,'Collectible Weapons',4),(5312,'Diving Knives & Shears',1135,'Diving & Snorkeling',4),(5317,'Hair Curler Clips & Pins',6018,'Hair Styling Tool Accessories',4),(5318,'Muffin & Cupcake Makers',5289,'Toasters & Grills',4),(5319,'Foam Rollers',990,'Exercise & Fitness',2),(5322,'Activewear',1604,'Clothing',2),(5327,'Jock Straps',213,'Underwear & Socks',3),(5329,'Wedding Dresses',5441,'Wedding & Bridal Party Dresses',3),(5330,'Bridal Party Dresses',5441,'Wedding & Bridal Party Dresses',3),(5338,'Self Tanner',2740,'Tanning Products',5),(5339,'Tanning Oil & Lotion',2740,'Tanning Products',5),(5340,'Tagines & Clay Cooking Pots',654,'Cookware',4),(5343,'Kimonos',5388,'Traditional & Ceremonial Clothing',3),(5344,'Skorts',1604,'Clothing',2),(5346,'Surveillance Camera Lenses',149,'Camera & Video Camera Lenses',3),(5349,'Food Heat Lamps',5103,'Food Warmers',4),(5359,'Advent Calendars',596,'Seasonal & Holiday Decorations',3),(5362,'Snow Removal',689,'Lawn & Garden',2),(5363,'Snow Shovels',5362,'Snow Removal',3),(5364,'Ice Scrapers & Snow Brushes',5362,'Snow Removal',3),(5366,'Fingerprint Readers',1928,'Input Devices',4),(5367,'Capos',3502,'Guitar Accessories',5),(5368,'Guitar Slides',3502,'Guitar Accessories',5),(5369,'Phono Preamps',246,'Signal Processors',4),(5370,'Flour Sifters',668,'Kitchen Tools & Utensils',3),(5371,'Geiger Counters',1305,'Measuring Tools & Sensors',3),(5378,'Boxing Shorts',5322,'Activewear',3),(5379,'Martial Arts Shorts',5322,'Activewear',3),(5380,'Surge Protection Devices',275,'Power',3),(5381,'Power Amplifiers',224,'Audio Amplifiers',4),(5385,'Shoe Covers',1933,'Shoe Accessories',2),(5387,'Costume Shoes',184,'Costumes & Accessories',2),(5388,'Traditional & Ceremonial Clothing',1604,'Clothing',2),(5390,'Traditional Clothing Accessories',167,'Clothing Accessories',2),(5394,'Crampons',499815,'Climbing Apparel & Accessories',4),(5395,'Karaoke System Accessories',1420,'Audio Accessories',3),(5396,'Karaoke Chips',5395,'Karaoke System Accessories',4),(5399,'Wetsuit Hoods, Gloves & Boots',499814,'Wetsuit Pieces',5),(5400,'Wetsuit Bottoms',499814,'Wetsuit Pieces',5),(5401,'Wetsuit Tops',499814,'Wetsuit Pieces',5),(5402,'Trail Cameras',142,'Cameras',2),(5403,'Poker Chips & Sets',3793,'Games',2),(5404,'Intercom Accessories',262,'Communications',2),(5406,'Fishing & Hunting Waders',3334,'Fishing',3),(5408,'Baby & Toddler Bottoms',182,'Baby & Toddler Clothing',3),(5409,'Baby & Toddler Swimwear',182,'Baby & Toddler Clothing',3),(5410,'Baby & Toddler Tops',182,'Baby & Toddler Clothing',3),(5411,'Baby One',182,'Baby & Toddler Clothing',3),(5412,'Baby & Toddler Sleepwear',182,'Baby & Toddler Clothing',3),(5422,'Baby & Toddler Clothing Accessories',167,'Clothing Accessories',2),(5423,'Baby & Toddler Socks & Tights',182,'Baby & Toddler Clothing',3),(5424,'Baby & Toddler Dresses',182,'Baby & Toddler Clothing',3),(5425,'Baby & Toddler Outerwear',182,'Baby & Toddler Clothing',3),(5426,'Costume Hats',5192,'Costume Accessories',3),(5429,'Camera Straps',143,'Camera Parts & Accessories',3),(5431,'Flash Reflectors',2475,'Studio Lighting Controls',4),(5432,'Softboxes',2475,'Studio Lighting Controls',4),(5434,'Multitrack Recorders',242,'Audio Players & Recorders',3),(5435,'Crossovers',246,'Signal Processors',4),(5438,'Motor Vehicle Cassette Players',8526,'Motor Vehicle Electronics',3),(5441,'Wedding & Bridal Party Dresses',1604,'Clothing',2),(5443,'Bridal Accessories',167,'Clothing Accessories',2),(5446,'Bridal Veils',5443,'Bridal Accessories',3),(5450,'Video Transmitters',386,'Video',2),(5452,'Party Favors',96,'Party Supplies',3),(5453,'Wedding Favors',5452,'Party Favors',4),(5455,'Wedding Ceremony Supplies',5605,'Religious & Ceremonial',1),(5456,'Flower Girl Baskets',5455,'Wedding Ceremony Supplies',2),(5457,'Ring Pillows & Holders',5455,'Wedding Ceremony Supplies',2),(5459,'Printer Stands',502990,'Printer, Copier & Fax Machine Accessories',3),(5460,'Hunting Clothing',5322,'Activewear',3),(5461,'Hunting & Fishing Vests',5460,'Hunting Clothing',4),(5462,'Ghillie Suits',5460,'Hunting Clothing',4),(5463,'Motorcycle Suits',5517,'Motorcycle Protective Clothing',4),(5466,'Electronics Films & Shields',2082,'Electronics Accessories',2),(5467,'Privacy Filters',5466,'Electronics Films & Shields',3),(5468,'Screen Protectors',5466,'Electronics Films & Shields',3),(5469,'Keyboard Protectors',5466,'Electronics Films & Shields',3),(5471,'TV Replacement Lamps',403,'Television Parts & Accessories',4),(5472,'Place Card Holders',96,'Party Supplies',3),(5473,'Signal Boosters',2082,'Electronics Accessories',2),(5476,'Antenna Accessories',2082,'Electronics Accessories',2),(5477,'Antenna Mounts & Brackets',5476,'Antenna Accessories',3),(5478,'Antenna Rotators',5476,'Antenna Accessories',3),(5479,'Camera Flash Accessories',143,'Camera Parts & Accessories',3),(5481,'Melodicas',87,'Woodwinds',4),(5483,'Religious Ceremonial Clothing',5388,'Traditional & Ceremonial Clothing',3),(5484,'Contractor Pants & Coveralls',2306,'Uniforms',3),(5487,'Distance Meters',1305,'Measuring Tools & Sensors',3),(5488,'Accessibility Furniture & Fixtures',519,'Mobility & Accessibility',3),(5489,'Computer Risers & Stands',279,'Computer Accessories',3),(5491,'Dummy Surveillance Cameras',359,'Business & Home Security',2),(5493,'Outdoor Umbrella Bases',6751,'Outdoor Umbrella & Sunshade Accessories',4),(5494,'Umbrella Stands & Racks',2446,'Storage Hooks & Racks',4),(5496,'Wireless Access Points',1350,'Bridges & Routers',3),(5497,'Wireless Routers',1350,'Bridges & Routers',3),(5499,'Light Meter Accessories',42,'Lighting & Studio',3),(5502,'Label Tapes & Refill Rolls',960,'Labels & Tags',3),(5503,'TV Converter Boxes',403,'Television Parts & Accessories',4),(5504,'Christmas Tree Skirts',596,'Seasonal & Holiday Decorations',3),(5506,'Chaps',203,'Outerwear',3),(5507,'Eyewear Cases & Holders',2521,'Eyewear Accessories',4),(5508,'Bathtub Skirts',2996,'Bathtub Accessories',4),(5512,'Motorcycle Bags & Panniers',8237,'Vehicle Storage & Cargo',3),(5513,'Nightgowns',208,'Sleepwear & Loungewear',3),(5514,'Rain Pants',203,'Outerwear',3),(5515,'Air Quality Meters',1305,'Measuring Tools & Sensors',3),(5516,'Color Calibrators',283,'Computer Monitor Accessories',4),(5517,'Motorcycle Protective Clothing',5322,'Activewear',3),(5521,'Bird & Wildlife Feeder Accessories',696,'Decor',2),(5523,'Electronics Stickers & Decals',5466,'Electronics Films & Shields',3),(5524,'Trampoline Accessories',1249,'Outdoor Play Equipment',2),(5525,'Motor Vehicle Cassette Adapters',8526,'Motor Vehicle Electronics',3),(5526,'Measuring Tool & Sensor Accessories',3650,'Tool Accessories',2),(5529,'Reading Toys',1262,'Educational Toys',3),(5531,'Card Files',923,'Filing & Organization',2),(5532,'Camera Remote Controls',143,'Camera Parts & Accessories',3),(5533,'Power Converters',127,'Power & Electrical Supplies',2),(5537,'Dinnerware Sets',673,'Dinnerware',4),(5540,'Bicycle Computer Accessories',3214,'Bicycle Accessories',4),(5542,'Spotting Scope Accessories',160,'Optic Accessories',3),(5543,'Weapon Scope & Sight Accessories',160,'Optic Accessories',3),(5545,'Optics Bags & Cases',160,'Optic Accessories',3),(5546,'Pool Water Slides',2832,'Pool & Spa Accessories',3),(5547,'Motorcycle Protective Gear',8301,'Vehicle Safety & Security',3),(5549,'Baby & Toddler Diaper Covers',182,'Baby & Toddler Clothing',3),(5551,'Pulse Oximeters',494,'Biometric Monitors',3),(5552,'Hunting & Tactical Pants',5460,'Hunting Clothing',4),(5555,'Paintball Clothing',5322,'Activewear',3),(5556,'Gas Detector Accessories',5526,'Measuring Tool & Sensor Accessories',3),(5557,'Electrical Testing Tool Accessories',5526,'Measuring Tool & Sensor Accessories',3),(5558,'Clothing & Closet Storage',636,'Storage & Organization',3),(5559,'Shoe Racks & Organizers',5558,'Clothing & Closet Storage',4),(5561,'Satellite & Cable TV',386,'Video',2),(5562,'Cable TV Receivers',5561,'Satellite & Cable TV',3),(5564,'Soccer Uniforms',3598,'Sports Uniforms',4),(5566,'Mobile Phone Stands',264,'Mobile Phone Accessories',4),(5567,'Boot Liners',1933,'Shoe Accessories',2),(5569,'Horse Boots & Leg Wraps',3257,'Horse Care',4),(5570,'Yogurt Maker Accessories',2901,'Kitchen Appliance Accessories',3),(5571,'Tool Sockets',3650,'Tool Accessories',2),(5572,'Motor Vehicle Speakerphones',8526,'Motor Vehicle Electronics',3),(5573,'Jewelry Cleaning & Care',469,'Health & Beauty',1),(5576,'Modem Accessories',342,'Networking',2),(5577,'Soda Makers',730,'Kitchen Appliances',3),(5578,'Wine Racks',6356,'Cabinets & Storage',2),(5579,'Kitesurfing',499811,'Boating & Water Sports',3),(5580,'Kiteboards',5579,'Kitesurfing',4),(5581,'Kiteboard Parts',5579,'Kitesurfing',4),(5582,'Kitesurfing Kites',5579,'Kitesurfing',4),(5583,'Kitesurfing & Windsurfing Harnesses',5579,'Kitesurfing',4),(5584,'Kiteboard Cases',5579,'Kitesurfing',4),(5587,'Multifunction Power Tools',1167,'Tools',2),(5588,'Lens & Filter Adapter Rings',2911,'Camera Lens Accessories',3),(5589,'Radar Jammers',5695,'Signal Jammers',3),(5590,'Aquatic Plants',985,'Plants',2),(5591,'Safety Gloves',2047,'Work Safety Protective Gear',2),(5592,'Work Lights',1167,'Tools',2),(5593,'Horse Tack',1031,'Equestrian',3),(5594,'Riding Apparel & Accessories',1031,'Equestrian',3),(5596,'Noise Gates & Compressors',246,'Signal Processors',4),(5597,'Loudspeaker Management Systems',246,'Signal Processors',4),(5598,'Coats & Jackets',203,'Outerwear',3),(5599,'Projection & Tripod Skirts',393,'Projector Accessories',4),(5600,'Boot Pulls',628,'Shoe Care & Tools',3),(5601,'Shoe Horns & Dressing Aids',628,'Shoe Care & Tools',3),(5602,'Scrub Caps',2496,'Medical',2),(5604,'Shoe Treatments & Dyes',628,'Shoe Care & Tools',3),(5605,'Religious & Ceremonial',0,'',0),(5606,'Memorial Ceremony Supplies',5605,'Religious & Ceremonial',1),(5607,'Memorial Urns',5606,'Memorial Ceremony Supplies',2),(5608,'Shopping Totes',5181,'Luggage & Bags',1),(5609,'Figurines',696,'Decor',2),(5612,'GPS Jammers',5695,'Signal Jammers',3),(5613,'Vehicle Parts & Accessories',888,'Vehicles & Parts',1),(5614,'Vehicles',888,'Vehicles & Parts',1),(5620,'Packing Organizers',110,'Luggage Accessories',2),(5621,'Toddler Underwear',182,'Baby & Toddler Clothing',3),(5622,'Baby & Toddler Outfits',182,'Baby & Toddler Clothing',3),(5623,'Baby & Toddler Belts',5422,'Baby & Toddler Clothing Accessories',3),(5624,'Baby & Toddler Gloves & Mittens',5422,'Baby & Toddler Clothing Accessories',3),(5625,'Baby & Toddler Hats',5422,'Baby & Toddler Clothing Accessories',3),(5626,'Baby Protective Wear',5422,'Baby & Toddler Clothing Accessories',3),(5627,'Electrical Plug Caps',127,'Power & Electrical Supplies',2),(5628,'Changing Mats & Trays',548,'Diapering',2),(5629,'Burp Cloths',561,'Nursing & Feeding',2),(5630,'Baby Bottle Nipples & Liners',561,'Nursing & Feeding',2),(5631,'Household Storage Containers',636,'Storage & Organization',3),(5632,'Gardening Accessories',2962,'Gardening',3),(5633,'Gardening Totes',5632,'Gardening Accessories',4),(5635,'Hydration Systems',1011,'Outdoor Recreation',2),(5636,'Compression Sacks',1013,'Camping & Hiking',3),(5642,'Parchment Paper',3110,'Food Wraps',4),(5644,'Yachts',3540,'Watercraft',3),(5646,'Water Softener Salt',2273,'Water Dispensing & Filtration',3),(5647,'Flatware Sets',675,'Flatware',4),(5650,'Travel Pouches',110,'Luggage Accessories',2),(5651,'Luggage Tags',110,'Luggage Accessories',2),(5652,'Luggage Straps',110,'Luggage Accessories',2),(5654,'Pool Heaters',2832,'Pool & Spa Accessories',3),(5655,'Tent Accessories',1013,'Camping & Hiking',3),(5656,'Tent Footprints',5655,'Tent Accessories',4),(5657,'Tent Vestibules',5655,'Tent Accessories',4),(5658,'Tent Poles & Stakes',5655,'Tent Accessories',4),(5659,'Network Bridges',1350,'Bridges & Routers',3),(5663,'Massage & Relaxation',2915,'Personal Care',2),(5664,'Massage Oil',5663,'Massage & Relaxation',3),(5665,'Toilet Tanks',2691,'Toilet & Bidet Accessories',4),(5666,'Toilet Tank Covers',2691,'Toilet & Bidet Accessories',4),(5669,'Stylus Pen Nibs & Refills',279,'Computer Accessories',3),(5670,'Outdoor Grill Carts',3684,'Outdoor Grill Accessories',4),(5671,'Smoking Chips & Pellets',3684,'Outdoor Grill Accessories',4),(5672,'Outdoor Grilling Planks',3684,'Outdoor Grill Accessories',4),(5673,'Kimono Outerwear',5388,'Traditional & Ceremonial Clothing',3),(5674,'Hakama Trousers',5388,'Traditional & Ceremonial Clothing',3),(5676,'Yukata',5388,'Traditional & Ceremonial Clothing',3),(5685,'Tabi Socks',5390,'Traditional Clothing Accessories',3),(5687,'Obis',5390,'Traditional Clothing Accessories',3),(5690,'Hearing Aids',491,'Health Care',2),(5693,'Stopwatches',990,'Exercise & Fitness',2),(5694,'Charcoal Briquettes',3684,'Outdoor Grill Accessories',4),(5695,'Signal Jammers',2082,'Electronics Accessories',2),(5696,'Mobile Phone Jammers',5695,'Signal Jammers',3),(5697,'Bicycle Activewear',5322,'Activewear',3),(5702,'Nutrition Drinks & Shakes',2890,'Fitness & Nutrition',3),(5704,'Clothespins',627,'Laundry Supplies',3),(5705,'Fabric Shavers',627,'Laundry Supplies',3),(5706,'Ear Candles',506,'Ear Care',3),(5707,'Utility Hooks',2446,'Storage Hooks & Racks',4),(5708,'Coat & Hat Racks',696,'Decor',2),(5709,'Party & Celebration',8,'Arts & Entertainment',1),(5710,'Hobbies & Creative Arts',8,'Arts & Entertainment',1),(5711,'Disco Balls',408,'Special Effects',3),(5713,'Loungewear',208,'Sleepwear & Loungewear',3),(5714,'Closet Organizers & Garment Racks',5558,'Clothing & Closet Storage',4),(5716,'Clothes Valets',5558,'Clothing & Closet Storage',4),(5718,'Baby Drinks',562,'Baby & Toddler Food',3),(5719,'Baby Food',562,'Baby & Toddler Food',3),(5720,'Baby Snacks',562,'Baby & Toddler Food',3),(5721,'Baby Cereal',562,'Baby & Toddler Food',3),(5723,'Sports & Energy Drinks',413,'Beverages',2),(5724,'Non',413,'Beverages',2),(5725,'Cocktail Mixes',499676,'Alcoholic Beverages',3),(5740,'Dips & Spreads',422,'Food Items',2),(5741,'Hummus',5740,'Dips & Spreads',3),(5742,'Guacamole',5740,'Dips & Spreads',3),(5743,'Pudding & Gelatin Snacks',423,'Snack Foods',3),(5744,'Fruit Snacks',423,'Snack Foods',3),(5745,'Trail & Snack Mixes',423,'Snack Foods',3),(5746,'Croutons',423,'Snack Foods',3),(5747,'Cereal & Granola Bars',423,'Snack Foods',3),(5748,'Tortillas & Wraps',1876,'Bakery',3),(5749,'Pies & Tarts',1876,'Bakery',3),(5750,'Pastries & Scones',1876,'Bakery',3),(5751,'Donuts',1876,'Bakery',3),(5752,'Dough',2660,'Cooking & Baking Ingredients',3),(5753,'Pie Crusts',5752,'Dough',4),(5755,'Bread & Pastry Dough',5752,'Dough',4),(5756,'Cookie & Brownie Dough',5752,'Dough',4),(5759,'Pasta Sauce',427,'Condiments & Sauces',3),(5760,'Olives & Capers',427,'Condiments & Sauces',3),(5762,'Gravy',427,'Condiments & Sauces',3),(5763,'Fish Sauce',427,'Condiments & Sauces',3),(5765,'Shortening & Lard',2660,'Cooking & Baking Ingredients',3),(5766,'Molasses',2660,'Cooking & Baking Ingredients',3),(5767,'Marshmallows',2660,'Cooking & Baking Ingredients',3),(5768,'Unflavored Gelatin',2660,'Cooking & Baking Ingredients',3),(5769,'Frosting & Icing',2660,'Cooking & Baking Ingredients',3),(5770,'Corn Syrup',2660,'Cooking & Baking Ingredients',3),(5771,'Cooking Starch',2660,'Cooking & Baking Ingredients',3),(5773,'Bread Crumbs',2660,'Cooking & Baking Ingredients',3),(5774,'Baking Soda',2660,'Cooking & Baking Ingredients',3),(5775,'Baking Flavors & Extracts',2660,'Cooking & Baking Ingredients',3),(5776,'Baking Chocolate',2660,'Cooking & Baking Ingredients',3),(5777,'Cooking Wine',2660,'Cooking & Baking Ingredients',3),(5778,'Waffle & Pancake Mixes',2660,'Cooking & Baking Ingredients',3),(5785,'Cream Cheese',5740,'Dips & Spreads',3),(5786,'Cream',428,'Dairy Products',3),(5787,'Sour Cream',428,'Dairy Products',3),(5788,'Frozen Desserts & Novelties',422,'Food Items',2),(5789,'Ice Pops',5788,'Frozen Desserts & Novelties',3),(5790,'Ice Cream Cones',1876,'Bakery',3),(5792,'Salad Mixes',6622,'Greens',5),(5793,'Fresh & Frozen Vegetables',430,'Fruits & Vegetables',3),(5794,'Fruit Sauces',430,'Fruits & Vegetables',3),(5795,'Fresh & Frozen Fruits',430,'Fruits & Vegetables',3),(5796,'Dry Beans',430,'Fruits & Vegetables',3),(5797,'Canned & Prepared Beans',430,'Fruits & Vegetables',3),(5798,'Canned & Jarred Vegetables',430,'Fruits & Vegetables',3),(5799,'Canned & Jarred Fruits',430,'Fruits & Vegetables',3),(5800,'Pie & Pastry Fillings',2660,'Cooking & Baking Ingredients',3),(5804,'Lunch & Deli Meats',4628,'Meat',4),(5805,'Fresh & Frozen Meats',4628,'Meat',4),(5807,'Tofu, Soy & Vegetarian Products',422,'Food Items',2),(5808,'Seitan',5807,'Tofu, Soy & Vegetarian Products',3),(5809,'Tofu',5807,'Tofu, Soy & Vegetarian Products',3),(5810,'Tempeh',5807,'Tofu, Soy & Vegetarian Products',3),(5811,'Canned Meats',4628,'Meat',4),(5812,'Fresh & Frozen Seafood',4629,'Seafood',4),(5813,'Canned Seafood',4629,'Seafood',4),(5814,'Prepared Foods',422,'Food Items',2),(5820,'Skin Insect Repellent',567,'Skin Care',4),(5821,'Feminine Douches & Creams',485,'Feminine Sanitary Supplies',3),(5823,'Dental Mouthguards',526,'Oral Care',3),(5824,'Denture Cleaners',526,'Oral Care',3),(5825,'Furniture Cleaners & Polish',4973,'Household Cleaning Products',4),(5826,'Air Conditioner Covers',2367,'Air Conditioner Accessories',3),(5827,'Butter & Margarine',428,'Dairy Products',3),(5828,'Oil Filter Drains',1167,'Tools',2),(5829,'Impulse Sealers',922,'Office Supplies',1),(5830,'Industrial Storage',111,'Business & Industrial',1),(5831,'Shipping Containers',5830,'Industrial Storage',2),(5832,'Industrial Cabinets',5830,'Industrial Storage',2),(5833,'Industrial Shelving',5830,'Industrial Storage',2),(5834,'Underwear Slips',213,'Underwear & Socks',3),(5835,'Emergency Preparedness',536,'Home & Garden',1),(5836,'Emergency Food Kits',5835,'Emergency Preparedness',2),(5837,'Twist Ties & Bag Clips',6478,'Food Storage Accessories',3),(5838,'Gift Bags',94,'Gift Wrapping',4),(5841,'Wallet Chains',6552,'Handbag & Wallet Accessories',2),(5842,'Bicycle Child Seats',3214,'Bicycle Accessories',4),(5843,'Nursing Covers',561,'Nursing & Feeding',2),(5845,'Shopping Cart & High Chair Covers',4386,'Baby Transport Accessories',2),(5847,'Fragrance Oil',592,'Home Fragrances',3),(5848,'Heat Rubs',516,'Hot & Cold Therapies',4),(5849,'Acupuncture',491,'Health Care',2),(5850,'Acupuncture Models',5849,'Acupuncture',3),(5851,'Acupuncture Needles',5849,'Acupuncture',3),(5853,'Tattoo Cover',4326,'Tattooing Supplies',3),(5859,'Baby Gift Sets',537,'Baby & Toddler',1),(5860,'Model & Toys Manuals',5037,'Product Manuals',2),(5861,'Exercise & Fitness Equipment Manuals',5037,'Product Manuals',2),(5863,'Advertising & Marketing',111,'Business & Industrial',1),(5864,'Trade Show Counters',5863,'Advertising & Marketing',2),(5865,'Trade Show Displays',5863,'Advertising & Marketing',2),(5866,'Tractors',3798,'Outdoor Power Equipment',3),(5867,'Tractor Parts & Accessories',4564,'Outdoor Power Equipment Accessories',3),(5868,'Trophies & Awards',5709,'Party & Celebration',2),(5869,'Exercise Bands',990,'Exercise & Fitness',2),(5870,'Occupational & Physical Therapy Equipment',491,'Health Care',2),(5872,'Magnet Toys',3074,'Executive Toys',3),(5873,'Magnetic Sweepers',1167,'Tools',2),(5875,'Decorative Plates',696,'Decor',2),(5876,'Refrigerator Magnets',696,'Decor',2),(5877,'Air Suits',3789,'Hang Gliding & Skydiving',3),(5878,'Flight Suits',2306,'Uniforms',3),(5879,'Riding Scooters',1011,'Outdoor Recreation',2),(5880,'Nail Dryers',2975,'Nail Tools',5),(5881,'Sleeping Bag Liners',1013,'Camping & Hiking',3),(5883,'Stencil Machines',505392,'Craft Measuring & Marking Tools',5),(5884,'Brochures',5863,'Advertising & Marketing',2),(5885,'Novelty Signs',696,'Decor',2),(5886,'Kitchen & Dining Room Chairs',443,'Chairs',2),(5887,'Flavored Alcoholic Beverages',499676,'Alcoholic Beverages',3),(5892,'Safety & Warning Signs',976,'Signage',2),(5893,'Security Signs',976,'Signage',2),(5894,'Emergency & Exit Signs',976,'Signage',2),(5895,'Road & Traffic Signs',976,'Signage',2),(5896,'Parking Signs & Permits',976,'Signage',2),(5897,'Facility Identification Signs',976,'Signage',2),(5898,'Retail & Sale Signs',976,'Signage',2),(5899,'Sidewalk & Yard Signs',976,'Signage',2),(5900,'Policy Signs',976,'Signage',2),(5904,'Bakery Assortments',1876,'Bakery',3),(5907,'Costume Capes',5192,'Costume Accessories',3),(5908,'Motorcycle Gloves',5547,'Motorcycle Protective Gear',4),(5909,'Snow Pants & Suits',203,'Outerwear',3),(5910,'Outdoor Blankets',2918,'Outdoor Living',3),(5911,'Beach Mats',5910,'Outdoor Blankets',4),(5912,'Poncho Liners',5910,'Outdoor Blankets',4),(5913,'Picnic Blankets',5910,'Outdoor Blankets',4),(5914,'Tiaras',171,'Hair Accessories',3),(5915,'Hair Wreaths',171,'Hair Accessories',3),(5916,'Corsages & BoutonniÃ¨res',2559,'Gift Giving',3),(5917,'Hunting Dog Equipment',3136,'Hunting',4),(5918,'Business Forms & Receipts',956,'Paper Products',3),(5919,'Receipt & Adding Machine Paper Rolls',956,'Paper Products',3),(5921,'Light Boxes',504639,'Art & Crafting Tools',4),(5922,'Shadow Boxes',696,'Decor',2),(5923,'Surgical Lubricants',491,'Health Care',2),(5927,'Hardware Torches',1167,'Tools',2),(5928,'Cooking Torches',668,'Kitchen Tools & Utensils',3),(5930,'Japanese Traditional Dolls',596,'Seasonal & Holiday Decorations',3),(5935,'Virtual Currency',5032,'Digital Goods & Currency',2),(5937,'Surveillance Camera Accessories',143,'Camera Parts & Accessories',3),(5938,'Storage Cabinets & Lockers',6356,'Cabinets & Storage',2),(5939,'Turbans',2020,'Headwear',3),(5941,'Leg Warmers',167,'Clothing Accessories',2),(5942,'Arm Warmers & Sleeves',167,'Clothing Accessories',2),(5949,'Military Uniforms',2306,'Uniforms',3),(5959,'Motorcycle Chest & Back Protectors',5547,'Motorcycle Protective Gear',4),(5960,'Motorcycle Kidney Belts',5547,'Motorcycle Protective Gear',4),(5961,'Motorcycle Neck Braces',5547,'Motorcycle Protective Gear',4),(5962,'Motorcycle Knee & Shin Guards',5547,'Motorcycle Protective Gear',4),(5963,'Motorcycle Elbow & Wrist Guards',5547,'Motorcycle Protective Gear',4),(5965,'Medical Identification Tags & Jewelry',491,'Health Care',2),(5966,'Medical Alarm Systems',491,'Health Care',2),(5967,'Special Effects Controllers',408,'Special Effects',3),(5968,'Remote Control Motorcycles',2546,'Remote Control Toys',3),(5969,'Remote Control Tanks',2546,'Remote Control Toys',3),(5970,'Play Vehicle Accessories',1253,'Toys',2),(5971,'Toy Race Car & Track Accessories',5970,'Play Vehicle Accessories',3),(5974,'Jewelry Holders',5573,'Jewelry Cleaning & Care',2),(5975,'Nail Art Kits & Accessories',478,'Nail Care',4),(5976,'Toners & Astringents',567,'Skin Care',4),(5977,'Hair Coloring Accessories',486,'Hair Care',3),(5978,'Body Makeup',477,'Makeup',4),(5979,'Body Paint & Foundation',5978,'Body Makeup',5),(5980,'Body Powder',567,'Skin Care',4),(5981,'Body & Hair Glitter',5978,'Body Makeup',5),(5982,'Rhinestones & Flatbacks',505379,'Embellishments & Trims',5),(5989,'Window Films',603,'Window Treatments',3),(5990,'Holiday Stocking Hangers',596,'Seasonal & Holiday Decorations',3),(5991,'Holiday Stockings',596,'Seasonal & Holiday Decorations',3),(5992,'Hand',505393,'Needles & Hooks',5),(5994,'Vehicle License Plate Frames',2495,'Vehicle Decor',4),(5995,'Vehicle Emblems & Hood Ornaments',2495,'Vehicle Decor',4),(5996,'Jewelry Findings',505379,'Embellishments & Trims',5),(5997,'Address Books',923,'Filing & Organization',2),(5998,'Hydration System Accessories',1011,'Outdoor Recreation',2),(5999,'Model Making',5710,'Hobbies & Creative Arts',2),(6000,'Scale Model Accessories',216,'Collectibles',3),(6001,'Electronic Musical Instruments',54,'Musical Instruments',3),(6002,'MIDI Controllers',6001,'Electronic Musical Instruments',4),(6003,'Sound Synthesizers',6001,'Electronic Musical Instruments',4),(6006,'Motorcycle Jackets',5517,'Motorcycle Protective Clothing',4),(6016,'Satellite LNBs',5476,'Antenna Accessories',3),(6017,'Snoring & Sleep Apnea Aids',4076,'Sleeping Aids',3),(6018,'Hair Styling Tool Accessories',486,'Hair Care',3),(6019,'Hair Styling Tools',486,'Hair Care',3),(6027,'3D Modeling Software',319,'Multimedia & Design Software',3),(6028,'Media Viewing Software',319,'Multimedia & Design Software',3),(6029,'Home & Interior Design Software',319,'Multimedia & Design Software',3),(6030,'Mobile Phone Pre',264,'Mobile Phone Accessories',4),(6031,'Dirndls',5388,'Traditional & Ceremonial Clothing',3),(6034,'Makeup Removers',567,'Skin Care',4),(6037,'Dice Sets & Games',3793,'Games',2),(6038,'Tile Games',3793,'Games',2),(6040,'Erotic Games',773,'Erotic',2),(6041,'Vehicle Base Rack Systems',3472,'Motor Vehicle Carrying Racks',4),(6042,'Vehicle Water Sport Board Racks',3472,'Motor Vehicle Carrying Racks',4),(6043,'Vehicle Ski & Snowboard Racks',3472,'Motor Vehicle Carrying Racks',4),(6044,'Vehicle Motorcycle & Scooter Racks',3472,'Motor Vehicle Carrying Racks',4),(6046,'Vehicle Fishing Rod Racks',3472,'Motor Vehicle Carrying Racks',4),(6047,'Vehicle Boat Racks',3472,'Motor Vehicle Carrying Racks',4),(6048,'Bicycle Water Sport Board Racks',3214,'Bicycle Accessories',4),(6049,'Coffee & Tea Cups',674,'Drinkware',4),(6051,'Coffee & Tea Saucers',674,'Drinkware',4),(6052,'Hair Permanents & Straighteners',486,'Hair Care',3),(6053,'Hair Color Removers',486,'Hair Care',3),(6054,'Dexterity Games',3793,'Games',2),(6055,'Soccer Goal Accessories',1111,'Soccer',3),(6056,'Puppet & Puppet Theater Accessories',1255,'Dolls, Playsets & Toy Figures',3),(6057,'Puppet Theaters',1255,'Dolls, Playsets & Toy Figures',3),(6058,'Action & Toy Figures',1255,'Dolls, Playsets & Toy Figures',3),(6059,'Remote Control Robots',2546,'Remote Control Toys',3),(6062,'Ski Boots',499845,'Skiing & Snowboarding',4),(6063,'Ski Bindings',499845,'Skiing & Snowboarding',4),(6064,'Skis',499845,'Skiing & Snowboarding',4),(6065,'Pens & Pencils',977,'Writing & Drawing Instruments',3),(6066,'Pen & Pencil Sets',6065,'Pens & Pencils',4),(6067,'Multifunction Writing Instruments',977,'Writing & Drawing Instruments',3),(6068,'Pencils',6065,'Pens & Pencils',4),(6069,'Cosmetic Sets',473,'Cosmetics',3),(6070,'Cookware & Bakeware',638,'Kitchen & Dining',2),(6071,'Cookware & Bakeware Combo Sets',6070,'Cookware & Bakeware',3),(6072,'Makeup Finishing Sprays',477,'Makeup',4),(6073,'Wall Light Fixtures',3006,'Lighting Fixtures',3),(6074,'Hockey Goals',499915,'Figure Skating & Hockey',3),(6076,'Hockey Sticks',499915,'Figure Skating & Hockey',3),(6077,'Hockey Balls & Pucks',499915,'Figure Skating & Hockey',3),(6078,'Hockey Gloves',1105,'Hockey Protective Gear',4),(6080,'Hockey Helmets',1105,'Hockey Protective Gear',4),(6083,'Motorcycle Alarms & Locks',2768,'Vehicle Alarms & Locks',4),(6084,'Automotive Alarm Accessories',2768,'Vehicle Alarms & Locks',4),(6085,'Aquatic Plant Fertilizers',6,'Fish Supplies',3),(6086,'Butter Dishes',4026,'Serveware',4),(6087,'Bicycle Skinsuits',5697,'Bicycle Activewear',4),(6088,'Motorcycle Rims & Wheels',2932,'Motor Vehicle Rims & Wheels',5),(6090,'Automotive Rims & Wheels',2932,'Motor Vehicle Rims & Wheels',5),(6091,'Motorcycle Tires',911,'Motor Vehicle Tires',5),(6093,'Automotive Tires',911,'Motor Vehicle Tires',5),(6094,'Lawn Mower Wheels',4566,'Lawn Mower Accessories',4),(6095,'Lawn Mower Tires',4566,'Lawn Mower Accessories',4),(6097,'Pedal Boats',1120,'Boating & Rafting',4),(6098,'Gongs',75,'Percussion',4),(6099,'Hair Loss Concealers',486,'Hair Care',3),(6100,'Corsage & BoutonniÃ¨re Pins',2559,'Gift Giving',3),(6101,'Safety Pins',504639,'Art & Crafting Tools',4),(6102,'Jewelry & Beading Wire',505377,'Crafting Wire',5),(6103,'Weighted Clothing',990,'Exercise & Fitness',2),(6104,'Body Oil',567,'Skin Care',4),(6105,'Canopy & Gazebo Accessories',2613,'Outdoor Structures',4),(6106,'Canopy & Gazebo Frames',6105,'Canopy & Gazebo Accessories',5),(6107,'Canopy & Gazebo Enclosure Kits',6105,'Canopy & Gazebo Accessories',5),(6108,'Canopy & Gazebo Tops',6105,'Canopy & Gazebo Accessories',5),(6109,'Combat Knives',780,'Weapons',2),(6110,'Transfer Paper',24,'Art & Craft Paper',5),(6117,'Craft Foam & Styrofoam',505381,'Craft Shapes & Bases',5),(6119,'Craft Scoring Tools',504640,'Craft Cutting & Embossing Tools',5),(6121,'Embossing Powder',505372,'Art & Crafting Materials',4),(6122,'Embossing Pens & Styluses',504640,'Craft Cutting & Embossing Tools',5),(6125,'Screen Printing Squeegees',505392,'Craft Measuring & Marking Tools',5),(6126,'Brayer Rollers',505392,'Craft Measuring & Marking Tools',5),(6127,'Crochet Hooks',505393,'Needles & Hooks',5),(6133,'Felting Pads & Mats',504639,'Art & Crafting Tools',4),(6134,'Felting Needles & Machines',505388,'Textile Craft Machines',5),(6135,'Felting Molds',505371,'Crafting Patterns & Molds',4),(6136,'Spinning Wheel Accessories',504643,'Art & Crafting Tool Accessories',4),(6137,'Spinning Wheels',505388,'Textile Craft Machines',5),(6138,'Hand Spindles',505387,'Thread & Yarn Tools',5),(6139,'Knitting Needles',505393,'Needles & Hooks',5),(6140,'Unspun Fiber',505382,'Crafting Fibers',5),(6142,'Filling & Padding Material',505372,'Art & Crafting Materials',4),(6145,'Hook and Loop Fasteners',505380,'Craft Fasteners & Closures',5),(6146,'Elastic',505379,'Embellishments & Trims',5),(6150,'Dress Forms',504639,'Art & Crafting Tools',4),(6151,'Blocking Wires',504639,'Art & Crafting Tools',4),(6152,'Blocking Mats',504639,'Art & Crafting Tools',4),(6153,'Thread, Yarn & Bobbin Winders',505387,'Thread & Yarn Tools',5),(6154,'Thread & Yarn Spools',505387,'Thread & Yarn Tools',5),(6155,'Thread & Yarn Guides',505387,'Thread & Yarn Tools',5),(6156,'Thimbles & Sewing Palms',504639,'Art & Crafting Tools',4),(6157,'Textile Art Gauges & Rulers',505392,'Craft Measuring & Marking Tools',5),(6158,'Frames, Hoops & Stretchers',504639,'Art & Crafting Tools',4),(6159,'Straight Pins',504639,'Art & Crafting Tools',4),(6160,'Stitch Markers & Counters',505392,'Craft Measuring & Marking Tools',5),(6161,'Seam Rippers',504640,'Craft Cutting & Embossing Tools',5),(6163,'Needle Threaders',505387,'Thread & Yarn Tools',5),(6164,'Fiber Cards & Brushes',505387,'Thread & Yarn Tools',5),(6166,'Weaving Shuttles',505387,'Thread & Yarn Tools',5),(6167,'Weaving Beaters',505387,'Thread & Yarn Tools',5),(6168,'Latch & Locker Hooks',505393,'Needles & Hooks',5),(6169,'Business Card Cases',6551,'Handbags, Wallets & Cases',2),(6170,'Badge & Pass Holders',6551,'Handbags, Wallets & Cases',2),(6171,'Business Card Stands',923,'Filing & Organization',2),(6173,'Umbrella Sleeves & Cases',536,'Home & Garden',1),(6174,'Book Accessories',922,'Office Supplies',1),(6175,'Book Stands & Rests',6174,'Book Accessories',2),(6176,'Book Covers',6174,'Book Accessories',2),(6177,'Card Sleeves',923,'Filing & Organization',2),(6178,'Pencil Boards',2014,'Paper Handling',2),(6179,'Utility Carts',6373,'Office Carts',2),(6180,'File Carts',6373,'Office Carts',2),(6181,'Mail Carts',6373,'Office Carts',2),(6182,'Book Carts',6373,'Office Carts',2),(6183,'Hair Nets',171,'Hair Accessories',3),(6186,'Tennis Autographed Sports Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(6187,'Tennis Fan Accessories',3515,'Sports Fan Accessories',5),(6189,'Breath Spray',526,'Oral Care',3),(6190,'Business Card Books',923,'Filing & Organization',2),(6191,'De',2277,'Chemicals',3),(6192,'Cheese Puffs',423,'Snack Foods',3),(6194,'Pork Rinds',423,'Snack Foods',3),(6195,'Cupcakes',1876,'Bakery',3),(6196,'Coffee Cakes',1876,'Bakery',3),(6199,'Pepper',4608,'Seasonings & Spices',3),(6203,'Pizza Sauce',427,'Condiments & Sauces',3),(6204,'Apple Butter',5740,'Dips & Spreads',3),(6205,'Heating Pads',516,'Hot & Cold Therapies',4),(6206,'Cast & Bandage Protectors',508,'First Aid',3),(6219,'Candied & Chocolate Covered Fruit',422,'Food Items',2),(6227,'Japanese Black Formal Wear',5388,'Traditional & Ceremonial Clothing',3),(6238,'Earmuffs',167,'Clothing Accessories',2),(6240,'Fabric Refreshers',627,'Laundry Supplies',3),(6242,'Nutrition Gels & Chews',2890,'Fitness & Nutrition',3),(6246,'Worcestershire Sauce',427,'Condiments & Sauces',3),(6248,'Pet Flea & Tick Control',2,'Pet Supplies',2),(6249,'Pet Leashes',2,'Pet Supplies',2),(6250,'Pet Collars & Harnesses',2,'Pet Supplies',2),(6251,'Pet Carriers & Crates',2,'Pet Supplies',2),(6252,'Pet Bowls, Feeders & Waterers',2,'Pet Supplies',2),(6253,'Pet Leash Extensions',2,'Pet Supplies',2),(6254,'Window Treatment Accessories',696,'Decor',2),(6255,'Curtain Holdbacks & Tassels',6254,'Window Treatment Accessories',3),(6256,'Curtain & Drape Rings',6254,'Window Treatment Accessories',3),(6257,'Curtain & Drape Rods',6254,'Window Treatment Accessories',3),(6258,'Tow',694,'Lawn Mowers',4),(6259,'Quinoa',431,'Grains, Rice & Cereal',3),(6260,'Skin Cleansing Brushes & Systems',2958,'Skin Care Tools',5),(6261,'Skin Care Extractors',2958,'Skin Care Tools',5),(6262,'Skin Care Masks & Peels',567,'Skin Care',4),(6263,'Duster Refills',623,'Household Cleaning Supplies',3),(6264,'Mop Heads & Refills',623,'Household Cleaning Supplies',3),(6265,'Artificial Flora',696,'Decor',2),(6266,'Artificial Food',696,'Decor',2),(6267,'Wreaths & Garlands',696,'Decor',2),(6268,'Leis',167,'Clothing Accessories',2),(6269,'Swing Set & Playset Accessories',1249,'Outdoor Play Equipment',2),(6270,'Play Swings',1249,'Outdoor Play Equipment',2),(6271,'Swing Sets & Playsets',1249,'Outdoor Play Equipment',2),(6272,'Track Lighting Accessories',6274,'Track Lighting',3),(6273,'Track Lighting Rails',6274,'Track Lighting',3),(6274,'Track Lighting',594,'Lighting',2),(6275,'Hospital Curtains',2496,'Medical',2),(6276,'Pet Strollers',2,'Pet Supplies',2),(6277,'Lanyards',6552,'Handbag & Wallet Accessories',2),(6278,'Pizza Makers & Ovens',5289,'Toasters & Grills',4),(6279,'Water Ovens',4532,'Food Cookers & Steamers',4),(6280,'Vital Signs Monitors',3477,'Medical Equipment',3),(6281,'Medical Forceps',230913,'Medical Instruments',3),(6282,'Eyelash Curler Refills',2548,'Makeup Tools',5),(6284,'Blood Pressure Monitor Accessories',5071,'Biometric Monitor Accessories',3),(6285,'Blood Pressure Monitor Cuffs',6284,'Blood Pressure Monitor Accessories',4),(6286,'Skimboards',1143,'Surfing',4),(6287,'Bodyboards',1143,'Surfing',4),(6288,'Paddleboards',1143,'Surfing',4),(6289,'UPS Batteries',276,'Batteries',4),(6290,'Baby Health & Grooming Kits',5252,'Baby Health',2),(6291,'Keyboard & Mouse Wrist Rests',279,'Computer Accessories',3),(6292,'Power Tool Chargers',3650,'Tool Accessories',2),(6293,'Watercraft Lighting',3391,'Watercraft Parts & Accessories',3),(6295,'Power Tool Batteries',3650,'Tool Accessories',2),(6296,'Water Ski Cases & Bags',1146,'Water Skiing',5),(6297,'Tie Down Straps',502977,'Chain, Wire & Rope',3),(6298,'Bungee Cords',502977,'Chain, Wire & Rope',3),(6300,'Manicure Tool Sets',2975,'Nail Tools',5),(6301,'Towable Rafts & Tubes',3195,'Towed Water Sports',4),(6302,'Water Ski Bindings',1146,'Water Skiing',5),(6303,'Medical Bedding',2496,'Medical',2),(6304,'Highlighters & Luminizers',2571,'Face Makeup',5),(6305,'Blushes & Bronzers',2571,'Face Makeup',5),(6306,'Lip & Cheek Stains',2645,'Lip Makeup',5),(6307,'Underwater Camera Housings',143,'Camera Parts & Accessories',3),(6308,'Camera Bags & Cases',143,'Camera Parts & Accessories',3),(6311,'Balloon Kits',96,'Party Supplies',3),(6312,'Kayak Accessories',1120,'Boating & Rafting',4),(6314,'Canoe Accessories',1120,'Boating & Rafting',4),(6317,'Decorative Bottles',696,'Decor',2),(6318,'Watering Cans',3568,'Watering & Irrigation',3),(6319,'Brass Fasteners',932,'General Office Supplies',2),(6321,'Pet Containment Systems',2,'Pet Supplies',2),(6322,'Table Skirts',601,'Table Linens',3),(6323,'Blood Glucose Control Solution',3688,'Blood Glucose Meter Accessories',4),(6324,'Napkin Rings',696,'Decor',2),(6325,'Table Runners',601,'Table Linens',3),(6328,'Pressure Washer Accessories',4564,'Outdoor Power Equipment Accessories',3),(6329,'Battle Tops',3793,'Games',2),(6330,'Swim Goggle & Mask Accessories',1144,'Swimming',4),(6331,'Cosmetic Tool Cleansers',473,'Cosmetics',3),(6333,'Mailbox Accessories',696,'Decor',2),(6334,'Mailbox Posts',6333,'Mailbox Accessories',3),(6336,'Candle & Oil Warmers',500121,'Home Fragrance Accessories',3),(6337,'Foam Roller Accessories',990,'Exercise & Fitness',2),(6338,'Foam Roller Storage Bags',6337,'Foam Roller Accessories',3),(6340,'Lash & Brow Growth Treatments',2779,'Eye Makeup',5),(6341,'Nail Buffers',2975,'Nail Tools',5),(6342,'Cookie Presses',668,'Kitchen Tools & Utensils',3),(6343,'Door Hardware',115,'Building Materials',2),(6344,'Stadium Seats & Cushions',499799,'General Purpose Athletic Equipment',3),(6345,'Furniture Sets',436,'Furniture',1),(6346,'Bedroom Furniture Sets',6345,'Furniture Sets',2),(6347,'Kitchen & Dining Furniture Sets',6345,'Furniture Sets',2),(6348,'Living Room Furniture Sets',6345,'Furniture Sets',2),(6349,'Baby & Toddler Furniture Sets',554,'Baby & Toddler Furniture',2),(6351,'Activity Tables',6392,'Tables',2),(6356,'Cabinets & Storage',436,'Furniture',1),(6357,'Wine & Liquor Cabinets',6356,'Cabinets & Storage',2),(6358,'Media Storage Cabinets & Racks',6356,'Cabinets & Storage',2),(6360,'Bedroom Vanities',4148,'Vanities',3),(6362,'Office Furniture',436,'Furniture',1),(6363,'Workspace Tables',6362,'Office Furniture',2),(6367,'Outdoor Furniture Sets',4299,'Outdoor Furniture',2),(6368,'Outdoor Seating',4299,'Outdoor Furniture',2),(6369,'Accent Tables',6392,'Tables',2),(6372,'Wall Shelves & Ledges',464,'Shelving',2),(6373,'Office Carts',922,'Office Supplies',1),(6374,'Kitchen Islands',442,'Carts & Islands',2),(6375,'Extension Cord Accessories',127,'Power & Electrical Supplies',2),(6378,'Drill Bit Sharpeners',3944,'Drill & Screwdriver Accessories',3),(6379,'Wagons',2799,'Riding Toys',3),(6381,'Landscape Fabric',2962,'Gardening',3),(6382,'Fabric Repair Kits',505370,'Art & Craft Kits',4),(6383,'Pet Grooming Supplies',2,'Pet Supplies',2),(6384,'Pet Hair Clippers & Trimmers',6383,'Pet Grooming Supplies',3),(6385,'Pet Combs & Brushes',6383,'Pet Grooming Supplies',3),(6386,'Horse Clippers & Trimmers',5025,'Horse Grooming',5),(6387,'Fabric Starch',627,'Laundry Supplies',3),(6388,'Slotted Spoons',668,'Kitchen Tools & Utensils',3),(6392,'Tables',436,'Furniture',1),(6393,'Bassinets & Cradles',554,'Baby & Toddler Furniture',2),(6394,'Cribs & Toddler Beds',554,'Baby & Toddler Furniture',2),(6396,'Inflatable Bouncers',1249,'Outdoor Play Equipment',2),(6397,'Play Tents & Tunnels',1249,'Outdoor Play Equipment',2),(6402,'Cable Trays',3328,'Cable Management',3),(6403,'Fish Feeders',6,'Fish Supplies',3),(6404,'Time & Attendance Clocks',950,'Office Equipment',2),(6406,'Pet Shampoo & Conditioner',6383,'Pet Grooming Supplies',3),(6407,'Hobby Horses',2799,'Riding Toys',3),(6408,'Cake Servers',668,'Kitchen Tools & Utensils',3),(6411,'Electric Knife Accessories',668,'Kitchen Tools & Utensils',3),(6412,'Electric Knife Replacement Blades',6411,'Electric Knife Accessories',4),(6413,'Landscape Fabric Accessories',2962,'Gardening',3),(6415,'Sugar Caddies',2948,'Kitchen Organizers',4),(6416,'Laptop Hinges',4224,'Laptop Parts',4),(6418,'Fusible Tape',505376,'Crafting Adhesives & Magnets',5),(6419,'Fabric & Upholstery Protectors',623,'Household Cleaning Supplies',3),(6421,'Landscape Fabric Tape',6413,'Landscape Fabric Accessories',4),(6422,'Landscape Fabric Staples & Pins',6413,'Landscape Fabric Accessories',4),(6424,'Vase Fillers & Table Scatters',696,'Decor',2),(6425,'Serveware Accessories',672,'Tableware',3),(6426,'Tureen Stands',6425,'Serveware Accessories',4),(6427,'Tureen Lids',6425,'Serveware Accessories',4),(6428,'Plant Stands',2962,'Gardening',3),(6429,'Hair Steamers & Heat Caps',486,'Hair Care',3),(6433,'Beds & Accessories',436,'Furniture',1),(6434,'Punch Bowl Stands',6425,'Serveware Accessories',4),(6436,'Composters',4085,'Composting',4),(6437,'Buckets',623,'Household Cleaning Supplies',3),(6439,'Chopstick Accessories',675,'Flatware',4),(6440,'Fishing Yarn',7217,'Fly Tying Materials',4),(6441,'Tongue Scrapers',526,'Oral Care',3),(6442,'Bicycle Covers',3214,'Bicycle Accessories',4),(6445,'Bicycle Saddle Pads & Seat Covers',3214,'Bicycle Accessories',4),(6446,'Door Closers',6343,'Door Hardware',3),(6447,'Thread & Yarn Cutters',504640,'Craft Cutting & Embossing Tools',5),(6449,'Wine Carrier Bags',2920,'Food & Beverage Carriers',3),(6450,'See Saws',1249,'Outdoor Play Equipment',2),(6452,'Free Weight Accessories',499793,'Weight Lifting',3),(6454,'Motor Vehicle Carrying Rack Accessories',8237,'Vehicle Storage & Cargo',3),(6455,'Dental Water Jet Replacement Tips',526,'Oral Care',3),(6456,'Decorative Trays',696,'Decor',2),(6457,'Decorative Bowls',696,'Decor',2),(6458,'Door Strikes',6343,'Door Hardware',3),(6459,'Electrical Switches',127,'Power & Electrical Supplies',2),(6460,'Checkbook Covers',6552,'Handbag & Wallet Accessories',2),(6461,'Electrician Fish Tape',1167,'Tools',2),(6462,'Anti',6519,'Office & Chair Mats',2),(6463,'Jewelry Sets',188,'Jewelry',2),(6464,'Water Play Equipment',1249,'Outdoor Play Equipment',2),(6465,'Play Sprinkers',6464,'Water Play Equipment',3),(6466,'Toy Abacuses',1262,'Educational Toys',3),(6467,'Hole Punches',2014,'Paper Handling',2),(6471,'Driver Accessories',3650,'Tool Accessories',2),(6473,'Hand Paddles',1144,'Swimming',4),(6474,'Household Disinfectants',4973,'Household Cleaning Products',4),(6475,'Input Device Accessories',285,'Computer Components',3),(6476,'Barcode Scanner Stands',6475,'Input Device Accessories',4),(6478,'Food Storage Accessories',638,'Kitchen & Dining',2),(6479,'Oxygen Absorbers',6478,'Food Storage Accessories',3),(6480,'Can Organizers',2948,'Kitchen Organizers',4),(6481,'Food Container Covers',2626,'Food Storage',3),(6482,'Vehicle Diagnostic Scanners',8236,'Vehicle Repair & Specialty Tools',4),(6486,'Fingertip Grips',2014,'Paper Handling',2),(6487,'Kitchen Cabinet Organizers',2948,'Kitchen Organizers',4),(6488,'Key Blanks',1974,'Locks & Keys',2),(6490,'Medical Teaching Equipment',2496,'Medical',2),(6491,'Medical & Emergency Response Training Mannequins',6490,'Medical Teaching Equipment',3),(6492,'Stained Glass Panels',603,'Window Treatments',3),(6493,'Motorcycle Helmet Parts & Accessories',5547,'Motorcycle Protective Gear',4),(6495,'Fishing Bait & Chum Containers',3334,'Fishing',3),(6496,'Life Jacket Accessories',499813,'Boating & Water Sport Apparel',4),(6497,'Salad Dressing Mixers & Shakers',668,'Kitchen Tools & Utensils',3),(6499,'Arm Chairs, Recliners & Sleeper Chairs',443,'Chairs',2),(6501,'Table Saw Accessories',6549,'Saw Accessories',3),(6503,'Miter Saw Accessories',6549,'Saw Accessories',3),(6506,'Bicycle Shock Pumps',3214,'Bicycle Accessories',4),(6508,'Power Over Ethernet Adapters',342,'Networking',2),(6509,'Contact Lens Solution',3011,'Contact Lens Care',4),(6510,'Contact Lens Cases',3011,'Contact Lens Care',4),(6511,'Swimming Fins',1144,'Swimming',4),(6512,'Monofins',6511,'Swimming Fins',5),(6513,'Swim Belts',1144,'Swimming',4),(6514,'Diving Belts',1135,'Diving & Snorkeling',4),(6515,'Swimming Nose Clips',1144,'Swimming',4),(6516,'Pretzel Makers',5289,'Toasters & Grills',4),(6517,'Hot Dog Rollers',135,'Food Service',2),(6518,'Fermentation & Pickling Crocks',654,'Cookware',4),(6519,'Office & Chair Mats',922,'Office Supplies',1),(6520,'Office Mats',6519,'Office & Chair Mats',2),(6521,'Chair Mats',6519,'Office & Chair Mats',2),(6522,'Channel Knives',668,'Kitchen Tools & Utensils',3),(6523,'Thermal Cookers',4532,'Food Cookers & Steamers',4),(6524,'Gas Griddles',730,'Kitchen Appliances',3),(6526,'Oil & Vinegar Dispensers',668,'Kitchen Tools & Utensils',3),(6530,'Window Magnets',696,'Decor',2),(6531,'Nativity Sets',596,'Seasonal & Holiday Decorations',3),(6532,'Holiday Ornament Displays & Stands',596,'Seasonal & Holiday Decorations',3),(6534,'Candy Buckets',2626,'Food Storage',3),(6535,'Snow Globes',696,'Decor',2),(6536,'Pole Dancing Kits',773,'Erotic',2),(6539,'Magazine Racks',6356,'Cabinets & Storage',2),(6540,'Jewelry & Beading Cord',505382,'Crafting Fibers',5),(6541,'Lawn Sweepers',4566,'Lawn Mower Accessories',4),(6542,'Brush Mower Attachments',4566,'Lawn Mower Accessories',4),(6543,'Hot Drink Makers',730,'Kitchen Appliances',3),(6544,'GPS Tracking Devices',222,'Electronics',1),(6545,'Channel Strips',2165,'Audio Components',3),(6546,'Direct Boxes',2165,'Audio Components',3),(6547,'Lawn Ornaments & Garden Sculptures',696,'Decor',2),(6548,'Chafing Dishes',5103,'Food Warmers',4),(6549,'Saw Accessories',3650,'Tool Accessories',2),(6550,'Swim Weights',1144,'Swimming',4),(6551,'Handbags, Wallets & Cases',166,'Apparel & Accessories',1),(6552,'Handbag & Wallet Accessories',166,'Apparel & Accessories',1),(6553,'Train Cases',5181,'Luggage & Bags',1),(6554,'Food Sticks & Skewers',668,'Kitchen Tools & Utensils',3),(6555,'Eyebrow Stencils',2548,'Makeup Tools',5),(6556,'Paint Edgers',2077,'Paint Tools',3),(6557,'Paint Trays',2077,'Paint Tools',3),(6558,'Paint Mediums',505378,'Craft Paint, Ink & Glaze',5),(6559,'Ear Drops',506,'Ear Care',3),(6560,'Ear Dryers',506,'Ear Care',3),(6561,'Ear Syringes',506,'Ear Care',3),(6562,'Ear Wax Removal Kits',506,'Ear Care',3),(6563,'Fireplace & Wood Stove Grates',2862,'Fireplace & Wood Stove Accessories',2),(6566,'Apples',5795,'Fresh & Frozen Fruits',4),(6567,'Apricots',503760,'Stone Fruits',5),(6568,'Asparagus',5793,'Fresh & Frozen Vegetables',4),(6569,'Arugula',6622,'Greens',5),(6570,'Artichokes',5793,'Fresh & Frozen Vegetables',4),(6571,'Atemoyas',5795,'Fresh & Frozen Fruits',4),(6572,'Avocados',5795,'Fresh & Frozen Fruits',4),(6573,'Babacos',5795,'Fresh & Frozen Fruits',4),(6574,'Bananas',5795,'Fresh & Frozen Fruits',4),(6577,'Beans',5793,'Fresh & Frozen Vegetables',4),(6580,'Beets',5793,'Fresh & Frozen Vegetables',4),(6581,'Beet Greens',6622,'Greens',5),(6582,'Berries',5795,'Fresh & Frozen Fruits',4),(6584,'Bok Choy',6622,'Greens',5),(6585,'Sweet Potatoes',5793,'Fresh & Frozen Vegetables',4),(6586,'Potatoes',5793,'Fresh & Frozen Vegetables',4),(6587,'Borage',5793,'Fresh & Frozen Vegetables',4),(6589,'Breadfruit',5795,'Fresh & Frozen Fruits',4),(6590,'Brussel Sprouts',5793,'Fresh & Frozen Vegetables',4),(6591,'Broccoli',5793,'Fresh & Frozen Vegetables',4),(6592,'Cabbage',5793,'Fresh & Frozen Vegetables',4),(6593,'Cactus Pears',5795,'Fresh & Frozen Fruits',4),(6594,'Starfruits',5795,'Fresh & Frozen Fruits',4),(6595,'Carrots',5793,'Fresh & Frozen Vegetables',4),(6596,'Cardoon',5793,'Fresh & Frozen Vegetables',4),(6597,'Chard',6622,'Greens',5),(6598,'Celery Roots',5793,'Fresh & Frozen Vegetables',4),(6599,'Celery',5793,'Fresh & Frozen Vegetables',4),(6600,'Cauliflower',5793,'Fresh & Frozen Vegetables',4),(6601,'Cherries',503760,'Stone Fruits',5),(6602,'Cherimoyas',5795,'Fresh & Frozen Fruits',4),(6603,'Christmas Tree Stands',596,'Seasonal & Holiday Decorations',3),(6608,'Cucumbers',5793,'Fresh & Frozen Vegetables',4),(6609,'Corn',5793,'Fresh & Frozen Vegetables',4),(6610,'Choy Sum',6622,'Greens',5),(6613,'Eggplants',5793,'Fresh & Frozen Vegetables',4),(6614,'Feijoas',5795,'Fresh & Frozen Fruits',4),(6615,'Fiddlehead Ferns',5793,'Fresh & Frozen Vegetables',4),(6616,'Gai Choy',5793,'Fresh & Frozen Vegetables',4),(6617,'Gai Lan',5793,'Fresh & Frozen Vegetables',4),(6618,'Gobo Root',5793,'Fresh & Frozen Vegetables',4),(6619,'Ginger Root',5793,'Fresh & Frozen Vegetables',4),(6620,'Garlic',5793,'Fresh & Frozen Vegetables',4),(6621,'Grapefruits',503759,'Citrus Fruits',5),(6622,'Greens',5793,'Fresh & Frozen Vegetables',4),(6624,'Homely Fruits',5795,'Fresh & Frozen Fruits',4),(6625,'Guavas',5795,'Fresh & Frozen Fruits',4),(6626,'Grapes',5795,'Fresh & Frozen Fruits',4),(6627,'Leeks',5793,'Fresh & Frozen Vegetables',4),(6628,'Kohlrabi',5793,'Fresh & Frozen Vegetables',4),(6629,'Kale',6622,'Greens',5),(6630,'Jicama',5793,'Fresh & Frozen Vegetables',4),(6631,'Horseradish Root',5793,'Fresh & Frozen Vegetables',4),(6632,'Kumquats',503759,'Citrus Fruits',5),(6633,'Kiwis',5795,'Fresh & Frozen Fruits',4),(6636,'Lemons',503759,'Citrus Fruits',5),(6637,'Lettuce',6622,'Greens',5),(6638,'Lychees',5795,'Fresh & Frozen Fruits',4),(6639,'Loquats',5795,'Fresh & Frozen Fruits',4),(6640,'Longan',5795,'Fresh & Frozen Fruits',4),(6641,'Limequats',503759,'Citrus Fruits',5),(6642,'Limes',503759,'Citrus Fruits',5),(6643,'Malangas',5793,'Fresh & Frozen Vegetables',4),(6644,'Lotus Roots',5793,'Fresh & Frozen Vegetables',4),(6645,'Mangosteens',5795,'Fresh & Frozen Fruits',4),(6646,'Mangoes',503760,'Stone Fruits',5),(6647,'Mamey',5795,'Fresh & Frozen Fruits',4),(6649,'Melons',5795,'Fresh & Frozen Fruits',4),(6653,'Mushrooms',5793,'Fresh & Frozen Vegetables',4),(6655,'Onions',5793,'Fresh & Frozen Vegetables',4),(6656,'On Choy',6622,'Greens',5),(6657,'Okra',5793,'Fresh & Frozen Vegetables',4),(6658,'Oranges',503759,'Citrus Fruits',5),(6661,'Papayas',5795,'Fresh & Frozen Fruits',4),(6663,'Parsnips',5793,'Fresh & Frozen Vegetables',4),(6664,'Parsley Roots',5793,'Fresh & Frozen Vegetables',4),(6665,'Pears',5795,'Fresh & Frozen Fruits',4),(6667,'Passion Fruit',5795,'Fresh & Frozen Fruits',4),(6668,'Peppers',5793,'Fresh & Frozen Vegetables',4),(6669,'Peas',5793,'Fresh & Frozen Vegetables',4),(6670,'Pineapples',5795,'Fresh & Frozen Fruits',4),(6671,'Physalis',5795,'Fresh & Frozen Fruits',4),(6672,'Persimmons',5795,'Fresh & Frozen Fruits',4),(6673,'Pomegranates',5795,'Fresh & Frozen Fruits',4),(6674,'Plums',503760,'Stone Fruits',5),(6675,'Plumcots',503760,'Stone Fruits',5),(6676,'Pitahayas',5795,'Fresh & Frozen Fruits',4),(6678,'Rambutans',5795,'Fresh & Frozen Fruits',4),(6679,'Quince',5795,'Fresh & Frozen Fruits',4),(6681,'Rhubarb',5793,'Fresh & Frozen Vegetables',4),(6682,'Radishes',5793,'Fresh & Frozen Vegetables',4),(6687,'Sapote',5795,'Fresh & Frozen Fruits',4),(6688,'Sapodillo',5795,'Fresh & Frozen Fruits',4),(6691,'Soursops',5795,'Fresh & Frozen Fruits',4),(6692,'Tamarillos',5793,'Fresh & Frozen Vegetables',4),(6693,'Sunchokes',5793,'Fresh & Frozen Vegetables',4),(6694,'Sugar Cane',5793,'Fresh & Frozen Vegetables',4),(6695,'Spinach',6622,'Greens',5),(6697,'Tangelos',503759,'Citrus Fruits',5),(6698,'Tamarindo',5795,'Fresh & Frozen Fruits',4),(6700,'Watercress',5793,'Fresh & Frozen Vegetables',4),(6701,'Water Chestnuts',5793,'Fresh & Frozen Vegetables',4),(6703,'Tomatoes',5793,'Fresh & Frozen Vegetables',4),(6704,'Taro Root',5793,'Fresh & Frozen Vegetables',4),(6705,'Yuca Root',5793,'Fresh & Frozen Vegetables',4),(6706,'Yu Choy',6622,'Greens',5),(6708,'Figure Skate Boots',3791,'Ice Skate Parts & Accessories',4),(6709,'Outdoor Misting Systems',1626,'Climate Control Appliances',3),(6712,'Tissue Paper',94,'Gift Wrapping',4),(6714,'Vital Signs Monitor Accessories',3477,'Medical Equipment',3),(6715,'Power Flossers',526,'Oral Care',3),(6716,'Arracachas',5793,'Fresh & Frozen Vegetables',4),(6717,'Chicory',6622,'Greens',5),(6721,'Tin Whistles',87,'Woodwinds',4),(6723,'Dough Wheels',668,'Kitchen Tools & Utensils',3),(6725,'Wooden & Pegged Puzzles',3867,'Puzzles',2),(6726,'Waste Container Enclosures',6757,'Waste Containment Accessories',3),(6727,'Evaporative Coolers',1626,'Climate Control Appliances',3),(6728,'Train Whistles',87,'Woodwinds',4),(6729,'Penalty Cards & Flags',6739,'Coaching & Officiating',3),(6730,'Sport & Safety Whistles',6739,'Coaching & Officiating',3),(6731,'Linesman Flags',6739,'Coaching & Officiating',3),(6732,'Gaskets & O',1810,'Plumbing Fittings & Supports',3),(6734,'Broomball Equipment',499713,'Athletics',2),(6737,'Hammock Parts & Accessories',2918,'Outdoor Living',3),(6739,'Coaching & Officiating',499713,'Athletics',2),(6740,'Coffee & Tea Sets',672,'Tableware',3),(6741,'Garage Door Keypads & Remotes',604,'Household Appliances',2),(6743,'Yoga & Pilates Towels',999,'Yoga & Pilates',3),(6744,'Motor Vehicle Cargo Nets',8237,'Vehicle Storage & Cargo',3),(6746,'Sink Caddies',668,'Kitchen Tools & Utensils',3),(6747,'Garbage Disposal Accessories',2901,'Kitchen Appliance Accessories',3),(6748,'Paintball Grenade Launchers',1049,'Paintball',5),(6749,'Pasta Molds & Stamps',668,'Kitchen Tools & Utensils',3),(6750,'Yoga & Pilates Blocks',999,'Yoga & Pilates',3),(6751,'Outdoor Umbrella & Sunshade Accessories',2918,'Outdoor Living',3),(6753,'Petroleum Jelly',567,'Skin Care',4),(6754,'Baking Chips',2660,'Cooking & Baking Ingredients',3),(6756,'Broiling Pans',640,'Bakeware',4),(6757,'Waste Containment Accessories',630,'Household Supplies',2),(6758,'Waste Container Wheels',6757,'Waste Containment Accessories',3),(6760,'Facial Saunas',2958,'Skin Care Tools',5),(6761,'Hard Cider',499676,'Alcoholic Beverages',3),(6762,'Indoor & Outdoor Plants',985,'Plants',2),(6763,'Fountains & Waterfalls',702,'Fountains & Ponds',3),(6764,'Protective Aprons',2047,'Work Safety Protective Gear',2),(6765,'Waste Container Carts',6757,'Waste Containment Accessories',3),(6766,'Pool Ladders, Steps & Ramps',2832,'Pool & Spa Accessories',3),(6767,'Wax Tarts',592,'Home Fragrances',3),(6769,'Pneumatic Hoses',2878,'Hardware Accessories',2),(6770,'Lubrication Hoses',2878,'Hardware Accessories',2),(6771,'Pool Cleaner Hoses',2832,'Pool & Spa Accessories',3),(6772,'Cocktail Sauce',427,'Condiments & Sauces',3),(6773,'Furnace & Boiler Accessories',3348,'Household Appliance Accessories',2),(6774,'Batter & Coating Mixes',2660,'Cooking & Baking Ingredients',3),(6775,'Edible Baking Decorations',2660,'Cooking & Baking Ingredients',3),(6779,'Recipe Card Boxes',923,'Filing & Organization',2),(6780,'Wire & Cable Sleeves',3328,'Cable Management',3),(6781,'Paintball Harnesses & Packs',1049,'Paintball',5),(6782,'Horseradish Sauce',427,'Condiments & Sauces',3),(6783,'Tartar Sauce',427,'Condiments & Sauces',3),(6784,'Tapenade',5740,'Dips & Spreads',3),(6785,'Snack Cakes',423,'Snack Foods',3),(6786,'Food Washers & Dryers',135,'Food Service',2),(6787,'Gelatin Molds',668,'Kitchen Tools & Utensils',3),(6788,'Robotic Mowers',694,'Lawn Mowers',4),(6789,'Lawn Vacuums',3798,'Outdoor Power Equipment',3),(6790,'Power Control Units',275,'Power',3),(6791,'Facial Pore Strips',567,'Skin Care',4),(6792,'Fireplaces',536,'Home & Garden',1),(6794,'Battle Top Accessories',3793,'Games',2),(6795,'Ammonia',2277,'Chemicals',3),(6797,'Buttermilk',413,'Beverages',2),(6799,'Thermal Imaging Cameras',1305,'Measuring Tools & Sensors',3),(6800,'Gaming Chairs',443,'Chairs',2),(6806,'Hole Saws',3944,'Drill & Screwdriver Accessories',3),(6807,'Circuit Breaker Panels',127,'Power & Electrical Supplies',2),(6808,'Cactus Leaves',5793,'Fresh & Frozen Vegetables',4),(6809,'Coconuts',5795,'Fresh & Frozen Fruits',4),(6810,'Figs',5795,'Fresh & Frozen Fruits',4),(6811,'Pet Apparel Hangers',2,'Pet Supplies',2),(6812,'Dates',5795,'Fresh & Frozen Fruits',4),(6813,'MadroÃ±o',5795,'Fresh & Frozen Fruits',4),(6814,'Sugar Apples',5795,'Fresh & Frozen Fruits',4),(6816,'Fennel Bulbs',5793,'Fresh & Frozen Vegetables',4),(6817,'Battery Charge Controllers',7166,'Battery Accessories',4),(6818,'Shallots',5793,'Fresh & Frozen Vegetables',4),(6819,'Donut Makers',5289,'Toasters & Grills',4),(6821,'Whipped Cream',428,'Dairy Products',3),(6822,'Outdoor Ottomans',4299,'Outdoor Furniture',2),(6828,'Outdoor Chairs',6368,'Outdoor Seating',3),(6829,'Mosaic Kits',505370,'Art & Craft Kits',4),(6830,'Vegetable Dip',5740,'Dips & Spreads',3),(6831,'Cheese Dips & Spreads',5740,'Dips & Spreads',3),(6832,'Water Timers',133,'Plumbing',2),(6833,'Wall Socket Controls & Sensors',127,'Power & Electrical Supplies',2),(6834,'Rain Barrels',2962,'Gardening',3),(6838,'CrÃªpe & Blini Pans',654,'Cookware',4),(6839,'Cheese Alternatives',5807,'Tofu, Soy & Vegetarian Products',3),(6840,'Compost Aerators',4085,'Composting',4),(6841,'Gas Hoses',2878,'Hardware Accessories',2),(6842,'Hair Clipper & Trimmer Accessories',528,'Shaving & Grooming',3),(6843,'Meat Alternatives',5807,'Tofu, Soy & Vegetarian Products',3),(6844,'Ice Cream Syrup',6845,'Dessert Toppings',4),(6845,'Dessert Toppings',427,'Condiments & Sauces',3),(6846,'Pet Training Pads',505314,'Pet Training Aids',3),(6847,'Salad Toppings',423,'Snack Foods',3),(6848,'Powdered Beverage Mixes',413,'Beverages',2),(6850,'Kitchen & Dining Benches',441,'Benches',2),(6851,'Storage & Entryway Benches',441,'Benches',2),(6852,'Hockey Stick Blades',7011,'Hockey Stick Parts',4),(6853,'Card Game Accessories',3793,'Games',2),(6854,'Fruit Toppings',6845,'Dessert Toppings',4),(6857,'Hockey Sledges',499915,'Figure Skating & Hockey',3),(6858,'Bathroom Accessory Sets',574,'Bathroom Accessories',2),(6859,'Slipper Chairs',443,'Chairs',2),(6860,'Futon Frames',436,'Furniture',1),(6861,'Pet Medical Tape & Bandages',2,'Pet Supplies',2),(6862,'Feminine Deodorant',485,'Feminine Sanitary Supplies',3),(6863,'Wart Removers',567,'Skin Care',4),(6864,'Golf Ball Markers',1043,'Golf',3),(6865,'3D Printers',345,'Print, Copy, Scan & Fax',2),(6867,'Hand Exercisers',990,'Exercise & Fitness',2),(6868,'Planers',1167,'Tools',2),(6869,'Baby & Pet Gate Accessories',540,'Baby Safety',2),(6870,'Watch Winders',5122,'Watch Accessories',3),(6871,'Nutritional Food PurÃ©es',2890,'Fitness & Nutrition',3),(6873,'Ice Cream Novelties',5788,'Frozen Desserts & Novelties',3),(6876,'Tool Bags',3974,'Tool Storage & Organization',3),(6878,'Humidors',600,'Smoking Accessories',2),(6879,'Cigar Cutters & Punches',600,'Smoking Accessories',2),(6880,'Humidor Accessories',600,'Smoking Accessories',2),(6881,'Cigarette Cases',600,'Smoking Accessories',2),(6882,'Cigar Cases',600,'Smoking Accessories',2),(6883,'Diaper Organizers',548,'Diapering',2),(6884,'Folders & Report Covers',923,'Filing & Organization',2),(6885,'Portfolios & Padfolios',923,'Filing & Organization',2),(6886,'Radios',242,'Audio Players & Recorders',3),(6887,'Airbrush Accessories',7019,'Paint Tool Accessories',3),(6888,'Coffee Decanter Warmers',3988,'Coffee Maker & Espresso Machine Accessories',4),(6891,'Taco Shells & Tostadas',1876,'Bakery',3),(6892,'Outdoor Beds',4299,'Outdoor Furniture',2),(6893,'Manicure Glue',478,'Nail Care',4),(6897,'Emergency Blankets',5835,'Emergency Preparedness',2),(6898,'Horse Blankets & Sheets',3257,'Horse Care',4),(6899,'Swaddling & Receiving Blankets',537,'Baby & Toddler',1),(6904,'Utility Wire',502977,'Chain, Wire & Rope',3),(6905,'Curry Sauce',427,'Condiments & Sauces',3),(6906,'Party Hats',96,'Party Supplies',3),(6907,'Jigs',3650,'Tool Accessories',2),(6908,'Workstations & Cubicles',6362,'Office Furniture',2),(6909,'Workstation & Cubicle Accessories',503765,'Office Furniture Accessories',2),(6910,'Table Tops',6913,'Table Accessories',2),(6911,'Table Legs',6913,'Table Accessories',2),(6912,'Desk & Shelf Clocks',3890,'Clocks',3),(6913,'Table Accessories',436,'Furniture',1),(6914,'Riding Pants',5594,'Riding Apparel & Accessories',4),(6915,'Room Divider Accessories',436,'Furniture',1),(6919,'Travel Bottles & Containers',110,'Luggage Accessories',2),(6920,'Toothbrush Covers',4775,'Toothbrush Accessories',4),(6921,'Spray Tanning Tents',2915,'Personal Care',2),(6922,'Tomato Paste',2660,'Cooking & Baking Ingredients',3),(6927,'Ottoman Cushions',696,'Decor',2),(6928,'Ladders',130,'Ladders & Scaffolding',3),(6929,'Walking Aid Accessories',519,'Mobility & Accessibility',3),(6930,'Checks',956,'Paper Products',3),(6932,'Blade Server Enclosures',285,'Computer Components',3),(6933,'Power Adapter & Charger Accessories',275,'Power',3),(6934,'Kitchen Cabinets',6356,'Cabinets & Storage',2),(6935,'Ecospheres',696,'Decor',2),(6936,'Dried Flowers',696,'Decor',2),(6938,'Abrasive Blasters',1167,'Tools',2),(6939,'Abrasive Blaster Accessories',3650,'Tool Accessories',2),(6940,'Sandblasting Cabinets',6939,'Abrasive Blaster Accessories',3),(6942,'Hockey Stick Shafts',7011,'Hockey Stick Parts',4),(6943,'Shutters',115,'Building Materials',2),(6944,'Fondue Set Accessories',2901,'Kitchen Appliance Accessories',3),(6945,'Fondue Forks',6944,'Fondue Set Accessories',4),(6946,'Fondue Pot Stands',6944,'Fondue Set Accessories',4),(6947,'Hope Chests',4205,'Storage Chests',3),(6949,'Diaper Liners',548,'Diapering',2),(6950,'Sippy Cups',561,'Nursing & Feeding',2),(6951,'Aquarium Overflow Boxes',6,'Fish Supplies',3),(6952,'Potty Training',537,'Baby & Toddler',1),(6953,'Potty Training Kits',6952,'Potty Training',2),(6955,'Appliques & Patches',505379,'Embellishments & Trims',5),(6956,'Cocktail Shakers',651,'Cocktail Shakers & Tools',4),(6957,'Cocktail & Barware Tool Sets',649,'Barware',3),(6958,'Drinkware Sets',674,'Drinkware',4),(6960,'Bicycle Handlebar Extensions',3618,'Bicycle Parts',4),(6962,'Mail Sorters',923,'Filing & Organization',2),(6963,'Outdoor Furniture Accessories',436,'Furniture',1),(6964,'Outdoor Furniture Covers',6963,'Outdoor Furniture Accessories',2),(6965,'Hand Tool Sets',4919,'Tool Sets',3),(6966,'Vehicle Warning Whips',2879,'Vehicle Safety Equipment',4),(6967,'Pruning Saws',3173,'Gardening Tools',4),(6968,'Motor Vehicle Parking Cameras',8526,'Motor Vehicle Electronics',3),(6969,'High Chair & Booster Seat Accessories',554,'Baby & Toddler Furniture',2),(6970,'Musical Instrument Amplifier Cabinets',8072,'Musical Instrument Amplifier Accessories',4),(6971,'Diaper Wet Bags',548,'Diapering',2),(6972,'Medical Reflex Hammers & Tuning Forks',3477,'Medical Equipment',3),(6973,'Pet Steps & Ramps',2,'Pet Supplies',2),(6974,'Sugar Dispensers',668,'Kitchen Tools & Utensils',3),(6975,'Biochemicals',1624,'Science & Laboratory',2),(6977,'Sunglass Lenses',1380,'Vision Care',3),(6978,'Pet Biometric Monitors',2,'Pet Supplies',2),(6979,'Keyboard Trays & Platforms',279,'Computer Accessories',3),(6980,'Pet Glucose Meters',6978,'Pet Biometric Monitors',3),(6981,'Pet Thermometers',6978,'Pet Biometric Monitors',3),(6982,'Pet Pedometers',6978,'Pet Biometric Monitors',3),(6983,'Pet Agility Equipment',2,'Pet Supplies',2),(6984,'Collar Stays',167,'Clothing Accessories',2),(6985,'Button Studs',167,'Clothing Accessories',2),(6986,'Household Storage Caddies',636,'Storage & Organization',3),(6987,'Material Handling',111,'Business & Industrial',1),(6988,'Conveyors',6987,'Material Handling',2),(6989,'Incense Making Kits',505370,'Art & Craft Kits',4),(6990,'Livestock Feeders & Waterers',6991,'Animal Husbandry',3),(6991,'Animal Husbandry',112,'Agriculture',2),(6992,'Wild Game Feeders',3136,'Hunting',4),(6993,'Bird & Wildlife Feeders',696,'Decor',2),(6994,'Squirrel Feeders',6993,'Bird & Wildlife Feeders',3),(6995,'Butterfly Feeders',6993,'Bird & Wildlife Feeders',3),(6996,'Pool Brushes & Brooms',2832,'Pool & Spa Accessories',3),(6997,'Collectible Trading Cards',216,'Collectibles',3),(6999,'Beading Patterns',505371,'Crafting Patterns & Molds',4),(7000,'Ice Skate Blades',3791,'Ice Skate Parts & Accessories',4),(7001,'Diaper Pail Accessories',548,'Diapering',2),(7002,'Contraceptive Cases',491,'Health Care',2),(7003,'Motorcycle Pants',5517,'Motorcycle Protective Clothing',4),(7004,'Staircases',115,'Building Materials',2),(7006,'Portable Cooking Stove Accessories',2901,'Kitchen Appliance Accessories',3),(7007,'Cocktail Decorations',96,'Party Supplies',3),(7008,'Wine Glass Charms',649,'Barware',3),(7010,'Multi',1001,'Indoor Games',2),(7011,'Hockey Stick Parts',499915,'Figure Skating & Hockey',3),(7012,'Hockey Stick Care',499915,'Figure Skating & Hockey',3),(7014,'Diaper Kits',548,'Diapering',2),(7016,'Pacifier Clips & Holders',5252,'Baby Health',2),(7018,'Skin Care Rollers',2958,'Skin Care Tools',5),(7019,'Paint Tool Accessories',3650,'Tool Accessories',2),(7020,'Paint Roller Accessories',7019,'Paint Tool Accessories',3),(7022,'Vehicle License Plate Covers',2495,'Vehicle Decor',4),(7029,'Log Rack & Carrier Accessories',2862,'Fireplace & Wood Stove Accessories',2),(7030,'Log Splitters',1167,'Tools',2),(7031,'Vehicle Soft Tops',3436,'Vehicle Covers',4),(7052,'Mailbox Enclosures',6333,'Mailbox Accessories',3),(7053,'Wall Paneling',115,'Building Materials',2),(7054,'Fascinators',2020,'Headwear',3),(7055,'Hammer Handles',7056,'Hammer Accessories',3),(7056,'Hammer Accessories',3650,'Tool Accessories',2),(7057,'Hammer Heads',7056,'Hammer Accessories',3),(7058,'Emergency Tools & Kits',5835,'Emergency Preparedness',2),(7059,'Climbing',1011,'Outdoor Recreation',2),(7060,'Ice Climbing Tools',7059,'Climbing',3),(7061,'Ice Screws',7059,'Climbing',3),(7062,'Rivets',500054,'Hardware Fasteners',3),(7063,'Finger Cots',2907,'Medical Supplies',3),(7064,'Riveting Tools',1167,'Tools',2),(7065,'Rivet Guns',7064,'Riveting Tools',3),(7066,'Rivet Pliers',7064,'Riveting Tools',3),(7068,'Bassinet & Cradle Accessories',554,'Baby & Toddler Furniture',2),(7070,'Crib & Toddler Bed Accessories',554,'Baby & Toddler Furniture',2),(7071,'Crib Conversion Kits',7070,'Crib & Toddler Bed Accessories',3),(7072,'Crib Bumpers & Liners',7070,'Crib & Toddler Bed Accessories',3),(7075,'Absinthe Fountains',649,'Barware',3),(7076,'Interfacing',505384,'Textiles',5),(7077,'Masonry & Tile Saws',1235,'Saws',3),(7078,'Gaiters',1933,'Shoe Accessories',2),(7080,'Binding Machines',4312,'Binding Supplies',3),(7081,'Jigsaw Puzzle Accessories',3867,'Puzzles',2),(7082,'Shower Visors',4678,'Baby Bathing',2),(7085,'Work Safety Tethers',2047,'Work Safety Protective Gear',2),(7086,'Concrete Molds',2878,'Hardware Accessories',2),(7087,'Air Hammer Accessories',7056,'Hammer Accessories',3),(7088,'Disposable Serveware',135,'Food Service',2),(7089,'Disposable Serving Trays',7088,'Disposable Serveware',3),(7090,'Remote Control Airships & Blimps',2546,'Remote Control Toys',3),(7091,'Hearth Pads',2862,'Fireplace & Wood Stove Accessories',2),(7092,'Brackets & Reinforcement Braces',2878,'Hardware Accessories',2),(7093,'Bathroom Accessory Mounts',574,'Bathroom Accessories',2),(7096,'Needlecraft Kits',505370,'Art & Craft Kits',4),(7097,'Special Occasion Card Boxes & Holders',96,'Party Supplies',3),(7099,'Drum Kit Hardware',3465,'Percussion Accessories',4),(7100,'Cymbal & Drum Cases',3465,'Percussion Accessories',4),(7101,'Drum Pedals',7099,'Drum Kit Hardware',5),(7102,'Drum Kit Mounting Hardware',7099,'Drum Kit Hardware',5),(7103,'Bass Drum Beaters',7099,'Drum Kit Hardware',5),(7104,'Child Swimming Aids',1144,'Swimming',4),(7107,'Outdoor Umbrella Covers',6751,'Outdoor Umbrella & Sunshade Accessories',4),(7108,'Outdoor Umbrella & Sunshade Fabric',6751,'Outdoor Umbrella & Sunshade Accessories',4),(7109,'Fireplace Reflectors',2862,'Fireplace & Wood Stove Accessories',2),(7110,'Heating Radiator Accessories',3348,'Household Appliance Accessories',2),(7111,'Heating Radiator Reflectors',7110,'Heating Radiator Accessories',3),(7112,'Molding',115,'Building Materials',2),(7113,'Decorative Jars',696,'Decor',2),(7114,'Bobblehead Figures',1255,'Dolls, Playsets & Toy Figures',3),(7115,'Vehicle Gun Racks',3472,'Motor Vehicle Carrying Racks',4),(7116,'Grappling Dummies',499720,'Boxing & Martial Arts Training Equipment',4),(7117,'Marker & Highlighter Ink Refills',4470,'Writing & Drawing Instrument Accessories',3),(7118,'Water Cooler Accessories',2901,'Kitchen Appliance Accessories',3),(7119,'Water Cooler Bottles',7118,'Water Cooler Accessories',4),(7120,'Religious Altars',97,'Religious Items',2),(7121,'Wallpaper Steamers',604,'Household Appliances',2),(7122,'Vehicle Bicycle Rack Accessories',6454,'Motor Vehicle Carrying Rack Accessories',4),(7125,'Fishing Beads',7217,'Fly Tying Materials',4),(7127,'Food Coloring',2660,'Cooking & Baking Ingredients',3),(7128,'Mannequin Parts',138,'Retail',2),(7129,'Punching & Training Bag Accessories',499720,'Boxing & Martial Arts Training Equipment',4),(7130,'Shower Walls & Surrounds',2206,'Shower Parts',4),(7131,'Baking Weights',4502,'Bakeware Accessories',4),(7132,'One',1604,'Clothing',2),(7133,'Hand Muffs',167,'Clothing Accessories',2),(7134,'Enema Kits & Supplies',2915,'Personal Care',2),(7135,'Travel Converters & Adapters',275,'Power',3),(7136,'Wall & Ceiling Tile',115,'Building Materials',2),(7137,'Animal & Pet Repellents',2865,'Repellents',4),(7138,'Stair Lifts',520,'Accessibility Equipment',4),(7139,'Foil Cutters',649,'Barware',3),(7140,'Drill Bit Extensions',3944,'Drill & Screwdriver Accessories',3),(7142,'Cat Litter Box Mats',4,'Cat Supplies',3),(7143,'Pet Bowl Mats',2,'Pet Supplies',2),(7144,'Pet Oral Care Supplies',2,'Pet Supplies',2),(7149,'Beverage Dispensers',668,'Kitchen Tools & Utensils',3),(7150,'Drum Stick & Brush Accessories',3465,'Percussion Accessories',4),(7151,'Drum Stick & Brush Bags & Holders',7150,'Drum Stick & Brush Accessories',5),(7152,'Drum Keys',3465,'Percussion Accessories',4),(7153,'Drum Heads',3465,'Percussion Accessories',4),(7154,'Hiking Pole Accessories',1013,'Camping & Hiking',3),(7156,'Rounders',499713,'Athletics',2),(7157,'Rounders Gloves',7156,'Rounders',3),(7158,'Rounders Bats',7156,'Rounders',3),(7159,'Breadsticks',423,'Snack Foods',3),(7160,'Party Games',96,'Party Supplies',3),(7163,'Speaker Accessories',1420,'Audio Accessories',3),(7165,'Electric Griddles & Grills',730,'Kitchen Appliances',3),(7166,'Battery Accessories',275,'Power',3),(7167,'General Purpose Battery Chargers',7166,'Battery Accessories',4),(7168,'Leaf Blower Accessories',4564,'Outdoor Power Equipment Accessories',3),(7169,'Weed Trimmer Accessories',4564,'Outdoor Power Equipment Accessories',3),(7170,'Weed Trimmer Blades & Spools',7169,'Weed Trimmer Accessories',4),(7171,'Leaf Blower Tubes',7168,'Leaf Blower Accessories',4),(7172,'Dreamcatchers',696,'Decor',2),(7173,'Suncatchers',696,'Decor',2),(7174,'Reaction Balls',990,'Exercise & Fitness',2),(7175,'Spears',780,'Weapons',2),(7176,'Mailbox Flags',6333,'Mailbox Accessories',3),(7177,'Mailbox Covers',6333,'Mailbox Accessories',3),(7178,'Watercraft Storage Racks',499811,'Boating & Water Sports',3),(7182,'USB Adapters',258,'Adapters',3),(7183,'Ballasts & Starters',127,'Power & Electrical Supplies',2),(7184,'Potting Benches',5632,'Gardening Accessories',4),(7186,'Spermicides',491,'Health Care',2),(7187,'Ice Maker Accessories',2901,'Kitchen Appliance Accessories',3),(7188,'Flutophones',87,'Woodwinds',4),(7190,'Foot Files',2958,'Skin Care Tools',5),(7191,'Baby Mobile Accessories',2847,'Baby Toys & Activity Equipment',2),(7192,'Floral Tape',505376,'Crafting Adhesives & Magnets',5),(7193,'Wheatgrass',5793,'Fresh & Frozen Vegetables',4),(7196,'Couscous',431,'Grains, Rice & Cereal',3),(7197,'Hanging Chairs',443,'Chairs',2),(7198,'Baby Activity Toys',2847,'Baby Toys & Activity Equipment',2),(7199,'Laser & IPL Hair Removal Devices',4507,'Hair Removal',4),(7200,'Baby Wipe Dispensers & Warmers',548,'Diapering',2),(7202,'Riding Toy Accessories',1253,'Toys',2),(7206,'Decorative Bells',696,'Decor',2),(7207,'Bra Accessories',213,'Underwear & Socks',3),(7208,'Bra Strap Pads',7207,'Bra Accessories',4),(7209,'Breast Petals & Concealers',7207,'Bra Accessories',4),(7210,'Breast Enhancing Inserts',7207,'Bra Accessories',4),(7211,'Bra Straps & Extenders',7207,'Bra Accessories',4),(7212,'Sofa Accessories',436,'Furniture',1),(7213,'Chair & Sofa Supports',7212,'Sofa Accessories',2),(7214,'Furniture Floor Protectors',630,'Household Supplies',2),(7215,'Horse Tack Accessories',1031,'Equestrian',3),(7216,'Saddle Racks',8107,'Saddle Accessories',5),(7217,'Fly Tying Materials',3334,'Fishing',3),(7218,'Dry Ice Makers',4335,'Laboratory Equipment',3),(7219,'Inflatable Bouncer Accessories',1249,'Outdoor Play Equipment',2),(7220,'Bed Pans',491,'Health Care',2),(7221,'Fishing Traps',3334,'Fishing',3),(7222,'Fishing Snaps & Swivels',499823,'Fishing Tackle',4),(7223,'Bicycle Toe Straps & Clips',3214,'Bicycle Accessories',4),(7224,'Ski & Snowboard Bags',499845,'Skiing & Snowboarding',4),(7225,'Restore Disks',313,'Computer Software',2),(7226,'Fire Alarm Control Panels',1679,'Flood, Fire & Gas Safety',2),(7227,'Heat Detectors',1679,'Flood, Fire & Gas Safety',2),(7230,'Neck Gaiters',167,'Clothing Accessories',2),(7231,'Cymbal & Drum Mutes',3465,'Percussion Accessories',4),(7232,'Practice Pads',75,'Percussion',4),(7234,'Breast Milk Storage Containers',561,'Nursing & Feeding',2),(7235,'Food Service Uniforms',2306,'Uniforms',3),(7238,'Coaster Holders',649,'Barware',3),(7240,'Hairdressing & Cosmetology',111,'Business & Industrial',1),(7241,'Salon Chairs',7240,'Hairdressing & Cosmetology',2),(7242,'Pedicure Chairs',7240,'Hairdressing & Cosmetology',2),(7243,'Shower Benches & Seats',5488,'Accessibility Furniture & Fixtures',4),(7244,'Shower Stalls & Kits',1673,'Plumbing Fixtures',3),(7245,'Outdoor Power Equipment Sets',3798,'Outdoor Power Equipment',3),(7247,'Sushi Mats',668,'Kitchen Tools & Utensils',3),(7248,'Chair Accessories',436,'Furniture',1),(7249,'Ocarinas',87,'Woodwinds',4),(7250,'Musical Pipes',87,'Woodwinds',4),(7251,'Basketball Hoop Padding',4676,'Basketball Hoop Parts & Accessories',4),(7252,'Off',911,'Motor Vehicle Tires',5),(7253,'Off',2932,'Motor Vehicle Rims & Wheels',5),(7255,'Household Storage Drawers',636,'Storage & Organization',3),(7257,'Integrated Circuits & Chips',3991,'Semiconductors',3),(7258,'Electronic Filters',3702,'Circuit Boards & Components',2),(7259,'Circuit Decoders & Encoders',3702,'Circuit Boards & Components',2),(7260,'Electronic Oscillators',3635,'Passive Circuit Components',3),(7261,'Automation Control Components',111,'Business & Industrial',1),(7262,'Variable Frequency & Adjustable Speed Drives',7261,'Automation Control Components',2),(7263,'Programmable Logic Controllers',7261,'Automation Control Components',2),(7264,'Printed Circuit Boards',3702,'Circuit Boards & Components',2),(7265,'Hedge Trimmer Accessories',4564,'Outdoor Power Equipment Accessories',3),(7270,'Dowel Pins & Rods',2878,'Hardware Accessories',2),(7271,'Carpentry Jointers',1167,'Tools',2),(7274,'Dog Kennels & Runs',5,'Dog Supplies',3),(7275,'Electrical Motors',127,'Power & Electrical Supplies',2),(7277,'Music Stand Accessories',55,'Musical Instrument & Orchestra Accessories',3),(7278,'Sheet Music Clips',7277,'Music Stand Accessories',4),(7279,'Music Stand Bags',7277,'Music Stand Accessories',4),(7280,'Music Stand Lights',7277,'Music Stand Accessories',4),(7281,'Traditional Leather Pants',5388,'Traditional & Ceremonial Clothing',3),(7282,'Hand Percussion Accessories',3465,'Percussion Accessories',4),(7283,'Hand Percussion Bags & Cases',7282,'Hand Percussion Accessories',5),(7284,'Hand Percussion Stands & Mounts',7282,'Hand Percussion Accessories',5),(7285,'Hand Percussion',75,'Percussion',4),(7286,'Musical Scrapers & Ratchets',7285,'Hand Percussion',5),(7287,'Musical Shakers',7285,'Hand Percussion',5),(7288,'Finger & Hand Cymbals',7285,'Hand Percussion',5),(7289,'Claves & Castanets',7285,'Hand Percussion',5),(7290,'Musical Triangles',7285,'Hand Percussion',5),(7291,'Musical Blocks',7285,'Hand Percussion',5),(7293,'Musical Cowbells',7285,'Hand Percussion',5),(7294,'Vibraslaps',7285,'Hand Percussion',5),(7295,'Hand Drums',7285,'Hand Percussion',5),(7303,'Bakery Boxes',135,'Food Service',2),(7304,'Bald Caps',5192,'Costume Accessories',3),(7305,'Wig Accessories',171,'Hair Accessories',3),(7306,'Wig Glue & Tape',7305,'Wig Accessories',4),(7307,'Wig Caps',7305,'Wig Accessories',4),(7308,'Percussion Stands',3465,'Percussion Accessories',4),(7309,'Pacifier Wipes',5252,'Baby Health',2),(7310,'Outdoor Storage Boxes',4299,'Outdoor Furniture',2),(7311,'Ball Pit Accessories',1253,'Toys',2),(7312,'Ball Pit Balls',7311,'Ball Pit Accessories',3),(7313,'Outfit Sets',1604,'Clothing',2),(7314,'Golf Accessory Sets',1043,'Golf',3),(7316,'PAP Masks',4551,'Respiratory Care',3),(7317,'PAP Machines',4551,'Respiratory Care',3),(7318,'Pet Nail Polish',6383,'Pet Grooming Supplies',3),(7319,'Pet Nail Tools',6383,'Pet Grooming Supplies',3),(7320,'Dry Cleaning Kits',627,'Laundry Supplies',3),(7322,'Business Hour Signs',976,'Signage',2),(7323,'Open & Closed Signs',976,'Signage',2),(7324,'Tongue Depressors',2907,'Medical Supplies',3),(7325,'Dissection Kits',1624,'Science & Laboratory',2),(7326,'Axe Accessories',3650,'Tool Accessories',2),(7327,'Sticky Rice Cakes',423,'Snack Foods',3),(7328,'Duct Heaters',1626,'Climate Control Appliances',3),(7329,'Food Steaming Bags',668,'Kitchen Tools & Utensils',3),(7330,'All',4973,'Household Cleaning Products',4),(7331,'Cooking Thermometer Accessories',668,'Kitchen Tools & Utensils',3),(7332,'Outdoor Power Equipment Base Units',3798,'Outdoor Power Equipment',3),(7333,'Outdoor Power Equipment Batteries',4564,'Outdoor Power Equipment Accessories',3),(7334,'Hedge Trimmer Attachments',8485,'Multifunction Outdoor Power Equipment Attachments',4),(7335,'Weed Trimmer Attachments',8485,'Multifunction Outdoor Power Equipment Attachments',4),(7336,'HIV Tests',505293,'Medical Tests',3),(7337,'Blood Typing Test Kits',505293,'Medical Tests',3),(7338,'Lamp Post Bases',2956,'Lighting Accessories',2),(7339,'Mailbox Replacement Doors',6333,'Mailbox Accessories',3),(7340,'Embossing Heat Tools',504640,'Craft Cutting & Embossing Tools',5),(7342,'Fishing Gaffs',3334,'Fishing',3),(7343,'Fishing Spears',3334,'Fishing',3),(7344,'Fishing Hook Removal Tools',3334,'Fishing',3),(7345,'Handheld Circular Saw Accessories',6549,'Saw Accessories',3),(7346,'Jigsaw Accessories',6549,'Saw Accessories',3),(7347,'Mobile Phone Replacement Parts',264,'Mobile Phone Accessories',4),(7349,'Tablet Computer Parts',285,'Computer Components',3),(7351,'Drawer & Shelf Liners',630,'Household Supplies',2),(7353,'Ice Bins',135,'Food Service',2),(7354,'Starter Cultures',2660,'Cooking & Baking Ingredients',3),(7355,'Electric Skillet & Wok Accessories',2901,'Kitchen Appliance Accessories',3),(7356,'Double Eyelid Glue & Tape',2548,'Makeup Tools',5),(7357,'Musical Keyboard Bags & Cases',60,'Musical Keyboard Accessories',4),(7358,'Toilet Seat Covers',2691,'Toilet & Bidet Accessories',4),(7360,'Baby Soothers',2847,'Baby Toys & Activity Equipment',2),(7362,'Toner & Inkjet Cartridge Refills',5258,'Printer Consumables',4),(7363,'Contact Lens Care Kits',3011,'Contact Lens Care',4),(7364,'Musical Instrument Amplifier Stands',8072,'Musical Instrument Amplifier Accessories',4),(7365,'Pizza Cutter Accessories',668,'Kitchen Tools & Utensils',3),(7366,'Flying Toy Accessories',1253,'Toys',2),(7368,'Kite Accessories',7366,'Flying Toy Accessories',3),(7369,'Axe Heads',7326,'Axe Accessories',3),(7370,'Axe Handles',7326,'Axe Accessories',3),(7371,'Kite Line Reels & Winders',7368,'Kite Accessories',4),(7372,'Dog Diaper Pads & Liners',5,'Dog Supplies',3),(7373,'Hearing Enhancers',3136,'Hunting',4),(7374,'Rye',431,'Grains, Rice & Cereal',3),(7375,'Kite Buggying',1011,'Outdoor Recreation',2),(7376,'Kite Buggies',7375,'Kite Buggying',3),(7377,'Kite Buggy Accessories',7375,'Kite Buggying',3),(7380,'Cardboard Cutouts',696,'Decor',2),(7382,'House Numbers & Letters',696,'Decor',2),(7383,'Poker Chip Accessories',3793,'Games',2),(7384,'Poker Chip Carriers & Trays',7383,'Poker Chip Accessories',3),(7385,'Bird Cage Accessories',3,'Bird Supplies',3),(7386,'Bird Cage Food & Water Dishes',7385,'Bird Cage Accessories',4),(7387,'Dried Vegetables',430,'Fruits & Vegetables',3),(7393,'Spectrometers',4335,'Laboratory Equipment',3),(7394,'Transducers',1305,'Measuring Tools & Sensors',3),(7395,'Accelerometers',1801,'Components',2),(7396,'Pet Sunscreen',2,'Pet Supplies',2),(7397,'Ball Carrying Bags & Carts',499799,'General Purpose Athletic Equipment',3),(7398,'Bird Gyms & Playstands',3,'Bird Supplies',3),(7399,'Tiki Torches & Oil Lamps',594,'Lighting',2),(7400,'Landscape Pathway Lighting',594,'Lighting',2),(7401,'In',594,'Lighting',2),(7402,'Wicks',505372,'Art & Crafting Materials',4),(7403,'Wick Tabs',505372,'Art & Crafting Materials',4),(7404,'Back & Lumbar Support Cushions',493,'Back Care',3),(7406,'Moisture Absorbers',630,'Household Supplies',2),(7407,'Dust Masks',503724,'Protective Masks',3),(7411,'Blackjack & Craps Sets',3793,'Games',2),(7412,'Roulette Wheels & Sets',3793,'Games',2),(7413,'Tube Feeding Supplements',2890,'Fitness & Nutrition',3),(7414,'Vehicle Battery Chargers',8236,'Vehicle Repair & Specialty Tools',4),(7415,'Multimeter Accessories',5526,'Measuring Tool & Sensor Accessories',3),(7416,'Inspection Mirrors',1167,'Tools',2),(7417,'Powdered Hand Soap',474,'Bath & Body',4),(7419,'Flag & Windsock Accessories',696,'Decor',2),(7420,'Flag & Windsock Pole Lights',7419,'Flag & Windsock Accessories',3),(7421,'Flag & Windsock Poles',7419,'Flag & Windsock Accessories',3),(7422,'Finials',696,'Decor',2),(7423,'Canopy Poles',6105,'Canopy & Gazebo Accessories',5),(7424,'Canopy Weights',6105,'Canopy & Gazebo Accessories',5),(7425,'Paddle Ball Toys',4352,'Activity Toys',3),(7426,'Stainless Steel Cleaners & Polishes',4973,'Household Cleaning Products',4),(7427,'Sesame Sticks',423,'Snack Foods',3),(7428,'Dog Kennel & Run Accessories',5,'Dog Supplies',3),(7429,'Anti',567,'Skin Care',4),(7430,'Paddle Ball Sets',499846,'Outdoor Games',3),(7431,'Glockenspiels & Xylophones',75,'Percussion',4),(7433,'Ball Pump Accessories',499799,'General Purpose Athletic Equipment',3),(7434,'Ball Pumps',499799,'General Purpose Athletic Equipment',3),(7435,'Ball Pump Needles',7433,'Ball Pump Accessories',4),(7436,'Mail Slots',696,'Decor',2),(7437,'Microtomes',4335,'Laboratory Equipment',3),(7438,'Tablet Computer Batteries',276,'Batteries',4),(7439,'Sound Dampening Panels & Foam',115,'Building Materials',2),(7444,'Toaster Accessories',2901,'Kitchen Appliance Accessories',3),(7445,'Nail Polish Thinners',478,'Nail Care',4),(7446,'Toilet Seat Lid Covers',2691,'Toilet & Bidet Accessories',4),(7447,'Lamp Post Mounts',2956,'Lighting Accessories',2),(7448,'Bicycle Spoke Beads',3214,'Bicycle Accessories',4),(7449,'Boating Gloves',1120,'Boating & Rafting',4),(7451,'Surfing Gloves',1143,'Surfing',4),(7452,'Towed Water Sport Gloves',3195,'Towed Water Sports',4),(7453,'Bicycle Cleat Covers',7474,'Bicycle Cleat Accessories',5),(7455,'Electronic Drum Modules',3465,'Percussion Accessories',4),(7457,'Garment Shields',627,'Laundry Supplies',3),(7459,'Horse Vitamins & Supplements',3257,'Horse Care',4),(7460,'Hunting & Shooting Protective Gear',499824,'Hunting & Shooting',3),(7461,'Hunting & Shooting Gloves',7460,'Hunting & Shooting Protective Gear',4),(7462,'Washing Machine Cleaners',4973,'Household Cleaning Products',4),(7467,'Facial Cleansing Kits',567,'Skin Care',4),(7468,'Spectrometer Accessories',4335,'Laboratory Equipment',3),(7470,'Septic Tank & Cesspool Treatments',2277,'Chemicals',3),(7471,'Watch Stickers & Decals',5122,'Watch Accessories',3),(7472,'Magnetizers & Demagnetizers',3650,'Tool Accessories',2),(7473,'Ribbon & Streamer Toys',4352,'Activity Toys',3),(7474,'Bicycle Cleat Accessories',3982,'Cycling Apparel & Accessories',4),(7475,'Bicycle Cleat Shims & Wedges',7474,'Bicycle Cleat Accessories',5),(7476,'Bicycle Cleat Bolts',7474,'Bicycle Cleat Accessories',5),(7477,'Bicycle Headsets',3618,'Bicycle Parts',4),(7478,'Bicycle Headset Parts',3618,'Bicycle Parts',4),(7479,'Bicycle Headset Spacers',7478,'Bicycle Headset Parts',5),(7480,'Bicycle Headset Bearings',7478,'Bicycle Headset Parts',5),(7481,'Horse Treats',3257,'Horse Care',4),(7482,'Horse Feed',3257,'Horse Care',4),(7484,'Grout Sponges',1193,'Masonry Tools',3),(7485,'Jerky Guns',668,'Kitchen Tools & Utensils',3),(7486,'Bitters',499676,'Alcoholic Beverages',3),(7490,'Nail Drills',2975,'Nail Tools',5),(7494,'Manicure & Pedicure Spacers',2975,'Nail Tools',5),(7495,'Toe Spacers',515,'Foot Care',3),(7496,'Pool Deck Kits',2832,'Pool & Spa Accessories',3),(7497,'Dentistry',111,'Business & Industrial',1),(7498,'Dental Mirrors',7499,'Dental Tools',3),(7499,'Dental Tools',7497,'Dentistry',2),(7500,'Dental Cement',7497,'Dentistry',2),(7501,'Laptop Replacement Cables',4224,'Laptop Parts',4),(7502,'Wrinkle Releasers & Anti',627,'Laundry Supplies',3),(7503,'Deck & Fence Cleaners',2277,'Chemicals',3),(7504,'Concrete & Masonry Cleaners',2277,'Chemicals',3),(7506,'Cookie Decorating Kits',2660,'Cooking & Baking Ingredients',3),(7509,'Toilet Brush Replacement Heads',574,'Bathroom Accessories',2),(7510,'Dishwasher Cleaners',4973,'Household Cleaning Products',4),(7514,'Hat Boxes',5558,'Clothing & Closet Storage',4),(7515,'Band Saw Accessories',6549,'Saw Accessories',3),(7516,'Power Tool & Equipment Manuals',5037,'Product Manuals',2),(7517,'Small Animal Treats',5013,'Small Animal Supplies',3),(7518,'Hunting & Shooting Jackets',7460,'Hunting & Shooting Protective Gear',4),(7519,'Ball & Cup Games',4352,'Activity Toys',3),(7521,'Luggage Covers',110,'Luggage Accessories',2),(7522,'Patient Lifts',3477,'Medical Equipment',3),(7523,'Fireplace Andirons',2862,'Fireplace & Wood Stove Accessories',2),(7525,'Bulletin Board Accessories',966,'Display Boards',3),(7526,'Bulletin Board Trim',7525,'Bulletin Board Accessories',4),(7527,'Powered Hand Fans & Misters',608,'Fans',4),(7528,'Vinegar Drinks',413,'Beverages',2),(7530,'Computer Covers & Skins',279,'Computer Accessories',3),(7531,'Dental Tool Sets',7499,'Dental Tools',3),(7532,'Vehicle Magnets',2495,'Vehicle Decor',4),(7537,'Bulb Planting Tools',3173,'Gardening Tools',4),(7538,'Bicycle Foot Pegs',4597,'Bicycle Wheel Parts',5),(7539,'Sleds',499844,'Winter Sports & Activities',3),(7540,'Charcoal Chimneys',3684,'Outdoor Grill Accessories',4),(7542,'Earplug Dispensers',506,'Ear Care',3),(7550,'Egg Cups',4026,'Serveware',4),(7551,'E',276,'Batteries',4),(7552,'Rinse Aids',4973,'Household Cleaning Products',4),(7553,'Tilt Skillets',135,'Food Service',2),(7555,'Hand Bells & Chimes',7285,'Hand Percussion',5),(7556,'Grease Guns',1167,'Tools',2),(7557,'Flagging & Caution Tape',2878,'Hardware Accessories',2),(7558,'Ski & Snowboard Storage Racks',499845,'Skiing & Snowboarding',4),(7559,'Office Chair Accessories',503765,'Office Furniture Accessories',2),(7561,'Sprinklers & Sprinkler Heads',3568,'Watering & Irrigation',3),(7562,'Nippers',1180,'Cutters',3),(7563,'Grass Edger Accessories',4564,'Outdoor Power Equipment Accessories',3),(7564,'Grass Edger Attachments',8485,'Multifunction Outdoor Power Equipment Attachments',4),(7565,'Bullion',1813,'Finance & Insurance',2),(7566,'MP3 Player & Mobile Phone Accessory Sets',232,'MP3 Player Accessories',4),(7567,'Clubs & Batons',780,'Weapons',2),(7568,'Beer Glasses',674,'Drinkware',4),(7569,'Beverage Chilling Cubes & Sticks',649,'Barware',3),(7570,'Freezer Accessories',2901,'Kitchen Appliance Accessories',3),(7789,'Skateboarding Gloves',3067,'Skateboarding Protective Gear',4),(8006,'Kitchen Molds',668,'Kitchen Tools & Utensils',3),(8007,'Craft Molds',505371,'Crafting Patterns & Molds',4),(8008,'Game Controller Accessories',6475,'Input Device Accessories',4),(8011,'Wildlife Attractants',3136,'Hunting',4),(8012,'Kitchen Utensil Holders & Racks',2948,'Kitchen Organizers',4),(8015,'Laminating Film, Pouches & Sheets',932,'General Office Supplies',2),(8016,'Hand Dryer Accessories',574,'Bathroom Accessories',2),(8017,'Costume Accessory Sets',5192,'Costume Accessories',3),(8018,'Pretend Jewelry',5192,'Costume Accessories',3),(8020,'Outdoor Umbrella Lights',6751,'Outdoor Umbrella & Sunshade Accessories',4),(8021,'Paper & Magnetic Dolls',1255,'Dolls, Playsets & Toy Figures',3),(8022,'Document Templates',5032,'Digital Goods & Currency',2),(8023,'Shelving Accessories',436,'Furniture',1),(8024,'Replacement Shelves',8023,'Shelving Accessories',2),(8025,'Industrial Storage Accessories',111,'Business & Industrial',1),(8026,'Scalpels',230913,'Medical Instruments',3),(8029,'Compressed Skin Care Mask Sheets',567,'Skin Care',4),(8030,'Eggnog',413,'Beverages',2),(8031,'Shoe Scrapers',628,'Shoe Care & Tools',3),(8032,'Shoe Polishers',628,'Shoe Care & Tools',3),(8033,'Shoe Care Kits',628,'Shoe Care & Tools',3),(8034,'Weed Trimmer Spool Covers',7169,'Weed Trimmer Accessories',4),(8036,'Fruit Flavored Drinks',413,'Beverages',2),(8038,'Event Programs',96,'Party Supplies',3),(8039,'Food Wrap Dispensers',6478,'Food Storage Accessories',3),(8042,'Window Treatment Replacement Parts',6254,'Window Treatment Accessories',3),(8043,'Fabric & Upholstery Cleaners',4973,'Household Cleaning Products',4),(8044,'Divot Tools',1043,'Golf',3),(8046,'Tablecloth Clips & Weights',672,'Tableware',3),(8047,'Speaker Stand Bags',7163,'Speaker Accessories',4),(8049,'Speaker Stands & Mounts',7163,'Speaker Accessories',4),(8050,'Pet Eye Drops & Lubricants',2,'Pet Supplies',2),(8051,'Steam Table Accessories',2901,'Kitchen Appliance Accessories',3),(8052,'Steam Table Pan Covers',8051,'Steam Table Accessories',4),(8053,'Steam Table Pans',8051,'Steam Table Accessories',4),(8058,'Household Drawer Organizer Inserts',636,'Storage & Organization',3),(8059,'Disposable Lids',135,'Food Service',2),(8061,'Bicycle Protective Pads',3982,'Cycling Apparel & Accessories',4),(8062,'Speed & Resistance Parachutes',990,'Exercise & Fitness',2),(8064,'Bite Alarms',3334,'Fishing',3),(8065,'Billiard Table Covers',3183,'Billiard Table Parts & Accessories',4),(8066,'Vibration Exercise Machines',990,'Exercise & Fitness',2),(8067,'Key Caps',1974,'Locks & Keys',2),(8068,'Pet First Aid & Emergency Kits',2,'Pet Supplies',2),(8069,'Cat Litter Box Liners',4,'Cat Supplies',3),(8070,'Pet Waste Bags',2,'Pet Supplies',2),(8071,'Shop Towels & General',623,'Household Cleaning Supplies',3),(8072,'Musical Instrument Amplifier Accessories',55,'Musical Instrument & Orchestra Accessories',3),(8073,'Musical Instrument Amplifier Footswitches',8072,'Musical Instrument Amplifier Accessories',4),(8074,'Ski & Snowboard Wax',499845,'Skiing & Snowboarding',4),(8075,'Nursing Pillow Covers',561,'Nursing & Feeding',2),(8076,'Meal',2660,'Cooking & Baking Ingredients',3),(8077,'Practice Nets & Screens',499799,'General Purpose Athletic Equipment',3),(8078,'Desk Pads & Blotters',922,'Office Supplies',1),(8079,'Windbreaks',1013,'Camping & Hiking',3),(8080,'Cover Scents & Scent Attractants',8011,'Wildlife Attractants',5),(8081,'Wildlife Bait, Feed & Minerals',8011,'Wildlife Attractants',5),(8082,'Specimen Cups',491,'Health Care',2),(8083,'Free Weight Storage Racks',6452,'Free Weight Accessories',4),(8085,'Basketball Arcade Games',3356,'Arcade Equipment',2),(8086,'Vehicle Ski & Snowboard Rack Accessories',6454,'Motor Vehicle Carrying Rack Accessories',4),(8087,'Range Hood Accessories',2901,'Kitchen Appliance Accessories',3),(8090,'Wall Mount Fans',608,'Fans',4),(8092,'Fishing Reel Accessories',3334,'Fishing',3),(8093,'Fishing Rod Accessories',3334,'Fishing',3),(8094,'Fishing Reel Lubricants',8092,'Fishing Reel Accessories',4),(8105,'Stump Shrinkers',491,'Health Care',2),(8106,'Wine Fridge Accessories',2901,'Kitchen Appliance Accessories',3),(8107,'Saddle Accessories',7215,'Horse Tack Accessories',4),(8108,'Saddle Pads & Blankets',8107,'Saddle Accessories',5),(8109,'Stirrups',5593,'Horse Tack',4),(8110,'Inflatable Party Decorations',96,'Party Supplies',3),(8111,'Mobile Phone Camera Accessories',264,'Mobile Phone Accessories',4),(8112,'Ground Spikes',2878,'Hardware Accessories',2),(8113,'Post Base Plates',2878,'Hardware Accessories',2),(8114,'Safety Grab Bars',574,'Bathroom Accessories',2),(8115,'Faucet Aerators',1489,'Faucet Accessories',4),(8116,'Faucet Handles & Controls',1489,'Faucet Accessories',4),(8117,'Cutter Accessories',3650,'Tool Accessories',2),(8118,'Nibbler Dies',8117,'Cutter Accessories',3),(8119,'Laboratory Specimens',1624,'Science & Laboratory',2),(8120,'Prophy Heads',7499,'Dental Tools',3),(8121,'Prophy Cups',7499,'Dental Tools',3),(8122,'Menstrual Cups',485,'Feminine Sanitary Supplies',3),(8123,'Dog Treadmills',5,'Dog Supplies',3),(8127,'Sports Toy Accessories',1253,'Toys',2),(8128,'Hula Hoop Accessories',8129,'Fitness Toy Accessories',4),(8129,'Fitness Toy Accessories',8127,'Sports Toy Accessories',3),(8130,'Prophy Paste',7497,'Dentistry',2),(8132,'Skin Cleansing Brush Heads',2958,'Skin Care Tools',5),(8134,'Marine Audio & Video Receivers',340,'Marine Electronics',2),(8135,'Massage Stones',5663,'Massage & Relaxation',3),(8136,'Hair Removal Wax Warmers',4507,'Hair Removal',4),(8137,'Motor Vehicle Engines',899,'Motor Vehicle Parts',3),(8142,'Vehicle Shift Knobs',2495,'Vehicle Decor',4),(8144,'Motor Vehicle Brake Caliper Paint',3812,'Vehicle Paint',4),(8145,'Vehicle Hitch Covers',2495,'Vehicle Decor',4),(8147,'Motor Vehicle Loading Ramps',8237,'Vehicle Storage & Cargo',3),(8149,'Baptism & Communion Dresses',5483,'Religious Ceremonial Clothing',4),(8155,'Digital Signs',976,'Signage',2),(8156,'Audio & Video Splitters & Switches',2082,'Electronics Accessories',2),(8158,'Computer Backplates & I/O Shields',285,'Computer Components',3),(8159,'Bullhorns',223,'Audio',2),(8160,'Laptop Screen Digitizers',4224,'Laptop Parts',4),(8161,'Prefabricated Kitchens & Kitchenettes',638,'Kitchen & Dining',2),(8163,'E',285,'Computer Components',3),(8164,'HDMI Splitters & Switches',8156,'Audio & Video Splitters & Switches',3),(8167,'Pet Hair Dryers',6383,'Pet Grooming Supplies',3),(8168,'Craft Foil',24,'Art & Craft Paper',5),(8172,'Boat Storage Racks',7178,'Watercraft Storage Racks',4),(8173,'Water Sport Board Storage Racks',7178,'Watercraft Storage Racks',4),(8174,'Camera Accessory Sets',143,'Camera Parts & Accessories',3),(8200,'Costume Gloves',5192,'Costume Accessories',3),(8202,'Vehicle Wraps',2495,'Vehicle Decor',4),(8203,'Ski & Snowboard Goggle Accessories',499845,'Skiing & Snowboarding',4),(8204,'Eyewear Straps & Chains',2521,'Eyewear Accessories',4),(8206,'Hanging Chair Replacement Parts',7248,'Chair Accessories',2),(8208,'Fishing Reel Replacement Spools',8092,'Fishing Reel Accessories',4),(8209,'Orchestral String Instrument Bow Cases',503033,'Orchestral String Instrument Accessories',5),(8210,'Boxing Autographed Paraphernalia',4333,'Autographed Sports Paraphernalia',5),(8213,'Gift Tags & Labels',94,'Gift Wrapping',4),(8214,'Body & Facial Hair Bleach',528,'Shaving & Grooming',3),(8215,'Push Up & Pull Up Bars',990,'Exercise & Fitness',2),(8216,'Decorative Pom',96,'Party Supplies',3),(8217,'Lip Primer',2645,'Lip Makeup',5),(8218,'Face Primer',2571,'Face Makeup',5),(8219,'Mascara Primer',2779,'Eye Makeup',5),(8220,'Eye Primer',2779,'Eye Makeup',5),(8222,'Altitude Training Masks',499799,'General Purpose Athletic Equipment',3),(8227,'Motor Vehicle Frame & Body Parts',899,'Motor Vehicle Parts',3),(8228,'Motor Vehicle Towing',899,'Motor Vehicle Parts',3),(8231,'Motor Vehicle Power & Electrical Systems',899,'Motor Vehicle Parts',3),(8232,'Motor Vehicle Carpet & Upholstery',899,'Motor Vehicle Parts',3),(8233,'Motor Vehicle Interior Fittings',899,'Motor Vehicle Parts',3),(8234,'Motor Vehicle Sensors & Gauges',899,'Motor Vehicle Parts',3),(8235,'Motor Vehicle Controls',899,'Motor Vehicle Parts',3),(8236,'Vehicle Repair & Specialty Tools',913,'Vehicle Maintenance, Care & Decor',3),(8237,'Vehicle Storage & Cargo',5613,'Vehicle Parts & Accessories',2),(8238,'Motor Vehicle Seating',899,'Motor Vehicle Parts',3),(8239,'Bicycle Kickstands',3618,'Bicycle Parts',4),(8243,'Battery Holders',7166,'Battery Accessories',4),(8248,'Saris & Lehengas',5388,'Traditional & Ceremonial Clothing',3),(8258,'Tool Safety Tethers',3650,'Tool Accessories',2),(8259,'Motor Vehicle Clutch Alignment & Removal Tools',8236,'Vehicle Repair & Specialty Tools',4),(8260,'Motor Vehicle Brake Service Kits',8236,'Vehicle Repair & Specialty Tools',4),(8261,'Vehicle Tire Repair & Tire Changing Tools',8236,'Vehicle Repair & Specialty Tools',4),(8269,'Gas Mask & Respirator Accessories',2047,'Work Safety Protective Gear',2),(8270,'Roofing Shingles & Tiles',123,'Roofing',3),(8271,'Reel',242,'Audio Players & Recorders',3),(8272,'Fishing Rod Bags & Cases',8093,'Fishing Rod Accessories',4),(8273,'Fishing Reel Bags & Cases',8092,'Fishing Reel Accessories',4),(8274,'Wire Partitions, Enclosures & Doors',5830,'Industrial Storage',2),(8275,'Drill Stands & Guides',3944,'Drill & Screwdriver Accessories',3),(8276,'Drill Chucks',3944,'Drill & Screwdriver Accessories',3),(8277,'Electric & Power Showers',2206,'Shower Parts',4),(8278,'Traffic Cones & Barrels',114,'Construction',2),(8295,'Pretend Shopping & Grocery',3229,'Pretend Play',3),(8298,'Vehicle License Plate Mounts & Holders',2495,'Vehicle Decor',4),(8301,'Vehicle Safety & Security',5613,'Vehicle Parts & Accessories',2),(8302,'Vehicle Door Locks & Parts',2768,'Vehicle Alarms & Locks',4),(8303,'Vehicle Door Locks & Locking Systems',8302,'Vehicle Door Locks & Parts',5),(8304,'Vehicle Door Lock Knobs',8302,'Vehicle Door Locks & Parts',5),(8305,'Vehicle Door Lock Actuators',8302,'Vehicle Door Locks & Parts',5),(8306,'Golf Cart Enclosures',3436,'Vehicle Covers',4),(8308,'Tonneau Covers',3436,'Vehicle Covers',4),(8309,'Vehicle Storage Covers',3436,'Vehicle Covers',4),(8310,'Automotive Storage Covers',8309,'Vehicle Storage Covers',5),(8311,'Recreational Vehicle Storage Covers',8309,'Vehicle Storage Covers',5),(8312,'Watercraft Storage Covers',8309,'Vehicle Storage Covers',5),(8313,'Motorcycle Storage Covers',8309,'Vehicle Storage Covers',5),(8314,'Golf Cart Storage Covers',8309,'Vehicle Storage Covers',5),(8316,'Motor Vehicle Windshield Covers',3436,'Vehicle Covers',4),(8319,'Sports & Agility Cones',499799,'General Purpose Athletic Equipment',3),(8320,'Bathtub & Shower Jets',2206,'Shower Parts',4),(8378,'Truck Bed Storage Boxes & Organizers',8237,'Vehicle Storage & Cargo',3),(8436,'Toddler Nutrition Drinks & Shakes',562,'Baby & Toddler Food',3),(8445,'Emergency Road Flares',2879,'Vehicle Safety Equipment',4),(8446,'Motor Vehicle Roll Cages & Bars',2879,'Vehicle Safety Equipment',4),(8447,'Car Window Nets',2879,'Vehicle Safety Equipment',4),(8448,'Motor Vehicle Airbag Parts',2879,'Vehicle Safety Equipment',4),(8449,'Vehicle Seat Belts',2879,'Vehicle Safety Equipment',4),(8450,'Motor Vehicle Body Paint',3812,'Vehicle Paint',4),(8451,'Hair Bun & Volume Shapers',171,'Hair Accessories',3),(8452,'Hair Care Kits',486,'Hair Care',3),(8461,'Musical Instrument Amplifier Covers & Cases',8072,'Musical Instrument Amplifier Accessories',4),(8462,'Musical Instrument Amplifier Knobs',8072,'Musical Instrument Amplifier Accessories',4),(8463,'Vehicle Shift Boots',2495,'Vehicle Decor',4),(8464,'Vehicle Steering Wheel Covers',2495,'Vehicle Decor',4),(8469,'Vehicle Decor Accessory Sets',2495,'Vehicle Decor',4),(8470,'Drawer Slides',2878,'Hardware Accessories',2),(8471,'Exercise Wedges',990,'Exercise & Fitness',2),(8472,'Slot Machines',3793,'Games',2),(8473,'Marine Speakers',340,'Marine Electronics',2),(8474,'Vehicle Pet Barriers',2,'Pet Supplies',2),(8475,'Vehicle Headrest Hangers & Hooks',8237,'Vehicle Storage & Cargo',3),(8476,'Vehicle Seat Belt Straps',2879,'Vehicle Safety Equipment',4),(8477,'Vehicle Seat Belt Buckles',2879,'Vehicle Safety Equipment',4),(8478,'Vehicle Rear View Mirror Ornaments',2495,'Vehicle Decor',4),(8480,'Musical Instrument Amplifier Tubes',8072,'Musical Instrument Amplifier Accessories',4),(8483,'Motor Vehicle Video Monitor Mounts',8526,'Motor Vehicle Electronics',3),(8485,'Multifunction Outdoor Power Equipment Attachments',4564,'Outdoor Power Equipment Accessories',3),(8487,'Ground & Leaf Blower Attachments',8485,'Multifunction Outdoor Power Equipment Attachments',4),(8488,'Tiller & Cultivator Attachments',8485,'Multifunction Outdoor Power Equipment Attachments',4),(8489,'Pole Saw Attachments',8485,'Multifunction Outdoor Power Equipment Attachments',4),(8490,'Dappen Dishes',7499,'Dental Tools',3),(8493,'Wine Bottle Holders',649,'Barware',3),(8499,'Lap Desks',922,'Office Supplies',1),(8505,'Scoreboards',6739,'Coaching & Officiating',3),(8506,'Vehicle Wheel Chocks',2879,'Vehicle Safety Equipment',4),(8507,'Motorcycle Hand Guards',5547,'Motorcycle Protective Gear',4),(8513,'Pet Bowl Stands',2,'Pet Supplies',2),(8515,'Yams',5793,'Fresh & Frozen Vegetables',4),(8516,'Television Circuit Boards',7264,'Printed Circuit Boards',3),(8522,'Garage Floor Mats',630,'Household Supplies',2),(8526,'Motor Vehicle Electronics',5613,'Vehicle Parts & Accessories',2),(8528,'Bicycle Wheel Axles & Skewers',4597,'Bicycle Wheel Parts',5),(8529,'Fishing Toys',1266,'Sports Toys',3),(8530,'Massage Stone Warmers',5663,'Massage & Relaxation',3),(8531,'Shaving Bowls & Mugs',528,'Shaving & Grooming',3),(8532,'Check Presenters',135,'Food Service',2),(8533,'Sneeze Guards',135,'Food Service',2),(8534,'Portable Fuel Cans',913,'Vehicle Maintenance, Care & Decor',3),(8535,'Underwater Camera Housing Accessories',143,'Camera Parts & Accessories',3),(8537,'Baby Transport Liners & Sacks',4386,'Baby Transport Accessories',2),(8539,'Thin & Zero Clients',278,'Computers',2),(8541,'Electrical Muscle Stimulators',5870,'Occupational & Physical Therapy Equipment',3),(8543,'Denture Repair Kits',526,'Oral Care',3),(8544,'Printer, Copier, & Fax Machine Circuit Boards',7264,'Printed Circuit Boards',3),(8545,'Household Appliance Circuit Boards',7264,'Printed Circuit Boards',3),(8546,'Hard Drive Circuit Boards',499898,'Computer Circuit Boards',4),(8549,'Pool & Spa Circuit Boards',7264,'Printed Circuit Boards',3),(43616,'TV Replacement Speakers',403,'Television Parts & Accessories',4),(43617,'Laptop Replacement Speakers',4224,'Laptop Parts',4),(45262,'Tablet Computer Replacement Speakers',7349,'Tablet Computer Parts',4),(99338,'Door Keyhole Escutcheons',6343,'Door Hardware',3),(230911,'Bird & Wildlife House Accessories',696,'Decor',2),(230912,'Watering Globes & Spikes',3568,'Watering & Irrigation',3),(230913,'Medical Instruments',2496,'Medical',2),(232166,'Scalpel Blades',230913,'Medical Instruments',3),(232167,'Cabinet & Furniture Keyhole Escutcheons',4696,'Cabinet Hardware',3),(232168,'Craft Knife Blades',504643,'Art & Crafting Tool Accessories',4),(233419,'Nail Polish Drying Drops & Sprays',478,'Nail Care',4),(233420,'Eye Pillows',5663,'Massage & Relaxation',3),(234670,'Baseball & Softball Pitching Mounds',1070,'Baseball & Softball',3),(234671,'Baseball & Softball Pitching Mats',1070,'Baseball & Softball',3),(235920,'Floor & Carpet Dryers',604,'Household Appliances',2),(235921,'Vehicle Hitch Locks',2768,'Vehicle Alarms & Locks',4),(237166,'Aerobic Steps',990,'Exercise & Fitness',2),(296246,'Camera Body Replacement Panels & Doors',143,'Camera Parts & Accessories',3),(296247,'Camera Replacement Buttons & Knobs',143,'Camera Parts & Accessories',3),(296248,'Camera Image Sensors',143,'Camera Parts & Accessories',3),(296249,'Camera Replacement Screens & Displays',143,'Camera Parts & Accessories',3),(298419,'Camera Circuit Boards',7264,'Printed Circuit Boards',3),(298420,'Camera Digital Backs',143,'Camera Parts & Accessories',3),(326120,'Vehicle Seat Belt Covers',2879,'Vehicle Safety Equipment',4),(326122,'Saddle Bags & Panniers',8107,'Saddle Accessories',5),(328060,'Prayer Cards',97,'Religious Items',2),(328061,'Advice Cards',96,'Party Supplies',3),(328062,'Paint Brush Cleaning Solutions',7019,'Paint Tool Accessories',3),(352853,'Eyewear Lens Cleaning Solutions',2521,'Eyewear Accessories',4),(355576,'Inversion Tables & Systems',990,'Exercise & Fitness',2),(362738,'Off',8301,'Vehicle Safety & Security',3),(461567,'Camera Gears',143,'Camera Parts & Accessories',3),(461568,'Camera Lens Zoom Units',143,'Camera Parts & Accessories',3),(463625,'Camera & Optic Replacement Cables',2096,'Camera & Optic Accessories',2),(465846,'Ironing Centers',6356,'Cabinets & Storage',2),(499673,'Smoke & Carbon Monoxide Detectors',1679,'Flood, Fire & Gas Safety',2),(499674,'Floor Protection Films & Runners',630,'Household Supplies',2),(499675,'Scanner Circuit Boards',7264,'Printed Circuit Boards',3),(499676,'Alcoholic Beverages',413,'Beverages',2),(499680,'Inner Tents',5655,'Tent Accessories',4),(499681,'Ski & Snowboard Leashes',499845,'Skiing & Snowboarding',4),(499682,'3D Printer Accessories',345,'Print, Copy, Scan & Fax',2),(499684,'Bicycle Cable Housings',3618,'Bicycle Parts',4),(499685,'Bicycle Cables',3618,'Bicycle Parts',4),(499686,'Wire & Cable Identification Markers',3328,'Cable Management',3),(499687,'Water Sport Helmets',499813,'Boating & Water Sport Apparel',4),(499688,'Guitar Straps',3502,'Guitar Accessories',5),(499691,'Luggage Racks & Stands',110,'Luggage Accessories',2),(499692,'Oxygen Tanks',4551,'Respiratory Care',3),(499693,'Growth Charts',696,'Decor',2),(499694,'Bicycle Tire Repair Supplies & Kits',3214,'Bicycle Accessories',4),(499696,'Medical Needles & Syringes',2907,'Medical Supplies',3),(499697,'In',1810,'Plumbing Fittings & Supports',3),(499698,'Nail Drill Accessories',2975,'Nail Tools',5),(499699,'Treadmill Accessories',4598,'Cardio Machine Accessories',4),(499700,'Stair Climber & Stepper Accessories',4598,'Cardio Machine Accessories',4),(499701,'Rowing Machine Accessories',4598,'Cardio Machine Accessories',4),(499702,'Exercise Bike Accessories',4598,'Cardio Machine Accessories',4),(499703,'Elliptical Trainer Accessories',4598,'Cardio Machine Accessories',4),(499707,'Tapioca Pearls',2660,'Cooking & Baking Ingredients',3),(499708,'Work Safety Harnesses',2047,'Work Safety Protective Gear',2),(499709,'Horse Leads',5593,'Horse Tack',4),(499710,'Horse Halters',5593,'Horse Tack',4),(499711,'Tarot Cards',97,'Religious Items',2),(499712,'Toy Gift Baskets',1253,'Toys',2),(499713,'Athletics',988,'Sporting Goods',1),(499715,'Baseball & Softball Chest Protectors',1078,'Baseball & Softball Protective Gear',4),(499716,'Catchers Equipment Sets',1078,'Baseball & Softball Protective Gear',4),(499717,'Catchers Helmets & Masks',1078,'Baseball & Softball Protective Gear',4),(499718,'Baseball & Softball Leg Guards',1078,'Baseball & Softball Protective Gear',4),(499719,'Boxing & Martial Arts',499713,'Athletics',2),(499720,'Boxing & Martial Arts Training Equipment',499719,'Boxing & Martial Arts',3),(499721,'Strike Shields',499720,'Boxing & Martial Arts Training Equipment',4),(499722,'Boxing & Martial Arts Headgear',4008,'Boxing & Martial Arts Protective Gear',4),(499723,'Boxing & Martial Arts Body Protectors',4008,'Boxing & Martial Arts Protective Gear',4),(499724,'MMA Shin Guards',4008,'Boxing & Martial Arts Protective Gear',4),(499725,'Boxing & Martial Arts Arm Guards',4008,'Boxing & Martial Arts Protective Gear',4),(499726,'Boxing & MMA Hand Wraps',4008,'Boxing & Martial Arts Protective Gear',4),(499727,'Referee Wallets',6739,'Coaching & Officiating',3),(499729,'Captains Armbands',6739,'Coaching & Officiating',3),(499730,'Umpire Indicators',6739,'Coaching & Officiating',3),(499731,'Pitch Counters',6739,'Coaching & Officiating',3),(499732,'Flip Coins & Discs',6739,'Coaching & Officiating',3),(499733,'Referee Stands & Chairs',6739,'Coaching & Officiating',3),(499734,'Cricket Stumps',1087,'Cricket',3),(499735,'Cricket Equipment Sets',1087,'Cricket',3),(499736,'Cricket Protective Gear',1087,'Cricket',3),(499737,'Cricket Bat Accessories',1087,'Cricket',3),(499738,'Cricket Bat Grips',499737,'Cricket Bat Accessories',4),(499739,'Cricket Leg Guards',499736,'Cricket Protective Gear',4),(499740,'Fencing Jackets & LamÃ©s',3261,'Fencing Protective Gear',4),(499741,'Field Hockey & Lacrosse',499713,'Athletics',2),(499742,'Lacrosse Equipment Sets',499741,'Field Hockey & Lacrosse',3),(499743,'Pet Heating Pads',2,'Pet Supplies',2),(499744,'Field Hockey & Lacrosse Protective Gear',499741,'Field Hockey & Lacrosse',3),(499745,'Field Hockey & Lacrosse Gloves',499744,'Field Hockey & Lacrosse Protective Gear',4),(499746,'Field Hockey & Lacrosse Helmets',499744,'Field Hockey & Lacrosse Protective Gear',4),(499747,'Field Hockey & Lacrosse Masks & Goggles',499744,'Field Hockey & Lacrosse Protective Gear',4),(499751,'Basketball Training Aids',1081,'Basketball',3),(499755,'Hockey Shin Guards & Leg Pads',1105,'Hockey Protective Gear',4),(499756,'Hockey Elbow Pads',1105,'Hockey Protective Gear',4),(499757,'Hockey Shoulder Pads & Chest Protectors',1105,'Hockey Protective Gear',4),(499759,'Inline Skate Parts',499761,'Inline & Roller Skating',3),(499760,'Roller Skate Parts',499761,'Inline & Roller Skating',3),(499761,'Inline & Roller Skating',1011,'Outdoor Recreation',2),(499766,'Vehicle Fuel Injection Cleaning Kits',2895,'Vehicle Cleaning',4),(499767,'Scrub Brush Heads & Refills',623,'Household Cleaning Supplies',3),(499768,'Conduit & Housings',127,'Power & Electrical Supplies',2),(499769,'Boxing & MMA Punch Mitts',499720,'Boxing & Martial Arts Training Equipment',4),(499770,'Electrical Conduit',499768,'Conduit & Housings',3),(499771,'Inline & Roller Skating Protective Gear',499761,'Inline & Roller Skating',3),(499772,'Window Hardware',115,'Building Materials',2),(499773,'Window Cranks',499772,'Window Hardware',3),(499774,'Vehicle Body Filler',8236,'Vehicle Repair & Specialty Tools',4),(499775,'Roller Skating Pads',499771,'Inline & Roller Skating Protective Gear',4),(499776,'Skate Helmets',3067,'Skateboarding Protective Gear',4),(499778,'Football Rib Protection Shirts & Vests',1097,'Football Protective Gear',4),(499779,'Football Dummies & Sleds',3998,'Football Training Equipment',4),(499780,'Golf Club Shafts',3642,'Golf Club Parts & Accessories',4),(499781,'Gymnastics Grips',3808,'Gymnastics Protective Gear',4),(499782,'Rugby Protective Gear',1110,'Rugby',3),(499783,'Racquetball & Squash Gloves',503752,'Racquetball & Squash',3),(499784,'Soccer Protective Gear',1111,'Soccer',3),(499785,'Handballs',1047,'Team Handball',3),(499786,'Track Starting Blocks',1060,'Track & Field',3),(499787,'Volleyball Training Aids',1115,'Volleyball',3),(499788,'Volleyball Protective Gear',1115,'Volleyball',3),(499789,'Volleyball Knee Pads',499788,'Volleyball Protective Gear',4),(499790,'Wrestling Knee Pads',3057,'Wrestling Protective Gear',4),(499791,'Wrestling Headgear',3057,'Wrestling Protective Gear',4),(499792,'Cardio',990,'Exercise & Fitness',2),(499793,'Weight Lifting',990,'Exercise & Fitness',2),(499794,'Weight Bar Collars',6452,'Free Weight Accessories',4),(499795,'Exercise Benches',990,'Exercise & Fitness',2),(499796,'Balance Trainers',990,'Exercise & Fitness',2),(499797,'Ab Wheels & Rollers',990,'Exercise & Fitness',2),(499798,'Suspension Trainers',990,'Exercise & Fitness',2),(499799,'General Purpose Athletic Equipment',499713,'Athletics',2),(499800,'Athletic Cups',499799,'General Purpose Athletic Equipment',3),(499801,'Sports Mouthguards',499799,'General Purpose Athletic Equipment',3),(499802,'Speed & Agility Ladders & Hurdles',499799,'General Purpose Athletic Equipment',3),(499803,'Gym Mats',499799,'General Purpose Athletic Equipment',3),(499804,'Holiday Ornament Hooks',596,'Seasonal & Holiday Decorations',3),(499805,'Easter Egg Decorating Kits',596,'Seasonal & Holiday Decorations',3),(499810,'MP3 Player Batteries',276,'Batteries',4),(499811,'Boating & Water Sports',1011,'Outdoor Recreation',2),(499813,'Boating & Water Sport Apparel',499811,'Boating & Water Sports',3),(499814,'Wetsuit Pieces',499813,'Boating & Water Sport Apparel',4),(499815,'Climbing Apparel & Accessories',7059,'Climbing',3),(499816,'Climbing Gloves',499815,'Climbing Apparel & Accessories',4),(499817,'Horse Fly Masks',3257,'Horse Care',4),(499818,'Horse Grooming Combs, Brushes & Mitts',5025,'Horse Grooming',5),(499819,'Horse Wormers',3257,'Horse Care',4),(499820,'Horse Tack Boxes',7215,'Horse Tack Accessories',4),(499821,'Camera & Optics Manuals',5037,'Product Manuals',2),(499822,'Refillable Makeup Palettes & Cases',2548,'Makeup Tools',5),(499823,'Fishing Tackle',3334,'Fishing',3),(499824,'Hunting & Shooting',1011,'Outdoor Recreation',2),(499825,'Bows & Crossbows',1033,'Archery',4),(499826,'Bow & Crossbow Accessories',1033,'Archery',4),(499830,'Broadheads & Field Points',3291,'Arrow Parts & Accessories',5),(499831,'Arrow Fletchings',3291,'Arrow Parts & Accessories',5),(499832,'Arrow Nocks',3291,'Arrow Parts & Accessories',5),(499833,'Archery Gloves & Releases',1033,'Archery',4),(499834,'Paintball & Airsoft',499824,'Hunting & Shooting',3),(499835,'Paintball & Airsoft Protective Gear',499834,'Paintball & Airsoft',4),(499836,'Paintball & Airsoft Gloves',499835,'Paintball & Airsoft Protective Gear',5),(499837,'Paintball & Airsoft Vests',499835,'Paintball & Airsoft Protective Gear',5),(499838,'Paintball & Airsoft Goggles & Masks',499835,'Paintball & Airsoft Protective Gear',5),(499839,'Paintball & Airsoft Pads',499835,'Paintball & Airsoft Protective Gear',5),(499840,'Shooting & Range Accessories',499824,'Hunting & Shooting',3),(499841,'Shooting Sticks & Bipods',499840,'Shooting & Range Accessories',4),(499842,'Shooting Rests',499840,'Shooting & Range Accessories',4),(499844,'Winter Sports & Activities',1011,'Outdoor Recreation',2),(499845,'Skiing & Snowboarding',499844,'Winter Sports & Activities',3),(499846,'Outdoor Games',1011,'Outdoor Recreation',2),(499847,'Pickleballs',3390,'Pickleball',4),(499848,'Pickleball Paddles',3390,'Pickleball',4),(499849,'Platform Tennis Balls',499904,'Platform & Paddle Tennis',4),(499850,'Platform & Paddle Tennis Paddles',499904,'Platform & Paddle Tennis',4),(499853,'Gun Slings',2214,'Gun Care & Accessories',3),(499854,'Gun Cleaning Solvents',503021,'Gun Cleaning',4),(499855,'Gun Cleaning Cloths & Swabs',503021,'Gun Cleaning',4),(499856,'Gun Cleaning Patches',503021,'Gun Cleaning',4),(499857,'Ammunition Reloading Presses',503026,'Reloading Supplies & Equipment',4),(499858,'Medical Stretchers & Gurneys',3477,'Medical Equipment',3),(499859,'Grinder Accessories',3650,'Tool Accessories',2),(499860,'Grinding Wheels & Points',499859,'Grinder Accessories',3),(499861,'Wallyball Equipment',499713,'Athletics',2),(499864,'Calculator Accessories',950,'Office Equipment',2),(499865,'Security Safe Accessories',359,'Business & Home Security',2),(499866,'Office Supply Manuals',5037,'Product Manuals',2),(499867,'Diving & Snorkeling Equipment Sets',1135,'Diving & Snorkeling',4),(499868,'Bicycle Groupsets',3618,'Bicycle Parts',4),(499869,'Bicycle Tire Valve Caps',3618,'Bicycle Parts',4),(499870,'Bicycle Tire Valves',3618,'Bicycle Parts',4),(499871,'Bicycle Tire Valve Adapters',3618,'Bicycle Parts',4),(499872,'Lawn Mower Tire Tubes',4566,'Lawn Mower Accessories',4),(499873,'Heating, Ventilation & Air Conditioning',632,'Hardware',1),(499874,'Air Ducts',499873,'Heating, Ventilation & Air Conditioning',2),(499875,'Bicycle Rim Strips',4597,'Bicycle Wheel Parts',5),(499876,'Grout',503743,'Masonry Consumables',3),(499877,'Avalanche Safety Airbags',499951,'Avalanche Safety',4),(499878,'Mobile Phone & Tablet Tripods & Monopods',2082,'Electronics Accessories',2),(499879,'Ceramic & Pottery Glazes',505378,'Craft Paint, Ink & Glaze',5),(499880,'Tractor Tires',5867,'Tractor Parts & Accessories',4),(499881,'Tractor Wheels',5867,'Tractor Parts & Accessories',4),(499882,'Tetherball Poles',3126,'Tetherball',4),(499883,'Tetherball Sets',3126,'Tetherball',4),(499884,'Tetherballs',3126,'Tetherball',4),(499885,'Stair Treads',630,'Household Supplies',2),(499886,'Mixing Tool Paddles',3650,'Tool Accessories',2),(499887,'Handheld Power Mixers',1167,'Tools',2),(499888,'Paint Shakers',2077,'Paint Tools',3),(499889,'Exercise Machine Circuit Boards',7264,'Printed Circuit Boards',3),(499890,'Hockey Goalie Equipment Sets',1105,'Hockey Protective Gear',4),(499891,'Homebrewing & Winemaking Kits',3577,'Homebrewing & Winemaking Supplies',3),(499892,'Broom Heads',623,'Household Cleaning Supplies',3),(499893,'Carbon Brushes',127,'Power & Electrical Supplies',2),(499894,'Plant Cages & Supports',2962,'Gardening',3),(499897,'Retail Display Props & Models',138,'Retail',2),(499898,'Computer Circuit Boards',7264,'Printed Circuit Boards',3),(499899,'Computer Inverter Boards',499898,'Computer Circuit Boards',4),(499900,'Dog Diapers',5,'Dog Supplies',3),(499903,'Exercise & Gym Mat Storage Racks & Carts',499799,'General Purpose Athletic Equipment',3),(499904,'Platform & Paddle Tennis',499846,'Outdoor Games',3),(499905,'Vegetable Mixes',5793,'Fresh & Frozen Vegetables',4),(499906,'Fruit Mixes',5795,'Fresh & Frozen Fruits',4),(499907,'Awnings',2918,'Outdoor Living',3),(499908,'Awning Accessories',2918,'Outdoor Living',3),(499912,'Power Towers',990,'Exercise & Fitness',2),(499913,'Adult Hygienic Wipes',474,'Bath & Body',4),(499915,'Figure Skating & Hockey',499713,'Athletics',2),(499916,'SIM Card Ejection Tools',264,'Mobile Phone Accessories',4),(499917,'Pet Wipes',6383,'Pet Grooming Supplies',3),(499918,'Stamp Blocks',504643,'Art & Crafting Tool Accessories',4),(499919,'Jewelry Cleaning Solutions & Polishes',5573,'Jewelry Cleaning & Care',2),(499921,'Lawn Striping Kits',4566,'Lawn Mower Accessories',4),(499922,'Lawn Rollers',3173,'Gardening Tools',4),(499923,'Lawn Mower Mulch Kits',4566,'Lawn Mower Accessories',4),(499924,'Food & Beverage Labels',6478,'Food Storage Accessories',3),(499926,'Lotion & Sunscreen Applicators',2958,'Skin Care Tools',5),(499927,'Welding Helmets',2047,'Work Safety Protective Gear',2),(499928,'General Purpose Battery Testers',7166,'Battery Accessories',4),(499929,'Vehicle Battery Testers',8236,'Vehicle Repair & Specialty Tools',4),(499930,'Ironing Board Hooks & Racks',2446,'Storage Hooks & Racks',4),(499931,'Ironing Board Replacement Parts',627,'Laundry Supplies',3),(499932,'Specialty Electrical Switches & Relays',6459,'Electrical Switches',3),(499933,'Springs',2878,'Hardware Accessories',2),(499934,'Allergy Test Kits',505293,'Medical Tests',3),(499935,'Surgical Needles & Sutures',230913,'Medical Instruments',3),(499937,'Iron Rests',627,'Laundry Supplies',3),(499938,'Astronomy Toys & Models',1262,'Educational Toys',3),(499942,'Fishing Rod Holders & Storage Racks',8093,'Fishing Rod Accessories',4),(499944,'DVI Splitters & Switches',8156,'Audio & Video Splitters & Switches',3),(499945,'VGA Splitters & Switches',8156,'Audio & Video Splitters & Switches',3),(499946,'Livestock Halters',6991,'Animal Husbandry',3),(499947,'Welding Accessories',3650,'Tool Accessories',2),(499948,'Outdoor Umbrella Enclosure Kits',6751,'Outdoor Umbrella & Sunshade Accessories',4),(499949,'Handrails & Railing Systems',115,'Building Materials',2),(499950,'Gesture Control Input Devices',1928,'Input Devices',4),(499951,'Avalanche Safety',499844,'Winter Sports & Activities',3),(499952,'Avalanche Probes',499951,'Avalanche Safety',4),(499953,'Collectible Guns',220,'Collectible Weapons',4),(499954,'Bird Cage Bird Baths',7385,'Bird Cage Accessories',4),(499955,'Porch Swing Accessories',2918,'Outdoor Living',3),(499956,'Tablet Computer Docks & Stands',279,'Computer Accessories',3),(499958,'Safety & Crowd Control Barriers',128,'Fencing & Barriers',2),(499959,'Saddle Covers & Cases',8107,'Saddle Accessories',5),(499960,'Lawn Mower Mulch Plugs & Plates',4566,'Lawn Mower Accessories',4),(499961,'Safety Knee Pads',2047,'Work Safety Protective Gear',2),(499962,'Pot & Planter Liners',2962,'Gardening',3),(499963,'Smoking Pipes',435,'Tobacco Products',2),(499964,'Paddle Leashes',1120,'Boating & Rafting',4),(499965,'Playground Balls',1266,'Sports Toys',3),(499966,'Power Inlets',127,'Power & Electrical Supplies',2),(499969,'Event Tickets',8,'Arts & Entertainment',1),(499970,'Door Push Plates',6343,'Door Hardware',3),(499971,'Sewing Baskets & Kits',505369,'Craft Organization',4),(499972,'Sashes',167,'Clothing Accessories',2),(499975,'Hockey Suspenders & Belts',1105,'Hockey Protective Gear',4),(499976,'Borescopes',142,'Cameras',2),(499978,'Exercise Machine & Equipment Sets',990,'Exercise & Fitness',2),(499979,'Dance Dresses, Skirts & Costumes',5322,'Activewear',3),(499981,'Casters',2878,'Hardware Accessories',2),(499982,'Small Engines',632,'Hardware',1),(499985,'Panel Saws',1235,'Saws',3),(499986,'Lemon & Lime Juice',2660,'Cooking & Baking Ingredients',3),(499988,'Prepared Meals & EntrÃ©es',5814,'Prepared Foods',3),(499989,'Prepared Appetizers & Side Dishes',5814,'Prepared Foods',3),(499990,'Bottle Caps',649,'Barware',3),(499991,'Ice Cream & Frozen Yogurt',5788,'Frozen Desserts & Novelties',3),(499992,'Hair Styling Tool Sets',6019,'Hair Styling Tools',4),(499993,'Billiard Cue Cases',3222,'Billiard Cue Accessories',4),(499994,'Billiard Cue Chalk',3222,'Billiard Cue Accessories',4),(499995,'Carpentry & Woodworking Project Plans',783,'Media',1),(499996,'Waffle Iron Accessories',2901,'Kitchen Appliance Accessories',3),(499997,'Egg Incubators',6991,'Animal Husbandry',3),(499998,'Camera Stabilizers & Supports',143,'Camera Parts & Accessories',3),(499999,'Bathroom Suites',1673,'Plumbing Fixtures',3),(500000,'Bathroom Furniture Sets',6345,'Furniture Sets',2),(500001,'Music Lyres & Flip Folders',55,'Musical Instrument & Orchestra Accessories',3),(500002,'Smart Glasses',278,'Computers',2),(500003,'Floating & Submersible Lights',594,'Lighting',2),(500004,'Cooktop, Oven & Range Accessories',2901,'Kitchen Appliance Accessories',3),(500005,'Toy Weapon & Gadget Accessories',1253,'Toys',2),(500007,'Cigarette Holders',600,'Smoking Accessories',2),(500008,'Costume Tobacco Products',5192,'Costume Accessories',3),(500009,'Activity Monitors',494,'Biometric Monitors',3),(500013,'Tablet Computer Screens & Screen Digitizers',7349,'Tablet Computer Parts',4),(500015,'Educational Flash Cards',1262,'Educational Toys',3),(500016,'Power Sweepers',3798,'Outdoor Power Equipment',3),(500024,'Ear Picks & Spoons',506,'Ear Care',3),(500025,'Safety & Security Mirrors',359,'Business & Home Security',2),(500026,'Pet Carrier & Crate Accessories',2,'Pet Supplies',2),(500027,'Circuit Board Accessories',3702,'Circuit Boards & Components',2),(500028,'Bicycle Helmet Parts & Accessories',3982,'Cycling Apparel & Accessories',4),(500029,'Roller Skis',499761,'Inline & Roller Skating',3),(500030,'Moving & Soundproofing Blankets & Covers',2878,'Hardware Accessories',2),(500033,'Garden Pot Saucers & Trays',2962,'Gardening',3),(500034,'Lawn Aerators & Dethatchers',3798,'Outdoor Power Equipment',3),(500035,'Storage & Data Transfer Cables',259,'Cables',3),(500036,'Cable Tie Guns',3328,'Cable Management',3),(500037,'Camera Grips',143,'Camera Parts & Accessories',3),(500038,'Aquarium Cleaning Supplies',6,'Fish Supplies',3),(500039,'Dumpsters',4516,'Waste Containment',3),(500040,'Computer Accessory Sets',279,'Computer Accessories',3),(500042,'Pool & Spa Chlorine Generators',2832,'Pool & Spa Accessories',3),(500043,'Humidistats',1519,'HVAC Controls',3),(500044,'Posters, Prints, & Visual Artwork',9,'Artwork',3),(500045,'Decorative Tapestries',9,'Artwork',3),(500046,'Digital Artwork',5032,'Digital Goods & Currency',2),(500048,'Gun Cases & Range Bags',2214,'Gun Care & Accessories',3),(500049,'Armatures, Rotors & Stators',127,'Power & Electrical Supplies',2),(500050,'Pool Cover Accessories',2832,'Pool & Spa Accessories',3),(500051,'Floor Chairs',443,'Chairs',2),(500052,'Mice & Trackball Accessories',6475,'Input Device Accessories',4),(500053,'Bicycle Hub Parts',4597,'Bicycle Wheel Parts',5),(500054,'Hardware Fasteners',2878,'Hardware Accessories',2),(500055,'Threaded Rods',500054,'Hardware Fasteners',3),(500056,'Zipper Pulls',505380,'Craft Fasteners & Closures',5),(500057,'Freeze',4335,'Laboratory Equipment',3),(500058,'Anemometers',1305,'Measuring Tools & Sensors',3),(500059,'Cat Furniture Accessories',4,'Cat Supplies',3),(500060,'Back Scratchers',5663,'Massage & Relaxation',3),(500061,'Office Furniture Sets',6362,'Office Furniture',2),(500062,'Aquarium Temperature Controllers',6,'Fish Supplies',3),(500063,'Water Heater Expansion Tanks',2751,'Water Heater Accessories',3),(500064,'Sectional Sofa Units',7212,'Sofa Accessories',2),(500065,'Descalers & Decalcifiers',4973,'Household Cleaning Products',4),(500066,'Electric Kettle Accessories',2901,'Kitchen Appliance Accessories',3),(500067,'Bicycle Child Seat Accessories',3214,'Bicycle Accessories',4),(500074,'Marinades & Grilling Sauces',427,'Condiments & Sauces',3),(500075,'Relish & Chutney',427,'Condiments & Sauces',3),(500076,'Pickled Fruits & Vegetables',427,'Condiments & Sauces',3),(500077,'Vehicle Wheel Clamps',2768,'Vehicle Alarms & Locks',4),(500078,'Bird & Wildlife Houses',696,'Decor',2),(500079,'Bat Houses',500078,'Bird & Wildlife Houses',3),(500080,'Butterfly Houses',500078,'Bird & Wildlife Houses',3),(500081,'Ultrasonic Cleaners',604,'Household Appliances',2),(500082,'Jewelry Cleaning Tools',5573,'Jewelry Cleaning & Care',2),(500083,'Jewelry Steam Cleaners',5573,'Jewelry Cleaning & Care',2),(500084,'Pet Bed Accessories',2,'Pet Supplies',2),(500085,'Washer & Dryer Accessories',3456,'Laundry Appliance Accessories',3),(500086,'Janitorial Carts & Caddies',111,'Business & Industrial',1),(500087,'Light Therapy Lamps',491,'Health Care',2),(500088,'Lighter Fluid',2277,'Chemicals',3),(500089,'Sweet and Sour Sauces',427,'Condiments & Sauces',3),(500090,'Air & Filter Dryers',499873,'Heating, Ventilation & Air Conditioning',2),(500091,'Speed Radars',222,'Electronics',1),(500092,'Bicycle Handlebar Grips & Decor',3214,'Bicycle Accessories',4),(500093,'Canned & Dry Milk',2660,'Cooking & Baking Ingredients',3),(500094,'Art Fixatives',505378,'Craft Paint, Ink & Glaze',5),(500095,'Water Parks & Slides',6464,'Water Play Equipment',3),(500096,'Hardware Pumps',632,'Hardware',1),(500097,'Sprinkler, Booster & Irrigation System Pumps',500096,'Hardware Pumps',2),(500098,'Pool, Fountain & Pond Pumps',500096,'Hardware Pumps',2),(500099,'Home Appliance Pumps',500096,'Hardware Pumps',2),(500100,'Well Pumps & Systems',500096,'Hardware Pumps',2),(500101,'Utility Pumps',500096,'Hardware Pumps',2),(500102,'Sump, Sewage & Effluent Pumps',500096,'Hardware Pumps',2),(500103,'Tool Organizer Liners & Inserts',3974,'Tool Storage & Organization',3),(500104,'Camera Focus Devices',143,'Camera Parts & Accessories',3),(500105,'White & Cream Sauces',427,'Condiments & Sauces',3),(500106,'Printers, Copiers & Fax Machines',345,'Print, Copy, Scan & Fax',2),(500107,'On',143,'Camera Parts & Accessories',3),(500109,'Electric Bicycle Conversion Kits',3214,'Bicycle Accessories',4),(500110,'Pet Heating Pad Accessories',2,'Pet Supplies',2),(500111,'Outdoor Sectional Sofa Units',6368,'Outdoor Seating',3),(500112,'Speaker Bags, Covers & Cases',7163,'Speaker Accessories',4),(500113,'Fingerboards & Fingerboard Sets',1266,'Sports Toys',3),(500114,'Laboratory Freezers',4335,'Laboratory Equipment',3),(500115,'Waste Container Labels & Signs',6757,'Waste Containment Accessories',3),(500117,'Video Game Console & Controller Batteries',276,'Batteries',4),(500118,'Costume Special Effects',5192,'Costume Accessories',3),(500119,'Tactile Transducers',7163,'Speaker Accessories',4),(500120,'Speaker Components & Kits',7163,'Speaker Accessories',4),(500121,'Home Fragrance Accessories',696,'Decor',2),(500122,'Candle Snuffers',500121,'Home Fragrance Accessories',3),(502966,'Popcorn & French Fry Scoops',3175,'Scoops',4),(502969,'Transfer Boards & Sheets',520,'Accessibility Equipment',4),(502970,'Field Hockey & Lacrosse Pads',499744,'Field Hockey & Lacrosse Protective Gear',4),(502972,'Party Supply Kits',96,'Party Supplies',3),(502973,'Fence Panels',128,'Fencing & Barriers',2),(502974,'Dry Boxes',5181,'Luggage & Bags',1),(502975,'Fuel Containers & Tanks',632,'Hardware',1),(502976,'Shochu & Soju',417,'Liquor & Spirits',4),(502977,'Chain, Wire & Rope',2878,'Hardware Accessories',2),(502978,'Gear Ties',503773,'Hooks, Buckles & Fasteners',3),(502979,'Jewelry Making Kits',505370,'Art & Craft Kits',4),(502980,'Bottling Bottles',3577,'Homebrewing & Winemaking Supplies',3),(502981,'Party Streamers & Curtains',96,'Party Supplies',3),(502982,'Pet Waste Bag Dispensers & Holders',2,'Pet Supplies',2),(502983,'Fence & Gate Accessories',128,'Fencing & Barriers',2),(502984,'Lattice',128,'Fencing & Barriers',2),(502986,'Garden Borders & Edging',128,'Fencing & Barriers',2),(502987,'Maternity Belts & Support Bands',167,'Clothing Accessories',2),(502988,'Hair Pins, Claws & Clips',171,'Hair Accessories',3),(502989,'Soda Maker Accessories',2901,'Kitchen Appliance Accessories',3),(502990,'Printer, Copier & Fax Machine Accessories',345,'Print, Copy, Scan & Fax',2),(502991,'Printer, Copier & Fax Machine Replacement Parts',502990,'Printer, Copier & Fax Machine Accessories',3),(502992,'Utility Buckles',503773,'Hooks, Buckles & Fasteners',3),(502993,'Portable Toilets & Showers',1013,'Camping & Hiking',3),(502994,'Portable Showers & Privacy Enclosures',502993,'Portable Toilets & Showers',4),(502995,'Touch Table Computers',278,'Computers',2),(502996,'False Eyelash Accessories',2548,'Makeup Tools',5),(502999,'Changing Mat & Tray Covers',548,'Diapering',2),(503000,'Hourglasses',696,'Decor',2),(503001,'Audio Converters',2182,'Converters',3),(503002,'Tablet Computer Housings & Trim',7349,'Tablet Computer Parts',4),(503003,'Keyboard Keys & Caps',6475,'Input Device Accessories',4),(503004,'Headphone Cushions & Tips',505797,'Headphone & Headset Accessories',4),(503005,'Funnels',668,'Kitchen Tools & Utensils',3),(503006,'Gait Belts',3477,'Medical Equipment',3),(503007,'Measuring Scale Accessories',5526,'Measuring Tool & Sensor Accessories',3),(503008,'Audio & Video Receiver Accessories',1420,'Audio Accessories',3),(503009,'Portable Toilets & Urination Devices',502993,'Portable Toilets & Showers',4),(503010,'Flag & Windsock Pole Mounting Hardware & Kits',7419,'Flag & Windsock Accessories',3),(503011,'Pallets & Loading Platforms',6987,'Material Handling',2),(503014,'Dry Box Liners & Inserts',110,'Luggage Accessories',2),(503016,'Tripod Spreaders',4638,'Tripod & Monopod Accessories',3),(503017,'Studio Stand & Mount Accessories',42,'Lighting & Studio',3),(503018,'Studio Light & Flash Accessories',42,'Lighting & Studio',3),(503019,'Camera Sun Hoods & Viewfinder Attachments',143,'Camera Parts & Accessories',3),(503020,'Camera Silencers & Sound Blimps',143,'Camera Parts & Accessories',3),(503021,'Gun Cleaning',2214,'Gun Care & Accessories',3),(503026,'Reloading Supplies & Equipment',2214,'Gun Care & Accessories',3),(503028,'Special Effects Light Stands',408,'Special Effects',3),(503032,'Guitar Fittings & Parts',3502,'Guitar Accessories',5),(503033,'Orchestral String Instrument Accessories',61,'String Instrument Accessories',4),(503034,'Orchestral String Instrument Strings',503033,'Orchestral String Instrument Accessories',5),(503035,'Orchestral String Instrument Stands',503033,'Orchestral String Instrument Accessories',5),(503036,'Orchestral String Instrument Pickups',503033,'Orchestral String Instrument Accessories',5),(503037,'Orchestral String Instrument Mutes',503033,'Orchestral String Instrument Accessories',5),(503038,'Orchestral String Instrument Fittings & Parts',503033,'Orchestral String Instrument Accessories',5),(503039,'Orchestral String Instrument Cases',503033,'Orchestral String Instrument Accessories',5),(503040,'Orchestral String Instrument Bows',503033,'Orchestral String Instrument Accessories',5),(503348,'Sewing Machine Replacement Parts',504643,'Art & Crafting Tool Accessories',4),(503721,'Guitar String Winders',3502,'Guitar Accessories',5),(503722,'Laboratory Funnels',4335,'Laboratory Equipment',3),(503723,'Aisle Runners',5455,'Wedding Ceremony Supplies',2),(503724,'Protective Masks',2047,'Work Safety Protective Gear',2),(503725,'Cooking Gel Fuels',6944,'Fondue Set Accessories',4),(503726,'Tripod Handles',4638,'Tripod & Monopod Accessories',3),(503727,'Door Frames',6343,'Door Hardware',3),(503728,'Window Frames',499772,'Window Hardware',3),(503729,'Wire Terminals & Connectors',127,'Power & Electrical Supplies',2),(503730,'Locks & Latches',1974,'Locks & Keys',2),(503731,'Metal Casting Molds',2878,'Hardware Accessories',2),(503733,'Pet Fragrances & Deodorizing Sprays',6383,'Pet Grooming Supplies',3),(503734,'Sugar & Sweeteners',2660,'Cooking & Baking Ingredients',3),(503735,'Photo Mounting Supplies',39,'Photography',2),(503736,'Coffee Maker & Espresso Machine Replacement Parts',3988,'Coffee Maker & Espresso Machine Accessories',4),(503737,'Electrical Testing Tools',1305,'Measuring Tools & Sensors',3),(503738,'Varnishes & Finishes',503740,'Painting Consumables',3),(503739,'Building Consumables',632,'Hardware',1),(503740,'Painting Consumables',503739,'Building Consumables',2),(503741,'Solvents, Strippers & Thinners',503739,'Building Consumables',2),(503742,'Hardware Glue & Adhesives',503739,'Building Consumables',2),(503743,'Masonry Consumables',503739,'Building Consumables',2),(503744,'Protective Coatings & Sealants',503739,'Building Consumables',2),(503745,'Craft & Office Glue',505376,'Crafting Adhesives & Magnets',5),(503746,'Tape Dispensers',2986,'Office Instruments',2),(503747,'Recorder Accessories',62,'Woodwind Instrument Accessories',4),(503748,'Recorder Cases',503747,'Recorder Accessories',5),(503749,'Recorder Care & Cleaning',503747,'Recorder Accessories',5),(503750,'Recorder Parts',503747,'Recorder Accessories',5),(503751,'Pool Liners',2832,'Pool & Spa Accessories',3),(503752,'Racquetball & Squash',499713,'Athletics',2),(503753,'Racquetball & Squash Balls',503752,'Racquetball & Squash',3),(503755,'Riser Cards',287,'I/O Cards & Adapters',4),(503756,'Gardening Scooters, Seats & Kneelers',5632,'Gardening Accessories',4),(503757,'Muddlers',651,'Cocktail Shakers & Tools',4),(503758,'Scrapbooking & Stamping Kits',505370,'Art & Craft Kits',4),(503759,'Citrus Fruits',5795,'Fresh & Frozen Fruits',4),(503760,'Stone Fruits',5795,'Fresh & Frozen Fruits',4),(503761,'Sprouts',5793,'Fresh & Frozen Vegetables',4),(503762,'Nursing Pads & Shields',561,'Nursing & Feeding',2),(503763,'Gymnastics Bars & Balance Beams',1000,'Gymnastics',3),(503764,'Chain Connectors & Links',503773,'Hooks, Buckles & Fasteners',3),(503765,'Office Furniture Accessories',436,'Furniture',1),(503766,'Desk Parts & Accessories',503765,'Office Furniture Accessories',2),(503767,'Personnel Lifts',131,'Lifts & Hoists',3),(503768,'Hoists, Cranes & Trolleys',131,'Lifts & Hoists',3),(503769,'Pulleys, Blocks & Sheaves',131,'Lifts & Hoists',3),(503770,'Lifting Hooks, Clamps & Shackles',503773,'Hooks, Buckles & Fasteners',3),(503771,'Jacks & Lift Trucks',131,'Lifts & Hoists',3),(503772,'Winches',131,'Lifts & Hoists',3),(503773,'Hooks, Buckles & Fasteners',2878,'Hardware Accessories',2),(503774,'Lighters & Matches',1167,'Tools',2),(503775,'Siding',115,'Building Materials',2),(503776,'Drywall',115,'Building Materials',2),(503777,'Rebar & Remesh',115,'Building Materials',2),(504419,'Wreath & Floral Frames',505381,'Craft Shapes & Bases',5),(504633,'Rice Keepers',5103,'Food Warmers',4),(504634,'Bidet Faucets & Sprayers',2691,'Toilet & Bidet Accessories',4),(504635,'Plumbing Fixture Hardware & Parts',133,'Plumbing',2),(504636,'Drains',504635,'Plumbing Fixture Hardware & Parts',3),(504637,'Drain Components',504635,'Plumbing Fixture Hardware & Parts',3),(504638,'Shower Arms & Connectors',2206,'Shower Parts',4),(504639,'Art & Crafting Tools',16,'Arts & Crafts',3),(504640,'Craft Cutting & Embossing Tools',504639,'Art & Crafting Tools',4),(504641,'Craft & Office Scissors',504640,'Craft Cutting & Embossing Tools',5),(504642,'Craft Cutters & Embossers',504640,'Craft Cutting & Embossing Tools',5),(504643,'Art & Crafting Tool Accessories',16,'Arts & Crafts',3),(505284,'Racquet Sport Toys',1266,'Sports Toys',3),(505285,'Plant & Herb Growing Kits',985,'Plants',2),(505286,'Sewing Machine Extension Tables',504643,'Art & Crafting Tool Accessories',4),(505287,'Quilts & Comforters',569,'Bedding',3),(505288,'Conductor Batons',55,'Musical Instrument & Orchestra Accessories',3),(505291,'Wakeboard Parts',3282,'Wakeboarding',5),(505292,'Gardening Sickles & Machetes',3173,'Gardening Tools',4),(505293,'Medical Tests',491,'Health Care',2),(505294,'Urinary Tract Infection Tests',505293,'Medical Tests',3),(505295,'Power Adapters & Chargers',275,'Power',3),(505296,'Ski Binding Parts',499845,'Skiing & Snowboarding',4),(505297,'Pet Waste Disposal Systems & Tools',2,'Pet Supplies',2),(505298,'Studio Recording Bundles',2165,'Audio Components',3),(505299,'Computer Interface Cards & Adapters',287,'I/O Cards & Adapters',4),(505300,'Weather Stripping & Weatherization Supplies',115,'Building Materials',2),(505301,'Peaches & Nectarines',503760,'Stone Fruits',5),(505302,'Sport Safety Lights & Reflectors',990,'Exercise & Fitness',2),(505303,'Aquarium & Pond Tubing',6,'Fish Supplies',3),(505304,'Pet Training Pad Holders',505314,'Pet Training Aids',3),(505305,'Plumbing Primer',503739,'Building Consumables',2),(505306,'Aquarium Fish Nets',6,'Fish Supplies',3),(505307,'Aquarium Air Stones & Diffusers',6,'Fish Supplies',3),(505308,'Brass Instrument Mouthpieces',57,'Brass Instrument Accessories',4),(505309,'Brass Instrument Straps & Stands',57,'Brass Instrument Accessories',4),(505310,'Brass Instrument Cases & Gigbags',57,'Brass Instrument Accessories',4),(505311,'Pet Training Sprays & Solutions',505314,'Pet Training Aids',3),(505312,'Oil Lamp Fuel',2956,'Lighting Accessories',2),(505313,'Pet Training Clickers & Treat Dispensers',505314,'Pet Training Aids',3),(505314,'Pet Training Aids',2,'Pet Supplies',2),(505315,'Punches & Awls',1167,'Tools',2),(505316,'Food & Drink Stencils',668,'Kitchen Tools & Utensils',3),(505317,'Kiteboard & Wakeboard Bindings',3282,'Wakeboarding',5),(505318,'Voltage Transformers & Regulators',127,'Power & Electrical Supplies',2),(505319,'Electrical Freeze Sprays',2277,'Chemicals',3),(505320,'Wall Jacks & Braces',2878,'Hardware Accessories',2),(505321,'Gardening Tool Heads',505326,'Gardening Tool Accessories',4),(505322,'Gardening Tool Handles',505326,'Gardening Tool Accessories',4),(505323,'Mattock & Pickaxe Accessories',3650,'Tool Accessories',2),(505324,'Mattock & Pickaxe Handles',505323,'Mattock & Pickaxe Accessories',3),(505325,'Paint Strainers',2077,'Paint Tools',3),(505326,'Gardening Tool Accessories',2962,'Gardening',3),(505327,'Cocktail Strainers',651,'Cocktail Shakers & Tools',4),(505328,'Music Benches & Stools',55,'Musical Instrument & Orchestra Accessories',3),(505329,'Turnips & Rutabagas',5793,'Fresh & Frozen Vegetables',4),(505330,'Air Hockey Equipment',1002,'Air Hockey',3),(505352,'Therapeutic Swings',5870,'Occupational & Physical Therapy Equipment',3),(505354,'Squashes & Gourds',5793,'Fresh & Frozen Vegetables',4),(505364,'Powered Hammers',1186,'Hammers',3),(505365,'Metronomes',55,'Musical Instrument & Orchestra Accessories',3),(505366,'Breast Pump Accessories',561,'Nursing & Feeding',2),(505367,'Orthodontic Appliance Cases',526,'Oral Care',3),(505368,'Bathtub Bases & Feet',2996,'Bathtub Accessories',4),(505369,'Craft Organization',16,'Arts & Crafts',3),(505370,'Art & Craft Kits',16,'Arts & Crafts',3),(505371,'Crafting Patterns & Molds',16,'Arts & Crafts',3),(505372,'Art & Crafting Materials',16,'Arts & Crafts',3),(505373,'Needlecraft Patterns',505371,'Crafting Patterns & Molds',4),(505374,'Candle Making Kits',505370,'Art & Craft Kits',4),(505375,'Raw Candle Wax',505372,'Art & Crafting Materials',4),(505376,'Crafting Adhesives & Magnets',505372,'Art & Crafting Materials',4),(505377,'Crafting Wire',505372,'Art & Crafting Materials',4),(505378,'Craft Paint, Ink & Glaze',505372,'Art & Crafting Materials',4),(505379,'Embellishments & Trims',505372,'Art & Crafting Materials',4),(505380,'Craft Fasteners & Closures',505372,'Art & Crafting Materials',4),(505381,'Craft Shapes & Bases',505372,'Art & Crafting Materials',4),(505382,'Crafting Fibers',505372,'Art & Crafting Materials',4),(505383,'Leather & Vinyl',505372,'Art & Crafting Materials',4),(505384,'Textiles',505372,'Art & Crafting Materials',4),(505386,'Craft Decoration Makers',504639,'Art & Crafting Tools',4),(505387,'Thread & Yarn Tools',504639,'Art & Crafting Tools',4),(505388,'Textile Craft Machines',504639,'Art & Crafting Tools',4),(505391,'Color Mixing Tools',504639,'Art & Crafting Tools',4),(505392,'Craft Measuring & Marking Tools',504639,'Art & Crafting Tools',4),(505393,'Needles & Hooks',504639,'Art & Crafting Tools',4),(505394,'Needle, Pin & Hook Organizers',505369,'Craft Organization',4),(505395,'Thread & Yarn Organizers',505369,'Craft Organization',4),(505396,'Printable Fabric',505384,'Textiles',5),(505397,'Crafting Canvas',505384,'Textiles',5),(505399,'Cardstock & Scrapbooking Paper',24,'Art & Craft Paper',5),(505400,'Drawing & Painting Paper',24,'Art & Craft Paper',5),(505401,'Papier Mache Mixes',44,'Pottery & Sculpting Materials',5),(505402,'Pottery Slips',44,'Pottery & Sculpting Materials',5),(505403,'Papier Mache Shapes',505381,'Craft Shapes & Bases',5),(505404,'Craft Wood & Shapes',505381,'Craft Shapes & Bases',5),(505405,'Pillow Forms',6142,'Filling & Padding Material',5),(505406,'Filling Pellets',6142,'Filling & Padding Material',5),(505407,'Batting & Stuffing',6142,'Filling & Padding Material',5),(505408,'Clasps & Hooks',505380,'Craft Fasteners & Closures',5),(505409,'Eyelets & Grommets',505380,'Craft Fasteners & Closures',5),(505410,'Sequins & Glitter',505379,'Embellishments & Trims',5),(505411,'Feathers',505379,'Embellishments & Trims',5),(505412,'Ribbons & Trim',505379,'Embellishments & Trims',5),(505413,'Bows & Yo',505379,'Embellishments & Trims',5),(505414,'Ink Pads',505378,'Craft Paint, Ink & Glaze',5),(505415,'Craft Dyes',505378,'Craft Paint, Ink & Glaze',5),(505416,'Art Ink',505378,'Craft Paint, Ink & Glaze',5),(505417,'Art & Craft Paint',505378,'Craft Paint, Ink & Glaze',5),(505418,'Floral Wire',505377,'Crafting Wire',5),(505419,'Decorative Tape',505376,'Crafting Adhesives & Magnets',5),(505420,'Wood Burning Tools',505392,'Craft Measuring & Marking Tools',5),(505421,'Mechanical Looms',505388,'Textile Craft Machines',5),(505422,'Hand Looms',505388,'Textile Craft Machines',5),(505666,'Food Mixers & Blenders',730,'Kitchen Appliances',3),(505667,'Outdoor Grill Replacement Parts',3684,'Outdoor Grill Accessories',4),(505668,'Bicycle Tools',3214,'Bicycle Accessories',4),(505669,'Steam Inhalers',4551,'Respiratory Care',3),(505670,'Hairdressing Capes & Neck Covers',7240,'Hairdressing & Cosmetology',2),(505761,'Absinthe',417,'Liquor & Spirits',4),(505762,'Ammunition Cases & Holders',2214,'Gun Care & Accessories',3),(505763,'Chair Sashes',96,'Party Supplies',3),(505764,'Beds & Bed Frames',6433,'Beds & Accessories',2),(505765,'Food Mixer & Blender Accessories',2901,'Kitchen Appliance Accessories',3),(505766,'Motor Vehicle A/V Players & In',8526,'Motor Vehicle Electronics',3),(505767,'Hard Drive Enclosures & Mounts',1623,'Hard Drive Accessories',5),(505768,'Brass Instrument Mutes',57,'Brass Instrument Accessories',4),(505769,'Alto & Baritone Horns',63,'Brass Instruments',4),(505770,'Trumpets & Cornets',63,'Brass Instruments',4),(505771,'Headphones & Headsets',2165,'Audio Components',3),(505772,'Ski & Snowboard Tuning Tools',499845,'Skiing & Snowboarding',4),(505797,'Headphone & Headset Accessories',1420,'Audio Accessories',3),(505801,'Electronic Card Readers',1928,'Input Devices',4),(505802,'Wall Patching Compounds & Plaster',503739,'Building Consumables',2),(505803,'Bed Canopies',569,'Bedding',3),(505804,'Plaster Gauze',44,'Pottery & Sculpting Materials',5),(505805,'Mounting Putty',932,'General Office Supplies',2),(505806,'Beverage Tubs & Chillers',649,'Barware',3),(505808,'Credit Card Terminals',505825,'Cash Register & POS Terminal Accessories',4),(505809,'Seasonal Village Sets & Accessories',596,'Seasonal & Holiday Decorations',3),(505810,'Tool Handle Wedges',3650,'Tool Accessories',2),(505811,'Pet Door Accessories',2,'Pet Supplies',2),(505812,'Wedge Tools',3650,'Tool Accessories',2),(505813,'Field & Court Boundary Markers',6739,'Coaching & Officiating',3),(505814,'Watering Can Accesssories',3568,'Watering & Irrigation',3),(505815,'Pool & Spa Maintenance Kits',2832,'Pool & Spa Accessories',3),(505817,'Skateboard Small Parts',3670,'Skateboard Parts',4),(505818,'Play Dough & Putty',3731,'Art & Drawing Toys',3),(505819,'Activity Monitor Accessories',5071,'Biometric Monitor Accessories',3),(505820,'Conductivity Gels & Lotions',491,'Health Care',2),(505821,'Livestock Feed',6991,'Animal Husbandry',3),(505822,'Fertility Monitors and Ovulation Tests',494,'Biometric Monitors',3),(505824,'Cash Registers & POS Terminals',4181,'Money Handling',3),(505825,'Cash Register & POS Terminal Accessories',4181,'Money Handling',3),(505826,'Night Lights & Ambient Lighting',594,'Lighting',2),(505827,'Clock Parts',696,'Decor',2),(505828,'Ostomy Supplies',2907,'Medical Supplies',3),(505830,'Letter Openers',2986,'Office Instruments',2),(505831,'Cutter & Scraper Blades',2174,'Tool Blades',3),(505832,'Kitchen Linens Sets',4171,'Linens & Bedding',2);
/*!40000 ALTER TABLE `wpdl_pmxe_google_cats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_pmxe_posts`
--

DROP TABLE IF EXISTS `wpdl_pmxe_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_pmxe_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `export_id` bigint(20) unsigned NOT NULL,
  `iteration` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_pmxe_posts`
--

LOCK TABLES `wpdl_pmxe_posts` WRITE;
/*!40000 ALTER TABLE `wpdl_pmxe_posts` DISABLE KEYS */;
INSERT INTO `wpdl_pmxe_posts` VALUES (1,681,1,0),(2,682,1,0),(3,683,1,0),(4,684,1,0),(5,693,1,0),(6,782,1,0);
/*!40000 ALTER TABLE `wpdl_pmxe_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_pmxe_templates`
--

DROP TABLE IF EXISTS `wpdl_pmxe_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_pmxe_templates` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `options` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_pmxe_templates`
--

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

--
-- Table structure for table `wpdl_postmeta`
--

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

--
-- Dumping data for table `wpdl_postmeta`
--

LOCK TABLES `wpdl_postmeta` WRITE;
/*!40000 ALTER TABLE `wpdl_postmeta` DISABLE KEYS */;
INSERT INTO `wpdl_postmeta` VALUES (2,3,'_wp_page_template','default'),(8,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7,7,'_wp_attached_file','woocommerce-placeholder.png'),(9,1,'_qode-like','0'),(10,17,'_wp_attached_file','2017/08/home-image.png'),(11,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:139;s:6:\"height\";i:138;s:4:\"file\";s:22:\"2017/08/home-image.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"home-image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"home-image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,17,'_wp_attachment_image_alt','a'),(13,22,'_wp_attached_file','2017/08/home-image-2.jpg'),(14,122,'_wp_attached_file','2017/08/icon-1.png'),(15,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:17;s:4:\"file\";s:18:\"2017/08/icon-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16,122,'_wp_attachment_image_alt','a'),(17,124,'_wp_attached_file','2017/08/icon-2.png'),(18,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:17;s:4:\"file\";s:18:\"2017/08/icon-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19,124,'_wp_attachment_image_alt','k'),(20,186,'_wp_attached_file','2017/08/our-philosophy-img.jpg'),(21,125,'_wp_attached_file','2017/08/icon-3.png'),(22,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:17;s:4:\"file\";s:18:\"2017/08/icon-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23,125,'_wp_attachment_image_alt','s'),(24,241,'_wp_attached_file','2017/08/signature-2.png'),(25,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:133;s:6:\"height\";i:87;s:4:\"file\";s:23:\"2017/08/signature-2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"signature-2-100x87.png\";s:5:\"width\";i:100;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"signature-2-100x87.png\";s:5:\"width\";i:100;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26,241,'_wp_attachment_image_alt','a'),(27,290,'_wp_attached_file','2017/08/chef3.jpg'),(28,242,'_wp_attached_file','2017/08/signature-3.png'),(29,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:149;s:6:\"height\";i:57;s:4:\"file\";s:23:\"2017/08/signature-3.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"signature-3-100x57.png\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"signature-3-100x57.png\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30,148,'_wp_attached_file','2017/08/contact-image.jpg'),(31,242,'_wp_attachment_image_alt','a'),(32,310,'_wp_attached_file','2017/08/employee6.jpg'),(33,504,'_wp_attached_file','2017/08/history-image2.jpg'),(34,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:380;s:4:\"file\";s:17:\"2017/08/chef3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"chef3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"chef3-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:17:\"chef3-268x198.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:17:\"chef3-268x260.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:17:\"chef3-268x380.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:17:\"chef3-268x303.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"chef3-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"chef3-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35,413,'_wp_attached_file','2017/08/icon-3-gray.png'),(36,290,'_wp_attachment_image_alt','a'),(37,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:17;s:4:\"file\";s:23:\"2017/08/icon-3-gray.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,413,'_wp_attachment_image_alt','a'),(39,458,'_wp_attached_file','2017/08/history-title-image.jpg'),(40,272,'_wp_attached_file','2017/08/bridge93-logo.png'),(41,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2017/08/our-philosophy-img.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-380x380.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-380x500.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-380x500.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-380x303.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"our-philosophy-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"our-philosophy-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"our-philosophy-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42,186,'_wp_attachment_image_alt','a'),(43,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:190;s:4:\"file\";s:25:\"2017/08/bridge93-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bridge93-logo-114x150.png\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"bridge93-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"bridge93-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,272,'_wp_attachment_image_alt','a'),(45,304,'_wp_attached_file','2017/08/employee8.jpg'),(46,432,'_wp_attached_file','2017/08/home-parallax1.jpg'),(47,273,'_wp_attached_file','2017/08/bridge93-logo-dark.png'),(48,187,'_wp_attached_file','2017/08/our-philosophy-img-2.jpg'),(49,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:190;s:4:\"file\";s:30:\"2017/08/bridge93-logo-dark.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bridge93-logo-dark-114x150.png\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"bridge93-logo-dark-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"bridge93-logo-dark-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,273,'_wp_attachment_image_alt','a'),(51,287,'_wp_attached_file','2017/08/chef4.jpg'),(52,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2017/08/history-image2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"history-image2-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"history-image2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"history-image2-376x260.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"history-image2-376x380.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"history-image2-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"history-image2-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"history-image2-376x303.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"history-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"history-image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,504,'_wp_attachment_image_alt','a'),(54,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee6.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee6-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee6-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee6-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee6-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee6-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee6-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee6-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee6-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee6-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,310,'_wp_attachment_image_alt','a'),(56,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:380;s:4:\"file\";s:17:\"2017/08/chef4.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"chef4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"chef4-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:17:\"chef4-268x198.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:17:\"chef4-268x260.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:17:\"chef4-268x380.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:17:\"chef4-268x303.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"chef4-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"chef4-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(57,287,'_wp_attachment_image_alt','a'),(58,505,'_wp_attached_file','2017/08/history-image3.jpg'),(59,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2017/08/our-philosophy-img-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-380x380.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-380x500.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-380x500.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-380x303.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"our-philosophy-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"our-philosophy-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,187,'_wp_attachment_image_alt','a'),(61,311,'_wp_attached_file','2017/08/employee7.jpg'),(62,288,'_wp_attached_file','2017/08/chef1.jpg'),(63,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee8.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee8-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee8-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee8-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee8-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee8-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee8-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee8-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee8-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee8-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(64,304,'_wp_attachment_image_alt','a'),(65,188,'_wp_attached_file','2017/08/our-philosophy-img-3.jpg'),(66,305,'_wp_attached_file','2017/08/employee1.jpg'),(67,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:380;s:4:\"file\";s:17:\"2017/08/chef1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"chef1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"chef1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:17:\"chef1-268x198.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:17:\"chef1-268x260.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:17:\"chef1-268x380.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:17:\"chef1-268x303.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"chef1-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"chef1-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,288,'_wp_attachment_image_alt','a'),(69,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2017/08/history-image3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"history-image3-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"history-image3-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"history-image3-376x260.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"history-image3-376x380.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"history-image3-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"history-image3-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"history-image3-376x303.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"history-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"history-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,505,'_wp_attachment_image_alt','a'),(71,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:686;s:6:\"height\";i:630;s:4:\"file\";s:24:\"2017/08/home-image-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"home-image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"home-image-2-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:24:\"home-image-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:24:\"home-image-2-600x630.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:24:\"home-image-2-686x600.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:24:\"home-image-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:24:\"home-image-2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:24:\"home-image-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:24:\"home-image-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:24:\"home-image-2-686x500.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"home-image-2-500x630.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:24:\"home-image-2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"home-image-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"home-image-2-600x551.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"home-image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"home-image-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"home-image-2-600x551.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"home-image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,22,'_wp_attachment_image_alt','a'),(73,289,'_wp_attached_file','2017/08/chef2.jpg'),(74,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2017/08/our-philosophy-img-3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-380x380.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-380x500.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-380x500.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-380x303.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"our-philosophy-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"our-philosophy-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,188,'_wp_attachment_image_alt','a'),(76,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee7.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee7-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee7-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee7-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee7-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee7-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee7-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee7-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee7-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee7-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,311,'_wp_attachment_image_alt','a'),(78,46,'_wp_attached_file','2017/08/home-background-img.jpg'),(79,506,'_wp_attached_file','2017/08/history-image4.jpg'),(80,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:380;s:4:\"file\";s:17:\"2017/08/chef2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"chef2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"chef2-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:17:\"chef2-268x198.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:17:\"chef2-268x260.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:17:\"chef2-268x380.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:17:\"chef2-268x303.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"chef2-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"chef2-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"chef2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,289,'_wp_attachment_image_alt','a'),(82,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2017/08/contact-image.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"contact-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"contact-image-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"contact-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"contact-image-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"contact-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"contact-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"contact-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"contact-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"contact-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:25:\"contact-image-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:25:\"contact-image-500x675.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"contact-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"contact-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"contact-image-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"contact-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"contact-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"contact-image-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"contact-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,148,'_wp_attachment_image_alt','a'),(84,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee1-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee1-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee1-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee1-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,305,'_wp_attachment_image_alt','a'),(86,327,'_wp_attached_file','2017/08/reservation-background-image.jpg'),(87,201,'_wp_attached_file','2017/08/our-philosophy-parallax-2.jpg'),(88,306,'_wp_attached_file','2017/08/employee2.jpg'),(89,159,'_wp_attached_file','2017/08/opening-hours.jpg'),(90,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2017/08/history-image4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"history-image4-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"history-image4-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"history-image4-376x260.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"history-image4-376x380.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"history-image4-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"history-image4-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"history-image4-376x303.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"history-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"history-image4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(91,506,'_wp_attachment_image_alt','a'),(92,507,'_wp_attached_file','2017/08/history-image5.jpg'),(93,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee2-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee2-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee2-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee2-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee2-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee2-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(94,306,'_wp_attachment_image_alt','a'),(95,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2017/08/history-image5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"history-image5-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"history-image5-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"history-image5-376x260.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"history-image5-376x380.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"history-image5-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"history-image5-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"history-image5-376x303.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"history-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"history-image5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(96,507,'_wp_attachment_image_alt','a'),(97,307,'_wp_attached_file','2017/08/employee3.jpg'),(98,508,'_wp_attached_file','2017/08/history-image6.jpg'),(99,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee3-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee3-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee3-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee3-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee3-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee3-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee3-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee3-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee3-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,307,'_wp_attachment_image_alt','s'),(101,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2017/08/history-image6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"history-image6-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"history-image6-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"history-image6-376x260.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"history-image6-376x380.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"history-image6-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"history-image6-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"history-image6-376x303.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"history-image6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"history-image6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,508,'_wp_attachment_image_alt','a'),(103,308,'_wp_attached_file','2017/08/employee4.jpg'),(104,509,'_wp_attached_file','2017/08/history-image7.jpg'),(105,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2017/08/history-image7.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"history-image7-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"history-image7-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"history-image7-376x260.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"history-image7-376x380.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"history-image7-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"history-image7-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"history-image7-376x303.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"history-image7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"history-image7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(106,509,'_wp_attachment_image_alt','a'),(107,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee4-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee4-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee4-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee4-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee4-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee4-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee4-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee4-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee4-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(108,308,'_wp_attachment_image_alt','a'),(109,309,'_wp_attached_file','2017/08/employee5.jpg'),(110,458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:807;s:4:\"file\";s:31:\"2017/08/history-title-image.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"history-title-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"history-title-image-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"history-title-image-768x323.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"history-title-image-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"history-title-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"history-title-image-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"history-title-image-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"history-title-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"history-title-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"history-title-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"history-title-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"history-title-image-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"history-title-image-500x807.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"history-title-image-1000x807.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"history-title-image-700x294.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"history-title-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"history-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"history-title-image-600x252.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"history-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"history-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"history-title-image-600x252.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"history-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,458,'_wp_attachment_image_alt','a'),(112,461,'_wp_attached_file','2017/08/history-parallax-image.jpg'),(113,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:623;s:4:\"file\";s:21:\"2017/08/employee5.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"employee5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"employee5-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"employee5-400x570.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"employee5-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"employee5-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"employee5-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"employee5-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"employee5-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"employee5-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"employee5-400x303.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"employee5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"employee5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"employee5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(114,309,'_wp_attachment_image_alt','s'),(115,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1004;s:4:\"file\";s:26:\"2017/08/home-parallax1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-parallax1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-parallax1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home-parallax1-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"home-parallax1-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:26:\"home-parallax1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:26:\"home-parallax1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:26:\"home-parallax1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"home-parallax1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"home-parallax1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"home-parallax1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"home-parallax1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:27:\"home-parallax1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"home-parallax1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"home-parallax1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:26:\"home-parallax1-700x366.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"home-parallax1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"home-parallax1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"home-parallax1-600x314.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"home-parallax1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"home-parallax1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"home-parallax1-600x314.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"home-parallax1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,432,'_wp_attachment_image_alt','a'),(117,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:907;s:4:\"file\";s:31:\"2017/08/home-background-img.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home-background-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home-background-img-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home-background-img-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"home-background-img-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"home-background-img-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"home-background-img-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"home-background-img-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"home-background-img-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"home-background-img-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"home-background-img-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"home-background-img-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"home-background-img-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"home-background-img-500x907.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:907;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"home-background-img-1000x907.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:907;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"home-background-img-700x331.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"home-background-img-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"home-background-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"home-background-img-600x283.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"home-background-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"home-background-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"home-background-img-600x283.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"home-background-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(118,46,'_wp_attachment_image_alt','d'),(119,437,'_wp_attached_file','2017/08/slide1-1.jpg'),(120,77,'_wp_attached_file','2017/08/home-image.jpg'),(121,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2017/08/our-philosophy-parallax-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"our-philosophy-parallax-2-1024x533.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:38:\"our-philosophy-parallax-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"our-philosophy-parallax-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:39:\"our-philosophy-parallax-2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-700x365.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(122,201,'_wp_attachment_image_alt','a'),(123,213,'_wp_attached_file','2017/08/testimonials-icon.png'),(124,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:46;s:4:\"file\";s:29:\"2017/08/testimonials-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,213,'_wp_attachment_image_alt','a'),(126,237,'_wp_attached_file','2017/08/team-1.jpg'),(127,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:40:\"2017/08/reservation-background-image.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"reservation-background-image-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:41:\"reservation-background-image-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:41:\"reservation-background-image-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:42:\"reservation-background-image-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-700x401.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"reservation-background-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"reservation-background-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"reservation-background-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,327,'_wp_attachment_image_alt','a'),(129,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:380;s:4:\"file\";s:18:\"2017/08/team-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"team-1-268x198.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"team-1-268x260.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"team-1-268x380.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"team-1-268x303.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-1-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"team-1-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(130,237,'_wp_attachment_image_alt','a'),(131,328,'_wp_attached_file','2017/08/reservation-logo.png'),(132,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:139;s:6:\"height\";i:138;s:4:\"file\";s:28:\"2017/08/reservation-logo.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"reservation-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"reservation-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,328,'_wp_attachment_image_alt','a'),(134,238,'_wp_attached_file','2017/08/team-2.jpg'),(135,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:380;s:4:\"file\";s:18:\"2017/08/team-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-2-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"team-2-268x198.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"team-2-268x260.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"team-2-268x380.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"team-2-268x303.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-2-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"team-2-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(136,238,'_wp_attachment_image_alt','a'),(137,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:624;s:4:\"file\";s:22:\"2017/08/home-image.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"home-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"home-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"home-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"home-image-600x624.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"home-image-624x600.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"home-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"home-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"home-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"home-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"home-image-624x500.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"home-image-500x624.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"home-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"home-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"home-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"home-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"home-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"home-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"home-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(138,77,'_wp_attachment_image_alt','a'),(139,335,'_wp_attached_file','2017/08/menu-title-image.jpg'),(140,89,'_wp_attached_file','2017/08/pin.png'),(141,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:39;s:6:\"height\";i:61;s:4:\"file\";s:15:\"2017/08/pin.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(142,89,'_wp_attachment_image_alt','d'),(143,91,'_wp_attached_file','2017/08/home-image-2-1.jpg'),(144,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1288;s:4:\"file\";s:25:\"2017/08/opening-hours.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"opening-hours-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"opening-hours-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"opening-hours-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"opening-hours-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"opening-hours-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"opening-hours-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"opening-hours-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"opening-hours-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"opening-hours-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"opening-hours-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"opening-hours-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"opening-hours-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"opening-hours-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:27:\"opening-hours-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"opening-hours-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"opening-hours-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"opening-hours-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"opening-hours-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"opening-hours-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"opening-hours-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"opening-hours-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"opening-hours-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,159,'_wp_attachment_image_alt','a'),(146,174,'_wp_attached_file','2017/08/signature.png'),(147,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:170;s:6:\"height\";i:111;s:4:\"file\";s:21:\"2017/08/signature.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"signature-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"signature-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"signature-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(148,174,'_wp_attachment_image_alt','a'),(149,179,'_wp_attached_file','2017/08/our-philosophy-parallax.jpg'),(150,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:34:\"2017/08/history-parallax-image.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"history-parallax-image-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:35:\"history-parallax-image-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:35:\"history-parallax-image-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:36:\"history-parallax-image-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-700x401.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"history-parallax-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"history-parallax-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"history-parallax-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,461,'_wp_attachment_image_alt','a'),(152,464,'_wp_attached_file','2017/08/taste-logo.png'),(153,464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:73;s:4:\"file\";s:22:\"2017/08/taste-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,464,'_wp_attachment_image_alt','a'),(155,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:624;s:4:\"file\";s:26:\"2017/08/home-image-2-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-600x624.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-624x600.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-624x500.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-500x624.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"home-image-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"home-image-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"home-image-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(156,91,'_wp_attachment_image_alt','a'),(157,465,'_wp_attached_file','2017/08/restaurant-awards-logo.png'),(158,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:76;s:6:\"height\";i:81;s:4:\"file\";s:34:\"2017/08/restaurant-awards-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,465,'_wp_attachment_image_alt','a'),(160,108,'_wp_attached_file','2017/08/home-fullscreen-img.jpg'),(161,466,'_wp_attached_file','2017/08/food-made-good-logo.png'),(162,466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:59;s:6:\"height\";i:73;s:4:\"file\";s:31:\"2017/08/food-made-good-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,466,'_wp_attachment_image_alt','a'),(164,487,'_wp_attached_file','2017/08/slide2.jpg'),(165,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:668;s:4:\"file\";s:28:\"2017/08/menu-title-image.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"menu-title-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"menu-title-image-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"menu-title-image-768x267.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"menu-title-image-1024x356.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"menu-title-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"menu-title-image-600x668.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"menu-title-image-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"menu-title-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"menu-title-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"menu-title-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"menu-title-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"menu-title-image-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"menu-title-image-500x668.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"menu-title-image-1000x668.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"menu-title-image-700x244.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"menu-title-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"menu-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"menu-title-image-600x209.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"menu-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"menu-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"menu-title-image-600x209.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"menu-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166,335,'_wp_attachment_image_alt','a'),(167,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:20:\"2017/08/slide1-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide1-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slide1-1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slide1-1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"slide1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"slide1-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"slide1-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"slide1-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"slide1-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"slide1-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"slide1-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"slide1-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"slide1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"slide1-1-700x401.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"slide1-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slide1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slide1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,437,'_wp_attachment_image_alt','a'),(169,411,'_wp_attached_file','2017/08/icon-1-gray.png'),(170,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:17;s:4:\"file\";s:23:\"2017/08/icon-1-gray.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(171,411,'_wp_attachment_image_alt','a'),(172,412,'_wp_attached_file','2017/08/icon-2-gray.png'),(173,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:17;s:4:\"file\";s:23:\"2017/08/icon-2-gray.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(174,412,'_wp_attachment_image_alt','a'),(175,438,'_wp_attached_file','2017/08/slide-border.jpg'),(176,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:157;s:4:\"file\";s:24:\"2017/08/slide-border.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slide-border-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"slide-border-300x25.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"slide-border-768x63.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"slide-border-1024x84.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:24:\"slide-border-570x157.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:24:\"slide-border-600x157.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:24:\"slide-border-800x157.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:24:\"slide-border-345x157.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:24:\"slide-border-400x157.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:24:\"slide-border-500x157.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:24:\"slide-border-500x157.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:25:\"slide-border-1000x157.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"slide-border-500x157.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:25:\"slide-border-1000x157.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:23:\"slide-border-700x57.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:24:\"slide-border-539x157.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slide-border-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"slide-border-600x49.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slide-border-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"slide-border-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"slide-border-600x49.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slide-border-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,438,'_wp_attachment_image_alt','a'),(178,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/08/our-philosophy-parallax.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"our-philosophy-parallax-1024x533.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:36:\"our-philosophy-parallax-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"our-philosophy-parallax-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"our-philosophy-parallax-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-700x365.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"our-philosophy-parallax-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"our-philosophy-parallax-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"our-philosophy-parallax-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,179,'_wp_attachment_image_alt','a'),(180,450,'_wp_attached_file','2017/08/contact-title-image.jpg'),(181,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2017/08/home-fullscreen-img.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"home-fullscreen-img-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"home-fullscreen-img-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:32:\"home-fullscreen-img-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:33:\"home-fullscreen-img-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-700x438.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"home-fullscreen-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"home-fullscreen-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"home-fullscreen-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(182,108,'_wp_attachment_image_alt','a'),(183,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:18:\"2017/08/slide2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide2-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide2-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:18:\"slide2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:18:\"slide2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:18:\"slide2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"slide2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"slide2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"slide2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:18:\"slide2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:19:\"slide2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"slide2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:20:\"slide2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:18:\"slide2-700x401.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"slide2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slide2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slide2-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slide2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slide2-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(184,487,'_wp_attachment_image_alt','a'),(185,503,'_wp_attached_file','2017/08/history-image1.jpg'),(186,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2017/08/history-image1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"history-image1-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"history-image1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"history-image1-376x260.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"history-image1-376x380.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"history-image1-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"history-image1-376x500.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"history-image1-376x303.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"history-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"history-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"history-image1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,503,'_wp_attachment_image_alt','a'),(188,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:810;s:4:\"file\";s:31:\"2017/08/contact-title-image.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"contact-title-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"contact-title-image-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"contact-title-image-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"contact-title-image-1024x432.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"contact-title-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"contact-title-image-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"contact-title-image-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"contact-title-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"contact-title-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"contact-title-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"contact-title-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"contact-title-image-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"contact-title-image-500x810.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"contact-title-image-1000x810.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"contact-title-image-700x295.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"contact-title-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"contact-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"contact-title-image-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"contact-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"contact-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"contact-title-image-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"contact-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(189,450,'_wp_attachment_image_alt','a'),(190,451,'_wp_attached_file','2017/08/team-title-image.jpg'),(191,451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:805;s:4:\"file\";s:28:\"2017/08/team-title-image.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"team-title-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"team-title-image-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"team-title-image-768x322.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"team-title-image-1024x429.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"team-title-image-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"team-title-image-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"team-title-image-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"team-title-image-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"team-title-image-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"team-title-image-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"team-title-image-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"team-title-image-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"team-title-image-500x805.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"team-title-image-1000x805.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"team-title-image-700x293.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"team-title-image-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"team-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"team-title-image-600x252.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"team-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"team-title-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"team-title-image-600x252.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"team-title-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,451,'_wp_attachment_image_alt','a'),(193,453,'_wp_attached_file','2017/08/our-philosophy-title.jpg'),(194,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2017/08/our-philosophy-title.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"our-philosophy-title-1024x533.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"our-philosophy-title-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"our-philosophy-title-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"our-philosophy-title-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-700x365.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"our-philosophy-title-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"our-philosophy-title-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"our-philosophy-title-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,453,'_wp_attachment_image_alt','a'),(196,14,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1568275168154{margin-top: 60px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}'),(2807,1066,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2647,1028,'_wp_page_template','full_width.php'),(2648,1028,'_wp_page_template','full_width.php'),(1074,549,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1503044316026{padding-top: 35% !important;}'),(198,14,'_wp_page_template','full_width.php'),(199,14,'slide_template','default'),(200,14,'_wpb_vc_js_status','true'),(201,14,'qode_show-sidebar','default'),(202,14,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1568275168154{margin-top: 60px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}'),(2808,757,'_menu_item_anchor',''),(2645,1028,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2813,757,'_menu_item_icon_pack',''),(2814,757,'_menu_item_sidebar',''),(2815,757,'_menu_item_wide_position',''),(203,14,'qode_page_background_color','#f3f3f3'),(204,14,'qode_show-page-title','yes'),(205,14,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(206,115,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1563349723529{padding-right: 13% !important;}'),(208,115,'_wp_page_template','full_width.php'),(209,115,'slide_template','default'),(210,115,'_wpb_vc_js_status','true'),(211,115,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2019/07/MG_1033-guiller.jpg'),(212,115,'qode_show-sidebar','default'),(213,115,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1563349723529{padding-right: 13% !important;}'),(214,115,'qode_fixed-title-image','yes'),(215,115,'qode_title-height','705'),(216,115,'qode_responsive-title-image','yes'),(217,510,'_menu_item_type','post_type'),(218,510,'_menu_item_menu_item_parent','0'),(219,510,'_menu_item_object_id','115'),(220,510,'_menu_item_object','page'),(221,510,'_menu_item_target',''),(222,510,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(223,510,'_menu_item_xfn',''),(224,510,'_menu_item_url',''),(225,511,'_menu_item_type','post_type'),(226,511,'_menu_item_menu_item_parent','0'),(227,511,'_menu_item_object_id','14'),(228,511,'_menu_item_object','page'),(229,511,'_menu_item_target',''),(230,511,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(231,511,'_menu_item_xfn',''),(232,511,'_menu_item_url',''),(1855,802,'_edit_last','1'),(1856,802,'slide_template',''),(1854,803,'slide_template','default'),(1852,804,'slide_template','default'),(1853,803,'_edit_last','1'),(434,527,'_wp_attached_file','revslider/main-slider-n/slide1-1.jpg'),(275,516,'_qode-like','0'),(1595,683,'_edit_last','1'),(1596,683,'_edit_lock','1568306331:1'),(1597,683,'qode_restaurant_menu_item_description','Grilled Hake or Romana Style or Galician Style  '),(1598,683,'slide_template','default'),(2961,3,'_qode-like','0'),(2960,609,'_qode-like','0'),(2958,1020,'_qode-like','0'),(2959,1019,'_qode-like','0'),(2957,1028,'_qode-like','0'),(1832,795,'_edit_last','1'),(1831,809,'_edit_lock','1565669035:1'),(1830,808,'_edit_lock','1565674613:1'),(1829,807,'_edit_lock','1565674644:1'),(1828,806,'_edit_lock','1565674688:1'),(1193,326,'qode_page_background_image_fixed','no'),(318,326,'_wp_page_template','full_width.php'),(319,326,'slide_template','default'),(320,326,'_wpb_vc_js_status','true'),(321,326,'qode_show-sidebar','default'),(322,326,'qode_show-page-title','yes'),(323,334,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(325,334,'_wp_page_template','full_width.php'),(326,334,'slide_template','default'),(327,334,'_wpb_vc_js_status','true'),(328,334,'qode_page_title_position','center'),(329,334,'qode_page-title-color','#ffffff'),(330,334,'qode_fixed-title-image','yes'),(331,334,'qode_show-sidebar','default'),(332,334,'qode_show-page-title','yes'),(333,334,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(334,334,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2017/08/menu-title-image.jpg'),(335,334,'qode_title-height','568'),(336,334,'qode_page_background_color','#f3f3f3'),(1374,678,'spu_rules','a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"all_pages\";}}}'),(352,208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(353,208,'qode_testimonial-author','- Jordano Brunollini -'),(354,208,'qode_testimonial-text','Integer volutpat dui at placerat suscipit. Phasellus at tortor sed risus scelerisque dapibus id in ante. In hac habitasse platea dictumst. Sed pretium cursus diam sed faucibus'),(355,208,'slide_template','default'),(356,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(357,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(358,210,'qode_testimonial-author','- Teresio Padovano -'),(359,210,'qode_testimonial-text','Sed sagittis, massa vel varius facilisis, lorem metus auctor neque, non condimentum purus massa at ex. Nullam nec sapien quis nulla scelerisque lobortis'),(360,210,'slide_template','default'),(361,210,'_dp_original','208'),(1175,597,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1850,805,'slide_template',''),(1851,804,'_edit_last','1'),(2756,1042,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2755,1042,'_menu_item_target',''),(2754,1042,'_menu_item_object','page'),(2753,1042,'_menu_item_object_id','1020'),(2752,1042,'_menu_item_menu_item_parent','0'),(2751,1042,'_menu_item_type','post_type'),(1349,674,'_edit_last','1'),(410,524,'_menu_item_type','post_type'),(411,524,'_menu_item_menu_item_parent','0'),(412,524,'_menu_item_object_id','326'),(413,524,'_menu_item_object','page'),(414,524,'_menu_item_target',''),(415,524,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(416,524,'_menu_item_xfn',''),(417,524,'_menu_item_url',''),(1176,597,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(435,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:36:\"revslider/main-slider-n/slide1-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide1-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slide1-1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slide1-1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"slide1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"slide1-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"slide1-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"slide1-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"slide1-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"slide1-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"slide1-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"slide1-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"slide1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"slide1-1-700x401.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"slide1-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slide1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slide1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(436,528,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(437,528,'_mail','a:8:{s:7:\"subject\";s:32:\"O Fogon da Ría \"[your-subject]\"\";s:6:\"sender\";s:48:\"O Fogon da Ría <admin@ofogondaria.innozona.com>\";s:4:\"body\";s:177:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on O Fogon da Ría (https://ofogondaria.com)\";s:9:\"recipient\";s:30:\"admin@ofogondaria.innozona.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(438,528,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:32:\"O Fogon da Ría \"[your-subject]\"\";s:6:\"sender\";s:48:\"O Fogon da Ría <admin@ofogondaria.innozona.com>\";s:4:\"body\";s:119:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on O Fogon da Ría (https://ofogondaria.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:40:\"Reply-To: admin@ofogondaria.innozona.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(439,528,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(440,528,'_additional_settings',NULL),(441,528,'_locale','es_ES'),(442,186,'_wp_attachment_image_alt','a'),(443,187,'_wp_attachment_image_alt','a'),(444,188,'_wp_attachment_image_alt','a'),(445,17,'_wp_attachment_image_alt','a'),(446,201,'_wp_attachment_image_alt','a'),(447,22,'_wp_attachment_image_alt','a'),(448,213,'_wp_attachment_image_alt','a'),(449,122,'_wp_attachment_image_alt','a'),(450,46,'_wp_attachment_image_alt','d'),(451,237,'_wp_attachment_image_alt','a'),(452,124,'_wp_attachment_image_alt','k'),(453,238,'_wp_attachment_image_alt','a'),(454,77,'_wp_attachment_image_alt','a'),(455,125,'_wp_attachment_image_alt','s'),(456,89,'_wp_attachment_image_alt','d'),(457,148,'_wp_attachment_image_alt','a'),(458,91,'_wp_attachment_image_alt','a'),(459,159,'_wp_attachment_image_alt','a'),(460,108,'_wp_attachment_image_alt','a'),(461,174,'_wp_attachment_image_alt','a'),(462,179,'_wp_attachment_image_alt','a'),(463,458,'_wp_attachment_image_alt','a'),(464,461,'_wp_attachment_image_alt','a'),(465,464,'_wp_attachment_image_alt','a'),(466,465,'_wp_attachment_image_alt','a'),(467,466,'_wp_attachment_image_alt','a'),(468,310,'_wp_attachment_image_alt','a'),(469,413,'_wp_attachment_image_alt','a'),(470,487,'_wp_attachment_image_alt','a'),(471,503,'_wp_attachment_image_alt','a'),(472,432,'_wp_attachment_image_alt','a'),(473,311,'_wp_attachment_image_alt','a'),(474,437,'_wp_attachment_image_alt','a'),(475,327,'_wp_attachment_image_alt','a'),(476,438,'_wp_attachment_image_alt','a'),(477,328,'_wp_attachment_image_alt','a'),(478,335,'_wp_attachment_image_alt','a'),(479,450,'_wp_attachment_image_alt','a'),(480,451,'_wp_attachment_image_alt','a'),(481,411,'_wp_attachment_image_alt','a'),(482,453,'_wp_attachment_image_alt','a'),(483,412,'_wp_attachment_image_alt','a'),(484,241,'_wp_attachment_image_alt','a'),(485,242,'_wp_attachment_image_alt','a'),(486,272,'_wp_attachment_image_alt','a'),(487,273,'_wp_attachment_image_alt','a'),(488,504,'_wp_attachment_image_alt','a'),(489,287,'_wp_attachment_image_alt','a'),(490,505,'_wp_attachment_image_alt','a'),(491,288,'_wp_attachment_image_alt','a'),(492,506,'_wp_attachment_image_alt','a'),(493,289,'_wp_attachment_image_alt','a'),(494,507,'_wp_attachment_image_alt','a'),(495,508,'_wp_attachment_image_alt','a'),(496,509,'_wp_attachment_image_alt','a'),(497,290,'_wp_attachment_image_alt','a'),(498,304,'_wp_attachment_image_alt','a'),(499,305,'_wp_attachment_image_alt','a'),(500,306,'_wp_attachment_image_alt','a'),(501,307,'_wp_attachment_image_alt','s'),(502,308,'_wp_attachment_image_alt','a'),(503,309,'_wp_attachment_image_alt','s'),(1073,549,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(505,14,'_wp_page_template','full_width.php'),(506,14,'slide_template','default'),(507,14,'_wpb_vc_js_status','true'),(508,14,'qode_show-sidebar','default'),(509,14,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1568275168154{margin-top: 60px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}'),(2806,1065,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2644,1028,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1633,698,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(510,14,'qode_page_background_color','#f3f3f3'),(511,14,'qode_show-page-title','yes'),(512,14,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(1101,563,'_wpb_shortcodes_custom_css','.vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1503052967812{padding-right: 3% !important;}'),(514,115,'_wp_page_template','full_width.php'),(515,115,'slide_template','default'),(516,115,'_wpb_vc_js_status','true'),(517,115,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2019/07/MG_1033-guiller.jpg'),(518,115,'qode_show-sidebar','default'),(519,115,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1563349723529{padding-right: 13% !important;}'),(520,115,'qode_fixed-title-image','yes'),(521,115,'qode_title-height','705'),(522,115,'qode_responsive-title-image','yes'),(1847,806,'_edit_last','1'),(1848,806,'slide_template',''),(562,533,'_menu_item_type','post_type'),(563,533,'_menu_item_menu_item_parent','0'),(564,533,'_menu_item_object_id','115'),(565,533,'_menu_item_object','page'),(566,533,'_menu_item_target',''),(567,533,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(568,533,'_menu_item_xfn',''),(569,533,'_menu_item_url',''),(578,516,'_qode-like','0'),(1346,334,'_edit_last','1'),(1827,805,'_edit_lock','1565674620:1'),(1826,804,'_edit_lock','1565669331:1'),(1825,803,'_edit_lock','1565669329:1'),(1824,802,'_edit_lock','1565674629:1'),(1823,801,'_edit_lock','1565669321:1'),(1192,326,'qode_transparent_content_page','yes'),(667,326,'_wp_page_template','full_width.php'),(668,326,'slide_template','default'),(669,326,'_wpb_vc_js_status','true'),(670,326,'qode_show-sidebar','default'),(671,326,'qode_show-page-title','yes'),(1347,672,'_wpb_shortcodes_custom_css','.vc_custom_1504865731729{padding-bottom: 100px !important;}.vc_custom_1504865731729{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(673,334,'_wp_page_template','full_width.php'),(674,334,'slide_template','default'),(675,334,'_wpb_vc_js_status','true'),(676,334,'qode_page_title_position','center'),(677,334,'qode_page-title-color','#ffffff'),(678,334,'qode_fixed-title-image','yes'),(679,334,'qode_show-sidebar','default'),(680,334,'qode_show-page-title','yes'),(681,334,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(682,334,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2017/08/menu-title-image.jpg'),(683,334,'qode_title-height','568'),(684,334,'qode_page_background_color','#f3f3f3'),(1077,551,'_wp_attached_file','2019/07/MG_0987-guiller.jpg'),(1078,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:27:\"2019/07/MG_0987-guiller.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MG_0987-guiller-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-600x682.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"MG_0987-guiller-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"MG_0987-guiller-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"MG_0987-guiller-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"MG_0987-guiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1076,115,'_edit_lock','1565983724:1'),(2287,937,'_edit_lock','1565704641:1'),(2288,936,'qode_restaurant_menu_item_description','Ox - Charcoal-Grilled Steak'),(2286,936,'_edit_last','1'),(2965,1103,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(891,208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(892,208,'qode_testimonial-author','- Jordano Brunollini -'),(893,208,'qode_testimonial-text','Integer volutpat dui at placerat suscipit. Phasellus at tortor sed risus scelerisque dapibus id in ante. In hac habitasse platea dictumst. Sed pretium cursus diam sed faucibus'),(894,208,'slide_template','default'),(895,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(896,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(897,210,'qode_testimonial-author','- Teresio Padovano -'),(898,210,'qode_testimonial-text','Sed sagittis, massa vel varius facilisis, lorem metus auctor neque, non condimentum purus massa at ex. Nullam nec sapien quis nulla scelerisque lobortis'),(899,210,'slide_template','default'),(900,210,'_dp_original','208'),(975,143,'_form','<p>[text* full-name placeholder  \"Nombre y Apellido*\"]</p>\n\n<p>[email* email placeholder  \"Correo Electrónico*\"]</p>\n<p>[text Telefono placeholder \"Teléfono de contacto\"]</p>\n\n<p><h5>¿Con cual de nuestros restaurantes deseas comunicarte?</h5> [select* enviarcorreo \"OFOGON@SRRESTAURACION.COM\" \"ARIA@SRRESTAURACION.COM\"]</p>\n<p>[textarea message placeholder \"Mensaje*\"]</p>\n\n<p>[submit \"Enviar\"]</p>'),(976,143,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:15:\"Mensaje Via web\";s:6:\"sender\";s:34:\"[full-name] <info@ofogondaria.com>\";s:9:\"recipient\";s:14:\"[enviarcorreo]\";s:4:\"body\";s:163:\"De [full-name] <[email]>\nTelefono: [Telefono]\n\nEl mensaje:\n[message]\n\n\n-- \nEste mail a sido enviado desde el formulario de contacto de tu sitio web ofogondaria.com\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1122,571,'_wpb_shortcodes_custom_css','.vc_custom_1562953597191{margin-right: 13% !important;margin-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}'),(977,143,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Bridge \"[your-subject]\"\";s:6:\"sender\";s:47:\"Bridge <wordpress@bridge93.qodeinteractive.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Bridge (http://bridge93.qodeinteractive.com)\";s:18:\"additional_headers\";s:37:\"Reply-To: support@qodeinteractive.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(978,143,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(979,143,'_additional_settings',''),(980,143,'_locale','en_US'),(2530,1005,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1563349723529{padding-right: 13% !important;}'),(1121,570,'_wpb_shortcodes_custom_css','.vc_custom_1562953597191{margin-right: 13% !important;margin-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}'),(982,266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(983,266,'_form','<p>[email* email placeholder  \"Enter E-mail \"]</p>\n<p>[submit \"Subscribe\"]</p>'),(984,266,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:10:\"Newsletter\";s:6:\"sender\";s:48:\"[email] <wordpress@bridge93.qodeinteractive.com>\";s:9:\"recipient\";s:27:\"support@qodeinteractive.com\";s:4:\"body\";s:135:\"From: <[your-email]>\nSubject: Newsletter\n\n\n-- \nThis e-mail was sent from a contact form on Bridge (http://bridge93.qodeinteractive.com)\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(985,266,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Bridge \"[your-subject]\"\";s:6:\"sender\";s:47:\"Bridge <wordpress@bridge93.qodeinteractive.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Bridge (http://bridge93.qodeinteractive.com)\";s:18:\"additional_headers\";s:37:\"Reply-To: support@qodeinteractive.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(986,266,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(987,266,'_additional_settings',''),(988,266,'_locale','en_US'),(1075,14,'qode_page_background_image_fixed','yes'),(1071,14,'_edit_lock','1568275217:1'),(1072,14,'_edit_last','1'),(1061,544,'_wp_attached_file','revslider/main-slider-n1/slide1-1.jpg'),(1062,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:37:\"revslider/main-slider-n1/slide1-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide1-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slide1-1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slide1-1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"slide1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"slide1-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"slide1-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"slide1-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"slide1-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"slide1-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"slide1-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"slide1-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"slide1-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"slide1-1-700x401.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"slide1-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slide1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slide1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1863,797,'slide_template',''),(1079,552,'_wp_attached_file','2019/07/MG_1033-guiller.jpg'),(1080,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:481;s:4:\"file\";s:27:\"2019/07/MG_1033-guiller.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MG_1033-guiller-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-570x481.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-800x481.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-500x481.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"MG_1033-guiller-1000x481.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-500x481.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"MG_1033-guiller-1000x481.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-700x329.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"MG_1033-guiller-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"MG_1033-guiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1081,553,'_wp_attached_file','2019/07/MG_1066-2-guiller.jpg'),(1082,553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:490;s:4:\"file\";s:29:\"2019/07/MG_1066-2-guiller.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"MG_1066-2-guiller-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-570x490.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-500x490.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"MG_1066-2-guiller-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-500x490.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"MG_1066-2-guiller-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-700x335.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"MG_1066-2-guiller-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-600x287.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-600x287.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_1066-2-guiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1083,554,'_wp_attached_file','2019/07/MG_1077.jpg'),(1084,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:473;s:4:\"file\";s:19:\"2019/07/MG_1077.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1077-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_1077-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_1077-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_1077-1024x473.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"MG_1077-570x473.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"MG_1077-600x473.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"MG_1077-800x473.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"MG_1077-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"MG_1077-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"MG_1077-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"MG_1077-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:20:\"MG_1077-1000x473.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"MG_1077-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:20:\"MG_1077-1000x473.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"MG_1077-700x323.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"MG_1077-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1077-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"MG_1077-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1077-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"MG_1077-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"MG_1077-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1077-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1085,555,'_wp_attached_file','2019/07/MG_1433.jpg'),(1086,555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:551;s:4:\"file\";s:19:\"2019/07/MG_1433.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1433-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_1433-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_1433-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_1433-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"MG_1433-570x551.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"MG_1433-600x551.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"MG_1433-800x551.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"MG_1433-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"MG_1433-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"MG_1433-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"MG_1433-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:20:\"MG_1433-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"MG_1433-500x551.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:20:\"MG_1433-1000x551.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"MG_1433-700x377.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"MG_1433-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1433-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"MG_1433-600x323.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1433-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"MG_1433-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"MG_1433-600x323.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1433-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1087,556,'_wp_attached_file','2019/07/1.jpg'),(1088,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:13:\"2019/07/1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"1-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460754925\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1089,557,'_wp_attached_file','2019/07/2.jpg'),(1090,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:13:\"2019/07/2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"2-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460754996\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1091,558,'_wp_attached_file','2019/07/3.jpg'),(1092,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:13:\"2019/07/3.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"3-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"3-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"3-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"3-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"3-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"3-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"3-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"3-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"3-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"3-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"3-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"3-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755021\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1093,559,'_wp_attached_file','2019/07/4.jpg'),(1094,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:13:\"2019/07/4.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"4-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"4-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"4-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"4-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"4-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"4-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"4-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"4-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"4-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"4-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"4-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"4-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755134\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1095,560,'_wp_attached_file','2019/07/5.jpg'),(1096,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:13:\"2019/07/5.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"5-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"5-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"5-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"5-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"5-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"5-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"5-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"5-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"5-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"5-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"5-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"5-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755237\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1097,561,'_wp_attached_file','2019/07/6.jpg'),(1098,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:13:\"2019/07/6.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"6-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"6-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"6-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"6-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"6-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"6-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"6-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"6-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"6-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"6-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"6-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"6-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"6-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"6-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1099,562,'_wp_attached_file','2019/07/7.jpg'),(1100,115,'_edit_last','1'),(1102,115,'qode_page_background_image_fixed','yes'),(1103,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:13:\"2019/07/7.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"7-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"7-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"7-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"7-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"7-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"7-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"7-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"7-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"7-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"7-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"7-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"7-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"7-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"7-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755269\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"450\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1104,564,'_wpb_shortcodes_custom_css','.vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}.vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1503052967812{padding-right: 3% !important;}.vc_custom_1503052967812{padding-right: 3% !important;}'),(1109,567,'_wp_attached_file','2019/07/MG_0987-guiller-1.jpg'),(1110,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:29:\"2019/07/MG_0987-guiller-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"MG_0987-guiller-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-600x682.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"MG_0987-guiller-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"MG_0987-guiller-1-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"MG_0987-guiller-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1105,565,'_wpb_shortcodes_custom_css','.vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}.vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1503052967812{padding-right: 3% !important;}.vc_custom_1503052967812{padding-right: 3% !important;}'),(1108,566,'_wpb_shortcodes_custom_css','.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}'),(1111,568,'_wp_attached_file','2019/07/100_2960.jpg'),(1112,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2960.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2960-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2960-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2960-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2960-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2960-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2960-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2960-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2960-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2960-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2960-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2960-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2960-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2960-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2960-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2960-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2960-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2960-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2960-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2960-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2960-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2960-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041424067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1113,569,'_wpb_shortcodes_custom_css','.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1562953597191{margin-right: 13% !important;margin-left: 13% !important;}'),(1123,572,'_wpb_shortcodes_custom_css','.vc_custom_1562957004423{margin-top: 80px !important;margin-right: 13% !important;margin-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}'),(1124,573,'_wp_attached_file','2019/07/OFOGANDRIA-INICIO.png'),(1125,573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1081;s:6:\"height\";i:848;s:4:\"file\";s:29:\"2019/07/OFOGANDRIA-INICIO.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-768x602.png\";s:5:\"width\";i:768;s:6:\"height\";i:602;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"OFOGANDRIA-INICIO-1024x803.png\";s:5:\"width\";i:1024;s:6:\"height\";i:803;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"OFOGANDRIA-INICIO-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-500x848.png\";s:5:\"width\";i:500;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"OFOGANDRIA-INICIO-1000x848.png\";s:5:\"width\";i:1000;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-700x549.png\";s:5:\"width\";i:700;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-600x471.png\";s:5:\"width\";i:600;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-600x471.png\";s:5:\"width\";i:600;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"OFOGANDRIA-INICIO-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1126,574,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1127,574,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1503044316026{padding-top: 35% !important;}'),(1128,575,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1129,575,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562963321749{padding-top: 35% !important;}'),(1130,576,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1131,576,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562963930679{padding-top: 35% !important;}'),(1132,577,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1133,577,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964140517{padding-top: 35% !important;}'),(1134,578,'_wp_attached_file','2019/07/100_2960-1.jpg'),(1135,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2019/07/100_2960-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2960-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"100_2960-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"100_2960-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"100_2960-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"100_2960-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"100_2960-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"100_2960-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"100_2960-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"100_2960-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"100_2960-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"100_2960-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"100_2960-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"100_2960-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"100_2960-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"100_2960-1-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"100_2960-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"100_2960-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"100_2960-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2960-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"100_2960-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"100_2960-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2960-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041424067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1136,579,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1137,579,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964344507{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}'),(1139,580,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1140,580,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964344507{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059430746{padding-top: 16% !important;padding-bottom: 10.6% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1144,582,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964344507{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1143,582,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1141,581,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1142,581,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964344507{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1145,583,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1146,583,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964344507{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1147,584,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}'),(1148,584,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964344507{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1149,585,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.galeria {margin-left:30%;}'),(1150,585,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964344507{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1151,586,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1152,586,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1153,587,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1154,587,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1155,588,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1156,588,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1157,589,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1158,589,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1223,620,'_wpb_shortcodes_custom_css','.vc_custom_1562988124312{margin-right: 13% !important;margin-left: 13% !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1159,590,'_wp_attached_file','2019/07/la-foto-2.jpg'),(1160,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:386;s:4:\"file\";s:21:\"2019/07/la-foto-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"la-foto-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"la-foto-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"la-foto-2-768x290.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"la-foto-2-1024x386.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"la-foto-2-570x386.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"la-foto-2-600x386.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"la-foto-2-800x386.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"la-foto-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"la-foto-2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"la-foto-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"la-foto-2-500x386.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"la-foto-2-1000x386.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"la-foto-2-500x386.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"la-foto-2-1000x386.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"la-foto-2-700x264.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"la-foto-2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"la-foto-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"la-foto-2-600x226.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"la-foto-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"la-foto-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"la-foto-2-600x226.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"la-foto-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1161,591,'_wp_attached_file','2019/07/la-foto1-2.jpg'),(1162,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:231;s:4:\"file\";s:22:\"2019/07/la-foto1-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"la-foto1-2-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"la-foto1-2-1024x231.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-570x231.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-600x231.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-800x231.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-400x231.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-500x231.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-500x231.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"la-foto1-2-1000x231.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-500x231.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"la-foto1-2-1000x231.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-700x158.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-539x231.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"la-foto1-2-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-600x135.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"la-foto1-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1163,592,'_wp_attached_file','2019/07/100_2944.jpg'),(1164,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2944.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2944-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2944-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2944-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2944-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2944-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2944-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2944-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2944-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2944-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2944-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2944-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2944-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2944-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2944-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2944-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2944-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2944-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2944-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2944-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2944-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2944-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2944-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1165,593,'_wp_attached_file','2019/07/churrasco-a-ria-log-e1563291353792.jpg'),(1166,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:775;s:4:\"file\";s:46:\"2019/07/churrasco-a-ria-log-e1563291353792.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-600x775.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:47:\"churrasco-a-ria-log-e1563291353792-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-500x775.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:47:\"churrasco-a-ria-log-e1563291353792-1000x775.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-700x530.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"churrasco-a-ria-log-e1563291353792-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"churrasco-a-ria-log-e1563291353792-1024x775.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1167,594,'_wp_attached_file','2019/07/logo_ofogon.jpg'),(1168,594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:860;s:4:\"file\";s:23:\"2019/07/logo_ofogon.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-768x645.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"logo_ofogon-1024x860.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:24:\"logo_ofogon-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-500x860.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"logo_ofogon-1000x860.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-700x588.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"logo_ofogon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-600x504.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-600x504.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_ofogon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1169,595,'_wp_attached_file','2019/07/cropped-logo_ofogon.jpg'),(1170,595,'_wp_attachment_context','site-icon'),(1171,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2019/07/cropped-logo_ofogon.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-512x500.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-500x512.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-512x303.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"cropped-logo_ofogon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:31:\"cropped-logo_ofogon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:29:\"cropped-logo_ofogon-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1849,805,'_edit_last','1'),(1177,598,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1178,598,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1179,14,'qode_header-style','light'),(1180,14,'qode_header-style-on-scroll','yes'),(1181,14,'qode_header_color_per_page','#ffffff'),(1182,14,'qode_page_hide_initial_sticky','no'),(1183,14,'qode_seo_title','Restaurante O Fogón da Ría'),(1184,14,'qode_seo_description','El mejor trato. No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta ...\r\n'),(1185,599,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1186,599,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1505393424909{margin-top: -155px !important;}.vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1187,326,'_edit_lock','1598016301:2'),(1348,334,'qode_page_background_image_fixed','yes'),(1191,326,'_edit_last','2'),(1194,605,'_sln_service_price','15'),(1195,605,'_sln_service_unit','3'),(1196,605,'_sln_service_order','0'),(1197,606,'_sln_service_price','10.11'),(1198,606,'_sln_service_unit','2'),(1199,606,'_sln_service_duration','00:30'),(1200,606,'_sln_service_secondary','1'),(1201,606,'_sln_service_notav_from','11'),(1202,606,'_sln_service_notav_to','15'),(1203,606,'_sln_service_order','0'),(1204,607,'_sln_service_price','29.99'),(1205,607,'_sln_service_unit','2'),(1206,607,'_sln_service_duration','01:00'),(1207,607,'_sln_service_secondary','1'),(1208,607,'_sln_service_notav_from','11'),(1209,607,'_sln_service_notav_to','15'),(1210,607,'_sln_service_order','0'),(1211,611,'_wpb_shortcodes_custom_css','.vc_custom_1562985771055{margin-right: 13% !important;margin-left: 13% !important;}'),(1212,326,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(1213,612,'_wp_attached_file','2019/07/100_2947.jpg'),(1214,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2947.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2947-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2947-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2947-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2947-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2947-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2947-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2947-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2947-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2947-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2947-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2947-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2947-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2947-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2947-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2947-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2947-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2947-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2947-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2947-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2947-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2947-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2947-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423550\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"8\";s:8:\"keywords\";a:0:{}}}'),(1215,613,'_wpb_shortcodes_custom_css','.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}.vc_custom_1562986306402{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #ddcfb1 !important;}'),(1217,615,'_wpb_shortcodes_custom_css','.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}.vc_custom_1562986668829{margin-right: 13% !important;margin-left: 13% !important;}'),(1216,614,'_wpb_shortcodes_custom_css','.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1219,617,'_wpb_shortcodes_custom_css','.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1218,616,'_wpb_shortcodes_custom_css','.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1220,618,'_wpb_shortcodes_custom_css','.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1221,619,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1222,619,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1224,621,'_wp_attached_file','2019/07/100_2959.jpg'),(1225,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2959.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2959-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2959-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2959-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2959-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2959-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2959-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2959-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2959-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2959-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2959-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2959-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2959-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2959-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2959-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2959-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2959-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2959-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2959-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2959-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2959-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2959-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2959-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041424011\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1226,622,'_wpb_shortcodes_custom_css','.vc_custom_1562988408383{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 0px !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1227,623,'_wpb_shortcodes_custom_css','.vc_custom_1562988408383{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 0px !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1228,624,'_wpb_shortcodes_custom_css','.vc_custom_1562988897068{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1229,326,'qode_page_background_color','#ddddd7'),(1230,625,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1844,808,'slide_template',''),(1845,807,'_edit_last','1'),(1846,807,'slide_template',''),(1841,809,'_edit_last','1'),(1842,808,'_edit_last','1'),(1843,809,'slide_template','default'),(1838,797,'_edit_last','1'),(1839,794,'_edit_last','1'),(1840,794,'slide_template',''),(1241,634,'_wp_attached_file','2019/07/100_2944-1.jpg'),(1242,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2019/07/100_2944-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2944-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"100_2944-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"100_2944-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"100_2944-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"100_2944-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"100_2944-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"100_2944-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"100_2944-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"100_2944-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"100_2944-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"100_2944-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"100_2944-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"100_2944-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"100_2944-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"100_2944-1-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"100_2944-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"100_2944-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"100_2944-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2944-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"100_2944-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"100_2944-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2944-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1243,635,'_wp_attached_file','2019/07/100_2945.jpg'),(1244,635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2945.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2945-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2945-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2945-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2945-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2945-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2945-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2945-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2945-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2945-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2945-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2945-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2945-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2945-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2945-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2945-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2945-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2945-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2945-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2945-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2945-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2945-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2945-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423520\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1245,636,'_wp_attached_file','2019/07/100_2946.jpg'),(1246,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2946.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2946-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2946-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2946-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2946-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2946-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2946-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2946-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2946-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2946-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2946-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2946-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2946-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2946-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2946-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2946-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2946-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2946-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2946-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2946-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2946-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2946-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2946-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423533\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1247,637,'_wp_attached_file','2019/07/100_2948.jpg'),(1248,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2948.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2948-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2948-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2948-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2948-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2948-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2948-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2948-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2948-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2948-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2948-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2948-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2948-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2948-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2948-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2948-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2948-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2948-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2948-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2948-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2948-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2948-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2948-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423723\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1249,638,'_wp_attached_file','2019/07/100_2949.jpg'),(1250,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2949.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2949-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2949-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2949-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2949-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2949-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2949-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2949-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2949-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2949-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2949-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2949-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2949-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2949-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2949-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2949-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2949-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2949-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2949-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2949-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2949-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2949-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2949-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423742\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1251,639,'_wp_attached_file','2019/07/100_2956.jpg'),(1252,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2019/07/100_2956.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2956-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_2956-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_2956-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_2956-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"100_2956-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"100_2956-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"100_2956-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"100_2956-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"100_2956-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"100_2956-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"100_2956-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"100_2956-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"100_2956-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"100_2956-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"100_2956-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"100_2956-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_2956-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_2956-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2956-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"100_2956-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_2956-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_2956-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041423924\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1253,640,'_wp_attached_file','2019/07/100_2959-1.jpg'),(1254,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2019/07/100_2959-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2959-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"100_2959-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"100_2959-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"100_2959-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"100_2959-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"100_2959-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"100_2959-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"100_2959-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"100_2959-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"100_2959-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"100_2959-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"100_2959-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"100_2959-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"100_2959-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"100_2959-1-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"100_2959-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"100_2959-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"100_2959-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2959-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"100_2959-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"100_2959-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"100_2959-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041424011\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1255,641,'_wp_attached_file','2019/07/MG_0987-guiller-2.jpg'),(1256,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:29:\"2019/07/MG_0987-guiller-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"MG_0987-guiller-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-600x682.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"MG_0987-guiller-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"MG_0987-guiller-2-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"MG_0987-guiller-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"MG_0987-guiller-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1257,642,'_wp_attached_file','2019/07/MG_1066-2-guiller-1-e1563285958742.jpg'),(1258,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:733;s:6:\"height\";i:488;s:4:\"file\";s:46:\"2019/07/MG_1066-2-guiller-1-e1563285958742.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"MG_1066-2-guiller-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-570x488.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-600x488.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-500x488.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"MG_1066-2-guiller-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-500x488.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"MG_1066-2-guiller-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563285958742-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1259,643,'_wp_attached_file','2019/07/MG_1077-1-e1563067453702.jpg'),(1260,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:711;s:6:\"height\";i:473;s:4:\"file\";s:36:\"2019/07/MG_1077-1-e1563067453702.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"MG_1077-1-1024x473.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-570x473.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-600x473.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-800x473.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"MG_1077-1-1000x473.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"MG_1077-1-1000x473.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1077-1-e1563067453702-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1261,644,'_wp_attached_file','2019/07/MG_1433-1-e1563285939131.jpg'),(1262,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:453;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2019/07/MG_1433-1-e1563285939131.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-570x386.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-469x380.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-500x386.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-500x386.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-469x303.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563285939131-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1263,645,'_wp_attached_file','2019/07/5-1.jpg'),(1264,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:15:\"2019/07/5-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"5-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"5-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"5-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"5-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"5-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"5-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"5-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"5-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"5-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"5-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"5-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"5-1-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"5-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"5-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"5-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755237\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1265,646,'_wp_attached_file','2019/07/7-1.jpg'),(1266,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:15:\"2019/07/7-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"7-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"7-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"7-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"7-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"7-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"7-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"7-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"7-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"7-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"7-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"7-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"7-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"7-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"7-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"7-1-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"7-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"7-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"7-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755269\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"450\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1267,647,'_wp_attached_file','2019/07/12.jpg'),(1268,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:14:\"2019/07/12.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"12-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"12-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"12-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"12-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"12-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"12-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"12-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"12-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"12-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"12-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"12-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"12-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"12-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"12-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"12-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755396\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1269,648,'_wp_attached_file','2019/07/13.jpg'),(1270,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:14:\"2019/07/13.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"13-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"13-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"13-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"13-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"13-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"13-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"13-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"13-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"13-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"13-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"13-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"13-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"13-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"13-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"13-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"13-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755542\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1271,649,'_wp_attached_file','2019/07/14.jpg'),(1272,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1414;s:4:\"file\";s:14:\"2019/07/14.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"14-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"14-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"14-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"14-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"14-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"14-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"14-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"14-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"14-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"14-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"14-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"14-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"14-700x466.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"14-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"14-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"14-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755783\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1273,650,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1274,650,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1870,810,'_edit_lock','1565674788:1'),(1276,652,'_pum_built_in','default-theme'),(1277,652,'_pum_default_theme','1'),(1278,652,'popup_theme_data_version','3'),(1279,652,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";i:100;s:13:\"atc_promotion\";N;s:17:\"container_padding\";i:18;s:23:\"container_border_radius\";N;s:26:\"container_background_color\";s:7:\"#f9f9f9\";s:28:\"container_background_opacity\";i:100;s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";i:1;s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";i:23;s:30:\"container_boxshadow_horizontal\";i:1;s:28:\"container_boxshadow_vertical\";i:1;s:24:\"container_boxshadow_blur\";i:3;s:26:\"container_boxshadow_spread\";N;s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#000000\";s:15:\"title_font_size\";i:32;s:17:\"title_line_height\";i:36;s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";i:400;s:16:\"title_font_style\";s:6:\"normal\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";i:23;s:27:\"title_textshadow_horizontal\";N;s:25:\"title_textshadow_vertical\";N;s:21:\"title_textshadow_blur\";N;s:18:\"content_font_color\";s:7:\"#8c8c8c\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";i:400;s:18:\"content_font_style\";s:7:\"inherit\";s:10:\"close_text\";s:6:\"CERRAR\";s:22:\"close_position_outside\";b:0;s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";N;s:21:\"close_position_bottom\";N;s:19:\"close_position_left\";N;s:20:\"close_position_right\";N;s:13:\"close_padding\";i:8;s:12:\"close_height\";N;s:11:\"close_width\";N;s:19:\"close_border_radius\";N;s:22:\"close_background_color\";s:7:\"#00b7cd\";s:24:\"close_background_opacity\";i:100;s:16:\"close_font_color\";s:7:\"#ffffff\";s:15:\"close_font_size\";i:12;s:17:\"close_line_height\";i:36;s:17:\"close_font_family\";s:7:\"inherit\";s:17:\"close_font_weight\";i:400;s:16:\"close_font_style\";s:7:\"inherit\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";i:1;s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";i:23;s:26:\"close_boxshadow_horizontal\";i:1;s:24:\"close_boxshadow_vertical\";i:1;s:20:\"close_boxshadow_blur\";i:3;s:22:\"close_boxshadow_spread\";N;s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";i:23;s:27:\"close_textshadow_horizontal\";N;s:25:\"close_textshadow_vertical\";N;s:21:\"close_textshadow_blur\";N;}'),(1280,653,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"60\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"8\";s:23:\"container_border_radius\";s:1:\"3\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:2:\"30\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:3:\"100\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#000000\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:7:\"&times;\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-13\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-13\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"26\";s:11:\"close_width\";s:2:\"26\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"24\";s:17:\"close_font_family\";s:5:\"Arial\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:5:\"solid\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"2\";s:19:\"close_border_radius\";s:2:\"26\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:2:\"15\";s:22:\"close_boxshadow_spread\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"75\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(1281,653,'popup_theme_data_version','3'),(1282,653,'_pum_built_in','lightbox'),(1283,654,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"70\";s:17:\"container_padding\";s:2:\"28\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"5\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"4\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#315b7c\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"34\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"8\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"8\";s:13:\"close_padding\";s:1:\"4\";s:12:\"close_height\";s:2:\"28\";s:11:\"close_width\";s:2:\"28\";s:22:\"close_background_color\";s:7:\"#315b7c\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"20\";s:15:\"close_font_size\";s:2:\"20\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"42\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(1284,654,'popup_theme_data_version','3'),(1285,654,'_pum_built_in','enterprise-blue'),(1286,655,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"75\";s:17:\"container_padding\";s:2:\"30\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#81d742\";s:22:\"container_border_width\";s:2:\"14\";s:23:\"container_border_radius\";s:2:\"80\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:1:\"0\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:1:\"0\";s:16:\"title_font_color\";s:7:\"#2d2d2d\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:10:\"Montserrat\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-30\";s:19:\"close_position_left\";s:3:\"-30\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-30\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:1:\"0\";s:11:\"close_width\";s:1:\"0\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#2d2d2d\";s:17:\"close_line_height\";s:2:\"28\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"28\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(1287,655,'popup_theme_data_version','3'),(1288,655,'_pum_built_in','hello-box'),(1289,656,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#1e73be\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#ffffff\";s:17:\"title_line_height\";s:2:\"28\";s:15:\"title_font_size\";s:2:\"26\";s:17:\"title_font_family\";s:10:\"Sans-Serif\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#ffffff\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"0\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"24\";s:11:\"close_width\";s:2:\"24\";s:22:\"close_background_color\";s:7:\"#eeee22\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#1e73be\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:2:\"-1\";s:24:\"close_boxshadow_vertical\";s:1:\"1\";s:20:\"close_boxshadow_blur\";s:1:\"1\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"10\";s:27:\"close_textshadow_horizontal\";s:2:\"-1\";s:25:\"close_textshadow_vertical\";s:1:\"1\";s:21:\"close_textshadow_blur\";s:1:\"1\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"10\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(1290,656,'popup_theme_data_version','3'),(1291,656,'_pum_built_in','cutting-edge'),(1292,657,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#fffbef\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:6:\"outset\";s:22:\"container_border_color\";s:7:\"#dd3333\";s:22:\"container_border_width\";s:2:\"20\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:3:\"yes\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"97\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-20\";s:19:\"close_position_left\";s:3:\"-20\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-20\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"20\";s:11:\"close_width\";s:2:\"20\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:2:\"55\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"18\";s:15:\"close_font_size\";s:2:\"16\";s:17:\"close_font_family\";s:6:\"Tahoma\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(1293,657,'popup_theme_data_version','3'),(1294,657,'_pum_built_in','framed-border'),(1295,658,'data_version','3'),(1296,658,'popup_open_count','1'),(1297,658,'_edit_last','1'),(1298,658,'_edit_lock','1562995166:1'),(1299,659,'_wp_attached_file','2019/07/Tarjeta-Fogon-Cenas-de-Empresa.jpg'),(1300,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:512;s:4:\"file\";s:42:\"2019/07/Tarjeta-Fogon-Cenas-de-Empresa.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Tarjeta-Fogon-Cenas-de-Empresa-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-570x512.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-600x512.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-800x512.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:43:\"Tarjeta-Fogon-Cenas-de-Empresa-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-500x512.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:43:\"Tarjeta-Fogon-Cenas-de-Empresa-1000x512.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-700x350.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Tarjeta-Fogon-Cenas-de-Empresa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1301,658,'slide_template','default'),(1302,658,'_wpb_vc_js_status','false'),(1303,658,'popup_title','Bienvenido'),(1304,658,'popup_settings','a:35:{s:17:\"disable_on_mobile\";b:0;s:17:\"disable_on_tablet\";b:0;s:18:\"custom_height_auto\";b:0;s:18:\"scrollable_content\";b:0;s:21:\"position_from_trigger\";b:0;s:14:\"position_fixed\";b:0;s:16:\"overlay_disabled\";b:0;s:9:\"stackable\";b:0;s:18:\"disable_reposition\";b:0;s:22:\"close_on_overlay_click\";b:0;s:18:\"close_on_esc_press\";b:0;s:17:\"close_on_f4_press\";b:0;s:19:\"disable_form_reopen\";b:0;s:21:\"disable_accessibility\";b:0;s:8:\"theme_id\";s:3:\"652\";s:4:\"size\";s:4:\"auto\";s:20:\"responsive_min_width\";s:2:\"0%\";s:20:\"responsive_max_width\";s:4:\"100%\";s:12:\"custom_width\";s:5:\"640px\";s:13:\"custom_height\";s:5:\"380px\";s:14:\"animation_type\";s:4:\"fade\";s:15:\"animation_speed\";s:3:\"350\";s:16:\"animation_origin\";s:10:\"center top\";s:8:\"location\";s:6:\"center\";s:12:\"position_top\";s:3:\"100\";s:15:\"position_bottom\";s:1:\"0\";s:13:\"position_left\";s:1:\"0\";s:14:\"position_right\";s:1:\"0\";s:6:\"zindex\";s:10:\"1999999999\";s:10:\"close_text\";s:0:\"\";s:18:\"close_button_delay\";s:1:\"0\";s:10:\"conditions\";a:0:{}s:8:\"triggers\";a:0:{}s:7:\"cookies\";a:0:{}s:10:\"theme_slug\";s:16:\"tema-por-defecto\";}'),(2299,939,'qode_restaurant_menu_item_description','Ox - Chuleton'),(1834,795,'slide_template','default'),(1307,658,'popup_open_count_total','1'),(1308,658,'popup_last_opened','1562995333'),(1821,799,'_edit_lock','1568302002:1'),(1822,800,'_edit_lock','1565669318:1'),(1340,3,'_edit_last','1'),(1341,3,'slide_template',''),(1342,3,'_edit_lock','1563037302:1'),(1871,810,'_edit_last','1'),(1315,663,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1350,674,'_edit_lock','1562996438:1'),(1351,674,'_aoc_popup_type','image'),(1352,674,'_aoc_popup_button_txt',''),(1353,674,'_aoc_popup_link_txt',''),(1354,674,'_aoc_popup_image_url','https://ofogondaria.com/wp-content/uploads/2019/07/Tarjeta-Fogon-Cenas-de-Empresa-300x150.jpg'),(1355,674,'_aoc_full_screen','true'),(1356,674,'_aoc_enable_loader','true'),(1357,674,'_aoc_enable_ovelay','true'),(1358,674,'_aoc_popup_effect','fadein'),(1359,674,'_aoc_popup_positionx','center'),(1360,674,'_aoc_popup_positiony','center'),(1361,674,'_aoc_speedin',''),(1362,674,'_aoc_speedout',''),(1363,674,'_aoc_delay',''),(1364,674,'slide_template','default'),(1365,609,'qode_page_background_image_fixed','yes'),(1366,609,'qode_show-sidebar','default'),(1367,609,'_wpb_vc_js_status','false'),(1368,676,'_edit_last','1'),(1369,676,'_edit_lock','1562996670:1'),(1370,678,'_edit_last','1'),(1371,678,'_edit_lock','1563065016:1'),(1372,678,'slide_template','default'),(1373,678,'spu_options','a:14:{s:3:\"css\";a:24:{s:9:\"bgopacity\";s:3:\"0.5\";s:13:\"overlay_color\";s:4:\"#000\";s:16:\"background_color\";s:7:\"#eeeeee\";s:18:\"background_opacity\";s:3:\"0.4\";s:5:\"width\";s:4:\"100%\";s:7:\"padding\";i:25;s:5:\"color\";s:4:\"#333\";s:12:\"shadow_color\";s:4:\"#666\";s:11:\"shadow_type\";s:6:\"outset\";s:15:\"shadow_x_offset\";i:0;s:15:\"shadow_y_offset\";i:0;s:11:\"shadow_blur\";i:10;s:13:\"shadow_spread\";i:1;s:12:\"border_color\";s:4:\"#eee\";s:12:\"border_width\";i:8;s:13:\"border_radius\";i:0;s:11:\"border_type\";s:4:\"none\";s:11:\"close_color\";s:4:\"#666\";s:17:\"close_hover_color\";s:4:\"#000\";s:18:\"close_shadow_color\";s:4:\"#fff\";s:10:\"close_size\";s:4:\"30px\";s:14:\"close_position\";s:9:\"top_right\";s:10:\"custom_css\";s:150:\"/*\r\n		* Add custom CSS for this popup\r\n		* Be sure to start your rules with #spu-678 { } and use !important when needed to override plugin rules\r\n		*/\";s:8:\"position\";s:8:\"centered\";}s:7:\"trigger\";s:7:\"seconds\";s:14:\"trigger_number\";i:5;s:19:\"name-convert-cookie\";s:18:\"spu_conversion_678\";s:23:\"duration-convert-cookie\";i:999;s:19:\"type-convert-cookie\";s:1:\"d\";s:17:\"name-close-cookie\";s:15:\"spu_closing_678\";s:21:\"duration-close-cookie\";i:30;s:17:\"type-close-cookie\";s:1:\"d\";s:16:\"conversion_close\";s:1:\"1\";s:9:\"auto_hide\";s:1:\"0\";s:9:\"test_mode\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:12:\"powered_link\";s:1:\"0\";}'),(1332,334,'_edit_lock','1565706924:1'),(1333,609,'_edit_lock','1598033587:2'),(1334,609,'_edit_last','2'),(1335,609,'_wp_page_template','default'),(1336,609,'slide_template','default'),(1819,797,'_edit_lock','1565674730:1'),(1605,687,'_wpb_shortcodes_custom_css','.vc_custom_1504865731729{padding-bottom: 100px !important;}.vc_custom_1504865731729{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1606,688,'_wpb_shortcodes_custom_css','.vc_custom_1504865731729{padding-bottom: 100px !important;}.vc_custom_1504865731729{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2604,1021,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1607,689,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1608,689,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1609,693,'_edit_lock','1565707201:1'),(1610,693,'_edit_last','1'),(1611,693,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–0:00'),(1612,693,'slide_template','default'),(1613,694,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1614,694,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1615,695,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1616,695,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1617,643,'_edit_lock','1563072749:1'),(1618,644,'_edit_lock','1563285821:1'),(1619,644,'_wp_attachment_backup_sizes','a:36:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:580;s:6:\"height\";i:386;s:4:\"file\";s:13:\"MG_1433-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-square-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-570x386.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"menu-featured-post-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"qode-carousel_slider-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio_slider-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_masonry_regular-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-500x386.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_tall-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-500x386.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"latest_post_boxes-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:21:\"MG_1433-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"MG_1433-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1563284101419\";a:3:{s:5:\"width\";i:469;s:6:\"height\";i:385;s:4:\"file\";s:28:\"MG_1433-1-e1563066086504.jpg\";}s:23:\"thumbnail-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"menu-featured-post-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"qode-carousel_slider-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_slider-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-469x380.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"latest_post_boxes-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-469x303.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"woocommerce_thumbnail-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"woocommerce_gallery_thumbnail-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1563284101419\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1563285939131\";a:3:{s:5:\"width\";i:469;s:6:\"height\";i:300;s:4:\"file\";s:28:\"MG_1433-1-e1563284101419.jpg\";}s:23:\"thumbnail-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"menu-featured-post-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"qode-carousel_slider-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_slider-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-469x380.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"latest_post_boxes-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563066086504-469x303.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"woocommerce_thumbnail-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"woocommerce_gallery_thumbnail-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1563285939131\";a:4:{s:4:\"file\";s:36:\"MG_1433-1-e1563284101419-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1620,643,'attachment_image_custom_link',''),(1621,643,'attachment_image_link_target','_self'),(1622,643,'blog_image_size','default'),(1623,643,'_edit_last','1'),(1624,644,'attachment_image_custom_link',''),(1625,644,'attachment_image_link_target','_self'),(1626,644,'blog_image_size','default'),(1627,644,'_edit_last','1'),(1628,643,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:473;s:4:\"file\";s:13:\"MG_1077-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:22:\"MG_1077-1-1024x473.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-square-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-570x473.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-portrait-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-600x473.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"portfolio-landscape-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-800x473.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"menu-featured-post-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"qode-carousel_slider-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio_slider-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_masonry_regular-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_wide-orig\";a:4:{s:4:\"file\";s:22:\"MG_1077-1-1000x473.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_tall-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_large-orig\";a:4:{s:4:\"file\";s:22:\"MG_1077-1-1000x473.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"portfolio_masonry_with_space-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-700x323.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"latest_post_boxes-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:21:\"MG_1077-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"MG_1077-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1629,696,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1630,696,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562969241651{padding-top: 35% !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1631,697,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1632,697,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1634,698,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1635,699,'_wp_attached_file','2019/07/DSC_0142.jpg'),(1636,699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2019/07/DSC_0142.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0142-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0142-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0142-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0142-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"DSC_0142-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"DSC_0142-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"DSC_0142-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"DSC_0142-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0142-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0142-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"DSC_0142-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"DSC_0142-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"DSC_0142-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"DSC_0142-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"DSC_0142-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0142-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DSC_0142-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0142-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DSC_0142-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DSC_0142-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0142-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1359553690\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1637,700,'_wp_attached_file','2019/07/LOGOASOCIADORG.png'),(1638,700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:181;s:6:\"height\";i:97;s:4:\"file\";s:26:\"2019/07/LOGOASOCIADORG.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LOGOASOCIADORG-150x97.png\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"LOGOASOCIADORG-100x97.png\";s:5:\"width\";i:100;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"LOGOASOCIADORG-100x97.png\";s:5:\"width\";i:100;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1639,701,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1640,702,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1641,702,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1642,703,'_wp_attached_file','2019/07/DSC_0142-1.jpg'),(1643,703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:22:\"2019/07/DSC_0142-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0142-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"DSC_0142-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"DSC_0142-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"DSC_0142-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC_0142-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0142-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1359553690\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1644,704,'_wp_attached_file','2019/07/Logo-O-Fogón.jpg'),(1645,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:979;s:4:\"file\";s:25:\"2019/07/Logo-O-Fogón.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-768x682.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Logo-O-Fogón-1024x910.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:910;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"Logo-O-Fogón-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-500x979.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:979;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:26:\"Logo-O-Fogón-1000x979.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:979;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-700x622.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Logo-O-Fogón-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-600x533.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-600x533.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Logo-O-Fogón-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1646,642,'_edit_lock','1563285977:1'),(1647,642,'_wp_attachment_backup_sizes','a:41:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:490;s:4:\"file\";s:23:\"MG_1066-2-guiller-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"MG_1066-2-guiller-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-square-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-570x490.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-portrait-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"portfolio-landscape-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"menu-featured-post-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"qode-carousel_slider-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio_slider-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_masonry_regular-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-500x490.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_wide-orig\";a:4:{s:4:\"file\";s:32:\"MG_1066-2-guiller-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_tall-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-500x490.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_large-orig\";a:4:{s:4:\"file\";s:32:\"MG_1066-2-guiller-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"portfolio_masonry_with_space-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-700x335.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"latest_post_boxes-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-600x287.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-600x287.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"MG_1066-2-guiller-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1563285958742\";a:3:{s:5:\"width\";i:760;s:6:\"height\";i:488;s:4:\"file\";s:38:\"MG_1066-2-guiller-1-e1563284127698.jpg\";}s:23:\"thumbnail-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio-square-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-570x488.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"portfolio-portrait-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-600x488.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"menu-featured-post-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"qode-carousel_slider-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_slider-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"portfolio_masonry_regular-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-500x488.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"portfolio_masonry_tall-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-500x488.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:42:\"portfolio_masonry_with_space-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-700x449.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"latest_post_boxes-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"woocommerce_thumbnail-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"woocommerce_single-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"woocommerce_gallery_thumbnail-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"shop_single-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1563285958742\";a:4:{s:4:\"file\";s:46:\"MG_1066-2-guiller-1-e1563284127698-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1648,705,'_wp_attached_file','2019/07/pontevedra-pulpo.jpg'),(1649,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2019/07/pontevedra-pulpo.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pontevedra-pulpo-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"pontevedra-pulpo-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"pontevedra-pulpo-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-700x273.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"pontevedra-pulpo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"pontevedra-pulpo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1650,706,'_wp_attached_file','2019/07/parrillada-especial.jpg'),(1651,706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:282;s:4:\"file\";s:31:\"2019/07/parrillada-especial.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-500x282.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-500x282.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-500x282.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-539x282.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"parrillada-especial-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"parrillada-especial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1652,707,'_wp_attached_file','2019/07/DSC_0141-1.jpg'),(1653,707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:22:\"2019/07/DSC_0141-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0141-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"DSC_0141-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"DSC_0141-1-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC_0141-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0141-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553674\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1654,708,'_wp_attached_file','2019/07/ofogon-plato.jpg'),(1655,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:412;s:4:\"file\";s:24:\"2019/07/ofogon-plato.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"ofogon-plato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"ofogon-plato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1656,709,'_wp_attached_file','2019/07/ofogon-plato-1.jpg'),(1657,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:412;s:4:\"file\";s:26:\"2019/07/ofogon-plato-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"ofogon-plato-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"ofogon-plato-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1658,710,'_wp_attached_file','2019/07/DSC_0142-2.jpg'),(1659,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:22:\"2019/07/DSC_0142-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0142-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"DSC_0142-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"DSC_0142-2-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC_0142-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0142-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553690\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1660,711,'_wp_attached_file','2019/07/DSC_0135.jpg'),(1661,711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:20:\"2019/07/DSC_0135.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0135-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0135-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0135-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0135-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"DSC_0135-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"DSC_0135-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"DSC_0135-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"DSC_0135-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0135-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0135-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"DSC_0135-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"DSC_0135-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"DSC_0135-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"DSC_0135-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"DSC_0135-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"DSC_0135-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0135-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DSC_0135-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0135-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DSC_0135-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DSC_0135-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0135-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553524\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:16:\"0.16666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1662,712,'_wp_attached_file','2019/07/DSC_0138.jpg'),(1663,712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:20:\"2019/07/DSC_0138.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0138-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0138-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0138-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0138-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"DSC_0138-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"DSC_0138-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"DSC_0138-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"DSC_0138-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0138-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0138-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"DSC_0138-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"DSC_0138-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"DSC_0138-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"DSC_0138-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"DSC_0138-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"DSC_0138-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0138-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DSC_0138-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0138-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DSC_0138-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DSC_0138-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0138-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553648\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1664,713,'_wp_attached_file','2019/07/DSC_0138-1.jpg'),(1665,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:22:\"2019/07/DSC_0138-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0138-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"DSC_0138-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"DSC_0138-1-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC_0138-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0138-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553648\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1666,714,'_wp_attached_file','2019/07/DSC_0144.jpg'),(1667,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:20:\"2019/07/DSC_0144.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0144-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0144-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0144-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0144-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"DSC_0144-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"DSC_0144-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"DSC_0144-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"DSC_0144-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0144-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"DSC_0144-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"DSC_0144-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"DSC_0144-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"DSC_0144-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"DSC_0144-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"DSC_0144-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"DSC_0144-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0144-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DSC_0144-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0144-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DSC_0144-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DSC_0144-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0144-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553707\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1668,715,'_wp_attached_file','2019/07/DSC_0144-1.jpg'),(1669,715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:22:\"2019/07/DSC_0144-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0144-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"DSC_0144-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"DSC_0144-1-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC_0144-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0144-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553707\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1670,642,'attachment_image_custom_link',''),(1671,642,'attachment_image_link_target','_self'),(1672,642,'blog_image_size','default'),(1673,642,'_edit_last','1'),(1674,716,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1675,716,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1563282977198{margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2812,757,'_menu_item_icon','null'),(2646,1028,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2809,757,'_menu_item_nolink',''),(2810,757,'_menu_item_hide',''),(2811,757,'_menu_item_type_menu',''),(2643,1028,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1717,744,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2523,1000,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1689,593,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"churrasco-a-ria-log.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-square-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-portrait-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"portfolio-landscape-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"menu-featured-post-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"qode-carousel_slider-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio_slider-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_masonry_regular-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_wide-orig\";a:4:{s:4:\"file\";s:32:\"churrasco-a-ria-log-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_tall-orig\";a:4:{s:4:\"file\";s:32:\"churrasco-a-ria-log-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_large-orig\";a:4:{s:4:\"file\";s:33:\"churrasco-a-ria-log-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"portfolio_masonry_with_space-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"latest_post_boxes-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:31:\"churrasco-a-ria-log-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"churrasco-a-ria-log-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2522,1000,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 56.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}'),(1693,730,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1694,730,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1695,731,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1696,731,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1697,732,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1698,732,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563296937157{background-color: #ffffff !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1699,733,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1700,733,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563298053815{background-color: #ffffff !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1701,734,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1702,734,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563298053815{background-color: #ffffff !important;}.vc_custom_1563298423357{background-color: #cccccc !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1716,744,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1703,735,'_wp_attached_file','2019/07/LOGO_OFOGON-ARIA.jpg'),(1704,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:737;s:6:\"height\";i:435;s:4:\"file\";s:28:\"2019/07/LOGO_OFOGON-ARIA.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-570x435.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-600x435.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-500x435.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-500x435.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-700x413.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"LOGO_OFOGON-ARIA-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:8:\"Imprimir\";s:17:\"created_timestamp\";s:10:\"1472667182\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"Imprimir\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1710,741,'_wp_attached_file','2019/07/DSC_0138-2.jpg'),(1711,741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:22:\"2019/07/DSC_0138-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0138-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"DSC_0138-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"DSC_0138-2-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC_0138-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0138-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553648\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1712,742,'_wp_attached_file','2019/07/DSC_0144-2.jpg'),(1713,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:854;s:4:\"file\";s:22:\"2019/07/DSC_0144-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0144-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"DSC_0144-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-500x854.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"DSC_0144-2-1000x854.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC_0144-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0144-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1359553707\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1714,743,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1715,743,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1718,745,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1719,745,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1722,747,'_wpb_shortcodes_custom_css','.vc_custom_1563348419974{padding-bottom: 100px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1723,748,'_wpb_shortcodes_custom_css','.vc_custom_1563348799778{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/13.jpg?id=648) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563348419974{padding-bottom: 100px !important;}.vc_custom_1563348719251{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/la-foto1-2.jpg?id=591) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1781,765,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1779,763,'_wpb_shortcodes_custom_css','.vc_custom_1563351705709{padding-top: 190px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1780,764,'_wpb_shortcodes_custom_css','.vc_custom_1563351770975{margin-top: 190px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1778,762,'_wpb_shortcodes_custom_css','.vc_custom_1563351635868{padding-top: 100px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1724,749,'_wpb_shortcodes_custom_css','.vc_custom_1563348799778{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/13.jpg?id=648) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563348419974{padding-bottom: 100px !important;}.vc_custom_1563348719251{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/la-foto1-2.jpg?id=591) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1725,750,'_wpb_shortcodes_custom_css','.vc_custom_1562957004423{margin-top: 80px !important;margin-right: 13% !important;margin-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}'),(1726,751,'_wp_attached_file','2019/07/12-1.jpg'),(1727,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1096;s:6:\"height\";i:944;s:4:\"file\";s:16:\"2019/07/12-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"12-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"12-1-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"12-1-768x661.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"12-1-1024x882.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"12-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"12-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"12-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"12-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"12-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"12-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"12-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"12-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"12-1-500x944.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:944;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"12-1-1000x944.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:944;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"12-1-700x603.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"12-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"12-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"12-1-600x517.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"12-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"12-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"12-1-600x517.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"12-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460755396\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1728,752,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}'),(1729,753,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1563349723529{padding-right: 13% !important;}'),(2787,1047,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(1769,758,'_menu_item_object','page'),(1739,755,'_menu_item_type','post_type'),(1740,755,'_menu_item_menu_item_parent','0'),(1741,755,'_menu_item_object_id','326'),(1742,755,'_menu_item_object','page'),(1743,755,'_menu_item_target',''),(1744,755,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1745,755,'_menu_item_xfn',''),(1746,755,'_menu_item_url',''),(1768,758,'_menu_item_object_id','326'),(1748,756,'_menu_item_type','post_type'),(1749,756,'_menu_item_menu_item_parent','0'),(1750,756,'_menu_item_object_id','115'),(1751,756,'_menu_item_object','page'),(1752,756,'_menu_item_target',''),(1753,756,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1754,756,'_menu_item_xfn',''),(1755,756,'_menu_item_url',''),(1767,758,'_menu_item_menu_item_parent','0'),(1757,757,'_menu_item_type','post_type'),(1758,757,'_menu_item_menu_item_parent','0'),(1759,757,'_menu_item_object_id','14'),(1760,757,'_menu_item_object','page'),(1761,757,'_menu_item_target',''),(1762,757,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1763,757,'_menu_item_xfn',''),(1764,757,'_menu_item_url',''),(1766,758,'_menu_item_type','post_type'),(1770,758,'_menu_item_target',''),(1771,758,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1772,758,'_menu_item_xfn',''),(1773,758,'_menu_item_url',''),(1775,759,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1776,760,'_wpb_shortcodes_custom_css','.vc_custom_1563348799778{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/13.jpg?id=648) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563348419974{padding-bottom: 100px !important;}.vc_custom_1563348719251{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/la-foto1-2.jpg?id=591) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(1777,761,'_wpb_shortcodes_custom_css','.vc_custom_1563348419974{padding-bottom: 100px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2298,939,'_edit_last','1'),(1817,795,'_edit_lock','1565677294:1'),(1816,794,'_edit_lock','1565674637:1'),(1785,769,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}'),(1786,770,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(1787,771,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(1788,772,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(1789,773,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(1792,775,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(1793,776,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(1794,777,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(2295,939,'_edit_lock','1565704988:1'),(2294,938,'_edit_last','1'),(2293,938,'_edit_lock','1565704641:1'),(2292,937,'slide_template','default'),(1812,789,'_wp_attached_file','2019/07/MERLUZA-GALLEGA.jpg'),(1813,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:27:\"2019/07/MERLUZA-GALLEGA.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MERLUZA-GALLEGA-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-600x768.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"MERLUZA-GALLEGA-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"MERLUZA-GALLEGA-1000x768.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"MERLUZA-GALLEGA-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-FZ38\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1331127978\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1814,790,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(1815,790,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(1857,801,'_edit_last','1'),(1858,801,'slide_template','default'),(1859,800,'_edit_last','1'),(1860,800,'slide_template','default'),(1861,799,'_edit_last','1'),(1862,799,'slide_template',''),(2296,938,'qode_restaurant_menu_item_description','Ox - Sirloin'),(2291,937,'qode_restaurant_menu_item_description','Ox - Ribsteak'),(2290,937,'_edit_last','1'),(2289,936,'slide_template','default'),(2285,936,'_edit_lock','1565704640:1'),(1872,810,'slide_template','default'),(1873,811,'_edit_lock','1565674780:1'),(1874,811,'_edit_last','1'),(1875,811,'slide_template','default'),(1876,812,'_edit_lock','1565674784:1'),(1877,813,'_edit_lock','1565674918:1'),(1878,812,'_edit_last','1'),(1879,812,'slide_template','default'),(1880,813,'_edit_last','1'),(1881,813,'slide_template','default'),(1882,814,'_edit_lock','1565674920:1'),(1883,814,'_edit_last','1'),(1884,814,'slide_template','default'),(1885,815,'_edit_lock','1565674776:1'),(1886,815,'_edit_last','1'),(1887,815,'slide_template','default'),(1888,816,'_edit_lock','1565674765:1'),(1889,816,'_edit_last','1'),(1890,816,'slide_template','default'),(1891,817,'_edit_lock','1565674766:1'),(1892,817,'_edit_last','1'),(1893,817,'slide_template','default'),(1894,818,'_edit_lock','1565674767:1'),(1895,818,'_edit_last','1'),(1896,818,'slide_template','default'),(1897,819,'_edit_lock','1565674912:1'),(1898,819,'_edit_last','1'),(1899,819,'slide_template','default'),(1900,820,'_edit_lock','1565675297:1'),(1901,820,'_edit_last','1'),(1902,821,'_edit_lock','1565675283:1'),(1903,820,'slide_template','default'),(1904,821,'_edit_last','1'),(1905,821,'slide_template','default'),(1906,822,'_edit_lock','1565675292:1'),(1907,822,'_edit_last','1'),(1908,822,'slide_template','default'),(1909,823,'_edit_lock','1565675293:1'),(1910,823,'_edit_last','1'),(1911,823,'slide_template','default'),(1912,824,'_edit_lock','1565675295:1'),(1913,824,'_edit_last','1'),(1914,824,'slide_template','default'),(1915,825,'_edit_lock','1565675294:1'),(1916,826,'_edit_lock','1565675296:1'),(1917,825,'_edit_last','1'),(1918,825,'slide_template','default'),(1919,826,'_edit_last','1'),(1920,826,'slide_template','default'),(1921,827,'_edit_lock','1565675296:1'),(1922,827,'_edit_last','1'),(1923,827,'slide_template','default'),(1924,828,'_edit_lock','1565675253:1'),(1925,828,'_edit_last','1'),(1926,828,'slide_template','default'),(1927,829,'_edit_lock','1565675264:1'),(1928,829,'_edit_last','1'),(1929,829,'slide_template','default'),(1930,831,'_edit_lock','1565675181:1'),(1931,830,'_edit_lock','1565675294:1'),(1932,830,'_edit_last','1'),(1933,832,'_edit_lock','1565675190:1'),(1934,834,'_edit_lock','1565675078:1'),(1935,833,'_edit_lock','1565675197:1'),(1936,830,'slide_template','default'),(1937,831,'_edit_last','1'),(1938,831,'slide_template','default'),(1939,832,'_edit_last','1'),(1940,832,'slide_template','default'),(1941,833,'_edit_last','1'),(1942,833,'slide_template','default'),(1943,834,'_edit_last','1'),(1944,834,'slide_template','default'),(1945,835,'_edit_lock','1565675112:1'),(1946,835,'_edit_last','1'),(1947,835,'qode_restaurant_menu_item_description','Pimienta, Roquefort, Oporto'),(1948,835,'slide_template','default'),(1949,836,'_edit_lock','1565679015:1'),(1950,836,'_edit_last','1'),(1951,836,'qode_restaurant_menu_item_description','Gallo de corral, Cordero Estofado, Cochinillo'),(1952,836,'slide_template',''),(1953,837,'_edit_lock','1565675470:1'),(1954,837,'_edit_last','1'),(1955,837,'slide_template','default'),(1956,838,'_edit_lock','1565675614:1'),(1957,838,'_edit_last','1'),(1958,838,'slide_template','default'),(1959,839,'_edit_lock','1565675617:1'),(1960,839,'_edit_last','1'),(1961,839,'slide_template','default'),(1962,840,'_edit_lock','1565675620:1'),(1963,840,'_edit_last','1'),(1964,840,'slide_template','default'),(1965,841,'_edit_lock','1565675620:1'),(1966,841,'_edit_last','1'),(1967,841,'slide_template','default'),(1968,842,'_edit_lock','1565675475:1'),(1969,842,'_edit_last','1'),(1970,842,'slide_template','default'),(1971,844,'_edit_lock','1565675477:1'),(1972,843,'_edit_lock','1565675621:1'),(1973,843,'_edit_last','1'),(1974,843,'slide_template','default'),(1975,844,'_edit_last','1'),(1976,844,'slide_template','default'),(1977,845,'_edit_lock','1565675531:1'),(1978,845,'_edit_last','1'),(1979,845,'slide_template','default'),(1980,846,'_edit_lock','1565675538:1'),(1981,846,'_edit_last','1'),(1982,846,'slide_template','default'),(1983,847,'_edit_lock','1565675438:1'),(1984,847,'_edit_last','1'),(1985,847,'slide_template','default'),(1986,848,'_edit_lock','1565675622:1'),(1987,848,'_edit_last','1'),(1988,848,'qode_restaurant_menu_item_description','Rape, Rodaballo de cultivo y lubina'),(1989,848,'slide_template','default'),(1990,849,'_edit_lock','1565675611:1'),(1991,849,'_edit_last','1'),(1992,849,'qode_restaurant_menu_item_description','Rape, Rodaballo de Cultivo y Merluza'),(1993,849,'slide_template','default'),(1994,850,'_edit_lock','1565675715:1'),(1995,850,'_edit_last','1'),(1996,850,'slide_template','default'),(1997,851,'_edit_lock','1565675860:1'),(1998,851,'_edit_last','1'),(1999,851,'slide_template','default'),(2000,852,'_edit_lock','1565675866:1'),(2001,852,'_edit_last','1'),(2002,852,'slide_template','default'),(2003,853,'_edit_lock','1565675869:1'),(2004,853,'_edit_last','1'),(2005,853,'slide_template','default'),(2006,854,'_edit_lock','1565675872:1'),(2007,854,'_edit_last','1'),(2008,854,'qode_restaurant_menu_item_description','Gambas, Champiñones y Gulas'),(2009,854,'slide_template','default'),(2010,855,'_edit_lock','1565675872:1'),(2011,855,'_edit_last','1'),(2012,855,'slide_template','default'),(2013,856,'_edit_lock','1565675874:1'),(2014,856,'_edit_last','1'),(2015,856,'slide_template','default'),(2016,857,'_edit_lock','1565675874:1'),(2017,857,'_edit_last','1'),(2018,857,'slide_template','default'),(2019,858,'_edit_lock','1565675857:1'),(2020,858,'_edit_last','1'),(2021,858,'slide_template','default'),(2022,859,'_edit_lock','1565677283:1'),(2023,859,'_edit_last','1'),(2024,859,'slide_template',''),(2025,860,'_edit_lock','1565677276:1'),(2026,860,'_edit_last','1'),(2027,860,'slide_template',''),(2028,861,'_edit_lock','1565677268:1'),(2029,861,'_edit_last','1'),(2030,861,'slide_template',''),(2031,862,'_edit_lock','1565677247:1'),(2032,862,'_edit_last','1'),(2033,862,'slide_template',''),(2034,863,'_edit_lock','1565677559:1'),(2035,863,'_edit_last','1'),(2036,863,'slide_template','default'),(2037,864,'_edit_lock','1565677704:1'),(2038,864,'_edit_last','1'),(2039,864,'slide_template','default'),(2040,865,'_edit_lock','1565677706:1'),(2041,866,'_edit_lock','1565677708:1'),(2042,867,'_edit_lock','1565677709:1'),(2043,868,'_edit_lock','1565677568:1'),(2044,865,'_edit_last','1'),(2045,866,'_edit_last','1'),(2046,865,'slide_template','default'),(2047,866,'slide_template','default'),(2048,868,'_edit_last','1'),(2049,867,'_edit_last','1'),(2050,869,'_edit_lock','1565677569:1'),(2051,868,'slide_template','default'),(2052,867,'slide_template','default'),(2053,869,'_edit_last','1'),(2054,870,'_edit_lock','1565677569:1'),(2055,869,'slide_template','default'),(2056,870,'_edit_last','1'),(2057,870,'slide_template','default'),(2058,871,'_edit_lock','1565677569:1'),(2059,871,'_edit_last','1'),(2060,872,'_edit_lock','1565677569:1'),(2061,871,'slide_template','default'),(2062,872,'_edit_last','1'),(2063,872,'slide_template','default'),(2064,874,'_edit_lock','1565677571:1'),(2065,873,'_edit_lock','1565677571:1'),(2066,876,'_edit_lock','1565677572:1'),(2067,878,'_edit_lock','1565677572:1'),(2068,873,'_edit_last','1'),(2069,873,'slide_template','default'),(2070,882,'_edit_lock','1565677722:1'),(2071,880,'_edit_lock','1565677645:1'),(2072,874,'_edit_last','1'),(2073,874,'slide_template','default'),(2074,875,'_edit_lock','1565677571:1'),(2075,884,'_edit_lock','1565677724:1'),(2076,886,'_edit_lock','1565677724:1'),(2077,875,'_edit_last','1'),(2078,875,'slide_template','default'),(2080,876,'_edit_last','1'),(2081,876,'slide_template','default'),(2082,877,'_edit_lock','1565677573:1'),(2083,877,'_edit_last','1'),(2084,879,'_edit_lock','1565677655:1'),(2085,877,'slide_template','default'),(2086,888,'_edit_lock','1565677627:1'),(2088,878,'_edit_last','1'),(2089,878,'slide_template','default'),(2090,881,'_edit_lock','1565677722:1'),(2091,885,'_edit_lock','1565677724:1'),(2092,879,'_edit_last','1'),(2093,879,'slide_template','default'),(2094,883,'_edit_lock','1565677723:1'),(2095,880,'_edit_last','1'),(2096,891,'_edit_lock','1565677676:1'),(2097,887,'_edit_lock','1565677725:1'),(2098,889,'_edit_lock','1565677634:1'),(2099,881,'_edit_last','1'),(2100,881,'slide_template','default'),(2101,882,'_edit_last','1'),(2102,882,'slide_template','default'),(2103,883,'_edit_last','1'),(2104,883,'slide_template','default'),(2105,884,'_edit_last','1'),(2106,884,'slide_template','default'),(2107,885,'_edit_last','1'),(2108,885,'slide_template','default'),(2109,886,'_edit_last','1'),(2110,886,'slide_template','default'),(2111,887,'_edit_last','1'),(2112,887,'slide_template','default'),(2113,888,'_edit_last','1'),(2114,888,'slide_template','default'),(2115,889,'_edit_last','1'),(2116,889,'slide_template','default'),(2303,940,'qode_restaurant_menu_item_description','Bird - Roast  Chicken '),(2119,891,'_edit_last','1'),(2305,941,'_edit_lock','1565704822:1'),(2304,940,'slide_template','default'),(2302,940,'_edit_last','1'),(2123,880,'slide_template','default'),(2124,893,'_edit_lock','1565706686:1'),(2125,893,'_edit_last','1'),(2126,894,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2127,895,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2128,893,'slide_template','default'),(2129,896,'_edit_lock','1565678412:1'),(2130,896,'_edit_last','1'),(2131,896,'qode_restaurant_menu_item_description','Galician Meat or Fish pie'),(2132,896,'slide_template','default'),(2133,897,'_edit_lock','1565678414:1'),(2134,897,'_edit_last','1'),(2135,897,'qode_restaurant_menu_item_description',' Salad'),(2136,897,'slide_template','default'),(2137,898,'_edit_lock','1565678417:1'),(2138,898,'_edit_last','1'),(2139,898,'qode_restaurant_menu_item_description','Tossed Salad'),(2140,898,'slide_template','default'),(2141,900,'_edit_lock','1565678515:1'),(2142,900,'_edit_last','1'),(2143,900,'qode_restaurant_menu_item_description','House salad'),(2144,900,'slide_template','default'),(2145,901,'_edit_lock','1565678517:1'),(2146,901,'_edit_last','1'),(2147,901,'qode_restaurant_menu_item_description','Asparagus with mayonnaise	'),(2148,901,'slide_template','default'),(2149,902,'_edit_lock','1565678982:1'),(2150,899,'_edit_lock','1565678522:1'),(2151,902,'_edit_last','1'),(2152,902,'qode_restaurant_menu_item_description','Fried in batter Squid	'),(2153,902,'slide_template',''),(2154,899,'_edit_last','1'),(2155,899,'qode_restaurant_menu_item_description','Octopus'),(2156,899,'slide_template','default'),(2157,903,'_edit_lock','1565678599:1'),(2158,903,'_edit_last','1'),(2159,904,'_edit_lock','1565678601:1'),(2160,903,'qode_restaurant_menu_item_description','Octopus fried with garlic gulas , shrimps'),(2161,903,'slide_template','default'),(2162,904,'_edit_last','1'),(2163,904,'qode_restaurant_menu_item_description','Meat shish Kebabs '),(2164,904,'slide_template','default'),(2165,905,'_edit_lock','1565678602:1'),(2166,905,'_edit_last','1'),(2167,905,'qode_restaurant_menu_item_description','Spicy Argentinian Sausage	'),(2168,905,'slide_template','default'),(2169,906,'_edit_lock','1565678597:1'),(2170,906,'_edit_last','1'),(2171,906,'qode_restaurant_menu_item_description','Highly Spiced Pork Sausage'),(2172,906,'slide_template','default'),(2173,907,'_edit_lock','1565678619:1'),(2174,907,'_edit_last','1'),(2175,907,'qode_restaurant_menu_item_description','Zorza'),(2176,907,'slide_template','default'),(2177,911,'_edit_lock','1565678679:1'),(2178,911,'_edit_last','1'),(2179,911,'qode_restaurant_menu_item_description','Fried  “piquillo” peppers with garlic	'),(2180,911,'slide_template','default'),(2181,910,'_edit_lock','1565678685:1'),(2182,910,'_edit_last','1'),(2183,909,'_edit_lock','1565678681:1'),(2184,909,'_edit_last','1'),(2185,909,'qode_restaurant_menu_item_description','Croquettes'),(2186,909,'slide_template','default'),(2187,910,'qode_restaurant_menu_item_description','Home-Made Croquettes'),(2188,910,'slide_template','default'),(2189,908,'_edit_lock','1565678770:1'),(2190,908,'_edit_last','1'),(2191,912,'_edit_lock','1565678791:1'),(2192,908,'qode_restaurant_menu_item_description','Fried Eggs'),(2193,908,'slide_template','default'),(2194,913,'_edit_lock','1565678791:1'),(2195,913,'_edit_last','1'),(2196,913,'qode_restaurant_menu_item_description',' Omelette'),(2197,913,'slide_template','default'),(2198,914,'_edit_lock','1565678791:1'),(2199,914,'_edit_last','1'),(2200,914,'qode_restaurant_menu_item_description','Loins of Tuna with Onions	'),(2201,914,'slide_template','default'),(2202,912,'_edit_last','1'),(2203,912,'qode_restaurant_menu_item_description','Stuffed “piquillo” peppers 	'),(2204,912,'slide_template','default'),(2205,915,'_edit_lock','1565704453:1'),(2206,915,'_edit_last','1'),(2207,915,'qode_restaurant_menu_item_description','Fried “Gulas” with Garlic'),(2208,915,'slide_template','default'),(2209,916,'_edit_last','1'),(2210,916,'slide_template',''),(2211,916,'_edit_lock','1565679297:1'),(2212,917,'_edit_lock','1565704456:1'),(2213,917,'_edit_last','1'),(2214,917,'qode_restaurant_menu_item_description','Lechuga, tomate, cebolla, maíz,soja, esparragos,piquillo, piña'),(2215,917,'slide_template','default'),(2216,918,'_edit_lock','1565679175:1'),(2217,918,'_edit_last','1'),(2218,918,'slide_template','default'),(2219,919,'_edit_lock','1565679175:1'),(2220,919,'_edit_last','1'),(2221,919,'slide_template','default'),(2222,920,'_edit_lock','1565679320:1'),(2223,920,'_edit_last','1'),(2224,920,'slide_template','default'),(2225,921,'_edit_lock','1565679321:1'),(2226,921,'_edit_last','1'),(2227,921,'slide_template','default'),(2228,922,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2301,940,'_edit_lock','1565704820:1'),(2300,939,'slide_template','default'),(2297,938,'slide_template','default'),(2232,893,'qode_restaurant_menu_item_description','Soup or Soup'),(2233,923,'_edit_lock','1565679837:1'),(2234,923,'_edit_last','1'),(2235,923,'qode_restaurant_menu_item_description','Charcoal-grilled Steak'),(2236,923,'slide_template',''),(2237,925,'_edit_lock','1565679846:1'),(2238,924,'_edit_lock','1565679817:1'),(2239,924,'_edit_last','1'),(2240,924,'qode_restaurant_menu_item_description','Iberian “Secreto”'),(2241,924,'slide_template',''),(2242,925,'_edit_last','1'),(2243,925,'qode_restaurant_menu_item_description','Iberian “presa\"'),(2244,925,'slide_template',''),(2245,926,'_edit_lock','1565679824:1'),(2246,926,'_edit_last','1'),(2247,926,'qode_restaurant_menu_item_description',' Roast Ham'),(2248,926,'slide_template',''),(2249,928,'_edit_lock','1565679807:1'),(2250,927,'_edit_lock','1565679855:1'),(2251,927,'_edit_last','1'),(2252,927,'qode_restaurant_menu_item_description','Leg of Ham with turnip greens (In Season)'),(2253,927,'slide_template',''),(2254,928,'_edit_last','1'),(2255,928,'qode_restaurant_menu_item_description',' Iberian Cheeks'),(2256,928,'slide_template',''),(2257,929,'_edit_lock','1565679631:1'),(2258,929,'_edit_last','1'),(2259,931,'_edit_lock','1565704559:1'),(2260,933,'_edit_lock','1565679736:1'),(2261,930,'_edit_lock','1565704414:1'),(2262,932,'_edit_lock','1565704562:1'),(2263,934,'_edit_lock','1565704563:1'),(2264,929,'qode_restaurant_menu_item_description','Veal - Charcoal-grilled Steak'),(2265,929,'slide_template','default'),(2266,930,'_edit_last','1'),(2267,930,'qode_restaurant_menu_item_description','Veal - Ribsteak'),(2268,930,'slide_template','default'),(2269,931,'_edit_last','1'),(2270,931,'qode_restaurant_menu_item_description','Veal - Chop'),(2271,931,'slide_template','default'),(2272,932,'_edit_last','1'),(2273,932,'qode_restaurant_menu_item_description','Big Chop'),(2274,932,'slide_template','default'),(2275,933,'_edit_last','1'),(2276,933,'qode_restaurant_menu_item_description','Steak'),(2277,933,'slide_template','default'),(2278,934,'_edit_last','1'),(2279,934,'qode_restaurant_menu_item_description','Veal - Breaded Steak'),(2280,934,'slide_template','default'),(2281,935,'_edit_lock','1565704563:1'),(2282,935,'_edit_last','1'),(2283,935,'qode_restaurant_menu_item_description','Veal - Hock'),(2284,935,'slide_template','default'),(2306,941,'_edit_last','1'),(2307,941,'qode_restaurant_menu_item_description','Birds - Grilled Chicken Breast '),(2308,941,'slide_template','default'),(2309,942,'_edit_lock','1565704967:1'),(2310,942,'_edit_last','1'),(2311,942,'qode_restaurant_menu_item_description','Birds - Breaded Chicken Fillet  '),(2312,942,'slide_template','default'),(2313,943,'_edit_lock','1565704968:1'),(2314,943,'_edit_last','1'),(2315,943,'qode_restaurant_menu_item_description','Birds - Charcoal-grilled Quails'),(2316,943,'slide_template','default'),(2317,944,'_edit_lock','1565704969:1'),(2318,944,'_edit_last','1'),(2550,1019,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2320,945,'_edit_lock','1565704825:1'),(2321,944,'qode_restaurant_menu_item_description','Birds - Charcoal-grilled Cockerel'),(2322,944,'slide_template','default'),(2323,945,'_edit_last','1'),(2324,945,'qode_restaurant_menu_item_description','Birds - Charcoal-grilled Rabbit'),(2325,945,'slide_template','default'),(2326,947,'_edit_lock','1565706072:1'),(2327,947,'_edit_last','1'),(2328,947,'qode_restaurant_menu_item_description','Lamb - Chops'),(2329,947,'slide_template','default'),(2330,948,'_edit_lock','1565704985:1'),(2331,948,'_edit_last','1'),(2332,948,'qode_restaurant_menu_item_description','Charcoal-grilled Lamb'),(2333,948,'slide_template','default'),(2334,949,'_edit_lock','1565704986:1'),(2335,949,'_edit_last','1'),(2336,949,'qode_restaurant_menu_item_description','Lamb - Braised Lamb'),(2337,949,'slide_template','default'),(2338,950,'_edit_lock','1565705114:1'),(2339,950,'_edit_last','1'),(2340,950,'qode_restaurant_menu_item_description','Angus - Charcoal-grilled Steak '),(2341,950,'slide_template','default'),(2342,951,'_edit_lock','1565705259:1'),(2343,951,'_edit_last','1'),(2344,951,'qode_restaurant_menu_item_description','Angus -  Ribsteak'),(2345,951,'slide_template','default'),(2346,952,'_edit_lock','1565705260:1'),(2347,952,'_edit_last','1'),(2348,952,'qode_restaurant_menu_item_description','Angus - “Picaña”'),(2349,952,'slide_template','default'),(2350,953,'_edit_lock','1565705117:1'),(2351,953,'_edit_last','1'),(2352,953,'qode_restaurant_menu_item_description','Angus - Mixed'),(2353,953,'slide_template','default'),(2354,954,'_edit_lock','1565705129:1'),(2355,954,'_edit_last','1'),(2356,954,'qode_restaurant_menu_item_description','Angus - Chuleton'),(2357,954,'slide_template','default'),(2358,956,'_edit_lock','1568280918:1'),(2359,956,'_edit_last','1'),(2360,956,'qode_restaurant_menu_item_description','(Churrasco de cerdo, Churrasco de ternera ,Criollo, Codornices, Secreto Ibérico) - Mixed Charcoal-grilled Meats'),(2361,956,'slide_template','default'),(2362,955,'_edit_lock','1565706825:1'),(2363,955,'_edit_last','1'),(2364,955,'qode_restaurant_menu_item_description','(Churrasco de ternera, Churrasco de cerdo, Entrecot vaca, Secreto Ibérico, Criollo) - Special  Mixed Charcoal-grilled Meats'),(2365,955,'slide_template','default'),(2366,963,'_edit_lock','1565769016:1'),(2367,963,'_edit_last','1'),(2484,986,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}'),(2369,963,'slide_template','default'),(2370,957,'_edit_lock','1565706262:1'),(2371,957,'_edit_last','1'),(2372,957,'qode_restaurant_menu_item_description','Grilled Shrimps '),(2373,957,'slide_template','default'),(2374,958,'_edit_lock','1565706264:1'),(2375,958,'_edit_last','1'),(2376,958,'qode_restaurant_menu_item_description','Shrimps Fried with Garlic '),(2377,958,'slide_template','default'),(2378,959,'_edit_lock','1565706267:1'),(2379,960,'_edit_lock','1565706267:1'),(2380,961,'_edit_lock','1565706268:1'),(2381,962,'_edit_lock','1565706124:1'),(2382,959,'_edit_last','1'),(2383,959,'qode_restaurant_menu_item_description','Razor Shells '),(2384,959,'slide_template','default'),(2385,960,'_edit_last','1'),(2386,960,'qode_restaurant_menu_item_description','Grilled Prawns '),(2387,960,'slide_template','default'),(2388,961,'_edit_last','1'),(2389,961,'qode_restaurant_menu_item_description','Smalls St.James Shells '),(2390,961,'slide_template','default'),(2391,962,'_edit_last','1'),(2392,962,'qode_restaurant_menu_item_description',' Clams Sttufed in Galician Style'),(2393,962,'slide_template','default'),(2394,964,'_edit_lock','1565705897:1'),(2395,964,'_edit_last','1'),(2396,964,'qode_restaurant_menu_item_description','Grilled Hake or Romana Style or Galician Style'),(2397,964,'slide_template','default'),(2398,965,'_edit_lock','1565705756:1'),(2399,966,'_edit_lock','1565705902:1'),(2400,965,'_edit_last','1'),(2401,965,'qode_restaurant_menu_item_description','Hake to the Casserole'),(2402,965,'slide_template','default'),(2403,966,'_edit_last','1'),(2404,966,'qode_restaurant_menu_item_description','Fried Cod or Galician Style or Grilled'),(2405,966,'slide_template','default'),(2406,967,'_edit_lock','1565705903:1'),(2407,967,'_edit_last','1'),(2408,967,'qode_restaurant_menu_item_description','Cod to tha Casserole'),(2409,967,'slide_template','default'),(2410,968,'_edit_lock','1565705903:1'),(2411,968,'_edit_last','1'),(2412,968,'qode_restaurant_menu_item_description','Special cod in Galician Style'),(2413,968,'slide_template','default'),(2414,969,'_edit_lock','1565705905:1'),(2415,969,'_edit_last','1'),(2416,969,'qode_restaurant_menu_item_description','Grilled Gilt Head Fish'),(2417,969,'slide_template','default'),(2418,970,'_edit_lock','1565705905:1'),(2419,970,'_edit_last','1'),(2420,970,'qode_restaurant_menu_item_description',' “Raya” in galician Style or Grilled'),(2421,970,'slide_template','default'),(2422,971,'_edit_lock','1565705906:1'),(2423,972,'_edit_lock','1565705740:1'),(2424,973,'_edit_lock','1565705761:1'),(2425,971,'_edit_last','1'),(2426,971,'qode_restaurant_menu_item_description','Grilled Sword Fish'),(2427,971,'slide_template','default'),(2428,972,'_edit_last','1'),(2429,972,'qode_restaurant_menu_item_description','Grilled Sole'),(2430,972,'slide_template','default'),(2431,973,'_edit_last','1'),(2432,973,'slide_template','default'),(2433,974,'_edit_lock','1565705897:1'),(2434,974,'_edit_last','1'),(2435,974,'qode_restaurant_menu_item_description','Grilled Seabass'),(2436,974,'slide_template','default'),(2437,975,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2438,976,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2439,977,'_edit_lock','1565707137:1'),(2440,977,'_edit_last','1'),(2441,977,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–0:00'),(2442,977,'slide_template','default'),(2443,978,'_edit_lock','1565770223:1'),(2444,978,'_edit_last','1'),(2445,978,'qode_restaurant_menu_item_price','13:00–16:00'),(2446,978,'slide_template','default'),(2447,979,'_edit_lock','1565707133:1'),(2448,979,'_edit_last','1'),(2449,979,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–0:00'),(2450,979,'slide_template','default'),(2476,984,'_edit_lock','1565707439:1'),(2475,983,'slide_template','default'),(2473,983,'_edit_last','1'),(2474,983,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–0:00'),(2481,985,'_edit_last','1'),(2482,985,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–0:00'),(2479,984,'slide_template','default'),(2480,985,'_edit_lock','1565707571:1'),(2483,985,'slide_template','default'),(2478,984,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–0:00'),(2477,984,'_edit_last','1'),(2472,983,'_edit_lock','1565707412:1'),(2485,986,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2486,987,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}'),(2487,987,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2488,988,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}'),(2489,988,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2490,989,'_edit_lock','1565770261:1'),(2491,989,'_edit_last','1'),(2492,989,'qode_restaurant_menu_item_price','13:00–16:00'),(2493,989,'slide_template','default'),(2494,990,'_edit_lock','1565770346:1'),(2495,990,'_edit_last','1'),(2496,990,'qode_restaurant_menu_item_price','Cerrado '),(2497,990,'slide_template','default'),(2498,991,'_edit_lock','1565770384:1'),(2499,991,'_edit_last','1'),(2500,991,'qode_restaurant_menu_item_price','13:00–16:00'),(2501,991,'slide_template','default'),(2502,992,'_edit_lock','1565770427:1'),(2503,992,'_edit_last','1'),(2504,992,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–23:00'),(2505,992,'slide_template','default'),(2506,993,'_edit_lock','1565770464:1'),(2507,993,'_edit_last','1'),(2508,993,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–23:00'),(2509,993,'slide_template','default'),(2510,994,'_edit_lock','1565770485:1'),(2511,994,'_edit_last','1'),(2512,994,'qode_restaurant_menu_item_price','13:00–16:00, 20:00–23:00'),(2513,994,'slide_template','default'),(2514,995,'_edit_lock','1565798189:1'),(2515,995,'_edit_last','1'),(2516,995,'qode_restaurant_menu_item_price','13:00–16:00'),(2517,995,'slide_template','default'),(2518,997,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}'),(2519,997,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2520,998,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}'),(2521,998,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2955,1098,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(2528,1003,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1563349723529{padding-right: 13% !important;}'),(2529,1004,'_wpb_shortcodes_custom_css','.vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}.vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}.vc_custom_1563349723529{padding-right: 13% !important;}'),(2531,115,'_wpb_post_custom_css','i.fab.fa-whatsapp {\r\n    font-size: 18px;\r\n    margin-left: 3px;\r\n    color: #1f1a15;\r\n}'),(2954,1097,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(2541,1013,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n.iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}}'),(2542,1013,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2543,1014,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2544,1014,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2545,1015,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2546,1015,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2547,1016,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2548,1016,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2549,1017,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(2805,1064,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2551,1019,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2923,1089,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2924,1079,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:23:\"IMG_20190603_142428.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-square-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"portfolio-landscape-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"menu-featured-post-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"qode-carousel_slider-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio_slider-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_masonry_regular-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_wide-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-576x500.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_tall-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"latest_post_boxes-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1568296783492\";a:3:{s:5:\"width\";i:576;s:6:\"height\";i:458;s:4:\"file\";s:38:\"IMG_20190603_142428-e1568296717156.jpg\";}s:23:\"thumbnail-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio-square-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-570x458.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"menu-featured-post-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"qode-carousel_slider-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_slider-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"portfolio_masonry_regular-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-500x458.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"portfolio_masonry_tall-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-500x458.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"latest_post_boxes-1568296783492\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296717156-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2799,1057,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2552,1019,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2966,1104,'_wpb_shortcodes_custom_css','.vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}'),(2553,1019,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2922,1089,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2554,1019,'_wp_page_template','full_width.php'),(2555,1019,'_wp_page_template','full_width.php'),(2556,1019,'slide_template','default'),(2557,1019,'slide_template','default'),(2558,1019,'_wpb_vc_js_status','true'),(2559,1019,'_wpb_vc_js_status','true'),(2560,1019,'qode_show-sidebar','default'),(2561,1019,'qode_show-sidebar','default'),(2562,1019,'qode_page_background_color','#f3f3f3'),(2563,1019,'qode_page_background_color','#f3f3f3'),(2564,1019,'qode_show-page-title','yes'),(2565,1019,'qode_show-page-title','yes'),(2566,1019,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2567,1019,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2568,1019,'qode_page_background_image_fixed','yes'),(2569,1019,'qode_header-style','light'),(2570,1019,'qode_header-style-on-scroll','yes'),(2571,1019,'qode_header_color_per_page','#ffffff'),(2572,1019,'qode_page_hide_initial_sticky','no'),(2573,1019,'qode_seo_title','Restaurante O Fogón da Ría'),(2574,1019,'qode_seo_description','El mejor trato. No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta ...\r\n'),(2575,1019,'_dp_original','14'),(2576,1020,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2577,1020,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2578,1020,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2953,1095,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2579,1020,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2580,1020,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2964,115,'_qode-like','0'),(2949,1094,'_edit_lock','1568306475:1'),(2950,1094,'_edit_last','1'),(2951,1094,'slide_template','default'),(2952,1095,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2675,1032,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1568280945351{padding-top: 30px !important;}'),(2581,1020,'_wp_page_template','full_width.php'),(2582,1020,'_wp_page_template','full_width.php'),(2583,1020,'slide_template','default'),(2584,1020,'slide_template','default'),(2585,1020,'_wpb_vc_js_status','true'),(2586,1020,'_wpb_vc_js_status','true'),(2587,1020,'qode_show-sidebar','default'),(2588,1020,'qode_show-sidebar','default'),(2589,1020,'qode_page_background_color','#f3f3f3'),(2590,1020,'qode_page_background_color','#f3f3f3'),(2591,1020,'qode_show-page-title','yes'),(2592,1020,'qode_show-page-title','yes'),(2593,1020,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2594,1020,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2595,1020,'qode_page_background_image_fixed','yes'),(2596,1020,'qode_header-style','light'),(2597,1020,'qode_header-style-on-scroll','yes'),(2598,1020,'qode_header_color_per_page','#ffffff'),(2599,1020,'qode_page_hide_initial_sticky','no'),(2600,1020,'qode_seo_title','Restaurante O Fogón da Ría'),(2601,1020,'qode_seo_description','El mejor trato. No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta ...\r\n'),(2603,1020,'_dp_original','1019'),(2605,1022,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2606,1019,'_edit_last','1'),(2607,1023,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2608,1019,'_edit_lock','1568302353:1'),(2609,1020,'_edit_last','1'),(2610,1024,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2611,1020,'_edit_lock','1568306683:1'),(2612,1025,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2613,1025,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2614,1025,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2615,1025,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2616,1025,'_wp_page_template','full_width.php'),(2617,1025,'_wp_page_template','full_width.php'),(2618,1025,'slide_template',''),(2619,1025,'slide_template',''),(2620,1025,'_wpb_vc_js_status','true'),(2621,1025,'_wpb_vc_js_status','true'),(2622,1025,'qode_show-sidebar','default'),(2623,1025,'qode_show-sidebar','default'),(2624,1025,'qode_page_background_color','#f3f3f3'),(2625,1025,'qode_page_background_color','#f3f3f3'),(2626,1025,'qode_show-page-title','yes'),(2627,1025,'qode_show-page-title','yes'),(2628,1025,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2629,1025,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2630,1025,'qode_page_background_image_fixed','yes'),(2631,1025,'qode_header-style','light'),(2632,1025,'qode_header-style-on-scroll','yes'),(2633,1025,'qode_header_color_per_page','#ffffff'),(2634,1025,'qode_page_hide_initial_sticky','no'),(2635,1025,'qode_seo_title','Restaurante O Fogón da Ría'),(2636,1025,'qode_seo_description','El mejor trato. No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta ...\r\n'),(2637,1025,'_dp_original','14'),(2638,1025,'_edit_last','1'),(2639,1026,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2640,1025,'_edit_lock','1568274733:1'),(2641,1027,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2642,1027,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}'),(2649,1028,'slide_template','default'),(2650,1028,'slide_template','default'),(2651,1028,'_wpb_vc_js_status','true'),(2652,1028,'_wpb_vc_js_status','true'),(2653,1028,'qode_page_title_position','center'),(2654,1028,'qode_page_title_position','center'),(2655,1028,'qode_page-title-color','#ffffff'),(2656,1028,'qode_page-title-color','#ffffff'),(2657,1028,'qode_fixed-title-image','yes'),(2658,1028,'qode_fixed-title-image','yes'),(2659,1028,'qode_show-sidebar','default'),(2660,1028,'qode_show-sidebar','default'),(2661,1028,'qode_show-page-title','yes'),(2662,1028,'qode_show-page-title','yes'),(2663,1028,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2017/08/menu-title-image.jpg'),(2664,1028,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2017/08/menu-title-image.jpg'),(2665,1028,'qode_title-height','568'),(2666,1028,'qode_title-height','568'),(2667,1028,'qode_page_background_color','#f3f3f3'),(2668,1028,'qode_page_background_color','#f3f3f3'),(2669,1028,'qode_page_background_image_fixed','yes'),(2670,1028,'_dp_original','334'),(2671,1029,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2672,1029,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1568275168154{margin-top: 60px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}'),(2673,1031,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2674,1031,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2804,1062,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1568280945351{padding-top: 30px !important;}'),(2676,1032,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1568280945351{padding-top: 30px !important;}'),(2803,1061,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2677,1032,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1568280945351{padding-top: 30px !important;}'),(2802,1060,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2678,1032,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1568280945351{padding-top: 30px !important;}'),(2800,1058,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2801,1059,'_wpb_shortcodes_custom_css','.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2679,1032,'_wp_page_template','full_width.php'),(2680,1032,'_wp_page_template','full_width.php'),(2681,1032,'slide_template','default'),(2682,1032,'slide_template','default'),(2683,1032,'_wpb_vc_js_status','true'),(2684,1032,'_wpb_vc_js_status','true'),(2685,1032,'qode_page_title_position','center'),(2686,1032,'qode_page_title_position','center'),(2687,1032,'qode_page-title-color','#ffffff'),(2688,1032,'qode_page-title-color','#ffffff'),(2689,1032,'qode_fixed-title-image','yes'),(2690,1032,'qode_fixed-title-image','yes'),(2691,1032,'qode_show-sidebar','default'),(2692,1032,'qode_show-sidebar','default'),(2693,1032,'qode_show-page-title','yes'),(2694,1032,'qode_show-page-title','yes'),(2695,1032,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2017/08/menu-title-image.jpg'),(2696,1032,'qode_title-image','https://ofogondaria.com/wp-content/uploads/2017/08/menu-title-image.jpg'),(2697,1032,'qode_title-height','568'),(2698,1032,'qode_title-height','568'),(2699,1032,'qode_page_background_color','#f3f3f3'),(2700,1032,'qode_page_background_color','#f3f3f3'),(2701,1032,'qode_page_background_image_fixed','yes'),(2702,1032,'_dp_original','334'),(2703,1028,'_edit_last','1'),(2704,1033,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2705,1028,'_edit_lock','1568281383:1'),(2706,1032,'_edit_last','1'),(2707,1034,'_wpb_shortcodes_custom_css','.vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}.vc_custom_1563348388038{padding-bottom: 100px !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}.vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}.vc_custom_1504865541652{margin-top: -11.5% !important;}'),(2708,1032,'_edit_lock','1568281371:1'),(2709,1035,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2710,1035,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2711,1036,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2712,1036,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1562964449316{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2713,1037,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2714,1037,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2715,1038,'_menu_item_type','post_type'),(2716,1038,'_menu_item_menu_item_parent','0'),(2717,1038,'_menu_item_object_id','1020'),(2718,1038,'_menu_item_object','page'),(2719,1038,'_menu_item_target',''),(2720,1038,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2721,1038,'_menu_item_xfn',''),(2722,1038,'_menu_item_url',''),(2724,1039,'_menu_item_type','post_type'),(2725,1039,'_menu_item_menu_item_parent','1038'),(2726,1039,'_menu_item_object_id','1032'),(2727,1039,'_menu_item_object','page'),(2728,1039,'_menu_item_target',''),(2729,1039,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2730,1039,'_menu_item_xfn',''),(2731,1039,'_menu_item_url',''),(2733,1040,'_menu_item_type','post_type'),(2734,1040,'_menu_item_menu_item_parent','0'),(2735,1040,'_menu_item_object_id','1019'),(2736,1040,'_menu_item_object','page'),(2737,1040,'_menu_item_target',''),(2738,1040,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2739,1040,'_menu_item_xfn',''),(2740,1040,'_menu_item_url',''),(2742,1041,'_menu_item_type','post_type'),(2743,1041,'_menu_item_menu_item_parent','1040'),(2744,1041,'_menu_item_object_id','1028'),(2745,1041,'_menu_item_object','page'),(2746,1041,'_menu_item_target',''),(2747,1041,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2748,1041,'_menu_item_xfn',''),(2749,1041,'_menu_item_url',''),(2757,1042,'_menu_item_xfn',''),(2758,1042,'_menu_item_url',''),(2760,1043,'_menu_item_type','post_type'),(2761,1043,'_menu_item_menu_item_parent','1042'),(2762,1043,'_menu_item_object_id','1032'),(2763,1043,'_menu_item_object','page'),(2764,1043,'_menu_item_target',''),(2765,1043,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2766,1043,'_menu_item_xfn',''),(2767,1043,'_menu_item_url',''),(2769,1044,'_menu_item_type','post_type'),(2770,1044,'_menu_item_menu_item_parent','0'),(2771,1044,'_menu_item_object_id','1019'),(2772,1044,'_menu_item_object','page'),(2773,1044,'_menu_item_target',''),(2774,1044,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2775,1044,'_menu_item_xfn',''),(2776,1044,'_menu_item_url',''),(2778,1045,'_menu_item_type','post_type'),(2779,1045,'_menu_item_menu_item_parent','1044'),(2780,1045,'_menu_item_object_id','1028'),(2781,1045,'_menu_item_object','page'),(2782,1045,'_menu_item_target',''),(2783,1045,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2784,1045,'_menu_item_xfn',''),(2785,1045,'_menu_item_url',''),(2788,1047,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2816,757,'_menu_item_show_widget_area_in_popup',''),(2817,757,'_menu_item_featured_icon',''),(2818,1044,'_menu_item_anchor',''),(2819,1044,'_menu_item_nolink',''),(2820,1044,'_menu_item_hide',''),(2821,1044,'_menu_item_type_menu',''),(2822,1044,'_menu_item_icon','null'),(2823,1044,'_menu_item_icon_pack',''),(2824,1044,'_menu_item_sidebar',''),(2825,1044,'_menu_item_wide_position',''),(2826,1044,'_menu_item_show_widget_area_in_popup',''),(2827,1044,'_menu_item_featured_icon',''),(2828,1045,'_menu_item_anchor',''),(2829,1045,'_menu_item_nolink',''),(2830,1045,'_menu_item_hide',''),(2831,1045,'_menu_item_type_menu',''),(2832,1045,'_menu_item_icon','fa-apple'),(2833,1045,'_menu_item_icon_pack',''),(2834,1045,'_menu_item_sidebar',''),(2835,1045,'_menu_item_wide_position',''),(2836,1045,'_menu_item_show_widget_area_in_popup',''),(2837,1045,'_menu_item_featured_icon',''),(2838,1042,'_menu_item_anchor',''),(2839,1042,'_menu_item_nolink',''),(2840,1042,'_menu_item_hide',''),(2841,1042,'_menu_item_type_menu',''),(2842,1042,'_menu_item_icon','null'),(2843,1042,'_menu_item_icon_pack',''),(2844,1042,'_menu_item_sidebar',''),(2845,1042,'_menu_item_wide_position',''),(2846,1042,'_menu_item_show_widget_area_in_popup',''),(2847,1042,'_menu_item_featured_icon',''),(2848,1043,'_menu_item_anchor',''),(2849,1043,'_menu_item_nolink',''),(2850,1043,'_menu_item_hide',''),(2851,1043,'_menu_item_type_menu',''),(2852,1043,'_menu_item_icon','null'),(2853,1043,'_menu_item_icon_pack',''),(2854,1043,'_menu_item_sidebar',''),(2855,1043,'_menu_item_wide_position',''),(2856,1043,'_menu_item_show_widget_area_in_popup',''),(2857,1043,'_menu_item_featured_icon',''),(2858,755,'_menu_item_anchor',''),(2859,755,'_menu_item_nolink',''),(2860,755,'_menu_item_hide',''),(2861,755,'_menu_item_type_menu',''),(2862,755,'_menu_item_icon','null'),(2863,755,'_menu_item_icon_pack',''),(2864,755,'_menu_item_sidebar',''),(2865,755,'_menu_item_wide_position',''),(2866,755,'_menu_item_show_widget_area_in_popup',''),(2867,755,'_menu_item_featured_icon',''),(2868,756,'_menu_item_anchor',''),(2869,756,'_menu_item_nolink',''),(2870,756,'_menu_item_hide',''),(2871,756,'_menu_item_type_menu',''),(2872,756,'_menu_item_icon','null'),(2873,756,'_menu_item_icon_pack',''),(2874,756,'_menu_item_sidebar',''),(2875,756,'_menu_item_wide_position',''),(2876,756,'_menu_item_show_widget_area_in_popup',''),(2877,756,'_menu_item_featured_icon',''),(2878,1067,'_wp_attached_file','2019/09/IMG_0121.jpg'),(2879,1067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:20:\"2019/09/IMG_0121.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0121-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0121-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0121-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG_0121-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0121-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0121-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG_0121-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0121-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0121-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG_0121-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG_0121-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG_0121-500x689.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG_0121-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG_0121-700x471.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG_0121-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2880,1068,'_wp_attached_file','2019/09/IMG_0129-e1568296928608.jpg'),(2881,1068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:911;s:6:\"height\";i:687;s:4:\"file\";s:35:\"2019/09/IMG_0129-e1568296928608.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0129-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-600x687.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-911x500.jpg\";s:5:\"width\";i:911;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-500x687.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG_0129-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-700x528.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296928608-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2882,1069,'_wp_attached_file','2019/09/IMG_0134.jpg'),(2883,1069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:20:\"2019/09/IMG_0134.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0134-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0134-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0134-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0134-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG_0134-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0134-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0134-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG_0134-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0134-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0134-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG_0134-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG_0134-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG_0134-500x689.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG_0134-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG_0134-700x471.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG_0134-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2884,1070,'_wp_attached_file','2019/09/IMG_0228.jpg'),(2885,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:20:\"2019/09/IMG_0228.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0228-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0228-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0228-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0228-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG_0228-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0228-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0228-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG_0228-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0228-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0228-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG_0228-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG_0228-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG_0228-500x689.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG_0228-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG_0228-700x471.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG_0228-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2886,1071,'_wp_attached_file','2019/09/IMG_0233.jpg'),(2887,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:20:\"2019/09/IMG_0233.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0233-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0233-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0233-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0233-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG_0233-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0233-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0233-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG_0233-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0233-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0233-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG_0233-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG_0233-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG_0233-500x689.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG_0233-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG_0233-700x471.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG_0233-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2888,1072,'_wp_attached_file','2019/09/IMG_0256.jpg'),(2889,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:20:\"2019/09/IMG_0256.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0256-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0256-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0256-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG_0256-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0256-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0256-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG_0256-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0256-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0256-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG_0256-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG_0256-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG_0256-500x689.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG_0256-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG_0256-700x471.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG_0256-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2890,1073,'_wp_attached_file','2019/09/IMG_0263-e1568297032610.jpg'),(2891,1073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:924;s:6:\"height\";i:688;s:4:\"file\";s:35:\"2019/09/IMG_0263-e1568297032610.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0263-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-600x688.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-924x500.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-500x688.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG_0263-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-700x521.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"IMG_0263-e1568297032610-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2892,1074,'_wp_attached_file','2019/09/IMG_20180119_140435.jpg'),(2893,1074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/09/IMG_20180119_140435.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-576x500.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"IMG_20180119_140435-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2894,1075,'_wp_attached_file','2019/09/IMG_20180125_142515.jpg'),(2895,1075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/09/IMG_20180125_142515.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-576x500.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_142515-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2896,1076,'_wp_attached_file','2019/09/IMG_20180125_170545.jpg'),(2897,1076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/09/IMG_20180125_170545.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-576x500.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"IMG_20180125_170545-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2898,1077,'_wp_attached_file','2019/09/IMG_20180408_152634.jpg'),(2899,1077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/09/IMG_20180408_152634.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-576x500.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"IMG_20180408_152634-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2900,1078,'_wp_attached_file','2019/09/IMG_20190524_235413.jpg'),(2901,1078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/09/IMG_20190524_235413.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20190524_235413-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-600x768.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"IMG_20190524_235413-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"IMG_20190524_235413-1000x768.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"IMG_20190524_235413-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2902,1079,'_wp_attached_file','2019/09/IMG_20190603_142428-e1568296783492.jpg'),(2903,1079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:439;s:4:\"file\";s:46:\"2019/09/IMG_20190603_142428-e1568296783492.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-570x439.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-500x439.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"IMG_20190603_142428-576x500.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-500x439.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:46:\"IMG_20190603_142428-e1568296783492-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2904,1080,'_wp_attached_file','2019/09/IMG_20190706_125018.jpg'),(2905,1080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/09/IMG_20190706_125018.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20190706_125018-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-600x768.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"IMG_20190706_125018-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"IMG_20190706_125018-1000x768.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"IMG_20190706_125018-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2906,1081,'_wp_attached_file','2019/09/IMG-0494.jpg'),(2907,1081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2019/09/IMG-0494.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG-0494-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG-0494-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG-0494-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG-0494-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG-0494-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG-0494-600x768.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG-0494-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG-0494-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG-0494-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG-0494-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG-0494-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG-0494-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG-0494-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG-0494-1000x768.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG-0494-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG-0494-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2908,1082,'_wp_attached_file','2019/09/IMG-0498.jpg'),(2909,1082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2019/09/IMG-0498.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG-0498-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG-0498-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG-0498-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG-0498-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG-0498-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG-0498-600x768.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG-0498-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG-0498-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG-0498-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG-0498-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG-0498-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG-0498-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG-0498-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG-0498-1000x768.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG-0498-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG-0498-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2910,1083,'_wp_attached_file','2019/09/IMG-2035.jpg'),(2911,1083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2019/09/IMG-2035.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG-2035-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG-2035-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG-2035-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG-2035-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG-2035-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG-2035-600x768.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG-2035-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG-2035-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG-2035-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG-2035-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG-2035-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG-2035-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"IMG-2035-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"IMG-2035-1000x768.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG-2035-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG-2035-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2912,1084,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2913,1084,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2914,1085,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2915,1085,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2916,1086,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2917,1086,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2918,1087,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2919,1087,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2920,1088,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2921,1088,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2925,1068,'_wp_attachment_backup_sizes','a:32:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:12:\"IMG_0129.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0129-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-square-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-portrait-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"portfolio-landscape-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"menu-featured-post-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"qode-carousel_slider-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio_slider-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_masonry_regular-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_wide-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0129-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_tall-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-500x689.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0129-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"portfolio_masonry_with_space-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-700x471.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"latest_post_boxes-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0129-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1568296928608\";a:3:{s:5:\"width\";i:985;s:6:\"height\";i:688;s:4:\"file\";s:27:\"IMG_0129-e1568296836568.jpg\";}s:23:\"thumbnail-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio-square-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"portfolio-portrait-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-600x688.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"portfolio-landscape-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"menu-featured-post-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"qode-carousel_slider-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_slider-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"portfolio_masonry_regular-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"portfolio_masonry_wide-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-985x500.jpg\";s:5:\"width\";i:985;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"portfolio_masonry_tall-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-500x688.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:42:\"portfolio_masonry_with_space-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-700x489.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"latest_post_boxes-1568296928608\";a:4:{s:4:\"file\";s:35:\"IMG_0129-e1568296836568-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2926,1073,'_wp_attachment_backup_sizes','a:17:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:12:\"IMG_0263.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0263-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-square-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-portrait-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"portfolio-landscape-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"menu-featured-post-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"qode-carousel_slider-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio_slider-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"portfolio_masonry_regular-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_wide-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0263-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"portfolio_masonry_tall-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-500x689.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0263-1000x689.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"portfolio_masonry_with_space-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-700x471.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"latest_post_boxes-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0263-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2927,1090,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2928,1090,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2963,326,'_qode-like','0'),(2962,334,'_qode-like','0'),(2956,1032,'_qode-like','0'),(2941,862,'_wp_old_slug','arroz-de-carabineros__trashed'),(2942,1092,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2940,683,'_wp_old_slug','merluza-a-la-plancha-a-la-romana-o-a-la-gallega__trashed'),(2938,1091,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2939,1091,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563346626301{background-color: #dddcce !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}'),(2943,1092,'_wpb_shortcodes_custom_css','.vc_custom_1502979492471{padding-top: 111px !important;}.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}.vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}'),(2944,1093,'_wpb_post_custom_css','.qode_big_z_index{\r\n    z-index:1000;\r\n}\r\n.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {\r\n    background-color: #f1d282!important;\r\n}\r\n.qode-advanced-tabs .qode-advanced-tab-container {\r\n    position: relative;\r\n    padding: 30px 15%;}\r\n    .fila{display:none;}\r\n /*   \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}*/\r\n\r\n.iframe-16-9  iframe {\r\n    position: absolute;\r\n    top:0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n@media (max-width: 700px) {\r\n	\r\n	div#DivToolBarConMobile {\r\n    display: none;\r\n}\r\n		.DivToolBarConMobile {\r\n    display: none;\r\n}\r\n    \r\n    .iframe-16-9 {\r\n    position: relative;\r\n    max-width: 350px!important;\r\n    min-width: 280px!important;\r\n    margin-left: -30px!important;\r\n    padding-bottom: 75.25%!important;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n	}\r\n}\r\n\r\n@media (min-width: 701px) {\r\n	\r\n	 .iframe-16-9 {\r\n    position: relative;\r\n    padding-bottom: 65.25%;\r\n    padding-top: 35px;\r\n    height: 0;\r\n    overflow: hidden;\r\n}}'),(2945,1093,'_wpb_shortcodes_custom_css','.vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}.vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}.vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}.vc_custom_1568276031241{padding-top: 35% !important;}.vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}.vc_custom_1503059879158{background-color: #ffffff !important;}');
/*!40000 ALTER TABLE `wpdl_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_posts`
--

DROP TABLE IF EXISTS `wpdl_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=1105 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_posts`
--

LOCK TABLES `wpdl_posts` WRITE;
/*!40000 ALTER TABLE `wpdl_posts` DISABLE KEYS */;
INSERT INTO `wpdl_posts` VALUES (1,1,'2019-07-05 17:38:43','2019-07-05 17:38:43','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2019-07-05 17:38:43','2019-07-05 17:38:43','',0,'https://ofogondaria.innozona.com/?p=1',0,'post','',1),(3,1,'2019-07-05 17:38:43','2019-07-05 17:38:43','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://ofogondaria.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Políticas de Privacidad','','publish','closed','closed','','politicas-de-privacidad','','','2019-07-13 17:01:42','2019-07-13 17:01:42','',0,'https://ofogondaria.innozona.com/?page_id=3',0,'page','',0),(939,1,'2019-08-13 13:59:29','2019-08-13 13:59:29','','Vaca Gallega - Chuleton','','publish','closed','closed','','vaca-gallega-chuleton','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=939',0,'qode-restaurant-menu','',0),(691,1,'2019-07-14 00:44:58','2019-07-14 00:44:58','<img class=\"size-medium wp-image-659 aligncenter\" src=\"https://ofogondaria.com/wp-content/uploads/2019/07/Tarjeta-Fogon-Cenas-de-Empresa.jpg\" alt=\"\" width=\"80%\" height=\"auto\" />','Popups home','','inherit','closed','closed','','678-autosave-v1','','','2019-07-14 00:44:58','2019-07-14 00:44:58','',678,'http://ofogondaria.com/NEW/2019/07/14/678-autosave-v1/',0,'revision','',0),(7,1,'2019-07-05 18:25:38','2019-07-05 18:25:38','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2019-07-05 18:25:38','2019-07-05 18:25:38','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/woocommerce-placeholder.png',0,'attachment','image/png',0),(17,1,'2017-08-17 14:12:32','2017-08-17 14:12:32','','home-image','','inherit','open','closed','','home-image','','','2017-08-17 14:12:32','2017-08-17 14:12:32','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/home-image.png',0,'attachment','image/png',0),(22,1,'2017-08-17 14:17:29','2017-08-17 14:17:29','','home-image-2','','inherit','open','closed','','home-image-2','','','2017-08-17 14:17:29','2017-08-17 14:17:29','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/home-image-2.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-08-18 10:26:09','2017-08-18 10:26:09','','icon-1','','inherit','open','closed','','icon-1','','','2017-08-18 10:26:09','2017-08-18 10:26:09','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/icon-1.png',0,'attachment','image/png',0),(124,1,'2017-08-18 10:31:17','2017-08-18 10:31:17','','icon-2','','inherit','open','closed','','icon-2','','','2017-08-18 10:31:17','2017-08-18 10:31:17','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/icon-2.png',0,'attachment','image/png',0),(186,1,'2017-08-18 13:07:46','2017-08-18 13:07:46','','our-philosophy-img','','inherit','open','closed','','our-philosophy-img','','','2017-08-18 13:07:46','2017-08-18 13:07:46','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/our-philosophy-img.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-08-18 10:31:18','2017-08-18 10:31:18','','icon-3','','inherit','open','closed','','icon-3','','','2017-08-18 10:31:18','2017-08-18 10:31:18','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/icon-3.png',0,'attachment','image/png',0),(241,1,'2017-08-18 14:47:20','2017-08-18 14:47:20','','signature-2','','inherit','open','closed','','signature-2','','','2017-08-18 14:47:20','2017-08-18 14:47:20','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/signature-2.png',0,'attachment','image/png',0),(290,1,'2017-08-21 14:27:57','2017-08-21 14:27:57','','chef3','','inherit','open','closed','','chef3','','','2017-08-21 14:27:57','2017-08-21 14:27:57','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/chef3.jpg',0,'attachment','image/jpeg',0),(242,1,'2017-08-18 14:47:21','2017-08-18 14:47:21','','signature-3','','inherit','open','closed','','signature-3','','','2017-08-18 14:47:21','2017-08-18 14:47:21','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/signature-3.png',0,'attachment','image/png',0),(148,1,'2017-08-18 11:22:18','2017-08-18 11:22:18','','contact-image','','inherit','open','closed','','contact-image','','','2017-08-18 11:22:18','2017-08-18 11:22:18','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/contact-image.jpg',0,'attachment','image/jpeg',0),(310,1,'2017-08-21 14:58:54','2017-08-21 14:58:54','','employee6','','inherit','open','closed','','employee6','','','2017-08-21 14:58:54','2017-08-21 14:58:54','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee6.jpg',0,'attachment','image/jpeg',0),(504,1,'2017-09-08 08:07:41','2017-09-08 08:07:41','','history-image2','','inherit','open','closed','','history-image2','','','2017-09-08 08:07:41','2017-09-08 08:07:41','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-image2.jpg',0,'attachment','image/jpeg',0),(413,1,'2017-08-22 13:46:25','2017-08-22 13:46:25','','icon-3-gray','','inherit','open','closed','','icon-3-gray','','','2017-08-22 13:46:25','2017-08-22 13:46:25','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/icon-3-gray.png',0,'attachment','image/png',0),(458,1,'2017-08-23 08:20:07','2017-08-23 08:20:07','','history-title-image','','inherit','open','closed','','history-title-image','','','2017-08-23 08:20:07','2017-08-23 08:20:07','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-title-image.jpg',0,'attachment','image/jpeg',0),(272,1,'2017-08-21 12:46:37','2017-08-21 12:46:37','','bridge93-logo','','inherit','open','closed','','bridge93-logo','','','2017-08-21 12:46:37','2017-08-21 12:46:37','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/bridge93-logo.png',0,'attachment','image/png',0),(304,1,'2017-08-21 14:58:41','2017-08-21 14:58:41','','employee8','','inherit','open','closed','','employee8','','','2017-08-21 14:58:41','2017-08-21 14:58:41','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee8.jpg',0,'attachment','image/jpeg',0),(432,1,'2017-08-22 14:28:54','2017-08-22 14:28:54','','home-parallax1','','inherit','open','closed','','home-parallax1','','','2017-08-22 14:28:54','2017-08-22 14:28:54','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/home-parallax1.jpg',0,'attachment','image/jpeg',0),(273,1,'2017-08-21 13:01:27','2017-08-21 13:01:27','','bridge93-logo-dark','','inherit','open','closed','','bridge93-logo-dark','','','2017-08-21 13:01:27','2017-08-21 13:01:27','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/bridge93-logo-dark.png',0,'attachment','image/png',0),(187,1,'2017-08-18 13:07:47','2017-08-18 13:07:47','','our-philosophy-img-2','','inherit','open','closed','','our-philosophy-img-2','','','2017-08-18 13:07:47','2017-08-18 13:07:47','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/our-philosophy-img-2.jpg',0,'attachment','image/jpeg',0),(287,1,'2017-08-21 14:27:53','2017-08-21 14:27:53','','chef4','','inherit','open','closed','','chef4','','','2017-08-21 14:27:53','2017-08-21 14:27:53','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/chef4.jpg',0,'attachment','image/jpeg',0),(505,1,'2017-09-08 08:07:43','2017-09-08 08:07:43','','history-image3','','inherit','open','closed','','history-image3','','','2017-09-08 08:07:43','2017-09-08 08:07:43','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-image3.jpg',0,'attachment','image/jpeg',0),(311,1,'2017-08-21 14:58:56','2017-08-21 14:58:56','','employee7','','inherit','open','closed','','employee7','','','2017-08-21 14:58:56','2017-08-21 14:58:56','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee7.jpg',0,'attachment','image/jpeg',0),(288,1,'2017-08-21 14:27:54','2017-08-21 14:27:54','','chef1','','inherit','open','closed','','chef1','','','2017-08-21 14:27:54','2017-08-21 14:27:54','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/chef1.jpg',0,'attachment','image/jpeg',0),(188,1,'2017-08-18 13:07:49','2017-08-18 13:07:49','','our-philosophy-img-3','','inherit','open','closed','','our-philosophy-img-3','','','2017-08-18 13:07:49','2017-08-18 13:07:49','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/our-philosophy-img-3.jpg',0,'attachment','image/jpeg',0),(305,1,'2017-08-21 14:58:43','2017-08-21 14:58:43','','employee1','','inherit','open','closed','','employee1','','','2017-08-21 14:58:43','2017-08-21 14:58:43','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee1.jpg',0,'attachment','image/jpeg',0),(289,1,'2017-08-21 14:27:56','2017-08-21 14:27:56','','chef2','','inherit','open','closed','','chef2','','','2017-08-21 14:27:56','2017-08-21 14:27:56','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/chef2.jpg',0,'attachment','image/jpeg',0),(46,1,'2017-08-17 14:54:54','2017-08-17 14:54:54','','home-background-img','','inherit','open','closed','','home-background-img','','','2017-08-17 14:54:54','2017-08-17 14:54:54','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/home-background-img.jpg',0,'attachment','image/jpeg',0),(506,1,'2017-09-08 08:07:45','2017-09-08 08:07:45','','history-image4','','inherit','open','closed','','history-image4','','','2017-09-08 08:07:45','2017-09-08 08:07:45','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-image4.jpg',0,'attachment','image/jpeg',0),(327,1,'2017-08-22 10:36:11','2017-08-22 10:36:11','','reservation-background-image','','inherit','open','closed','','reservation-background-image','','','2017-08-22 10:36:11','2017-08-22 10:36:11','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/reservation-background-image.jpg',0,'attachment','image/jpeg',0),(201,1,'2017-08-18 13:36:42','2017-08-18 13:36:42','','our-philosophy-parallax-2','','inherit','open','closed','','our-philosophy-parallax-2','','','2017-08-18 13:36:42','2017-08-18 13:36:42','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/our-philosophy-parallax-2.jpg',0,'attachment','image/jpeg',0),(306,1,'2017-08-21 14:58:45','2017-08-21 14:58:45','','employee2','','inherit','open','closed','','employee2','','','2017-08-21 14:58:45','2017-08-21 14:58:45','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee2.jpg',0,'attachment','image/jpeg',0),(159,1,'2017-08-18 12:22:20','2017-08-18 12:22:20','','opening-hours','','inherit','open','closed','','opening-hours','','','2017-08-18 12:22:20','2017-08-18 12:22:20','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/opening-hours.jpg',0,'attachment','image/jpeg',0),(507,1,'2017-09-08 08:07:47','2017-09-08 08:07:47','','history-image5','','inherit','open','closed','','history-image5','','','2017-09-08 08:07:47','2017-09-08 08:07:47','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-image5.jpg',0,'attachment','image/jpeg',0),(307,1,'2017-08-21 14:58:47','2017-08-21 14:58:47','','employee3','','inherit','open','closed','','employee3','','','2017-08-21 14:58:47','2017-08-21 14:58:47','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee3.jpg',0,'attachment','image/jpeg',0),(508,1,'2017-09-08 08:07:49','2017-09-08 08:07:49','','history-image6','','inherit','open','closed','','history-image6','','','2017-09-08 08:07:49','2017-09-08 08:07:49','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-image6.jpg',0,'attachment','image/jpeg',0),(308,1,'2017-08-21 14:58:49','2017-08-21 14:58:49','','employee4','','inherit','open','closed','','employee4','','','2017-08-21 14:58:49','2017-08-21 14:58:49','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee4.jpg',0,'attachment','image/jpeg',0),(509,1,'2017-09-08 08:07:51','2017-09-08 08:07:51','','history-image7','','inherit','open','closed','','history-image7','','','2017-09-08 08:07:51','2017-09-08 08:07:51','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-image7.jpg',0,'attachment','image/jpeg',0),(309,1,'2017-08-21 14:58:51','2017-08-21 14:58:51','','employee5','','inherit','open','closed','','employee5','','','2017-08-21 14:58:51','2017-08-21 14:58:51','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/employee5.jpg',0,'attachment','image/jpeg',0),(461,1,'2017-08-23 08:23:45','2017-08-23 08:23:45','','history-parallax-image','','inherit','open','closed','','history-parallax-image','','','2017-08-23 08:23:45','2017-08-23 08:23:45','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-parallax-image.jpg',0,'attachment','image/jpeg',0),(437,1,'2017-08-22 14:35:56','2017-08-22 14:35:56','','slide1','','inherit','open','closed','','slide1-2','','','2017-08-22 14:35:56','2017-08-22 14:35:56','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/slide1-1.jpg',0,'attachment','image/jpeg',0),(77,1,'2017-08-18 08:03:05','2017-08-18 08:03:05','','home-image','','inherit','open','closed','','home-image-3','','','2017-08-18 08:03:05','2017-08-18 08:03:05','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/home-image.jpg',0,'attachment','image/jpeg',0),(213,1,'2017-08-18 13:51:20','2017-08-18 13:51:20','','testimonials-icon','','inherit','open','closed','','testimonials-icon','','','2017-08-18 13:51:20','2017-08-18 13:51:20','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/testimonials-icon.png',0,'attachment','image/png',0),(237,1,'2017-08-18 14:42:31','2017-08-18 14:42:31','','team-1','','inherit','open','closed','','team-1','','','2017-08-18 14:42:31','2017-08-18 14:42:31','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/team-1.jpg',0,'attachment','image/jpeg',0),(328,1,'2017-08-22 10:37:18','2017-08-22 10:37:18','','reservation-logo','','inherit','open','closed','','reservation-logo','','','2017-08-22 10:37:18','2017-08-22 10:37:18','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/reservation-logo.png',0,'attachment','image/png',0),(238,1,'2017-08-18 14:42:33','2017-08-18 14:42:33','','team-2','','inherit','open','closed','','team-2','','','2017-08-18 14:42:33','2017-08-18 14:42:33','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/team-2.jpg',0,'attachment','image/jpeg',0),(335,1,'2017-08-22 10:56:56','2017-08-22 10:56:56','','menu-title-image','','inherit','open','closed','','menu-title-image','','','2017-08-22 10:56:56','2017-08-22 10:56:56','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/menu-title-image.jpg',0,'attachment','image/jpeg',0),(89,1,'2017-08-18 08:42:26','2017-08-18 08:42:26','','pin','','inherit','open','closed','','pin','','','2017-08-18 08:42:26','2017-08-18 08:42:26','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/pin.png',0,'attachment','image/png',0),(91,1,'2017-08-18 08:45:15','2017-08-18 08:45:15','','home-image-2','','inherit','open','closed','','home-image-2-2','','','2017-08-18 08:45:15','2017-08-18 08:45:15','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/home-image-2-1.jpg',0,'attachment','image/jpeg',0),(174,1,'2017-08-18 12:47:59','2017-08-18 12:47:59','','signature','','inherit','open','closed','','signature','','','2017-08-18 12:47:59','2017-08-18 12:47:59','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/signature.png',0,'attachment','image/png',0),(179,1,'2017-08-18 12:54:42','2017-08-18 12:54:42','','our-philosophy-parallax','','inherit','open','closed','','our-philosophy-parallax','','','2017-08-18 12:54:42','2017-08-18 12:54:42','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/our-philosophy-parallax.jpg',0,'attachment','image/jpeg',0),(464,1,'2017-08-23 08:27:01','2017-08-23 08:27:01','','taste-logo','','inherit','open','closed','','taste-logo','','','2017-08-23 08:27:01','2017-08-23 08:27:01','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/taste-logo.png',0,'attachment','image/png',0),(465,1,'2017-08-23 08:27:27','2017-08-23 08:27:27','','restaurant-awards-logo','','inherit','open','closed','','restaurant-awards-logo','','','2017-08-23 08:27:27','2017-08-23 08:27:27','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/restaurant-awards-logo.png',0,'attachment','image/png',0),(108,1,'2017-08-18 09:29:06','2017-08-18 09:29:06','','home-fullscreen-img','','inherit','open','closed','','home-fullscreen-img','','','2017-08-18 09:29:06','2017-08-18 09:29:06','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/home-fullscreen-img.jpg',0,'attachment','image/jpeg',0),(466,1,'2017-08-23 08:27:51','2017-08-23 08:27:51','','food-made-good-logo','','inherit','open','closed','','food-made-good-logo','','','2017-08-23 08:27:51','2017-08-23 08:27:51','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/food-made-good-logo.png',0,'attachment','image/png',0),(487,1,'2017-08-23 09:10:50','2017-08-23 09:10:50','','slide2','','inherit','open','closed','','slide2','','','2017-08-23 09:10:50','2017-08-23 09:10:50','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/slide2.jpg',0,'attachment','image/jpeg',0),(411,1,'2017-08-22 13:45:53','2017-08-22 13:45:53','','icon-1-gray','','inherit','open','closed','','icon-1-gray','','','2017-08-22 13:45:53','2017-08-22 13:45:53','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/icon-1-gray.png',0,'attachment','image/png',0),(412,1,'2017-08-22 13:46:10','2017-08-22 13:46:10','','icon-2-gray','','inherit','open','closed','','icon-2-gray','','','2017-08-22 13:46:10','2017-08-22 13:46:10','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/icon-2-gray.png',0,'attachment','image/png',0),(438,1,'2017-08-22 14:36:18','2017-08-22 14:36:18','','slide-border','','inherit','open','closed','','slide-border','','','2017-08-22 14:36:18','2017-08-22 14:36:18','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/slide-border.jpg',0,'attachment','image/jpeg',0),(450,1,'2017-08-23 07:35:34','2017-08-23 07:35:34','','contact-title-image','','inherit','open','closed','','contact-title-image','','','2017-08-23 07:35:34','2017-08-23 07:35:34','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/contact-title-image.jpg',0,'attachment','image/jpeg',0),(503,1,'2017-09-08 08:07:39','2017-09-08 08:07:39','','history-image1','','inherit','open','closed','','history-image1','','','2017-09-08 08:07:39','2017-09-08 08:07:39','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/history-image1.jpg',0,'attachment','image/jpeg',0),(451,1,'2017-08-23 07:48:15','2017-08-23 07:48:15','','team-title-image','','inherit','open','closed','','team-title-image','','','2017-08-23 07:48:15','2017-08-23 07:48:15','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/team-title-image.jpg',0,'attachment','image/jpeg',0),(453,1,'2017-08-23 08:13:27','2017-08-23 08:13:27','','our-philosophy-title','','inherit','open','closed','','our-philosophy-title','','','2017-08-23 08:13:27','2017-08-23 08:13:27','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2017/08/our-philosophy-title.jpg',0,'attachment','image/jpeg',0),(14,1,'2017-08-17 13:52:58','2017-08-17 13:52:58','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1568275168154{margin-top: 60px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Sr Restauracion','','publish','closed','closed','','inicio','','','2019-09-12 07:59:38','2019-09-12 07:59:38','',0,'http://bridge93.qodeinteractive.com/?page_id=14',0,'page','',0),(1028,1,'2019-09-12 07:56:50','2019-09-12 07:56:50','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - O\'Fogon Da Ría','','publish','closed','closed','','la-carta-ofogon-da-ria','','','2019-09-12 09:44:51','2019-09-12 09:44:51','',1019,'http://ofogondaria.com/NEW/?page_id=1028',0,'page','',0),(1029,1,'2019-09-12 07:59:38','2019-09-12 07:59:38','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1568275168154{margin-top: 60px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Sr Restauracion','','inherit','closed','closed','','14-revision-v1','','','2019-09-12 07:59:38','2019-09-12 07:59:38','',14,'http://ofogondaria.com/NEW/2019/09/12/14-revision-v1/',0,'revision','',0),(697,1,'2019-07-14 02:43:11','2019-07-14 02:43:11','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-14 02:43:11','2019-07-14 02:43:11','',14,'http://ofogondaria.com/NEW/2019/07/14/14-revision-v1/',0,'revision','',0),(115,1,'2017-08-18 10:15:12','2017-08-18 10:15:12','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJXSEFUU0FQUCUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbl90ZXh0X2hvbGRlciUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbl90ZXh0X2lubmVyJTIyJTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJpY29uX3RpdGxlX2hvbGRlciUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDaDYlMjBjbGFzcyUzRCUyMmljb25fdGl0bGUlMjIlMjBzdHlsZSUzRCUyMmNvbG9yJTNBJTIwJTIzZmZmZmZmJTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRndhLm1lJTJGMzQ2MDczODE1OTYlMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhYiUyMGZhLXdoYXRzYXBwJTIyJTNFJTNDJTJGaSUzRSVDMiVBMCVDMiVBMCVDMiVBMDYwNyUyMDM4MSUyMDU5NiUzQyUyRmElM0UlM0MlMkZoNiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1563349723529{padding-right: 13% !important;}\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_empty_space height=\"65px\"][vc_single_image image=\"751\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Contacto','','publish','closed','closed','','contacto','','','2019-08-16 16:43:27','2019-08-16 16:43:27','',0,'http://bridge93.qodeinteractive.com/?page_id=115',0,'page','',0),(563,1,'2019-07-12 10:48:18','2019-07-12 10:48:18','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}\"][vc_column css=\".vc_custom_1503052967812{padding-right: 3% !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_empty_space height=\"4px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"202 Macon St Brooklyn, NY 11216, USA\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][vc_empty_space height=\"57px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]\r\n<h3>Restaurant Chicago</h3>\r\n[/vc_column_text][vc_empty_space height=\"27px\"][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"44px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"3rd Ave, New York, NY 10075, USA\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"2-7777-123-4555\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"info@youremail.com\" image=\"125\" title_color=\"#878787\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\" 986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41 \" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 10:48:18','2019-07-12 10:48:18','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(510,1,'2019-07-10 06:06:22','2019-07-10 06:06:22',' ','','','publish','closed','closed','','510','','','2019-09-12 09:54:43','2019-09-12 09:54:43','',0,'https://ofogondaria.innozona.com/2019/07/10/',7,'nav_menu_item','',0),(511,1,'2019-07-10 06:06:22','2019-07-10 06:06:22','','Sr Restauración','','publish','closed','closed','','511','','','2019-09-12 09:54:43','2019-09-12 09:54:43','',0,'https://ofogondaria.innozona.com/2019/07/10/',1,'nav_menu_item','',0),(516,1,'2017-08-15 11:35:52','2017-08-15 11:35:52','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world-2','','','2017-08-15 11:35:52','2017-08-15 11:35:52','',0,'http://bridge93.qodeinteractive.com/?p=1',0,'post','',1),(802,1,'2019-08-13 04:06:46','2019-08-13 04:06:46','','Cóctel de Langostinos con Aguacate','','publish','closed','closed','','coctel-de-langostinos-con-aguacate','','','2019-08-13 05:37:09','2019-08-13 05:37:09','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=802',0,'qode-restaurant-menu','',0),(803,1,'2019-08-13 04:06:10','2019-08-13 04:06:10','','Croquetas Caseras de Marisco o de Jamón Ibérico','','publish','closed','closed','','croquetas-caseras-de-marisco-o-de-jamon-iberico','','','2019-08-13 04:06:10','2019-08-13 04:06:10','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=803',0,'qode-restaurant-menu','',0),(326,1,'2017-08-22 10:39:35','2017-08-22 10:39:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu solicitud de reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n<strong>La reserva será efectiva cuando reciba la confirmación telefónica por parte del restaurante.</strong>\r\n\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=5][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','publish','closed','closed','','realizar-reserva','','','2020-08-21 13:24:17','2020-08-21 13:24:17','',0,'http://bridge93.qodeinteractive.com/?page_id=326',0,'page','',0),(602,1,'2019-07-13 01:56:32','2019-07-13 01:56:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 01:56:32','2019-07-13 01:56:32','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(334,1,'2017-08-22 10:57:50','2017-08-22 10:57:50','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','publish','closed','closed','','menu-a-la-carta','','','2019-08-13 14:35:22','2019-08-13 14:35:22','',0,'http://bridge93.qodeinteractive.com/?page_id=334',0,'page','',0),(688,1,'2019-07-13 16:59:03','2019-07-13 16:59:03','<p>[vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"335\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]</p>\r\n<h1><span style=\"color: #ffffff;\">Carta O Fogón da Ría</span></h1>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1504865731729{padding-bottom: 100px !important;}\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"335\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]</p>\r\n<h1><span style=\"color: #ffffff;\">Carta Churrasco A Ría</span></h1>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1504865731729{padding-bottom: 100px !important;}\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-13 16:59:03','2019-07-13 16:59:03','',334,'http://ofogondaria.com/NEW/2019/07/13/334-revision-v1/',0,'revision','',0),(550,1,'2019-08-16 16:35:04','2019-08-16 16:35:04','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h4>O Fogón da Ría</h4>\n<p>[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJXSEFUU0FQUCUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbl90ZXh0X2hvbGRlciUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbl90ZXh0X2lubmVyJTIyJTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJpY29uX3RpdGxlX2hvbGRlciUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDaDYlMjBjbGFzcyUzRCUyMmljb25fdGl0bGUlMjIlMjBzdHlsZSUzRCUyMmNvbG9yJTNBJTIwJTIzZmZmZmZmJTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRndhLm1lJTJGMzQ2MDczODE1OTYlMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhYiUyMGZhLXdoYXRzYXBwJTIyJTNFJTNDJTJGaSUzRSVDMiVBMCVDMiVBMCVDMiVBMDYwNyUyMDM4MSUyMDU5NiUzQyUyRmElM0UlM0MlMkZoNiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1563349723529{padding-right: 13% !important;}\"][vc_column_text]</p>\n<h4><strong>Churrasco A Ría</strong></h4>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\n</div>\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_empty_space height=\"65px\"][vc_single_image image=\"751\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]</p>\n','Contacto','','inherit','closed','closed','','115-autosave-v1','','','2019-08-16 16:35:04','2019-08-16 16:35:04','',115,'https://ofogondaria.innozona.com/2019/07/12/115-autosave-v1/',0,'revision','',0),(208,1,'2017-08-18 13:44:53','2017-08-18 13:44:53','','1','','publish','closed','closed','','1','','','2017-08-18 13:44:53','2017-08-18 13:44:53','',0,'http://bridge93.qodeinteractive.com/?post_type=testimonials&amp;p=208',0,'testimonials','',0),(210,1,'2017-08-18 13:47:02','2017-08-18 13:47:02','','2','','publish','closed','closed','','2','','','2017-08-18 13:47:02','2017-08-18 13:47:02','',0,'http://bridge93.qodeinteractive.com/?post_type=testimonials&amp;p=210',0,'testimonials','',0),(597,1,'2019-07-13 00:49:51','2019-07-13 00:49:51','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-13 00:49:51','2019-07-13 00:49:51','',14,'https://ofogondaria.innozona.com/2019/07/13/14-revision-v1/',0,'revision','',0),(598,1,'2019-07-13 01:01:41','2019-07-13 01:01:41','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">﻿</span>','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-13 01:01:41','2019-07-13 01:01:41','',14,'https://ofogondaria.innozona.com/2019/07/13/14-revision-v1/',0,'revision','',0),(1042,1,'2019-09-12 08:29:10','2019-09-12 08:29:10',' ','','','publish','closed','closed','','1042','','','2019-09-12 09:46:34','2019-09-12 09:46:34','',0,'http://ofogondaria.com/NEW/?p=1042',4,'nav_menu_item','',0),(1043,1,'2019-09-12 08:29:10','2019-09-12 08:29:10','','La Carta','','publish','closed','closed','','la-carta-churrasco-a-ria-2','','','2019-09-12 09:46:34','2019-09-12 09:46:34','',1020,'http://ofogondaria.com/NEW/?p=1043',5,'nav_menu_item','',0),(524,1,'2019-07-10 06:06:22','2019-07-10 06:06:22',' ','','','publish','closed','closed','','524','','','2019-07-10 06:06:22','2019-07-10 06:06:22','',0,'https://ofogondaria.innozona.com/2019/07/10/524/',5,'nav_menu_item','',0),(599,1,'2019-07-13 01:21:26','2019-07-13 01:21:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-13 01:21:26','2019-07-13 01:21:26','',14,'https://ofogondaria.innozona.com/2019/07/13/14-revision-v1/',0,'revision','',0),(619,1,'2019-07-13 03:09:36','2019-07-13 03:09:36','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-13 03:09:36','2019-07-13 03:09:36','',14,'https://ofogondaria.innozona.com/2019/07/13/14-revision-v1/',0,'revision','',0),(527,1,'2019-07-10 06:06:25','2019-07-10 06:06:25','','slide1-1.jpg','','inherit','closed','closed','','slide1-1-jpg','','','2019-07-10 06:06:25','2019-07-10 06:06:25','',0,'https://ofogondaria.innozona.com/wp-content/uploads/revslider/main-slider-n/slide1-1.jpg',0,'attachment','image/jpeg',0),(528,1,'2019-07-10 06:07:20','2019-07-10 06:07:20','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nO Fogon da Ría \"[your-subject]\"\nO Fogon da Ría <admin@ofogondaria.innozona.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on O Fogon da Ría (https://ofogondaria.com)\nadmin@ofogondaria.innozona.com\nReply-To: [your-email]\n\n0\n0\n\nO Fogon da Ría \"[your-subject]\"\nO Fogon da Ría <admin@ofogondaria.innozona.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on O Fogon da Ría (https://ofogondaria.com)\n[your-email]\nReply-To: admin@ofogondaria.innozona.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2019-07-10 06:07:20','2019-07-10 06:07:20','',0,'https://ofogondaria.innozona.com/?post_type=wpcf7_contact_form&p=528',0,'wpcf7_contact_form','',0),(857,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Revuelto de Caviar de Erizos','','publish','closed','closed','','revuelto-de-caviar-de-erizos','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=857',0,'qode-restaurant-menu','',0),(858,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Huevos Camperos con Patatas Fritas o Arroz','','publish','closed','closed','','huevos-camperos-con-patatas-fritas-o-arroz','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=858',0,'qode-restaurant-menu','',0),(859,1,'2019-08-13 05:58:36','2019-08-13 05:58:36','','Arroz con Bogavante','','publish','closed','closed','','859','','','2019-08-13 06:21:23','2019-08-13 06:21:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=859',0,'qode-restaurant-menu','',0),(860,1,'2019-08-13 05:59:16','2019-08-13 05:59:16','','Arroz de Rape, Vieiras y Langostinos','','publish','closed','closed','','arroz-de-rape-vieiras-y-langostinos','','','2019-08-13 06:21:16','2019-08-13 06:21:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=860',0,'qode-restaurant-menu','',0),(861,1,'2019-08-13 05:59:27','2019-08-13 05:59:27','','Paella Marinera','','publish','closed','closed','','paella-marinera','','','2019-08-13 06:21:08','2019-08-13 06:21:08','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=861',0,'qode-restaurant-menu','',0),(862,1,'2019-08-13 05:59:34','2019-08-13 05:59:34','','Arroz de Carabineros','','publish','closed','closed','','arroz-de-carabineros','','','2019-09-12 14:32:56','2019-09-12 14:32:56','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=862',0,'qode-restaurant-menu','',0),(863,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','Vionta','','publish','closed','closed','','vionta','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=863',0,'qode-restaurant-menu','',0),(864,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','As Laxas','','publish','closed','closed','','as-laxas','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=864',0,'qode-restaurant-menu','',0),(865,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','Castiñeira','','publish','closed','closed','','castineira','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=865',0,'qode-restaurant-menu','',0),(866,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','Lagar de Pintos','','publish','closed','closed','','lagar-de-pintos','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=866',0,'qode-restaurant-menu','',0),(867,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','Los Nietos','','publish','closed','closed','','los-nietos','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=867',0,'qode-restaurant-menu','',0),(868,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','3000 Cepas','','publish','closed','closed','','3000-cepas','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=868',0,'qode-restaurant-menu','',0),(869,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','Noelia Bebelia','','publish','closed','closed','','noelia-bebelia','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=869',0,'qode-restaurant-menu','',0),(870,1,'2019-08-13 06:29:06','2019-08-13 06:29:06','','Condes de Albarei','','publish','closed','closed','','condes-de-albarei-2','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=870',0,'qode-restaurant-menu','',0),(871,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Pazo Baión','','publish','closed','closed','','pazo-baion','','','2019-08-13 06:29:05','2019-08-13 06:29:05','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=871',0,'qode-restaurant-menu','',0),(872,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Abadía San Campio','','publish','closed','closed','','abadia-san-campio','','','2019-08-13 06:29:05','2019-08-13 06:29:05','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=872',0,'qode-restaurant-menu','',0),(873,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Terras Gauda','','publish','closed','closed','','terras-gauda','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=873',0,'qode-restaurant-menu','',0),(874,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','La Mar de Terras Gauda','','publish','closed','closed','','la-mar-de-terras-gauda','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=874',0,'qode-restaurant-menu','',0),(875,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Pazo de Barrantes','','publish','closed','closed','','pazo-de-barrantes','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=875',0,'qode-restaurant-menu','',0),(876,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Lagar da Condesa','','publish','closed','closed','','lagar-da-condesa','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=876',0,'qode-restaurant-menu','',0),(877,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Paco y Lola','','publish','closed','closed','','paco-y-lola','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=877',0,'qode-restaurant-menu','',0),(878,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Zárate','','publish','closed','closed','','zarate','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=878',0,'qode-restaurant-menu','',0),(879,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Do Ferreiro','','publish','closed','closed','','do-ferreiro','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=879',0,'qode-restaurant-menu','',0),(880,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Pazo de Señoráns','','publish','closed','closed','','pazo-de-senorans','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=880',0,'qode-restaurant-menu','',0),(533,1,'2019-07-10 06:07:41','2019-07-10 06:07:41',' ','','','publish','closed','closed','','533','','','2019-07-10 06:07:41','2019-07-10 06:07:41','',0,'https://ofogondaria.innozona.com/2019/07/10/',6,'nav_menu_item','',0),(683,1,'2019-07-13 06:10:02','2019-07-13 06:10:02','','Merluza  a la Plancha ,a la Romana o a la Gallega','','publish','closed','closed','','merluza-a-la-plancha-a-la-romana-o-a-la-gallega','','','2019-09-12 15:29:54','2019-09-12 15:29:54','',0,'https://ofogondaria.innozona.com/?post_type=qode-restaurant-menu&#038;p=683',0,'qode-restaurant-menu','',0),(1101,2,'2020-08-21 12:59:27','0000-00-00 00:00:00','','Borrador automático','','auto-draft','open','open','','','','','2020-08-21 12:59:27','0000-00-00 00:00:00','',0,'https://ofogondaria.com/?p=1101',0,'post','',0),(1102,2,'2020-08-21 13:23:34','2020-08-21 13:23:34','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]</p>\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\n<p>[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]</p>\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu solicitud de reserva:</span></h4>\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\n<p><strong>La reserva será efectiva cuando reciba la confirmación telefónica por parte del restaurante.</strong></p>\n<p>&nbsp;[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=5][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\n','Realizar Reserva','','inherit','closed','closed','','326-autosave-v1','','','2020-08-21 13:23:34','2020-08-21 13:23:34','',326,'https://ofogondaria.com/2020/08/21/326-autosave-v1/',0,'revision','',0),(143,1,'2017-08-18 11:01:14','2017-08-18 11:01:14','<p>[text* full-name placeholder  \"Nombre y Apellido*\"]</p>\r\n\r\n<p>[email* email placeholder  \"Correo Electrónico*\"]</p>\r\n<p>[text Telefono placeholder \"Teléfono de contacto\"]</p>\r\n\r\n<p><h5>¿Con cual de nuestros restaurantes deseas comunicarte?</h5> [select* enviarcorreo \"OFOGON@SRRESTAURACION.COM\" \"ARIA@SRRESTAURACION.COM\"]</p>\r\n<p>[textarea message placeholder \"Mensaje*\"]</p>\r\n\r\n<p>[submit \"Enviar\"]</p>\n1\nMensaje Via web\n[full-name] <info@ofogondaria.com>\n[enviarcorreo]\nDe [full-name] <[email]>\r\nTelefono: [Telefono]\r\n\r\nEl mensaje:\r\n[message]\r\n\r\n\r\n-- \r\nEste mail a sido enviado desde el formulario de contacto de tu sitio web ofogondaria.com\nReply-To: [email]\n\n\n\n\nBridge \"[your-subject]\"\nBridge <wordpress@bridge93.qodeinteractive.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Bridge (http://bridge93.qodeinteractive.com)\nReply-To: support@qodeinteractive.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2019-08-16 16:31:48','2019-08-16 16:31:48','',0,'http://bridge93.qodeinteractive.com/?post_type=wpcf7_contact_form&#038;p=143',0,'wpcf7_contact_form','',0),(266,1,'2017-08-21 11:35:30','2017-08-21 11:35:30','<p>[email* email placeholder  \"Enter E-mail \"]</p>\n<p>[submit \"Subscribe\"]</p>\n1\nNewsletter\n[email] <wordpress@bridge93.qodeinteractive.com>\nsupport@qodeinteractive.com\nFrom: <[your-email]>\nSubject: Newsletter\n\n\n-- \nThis e-mail was sent from a contact form on Bridge (http://bridge93.qodeinteractive.com)\nReply-To: [email]\n\n\n\n\nBridge \"[your-subject]\"\nBridge <wordpress@bridge93.qodeinteractive.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Bridge (http://bridge93.qodeinteractive.com)\nReply-To: support@qodeinteractive.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','newsletter','','publish','closed','closed','','newsletter','','','2017-08-21 11:35:30','2017-08-21 11:35:30','',0,'http://bridge93.qodeinteractive.com/?post_type=wpcf7_contact_form&amp;p=266',0,'wpcf7_contact_form','',0),(544,1,'2019-07-10 06:07:44','2019-07-10 06:07:44','','slide1-1.jpg','','inherit','closed','closed','','slide1-1-jpg-2','','','2019-07-10 06:07:44','2019-07-10 06:07:44','',0,'https://ofogondaria.innozona.com/wp-content/uploads/revslider/main-slider-n1/slide1-1.jpg',0,'attachment','image/jpeg',0),(831,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Selección de Carnes','','publish','closed','closed','','seleccion-de-carnes','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=831',0,'qode-restaurant-menu','',0),(832,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Entrecot de Angus','','publish','closed','closed','','entrecot-de-angus','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=832',0,'qode-restaurant-menu','',0),(833,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Churrasco de Angus','','publish','closed','closed','','churrasco-de-angus','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=833',0,'qode-restaurant-menu','',0),(834,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Degustación de Angus','','publish','closed','closed','','degustacion-de-angus','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=834',0,'qode-restaurant-menu','',0),(835,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Salsas para las Carnes','','publish','closed','closed','','salsas-para-las-carnes','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=835',0,'qode-restaurant-menu','',0),(836,1,'2019-08-13 05:48:00','2019-08-13 05:48:00','','Por Encargo','','publish','closed','closed','','por-encargo','','','2019-08-13 06:50:14','2019-08-13 06:50:14','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=836',0,'qode-restaurant-menu','',0),(687,1,'2019-07-13 16:48:43','2019-07-13 16:48:43','[vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"335\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta O Fogón da Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1504865731729{padding-bottom: 100px !important;}\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Breakfast\" restaurant_menu_label=\"Time provide For Breakfast:\" restaurant_menu_sublabel=\"8:00-12:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"breakfast\" number=\"12\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Brunch\" restaurant_menu_label=\"ime provide For Brunch:\" restaurant_menu_sublabel=\"11:00-12:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"brunch\" number=\"7\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Desserts\" restaurant_menu_label=\"Time provide For Brunch:\" restaurant_menu_sublabel=\"08:00-24:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"desserts\" number=\"4\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Lunch\" restaurant_menu_label=\"Time provide For Lunch:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"lunch\" number=\"16\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Drinks\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"drinks\" number=\"12\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"335\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta Churrasco A Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1504865731729{padding-bottom: 100px !important;}\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" restaurant_menu_label=\"Appetizers\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"20\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Brunch\" restaurant_menu_label=\"ime provide For Brunch:\" restaurant_menu_sublabel=\"11:00-12:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"brunch\" number=\"7\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Desserts\" restaurant_menu_label=\"Time provide For Brunch:\" restaurant_menu_sublabel=\"08:00-24:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"desserts\" number=\"4\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Lunch\" restaurant_menu_label=\"Time provide For Lunch:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"lunch\" number=\"16\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Drinks\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"drinks\" number=\"12\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-13 16:48:43','2019-07-13 16:48:43','',334,'http://ofogondaria.com/NEW/2019/07/13/334-revision-v1/',0,'revision','',0),(549,1,'2019-07-10 06:30:25','2019-07-10 06:30:25','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"22\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>Berliner</h2>\r\n<h2>Restaurant Choice</h2>\r\n<h2>Awards 2017</h2>\r\n<h2>Insider</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item item_padding=\"39.8% 0 0 0\" vertical_alignment=\"top\" advanced_animations=\"no\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed. Mauris et elit sit amet ipsum tempus eleifend[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#\">press center</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Experimental\r\nMenu <sup>2.0</sup>[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" vertical_alignment=\"top\" advanced_animations=\"no\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Brunch Options\" restaurant_menu_label=\"Time provided for brunch:\" restaurant_menu_sublabel=\" 11:00-12:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"brunch\" number=\"7\"][/qode_elements_holder_item][qode_elements_holder_item item_padding=\"55px 70px 0px 20px\" vertical_alignment=\"top\" advanced_animations=\"no\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"New Main Dishes\" restaurant_menu_label=\"Time provided for dinner:\" restaurant_menu_sublabel=\" 13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"main\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Book a table\" link=\"http://bridge93.qodeinteractive.com/reservation/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" background_image=\"432\" full_screen_section_height=\"no\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item item_padding=\"38% 0 0 0\" vertical_alignment=\"top\" advanced_animations=\"no\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Berliner </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Restaurant Choice </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Awards 2017</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">World </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Luxury Restaurant </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Award 2017</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">National</span></h2>\r\n<h2><span style=\"color: #ffffff;\">Restaurant Choice </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Awards 2017</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item item_padding=\"10% 0 15% 0\" vertical_alignment=\"top\" advanced_animations=\"no\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14% \" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10% \" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"77\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Taste the richness of minimalism</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item item_padding=\"0 37.1% 2% 23.3%\" vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3% \" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text]\r\n<h2>\"Sure judgement and patient craftsmanship make this restaurant a must-visit</h2>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1503044316026{padding-top: 35% !important;}\"]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed. Mauris et elit sit amet ipsum tempus eleifend[/vc_column_text][vc_empty_space height=\"48px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Johann Loverboy[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item item_padding=\"0 0 0 0\" advanced_animations=\"no\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" advanced_animations=\"no\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14% \" item_padding_768_1024=\"17.7% 10.2% 0% \" item_padding_600_768=\"13.7% 14.2% 10% \" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" background_image=\"108\" full_screen_section_height=\"yes\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item item_padding=\"52% 5% 0 0\" vertical_alignment=\"top\" advanced_animations=\"no\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item item_padding=\"43.2% 0 0 0\" vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-10 06:30:25','2019-07-10 06:30:25','',14,'https://ofogondaria.innozona.com/2019/07/10/14-revision-v1/',0,'revision','',0),(567,1,'2019-07-12 17:44:38','2019-07-12 17:44:38','','_MG_0987 guiller','','inherit','open','closed','','_mg_0987-guiller-2','','','2019-07-12 17:44:38','2019-07-12 17:44:38','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_0987-guiller-1.jpg',0,'attachment','image/jpeg',0),(568,1,'2019-07-12 17:45:53','2019-07-12 17:45:53','','100_2960','','inherit','open','closed','','100_2960','','','2019-07-12 17:45:53','2019-07-12 17:45:53','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2960.jpg',0,'attachment','image/jpeg',0),(570,1,'2019-07-12 18:38:40','2019-07-12 18:38:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1562953597191{margin-right: 13% !important;margin-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"J66H+7W Villagarcía de Arosa, España\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"Bazar Pericoapa local A65 14320\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 18:38:40','2019-07-12 18:38:40','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(569,1,'2019-07-12 17:46:39','2019-07-12 17:46:39','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1562953597191{margin-right: 13% !important;margin-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"Rúa Fontecarmoa, 87, 36600 Vilagarcía de Arousa, Pontevedra, España\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"Av. Rosalía de Castro, 122, 36600 Villagarcía de Arosa, Pontevedra, España\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 17:46:39','2019-07-12 17:46:39','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(551,1,'2019-07-12 10:45:16','2019-07-12 10:45:16','','_MG_0987 guiller','','inherit','open','closed','','_mg_0987-guiller','','','2019-07-12 10:45:16','2019-07-12 10:45:16','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_0987-guiller.jpg',0,'attachment','image/jpeg',0),(552,1,'2019-07-12 10:45:23','2019-07-12 10:45:23','','_MG_1033 guiller','','inherit','open','closed','','_mg_1033-guiller','','','2019-07-12 10:45:23','2019-07-12 10:45:23','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_1033-guiller.jpg',0,'attachment','image/jpeg',0),(553,1,'2019-07-12 10:45:34','2019-07-12 10:45:34','','_MG_1066 2 guiller','','inherit','open','closed','','_mg_1066-2-guiller','','','2019-07-12 10:45:34','2019-07-12 10:45:34','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_1066-2-guiller.jpg',0,'attachment','image/jpeg',0),(554,1,'2019-07-12 10:45:41','2019-07-12 10:45:41','','_MG_1077','','inherit','open','closed','','_mg_1077','','','2019-07-12 10:45:41','2019-07-12 10:45:41','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_1077.jpg',0,'attachment','image/jpeg',0),(555,1,'2019-07-12 10:45:46','2019-07-12 10:45:46','','_MG_1433','','inherit','open','closed','','_mg_1433','','','2019-07-12 10:45:46','2019-07-12 10:45:46','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_1433.jpg',0,'attachment','image/jpeg',0),(556,1,'2019-07-12 10:46:01','2019-07-12 10:46:01','','1','','inherit','open','closed','','1-2','','','2019-07-12 10:46:01','2019-07-12 10:46:01','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/1.jpg',0,'attachment','image/jpeg',0),(557,1,'2019-07-12 10:46:27','2019-07-12 10:46:27','','2','','inherit','open','closed','','2-2','','','2019-07-12 10:46:27','2019-07-12 10:46:27','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/2.jpg',0,'attachment','image/jpeg',0),(558,1,'2019-07-12 10:46:49','2019-07-12 10:46:49','','3','','inherit','open','closed','','3','','','2019-07-12 10:46:49','2019-07-12 10:46:49','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/3.jpg',0,'attachment','image/jpeg',0),(559,1,'2019-07-12 10:47:13','2019-07-12 10:47:13','','4','','inherit','open','closed','','4','','','2019-07-12 10:47:13','2019-07-12 10:47:13','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/4.jpg',0,'attachment','image/jpeg',0),(560,1,'2019-07-12 10:47:34','2019-07-12 10:47:34','','5','','inherit','open','closed','','5','','','2019-07-12 10:47:34','2019-07-12 10:47:34','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/5.jpg',0,'attachment','image/jpeg',0),(561,1,'2019-07-12 10:47:52','2019-07-12 10:47:52','','6','','inherit','open','closed','','6','','','2019-07-12 10:47:52','2019-07-12 10:47:52','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/6.jpg',0,'attachment','image/jpeg',0),(562,1,'2019-07-12 10:48:18','2019-07-12 10:48:18','','7','','inherit','open','closed','','7','','','2019-07-12 10:48:18','2019-07-12 10:48:18','',115,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/7.jpg',0,'attachment','image/jpeg',0),(564,1,'2019-07-12 17:11:30','2019-07-12 17:11:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}\"][vc_column css=\".vc_custom_1503052967812{padding-right: 3% !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_empty_space height=\"4px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"202 Macon St Brooklyn, NY 11216, USA\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][vc_empty_space height=\"57px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]\r\n<h3>Restaurant Chicago</h3>\r\n[/vc_column_text][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_empty_space height=\"27px\"][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"44px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}\"][vc_column width=\"3/4\" css=\".vc_custom_1503052967812{padding-right: 3% !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_empty_space height=\"4px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"202 Macon St Brooklyn, NY 11216, USA\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][vc_empty_space height=\"57px\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]\r\n<h3>Restaurant Chicago</h3>\r\n[/vc_column_text][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_empty_space height=\"27px\"][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"44px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_empty_space height=\"20px\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 17:11:30','2019-07-12 17:11:30','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(566,1,'2019-07-12 17:39:12','2019-07-12 17:39:12','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"202 Macon St Brooklyn, NY 11216, USA\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"202 Macon St Brooklyn, NY 11216, USA\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 17:39:12','2019-07-12 17:39:12','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(565,1,'2019-07-12 17:15:14','2019-07-12 17:15:14','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}\"][vc_column css=\".vc_custom_1503052967812{padding-right: 3% !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_empty_space height=\"4px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"202 Macon St Brooklyn, NY 11216, USA\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][vc_empty_space height=\"57px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]\r\n<h3>Restaurant Chicago</h3>\r\n[/vc_column_text][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_empty_space height=\"27px\"][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"44px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503053735124{padding-top: 116px !important;padding-bottom: 46px !important;}\"][vc_column width=\"3/4\" css=\".vc_custom_1503052967812{padding-right: 3% !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_empty_space height=\"4px\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"202 Macon St Brooklyn, NY 11216, USA\" map_height=\"424\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\"][vc_empty_space height=\"57px\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]\r\n<h3>Restaurant Chicago</h3>\r\n[/vc_column_text][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_empty_space height=\"27px\"][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"44px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_empty_space height=\"20px\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 17:15:14','2019-07-12 17:15:14','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(571,1,'2019-07-12 18:42:01','2019-07-12 18:42:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1562953597191{margin-right: 13% !important;margin-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 18:42:01','2019-07-12 18:42:01','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(572,1,'2019-07-12 18:46:07','2019-07-12 18:46:07','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1562957004423{margin-top: 80px !important;margin-right: 13% !important;margin-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita. A tres minutos del ...[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-12 18:46:07','2019-07-12 18:46:07','',115,'https://ofogondaria.innozona.com/2019/07/12/115-revision-v1/',0,'revision','',0),(573,1,'2019-07-12 19:43:32','2019-07-12 19:43:32','','OFOGANDRIA-INICIO','','inherit','open','closed','','ofogandria-inicio','','','2019-07-12 19:43:32','2019-07-12 19:43:32','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/OFOGANDRIA-INICIO.png',0,'attachment','image/png',0),(574,1,'2019-07-12 20:22:04','2019-07-12 20:22:04','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"New Main Dishes\" restaurant_menu_label=\"Time provided for dinner:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">a la </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Brasa 2017</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">World </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Luxury Restaurant </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Award 2017</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">National</span></h2>\r\n<h2><span style=\"color: #ffffff;\">Restaurant Choice </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Awards 2017</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"77\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Taste the richness of minimalism</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 37.1% 2% 23.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text]\r\n<h2>\"Sure judgement and patient craftsmanship make this restaurant a must-visit</h2>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1503044316026{padding-top: 35% !important;}\"]Donec vitae pharetra est. Sed vel euismod turpis, vitae scelerisque enim. Donec tincidunt lectus non tristique rhoncus. Sed convallis mi sed. Mauris et elit sit amet ipsum tempus eleifend[/vc_column_text][vc_empty_space height=\"48px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Johann Loverboy[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 0 0 0\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 0%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"yes\" background_image=\"108\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"52% 5% 0 0\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding=\"43.2% 0 0 0\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 20:22:04','2019-07-12 20:22:04','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(575,1,'2019-07-12 20:34:23','2019-07-12 20:34:23','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"New Main Dishes\" restaurant_menu_label=\"Time provided for dinner:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 37.1% 2% 23.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text]\r\n<h2>\"Un poco de Historia sobre O Fogón</h2>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1562963321749{padding-top: 35% !important;}\"]El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 0 0 0\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 0%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"yes\" background_image=\"108\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"52% 5% 0 0\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding=\"43.2% 0 0 0\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 20:34:23','2019-07-12 20:34:23','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(577,1,'2019-07-12 20:42:28','2019-07-12 20:42:28','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"New Main Dishes\" restaurant_menu_label=\"Time provided for dinner:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964140517{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia sobre O Fogón</h2>\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n<h2></h2>\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 0 0 0\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 0%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"yes\" background_image=\"108\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"52% 5% 0 0\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding=\"43.2% 0 0 0\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 20:42:28','2019-07-12 20:42:28','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(576,1,'2019-07-12 20:39:20','2019-07-12 20:39:20','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"New Main Dishes\" restaurant_menu_label=\"Time provided for dinner:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Chefs news, july 12, 2017</span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text]\r\n<h2>\"Un poco de Historia sobre O Fogón</h2>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1562963930679{padding-top: 35% !important;}\"]El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 0 0 0\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 0%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"yes\" background_image=\"108\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"52% 5% 0 0\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding=\"43.2% 0 0 0\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 20:39:20','2019-07-12 20:39:20','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(578,1,'2019-07-12 20:54:19','2019-07-12 20:54:19','','100_2960','','inherit','open','closed','','100_2960-2','','','2019-07-12 20:54:19','2019-07-12 20:54:19','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2960-1.jpg',0,'attachment','image/jpeg',0),(579,1,'2019-07-12 21:00:47','2019-07-12 21:00:47','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría \" restaurant_menu_label=\"La mejor comida casera \" restaurant_menu_sublabel=\" Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una de las churrasquerías más \" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h6><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h6>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964344507{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n<h2></h2>\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 0 0 0\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 0%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"yes\" background_image=\"108\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"52% 5% 0 0\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding=\"43.2% 0 0 0\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 21:00:47','2019-07-12 21:00:47','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(580,1,'2019-07-12 21:05:21','2019-07-12 21:05:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964344507{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n<h2></h2>\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 0 0 0\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 0%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"yes\" background_image=\"108\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"52% 5% 0 0\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding=\"43.2% 0 0 0\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"159\"][vc_column][vc_column_text css=\".vc_custom_1503059430746{padding-top: 16% !important;padding-bottom: 10.6% !important;}\"]\r\n&lt;h1 style=\"text-align: center;\"&gt;&lt;span style=\"color: #ffffff;\"&gt;Opening Hours&lt;/span&gt;&lt;/h1&gt;\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Opening Hours\" restaurant_menu_label=\"Time provided for brunch:\" restaurant_menu_sublabel=\"11:00-12:00h\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"opening-hours\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 21:05:21','2019-07-12 21:05:21','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(582,1,'2019-07-12 21:26:38','2019-07-12 21:26:38','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964344507{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<h2></h2>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_cards_gallery expanding_side=\"left\" images=\"562,553,555,551,568,573,578\" background_color=\"#81d742\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"432\" image_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"masonry\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\"][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 21:26:38','2019-07-12 21:26:38','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(581,1,'2019-07-12 21:14:24','2019-07-12 21:14:24','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964344507{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<h2></h2>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"0 0 0 0\" item_padding_768_1024=\"0 0 0 0\"][qode_google_map custom_map_style=\"true\" google_maps_scroll_wheel=\"false\" address1=\"57-07 31st Ave Woodside, NY 11377, USA\" address2=\"67 St Pauls Pl Brooklyn, NY 11226, USA\" address3=\"3266-3270 Flatbush Ave Brooklyn, NY 11234, USA\" pin=\"89\" saturation=\"-100\" lightness=\"10\" zoom=\"11\" map_height=\"960\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 0%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: left;\">8975 Sullivan Street, New York, NY 10212</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"yes\" background_image=\"108\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner offset=\"vc_col-lg-5 vc_col-md-6\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"52% 5% 0 0\" item_padding_1280_1440=\"28% 4% 0 0\" item_padding_1024_1280=\"32% 0 0 0\" item_padding_768_1024=\"40% 0 0 0\" item_padding_600_768=\"17% 21% 51% 0\" item_padding_480_600=\"17% 10% 51% 0\" item_padding_480=\"17% 10% 51% 0\"][custom_font font_family=\"Allura\" font_size=\"81\" line_height=\"81\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#ffffff\"]Robert Patrick[/custom_font][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\"><span style=\"color: #ffffff;\">Fierce food served with attitude and style</span></h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-7 vc_col-md-6\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"right\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"bottom\" advanced_animations=\"no\" item_padding=\"43.2% 0 0 0\" item_padding_1280_1440=\"21.2% 0 0 0\" item_padding_1024_1280=\"25.2% 0 0 0\" item_padding_768_1024=\"33.2% 0 0 0\" item_padding_600_768=\"33.2% 0 84px\" item_padding_480_600=\"15% 0 70px\" item_padding_480=\"0 0 70px\"][icons icon=\"fa-twitter\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://twitter.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-instagram\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://instagram.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-tripadvisor\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://tripadvisor.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 4px 0 0\" border_color=\"#ffffff\" border_width=\"2\"][icons icon=\"fa-foursquare\" size=\"fa-lg\" type=\"square\" custom_size=\"17\" custom_shape_size=\"17\" border_radius=\"50\" border=\"yes\" link=\"https://foursquare.com/\" target=\"_blank\" icon_color=\"#ffffff\" icon_hover_color=\"#1f1a15\" background_color=\"rgba(255,255,255,0.01)\" hover_background_color=\"#ffffff\" margin=\"0 0 0 0\" border_color=\"#ffffff\" border_width=\"2\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_cards_gallery expanding_side=\"left\" images=\"562,553,555,551,568,573,578\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"432\" image_size=\"full\"][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 21:14:24','2019-07-12 21:14:24','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(650,1,'2019-07-13 05:15:05','2019-07-13 05:15:05','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,649\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-13 05:15:05','2019-07-13 05:15:05','',14,'https://ofogondaria.innozona.com/2019/07/13/14-revision-v1/',0,'revision','',0),(583,1,'2019-07-12 21:43:18','2019-07-12 21:43:18','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964344507{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<h2></h2>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galerias\"][qode_advanced_image_gallery type=\"masonry\" enable_image_shadow=\"no\" number_of_columns=\"three\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galeria \"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita 3d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 21:43:18','2019-07-12 21:43:18','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(585,1,'2019-07-12 22:02:07','2019-07-12 22:02:07','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964344507{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n<h2></h2>\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual \"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 22:02:07','2019-07-12 22:02:07','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(584,1,'2019-07-12 21:50:50','2019-07-12 21:50:50','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogon da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964344507{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<h2></h2>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita 3d\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 21:50:50','2019-07-12 21:50:50','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(586,1,'2019-07-12 22:07:26','2019-07-12 22:07:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 22:07:26','2019-07-12 22:07:26','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(587,1,'2019-07-12 22:13:37','2019-07-12 22:13:37','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 22:13:37','2019-07-12 22:13:37','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(589,1,'2019-07-12 23:47:12','2019-07-12 23:47:12','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 23:47:12','2019-07-12 23:47:12','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(588,1,'2019-07-12 23:44:16','2019-07-12 23:44:16','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"main-slider-n\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\"][vc_column css=\".vc_custom_1505393424909{margin-top: -155px !important;}\"][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1505392365461{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/slide-border.jpg?id=438) !important;}\"][vc_column_inner][qode_reservation_form skin=\"light\" open_table_id=\"31178\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text]</p>\r\n<h2>El Mejor Trato y Sabor</h2>\r\n<h2>Lo tienes en</h2>\r\n<h2>O Fogon da Ría</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"39.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"#Menu-principal\">Continuar</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17\" img_size=\"full\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_label=\"La mejor comida casera\" restaurant_menu_sublabel=\"Un entorno de lujo\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_label=\"Una churrasquería\" restaurant_menu_sublabel=\"emblemáticas de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservar/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1503059764905{padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"large\" images=\"553,554,555,556,552,561,559,558\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][qode_advanced_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"1\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"yes\" slider_pagination=\"yes\" images=\"553,554,555,556,552,561,559,558\" image_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','14-revision-v1','','','2019-07-12 23:44:16','2019-07-12 23:44:16','',14,'https://ofogondaria.innozona.com/2019/07/12/14-revision-v1/',0,'revision','',0),(590,1,'2019-07-12 23:51:02','2019-07-12 23:51:02','','la foto 2','','inherit','open','closed','','la-foto-2','','','2019-07-12 23:51:02','2019-07-12 23:51:02','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/la-foto-2.jpg',0,'attachment','image/jpeg',0),(591,1,'2019-07-12 23:51:26','2019-07-12 23:51:26','','la foto1 2','','inherit','open','closed','','la-foto1-2','','','2019-07-12 23:51:26','2019-07-12 23:51:26','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/la-foto1-2.jpg',0,'attachment','image/jpeg',0),(592,1,'2019-07-13 00:13:42','2019-07-13 00:13:42','','100_2944','','inherit','open','closed','','100_2944','','','2019-07-13 00:13:42','2019-07-13 00:13:42','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2944.jpg',0,'attachment','image/jpeg',0),(593,1,'2019-07-13 00:32:57','2019-07-13 00:32:57','','churrasco a ria log','','inherit','open','closed','','churrasco-a-ria-log','','','2019-07-13 00:32:57','2019-07-13 00:32:57','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/churrasco-a-ria-log.jpg',0,'attachment','image/jpeg',0),(594,1,'2019-07-13 00:33:09','2019-07-13 00:33:09','','logo_ofogon','','inherit','open','closed','','logo_ofogon','','','2019-07-13 00:33:09','2019-07-13 00:33:09','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/logo_ofogon.jpg',0,'attachment','image/jpeg',0),(595,1,'2019-07-13 00:36:37','2019-07-13 00:36:37','https://ofogondaria.com/wp-content/uploads/2019/07/cropped-logo_ofogon.jpg','cropped-logo_ofogon.jpg','','inherit','open','closed','','cropped-logo_ofogon-jpg','','','2019-07-13 00:36:37','2019-07-13 00:36:37','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/cropped-logo_ofogon.jpg',0,'attachment','image/jpeg',0),(837,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Lenguado a la Plancha','','publish','closed','closed','','lenguado-a-la-plancha','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=837',0,'qode-restaurant-menu','',0),(838,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Merluza en Salsa de Caviar de Erizos','','publish','closed','closed','','merluza-en-salsa-de-caviar-de-erizos','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=838',0,'qode-restaurant-menu','',0),(839,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Merluza a la Cazuela','','publish','closed','closed','','merluza-a-la-cazuela','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=839',0,'qode-restaurant-menu','',0),(840,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Rodaballo Salvaje a la Planca','','publish','closed','closed','','rodaballo-salvaje-a-la-planca','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=840',0,'qode-restaurant-menu','',0),(841,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Bacalao a la Plancha','','publish','closed','closed','','bacalao-a-la-plancha','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=841',0,'qode-restaurant-menu','',0),(842,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Lubina en Salsa de Almendras','','publish','closed','closed','','lubina-en-salsa-de-almendras','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=842',0,'qode-restaurant-menu','',0),(843,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Lubina ó Fogón','','publish','closed','closed','','lubina-o-fogon','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=843',0,'qode-restaurant-menu','',0),(844,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Guiso de Rape y Rodaballo','','publish','closed','closed','','guiso-de-rape-y-rodaballo','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=844',0,'qode-restaurant-menu','',0),(845,1,'2019-08-13 05:54:23','2019-08-13 05:54:23','','Rape a la Espalda','','publish','closed','closed','','rape-a-la-espalda','','','2019-08-13 05:54:23','2019-08-13 05:54:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=845',0,'qode-restaurant-menu','',0),(846,1,'2019-08-13 05:54:22','2019-08-13 05:54:22','','Rape con Almejas','','publish','closed','closed','','rape-con-almejas','','','2019-08-13 05:54:22','2019-08-13 05:54:22','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=846',0,'qode-restaurant-menu','',0),(847,1,'2019-08-13 05:54:22','2019-08-13 05:54:22','','Brocheta de Rape y Langostinos','','publish','closed','closed','','brocheta-de-rape-y-langostinos','','','2019-08-13 05:54:22','2019-08-13 05:54:22','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=847',0,'qode-restaurant-menu','',0),(848,1,'2019-08-13 05:54:22','2019-08-13 05:54:22','','Parrillada de Pescados','','publish','closed','closed','','parrillada-de-pescados','','','2019-08-13 05:54:22','2019-08-13 05:54:22','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=848',0,'qode-restaurant-menu','',0),(849,1,'2019-08-13 05:54:22','2019-08-13 05:54:22','','Cazuela de Pescados y Mariscos','','publish','closed','closed','','cazuela-de-pescados-y-mariscos','','','2019-08-13 05:54:22','2019-08-13 05:54:22','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=849',0,'qode-restaurant-menu','',0),(850,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Sopa de Mariscos','','publish','closed','closed','','sopa-de-mariscos','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=850',0,'qode-restaurant-menu','',0),(851,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Crema de Espárragos Trigueros','','publish','closed','closed','','crema-de-esparragos-trigueros','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=851',0,'qode-restaurant-menu','',0),(852,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Revuelto de Gambas','','publish','closed','closed','','revuelto-de-gambas','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=852',0,'qode-restaurant-menu','',0),(853,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Revuelto de Grelos con Gambas','','publish','closed','closed','','revuelto-de-grelos-con-gambas','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=853',0,'qode-restaurant-menu','',0),(854,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Revuelto Mixto','','publish','closed','closed','','revuelto-mixto','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=854',0,'qode-restaurant-menu','',0),(855,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Revuelto de Setas con Jamón Ibérico','','publish','closed','closed','','revuelto-de-setas-con-jamon-iberico','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=855',0,'qode-restaurant-menu','',0),(856,1,'2019-08-13 05:58:16','2019-08-13 05:58:16','','Revuelto de Champiñones Frescos','','publish','closed','closed','','revuelto-de-champinones-frescos','','','2019-08-13 05:58:16','2019-08-13 05:58:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=856',0,'qode-restaurant-menu','',0),(601,1,'2019-07-19 06:54:45','2019-07-19 06:54:45','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]</p>\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\n<p>[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]</p>\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\n<p>[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=1]</p>\n<p>&nbsp;[/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\n','Realizar Reserva','','inherit','closed','closed','','326-autosave-v1','','','2019-07-19 06:54:45','2019-07-19 06:54:45','',326,'https://ofogondaria.innozona.com/2019/07/13/326-autosave-v1/',0,'revision','',0),(603,1,'2019-07-13 02:10:26','2019-07-13 02:10:26','','Mario','mario','publish','closed','closed','','mario','','','2019-07-13 02:10:26','2019-07-13 02:10:26','',0,'https://ofogondaria.innozona.com/?sln_attendant=mario',0,'sln_attendant','',0),(604,1,'2019-07-13 02:10:26','2019-07-13 02:10:26','','Pablo','pablo','publish','closed','closed','','pablo','','','2019-07-13 02:10:26','2019-07-13 02:10:26','',0,'https://ofogondaria.innozona.com/?sln_attendant=pablo',0,'sln_attendant','',0),(605,1,'2019-07-13 02:10:26','2019-07-13 02:10:26','','Manicure','manicure','publish','closed','closed','','manicure','','','2019-07-13 02:10:26','2019-07-13 02:10:26','',0,'https://ofogondaria.innozona.com/?sln_service=manicure',0,'sln_service','',0),(606,1,'2019-07-13 02:10:26','2019-07-13 02:10:26','','Nails styling','nails styling','publish','closed','closed','','nails-styling','','','2019-07-13 02:10:26','2019-07-13 02:10:26','',0,'https://ofogondaria.innozona.com/?sln_service=nails-styling',0,'sln_service','',0),(607,1,'2019-07-13 02:10:26','2019-07-13 02:10:26','','Massage','massage','publish','closed','closed','','massage','','','2019-07-13 02:10:26','2019-07-13 02:10:26','',0,'https://ofogondaria.innozona.com/?sln_service=massage',0,'sln_service','',0),(609,1,'2019-07-13 02:10:26','2019-07-13 02:10:26','<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>GRACIAS</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Su reserva ha sido realizada con éxito. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lo más pronto posible nos comunicaremos con usted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Gracias por su reserva','thank you','publish','closed','closed','','gracias-por-su-reserva','','','2020-08-21 18:02:44','2020-08-21 18:02:44','',0,'https://ofogondaria.innozona.com/thank-you-for-booking/',0,'page','',0),(611,1,'2019-07-13 02:43:02','2019-07-13 02:43:02','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562985771055{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 02:43:02','2019-07-13 02:43:02','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(612,1,'2019-07-13 02:49:34','2019-07-13 02:49:34','','100_2947','','inherit','open','closed','','100_2947','','','2019-07-13 02:49:34','2019-07-13 02:49:34','',326,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2947.jpg',0,'attachment','image/jpeg',0),(613,1,'2019-07-13 02:51:50','2019-07-13 02:51:50','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1562986306402{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #ddcfb1 !important;}\"][vc_empty_space height=\"60px\"][vc_single_image image=\"559\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 02:51:50','2019-07-13 02:51:50','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(614,1,'2019-07-13 02:55:44','2019-07-13 02:55:44','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:/span&gt;</span></h1>\r\n\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.\r\n\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 02:55:44','2019-07-13 02:55:44','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(616,1,'2019-07-13 03:00:59','2019-07-13 03:00:59','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: center;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:00:59','2019-07-13 03:00:59','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(615,1,'2019-07-13 02:58:49','2019-07-13 02:58:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text css=\".vc_custom_1562986668829{margin-right: 13% !important;margin-left: 13% !important;}\"]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h1>\r\n<p style=\"text-align: center;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 02:58:49','2019-07-13 02:58:49','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(617,1,'2019-07-13 03:04:21','2019-07-13 03:04:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: center;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:04:21','2019-07-13 03:04:21','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(618,1,'2019-07-13 03:06:05','2019-07-13 03:06:05','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" background_image=\"327\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"28% 0\" item_padding_1280_1440=\"20% 0\" item_padding_1024_1280=\"18% 0\" item_padding_768_1024=\"42% 0\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: center;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:06:05','2019-07-13 03:06:05','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(620,1,'2019-07-13 03:25:09','2019-07-13 03:25:09','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562988124312{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\" background_image=\"552\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: center;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:25:09','2019-07-13 03:25:09','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(621,1,'2019-07-13 03:29:38','2019-07-13 03:29:38','','100_2959','','inherit','open','closed','','100_2959','','','2019-07-13 03:29:38','2019-07-13 03:29:38','',326,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2959.jpg',0,'attachment','image/jpeg',0),(622,1,'2019-07-13 03:30:45','2019-07-13 03:30:45','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562988408383{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 0px !important;}\" z_index=\"\" background_image=\"552\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item cover=\"yes\" vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" background_image=\"621\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:30:45','2019-07-13 03:30:45','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(623,1,'2019-07-13 03:33:00','2019-07-13 03:33:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562988408383{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 0px !important;}\" z_index=\"\" background_image=\"552\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:33:00','2019-07-13 03:33:00','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(624,1,'2019-07-13 03:35:22','2019-07-13 03:35:22','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562988897068{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;}\" z_index=\"\" background_image=\"552\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:35:22','2019-07-13 03:35:22','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(625,1,'2019-07-13 03:39:26','2019-07-13 03:39:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Reservacion','','inherit','closed','closed','','326-revision-v1','','','2019-07-13 03:39:26','2019-07-13 03:39:26','',326,'https://ofogondaria.innozona.com/2019/07/13/326-revision-v1/',0,'revision','',0),(828,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Solomillo de Ternera Gallega','','publish','closed','closed','','solomillo-de-ternera-gallega','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=828',0,'qode-restaurant-menu','',0),(829,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Solomillo con Salsa Rossini','','publish','closed','closed','','solomillo-con-salsa-rossini','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=829',0,'qode-restaurant-menu','',0),(830,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Solomillo al Queso de Arzúa','','publish','closed','closed','','solomillo-al-queso-de-arzua','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=830',0,'qode-restaurant-menu','',0),(627,1,'2019-07-13 03:48:47','2019-07-13 03:48:47','/*li.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n}\nli.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n    BACKGROUND: #FFF;\n    PADDING-TOP: 0PX;\n    MARGIN-TOP: -15PX;\n}*/\n\n.drop_down .narrow .second .inner ul li a {\n    padding-left: 20px;\n    padding-right: 20px;\n    height: auto!important;\n    display: flex!important;\n    position: fixed!important;\n    background: black!important;\n	margin-top: -15px;\n}\n.drop_down .second i {\n    display: inherit;\n}\n\ni.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (max-width: 600px) {\n	\n	div#DivToolBarConMobile {\n    display: none;\n}\n		.DivToolBarConMobile {\n    display: none;\n}\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','publish','closed','closed','','bridge-child','','','2019-09-12 09:00:29','2019-09-12 09:00:29','',0,'https://ofogondaria.innozona.com/2019/07/13/bridge-child/',0,'custom_css','',0),(628,1,'2019-07-13 03:48:47','2019-07-13 03:48:47','.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 80px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-13 03:48:47','2019-07-13 03:48:47','',627,'https://ofogondaria.innozona.com/2019/07/13/627-revision-v1/',0,'revision','',0),(818,1,'2019-08-13 05:41:18','2019-08-13 05:41:18','','Navajas','','publish','closed','closed','','navajas','','','2019-08-13 05:41:18','2019-08-13 05:41:18','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=818',0,'qode-restaurant-menu','',0),(819,1,'2019-08-13 05:41:28','2019-08-13 05:41:28','','Gamba Roja a la Plancha','','publish','closed','closed','','gamba-roja-a-la-plancha','','','2019-08-13 05:41:28','2019-08-13 05:41:28','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=819',0,'qode-restaurant-menu','',0),(820,1,'2019-08-13 05:49:01','2019-08-13 05:49:01','','Carrilleras de Ternera Estofadas','','publish','closed','closed','','carrilleras-de-ternera-estofadas','','','2019-08-13 05:49:01','2019-08-13 05:49:01','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=820',0,'qode-restaurant-menu','',0),(821,1,'2019-08-13 05:49:01','2019-08-13 05:49:01','','Medallones de Solomillo de Cerdo Ibérico Frito','','publish','closed','closed','','medallones-de-solomillo-de-cerdo-iberico-frito','','','2019-08-13 05:49:01','2019-08-13 05:49:01','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=821',0,'qode-restaurant-menu','',0),(822,1,'2019-08-13 05:49:01','2019-08-13 05:49:01','','Chuletillas de Cordero Lechal','','publish','closed','closed','','chuletillas-de-cordero-lechal','','','2019-08-13 05:49:01','2019-08-13 05:49:01','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=822',0,'qode-restaurant-menu','',0),(823,1,'2019-08-13 05:49:01','2019-08-13 05:49:01','','Paletilla de Cordero Lechal','','publish','closed','closed','','paletilla-de-cordero-lechal','','','2019-08-13 05:49:01','2019-08-13 05:49:01','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=823',0,'qode-restaurant-menu','',0),(824,1,'2019-08-13 05:49:01','2019-08-13 05:49:01','','Cordero Delantero Estilo Castilla','','publish','closed','closed','','cordero-delantero-estilo-castilla','','','2019-08-13 05:49:01','2019-08-13 05:49:01','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=824',0,'qode-restaurant-menu','',0),(825,1,'2019-08-13 05:49:01','2019-08-13 05:49:01','','Entrecot de Vaca Gallega','','publish','closed','closed','','entrecot-de-vaca-gallega','','','2019-08-13 05:49:01','2019-08-13 05:49:01','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=825',0,'qode-restaurant-menu','',0),(826,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Solomillo de Vaca Gallega','','publish','closed','closed','','solomillo-de-vaca-gallega','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=826',0,'qode-restaurant-menu','',0),(827,1,'2019-08-13 05:49:00','2019-08-13 05:49:00','','Entrecot de Ternera Gallega','','publish','closed','closed','','entrecot-de-ternera-gallega','','','2019-08-13 05:49:00','2019-08-13 05:49:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=827',0,'qode-restaurant-menu','',0),(815,1,'2019-08-13 05:40:39','2019-08-13 05:40:39','','Vieira','','publish','closed','closed','','vieira','','','2019-08-13 05:40:39','2019-08-13 05:40:39','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=815',0,'qode-restaurant-menu','',0),(816,1,'2019-08-13 05:40:58','2019-08-13 05:40:58','','Zamburiñas en Salsa de Vieiras','','publish','closed','closed','','zamburinas-en-salsa-de-vieiras','','','2019-08-13 05:40:58','2019-08-13 05:40:58','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=816',0,'qode-restaurant-menu','',0),(817,1,'2019-08-13 05:41:07','2019-08-13 05:41:07','','Zamburiñas a la Plancha','','publish','closed','closed','','zamburinas-a-la-plancha','','','2019-08-13 05:41:38','2019-08-13 05:41:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=817',0,'qode-restaurant-menu','',0),(631,1,'2019-07-13 03:54:35','2019-07-13 03:54:35','@media (min-width: 100px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 80px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-13 03:54:35','2019-07-13 03:54:35','',627,'https://ofogondaria.innozona.com/2019/07/13/627-revision-v1/',0,'revision','',0),(811,1,'2019-08-13 05:49:01','2019-08-13 05:49:01','','Gambas al Ajillo','','publish','closed','closed','','gambas-al-ajillo','','','2019-08-13 05:49:01','2019-08-13 05:49:01','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=811',0,'qode-restaurant-menu','',0),(812,1,'2019-08-13 05:39:50','2019-08-13 05:39:50','','Almejas a la Marinera','','publish','closed','closed','','almejas-a-la-marinera','','','2019-08-13 05:39:50','2019-08-13 05:39:50','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=812',0,'qode-restaurant-menu','',0),(813,1,'2019-08-13 05:40:08','2019-08-13 05:40:08','','Langostinos a la Plancha ó Cocidos','','publish','closed','closed','','langostinos-a-la-plancha-o-cocidos','','','2019-08-13 05:40:08','2019-08-13 05:40:08','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=813',0,'qode-restaurant-menu','',0),(814,1,'2019-08-13 05:40:23','2019-08-13 05:40:23','','Bogavante a la Plancha','','publish','closed','closed','','bogavante-a-la-plancha','','','2019-08-13 05:40:23','2019-08-13 05:40:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=814',0,'qode-restaurant-menu','',0),(633,1,'2019-07-13 03:57:54','2019-07-13 03:57:54','@media (min-width: 100px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 80px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-13 03:57:54','2019-07-13 03:57:54','',627,'https://ofogondaria.innozona.com/2019/07/13/627-revision-v1/',0,'revision','',0),(634,1,'2019-07-13 04:58:26','2019-07-13 04:58:26','','100_2944','','inherit','open','closed','','100_2944-2','','','2019-07-13 04:58:26','2019-07-13 04:58:26','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2944-1.jpg',0,'attachment','image/jpeg',0),(635,1,'2019-07-13 04:59:03','2019-07-13 04:59:03','','100_2945','','inherit','open','closed','','100_2945','','','2019-07-13 04:59:03','2019-07-13 04:59:03','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2945.jpg',0,'attachment','image/jpeg',0),(636,1,'2019-07-13 05:00:04','2019-07-13 05:00:04','','100_2946','','inherit','open','closed','','100_2946','','','2019-07-13 05:00:04','2019-07-13 05:00:04','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2946.jpg',0,'attachment','image/jpeg',0),(637,1,'2019-07-13 05:01:11','2019-07-13 05:01:11','','100_2948','','inherit','open','closed','','100_2948','','','2019-07-13 05:01:11','2019-07-13 05:01:11','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2948.jpg',0,'attachment','image/jpeg',0),(638,1,'2019-07-13 05:01:55','2019-07-13 05:01:55','','100_2949','','inherit','open','closed','','100_2949','','','2019-07-13 05:01:55','2019-07-13 05:01:55','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2949.jpg',0,'attachment','image/jpeg',0),(639,1,'2019-07-13 05:02:37','2019-07-13 05:02:37','','100_2956','','inherit','open','closed','','100_2956','','','2019-07-13 05:02:37','2019-07-13 05:02:37','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2956.jpg',0,'attachment','image/jpeg',0),(640,1,'2019-07-13 05:03:36','2019-07-13 05:03:36','','100_2959','','inherit','open','closed','','100_2959-2','','','2019-07-13 05:03:36','2019-07-13 05:03:36','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/100_2959-1.jpg',0,'attachment','image/jpeg',0),(641,1,'2019-07-13 05:10:08','2019-07-13 05:10:08','','_MG_0987 guiller','','inherit','open','closed','','_mg_0987-guiller-3','','','2019-07-13 05:10:08','2019-07-13 05:10:08','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_0987-guiller-2.jpg',0,'attachment','image/jpeg',0),(642,1,'2019-07-13 05:10:15','2019-07-13 05:10:15','','_MG_1066 2 guiller','','inherit','open','closed','','_mg_1066-2-guiller-2','','','2019-07-16 14:06:03','2019-07-16 14:06:03','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_1066-2-guiller-1.jpg',0,'attachment','image/jpeg',0),(643,1,'2019-07-13 05:10:24','2019-07-13 05:10:24','','_MG_1077','','inherit','open','closed','','_mg_1077-2','','','2019-07-14 02:08:15','2019-07-14 02:08:15','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_1077-1.jpg',0,'attachment','image/jpeg',0),(644,1,'2019-07-13 05:10:38','2019-07-13 05:10:38','','_MG_1433','','inherit','open','closed','','_mg_1433-2','','','2019-07-16 14:05:43','2019-07-16 14:05:43','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/MG_1433-1.jpg',0,'attachment','image/jpeg',0),(645,1,'2019-07-13 05:10:56','2019-07-13 05:10:56','','5','','inherit','open','closed','','5-2','','','2019-07-13 05:10:56','2019-07-13 05:10:56','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/5-1.jpg',0,'attachment','image/jpeg',0),(646,1,'2019-07-13 05:11:24','2019-07-13 05:11:24','','7','','inherit','open','closed','','7-2','','','2019-07-13 05:11:24','2019-07-13 05:11:24','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/7-1.jpg',0,'attachment','image/jpeg',0),(647,1,'2019-07-13 05:12:11','2019-07-13 05:12:11','','12','','inherit','open','closed','','12','','','2019-07-13 05:12:11','2019-07-13 05:12:11','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/12.jpg',0,'attachment','image/jpeg',0),(648,1,'2019-07-13 05:12:33','2019-07-13 05:12:33','','13','','inherit','open','closed','','13','','','2019-07-13 05:12:33','2019-07-13 05:12:33','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/13.jpg',0,'attachment','image/jpeg',0),(649,1,'2019-07-13 05:12:51','2019-07-13 05:12:51','','14','','inherit','open','closed','','14','','','2019-07-13 05:12:51','2019-07-13 05:12:51','',14,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/14.jpg',0,'attachment','image/jpeg',0),(806,1,'2019-08-13 04:04:45','2019-08-13 04:04:45','','Pulpo a la Plancha con Queso de Arzúa','','publish','closed','closed','','pulpo-a-la-plancha-con-queso-de-arzua','','','2019-08-13 05:38:08','2019-08-13 05:38:08','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=806',0,'qode-restaurant-menu','',0),(807,1,'2019-08-13 04:04:20','2019-08-13 04:04:20','','Setas a la Plancha','','publish','closed','closed','','setas-a-la-plancha','','','2019-08-13 05:37:24','2019-08-13 05:37:24','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=807',0,'qode-restaurant-menu','',0),(808,1,'2019-08-13 04:04:01','2019-08-13 04:04:01','','Champiñones Frescos al Ajillo','','publish','closed','closed','','champinones-frescos-al-ajillo','','','2019-08-13 05:36:53','2019-08-13 05:36:53','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=808',0,'qode-restaurant-menu','',0),(809,1,'2019-08-13 04:03:03','2019-08-13 04:03:03','','Salmon Ahumado','','publish','closed','closed','','salmon-ahumado','','','2019-08-13 04:03:03','2019-08-13 04:03:03','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=809',0,'qode-restaurant-menu','',0),(936,1,'2019-08-13 13:58:15','2019-08-13 13:58:15','','Vaca  Gallega - Churrasco','','publish','closed','closed','','vaca-gallega-churrasco','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=936',0,'qode-restaurant-menu','',0),(810,1,'2019-08-13 05:39:27','2019-08-13 05:39:27','','Gambas a la Plancha','','publish','closed','closed','','gambas-a-la-plancha','','','2019-08-13 05:39:27','2019-08-13 05:39:27','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=810',0,'qode-restaurant-menu','',0),(799,1,'2019-08-13 04:08:21','2019-08-13 04:08:21','','Ensalada ó fogón','','publish','closed','closed','','ensalada-templada-de-langostinos-y-zamburinas','','','2019-09-12 15:26:41','2019-09-12 15:26:41','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=799',0,'qode-restaurant-menu','',0),(800,1,'2019-08-13 04:07:26','2019-08-13 04:07:26','','Micuit de Pato con salsa de frutos rojos','','publish','closed','closed','','micuit-de-pato-con-salsa-de-frutos-rojos','','','2019-08-13 04:07:41','2019-08-13 04:07:41','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=800',0,'qode-restaurant-menu','',0),(801,1,'2019-08-13 04:07:09','2019-08-13 04:07:09','','Espárragos 2 Salsas','','publish','closed','closed','','esparragos-2-salsas','','','2019-08-13 04:07:09','2019-08-13 04:07:09','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=801',0,'qode-restaurant-menu','',0),(686,1,'2019-07-13 16:24:12','2019-07-13 16:24:12','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 80px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-13 16:24:12','2019-07-13 16:24:12','',627,'http://ofogondaria.com/NEW/2019/07/13/627-revision-v1/',0,'revision','',0),(652,1,'2019-07-13 05:17:17','2019-07-13 05:17:17','','Tema por defecto','','publish','closed','closed','','tema-por-defecto','','','2019-07-13 05:17:17','2019-07-13 05:17:17','',0,'https://ofogondaria.innozona.com/?post_type=popup_theme&p=652',0,'popup_theme','',0),(653,1,'2019-07-13 05:17:17','2019-07-13 05:17:17','','Light Box','','publish','closed','closed','','lightbox','','','2019-07-13 05:17:17','2019-07-13 05:17:17','',0,'https://ofogondaria.innozona.com/?post_type=popup_theme&p=653',0,'popup_theme','',0),(654,1,'2019-07-13 05:17:17','2019-07-13 05:17:17','','Azul corporativo','','publish','closed','closed','','enterprise-blue','','','2019-07-13 05:17:17','2019-07-13 05:17:17','',0,'https://ofogondaria.innozona.com/?post_type=popup_theme&p=654',0,'popup_theme','',0),(655,1,'2019-07-13 05:17:17','2019-07-13 05:17:17','','Hello Box','','publish','closed','closed','','hello-box','','','2019-07-13 05:17:17','2019-07-13 05:17:17','',0,'https://ofogondaria.innozona.com/?post_type=popup_theme&p=655',0,'popup_theme','',0),(656,1,'2019-07-13 05:17:17','2019-07-13 05:17:17','','Moderno','','publish','closed','closed','','cutting-edge','','','2019-07-13 05:17:17','2019-07-13 05:17:17','',0,'https://ofogondaria.innozona.com/?post_type=popup_theme&p=656',0,'popup_theme','',0),(657,1,'2019-07-13 05:17:17','2019-07-13 05:17:17','','Borde enmarcado','','publish','closed','closed','','framed-border','','','2019-07-13 05:17:17','2019-07-13 05:17:17','',0,'https://ofogondaria.innozona.com/?post_type=popup_theme&p=657',0,'popup_theme','',0),(658,1,'2019-07-13 05:19:41','2019-07-13 05:19:41','<img class=\"alignnone size-medium wp-image-659\" src=\"https://ofogondaria.com/wp-content/uploads/2019/07/Tarjeta-Fogon-Cenas-de-Empresa-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" />','POPUPS HOME','','publish','closed','closed','','popups-home','','','2019-07-13 05:19:41','2019-07-13 05:19:41','',0,'https://ofogondaria.innozona.com/?post_type=popup&#038;p=658',0,'popup','',0),(659,1,'2019-07-13 05:19:28','2019-07-13 05:19:28','','Tarjeta Fogon Cenas de Empresa','','inherit','open','closed','','tarjeta-fogon-cenas-de-empresa','','','2019-07-13 05:19:28','2019-07-13 05:19:28','',0,'https://ofogondaria.innozona.com/wp-content/uploads/2019/07/Tarjeta-Fogon-Cenas-de-Empresa.jpg',0,'attachment','image/jpeg',0),(660,1,'2019-07-13 05:19:41','2019-07-13 05:19:41','<img class=\"alignnone size-medium wp-image-659\" src=\"https://ofogondaria.com/wp-content/uploads/2019/07/Tarjeta-Fogon-Cenas-de-Empresa-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" />','POPUPS HOME','','inherit','closed','closed','','658-revision-v1','','','2019-07-13 05:19:41','2019-07-13 05:19:41','',658,'https://ofogondaria.innozona.com/2019/07/13/658-revision-v1/',0,'revision','',0),(669,1,'2019-07-13 05:27:36','2019-07-13 05:27:36','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://ofogondaria.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Políticas de Privacidad','','inherit','closed','closed','','3-revision-v1','','','2019-07-13 05:27:36','2019-07-13 05:27:36','',3,'https://ofogondaria.innozona.com/2019/07/13/3-revision-v1/',0,'revision','',0),(663,1,'2019-07-13 05:23:43','2019-07-13 05:23:43','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"menu-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,649\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-13 05:23:43','2019-07-13 05:23:43','',14,'https://ofogondaria.innozona.com/2019/07/13/14-revision-v1/',0,'revision','',0),(804,1,'2019-08-13 04:05:45','2019-08-13 04:05:45','','Pimientos del Piquillo Rellenos de Marisco','','publish','closed','closed','','pimientos-del-piquillo-rellenos-de-marisco','','','2019-08-13 04:05:45','2019-08-13 04:05:45','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=804',0,'qode-restaurant-menu','',0),(805,1,'2019-08-13 04:05:14','2019-08-13 04:05:14','','Pulpo a´feira','','publish','closed','closed','','pulpo-afeira','','','2019-08-13 05:37:00','2019-08-13 05:37:00','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=805',0,'qode-restaurant-menu','',0),(671,1,'2019-08-13 06:55:39','2019-08-13 06:55:39','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\n<h2 style=\"text-align: center;\">Carta de</h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\n','Menu a la Carta','','inherit','closed','closed','','334-autosave-v1','','','2019-08-13 06:55:39','2019-08-13 06:55:39','',334,'https://ofogondaria.innozona.com/2019/07/13/334-autosave-v1/',0,'revision','',0),(672,1,'2019-07-13 05:32:45','2019-07-13 05:32:45','[vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"335\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta O Fogón da Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1504865731729{padding-bottom: 100px !important;}\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Breakfast\" restaurant_menu_label=\"Time provide For Breakfast:\" restaurant_menu_sublabel=\"8:00-12:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"breakfast\" number=\"12\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Brunch\" restaurant_menu_label=\"ime provide For Brunch:\" restaurant_menu_sublabel=\"11:00-12:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"brunch\" number=\"7\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Desserts\" restaurant_menu_label=\"Time provide For Brunch:\" restaurant_menu_sublabel=\"08:00-24:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"desserts\" number=\"4\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Lunch\" restaurant_menu_label=\"Time provide For Lunch:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"lunch\" number=\"16\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Drinks\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"drinks\" number=\"12\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"335\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta Churrasco A Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1504865731729{padding-bottom: 100px !important;}\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" restaurant_menu_label=\"Appetizers\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"20\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Brunch\" restaurant_menu_label=\"ime provide For Brunch:\" restaurant_menu_sublabel=\"11:00-12:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"brunch\" number=\"7\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Desserts\" restaurant_menu_label=\"Time provide For Brunch:\" restaurant_menu_sublabel=\"08:00-24:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"desserts\" number=\"4\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Lunch\" restaurant_menu_label=\"Time provide For Lunch:\" restaurant_menu_sublabel=\"13:00-17:00h\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"lunch\" number=\"16\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Drinks\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"drinks\" number=\"12\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Nuestros menús a la carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-13 05:32:45','2019-07-13 05:32:45','',334,'https://ofogondaria.innozona.com/2019/07/13/334-revision-v1/',0,'revision','',0),(676,1,'2019-07-13 05:44:30','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2019-07-13 05:44:30','2019-07-13 05:44:30','',0,'https://ofogondaria.innozona.com/?post_type=aoc_popup&#038;p=676',0,'aoc_popup','',0),(677,1,'2019-07-13 05:50:16','0000-00-00 00:00:00','<h2 style=\"text-align:center\">Welcome!</h2><p style=\"text-align:center\">This is popup preview that you can fill with any content you want.</p><p style=\"text-align:center\">The plugin include some shortcodes, you can read more about them at the bottom of this page. The main 3 sections to configure the popup are:</p><p>Appearance: Where you edit the look and feel of the popup.<br>Display Rules: Here you choose on which page to display the popup (Set to all by default)<br>Display options: Some important settings about the plugin, being the more important trigger action.</br></p>','Popups Example','','draft','closed','closed','','','','','2019-07-13 05:50:16','0000-00-00 00:00:00','',0,'https://ofogondaria.innozona.com/?p=677',0,'spucpt','',0),(674,1,'2019-07-13 05:38:40','2019-07-13 05:38:40','','POPUPS GENERAL','','publish','closed','closed','','popups-general','','','2019-07-13 05:38:40','2019-07-13 05:38:40','',0,'https://ofogondaria.innozona.com/?post_type=aoc_popup&#038;p=674',0,'aoc_popup','',0),(675,1,'2019-07-13 05:42:23','2019-07-13 05:42:23','<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>GRACIAS</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Su reserva ha sido realizada con éxito. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lo más pronto posible nos comunicaremos con usted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Gracias por su reserva','thank you','inherit','closed','closed','','609-revision-v1','','','2019-07-13 05:42:23','2019-07-13 05:42:23','',609,'https://ofogondaria.innozona.com/2019/07/13/609-revision-v1/',0,'revision','',0),(678,1,'2019-07-13 05:52:51','2019-07-13 05:52:51','<img class=\"size-medium wp-image-659 aligncenter\" src=\"https://ofogondaria.com/wp-content/uploads/2019/07/Tarjeta-Fogon-Cenas-de-Empresa.jpg\" alt=\"\" width=\"80%\" height=\"auto\" />','Popups home','','publish','closed','closed','','popups-home','','','2019-07-14 00:45:24','2019-07-14 00:45:24','',0,'https://ofogondaria.innozona.com/?post_type=spucpt&#038;p=678',0,'spucpt','',0),(937,1,'2019-08-13 13:58:48','2019-08-13 13:58:48','','Vaca Gallega - Entrecot','','publish','closed','closed','','vaca-gallega-entrecot','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=937',0,'qode-restaurant-menu','',0),(797,1,'2019-08-13 02:59:17','2019-08-13 02:59:17','','Ensalada templada de Langostinos y Zamburiñas','','publish','closed','closed','','ensalada-templada-de-langostinos-y-zamburinas-2','','','2019-08-13 05:36:36','2019-08-13 05:36:36','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=797',0,'qode-restaurant-menu','',0),(668,1,'2019-07-13 05:26:23','2019-07-13 05:26:23','','Gracias por su reserva','thank you','inherit','closed','closed','','609-revision-v1','','','2019-07-13 05:26:23','2019-07-13 05:26:23','',609,'https://ofogondaria.innozona.com/2019/07/13/609-revision-v1/',0,'revision','',0),(696,1,'2019-07-14 01:47:18','2019-07-14 01:47:18','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-14 01:47:18','2019-07-14 01:47:18','',14,'http://ofogondaria.com/NEW/2019/07/14/14-revision-v1/',0,'revision','',0),(695,1,'2019-07-14 00:56:04','2019-07-14 00:56:04','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-14 00:56:04','2019-07-14 00:56:04','',14,'http://ofogondaria.com/NEW/2019/07/14/14-revision-v1/',0,'revision','',0),(689,1,'2019-07-13 17:05:35','2019-07-13 17:05:35','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,649\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-13 17:05:35','2019-07-13 17:05:35','',14,'http://ofogondaria.com/NEW/2019/07/13/14-revision-v1/',0,'revision','',0),(881,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Gran Bazán Ámbar','','publish','closed','closed','','gran-bazan-ambar','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=881',0,'qode-restaurant-menu','',0),(693,1,'2019-07-14 00:47:25','2019-07-14 00:47:25','','Lunes','','publish','closed','closed','','lunes','','','2019-08-13 14:38:48','2019-08-13 14:38:48','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=693',0,'qode-restaurant-menu','',0),(694,1,'2019-07-14 00:50:10','2019-07-14 00:50:10','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"11px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text css=\".vc_custom_1562969241651{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,649\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/qode_advanced_tab][/qode_advanced_tabs][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-14 00:50:10','2019-07-14 00:50:10','',14,'http://ofogondaria.com/NEW/2019/07/14/14-revision-v1/',0,'revision','',0),(698,1,'2019-07-14 03:00:20','2019-07-14 03:00:20','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/reservacion/\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-14 03:00:20','2019-07-14 03:00:20','',14,'http://ofogondaria.com/NEW/2019/07/14/14-revision-v1/',0,'revision','',0),(699,1,'2019-07-16 11:26:32','2019-07-16 11:26:32','','DSC_0142','','inherit','open','closed','','dsc_0142','','','2019-07-16 11:26:32','2019-07-16 11:26:32','',0,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0142.jpg',0,'attachment','image/jpeg',0),(700,1,'2019-07-16 11:26:46','2019-07-16 11:26:46','','LOGOASOCIADORG','','inherit','open','closed','','logoasociadorg','','','2019-07-16 11:26:46','2019-07-16 11:26:46','',0,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/LOGOASOCIADORG.png',0,'attachment','image/png',0),(701,1,'2019-07-16 12:15:09','2019-07-16 12:15:09','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-16 12:15:09','2019-07-16 12:15:09','',326,'http://ofogondaria.com/NEW/2019/07/16/326-revision-v1/',0,'revision','',0),(702,1,'2019-07-16 12:58:29','2019-07-16 12:58:29','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"593\" alignment=\"right\" qode_css_animation=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"432\" css=\".vc_custom_1503412144347{background-image: url(http://bridge93.qodeinteractive.com/wp-content/uploads/2017/08/home-background-img.jpg?id=46) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-16 12:58:29','2019-07-16 12:58:29','',14,'http://ofogondaria.com/NEW/2019/07/16/14-revision-v1/',0,'revision','',0),(703,1,'2019-07-16 13:31:36','2019-07-16 13:31:36','','DSC_0142','','inherit','open','closed','','dsc_0142-2','','','2019-07-16 13:31:36','2019-07-16 13:31:36','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0142-1.jpg',0,'attachment','image/jpeg',0),(704,1,'2019-07-16 13:31:52','2019-07-16 13:31:52','','Logo O Fogón','','inherit','open','closed','','logo-o-fogon','','','2019-07-16 13:31:52','2019-07-16 13:31:52','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/Logo-O-Fogón.jpg',0,'attachment','image/jpeg',0),(705,1,'2019-07-16 13:45:01','2019-07-16 13:45:01','','pontevedra-pulpo','','inherit','open','closed','','pontevedra-pulpo','','','2019-07-16 13:45:01','2019-07-16 13:45:01','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/pontevedra-pulpo.jpg',0,'attachment','image/jpeg',0),(706,1,'2019-07-16 13:45:10','2019-07-16 13:45:10','','parrillada-especial','','inherit','open','closed','','parrillada-especial','','','2019-07-16 13:45:10','2019-07-16 13:45:10','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/parrillada-especial.jpg',0,'attachment','image/jpeg',0),(707,1,'2019-07-16 13:45:36','2019-07-16 13:45:36','','DSC_0141 (1)','????????????????????????????????????','inherit','open','closed','','dsc_0141-1','','','2019-07-16 13:45:36','2019-07-16 13:45:36','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0141-1.jpg',0,'attachment','image/jpeg',0),(708,1,'2019-07-16 13:46:07','2019-07-16 13:46:07','','ofogon-plato','','inherit','open','closed','','ofogon-plato','','','2019-07-16 13:46:07','2019-07-16 13:46:07','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/ofogon-plato.jpg',0,'attachment','image/jpeg',0),(709,1,'2019-07-16 13:46:08','2019-07-16 13:46:08','','ofogon-plato','','inherit','open','closed','','ofogon-plato-2','','','2019-07-16 13:46:08','2019-07-16 13:46:08','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/ofogon-plato-1.jpg',0,'attachment','image/jpeg',0),(710,1,'2019-07-16 13:46:35','2019-07-16 13:46:35','','DSC_0142','????????????????????????????????????','inherit','open','closed','','dsc_0142-3','','','2019-07-16 13:46:35','2019-07-16 13:46:35','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0142-2.jpg',0,'attachment','image/jpeg',0),(711,1,'2019-07-16 13:48:56','2019-07-16 13:48:56','','DSC_0135','????????????????????????????????????','inherit','open','closed','','dsc_0135','','','2019-07-16 13:48:56','2019-07-16 13:48:56','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0135.jpg',0,'attachment','image/jpeg',0),(712,1,'2019-07-16 13:49:45','2019-07-16 13:49:45','','DSC_0138','????????????????????????????????????','inherit','open','closed','','dsc_0138','','','2019-07-16 13:49:45','2019-07-16 13:49:45','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0138.jpg',0,'attachment','image/jpeg',0),(713,1,'2019-07-16 13:50:06','2019-07-16 13:50:06','','DSC_0138','????????????????????????????????????','inherit','open','closed','','dsc_0138-2','','','2019-07-16 13:50:06','2019-07-16 13:50:06','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0138-1.jpg',0,'attachment','image/jpeg',0),(714,1,'2019-07-16 13:50:33','2019-07-16 13:50:33','','DSC_0144','????????????????????????????????????','inherit','open','closed','','dsc_0144','','','2019-07-16 13:50:33','2019-07-16 13:50:33','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0144.jpg',0,'attachment','image/jpeg',0),(715,1,'2019-07-16 13:51:08','2019-07-16 13:51:08','','DSC_0144','????????????????????????????????????','inherit','open','closed','','dsc_0144-2','','','2019-07-16 13:51:08','2019-07-16 13:51:08','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0144-1.jpg',0,'attachment','image/jpeg',0),(745,1,'2019-07-17 07:18:17','2019-07-17 07:18:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-17 07:18:17','2019-07-17 07:18:17','',14,'http://ofogondaria.com/NEW/2019/07/17/14-revision-v1/',0,'revision','',0),(744,1,'2019-07-17 07:15:28','2019-07-17 07:15:28','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_empty_space height=\"68px\"][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][vc_empty_space height=\"68px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-17 07:15:28','2019-07-17 07:15:28','',14,'http://ofogondaria.com/NEW/2019/07/17/14-revision-v1/',0,'revision','',0),(716,1,'2019-07-16 14:07:09','2019-07-16 14:07:09','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-xs-1\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\" css=\".vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"593\" qode_css_animation=\"\" css=\".vc_custom_1563282977198{margin-left: 0px !important;padding-left: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"38% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería  Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-16 14:07:09','2019-07-16 14:07:09','',14,'http://ofogondaria.com/NEW/2019/07/16/14-revision-v1/',0,'revision','',0),(718,1,'2019-07-16 14:14:19','2019-07-16 14:14:19','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 80px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px;\n    padding: 0px 0px;\n    max-width: 90px;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-16 14:14:19','2019-07-16 14:14:19','',627,'http://ofogondaria.com/NEW/2019/07/16/627-revision-v1/',0,'revision','',0),(720,1,'2019-07-16 14:26:49','2019-07-16 14:26:49','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 80px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-16 14:26:49','2019-07-16 14:26:49','',627,'http://ofogondaria.com/NEW/2019/07/16/627-revision-v1/',0,'revision','',0),(722,1,'2019-07-16 14:27:38','2019-07-16 14:27:38','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-16 14:27:38','2019-07-16 14:27:38','',627,'http://ofogondaria.com/NEW/2019/07/16/627-revision-v1/',0,'revision','',0),(724,1,'2019-07-16 14:32:19','2019-07-16 14:32:19','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: -100px;\nwidth:140px;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-16 14:32:19','2019-07-16 14:32:19','',627,'http://ofogondaria.com/NEW/2019/07/16/627-revision-v1/',0,'revision','',0),(726,1,'2019-07-16 14:56:33','2019-07-16 14:56:33','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 180px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-16 14:56:33','2019-07-16 14:56:33','',627,'http://ofogondaria.com/NEW/2019/07/16/627-revision-v1/',0,'revision','',0),(729,1,'2019-07-16 15:37:08','2019-07-16 15:37:08','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 180px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-16 15:37:08','2019-07-16 15:37:08','',627,'http://ofogondaria.com/NEW/2019/07/16/627-revision-v1/',0,'revision','',0),(742,1,'2019-07-17 07:00:07','2019-07-17 07:00:07','','DSC_0144','????????????????????????????????????','inherit','open','closed','','dsc_0144-3','','','2019-07-17 07:00:07','2019-07-17 07:00:07','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0144-2.jpg',0,'attachment','image/jpeg',0),(730,1,'2019-07-16 16:54:21','2019-07-16 16:54:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_inner css=\".vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-xs-1\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\" css=\".vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"48px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-16 16:54:21','2019-07-16 16:54:21','',14,'http://ofogondaria.com/NEW/2019/07/16/14-revision-v1/',0,'revision','',0),(741,1,'2019-07-17 06:59:10','2019-07-17 06:59:10','','DSC_0138','????????????????????????????????????','inherit','open','closed','','dsc_0138-3','','','2019-07-17 06:59:10','2019-07-17 06:59:10','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/DSC_0138-2.jpg',0,'attachment','image/jpeg',0),(731,1,'2019-07-16 17:00:47','2019-07-16 17:00:47','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"/menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_inner css=\".vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-xs-1\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\" css=\".vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"48px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][icons icon=\"fa-arrows-v\" size=\"fa-5x\" type=\"normal\" position=\"center\" target=\"_self\" icon_color=\"#494949\"][vc_empty_space height=\"48px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-16 17:00:47','2019-07-16 17:00:47','',14,'http://ofogondaria.com/NEW/2019/07/16/14-revision-v1/',0,'revision','',0),(733,1,'2019-07-16 17:28:14','2019-07-16 17:28:14','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_inner css=\".vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-xs-1\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\" css=\".vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563298053815{background-color: #ffffff !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][icons icon=\"fa-arrow-down\" size=\"fa-5x\" type=\"normal\" position=\"center\" link=\"/#ofogon\" target=\"_self\" icon_color=\"#494949\"][vc_empty_space height=\"68px\"][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-16 17:28:14','2019-07-16 17:28:14','',14,'http://ofogondaria.com/NEW/2019/07/16/14-revision-v1/',0,'revision','',0),(732,1,'2019-07-16 17:11:52','2019-07-16 17:11:52','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_inner css=\".vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-xs-1\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\" css=\".vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563296937157{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][icons icon=\"fa-arrow-circle-up\" size=\"fa-5x\" type=\"normal\" position=\"center\" target=\"_self\" icon_color=\"#494949\"][vc_empty_space height=\"68px\"][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-16 17:11:52','2019-07-16 17:11:52','',14,'http://ofogondaria.com/NEW/2019/07/16/14-revision-v1/',0,'revision','',0),(743,1,'2019-07-17 07:05:47','2019-07-17 07:05:47','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][vc_empty_space height=\"68px\"][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][vc_empty_space height=\"68px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-17 07:05:47','2019-07-17 07:05:47','',14,'http://ofogondaria.com/NEW/2019/07/17/14-revision-v1/',0,'revision','',0),(734,1,'2019-07-16 17:34:22','2019-07-16 17:34:22','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563285067983{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/pontevedra-pulpo.jpg?id=705) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/2\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1563282802513{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\"][vc_column_inner css=\".vc_custom_1563282771051{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-xs-1\"][vc_single_image image=\"594\" alignment=\"right\" qode_css_animation=\"\" css=\".vc_custom_1563282946375{margin-right: 0px !important;padding-right: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563298053815{background-color: #ffffff !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][icons icon=\"fa-arrow-down\" size=\"fa-5x\" type=\"normal\" position=\"center\" link=\"/#ofogon\" target=\"_self\" icon_color=\"#494949\"][vc_empty_space height=\"68px\"][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563298423357{background-color: #cccccc !important;}\"][vc_column][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][custom_font font_family=\"Allura\" font_size=\"38\" line_height=\"40\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco A Ría[/custom_font][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space height=\"11px\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galeria O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-16 17:34:22','2019-07-16 17:34:22','',14,'http://ofogondaria.com/NEW/2019/07/16/14-revision-v1/',0,'revision','',0),(735,1,'2019-07-17 06:35:34','2019-07-17 06:35:34','','Imprimir','Imprimir','inherit','open','closed','','imprimir','','','2019-07-17 06:35:34','2019-07-17 06:35:34','',0,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/LOGO_OFOGON-ARIA.jpg',0,'attachment','image/jpeg',0),(737,1,'2019-07-17 06:39:20','2019-07-17 06:39:20','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n}\n\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-17 06:39:20','2019-07-17 06:39:20','',627,'http://ofogondaria.com/NEW/2019/07/17/627-revision-v1/',0,'revision','',0),(739,1,'2019-07-17 06:43:15','2019-07-17 06:43:15','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #f0a200!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-17 06:43:15','2019-07-17 06:43:15','',627,'http://ofogondaria.com/NEW/2019/07/17/627-revision-v1/',0,'revision','',0),(1013,1,'2019-08-16 18:49:52','2019-08-16 18:49:52','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZvZm9nb25kYXJpYS5jb20lMkZQQU5PUyUyRk8lMjUyMEZvZyUyNUMzJTI1QjNuJTJGcGFubzElMkZfaHRtbDUlMkZpbmRleC5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwbWFyZ2lud2lkdGglM0QlMjIwJTIyJTIwbWFyZ2luaGVpZ2h0JTNEJTIyMCUyMiUyMHNjcm9sbGluZyUzRCUyMm5vJTIyJTNFJTNDJTJGaWZyYW1lJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-16 18:49:52','2019-08-16 18:49:52','',14,'http://ofogondaria.com/NEW/2019/08/16/14-revision-v1/',0,'revision','',0),(746,1,'2019-07-17 07:20:59','2019-07-17 07:20:59','@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-17 07:20:59','2019-07-17 07:20:59','',627,'http://ofogondaria.com/NEW/2019/07/17/627-revision-v1/',0,'revision','',0),(747,1,'2019-07-17 07:29:39','2019-07-17 07:29:39','[vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"648\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta O Fogón da Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348419974{padding-bottom: 100px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" background_image=\"591\" section_height=\"568\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta Churrasco A Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 07:29:39','2019-07-17 07:29:39','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(748,1,'2019-07-17 07:33:24','2019-07-17 07:33:24','[vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" section_height=\"368\" css=\".vc_custom_1563348799778{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/13.jpg?id=648) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta O Fogón da Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348419974{padding-bottom: 100px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" section_height=\"368\" css=\".vc_custom_1563348719251{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/la-foto1-2.jpg?id=591) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Carta Churrasco A Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 07:33:24','2019-07-17 07:33:24','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(749,1,'2019-07-17 07:36:00','2019-07-17 07:36:00','[vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" section_height=\"368\" css=\".vc_custom_1563348799778{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/13.jpg?id=648) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #333;\">Carta O Fogón da Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348419974{padding-bottom: 100px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" section_height=\"368\" css=\".vc_custom_1563348719251{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/la-foto1-2.jpg?id=591) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][vc_column_text]\r\n<h1><span style=\"color: #333;\">Carta Churrasco A Ría</span></h1>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 07:36:00','2019-07-17 07:36:00','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(750,1,'2019-07-17 07:38:26','2019-07-17 07:38:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1562957004423{margin-top: 80px !important;margin-right: 13% !important;margin-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-17 07:38:26','2019-07-17 07:38:26','',115,'http://ofogondaria.com/NEW/2019/07/17/115-revision-v1/',0,'revision','',0),(751,1,'2019-07-17 07:46:19','2019-07-17 07:46:19','','12','','inherit','open','closed','','12-2','','','2019-07-17 07:46:19','2019-07-17 07:46:19','',115,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/12-1.jpg',0,'attachment','image/jpeg',0),(752,1,'2019-07-17 07:46:38','2019-07-17 07:46:38','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>O Fogón da Ría</h4>\r\n<p>[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_single_image image=\"751\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space height=\"45px\"][/vc_column][/vc_row]</p>\r\n','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-17 07:46:38','2019-07-17 07:46:38','',115,'http://ofogondaria.com/NEW/2019/07/17/115-revision-v1/',0,'revision','',0),(753,1,'2019-07-17 07:49:37','2019-07-17 07:49:37','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>O Fogón da Ría</h4>\r\n<p>[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1563349723529{padding-right: 13% !important;}\"][vc_column_text]</p>\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_empty_space height=\"65px\"][vc_single_image image=\"751\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]</p>\r\n','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-07-17 07:49:37','2019-07-17 07:49:37','',115,'http://ofogondaria.com/NEW/2019/07/17/115-revision-v1/',0,'revision','',0),(755,1,'2019-07-17 07:54:07','2019-07-17 07:54:07',' ','','','publish','closed','closed','','755','','','2019-09-12 09:46:34','2019-09-12 09:46:34','',0,'http://ofogondaria.com/NEW/?p=755',6,'nav_menu_item','',0),(756,1,'2019-07-17 07:54:07','2019-07-17 07:54:07',' ','','','publish','closed','closed','','756','','','2019-09-12 09:46:34','2019-09-12 09:46:34','',0,'http://ofogondaria.com/NEW/?p=756',7,'nav_menu_item','',0),(757,1,'2019-07-17 07:54:07','2019-07-17 07:54:07',' ','','','publish','closed','closed','','757','','','2019-09-12 09:46:34','2019-09-12 09:46:34','',0,'http://ofogondaria.com/NEW/?p=757',1,'nav_menu_item','',0),(1046,1,'2019-09-12 14:04:41','2019-09-12 14:04:41','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"La mejor Comida Casera\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\n<h2>\"Un poco de Historia</h2>\n<h2>Sobre O Fogón</h2>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\n<p>&nbsp;</p>\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\n<p>&nbsp;</p>\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\n<p>[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1083,1082,1081,1073,1072,1071,1070,1069\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1068,1080,1078,1079,1077,1076,1075,1074\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\n','O\'Fogón da Ría','','inherit','closed','closed','','1019-autosave-v1','','','2019-09-12 14:04:41','2019-09-12 14:04:41','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-autosave-v1/',0,'revision','',0),(758,1,'2019-07-17 08:04:33','2019-07-17 08:04:33',' ','','','publish','closed','closed','','758','','','2019-09-12 09:54:43','2019-09-12 09:54:43','',0,'http://ofogondaria.com/NEW/?p=758',6,'nav_menu_item','',0),(771,1,'2019-07-18 17:21:52','2019-07-18 17:21:52','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-18 17:21:52','2019-07-18 17:21:52','',326,'http://ofogondaria.com/NEW/2019/07/18/326-revision-v1/',0,'revision','',0),(770,1,'2019-07-18 16:59:41','2019-07-18 16:59:41','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][bookingcalendar]\r\n\r\n[booking][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-18 16:59:41','2019-07-18 16:59:41','',326,'http://ofogondaria.com/NEW/2019/07/18/326-revision-v1/',0,'revision','',0),(769,1,'2019-07-18 15:44:27','2019-07-18 15:44:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][bookingcalendar][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-18 15:44:27','2019-07-18 15:44:27','',326,'http://ofogondaria.com/NEW/2019/07/18/326-revision-v1/',0,'revision','',0),(759,1,'2019-07-17 08:11:27','2019-07-17 08:11:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Reservacion</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1562986247625{margin-right: 13% !important;margin-left: 13% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][CP_APP_HOUR_BOOKING id=\"2\"][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-17 08:11:27','2019-07-17 08:11:27','',326,'http://ofogondaria.com/NEW/2019/07/17/326-revision-v1/',0,'revision','',0),(761,1,'2019-07-17 08:19:40','2019-07-17 08:19:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348419974{padding-bottom: 100px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 08:19:40','2019-07-17 08:19:40','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(760,1,'2019-07-17 08:17:12','2019-07-17 08:17:12','[vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" section_height=\"368\" css=\".vc_custom_1563348799778{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/13.jpg?id=648) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348419974{padding-bottom: 100px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2><span style=\"color: #333;\">Carta O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"center\" full_screen_section_height=\"no\" section_height=\"368\" css=\".vc_custom_1563348719251{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/la-foto1-2.jpg?id=591) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item advanced_animations=\"no\" item_padding=\"20% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2><span style=\"color: #333;\">Carta Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 08:17:12','2019-07-17 08:17:12','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0);
INSERT INTO `wpdl_posts` VALUES (763,1,'2019-07-17 08:21:49','2019-07-17 08:21:49','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563351705709{padding-top: 190px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 08:21:49','2019-07-17 08:21:49','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(762,1,'2019-07-17 08:20:40','2019-07-17 08:20:40','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563351635868{padding-top: 100px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 08:20:40','2019-07-17 08:20:40','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(764,1,'2019-07-17 08:22:54','2019-07-17 08:22:54','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563351770975{margin-top: 190px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 08:22:54','2019-07-17 08:22:54','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(765,1,'2019-07-17 08:26:50','2019-07-17 08:26:50','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-07-17 08:26:50','2019-07-17 08:26:50','',334,'http://ofogondaria.com/NEW/2019/07/17/334-revision-v1/',0,'revision','',0),(795,1,'2019-08-13 02:58:28','2019-08-13 02:58:28','','Pan','','publish','closed','closed','','795','','','2019-08-13 05:38:25','2019-08-13 05:38:25','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=795',0,'qode-restaurant-menu','',0),(794,1,'2019-08-13 03:00:39','2019-08-13 03:00:39','','Cecina del Bierzo Con Rúcula y queso parmesano','','publish','closed','closed','','cecina-del-bierzo-con-rucula-y-queso-parmesano','','','2019-08-13 05:37:17','2019-08-13 05:37:17','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=794',0,'qode-restaurant-menu','',0),(773,1,'2019-07-18 17:35:41','2019-07-18 17:35:41','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking]\r\n[submit \"Enviar\"][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-18 17:35:41','2019-07-18 17:35:41','',326,'http://ofogondaria.com/NEW/2019/07/18/326-revision-v1/',0,'revision','',0),(772,1,'2019-07-18 17:33:39','2019-07-18 17:33:39','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking]\r\n<pre class=\"prettyprint linenums0\"><span class=\"pun\">[</span><span class=\"pln\">submit </span><span class=\"str\">\"Enviar Solicitud\"</span><span class=\"pun\">]</span></pre>\r\n[/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-18 17:33:39','2019-07-18 17:33:39','',326,'http://ofogondaria.com/NEW/2019/07/18/326-revision-v1/',0,'revision','',0),(776,1,'2019-07-18 20:35:37','2019-07-18 20:35:37','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=1][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-18 20:35:37','2019-07-18 20:35:37','',326,'http://ofogondaria.com/NEW/2019/07/18/326-revision-v1/',0,'revision','',0),(775,1,'2019-07-18 20:20:00','2019-07-18 20:20:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking]\r\n[submit \"Enviar\"]\r\n\r\n[calendarista-booking id=\"1\"][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-18 20:20:00','2019-07-18 20:20:00','',326,'http://ofogondaria.com/NEW/2019/07/18/326-revision-v1/',0,'revision','',0),(777,1,'2019-07-19 06:58:35','2019-07-19 06:58:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=1]\r\n\r\n[/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-07-19 06:58:35','2019-07-19 06:58:35','',326,'http://ofogondaria.com/NEW/2019/07/19/326-revision-v1/',0,'revision','',0),(779,1,'2019-07-19 07:00:42','2019-07-19 07:00:42','.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-19 07:00:42','2019-07-19 07:00:42','',627,'http://ofogondaria.com/NEW/2019/07/19/627-revision-v1/',0,'revision','',0),(781,1,'2019-07-19 07:56:23','2019-07-19 07:56:23','.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-19 07:56:23','2019-07-19 07:56:23','',627,'http://ofogondaria.com/NEW/2019/07/19/627-revision-v1/',0,'revision','',0),(938,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Vaca Gallega - Solomillo','','publish','closed','closed','','vaca-gallega-solomillo','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=938',0,'qode-restaurant-menu','',0),(784,1,'2019-07-20 14:21:40','2019-07-20 14:21:40','i.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-20 14:21:40','2019-07-20 14:21:40','',627,'http://ofogondaria.com/NEW/2019/07/20/627-revision-v1/',0,'revision','',0),(786,1,'2019-07-20 14:36:06','2019-07-20 14:36:06','@media (min-width: 768px) {.whatsapp {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-20 14:36:06','2019-07-20 14:36:06','',627,'http://ofogondaria.com/NEW/2019/07/20/627-revision-v1/',0,'revision','',0),(788,1,'2019-07-20 14:36:25','2019-07-20 14:36:25','@media (min-width: 768px) {.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-07-20 14:36:25','2019-07-20 14:36:25','',627,'http://ofogondaria.com/NEW/2019/07/20/627-revision-v1/',0,'revision','',0),(789,1,'2019-07-20 14:45:49','2019-07-20 14:45:49','','MERLUZA-GALLEGA','','inherit','open','closed','','merluza-gallega','','','2019-07-20 14:45:49','2019-07-20 14:45:49','',14,'http://ofogondaria.com/NEW/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg',0,'attachment','image/jpeg',0),(790,1,'2019-07-20 14:46:14','2019-07-20 14:46:14','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-07-20 14:46:14','2019-07-20 14:46:14','',14,'http://ofogondaria.com/NEW/2019/07/20/14-revision-v1/',0,'revision','',0),(882,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Fillaboa','','publish','closed','closed','','fillaboa','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=882',0,'qode-restaurant-menu','',0),(883,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Envidia Cochina','','publish','closed','closed','','envidia-cochina','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=883',0,'qode-restaurant-menu','',0),(884,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Frore do Carne','','publish','closed','closed','','frore-do-carne','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=884',0,'qode-restaurant-menu','',0),(885,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Valtea','','publish','closed','closed','','valtea','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=885',0,'qode-restaurant-menu','',0),(886,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Pazo de Rubianes','','publish','closed','closed','','pazo-de-rubianes','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=886',0,'qode-restaurant-menu','',0),(887,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','69 Arrobas','','publish','closed','closed','','69-arrobas','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=887',0,'qode-restaurant-menu','',0),(888,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Pazo de Bouciña','','publish','closed','closed','','pazo-de-boucina','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=888',0,'qode-restaurant-menu','',0),(889,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Condes de Albarei','','publish','closed','closed','','condes-de-albarei','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=889',0,'qode-restaurant-menu','',0),(891,1,'2019-08-13 06:29:05','2019-08-13 06:29:05','','Pazo de Señorans 60cl.','','publish','closed','closed','','pazo-de-senorans-60cl','','','2019-08-13 14:14:38','2019-08-13 14:14:38','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=891',0,'qode-restaurant-menu','',0),(893,1,'2019-08-13 06:30:31','2019-08-13 06:30:31','','Sopa','','publish','closed','closed','','sopa','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=893',0,'qode-restaurant-menu','',0),(894,1,'2019-08-13 06:39:23','2019-08-13 06:39:23','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas \" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-08-13 06:39:23','2019-08-13 06:39:23','',334,'http://ofogondaria.com/NEW/2019/08/13/334-revision-v1/',0,'revision','',0),(895,1,'2019-08-13 06:40:08','2019-08-13 06:40:08','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-08-13 06:40:08','2019-08-13 06:40:08','',334,'http://ofogondaria.com/NEW/2019/08/13/334-revision-v1/',0,'revision','',0),(896,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Empanada','','publish','closed','closed','','empanada','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=896',0,'qode-restaurant-menu','',0),(897,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Ensalada  Natural','','publish','closed','closed','','ensalada-natural','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=897',0,'qode-restaurant-menu','',0),(898,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Ensalada Mixta','','publish','closed','closed','','ensalada-mixta','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=898',0,'qode-restaurant-menu','',0),(899,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Pulpo','','publish','closed','closed','','pulpo','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=899',0,'qode-restaurant-menu','',0),(900,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Ensalada de la casa','','publish','closed','closed','','ensalada-de-la-casa','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=900',0,'qode-restaurant-menu','',0),(901,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Espárragos con Mayonesa','','publish','closed','closed','','esparragos-con-mayonesa','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=901',0,'qode-restaurant-menu','',0),(902,1,'2019-08-13 06:43:59','2019-08-13 06:43:59','','Calamares a la Romana','','publish','closed','closed','','calamares-a-la-romana','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=902',0,'qode-restaurant-menu','',0),(903,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Pulpo al ajillo con gulas y gambas','','publish','closed','closed','','pulpo-al-ajillo-con-gulas-y-gambas','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=903',0,'qode-restaurant-menu','',0),(904,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Pincho Moruno','','publish','closed','closed','','pincho-moruno','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=904',0,'qode-restaurant-menu','',0),(905,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Chorizo Criollo','','publish','closed','closed','','chorizo-criollo','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=905',0,'qode-restaurant-menu','',0),(906,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Chorizo Casero','','publish','closed','closed','','chorizo-casero','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=906',0,'qode-restaurant-menu','',0),(907,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Zorza','','publish','closed','closed','','zorza','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=907',0,'qode-restaurant-menu','',0),(908,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Huevos fritos con patatas','','publish','closed','closed','','huevos-fritos-con-patatas','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=908',0,'qode-restaurant-menu','',0),(909,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Croquetas jamon ibérico','','publish','closed','closed','','croquetas-jamon-iberico','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=909',0,'qode-restaurant-menu','',0),(910,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Croquetas Caseras','','publish','closed','closed','','croquetas-caseras','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=910',0,'qode-restaurant-menu','',0),(911,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Pimientos del Piquillo al Ajillo','','publish','closed','closed','','pimientos-del-piquillo-al-ajillo','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=911',0,'qode-restaurant-menu','',0),(912,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Piquillos Rellenos','','publish','closed','closed','','piquillos-rellenos','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=912',0,'qode-restaurant-menu','',0),(913,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Tortilla Francesa','','publish','closed','closed','','tortilla-francesa','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=913',0,'qode-restaurant-menu','',0),(914,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Lomitos de Atún Encebollados','','publish','closed','closed','','lomitos-de-atun-encebollados','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=914',0,'qode-restaurant-menu','',0),(915,1,'2019-08-13 06:49:24','2019-08-13 06:49:24','','Gulas al Ajillo','','publish','closed','closed','','gulas-al-ajillo','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=915',0,'qode-restaurant-menu','',0),(916,1,'2019-08-13 06:49:00','2019-08-13 06:49:00','','Pan','','publish','closed','closed','','pan','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=916',0,'qode-restaurant-menu','',0),(917,1,'2019-08-13 06:53:45','2019-08-13 06:53:45','','Ensalada Vegetal','','publish','closed','closed','','ensalada-vegetal','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=917',0,'qode-restaurant-menu','',0),(918,1,'2019-08-13 06:53:59','2019-08-13 06:53:59','','Pimientos de Padron','','publish','closed','closed','','pimientos-de-padron','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=918',0,'qode-restaurant-menu','',0),(919,1,'2019-08-13 06:54:14','2019-08-13 06:54:14','','Espárragos con mayonesa','','publish','closed','closed','','esparragos-con-mayonesa-2','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=919',0,'qode-restaurant-menu','',0),(920,1,'2019-08-13 06:54:28','2019-08-13 06:54:28','','Salteado campestre','','publish','closed','closed','','salteado-campestre','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=920',0,'qode-restaurant-menu','',0),(921,1,'2019-08-13 06:54:44','2019-08-13 06:54:44','','Champiñones al ajillo','','publish','closed','closed','','champinones-al-ajillo','','','2019-08-13 14:14:37','2019-08-13 14:14:37','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=921',0,'qode-restaurant-menu','',0),(922,1,'2019-08-13 06:55:56','2019-08-13 06:55:56','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-08-13 06:55:56','2019-08-13 06:55:56','',334,'http://ofogondaria.com/NEW/2019/08/13/334-revision-v1/',0,'revision','',0),(923,1,'2019-08-13 06:58:28','2019-08-13 06:58:28','','Cerdo - Churrasco','','publish','closed','closed','','cerdo-churrasco','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=923',0,'qode-restaurant-menu','',0),(924,1,'2019-08-13 06:58:43','2019-08-13 06:58:43','','Cerdo -  Secreto Ibérico','','publish','closed','closed','','cerdo-secreto-iberico','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=924',0,'qode-restaurant-menu','',0),(925,1,'2019-08-13 06:58:58','2019-08-13 06:58:58','','Cerdo - Presa Ibérica','','publish','closed','closed','','cerdo-presa-iberica','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=925',0,'qode-restaurant-menu','',0),(926,1,'2019-08-13 06:59:11','2019-08-13 06:59:11','','Cerdo - Jamón Asado','','publish','closed','closed','','cerdo-jamon-asado','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=926',0,'qode-restaurant-menu','',0),(927,1,'2019-08-13 06:59:25','2019-08-13 06:59:25','','Cerdo - Lacón con Grelos (Época)','','publish','closed','closed','','cerdo-lacon-con-grelos-epoca','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=927',0,'qode-restaurant-menu','',0),(928,1,'2019-08-13 06:59:39','2019-08-13 06:59:39','','Cerdo - Carrilleras Ibérica','','publish','closed','closed','','cerdo-carrilleras-iberica','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=928',0,'qode-restaurant-menu','',0),(929,1,'2019-08-13 07:00:33','2019-08-13 07:00:33','','Ternera - Churrasco','','publish','closed','closed','','ternera-churrasco','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=929',0,'qode-restaurant-menu','',0),(930,1,'2019-08-13 07:04:46','2019-08-13 07:04:46','','Ternera Entrecot','','publish','closed','closed','','ternera-entrecot','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=930',0,'qode-restaurant-menu','',0),(931,1,'2019-08-13 07:01:21','2019-08-13 07:01:21','','Ternera Chuleta','','publish','closed','closed','','ternera-chuleta','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=931',0,'qode-restaurant-menu','',0),(932,1,'2019-08-13 07:01:43','2019-08-13 07:01:43','','Ternera - Chuletón','','publish','closed','closed','','ternera-chuleton','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=932',0,'qode-restaurant-menu','',0),(933,1,'2019-08-13 07:01:57','2019-08-13 07:01:57','','Ternera Filete','','publish','closed','closed','','ternera-filete','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=933',0,'qode-restaurant-menu','',0),(934,1,'2019-08-13 07:02:11','2019-08-13 07:02:11','','Ternera - Milanesa','','publish','closed','closed','','milanesa','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=934',0,'qode-restaurant-menu','',0),(935,1,'2019-08-13 07:02:51','2019-08-13 07:02:51','','Ternera - Jarrete en su Jugo','','publish','closed','closed','','ternera-jarrete-en-su-jugo','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=935',0,'qode-restaurant-menu','',0),(940,1,'2019-08-13 14:00:33','2019-08-13 14:00:33','','Aves - Pollo Asado','','publish','closed','closed','','aves-pollo-asado','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=940',0,'qode-restaurant-menu','',0),(941,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Aves - Pechuga de Pollo','','publish','closed','closed','','aves-pechuga-de-pollo','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=941',0,'qode-restaurant-menu','',0),(942,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Aves - Milanesa de Pollo','','publish','closed','closed','','aves-milanesa-de-pollo','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=942',0,'qode-restaurant-menu','',0),(943,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Aves - Codornices a la Brasa','','publish','closed','closed','','aves-codornices-a-la-brasa','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=943',0,'qode-restaurant-menu','',0),(944,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Aves - Picantón a la Brasa','','publish','closed','closed','','aves-picanton-a-la-brasa','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=944',0,'qode-restaurant-menu','',0),(945,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Aves - Conejo a la Brasa','','publish','closed','closed','','aves-conejo-a-la-brasa','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=945',0,'qode-restaurant-menu','',0),(1019,1,'2019-09-12 07:50:29','2019-09-12 07:50:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"La mejor Comida Casera\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1083,1082,1081,1073,1072,1071,1070,1069\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1068,1080,1078,1079,1077,1076,1075,1074\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','publish','closed','closed','','ofogon-da-ria','','','2019-09-12 14:32:14','2019-09-12 14:32:14','',0,'http://ofogondaria.com/NEW/?page_id=1019',0,'page','',0),(947,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Cordero - Chuletillas','','publish','closed','closed','','cordero-chuletillas','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=947',0,'qode-restaurant-menu','',0),(948,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Cordero - Parrilla','','publish','closed','closed','','cordero-parrilla','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=948',0,'qode-restaurant-menu','',0),(949,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Cordero -  Cordero lechal al Horno','','publish','closed','closed','','cordero-cordero-lechal-al-horno','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=949',0,'qode-restaurant-menu','',0),(950,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Angus - Churrasco','','publish','closed','closed','','angus-churrasco','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=950',0,'qode-restaurant-menu','',0),(951,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Angus - Entrecot','','publish','closed','closed','','angus-entrecot','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=951',0,'qode-restaurant-menu','',0),(952,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Angus -  Picaña','','publish','closed','closed','','angus-picana','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=952',0,'qode-restaurant-menu','',0),(953,1,'2019-08-13 14:07:21','2019-08-13 14:07:21','','Angus - Degustación','','publish','closed','closed','','angus-degustacion','','','2019-08-13 14:19:35','2019-08-13 14:19:35','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=953',0,'qode-restaurant-menu','',0),(954,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Angus - Chuleton','','publish','closed','closed','','angus-chuleton','','','2019-08-13 14:19:34','2019-08-13 14:19:34','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=954',0,'qode-restaurant-menu','',0),(955,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Parrillada Especial','','publish','closed','closed','','parrillada-especial-churrasco-de-ternera-churrasco-de-cerdo-entrecot-vaca-secreto-iberico-criollo','','','2019-08-13 14:31:55','2019-08-13 14:31:55','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=955',0,'qode-restaurant-menu','',0),(956,1,'2019-08-13 14:09:43','2019-08-13 14:09:43','','Parrillada de Carne','','publish','closed','closed','','parrillada-de-carne-churrasco-de-cerdo-churrasco-de-ternera-criollo-codornices-secreto-iberico','','','2019-08-13 14:32:09','2019-08-13 14:32:09','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=956',0,'qode-restaurant-menu','',0),(975,1,'2019-08-13 14:32:51','2019-08-13 14:32:51','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-08-13 14:32:51','2019-08-13 14:32:51','',334,'http://ofogondaria.com/NEW/2019/08/13/334-revision-v1/',0,'revision','',0),(957,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Gambas a la Plancha','','publish','closed','closed','','gambas-a-la-plancha-2','','','2019-08-13 14:23:42','2019-08-13 14:23:42','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=957',0,'qode-restaurant-menu','',0),(958,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Gambas al Ajillo','','publish','closed','closed','','gambas-al-ajillo-2','','','2019-08-13 14:23:49','2019-08-13 14:23:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=958',0,'qode-restaurant-menu','',0),(959,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Navajas','','publish','closed','closed','','navajas-2','','','2019-08-13 14:23:54','2019-08-13 14:23:54','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=959',0,'qode-restaurant-menu','',0),(960,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Langostinos','','publish','closed','closed','','langostinos','','','2019-08-13 14:23:58','2019-08-13 14:23:58','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=960',0,'qode-restaurant-menu','',0),(961,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Zamburiñas plancha','','publish','closed','closed','','zamburinas-plancha','','','2019-08-13 14:24:04','2019-08-13 14:24:04','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=961',0,'qode-restaurant-menu','',0),(962,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Almejas a la Marinera','','publish','closed','closed','','almejas-a-la-marinera-2','','','2019-08-13 14:24:15','2019-08-13 14:24:15','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=962',0,'qode-restaurant-menu','',0),(963,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Berberechos al Vapor','','publish','closed','closed','','berberechos-al-vapor-2','','','2019-08-14 07:50:14','2019-08-14 07:50:14','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=963',0,'qode-restaurant-menu','',0),(964,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Merluza  a la Plancha ,a la Romana o a la Gallega','','publish','closed','closed','','merluza-a-la-plancha-a-la-romana-o-a-la-gallega-2','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=964',0,'qode-restaurant-menu','',0),(965,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Merluza a la Cazuela','','publish','closed','closed','','merluza-a-la-cazuela-2','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=965',0,'qode-restaurant-menu','',0),(966,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Bacalao  Frito ,a la Gallega o a la Plancha','','publish','closed','closed','','bacalao-frito-a-la-gallega-o-a-la-plancha','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=966',0,'qode-restaurant-menu','',0),(967,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Bacalao a la Cazuela','','publish','closed','closed','','bacalao-a-la-cazuela','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=967',0,'qode-restaurant-menu','',0),(968,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Bacalao Especial a la Gallega','','publish','closed','closed','','bacalao-especial-a-la-gallega','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=968',0,'qode-restaurant-menu','',0),(969,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Dorada a la Plancha','','publish','closed','closed','','dorada-a-la-plancha','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=969',0,'qode-restaurant-menu','',0),(970,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Raya a la Gallega o Frita','','publish','closed','closed','','raya-a-la-gallega-o-frita','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=970',0,'qode-restaurant-menu','',0),(971,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Pez Espada','','publish','closed','closed','','pez-espada','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=971',0,'qode-restaurant-menu','',0),(972,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Lenguado a la Plancha','','publish','closed','closed','','lenguado-a-la-plancha-2','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=972',0,'qode-restaurant-menu','',0),(973,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Salmon','','publish','closed','closed','','salmon','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=973',0,'qode-restaurant-menu','',0),(974,1,'2019-08-13 14:18:49','2019-08-13 14:18:49','','Lubina a la plancha','','publish','closed','closed','','lubina-a-la-plancha','','','2019-08-13 14:18:49','2019-08-13 14:18:49','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=974',0,'qode-restaurant-menu','',0),(976,1,'2019-08-13 14:35:22','2019-08-13 14:35:22','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','Menu a la Carta','','inherit','closed','closed','','334-revision-v1','','','2019-08-13 14:35:22','2019-08-13 14:35:22','',334,'http://ofogondaria.com/NEW/2019/08/13/334-revision-v1/',0,'revision','',0),(977,1,'2019-08-13 14:41:57','2019-08-13 14:41:57','','Martes','','publish','closed','closed','','martes','','','2019-08-13 14:41:57','2019-08-13 14:41:57','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=977',0,'qode-restaurant-menu','',0),(978,1,'2019-08-13 14:41:57','2019-08-13 14:41:57','','Miercoles','','publish','closed','closed','','miercoles','','','2019-08-13 14:41:57','2019-08-13 14:41:57','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=978',0,'qode-restaurant-menu','',0),(979,1,'2019-08-13 14:41:57','2019-08-13 14:41:57','','Jueves','','publish','closed','closed','','jueves','','','2019-08-13 14:41:57','2019-08-13 14:41:57','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=979',0,'qode-restaurant-menu','',0),(984,1,'2019-08-13 14:43:57','2019-08-13 14:43:57','','Sábado','','publish','closed','closed','','sabado','','','2019-08-13 14:43:57','2019-08-13 14:43:57','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=984',0,'qode-restaurant-menu','',0),(985,1,'2019-08-13 14:44:19','2019-08-13 14:44:19','','Domingo','','publish','closed','closed','','domingo','','','2019-08-13 14:44:19','2019-08-13 14:44:19','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=985',0,'qode-restaurant-menu','',0),(983,1,'2019-08-13 14:43:31','2019-08-13 14:43:31','','Viernes','','publish','closed','closed','','viernes','','','2019-08-13 14:43:31','2019-08-13 14:43:31','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=983',0,'qode-restaurant-menu','',0),(986,1,'2019-08-14 07:55:18','2019-08-14 07:55:18','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-14 07:55:18','2019-08-14 07:55:18','',14,'http://ofogondaria.com/NEW/2019/08/14/14-revision-v1/',0,'revision','',0),(987,1,'2019-08-14 08:09:27','2019-08-14 08:09:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-14 08:09:27','2019-08-14 08:09:27','',14,'http://ofogondaria.com/NEW/2019/08/14/14-revision-v1/',0,'revision','',0),(1027,1,'2019-09-12 07:56:37','2019-09-12 07:56:37','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Sr Restauracion','','inherit','closed','closed','','14-revision-v1','','','2019-09-12 07:56:37','2019-09-12 07:56:37','',14,'http://ofogondaria.com/NEW/2019/09/12/14-revision-v1/',0,'revision','',0),(988,1,'2019-08-14 08:10:33','2019-08-14 08:10:33','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMjgwJTI3JTIwaGVpZ2h0JTNEJTI3NzIwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZyb3VuZG1lLmNvbSUyRmVtYmVkJTJGMzE1MDIzJTJGMTAyOTEyMCUyNyUyMGZyYW1lYm9yZGVyJTNEJTI3MCUyNyUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-14 08:10:33','2019-08-14 08:10:33','',14,'http://ofogondaria.com/NEW/2019/08/14/14-revision-v1/',0,'revision','',0),(996,1,'2019-09-12 07:55:20','2019-09-12 07:55:20','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<h2>El Mejor Trato</h2>\n<h2>Y Sabor solo en:</h2>\n<h2>O Fogón da Ría y</h2>\n<h2>Churrasco a Ría</h2>\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\n<h2>\"Un poco de Historia</h2>\n<h2>Sobre O Fogón</h2>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\n<p>&nbsp;</p>\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\n<p>&nbsp;</p>\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\n<p>[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\n<h2>\"Ahora también</h2>\n<h2>Sobre Churrasco A Ría</h2>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\n<p>&nbsp;</p>\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\n<p>&nbsp;</p>\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Sr Restauracion','','inherit','closed','closed','','14-autosave-v1','','','2019-09-12 07:55:20','2019-09-12 07:55:20','',14,'http://ofogondaria.com/NEW/2019/08/14/14-autosave-v1/',0,'revision','',0),(989,1,'2019-08-14 08:13:13','2019-08-14 08:13:13','','Lunes','','publish','closed','closed','','lunes-2','','','2019-08-14 08:13:13','2019-08-14 08:13:13','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=989',0,'qode-restaurant-menu','',0),(990,1,'2019-08-14 08:14:35','2019-08-14 08:14:35','','Martes','','publish','closed','closed','','martes-2','','','2019-08-14 08:14:44','2019-08-14 08:14:44','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=990',0,'qode-restaurant-menu','',0),(991,1,'2019-08-14 08:15:16','2019-08-14 08:15:16','','Miercoles','','publish','closed','closed','','miercoles-2','','','2019-08-14 08:15:16','2019-08-14 08:15:16','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=991',0,'qode-restaurant-menu','',0),(992,1,'2019-08-14 08:15:58','2019-08-14 08:15:58','','Jueves','','publish','closed','closed','','jueves-2','','','2019-08-14 08:15:58','2019-08-14 08:15:58','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=992',0,'qode-restaurant-menu','',0),(993,1,'2019-08-14 08:16:26','2019-08-14 08:16:26','','Viernes','','publish','closed','closed','','viernes-2','','','2019-08-14 08:16:26','2019-08-14 08:16:26','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=993',0,'qode-restaurant-menu','',0),(994,1,'2019-08-14 08:17:03','2019-08-14 08:17:03','','Sabado','','publish','closed','closed','','sabado-2','','','2019-08-14 08:17:03','2019-08-14 08:17:03','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=994',0,'qode-restaurant-menu','',0),(995,1,'2019-08-14 08:17:23','2019-08-14 08:17:23','','Domingo','','publish','closed','closed','','domingo-2','','','2019-08-14 08:17:23','2019-08-14 08:17:23','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=995',0,'qode-restaurant-menu','',0),(1000,1,'2019-08-16 15:56:50','2019-08-16 15:56:50','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZvZm9nb25kYXJpYS5jb20lMkZQQU5PUyUyRk8lMjUyMEZvZyUyNUMzJTI1QjNuJTJGcGFubzElMkZfaHRtbDUlMkZpbmRleC5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwbWFyZ2lud2lkdGglM0QlMjIwJTIyJTIwbWFyZ2luaGVpZ2h0JTNEJTIyMCUyMiUyMHNjcm9sbGluZyUzRCUyMm5vJTIyJTNFJTNDJTJGaWZyYW1lJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjdhdXRvJTI3JTIwaGVpZ2h0JTNEJTI3NDAwJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZvZm9nb25kYXJpYS5jb20lMkZQQU5PUyUyRkNodXJyYXNjbyUyNTIwYSUyNTIwUiUyNWMzJTI1YWRhJTJGcGFubzIlMkZfaHRtbDUlMkZpbmRleC5odG1sJTI3JTIwZnJhbWVib3JkZXIlM0QlMjcwJTI3JTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-16 15:56:50','2019-08-16 15:56:50','',14,'http://ofogondaria.com/NEW/2019/08/16/14-revision-v1/',0,'revision','',0),(997,1,'2019-08-14 15:53:51','2019-08-14 15:53:51','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjc5MDAlMjclMjBoZWlnaHQlM0QlMjc2MDAlMjclMjBzcmMlM0QlMjdodHRwJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clQzMlQjNuJTJGcGFubzElMkZfaHRtbDUlMkZpbmRleC5odG1sJTI3JTIwZnJhbWVib3JkZXIlM0QlMjcwJTI3JTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjcxMDAlMjUlMjclMjBoZWlnaHQlM0QlMjdhdXRvJTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkZvZm9nb25kYXJpYS5jb20lMkZQQU5PUyUyRkNodXJyYXNjbyUyNTIwYSUyNTIwUiUyNWMzJTI1YWRhJTJGcGFubzIlMkZfaHRtbDUlMkZpbmRleC5odG1sJTI3JTIwZnJhbWVib3JkZXIlM0QlMjcwJTI3JTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-14 15:53:51','2019-08-14 15:53:51','',14,'http://ofogondaria.com/NEW/2019/08/14/14-revision-v1/',0,'revision','',0),(998,1,'2019-08-14 15:56:15','2019-08-14 15:56:15','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n<p>[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaia.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menu</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]</p>\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]</p>\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]</p>\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>El edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.</p>\r\n<p>&nbsp;</p>\r\n<p>Originariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.</p>\r\n<p>&nbsp;</p>\r\n<p>La reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n<p>[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjc5MDAlMjclMjBoZWlnaHQlM0QlMjc2MDAlMjclMjBzcmMlM0QlMjdodHRwJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clQzMlQjNuJTJGcGFubzElMkZfaHRtbDUlMkZpbmRleC5odG1sJTI3JTIwZnJhbWVib3JkZXIlM0QlMjcwJTI3JTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]</p>\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\r\n<p>&nbsp;</p>\r\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\r\n<p>&nbsp;</p>\r\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjc5MDAlMjclMjBoZWlnaHQlM0QlMjc2MDAlMjclMjBzcmMlM0QlMjdodHRwcyUzQSUyRiUyRm9mb2dvbmRhcmlhLmNvbSUyRlBBTk9TJTJGQ2h1cnJhc2NvJTI1MjBhJTI1MjBSJTI1YzMlMjVhZGElMkZwYW5vMiUyRl9odG1sNSUyRmluZGV4Lmh0bWwlMjclMjBmcmFtZWJvcmRlciUzRCUyNzAlMjclMjB3ZWJraXRhbGxvd2Z1bGxzY3JlZW4lMjBtb3phbGxvd2Z1bGxzY3JlZW4lMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-14 15:56:15','2019-08-14 15:56:15','',14,'http://ofogondaria.com/NEW/2019/08/14/14-revision-v1/',0,'revision','',0),(1003,1,'2019-08-16 16:25:30','2019-08-16 16:25:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon=\"fa-whatsapp\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" link=\"https://wa.me/34607381596\" link_text=\"https://wa.me/34607381596\" title=\"607381596\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1563349723529{padding-right: 13% !important;}\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_empty_space height=\"65px\"][vc_single_image image=\"751\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-08-16 16:25:30','2019-08-16 16:25:30','',115,'http://ofogondaria.com/NEW/2019/08/16/115-revision-v1/',0,'revision','',0),(1004,1,'2019-08-16 16:30:01','2019-08-16 16:30:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon=\"fa-whatsapp\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" link=\"https://wa.me/34607381596\" title=\"607381596\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1563349723529{padding-right: 13% !important;}\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_empty_space height=\"65px\"][vc_single_image image=\"751\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-08-16 16:30:01','2019-08-16 16:30:01','',115,'http://ofogondaria.com/NEW/2019/08/16/115-revision-v1/',0,'revision','',0),(1005,1,'2019-08-16 16:37:52','2019-08-16 16:37:52','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1563349272580{margin-top: 80px !important;padding-right: 13% !important;padding-left: 13% !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>O Fogón da Ría</h4>\r\n[/vc_column_text][vc_column_text]Situado en Vilagarcía de Arousa encontramos el restaurante <em>O Fogón da Ría</em>, un lugar donde comer en Vilagarcía la comida más exquisita.[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Lugar Fontecarmoa Nº 87| Vilagarcía\" image=\"122\" title_color=\"#878787\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJXSEFUU0FQUCUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbl90ZXh0X2hvbGRlciUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyaWNvbl90ZXh0X2lubmVyJTIyJTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJpY29uX3RpdGxlX2hvbGRlciUyMiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDaDYlMjBjbGFzcyUzRCUyMmljb25fdGl0bGUlMjIlMjBzdHlsZSUzRCUyMmNvbG9yJTNBJTIwJTIzZmZmZmZmJTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRndhLm1lJTJGMzQ2MDczODE1OTYlMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhYiUyMGZhLXdoYXRzYXBwJTIyJTNFJTNDJTJGaSUzRSVDMiVBMCVDMiVBMCVDMiVBMDYwNyUyMDM4MSUyMDU5NiUzQyUyRmElM0UlM0MlMkZoNiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 79 62 -986 51 07 63\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"ofogon@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDI5MzcuNjgyMjkyOTY4NDU0JTIxMmQtOC43NzIyNzAxODQzNzE5NDYlMjEzZDQyLjU4MzI2NTQ3OTE3MjQ4JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDJmMTQ2YTc4NzQ1NGI5JTI1M0EweDQwYjI3OTJiYTE3OGFiNzElMjEyc08lMkJGb2dvbiUyQmRhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2OTA0NzEyJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1563349723529{padding-right: 13% !important;}\"][vc_column_text]\r\n<h4><strong>Churrasco A Ría</strong></h4>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"mod\" lang=\"es-419\" data-attrid=\"kc:/local:editorial summary\" data-md=\"102\" data-hveid=\"CA8QAA\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QkCkwE3oECA8QAA\">\r\n<div class=\"k2VFwd\"><span class=\"ggV7z\" data-ved=\"2ahUKEwiwxK3fhLDjAhWjr1kKHWLAA-4QrTUoADATegQIDxAB\">Amplio comedor con toque campestre donde degustar cocina gallega con pescados, mariscos y carnes a la brasa.</span></div>\r\n</div>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"Avenida de Rosalía de Castro, 124| Vilagarcía\" image=\"122\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"986 50 73 06 - 986 51 08 41\" image=\"124\" title_color=\"#878787\"][icon_text box_type=\"normal\" icon_type=\"normal\" icon_position=\"left_from_title\" icon_size=\"fa-lg\" use_custom_icon_size=\"yes\" custom_icon_size=\"10\" title_tag=\"h6\" separator=\"no\" title=\"aria@srrestauracion.com\" image=\"125\" title_color=\"#878787\"][vc_empty_space height=\"20px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTc0NS45Nzg5ODI2MTA0MTEzJTIxMmQtOC43Njk4NDUwNDcyMzgzMjUlMjEzZDQyLjYxMTAwMzY5MzcwNzc0NCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4YzljZjA1NjIxNzhiNTUzJTIxMnNDaHVycmFzY28lMkJhJTJCUiUyNUMzJTI1QURhJTIxNWUwJTIxM20yJTIxMXNlcy00MTklMjEyc3ZlJTIxNHYxNTYyOTU2ODQxNDQwJTIxNW0yJTIxMXNlcy00MTklMjEyc3ZlJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503058343976{padding-top: 106px !important;padding-bottom: 98px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][contact-form-7 id=\"143\" html_class=\"cf7_custom_style_1\"][vc_empty_space height=\"45px\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_empty_space height=\"65px\"][vc_single_image image=\"751\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Contacto','','inherit','closed','closed','','115-revision-v1','','','2019-08-16 16:37:52','2019-08-16 16:37:52','',115,'http://ofogondaria.com/NEW/2019/08/16/115-revision-v1/',0,'revision','',0),(1006,1,'2019-08-16 16:53:28','2019-08-16 16:53:28','i.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (min-width: 600px) {\n	\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px;\n    padding-bottom: 75.25%;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-08-16 16:53:28','2019-08-16 16:53:28','',627,'http://ofogondaria.com/NEW/2019/08/16/627-revision-v1/',0,'revision','',0),(1008,1,'2019-08-16 16:53:45','2019-08-16 16:53:45','i.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (min-width: 600px) {\n	\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-08-16 16:53:45','2019-08-16 16:53:45','',627,'http://ofogondaria.com/NEW/2019/08/16/627-revision-v1/',0,'revision','',0),(1098,2,'2019-09-16 17:13:53','2019-09-16 17:13:53','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=5][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-09-16 17:13:53','2019-09-16 17:13:53','',326,'http://ofogondaria.com/NEW/2019/09/16/326-revision-v1/',0,'revision','',0),(1010,1,'2019-08-16 16:55:27','2019-08-16 16:55:27','i.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (min-width: 600px) {\n	\n	div#DivToolBarConMobile {\n    display: none;\n}\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-08-16 16:55:27','2019-08-16 16:55:27','',627,'http://ofogondaria.com/NEW/2019/08/16/627-revision-v1/',0,'revision','',0),(1097,2,'2019-09-16 17:04:14','2019-09-16 17:04:14','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=4][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-09-16 17:04:14','2019-09-16 17:04:14','',326,'http://ofogondaria.com/NEW/2019/09/16/326-revision-v1/',0,'revision','',0),(1012,1,'2019-08-16 16:59:41','2019-08-16 16:59:41','i.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (max-width: 600px) {\n	\n	div#DivToolBarConMobile {\n    display: none;\n}\n		.DivToolBarConMobile {\n    display: none;\n}\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-08-16 16:59:41','2019-08-16 16:59:41','',627,'http://ofogondaria.com/NEW/2019/08/16/627-revision-v1/',0,'revision','',0),(1015,2,'2019-08-17 13:36:02','2019-08-17 13:36:02','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZvZm9nb25kYXJpYS5jb20lMkZQQU5PUyUyRk8lMjUyMEZvZyUyNUMzJTI1QjNuJTJGcGFubzElMkZfaHRtbDUlMkZpbmRleC5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwbWFyZ2lud2lkdGglM0QlMjIwJTIyJTIwbWFyZ2luaGVpZ2h0JTNEJTIyMCUyMiUyMHNjcm9sbGluZyUzRCUyMm5vJTIyJTNFJTNDJTJGaWZyYW1lJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-17 13:36:02','2019-08-17 13:36:02','',14,'http://ofogondaria.com/NEW/2019/08/17/14-revision-v1/',0,'revision','',0),(1014,1,'2019-08-17 13:00:41','2019-08-17 13:00:41','<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">﻿</span>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row]<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_end\">﻿</span>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZvZm9nb25kYXJpYS5jb20lMkZQQU5PUyUyRk8lMjUyMEZvZyUyNUMzJTI1QjNuJTJGcGFubzElMkZfaHRtbDUlMkZpbmRleC5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwbWFyZ2lud2lkdGglM0QlMjIwJTIyJTIwbWFyZ2luaGVpZ2h0JTNEJTIyMCUyMiUyMHNjcm9sbGluZyUzRCUyMm5vJTIyJTNFJTNDJTJGaWZyYW1lJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-17 13:00:41','2019-08-17 13:00:41','',14,'http://ofogondaria.com/NEW/2019/08/17/14-revision-v1/',0,'revision','',0),(1016,2,'2019-08-17 13:36:32','2019-08-17 13:36:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','SR Restauración','','inherit','closed','closed','','14-revision-v1','','','2019-08-17 13:36:32','2019-08-17 13:36:32','',14,'http://ofogondaria.com/NEW/2019/08/17/14-revision-v1/',0,'revision','',0),(1017,1,'2019-08-17 14:56:03','2019-08-17 14:56:03','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=3][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2019-08-17 14:56:03','2019-08-17 14:56:03','',326,'http://ofogondaria.com/NEW/2019/08/17/326-revision-v1/',0,'revision','',0),(1091,1,'2019-09-12 14:32:14','2019-09-12 14:32:14','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"La mejor Comida Casera\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1083,1082,1081,1073,1072,1071,1070,1069\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1068,1080,1078,1079,1077,1076,1075,1074\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 14:32:14','2019-09-12 14:32:14','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1089,1,'2019-09-12 13:54:50','2019-09-12 13:54:50','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"La mejor Comida Casera\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1083,1082,1081,1073,1072,1071,1070,1069\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1068,1080,1078,1079,1077,1076,1075,1074\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 13:54:50','2019-09-12 13:54:50','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1020,1,'2019-09-12 07:50:37','2019-09-12 07:50:37','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]\r\n<h2>\"Conoce a</h2>\r\n<h2>Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','publish','closed','closed','','churrasco-a-ria','','','2019-09-12 16:41:20','2019-09-12 16:41:20','',0,'http://ofogondaria.com/NEW/?page_id=1020',0,'page','',0),(1093,1,'2019-09-12 14:37:56','2019-09-12 14:37:56','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]\r\n<h2>\"Conoce a</h2>\r\n<h2>Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 14:37:56','2019-09-12 14:37:56','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1035,1,'2019-09-12 08:09:48','2019-09-12 08:09:48','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"parrilladas\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 08:09:48','2019-09-12 08:09:48','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1021,1,'2019-09-12 07:51:08','2019-09-12 07:51:08','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','14-revision-v1','','','2019-09-12 07:51:08','2019-09-12 07:51:08','',14,'http://ofogondaria.com/NEW/2019/09/12/14-revision-v1/',0,'revision','',0),(1022,1,'2019-09-12 07:51:26','2019-09-12 07:51:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Sr Restauracion','','inherit','closed','closed','','14-revision-v1','','','2019-09-12 07:51:26','2019-09-12 07:51:26','',14,'http://ofogondaria.com/NEW/2019/09/12/14-revision-v1/',0,'revision','',0),(1047,1,'2019-09-12 08:35:14','2019-09-12 08:35:14','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 08:35:14','2019-09-12 08:35:14','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1023,1,'2019-09-12 07:51:36','2019-09-12 07:51:36','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 07:51:36','2019-09-12 07:51:36','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1031,1,'2019-09-12 08:03:54','2019-09-12 08:03:54','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 08:03:54','2019-09-12 08:03:54','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1024,1,'2019-09-12 07:51:51','2019-09-12 07:51:51','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 07:51:51','2019-09-12 07:51:51','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1025,1,'2019-09-12 07:51:55','2019-09-12 07:51:55','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Respaldo Home','','draft','closed','closed','','','','','2019-09-12 07:52:13','2019-09-12 07:52:13','',0,'http://ofogondaria.com/NEW/?page_id=1025',0,'page','',0),(1026,1,'2019-09-12 07:52:13','2019-09-12 07:52:13','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"Slider home\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Galería Actual\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Respaldo Home','','inherit','closed','closed','','1025-revision-v1','','','2019-09-12 07:52:13','2019-09-12 07:52:13','',1025,'http://ofogondaria.com/NEW/2019/09/12/1025-revision-v1/',0,'revision','',0),(1030,1,'2019-09-12 16:41:15','2019-09-12 16:41:15','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales<br />\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]</p>\n<h2>\"Conoce a</h2>\n<h2>Churrasco A Ría</h2>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>Churrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.</p>\n<p>&nbsp;</p>\n<p>Dominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.</p>\n<p>&nbsp;</p>\n<p>Churrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]</p>\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\n<p>[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Churrasco a Ría','','inherit','closed','closed','','1020-autosave-v1','','','2019-09-12 16:41:15','2019-09-12 16:41:15','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-autosave-v1/',0,'revision','',0),(1095,1,'2019-09-12 16:41:20','2019-09-12 16:41:20','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]\r\n<h2>\"Conoce a</h2>\r\n<h2>Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 16:41:20','2019-09-12 16:41:20','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1085,1,'2019-09-12 10:00:54','2019-09-12 10:00:54','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]\r\n<h2>\"Conoce a</h2>\r\n<h2>Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 10:00:54','2019-09-12 10:00:54','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1032,1,'2019-09-12 08:06:49','2019-09-12 08:06:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][vc_empty_space height=\"75px\"][vc_column_text css=\".vc_custom_1568280945351{padding-top: 30px !important;}\"]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"pescados\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','publish','closed','closed','','la-carta-churrasco-a-ria','','','2019-09-12 09:35:58','2019-09-12 09:35:58','',1020,'http://ofogondaria.com/NEW/?page_id=1032',0,'page','',0),(1058,1,'2019-09-12 09:04:34','2019-09-12 09:04:34','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-revision-v1','','','2019-09-12 09:04:34','2019-09-12 09:04:34','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-revision-v1/',0,'revision','',0),(1033,1,'2019-09-12 08:07:21','2019-09-12 08:07:21','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','La Carta - O\'Fogon Da Ría','','inherit','closed','closed','','1028-revision-v1','','','2019-09-12 08:07:21','2019-09-12 08:07:21','',1028,'http://ofogondaria.com/NEW/2019/09/12/1028-revision-v1/',0,'revision','',0),(1034,1,'2019-09-12 08:07:42','2019-09-12 08:07:42','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text css=\".vc_custom_1565678001813{background-color: rgba(0,0,0,0.01) !important;*background-color: rgb(0,0,0) !important;}\"]</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n<p>[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]</p>\r\n','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-revision-v1','','','2019-09-12 08:07:42','2019-09-12 08:07:42','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-revision-v1/',0,'revision','',0),(1036,1,'2019-09-12 08:12:01','2019-09-12 08:12:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1562964449316{padding-top: 35% !important;}\"]\r\n<h2>\"Ahora también</h2>\r\n<h2>Sobre Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 08:12:01','2019-09-12 08:12:01','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1057,1,'2019-09-12 09:03:49','2019-09-12 09:03:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-revision-v1','','','2019-09-12 09:03:49','2019-09-12 09:03:49','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-revision-v1/',0,'revision','',0),(1064,1,'2019-09-12 09:41:53','2019-09-12 09:41:53','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - O\'Fogon Da Ría','','inherit','closed','closed','','1028-revision-v1','','','2019-09-12 09:41:53','2019-09-12 09:41:53','',1028,'http://ofogondaria.com/NEW/2019/09/12/1028-revision-v1/',0,'revision','',0),(1037,1,'2019-09-12 08:16:17','2019-09-12 08:16:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-churrasco-a-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Especialidades en Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"https://ofogondaria.com/menu-a-la-carta/#menu-o-fogon-da-ria\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]\r\n<h2>\"Conoce a</h2>\r\n<h2>Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 08:16:17','2019-09-12 08:16:17','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1038,1,'2019-09-12 08:20:03','2019-09-12 08:20:03',' ','','','publish','closed','closed','','1038','','','2019-09-12 09:54:43','2019-09-12 09:54:43','',0,'http://ofogondaria.com/NEW/?p=1038',4,'nav_menu_item','',0),(1039,1,'2019-09-12 08:20:03','2019-09-12 08:20:03','','La Carta','','publish','closed','closed','','la-carta-churrasco-a-ria','','','2019-09-12 09:54:43','2019-09-12 09:54:43','',1020,'http://ofogondaria.com/NEW/?p=1039',5,'nav_menu_item','',0),(1040,1,'2019-09-12 08:20:03','2019-09-12 08:20:03','','O\'Fogón da Ría','','publish','closed','closed','','ofogon-da-ria','','','2019-09-12 09:54:43','2019-09-12 09:54:43','',0,'http://ofogondaria.com/NEW/?p=1040',2,'nav_menu_item','',0),(1041,1,'2019-09-12 08:20:03','2019-09-12 08:20:03','','La Carta','','publish','closed','closed','','la-carta-ofogon-da-ria','','','2019-09-12 09:54:43','2019-09-12 09:54:43','',1019,'http://ofogondaria.com/NEW/?p=1041',3,'nav_menu_item','',0),(1044,1,'2019-09-12 08:29:10','2019-09-12 08:29:10','','O\'Fogón da Ría','','publish','closed','closed','','ofogon-da-ria-2','','','2019-09-12 09:46:34','2019-09-12 09:46:34','',0,'http://ofogondaria.com/NEW/?p=1044',2,'nav_menu_item','',0),(1045,1,'2019-09-12 08:29:10','2019-09-12 08:29:10','','La Carta','','publish','closed','closed','','la-carta-ofogon-da-ria-2','','','2019-09-12 09:46:34','2019-09-12 09:46:34','',1019,'http://ofogondaria.com/NEW/?p=1045',3,'nav_menu_item','',0),(1090,1,'2019-09-12 14:05:29','2019-09-12 14:05:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"La mejor Comida Casera\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1083,1082,1081,1073,1072,1071,1070,1069\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1068,1080,1078,1079,1077,1076,1075,1074\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 14:05:29','2019-09-12 14:05:29','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1103,2,'2020-08-21 13:15:54','2020-08-21 13:15:54','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu solicitud de reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n<strong>La reserva será efectiva cuando reciba la confirmación telefónica por parte del restaurante.</strong>[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=5][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2020-08-21 13:15:54','2020-08-21 13:15:54','',326,'https://ofogondaria.com/2020/08/21/326-revision-v1/',0,'revision','',0),(1049,1,'2019-09-12 08:46:32','2019-09-12 08:46:32','li.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n}\n\ni.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (max-width: 600px) {\n	\n	div#DivToolBarConMobile {\n    display: none;\n}\n		.DivToolBarConMobile {\n    display: none;\n}\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-09-12 08:46:32','2019-09-12 08:46:32','',627,'http://ofogondaria.com/NEW/2019/09/12/627-revision-v1/',0,'revision','',0),(1051,1,'2019-09-12 08:52:54','2019-09-12 08:52:54','/*li.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n}\nli.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n    BACKGROUND: #FFF;\n    PADDING-TOP: 0PX;\n    MARGIN-TOP: -15PX;\n}*/\n.drop_down .second i {\n    display: inherit;\n}\n\ni.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (max-width: 600px) {\n	\n	div#DivToolBarConMobile {\n    display: none;\n}\n		.DivToolBarConMobile {\n    display: none;\n}\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-09-12 08:52:54','2019-09-12 08:52:54','',627,'http://ofogondaria.com/NEW/2019/09/12/627-revision-v1/',0,'revision','',0),(1053,1,'2019-09-12 08:58:08','2019-09-12 08:58:08','/*li.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n}\nli.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n    BACKGROUND: #FFF;\n    PADDING-TOP: 0PX;\n    MARGIN-TOP: -15PX;\n}*/\n\n.drop_down .narrow .second .inner ul li a {\n    padding-left: 20px;\n    padding-right: 20px;\n    height: auto!important;\n    display: flex!important;\n    position: fixed!important;\n    background: black!important;\n}\n.drop_down .second i {\n    display: inherit;\n}\n\ni.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (max-width: 600px) {\n	\n	div#DivToolBarConMobile {\n    display: none;\n}\n		.DivToolBarConMobile {\n    display: none;\n}\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-09-12 08:58:08','2019-09-12 08:58:08','',627,'http://ofogondaria.com/NEW/2019/09/12/627-revision-v1/',0,'revision','',0),(1104,2,'2020-08-21 13:24:17','2020-08-21 13:24:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"with_pattern\" css=\".vc_custom_1562989160875{margin-top: -1px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 160px !important;padding-bottom: 160px !important;background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/4.jpg?id=559) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" z_index=\"\"][vc_column][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h1><span style=\"color: #ffffff;\">Realizar Reserva</span></h1>\r\n[/vc_column_text][vc_empty_space height=\"120px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563469115285{margin-right: 7% !important;margin-left: 7% !important;}\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"three_columns\" switch_to_one_column=\"768\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item advanced_animations=\"no\" custom_class=\"columna-medio\"][vc_empty_space height=\"120px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><span style=\"color: #333;\">Rellena el siguiente formulario para procesar tu solicitud de reserva:</span></h4>\r\n<p style=\"text-align: left;\">\"Recuerda que las reservas han de efectuarse con un mínimo de 6 h. de antelación los días de semana y 12 h. los fines de semana, festivos, noches de viernes y visperas de festivo.</p>\r\n<strong>La reserva será efectiva cuando reciba la confirmación telefónica por parte del restaurante.</strong>\r\n\r\n[/vc_column_text][vc_empty_space height=\"60px\"][vc_column_text][booking_package id=5][/vc_column_text][vc_column_text]Servicio prestado por RestaurantesGallegos.com[/vc_column_text][vc_empty_space height=\"120px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" horizontal_alignment=\"center\" advanced_animations=\"no\" item_padding=\"0px 0px\" custom_class=\"columna\"][vc_empty_space height=\"120px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','Realizar Reserva','','inherit','closed','closed','','326-revision-v1','','','2020-08-21 13:24:17','2020-08-21 13:24:17','',326,'https://ofogondaria.com/2020/08/21/326-revision-v1/',0,'revision','',0),(1055,1,'2019-09-12 09:00:29','2019-09-12 09:00:29','/*li.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n}\nli.narrow .second .inner ul li:last-child {\n    border-bottom: none;\n    POSITION: FIXED;\n    BACKGROUND: #FFF;\n    PADDING-TOP: 0PX;\n    MARGIN-TOP: -15PX;\n}*/\n\n.drop_down .narrow .second .inner ul li a {\n    padding-left: 20px;\n    padding-right: 20px;\n    height: auto!important;\n    display: flex!important;\n    position: fixed!important;\n    background: black!important;\n	margin-top: -15px;\n}\n.drop_down .second i {\n    display: inherit;\n}\n\ni.qode_icon_font_awesome.fa.fa-whatsapp.qode_iwt_icon_element {\n    font-size: 20px;\n    padding: 0px 0px;\n    margin-bottom: 12px;\n}\n@media (min-width: 768px) {\n	\n	.WHATSAPP {display:none;}}\n.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {\n	color: #f3f3f3;}\ni.fab.fa-whatsapp {\n    font-size: 18px;\n    margin-left: 3px;\n}\n.mystickyelement-credit a {\n	display: none;}\n.columna {\n    width: 10%!important;\n}\n@media (min-width: 1000px) {\n.header_top_bottom_holder {\n    background: white!important;    margin: 0px 0px 0px 0px!important;\n border-bottom: 2px solid #f0a200;\n}\nnav.main_menu > ul > li > a {\n    color: #1f1a15!important;}\n\nnav.main_menu ul li.active a {\n    color: #ddb553!important;\n}\n	.header_bottom_widget.widget_text {\n    background: #1f1a15;\n}\n}\n\n.header_bottom_widget.widget_media_image {\n    margin: 0px 0px -40px 0px!important;\n    padding: 0px 0px!important;\n    max-width: 90px!important;\n	float:left!important;\n}\nimg.image.wp-image-700.attachment-full.size-full {\n    margin-bottom: 0px;\n    width: 150px!important;\n    height: auto!important;\n    position: fixed!important;\n    margin-top: 75px!important;\n    border-top: 4px solid white!important;\n	float: right!important;\n    right: 1px;\n}\nheader {\n    width: 100%;\n    position: fixed;\n    z-index: 1000;\n    overflow: hidden;\n    float: left;\n}\nspan.qode-advanced-tab-text-after-icon {\n	text-align: center;}\n@media (max-width: 600px) {\n	\n	div#DivToolBarConMobile {\n    display: none;\n}\n		.DivToolBarConMobile {\n    display: none;\n}\n	.iframe-16-9 {\n    position: relative;\n    width: 350px!important;\n    margin-left: -30px!important;\n    padding-bottom: 75.25%!important;\n    padding-top: 35px;\n    height: 0;\n    overflow: hidden;\n	}}','bridge-child','','inherit','closed','closed','','627-revision-v1','','','2019-09-12 09:00:29','2019-09-12 09:00:29','',627,'http://ofogondaria.com/NEW/2019/09/12/627-revision-v1/',0,'revision','',0),(1056,1,'2019-09-12 09:35:28','2019-09-12 09:35:28','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][vc_empty_space height=\"75px\"][vc_column_text]\n<h2 style=\"text-align: center;\">Carta de</h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"pescados\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-autosave-v1','','','2019-09-12 09:35:28','2019-09-12 09:35:28','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-autosave-v1/',0,'revision','',0),(1059,1,'2019-09-12 09:14:25','2019-09-12 09:14:25','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-revision-v1','','','2019-09-12 09:14:25','2019-09-12 09:14:25','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-revision-v1/',0,'revision','',0),(1061,1,'2019-09-12 09:35:10','2019-09-12 09:35:10','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][vc_empty_space height=\"75px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"pescados\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-revision-v1','','','2019-09-12 09:35:10','2019-09-12 09:35:10','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-revision-v1/',0,'revision','',0),(1060,1,'2019-09-12 09:33:29','2019-09-12 09:33:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][vc_empty_space height=\"75px\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-revision-v1','','','2019-09-12 09:33:29','2019-09-12 09:33:29','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-revision-v1/',0,'revision','',0),(1062,1,'2019-09-12 09:35:58','2019-09-12 09:35:58','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563348388038{padding-bottom: 100px !important;}\" el_id=\"menu-churrasco-a-ria\" el_class=\"menu-churrasco-a-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][vc_empty_space height=\"75px\"][vc_column_text css=\".vc_custom_1568280945351{padding-top: 30px !important;}\"]\r\n<h2 style=\"text-align: center;\">Carta de</h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Churrasco A Ría</span></h2>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"entrantes-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Comidas Vegetales\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"comidas-vegetales\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"pescados\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"mariscos-carta-churrasco-a-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - Churrasco A Ría','','inherit','closed','closed','','1032-revision-v1','','','2019-09-12 09:35:58','2019-09-12 09:35:58','',1032,'http://ofogondaria.com/NEW/2019/09/12/1032-revision-v1/',0,'revision','',0),(1063,1,'2019-09-12 09:44:20','2019-09-12 09:44:20','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - O\'Fogon Da Ría','','inherit','closed','closed','','1028-autosave-v1','','','2019-09-12 09:44:20','2019-09-12 09:44:20','',1028,'http://ofogondaria.com/NEW/2019/09/12/1028-autosave-v1/',0,'revision','',0),(1066,1,'2019-09-12 09:44:51','2019-09-12 09:44:51','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - O\'Fogon Da Ría','','inherit','closed','closed','','1028-revision-v1','','','2019-09-12 09:44:51','2019-09-12 09:44:51','',1028,'http://ofogondaria.com/NEW/2019/09/12/1028-revision-v1/',0,'revision','',0),(1065,1,'2019-09-12 09:43:55','2019-09-12 09:43:55','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563352005185{margin-top: 300px !important;padding-bottom: 60px !important;}\" el_id=\"menu-ofogon-da-ria\" el_class=\"menu-ofogon-da-ria\" z_index=\"\"][vc_column css=\".vc_custom_1504865541652{margin-top: -11.5% !important;}\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">Carta de</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #333;\">O Fogón Da Ría</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"45px\"][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 20px 150px 90px\" item_padding_600_768=\"90px 40px 0px 40px\" item_padding_480=\"60px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Entrantes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"entrantes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Mariscos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"mariscos-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Sopas y Huevos\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"sopas-y-huevos\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Pescados\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"pescados-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Arroces\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"arroces\" number=\"-1\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"90px 90px 100px 20px\" item_padding_600_768=\"40px 40px 90px 40px\" item_padding_480=\"40px 20px 40px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Carnes\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-o-fogon-da-ria\" number=\"-1\"][vc_empty_space height=\"75px\"][qode_restaurant_menu_list restaurant_menu_title=\"Rias Baixas\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"rias-baixas\" number=\"-1\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','La Carta - O\'Fogon Da Ría','','inherit','closed','closed','','1028-revision-v1','','','2019-09-12 09:43:55','2019-09-12 09:43:55','',1028,'http://ofogondaria.com/NEW/2019/09/12/1028-revision-v1/',0,'revision','',0),(1067,1,'2019-09-12 09:49:34','2019-09-12 09:49:34','','IMG_0121','','inherit','open','closed','','img_0121','','','2019-09-12 09:49:34','2019-09-12 09:49:34','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_0121.jpg',0,'attachment','image/jpeg',0),(1068,1,'2019-09-12 09:49:39','2019-09-12 09:49:39','','IMG_0129','','inherit','open','closed','','img_0129','','','2019-09-12 14:00:06','2019-09-12 14:00:06','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_0129.jpg',0,'attachment','image/jpeg',0),(1069,1,'2019-09-12 09:49:44','2019-09-12 09:49:44','','IMG_0134','','inherit','open','closed','','img_0134','','','2019-09-12 09:49:44','2019-09-12 09:49:44','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_0134.jpg',0,'attachment','image/jpeg',0),(1070,1,'2019-09-12 09:49:55','2019-09-12 09:49:55','','IMG_0228','','inherit','open','closed','','img_0228','','','2019-09-12 09:49:55','2019-09-12 09:49:55','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_0228.jpg',0,'attachment','image/jpeg',0),(1071,1,'2019-09-12 09:50:04','2019-09-12 09:50:04','','IMG_0233','','inherit','open','closed','','img_0233','','','2019-09-12 09:50:04','2019-09-12 09:50:04','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_0233.jpg',0,'attachment','image/jpeg',0),(1072,1,'2019-09-12 09:50:13','2019-09-12 09:50:13','','IMG_0256','','inherit','open','closed','','img_0256','','','2019-09-12 09:50:13','2019-09-12 09:50:13','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_0256.jpg',0,'attachment','image/jpeg',0),(1073,1,'2019-09-12 09:50:20','2019-09-12 09:50:20','','IMG_0263','','inherit','open','closed','','img_0263','','','2019-09-12 14:03:01','2019-09-12 14:03:01','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_0263.jpg',0,'attachment','image/jpeg',0),(1074,1,'2019-09-12 09:50:25','2019-09-12 09:50:25','','IMG_20180119_140435','','inherit','open','closed','','img_20180119_140435','','','2019-09-12 09:50:25','2019-09-12 09:50:25','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_20180119_140435.jpg',0,'attachment','image/jpeg',0),(1075,1,'2019-09-12 09:50:28','2019-09-12 09:50:28','','IMG_20180125_142515','','inherit','open','closed','','img_20180125_142515','','','2019-09-12 09:50:28','2019-09-12 09:50:28','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_20180125_142515.jpg',0,'attachment','image/jpeg',0),(1076,1,'2019-09-12 09:50:31','2019-09-12 09:50:31','','IMG_20180125_170545','','inherit','open','closed','','img_20180125_170545','','','2019-09-12 09:50:31','2019-09-12 09:50:31','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_20180125_170545.jpg',0,'attachment','image/jpeg',0),(1077,1,'2019-09-12 09:50:36','2019-09-12 09:50:36','','IMG_20180408_152634','','inherit','open','closed','','img_20180408_152634','','','2019-09-12 09:50:36','2019-09-12 09:50:36','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_20180408_152634.jpg',0,'attachment','image/jpeg',0),(1078,1,'2019-09-12 09:50:40','2019-09-12 09:50:40','','IMG_20190524_235413','','inherit','open','closed','','img_20190524_235413','','','2019-09-12 09:50:40','2019-09-12 09:50:40','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_20190524_235413.jpg',0,'attachment','image/jpeg',0),(1079,1,'2019-09-12 09:50:46','2019-09-12 09:50:46','','IMG_20190603_142428','','inherit','open','closed','','img_20190603_142428','','','2019-09-12 13:58:10','2019-09-12 13:58:10','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_20190603_142428.jpg',0,'attachment','image/jpeg',0),(1080,1,'2019-09-12 09:50:50','2019-09-12 09:50:50','','IMG_20190706_125018','','inherit','open','closed','','img_20190706_125018','','','2019-09-12 09:50:50','2019-09-12 09:50:50','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG_20190706_125018.jpg',0,'attachment','image/jpeg',0),(1081,1,'2019-09-12 09:50:57','2019-09-12 09:50:57','','IMG-0494','','inherit','open','closed','','img-0494','','','2019-09-12 09:50:57','2019-09-12 09:50:57','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG-0494.jpg',0,'attachment','image/jpeg',0),(1082,1,'2019-09-12 09:51:05','2019-09-12 09:51:05','','IMG-0498','','inherit','open','closed','','img-0498','','','2019-09-12 09:51:05','2019-09-12 09:51:05','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG-0498.jpg',0,'attachment','image/jpeg',0),(1083,1,'2019-09-12 09:51:12','2019-09-12 09:51:12','','IMG-2035','','inherit','open','closed','','img-2035','','','2019-09-12 09:51:12','2019-09-12 09:51:12','',1019,'http://ofogondaria.com/NEW/wp-content/uploads/2019/09/IMG-2035.jpg',0,'attachment','image/jpeg',0),(1084,1,'2019-09-12 09:59:38','2019-09-12 09:59:38','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 09:59:38','2019-09-12 09:59:38','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1092,1,'2019-09-12 14:37:01','2019-09-12 14:37:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría \" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]\r\n<h2>\"Conoce a</h2>\r\n<h2>Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 14:37:01','2019-09-12 14:37:01','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1086,1,'2019-09-12 10:02:23','2019-09-12 10:02:23','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"churrasco\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"DESC\" restaurant_menu_category=\"carnes-carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_class=\"churrasco\" z_index=\"\" css=\".vc_custom_1563347143161{background-color: rgba(204,204,204,0.33) !important;*background-color: rgb(204,204,204) !important;}\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]Churrasco a Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 13.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_column_text css=\".vc_custom_1568276031241{padding-top: 35% !important;}\"]\r\n<h2>\"Conoce a</h2>\r\n<h2>Churrasco A Ría</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nChurrasco A Ría se encuentra en Carril, frente a la playa Compostela. En verano, es el lugar ideal para disfrutar de una jornada de playa sin tener que prescindir de una comida rica, de calidad, en cantidad y a buen precio. Si el sol no acompaña, siempre quedan sus vistas privilegiadas, así como el churrasco y los exquisitos picantones, con una salsa marca de la casa que hace las delicias de los asiduos y turistas.\r\n\r\n&nbsp;\r\n\r\nDominamos además otros platos de la cocina tradicional gallega; como la empanada de maíz de berberechos. ¡Una delicia! También destaca el Secreto Ibérico que elaboramos con maestría y nuestra selección de pescados y mariscos frescos y sus arroces así como una amplia variedad de carnes a la brasa.\r\n\r\n&nbsp;\r\n\r\nChurrasco a Ría es una de las churrasquerías más emblemáticas de Vilagarcía, en un local amplio y confortable donde tendrá siempre la garantía de comer bien, mucho y a buen precio.[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_empty_space height=\"11px\"][vc_single_image image=\"568\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Una churrasquería emblemática de Vilagarcía</h5>\r\n[/vc_column_text][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"592,635,636,637,638,639,640,578\" image_size=\"large\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZDaHVycmFzY28lMjUyMGElMjUyMFIlMjVjMyUyNWFkYSUyRnBhbm8yJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario Churrasco a Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-churrasco\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" el_id=\"fila\" el_class=\"fila\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"6.3% 9.7% 11.6%\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario\" number=\"7\"][/qode_elements_holder_item][/qode_elements_holder][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"parallax\" parallax_content_width=\"in_grid\" text_align=\"left\" full_screen_section_height=\"no\" background_image=\"558\" el_id=\"fila\" el_class=\"fila\"][vc_column][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562975215791{padding-top: 19.8% !important;padding-right: 4% !important;padding-bottom: 19.8% !important;padding-left: 4% !important;}\"][vc_column_inner css=\".vc_custom_1503059879158{background-color: #ffffff !important;}\" offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Churrasco a Ría','','inherit','closed','closed','','1020-revision-v1','','','2019-09-12 10:02:23','2019-09-12 10:02:23','',1020,'http://ofogondaria.com/NEW/2019/09/12/1020-revision-v1/',0,'revision','',0),(1088,1,'2019-09-12 13:49:36','2019-09-12 13:49:36','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1080,1079,1078,1077,1076,1075,1074,1068\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\" images=\"1083,1082,1081,1073,1072,1071,1070,1069\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 13:49:36','2019-09-12 13:49:36','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1087,1,'2019-09-12 10:04:12','2019-09-12 10:04:12','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][rev_slider alias=\"ofogon\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1502979492471{padding-top: 111px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"573\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column css=\".vc_custom_1502981323433{padding-top: 7.6% !important;padding-right: 12.6% !important;padding-left: 12.6% !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_column_text css=\".vc_custom_1562987368089{margin-bottom: 0px !important;padding-bottom: 0px !important;}\"]\r\n<h2>El Mejor Trato</h2>\r\n<h2>Y Sabor solo en:</h2>\r\n<h2>O Fogón da Ría y</h2>\r\n<h2>Churrasco a Ría</h2>\r\n[/vc_column_text][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\" css=\".vc_custom_1562987354594{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"19.8% 0 0 0\" item_padding_1024_1280=\"34.8% 0 0 0\" item_padding_768_1024=\"30px 0 0 0\" item_padding_600_768=\"30px 0 0 0\" item_padding_480_600=\"30px 0 0 0\" item_padding_480=\"30px 0 0 0\"][vc_column_text]No es un tópico. En nuestros Restaurantes los clientes reciben un trato personal y cercano sin abandonar en ningún momento la más estricta profesionalidad. Creemos que es posible combinar cercanía y protocolo de una manera sutil. Mejoramos cada día nuestro servicio y apostamos la formación constante como la mejor manera de alcanzar la excelencia.[/vc_column_text][vc_empty_space height=\"33px\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"][/custom_font][/qode_elements_holder_item][/qode_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1503410085935{padding-top: 26px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_empty_space height=\"39px\"][custom_font font_family=\"Work Sans\" font_size=\"52\" line_height=\"41\" font_style=\"normal\" text_align=\"left\" font_weight=\"700\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"-3\" color=\"#1f1a15\"]Principales\r\nPlatos[/custom_font][/vc_column][vc_column width=\"1/5\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" el_class=\"qode_big_z_index\"][vc_column css=\".vc_custom_1503411726144{margin-bottom: -10% !important;background-color: #ffffff !important;}\"][qode_elements_holder number_of_columns=\"two_columns\" alignment_one_column=\"left\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"55px 20px 0 70px\" item_padding_1024_1280=\"45px 20px 0 70px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"55px 20px 0 20px\" item_padding_480=\"55px 20px 0 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"O Fogón da Ría\" restaurant_menu_sublabel=\"La mejor comida casera\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-o-fogon-da-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/ofogon-da-ria/la-carta-ofogon-da-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"55px 70px 0px 20px\" item_padding_1024_1280=\"45px 70px 0px 20px\" item_padding_768_1024=\"45px 20px 0 20px\" item_padding_480_600=\"20px 20px 0px 20px\" item_padding_480=\"20px 20px 0px 20px\"][qode_restaurant_menu_list restaurant_menu_title=\"Churrasco A Ría\" restaurant_menu_sublabel=\"Emblema de Vilagarcía\" order_by=\"menu_order\" order=\"ASC\" restaurant_menu_category=\"carta-churrasco-a-ria\" number=\"7\"][custom_font font_family=\"Allura\" font_size=\"31\" line_height=\"35\" font_style=\"normal\" text_align=\"left\" font_weight=\"400\" text_decoration=\"underline\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]<a href=\"http://ofogondaria.com/churrasco-a-ria/la-carta-churrasco-a-ria/\">Ver todo el menú</a>[/custom_font][/qode_elements_holder_item][/qode_elements_holder][vc_empty_space height=\"42px\"][button style=\"white\" target=\"_self\" hover_type=\"default\" text=\"Realizar una reserva\" link=\"/realizar-reserva\"][vc_empty_space height=\"60px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563633965655{background-image: url(https://ofogondaria.com/wp-content/uploads/2019/07/MERLUZA-GALLEGA.jpg?id=789) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"ancho\" z_index=\"\"][vc_column][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"16% 0 0 0\"][/qode_elements_holder_item][/qode_elements_holder][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" css_animation=\"\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La Mejores </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Carnes </span></h2>\r\n<h2><span style=\"color: #ffffff;\">A La Brasa</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Exquisita selección de las mejores carnes a la brasa, en su punto justo, con la garantía de que se encontrará carne de la mejor calidad en su plato. Ya sea entrecot, solomillo, chuletón… de Buey, de Ternera, de Cerdo o Chuletillas, Paletilla y Pierna de Cordero Lechal. En ningún sitio en Galicia encontrará un Cordero asado al estilo Castilla como en O Fogón da Ría ni un churrasco como el de Churrasco a Ría, un clásico de Villagarcía</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Los Mas </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Frescos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Mariscos y Pescados</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Haciendo honor a nuestro nombre les ofrecemos un repertorio de los mejores pescados y mariscos que se pueden comer en Vilagarcía de Arousa y su comarca. Nos esforzamos por seleccionar los productos más frescos y los elaboramos de forma tradicional, respetando su sabor. Para los amantes de los sabores del mar tenemos exquisitos arroces de mariscos y pescados.</span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">Una Carta</span></h2>\r\n<h2><span style=\"color: #ffffff;\">De Vinos </span></h2>\r\n<h2><span style=\"color: #ffffff;\">Equilibrada</span></h2>\r\n[/vc_column_text][vc_empty_space height=\"20px\"][vc_column_text]\r\n<h5><span style=\"color: #ffffff;\">Nos gustan los buenos vinos y por eso nos esforzamos en ofrecerle una selección adecuada y en armonía con nuestra oferta gastronómica. Le sorprenderá nuestra carta de vinos donde no faltan los clásicos para todos los gustos, pero con la presencia de nuevas tendencias y vinos de autor que agradarán a los que gustan de probar cosas nuevas. </span></h5>\r\n[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][qode_elements_holder number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" item_padding=\"10% 0 15% 0\"][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1563346626301{background-color: #dddcce !important;}\" z_index=\"\" el_id=\"ofogon\" el_class=\"ofogon\"][vc_column][vc_empty_space height=\"68px\"][vc_empty_space height=\"68px\"][custom_font font_family=\"Allura\" font_size=\"48\" line_height=\"52\" font_style=\"normal\" text_align=\"center\" font_weight=\"400\" text_decoration=\"none\" text_shadow=\"no\" letter_spacing=\"0\" color=\"#1f1a15\"]O Fogón da Ría[/custom_font][qode_elements_holder number_of_columns=\"two_columns\" custom_class=\"ofogon\"][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"17.7% 17.2% 14%\" item_padding_1280_1440=\"17.7% 11.2% 14%\" item_padding_1024_1280=\"17.7% 10.2% 14%\" item_padding_768_1024=\"17.7% 10.2% 14%\" item_padding_600_768=\"13.7% 14.2% 10%\" item_padding_480_600=\"59px 10% 53px\" item_padding_480=\"59px 10% 53px\"][vc_column_text]\r\n<h2>\"Un poco de Historia</h2>\r\n<h2>Sobre O Fogón</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEl edificio que alberga O Fogón da Ría es una antigua \"Casa Labrega\", predecesoras de los Pazos en Galicia. Conocida en la zona como \"Pazo dos Fajardo\" data del siglo XVI. En un momento dado perteneció a \"Os Martelos”, una importante familia de Vilagarcía que estaba emparentada con los Barrié de la Maza.\r\n\r\n&nbsp;\r\n\r\nOriginariamente la construcción poseía  dos Palomares, una Colmena en uno de sus laterales y una Fuente a la que en algunos momentos venían a buscar agua todos los vecinos, pues se mantiene con agua aún en épocas de sequía en otras fuentes. Todavía se conserva en el Restaurante, cuyo edificio es uno de sus grandes encantos.\r\n\r\n&nbsp;\r\n\r\nLa reconstrucción previa a uso como el Restaurante que es hoy día se realizo entre los años 1990 a 1993, respetando la belleza de la construcción original.[/vc_column_text][/qode_elements_holder_item][qode_elements_holder_item vertical_alignment=\"middle\" advanced_animations=\"no\" item_padding=\"0 17.1% 2% 8.3%\" item_padding_1280_1440=\"0 25.1% 2% 19.3%\" item_padding_1024_1280=\"0 23.1% 0 17.3%\" item_padding_768_1024=\"0 16.1% 0 11.3%\" item_padding_600_768=\"12% 25.5% 11.5%\" item_padding_480_600=\"54px 12% 40px\" item_padding_480=\"54px 12% 40px\"][vc_single_image image=\"551\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_column_text]\r\n<h5 style=\"text-align: right;\">Espacios llenos de elegancia y comodidad</h5>\r\n[/vc_column_text][vc_empty_space height=\"48px\"][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería Histórica - Antes\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"O Fogón Antes\" images=\"714,712,703,711,707\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Galería O Fogón da Ría - Hoy\"][vc_empty_space height=\"80px\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" images=\"641,642,643,644,646,647,648,559\" image_size=\"medium\" custom_class=\"galeria\"][qode_advanced_image_gallery type=\"grid\" enable_image_shadow=\"yes\" image_behavior=\"lightbox\" number_of_columns=\"four\" space_between_items=\"medium\" image_size=\"medium\" custom_class=\"galeria\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Visita virtual\"][vc_empty_space height=\"80px\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJpZnJhbWUtMTYtOSUyMiUzRSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGb2ZvZ29uZGFyaWEuY29tJTJGUEFOT1MlMkZPJTI1MjBGb2clMjVDMyUyNUIzbiUyRnBhbm8xJTJGX2h0bWw1JTJGaW5kZXguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMG1hcmdpbndpZHRoJTNEJTIyMCUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBzY3JvbGxpbmclM0QlMjJubyUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][qode_elements_holder background_color=\"#fcf9f3\" number_of_columns=\"one_column\"][qode_elements_holder_item vertical_alignment=\"top\" advanced_animations=\"no\" background_color=\"#ffffff\" item_padding=\"0% 0% 0% 0%\" item_padding_1280_1440=\"0% 0% 0% 0%\" item_padding_1024_1280=\"0% 0% 0% 0%\" item_padding_768_1024=\"0% 0% 0% 0%\" item_padding_600_768=\"0% 0% 0% 0%\" item_padding_480_600=\"0% 0% 0% 0%\" item_padding_480=\"0% 0% 0% 0%\"][qode_advanced_tabs title_tag=\"h3\"][qode_advanced_tab tab_title=\"Horario O Fogón da Ría\"][vc_empty_space height=\"80px\"][qode_restaurant_menu_list restaurant_menu_title=\"Horario de Trabajo\" order_by=\"date\" order=\"ASC\" restaurant_menu_category=\"horario-ofogon\" number=\"7\"][vc_empty_space height=\"80px\"][/qode_advanced_tab][/qode_advanced_tabs][/qode_elements_holder_item][/qode_elements_holder][/vc_column][/vc_row]','O\'Fogón da Ría','','inherit','closed','closed','','1019-revision-v1','','','2019-09-12 10:04:12','2019-09-12 10:04:12','',1019,'http://ofogondaria.com/NEW/2019/09/12/1019-revision-v1/',0,'revision','',0),(1094,1,'2019-09-12 15:28:44','2019-09-12 15:28:44','','Jamón Ibérico de Guijuelo','','publish','closed','closed','','jamon-iberico-de-guijuelo','','','2019-09-12 15:28:44','2019-09-12 15:28:44','',0,'http://ofogondaria.com/NEW/?post_type=qode-restaurant-menu&#038;p=1094',0,'qode-restaurant-menu','',0);
/*!40000 ALTER TABLE `wpdl_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_revslider_css`
--

DROP TABLE IF EXISTS `wpdl_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `hover` longtext COLLATE utf8mb4_unicode_ci,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_revslider_css`
--

LOCK TABLES `wpdl_revslider_css` WRITE;
/*!40000 ALTER TABLE `wpdl_revslider_css` DISABLE KEYS */;
INSERT INTO `wpdl_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
/*!40000 ALTER TABLE `wpdl_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wpdl_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_revslider_layer_animations`
--

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

--
-- Table structure for table `wpdl_revslider_navigations`
--

DROP TABLE IF EXISTS `wpdl_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_revslider_navigations`
--

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

--
-- Table structure for table `wpdl_revslider_sliders`
--

DROP TABLE IF EXISTS `wpdl_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_revslider_sliders`
--

LOCK TABLES `wpdl_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wpdl_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wpdl_revslider_sliders` VALUES (5,'Churrasco','churrasco','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Churrasco\",\"alias\":\"churrasco\",\"shortcode\":\"[rev_slider alias=\\\"churrasco\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1920\",\"height\":\"1100\",\"width_notebook\":\"1100\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar-old\",\"navigation_arrows_preset\":\"default\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-def\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-navbar-old-arrows-letter-spacing-custom-def\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-right-arrow-custom-def\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-leftarrow-custom-def\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-def\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-font-size-custom-def\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-arrow-size-custom-def\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-back-size-custom-def\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-color-color-def\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-color-custom-def\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(3,'slider home','Slider home','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"slider home\",\"alias\":\"Slider home\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Slider home\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1920\",\"height\":\"1100\",\"width_notebook\":\"1100\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar-old\",\"navigation_arrows_preset\":\"default\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-def\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-navbar-old-arrows-letter-spacing-custom-def\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-right-arrow-custom-def\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-leftarrow-custom-def\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-def\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-font-size-custom-def\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-arrow-size-custom-def\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-back-size-custom-def\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-color-color-def\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-color-custom-def\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(4,'Ofogon','ofogon','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Ofogon\",\"alias\":\"ofogon\",\"shortcode\":\"[rev_slider alias=\\\"ofogon\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1920\",\"height\":\"1100\",\"width_notebook\":\"1100\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar-old\",\"navigation_arrows_preset\":\"default\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-def\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-navbar-old-arrows-letter-spacing-custom-def\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-right-arrow-custom-def\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-leftarrow-custom-def\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-def\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-font-size-custom-def\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-arrow-size-custom-def\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-back-size-custom-def\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-color-color-def\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-color-custom-def\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,'');
/*!40000 ALTER TABLE `wpdl_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_revslider_slides`
--

DROP TABLE IF EXISTS `wpdl_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_revslider_slides`
--

LOCK TABLES `wpdl_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wpdl_revslider_slides` DISABLE KEYS */;
INSERT INTO `wpdl_revslider_slides` VALUES (13,4,2,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/MG_1033-guiller.jpg\",\"image_id\":\"552\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(12,4,4,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/100_2944.jpg\",\"image_id\":\"592\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(14,4,1,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/MG_0987-guiller-1.jpg\",\"image_id\":\"567\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(5,3,5,'{\"background_type\":\"youtube\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"OvuRnIwL3U0\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"567\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/MG_0987-guiller-1.jpg\"}','[]','\"\"'),(6,3,3,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/100_2960-1.jpg\",\"image_id\":\"578\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(7,3,4,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/100_2944.jpg\",\"image_id\":\"592\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(9,3,2,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/MG_1033-guiller.jpg\",\"image_id\":\"552\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(8,3,1,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/7.jpg\",\"image_id\":\"562\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(10,4,5,'{\"background_type\":\"youtube\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"OvuRnIwL3U0\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"567\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/MG_0987-guiller-1.jpg\"}','[]','\"\"'),(11,4,3,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/100_2960-1.jpg\",\"image_id\":\"578\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(15,5,2,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/MG_1033-guiller.jpg\",\"image_id\":\"552\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(16,5,4,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/100_2944.jpg\",\"image_id\":\"592\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(17,5,1,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/7.jpg\",\"image_id\":\"562\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"'),(18,5,5,'{\"background_type\":\"youtube\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"OvuRnIwL3U0\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"567\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/MG_0987-guiller-1.jpg\"}','[]','\"\"'),(19,5,3,'{\"background_type\":\"image\",\"image\":\"https:\\/\\/ofogondaria.com\\/wp-content\\/uploads\\/2019\\/07\\/100_2960-1.jpg\",\"image_id\":\"578\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#aaaaaa\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"12\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\"}','[]','\"\"');
/*!40000 ALTER TABLE `wpdl_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_revslider_static_slides`
--

DROP TABLE IF EXISTS `wpdl_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_revslider_static_slides`
--

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

--
-- Table structure for table `wpdl_term_relationships`
--

DROP TABLE IF EXISTS `wpdl_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_term_relationships`
--

LOCK TABLES `wpdl_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpdl_term_relationships` DISABLE KEYS */;
INSERT INTO `wpdl_term_relationships` VALUES (1,1,0),(510,17,0),(511,17,0),(516,1,0),(1044,38,0),(524,16,0),(533,16,0),(955,36,0),(1094,32,0),(693,29,0),(755,38,0),(756,38,0),(757,38,0),(758,17,0),(956,36,0),(795,32,0),(954,36,0),(794,32,0),(809,32,0),(808,32,0),(807,32,0),(806,32,0),(805,32,0),(804,32,0),(803,32,0),(802,32,0),(801,32,0),(800,32,0),(799,32,0),(797,32,0),(810,33,0),(811,33,0),(812,33,0),(813,33,0),(814,33,0),(815,33,0),(816,33,0),(818,33,0),(819,33,0),(817,33,0),(835,35,0),(834,35,0),(833,35,0),(832,35,0),(831,35,0),(830,35,0),(829,35,0),(828,35,0),(827,35,0),(826,35,0),(825,35,0),(824,35,0),(823,35,0),(822,35,0),(821,35,0),(820,35,0),(811,35,0),(849,34,0),(848,34,0),(847,34,0),(846,34,0),(845,34,0),(844,34,0),(843,34,0),(842,34,0),(841,34,0),(840,34,0),(839,34,0),(838,34,0),(837,34,0),(858,39,0),(857,39,0),(856,39,0),(855,39,0),(854,39,0),(853,39,0),(852,39,0),(851,39,0),(850,39,0),(862,40,0),(861,40,0),(860,40,0),(859,40,0),(880,41,0),(891,41,0),(889,41,0),(888,41,0),(887,41,0),(886,41,0),(885,41,0),(884,41,0),(883,41,0),(882,41,0),(881,41,0),(879,41,0),(878,41,0),(877,41,0),(876,41,0),(875,41,0),(874,41,0),(873,41,0),(872,41,0),(871,41,0),(870,41,0),(869,41,0),(867,41,0),(868,41,0),(866,41,0),(865,41,0),(864,41,0),(863,41,0),(893,37,0),(915,37,0),(912,37,0),(914,37,0),(913,37,0),(908,37,0),(910,37,0),(909,37,0),(911,37,0),(907,37,0),(906,37,0),(905,37,0),(904,37,0),(903,37,0),(899,37,0),(901,37,0),(900,37,0),(898,37,0),(897,37,0),(896,37,0),(902,37,0),(916,37,0),(836,35,0),(917,42,0),(918,42,0),(919,42,0),(920,42,0),(921,42,0),(930,36,0),(928,36,0),(927,36,0),(926,36,0),(925,36,0),(924,36,0),(923,36,0),(935,36,0),(934,36,0),(933,36,0),(932,36,0),(931,36,0),(929,36,0),(952,36,0),(951,36,0),(950,36,0),(949,36,0),(948,36,0),(947,36,0),(945,36,0),(944,36,0),(943,36,0),(942,36,0),(941,36,0),(938,36,0),(953,36,0),(940,36,0),(939,36,0),(937,36,0),(936,36,0),(683,45,0),(1043,38,0),(1042,38,0),(1045,38,0),(1039,17,0),(1038,17,0),(1041,17,0),(1040,17,0),(995,31,0),(994,31,0),(993,31,0),(992,31,0),(991,31,0),(990,31,0),(989,31,0),(977,29,0),(978,29,0),(979,29,0),(983,29,0),(984,29,0),(957,46,0),(974,45,0),(973,45,0),(972,45,0),(971,45,0),(970,45,0),(969,45,0),(968,45,0),(967,45,0),(966,45,0),(965,45,0),(964,45,0),(985,29,0),(963,46,0),(961,46,0),(960,46,0),(959,46,0),(958,46,0),(962,46,0);
/*!40000 ALTER TABLE `wpdl_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_term_taxonomy`
--

DROP TABLE IF EXISTS `wpdl_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_term_taxonomy`
--

LOCK TABLES `wpdl_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpdl_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpdl_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'product_type','',0,0),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(16,16,'nav_menu','',0,2),(17,17,'nav_menu','',0,7),(19,19,'qode-restaurant-menu-category','',0,0),(35,35,'qode-restaurant-menu-category','',19,18),(34,34,'qode-restaurant-menu-category','',19,13),(36,36,'qode-restaurant-menu-category','',27,33),(32,32,'qode-restaurant-menu-category','',19,15),(33,33,'qode-restaurant-menu-category','',19,10),(27,27,'qode-restaurant-menu-category','',0,0),(29,29,'qode-restaurant-menu-category','',0,7),(31,31,'qode-restaurant-menu-category','',0,7),(37,37,'qode-restaurant-menu-category','',27,22),(38,38,'nav_menu','',0,7),(39,39,'qode-restaurant-menu-category','',19,9),(40,40,'qode-restaurant-menu-category','',19,4),(41,41,'qode-restaurant-menu-category','',19,28),(42,42,'qode-restaurant-menu-category','',27,5),(43,43,'qode-restaurant-menu-category','',27,0),(46,46,'qode-restaurant-menu-category','',27,7),(45,45,'qode-restaurant-menu-category','',27,12);
/*!40000 ALTER TABLE `wpdl_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_termmeta`
--

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

--
-- Dumping data for table `wpdl_termmeta`
--

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

--
-- Table structure for table `wpdl_terms`
--

DROP TABLE IF EXISTS `wpdl_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_terms`
--

LOCK TABLES `wpdl_terms` WRITE;
/*!40000 ALTER TABLE `wpdl_terms` DISABLE KEYS */;
INSERT INTO `wpdl_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Sin categorizar','sin-categorizar',0),(16,'Custom menu','custom-menu',0),(17,'Main Menu','main-menu',0),(19,'Carta O Fogón da Ría','carta-o-fogon-da-ria',0),(36,'Carnes','carnes-carta-churrasco-a-ria',0),(34,'Pescados','pescados-carta-o-fogon-da-ria',0),(33,'Mariscos','mariscos-carta-o-fogon-da-ria',0),(27,'Carta Churrasco A Ría','carta-churrasco-a-ria',0),(29,'horario churrasco','horario-churrasco',0),(39,'Sopas y Huevos','sopas-y-huevos',0),(31,'Horario Ofogon','horario-ofogon',0),(35,'Carnes','carnes-carta-o-fogon-da-ria',0),(32,'Entrantes','entrantes-carta-o-fogon-da-ria',0),(37,'Entrantes','entrantes-churrasco-a-ria',0),(38,'menu movil','menu-movil',0),(40,'Arroces','arroces',0),(41,'Rías Baixas','rias-baixas',0),(42,'Comidas Vegetales','comidas-vegetales',0),(43,'Parrilladas','parrilladas',0),(46,'Mariscos','mariscos-carta-churrasco-a-ria',0),(45,'Pescados','pescados',0);
/*!40000 ALTER TABLE `wpdl_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_usermeta`
--

DROP TABLE IF EXISTS `wpdl_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_usermeta`
--

LOCK TABLES `wpdl_usermeta` WRITE;
/*!40000 ALTER TABLE `wpdl_usermeta` DISABLE KEYS */;
INSERT INTO `wpdl_usermeta` VALUES (1,1,'nickname','innozona'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpdl_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpdl_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html,text_widget_paste_html'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"b96959e26fe8a8dd3ae2f605f0b3bfaab7890fba5f9271da2930757397d347df\";a:4:{s:10:\"expiration\";i:1569484095;s:2:\"ip\";s:15:\"186.167.244.224\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568274495;}s:64:\"fa9fad6043c72866ad1d47b72f44ae1c0d215dd74ff11181fdb3415eb993e723\";a:4:{s:10:\"expiration\";i:1569862900;s:2:\"ip\";s:14:\"186.167.245.57\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568653300;}}'),(17,1,'wpdl_dashboard_quick_press_last_post_id','1018'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"186.167.245.0\";}'),(19,1,'_woocommerce_tracks_anon_id','woo:xoF9WksPHiH7o6isDTWjtLS8'),(20,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(21,1,'wc_last_active','1565647200'),(23,1,'wpdl_user-settings','editor=tinymce&edit_element_vcUIPanelWidth=652&edit_element_vcUIPanelLeft=699px&edit_element_vcUIPanelTop=114px&libraryContent=browse&panel_vcUIPanelWidth=649&panel_vcUIPanelLeft=562px&panel_vcUIPanelTop=45px&posts_list_mode=list'),(24,1,'wpdl_user-settings-time','1566053760'),(25,1,'ls-show-support-notice-timestamp','1561163936'),(26,1,'ls-store-last-viewed','2019-07-13'),(28,1,'closedpostboxes_page','a:0:{}'),(30,1,'_assistants_mode','false'),(29,1,'metaboxhidden_page','a:7:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:29:\"qodef-meta-box-page_left_menu\";i:6;s:36:\"qodef-meta-box-page_title_animations\";}'),(31,1,'_pum_dismissed_alerts','a:0:{}'),(32,1,'closedpostboxes_qode-restaurant-menu','a:0:{}'),(34,2,'nickname','soldega'),(33,1,'metaboxhidden_qode-restaurant-menu','a:3:{i:0;s:12:\"postimagediv\";i:1;s:7:\"slugdiv\";i:2;s:21:\"mymetabox_revslider_0\";}'),(35,2,'first_name','Soldega'),(36,2,'last_name',''),(37,2,'description',''),(38,2,'rich_editing','true'),(39,2,'syntax_highlighting','true'),(40,2,'comment_shortcuts','false'),(41,2,'admin_color','fresh'),(42,2,'use_ssl','0'),(43,2,'show_admin_bar_front','true'),(44,2,'locale',''),(45,2,'wpdl_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(46,2,'wpdl_user_level','10'),(47,2,'dismissed_wp_pointers','text_widget_custom_html'),(69,1,'meta-box-order_qode-restaurant-menu','a:3:{s:4:\"side\";s:55:\"submitdiv,qode-restaurant-menu-categorydiv,postimagediv\";s:6:\"normal\";s:29:\"slugdiv,mymetabox_revslider_0\";s:8:\"advanced\";s:34:\"qodef-meta-box-cafe_menu_item_meta\";}'),(70,1,'screen_layout_qode-restaurant-menu','2'),(76,2,'wfls-last-login','1598014763'),(57,1,'wpdl_booking_win_bk_alert_settings_form_in_free','1'),(54,1,'nav_menu_recently_edited','17'),(55,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(67,1,'edit_qode-restaurant-menu_per_page','500'),(68,1,'tgmpa_dismissed_notice_tgmpa','1'),(56,1,'metaboxhidden_nav-menus','a:13:{i:0;s:28:\"add-post-type-portfolio_page\";i:1;s:21:\"add-post-type-product\";i:2;s:20:\"add-post-type-spucpt\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:22:\"add-portfolio_category\";i:6;s:17:\"add-portfolio_tag\";i:7;s:25:\"add-testimonials_category\";i:8;s:19:\"add-slides_category\";i:9;s:22:\"add-carousels_category\";i:10;s:28:\"add-masonry_gallery_category\";i:11;s:15:\"add-product_cat\";i:12;s:15:\"add-product_tag\";}'),(58,1,'wpdl_booking_win_wpbc_form_field_free_generator_metabox','0'),(59,1,'wpdl_booking_win_wpbc_form_field_free_generator_metabox','0'),(60,2,'session_tokens','a:1:{s:64:\"86db8cbe4e9accf32d17720c28dbe4d268efdefbd1816c131dba6d126e09395d\";a:4:{s:10:\"expiration\";i:1598187562;s:2:\"ip\";s:12:\"95.62.42.175\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0\";s:5:\"login\";i:1598014762;}}'),(61,2,'wc_last_active','1563746400'),(64,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(63,2,'wpdl_dashboard_quick_press_last_post_id','1101'),(65,2,'community-events-location','a:1:{s:2:\"ip\";s:10:\"95.62.42.0\";}'),(71,2,'wpdl_user-settings','edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=657px&edit_element_vcUIPanelTop=74px&editor=tinymce'),(72,2,'wpdl_user-settings-time','1568653451'),(74,1,'wfls-last-login','1568653301'),(83,2,'_new_email','a:2:{s:4:\"hash\";s:32:\"6554e4a3fb5a385d1ed1821cf2006cae\";s:8:\"newemail\";s:16:\"info@soldega.net\";}'),(84,3,'nickname','juane'),(85,3,'first_name',''),(86,3,'last_name',''),(87,3,'description',''),(88,3,'rich_editing','true'),(89,3,'syntax_highlighting','true'),(90,3,'comment_shortcuts','false'),(91,3,'admin_color','fresh'),(92,3,'use_ssl','0'),(93,3,'show_admin_bar_front','true'),(94,3,'locale',''),(95,3,'wpdl_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(96,3,'wpdl_user_level','10'),(97,3,'dismissed_wp_pointers','');
/*!40000 ALTER TABLE `wpdl_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_users`
--

DROP TABLE IF EXISTS `wpdl_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_users`
--

LOCK TABLES `wpdl_users` WRITE;
/*!40000 ALTER TABLE `wpdl_users` DISABLE KEYS */;
INSERT INTO `wpdl_users` VALUES (1,'innozona','$P$BVFWMKc99cs3aFwTdRKaHNCjID86Vg1','innozona','admin@ofogondaria.innozona.com','','2019-07-05 17:38:43','',0,'innozona'),(2,'soldega','$P$BjgWAvbJUSQAaFW0eAHy90HGG.0gTR0','soldega','INFO@Soldega.com','','2019-07-13 13:48:59','',0,'Soldega'),(3,'juane','$P$BAb.ruZZXIE47nCA3aFYCkC4Pjqc/a.','juane','info@soldega.net','','2020-08-21 13:01:00','1598014861:$P$BBE.UhDvIzd9ztgOEUbxyqNgb67NnV1',0,'juane');
/*!40000 ALTER TABLE `wpdl_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wc_download_log`
--

DROP TABLE IF EXISTS `wpdl_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wc_download_log`
--

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

--
-- Table structure for table `wpdl_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wpdl_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(10,2) DEFAULT NULL,
  `max_price` decimal(10,2) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint(20) DEFAULT '0',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wc_product_meta_lookup`
--

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

--
-- Table structure for table `wpdl_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wpdl_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wc_tax_rate_classes`
--

LOCK TABLES `wpdl_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wpdl_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wpdl_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wpdl_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wc_webhooks`
--

DROP TABLE IF EXISTS `wpdl_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wc_webhooks`
--

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

--
-- Table structure for table `wpdl_wfblockediplog`
--

DROP TABLE IF EXISTS `wpdl_wfblockediplog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT '0',
  `unixday` int(10) unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfblockediplog`
--

LOCK TABLES `wpdl_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wpdl_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wpdl_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0\'I','FR',1,18489,'brute'),('\0\0\0\0\0\0\0\0\0\0>','RU',67,18481,'brute'),('\0\0\0\0\0\0\0\0\0\0>','RU',6,18473,'brute'),('\0\0\0\0\0\0\0\0\0\0>','RU',3,18474,'brute'),('\0\0\0\0\0\0\0\0\0\0l','SG',1,18482,'brute'),('\0\0\0\0\0\0\0\0\0\0\Z','TR',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0)@','ZA',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\02>','US',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\02>t','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\02>','US',1,18470,'brute'),('\0\0\0\0\0\0\0\0\0\02>','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\02?<','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\02?','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\02?ę','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\02?c','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\03&','FR',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\03S','FR',1,18490,'waf'),('\0\0\0\0\0\0\0\0\0\04Ʃ','US',1,18498,'brute'),('\0\0\0\0\0\0\0\0\0\04Ʃ','US',1,18499,'brute'),('\0\0\0\0\0\0\0\0\0\0>ҹ','FR',6,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0>ҹ','FR',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0>͍','FR',1,18471,'brute'),('\0\0\0\0\0\0\0\0\0\0@G E','US',3,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0@G E','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0B=','US',1,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0H','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0PR@','NL',1,18472,'brute'),('\0\0\0\0\0\0\0\0\0\0P','HU',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0U','SK',1,18482,'brute'),('\0\0\0\0\0\0\0\0\0\0]Y','TR',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0aJe','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0aJq','US',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0aJ','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0aJ','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0h{','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0hx\Z','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0ko','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0ko','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0koH','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0m\n','GB',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0h','US',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0^','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0H;','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,18485,'brute'),('\0\0\0\0\0\0\0\0\0\0P','IT',1,18488,'brute'),('\0\0\0\0\0\0\0\0\0\0E&','CA',1,18486,'brute'),('\0\0\0\0\0\0\0\0\0\0E&','CA',1,18497,'brute'),('\0\0\0\0\0\0\0\0\0\0E&','CA',1,18498,'brute'),('\0\0\0\0\0\0\0\0\0\0E&','CA',1,18499,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18473,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18482,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18483,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18484,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18486,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18487,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18492,'brute'),('\0\0\0\0\0\0\0\0\0\0Ee','CA',1,18496,'brute'),('\0\0\0\0\0\0\0\0\0\0Eg','CA',1,18486,'brute'),('\0\0\0\0\0\0\0\0\0\0Eg','CA',1,18487,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','GB',1,18490,'brute'),('\0\0\0\0\0\0\0\0\0\0?','US',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0j','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0w','US',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\08','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0.','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0.','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0.','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0.','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0.','US',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0=','US',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0W{\"','TR',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0d','DE',1,18499,'brute'),('\0\0\0\0\0\0\0\0\0\0e','DE',1,18481,'brute'),('\0\0\0\0\0\0\0\0\0\0e','DE',1,18490,'brute'),('\0\0\0\0\0\0\0\0\0\0f','DE',1,18485,'brute'),('\0\0\0\0\0\0\0\0\0\0','AR',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\06','',1,18482,'brute'),('\0\0\0\0\0\0\0\0\0\0GL','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G	','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',1,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G(','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0G)','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G+','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0G,','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G.','US',2,18470,'brute'),('\0\0\0\0\0\0\0\0\0\0G0','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G1','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0G*','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0','VN',4,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0;','US',2,18469,'brute'),('\0\0\0\0\0\0\0\0\0\0ٕ','ES',2,18469,'brute');
/*!40000 ALTER TABLE `wpdl_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfblocks7`
--

DROP TABLE IF EXISTS `wpdl_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT '0',
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT '0',
  `blockedHits` int(10) unsigned DEFAULT '0',
  `expiration` bigint(20) unsigned NOT NULL DEFAULT '0',
  `parameters` text,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB AUTO_INCREMENT=280 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfblocks7`
--

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

--
-- Table structure for table `wpdl_wfconfig`
--

DROP TABLE IF EXISTS `wpdl_wfconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfconfig`
--

LOCK TABLES `wpdl_wfconfig` WRITE;
/*!40000 ALTER TABLE `wpdl_wfconfig` DISABLE KEYS */;
INSERT INTO `wpdl_wfconfig` VALUES ('activatingIP','190.207.178.145','yes'),('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminNoticeQueue','a:0:{}','yes'),('adminUserList','a:3:{i:1;i:1;i:2;i:1;i:3;i:1;}','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','info@ofongondaria.com','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:2:{i:0;a:2:{s:9:\"timestamp\";i:1598703000;s:4:\"args\";a:1:{i:0;i:1598703000;}}i:1;a:2:{s:9:\"timestamp\";i:1598962200;s:4:\"args\";a:1:{i:0;i:1598962200;}}}','yes'),('apiKey','ced784a8cab3829c12e3ca8f11b5a49e7d33836585a02ff5f0ab7937d3c91635ce29c9c4a85d0dcc22838837cbb3c77fedf639b27754361c5b58deb3dfa0ab01418ad012f850254713024eee4ceeb492','yes'),('autoBlockScanners','1','yes'),('autoUpdate','1','yes'),('autoUpdateAttempts','0','yes'),('autoUpdateChoice','1','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blockFakeBots','0','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','5d5804f6959aa','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','\0\0\0\0\0\0\0a:2:{s:4:\"hash\";s:64:\"30f6a4245e5ac24275cc504270c00079b7ba110366e965f7aeae19cad59de525\";s:6:\"hashes\";s:120512:\"\0W7ht#	q)d$\0\0(띰xJ{hϮ%\r^:(5\0(ZYY@Iqȗ#T@\04ߗt\\vQ޹\'_ajxҦ\0E=jȋ|p8.½֤SGp\0EqxPa>bvDo4VG;a<\0^N弘ae|K-ܰɜ=\0b&F%|w*Qr;|/=(A<\0#B5j$#j!bNj\0ۧ4(KI|0qD.^v\0iք\"]^XD2](\0/o):4]_+̔c\0e*@t\"q	ȐN5H\0Z̈~0=G#CZ}*p\0T|̅_S8O0μ¸06\0-bsG\n(hr\Z.n!ez.YxʦDIXVfEWeG]q)6	jnNؤ^}0[PKXs+ȉawS[U`|WSPD羟Nhb!#8i>kq6RE5:\";Bi.qXA4uU+ױϱT_^gyzGL\"1U}6:l|(㜦q{V~u<Dho*cϬ0xcl$	4mo`vA:`{rf_S3/sm?d^͔0X0#q-ml*$2]%*6\\dpۛ!s%]ZYoݿr;G\"Gu&w]-H\rRW\\5\'=PsZFԤoD-x?<uqXQ7ai\rICpEKykѩ}ˣ\\$p\"&p+^\Z{5|f㵅SLo3ExѥUq`q4uZ[n8Or70H01YL$RRAhJ6Mw:/7.ڏPh.BU-ї\'Tsz+pp8$h\"d3\\pYQᣎK4M˻yULKCWa\\ˁ\n;0Ġ\"fАΟ\'\r͍DdMsǿڴ$2j),\n\' #69\nږmK2efte4\ZGG.fVy`)\".o[`ϐ\rnjnviU\n@,+!%u	re4+JuP$,WNP2\"Ş,|^y޲/\Z(A1]/ƅBMj:@ѫG+SfdVi\n6Wԑ\\<OEj2Q\r|X6/46J?XGX~uic\rpQ활\r?cLTӊqgȫ?crȸtdB\rTJ,Q$TDh((ZdzvO_;ƀEpY.&}_	QoSnn̵v\0)Ӥ:DILV\0yZ)K\nܘD~%Roc7\rL>1݈]^]RɢNFMJ,iI.2 >1Z;ר1ԁ$!W:	SxDq5/w_W:+f1zg\\YmxGO0jo].㖽B=f~:NFa6ա\nY \'i+`fGYbmUPMJڡ0&CvM$O4-K	o6lb1E;7x?-ǱZzE*nkEm@1sY#1$\Z=IbXBr?ͥ-!i>`]wBκ@kp&h4ԛ2mI$=D֛&Ǿ@+բz=i S\Z\Z4ڶ1523\r#?EQLIm$ZB\Z!&͖Ck`7\'/]i5\0%%-)^\\\0t`k@UOŔcp>!8HB6=b!nz\0OS~K|$TlJbOwf\nTEg\ZU\rKNeӌ&ЎuѡIqtn~T	_j-%?70i}eiZO&E+rXe{emX<:KSz_oeŭy^/?h;@rK%LPfc(|_]U͒o~MEs@Z2]i](J~n3ϝـhjqo2kLJQc\08|VANں)\rmMADos,$gJ	Ŗ7l}aw|gRLh!1R&\'kD\':8YިKAa-RHT(:=ߤ\'\\\0|8(]xZvJ+~S$ً6vgAќʋQ?j`JN]0&b\0V?9\".I32r)rk+`NiM2]<	h\n˥O35F\\\0,vS+p\n.\rJ*RT	!A&UBtG=_:\\]>i?η@ڹaKպ*Խ+]ҮgƉ^62G\rS|;)$=Xn!l=@A:V56Ux5Px&:VV-qXA9M4-t\n{}MI	AE0N.T0b([oYd% +[B f<3)|xZq@51aIxMOYU\rt1#4䂹\Z\'&8\0m9;:ͼff)I;Poi=DᎯ0Slhsgܺ{,`h`P*ͤ!j1m!~J\rO]Y<y}\Z>ɺHI|PBbe^Έ;VT1cj] k^O9A9/\Z%@b.` podf?jrYe|Hh>,ecRes5-D=<:3ϩM>r6Ԥ%zuۇ7}F[yx]kݭYr9IV,C2\"Vlp]l2Pf>Kp֚Jbvw`*w}*ʘ)>2qe^)PnGfR@Ol,>iv:`tQ*8\'<\nJ;H`Q؝6pqa%\r	\"An3HIs:Yae0BҲyPp\nﭾ!Λ&Ʌ\'M4BS+\'4&$ءVggog~m//&t+s\"#:Zܯ4㓉&_&6\"xF|w`AZ_+vL\r}NP6_Ұݾl2bqÜ$Uv	l,s\"\rm`YדUX^Ms6RH@	&冾Bx@dR#UOPgsHo)nWr@*9Vμ[EBu}<\Z#d4*?dQ]Bx.|9D:h@Q/U\0-|_ۢ1g-+}Ԙ!^iBJ\\W]f@@w=	.]kZ1љmG]x0	64 2DMM$\r澐i\0	8\\ŬjAʔ5+XoTm_|	Myu$1ck_Kofm%	g)[.r\noi{4Q\n\r8H\rfX	vlٮ!Pm\n6|ϔK	~Cȫ7:s&ujt	+{Rلnt,Ǟ`|U		#t̹p=I\")F	֓-\nqUi-$h*ml	VhLC»>U8.`@<Kh	ͿU%OHޡ@~x\\6~\n<:XhQATop28>\n*<ӳ?HM\'VL\'[R\n@&[DqSBN#FB\n*An.]Btv!WҧMw9F\n+P_tQVo7n\nz#8J\nv?u	fh62B?2\03}\nxmnV=OD\0T)U\n}.ve\n?.zE+ɡ\n\\_9()7\n/S\'g߃v\n9dg~@|B-ڐ6=\nT[Cp(,_V+L\rۨI(.\nsHчc -y//?\r$M̤j3\naqYKJҔ΀p\ZJj\\P\n\nڷtn\rEanJ;}(ҙ.9\n W\"w\05S Nrh\nC0pFdl\0\"u~2\"Tp\Z\nv[\0XZppi.c;~&\n&)h4_`FL<:`#pf\nRW#ވ Qē4E[\'z61kK(]1zukpR!YCL{z),\"wWSJǲKSuᾒMcccdD(Q\\\ra[J?T?Gd(stBUI+uCRSF2>3`v\':js(-N֠N3:VS;CT\n]CrJ2m5CZ\0/@@11S.>UB|2ӜOU}(԰tc2ĒZVR顃[l#4>1εEl|lh]:Yň3	\\gm̻1)q+#b^0rR_ҲYn,J́TNB(-iDrȭ!wzL{Jy7-mG鴞Y[kEn#XviwR:M7KkRD. L9%SJ*n\'ͪt^VɹO*(7Y(Vz|%\0\'jlص$hTC՞N8kȺym-BYVAlͼ2VS#nX6XDUT=1O@,x )\r&d5s/,\"dw22\rމ#<*Qf(\r1?;IB=S\Z2֥͐&׆ZB\r5CٖNskl\'t35\rNIYԯ!6)IY\rQi^\ZB|fC-/rUY٢B\rX[cdpSs3%.X|Aw#(JL\ra{p9(A)ˡ̮SPVs6#i\rnu:Ft\Z\"P9qPRPA\rk<vWPvg(Hтc+d7\rYtW^}rIxۯu$/dMk\rU:w,&Kp&\Z\rXd	D\nqbc\Zu\rٓC7,<p,L~rYs#\r\"(qq6ZNş&h\r\n*J6V^%W\\y\'h?II3z(BGQ#`pS:eJ&/ʝaɋ`\n}\Z\\x+G\\%RO6}㕓悫-FkRV6G_e\r\"}Q^uYtYsNldU|7tUFYnaIWRHjwHBBuXp\0bUe$O11]Q[7*a3Ǿh,Uc\\ki6uJ\n3*KviA&4=Dq!蓸֧f;4PZeO!vx.e8jY0\ZPP1S/0?U!͝6??Zvw=2H:)x.o\\JtLUoL~)6K5S$ʂ8⡧5gg73lsuؾyZwڠ0YE\0身i\\|7wq;,rLX\\35qv.R߼h<<thD$\\1l$y,`pMj]#WBTmFM(b;ˏKg&\n-nzEwc@2,P0x`ՁdZvs.k\Z5\0yX$j뤋I8@t={9v>:̷M\Zϵ\rBt\r3tC Y\nH$$T̞}^pfO]ǭN3%\r\\-AJKK7Pxe\'PHHP=,LN}\ZEO\\0uFOR\Z)ā;S\'bN<vwLSڻsT|>Qi}GD7OF5BNov:A_-3x\ZJB@ky50\nQ(;4.`Rw|lSPpkGM8ԹfEx;˝O[J`uOv&_-]E;|x$(t`\"/\Z=`>&oR֫	ڲ}Z	w%(4);\r;)6qi9C2td64KծAU)۳!Pdlw+>;O-dG;Ϸ6<wj;V4dkԷ܏>Dj,pk~*d}[H?iK[i/(^\\4c-Ȝ)͗۷@c.V_;q:uMXbWZ`Eض\rSky%/-u_EC?oTgNLC\"M61ɿ\\)ji]mb#6C2ao2ᨁFˁLW%\rVJ~p$P(q\0RS;\rs}o%XOwR	\\B;zb#qlESWDLex骴@m!~|dET9v,WыʀKK#\0f羀PP\0Aw:oHRRESGʏT-a*Qf,S7q̓<U*\";br^&7jFőұyZA\"Y!	=x`Jߩi.?w~/\"wU{Lf׏1:դy;&ۆ޹[rDbNv㤄\n\ZwrkHuEN/JYgSi)N]o}0<,eS</ܓ8CT2IUXjF\rPJ6\\d$Se=g۝JްS0ilww4:\"D=[Z\r#A@f31_<v(QNYCwo}z/+x\Z83ۀTё/*2^oܰ\n0\01x?F(8V/`8Іt2:]XK%	EL償t~nF^mKYN\" thRDP>(F-$>QA*0l[U[A7EOxƟ:Y{ 2gZ+j{hN.m۩+6r0qX{4a4=PҞ%^\\$rfz;@h謬&f{2T,Jg~KObH$(\r_\ntl	6Ax	70)P;\01M{}i)-[\0=ֹ?+;Q/׬W/{lDAURprmm\rF6طi(\":@c:<R)%+:G%Cy*m?۴/\r!iAHK2w:%.;j@۴)H&RװRwciFz\r_c;QAJRQ6}%\0wQ1h~B׺ʌʤ!gy{8٢7\ngT1^0>\r劸֬+)7X[_u۱H]\"¡`nrXa;?~Rq3ٽR ar\0B<c=ORvBn|JIn;51VSK6ǐHiI (.fOdx,0XlJ.*Js9&$\rNZ/aUƏ`dL?>C|^vs_%W\rJ*fzKHvM,,z㡫?jk[0}SbG?e?q7#pjڥ|ɨ\0YO|aV3EFW^@l24K<\\/#\ZKzMr#6hq	:@߮\r0lҞ6jZmc-kYxJ5_*]O\\sM\nT27oڠCg`c˰mupa\\|/Jy2fy2qt@WkmxGV͒׵pzk訍n!>x\\h|,e0?s4n,Lmu\Z^΅hU}1}=zi1Y2&ۑpAU%fG<+HH4ywy\'hzx\"v\\p$bo)cHvSn_(aWcʹA`kBʜѮ,2S^úD\Zѣ0?ޖft&!-U8<Gz<3\0R-k,u׼)\0\nk?R0}<̤. $^$mw޻`.A_[rE]J#+ߘ4D,EǡGfy5ܟ@nN	36M[yFRDm:m\\,T3y?PԈ+oKqraUWjj:MSC\0EpڎU=\\ف2%72B99k\r?rqQe-=Ozγ2z!.w\ZFPASӃPlZN!&Qw|c;\0,2aڢUPrYo:W3\"6uxhSئ3)]TCˎ1B\"$Ϥ_Y[^e\n41LHݩ̨<W`e	U&zտRB=PKqFu~\Z8W2\0	e`hp,-n};F \Z/q@Q!Xw>7.l8leQ,	naTߌCӀ#YU\"V1	]98}.@\rf[ɖ&1^g+fV`6)	5ESjrKuj%pA9Xc<_:l#(ǀv)ɣ,ĹvV-nzWE2DH!~\\ꩠFiV(~n&^VTSn^Ey	u\0ci^Su%D{ox\\4\'10pG&oAMq5@= PxN^+5H9_r?MΩԴY5D`$BfyISWq؛rcWVC6\rd\n3[@\r܄\'Q\nŒ+NA΢:W<\'dSB4,hܟ+{̗r~aAďcKAjTG/6\n]<E&@Ƿ(\0a{|,@haZݻN/F]\0cOJhÙ +Ra,f6!\\I&C#2M8_6wsEUP[Wґ4L{4\ZUuw\'瞟hQi5z\r&Ђ`~\'\rQl;4ec1b0w~{wcj|m]a_7q/\"]$&<Լ	QY)\ri\0\"4ߕml\"WKxI0$\r!L7K3@\"[q˯v1 K&.D,p	ڱ4zή)F\r8xNz$wFm$\"]Xe\"?|2Y	Ōt-	ࣟvTը2H`oHPOnuDpRֽRnOk2Ω@7 \'yUٙK;@I:7}.a	̑HMϩ:	qFCOc#y\r<եl4֬(w	](S;wAq^;Tι[cJD_=$xB2냙$5)SjrxVIR-[ҟ1.;\"=1(C]e(d-|5QCv,?adkVlEWR*9)7mvXbڷ\'p	Z9@S\r0,t`2plsW)08aIpopABH7M) JOb\0!X+c͎Ǯԑ8@Ghar6rݔ[-l+\'2YU~nZcttMh?Dm%ʋd]\Z\nŬWOO,ԺNE\Z\r7hZBLG+vSd2\Zi\r/quVcx-ll8\ZÚZþި6W2lI96G\ZBXf\"ԭOݠ%K3ѓ93h\Z42o^iw$Se(I}P((\ZQ\nS^M\0Ù]M\Z`:c\ZTcς6[LBcl\rxR()a?\Z[Iʙ`:}V\ZTDn+/`{\Z^\\%kOei:io\Zxy7{ zQ1+5:#Mu<\Zdhƨ,ȊaܑiK#A\ZtY-{RV ۷FR!%8`?O\Z;4JpRӗڎXV\\2p&\n\ZmҴ`S|0	SsEAL\Z䜫:H2fם[Jm<x<0\Z7۴>0XϘ\ZKGUm0;A򳡆-vn\0]І{lCMvɾ@ƑT97C=yZ3Ήc3m!pr&,Y*l}Jpx5K5&\0CRdR5P,BiQf7Ꜯ&\'dWzғ|1Ɏz\"z|seQgJЭz-X+|@Vcx瘝s|0vɶP5T⍠!wRLjZ^\'{ )8m}.\rd_n5i?W):\\`^V=w=\"[<U܀ĵ9YCW-GMdz[gbꤼ&{737ki֐5є3N0P5y}@٪b1po4A{/\"ru0yLi(H\'v-3*3^c(^U#gphz{:7bc/LV9bar~D,?ѠGd)FAu``ڿoۭraچc,=sK>Pסe)9RB[|-s1ʎSPEGI45MCgY<-bO,w[6eJG7U]\\J5\\N(-\rX_j\r15-Q_Y\ng^ʸ\"|.[wwq51DjLH^t+?\Zci{íq@:[bdl9ր,ܱMS,elNr}6n\0O!\"j:(!b*C\rz\"{t\r =I)^sb\ZZ\nS\raL& v3+kCJI\Z<\0P>%@5v%( JaI\\ѓHO\'\n(Pӳ\nr	sJbmLh笇[\'{0luʒhkFNʨ\n,U|록X5)aTԩ %2Ryūi*%h%$)`v:#f.xd\n:xA-H>Jy;<I8w2A	ڸ؞02yK|_%d`29xmlQW薕U=dZ	ʒcWZ:wP{6Ly?طcI\n߾B2ߵzՠevz3ƘU{^qa%IBЛW<VA=lL^<kLsjҥ?bɖȒ|B?-(+xd6SPIjҗ:K-`UMun֧]BeIY\rf6y;6\r),P 6;\'6\" ds\r=V\"n*R-!`CG֋م\"^e\n|5.ް8!9:%\'&;CrAL*3q8$\"n$Foef$S4C\0}UJ5}&JmyNL5\r\Z0s3u6!$0KJ\r22ߖ]Ó\'L)NޢVB nLc\rʿ52BG3u*0oBǯh }CoG}Bdg\'q.;FrP\'l1e^>b6chNE4#\\GYZ>AQb&YZo>Qr͡i9\0T9\\>$2ݲjrwhqMTUЩw͙CHN\0I<.OƏͧfh_2E_T.ZuiYk.\\{g:FhdaGI\0q׹a\Z}*3yXZjoy\\oCw=usn@=]N1%P0.\"pTӜq(%7NO2EcZWq85qr@7VRۘ]7NijR\"~RO|⺥f`S:\rb-\\|ۃ9Egf]Hh~wwO\0LhD:pJ̺γSy9s68rMڠc4boT,>\nu	U`.9>Y3`yk6d?j/&b\"\n<5.Bzn1YY]}{6^\roʠaXܖ^	 X`[Z76.-*PU-8m@e05\\wMv1.ʞRϻjcTxFw7?D?Fa\0-@h1+K(a]DR:[_I3ywtן#F3=22I8JpL]]}0nJrS5btLȒ|n 4\0ْ\'/XMK,f\"*Z$4 .,2F*z&@;`x^#.W(` :kYMjxRցִP=T_U~Q Hʱy4BW@c\\JqGC WaQxD2-q%ol(]?A l\n°&|\"wK~30,>P&w \'Ơ $nX37N<g YL&> G\Zu%X-) )>Q|	]vC, 7ćK4sNs	Q<s| \n	\Z?`%Tp6#IRlR ӌ[*ktC`x{c!ՙ\ZVWSst @W4n*tQ`EJ))e%C!Bw픴Q\r\Z-1O!Tvα!)u^)h\rȱ>uOK,hc$!,els\\055.fOte}!5AR/{CaF9Z_t%8,=۫!?U!)lnUn(\ZǅFZn!ZmNxI>W>%*r^#\\QD!i\\ ׌eQ\0rz.+;\0\Z)o53!\'o]tJ:soT!x6^q>F70VֵV>>!$1ŭ95\n2d\\aW\Zq3x!:qɴ&gz68֛d;tV;U!&x[w)ȃcNSa!>$wĜF\n%`IJM6o(!5Aà~I \\v(cF!(\'eЎ\r804@dD4KSkV!aZU/<rg$R4gZ0l!\r;m1ϼ.{r6@CHc^\"A!ĩtXQ\"ђm]2J\"TYKJ,/\\/ d\"h>:Q sikZ؝Ew}b\":+@b$TAt6r\":fnJ\"-vSX^\rˠ#\"JRIx9Wn\"aԙ\"L0]ӆ٥y)UeP^A\"\\&S^\rxQf\"nNv?Kg^:mBlbZ\"$l}eX\\%\'AJ\"	.F͢Y\\gFy2\n\rMZ\"G$@PĹ\Z7~ԧOƦpdb\"):ze0E8=!7Ӻl<ZP\"/JK}uvaHQLE\"!zFۺ6&\ns|\"ʊǏ5\".Mp-zx)R.%.8\"،V2M.\\e#Nȡ>.:I\"_rЏMDZNa\"Lp6-@!#^kYڮXVFX65\"=\rB>\"H@Z#XVWΫ\"80#>nylvƩrK~8\";z`~g^_R5т(#ğ_ܵ?W/C+UKG#2s\'|x,q´ޣ\\\"\\*dq#Lj@P\\Eȼnx$Wҫr1پ6}#2;#/7\n QrsE&]IeYcg#Oyw;pӿzw,!:;umj)#SRm-zşQ\r: QV#fW*o_\nU8_\r֣z#mbTɸ=V187>#_Ӂs(sxa{ۍ{A-##̨wA/c[&Ge\Zx%%=C[a#gCY<bIV?Ji^aUB#yĽTf<,9z,;P#ә>ho/>,Fm@`0#g#\06|РYD̰أwty#M+B*TvGǒ?oLJs#BoKmuqGKL5=O#V}驛F\'y#v	׼\"Ù6GJ#]=0\n\rĞ^\'<$_-\'8uPc6#	KEum$\rܷ2ݓϼ+BɡQ(-$#\'b}$X:cľm]\"V$?\ZW7m(w{K\\۶׮jt$Cr{3;Ln,uw`7pE$Il;_W\Zd۩Έ\0fm$XA883k.b4DZ쥽$^W+NN	һ@yA$G+Z[($h/*ÅZOx+-롖HةTE$j^2	ܽ4`QQtyTr\'$V&<% 旅.l㹯$E,_wMJI:W~$`5~VWClZ	|GN$۱lЯsF,ųeIx\Z:>;3$]:)~KF,B4w٨/c,H$ԑ<*Y+`p_/Ȟ)Od$`MHn#<K*\re%%klf;{݅T_<{x%[4d%S3BG\n9K\"Ufq*Aj5\'ϱ%Yy\Z@ڤ~&Ǩ1#2Qi׮%nMǮiD7@qV#vE>TCdW%v+4)%Oi+adgF2!T+%kr _SpE3%f3qEb<r]B[S@k1\'b%>fXJ&Ж>Zy2p#%07s\0\'zM|:9#h7dJa6!\\%ƲaU>ZZ	YD^@NN%%8X_Ҳ%$9ٔ*_[%܉`nTKxCt&Xy&̷-;בuH\\s!5\0&\nuOb&\"Mf?+AT(M&pj+Ҋ%s<\\$&am{[>Bv\\` :nwc)ߗ%Z0&|O	g)2*׫7o-r?&[on laϳtWLQOQc&ٖ`#tޙ,Q)D9&t*2~|1/U8VY}$&m4tXF@RʏbL\'l_JVSu8VHJyC\'DĂD1`گ/5)F1\'+F.}M>W\nwJ]}&#V\n\'(\0*Pg\Z$\"PHG!5jN\'@?B{uBti\'S?\n=PC\'F.1E)H;l/.n7|W*\'GLs\r+QN*+r;_1Y\'S{<?*f;/{\'v\'k7^Y6֨{J/՚ɺdN\'Q_+g*drVǠ\'*\'pGg_P@EuE-jbc=H蠕\\MW\'$1,;bL(˓̰O\rMgд\'iZ\"Ʈf=DFG\n_B>qY޴\'*ǋw)M>SY\nS4vna\'9_eZhZVa釦vu[*S\'N9rg_TȻkBy\'q&1,SNj64cG&Z_3j\'^5j%Vl{={m@\'m/lr8*l	=$枒=h79a\'j*,A.+-Tגּ*\'xrXk.~b5ǟ<M(:MQ =ߪyyLޢ(Cd?hvҺn*1ZV(=XtwɬD.=H\ZS\Z5w(?߾nT Z𦆽\\98vW\Z(E\0	73/>u0AH*$\\(\\ðw0#rF߼٥^GAcw,t(a8)~%cG:~\\\0p#tF?(fp\\3{?\"];>WqB5mo(nssTj+<$|rE~(y:wj51\Z!`<!_(wye\r63TQ-YT=G(Θ\\n lpuꑝ&]yiJ)(fqiIp,K(íļ\rC	vSKO]l]t(m}:փ{Fi\r~^`@2$(ڮwS4Blq`8zW:5HI)z4phziTv/԰x)!/PdtO;DCᤉ7P5)%^Vt_\"L&x?.Ҫ*|2OQ)JJQ%x\Z	r](R`)QF޶cBWk!)Z!YٍPA;]n)aQOhС/zàS\06`)}VOg-w/^w6!E~5On)!eФR݀zgg6эl[{)Q1٪p$2˝n#[z*/	*?|*&Sƽt0*%ҹ-m\\(<`}yx	[l*0?\rYoXd	:@MFI)*N骱wju\r3*P|˿(WaOBAe:+*RNڔ%>+߮6n^wj98*en|ӗQDU[M!B\ZX2Ugy*j4m3:P0\0\0O9`*k /YlI>CK:xAn6[*mҰǕ(ySlSXL	3QnT*YD>)k\'YO+j*UY2F*(9͌v&5d2|ќo<v8*nTHSaQpGegz*.C)iXF89ю,*jlJ[ĸدiu*_	*wVS1Y\';n_b6+%<hat>++BPxP\'\"XpThw\"e+(Oi~.I%ƥ?\"~Y之boQ\\Y+EˎR9KB$\Z5ާWd+I* \"2:Gflp=+^Hu߲֨nTZ7+kd\Z\'ȍ,GwwqN+ZP2lv,,2RV~I+Zr\\azk̧αk+ Wqz\"[נ˽_{,\rNMd_z_T3$7Xc.5AX,XمWvY9bԁ\'7 }\n,#|xIh܈G:`3{_^c,m\ZrbJ|&\\\"C8)O},~8׿K3k.FP?R()ojrt,1^7\rx6$\'.SWF,lTѕ%P~Ȝxq\r޶f,gE^\"5¸6FO,ڀ1f,Ms]B#^X=d`,ԀJ`j0A\n*LzG,iS~?:5^:b\\BGQoz!bvE|,㯢/z]_Wpd.f-7bkٚA53gFEk|^ڒn^)-#;ŹDoIYMAu-4akO67ZޡR)&~	-;i\\3.\'=Ϗrs\'1\0<-HP{cܻ:n{2sZq:7A)l-ӌl^.ԫ;	><;nC\\-ת1:c&h	ֳ4VF-,h8faPjgW>q\\q0-kyn:Q2 ?x-vw\\yU+.$aWݕ2.F.(2GKzj\",55+%{	W.~\rB|\\}:tJsfZ.\"wk~?\'L-ʅ+?.%%،kɐTaEQdu8ٍ~3.)y\ZJ\n*Fh,TTuԃ N.KnG\'z=_ĨK\nO`r9.d-vۺŒ#u7)ғ{.{fZ%{34`zo<\":qe5Ab..I)6Zn)\"6\Z]\r3CFZW.)G]C{.=C+[p-R.Bx~Cd\r(olv+k\n.SP*6;]XRCɆ\regf.:%q/}!*:r\Z^E/uC;,!0AA+Cǟg23/^W)H\\y=Z3%1q^QdaH/&dxG:IVt͆YjM?R\"/#ׄז4$ǽ~r>-h%8X/,b2H=XӲ\0DNb1/.٘ÇKv\\)wS/70/!BsݒoBͻe}y^/>wi`S{oF:i8/M4H&ol=|@uQD}Wp/_9^`5JҼ,YajKEl/v \'I5R/^\nBR701nQ=*Q/|w΅jRzZHcxS Jb͌/ԣZg\0cVץvdZ/	43sx|\"@-8,^F/GO%<\"!5Ĩ`0<hCJ/\0NKoʩۭ詡{ngg/|`zZ\0^\n͎#0\"\0@/XŃY]IO/)˲jtS+KUVSx\\/?<@qv4?rcm5/FA@TZ5a )LOfWRl!\"t/JtR8֓9HdFأ8/7\0qe\nO^0sԐ@7Ty0!Q+7`G#\r)S<\Z{b0C?Bk\0\'́<ג+F/&\ZC0o7Ԃ؝^\ZtU:+0COܢ6YyK8<GTJ0)5iKejՈT|F$4t0F6^ʤp	,wR}nlDoYDȌ\Z0J;;Qx*,Uľ<g_;o-H0X!ލ\nB\"`Á6D KP?_0X73S;\03m&)$K>7wtT\"0[nڕrwe&E_JC䒈0iG/+UW3Ii\r·8صS 80sa`\"*m(|-=9ƄA@0(<~U-t.&]%/w1Ro0Q9\'j\rpWCmg0bu+<0gк}bIYwe.G0pʊR^=Yo(a*7`0,d9ɘG\n6P$JC97,nH0qeR1:\'QDuhVwχ0\rXyq\\d]jŉ: +R(7Η0?@\nQƟq0	2zRo@0YiѾc1ˁ\Z[^r0\rHCx^\n#QY4NX1!3Q*\nX}(bz=./1&ZV0c;dClξP`c1/pJVQ2v앀]L9e?4J15V^,gK|#0Idlo1E(|TVc-N¿-~zn}.1\\^8.ljЅ4x]|1]T2J\\+	i6SvS,E1e䅁8oNT:w8<:1u\'Y	/%\0B\01-#$p&h5hJm9m.1SP^&! !\r\nO6\'R 6a\n-1H\"gyц*&\Zb&fK1_X#/I*DN|qx ]\n\\t1f@g<g-vIP8ၳ16s4>gHTs*NVB1\n	Tk5t{j.\ZB5$V{26?ô%I8#AaW=ҀVONhE2AWB]b}cޏB#2BQb9L\'͛BBT2DlyO_!DFjF^=-vQ\"T2v2Hs|k-D`]^9c,2SLb{Xsǅ*@)Q2vziM%\\Xt#$e*2{yC$%BE;4>f&b=r2})vD$t2.P엳2AG8Q2ӆJJ/CC7N֍׌\rji2MmQf!=s*2\"!-2ؗČ_g[)@23>,.2ٹ<dI=@M8>4c!^i N3fKfY8~Dh_驪%*&zF0-3(J{*\r[ܽ}W3339DkNd\rF$O2>acc;S3E!ރXO+)\r^gPǁJ3Oj}.j	^W/Q(ϿиhBC3Z:2$FyP7bء: yM3r=	aԅ6~1t}k3i刍Z++<A&n?%3J~wUV.gD%ޠ.P	<Q37H00ԭ*:>a_r`g3լKYCX-kg9[۳҄4P\Z+KibEWВq`r\nQL4\r(HO_)yJwL4K\0$|%ܰ^qB۱&K4,jE6@9&YPd4-;*B_|TB !\'o\nQn4We.e>uɑyVc@4gѓ7G>\\JZl24H}AC{Hh/}sfY4%C]q@m7kDW*_4]]@w:yٺX)%ǀ[btbsm/94%_^^[2ɝis.Ǫ-4ˁY2˽5Mf՞v2,.\\~4\Zr}McP\\GϢl8E5c[/8>8g1ZnBȥgx5IwNezվEs-M$g$5#_D؞;}6]&]&ig>W5$;/mkz 𙠓pA5*¨Po;,XȋyE[~5B`DSx|4q|ҭ^]5YY+W4~:j/:ّ,j5ox~,\ZF<H5ͱhYI&BiUI?ґ5	XxtB\Z}OL=\r6I5f`dP&r:]ﰻӏzW#[5`Hֺ>R5EOI6=G!J|Gl̣8(xH,Q66G\rkH:\r,6Yէjh=Q$rFa6XW\r2Ya\nND;3>?)?V6k>׺	QHa[ב]{9F6tY~\'IY+65}jghy:6RPJÒ2]bD\r\0JnRiZ6}o\ZSuS4̀n\rh6\\楅Tb{)p2u,օɥ!wlb6ɕIңMka_G#1m6ռ|d5l¼g40\'B`V6\\\ntÝ\0`6͋&)nek\"Sh7ISXeiNn&役day7\n@3l,UlL԰XfRuDYRsm7MI.-*\r7ȧ\\ݱє@bdx?7)J2,\"\ZV#b{7\Z>Q;~ogYF7]UP*2Ҫ#bV EXj7b18!U=ɀm{YQ7m0 䞤3ţK7\nFg0bݕW 7nvhXd\"͉Jڈ7qp.}a\r`7nsB}@Ӆv7ق\ZE.E{(YKhd`zk7#q$TT)Foe\'&?Prj%o7@lDIR*)UҵR&\0e7|&,SWĦl~e|T5o8K*}\"}uaک}#V^}^g8Kǖڴ\"-??,[{/Ou|Ep8`ѰMU8?i$\"O{8o0;ৗPj둪9I(hm~8~/S#WUD~c9uuTv8ړ1b;0eR juU``is92gK:raW;\'ӎ19>|yɮ,naS>\\S9I<Ra~Te8JG,d[Js29P6ATa~R,~F\r։+o)\Za0p9PŠ`8_K#,lSVd*6T3-`~9T-Hȏ :91S\\\rb?FC9Wm\Z XQ?uM\0Gu7nO9e9Dg2[Oe-DqTnoK-9f`Ewo{)Q1W<ɋ9pmRzmAq*Z3V\n-97TBR#[\rO:K)X95V]*sꈻjq7˨39æ%!bdV@O GaM㾨\n{d9n~AbHcx;Bo>1<9J|UA6@)Y>$Uٚ駥6b\"9~%q2^JD3]Z4qT9]6z*6ujL\0<)+\09$2!躏uΙ)\0Я9qBYaهsdyPù(Cl;]%:Z?SjMa\0yJc/E#8s:\n1.V\\dS=\"E,vv0|:k6ZJWj?vA^a-YE8.,%:O3֛KiD--*3K/:j\'}!}DD%X6D:\'\Z?D-Sp\'Lo\"u`p:me0i7Y,<Yވ-|:d eU&\0WC}>a4:\n[vg%Gpa?>m_k5:U#?_jL2S2UH^;R^y]%a3_);te;JE]Nj.1*EgWM;Wͭ%H)w<~D|7V<J;dߩ,Zz^uXј8}l$Y;glSɹ\0G,i8M\0;rthؒVg(eg1AH;zmpKm\0\']s\Z)MR!\\U<;\r\0osoB>Ô]ucrբT;\Zm}gO_t%nȅۯw?;0NU-\n$ΡJ;чQZ[h^2u*;7DnRWN4@Js`I;Pֺv}MZֵ&V<JS;ϟj\\%zv}d83e_;@_M-Յ,(gBC\'4/;]A(1x&̮^l_k8c<F࠴\0D;PwQtsρ<5ꩺպv\"Șڪ<:G&D]ԃE3 	uݜt< `2!l~sDU=TR@I<!{]wfְz=~SA>nJ<\'<\'[Oe0Րu!X	g<7SdT	{~}&(94Y_S#+T\Z<?ni6~ϊzӭDzm\'={?63T<m2[gC|0ڌ<x:wLdd|G%N=s<\0͐$5ŵǙ![G7]5+<H.<1zff:/|5F\"<^}<P,vuSk53lD TZ~O<.xnEej?\'o2\Zh<:-Rr{<ԫ!q2{Q:΅2U?=A@5Ӿ;\"vkkaϛa⵴.kgE=%x,\'}<*puXpsH#r=Mbg`<CX6.4x§{=Qsf#1\"C+3b5|<PC=ڹ\\0$[#b=$H3f4DVrj!?=.	ە &IgCq[OS=dtz\\IgN\nd%?8e%`s2I>\"8*S@-bH\"aiEx>\"eY-:037,jO>rf	/lٸ$\ny+b+0ZH0wbVǝ>@ZHӐǓ9)W|9^~>	tN}%7 6>PTϻ7r`K˒#F>EoG0W^ڭ>&in\0Y9>xf?)SvRKZnR>ԹW^;a*qoic>G+GY/Cꕻ܀6r&?	]M.nb4sT+H?ڟ>!dE_5;$~$&Ơ\r?) wYxmN#\"( 0wiIٹ2i?\'Ѐ|8i{_z_)-2=wmowС?,guV-Ub<eAǩKN?3ͳD[qJŎg*hY?5K϶jB *DP?4^?>ec2uu?H\'SD><56̧5c#_{8cf?QOxR\"&Z-Cj\r?_6b%㻧֪KxLb͟?h]0\0	BLJ?\r۴<~S1.QEm?YꝤ;ܮS{Bv,J{9?W^z\0Y*`\\P+-Z lo@$yZΤT+Ifؒc#pC@vPo4OuY7jѤ@s\'b N9E=оS0V{K@kX$ΩPB	=PS@*5]Gր3)A{Aq@:xcÆPVqt(*@CARA5P}%bI^C3@Lo֟Gj_x0`8C{p@`@Z=sX/$Xv\0uy8=7@^<۬\'=fn+~w;\0@`7ZǛbvP2t@hlqҀ@qbjuO ;x\Z{%y	*]@vKިk%~|``<5P.@|INAY:_I⡤a*)gF@~bR鏒Z^g4t\\E[]x.@ll4w2lq3P\"@F3\\;e0ہNQP\Z@;ExS\r=KA-py@@ɦ =Kwٸ\rk)\\Xsʑ] ܈@Q4PlN،F!KA$0jg\03dhfGTG)̷!A92!Z9^v*\0D8\Z=Qy\ZAbAv{/Gg^6~F\nĖSA	Az#RH[`Y|Җ\rxҬA5Nkj(W{l9XIk.Q\"#Ac76QN^\"Bz͍NA2,0F\rv<qb9&ǰs&/AZ%6PÙH[h\n@ <A/eʣP3sEbz%xK#TAjڱ]Uf89byFvw1$eAN~mDD*W \ne\Z^Dhu]A@z$zYumpܔ^6/bA8OвOzyK\Zt\\Aiߤ^fW͊ßv#\ZgaA)6.k#a\rUAe[	v̛3kg\n\"݌Atx</YD:=o	uB\07r\n75HτK~+DBoB5}\r}dT/ШȐ؎,BBI\\ccx|c\rwHN,4?B&JP:olG|P:q_p!~B*/zn-TfYzO|EVBF$b$.-zFneM*/|BV\n,O{Ƃ9Ң,BMZrDgKZy{!dVB<=P\'\rl5hhH@Cp32ɭvCcBR*8ŘT/]s.9T(BۥD~ǖܬB>\\_EqlOxy\naB\nġ?}VxqAaIwA\'6BIq0q\Z* Z>%C!lC6m菛ml 2}$\\A/C>0,cJvy욓(T݄ICN6Z:cz15(Es{(MCnUc]L]Ģ6C1rCt[P9o&іcvCǡb;C]U:3<v=\r\\G)Cvm9)wlNd?>oC4)iǌ<1u\"CO5XW	NJ6C]ת.7fbʹo	$LpDC3(`e#b3Տ~;o4TCjU#HL\\Y%\"rS{tʪCyԊJDoHy$+|C9~f~&%{	7ȡ[{aOyDg9ե+ww\'YJED2Pwr8IeW})sn\0D?j^*{2	Wc| ]ytDC\\N\ZK`ao2LJSw5:LTDHoBT\"/T[hN;*wo^DLSggݨ?猑ϞY1ћ hDk52o+פI0Dp\"bPmEN}^[:qfDTE)$Gets̮E\nD\"KꖌT+qr9tJv!!D%}ImF2=(\'+AXD\"e9VIm425CAP%_DƎ6SxhjﰌG]ii_DU;F=dZK/h-$X#D\0wVvRwo~MRDTX6_8T&\ZUc\Z~@Q3gTDz\nr#o8]q˩8gwD\nDKbu4iQ\':-!:	2Wi\\DN-I00?4zf<HnE(ڏK\"y69=a1c30mE*h5|y;f\rka퓤~NrE08L}qe%vB|:hwE73~K\027r\"U%-_:E:kfdtps*H@+I35_\Zr3EG-=|6W +xA0Icq_+EJVU2b7jMy8]nF}Z?4E`f;u\'wI$0Vo0H3]E}ZnՍ.G{$X(jyqo=E6x7nojah.e5E\'%Xm-QsĊKebbXpbE-8\nuT/§Ώixr& 3EЈ\ZT׵$;QE!!ͥ)r;n6EkS1$`^F ͥZZ(5JCk\"|dwqFkfSGK#:ݒmSk%FhޙHmkܲ=FwسY=!B\rJ9F!	P\r\'w:(Q\n=jlhjF+\"2|+FUÊ;YIፔ}f}|FVїa6yp\'3]\',F}&w=4qu\ZX?F{WB!Fy3n#;Fzgsf7\0BXзIwEFtv\Z:;`jʠBG^ЗαtGe)\\GnU>)_\Z1d/ڝ2>\ZJGBTg{yÈCI҂GB#(>+:Ծ\Zh/TGI}?\Z)[>\"n`CcfG]˽{0nّ)mwhnmTC&G^P[ְa+䂓݈mg ?Gsq\"qk,&u{ni>mGs}꣩~V/	ݭ[:Y\\Gt_!HXЫwcqe6>TkG~x%퍾˳>)d(\ZBNJ!G+8vͮ1g*=^5V逅\n\'G@PȃU! 91XYMQe \0׍`G?}o>UΌ5O*q&+v3\ZRmh@Ggr8,Bc]u_a\r̊;~GW\r\ZG$7iD>b^Ϯ4GĳYqU鄦l\"	,]fC\"sG\'Y75Tjd5:X}{GH{p<ZtMh`KALGc`B+91l%S;8B!G:}\\\r#}guHAf%1h*#\ZUEUh>B=rHp\r\0VQ]%<	&si\Z[HHeQe	=:2sO8OrȜŖH,o1@O>㍕R{5keH9mPȥ\"Tթ/5{!#^HB]=|\rUJ¢ Iwj ~HN>+fVQщ2^H`kfNLh`o[agvEHaYB3GDۊY|_]H{8;sP%;q9\\}IWH٤]ê\0{/| odlJ/1HQ0z/t$ځ7)IH {\"!b(ArD]R;HJ` tHV{H5\"wqnG8xCZ(\07H3:Bk[e<KRT6uLbhI10%V`ޮfa8~(I;BSGlDkl,\0)IGQp5u\0c{}A>INE篏j4G\Z\Z}CJCIZ4ֻ{җ7taxВH1Iy\r|qSA*	}HPI|07ane;\\UI>ٽ^iliA$UM>l)$iIg-ӮP?{uORRr%~I?R`#C\'\'\"\\j\0aR_I3d7Z4U!VR\"߆Kod(IBqM 5{s6 liY,ɦde\reUI?5jn7+#IkScJR2_s{\n/vgLi:%JeN2\0Y by_BQJ(|\"Dw@΢w;`SE\']J0^iN餸yLms{(JWejJAU]1^s?Z\0JX#jwӚYUZ+v*+J]Ơ<SMvidz>অ&<dCJj;K;s\\2~4J~=;녞#	\"K\ZE+13J3AZ[;` 3˦oJ4+`b	\0Yy6WqDÅJ Vsf^0G\\JYF >%PMF?iOJ	p5vv8( Jbjb4Djw*4鱋p-:Vx@~JN@`P)@-8YX-JߏƁ}0.pe	G^~QyJ$E!\Z\"wONЇ^mJP#d	T먎=v*Qftz\nKI1Z.|=3S0\r8]+K3SxFHnZDa۳ws)*xK;PasznZ*dWđj]rKPF1)o47@VOfU5gKa;׾$(Ui{iN)hi\'T͌Y01KbC\ritꅣ\r?\Z6Ke]o?>M3<XKxd]p씟6r7q7nhXJ!Khtâªx\0,\nywKzͼ3cޖ22?C@b_LK;ztu,1}V\Z&!5W,(KOEnAF>ڒd3\Z_0D)\'K\naڄh)Ĉ#巆BP$;L$QA\Z3oT֟xp\\Ci5L&z֏ͭ+	*&X&R&eLE\'JnE@lr!3Άv\rLOHTcK6.e;]Aes˿SFLS#Vo8ki.e\"kߦpLz7\ZUۼx{UW?EQK0\Z`hlL(pyp]&8,\"6$cM׳Z}uLf6=([х`#7~(aLO<e7j};h&K9< LC해1%PǭVq{{r\"H.QLvQ4xA>krk-\0L:}%,\\}~8\\Oa8DsXLܨ\\H=c\ZIpbxn5IL*~ΠExI<\'ULhk_fBL]E;B/y/k]r\"< H$LRHxsq5]Mf9M\nA\'J@cVM|)=5c[!MVsh$Cڝr+Bw&u&kMk_!:óa#\\	^1MY~q_$19w`\ZM[i%MAD.l.\Zn pTtMyL;-ڛ%Iu\\K|,̞f] M;*jh\04\'u\r_`t\"O͝4MĮ.4jW[a`A>?6eXMq\0q.2ݾA/^G/QtrMӬP=ȍM>lwov\0M~Yk@L\"#\"/;cvj~\0dMϸ\ZP\\x\09F\'?Շ=MSp}T.!$|N\\YNݝEh\Z,P.gKNmgl)A? NN9]`T*L)w\0+Ã-r]NA;ַo5906lÆlyzNL2hګF$H[=NR2\rQ${)NU{Wkz\\mlf#7N`?g\Z؂ˀzrze=s%>Np.j샣f7F,D2٭:2+,Nzҡr9;,=䗈dGyNȩx=.ےGnca(N\"?XhLf?e!#+ov`nN:Ǝ>%,7	g`ez,NvޏLTgwR\\Gh,Ne>h@J|jlŷp>UЏNj$-GE)&J4GꝝTNkӲG\':2]F+NYGDbi\\iRL<&\'?<U3XNWNlN4~ J&R\\xd׾tR_ O	Y@9P->5Uw\n\'ORkg)eFèl,@O٨|e]|mK~Fӂː;J\"O({\\ǨU^D%!䶣XXJO:XZ%M;	;?՗l%OCdo^r?Ӳd8&VOGޣY8+]^wtX]ݯs6QzOeIVi\\q<:mWDlK̈́\'BIOpb6<Fϻi䲯Hp\082C*Oe/<H}	JtJ3KO%zwvW8XF]lUOg6r\r\npHַ̐|OAR`qL?׬O3vv\0Uow\0KOW\Z9aq(:3+*+m;O~xwU.]bfW`hW\\ܭmP\nkH6w#rv{0=頻\0i.PzZboBL]+n@$G*QhtP\nO#~# |F:Q>݄GPkSZz0DϫI,1h]jP=q\"\\&4o0iPB1Bʍ8aSh@<^!|\nPBH<}FJg=rvqPD+ˢRƆ5BhX]lWP_M4WM$\r]\n]|a*Pk:ESv\ZLa\"i\0SO2s=P~ؤX7LG0QdkL;}PV\nB^~Uh yr.F>6pNPps%\\* #Q=QCg8P1mK=Y4$	r֨\r(|/g˥$PĽ7_cZs82F%\ZFJ:7PP*HƲB?BnƤ1K ]sgP3JFÑm\0[l%$\rPK&O5\'RTˢ\"Lr<ϑ6P,\\Z` !s3PWJ\0w~\ry!R\Z[BE&@$\rPO\r\0݉U}$a)S~\'A\\KP%?kN&{(bG!㝨Q\rLd^!DG4gt׵ʚH\"QAYZbDeO0{Y0XvQ&g듣aI\Z5Ec&#M/Q8.f\Z`>z;+8$3Q>+]6\'Gq*r-UZ\\>#)MQJrZ#6\Zd&!;]sZ\ne7 QKP;XӦ_f)ӊC?*QtAFB;<b|OPtgyWZQ]Bἃr4?N&uZsQ^QJC}fL[`%%˚ſbiGQzzu}Ϙտ>g&98QH\'<~dhçr$uí0Q!tL7	\n,N{Nw9Q[#Tӯ`0QԎRIQN\\smGi&!0\'2Qˮ5w=Cz?\r.h+p\rW4UF0Q~uRkH%6tuY09|*/R|75I|f(j\0R(߳\\ߥH3U=NKRe{(TFQA	ǴNRr2+P;ʅr{\0L]ۇv+Ru8ip=J]wBRោa:hxE	gkA	+S֠ǃnDJH0h@ہ*Nt`JStBmۄ4t\\N9H6ÑSBdqRV+?򎻯0SKIr)},2xqj6+iDS^[m_,Y%q[GD=oS_RvFF5߳7s\"O\'GSh`.!1eUG19rj<b4$US,o5ȋ\0\'Yb-XjQ(,FS-yq./v5At*S1VDFET4fہNS\n@Gf_`IFaQm]-<S||I2!Vi趦AS̏[;cC\ZE4?6T	y^\n\\ew\ZKWrNe/{TX%Nuz~cƢC	W[Tz1PWj=bY\'ǪtNT)訓{\'TT2?%iI	`V-  ՊtTV\\-OKXǯ.ŹNЙu1^TY;GV\\7hW~O\\Q{\"T_ GlyN2Ni3Tge\\PMwQ{ki}\riTus)m[|lI\\³\ZɁmUTFHQX@fSBDh8VI?Tw_`zzv5`rP[}~3UːTϓ0.ð!hP1s0dTm9v.x9UVΙpWx$?⇼PUcZal(+;\Z&E\"HyLU04+@qj?35Sr{ۈR;͎U;STS2.}1XSH&XE6UKCW͢/Z3\ZӶIqUW&k?un.No^Xۅ5PUl6>8Sᒻfu8	q~$rUmPg[6m	ecY;U}8:l֑ŗ[J҃\'gUyB\'l;FVӸz`|\nC1BmUk\Z\"4i`FVm¬GXiEU۶B?wN -Čm\ZէUWqPuUT=?V#20f~\\Uꚬ7EEԢn;魺9kUɧk)I)G55	fR7U𒃔`Λ)ͽHEl#ez@DUeDDkX5\\h=,U\Z8Z\0U.X}b,WsfyyEQF_[V,{+x}-\n uM8g>,l{TVA\0דDN`\n)Pk9WQҌŻ>VKaFqkNi7PVXWԖx@*kU?P6Ѣ\"5V_QZH؛N\\&IUb󚂇\Z|}VxG٘o)y0`cV࡛J[luXkUv\"PVXQ3L!h\"i#:@V̲D33>/Qu`ʤR@@V\nͳwœga\\~J8wN:mN+VEI0uX^@&2*֝XVbqPJ\0?HYzV>Efw)\\QQ.Hz\rVk8v>KP3X{:lc@WE&TVU\\O8NOy!byAvZW\r5|aU͈3(|ɓkW֪2|0NҵxǣYO24pW;&c6pDX]`gP׌U]!Weō_ցݲ:Ɂ}@RWиEXWfC3Ku!7J!l7˾bԿWh?Cexl}$ӈOJc_WsyWhaϵ:[\"5acQQt	EWwR%G`{\\]3+G]l-`WyӀV]@aMxezEhsQgmgWo5ҁRj?UZ(O%zWxO`5$=U>oWѾ\r%,Z	A+u82,gL\Z_W9,P2e!X:^uIVnNYW} 8.tf0\'	WO}leVd`10bW@XXP H_0Nc\nZ`OX\Z?yv}hD.嬛Mv)X\Zp/}պ \r_<\"\Z!}X(覔7+Nb&1Y[; X(f\03Jm<\n%lrXHPpE%*+%tf`Xb}̿L,gCy~eb\'\n41Xc\"h.AbqKӹw_U@9Xp*-[DP<V8A#sAgSncƽXź= )e׎.xipXL]O}Fw	Vy\"#aq\"=rXe$<q>jM5̸z>6X!w4-<[EAbgzXPIJpe8 ,cm[X}wɗR67uMT!ܟʷ\r2XxEKƪ.,lX>w{oyi%UHqAcXr5yw]jγگzж\ZYE4eVLF/Uk,~Y?c*_a)\0|4St}-ʁYBRb-tsxco@ԾPɫYCϩϟ$p˯=qj=hs\"(\ZN)Y%FVOc$m3\rYl5pY=!\\^ox>S8Y-Y`x^.H#ƹ/24ēcY@e?W\\\'lm^9ďޮ-+Y7ɡܼa/c$ۮ7\rDr\\.FEY1n8DoXa0ɫqp&EZ4rB֏znբ> \'dRZG\n+:P|>sPc^M\"qZ%4\'\nC`Zó4cj/lZ6rUB!tRytJI0+dI\"1ZWjI\Zg*(T\n\\Lbr7tɀ\nEAZWr\\#͕	!^lt|oC lZ^x  -}:ɏ\\rNZb)VlJfdX#lW@ W ZS-`~nV\"\ZUMT;?ZӦ8yikP\Z3葊]Z֪m떕\"|OJ}^@ƻ[\nxSSYP垫B_XK8Sa#[\n*k05Da4;\0/_7a[&(܇\0ΕljGn[\Z$k˹d?\\{\Zݐg/_,ip<[$r(ڛ8tbMq\0>5F[54(KL9&-kGRK$z,b6Fp[8si!@뮝{Bu$f<[D\nphSuo9a`\0B,\ri[e2<wt5Hm|ۯx#F)=h[e6S\"ñxakAyR[t;}n[ZVL[qTu!-.[u#\'KF}a~\ZY	1L.p[[8akI%\'n& G[)ߋT0uDWP\",Lǫ[I,޲ZF[%yKRb6=F\\ad[~KX适[\r\"\Z,3z.S\";r[\n)>l=lV;Ow~ [f\'TOTef==&i[6;]qdJ\n}ʂɥD[yV |t\r\Z/]X\\m$\\ɭGͫFV6BZ@۪2X4Mw\\Jt.N4\08\"̥A;(R[l6\\sq)|IJ<ͧ,xLI2[K0Pd\\xc,kWba̎2\n[e]\rsJ\\|߯T(t2Dn\\3\Z#\\#G71\0nXsd\\?B:{Ӗ73LΔJ\\_{[GD%@Xo[tOx1\\HODĨ{d}d2sI1eO:yѪ\\$m]IE#(\"sc1.\\lCv!Bwnsۘ%y\ZY(\\=0b򜩲2֚ `sTR<\\3SR\0NEu=ߘo\\yT{MPu|)?\0@\\1B\\U6ӡj݀]bz܎6x+}\'rҙ] |$,bEw`&uI\"5`a]F5&-]V4dB@F])SwMU՝XQ=X|]<rֽ4j\nhNRz/>]A.ɤz.j/z]HB	m3сhܯ0x!ek-]JebUf7b^p3KOF܍⼶]NqCNٓԁ}~<a]`~$mg[K5NdjsiRF]fC-\\Oa+밎#i4x$jK]FHrP-sen|Xq\rmf`y]CŀPy(c:C#8]vY\nu)SEE\\>A?]LV]r6|Ww\'Y]V05,MΌ9nrDUu7]ؕY\'Tҹ0 P=<q^TȺ^ķ>`}jNG\\\'̅^>\"5J+fi7h&CϭX2\ZK^7qUd>VNchap9k<^>r=`7\Z)x^AG^7 ;6`*$^v_^Jp!<ʛYw\n)l^Nbu\Zx\'!T8o	yY|~C\'^W;s]-4V84^ͼ,i^g KcZ0(!~zW\":N^mm[(C,m.^vDG=msv^ q(j \0If}\"l\Zm^:UrUЬDUA6YfCb^Ujx{+\"&?5YpѵD?T^\n0{zs>Nz/@6R^HR7-IAÿL#~{چUď~^݌)nTh):3\"WjEv9NnZ-mѵK^PK:`XYqpI~^.:%5)4Ncj,6|^׋܄yiTWaD#Fu2_2f\nw/ީ}\r<8Z$_M7ĘTf&%Z1S/-v_|BO\Z߭/Blk|S|dǈheP_,aLO0lӔB\\U{Er@4_=>7b\n6h鶨Pj|\"xhy_?,Ibe}8\\Las/_T_:rcߘsN/]\n{zJ_duA#fE*.\nn9T\Z9pYbX_lbR,\'IheRD8}H_oYٱRQ_}GJ1m]~_7Q0WA-@\ZCTM2G_37~q/j\n9S#s_ՔJ\nZD.sA	1d Ͳ_64	PK_`I˨1?L_%MSK9$yg_G_$@\"4](XUjĳfIs҃_YUsEƹT4qPMDSF>C6_כ?&mH[JRc# M6E_,@\\S7loFPTިG9_3̥3*m	h\ZnM kX`>:6ԩf	µ(rP`>NgK)p&0L@e\Z`T.|	۞ĉ[bTI``tD;?^+ʓ5mP|&`{YhuAlTN-org`\nR ]s?Idi#8Gp`hs4DU.f$Ea<p[`\Z>f>-\n})ޞgGK!`!\r;^wjMRU\"&ݻIʝi<l^H`=Ix\'u|ΙK!`dIUgQ|X!f~jm%Zp`r{R.1BiKk)5M`S,Ы=3 R=hR1\ZM$a\\C҂LnU[ܠ{\'Ua\nU~Xs\\\r>cf\"a2>b[/Wtz\rlyoUda\'ɎDu9MJ5u|CmFhS00aC$qas6[`u֓@W]-ͧawAV >[GAI\Z cr\\lafKZX~ͺ3b]L<7a+J#\r/_TQPOl齎l?aE<2`\r_ra\n{!{Qدa~ͧZBvLj*Ah*bazC居Z݀;4r=Θ|auY]iZܤO	Uh$\'aDmERBt\r?fQb\rC?DK}y/;|MT$?b-a?<\Z-r\r$Z|Y\nbG03⊼\rQQQ@vIF.3Mܲ%UbJm-ʧ553P#A{6\r54bgBxɖ)#B_ur߮+bW(:|[K0bKsmFdAیR$	bbٲJ4k&rhX+vOt$b0#ϦA*>pjqL*LN*\Z4b;ؽw\"S8\\z}N0bQ\ZBZQXNT6{hBqb􈀮9!X:\r3_:mcbqq[Jsآ_~4/`qc#ƈ|FwJ\0`w~^vEpLLcK͘G|\0wO>W! c:UeHCB\")Sε{c&~LRt j>گE@>Ǣ`cIH1Ũ?\"= \nw\"{xcSgy(0^xa&[5 fc`G٥T~zF+UȐY,cO`H;гCe]ϙTc9כaIaX8\rr,F\"C2SycHoԓıRU~oϳ,P)RWFcj޾?l\'84F=/3;6)_qc.sH*-ب_:%;R\'KcʗBZ7;_Zevd$Gjw}XXyu2Z=Io*6d/e\\sS:짆$flmojd13\'mzU=&٪$?t׉$h\"wd5[&*%\rG8	pS-쩟q`97dBݑ\\EgE8\nƱz\\\rx/dPⱱX.]9FP+zdW\'MJe~vxh{s_|qaݴeͬdf/dBlهPQ=#djqe^1wK4IntfVC22@qdr\\=yZ].ɱ d|ImtP瀨96|d	Y@@+ғgʐ>$/d̃qx?\'?lJkS#dIX&܍s!,,\ZVwYLd0(X}v`\"dWi^$_fdri\"fvxʅeKA?S2dNWNVSCƨ!\\K;e!*Td902h,A*;3OAe4cr}cٸeKWCs$Xg-e5kyH~^}\\f#6e:iKp[8qBQě(3eTm?Uy7,K\rpSUn8ͷ@enR.	OFOXPhYC>WeY̻Ls{T=BrvIFUK:eEB	Lzt=F,faZ{ԲeJ*bV,CvbʃP~$eؓrJQ(O@_y\'+*&w\".eb|(G\ZrK<7f=EY\n2fVL$/DEfl/ioVL5rpHͅќ5!fp0U~Ƒ]fO#iU|dpf1\')UɺO+pP\rkζf?sӊ1@cd`苲6fS~\'h,P.E1J>3&`B(Lfb\"=g.>{aۇaNl;)O&a,WfhP18jIU?7zju+j(>f9Ȇy7,W2)[*ogӦ\rW:Py}p!;\rc	%,g-Є#h;>	|3zBVg6BNp&\Zgq:sdg;74٣eZ=`7y!uT9V\ZgV|ӺgaWoE\"{QTS{>giI?F]	{[Ε$^#d	gaaq$+q0k+&;\Z\nl$hg%b]Zjd)-pFj 9g >0n)X2)0?8yg>ٗYl\r\n	PmAg;a¿]Xr~\nt¹n29g.$o8q;Z7tz?ǰ滬ڢ+gΪ#KQ]\n44wKgH7Iʊ|HiųlC޲ggdv|U=DFB;~jZfgӕWѦ\n[T\nuA[zGzah\rʒ۩#jE;ի}Qe-6ĀCh\"n9(ah޿[GQ<\"h\'+:ugcYcg=hh0zNW:\\jX%@f;hBkD]{8h~-2q aZzh\\|qA\"_;^gcw\r{PhZ}bΔrӍ>hh<gs).זW0xZHCDh]3l%Y+!Fo^=hռo8u\Z:8N7IM!\Zlj#7h1pF)ydʱvNyN/>uir	!8@DaE{i+;N3̖ EݶA乴+i:;0$PvF\nSp2ֹi[-R[4̠/IwFE	UUxi`WVdgz\0 *N᷌^eipZ&`Un$P9xA	ӉĽ\0i~::lwˉΤի8Qi(wAi}eP.P|S[wW&w4xiMW@U}POOJjr4M_E{i0yNG\\89\'1+8*HdiiYS\'댵`R^yg4in\"}Vu3)!ƫZϼ~\\C^&$iʱL.1ju0u/&S0iv*+&&@kM&Q͒iқoHӝJ1p@tit.%-x;\n>r#,K+ȷic\'͔Ҟ>:2nQn^Sih0=]8YE\n*ӽnsjh\nј(&EeI\\s`|jS=s̼*a	j!iH4]eL8\rSlcbj041@EX<\0+&Yj$6gCj6vt5r#gAWFٞ#Y ~j<	ѩ*$*srM`eҋ!j=8PNT\r]LTC\0\njG\'C1Khb*|YFjI\n&U@4o=w|xӡ^jPV]g2LRSlwBqKje+=˵hOd\n:t(t%1j|TT*/#[;U[B?,ܐ`5j4Cu\"B(7\rXF4uNcÈjP.cHqI<;whBNb8\\8cj	-%ZL9I~xmHՃjo9\nՠΒy[1	Ij\ZpISbʟS}_Väj&Zy\nr[!đ֑I}	I+j~˴nBA-ԘFOZ*3yA^j֯cQ1\0Fo fyHD0@)Cj]I\ZKxz՝^!bujSwKa^&4	tB۬iki85{?}\"!AW,@zUklqUsn3\\}%2?rzB̲k2{z$\0+3QӉX˼ PkH%|QeHz\rYo6Fpi0[節kNIP-\Z7}HDC;ή>EkUM,kEH+yJvyPKӨe*k]^=u\Z;d2kXD\'wMC\nᎺ\'k3/B	ߪ\Zp\"JghkɷdZqNЛ\Z,F\\\ZD+kUۜ[9؀jL2u9?uk]70Tq#C֠Ҳ0jkZu,=\'СǗ:̨kP;N3p\ZxqRWlֻqS)?\\Zԭ!?l=Q>|ZɊ>F5Yl!}[zm󪧥W#	\ZlLU[dg.\r5p\rQ<[vr0l_](7e/6dpk#lH݇\r]0${	%O!lK$s0FP|P\\VS&6B=ѲRli4쿦rnu)Kj5W	l-Cjؒg\\rľϸCICla{!hPw{%&Y0Ғ|tm\0\r>ȑOv<kaeC@mO]^-,qsr6V%Fڻmeч_TG\"^jU@s=Fц5|m\rXC9Sguh~RkYmemN\nTmG#И}ZYՀ\"m9(Լy[EAI\"Be]m;A\rd+j7qNy	v\"Pm`6뽩%Hjl̬?.ml|,C+IbI$Ө\ZHΣ^\"lQAmlԟB:,%c5iN9mnm>ގQQ0504|$8]Wp_Ltsm|i)m`mI}IdKj+9V̀j|,ĥm~<]xL1A8z\0-)@ʅmoyfrGT^5\\kp0[*!mv<.K	1\\ WPL`mשs]S7LAZ&<섖v߂fPFmmG =~5OURD\\Wqem؊}BP\'|{M2gבYmMڽݩ=FV7RͶ}9dg=mӥ\'麙RҀҌ*z#:,`$cm`ek}âyF[u\ne^m%ʄ\\[<-N2ER0mj8tɗK\r?G*znDs&UCn},i\0v_l\rn4cyp}%4mb&+uvBn5jAx3fL{iƎ9nB%E¶>9d[[}3+hl_nLz<kɅ7k-\ZAADפ`(2nZ\rc %mGV@m@vTIJKn\\ /J-+\rX*JiHndk.Cz]9fi0jϏ\'YGg>npggz g5s.n5LW4nq0#O}\"ENt!CnTĉIvyOiǒ4Mxn-Q1H.x(jի8XDn!5]X뭛S;u<}3U8\' n-yu_\":~I8*2Yr5n;N9@I-z̹>Gq n0oF!V_1\'xhs<z=njwc=јZ7V=urhnG0%E(G&WX1tF!niL&M٘x=Nf[y=/So+UYݵߛr0~xOs,2wohQdM\0;HՏp7Co\0EŤCwh#9\\铽|o2q\",Hf!OצwZ=PLo5r+}o38Jo:G$.\Z%БFFhSu<oKSc3YW$y6Vl21@9>ovQ\"c4yIARKSUoQt\'FOSژU.Ro}\nd֑%?M웪;oׅCHla՘qnF}uo֑R`#:֥6dǈ8\Zox6}DP\rMb1a|iNpW|bO<fc#_V|\\;Zpm+>\\#J2=)\ZXӮ=P	~rp%h7=APc(@Ƽp%{erB	d>HK5-c1>}p(%x5IYKfMQ	ڭL_:Gp7RVĊ:^L~һ:TWWp<D9ٌ	DpH2LReGMpLdvX3\">bǄY_[Mϵ\'p0pTc Oj-΢	suj4IT#pkxѥLҗ)DAzYnV8p~$\ZtB@gZz^LͥpyJz\\EHՠT`\n\\7p%јȮWz̀+QSr=:5pYѹ!eu0v?.j[,Ĩ!pmӘD.uIdn1wp=DY\'cqŭgaw Oa<;9pu-i,pWc}hpp2W|[MQWwv$|Cp+L,Wy4m|Cq,\0:>|ACzlq(Fl苗njpEr-R~O࿾SN+Kq*ODlW2a\\,D%1<ܭqq.\Zk؀E#q\"q=1#;+\\^p$qY3i\'GC?o(\0\"+I}lq[8dws#bj:75qijje*ZHG[?=?jzԄFaFqz+kאFz37-R6>#n&q}bNOnYV8YR3SHC\rjqϑ\0d@Л0l,֦tDqCP !3а_ d	ǸuuiGq YƱe$irhNFIl,oiqʣuG(aV腐7fzLmĳq$1W֑=J=<-\\#r\ZW	ܿd,ֈL_@JJApb\\r<Ke2K{EÅOr,	RBf0z^*Ha*:r4(^0F1st\nr4rKX?kz^C9X\ZeFY38_rVj-jn[Mw\n=pɲd4cr_!LPpf<vs$\'orl[MÇ\'H$>Q_rbS䢈%VȟV[9n!ϏrY\0jo;q>w,uroZ`a%,@H\"J7xrm\"]=an$7-j\"\"4)NMrrNP_; b0fL\"9uS,r;/n#~؆p$`͚W}>rQ[OGO\'ԘLˇr]`8b@#TF\'w?ݒ6r߂CZZ{L!(;s#a\\8Q0sl}߯]6s\Zr:<[Rd}:Ydy(ѩP\"Ps\'j{FCh\'GMg0fs( 8(\Z>e6ARQ!3>φs+\rU\02#\Z~z݀hss.CU۠M^oSF86EsNlD\Z5̂2GWRFՖsP34	5>۲#vGpsP4ͮ4qo\"F\\	^:Qٷs#Xۖ+pFXT%??crSyNκ&I\\s_dYekP(HP6POsU$$Vgb\"lxms8N\Z0-1¶M=1s2il)1yjuHuMt5(I:E[t*̽vdW;1!lH9\'<	CftlT^7?1	[]#T#t:sr9ca>S|0+/\\3j@tByiC8ͿL4DQ\0oztG=9\0aʮb>\ZOzc1}tIq|\ZGwP8^6eNcf	trX#\'XlmRq{88F񀌋t2zvf#:M{%tЕs)WjDrDi<6NFtḹ]޸HZMmmu\r}[-BU`BErZnZ?*ufKM ]=_mA98\0u Nr8\r1\'p{qbs/u#gTd.CYgЋUWa{u)rB.pc=t\'s)<Iu-ѣAHZ64?ѧ:}u6,]g8MUd]87NXʢ}Mnu?|P4TVm+sqdm~)u@?Ԓ$p*%r(b=ϝAiu=ۦRnJ+^Z\'=U\'u@jh0/ \'0OMuDΜ11{i\Z-jВu;rjJ%0$UC:\ZY!u#eo^3|xPu	x{	_Eۏd(^6uHU?/:꺨Aw\0x2ښp>Bv\0WbmA[8iERS0E`7d~v\0kETv3dxeʙ\0z?`v7c\0|q[jQ[&LƗPNlv9\ZR\r2@]3z#\nq\r3vxgggy)ΦҸs!@XQRc1Fv.ΡWԻlqHor\'Jm7bv3)<>ry(L1yU\nvfav4Z}k j>X˚WR/%j5tv6\\yvT\\M	FQKGu0v?Hmrq\0L>=e\nSRv@nL!ro\nڷĺvY<\r4e6oR;ՐC;v!zߨA1 `[-v|Pu<>n4pR.sI<v2ςZ7QXwFu}v{_5[tZ;a+̝X\nx\\&va-iQYhJt	Hi2&i~wנ`g0O!+U\Z4jV9woHpÎ \"M^Y\"SՓwA!(v.Bc?[D\Z;vߍEUw&C}5Qْעu<4Uw+hLOw0?pn~(3e4B!QwƻLbw<[S%ln,-S~]MDpǌw=c^:^N[ X%%N,wDigk\Z#VJ PN]	Y\\8dʜwM.#S{.휜DG8q(FwP:B!n$d2e|6ӹѮ:0wSt+\ZאַHHܷzHo\'3{w]<	^JdOhYHמt.(@,wfƿtoXXG\nFĜcIs*ߤwlE\'~N\r4dAˎ@7j;.W[gwGTĈч_|\'K\r,#scwqX9\0V\\%tw~Bͣaը1ԝu?n \Zodwc4yO.~H{_ʗVГw>Sa	?̜sziþw\n~;H4ǜ/t_vi%]w^q92:_k_]z`=*1w߹xo\0(+%5BBSrl?!Gw/bݱ\n]\nANA\0vLGx#oC:[L6lrz|w3:B=x\ZE\\k!\n\\D6R~xwؐ^tFx{֦7`-Ȇx3z	lrgRMq;âh0:Ӷx3M1w:̪xM(y/2,x5r#ЇXt%JFCD\rΜ\0xKP%LaڡUx\nGUTxh@jAέΰhY*~it\nw\0%xQnggW.6Yz#IĲx$P&}`\\QyGpr*}9Yxŷ(G*&IAvф_R!?xȈ\'eŎ4m#8uVhxo?!lN;8g_[jל3&΂q3ȦQxTn^Jn\rC@ԠG\\xSn]Br/u<\rxl,B%\\O!S<yRxԴW%\'7&\\az< AKo%|7Ky ݣx#\rjۤETCIfnZy-8<@<]Je<w^ۄCY0By8Vx^kjONl\"3`y9t$JfƟ\n[dwyK6h+>AW[,1/y^&	\r&H3\\F[5\0/yc++S&a1gխ[yᗃĩnyd-fr\\>X1ʠ-QNyr:\'?eOFZ诮\03y8e(@$k(\Zy㈔4tFKv9g>M@yǧ8=u<&(3e_`\0yUb\'d04to/\Z+]!d:yW@]aX%Tyu~61ZɁ\\/[l(yL$L	rjkKjVx\0IszF+1@,0CJO!zb֬۳ygFbeE=zLjR3Z\n\ZГ(nf\rz$p~=Pp\'eyK!v^kzP*$	e(WI![(ܚ>< zUm{ڿY>p֥xw\nTmw\Z~Izee `~wG$us4oō8z$Egg9K93)U:SzrOU]LWq$NAwNz\"|5ܗ:lW8]PbNC~z-6i	F<>LO<kԨ1\nr\\zkϤcQ=oJ)\0.e2 ,zHma~B;@l\'eۼsDő;{3lp^3k;\nk{2w\rOHSuܟnӟܢ{5yȆdj2& =IU,qC<mU{@न$g+Eg[r3{M3#_B?ng<vw-i{\n{i;|-#qYd_;QH\\B%{saVmH	ٱ+r<ĸT;[{\rś911T_P,[D:w{n]\0ֈn\r<w˷X):{,t4S)hd;}K1{g/\\Eǰ\ZI|\'ᄛDi!H{OW=!̏W\\\0vR&~Gʽ#{ЩN7!QZ\0E1ͦڤ!g|m{cD1\"D]]=-c\\|]o(jF\'*١ƗEF$K#|#vh`JOAx\'^|(\\Q&j\"n	\nuѠ|Ed\rq#9\nJt|FYc~\'B _-dl0h|Qh[sob\"Af/$||U6s\ZJZ\r~5\Z|$ݚ|Y\r:l_ƙ=ݤ.M\n׺*|b)MGA\03Y\0QyL=|m!5zdlگ4uOln{+P;\r|q7rߍ{,\'̌\n_|&돕1`	B	Nt-se[|\Z$\"_wB&it\Z||@&o|X4Pu@Co9Rd|zp-vd.,[\Z|QbF|u_Nac:-;|pѨ7{͍+F;}U|ʃ[^Bcx͂Ő^@<=FD|ˆӰP<յ>DdA.G}}_|z,j=gȷ	TF!wd|N!xV$W8qIAC]1!	}^\Z%Eݷ2=c̃PF٫}_ئbqی(h=Fļ}CY҅8#j<Q\0Ƙ:/D}D	4?s.M*{TȇFd\r}c[/NHjnL\ZXm}eExI<gB\Z9skf(h}y#ũMssDj\"}{q}Pd,_P91+BwF~M}ʞ4!ʐY6Y%dXSٻ\0G}-6\'fnTY@y_{|n<	}m-+vi1s\nU8u})H@VbR\"\"ͥ0׹ok}	Wb2cfHByuP~e24x`Qx<C4_~\n-5RTw4}3}w3&y7~CpV_<rZJGԹ?ο\\~5:ܙFLWs@놘N7~>,O0F2vF\r}ɞkTZ;Ӣ~DZST̵p-7Eev_QymK\\)p~G686*\" f\Z=^\r~PjgkΖ	f:\"vEy0sߤd~QoE3RoJ9>Xε\"؇1~v~zS5ȢiyXpdH~x\"&/V!ca6ft^~r dKHq#%YZꗉ~^4**:rCs%uKhd~EUaqRh}?B@:䰧~Gl*h$*V{M&UlI\Z\\z~;Y줛NPl&4%\0~)+: 1Ŭ؈\"la@MSӽk~Մ:٫\rrq03aͽ!{-~v<gz_ݑ	RC	~5B[1E_\'&xmfR2Ih+Nq$,!%>o5&qZq-So4P9u,*3R WIL\r9;`\\tMQDj7iDfba9S%,#̔c~rrwCpM\0wdJ]@ܶeu_(ujpP5\\֌(Dr3f!UHQ^3\nACsu<f8slpZ(Fc1\'濉j$cFePnaަ@#\0$6i2nt_ov߉pjOYvqQ,|a6-=S֍Ipd%_#kCӠ! !ns`)^aLik8>:Gs^u`J=TN`Q5cUFa=OŌܰT\\hX8GR\0z_B?<(Ќeou:@Go5 {`dQz]<{#G	;c\\73!}\020͌Bi\\5,k?L*_Ȅbu%dNv3 tp>?X?l:\"x9lPyfIu&p32ƀOkhWSb^S\r)[eD<݀f6*#6:cKx:1#٨\rY35)>FS=(k)Ytו䩋ż8]c>%9\rϤfzU<Mh&EN+рہH O>06}#<QnwkVYԇ/ @|ۀ\'&Z˥~oƗZږ\'60-TK#i>l.Z0K]<l>&އCy\Z|W	Y|z>6}\\ y\\FeS#lt^5:~/b]{.\\+B BZ3#f4.xi:pYAdBK\r!U3J݁wypø\0EIntU]װhyR^2v *PL<ŧSҙw8ث܇Si.=$#	b/:LV䁜{l_3t ny@8\ZfU[Y<Tiִ	J]8Nػ4mTd6Wok,Ӯ?aGˊB7J?n)p)=jk\"/%>;ےg%@tlsjjrƂ\"$vR9yۍo4h:	\n*fƊ2gn2I {C[HrA\Zbۖ܆lWGUaGb{\nikTvQ4E\r0E)l`&@򩚺`\'a1k̖VS+\nWyM9>U:\nբ\06\rQ\\lz?9yNqJf0C/M;K\nAt/cC\n]\\J=\\\rRqL腪p/ĤDQ.Gȗ{<)MP|yE^8}ؚnt&O8(d56GJ\'C:R,;Z,\ZFB>,\\	Xwl4>o\Z[_6.$Kyo_3D&QB2\0T\\\'_MEw^Tw[Xj4sG<\\&e\nP\\*Fy?|IhFIXFHE\Z*9ݶף/BF	>&уJ54A6#\"b2SvJ@{U1؝ڸ>)T}4:4SmVYW>\0\0qM[Ol\"o 舲3S\r(7_ Yo$bܤr924?y惀i>~fKJ` 3uxE梖^c|ٍ4|c8\\Þ9Y۳%L`N/~s܆4}?\\QC`Տ&m&=C}cS<%`	&IEibܱl@!C\'0:IWUsA@;J/8qڪgÃlDAבA=<h9)Alt©|yg8T:5,uڄFjX4\rW<0Y{V9\\.Ip?H[sBHxGqZ8/Z%Fw<+-;QngpՌplVNgB@]Byq+6ƀ=_7ky~mȝG|F:94uZ7>fثDiUgp٩v䪄{\0/9\'x~Ѱf7Qˊo ,|$Aߌ͝`s݄W_w\rz]޷vXք#bxN턦qFLg~~4Uڟ+\r ?ξz2l=!ߤ$x}܅e(866gPEt	sYkMcǳo1+Yl璻V#qϫp_jf?8omc5֒\\PM%ժ	T0J\0(=D*ۘӵ>\0Z(ׯ΂|\0#~^y2ctH&DO\rZϊŸls@0jd2S*\rKT(g.كt}	zCS0j)wdV圥1J{hV \'Jb-i.9EA~+|%\0@mVw%%:3CQ#+g	e}@%s5FŒjfpvGVMvx!!90M֗y-t3oXDwX xTA]WeZ\0p7gKzXFDk5pB#:Np[Fd*n7d뷏1\Zh6x:i6Lf `Oz~\\Aj!^Eh{RPhO	gp3X|)F}h9P*K_	&Z2Ji;sb~~:~Uwi۫uEfIrqpEW?#܈*\\f}ժm۽NJA1\0sP+?>~y\ZYmp5U)\Z!:y4DY\06)|)0x;Q[5SɝȷdTK:oVLE2=ոN69\np=x/NӐFs/ȗ\ZCeܻiL$@V_%ņr(\rnb|8Қb^+򍭑MrV5-\r\rJ<$jAb׹W\"0AE=cݶG/twv7K㛴oGǧvtaAXX	x6R\naX֫5F\'ԇm4@x5g@Ost7zQw\0,7x/@69	ЊE*#/p?iQkgƱy {#\\o%E9Pˎs]h͂R;bE:\07&[/=scҴLHDl_d+%nG#Hд%ܘr܇J<\nӔw2{SU%	N3y֜#](Q\'nyzMa|Z83P#W(P)\n՜7|#|ig>=th@~1J#x9QbvL\n\'brL\r8֒\\8cI~(0;Zų481O ik(r.PƌؤxnGAhYI壈0v6-Wk)(yjRv5ӓUē*\Z\"Lv::	ȔjF@V:2Gۈ~O_iS\nJI>)D3j\nEI5xp*I\r!	PifVqlFDVS><ɧX[\"v-V!v[8eE:Bǉ8!>EaCteQs,MzX{\\[(HfCPAvy5FY^4}!?\n\0<8h,O\Z_SAማ~nDmnC!ֺ4K)݅3_ʈ_1[F*J@-$ވT$TDMR녹~F-5陂{ت\0Wx&_	3g_`Bwi[\'/_o[B\nKKxm|T*H9K@kdfdQ0?W*歘fa9ُڇ]S΅HDWIF~<X1g9]=-Ҍ>š08(\r4hHŔHblXT\n\0y\"aRTfB-.Rc/nM,=g$(}BݮD9i@]dE^CAm7tbv[5S{GRi6R/\nfJhvi5rr\\z\"6q%	!kQ*;MuO*-\\jm\0kew[pԥ1%7cp!L7wg~]\'=,79v/_!PwS5b#fJWneoRެAW_fER_\\e+! ho%9ӭك	KWe2P[, G7o\\;C(۔H\\ݘ9f/V|i3<Pin\ZEOVoCu	17,su͉v,KyJceFG2u]\"\\#3\nVdH-SL86ݶ;6	yO=PoУ?\"^cίk܎oT+%$[t? LA$G?Cq꜆GGT|P:6hL6^EzPuK;l)c<S\"UBID\nm?5f𥋤\"M,O=:G>ꊴm`!l{_,DL+2i4ǄʊŅ.z;& qû9Ԁjփ7\nTtiCbOK̊㯦0NVɀkbX9Q\\\\m,zoFSIa)~aF=2\n)}$$N)ad*\'I<})ػP*lwKB}ޜs2C`h`W>!\"8zH0i V(+kaP)2\0Ւ\0U(rbwǋ9k\"m{R7a%,qJM0w)^_Π+\"g%甖O0[!<I9\"NEhܕAOk>f59%,<9;]9˲i0Ic;Ɗ@pХP\r{I\0(<Cy]1ԣ˿DGrc\nˋpC3Q3#9\\\n#Ihq24>M{us!Rd/hZSC	]_W-{WFvv4[i?irzGa׌/\nىpR?61.xl\">܁%|oʮo3dl݈s9?9:PkZI%-U?M$Le⢒U_F=`o^FpiO@^/X\r!h6Kw?o=7o|<ԛRSKVQLnwrzd^ЧGDC.%{?_z,k x~6uz`؊ii7Rq3@nM5݁7-7#KT7n.=$qY\0\"M(\nOraHQ61%ٺxO[Aa\Z\"`҃=ȱRvHmf`lsWBB\nSd3WL+&쌑cD`_edvJNᕪ>bg2ZTHFS}!*rUjk$4mxYJ_\rk@7W	$w(MPXpC}ݪV.WPrE!oϦI]1PCN9\\f1	2vvm^Lyf(_<>MЍfvq\r7jZ2)i8&<0~퀍ybiXfK׻Z HWrRkLCʝڛ/x\0s-Qہ#\0n{]\rWh0@=rIKԮ~gğ0ȣ)!ѱK&@<\n%	d>?Ggt!3]#޳jN7|&?ǰղb>Y>r]bχ3X>m>ÃOUyvH\n;Qıg\"WAҧ_gsUM-Gm\"cm#{t##!6\'D!\\֡q<pZq3gl󪙛#iUP(sPg/Dg}#&H3&XwҼY:zq{I<sUxtWgAO/mưBrb,}71O[\'Gd7z\r|q-[IvxD!fϖcDFC ]5XQ\nx!sTP¾T1!`BIrQq\"ZF~ަ-dlW]!rtT$MKP\0⶞lO\'d]<Hݧr@Xa\"cƎ|W00R嬶8Nh.s)7\0;X\\tI7Sc4,O/`һViMJ\n12\0x1X؎\rT=2&{$Ʒ`z#?@\\\0uٍ@kry~ĺC9lxu@Hy>7HfF4<\ZŎ]sLoxEl!\0gUg\nG*S1?||w~`Ua=\n3-:oRF*&\rJsJ\rd^hYefmVr%)ӂx	c`9yD#o\rpj@\'%(\r\"`4-XolKk$ѯf7yӖus#i$	\\Xi </jս\nڦ*ϒ\0+ؔ%V黉yw\Z110+ޠ]  \\UC_s!)~ʹݭ>Q5ƾbs\Zp.(Y*釨u%yyeSh\':x\\F`fsBX#MlW\0#_EٜL]ZEkw$؏h|aXxNGZn7RstŰ06<WU.s:I>T-6fOlb]9P𽅌@1^xzoU5e2y)q n +⯐U0iq ,1øώ,㐕}@L(͙VZg|_}U)87^*S$ @K^/T\Z2\"\n@+\nV)-d C+v5ƿ^54Ales^ؐפRcgӀQۋc@yЮ*]a/>^o</9?s:)1\"{/pTjٖ\\\Z?Mn{1)\n-QG\Z?Z}/3\'l:9w):I)̒]OC{dvc^̟9eQ_Wo{_T7QʂwL.谇M=B֑\r\0AtȑN\r>--bmYUMeI_i VHY(oߠ55@	^n4k=\r	_K\"X]4@NS	twҠaF^E!@Z[|i(~\nTMOmKw`J4/ww-6̒ qnJ0\"dJݍR\Z5,jd\'YBcH7*(ߒ,$ީk3`tm5^7}MR`-xɒcr-A$:TV8&E75qYjY9MHEX[X]@G3:Omo]?G[!Y֒Sߏ1֓}dQ*t/^Röb=9@dr 2H4ъJMBѦ}\r202h(G:?{r\"\0\'5wݳt3c4Y\0VI:>	X\"FqU{iM$̵<4lؤ80/\n}J`3cl6HW	9z^q-76,svńTe}5;u+,3.-Ï9#F}E\\c>k,-\rhiIZ+^ FFV>FY\\38fGOp>Kes!2YfxMw|W$<&h70k7N2wFuO4-@ctɷ3(y\"/S5 M38i)BC[ܚ~ZWKi7/ZHz&0,?R-ej2#XH\nd5\0·x\"}v}u0\nM\nd>ᓎ@,z\n&@]D6NI\"\"{4:g\rISlУ/m~Ynr87EC\nj1sD)U@3k{];ĉaՌQd8k55ai*UWs⇸s{qKcBψ*\0&Ƽ\0?woјS$GJNglc^^HH^zS&^F޿hY;knݔ|TSOcwDٛOeij3O)Zݟi_L5>}R%ZA>%|պl5zZ8q}\r2{$7F--s➛G2,a?dIu3mK=V\\ԇ|ޕ;=JMZ}`෬e~vJ`ݸ¹\r? ytbg=!ӫQ69`\"-tP(cn/>)b@HO?5>PQ	F缃`;<v}\'P[Y%/?_@e&\'Gpp2[zDwNjÖ?Lu5Rev&-kUobE7ܼzL{{MTG.{})cI+@>H#qL=a.cU\ZMwJ× \'b\n}\ZQ!x\r5DQUK܅ޖ:(O.Xi+&	ME	zFgo1:ѳ\Z>A\rq70O|%6`	PIY;I(ϋYۖuf/Z\rGs<h4oWxۺ!Mz0V_.=*ym\0C{!YRa\"	`F?MUǭ[*a:&3ܸ<uLJP#=9+FsqIB:U{G@B=\'&Ȗq4ٱxr*ӦwRZ	ZJQaA[ز=	2m@>@ATm~FmӠNll>hI2Y!ln}1dZחn9>j5d3=YsNqqpcuȺtV5Ȥm9\Z8q}u}o8>&V&NA,\rjYl$d3\Z&2	%\r%~W+n}`+j	QCPfԥEZN%=	$ɗ[\"!vO\r#-SZ8(ɃAҷh/v.O2W\nd*J?^wzTGЧ,ė\n\\yq#16&Z\n8ӊUuBੋ9ELa=T/8,i?]!zDW+jJ(r]\n=+WU}O/inj4u9ϯ\\-/O5dXS^`M.NSIw*/\riwl%7Rc(Z=mۗA\'j;LB\"^/:qQoBf lG2Ĝw`wnN3=͟hKrriJ8[C=Sѡk{[kF`Rl>)퓆o807MRn}\rľE~Ő\r\"\'쳓04tbtwK\\iUVD}3y(s$T琱a	Aa|;Trɯ(&o{!2oʪD^D1+{^٫X(ߛ M[>mMCoMt}qqXAiYQMޘ\"#EJp~&w _ڙ6=uqe4_oqtp^Ba@^#H%Eq Ʃcn\0p\ZYv1]@ôy$]6o~܇] OLHPx	9lKS#n6@#Gbb5_*BpXrVw\rAU(\rbe&U6[F#`l,[u\0T9<	c&Aw\ZENYqi6-%1L˭ݐ;\Z2uY@\nWܑк%?;`,CՋBxVu(|/9Jې@hy(K4\ZU+hA\"?_6GAm!3h\"Vj`+*G6jq`8&R1`\r\Z{5yG\\0Mx[-<P6YE[3oHSVИE]:S*˚D{vJ-C:IJ*H]9[F|A9x~dr[;#;.HAۣc<Ep&U\nOKErBʳgUa1/qX夞d9SyrCT\0ѫ.ʹYbjNZM<hsսI\\5\'НLIxX`EѪB+Ap:G:,w&׳?/K$^ce?^ZdO#%Xxʆƛ-F8yd]3f^6Cwٛ;eRvZ[2ЭA>6BVWg~x! }+`a-Ӭ3+@wF_+x˷Ӏ+\'C`&oBh\066+u0!:MuYSꥦ%Cp,\"GENNNL/4p`41Pcq271I^ЦDvnZUC7Upx,wÛ̀vNxklfB2QWkUڜ\"**RkhW`٭R|5nu-\\:ԜY\'KF\Z1ZS%4Vb*P[d8geͽC\Z\ZSj0134])ζK0қz\'uzu`̶$˜\"XMN͆&V\'#ǙO0-kq2wSc?dUH\nQ73hʫm<GM]3p+LKNǜHRf$|k|s\r̣64\rIbmH?C\nDԈt9! DW~<~J(u☵B&OLCTNRщ@;COuJ9\"\ZOϧÉƓ{ONrXU镜Q٩\n i/$:tniKSf]cX\nn\ZFppJVA#\\1{A ûͥJOmO:ϙlW5T2DB$^Vygə~|\ZqQIW#(4\Zb=9-C/s#6ˮCۊ%G8q)ϥvǯj7Z\"Se($KVCm[;W8<{b\'ŏq`\n3o޳B@8Jcýn&Vɹ/[)ۻz[gE>b`*eNݓ\r	hHj	gQ.X]zѩ*gw/^xGq1%S9?R#B~::Xg5[mQӨCM.C\0W{4\\vkΝن#\Z>O;jGgR0GlY(\"y4h/E삡p4337-sգ+ڢb?@˨]rH!|(a׫vC,T1>K)||yDp䏂Bנ#A.{Ari=M-?ߵzCF#L!N@69jc@% ܞ?L$bmjT0)庠|l`$\\{\"?~cj:èƞǇ\0(8GfWipJpMbVgC/V!W3Թi9*mVwkZP[:UjB5E $\r(ԇ~YG=C\nw9G)\\M0xa$k٥4a&dkGS#<x>)\"&%q٣u4KM$oݭ{A\rQIQ\Z(B}O^Q4uTv1)\\Nzo\'\n]g\ZuF(:\rSlVl&r\\;;PϼOaJaE7dh|qB\\)6ѾpDW{ۓ۾!$ʤ5g[9~<k\"`	[\Z)^Ktz `t^u]58ipvk\Zܟ%T1#W$)z/WL-ZE{Kѭv__\"l&ԟ3I49qZYFU	-&\"(6]\':rQFGߵ#b?yg	ViW\ZXJxڵՍq*V8,xҸ$ݠIBS; ɕ81lL\'\\udjFוVQC3x)!TU33Ws/wqa_KB	.AYDZ<Xm\nc{m]RWrޙV Baן秦FzJO#%ĞI,SMV[u\ruBVo#Iv4d?QlHJ6\\2me8(\\0\Z%he[>K5\Z*V\\z%xĦY1xYf[FX6cǠ*uk;)gRIb~\Z4V +ucr>\0_s;ϸBs1M+J5C$r<0Ġɋ[!͇黟\\d5crFM=]^ܩ	_n=Ý&o\\LP2ur~o(MFS*:l5\Z>ZDrgoEIHPg^]n0/Ǭs?FώIs\n4^TXr&Ԓl(EC4)\ZrK(12e^Zr#jWy5-e	G_m r?gWՠr2ѥ@F?&s~ՠ($̻.LxkWNg<\\Rg_13)16Oރ^L;ˋ.#LI.]+Jp(9ٰXΌ\n\0*p̕^ XE1oO3rߠ1nv\0jHk7q-;C9R_i$Ԋ6tqm4_rnՉ$u*&?e`=89=\0ܥE݉X8Ym	㞉QlA\n!gCn|I#*0\'pT,RrءA5s֊soʊ/]O]8\0qg_\Z^E6{:,\';ZB cNء\"!gxuE\r̉8i&F?w[℟迢Z q!\\\'-Qx\0LD-Z#SЦ[%ɚlz*mҢPW1 \\>͞uLv}:wP([fޡ0[[\nudv8fRDlաe$*}֢Zh\\wOWwSi7G;xV\"\0ݤƫH2`zw`oi0Vj\0يlj.B\'|Zøs-p0p@[Lfd@a1kv<+r	HbXҞLW1&@rJڇǞsb_`6K+l|S.P^l	l9/Ȭx`:eu)n\'\ZcE\\|:DNl,l#CD%K]QРL!jRkV=~R[C;>fMBR+mvn	t;=%JyR%0\nf/eÖIL*ԟrWt&BmvWU#wI$Klh5b4:ѕWnw=\r0CUR\"$dé6)IS\nE]mY5c\rwcD4AqQixWD2oF0+vBJX\0TPO]\Z8UmVq^o#ZBaCuwIT-$e*1h)ٿ vSh_=XDpi-wFa\ZPN;ˮhJ4mBB;3ӯhP;)ړVz\0Dr?{.<n;V.RyRTx\\h~D@n\\ǹivz{\Z]_q|@TbsBzV&Τk<x%&yp5L&][RբYBѵ\0\\4:\rao|(;ҢL]검NjuzahpF3HO)->!\"\'$t-}M61p9ǡkTb:X%nܢxJ;vww|U-%=FM>gq=tGOwmjd)ߣ\0$Q%_{1ގ7څ\r,?zDx&fv8P?Alm :2MmX:~ڣ8,˴tT^ע+\0^U`<,MWt\\+TÄ\"^J%VCy3BVtIppFy/sܮN[s<Ď) Z9QB;\ZܕAwWIIw	|d2Lu=#JR9:x\ZziE<z?eL<M\\}v6\Z8zRv`\\.).^pĔ/E{~2	Evh:mwWdӨ$P%HD>ٿff?_2Y\0d#vTUЦ[TmGnamqY\nTorqKKcr <#P5rhf_Dm֔mN+K{VOu-Qd;++O;vD)(P9h],vɮvJM(0(&#쟴>_Q7%l|[l|ߘAIy~k\'$ё^Y\"awE.뤯G=[FJ4@ŷqabnd\0nXf6?,=ʤ K\'9od?pGZ{e&\"S\nTkN&(uu0!ϩ7$V9դ\\`toG\"*+cW d+ΊM?\ZLrZ%\0\"lӥi	KN5ڈGeQB\Zk`ämu9uH| ܖaQLU0\Z~{vhƇwRjIyphgss&:C㿩\rm9>zo|.󮥔\rǩP\'RIR\0)$uȸ[G&R92&DDcQEQӂ_ofIo	}B3&Y$PʥA]]hi{ ԃƧcJ}|\nͯްA(>j2Oƞ}VOצwD{so	kjLAR	V\ZzL0Qwb׀хfR=k)ϵ9D[.NVKuZ\'ނ?0;J;\0j=\"(P]<X4m%̆\'?2[Q耐8/sG7mw){\\I \'Q}mˮ$R4U:k$Gw 1@uiL0Kĸ:@E^؛36v!l{PVwS!nH+\"\0Ud:\nO*SРLل.\r>֛n]9^	aZ_phRf}	PޯZ{֢JZbRu+$Jp)#蘥>XV%z_X@KOuKMFq:RSO uѝ|=o%-t,u. \rHxeUUHK^Ǆ_%ך*\'Blm&^/ر-Mp#<_˥d^5ěn+܂ˬ\ns5*D^k2mi^+Qf\'N,ntR&*\rSPK?x7.՞*LuK֍v2Zg,z[^ׅYgv⭤YZV%Is!бj8>\0ئnGUvi3DCA6D`Ls<ŢtE>Ps\n#HNo&WZMls`bF+u\0#\r LmNߌuuc^=¡DU{.į.տ]d0ӧzEvGL7t|%\'4%fp#eh-h8q9\Zx	VG%%h/%R/ήqeGF^6`vBI	|2PS?hFMaȂUE~zާ#^8Zy7Uܲ={s&FW\nR_	\'Hu)WC}D&7,H)m-ENMA͛	,_~Y?ck_\0T0ykM38W\\Q7F\\14g3\'%L| {W%_g	@M\'F|S=Ւ\\[8(YY\Zazߏ[_K}P0;rɑB@?@[P^3D5Vw\0\r\'TP΢`eέuK>fL//\'F9r\Z!p\'6D;%^-xh%O4y:X0^YuGyDQb(gEpֆriݙhF=yZQO/L%@=-e-I+Rz<\' іrvqSKU7Wߤ_i9qQo	A4fgSh%=ZN=_Qu~ҿ$3GU4&\" KFjT(5o[wOP\\>03	{ɟa6]0\n*()\nǞ\0zvVMAJUla1 ƷŨrX>5SƤH[{Pg٨V!6\"	BЃh9.F8ve8:c;%t}5;F[?EXnG~Zݸ\\B[)z츍mO~B|A&݆BJ8?Mzexn޻X),#өL |F KGO]5^AG\"$A[?:M2(VA/|b.4L\'iWFTЎؙr775F|DFIJ53m,YlwNƋFe\\\\y2#niF3Nrb03jg\\mPPjx੄5P$j\"`\"vR\nl_9ȧn\\\ZrR\\갪[Oo\\.a84r5$	C\n\ntYwrc\'Sy:G`}.,]|օпеI۩b̚w[$QӬh,a\ZcNCCnø\raH%oWkh0io|ԧ3\'ȝ\'cL:b_LXx0IʪA#I%d{F\0+\"6ƹȪJIZ;w%!W9ѱS	}9nN->tB/ԣ(q[T&7,Ǽ]m+7^꫒vK7[Eu\r:&i|:50= SUu5^_w|)W6c*&Ī]Z\r4t\ZwMiƐG>B\\gѪv`(1in 5U{Io4BBȫ[y}BxwIZЧ&N-)͈滃~5|zI(:.*gH-#=a$--9\'cڪ?I&kEYB=b*ҿ3Ft\"}Fpz.T&lGMki_\ZQ\n](_,pgi1}.͇3wz$W<leP[?草p>H#j#E^C5őܔ)==mfht)\'z1*~6UE4[kP1wӮ\\^`Y~FE^rn2ͪU?嗸W\\VeL,A/\" 4zX1][MT@JŁm4N2a0Nm).:Ҫ}]%vc݈(YUe%!TFZ~f,鷿ܻ\nd`4.{mϖS9\n]bG+\n(x7\"\"5nWIiaz_ݮo^2S\'VAFXj#[ͫ3H@!+siA$uN9T+ƺD=#wjxyӋhOB.h2;bIqS]B^	Q;fWV\0sl^}!/e*\'#Wl);*=$99Ocor]Ȭ-b`(d\n#D!ά:usWO(PX2t =gy0&/j#xVeazUܞ|-T[7||Atuia20Ĭ]Fsf*M\'{Hsl\nmL7,M!mۖ\n=FK 	..>D(٪O-R6W=q;76o撴\rV>=5t[ߓ\0su1h,OTU̬$&^9]WgG\">Joe\'7Xw(ucJ[1\r\Z/yF&}=\\HV@r\"B3~YƼ\n\n.fd\\>8{ΆAHJE2>1}\0:az\"HPl缳?x4P,E宭}ab`Zn/^5)?TDBu=781z`~R\')F]\r^n@h5⭱՘A-z򼂣.kѻ/񃭲V\"5PG7}j!mYZvrIƒp4{JYE܍xƵ(٫EƵ5d=?Nrs.PЁäO2:~,)ZUsk\\u$1JՖ31G3pRm珮<Ũ7iU\'z:	 6/z@6T&\0Cp˄($nTwV;LQ72N͋-m4|0\0;W4bQ(ɞ@tal2XcIRL 29^d6_V$C8t{S\\ Ib\'h5_\ZQɒi눙OsJ:h[ڮ	ۮ_/SttRʔWCUx~:rQ⨮wEpVѼsc`PEؑ]}܃wz,<?P&䮕#ssj6tvDzELZdM몶W9ITLcr\\h	=YkHTxDe:#o0mϿiyۂl|4hNO~%\n}\ZH[6aB2jf7fL~Elf\Z]ܤVB\0n%M/[;*&/_/!rz¾$et%Tn5?*BRgdm?*\r4&#4NeTsM!r٣0aT\0ڲ@ޮ.m)Nu40d0nh\"$\0$\rO;zjJ,nq U8cO\'xvW\"jC+o%~qO\rP\'GrHq\' [y-NIzc`#0ѿ߯;<	`>7Ts|46fB!{C*i΂\Z\"c9qLԬ *7pO6S`njVFmT`b3&.jݤ(qSjp!puzI0J\0&\\Ar־vW^ܨ/,Gpߜ@dß-ȧқxFkbszXh%MncCE+c:\0e\rު~\nMw_a<>VX\Zl5j~d3v_hi07ǧ?{e&ک\0͏\'4n@\Z.^di$Gٯ6-֢\0qxw&a\'vVҧ#cwr4w%}P,HR(T6a\"@Jm l/hSٰ &^Sh=.M\n6SQaHt8hs]\ZU*FRg:(B\\L|ԋ\Z/5Lr`[RBؙW*_5N^;&:\nW1*UyKeŰS!.!5C^ی	İUq#\0HD`>v+O鰘7}\\:3ҹ\\dAye8h@ܶsCU)Ot߶/m3R?wZL 򣷢5cZS.^\'呰%J(V/+M餱\0.y36x> [/.tT]wpX%]~|4uoAf\\ĐQ(Ë\Z%|^]Y^F#c*(#\n=<e^ҷ\'#S=wW|K:\0kG%oC؂l\'N\np_Ď+$i7=I5iB4<ұ,FgMRhjYı/<)pQКP_sZ0TXA#6{K>~qI=!=!\\zRhp}@,rQ!UfY5uϱ\nEfaqZ:ұbLn-#[\"61zvi~3gF\Z4\Z/җ|CAb9g=><P0\r˵c+\r*+H\n$^ѱ&>HLi#a\"Of,8,M4a!_~њCO״&8Y:_؉\'qP#ŷ[`~;HkMXML`b:$d\rs>L>\n&H˼>#ꌆ79\\+Ϳ<wC}\"	\nT)Q\\u:b&pű}BH.G;d\\ZCψ\Zo/bo#Wױ.]H>Z*0ooQwf<ɯ]qmf~pż=\n.5Y6}oџi-(~	Wρp`$<\\5wJkSf36ǧǛlUyu##ed	A3Q5Rp1\'rSlY(7wAO)FP]6~\"?BwMҳ(N`qدU]҆\0B]3۫#Cd5FC;ԩyN*)J-޴1vj.y1BǷqk\n*;z8jcq#c-aPF& \\(1(R^\rm)O7x{@*;=ۏ@s;Jʘ[ԗI>~4\r\Z$ACSwXZ{}ajD}b9-%\"!N_)\\*1ð5o3rX\Z&?V\n)K-M$A͌k	/mdӲjsEF<3g{\'mv~DEfMNs\"*\'7p$ixȭv`GJy$:xty*Y߰%쳁^H\Z&E5CCq%.ABʣVڗC;7\"AbIYI\0:)ѷǥ`wcw\nNI+a\Zs Lzf#4C\rVv\\.$kڽehnn!!޳}iK4KTTb=2UኰOB`˳+T9]-!Ivs[h?Ƴ29{qKξД!I\0(I`ӷۯ	(hs-љG$%TBy uةxי;gdB]E\rr8ϳ+N+RfUPt	9xl2Ū[jƗIh*@I=hQۦх0rç\rbRvO~nw}߯gK3Տte$DvEZ6f+()!\"aDr9aC53{A{*эb2Kwwqҿo&GD͢a\\Lմ+^	pBJx7?Q[I!>@Y{<Na+⃞78c*QtS,8ν\0T\'LOOxZ_E1T1VmHY7tR~k{YD+)Y;]^e-+An5&_q4+SHx{?fm3`a󴻡.#,t\0W&;yc<qЌ25ݸ;Nk=xn%vA[y8n\n	(h!ekbHk[b0Qy7ǊE3Sjz$\ZM]68DzkTykm|-D68N?%aPŧ)]NC1CLW\\M!DJy7F(<\noM,Z`1OYﲆAQ2:*t\nhO|;z(\';wh{#6qY}6GWȏ!~Zãσ~SLKjJ|4<&Cn\roۼ0+ˍ>|PJP*ml@6Tѕ\"AlIH&dtM6&۵b8Z	k{<مJW~\\재2dyqE~߃!>\'cstZ*J^;6Գ\Z~IDծ$xPiAU-]=\rj1[Wf%>qp<Պ\n)^^c%Wm$:\'bL g}dA	,rwKw/>&zkʜjMU:~oh}5[;RfɈ5k_jQrQV\'dM2*^\0\nq#\Z䉩e޵ITv5܄Sy8#GyF$\nr`ZpGG*\rr\n>|Y&W4xW璪Z)\rԓ(ay{;˶2fQ,+<\\\0\\\'⮝	=$(1\rۖ/zhT<]u!4ߒjF\nz\\W|rbϒ\0E0+F7̚\r<!-:Z[ZjG[\ZxDsuͦޱ4EXD6\0ܗDCxbQfr03_LA_g20mz{T()1Z5-PqBҖMGx99d䁊N58\'Aз{}aБ8a;[\Z&+:3W뢅?\ryQ΀η!LesEg#\Zwjt#W$%[6Pm\\IY*%vbb<J<sjĺԴUz#Zv:.NMVrz$}9:qC>,|40F|=.2ǐ{E[rPE~P(^\\>]!r^8¥Z#u`x+I[0NM[xV\"2FqHƕ46#\r0J7\0[irB-p*iƭ1{(H ԌD /Clg9NvDB\"A@%\'+hL^^+#e).\\Q\"6z}_T4xma#E>uX$={+cܧloT\'.E]\"f)|nsMdm˸hiqŅm	wb{Ag/Ÿsä6I--mDW42V9X-ԁ^LG8㸭DC<WFNB\Z 	{yWPJiޙ)==)eFKx:5D9@؂Ϩ\'<Mtv$d]#짛߸X[nJ@zvT\Z0:t{^!=.`8G?|#C=(6כiuh\"KS1R+/;iY.7/XM7~Y+/\\1nX \ZA\r҆ErBЋg%3׳Eq=v,V\"/C꒹=8uP	kŉ/LAN3)ECC=\0{ק\"};龡tOm_jWG\\bojH]x!+>Ԏz4J1~J9Km`v؋^GRf﹘&vcDOvcQ]P=$aFjF&|uPUMeG1⹳߹bۥ!	9~Ggl򪾨ȹΐ3|o?D^a@ CCN&PStizr{cYG*3\0ȇz=Bl3u@ÿc1,)a)qټqfL1J|b(#}\\EպʾUL&6\\Y?+c2$)68*Ȱ:E@}zPWE4Rc	ĉۓjڔ\'nM}9`AR)y$*[|˺VB&ipU .Vitt]\\;HIdDppSsJǢ\ZC2]h?ֆ~8lȪ4,Ǟ?𴺈lkJ㙸3g>ڷdGzfwSC<v\0f{8:\Z\09AB-\\\"RLFvɩơ-&iugh2%.g0K>⏺G.P@J3tBkD|$Ts	#ya\\ګ:KB8co4>G1J`ZI=cBfeƷC\06&FL\r<\ZR#캝Ldp=@fIWX\"a˯|9Y\"i*UL<6\'I>b5p<eZps}[Y!m#elp.x\0mxP/d;sTsM=j%0bNtR&y.sE$i,?]/1{Ƅ/:Qv>rr)qAo\r:;(S>B!V5R_Bx< |9\'bL*^Z\n\\ȩ|kZ=\"XY5hn.ce\"ӌ	\ZS:vBi7J7]1kk1G¼,`|]$9`,w\r>-W7*<:gj6Tz308Xh^~m~ u׵ބ22RYRP4H9O}Xc@P`2_PVbBȭItJ̀rIn}\'`C5֚%{A/^r)prAJBQvep) RNyHy+3H(H^eE1oy֌HFY?\n}Vք魘nr\0v1sN>cID٦I0-*;:jl30dsc\0q|KF0_qYsBKbַb(7^:˽3C,wW̑>\nc6iS!ຉY8V#rQ$[)znáW;WѠݥoJᨷN5qKZ_V#pW]BS7jY4ciAW\\~YW4#a0<g|.JDSy\0aeԦG9~rsjJOĤg^L\\FqA\"@[;Kkq?By:P\r\0!EÐ#MOzq~Γ8,՟/޸j!TNTح	䅬+.S^Qiͦ&YX1\"I+r|wT1a>00nio+\Zoo`yfny=Cժ8:ξeZTW0w X$q/£1S4-nD(@&6oZ&$bX\\mfkJړIB()&.}_jhF(֫]*|Wjut.!\Zf=>/\'^OoE;3\'(?G>cgxWʡ̍V-EArDx++`c`/[΂-JHnQБ\rq-FV0@Tن\nZ~\Z,o{l[UEX}AJvd\Z<`eaX9$Go)ոr?S*8q¾m)qppJNnxh\Za? 4FsfY2X7\n@k%|/@J:y$Lqrh)uF@1˞oA<TQǿ\r94Jb r1LLdO^,RNsSn/ħotU$D_P!d\0LpOk7NlLn\nq&x2*n;Y{uDW[dg{d Bsn9iS*LDE$Apfl_:YT^,FdΔPgẼV@P8S0JȪ)Z/@*6yR7,䓡DFfl~0#FyWy$-\rm}Q4%{{`\"2nE*V$ʷxcRYKSMO-vY |Iƀ^Q.aW(f˿b\n;UBgn½E9[9|<C+~TRBEnH.VR3+ֽfjv5+i#\"iR,k2qX8	֠,It8҂YUN*>FZВ-z	̑TgqܧG8)N*蹉*01G9!1}WF8|VapV\Z2$R9LG&m[ӏp(f$RzXZ8t80pVۍg<\nE:0o?%ڡcO\\ޱDic,7[8NGs?3UQf~-X5\rJV-c%#ep~8Ϛ]kdnOEŢ7?>A2Np$up6Y`ȏ#vR0u^/\'~,sJ$Tl>6H<oBr[n׬*ªXz\"ʣY_<\'}@iX^kVQ=ʧ!d~+Oigi!H\n\nu+o}Яn\Zdq|j?RN>AA{z=\0tWs	a݁iiW[/;qP~Sr|L8eV@5 ]UV1NkԆ	3Oʂل9kǋL[S8,^+\\鏯\")>(J,eh=UP|?7TvA2YB\\_da!\"QYP56#*OyԬ,s2xpFT-ou	TT>&Wm_xИ4rk)Sd1DSZ\":4RsGWėT\ZZ%u_H\"ȮV~	00jQaK0Rb=ѶX׮,c\n5ikhaߌ5>tٌ^8BrZ`^=1{K	~ظ1`\"L\\|w.Dk< drOj)s0J/@(rO| A>m/[*nB_RG-YX/ZKq0$H]po=\'sX&͋E;\Z*s\n7)]Vl^B>-t@^~W-O&4#h{Il1@lhbT7a+y$[7B7k;3Kd\0.e^7AAR&DGm1eE:âsl\\KǊmb\0V96 \'?nHÉvp\Z߾VۈZ6jjËH%fV֗M^^4\ZÝەt}y%Jn<~\Zjægmp(_YNjs>ESiò\"ӃƋT^ނw ]Eԫ.F=|֭K&RsfiK$cN\Zh	9ҭdЈVoc8Q1E/=\rX݃	h^/WXgjU@6%0I\rD4e6So5RZfޱ<Ÿv+vD>m\0a)7t2ͫA:yLª%XܚlYD};7s̻ƪ?ísͩ5DL Q\n(vyer	6s5QZ_^m]#knn\r)1:\rxg	l!؜S\Zc/$.BEk\'ZFy|AvPUIEAL`L_2,Mt)of.z%ē.p!ih08nd7MlTRĕx\'u~ze|\\Ev2rĜv 7giUeޫtȾ!͓<AaOgA̳\r]y~1]	L(p_\Z\"\r hz\ZES)nnMRa\ZpK3=V#ejiN<V]\Zr?_}9zНfi`8$W**fS/,Hk!]\ZjqBlGu%?ncfdvdGBwiJOZ@-.qHx7\0;4\0\ZoRD\ZJv\"(p{v;fˋ &UuuU^$d`v7fErR-yV*LgbJx.g0V샻ZesWTm^\"QќG(͢eK@^(1]!\'\\srKS#A/\\\n\Z\0c|ffś<=!-uW=T\0cᄒF`ŦO\r+\0A\nN85p BbtVV:Ϩ<(yk^m<e6amԮR%M1;zDk16∃\rBXњzyޗ@t!0%/;+(݀t\ZU)t	-b[)>\Z\rg6H\n w28+lroP@s>L{4`DMoaYmytP*\nDճ0AA\nkz}*$cS)KxX1Ӽ~bݥ9wEE3|:Gu,vlȾltdA4f@HeXqƁ\Zd%\n[Kn0!&^pƄ+nT\0o<\\?_.,OӔUƐfB䍎C<Zx0譃Ɯ5-Zdn3I\rC\ZHcAƯ<1ֳ-Pf@G\rGyƴ. g]Jz`$LKf<ƴsfOC|ut=)k% Ya@ųtF\\\r?vWCYnqC}8|M\\<d^\"ą9ޕANĔ򜜠\\bZ_uC,PI1[\02_H9znD	rY[\"?\"Zc񦱯g\r~ ǐV5?B $i1a0EQaQ2F\\>0/.\nw\'O-\\mo}%-\0{@\n{	ݒS/-6Rӊ\0Y\n痬}K³Z?A,\ZYum<slMaPL/+vwdǁSzQc\\N~(fZFJ~\n<ǔYMgE+UX57HEht6sa.dNGkNךP\'hH>[Ұ[g-d9#	35{Gg{t<yS݀<N!)vX^\'P1|р8&dK]	E4v۬>t&gk\"\r+fUʰ4xY*RlգzUc\n5Kȷ84]$0T`1oF\"&\"9 (z&̱ȁuƧcujӄltȃogQfE-fȈIy\0]Qἣ(Ͳȵ08S9M\\1ִnហ/{4ȻIŔqd<Plm,9/,I;?%y[.]_zaZ%U$DW-{};y*0՛s:@&O\nov#Ͻ0D##a~7ԺMާ/<]Ft֏,΃_{*O%EHL\rjMDѝbSF\\vl%\'Ͱ^3E>ˑY,XRk2QLOP(m|9pYuc?-F=DqJkfɢ::Kq35Fpu@ɮamș@DmPJɯ	j[IY|ԲbX$nG>LIɴ߁10Rzʵg\Z߁ԑ7Ȳ%B]g\"`.Eq-C96q <R_\nYBbS\"B-+GQJ2~snm1+uf\'sOdNtk9^{sx*X\nbsQh\ZP?Ly8&>IB+awqˏ\\N];L?sBis(܀zHO?۷G۠ԙ>Z	~yg-Gyvm\"GB&i7qʥv2Z}K_	jIl09Rʱ~o2\0?SV=ZsLMk;PhJK{+f0|#8:k ߪGG0hdr鎄\nljs!~BOl;iKe?>VPbAy+L/SՌ$.bne͞BTp@ǘvDz|3E6E	j\\P(gC?#$/TA}\\DU^\\m$Io*ẾV\0![ #އ*\Zmhp6o8d9#Zѝo\nT#t9rd77=~׊u(,\rDjTO~\"LBUxlrXwc<z!\nbOpL35pD^8DX#qֻ\'f.N!q?M*]- y3,4P9ƕˊ%(|⛩vq\0}\\lnˠ9HǱUhLgN{1W(w\n˺C\\=vpOW)[СM2SS{zb-ͨ4]?^Dk=3!Z=	kB§*PyX&%0V>\0VKN\"KPK/+R$f!띁>7Mi_\"4	Zg\"axh\"\'Mi55L)\\eVA7rdmĶbeT,WMz(=ǌ	<5/#PNgz\Z&x?49<c\'c:y4Og8ĲFG\0\nZ7|Aq+SO\rz~(fYaιy=A\r`]Ƣ V])#dOX1reT8k,Yh\\cYNiT7v1X~J=_[i\riJqo2ҋe}Xto|zJHް>̎1BSb`;\0&:Tu%f^ځ5̓>-Pc/srt)xK>l$,\Z̚Q\0u4J47:\"R,6\0\\̨tX\'Jܳaim>#Me̵ *o2d*_6c\nzpqJޱe X{~k\0a֒9pA&a&J_\"OTa\nS.7ĝX`j\nf}DErFJ?CNТr7eAVk];YE䙡m6%\\3de\nu8K8BTI)W\'|=]m8ŉn-`u&tߜSuj2kpW6{0@\n-t9$-VrTsYݥ/h)`63\n\0fByjZi\nFغ\0 µ#7fhCaT\"ё^>2^~\"-I-.\rQ1*a	D.6OG\npQj8.q}PҝJ:hQyyf\\u:66k<RV8:xȑ͈{g-Z}^0:~+>x[Pͨ8Q\\fMJJ8G\"獃N/6j)RV9 yORvnX3f%0y8x{No:KѰy+!1EÀ\'Uʏ %Ix`Lbɚ[_I%ǆm_|SLha\'\n	(\Z\"f_i\\G=X1!54V?g!٩!_#*B	:_S\ZN| \"hek>t3Sm*3^e9|#U6UOTbo~s/.yN+4[xV5+D\"G{\\u-TƩ\\Xi{ !7){d2SgzfĞMJKKY1ΎuL%\0M0@ΕN:9R}5U\\_^s\n|Η)nS&[{T.6Yi*HY_έwJ.ֹ҈r~w=4jӐήOOy#MPubT2.tٰ݉ή޸F\ZgTi0bwiIL\0ƚ|C	&M6\"E;i`n7(}9/#T?DPX`dӂ|ћ:D3CSCklStUa\"6kHDUxKU>5Jʧ-LE{_E\0	RB}NsEC%\'ۓߟRf?\rUne\"4\0Cp/5|X@㺪gp.\n5_Uqڠs?K3^kǧ!\0޼L޽\rbգݭ,luݚ>-:[BǓ|*Cǣ@χ87!\"(Rϋ2\r\ZaDD{oό=_}+~(ȞevrC[mKϸ$a5QcVjv`dmmYQ,|:Kʒ%DL#bXWbp?\nQ@xHc*XOLa/{ؒawn\nyLIF)|#pSRNbTismTJ{)Aon;9%n[:mtog87PvZ:EFMs,6Lb!G3Jv^5K`GCЎLX]\'kAm]J7MBДlWh<S=\\\"0iCDMq\ZМTсFC)k|WjNɩZ]/e{вe^K\rs;SeD+Vc,/Nо;c\0ׄ5s+{u7^߭kF5-n!x`Oksu=J$u	8@Zx`#)+poPˤhzY[|`;]@%Tķx6ҒOӄ9Ą9.z8X˖<Rh#IJ* Tq\0t<bCK7jBYCn»̹)B#)\n@}nF>k7XV*ve{}bIP0ιo-jC-WBBusٿ	#g2&*B+u\\ۧ-;-R8kp4C9RWJ̡f+VUm9jODzq蔷g\rӒdK:DѬ.AQ%8;+[}2\0O\nqbm~	+jDŧɽ5h\n`\r$%eG\Z8	cb#k uh(\\F#jW7\"eKCds2R\'Y.đ3E9D>	.2,!@%}1i}.k֛kgpݑby9YS[w\0m0H+\rq(2=]$ɆpLdGa2x~e_Za5ڹ-{UVdHrV(-W#Q?`GuGp~n-ғDjkh)fxwLQғsa\"o?Щc9CQ-yj$ieYi{p\\8ڪf.$FL6wfj\\iAxkʍ*^D.oR|D9O4[J	\"<Ɲ2,*5pGE?:zM$qeƭba2E!tdgj\"Xks	&Q=IjEN7\n;R}lpfVbmmhc\\J~9HJ$[x[֝~m/ȶ>ũT.),l;;o[ӆˉDgu\nY2.C0ÎM(Ӌ;sdO&hgC0u![+\0Ӟ*سjEW;>$:̈4dQ+aJӨ+`qs{9OFxvNms{Ӯ¾&j\0vS|.kӷĆ{线m-a.GB1n:sԜ̶:wyj=ҕī6xySy[9l:Z=/?B<\\|8W)\0j|(	yz633Wq\'x0`CAW\'>ݩK\"w-\0CV!)3UէyRԜI|y\' vdŌ#Ϯtԥ宂EO1\":9(TQ\"M4%&rOfA[Ȳ4ɏݐqU}R\"GǄLg+\0vQv1R2ߡ/Ɣ~Ϟ-\\ \Z@G>uyaxn`fw?6y}>m\nMR\ZVyf`TØ`s[1\n%D{RӢ\0M+2Ӣ;\rM@jc3.R2-OeZ}{ 7tBR#\r\n0f_`۽\\\n}(nawC9-AIQEDyTzwyjmˬ\'fښGĒGN2*RmWF~mK$QՎ1m.JM\\kV?1 [`u>\0!,Օ>o* ,_wE]I`[3Ֆr\rGVpGG݊X3;՜5Iˆ3էKnLm\\UkJصlLզ`A^{Bb\rN\ZJ>#\n\"7`)w10.^Rb괚fՎRS\rG4(!OX*7Al\"&ap6fK)^o灐Os<A63A߯%wZ5-Dڼ@U%(lfU}hp2+nDʭֆvBǑdX 1fvHy)l֚ă3͒\rΝĹTN3_*.֞&ur|i+Q`ŸM1U֠)8l/ZR=YpO2Iu>&˷uUĖ{x` &{;uբ.Xvakdo\\o~(y&jF%@I(.#5U[֋DB@i~1\'7Ö\0W2jʙ{`01]!֥\nc3*aVֆeƗԟ9ROt\rC_4czSsTAqcڷ59aO҄?tM)PHٹkώ%7f+$.~ӛMxkv\rns]%́Tĉҩ^{Ǝuj-{V=O\\j??f&:s[#RDs;ʅimdJNRj8?|H!sђi{OT6{z480og3xFR.:+װ&䄇2C.aeE0,9\'ZS54G[\\e}*<|L;zxx?&WFf=x;Ҹ.uL)Ԝ2dL{035Y!(q#ԜD]KXJnpiήo(F rr^$O5M&JDK0FNw0\\Ps-\"d,世n7z:nSKnSTvu!@bv7NgVC%{؎\\X)Ш®4ʸcWþ#E5ӂe%/h]޲#ш9`vb(c/:+~Z|\0u%rvBT iނNɫ/=1IDj0\\lM51(R;\\gՌe՞$_,j薶tC@ϊ&8Haq_/BuZ&?y=ӡC6d6m\\]vayT*fZ/8߬U(WU{-V͗8$4l\\L4y\rotf`8^`=@lTzŜ8)}~H}qٗNai9U᤻\Z{٘\"[,T#H5\0F	\rRosٙ$ѰRej`^7葟%yٜM9\Z/\' ٞ4bVttkEp%~D`%\0;ٴ M\nWX\n躨||3ߜ++4,ٷ紱1]ֲlzbVPx̜=ŭ?/Č)-\'Lԗ x!Uw_nFa>e3;vztPi(d|\ZVw7BAzzMk+O5@&},pyF(%Ld\r*n=YNt,kL]*]>N5c	Ynl)\"qqpuu4F݆$ӕ_p~*60#?BTP|:X\Z@d\nf!B>j\\R^3VcZ=.\0܈\\\',(&M1^t&*/:7`P\nS!:b=.#R[$V<Z>f+mսRh_i;1zm;X?=s|VFƢIdE<8mJ.Ewj#_\ZܞfnN7U//g#JKӒ]堹|MnYM\n}2 `Qv_\rzB^=څc:ܾ|@l\'e߲~چL-u5Zkw=03O* ;XJ\'z0ګŲT\"\\S@ޥ+0yrx9M,ڮ(\"Y<%I 0c+	Mv1ںQG䃞uGiԯg#dN,֢_5^W{KbFyPXp^Mƴs>\ZH.\rߏZ\\UDOtޔ&ŔLZO\Z4dջ`k_[aJ{p\ZE=(X\\s	pJTX~\\sAk\Z-=}Fb᜾TEw!}a}.& c-B\'Sj?ۂwT\\ +=ាb\'^xK.ۣ԰<К~_m?##B	(ۥ~b%w\0 z9wsn>Dy1ۭM:EZ<v(@^eK\0۳}sYDk6M(kGNة\\B·Tj5D-8FQ\r%.m5R㖩\r;gPklr<CD0*\n)mx:.owpԴ6b@WFk-1q[42\Z@r: ӪNlTD,\';=%~	H``@}6[d=w\\+y%e-_+^J6^NihOJkfiBD̉I~.lvPgwv\r\"aMI\\P;b>꧒5>7Dublg=z^z)t?Ū鳊<)+$>S 4h\"hAD\'\'|6[kF=\nyihLa门b|\r,7@\\\'>0n+SK&sщ\\;Yq9wm3t	ЫQv#`i-1ٞUhܑǣg\n4 ]D$WܗEV8֋i;fe|ˤܝ.rYMDMKqĹzZpܣxL#!E~p#wp1[0L\nܱfXI`&:=^bKG\0.ܴ&#kpe`򷪱hfsIXNkǗ!JB(AL.V#8de\\B_&:K:\"$_\ZgpSI{ǫ2jPfGi+YHK׀&f8Hk[%mrs+n0Of֠7yg\0x-8EmbE\rH	Zm\"6N`! B\'wCˮ.0{\'~K.sJIPګ&nR	2JX}k;\n5Vr4݊w?L)Kf4ٺ\ra~tnTݩzKuY.mi4*UTݴ\"cYO|D\0;.Ѵ*N33unM5Kh&bV\\%Z$iC1~s\\6rۘ\nΣ6tt|hfS?f_z`y(H2\nyπ8FpBkʫ.E\"y3(ɝO6Su՛Z&S,	p\nb!s!ͮ]>.SF>.wg:$\Z	V8{V9/jzbbhF+\0~XtǞC{%f\"Z_m=Z>D[{/m9qN9wN|\n֥sj*bTO5pp`)ޖp1iМ&19ޠ}D3̲ޚ$>*~wa\rxޥ\\}9QZ\rHO\Z+C3\r͇q,ޱ\n1$d8v^!*3#͜v@3&hN;yB\ZN 8	jxoXQl~?8ii8|LeI_y:&Rz<OT%x\Z܂it11EgU&21YI\nf	YᦊFrL7uSt֗pǯ$U-m ~V>򘀹EY\r,iՂ!\r2nD9T%T֖\r>ƾAY{,P\0~b\"܃n\0A=R<F{;xپ۶Ix3\nzǖ۝Qh-n&Ue\\Xj`nُ|&k2ʰS|I߆Ryrv@|z%Ӷp,ro;B5\0CyaFvVNcۊiBaTfX|jbdPCW>b$=Otǐ>G8jj48-sZԏsŝf?߅yRz5T\0DU磣	w̯ߌ\nrsgɴ5Z}̼ߌPܻ\0{QЩ#m,x\\`ar_ߔ}>&Iy	pby18gJ\nߠB.qf6*_-WI4K2ߧ)sg,He|\"j̋2(߹VNA=X\".\nŅi2~<gqԴTϗ~%>ԍ6m_5};[IFi|x7N*TZj\ru^kbڵ)P\0[\'.l7^\r?%RcIglQRx\ZˮR-SZo3ҳCAj	M^2ɖ<tfp\'P6߱)u@SCom94]2IeEkqh@N>އ͘RRSo sByc!l	MJh^`7Z=^ԯč1TgرDwhlԑ_x4\r[	\r+~\"j\\粃h_EV\"R҆c}oiӿFp&KIPʽD[E=3iJ[ax(aBtgP	B\"(QG<C<F\Zm_=|kBô4>]Ffw\'欚Evm8aĆJHڢ#eR7\"d#!E!,cl5B\\	W\"gܷ}}|CC0v0K\r-p4,KY(I xDQ/tvǹU8-4J\0)Sִ?k\"4Z.Z9\rkXe_^q(ѵ/̹h22&Xt-aZn᎞O,khiYe8;w*Aފ&\'D:5`v>dk}<6 ȀKB۵&|UB\0Y;@7GJ۽揷+I-i3<e\n!d>a%+eT7 ҧgяd,w=	{|\ZZoϢ.p]U\ZeOlP&A{5/w?Z)H%K-xrNpꔨ%$,5%m,\nu(ޞw0KoHJ,a	rU9\'s?|R0AtRWE )օuTRYT6r\ZIZ)[w[]=`LÞV GLmJafo\0We2`:Z?^X=Gγb<HGwE21wha3(J@‵`iz y}fWmhGmM]H\ru:4̩i7[G쳙r/a4v)w}U+谆{3⥾ϵ瑉N)]W1+Z:If	ڦ%5@Q85ʂ1-5ymn*$\\lG*EM\nl׭m[-B8YٺdJ6S.V594*fH	r*\0Y㱿;+h<RV_u&R:adVBZLC;wxY^-сo/@87?!c^H\0E*Iz3^MP4FlwRCH1\0H\rgf^Hq*v6Mg2IYg_,\ZI.&;ӾrV<SgU|4E+5C828ҝo\'?_8ۗ0]$47F\ZA#[RAr57{07f=9GcNyΟor|A\ZU\0jJΆPM6.\n?~oΥTXJ)*aL#Vŷ42B2,uʕn}~҂Z-36	>ӯ\Zz?<^޺%8\"yٱOlB=VGh!K<Jq;(5nOjnYZ5qPܠ4zgzBtWnW&c\'J@{Trq	*kJ+0}VLf6	ӆ`lI*H?6G}hoB %L@ĥbu(FHP\\ȯC9!cnN*NJg}Yv7Oh%.\"AX*䯂:roO\'7x9)yj?wk6(.Tv̯15Nb7ٳUw*)h	+ڞ\n)QNkU4JM\\V^1urYޥ1mwt&Cr\'BMFu\Zx/D9zH&U>+TKF(,`:7QǱ-FZQTƷn\r{vAH\0eq$WDjK+{jPuυ~\r|FSa(J}ȟA\r1Pxzuѷ;gtS7Gn+Q1rgQ yg5.hfhm;k W8ˉntAbyMϐ;(uj?]$C&eZ%,zfw#nؔ50D*/rxPgb =#\0M)B\\eCAwwKHY\"0d~k:\nYïy.5 <ooP?DO%ڵN:({ZӌUJk#HT]^U\0Tją[ƷGֱ!IzA4N:ӊU	[y-)5_Ba\rc;pvgm-,_\"TP].힭j8\\3c\Z^@i# UcjHq.!۴	^U\rs&z\\LKcu[;m幡F}I-6n$[$\n92%V0D2`qT&%q5y\nVڌHt:<k% (1.pIueIt9]\05^\Z!cxNdiGeAI@\'iۤz*bTJ-2<8Ko|nF&Q It-Z\r˅HF wb9ѿ\ZxRcI0{eQD {~aK\\-B\Z](5z!UN[a9{jB0PoUKjaWś\'yY曗>@-=	g_{-SP+fQp87i!*I6Kk	oyAw)}\\C	\n=Չ{o׶gbUh6XE.Run5jO\06\ntu=5Q%Ǜ|߂YM\\JabTjbGarU~\ZoZ\"Tɷ\rM +	`gOl:l}s1iJoZ3w/at?\\piEE,8)Tn,qSFzȲMRW3\\\rq1?XEGDfLSq`	ٷ炿E$>96g\0È];l\0l*\r\n%E\'tF䝆煶\Zf=?;[%j{jMa7痰fWeJSZwkXڱӍ~\n}@=\\YYC]Ǣ5cZ\rlYƞ[#i[5Жг4\02m&h`q\n\")\nSe]~&^vwŜv|چ`z`I{zC9]W9Ջʸoz=pr7\0H\n({S=gkyo?8Շ|BD137ţ遢\n<Yz\'jX`frQ\Zȿ4MF/-fr:CK\n8]PY5Hgb:<xݢX,s\Zi(6貿!gъk8-dxj)dmx́߻?9ݱ|X!l%1+w$5Jck!ԛHFfK\ZR$HZY\n~P.x꜃ Nî(gFw@Ya_^f^(\rO>踭,\\qr*Llf<w>< *0V\04~tUgLQ磺1Zktx*5I鄳~㾥ݐnn\'-҉V>鈢ڛr],?i(R;}>QV!yvpc̒P`-e9rJK\'t>;髥ħgZCJo*^ɰ1NJRiBOӬBVhpC%Z}=s<۔[Z#g *\Z;1\ZE?Ic_c#ňM-[\"nE*9p:cZT\\:_&#`Q\n.	.E@ю.%Eg=N3>g|S(FjǕ\n;eX4PievWsoڋLQBWbexAj,prkjVi]A\"3#q Ɔ\Z)+l\0#<9\"ϕAvhzJ>AqW&zUV\nW8 `\0ayxHõנcΏͿͰ9O8^^]t*f%YE5<`Whj0g_MTJ\npc[_:E(.)&$*~(gf;c\0̢ce:Hb>R@\'=v@5)y&֫\r;&؛ƿػ5|V{׾A\rreAFzK`\"?EzcRz͞.V~!6k8W\'|ǘrfH	/A.ya餷#c^SA_7\'hcv]#\':zKl?Yk2W>-MPN`g?\\\n\rK\0J<ǘ3bxT:W*r-6fpxc,hoNI[\\`nB7$·#t\"Sm-C`ɊsE#)(A[h\'|kaOIh9A\08(?K\n͠ZNtaZf+Ǡ\nKbn81\"P&8X;U^LDL94ݬJ݃ClE<aǈl.ēz]\n\Z:zs\0nĽ>e[7NJtt@`2Z\'SV\"*XAvkOxޡmdFFÅfa+6)rb4ʲg}SxvֻaʩD\05SS-*^Ӆ\\w%`0vl\r\n?4ɿr֍On_4`/-\'aYI|6`Z4\n\"l\'U8ykSlصA(GL8!<zKriImVe(iCx/?OEqi7A:3\r:?2=,+)̻ng3(Da!_y	QVGK҂sv@N\0}AvA$=08Qj`\Z98Ra>rZ!e%duH/l+ޠ.I6(웎yRj\nMx\r.s΂&쮝yY#ǳE	92vnjs,_Y{\Zk]ٛzJ^z{M9l+:A}00.@L3l囔\\HiܵxfLl#@Ťe+׹=So\nhѱً!J~ẞǡɹὙg\ryuCx;P{kyM#h.?t#ɠ\"z)`RI+_#ap[o|\':@A} E饬2,)w_DʉԶ͂6j40FSc\"~G8<\':M6/U9)OWT>S0\0;QO%$K	\'͕{)_ĝ#/q&O[O\"²,l?2j&,k$t3?iYϲYڷO5]I{ٚXLl#,\nWMbXzp)\'F{Pniq9o̳l5y9Mb&iKues<%qѬ6IF_\'Q73#5XNxL+֖}	gTj,)0f;7p>Dy(-s\'#֛XމΆ>풏9Fܐ𱐠dְH]@ePayŝ&)ԧ0x)/mۅrUz&[j}wREv{AG5Fi	y*dq]OX=>j*욬e3p]L}``DX1عWJ]cƈf	uJ0fj\0ցsZR~]*\"rdS2!{֣:=Nzg&$F,lK급/Í9zÜu\Z\"dm*\ZX͹[I|4r_xS*t^&/\\$r\\`ʳa7%eűCS6ǀh2.^Www:jU/t#L\"utPw\"Lx|(.ayѫu#\ZڄeuuI;o,1{[rѸ5b,B2+YGHQMp+i2vCm*iQLCH8RvJjo޼f2RFt	{[Ob4?fs^Y\0^%mp2X[j_aGv@2b\\\0~*JjT\Zw?/cg)eZ~&qN7 Z-r$E\Z3b\nNyoHNmQvaN/	Y!v46]3]3<ڗ<*=t󅡢pEKL[Mrx%\0o2ҾPuA_*}~\'K9;4p\n+=UO}6Ԋ|}<yﭼ։Khxޫ(R1=~PwºT+In\r{M_໘`3x4L#\\rԹF \"$qc@\nCKnAO] `oCK.U8uiH<pShZذ/\r.O}9fPko2,=A}P#\r5k,PD+>J5딧n.\0URqk\'i_i,\nG+L.\rQ\0%\'ym_#?E1\0² 75mw>Z2Q2K=^NqQ\nIS}V#N7=ɷ5gD>h]3\n0_эWg1*VFIPxfvL@pR;KR[:[*w(1 yٷO3E}{Yz#@XaͰ]()ck!~s~hq0X?8̅Hi,+x͵SE9r=#_~\\/Sͻ(YC/#/D^>6\\V6 Ei*X,/6}%]v	\ZY<}]8c4=}Xj(	;wgָ,\\R0$koA{2#am\'Y#O(&\r\n0{z7j4ډ3z\ZrK,IޗOexџi}.kQ_39y\nb-5c,R3\'r.]9cxߚY9\\~fǶhj}upIXpھΩTC\'Vۨ/H_n{FW?^ծV N	-js\Zjh߽CșIEbUa9e׽RX?楐1ih\ZҕXT9Eߎiц	v&=GVkr2C5m~q~;rfXᅸeXtŪ.+[咩H{v./s|UZAh$DUsI{\'\01rkDac#kQbm(({ia^\\vJ䩾!@	nK^$NVjq`JBZޅJX0u9>!v1vą>Ш&D6X]`=s\01y5z4O|pA5P(fy2Э9exkzB46Hy/=u4_c	ο\'M|4gE;+\\)Hq{@dX{a2H=G6Cm:|!%p8Ug𿌫ANyqoʅ#&]#mVەrȹL=6mzQhZC TαiߠPom\\D5~!oa[ceU>Tø~3$:ЗeW_6|T->{rC\n=kRdj6T\'3H_cxNpnx{V@f!D.SJ/xknZ~q6Lꂨ$?{II%&V(Aw<䩻c$a=!3CPY.c%0b?O)Mퟴ[%>xd]?Z񴝞15q)9W/`kWV*_i_\'hMaCQW~K0X~D<>5O!	U\'IaӴ9+6fF7r,?OP\Zr(gau;YR>v\\?sk\\ ~mV|ݐ\0!ٖX6av/%1UEd_w\'ޢKGs*<vu.SA`\n	tp\'\\ˑ+&*u4c	\Z{\r@l(2u-VJˀzا`*#jxZ&\Z{C\rB]Y#<\0!_M~(k_MWFi]Ų3pv`r9H(cWޏK\"$Gϭ\'6I\"Vɜ=0\Zh݆֭<e1L!ӳ\ZDKi@*SĘRg	rz2,oQϕFUlt*gV☲ù۬BjLNhZe%D\'G}wfdUƬ\\fHvIIwd4\"醗0_h^1-cjHtfݬ?D)\'hcF,4|iQlpt>%y1PbBR[B}\n[;	I2qU>n)̈́IxVV$Z=qUOc\n4\r\'R28F(>F2 \"Qj6h\'Vh~Ad7DcA\ZHzyIQ]o%<DNNM^^/jC9tbp\r<!!dep\Z	0mz%\ZN:J0L2\"L⯜tvr`G̃S$ 2|>YwMW[ I/H-j\r%D+P4g.{^W/![quT &gɖ\r.:)Q7ݣ h\"bY(VW|/5[rɷ*MlrnzWm:fO&y(H!Uc%rT.qx=\0\"I8c_;k6RrE?{dG_A7c0+^Eh1{9U,%k1X\r LcN;<K{*kLE,t*J.	*歁\\5c%aPTgxȻ=|@ ԃ\\HVq2v5o,\07IѴE90.BAe4>]ySPk=9ifCu	l6E#Zt,#<\ZL4ZFU!}\\֊_ȕo/B\\!Z<&^SV?RÊ]	ͮ6RԤz8\\4wcysM)9@2.V/Bc5a\rRIG>?y;+\'SAED>qqa_؈K)A2-[ 3]S.\\0הB/\njz\'aFL\ZH-L	`$p1/>:rVǙ=={OrRxgJ9G0>zc&IÆb4~*LQRkg!ifnb.*η$gwT#;?`?;\"AY|X;uaw?oabN$gI+R.e\Zptᣈ:\Z`\'8y`9\n?g{gs	gOXI#n!F#Yȼv\"|:ݯCG#\nYE[Vwi%-%F\0[n1Sa+]BE2sŎ)?ԟB	*ZOےn+z`ߗ]^$dgGfmG8@~n?	x*ՑxkS략9URݼ\"EI {`z$쨀qZ6hֲCR=8Hΐ<>yy= ؃Gө&0*u\0u\r+M\nMƿ4f_MG%2q0/ғ:;eWGʈP,KA]H%AQD۞V蚹xRBBy%hWvǶm}nG>pѹW5wOE̾mG. Ճg?rТjs$_D&֗H᝭s%vx-#?	T5)\\Np[>&]:.ѥׇ4UhnlhʫjF**\ZWnfrP#3w֢$¡桘3D\\[IwD=O$l\ZI9<0ox>L1\Z?f]t2Ј5$S(]4PcUv᢭(c̈́ɯTνڐ$_SЊ||nD~v-;&W0;7\"L~ޅLE`!)lʛhLO/̩3z4ΚC:Ufz^^Gn/pR1C̬202J΍<:_B!s*l6\"Q_ȹ2a7<\\U}\"As?C9`r0É\01yiN7,N]8ϪC,01Sͭ-abpYx{VcolNGqlkbañԟyb@Y(J5}׸dt`MuƂUz[w\\=ʼ\0[\nKix-b>,EdҔ\nN-\09pM0+~0:6r½c	h{M\\J,k\r?O\Z/ކf?xȃ9\rQP@\r\ZSz\nEOwF.P)n><WS)_]Ya\'kY_otr)CEIm/;ggŭƱ0`8^\\Ƌ~~J7$kSsYme(|.ŹzZ[몾lc읋qoןK֛+%؂!a29\n`F_h*y.ZۭP0\"j=xat\\Kh9wǏ;Z)K~Q[::js^Z@2nve)e_u!9]we<΁iJkNuMٍOI0x{MyR\r~SBSThZs*[?	POvDŌi*b*;ةDڨn/Nshwk1]\':&etbt*\n\'Z%$^*BR_~;Ak8\\=>J1~(Acqo%TFO-GzJTN>\'#.D=a:\'jK WHS`\ry~E~|\nRi)fl饔e})ld*ÀIF^ȯܒW@~ݘT`l 9睪PkKVd*bzHpf?@јݲIG]qM;>l\nA>khR8J[An>P:74iwqcs @\"/š|sP|0ô!J[h7e^JTuVڅ6bJR#ԲYunnOc\nizNy׊}˜.\Z^\nx+U1wz)\"4+B\\II%%\"ЖX~X4;;]*	&\"TQWvRid3m`a3\rTgOrP~tgng(W{v^Z}ȐC6ݞ+?۸ZPd?P\\kO}H\"F+:̵LZKA׆dŪC*k]0ɾ\"Ͷ#8Kr|\Zゐ5bT2ph=j#jR	𪏨|z03ܸOV1SlfwV1	l?.\rƨ;p-e*`[p5Uͳ{n!z[>ft4s^tE+WLկCҩχHhZ;P.s.1q+܋\r4$PduU18<KnspGRb:L0j}y슟WSh5GH;V((\ZB\0\rlŗBs#3?+WpPMk]<px_\"RLkiGAp\Z\\?h8Q$d1ˌGPP(ϞS3Q?(H|,;pH@yƄk}{[W{LG.vOǫ\"M\r6IcE,M+,ǖf MP[Y&\r,YDxxVތ\Z~VDZ6aW_tʩkgi\nB_[\074w5qy1Щ3&Ttȹ8=SPyYmmUIOF	!qO~þ`Ϸ7i.KK;3@\"_d/5%9U6>NcVMTpW \r0Z|\\T-BD\",Quܳn.A\ZXm,P\rJhxQ#\0tgFNv&W\"Ĳ}:kS-e&sc1hؗ]m3ĺXqÏj_y[+xEV0zxi\nF\n74欋\\M=OhL;-F\0U*/d.>z_MEMՏ-/v_څc?,U&\"R[R|L<uQRVxs	b[yiC\0Tq@W~{ṜgIU9\0ڡSwq\\(LpR^_mo<e{FEP\n-,5H:@\r%-,$yk\\3딢ߓ{B2AG<&%߼w$cTV¶\r|f7hCp\Z8wG+dUxXcѨV*6i(HXw6[|JaʹЖq^Oh;xA3-\rhM>kv7[ׇd̂zR<2K7II!1&j[656i8ntl*?/]\Z4tX*52.p·\"F6Zؙ\n$zz\r9`\\&S9~{-LKŝITi;u!7UeH> -%G(m\0DO;^Klظ!/?aFz#U%f{xi<f;KZ9ްNWj_H]͚VIR[냛Bk~P,oʂ-~Bʾi>1/##yXoa\\DŞhebh?)31us_sШd>V*R/\0ӷ~r%\"8lbκ\"7eE=n~͙\'2C/r\r̈\r;JUˑ-\\B?	CQc2 Gehh݌^@˶\\},nۛ~AF,{<nн>!2_Ud~p7O\";}!o2\0','no'),('currentCronKey','1598448403,54b27b02cd0b59e22746b4d501cf4e97','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1598463640;s:3:\"tdf\";a:3:{s:9:\"community\";i:5710;s:7:\"premium\";i:5711;s:9:\"blacklist\";i:24808;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1598374800;s:1:\"c\";i:4489122;}i:1;a:2:{s:1:\"t\";i:1598378400;s:1:\"c\";i:4507135;}i:2;a:2:{s:1:\"t\";i:1598382000;s:1:\"c\";i:5124163;}i:3;a:2:{s:1:\"t\";i:1598385600;s:1:\"c\";i:4504361;}i:4;a:2:{s:1:\"t\";i:1598389200;s:1:\"c\";i:4460426;}i:5;a:2:{s:1:\"t\";i:1598392800;s:1:\"c\";i:5283298;}i:6;a:2:{s:1:\"t\";i:1598396400;s:1:\"c\";i:5271555;}i:7;a:2:{s:1:\"t\";i:1598400000;s:1:\"c\";i:5290177;}i:8;a:2:{s:1:\"t\";i:1598403600;s:1:\"c\";i:4283375;}i:9;a:2:{s:1:\"t\";i:1598407200;s:1:\"c\";i:4001937;}i:10;a:2:{s:1:\"t\";i:1598410800;s:1:\"c\";i:4106306;}i:11;a:2:{s:1:\"t\";i:1598414400;s:1:\"c\";i:4059698;}i:12;a:2:{s:1:\"t\";i:1598418000;s:1:\"c\";i:5463698;}i:13;a:2:{s:1:\"t\";i:1598421600;s:1:\"c\";i:7042207;}i:14;a:2:{s:1:\"t\";i:1598425200;s:1:\"c\";i:6597299;}i:15;a:2:{s:1:\"t\";i:1598428800;s:1:\"c\";i:4243080;}i:16;a:2:{s:1:\"t\";i:1598432400;s:1:\"c\";i:5341014;}i:17;a:2:{s:1:\"t\";i:1598436000;s:1:\"c\";i:5336498;}i:18;a:2:{s:1:\"t\";i:1598439600;s:1:\"c\";i:6650945;}i:19;a:2:{s:1:\"t\";i:1598443200;s:1:\"c\";i:5279115;}i:20;a:2:{s:1:\"t\";i:1598446800;s:1:\"c\";i:4215392;}i:21;a:2:{s:1:\"t\";i:1598450400;s:1:\"c\";i:4177837;}i:22;a:2:{s:1:\"t\";i:1598454000;s:1:\"c\";i:4158421;}i:23;a:2:{s:1:\"t\";i:1598457600;s:1:\"c\";i:4114463;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1597795200;s:1:\"c\";i:127372552;}i:1;a:2:{s:1:\"t\";i:1597881600;s:1:\"c\";i:107508701;}i:2;a:2:{s:1:\"t\";i:1597968000;s:1:\"c\";i:108398209;}i:3;a:2:{s:1:\"t\";i:1598054400;s:1:\"c\";i:112375775;}i:4;a:2:{s:1:\"t\";i:1598140800;s:1:\"c\";i:141664674;}i:5;a:2:{s:1:\"t\";i:1598227200;s:1:\"c\";i:148567317;}i:6;a:2:{s:1:\"t\";i:1598313600;s:1:\"c\";i:122322738;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1595808000;s:1:\"c\";i:137961880;}i:1;a:2:{s:1:\"t\";i:1595894400;s:1:\"c\";i:133731419;}i:2;a:2:{s:1:\"t\";i:1595980800;s:1:\"c\";i:141495436;}i:3;a:2:{s:1:\"t\";i:1596067200;s:1:\"c\";i:140405546;}i:4;a:2:{s:1:\"t\";i:1596153600;s:1:\"c\";i:129860104;}i:5;a:2:{s:1:\"t\";i:1596240000;s:1:\"c\";i:134822607;}i:6;a:2:{s:1:\"t\";i:1596326400;s:1:\"c\";i:139957806;}i:7;a:2:{s:1:\"t\";i:1596412800;s:1:\"c\";i:137433613;}i:8;a:2:{s:1:\"t\";i:1596499200;s:1:\"c\";i:139855585;}i:9;a:2:{s:1:\"t\";i:1596585600;s:1:\"c\";i:137534976;}i:10;a:2:{s:1:\"t\";i:1596672000;s:1:\"c\";i:144935668;}i:11;a:2:{s:1:\"t\";i:1596758400;s:1:\"c\";i:143476790;}i:12;a:2:{s:1:\"t\";i:1596844800;s:1:\"c\";i:149468195;}i:13;a:2:{s:1:\"t\";i:1596931200;s:1:\"c\";i:142083070;}i:14;a:2:{s:1:\"t\";i:1597017600;s:1:\"c\";i:139355885;}i:15;a:2:{s:1:\"t\";i:1597104000;s:1:\"c\";i:131226299;}i:16;a:2:{s:1:\"t\";i:1597190400;s:1:\"c\";i:118127426;}i:17;a:2:{s:1:\"t\";i:1597276800;s:1:\"c\";i:128157811;}i:18;a:2:{s:1:\"t\";i:1597363200;s:1:\"c\";i:114194758;}i:19;a:2:{s:1:\"t\";i:1597449600;s:1:\"c\";i:115272940;}i:20;a:2:{s:1:\"t\";i:1597536000;s:1:\"c\";i:127198441;}i:21;a:2:{s:1:\"t\";i:1597622400;s:1:\"c\";i:112888063;}i:22;a:2:{s:1:\"t\";i:1597708800;s:1:\"c\";i:125269478;}i:23;a:2:{s:1:\"t\";i:1597795200;s:1:\"c\";i:127372552;}i:24;a:2:{s:1:\"t\";i:1597881600;s:1:\"c\";i:107508701;}i:25;a:2:{s:1:\"t\";i:1597968000;s:1:\"c\";i:108398209;}i:26;a:2:{s:1:\"t\";i:1598054400;s:1:\"c\";i:112375775;}i:27;a:2:{s:1:\"t\";i:1598140800;s:1:\"c\";i:141664674;}i:28;a:2:{s:1:\"t\";i:1598227200;s:1:\"c\";i:148567317;}i:29;a:2:{s:1:\"t\";i:1598313600;s:1:\"c\";i:122322738;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:316485701;}i:1;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:163335329;}i:2;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:120544008;}i:3;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:111047493;}i:4;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:85232065;}i:5;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:65186860;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:64548432;}i:7;a:2:{s:2:\"cd\";s:2:\"UA\";s:2:\"ct\";i:62163077;}i:8;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:57150732;}i:9;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:54349712;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"7241ab72041d62e2264e5b496ffb3100a401a8792b4300ba1c22afd7581e5de5\";}','no'),('dbVersion','10.0.38-MariaDB-cll-lve','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1599052707','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:115:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"95121c5d448213ae1301f0360282f68c\";s:7:\"ignoreP\";s:32:\"95121c5d448213ae1301f0360282f68c\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"701a03ca9c5bcd1b2182d9d3b21978de\";s:7:\"ignoreP\";s:32:\"701a03ca9c5bcd1b2182d9d3b21978de\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"ef974c5111461a8dd617564a63c8e894\";s:7:\"ignoreP\";s:32:\"ef974c5111461a8dd617564a63c8e894\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"09f66013d8b8b2be6ad6f16c5d5ef112\";s:7:\"ignoreP\";s:32:\"09f66013d8b8b2be6ad6f16c5d5ef112\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"f1206b31563eef86d91eba0770f75246\";s:7:\"ignoreP\";s:32:\"f1206b31563eef86d91eba0770f75246\";}i:5;a:2:{s:7:\"ignoreC\";s:32:\"114a3017e07a5f208bbdaa6d29efe280\";s:7:\"ignoreP\";s:32:\"114a3017e07a5f208bbdaa6d29efe280\";}i:6;a:2:{s:7:\"ignoreC\";s:32:\"20d5ef3c91018cee0c8b01508c7a3bdd\";s:7:\"ignoreP\";s:32:\"20d5ef3c91018cee0c8b01508c7a3bdd\";}i:7;a:2:{s:7:\"ignoreC\";s:32:\"bfa44cebcac0d8fd8030ebd775220d41\";s:7:\"ignoreP\";s:32:\"bfa44cebcac0d8fd8030ebd775220d41\";}i:8;a:2:{s:7:\"ignoreC\";s:32:\"2e57c4387ecea7354b771e8f95172365\";s:7:\"ignoreP\";s:32:\"2e57c4387ecea7354b771e8f95172365\";}i:9;a:2:{s:7:\"ignoreC\";s:32:\"37630d62fe1de75228a18cbbc8bf7d31\";s:7:\"ignoreP\";s:32:\"37630d62fe1de75228a18cbbc8bf7d31\";}i:10;a:2:{s:7:\"ignoreC\";s:32:\"d23eafca5484a57a71207c90f5ae6973\";s:7:\"ignoreP\";s:32:\"d23eafca5484a57a71207c90f5ae6973\";}i:11;a:2:{s:7:\"ignoreC\";s:32:\"8e5d678a2cab6e373da6557962767434\";s:7:\"ignoreP\";s:32:\"8e5d678a2cab6e373da6557962767434\";}i:12;a:2:{s:7:\"ignoreC\";s:32:\"8fa04ff550ee81e661362b699f8e8302\";s:7:\"ignoreP\";s:32:\"8fa04ff550ee81e661362b699f8e8302\";}i:13;a:2:{s:7:\"ignoreC\";s:32:\"0ddda9013730389af5f85bcbc5f3c904\";s:7:\"ignoreP\";s:32:\"0ddda9013730389af5f85bcbc5f3c904\";}i:14;a:2:{s:7:\"ignoreC\";s:32:\"1f5f71402e0f977e1a39c8bb05f80d92\";s:7:\"ignoreP\";s:32:\"1f5f71402e0f977e1a39c8bb05f80d92\";}i:15;a:2:{s:7:\"ignoreC\";s:32:\"2486bcbb3a714853d3a92cc2c46718de\";s:7:\"ignoreP\";s:32:\"2486bcbb3a714853d3a92cc2c46718de\";}i:16;a:2:{s:7:\"ignoreC\";s:32:\"f1a0eb644cc5d7cc224624dc425dcc00\";s:7:\"ignoreP\";s:32:\"f1a0eb644cc5d7cc224624dc425dcc00\";}i:17;a:2:{s:7:\"ignoreC\";s:32:\"0e5d3ba4656c5119ebdfd6faf6875c50\";s:7:\"ignoreP\";s:32:\"0e5d3ba4656c5119ebdfd6faf6875c50\";}i:18;a:2:{s:7:\"ignoreC\";s:32:\"d45706521eecfcc27046dbfba0807fbb\";s:7:\"ignoreP\";s:32:\"d45706521eecfcc27046dbfba0807fbb\";}i:19;a:2:{s:7:\"ignoreC\";s:32:\"f1d90e2e316deef2d9759417f8d16947\";s:7:\"ignoreP\";s:32:\"f1d90e2e316deef2d9759417f8d16947\";}i:20;a:2:{s:7:\"ignoreC\";s:32:\"384f6684059ab1b616bebb36f69aeda8\";s:7:\"ignoreP\";s:32:\"384f6684059ab1b616bebb36f69aeda8\";}i:21;a:2:{s:7:\"ignoreC\";s:32:\"6e15c08d4174a59e28bd184e533fe92d\";s:7:\"ignoreP\";s:32:\"6e15c08d4174a59e28bd184e533fe92d\";}i:22;a:2:{s:7:\"ignoreC\";s:32:\"8752ba4912d1591b81ce4ec315883910\";s:7:\"ignoreP\";s:32:\"8752ba4912d1591b81ce4ec315883910\";}i:23;a:2:{s:7:\"ignoreC\";s:32:\"eb3610a13c879c7c56f8f60abcda7b0e\";s:7:\"ignoreP\";s:32:\"eb3610a13c879c7c56f8f60abcda7b0e\";}i:24;a:2:{s:7:\"ignoreC\";s:32:\"cf294282eab8f157d212706e0459e228\";s:7:\"ignoreP\";s:32:\"cf294282eab8f157d212706e0459e228\";}i:25;a:2:{s:7:\"ignoreC\";s:32:\"1d10834c9f7266ebbbc3b362bb84a1b1\";s:7:\"ignoreP\";s:32:\"1d10834c9f7266ebbbc3b362bb84a1b1\";}i:26;a:2:{s:7:\"ignoreC\";s:32:\"5b334e2225b06c629e53a98818b97f57\";s:7:\"ignoreP\";s:32:\"5b334e2225b06c629e53a98818b97f57\";}i:27;a:2:{s:7:\"ignoreC\";s:32:\"c4ba25ddfd61076c2ed3988245e357d9\";s:7:\"ignoreP\";s:32:\"c4ba25ddfd61076c2ed3988245e357d9\";}i:28;a:2:{s:7:\"ignoreC\";s:32:\"a993f80e324465e08a52b4c7d9b6b259\";s:7:\"ignoreP\";s:32:\"a993f80e324465e08a52b4c7d9b6b259\";}i:29;a:2:{s:7:\"ignoreC\";s:32:\"4a7a4b765af92583c575c6e20d188d11\";s:7:\"ignoreP\";s:32:\"4a7a4b765af92583c575c6e20d188d11\";}i:30;a:2:{s:7:\"ignoreC\";s:32:\"2819e8c530f34305a0e50bbc85ae968b\";s:7:\"ignoreP\";s:32:\"2819e8c530f34305a0e50bbc85ae968b\";}i:31;a:2:{s:7:\"ignoreC\";s:32:\"1de78f332373c1d70f6e352c17c9a8ba\";s:7:\"ignoreP\";s:32:\"1de78f332373c1d70f6e352c17c9a8ba\";}i:32;a:2:{s:7:\"ignoreC\";s:32:\"4b12013aaaabc5b6033ec1ac9c34d031\";s:7:\"ignoreP\";s:32:\"4b12013aaaabc5b6033ec1ac9c34d031\";}i:33;a:2:{s:7:\"ignoreC\";s:32:\"f489438dc2bab5e634f303ab8d24d26f\";s:7:\"ignoreP\";s:32:\"f489438dc2bab5e634f303ab8d24d26f\";}i:34;a:2:{s:7:\"ignoreC\";s:32:\"68b80abf2016a6566adcb5cdd113171f\";s:7:\"ignoreP\";s:32:\"68b80abf2016a6566adcb5cdd113171f\";}i:35;a:2:{s:7:\"ignoreC\";s:32:\"67ae51e068f4dff8ae216f8b5acdd756\";s:7:\"ignoreP\";s:32:\"67ae51e068f4dff8ae216f8b5acdd756\";}i:36;a:2:{s:7:\"ignoreC\";s:32:\"44009eb38f03ec2cf5b2fc60aa3ce384\";s:7:\"ignoreP\";s:32:\"44009eb38f03ec2cf5b2fc60aa3ce384\";}i:37;a:2:{s:7:\"ignoreC\";s:32:\"f52a79d2bfc8fd99b193380613866fe5\";s:7:\"ignoreP\";s:32:\"f52a79d2bfc8fd99b193380613866fe5\";}i:38;a:2:{s:7:\"ignoreC\";s:32:\"f105177ed0ced2f931d9a1e0b2d29969\";s:7:\"ignoreP\";s:32:\"f105177ed0ced2f931d9a1e0b2d29969\";}i:39;a:2:{s:7:\"ignoreC\";s:32:\"39c867288070495222e89f5a3d212757\";s:7:\"ignoreP\";s:32:\"39c867288070495222e89f5a3d212757\";}i:40;a:2:{s:7:\"ignoreC\";s:32:\"5b1723195fc49e6a215a34e3f965c59a\";s:7:\"ignoreP\";s:32:\"5b1723195fc49e6a215a34e3f965c59a\";}i:41;a:2:{s:7:\"ignoreC\";s:32:\"68057df9ef2b84a8433a3687503117f3\";s:7:\"ignoreP\";s:32:\"68057df9ef2b84a8433a3687503117f3\";}i:42;a:2:{s:7:\"ignoreC\";s:32:\"5c7363f7e403706b04f23acd9c75e62a\";s:7:\"ignoreP\";s:32:\"5c7363f7e403706b04f23acd9c75e62a\";}i:43;a:2:{s:7:\"ignoreC\";s:32:\"ffdb343689ba6471567761d62a5b782e\";s:7:\"ignoreP\";s:32:\"ffdb343689ba6471567761d62a5b782e\";}i:44;a:2:{s:7:\"ignoreC\";s:32:\"b2ac94fa9661c55d2ecaff75dac1bc1a\";s:7:\"ignoreP\";s:32:\"b2ac94fa9661c55d2ecaff75dac1bc1a\";}i:45;a:2:{s:7:\"ignoreC\";s:32:\"5165fe543719bccaa4f1f7efa094e6a6\";s:7:\"ignoreP\";s:32:\"5165fe543719bccaa4f1f7efa094e6a6\";}i:46;a:2:{s:7:\"ignoreC\";s:32:\"17ea83060fe8c7dd192b49022b63cbca\";s:7:\"ignoreP\";s:32:\"c1f94b58f4b921454888faa55438db84\";}i:47;a:2:{s:7:\"ignoreC\";s:32:\"228fe09336e62ef704f6e2af66232950\";s:7:\"ignoreP\";s:32:\"228fe09336e62ef704f6e2af66232950\";}i:48;a:2:{s:7:\"ignoreC\";s:32:\"87d9d6f776b082244cf8d748cbca2908\";s:7:\"ignoreP\";s:32:\"87d9d6f776b082244cf8d748cbca2908\";}i:49;a:2:{s:7:\"ignoreC\";s:32:\"8c015e52b6fe68f85c70165fa06fca5d\";s:7:\"ignoreP\";s:32:\"8c015e52b6fe68f85c70165fa06fca5d\";}i:50;a:2:{s:7:\"ignoreC\";s:32:\"e5a0d25ae248def7e7f6a89eee758987\";s:7:\"ignoreP\";s:32:\"e5a0d25ae248def7e7f6a89eee758987\";}i:51;a:2:{s:7:\"ignoreC\";s:32:\"cdeeb56e60cc18988719d1f204a46a03\";s:7:\"ignoreP\";s:32:\"cdeeb56e60cc18988719d1f204a46a03\";}i:52;a:2:{s:7:\"ignoreC\";s:32:\"4330f398890583f96b6131cf1f714ee0\";s:7:\"ignoreP\";s:32:\"4330f398890583f96b6131cf1f714ee0\";}i:53;a:2:{s:7:\"ignoreC\";s:32:\"f2463821742b0d37d9487e8b5dd703c7\";s:7:\"ignoreP\";s:32:\"f2463821742b0d37d9487e8b5dd703c7\";}i:54;a:2:{s:7:\"ignoreC\";s:32:\"dd574da7b4a1a0bec111768e6d9739c1\";s:7:\"ignoreP\";s:32:\"dd574da7b4a1a0bec111768e6d9739c1\";}i:55;a:2:{s:7:\"ignoreC\";s:32:\"55ac61dc54172c5389f2c5b750a5abe5\";s:7:\"ignoreP\";s:32:\"55ac61dc54172c5389f2c5b750a5abe5\";}i:56;a:2:{s:7:\"ignoreC\";s:32:\"a948b3d9b2ed385176c435a4cf5589e9\";s:7:\"ignoreP\";s:32:\"a948b3d9b2ed385176c435a4cf5589e9\";}i:57;a:2:{s:7:\"ignoreC\";s:32:\"20dbe4678c6bd62421cbad8539b271bd\";s:7:\"ignoreP\";s:32:\"20dbe4678c6bd62421cbad8539b271bd\";}i:58;a:2:{s:7:\"ignoreC\";s:32:\"3a967aaf53c5d57ae08ea843f27a8136\";s:7:\"ignoreP\";s:32:\"3a967aaf53c5d57ae08ea843f27a8136\";}i:59;a:2:{s:7:\"ignoreC\";s:32:\"1d6aa494b68afa480ff98a29e8dd9258\";s:7:\"ignoreP\";s:32:\"1d6aa494b68afa480ff98a29e8dd9258\";}i:60;a:2:{s:7:\"ignoreC\";s:32:\"133e3db83580d7e06a07cf4c73e41252\";s:7:\"ignoreP\";s:32:\"133e3db83580d7e06a07cf4c73e41252\";}i:61;a:2:{s:7:\"ignoreC\";s:32:\"2019a87b63ec9d3de625dac88a6023d1\";s:7:\"ignoreP\";s:32:\"2019a87b63ec9d3de625dac88a6023d1\";}i:62;a:2:{s:7:\"ignoreC\";s:32:\"30d051646e8e8c3b34b23fefa4a2efa8\";s:7:\"ignoreP\";s:32:\"30d051646e8e8c3b34b23fefa4a2efa8\";}i:63;a:2:{s:7:\"ignoreC\";s:32:\"f29830cbda4db035369959fc2634d04e\";s:7:\"ignoreP\";s:32:\"f29830cbda4db035369959fc2634d04e\";}i:64;a:2:{s:7:\"ignoreC\";s:32:\"fc1562fe856b50f14b21970e8e512257\";s:7:\"ignoreP\";s:32:\"fc1562fe856b50f14b21970e8e512257\";}i:65;a:2:{s:7:\"ignoreC\";s:32:\"102974ae81a9c0117b177e4d656535c7\";s:7:\"ignoreP\";s:32:\"102974ae81a9c0117b177e4d656535c7\";}i:66;a:2:{s:7:\"ignoreC\";s:32:\"20d5b6feb7ce20ba95ce8bc5ab6b64a4\";s:7:\"ignoreP\";s:32:\"20d5b6feb7ce20ba95ce8bc5ab6b64a4\";}i:67;a:2:{s:7:\"ignoreC\";s:32:\"d47dc8b69ba34e9c0ffbca12c75076ad\";s:7:\"ignoreP\";s:32:\"d47dc8b69ba34e9c0ffbca12c75076ad\";}i:68;a:2:{s:7:\"ignoreC\";s:32:\"a4bcd0db82da9e0222931a18d0b37a88\";s:7:\"ignoreP\";s:32:\"a4bcd0db82da9e0222931a18d0b37a88\";}i:69;a:2:{s:7:\"ignoreC\";s:32:\"fc43b758ab4709ee84ee925d6a3f53c2\";s:7:\"ignoreP\";s:32:\"fc43b758ab4709ee84ee925d6a3f53c2\";}i:70;a:2:{s:7:\"ignoreC\";s:32:\"5bbf552bf292897398938a8f54a53d83\";s:7:\"ignoreP\";s:32:\"5bbf552bf292897398938a8f54a53d83\";}i:71;a:2:{s:7:\"ignoreC\";s:32:\"a4207a61ab20683fa4f2cf00ad44d1c8\";s:7:\"ignoreP\";s:32:\"a4207a61ab20683fa4f2cf00ad44d1c8\";}i:72;a:2:{s:7:\"ignoreC\";s:32:\"3699e975257685c963194d41016cbfd0\";s:7:\"ignoreP\";s:32:\"3699e975257685c963194d41016cbfd0\";}i:73;a:2:{s:7:\"ignoreC\";s:32:\"61a32bb3cd04c7eadd9d73f7266b87df\";s:7:\"ignoreP\";s:32:\"61a32bb3cd04c7eadd9d73f7266b87df\";}i:74;a:2:{s:7:\"ignoreC\";s:32:\"b7389641e08fd311d3f2873277867bdb\";s:7:\"ignoreP\";s:32:\"b7389641e08fd311d3f2873277867bdb\";}i:75;a:2:{s:7:\"ignoreC\";s:32:\"d09f6a59b6b10960b8f32204d26e02d8\";s:7:\"ignoreP\";s:32:\"d09f6a59b6b10960b8f32204d26e02d8\";}i:76;a:2:{s:7:\"ignoreC\";s:32:\"bf7ae5161355abe4b2759f5184a1adfb\";s:7:\"ignoreP\";s:32:\"bf7ae5161355abe4b2759f5184a1adfb\";}i:77;a:2:{s:7:\"ignoreC\";s:32:\"1db6be7890cc8812a2b9b678e3e0aff3\";s:7:\"ignoreP\";s:32:\"1db6be7890cc8812a2b9b678e3e0aff3\";}i:78;a:2:{s:7:\"ignoreC\";s:32:\"70353efa7d4f61532a409d4ebc461868\";s:7:\"ignoreP\";s:32:\"70353efa7d4f61532a409d4ebc461868\";}i:79;a:2:{s:7:\"ignoreC\";s:32:\"38fa95fc742715831a940e5830d2f674\";s:7:\"ignoreP\";s:32:\"38fa95fc742715831a940e5830d2f674\";}i:80;a:2:{s:7:\"ignoreC\";s:32:\"ef430e2c87d360f3a5b7a470cf77c231\";s:7:\"ignoreP\";s:32:\"ef430e2c87d360f3a5b7a470cf77c231\";}i:81;a:2:{s:7:\"ignoreC\";s:32:\"5809dadd32bdde5dbbfb88b157f7313b\";s:7:\"ignoreP\";s:32:\"5809dadd32bdde5dbbfb88b157f7313b\";}i:82;a:2:{s:7:\"ignoreC\";s:32:\"130e6084524ff694f9b017613c3f39e3\";s:7:\"ignoreP\";s:32:\"130e6084524ff694f9b017613c3f39e3\";}i:83;a:2:{s:7:\"ignoreC\";s:32:\"bd64cc98d8d1fd38ed36a32176262712\";s:7:\"ignoreP\";s:32:\"bd64cc98d8d1fd38ed36a32176262712\";}i:84;a:2:{s:7:\"ignoreC\";s:32:\"f4e85ad2a726453946ed0734b3603b90\";s:7:\"ignoreP\";s:32:\"f4e85ad2a726453946ed0734b3603b90\";}i:85;a:2:{s:7:\"ignoreC\";s:32:\"40241dbfd4280fe0fc1dabae4452334d\";s:7:\"ignoreP\";s:32:\"40241dbfd4280fe0fc1dabae4452334d\";}i:86;a:2:{s:7:\"ignoreC\";s:32:\"3b469c1b0fdead7cd60fdb3c10ff8ca5\";s:7:\"ignoreP\";s:32:\"3b469c1b0fdead7cd60fdb3c10ff8ca5\";}i:87;a:2:{s:7:\"ignoreC\";s:32:\"aea7668edcee045f7dde3529760006f6\";s:7:\"ignoreP\";s:32:\"aea7668edcee045f7dde3529760006f6\";}i:88;a:2:{s:7:\"ignoreC\";s:32:\"e4ec500056c2a2ceb57164bf04c67377\";s:7:\"ignoreP\";s:32:\"e4ec500056c2a2ceb57164bf04c67377\";}i:89;a:2:{s:7:\"ignoreC\";s:32:\"1f3e579f178c1dce76148d9074fdded6\";s:7:\"ignoreP\";s:32:\"1f3e579f178c1dce76148d9074fdded6\";}i:90;a:2:{s:7:\"ignoreC\";s:32:\"44810ff39b643e96494c4fbbad9b4b1c\";s:7:\"ignoreP\";s:32:\"44810ff39b643e96494c4fbbad9b4b1c\";}i:91;a:2:{s:7:\"ignoreC\";s:32:\"a4bcea37ab354d2f7966c08b9374002d\";s:7:\"ignoreP\";s:32:\"a4bcea37ab354d2f7966c08b9374002d\";}i:92;a:2:{s:7:\"ignoreC\";s:32:\"d14cfc0d1034197f13a942ef686fe756\";s:7:\"ignoreP\";s:32:\"d14cfc0d1034197f13a942ef686fe756\";}i:93;a:2:{s:7:\"ignoreC\";s:32:\"e42ea56c11d02cb201913f0670660858\";s:7:\"ignoreP\";s:32:\"e42ea56c11d02cb201913f0670660858\";}i:94;a:2:{s:7:\"ignoreC\";s:32:\"e346e20b5cf3ac32db27c65e817d2c61\";s:7:\"ignoreP\";s:32:\"e346e20b5cf3ac32db27c65e817d2c61\";}i:95;a:2:{s:7:\"ignoreC\";s:32:\"f71dbefbc91ff97cc3e327bda7eee60f\";s:7:\"ignoreP\";s:32:\"f71dbefbc91ff97cc3e327bda7eee60f\";}i:96;a:2:{s:7:\"ignoreC\";s:32:\"30e327b4d985683c6e4aef905746bddd\";s:7:\"ignoreP\";s:32:\"30e327b4d985683c6e4aef905746bddd\";}i:97;a:2:{s:7:\"ignoreC\";s:32:\"1a69ee0c9cc1fbe33a47856d0acd2e62\";s:7:\"ignoreP\";s:32:\"1a69ee0c9cc1fbe33a47856d0acd2e62\";}i:98;a:2:{s:7:\"ignoreC\";s:32:\"2ca1e64a2749489694e064bef341619a\";s:7:\"ignoreP\";s:32:\"2ca1e64a2749489694e064bef341619a\";}i:99;a:2:{s:7:\"ignoreC\";s:32:\"5e42783a1354f0dca227364648753264\";s:7:\"ignoreP\";s:32:\"5e42783a1354f0dca227364648753264\";}i:100;a:2:{s:7:\"ignoreC\";s:32:\"a0717487cf3ba3b45b9ffd1c260b6357\";s:7:\"ignoreP\";s:32:\"a0717487cf3ba3b45b9ffd1c260b6357\";}i:101;a:2:{s:7:\"ignoreC\";s:32:\"a24301adc477bb8b109d65a9a04391b3\";s:7:\"ignoreP\";s:32:\"a24301adc477bb8b109d65a9a04391b3\";}i:102;a:2:{s:7:\"ignoreC\";s:32:\"59aeb38c7cc25b6dff913b4a0ccb3b57\";s:7:\"ignoreP\";s:32:\"59aeb38c7cc25b6dff913b4a0ccb3b57\";}i:103;a:2:{s:7:\"ignoreC\";s:32:\"3218519887ea3d7ddecec4a35aafddaf\";s:7:\"ignoreP\";s:32:\"3218519887ea3d7ddecec4a35aafddaf\";}i:104;a:2:{s:7:\"ignoreC\";s:32:\"06eb9fd05d8ae6a360c2e21e2cb608fe\";s:7:\"ignoreP\";s:32:\"06eb9fd05d8ae6a360c2e21e2cb608fe\";}i:105;a:2:{s:7:\"ignoreC\";s:32:\"b8528e8d8eafa9663b6ccdd61ac00ca2\";s:7:\"ignoreP\";s:32:\"b8528e8d8eafa9663b6ccdd61ac00ca2\";}i:106;a:2:{s:7:\"ignoreC\";s:32:\"db8fbf0bf4e5bc72684b87ae8916200d\";s:7:\"ignoreP\";s:32:\"db8fbf0bf4e5bc72684b87ae8916200d\";}i:107;a:2:{s:7:\"ignoreC\";s:32:\"4cdcdaf5cca83ea962e8644cec307cc3\";s:7:\"ignoreP\";s:32:\"4cdcdaf5cca83ea962e8644cec307cc3\";}i:108;a:2:{s:7:\"ignoreC\";s:32:\"7a1ede62d004464b95389660abd4beaa\";s:7:\"ignoreP\";s:32:\"7a1ede62d004464b95389660abd4beaa\";}i:109;a:2:{s:7:\"ignoreC\";s:32:\"46285054b47339bd5c2bcd9bffdec482\";s:7:\"ignoreP\";s:32:\"46285054b47339bd5c2bcd9bffdec482\";}i:110;a:2:{s:7:\"ignoreC\";s:32:\"940423044ac4b6ff74fdc67451955924\";s:7:\"ignoreP\";s:32:\"940423044ac4b6ff74fdc67451955924\";}i:111;a:2:{s:7:\"ignoreC\";s:32:\"63a89e3eb3e383ef462c266a4c8294ca\";s:7:\"ignoreP\";s:32:\"63a89e3eb3e383ef462c266a4c8294ca\";}i:112;a:2:{s:7:\"ignoreC\";s:32:\"e822041322d06348614ed5c628069039\";s:7:\"ignoreP\";s:32:\"e822041322d06348614ed5c628069039\";}i:113;a:2:{s:7:\"ignoreC\";s:32:\"b93c1c7851c735c8d632a96801b40d96\";s:7:\"ignoreP\";s:32:\"b93c1c7851c735c8d632a96801b40d96\";}i:114;a:2:{s:7:\"ignoreC\";s:32:\"cceca5261eaf290f637ea4a54496fa5e\";s:7:\"ignoreP\";s:32:\"cceca5261eaf290f637ea4a54496fa5e\";}}','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','e62835432b4d1772','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','8a7dba97f41311dda2bfa98f60b77d6c930d3150560909850a22b80a732ecb36','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:2;s:8:\"username\";s:7:\"soldega\";s:9:\"firstName\";s:7:\"Soldega\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Fri 21st August @ 02:59:22PM\";s:2:\"IP\";s:12:\"95.62.42.175\";}','yes'),('lastAttackDataSendTime','1597617678.312212','yes'),('lastBlockAggregation','1598465565','yes'),('lastBruteForceDataSendTime','1595804441.793200','yes'),('lastDailyCron','1598465563','yes'),('lastDashboardCheck','1598465564','yes'),('lastEmailHash','1598014763:239f70640e2340eebd5715ee8b614275','yes'),('lastNotificationID','1139','no'),('lastPermissionsTemplateCheck','1598511320','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1598447896','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','766f94e33a7277aba4a6e5fb61cd1eae4b4b5022d784630e0f44bb6d2cb45645','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','\0\0\0\0\0\0y8\0ٗΝ;˽sIYJBR$RI%QDZHJ!I+JHi!*)EE+&~yy33>ǌ\no>^\'_wBx1uO\Z %e\r?EC)M>8)}uׄ-X1ffm\0\0\0ra?\0xG7\0?)`\04DK@bH\0Y+ gZ\0p\Z\0@1Pt180\0v6. );ռ\Z@U	{\0u\'@p_F\\q4\0Z.=_\r0ht&:A!\0]߀\n@7\0b?g];al`,[0``x,0`00a$`d0ZU\\\0>K>&)/S5);0r=	7?`\\C`9*XXՐd`~`6LXK֗_W6$`tt/<$p87O\0`m0m.V!kH,\ZHf~x89u6~\\\\`w<:`^s0\0,?\0,H{\r,8,(N\0\\Y\0,x,x\0cOӀg#`-u७xxs/]\0,%|l0,Yg8`р]C\'v\0k܀\0& `O,:	X&\"@`H h4 8Z܁s`I\Z0XӺٛA@XPv/6\"J b\Z \"k\0X:\0Q U5dDG]\06=]lnX[V@.E$.-ض,; ~j >Nu灄@B#8H7H|;؁.v+$ i?s +\n	؍,v4{f7go`>w`^`_N`R<)A=qR M6f0\nH/\02Kg; c\"9P0%kӢ@D g= 3pdQ!p4pY@zs pN\Z\nt_Tp[B@Ipm\Z=(n1\ZY\Z{{%\'F|\0*^&)@(2(OR˧w&W\0`m=P2@k@F:P}|7:S[9Z]rә\05Gf6\0|}E$p@xxx82/4htxt8S4πcÀQG^@6y <xaj\rxi9x9Y	^^Kږmb൷=:$x1x;r)Юc\r	|hK:́O|ϻu/o]#[?@@=\r_ǾU7c\"oN)0KK 4M?Ч |c@ĺDh-/1\'qĝxx6$/E.8(Z;]ˢ@@k@$P2[߀2hPu:HDT3@f\'{ GܺP\0UAUR\0~P-En8Uj饁ZZ|AM~!Uj?j?{*\r:A-vpp)8DWZ;@Wh84-zq	8l0p4N\r_[\rp?8X\Z}M\0]A;A	@8.8\Z\\}Z м{*gpb8\0h9v>hh5JN\0@kh\rh}lmN^mAoE/@;~U8i?>&/\'?O\0|D@@\'pZz!<8=]#~3g3G35\r+GYnn_A!8XyE\r$%!o==Ꟁgp\0/yhApQ\ZK:R..n烾K=GKTkeWd+OW|7]W>G0آ4W]\0WX	{0?^Xuǀ#߂!Mu+>oQ>3F4\0^5	>	F>n\\]< \r\npLp+Vf=u7m2p[Wpۉ}\'0nb\0I`,p;Ll6GX)&\n&?w}H{{=\0߯*Sx-e`ڑ+`r0\r>hxpD0[=*p灇^\0RlUݞ\0\0s1c/U`\"38_R\n̛\0512 y6X,<x9*XX,`3%OMY+s<&<\r,60K@0<0lXe3JB0+.+g)7gxyE\\H+FEWo?E<kC9u5,ޮowuw^Ƹ\'Р	>\nj\0}qw=`S=-{(\'oi$l-#g/_$//Ԃ+W?u\0	sߵz{^Cct<1<\0vmONsۧO/ ~U>}8X	v]:X\nv{D{N?1bo2_WvWu6\Z#?࿲0k;W; 47Cp #\n{0\0v|!b9.y l1m#!r\'\Z\n!ѼXH%:+!驫[Hfɾ\\SŐ-D\ri\'!h)1Rj/w, ά!?H0	VG!a$49 wA4_HG{O\r\rt<{\r˟}Wwo@CAܞA|AJa Â+Ј5Yrh#\Z\n2%!Fi-FF\'L4Bcd%И+ 3dȜ\"]-8$Ȳp*dYBV@\'C,t $dmMX k ErHQBsSiِhڪ7ȹ;l\0\0M\'Ch.ճr]=rr}5*=$4O_<	-<C $IxAs]4hBo3h=Z4|=+Sȫv\'yZCK<AK%ի!! x}\Z  7wOfB+\r@+ch垅ʻáo@+{CP`;h;Z5Zդ\"h5v7VB/Ck\ZPH(t:_d(!;~hR	,	5brnAVB+>A[C[w|,=I$03J9\0%\nmjЎ(ɴJ%m/%\n%_vM\nqOA)g_@)/ڠTq%tVO|\0L	\neAfYP(9Opy(kHkCG8tditȓ(g{k	_\r?~ʷ̀#G@CwC\'_		YЉ[*Zj}	BCET9*>*	Ag\n~CŊPq*?*)̂JNι*swCcʠp|7tT2TAWA3%/	t	UM_Uqn]]MBGk	kC5\rPGtscLX9\0i: :׮ݏzj=5n\'BO@@uPwj3%Yk\rzMzmrԾ9zqeԑiu\nuz:ʠOZ~MЗoзFNr	u{_ks3zPoUsmgaWA<R>{пlFa4q0zm`Fuw`&/Är܂I`L(	[KM%\'Kɰ,\ne?a:*_F7`eV&0C`Ns`˰qXXΰt5,4\ZdXCk:\"u|&:mPx}>!]{C0<6t><\04\09\r`Ol\\k	|MY^$6wh-V6k`Ex|=غlS4m6¶_Rėn>~!<9v};\\4\rSoiӪ_ӞR(y\rعB?]*q	gN\r0gfngnR`bxN<P=w/ج=`]xx>xѹW?x}x[.|t}F$qx\r0PxCexxYjxY+OoU	\rKag\r\0^Yp	ژÁk\Z`>޸^=E}Aap[mሳYpy1	#oQ3]8t11l!ǂ;x[(x6sy\0ǏW-__;hxǑpҴhx\'>v#y;8x_{TISqkC74[N[_no[\rs78c6g	gfK:#M>Q>z>f>LyGpޣp	\"\n>p>>	,;§N]YE\"H̰ٚmK..Yu.9>r|<.cS\rp!pm\\u!|1Z%&g.|\rµpv-#62ckqku.sWe?q<m@>n7oÏVMZǧOfͻg5w~Q9n=L/=W+W?UH^]-߫w6XF;~)o5x*oMgwr\roww?6{\Z=s1ý:˫_#_\'?^K#_p?[<\0>\"@n>7So#h}=D^q!D<9\0ND$!/R9!&MDu$BO#JaL}؊poG_ sWNDQGDxv\nѲhE ZmLDn_h\rD GtCt~5\"ŝoDDG1{NF>@!!1\\w1\n@֚\"F}v蟦}bڸ\'2f>bVeK& ^o]\"u\'2[jX*G#g+ub	%Ґu}\\daȤc+{{	2eq{q(F!N:iayCc*|<q>qrq9}<^	2Պ%Y[713\Z2j\"2B\Z2)23D﹇̯Z,x!a%gsx,ܾY!^o@#KjZ	R}CdUC2h$gA +NBUYH*Yٽ	\\	FmU?U4(ІǝEOBVEV7CLđ5G	)XN[֤#KA$Zdnnsd\"YTl\0h$:]qqG6Ȗ)ȶÑm)xj$$,Z$$$Ew7J$,$\rsٹ|\"{!{uW {#{?mF]@Sϐ>  )\")\ZERCR7\"\" #i[ u$$sxиa.pb3uE: ٽ{޻ȱH6=!ybJ9y9YmiEhrr\0r&\n9S9k9;3rR<)EJ,s}<R:7R>P͡gHD8rI\\?\Z<B.!W^k# w*&*:aR%NmDjGjn#7:JZHHo䦤َ !QH]1r/[{\'r-4#U\"5H)G{ȓ7{ޅHȳ,Ke$1¿yyyE!mH8\Ze&NykyywyꁴK;H{m?8C\\v=D:_\"V|C>@>8B,[|)B@.B|ьF~h ހR7-4{>z}U@&; }KH3	_po(\'\nu:	Eʛ(\ZEk(tBq(YEŢش?ʮODB3PF/e>c(ېr#PpTsd5ܨA<~Pq*T/2ߠzPRT7?F٨Aj-BCGOGIq:lLPfQCPB-]j5:\":7\"j\Z@\\Va7{e脕5cQ}cщ>N޲ǡuPǙCQ:Tgixt=u)B]ζӱ2tz=x:Ctɖn[e;:Ξzu{	S΍[뚌|.0z {zT.=\rђ>Eo6[rkDW4EЕ+=+`te>ڄJnDգo/;!cסޛѰ\'4|G,\Z]k]?-!x\ZI8\'E7\Zi.B7E7/1hlc95e\Z*G_	S_/[Sѝ5hLc4%CwnE\r>}7no5wM1@SmBSXBSGѴ}Uhz0Vf|f@3բl|#\nѬ1uh֭hV4gM@s\"МX4e(a$zd4-E(F󲖡3t|h~4=qFOCOm@X-ЎEƬCNFOBO{FO?$%ZB0L\rZt-u-+G/eW\\޷UUaNh5rF+kk%{k_XzbZk֮qBoR^zv(Κ}}Wz?&\0}([>\\>hIa6GhmT>GuS3}Vb씢-wG9zOr\"5}5}e݇Z}}=	}=Q(nrm\ZmcOtED?G;lG/c,v}B?߃~<\Z~iFjMF_DFF\rhuȣݣCsў/ץFtBC!STo֍G@3\0RO0\ZcX{_~?\r#]0;vDyLl}0lLb`Ibw1نQyqS\Zĸ32/?jbNz-L}SaSO5ibU0	Ssln{ Ӄ0?1WIHSlhB\"6,~\r6[fZ\r/_*F[O5/ ̴&c/k{663\Z[gTY,1lLl|-6a	f3/f3f˿l1ۨ$66iYMYM)9ama7Ci6;2sHa?،#Y5 &ܨcn̝sgbs+ߞؼ7ؼo?6q)\0-h<as1=gR[SyŃa%?`>Kea&]b+z!tލ|5|q|{[5e4:\\g$Bta!XLª`gᳱuغu؆ǽ؆g\r_]XXXtq>܄mmmN8m>t۲=ǶfZI\rXxp=KmaU*x;K%ݷvŒYlbplϔ5؞ؾIkLK=i.\'`ðX4,3x\rvh찏?e˺nebi4c܃;N-:c<t\'婶byw\r|h!v;	N?\nDc-t`EqXu.&3ؙu,VJǊ-!XɡXIe\\Ft9+Ji꿼%Du!%V*n*KZإo[zؕ/Xen;]f?n`mOk\'7b\rcחbo.\rjb={\rU\rc؍;؍X-7\r}	]=!:Z%ѵX9X%5B_\']Xs%lt,<kV2ZX3bc/Wb//Ea-0[7wg}o>ľ*Xj+{2],~GҰQY/,\\vZ?N#HoB,܇;q\0G<q\\\'M\'q	\\rk.ҟSqhjYhӊsquF\\(݂kt\Zcmk߶5::p\rJ|>d5>d[\\Rz۾z{p6~]iB|>VGtōq~nnrt=>*<>D%>MOt`]8ռ͇|m,nm[؄p|l;|z\n<Oŭnu=w8v\'Tmln6z[M-n	]7vzpw`k|JO?w[;M;Mq#\rԘd|jZ݅O;]K>0n0ggE\0O|Vw%>;\Z>7n,>5>_e/y[/؏/|\n_qz{u^\Z0vƽ/V>ǃqOKR6|2\n)Skp\'^ʐx >_%_5z	i^p_p4:}_ãOj{3Ou:u:ay|	xuxd<xYaG7\ZN7޿Gs?1&5xg<&y\Zio|ee46|qxj|zi(m	^4t<a<6|GG<5s|g[%;OuW2:2h5|/ﻢ?O	SҏZTO-xz&~~0x%1Eg,3	OxfC<~ȁ-XdjO/ŏxŏ\\{y4E5۞ ʇɠ9T/?/Z\\?৭wOOiOwƋػxQ]nb\"xma_ey?~?	~+|\"__v_	Ư,}WjVU%3xx>:~=~m0yc[j\\8519,~SӉߜo෿Xw5;CsCxpk!~oP,8 8e.x*o𦵾xfiT7ݚ71,X??؅:l7[/q_xu-N\0qױq)t[W.ߗ<?<;|Ymz/϶3gS/Mg7_{,ook]\Z.gw6êqfk{7xoa\'i]>Պ~х?&[߁x_;*@1_r|A_G0Մ\0K)zw@?@v0N?Bh04\'-0!$d)Urw$&;Clg7p]|	>b/*^Pe00y}\ZCh%7ڃf_w`b\"1xbh11DaC}%\ZD,aP3ZVSE	\" ;NxK$#i[bH#CxUDv01!FFѫ>iHbEbLT\'aDX{NX|N~B|K/y\"a9O|OX~]IX|$񖫉			/1aA})%	΄nbʃ/ĔvC%ILwSSWN6#ӷQĴ	g넳+\\H\'\\FU.%,1#p=1h&fE\"Y\'r	7I۳ۛɀpv\"܏%	ĜpbT[	6S/t]Nx$/cX<=XbA,~J,$|W|X*#f KK\"t;	\")X9d\Z.lHk5ïk̈5	DR#\"$fO R:vXKl\\DDWQ?kE-Ħ@bAl>Nl2]1ݿZtضÜN=o&׉DEDd54̄H:<؅&vF#ݏ=6=SL\'܈+܉ډ)=Dc688p-qLfHDF#yDzaՏ!8dHr\'`k\"4i#eܡ\'ZoDfs_<8DdcD#DѴD(\n<OugADK(u\\BO7[O\'.&.ڏeDWJr\'(?辒XM\\|򕨨\'.!*)QQuh(Qd`FW7\\p	Q{ً9}q&ekEܺB>BMgNYO܉xCܩ_AMcN\'Mk)}wr)`\n⡍-oQ7oL&\ZDC\"Q;Ԛh|YL<YA<I< %!-̈gCY9keq%-xA@$xxxyO|\\FDԽEt.J|6#>Ӵoi7lKGt\'|Ӊw3DH@opG񻦛ӫE{}?~ӟS>1px.%/H ah.VZ 1q#q/AGWs$	986rS$֏= B8I?#3?d\ZHvh)ɾBy$簞X\\i3:T!)<Oj=!5NZ$R\r59ZI\Zމ$/%\"\rRQ ݚ4+\'-AHC>4O}\Z9brNrd0r!iIi|c:i|k7i\"MF&H2\'<si֑c\'_%ǥ+IѣH+Xrd9^JKlYO6&m mgoH5D9UM:yI:%1q;HNYDN%MNFN˯#wΩ^KNI׳WIHwc{S#i&LyD)Nέay<g4ҳdą\\dD.*\'<H䳤ס}b߿gZWN!}cҵɥ	{ȥ?-eeKI?ă\\fN.@CNhM\']ɀɕO:r䪿`?j#sr\rB\r C\"2w2ʜ᧋2\"4(|L/%>&וuGLf>O##GFndd/FFS(Kuȍ1h2:y4	#7JnOn*~FnlDƬLƴ-\'7;DnNYOƙ\"m$Jčdǟ5ɤ_dR73$ddr׶Nr7#&ɳBd-Εd=r9)@fUYdV+n\'S<RFc/=\\\rK^}HEk:O˴N\nd+Y$Rk#Ӽ-yD\ZY ~&<!-F`#ynZ\"yYC^M!/m\'&\'˶=\'lrJ<|-Y~=y1MNVKZ:䥩/JGd=y`yY=5YIVo!:\"%yXf+YSJֺe7N7k[M<${K>pJ\'\\t CcaiU{18Ml-&nM.Ko{\'kޓO=fY*lO6O Wo!zggg_Ed˟R;6d5|S|=|;||[n!\'ۯƐk5=ò0QD~6?D~N~9RJ~[]Fx]Mv?u&{r^h_JW=@Db?-ɿV{Ⱦɿ~(=\"pUR.dm\"TvPDL>\"Hlc.z+{k(|8QXFxKh\"fZuoD\"\"fע!;4!BDHޝ_\"g\"a\rEG&F:o;/2~/\ZA4vmhܰѢqwAxH\"\Z?\\#6!<Ed\',MM.s9\"G\"ǖ]Ѵ3ED.D3Df.#ro=&,;shޠyCψryg<NOytZ-(ZTghoF|2)Oȧmchoh\\sъ?\"7E+lD+?cEAC/T¾6o.w\'Z{VhCPhCц*R^ѦnGQLB9hx(Bx(	>+yRHh4D)!٢Wǋsg>>/0_+-x&:4Ht(c(B()T#dHmDGM\rEG:DG>rn!:(Q;щ(mQhpZQѲzQQP	kDDJFJf΋DD*kEeVʂD凵EgBD3EDWfU&鋮nUD׮]PtnF#,Ɖn~28.݉4YEQvQCRhOQ讨)XT0A8K*zq5+5\'E/bE/^NX.jm,zy^z,j)z3hM[\n;4QǖD>/[(BїD䑢gEE]D7x(o}Q&߃6ѿbJ,F&UQ1(&]bQX%K˶eّblX],8-2X1\\?=ż\"dXFVGJT<t5P	bCC<|xD\\#{xQ\rcYVYjتC<NUbkPlTl$X</WlJ<@?S;zb6bO.eltf`صP<kUxֳ/b=bb$9]kT=bۗ-^PKFkEK;։WmA_)Ł+~WIūj8tDCg4έfquxMvMcqx\\-qjSq<tC$|	\Zwz4K{!ޖ.ޟũQjiӒkO>Jggi֟#마w_>]\\,>(.*>e(.{G\\ء9nrnĥo։ƒC/}W*Wĉ/{/o._#R+ڔ ;!m-H|qqV[Cķwn9U|w(~P%~chq%\'nw7M7|7\nō[M:\'`q[73/_4:_ŭ6G-Ƈů7M;ix+ğx)kşdo[]wV{{>6l?:ſX&AK\Z$r	.K%xc	XB> !Z7HHiX\"\"~HD$[%bm=(]0A\n	{Or(Qs d\"d2dІ\'FƝx[n6^D ]%C?[\"1<m.NosIb{EbX2ꌣdTQhdd%=$G;I&Jl^Ml]3}dွq\'T#B2L4<NtĩadZYĹdF,dfnɬk	I.wK`$d$~CJGUd?bg$KgH_6KIDI<#Y<X$[+Z%Y͐!oLϑ8IV\\Jn\'Yg+	z\Z(	zMfed뽒5?%!%a֒$I{G%Iă\nZ,ɺ	h|d\0I6x\"umlJ^ml+I&iGHvKOHx{H\";do	%JǙHR}HL͐}-PK2Irl$QPrtXrtbLWI\\eܽŀ$i	}7ɉ풂SSHNeސ:Lr!ٙ$>I%n$>*IU%e+$e]\nT\\_RHrm^[o%wxS%u:5]{s%v~XwQ9I%vђےg%#s%ϯH^ yKbIɋˣ%\rݳ=씼,yIﳔ|0|^J>Ŭ|WK>7||&3HmHɷc$otkJzT;3K%?GI~<(m+*xzI\n٭BSl0u]I	iT$KO$KeCRER/I^\\;-՚(ZuKmX:\"wtD?ȩ#äF¥&`tK:J!5t̆*kff{R/.WwJǎI:6P:Uj͍$ڴImg6<Hv߂FK\'ڏ#V,JS-BS[Jfܗ:eNi\rJg:*uv礳Gq)TJ88K=)C-FH̥ORdԻO)m,]v8P\')&K-\Z0ĤU6KZ&i9i\"i{4DV#\r,\rJCuIC#>H^nuF\Z}F:ҨS1^I7IMɔ҄;&H&WJw.]]\"mI?ɔ\\֔JWK3͐fՌfߴu =zwI]\\z3i*=5ll}ܺ򃷤cii\'T-TZ&!\'޻Kzփf;K}uqҺ{pޥpaNfG+\"5QƺҦ	\'sNJߔ>Qi%i疑ofH_zIێJ_[%}kHvK̗߭~ ؽMy%BiZYK6Xua?T{ni_Ү\"eCiFߕ/*!GڏG/2J~<He3s~AK&ID\\.eҀ-2iL~PR/ϥʘrLbdKu?.cۗ3dOq2vLL;vlPt8`tlpcL7Ljllh0D6VxM	rG65>$35>=LY=#[,wZf	JGp|}h|lJ\'cH6mlIuled*@[B<D6y,$?>L6\'EF9XZ0{vw6bH\Z ÿɖo+m_<d\rͲgddk:uKdd?e3e;ɢɢO6.Ŭ/۲u,0Y(v]g,\'e	#e	˶{xwNDTK]Rgzad{\ne}).;Bv ;X\";X7D;L\'Yv=U#9cV~c{]e>ee\n<ܕ&;c(+\\ ;7gmم0Y	KsWv.PvœUɮjnzdw\'ꂞZeϔ=l {<]Dy[,)kt=KY\"k!\\e-]Ke!K쥱e -{Y<BxSZ&Q־CgCv]IY.l%V..v{%kdrd}5?Eoe]27|\rFn-GFQ09Np9~RN,\'~-nE%\\jeyrqGNXȕl69{\\-I7`\">kW5uNx9r{Aܰ|-#o}Ms&GdMM5MKjf?7\'Qe,J[g\'x[wm,Or1/*w:yLq@>mE*rW?9rkssNF{/\Z*_tY[ܣ\'HbܳH(E_(s˾@uZ{K>/5ZxA|B||]N&}<7y9y#y<\"|yn|LGQ1Jq<:I_ 4w|t?|X~<nyyvHyr|ׂ]74uSޥS%򃋶ź˳˳og~(>[<H0C~<OGMEcE/+Kgɋ\rS%ez\"/G~ixyeyiyub\Z&͆J́[\n6C|ߖ]?a*onʛCM5gfg_[Yem-WۻX;C3U-iOZO˝?}Y>X4#4Z\0 Зzޝ?*{OW.ם.=AeJ!\\\nPP\n_D/Ph=|\"Q)Ŕ8`<%$!JXJl)ٵ9Jn6@\r(AQ)HGQSӧC(.ŵPR\\K#(MbJ˚(7MXRCPC\\<NθB}I3)}`\0~FSCQRjX=j/k0{655b5Q 5\ZG|]CMM(K[(?5es\Ze\ZZK~F1\n%ٵT|yb=H=}\Zg\Zb+5nS?5n>j\reuv5~e̖lć(;]X85e25eLM	C9YH9lzSʩrEQ.))tEW_)<aCx~f-:H	{)7&mr?6ro79@_KDPRCKy-]R^\"))_p7廗nF-+EfP~wZ?((\n9*njTb*p<j\ZjrjuR\rj<\n;KP㩵Op𣛊,KE^ZLm2vNQѷMP>o6wRNR[&(-s8X*tc9XDZATҦ[T#uʞu&ۥ={\"@Dظ:pԗJKϒP鯏S\rSQ#⨃Y?MTEe8Σ0=L:#6PzaT~\\JoN0:zak:1$:q7:;:Ǎ*z::c!Ux:6:s+u@yR%ڨeT)*~:UvzUʏQ?QFbsr	uyU=j1uNFg:UfU$eQjQ;Nv]^?Rꁣ.`\r!S Ѳj`E5G5U$RSӔԓɁSG\rLϗz^HHnBkt՞jj/QǨ7è7qꝎ.v	.8Ju\"AԧA~N?Kd5&ɩoKo.OTWfMo~NAr-~Ϸ_Tr7*NRΕ\nhR*YK(^:[ARȂ\nY?ܨMAݲS(+wJ9\neBY٠`4M\n|G)<uCG+A\nu90\"\\=D(\\14TxVcz\nA-\no*F^B1⟛b\nM\nҏ\nkk&Tdp$xd)J1V+,W	Py>MaFlWyWy08(,VD+ƾ?7X1b\n˹\n	7:^+lM\nc/vZuI.*&}^7r9\ZR8{Ӳ(NR8Pq\n8ŌlL^Ŭi!\n7SFemF1[bybvHD<y\"\Z,(< X:Rp0Ţ1c($s[ދKV,鹦𭟤X{_qbYBdby|\ny\nP79cCuns(\\Q/Tr~MlB|=Wm\"T)l7+»+(\"녈q}*֮;X@*EM_+Ɋ<Em+6)+v0;MPH?ؕ)v\'J{GSu[*RWe+R7MVnQ7(;}(2|)26(22š&q*?YfAIw?GvKG\nRǅ3<%|4E~ɽ\'AEvbNQ8bӿE[Պb؇TeW]rZEQ\\ZtUq}JIEeE2_QuVQTÉj;Euz\nў(n\\TjwUNx*]Kum:ox pqqEchhj-R<zx**摊fpEs~ųEKsm6(^/tR(ޝxR~EGLsJSS_ŗ]	E~O{ů_y__a\"*!\ZVF\Zi\rͦCu4rI4\ZX\\\Z_/J\ZPAgh^-V=Ą%/ӒiYIMOgh,Ѳio:\04[Gsw_*/SѪhuH6qui!>Zњ˾I5}<=u1SC:Ѓmja[u\rZ衃uA0=4G>tiFzm\Z]H\\8cfƋhP/h\00m0ҾH[ҧ:	E=Tum5m2i_(m_MS*GSTj=uzٓyS=͹@DLF쩠]j.koӮXP/aJܧE϶8H~@Hhhh=\'@n=IzZE/O/	ʧ}nͼAO<?L~+\n\02:0HC\"yѫ5EZ:wPG5k-j@EM<zm\rA]MoP騭\r c:}z{5?YGHoHc7ӱNѱQӆtt/3:n]O\'-S:qR:8CC\'/}w,;g;͡wtrV!KG:L\n֢w8NT)3)Wt\n:uGs*}#~MN\ZDgN3҇sC^atVݢ	H?i>hIk_I&Tyq:tbw )]p.>ӧnӧkŮWȇ.KFL;s=9At];}>m8}*s]\rqmg1}jEթk=Zy}KM2עoOo_LE7uQ=>O~b,]x?5nؾ~$ʥя\Zҍ^ǟO=7}Π[-ޙt||E\0zNniD>w_n~AlJ2`O\rC;~үI􇃓sY4AwlKwННˏӝ·&\'Spuu25TBGdLw-@w-\"f]Gݿ=_c>|e%/؁>*k%:d[8BtS`RsE)ʵP?nRJyJ{J(Rh*ΉJBILQқLAwO*S*\\\ZT^TES\nfRxG)Rj)(GnQj?U~Z9$	]ޕJ}eHK9uʑF/)Jc;{(z㳔cw++ͼ&?cyrܔq7Z9{Қ6ً6o5ʉυ)\'<W0J{줜|A9sSN}R4S$+W:V:;vlrZr5>uҵLz~OÙ(g2WW7Q	3A9rsZl\\grIⲳJoJ\\϶J_7J__cnCXe˾+(וˋF+TDrp2HI*ە\'(Wo^\\}_FFU_QVʵ	2:Qsح\\7I^erSwU(c)ʘ-<߯fW[}Qn{F*>)づws+#b	m[@;ܾWnOߢL|3I(\'PjR?+wJUKKUʔ4seZeece̘hl<4Qyh}PBCQz;e#Vʣ1ʣ6ʣeWǰJe\"oe[2/(SZ̿(O٤,P)&+OǕ7+W1HyV<=Dyh/eHezdfħZYt]Y*<wyLy=,#*ˬo(/^Ɣo~SVX*+>Q^۫cJ}_+/.*tRVY+UٯU]էieu嵂O򖃧֮7qÔT\'̔w$m;Λʻ˗*lbVi򁡞reciS@D옋elEM+)_l3|=\'L\'W!廪Be{h^eR1SvʯǔW~?>O5EPvCʞweg`/3(ߗ*UKg\0faM`ۯ3ҥ4\'72qQ0ɌX:40Ji3a;ީQjHFؖh̓ߌdF[]h{3Ͼ23:%/g62C\'1F4Fo;F2{0	ڌ~)1t\\ˌc<c\\1r1IɌZ^\Z|gdX$a,Ǽd.`{ɘ{yu@c/d&3BII0p,35i1iٌӪ\0Ʃqze}eӭ2G;;n3:3;3x!`tffAbc(3jKx[1>W2_c	ko,ݪ,m\r`,[,YL@])r{J4Y)L\\&8	?΄Lτ3!LH.&.bɄ1aVQLX&-	7D|_Ϭ{Ĭkc}[ì7Dd\"C\"ՇWCUۙL*fcD11gօ9̶!Lw0IH$d3	LL+]&I/]Ic3{˘=v33)h5I2顣N2A9LfX&K5\rgnoc#F09cRY=9rm	s\rsoKerۘܛr&\'&R`^Oc=_0\'OdN2ɴɜLAsLJm38sf#SO`/0ŏ23B&3_`./}QLybL&b.Mg.aa\\T.`*L4su/S\0Szsc<\\?\\L:z L\"scndnVG37_52\"2e=e0,e}Oyy<|-g/0LLi9i_C\'3\'棝̳Og0-̋+K3/S6y}?y<¼ryqa͘sL\ṙ2M\\gwFL|y\0%ArȁK1_Sqk)|c1߷cg̮0]쥙c.< 7{ߙkFCfhb29B90]>BX(~\"h9bOo{<K ,2/V4+9 g~X/9KG׬26fi,~R\rX49|ebmYI#=U\rذjPVq+HpVKjX8|4a{?gCeZVWs5cusQV7̜շSzAX֠5x\ZZep;c_Ŏ O#,숻HȴaQ7c\'fYGk>\"5-6Ys}e͎5y5qq//V#CӤk=k}y%kژf6yZD֎NZe\'5d\'}du(ཟuֳNo&_XsX~D`N=a4`笟iy+Ʋ\nBXcX/ŬR].`\'׳KjjOe}GTsKel17wCͮήg%ӭ\rz%\Z]bCk\rƆΆi=aFapR6BkۿGf6BnamhO6:d;nncxx[۾q6s6.o-MMg.`lٝ-vgR6yR{2vϚCikB6u^6u&@$6my6r*qQffBCllN9q=:a9{tihJ>{M{li {l;6d){<7^ĞаcF^lahY\Z{:`\0/ٳgjŎ?ْZܖb[ܣ3H[ߏd/gTrryY`jd]daOސG7FH={j։uVWT{k{T%2܅}0<ia|GG͟ǚA9lsJ\\}6}ЃmS̶<7dLb/Ǿ7}yr<J5}˂}mnþ}Ɉ}kξ2mosf~=0r/y+	~~޻RZ~hد9$;|>aǲyl6Q̟]\Z`{}6k}d}qlj,_(-؁;9l́$栦\\X!w9d<{8s2#p/x)\')7꩜d\Z\'q20rPj)p3;1Mg9VgǾ8q|]Rp5a6n	9e\ZY4pN{g7(t0c\rtc93ATK7nؑP?nx7b=7d,7$yY͍lXM医q&Q߸Qm]nn׳8S3\r.4/qmCBшY9ǍO)ƧqZ-8M!`$g7.gtgoQMMl&_⦞খsS+h%sRMSdr,_87xxt7`	7wDn9[nn^1nL,-VqɜG.S&<&*VsfqcnrK<9͜[u90Л[\Z,pnr~zC?,8.8P\'r+>q,}2n&.XtB&qдR.[-֣?	OhnwcLb~Ŷq[ør,%]%UuqT=Nܞ;Krs\'_ʥ{q)4>K˥7wNeC?<37;(+c=[\\˻^]p\'mNÝZ\n>[iWaϝvsgΎ Y\\[WR;Ý>ʕR5W9++̕\r+ʦ[res~~pHWAsfusWor[ʯkڸ돓܍4W;6Y{UqwNquh&wO3b{rl\nÑ9gQW_kx{tk\\kx=+_=\Zõ,3b2g?\Z26vژkY̵>\'cil1]:pݟu5}t羖\'vp]Cչ֪+g7<p&qr8s}p}ڄ!<ZCR.LGz<Qw	5Q	o籧n<\'GI\"^4mE{xÿ%NR^SKTFO\nx4LxEIOlsymygl=kU\'_:s?7!GNS~󆧵x2~_L~Ğ ~{r7I+M:QFѱ4oZΛ>ď͔Spbzok[i-uWV8jl\"o	?f??-Pn[omjLy۠w)=%ϞOOYO);3si)He-eû3DyCcj~~V/»2y-n|K^[C\'G+\'NwJ ?ʄ~[#U`:`k8\"_χ!o/PlzvlL#bg~Z9_/G##Q_\nT^oju7uM7Gf[v4[~,>nA><K|o+D+6T%Bݦ3=^ OS-|ZAV?UgYe|>4v	SpϩiS1wU:2>.\'\'wz*`_pm_8/hOmO_G.K~Eu|QgI5%	ف|q;$2/)ß{__j/4MLeG\0!_Wvd+NzjmZG݅g7b[-em`vsgxg߭\'UV.;?,ׯ;77~7?\'\rS`*j9oHᛝ\\-U=/9|k:%/#3W6~\"f˿UoRos!}};cx=wVm\'^_<忶oo|.wGG__&z<_Uyo_ÿM\'kUy~FLV*p\n0DnvRU_BWaΩWU*QEhT{\\%\\%;o|\nT*<LE{9*dzU짗*J5P%0E*hJ)RiN<SiOUi\'ViWRt&lP\rƽTNLuK5Sҏ|ҿ`2\Z_e4|bdEjTըtըhT5ڋVS^WюPKRTmTTݪK.V$%IUeS|~DDpjN* [4ʱQ}jZ4y9C*Y*Cǅ7WMVX8_5stQٵTj{L{B{EjqTs|UsZUs~榾Q\\w^5j*;*#UR-\\QjQ?c\rUӎZC}!DdrϏ*_iʷF,bjV=ڵ#TT*Tl<Zy**8^Y4d@S>w^F*d2UHB*TK\nۤ\n\nTUk;W֫U\'ǫ6\rثb-͜*j/֪<U©oĊfՎ4ծ8վڥMcTݪKf\"ҵU#T{TO,l*;WѪcU^\\Un*}xTu<FuVt_*Xf*(:_\nPVuUmTJNfJ*uS\0򒛪&{b`b0Uv%+Pu)JuY[u4CueՕ=ꉪ>aT_TkCM\\>ZuYU榪oE{χ?Q=ϺjXjTMFI쟪ǋtTOE{T͉=KT^^f^f^<QO\r6Toՙ-|zU`U[9TufUL>Y\\[qo\r#TߞTu[8UOLՏ?OUq՟TSū~W3F_j\Z8`fj\ZITCǎW#qG5qA&^TE&jqF-s|SjzWV\'ՊjGLU+}j9\'jZpثf5?v\ndD=N_=qz,~jAB%uA:bCE#R4U|rFmqLmtF6NUM&i\rjWգ?MӖǘP7S[S?yV{Hm9az<)>jk&Em=[_mQmsPzģv[mPOQ=@zJBzJAK=՘UOR=\nyjmMicoޫ]3GS袞+U>4\\>}IzTQ;wz깝36=_4.T/V/+R/]TY^ڧ^|Bv>޴E$^$CTRWKwک2jڿ:`xzj:P.VSZ9W7Wk׫C­!y.PVk\'Q4TJG|UopxZVo\\j4zӼM\ZuBul:0Vփq\'[Iu\ZzV^Iu΅UꝗcCNQ8xLV-U;VN1SSU>bNox>UQ4R}h|v#+YzU6A\\=y!f\'6O<;> 2Y}Kuhua*CԧgYuc$S]ݧ>Ͽ/lTŰDE`ŷ\nH%9˳՗_R_9,2S_~[[ǫoLQ߈[q㶺v|\ncwW%g_W~`rF<Q?t$Y%Տ7^Hdq~wO~ʠ竛fUPܽMjoXn0Rn4j߾VTn_F~tc u@~ӽ{/\'Ww9Wh{Ҷ8mQtWk^=SԿ,PyQ7Wx/Q2| F	ZBr;k#`	8C#<o	$L%FAGj{l\'A>TP&8es\nA_P\"ό\"A褠\"LОD RA;EBd!wI~-AZd040G0<A_~Gހ\nFwqe0r-Xhc\ncwcc3f0qpaRaR0+^|{GZYo;*L.8\0K\'\\H;NS5VHp	fWsRyV~¼¼W<\rǸ\".,E2_\'xu7KG²$\\/	:3Boª4WS_Bpzauaͅz!DBD!th!4A=QV-DDl+!n&Mq6\\6\"BTFpT4#9&	1҅揃--2\"maBB\\8!+C8_o/{DB~RHH*l-l	YZ$ǗBl7agwa?=W{\n_!e!R\rT=!u;쒐&o	g|#dr2!cR!㷋%d˄CCӄ+:,OBVJM8	1#1Ocs{Q˅5p|XZ!O!Z!Q!?!QOsNoNbSnWB3sQ¹qB&rsBAPD(	.9\'\\9_l6K\\O(\\UZ(T	՟ٵ2frpjnlnDX	,-prR$Yr\\(Ed]npF\\w]Wgp\\xP?Us?BBc\'Oh\ZRx<Bxj7DxbtO,UhYVhyn$<*<+.	/\n8{Sk6cv-Vh,o-\"k B{~7CY)|>\nÄ\Z@:M/G6)BJ2Qv-H\Z@辒$z0B.gSUGY.!\\F}\0Q\ZvxOk\rdدj\rJנ^ha\Z\'\r9L#ھQ#H#Movȯ5hOfkk5~\r]sHTO(?k75\\3>M4_\ZZ-@#MhE4:4:/Ojt:?h?EFkNi5Nr0JK3l\"1+4F\ZQS(QQM5~֌\Z1Ќ	~,<|SƢCK3@fr͸K\Z\Zy	}C4I56\r5vNةk\\2f͔4{-5S4SM4Nssu/.L\ZK5LfR3kgqQqtT|f\\fGA͂ߗ544ς4sfhB4^5V;4͒ٴyMح۰S|fEtfE[&@{&i&Cf}ʥ5+hV~]Y5fռRMP*	xYy8oǑQܹsg:wI(JBD6!RfRJ}\r%T$K҂h~|><s=3!]7A8PL9N8uEQ%R^R8N]@8Ppc̯= B@,!`!m?g=\rz΄iKKM[.B	PD~p#BY\0!҂pãp7GvpXB/b-&@9+GHIH<KH,p%wwf>lB2EHr\0$zRkMV	na5[K+8C߻YDxH$<t[DxHx̛ݘ8?cF-Em%C6SBvBٕBIjBP~PoK=Pw{1FBEB}-pАGh&45|$<!<BxqţyY:Fhnr\'ZiVaBXBk,s\nՑτ	)Jτ%#ΈM,+[bKOJE6G.J>FY]Om!>&	}>K	}O	Ǭ	g\'	DƕU.v5âۄԣu	_	EI%?$	aϘ0N!ȯ&YM\\JN5@]XOs\nav0kGWB{y]$GZ\'Dv*Qˌ<@\\0CQ-v\'Q=%j~k$.٫JԚ!.ݕB~F&Hu^uuozzy+~>$~H\\mHྋDH\\dr~JDCo	D:n<!2䜉D=D\Z+\'\"#ȹ6!li@G(!_qmǈ(D(=E݆DY?@N4N\"\rDD#Zq:qͯ@:⺚h\r\'<qnR~܇QEq	h6CK|D@;-%-E^DQ%n4q[V&hAi nL0\'ڍLwEݿhNܳb%q*qϼ\"с#:\\8LwWiѱJtDt*#:] \\~&%G\'xL<N\r^7c-##zHy{\"%͉$p!,8Gر4@TA#S%[x^=x-\'\"b)ŷKcKpe!Uiblb%gbh1C\n<EFt=HatUx.Q-A%ƙ!9!ƽBL|ASELGL*OLDL~?_눩niG.i3֞\'fxČ/̣̽,ĻWW7<$fW9EGy/!J7tb~XXC,%!bm*cJ,? \Zx~bNbU&bUb=xX!sĦωϯ V_?\'Q$6o|Cl>Dl!x[u]_߸?#;U_[;ЁN%*+d9jbw>g,1Ԅ1\\@v=t+?(8j!=6op9#~ǉ6腝ѸR☑8*\"~&~m\"~{&G}8n%qR/qqj\rqjN@q\'N$\\nEiK&ZuG\\B5&:L2&΍k{aq~=\"\n\n\0%q@4P\nlT\n_@XxX	ŜFŚux@}깿\0\0͓\0NXAg\0+N^\014 ]\0p-\0oa\0L\0)( /m\0]PLz	!{g-ԷhszF]|Zi\0Sc#|0?\0v5`n7\0\0_g%  \\\Z^˿\0j#\0,C݀d: sdy*?5K	\ZrV8\r\0klku\n::;$ظ/1/00g\04r%`kf`I\nXf`CCۀ]\0۵iݭ+س;p꜁˾{]ـ|#8⁃=Ma8<\0\'O[156wN8>A/0[t;}8q8N> X~.ρE@`f>9Lf@6ຎp}kp3i\ZL?D~\"gK<[ JMZ	zD_KnG5\0d Vu%\"8% nj17$@$;`[@J g9Hii@xt<K\02a@m?apW	p&\0V,\09N\'{!@NHu|_\r䙎\0a@m`P|(<	P<%vR#L\r\'\0Ur@՟dfWPs#\0]C\r@cfiw<DOͷO󁧞sfݣ@\Z3EhSZ7~v@5c$xk~B.tځ=8^6+\03q@\\0З0U`\0YK5`q;0v+\0>_h$U^*Ni<&\"t`\"0Li?oo9`;`>A{Ag@hGPE(.]	A7@]+PTI5@@*9\\\r.p\\\0\0uՠ&ԣ3@h9p\"$AR4Ha$D|@%>iAy($fL @6d kf恼ϋAm$(E-(}7Aq\\6(1>J\n@)PT\0bUj\Z\Z@cuxKh	=ہk_p}q7pqpch11X<n5*?3rƛVW[u]hn?9MmO:9@.pϗ󠃠tx,^w\Z#|eNS34:MQ\0tz&2@a!𝏠9虙\0z--\n*Ǐ.7ǻV\'+dg6}\0f^r@N{П?ZOg7(3`w0R^\n^P\0T#BAo{4B	\\^;\rns`\r309\Z/oK؁`	{0>=>Ld̂wJ\r`ҏ\r`rB0E7_;`&\0<uJO)oY ay03[̭=>QL\r<8029o{\r,|,pYFq``,\0p,,Z-p.X\r,\n=y\0Xq+X|,NIS`dg,Xr\n,K/[y{כY:XX	%ei\n`XN\r\r}u,\0˿\r忽\nBU01+l++.TR`E5X1ZV.+?+|_+*f*$V~č`5:VՎ`u9=\0ןR:\roaXsft`J>OەN.X?\r6>\r;B>Pl`C>l;6l5&X\Zl:4[%%f\'҄H\Z+n#*\"|6|5	ofi>;\ZXc`J/ؽn\0~ ?~K{LYp`IbUC49d\n?G[\0d_j΃_7_ͪׯ[o?og\\N^0@/pJN?r@pp>Nӹ	מQw:s/;UW_B)In;NO$$fbؼq8h3I/wZ\ZICI84\"$$.>iɕs$-I+inRA;$$MWN$JZKZѝk|7#`V)V8#8yDH&$ L%A~%:DɧZDSN!1-IS$OHo$΢i\'Sc\0$50ZDII%$\\KyF20I緑Vk˓V%ou϶LT]I&ImH$K;IeI+HJI:6*̨Hf1>s$s5Җ$z\"ˌ(ɆEUdT@Y=gvKH$W%B!$GDoͿ$$ע$7]fJr1Gr\'R-$֎&~I:Āt<-H6}L>>H򾌑|^\Z|\"3#}$/K:e<C:uӗt*Ft)p#$[IcIAy3FVޤG\"I.!]yNȂtM@\nL%;HI들K[I?bHnVD8tg*)IRޠT-)3崒tWN@>D/zOoQEV}H^I_Dzh]Nz}h4!ID<FR޵rR?TqTōTpTvCL*kF* [IǤlTdTsAR@^OΐO\Z\"5#5n#5>\"5=!=\"={l,y}fV1:5zR#Lz\'N\"!u.\0R;H]Ioz\"yR]RRER+i\Zip}Ҡ;Ґ+ii84>/K\Z9<O\ZyK\Z4:N\Z\"M\"{H\Z#}9BY<$M,U#Cv\Z%M?%r$&H?n~a\"|ҟ3ڤYG5Ҝ\n47E˹I[|Q?\n$L\nc!9CoH^~#$Zp$	|7\rb\nRٺR5kT̓+Т!G5Ā4CK@KZ ֍VegHMH;ܔ\ZVIV\"6\"\0f\"{S5 Y\"/+CgB5(kl!tCfļOX[!o\'&C|\'x w4Ԇ!\0$X	<w@fHPAC$gM4!hgЪhՐdmd0c	&@&a\0d5d|,͆r5kКuh:)Z?C6(6t6C\'@f7bh?&dP	YBFVuж!ke:(	?mϿv,v8iA6 h;dG\rwB}:|hZh~vh<\n\\\\@n+C Pt\nt6\nY6<A^!/.\\Kg  qOdo|Aq.C~L!ծ)T:ÆN3MP\'\nr:{?].X*CfbRkХ&ՋբP6\nՖBa(I(,>\nk[sz\"~AInL_A7Z- %+lp({=o\n?%ЯA	롄PB_\'#J.R@\\(8q(\r<Ly\Z9rBw+lN4`\Z\rA	|q{喤@Oe}{oˀ\nAˠ`Uv*X@rr+Ty*C$T<U]7d5BiGz!>\r^f@BAo^7P[1~u8OC闠P\'u~?ϡЇP+d$>eB\'54/h*hhks4FCc[EЗa۠^ZMT;AФ,4=M]Q~&Aӟqh&?\n^B_Arddcd^Y?Yibb$Yy;NV.*1Yd;qdKaojXdM䥣e&5dm!N;d]-YʔB]\"zO&7Udp8=N #h:2S@f-2V8C摹:ܴd]52\"gy Y8N-ɢ\",dim,k\'˦2dlwCd\ZW&2\")zL^sky}yӦ>9\"yGl1lZ	ٺ-y{9N񢞼\"!W\"_$^6 ]N}LH޳ȃƇUG\rHv1\'￙L>p8GvN{.o%#Zn$dw7dc\ZdMd;ȇɇ?G@~ZqT_x\"O#|~C!T֓}\\oɧ#6\"_B\">1\'曑rVm}FM7E|j6j	rH\Z?z#9D%]bk/Rr˿HYOKȷhM=kI=M]GuCCGd6CN:MNFݔ)ryr9}rƏ=̀k̩rV)a|]H_|xlmȏ7M,#?n$?&*\'ٓsItrލIrAwb!(%\\lA.ɥay)O  W;u1Or\\B\'+k[-ɵ\rz\r{trH9A~1# T&_{m-,|	b9+W٪לHrr[-3=wC͉BGA=m^5&Wkv{{3<X<H]\'D^!\nG\rǚzxmq/׭;^\rwɓ|&y,K!I !m!&,IysΏkn;؉\'ҁ<6C@S&jJ?ߟcFfa)X[G_7Lp^`\0+߂=	Rb4|V.ԆUU,``եBx^h`҅55oKKla1Ͱ.5Xgy,cy^b#5um`b#y^iy\Z&`WW0{\r	#0US7ܵ0uj3LiiR;P30IS8c^0;/qp9/\\La-	(,¢*XTd	jG`1hX,KXjOUaUi%lZ_\n5eɞSxc\"xc&lo3\n/1`ؼXzm3l>[?]|xׯ-0lV;ax! \n;8os~z`y	츐;K&a\'	ؙ\nvj]vAcصvc1xRدq>e&xgogSG8 2\"pPR[\rx\0_˟ކ/ހ/K7\'gXwpuCá06tt07V~hXVc>qqR`8^!\rNR\'p2M\'Qp}}8\0Nl3P^NslZG٫\'{OUn	5^d\0E3^pI)\\\Z..{.?]\n*&R᪦pڷX\rW_>W5T\ZϗpL~d\nn\\7.4&,_/ptq_-֗	pk[\')*_׋On_n;N\"uLsr\'Ak_ܝp?-?\\2}+~;\"<СRZ<4֭tb/x<\0i߀/cR W\rظ׀]ɇ_gxnHc)mRQ)r(({,leeeA%eE)<\"褨lܱT_vS)\rP>BYEY{RAI,1֣,Sܵ)Z^]roΚocZ\"Eo8sⷄ2g3BL5Q\0G&8ATR_Z(f\nB>3HAQ&-m1IaS؇P؞w),O\nm7\"~Lms(k0E$*RD4\";7KѷmЧZɦ=ȥ^b(!O)F~Sv|]Q֦l΢4R֫Gٰی)(4eӬ!e!gś`e@,G|y5$PNXPl(6w)vNQRvSu)i)%\')({){;z(vR59PT\\8_S\\L\r).M(3CɑCo_Q<R<4)6y!	g&Au+8?儖rzr2{5{IQ|E;(KRw)FՔ/(g)g)g/SVavsU)O*P.|\\l̡\\2*\\r7LHBOeZ|#%TpZ4E	sC	{rˣ\\@IaNl`Sn\\Jr%smbG~1B״p%1<UGIJ次/(ՙ]LLJHg% dJ\0ʃd\r%Jv#	cI5q9J԰RңP*ʋ:*eJUy:کRR㺟ROI 羣4p)\r^*F5SJq[ZSE_)όHg{RS(R^>|Fi\rMi<CyBimmDiKi\'Pe:M_ROtS(={)=])R>>xJ8u+Qz7|[)fVQVQzS\"((|eGz2fQ\n);(gocɴ󔩃K(?2C(3E_kc(6~2;LQŔ*DNo)\"wJQ`Ŝ/Di\"32E.dQN\"jGO\"5RDcT,q܅,y,۪,;h!:_%D7	Y1\"Q;\01--,A_꫏*|!2E+L=0\"5kF؈>CTEnA9w\"AF~3	K5DDVE  K!#C9b11?u+/ .\nu3u}M}$1uEֻT!Mg7d|1ETqs)ȶ?ȶdJvG׌ ;8#NndndȮKkhĎmAݍMJE\nQ9=<G!/|D\\/f#G#GGc-Khnh#D ^\"#6 ꢑq+VDd[xz ޙg3\'FS`䴲=r7r	<Go?EH!=|?$Vr.|+rE\\phrdrmrm	]]~ a5ٍYDXO.k7uz6<ryg\ZUD@nk[\"Y3Hc67\rF~Dݑv$4t:#=?ېHF5d.dHf-$ rw(r};BHV ;<9yIG4F$s(RȯC\n\'\"j?R)rB E)HI		)%BJYqHRک) !H9)oD\rjf$RӁ#R!	Aj+!uH4<\"\'HRiwy\r\"\\qy錼:WYDƞ\"or7EHZtH\r6->^/y0yPtg/F>Ȑz+sS{h|,|Cz\n޻\0Q(==nO䳼o22>|	Do _o/D%F&#ں$RFd&dv#3yώLW}7z3>V!sB\'\'?fd~22h*gUG\n\'qwLQ肧QEbpUhDuʤ\\TUۊ.DA¢Œia>jF5jTOTˤ2.5D:!Ityg-;p8EWE?4B(ք{Q(0r˞M&J;\\P8Q3_D*THiGT?@EW7grXxRQ0T4]%|A\rNk>Q\rXE]sv3v6]H}]5yڅو]nfaC4D7?~k@FG-D-P+Ժ:jÊEwffv}/Ծg?a	3}럃3|K2EAOԱ6z`>n3Cu8yR\rPׄ cS8q-Г7\\ѓn5s\nIG}үDOztt\ZdWRA/^pF/X@4/[ge蕠\ZJ\Zz;^ݐV4g\r?/G-ш+\ZF$7n7J/Q4j4*mޜMFo\rDcKX^4mahM\\Tqމ&mAkДB4sM|дh	401[f^YnѻbW\"uRZhμ19&}q1+Cs\'h^Z-pE\rHwZgm@%hi6nZ.߇Ve0ZڌbMh}A&Z2mPjChӗV*6}}q5m^\\B[zV0Z}힊?\'iEhن]}~+>bJ%h=\nVGlv=hϫ}GګuE`D-ϯ-Б5蘬\rZ~I~tA+DB\r:ɜG\')iGO<gy~yй[X!2@ɳT9RQ^.ܐC]8^H]iL]OGQлK]jQ*Q?jZRWF_vTPT\0?\nETG&\\|\n8I¹7**%AE5vT-{*͒J5TwTB7KvP#T}KeGS9(snfPmnTnw*?#*Nb*T<ݗ*V;@J`*բEUT)Ao+qh(jB5n]J]O]sĀ.E5{jNj=Gݼpje:uDqբ5jSmrՃTb-+E5ԝ]#TۆT۶/TeA=4ui˩RR׶S>S\\DuVҤmUS-(TT!-ꑅ۩/SP=Wzz6K^FjT6c=z\"zK{h\rG\n7ϱT[ܷTߗTTu~iOqSY4=gLQB<\":nR/?@lA\r6QqQ/+QW0=Cԫrԫ*\n*qkЅotjX&5<5l5Bz&5*\ZU\Z7ztzs\Z-SK1X5޺\ZBM0GM7&:P=gr)5T~j=.5~<54~FڮBW- eESL	\\)5?jq2q.]:57x-5=Z0?E-tzP\"TS˩S++\\66rP󩍕&CjSO.ꋒ\"ͱ\nJj˨9e꫽CW_m7QjPSL5jUwY|껗R߯lvR6S?5~GXD;OoXG4utR\ZSﻨ#_⩣G1qoS\'7ݡԩiK4ɟ:#w:TRgܮSgAU?*?osEs?ߠP/;:oL?H;;BPɇTh\nCki4Řy4%o4C}4Oq4o\\J\rMe8M-z\\(fmx\"m6Iޣ@8J8H,-ὡ-~N[|ELӊͣiYӖ7fLVޢim\Z}[A#M5kh4DHCQRiԬl\ZݠFwס1L,h.\Zsv\Z3i7Pa#hŷ4$}Ii4\Z?M&J	\ZhƓ44Q?MfA[U@3Tҧnw;O3JB5ik\\7vmD^6hM6L3if3iiilymKmK|6bf0f9.m[Cۖ}IfeʣkI]\\DىShi\'hiv54\r=W{u2i\n42O˃4g47V-h1}@;_O yީyh\nh|.VS X1<<vfsȜ$N;ww-gAhW]\\J)M^IҤEmeH|MSHV5-2vwƁ[ci	JZ³tZb;ڝWaZ2Ԣ<FK[@8oD;HҒвVв.?e}=)ܣݏReKhwhZiqhEhrhO\'iy\0?VhyVUC+|G+ZB+j@CišiJZ\'FVM+OG7EZJZVZ5/&2VsilխDkW5t=54=_9ڋSh/ZVZWrVhNڼ\0Z{Z\'݌9u6֟m\"Z76d,Ck-wNZ\'6>qi$hiUh_цChM:@ykHg;w\rо*ӾӾ}}DJMWiS$ڏ)6ss+CDIU)=CI^ACi]\nOnҕҕte=[\nTCWqBtetɗŖg\nK\'Zz|Get]}y	k\n]om}@XG_yl}Gm9t\'ޡ{tM9EGSԀ::\':}AEgT=3/YWM%ʢ$ӹa\":r:oY)7YGtFt]vnxrbsn\0}MVVRL_N}$\'dގnz }>}}}ޕtf_]m[-ӷfsѷLѷq_;wHl;v:mvMtiO.%,>ɫAJwʠ;Hݠv<~s\rSLwǿݻvwEOLЏo=m@\\Bz@?J{QtSbw(ݯ6M?~JJ?@M\\Փ@{9/_Sbt}z)=BIҬG%oңj_|z)wzbjzby4=q-=)BO+룧}4gllg3>$3,GcTz.=g?-|?9F]O˷xLϛI?]H/?-zQ	08J^|2^	K87=geƉ.z^UJ^Clנ\ZJz<vVGDJoЛ7қ?<Go	W3]ߩLSmlz.\'B`17zezOVzϕ~}}	\n\r~jz9}`Ck#5%/N/>ѿjп{O={Tj\'4=1EAdyw5_kwCh/}Lw12^272,fd,|,P;X%eÆv{%%=Z#bƲmڌe1-)c(d.r::kfD9PwAc&Jw2򌁼hfPG3h$.wAOAOSY<`/18]8!3DnCt߉!aH~0O.jƪ+O1V??bna1/?c-e0acV9Waؔ2TBdl\nalؼ>1ƖːbckgƎ:C:İ*;w`a+`؎0v-bp0:_g-ؿ5\nNkƁQo0<88c8XBnn4xƑ9#7Gax&So;Ƿgqqozۣ#\'\\a2Ʃxeq3rgs\nge\0AW_A.Ռs޹2ծ0]fk$sKW31B;9Fx$#ǈǸ.7MFv	FFXF|OF|F #aF;F#HmgAt9FrqƸf-+d-`ܻq,x	a[i`e,b䯛a(c3\n3-Er\'5eA%)fQQ;((_(?KfT<F=FŗfFep9Q^ƨYɨ	b0j2j\\`.hf4b\'gf(F\rV.kNk=w7(ӌwZW]FuѭѽǗ񡼅2W[hc|2>e^Vdv2<@,ch(11ܓ?5Dc1/W:Mvb}U.dLSS?2~K㌙Lo]_:?dluc31(d̹1ާ336t0112d#LR#r)Se@TTb.0#1e.TgX%0>061ɖ3i3u3u⽙:N1&0L=VSsy\rsœ̕L=TLx	a\"UL:&Vdʝ`2i.a2K=LLɿLLc)f1k3嗙xr&^q)JafsLg檀@87LJLC!4tg\Z0ն0)ILML%LS݋L.2͎0737{d3h2p_2[0-3-o2-obZran2d`IIfĳ;;\\;FLLok71w;2?`Jf:0ǘo3.c]\'\ne43extjb:[,d:_He_ldtӼt_xt0).f\ngzy/aH&3=^`zfzY3ڙ\'G3}}g3O2O<ty:y}yaي^f|ftcy~Pgy!rm+!̐_b0f0fI*,qc32o7afb2V36^Ws1$92()<fjbffj32L>Lg{t03o`fu0q31KO1y1E,b̿EbcD`1ʙ31K4?2K^R%5̒i1\\mY.ęݻc55Z%z8flHlf60Mv̧^}ߙ/\n u)}Vf͓|kq컧=p`<2GC6oV̑1_JsL%vMP~9Y\01֨1<ΜY5 ;9{N99;97G9ߛ mg)<c)Q5XJy&,2\"KFKuab-*b-^Z<RzҀY\Z<K#(K`	kIkv0K(e-tڱt߶Vo`YD\'C0^ubX\']aQMYc1,?,,,mbUXX,2ަ8b\r/>oqr,HK%4:YxKː%Q{h-`IDX$KzK&eɜ4Yz,E^j-k,5fXkd[މe4,2?eq.ey,h\rk[.*ڎemy{lX6Otnd;*cmg9[Xο/\\8@ۋX^^+Y\'|Y~c,^Rcb^QcY㝬&Gwϲ.{̺$b]e]na]^zb]\rNaZ	Ye-u7Y+ƚu++zQ7+z?}/u{9.𓕸c5+i)+JX=܃(\\).ʺzఛ(	a=*c=9U*fceYݬBV1x=*fg/^1sU)Uu0XUϱ/vjijWjc%kKYtV4z`=3Lg=7Sgp`:zώ\\jea=z͟;={_Vł[5h=\Z\Z\Z\ZdFYaYc׬ klcww&*XSZJqTK\'뇚kztw/5f̔~	@֯gѬY7kr,kvfU(cͯe棻19L &oS?M1yST)J\0[h-_-:[ԶS#aj\nf/ԚʉLC40́dlllIBuJZ-8NW?.l1уPVlV`+展.bDJ1  1Ҋv]hl`{kɰǨ!%+Fnї8b̔Q9cm݂-`<ƸAyqfb9L ~D\Z1H&։I`V-lVpQlu*Či`F:fWǌs;ISִa&90eN!luf4fn\Z3O\Za[aV#6fv^a;0?)ۥ\rmR\n0l;pۻ	s\"*ylNl!_U\\肹pb.As\Zs>c~\n^;\ZՂW߅ñ#}a;݅Zkݢ=ag?ƂaT,x2,\'vI9D]:]7Bޟ)Ǘ;[{X\nna7˞bY,S,Vw%\\BbE3׋ݡbwRcIW+X\n[K4/,oTe:7cKE,Kpڣeð{S`33p	{o=r*cO\'QX~+aMX!샕8c%\nXZh\r&XͅzVbecK`\r5BkTÚb$Si5{܅5aX+kڈͥk;Z5z.֡܄oðw۱&XגXfM`c=eGX\ZֿwBcا6wlHAؘv.}_9}?}zMObӐ6wοD^fb3Ϭ\"\'z45wMo%3+amg+g/^^p~qc+ͱ=cl+w٪ZتEEl59Ɖ-l\n=lm7yw[φk;:+Re%W\\C+K+^]ef[6a&m`-Oؔ8q|F?lʦyiClN2پ*bc|M6ޏb+8߼e]%Ҥlv-kg_\rl\0h$hp9b{imr\ncMßHdd14fo69pa[nŶVNl+#mK~ٟmƶ^Ķ-wcۙU=hυWn-{_h{:{1bZUZ2/}H}HU+cl}y}Lo}\\&ؖ}bDvDw2r/S[Tc.f}f$K/<a\'/68}d_WwC?!d0ȎPgfߚ5c6g߾Îg1q7#qWofBI/\r4+vvoBݷv{ގ-{j4Kuj؏(UGv$c)\'\'Eb9vq]..y.}Pͮ44`WUjT̮ZȮAVg/$L݊\\b\n#mn3bgZg7;[2;:G=+=!1ؽ}[`	[;ѫb;=Vqm-[*{<TcQb	\\,{.p{f{570{B#g#wǑw(0pܞs.(prWsT|!x<FsTs8߼8p	sƝ8ws4.lhmhĿh\"!%-Pβ\0Β !Ί8+9+ۣ8+28!9$Mh1zpd*9AF96)C>;q{9Ly3aY9[\nn/ßA0WUKk8f8#3S6sd>9^c4qo9Z5uuԥ}:-gzsF7`(KgSc\'gm\rVű<ϱα]ʱ\'r6sM>g|Pyq9qՔrj8Vs<Vqn~Up\ZsIhW_rN:x{p|:8VtVY)I93Ӂ󜳢PYwNvι0sΥ&՜tN(q>q+\03Nd%\r)\r΍<smù\r*[qbo|Ļ$hqpWr>$>YIoIVȟᤄsRnDqҗ&q2G9YYz{o8&J8$9i#QJ#Σ\\vNnSΓW_9y~q^Np\n+9EF9Ŕ\'8%cRNhNySNũN5lƩIũ}S~nNqiqq&pzq)l<[yyBbgБ*À-pެ8op\'8/8S79oI9po}:9}˜ne85&@7Oew98^1!a	0k3?+}8\'8_||$r&7r&9O8?Vi241Tș)yzUUgUpL>l.Қ媛gj*|.jor8su\Zqsu\\\\T\n{J{.an.K.u l./wgq!yw.%_yͥR..3SRWjqC\\^mx?\n\rsVsq\\\ZJp%Lqk0]q:zzPk\\Ï\\㼧ܵu\\g۷s<n暑p7q7\ZrͯrrTv\nV\Z߸r?xryuȏ:p:szrøOzm܃܃u׸n/pݷJzC#\\Os\\ϊN	){l^4Ο\\Lv)6|L9Sݦ܀?czGn%Mx])6uZ({ۄ*\r=\r-m㆝\r{{q#u}܈!=no.7ώyc{$7jK2Vmu{[y{;(7unl?nIWnpo	7\07qW7q>{GM&eM\'+qӛH7\Z7k	͊5Ykɽ/ޭp/ν/<N}@>\\q^}2[d\0Ɉ7-Nܢ\"nQ\"n1j-qrYsܲ~ܲݮ\nCSn宽\'SܪܚZ\Znvީpޚ۔\'>}ś<3y+B;=%H15)f3m??0vJvL[rԹ]p?A܏wr{Oq{+r{E޾>.9nt;lw`ʚIuk6wI/{pk/sGrG~]~QcpN~WǝsdTrql3bx?&s~=2z!O9y>N2YOo2O1>Sn)[--2⩩+/XSPS~[mu[WeUV>i\nx<g-|\Zx+PqUyzǷk	<ȓdvV\\[g\"*xF;x6yGxk	u!o}f\no}\r/Bx[6KYͳt2YV{,?<m}DmoYE3l+y;/*v^~e|V31Ϯ$ϡ>o}q}JxN\Z<k,O]ANyg+o};wT=wtb\'+dU}s<y]_v\04;ёph/ b/(ЋT;w}ޅL^p5eOx\\y_]Cx\rxWثxWsyWxW4䅬YW¼2y^y\\8v#u\"Myzȋyċ}(xNyޝ$N^/侇ǽdo^\\/3x/3/k	/$w!޽ԇożjyxjyMi|yEwTyŢS\\W1+}+sKn**2yjt^?^tWƫ>ՅI[x&^s8k׼o%z\Zxlry]\ry]>md^ݼmއ=/zLy}`^ߚ#~OOxν\r\rxCyB0bv\r>>zV2~ϛX&MXϛb)ߟ|2xN95UQK޿?1o~b-o~ފ/L_\0\n:\nJzbR\nPW1DUz||5jں2V=W2k\Z>|._s&_c7,\'_WZ:W,3>q>1d-.󡓖|X݈O⣄A>Jʧ.$`\rƧ]3\"I|Ɠx>s\n~~g~s+d>/Մ/H%{l|	=/5kK^|UAy|m#||?|_|U56V5שL׭t䛘ק7?=⛕fu\"Y}-ӛFacs/;|mr*mV|3ٓGB;#=l]|[~06<; |I>CC*a\ri[*s|76}WQ:*cߣ <߫lG\"4Tyus|XuOUV%ԎӚpr/S\rM@K}~cu?E\Z?b<IǏ?ɏZGio*ouG?_Ï0?YD~\'qIFiNӗ3Zʿwf?<EostfP;__V//\r?Z/䗾WXW&S~ŷB~~-\ZWkVױZ&~}[o2--3CM7n;;:~w?)?WlNE}h-GQg1GfRf/5#/_W:qnooos+\'\'ou^Nk\nύ?\'SǟuBssqP@a^_X#(~(PaXT9w^,:c)Py\ZCG{%Z;hϞ,@{.G.	V0\nۿq\0V\0|* * 	cogb\0b/@X:uL@[A@K06	\r,\0]/nRs\'j\\[I|#|dfG xg.ѓ\0{F ɍH~/\".V%0|(06kK,p:o3\r`r\rO6>:\'03\"0&t5A`G`\n>X)֔!X%~?7gt6I˦][wVS]S^Sn`}:,~W;	5\n/on\nJ҇7m7=/BpX1YpXpBp䬞eEq//_XQxV;\'纮\'IKolhsG4ierraϠ \"OpmI> Tp]\"DR}AUB-`ALAt{v?]c7HsL\"H8E$l$f	e$$AR ?Uz[2HZ!Hd.\rdrh@}LL,ș\r\n<-x21!Ȼz]}f<AѹA%E&YPt6LP		Q;AyFAe9]PCPՒ qԦXGB\rPAö/\'!&:\n9.xN*IК:\"x*xMGоpS ~\'.xg<+xwQ[ΐ]M/A7\'Rmp[ᨇ\'@sN〇7EYwÐӉ\\>m?s}g#yyѕ)q@^A0?&7\')L~Snߏ~L	?wtI.fM	fi	措\n*%\'X(vG(n {pP(^(/Ti\n.!\\-T.\\}_P}PsQ(ԲZ¥~ƄiP;M$=tBLx@\Z?\nuB	I7	ɆBxKb$5!\'U	{\\Bla(BNr+\nENBiE(sx$M\Zw	\r盄FDUXhd^hg\'\\+	׎M2z+\\8 \\7.*Npn<Rh/VZZN<nY(EmNhRh}\'B]pQFfUpEp]n>eоE^x@5˖FKKНh&t\"<lHx8YxoᑵB@OsEõcVyc{\'>	OZmzG}k?M	hf	ԯ\nAgJA%#s[KGKE	/^1\";- 2[xBxTzh0,S$+?#	o,[\'A} S;H3]\'c	5m	;Iid߽&PVvS6O.\"L\'Lf`^	o&	l[.|\">>$|ذ]_a0O(;	7\\_#̟G{	ƄQae5aڮ^+Յ56υ\r˄#a§.=W!״{7AfP]awk	4]m®JawgAan}aUa_.Prvqoϋ\n?o~;X-@8e\n(\Zj\\)up֌\';> K*\nΟWr{p\ZW0+=+~VU6?|oK#\\EW\'\Z]Ɓ|i(tr\Za[:rKuzKp\n8R_]㄄8\ru\\a~#ѥ\"\ZMé~.8]Gΐ&qeCߊc\\pJ;ցδ㼚8nqA{<.gQq銋]Gq)Ue\\&ⲟq#C7:dkLkܦ5Sڶ7q7z-S|=o	77;f-pD,l)7ۧ:ŸEYn1-͛qK)VZ)ŭv	qk*o?mM	ߕjwwmcp\"\'|r/|wF{5z}Խ\'c|_3V;].\rpWBh!ڰ??!ډ{{}{VN^pK\ru<@ƽ	-G܏u9~W,?#\0x?6\\\ZŃ^sv~H?=_0\'jp:~1/5/OݻxȝxtᲧ\"XqxG~߈9Gi޾oDѺx|?<tO*>\'˫)?<ُ\\Y.-~O~|?Tsz	h?ك;y3G-xQV^2/mc?O?0/>Nx)\n^D6kx7ǟ;?ϐǟ\0x57ڊqkiXoZWnGn	x|_6;t»LzU[xlFV>؏];Ue)|G_VR\rד;>ᓬT\'xŭ\Z> >m\0=skEN{@b(R6\"KEOu^fm-6\ni-yZdJ Yiݽ\'Z4.Z\ZATlhYnhYLC 	-[)uiVpE+|dY#\"<; \":ω@ܡ!&1TQ9(BDTK1*D\"Ε1g _UPqc\"\"oqǬ2xzD|==HU$ ,	CD\"H4 uuEM\"q-\"=\"΋5;ք֡\"ɜxȤhh1h}/\r\\\rцu\rGEn6vN6^(2#։v|m2	m ڲG%_dj(X\"%\nX-ڶ]dUdO.ڵJdUd\'\"R\"ڳ(r8-rHI\\+G[\'ڷh_1Ѿ)%\"gD<DkDEس\r[٢ejI;Wɸw\rA\"o9+wsSeihe31Qi9(X((S(\n\rѥSk.P^QX}Q<Q:kJD#xǢEnݦD1jQ̦nQL5QQ\\P(Q莩(!J:+Q*(5K$JD{E7DiEU4QkѽgE|EE,D4n=+(\\&>%ѣE	QњLQQQgQsQQqXdQ뱨**owN*G.Ujd?DjlQ?NԔ=0=/==ϖZ<EbD36:袎F;ޔ]_7,_ݲC[G\r \Z\r}w}U4b*\ZՊ:BDckD_E_ݐ̻E?EZdLOwbOѬhh\ZaX7Y,3\'^pCH$V;(Vŋċڈ,ŋ4ċ+8b/\ZLwFbX.JR2ҁa%Abm$ֱX!^J$ֳ+^%&b\r1,õbxMLqS41r!fP11C.fg#41[.2|l!1{xDpN[L wEZg1n*NK2Œ?b)rF,$\'c7]ū]TĆ[֊\r\r͕\'k*뮠b{bbxIxV.\Zbv9٧(yko%;Ll)m[2[[7;ΉwP;|VkVNlGJSl(sV@t;X\\\\X;Nzb?u\\UG vC]nćŇkG={=_qH|\"VO|d~{wػ0(b{žiSBf?񩩭ħx&&_R\ni`~FՐVqZ8Ef/?7[pqHy+T|C8ͬk[WYűq;֟A=hq|%qZ,N/NH/Nk=Jĉ;\n=;IIw\Z2չh8 \\N_*gTE3|gY̊3wW|5,_Bg͈Q=ac?X)}G8/y+NŅ\nqap@Q\\4V\\<A\\∸L㹸uqy\"5X\\ٲC\\P\\Q\\{kAyq3]gsgp\ZK%%K \n/[8ׯmom}>7{Tdq\\FNikok8_a^ÉqOac̨cvH<p[<txE<&lD<RK<6\'Mēf\n-?3\Z♞r1\"gW^ϩ?\nĳs5⿫]hSw:KKOHJqD麶D鑪DF\nDug\rC5_Jl%$g[$;$owJ4B3%%K%ZNYcm^7]k8FK_B.!:Ks]h=	EH`-Dӻ%5q	}waCºXqJ8k$͗$=ޜP\"+xIIUZ%hpww1qĸ)Y#됬iO4ޒn\r]&YO&Y߃I6\'J6]LlKk%f%XHtI\rkGLu7+$6o$%՞؞؞.J5Kv+zHO=ל1\'qo8\\s>!qD8[J\\N$J6OJNI%%7hKH<$|Q/KrBPrҨKr[_ 	2$g6^rJ)iO$g əۇ%g>%g+$$	ssII씜+IΫ=\\(	/	.],	%H.HJIB3$a\ZɒDII亥$԰$q$\Z-\rJ$7e.ђ%1Z$I:KI2Iܡ`I<)sVUKҠ	I$]$+3Q$Hr*MPᬚ$jFqEk\\}S H\n$«ђxSIaҬhRR{,)I%ޒ1ICIEx2礤JARm%.4\"J\Z\\+$\r㪒F$H8yRt)iP(|9#i^\'iQ%i)*i}Kv3BfI{佋}C)CI|ɇE)mD#*/{#齬/ז.JD_%H>K>u&JVJ7\\[NH>JyJ$c%I_0LhޔL$dnH?%O]PL믒AP\\@ߒ.ߩ/R9T*HtRptaDHiNQ.:]Cf ]}T}Die#]AHHZInI^K\\juIvKsڟiR|TeT$]~TWt,%8}FR~D\nH\Z)8)%tKI{$ǍRȓ%%WKa8\\\n_&+˥)K*J[3RZlUÖbR,kD\rKyOܤ{yW/JdT*#KeER}tR㿇knK]o+ӖnH¥jI7nn֐?MRsz\\`\"b[ŗ\')\"CmS]j*ݾnՕnGCYU$q5@j\"ue&JjRwYVMm:Y8J\\Ǥ΂R>Kp\\zpQAmX&uڤt`K_WRF91Wғ5iM?\\gHKmi陧ۤgJ_ܥwJUl/\r,rHz\Z^I^uϔ^,\r寒PixH\Z-/Ko|@\Z5,C\ZjP\Z#KzH^HISU.KSeKӔy44%C,͌%͚sfۆI\Z}>FJ&-ɐ\rI`HrŶ2tRZ[ZK+b\0ii%<!}\"ZIVoVHKkNKz祵IkgWJҺ5Ҧ$]җQi:ikrmFQڮ[ mwI;VH߾!}7.}+Z*&~F4Iڳ6]T*QEVIl鐲t[:tt(U[:N~~{W:B:8IǔIǯJ|_`׀5	gX:qV:NfKgHґJ)z&-KWO:F:/SmQL))\\)9Ȕrɔ	eʏe*.}2ՏeEe$LT_P#[l٥!*NLOl9D{fLO;^Bl$/[claʀ<xtPF(AוdP^yℌ-lݝ2ꦅ2:妌~HFv1e̓2Qe&cyreg?dG\'U(5wKewd\02L|#5d\Z2y٪j#3ӻ$[]$3)T6~{,3{_)3׵WY,bdKeΡmG.ɶ.(GeKdzem2e{0_ٞ0ٞ22ӷ2W|yX,;\';tzFC/ȧ<ʎzʎz<IKd2/E츪TvDO/m^&-|8PHJd5T>|I\"*VHV\"#	EYY	HJ\"羯2\"!!^:Y*StEwCe!~U\0Ðڐ<Hl$r;$԰*|	~rG6rH]/zC<H͐(]MHDH4-\nr:q\0r\noIwd\nI:4I$[ARԑ܃G2GƋGdGQ*$-^>yjt/<<-$z-o3o,C\nLH P9R6R$Bl!E i /A^=)\0){)[H62yR\nQ\nZTx6ՀM)C\Z.hC\Z<`i	HHklzw	ZpqX\nQ Om{\\=\r2\r2dL]!Fad.=ȈdT^2v2_\0&])T2LǆAST!Ӄ<Ȍ[,d&䇴d\rTYyCm,{\rum+wd\n<uj[Y\rBV.B8C6ŐCsg!@>~\rwoȿ`D<*0%d\rTX*ׂ<SnZs*ݾkT${g	U#@\Zw\ZҡhPPP!P\\	T\nTwT7\n/=ow@2	5fN@Ͷ@<:=2(RZk\nje	=	=$8\r=y\0\nIBН(\n{bBg2qTbB3P>(F;\rJ@A(DJ2;jRuP(U	32P;>qʾ!rPn@\'*|\0>~G#良PkГ/ԘvnP[Pۋ2PG|C蹓fsE=+Pg6Թ\ruQut@]Kz*KJB//LB/A݄f\\0,j	ƀ2S.ַMPX%2z<U454pY\Z4m\r6\rƞ>\rBC#!;лfw_F>l\Z4Z\Z}94f@\0\r?j;O&.hshBh!hЇhJ%#\0*}&4mv@!xL*IB	4\0ͥ`y<\'h^|4\r7\0;o􀾈BRwhq\"8h+q9$DZ\0-~}	}AFeh94h!7rw76кsg\r,\rK&oЦh&ڲ&C̡n\'zeh=3G]ڇ]W]Ю!hwOhOh\r훔~xyQ\rE~: :z\r:$@\\ãIQMKX:LօN<NBCtly\nUYtt}/h߰LI7L7LUL&=\0je6V	0\Z$L/L}&	lEKؖk090y0L2LQ\rYLI#|ZRy*uJ;SSvjvCa\Zaڒ0+7a)a:F]0|wLl;	;3PkT`FU{̳`uaBaFpK}0ni1]qӋ`߁A2`;08\Z̀!?_Ս`tH{?90R4k菮Ga0\rcz1}Ca=0jcoaxWN0\rLV]x+L|L|?	vn;1vN\rra!ؙn<>S:bzؕ0wװ*?aWuR`^]7	v\n\r:1{9|L&;\Za)`A8,8#,UZfBQ?XhM#,s6kXD8,-\ZRiݓ+_Y܅ŝ~__=0`	TXB,1\r%t\r`ðG7RKa<Xjc@,MK܄a#cj\'?aOTzaO27e=+²sXv-,/ V+\0$5XX1/XKX	d\rV5\0+~끕݃vL|`e-2YXyrb;VQ,{]~V)J\"aozaU\"GXU3XV,V\r;KWiM`\ruƙ[`q<{	\r؇c.XGn\0-X/~p#X6x	6t67+ȁM̙&raz)NTO<l l:l&z\Z쇽/Gl	l75a`~~#UV̼a+VawZ+a9;a&n%7nFc˚p9E<R\0oo\0Wn+3Zpye\\)+|F=|\Z|\'|\'<\\9wBf\\zwNw?5ͳᚐp-4\\V|O2\\۰#	ח	^響識h\r~\ZT^\rͿu.,[*]@?8pJ\rxx_\rG=G[nѬp[8>Nh2Cp~8%8:w\0p}I8,n]4h\n~N=\0?́MK;MNt~qk\nUI~9/Gu++oW~{$հJN=\rM0ff9[}^+sӇA3`+x(!<.քzNL#{#Yc3	?x~x<ixD&n]xyxox~xqӣb7xnV$<mx^&xއZx~xpx-^RyZ^:U/WUW?<ylƐEsx=/mr	mQo89\'~NP7oM?|Z;zYmη-xsx&7\r;r5>p>p\r.~\Z%G)uѺ{3|e	>V;)[?>\n|>FOAW,^JK\02|Q_[_|H//eB+Ng\'gM\0R4>xHgYe`˛ܕj@m7 7w=	(P6=\'=ؾPg	j\r~@e\0~0zI`W/`7xؽahտ.{>{{Eޭ\Z@_ak=4\0<;X*\nn\0Fˀ$``w̀;\Z0KUG\ZAe6X]\0\"1RXp|p!\0@YU\0R>?\0?@~(,\0`\0x%\0\0O`z7@HV\0 @>\07\rv	]<:h0_&];\0!R\0%\"8Y{8-98\0r\03p8_+	89g\\H.W\0(aʯ6?n7[\'Wi1xޱw\\%p=)\0_[a(Y\0@4;\0wt8\nDV16@Lp};|]qxO ~QH.I ~Hf\0Hk\nE\"Hr׀z7 M\0H\0Ș\r\0\"YT٣\r3C [F\ZȽ\"rzo%ׁR(wt/uW[q@P\nTo&T*N<PuT[긣@\r\n	C@j)аfT97МEmGځXh\'`t)9\0]k@w#4z>\0Hs\'_a|8|j K>Cٛ=V5`*005۸)0};0\00=m	.?7?5#c`H\rj<,ft`ekҷ5`!^\06HP`\0%4ċB\'aB\nBvNBb4b[s(BQ_x#4B$Sr/BPC҈]\rnc=ڦ;:/:5|nB/2b76boN:b_ā\r<QIIɣ QY.\ra6pq_0O@G@X(GX<8j8JB<<֋<+FX9!<U=.!\" !Aw 7$@=݄@\r#-*#p[1 AA݈ _-EP=d/(솠 7,}\'`OU!8	N	BB0!< D]c\r52M;)BTDT_\' a狰͔Gة3vu]\"ޢa:pP	G8G?8CFA8<@\\#\\?.	+:nQզHĵ/kkS/\"\"n7!n@,.\ZeQ𺛌:f ^#\"|S\Z#5}C5D_DV\rqgp>x\0y$9g\'#]EJC=QmB$\"NG$F$#I. R_!R<?i#\"cfē`_Sۈ4ĳE&\"H\"{*CE4/!rv!̯!ш\n\';o\"8{%#J\r#&eD^DoD%F\0Q2`16AdhqD4<.C4 $kMpD\'KD; _CX\\F@!Fm$h7BшN<As!\r#o\"__l_ADU5	U BC Fۉ.툩]͈>Y\01y1h!殧!~raŘį<R>bپ\0\\XA\"=@/ 6,m!)AWn7v)qm)53@G\ZHY6rKBrk)\'Bʹ! .8Hr/B\"w^xYTD*_\"ջFAjlnBj8!5F\"5/H#5_!! uMjzk{GKېH`^iGi\0i4\"\r Mբf_7GR.!-uG|fHgG17\"H9$43:v	Ӎs\0#DC_w!qR&Hi$.+	ƞAdm$y&Iy;}BV\"zp$Cɜ1D%#d$ v#9HN7$3͑q)<);K6 ŔyiTit$v0Syv	c635gaHǫL9\ZEy1zRaFyyYyg䕯ϐnkȫ9K;7\"oAތ1CJ#oMEz =\03Yߟ ֯\"wBu\"Cj^ Cc !#@F8b>*LdTdTk2\ZMCAޛ|e%!c/\"d6!hG&X!⺑	}ڏLiD\"S#S*/ 5^EI-#ӐBdZ12b|Cfބ,z̪f#ۜ@~|q|Q\ZY,<,FmC<,iCYER 2YB=،AV#+R*Oo5 LCj1d́S_w!Tl7l2FތlyzWA4\"5C(L=+eǠȏ_w\\Ȏd:Yy@vyU!אw#{ӑ {j#|r9p59S[*2@C؃VA~7G~lC܅#g7!E\"ՑIsC:r2#}uS\\cB+{Q%wPv<Em2CI:*$K~FmYGmN\"dCPR(($jm=xRHG)Yv5vr`(@1JyR!!P*(PUe(͏Q\Z.u(Mh~V<Jkes[ێS5FcPzQFP6I(+(E>\\ԁ\rT\'\neh2k22=2g2F>@_GRSFjD:pR/C1/e鱈.EYQ[PDQL#5J$\"P>(Tm7\n5B/H0P(\\\nD]ΣqPR(Ra\"2CRTPR#t2@q2tP(hpT%9uC*EY@8ġlhn(\Z-(;Y=ʡ:3n:+:{rيЊrZD9.\r\\\"Q.}(%rAF]`{b	uu3,uss\"G(fL*3u}[yצ-UWzkك5^G>CtG?,D;QZFT*u&ChESŢeGNA_wF:4D%HY\ZuPwR֣RPSv(Q\'ԣT)T鞿ͨ? *Kzfz6<SN}:*[&*;\0#ʍD%< *Z\";U3U]*Q+GtAjYJ2Q6Pe_Q\\T |8CUZC&˨ڑ:W!^gagu4zǸjBpPQOjE.\\TwQ,STfoTߑۨ>c	Tj@4\ZgQ\ZΨaᦧícQ#F)gPTPcSqԷj\n_	5ueB>WD-MQ{Ԋ!ZcP+)K y;?Kh>Mehɜ|]h)Th(Zczj4ZֺF8z+,zhuZVЉVX@o[>VJB+]ۋ\0oNrt;Z#\ZRV龅V=~&w~5uSq1=ִ%5Fuuh=EOЦ\rhCWCaqڒg>&<FC^=CCa\Z0\Z~\rĝC)ЈP422Fͪ1Иhl#\Z&Jͣ\'4I5M*BTKEj.nhz4Ds@ui{%Z--ο>1GA[k@[jOZm6h ]oh;ZNavhy>dv,uC\'E_\Z/B_=vv?vB;/D]F_v~\n\rnv_;倾a7&=^Z^;\'wo[#ѾLoV-2: HG<َ|U`DSP4tX}N^	Aw=FGy0ta:*:.~B\'9NG\'->D?YC?~B@@=+{O>)z3*g)g/9/ߣg9*ѹ>t^Eşt!]hADBѥ24]FofЯѕkJqteirTt1*\n]UEW{H\ZQ8V;v*BnF7?F7E7YD7z!\\~?n}\Z%F>zݦVdno2Bw\ZDw?	П^Awv\0GkE,<FKa+>zxh===UA]F[\Z=a\Z\'Sѳ*蹪NϠIϻ?z0^?^>^C/{@FA{迈(_i1fLfSwiT̆\0fC>#W#Cf[fAL;Fifg<FvF+FZݎQW޼b\ZFS\06т``t:1W}G0\'11́,ḰzUvc5cx1[1rƘbL190N`9݃0ga,\Zl0Gyn0`Ub@$0U(nO 0J 2T\"	3\"apcV\Z7Lb6G1`\'CZP\Z)CG`f2EY4eb1- J#<2}XÜTm?r`la;.C̙A̙9>Yf.WWUk2-n(X=\ZIs^l٘ Y0yp\\xb|<10_@owLsyc\"O`>dca1AZ2L(J;pPDNc\r0TLܿ	L|Z>&*rhxx6\08?Is<yRIy\'I}iIa24IWIOLaS5L/&!&gq\rW0y1yBLnŐ̋0buL`LQOL)Sryq\'SՊ){yc^wGc|lƼżJԊc:%c\ZјlLR2I)}/Rii]bZa>6a1=%1}7\'1}g0_*001%o0_ݛ1%-̐	3\r3\'f(0Ōw`b&a&fr1S\\fʉ؆Ml,c~`~eaJ7c01KW̚Kif=\r^׏]lts+y\0+ŘJ9J];bTKm*z۾*ʝ*<\n&v+U	Īê	X:UvZ4V?Vv!L>v;֏Ww_bZ5\ZAjVXkXX籦Uf	X%-]?XWuC6Cg5ܰGnaa+Xx`^,fafX9,2Emvb.\ZbXl	pyKpK\Z~~,f&3WciX6/,J1rrMS=X0E`|P+|cEaEe\'Xk dd֦:3)FP<\rĞS={y蜍utabO΂`ŌX%c)u0\n9\"q`&r^k>XLZ]>g{;;{B\Z\rt```\\!2!ؐIlĶHM,6J|\Z	(6~GlK+؄\'\n6;lҏ}d	l656y<0}tSzĦ}>f[o`3We906\'L	r?bk0;dlB\n>|[>[؊-0Ėkþa_eIbX\n؊\n[1\\V6V`{7ck-5]l}m+~\n¾\r6\\mh6MUVwğw-R*ؖ%^/lK:g#llkKlk3MmgVc;WlO@;;x1\r;Xe<=a{b7R/%cͯS۱Swag6!?baga缾b>.bS懰Kؕa\0*nK\Z\'\0\'/\'y`\'q5F2mn;m^msm)qۧp;q;GqʇTT{`8pjqj?8s8=18ݸ]qup{>t0n8;pzS8}<>N$no(n(g\ngb~gxę1paXu;Ew4w+wކ;wA\Z/`58=>LlqZQrqG8`Apӊ#ٌك8Rꅣhkn8},2ı~ǮpƱpA88!4N8҈)įcqL\"\ri\Zg;w&y$FmV!m}c})\"Q~?Α觊;G99qNo[qΰ8pW[[-ቻ[cpu8=ep~8N.@\Zpb\"t$aM)`\\0:8/G\"\nCpsMM{	{,%\\܍~\\;dz5.n	ي{KԊ{=Q==våA\'qongqߍrr,pqqyP\\9[qZꋸI+K/{]qjW7^^%|+*eqٸZy9k]4\\󷓸X<k{=׎ZõO#pb\\7N\\׹op\r\\=\\/\rډ#9>=[-nPY7م>Syiىyw7^/n\\+7>1}}p.2f)dܔsv5T17Caf(f!_p?U~hqFqɸe&g([\0Ec҇Vܲ0n9\Z[~BVA/ܟgŸ0z8m866fq_qfozp/^f/㏗.PRͪzx/[jrM&ea3xoxA0:SW]	^]($~R]n;m	^*9^-ﻕo[߿T?47Tqxc(\Zo|Zo|\Z8o	\0o	o77ދ?T?do>?Ƥo㡖<a\']_C\Zx\Z~\'IE9xR[<l+⤋zi-x{?6gN\'|P2ؔnD7xSAdi:6h3{x)R9®k619)\"FŻy݂Yxw5{`9v:\'\n=1435yMxP\'9U{}_+A$QWx|p\0Ysh;<Ћ5G!yh1|̏|o|\\>|BK|\'ÃFA\0Yc7}gNay\">k9ղ՝0/:/؋/~/!_Z×\\;O+L\r<oަ|U՛s[\"Փ\Z<|9|\r)f3`|cyk;Rh1mb|k;u\0xm=%{>{k>W\"sa\0sv/P\07~(?ڑc*c\rqbG\num&\'Ud~~*D?x?=gXe9I&M\rgy\r~A>}mDQů?}\'k:2g+zV?sM7n6Bkfs^W6U¶iAQPFPl (NCJBR @P\n\"\\C}5@P4Of4n*p6/ %hoK\r{AЛ#WZ{/.}%~F؟=APΆ`&f\\\"f~<$E0W$T%9F+%	0\"ȟ# vd3c!`)Jgpʮ:oH+Aq/(5L B\"P+h#ڽVG|&p~Us? w$ęLJ!Q+Fp\nM8Up:*`M`z`seF8A$8._	._.Ğ#8EJW\\z >وpu9՘buk\0#:#}]F|.|/<	AƄM$RjBfR	a	ws	ubB\\!D&b	do!iw:!@HzcOHYNxԲBHmxDx\Z IN_&J<*\"d	?\"As=(5BtBoB^t#!ԗ߸P͖PdRG(*&p&%+vBOkm#RAB՘)9ފиExw{Ox(KhuAh)\"\'	mTBۥ;v,S+Kè\"_	_	&Մa\naa 0jO\Z\n$L	#Ƅ|M0Jo{DL\"0ٜK>L1%j%em%A%,(<Fu_u¯&[Y8a:CEº/\r9+0yI7\\GpN%n\\#JY#$JGe.D@}ll?qˑ-D1|/qcQIzTqqg<Qx!QUOewZM9GAQ?Ox`@4DFmDM2CaCMXo_GJ{GY|oD`%N:CD/g}D\"f9?Hĸ|\'b\\	fDB6(@$&CzDRq\r\"\"ҰDQw\"Ldc7Db\"&3Knw\"r\"a7KCD!hJ<K#\0KD{%DvOU3O#Hӵ=D\r5k6!ExÇx92xqLLt^&ƲSp9ѝJtg8˺u(ՂW*DK\'YDω/D/	+L$%ϊAS3P0b裗İw\0\r❟ĈC%Fޯ F)3Q.\rQ=bUiCb\"CL\\$&pI_])oƈ\ZS^*3?׈_mz\'\'Ww> f]#D0$GzI,(/ }&1%T~%!t\" &>-K|vʎ&)Zfr;X@\"֍%ֿ!NlجHlU\'|Ip߈ئbOl#Il#~<dO,Gh$~R{F{T=<b/&ΛŽدJ/\"s#[Ó}Q|6ql-֋3;֒i}		D<q#E2J:[La,T88qNSH[&,HL\\I}#5q\0qeq=J\\?FЃ7}d<MwM7M٠$	J}@YbpK\"(\Ze7;Pqh\nl@%׃%pp_P9LTyՒ	ZuPFYP#Xw_154PԶ}(hp=p_6f&7;*\rAC[6h\n\ZdADxc4)w7;@QU`h	-H*X\nIB70a ,o+ B[\" \nB \nĎXAb1n:dSI*+RLT\0vͪ (A9d  Ț\09$+8rW  %ȟ\nl@S5(4v\0Erh^K\0OXSSN~W633,CA{\\ڗ2@v1p?Y:x-[v3!x|7/\rdl(x9\"~\0Q^757cgM7*;A<\rz[@o\na\0kzv\'3k`0*0-@w7O`aY0Z9.[cXc`50^Lx\0&Z]j$0)>/|z|H7)r!0>rO-L\rN7i/\Z:i7fYOۀO{LH&Ep0;(e$9`0#\0v;G9IIPXx\n,gtXs,Ye/2RU#	,D|Vukd5A`m:۳K=~\0|6\r!``\Zln?\0[;΃(X-?vAv\\8~BiJS2_=<5x8!g88>}\rS}i}tp]N\0Cs~8\rϽYbA\\.-z[\rPD]&l!4ڑd/䤴I\\\"I~LDR$)\"),rHbI۩XҎ4%$ej4Iy{DҴ#iI{H%H:\\.K1Nڧu/2tO:PL:0D2t&GL#F2?tՃtt\"d8\ZtO:##2&YB<I	\rJNd5J:~nt\r	jϭ$_HN\"ȉԁ$	V/P{I$\\R	7\"\\$ұS$8u~4$L${ؕĮ#qIK;H<)0$I\"~#IttB^t\"ct0d!tdG%V(\"SIclo_.X.dM.ՍHoIHRICnJ\'n#y4Z:X۷$	R$)42F\n#h4HQ;HҽvR)vn]R܋bRR|%҃ěDdR<OzHDO)J)gHJGRIy6r_E3\"R11)ە@}M{Lz 蚐\n\njIE;ߐ\nHˤB(tYTG*+Az}5u2T>A\\+$1$醑,FHՏߒjɤkIukӓt	RoYjt#!rҝJjY#?@j婓Z>lCj˄ڲH/HfO> u=&uCIqOI_6̮dIIUHao!&ҰUi8҇41;O4w49$M=\"M~L&͜\'&%<cEi^	i>thE<HAZIR*ՠRjz3i_!WIݷݷ$K%\06yddL?,;BޒPGޒ!ˁd9j;Y^2,JV +\\$+>o\'+ْ+KޞBVKI#+W4OUUUU{d5RnC&Y2L֌eZ0GY󸑬;F1\'5Il\0K\"\\Y%	[Y&wk&&fgfdm>H\'٢<|w|3J-ߏ!ʞdm2d!#ddHFQrwh\Z2Q$KdrL S6Ȕx2Nf92g\\u.\'uc2d\r ރ,̸EN\"k>O:gudkG+)g46OMF- Y)䳮4\"<|!}{Gv;IO8Cv\"4\"\n!rȮt\Z#||Yv|~||ѕ|}\r<|C&{溑5\">`\'٧B\'\"&\\^!fw$OCɡprXl=ΎEr̵o䘛S{Փѻqugƒf+-I,rcgrrU-&f8rT1T*99êd/IhKdr&y?9sΞV(9_Cή p9ȅBrіnr!\\q\\|N~ҙ}+Ce7!z`C rUf2ZZ҇\\W\\HǐkT뼤o1oɍƯM./MoMyZ{rkO)r[#rG/ܹ/_ɽGB}}䯼&䡚3Í[#x	\0<:\r\'u~{߶$O\'\Zȓei+yFN9MM={<5<\'xDZIWEoU#zMenA$ku+n;)/4JźYŭ%4pE1E\"e&sK%7EUEZLQ_ʣGH{JM,.vh8R(:u딽\Z&6ʁJ8p%0b S)F14=bNbFR̃b)e\\ʡW#K}?)z̗ȥ\nP\0#|\n\"P(#(i\'\n	\nl>_g/QhWGi\nc/\nsHapLa\'pU	EՂ\"TDPNQNPl8\\M9r%rVэr|rZr66rNrݓr>VrCԆtԑlt⺓pcp\ZOLERrUzrUmr5OvHr|&Zy\r`ͺmg(rO)pxz)^E;/NKJUJP4_RBj(!#є)wQ¹(w6($JtJjJW)%ۄ\0YMyMyK$JR((Iy\r<%E?By@y0%ˤ_\"PKz)w)R$WNɼƣd<HyWϠ<(ARr:Sr9a|PJ~ʋ.+BD--J%!򒺇RښIyuRvNx{DRGy\r-ƵR\"OyJOeSjۺ)ur)j(o)\r=2ffʻ܇(~ʇZ݇(m(g(m?)NΙ6\'J#\\)}PJ嫾e&2ZRm!N)eH2t22*s*QƶQ|.RƯHQ=@|ǺQ38T[eʛ2#s27âj ٪\0hJg||e9gϙgM\ruĕ~*!@Lݔ@.UusZ[d	m]-TN&uTTZTUwTU(WTՌgTMX:Z!U-=uV)&ى\njPu>Qz!TKTQu2uMTTH5{j͓j=jvLj=୿T<8Оa]%a&U7\ri-kTpѸ*#\nM%SaWM\0hϳTܖ.* 0H4*f@HRR\n4g*}$2PY=TA*R-v \rU;O})Q̩S9bU\ZաXz\'(W`WTGX/ܗ!y\ZڨR;N_S}ͩ5eAT\'T}ԫ{cWW˨SEd@TOy%zpǊ#K\rԣ*yP%jp\Z\ZTA\rv Q^&RﴼwיԈԘ-Z{hXOԸ[z$mꣷ/vRӆS卩LRAlf:QW>?5+zǢ풧7GP2ԢWԢu9jZ/Z{/Z&S\n(jn>\rzJZTZRk,j=}VO}r1{t@mI}B}77B}J}{_cvjjـR;cjI	ΙOJ.\"jWZ\"UkhKosm)`-uXut::^-ʆEHD:!c:{iu:Go|H]Bw66.ԥ{+QUu5R=}uu}#ufu{׷=O#_-HMs݋&;L,1M@&#XҶAѶж>5h\\WhiJ	4K4Fm\'3MEc҅Iv]2t.R*MSMq`h{nPi{ =σh{zhڨVW	M[a,M_!W$m\"m%ځ4eAOa4(\rx\Zd;fG3𧙥z𴃘4s@a\nڑy4fDYю IT\ZH[Ӑ44\Zq\Z>M:id\Z9nFQQ`h44<xј&\Z[ΧWo8tƣni®4:&\neN<>H;yfs=vY.ɍrv&F#܀vn)v.v]څw4\'_4gIsw\"b(rn+ڵ6苴qRin-nyd<Qhޙi>|[#i[iWe:-fއ5ZZlC-g-\"Kפ=>%/%i}ش--AK+@ˀgўߣeIhϥhϕ%i9KZr\'-ϨwN{Fˏ0^+\n|UhiYB\Z=>Z3ZeR>+Z\')Z̓&ZwZYZ\\Z,V~V7V%@h\rBiZ)ZSGF,Okڮ-@Z{@}ֱe/#1Y@NӺzGz.e+>JӾ֡|H8Iw6pq6ԡD^ʹew\ZmؠM>qM\r7f\rgh6Chshd)eڒ5ڒ3Tɤ-T)VշVwV{nVi_h:?_\\cʷRh7T]n_?]*]d}](]1YcVtebAW\rOWlBרB>ZN~M~~p;OѶqnSJ7.쥛=Ч:N7L7ϹD?O[pbgV8kUP-ݪ}vCgp#Uӑc\rtT:f\ZkEǆܤcӴZw:nLM5:N:-h_I3:IN3ktƩY:#zΖDg9t̓B\"yjKtލB:A4҅~?1ti58=.ΏO<$Umu63tGMo/ӝ_/x]]t7U{y3F)7qc+c)}u6SNEߤ( }oAA`9z6z=EG.xУNc:zܿez|p]w\ZUzB)z/z,==,*%G\\?nHO裏3v;Yy^ZfRyzi^I/	aDEC-Coť_w&?\rw_w{轂؋ބ(zo5gVzr(>7GH̤p[>>E|>>^x>ިAm@F&A8y>Lv5[\"G>}_}n}.בhvhM_tܣ/YW+髚UC{2u}!qi,!Ɛ،a`Ȥه4bcaCn6C>&zPt-`(.80vj1O0ʕ{*eZcc\Z)C힘+%{4ihdhY3Hz%MC=`|{R7c{)}$\Z@Va0\Zf`dRGA݌c*cDmЊ\\5x0#&qǞA|Z\02BO5|>`32!֡ꌓxbɏrp㴧?v>Їᠾ\0{pd8|d1g2ί2.f0_1:*N\\\ne%Z&ɸ¸L2g\\g\\2ܼ2uv0s AUra\rVcڋ=uȸX~e3363i `F#4ZZ 3b?b-0\"TQM=F{_3`Ux݌ÌFYF8[G	Ͳt|	#Y7#{l1`9\'yRygz͌{\\\"H8.Q#JFSFE6fTtU0^92*eW%?op?Ui\0dTz2\\6FQg}^`[2{o)1z2o߿c463\Zkjw5Y{\r{>lcú`|d1>fJ1SNSs?ˉ\nxMbD3z=ջ}O}zWR\n1.ng<go1÷wI\'[ƔQ+ca&<cmke<|1Y<Xb,\Zb]Ҍ??kkU\n3\r9ߴ<?{\Z:)ܔp)u)ّ܌aJ㤙2Ԙ[/13`a1宾c\\gk\r0d/3\\ƙۦG{Pi4s:Sr5S7e]]gf1w]f&ܕ=SԼ|9^ejeOdsw2BN0. 4Q4Jqb\Z51c&&d	+Y=Cs̃=LH}桞8^aZ\" ih<{<<ڢʴ6dZleZg0ckLL`&(	xL&\"܌,bb\Z=;8*_}IeLe&5ImKf%LzI&[,ݭU19L,S(a\n1E7iL\r^*ȴO2vL{txt9t<</f^hztBW3M̋͘LKbMhLK;n6kC$_׳\"7dz8D1=1=	W|^AL^oOV&w/wQg\\a332̀kqf3lhyGN93y.3BqQwMbF>xʌd11DCz{\"flk}]}rfg]̌s`ƹv303Ĵ3fSfrWCw3IMΈ1|bTNef^af֘ϰ^3̜ߎ#̼Dffu	}̂t_f%,\\gh3K1KL\n>2_aZ[cbǜf)0\'0+}Go2s5Q̷Fon1׉f\nlcevR2o>fv?Ybvya9_\"k_=K̯-j!S^s-Зg̡T09b9HcECceLRCs\"J99Y(˜vǜe?aݙce΃\'<KyF\Zsee7ss͞1np\'\rϒΒT.bIYKdɳd<nd\nY\ZXn-,9W,w?Xz/m2*mjm,\rֶHr7k{CrqY\"7K&KR/fz$diaHft6lXzYzpޠAp־=XoX5AC/``YeeQ2jmcC,+,L:`#e2Ob\Z`qŲ:*`aYM&5>a[&7/X-*,K`!d3,\nQBg0,P\'obYd,JQEYo\'X,\rא{7$Rv%a	Y⚝,əK~<1֩[{YMlOUγra9]aJ,%֥b֕7,<e>*5uu%uquC.uR\\dyC|^<f|+g&|JYGX~ҫ,wY~x<+Pcf}\nwa9ʺ\n/8ºafˊ~bEt~cżu˝̊?e{Ya$Vr+J$d$eldRgXiv4_VZW?XOUa_YYrXy>VYV!V~N<+2U4Uc:Lffko*XoX5ze_ViKV;ղ?HC1ǗծjOcuh:9ΑJ֧ϷY]Էn3GcLJ!rYW~ kb5体5sb\rߵg}n`M)SY/ر&YSXtxǉ޳fdRSXs\\\\%k> 5uXg5d+ZalFVbwVYzGY\ZY6%to7=mdKdKR!|Tqv).&-sʝ-s;)Q|[n[^Ǝ-2[V}Vzq΀Uyll_*ljϗze\'>fc(]`uٺTH{_]@m`6؇<aa	f[D.>gC?`CٰZl|3gQҹlt)`qil#Vxe6>\0(\rNlR+\"UeS9Zl=wdFlp6*W9r6ǭ͍f[O|E6!-HXb{٢$<[4Ķf>V}mk^Ͷ]̶Mde6>cvg;4c?g`;f\'f8lgf29o7ۥvc/5d_ַd_/;e_d_QWf_mʾr2}mҎ}m}=ʀ}À0=[v=Z7^cW޻3wo>3l_;;X;;DfƳ\Zzw\nwOw\Zؑ4ّgّY$vT	;S1;	;:4}g޼};Obǟmbhc?d?hg\'Z`?5~ځ8z7;myv4;=\'?ٙ<v윁\Zv\'vdvnG80?g_~Qu]d.lg6KnKOK\nKo٥WXvs]am~ӳ]e6<\Z=ew\"]nϱϟ_n|bMg#ϲN8oes]a{=6Ğ@\'N	\"{ {+!PgO@c*{7b\n7s&{i<{i{0\Z{iUd鷱NE9#\r	F**g3GÑ\nlqpd{-9re\nu|b$GeGeGmQ>1h_Xpt/ps*]쳻g5.k}\ZǠٟc\'LscsСsYcn㘟rsC,<8q=ut{0z@>q\09\"H]\0edAg>`x%<݃pR\nLJs{ÝCrHK6r{>ΡX19oFQ>awqNm *p,!sU9\0sć8*.kJ5:s2(t\r2>Aqa99xqX看+\\H\\xJ8<8K^8\\Rqr\\*s\\SќKz6k-KS#IMx\\pxws|n.qnr8~\rDN\'X\'87\'=\Zz߃ȹ	qN.\'zsυɉ8˜xe\'X#\'E{pK<hsqsa#\rUN*IIs9IfIW-_ᤧKq2kKga,]NVSNV\n~N6}ґTɟ2H9%iO8/t8(NEn%uN%SMTvm]ͩ/xrގ 8\rw|8\re9fE\'N3:9-*8|NkC;Ca-a7ltv-N(to`\n8=I9=ʜ^0!NoNs#Bq[Η~ZNǜQ#gXj3{3j/-rƝqsќo\r)\nQￖ8bTI:gUg&ۅ33c3KP,zr~5ks~\'\'qdĜ`KG󜕟Οu&οx^HWre4V2-S\\-B\\WSWx*}e7WwW\\\\>U-W-\'sKD\\\r\\̀c\\(_v\\4W{Hk5ݿ{VO5l\Z|\Z)ypʑ\\c)qTL	II=kjr%*3lmvG-\ZM\\\\#;V6cc(.B=EDn\"os1JI\\)sń^b̸R\\\r;.3KjԠ!.mY.3/udUSe7*r9>\\z{Ą˽rg,B\\%W8W|\"׺\r毀{*2{+kkvkkG\r]:WܳgOrQָºNT맹.k2ҾK+w۹\"ՈܫosEl^`[soTfp=a\\B_n)Gn@n`n8\r9\rI↶<I˽v{g7<6n$΍ʖF}FqTn)On̪	>{9`,&*&&{pS/sSfrSfn\0nz]n܌\'ܧF\n(47j5B͎qvB~qsӃUJܼq\nEp_\Z}7nY\nnywnuk%\')ܪn*Uͭݙǭ|֯r:666]6ppM&vi6r2{ݸܮ|n_~#s-e\nz1Ke<v7Ekw|u;⎮厝IapǹFs\'q\'߈S^q*qgo{sgsܹOw?}ĝ.r7up?>|w5]WuSC0i_Nߑ$r<	7OR3OXJ9Ϛ\'-cɓȓ=S1<<ş]<hގWry^<՗<<:OXNힼӄi:4\Z44xZxZwx{nxxK/	ydy5|3<<1֑gLuG}GL<<$[ޡy<q:J,J;&?;&<;v\ray<}l\"Uüiaye\Z×kH%<2ģvJ<*=7ǔco]q-Gx[<ᶝ<q4D,D-Z魯\"fK$\"x;lZmϮϳs;?;[([s$\\9>LÕ5$ν?s9Ÿ<5z37,wYwA/[x\'\'ɘEyh]<DߖB=}H&/@//p[%/|Bgyah^8wWREfyQ^T/ڦ/ݗH_K#Uy߯Jx.xw2>Vy4	yϊxLx9]\nE_^i3Wk?xĸWbb+佔+:V{U{W+Uh]tUPyof\Z^;ּzhJ\Z5n\Zpek{g{|עznz<v΋ֵ>庛kx}6!b/:\'x_O|\r\r7J:~|fțD(]Mf	jo\'xKxKo>`yKy	\n7o5[[7 y#n7,%kjRD/o>ȗ˛xl˷4=Tyk|ŚRWJ|叇*k|u0wq\nk4w\nr|DK3|mp6-ͯ:~_\'??R7zo@@~MȪ|Q(mAEݭIPձ|ۡ\'@qG4ck|7UOr{O|%4\')2|J,O+齉|f>{p7k7&|i]2Z._T2η&e~|_X;Er.#p\0/[%SZs֑|Z|!c)D-=|/bWqWs~\rB;A1~!??G~oNe}]~Ϗx\r?jGqQm\'L=364p7\n~>?N$Ǐ_G<?%It>~::?C/~f$~a~E~7܆6~SWO3/os%~8K/KWGe3eN~-Jsuˋo#\Zݯ\Z2~V~x5k~/(o~HtⷫpO~ǈ/sܔI wM𻊷{S_]C. m\\)>?;AsrOgRS~3o/\rZR_״--	0[Re(\n@뿜y\'@\"T @@@Ѯ_(PC($v\rT4i(**TjO	Ԋ]ýLJU#莬	E\r</<\n6fB`n[phys\0.	(\"VY	|(yM@2ʅPN@P/\n\Z=[@gx@NR+|p6	Yմ@/~\nN8=XnX|\nNil/\\CF}̶rV[p^)PpnϐIF,p#.\Z<v.	.OOx!$5Ͻ-4G8K*\'	|\0_B t :(Uz`*^~RMpj bR_H\nľQ7\'$&\'xoC AX$HvO<n,H&x$x4R H}\"H͑<F_A6 W (-	?\nD^ŝ$^BSPq_[3SzD$xcTZT\nj6G궤	/ԧ޺!\rFkAh/	--\'_S3Cv<A|󇪠v7CзJw W1؏\'C3潂N(:E0,|y	-ߵ	_y$8-hG	<37	f*?rٞFBi|\'i%5%zk\"oPrKBi?B8t/Og̹[B0LpZPNPE(ׇ\'	_8fBڐpsBx pGpgFPU&T}rA.qS8T;U/.4r)4z(4\ZpZ8cPW!hBM0u\'!x^#g	BE?)D	n	QWJ!\\k{	!%2i\"!J-rB븭BI3\rᩲ0CUhExiQxUQ,#<\'8.<׵(<*<*]%\"(Be^m\r^bo|)5yE1zhztzˊ+~0߂0pG.ECQ9pSYao0BZuG}DV\'y)G{\"?C-N\nЍ|	Ħ(aIl\'L&\n7~\nSUiAaۜ0>\\-T?&̌$fH\nk>/x+Ff\ns}¼O¼2mEK(aqȐaқWY6²2ay7߄UU_Ǆuxa=灰^\"|;E6>6|6]66m6PR/|VR/*;m6O_a[oaQ-쨶vN	I?#O~=ElF\r3L##Q_P8O8\Z,&]-ֳMmM<Z=T8a!*Ip2p*N8sG ypp%\\g\n7E^ąѦ2?drhs_l}ۣ\"=4\"%Rm)vx8v<)1%)I,TD^\"h+S1%ڍ)ڣIi/	E:\rd~!*wP\"C\ZPdNdR?)2fE_\nDEۊEEYEfA\"Do\"x	<3MDUa\"JaZ-B_0/E}\"H#Yc\"0FGNH\"o5QD͚\"C\\PqԊ~P(^YYYԊN:Tl5EsE?GEJs y7?B5eG닢[.E+t[=\'vxMt}և\"ȋ~AP$ Jo(/MLlFBLE(]Qi(⢽(jo(N>\'Rŧ=ȋ%6\rEI.ҢK4ѣDE鐇F)Wy(3[W=R@e_ȋEٝQh۽7JD\\QPQpTT+-*.J^]y.zuQ&&){(5\Z\ZD$5ѻQQiIQ9QlĸQ?U\Z\"Gײh\0Y.\Z*\r\Z.KDcEcѸfxNWLR4q\"D?DvEEܞќNhiY4[RV$Z~M<Ѳh5#+doZ-o].V˔eʰ[;rpb,/ZxoJǴ;XwX̉w\\?#ޑuJ(++#abyXMTfK.5Pbk\nb!XX&=\'~\'֛mmŉn={V|ؠAlԵKl,Rl|]l2IlV&6%?;i\'p\\|+C|l[Xz,_CNZb`\'FtxC\r1+w	*Dg1,&%%T.\"f^Q\nb\\	me$0-|->u׿b[)-onLZlYlo.+N;xbWbG{=ߥ+JScKy+e+@}dV|M.v\\|i(qX|m*xM|/]|\Z]|랬أMi-7{\Z$ד(WNύ1\\XQ\0ea\"єd\rг{?v+-+\"\"Ew9w\0H\0!!;\0!Ol@x (?\"6\"|\07z7\0QJ(u@ԛ̀e@4?sB{b>*\0b?S^ H(\\\'\0n08cA\r\0\\\0/h2[yl7799EI)@A@^$D|P2Tl\"\0**e*_|<x<x	xJ<MɟԬ%]=uԾ\nk\0\0åuF@C@kV$c%EQ4	xu$mmF\0__(\0zY>^@,	vc00hNN\0C#I\0#\0z\0%ex	`,Aex\Z0L+&{ɥef0\0==R46\'&e\'`3`OsP{(g\0XXvXAVVϾ\0v\0֎\0\0֛&DFm(ߡc;@9(_ ʿ\0*\0s-恛Հ[,[-mzwnjIZR\nPPi(ШШ_h|84hhv{P29:phŎZ˅;wm_,M1@{tࢁF\0k~*:h:uNI-.gI@7@s@wR8oGO@ϦC@/6[xӷKڛ<Vtve`sm=\0^t^|g80H,0I@@M{\0@h3 f)aQ bh Ļ|?Ӏ@@ yhHiJ7XK m2H[2f*m\rd_\0-@=g#?@K>Pr(=J7!ao!Jo!c7>C߭+>Wg1$0z0X<\0L*=LI&C7>k9Gioc1߁Yp``v0q`+1yIys|_{Eཨ5`X\n,(,L,l	:,\n,>,\n,V2=gU\'jK2\rXNw\0\no\0wo;\0lG[lKSؙ7v\n|	~5M>\n||kD\0D?Gv~}$o	y;\Z8pb&8Y\\2ni~\0~ٕ	g39$Z]Og(G[n_rz\'ߴ?7mׁk7A27  \'ͶQ͒<}&-%b%Zzu%:V~V{H\0q#HwS7Hwg1Ha\0\rO4<\0\'4dd&x2/ev!A K.%\Z}csEgdmbv\0S3U:kB~wIAN[UANAΠ%U?7#e@GЉ  bB\0dqd=ȧY:#ځV7VAmt@@Х^((4S$S00&BA_$AxC\rD!I `ip= ܭn>g_DAS b,bW8QATW *>:@1ib(ػn8Z@ m\n$LpIr@!@@ѠVyPXQPd8tuPtc(f(V2C/@	Ar($z\":	zYЍ<i2ʼ5*leߺ\r\ZAyQf|&(PiPr7^19P	PTPrtt086TR	Tje*>N*@QPУSm*u 艷w?PSP/PQj\\	jzXj~jj5r&Q P|Jjp;j7ԕ#PO͵Po5g{n|_V:h0	hch*4\Zz\Z~\n\Z\r*hc8)h<\r4\raMGBrZN\0!ho\Z	Yd\rw<V{Zvm|\rq9%ɀe+`RX1\rV,+AJ5`ehxˡO8_V:x[@x[#x[jxifV?\Z5>k:5Z``΋ΛxQXقR`}I~;Xl\n64\r.XOFq/`\'`{TsdO`;`=z!{_YGߒN{>/@GUر\r|Ķ|4	 d1),e9l>^{|B{`΀=-^jf`wyw/	|RӢ\nY	\0&ڃ}Oi3:g&Ϫ#wχ˃/,=!Yp~e\0乀!`(b;GZ50FiAo`|@+w^dD \\T0&̔E0\r<~ywl~ž?%`i=Xڎ\0KǮC^p!CP:p(8l8\"b\r4GN.*<_1=y/~N\'zn\')8\Z8C\Z*Z&ECS7Eoo\'LoߛDS1α&sݢw!໘dp>\n\\\r\rw|r\r|.>.r:.feKepwpm6\"F+\0?֚W\0?\0?9~`-^?*?[k9)SK5)pmpC[3\\ibTn=ܚlnHݬ__=w}\"fGwo7,pOop7ྀ;3&]4xxf+y<}\0<ڧ\0bxX<v<0xb#xKOf肧\0_Kv,%(R-<zx\0I]փ_(nB4@#_BoCT *BT~@x\n![ll	qf^QAJ uS\r6&2BH :DKȎA4dǧ6Dt\0W\nR-dg`i\'P1\01:1ꉅkUBL(Ip4tuY>9bNyŇXWA,@ݭؕAZg[kدBC]CC>D88y@?Bߵcs5=q}\nr<<DjC<5 \r\'!3w|\'dW:\'(Qȩ֐3\Zː3 gm& ~{ ~V$9m6K!UZ R@`L3!D}`\\ eOn>/@E;!Cҋ:B眇05f!L*W\ra?AC~6D	q_0PDmDi@>B\rS!ѻÓ؀w(H\\7s	y?$l\n$P!r$HJ:$UJ\\\\V6  hH]kH<$k+&@!w6!9g+ yv|Ƚ nC\nN! J%HI-t)H:gGnVLy UlGȓʐ\'v\'ZTH\Z33fHm+H]/R%F\ZHKH3HB>yy\r;&1M\nc5q5ygC$(Ȉ[	d\0~$3\'K\n\r2~d9\r2|=LC\Z숀fdA~R\n ?yB7!A-_ EYY.xY?YK!+ݐӐUKU*$C@!!J.CeP}rP9ETf$*gBPPeeU6\0TݒN·:)BU>@4EPFT#Y88\nAuEwzǡzm>PHH0|7ԨԼj.ˇZ:9AhPkPk>m\0]7c6`kC?;@_A<@Cҁ8=cu:pC43.zPs4kSnu\"Iz2=9q\0\0s\Zԏ>,%\rzg;K%AP@M=Caٷ,(E܄\"יP)7C1CuP)%B	(#JJ%RPPft\'\nJPPqy<T9*)J&5h4KhM\'hhahX?\Z\Zm74R\Zikx߁FUAl^EFhCG\\hb4	XMEC\")k25ntYUh:EhFX4cfiiCQmhL{4/lZx-hXBBTGh	ZZr2ZE\r}B\n}\r}~?XhMfzZ{HZw6>5Z<RN0m>\r\n05v@;B;oX@_݊\rj\0}5\Z\0dbCBdݟRo;=mоi/[зϠkMۮA?8\0TmBǺ77AD@\'O@\'	[O_=~|\n:sEҡ?\nA3y!fbX%t		]>|\'\Zߡkп6<\Zq+t]&#m 6Y事a\n0ū\Z0\ZJql˗V6lm#vb5Lz\r+i^4i)tazr\0ӹQ\n0Y#&	flS3N<3`K`f\ZJ0>]ưP0V=E.A%ءyvs9s*srVy\r	7VNMD<a0st=EKX;\rD\0%0`\rCV`[0>öl(dT!\\WO`w&n	?킉tak0im\r\naZ`ᖛa\0ȣaWNîDî1%{KRRG`׃6înt2ej>eұ,c,}X>X2,p{(,ސ+ 8еV(	++,j+2+\r+	V\\\0V\ZVV.K\Z`:0X:JuJ	ONThÞaOoc\Z2{\0kkh\rkxku\rb`>q-\r9zS\"lRcwh؈{#5vfa`N>ρ}t}y<Mþ?M<}n}bf=as`C؏#|\\:w\0lѨx2JumؿM಼Ul\\]DWqŻ\0\\W@j~ p)_M\Z\\\\7j7\\\\oA׿7	7R=	7J_71>݀:M\'p3SpWp)|ܲ_qR[mv8,^no?0Ww,it;=\nwˆ8.퇻&ݷlJ{1~pl~M~	h	\'p689fpw;8FCNIpWN3j\Z8{οMb<.f%kprxHixHxPx@x,<><K\Z\05,c/ᱍn8]:x2<^w?O8O(<OL҆\'!7ko	~evwz#xm;<./x^(Fś5?xP+:^>iX+MQGǑsj#A?6\Zo\\7\r|7/7[Ԩ[8V:NU8\nZz\nz#mq@F\Z3BLp|$\Z|\n>\Z\"h>\n&ÿ~g@C9A\'X>|z\r/i</}W3kDzKFP)!x-;ߴ?R_ \Z\'JE^o[T_ P5CC\'\ZBDb;Wn\'4;ë;3m+&C+maD&eyQC\n¼VaveMu,X8Vm?ػֈpPA8-D8<GE!]݊88$\Zp \"AF#\\ k#%3ǳYRjC~\"NM!μB%ш@9\"RQ@C\0\\J@b28䇀szt>f\nUűAIf!(T\'DSES<j \r!\\Ar&D#\"TJGBW1W1F1.!b5DvDd=\"\"	{\0XHb\"nC$w^@&#R\"i+g7n nܜCEƶ\"ҭ)$Dz=\",\rȞڄ!}DܕFܝSFiACy#\nz^$#J%\nM3DŕycD{O?!sϫ\r+F1Dcd=h\0wѤhr Z.\"!uNUī W]rO5oA}A\rtCWF=sA1TkxcqvĤEbj?\rb\Zލ9?CN#濔\"~9mF,@~X<YX7 V,1KU&GރX׹\"6m_!X\"eT/#eʔvJHA\nrN䖾)X:r	j\0\nnT\"5\ZSH7HH	&H=H}~rgz?`?/uih1X4\"MG&5H3w1&ŶdE2ri$GGZ.#Y6QH[}{!!#N\"̐?W.9HV+_fOFz:Bzũ\"2#֍޳>sHz1wmy&y<y1,\"o C79<y^\0E^4!/A\rHH`\0	#A$; H&v	WCB͐0D*\"HQ$\\9 aHj	v+IS}HF^$\r׻[{#BH8)xBJҲmod.2d:\ZEGFAYȈ|dȨ_Ȩ{6+Y+OȫF7$DƽF\"&2Ͷ\ZV62/L\"A pdV5d2WP{H,E,!lECE$5yd,\0x>t}ȧ59duKvYKEJݑu#^ _4Z\"_G6=kF66 [ [hQI75ٶNGv\";a{#.C%!{]!}o咑oC. 5ޕi],rd2r46idTGcg,E+X29֔|FN22)(Wow;1rEB_ sqok,Hى\\UF.}\\q>;\rB\"׵\'N\"D*ddɶ(y\nJy\ZRRF4Q[~GmV\nNGQjVQ\Z	[QN(^Oގx.K2܄2.BELP\"PQV!=r\n=*((c=>Q=P6GA9Mw=QǶAsP\':-P\'&QQ^[PޏE(VIG$=\0BPͨj\'PG]\n)~_@(\n`(&A:P=Q )EnqGQ6Pb6v&E7@љWQ*(gJ|%IAIPҔ/(i%dBڢ\"\"b\\mP1Qq/\nQߨDpT(**JCB]IP	PZP7WnFE؎JƢ2VT	TtTZTf*k[*-ugDgW+IB?B寞F[WJJPeP]P* Zʸ:ԣ8׳+QO\ZbPOe7P5i*ZgTUc\Zj^QM;A5ZZP8]Tr\ned/ꕠեסsP7J7AinwƝw!T7~6jf}&Qfn7P/>>\'E}\rPQ_B/zo+Xf*P?kQQo#QQP!?OQ\rPQ_P?qMqЛrg\'r;\\wZGG+c~D[8Foyy\r5\rꞀV:QoB5IEhe@fmICV\r_@mE7ffgsܣmqmQ(އC	EL\'zg9O,<ϻ&9ɠm./n[΢ݎ~hoj9Q\'}rG:g\Zچ=>>JAFEA_<iIG_A_R/yT\"E2tߠl4`\Z\rA%Рh#h\Z\\胆|8)lEÕ2=hx\ZF|4NpA8hq4э34ch/4}fچfz!̌}h+4F(_o{\"M*F\0fh&ZPEhA=2:4PGG\\\\FG7q1]t\"\"rj:VNB_WAo@D>N\'CgUCg:\"tn~-n~:OE/g],@SХ貸Qt]tWtJgG?xǉj\'nSa)t-t-!]gh@7$_ԢMf\\t$wY\Z53]݊qApׇFAYlA+g1@!zgnCAfN:m9=d=\0F| =?s[+^W2+op5uid/F߼##ۏ̮bd~a-0(]bcvbcڪbtcKOb?l_wǨ]Ũ/bn`zoaԃ1Zg0:Xn9F7\\Jcm1#,c*AbLG]}KKMuUcl!aʜ\n1\n09ӯ1`)a[e0GZ1Λ1];9c/%M}9ǜ칅9߂99=vsn;La.Z^]>c.݇cb%qUSKb1G#l);׍Ơt10\rA+Ơ1^\\sCrÐg0w1܏zC00c%*5pbx0RHF(cD1b\r	b\"D!a\\`v`.bc1Wp͘xL?Lm/&6IǤ&R1i#9L$V`0#7)3VĔ)La08ʿGDS혧\Z+0SkSkԕԽoیi`^0/1MzLK**Ei}ƴmiyu0tb(a(̛vL#Yb}}yky:p[=ebüR0~0O0cc/0`&1MI\\dfmf\nUZ;zZ\ru9L<fzff33례q[3\nkfo̟&=bFfkb?fY ,gaV1k&0Z#fِlأ0B2pyM|VH>V)f\0y\r4v#}V5UMUj<\nj:\ZauTc:o;awc\rձ>X;I\ZdvkXݵ8<iBbj\rX^W=^j{`m~0w;CMaXg\n1;p݁uĺ`b	|w\r֫\n{23r{%E)_slֿ&pj+6\rşρ3X,\"б!,|g:ᨅE\Zâ|&-Bc1[\\X}6c87,,\'be²Y,;PnaeXw9,2ñ\"TJ~b%,V\Z~8Ćf\0`ÆIذy46^P`#FrƱQi+(}lBlL7ՎM\'aɅؔؔ9sl9׃M;y\n{#{u؛+؛\nfdc3JYav;^S؜/&ܽlnNl~#^`\"\Z-6cmؒ2p2^}x[[ލ>}4=*c2\Z$[[[j}m4}\Z׆m+¶bRmKZA؎l}·.{lbMb{w`:¾`Ya|_cvCNؑ5\'ر8X\rHq+KT#vNv\r\"aZ~~}׀M`g}Io`8b8x{|vp\0`2]`ҰM}\'Gc-oɘ+6dqʞU8tܖZVEp.)oRvqj9Zf?N!^Niv\r|ǷvRv`q&Πg003ۍ3c?bqBi|, ,i3Μb3O<35Y|(\n8$mգ88m26۫e;gOҌs\\z;xw%\0t+\Zwn,sI8s	on?,ɒw8_e8cW\r_G]hػ,^\\]\rwyWTA/ j8+jPNq0F?qP@>!>2p}q[xPNhp8uW~:\0#H_gpd\'8rEG9ꋣhή8m\\Ǹ3cUn8@%\'8z.88q\'yJ>pa[4q)pn\\Dr.r	U=RMͭUmŧlp	p	w*N*jqaʝt\n\\u.#.O=q{A[p\\A>\\v}\\	`bW\\ր+ggqVp1={zW=Yz\"uW_ksxy\\ǵZpmvp\\{g\\ggzW~^͛/\Zۿ\n}<o\07{7)7w\Z7q7\rGoFVq=p!YO^,T|=7޷fиYSY)sy܏Is\\HϔQߺ2܆\nnu3CmLilmG\r]W/*S-[[Y«Ujx}X^c\Zהy)p,uV;bzz9x}X^?+rop7\n;7FHSxE:~׾l~>-L=Vv~WwH5;/;d[GvJNgeǐ{n^\'n}^\rxߚ/xY)3w϶=ikL\Zk^w /AV I>zr\"px`c(1C\r}xOB*pg	qQlǣRSf3<:\0*mc\rxT2O;\'W񔃗<<Ւrxr<<#gMNlc<ϋxkx\"/z+K]6|,>Jϥ#Sy+7W	Z|\0>!>O>q,>%|r\"8O᯹h\\9EOoo!sX\Z&>>>$^_8k2_엍/a7|ez\n-|Z_`s]c]͏-L1|<|wz>w[3h~,p?Q?OOIO>__\Z>ώ4H*?drsu[iBQW僋zm~QGtKPF&(?Gج_IpRpݷ=*a{\\CPM#9Tj^A!A3bޟ=J	L\'t/v\Z~s9a[=B@$F!X5hl6yC	{{2Y}6\r?\"#8~\'Q&A#G\"{	G߸y^cL6\Zݹp6p<1Mh8K,\"x݈$x=3!xUIw	%`S0	Ww	߈	g~q?)vpnxpzp+upQFp\Z!DBB\0iK\0`s\n1! իȷk/[N%\'	k^b@ryJ ]#:,	d<yKv	lH%p#h Q%AbMT&D#DoQ+vܩ&\\)9OaGڙNK^\"{+<2!%3!~p]őp2-pV^	!\n!=-!N4 d&-١;˟	w1s=\\B~L(|n{C(.E(5F(dі\nRȾPYOx2Nx\Zut(>PJ+i\'<?:Ghd$T!x%%ұ\"Q!.yM~&tOd <CzG_o\Z	R`z:a$&aΕ00:L$|8M~u§)8s\\ѓ%nd*%7e·U·j6a\ZI>[@K#z\"_܇y\ZBwGE GXZ#,&6@2\"D=`|9MQi>qc-DgmH+m<8QQdB jA4F<In\"j[SDQ<Dm!ĝW>w\r\rJ{D0ɘ˗I@n\"ZGthǉh}fh\'ZmSv-{!\\\r}.oUc_2#OtiHtKt{Ety@tHt?G< C<-x1urѳ՗}$8\\,A.%aE/\'^TGU∁D\0c\0A:D4\"$	d\"Ypʘ$uhḎD\\<H\"R;\"tHkw\"2m!:$rglDN\"[Nvy<P(\"\'cDq.()X%J!RKbZ1bbؗQI<=CG%FEc1Hb8IEn!9 u$&>%Q\'!҈ijĴ[.o;oۺ3b&exkC7\'#wsb^n%1n1 X.\"<\'>xO,~XRM,$V޽L||0C%֘7)!\ZшĆ⋼Dbl,`eb˽XbkKbF# ؉\'h#;Jfz=*=vψ=/}iaľ%4#ۜ8gq(:8+q$EGcG87q\"h?qG<A	!N{#U~#7!.Pb⒊qL\\ Wv&k׷בB<\"iӦMHE$G	IiFRp\")^!)\"H\\Iq,@RHp$b+x#i$DzI=iEҊ\"iՔ\nH;$C$i\ZiriYdrKB2K2[M2P&!.veg,о$b7iwXi\r%Hz&	;EL* 9\"ى\"Iv\r4+i@`0tD=tOr&4ד\\}_<y$oݽǵI>|h|BHHƓN>$q\'P ]P#[%zL\nF\nVL\n]L|ݒ{<pF)@FI} $x-	z	:U%H1ĝD2H\"t!a$OԛDG\\%=#TAb\"*VGHygfK}Jul$$I)IR\Z7D\n\'_\"XRDҕ@\"\nFr\')ܖCZb~\'e&IGII/H7H7I&٤%Rf	}{t%rRn_Iy~HyUH&kq֝T`T|ThGzp6 \"TC* \'J&HegHeE2\0,GT>TqjTX%=TEIzOzJS$U[=$l$,&=>Mz@%=?#ɹyO!+Gj^ZeVI!V:=N`q;.\nA\Z\"zLH}i\rWR-Կ@\Z$\r%\rm]\'\rN\Z>r4<PA\Z&\ZFF[HP\ZOˤ\n҄O%ik%iO@.i6in7\niY҂1i=ҊR7LZNZ-%hCZJZ{HY?72YvSYn,7gG0	,ҞbdkmCdMd\ZY;Y	YoBHַ%룐dK䝤\"#86l\"ZMf6Ls.ټl [$aw6^6c&dwȶdۉlB ١i%og%Q/䣟`kcQcdep7uM>݊|<ŋ};C>9F}}dOPǷȧ{wl{@> EZN	89p¡MKGȗo+rp_T2S1!:24i}C!c؇d))1NF ިUzdL9r02*Lf#FdP-}?QGfY)dVH85iL\\-d|8Ckdioʚ/9\r9|%DRDvBY\'jg.Dk\"\' )Ԑ%Βo/%g\\O$g3w3䬮d`r%rȔS GYLy0r^9<94/rIQEʎA:C~49iVZޙ(\\ۆ!yOW|\'7Lˑ!7fGMh>ܬ`InD[ޑ[/%fɭ+*Eo*K\"W~׽.`5M\'r6sg߾J\'n%Ƀf\Z(RmT?\n<QAQSKnH) s \'/z-\ZˌciA?\n$y#m/_|.Eo%EN;\"nF(Ulil3~ʥΤS4vP(;St1->#PAi?s	\Z.&bLI1wPLQ̻:(߼(V-k766fA\rt؍nSR~@9\0.F9,rKh7\'c{c1[/<C&yq\\F9irdC/f[E9{rq0*7	ݡPp(&s%Eʥ\"J`EJ!\n%%X^j@PG(0v(>:JA}k\n=Xk)\n0XlL!s)J\nU@fRwS(̗֕N\ny\nt3/(&lE\n(a%b%_J8%7%6jw%d谛8$הSRe()]kk)<G(i)i)׿ZRn|\nQSR+)EJ?(y(\n%HwbRM)ͣ<\0lO)mYR҄{ޔE<|\'ao6r\'FylÎR4HybmAbSj)u\nw(u\0J֎R+Q귟<8$/Ki\0)z(?(c)mΙ\"K,.Jsu΢۷2mKy0~Cx{-eLHRp2y]2:2U\'CB|@C(3)?,(svU_\r_)(F\')\')&=Uo5ekn@lS6Xʿ9o/(>U{*OJ*ظSpT3T%3	U%ϐg_jj>NTTMTT݆cT&UtU/#U/)u\'%5UTӘj:>L5{M5o8LCLdA,9Mljӎj}7j}j	ږ8S,QQ,DR{P]~n?^Cu6`TuzRSzZdM=zO0^P@@٠^\n̥^B[ylt*Dk\n}GE%QGT\'e*j:b.S؇x/B%\ZQ^1:JҊdvs*s(~b:JKP#AT\"APP2\nGB*V|B?TJTIw(5ʋ\ZzN\rO}K\rI\roH+FWSc{q`jA25rJMݩOMRӞRo4SoR3SY*¨w3洞g_TQX`jI.jwCj^F-mZVvS\\>S>}B}ʐYjmC=#6/Pjܩ7m>ckҙ{_dM0<]_S=ԑԑzZuN=:=u|1:@~Eh~kPg39L%>\ZmÉ:WLGܡ6u.qQǩkwP׆R#S\"?cgip4YSM^Hgbi)4\'4o㴭rjirBjB!My\'Msl|Ek~DD38A3\0h0;͐fHyь\ZvLit |s*m5EZ4e4W44Ek\\?nƘfϭv`.}@I#wtYÊRHs\rNsZ_٠yJ;:Cy!Kh34o&vr(L.GDY|,|h)\\ک+^3:ڙ	(\\J/<E@;gL;GѦJ;oͦ)ӂ0MQ˦i!x\ZL#\rsm1iHY\ryX04\ZZEíw1_hD\0F{1ui,X\ZVع4Ε\Zh3&	74qtږMJEѐ#idZd4-jԆv\r8\\F|WiI>bZckߴkJiih_n`VnO:IKW\022)h},-{cvgZN-=TG1C\n6li[WfZv/Zq\nDVJh_io7{CҚ=?AnI=s=ü={Eʥ=W|Ek\Z az/ae!o5m5Ok\r伡:HZT\ne+UګikZ>>+ܚ](G{C:DO9E}}wJ+L{{.F{glK{w\\.|3m@ߒ6~6FKi+h\'YϿhXh{RitKi}}~Ia6XKH&lЦMcҾAh4wl\"6[,O}A~]2~-=9J[j}I[>B[yYhkuzșDh{LXh}u˕i+t%jJQ:}+	D4D_GhEט5lZ 56Lז*u{\'	tCS,hk+˶ۣneOB\ZGL[~mT#]8ݮ7n7J[G+I\02^uG\\At<So	=h>w~({N=)w}tύiNdLe}۰t?OKE3=t&ݿHP\\M뢟d3ͨ{+O/);/%/ZӃSyAt+:N#7ѡ^tLP	3xK>oD:7/N~ZtU:?q-(Ρ9tc}pAgWŅtaT).Lӥ-9hzz($=nrζ__I_?=\',\',{ӯiA6=\"===e=W\rN=f[\r߽}wp\'=OqE>ҡ(d?z\'_o3\nNjmjt&L<٩i3I=u\nGo8Eoj__p/[-Vjz?Nz.seUF?O6׬_\rf0akNw,A>	m6/;~ǝ\'7\'P}^vG\n}|Ӕ\\B_QWWWW^5\n}hzSJXfx#2\n}w;r\n\n-RbIRbC9+cs\"cM?c2c5e܅yШLeh3t61v_g1F/3HEivl!cWòc|êna}}aúc3whwÂa%þ+áuc~\r\04qS!G^4Ƒ$QJHKƱkW8:G2|<2|}13Ζ1䯌KɌ+&ی=sAƹ<ҹ%F\\(#>JP\0 3Q؂3`(ST;9~g_=d?3NQ|AfV14=.`0>1sGl-N#,C<q!mA3B/1\"3\"팫Y|Fˌ،FkEFJ#H\01T݌֌w2nP`,Ke,fjezH~#ʸcg_b8WF\r0q;QQԕxQ\\QqQb((me23O5J-N1!xhf4ƴ03Zw0Z]\"cF{wF5!㕎݊fQg^ceu2gCoI匑m!;\'	ZrތO?1>3c(Ƥ<c:P1ɘIƘe2arX|XYzʙ{Vgl@v3eϭr3g*V-{>3F~enfTߕ`gjT15fjǙ:\\<sǏ+L=_L=$s\'`f\ZNc\Z+m0wi2vgZgZ_ 1&\Zr;\'DC$<yɚh<rǜwt><&c0]_LoD;N{<fx>>KLߒgLӿ*®l?$OL@3	ĳ`n\"ǄJpoe&<KX)a\"}ҙ\'MLt1kLIgRәE&f2HoLde,S\Zb\n>3%\\fHyf(3;8s`̼\";̌Όy{3̌=deU3q;]}$,f93ofm&z7\rs[̌N\rf6]N<ͼby fT.N\r-ШY8̼1^g>Xg3K`̒rfɌ-Wf{1R\nr)11Yʬ[gVf1މ`Ù5?5GJϝh&o\"eYv\'3M/ݸNrgv\'1_mQbv^cvA]YefKb_OncV̱*o8L9/a1L12_0^̿#1c(kS-K;%wKZ{MV^RRbim$,m2󧏥ڑUa驯XX;ĲfϱL<,B&هedY\'LXV	b!u,;(^D־UX	֓,/YGVNXǰYǾ\\R+YYì,7tߒ:G3aL.&gಂ;Y7e.JX\0S] x6f,ts:B\Z	wY*\"ճ޲19ÊEE]bqYa,VA{;Źx;,v\0%tmb	Y\"K4\nteE \"wڰYWYW5ŬIXѵlVwŊ;Jֳw|`%hRRY6X׺cXi[Xi*٬[ڬ\'%ÙL^V֎V3+~#rmHV^6`+zqUlN`ֲJ.γ丬2\nUnzؑzĪ8Ȫxdz$Uuͪ	Y7j\rYf{BVKBp7\r5jcuDmaugO.zY=\'Y=&\r;b?߀ꯖkYCvyì6wֈNȡd֨F\nkWC\"kބEF_/k5QYǚXA4\\XSYo]mRiCUO5֜<k755k~Ŏg)֟x߉i֚dk=kkivvVV\"؛77|*-M9lS&ēZB-;vwVe`ay	٦ƛ٦l3ll8۲;mczmpmgv	f+bb_gJd;	lze:y&w}(a{v~e{)H^;lom[w%wNig3v@쳅=쳕g.QsgKrcK:`b&;sv\r?6`U\r![Ply6F\\a#U٨ltG66ZWb=β(96AuM\0k	Ml16YMvfSj,i07)cllh[-1eKؒslH[Z͖vCɇءaw##oQl/h옿eGqS+P;CvfUvA\ZN沯[\'m7WmٷFw2 |o);pފ}?~v|]br]Ƀ][.Wg?Ե`?l®sgW0&UXv~\Z]c~®eE-U^f7_fحZvǉ-.!V9S~kaNLnG>yǜa~Ö c26c\rG\'ϱSo1`OQ>w6\Zϻ}_A_Ir셳7쥑액0_eSc\r\\Y##ˑilJOerQ8jG!P{|6GRl5\nl}l{0nَ|Qas48Z~qstb78z?Z9679`Tg\'1f8f9!:+7g\'c]X?0\0?slq4g8v	gg?wC#E\Z`/ǹЃRqyqlad9ne99\'9N/-wu9iYK%笧\rl ČS#8pOs\Z9N@o/RP=RL\'<\0Ɂɐ8G8\'[!yqȖ2*PsWW8uWM5C0iMsOC-9c_9eW*GD7戾sBgp¤jO8g8[t2\'G3\'!ǅxI>㤍s97-8798Nz>((zNʹ1prZq_9\n8U\'8O9E41S(勜ǲ9o9\',95:1N#yq%OņiB8-ɏ9-7z8-VGNk\r8i+}i[t9b9\n8/99]͖noΛLΛ_#^ӛZ~3yk㼍伣p^rosr=8CӜX+_88c!!sGOYg98g9e΄53y:[\rOoIzʙ͙=ę̲_S-8oqs9K_sV,sVNpV9P\n[հ35Ά9p)+Aެĕ_ʍR|IWٿ<9Us -ܭ	NBW8WՎ8rups\rBVF\rv\\XIB%<ĵZ%qmev_{)r~rpE>krBXMCùUkHo#ܣ&s^.\\Mo={?qCqi.*\'^zxp=͹I\\?\\o-9Dړ\\\'?qzr6qq\Z\\Xm\r=g2=׸=/P^^GFp\n?`[\\xcи8. \\l_.a.]Q.ǥSpl/. &),r/	F-^\0W8QͮqydD;+J_irC0#7$7rĽBs^^} #(\'rcǸq?qs?s 9nrsnnʸ=\Z>{mʽt{ϽȽՐ̽g½f_fڸ\rYVmܬ	%n!nP7OΒ[^-<\'-[gsm4neF[)}>\r>1>3Z>s>W\Z6!r[1eBG[r_r?ss{κp{`y]gw\';bmw?}`DL~^+!xE7wj݈s73[a#w{;Lgq۹qW|f9wZwac\'_\'ҳ=sܿ\ZOy(ڡZw m(//OxOfoW|AB+e6t\'o[vo[{2OOtu>l]y<S<_]y\ny\0:tg̳dy }{yfxGdyN<W/xM:c7yy[\ZsyyU:3x^NN\0ΠA3Lv1û0]T\Znwòx&x{yGyP %Pby<E4OZ#<+j!*<bHNU:<btl1#W(c<CJL4wÏ\'	^jxB4OrxDO|1ㅾEE)EyQp>J_e^g/KLZRn/OnDh~Ļ5w;2//:/?ˊ*;;Kxw=k|;yw~wo xw+=H<+U^U>{<Ϋr«z{z0~^5WWÈժD\Z^=bi׬עk$0yL\n\0yoHh^o_H\r\ry[y1Wxyc/\Zx_xߣKx3ɏyƓx?2輟/ޯo2ޢs_8wz&o /TST\"S4_.Ć/Ϯ+xeOe`ʷ-l[\"[\'[[~o{W䫷*55=;;uwz|}6aoS77f;jdqo|\"\Z·T-/7F|O<Xo[roķo7S-mF<Ad!1X-i+&\nw??ōܐ?v\"y>٬?up53|$?\0?\'?\'>>6y#|@Y>·~aOZC|$}=ǟO36>NO)T|Z<O|30D3d󅽏|)	_z-\rԓaH;~պXE~?q7,yOWTN,\0tbyzu9y~C8?w/3>KwKFer?!$a2=_?j$/kr_:N~21~ü\Z~~:\"oY7iDۇ7_˾ww/+YL!spp0\'a@ٝ|?Ꮕ>ʟHL򿎻53S?nz_Co++CB\ZBF௽ȕ^ȕA4X@]}3@iX\n43MZ.w\'킝%?@mB\\`)0wFrFR%[`D`̇قݡVo{6}p>J` {Nu_z+pO8~wsY%8Z/p2(pG:.B`GN-Ix,^୺,89()T=i$YF\\2\"Dy.O	\0(\0fU\0=$x2RxA\0z	3O\0,\'%	:TW, ^NP_:\ns᳀U\"`8-Hg[W *@GN(@m\"t{U.D\\=KĊ8 N FCI|BHX$fn~ϞR!_gy?/\nn[NAZ t |$ANP  knA^1A>vfK`$(}ܷɿyf	Je\n뷂\nQ@a\nLT\n$ճN^\ZsOY&:\\Мp@<GK.x.,x dr]/\'/W?ArXkt^ c5OWy~A`#^QX	FGs>?|8/|Qco&>ɣ-Fogv\n\ns	߂NL\0]0-Tzf>b@Bh`፫`__,%&A\nPoS`P}VY4\\P[\\~QvX).j	uB\'	iBFKCBKyBcB\\	Hh 4שמ28*Uo%\0-}	Bvតֻo\nSIB6Nh]hwZWhwFH(O:xB}tSgdeΟ:^#tN\'N6B2йH,ty	]yB7WsxɞBB?=_?X\nV./^^R\'f݅A. `VBPm!.PBUnawBػGBBW$\nQBTP/\r_؏}B\\.Iz-\'V\n	_$!i!$\"dBLH~RO	Y.!++\\M&)\nBaPn/Cf=aaJ\nHxuQ!ɫv\n/	S}ׅig\Z7O;U	ob7soff\n:3;aIyaNj0OFFO6KZ	뫅\".aEa팰-DX%jV	kbgog+a}mV|W地i幡Ê\"x$/K}/_;_v?{v{o-	I.LXC8$%:?:m~~FplR8Z _-r$\"ڑ(*(ppvɊwippp\\+/}*ݭ$rQ,\\HM~#\\E׿	}=*Ԗ\"R85.RP0NxH1%VX1\'R:)R¶ʓDJ߶~mm5\0;ߞmO5T>t_E:\"|hǎsȀ=Z뉌{~L;̯͉v\r\Z,ǉ,-\"Nŝ\"+;]UHd[d\rl|D6,mXd,;Kdo4.YdhC@eP}Êˢèiѡ\0s?1ɈUy5&R&rՊ<@\"sբcY\"f?o>ul_HMtNJt|CtCQ,J\\-\n~]Q].ȊE@rfdGk\ZD`/.*/]\"9R.S̿*BGDTᔫD&%=CD.؛\\E6W%EFD\"HC΁\"dUeX%z5PSzK)J J%WR.NR/REiOEi?zE73onV-n>ݶ6meEwʈl4\n_/\rT;JRWQK;f\nvQE^T1@TeѓEO.=|Z!D^Du12?$yQӢEOԢ_&j]:\"P<&,^^PE~w^rD\nD=E}w)Ȉ>6%Fb$S羋>>}!͡hݒh1%}}i}+< NqE)ٿ4Wk_*\n_GzD&D˶OD+*kG>VՅvZܜhmH Z6&Zg&.޴lP\\m\\sX}XL PDw߃IbM/fYX+Xu,.4먿zb(Zl.6MMcŦEb3{%!bNŋUUn%w+xOAئPFl33(MtU-ŵ\nR~bxKuw͋?y+v\n#vS|`E3$JYf*v[֧O얈=vˋ=^nbްbhIWSDfS>]	s^šqq8(8G8{UDƅb/TP\\\Z?+t:asnbfE%F+GĘi\"\rĉ	AM1(&++by1q1Ͳ]L}+k.~@k1W1sO]j>6۾X.Žb-q-^敋öő{QWWq_\Z	MHqR8SY\'5i\r>߲[z3+6sg{~sFNsstyqQz^\\|[\\\\9(.&Kω+ߊ> b5/gԛ:q}7q5BqeUܴb/n cmLqs#PGܑ w_s~{[}Φⷼ{WߖCMgC}L\'\"!\nDْ+:,)\\pO(>$rVxflV<{&K<*]\"&k}!kg]Ŀ6J+?qix9\'PW\\+^So\\&8I6I䯜((Q$*V/9G$[C%~ܓl -ѾrI8WwOcUs\"љɔ)JP};D%1xaQ5ObfhSb4.1ђc{%B䝅d[bGb8,5}Vba.mXh%6ͻ[3M^u/URb\\_\0KrdjFl}FZ$qH_	x\Z`$%>,uT덑Tu119DI)^גݒ?%${K\\H.H\0ƉЎ?+\'A)`2_J|	n%d\'	e..7p%nXֿ]v+a>pHrQ^D\0\0ID y-ԄID7$U$dO+螕\\i\rDm<DHG%qubI$yG$u~ڋ_$7F%InI$SrgAMK.왔89H\nK\nI\n%F$%l$ŲIgIY+ER<%76II\'${$y0IcIc%ɋⳒ3O%MZwIӜY%#i+iS59B%~\'$/K^}t\'VHlz#)\")闼(pcH\'%	!%d84F2h!T$gT2&|!|||)|5|$v.o*~hwdFddmdVdnxɏÒx_;e$z?Ybd	8/YJI%$H֔~I֎VK֮J־$kS.%cRiMRYATTTTItuTc-UiLn&Uǔ\"J5Zo:T{T/IW/{NQTât$2Skǀryn9Ut$.Ԧp\\j= uaJKI|̒r:bGcSc\rRnۀx鉕RFW{\\dVwRzʠJzGzLMIϗK/{K/ٖJ/5J\0{)cJ\nB5KA3RXƠn~V	Of/E?	bRlHJPtRluPJQ*%RjjL)sCҬ,ä\\ͅ\0<*QFI\"YDf!Q{GeSv	%\n!H</9{s9{\09_U\0؀;=\\{@n}@K@Y4 /np\0X\0(\0r\08\0\0@1\0L\0k\0\0>\0~5R1\\\00ڏq\0n$0\0Bd@b\n\\\0_\Z\0\"4=5@\"@ǀ\"P\nP,n(\r((3\r\0JVJMg@T7:v:>(b0ic	!L^F:N\'|@g\Z\02E\0;x{u\'-F$oaNGS3@o<v_\nhk\0PH:`0<R7q:{ӕ\0^	LL2\'S/׻\0scJJ?+\0]\0V\0V/TT\"w\"i7_n8xܤ^T1n>\\3TTMT_\0f[cv}jujmw8p9ԃӁz/;\0\ZvvFK%@Yc/@COn@w#Nm@C{.ΨxБ<ct\0YS@wcGcc3o]g5IйMہ籯\Z/6^l؟[+N//`S:0o`0c,dnf^k>^}܀	0`\">cI?)0eL[L	L(\03[o\n;ٯs^oW2ywl\0P(l\0z\0AsX COE r­lk@xx\"A\r@T^M⭽D-K 0H\r$bg@*h:Ȋk@%nrm\\/)&@@:)P|%nt&L(;:oh\n|p\nX+d3?K5GjϣZړDco!E}F́Ok{¹pfg\'`+ruK<H`\'%s9`W\Zkp{<{fgIG9\0)E\Z%9pd\'puR7p-kgTpy788N|~h:N=oXZNgn^{?#|끿z܀?!*-	5K{ڿ X2_hCeIC2D9v\0R3RUwy xzIV>9x\nҌiR@A:>n	ڡo\nu`dXdØ XDɩ )_$ho>wо<YIPy:EtЛ\r4YiYmzd:\ntg:Gd=tK 4ܠ _gAA<x /\nWI5hw(\n>u\0|AA\Z7pPr$|ЅgAa@ᛋA P)(\rVPEj\0%Ԁ7AIW@)0Pʵ%P`\n\0J=z\rtc,(3(1(/\Zɉ|8o\\Y-\0Y s+j>gA@5aa@؂^n/r@Dh]Aa\0]0I sCABa(#$$6P\06s@rS\r*(oV:\nAŧJ鑠2D\Z5aK#`?OPm)P-OԈ\rz|z\nz!([j_+un2D@YzPsnh4<hd/\n4\Z-j{\r40h(h544l}4}hƥ4{:\04\'=1#VM	V} X3T\r$:ی[[}[\0o/\n\0 >`l|l\Z\Z+O{f&\nA``q{+Vw/`[nmض.||=qgBÕBC81\0>iH;mO	a``7[{2;2̍`XR5K*> Ϻ̂\'AY ^ph\n8}	84o/UGz\0ςcN׀cXo*8F\'Z\0\'~_kf>Sid4QC~\n8J|8?m\\,8|w~+.VB08^Cg|\nQGQ3`}F;s0Z,&[`g\Z2`=`:\Zت\0s̭``AXi\0-%jn{[<nH:le[*yG_<Tph\0\\|\\HWǶ!8i$T\0nxn: \0?ف`p3\0T\rnk\0RQ\0w<w@Z:AIo5?x[Oʑ>x\nOWX\\<zxd3<-`m.kx\\C_Or.\'_lOzgY9x:/i߀ך!ޏBL$Ey\"XŃ?0i	QٜlQcMC}\'/A`w;M2D;DǱ˼[?3<wɄCu V {AL {CL-Bm?	1GC,^\0XGAϸC6=9Z=nQ$)AlC- }xȉGg!j!n{\Z{=#|\0⁫CtALtBl ^\"Fa@|3!H\\H^2$	)\\2\\JC.DI!_k ?C@;-!qkF0Hk%9ZzȵyuquHZ6ȍ !\n	C2r 7!Y Y3슭qHNk8vv?rg;\n-yۦC\0N@	@`ڲlA;`es!xC#(Tl!7@\nKA,LyAh t!Orj~	aA	A8 *D^f \"\Z42\"\"3	y# =!ED1dRRfyXy6lԼ#!\r>	\nix\nҔV	yRIXAZW!@Z;@^\'A^{ ]HW/.an|jS|	գ@z}4 OA!>\\H_2U	2ԑNo|9/L\n=!ߓ ?: ?B.@f~C暝 s\"OMMy[m\";y/wmȟᓐ鐿q?r !>d\nTq/JuFTPU[Oy-G@kc\ZPm-$TAQn1T_\"tit盫]HAb	559pwBAM<辣9-jэ8~z=!!=jEpZsGlУP-PoPPd豟iP;7P; ~7a!,		u:U:o>uֺu=\nuvƻC]AOuauzn|T#Bϰޱ\'PCP?.W;@dnА%s=sCô@A/]J^(wh-4!MM~z]z4?M.~rCoj@3R[Л\'bY[j.y;8iAAPp\nIjAalb+PB(ZԷ:P.32\\t?@(߀r<PI*ԫ\nrOx*\r*Q*JnhAoiP9z.ȴZ\Z-}m\r}ZC2hUZ+	Z=`uǈF5ɖ\'\'&sFmB\0m\\>v@@[|Z-Vy\r4:ں4\rm=}9}}X8\r}gǇ_d~~j\n{\r<:b܂cow@G#q:\Zh\r6.ceX	51tb:y\rXBgbB\rBzBCe@f=+Z]tct[[wlcl#si\'J^C+00m/`jϘ0qؖd0lK)L=UN	ӹU?(1>3+a{m!a&\n0۪}s0aG)065a`,,vh%vXb܇Y\'s0a7ra\';SaNoa.`^$|y^aAs߰`x=Z5;vA4\"k\'aтM`16X,+U`qXXyXCX(#W`I$n , Yea7eʰ氬\n4,;B\rY g࿜`G-G!a.0<ge*aa0?%	FVqn9a9%Fclc\ZWƤjX`{0ws׸\rŻx0Fc`s0r/Lu&IF00iuLL拆ɿS^K;}؇\nFaa\n7eXէ\Z.X]1\0\r5N R3nss~6<T	{io{y/1ֽ \r{7#>S}~\n,}޾s6|lT\'l_8l|Ol267\0!¦wf\\`3jlNs\r`zq\ZxV\r0i;OؿZylXw_?WlDr\\s\n\\k9	5+[wޅ\nn746$<ໃl{\\*lk=?7\r7SXr_̂~=?Z?VkpG|S9{ܽvn}dNϾ:wA/<B1~X2\0v\r<,	<@&ʂj	xawz?)%4<o˅gug^\0fKsZwx+<cT8/Oa! 8c$8vG߃p8N:xFp\0Nj3M02\\&p9\0؅,c\\kgll\Z9ŋv:W^yZt^8!^DX719\no9\Zf/W]O8oʊo ߉*=?,u.<|(|؁G~^~섏>|\Zv>*|IT\'|Z|f8>z>{p>Z pjyXwtPPG(:F(/!qBlhKAn\"0\Zl\'&1Bl{Ѓl|@L!¢z!v|B!v5#Xnq=xB\'\00C|0A؏0_~p!ȶ ,mHjIZQ#O #6W#DXDmĉ\r\'K\'i))gkN\nt;yq8Bxovo#m*Da.\"IDuDPDpX\"D#q.@BN .ToE\\D\\Ba^0\0V?BĜCX#CIEE fD.DiDe\nqݧ\Zg%H#qDFq\n\"L\rq=&\ru7q<\"FY_By#EwS\Zw)`|xGf#UPn6q*:t?E\ZD_E8~m]<\\`2#XȿN?n9Q7\ZBHFHK!*{K:IBg.D\ZQm(~=(h#J~!J!pDY&<\0Q^xXp\nQy񘨈x\\vdrTyx\rXHG4~E4#~; eψf|/x0m@tl@tߩEt%goI:=!zJ=0ćO{0g/eP1YB@(+)qĸ/xڏ1=E>A]GGu#>!~M#~;\"\rB%k_kANC*KAn<ՆTEM @\"Uꫡȭǐڑ{1܌D4LX4!k#,@&t,ҤEܻ4>4o=<=<!DDAZK6MHsHǭ-\0%骑<X<\'B@z!.#bllR22 !C42ȪZy~\ny1bV12F+Kdcd~g!_ ,9 czqs,dTdy]3ddt62ug,25L9L+!Gf#o\Z\"Gf5^EN2ACvG歗\"Yא@FtD0c$3عDv H)$2f\\CՐ5$t߃$r[ۑkHڞ$-2cdԌ#9o-H^\'\rFlcPf=R0y)>A!Ep4R\"R+FJ_B!eIH/)d|p|xY T\03,h@!VixdQYYhEh vN \"rYUIU#j`Ybc##А\rcRdU&Y-N]ƐAȖ\rȶ3vc)}%\n8Zg5yzEv+Boo#,#W!{!?G}6\"nB~G~;=X܏OFl& gaQ?-uȥ}zȥ?rr\'o*rmpKFTMOTLT5&Q[`((GQZ{!(7j=6(Ԏ(ڋ5Q((ݨ=!Q{P{Q{PNԠ(3~{j?\Z?e\Zu\0{Mu\'Iկc#]s(k(XMԱ|/ʶa+;u|DKd8ʹd-e\0^rDpPF;Q^VϺe-EKP\\T@T>KT5TP8**	*4:\nBG,*lvuI<u%\0\" bPW3mPwF?ǡz$߫0uǨk9WP7_(2LQ2\\QXԝDKԝ_m j@\n(pMxֿEA_Dӯ(䛛(ԡz\Z;J((ʐ\0E5D1zx(61(@qQ7(OE	C	JQ\"$J%{&Q(i%J[ @ݻԌz@/Bj:J@&J7(\"ԣ֨JT2Tt0>UPn\n@lzz\".C_P\rhTuƂxTc)y\0-ն^>@uN::ߠ^{C܈zn\Zg/#PQ}.D$V9\ZM[A?@M\0&ݭQQG\"TԌ]Ouyn/=_y2.Ԓ\"jw>_/)fZ[pE+\\VިvUi+zIz,ZH	\\Vod5\'\ZhM.Z֎BkCb\0h;9+^GLERGħ\r޾B8<&Fݰr*4/1\rom&ޟ2>hmzދ~>FE&C;\'\'\'FNQSQhKhWӱRB?J9#>\ZB{ڣ}ѾF.h_EE;\n~8$iD[ډ;]>`G_/./,//f[Â6K&KtĬ?}9}}y\0%Vc_F_-My]SDAM]i@\';Gߎշ4ZtZE4:m8\Z΄}Ft*Aߤ/o>o؂AlށmG-2@K\ZԜעD4\rDyhhb4*F՗ч11hI4YGƚh\n\nMy悦û,{4\"4Gs͹SCmG\'Rx-*CK/{Ѕ<t]Cm\0cM{fsG׬ԭ\rtM&tm]~]܎n݄%G?~vg\0j,UA7ۍ~a	!jnE,۾;CЯEn{7o&tA@+z\Z=Tes z԰	1z\\=5BEO|@OBOCO1FXEϼT@;>A?^8Ԏ^LE/DF?i,ѿ/rK+BFG6FI)fi+fcfH>f[Q1a]1[ۺ1[`40Zǣ0گM1:3$fGc^5Ff̮*̮]okӵx>5YE+\\1s@Ѕc_>jډ9Xk;ƦYc{c{cg2_9㠰@LŜ::qqqρb<v`<V00gcb|9`|`1H_LP.&P~7:`7+cBԯaBcmń2h\ZmbL،1Rm(&Bs\n&z2&vW~&L&&&r&5I3zIb2_c2Nb201\0L6u1@|)+|0HrI?u`+b\0CPoahz).İ\ru0l3q5p0B6FL+Hf0El1̽;+ɘ׮`01*\'LI%.SyT	TݱTTwcj:SI31UP̋SVLkUL;rJ\r#LGs%塃z^Nـ.ü뾍y7ߋyo)ӏbٝMC9ke/0#;0s\07Qf*3ֆ$fj3u%3!a~q|Eg9%ܘ.v:kynf^,>eI,Oc,\ra\Zc01+Gl0!0kSG\nwaCjaX=ưa\r]7*]cU\0Kjvv6v4VV\r-v{75cu;bwy`w\Z<\n\Zj`w{>~Ě`M>c.k5{5߈5\\=tk뀵{4֖>݃KoHlƞHHÞX):`XT#Au6vƺb΄`7(b=\rwcz۪?سNسسE06lPlP=6x\rac/c/$`6bFaH*6r{y]8rylzl]׍nf_$[l)6i{769$\"6C{#&6C.fZfh\Z،\0p{67\\D:X{,Ў{c![V`,b7i#¢?Ģaw%X\\a,xKo\"d;,w`6,Yi`y\ZXWXVx+Yb?>P_>Y-;-[secfLb>zSTLV.c2ajؚغbl]n{[{퀭}ɻ+31tlӡ\0lU}6jE-LlKlK\n\rރ܄}}?Q(n-)}~GacGJؑ籣/ѿ&رs<X-v\nfc\'v&\0;P7c)a{ұ۞`b׊p\nBxn)qnKh	S]ũmDOq^8e8S8opZSqZtqQ],vG63֝ov;)=݊3M:ۧe37z3>;hw=;d>;3;.;g=w=\nw4g͸`i>y٭_˧m9&vg5qNFܩG8i=}pRpn8w%{^,3wAWU7ί?p2.f.\\%=1Ev8.Y!._يԾw lC%sp	tqI⮑Fppן qq)j޸Ժø+igqY[{rJ\Zp7V\08P!z3pHXr6$=S?㰌`.Woß#n}p8؞#>dȴ\ZG*q8DKñ8]N(1ĉu8w8HpdX.8+qJ\rSU4k**N㪵h\\*v*c4ppO[o}=Mk=;ukՄkµ}ŵρp/]jq*n:^W^y2Su9d?}}ܮ5|-z&go`+7`&;⾤p#:0ܘl7+[?nxqc7]~v73)T͆u?\'*Rqqܪp~qǸ?\ZpĎ?OqiVWkx\rx/IīU7^ë>loWكߚ}אk,k6^R\r9uܼ:)VxL^^\n~sxC<xÎho֍7f=yk7	77i7fMkxӧx3ތ׏[^[qRax+GxMx6W=?:w0;Da\'YOUO^vN`;%)!&w/{H{}1~_?AA \Z\\D7}9ǇO/kõNC\ZZEH=Hk|	|T7JS4J\r/D+⯺l_}\"U	wF	3ۗտSx,w|	K>[m\Zϩo߆\\؈]=\Z3=4ǃN,ࡵxy\nO#NxC<:\0s`0OXނ\'FIxR87<cώ7.^X<{2.x*^\"k}.|e_o3t|yy4a!4\"j_q52_v_!4\0p\'lu\\\ZY/\03|ۛq|?U\r{Go=O޽-y㇎CnE{X ~Lt?n\r\r?j,\n(O ~gDoBst	~a7OEJ	6~Y_WO<¯^UƯل9Ep6av6&k!a<ANPGB44 ZC	ZI\'݄m(;^1^SJU6`\"v$	L0\'X,= X+	>G8d3I8l&\"~\'^~D8\"j	6:	T6$y	c	#\'Ip\'u#<BQ./I-!BP!J~~ܟA}G0F@B䛻;+	W+	|B,N=#1q.ڷ*״	L!Y@HR۟R?4.!~+BΎaB؋󾃐F@L\0\0Bp\0ND\0PtӉ&h.#>VZ!I W(QeB@;@+K_W\ni2}^-ą Ȏ\"HxizAZKD(#vrEn.N;Bi?B组2urVC#9!P$Tv#rBD TO>\'uy,቉IA\0I/p3\"!0-m	WկjB,S+r2d2^DBJHW!8oF̦	#w9alw\nӄׄi<a%bG飄?>e_\'6&*c҉U+**D5D5^\ZeETߟDTg՟&j\ZKZkGguCWD]ؓCVJ˽EnLܵqqWcAsqKthz},,JFܿO4D_=\Z<%-R_zFK>#M핖{\":MtnSID&kukm}ݯ{qqo?̿!ѷx]?rݓ2I<AϚ:H<UO<oeA<_G\"^%^zM$F\\zKh\'FI\'Fm%FF W[8k:R(b6Rb:1\0141Ekʹ<)1+C3x`xk?Pm;\\bGĻNw@Dl\"DAL$B=0;DDDDd7PJDNZSDBHY wI:Drl\"vH%6D&\"5n9z,C(#\nD/kQr*(:Gfeݝ$ޓ!wI$>숏\nĊebw⑔XQLܖADvkk:b%AH\Z\'>׽N|Al6] [QNjkMvb=-b7Mb\Z{:&[{ ~%~zط#经Wؿ2JlA0M%G]ǧ	ɀJqpsqLUiF;؈%%F!K[fKv=ĥgĥz2ΘNCD\\\"?FR8CRX\')jPIHJדG$m8Lp@xk*ixIUIR;H\'\"mY!34|I%j(.6dB28$$$$$c5*i	iw$$d SH5$3{l!Q~$$Oųaҁ9pGա\'#*Q;\0($kzdt,\\dL$+\"/N:B@:y}tr8>)8:Hr.\\$7m	ɝ |>|HA$ɋx֟E\n!#&]HubHa]HHKqRd3)<))BtՔFz̝0<FJMJF~D^I\"t*)y[)U?\" tSpt/)o0)/twP:	x=	D&ߺ Hp\Z		AVDpUHs$R|D!jwE$fHDb) qI0@*I2$xCzM*\0\n]HEIH%AR)2lg\r<WHT>E\"U/I{>HKD\'\ZpCnL\ryH#餮xRYқ7\rHoWHoOe4%In\'}#}K$%͑ko><&\rl@ܯd$@6ia4$\r[FcHc\\Ict׺VQ3My~釧	i~GiiJZEZA@CM7NNV^7!\Z&RDd5Odd&7ɺO;(dN2Y!ܦLϓl&.\"n&D:@pdTyw-UYmB6oMxE>R%K><M>f V \"p옂 1K>@>EAv!4Ȟd3~7_\0%rur*94|@-B&r	6w~<\"_I%Whc7GcU/5xor|EN,LN%_\'7+}H9c!@#r zDΎ%j4Αzf{FPMTMdc2u2m8䔐Md̉d\\#K&yP2\r$O&E}d%2CT2\\) \\d6&@_d~%2L$6dI^,y,$Kdٛcdތ|%r.	9ș\\p\\bG.\'Ʌ*JrI\\G~\\H\0+{UrMru		epL6ry_\ZKrK-6In T!<I~F~ #H~m3O~O~C~gM~7si<SkE\nOIN[~HM&&ד-Ƕq!\\4y<uGy(y<Z<H /Ǒ\'\0jW9{JQAQPQzQwQ/P-T)(*KcCg7(\ZM\nm(;R(;}j󔝏S(PRR(FcY>xN1M1@1?{bbe K9L9jI9jiK0XS(6^(6uikm;>VPL8h>8NZPNJ)N\ruw/)vS\\6I).&(n0}{@ʙ)>R|$S|(~S)g>R8J8%4Ȇ&ES\")KȤyJdJJ7%ffr0r5tr(%yʵ(ɐce3J:LIO܄NRrSnkRR\0(\nȦv5@l(]h7\n̓KAXSM(^O\nHbT98=@R(WP()\\\n51B~B{C_0T(_(\nc5}IaoW\n\n{N=DW)7w(Qм\"$S((b\"=A:)rMʃvJ_J*p\ZI)eQRliRGy(<\n8C8hOϡT.nTQ)5&J J]\"屽;q6ʓ5J}]JyJSJ\nJy6Ji%)m\Zvw*MJG[Jnɐ򞸏ӵBY|͢|\"\\|ZPzSvFPh43(IKU<ʗ}/QLS(x[( {(\nQ)N](3)s|ZEO}W<g)ʒ*eOY\rU*D7Sҩ[T#\rnԍh-VE\'\'ߟnPU}Uj[[dԭ1_:-:/\n/S矦>Iw5UPw*ʩ;oS:Fc1{wS,S`{UvSvP-vRH<O=L0R+̩6S6v~b]\\zq\0?TG0qNdFuȦQ]AnROoP=lP=\nT)3\rgd/շ+E[\rMo{{R6P5`\Z\\8L\r?L=b@=WM-Q/msF?ArJr\ZS\Z̧lPcq\nj.}jaj;,5j:IMѦfS3OQ318j&9zZ\n5K+e\'fʩYԬY?6So=\Z>ME~QM,PrsiT(a\n3]ҨTTLe*͘_J%\ZdU\r*9vJ!pT S*g;K#\\\r8u\nYRO\"hUT@;P;ԩ?Q]7.RAEFŻ*%C,\"5ZYIO;Gַ>LmVS-P3$jsyR1\"ҞOmS/R;PNKdSjgj\0킦3料{FgFVO0~~Qw;Q//h[+7u[D$Q4SlI1IFm=@]1.&|f.RYGxԕoCu4E$M)RHS]o?FPNPOX\rMЗVOغ@ӌʧi4;iZl]v`ccMLM	mm\rm<fhD3?O3iIy*7ia^OWii!H,նc4S4+*f/Uff=Hov4}h\'Ni\'ݣ9М4{4Q/͵1Siôӑi_inʭ4w(}Q=<o@;{8Nh!1ZZ\Zy$BڅLOڅCkiC9Zx(-Bk|uLŭizwiIҒܬiIO\'\0ڵMkOhެޢ^J@Ci,DZv-[vvJݑJ\\GP]@/hX\ZH!74\Z2CC92h5\Z\r\\\Z|7pRF-ш4;IX~q-hX&\\!$f4F!MVF+\ngieᴇiljiU+*VS85OkL5l51h-UbZk-əN9C{i,N{Xu,ou^^I{})F;f8dC\\}}iJ!g(md66Vz6}$6^IA@Ѿ\rU4<6KTJhhs\n\'h%ݴET⟴Ki/V^-uVikWhk] L.}=	}C6}ß(g,}kq̀BtH ѷoWNR;\r=FDSqU}{}~-Eg~04ݒF:n n#nJ;nWK?XNO3\'w\'<tWO9E;ϑZI?{[Wq՜~6)hF񏢇$NCFC/_T_8B8O;M/]Gd//eӯh>_	_9WO5=J=Ezu=r[L]MO{NOo3)I=5=D\",&6=F-fqeMmI=W@ޣ&!WЕ:GDޢcIt.N<NϦ6SCi\ntfOgoF9* ḶN_t{+]{]TNrK2/E\\-~_~|~?˛u\"\nX=^H/Sdzn%zU?z]%)k)ETWzˮV=mzn=!j9gGk/F6rp?ypzFSSϥX?}\0E[	G#@/cfgWu>	;h3GA	}S4}΍II[n/C鿻{KOїCU+pʃNX}*렯~룯2@ §\'clu\0CyГ2ؔ8P`Ufώk`ehbh\\`h734;Km2to3vL]`走;;c\0\"%0wE_T9Za`88 f8d84̰܄fXV噌JG	%)k\"l3bvO3*&1qrTthp^g2df~p~D$sxU,bx{2|.gd00F/jqa5^ʸtÈG3.gdDYaDj2b2bw2bsD8F;cƵT\\F8#~F+o0ngdOO\"#7#yqr\nf?Eܯ{}˙e$iF9Ƞ`{3ytc`g0fp\\@c;KeG3C!dHܡ5S-Ƹlx:v`h#QQFR7zQ}Ȩx˨!uU3uHFFCF}4k\ZqhR.f4y[/hVƌ|F5s1uLFf-Ggtw20$3fY21z@?͌FWFVGSA;`111Rfa|;v#ac\"ȘX+caL10,Θa3->0c0SsBKNսunZywXRw>Pfnf*+h0U<r*c]3	L\rD&xht#SH2sgA\ns+{ӠMif\Z1\rG&FXؗsLS,Ӭњ?I3blL\r0?\09*iim<6<fXtqt<5t9tӝ)bqby_b0cWf]٢9czy7ɼhy1%vjZ~q֙y3%bOD233Mg3ʼ~;|OBWc<i`$f|>3so3s3kMf~ha10#qLF?l>0!ۨL[&f	dh\nGbbMԘL>0wI:$]D1I_7yLVB\n}	}ferۇܑ5&(?Te?WbtoSEcWg|P|5a~3X2O1K]bìl`V~D0J\'͘0C1:e60j=ϗ2s/3[μ`(1ۃݙ{|hf &&s̞4CGmgf/Og~fl|pb<`121:3f#_60b&Xs\ZaΙ1n1n1Q/똋Oo柭??Qe̿*+Y7&YJXHXN76\\b)Ϟf)/`m}tIT`mZ;R.eLV6gm^bm0`>eԔ,5,4K\rcuͰ4#4/YY,K,]^J,C62fb32b<ڻڷ6씜!|њe:Cu  ԁu됛uxe`Y1:XGXG*-YG\rlTX6=,1\\m#-;e븎)6	8։rz@Lf\\ߡY39.,/.6f(^D) sVЁ\nVp+S::u:?oȺ̃ue\n<̊|t}̊\rs`]\rźژĊxHfYoY7\'lY$V˗;5,5_lB1XI6	󚅫=aw(Ype1Όňta1XqG]eYe?YfKɒIa̰݃c?t_@YX+u\"[\"b*c9*\r**YamY,Yo*.C6cV\rϔU#ǲjFǅYO:YOX\r+DVFEV6eVSP)^zzVc5j?jm}jeuqYXL;XkaWYRXKY>[zY}s}k\Z <O|\Z\"ud)k85g<\"f}{Yo8k!ɉymc-aK%llEk[)[-{Bri:{\"{c\"ˌi\0{[u՘`SyΞ+[sՄ`nb:Uu\r?w2|;lOoٻu{ئmlSmm6g){el˝f1Y&	m>,eob7>Cvb>UbvI},A$}̜yd/,d{{Hi!loI>G\'cMbe]Rv%v\0f싾0#;uȌn6vT[!;&1ESv\n;FEΎwlf\'	b\'䩰r,٩G;٩z\roi77:~3K:zd-$;1Nؽt]m\"x \rf)lH\r5bC6:m1bcMlb8cٔllںlڶh6ftILClN0GaZ|%6v-a:	lٛP<?jΏఋcEJk3v1\"]b].ߩ~xن(O]%bWgW/alakg~9~~Y~B_ֹϨ+gkSB$mՌݮ\"``w屻o\Zo}ag.f؟7C\r1؋책,wT\Z{n>+T{ĂP*gٴz+{m^QX.(n(欷l\\ljTlv^l~QQQsGVqwq4~hjqeޜ9q8,G9c(>1,NqGpoϟ9\\@΁+CC$C\ra\nSÏ9Vͽ#8Gr:er==Ǳ;ʱq%G+(%Uq}Pp|^ɯp9۹8		\\s`s3RN	\'lb)a8ŉnDJ\r98ͼ8Qm(\'\nse9MYDpb9~9	$뗜T9a΍9GNmeC[?99*o89wrpqiq\0#9eY8[`\'W&o8D!q˶C	琕80z9Cpn;{%\n;XnQG|0G̥r${gsip\n8EcufRNq}N62sS S>h5c5֍S©;3ϩ<yay\Z<4fp\Z[9s\ZGwp)8;[9/KI-+]Mn(sه:yk*\0Pi<gl8	1@x?m gBÔ3i#8?G#l17sY9+g9+[9+C8.m\\\\\\}z\r\\ek5fQWS\"W3պ&j:a\\]wǦ!۸\\CBp5\ny5\'35I5ݐ/yo9wqy2\"̉{G%Q.uA&m^=\'!d3aX=yztҵ:f=s݆npI\\]+멠܎zp6=z3>bY]ܳS\\u[Y;Mnx+7\'n8n0l{\r5r^p{Ͻ ^{q7\r6r/}\\Fs4?pYnwu!7%ܒz{e7]|{G!7ĽFsau\\X5../sQ	\\bdKI\\J~.|KKqq\\De¹,\ZPD㊣qŠT+]J3rqާesܢn1[\nRsn|ϭ&q+ls+rvNs>>|}\ZgmmYmqz6xs+ϵprͧ/,r_/q[q/vq;4r;&np;wp_o]ݵ6ha~RD9۫rws[-` n;;6)~tp&_#FhzX2;`;yN;;r;p;	Yǝ].^..7r.iUŤqWw;xjxyJ{ZyJ(u<emO%#oHz5W){KmK@<]1~*O@~IyFI3uW7*vmX}vQy̝FyC<?x0_:Ϣw;Y?Y)ClBx.<ǼC:vxҭ&y1<b0C=yx>v|<9pxAuyA5일4/\\.E|<XbzfyWսyqyfxIVxI${޵y׿]_%KbxiJq4e/ލ\nͼ)/[n>e9y9x9rFyy_\0(ZSyண<4Ϝy򖇵ua[x`-i#syC{yL6ȣL1nW:c[<>)qy{<~\'8{\'jIͶ{yvyx{W^o:ƻfWuW8+HHJ\r/t*F-x,y9%$pWW}i=&^駼쳼S8 nƫO=%\rxOWO\Zx\r:2y,yo%5f4{u̔љTVu:u:;x]w7>9&ཉ){+{]&\\YOOO`oX=qc__lϩ;ռT,t7W})VҔo޿\0޿cyUx5S[9!oW8WXYWqo\'UmY|ռZ*0v]Ր5ҙ\nq,i*k)-?__,u;;ڶ3)|TGAg-;vKő.˷ w8?pE1X\ngo	^a^i/~\n5߆ZRwwKMua|vLf\rLV=K_ޟh}M;!:W\Zr§0kIfKiQ@??Ɓy˂m+2	j4ލʏ+\'-	q0o~J~j`%?e;?}=?#h3Oo%gog_~~|%PX=nf>22Y,%T>\\y^G+||ppOXvtA|n>ϧ2~/>qg:r>s)\n4>;ϛw8w%O%W%=o{~}nHA3_m/4vAEEKr~p$_~u_1ïͯ3?L?|+&,ܺZ%6߮xnv~X6͟>;tͫ/oj;=]3>U~F}#5/;/5XC:?TZ?^?q?_\\_x{{ i6%4_:_MռN[9 P:C4h(ؠ<)ظFV\"P{FlU>M@}q`zeL}[OR)I`W`S`tR`-0.p&c\ZZ}cOfO)ނ}@s9CyCBc(*G`sVnZ`:+8(Hp|9Rp,pH8\n\'/bssiu[)8ۏhAΊ TtPp1\"Jj+QpdRh r%z$j^*e\nb+o\n?\nj8hAR Gz>ZZ>.HW6[	27-\r7[Y\"A,AN3$Apg n\0*\0<\0@.*`+b\"$E2 @n7\0&	`B?V@t8	+	M)V@sF	h%LC8;(`\\0`LZ&,	I IHjb l@.\n3	f\n7UA#=AAŊ򜮠EAHzF釠&CP<\n\Z\r*_\rƬ\\l+RКV%XjIQ_یfAׄ:kAϠހo`<\rj	F]##HѸ`=SM}C/tSW?~LL\nfFm߂Eb~R.Tq`R_\\*[-X94.X	jH/V+Y!G/o	7n҄?U]̅[:\ZsV)RZ)ԾS)Z*	wwʄ;	zBzpFд/wAＧpWY9Fh&4Ob	-6od#m#\n]Z{ֿ\\vmiBLSx_xt]*;=X\n=n\n=Bc׫gBBU)YaCaW &ap00gQr)<WxB0h(OsD1^yW(nxrsiY¬[.&0`v 0&TT<%T\nH!($N~5.^3;B|e!qCs,*3Bʑe!]H	Yʅ<B&[ʄB+1\'>\'n&˄35cBaeaa/,k2Na!,\'>,*|4%b*	+KJkgڣZ7ZCvXWX\'cjYº§;w/	_Z/	o:o/?Kء뚄*þapՈpXJ8E8j RcMc/˄>_Ko(Tprpe,]pᢚppCc@˧E\n,H^&Kx_QF=/SznH_Wc\nFt3D;lD7D74]dT\'NG_dZ)2[,Z,/E,%䈎]lDvj\'D\'EN#~\"#e\"RXUMK)(yyYy./|V\"8;CY碳fD5BQӢQI(x[XGtQhgхECEQAtYUQr(H*%PsEI*뺖@(yWҐ\'E7z\ZEx*{QK.QeQ6Pt6OtV W^DubSvaaiE\"l1VmA\":^\\foq~8BEqyHŊd\"\"y0Et?2OI\n@Q\nQXT(wpMrFyLT*Ul^mmJqE!Q}V4M\rыK|ыE/D-oDZ֖{\0Q68IꗡuJEϯuu$LnŉE/DD˔D#EqD\"	Vh\\A4B4uh꧑臞\\4(ͽM~b\'EkU藃h\Z+s\ZOdh&ZMQ\"V|X齷XQQ\'VqU)D5hm\rbc\"hXO>$ֿc,6xTlVl!6RB{ۻŦPbWAŇ%Ķb;^A*O,`(vN.>\Z,vQX]2Q1ϋJ/jbbcb֌뽙ػO^\"W^oā@q`^qY_884HZ_P~\'|/VGS7ė7_(%2 K4։Rŉ\rit̷,9qqAMq-2- qn8&TC|,@ŀ\'b3bÜa1qN\0QnbEe1z,Wb$JӜCĴ/f9n{y1?+9>\"|]qy^%RsH\\iWUF5ĵfwgHӝO\rlqC팸QjyOA_\'~PKz_܆_,~6whįu]:⮒_wW=iBq?xtx0U<vOHBēC(}x6xv*&i~Gd$\'z9yW؂}WMxKK\r	վY:gK=OCqDiDDvmH6/Q7;(QΖl3-d\"Ȱh`1zD)ѿ\",5^!1K$-%{4Ht{\'ٿ:*1>!1Ϻ&9\\xYb\'Gb%o鮒K&J>J>HW %7$\"$Γ6SSH\\$.U=u&kRB&a)uǧIvJ-%!\Z%!ɒsW$O`%QE[$IN ®DK`pQɵ>d	IԆI\Z(IkFI2%BIfF} U%~![\"C2PO 3U܍?#N;(`%	d	L&^3t%GF	Z#C͓z	nK%BEȦIc%!@3#%ˎ΃nCbT\"\Z9,\r$r+{	ț7JP܋R\0%	IgII\"IiAcGG)	=$Œ3T\rI5JR{%MR\'it(4Jz2$4IIJ%=F{Nқh#;\"7[`$Œπ>@dt/՗LH|/H&H$?l:%?JJ|LCH$3=YZdwɢdX8!ɥJ6$+N7$=REmR@_bT~tt}6}<OTC%gY\\e]eWn&ՄJRRmR?=RJt{tg.eT#m|Oj#m$c.ݣ.5y\'\'Jͤm҃~CZR+R+Զ_(JjR\'SS?8IOOzzI=1R.Gԧa@zMs4$4D*=tG\Zz\"\r+	^uFlM^)NIcJcRPҸai|Id,Mn\'M[Jo`¤\rҌbM;Ҭ[<7iN4V4[Bz;+%͛dHBJaOiRTD{\"~פ#RSJ>W(4RmHiVRg!h2<LV)rF\"IR;C*W\"GQ4ztEZIZj\'-m)I˝]ޮH\rzH+N8K55Q[ڙۏJ1Kk9k鳇2鳶#s|PDzPC~,m\nDJ/Ϟ ڷK;J;<{N/xNݥ;wYA;ԍ=48I{Ic_[ҡᇯ>)ұ	{I:s,46kHgWsKҟ{:JHTHW=JWkӥke\nXjLxllGťT~KNy)S_x\"\\-i\rɴ*dZWA2-L[sA*)m!5ȗ.ӯNɌ5eƨ\\IWk};5do,,ŲR=١{dV22+zlj!;%Yl`eǲ@=2ͳ2pgO6wN̝ܕy	y\r|m4d|-#o9[)],W_,P\rd!G3e^Bd烃ea[DlE̗E._Ȣe3e1s;d12,,N/%$eIe1dp,_,Bˑ<Z\'K\r&\ndT_\rDF,9YvK\rQyxUQ>Аz\Z]IأPG`2|UM*2\\Mh$#&fH2My9*\09%1:dk&PƎ e*]L$|Ȥ%s{hٽk6\n~\nϞ9$Ȋ>esG @V\rOX;dreO\ZeƠLYcC3y㻬G,k]A,{I^ܕuh%{gsXnAa٧{C?Ybv祟lh\'S.l{l]ǽ岟e;d7iȖO8\n}rrrO}\rr]@Jb|s&*\\\\\\c]\\㰓\\+LȵZ9	rm#\\|\\\\tC\\X\\Ԉ\\U@mTn \'7h.7\n*~P>NJTDnj*7B}wͿNI8mY\'?4Jn#?)?b$?zUn1厼2`6sr\'L>F\"wiV\"!r7g{:v\\W	rwyyP:B^W/X-K,cqd%y:Vy[*f@*G#\'<ϲ׋ȓix\rI<@1]~S9@~T<%yNoy]I~{K~yn<q94ړ\'G?#G#9r̶Krl۲N39^+\'$?9#˩.UrZ g09g*y9rsEC\\&U~|?ZRG~=%F++\\MU9ٻBpM^]x	O^? o|?{,vPUyy;JA$ZRb$EC;Vʻ\"]W33w\nw&Y<I^ܐ@y쨼I>.h*ȇ2ɇ1QX\\UE>\'1\\\\pQ\0)#IeF(JJMJf*Ɉ*)Hx>|ss;܈j9s::sǯqw֝v8#}sVsڵ?o:Ot.k	z\0U\0E\0\\>@@Sue1Xm\\lDll>|D	،90Rg|Q\0# `Kf`K[&`{*`I]\0\0+SK5y	`]\0\ZM\0?bpؿp8 0pQ\0pK=	Ydxxi\Z\0^3q-\'V	xC1\0t4~EBZ	8}pJ?p^2 HU	NqK\0Dݲ}ΆǾ\0\\\0b-@d >\0 O#.QV\Z \n\"H\0$:$F?\0$$H=s\r\n=H|pg@pa7&mp\0Tn\0](ȹ\0((y(\Zz\r(ax\09]ܿp_zPT\0TU1l@՟x@mC/\n!\\h\rhtfM$\04݀,[@Wu\0P\n\0@Y\07\0@Zc@\0j3\0\0,\0\r H\n\0]\0=x\r\0w\0wE=\0=䰫\0E.r@ix\07\08@wg&P\r`d*`o `|\0030ud`\0L\0(`)m<`fY\0\0~*\0,D,\0K%|dPPuh?P6T\0U\\C\0:o:F@w!^7\07@C@7W+ǁ;\0wwG\0Z\0--{T6o3жp_*СoQ	t\\.\rwCx7˗X]_ǳ@ϭAǮZ}@h	@T\r\Z>>)J_\0þ<_O􀧧\0X|\0F/^8S y]GBlq;Nxb`|xnURtC`bW`\",\0\nLӯaPS`:\nxO`g`~` ~`CS;/	`ap)y#G#g2X%!XYX}oq5E`mz`<Xw3I\0󁭫?[-[ag/v@q\nbwY\0\0	#@b>H\0R&\nT  c\'Z@EZ,:P.^vK\0{!ۙowL0,yhP\ZQE|Ty<8n\r,\'.NUdل??R?_٣ooԍ~{2r	zH^V<ԅ \r7a@k@hAB@\ZfaoQiOh#\"hBd;;	vR֓o\r^b1~`@{?li,MA鍠R?e&\0Y]\0:2\Zrp w+Ǚu X|Aڪ  >yT\nr)ԀB.BσB^m}*ERZAg9XйG29>tj=1t/ /(\0t),tt\rt_jPrP9(\r	Je2\\@YOrBA)-7\'<F(N]P,\n*RAϠEGA{AQA}CAoՄ^^ŀj@uPNPyԨ]j>AsU@YA͟@-\ZAm(yWn@8;bJ@  _ATlBAȭ@A&V&etqD7k(`D{Al V4	jqox@gM I=Hh\0@E:ԽFԷu7P#YPE_1\ZZ\Z $A5ADS ˠ\Z@Q<h;$з:4Cw\'j#(]\\hA\r-TK>\0\nS_v6Xe\rVm<^v=X8+nm9X\r^61&olxu\0V`b]/=ւmo=}(l?| |!|@vhs	>d=jGs^~>~5m&ă>!o~%\'H s)8(2[8B8\"e;pT 8z8$8>~RD3	p)p	8er8}3pŋt[p:9	?g#Y/΀P,v͇[l8;-8\':8Y	}1]\0v{G	Jipk}pup;pm0\\w[\0dnH7OU悛RހXহV7Zf/fpkfcy: p[0k`N?0\"Dg/h0Ư/S}`ZR	B)]`0n;IOU`~X(<\r\r4tX,mw]IwU\0w:;؀IPz_oq#O(C4<m/L\rg^J3x\0=<{kW}d1_??bxY\nx)hAVn@V!jq~#/ !Zwa:Sk\r*!9\Zd> \0b(\'BLK \rSZL٣)ȖG\"Ȗ~E<6dK+2sFŐw!vٶ} 88.@3m .SqM)@\\vQG*vĳ9\nB>BxN;Rv9oC@Ai\\șo ɐ\"Hdf$_%wHlO%$.+$>Ur#H\\Hf~\\r=i$Oy-tOHV$\0r{yHދSHm4*.\0)<5B?C*i!Ut#U	Z.3-H}IHC@	!yNT4W!/A^A& /{9$@	q\'A@!ҝe\r\Z	0eAUQ-o*k@DiG RD!ʑwޛ,Hߥs7v@Ȉ0dA2M{>t\ZdLCB&Wl Sw} _OAl%AfL@~C~ *!9}3z+wG! !ib)dEUQ@UlĔ@U<cjfPlvڧPV~Te]%g[ɃnvHn@\rC܍nyIgA\'@mAA9ݾq+t))e,vu>5\ng[t?vW7Զ[辭}B}*]GK+zZuУbGCҠtc@c-޹P.PgfP\'NAO@f@ߋ!Gy#Їao36NгK[lgzChO|\n4=\ZYaA/BzCЄ$^ռ1hB+ZZ4i[hRhr7h(h\Z~~	iAsCo;@\nJ]IhacZ즀<|-y-i[߸-r>jVVfBjF\"}hm]U=v\0	mdNA~>5>)6#Lh\r3zmm/vC;.vp%P؅Pc(*By>P\\k(7zi\0JpJ?uʈ{B9P^~(y\rTZ\\Pg\'4r*b_UAcAݕ4thN\\9_h\nm[	UBDC\'5;Zv,\0tr*25EOs՞};	\\t4ʆ.}.z]fAW-`hLu+Lu\r\n[Ӧvô?ށi\r[,~fu[os\0*<5fHmEYYaVma60ga{ҁ=`{]Ek0`v~B=N\\;)=laxaZ yD梭sᭁid\\q0ׯ07O0rؿ.q0a\'`XG8,HcRwĀ9tQ1Q;[:Ȇ0]HքTb.\naS˰+;U`avm]:.,K=6xv=sv㎆AavXǵiP]\rI!d-t\rvo=\rVvV	{V	Ui`j`j@Ay}X\ZXNӸXӇ\r綍!fe}\ZeA˪Ў\0%aiX~ Z0K1FQLa```0uv1~<	Sa01LS.߄u`}iίaa7`ZaCذ)\r467q>que8l|6\r\\~<}][7W`\0[6VpRjccfe\\I-\0|mf*\\;z\0Sl_{<,8\roZ_7M]av;a?w0WwE50{j}{\Z0=^B_gM	pWpYSo&pP/܅\n\"m\rwo=epֵcwޫ0V_\'|OjOyz8Tx@a<zX]	z\nt`/?0fp\0~-\r~p<p~,B/xf<&s/<<>^~	>\nO_snSF4Swxd<C-<cIxF=<9<c~%)pg9X+nHuOw俅!H+:Rx=x-C=kUx٭Gc0Ax/{xmAx]E=A77~4xSW	*xKD3a\n޶^\Z)5rp{p)O#4;pNHÉkp=N3RYpk]\'s#p~Y8_.EGb\\bzeN&pb/\\+XKpe;8:\0ޟoDE\0|	A?u:GkO?=3rm\rǆ[	>//*/)q\rUF9y܃W0wS=߿\nK5B1t	Ch}<@t@u{X{RI\Zb0\0\"Ly3LIya\rcj%{aY@XŀVk,7!®]a7t$&bf002\nѱ8qh	b8\\p9pa#\\=nwaQ1?Bxp#G#\Z: _\\A!M	7\"@!9!¡[#\"v\"VT Bb1DWDFD|+\rpuv	q-z)\"Qu\nqm8t\n\"5hZփnhDdu\"n&W##ehDξ\ZDSDYMD>DVD!Dq\ndFDE}YU(؂(DTD#*=BT;vnB<@ L#U~CG<!j<Oe!*B<	vuG!bxx9uѮ6h\":|Ct0^#^MZ#\\#fBiCeG2#`5 GP\"U~B|Dk]m+E(XߠX#10l!<u#\'BF(G]NTw7w:,A\"C={fbp!\n:1:IGLCLJ_Ի _\"~E\"~\r\r fas4}?x ~O![+F#;R#u\\	1\Zw\ZG)A\ZpH#ertsru\n&roOvw\0i?A;G߾_ #H<K-W#=<><WG@_.Ez+>(ȓ۽\'ۢCd\">\Z&y+dydy@ƥq7ceK6+3ȫ-=kdҹ$d;2\n3B13+37WY\n?dgdߡ̯?o9,x,4B]9,vG KAӽ1{|YiR||E֩ \ry)yg59}ܚl]\ZBAۏlCC\"_\"{JHp^RBB(\"$4&\0	C#*NHO$*EbrL)$Id|dAm>Hv8h	)<\0 3܇Hi.~#|HBvy \nΑ1rDsoA\0 G?SI七rM䄧DANE\"EN\"gs?\r?_1Ş%ߝ1(K\rUjP<QjA1(uqNHWCiBiPkً(3F(GP/CZ?CmȯCBm428MGme|x58ezj!ԖI(}mž̿]/PQ2CͻXԞu}}ޣ(GP\0HI=H;d-roGy3QP(\'Q\'&QD{+P6GP!*<\'>?:Ey:S	u|\ryu/}\ru\r;P=V.wPWMPWŨkڣT\ZA\ru*u2fd$v?T-T>2*މUtoU*_A.ʷOP}ePZ1kP!Jv	:2U@=n.Dl@GմjKj~zH)pW$jjԼza)\nt`lqTnjZP-[PmRTu![Bʾܴ@GQ {Z:P\0R\r6mCBPxQ>\n! D(K1E@QgףPgpsE0\0>E,>O\\P\n\'p~%:%@d\\@)6(%؇<Du{QM>\Z&$_5V\ZPB\rnA\r&PYwHwQQcsQP:ϕ|a j\ZWA}rQTP7fP♨_	4Ԭ6u\'(	t.n/jZ%^BZ%Wqhu.Z{hM5kk_Ak|F@뿽Bo:R,kߢ=&:i=AڬP	|m36/G[L%Do}&#(z]?=J9zogz/:zm-poh_hx5a5ڻh5#\05+d 蠏&G{=Ġ}h?TpI\'\"Tv8X#:p$CFaЧ5ѧ#\n7BG3C_pDF\'B\'Ġ4nC_i\ZA_ѧIQۅDtZNt:GgFg^o@چ@gcй|t3;mbt$(L]T\ZW&@Oy*6t\0(]]B?-G?>YLGן)E?QA?1C? AF8n_-|GQhU4\rFj8h4\r4=@4иhM\ZCoCSo4y/{_\0тB(Z?33\n-9كm*D+X{P-.Dw=z}ot!0#Ϗ?c1ON\ri5zJ=SzD֋F8A\\A\ZBϢ||suNEE+փ0/̪cZg`DczcfM~ִ\r]~Y)#c֟	1l\nlYٔYfsn0U77f`<1\Zc\Z{UP4X&\\X?`b1V\\ fE1*ϳ\Z}90fqP881R1g4mi5̑Eq-ղ~H9jd9V97\Zsos㣛񱹏M<]00͘ɘLLx^L8-&&b>&&yl\0B&F[c[((\\S?I:|,Ĥham11U170z{07o217cbwb\nL!m)S܇ĔaJ1e10e0ṼvLO*%\ny&c-_<>k1,cj4ڇiby4ļv`9]\'N;yxD\05D;rz@CL10n59AycP^T,	߅A&l܊bp9ܐ`Cl_`1-NAO{0;;kyM+I8f83a7#=؀BLDc]0S=N\n@ufY9YۃYn\'`7w0+	USOܰ\ZxqvͱCص}&X#X\rXOMlkA5.:55Eb^csc]X&N]zVKֻ։NXdd-#[o?=`8=贄=x:`m3yX:31օz_\rӾ={,\"9:֧=ƞƞ2Ǟw-b`C◱-0\Z6,\rôc8&b#l%s8s$l	b-^^JMH3^9Jr^XMmMM.M{폽\Zі1pYcsKmzmUl^nl1[-j-a`/at>cͰyll9P*>(}~[i!V%?>5W_!ϳ-̻ؖV|lke<eKKNc,@ohtzcbRPXXf,~]Ewa/˰XKH%cX0\"~t\r,~5m5jf,	+>c	_RM\ZV)+ₕ걊hQU6*;خ9lwlwc\'g~w1v$0&015sؑv\nF=Q5؉_دt*?+sӳVE5o4u쿇b!\nR9SڂS}[e3Sli|Jŭy=[{-NX[g[[OH(H5ٸs8qN`qg+DEۢۊ㶒_Qmvcqqo%8oWq	wqb/\rs8nn_>q)i;w!i:^.[8}q|/|8eop\\.\\\0*\">	q=wqwvB;2paz@i3,\\Ԧ\\t@\'|P|dŭn]v][Klv]lKNK%K؎Kx^Kލ~`.2Y	w7Gj\nኍJ&pe;\n\\Ŗ6܃T܃SpV*O㪴}q5V걽\'m\\ca752qop-0\\ˮ\\^7\\^\\Q\\d\ZmupRpR(Hd pP8,b!?Ca(Qq8QcZPp̔Fs1[±6pN8K=N,](<qn!n+\\w3\\d\r(__½=t<=kdqv8n|}r&}g>Mo\\}2TG~G~F~Y~\nf-f/Upp&c}˸Ň?p+p>x2^ejs\n6װkNkk.66 Z00,M!~S#t( Oo7c4Ûnۈ*D{F3;4T;e]_5CV\n\nކߓ5;TU;X]t|.Γn#x?xjxIGx8Nb]AF-= )|-|<|]|%|->e	\ragX|<f>e|\n(bN|N>5 	?\Z	+)˧X|_eL\\ɇQG|Ets:\rWw\'EQM|iB}z||Y|Վ/*\n|k&\nW	~k3u^Q:o72yjOKO ֗mc^	3<*maaxD#ڶQcxt4\'\rOjWǓlSUxP</Ow|-xJ7YgP9vx^ي,N~x)x[^2N{vr==c%^p1>w|--k\Zw\'{?#b\'݃Yϝ/\'S.o]-OϖQu?}?Pp\Z }_s]_OPybJP}\ZBP3t\'+a-skl	ڟ?֝8AX!aC=DB3i6,A,¦@uWiњ!a1xdE12V\"ai=IO=p@pAp	ߢS?\\!fƇKJi\'[$_sp|0sf;\ZEN#؟E8u!lCݕBWNNNϼ\'pfH8@8[BBbG<ź(B)!~4p	dJFZSKKHIH}2EHYG<\ZK^O$#dV\'d\"b7&d9@~fE)8O_CL\'1A\nw&KxBɥRB-6?9BKBٮBY:D!T,~$<8PjBxt$8>P5KDw\"<{J\"((\'ڷ.:	τWv\0Q(&o	C	#@>d?-_<\'SMsj=E`%k	쇚 gGC!K ~%H	2OBۄn+s!zO&zS>L~%HM%{JDFV/	}	I<&|\nR\'|\"\'&Sw	S̭Wi_фwR\n	\rބ ¢__Kiz؄߄)kAU%ǉkk_Dpvc\rq^=hqT\nQ7{~TN4Hb\rV7\rx\ZoƞDs;1\ZqSsD<9{hjJS!xo#&-_O&#vD&ODD3W~K%:$:WΓnnzD6z[]J[}qSI\0w\0ZbX%1܋N l!#^#F}\'FAc1ċ$++k%bm:1$<Gî3iě/]pω9Ĝ?\\>mͿ{ĂkĻvFbR6bivD67)CUć6G:b]6bG\'͡z$\'Ӑ+gg\ngMM&pb[bb</Z#/{҈.ED2\"B	Pk\"F\"<AMk񷴈DoD2p7΂fMd1̃7L.\"3\"wҼBdA	DVn\"gۯIEXo\rD=(&]^b7==MȉX[s7;gwAD⻤Z;(q\\BG|__OL@D!yf#q̧8Nzu8MLY@@9MK&$l%o\".$.J3<H\\<VG\\dnI[F۲G\ZoMrœTHj\Z$W9$u$\'$>)I?i]Hf 3H:I_%m0.\"mH?<H6&!m6HOHBGQdbgO2%>@2!E&m${Yï,ntv?H4#Y!Yх$k{$^q*q P\0tE:@r&l>Fr1#yT<@kI>}H>E$\"lk߁-$S֓NZ΃IvRp/Rhx\n)ę3@\nCNϑ\"6:\"\"HgI΃_.KI1GϓbI`Rt\')A:)DJ(DJ #]!]]CJJ!]{FJʙ%eD23\rIYHY<I*Hَ\nRD\n)EUIK*R#DJJ;E*8C8TقT#U-jTISI\r-ƷIO[H<ҋo2RhfKjEj`Nj7DjGjۓ:O:Ɛ:^i^\'u6>\'u!LHV%	>	|Og gI{	{$#!$u7*.M%ϷOHxLj (\'~zƖ$r\rqYHb]8WI7&$@,IoHf$I/I\\q$E	I!BR^0$)$mRINMY#\rړص0O`1Gҧ\nҗi۾4HH7I?\"K+<C@OZXMZ\'-@ǝ|0&t+ȫɫW&EÞտY5N54ZOZgk\0:f~dV\ryȺt-d/yS ٨ōlD⒍&!&dS^\0:YV<\nyf8cvG\"sȖ.-V9!lMBU@6w{ad[\rn*-l!#י%癐EA䃇ޓ^\";t&;*GJדΒ݆u7CGG9NdߚVx)rh59Mr\"eO:y9ԥvp|:Ї|Ziz	쉵.!_(c^ɗX+䫥tKkUɷ~+ޓSȩflrzr+9W>Ň|*|Q79j/9K!g_#g>oKw󨜜@έ}A;NΣ=$߽jC.,&V-\"ryrWJ.N.ݭG.\rAo{\\:E._N./X!?\0= ?1!W!W{Ձ5^kDD~Z2K~&R#7 /|[uȭgmWmm]vCr:y4ؖ@\\$CD2d@10hHVqo;2q=TD&#^)&82&3xdv;25YE,<,,\"cbdYrYz3,V!Z䮱Jr)H&fߑJC~EQ,g׻//Cɝs{`\n3??6m\"\\l!~B<DE^ZN^zxwQAQQ9LYaKQۀhhdR4ߡh҉5R2e͏#-ZԞNC1ḥ@R\"(S6CR6c)gR|oL0)u)(g3!e[mn/#OŲ\nFAvXWGPlRlД}z(n(aG(f(G)A)$ʡ/) 0HgJ)ŭ4;E:M9r%Gӣ,P0J?O)aM3ȓR)Q.88F%!N0rYcrO r\'rhJU7klUJb(%HIRR>QP*P87JYJƓ\0JvJo\'%)LꜦ䅒(yT)w>q)c7Q>F;H){L)2Рx(m](QAJk5Z6|X/I닠)\r[)O;)])M&fJ$\\<iJ&ҢSAy!0(/(/(uYp LM@S )}~%k}P0Ng)L@R%)\na;BJ!kfP[7Ph-\n{\r͟Mp7Rx({Q`0Et\"m?IDyR=0J6J70Oy]A8~2DPfSލ(#g)#7)9PF|YlJ_u21bKLLuާL(v8ZwcMuٔ,1cBJU=R1eJYRAU?IljNRVZ}0Zs	U;Õ3a;UU\nUU?τj!j\0B5Xjn^mF5\"QRMf-}抷T/۶P]]KtjGLΥZPQm=%Խ-v+T{\Z=՞EI=xz)zpz(e$JuCnT.ST1z&QR/PP}2iTa{:z=S+U>LjTzcujiCj4DSc~S/n\\GI/ХW|/	zSpjҟcO$jz}{jft3[nPswCBy~ԼK|EIj\0z$ncj	dZ˔Z,-jZ6Z~ɄZH}pݓCÐ*U*gjּ\r9Ā|ڢ-|Q;7NQ!FUTI*\nK\"T_*Jd|{N*5J,qaT1JD8PҺTjʦPn[~OAR_îRߤRUSQfQ?l+~L~OJ6WX5:KNRo(o*7	JuBuR:ul{@S1~VzPISix=i\ny̥i.ii&Ѵiiiva4ӴMi!(!&f\ZCʏJ7ӶhShAc4(k3VLm3_h;}v,,hJDͪ<\nSAL#JU}K]zL+Fw{Jvv\\JsB{ќi.ڑ4S4W$[=2=>^^KcӼ^Wz||ۏ\"h\r JZ0h=-X|vHv>iEw\"9Ly[Zk*-49-Q Bھ\rkcdZ,-)LKBKMɢҫ/Ю_ݠiY#$9[c< ڝHZ!TVF`@+7Ch,CZE\Zڃ5{h5*-fh5=\Z0%ZY5=EZӪ/#ڴὴ|ZsPN{abUPA{aRC{EqjoO@EWh1\ZA\Z:OyC@\ZONup4rn\Z?zF6%L\Z#J?\rјJ\Zt­/Ɖqh\\qJk4E4EY\Z=5Lʦu7mu/zki}޴>k>o/Ox5C\r޺A{XE{\'\'ӆL{håN,j6CӦ̹o{Xo9i?^ͼ$f\riYI>\'7C+]C[I<,9WIu:隃k@t7:v/QD	\r=麱t;=7&Ls\\;s=醙[э9tYC\nH!K1IK[K\0mk}Mϸ218}t{l.qÄ\Zݱm~HHw2_;=}K?QB?cݕ3IwWGw{{[=ѽ^N}jEt?0DS=7NCadzez.=\rL-==b=ːSA?kHLXɦA9ONh><\ZEOJKO*\rlg\'=voޣ߂o1~aـ;Oۼ<x=\rN\'zAm84}z]za3\'D/zR\0MzŜjGZC~Hl׽(׽d9z?ƝgӟI&GzS*	VFoҟ=?~Jon7z[?[V=/8w4֟#*f;h3I@ot7QtDƌСB0:nEi	Utf:{:ʏKD|c*:%G`ttx:iG>fBiЙLJEg9tW:MB}Attqg.9r.KSte4 6G_G\r#?:.ݓ/>w/}CwwohLs?뉒>>S>_Fo=OK/so+WCUdcSz\\C=\ZCCpC6CX36\0qbelL^bl~`gk2B=\nÐ0=̰8:zT40\"M	Zɰ>dɰ3~d0삅OYuAÂ-#OEC_ka}uqcãiqtg2CXXq#+\\2N\'!S5wFjFOFF*dd3\"\"0\"^((qnGƹݏ1곌ح=-qVKT	m]FFx #a(B2n|b*qfm~e/3a<g /1JK71q:2@!BQ1Ȩ$3jnf 3\'u\rMͺ6/Wmƫ{\0l^lÀob@ޘ0+VD60pSbN1\'ގAoeПe0FZ3і!b2DW2$O30ay.!P4]EnH8GSӛx9fO%:c$1Hg}x1{1὚n+`|:̘ڜV̘10wW;a߀4|l\n\\faRg%1Qw̫?$1\rOz1v2[KL3Nys[Yȴl1JW6w{&62_fy8tjtA.K#LזL7\Z{%7:iLo\'\rG!yg\0f0=<{yҊ7iea2&z[A-$f\ry4fͼPf^[n3=e^}yLve&IQY>17f3B;3Ây3\"|gʼ5tdfOlc0o00M;qf̂Xfax 5Y4c`1K_~ffI1	̊WGϘ^՘,\'g-̦[矮2k/F2י{_2+O02_nb:0LL)	?<D_c왤LR3Ȥ~d=f3ُN1[\"LQ]_)^eJƘLY.SS^?캬J)avG0{!׵_oRtcwXpss%2?\Z3tWcṈ̉!Kp(K&>s,9Ng~EeNGBߏ0g3O0`=̅u̅Z/&_r<s%|2ZUmZ6:OZdb4XU,M)֚XkXkDu֗Y_t6toa(fi6q%,͇,,8=,.֖d<B-5k\"v[\rGN4k,UZ4ˊͲymړβȲVXv9}kXXLW`9ZYNo6d9sY.)X.MB*ֱjoh˷8dNN<:/+)\nhf&BڔЦ+PI+L&dvcE$\"`YsYы.LfńY1uXqGYW.}e%\ZU7JHfXilVzGV:Ǖu<Q̺q+3Wzy&5ĺuFu+n\01%\\IV%v<+^UȺsU*\\~*zi*w4u*Wc?*ob=/d=ȼzقUIAlX[XzV[]sGXTmY\rXϷ뱞6%KKwKz*i\\c^f(X`vςnlxς`\rr8c\ZYǋ,m=eYd+yZbFAK%ܛcYKZ̒;d	,Y(%qgz[\ZaYXCXw>n5e}>cnF-XF6~	kBe}adMNB7y.;\'B֯OkQm\'SֿY+YjOw+[#ɞiYSֺIek=cku6*:MlIưv&Ԙm(a;(IlI8{˭ۧwbwwwwe[-66g6*l[2.ڗ/%ycYۑ俋}S\rۥve&fqd䖰R~*\Z\'O鸰_h\"cI;jLv:v쐵쐛NIvysg\\g2yJvĳ+v9	170;fNd^b_Koe_{g_tN2jLN]xNKe:Ǿ!agazcg99oٷ,\rt+;þe*؏>ڿ@]n(c7ܯa7<`?Mf?%<2<vD.y\r9%ƍְWv{	Zaw\\ew4awb]lH0bþSp!`c;^;^lw\n&WaC6Mk˦Yq6j\'C|p[aν`=.寊J=vݝ~\\{(>{>=\\/aOb/a?|u=i5Aʞa{Y̞uȞyŞ+>{֜Iv\"ރ4c//rTd#8|*AʹjY\ZQYu,ggm1gQj:[>g]zg4	g0ѵT~;٨h1x+S9pɧqs]8JygJgggg;g\'y^ͱX%Xñdsvqug9m%#bǑsأs80q#xXnx@98G8p6rxp5x9>Þ_i\0		l	r}__pVsp`6ND?\'I0k9gq8C9V/8nshx_w:Ur.\\:ǹt#sϖpj\05\\r9i幜97[8f;9@MsSDz19\\6sgS47)QsJfrJwsJGwqʛ_r*9ba\r^N6S%3TxraO9O=˜zS!γt/NXӢSi٢Xq^p^M8OZ9}Ϋ_N@9\00tq૗8]	dZ(3ER8^)ҘCN\Zs9%ô:s8_8\\w#u	Gԭɑr8`Lp<)⼆Mr6[qp29ΜUU+Ѭa\'X@θ#gbdfW3&LoΙ~V3Ej.s殭,P8\0G8_\\@3WUr5_s^js}In(@sr7=K\ZsM^rtsr]ǜ>*Nrq\nwwe;dk_ڈ{ǹ{+GVcøJuәzakou0YQ=r/x\'c듺{Mp T87ninX7ōFuq˸죹11a1Xs{Q?{˾r/Y^&DqR͹	w	#L6A7rg57M݁&1iܴZn:f7br3ǸTn,7k˽iWʽ6ǽ)7g--Ev#Tnc	~3[[[HVG8pߦrFU\r>܆N/͏¹ͣG-wmk;/xH\'p\\\'\\kS.(\\D.$m5»ͅB}CM\\XU+r縈>g.B3)EIs\n8 #R$$.E<KeU$.5..os.u\n?qnW+v\']\'nuМۗX}m}K¸~D !N;1ٸ;r	pxp#\rxsXW=`ܙ{]?봸˸Wq.-p-ۈNCi݊iֺ֦Pyk{֥t֍6lm8nӵK~ЇxFf<H}A3_gncʳY\Zvt\rvμγ\Z&l*x{5sxv}!<5|Tf@_.C# ;Rwsn?<<xGOe$ry^abNXHx\'2!<xqv\09/H/IBG𺵼p	tw:=\\gʋX}Ŷk.n;ʋK0Y% y	?By_]Kt5yhnݚ{yf\\6xy_N\n<yS1BS8Ȁ+ʻW\'UD*w|U\"xx5OCx5+1^o\re32vl׆x{6kck;x1{JjxIia&by&O{<bSq#ui(fOx<lG+h$h1$yLYӃǚqv%<׃<iOX*<Q9u7S={j{׏ugyxCwFFpg\\ބI;o=o*/+7#o)>\\7w~G}[U7UjWWgWW#\Zo5\'kRC;E\r+|S|7i|_5|-s[WWo[\'o\r͸η0V?֗={|ۿ_}mc|zlwv.C#M,+ẅ\ZxHx+|J\r?3?0͎Ƞӣ~RSGN/HVc_u0~|?~a#R!^~bE:?Og(>o|gzo=j.g_:6g?g9>o.rc~^{u#_jǯkk}\rWFCqƚ$?~\"eʃ߾i+#Y5!c?6>,6K#I|ԏ|ȋOk\'P	3|>9c\"t>=*gv]s&\\F>>\r\r|Qv7_|x/p/\0lW\nIu~oW@v{`0~F?1&\Zg4%1c=_֟3Ng!V]8_rjU/\"+z*&/ՙ(uEFC@˳U%z.xPN@T@h.\Zax(01*0Y	vv]z,}%,ߛ\n96l{6l؝}&\ZwN;8L	2_NIkn?<*8tN3+8Z-8EplX\r-vPnI+D:/=*8W j l fA4U\"8??!`f*͂51[	.>!ÓlAY 9Qt|W\nңMQׇ\'\Z5\rH6A[=u9]AeAp vyAi`:AセjBA񡟂ӂtw4Y $Vp?,(3u/\Z	g		-2-gAǩWSWtj\0RC\0@\'ge}Z(N	P! j~G(\nTS(`CN\n3zё*	@<i)1Htt@6,P@hś4AWeYwmc@J04CS+Fq\'/I?SVӃ7󣂹^x[x(XZw@\\zp6mjߍBFLP+Z]&9 !P&g|jBP{	N(4E	*fd-շ0)[h	wbr6{6½wv.BVB`-~|=,WxP\'t<#t\n]l\ZRkZme]£m£kl7zL}\\˅\'ۅ;\n|Ha90Aa0h*E%ݲ\"k[\'<mOYNx&bBx͊0\".Ai#?\"FFx	/c#ج0a,Xx1aEh&#L\\^ L L.L.tm۱{[Gx+k»*EW\nKm.I>vg\n*VV\'VVwrIoj@<>#<-*RዊDa]a{v l\n;P+B!<|M E~\"\nQ؍BgG!LHDI.4֓*d̇B,:#\n\0mP~L($\'BY0U(:JS2v		=.\n{xU޴^ma}o\rDدc$p8%|phQ>+A1 Z1]8?(\\%<M8f,;w	G]O8!N:N>NAOi~<\"~\"Nv	d7	pf^[pvSpJpS%\\\\,\\,/\\B^k	HDn?DٗD<BDj:f\"5rCCQiN4>45^1\r\"\'kDDD7DzM\"#\"#5I~ٹ\nֺmK-mA\"kl\Z%A?DKDE\'D4\rE!UB#r7ܝ]EoE2EEm\r6c	E5	\"\"\rXYW\":(:e\':l%\'rjDAGvREfEEΞ/N\ZE.O/fxpe(QO8)%#RDLOx%-wrUJEˢD%\n߿$Uw\"Dƿ*l=D;7ED\ZE3E5ץfwz]TIH\'z5\\:+zC,FXԴST+z\'z!ڞ6^J;E7d͟EW^-\0\"pW=L^(BEf0E\"Za\nEBzI\'qPE2;!D^#[\"aU$$EbB$!GD}\"լHGR墮(Q\'DEPE}8Gk\\z,zQ-+\ZMΕ(\Zh/\ZgS+\ZY+\Z51}G>OD_^ESD#Nff 9c_?H|ѿ}bU\n*%5+X=)@]9HxE!px^b.-h\r(f[xh 63y+6n#6Ɗ-m2;Bߊw?.*[n[[M[v7!*Ų0kAkqXScB@\0V*v\n:!vo;_pym{{ǽ*hK*\'۞-{ȫ$>_M|4K|QؿؿQzڈ!gš=/v#6ƈ#~G/<:\">4T|qDUϙ_)NXNJPtT|\\|LFrhQ\\[V\nQahq:fZ%{B|]!<\ng.>7g?+g,s(ۂ	q~De5Q\\#_ߧe⇞ʘQq%xꟉQnG\\q\\,Mh%~vyL7?wCI<Gr+T2qW2^Se+n+n\'(ŋ*T1@{Apb\"U1z1r_#S]HB^x(i],ƙ8qĄ)1Q&&iŉIf\n1}TL/\"fًW7bKW$s׋<ł:Xl$HX:˽݇=V}soJoFS\"#&=l-4`S=6_(W{gF_\\^)BxcFph^$^\Z-^38VI4F*Mhn:OH:X7Mb\\ʖXbILG$[-%[%%|/Zd>d;Xd/dݿAldOdH.Zb׹Ub\' wEW%9ıdV;}%\Z(qy\ni$?%nU%aϕ#H\"HeJ|_{hIߒRI	sI(]JDDnWD<$9IՒsuIt休b$d$^Qr*Zri%\r$K9HKR$)T\0EV8H?uH|\r$ӯ@	~j䛑$wH\nz%E%Ż7H_?%jZ%m~Js$k\n75=Vw**;ɣFmI\rꑤF\"=.,9!\Z$A\'I\Z%;%σ%rI3v%@=Ht<$`	 ZFN(~I1dʕ$}Lg !9IHyq\n	UsIB\rH	*pfoJ-E\">zH\"Id:SyDJ(W4WHzr$+ Iwu`5E_F)y3a y<!2VJާJF[%:$zUk,$co5%[o)o$\r$(˃-7$F/K_vHh,%YJ,HUIUZIR6/RM	+TT˸Buwt3G&]7n#ՙH7`F6J7LzwI7N\'t:Iy\\;WtK}!VttއR˨R։=?{RDM8aRg%W)uɔzoz\Z2(=~!鉐Uғv[\'/$\r俗9KC\nih5M\Zږ&\r쒆-K13\Z陵(4ꢷ4ZWzA.@NєtqI`zui4sJ-\Z-iJ=vUz[zS\"Qo,-,-&-nQJKU]fiP)LzoBz﫥Fi9B놴bzACiJw:\\Z]#ђIk\Z5fmi]B.SUZ@;JKJceǤ-FҖK\Z/ʶH[ˣm6ݶD\n#R\rB=4)\"[)בbXc)Z %fI+R_ʯ\'JWK,_-RggrnJڛ,\r7oKKڤK(C#P]aGǘҏ$tK\'LeY:MNfJ2߮ UJIyPғV\ZrƨtetexXrrJh,[=M>iHd\ZdS2tL&*/[-ӶfSddzV2=z2_2}~L!SYKfp^f 39\'3w2s\Z5EfvخWf=\"2ٺl/\Zw9Gd ١ǲC횲C߸#sVKdGʳeo4dd76ʎyekȼU&˼NNmJP[Ȃ~_۱e*e0Yȝ+q,~YhGޥEn@\"wg\"ö\"eQ7dQOʢuʢb,zd1nbI,LcNC_&TE\0]=T_T5/K*\\+K#d7ʮd`o\rٌ,,kTv,[,dWdynYٝ@ٝ|YA\ZKV.+RM}\ZMmeAY2JVIΐ=z${FV=TVF\"^0ʖ=.kN.nK+Z٫RYaYg^@\'MeaH|rm,L[0dd	;>TFH\'#9!edᄌK1Kd,\nGNӣ|PLTU,0eG2iNt MօLuaȺzte=k%+p\\޺\rF|Wd#>>\\Y#etԙk\Z2싪lr!dOlrG6ul}},uXU6$-\\+[(?)]c+QpT/\\Š]+W!WZ/׈5T䚽b5OU/,rv\r>.7Pn\'On|?Nn<\"79BnN\06M\\[8Hۊ;;?;K]y]ݙ䖁r$-ܶTEnDq@n{N~0M~تO~:<Z%.B,ʽ.˽O}6}=\'V/OEʃ,yZyX<L9#w[{#u#F$y5cJhu+ظ:ye<D0$\n*lQh2&O<%懑_*O^\'h!<iy\'44%UH~G_~zMIyI^XV^L /BRG_kБ1WSU&>jS>Ky]ǰq[zTkNy-,yǟΡ\n9@/T9ǤWñNr\Z9biW,Gџr)ߐ夶e9yO,{*gٟ<ҊosT.\"ʅNrѹro\\$req;Wޓ$m7Va;|~Q%_\"8n\"%|G]\"@Oȧoȧ˧W 0Rwnb|pH/2U/;JMV.S+4PhPMxXcb]CzUbC.ņ}\neUIe;V+=&nX\\bs#MkEQVUbvbk]bJcǌbwbgkNy.՟run͕]L>Ka,%[z:8!>o/;DqbXqBKqs93ũ\n\"?RW{CL;#Sei*\"N)\"Bf|Ymsk+.pr0/((]H#PQe+߁*nlW܈Qd)ZE\"f\"W	W䭼R)Gw*\nڊ{6`EYzEȨꩢriAQsBQ۰Kݩx_h&)M),E5NduH&*:3ζK;7Wۂx=^鬠;+8k#F`+Xj\n#N6Rp}[\nZV*D\nqBU!9ѫ])d\"DPV_Pt*^߅*wzw؊GbbQ|bǏEO1bLb<T1uW1GeCSbrݢb2vǹCr}4w/yb^+J1]1b9ubL2ST?TT.Q5*(5_+BuJ\'(u*\r^*7K_)\r--6+w}MSZVZRڴQq(5J.Lyh`fVyHt\nB(WR:G7*]/+hT)]KJhc״QZWyGOyJy\"<iU4Rtse]20q{9Nz{A:f)fV03qהQ\'~\Ze|*2]e@yŦEyu2q212p[ev2IJQ&*(Sc*Sg+3E%̏ʬZ孔!eeNܴ2牵2#e>\",hWtw7;(kR\rn\'e[彏Qyʲte%Sڥ|?`+UVZceSdl<|\ZV6}S6{(_)8k|;	vZOV<vVQSઃJXQ.G+Wȭ딨X%,LU(\'*l%ز_IjIWRd))#cJW[p&)B%3SW9a_+94یUrMRЗ~/SJ!JVs|qRQt_R*(}۔}6Cʱ)D1Y9_PNeVN\\QN-\Z+?h+(Gqysu\\()!MBFȈPF	R(l*ٲGTRV}{i<ϙ{rQrɶW~:Wtj_QO_񿒿.u..).|wEw@@5.7P\'wVVkM\Z%=Ӏ\r\0mEδ=@גQVN66hlj\0l~\0}U%oB\0\0^޷r!~1`_%p-\n`j\0S\0\0O.\0\05\0Jv&`p88808{p;<8V8~n.ַpr}k+.഑Q	88w	s/H\0As\0B^\0B\ZPRũкpˀuS@m\' \\]s`n4_4|\Zws߻\rH3$eM߀sL@m5!#@L6p\r s\Z I4 u/N@qf@\nP6T8dyu@9wn9mw\0\r?g\0jk7=8\"bt~MIM6w{\0F\0mF_O@0@q@wS.CF|m=xD\rdcࣸ$` ;\n0|||-|6c0LNfA%`6\n;,	vp)ɷ\0\07O\0$<tkWH	\0J	RN0\0B!,4\0\0=0 i\\=p2X\"@~X4X{x		X2м*@ppձTZ$Pc-Pk\0j7mnn6\r;\0H/|n+9ܾg_p\'phxpk:6\0hhh3h\0ZNZ%-ZVǀ[]6F@@G5@G3QS\r謦t|r`\rR<X\n	HztgO=ozTz;^5a6^3C@j0m`ps9Zkๆ`+`9\rBh@WR`w``05\n>PƼ}8k``?kOIiɍ:LB#·\0ང%l^`v0;	j\r0wi\r_\rN߁O07%I\ra2:\rPO.Xw\rX(>\n|:u,d\0;)i`l||M-q\Z\0,\0yM\0;Ӏd`~`-7Q<ױW:%Rc_G5Pq+\"p,^Q+3kky{~\\mDr  \rNr\".@# Z	DD׏	$@\"r;;}sʀ0AJ2V ,o^X_rGs@@Y-PcPkdc&KFt˪ULzz\ZbHcbhh1h}d#h=Ai	\0醀A6<Az%Vg_/O=4m\rÀv:|qU\0%\rڭw	ǏڻZR2>	:sdy̫mAC@ԪAu?l0@Gg@X91+rh|.4|׃<\0@i΄UgA!cA?\0]\0\n4\n]q]\0\0nNNbWo=I%0ށn%%\r%WRmR$Ґ?A*;1s;k@w/A97r׃\n&@AEϠNWA%_J\ZA%$T	***@AUgA58}C\nTT\rzTzj}z\r\rzqԚ+;jryqs#Y6ǀ@>T^A21mA\n`\Z48h4)\Z(W&z@>/A\\EANwYG?Ǘݠ_\r߬}?/ \0Iܷ	k- oR@PKL\n8	~bt@l`Pq޼qC %\0A@\0Gu$}~$s&;Q?*wUs;̟k85Uu`݃wlޖog-Ɓw*h`&\\\"i.l^d6:E`ۛ`{ H6`v;\0_{*{?.O7y}kggY\0\0z68p&H]\\nkϞ_9|%G]G~\\_odۃof6ccqep\'\'26\0RFo_\'nԞല0pZp\'8]f\\7κ0΂~gby(p6{pA!p/pisp\\~\0\\q\\kg\\ץ?~\n7Og\Zg,sO;7gkw6MYt+)!W%Nq\n\n/;lM\0p	b3×)p5\Z|W8?xX?;YWG.G*Q(khggKSWU.:x!\rODx?{3\n+nKpp*_p`G`}6^Fgщ;00~5O)\0[``R_6	SV[`C0D4:6.Oz(-lr0;U\r[`WomQQ3;	Qg~hWA4L _ ZLE=DR!dS1ȖU3C}d[X.d[).\rc\n1l981bDs#b}\Z\"b)JrXbe΂bC?Bq8z8%/C!.!Bp n{Av{ěr:$H`I7$dTD[d\\P 2! B\" W9kidgHTr;FG8f\n&\Z$P\rS}w<zV\0W$G#Hҙ}HH*$=$k$z$S|rt䎟+N}zHv/$o\0ɯJ!! 鐢b1Č)&>)\nT.B9z?!Oml!O=[ OC\Z}!\ruAuyxȋZ\'(IOҜy9\ny>is١y.\r\ni}}Q\ritҡ	 ];!]^ȇUMCo =$HS/2212\0|2$d_X2i|;XLBfr!~C, _!Sk,1x{:\n	C6\rmB\n!n뇐6d@;L!S! a=Npv$ȿ\"\Z@Ĵ-i	D\n[kBWCzE?P,cZ=o]CAu=Uy-[@<ny-6t t{:cto\'}&C9\r=ح5\rݬ@͏jA36C-j.B-+^@bP;q:~Zu	z\nPWPYu0@Os\'B=;>\rPg	=wvoԏ@٨A)^ACCC~*BþC}+2hMЈЛh4;譇$,h\neZ	V\n]慴BB?f~\nZ֫V>CdЇ\'C&Ak.Bk&ڕ%h݅ih]F\Zn<\r	C/@vC[f^C[۠Sm3xhЮ`h9hG:?8Ё s.tpe:bkBbTc3Я@@@g{Ԡ?}?oFCT_.օ.((HB>A!}PV(|h\0nE\'A1R(dg\\<	JlN$PҭPқP(eV(m=W`HSeKrf PWPR2TJv|b)Tk*+ХuKա˾G-BNT<aƹ05`E0\'&0=õ0=Alki#Lv7l؎a{lvAF;\rLv	v]ؽf,L4a\003o0t雰Ca~ìa65}0{9}f?s9_aΤ#0(	0O07,#\0\0;q&TG/7滸]\ne@4,ˁmz޵	vnv.#|!vy<BvvI6E>M>)\"aaOK`WwG®=	\nEoа߽`1!JX,|K`hnn[[oRvRbB`))X,}	,	S*x=4	Ev0aZrXˁl\nC`E\\2xTV+5f]Ua!Xe&7C/=\r_8{:k*5:a/6a`6^j5yھ.>:l``]ᰮn[jX37X_#\Z>\r8[ÆN\rݸJs\r=TF`]1}񻰉5>.lum:6=l6\0KKn;I_W߇Za\'7\rg\n6!\naa6xS	/Sa̔,#G΃>xJ^L{a\nI&Lٿ>r>W{˂Du5#kn5lupn\r(\\.N\n\\N9|cq|S,|S)UW[[~moo߁~w#޿v9wy<i<\rFNG6 &ܴW7kO澥p:	Uv+n}nwan	~;tᎯTGvOɀ;];;?+Z]ݧt\'v\rpst~jm)wLx`e<\n~q6}\nCˋ0\"<\0!\r~}rEgcc\nlDD=x\"8<xO낧F{~Wz>~J?\n?\nRxwR<7u<L _+Soj+m\'|m[x5xa:m	xǝxP#{cGc!.ʏON\Z§ɽiW\\>> >*_I[2km\'UppM+.&pp|f8\'[7\\&`\0r\r.6iD\\+O+\ZJu\"d_.1uK*6)bxĚZqfIBwski$BMxmw3A^!bϋCc{I%#h xd\r=\\WC7UqMk08Gs\nؼqtlpB.!u1[-=Z8y	q<yl_\n^#r\0k\ZǤ5]\"hq~8d?8AmE\"EIs9\".V#.#BȈФ)fĕĕa>`D*)\"R#FD\"HH*@\\@!R3*w*w#,(DV}ܛs8(~(FN\"J`DEZ9oDuD\'ǵnZvu kE\r`\'s\nE9=Je&A>DDDˈۣGq.~чF|FG\\Bfd!~ 9#Q7\nau/R*bbbWDyTfbu1CbA\0]F,|E\0PpcD;	ߏ@o@\'OA׎AX<i>,E~g#D+_A[tr!4T!0byĲ+pCK#UF*KHu\0RGy\\불r/CnxԎ5GNF%E#u⑛8H=YRd	Rӎ]rJry\ZrW$rbޅHkHFȃ5H(%UãsHM\"mH6ҾyԝtJF:e#.\'H{vHI;ǯ\"]_ #=HϭiHϏEz f\rgba35_gH}ȳJ2B2\"rm-O, /_yդ\nyUV׀\"\'g\"?BFOA\\V)hEƮFN#iȄ=dJI2JtEJA})Eޝ+Df%	YH2?52_yY,A\"4EbeO3W5	9Ⱥ4M# 䓓OB-7#.ȧbdZ$U+_͆73w}k!ߟBy|>CvlF~`\"{TȞ?doٗ5쫲F\"^#۾ G GPgkx	CQ5Tԗ7m46-+UB@>9|50rG5A\nT ܮuw#7\np`QDKHT\rĎ5!$!2$/<F{HQ$cɐL\"Y${\\!FrS+܌H޺R<#cאR\rBJWFHsH)!xr3ܟ5ߐh2\rr3?\'JE @ڜRHDƩ֨EihrQkY4~Bi-֑x(-j>jCdJJg;Jw+d	jzԦjfJ+J/7}Pڹ\Z_>L	jn22ʓ]֡Ljo\'P7 P!/P(PƧQPTwGt2j&\06kr\ZI@Zk:%hAy0lQ˨\0*,**\\*h\niE@oBB?1PW7P47\"\\B]n$P{wvPqT$*~5x\ru;TJᡒ?P)ܙ._CeEg}De;@PlTTѽQԃ=2T	LUYBUD:٢j{$ZfT-;-AŜB\rA=rA_.B5<\Z\Z3rQRE^mCqM7P-!TK2tv6]G}+Ti<TW\Z#@?)T#jt58\Z^&FDR1\"V[|#j*IVw=.j/z례Q1(л^x<rDP6\nD!M((yt\n3݀JQء(-e])(\\[Q̖W-Dq0P]`J%\rD	zP=(/(Ű5j)F.jڊZar*돣Ugw˞L5]GkXZ58Ih͞{uI\r@JZǩ\rsmZw/zz$z*zs>l>z0;\'wi%\r#}[=oіcV76\r67ʌv\rhǧh\'KKvQ_]hhhhV._~Ov=.=ЧMhO\'ڗ\r}F\ZiBV!{oז@eWn@_50AGFGDG=BG7.7G+q^/ѷѷLзcۛ[-ę1tZgtitzC:#A@gFgiyV<Q(@#]@@C.=Շ.}쌮LwBW6+Dtu}f>	T,V9x~~|+6~S~A<nګn__{~1A݋ny]nxߪC]~/X}RA?Fנ?V=CZXg7LoE-I*YaM2(=@EmCOף?j*3ГFcoN8z*~[cvM=пG:04p7\ZACT0H\ZxFz~hƤd1h(\Zk?@8hw[49<BS.14s3}fǺ.\n4?	в1<Z.-ҋnn7uP@J.jQCa֬a4b0vlX>5݌ԷP`P0ztV~)Ƙ$f筯 )fw!c`b_b+S0\\0Ff㵶Cs0&iw011W0礼e`<iT ƙqi9cwaq/`\"c\\Uc܌o`4L/*\n`20~J)ƿVߡ	pb`\'V0D0G1e[0!ez11ݗ1\'va0ݘ(`.Lw&\Zp	I~II`2ba>`<0]1;arʌ19o09091yArL{S0\0mY++LeL)!Lyc(r7\0S҉0T7cg1M\Z1a]<\Zc\'QLrLØ?ibތy^`y!.4k`;17̫siLLͪdLt\01eaJ}0}=6~L\"f)dd\rRfk5fv3\n3e~d&ǎ\0ϔo_,1ca0sO?0:Zo]Bx&`\0N`,t@\Z0Vk2`C%ߴ	CQPFj4zna2°F1¹N\'F:G`đ@R/F^}Tt\rLS+ĪVbկ^êOcWnƮZpjjuupkz*5N\nvsE8V{֛Obw?\Z1=ݿ)\Z\Z2&C{XF)k~{YZ|njcmXT>kOu?uڥu9Vu+u==.wQUC`O3bo:Lu2kUggM؀ r+6[6f칼^칮.칟/NUb/^^^BWaC^a5`ݎv|/6C\'O7YaX*l<6?h&Kw/aSܱaރ8b9`o#a:asؼCl#)[w--ZV[VqV7ckbwbk?\'ac\'/a63C]웓ط;pß؎؎ﱝ]e/.ClWClw!]չ5a%bءءQpPv8R;rvEv,\0;Vو|;᥆?cf~;kJ??:;H;&;[u;ԃ]6{2 (,A?^ÂN>Ăo`7csx<`qKȋĒo	X*,{@Sb9XVbPXa%өXɯXQ4\0+K8~fba;lJ].]._ڇǩ:©WuyV[­#Xi=mVt6q[dYj5^_nmSۦm;\Z;n\\܎q;q{mpƳ+8c9A8\Z)άyqF88F-+¸;~wB2u\rݍsY¹Kp\'|q\'h#8H=\'Twp\0y\rg?y(\';Y;w\n.`.h!.xM\\2\\pBEo1..4	޻wٸwEwD.h2zY/\0\\.j	uEsp+.=󸛝Cbq14.N..>uw#.]).i#.9-ՊKـˈ؉2O2i%wgq9Ɓ\\N/w[Uq%qU2O\\yH%.W{d^{~\09W?k{5,;^!Zpp\n\\q:\"pIո ܇xs\\]\\OK\\\\R\\3\\_mǺ7\0=\'M@n07Tv71:[,[&N&p&K\npFnMXXfpwqŸKt=_{V~\nqkGq@-~#6q885:Cny>8d>9Išp+8LE\rCYY8G|sGȐ8G[wZ麅\r4_6ㄬ8QK\ZNlɺ6_7\0qxܿ#FxxUXWOkX5Fch^)[~*M[iDw[wk2}|^cxC7*0o8o5/\0\0(t=޸.olYMu?ěZ \"ޚ)(xm7D[ֺ~:wYul1ar-tJ|w\n>v	ć|_ߌ_uC}_2G+G؟_\r*49(1|T}|M{ckqI:~Oj:[\'w#wJlCnⳗ9\r_H8/\"?)ŐD||H/𻀯\0U*Y.Y5\'O\r[OĶ#hf42yy|S_||;{/oNw֗Ap|{2ߩ!?￾j?g	?,~t<W~rs~?\r?^uMxȡcxh5urxDYģ_x]<{Oޯg:aLJ6UϞ*-|i%x6%6Qxy^9ئ_qT7#t\"TmM5	VH} Ak;A#膟\'>$l̙$l|9OBЏHo1v~#2G0o`E0M0U\"	&	M3 |ٙph8`iz``ٗ`]F 	wR-H`7Jp#8m\0On!E8v\ZMp=CpmzEpJp+|Lp\'N!M8$*;\0k!8ȅp>d5ŷoaZm	e	ЮBNB!|[4rK!A{5$D7r	7`LBn!&Nz	BB!t.!l_EH\"d\"df2DB&pG#=B\'=pE7E>-%o%o.$p)_PF#TF\"Tn\"T-Zij#	k#<JxfxnP\'Գw	&yZ6=nC?	}$@zOY	ޜ 	Ca4DYW넯d60sDNEу\n;)c\"aG\\$̻#?ޯ&m<D\0 7MΏ\0RIeZD	\'BwPY\rcKZM`F	\',gD\n {hAdNAez3OW G5aE*a1ɍ4l\\BX)V&CU\\`U6_jSTjq)QR@\\{.0Qǻ%nDbBϿAoo!n\"nW9w׽ Fu\r>tfMO\"8dN<PE4ZH4Q@4I4H<4Gxh Zʮ▉V5DND+`pt1\rFN<rѡوW#:FM]zwגnDDC󟉞`;u4+F=w?J+#VH<JD\'>I%v*ʈ^G[&7\"[\'Dpl\"2Mj$^$Fj\"^{xI1\"bS1bB\01Y.1ELGL/K8|9B˅xh+1ˀDL\'sCE۫EbW,xN,q#qĊzĪ_!׉5km<F|B|TPN|^NXOu`nGl(%6xO|A|s*+3{.[\'7W;Fwލ^;b?- bJYE\"y{mϼ#w\nq&]q.ğGqqVI|\".At0\"$BD\Z#\"߉=D)\"QO$1\"O\"&9Md#%rQD^h\'ǈb=wwQq-QQ7AT]\'.>{N\\#. .\'.o%.\"WfH*u9U$U ImMi{aIpn]\'i7Ika?i$m=i3iIS	.u]M\0F/[=ҁ\'Iƺ$SC$գ7PUl9·Io!!^%9wΓ\\ߒ\\Av$$Ok7HX^O:\"4$&:JR}J8M~9D:j\'#Ր|mIAUHw&]\Z$]%!!],#]1$]!;\"H׼ȍ֤HKBIQ|R~R4ts*$WHUu-<)ȅO$#IfHIv;9;G)\"eUսI䤂=RwTcAzM*&]!U7*7j6GjO =Ҟ!=O/2&5{$5_t&v^Ajit I%-\"ZZ1cIVƤSR;O;O>2IU:oA1YoIS`̏bMqJM aّYI\0)	A`K$؈:	IȔFD\"x%$$)DK:ؑh_h1PVHbi!qo8\0ߚ$0%	I1$1$-\'\\$l$WƑR2~_JZVbHINzŒUnl\"ԔUdZY1y)ƤYUND~!;|g{[ԭ[^\"o%mEV#\'lH6M6~K6}\'m5#K\"Aid+{>V!o%ޠ|&aKIޒ|슑=dt$D\'\Z$@ȧm\"6M$nq\"ZۏϮJhrrP2tl}ЎF|/9`,By.rr#9ԃH`.WݓW/9꒯&_@RQ0fkɱ	g[[ȷRBrjir仝=6rn5rA\\$1Nܭ\'KZȥf6xCr!ry5\nJk*]ɵoRȵ(ri(04q7!9A|M~&%7o\"7`_)ޓ_wo۞\'=ɝjr`rr4r0f7@%%]\0rϓ3^Mdi\'yb{^ψz	oO8wT.۟%.\n@2(3`.2BH\'crȘds2NL!OL_dW2nI(-KdF2%!	%s5Gcd~Yֈ,8G:0Y(j!YTd;,[h#\ZJQ2#ȆRy%`EMY-hLQֺ)S)uwRjP6_@эxO-AS6S6l>mAe/ԙbeשk]-ʮ(`-_\0ޢ$FO)z)F1g7S)_S,=+W|:rjbCm=Ҥ8\rPfRuvQz(.)Ǵ3(nJA9J9aH91r/DPJ{pחM_E	ƺP3(S.S.\"(K(GR)]+2U:r	%3%#]Hy0rsОCsĒĔ1mDU \'JC6%3$%SlOddYܣdSPbR@J?j!hd{RJ)TlɡT=TTrl\n)5ƪog~g9sa\rņ(9bJ\"jKyclOy{N#.=]!4޻S:R:F(]AwC\"/ӊWѓ_$|ߦn)%iS)\0*eeTe\re잂2-emDsz9s\r+ʗ\03ʄjD^D\Zm74˔)Dm.ߢ|K|M,-R\0(o\n08yJTwS (0ػxx=qAO x\n͚%S+O),yB>6JU_0SIcGb)k)O0_HS$I^\'Er\"\'(4)EYL,\'R(KEAU]ʿÔZKTU%585W?P5R+S4zyUW9u9O?4[v.P{G+mnnPw{R\r6n\Z\\C7ojdI59E5Z_ZjEwv^vTPq9TTy3˱Iq2k*1+(MυꮒCu	dD=Ոz[޴a>#iW	5̿6G&k	멁ߩsiG\'tMjSjm굍`5FN7S^^F4Sc\\J/Ʃjb-5njĄij_}Ԕ)%Ԕ,jsWj.5-IM+Q3\n^S3FS3\rR；ޏ>S~PjaZ8X@-+mΠ<>>D-=J-Y-RONQkQhjqfLԧvS\0Omv\r7NmjD}OmTS\Z]S?QP?^~*@զ<=<A>:*:Q%>8*uFJZDB\"\ZPg\'\\{3ԟyԟM?Q瀫ǍׇT`)*XG\"O<b*HuyQqTLHTV*HenFPYT7aJM\ntTY{m\'U1yxFWMK7KS6\Z<iMh9Lӄޡ8A[fN\Z#62i0/i4~m\Zm4m|V*Mȝ*m[	mK?ڎM]]Kmwh{QH3\n7}&\r,R:,.,4+4[>vpvtA+93i.ճc]z8k:q͝B;QF;yE;JyZM;M}:ivhM;cwgILhӂb*iAoiX]yvJN$]h%c8ZT}5dڍ81-FTM۬O%4HL/Ĥ9ZDZJ-Hj@K@Kj2ve\Z&22hwiTCв|e!i/$ӊ6ZIv4eVgЪިѪӝhul;cc[ǂ\'ifZln,-Q)Pګ\rګB8e$\"A{Ў6М>ܟ^@|3M*cкW;hCtHnm>6J]mmu k9[L	m6mCKy\0s?ii\ZF4\Zd\Z$\r֏\'А1\ZwFxFDШ`\Zm-ư1=i\\]4\"L	?4_Mf7I\'4w460H[<O[@2@_𖮪\nվb\ZzXg#}o}}9MתOyKIgbƐ[M^[/Ow؂;Yro!ʑ\'.ݤI?=n7K7;QK?dH,O֠[MQhuQ5͖n~AJwEw,;z#Gu\ZNN4a3YaJw(yzq;M?qotϊ(A=׏Oo~ָ~=WАFzH<:C~_r~Qe~4=\">==kt3=R~}4=*=IO%㣵)_uۏZI=m8.Wg_EϨ-gLbZz# qzP\'=CC&dLeBx\0y=T^B7ѫ?#_O_h_@x&}czSZNz--^7Z7{ozIzG&ǘk@HP0}t!}X}\"ɀ>eRD\\_OA5D;3MXLСt\'::bC:f{њ:tk:z:@D\rt,چN,5-Db$H\'TtI:C.Ui{_>t~\'~xD3(t&@gl>ً:Y\r[I1]t1@?Ctdm/}/EЗK^EJWfj\'C\nPK`ubjc#Znf cEz\\vj	.C\'@=1t\'5*?N0vDE2v_ػ+cax͆abJ}wCfXQ3g##G4GR60,2OYos?Ùp9pI>p)8.|p+3P\rnG7q5qyڅ`xeex=0NO g`/~\0#Pd eYf{8_2)ud\\t#TNc\\s~θNfD3\"He7zQ3#ʣcĈm0\Zڌ5{ɥ)9T35Nw}w9]{݌|FѼ\nx\0xFپ2\'bŨQqgT3=3jgԌ%2ju׌GTu\'>3jE1\Z[MZWMM0F@Fs{od4c͂nƻ]?r8{F[=%#p*\0腕1512\0c1y1tvι~11_}1%c\\K80>j3>M1__ɖFq81gX\0\0eg2H%pw@n@=0020܍,`\'1p[|A0(7t4m!vVàN0*ܕFbpLZ@;|ac\rR1!PPf,F82f+ϲ+g/LOGn1U/0U0UfLLuX s~#0sx\'SDednn<ܲ~ٌ?pܭgs+~\Z=MLAAXti\rgҙ3G3N2-1sLwm-Iiw>~=>wi_ydh1k0K1,372]73ݞc[2O(T*LϝG!טgTg0UL){Y=3Yf@>3yƼe?Kd[G1i@fr?W-W.1b1`F\"ћ1c[љư7ki\nff3Aļ<:Lafc1̾Sny̆ي?\\q83X&3\',Rb9w2<f>$1K<R5fmJCf:}ZӉYSŬ)^bo`~1낿1?|rw0l/g>z|w)|e;l$0<`=Bg~Kb_`<}f~8T\r{ٯy9*9|;ǜx<9w9b1t+Ek|c\"s>}9g)g (&	΄1wL8#!0q<&;& I${2\'DII3晴d&\r c`L8?2LNeCgr\'0))[e`Z2!sERZ=yֲ/6Y:V,Xt3,o&c$kSkSYOmf:`qe2u0e²}uH}uH+e`Yj,[!œejHkrzr\"YYS,g\ZR7r!Nسyr?rgYS1ˬS#,}\0̵,&V@+9D\ZUVH\'+$;R7Ⱥ4ͺ4\n_e]9ǊeE6Ċn`EWn5bܙ̺\\?`ſy͊_4b^e%f`%5X~լqVJYV*(8~i,be	YsY9mT+вU8_z;t=VlVewV[{VU5U2`:*Xo\Z\0X92OӒUq)	~1w\rkW7IOXo_XWSdV\"ի>fcU(Y}ʝk+;XYq^/-oX߈67XӎXӤ8]֏WX֯eUP\\Hkn&5\reG|d-g-LZ\0;Y,\0~di,h~XY`P7XY3E`,r\r%ˢn!\"m+vM^X{WX\\q\ZKP%%r-g.d\nM\\k\'K4ǲ73,YKr/[t{U:^Vaׄq\ZZclRƳ`Zډ9W2{mԇt`&M7leogoϚcoߴm`6(>6薲&:؆l,&@2T6)+bTaD;feζ/e[E[b`ۘumlp=]\"mdHdMub;>e;RN&l\'9ٶ}ܸ}BeOLeĄ=اl*w;>/j*\\_yLz{E!Kv(;e;|:J?$;\"QǾzx}mڿ3Hh/ɎIc|mf뫳Kٷ؉^vꛭ0vv&}Gr}gye}qKbawO\"@vjxIvѬO1W3+Y\nO/v	svzvt-p~8\nc?a?re?hd?a?7b?~t;v-5^gI즵fKHWv;دg^[?[o*o߱[#mH}vG.]7re3O6;.!\'!\\{Qt)MlZ7{%k,{r=}+o\rx۰?N;P6FlHJ>F߹\nxq6CM6dr\rl%^~S܄&6-hc%\nle4{i$^92yG}gգ8\Zk8kՇ8qֽt嬏dp8\"\n6ު*g+(%ggm.gІ~WcTc{*%\Zs0;spvmcÕca;ȱϱ|~cc>9,{ȱPʱ1slW8vǲ8vi<_c]/xs&ǥs|\"s-$㖚qB=xxq|,9>8Μ38g9~&fll9NvN	}Npn9\'f!(\'I\\Ź\\͹ʑsE3\\\\MZÉlsnf97=/rnĀ9íĊ͜d=;5DN\'l\'d\'mN,ݱ=d}|\']N`\'Gt_)_)b8E½^}Ev<ȩxy&0>S{SSgVǩN<Z.<Y-k4X4qq^q9M\r6IW78\r8-\'9mW\"9mmv`Nԓ_z}X9=/9ɜ~OX׏JpWgtl+gl#3{3>;ę!p&x7]\Z,3~ΙnL9ęL̐ٶ`w?8O_Ŧ9uO9G8w98 A]8-`^rpyou\Zb9l[ˡ94}mpy+9z\Zp8!@!GP`98GW#ȑ r92شw\ZF]eBVr\rs׭]oӇںurcsg	sZdסp͒J#6ܽ\\C\r!5\\\Z\ZsM֌sMX@A3״(tkj5SFrQViVmV|׮u0uȺu纆p]q݊q#K&\\oZ֋`P\rBqksyPXd#КCFKn(6Ↄ+gp4pMEܫ)xn7nԫh+7\'rcX,76-.{M<+&}+׹i<n79n:Ǔ5fl5\\r[Z3ninJ7_-:V-rH0b/[~<\\>I>:}d#1TPmX66Rm)MܦC-W+wVV4=m,˚ە%q$R`.;2Y]!;Q;zņ;	~sΘjqgMqg	٥?\"?\"M?wZK΁;_t;SpNs]>\\ UゑH.~wpK_$.ћTTr1F.>:Kt%d..eq~.w\rjs\\%W\"sJ7K\\^rWPZOe3oOUڴ	orK5<<\r=Z!oj?O+.OtxbosJ:OIooLvg֗];3ܾg(w\'?\rϨMg3i];);(w+g.g\'goų`ϳcĳe<<y~nz򎼊99&iMVyNh i)sr2`myx\'y\'75<*|_|m%9..Y#yyam+yWixyKx1?bd5Xw/\nU:x+f^^0/u/\r<ˠy2xw^yxYxYy9Iqͺr^b/p^퇼b\Z^;^+۝+c\nx^Ż*^+҆˫ȫ&oI:y\r\'x\rm;y\rދ#RK&#iQ^t1$u^*}gp.׃$>>1My\"x>_x%AgF`&ox7SA{/&PxBywy`\'9om/9|1O\rBoW+w1PA\0yPA<PVf\0˙EzHz~zb+zG1l1طy=v<N/c.y͑<~HOOZ$D\r<AOShy\n1xoeoQ,᭔yUvYU>*b_w|U-__9k5ͪT6.ׇlN78MÊF[7oBte4]߃woq_^?j?ŋ\0`7M|\'|S|*m|ߥ|<52vl|g%rwKQf=Z=\'O2nOJO򽍳މR\Z#~\0Џ1ʾ?1+/mſOz*6_N_GlGn_\0z~Lc-?vۼ;\"ǢQ1~bu5?鮂;K\"~?mEY;tpM+<9~*\Zq#QtIj)Fo7NJҷ,[L/Z濾\Zcdo_wwzLw{՗h~&ȳ hc<?O}Nɟ~RşM	*Npҋr |Г>5>tM	ZCQpB\rc_cX|l]\'1EI|<ϠO|e>=5ՍC_|_#@ejLV.Xsy`͓-kwi>].h\nUu;=>k\n[\n\\ͮo[l~/J#!g٦\n})j\"	v.	vwiW\n&\ns>z	LOLZ.yA\\$xK`)^,(Xl9YvZuNj\'pnu\\m7{G8#N]x-8ZŢaϛ7\rkAK]A`]ܱ(zo)_\\\nBB``A#(տ%w@pKpUYpzt zAL F)~	RR_CiN:`;Ac Q  S&S*{nA<Aa@#BP~{2㨠ƷJPU*<</H\rvYP3U1sAv+Z}WvF	mjA%AG$hoLt)t>	cmnh>>\nzz}=F:A(Dz(LhU]_*U%\n	.1_`r`Rj\"(.!K,HKI0wF\0\niW;&(+`OpayI\0+@:U;+\'\ZdC@^- &Է4CfW\'`X	!>vUX )},ft,%FG,9,k	VcjժV՞\nպB3kᗄQ\r^pB}.\'zz;;}=B#oLChQh\"\"4\r+͓M_3V	B57\r[hQ&_:n&<sli9	XBdqL$<q{Vx <f.<z>zzB38tf9ᙸ|aPՈaHAb6Oxq.Yx0̵^n&<*^w^G\'Q\07avLxCKga̾ta̩X,a}¤䶫dn0#LR.L{+x,b\"{JxO7_xK(̆掯毬DE	l$¢w>hkaI4BXͽ/֢ͅ[º\ru:@a~DX\'*|)|6cϫ_F\nUMWyVc}f麰mz}[=x6\\\")W?tl#*XR8GGC;Tp*q(?i>Nk)\nݝ!8&>&Z	(A$l&1	6#:)kDy!ꀐ|Zh|\"dm.!Q`kW(\'\nNB])~ʿ\n+KBpg\0\"NtjTW,eurE}YFh-h-eQ>-i[tdSMlі#-+q{ 2Ut0GdֶUdZthS8W\'D9\"{-Nא-Lt)rz*rQƊ\\w\\D9\"We[]CEtj?G7VMN(K(:#:;<?Dn)]H@..%PZ/ܻFqTA$N];T#vU!4-2|!Eg鈢qD76nnEqt(G(q!Jz)JvÊ22=\\(;fTh((,*tMDDR닢RҶҟh5Qr=ל=)OT}>_T=L? M.=YZ=uh^ly#zQ<++9+z}\"j=^\"jm>&zm͚3E^ˢ.\r.n@G]-?!w>==\'D9/\Z<\rm<-\Z._\rƪtE_ɣ<d|蛱 v䈦=DAߢ`hna\\4;-,GFoLE\"pP~A.\'\rX:%auD^D\\\'\"}&\"?ћDLKuIĶ9!6{xnLH	8a\"ɟti@$-RL׊UUSUmū~9U5Īqb\03\'5;\ZzZFxCwn|xcQm;[;ĻĻmO\r_{Vl+bCbSqbbbzg-Bl);՟;+vO<,#S]4qg8J\\.igCDc/?_J9!C|[yAq_2AJ&\'oouIs$C$NNM\'?8,NZ_\"-%Si;6eBq^8/tXC\\xIM \"I\\kKhqهNq#88$; tY\\9e+rŋk>l׽x-~\\^\\U\\O~+~:)~$7ԔH^glf⦅OfqsLqW+Y8q˶_+oj;J;~}UqMq琸xp6Y<.W[\'_4\'k_O\\O\\OgGĿ<ĿWΊm+¾1ШFCHR]J~V\ZD!1y{ܳYYw%bVI>!f͋E);ŋ|I{RU+^JT~LIVGI46K4\rJdpDDdSdQ7ɖA=ADcdk]-CA>ނ\n}Yc#Vbz@ Y+LNX-\\.CJl\Z]$6L$׏HlKl.I7IӒ%|equiSsI[Kgk+k瘣]$@8ߑ}*	2ؒibCL\"k$\nQr-YQrf+2-$&YY-*aInHnhH~$飫%M;;ѯ$Hrn.Jr\'$yF.IQSIIIakP.)nwHJ%oK*=I*r$U}aՎ8IDDfܓԥa$uڒI:䉞8V#y攤<T i]AIN{G)-Ns%$HVa%c%dK2d2E2d{dn9Two@YJ=8JjBH0\'%*	5VB:EB\Z_%cJr뎄:!HHXׯJJD?$biݨD2a+7J$pźC]֒Cw%UMUUT5@f\'U}j@HJ.HYK^ͷ~II`̥ۦ	RNtOv԰\"Uz/5&w&RӧRنRվwXBz:/u&u\"JKБKW\'^ϸ/G#uUҠэsQ!}!I/UKÃH#W}WkupF_9*騔LђƉf7B	M҄n-/&um`m.$Ҕ\\iʋjijb4mRW%M-ͼNzǧWz7I4YzVi^}4{薕xs_ZڰNZއVH+wOK+[J,ӥU)Ҫ7ZҚ҇\r:FiOYx11G%}Ju+H\'HIK_aKWH?r^,dH[xG$KikV:iGgiǭ`i\'Wp_}RM7@B]?GoHjZҡG:ҡAtptD0-~.V,,CtPkۼW]`=%]HJ1RȵR`I\n@HP)EEjtX)6ew,_I	\");)3XJM;\"VR:o!_\0HRFӒ\"oR	]*Ke7\rʄ5ҥGKP)ZlCٚ\rue\"dæe2/\rd2ev22@l;2}q>roT!3L&_N61eo+ 2u2#<Vvn̴+3;!33\'H0Yz]vhJ0AOf_/_ˎ\'e2W)2[Q2ޏ2Wn[9W-T7/y ;ů|ZO|352ɲ@bY|\\X͏dSeh+Q+HGYk*\"Rvm^ٵeȦ<Y䈁,:,:,(%ݚ|,\r~&Kl˒ԣd)e;,\r,Yֻ]!Y.2LW#e<dųBYHVIV:%+)\\({KV$,\\jKd=lnreNŲ?rY;gdz2d/=^5^eeoY6kFYeY;)dz7z1eU\0\"L6I6&}֔}[̓MUȦiWduYXlÔEknD雲?òb_\r ɐd{e(?CMWp7;dNF+#>U/dp͢FFÒdtz8CZ#c+c18;d@Q(pjde\"k[ULQ&J/ʔ\rejtmٿ|3ٿ;rA|G`||MN|\\nuwɵdrA\\\\|q4Lc|`|\\wPMn#,߿n\0<VnG[n=Wn/7<+7~Gn֝-?l\"\\;+,2[\'o?#?~[~6MP\\@lQ?˝N4ȝF^OjOH=7=\n&f><χPr&r_gYX\\ȗ+TxF C_)IGjon<a ԓTqE:<gAJ$\'S~?@SۣyIpyK<oD^,/GKK+ҡ!y:OȳY8Ik!YZPy_Um\nYX ױ oem.v׃fyC);+;nYAZaI}||S>*!Ǣc?/ɿOlO˿ȧRgGgnȿuݑASb	\\ה*^ Tɡemr褳$J1r~p^zC_cw1XwДlR&\'ѳ\0;9u&gN3l<9Z29/맜a7œ\"HT,	5\'Kw˗DJ|vBC20XY6Uo>P?XqB8DabDicbK-XK}H-b\"I36S0M{U,]絧}D/obߧ\nNKH{TaHaQ=ܧ=械ߴpRp)pRp5Vx7+<9C^>\n/?mp¯Cﭦ*^sTy@<SnU};g)΋r).G*B+SbEx2VqcJqe(Xq\"nFq\"v@7lRYqrv\"q@t\"\"EUH>Td\0)R~T̄*r34ˊk]QIWQn()*G^CJ\"Eefuꨨnx󮢱^K챢l⥎UMk3׍-${o[E[t3?N蚹ިpW#S*>+(jl)btbl}dزbyիwV=\0T\0\Z\n\Zb@R O)PKx\n6a\n\"篂**)k|~Fg*]kV\nB;PޥPR(f3j\0Ŋ7J#MRP\\u%^jT+w+]t^Da\\czN3NSSأ\\5Ԣ?UW5+uՕ=+7QnnPnLVnJWv\\ոrTOv_OJCrK>-rrߵ*8 \r<ȉVTQTS*;tRZVZ(mΚ+N*cvE}U(#Nl-P:Sݕ.Tk/\r\\選rئBPl\\<$V~}RyM\'<+pWԅ*`z9tʋ\rʰAGW[_(#+\no)K)ofS(oT*\ro)K+5t)y221[mVemRw*ߤ(Z)KW(K}ʚ\'5,oovڕ|e퇲NT>ݩ|{M蠲!WHR>8|~G\"gV|6U_}TOnЭlWvR݉iʾȫʏeBr?TUYQ\Z##p-_%r\"kr2D~UNӔluWk))3sm-.J\0J	WBn)aKJ8UܥP\"[(Jq%앒$\nPm*)&Ԑ%\\ɜu*hC)OXr!bq\Zx >EC+rJi4.8\\CK\"B	NIIHT$\r%PT$RtҥzѠPznng@(%虳zCQe軣@(hP-/ˠygZ`|WA;=]Лz,~_R\r`F]Q}rp`<=۹`c$L5i%\'a50c\'Nyf`1Xt:eX\0]ym-=v`k0e,P+G,}4\nnu\\*en1_<﯁R^`tY|d;iC}gF}?=6&q:lUD6uNm9>qaot*xB D\'Bo@H*84JLpDg?9eD;A_eS}b,ؽ\rqVBEwU8b$N2$HRggP#87k=}.Az\\H_<2lKw2o~\\\nWՕpͰnV@T;p37Idc.=}\nBQX)<MG\njP|<<q_=yTCx\'\Z;~Ibp\\\0UGW_+\'x}F@Q&4jBh_@p2M2|w:[Ows|z3*`v֚aOYJ\ntB\r{.>Nި|\ZU~t/;΢8`\'/Aq!vQ{P#7WhpGeq8ƬtGKGJ>kU	/\"pb\Z/Vt)$MI6NiW4ph\rQ4[,`Q9CWh~Z\\-)Z^|izh2F2*C;l/:pK9.\rU!i=tz:WMDwQ\Z=\\G8=ߏC/Kw5zrBV\\7L\n5?{gMCߜz߃~I1@?nL@+9nx[bq_wp5{o{m^44_p?3x0\Zr6%x8ãNvq0[w\n}#y&<$Cɚ0?`=1c[/5eW+̲YSzK=f`Nbo읆7{oM?ǻ5e{e%j,BXd\\\n|şI?G,\\eϻ㳄h|	\r\n`5+kcո]ҿ_VX]\rk<W`Iob]5?N3n`Ky~Vٌ\rFI~dw~H3\0t${ȓI4?n.}r\\E=3Iig5˔zB}:H9/TPi@ѤMҠqir\\[B5\"i]J!H{Y霉a]7аwIo	=n&dL!/Ȱv>\rL%40M*J)\'iʢd^J&$hځ{4|+M7/d溚dnLH\r&d9͐mE}S9,%6GBBEF9ϥ%\Zts-M;L˜ywtsU\\Z@ՎeyŇeZgN>䛹|O%?05;6XPږ@}ӂhڇ(?K|Xc:M\'P52:H3/PTk\\	tjd+7(n1JP$JPkEl(Bg>J-Ԇ:?b)Q5S1o{A]J<(kv\"]u@^ 6Lv~B9FGʝ|r[]274PTDzÅ:*J]ORg_*\r2s*\ZHeP-Fs=U;2uIGһL ?fPÔ(-oRs~hKmKj_ګOuUs@\\ًʆp];-X!rSYq?Φr=VgU.yɪ]GSVmVuXm~\'eA}<љАJYpuM`<ڄeO``56#Va<x	#\r<[l̖x<a:O\'ڰd<Ý\')3٤L^3&i~ώW`M<[&b+,p{^0ZG;5t/_W˃?\rRmŮ&_ͫN]eyu-qِ=c&Bxe(ղ&{\'?bʾOoPf.@-\\~9]wmݣQq8~C8tq9ީO{pؚt˨6|s&ٕg#G_8ҹ#	c\r>QS?sLO>xO[ñ9VOo+pݕINMy(sy|qh}Ô8&_fk-|{Nѓw}||..(̅;\"ü(~ؖΏۺ\"pu.7IE\\Ѝ+^sa~i;n#fg\\Ńk5sN~S؅;n;m>rHn|Cp}4@?ֿ%MώY~^g3bگQP6]Q>Q\']jQ}!eWd5!Q䄋vhg}O\Z8Wt\"~XO)ݎ2줱*4$?C_Ā(EH<8(c*AƙdDjIˣdJLm6ފ5VQbuJSlU6Ķ־w]T)[dAHYxU8*%ʲԌeiL8ӫ4Y5tT#;WIɺ)	_+KY?{W4Lٺ3M(Jzi(;%X\'JzLҒvИ>rx\rkx+.WZ9D5?TPX-	+NH⑋XV()k^KJ`\'c%uFSi#$ӭHIsɪ\"Y%r6\'A\"$\'*Rr%ש@޺ɝR?T$R01J\n\'ΓBUyV*u\nq<EwIqMHIgy:J<$cʤ@I~yTx{HŶRY Uwe[BjޚKMZ=~B;NEMȓ9(\r{KۏО%.i|2 -fR+H_i>Gf͓gk{|ʷQ1]:HG\"nK\ZS MЧ$aͩfl?wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','0','yes'),('needsNewTour_firewall','0','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:2:{i:0;i:1598703000;i:1;i:1598962200;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','license','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1598443801','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\"template.php\",\"GeoLite2-Country.mmdb\",\".htaccess\",\"rules.php\",\"config.php\",\"config-synced.php\",\"config-livewaf.php\",\"config-transient.php\",\"ips.php\",\"attack-data.php\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_dns','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:7:\"running\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:7:\"running\";s:7:\"started\";i:2;s:8:\"finished\";i:1;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:7:\"running\";s:7:\"started\";i:1;s:8:\"finished\";i:0;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:7:\"pending\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:7:\"pending\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:7:\"pending\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:2;}}','no'),('scanStartAttempt','1598448403','yes'),('scanTime','1598379009.161','yes'),('scanType','standard','yes'),('scan_exclude','wp-content/themes/bridge/css/linea-icons/weather/fonts/linea-weather-10.svg\nwp-content/themes/bridge/includes/qode-dynamic-helper-functions.php\nwp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/cards-slider.php\nwp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php\nwp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSenseHost.php\nwp-content/plugins/revslider/includes/framework/base.class.php\nwp-content/updraft/plugins-old/akismet/class.akismet-rest-api.php\nwp-content/plugins/revslider/includes/slide.class.php','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','15','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1598478701;14399;195.191.24.187','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1598396142','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":0},{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":1},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":2},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":3},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":4},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":5},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":6}],\"order\":0},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":1},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":2},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the Firewall rules that protect against SQL-injection, XSS and more, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":3},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, shells that hackers have installed, known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":4},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Two Factor Authentication, Whois Lookup, Password Audit, Live Traffic and Diagnostics.\",\"children\":[{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":0},{\"title\":\"Password Auditing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/password-auditing\\/\",\"order\":1},{\"title\":\"Whois Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":6}],\"order\":5},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":6},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you\'ll find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6}],\"order\":7},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/\",\"excerpt\":\"Wordfence Premium comes with an IP Blacklist, Real Time Protection and much more.\",\"children\":[{\"title\":\"Account\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/account\\/\",\"order\":0},{\"title\":\"Pricing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/pricing\\/\",\"order\":1},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/api-key\\/\",\"order\":2}],\"order\":8},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available a data processing agreement to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services. We also provide a data processing agreement if you qualify as a data controller under the GDPR.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":9},{\"title\":\"Site Cleaning and Security Audits\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/security-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":10},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":11}]}','yes'),('supportHash','d1d54fcb6bea7d60745e76d3505ce9dfa127261dc8a6e281eae5e59ca0cbee9f','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1598464043','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceb|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jcp|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|akdn|ally|amex|amica|arab|army|arpa|arte|asda|archi|asia|alstom|amfam|audi|auto|apple|audible|audio|alsace|auction|autos|amazon|azure|athleta|band|bank|anquan|author|avianca|baby|baidu|android|aramco|auspost|banamex|bananarepublic|bbva|best|abbvie|beer|bike|bing|actor|abbott|cash|cern|chat|citi|club|build|cbre|chase|city|cool|date|dclk|deal|dell|desi|limo|lexus|life|adult|lego|lgbt|like|legal|link|loan|loft|love|name|lease|navy|abarth|moto|cheap|delta|live|ninja|nissan|nissay|nokia|norton|nowruz|abogado|aetna|academy|bayern|basketball|blog|blue|bauhaus|beats|bofa|bond|book|buzz|cafe|call|camp|care|cars|casa|case|coop|cyou|data|diet|canon|dish|docs|kred|land|lidl|ltda|luxe|kyoto|meme|mini|mint|lamer|maif|meet|menu|mobi|moda|news|next|nike|cards|nexus|nico|nikon|ollo|open|airbus|page|pars|pics|barefoot|ping|bible|pink|play|airtel|plus|alibaba|alipay|barclays|barcelona|barclaycard|pohl|bingo|black|boats|cisco|cloud|crown|dabur|lupin|agakhan|cymru|dance|lilly|macys|mango|pccw|africa|media|miami|movie|nowtv|omega|agency|bargains|bosch|citic|click|coach|codes|deals|linde|lipsy|lixil|loans|locus|lotte|lotto|money|oracle|orange|party|online|pfizer|baseball|paris|office|olayan|osaka|otsuka|parts|domains|duck|dvag|erni|fage|fans|farm|fast|fiat|fido|film|fire|airforce|fail|alfaromeo|americanexpress|fish|flir|food|ford|gift|forum|gmbh|gold|golf|goog|forex|globo|gmail|allstate|free|fund|gifts|glade|glass|allfinanz|gallo|game|gbiz|gent|ggee|games|gives|kpmg|porn|xbox|zara|abudhabi|drive|team|tech|yoga|dubai|earth|star|teva|zero|edeka|surf|taxi|zone|email|talk|epson|accenture|accountant|final|tips|vana|visa|vote|fedex|viva|vivo|faith|tiaa|town|toys|tube|voto|wang|weir|wien|wiki|wine|accountants|work|afamilycompany|green|guge|haus|help|host|hsbc|group|hyatt|apartments|guru|hair|hdfc|here|hgtv|house|icbc|imdb|reit|irish|post|ikano|immo|info|itau|java|aquarelle|ieee|rent|iveco|jeep|jobs|jprs|kddi|kiwi|qpon|read|pharmacy|prod|raid|philips|prof|rest|analytics|attorney|gripe|gucci|guide|homes|horse|room|honda|rmit|intel|okinawa|amsterdam|koeln|oldnavy|associates|northwesternmutual|rich|jetzt|download|observer|onyourside|rsvp|panasonic|safe|sale|americanfamily|olayangroup|organic|origins|ruhr|sarl|save|partners|saxo|seat|seek|sexy|shaw|shia|passagens|scot|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|spot|phone|solar|total|beauty|berlin|bharti|bostik|boston|sport|broker|smart|smile|store|brother|bugatti|skype|sling|stada|camera|claims|coffee|comsec|capital|chrome|swiss|caseih|casino|caravan|career|church|condos|study|careers|circle|clinic|comcast|commbank|community|company|sucks|chanel|cologne|compare|computer|construction|style|center|consulting|contact|google|booking|clinique|salon|bentley|health|bestbuy|charity|chintai|cipriani|citadel|cityeats|gratis|channel|cleaning|hermes|sener|shoes|safety|sakura|college|hiphop|hotels|hughes|sanofi|clubmed|hockey|imamat|school|schule|seven|sharp|shell|search|secure|select|shouji|social|stream|studio|supply|suzuki|swatch|sydney|clothing|soccer|cooking|dental|expert|flickr|gallup|vegas|video|events|vodka|volvo|wales|futbol|watch|weber|dating|datsun|estate|garden|weibo|family|works|dealer|direct|emerck|world|doctor|xerox|dunlop|dupont|durban|global|yahoo|coupon|credit|cruise|degree|design|energy|george|giving|insure|space|taipei|tires|tirol|tmall|today|tokyo|tools|taobao|tennis|corsica|cookingchannel|tatar|target|tjmaxx|tkmaxx|contractors|tattoo|tienda|toray|tours|trade|ubank|toyota|trust|tunes|tushu|travel|unicom|viajes|viking|villas|virgin|vision|voting|voyage|vuelos|walter|webcam|xihuan|yachts|yandex|zappos|country|dentist|fishing|exchange|fidelity|finance|lawyer|financial|fitness|firestone|firmdale|flights|frogans|leclerc|democrat|fujitsu|latino|delivery|florist|forsale|etisalat|flowers|lefrak|makeup|farmers|ferrari|luxury|fashion|london|exposed|express|feedback|market|cricket|cruises|digital|ferrero|living|maison|latrobe|limited|lincoln|madrid|marketing|ryukyu|deloitte|gallery|genting|locker|lundbeck|markets|boutique|bradesco|broadway|brussels|budapest|pictet|tiffany|builders|discount|ericsson|frontdoor|frontier|fresenius|fujixerox|furniture|tickets|diamonds|discover|engineer|football|lifestyle|photo|photos|physio|toshiba|lighting|trading|marriott|theatre|maserati|mobile|monash|monster|mormon|xfinity|mortgage|moscow|museum|mutual|nagoya|yamaxun|youtube|directory|metlife|merckmsd|natura|education|netbank|memorial|netflix|network|pictures|fairwinds|mattel|neustar|mckinsey|equipment|zuerich|marshalls|saarland|blackfriday|watches|bloomberg|microsoft|theater|training|ventures|verisign|walmart|travelers|wanggou|weather|whoswho|melbourne|website|bnpparibas|vacations|wedding|windows|winners|vanguard|woodside|xn--90ae|yokohama|xn--90ais|xn--e1a4c|xn--l1acc|blockbuster|xn--p1ai|xn--c1avg|xn--node|xn--d1alf|xn--fhbei|xn--j1aef|xn--j1amh|xn--ngbrx|xn--nqv7f|xn--p1acf|xn--qxa6a|xn--qxam|xn--tckwe|xn--vhquv|yodobashi|boehringer|hangout|kinder|lasalle|guardian|guitars|graphics|hamburg|hotmail|catering|catholic|grainger|holiday|homedepot|engineering|grocery|lanxess|hdfcbank|rehab|enterprises|jewelry|holdings|kindle|helsinki|foundation|hisamitsu|hitachi|hoteles|homegoods|capitalone|hosting|hospital|homesense|kaufen|juniper|kitchen|eurovision|juegos|jpmorgan|extraspace|healthcare|joburg|hyundai|management|mitsubishi|reise|lacaixa|rugby|goldpoint|institute|cuisinella|jaguar|godaddy|intuit|ismaili|christmas|kosher|komatsu|lancaster|lancia|newholland|investments|report|insurance|reisen|repair|review|coupons|courses|reviews|reliance|creditcard|international|landrover|nationwide|rentals|rexroth|business|rocher|rodeo|capetown|goodyear|infiniti|ipiranga|rogers|samsung|schmidt|science|istanbul|ricoh|rocks|sandvik|security|richardli|schwarz|shriram|samsclub|services|motorcycles|shopping|showtime|immobilien|shiksha|industries|kuokgroup|scjohnson|shangrila|nextdirect|pioneer|pizza|place|plumbing|praxi|bridgestone|poker|politie|press|prime|quest|radio|quebec|racing|pramerica|realtor|realty|recipes|property|republican|productions|promo|scholarships|singles|restaurant|progressive|staples|redstone|statefarm|stcgroup|realestate|storage|properties|foodnetwork|softbank|software|solutions|support|temasek|supplies|surgery|systems|prudential|tatamotors|technology|redumbrella|schaeffler|statebank|stockholm|protection|swiftcover|university|lplfinancial|sandvikcoromant|vlaanderen|volkswagen|calvinklein|cancerresearch|creditunion|lamborghini|lifeinsurance|photography|playstation|travelchannel|travelersinsurance|xn--30rr7y|xn--3pxu8k|xn--45q11c|xn--4gbrim|weatherchannel|xn--55qx5d|xn--11b4c3d|xn--90a3ac|xn--9et52u|kerryhotels|williamhill|xn--1qqw23a|xn--2scrj9c|xn--3bst00m|xn--5tzm5g|xn--1ck2e1b|xn--3ds443g|xn--9dbq2a|xn--45brj9c|xn--6frz82g|xn--80adxhks|xn--80ao21a|xn--6qq986b3xl|xn--c2br7g|xn--80aqecdr1a|xn--80asehdb|xn--80aswg|xn--3hcrj9c|xn--42c2d9a|xn--55qw42g|xn--8y0a063a|xn--54b7fta0cc|xn--5su34j936bgsg|xn--cck2b3b|xn--3e0b707e|xn--45br5cyl|xn--3oq18vl8pn36a|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|kerryproperties|versicherung|spreadbetting|kerrylogistics|xn--czrs0t|xn--czru2d|wolterskluwer|xn--cg4bki|xn--cckwcxetd|xn--io0a7i|xn--kput3i|xn--9krt00a|xn--czr694b|xn--d1acj3b|xn--g2xx48c|xn--unup4y|xn--wgbh1c|xn--efvy88h|xn--fct429k|xn--wgbl6a|xn--y9a3aq|xn--fjq720a|xn--pssy2u|xn--flw351e|xn--gckr3f0f|xn--gecrj9c|xn--q7ce6a|xn--fzc2c9e2c|xn--j6w193g|xn--clchc0ea0b2g2a9gcd|xn--imr513n|xn--bck1b9a5dre4c|xn--jvr189m|xn--eckvdtc9d|xn--kprw13d|xn--b4w605ferd|xn--fiq228c5hs|xn--gk3at1e|xn--h2brj9c|xn--hxt814e|xn--h2brj9c8c|xn--kpry57d|xn--mgbtx2b|xn--h2breg3eve|xn--i1b6b1a6a2e|xn--lgbbat1ad8j|xn--mgbbh1a|xn--fpcrj9c3d|xn--fzys8d69uvgm|xn--mix891f|xn--pgbs0dh|xn--jlq480n2rg|xn--mgb9awbf|xn--mgba3a3ejt|xn--mxtq1m|xn--mgbt3dhd|xn--mk1bu44c|xn--mgbaam7a8h|xn--mgbab2bd|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgba3a4f16a|xn--mgbaakc7dvf|xn--mgbc0a9azcg|xn--mgbca7dzdo|xn--mgbcpq6gpa1a|xn--mgbai9azgqp6j|xn--mgberp4a5d4ar|xn--mgbi4ecexp|xn--mgbah1a3hjkrd|xn--mgbx4cd0ab|xn--mgba7c0bbn0a|xn--zfr164b|xn--ngbc5azd|xn--nyqy26a|xn--nqv7fs00ema|xn--q9jyb4c|xn--qcka1pmc|xn--jlq61u9w7b|xn--o3cw4h|xn--otu796d|xn--ogbpf8fl|xn--rhqv96g|xn--s9brj9c|xn--t60b56a|xn--ngbe9e0a|xn--kcrx77d1x4a|xn--rovu88b|xn--rvc1e0am3e|xn--ses554g|xn--vuq861b|xn--w4rs40l|xn--tiq49xqyj|xn--w4r85el8fhu5dnra|xn--yfro4i67o|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xhq521b|xn--xkc2al3hye2a|xn--ygbi2ammx|xn--xkc2dl3a5ee0h|','yes'),('tldlistHash','3d9da9634cd68e555aeaf2db439aa5da63a7f127f0175aab7681e34eaf9484b8','yes'),('total503s','895','yes'),('totalAlertsSent','12','yes'),('totalIPsBlocked','882','yes'),('totalIPsLocked','4','yes'),('totalLoginHits','1375','yes'),('totalLogins','8','yes'),('totalScansRun','472','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:15:{i:0;a:5:{s:4:\"slug\";s:14:\"contact-form-7\";s:9:\"toVersion\";s:5:\"5.2.2\";s:11:\"fromVersion\";s:5:\"5.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:11:\"js_composer\";s:9:\"toVersion\";s:5:\"6.3.0\";s:11:\"fromVersion\";s:3:\"5.7\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:4:{s:4:\"slug\";s:7:\"akismet\";s:11:\"fromVersion\";s:5:\"4.1.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:4:{s:4:\"slug\";s:15:\"booking-package\";s:11:\"fromVersion\";s:6:\"1.4.39\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:18:\"contact-form-cfdb7\";s:11:\"fromVersion\";s:8:\"1.2.4.11\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:4:{s:4:\"slug\";s:15:\"cookie-law-info\";s:11:\"fromVersion\";s:5:\"1.9.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:4:{s:4:\"slug\";s:14:\"loco-translate\";s:11:\"fromVersion\";s:5:\"2.4.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:4:{s:4:\"slug\";s:6:\"popups\";s:11:\"fromVersion\";s:7:\"1.9.3.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:4:{s:4:\"slug\";s:11:\"updraftplus\";s:11:\"fromVersion\";s:9:\"2.16.8.24\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:6:\"7.4.10\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:11;a:4:{s:4:\"slug\";s:14:\"duplicate-post\";s:11:\"fromVersion\";s:5:\"3.2.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:12;a:4:{s:4:\"slug\";s:11:\"bridge-core\";s:11:\"fromVersion\";s:5:\"1.0.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:13;a:4:{s:4:\"slug\";s:15:\"qode-restaurant\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:14;a:4:{s:4:\"slug\";s:9:\"revslider\";s:11:\"fromVersion\";s:7:\"5.4.8.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:3:{i:0;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"1.7\";s:11:\"fromVersion\";s:3:\"1.4\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:15:\"twentyseventeen\";s:9:\"toVersion\";s:3:\"2.4\";s:11:\"fromVersion\";s:3:\"2.2\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:13:\"twentysixteen\";s:9:\"toVersion\";s:3:\"2.2\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('wafStatusCallbackNonce','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','73924608','no'),('wfScanStartVersion','5.5','yes'),('wfsd_engine','\0\0\0\0\0\0{ŵ?|21$[!+\rM[3,d>^B I.aIH.	󽿿#/?_xTULWu{Fk}I,zN:u,x@Vۨxnc6}t`~U]\rZ/Gg\\= mӾJX&F\'htڥ6K6vVkvNFAkFmzW%:\\U\rE:~q܌~d%nے%e:~[2q`_TOv5\ZTS5)`%hHs\n\r0\'z8F:[heO\';wgA\0(Fr?Mn;Bk-ׂ}MVڨob\r>\Z~XM>c,Ȓ$w5.τ&=jѶf3N7:9(\Z5Vw)KbKe۴lIe%d70OQ3^?\r6քލm`w:`6\\vc|ncv5hi=a|1K=u;ƶnkdZA=6.ܿo,DU*c1?Z羱jUhu>t1lᶿ۾{l#\ZQgL:ܠ>vnGyUcјLR\nA퀼>0jfk}:y8D鸭y+}~X\0ĄĀNvxI\n|;lxoV:}7~-T#V<\r3n8;VmU;fFq4x55^\nh\"\nШւ΃JX7\njkDZFAkhQ	Z-$7<-#,XX=r|G>/L?Ǘ&W(vڔqaIx):HRt\"6Jۆ_3&ㇶVz˒.i6IxnY:G)^}E=4;fx,@_zoZkynYۓ@\\\"eUR\r]IT%˞-!C-h{XeW.iVbvY1M]S\r˺eկ%Id%YX)AyAPlBe{5d-M3m	aHhNo\'ۉʩ\0nz,W\r˘/bՂ8|^.>xƐ<E~;A-hzm<DkQw[;jV7G-,Hm|7pes_4Ft[(:G)n\rP怎{pYG(U7p*TPv𹇈5%c$薁ֳ![%6$tC52ujnq;vYKJ۲i *\"GxuV(9nukDReI(|\0/(:U528#Φ$M\r+woM9w[<41<s80VzJ,}?Aא:xy+]$Yq1VnmH̀Ģ@{B9T)AlPQCl7~ֿz`ifi^C/jĔ)逸DA6*`38wJZ	1+h&ʮGhdh)\"nZsA>D\\CQe%ުwNW\rs`c\r~{/Ib98Ct\Zn}Dv8viwZHGE)ZQ\Z	\ZB\Z#GJJ[=1y<(t\\\"dPI@-r\"6*Qov3n8Tm0\nE΀p[z\\qmVc68Ho%[0iE5Z\Z[УFzjum6gH\06sa;Dj6h|TN{EO.GC(jXhhlhLn;@+`];}dG.,\r:T[Z9*9Ufկ>Z=fgw3{۬6Ύ0\\.4infa\rZ5	q*OO!#jPoP &DYtۣA04NSMf ~c0c~:0U.{QimPj#c6xlfjU#z\n22<vt}ِA$2!KEMePX4$dy)۝6Ywxra_,>\ZER+َ\ZCm5V2	Fs$bAydVµnZ_T%t5^w72IɄK`e9=<;7=3057}Ӿ]M֝\'кs͛>okQaE2-uV.T-TW9zGuDS|GvCjWvV\ZlgΪrBЅ]E~yhnDZFjN1<$<YR	riec|9}\ZƇ-=$KK+#;:w=>@/8VܺKYfPJI4H0!n:3N\\A,XT71P[u,qccv4֎@݌6n1·#R]4$	.JۀifUJl2c>۹;Ն[[h-$!Od=XѸ脚cBы*a#}EL͕NL/w=@v{{x$X&,}cPCB\Z[̻>Xc\Z8BFb	7@x淰`;۰0ֆ%\r\rVv)	إc`cPu\'E|~V\nUq,@!e *Ǒ(	Jcuc]3K#ӫ+&NШ.vJjd%By&Ƀ?; BW<V6wK+V)tD!t. }ւN8jinb#ӽ;6Y*m%ohrcBi2l\"0&*VTϚ7@Ї`sEԄd	\rcN*:%i8agh^=ns4$R&YbkXGAs,)`&κ%ԛ$ieTVe\',JBR݃[md<	j1?7tXdw@y\'>>>L/#ݡgκ[szD\r-ֲVJ-\0mhhҟMf̕ZY,o\Zi,M[*235BJ#hsZNG\rι>n᝱xzJ	 sNDEPFj\'%	Gy`?~\"= L<	W|sw\"d@/Г;%bqb4TDC\r=͒Xii\'~L	+\ryr,hi[$m\rK,ʉ43NwJ>zO;)6kw=:qClm5;◕*YMJ-ȊpX/iFvَ.{\"Qғ}o2p9EgG\"hD}9X$`۪	Jl8n/C\rKf8Un42WFr}4uӔM͎\nBH۠-g^&uvӭzd]^AB=f`x``,`S\Zq}hLs\"؎+%\\\ZK3a_kY+gh\'`SapîD&0YU<Hb5:ڠX+f-rb\'[.!ƛ):#+Gz	-CChؿ3[ԛZfAzt.Rۋ鿟^5݃46E8 cpm^Q10&,\"+vR0Yt0d~ʞuy|p} tS` )A#w8o9ޟ].Yn{]ЬgE\"Tl\0[*,Rx8i{KWf$/1}_مjYX\\ÙKyWwEҩ]wcrfn6,D`\0~lh$q%c0ⶐ@a]cZ)\Z2\r͐$Yrrڝ*;YNZe5\rR+hF-͒R~-b9Mpqc\"SGK\"T-\"\n,νaSV4Dhmܓbc~k&jwr	ۅxC$;h!`ֺ9\0\\Y?E>5= aЈMs̙봱$وZN\'ad#CCE#\"^JZ]cJ$-V5Q{z3j.\07\ZKIBw\n\0\0t[vLVfDÖadI\0VSDÖ0|;o;G\Z2b!T\r3`Aa k\nC\nGaP8	j(9%?lqTD $7a\'2g(I	tYpL/c\n@^n+HЁ8/kGo>-2Ʊt[]\r>Es;>܌f	5貛g\nɲ;Zv_]ư%ؘ454C Ӊ3	kErMMvs鉩terp^8ުeߟ΍<CǏ|㛂beFU\r\0bwnV@TǻASJƄ(x\n.\02Z<DD:dYO2o|s߾o3d󪬔nҍ\rIJCc&$m]򡙩!GMU>{)5;gݘ4t9M;RG[ݬ:\r2\\\']],3-&.g2f\'lWG_45@G.Y\r)|FGH<CĦ-ĩ`zFHb9ď\'uC1isOXn!S<4hYƞ8\\pKhI$hg+Lr	;{E\nĝfK?zo&g̘+-d\nMIi>,+^-j\0UTwn[1{djpe4dIᖊhpKLM̐!<Za=:wOEs{?Y8;N#K|[Bwq480`^Cf[6!rHJ`^F)R1oV*^bnF}go`<z\n=8(@Z6؈}zXȸÏdt4O?YT\npս(oV|;2ԔkWgZk/53o([<$Kp$=Ú 6`a$7RgMkYHR!h-4xml2=e͚Z`xi{/f5Tضd<#\Z%<ɔ\\{Ƅǿ\'*\0n	lH,MÊ7f\\vȢj9bw,ᠨSv3m$)$icSmHShD@n\"\r9m0o\nt9mjCF>\Z?Z`\Z2gYV,i[h\rEĜ-S4\n8jCՃR-Ѝ4	s)Z8?Nq&~&F.\0:Ԍu0F6KO\"$>H92{زZt.@<w82[*f$q~It G	[^s7zkye?91;t(\\?9qlaqR\'%{u}-l^NHOS3cհ3?5>,>L5L-Lqo?3EZm촤,hI\'\"E[oEJf*>ideӶEX#	PoYn;UF_8E?p=Jgda݅ճ{&(gg$EC:aRڪ9\0X]oe7u4(4mhK6%ɧ<	[s켌6bH\0v3jr3Z۹bXxk4k뜫],|SrMmGs~}kj>L֬`4!\Z#YXDH1`H(L&^SX\";:fSȞU{ΓKVē㫒)h^kCaP{,Ͳ\"zeY[kͽApKE,j\"1kK\Z;{#LA%hC-Kv`\\;ԛus+mJ࠷fk%D嫡؛-k\r8	k$ʫe^z\0{X5o\Zzn됕\0s.sx˪Kp{MP3.rj9X5$T:$2S$s:\\H崛ؐpY~ۺ\rf\0dT5\0HPy);SϜͳgFnAoܓpEhD!a\'(\\\\*n,R؛+MC\\:ڈ#\'^3anvGˬd!F6p\"V \"\n򅼤ivvR%%Ґ6CjYڵZ]k׸5\'Y4O0k\'l%.8;~g5FKss̵0tiaquv͟!e	%*St|yvXEgZ	Rʉ=)ē|\")UM%ɔp90eڂ4QErET@l[܆KugV2Yl\\a-Țlc:٘N37WlVVԒBJm@nni;梿M6X;!.UNn#JK2)hIJIڎrVl6ƽ3HE^O4՘>hngl\"LTJB%t5q!Jg&3[A)jx~L~Zw\rM38\'cU?yq5_\'1#9X7]D~^\'1t&s()bBH\'2$PWHv@+lF.H1fYf6H=tv~(W\"Vl 0;?4-vXrh\ZjFԁ#m|l\"`EUɒ`r\0miw2Ϻ3k,>SFB),tĪɚE)kLMvv9ܑ# d:q\0V:l5-c=9{6(c\':S1	W]])VOIo!\" \n}\r۽%B;JxY&a\\\nHU\\`]R}pn	-l1j%QZSa+.q\0LIHnUwpX?XO:#\n5R%M!rpIM}SC\0lB8UIOyU\r7&y{)[B}-$JBzPM7A_1^CV1\ZL11P4]$	_j\rIuų-!:x*b%13ِ}JqQ=;#G5z*;_# i~փ=7yI*=rwgĨp}4;[	7&Th%ᦁ%\\VT*і<v.@!6{`}aٷ>|*w{ؠȾ٥U<EPg,u;GcJ E@,\n9(WNV\Z/\\AR?~By*Q`ݐ¯ՉF\n?RQM	l%lJ[Igb%jJ̙);,ȴ#Tɵ=	Cs Uj%2$KQ*kYd)r)ʌ\r9lo|>nPrxmjZ5^x|%z稐8[댖7­Oh\\>$oFM|)v;-P553߶ۚ\n[?̸CiGyG6h@ĥO\0#Ζ6S4m\"*?<*VS3n	sr\npvfޡB9b/xw-7_bel4i\nqmD$#[\"FDk)Fu8kяJ%⿇WyN~6bv<F<GVczGȽ7z)RlzCb*V)۝>|l^nAL뮰L{D?+P-m$!i$xXvR\"	We	ϋ@5P?3`C1nBhZLExHIhn˫51Xa`e4FTM\0A	,N8_UdyT\"ULIr|`zOک}[MGi$iB]-Xc	6HL}G|/1o\\)ɹRs%nJahW`\r\\v)-e|*sjr>U|ʶ6BN7xN,䌈	IIX(ktctz*|ӳ39sP\rXUv{M&D\'3ʆh2ek/wa6)Η=;^5pLns:IhOB{:=tn9yn:y=\"tR&OSn\'I@KZ{:}^E:xzOhUr05}<A/F(BCYUF9!\"{m6W)u^7ܒȃkV1l[UCv4轐+#;m0$-siu<IVX\\5򯉺-^S\"v{͐$vqyP3)D?w{pP$-eCߡNS E,%!\nEl#INoE]v&BpΊ`o;-^ǲ/ul\'M\\v	yqJ	v{Md$\0mfEL3vZ9XYSS\"8ce{M$7sdOd%mE\Zhd]\rjv;\\kn9xXYG6x(+qt\ZOt{͔m-KI4Em:SeV{3.3వKBi-Zo\rnO)OQV.|rwS27\"?o|{M̖@*v{#٩S#r=^|ŒG<[JKUTTl蓹ZN\nQ.(ECBEZ)/\'1UhjT@Hf1EAR~mtܸ\n3BC]N*Pפ)vg5Z6A\Z~l2g\"4SjT]_?Gwf]I4HCGLMPME\ZHM)!eQz\Z&\\s6qi%5!\",\'!U({\'OH#/^n	L8ׄ	9Wtc-X+iOЮHPma9	hbeasMRF23XŏRci[rm51&FLѰTkJ _V>U]d_sل҄0I41L2z&&Swwߎ\n&9$Ρh>~4ι-ak-\ZΙ[	t%hB;]G6f=L Uime LAıXVefԷ(L䗷לT%	8hb#&Jp+OO]e\Z}EUȀ&6D[\r ŭ9x!O$M\'\'p.js. ja	>!kFDtQImF殅n+%u&=/	o_s_bj&!]lX74	dOZLRf@Mb\'-M8!4zM\0>,1>\r;s{A)g	TP.k#b-?FLf\"З&w}\Zvxi#Ml9I[]\n{5ip]a5Ee<1I¥q\05;8GtKC¯\n۹Wa6	5B@M8\\\ZR+SZX;hN!eUnN1IAB:2T=8=4*vCT.\'Vwq62}>^l\"D.$r=\ZM 5_gZR(UBBM^KJ`I9Dۦ.{A m5Q!EIL9D@!\"## U!M?Nn\"Z0Ȇ	Q0UR݁MzM[,험Q\Z-cdrJ\n7)!%C;ZYb[봺\"32rLUw[뜭\0x\0{X4U6cq-b\\f:\'sewbY8!\\$b!fD\")Y3<œm\0	{^(f$6c]!Itͩ{9!\n%QCg\0\0`wgqsl$hkTQm41dJِtoь%qD%Lq؄5zu/B˒xw(ۊM!%S\\v9es*7DR&=_*NG58Y!%A\r?\0j̐jw9ccٿ=%ȫvaY#)v\\V3C억T;фչS\"*/ȹS.,ED8֝YܜP-\'wNN:9}rA;9yxc.9Q#cMy8nCe=ia[hH	gmsrޝnFb:̫k8,{^Sk2n:	?d\'wrS9(!SD.>rY!dqxܒWʹpqp$d\'\'C+$*x%<<lw5>o,g;S\r\"ss}sW=º_ROpq۝h|k$жN-$db	-VX u(9ϪI{B6&5sjسK)Y	wp,UI\'5cg]nɾ1+iC\Zd!De=s\rقU}e+*u3\0U&2R83,#u-{ .)j:C{I|8-\ZM77{ђ$f1kKVXLz*;W:t:\'hf7;44~)A.YÞw<\"M]0<]2u\\s:¡̽39ֺD0_\n\rz[̵\Z(,Ȥ\"j\'H	TȵfVjX%+jlz@QY:nvk@++q1}[D=i>Y\'Rvs/,TJ8kbli00Yu[u͘!\rYCc1pz1/f)@:.)rlޘI\'{h3pRd2RZBT;e<█y&H83OfwiG_c\r]X/+m܄zwa>a\rc	>{51čEvm?h[Xh5\nq6 {|	]z*;\\;\'f4TH{8Fsu-F4-9wqz>gf;Pv.ٿW<*R~	Uau5CZpMQ\Z`x32N3,}O\ZBǇERŐe9,I臦c!%NZSԑ4!,!Z	gmFe0=&+4Ȫؐ43ųXrcmᏬٯ#nsavU3xBO2oeELY ;]1Μpep(\ZAuA*I&k^1em\ZR-ɚ%N9zr;}f\Zh/:{p#ٕYn:W5y/6}5SwKn^tp5_EشCsA)BK;tߗP\ZB[[E}9]G&xn exOPkXPZCZ3.>\Z\n8wpdg⹍}E+ge-\nߝDكzJ|N<;Zrvz\"$6>0@D*gTq^EVu:`v}`MbCYPX>~\"BZ)~ewqn	s+cn4|b#v3ͬyɼCCh5Nғm[ϙfJꖫjUO(z\\t]/9\Z֦7Y]<\"$[>>:?wʏ\"Z89G|	-D#LuqΪGdmfuu\"hA%!VҰ[Xf:v*\n?ᵣLʉDhy\"PعW$!&yV6yȱkdRV(Jݓ@Q=<SHζ,Qr~~s>s]x7}:޻bg3˯23i`..9`;q1:΋>ta\';R]\\a`I-B-\\gwYIĵt*K6VDYNca\'k{\",D*\".$n+eb쎑es0V\nKPqQ\0\nS<v\\5v^:UɗC;.	j\\9h̝Efu!e!VX?eڲ@@T5,j/m{ݑ:}tIE?f]\ZY\\00m3܎kWtNKRbjOV`3בq6#wc+A)8̹7;T\n9>/湤&4]^R\'7#-2eǧ6].^jݔBrWB\n괛xMMi`فd6<NLKK+k5;7\r?ؔAg\r6nU,[B\n,08{Oh-LlH0N-[-LYV5;&\rO͒X{ՈKf}:m۹yg_[mZWD\0Iw.ȥ`Bi^NF?XTmGI2{\"ɠ!$tA3N[+P`_B}r$X)8b0SlAVK*deָ<GJ3_B5B[s19nԜjwR( \n`׶x\nua&y%\nY1\\B*<?iJ|`\nтvǂ,rI=hhCSx˂QU	;ܑP,yW&^V}態^|^C?Y{x_.n?]O^˿zͫ\\k||^KÕ˿zCt*K\\n^|/~w׶?}}^~2\r\'uaAS,RNKoЈo&ٸ߾z/W/s⏷竗.27 ^[W~ϣX̕UN_Y==7}#j_!sO6IexV\nT&ux6*YmX\'JȚ\Z9XtAZd)i%\n5q.VCDMR2򬶹,×ˏ\\e͋hI9Ka~rW/_z#~r˘.A+G^?|z\"\00{ȕ_ŗp\'^ϒn@s,+\rtUQ^y54Yn]y[W^Oɵngʥ^3^1|7/\\#n6٥>3;uo.?_z̊o7o`˯]E̥q>z_m	5H\07A_A.E߱˓3\\O^VNYo(珮^oBLԍ;SJ`n\']qԋʧi?zkzK?zgw>ܾȭq,	ŅYVGl/?},R\"f/W۟aE>K]~8|p&șo\rM*cloqG__{B@x	k_*z3HP\'^{yEEwKWA«p&aJ>*K1<vVӜejIŪj#_~soSymؗ>aᶣW>Ҳ^~.C	R~kC69#է/^\"x]}DsZ7xk$3i\"f2dcT=筫9qs/\\{ҍǎNG!V KBtAu3o޼r_<}O\ZD4k]kX7քu\"ҽ/dT0A6ʄueLON)Řg:XT.spk7{i.p;UWϲw_tS7>vNE]Ag\nE+HlUMVkQ+ycy?o=<_kISθeRuqe|g\"J$2l u\r4~S-dP/|/J\"Mtdm~RD%@5ɁgN\"Þb_K,eIdÏSW0ށY	RI67C@_󥿑\Zi`dz%\'M,Y)%rr{ӳ60W/}/}\n_/!t/wﶟ~꥟b@ꦤ*˲Caʲ7һuN\0}m?gћOt`eыKl[|9L\"\\V\'StKv-|~Ջ3j?{㹿+a֕n];ۨ42O	Z+,K$}EV.ƥ5:H 璘W<W0\\z<gwMD(N*i^	\\]l	>3@?\"b!¡m|뷮)Eѥ+r[h/]1kuov9d{A]mo\\\"䢞pSG׾pϯ^|\r0@wbʿb^d)ljR$6;|uo$\n=l1\nƏǡS3[raEˬ߆sy?~~	7{a=la+b/zoǨ۱8}f/*K_hDf+~W^ѧTV/?Ջ}3ܟ?b!_;g2o ;u\"G*_\0\\~)Oo7AÁh\0u??y\Z|7LŮQ+\ZQeTA%\Z,ק7{Ϡ\rˏ߽۟џ={wo_F&\'7Ͻ/߫~4j9YƴnLYԴ`h+W;k:Fn앛N\'*eD(~sۯ(K\"BGȒyzXyRA6^ `T\\b-XZ}I|9zq෿m2%YQ-sDbg<ϧXYt%UIL_K˫˷\\T6-⣦(hí0QY앻F\"b3!R;|a+x#S*-mo|_]tƿkϽy8b?;Z5֛8X0$h)<Q`\r hH;bpb>#czoFh뛰}g?;7?~/x(ia\0Sj\'ݡ#F|?~se9u촩HU_H]NƠ<wW/fmX]?WnBbBۿ{}ׯ3>=;513R%\0\'v*L,LHT8frw_9U\ZQgўtտbp> I,#Vl;?g\\{7AX5@^şѕo}~?[W~rox\Z/n]yƅo죛?٭+B7[#\'z痟\nzY/?1P}O&Yof.sNrlZٽ+O+_=b鏲z	2׿/hK\"\'4\'	cxs2w{:@^޺+u;e5v,<j>eDzW\'\'fx\Z@3^zȷ_/O_~7E돛\rVvzl\Zd3Ֆh׺_Pً9uV!n3sK&Lb\r_~E ]^`/?})U3CWNнvNzeYGq;ll/!_vm__]ClrҔzOUČs.+(vދ,VHi.ےjn<o,}v-}ݺ<pcO.g鳅ӊ\"+ұi֕Yn|+\".^z;y=BDZ3@BJ.E)Æf0d?~7|0\0~s˟ D\"x}bWR$u%hl7K;鰔K5G&fn[_1.!EM@/C=.::Ǝ,(|T:d*\ZK]BڎǺ-OO)_~͗Kp,x4 DQ},ѳ yosd_Nee_V3G;}N\nJ.0[z?lVrOb?諩خl;A7-P?by#\'\0Vm^z.,(tytUrU짴~JEi?.͡~\'Y.Gd+αd+j~+ѽW/>|׬`\ZFrdإj\']83=f5poYշ/gm;lv$__g\'p\0D(pA{a.\r߷U\'YwClQ@4[Ev]/H2^LB,[LMr =	L;RAW%w)*\"I\"\Zֈj̧߼/s/º$k{>AjiS:nm^1bt20vؓ$|CzҥG\r+ކ>uhugk:q 9Sit7̑q17ƮyoT\n[\"%/lR(Jv>PDB@Q|VgqR]㫲Ū8D_~￷?}snKv\\+o?͢ݠև=m\\\n~{)UlV C|Ȣ|(u.Δzڋ?~kcSb`;)T␔8^Ynuٟ\\{^7(|cWǪHI\"jڈ$e\'/Gq\nXBsmZ.〱9xW Ϡr yz4v`S8+VM_EVaH5v7)FEJ\ZQG\'gSBq[_ |X~֫r Cňۧ>~FVk :\'L3+t)R٦S:C:&\'q/V\ny6u~)=pPrB 3jJ\Z&qKA[۟s{\0\ZVՋA[HI\"~)ZSP,s|m9Ƿoa{%bew_/qȼ~YgP<A\rNYJJl\'l7v⅞!EJzgHUGE`Gؕ\nM˳rl˿$gWiΤB?s	QLHǃau6@$춴ӧotx؉C1.EJdKFFZ>g9E}I ElE6\0Ǖ>~Kb.}#WAx	R.*fSoW.<??Ydeez&M1դ{7U2ѡHIG*tthq+>ʱ#Ӭw?4͂D0ȫBvgY2.\Zk\\?)eh/__~HC}.i5Ĕ^4KmLn)HI*ƈ?H^@Kox7_+3d\\팫8qQ=t(?zkzRz-z\\狞iȿT@=\00;qvþ;ë{s)eg/|1z;a\\e뿻pٿ^JM#0At]ڙ\r݆3jDi	5p_ᝲ섾\ZEJjTFG=˳󳬍y[.{u X(h`I=6AlG&LX)d_$d~1XabveANzTAGO$bM_GM,LM.]]oH\\rq]g\0g1k$nX[eS~rIIҤC\nGWr$nI7ػUq~6\"9u K\'Ok?/\\$]%bu3:zS\'^+\'pW\\dC[㿼~민tׯ^KBK?2HNPDށ߿yZA!}xʟѽ/F[W~u~2M0X?}GTg\Z.,SYͱ=ߑۡʿ|Ǆqb7t#b7=by9CxuZ9O/xڛ_\'\Zkoګo|,8u_>ֿ~u]dn[:tjXfiiϯW;䤳A:F<[gozhwn-\"mn/*?zyx#~f&NA9Z=|i?^L$CR-\nsNML*Ppza\"vfPa4GBֵ?鏷_n^-A.^/-~3V_lai_?,mNS\'+\"	Ʈ FNnTfcH\0985Y9b?mfu,kV1tV4;\\=3l$Bƥ(O*vI*t裦̯ࣕUBOMO_ltC}8\rMQEZS,`&[,E&%M*xb}#5[%lw&)q\"\\	ځU2$V7_~^Y\\c̉Xrҏ՘]a6*ɐn}[ݭq\'tVgL3\\S H\rqhw=|u!;nepx~tHOTBdϱg\'5[DO</j}^w]cclʆSPh+x/˷>#\0}{tqvau]r5	]9zpRC>꟯=ʵ^\0su>ɩC1w3\"?u[W~\\uh˿OI]3\\v\rRdɂL-,Y	֘=<}hq\'f4g\nSiD{i0ʚx3S7XTmՂ6WHk\n@/|k1\rpa#ݰ݁:\0c$)w榉}rҷm|*k\rmOuVEk5A-\\kY\'O_SHXy#\"VeJA#ڌǛ3HŲɑhw\n|rͧ	|g0q\ZX8/?u\"/ŪH}tR\\0UYjp;YmEh6YYPP\"I)ᑲ2/TX=mW$ \0`ppx\Z51tܰD>բzAv7v!JaO3F$^k7z:5{jrMZE۟RЯ/ݍRά@Dփ [IϘ^XVՁ2\ZH\rg\\S(ĮG%zԄG]1j߿`u`\Z\'!\\/\ZgM\09獿/.]^|	c_203˳|vzX;.Q?v=+J	nÝ:\\$XE=3/d0>߿yZqi#k$	[%o7^~EGY\r]pߟy^,/*Io&>N~(Ctç$!V3^;2\rRſ_@HJ@4K>~Eұd}3xzq/H?V-ԱrBcOPSW13H\ZY~KbNX{*Rz*Qe$GpBgXGgiWW^s@\"1),>8i`q2Ͽ{CU>q\0YJ}!V^{9bVͩ9;PgͰC5L.wf\nsowJy	w#1<!/8O*9<nf{\"ea#\\WxV6n_~|!u䄜DNM/.̲nbYtƏ,.NɆ2w\0GW)9n7$}:b Ԃf`6t\"#\"	$xϻ@.?aξ2uwٲƝE	a=ޗvPvk,-mJIDMv\'hrρ;єMLiDV\\\\YZf)ֿP˫!~7SƝXuiqEd<g+/I.lvOo}Ixo>roSpZr>/,_젶1v//W&HEz4-lv雺0uMItq2rwp\'vWki3/cXⴷ`kN&aqV=5MG1ǅ\'yo=`|5vwko}շ@W>~~_|O8>+^}>+$Aągd=v_m?:=*TwVgn7߽z=ȁF=^Z⩡d?s^gK:}~MSY{\nPz\n5cEptmҍg^J_D6uú\\[V8,B^}e^!}ލ&Iq|gW\'>R\r^/oqYo,yjґy1b!gZ(<\088ޢ2Ь#ueYN\"CO?y7\'&{Bd=g!@5⌻|wANͥ !5\',vIG.7/wSJJ|5}Lec1Q>pmD+ˆ*M[l F>Eߗ_0W?nՋN..5.Qc&s!mNⶫ~zS1\".[sĎ4Hy7~{/q<ĭVx˟x77_a]ZY3=$naېtAsQtp&^Yݳ\'fۥ7ٍ~x3Sʼ}Y5Q|?}@|R?\\zRxw%ڦhaQƏS	\\yo]{. 	Ұ/^ ),nI.n҈fWor?zkrдZu`2S/xXK\\<˩v7Mb?dy).}euC_[tX?TWI):XSȆx_H\rkQ5#vHI.tH\nZ3#<=O4502[TjخFC$]̠%tv!Hҁ\'͒#]Wf5JXp,}NYe+7Vtlne_ُldE]6ja_$Kzt.(ūokX{wNbcuzam\0c꯽gGdX;z~zkO_;447^LR+23ħo}/jnµ*{0KvmupvW/,tX!ٍ[;\\-mo@4QtnG1xܓif\rFic6\nQHkn;q2&9n:M\n?,â=0XER|c%#6F%MK13P>Z7Hx֫\\S~VF+AۜD0j+`w|{h&oT5>93UԷZTvjiKM:oIl¥:-.^.y˧/kvE2\\TnAC#Nݨ*%bCgjl@ZƆS^ށAZ+6xLxjfb5)\0I,^+6T*M<IUpyQ#`Y9^\\XPĚHb0WF-6&</rWkU;vDD,\rx\\1W\'lkVVH[k7VAu_2$Cb%MKՈEűZW4*lp\\\n^˕Gk[&8{pxM!K4rYy1n]dOBSp/PM[Q7_Ь`iD.+!R7^uYͥ.<T\Z+MT}N%1_s0{hl=hI,\Z>54)))3熜O`^{gojw8Ip3B)u2Y1[Esl]*e573nD}FwLȼ\Z[l`Cǳgv:niŹ&\Zdj-Zͅ5vg;mrFX?̌gTNlchڇ)\nB+ԐLV[H:q+	dڲH|j<\r<ΚZΣW@לd٫Ɛ\\Ffod7,y U#.tTK[e\\>_r퍈:iL7#/%@e\nIVTDBBIVDRHQ\'EPw\0ˠ\"qŲO5m8U`omx?!^;K+BWơʹʒk\"=Ikgjp,Vy[rUZݠ͗BWFXf(Fl,HْHb`B5k\'t~q\rva\'*k=?JC5py4\"Ŧs&\0\nIܶD[#wN\n\nŭ>e^:}^Z:5y>ƖfxY\r~hJ^6YogN;+\\xd]x]C;n\'gUG#N(g\ZQD\r=b5d\"j \'\'-|ӒD-6ևbpUpYX:hXƹ%M}hXef+^\'u_;+pۺ-2W/3yVd粞9\n|k7%ϔ$\"\0D](?+ +9ͯX`}r{}/6XSA\':Y_[9ꞼU\r^oJFQieR\"eXN7WDK[kI! dE4 Id(D_خ#)fȇ%D;(sH-s=zte\"gzZZڙFvAFZ.϶\njnc˛YY^Vι\Zd*Egxy)qm9~1OǩlN)֨)AL_UI_Aq#Y6c6ikS!b$(҉	7ϖ[EWB4OVV~\ZunXaXY\n	ߏEʰѝԲ[DCb1k&)$rYPAPhnS|J(Z9>X%+Ni2J;u?8<a,=Y,8N4lj?\\=`A\rvdHZ`VF$\Z#Ih[hܞj%E\0hW-=ui<l0AٵTeD<ǇWcBX5B\0r!R)0)۪9KU!m>lcypxÉ̅dm{6XD<!)=\0S3Fg[G9m{\'<\\?AX8ȝ_Nx56jmn9}#4%D).۹n	7`Jmx(/T8bom~qKbxADx>-60FA>Wi;}!\rȶ\';=&>)j\r%*PVC$_q4Eh2⦎M	j,Lx*%O5o]ZjWXGSX_sƛR=)!mޥjȇ<W;F8뙍@`\Z _{\0ZVLzd!FdJ)B|{dC.0Y ½槹fVW\neOeApywѴ!\n<̞A$;6GXr\rRe|228AwS^;DJW7KxQ/ődnx0ŗΆ)7DxxBOepvRxɶsz<z>Hș\0F	GQw=BLyv)cKׂ(lvFә\\9u;ɸAUv8@B7z(B_QOC;fYj$orifZqOc)Fv&/`5`θDI5\'4ӈSmhox{t>)B3&yN9zbϫ_h6r+푻]F?4hyAP-U$ᄞF-dP,SYvK~PBYZ۳DAZ`o吶ef|@ReO`~shkl9&4iHFFvL!ir5N}|`onr-Zcd;&K(h!L@{h87t(p˲aA4ŕuNL&-md_3#\ZD\'Qlm5+nM-.#OZPZBZYjhTetR|:f\nS\rvw-\ZxPm%zTG2xQs㨙\"5\'\nUkeHm.XS,w\0c,ZSklʎӘhUQgC˒͠Vr(a&l/0(s$c]rJu9U΂zsg0xBjC\nYf3ʻ9ceR)FIrTAڱ\\;E3XxHGѴssmejq4M)Q֣i3v6>\'J5JpL2y>iF2#˿y(>LS*bT@bٛU~}٭#C-+W1dխk*;#hR+ǩl5vެ/bX;wS$M\Z[$;%qv m-]r\Z*2 \"k*K-j9ō܅j\">Fc.ф:,(UI)Jr+D0ۮuGQv#+c!oP7%8&VxzjofT#:[\Z:,=ƅq6\nfRwB;cf^[gVǂ?l^gVlYkr5R5kh|]V\r5Ce<ط2~)e\'IP,\'I\Z|5xreL$a\"20YQLE$ԌcS3n(}iidw`=C7Zs\"ޟKQ̳L]\ZBk+^l%A~!7nk2Ms$,\r?8.+;$>)wqo-Mu5Bj8tp~36>.X.4Th%i$\ZkȚ9>iS	\'~dzY60lJ!ٰ?;A+\'\ZBsVO(PԸ\\Q_M!k26=ld@Ch2^V!cAjnSCvQrf@+|Oϕ=xR d֐+|0g:82}rF]?1HCbh3>{H?bk=|d;c3%9ʞcigیtX#HSUȾVM⊿sP4]{p=K5=b\'jyREd6|J*o@8[Y=a9٨Lgg#?si͟\\.ϮmB{2ZhVFk%GFV*C.QN=sT0yn><ufX	2Jr\ZukhMsSK͍&fH_dj$Gk0D8&E\'Vgnup|<~B*K*,J{VCCER\ZTm,B|v-ʵOF-͠Ɲ|s6`#X<P:g9<|\rr؋\"Q)qKH9S41x䫠ِ<\ZP\Zxyڀ:@u#.߷֐+MM	=\rV 686lX\0Q\\ohOG9w°.aa\ZI,Wb96*5Zfi\'J\'\ZBO	ɂ$)$HGsJه=9-v϶Io?I{lfLГ29ç|8mWX4N@S&v	5ړL>\'>>d_<TRS|^O=akO	h&Gxlr\\\"ZnF!-]mxdz͝9Z;sV\nݙeɛͩo銯w#庭95=؝9=s68ySyJM;s\'Wz{Q}+Դ25܋\Z(MZVLꠛ[gN-=rY\nVP3Ͳ͟\\8qfn&|0&m[	nܼcyOz6?]߳zL\n7mIM]lP<XjjZy{2啃U6Mm)ӓٮ<\'K3q{EJ	ǣ5$e\"*&z)!,CtBlv6.*ȝƛ Oa)ֶǡ@]jYS,.GP;IÏiC;O:dxG(Ix@tNLJ+!~hH) S)p|yn<nh|0M· 84u2s*+l5[AeMK&M	,\"3Jvkء*Ս5W	.a̳u;F|9sCUxEI`HB+騯Nbt)YG=@ӻB>YVJJ\'k3CMyBZUJbPIR$5OqOnu\Zžm(`S!4lp*%LR{-PXYG^bnscNSDjS<l]8kĠ|gqTdHK;OLSS\\X*!U<VT^8I-F0EE֬QfajRp(svmebu9i\0-HJ	h<*9::zrFmHy	Z\r\n^VtJ\\_\\~JN dhE\\WC\\L>UjχY1Y!NJg;=+IJZrD$ECE{mj]0\\ֱǮ2d=h\rm ySvہ ;7+!2GHg)1#B7(FQE2<%s䔖#*DMR%Wp\'ԭd{So .C^X6/nFr|͐]/=))\"7RwsиD*FRdh\"h+/}/N@^nyljr`i<\rϓH,dp#0\"8`6Z\0qLm\\o\nI$O\r*[lY\\?T/+4wLr|-؈]R>)73%ȉj1.9gVr*<N=spg6f7&O-l>=b=}r#]7Μ֎+֡y͹C5ٯo\n_acVT%M ڜB_؃)\\<<*-?y#U|rcӵܖ}j^?7\'-_<tzى{rAB^\rgfwƜ2V#ܞ_OL?|. ٜ; yYR_<.E;)#R>7V&qRMIk諒$,$$`Ԍ~+;gN.ss;\Zsњ.?sr}s[3jS-Jrƽ{a{~u<{0#(/64\ZADlh*KIGS%].VS{\n!%+0$Kods1o:VlCk^,U캛Y z4TS^uی,\'u2puTP\Z9ĹYu_S[Ũ-]Zv>5͖,MeKs@UT)PJ]fDւ %\n`FbD\\Lh1t[4ϥVԑ9o0~9y8v~Nqv3T:jv6%urB~xy}v&hV3geb=l׃YA[ųtyꡛ\ZSDjn]hloIXp:=;{^{(2_e0SE}*L)HݱuITK9q\"hVq}[Q-w\"J)Xޡŕ\'f\nNqr)?ܘyzP?.GP(\r\rm/	(*ʪ338$&zz#\0N٭ǌr$,=\\\ryoe!J$\'Q14^5^-jJ˭qKT鲧{wR\'ϴfL+z*3~Ls,ݨOga$B=0i[5EaNlaXא#j׼xg5b#2ҤUP;hBŚhR{wc[b>{D̉SrF6O[&gm.ά{磍3+g\ZZpY1Y>qz+ӕgW>M_/O̞<uj?zZzϬUR(X/p泋$B`ĴT!v/phfVY欼cm{Oe\0r;RTސYf\\Zf9\\ͨ{5{-skGkڛ{{\n-3lwjTm4I\ntrg4UW	t.zp\\GǗͮf&&M/qCVWv8rJNQ+%ٞTW$ƭ\n[]F\Zch8iJΦ:U粳is+l\Z{\'LkA6=f\rhoY=p]A}k\n}LW\r>]3Q{A4h*$C_Y_1g35x\'-1;L\\}S2yj:WcH;\n~.GǀJt,>Ktg*>@c\rqؤ_\ZtT>ˤo0O>!eaJf$QX]@lfݪJDVM\"\n[zRԙRs$g|qsuzꌗN7O\"^;菟9uFsO,)jsYe5ߐQgS!miO^;qjpG\'ϯ3gc5gVO°4U*@+\\D=?zR݆׻ЭBSlDY$,̚ըIy1vQ;E;\"(%5\Z\Z\ZH;5LԖL$Q~uv&t4s@	\'SlM,[]86ʖ=P$𫙢B,|TX18vc,S<3ؼB\ZPF&BG8f2jTµnY=<ǽCM54C[ϯ.[qi9:>`^xĬæ\ZZlEUIrPd8Qi7d>fd\nWğ>8ƾh>B#Њn9~GVm	ITKJUB\\857{F/L]Ye!6NKPIO3Aw$ȕơ!D$^$3\"AZ,ƙ\'\rx2Zac8lґY|22>St!uB-ãx8iQ6%zPդfH\"+w*~+f+\\&R.ڐ8>U%piYrٷerf4Xg|\0~uY&37<3ƝbVE-InVE+Ek!\\`%ew`1׿Av\Z쵅m\'jҰ0>\rjdS\n<0bQXĤ̠,~>J<0&d\Z1LæI?{ԌisޅG0	ej$4*6hGhxd,.5+t:Ϥm7X1]<6MCMZ<NylvsnejY0}.6齾i3GL_f60f_BF\ZVfpV/&5C-OV16@ƣL8\rsJQ(Arx\r`\0qZ0C18R&M\nŜ1G;)7aF OۖH?lܯ\r\0:Ri}Ps\n]&z-}v)ڤ_賘s4JעI\rD҅sKiSnsTDr7Z>n5wϭ&p+I#:]WϝQ>?FyxrdYֆ{D;m͞>s~aVZh٧\'%Wfԅ5y<цt䣪g3kOW͙jT:O;81D,NCUv!ce9~=\n&Z0eI!wOmmY̉:WŲ3kfuA9M)VsakǏ9#[g\Z[چ~\"<&MMTLO--ז\'׏>|ˤ%.hI[@B5i(r*!8vJqe,s&^͆JdVݿ4eo3k0u{/\r!44UD$I{}\0j&\"MXӋgeᶳ	Ewٷhٷod@^-^aFIGX#3	|ek-^w:T}\"9lAZShEi:-ddGJ*/YB*63&+m{]drΌsOf#UVeP%,(UG^\nUsǡCpvz.s\"YJYX\\ήTRSr{&CeYZ͛h$f	7O\rܞy*5w/ڝ\\FJ&s0,p\'h4	tniV[ɏ9B_$9X&\r}TWGh9Ǒ+AY1	ZPrx9v;UM%yÇ>o5BOzI7z*rqn\0є0-aFEGCP~!KGK4Nv/X2cϼR?NlEHVSO?=WP(hCh<X6\'8[XI@%؋jQV*ڰYnfV\\t).w/贔~)Џ>)PA;\ZUgkPDS:\'Q$[?U<p4DQ\'ħv]n)Iw%[F=Ϙ	I$(CL+Hh^hZu#~bnc2u>fJ]дQh`h)TT0yQ\n9̵Gyf,`1Am{_ROwTfJAΩR}:Xa[q/m[_\0B(4< 5]L-U@<,sam,?!+Qz!\0uPdm\09\\\\$SQ%SqVx\0\"\nݭ1CQ␎fFKʺ7:KNZiB\']g\nݷe,[-ҀӔdlM\ZbIŰ,)nfX8N۫1dX=,pu.{ح9BtAs{bS▊0l\nKd,Z߳88Ta/h:we=T连p\0е]}e|G;)FH~\nZl46F4Y\r:\\\'z},S,[ea\'B.7̺Iw!ȦX\\\"*%qhَ2-ݣKJָO\ZLknk@8իt%S	`HQULU?K19l:M4 \Z◝2.M\\2K)$6E蚫mƹ3zGQ;Bi2g$Ȣs\Zj\'>:jGHb}|i.hSH[]wm@*O%h&I:wd\\kBh}w$%\"iY\'(	]lwQ?4<\'\n\'>[]YF ˚$vd]i;І\r=@h]r ID\Z(\'r2jU\'\ns&\nqYFh_B4	ƬA\"ڗdY\Zg.\'tBg)̽\"\\6\\>4ǿd0w6sn>t}z+eY1O&cA?xBm.GX;Gl88 i2eY3	&?s]@G}QۚE\0E{46P:-ҶGY6O&dYop9\Z<j\rrY@5\\Uєr\r\\=IDe*4hIܠD#jA`\ZDFϔil(\n	W)_dd%Z.Xd>1+9\0y+@&ߩTyT֕Ia\Z(\Z7RA5B\'X:h&y񝰮\n5U\nQh+tiKd;@sǯD,12+YuU{X\n	2\r8ȯoB+d%Q5R?B)}Ei-m«g<aS9\rd(Dqy5	 Av4ݪ8j@9k\rxBu\nLTUTv=r//gA4fx@+\0[.F٧\0 ˁ7aRi[sxtG@Z \Zz]\nZDycΕ̘b\"\Zwͯ+2&W3|b~\0ec!μBuA- \r\r>S7C\n \n\Z4n \r S [<eGwc|5~	#^@3Dۄ|uO`h\Z]\'&kW&t9み`L@v5A3@cz%诰jӖZtsδhKY[d5ȃ95TɣL4.Jg\\Wm,3[W^-ש]\0rt f4F=\nd\n̫Gu؋_UKR?	1]3iN?4w6K@mт0߶D%b\0wJlSL}.:ݛ/.63^X\'x]RY+WOǥ|S\nx^5ldM4^VufG-(oe6T^0ruߢ)l\n<4hO`|/6>K\\خLYlTǅw>9.ǲ&r\'p?ש^Le5A󅀷0d0נ~\01>	:E~c\'\n+4묧4/xɸAw~	d\"=A̷Twըmm<q;U;*ձdJ$ȥ kFX\03\\Si ng-_.y4<%qꌣESEygQR9Ԇ6)|{,g	Lz6y?cE%rV\'\0߁}\"\n/Ab rxI4T>ڱ>*u\'8O<zڗ)dmT{`\\AIEX_R~\0rY*Qk R<8gѵO\Z7>[,,KR8\r5Ps\'e]dPW]4\"g4}Wze\"e=%Ҍ/^hx6F10c|\0{KJH{ANc)s>Œmt\0t\rWeC>jnX@H4lG<ScHD\Ztu+Ƅm\"A1>SHv#^4d\0tWX3e޲_$N=\rT&bU.>vz9s͊M9A#9wQgYH|f;ja)3op_ݕ(@ƺ3\'\nz(\'i&Gr;qO*a`Dl`d(,.qѨQcЁ\0bx?d1bV(Y@q@q\0.g(mʀ\n \\\0Xޏ\r2+daC&| FJ5jxh( R6:P@R \n5\r\nT `LiKJ$6)P@8VF*Db#wz	ld\\70=hQ9r;rl\n,IGlFsLnFF+p/Q	\'Wb7uF46f\0oda\Z 	Stn>{(xج`nȀ\ra𠥐\r@*Z\ZU`ފy0fSxG`P^Ǡ\05{X۰\n4\0*gʔM)Tѳ)\n\0(ut𼁒wXrqh9.UxRѰK!\n;\nq8tl\rj@0*@/a P\"r7	( Kp\0``$JMK2s\0yP5\rـy7j17.#O!AMXP=*+1pNOu\n\Z5u\Zl4׉\\\0E+ҨQe\nˏܠ#Pyʰv}4wkFg9g8s?`\\F9q8{26t2/x	i1P(SC-6B(X	-q\07#G7@ƺE@G>h\0ތ{M`B650	\0\n!:iף+a:UA78v\0R\nd;}\'-΃$=5hP,u2Ш\\[2 `̩gfp$\0rq:99yt?A.&AGizKT}GvѹY,APRT?yr>Q	 9˔oMwbP\"}AK21q-;AߩcYJVJt>1xAS=dte\n\r\r\\Qg>I)u @7Tn`W	);\'@?4,3rkō#9e;znǎKAX0G2.;]g`P!zLˑt\0O\0z(kꐰtǎ2``STbЈ1	2ƣ{+}D	Kyj2\nenA*ڢv&	\n\Zd]aI!}pl8xZ?\0p\0E~:>ܦAA@E2y\0F	འa%zW7;E\0rq\'f8yg>գ[0gة[<D2a@d /L!xA)T29;Sl\"[܁ϰ>@aU\"\rw@l`g@lC0`zngE`;w`\n@^;4T!\Z;)cP9jD=Ax$ҩbKxgxI@aI<\0m۾XР>T`@8H rLuQ?a>\0do9+8s4al\"KFY٦i@Qm42 }PBZ#:-Jb;9>O@}0^hvdznXƦ4rcmeJ\'C`LM#rVzؾ |e\"p GTh^IL3NudQSh+4 G4x/.u}A\r,q\0`I0ϱ#TNk6O@l[iGqCw@aY8L!2hE\nutڤ8O#k@vf:\'cdk49-LiAz\rXS9\\sSlW&z70XVi n:lrɼ@}x@`rq!m`KD7(ÜQY;ްsW 4p<6e-<8OTFjddǺIƄuE9еNNlOP\0v1t8\'zzW:4<%:/Grpmsep1\'r;<6mXyr7VvRnG6+቟&os}0(r;u+5qvsvM\ry\r\\ӗ-\"}J!!@}cGeA,̍B;\"/ϧU?Rca9Uz~hW	fkP\n3Fm\"z,S<p	;1NπGK}d:0E}8b#؆^,?$*Lj`;+\06v\Znx;Aw3i0Sk}\0t@K_!2u\'mj#L$Cej#ja?G0WupGfl1C~oq2-ڍUJm0ui<L\Z ]&RJq/bX_n_(S\Z\\\'\nkܧ&ci .c_!TQ\nq9z߭<<Yc<K\Z&wЇ;XI}tVkIT\'PATF~r[w@c6l\"g<*O2ջLj^P?9*o3U[>q0JdsQY[%5:j3\0<mg*p\'*/>]ʻ8E+Tul_SyXeJ\n.?+8\0Q|W8	`we]:Fg9~^? gŅuWȳ&XiAT	4):Ձ|\'>޲JkBIdڶeC`ޢz7d>o|i@MyJ*AO2Q	_)0VCmk[yBCԗ2أ\nخ:ı<^`W`ئJ?9֧L#H!rv<k=&w0N(\rڵ\'aNb\0>ٯ*t_\Z4I\Zt=BC7!0:i}`LWmUNW!VX֑4@>>mӥ8@k~S	0)ŝ7!4σ?o\\8\neqҾLKՀ`R{[Џe=}s6XNЦ1n\ntxmߙ,Fg9e\r|6\0M_c9 hj?\Z &{*剀\Z\Z-{ءNc6<GI11p}WDmX\Z2H[N]ooW(T|T}Hڀq4nѥ)S6M-yç~DIDJ\"sa-<GqSIqx\\<֮Y,11f\'Р{F<W}WP&KXG76?lx@{ʱGe-k}G8BCdfPQ}chJD_߂LVMw8ǩZ;Eylal_o=_)1sj}.p^%{ߠcY\'SR82<q,Ecs`-}4JV1D|04q|m̷2A&ٷ@Fb\\X\'sc9\\380W&;MPbLL3~b&2x2cg\rlj\0^\02ƣQhĺ\r~DS2Sk7? @~>1PEd,ydd>P&>`̧$c_ڏ\npLp@	>W[o-篱_3Xc~sSOX\0ƇLB23>)&?-s\rhFcx	_^4.;?\\)+r4H\'Өw*{et7PmWw铵}ρVXD\'\'T`(I=jVzMpkxg6{u@?	(΅)N1Asĭ06sozWjN/ɹV\ZǘE\0\Z{*:,N\ZuՈ> Qz\0.P8f\\ 3+o>eZ,ϨdhQ	HqqbOv=N\0.\r?X/ `t=)yХ~)@G?@b;Lb\\ؾ7_%tEc+8֣K?>5 #1)PLu//7g10CM%Ǹ}Ǯ\Z;1DmåvG+SxpJYTJWhԅp/@\"Ի[6MO\0lA26hp|)?!yԳF-|ȰBt\'TS4c+ĥRGA6HT?\"R	78〶}Th;?֊dW߰	:A0ͤbZ=*],bMaA4ubL!&N\'XN2佰p3b8Fn/Nl=\0(@dOL#ebha8C4Fs&D|4-kJ.ixP[d.Ac4t;]1_\ZDxȤ}M-Dy%x8w$ejeatUKr/&\no/.GwH\0֘lW,D<A.Eh_q)*zkt)`5PzY]Q\r+勚A\n%rG#\0r^☹81y\r.De\nQ:g\\F! P^JX%GkXSO16m\r1W#.\Zծ^@G^`40=<\"ocQ\Z=K-z|45MljitVЁwU!		׉2O8	x(U3)Z37L#\'g+<|L`gwǖyq,ƋcbJعTW(_\0f:üoLi\Z#`2e&**7	oC\'F\'GV(#/+KD=4HH0װgH\r\ZٿqƓGU{FTo,ӿ?W_pD,N!bdS[@2Ac^ƙ|z9`)o[9K\Z88XvGezl#LeQX. `qx8\n\nE&Zԫ[&{8JW&rP\".Q٘|aL=_lT~y}x٠V*֯L}W#aϦKdW\\dq\\jޏ4}L2L*歀Le0\"x}).s3{$=be=̡IuqLxa;ͳlGvy6nxXő(4N||AY{%^i4BdN(y^k<V;*Uuӧe@*ʀGG&|.,2yLƅQ!<54e 3QvKd6w*w\\@%2q\"7(*<\ZR!zDQQ@,G`L#|BK=7ɾӵ	)t-a@pVE0?k~	rn5eX)ɰVwc3SQ,aw\\i?⎑cIEa<4=nLqN:5>w}=;NB,(0)<ٓI{[Vyk\"Gisa=\"_<ᪧ)[[/ʍ\'+KkST䡇kL63sd~87_؟Z:Ϯ|A04G6V 4[=:bq͠ffFmMXvdOUاrI\'p4à9荰wT:\\[!r\nc`.#yşB1xΜσjRoI}L]5*u?0{=ҎnێVnQ\ZXO_!Jǀ+M#Mw0TBGL\'&7<>ΥAc6J,Sq̲	W.:ftS*dd>\0pN=58M<\Z߃/OA)$<9fxKhj+p_lup(Sֱdւa4H|R\'|rӿxnII:U3\n:AOL4`3b*=&$yk3 %4$U50Nс{)xgÍduW:+~u!Bt#7g?▀$pk3K	9\ZM)tNe\'-8IVDw;5:w5ݵ;}\"biy+#.N>\"?)g#\0F;5죽*[\Z\0?>7?۞k3H%&dSv͉Lo\0谁b [p&SL&@רOG,QŧQ/)##1Y!0&JBN\n,Õ|W(6UqzeUb_a@)>\rclKXJ^B7d||,\r*?CG^2o\0>1QTiԏ,YA}o@g5]\Z9|=!SqK$\ZF8S!dɈص\"n6ï#{Ũ-c/L\':jIǣ~-ؾKGIYᱏ\\%aLOszUp]GSNFR?N>9\\G[d]ejGiƇ$*>SvO\n8CBxlp\\H&B}qD>7\Z!WQjEW9x\rWShc@M\rkG\Z=*u\r}>bV..WM~.|0\nLJx:ac]3)\0q8S#2ez43WA)G\0lM\Zu7\\[qqrW3)ޢW҈)g~kN$7¿N8\"rBXe݅R_S||^\ZȔ	\r #qcP3ШF~!6]K\Zԟ SWh$pkզFkkHA?&+[m#W[h&	cޓ->ZBr^LE\\>pzټx2Dq5|̛MTRQK4ǧ\'sЬ\"=aLXN/3[!R%bbS>݃dP\ZaӨumRO}Tc_m4#$t/^Bo7X4. Ntq4j!_rWJ\0~e5Ia5WyIxM[I&\02/hi,@ۃ9b=R%_hIx8;gjDL¢U>?*^xȦ8jS;$\rTO{p}@*2I8ޣc*\rހc:lKx-øT2ʤqJ3W̥;\Z)oZdR*Ɂ>|@_	W֟I*ïCq@22@|)Gu8\\q	^4ncw. <13iFC|,D0eg*9уt+ϱʫt*;?+R4wzGXo6]P[W\ZKeSi_UُgƹD6z3xz{NlN|# $Ֆ(qqGǹ4ޮBlcؗ@\Zcp,G0<i\Z0i{B=AV.c6h2>LIX#c8˅L\"+d/}ۘf_GGf\ryVZ\ZaQ}g*62$ʔS }	ǅcJ^oR9fgN	|t\n^`SGr<3<?N_?\n<#88Bd>\'ϙ5gJSހ)rg\'zG\Z+{dAc* ld,kq7=cRq5@b|<<gPW6\"֥)>8Nb}s BjkS<G&a<Nrc\\b\"~Ԧ#9M{-\"U%3;iױEǺ2`.^ý-(iE=ޮI&3Ý@SiD+:Տ]wKA߈[|*	]aR9 3cU-\0{b\\qMm4G^eX>4dFy8 ]cO6ƕr5\'h4<.}Y*}\\ɧc~avl+YT/PBX[djj/{zjMHGSՌ40q(*\Zb)jBlB8{S}q~#>}\n\0Ĺy>][ԞB\\I0n|lwT\'y$Is*v1ޱ׸JO\ZWDU>+Wfp5CⲮӫ4\\bF>!@9^TwP	a\\86\\˛Cc}R	q$ǳH4him6F#EugW`Jwqi=n}P\"zȴQʎУ}`fu~;MȌ[A:EjBwz8Lmд7\\S&*]kt!CT*ص#9)t^w|0:GfI»\n2EluFM\nYn\0fYy\nQS\n8VwzT%s[J@:\\Q|l$Cr)TQ&>0!eUkd>8CCfqE=ՋR\"t)pb~jU;Γ<Y-ɰZ:J˭Γߩ:OHy\ZZkΓyҏnb͞$\Z?QZ~B<\nQΓZy>:k`R|bBѕ^#@3֖X[o]tCqe\nB34)!=CQq`+]JVbv;>\Z.s}3K.WgCAWpTcUXfSnD=!ߧ?V6.a39c󝯸cM@gtSrf?r<ŵŎsvm\\<_:%V+4kŜ %q(!̄%ZR+YfPgU-d-lN;3ds殅3SsP\Z\\||)Kn1b\rAJUMHg<\r[A)B8Z䇭RdRtI\";:PlvGx}d4c	@[s}?:~Tchz:1D~e.Bfp@Z*[b3F`v;ygE~7g#b3Ԋ4Γɸ@[D|4EH.)_q\00KNjc=?i$~?<(~hIЈaCАwO8R6QA=%ۧ6=;\\f6М=-35yᮑ>v[`<In3hfGSOzsm\ZAymГzmFj^%K&nE!(|H3wz`Dj9Z\r=팣Lzp϶6\\y票ia$Y%:h#iݬ*sXEjX1K6i[6z\Z!q!6\nckʐ\\L~,#J~ZLC]C^d/WK~T%v%\0;dh52C=v!Ry@Π\'Z*\";l`UbW,~JRkʁ^\ZbK>pE֊]2ѕ)UgCsJE]OM@OBwz^?D..:K]\'\08-Ga\'LKS4J-@2|bz9yٿԙեqxi)p~Ǚƽî<Bѭ^\Z9:m,QU)auFVEvJx=*Cr0*I\rj=VT\\EٰI91;pp%J^<,96홙zC_znbkE9p$3XEE&sgs}niv ,{eG4|:~3\\T-L>|lV9<vdA򔣏^9*̫Y4iD\Z@4ЀSnBV]UBV[fCh?2;}SÃuR\'W7jfmfNO;\'GԚՍd)ٳ9e[lN&%j\ncAM0Z-*bvצʚ,ܑv;=BSqgÂ/iX=r&Gqޓ:\"6@<j󒦀um!2!T\06zOܕ:i.G\r#i	!Q65]\r22]e;ҧ.<\ZUɆ0NaКXڂ\ZChrAyIi!oQ[O{-(\nv)?۱,f⃮PeP;@rShԪ:0Cy7`z@U║=lc	1Z*ˊ]44^[mD`A-<NL5֞,fJ5k0T9eQ33}\"CH)!c¤An\0?UC\'!Bȑ<8ԊP\0u|sj	\'g2ibrv%SS*jEz0040ҶTBWe\'C*hZA=^AIYBZjpݐCc{>\rZ[N1j9䏂\r:zpg92ݐ4/ڕ_z!(^D1Љ)d\rq&i5KWQ!tҜ\"\".R5ATWb2@y}fO7P^ϟy3gvz\Z#OΟ\'uW9<zvN=1/\'i wa\\(`0e-T\0:\nCHa9ުegwW\n;YS-}$ZEW%Ma\"{\Z`dS@zC(edat-3\ZTA`=qd2Yk7/tk^[Je3G 6\'Kò&(=D?\nFj\"ASv<=:~\rwEDIߵute<n4\">PY{,1\'$K:iC͔:A;dִ`{dF\rnw8{[-S?|!Wh$4PA2@\nx1-M4Mzu6KA{lfрGO)lgGT6jqd1Ce\"6A?>˰2xB,UZ	E3%yPAKP	>Y͇Mu溫Mu1G\'^\\9Ξ2fMgl]NV[4jjEk	\rP \Z^EoN%jK`R7AFG4\'awL@	R)%/cSQ%S\\CC@w\0I1=9xlvI\r39@ nSt)+aoq6	f+XCf1\Z;B2l{rƃ˺1v\"*rC/;X8+4UY\Zc(BsiR鋇8G\nl:*xt8Hd J[#>ϒaGd30?LdXa Kbnd)yaN[Jgd_Y\'jk~fsFk:ѵ!j\"4˨{	\r<:iIDi_\"y`\"q031ylz!68i̙ՕVo<}hzyez2p\0~E/9(iL44 )[:kS\\B^FwJ%xVxYhhep0KGdz͝YI:JW?QGλk9p~3uLgSG庯>)YѷYܡ_}^\nIݭ#MZӧt%l;^6֐ͥ,Vz6\ns lf\n42zCICr`X\'\'J3+Ul`Mg޿2<3&GO:E78đ446tcA`^cİ!bB([ۿ5Α<y\0/}qL\r;ĶͅdrBJÞ{~ihJDf5j}Ǜ\rb/<>0B{D%0_Wt ^\0MF\\.3B	!Η\'}-/ո2nA6X<lknM_̵jl\'Si=Xvl&;\Zd/.:h{AۂIJ\'IPګy˂\r\0:HYmA6-EԢ5k>Qj<p{x3c;Hi໑\"y\ZhVyͪ\0\ZC,ZT@SV<YO67S9BeBq\"L5<l]75Cy~N\0[0<0!i\ny5B}[\\|ퟋ<B8d˗*Q\rY\'Lbf=q,W\0|^m\0fN.	<MZX̏PFP\rk. S\r]X]:nBng)̲p+{j˲cR\rfIH|c+XH3>ݐ.ѾUJeX2͏9:fn-R:ޙْܵ?˓GíӒub⌯3gS,.HkpJp;Q?er91qV*]prq\"rteD|]҆)_6LۂwQSgnYlHbZR#<:(\n\r$~7Oeܶ宇[8ʪ읛gwQ`Z;ɡ9 r7	*Ү@Ӈv+oۼ[C,ЦaoZav<T\"P>3@\"4wkSV!\njzԍAZ!eGbg %\ZArz35	Sރ G!;0\0kfmo4HS0_|DE\rV,	/uP-K)9]~DAc]O¹;&V}23HWr{EE&`KrgHSE``BU\ZlBVMT}5W3q眳75=-\Z$Ml\n\r/TT8EV]guh)NQF\09Y	\Z<ry뜩+l#6\ZkV	9xGg =մLyW&8KlH<~7j| m;`@=MjPy9+q2g]*%Y[#ؓ#R,787j&9HL(..,(`48j&TTT;>3\\/GER*]xQs$h=&IH17.\"Иë\r\'|ew[~2qܣ6}T](5	A{lGzzȐ6 N\'Ou\"b*:\0[\nN\"PXbЄ:̄HR	YC?\\\\C#f#Tˠ!fw=\'u+2\nŰ)z$eIޤ$u0(Qe+ߤbݪa(Y\rsv;ZO$&f\ry9UB?9M%|@Bilj00|2+>Ws~F=Br4!h0Z+}؝Lj>}rU2d!h\"˾S9gZY\ZQփR-zJ S왠5\Z.0+ܼ%!u.\'OM6:A岖ܙ:TL% ;ns4w\"zID\rT[!s\Zn\rPvkS\rs/[SKb!3khzof&&	w#3PwLѣT*\nt	8dgnͨdn.$;	eQC+T\\=1pn_IWNN,/.CNOLPz	NhX7(o\Zs}.\ZJO=?vIYlw0O\',`R8ZA\Z$j\0y	[]ZҒv!At53<kf4U1	WbS^*щQaqG(@5@C5br$fǍ$8-dq\rcJT9,[NPjqq\\ ˣ\'P:ދö]chHeLW]MnCI9:})7G+ʦCCE2C~=[cF˜gKV|Y>8}NԂ\'7\ZxFc6|c\"j\'Z!L!\\҇:Q7}~TnM2HW_L)սoU8+;;{V=3y)ھ*_XI:pCLbԱ;*2bA\\W`bN\"rTSsp)mF#eyH5.в~Nvs06q:wvYc#S^B;nfOfkhli,\"T<IUDg,Uuѫ\'$ʗeг5vcߖGEQWչJu;\\];Kw)uM]2%*@\0$!\0EQlql/۶cvؘ/X&<y  Ŭ{[J~Z-R@0ofYz|gyPl6\\0֥,g\n%1\"C.}*Q-\nrx(o\r_\0MIH+k(/mK!lzw=czQu4R6ِ|88C\\PdKHzd]]JA.X.\'7Αg/]Ud\nFC>Y@\"{bl0IõrN\\>,D-os(df$$Y\'ޗ-cmd#F+P\'͹;9jSW_p!wADEXM`\'.?Wy7zmN:>k\ZnWh]8\ZOE&ljn_/~܎m~V&\'DOg7+E#\nC}#y27\n`nB!A\Z!L*]Xi\r\nst.yyea~}0MT5O*luy>2Kpri[%s	\\~=y.yC,u&˅B\r ( -\r~]Z}\rIr#(QAhwi,=\0`\ZBWWtF\\9@\0Yhݫ\"KE1q&?ޏ|xPj N\Z|2XBAj!| |#\'uaqM\0\nS	U ̊+ %54Mn4kG7/9s.d)JЋ\'hNJ 45\Z/`:LDh5BX6B#G.kd\\]qAWNr9\n Yp\nRLe^fOluvycنR<;vV&`~8?Te\nO;zF\n?Y\ZǷ\\H:+_f)PA=BKNAn|\0ĞawHIgwtX:WŪ<|}.YǼF+}j/aKP+$1L%bmݘ[zJR~fZ\n;9$[Bn@ŝq2%x`s->̢~%y*;¸tX,QSAz%V-j[^.>T0rIHaȻoڌҞUBm3c9_7a|2X\r<#QMiuXG?w4D7?ѵݨe0|c\n\"wڝVneIubTRh	5b$7N0Z;6nFBa3JPXj(*ԦPKrv俺f\rc[پ]dq0[{)qn\\\n\0+jb\r8ۣNTݧ+\'\n3v\ZDgȰĝo	P!U	*RmCZQ3l>l{r6\'>ץ2[</\\T.#)QoN(uWͣ0TiW\ZǏʆB~zqO+R^6<pD9_Z]%DҸ|i;>]hSH@ɢ6bPfN1ʳ_s9F?;Ӌ8F0i\"[-Ljj_gvTOYrH~V52Ǜ6\ZX(R}O:Kx=p lDcp.WI6m$~+z{2eNt2\0hIq#):ϗW83@ԐwL +Lڈ^FkAVĲX	4E(,vKL39Wp4 	q\'/R>\nJ~BqL4d\nLlL\\@VhyR+QՄ+x̼+,VnhyQF俐XjQЋ~Cƒ+@1eRlW7Udw#70e\r%%\"vY^ګAl/`\'\"_%n&#^M\0U\0ҽ[V^$wZN	[zqYm	u?6̄<CG8H+6\';\nNyO$騅5zOUkm`NUAZQ+2>]X\\LR3s|䛅A!U`x5A|يR&VBuZ&\n,TO )PiPF*DTH\"]񽬩a.hiOgۣ!cZACb	\rݚ/e/ˮɻ)kex)8D/Lm OJNCx\'}BQȊ|	\'J05--Z<iz=aEm}dJG5Nxz5Or_D~V][^%Sv/8Θ14&Џ9S^>b	q;le?в\\2vނ	7VQ\rU?߾q>~zÏ8[WKߘ|Ue_R[!OeVS٭OJsV4T\0Hf\"ªKb&NE7{V_^-\Zͤe^P_c.< Ojo2&á6{jC_:\ny`)6\0bئNMt٭Іk^#ȗrQ4R.Rzi^ﮝ)A\'ꅘ:Ŕ]\nHdёJ	HKʥ>3\Znk4q?6neNv>+G{\'T\\V9;\\dY/`,5ua\\:˝=h15>><(e]ᶅ14ń,Po\"O\\#,Kdg]ȡ,t^A9۬Iq:,6ߴbfgY/EO\rSBcJHn49%]m[算\nq+p0ʬ\03a!2=B}oa1XĻ<gշтhM?ml=j=:Vsej@xq{8[Ffgu#SXa8ع9f0:͑BUodSp]QZTăox&N}i6YHiKGz.dg\0L2IJĬW$\'QBFԾ1͝C.w*S{?9\\:Ru@!.,6/Y,LYyFN$Xa`fxӆ&B9\"76&ҝV2\0MdnF9]NfjP]F\ZH7g\nd􏨑4|u:Vq=/w?_fcp}|Hvͻ#el!ѫV\Z BS\\k\0įZԘ?	3\rB6astx[=KzʂR\0\'3D1]jvA	\ZH\r2R\nFx{==zE,vU}7o:Z#ZDd-n]\\\"Gxak$C9A>!\'f4&C(bXg[Oq6?lm(q)<+WF%/yڋ.Ο+0PRpxlb!7vMG:pףN81yi~XBYsLn>vڵ4湵^f5?	,}G\Z.%ZvpKl$\Z܅#\nm*\"88^{L{~!s3($&g ~5,y@㔱dF{R?zLUU]7,]9SkI\ZAsAΜI&!=#=e O<y}$s!ݜjXv5omBwy2a;=.\\_{|Ld9{Lǟ;rƻY&)X߬\"-5>vp*<aUEAfl1\"=8©6C0$|VsuYfZ6ًQ\0\0/\r T;S׊s.I~AvL-y*B	p,\r/i@r2f?뙶3\0b挏&2pM%WDqh_<}`5\\ ?iV+\'@\'\Z1q[ڼ`9ka;o\'QA\0[XM!UNDL|SIڈh*دჇ-8xv9)_߮ɢMn\Z.PB\n\0w9\0`d20N%GUPT?VoX`AuQ.e+JEO%R_A@.uZx.M]x&qdc\nb~0Ŋt9(ؚ&p۶pk:껕E]$vSGh.T1xHTW#aR[Q~vr8|G2UفAWy?\"-gdC]&O\Zqf]½x\rlD7pg\Z808yKMd`Vh\Z,ڴϵ1+p\'w7+2[s%gMR\'7|a:Wa1-b\nZڊLUnVc S:WQ\\\'%75 ]e0y)1,dt7ķxsB\nlZ>$(P@u>l(	O\\&^>ed|rKtrPTBMЄ`C풸YwE!s|-\r2g4ȜLR>R<UȡXچV/	1\\,cL-,HNw+dD˚b3㺆&XX\nL1\"n$l]Z>߁\n.fyd)-\n	0Ms1WC>FK&ٸfsڝ#YʒRe^@>*c^v*3g嫸mqssX<{ysҒgr後zk,V]Za\'L	k{Z<d{>=K!Vr59U1Vi4P00W]<Qpg]QRgb G\"Wy\\Ll|j+1\nU<FiM܊*,uq].%2(!VQtd-|$:4`PF4l6gOx<S1XȦ5UU+sЕ	kN.WVW.XRl*5&>qq\ZFXS_\r,Su|Dݬ&kAmK]מ2w\\MʌT`\0KG](8V%P;F??SlPmfҲsP0%^\Z[P\"\\S)Hfk$eZ<z*%Un1\0/(l#(Gi-{+m*=:;FU4\00 2J\0o	>%p`7Edvn	CJ!Ah!+N^.-^{wXfž{˙?V,^?Z/=C^P,;xƛKՇ5[otϷO;<) ď%NЀpGR0419i}hcZJ# Ao\r,rEe$?(E%Ȃghn1g>ܰHA\0ukX6\"/&Ht;4\0(/M]2L&O[^<y&Uh@(-,ld!eԂLLA\"Aq)\0P.H-uZ3,:Q!T>D- k\r<W6m-Ȭ!\n\nB%B\rPVج)R+B>Gl7|MZ9FeX}yaHqdm&9W`&|aaJ!ZCKu)d\0+K`IM\Z(\"ݲR,[VحuX.ڲ`U5]7wݱw]U2 k>8 1h#f@|˧?߸_~2WQk>J*Y\r(~~x>aK9,-\02Ð^^W;%#揲o<A؎=8m3|݇QwcY2jeo8\0PH u!?E&*ں^\'~-,\Z>Wo>Uf>Ҋ̇S2ld<@%<aaw_^+eu{TT\'G}f#lb#kf5[$V4{СL[!2l39MPe\nt*@)8P7nlɪ:\\|&`ǵg1Y:`0p+ø룪/[[\\RaBB\Z:r|;)YS,Nr1F^?#a0Kp\n3j:At1\r\"U(I\r`kPڱ+~>ݰV]h$G^3<oe5NT2JK,X.Nb^6ʟR#On\r\rvxAYϙ\\%	!@v!k`RֈTZ0yK\0%{q.lr1lqT}C(UsߘÂ:^}S ^ؤor2jrÜtAߟB(p[%	$%̭\"!4Urk.g\"Z{^}}xwz}{7ۃY}?[v\\ۢ.;w>/:^>L\"c)l\0Ŵw7Y~J<zfЗ%׷5W=\n(0]\ry[3 +%LS\"C)<>Q5Wu{`^LY/gϜ$`M+Mq[tP>b#LBq`	5d\r*\Z:䲨?[A<\'eX8`\\>ZPZRq힋C,[PK\0G﫸ApU4;\"Ugٙʲ*\"\"!ZtS!8	3?\Zxq\"Mvvq^tqPZ+\nqD76\no\'>au.D8O}$GQ<;MDhǱu˲kdHnTl户DM#7Euq:/H\0X fa*GYc[cfi(jq3Vz?ioS~/߅i~7_;﻾G~TН\rw/>};*_~ۧRitgxA@P}8_ZQ>۴K#ރaP(0\nq0>w d+ o|#iq\\sgG;˔..H(qۘ1+jV7Do{}/ȉ9%9@_û	?O$Y%شǸ\0Zd:l\r.-66ۄCB5/|R,s;ANxEsmfI\'d%\"zQz{Np- Ӌ%6@vpJMa=ʶ$3c)R g|h^޿U72p݈)\0CXjAF[5a#뿈r8Bibc;HlwuR\nuM#f*7#\ZJD6:Tse=xon݉5MQ~̂P=ÍC/u7PfQue<=9>oӻ 9>.6LոYDgBȚ~U\"&)^4-U!n!8XZTuPxMDx4N5ɯ*2ZQcy.TA[*䃇E$7hAjp_߇Cy2]Q&`((!yEz}iA6~2IEpjyLw3H2L߇&ne򐍶KSymtY^X6㇄t6@ˉizWtMfi53D^b,G^{hGe|.K>6&T~\n(`#<zD<p\0VyVA?[\n`T΢-=s2~ƅ !]mzJS,,ata+,cXLh_:ئbw;\\E<|\\|Jo\\,	;g,nk@4:r~>17\'_R<x].c5Jl5\\φ*(dZ/3k]z\Z0t^fw}*TT \"j0%ާ35.Ǿ1}NS1#Rŵ*LR6\0`IB7l((Y|B	%xy\rP\"barJe})QxSb^m*P#4P;s)qyyZDOW2\'5tkF3I!G|tiSd!U`9\"Q {3%;kfuĎ侖;iVVUg.ñv;.\ZS\rHOy$H~{6yҔ6QpaR(B=Uk(_!$ǂ[\n@@\"Ϙ CTiW04FmmYpY.6L~7] \099Y(\"t8n~ٷu	_P\r\r޺hXfǝFGJۏ\'vᾡgIW/wwhoywwP7vqqu2/\0޼5@!\'ɪ4tw=vac>=Ai~վќwvφӛi7֠yUupqvύ#@84[\rtܬ\\nRD!\0Qi@!BD2&\'B%h渏>Gȵ:\\-&?;<:x^c*Y򜭒	LY;;\Zk1V~/<Gp ?Mީ{F.ޣ	vrX^oA>.+\0L[`ZD-\'e?.:oklLu3ᘎ;`^s:U/\\SstM:c1\n\ZK PP7Ns\0@ػfiUѪhh\nEgt,FSaуӐL\nA+m\'\0z}0X@6I3hb4G5v=筱q|c{8`xR)]yv\Zl?}\rc^ϪlڣvfqRhb)9=ҽ[AÀ=dۓq#XF~xoþVjd/U\n\0hcJ,NRUu}`A!ߝϮ5qaũ%/\n+ϧ u{ٔ~I)b=Xύu\nV (6̦h--O+1P*~oܚGJ~\\cQ<>\nji֌o6٘P	 .)bb~700a1E	R>;@\02^\n9r= \Z\Z@CIg;! {!C8\nyJ$0?\r}dg~5\\0fX]Ss8\n;	t[`x\r27< {CbdQK0 x0$\\BNk\\7ۆehfP\ZTU}\"?b2fӦ|\"r[\\\"1`ɀ\"6Y9cFwɯԭdN5fּ4Wً`хfuihM(yZ0wLuZZb\'d&R\n{Oժ,,NAUzT.=/#+\ZsRQ:k%qMT8f׉I>^y4d$.΄ƅAGAssBWa|}C~k3~OCfk_7Cq_ōWz뎾r~٫\0S^7~yc q۽&#bfaָqzD8]l\"	\Z|anhD	*n7Ml9Rus%N,3K\'E%jU&F\nYӨ>b+%OY)U#w){QK8-%	gi6cZn\nnͥT]E	p\r Ң!Yc&	\\E()pJ9~fVrAC1ڗsz\ZD5[LvN\'^f)$X![!PʹDGKϬr-SҘ-{}Z\0|r}>ch ]{b\Z gP[*2߫6\ZTZfNeZCzqKr9cO5Wzwd>K%,Tdњ Tn]&B+.6l+qrHJ{ymp}ٖ  SNλTSǑjɣADVw@4dք-m >x8LL\"Rӯ\0K~	\'/50q&`AiH^	3[AwDؗ|/mKl4Ѷ\r&+t\Zgcn%H\Z7M)ӧo\r0ąh	5B\rȑ$:)IDoV/6./o13Ql>,=g3\r]C`qWӂѭNBeaXuS/:EƸET)r9D]A_ē(eֆ!&<8V塨*Wa73r9GMAF-I_ \\Fh,\"/U]j`@##&Tjh [.-߂``bs(gZV+5|6A4SWh;\rvޮsX~6M.mlȚ5/.&#pRx`zY|Zi\"ӅE%fsO#$^懾UYJW(tW?/svʘ?sPq7KC^]hR}q,3z\n\Z/o_]l<iRqt\0Ĵtyrc\'~k,=4(I!x{u,+9	#`+~\r9tWJ:\'ȌIRm˜!E^HY?.]/ WNnҀs\0iM^&$!u=?\"2myƦ?O4%)\ZHr([[CWN.`ddl1N(%z!)+&0#7.ux1ه\0WQ@&!RB4%XyA\'AaO и?ۜ\\DW%瓌\'Bq5\0$!&m1Ӹw40tvŶ((sѣ8A.q3*lBje~ȱcEݱ֠7~)D=W&rb!}	R[0p82RT;d+j4ʨK?qW\r{ye~E8!r˪PzABul|\rNjԑc^a!nk]&Zñ!U5󦨋ڞtKeG]W	`I8>9\"Lqڨd+Y@38=VDce3<VgXZK!@		Z~`eBF%4V dX(dʨJxy:jWi)`RX9sRdGThg%\"X	:_VvfeJh};*]BKWi}g2\r*+`%\ZXZBeeY3^Qi}RzJrh_J#f2y]7=/gk33-\rC!c˄<s{%#\0@(UdM79b*~>fV̓c.ΆP]v]u}|=kG}ri?vӽP۴O:Ar?{cc5O\rC;nB\0T\"4i\nsEW؊9Ad>4\0]]6vvW?αSܿzt;D^Sj|Ud+XaU]ũږj0TGʜ\\/CJSfF>̩B.=>\nT9!\\ɇ>`I\ZnkAH)u0-?#EV~@+֕b!:N5<f:.,n.cx{\n{x;k(ݬwzaOv\Zk;Q}*:{.ӻu@;4N/7wp?<\'[w?j;v]=Ǆi_Gw;Cx|[\0\nD̱4TөVqM؞jY!|}hǕ\'H^Z4sZK5[7pi;N/ϜztE}SPaM-Y,a(W(\n~r3HċxϬ\0h-xPJgπ\0bE_&h	=Du.{ߢ՘1f\n\Z0NkW\0U\0hx>{xd4IT05FW6~7̢5Jb\\kZGn?\n2\'%ubN;ފ;32ؗ?[Mƶj/GaExi\"nbxEFH\0s%]pIj2^	^A\"\\\"k5Dx|At\'{3Z&0A2LZ3\Z&ɪ@y걽+EKA{f\0֒PQP+ 4f|0NWi	<C|%?*\0C݅+uj+q\0rCoU\n	x\0A.h=:1iLWVF8\'Nz4J뉻ueW: seQKqeQH6>\ZHxij5\"-r̕6@^ӵ\0pAwxԫ֏խX-|p-ƢƜw>n߹<:1<3^\n5m%Z#4,R\0[7V0qOB 膏F<-b5\ZaC!hZ[k J=)G7\"^{iXjZe9IҴn^W˓$\'0+DD([EeR\nl{ԧ	_æ!1fiChKXMs\n0V=\0秵USe21:Ǧ\" a1NaKubmݹkv|#w˜(,\n{)Z#8Y:O?(I$V#{A؉܊+Ƶ#M<ǰ-^Qw+\\fmj\n_Jq(8Wڡ9hCl%D-emi#D8kbwadK-aEr-܀*&6Tm\Z0ۑʠg-Rw}nK邅͂6Qi\\\\vw3c.Q\ZG>c%I~//#JDKu¬ťspb*frOB\"\r{hogQKA רLF^ˈe\rU2=G\r /hf\",~k|TT@w!]\'p	.\\6u\\D|,߈:J+Z9ꕚǻnx	OVPCFkRe60.V[($f&rس6fUE=\0*++K21deT)\Z\'~q&.`F\n4W;&KA%bjZ$ϴԀWGmJ%/X2Lh-P]|֬e:U}Қ CEh8Zu`͐&rR i\'5=e|A3h֟>ճyjˋ/p|\Z/vșNVcMo;8qkr~6\"\\\nR;#4)iSxۮ&!HlE،\\|POjeG:yնʔN%a2&cw\Z@X@>%>rA22YB+\0W\"˔3s/`N`w|1Q7%a=5|2?8hi^|SQEVc񫧇X\"GZ1[r**oJ8ON3\ne9`yǫ쌘t/rmR~2>xɣꚎ_⺦chެܪ)y&hF\'f+5N{aZ^jd(e2D%PB8~5vQఘfyi_yR-J*ѮE]Ve^3+]IЃT;gG:9];絳}\Z,ޥ\0qy)	pSU\'\Zh~+;OwN.k秧\\wXu)ɥ \03y!w,Ct\rFM,=$>{8;mwfȓ\0xʈSdAݧQ$|HQ\0^F̦|	2}Lۃ3x̅KXX(\0xd2(۽yln(tfJP4ɃsL\'3\0	r/҈Y&Zx{FtKZkw$[_0&I`,);Uθ:3$zR˨XHt<p&dӏ;ɻ͌av&UAgļdN3Of֪2F3g|Cķ+vBKcI5RE4K,92ff;nc,Tytvq~8BPauZ(+uT])K]\Z\nm˴NuCTIX(us_I˦X^y6DЀ{\'pф^Ϡ|]8YKК\\#L efzSLWo1xp׏7\'gGr2Ȑc 0Eq[ESgh+Gk.N@%Pey̞\n(0hh>XBՇ݋vY^\Z=jf[ǳѬL<ѼUjI8hƳSTm`;3e23&&lM+lQΪmhNNLng7U٨vS\n:^/M?NA_eǵz\n\'5U[*^hgEUE\"n*͏g戭\0IkVNIjZ>N	+ -m\n}sΥ9U2f=˫\\2Q>r80KU$ l!s\\*~\"=k\'Njs+\rV_hVYodV0i*(J],j\\T^sҧRk%rqR\\TP/zmd5\"9ȢS0Yv~ӓ\\舳s67qIUTqsa8	*lugSH$XyUr31ϳ]u+ZBH96dl\n^Ei[V.D,VVԛfZ50G)z0Uݏ ȵ27RE{s @)a[TG\" -}l<8ڮ=bKlMaf745Z9N)Z\rR3gZZ=FF1\rUK\Z/\n`T>X84ۆT%5ʒMiOn8(7ҩo&Bd8@ *L\0`BG$Bq{@fmHݮ+;SG*=|]2K/[;!\\́把+ע!0\nQA`M.xͭJ,di?)4\r_B.pMF#UQ*\\(p`ĉ[iGT,DP8\"UCتQܔq`IܸB6;Pu2!<LIl\0\"!Ըf-׳Sl|(e_`a>bK|Pxn>}/<[H#62T3om \0Jl\"0YwwYj<B^)eWݧKGײesPRJW}BGN٤*o~ l5_WcVlA8PLuq]?]p!ƣ^l]4Uh~:q|25gYW3x\'AO-\Zm\rFX&AZ)<D˄(@;w%T QN#p+#:aũ*84]0]nttG\0dT?\rFHI.?bJSP%;\nJ¤VTCj4\\$T-r:wF\0w%\0ր?ۙAji@hQMeȅAD?lH/%\rH+p#VhC ƸS;qo˹kv#``޽?B0RL[`*`r7OݱJ/z+\0=ҥ`d3vp>&R(i TI\np%u\no7kytm3cx8G1繙}El,:׽<``aG2\rѫ|0AYę=T_߼`պѲFbu_0rYAM/\r-uv_cv	Jn$wrJK\\iI\nr=OZ`0g*Ῠ,^\Zk5($-orqusaHgПKͯ2ȵ	m/aF\\j%\'f@[-ͪw^5|v|3.KgvOAzb\'=t栀UdXXOKH\"E>ŭJsZ6DG7\0}RA$g9\r)Y|B|Bς(?_D;z\rlqWT\'@X4FD=5ldT*U}yLz`H\rݶF&(<?}Hzsi?h^#\rŭv6M\Z{/{MzupЄ\0AC;}PFuSঠdbϣ`]E |v]<8GXޅE?QVy{FGS$:x}KcHrKa+`9BT`_RۻJT\\͢ިL\Z~Lz~F?q1 ڄG1]p\n(cii#XĠ<JsTsr¿AB-?i|rus[\Zl,\0czninˉYL>atL!-TT.\nIj8dwbSx0\"\rPH@XFC[(Y`(Khrquv2Ey^7k%ҟ(S0%ގxk\Zr _wIoW)LYʎ`62B\n.z#Vu8ZuMiD9jX~$\\74#T5\nUGC_W65YUO1պh~haXT˳=]\r YuOu7?\'n)<І\nV\"\ZKE;_1F8E%hf\"b:_iqGЂ3Lo,RUET!}4ѨPO5װG=t5rṏ>65vm}6ȳ9!jQx=m \"X&m\r|o{<MEa|J~<N#m}2@3&yG	Z*΃qM-ۄXd܁8yc@{f>~<S%߇Z> 񧐱VPq 9\0}6&\']S\'V@ l6Àή!\nc$8AS֎&)\Z^m*B0sQ*\0YuƪUa\"]U(уe+hlmT^pg>лTO7OJ+vpCuxs5w񃿷ۿ8?GQ% &p7>&˘hJQ: j::^Kfk(0I\0L3	 sXU|ԟe1v]5s~ǡؽќHN[ʼm\n	p1	\0\0H\"ՖoR!ؽBF+ZHu\'sBH\rwaJ[EzߤQu,jh=hmXgGS_8zFHkKfN%ze\0<IJ\r&uAFkK*lSK\rFĎgꭺՔ35\0($acKF8\"+Y?8!֫eVPԺV1lL*Dj1#FJӤ4\'G*mYF^4E@aI|!b\"-kv:tgm3uʄ:䠀#yR]\ZZɘІw||}v]X=rGn}?zc諾ݍ\\\0.籔x߹><\'Kɮ53ח;?ة:us^˖~s#9YN,(VMaR/}`r׈!q)QL\0B&h3)w	t&-/t*(^Qi	}~㞴O6p.4y.KZ|x&6:]lq>$|W<E&qSyz:yqux-pWtwzkYVeܝV(JS!UxKmւbUw}-j\\`v|8d~	d,t2TE.VlUDNԝR.\0\0֦i%ҾuReK֢HNdfr甬L[v%c]t/+SH!EڬyQ\rR5CY!/UDiי2zlK>K(\\wO %rUF%M[\rn.H+<V1j1j1jK̨&\\?pO1k\'%o?\\,:W4r?#9Z3	\\,H7g\rr@;.@3΄SrQ?߄y{dp֣ݹM@P5axXϒ}޿<ƹ(]DJ΢d:\0Y3s^a\0KY+f,K*X)_q˖g|n)NHK4l)a HA_ OGͲC^hs խll]ߐ=~qAґK-\\A}UrXrpB,[﫦C_={2gfo((;y|=h^|̆waqn^(ZK9tvsG{r~pq.#?}t?{pYETzqWZAWz߬7фKT\Z̰j)NZ[s\Zy-|+e`H<狸-)\nN[WOdJXX02V7-[˒Ma-Yt6G\nlᶩm#S\riS+qǅ<>q[YQ1GPXRt00^sV9	%|dE7ܭI$#LFX	֑Yj6ns֨dWdX;f@gw^%Խ 3ֿ_e1Bo#&<확ԯuzA\rݤG#2&7λSZq#WŤgB}D=w!4ezGaLNA71Y׋/,Ӊ{]2Jc\Z>xrhG-.r!ScWOjë#{٤HKa9yِFyuk\Z(׮E`TW޲Xa[ϖt<kpUQ7E@xmntdiӅ\ZBH%+m;W슯\\)YK;nۂ!D!JBrf&ggذIبVW0y?Up<%c0\nT]|3J9[E;`Ex]qL ǅ8H \Zq`{gxIqR\ZKƺ{eYР67l!|E+ic9g>8S\'⪁n%{!lנd׉H%\ZZsnq*q+AAfxT\ZiZ\\.;eA\Z͊ۺX/	M# ,VEX,2\'7,@%R/܌&4s<)}Z)OܽYBpyVѲmV\r~Z1!eeνsÄuB\nZ`GMͣVxY{/I<7fQ*1(,v5x YR:.eC(RUn)g͜ϐ\";oZ$oM$*$.>uyd COH^TwvP̊\n5JSЂcGEx0t3	]+:Eta#ʓ/kgG{;^Ϊ[1{/g1̫#sJg(<G->q)u8ǥie\"CC4]8JU-Z&>v\n\\#Jp8\0ZWF5DobȒs h^g2Exgo:CVSmt&YD^{0/өsN l!ddu\')Bh2Z99|Q#8	(iG\\/|r,/	IK+R/Iigk;#$&)6V+sEW9,3|@&2]t7rE[2~.4!D.-Ŋ@M㲳Ey8dċO^=ͣcc6aKm5J:\'ϥZm0^,ǧ/OJ8LhB/y\'̼zA^%8ו\n$*iD-j0)zE]y\ZAuiK=Ba0akG8igl4ť[F`>cl !6W	7-S+:dl-2~Vxyviи[Nȟ`rZQulo\'.,%\\wy3Q|f\ZjT}GM	Lٺ٦a+:g\rm:G\0T\0Ob,FH	_N\ZFLllFPs]O-(O9&Vq]EU?LP]v,BWD]`E?APVyl@;8:[kɬ\ZA\r?|Co\ZU2M72fe07xy0űsF\"\0py,9\"辷hmkdhqj1x+m]]N.ww7v$	RqD{~ong75S\r\'zys&%?{jgo&/N/y||^^a,J:Y	>h	Ugi\0C^`\"otc:_o<tOqlm/\'TKǭDV􈦸5og҂#aAg5\\[c(d3H0,S\'*EgQVqXxw+v6@AA/0ɜ(TQC\0\n+ȶnq1?fRUYMQ7N\nkVJK\0v-^mE[_4/_o?bmݟs?p:cxIzgّI}WPя<<s9Agz<PmrM%rZmVrC\rIpFn2D!.{}\Zb~(,\'K}{v/Bg1b3X@~&B:n~@c\r\Z@m+j46&/:{NgMhz~]&4A3pܫ!n\r[э^Gހr</oڢ*|pGSxnv5nb~ oP\0\\@\Zhjql><|gq\Z7VyFp\ZXj>NH7k\0M\'yޫy x\'t|}Z>1˦y6/⤽̓uxpb\";-nh~tۦquU]/6BM5\"wv]^}>x}o9OAXy?Ԛ~<V?VSyWh!l>oll\rηvw]5t$x\\o}ח7\ZBf\"9{\0ZqYAM\'`5(u\'jw@-OR.~0x2/<	fU1Ne\0;>i!-4KjU`)$\\\'N%i\\Rn+o-˹I`H{}\Zm e;hWFUͿqxW[	t\rJ#oV\'Uy;2ϯh:;uÜ\rqwS|3?u8y78e+[5h9<<YBvPPW\r;>8z3	K,!Uj[0e?%pZAuEӗQH9\Z|+|^\rY\\	RxAoH^NM._e\rp0T-U30V8`Y!C\nYBۀ	?5`5!М Jau\"CmRrﱐٴ:]t6V`QԽO?UVXHQR(!e֝R`\']B16\0ԫl	u*cS4iLopvQJeU_ K\'/@ZDGSꠐ\0M|m\'n!nU%)\"fI|\\plT+pyBGVQYϫ?XuAwPQW:k\roN^#-F5S零T*aj76ɭ-/dX\n1\0  ;|/&\0-@Pg.1	ksN2V/DcZʉB!U82AhG	Ey)ȱs/[;_~ɫs@bwL%7)\'i\Z/R.l˅]9D#|C,P8=:s3|	p|a ls\ro|>Fi&!Ke[h).XY\Z.2)BXjpoeտW]0BZ0Ī?eO1p`lR|vLμԪ/E@R_r&oSQLXEKw:g[)Yu<l<cPbn+sz	^zaq\'MmP\0X=wz]S@@\\֤=+\\mвYqV[^Y_!F.\rGS_97Zp.\"{Y~+sƴy\rnF^\"	#3Y\r*eqƌ: \"\\G-y/2z\'Cv+z\ZzT֍[bV\njruq.Q=E̶R;AbD~	yƓF\0 I,4S$ZI^FXz-ꯊN`&BgUN,B\0wz\\W˗Eˢ,Zu	BO9Lp=/8	L^Oe5*H.j4B,fP&)u_bPEXBI򢉆:\'>\"1^rm_o¾ksV0yԽvKsaX.]	1\"rRղ1_[aRƟN8oyL^UJc#h9r\'HOJA=@ˢ]wH3!K+t\'/\nH-~9B*RLUTM-{p֖`,Vdl]pb$V~ꊘ|} ԅ+RZ>Ŋv.#)w&w	F%|}s-\'QPaH4Ų{(]|BKʋK[/sd_EJ%&~Rz]CSVs%oK{u\"g4&}ǭٿmxBkYR_@Yڜ0\Zq;Fy\n?@z$Y[(Qj1nB̢hymn$Et:x3Syz9Y?W]t!M*T$4QQ֠:>dxy⸍ovw}^fcer=V}lZ	;b+,_\"mQ66YRKLś ^?]BdX,X̍oE>T*^~zYH{BYӂuί\\F$TTKl4X^WK-U r;;84\Z\Z9GB&[iF8_Dr7%FO@Wek,C{8⧇&0dс\'SrꆬeH\Zw8o@@7gdus\"zvlQ_\';AvW\'<K\"G,RxRQosGPwp@ /ǟ,g\Z_,&td-|^@B1Mvvv{p\"5DTLiMC\'#*2)c=ƙAZ~lK,#Ç᫼5櫸K\r_M,ԙWPGUjRo@ ogάeYU&9*N߼\'eͩB繀ALB0PhVhGw\0 S{)lCiR4	?bZx	\Z,;j;\\4\np_h\"~Ap&:L \'q~.~\'w-}s\0e\'Y}*[K9,@XGbZ#5.w_~v3K_Ej$лHwN;oM$m2J;׎1$μ>L>@!\Za\0fW6~;݇C?~&= 2O\rSm\0d|xσ(Q6hAIMTazJhFK4Z3:(x^Rjc	B	@և3L?k!%WqsaGta]\",[Fۂbv)Q7\n+#U*\\}&_F1{(\0	hTTGܾ*e>%vgKK{ɴ^u<ǝT(&ZAPԃ&8C(CU1*䕟!hկDi?5Ͱn$JOfuй?{u{ߌfQju	1h^+J[ԺbϔA{z*kr  RqfDb&GfgR\"/CrL׼?뵳tJ\'\"DtYw~FXS-iiي,L\r..2/\\hN1Ce\'rTa</ZUpKps)M+}1s/!kyBo /;kWVQ=\Z\'>V\0.1prh9lro߸!t0Ǫ3tj|cq}-qײ^*\0C&ȿIG}ħϫ;\n׏ϯKY޶0w*%\r*\Z\"\\h`klT&qsM;Q\n}XB%\0%~I,׆=kA5ezMVxVsd(:l`Ex;6VFxk&vrYKy\npځ׭x~\ZBa,4%ѽ-[r\0JQt%۲8FAʈ((\n;$/V5Eb|]ݗ>-_\'C)r|R/ݰ3; w Ssus)\n \n[kd4Tڲr7\\{L\nj`T^$ιFvGa\Z,m477?n<*VdѺQ*Xɗ!ɝ(Lx5bB\nPY\0xu \0,\"\'\\_bыS>pu~}\\2U[n9kaK/i7n2vF-xѨR\n7߫*	ܳ]E]/S,2hEO7r,ݭ6rY5 \rh֨QP`3شq>+7ddЅ2Z%;{/kkkEtNe!v`ovp>0=Yͺ2\0?K8i\n5t!ɀ~Dj++]wiDG6ns ̈4Dƛ|~HJAr.}$\'}ϱ$&k^o |ƦVVq39ɕ@\\N%6;\'GZw-^\n/k?o@F.JAF%M|.E]ܷ~G&k=\Z-5~L++wqu\"?3q\",~׎:(0̾iÉCx|b#2{͖<̪\ZKTd>ԅ!\"pFf-PƭJAs+q] \"QLΜ^sLO>?мU40eiQU9NFTpm(_;_d(3lLT,tr$ȍx)0@XA .T*Yц&Z6W}57пJ޼Pv\nyקf>5{)8Vުx1|GgMch|:\Z>h~g=Y8c<Bhhm\\j>|к&p\\F}k9u`?0Vx_#|\\6k%\rpMagG-z>+`tK?ӹ9Ajt@5s\Zo5UU|\0\Z\\שׂ8]EfF]:yq_\\_+寠 W=Te`\\y,^bX-tacTVX\"Qd1s.0bΦo%ns-]\ZZߥ[%o{oDbupd6#oAlĺЗj4qPJ\'Dݰ\rm>7cIn,f	܅=\'\0Bϧƺ<ٖ5WAֶ}AMJ{ҤhyVa\ZmS0MG*9+w)eڳVw\rnU0V[q)PR}TXUujoڡFu`B@ɢ~p_n\r	8lM@cΏdjה+${B]נᚦڊU]Y3ݷ}8>sBHf}Pf/r~dk<\ngtگDճ30e>8m.yh&PU\Z.2C3\'\rI)ˇ`6ܥ,XP\r,B>k\0\\4Ҕ(\n^|QɈ^KA%GR%PG&花= nj<m\na4$\0#byYփH).ґT^Ve\"danu=u-J+VwrNN\'7]DyOGE\'Z2\\NH\"i\nÑMVA:))|RC 8`2Ao?RP[0PNY8Kn)yB\ZYq[1\n	ț72C*XS_\"0W([C@o)Z(Z37R&;2xj:N	&Cm,H8M&Y\nW}^Ή\\ȋWe:pd}\"q$׎Vaqs{vrzS83\ZSpӟ߮/ğYT͓D9x)#eu])^qp+8L2_!/\\s5ςy2/ۂTuF~iUˆ/N/~/kt6F\0\':B(5Jr\\9VZR\r@Xj*\nb(+vK!V[q6	ٱP>exg>T|hgQo-YBs5wDCK1d$>_ҝg:\r#]0uAxw3kp0$;_X^yA0Q4q:G<o6aLe	c,,o0\"U-,M1wM]\'5Ncx/o>7ylt\\Dw{vغ;i^o\'}_ܴYgiSs1[އ\rÿtJukjj{6ń~0yfO2q@X,[[rhrw}trNhҜ%A^>6w926ϕsi/h]|q`9;4;ëdnvsعծZ}Ӽk܆ՍvS˰{q2ӑJr͐E$h\Za<5>GE@dG?;G>|=Tͣ4EyǮ.=,,(̣0w\\\ZcPػM6^nz/{YA~ӟ:ÛǢB1cV|p6FQ=7^:[xfQZ|!)`8YDjL[S JT9ZE>	[(iUaa0``!~|Hgx2VXdWKX3\\3΁F4itZ1DUYZ[Qt5F;#4π^Fh(D\Z1~V{<g6W\".cQséƣ4N9[\ZmM;ɀ0\'mÚY,⯚ctKS؜lrw󴪃V9ZE	Ѫ\nw{vv`]AhFw[uAtu08=.s^-]o{{v5<07OJ+vpn\\fԸLGɝimY3xva\\(I7֋q#wUx\nTxlG=4˗eaA.4&(O!L>%>2[nn%+)4F 5/QzrAZr۔@Z/-_Ƞ2ŕb7\'*x<JR-0XcoT~%ȴ\\J.:Ԅ*_slcRHN|ѢHލQo.в!K+*/N[P}JS#Uj笆^j5UD*oa:2VR%^A,ɕ]\'T䨰(!9*6Ou&RYABv9TwY0J糄8&&}=GFIk7n9g#Gdo펮b\Z|\'U0JxCӖ\nM{\'hlyh&ԡ-k]鋠m\"?\\H,`|ܑX\\U,Jk{WqlI\'^=^+֕~u5GɿOp\rɿ?䞧WhEg,\nHYKCmyD\\Ǉ)R&-9mR4:Jtc&f6爫6ML4W3]s=lfs\r=5f*YtR36rc03mvǾtػ4fr0KzKQef)591352\Ž7\\LQdQfU#/K8$OMgTmZDMMsLM{3Y%)bDiϹk=f@<8Y\05r4%W~}:<iw{f<w}K]58d6wW]+oO6w{?}:_^uo/fC^s4QZ\rN3|y<&?<\rh0\Z\rql!\Z5Ȫt-bV3/4PK^iQx;A<[rVUHtRKYt//jd嫸KF~\'JTD!J)<Nmc{|K~[pe3z+!*-IaӍہ/QI_,OfƬcQST!ܧưэ7O QIno.mt\'wqi\'f)kmstS}sO]%jo;Qsuڍ7;oN7̓W7]J\Z/\0C|A\0<^DpPPU$ZX\r*L@5jL	Lx_bܧJ}D$@L[̏	>ZЬ_2b5Rn|JKg\\*ȪLжu&*=ȏ,!lמ5VQRg~X	Txp=TBe\0rGCG*RGZ%xjdUN>\\gBm9:a5_W!d9\nWUru.ckgQ=z@V:W)O7}*{9SㅖӰ1ɿ+`~#*N*ZOi+4\Z9^5:>}\0:\\{T2W|xNN\\H\r}	fsd> WH^>~`NV뎌^~#0j:k\"M\ZlȻR(..(+#j|Ar]SVh\\\0Hk~VcAyZ5V\n5uK*7H>ԋb6@.d \0x!\nl(N\ndY\rm=Qh~^0?uo44+x^Du讫nE\n.:qOEP$*ѯGmpj2s:warY\ZB\0@%YȆĴmjUmB>-a\'\nZGHY	WGhψ_sN?>=SO@:(\nCj^?k}0MC>ÓJ j(*F1!D̌i_q\'W,O4%kE@OwIy1U!%\n]u#WNT10J+G){y1u\'i qq~^IjWo:?l}[l6?tw]d!orsh>\',U}2\rMD/\"O,6qdx>D\08;\"YO6(m:myࣖuxvp%ҽ*U:(liQTBbvF(޻= ѓbNvӪ>8_6A\nh$DuBӵn: a]o#U544b|Ő|pn9\Z~p\0-E@@|\".s\n\"]D@MiR!l[AWu+xg>&bMC2t/8q}A;yw\0yI$\rѵj~Fb%a63Y/\'9(@64?Lk\r0\Z%G`nj܃-.$Oo(2Nk;@T< Pުɪ\rËPTSp+6ӜgH3	ϥu\ZjN4A/&/M	ynȷ=z$>GƲ<u*v|r qp\\.ڄˍpl	N=UӣL^Zb9۩Q1t-v,|U\"kcY5kREW8![-;7R`=w&-	K\n$6$cX zNBvB	^q!<B[q,q9Υ@A\"9,tZZ#`\\p,=gQbDR+D_V=R/\"\ZGTRײq-Hտ8ۑd}\0\0(VDp8_7n׳`DlG<s|SSN\0}[ȜŎ[[oINTws0ta6roaIpD(2e\\,w-.|1Ejޗ>S^Rxү#+DyH^kG<n)9zv#rZȺ5ݥ\n$*9P s^I}\\tPhEY\Z@@s%\"\Z,ʰtPRtsntzcF7ǓۻT}[}0P^sppN;?ёN\r/Tϵ|ȀMGO	\nB:GVg77NnoOtl5{Q];7Ӧ{UoXi+v<Ի-2TM`Omzohf1lx5}rscʘ`j\n\n[-d1r+EΥrr^K4v?l]s}?)W[7\'[GwZI/kzMɽAR\r|O{_Dw\rM^@S (.\ZB&C(Ҫ\\eȔ\"tnuL>:V.V})ھ~t1~t4<InI`h{rXֽD^kOg7.7JlY!F@-40L@҄;nOK3YaXRM8`	%y΂iI=^n3PæA,&[h,9I?k,Q1Ɉ-f5.૳lf5ȷY1<mԎWe\nKzdI-C3YaG&| KX$[,%hl,1b	!0J05^.\0*@ZV-Vٓ>=O}q7hs-|7l?|a}~sx}9oZNqo;i}wnWc{>7w퍍㕳qy;W̮@t{\"KLq)֬CׅNJ\'r3\\I%4:c,)\'\r?Cy\"K?n>]noX/Y+S7nEa#LR\"D]ܷdYj%(4^ZݰKDK\nlQDUE[m%|F`OE\Z62l^znuX=~{<-IP{4hUjw?q.p|;Ϻ7V;in<7F3kg.0QI\r_J*:e/e0JxǢ<D[Ud9]Y+J$N\r!_dshcS,ț|\0}QYYօGrNzd3,K|9͖)ϗǳ8	7]ʴ=Ǜ]VЖ:Ǫ355F0\Z+c\\.>6_eu<?bҚSX6U&z7i5M-&^[vU#8`oՃ\nC,\ZOUqsudy,}GY(\n3٬>\'\'y6{VcѼ}PlLZiSea5GQ:˓WXa%oj3o\"$s_?Ϣ\04gM3&B\'{Ep4chKivy8\riy[W`{zX\'~ugI\'z\ZO7Fñ|\nw@76ǝ7WW;Gߗ2(\n CP96JPi\nuU\ZDS|\\jLګ:^dQcY;UӄꮹqFQo}YI#;0YH6፳uhyIym_ȊΩvK1KE\\΅Tq*S\"ڵ 1̀\n2s|\'9ʂXq\rT8EbR,!@rHI$9?ry^&vȋ)~ʇZ[9\0ٖ\r[U)ʤ$Ii\rOvjGGwrϜ^lyUX-9\noCƀ\n-Ti}|(\0\0*d5fn!?_q܁?4ETNVXc?566\n(FVhs*{0K8u̢d܈vI<[^77gWݟ+//YЮ@*$_#/_JE1.eW߬sw-ͼlMpq\\@5)ZVH/L)^\n-t++Dί=_(T W)i*E9H?$)3KJM`ir+\rT}VPDSTK*oC{	i)9 X@M\"^II\ZI,@x.J(L?)w8He)jU*GDF|W__ɴ&?˅#hC(8eEOoSmm^g,SPOωEx3Vǻ笑.qsFNר5$1b8(Qg|z=V:jrlnl_흨{#?qp=*ٜG5ǊXUE$K@IIF˸!m\r{/tmXc/_nEɏVT˭js=8KXpy*9#T*rXDy?-K2{ٟ/Nobcz=-~W>[Q\ZPD\"eky8c_0\\Xt&HP\\d^2)(|N$\"	gDjկ8:wQU8*\\2=8[}U,UH-R.࣏#\rgE^Ƥ&k/6u,@0ѫ<gVUsC]łhNHb絽pCE~[E*\\<#Z9[\"=JQT<Yqb}ӯt	a6XJX	)ؓ,*fB\r{7hu1-opU.G5M]ğ;NO\Z^aHNxT]KzoЕO6O	qhiղAZo\r%kpphnD44Λ8n	_C@4\'#Ƙ&zԸ\0.X*r٦kEN^@y ;_\n0%}fy(=edi:i\n.B8ÛBt!3\Z&Eض6׹-Lx.G>^j?@ߺwbkA?F20\"L8g`}=y2B6܇҆U8#{n)yez! +WUx3]FV)ߘRMqlZ?KE$\"@ЏD._`ܝ>QJ)OxSZ./YNifG+։\Zs#4$e\\1.P&CBЇ\n.h<V-\nl6DŪUe1HcLjNi`zne|aXJ](+c2UTݨ\Zd9RFci,-/38xT\ZUG/kBj	s˪)av^8	h UU(\Z6-6\r,_h7ټ\rXzV7%ܫ~;z^%׊r}3~W	jc/H9G8`\'LzUV>UTV$}?LFI(,Y:\\Y3ߡp8Ժ@4{dxb8$Gae|ٸ̽>+E@YA쟄:xPWPy\\`DOBzDԇWo)x#R<b!_Z^dyubWlz{gp6	\0QA,6HO\"M+d)]07[`cWq-VL>Kť,m2όB:cHXeQRX60hl\\8wƢ9P4.#|bٗneuB+_qO[Tg^%,NN\r3rX\\\"Yܩ5Өlk)Q0BZs[z9<7E4%k|v+wCݖdQ1`9K*&9] ˱x:>(nE}É3<Y81)Vh9Y7OtZm][CW=g,{^J>곗-V\\~#A\rpwI1\"sf0pK2X0[FGQ$.G,O)q=hNJ)im/<03(QT<)a1SC4Y?/_A2>t#Ƽ㟂$Ē6ZshQD>t)A\0{EC{sllE@-#ԗ]!jw=^7Csvjr~P49ow1/_=ˋI4-UH$\"p`K2$2TC4	/s\\u\"ٰ\"ȥJ,en\\i\0S\n[MTu*7\nTUf\ZGKU|ec1ԮwBZ\"H,H@t2dLC\"dE,lțo+=ӕ&`|:\"9	/9Ʉ[8Bmw\"E%I㥒0\'\\\"\'Ǚa*_eBz_/E@@|\"h#uDd!G~Ɍ4P3܏;z\rX}@?q?27}uusrY;?=Ç}X\Z7L\'.=Eum/zY?\\.hDG%[氽?nc;\raK\Z/vӞ~׷zgS67>l_ʦV>\'I~k_޴\nZ%roaW`iBCij{n\\E>?\0 $u}JͿQEr	JٰנG3.ùHi+ {\Z9MKb([B#bKa\\5[H@7e8*jLMe\rv,ZVq[CB?u0n\0G|MկJ1kSG@\0Y젚8Fݺ?5n:n;Vzqvj8<߿yNIz׭}T;ո{Ɏ43>NӋ}666.w6nίn߿?dRz֤2y\ZYTd҄!j\Z,<zlSWIԉs_?r\\X%(\'u^5\nk*X&\"K!{Abm߆ELKh뾆.N\rb2A$V}~3.,bSUw3{!axXep\"[1MEW4is4N4.AGVC%Z/ %CkA\\ˑ=7`,\\Y\ZS۔WF R`eT }S+_X\ny\Z\'ғ=\0)Hi\"iBA1RFչktdV|r(PCdu.N Å%rPzʚ)NSKjWpz/&}c5D\Zg ۠6;uYIq(eHc!bRP3oQ32?S\"mjWQ)\0\05c*ipu{jro^|]sxRF趗yLb6𒹛~&@YDbҮWAY, \\xkZ@xB}uW别Q)\rxa+[B;mQ	Wؒn9t\\.W3katfn&q-/D\Z\'k~;{ObC @cO|u\nۓV 9PL>}fSxib]P՟3R{3\"L/\'\r_dB# s)B#\0;*$L7=,ZeZkEu{_\"q\r?=oY^OC~n%jdK]\0vv\\%]bD޶WF7B\"\"7b%BS\09B}UCѵ/N\0ij_QCR, \0Q&GC^H1f^wy;ҏ\"9ҷԫP־f}K4[\npF`\04;;mhWzzk^Љj2F,SHqd!S%>`mgx)\\i_b]^f\\J	{7?ڥŃZnWjnktw[{H%:vhUyaÍ/C}+K@ڱ7L^%E@g_V\03Q~ϑ٪t~;t\rpBQ8\rD9%ȆjOuuLӲԙ`Oz;ݣn)}xsmtt<<ۍ[ﵣdJosߊOtG=}:x۾jI3k{WӋLm|Ayom6ͺL.=+(ĜĂ\"l[#T)h&7֥rPjO;ɝ)O<]^ow/_jv|ͼ&5Uwf#q\"q7Jq\0pw3GC)	e7?)=lQ7Y푿u5^Ͽ4o;J9{vN<ogN`9<TcrMޯ}j|:{mv/=g(=l\Z;Υ2qRܐ1Ggs0C^b)lYac.gp/s8\rh0opny5(H9Zl@T\Z9zEƮ-WSiHq4 `44`wZxh![[\'i- \0jlZMz0sڧk4JiXu6\'7~ c3	/@OlSWwa_xn0\\ڌp[\r>gZߔltT\rMXK\'W.LQGjUJv>w3c1>Fg8_Ptl0~32ZQr<Lowu=Y=]kg~V=k+=Xk{47sg5J/\nӌx\0ō`3\n1\\ѱk\Z1Ytv9h?*{ϝx:<[ҫm[f<CkWdѫe)<vF90/\n+893Ë֡n\\˃_?γ]mIζvɶ4j\'>v׽=U4+axonlW;[.Ҫܒ\n*\'qd6a؂&PgДb/Owg}K[zͧ+Qj1\0,%u\n^ǩN,(YGF:\"NgZtaᓯϾ>0j^tڴ}8:<{:.dhT7v{M\'nS`q݇pk1i5@Lg@WFG;G(E\\\rzP̿{6RfYq~kC9R\'(߻뮸_K?OG-kr%ߜ^FrokeckYb4KzqZұICQi$ßqJwufL	<ytsHZ^v%-4Id5º\Zѣt1r(EnAg@:KGYGh2LfΔm;t{dSsSTzMuu(=U&}T_W6F>^5AfLe5#ՉNF/FP!U͉o1շFsQ=k]fs6njb6$j^LG\"G`xӘ|a<>HuUU]y.@\0rvaH짓-cpv}x\Zk^nto}tDn6j\rhG:DqZ^rbٻNN<{3yzgַ}oֻ p^}d*<\rhM|U	8`ܥ*u|fad[)\'3Röȴ;2\r63*5O0R-Hz5^gf*O<3Ahl`1ƶ!57l+\\1|dZe+JBSf\rfzefkd\n1Lt[{Y`duPelLᘉL]<FZe^	Gk\Zc#S<lySf[+؁\"0+г.S\nЍqram;on?ʉhl;f| ;FoS3T;_)g1,Q:ˉQ%o۩\068|9__^|q}J[S}fa[P.Y&+hOY,Bx\nT20~.B:\'l1Uƀa4olLe`CAq2hMy	W։UW%/\n%E. z[v9]\\I; A>ja1~kLvA~i :%\"j㐞j9jB]ߘ&jUD׿ykOkʚS#s\"}߿}\ne/xj͆B)	~}m}mϓ}><V]_KLX|{d0 uiVOח\"QeZqY&|B.ʁ}.T42BhWX&XixK7^1ѵ\"``Q9ѢZEU+٧0:wK^`3w]Wxu6O{gǁuf㇦߽2[w]2vuZû9z|m6yp}!浛<h싆l<2,{wwf.pe0[8\rڎYL\nQ5sc\n,fǸeFvf0h}k(52Q;3٣قufs#Ό3mF\'!(xgx<jrrY|bq93y8<:4pf(FI&W\ZHYTo\reL\n\ng۶k͈\rg#@0\nfϗ 5c%E=N_x|S\r-l\'7ӲFR\0ϯ3#ث^>谟EN~Հ\nDȾ+\0e_z髸{5(+sFeQa810K\"\r͞56.4;9KŢ/r\nI)/VBP(^tx5	}ExsDdwV$RHc\n\")HP\"76ZjehdԶh],L={jIsƞ^5z&X邶b,@\0MsPUF{6$yӷ[)هzI\';h1.)\\\0Y	m@ :9eAVa׏@٘)+{3uQ%w4LS^ѐM	L>#ܖ%*<VXк\Z\ZV`gvT2>ւ\Z==xhWp=cVع88=mYfSѰʹsstҋNjyi:y~\Z=>V|ѹ(p>\'+agKagÄMdք\rdfYʛ7c+^A\'\'Ɋ<k]E<rzMUڅU1Q\ZLlŜ\r\"e?S~,/ABU%MX^>aONW>)g,hF|s\"&OI@	m1gt6W Y;8#W:ąQEN i~yC:v:~Ʀ~zɖSj\"<_C$@\\8\ZOF\Z3h̶0W)egeۢn>Ψӆςg	cE0O@AF0+L*£	z#3i0W/p8˪Cz\n|Oz\\`VcMd\rє`V\nm6͆ɐz^\0fT\rRwqu͵JBl	)lT杊vhL8XFwJq2\\kGi\'Gto8oރ_I<gl\ZrQ،Vΰ7Őe}\\O~Ic/>3CBi?MwuoYc0cvN_GHd\"nv*_Q;uq\"aY*]n+Qܱd,p-geR$,D1)G\n^\n˞b\"lJ|n$tC]yE@Dt;b{r^\'pT4Yd9{}%\\Ɇe2\'.G9f9=\Z-6KW|^H\Zd%<)(y5⹶7.rjr@)\Z?R{YDra2uzzx*@V@@\ZYegD:8-}$}EHCqȻqR `PAuPLkk栀y(DyChTZlQf]49x\r҃tO;͝kY}Nl3\\AhHdV1yv\rrr|xi*WA쨜Q7.fPԫφ|-\Z6\nφajpȳlWPO~[LcxF\\o1۵~MΪR;R8c\n\Z.ڃм@R]<{#KR_)ƓdK4>JS	K_LrbQcn1ӡ7x	9oïSQr.3ߩs[לlDy[@7+q~ůh}Ȩ1|Eg˝!aD0᫨g)HƘ/w5ʘU\nձu`|DŘ30l!sf~h\'A(_g%}]~:No!o \'Ua)!kYkG\\#<YJa&k~kI$NG\'f)D5Tm6Qh9\'*BH9M+nVS9|{;QM5um]G!~|n7|r{\'ޮy}g\0(nv5yi)u4t7\'G;2wv#CC.=يn[~<xZ&c#ϘyS;/^;萿kWɮsv*~j{~4Prspx\"jwOaT}7V\rUvʕOW1<K\0B	 A픟h-彮?=T\rGt?flckg={IrEb-7?JD8	4,)\nߌ>q{p##Yf^I7T*3>2R,PT[MmVEjC@4/,P+y7( 8uT^ƺ˛?٤5tZTZLɝG2>z,MA՘Xvq掺M~\"=\"wzI܉JԤ).O\nU1ѮVi`xjf*W1-m_[\0eBOE4	{qZ?`	&]}&gI})HL0;V`FwK(M;`xG=8 U2|?& <\ZRn^\rA6®\r{pNE=/4th9|@Y+6qi,ff-Պc.\"RWJ%,n* 0{̥VƓo!~c:V\"++=FΊ~:k0?gWy]YV	KEQVR:g;R=\0\0S_TK%C4EJ<UU脥Rr\0@aϳE|*7`	%\"g.r:?ݰ-3;\"LNU,(\rSޅB6\'A5rhi;zW$\"oTq?r7鼔V6u^+jF+v\"P߿ќLɣ\\s|\0T`Ȝ0rVkIsuj(seF93:aY?)b}fUro\r~] 4>ݺ:9ܦͬ4dͭz\n3輚3\Zt׋ {!Id`8ڌkknt_~]{;>/~K<r?ԟuζhWh%Җ,V~pT̒UELX\ZE^56q%łi巾8r!sP0:F*$mXdq}8S&SKMˠ;G᝵	 <>hyvmdjBA9̔\rha;5ȵ0kb٠jI:Ec0PXa*2$U\rB$!qRł$m/8)~YK9r` 2pK;bN6q|JEGwQe&+%.xѨUuGV@ӌNd^lb\'4@غi*ۻȘRRf)UkTeuG?U֡uijY%uuGaxYk%u35kE5jd\Z˸zƪղJNS}F]תY6lԩkDh5F;:^**+8Fq1X.rGV!3Xl6\\kE.tM;쇵բ\Z6Z;N[qNvűV՜ח5Ӻ\0*fUuzmE1̿\rYd}sUؽd}hee֒VdfzVmPŘɨt;&h5BM^YcFǙV!΋u-jyeBQ7v1\rkyrD#\r\r٬\Zͺl\nkfn9UճG]ovoC֖=O`\"_iجZc ^9L2ժ^ͩ#J#|3\'ikGZ:?^3{M>u8fkOa0~=1\rJ\Z3ڰG-,[F]1}F=V1ZQP}ԑSu)`8UAGC+Jift1mw9\0v e]A^cH)NlmF]CٙE77luY2z5Cݲ\ZLO蕫mTEֶ#WsoP=\'Z5|r}7no>{ۋLpsiTw͆lw8\ZƃwOcۊ~|/;88v;W{2>༡TO\n\0Y%8(BdY,U;nG{mݖnw[Ocpyzq^>n\Zuu=GG	v3طN껸gqXφͫGc1>:zsg<.EeuJ|aUI >ȅqʒwl~q\ZQpu24͏v<nq>umt-g<9vӧv0}?(;yqՎͶѐe>e\0PrD2GFwAzq$}to9$>܈ 5:\'\'ӧ}c4Cvp#>}\'`o#>4㋁qp6y;#~{pK0}4d$Kg?Udsu-6l^U/\"Gbm\\8Tl{UdsE5[䞇i/[vvKZklXyb2dƏ~7\Z|,!>OU|Zd\r̬ oY`+ 3-6sH-ͧh{;Wj//OZ+4wn4BȦ%ok^n4VȚ#2ɐrS>4w8Rsk|ZGww;;Po%΍~zѶήodO۽s8ڻNwf䮗^7MOߩ/6n/7٦?4v육xŧ}hħ!DKs:99L=AcUHb&H0ݚlfG9glj2=4dlA3ll%t̐E;źoA_\':\'3=XңnJfSq(~\\ϳGKlڨV]c )YLF>Q->T-t<dMaט-1cHc[zIG\n\0h9:UmN(\"YW#~\']m¡-\'X\r,0yL#AZH.SF\0Ԏ,)т$JfۑVjXHRAg2/jX\"{{~% *JAA=C$?J`9c*aX	ՀmH\"ʊz\"B_N_@=r|.\\̣\rQ~YaWeҒߊaȨVJ-r7шZ?8$N\n`NX+\\zLuRb_ua_N~Q[L\r~G˃kr\05ߚb#\0#9	mJ@w\"okrVFU,;͒s&?ۥMv?T(n7D^F\0\03f^:UKh9W$wql׊caK_&\0`?a(]\'\ruB͘kOr_RPx)a9sow*h\"D~x(ZfWEO)NW2W>>,刦BEWUl6{WFb:S98)k8\ZˁKowaJpa]sp@n~zᐯcqq*4mJU}˲ATjщ -}~F{նMx2(Ft(#j	I:48I/ptAF,A\'rx-+LJ獶#8F\r_t6D%)Ƞ2x 0\'4OD%]=\ZB[[mHE#\r}jwrwڃ`kS	7grZAgFG\'Û\'%:\Z:z}z)U:\'{sa~Og[!\'\'eMFO7jE{{~n;7OFW1ؾ=Z<h]:{Jͧvz28+iVepwUW{ݛf`Q9|y}݃{͉*(iO,0	QAE)Bi^>~~nYDZ1+͢ZQD,&pXϞg2Y\"Q.ufT-DY,KYFljAcC4HaQ`\\3bуy4Xdd0UEPh}uEQgYH2͛*Y$VY9eɭue1k-Y>8\"G׉YE\0wlXTC>3rШ225v2vrBH#ׄjDG_F#LAK|{7Ƕ<wIkXǋJ8=	@./kBq|&b\"xy	_c{Vo{{Yx&tp%ofq\0C;,!i[P1=^ы+o2Tˋ|DfdL+.$[u:{Lւw+w鸃ɶeg݋%$84CPA#/,/͇k,s:f\r8xMi_>\"+({//-j$Ri=Gt5\'l\"UjסсZ~[\";0Fpuclr_v<?_PK<،\Z_zM__z,j4חz%\n,0pɟ<Ge2ZY<N[f*[aL\"\rTTpv	5GdU+6Ÿ&\Z_+\0jA(o\n+,>GVc\"=۪:r>d?ԟ52+Xq?I݄\"d(ȎW҅|~r|JҸƯ15#2m)ۗ4e6cܭl\0}j2:G0soٖc[c\'[70٦i^n\rSw zq`XkU\Z59W$=yZ޻ݹܔW}*jt\\x*D|uoۙ+Ӫj_\r+DVȹ=>~\ZPWOQ͂IbJ-\rP`J!B4M`$&?W)U=lǃWFŮ(dBl6գv\r_e-/{{dpgJ4Wwl]n9P7Y/YQd3,nY6F\\b5K6	)c	̂ \n-\\\ZӾiEj.|7%Rx˻H *	Kx_1K\"\n#YR-U_tpKDƜR\r5gQ&szQLXFWd212ke`|!	\rd{%j%&Z!^omv@\\ܰ~]LaZŝΗKLc0ʢM%&C^\\W3$+_>NOZGH-\n.wyhAKZIƣ3lHKf8(iym6/X+)Ǚ9\0\rvj\Z KjOg\'Xqz-Z#[]k>=bjlRc%}<4	EbwIIs%bU`![eH332{*j\\9xZ5sGHyO-$osw	AN޾\'+%2LZ#-~&g,Vu/,Y}Ɗn9ywT{A#^s>2;LL{=%7oESFf{|oac>iF&x²oh1&^3zSEhL\\Y7\n@csm.$ߌ X\'g0Zqcc%s3`ӵM_t)Ԯ\n\"&8w8zSx/p(={T-ks	v1JK(/#rzC!!nxk!	 r\"Z}uYsbW\".ulTo?\Z\'U}\"DkL<q9yꒂyT.	\Z}J/w%,BdAdUigEEz\\\r蕌AF1n^6ƔRilE:	@f8Tr\'OJhƜd?\rr?DAyvԻoóڛፃүVN,kXfn?r^Dٟ#^ykWt`(|&Tz58bfBp\'>U6\'#SOUT^HRq>,Rulo{glĔqHt<A3__Ѡ#ESh6\'MFAkͯ**TI)$8kɆ#73ͨOě?.q?|?-ck?\0%}Bru_qhMxL3ڦF¢o@DJ4:D#cƖٱ4dc~tU[_[wml2-c-pԿgID8\rmԳ6ЈirR.Qf8L;:=NJf/rh!MCSܴ|\nF=\"uq+2Zg;_]\Z?\n R7:N5fvhS%K3QVTEQkf%aQIJ:09<U&\n5O;NǻX~-3rcIFW=9qє[|d\'Ym7{Jdo\r=G~?Kp`Pݜ*)ښr0GTX%@g##}fU|o1N&咲݉)*JG0)dX%\nS\"22Hs|:!TEJcasOk?{s)W?Mk٤͖31r{Z/.gW;cTavv뫃>a\0;lD\"$0XT\nǱ)P)\n,*U~υOWAhp݃Z\"s;GEJQd-~j\nXw&k异8(x_L,_W3(c!̾Rc4mqthH	uUdaj+ߙeKR\'	=mNՈ&7ߑksǏnW\'I\nӿ_fdXY!\\=O\"R[\0׺qJqjف>Kׄ?TD~Ra9NdP.E6*ą  ~~Y<iXđ8<&,8Z Fh*HQI\Zg\rΐ}J]SKʎp6L*v28~31#O\"K7қr~<0*\"5L^dYN=\nI٭I%.Ӗ~֘c[~i˱|̈́(qÜ}LN_*69laKB\n,, LMJ6}gd qfМ</Cq?ņPb\"OuubG&ZH)4-HHRHqJ4|7͝˼~ʈbQ;cNzjHQ8HIxR|ԙGek~ܜv~=WZ]\Z<UZE矿D\"1RAވ\"y@S9-(OS< vN/tyB#bP@Ol1GB\Zm}YcFiW$\\s徉̾+,\r@$jF\\/2eg\'o{ǃW$ \r\"B\\2!zx(x8Ҁ(v\0exv\\A8n5DtgF-A;g<q})Һ2ĲZc,6N1MG9k\"i:]ldp\nER0OW%x\0T):Um\\\"+EgHŪ->\0Zx\"&\'ۃ7EZ80Ja`MAh:?r@32[5*4Vm*]2N<qF\Z%s<v;yfGēCiQ45OAJ[oKDĘyxih8?!QKbv4rM\rXBla_<	(g\'#Iq*.0\0cj:7i`R~z%9J	et4bL~%c֒E[2ףf\rl✡?cm?zmz2M\0x82a\n62W=Rc?p{D\'yD[,D\'uԇLfN>9U9KVk5E`u0h9n+i HQqcn7y,D(>?9+V}uGc;a4ǿY)ȸaQ\rxjجC*r,bA:ȹD-ll#mۭ;zZblgTHq/ϗ.fEt	,!Kw:wU\Z/dҜ?~3N`^gjjܘbHZmD -?Vm\'-7QsV+H)nP	LJAb*gU\\tHtCJڶXP@|y0eo_WG寢<lr(j!o~LqnLFǤuW񉅡x<M=pBv4jՁ\0K@Oe\r8\"q<R,M/[幥xQ[B+K)gS`]hRhD+\ZD\n1VR㓁FΚ0Ҝ̱ч\'GNg!07fxja\Z`\Z9=Ed%EamMjY^L[C&D\\v<3wW1X@|E\ZI>q*7[A|=չdd1zdM9\noHLK%U~veC|7!&wE\0M@`^ԑ@byÈF\n+ߐM^\\ǚx66_+P@\n)2+\"1=߶ P2J@#Ȋ+<\08 vlB#0a2Ѥ@TIlJ9+1*ۈ\nAM<R\r0yR߰_=%{@xf`0NP\rKb\ZW5^n\r3srS3LRDhly;Ҫ(Bsl·P:D;\ryNQdQ-	C\"oL\"<7=`,:~? _qwc>Xn3 ;\'R2\nYՋgE#t!CrjnT\\A\r̀{=}	m&+Z#d^QnzqT|z}ĩZMȏ\ZR%V\rW\07M:`֩Ai=hKfX !zL>?zWC{qi#Cu<c;b\'<j.P%BAv[Td~e.$-+$^K;r(TRbcvod4b$uXDNѺʹefZ;3t*o9oW.;^]ӳq|Π)k7D7A9oy:o~g#|*v~_3<	þGUM`co+f[23į]?#o::\'sd>HYm3tݭK dΞi>t;x-P;BEGdE^G)#qmMɈgujeVx\0y4^g7I\'e̍}wvIlǕ=ZWWJ@OG\0\rnV%?pN!Mh#KNyTZ0<7-4u3nc=Fl	RM]DQKIЈm۞#ۣkx!!y[`%{ͼrlzvGΜ+&]|VK@X[b-(ȎV	_aa<8+ԨX295}\"}ZG	g\0]TEY+A?|8W	-yNºT=\'+y($:Zb\nDދή,z⡇Zu h_yXp?CS	W|Ϸw^,1B$@1;^NEfoi,O^>AkkބMfwqǽnulVU@/T{E@8ojԫ2ͅ<zV;2vbЍ\0.rs1[^,Ska)4@>m+GZm(2هDCKW2Xǭ̘ǼwtU.r}sujr#=V4S\"vڜE&IⲃJ=\n]`{.8mYgwmGD3Zj\"6f\0(6sLc5d՛:HqP\0?L6FIQXkd;;Vg5PNhu\rY}t3SFzf#cPnV$Vqbڪ\n	K%o`v4D2R2xx +!]B㓱-42m?\nGsc/!˸Q	DY\'\0tL,(O]6]~%yW3v	jFcv\"$	mT[	~bݘCjP߆nϒ#ʁU@(?L\Zݧ\n\0F4DH\"xk4{^̾}*qԮ>{\'}Տ{mQ?y^4|8i/[><pz#lybfo<Iݹ-9<;& iW\"I|~FMc{Q(c*j[OV6\0`PcZXE{$Q΍jG\'Bm\rzތZ?Xuۣ%\\?t\\J=>v8	퀳\n	\0\0@~:t7m;3*!/v8溼\0<`FXA2pFǮW澴pYBbL\0\r(}j<9\'bUm^;\"lԉ{o;Qjv$Sױ9uE_mjp	lgJ|R/8\'6XVj\'QK}.f5GgXP:c_e.8E4#Hmq(9xq9rT)=~VqǺSm~E	rA&\":k!ڛo%\'d;pKBl(A?mNpkFm->\"?;/ο1nRݔm\'N3DtHFp~	4[,)Ued{SVT~.{\rm=FZNe]fLtԵXzfh\nw\0_rS\n,?vGw潞+F֮;T5n/TH\0Z2!>P!d6f1	 p#OE7f`}{ l|&W\r>$WczNxS{o ~k[݁|2u~uyXd%{IYP|^T\'`ahL<Q%=b)kc4|-*< ``yo3,✌!hC&b*dvɨ]m+%rsULFtS1f_\0d盖(qb\ZGH{K\"|Bfԝ%s3p_]T\rQ7O(MWSW6LXzm3	hBB=iņ07Nc#$ZiImFf@QVXf\"\0exYt;!eL\'\ZėїaziEB)C+j) |CxJ>n&n¾Gf>\r=К&%!\nYh%fLIYQia 97Ŧݼ|Z7]2X3dqZ4*sf\n\r6)qSCyD\0E(M3qgM8h}E۩e}E\nXʯo,*s+1;k[o۳w\rR<)o!=VaXA#5*Ki[D,HOf-FZIO3!\"xdv-( >;BhFGhWXzac҉$5[~Ӎ<\',E~/Gϲlsͣ<4 ,LٜeSUɹg;hIoab^Cң)\\l?s	;4G~{xwn\\n,UFa܁pD{J_+IϸoXP5.k<kEZ\0-\"/VHp5Aӽr[y\nr\'1ΈAHO<d\'dhZcchM7r|vLTaƼ(2pŶ隀bO`JGDL3|+,&!KӮ\'سo?A.\\:GaRxhZ*,P	CarDP0)0)>+7ֳ3ѵ1m	dԎk~͢6$l%#hNN\rY{fA	`voYVlmnCT\'U0okH\"9\"ۯ,d,\"T&3~a|IkR`>ɦ)Y~7jl帝Nxr4T[&I-/}fYfXhv^Mpm5\nj̮5 Xw-I_5mBHB-<*N}<Qی6`*{۝xsb)\"l4Vq1Q\"Ȭ0T((LrFNa%L]SFms!	$%FBV67ڊ[ux1Ϳ72\ZB\n|EDI15s[V\nL\Z8=B01s-l=vnwsmY	HQ9&ia!l~uesn}3\ZY|lǿ%>T\n#	\\eJ\"lbyӲ\Zf5Y4a\r4ehL1+k\r/@xY)@IǨ)Hk;!$+`]ʶ	Vmoy̴poo~L+x\rRy1~Rp3iWHUߒEEP8NJe ף-2\"Ŵhe8\"9r8m*VF\\۝Q2zk2X+]	˭aIR0d^	YS`@lUMb1EEBme|3(.TrSjr6n|\' L?#\'?b\nտrW(poff1\ryTxyƯ<cƽT	vO( ΌwT OQg+%jH}HU\"?M0vQ6c*7jXr>\nB78c|>a-OEւFI.?$=d*IoVJgU؛\'eęwT+GRY2!;qf3J̬\\n*\ZUH4\"kJlsX~jmf	(ǅ㵕5fywt%brdtD\\11q+WW+|׬L.k	Ҋ!eCkIe+i֫г\0\05\nͩ!PX%A%.`~KR/(0qFGd$ۍ\'V\\l]Ņ.8lf1/,%H\nUծ\'Lh$ap..E6\'|^\0cou8ba7%Z^R	pǤkChf30eL$11o|&c1Pd\'g<1&N(f褜j8T{KG(S\\:q|]\"6pe	pOB LhT:tmFydx\0~0%LXz 3/\n+#i IKÓ\rSG\"EuIƞd|pgC`:Bk[!vgI(r-vzs^\nk1%J@Ul \"9^rt#]6y0|r9<|n95a]\n\\Zz\n(-JRٮSM`8r%򓻢iqkcyZʻC-,iCU\\6ךv\ZۄV	!𨕴I9)+ZNe)4RZlDQ);窦PǏ_\'A5ڢdɖ#oR|I_c(0E\n/*S8%(&ÎK\n-F\0φ0Wq_?k9zP%@GXHrw]r˭mMBƓewM>\n_Y.\ZȪo~H<5^FכO` aK{ZwDDڐ\'[~p!T@{Nhe9}3#:PjzIﹷl碥s\nŋ2H\n㟨AyÍ;0R7<0kHg\\,\'Z,9;>DB g.=WY,ޖfnBݽ2Ou\0Oq/eAyN\0@LJt+y%1K\0`}/!,0I\0Fk{ѹ,ڣ[Trs|KV\r\rN{[a%ϕv0\ng_Ikg5^=VOBY8q;TNa!p	\\AŸ[\\\"pϭqߛ&\'?|^[ƎI(>O\"Z#(`G9Z&\0\rn7ɎǬ0q!k4\"Bim4kI=mMBGɇ\'QANz.(kN@Vrgԃ+n(4N%d[XH\\@Lx%ҹ5ȵ:+\'ϑuFzN̙$.$*Jiv94gp!skl\0Vܔ._t\'w}t\"-DCqGъ-Ľga/5;&WcNOs@@V?M\'j X\0KehϮ& yŎ\"b˚HHiK25^9a;J2Ro?-e&Rp=Ab 8dIl徚<6!%!Uw.=\n!\ns\nt=QMe,\0\ZE mGvNyƿQMVs5	\0t\0C&ePnO~ɞX}Ǐ}]ی\Z(pTp	UH\0]gܶmç3Vˈ&דBaUbN1d48a%6]vkUn\'IJb]%-IkrjQ|LTeR:*UF4jGF\n,M\n#0߮,z]wC{s_U͞^;Y]~s-w{Y%ptxml9zN{;R~]휌áP;wo}8Mz	U=8smEyxVi=VFn_ϟ|_ػ}pëT.j67&;UuO(Lo.ʳ`7.owMos,at|nvy	FWv}(^F;f$1I\rI)\Z`I4.UcbIV\nb.ekak=S):3ȧT0M`5)叻yP&Bx^vPM>/??\'	gKR(DLU 9<\')ӽ+Io\"j2k!;f+lcyd\'p1o0C#ta;Mz$v^e7}$=	iφ3Zf<w\r\"	Mg:5wCdE/3̕Ufc\\}FaE`~ynjoTOD).(<>9~0XhL-Ԝu[?KNYF~yFy0/!{>lI4$#r=?e40aǨS{Kƴ?Mc|؅H筱9FZ9cF7tt.ɓȮ1mCP.yl!C݇,CvJ\"\nSFxl0Y:FFZ4@Q!T+Ya1$J0e XY艫>\'Z_~$%|):l{%yq\rL\Z	%~p5Bb2qR:[L2\Z&*He֙v\"\'ي,٥,2R w;.ôGֳ6Ӈ9X1\nҚu.6ǆ*\"y}.+.s(Tz!jy,ХHF\0r3i\Zn9r-JNAѾQdڜ7Y\r:DP>y$d`-(UXr4I`ILV\r]YۡӨ_̑w;E)-<b\r%5,@\':ɀ\rRslڰ{+\\28CRycdxLݩXO9WY?9ؔWiBEPq$,;C¨	ge[\rYTc\\O}ZkqP˴\0?\rȐ>\n):!3GWQkݫpnyu;jH	j-\"Yn)2S׉8kB}J*\"mM+nkV/Om3J\\_C8!?p\0)oFjHفR2Ý^G>\n\\g;KxDw<\"6܎\0AəRM@[\'blFH͐FeQ?̣8QOOu+8;p<;א}	IP	0&ECXcXجQk;#0R6%42{y!$X%>3)>uv^`vHeEf۵mHL߱	mpjN4*\'XְC4>8v,ə\rқ\rU5lت&(b6n\nGƗB8DQKLj)7}7*kM:yTU4~v\"0`(K*eTwi\nvccaY6\rZ\"M\0d\0d&/ss2n[(*s6(SV,ޛF\"ZOS\"n\\ܤh~BFpJOF\'~p{<>$BU~]MԵq.\n%G.+5?\Z65tTdzr/xRa#~vQ Ύ\'W$KwBl=q\"vw5YFa7l8*24l3\n[$tlOJ.d;Nb\\8a.fBcYa\"e6AdݍWHb<Yv\0%;TU+2|l3+DuǜhcY锑TޕIv_1a\nSjEt(cٶ@>0=\">-BrϴdN8+wŚOuq|푑ᰐ@1MC\"/d8c)\"S+Wu~p)LsF͚ճ 8ZHAF~\0\"_H C49Vɼ,]T2u@j՚813O=Gʵ1\rO\"\";iH)p.;a9K#1{,gCF+oĶ\0\"0`&_aDԱw%邋DňbF!Ĕ2MR?TBZ)Ccdmc7Iޓ?5MIB]̎ԥ|rdr@͂d(Nx*cLƵD	,&\"\ZHlojC|xpj7$y歱-<ֹkY<wb\rFvw:m\\mUcmZ3pŉ)^jOVyT=i]m}?hKA_r5׹o>_L\r9XcfD^mM1mVL\0MC0a9pg\rA$k{+׳(]yhoN\'ϑf`tЩ~)\nyU\\=TO^[w6ˑyu:}sOgn$}ݩH7;{ϻ[8d*;8y=z^\'lNS	.w*do1V(1JΜ*JJaT9x[HtS~1)p3k*}姼{kuȼ|qxkDnU\nvkzG\\>y	{;m\ryrmܼܾ{nSΝhl}ϯJSu	{c{9^\n\rՐCf\ZD!3o,O{ҍ2*zfTQwr7X^~ՔVzlzP)bav{,ZvPJl)ddPNw:HQZ{h-R,xk<Xmz\"Sdm|2?c{ms`ג0y1#Ί^BTI^V8^dQZ)!̔2|5~Z?Hjw.;)וPM+쭅\"\\uXbt8ڄ7SiN%3#7}u;.`?2}^csRϝn1˝˟頊mѥsԄ`SѶӑGf,bR_H7oԀ壶GRҩ1mKjSYƖVd)f(KGv\rQ-U|y@ ȢT/X<<\\c\'Ń݊]5v]/sǙq=gflS_$u	M7igl]6olG!L s74z7\"\rHQ\"pXoV/YKT4U\0eLKkZNG&/4ț\np?Cpn4 prUYdTdёiFaf*oT^4籢J)F|4Wuf\\\0)&ECacc	E!P)(jy~@:@$AuI8	2\'(LyOmRvLͿḰ3.j`(&7|_ti37.}ny;(ɬ$ΫN/piYM	k%2uסԊMIIqXNӌL\\fȫ(H	=Z_9L+q *r2xr,#:gV9OX*sǻ~Ҋsnƙ~^/5^.;\\6Mvd_v77=\\`f|;\';nfA?!k4EcⒶՊ\0`z&pJZ>FUg|S3n8uflQ\\SJOu]WEC|]9}n~3z=	_-]ou{9Vz;^}`lW\0y.G}{6HHC\nƱ(ĹOZN7؏q=埇}\"9Jޣje`S-dQSW gitzTcu?\nd\"5}Owo&YՁjvyOX	-A3߮yI9?]Pl/o틎Pzpc5w+^H._F{ZaD:GfpiW8OCc[3>4wEhoz|ޕDR|.ʺk7+celt~ӹF8L\"v5M0#xg֞ؼSQyhˇsQ7Ce{u7[EnzI\']Sq^<[VTkEuŶ)0+UMj1/\rQf6gY_bq\\!_\nk\\0GCw6o ?ƏGO~%<NbcHj$7=&tۖ%+mwCl,pȨ2_d\r|\\q)փr8A4]F}k΋(9tI\"p\nG\0%AMc-	T>w\"Gm]Mӫ`pAvCOJuqZyB[MX\0\nPE1{4 ~DR#\ry7\"\n1v1\0Q4J%QąV\r1nq<d38D<U\"8\ZƧ328L#qGW6:z\rW<^$N\"{#:?6oFVUr}׸	nNûl׆K;7G1j:[۷+eқw{c(U[d!j@\\GH(97p*.OE_8vޤB),1I,\0:C/E3)nQ{$\r`髖G;1H\'>E&>;p@	8*\rgd9\r^>LB.GA䟸Ni ]}c|zZL㩓fp\n3gt|_Kw^eIgw8lELNFh9xgu	)?+Bf3EJ\n윔+hBC:_9;3whha-IT@{j5|qD4@--Hq\"hQFeK<l+f%I}P(#Ӳp^;)LY,+%}a	Sr@*]z{xA|њT*NtyeIk+K\\Vs,A%jO&A!+O˯ū\n&qegjm9TSkHmzVBayaɪ;ؿ9[-uzɴT\0H[(.>hU\nYs%F2S/@5A1ɯ<$RyF̖g{!p`c0~Qx&!,.m/mk|3#mP+t\0h3m2Z8쁚k49d0Z\Z^*JTAEQ+b5Pk5`j0C=\'6<x_9Ah>\\9y./t\07(n6*	&&M1OccE!87n.kU\"/{*7qS}tӖ[Bfmk.=;;{e(֤~}N\'?)Ti;o2H˵`V$aHơム_̗l9OVwv7O{SxZyiTyA\Z\ZlTMͰ7mbSv^/_#FO\Zb+͋BUk=4SA7D	GhVXhPd¼;v^Oֹs[+_ZeY[ucॷ{mGS{h-@$7,u;*\';ƶA9r[n+fG%\'Ow{mX:#ײo.\"Z̈́Ā]}`/;=qpټq?ZGC3N򮹛ˎ~qqsyx4\Zx}~=ܻ٠{p[-KY]^7W71wlNI%L*[$L,h(2!R.y|{d{\'r{}|z}ܾj0@8^,pW7\n7Gz-/MqQųܒjƶTz$5_O-SNT\Z\r7*\"E@\0\rl=o75*뇕ZB^Gݳݲt1[@O{\Z\ni\".=lz=i%a{w{z^5	.VmƧݵly%ZV⚧~7יZ\"&s)h_37{>[tc(kƐ`q2̳mG`r:OFu|YO\Z^T>/9ao\\hOfд+VhQeԹ8ogM+CrԿOQ+ݒxhIËׇ\r1֑ӃC+LfX\0 i4YR$SN h\',c*u/61Cx_wf\Z.\n)EsEJ끤JbzN9W\n#n_MienLE0UYH/\"]T搥@2A~ɲS0YmkgFgqz3JZ\0̢ݰal/_ ;5zD͞;Ϡꩭ%>q<:	¶	_:IVf>շGՃ]D:_DJĳkdF~dlu~kF\"ڡ-JE	ihSCSO|rxuS,r3W`A}ZW%?|^ ƍ~-w(tR)Z%PKRNKFA{tc(_FmiQ).hޱ:A9	[Ш<w yaz-$D@8Hg([ڨ0~,hq-H ֊][Ϗf;-2\n7=h5\"F{TIpҶ$oJ@gUoSwL&\no\"?#7[	?ڑP⻛[PG> cۘ1\"MsuMzԕOɶoiTm1\'\'HlR>ͰZO&1GM,v|:q˰Nl>jtXe0Kni8t0[DZ̶q;cn2rɠ`(da?Oj4NUOP*+d	\r}L\r+GkRqdv4!4?G1C쿥6\\/Vo`w(QOl\"$t!@\ZlmS\'%S1y8^>8\rK1QM\nJm2Y}I˝T|o3,oXf/wŔyoH`{L)!Nf\'7\0-տpL\nwZ`(PRDAxZ_EZֽ>|\n>I]<;_[cotDtxy7rȥp	)\Z`}cu	8\"#!lsq>cSi(WB{0$§<Pw_m\'g>UCL%\0DL0JQd;܂R2K\\2۫yDG#\\1:\ro)ZaqSC\Zbҽeȏϒ1\rpFSR}M(2Z\nC\Z \n8(y\n9̮CT㮤yEdWnA8g0ۭ[X0Z^!`]y7\'huPd?NlN|@uN_`iIB9{UDKPVa8lozDȵM\r,0^@&RW]inCaf`\'[6n	A=]w;,\\b\0a\\N=E/EjL*\nSV^,z\n9K/<Aq-,XbҊ.*[+/n妺bՖ@H/-mjXX߶Em~VWYNT.+vlzv-!qvWݶWcs\"c;\Z[l\\MXd:XFFU`.2WM%-8rw*WO]CwaXfb%K-D[gؖw)۔):ϹY\nXko9U+2ڣȻ0<R:8pp\n>;OFM*x/&ftEB.v=.nhuGF Ż*\"1\Zȡ!.FyME<ʦߣg2-xtF~2\npJB`&@M7{:in4%}(b6UdMؼi&l^o>ALYZeq:0w/;SUE5mYT4IdJMNh2v%uR\r<͘^\\{I8vFO>!\0صdd7կ\nŚCwEɕoxreə\r;G-HmQlt0R	(\"TFi)C!!k5hzvwZ,\n.0eqtnDNcDi/l:+9Aޙ9t&=1RT69^uoSvܗarrTMb㌨G9߁dKgv^-36(dh@.J(L-\r\Z`ɍ*^Hv=*t{|2\\;1?5[CgJKfaaNpS1pr>\nّwZRwX~``G¡UVY,Kq3f3bGkJ!IT|{I\"lRtO[f\n%jm\Z%r3lg\\+MOkOl&bM\\zlg-t\\ sfRZ y\"8L(RZ!չ\0Nǡ-mu&\r:^ysze!?6lmrt_NPEcH*vs QϢ,{n	MEƍ!ܦnpTʴݴ1ҫ4?Nv](jpL@ɔʔ\0ED2\0UQ)(MV.+l\r*PCvX;lzwX[X&bܮI1g_O%9t=+p21\r2+ɣxV\"Q&\"7|]*}a.0=ǳCb\0[{.Ag+tk|%h_FeQaqG+vwNqneR5lqBO>]/NwG{=W6]`p2<W7G7Gk~܎N/7ӵ5>crH$g5nwpR 2_?nUR)\01ʬww2uQP`\ZC\'g|Vc(6L>;}\"GO|sHS&)k{UMSB\0uxn,<sZ9~wsNrc#X`\".kZ;~\'ANuxx&9|9TxNKXa~)Lo&Xkd|y6Kpm\'c\0,Q&8	&ǯM\'%kOWy.QWUg٪KVDb^4|8>ֺ͡=s\'6|=۪=jrm|(Wae=?{jڼzc}z]tOE[q߽&[EE3r\"Iar~yX˒h\0sX\ZK51g+.>xaKx.{4&Fodm\n	Vryx¶s)MBQ:OC)RZh5/jL)LKsl%Q=ɲ0UlLh8\",M)3|&\nڴʹ\'@ȏɮhRkKf٫\"m]\Zf(ңd$톋#ʍїPfx\n 94=UEӴͼ&I\".JSp$7)+k銜693ONDɏEN\'? XNNt3:yƁ	\\&Ii뎔H&kfk&[xV#$Y\"?<1ᷖw@ #8\ZNWJ\0WM(bSii&כooņw&yF`5l&҉F$x2N\\:dl<H2Z\"ݼ:|җ&RJ,.R}&\Z|\" ID#Br\r$FGHV-R#zDݞQplwZד簶ji%BI<\"TaP\'H&ܴN⌽<+00w⧍R1J\"kNxp޲ρg4%R}q.p\\*{WnЃJ\raHQ~ԧAv\rBw@HGyoTUf7:~ҕZJ|캨(*7&dH,[t!<]dB3)äv^%΂0ndrjYjI{Q~?>݇n|1d\r[1v!<>.$dt!x7ClŮkޓX% `-SbχOg)Ov/\'gݟy<GW\ns[if=ḶhN*kNl O,pFNDpKtFޒVf-	%=5=3\n U_cΟ\rS$hݯjyVx6st̜3\rS\r>/<	t;̦UƏ\Zal\Z?\ZE<\n^evEUw\0\nv%WQyy!uODt\'-2Ѩ+͋n\'(zNQUyQ-gy\'wՇ3*vۮQujW\Z2ay=k5܌p%AnC2jxx]\\oXj5ފ[/+0LK̳nՌf&0N	x%j,*m=s3\"#Yh\'[ݨgFg;CgH\nNYrϬajE͕I?vo	bY_h\0\rfԢ#jX\"C\"P((c֯}8,}}$2W|Jxy!y&uSg\r-ش:kٶAe+N̓Z?\0-NiFbY{Ab{!4Jvx\\_䭌ۨ3߰[%LmA%R-h2FU\'JZhA8iytؕIa48aۡRYgaNd[;pq_\08MN=r4IRwdl[ah$6;r<5G:/Fo	cq^\r\r\\.V>yz^\"^K#\r ?O;jfeCQO5]I&MW8*5ز8p=}ꠡVrZdܫ$O\"-1\"NO\\Cg(mvH|vHq*bs1gSZFԖS[OT	1@ɣN$\"stzƾTΎ_. bzZO{tdKƊ*Kj~A\ZI@jϴ7&!\ZY4pmCdŶ/f`|qƗ%$[-m|/;{E?5/♯nˌ\0n\n3r\'yrǇ{Qh<Pn>Rr{bPCO~6L=Q2\r̥MwIT=51]ЋLr_$Wn5CS$#SiCPKfGn%@!4v\Z_x~jH>\r{nFU=6}2o셁E?ŞtƗXsB9`kO!,p!L:\r+Rt[\"\'V_p?( vy\0]R[NʳxOȺ=};l/]b;!SZü)LCN\r~?0FOH\\̠?%w˙h&qIS%L;COŨEW«Ck<~#̮so*<\rMty\n<sbDҐ$#cNUf\ry]Ӕt=[S8UgM1_Gfc;t*{i+k\rra6:\r\nA(8tv]8R=d-Hg|[3`:5E@ypYpڸ}x>8j?#k$?5|)\r9ٝ	~\'\nLH\nƜ`l,]@Y{e)59zb\n\n8-P3=Uk,l%q]_\0@fNfJFrpV/iM\'[mFƶ+gGs~v[?lܿ^{`W/n9]h)\'*EœW-M:kHDE&Nxi;)vj?>99Q2~[7_&4ꥰ~\0A2u22BBU¸wkg_AL@r\nٲ\"g\'L?gQ\r()\0˛eWxwpuux@ՋOhfauFPmIaQb9%A%MO3ԕ,?K.uRwKK7fT%0Ìb|i<Vw+Z\'J؇*dT	s,4FZ:!SCWB1ŚT&d&,>0ʭ-֢:ݳ[I2w8{]yd\nv鞊]دOϧ]oGOu]|X٤y6c6	Cp3YH*&fesJPg]׹wl\'H_\'܃vs颍,3	 &U0Bjí@0M!,$QS\"du%:V<x2{Vn>Qqh0G2/2Nc9뜑Y32Gͳl\0dx#) cȴZ+NQfku^}kZ@BM/-amm`7z1+Gd2̋h><Փjc7޻<;;ٍ<|WIY~\"#?n<ZT2*G0?`?Wڅ)hh(w0uur_\'#F4#M/@|~i%\nfD7d%2_\nߝV88ż3G=n}ri^hlw{=cS\nOڦgʮdѐjoIc-]MT~V;8Ių~Ga:xCEVf쳔!/E&2\rN*L\0=3u\"\"^$Eb7*rHd\0mU(i+mv\Z<t#[<\'(6x8`EEڡd|FWʐOeo	>k( Ud>j$VgH?,)mbܘob&P$@\rxWA;x{F~h BFaDwcXowN0[vdX9xB\01s&ɩ,dr@RS2Ld4(\Z)\Z2V3>	a+=KvSta~=OT3uXSG\\ˋRE8K9Eىe\"^dKBIEnZ)H^M_\'*Qs$V;|\\Ϳ\02%2\nXx!RDXǰHSY%`)L<ۢ:=\rjW0-@\0HR/\0ӶtEwΗ\nЋ.uVx(HnM&Yf8<6|l\0{a*!Ϟ<1B\n5-V#3u;\ry][Aӻ]\"ysYQX_司Ee,E3MZ<\'#/蓗eh}ZTy~^:ȓۻX:fn\rz[n>V\nLۉKG)Ĭ!oe*#ްNg\Z[$u\0p>8y0cmf\rx-[<E<ro)\ZiRBqbP+8dt# 7ËHzSBFIO\r;x}=C8lfd2L(4~ٻ[PJ/	g9F	᪮B=l\',?_\0;ή&@\n#³Qu>nfp$;~j.>׮)jJyo01DN+t9OHލA\0)xR1ͫL@<$ Ց#ϞL;\nt\'7=^Ġ+\Zx#%GBIDڜߧtu.)P>C{f	2\Z~Y-F!IХ)W@N2\"1iXm#Q^|17.[vfô;L,E&׳^\\Yl7c\'\ZT1\'Yr3eDZVLX@1(n+5Bo:	\nV	C{Mi\"dK$%s03 z%J\'E8\"QuNz1MFnUT\n@?x]v!o2o1!V|{CKCPS>dg~tszu3/mx;P/}&\rOΈ[n?)+K˿shtK<Kfs?{G׃t%sCFrHw/9d\n84#Pmlݳivxyvvf;`Jٵ,\"^2-tlTW3fB8E3T3ϩ$)F\\,H_AIôVJj)z,r$BS`%@\"UYDCt&+(/C\Zi,?i%fM\"Kfב+YRO9fDA0FlZU3OQ:Sl꜡\'q}\\l}몋\0o_-msaжZ_\"r_֗F}*\Z>Vhf\nVp5[I79x3h;WY;CzXEvF#%Z^yNd*m*Т.Rt+KI0{FzS TYO[mxQE5цߌb4ė)znD@l,ת\"[Jg^T/O5}t];<Aaݨ;T˘ڎۍ[߆=mf\'l.j-P\\\nNԐ/ kƌBՅzYX\ZOIB-c7J8BH$tcd/wٯA)aG<\"(`_m2;pu42ZV\\{VIj]E^q06En򒠪^)V[;evfhB\':nލS:XswLsG}:|2BͥP	 @+ՎSBt|\\Xnt]k`!INb2\rgc` },w3b>o;iG3Yb*\rymOcb/b8K1/loSRGxQrT9te\Zɋ%P}$	C3MUjmwKgEl׵DlĐV85DVe8H~3e1TtcP0Lc(M#chQ 7Mch{r_CH~,E`{]&=\"<o&}O\0;rD}O\'xA>p/ȏJsyR_ғ062&yOAVF\'?\"Γ9\ndɻy/\'?̟{yr&N5;3yީNn\ZR~$7ɳ2ɳ0ȏ %m[oN!p-d&eL;u»`\0V\0!C&ȂU\0vnbJkJam\Z5c ^~tDL\'0~\nVsw`l[!itU[%		Xf[Qb,\"*d͓\0ADA0Z},UkgWG̽;;rIh]8cG~nl|+%YVwqsjy\'M41$bPxD(:P4H1$eZm1x!3o7RA[wdZf\nX@G6OK;RH@ZSN^+X!E	blOk	EUyixaac=cjH7jo(`֝\'\0l6@/LK#}U\"P K $jyD)Y>Lw%ze擝:ݩ;<UE&I/sk1rQ<<3]=|M3Yn=*R-͉fzf0WN@uй<bB4	RbgE:h;V[\0GVѡPr=﨤|kbn02W9\0hO%ў̢MP\".AET^3?\"̽51@u<Ҹ\\~ÎPapԋk;e)\"/k|>K@Ukoо^X3X2a[haXl pIFI9 V	>/~LFI;ѯϮ\Z/\"r\ni%1O3q-(\Z`VɳrbzW&ngM\"hӵI`)~	xDT\\\0Eakr?q3=`B&K`;d2\Z\\LLO\\\ZLj2^GL\\<~LHZ\0\0KvPkRi&r^|o8y?1ǙĽ\0.ƙ%3q;pE!%5&8Oj3*nQW79s)sAZ\"rsʪt+Y	6XN=z,T-FЍ+h)9~ϴh3Jcc+@ǩBXNm(!579(:8u;KA)DZMPjt#c-S:nrFܐ|{\"V6\rEYc0R,!o3++z\0mþ۴{΋ED4?:{䜔L炄^4&$zG(\0鲦rۈkƂU\nwיA.٥Eɼ	QʸwC~dh:~$7W,hԷ \nt	EP>]>}0\r×B8eY\'Y0yf\Z.J@*,4:|f>w=f#MG-rJ^d50K6FbҸ\Z[%O?a%@)M|),+~b	ǁY(v*AOzy+)fQ$h{y03E]n+~-={D+щ)A򌣯ۇGl7kH:*12ŵhAn+uؗ,<l)6GH\'LdE3u_??R{8/3cɣ@uʯ]rTB&IcTQPqU<a ey!\ZM\'E(\njuGgh9qc(k<kjU@؍$dltRcR=_yBKE\nVRAh岕d{\'+m\"Mgm,l,\0*K72kcIDxjuRd˄Jɪ\"ヸk>S^ɾblV*%i̵=[x	jsb}<}Oz&[w{2sbt))lv^q/eO\"ig%{i=`@<Ay*s\\i)IMZU(?/q\'rοqe_/y_j;W	\\AAyY1`A~aCqdDF!Ac|6iѓ^@AhMwnTZN\Z[2G3Y\"\'8w=FtA\0\Z=y=Z{P%rARЮXRb|9T%=#w>=3 Ms`lgF-Q;P}T`!3I|HEe%z\\iaYD\'3)\"ʰz}<h˭\nnZG*#_!ð	d]3\rK͵И+v>)vKu/CWڠZ%ɘfwӛP馅Te(!CU?|hAnl:vYGn똣oGrĹVkѹم͵=$uL\0mϲMc\ZUYW?5D\'2^8_[]RU=t1ڪ(DTVϷUK\0o4B<\Zz[\n6p.hp/9G#ISD}GoANNT$1F]SmtǙʒ*6{>y~gkSM\0oLC8c*rqdΏJtuv;l<`3w4hՊxXۧ秝rx٪^`|у=ԢZ_w^}flxdܾqW.B\"T*	~ ׁ~|?Fw0ձ~׽?K0,x\\WýKr򼯖yU{b?yؗNVL7k\\+{\r-ywW=ݽ{	;ݮs;>oGw6׸~㻁޸\\;ǧm*{ߋBxQ1_׻W\\ݣp؎Nmg=L	7푹3ヷ7Qj1wnC?ݜ/ݴPvoG\rU_6*e3/ճ^z7o|пvx?^(On#Lk3451SSX]r&/zyvyvs=\Z|4y\"&\0{t\\!1\r:&<@b/AW=wjM~+\'	w2v,&پk z\rFl\nKV(жr6W/ܿ۫g$ 拙Gd,S,JgHhAկfxe*mL>t7|AfltF	wZf\0%M6̹l6c> xTg&dB\'nd+ F\n2͵գL^\"{pށ}\\V<1=UAD8ӱ\ng(#PZ$wرX1U㛃KR>ٵ}%G\'JO۞X~HⵧCeB_eCPh?t+mm\ZlZz)dQ&\\aCwaع~.j{5w;nf>^uU7=<\\ޞ{t*Uix9ݣQX;p퓳pz:ҤW+ڸj7}TȳY&Ԅpkg7עu67(NFztW_O8x~޸muzseY}]$٭Zn6GؼΑYigu}[vo|c\'uwxh\nlN{tv(|u\\K`xz<҃Nݻ-T㫛rP\'<h膯?xW\'5&ۮ&_֣c}{D;ݓ1+֫uSˋT8Ȼ/NpVׂ?z5ϗ#^h_[)eW!WwW2]+[AV4i@{mqͬBtM\\wy@ˋE83ڠFp5sa-H\Z`6NN\n)LS\Z7;~+N>@Ή]RΐXVYJ& +\0vTwB1mvUQFg%\r=5N#%uQo+P)*2̫N?\n͉$>~יﹹA]:\05<g×0SMk؏]Re-2xw#z\0*bӄ1Td>os\ZdǌGF5FRRi~fR`o~\ZQB2Nf9hl!V:^g\'w-%^,Yn4\"ggϮ\"%6 Bߡ6s$r\r(vM	pY]^abɰf+D C@؄NFB)Uor_Vb՛k 4:WZE/i28F\"Fɐ`#	|0)2ͯ7l6]k#	c	$^QLlI*3O+CM@5oآUdR4H#\'VIe\n	\'7;jn\"?Yb68wٝl78lcJg{+1SY*ʁdZ$w\Zf^Yaȹqq=Hbwy=V\"\\BxgɈJ2X{f{D{gBMeRFh<U\nNcةHWu6;?ZDǦW@\rxtFZ=nl&p\0WzR5+f.$8Lڦ|\"*ԝa7-|I/INFf;ug|tfjB*8=@YXm($Bqǎus=K$H2;5=\\LI^wktqMuGOi_׌dUQtujVfMpUdјgLAmw}.W\\iNw>̃]0柞!>RA\n-6SQpNjQWo\'А1OXї#X9\"9BE\rc(,rt(Dn!Dpwf=͓X6mHVW?9\nF8b\r7~O5I]F~^WtrP\"tZ,QSYHLKų5̥Xw\'+il~ʮTpaąSDH_Fb|jȝ6JZ_Q̵ͯѿю^e.\0P	ȟi1АG;EAˮۜ$tI>=-;W:ECgjM5\rKt˄=i9Y9KQ5lX\"i\rwԦp3]RN	D+b2x!iv\Z!k.WNqB^	([-67ϐML%_.Fi0<˞\'u:_W\0#4dљeY#s1R)%zp};C\nZhăJ&X^Tq*=z*FG|J5s%U䉓_R	`K$jԧ3~Q͢Eq{V>֮/ή\n~>i;2Zb{<s3jcL!ng.H XJT+.M`!Ѿ\"k%*.4P.:4lƞvq䉯_iZѳC+p{2I-	fyKkӭЀ32_|Zk	mN)j>%ES(1zc++GႺ\";fvOW$J0/ʢsL$^ܯ6ZP~|\r*BC~_6/v\'fƃ^ɪod!9{2AJ9>,~1$#I6yDFLk ENpz>1\\2)l57~Z40]@tTIK^#p-\"*iwc@F\\dڏZFo	A?5q|Aa_9X<\r`3)PX+ @\0z\"ʎLv5MƇ_vqt:7>3$p~X9ۇkpUk\ZNyb<^5ilKñsd|hQK:G;\'Sٹzc{&Mg{fMSSM0#~^{f}|?*s=A!s̫Gw};_A[q3:ml-A\n\rN%\Zs-aEyM[\'Js%B*:.ؽ05[^U]Fg-TtB+u@T:\rrs L[p(N(_L~\"?R\rNҟ.@Re\'a6i&.r2ٽ$uH=k~6ݯMyדsԌT6x@]ǋ6n/a6>{q6y ?^TzM}h\0o*77DF?p$2Ȣ͎5:NRQWvxV6	$Xt=4k=`.hj޼fr镵b.s8xù#m7s˲$iʿUn=7NI;kjPzWվ;O.;{՛?/-VG]}oz\'N=O0qunzٕ}jlW/g,jͻ\Z6ƶrz΁HO=dW{L8cHʭTOWO|:_w/Aݾ;j}ޟR3~lio]M\\۝kgWO{sżuZ[r9Au{ЄN4rnxWS입T@\nOyw-N?kjw8h6:ޑu\'i5DUzRÒV\n\r$xIZlM\\_bي.l3IE	HXEC-\Z5\"U!S_c-wVM>ʲ^\\d.+Ɋ^rƣ!É6\n=\']dgb܏cbMU%n=}uΙu%E]Yr2l\"d_g㰽\\G2/Eg6u-jadXlعvXcP@$tOC6Ad9|wz`xqß8(E\02cr!\'J*a=V(u\"l-k;c0g*6˃p~/5bN,Q%l32HWv0J[\"UÍrB/g;+B߹yK_ȗf`WZ;Gǭ!wq4|3ҫm(zwgwe(^ѱ]g2(wm!)g~תzkTZf/Az{Ǉ-~55G2((ҋvh_vO7{)+vbk{;j]Q\Zп3\0HXrХ$bnPxk˨I\r,:wWq<Y\ndMA5\Z#LCWtWK|o\\NN	RXk0N\Z#Ύ]|PO`3-eNFz?oN\ZWv[e[6x~\rJ1[␙G蜬$L]E{(5n1{_fǁU^W_LOj܆roÉ\r[G\n߄.F!Ĵan	5(emy.EZĘ,1̢8j	ϷH>ܞ(ծO5W7t7/.W5EAceR}=j\n[Ns)s`QP?ܯ_/de|77heel-BNpjO&_q9g~+mFIr(v$L|?8NgÌCk0\nÈa*۶@v)*#31KtND_g`=YVH+Brȹ\\hF ҺpĐJhG-QgQ	QBe\n(^pV91Y4~Fߩl}㬶2`p)0&&d	ʎ~ؙhshoV0`ċk9]WFH7~cY}^-R	(V,	EYP$=5Iut\"?wՋj\"Q.M͛~o\r	\0JL\"\'6+_}jy腑8Arm+\'q7+&JǱ\nغ-j\\ Mcbb]ubmO`v\\~\n\nB\'p,M!;=Xvsvfr&vr.X-.SBAbA9jE\nb>t¬^-Ȉ9mLx(VIE9\r=ߣRu z.Re w}e;sP_+8%@aiad;8Znq?+%C;i7[ތn2^<OGִ&%L#*%;.g%V*wm-|($#^q![Xj\0w07,_8]I)&oM^u~Ag$$,	*,cI;w|^;lp5*\\ؽ^B{OދiW{˧˰vWJـ;>ڿeT<{/w-rg={5SޮÊ}WۗO={|r6c܃jn}W7Gqĵov77뎾sݜTlrȳrr17[oxcszw4:Kh-zUIŕc\nb</t\0+ʈ{fr\ry[~\rN +#m*\n%LAʿȕݫ5SOwnvzύA#ç~1몾;_ǅfK,v|iR/wH\\:\0/>:+u:8qk@d(Zҷ4O/ PrLl|&dv@ET\\O7YǏxg}Kb5dY\nQ鄔k-c3r\r)2VаrH\"6̂ywfH&G%gW<ܷeo)KuwMRNaeqq2(3ezebte2b`Ou)\Z	( 6fAcI@.& MvX Crf(Drѥt,QlӣjpUoɹjtV{v{mw|ת%nlg,W7 /4KU>uZfRVv0k7\r6  #xE#·(-E_lRg9@^2Ṣ ;zDgXh<==##8nVG/{34*CEMu΂,2b\'NkmmRtAVx-	_MBqN	@#\nY滍-\"J+|U$+y]GKH\0R2\nL~[e!pqHWlېcJ.3G<3\"ckR5,{^Ր?ͩ`鲶(1#(cJhkhｚSh5	QbWNUۭT!OM\"w|[o}v:THzGF!#zW|ufAܳ\0eaDd斱*+8>1>c\n>O&9d)A5uSX:o=-$ӼN:1TW.\0rdH{hK@4!7_S/f,I;^r=tg\'FQc֞$w{Ggc>;2JI#n2k^bRӆ)E][u	X=;vxa<D\n|DA)\0oTr%\0Y\0Vl	bq[\0Ķ7\08	d77wpy&Cot}p.ܘP9wӺ]lavQ=%Q`ly\ZdJj#QG~qgˉ*T\n.فA+68=GcꢱsV	~/ͷ̊1&\nk?̯DׄcVS4/ً~Aҝ\"UUY-Zflyg5u Z	L	Y5JX@)??t22hd3)d=Ɩ?U+6zmDáMǚ.wy8n{%\':,91$Ĵ`{Y,Nk+bPsH\n+P<9+3ji^$і~\0>1]I<W(tgdi[gY띆\"yΡuFɤ9q.w!K.$\rQ1[xWN(R<TB\\s=xp*JIfK6#_m|5.o=<\ZCInj6\\?  1\\;W*׼zjI8\"Iq\'s}\'T+dK*xglό-NGWzNb.7IxbYH(#Þ=qAShs7\0Ƞ>xR:Ԫ7\0@8}E^I\Z- @lt0wtYe-!z KZE.8]A8]WMC(.Rh\r0Nj+YE.|.T!p\n`&YQxYڸj!TF*]XFD6]nNjlcgfpF1bEd@T.s]Y20+N%V3n,Vc4AS.%\04Fs)En2v1rdZҹ\"KKGN-LM\"\'(/y=|^wTHe1s823ⰰ+P#x@A|ifM=kz	Mcg:bl+kϨaJN5}5BF?m@\rs̤\naIFw0+ׄߐך@\r-8{Im)rF	$I1R1:Z:\'j>;yb\'o[heG*:4G-m#z&eS/+2oI&nw8\0{`@ty.iч!Eħ֮<(B_lylMSQߢ|Wvҟ0ֿaQӸ(`hTaؿ?6.y,b-$Sz,u6E`\Z<k;GIMWTe^>obK@bxuIGY \"{3% _?ĥa ^=VV fBP-17{GE#뙃PQ\n4!|2IbQ74??d\'}/eMNDJ*uZh{~xY=VvMlw\rT<|-5!9;EUlՈ>L~o8AqA\Z\0&=v_<-׳ox?ِD031\'ڢ䈛(j\"NĸʞA\r/VA]VAchM?ap1jZ?N-NCu|3xP(BTʙ4rA	̓A-\'\'R}֦ke&=Ŏdss|51dVܽb1VzT4,YFU~PBΚ2tq]CW|wv,5>P\\O_cĘm*Pٝ%Ek)( [S*,!6㻓I\0=6E1Mbi9ػ~y9:;.n\"~wxvߊCh;K%G	(X7ҠeZQp\Z%;8*\Z*\0+:s-c\'<PWNیL\ZfEHmd,;ux0pz/b.Bl\'hp己:G=G, CmJ@\n\"l%NUMk6ѨcFN&+%/2o~zbP¾<\n?O_Bx|fHj@TȪ(,LŅZ?>w;J=Ы]^_W|<{?k(70|A:n\'u+G-ZCw~*pg暻q{-(wtPXC;=VtE	<oG%U»\"u_RfFXO&L,-n\"|y\rB4w7Jo8G5fE@\rB61\')7O~>_%ߩy1;<#;o<8MrCeG\";|ִvI`6><#[	,QH~r2vd}ٜw5<g9;E.r~wqg=?G:CSM$0Mr5Jީ{\rM`h9Ipg-F3\'<\"ZH3ȵ$ji羼htxExqZOk|ƗD~\'ݝ8oBl̮c|ȋjqƗqD3\nSZw}2ID\'~$9:ٓ M|\'aI@9<9	\0(Z0|5KNȦfvX?SSmXfɸEk\rK6MQtknqj5m\",|<M	iO)<Z<^Uqb:$.nJ\nd@g\ZQX_ҏvwgܗ7b+ĶߑOţ*[ߧbĔsFSz\0\rA1F/LkZdn@o4Tk|-[S=p~=&\nk_c\rc*59:UaIDrW\\Glz_h_ֈr6,mn@Z#2\0<=P:]阔o,t)CIeY\",N\rܡu=sn\r\"\\J_E__C^\Z\"/	ʀh{ԸHdq	jmIz\'5jtll?,˕EpT||0޵3A_Y)NPɴ܎#򀜧^_(HV9m%N\0HmEF;3K|\\Q,WE<4;N(%;h~f)W\nY;0109xf0\"Ӯf;Ms;=5{RH\'{~[_1Y/,3X\"Sd(*1NO-BXxkR\nK#,*s^**OwPh]DwUvxR_,mWU8v:7zil[K-\ntK[槍\rѯHI\\l18<o7WThggh>=hbi5Rbm9y\rr끋UD\nn	`!D_97&aӁIR	u!_.B\'/OT\ZOy6gơEp,8a~ Os)q--S=8W2/\ZU2_?\nw݉b}zɽ\'~h)&vwJ\"Џ\0gLFEƾ(:͵/ޯ>%L˫fR:WW\'xkZT\0&xcGV~W&d3(qRNI#y#}ME.Ҍ-	[uuh#n>mxa32rV*FAxf`qi&&u-{R\\睜QM.Fo\\#F[\']mٓ]IjMjD<%f7PsD7ф+?	rK0Gm̚;&~8KzZwC`!5Ԡ/KE:1HR`deSG0%q@u2W׋łѡk`9ì\0Kv*rt2B0=tH;daŷ\0BÍfbz#Xϣ/g6C\r/9vNMn\09i_Q	1{DWK\0Fnc4BIn\"|irn_x\\%-iQE+^Ӈߞȏ/5_aN\'yVGvL^KЮpw>;P_xxIWsLxsd^YE~a9(_v/~	x\0~?kz<pp_z(\Z}yءc	V_`=al6?naZϮ&`ӿ{&OP}}Q\r/oCF_r6(q4&!(w~%k1Ht_0$\"G8bh3fјw\">Lʟeuugzn|.&]7E\'mXm%c]?Jۢȍ\'ι4IUmʶ4MSr28)p\ZP>ZoV\\`3|L2\'YKtH?i}{P4oM4wxc=Pl|~^Ey\rfXUbE0zFu\"}SϘ|\\&C`{0	iA-XP} FG-R{n{<~38kI!|IJ2NZ.ϰehDԌxCFw1IQ.alIȆ\\XT\rYA$?,pykDgD\"7XrVw\"ZV`FNpz4v I(TL6X19R7\ZXTQЋĳX#J/iC](> {ɯ/OsJks1X@,\\	D	ő*f1!Jh.\ZKzre)se68KfϮ7T;ث\'@H״i%^%:/~UxJnF!<48]:wDcGfk6_F`5x,Փd,@h)(!EIWX d\rahchzn䎝88,_ܴ#-	g8C/ƕTLI_Mu8\nR\'h+m\0\\]^?;j$HSe=\"<aPaH9K2\\W\\7AⒿ\"pqP#5=IJߒH@p\nަ)4XgZ@O\"e@\n$hI4q`z߭5̐,VLn~0꩸tc7A1:ynbC\0gƑzc!vL(z_$J>=:nt\nk)4/\Zr5k3KblR(H.uxm\"!Qn-{{]$*ctx+v|W0r*+#%;d(gM\rydEDJӓblͲ#t8۳sP{wuUN;wZTx5Nnn^+rqz7kc^7vӬoFOGUK2Q .5^ůxS}߹ΛMяJؾOޞۧخ_k5k;C~{u_\nFjo8unlأ%S}^)ogݡp>Bxhe#KL\n5>[~@p6oNeR1^6B[=g^U}<Ij״WH\Z\0@@t\"JCVy\r;.}<<	Y(XлR,\00\rsuuAԏJoܹ0GPqyw7D?|FSݤTSw*ӈEPlu^)ޗW;/(D\0u*I,\"JE۔Ma\n\']aZKz\\yS>1bQ ::9#a{ғտbklȘN#ZyLTb<	joX^X[M\Z||* ={Ԙ[83|%^ωP%9ŏtdCWr ڿ5*s~X;\r(8<w]Vأ\\)pgO^]I_ϚOudVD*&_?{U丟c\Z	#;x=7l*ryj1.5w`Y֒\0B:3uq|~~juz7WIᅋģ=|Q)_\\*YVkgGOy,x8}ȹp\rVn_yƶ;\nۣ7~H{o\nMDcۼ|`޻5@9/0l6֫]3kԫT)zeG%MGGV_t^wo,!w0缱k?h<ns2)~$5NOAf w[+Hlh;בUYCQO㻬v\'+xh?êZ{8j0\"SDJ+Zd|a<|\nDln)c1?:Ӂ.39(ZGLGY~D.PTjVb\"g\"\'v(yDB*=3su6TAoyZYu3Nk*`(%-.eY|:oiaڣds>RT/rO`c6W9@L°x7=TdV	p-Y^	ezKyE{\0.Y-טƏ`P=8S\rzJGvb?yEIK3ur `.CtdV-j/vS[Ȗ/W+!cPM:<sy=?mYV33\"_rMy#ӖT\ry]}`OF~xw{88}wu9+;yk9?<J=疻sxwؿ\'@vڇ%^vwyu.{;ܿnY^P%\\û;}{_#íw5yOr{W;OIG`O߆j|?yVV^4mlF(i[JBR~2o^tZ7?/mA p`WCLUYPG~EiP)-M	 @IFץ!\'sԤj,܈@kÆ*-X,$ȡtLH]\'jQ~=3t<=g-\'V]csv=\0Z\"eJ*r,RYIyki]x#j~F0okN1ôȈ!MWJ$؜f%!WX!)0Jnç12RJW`XFJ\nQgR\Z\'u\0W?\Z+%jֆnq&+l ?,\\T:: y$dn(+eHs7m-[Q-<2޿?=hw[B@TMKSU搂,)<xGGmjVω݆Z.7}e3;E(O8)Blf%(:f`1-nʍm\r$Qی6,Ӄh6(4L\Zt͍H\\}5ݎ 87Axmi*4d\Z?JLUUueZ\n^{/#d\"a8!:<\ntS%,ugtGnǥ:d4D誔/ ~I%tґ	0#O<6h15!\\)Ϩܝ3lS.P\0!Q1|okuBL1Ey,n&6V/QSh[ъ+W&AN\n!\nEkUOUor\nіxXV=/_|La6\r͠YESg8䤺[hy:J|-\0I#{4M愳N[h˖>l,͖a{x-69x0G#{Q1<q-X=foc^ϫ-.mL\n\'Hw֙oQK4kMx\\9}QZ;Jqm=F\0Tja\Zexd5&aA\Z!,+ǭ=AT<U*r>{mij)0j<$VS\0jCeLtfp(\ZAKl_kQy8\\rce^Ҍs^ca|><kJ}V}۝as_YDRl!陭9dCWdq?^uҏCPleCtf$\0V>^~sE<ƮѴ@B@77izmUkk55cyd;$ZvplڠVM!ߔmV.lVƶ~[{1[\\KOiݿdory.!E&`h)XݢH8qd#&xqm:v110ko`y;@0$?\"\\o;.Ƀk9\0P	D:Zw\n\\*>a_ߡ;f0JT !2KXJbuEPJ:Gr堺@dC;uQMKE>)/yc~Ac\")i~Z<>aPfaP~C~57s}.\0RY+.7%KWJĀCbH@tԀ\",(i8-dc9(z*c.r E7g4c\n#^|릒ߐH(G\nF[dEӂ9KU]Pda3U<$yݴ;LN?WTONn*q\'b9\\[)mJT``OJDJx(.˘..uoz\r9;Ȃl\rz5\">.߱H%CX>p[P:S=*-~[ÖQ{\"k֧:-ML踍/ًL\ZӚZYr$BMS22(Lދ\n=OhfSի0ttPO5̈h/\0qlhA|gQsa0iRei1Ɯ4f׌̶(\rG?k\nH9f HAu!=\'b\Z͎:`cHEGTH>8鼺ӂ́CJD$3<kVYm*ie4K:G#\09Gynti5t(,i$7AdԌ3V#<*EOȠʟ4AbN_fM_h-dHm,:l\"M+;-HXz=5J~J<O|~~vΘD$\Z	L( 9A`Nҙ% -H 47J_:s&\n$$\"IH`JBt0l;P(yNdvc)$J%_Ӧ#	GS8Dۀkɫ;Ya7,B^OFN$$7LIӕM3膓=2a;wjS\rӏC\\e+	V\"S:]\'ibFښP7z2Zv\"=cLFΞ$$uuRftOha}\'&-vIHb#SY2tڴ%!qKd[`12?Q\'LOÔOO\'IUD\\%s4@Πt0$iQJBȶ2MWlNV16|Ld(,iyJBȔ@%,hhԡS%(-XIH&\ZHnҿm<ٙ2&IgGO9IUf\\d0C޶=uɐ6̃#\rF\"zHGbd$~Ic*|$\'>*, [Wǂt	qz񁄲h@lq[1̚ch %\r0afMXu7fQS8Wi9Iy88cd$|IkWc\\h毿K?A 5Nī!:,R0Sx9\\KMe$r[.%]yO4aRX`ie$Izd<C-s?Aa?,zq?`Mbm+㌧p6z\r-0J−3(1~@b9bWg{g2/[~pphO\0}(2>T7~]d[ڤ:Yj.ItOb׸X1vԹ&]B$=aid6-gI]iB_ۋ_;k\"!\0C5bJ6JQҍRQ\nRd|\n7G 6\r#~^ß~dWs2K4HrftNOݿ5eWA%=(EQUJխ	 I QHta<:c^f&;8byϧ8~νs	\Zw ̽m]~ڣd8fGAmnmȒEq(!ETm\0S?\nq{{1̓lhh݅ţO51davw:a&#\\pѶ5J]\\~|RlultshUp/Nʴvc3hn0Ԉ\\rКq\r>5t&޶\\N\rSXA:8`gK#lh)kC\Z?#]|tvz\rzQ{\"lV	^ʛ1oPf-t6#Bqof`\\^`Hބ%M42j=Z\'&	.)`g[\rT,ulV[+96Rΐth$v<,B8]6yv2̇GΓ/thpQP\' }+a;V]VZxcۆY$9H<gLU?Pkppp>zn0\Zˏw:H~;ӭy~\'&L^n|lc#&ϒJ\n6\09z㷷)\Z2q(5і?-=\rW\\z<Tdd)ΓB]:]1+jf`白r-\r:ȠJƣhtBʗT(9\Z&cnfOq=bB+,ts؂*: ~^R9_+$[3uhT-dɮ@vD5x[ȞPݒ]қzĦgjvoxIX>Ý*`-\"؟WIΛ؇>X.v)Uwm;@:]9 #	\'㫻2f#!kva7,>/[I/N]ܜY%htg푖s\'ςRɀz$UW-+pL٨nb:0]57T,f?7_uf̬?-K$1xTPOG/jZGr^S<-fIPx>[t>cUqD5Kx|b*d13=VRqwooyٵ&Lߧ|w?9:}}kH]rDI\'$J\'h0Fn8JhWgOkˉ+H<{;&cD%\\@v¤_v;ÈÛ{[Q3SX\n(mLJ8]	WkB6UҊXK˛6!_&Ci}U+-ӳӗڄ]X7tF>=0̽<YN8\'QoqȲ -6/h7#T]Z+jK\"VW*Al)T[ypmx\"}Yb(w|wUz	}x%,6Sݜ%*ιupg96H.\r]Ǡj%w{8EtJ\Zo^iĉP\"N>1r:\"`-h6˸x(jY֦\0,er|\"_zVB^͛ˈa$IyIt\ZzԌΠq\ZB|f?dI/8C8@0Q?7Y&$XRC	nB\ni z\r^u9{͵PeW𽡂Gt%t0؞\"B^	!p$܈,) |YQIau`yް\\/\0C4Ia.NO\'1P}:x՘3\Z{!$	-\Z\"62%z@hG&B fP\r.0>A>1BހRψ\0AfoO	030AXӚMZ0^q:+tZz\n;\n,{knn=iW2Nˈi f\\m2ӂ\nΟ=\n7{9:~]:\'cs !)ԙrM%B\n0)\Zhl1f/YJ1<WE@A\"^Q:?IGWg)\rIK>Ǭ\Zj%8[5S%Ą[}>/\0eZ\r*?Y/5z%N1@ q_#gI؋\Z:>W	e2ɜ]!bP0>nG\"N2>eU/wa:aiaS\"64bq\nQBWo8?KjɲD4\nt|ԭ\"c+\\#׋v?>OíUմvA	LMZJm1BS?\Z]TeoD,[8_;i{G>Le8AgBuUdLUQLn\\^[Y/=җ쾬X/dpP/F^NCQ2PVN^sQaeަmZRwE%Ȫgyqfl,e	큩P!Km!>veiK9KJ\\<\Z5;>4ũBJKPiJ%ݝA6TVpɉ۳g{H0|80zz{FAڻ\0lȹT)\'d7`zs:x9wai(B[x#/0LǲPD\0^[~KC}Ι^,WqK]ȊH\0̿HHë0Jڒ\"z\"ͧhs短4By	1&6)\"6-̭18:GN܋ROG١m.=,\Z}T@;f!W2ҳ?<fo, ¨D熟;,ъ[cu}^CSſ}n%oK\nʋ<(lLqNf8ɲDptKeţdg%fp7¼CF@g89ÆtQjP4\Z4}i:Mü{ӝ?9>9o~~Z~͓=휮#zgSB}#.]Q/cѕ܍*8b?3b\\9i㗻޼+i	\":ŶhC4vniڋIWX<ēBP>R0\r\"Ǭuҋߠ%j(ݜ^\ny_}jᴆM8^uh/WgI\nfQmO`k탪Mt49A+>SǩP<iz`Gqtw3Vԉ:+lrH,5G56>k1zGÞƼBIxfyKz(%y=*\"ױGr\0g˙r0scTeU1W9+NdB;XTgs(`my܎$-R+DUkVi-0`uƨ!j-	bE!Q\081xa費?iѨ[/鿹k4UEC&^2\\e.^dVLa~?\Z}Q|Gp#Ɩ\0THȸ(,:$\"1+=;_	&hOx2BB΍(FQ:i:Υg)LTݫÓ_NnRƧul>暳_W\'xW3Kk@<ʷ1.\\TT/ EKiZ\'|nz ֞k͒:/hp<lFQW$1K20<\']v#ȽXL(8\Z[x	Xb53j\\XjmӴtGEm-RMۊj=ɨ-|?Abƫ00Nyk*^]	&1i8Ûݔ~BF^;Zx]70j{Y%]эxrnAR2٠㻪=pFCLä;s$!n\',˰ߨ6A|qK(avq܀gPH):2rI{13K@OWV9WAAy\"\"x|4OgeGbgӶE kwP ]tp̬:lc;E [Cw*դ޻zZȺ\r/yYTS+.U^JB.Qua;B 	o==ziп4T|/CCO~IFBrbhwn<Bp]]`)g\\$tghe7FjIl1S$>e@`^%qd[北a:*&p2O]cStء$\\k/: ]3ѢWX6ŤŰ<ͥki!YYpzu4A8XFi/pd._<99l//_T]y.V?|ɉ/5;OWX\'ŹJesns\\|lrOհ7u5檍$Ax\\%zzj*GϦݥQ~E3ɑME<GIFIqJۋ`3K86|ݜ74-XK+/ǷW)w.Zj;ڍ\"R^X0d1]	R\"Ve\ZNӷ8\'(qP7\'o^ҢFd&Oq<ʶQZ2iuY._=G\ZuWY+FtσIo<ӡ1Vd0EG)p~{tpp^/;D<\ZiSnE|ׇ]> :O0t{f;\\ONa\'T@8`|`ss_pZ@\ru-ɕ0[{f:H:Lb3a@c݇{%l~p]|*-f?φR4O|TauOIljfY\Z|:H7֙5JU8*e$5\\.gЏΒvxa\nF 1,bUYCLf	K<[,$\0`u~D֛%Jc2B5haOK8O_]6jG$\ZАEuHr%}èXsHt\'r2di~ar~ϒk\r{	ȓX*omatO-:eG@Q5XTw{ՏUME7~	kfM\"Pz7iI尗&L{\0rd\\	J=@ApJ+K_A\rmeC0=4*(Mܶݘ	F;5MЮD#$\Z,\Z:ˏ6G),zV+\Z\Z9GȺq<l꽫Z؞k4\n&L䘘KyDb!f0eK|5x KDtBpZ<0oHKv\"%[_tGs0g@-bq,6{{^Id~;뚳DɊ$sŢAGW\n#6nXSXx9?UeB~MZͤ4L*@,Y9P2E-e^1rrC*-.߄e\"Bg\"4-UiCyz\\H/\nQJsőPplx4_<?$eZu\\v:*+%KGkd.,qyeQڙ[\'q4)\'`\0smu\ZD,!Ztj_/~q{-|或g#ٚow,0\nfp\nfG|p\Zz;e^7cunVg+*[Z<C/-gA/< =Fðŕl>SbTݨ7\'Wz=>ܠ̎]biEmՊhPc?~\rİ3*$Kb;=amQ¹^Dκ&4/͔EST}0n}^qɠ]]IѶ@<\"Sர<8[2~\ZQN^\n~{ \\^/?\nX58gۤ>i%KY/m[AfF7,\rbeWВ\"N\"F:TN\r*BXMpAo^3y#>S5or&Q^Ds64?CkPNU!;臜~}d%ˡPE`qƍ;\"-l\"3m^zE\0}?~d΃d0=۠i\Zitul`ExjhC`Cfv:JB_<\",\nKV\0Uxѐo/kí_qu -aܙ`ZW5dK<q#;xk=F\\\"![eI12(ԛ=@\n ՚Z/øIO$-+J#vo.}8gzT_3[OívWJ3}^GLn4<\'Om9.F頪.WsW5MLbtsd6dNkV}DQr>)%#ZQGbV̟ 505-Y+:i2a^/{-QɦaEn\rW~f6^4Į\\Ƕ FB ZB;(lRņ$\0,T]/vQĲdySd,b$AV2uPr`bO?\r㝳Uki~ݙyؚ0HؙH\\cσ-{\n\\V(\n-]a\0}ۃ\nd笗>ӝ΂͋Z<-BMKEx1)\\r*r~|:vulnA@a%EXL7yIYa~ԵLM0uL[xzi&YcC4}|RND\"\'[0U#/wQg|NkM?^o4,M<uE9!\Z,}Y]Is]8ޱkK`\\N\n53\rk^qR:b#eHxQ=`\nI~Uyx=},|\'zrqd,\nU$;]UK}ޗ4NF\rW3\r:\'6W%0Y4ۑMLu\nwz?ҨW)s>Ad׻VO<!$Fm]9em/>cn!9;#sSD!e8qQ\r3i;<\ZӉaX4#)HpP\n>TTN^yڐTnlM=]ۣ.1SB\" ;H!Lsl9LI\"WIaaCfx\nf9OzQApt5M]b/=^\'I??y143Jo~韱í=n)UUҌcry܏DX;,$ɤۋG\'o>{wI<\rޔGҔ*Ywd/3ngҙ%wj=Ncпnm\0~ڀJ9a{f;\'qYb01fx{1oԑlc{tRθYV&~C<+Ϊ8Og&F6L\"\"%J*LYhWwQcuSp.g;À*Mvɐ݊\rL=sѧI;.^Y?ZOEM\\뻳.XP:US_&Uz~ku1S8岃_\rDz X&\ZKyQV1wfM ÇZ8qbWZD%JpS|DN:><MV|tyG+<(7y(>|߇%9\r^Q\ZV+\0O`0<ybjITkFwnK_CX]=ݝGwX){,l;O{HAWeu%L%ciaOtv7굺Q{4Q\'.{ZO\ZJEh&˷jgull#Jݧ	Nnڣ2\n\"YVhƽ;_}):th4.a>|7*s1J<4JEv\nnII }fGYاMn\Z`#pփMhʧ՞Ý0RWET)X˚}(x{ry\rY~#f[/1t0/p1\0kQ}\n@cd[$`\\0A֝+F(^En	G$BQXL>XzKWe&5WԱB(VBm!\nl)-4&\Z:9M\ZN1\'YxXG֍{%Nc4Ci1[&IsK-KN*}g%Rͽkuxe{,c\Z~8\r1	)n2 ҜaG\ZO4bߟ)DG]UR	&IXW1L;(\r2P\0I3a*H\'qcBdˑ;wI{fKh_wș}2hvs,kyJ-*AܖR	QgLi`]&Dn̜;0\n5eFzɀdDBh\nQPh)oRK-A)ʆVC縐Oq%-e*U_Y<fGD?gs<2/Am4qWxFoEE\r/>IxOEOT@B*e۟_4޼9Y D=3EV<#䴁,;unvAh|ZyяF6LzlԢVUeM1ajZJ\'ܚ6uU ТƞX DqK	-(wQbm-X.v*|X&=a\"$s|\'4/0WtoOL⠼#EР0|n?s4.;N&2XOʰOQ\0:=\'D̒<U<}\0sU`CV6%pMʋOL@Uq\Z\r5nnء[P,x)LMjRA$|R%oY/C3frX,e1!&/\0xG	N yĂyfulJr`b#Rs;<x2q:1(&ga=$z1q49W\r4rh-_\\ܑW~Dc8;F$BDͰ,z4Q}Bl<q5WOIX?6i{]%`gk@i8QFavX?ƺp@u)=y?N_G4ߓA{p:CP[n9~?2^hܢӠDtߤ%7i[3MauGgiGzY\0а׈h!0ŋT\n-J4J#\'O7qJ/HqdWb+Ҏ\Zسdb#l.d`zϵ\\ /)q#hI5Uː~Fgc玼INT+q1{5rf\r!g-v͵FG\nL橱 =wMnݰ,QJKs.yOلγq6fDh@$\"\0ޛ7;؟7^_\\ąYBanAjES\0\0)̖X@{KqRoXH eX	VYNp[IGv}3RMOI~9<pT\rFƢus+l0`J7tr:+cδ9Ww\Zc,S\0~y7k#?G\Zpn[:Ń]e0(Ή8pe	`ea\n#SK_gۧ)1V{%|ɂOXvfF{y<gYe:$erM:=0y<vr7ކ9\\yTLi<T\rƊi(ո#[̓fYMJeQPKs#O=an2)V\nHɂ/7|ңu1Xfǀᙛ\\;~\Z]u_,ZiTd!~oJ3#t`9;R8~q\'	ll\ZTkφL#Xx4*\npmԯb<3^Z-FkQtLl}{&pN	/EXѤ0D;CES)Gm{߷0j\\g8$86g\\?Ԥ]-X+t>ɡ.^2y4h#^\rFlE8Jzs\ZfÑ~hUh&2::\rɱ5ghЦՀi/O޽9Eky5oY* H\'3ϊ4;B\n\05,$+BHQ3sy@U.|^y쩄m.Ż	Ny1\Z쉊|CB͌&=0\'fU*YI~N騪UNᾶs&b2XҞxT*}e1Y,F% ZccqشSMQ\rprƎ	l~8|3=t1ם8!Lp҂7c8\\E#Y<Y#tpxQ1 ykBf-ʟ%+trSG2ܬ1ݍ21sa4,IU[RkUDMW<!SPV>[M\r\r5#w:`˰ڭ,22|~߱l7j7!W[8K5\"Kyd3kZ6\nX;\ZBĪwfn6VU ]1*~\rP>[|UmkN<d4p\r<Cd_V\ZcSBb;Nrd8ZhOF`ߴx%%9\\:?,>7*YrTw0j~I<\\WcO餋!(.8*P2EX_\"υ:c>eQG1]#RbVRuK\"ŻSlU |X(A}x<ffg](G^CND帞P50XlCHIH +uNpXr7JGyR\'DQC3zX\\tD\'>N86dY wCb%f0ǳ,y|?^\'#^g+pfoh@50Twf\0ޡTN8EKs8¡P4oH,F$ǲ:RV\'0MG)o,ſpiDX8\"Y;b̞8#&@{o^y>I)btPk#1Y̾IϞJEѺyApY\rSX:* ̒QE\\K\\._VdwtFFK@fk\0evhz:>$\'6Mb~y)qfa:`U&bXzĊ윻rx7oI˞H<6UgEg1&:Xfvd4w>m]=к:O+QFuE)^+>{?XG,Mbh3Wf2uNH\'a:ƒs܇klȮ20`^l%\nKi@ɨ:z+\n/.\nް6,nEmXNN/P$?s62uQaA)PE0e	2,U8(.^\'}ۅa?tiN\ZTKj;,-*JV29H}|Z+Ņͦa\"\r#5V//̘V|`Q⤷H\n*C\Z6Ubp޾I/_|\ZII۟a\0\Zelky1ǀW+醗6?k?K~k{{+ױbҁzG-߫pl#VhEjim\0/aFY^}3de1vg:}\\~FCrV|bv[?=I6~~>°/5l/O?<}K(n)_+$<keq(!(5FzVkkID1¸\nq/~JM($u$A4{7px=ɟTr?4%w^\"KчoZGy\01\Z&,&fa.\\~Uҿf8oal8|5A2AY*k\'==<>=R`\0ōq@TDǁE҆Rvf:k&Fkǣ+AG+T[~Nvc.=9*JFx0r\Z/EՆa\"\\Ivs	)3D}W^τ5(X\nV!\n_o\0aD̃\nnރQ?ޟ8|58CtΕW״(OFhu`<+:u[/J&e4L8Ӻ#`VL	gʂwi7ްOI/}px#3\0tk|/~kS8!;q+\0\nٶ-mU;N:i|d/[٧pz׾2᳓Qr\'_?si<q}_ߺƫӧ&G?.~zZt+ʽ1&DpɀtAA[1hZ,i|~=}Q~7o[pkmھzig/?ݿ~<4u&c%Z](44^v.<)UbWny~o6b\\k)\n>LX#c#ꥃ1w7:*6Gƴ&)KdOZ=bjUb8z4dEtzp+C =3[~\"1 4\"2 p[#p/M7_L(#\rr2]hB\r\"B庞,xn5NQ\0P#F)F7eX4Ik8XN\Z0:-\rAxL<-.o;rzYyZ>o<_gɌZ:k҇X<ғq\"Wad]9\rMq,Y ~\'qoA}pf\rRw\Zw0_:	n%\nKߦ	U,hLQUJ/V2N4L P)~pE[E̢dÍc1hjQ?2ђ,Ʈ1B4<f0V\Z\r;`fH=:;sK]k*6r`g}Tuߟ?sq#=_ǽ1]qQ,l59\")#j1\Z,%V(j};ձXD>LCsx2Qs\0\'jq-j_a>,|~D``v7\ZŧWk\nOtG/@Lah_G[pr~a\\UγI٤O`(-\0؟%mZ7#0Է 6Hxt[&nN`x4.d]Dz\Zﰴ8w^t5aGCUgp#s\Zo`8G޼\ZŠ|t>QU^qIWR\rwɝ^-k¹\'\rk\r\rtd\rv0ْ=Q[~|9.\\}Vnld^4-W\nFXn4KvcAVΖ%5¤>^\Zr݇aF6naN\'\n~N\'dd~}lsrwL	6ocxqK-_0[B%N{6 l8s샅8߄-1mׂ߸\r[|58e5pϳX1>Fx)cՀg;ߞ\"ہ.\\ӂDpc{\r<~M^\0׋}wԀ8<\\оߴ8\r9\"lSf/^b[\\x\'uYp&m9~i~]gqLK-F\'o?bާL.υٹ=ֵ<9LĿ]-3oo=p&_<E9#^a}bMmq~>wxv\rqxN>f:|\r>~Ã[\r.77lK\'?c?8_pCr\\f&Ή;|<Y->gkqsi_x:ǯkq}y\\8_:\r~y}8x_|,?9X&8QRɲ(zxtay?xzzŌÊ-,%a7LVʲZD2hGQ]Em<`*eZ4hWֲ-<n5r!n	+S>\\}s:?/槧oGKҽ{?g$m=?w^<Kk|ޖ;]̽ɸMQzCw\n@4L	b6Ncrƅ0̓tv}&{O<F\\\'DF\Zn%P%s{Z$-O=ۮJHBg;RLZ8kJ-Fݰu\\`b+a0/c|evwN&TMZ/wgYNX>OR,^-aln;nwkdcz;nȸ	x Oq:J!J,C{>NXG_댞嵺Y wq16Urr5ZnǬY\ZޫqMjjIF2+N{\\5/_֊:y3l(1fMN\rzJ\Z:\'k?J\'߷gq4\ZEWu>{VMek\'ݸv\0Fh,/Fxv^KH&eȺ/#Ze.(;3WJ*#͞aQ܆,%w[{?~ #j5BI#\"<\0WŋKrǝ%`F%2 m22as]eh؋)<VU;9}}jq\rmp^a?zLFsi0dKxl&UId9i?s^A3a+z>Bi5.G,l֣K,Lט1QtSxń\ZMs<5#N,ՠcy;M:Y:J[љ\nF\'-6L]ƐS_)9~jv:PrϜ39a?@\r2ݛMnGx<X}gPe^)@h3kw\r^і?479+nbѕubLݕh^\n&kq=?j}~ l2Dڹ\Zh\n-i \0#OzhLR&_i,_kBuETv-T{dDa`Z`.IxR\Zˤ\"VZQJS̻ܺ՝(7+\'d4pR7~Kb\'u0aG$/M-$sE\'ۺL݌J|ULWi@g7xr= gddl=#˽\nW0jHYoo|aE ɳX2ˆZ*_+GN<l,PjAvp\rov\r;l 	;H\Z]CcӝC-IGAJ=Cv7$^pWyĢJy| DG`a$!?l^vDmV|PhrI;\"|I)k\0M\\a5x=z_s>AhD\r:UC`RSgkY.btGLUk=*TdEXKqu!23Xh!c1ұ\\\"Go0Nm&V<ZW=b{xi\':=NGQrNn4ܕ_z?7g\Zs4;B\0?UM#\ZnIGOY~L.uGUzXd*F3Co*ѱm〹ؐsH\nÖ>/v>boSf1{8=ϮщOŀpnh^@%yO=O_oCw@R8b)x0<Q+D}8\nóq4ؖl\\XiyW|n<TgL.{gǿX.{tg_!hD׬t>8\ZgYَm햟h5l3[iT3._{\Z)k\\p:}aXy|%0ѴVpzvY	,/f6bȠFw}n:u&DdynRCBЧr_Og+\nE/@(>k1Mi-|\n>g)<^\'Mۣ74\nlK[|Û2^滯(+Q8KFN:9OC\n/bUTR:(i[\0K\nZX* &29\06a?Jj7\'o^S79y{t9fh&X^68q-(Du77ņu\r_4\">1LT?.&=@L!鐩$}-=hkhΣQKZV5­~qzKNyFx-}>$廨ӡSCX&\rrhev2/X٤OVt{F>CV+}bSȏam߲n	Ves}x5$SsRaEr+r+\ZwB׏.79ts6d!sBqm\n5&i=q\0.m],m#n,#toCm>V1ؓ\Zlo&xl,.H~Qq	Q@)Jصx<!3b!z3 7ǄCmյVrd\0]f2079]ج,wHSxác$MOLRu\r7hH\'7g{y[4kvYjH-Zc?JE/F B\0\n1(t,i%lǿߩsBKm$*:\Z傕+VFWEޠ5\"&Ju	[HYI{)\\\\4U6.ggN p#풆y,xc3堇\0-Qy6<)64b,VEݫPbp4207aX/J?9ͺ!(dw]*R0*&te\"{,\"6f0 Fl0nH/[#qGFp!X0w[26h(Zt~𽒦P\nfi>$Uw1Ƈ<%0̬*xrX[60\Zu8j#7([twrc4,Fɨtu.~3Nq\0LBi;~UgU&XOЛ٤7x2Yzc+(q}З@ 2,AH?Q0/O+<3kxiji\\)LĀiHp0\nVnD ,8&xNC՛vdz?^,bm_+DH[3;wW>%/۶ߍSb)+k`q&@r%nóL\0NW8tB#1k٦7!H#&Îc#p֫_̍;ˎP\nr~9~hNʟ˥՗\"U..Ǘt D[QIh3>7󖢐q3[V#@\Z2\\4i~Djr90{W0hD9SDF5f;pV8rGTY]/H*4(Q>jDm95ğtˢp*\"4fnhE;^o|]jeKv_?#0skX7MR>5*\\ThQVgX7Sitn,冡 Fq<+؋:r/0H9:Dp\r*[I?=z	/מ\'}$R@qaIx$ı-9hQ!YEa<uO`ɗXi]ז`/C:k\ndp[0A\rV)ϜX*[Fa(,^;w^􇰟;A;pVhBlt;\r\Zq>	Wva񡨓7\'h\'pOCPA[V!!-41VpTacEMvŇҴAU<twxEVE\":+M4ir&!u6gXa#!eq}\'!$V\r#$idIj`	UsY\\&i]8r@L4Ł{V	/`tafᵮC:X<wFhiVF*\rUlŕXj,û\\QNPV.c\rݣblb\0Fnoy*^tIkw,AK	}`q4]PzQ<SƬ-w4̃>\'B]X \'5ٜ\'V3fs0t,ÄOg*jvJ-XWG}\"y1\rz:k@3lй@aGAI%3`We}h9`-.c5D~sR\nwq<;0Z$Ҹ}}=Kx1LB\ZK_ʣ@j#GÅïGj}T\'AiorY43+Bhp6Aʧ<⧔Q!~=̳Q;π0.I/<zc+n.},\0T\r#_&OJyr|iFTg(1B\rjJ}f43\r}fL._&,гGϏ_	E!X,:ĖsYᏏ#-p}!p:9\ZO*	X?IP$\\T:ڴ ԨX\nM8,[o)1|ŉO{oҜ<\rmb1z|_15ˡj}3gugX4L5<.SlU 7>+jO<XfScȿ]>XM:B ֱ!z[ۊKۓ7ћ7\'$!f=KJU<\'\\h306L]VngcV;߰]GmgIY\"t\\xx@l%Yn?s^_q	)SVX_9/rK2>H13!jf\"NERr>@Nx\"wJD/g妏c4:\0V@~U8*jXͫ=Q;<)cgx`9{GgG\'?=7OOMRXJ\",FƜs,i2ע8<OF0;x5-\r]ٛ-ܛ\'p|9y+^ИmHV\\\'/xǈ?`\0X%KҶgpz-GLR\0	$ZTY΁|^$Rtpl	@̨TwCk5`ZyY5L*WT8SG}p׈lM*RLDYVSŨ<*&m9{	$O\n7&Xf$+5mʢb/;	u_S|*	8T$5/hJ\rJ1JaD010Bfʀ4gN-Z;Jԏ6yucK!7Z]ubUO.Pj|Ux~.\03El;~sbvI@\rй*Qsy<li}T_>ba\n6$8vAf3<)&!ԔiȈ8BEwU]&Wꉮqo^M 5HrvX,p\nP6g&תkc-bb7\\^rRL!o=WKzۢn##p?\r\nv֔`\rpۍlmnae@3+wm>y@e?\ZX,yCkibσC(BameEo!{ec㗘&l$ȹqP/7<{]+jEWY@|-	a!g\ZwR|ʋobCJX8w-n;,Z\ZJ5ᆅh.}^}[ĂE;wg߶-^;Cd\r;ggh譆E@%Gqmõ%9rsN^1\\blX귮*395ǳ@.{{\n(֙WY%34Q)NX;혭ë:aCfΖG\Z]f&{\'U/gnE$k\nYi&\nݐICRBVmȇ/_j{F˧YuwJ_?mUSCUqb25I<@XjeQ͊\"z`H`IЇ+xpű<n%}a9ex\Z1/5q\"\0}j65\"얇Ґ{3FSЩ	^	;#XWm\\\'yQ7J˟>rC?S瘉7^|:H(ru\'|4NȎljVlsX.QCYZSy(Chvؑ\Z\\۟_g]H#Hָ|YwehTX0l̓L/Μ7RT=;Q@dD.>KC&rU;Ggի2\\鬓\n+5&G-Xnm&5C谈nYz\r*@*o&KZv:;hYBy7}}nOetڶ\"$fKV6Db\"&wk/㚹>,&DO-s3s۽twKECpP&.i!vY&fyom?*b\"JRD}9?<Ghze;-Ey%Qgeg_YwLoVc(aWu}<r,E&Wo0Jݼڽ(ؿ!!@Kjg֫GqIMG6ð\0,:f)9ukM^o5`:X^G*LT*eu1\\EqM;3>:[Ա\ny޷,űBlu_A$㩀<5E(_sFY3M.,ٖ;k1?\nȏι_}fw]CP2>ûx(my;\\598D9?F-ɡ<xO,~gy5uZuA	A\'r8dccU8`c[Va$`pdegs6p&Y;ʗZ!hًL|baPbD{mbZjHU4SX0m[?fܷGyx}_Ssʿ(\'*K	F.rŴtҸl@Y@.PCpc9%ŀ+c1;#aaVqM)bQvr\n&j]dwG	뚋0bIZ>t Qr_ǝ坸n	`K\"ۿ$ng]2.^R^yNzW/ +UZ.2f\nVa<\"z-*緧nbxqსt2 vPco҂k\\nsMv	yn}\"m\r#n6m6 A>m8	ǐ\rAmf};zf~^߰sMdv:yDU:;!EdWq\0LF	VA)b)%\rQ6˩aOrHz0Dz=$3vzɘ>ɵ&ח^^.\0tCL+lհs}|LV_l,`N-w\ZMN_fMġ̣V\r+ :g{Lb\ZمqJ!z,o%g\'_pB83GyWJDp-\\!:\"qgŗwe]a?m%t2D2wn{b!B☦Xhr:HHT8kt8N/θ;2*UӸ+:1oCck+\\LXx93ǍHfzWsYcGC1TdC{p:̣Xq\\?͗$|U\Za4@ \'93S=4Vj-0o\nYq9\n[c>(:WqK%aO,\Z^,-1SZK0 i1a38A̹7\ZHT$h\r_I%,/v2A1xY.\"@v|6pKj63^(*;V\n$^VLm4GgQh\nR.Ui\\ѡ`a}4\nICrp0P(bK`xq[IwT*āRN\\n/?\nCJ=.\r*?Hv#p*x`><:\ZAUE\nQK%fK\r&B&}^o1f!jTh!Ϛ9;W={u\Zh}e\n_K Q1?@_SlGZcF5~UgI3pS,p?m%ӳ|:~\Z&n\"O@Pn]B0+hM\0E.U?܆aIc\"na~yT8ܸ\'	aFDB>ז|\r`Hɲ9޾^6NS^q.xRF%s{G ?\rhg<3\0;pv)?E1\\s0G~EM</9݉c;	+|WTcʛĝ/e:^O;iwQֱwgG\\b)FҐQ2˃aHɵp??69p]2B01h +&X-3fVte2	\n[6l>\"rȡE#|tj94WGtb\rPn-gY7#bl~m7Yr9tK)%KJPgf׭s_\\.x P؈tl[	8Sh >nZ=!I>(5S9^,.\00<OFTD?\';I)\\4OyP(@v![KKvvXjjЕ8MPIlKMIV+GLO1Sas}`tYs<9md=OQhqU+m_H1H+^ԐI8xeγxp7zA%*MQ7S	(G}C+|CFdu*z՜#]d#vvv/Jx(GLg\"$11<e\n/QXtY\0.~K%dF{cǷkc3ȿ^\Z~]]]b]#qZ6!hԐy;k,y\"7y-JI[ z#6.mp65bi5&Ux	o`jq8&,RR<}rf7{,7=tq115$$~)}9z̚o8΄cw\0k$K0cV%T/\r2nrJFou7Gl.,kH^XJY\rAθŇVĝx>`3ZXGM	r*=g#KrWqM=^><*a^Ԗ\"/4i|Ih9o!j!=^ڼF*oaF8j~Hu{j; OaT7\'j?i	Nn`sV]whK7O%yMZDɹ,RtQx):=κ{NJB#y\"XIg;{}b$%#/\reC4axINeLA;M:0=`\Z4jhLA,i\rx)Ue#<.n?\rn}ln,\Z\rs4﨨&^.ʊV_-ל/p$2ϸ.HS`CPEl5te\'p(#-,\0~H\r܂lvE(k8SdvVP?\Z˼l^V\'G7`}b*tnl2aU(F4ߛ&-3JO0Opi~oy¹`	`\\`G*Rź}T$lC }	(\\6%y :Oz\r?3`&]yde%%:Gi|9S57^]֎9h6%mE7G)V}2LeEj]CP	3\ZޣI䡋ɽ/͓75X󮭙aݨӷ0 7/k\'q_buQ&9x`3ayZ(\'ΊF9c]kU;; ڑaG4vr]M![F9fxNb[u(\Z%\n]з1aAQM5pP׷;d׋nQÓmFvۮ;|b+vVWTYudٍ =odewyz^c?JL8lkIm\rY1c\n+\0X1>p21nnW--\nKhDPZ`i0_GQ{byB%1Z׏	tLx߇ߓ*%iV/u~?FқsCHߗ\Zkk`Ln<N;]`X5Ғg+2$+#9g0dQ(S=+p4J\n^x,zrn\'uarUi!27OȑGsVGN鑽-;:TyuFVqtk~qȝ_C~wY4tK&Rq( \ntGjyDd?!|>p\':<	iSa\Z=@X\\=QPI*5qwN-ȭd!\"[kkbVu87s&Q5LiIKGUablW=|-!lmNex(㘏+wیeJCRGDy5\\G%@㙾/=V\rYjf~26</YaTUd@\r\"V9h$-  ~f	WRe;4\n|r6G8gÏ9U*	.a3?p+|}=Sϵl%փN#Δg})9!3LZ·Al2$WIt68J`Hs0m-]\\Buܙ˪8f\":w6۠\Zih6Bto\nƴ%9r~ةO;|Td40I \\Ӓ Iy̫ẊSjY7.UԥV~oO9P3t7bXiZ/a ͛od-mV%i|f0:?ϪvQݶ5Oe~ԱftQm+DW0XtauDlQl(Q\r[?>B-m~\nL)=yr&o^7d }E#\Zz=<A/8n0̪d\0~B( U]R㙈E\r[0&Q|	=EhjʭoY6s;jm?P0(i\r>Ov{ޡλ0^]_]Ǯ\nJR,wCۨl٤7cDTGJ^ðLlYbhRlOgHv؞EwC#K>HAO7h\r;E$Y\'iEOlҨJ{܊#zKJGn|͙0GSçH|2->^Sa:5`_5+hE%iWW[g9#	а*.{|B6g/_/ylo~<ߎɩ3=\"N(4A`*			$AdeUF~_7辍эW:WjXGڎ.vV6joq-b\\iGè(I߸MkdjÛp%A!tepKB`j>?/lJ\Z-l%\0uCtLߴ-[ː+,mE\'\0[vקLƴ%A:H;U+8D	23:Iv6IPI2Vn)%BF$PFڴŬ%fRFTFQ\0d%\'pp64wΦg4iat\n^_&\nwTaU|,@lCoƦ\ro:WE;-cwT_?`8]@&f\Z\';~讌hi0o0\ZĽpYd<z		2߃~]7r	Ԩ h\\ŧ$G3%t/:i۹l~(ĘAJC 5B1\'90|M5\\|Xƅ0GıOvrul\ZIE!B(p΁F->H01`̌ Rw`\"r1TEF5ُ0{}-VX\n{_R(guCdlZgWWJ4bj]	at\"v5\'H+nD-AKS縶(%};E7;isj6sK>U7̷<]nǙ21Hr{<]|P<*\n+O$޾a#lQH\ntxtsvSmM.fϳALB`*:	%k\n\0U3lZYncIPy?ݺa&Jlat5z,O?:-LPyJy\\)z=~sWͨCm\rK\'u#bh?Kݯ=JjKri[)q\nEONVy[^GaP&ܺ\\`ui)Lfc|r<\ZRU]H\ZDث~`aG:G>t4R\Zw1fvs\0âɽZm/,e0l_lf/f^>W}DW%rM8d7]ge2Kf:jeB#A#R%5 \01,SH3\ZR*]?fQЈgQ4cTINT}/oMRtș\\EwȟB>O\'Gڪ̣R7Y_ǃ풐{eZ$(o=_xG0\'G1hY\\d\0ۿHr쏨oog|^/o\'\']tMX4LtaaYDz\Z\'\rFƓMt\rLz|sFa>ŧ6y\"n,_?x?+lDyJm1t\"$vb8iwQ7NƵ. Ӌ8kwp:ʒo{=DV\r1ZىD	6aW&R1Y9{:He-E\n\nؑaq\'V<Zŵd*LW?p??oYë5l`.QE-#y)eB_@ci.J@($pڔɀ	c8g\ns$P,=((]C\"&~>%1O3^AYivZWh0p\nbB`Z61霪yu/`vXv195Йx\0loI2bum0w,ddMfFO}[b<i}/A:GU+O\"DVO/[e]e *LI=Ad2gypM-N)[б<rGP֫d_WZF\"SZfޛ{Tڠ悚75scDa\Z>9\r5)V^\",lA0^gzIqIьMR`9*E]R,O.2d4ܻv~0~\nNN{TEz⬭;zlWo{7ެ?JݲcWIXw}|TK,\0]/UΟ&.Z@{6,;~K{bv`a;NWf17brO/_\'\\bB^PH㘮t\\s=k2=@,Q~!ط,aӶc&`7@öИ;t87ʸ@Wy6@zsx҄yRP}eePyQSȵ/T]=kDV:5NYity=fG T2;IU=RV2^Xf9<\ruQK}/F{9^YKoaNw߽9zF=@AT+~Y3\\5[R\nj^f7-X~\0bwJa)Vdea1٦\\r7E-d̹3s?x<2\r[M^Uc%2(c`~^H|;/ƗC	(*!s1F\'z\'>MswB@a&EO*u.Y7:A:ƘKf/۩֩esAv()ءV,\n?V.9e<G0ǜ\0Xz%_x0%A6,47q6.jE\\N.`Uf7y^7gκ*3qzNy8JX\\+/NX\0-D~v;9<b$f˝H޴&t\0>3\'M\'nCS>m+=Jzyr¶\'ΐK0zGi	˨SVO7\\Sqe8c3By48z(t2\niǱf6`-aCUzRF)}c2aI\0GQlAg5RĦ,V߱\n7eB+KZ*J\Zo-r8W$W\"3[ޞ>=W.%סPr4rKh*DwR_D6qH^ծ;:0J]enAvuUwt=\\p?NL}#We:}4@%8}Wc6sjqQg/1g95.Xp{qė^4\rWH5=/@`b:U>uSHxIRZTY6FZ۞XuoH|G7Tg0pm#βF]1<*Gu+=EGWH˝S%۴\nJ^H__IU\nv&㵱bBBjW&\Za>xq_;kK}:Y/mE\Zp^^E@l-j^A,o>Q>Zmgr鬆\02_)0\'Q*V\"Z6fS9jY;\Z9x4d^BNjJ]+F	-G\\ĨGF#)ue^r7:lKg	VPg#o+\r02m{$b\'GjdlŎ E,˼PMV&E>Y8\ZwfB32\ZyႺ~UmP4mG.*V@R͞Y̤2\'+zE̍S%@lC-8]SRN%,YWM:3ayn1^\'rh⺳@Bc◥\'b]whd/w:	ɱ	aI2:Xԡ\"g#UߒbP\ZN]Ubo^--V\0\rQHZ\";/\\/֦%wkWS}v֦\n?2⛫8\Zk64ÇB}A81ƍ,uX⺅#DC.D6D\rkG>e[loJU`\0SthC\Ze//ʞR%0񞧣v|:)2ir}Y5NK,=#RRmPmeMEm:g)\'|,ژ.W՗W;ΓBx30*\"rpg\Z(7k/](\Zm[9b*j;<0eqo	OHi?mEIgR8G:G=WQ7M#yb<5oDS>|5CUd׵\Zmݢ\"܎PFZ\nTm7H+X!Yʸ΂as3&:dÜBYKWUEEOB\r[R}sVEaUţHAWcdTQ-ȿhdy]%N95%֍lQs?7g\r{}UdI\"\'Q<DG&]]Ͷj a8\0aø\nq|o㶘[jc٬px)9ſg;`Yܷ~oٷ&8&S+?RŐ8LqЕ`v©4(֎QLM\\z촢4c(W>ȵԢqq\nh[8zOn$.wNaqkĢW鸨B^ܢͳh;Sj!;Q=U\"O>7AM}\0!ۦLc@?MF\ZE,Ԇ`K8S}C0kQTWA>8JW#ݜm8=P@_gD\r4Q0R(؃MAlȹr\\	/׷2}$c\0NVMC\'ݹyO.`:\0]yEp{\n}j1Kaf@4?55ԗ0Y|T.ŰFV{qaORk/iKv5VA+k~	a,0pՕ׷}\n{wQWGZWrg#@w0KMzr<&y\nEu\Z\0iԍ{=x-}м6[Wgg	%|ٚdEUa,{+q2w(\"P/biP@cm)FZw;5q\'UwqxVP<[ÿ+X{qKTg%\'YV,m\'LBlSsmG[*dHˢ*#bq@r21u\r}޲*NeG!W/2\nLE6+	B3ʵ\ni\rZm(\"=2ֺ%˺I(yl⾾nT9xq):|<ƒpaho|LpxcMӻ39gH6MwI;nCY\ZT(Do.G!?ykeMD|㫢*\rS\"kF8/~E a!\n\\>Pʁ>-mSeKdAclCؠ$ouCiNUDd؋v\0QmDS1ʛ`W0=fȬ@nNp\'|KrނP%c.\\-OVuQ4mn>FI#;Ci.jw8*a߰e4-E0%6}Kt=zY,Ȟu̴w#FM14/bLr6hix!C9h.艂\\~Qr8\ZFН~NL^&,f^I.Jׯtxzl@qMK<&\rܥvBi:C(Z\0ԡJ|;Ia֍pede3K;T?^.b7/rZ2\nzQWވA7!;=qf:N0<[9y5))q9/#>婆g_\\2?{yG<X	\ZLEе_Pޭ9>C0ӕZPCׂ%FPXaXW],ߍ仱|7->V[>߾5b:]._3#U2Fܛ$$JL\"@TJ*z\r1*0#ʰin#.\"b\'(ЧZWNncy¡IHP~⠁V\nf&&Uw1t(]xS6-Xp/ݽ*,\"B7Iǻ˒G	EL)e:b3fS/wf%zo®T1 0J=F\ZA꽟xB5Yk$^a͸\ZiZIۤhbaDRrcNٌd~e>!& ݤDƝ6\r[PxЗ]glwۍ*-jb%,\rj޻l!YhFR1(R8u\Z?kSd{+^VL:P_ܯfq[ƷY{36V5Lܸ$\0{6ZlVe\"TܷS2(j|F8l!ۢbn@1;Yd4J#|m;U8C%򀹲`uMt%c1X ^׵6d16pPnW@*@h>-ü+MJEQ:>3V/pɻ1\']D-,Imʮ T`Ed	&u<>%<i	GibG߭]T(tzuJA-L͛Df>ɐy8KrxA4_َz=Y\0z\n͂6:;;Q-\Z\Z>T@?:^WA<.H5L鏄y+A%]y\\^>0ej>I`\rz!e&D .jLe\ZEv^4|I5(cazTI{,xhnõgVN܋Ȉ<j`6%Ʉ5w錀bW`Iys/)\"EpDbV٢`*\0%)\0S>2,Y\\w*^.+kŬ$[wՂvfR6CrX\nz9e?aA[$,gu]red_ţXjF#bC|)̴f\Zn4f.)OKxAi)D5H7dAoIoڗb\Zz@`VC	+W\ZS}؅+?39Ҿ%7I*/͉w7fa)rUvپ+s\ZQ?|\\Dm,zˣZhoO\'#9HQڲ\'/~>r/}l<\Z_<}wG΋5xjvM/6^67NyyW:v~u7c8sq03XՋL(P)݃_[L3oL)3%uK;`;z?UxTЪ&%A:\"x0K\Z~UJdCnS_S0T~7W<KI(\r+hɄɸDj3Kqrcg~2=٦7<,1ݸaqlm6-ӋN5OSnyZ&pЉݠ#õm6;q[m<GZУ/q-SجG9+oEII]~7v3\0X<#t&F>Nt[$V<NQإCp߃P}9Tfks\'8mbwlx)*sp`1q\\a,8݂.qkFC)UΌ!\'>@Y\"UwBsמ1󫖜֒,\'i0E({\'W5߲蘍f/eg2Ȣk]RwtA2J2F$aij%H;˸lܻ{/~N,/@#+M0ۭ2G^!O:OörN{r5Ũ\"A6|^㻖jؑIv\nBudTgFX)2/r#vf?:~$KkUMoy<qgP>qN|	Tᨼ,I}G94C;LBPr`P}˟{ڵd8)784.m&-	,T\0E,g0U0Q(LvY>m/BYM:#s[lr@F׫C`^19rlqm؏QC_hsLRķZsd)WDh\'!|N|\\5)eԸ|Bs5:ФM;10q^~vDJS_4XJ5֘aoȵZukwS5d\0\r[RhXq9`~1h Y3B7gOkQӫWKmﰳ;xb1>2eLg$Zpªjgn0.v%䃺¾K9ub(ld麲1c*jryW6q>߆MNTo,MF=Yz;O+QϪ`T}Xv>֘\\@lhȂ|-LSCnBT\"uU!&`$pSG0@] 8qU\0v\r\\24%y\"i]>drh!]G^j>P!>O\nkt*PMeޛB%mD\n}h4Ke0t`_h!4D.40z虙\rE&V֮ⱜ_%D85ei?V?1r܏[8(Gi/T&W&Oô+KFepO1SA=j&^bDpxL\r	aKo1@6\res*\\MBh;nAabA}ͬj^{*یqWSt&٪ZP{r/<Ya:3}Og+=b,hrrQg#5fh,\rۀMT\"y}sR#vʖ9qg*`G,gj&=c\0O|>ąUQ<\\M%gZvOCeǑc.RY\rh4LVIQ) FңKJE]Y^Э&a\\GxN?XF=b~:o-k	Lہ:rO_~]2HtE\\3%\r޴ݞ\r(SA-1B `|ɞJh`j2٦S07|2@j7![^XV9>uj/\rhp5aH-2Zsg`\Z/[gi/b6HEiE6HԳpPkd\r~Kh&OR`\"E}uGiXoO9LB+ zT*sv\ZTz|A#G-\ZGk0xy[\r\\A0϶&XMA)8F޸	a߮A*S>n?u9n2 ]:d`:8<Mp;E1)8\'Uko}\"bz*7\\W쑆W_M\rv8sJ}UP\\+^Y\0v8Qu\Z~uѽ<KbcԵ5O8$$γ1%s7Rf-	̑7p:S{FGl\'TxXBDҰKe셗\0^KVx1ׅkg\n} yقN<a{_z&g#рqzs>Õ7{rǇO^sI(%}ِtt<rf\"_,1e٘/FE.׷ת(TprzܽdVh8b7epUX\nE|Wq@/]d_5QUu/vlZn97O{ziٖTMR1czrԳߘJG;#Ʀ==\r0nϰxcf0ɄiiteXe5^ˑۏR{Ť\n=\rʴ2\\nDsrQ̒?4OvO/R2׾Y~Y<y4F_\0GZH斗`5Q`N?DCtKLp\'jmWhCxsǣ8O`,3eD*xcp4]1n.2-O	<VypehEe`:rnb\"{9̌Vƈu9rT*b7DHJaauWd3烣}tÿJo=Γ41r\\\r\nHݥ\ZpQ.\nqhkǴYx*\\vv++5t0nąň3t햸1MD$\nKеK?4q59=E6Wr.<@d33&\'F0$H&iX\n\r<F_ٓPǔm\"A/(h-tֆ>q-TAZBbڿ,]W͚xDPW0SNq|17f0@e_$)|Qf<Jg%\npg^?><d_~pO$]6g=Ŝe+)1&!ͅ@#hh<EŦtQ/TJKT1*ȝZh\'3q1)T\n{k<%\\)65Wf3\"g\',A[;`_``?䞗6_ibU㿿biaqE`0mO^|?AF9[0H&f|قĶ\rA~dT¦8-\"bi*@4don~@bPf-AtUQ~,gw鸴)ɑ`I=$牋/|dӴB&eKĖrdّXALsmf;Qm*0pu\'kl\\b\\)|`l DhU|c.K\0G\\ƍ	OEAdMf ЖsLmZ\\!qe⛹2!\"/0 Q-|XA|\'d1vQ6YaEL!!A<,.Y^eʫ,FyQ*%)@69j##yMQK:<$_/an!E`}A\ni~LZaXaج*?fhSkeSQ@7;\'Y|0h6GSXy]|/֫{*cjR+d5ߤF&T趺\\&t!6\"_KE\0gU@ѢC:Q(\nVۓLX??1Dp̹EazTWܻe-9H~a[ҶFRޖ\ZB e7uwaq|@Gj\'lpa7\Z\r\n//qd2%liYlH{Oo>|nYEh?xߏ\"yٻߧwGy6|x{twoNsW20i#zy4njψ%ַ)\0x*m;jws-\'P*-,B\"nCݨ/\rض#0outt4\r<P=S8g}OW_2:`Yb_h0#E(=vDBŖۦ LAL@4?mGvq\nMPa+`W\ZZW;erV~VMl!`~)+F-FڟrǼ8aI0\Za|X|5yq\nE4-1dysJ+wLvհ>O\'\\8ފ>?lE,r[9&W%m\Z6n;E&\"cΌƟe*rQ ۲	+PE-n+L>C1s	&7chȄ4c}YPk9Rv5+?q_9ͅ`ZD4u0ߍ> LJb3ڊTp	bNf6Ѩ#z|cB^\r78Wrm@&11LGRu^R0.VVb\\0gy#VGpyWh[akHȣ#M\"RR,J~[WN>A$Bb{#l!{bYd%˔fhܿGh~quZ5\\{֣ZJZ-fhl\Z_XxO\n\rS`IxF94H?)Ѳgs,Nqf#\'2<nܸU}u폹\0lMIrſN6RL[l3<#ibĲ#4HM%-ٱ,Y\"5\">>+rP%~1hN9,\\hChu\rsj:;߆}ʴ1)!jr8l\Z1I6N5u+j^~	~=9e~cz]ObY^@2rZ^C\Z)KRDTFw<e=u(ٌojc7ˮ>}T6e̸>ãQ0ۘjGz..,mtY&An=^&1f-m\nwmt}`	CC?dEd0f_>*ʚП5zX&Y\'cCoSVY2\0zy\np9hngnA([\'B-[P/\'Τ]@ю#!q>{52*FAoGEl1[	pa8m=Y<NU)<{{I^*8Z2Ȁ B/Yw$zQBa0	K>hO0V;/b!)<~a7\"1b:L0+xnuAVS!D`$4zuaʃ\rCVǽ㨆	+-8foZ6+Ek1D`\ZKvV$mVt=$+P&Q%Pʖ	1vmŧ%wɠ0\Ze̲`akaMO{U?`zߨoo⟌mEA1aw#ߨ95c֨ke\'QuFy?9}PjR/>xT@h2:Gh(OI}ZJY(-^na@zC_^aUdߗ4,\0},\'z3|\"<\Z\rhspQ7pأGImzLлy2u`T:uI\rsP&]L$(>h؎c,:5B{WpY*4aqy\\[zߙK\"@\nĄW8!}u]ǖ܆ϑn&+b07,+9~iɯ>?o?h0Ġw7^]8; wb;W	-lzQ-P	g\n\'H~qVht:f>&Y,CbsFAiuNխǢ؛$z6\n0^Wi)JXHTVs镾g)?G:[4Ah1DQv;mE\"&C+X_W޳7Imq{0(PʈžK<^$Aڈ-n\rby\r+!1ҽ3B]abNu<Z?Gz(:ftc~Bq΀KzTçR¤օEh@F3q\n!NX,{$DL_b6*\Z-ތěXěUS9o&@y\"ޤjܽ,h%Py9ms5e8џwĮ8XnIߗT\0@]Gc\Z(/P/Tթ*M<3I1Z%wRVJŮaڜJXǕ\ZM,}Wc˒C%pց9>WТT`METs,xw\0S^+o*]?iTCi2H&DVeZx}-:[<!7sV.t7O`S2|zEBzgrBYeꢛ%Bm!7\0-eO_jwӑ|߉{f7=m}a9)ܹ=1(]\"hGX&;sZ=y	[W@G˾w2s\'7y{iSH%$zm۳1rZTRǖҪl21@\ZUE޽v\n*DAYɽ^P#`Pa]cx7>P/x 7þ >hja2u|px;&5\ZEQW\nvMq֤\0aP<ĊrT1zW+jgfn9S\\>BգG~G5!qq#1[@+T/FԢ	)@-j#9H]pݠ4\\F{X&Uio-pCiIh56I	(ʼ9-MJG_uWşW)T[\"w[70\r!v/B۹ZF־\Zk-Q𯇶NAy;IQ23hr\ZN=`\n \'Q@}=tP3p+e)\'B_m {^XW\n^@D{+\\gkg=|P9GIK~Oly.3F\\LJ-k8\"3smPkQЗ?`58xy{0|\"_KU&M.Uy,YtpqBTS2H3#C\n+kе+D0n6{i6֐v\\N2Y[BOak\rdrJאJFN[\Z2h}ciU;ev/~~6aWw~X!;UFaԐPDF̭/QrjyXN	xNić9vn<F]H* ҂qtCWբ[+-rci$2b)aVFQ+EIArV-9Km]:.B,	ly%<oH\0rqm_D~OQ\"LwGӛU<ac_?j	rS|^`U=&jGLӮ~V:bNVwr{9\Zjlzed&z\'5j8XEIAyr?_?^d8\\Mu#1H\\7,lQ{Zښw\r9_Gj.;fsiGQ]o_tbl`z{\"{ 0o~E/w^U|Tk%Kpwi\nR摬|o:Jl\0&w\'(!~,C$㕣\"}$XQyh?m&`*PU\'cb}UZ#*2R9ǛnVҧ72S2w+Hmv!})aLPc.пJ4/zbCSxFͣ>.ɚ9AWyuKjY#Oa<ɣP>%\\FwC9sմ億d-Vxp$^aBBJug{VU9iSyӞD|k^Д~Rq\'9 Yw#X}{{%Rݸtt&hErėc|6.ũ˫,;9,|Qu?P}!>npD\Z7x/zT_G^C=bJA!{8Lb8{ư*׍;~3{WIGG:ĩE$Tᓧ+ƚx\rf|bCqGj*(GaM[jI5NG(t%έ肙	=Q:c)2CKɰ;\"`4j\'˿	|\ZˊّT6Ji4d1F@d(|p!|*I9׭1\\K:xgCQb\\bs!@NmL;5\'T~T8ؚ1$TaPsV\\kR@Y@gw-,ɣ` ~&μ/=KJWƔE x\\/lB\'k˲xR}|[P\n%+ks?mO/c1udσյcfu΃cwQ4	G+|_G\\}A:q=7Ē!\'E>bqaϙvY\rC$תuu\rSU</@zj3l˖̮ȳqvW8VO󡳪̪yN]+wJ)DVoy5#DKNˣ.ͷG,RDcƊ`Ň\ZDcS:nU#*qr/<\"lI6(M(GlGy6\r؅\n\r|d@2\'d \n$,LW$1҅\"\r#S+VC}қcYpβnN֍pFqKZl8-nl]\'o)\\.q4\nò,בX=M_7u9ٜ`t?tlDW2儸AJ|2KBhI:%XPFٶqT|?)P6动/ā(\\#jy\Za(~g}\'7K8^G^pt?^gf,ӊ0?i|-)ާ_d!rp1b$\'_\Z61	ܣ|sO;Nn7#vl1zU(r3ڄ`\\LXֆH3yyUz]$ߵ+~(\ZK^v*#k`=X`a7E+>THcۊXH$w0#KS3`H1(,VЩ7Ѱ\"*}R5Ƈ/-qEgkk/\'M@\nk!椵3;f]h8aw]VNYQ!3*:|A.Lgr0Dc`LIq|cYZy_`؊k` ~aU)Xiq}XWH,?/\\KUJ>5t|$БjX%Ή;ob÷fs(~8pNNz_pH\"\ZE.]RGBv\r凜ĥ\"pG\nE}Q%l8r<6TDhDU{Q8H^|q#OnHѤ*\r8*;zp$ZT|c(joyPVtH&:[ٔp̪y#|wz0\'Qd\"X{3o7`k>77x3oF͕xj_闾OԞ)oXբx47 {:\'G=Aq%^̢Ӯ3}lܵp}c3?Uc_N766,j4si2g҉ռa,O ki+Xb3Uɂ[%>Rs}n|2\\ӭ<|A9\')ؘ%t	̟FcLbuH+Tfs|}UQn4וbg%OE3/߲z5@?VJ%UC]dkN\r7rs\0&9Yu\\Էy2x\r-XăZ4j%lcC(݊u:-`BKB#,im;$+ibX:IG&Jp.EX-G8g-IyD.g ^\\	-2c!\n¹F-&o2&o<oMG;-ޤ!F+a\"5s~bH9]: R7Wa.̓t0Yq\ZLfV1nʙ(I7T$%D3!8+8.(ȑhQ0R(ʠ^@J2Z`5db,E0Q=%,D|󂳥bmjr7Ƚ#HX3I>n\0Z؏h͇Ms\0q\"\n74`a5GO?/0JiCP$];%gBO!@\"oY$y$ɚ-@>\ZGݯ*yanhhfٹ*[Ef.bDR\0k`Y{61ۖLk@!jvN1@V\rluʨUd|ϵebVc1!˛K2$n)L|q{z4SP5V\0,~٥P 2Yl%EMNf*f6FG_&Qae6rBq/m4iCE	Vɯ7i`0fiajebsFQTQ\'-S\rlZFPtAr9jN~q\r٨8aT8Ű݂رŘQVe\"Wvp-&{.v\Z]=zN~&Ɏ\" S\r$uO0$@v>˓H2hFSƼΨ7CXA_,4G2༆),0yyoF;Qp\"DN0g8b3p_i	.~TFϓ(;Kr	U}S˛Ř\rzXaxstsO2)P*sQP_V:˽G|F\0NuG<<QM%S0/(ĕIu;*2@k`\\u\ZN\\~fV=#\"+£ޜ7w=;U҉\"Pn?KɕViVPţ3эlnjb܃vWlI)xM%i{kW}X7̙BUK]Iw7f8\nPVSmNMg)^3۱\"7&sQ\"ao^E$\'<Q<G8|4ˎ\0lLB??&΁kax#A0]5:%7^OWH]v@/\\ӧe[PضOwZs\'(RmL&\n8\ZXߩa(2>kX4\\[>=0*v`]\'A}go@\Z]	֢1f+ncYd4ě\"GM&ݺ0ZnG\r%{zcMb[ak7;2DXTUBZڒlIddg{aƽtݍ;pKkɇS֭MS=O2@YQkժ(#qXeh`24jsT!,ݫE\'PQki\Zn _I<WHa1l\no(_-5cڕ^2*(^Nv	qXeWf0~׉OAܙe>=>=yYGwy~CM,tЁ6Kշ3ͦ4-ʙn/Xt\\ڰ:U+K0lYH#ͺש\r1[N_nE5[G	d\r⮲\\2\Z\"nJJB+5<\r=-\"{m[ek\nɭt\nAzœVˁiz\ne5]TcqXY*_4l_zSb	Wق]CEmX.06n3f#&/:,C8X֌:EMƪWLRc$u!@]\rw]Y\"3a4_RS],iÐ\Za>Y76l辘G[Vф\rJmԆ=Pg6H3u[8z1>ER#\r#h8EF9wჳ4=*i8ma崟\ruwCm6^z!Y[}~Q19e>{a\nX&JL뗋o3|cy\nUd\"<u]6\Z+Ы\"v@+rB|9E1WcC%(/w\nI\ZH+q԰yɅBSQd@ɲ_a鹒p\Z{4NM`ЬfH1꿼\'PgΨZ:KOhbޮ]5ݦ-SB!UE\\a8DBʮ}W\nlAqi(F 6Af&!^mM ..O?ahûcqsx\r\"R:RLu$\\A$~af~qT\\BU>*k`hbqesGp1!Wpԛwod6Q}@\\pKƋ#	z|aQ6q|h(O77)-&&wdĠa=09Fb\"^bi[p/+_~_Q&u.AwOtߔӹn[r1$BXg/]\nB)fO$1fDI\\ъ\"tOF\\׷=0fp~EԝbRS;PWʰ8./G窝ͫ@+no̎g\r۰x?`гrT\"@{j2,\',9~\Z;gӤ2刪0p(>YXj8HPaRjjEwJ9%Qp*,5ZESYOI^(;%\Zׅҭq԰i9d n-+%t)[^]2ocfc42ɫ2_w;IS`ļ͕\'[x-[_.N1P%7\ZG|aJ`VFp{e)`{eWV0[{ܵ YxvLrO\0~|?3K\Z\'I)xIΟqk7	/+~F]zvڃ5Kz:M׫~#&yTr\r{mpIWnRV`X+L 6<5C\"#EE\\FN)\\\0\nc$tpL\'U|*_	xU6vlrtKu{ӫda؅OdMZaGd̯]dϲ4fk=\":	o}*+cĿRZ$`ٙgG\ZZ/$KvjI&sG:s2x<b4F#ɐ!v5\'~#\n Lky!1(lQ1*\0e5s 79\'P\0TeED`	>NK	u<k\nGQtj`Nr\"-GVjm>Œ	}[	Z	F,:\'XU\'~	62gz6NQ}ω˦	fHe+Rt &[+1 rAe``]	cք_2,8U\0pmH8	|6U\'krA2ƥɐ%9t2js^th8,/xT緯LnI}7r	$0n\rg-ׄyyJhW¯4T||FylŎb+$pyrԊu}=_<e\Z\ZvU=u\'H-gN!EQr `pʴڙcܚY6\0,Ma;pĦm0.OW8Co,w7 ؉{1\0}U9.ca&	.^ϟǈzBLLXjxvj&7Y56a;_kC$8~>,(EP9$u,͸AyX{ֲIw/DL9A}ZyJ\"~Gr`x(ivQ|rV76:-c;%Cl)DXZ4(AKc׎ԝϓU.\06ǆ\\,ņ=z\rpU	s^dhseoэWlTr<B%yp3, LVnYs?+%\ZnWrƳB;za}{]R5\\yZt(Ɖq^\0eHGP-*7+<N4\r5J磭,qlwvR{\"ֺXA&a<zQth(V[bB~Q\n-9	/⩴\"\nHw|23OwəC^yG,	3k:ܔS*)2gJ$j/sl^KY<=y\ZfEB$	@5jv,8gZ8N؁dY?{Xߜ~\"t\"̦I|	FK`,:h>&v]n~eY7+2t~mڅ<U3룘í⡸[@E+k,n1RZF[u{y@Ȃm	csxR\n\\7kpPxWx\nYr[9bu$\r\r:>FކM@FYHJHYZ<sqD|sOT&t+`urS>R@2$ׅezg^)@0W\ngg\"HH0!V.7oZ42϶\\K\r-Pk8[(_\'Թ\"0?2/sXw|{ty)~Os4q\'QlfۉQ>#>؁pᔼ~<f!\',H?cIgĨ\'RU\Zt1q =d/ʺf͍`Kzۯh49ӗ-\";h<4Mb@/rũи5%j֒3oăen\\6EQg\\\\Y~q|sⰬbmzg|HEk\0`,AEA/U	zNu;5%_!W[U/+ijKL@XP<[ȘJWxMjG[+$N	lS5\Z~wf1EzRƦR]zfK$J\"j-JuYFA́Wx\'-gyf{nהp\Z1wK;`r=P;<n]CK	=C.|4OVotYC`4sVtvK\\8uNo6i&XFȑ( ͋~3Q>ol%a/?I?;/[F B5с<W!Q~%;Eb H鏾jٰB}hq#Ezi	g[\nܪhymm=~+@u\".#d\Zo\n׶i\"cy\rTeUr>2199@2`\'G1jSq,e$pLC̴}- KFr&aeQl?b`\nR0/(yY|!Qcڌ |a}>0{24=1e\Z[ix}|L0W[nẉs{o2IMFWx\"&dO, Y{/aan34YyNC:Nq0 \nԯ#<}]N\\̯Hm!>w)EϾ|&U͆8{>FșjKRe!D\ZY;U<;_Ly8vNCGLR98J޷Qm~\\F\Zh4U>rf>\\$<szɭͰuXS(Q:\rǐ	J.2jePx0Jq+ܯW9>|R4j#a$,yIM6j8g#|eBiPEN\n\nnZK(Gr8.ͦNrk{49ܳYHpVDSGnŰIr/\\alj?<dJX.cY>Z%-׼n/ZUޟF1Ӛ5TA|`;	´F(QThwfkTl.qQUL*V\nj~ʢ k.\n$Z7a#&d)8xXZf\"<N[ro]XsQT8XC:iXcioa*]/Ҟٚ\nVͭ#JQ5֐{\\\\6y4\\ˡL`\0u%p詷9_C7rTIHgo>;o\ZQRġ(#Pg(r\\Da]Eŧ\Z{X0FlsO&646yv\"\"~`\Z2_NcdD@ADƘZ۹.v>W+5-^#/(3ˏHѣD\n)6\0H(\"B(h\r!_xŕ.;,8Qi{P=q~d8.{$CGU6{i9(h_ˁw<?6sC	O=5c#ZEW{ˍg=e>\'2JG:W\Zlt\nгe$oN\r!ホȧ,Jن7;O$X/wʷ{_>C~\'MfU\Z..Jq絰@GEB֔D6౸9F\n`M|K6dRNٜܼǨ~s?4i8ݨˍn>:@A#:PUDpK\r[s2Lj1N-xW\nBTض6*MOS^0?fIOr֑]	vY+\\j쉈mi!uwP%5=Y[w4In1JEÖQ\rJ{5Q^;A{#Z2f/={cYp8*(yMjh^PAw`W\ZpLV-*5\n͍.XoZSLxޠV(}*\"h@GY>LU{Uv}˒h0ա(k^R7\rZs}A\0cyʛ*\rݐ34R(T+RI&r&F\'OE	\\\'xDlCǢV\n.7||0J1v5vb3׳b}zPYV\"83kJ(Y7 Og%/`\r*L炭&Eg<1fh4vA¯(M:	;0Ԙ9g{\"pV}W NQIUYFQyҾ\ZeW7/8rʺKYo2\ZrJoitp	W \Z3vU\n`jg1<\"K_-6>W3c?7A@uv	3\nM;J\'g]؜0)Ex\Z%\ZC&\\M;QOg$< f\n,ٖw[(PQEoWA:bhtR	\"=1I#\ny}J9@ûlp+!Į}:fQEy~<ޒNȳtag)+&Xa\\Q>w\ZnW\\0\Zpِ{;\ZΒs~c@0tQN3t\\ηD+tz1 bN#R(l@H,`$z;seoJ\ZvSiC79ezkNt0g(w~Ti-x?31V[yŘI?-ZNMH^ښBca|Q۷OXk8$zsVכ擕碽>\ZgU	drim8\nx2\"0C3Cg-e`==@#9=xyOtj1x[$08nfXOowrUtN#\0nE\n=68?뒋vtT|1$7IPĺŶ]*H[2-PrU	H\",`W8ѫ}o\\IGDH$(]~|$C\"FB1eT7mowz,ӝS,x@,\ZrS6qRNn52qf5@\"̗ts%YQ9T y\Z4Wյz|2-+Wk.׹>)Ы^>*\rgW*]I\'v^f>\'W02|-zqѝev:j7Vo620iZWhr]f}aہdzcuZE/Lj:u;JeZ\0$,RYJ-˖C-6g0σBWK**|Q\Z\0aA5O?J~:1FʗެR\0R.clP@B*twF\0Ð9+@[zڅ	NYp4\01GSMUAtM	HMo%Vl\\kϒA؂߭M_GpCA<\\tb1$gw\r`=叠	+dJ]WВCip]p0e@S*ޤR9>GZZ&ߏ]n	gُf0H=P&󚄲01xx;\nNS[jރdQkAjCle쨃Kx䷈u+mnh63_۰U6z̘6І8Q=_]l<,z/u\n]meBArv7\\zv#+qyE+\\c\\^6dRݢl9<E?.m?N;kc{g~xg.?R.`H2Xk~xk9nam\\\r1QI*TiFFWט9$kV*yVBDdFeTV?p;պ](*R˒*jenOV@O70:aʘ)1NhګU:KI$3LODRbS{ܵd0\0Mf?nV\Z7gADI:j&or5c\rm`GgWP8w+{S,?T~I+|-qKLWƛ`ݍd{qpamx=f\\\'y?T\Z \'kA/\\`L$c֬p_H\\}\n m]/n\nWYyZa?ƤĠ.먦yރU81+l!\nzU7q\ZЅ6BH;GÙ~;d|1d@잰IU?Ñ`f}6ն@΁b.^qhA+icn!-e+2]b`HcY|&/SA0@..Mj:E}Kf2ݐOPDAGONi=!5	O߬\\_i˼Y=ՕwX#+M#x+?7:~7FY`2B:\n`\no;ͱ1o{ćDuEBc8Ȱz;΅(@\"^gt5#W̦dNPAg.b4>^S\nؗjj *i[~~]i>_.9ޣsOGe\'_~ewWZ\rdYcXPQH0M\n\"T4\'ڎݬ֎څ:D%6K.2\nq1vM[pN) 76PjP|c<x>缂}yO߾b֘K\'an0\Zd ^A+Xן<ǧ8ma~itw5b\0@ǊFWxǾڋü\0\'Bg)5A\"-GAMEZv6ˑWbx,E^%Cw3Cwc~\"&)3\Z ޥ\0Rl_vy*tg?\'zMV~%p>0m	_t\n&G!\\qVpHhrY\Zx{1Ho\\`!Bhh[+~֥EǴMieA*A%Vۭ}\'cȧ*0,%þ/|;MX7Y=d\'cH|5pfɅeU=8W* rYпV0-\Z[Xda;붚^vA5|MXKWb({$rvy1xoU\'<4fofL`C309y\0¦&{̀\\[?OVNDmJxYPX?/!n}.3Hf\0?;i\n+gvxMJx5*CI,EaU^pE?\0\n8aQk\r͈l5\rR.VYFeu9RL)6\ZYc\n@@<L1 4h{~b ^V)>hI?\"ȞUQB~I\\&؅Sᔜ	\ZGP\'蓭땊;1\r:ٝ Ȇ{\"ŔJ]>Yfgo,\npdiX/BT(¸j0F>R\\ZIqG=ǘFX3\Z2\r>pFCz>p>ؽѤ/g\'Ά!\"oerOG\0W( ,W.sW,ճʱ^{AeφfUl&=4jkMRt#\"+0yXa٦؛,om@6ݾLOj@K	ʼfºk7p\\ivR&Lk\\T`f[9LAoЍL#r\ZӸc]R0-Y7g2X\'aC d9aqG=*=Di*DU.HIIET{Cu$[r\\1gAL+ڶ0iCFC3^aMQxt-fbCiiD-D$0Z2?Y\Z$e ](\ZvMAmlY}i/(ِO	mdNMW5YUQ5s!\nɃ\\勛o\Zx+!JlXJO?_XT%6*-.H8\"аvRUߍ^PSطU5jٲŸk7?\\\0#.-\n2FqF09	h&j\"YReHwhwґljfF7hm`Y`6G%y>0{^&\\T@lSb+/	-\\ǻ_fl\'8ŗ({|\Z9e9g_J(Ў&wD&L\\u>o.qZ`̥n\n@*b=(Y\"ZR	?Nf5-JYP\'K+Kh}P%621_n4]KIy\Z;%؎ݗo߰\n9Ni8H[rI1>?bCB0^@J(|O	L09\"b,t^fU:\Z2	=LO,\ZW3fu\rIɢ쁽a;*.r#1W,i5\ZL¼Z(m\rQY^v{F)gQ<.=BáXbZky/ax 3]dj`O1_[/lbK*	b6ES35܍z[⌢?8̃g\n(@\'51$b>2ϧHT1y+d]OoNͩd^P^[ږt@d3MEC%{6v%ðk</X_arC|Z=c5~B\\\0fdp,HJ	TMbOIBhԌH\rRmgC1mI䠢T\ZpL隿[;^X{88դUb?R%9ԃHV)v)%T*_26Ne>N_4+\\}O!}#Yʰ!Ɗ|q~TUO\r\'~r>>}i!6\'V{\"Xk՘yۂ5VgFRW1;?YuMɭPU9\\ZQJ2G>(r\"F?}ÄjgO8Y U45#Uu1ijb]T6\"J`,	zI0͇(kvd_4^:c^ϧ/ЕYo^;zJ6DiwN!Z`,mߺf\ru*SAܙٖvj0)բq_.3\"N	>VABs_A3x,?q0g\0\\QhHܢ)yh\"{\0<J@ᚔ%[rE`6؂fk8-[Z-LgC,@%;UWaMF3\"0(Ń2]d 8sJ=fn_.hYFN/4׃7hճ^x0jTR@_0I1+9˵G{LDrak\'}LB:	bz;B%n<yJYRVb%Mϕ~	bvNRyE6BA+lO\\ːY`,n/-nX\0CF-K!6fgb1+Dy	0)QX&j<^%ׁ`t\\غ*TE<yw{Tx.]K3䪨a-\":<!\\>*iCzY@A|@Q@ҠD*pGz7^ce:jlEft+Q!dfw\'˷Ț.Ҭ9\"kV6M2DюRꆡZuI*x!\\Ŕ#̯yk^)d\0\0ħ,E>KV8ޜ9s%w=	?X(l_`ofoki^_t|\r;l%aAP=.c8CJ4jNAG}caAs\0Zܖfʗrm+EB\0*xNL^]kIc@	[%OQ4W̋F(F+ݳz8pDF4sRI+-T_\\JG=3Bir#{IZ^!j(sַc?!jvKrxkYNyÎ{XkRfLqnk-ʕӃ4kq-!q?)L1ĆH>Y1\'`PN\nH&ݨ(-jЅN@;.RV!qpU	Ol`rhUo!8ŨfQ60ȪtP6UBxʧ@pz+13Tk&kkV6h]RU\\ΰ,؆X*HT@W(ŎAbD_T XG(oP\\īGB(gtT+\\5ZF_^^Gy$2Ҷ!жfPPK@aHc\nԀ1];a$NKЖ=t*Sӭ$,m7?\'uti;8%aetG^\rK@TgAJA}xP=I`\"z1JQ<li|;/6ͺ\"c\Z$ʘ6a7(6Ǣ/.N\\@uZf́w<y9sI]d2X\ZO퇼 %ҽy<\Za|=Mcv3#qx[7QQt\'-?k\'@-ښ#0:Ӎ{%S?T]KG*4C2]/څz.HƗbr9eNaF1)Um?\'>$X}\n\\*}ymL)m(LY-9ph.gqNԌl֨vN<\rj,|jcye&jYdI/g*jCV*.NDCh-G-ϴ\'j YtQ\0-:OPwaj$gGU+cj`Y6zi\0^t c<hP`ԝ9cB+%:-ǖOͩ3k,+HGq\Zt[3 ۲U-clJ2 \n&֤\r҈Ug}ZX.Qwy!W4ve˘doE#rf`4_RzΫ0>;{wl}RZKL΢m$!tTysR#Kf`d];᪕\'Ѥ	vWY-\Z.)R,6x\Zp< PxX@X4aHdJv}TVoT6(Qqg1DzQ1 +8JBe֒!Or[K/e,I$l@lkclccuqm> Im|⛞۱FR\r/U3ΓG ^rW퉜l qO@J!\'B[Gp\"!^\ZANY%f[`\"w1;J3MOaupmEsz]d\raH-D5zͿ+#{a}Û`\r	gRnqvsvKWc8{8\rOjCvJ&`4\'m`BJNeFx<XMj;!ԉR{#SpXuS\\0imp`!m\recZGAD	8&f;Ǯ0%55Q8ǎaM\" mstN1zPߢ4.y;xAH΂c-4mKpV{9, DJZ\'֌\\c+{kH\"5Yu;O|.̊tu}W{\"((]Ɔ^z!sGǱ^\n\0:R^6mݻ\r\Z1&>-Wj=;ʔu֫SճgtknX,D_\'eݽ5XYt4[h3:4]BlB4[=Pb@E\Zx{tW׎CX×߼>|7ۻ[po/n~[n\\N1D\"ͺ0`g(eT@\'=W]s=87hE6\'R5\\AzOd;\\FLzQ+$/u+>f/ِ+bс=O^t3#\nȓ+c!A@L]\rr(nݻۥQN@TԝcdMp\n]+xt%(!BFvL^34)lG[PL3j\0\Z2\Zy26\"V P3?Gy~)L% rk/TȂ:YAVV+2Fq{e.zeYqz^`hI3hKP;.`F|=~\\rk>OvmX^X-YMKVLt|xHRB!l$v02/؏i7:c>*2FoyD<RO6!yZ\n	 ܸ*\n@E`_<5/ ׅzɕ[&G,޵gĦ{ɶe.:ð/e^410w)XP q@5Ka_!Ty~\nIPPCcAR4To7>}< T.J%yjkXܖb#Ney<˽uSpJu}Pڦrc쓸\r2n#V9L.ea񜆒zU\n\"XrznZ\rĔHT%S}230|w݌$ŧHA*<E hbZNd^NVDꎣ]Qّ\00(^@cSQDSR_7Q#G/P)\";gtF[LS &\"&7p*`>Pi(:b,S3#JnU<\0ın\'΄JeV;->ʕV 7&Zzsڬ\np\ZP)MR:\r`cb2.Lfmԏ+y&RP	Y;׀8^iιjFtTDPG~#ﾄnd1;Y2FmQ_[~FQ4%!EXEY߬\\ar$*8ލ{[_i.Z=߫C8Ϧ-qclv6q{1싵ŏgբ`µOl]FM~WOq8ɬV1%t/Z3_\n+W78/}}/zÑ\0QR_;-]oV7߽{AMaH2vB`;\rW0x^$}0`/|Q0O)G]zۆzWѦ9<F[ӗ;[{o1h|&|Tv\"aעQ-V-\n	x)چ3r>5϶!uYohOKeo6HZ]儆Ǭ}d7n{^[\".#]t\nkMGsAF)̰\'ŹcD1ItVIeJ}zǛ8[BQ̻r\\tmcRPⱈ[,^$a3>pC.bv^\r6\'8\n^lnM㨋h7O#^\r\ni\0̝zvyHWޜ;-S	b	ĳ[ZI2ۀ%hcerڪ&߈	صesW{aPq	,fpO$jiZͅ!̥Ó NFF%obl!^_(Ocw?UH^<u9H\"<yT>\0zGO>}AH04Crt:(.0VdZc&_2kDbq c۸:alꙷ)2\n$V!.g0Qgl|T\r0tI MfhQ(aSSTXk:-S4<GKAOiWEGW;,]0nz)W8e5dǨ\'\"e+`~y/7X?yiiFF[U\"_Z*\rD[vZϹUz|\\\0ZB(}+bAE-+ҹ(ޏl,U%JI4B\Z,VS2OZ+fɵ5GJXv=KsD ]JX={pwfY(u\rjS҉RVffVX)d`	~\\RV&\"3uпl>hf\\hHcf  g{),o)4asVN.=|f%\Zuq4n-,p5n;T-?.Dc+B@\"@2󣇨8QIEx?\Z1bʜfٜӰZl4B&\nljTk̅\nsy<$l۩;uT\\ԕ:Ғ>r6v<DCXo{AM{B]-!`kyݺhi_/(yLql\r򸵗\nK85%33OiljEcb|@*G* =.UTJV1yk+4bl.,xA)xt^.6gVlǫ!p0ho>A\"g	2Ye7ۇYh-gT173MVQѬN42u@E&:K{+tVЄ\Z|bk@{7ѠXProvN82Pҙ~>3V2nCespQ4BNf+2?ȼ=v/8ӫ{2 #g*#q-4nBGAN1r֌NԱV*<r}GsCP,ǫG	M7h3h]^^<u	$H2˱[4JDEi_+4s@ 2裀^1BPYfuDᤶp\'D6oM^8;P\'\"IW,Y8:\ZψMݯbCۧgVT1$/M\Z/8>-ĥFokPWU\rfӖ9f;x:;E}Q~/3/|4ݡzAC\0u㋵Fe*korUI֕YcW\"?}E<+F6#0Wx$MY.2#Ch}\\x:pˆ\0#SiW6.]e8<:Rn3dP<\\Ue{qɬhF~5-Fiog_&^৶</msW\n5Jh+\rR\0Shcqr)Xj+b|\",qhrQݬBr09Y\'ژtZs	.x4tUd^{_T\Z\Z2FeP<0d,,%eF;Ys|]fÔO\"Ziۭaw޾sӛsv)L|E6oNxĚBglaP2m(qt2sЧs)&@Hq\r[	D䳞<҂E8,Iy8׋frհjY9ΣyŞa5ό!hm]JQUԟ(.24_\"(ύS4\nf\"L6mcH,6!lC\n?`߸;ʕq	AC·\Z)\"\0uYb#9\n73s\0f$rsMӒiy.&^b-E|Z?Jo\rSljMy:e3P]RkqUzy֬Ρ4)o1.y2[&-CWT@ia+=\"R(\"оY7UT-[3o*I&\"yG̩E.S~\nW\"[wHq5Ȫ|JB)< ^`C}nz]Zfes++l]._];F\0w}aEgR7~ٗ	y^Lxx@\n;\Z\n`Gp:\n.@b-ķtW4±YmE̏<|iʒTOKAE8U_NYe2F2pPƼu$@I&c~\0)횅:T)A<$E.Pw5uշw؋ ]ÙT\\,uX֞jщg9,E`*vnzDf8;,_)@\'9ğN?ND<Ik65E\nb0/Dk\nq7[Rp&z`R/Ա0b:(?\\-p\'LM[EdK9dnu2WW#qʽhنpE4xa+X@>)	Kէ`!uj_`]бZJPAѥk6\'҅IUEn\r#!e{͛ӱp$&l_mAr@LrX?e-E36\')=})>(ES \"~V;C419.t-\\I\\xT%>U?d!@PTeng\0hjͭszi	hF+G/׵`[5\r\n:Լڊ7\\{QHfmE\ZY hY4~\nGS44*\"ѬXM3G)7X*Kqݻޟ\r^Ӌ:~?9(Rv<d\Z3݁nAUUV~*1aCx[xV?sV9`VӕlYWzuԐ(s4lMM+Gږ!t]/%FuS\rGA,J>|(hR[|e@I٤2EĮ1F\Z4ލ9fD\Zɥ1pgQ4R񥐈ł~EV:\ZXidbJ+LJ1:.Q؅!Yȍ]Ya|i׵>L=lʳy[\\{)7\'롾I+fFP|\rv]Af~!_e\ZGð[߫\n<l>F,LNUGV؞v+eE[D^`aqhDd\0Wm\n7t[({W7QuxpK\n2a˱|\\MʕMi	[[V6{Vwm4w}+M[vqKE.jo+H.dLtv+7rV]Ni{aVu+޽\n0</)|P*ď&@!;OstgduOj3e8Uf$+R5u5`Xоi!B`mv~@5ԓz(@.1ʤABbHeA\"뱡1qǤoM=NxEr=`ֽ|*i*Pw6kH;Ftȧʣ-nd;%\\^Ltb_P|уWES	mcq02$]MtV&p\r[zsO[^coʍkyWeċ7tQ?%J( eH[3m.|ꄩG-rS\\uy9hQjV\"o4Qtt=)+Y!k\'tJ%$`ɑWa7)~	\'>¾٫\n,:ʏ\Zg`r4ʡ&_Y)y(wʞ\0mpL.!~,ț8C,RE1C(yU O8u7G^71|w\0ݠy~woso{׫={\Zc;y!Hz c87sK=u˟Пa{N%wǷWKK+@<	>-r6٦nZv6.wCHc(!\0{wYNLL[-#VK\0G$_,UDGi-tgxi؟\r=x\\Z4h{dlІZ=X)=J1TVX[W/bN\"\'ż4a?[4p1G@KJ^}}efY`S	8鏖,~ZyiUq[ڴR\r㹖DLhr~`KfxJ9z0Yֳ~at5<=ll\'Qw#,3ZTDEoU:}DеB}\'qLs֨-:DhqP=͎W=Oڻwi?/^ώtqF5,*z!i(*2^PA=]B\Z)\ZyӴrdJGxh<$P0\ZY&^B F\'qd?75f_GKhsjhM4ÐU\"Ub|ŖEã4Epme˝}z\Z򠍆V_ղ[BxC,Yb861xQAWT[%ykj芯sI(kH0M	gm,A,yVv=ԔeTI8=mCP@)d7`\nl 0OQyc\ZL^\Zd~5\ZREakd3F>}>J&F/glЙ`t::7i*KA\'C/\'g/\'Lf iQ!\'~?}so?Kx%/W\0mY;%yJwy?Oy\'OMޅ]ؘ5O&N@C/*UAG07	y+V)֍1d	N-9fc4]GS#&\\b(:aUmE2ʗHPsY,_g0qk8k^{\'X\Zx\Z/1B^^^xC\n, PݐeNCƂq1K39KbU%6A\")!u?ж~\rBcQ!<66;es5AQ(,\r2aPٚH%f%ƫӈS|y/mg*6%iijfmDK.GcVX5Se^6| EqpfCP rHÃ\Z܆sKsr3hMx|8*S[DA>gjTm[)G1TVmB\rXabٰZ)xOЬuv^Krpmv6_5>\Z*6X Hg5ƭHx%;,\"^?ROC!({cH!\0Bbv;;h{qD\"ZO\r_ IkSZhGt`x~ICQw-RioQA7,8YjnQ)ˢכzzaT8Q0X)9ŕG%#LCd%\nO~<z\'=\nцZXMKFݵ2-EP,p,~Fb=Tʢ7|q\"\rg66ErDIi#EN*3fk.y+uNJcҪUvPQI܍$7IpTVa&&}\"4<px]	\\D805ȋ؊HR,M[@\nL\n@GZ\\`@u2khX\03KRW0R܈v*D\r5͟į(ҞGΣlFc8Aeb\\W4)Gc~%<QOx0\Z`u:>GA:z0KU	4;HVncT` J16MՒ_4YQh\nn3R.*S?GfcR-`@ݬv)<@\rv>\r&G#ү )^w q]%1u[6]da	(c5cLED8WHi%[6EB\"Ǐ$2NA|Qސa06p5xwMXG_aP\'s%P2a-D׳o܇]Si};CKHH*ml,!t v.Nɭe3@^T9`Qju-+z5d	0\0?cؾ86P{.X){LyUk\"k7M|sf75|\"IZ\ZI<Iܬ=.2(}oK+_LeF3JNqڜ#aAukeq$\nr\0?R1ͶV\n{GY!\\-h=zPhKCO^\"ν?M	d\'})SDO\0pWCg0,pЀM~g-BH\"cn5(S[%8F#ox9N8f[?zdGb_d%no#σF\\&VV׼`oiJZn9\r<\0f|$o<obGىALz=:NƷ8ܥ1{	78Vޣ/^Bkhy;8`o/?Y	`,68ldhmyw,(}E p\'=\\V1|->Y95m|͝TPu@5zulcVؚ\0Ͷcqf!;bcA2*@uh\ZVu0J6AԷ3OQh|\\\'LQZK#=剪6eˁi?W2E\\2JjdIeLiD_SUӨl3V2Zní)	:zmyM?RY! vBLJCHY4/vznp?{kXw\0pVY~E͆goEIgg5r\"Y98bCDy76E?\rzc|rVIƾ5%Ni72%7\npړW璎H>~˷oq!G7!iv=:UY8:Khj4g=OX5tةs̆7GA\rNDu	^r>	?ƨ-轻%()I3Ba^^?t˳weDaY_;%fȲ:Zq-1P~th]+yhZHɇֲ`%\"Wf4Q-`-_QB\ZTP[B\00%@FAǒ5QQ2.C,fQeMhU~q4MrD7Jp#M{EH>|%얦4:Mȵde;A2p6&X^[e^rW:p\n#9x8)Qg~ hH.TRvfフǬ$Fvϣ.g#aP`e7Q56F<F&<>U\r_m^*~if:ɕ|wm=:ҸP4ϮTgAo8	1z}tXŹIlt\\[4[ٱ\Z\rGC%wCR?Vdh?>5|7F>CS\"ίyԞB_v#Ee[S\\UUqlSnd:k<ġ~0b}[BtE5t4uT\r5yy&R$k}I<vO6Ӄpgijk\n\"d]x_cM	{S%Wl-+ARSs<1ZLvhJe]ahSYQ;y-ƟB#σ^teR@9|=cj\n}{hVaaED}kG<)M:qJ(y\ZN1W\"~xZC<Ein\Z6g/aG]7FȎ0ⱞ#\0ڹ i5Z-SkG{7T<SA䘟}_WV8d.(I%Ə4baat:O\rL;2P`yrn&bA\\Һ>G2mM9Pq;\\Uop.uwIdV6BfrP0+(:A!ռ9\0#H)IUN$w(>C>jr	b8t?Y\Z6^$T2hk\"}CYQ0FK\n(nWIU\"lx#)gIb	$f,&ũ	*	8Е,h.3ɒLٰHηZYE\Z>_ru[nUL\r_2BgCت|!ǣ*~N]~6~\\*wY31	;B~-,58w:Zu>}_GğݺyW1y\'Y	ĺ|641at8yNcXX8ERp2A	MބR<0q]j2i8*zU8\nSA`؟A(=\ntr\Z\\i:?\Zi(M{i9J{$EgĕAZg^Y?bwcD_oEL\0~\Zx0E|J\'rx캦Z+f˱-aiL++n܇@,;]&h\ZT)rlQn1J9&ic{,T>|bZb\rM+\"QrҎԥ\ra	es=T+茇j陵\";+آC:D1VA⧀r\nD#W(vv+_߬~fZSX,Vaph\r^Os%\Z1>1rxھaW		aۍ/CT޺*Qږ:\\ǒafU2LÔb44bd?bGf&2\0ZwIe/FF7I\nJ?Ry*=2~Бu5Q͖,#6L4{캦܌ldOd]ufp(\rJg\'!F9j]ѝ;wpӖOdǥBB\\JAjZrjL#\"POo_?fֿV1vP<i/4=oмm2tKڽʺB>Mza\ZS5fb99d锰=3wS/f˼?	0KޑL<c)ʟ8p/nyҺ]s)*Өn[z\\\n7ʴ20(:pG8~j_xO	HEY5\'E꼰A3F3f\ZbؗP	o׋dۂ-9#Q\\(gq^JU\nd\\ՐS(Q6L,\'LW!}<~v?E#3O/9LAAR(.ov3Ȓ\"YK$c)kۮx轒#8NF):B|J8R!:\nҬkZfmek6/{g<7J)-^FI|e%_ꤼ]H@(2ŽF[3<RFJ!5S|d1^6vfv(q\0Ea	:|LoF0-F0S\"yUew,٬5|\",D܄F*!O~OAup!\nng\n(6kDĤ$pDAQ~	py0=$xzw6\0~w;cCv띵\\ޕ瓕P>H2v;<0g.蘰MSc3%0ژ9\"ru/㒑D#^ڦzNw۶)Yv2iqð)N~v0<\n|v2QA\r#qj\'W1AūMZM2C5R(.ܐĔTB(\'!\\ m3\ro~=RN2_P\0Zt}Rb@C.2o>%Zu)DdJĻ,:ii\ZRg9߰1\"%lnl	\'v<aU*#36IpjgrVDb[zcĭFfE0OnafUgbn44\nq\Z%fKEР}7x\Z`r&cyn \rlњcsolK3*ĝ\'/^H^o]4*bM#g\Z_W~~FO.\rRtu&F̿+Ld;ejʃy\riYW/W˝#°bMxիQ*Jj;K)cM,X#?7H,.LگB4D6$.oe>4`)T_U, h,>M~}$iw~\"ԃLD/ZYS5~xW:\0ERQI4Ώѯ\r.	4(Lsil8rd4-%%EQ-]I6s<Ͻr{Ycw{Ϡ2a=,B C?VZζ)FX2!Y,hٓ(Rhg24!WA%\0k#t>fX~2/cwNE\r+y\0D5CT^pR$i뵡5¹in=,pа<e`ͣUYǤ\nQ`jE#8YƏ*#2,ar`VT[rpK]^+\nnʩr{hy Ei#j4ȅ͖8+ɎɄ8q&ND2V˭N*<FOvtZO3k.Z \'}8\0~!ڈrXOJzdSiM4F<oz~C$T[vE0JI}vVrB#xU?GV\"UYx5n;7&\\,*J8\Z,\'FӃ0|j1Psݬg͝lWJ8\"Z^};XazM+Xg/_=]+AG7¿LO`~x)e0n<ZVgD,bN7I\rs03E2(5f>Vzri\ZGbH^K\n[k,YNA\'?|Y dqxa~I\",FXmf%y|{88	^BJ7j%>4¤#{6!1,ȍDFTDN>F6,EPm89D[	Y.PI`ۼiDyҔ_\'o0-YlQ\nˍbX,w+R(i}7M~ETT`Ƙ-{VK]^./VI|%σrEd7<`\nF <3R)Kdky$|8CkJkW%9Նa{ldu2eC.g1~D8`<DMEGt+Sea$raEmq8xSA	}!\rfPe<B+߹i~K\rb\rmB7sܙe#O&\\$apɣqf\nbE5,LP2\\Y]jEfrV\\NpVF;-bx,qM]Xm:\"?+yvBKŰO8]0L}{{ \'>fdM#k#GSa茬eшl7~ҨfV jl874(<B峢&R.#ACx`$WWFF?̆iRF\ng$9BKs&~(#zHQIF[R&Dy-IsCld}O͆P7i8&p\"\"LoJVdO6C6xzt	/lCD$y[i}{aRL(%z6BA~bood.Ο{;/<O.etZO>kM+%S:\r)t%d8fad\\NاUg.à͢vf&SVJ|j|C;66//ߤ6ww?y>|	dfI/y<wLEˤT]`>+ۻ\Zkj*5n1\0֬tjԬ@)sӔTh).zz%x})ui,kC3(+3Aމ!2\ndy]AVI$1mf`S˓cVfG;wjWL\\QF21\'sY3D3#\\S,?oB;Q	C\n+Bx9%>KrRY#4`Dd303_F`7.w8KԂ&+E#Wt;wxwwg)Bl篇P?d,{1(aX uPJ^[Fc4	K AbF5|	ܫ$-fj|à^z3\'0|4pBL^-{`!@Gp%0?7g5y28Ьq\rmw%f<}^n`qZoɥ8yI5e, Y+o+۶f0js$itCpyQ;p\rq9tʭ<,Gg&sP<\"4^SB!=^iJ,<燃kHHx%ߒo\rOcF(O1*0m NXvMA{u`F<>Ysjq2˹؅n`8bXtڔ#uƣY\ntlZrfQ^rEc9zr{b:$݀u_=ĔH؎I~End4C*0\r>#(\\,prpn#x6^&ćQ^,$sIMŵN)S6U*b,w<eEbtC0rf`Q0QVУ3v\'\n+[J\n)k98yrlYl<oOK3Q\0D $Wkjkn׋i>amɻzS)E%4>uqL&\0m4Y:Tc!!.gD-r6F[MgA8qM@lZi`@j`Ŕkvݪ\r^t\n?>V1&U~,p=РoowN5-d}d-[d\nNcVHVpF&Z?ya_W|\"**F^PAIrTbؙ1[@pQ	s|Jkڔߤp%٘,Aqx<ZծN.w8Ϗq~\0\\F[1\\R\0.s#(#P^0Nq(|{Dp&FWV&p\"H@Ũ\Zfi*˓\'`\rTHܺdzn;3\rǠ#Zu\\PhgB_~be\0X*btn%f\0ú2aT{?Wj{So|SkHVa-79j˘m7m!-|	Hhrk\\?M=zJ~3Y=NWw1\n$iCXRs\n:%DUcw6}8Á?\n{[RPKֳש l|~:װ;pw3sTtGN_tLf囧;{wA`RoaϓcwzN*oOs	\";8gҽ{]ͭwEnE>(&\0E*`?O25<P*? R?GmZԙ]c/QA.Fc^>fofO\r (YNsoEt.|l+.WwlUw_lzeU!^ӽ)\'^nP^]$^x5{OL=5@:d^|{xmOvGNn>iT^J):ۓtvιp2o^a0\rJFd\n$d]mpߌł2v+ݙ[ͼB18Wsiyͻٰ>	#WGOg|tsW{3\"R\rEO(7R^dd!&Jwl/0q\"V_7VK.1R>xg^xYωQF^/o*3NVKԭfc7PL$>Sņw\'=\Z9?`cm}m2W^:בM |2²{[x	uOu_	Z 0QBRY\"t$.*ŻW+q[{(&FN\\hEvyw) aPpwp^MYp+:&-dU?1y4]]^裨nu\\Y,P\rj-tDgP~oF2$G\\UFsh*	+=G.l 1U(JS9,9,#sŸ\Z\r\ZWvN[j,E-6+揧yr\nѡhBFڇm!}.)%zZŷ5z똮W~\nj(P36s2weщ~w0÷a<\"VHp_5H(jln]RNv\Za?sy_>ȕXBΫw|z{tTD>ͬ5X\\U\n0>~ogDA6#Aٲ?[V8:V1s,tT|Jb.DY.zAT[\'KhsikHfa7;6,ޖ\0EU\\9<5_VeO[E(;Tp;~\04xůo!ʌ`bJ,ِ(3WUPm\Z8Y󚿣fm6rXq*b0nu$sxqNn ^W)[5|.ݼB7R(̜K딣\"9X*RAVUJzcy\r?nޥJvi\nxx\ZR8\\jBUϲɴ44paꓬQd>|{cަ(\"|s?Av%_֚F tKJXXbg;o_{ۛ`*\0H\"\r0_7W0ݵ; ^F߷@ۼQ&X}wTl)?j6!W\ZTrCq</5Yh\r-Ѽ4f62,Ϸ*:8/>ci^|/+־O,Co8K CGȓJA`VnQ,.{\"I&(|UDo!i.49.7[v3\\`h[^f_y.bOoY#f7H%\rMWAhm>ͫw|z1pḊ<x}]0tD5\r\0\r{%qԊ\ZkCJZA\nA|E\ZMo+*$U\'ivxZY%I-*ge+w(<zJځV<<CeXTQb||{Ae<`<vøDuJ/ͺ[C\nAZ`nڲM%Ϝ&٭XJډ%0%Yg _az/8]RKc<Kl\\p44\r9ë܂u1s흋5q;k:pn4?RÜ]Pf!qAGy.TYa*+ blC5AhU\rwڕ7{<;/j\0XlʞE>*U\0Ei\Z4eCuPvZG)+AZWQ`$c)h$l3v\ZC?ԘOf.,շ*ڛU?F\'^=EI]qrn<gu36upBRn[Q<.Us6&PnXbUph\rMj5mTSeQ\"v;xF)c/٦^<NMX1a(aDw-X*WE5ӵs-%/)I\n2h\"|,c\0zyg(&\'0kﮅ<5ﱴqw7	724ʀ!TRXWN|E(f74e62[PY*Q.633Eʢ}K)X<OI4iI}`:[8Q\Z,Cdfk0\noJ@fC3p\Z\ZyUԭS2bNS~r	MQ0f;͓}>(`U͎aoW8-wFE.FOo\0T~ݽO֐,5\Zeq2yXt C:7Lc^(WG0?i\0s.N\'A7~=p8J1U`嘺dB*\nY4Fo)(ݸl8ʫUm$;TC\'H4~MS[Dt,44jJ&^\"j|s+pY $rAJ_?+vBt*:|ƛ8nuhrS0!CO\rNJ5hBu8:	KSx]Y78I|JA~UwCfIpv.rؔYq(#uiiÜrwWR{!qîg8	C^88A@:*B\'XLr{{=jjpw_^qO<nmQD\04K$}\0ޖjd5׼Xp򕿼Fy*(/Nrʈree<kep\rp\"!m6mice(3D\Z%JnJy*Q*?EE<\r4\"}ʮ.lmgƭfp-q@UXшؗ5+y`|?xd\\dH@ebp8(<	I<̈́dzrEgeKlz%CضӢ(4\rTMXղr7RV1헓nt\nZOge lلm8]xxHyAlIOHæ\rf,qL@׸fUw-ȡzYy&1TL+SLtNQ\\}LFLm]p:8\n47c0݅#jdN\rz&]N r&~KO؝#${ѧlhdϋ.i\"8+_oWSnyv\r\ZWyydj[.\\r,̚M75X0	4CEaCvo^4,oJҞDמv+\\/>+!Ƒ:E#HQGljh#bϛK*ZP\'F<H\nՋs2\\y+dŠH&p>JZW\Z)Q!Op\'漋)3rZW-6MRk˦lF 1[j1ˢNG#)k7?c27ܘB|H`ѪJxYax\Z@זO8Mafò~Yx9ҧjďUj+}C7>L@\n@X?.$\"H~%t.,ovO#aӼ[3se>W0B=-MW`\r#W6[&mkn\Z\nID|I!cMⅴdhmN65~݅]s]Q~+H_^\nI\\Z*peePe2iuAhSC`.!?\ZV86|2g~\Zǃ2\r%$WE7gW^B~-$\"p8R4JpPՖu޻{(*ZzwS`YM{w;,ӝ+͗J̥lb3p3rS*|5fI`dhyj*\ZVs$SE?e;B|b]D,h-M2\ZY(ޥa\\\")sG%U{ )[8ݪ?M#ϰJf.J^-M!ǪK	|Rӎ8 }QTٷ>R?hZm%-MIH@RZ<nfûŻ_{m;=;~ox6J_ǯOws?:1:=д([y2@²w/JjÉ~©@Y0+n	E+^l۔=\n$(-Meg솛qywozKkʹ.+֤F_mD7@)xMLgJ6ZM` a!%!+8D_GI-5	ۚbl	[\nRPL!p=4q4Je2r;@\'EwhxEhx\"jkѭV#0Iĳ253tI^m,`ϼohjtgS͛\rvye^Ivc\":]Cii3^aEY#\n?!hT!\"O%C\nuLik#I^$&rPw,]D?\ZCG۵{>:ZiJ#>3CkGvFK~IѺՋϧ!Y),ܼ7ã\ZYbۚR~{g_#1uxdɠڡɫɜ,D_~«\\^n$\Z}㧭-)3rkr;\rdQ!nkjRfXGqMfǔ]88֕ym\\xj S\nV\Z\Z?Xjw\\s+F55of]x3x>\0|R,(noV{eɱ8<s-pPt	k[9V#j(W~ʹ5u4!1\nm;6t9Vi:7 FgaRhDw?rWΐx>s!k큕,c*3AxPfWP&zZ.CE\Z+.(g1.T`2g9_^)ll\n8!ϱL+w߲Ɖno6EpWxUA(ĥ`Ve@ݮ@o6vn6\r.mWa@*焢zqqi1KƏioSגD<944\ZFSQb\Z2+zzǓzo_۟/F>$}aO{=ؙp^?yr{~=ܶ~ѿvv}||__>ya|V?-I#\"Ka7*ؔ{b!f@9=!QtuD;b5.R\ZFx};Onn;w<``΢_f0#\'0\'X1x_y_z!Aܟ۷շo٦)L4<*\r)yF|@i)qoʔUoq{x\rv-S-K$BzǦdm,_޸x..`#{,X!0=GJ57H63\\KUVEX(/R:X)Э\n>(7Z	GEJ^ޓ\ZҰHfMh*ح%Ywxۛ,xNK:rfI`if/_?/w10o6ш*`pPy?ncxUл&VZ(dBֿVc%ySQ{+nΡCpIʐH5OFO|uxE\0\n*n\'Y4?/=P<l81E&2ռ~>&QSR*\n%ޫuQ92J6?=Y,zHvԫiss!7{XGh`q]U(yޠ888_2jqh?6\Zifi]:4~.PZ_pdAtRf/uJri64mS& )]A|N]ST\0u$f>^ı7,\n	sMGSѝ\"\nI4A\0$pc4Rx!/W&R%GLۚDӰRvZݸnfZڸ7A;OXA(36lX\r!kyI*d03\n5o\rh0rZ5^.KЪG쁜-(.%m\"%LRrtsDb<xeZzMmz˱\Z\rBloi?7uS9r}5Ul0P2ԕ+2jXi\03: )̸`~>J?a<K*zi[9C\"(RJ2!-j\Z!+*Ȫ-}܏sxw\'w]_ˬz]\Z?Ka|߯\0\'n8`6Z07afwy8I1ĳh4v$\Zq:*z(Opxv \05$e]r,>/>rTzz<4LgGIh|`ғ#hoMxp\r4>E!}M(CwӴMga\\tyUPk/\'G5L?&%awt7?nK[u|w/\ZmCMiP.\"r1h:s\'ߔL˙qvePy) FdQ)F*V6Js<\\Ryw2a/ -+8f^moԕЛ7bl#̒C^\n;*.(`N~v̒V_x9n۫.A:\"~z\\_e\'/}FDQ?L]MdL~{	1_C܋L&\0P#VKa,-!\Zp8#FLa[/L`q7SigcG};HRT=@;s`~\Z+Wߘ T4VJw7EcҨ\Z3\ZmސG	th&P\"+EY.9Yh?\rIU)MYo^;2UnȍW!PkqxC͹7%Im>vP)T4Oɷt9PU_?z^s,Fvdi` p;ťR7Q&}?ZA݄z͌Ic8)гk\\(^+O㼹{&O\Zca6Җ7\\-F\Z\0UKb\nw~.*LPEϧc\07&J.!BM6}!Jooo2JAikd߬ت	/=ͳ׽Jgͻ+0(B`R\r5Ro8ӷ-*z\0Bt$n\0K>@M,$.0,K#q#ObG\'!\\sp1cg)m\\o6xXlTu.^Rm_M#w1!ײ52ڮ%\\IY}WU-9_I{r޼j2MX\npY8P(:^o8\n?yE`\"hofhZ i,1f3+Lm\0[MêOJ`|u?F2+5,3?l;k^:G_?l{vES-lpqm8%AA;5$N~&7kJNk3Ұr=2,⊄H\rTӠD63h^	~Z(ql0Ft\nx/awkǛћO;k~n=T2oA]Ik@*6cU@y\"%3#vݒh϶zK}%w*]1zPL-D\ZVZҀwzq[Gzٶv=CΤT-e\"H9n*#\"h_hWgU8= :.RrYRhH%<.\ZR15_ͫřO\rQnm.;Sh	\"`\r}$\rAcSզh2Gebڭckjm%l6և1> 0wKzh=.+lXe8Wy;/-1aj(\n_mR9E\nށ8^L\Z8]y>E2\rt	Uzp-Apx\"U4vņ8*2F/ڼaE`6\ZY_|n~\r,\"G\Z.]t8+SWпҽ;j1Isؐc(\Z34t\\(W:`	R[ۆ,O&Ȭ%׏\\fu0%>q\rؚnc۵V`yW(sWn~df:r\rsx{mzw	nDy,t~	N^jd	VZ-ܺ\\/0s+)Z)|gE*XBg$4Q0{K=l<YyR)*ɇ\Z#,;y/IhqpUCɪikeRӲ/)[An;|>YIh@NCL\"ccY>S;<06&9lYE]!:[hck3RCRRMaPpjl-?f܀k`,c#S~AzR&ކJSEp>#\r]Ĕ\\*Ivnؚjvnl|qH{{ClH7>AQVV_:hcCIFfip2?K7q\r\'=k5*׼W^uOI\r)Ƞ`-TŘF(]D<=em,M\Z):6R+/+q\'`%Ly6*oІ\r}6`3~6}6~6vA1\\l@̊WYj.|jZ6kTN]+LK)bRkɼx5q^snq\nG\Z~|r &+e^dU\0>\n1K\0(E\ZGӖՔtǬ[贸%zmM)ZRNW4s(%+9\\[B0tH}sg~OŤtѴhWբ\n	H\n#L]w\r[⤚afyLjQ9EBXdІ01r(2!֤9_HMnpm\rbz<xvG!EIejݸ9P$=BB+EuL>3|	a	CBGax(ꯎJD7u!`Kh<U4rg.+Ȇ]ݎx!|;a-1--	DiTrZmh͎jfݒKJeq$\09.)g{e\\vFa?e7mAf윛le:تR==+	̲\0\r\09n8f1YD{6T\"}l\0oCEigʽa!f\0\0NG;BEǏmjJx/\\AIPge1~ȅcÕ/9uHU%ko>*^\0g?>]f8-ՔyHd%1;FCIC5pcTVӪvngGXmraxw!>͙Jlf&pÃcWSϔRe̗Xx\02NI\09\Z0<h!3t#@gQX4ޥ;v蘅s{vEGj܏EbkIMfjbwg	$pu$<؍Abkv@(Y^^#tm\\.5c+G$M[r\rUpǢ=@i*fi5rNj\n2b<<i6~}0ݷt79}w>bw?M_J\'AG\ZGs*I>3~z\ZQռϫCpDU\0;g}+ޥT0^rސ!$biuG콨7؛p2OQ&̏srǿPJ~pO~:!\\L6t\0%dNǾ?R#ѧ<x];&p ~<ON>)EOХ\';`qCȒ~H݂4,j?ܸo;㾮o:ϵe&Zgِ؈Ww̚isj`B̦J6DO\'\Zӳ1a=Q(yzpC#CC hv!\\;/LAXX8u\",nTy)煵vS5M@sYkps$,Jբ]x\n4(N+КŧdI_-C\\FN>$K\\ң<`eLdiХX,x\ZRzL<j{pWIF(`\0`Ř:OyӗELÿszL\\U1Rh;s5QK\roY/1yim(UcQ\"Ҵti?	@4\r&/te|\Zɘg)usc\0Q\noF!%7WʩNSX\ZKMn]f_զ٣}:y-0eeˊyی3-Jخ$\Zs,-?ͦju$YnE\'丟M`%FeP_JTml@FLQ̏𜄳5;]Ü⢅ϒΧ9vɑqw8&<&1V\'e|MsMlۊF#=xDUkqhhW!J.f,b~WpgM;<lXż`lNpty\Z,@,`/V,X\Z+u44Ðhav	CHs,΅`H[:Tf_v,lV+5/XNHEVi4[m*`~?\"P1D8X)Ez3:s|<~mwmة^+YY>Ahkh֘vS,UF#f\\?!Utg(7|6%me)m2T(=pR9Y	6Q<O,p2L|(iU?DCz@V7lԴ5jb.fExCSGT,ݭ/ $l$Qp0nȳx,PTCLya]k\n&2|γI~OA<)JHs\Z1ª\Z$)L0@fj60N{},={7m>G?F핞~دo^Z/d-|/>f>	XD&P\nEBEZ	eF߽f2Ϧw(ywhY`B`4^!YҹMP95J}*(fe)Li0J|DXRx(߬ն!ؼ(_r(k\ZYi|\Z	hi;6rNȆ &abnF|$wxĂ-}B>zА:I0\ro_J-hc+IrXDKTfk$cZms,@;VV`a\nB쑞P9Cg}5@p^?V=t꫘cBo6n&gy|IƭH-tqmI$ǮՐ`6\ZM<M,.BB]N9~t/U%4SQ|7ҡH*S#\\lZ)Ȝ+!^7b(GmlۼعRB0qǟ4}]R|%An;k~¾o. +MK#\"8@p+R]ܻIz(2v޾vz(RwR~m3Rq4FS	d#п|;^auAP~>XY y4r`5Sw_moyv޾VS%_)\\T\r3sKIϟ훫哤[OP)\'V\'wR#!@ur	P}slbS(*͑V;Jƚ	ԥ@j+&hqn:ڈ*ЪmGGsU)j}UXȍL#/Wۯdx|4J~|>	t_~C\"{aZmͽkNq\"z\n!\rq*6WxRi!Mה[m<ag3/=2	||)H+Ʀhz\n<cHXY˽2犱a?9QD+; ۢrt0QDM`:\nK]jOm$;=\'))1?~ˌjV-chO^yn[}ݻ*VFGP0L2 oZ8aj}\rCrh mjK\Z\0qջDA 	O!)^!D9ʽ]pcfSTPI`\'@z8^gVH#ǍU%}ޫ,ӳ:l1|,6Lc|x}WuV(Ptd(:eEc1_p67/f*=C_ig+rkGSUථ-1:HY	\nrha2$|<i(B˖?(`޹t	/[[mU3[+ڪ)L0L$\\gQC+pGRٰPAzEYa堔tujy48[5BcT(vT-*u-M2n#q]wI-l<$=t+OɱhohتrP$xЛ]̙j.\0Qii\Z\"̫_>ñ)ph\\8{;{(|@=ar[	T̆ab|h+X@rDnHEMUS4e?V=D΂wf3~}ʎ\0\nSJ4GaWz>d!\\Tp<>!fn~\'˷[FM>\"\ZIPNVvuW%D(IS\'e9f!P0Pun-MOָ5`;rӧW,zcA7}<*j7p:6\r!3̣9]nOil5#DS9]Uu\ZͶT9_ʷr1\029͸KeyxtNvZC,\ZEә0WVn~Z2{sKyXl}Y}O|(\"cq\02i2㷝naf`wkyh^rK]oJ6YQZ袼S:m(J3Tf~~ti6\\oQu;&\\.\0vË$FUɐ0̚=t8~DR#*kvK#ؚZAs4W6iw>:N7ٰSDgK2o$I_8c8\"g	5\nA:>\'A/#kY:t\0n8H1.h<M)(qg\'J!J\rFIOgAV=]zޥoIw$Mftϫmyt>~z?>iVR/!7XA96sf-ҵ4;\'>?yՍXUNzcKjA/οGQd(ۤE^aϝ?߱hoil쿩@6`:T5*E<Fܩ;\Z*v)X\Znաyyzi$,ۚx4p4xU^	믦GQ$rSE̌9<l5S`^k	ma|1P|:buyyg7w_cGE5TѼՆEV<_h16EGPhƁwtYh+-땀c87;_{~?-ʡgeY`ba(5Zp-ה0eP.V\'gūU88!j2/%,}7-gښ\Zذ&#M?@_7FY\\1YWbzA`-s~bC4wxI-xf+_Q2dwYnbUҞ\'/,wQfjkdSW82dM*?lȈB.Bxjv[Z|>\r~\\\'34t~Qҩt\\-Is\\E1ȼ f6Ｚ-a4?.@ik]3J#Lb8fWy47y@\"V2%܋6qHvKg.Zw~4s\n(Ȑ[ÖƂ4Uy8KEIʮL.\Zc5۬;Wpk(>N\n.Nַ8ͅ \Z8fX6%-O\"	jW\riI4r4R}h)-5ҭZ62;sRVWy^8Uzb$$E,Z%keyiJ/RHSIVp\\۩\"w?lXQU~rxa8@s)obD#,>}es	uj&<9y2؂ijːK\"-ˇ(wJ_rV0# X	L|k /{A׹[Ĉ\\\n~⼸@\nX,zp2@5%d\\9AS%@φWca:09}Μ	+EMZ 3ptsww{g__nn\"Z6SL?ʥ,d\\hJe![|/_^,K9>h{¶5hW%Z8ywahReoB|yiHۤdNdT|kMRq[g\\R\0iU1ήD~BIQ%R}6>oLIP.Km\"`htJf`DWpq#V9\"]ߑ\\Br!Ҕ5uV-uGJ-?\\`V`3X\0?qƔaY/ѣh7p\r=T$3=lcoj7&\rh$X׸Zj0-KgT+~\Z 7$jvp6{	cD\nRCzM|\ZcM\ns]mK})\\+)bB/ehY2FX RH(_i0ȵr-(R.)rK{eE2wN%QML$_w]dqKxn\Z-bAezpQ:dAYx:{^C0/C`1\ZzqEQlf1ڭ+ HmyuY)h֗LQj[DOI^!bf.MMWI>(g|Uݭnh\\9BjnUiUq.ۏoR_0_8#ES\rΏ\"C\'{:fNA#T\rU$#dyd,swk=?98]}Zy41/W2S$_E64z/YqMK{2mX͚|X^~֬kUD.KSU<	iЇ`g63 ;\01}5l@^̳`\rՊ\Z~Sv-!c/n2}H8_8@O\\<8&y<&;ĩez˅j[9[SuLRYY{P˥^^b谖7J٠*y\"\";Q֙D5s1NŜy	mygubnS6*pvSf!k?Z9˽KnxϽڧ;?:wxB8&yqH!)R}S=Qq=G)8VfKˡ/f*S/]>xHI}BĎoaaE)X}64\"sz#kiJZgKQ\r\0vvmov_xjU`{7hMٻ^&p󑊢@F*)\ZRH$Mp40=C\0]xJXW7Մѩ`gCUUFW\'{if<?m4lDݤ7yጼF˔e(jfn(&{8{2:TbʄCNmM{P÷[X( [7]3JRSD#L\\g%X*,B\0~Ae	<ʆj<by@\'j~GH\"4oKxd}σ\092	cJy~!Ii21?6:T?+0ϚwC\ZW6\nA\nQc/V1ϳYFA;q%ŃFoK#~tuLE]tg?Ϛ^r>V*Z~B\ZX$|%QDd)ݺY [awO_\"4eD-ֲ܆<(`vc}{UnG*n㑄|Ip&}C=Fb2T\\rݴN&84r17/ed@y<&]80a:ή	5Ӝ\nl\'~O##(XvǇ\"(]+(N\"_\'&E#*]&dֶ5sC\'Ux~0Uw_ Ko{A&\\&[NH,QM[NX\nUD\\=:*5>#M\r*هM/OࠟyՁ?I=낮cK?kѨOq}Ҧ#O?BfwYtƳ?3S;Ɔ&>j?Td|U۵{i5sYκt?Qx1+~#03p^h8\nN!!GYAUA7/0§9R<C=WE/[^^\0d41զo \01:y`1d֝Ǔ̏#x$G0=%7MÑW3>my)ZB;F\'#ڋljb,lFaa~|``7\r\ZDgq*YO®GxJ:x\\YSXV@3l\'TEC5H`8A}/HObcE	4];I0ְS%|؛|g~B7aG,bq;u(f\'1<ȅ\ZQ\'acz#J6>rGEg]\r?aiY4aS\ZfK{<}l[HqG)-āYnHCɧ)<|/a49OqaPI>#\".M>Dû0ωr^<maK7MFa`޽\0ۙDy23a2>;K>̶:3#%c\ZUC|j/1\Z10R&<r!vf2I|6C?ӊ0.88-[<lUu$S )Z(8iEIBf-ؖ1()!wg\'hwFU??Vgds/ɄsR\\K39)Ғ&zּ6nmh?@=>֟ɺӃO~=RZhj8ϋ9?B4q_ -SY5*$f8Sb,A~aϝmbhzT]\"ӹAx\nKddI|\Zf\ns Fb<vmUxmo}oK1?+Z3/y1-=0eb=x\rЧYTƓE>=SCdAbR*VI\Z1hSUg#*Y\\UYRM\na}Fp}̂pF՘R@FCY\Z$M22Ul?DN:٬iyOF~z\Z0\na86%&IF#o\rV{gZ-\ZJw;o>j{ sEE׆_\\1Z1^/FzEǟ\ZQG~zy\"g8E^DHITWpoH#߶qٚHMmipU<8˒zz\"|xhj^#̼QCYdg&[3hT1+qq0^\"RzoKWw-(9-$gck֞m.$gFEN-7u5d$M(kE&Π5IW;\n5pyuEekq\0IgLX^I.~KQr}u*vmMoͺ%oyZhA\0y.VQy:wTΫOB\ZQ[sL @3C.YR\',KU:(	)\\x;TġũdE&a^&ш|\ZBɛX\'܁,U̇rmMoi̊UQxd8VW1^+9_,=0PR!$d\08<0 +()T2xͳ85XCj	\0jzTM\rd\0u1H\\#Qm~/I\0G\'*x	D=##{t\nG5#[[<UZu`aG{bqw\nfe/V&SsR&E\n.ϑ5.G0a/2&4[v.lb>Dp5\rAC<@u#\nIo\nI+ꋎ&*\r˒-xQO8dxi.z	=@2E\\GqsIGv-c-1WV%\\W~!ઽJZr?p22NRCNwz0DG1 U5(qnoJF7X\"K^0c\r#fSACUkSĕ>m6cu.aF.JGZ2x(L؀3x0waf/xb^m;#)WPʪus6B^0YWKeG0`%8ͮDx6>cVe-lt^!pe>p?k\nݪ VIG+Mgv4_-j-貴}/&WPdJvOEHنvUId|Ą	qt%Y$\n]ƠúN)ǂG!@\Z,*-=XaO0gL*wtM}P J:ߪ*-k7BJlG\rc[.+VMxIV[f7<`erz|2mRaq[TV$*&X@&z!Eɫpz&Z&H]@b诼\'q[XKkx	m&9)lA\ZL~Fw>npϰwӊWWG5xRyU/PrǦK\n;+>0^o:7FBܢLoa?w/# e,>i1@IڷEV.0J6gWBwn]Ds8]ˌk&Iռ;K\\~Az1K_~LC,$E`,Uޠ+TVCG8tGe\\<8n,x,27yWV A$ͤ`K9y{GTBFђ5g]\'p4	\nc@LK?$.ԽլmxN\'	\r8v{H͂u3l7\\QÍ\n/PMO=Y7x.IdOJ\";a0VMc39pkr	?7Y8XV8d uZt]G3R`;DKC,2{_7,XZOmxE|riϳ\\ffz9l$r|^y]J2ŚHikP-xH|R	~7x0G5fg3N(VI[\0uO+n]{?gLS`ZMmG=CxJ*+3,\Z:Vx	;N%	4b-\r<\rHjjEK\Zd[|9 z#7{owrhsah^Eg^{m|h\rߩږڊ}ѬNSJ\Z+氪SdȩJʿV\nbZeU`xo}tV/+Tƺ~^Wˌ#cxw1f`ȏ&[\nLSP)kf`Yj8EkkcIFÑ-yPgp92ap(ut (j]w`M*;P0pHehӏR?WaAE\nƥJQs4uc¼|P-/In\0rjbi8Eu8`cے#,5	^\0f%e4 L\"KY9~o6}vԟr6?wTy4lRV{Arxn!\\fLC{C?NE~j䙌_zA\ZB-5XMY=h>x:*&w%{W6((Kw3MLZlGtކu1V=4ek\r&Zѣ^jbXaZ	#XZ\rTcaN bZA{q\Zr3hMRhWٗ Tuc{:ߑbEk	j|q,!	iv!ˮ̻Yh[T\nm6X@P|lNN*,g*5v+n\nnf^tn,ˢ\ZU@˭;AǨ|i`F˅a.-\ZRTu{򵮫)6v[Kqc`z(\0AY?X\0(t4]_=X_ve7ASX<X|m:<#k8gbg\n[7	]ܡ\'\Z#%ɞL \rz`\Z6Ua.𦆦RmP^hGg\Zp|d\n)6D>ꃒ;M6Uθ9Jֳ=D[MaB0S24&C/LqiO8JG(LGI:n:qt<M$IE?4,{~\Zi,M43XRz\'Az<=ӳyO?giԙ^OR<\rFi0I4ӰygyPI1~[ot8[(J4\Z8w@4Js\ZGy/=URUsz643f4a4S\'xw2O~:(G_G\0G~:RIxN0](T+;O^	paF3?=ҳO٬RfbW~B=i9}гSBlD䙤sz*/<I_t>N9\Z!=\"GdSa/4ωIJUz\rM#v$w\\]\'<Qa|F/~\"If\n<\Z{L<C24wy\\I1\rz͜AzDM\0N8KG8؃	RL莹1sna#z|/C?>~zT(bA8c}84!Vy&ٔȐ<Nď9Qo.3eaFDsu%9\Z	V.i[g#cT̎)ȉ2IxD=!&\ZMh\"7g_(xL8.\rќV$Nd\ZcjcP昹Ҁ#UO\nJJFHFl&@\'@p}w=mg|o9x!\reay;7:Õ4ibH@+`\0#Z0Oaۜ<\\t 2|Rz(0=\nңcD&Y@,|\'0ld>iX9>Zqf,iy${,g^#0A$\n,T 4|\\/S}D|#6s>n\Zi=	g4s\rƀLd,OiN\rDEbωy׀I{;[!0HA9gleb/6ģHбBXΈ?}u3YlGeJ?WFΨx2\'*Fl.6+\Zn̨\'mRiÃ;\Z	Vr20L6خ\0ISR_3	N+#6418Hs3Ni<KX\'Wr\"\nNh.43\\@1l9xc|^ ˹#`\"1.1|uxitVrg*RĊpib:+yg~ΜXeX}4czZq̧LӭAsj\Z5p}L\rd6M[Pd^f\0*BRzc\nVh\01\\_%y<.ҢY-CK(en	4۲RNYߏb]Kgt;&N1@&E]h\rTUy#]x+2Cks8[<#ʳ>UMHMh\Z[Ad/2*x(@f\rͭl7۶ݒCXjLw^z@tTkLGT8Wx84×OQ8Q*^o`uwo^\r=[C?\"SK7,fYN6ȱ=bO EVMx|اUשz9P_wK[\'|6j\ZkCjԛ\"ڱܜEz-HBXYO=Y^fPąUhξH3\r\\ZnEf_+o\rTaR6BgoٟTZSaIbd$tΒ/z,Ҕ\"A?̝FyOTid.$n{hAD|<ɷɱy⫭eaW-Q)y\nvX~9H7߾䱖r$:7P-O.$c+TX6AV$8{cDǐE/]C_)h$CX\n+/<tEV>Diǳ7\nHJVZ#(s\'TaEL^cJV_&Zd/d32zNe{y`C8`OX	DJB\0pb\r3Q# 0D\nb3]VW\0hX*כwWr-E?y9bRy\nL[aF@}q`Vs6Jy&>;P\\ӪJy*+qf@2kճ)w xJ	KbH2i\r%\rr\',:go#_ʼ:EnsGz{8yQhj~FN\Z28b$ʔfeLa^x+\"/v&eMRCɵ\nbY|UrI7`1	.6f,Sܦ)Sp0+c]}a2\\[x!yuQꮯ\'v(A߀FAZHbgSSmunZnFK|?6pl*)?,J(m7O#ˑ<7T˫e\')a=kw?\Z&6R1rsdƇ(zqyO_æ0mhNܦBnPyl?i]nTfӕPQ+ z?0I`N¿*20OԲ5Ne(fHBuqfgq(<	gImY$`[l6c)u^vjtiZk\\qwAZWtb\'~.\nMMa/2:\"r1uo{8f=yi2;\ZGm=8ON?Mv=_?ϖ}{yS,Q0#ɌLMMj*;\nҶ̑cɴ\njbRc!pѰ&QbICmez޿MS\'Ĵ 1v٪XDCV Sy:R(75M(HTGP9nĄ7ls,@w4<m>نyͿv~`g㆟Fh:Y{v[eSS9)@Tf+OiӒ؄v]χgo>s_++?k7]IKOt׋_Y37NgN~vǕS_|\n!,o>??_oO^?ޠn{>{e1lhB\'k̿ICe7{@zt2\n8\\|	ɝUdYoVDﬦI|>ŝOȰ1tjKoYJ]}5ZRasӶZiB;R5x/Hf=;IQ{@	΂|8A|}C\rDVޤ:u\raRg&c{}L\'`TXӧ\Z.EHTa=(	@.8h=7WrpT8lͷl7GTF%;Y9y8L}5tb;my7\'3>LʱSU+ZڷW22xi\Zp}q/b13tT)-+]A˾\ZGKy.q\"aN[ŀ)bQ\0p!4&kNq$¥<ɲee< C5˻{X~vw/}rt^nWȏY,Ѭ%?5W|،q!i$B\rrڂ߭تUŵA9kC:/EA1	c4mn|KC¼Uׁ/=V3x\",esZEZLף\\۬!eo<9vmy>*0F|e|.M6ǄL1s`WÂ_6rO}Viklȉ)9?5@q5D9׶\ZY0|Ū!iUUf}HY+Vr3:Z\ZR6Yq;^aތt>;*|eU^SZf+9l\Zuo0=&jאp))_GLȖF,e5-av+6\\޺w\"a+xqFyȔ>)y5~BhE0&IhJǢ,=Gc/ǵa	-pbA:mrmGz\ZۦF}uJ0`5ٶ\r;rR{|:\ndB3\"\ZHeg(\r$BAq$k83kL$fk5eDaeuk\nK$X\0v)˽߅SsxCNߒRJSCHv?E]*e,QYf,SyD gz M\nv64U[*X,֎|4Qeޘ)L3Z):)n޸QT&.Bjd`T⨇6G,i}I$2Ί&FEBYWLs\"FIYGY/xGjHʹF+/@߿$:dq;8CĈh~זC!wlv6Ҽ|\ZQvVÖe{-Xfj\\pd$v	ݩVY,prwJ\nDi^:\nw:OHӸZF/RK:.;jRQ?@HJb\n(Ċ?NƳ=xW\\)du,;X&.Ty[,=2,AZjc\\FN\n\Z/kS-]|u!5T<Op]<]$qv\\~.`*pJU{/. 1lF WaG+|14?~|Ÿ{Jjh+@\\*Li{b}%?\Z.]p	J(*fؗJ*AE+\n#=k\"x?vߓ]λ]Y,ofyϔE{$9\\?%aSϠtq\'o74KU	_nw/8y\'H@}/ѣP0UD83T+B˻OĲOܩ2D=S6̆IamViN^t?4Ng>cy<?]<cX?4S_B|aDl7z6e+ճcP=?v.~[,sBӽ\Z)5Ht\ZGh~?Td?TzX?X&ճySCp3٪;\rGZzbŻ;= 6殣Rƨ睩T`ƈ7MX@B0S\rL!N,!	f(:%ĉ\\ϡ:S\"\\[CyBҬ`\"~?\n?\n?v.~Y~Y}瘚\'mzzb_^;E4낡;.?ht%V/J_W~~NUt,tUT\'O˫({iM	d\n(\rDbaM,KTS~/2c[FFhD#J92z]8lk8V6jOayʝ!*Ȯv%|J\'}+Wm{ٕWXvUL镽݇bLʭ(UZvOjݽO[N+6ʫɮjN=r^]IW$_s3#z{9}EC0UZYu+4^âM?g*MܠRDvrJmWDaq?VV4cdf^	+-EH?Wi\rs?o}8h.j7Ԩ{dm)\Z&3!j9	!ܒaHG(-eHۿꋺ[6&۳g-u\\,[OSl}NN~Y\ṉDz}q.削\\nG˧\'KQ!viI\"ce\'9`zu9\rg:Ji6a.z	~?̭pqJoiw녭5\\/!3!W4\Z&l{PTNћ\0)Y᜾s<NS2DGEqy29H|Qt@tqnnL:*}9x>I⾵Mcׁß}hqe}Ifyhˆ٠6^U\Z@u#Ij=]uq;l:jtd-̯n>>Y1.K-\\}Fxbeg#g7;IQHJ\Z>P}#INorct\rV<@?^$q>\'\"$WtBʕ>lY*E[]%`4CS}+Q<΁5\0t9`݋%{QZRlowh|E\"L:{bmE+G.+0;A)4aOXRTņCPz-KtF#-.^`|V2fStc&XMF~g1N/G8vuf9.v]Nf0(uuO|cNc$A@;9;՗gjdKãGNAIy\"~Gn~|?/<>M.bڝtX0uNh >LG1yлgň\'eVbwISd}G9Ku}ssp^P) ~3lrV/xէ_:o]MXt޴}Ɨo?/_ngpquyE\'tGs6ͻ90>g<AEFi@򁄲+R^>vdrQ1GB8cHB=<)8}$[Il	^%C,TddT5~mKY\\Wyť;_,|ub|v?]/epU\0{8<@^XH`Vi:4\rslK{9\nZk4FQW&)1Okqe8a-$1\Z(Y\0/u$(\0.Z$AGxߟw)H\no`WK kv(L/`-[\"\'\"96^7\\A\r+Xknښց7A\ZTmC.oM|]\Z,Ϫ]b#\r~֛q,q;}w:7Xpg33u!#lgS,hsܯW0d),8NJv`i/xҡAӍ*0BE9sramNu .Z.}k{^۠NNlCB+QY9v9X\niU*j\nkN;ߠy?7C%0P-=>g 9N__ΏY|Rܴ78\\\n<P9ևtbnc\ZrUһ	sRp.1q1#\\zBTd8x7[b\"J^GA*PCr\Z6K?M\'-$\0XwQ_\0	Puن-VTMN\0?FPlpI3BzT[CP[xѽ2K^=9*#n`\"RD4hķ<1niFֻ4~<<\'x\Z-!\0blt`^)\nc;cLja`G;k׉{8_%W`q\ZD[zZjnw\"w~Y<c!z|r<(=T&dY,Cs1Nr\\DJ\\ǣNJbax0gGDz,>SG~+6>Gc8?RTN|N-7<y,{Gx(e<]Y>*v1NlTU0,7Į/44%lI?\\G%((Re/1Px	+	,\nrKmPUk\\bc\'}k[	e?cRgåOF<bݲ7\r`f\Zl\'͚-6<y}Uo[9qL wp6o;#LK:绁??<&ϻ\'EVp={l<vMgLn(%3Iv^o	}1UGkNZ˶ZoZRk-n[30Gk_km\"?I`ۭHqԎBUUZ7#a$y9\'V_UǍyy7yB[乑GVPK%<+s:~DC!EΧ}nwH]^|%z;d]\"_/o#7ȟ!t0:E^غK&<訫?oBlqK/{Z8\\1?g{{&^N|APw5ԸCeq÷>>®~wIqy+LsVjwܙpdfA>[ŷ8|@m1Տl9ŏD7\ZLehJvmcf6B⟢퟾;>8]c.  e/\"EHQ\Z\nDvA$Joy탇?`O\\:OMa:lؿ8blh]҃Ew;*8C_klDV|И.%i:$Ġ\0I&Yg	E9F\"/Kq,&8T:T̶U\nk-Qk\nt|\0!`U\ZóӰT)#[\rgX\re=rA%w(`5lM4pzM\n:Ӷm׌Jgk\\lC@͟ot?S~PVRrY}W뇇l~)C:b]i\'[g%WIw\nœa{ufO?!fC$qfT\ZU \"946*kST{n{%Ӆ?,/gӹj(iwF@.V2oXI<WWoƋEG:{Y\"u)X\'js	pۿݿ◿_(b(E}h.Ec׾]rxƎ_~R:9m鬹rܛ\\La?yFK\'Ǔ?9Osv|׿ݷ<9\'M{Wq:ۯ:N?I,ї{o	Nꔚ\rS\\i:w[K@\\T5KkPaȘ$0\rcľwTzN><*XHBddvDlG)n9/QM@cD\Z-H!\Z\'A\n@BÀVJC\ZR-j-/^-㗫.&&mgS,}G\"\r|>A;\\mddՄH\Zh!xs~V%8	[tFL:u7a$ca6Dt.8ΓPbZ)ԿRyuSsL\'sD+$_Ad[vA}BKUpZPpzkr5Ў+@h142y0<	>/KV98OlQݛ\\Iz~1~o?z h@PI{=G|@>pmw+H71G	2-;<q(-Ev evq&_ltE̋D0LEG	^\Zv:Bբ>@đ/?Bgj+8އp\\Í+0UaƸ3m9\"fTqer!3	R{u˵<BYC}݃T[`7	䋣3Pn۞DC9W30Ǜ\n|޽P3o|\0EVi~?2El*lq4ҩ*{S˹̀nrI5D^#]hkAUlGT}\Za+*zA#hY09t_#X rBwjxN>\Zqi,~N\nwpOqڍUTQ/.QvM\'NR0R荳Q\'*iw@Z6Z\'p{TNy:,/IL8\'E7G~`RH-a#M5ebz`Q6wvg	:a	tTZѣG蘑F\'Pj&jLGT%S{FHlկ$<Ikѣ׻{뻇$x5z28fq?\\k0$͉K̑J	CV{;ʹEgoϗ:uRAӯ	\\ʦˡ1_y=a	Qhg _L4Oq#NvC4څFrYqw0A`lPn*$a`		hN]VlAt~3QLػE4N9M/3@ۛ\rSVӖ](My%$!2[R!.H_w?<Z?~v`h@6p~6\'\\Y~)5w0\rLWMMa9s	IWum{6\ZQ[v[Z~puU>,\'Ӝw@0ZR锂; \ZIS	m0֪ɾA}{di:C4z~Do40OqRm\r^f\rSũl}K4ŝD_be0%\'h>}$We4@9*cyԀ07B:\"&*}C8e`P~@FR;t{g??՗0~eޗ:N0/m\Z^6H054שẍ́gԩЧ}Zr\'{Z{[FG*`Eż0Z_\Zl4B_\0PVX4H*G\reW8B`7fiW<?6Q/՘\'D?\n\':z6ꑆ\0)Y/QLQSLK[L``wdLGR0\Z{ԣQd=Zn\'u_N:{&q\0=\Z9$lK^(|vEjo]fJTvPٯZatFWI8{p\0s?ݨӋ|/tOfkGW!\ro\n\nނvFmsWuWsZu&}76Vė}0Bmv/0n\ny~l)Bc+B-:St_CkgoӪ{`N(om#=嬡-s.W%|%)_/xK0*=t:bjP,V^tյŇ~?pUGZ@b>l=lL<wv.~]|18աvuӢ!~j\Zx\'qQhtIhY`36(LiS3ܿ3̽mI5Gƃ8zl||Ec\'gW¿VxZhr8d:)\0 ά2g<76ᐿHdA[?tڸ=#nt*N\r=tE.zo?Nt67^\ZC0nnz>]5_xϰ[l.mv}êm㞵.ϋ^۲v^Z1(@kOxӳ+^|;ix#ܓVͭׯxm>8{[G\rkhqo/{Gowvd̙\"mGB8ZAom8HL=t<͋_\"{-2Џ\\f	[dʇq͛uh\\aZlbz^\\mV<TԀ~#^tQj\'`r|66:\"EnIT	xmwtrja95ZA*v@,C)/wh+Q:FMvBϣ9$E;:D\Z;914:(SP+ȅ&e\"əEbbC~|h͙:%RJhÅBB䝒`&$t}:W\rp{|0iN%1J$M4a00SxB3Mgނ\'ſƲD=^FoshJ$9O0DuDўܫE?!ӟ#)ɢv)ڲ-h\nQᴓ_秿L&AoO%Кh84}`	A%P8nXn2(TljzӨ\ZH*߄?xbbRx	&q}W(r$\"ZUHk?ܑM1wy\no{.QWh%#<A-b1	vʴ\n&h;I3sMo#2eP$A쫋ÜoVHx\Z{fH	C7~[iw\ZUB[V_lPufggJI9ݛwzP4^bMɰ,77>&vSf` k{1L/?ou\\~7?+v[L{(4׶tŝڒI~I`c]`t؜pWF9/wKY}7|vcw#Ϯvr7,QQ=sFkƜ3&\0~>M^gy3-𹣨Ccw_ԢIeAZ˦:W7SR}CvL+߿8)؛;ET7gͿ9|Ib\Z28fՁ&Eږ[|aA	]B;-\ZLy<J(4@#ޔ(%ElVBbө0=KUjdjHB0Tt!{BhxqYPS:LS,	VdC	I%\r$vtP?/XP柮5\r̃2*38;Q	\'67	kyI\"{zI?A\ZATwHkEΐ&Q稰NK+m%g酰	$;K_m]0_$	i07g0@\'=qq7<ZQFy.~ktRiGz,\ZH\n[MҎNiPQ\n~VMx)5R>=\ZVx:&DNkXYr 쁓lڽ0\"FL_]<q IA6HA;۶J%gunůp1X\r܊`z,O	\ZUձ9ؔ+qبidMa5,(\r+E^z\Zf_xڙQr4_2&K/mshhAj_KpI(eUVd]?5oοmEk[QCj.StlYdN Tn9eeBda%%lֈ(5P\"r1lk]%ENcfmQ+Z2qs\0kbt1zV;Ew_[Z2eň{\'6J\"nQ:ݟXY̨muڎD{<ּKk$ך7[[r~A{T8قq_3d-yaga\'6X$K\Z6y0\nHeXE\"\0-6RCB\\\r:הJqLPi	NCߓr19I?Z\'{ L\ZjnQ<788JtVͲc/͞>IwO\"nGp#rUug;wY^ⴧeo?w}(ڬ}w\'̲4\Zhr]dꩢѬ0.8\'6%=gqNloF`TmaR؊ֲ}7h\\XqY-@2Ĥb!ia4=yw\'G,oCZM˫0D%w[5kGK.kmz=PLL]iu/eZ&Q|,j<rvvfT%J82r%04Řj?F,=*և{_^R|L0\"R^8aɼ:hU7{&*jCCwZ,L`ލQ|>#¨FN)s:3簏t<sYD]0I!u;y<yI%F wS8Us\'4}jjK\nWCeQY?֟QM{c,kE;+V);~ogFqhhjqhܦT[QWC\Z7V)݃W0<&og6.bJcK/,+X&ͤs! a[ݬKGr᧺ÉV5|Op:(O/זӴew, k?*rL%b~މ1\r(jq#X|vZxk*?yזwĳ\rkŤ&2qm?Er3\\P]|zSQ$_ttNaԶp5&A}81%0i`bρQoLߩu	I^\Z؞xXfۦ쮧Vmoc..Ib7?N7_@n#ӰUA@T/~9{w`m}ml=*:/jq˿/ZL>8l`b{q]Yk0\nnXnBRr-U[aF,; RIը$atT\Ztf(1(PXJE侠Hhpq>\Z-o`=י#FQ%E<+OF#lլ	\r5B~sx4UEdԞ.pW00^%ʮ䨿[}XHjN@hxj/Z_4EcӡZ??Y~qy[.|aA@>!7Y98W@w \":AK%\n\0390;̏N4LI2I]UǓv<`û06O\ZRb=\nh2oHtBs\n1x]M\rk-mv	mZ2RD5T[$-YH疚e:6i2>ܡ0XW(eh^S\"vDY\"zpydE֫7-MZ}ώ,E-(ѷT}	#@\n&q-RK@<4]tچ-؃g%HSqts\'ZO\r?mmo{a(MM23q*}Q<t5rt(ovZr>A\rR)B`\0BFF}sԳ~m/X8\\3]XϷcYαR_UpU96Fߒw&m}PM0ÿqLz9Ǯsk}%g8lVZj;\"vLAd4_p\nQB^\r#R|W*{:NET=gmSk{IVzѡ̜Y]_>%첿Š]/PMSȈjLD-[Reuh)5nщ\nWǀy7pUX~3\'ډ#aĘV>1]ENW͋q:#`s7)	\Z-p_`}~f 6Q7j\\Yϛ{2\"C]Mp$\Zl25@9O>\\y* dbA\nॆ+n+]͙ˈZe+ʙG	¡Z{Aܠ!V.FI1?%O.*~nծtla_{/RJ#(ovjoVkKzk5B6tb\r0Ye.\ryEa<\".q֧Iܟa?$	Oʣe<YhPs|fԷ\ryb\"kg!t@Aezq_PS)GXk	x!*7&C\ZTXi賾nM(Z?׬NA/vM&..4\Z|kJ-ˋ_#yK*+YIaP!g/٠CբVPm,ʤfU7UgߢVR9f¡fgg	&y>%0)ߋϘH*e85D*^pli!Qcr5Efh,>}Nt5ς pg\"\ZZe᧣]4yAzj5\r=;ɖ#pV@K<De ~aѿC&0[Q12ֈٲ:LEU!trꂈo4OӟSO¥ +\nq:vACt(,MWo%\nG$AEIl5\r8;$,\\%^a\n˾iJ.9ruko!ĸcD-trqrB-;ؕ\\{kD΄L0hMX8*@$a]>??`DW}Y8U`/,fDF\"\'54\0[~\\F@)htvctPUmmi4nY\ZhOVU\'2i՗SuΉ̫p0{-124@UBOI|_oy<{$!\nN)19^ńW߲([4<NA][\\E\rtjaF٥^0C1c\rZ)/OT񓅛gS,t<.[{}L$6ĭ虨U	@5+%/12XX\n K6E:_0y~{ rv3\'^PU|eB2,%AĩdM>x]$=w؆	6h7]bn?Z=ow޾\"k4.=L8@t5??2GDڅ_ح\">4EAp6]pna;~ivh-<>NXv=J֙5[k\'wc=g6نVrYi3#:`֊!<1R87p*%7YCQ]Ȑ4Ж(xKtomDݝrWQ~F\ZHRXKŕղ\rUBҿV,G2)Eڋ4Q/Zk#\Z`{֜IU!؆>/.թ\r#?s.\'țxo^XAXF{_0JgY}w\'\0QxF*)X4p0\ZdZTÖt	pW-AW/\rdcrcq<Apk	T:o PeV;%,wcPt.G 6%45@{LKqF3j\'H#ST͑R9ĵ@2PH~ӳeyPE$xD5C_d)cV\Z\Zڤ*(U\0W]j\Z\Z@q|Gٰ*OB*r\\+P81R\\TCK\r}m#L\rG\n[w<jG1C\n3<F~0OF+!%c(*BVg{	n΋>_N 0S[/ GArOG.2U2kZݯe\"\nrm$siv5-eeڪM	\Zh)X!\nt~B@C@n#&rBNNS!c$\ZS8w9jBKfkbn#z;۳J§$7!J6-&5\\W+=<õ$*Uch\Z܉=*TtmD跅eK16\\]$䷴9p\nz5 WǼA8Uˋ{!hr4 |3mwOHznٖ\r\'l[WZ\0Ӵ>k9$%K?2O\"BE\n׺%]#SZA3X8m~	2@85r$<ևRkԆ9jXkM?I\"SrM~-^7-QfSiiWd|z|0rn1T./&C\"҂lD2j\rc2\Z	/7zI {3ݚL$Q+ˮ\nzn˓y*sGOLy:gp{G\'vca>p\\<0|cEk5)=@АsO(\0{6~>\'\n\ZKD>.1*KP\'Nw<_چƄڄmqHP8xgAkLkW\\X\nIUjTZBx&naրȭfnSgk~ۗ\Zmt;7269Y	\'1tVX`?\\he:-zbXH.\02T(eAwABQp=/GGW膵\'.VC:Ȳ\"Z%pvD^3OJXd}N2zJ??+J\rI({ʁ(t6Hp|bѢ_}x!8D\0ŐtЋ%UxTW\rbuSLf/2tb <&|ܓ}^y<b<L$4=\nԣr\r\\&jvU\"B[wKCha<	zJR\Z}][ +9Ȍ4πZSv\Z\\˴\'\'ΛV\'f9_\\n?K3{Xx 9v}aP\nZKV<Ls\Z)KS+QaȧE!Z?~zam~} -wrBۄuؼxF-X\'b22\ZjΞ)P3՚GUcK\nEBo!]31$E`w&`؜vT`(ڶ%l\"D>U~BOC\'ѣ|yayS{tj.j	EPm%- U?glMl\\9#Ex1}2.QVM@08I,G4Vg]z)UUܮ8Z_뾬\0.-4& ;KRHotXe3Z}ߣ`ђut=P92c$pAk\'V4B>ck\rge:eQ~qoWHj@:j0LnbfgF^oY?_6999RsF\rނLE[~wQmR/_)VݮJrE\\L\"2ZxZl\0|*Suy|i??`_m+k6E4`i\Z]unAs\'pY\ruzspzɕ`\"w!ӎgϧsxk<6At\0BJNlO\" qFk\ZBƖ%Z9I\0մ[\"}`I(Csvu͹fSu|p\rr:ODm??uP%X\073\\e導H$=3i!*\"C6m:\')bXTSZF(o\0H;dfeI|U6,VY6}SÑ,ӞZsAHA>?y:$yzqɾ~\\NF[iNiO1(:+	Dŷ#h|ƍ~ż@ɕ0FrG}ϺUGUQZ42~i-T|EGt\rLTR\"_hQJNƉŽ`UCTQ)$H^\'2zz_ZCr΋,PLG|%%>Ͳ\0![IV\ZY@Xٻ5`iaJzYUzh8mm-5טqYtJkCTk/*Ѣэ#`!wF{	,q@Vm)wbߣx#$^U7*\ZA.&\\Ĺ!,Λ$owq$Uf\\;}ӽB{u}8${[I,M8hwΗz/+(E׹iGp\rn{\rtA:d!o	Om9q\".tk`׬Y,,A2.ww6~a>Lɋbo:\\| VTt:7E6Lh/7Y5_ַ~/K訸̞w,ѽ许.ƎbU#{2B\ncrJ*b6ZYW\0j7:vluojvwEs~6^UFcBWm#.=vOmKOϋ@,Ct:fYDf]eèjFov׷u_Y|t嵊u-vهb}p\r.s|8dɼ7̪q=:mM`\"ebHZnY4.!Tta.>$R}73،讆mZvxJ62MRPev~7,b\"lKՁ	>(MC/~dEjM^.\0mvd&\r_FN`)!vzAe}I9ڝSc;|\rc<E %[7_|X:<(F\rY3%\'C :]>ea_HAQmtv2nۖd|^c86άگq\Z?r~A\0]VR6KHb׭fr]6SV0{b±{FǒsJJ_tģs^ߎΨ6AifnI7%À@{G;o_/DiP煮՟i\'tdI\nlXq:	)m[װ/nY}3+1gHJi>\nmŷVhj7\rڛU2eKI7#?{7c0.jҢ38qK\"l{P}bm|G,1a$kTwOEl#2덚;:n#e\n+V۬A\0#6,g͂]m/{A9Щv8\\kXwZVeݶ{-Z6|/jC~_.3θ67>Y\06`BgU#g/ָ;R\',gRĬbBA$bt,vJtʜ]u{ʼ؈nؽУY	ܢ_6T	:&KBTMͳJpzM8e\r{9,gi:nwFUkqR+f}m,^ŋmBe_mtWIPtXC i@!ʰ\r1yD/.eBe0Ak`t_kRۡaҵ+V,EF<qTOQիjߙXz檡hfLlUFcWr|BZY+\'?\0\"2ZIH//Rpb6ٴqдH2|\0rg>\r]\nh;\".| <\\hiF7;_HtI-Ľl00j%@Zw}8/;Q\'Y\n@UwW8jܢ{?&c%;Sq_#iVY6>$̪aj&R)A;<;Z*Vj2@3RxGg,C,p[OI]選8ShmK}\"$h-h~noͽh\\\r#BC{a$u5\rՎu%c&@dioO׷:ж\ZZǨá*un?)//h1Kɂ~c֮*cFc\\W{]=cIIz?z\ru`{h{r6(E\' E`nSR6\r/rܶK0O˲+3g9lگ6J(kҷ\0f1\nSe wzRg.4\Zzj\Z2=[N|ŪT44ܿ8}1g!SHgF^ORD\rK\\\0\\cvq/KU--`mvqr#.L!GUњ=agK~Kbc%ΖgPSU}\"!L,͟Gpe`gt$gT\ZinߩDWϛQg4Ԓ#\\6^p#!*yEtdݽC/,6`<9H1UZw߯C4eqhjmi`[mgs-PhX#5gۼzԟAWvp*\Zui>wF\0뽽-	Zxo]Xx}}~ox۸jqo߯Z`5a=9X@-QK(v>|AjVkv~nߥa[zuɦofȨS\r܊t?]@\rQ\"i\Z7a5.g4wl]iy~Meg`V`n\Z2N\'XMQ,q{7UM7qsV3z4{j$ҡ]5{`%qtX%I\\yޚ]\'	\'_<yV	Zw4Bul]\"ט\"\n+(L^r\r<zϱ+W,	Iﴪ£!T<~lQXdԄ>g}4BEH\"5ZQcՒMv+LM7#\rW	w\rAg.0Y,a9>BM8[O	ƹeFgOilPhU`	LG\r|Z@uT:тJ}Owz(EƩ7FϞ\n$p K}O;d0Ys\"љL{檽[FfO-zkyWW9vh,Xԥ{c@送T|I>ܬ0\r1E,TÉk֛q\\g8vgICn(S\n5;>|Y5pv/PmlVRDO.+ ܳ,=t_W4RśQgt6q_w&B?\";G2~@,HԨg\\ptSE/%ɏ+]]`5 C*F]xr\\BiϾ{^{U/Ԝyq>O/Nf^@+ܬɄe..KJ[*`8UbsU$\0>V\\ب<(?ES\"@u.Dq\r1cC/m=ùS{3\Z{JiYNZ,6\r]\"ZSͧWJ6qIM0&6AǦjhӠ](z>^u8}=oq	hj%QPj<ȼ\'U.eZ6j|MeZrb쟯j\rġӏe2ϋzm{`o{^yc-j`-r>azǜe]0/\Zc\np7mUeIif0hr[^[Ӫچz\0F+-\\^[]R[w?,s\'Yսh⃸\';a] CD?D-ŝo&=5celi7f;=AE4/(^h}r~~Ƽl^B[,rTc> 6-f\0wʒf\\.mqW0fBe5づ^\\B)5,?eS%\nLHhpxK5r)kO?#L(>Ev#Ch5Ofܿ\Z,EY+9&ɈsC%SdOn *hy[Ӗ}1gzյXc[;º\ZF&ԛX2PM%wőϏ-=O߰=w魘>rVuu*G\n-9/B_Kg	\"|E#Jq+ƈeadx(3r{1zȲn!]nPƔ,W%eF9tKHПmOʫ>&,}Y6e}r]v.{0SuQSDڶ\\D3(,h,\0jp-SiY̌Co53{^[Tb|WA:$/uR[x4^|F}ZBȧ\ZfT&BlD,C jq2UfFfO-dk)QsٙѨf@Z$O ExMFXfAv&4oZc*̩_loūSrHU1yTyE)h1Ӛ~}g:bU׬Qmk_x34|RD2fG^\\J|)|k5v]\rRjZ>T(>\Z˳_`<7ewd4z2AszU/lgCߓ~>ތI+6\'Huq>9oc/>Y^\'Ԓq}\rEYQ/+B.0Kz6k{٧3l>9A=KAM.\nX˲뼙\0,3ޱDW~J%)(njo#W#VFqO\"RˑZƤ@\08.(B/4<2v˾A\'S8<YW`v8uhze<<4XK@yb!7cvҾh):U|5XTQ,9~MsP1»V\Z8Ln竒2k̕w90[mυͻ\\TtHW(zz1NV:Y\Z6..1cw\"\'sT!9v	)k9!ܲ\\XG`/q\'dUeR=HmtQ5\rhm>G432+pYYw22ưl]h75K1b8ϞC2\0$m=K[NH*WU*vXtuv]B7iFWMn߾.~}󪮓Ij]!\\^XDԉjŏ#^!](-Eˠ@yxuHiZHKvF`&-s<|-`$9SUbP;Fd(:)~r֗jɤ[oJ.z5aI46YtNivZ-5j+k_Za$͠\Zey-azJkʵfLeϯT_؎&ncHm}쾫ȼqQ\Z=GyҥT\r֞JWG,Z<lxlth*4Rck;C=iRR\"k,>la `C0Yp,j<on9W3`hTuFEگ|>{RL1:7p,t+5<V2VYM4~F	k5aOXZtH6ww00OfRMyR(جE&l(K7Mx!$#v}/%B>B1>o|۸\'\"*݌\r\"\'0ݕmq|ߓ9O=味%WFQzy}+$ryb9x֫z3:(xL}_r/3SlHCy=A(uw\'P%!6ja߇LBḰa)ĤZel!19`>üG\nh]@8*kQ*?+pxK)N|᪀xKn+\"Aw;]v.2UL+7SYM`Î\nzmCޟT沾q.i4B\'7J4ki\"z?zjEDK*\n\Z+\"Wzr@ǒ2dbYz~\0ښHJU40Ht0¦vDe}K_ PF^tEXˆך%A\"<W6i\0R0B`CTm?F~!:	;Q.\"n{	nvPeb,\\G%I%y_/tDz}>yԆqG,\nqbҹh|010P1f<\ZקpϬ\n{:\'إ7~s0S?rn5sޮ,`B0>x:~E\ncNAa::c8IM\ZēȘӃi]iL/Bx0͎s~+V<a~m6\r\r%2:-bZ>?lm+ҰkUZS\"6\Z*0Z!8,\Z57~ox)(/kwߛB9\0᷋{A\r\n̑$R0ۊRN2\r+D\n#KhDp4֞G+\'__Pe\"8fOX>˲	UgmزJKZ @d4K?%,%جE}D\0j@p1={|Ksܛ$À3&eV*IJXZ\Z`YbLÿմAt_ i+imXmC=iJaz\Z9AAr׃d1ΌS\r	Hi?k(45thU;r`HVET`C۰ۆ=kkV\'v,O3kX/XG!=k6.-ZDhM۔]CAhPq:ڋ;G;oWXC4DKfW֯0%ԏd<qAy(:kĽb4zlNQ4ƒxڋä;B\ZK5A6쵊[\0w`\\BQǣ8:)m0;yKA=hiqD0]+~Oހj[6p8&&7?ml=[gkX>>=at@tڭؗP270n:@knp͛+*\n<p5L\Zb[Ý3!s9jm5r7;96rV\\\0/Gi|\n7/_7nS,9X}kQE?ReNɆu[_y+-n#xӢ8ٽ<OWgM-[tl\":,LS9)2kcLu10=cqya}k jv`mG\'%|XKv8t\r]\Z^N6e2[GQPL\'#O4rB	\Z9\\혏\\b?NcIާ+ؙҏ8HEVM%Y8c2>KcGJɌ.~\0+Hŀ6hj!?$jы6HxK4|OчEj5$Q\rg0/ >K,Hius|lS5PΧ\Zv$N@	a<޽:u<zrԅpHs-ZN<ԨIp&)G+z͓͙\n	BG4%b!IlV?ǣ\\QU5i\Z+IUz+;V:<ID	\'5jQp?]H.i+%DtNTW6l!\rnNA|7ZEPTYuXk0[J0f\Zq9ΩIx@ۘmJ}\'x|&6.@9Đ/Y<wΉ\"`^1oZwWET(-8PVE݃mW`+.]Jy\\%c<{cnҌZ]Bhv\rO(\r.:giǲH?x]cU\r[-O=XVɍT9\\՗r*`\0v<MX\"|/*\'#y[=}P)h31[f}ѵ>I4 ޝ#q _ux\0X\r]FiT3ǲtLjQ)ekn$in~䁽檩xSqOQAFݑjJG`0r=r\'X^/GV]쌓S5<5qNr0$S(u`CƄdT⛮S=N5a.9S_+sg-)3(Xx`E-pL <YNNo\\91JJٲl8#{foO1I@T~N{joHJ2m8eДFE/VU\\n^g\'īC_cmJST^ 7übJrIc]ڒ^BE)* ۿox NVu>\r_ځn۽Usk\nFH\"0w)1Ev	;)%zp8lA=]#\nwDfqO= Jz0|dT|+7:=۝|Te45*,*͊J#OVC7MҀw:K*kwz\0o3g	lkBgz1|ĔlWc0d\".l|(w\rxuysQ?Z\nc\'Y-|WkX\nhU-[-Ftpneʂ\'ѕߎ^tձɻ1(q6)\\^Je&[.X߉${4轰|wkةo5;v 05jy1Z9)~ECX+yf<C\ZnU_Cg\rե3Zl(M%l@b&\Z\rQqJ23`̽\'Tl2ϰ؋䯁\0ɰVUr]êv<mG?EQ`L@:\r nIj8֣D?$&3o/[0._77W$:z\\HuT\r-k*rYYFױ\Z0mو384\n8gH+M=@%u?q<᫉=p|\Z6juTc;lЧ4VfrPe8ҴiYM\'I&`?`Cd{y5U\0iΑ-٥T, GB7o:\0vDO6gB>{qP滼_p]îu,?\0 һ3<B2ҤLc5\n܁_b%`i}q7~ڊ80*\nr 	\\ntǡ/=Cz+kҴ\Z\ne*-k{鯟:NO=~?m=M]~`_ᄿ^?wo?wi38qq_ͲO,#EOǪHo61bT0ߜ8,pp^7fo6r(O>%GOqW\ZF~ᾨ{j-hPXM^]G5c^H5-7翻	ǅ	αaj! Dg<p%U[ >GH;-Fp7YsnEn(SZ=>\n j4\rfi.|];	QC˧5z\rtU/\'QJ@j][O64gM\\ey?LvVdSDC=tT1aڎz3Z$Fz#M{r_ϻXVwF߆Y㚋z	)\nomOƓ]RhDE#g1qČ2.R	~q_dYщ޴ug]\"m\"_[נsN[lxpEzYB$.MsQFig}`*hKMCn-6X3ܬZ\'w~ٞۓat|fy=^ALBٴksh)=.>mfC^ۣg}pu`+߭? It&JgFB^-\Z<TwN^b1DvbJ	a<g7uj*$V;ϰ=ǘPd0Rn\rh3`;7΀EOR\\%@/Jχ;@{Za]޻Ýv\rn`o;$&l>>ږ|s_&\'q˂3Q@A0_O0C/bvH?=il):w\ZljSOAc?K\\	~lmx\Zߙ)`R^fFω9Ԫ::%>lF6Uz\\U{	vW>	1>.{QuS\0e#dX5l+0|C%zO^lo<+,>p;)r٭F2f]=K+fY#`Ǣϧ[JAE\0nuʧv6\r^C(y}-йg,\"Ý 	U[xkC;[,ۚ\\bEku#4|Cx}`Ul\n\\|£KZw/㹿seRvRv?r%AC^BLM\nJi_)IߌQʃdu<j>!ve6uat::l9Ǵ+9\n\r1@crWPiؒGx2n6FW&;7L9iN38Xm7Pz`g9L!TtPt/9.Y\Z<]i\rji\0CO\ræu\r+lJ*\rfeTTD\r͚^ġUU0k|ìRqZհ\n+k\\+ek0l<7??%Z(m!hRGШ(󏡯\\>ޅ᏶g~l|g\n:^Qv6]noEV\\bHuϧ30T@ؖʶGMXfL2d>P<.#gep}(,/D\0AK+K9x_3P.sn<)y(`D}\"t^ȆFA`,dw7/^$Y(ϳ@3t#B\'@Jb97\n)^\n/EB\nH?K=3AX1a?w\';\'e	_S\nf$rheo*6ś}^<|W%=rYtA0ŰröזEs,\'w<fA~*9:זּ?wAO鵜bTևLCK&j/Z70ɳRJ\n|嘞ƞ}(j)0mm9oQoif$	Xe9=U^gc[m<Oح\nT|4_G5yz(D/=	\r<n;v\'f3gPJz\0=3P\rqІoX\\-O-qA(!LBW,eS*?M䧮T^12K%Ru8ʠlv9L d5իvܭ1W*k?0iym%&=сB%G_i/jYU0>m|םh\Z\'T3 I}Wyl=0\0&=lJGT>7m[6\0rI_$SZt	Yu::arnK:b\'|xB@qҕάl\0i8t1S\"$@oG6R#9G9Qf\0[]׿\"cڇ3<U`S\r|^R]13HTPY<(s{\nsyC3㟁aS^/Q[XAlQrl}r:GIڄ\"^2a0 cN;06QI%%``S VeEG1d:#ɀaѨ^26ρIJ{%v?QoLF\"6㰧cz	fjֹwxněP\n\0#~$v4~~?o+Wǌ${V\"I\r$AJ֘UqJw\'rxq\nRCzUҼx`G$RYmthON	[y`eDxp.0brE(Ew%\'A^a>B.^O&JVV),C,3	XS{~WYd&\nʆ[ґ=lݹ(4M| J	#%u<In$uI~%̜<4(KRAR^	=z_}\na}`Nژ+S|%_(Y;/F<=jyܩI$%U]A\09Wf5w, m,\Z=\ZCOUW\0WzkQs&684zٞgtc\r?NKa)~\rOu,eN\"}&i.:[܂R\"9]6[h&\r3詜5  \\,V\\M-<vP\0­ ,dU<hJؙ:@I(1\r\Z]:řUo~)obp[s/}HO~\"|X;m\0?EmTH𪉗bkS٭FŬt:PpP8<Ý0sNL~RA۬EuË&WG١D qy!Uu7Ј4a3Id m td^HNvA(\\g?9En%&FFm}[T{ϸrЧwOFQ9D?1Ī+hJZml$F1W}^UR,Պ:Ī\Zxw;+M\n]#\'P],,ٮRپ\n )UzkƯlkɨHÖkP[UAA\05z!\rZ~VnՈɊEnBL]V\Zfo\"~-{X>)XNq1R\"g8#$esћvd!6ae)pIúsk&\"bf<sfXo#-[1Q:QAh=\0sz\0ѳf\Zc[+!sZ,T-X,le{/L@dB=;?TT^6n[P5(\Z7Vӥ)2HmhVMr-[Y\\!#wk:DI*[h\"\n(?BxUYz~\n49{\0Js]~<)KZ;OR]oU*K/.mr5ζ	VnW{qt^_`ku!AޖhM8k\ZڥZ-6gSaSS1Mci)s`x8U3l3{qz(yufu|؋zkL.HiPVa{1fdFJI/^qBclfF/Viߚm\ruiºfb#nI	}\01|.[\0)ў+.T1Qjҍ@EԶbkE(Y}hL|L$I?&0upWg#j\\T@H^kJ0C̖)˪<5j **4A	aG,]!Eړn%68Ku+<uLš ůƶ\0GrcAI63	YUմаlO\'`[\r+TwhSj1Z,xhOI$3Xhq	OߩEC6Fsk*Nc-y/o\n1ѦE*wekbiW9^m6!eCRFR;b!X}ϰNrQ!B9M\"IVQ\r\'Q=ylQFBu}B?_/Aǲ&|+h5u)4[s!#KXYB^ada/0;a	5ɥAAI\")zJ[dYZRc#u*\'jOh*(-Q+SSDͰ1<<D`_ssYƣj/0LѰ0+q%ޑWF^#*~!_W1laEؚ~M+CVfQq@4@ogX?`oV[}?Er1$\r\n\r~U1)kQO82SLjcis\"S[>:5p/sv%f5Z*LE~~j\rdg%AĹDN)rO<:%8R\Zևyqk<E3f5*l\ZVd[tP>$fFbLL!≜YKdnEm6=`dRS0CAO&l|g(3TgptjO:/+LTb\',_fbx}],.,N<,$ck(8HQAkdյSB\'|AXG\r|rEy5~d{ϴ/\\}e_cܫYSvvѭ\reV	6	c#c	-1EF5Vidǜ$yt.S-Þ}(⚜G/TMo\Z<j+arF:unH:^p\Zʖ؄: L ͽvg{=bLP0s,&Xi$G$+^Wie*m7JN\'4W,r7Zh۰k\\Mt;N+qUE f҅;eYQ2(tXk,djX.ڌ\'DguK]E5=C]20~YTsG`6VT\rK+Pb2o󆕸H@`E(ڸT0?[xGaT9ѱC\Z	.\rsuu۞dXQÊv3.8 &Z5+&ۆ\n	;bgtZÀqs̴W\'2ZU[0\\MpD\'b>;@7X]\0lH%ZwaQ|aFWx),EW~Tkr\Z4{\rc6+W/@AXrq!)auD	EF#X_Qq=cM	JE+\':SOEH)ǜSzrP0eVA$g=Q.I=^	DQˡC\0X7l]|aZݶ%ݜ]P+8E/|n5k%/v|c@f1r	nnu\'YJ-ɧ:_m>\rch-A͂)̋xXN<uIqPh6\'\Z໳C{ͨʞNc-\0hn\Zdvq%ov7^ԞZ\\s^πh</\\7oc5_%yjky\r2M$4$S#x9\0\ny<~tP\0&{Ϭ/1,^fWX\r|KkLQDVBߪvHj ðTd&\'+9iJt_~K;ʄPF%C\nJog{\\8\ZO&>#,ܦhQ0J{K\nVzSwg),A0<n-?>𣋚Jmٸ\n\\E;})Λlދ:`s藨vc띷;}:%WxRO0mD2{yngvinSV~	IzR\Zg͓Q縙\\Yej4͇U}Ub[Cۣ7Fc\0C;۞#\"}7Gk\0z\r_.C\';HQ)Oeŋ4pl%a?bvJ7\rLExP\ZTXTd\r:gEݔ:JV&\ZR*ncg9C)X9n|6#_5@oI$=Ej]{ڽ`$F#]@kPyO(zIz%PI¡\0S0|-8Ne՗1nA<L{_Hyesy[!=I14_fXk\nMD(K>YGaD\ru\"8,T:tzoI앑լD!t|iSo<\Zh*Neӣ*y_e0Eieohv\r**\'.KKޓq	\"\'Ax1+wLFe?/\n4<^wnۆ\"$<\'ܞf3IOnu	A7Z$QPhc\"(ڊ.f⍜p3l\\)\ri`2\ZVSd,9$5:O$>f٠%ͨ`	.`\n߯tc\"*l7mG\n·`0m۰T\0vz\\>I1>ɉdI@\\D#^wF=UK4a4<A{~U\'3FTnP2dͻ1TnfYp?8Qk1%\\t`-H=LP \'ei(5we#Hhk^ZpEϮBwm:\nZfYw8F|Z=(\rӃAD>^`^s;J[Z% DwYQ9i{U	zy/[0vXٲz#Qx*\\YHJ)iw:F\r~(77_\Z:\\sA-AKXo	_bWD	bKD-v_\'H{,卧oխ{`8U_m-Eja#c%&z]DkhD!e+Z-Z?V&=Ԋu/~\Zz&;\nz	¸+ (bv4bbĞEa3/vI\\ply<\\\ZObdtտA%vM2p@+8C[rn>$*mNuS<F? RRvԮ+]96c%Nt6vmcܲu\r\n`twc[ݑfDmؔ-]9lelBaO8~ooÊ\\m=!eNFY\Zmۆy\nزj-*\ZV~~~(~oYf567(~nyM8ٰ*Fnw×u\\[:XT1q;WlX])?/APn%gq79(w7b+--5ϳa1c&s_xzb*׻̓?ݽԽI	Dݼa&wFu-AԪ~aO|sed}K\\$\r! :6p_\',AǠ$;fڈAllʆ6݋|R.+HjgôT@m)NS#iK	6nxS,/FX<{rv{<Xm+[\'֫}] Zmsx:=rh[c7LFzށ%oa/QY5NoYtaM^$\"Zܫ=vWKZm(6)u>xt&4J?\rIKூsrK1P	vNqdfեJeҩQTK K/):A+`HFPwL4=ØuNeF]\\\\imA4Y\roj[W6~]~˙RIerѓ1WfJ={QOT\\yhyPriXUR.UEzP3RZn[$_urER$yp#5(8_01F5+U}1̴PG+ɼ:i?bV4!*Zd>~D7\r;08ٰBC2Nӛ/)垃;T=DQ*Ow*E(//z`L^.:ƑcN`ck̊\"}6XueX?̗[J	\"\0ՂZ@\'aOcT|7u&Rqa/j3ǩwDs}~P\n;ʢ0Z\0,oa˧TD\r0[%hNƎ\rCq|^vO.0JKv&v(T߈M\'L6Mway]떞S2x+0\ZH*+mk[XN\"ԟP6[]N~??1[ڿF*ЧK<1x:@3ATe=̈rP\n_gd&sb3#Y¦ّ(a Ace>_O9R@gdZ8gߖٓQ6We:tźEGjk k8=DAvT	iH*m8|@!uՑOGiUe}\n&։:庡u4xWaڌ1`°lC*db\0q/F˽1%Cc`^Pwȿ 9>60.ZKeK@/[nN,A#0uy:8g.0Z$U\0+6$IT\\\ZQwA-5GG_6ek.qkTT\n-b&S^2.NA	bÈf䮩иͣBbu0wrlHlA0F~dGY;iGy	e\0LɾZ-d\0%m\rb~3<gqՉ:Gnyz:fvھ`9܈)\rJm-~1o!ͫڷU7ZMCl;s+	$KAAUj0ɦ`b8g؄{WZzQ9#X]v\'cNa]Ӛ-,ݖAu]K\r\\G$9_zD<9eLW;S󎚬K@2gQ\r;ǌc{=a/Ԝ5C?@MfEweua9?$PֈNRVb[	ɞsu)\0y*?sZ{TFpV{ИU]Rv;Sd$-9@긌Y\0k-\'QBy, ov.J*{^	F*0Pzv(R\'6t7ٞqޤഉ/⃆ٶp=o*FI1x|L\"X	è(gJ!U}~G~=vG$cU<mq[\\MOe9N%S\"pl)fWgq,STjp\"Z-%C4Y(`>HA@\\h0Dgխlt)&G$bG鈶lܝNS̵`1TƋp*5EY%Z6^~(\n?L\rvq)O3yr>L9< ^LLڧؘ̤NZi^7}*	Lc=E$SF5j=MI<.\\F, 9y߻yC[JFA@Ti\ZӪa;s,#n\"х:מOsT%}&-w?I[}V<ތ]Kf\0îg;ԇJJ70ծiTz,uN86Yz>ݔ0A}̡Mz un4XRƐtK %	K8)\rI:\'\n\"+Psv%hϰzlAӑ\Z*E4Y`Z|rWڙx*iw$nEgbuq-WO7H\"#viEsguM\"D!`碬%H`]pJy$u+碭Rl)9627gyS\'#\Z8UFahbyʜ}Lq~\0j\"irpucu{xk%$/AM ZSp:҉?-i=g}z%-xSWU\nH7oXFDeDI%+wKIF\'18BƓXCT9w{,&\Z{MGiඤ]|kBi6gM3~/\'xnF]4Lmzxpfht}k+ŕ3c/g\rWnv~Nٞoyg?(rmsf%N}0NkBwԩ1K:Uq679f7qwI7f\Z߱9M|Rp~o{*<5ZˎH1&<]MMpyomt\rb|LR}ō!O$R7B.P\0q \\wvq[&:]	dEw<߰lM	u-1THl@Óz\'/+{)X.\nRr\ZS9/,9{ߴAݧ|pUK\rNCƬ1Yڀ)y:>,$F-]SceKϢleM8 6RL40,g([=JJHJtHo!EC	\"ALn	:v&M&tzK5DB<F\ZeAn/\0qu	ʗ:O&x{8E\n/y{Qգ$*	{&ӵ`<Q*L݃@RpLim.qTs|Fv\\}2._//,2])˱sRt`HkǋWĉ.OB\\\'pOk:7u`[3tWqdE=Y+*1hR}<.$O{V2߸(5eh3Ro&緍hx8՞}e\rݔM\Z`ր\'cØt[SkO=Q<$uR-SUTIV	ń_M䥌=LҊ5Em\rEhȃ?xiM鼏	KWa\';>.WBv7¶SYw0(E<<B1r\\ҊiAG>&=47lMs<k\n[3tB{jA˪Htlb;Ryii\'[Y >Hvzo9ݒa9me≭)xiZ/MCkG	PNv6a#*,0o4V/|?27khPPSXB}m&oN;o׸.3qԷ`krˮ-MW3GD\"#2:D`Z3c71gb6l\'&sk5\\e;sN|WM#Aż$3fKĪ0TmjsۣM0T4sv?cU^&^E_Ҟ\rngl:&>Xald4PW0\\]lavf^32,wbL3J7&qIv1:XzLO˷@VƝe5!0CEF\05xL\\r#GdcǕ\0G(IPHiԵ|g\n\'ܥ)bğgx	֝	[E=.\rjm[3\rX%K!!ʿFL?i|o/5x&Q3.[^K0_Jc`]^`~9KR=9,r1Pe\Z=_1aFO\')Rt]3`M8黃\0-T/QMhf̟NipҪ_acyM}n\\G>L32a\n\'l7MiʟMŹns99\0@AL\"{gK ~6CRKAn{])nG? X5Q&7vۍV_&2&⋚_\"$T#6@\\+Lr\'@ÚجFJ;[ȳW:Zw/`hZ/e%I9;\ncr5Lu@GY!AD^a*eWu}J]ߏٝԱlD<īVe$eXA\0/1S~[\ZOG]+?\Zc%5F$>ύ\\cfŶƁYn\0lDRAk0mmyyܡz1l|MʒehrpUhafy*rٿ0j7_m5߾ƫ\"GBl>ԥZ45%~̸743M1\'OW\"ߞeVpRaHMEV\reozyiyak׭J;΍^H`}\n%h-wseXV^K_4YC5HL.r׿7:0[q?ɸM]1^G>}5T\r&CDqao˼Yq_6\"1`8?wIl.ΣA\nL|f0CP=j!t[u9{K3{ntFfyp>`\'nϱ߀}E;I1wYgc3/\0ߕ$Tv4k:g~ubr*m|%`4lY><\\\0-u6hKokȯ3PMˤs\')堢i:d)\'=?PAJ\0%Ǔe,d]ӽI-M7#\ZVFo,-PxZVp1u\'an2-˻!>\nߨ3N\rT\Zѓ(\Z8\\QFֿ7:CڡJKzQ#(K6KhP`:2\"5.q4$+o)jOG\"ەKЁۢ]Jc8:Y}LˏeZQNIr3SZA_q8\Z>a]oe=qmnÑɩ[iɋ*sVq[:<GLZ3mVt/I@</timOhf~<ԍMϯjaͨMprj2xR{왌zY7͋VؑR1/\n_ĈfQڧ-=úfl93x\0\'G|U$MM=g1*&G8[CFS[ r%=wRD{HPDVK̙ȠMPvLnS2lhJ^|kF+bes9\\0◣wp36x<epb-̶0 zh>ư4Ub|0vecƘ\\fQ:UNfjB?	Z!ai9<{ֳG\Z 1oW-󋨀F=5rP\0EVQUM2/B~f/KOeS\ZHό܎y謫@%0X%^-ufG@WWaMm2$mkc7%1&ϋ蠸4>E7e,kcl0tɊ{138W1,lY>C1t5O>g|\0g\ZN@tiRPfr^8,,AgC`ӎ,UGc-Qdo<Kj~JK	bhѴEhaګ]ŀ²}E!9aQDDvVeɢ*Kߍ=Dԛ0͢,;${J[f4J/EXGbb4</ӳ:0,f-^n jW>n\rYaeֲ{1!*b\rϰ3<K3~ϫV~y:ϝ͡wn;zݟz<l3}r9Au%&~9hD$u560O/aUabd,7qtvsv\nyfcmSɪ;jK3ߴ`Wɸڌ,w1]2;2&r,.jQp	Y	C,Iޏ=\n6@k$j#I*Ync4!rg8GE8rF@D*޾dCXR!TmJ4Stqbx!FZچY\ZIfj 5:&kƥxxd쪞haq\Z:r*kSeѮV|nA{[{䕊4DU3eѶam~/Vb!jne0\\	ۦs-%K DEj+w:\n^PUۆѧvCվ-U{%}F|%@gh>-[uzKcw:1Vv\ZH>Swn<b郊GPЈW6L\':VDPטΝTω*t__ќOnz\n\Zje?ԤuY7\'0Gg=w̹\0+fJSc?j+vSlҰIpr2m\\D&? jJ`FJ8Yȴ9TgTrX]ba}WWay%l5j7,f٠b\n\\$WN\'xű!\rp3NaDӡ)ڤd񽃇wo6p3Öitj&7АrY9\ZbП(\'QaQ/^>l.iAK%YAP\"˺\':D)wRHG5C0lMv;esD7<_^Z0P:RRjV#B.b=XTkQs-\'I\0UyPpPkhmEN\\bZp8GR5GSϪďnӘEGqiʪ$MdĜ+29 蹲-zr6Y?Y)8ic~SG6LPqbEYӓ!fѺUD% )c}ge&j^hdI7͠L)~RlTZu7꩛NnVzj#kXI6KB3MjX)j3dNlsr\nk8aKt)qĪ/V#	1dEm}9uB<oa}?K,9`9cd`-w\0l])>|dHyE~@\\Ä	6淈dh:		-SO6RC04w\"alյe5yE@fRG-xɘՅ{u\05re78߹B_zez#$%C\'vʬlUem/vX1Ns4c϶^-bƓ\nC3h\\ \"ۀܒnl]r˗/\rjs5PWnS+З/#2	=p+X^CcOVF8\Z]L!	3ٰSB#J$~d̃sb\'+PˆQ=uѱN(!\\ok-\0\" Az~1@drC>䞠Swvil	9C_1LEvxFGb֐ňV5@xk;3\rguƱdƱ&3w<Cg=fqse5jWb\n{meS|X_kQ	f\\?cM5vp-\ZQYAaM9rfzB^-U@?JտlnlV@/kJe۴ݦmfZ`n>E*jB3Vg`\\ٸH0\\\0gd$RL4US1cmݰ	Վ3-eI,jtL;U#oOSMg;|5>\nl+dhfே+8\ZOIQ]YA-[nKb*hQPG+	zn`G8t+CH;;u<2\rForټ\'1a-H9a6ȃ꾷mnv!u	kPѩe[C5D`]`mn=q<i\'i3{fp\" 1ͨ3˴T9OW;QCe$PFwlELMqU%-9b{Fm]\rą	\rV*|w#1lΫHr=`/X\rrtzQ1%\\\rd(8ti̳\"]LU̄ Y`H*@M~58z%՚eQNVجe)C\Zay\">dWfe4N˘Een-NDއlAe>7,Z	\"s{<ReE5G;[Zݝ\Zab9&w/,v9&[CeY;u]bsk3Q$QڻNS`jBcjB}j<OaYm|E7]5RN`tSÎ=)j<VcOtVso!,kT_0fZ,aZV@oU>B}`k*!B=OaEuk)T-[/sdqae\"G}x>#XJSXey1oU!Z\ZH\nϐ+i\Z3[D9eSI&bQUm$[\ZSD\0ւoLH*aDي0\"έ,r|^<)R	}tZ$h\0Lk)ړ:ra(YҹY\r\ZwW˧pOweCV=an٪RYbña@ܿ5ӲX\nY)2+\0)(S;Po@SaV)aV]˓Sw)4j3xWX.\n\0{1Fxu(bo0c!cbcD)\"N:9ፐBj%\"1j͠iݿǌV%?x^%!*a8?5lx+%mzaIx\n(dB7a]W[LD/imW\"kx6\"-O pR6+N{䒅;@U\Z\ZtKOVM+\n&@28ۘkUBbt\r)+\Z!&K*;4p(so}wy|\"=ɒQV?nK(~v}I՝,@)ף_&Ud,;ՋW	hJ72\rh6+;s\r|k37)v5b?NWۺܷ]جpjGdۦG<Y/,2sٗػv:IprX]$W	P֦̈SfRaA42w0q=nX:*H,ɶ3GR\Z͚MX[jp㙱N:Kc0*`r@&Щ-,VeЂBKz	jky6y興yw,i[ofD;ϝJD\\úq[j%NyK(}V+SRQ\nю4XM(P\\:MH]73;q\"9Z%<Ca@)cg\'\n<-]1kQ].3=ik-QȞ\Z	v#Z->Sp5]&O>wRot\\{\\,{,y2ojEeվ4#sS\"V =,mQbe&A!ozpkBI}ǗoIӳji]\0ㅓQOnMKS |[\\ԍYqF|HYHPS[dC awxuAe\'{/0G		4ĕZe|z\'_\n\0Dmrؼ\0]t-;\"=+`*.\'=NbPGHL{W>[/G@ԘqGP@ԯнt򔀱#\n\\m.✵PCumvhq)4DyP`\ryklMq\ZE-/|VE^.~}Z^CAos䘙5RoٗׁKųl<F?\n)a]s[j*ն^z^^_&27dRbuq%\n,ڭHS\n9?6xk4WHx;b^H۪5@:\nK([q5y\r0xMm\"<T-+E\\@Ж9-!eߊ	0,4ؐ\r*^af%Cif9yX $BՂ2N>q]?Its?:IyvTQN\\@)peYXj͌?h,-)#	[dڳk9¢6}\"j)6b4p{02Uv܂`4SȓTLa,ȅY$5\r|It[Hyx~XᆑPTajhn<(]tg1FHX^^,@,sKY4GJ\n23EBw\Za$z,/]lv͠s}M*,4K*5OcT)5#_L3f]Zb!zE\0ۗRB2rTP+զD)f̶ζ=bɇXϑeߐcZԠ\\UZzXTgn|[0*\"鄕Ȭgr(\\RW(ezq5fX\'O+?WL3[j`\\*,Ѕj۰@{b6	BL縥>uՀWŎ\'2yZ+(20_8Eonlo	:|Ow+FMa*!/nӂ\"PQ6V2;cRz簾\"i~J*/=-Ĭ<2J>C,fڞ;%oXN3@;=dLGӶyDwX@mh(:8Uo0Z=5l\nxWBweҴlZ3f\'NH%(q\rֶemSS]	zDVՎXv3phE$ղd0%h3;mɳ+iKƲHymG],\'ҍ0%4(e@zZ3{o3RB4[luc$H&D>%TɍnH=c[i3l=T@FtFtxȼeG,Vw{jċ$kFE^ދt:R1Ięo45(MoQ)c\ZݳQX*D%Zez%V8[|qfU4\'3u\"ѹ\'=0[ZֆtJT\ZH4a\"wJPELdng8Tz>1*\"OΞ܊):Q5ypPlaiÏ?D+|`\0be@`GQ~&h\":ȉ$ƓlXpI8O&\'Y\Zz	սrn!,3\ZS殤i=_ѣ_wwKA.?\\j~]\"7#H\n}è\rI,3)G) w$$֎ԤI6E\no(./p$	]3\n>`a/VoD[Sl&ek2iV6z7R=:haez΋XC٢SAQ\Zb#-|Fp8Zx\",xA.cWP3ZahXt5яKя؏h#/\"H7Gxi\0ꇣ}@;~_?Oݐ-CkO¥axڟ|Ɇ\n79\'bq}O⺩=>8}~O^O̠^\\T(JMߎ +p,Ȳ1q1N&t,?q:<!1u\nYLӾL0e\',{$av&˲=ضO3h\0gnӶda\'@!k^;OΧJٸ8ёGDsj;Kaq6eIUDTs\ngXJ@h8	ԫuSٔ	[MQl|cejKЛƈHi]\"EMADƓf½D:F|>t!`5Q`6joXa0ma0srnfAɗ/6K]d˭Ϧ,@IӐ8¤pfa@>pAJX.CMq(Hɓ`P\"ZƺM;sʮkOG_*J֫e8\r:TE!l7܊O}@	%cH5lڶaKRb\r 5ya?YiQ%c\\3/TJa<Ty6\\bDwe|$ųo}[HKHm¸݄U*|&cטN\\0R65Kbp))V_4ZVGdRDT;`\Z\'A0E8)e|oȪ9ҫ0J6y?}]nWacـ.3bp\"Yj[+\ZX\Zy3<-;|1*3:,sk]`\r jOYt3n ]OŐ)hzY 3Wd͚T{7/2_Qf\0Pؤtv3ɹ1yѩ\"0ˆ;Hxrb\"zNcLSl䛥Okc$yؿ޴egǤ¤#{{vq!f>XA\Z	toKnb\rњrkZ+\Z2ߚQtXG:̯Tn\0	BV5#0xΧ#E4(ѫiDU!B9y_@!W<_8A\'WSKWYV\'d}c\0DchyPGwJ}.zTP⹤F\'mncMbѸҤaJHFJ/[UmgpA`Zc^N%(L\"\'PDi@5b<-\"\0$H=U_?<YZGd\Z⬳qE\"z:e}s>չ2qmFIJJq[=:X;Ptk\n&Bvv۳hkQMҺY>&zC=aphi,Sp,TasN6\n>2Q4YSY\ZkJX&@L(4@v){73#KD@D~vn~v c/Q0ws;)g$D(A۠.*y}\"O&T#ۢ(Cq\rW=,Hg\rʲeeH,f1t43ˇ۩Ej\Z4QCY[o;\'Y*M*VAVx#@=|)0A5?3[,!O!DM*t0\'joJ3g##Ǌ;[a-*sB}\\L#PM@_K~z9:%sL	L\"D)}Q\"J׼)u2NewۃSYnXi5`YyȧfhS7.GH˪eMN[/ݰ<`n_=8E%R˶+A;+d\0zke}}J\Zad-FRȞHc-Þr\Z\'gG:ܬ̟G%24_zm9h\'46\\laa0mwFcQX?.\"[o494Wߨ-\rKk+<߉;٩Rǃ/HLGx2[\")ѩ0YHR??U42·d%x,btXDw3>\0i1Ll$h4Ɯ[#/ѤSp+3a~^G싌;,c/cl;k64\nÁ_R[|Aeu,R=yfvҡs\\	\"H4₂\"SU(K=g\\Yh\r^nw2vHjah/(s_-pu!sQ%N)mKeQe*P2\ZfmP5oV\r6\0$?I_Y0\0\\yn\ZZ;(\0tZlҙQXn\'\0OUU*Md4YA8˟oZ?|dwBhUTа)\\ݦ4Kr?tSYK0\'?|N3TK}7Y³7]Z쭐8Uu?4}WWWf308ބ|z#~)a]E\"xv-WZ2&~2IhHYIȸH-Mh(;_:Sڵ89]a=9媧gWVު\"ɂIPTռа\n<*\\T:EMŉh^/T>(e}{C\nb}3-G\';fEkHp2n?`y͹+Y6ٰHT%9=_R۟qã@Yt=r6,Q \\yJF)\"1;2>>(o\Zfgܮy5ӨНPbVc`\rʯRl3:t/yBb@TEoQ<L!3*dg71ڐ^#4ӗHД3u$qݧ2p=^OM\'N{<I\nyq_dRΚ>/$T^1`eJ*sesgi:]֩ cQ`R 3Lqf#R\ZDH4:F(8rL=%{t?lO.Q%\"99VibiSd?g]u79RXhs\nAj\rC+@æ\Z=\\GHr&%ߋHLJ7Q,f&~db.4_*尾~Fzx&޳D}*cW$s7E8hkˈ]803p5.ǧ`Ms>,*BE./VjF* `X\"ڛm*z\Zeaȕʼ&Y<j7fQ&hƎ8Cu]>$jҠAmLϢSX|Yʊjx\r?HyRO)tFV^A[sify\nh0D\nͯ8mL}f$J!$\ZX2>	O	ڄby$1oQ,݄Ļߦj5ps}2\"6,\r	[\0D:2-P`]a\\$Wz\"`I˻q,O8N&44e-DEJ~K0/]nnS5nqsroԓhUvC4*Χܒ\'t\'w`DAKIA}[-GWADb^w\rj)/\'X hb$`~(xh\n܃:SٕX⸫L+_)65GGm_\r-|d6L@qb:HZaU\\|E&2#`\rknI\0hĽa蕀/_x%-7E_&k\0<ᔞ\")^\'Ccdm=-]pi*0-EDůYoCJ\"\ZN\0{XkP%0.7r=G2%l_5R6+ʙn\'\n~N$t[ꜶaʹT\r7\0[Ɨ>CEz]{F邧xDJ+6?iSiEfY\"ClZbuxM\rxzRsE6,S5tt`af-*oR١Z7~Mnu|b3MOXzOm)a*]alG8Mfhe%2g\"ׂ`ѣT2\"6܇9AÁHfُz	G*7=KEDnjX۶yAJ2<ZheQ_ȕC]=~<sɠ/$˨z\'߫]6[uIAY<Ec,(d)\ZAa}OqWFJ ̉Zi}\r%3{<aN?ha MO|B<|9ZexAf̹;4ں G{\r\"	l\"\"\'-QnG7zl&X͌+Ы1\\VQg\n,\"{bP$\0Fph7f+j\ZdӯC2*darY^3SP!1 $XEŞvW4$\0屈|Y?cؾQ;ebLl|^`Ô/_hab{lLEklTl_<\'oy,5zsn\"Ϗ\"Z:k?v\"ɞEqHiZowξ)՗y.d@AG4pS.yr\\\\\rO13ӓfq)/0:4J\\\n)ˊi|>fg;bG>12d>>|!>[:˺S$lbxӟ.g~=VQ1iS]hR0Be16{׻{뻇tS崦a.bY1G)3aB9,[?8\ZLi?\Z[;5pEz~\'<e˽4ш&/a::W4lb5tܗW)m!ba[\\_Li5O2=:4@\rZV<{T4	w୿Ջk#X\Z!\0	P|\'$ H%|Lv/(zi	3mv2>;tFvdp:B\"dg<>GFp}#v(z9PcT%%w|*[874hGen^f!Ng,ꡟ@{4_a2}UhVd܏4le3f7){K.<]XgXI̔+ɘa:\Zv#i+3W~\\aB[/\"Ͽa4˼|%8yc}^~~Q4էWGeG3FQ\\gΓeW+3tI[qFz}[{܌Wo~u-r\\.VU呹1#^VkӰg\r3=cQݰ.jYZe81W[38왣\ngǌNe_.#Jي}%?x1\'}cjk7s6{ouwn,zBۅ-Q{8{8s{/47Gh:W؟\nkkY:Co1껍p֟tv	\n2<~Oa0\\å@Gǁ<.R~ު1tUSq9 V!9sa\rwg>\\0LGq|6ܕ}Nۇ`Ts`0\ngP{oi]g\0udMV8$0NǠϔ-䧳Q[yg@\\2Wsg\0F)_[<xQ\"\"Зh!{]憱ˁ-Ɋu fq>}٬a<<R6q$N\\\0g0T9st;f~\rNجWOCxYrʢQpt\"u1#:z+O\ngTzQ*p|FƜ7͔G3YOc-k\\-}~<^*kQwuf.lr%\Z|Q\Z3cLKcC@Y/Ɠ~Y0{މ㝬j9vkƺ*taxvஷZ~֝W\rVk;[=Wv:\0ig˝4YH%v#t`G{ڛvkI7u_[m7}]=!nnMw=wW\n	a6Oȼ҉:vommo4mn:F\\-qlhprs}77i>nA2;ΗǓ~⑮77v{k__om5ͦznmrݖ61fsUxܧP\'ml<U\n66[vr`m;n-filA\'ئYo[Amֆl[m~n]gkvUѥW[lnn7[[M2?$4!o2D	\r\n`}zjm:u;fH\0ƶw_) dG977lnn+{{ó]{{{MZs_Xv;ۯq}h:+meǑ%y75n]U3\\NI\"0D;>d^Icj{l[߬\ry):[6&>a=l%:ΆerkZN]>HGʚ,l@~F46v6Uo!Zza9N6$rpjgQ:?|wox&zH: 9D|1Ll`^j˳^Rj\\5pR\'R-9r 24?B]ՑvRC< 5n髧͉7gMu)ef!yxRbw_]|}M_W,YD`c¬\rY{kťYj6_-68̑bN]_)ԞЏ߾~}fU/~~5eٲ8k4Luua=F)Ű-^r6.~\nu}X`;ď3^7Y!4xфXG(q}_1|9Õymzfb\'hsMx2-.6(_C,m=뻿ӯGɸcm\r=Z1:5=lQ(Mߨkyn+?\\$ȼپ~dþ+vȶ?ƶar\\=ͬ7p.|yV^ѐkF)籵-g_.0ɖ.%\'Sa01%\\\0WfX3r0*7-Ienk(kĸͱ¥[O?oj}ļqՐn2IFlOus̉/<=n뻏x{VT=Ɗ;\0y8({J\n4U0i#s}dsE)Xun^8NdYUTR3޽\nl?}~z	aۀFr2G[ԚxKun!?+ı8C*!Cc\n; 6\'wvtO.9R5dñyo̡Zmx姵6k͇;	}pkKhM]G@-8m	gɵTRviRWvi𔻿_l_>#ոI<QB^\rtA|yrj]&GI76u߁`mmhNy\'^_iḐ@SX%	/kVI٬1]?3KѪ%N~r+pȽO.G	if@U\r)]<9?|8Ya,٤;f6dXULN\"\"2=5|\rui͗E]C0ܷEU6*]Hv_-AzGOo|{6`Q~}5B^aP0%۞w>@lg,çCK\Z^\'[\07GߡL_ʬT*+X$gSI?QW\'e	)T(u\0\n;e=B\ZY\\QAdby<WJ>- 3-V?\"IlR h\0Ugp%,K(fE\'3\'С2 vhч7\"z\\%@\'yA%lw us\n\nĘޘĽsilOIOd`K\"\'\rkYzT놭Z*Qt}rәfX<N<*ٕl4R E.TrJ\'`!B}<YAݧw矓ֵVzB[j|@38\"\Zo)h\\s5oY\0khMʆ	\"M$il0aI۠%^\"Q4X mG|{5W\rd\0NomUu-cEdX+(8|J>o,.2\"WYĬZ\njL5ba݁dct߹`XQ#w1ٲP6~A6m*\0LA0V\\1A^gzl/a4P\"q)j9qȁl>-dN\ngAx)_c9\0lU%XCH\\uj;|i.kruML$9\rA\0\'_1!995M.Blpk׳Tw=|$ny8)d>h#V:/WV0K67N\n;Mmdفuv^l=_˹aaᠬ/Ă]ˉJvYb\"q^ ~ׇ\'..?s`WU8~uukuyF#vo}59ۺOd_>o?1=0I`0#]i	NT\"F`h@)I0h$w?~#`*WzBݑ@\'\"Mu+d#1&U%A 6Q+hK:cj^z6o9mJom;Wè:I$śVyV Ϲ&K/i@(Fg78FMd@q\\Uy40~p>\Z\'~Unj	beaMpaL@kn1*1\0ޜ6֍PM]ӿ}<XB5(Jl=S	_D	*%/F@{?4x=?bMW۩p5x[c 50P@?CTG<\\ހ]/!I$7HUS/y*]!m0Yk$:]M\Z\nŃv`Mb^q\nDRcS!RG)CH)ߴMH5	|>	L2/d7po~=f{]q*ԛW ^f.C8.?w{*t]߽=S^\rɁtOS8c+nIf&\r쾭+՗ė7BFng(D̡{+ڈ=F\"nn964{Dg9\"yUw8NF۠/\"c,ad\'*,Bb\'o\"EOT/>|*$@qKY\"(a}?G|ڲ@\'zyM؇}B1&Lְf.7$=?k5>w엂y{{;o|#8-Fgٚg	,.#_\\mKڴ=>KLt\Z >۷>`2p<A-{<0-aN[\rb+\"4{3l]ȥI=vZ2&ܙwћf6 \rL7k>zGORKx*Mb\"}3\0jV8lވnɫՃc\0VqV\r0V9\\X|6JU5$.s2$vghVMI;iAj?D.J˶tWB[r7pP/j|\\p\rS\Z#2\"=sj*@>\'Y> ),il%N\0b8=m&\n&W\nx~\n7X\rFn`] qݪ\nFϫ|7g@e\'Ak*IZ4~eV꼃Bqc>	]&Ot>RPMa\\blnÊ !M%W[Ȇ>%SeqJf\0gs+Jwl\n.~K(vԾ훓EZ\0\'5\rZ*^us^yL<Iy3dx:SAW/8-%ݖAI5DoIY{ٖB+T^v~O;5 \\D\0q\r00LG\\\nϩHyxyGbo\nhCh\\*uqha\n\rgbzu/:g=[ruBg_}E~q:1G6TQ,F|H4ݤ^I=߯>Tf\Z0@{ݦ{k[0魞sx5D/GИ!< #In(ȅing&J*uރuטtH\r%f߀[\':s\n[\Zmp\rGtX6f~+L\rrIH0Cbp#<? \'x8Lh3y	TQX[6nXӄi5!\"co|AǖTz-|@&`{q.l:-K:AIls\0C/G@؜7#^었JQ=K\\9nq]\"ed#_M\"=42|\0C}$Ɉe+%pK98x}:Tzn7jm.kuGG.Of Q=Ro.$h3WvknkZr4\'WI鮲!u+`/h!L~6]8BjC^@7@\\\'\Zvv,QKxFEc$VpLkz }`ēneٛZxe:c7Ŋ4իMVOn| א	i,rX6\\^_?}uބWch*ouQf9+E-:B)^;V	GuI\\ݘb&1A:gfx]9rǀ\rg^Z;Ç)ٶB%vնW 3^\"H;)`Ot]r\0cװ([ksȗ}	w>yU,&z&\'4#3T\"8\\&KkNm&ل	ꐬy\'_@Aw?}^gWaiM\'-%s֠:\rȌ\'N]lj^]!:N:ClzEΚ!N P.@Փśs,\n$QwIO\\\\|SjRn\0M5ЙRuev3JG`[7+:1]MYP#.*Z%ZNl~a:ﺋ7Ϯr|PNx\\Υ&ɩU΀8\'ɤC5eMefsVI`)}.Uq\r\0s5$$<A,wWq\nWL6s0uDqPap9SRZ#[]@͵VrJՂRcIܞ\0[5s0UDM\r\'C8>̃NwiarwLΙ>QVբX!GX>>Et*u?p; x+~Is0@VUB)@,Taiq}D#@.7Q87.>{L\Z*L3[FX.F%^FXa\05=3|>k\ZFm߉\'VspYiTF7|7V`УRMOr7WLI_t1{5KiߜdcV#>gƤ@f-xX<9]rݹ^k\"9-GL1:l4\0lN%\\G05_4`lxg^& 5\r#\rZ8[`qoJ:?ꂛA*>\0jܼJp,$p@9ç/8igP9a*yA\0V$p\\cc\\9oMOÕRJpBt$2ߌqK}5ep\0w-GՁ\Zy&@ALvpmAb f`y~Nnj.[꟣|Vl9|o39cF;4\'D?;Ϛ{r\'a\0;&]c/`kx;*!M%؆W04tgq$E#A7$fm hPcVu٬O\'%D\'Aߪ[F85^ZcSrqމ\0Ҋ}~z=hKM3aAHGBaDy.-6=\\sϿ>eЋj\r<իJ0DdYxP(Qy\0 Vp,maTo&HCk9jJZ婕a\Z\0u M:8w/XQ͗?7yw^`cǱM7<ߚ\rш-^ŊlT1V p>Oz\\\"ߜ^kOhNn=FΨҙ*-x21([r^)GKػbb_(500D.6	YW\Z/_PyN+Po,kmz\0aywbO7\"%SAܑ?G&. Q<#%[x\09e#xx.FD/24ӳzWaIQ$CtK#.n{g*Qw{]\"<uKW&8&TjdUEZqߋ!4m\\I!e>5BjQZc:@<.\'~3Ll6G84/Z~*߻AA3yRFv&+@ ;Is?[߯/\Z*rBN`Kˎ\07UfBZtp[؊;/^M>0R`D=m`u?f3Sr<^\nLS4=6]Yg@!I.6\0Gy)0P̊/Ƨ2\\{ӣ+E<\rKn\n5כjUEJ]\rL4¦OΦ(M=&jZ:e=I8E%\0\rՑdܸ9@:<*^	H^zeO%%J=P	;4+\rXe7~j<	$4R\\,\Z`4k27Ո#e_k&	s>ĺ΋P~X]dP_SCZUZO).hfii^Vi^XR<c-6\r`I@ӟuϦF|1\'Z{845w?\'0=\'@Zb?u.^>\"ې\0_i#$D1H,hUE҄4-G`$K\033;\\eOBWktɭ0 z@G@[?8l0YXRWޑeQYF*I-niZu]	 v]ДX%ϳz>GAÞ1h\r>o\0	<6!t4F6D1(.16\r|3CΧ>H9&fڪ}PS5q]Vfh;oc^w_}#CU$}F(	\nm1`XU[yB`h\0>WڻR^Sq,G=KE)1aJz4 \08{Wk;9bu>vqvȄ*4H`İJ h^s9jcͭ٤kdWr#\r6ґK\Z0^|瘟KL{0㲧-\0\Z.7À$B{32!Ak9o|,{v$NNiC0) K%hd\'q6B\"tr\ZH}K>0\n|55bHPa]-\ruFr^K?@|v^y/2@\'=絯j7r1lDmyӄNݢ\n`/}ZY%bݎ͞?hLTkVI,1GmeUj_SƢg:VowB-E>\r%Д)3K3	U.f=tCjmPH,V$cJ-n\rh4+#[\0H\ZK}$\\r<e\0MZτtt=XXME\0c5($@r\\6-4P\ZWՙ@<5jm{ӭm[<,W`S)q7 ?No}ZbQ#!uDʓ* A-\0̨[CbTT>]iڿs(6\'Ы06KvDI\"\Z%X)g3џ\0w,ml[5\Z>OC<ctiRttP ?Z\'_&\rĴL`7%1l_l*X+>\\?\\z׿~|ɰ_e[6椡 9\n,ܪ;,NLϫZ-\'tMD1oF\n<IorZ0\nBR8%]*^&%:l9NPH֨[)ijO5\r7دhh]7b,\'F8*Mk.a@&x~CVC?ˠpR4Wˏo.b;_ܟ4Ha	@&$J\":o@u;bV?k\"\0jjDry,Kdh)]ue9Gj-nzN޼بKtMWWwme<R9f*iI<1xjGon0dYlV%!\\OTw!l}΂ku#3\\6.Wmo\Z/T`#MZ{l,$CF,sގ:}QY*ٚW\Zei\"(,B=gRd\n\"\Z4	cWS<x46:/˱ծGiUH`ෙPGݪFSzlji?÷o/ iEǐwvl\0%x*hrXY+~R/.?[ǿ_A$Ra\r>a	j@z6Nc AJ\0zjzNųމdu/V]:oQFF&K15?\'{ѫIoѹ\"fj[HA8?J\n\n}!Є\nH;Z`i9-v,	fց\"c7IN]A$=!fp)cor$M\ZncZKzfȆFsM,RяKd!YH6%fgT5=6Ȯ@ݎmOMWJ.]R)l&y~s9TL5N_$ZPƸxyE󻷿ey杀k¦@\Z3#hv:Ja\'֞_#1KO$I\\j&4]}S {D,z/B-&7}Q-}p-ZMW6%05%oTvЏwhV.T;l]]lyٍ\0~	+3E;r\'r/-6u,Ffo7~l.yA)/TyD_=\'=ե%eMgR\"ZgP6,K.\\&]Vh?M$k7}TM\nZ]`sL=!\\$Hj&%i*Z@::}l~rUs4R$I5-I8K\nRiϫZv߽~ɺ|ŭu1ι?XXO]=8HY`jz:*\'Wϻ;OPsPw1gm	!:|Tɏ1\\a.bfuq7Xb%Mݛjp98š&<bg`źj6=s+#Dv;Zɔ(NVT14K\rK\r6 [XB\'ްK\"\0Ȱȟv<RZl<^{HKq#\0PTɑpg}G5ctJ_^7f\0!ࢡ:\r׵\r\nGz%%BUٺ`pW$+oe\0\0	$r?xT[LZN5E	AQc;d0m2{\0&\0?4S>9Z^5(ͫ\'\Z`7>u>yX͋L.4Li\Z+թ\"#\01K4.]oD\Zv:Dl< *P8ۦW,߂7SAI1]TSXcdRTpl*pAgA>4Q30[H*BʷUۦdy[K[`5)ꞌ74>+k	 ^Oëw:[7S\0wHRLdXRc(Q\nI|*B\\մS;M%vDD@\'\nA\'j\ZYf4H~IوoVUc,:\'6/0q,Yg\Z5J\\685HqY`l\r?f~٭yi\'\'9ɐ4vkƖWɓaaQbr`*رU0/jZ<k 02{lc\Zw]@LPYX^0@ΰ`lM2\re-.Qsō>ͳ:;0mD;YuƖ^fH|r*ɭOZ<ͪ~x^\nx*LׇϿ|xޡሪV# %Nǐ&?+Y|{:X=1\'x.#ށ\\PA`_*֋ԈJT\Z	AE۬ٟܳ\"q{xRm\n-\Z,`p]I6HN:}OǟޜU]F[AțW{|oc2؆e+2=E_/ڒyB蜚$L8o6R{YH\"eueidm𜧇ĭJ%ݸ8#2Fj;cy)rA#x#68_Kn*-q\'`ΒN껏aJlImQM(E\ZRsYPf@ցMhf{1Ҭ\05,N]-8~VhJ&ow]:c1dh&?GpH&ݒK*?mXvir 5\Zm:ޫ74Jk#₸UEc}?ɀ?~{w-8$gI*BQit2/hU\\PxԀk[*$v@^fL	DmNKW;cJMtW˼̀!\nn\r]~FsQrz{WKC$6Kf}^b9V>ڤDqW6;4 y(/\rF2Ȁ\05\r?};qȫuZdotU/*{\rVj\"kq/\"fr:GwBD&O3|P+z.cmÑNMWdǫ,.W^rڊ@Ԗkb9MDai$̈U5I;ٝ<Co	!:q1p4k\r3wF6\'*/P9Cz\'t5٥8WRmKVeAB(9Xj|c6M_A6	޻	#X[m,U􄺬nl6\ZmE+qIx{Tk֘e\0~p,},)b?Y;\'/hݽBm|P5d%31آRuSkfTQg\\AR營Z;\ZD$Joc\r$oW9chZ)lN*\0\\>{+A|; (9yN Erm2CuE-ւQv!8(L{䓤Z%ui/Cwŕ%HoKP> # lJbjcDkE~djάt p.txYU_R\0eoS_lClA,a\08͖mF	lٗۅj(vj)kz\'iywsjcO-ͨmSXو`rFRPrE3ϒ-^_<\"t}#Ld,Ьłl/D\0H&j&:\ZCX<9|_>Y;X>8 %eF\ZPTYv,M\Z|p%P`957\"$xyjߐTyN8w\Z,FZٶ~EGj=H0;CӲ\0X/ޘo-Z?$\0>\"H2GxZz/V};t$a&F ^_ainBqB*>*dD/twKDh<\'P7&a!N]vRt}W#ȲtЖ.\nVNc۽v,d설p G\"IнqB:;\0TgS^b$JkS)ŝJtxNwo2ms໬ KW;\\PKhTR<*6ArgcQ0MZ#\'W$ߤp)hL01wyAd}xu [\\4`zHqDRJf)uR?_m?!W98:(CH5䔠~IRe{Sǲٟ:_wu-f-o*ߧT=dAU{\'u_9d@mb4pF	`V%܍$==>t1D-qXçҊ)!_-5ҥc\01KuSG\0*\'WcsU!74!M}N8\"D?ϙo`:D[#,/U<\Z\"fkc:yI@>:]YW5\Z=)P$,!욹9kE(ۺN@)#3jQW /;`&6BQD4A雕)k:Ū$ñjO2p]L0=A8˼v=\\nՍ{$kEW]6#!v3sRrQx8Ź`Mm( S\\$tr]{\'VD4v&/5F7	}kz\n}YQvh.H]DyhځЁ\"HWwQ2ɝ1^bg3}iD%SE*iʀE96	ϊ/2y\r1~E+iyu]jv\'\"PW?c*IUmv`8>~U]L^!8yi53߆T7;lUGNb%\r9*\0h\0E׼1eӀl\rl8<\0\'bL3I\ZѭuTEWeR8Wix/irV|_<uoc+U]$o\0.<e\Znft0R{6KS+s&OO)g$֩Eu)$1e\";l?{R3є\Z4Msr&	L(\08.[1.zsW{^:KEG&TIjY\'2D6ڴlեު~#[$f|J.4:Nf|v@f̙HF[$b$er@>\0:I=8f)UmL.En)n^|#R oq>׷<	?}};BBF7R.&t{;Kv6ynyVέw@˿=\\`]\"\"66ѫ00$t8F\nv\')\0OH<xɖcIwy&EPaJ*JAVOΏzqjFP9\r.	Ӓu/!%LnkM:ν8l^ݓFzQQoEP$B8߶9=lN\0)Xf ?LD85vRa=HCu-ƪwYPg`9E`|NOzPuQ\"D45bLWԎ+neubڮ-egnj]7HX_j&:E\"JI`Rb-B-=vd_\\\r4Nu7R$׶)#Z54˪a(9Q)m	 g\Zm`e5\nr-vmK<&i,-{NP7:9{?ݧGs߭KINkW{WH\\|0oH&\'Ѡi*3jGuڪl2w^2LؐHJx-B5̸Imf~\'[jz=9b2r^=ر宻ܥj\08锓7Βڙ׻_nL(O\\yyݚ͐ewכM1MM-Y9B~ww[J捐-l!;M\0ɂZ!\niW5`ܣI{oޒHuV^J1i\rxIa]\Z$FNA	-t3Xyo%Asx3e_+|jǫ2][*eJd\\hqyΰVWbΔӊK\'Dt3^\r\0AH\0LdV7]/箆8ș<?JL(/opQ[A-n{{jxQrz5]\'}\Z@=(\\htG>RT؈`+(&\0*#٨Y˖[mN߷i߽!f}7uGy-_<jBFzEʜ\Zj;]/y03#w/IBգZeH ٢,D0 ڐԻajczd8>_?]#K~KgT}RMX}?,&Dz(ڣީB@EѼY$snL۔QO18Ct>>8]w])7	\0Cfeig߇T,w[6\'*hW\0X6Ӽϋ߫\nXWջ\Z*[U09Yn.]ܫSur~DYxHmH}N8\'\0kb߅sxՁȺ	YF{211J6YH9٨	5&bOӻ!,M69*>ss7hart9]Uի r_=\r$cS$s]Ye/of1v@ے#-ͩib0kުwI<cGBﾽWBTvu2| M 0.65iH~Y]Yr5[KV3Kf+c+bbỬ6vMNyZ	N],}n`ښC\r	NEƤ%Y_UF׿/߈>o\0I.᳴+5)qI{xw5b\r!yI_o:|JTM7(A,\\(1\"{Э\Zjԣ	Ns|rB\'n&Z3<˒Brvӭy,ú:1	<lRP٘ӆYVvTjU(@D]	?OE?~MEDKjqM[;[S߹lq)εVu-gY%~bҎMw*ϖ 5XR!T+^#iq7\nyJ҅/y{1nBtom?svjڏ3IpǛ֫l|b#>0حM/\rtؿ}\'U[a\n+K*Kp/ϣe|oMC!.\rrֈr;k%A?Ï-M3B]c~R~Q2@6;CT\'ۇܽ}<6Pdm??1! dvH<#}>|Uk/Vo9kNҊb}P?Zeŷ\'ɋW*2#	=:풴z\nqL˜,CCً\ZƿtX.@t6#kȿe-קd<^`2]=^~iFRld0!ϕTӫLt\0l\n:bܮ\"<o{~{ZZҩjGSKJ&KʊAIC֭0Q_eb=C$E\"BVR|iNvL}\n8qަf#%	]TM5\Z4$c\0lt#~<|tkm8*#5@/Qw@[|6\"qFn.}T$]~~=Y\r,\\&\r5Ir6Wc5-{jU=??\\D\"M}Ԉ\0eWL*Am=$V|7@Fˡ|AF\Z\'qnʛV M~^`+}!I[h*|aٝ4Y\n)\"+\'A4h![-JFƞ`6p-^*z?GWbϓH?>|=5Ǟv[S R3*&nBE`:D5Qaj`ӓwOqЫ\Z`Xt_ڌl˶M	M5dwHHçۥ!MapzLWUgwvhf7{CӶmKPvrs%q$`6:`(:I@ׄKR.7SR\\Դ8G{rfR޻Z(tzI~[Rtx+GFʑSךͫWt (%^Q\r|x{wأ*jWZr2 	\0?fKR/曁s>mK];Bd]&A-WbiҪ,Z&(-n+l/	kܬ&9`Id]͐FeP#HF)]6BW\\hVu\rPpZu\Z%(lI\\7Z|oeՏF.HBC)a9nv\nȦoOW&aC5GEW(AגT]J%d<z4`zQsǖ3Ji=Gy\rꀰAN8h(me-:#~>p\rF4á|5n!Mg|9$09/\nUݧH\rha6۳<h9FXiOњ\0ɷVYlw0+P!HP2w_f܅3@T!!gg;\n2Jn*B/dw.§{*\0X2;[TQ[dm+=*=\'mvRJY#A]m2muf!v2aC-[]~;5lug?ׅ/kH<.զȤf\nv_LCF6s}a(O=,]pXX?98,E,o!K)g%G/Ϟ%m>m}M	[R<dEvqeOVE՘-rJ6NfNĺEZ ُNo.\\U>r[p8MyQnAܜߪMϹJrjZ⤔̶6\"IrHB,NVjh%lg)<_|BB8,HID.NM\0\"c&$~ۿH_Sd+e\ZQeIwmQ\rưv@2@U*[,p3Q{d]T˒PJ9\'Soğȴ׎lW׊\nVBqHZEAɀ\"s@RG?zlNe[dJOOF#}p h8A^fz?}{^Co~%]mk߭,pB\n.\'	\Z5MneMhVϦD׶9.#5l\nj+13Cl^;e#{b-Pnn \"\rV5H_s\Z?Dy%}dN뤗\'OmWx(<\04vY,dij;ֹ_.VR }4𺮎u	 i4>&k3zcdgWety^[yEͤp^HBmSXK]`J\rGZέj,B\\.>_}V{\rU\r\'-V`!z[UnT~i]y^\0/ ǓK{KRR$l?b=85G-ĄI(.pt6~ӽ8I.ʞ>\Z\"WY@`0kXz-	+{Dwf(	弪f!Yǩ/\\7aH|\n2qJJ>nq޾$yd`ZV\Z}IfxJBf4gxN}AGy9x~t6-\"Ϧ:pa\rXS96Pڼ*:l{ܩ]>|JQ.SKMbh>Tօ$g=U0xkaadۏn#\\Di`>8yN07yNa~nONrS5]*K8\rYu\r\nRu\rhly6$yL<3Xt_s?WoŦ	-rsvKYN\n<v2&8szΧ);˷wZ$ l~۫ScO\'\r^4!&@u=WFd:)t)A`VwQCt[d\0{飑Ж^%ڎsLm/}Xa`8pd׉Le-\"GY/o=|-ha\\e1ې@R;yK.1{êG<T+EAx7@\0a^d\rIy:76oo+%FǸʷTcdN<\ZdS.7R̐؀vn>軐w_]ɇ\\y#\\FfN\ZaCQTl\rZ`ZwZB#EExH`ZcMn$cZȶ&[\'/?IFj;\\\0bcUL.4:Ivװî\nU\0w$M$!ŧXmv5-/aegu;C0lQ\"Dʏib^߄Q>9g!z4ȸV:=Iob	)g\rn1`F}d*,rn\0~j\nضx[$^*V#FWcqCS:	r(rhw7jc\n$i$-UוcfW؝F\nCxݬ͇^ޅzm\0qH=#VXVN3MOvyYçPݟ)\"yA?9lϒ1R߱5k))lɉk4,5 .nGZ^TT<o8I{zHhUBWe{p8=P 4\0&@\nMAJ^_O\'	3yM|S$UTzye;;Ȼ}9ΟnvU+$ZΆle+g81貟pf7i;nvXjfqRsSJW!hmHKR]aeҞl!UJ5~!3@+W$\' )P\rx?-Py+/?]qdI8a]\Z,Y!WB\n,G\\!9/7/8b4ӛB2)WQߥbmR,|w\Ztco%^٤QQќG}6>bHy#pd¹r-IlˤB\\pD6Gc]x@T-#穕pkS,QjBG,B,	I^*`ɲ#PS#<&aL(	zMRs۹VaJ\nS֓N\"P֗\'U5Ե6LH.\'e/k{g|ǯw_4S{-΃xYil-9-d).m=8r5\nΧ~w.[]xA`0,ސ\'qt,scD7yZ7ShF\r>?NAUKsH;(zeaS\0*Ƚ%ӵG%/|Y=<ƦXP|׊}#1fM0Naaсה_޾}ӻ[E8voh?pFݗ#U!@=bB	xҵP鶧KSl\nڬSMRҸjY|f\Z9A<MnTu{OgvbBtIE	y{HUOvϒHr@έ[bi~3;&Tv;C󤋘3il\0:пۄi4zr^7^F=dBX|YyYDB5l)yxPV.d\rD֍A`1e98~7[\\58O#HvjbRB`\Z+1&RnnSFAlH[qKyɰ^}듅$VI:7W[iV͜{\'`E(I}YX#Һ?R&Y5)+nR\rề:FoHr]\\|ey҂葜:nJ{Ų`y4_lT]\noJK䱺$[?,SZQԣX$C:f&):vUcCٕ!mZyyGLjpFoAAD $^}!+gaس\nܺ\"S\'/Z̳eb-wԡfQ6Ikh<c^$Qf;/FǼ\"4-\'H[;\rήޅ$Yv|µ Ǎnr79iwXXHW89{zj,!Ql-U;fO7t~cJOtCo\0L?Tq\ZJth|p@on\ro͋N}E5@-̤\'J\Z$hĘ4tı{IL߾{>jfc͂a7CzaJ̓Kʒkw`WO\r<{Y-CZCQjrcn\\rsdkCĵM@*0^ҩͨO1<d\0]7uF$ܡtY7_~/<3.\0`؊RM(6pR\nl4qtwɰ?\r7{pYt05\0$ \"MJ\ZOA>\\[$YC8iNrՐID@ۈl!p\r:|;o]cIJ!ÖS7;%o\Z9ޓ5XA\'fFӻ9uguI\'X?FԴzdJ$d,WչܶjG/k&tM\r5OE8	do\Z([E\Z\\Ǻ6wˋB)f<6$ ]tYoҵD%XW=n祿9JD}حKOQ2DU؆h\rZY5]:8p;~R4د34;j\'kDoVh|WS/Ud4ƕPC(k<yF^[xsGIn/nYs:TD\'YӣE\n{| d[忝t8L6uMJ΂t(?+\08z?ELswQd4\'7i(^a$3ɖ0ɭC2jGH˷ϟty-a:f`%&cK\nzඟjjHR+\"o>jܒwOy2$š ZDJQ@u($j\Z<tAhv_/wNahG\\	X\\\Z$ᬵKkL%$^uj|6vbOG]=^TA=)kiwTg肴\r0qog5T\r{J.P6\nHt<,2 hDR}>MlWj2>Tl(ʚjm`=B~SÏƢw*IZ_@xR76o61Du!]FЊ1LmhӓJf>WiN`-g7nC\Zjƕ*Q §qCR\"Hhゕѳ,S;a\Z]ci\\Cۧީ-R5bAIAÏq\\d;=%>\\&ߤ]wg`=C\r2Xw/dISܐq\rWovYs{%\r]\'z,pqh&37FKIqc#r{զ&\"1($&</f5%C*jg4|\Zļ8/\\`Sҫ&٪\Z{&պ8F\"IE(\\	uLi6KuL^\")rJY`G]=Q}D[p.>2Цd]4SJ溯Чte@kd,͋!@2L^AZeoT]ELڈFrE˯[>}9<>߿_Ns%$w3HPVg@lI3fOK~JNu/w\0ogmiw˒T *YI;G5x&q߿+>7SUw[ƱT,\ngf-=1e!\"\'Jג=|fΧtXXIb\\⫀Srljē֙;71+x	H\0{75NR&rYrWڛnW?N؂IGwO#h\nߛ3=B&eB#3ݎt.7i8Ȝ:IFHm7L_sj j:Y\"m=@>4Gss&J$FC\n#HU\r27OgW+&nQѳ@d@o\rZPt/^ի͕g힯cVn\nڠ_vӣAP\'T؅Sҋwix=Ԑ0f4\" z0RgUto.LLV5.^Vl]b+	w{lnjI?gY.\\4xYMou痏&6,AA(\Z9KnuS`sg/iQ-lĂbI/{%exMUuXk}ߞ|j@_6HKFҢ&Ӫp.uVjsCKݏv\\sȢ$6@Q]awI]ͩȦa@RK%f9ݲ	hx.ЂZM9WjvG/1DTMn]p	}V?sgu?9;#)Țg <5*m٩#4PX)}Uhwij]B0\Zq6aG_C&sաYm̗An=K-Bq  \\Tbd!FʦPz-ŨjNnD4__T.\rؓU].&4]D]pM$m_G(ZXe,;oAhs\r.stHu$-ФY֜OU+}mK$n4J8ՐX&?61ii^ܧ+-jA#9MeT&gH\"\\\0ۚ+fԺb}.0^ɾH|7`2es/C\nK\"q\nE14@sLr/W-F$9:ϐ4f=AM+p:\\gv2^Dp\rFg~Y	DVR~IBw6ۻ쒻52l3͚`}wpHDO\0#pDN=fuS6di\rm|3}3FG-$tλ_\0*-G{\r\r[U\\ɵJ{	S[oCFXg F^ȧRx\r<Q1>LmUbLd!cqV,&7ΒП!T$gC!H!΢F^\'=Y:NiеPӣ^+g	&5vSxurMu%#$6vd0Ãq<Tt~yG`]\0}$ a:hq*JA\'G|r[\"XLX&s6eGGVӤd2AH䎮cuC\rjz5\rxuбdWWDxBc܌̷\0϶;$rGRȭ))5AE?ϩd<?l}s{n|[G输4p9DfS@Vi	RhZL\0Λ?|99sJTu6ሊ*sIPM\'l;&d۷>ZiNln>\0dhϒhgM5+m\ne<2Q|]kԬMQ5E/w^&\"nլF̢View:۫9Ǭm<}1\\-\nBqJlSmCcu]˱& .Ij{#^YtqJGpFlJ\Z<cq7[eT!$9&]|TOEWyrQe,MVQ\"&5O-y/lצiy8s^-\0WOXDIr0.zmi_R O%xsUEދ	^.NK*!(6#Tii7E[^c<iKT#$[w1k]U<YfR)+i~OW~`syU5(*baٜ4D\ZXuj;H\ZnGczeX\ZRY\r~veٺ\Z魀Qڣ󚧱&NiS4roו)N&SЫKSwjyHwmtae<G_ޜ430f7h.ǒ,jEB*Jo4% (%MΧL)BL,>#YyZ&W[̈6j%cW]ثAF0PX6fK б(4XXs&8_4=E|Q~폿\\Ǧt{@XP9xNJ !K@@EtI;^z̗rcj !bSےvH!8@  Efx M\\hj\0@ҚN΅>z*o^g\n*\\Whԣ,)UAI={u\r\rTKpK+39KCJC؀A~q߈ҙ+Y\\H+$@(	aڶR]>o-/W]y \0;ɧ,qEL>\"\n0=*)kjM`}R4pˮ29BChE/o&ӏ]:歄d`Wn,8I}Ty8/7FC\0v_sOÏ4v@S\rkLrYnyUaclE}Ԧ:*=ǟݿ`qחA$ҺSU$@db[(,}{*?nk\ZJjb^S?a-+~ۤx8Xo~\0\'kx2T@J/˺KONgW0F H9+٦l\ZX!)\\Nihgm?V<k1%o7$Mg\nDZjvW4=o~Hu4A{sjI)8x;UB\0Xy)F^Y0!OdQ.mr1,[mplrX	#v뛜OdZjm³ݭ1fx$y83\"\rUOaRQe.1pưFTG:r?߰iny̮&7.q&U\"5PJjm\r;/Cu0#Jp P+r|1\ZA֒	#<VWEa8<wI.=\0I9/`L*3b\'`;̣K˙9e)r*؀e^6@<Ti,CbF!\n㜧ӽ^r3o{7ɕx>$uH({ftyb\";ҵiQrڷL<9^ASS:貌^Lk$XTp*Qazv֥Ae?^!TH\rKN6]b6kІi&<ew*Փ\\\nH9`ȼϤC\n.ۊS{bNА7koɐM/ns\r2\0q>\'^_gG?isg^7ULo<ˠV2SJKWj{L{uR;K)umq|^|gVHJ#Gڡʟ4뮩@L%eqj٭`aY	٥4sT8sTxzc{ߟ~BX`ǣ{iKK Z-a\r~`k6\0b\Z]jp1rhY%αlbT&]E¾ܦǐ(zK!Go~xa&%XaM(v\r*XhEV&+75~XZ b0E{9;Oҭ_\0*FB%Mk+vJKv.8DS8]B@&?\";v5m\"\Z|S&众<GVPCGA9`Ƿ0ȋh\"aSg+Iɔ	p}X;woJVl\0vgmݭySfFe3,_Ixvd(RM#&ǵ*晽baP7Z͗KAH[GM6\Zjc\"!^P)*:\\InImjzp\"ehQkp4~?Lj0,(^\"vƠiGe*^7|$; G1B2Әrx&N&uɚ2f*	R%žA-\nO5/?d+˟U*dc\r_QF8{&U{= Om59U(N<PKxBlI5Nע݇\"\neTr!JjtXTU}nbi*Poɦ5&޼:uL7}r8V\0\0%ќ	HLIH$X6qeQw*)]bܚ\Zu\nv/M(4]v$PC\Z]j^f֔VZ>#dv4HȗiJ,YV%jY+ZG;N|}tcqH9[ͪ(yVۨ-J75-᪌Cs㖫R١YJr[2d|nl!(KE6B I.\n@ǮxZg!TNfl%\nHKHR99!#\rt/-O;ᢃ]m2YBcHe\rxQy\\e	Fl@<}aׇw?S\rFʥS{ژVȎKk6R:y.m(9@}i\rd#;yqu.[tȱ$cPb/4Xl:6,	_KZhRըHVⅱt~xQgΝI\Z\"Kҥ3Uhnkข+x^H-lIMrk7-uxlɐN) 캀P?Oe>^\0!̌.\'z]C8\\\0loT\'$\n\r儩̣um_uM7	VҜ%|*jr ٗHA?L0L?99\'ȅoR0970z;%i?ěP5_h&0nXutRg,\\sKn[[\\ʎv X\'Րq^ʥS_f|U6$qcBHA:,yq$._jekKaH$E\\#[l͚3M%~:h$IPN,r>Ssv#:{/QmGh)QO1]\rcX闰j5\0ߒCf\"BYVM&)C9c|uv>(|jICbw&c<\\wC\\.]\rdz\rjڮ{)A2^JkziR&0%?Xc|8̄MacsEo\"L;?x\'$m5k\0-ɿ%\'C rn7}9䝏|ӷ׷GcIHPymދ5\"6ɹ\09x䷭8gI襅\\ذ@vs3\ZCiGfԨԋA\ZS&XjuJ, v\\(*t7Eₔe?^[$]9J=dzH`frXIGN+ȥ`idM5I7mY:O.	Jou}2\0+\"?\"lK6H0˴Fv8t~q_)\n\'KЦ2\09}8UFz0l~H!3/;<Wco ^NK]J:lat#L{]\'A\rX.\Zδ_c]*+5`qմk-Qܶ7y{;fw3\rtI@&iٚ8x2ph	sp9iM=|	\ndpeeQʕ(Z@n=.XޗwݶQ#&\rƪ\'mwS?b2yiP6N߾/_7z.Z\n/_>-9Ws5^&![`k7KF *gAV8bxՈ\ruXX\Zr)(+@%/.4s긾H76s_bx9:>/eќ9m6u],u\r0x)	MP<Yw1<۴#;EQ颵E=\ZnJaBOZA2j9$N:S	an:/s}y_jvp*\ZjD?Ϩ\"OFƟGn3^7;)z!Ty?Y`;	<}ȭJIBBʷ?ف;nԫOic-{!ٝT˪ڃt_F]T7BsC\0vg^<KsAU=?5B5o32RD^*laN_5CK3TY.H4oaI]6/h^Iƪn%]Z[Ty;0ouj~4Z\rAU^\'#/CRdR5KMѹ\ZFY\\[ᛲH[@(uiJ^0Jjz()Mxxm`+\nIqJcG,xHlV~5Īf;t<kJO$bv~7g`$vOk9)T3=\"c}|ڼ7_^|o)ΆIZ|7VUΫٻ2Zkky2JɛᐜUEǣg,4֬~޼[$۹\0#eHE࡮lG:%{Q\\p~i05$_۰\nud\\22tl\nfj4<T8zu}/E)YoI\Z7qMRO\Zc%[_*6D-^og^h{0Rm\\,}1\0A;4JIr]Huc˗wy1nrjJCs#\0Q	ƾ\r],[x;[|J%m$EO[lYMG\'DX`TR2:\'\nYĔ%f4\"J60\Z9>rD]	M*Y<,ڡ>]Ǌ^#{zLKIٞC[)y<5GY~.~+wj/| tNCo7 fp6șMv;oUE@ULհZRop%zE(5$cOM=L=알\0XP/;=!u뭩{IB2M8=[shOyD~_[k&:h_ MI9ƮRu˒[1Koy°\\߬xAU%^g~VKIR	 Z΀ć&O\n@\06	dgBxK5Zm4\Zx%7l;8J1ALp0-;4nfߊiկCր;8&c#Eb^dٗw?緞m0FJ6Nr-oNb:w9B\r]Gae\nUOM a[{	d+A0\Z\"ya`(:^*Qa8ZP	R.6P#V⹺U9`Qr \Z½k\r{Sf9j>6MMT<7Ф^9Ħ\"Lj`YW׷wo݇2$zZ81775ND|	W~t?\n2:JR\\:%Bm.jc>K7_q;Q2ɵʐٓqje(8]<\"<ݷmIe>\"P`mN\'\'vڦ⤎v<$)C̚Y.yCYuk%^$O@;f{]#FsW:ZTc{T,MHe0\\H	Q3@cJЀ&l[=n_Ǉo_^|`fCIw>HMp36qD)p2*z:dO76\Z^fa!HQEjMr;0y؁Z)\";ir31z	!O,Mf)dH&Ar1m^ݝ&nUtb쓌\\\nA6NLҤ|r+1%yy\"d.sł\\BhPnpoPr=å#/ztXʔj<ɴ23\"AskTcGﾽ\0-ȏ$_fCX}{lK)H>O9IM;;z]8H//ͅ+%7\nѻ\\[hVIenhG7oq>`WN(Сj,ON6̹WM5~^/ގ)h\\:CBcw\"KLS.|4tr\Z\ZR-h$C[\nLx]nj@^p9~9yŲiyqڀb(yG)ӹlNK\rAQ&oPiK.|:Xp(Y\Zb_=KwsY8Sot)pIOxW$k5R/޶SMAZ|\"JIF7pr6>X9LzϽn72K\r_<zxe{c×dNצ\Zk\0~g4YV5\\:~UDTD68QA۴)tTZ2VԲbGG9R\r.^1e	wS׵M0L5{&:I*Q\ZyS4>!.[1W.\"e6X]z֖$RqaH:woEVz+0nvibDo!\raS@L{$>L%1>+-\nW<X.+/ .a(<^OJvu(s~C\Zx\Zp`hxN6:iY.JՒAkv\r\'Փsr{U荪%67urɑK\Z0]^]%[(cy`x~9M@3 CZ\0.I(B$DdD\0/i(Kơ)^:!Y3YIQ[i6@taORفab\r<rGwO}w?>|ݣܴd\0kӼY\Zv3Ff%jԵd tty1m\'[q?hqs\r;$N݆:F\0,8	N	?HΩ8\\Aه\\d,8sqXql(59=%NIM0\'cLk!җwH񁷯mv8	:`ErJOVQUZCRW΍N(ILꛔU	AХHdAK+HlwX*t?׽smh#92y\'&N7Sս3JF6typÙ&9/`/vENUjDfIx\\k0[?+\\|_[	WNݕt5g[@-+-$\'VdN>OT\n[|owӈOZޟ%bSR5xZ+#jV\\N7{E/a\'[AXbE]3yZkP@\0~dq%NerO^W=QʏV=]yj![}6 ,G./Hgmr[N5Mz4\'AHFE2WpR\\QתKsMqWn<\r<ʷ4냑l]uubJ%4|8~Fc 0!}&N\r^v1h8ÉVwhz|XLdocЬ\0I\0\Zg{I}\\XӕG4}iݤ\'2Rȥ]mT:Wr?I;\\0ݴ\Z4q+~z^DpZdB|TԓN4r\n鳿Å8|uWzmFwt1RuRd	tꇻl0\ZeD\\ɸBE,D3v#-@ƍʩzҁn~YMT\ZtaW`{4U3Z}/?4OBr[dr5t%@:EfVe`wOp#u/[E%󑑥2\0s]q\n;gjR;S*hj\rI˴$ҧQXBs>RD@5(,dZR$)WRePy/c͞#ywLr!t.]٦uKTga@2H\ZrڌLβ|ߨy$3(	ihU>i/2uzM\r\'6v/Gߨܺ-YesqCW*HҨ1*׿zW^:mP͌`kPJ\'틑x2tG?*|16  <+\n$u64e+rSMbꢖ	Oz9-ID&d}ӣd\0k	ML6RMi\\>xoʅYڛ\n%,)v`BTs#WZ?UM×\'*}7\'yJ?OMsVz:ш1V8hՆ}ϥe])KD9U@JNRXm#K2kmph<7;A\rx O,V[lMVt?pw:%Ĵ7(qkTX~+oEZ+AZVjv#th_ɠvϪKu]첣զKM\0U*߂\'f7ѳɠqo7ɷۃsy˯\Z&\r7}@Qb\rF΀vyTyHWtٖ h1DN4/ȎPZFOӝK8j^cx2+\'xN4hƀ;	9BxMaW<C}rdݭq\n(Vn$wY=kJz\0|AYreN=\\g.^V	MA$w$JG&_aͿ\r)Q5uv^U̫~[	|9\0ughsՕ٠	g,΍V/^)`mj$ێdFH5yN;g8;JL͟\n]\\D\\AD@SzҺ\']q:]F\rjH,\r[«0ף$MfϏcx;+v/ix\rO5¿ٚef`%jUlZJ_yIw=cX!\rEFH?:q7lCw@5k;=?{ln{I~W}4P2hV[Z!7)S1<#E6>^Vdi4L@p5cZby]Gbpш2*!qM4Il؛jBsOM.޼Ne`<`΁K\0	IHe6|9^F\0aX;i;񻫍{|ǖ396[QF[ݙ\ZL9Ӈj<2~BphZ%AIyeVz!J*δ2HP0Q,XS	X4R\Zu%}N@ ٜ}K_$b\r]h@J7nM2f4Ѐ9{I]ܥJ֘&	O	Ĳ1Oi6ʠ45R&%řOS/]$f\Z\\7a6$\"8}܎\'AUv*lk:t}{YsVjF!F\0Z\Z\'BMxzM,GRm䫒 ^zyŐ3hBtdjS\n٠#crA7ʲݔLޤP+lNJz{Mbfo|ЙBydxLQ@PRqm+[m$l ۝ۆ\"~6{UάYɁ%#HXwX2u6yVyl<ƺ5@7@lK	[]=K@ &,v\n\rI֑gvP*QѠ{UqKꍺh\\I_rIg#(gAKɲPu=sȦ$E6|{81-\ZI9l.55 2\n58g%њN:F}^K\"]v\rE(\\\"PU\"=wL͊78:] 8*Ovr21HQknYarv?}wh[-^Sw@6c}ΰAۈIM6Xs^V-bQwDRdlc*Ki[StvV÷/^)cJCM{Шvz3Ok$DDiHؤ3E\Z/_`)\rY-tRj4jlH{dV$kl;=ɩƣ\\zz#X4cj@Ԑ|L\\2	k ߚ=\\=fs4뇜.9/]mj(!e$J86Mo$!]=f{\rrΤъ!2LpgMbR8RyF=jDDtЉxTKRk0rk7q\\bHRjq://ݔ>|H:MfRMtV҆9X4tS@J,yˮfyUɶHYojݳaT4rRؒ+D%v4sE+\"0dLNc娒Z:xnѮyo;?:g,c򷱲A$<o _C]^cGKv|Pbdm0g5ږ`wBHll\'U9s7Ji^C&1*%6,BXI`qnp	ۇ0tUx~0}>^\"T48>}y_vH)9ҦTF*OVr P^6D|pGY;b$Won:XxZ!.3BE+K\r~VW<7GC5ZCd\ZNmBl9UYAVZgbb~#nhvtbQT&yEUgoo|[hFz5|~|z6%NdsN2&M\\e%IMf\'W61=I䔎2LӅKǿ\'@oAˤ]`R`}Z7X\Zx	s\\^\"0{$*4H;\rN;Qj˨n\\|-uPCK]O@<V)D|qjC<BÆ[\nҶ Os\rArSQg1jc  wVM-L/9\\i)f{_v *]ٽj\"ŏj$wt_2z~˰{Y	ڤg[e@&LӅ0}O ޵ɒj	){k.3g:QBߞ!E^<mء\n)JLI\rDOXSѠ. /Ɉ1S;4Weۨ})\"[/`(fޫZ^e/颱qEj圗M1jjR\"DT/xU-?}}%Κ/qݰI~\0fEX$@r=vz/>] rֲ4Kj<-M.)Pk[TaKӍo?]]PY?7C2ڗ\Z$V_ohf 7\nj94==8_Yn)xUK.[լYȍNn4d~ȇ>Ou)	RWɆƋzYFJ%KMoME|};󝁁eW]\nx	r#\r#oթ+=.ʏiM3?!}<|\0e*_m\\<`DqG[$Հ%8xTrTPa1Yl\r\\G\"}I<K[rwMIQd흓|꺚\ZiI\Zzb\\8WJގ%2jD՗WdiBy	#;Bb%w]yݥZnR(LV \'tfhi4GFRVxyxM}VxPy3CnYyLmrzْeq-kJ߯/\njΝ3ۂ&%>tPV嘦qi\Z29	W0FLqlޤbu޵S=#YM /ǩqhsb1D3WZ􁧗[eʀR]iIM<(_Mz}I(L|%u^,ˢj0V~RtyHjp<5tIU^+>ٰп^ur6bhjNLS@˖X!504:\0p0X=k%\\d ;Ųn\Z:trPeK./.!*z@%1|CWo?w_\\çJD(E,MB#~8}KFݾ`@4f&cׯ]`\nrjey@	^(\'\'ΐ\'Q|ʁ\Z賝.a}固?A| g@a^BK=2r-I-iL\Z_^7ZE/3m@##0IbVK,f##y|//4ɦo2_8S9`$!%rORYn\"j\'ZV^;-Z)Jpjr㨀>T4,5 P)ʽ(p\rgu{+W%bߠi-DNҔۖRL[]Յ(G6[AE9R\Z[TL){,T 1<>{iwos6*eN\'sc4OwSQA\0L;$+\'~},vnEA\"3th\ZɁ4v4`f{R9?>\\U.Zzdذ\Za,XH62\0NlVJǼu~ RwZwR:r5t]~	Eajl/W\Z#\\rZ|9`\'xWǾ\'29Cy&\"ø4DW9I*Mp\ZR.wq{?\\Z4ޱ\rUPFt!2g!C6rohԓz`p0^qUQ,8:be/@bשb:,ap\Z4sr5Ԓs%˯W9Iݕ+莫g\\\0F*IosW68a\r8&SBBiܬwKA^:_%گ\'A_Q2#8\r3uS!W5Hـ$t!2)։./>V̲VʷU(-&,\Z9~M#fyøFiMc$q>L^_5FJ6lzP),lrtntF&fe\r9\0Hdxg\n|`ͯ`7\0?3qN@zm4i!<I#w򵂓\\l*񓛞`2Op|ۂaO 9E=.B||ϩ?z!\\%%jG %3J=6/]%Z9%\Zվ{jב).ͱ=b[):cݲ6%]5OZC׷\'9eaI9s-zM&:\ZfEǥ5<WIBU<\'b}Kqlhd?\Zk20=8{l%/ŻP\Z_zo#:}JTgO^2^^IBR5TH67b?Dd.PTw_9$C&Zu\r`@9\ZV>֦%N(}v+LN/r#@D\'GJ_Y?M\n+j5`)1A`Rх0c6WiQgS\"~GwOF]YtaluߑPFz$:yB}GtwG[嵖o!˪NvL,͖Z$Ey\'{bP\Z]8n~.o{X|$0A$6LY՗uv*q>\'\rO뻷7J2xvʚtXjW!Hzey{3 Xi)ut⪿I\'ۢ.x24$O&;{U/&O\r\ZBARl9-&3U\\O^ȉ͓\'_>^n(̓)\Zg&u	,wnbZEyZj}\n]3mO>~iD!خ\rަ?@F1@bh`G\"wY2\Z/[l(2Nubwo>AͽeZTOuSn|ζCnz Q\0ckH݉~C)ˇ~||jP\ZbOR[<E0($kNE\'#\nD\0!q~}mb2d4v4H_+(ڲN#Pjh-֡Q!>fA*Q\rW\0rbfw[>oḿ&sH_{ڠ+Qp*/jRdrN(Ũʷi^2wu ˎ\"ǣgޣk3)iTLT`k,Ysʔ[MVnhR%r9>ziɁ.l5%+SᜲP\'\")Cnh.v^0lf4A,ER.-O\"g\"Nlgнz` n!FN;`&ku,xxHo&\0\np#\Z_7z~/ÖK{44&p?~{KrLD6d\r\0ٲTܰөSzr=G]yWs΋|!@/JPwLi^·M%W_>R;+	UL6Yb_4t+w9B/eK?obqcl;dv~%VTqj.{0}Ye5vՄlYT͎%,@D3!;PH+e~tYuv~\0X3hSBY,݈\n$2d{]6Dr̩=ᯟe|_4#4{[^1ޔYrm!\Z\r	%bJ7Ut{r(:y[I2T\'TANV%o{Vv\'EW	?}{,^A,c?B\0߼ z[\\Jp5]qLj.y;v\r65r^TtV:ŊRG86d\riJkh>xb|`f,Y\0nd\\,ܯ?pp\"M+J\'=;4i1nE`c_+<5@0nRGRV36|2<ꇝCR$!t!]zxҦZQ4A(\noo>	LdGo՗r>׏ T_!\'X%nٜD^ R~ӜdEUN?$u]h|y:*dB\\l(ڜSIF7Fm)[~3)tx<to\\XԔj\rͦg\05QVmy6!$Sd׆Qk}lm3Kʹ5ũ}!%_Cѽ]+]2\"$\\wIrWMF26ZeN֮w˯^J.NTOS3Fm)6Qje۔EwiRNH˔͉{KCdewp.ɀW	Cjw˶g-+RL#9\r1ިdy9b	nsrǪ\ZQ\\r7M\r9<@FΨHxcR1Lռ.q6OcQ7Ϻ({y>QC=x zIoΥ!itEbl>s2t !K霐Vl	.TѲL\0#ż|W&@	y(0H6w\\h7@\'j屠c%IiS79v*/8GДW[V{M}ٟwcxvHZUklR%eG,Kp56dY츝K{voj!CY<J{YvGH-[8@A&}#oǙT\0N*9tkZ[ }]{R_Rh?<wZZ M<KVFiX4Z2Xoߟf/$K^\rћDyYp\"pH֕u(sT	;l1 Rq 5\"K/JLΌH-G-p$tesou.Zm>LƐXn³veݯwS=5ٔ4p7Yp=\n^WPrS^*45y\n(Ax/60;7Q%93r\0\ZZSXJ`cVAG|E\nC4cڵђVnVd(1vH,\'ئԈURJ)tM<6ɣ\Z+Y*shgguaW	5(BJe|,hO5\\R\'0lvVO9jBדV)}Տ~mHBjvL\nZDErVo=\Z}h}C&-f|\"w$Gs`I};A)\0c??#e`W}$rQV\\OZG΍B\"{r~ً7lMd!DjlK@6ϸ{Sx5˦ۋdO[,\r֑ny@$X1dkܰަ¿\\^H\r| &QQFk,\'	&зYBFX} KmM,\0\'/j.HsHw\'C1׻_޼}R!GWQF3!\'ONTȓc(oÝxГm@Q]ls24-!^<Rn6}d!w?Uw*WEک=\Z,icAӫuJ\"\rو.ѥsu*˺EmEd=c-Y0\nqdO%YnbOc_wd媉=nC d@yI&x}*pCK,WC͸+Aa[_)/Cdne&TI\n2(b$Q mO=:GWIPЃ (6+8\Z̱t!cgGaOhFU>,!l{۳`YA#fhWӕ]7B6ߺ3Vt[WY\Z`A7{K5M].**6[P*)T){3hHÆXBKd4t@;d&RA\0A!~ɦ}S{XB.1e,dxF(Ej8̪\ro?_2,M2o\0ݵOjhs%]ҵ8.š(W~M`ys+1ݚoS[M6BV޻V;ls:XU#_+]V){$f#L\rX=|RqGTpxr$36I\\b5L]Y.lEj0¸ԑ=eh$n$mMu\ZN/[?gZPDUWRO\\֐S8	jyH$PA P)ۦ`HMi\0M\ZjzUA.\\\r驸9]DdԬOkPϖFB\0+F?%MKrO!4oh>Tg.2.B6lQ.Ei9΍[[qH\rKӚ\r`|fi[d-zXrv\"6̑Y?j`A!nأ:]d1V\n:*c	M]B:jV5jˍD&mkEVs/yχǟ0^N&q7ՂąDVd%,\"0?=n<߇9}l]&;ZۭnGdy60(nN\"yIh4DOa}(dJ2ҕ/HSRD~8nb]%qX$W|>\0YO:*GN攥,Ko.2&HJ\0hIJBʢƂg樽(6J,Q_ضt_` c	3_ħы~\'d\n0%))A0W7\'*pu0;uGYX.dOoTPBua<\n-Jxm\r_$BmthL\0b./zf>Fvϟ/0tS/IG&0U]S~Erw}r6w-LU<n5t\"&Ut42;k5lSAmOOw su@]\n:G	rhՁ=ǒchШ[8ά7ylT9+ijIɢjZgcQ{y\"\0nkʹN?\n}~, {aJ|T$FU\'@ c*VM1\0Uw(.۷zw5{xuF4F=1uj0AAO;D-;@\0YC]*RØ5\Zق򔩃\'v`ϵb]_^deI.\0սǔǒzpKZ\'N7<נ/w\00A2]&ĳ5SP7yATn#H֪KAb\"%5T\0;/b\ngd}]ΦGM=хEZ:^<o&]GwɣSKO^=*ۨ{,EP]fU̀:dpFʱ4[yE5uM\\\'5r5AMxr#M\0gW\Z9I	ɘ@[4?K<UIX2ٴg%yGO߼dglN\'3m^О6aVw6t\ZR<\"VޝLf¢蓛0z%usoDHTS\0=<,k4x]Q]nc_~h~ỬxFYL¿LT_iM!{gt4ҥ	NR}|6GkKU]T/~Ϗ.QvK\rr*cmd!T\"TEU]I)	yw~{hn4\'ay_ȕ^D\rSi-̌oqrǣnXFE)7]Y4ݚX-±bxP}gTP\\2gۇM7?OXzQgk#5\r\rgڂPɈ3\\RJI&vsǻTYjR,LLrJп\0u\ZgPP;M#4F&ⓧ!(R\Z*It]UKn͚22R7\"OeE_M>]A.qJ+XD(\ncflxVE\\#@y0q4kєp.@igHFqK[NL4#䒈:W~Sٻ\n~8uIa/8V54i\rJ!Ar\rM;g/AO\r8uO7&3~)$=8m^W#L\ZR\Z`Z7.WϚ>?{$/E\nB\Z<.IYØН@m&\\١8<DJ+^i#$YBIJm\"M-ZR0,]d{vobiCZMie4Ñr7?=֦\"\0Q0Xhtx`vi%1FZ̺b}I\"1:bnq*k.khO|q_Sfo^H]sAMlnV,XWtIg2%p2woe>竻SmYg!9-Z])C%{I4&C\\}wp\rAβa\rʒ^cn]W|A$gvp7g.TYf{=hY*l~U\\{,:uuK;,NFSsϣ7ݗgM?jݮrwwj`Xj5Sg7%Hɶ.iC2Խ\ZnQշwoNG3 +\'%N=>eUZ^Jtt~)^K^/@X٧Md|o(Wy}efu߽\r߹xOݍS,eKhSK^Hbe\rK28Y)!K6hoF8wZpq#<NTLQ(K:y)Mc=ZBa31U\rRb_OK7EtTTWn7E+/J¿{~{RD,}N}&d*F^Վ3G!o7sD5#B-g\\F)h4y>ZB~&ۡYmV7HvFko5NĎX+uFۨF^%I:~2zBx[TLE_lI#K(\n/LL?EU]#\0\"3$2?5sw[Lnn\"0Y?IWNC(H2%JLv\'W	.}OW&qw֘ph\\o\0/)nTb98DBw9ޞCo ^oLSDk?\Z4aQֳ0UyBS\\ˣKx\rS)aXw\n3S%Sw!rϽvvO^&MTSS<-\"<z&Jb;Bͤ$Us;,JYV&sCؒ,L92bEW\"ە/lٗGoۡӍ<͟E9%Y߲QL~u\"E\",302He1;wG%ǻBN$A\"Ґ2+\r^eitc齃.ܢXwN]_@tU}x^h]i8\'9\Z*SQI~!Ϙw[@dugl e\n`#.p0DIU[Qy:CE	Yz8˓ݲ f0[2[PQD%.SMGO 7mE va.gҏ\nwМ.mEP߷\0\\;ņ*f<ڦYGQB+@8hCsOsczئd\Zauu8m9&NRۙDb\'\rnb\"9l\ZѠ-xȔ]P%ҭ04.mm,9@\Z4[Lo]_o\'/Ur/2Yàڽp7MT`[nQ˕\rzz?JYE3\"8н,gZQ`L	%\0S}-2m$쓙u_~*U\"eVȚHOg|~Nթz9\0WDqSMw	K\\+	x-чpYzϓ]cCl02\Zz7BL*f:6w1×=|[:RB`3BśDQV*{>r`렺|/6>Œ2DIY(TCEIBxΊtcc*$\'2:?~#(Y\r\'6fYJ>h?ϟ>+[#V\0RՉMvNMU h7㻩bgv/\'T7>]摬\n I_Mॉs(C!Ɨ<|üyKw\0I=1\0%j[D\r_P\ZĬب0\rswp>	[8&\"b#ۯXCmcCݒÞwמ	7iByy	2@ky+0(~Sn&Q䂡O҇PLpbP0.ۖ(4$coS!ZEtj-K\0brKjSCpox;/sg8j]F)\"w67znn\"7ƲwԩX*֧OOTh~\rL:R5VZpQv(zM(MAr۪s٣Qwoz+3EanP>~l@s8ܝUNR٘eN5h,th|IW{R`͌JQ_^z[XPBKZ)U&sEǱ);3JzQY)z6vATO̬Zx[Yhp;j+:[o<q?14o~\'2s\Z^z6PmQadqT4+0^?|gF*cH\n)qRA=X`\Zq>ѳ6|g۳ݤEY\0Y1OY2\08۲1\ZH-G<!*W($嗀e(|`,Z}\"CױmZh{TB`!,kw:WO}Q\\.P}V\n1Le,i]X?kot\\f)ƈL\0atdmNP,ްʘR.d2\\RBƇ&>Nys*UpeqxeIfQ諣B\"\n qͳ^,m[\nO5TN}}{m#<`sC=.w\"]y=cS2ssMJ\nҋ/Ƌl;KO`%7cYJ^pQRK]?jDݘ3C{1}@>b@.J[Bƣ+\r7.}Tӧ~xrʤ<90uk)2[}\0	}3ܩ@/=N	W74_9}ѧ%֪bɡ)M#M(ؘGqZ_J	Þo_,lDBخ\'$~6]d!(\Z}ܕnUnkq5\nya-_kJ%\"L9./2;-k.F-gX\\A=InN^\'2m\\f$ۢQC@5Y붘)+Q}k:g֫woﵚ3dC9LM_[}360Z\\[t܍ڳ~r9ӾRji5l]l1X޼2xP8,yxۚd]{p(>˔> PSn	ǆN/7cķAJ0ߞ/s={>VwV}I@wRD3Mq7X!\Zw9_c\'_A3˿\Z6fe/qNLɒY%mnֈ&&(I6U4Q6l\rcj/]Hu}fլ\\DqűC+<Gv{_˝ǿ~VX)(rBhNZjBd\'%ς)L_{[˩T_S{% Yj,J{D=xb>*wZS7Bm\"Efr\n)kX#DqK!U>|>k?l\\gaIt@+VX![)൐ۨX٪.}p^X\"]MA<YXTf4\'NT3*2#,YC,eiPQ;	Rŭ\nTf/U,uSLP.@%؅F@P$@(4_NS\'I,0=3e((2Y$.B 1n}Nio(]_n1=W1GΊ86b1Bfnp3]/\'D	1F|X$E0HY}r1Iz3cM^勞Jq)u(T|+t1ѷ]CbIY\'JXhb/Φ_EX]<x?鵼	\"PFAvU4]$o֝Q2 -W$qO_[⭡	b\nD[M3ŧv啲?}]Hfs|6ORqhLv-8:*!ڝMV>뷇_?{Jl(ҦLa<J]/ی\'Fk>\'Zo8³sS&(ԽA\ZHw[>u4h+E*cPvFQhӞjG0αD2䢇f\n\\gSD#kR	-Wݩeˡĭ\'bE/MR\"Nz3h*m	f*#G_7FnJJl\'dGA9SJI,R/QҫQ̇<{ڔ\Zf\r:bo[]e9}[f\rH8Nvtd\0ocګuֹL\rlWEyYGΥ2ت(t#J`D~@Ŏ{<t3}v hV@CYQ: Rӑ$i(Wn77]7=*yk\rd$\"L	(L;rk9PM_W~i;\\Bz\"SK!07\Zn2T~ړEZt+V\0a|E)Jh|	<MĞ\\?)Rl\ZP=~o\Z%\n*eȜR>{C%Lig4dM1O{*#&HW8k<(P5FWI8)fotI^#(kD\ZtdrUuԗ7\'Żz$̀♻B9/tڅj1಼N\nT\nLبiylL8L\ZD \0JWZĊzaru4ѣěO?č\r=w-ӰxaD-^ԪwtSNvb|xJDX7!X#wu\rV1E-\\Dxʽ:7\"{]b,JZ0|S&{Ϯ\"5b/}vp9>\01֜\0bH{@+^MffǼ:2tR^*5×o?>>8l(cJN(,!\"m1U&5>	3$8LښqVrSl\n\n씊;x\nƱN5*1QqY&mlE4*aN!*|rrB8](NQ</KJ|a,DDRNperhzm֋#<}I?}aWÛ]>c90%Сޫxgߔ=Bj3kBRۥT8;؜䀊;dd2V!h\"k\"ǳʙ}cMƪ8mpR6joHdrx̓qwN:xu//5ʱTvEl1eYmWZh;\'3ɻ֘inZNqc+>G,fÌ\0.XDvVi4|N3\n囡؈	S*i%qZ,Epi_|˲Sr\"HLP[z`		`)`+\Z*[MQO\\}Ŋ&07lALnNO+׍G}o؋|NDBg+\n%F;kHh484$|g ^5aY4cFga[/Km^	AhW基Ja0yel`iP >-[vRN94Pkce*0.KW=DMKeb^wa\n(n)h0mW`=)>\ZH\ZTĈг7|ИƤoo`|]f:(=:t&Ԛti=nb(FDWg2d\r[,a`h(Q&(	ejrE?pњ8kLP$\\|hJ1QRpH03Ky~YK	lS+0PMBv1NLe&^Ld4F.<sRnʢ6lЙŅ2&N\"\"K!(l$y|Uamˏ\"BpQ\00d@U)3<>?F |&3&C[MNؤVش[)L5`WAK#z\\yMi)s7ۋng\\fbfl->D>-:\n/\ZvˈmF]eTxؿ(a\\lH@yg|z+pr5h\'d[nqx,@s3(-yQ{߮\rri#{UJxMACY[7!1&./|!	\'yU[iv5ˊ͆EX0pҰ^BWJv]\"BYSEDTeEݗV2hvʐ7\r֕:m}N4c)T8:Z.A4}ugTўrq12连0GC]p_eJdBa`ֆ\Z.\0qjgQ&a5_MSZÎM/sw]c^ElN,UMYoeD;4=AfzNh~bU\n2\"$Ѕ/UM]䐕	0nvxaf0E(j&k4B.6\\~s?4=5LfBT;=q5$\n(6Myyی.X$е,TR	C1,({|\r).Cj?~{^	gT_=\n_yd,ʪc6\nk۫\rڃ5\\RMv>\Z94(BTCc]sec~W祼N[g\\_u7+$\Z49\\9&IC1?oFy%f{Izg:;kRMúa.m+.m#3rǏ]uD6#ˢ6\"nWVEeBP{s;ӻ/\r]9RDm%4)rN43uǊIqovm?G*D`k[E=IcOᴬ㻯SD%d}m1\":c?Iz?!>uqX\rYf>:=El$iFY-YqZTT6kC,\"tO3:5(LTj,3*uq\0*xyUX﫮ћybTq*Z2>1N34)BIJPE?Oܽ{o?׷G\ZTsC[\'=Z1#f\Z@lZRHGpK,PcZD	vEBlO鯨y-CWڽy)t=<]X\n4XqNB?Y$t/RzEaD;Q܇$=0G\'y<yyQhԿ*n6Σ$9sj|bBlVA@\'\"ӓv\\eLS)cp<)a;TgX_GFB\'j@+yZ(ϏzKU_ǰ\\r\0CDR7ÃMnZ[lx>dr\Z΅LQ\\ҡ\"hm\\̤C;zj4)F-Z!ua{\\WGSia:6EđE	ezrY3A0#?ve$o`I*޺͹1W{.?\Z={vS lOFo83Q5߯V/gtQb̦{:maSKi!8IJvC<)MPUmVl?K2NSߵ7FTV]%\n	OgxGJ@t{N;WjBu_n\r$c8mf}\n\0+n\nWml[_x(ΝSc\"\r$~Qi,`ٿ1zy8OF`܋dd\'<wdv9Zw,nuh\"]jEi{\"~|]FWϛ(4%%4Y۱jN`kG}¯Z\0-X/_^q{f&vHS&ҩD4IW91\\?Fٺ1:2r]\0g:T~H.ڼcEJEt\rSqJp|Y.;btW@HUavYl[cMy/ԭcm9%\ZggT5+EeYow\\}*I0s4pd;HˏE(m۫NG	Y+daN.eE>:R\">!]!?R~\rO,J>E8!/ᚯ]iό>/+\"eK҆6OXuTv?μ4BZL<7}8ģzT`l8cXBD	bsXu,Xxh)ˀB:	D\"ʸz3ALwwfډ#4L{\\\rXs\"{4Q`>es[v\Z\r	 ܓou/ӣ^SkmܵDsLCZRp\n\r)h4R޳ |MSmz=.U\'S.a}v=h7b㖽rԙ;̫ך*շe\nOX1]h\'{Ma0`:}[~/ziVLyR-ob\n0[qD=k+G<}#Z<KCWT!1~\"NjV[5sv[e3t*דeyB?q3)ʊǕQ:as3q*Ϯ]Q>\Z}̣xþ3ǤcS\"jh.u8z׻~j\n}PI.~ ;dv1bBa):|4tsҝ*4K;\\:;\"Bu)%(0;\'M¼fBnp)v{\ZBMhy/X|)n10ٗEgc368+V3]{=^\Z[Mfz5ګȡTxy߃Ke\n32wUdt\"LЫٚSݢ)GEZvQF\'>fڴM8+_0XU.ZE-R,z1MKw/zqs-AJ)jސ^WS\Z/\'lǻQƌ)O9bڂXqg`DhgAT,iGFTU>,E\n~BwV^Q\r0!pz%&\r	J(!\n2WOi.y|\0L()o,vq^ecKvfйE\"|	ۡGcxѵ)`h\'ݧP1#o\rּ!ڕu_tO[͈*j\"<	_l|\'}F<=\'{]:(g`vat?{ݏZ&M~Ex\rc>c+t՛K?)\nq!mo`a)LRygosC-fq]D%\"+{D&\r.WF(+HoMżt\"&/(Qm3Q\0}_. ZB@v{D㚈[\n#*|q.řs⃎FQ\'u}Q)jaTr9iW^>vTŚQb!ˈ]8K\rSGd`jT[+˥۲MX4tќaIh+PXLS!Ǌ&,1.Iv*;w~aab́.2MɺuPCӸBo+ª$:&r^vߜQtuqkeSPXA9))hZv.\"*&ܭibttyb#Oֳ6P\0<\\\0#m蘅y.[vv,fxBzu!!{hSeNj1IP	۞;kb\n=2	hc1#3GŢ:VK	Q9\"\"&}VoA t9\\6WuQlQ4T4bHيBP<L@w0z K\r\'nVA|ghu\'6{\ZrHsƴ>4(V=%l@K\"6KmT2CfSpg*5A\n*OZcb破|6P{R>0ssldʀ\nzTX|sgFm.2e> Ƴ cBE((mlr$}%~x-[|MɱY<tkwfeLW|4ա.$d^P~~m@rh\'e[K/bL\"W)The\rO,B;WPCA΢xn!400\"-Y<Mf3¬CrQ6 Ffy\\HuRj>n\'/%->`}5l%tNc=Ng^uJtieBy4ww4(eT n!Xo]ArDw{W\"]\0=+^K?#2|:o\\tЯ(b_~(V\'Xg3TGRQx\"侗.cl\Z6[\r?<N!Ơ-;.7nPŵ~Ƿǯݏ^lQ>M7֠iFq/͒wA(vمދI>/q_q2w滰.)<dLZzGk#){g5}<\r_u2M(	mc!)R#Nf#IROcUgЙCt]SaB@bu|N©)Hw_4kI%^ZE7AymBWt	5ˏL}0b0lݱaQ\'\Z:B	{.t	[kq9|o>}JUTZ\r\r6{Q߹%Vr4,\\PgCUsa~(ܙ{	!~2w14~{W?\'u:L.\ra6r㬦TF\r!c7+ /WnկK)F[\'aBTa]JJ5c	\r/lU%J!rQtz3ߛ~M⢦*\\\ZʖYXPn-qo08|nyޑ/ڜD>ZD{nUq$5^b8~ar0)q<K..bbخrq]s%}jXZ蔊0MfzwoxԃByh~TAwQpܷ:#PכW-^aȝVC,	QM(7^\'}͞b0w)텋Z⸮ˀt7wuzVH]و0RNp4?~{o=^2;s\"hER #+JW]G<5b3|!>N;s	lQ0IԵ\ZXAmDSYʥ/Bfwh\nm/Q|	.E[ƗEBI&>*?=_׵\nb|LzCH|/\\3j)m\Z~me2Z>Үj,\nMCvb\0\ZSČsf\noz})ze͍\"h),z֩9Tvi%bX\rPXxKikJ!/⤣ʑ˻ba夈]:͵*>5XxEDJ[N┯Ow_t<^$DI0Ψ.;jض\Z1 ʱ\"M`yZETj1Uq9\rq6819I;8P8\nf^co\r\'PV`iqLJH7IPY ĕ\rC	stm&X:-XӺ;Yo9p{e.FNfx	E(ޏ;A%\Zjq\rCf\\ԅ]SOvQlLgwE£ӕ!L}Q6 $A{x!BZqe띒l[$UX{x/ޢ[K]صcCZLɺv)hJ?-n6V0Y0U t_q;::C:VBîsx)3\n#%z`0ĂE#k@:fߩ9$YAq=yoiKC.-,NR\Zs[ڶPm,T9ԭ}}%Jc\n4M5rT!\n(R\rUB\n\n:96޷Ww&2]tĉWkSkt=mL(pft,2#>V=YkݘqG+uO@ǟȀgR,DJ}(T8-;fip}]Rpavgӝݨh5U:.<9e^<FH.x\"\r԰,]H(XPJQI6mC29jfϺRt~۾\n -\\`dK:P-CM	b¤2\"H6҅KWTojz[S\0,rX^3f:mNeEl&\Zӛ\nr̺Lt(Q~O0nT&\'b*m]`^Ɨ/ooG4DD+`)\ZĨE	>hwRqEΈx㲗n\\m9_yז]!`)&JhP2U7`T`#?]EK\\Mb}kKW&GEcZ24^2ԊそQug[==k0zM`v3̕8-Ă!RfU<Tm/;\0fLEѠ\\{_>K7|])xa.LvM*` /B%(zg+.$7=\r7O5KNB5AM<`!}QFUJp*Kwu=_Itf{Z$mz*]3EμKQOao#Qy\0hUjfCs\nS\Z f pX+	\\)ʾQ2-\Z^ew.X|.gXHꤎ\"u:Zᗂ7L_~3O)M_qf33\"mޙ4rsn~bխا|Ey?|)ya	\r٢M]Ǥ@8fYn\\(=_wÞkkt\\M	e%O,C#>XUCdz6VL}x G뻫-L]aǬB~F}$URZl\rkv(	kb^a3B]ܯ;\0Rz*Y#piXtOj}ؒ|Fw9ʤVF(WZNQyoW+)%6fY]CNMў!N:,ϞCr3xȻYD[E4BGDI\"\Z2SWo0f&h\'QEpQQ\r_ I\0DMǚ^r_R:q/F|RL^JLI{0H)-n1BGZΝbcg).r3bMXG_-\neQiayq2Fc oF]j&SXPup	@q~lGȻL(E\'%\nL9UlQS.fZ\\)KbG=Q6;Y]z=BH0G?yԾPR\n1auvXC<\"0S\n&ɗPC]L@uۺL2*.Nʫ\r᷵{\Zz:Jb>Q$yB0)aSsiN\Zm6NVחf\\ӆ;BFj1J\rJ(.g%t^\ZDR!	&4][SZz{mօU]\Z.G%Q+Gt-G{ӭ)ыJ hJnȊfXDN~0V?!?~@I+l.\ZE0?wĤeYda1y曕\";CކۻC.b-W}J)e|*CU!q䬌;jM]JiB*!IjЌ\nI-B3$W=};\ZG]ylk4!?-D(8\n5/#lrt&6d*+S-\Z\nJ.# uLQ;ׯĆuOۍ\rcX\'r\n%ꬥa>pw#?O#OSQ/:1ahj!){]uQQ{7<YƧL{/D P4G*JK?]!B߼($[0./>_^yLJKu3z`9o4EW8V0Z4n*]QjbY9b%XD&sC98#ؔr]=W:m_mcCzJBQulW77hS&t;K]F&wlr4{]+u[lv,i1Rޜ6ei)YĊ<{-BlO}?/ϕaczrlO(xeRh$-w\\kdAwŞE󻭈/s=6Y7 \\!{$!2\r#8_)ny(?kF|}|חCJnN>UPV%[C\rdOªOn/∛o@-B\'a	]GR#\ZdP-s,#-@U,]pR=A~%H\ZSIs<<%V㐤VS>-.v?mC_;#xLy-Ra+[X(HňzbJ:mAC#srؾyGAjV-\0>SWz:^!~=\nubz	Hl7V?*s{0dVdT4YDzHrC9	F6,_~{%cbJIW0SM鴪++ʽpՈxu_6pl6lĜz)VƣmKe]\'BļUl%>斢nL243EY#]5W@s7}.\'nڣ\ZЕpQZUb-`:L<-^aVxׇG|\r\rt!{ЊX\rg,\Z.ŽaloQxPmQw1yM@]·u؟[mԉ@h+Kuhq=ʼk(L~ez3Yp2Gur(h*aƙmNJ,ܐDM\n1HIOp=	T,+aJ_5_y@j*\rX\0>dDn1l&fW5	cs|cN&}xE2\0?G}ݍ;P4gp)7+-\'+7ſş7`<<VVR\Z	#)}R\'vpY/okf/~UvW	VFI\'M,y]l,-;M(	y˲G2feH\nY!#zh皫`J6Tz:V`;x⫞AVW{/]؋\Z0\r|7Կ,e2(\nW\0!H!}.~>qoXf$z~\n/O}̂s@eĻEs^WqSa8?SR%SAm7DP\0ozC	[{\r-25_Xv^M4 T/s\'t%/mT->.}\nՉ%i2k4o*YmNTn\"b3^^\n,Tm>9ֵa#k{8iu.\nBQVhW\"a\0+I@1ۡ^l\":Um)K^M_F@-t\nV) LGJQz.=>߮f*o*=E>e-_\"\")¦&fѡ<WI CxT8ᷪĖ~F\Z&l \'%G,$Cz	O*pJ֍O\r;!]0ǭ>\r}qp^\0:W\\.|\ne\Z\ns(I9D&fY<#E\\;u_4(IYcwT߮EnBU\ny+w)&\0hA}^\\TʩP!Ϲ=~xer{>4_@]إZ;CwA^Rj3_MYh/GdzkO:U\nQ˘\',5ABG-EM򥢀m8,|/[K آBl¼$3J=#qZ=c{73m82XcUr#t:`z*BH~MX>_y?pF%oJ[QXfDɦ]:MĈ{4pTRs6AT\Z;.p@eK]nQz5tiNkC|x{Mz|M9cFc_dVD\"S*bEy28Ԅg31L{f#b^tsz,zWg~:n{-!h&O_ijYI>Ѐ^mPPj>eۉxYkvݡKk:	Mhmam~*)QF%T̂Yj?\"O}~7(Kt^qɶgGXqW\\\0o_{{%D>`[A\n%9X=Z~p,*tȨY}	\\eς.t1ymk3`N$m0k1\Z0ut	,))n\n_Y:oa.dk;pi 8.,N3O>w\\BK8hz=#3Hvr Qo1bC;,йe5j\\$)3fh|΍^({k=11MXDs0Tiu5ʮ\"?	\\p\rS\ZGFsR7L6`+^9P	p0CPBcxMItBC8v8SǷ_׾k%**m{zxcdhVBdCYN3]ּ`FÌ]І+vAL\0hRAi1S1j\n^F^Vb]H \0ҫy\\!?B`{#ݲWpNׯӨ/CsчqGFlEЛghiHZ0EdE[V.Mlfƒ.{T)넙1^m0DQuH#u+&xR{[{|oGt\rcz<`T*nA>PYTB8ҬeDDQr)h@+]*eQ}%TχS\\\rK㱒{t>UC.ʊn4\"Tˋb./]ςqZOFR8hJ!Kl:PL|dziI\rKuWu\"j]\nUH,V>p0vInI7}UL# r@OO1j4Bwa~g ̞zLsd%=e\"dn@%EA_ˢe>0ؚ;Dm\\Q<Rg+5`V;7Πo&`@Czy:%By5UOC\nP]:\r\rY0V訧(}4䏾nQt[0y9ԂA@J]ɢ#hyc|!+!x\0]tXl7!e@&Xn		BT[1CyڱR-*Z=wxŦLLvKٳWzGпی-6zYֹkz6;c+0\\0ICD8nt[~aЕ}ai@౉leؚzs\\gaBY@pai\nb^\n\\ig	k))m:\"G=}}jm*H	JI7&W1B7&f)tG/w^v7_XR7\na^QgĠM̊d%l͍w/\r^y;p[(PIтH[[~7$S^bzOL<]O᷁VMĄYؘ(&}Ƣg*H7}*7BPġmb92 PV5l#&o>&Ȭ|PoҹsJ5Lӌ.\0;SN,)x^ #\ZG\0og5ηx	,2wRqm\"$x(YS;\";n-_:-U/I/EKWldܪPo^<įgvQEQW@R?|)XWWR,\'Ȇ	f[]U0%3鰄l/ΤBm:MLVv^a]tZ[0BʛI\'!qI\njGu7g*:+\\y\nmKGTGhӉc*V T:E\'ţQ6fڑf;ILok+p9 ċXA98^?^cQU\\=t`n*	֎ʩnv& 5eFD_{[Jjyb2h\n+F)P&:E4OҝDqiƪNxo|ܧn^acRTJ+th6_7n^SUt6?F蜈RխIQ[\'JpU\0X]G!e,l*=q\\\'\\:Wx<gNGԅs{#ݪB\nގ#*1#|uם_k(Vtv\nlx9CyX:`ekze~|b)exksĄtb`±t\\Y\nVwәw}W/idwy \"zkYtGk	%`hfk^դbT[6hB(*Z٨;7bh~\r{bYST1)>UӍTv29HvpWMWYi5kxnH/(ؒ\0:ypQM0z.VܲJԆYR\\!Jǽ>݄߫|ztK\\?=Cpu\0faZ\'oS!PnFb(:֨#蚐rg4Be63GwrI/vH@ů&`60rVX>!QPn|~xNV߄-mq텑uukl:UF +uLhG1s\'˕>y!bc..Pn*f),+=\r?<\\O(s.{MUbr@\":ƚr*ioT<žm]Gxnݵ2%)QTw:4At	y)EuTtA&{[VwU%,\'FD7)Rz/NW݀`v\Z\Z:@\n7pWUKG7_bBe;1$gW=  Hх=yvهOn7)r)mk28֑YJ>싧mx=`\Za5ftqrn㧇/?Exb]$r,lK7STcSa3,ãӼpIӏQN,3\Z	cATxZdtQBF(ZIAVKD)Ч7TՁͥ2@݊.(tFQl^F\ZkAD\'yF\'GO֛©S`m΀i7u7Lvk/t:+\ryza.GmʷBk+Ĉ}0Bs겋fAc,ce/K\rXǣJG4\ZS31o|%*i\Z9?9PMzI?ΪҀ\r]YzV6\'VjeoY5x>|8e}FQ.9(0dʪ\nJ<ġMI>Pݦ_n.p\r&4xi=3Q Ca8԰;}<{W9sR:K Ql&Nj44E;S*ѱJK=ܧմY9L6(a>ܵ2JP.׫R0PLM_/DyBT@M?	\\ͅ]lC#PL+rDw)`1ᒮˢI>̜uVv\'-Ϋ٠6)a3/-\n&(~JˋGȆkdl\"`QyQCɵ?W.&;	GAdnVza&E+@FUo\0:7~{ۛa6yɔ0&-}L_7g4\\	qbml0p,®Z@]]HMG\\Q\\b%ٛ9ȗǮnsŭ^͞elz+ĿsK$B#}iJP^u\"l lC1b=-͢N+rnm<Ɵ]^uHf6ӜJ\0]voPw,0\'E[}=^l4*Wڳ.VZd\Z4tE[|I_+R9KMWC:$\r?^OCxqo¬GYT6?m9Ct-Xr)Vَ.V^	Bi&ܩ%&<Kuw/gQuu_enQBw8K:152b\'mـ|_dg@RԚɛ&pقX\'E*JUXhUVd~7Gą2}\\5K(9>^Yd+@a5@%x\n*aHsT=]߾=~A/S&t>_Ԉh)JuP:j\nWq&AEJ1Blw<<y՟2s*fnFF.R\0)\n4ŎSPTv+.\\Uǭ46 0W΢M_6#WqRLE艉]\nK6bNx9@eC5Kue%:=p8j֝tKĽCuBKZI7A!Sc$1v`¦M\nAQ8M//M4+|EseZV#:=;ġȂ4\nQ[\n$>{^yq,f2̳R\nFAKIvlJj/0kDf<Ko#.[\nT&H/wDW>)J#}7&X[B%b6+=IYzuݾ\";-\n]	;\nΗ֮u?YqETA[	 gSР8߱?>ipB=hV!hj^QlեMa1Sry|k;{8<NB(篦\']Ou2(OܫuQZQ,x)(c3}0$(A	v$Ly7,YW<-Ji:*B0t}ك^}M?npVwCe&(S!Ɇie@E0Ut61??S%Pκ:YMO~9ca$\rk*ݡi\\!d0ES8z;ݞ^[7ί459IjuAX(ⷱ1w*J\rWK;op\\F\'+ksW\0fIrrQtx cB\n>/HuZ3QߊϞg3E6PRe\n7bt\"GV7q&iLXbbPWa6\nrM	4u~e\r`U	M,+6e8n*\ZI+l$Rugו08C7XVE`Dɺ$QR8yF`}Cq\ZI:]\ra_( ԓl)tDw;2C_I#N1*!렰:3uz~IY|Q[/inz.7M߼NwH	ct\\wU\"+gJUܕ<H3l\nPHឨ|gPnh5\\3_$\Zo#Ɣjh$ѡ{oȄ0a?|x[7/bg2l)u4t`[)Y*CAb:pR<P	FNU;VohVߙQCD\'Hȝdӟ`y#WQqxXgfژ\rI1)?=oTz,%QB>E0b\ZWd-%zF$sitlSq\nUԡuBt|gL<\n}\"KD[9VH씂@ v\Z^TT*Mb\ZjjzTaC3.*o#uSvj{zt?X}|À_\'>cϟ\Zu3eoA7t;R-6ߕן鯫S	]Uv\'q7q(CUhfn`w^T7gմz,DlQTXH$~/4:*R[v a	F`7A\"w\0oڒPvN%ɂU<Z+[#:\racWT!܇2Y[oku\n9&SoWzXh30\rb$y]l;--QBL4CSC#SZylMy0XR+KF9}ºzS(8myf6qfmM G)`Wziūnǥ~{p4\n,/XRlQ~clDR;)#jr\0Ac)R{2\nP3t?ϭ*4Uti\nQڟ= JvVGMhrU`ݐʧ(T]೘ZS89!c0WÙ[vDLTNв_>b\",EWAR	֜mO(Vw#ΥVg-1MhhY-vZuۯ?^\n=^SQ)P	eTL}]WM\no5rJ}ݚ+dy.e~.m۠CR/P\r䚱J`e1m8̪hbnM>Loj|:<\nx1S0vdLAʶ/`6yo\"!tV@% ƮˈbeƝǇ\'l0_#?/_CGD18MGy2]|_^b*G\\T@>8sή~j(AOU#dS`om]S,\Z\nL.1	ޮ2|Sgm\r!@FUwKb+Yao\n_N\\6^O\\\'̂}ͻS\nVБ4M>n;O_~s~GtEOI)( \'\":c{<؆PIxDLb	͕u>g5f3mft]\nW#+X,$,KhYc$suZ$bF0B\nC2(K¸ؖH.On\riFОl.?؂\r$0̸n$E2>N߿}PpA9K\nǞF`#ߙ\rVIRc\'qtn?]25slT\n3&tN\ZyP<Xh2Bh+nyl\ngVB\nEɬFˣԧ(;hnEm{EF~tj{+.Z=PU<ݺG<jW2\n1%ذukte6(uk	hv_+1\\N_fn5Hԓ6)}:N7ހ<\0\n۔L=vBoZ(@yנ-:M(b\\8[%j]pΎsFGx(@|l\ng59\\uhǳ}RJg?oKAе.u۪NHI_\0pVXgv\\JVnL:k|ue{\\t=bBR/ui}l2FmEZ8*?MkQ}3liup]{QB2zUn{w[T߼(vMW6;\"+\rHua-K!~뱟~t`6(?o	o3k2%<w滿Rˢț?ɫ%v2#in	B\"Q7\"ux.>y3<<6z3ڸ>N5Xc)PeV8]ဟQN6]U1OGmdRSWjBePIZ¯O/n\0.3ސVۢu$@w\n\rWQ#{ѵYzF*\Zٍ.pfc{%نX}ڊX{afKQ/Z0Oœ=Ve߽Xw~U\"+mm].G\'u._ن5)#{-֍Xml}OAּ\r&RI-PpyP{fЗu3,Ϫ˨a7eoi^ao+H?~vٝ1)Tgց?sQ\n4::igfk#o>21]Dv5DcoT&¤hٮ.܎t~55(1D!ntաc	}=?q0=Ż4\Z͠DOu]2N,=~x$Ed]V:C=ӏo`,\\uSzi7Qv~.{	?DRhZap9/UaB!2U#\"S>w)C4-g\n̋rMv}(\'iB+N[>a>͞{Ow>\n.doq+>5QɢsNB46uO\r](;:UPoǏ/˯nK/PF~ן;*4BM2\\/3\rK+oSs`ͳ,N|/o,X8\n+w\\|ΩY_\\.]j0\"HH)pzh3/eN}燯|#|ČDV73bYiImcJG	3~bJ3o^s\\yRoƬayW_Jۨ#Z)I7Fb$.>]ֻ˅uMr*kT	5d}kb,Ӌ^R9\rNU`o`??⌮3vnsNnOD%uҼT\"+^CWWх u-:%E;庌C\0]\"G,K\"%!eYJ`E(\";u(,\'K~Y}Z|x:`-V1	FlK\0\\H	)	O%Sʔf!\"e]We&]lgQЅy/V*l.DL`\0\" vh\0m\'KQ~?\nzp3nGz![hДonA,&E0`\\vT#^͂>\"6>mFmKN0\n\'!F<\0]DRi6ݚ\ns@tjԢ@h3e^*\ZI!uS\\(4=	;Mym7ҹ*˰tkGJa_%M\\<`_~}{q	cqlｔ SXm7j.\n4wV\02<)ݍC_wJ,Y/\"CMyNtcl3;xM˪I\rFBO/i{f$@\r3TB\rГ$\Z9HR@t}*GsҲh\n)x{fKS*<C)OO\nBzFф塣Ef9Mn/W.#sBZ#\"oLNo4CPUapE_jp\'_-KDѳyCg/ػV\'k(]xo&TuKN1ǣ+yP~+Sn9(1TVF.7+6QGh;|9[_#ƣ~|>)\nG҈N!vM/4gCO?Y%ZOnCOi+b!4\ru@	$D5qa»\'}9[ߜ9	MQWH}h;2rX\rE	Ke?95\'^	(*ڜf9r`ƾޤdR$[Ey)4|?l~}E\\l\'**&_PlX:ƛQc!8h~5\nW)QRȐphDD{ENEaze\0F{MewǭDUZ[Q\Z66%xŠwb4s\n\ZN4o\"Ӯo~}_xYazEGP*$ql;\"c<.Cua(w:Fc_y+ny)¢;FW`ϙ%j4FN&>4ʍc\nSX2b5y=RWaTT[At7Nzap+ΓwV9Q!s$\ni̊qvЯ >ϕ7w`O0Eի1{鼊}cEyuLo}\rW\'\Z>~z|$	\"}; %\\*\"C^FmH M-+	tE:Y=liӗd*	7GQtB9.)l8e-kШ\'3_l:_RRGtݠȚo]Du뾩 6 [:TʈF*?ς.W^2`QB\0	b=+m,ȑ>`.q<r<9PHʊSgt)\"4S8coowɻKjpa&}8VNH:g<dd`^Ȟ+Hi@J훽Л?^P])8dltS6=I07\n@v3O%M,oޢmϢSތ״mSI\Z*	bP|`|ɠz9fq Ʈfq@XRw\Z\rUU\\~j\"@pP\\]Ąjtv\"н1.^Wjć=>3Ł:v̇H\0|QrbDW89qxθMbD-S?o_PQsE:Cf\'\n6/Μ6ng.767i4qNYǒ#[BIfak=R?3۔)!N>4_ㇳ-Օ~M4(ksHd\n=BiX^0Goӛ?H{%.o=;qtZ5d,P=[2$ЭMnu91a\Zz[JMW\0\n\r)f؜#BZt-E-%H:D(]ݷ/8cD~}\0m_\rOe.2wpES[SGUWj:׍?JIAh|-%ꥨoY@vNq(l+Wqrwo(1?ܭq\n7\"^_}!JmolEaC\\Ϡ=(\n\Z\r&\")Fw[*,׊pA,qDOFa_n8C}=&8]DXFL2	!UKi&bB,w7~ni\'eXD<!#![5QƉEpHHEE/E*(,yPyI6b׿!	qZ9ڍa0KlQA*)0V2qHўISV~{8,%\"|j*bY~wWB}^!.ĞNmეLU+咘h,YҕǼkM]O@{{O\0\'zRfr	%T97\rw^`w<J)_b쯟|ۇ^/nȔ%lF *-*bW\neOېqG@AgNGDC-SHVtP݃V\Z>_B)x]\n=̍aTZsL`Ĭ]c8P%@KgQa^wV`bTtɅAs0z%QYP\n%Hb51uv3#C!(b8\'ԒWʍ*gY\rPG9y٦e0,\nU[1^1QjEu1w2E\n~8+-)aP[B7NKq#h(t=r\\:ׇdy?7,޿{{NN]ޚ\")f*aSgM]%Pim \Z-Y](,:ee4YRR*\\X$CŎ\'[?=Jh/nAkRGRTmXEf.8$ًwuTXBo7Cz{<}xt٨JI48	ڴ1KeED\")PF\0J:a4CA2x8Ǡ^-A/1Hr;FE/PGO[D#{	$9wЉAJ~@tpŸ+rd9]M0k,F(a>zieRh)(Q #zb\na,HlvȥF)O@|<y[9m?ONDYBDA0Lf1H بAU_j̼\'\';X\Z]	î-5gnm(XuKp)#9e=Fsü>3^w*;x:m=$s;8{FM?{|-d@\\/b)ԍ.CukJ4ওH-?E2s1{U|쥶#oG.XH<<(Ca\"~\rP\"4}\rkZ_:ΰ\r4blI$/tH}m,Փϟ]>51KDbڗ:^1iu Gw=`sX`A7<K?QTWwEųm*3z$ #v>a6Iz.˶MgP(}L:Gצ;Uo[BXFO>ָaM|[/JjԩGY\\#\ZtI#8hgfHʽBjc0zJP|BbՇkd5F\0)NtGEuwM]1Z=._Hz-ƥPlt0{iˋAm3+wf`g|ׯ^~7Ɋgސaq|p9E\ns]]2!AƋ1\ne8$ۥTMoJRM3AK+,^넦˻O$I^U:\\ehs	s٤\rshӕjNqf||僇2)a~zaĄRQK>t [i]E\\kO~SPdKGV6ӔS@F!:Cc[]k7AcdjTNޭvoT*6z)X+Rg%\\(z`y\nW%ETяѾspw[齘f_)_|Q݀Y÷0LqX?Z]Ǭ$|{PCIc,1]5omxa70~ͳ!{;\\6(+%!t%g\r݂oF@<1$dl9IA_wU++/ U\Z+YBbQ\0S\rIPzփEƌK<b	LU/_V;NAYW0u\n1M=3KQXkcY&K|ѽVQY1DFbd\nKBf5(vJtq/vZh\"ںFAF L\\0y(:;MK1;Ϡkݙښ_V׏L+64kc(}N{TG:ϿX=`X[f1Nɝw+(0!3(!m[=:G_|r>BOX.aQ,QRZO]ͩٹÉ){^:7YH6ы9fS4Svsg,JI+}j?|V^c\nl#æ[1/TZh1hbʱ;ZqvTx:sűm߈yf+zlGĻ))Űjav{9U.zʆ,m\nS7D.7O%W SB4$=I˼	J:Kɼ<3H^U\"+Cr,=>EdqOavN[/#QrAQ_7u	*`Km/\rb,:%?b{ѹzȈ5j$(\'թDPhN|0Vpi-ĵA7RI{ڌK&](2,}o2.zz\"QǬ[O¯\\ʡ?A|cŋrF-)+Q	J7_>&xq7;7h~y;E;\"lzC(7p\ZұssOjco~~bDF@a\\3m:)}*L]g\nvIl!. Mp\Zjݬ_B3\'j{%QP<gt*ÂUd\'.>F	+amAK՚^ڮ֟g\'FwO\"/_~D2}RG3ր¿n6DKla\"T=K^)4~ #>#Ė *ʣǍf2cX%W#5ý*Ӣ9C\nE	w1/Q8F8L>ŒSUP<vjjʗ$Y:T~(x#	!AŞRBjGpy\Z?ð +3^x\\K=92b={|-녡XF#ϗZ?>|9*[0\Z嗀Nܙ6u\0\r3\r\Z(4\\ӿFSxjZޔI\"2myNSy%<Q:aFH\ZA\n\Z!t3\rR+\'0%	:\"|y㗯uhBDLM\'Cy9!N.D27.Td/\rԏ.7֟?~xVfQ)nsnSA*Mn$0\"zYG&WLY\\Ac:\"1C,v[\n,7]yQE$T0^LLiܳ!ޅg	i}8;S[4֕fn	16ز14a?0__0k\nhAi NӛhSħJ7_\0esX,@b?(@\\o<uHYE)zRʙPʱovs}gqDw^Ynjc1rF{CRɱ2V9GRٯŚ^acM@O\'ñNf	\\d~9G\'~{nNwfA0b)7š`1ԋUaef_ҌwK\'O϶m7\nN\"([yŬ+P\'/4zǰjMj^r$n-+WP~	)(d?$/ zW4=-|Ph3;%C\'͓|ڵy/ye	iV3YeMIouyEP]*y\rkţ;qHTƶ\0Q\\Ba\'*vרizT8	L?m5ڼ>(*y^#R@ʩ3b8zI6Ŧnk⪅۹q-k\n,&jYZXQRk\'2;ޘڋo߾|׫,΄T{LHW}h+b8c스RF~4Ŏ/{R-:\'ճUKd┪-:Rٍ>8!l1QOy§H?`߮BՈv,+7:f~RS)Z}o6,:lᆗ\'VwHW26*+bEԳd`/\nU;\\Z&n#2a\nNT\Z.o\n/:5x;(MVQVtb\0[c9grYUQsU%[(xTղ-zMAxD{&.oPW(l*:&\Z*ze4?iYte}㿳@\\A;?x~R PT\\X41c&/Y*_9k&ljFxmX)	*)G#_+Tѽ؍IE??s^tquQL=Z$VO&ʫb[PT\\u\0q3{ѧ@AtDBP2мBNKy0g+R8yf\\|Nܶ	[pEgkbݞtw2}\nRw=f\'Eڻ楻]9Ct\\?;\n\rDJbAG\0?_/>{mx֪.\'%9Ea(\\jc	m(1 \\fYѳ(A`e^(ë]&@뉹	ry\'4zו+k{^AMGtdY`4Mj~W1AQrnb(^GEtʙ= cE*q7\n\'Iw@}xU\"M֠L(H(3sa 2*#yi~=_X^Ξi+2tpHUxGk$JQ5U4+uՠ==~ߌ\rL%HIš$_ \'EGPwvFʘUĲB^r3UFgm(@HAn]BXPGhb}hesL>}ثWؘ	ݳ;J>X;\"~PG *)utܬa~l\'2&M\ro%d^92g!tW#Rc)!.d.6.oA[h2t9M*ʺX~㛳{U\n \rQ/ج4p:e3bpq	@yj퓪E8B?R[\r\'~>beOtW鰊t_¯dRڭ\ntiL`x~NvB/@:!48?#=omSm\Z\Z%GSXHg?\\&Jzp-F1 4v2f:7E`\'.:me҉C3wתyZt2qZحb#(t?zt=<Fz\"MSv?mZ»,G\\VYFzA`\\?~EGr8H\n=ufNҥM٘Ld	dDbOaA5]oxeIpNntvZ!ɞ^MM5(.Kx?|I#:6;Д	iS!D__~\'߿zgX;ʇ\\+.vϥ(!$bG rԔ&w,@}S/	\0܁f1ԍREs>hD8lC9߆f3:e:iP84{[wNNE϶WVĎUJS[@`IYFPYÿ;y^AVrQcZ*Z#9j5fg۾S!$	$X-_<W~SFאv3&\\TtETGJKVvoWXg\r_ptвKQ@1!iI.Aow;M;\"nuHxn..Qhs@smto]A_͸nd;ڴ)_nOs\\.}0;[.%[E!Ҍu;%=~~ʰ1j>S&K)~E&b⎗=|B.\"ƈ/)nmKLW+Tq<]zZ$=,InL)lse+a\n}E_Ҥ݊p.qJ\\AeO_}P[O7-mcA J %*rUv9\0+\Z#aq?W(\\&F͆fl%.q-2 Ҧ\0e;CO=l;G]\"2!\"RN͘u\rt>(	8VAr.{X\'}~Wxb -ZqJO޳(JT\'?BԿqQy姫BM,<g$а>o[Rw}c+c(tJq+h\\/AX:\nTp\Z5ۇ>{{mj]G`}^GFQ\'e)d\\Q盝ܓYꅆ|ZTLh!h6E~R{e8iW>Zeke#d/u^\\Vf\Z.N{/TGxN|UVų>!9\ZFދN7,WF=\'3<ᯏS0lbhԄY]_gC\0Q=#!D(drWvjr:<$n6)4]CTWË5âˤt1tiNmћm̈j*w ZEQ~cˋl\ZKݱ<w)(:]#poiޥHI%js[i{G8Ӓjl}:fiexD	thCFս~U0e.o\nKv9_IW>Ug/zZ]iC#ɔxrׯY\Z~7k|x1oo\0~yEcgUI8*boBnjG:A3K=`C)J7#E`]Nj^.zq#lRw2qpaq(w_+# ԲN۽D@OP	;*$\r|TϹVl\no[B [jQ2V.\'G}M:0m]>$e7?|n=	Tu,T4Eɩ$ HOc~[6I3BetQ .!a]ِHFnUZlezH=m.Iii3Ց%ζk<AnH&ŃWrk3\'c)W:kQ^tj[܈[݌@\Zb2?XrrAAߞ#HOOWbxh+XO2;umh.e8Bw+hK)@3(7(\"+g״%ZO2cwCxC9l*czzkMCM|)D81A7c)	lfBQMHABD.2\ZZnݢs47u:epր\ZCN\'\\tIyBwęv珯߾<>\\oYqR]\rO/ٟ|G7]4d\Z;UOZ$O#v	}cYP@QsmlFmƴ\rMa*55#{i zR:icSc[c>N+i\0si%G7%EPbDpC҈RD9W|^H	ze9fAl0^>807Jq,.T);ʶK6*>\nqv%8i/O/ӜWWDzcO\rk F@n6)O}7ma}9J_-\"~~gX hRk5H=ސQ	J;wsY,n!}A@Id!5RIgԠ6e_^bbGBG:nkQQ)Mx: \0,LQ7\Z}j앮v_shߪ0,6s%eu꜅d)ERԊGfw\n+zEߣo	caAL;[%lmIHtifq/l(\\ZVzĞڝ`Ʊқx]]vl*68PXsNC4>2?U*UB_sHM9B/\'\nF{Ǉ*db<-Mݷ)a9WANSٵ+^t(.qסm(xj=Ws֓ңu\n08(+QAӡ&#W|	zDD\Z,ӯXΐ2QUntXC$uč3gAׂ	N }ޠ\ZQΖ`8V6=KӔX|]E1dׄ9G\0H*|SpiE\"ϫ֛7.Hz6qUՊ@I\Z?~zr	Dr6T=)Tj8EuΔp*W!$=Ye\0	r\r8SbC0l鞠РuݽlgeKc0L̇sWR[ѹN~f$\\B_Izw4(\'抲b7u֏~}2P;o0W裥KYQj1\n|NvbO\'Th\n\'x*NDu~@+n\Z@7L6x5Xl+SV<zgC=%]BjFM-}dC/+8A=ᜲoop2]\rQ/	a\neQ(gR(\"WIe۷\\x\n!y3\ndR\r5MSA\\/\"E?q.{ݟQq:SVvXψPtll+vx,4ʸԷtl1Μ@\0gfv1\"1(|o	$sI\nxiWFGxL8i7r%|^k՟&f;9\rC(q_)ՁHte5xR.qbMmgM]!vlg9Zv\n:$JQX|AIr55ζnݥ6S@ރBE([_`J,s*r\\0wxǟ~{Sޱ.e6c|EN9SMaluɄvpC8Zga`J3uK圁Ogwxy>Gr4Rwf|!jS_K|H4Й[Y{JZ\n)ƠG\"	:!\\S,Co^W}lNTC\\-H{=q#x?D]P@6]Z${51eZêMvGTdߎ=UnwE;dxB\rcP4^+xq®?~Ő5zꌠǧGY@I\0AaNa1c\0_vXЍnivzZ\"BY<n%pp״1IMr*Ƚм\'%8>E4 DPz	=%⡥aF`{ݙ)ܓ^uz,?~W\n&B(dƕǠP	 ^]$xP P6;p>Ep2Rޡ+n,;rAqlI!D¯?YOL>I!qk_dlр*7gY]}P4tЬH,Uɉ?vN5Qr9 ~7V芩{zArJ*~|01*\r~er%;DE߾?ﮂicd9̈C*U,	E؈%љsYC2\n)Yk\"]PH~FAnڐ2ǳ׷_}^~jZY\\0ЬUVmsy؊e\'&{_KNUŨ12D\Z+[|(W´fT0E#naP\0ݯ;oGﮰ\rr%&_y\Z&@]9YȔεT`O+7RoaQJħ\"RQ:cEnpЊ+1M6#*zbٷ!cڮ/|x&Ş1.YX׶K%K0{/tzN_P:DCk]Eu#Mwd*)=v[?Y)#%3\0eoNMyǟ4wUXhkܢϢc=IuK<XĊAAYa_;o07O>F\0g`Yx0Xxض	-Lsy=Ǐz#@\r\nk7δنXu&7G2Wj}_\'(GmsL݂R6[`$e&:|W/a\\[o?>eš\\⭢JHa}]BAgi,ўai~PyTRY=!\"!01KBI9+,Shҍr}}/g`ۮeyDMNO`EF+ڊAdYTBh`;4t=|*	!|Xl\'UQ~Bĥ\0R*ŽŘBKs#=QY.¦AR@6gVjv=?)OFݲn\rxq	$K}ǨmhJdFbP5UÓe7_}xoo+11,\rQg~j:DXsBM ,s0.᱄frտ)ʶ@~)M;M+)a6E䄳aB`\\T\"{X.Xw(Pa؏j2&ވ05)^a?<[EUf81*q=9RqSóu+(6+FF㧿b/@c#י[*\r5wwY\ZgNmf?HnuN#&SEԘ~$CbcKĆx_w\\aqBjPa!3Hb0Kv\"#L=Ä>1tig\Z>eNt\n*aEn\'~b\0ℊ>\Zٕ:(ige	%,L#zrXxc`j5OUO:WN=\'4B2nDo}CWyĐ	vB.\0GzS-	Y|6n^_yNWzYldU|/0sLn,MoXoaK_xS\"][LCt\'srI-9E^e=7Nʚ\ny8^)Er:zHC=V\\|댘E4gtyuBl+k-aS@C[Tl\'m[ͿW4xYoG$F*L+ayưdF9z<\n>?מ^Q:,N<Vq8u`GnzFNPKoj֚Yj9(3	,XdFrzXRv/k~;VϔYGm60c\rNb$euokA4qZ4E]w\r TXn̌$,C̯l2B{O,pTQ|E$	wsG8P*նenF+Jk[*)C0ɂv?<|8sZ6l!@$ZcϥT(J112մ꠵+͌pF$vuNdA6ͳ[S0c)E0VXY蟏[K:ͻ\n\'nεZ#^8_\'\0{6y|%Q8+pY5ovCEkd%Z\\{Rp	\\\0ʺsU<2l)Tۄ:0-2\r\\%S/ņрwLbW(75n\Z.cݸ0	5i7FdA(l8K`<T\"Ci>фMrkҏ/Sҗ~ppf9}EPq@ιP<)M\Ziy绍!l,5R4(θ1;);v/٠(2t~\rS+l%}\nźO@7]*tBQWQ-cTkgugz!ހ/2^vV#q!ҧkG^w<.?$z\Zxs`ha/ؼP^6=\'f\" ٳ[A=t|?|@9IuFL\nYYўA_((ђ=%RדUEGIIece}*dkQjAf0:ݓAxe_uJ]ZEb3Yp!0M\\Ĵ\r!P(FC锥%aJsaJp39M 	I8^	Bdnr#Ͷ[30~kGU]٘Q}.plqxYE0pD,[[I</+baTmv0Qs}8D:LhRŲxǱ&:_\nVq2,Yf8\ni\"Yhff(2r^:TC6i11K	J,*lC[pK׆~훓uKg{DӹIG&!m,CFmwu3æ	=DIo\"Kݎ\'$JǸp-96a\rChEg/ћVz#cЈRnjJīRToo=CQtv`?~V\rbz+\r梇XWc_2QdfDpQWϣ{麁\Z\"\Zvzstmqs#b EFwČ\\2Ķ}<]5fVQIYVXVpBoX73\nU&)q{͞\'A|PD(3\r2@Udu;6f@Ų7S)pgv[:v,\ZAaD%b=TdxվN\n ;yQqQ|\n(0\rG~9C!I&D䷤eP%8n2<sSN	U$Is#>RJzOpZJv9LHeCJnpIWz}z\"hc~~\":`φX^lpr\nˠ.ڶ3CHjb.W7\r߭؅m8G[ݨ7GUF@PY{pLNV>閆ZQ%(h6`4>|7|/FFyocsG0صoፚ·Ah	xuOb\\eod4<Cݰ6\rS©pR3	 =4\n|bpE*7ۆP:cQ=Q=M&J4\'Ɖ97J\"QD>_f|Eh\\vVlF\0kQDeGtP<pQ#\ns8&29VtCCR<\"WWqbPi+*DLgԘˮVPB\r*:y_^ڪ;G5b(T;65@pw |2~G>WDD^`+pg_U2s&\ZwVi׉.6Tjm_@>Gᕎ*&AY4Vu:uHgqe<ylTmfF34|[Qr:t`vDyv_FݩLHc[/QKa\n|\"E`a%ڄ0i@]qLLQ1d%7Nb:nkRrމ8qy\"2&:6\Zb!qu7Үa{ߛOZ|Ed#e]4}2^RJSe |ێݏ˂A4<EXY̡m.ЬD+)֗D:.MT_o 8Rș8dwwÎm5c)Sԓ>_&^	B$IL9}*v%6;ۚq!,	aW4<v=	pS{cGHRE T犵GuW G/~=Ĭ}%Wgۧ>~PneJWJp,uE\'\roq؅1Hҷ73C9[wft`zqf#F<YyZlCVIt\\tϠT\"ƹK|vⷊzEכnS;lV)k \"Z׿\"yj8^H2V\\H\rA\\kw\"!ݎ	pB4x?qkqޔ.Ky`\0JQS4P6댚̟DogiL3yzOx\"y(5>:v_c01X1ͯ_nykNQ6\rZzgm3:GSVMo[@b;f.8mrA/0Ue2HC٩$\rkoi\n`.4j\'vXk;tx);]p;~՝Pq-`<&MjB$vφDXW}Zَq5@(]qqB	oŨټ1|#N.}Wȕ̺x3mh>gD̘aV\"̺:A!`l_kVJvspwJ\n^QDGjpFh3U(\Zx9p_%~\"y\\¥0-vk0|d1үK\rD6yr;+/3:;8Ko~a/G5-W\Z1Yf)o<\ZAZPǯ$kU2Ru-}p٧R2(-FІUh|c쌈ǮP@\rYvN{E>ť}Z@%Nb7{ xލH(h؆ܢ+nxT$2Gy-m?Dx/\Zƙ֋rN-\"%@v>E ȴ+\nIs̙/z9UyyCΠ&~f-*2VGNV+ݗw3̤o;lKv2%.^i\'\nMߋ0墽w)M8{qǲiA,qsµRƢ\nn=N^unCd7ޜVD	#=A)H6b.A\'A\Zs0w3fݘmإҤ Wv@D\\Sʻ>\Z^.GKpt`Pv9(C8EU40>oOz\rvۄgڡ#3G]fG)wdK~>m;-amfy[ӃxuaKc\r\"OuBaA=\\0F2\Z]*9R kCJ6`DyXT2խMIP^\ZO.,_e\nGMEaJ\"	\n&d?8\r\r*&!=p`\'a\\Y>Y);ϬAH]\'[LAeaSLEcF6zxȼ6&EӋq0c_>8\n~\rdL~Ks\"4uv6VC,LOCer%?_?*+I\0k3Ke+o\nn(7#7s9[Xh!xg>fhP>!k5Q؊`c\0\"kx}+ȹޮsBV8vB+?]q\Zzq)ynĕ(ඩFډxE]wev3\"ʶ?]Q{>6+~)fBݤOR3hc\"ى\rE!;ۙxzWWAD!!։|wpue\'/l5=Dm:>%Ã,Jl˧>Cz+.ɳMhTcMX{i$̣߷q*V4ņ}{8^v3(l/BO`mgxy	թ. Muߋe?	Gõ \nQ=P5vхVwɬDԯ@d:\nO(}M(gz ]QٛޔU\'m\"#&F0c8 u7gR?뿾}Gƈr$LY+L\"i3Ϋ\niFDgs/stp-rcQ6&drg\rV)o/k\r\"Vj&w\n]!.,Oq:L.]vWGHzSC:QQl<e>U\nړ-=\r\\[Og(G$XnD;?,H]]lXX&>=+SFLɕܜ׮Fw\\i,#G|`~;>0+:S\\6qM$dĠzjӅ:܌|?lE{q	DM٬J{Ͳ^+!aBA	tO/7jOCһ:ImXL]NEIWHoi1f*zlByn^9\\u.SYQ@j,f#+,ѼP&fІix	1.Oz碐Yr\"$ǜPP6%`C0e!#8,e2x_Eb?SGIw?/@Jj5uwzIq	>(gS6憷f34pc8/]\nR\r4!5%	\r+fi\\b*E~m)U?h ;HK׍!/\0P&-F;Qx{amE:6P偩+,HabitQ7ay{UӝN#\\Øbe\n>LeZh$/UoX=U}<;MIWR\Z0s3W6*\ZWfiE,:B-j/%`[F\'5++wܕ>͹\'?~y_K-lΛ[©P>}ⅇElxV)g п>8rO{.FV(7ZʖN4	QVHo 6A}ow]Ý/UE-R&I?WZY]d R[,lv(<OM)cKQNakư*>4e9M̹,+(EX*\"-lzB$1%k|e*5}~YDV4@TfLAmJD)H,0K	6Ý-~u;G]E\\h*Z\0J}ohd%v&xC_qc~QԸ&b<Fi\"M=T6\\LB8\n\0/`auaNG7ozi:6	&$8Ϯbtא(\\Y\'.7Me^IDy2EDMY?.MPWU0!.\"zQ(Xy⾗JFz:}L~ct뺲ӑ+ղzw3tv?=*(E6\rGް>cřбEgN;k~]erJ,|Ɉ~H{}MtHD 3V4tsY_ohtEM]O~}#\ZW#:\0\Zx2tOU?ix[g,׌K:u~VAEF\\*_$<7GJ)_ˌ-#I nF4\nv geYV8w[N78K*V{$<D𑛆Nqu9!z}v# \\o̷ʾ\0ֽg+xvǐUryCa\Z8Oӷ>$0Lì8bH%osv*?]e\rYT{Efnލʆr8	6zs\ZGi\'BO_n2q\\e;WC4Ydab(FҍPehZ\"bʎnp=o}WZQ/):?p0n{f&A\Zu݊}>_IdN*r֫0V4EwetߪQ`Rq~o#.fΊ#@SpMz1(RcIm7=Oϗu~_\0[En3.bo(r3gk;\"v8AyI3秏́3\n-LRpT`WBm+)W,eIcOn_Nr(K( J	=2dFr}b[=bXǀla:^\"ߛMlf؋\rEv\" 2>]mnePOY*_/Jl`g\":/VxyDETfSP}/p\nvgw:X7<ߍyOi=L^M{G/(WpUaVsq+g,\'\n+Cݼ~f4Gv2q*8TwD0?{l\\Nv?Խ[wG$W;GSx\\kNW@ H\n$0\0fN52L*3x%DFU5]\"y(ʨWRշmJ9?$#6P\0L6CS	>qzpĞ#}۩/\r*NAkrs\nKƿt\"DA$Y80!4\r__&Vt\"#<8⃌gJcѐA=3֟k~|<_7P	#kqPi9\n$ey)6?E_VsYkʤK,\rd*t>aa85{oϿ|66*k:@XJw5۱d\0\r~S{\"\n6>XqlP(Rjk\nlރOLpSwJMP؍(;=!^\nPhp_2;X_nHy\rz!no)T@<S% 6;\0|\'ېw~Uϗ .ߒdmAʒNצ Er&@8bv,u}dbfxҘI\0nR3!_l\\\nN1*pAF)~\0w\'~.s@^7k~%Ke \\ژZT;jl	ل1F_\Zoԧ$=\'p2US*U\nlFupT\rp.~F԰(\Z] o÷_2ަjG;9mOw/pIցonnOlϑ=RLdO!l~wFQR_,r5z.lYZ\"M\0bm$55`|9F4\0vR\03M\0\"FDt\nۊNW\'yGϥI<bYB0K*\0~.d%)M΁62+2)kȦ[y/ߜ9p\0WFlبk:X??%{2z:u78%UJV]i<8Eȋc{f17F\'9V Ew\nK2= XVც4Х.6QQvg5<k4CMo֝SOL\'bqn& fKfMyS%࿖;FN◝W|h#ځa)&qO>KӾChJ+Ah#4C[!:]S3$k\"#xo=,||.A\nSz-qq)ŀbeބ xRuDNCfK!\Zf,&RtsÄ>1䅵Rzw>^=jD}\0\0܀Li-\'7.R1`#6.-qM(nDxMK\"ua*fĖBgED3 Խ;\Z!EV~P?_mxtw//.> έOw_hJߗ?C?_sF3/ZwCz\\A#$f0\Zzwd{\r؆{ՙ3Ul-HjfGzuƾoc_7+{\"Nr-o`u\r@Q;\nرLǣwEu۽}z%kC3`Q(\riBD.3{\'V:f]p2:߱vJ9JM<\0|@FcLb?$Vrd\0߻]v~	!<tFq VItb\rT;X&\ZM3Ae}w h+L`aL\'6,3$ep\01OvSrHͬ1Պ1q%vpX\'%5p;{-*CTNtLctpFţXvz6L+CfM{ai6j1Jp4\r!P<}=XZԃ/±BVnd=.P*y|AyZG9zv{\"ë{tO9Y\0:-9ze\'ysy	sȄ@N^m.iY\Zc%_f	}UVNU@=DX&\01j^`xl}5p/JmTc`[+5+U񧂫α??glKPXVe!Q(*V:x=RǜmC]8m21BAv*9M>w*OHe\"Hx_]v,qq839]jVM,@_h\\[	dӥɇFN>NOC9^CtΕ*=tFe\"_텚:E(N\0R-5˳Wh+eM6M:=@$j4aa	@)|F*]ƔNe`\'++ kXz(\0R$+GYCvY_\\\rm@dm6TQq:|ZGK<{\r{?}38e+[4\"VmπybkbI7I7׌\'\'\rVdxƈgn)ֹ<34:ry^Tjy{y.:49V|aи*Gfȝܹ9A6Z1e&`ˣјapHHObk&LĪp;$|iM\0eݭ.o|U9N\\\ZLZڵ1<P\\%>GQ.8p4XQ؄;>rL7zf_@zQ	]9^~bю>f4RP=yj*J\Z\0f_$Ԋzq.V/Kg)#Nc׿a)m:\'9؉H	ǮBvU#RWґTR`bXptkh,5i\ZWBH=ydJv]Z:xpDz\n<E0H4\"5J-]bъoĉX>\0xw|{\r|KlCZ {*7s(/o3=jc3pڝD~}{E6<H8^h1\r6)4a++Nwޙo9beRh#VɃLDҋ)DDŐ~T`vI\'rm|ugF5>NBJtDoNT˝d%^|^E#և뷟8ZZR8!8`-BRvA\0T#`?e-Wrݗ}iGf\0o|~&jW+D79ÇUl9?CK:|HnڨmA(\0*O]Y)[SZ<xgA),@w+7AX e}!/P\rVf\Z\0q\05=]bLt4kHIsLW߳Mb} &|=axTIQ-\\bn@{re,\rz۔E4}WS!ԤʄT9&9Rx_ܣX.\n}8o%\nq5FKq1:c&\0:vGGQb6qJLj%*\\V %DYڹcpX 1u9/XyP±F*7=zlTe\ZEꪈ]{Mi}\r8fM;\'iTrjKJi{2t-J=E6&~zu@)( .(ÛRaҕ\0\"\'>KIߝTldtX\r[\\\rfX]ʫ?Yt`03egZ@%bG41<\ZdJf=\rD|\'^zDWgeS.Q4a#(7X4O$98\0[Mu=gq~Nq#xlj0ta2!P#UU[jQpԖBc\n~~p~4n{mH\"zTL7GYu+BՏ~6lX@\"MEJQ-P%+LH+N !ЯT\Z=(-qJIq\nGB$!_\"AiVȲ6̅W~[Zqu8lR&snt13{;cʡ\0RR͟_8;Rw HEut*0QZڨLH1r\'+vy\".9/o]&zw۱hF79J3 P\Z%wDӖǆ4\0:\Zjtj}λ`?h؇rL4\"-\0>:R/bIe#\"7K2ތ8%:n`Lj#RE5rFg$Pgxp၀\n$]7k<\n^͑JNj3!9o1j\n[ڃqr6Y]%NKyJU:eofʝH4ʙbpZdݟ .?>Lpu]=d\\!U:(\0(t u9Jpv;nV:a.E#\\ҢB7B^eqӃnee\'6LK:3o}:9B\n#h0.56xTLZjQ [>{H(֫DqͶ f*-?\"\0k,oJd)G9kyc:lNt-fFCs5?SýHV\n,\nGwm~SP_M8p*2O\\7qvdcuRy $=	;}:*2¹C~E9wlѳ}щ$>#yE!XDo\0ì1*N~4rOqQ\\{v!%&*p\Z! HYJɇ>wl5OuEyCڿK6\'PlEKT$p3SQA`SVЖ5l=a]ày\n*Yӊ#UX\"m0D\r\06#f[ŲZղsgY7+=ʣ;e%A4J|!}WeP&.p\n[ԷNM>|-v-k\Zfz_\Z	,n]wwĂ\0?qu&{-vvxh2ELUcHY_hP@)4++uZXҊ}VI\Z#rPj?PXFQ#\\M@u545Qm.1P\r;\n?\nb|#&`.F^oiK\'\06&])A\nOW=.;ҮEjUPmIT7~\ZcaΒbδT/b\"(֭GzyJf5ӽEiALI\"+r֑8ߣsߗ`ctB\0pؠSVb\rg45cR)Yccۆ#2C󍏻BqhuNi(uȱ5d֫؅M&JaˏCx_|{٣TXh<CyZES܁O\Zdgg͍rnėnGY\n-T`%qtAMJ/6s\"OK:x2gt܄8IӋei	mv4dVf\n%r\ngiW7g{;\'Ob1zboDȽ@	0gcTfߣ\Z?܉QH\"Dkl݀\"Mp\n;ZǴH{p`j%EltmPvpAl66qy)Xd=\Z:f)GzW۷_0\rC=ILWX\Zz2F,E5COZ5L\ZWpl\"c3}_xF(o`p X\'%j(Y,\"3 (cϗb:B}G+5jW\nK;P+ɎF<.BQ\r\Zܕ\"s~gև\nU\"S2WpBsϚ\Zξ?=pҬʢj-*ff%L]=}2=8HW@=?K{@\\h:.\rw;UFj\Zz̽AHnw*R㡢so-fm|=5vоYg1\ZKuxH-ZAd:BL[w.v~:zj{^3:5cpVpDk\"INٻ~cq9r49=GwFLCIf9~\r \0Yy>-txJqz4IM^A4Ŋ3Ph9V9F%EhQ\">pR(?#Vݷ`L|4=P%ݣPY!M$OGꏦEvҕn\r%Nl@Ԉv\n@G.MXvtGՋc*3Dwl0JQc#0G˼Jb(|qft\\zhR\Z$a^*K&\rv7º\\ԽuRpWhABEJӇT=n	ў#V$\Zra<{t?tS[\ZmΈOEJ! `enXzSVm>(.i<j}nԆHnf2B\r]-%5bA-hZ,o\njg3,\nK\"(FȱzbM@2SC,CzoG,t1\01Tm~}@|Ӧ_\n ֧Bk`grD̸#H*przTܰP]ZeV?ւ|Iw-;%RŦ %{;Aw۽~E홉x0+mrPi\ZQg%\\Cqj{w\n+cjq̵B7H7~rMA)}f1 %ֳ{΀Q\Z4kx\'\nr\0јZDLyd:*d\'zmՕE#Gb77Uǚ\"IW>ό[sldQݴ0ֳhjLe!3drw &(I\0>.dش(M.|%L}n*::\\\0>+1G\0nXA2<mkjL_\r\00ܻ{r\'t;bQ{>S	(l;5̔mƝ4HD?,Jrg}ш6\\XRT)R\nr,MjrX䉽y=kŸxzLg|X@/	!ֆh\nEOhQpbkMQ#	ȳwOKKßbM}\\SxXݗ_m\0.֜Sp\r(\Z(gm1A:L*Տgi8|eq}i8GRQ5ZGruD:,a1·jyYko\Z\\^|[Pۦ{jIlBhwUD<GEl<՗hbe_ȳ|%Hί߽xכYXhHS3}Rխ\\42g{K9=j2N~>!P5DBfOX_J!-ԱA.\0\nǲ<JBr`ڳ,8KE`jNY=x:=i%\0\"\\o!_e}g{||UPCț\n؉ES<0ʡ&ϸlM`j>Ͱ!m뾾wg]A>R`<Bh	,бwɖ\"e߾,<G5JHeʢS\"I^T|ilS$2a,p5s=f\r|^SZIU&o59bk\0{Bg5ۦ\'HWneK\\mZf\0n6ltD8t1pn5uTvb*ji4n\05Kߓ#dթ\rƲThlΔTۨ_Z=PglFvZ\\Ҋ#\\:8bYc)vŵŗpdKk9놣kQ69	`bWL	&;)g:v;*ekGEaVf.ֽAgrK7I6o͐:S?imC-wO+!NDOV(YlBP:\0~w8[0(^=8\nR/[qa\"x)`A,	4\nGGZ6Z*\\a1*\ZfmZYGG\ZfD3zg>/iڥ\nE\0_Έ0+1b9Ԩ+}%2\ntMY3Jϕ$u\\)u¾K-6\ZMlp+ҵOke\0vO@?NY6+L-.W)\r0HO|-Vl\n8X\r2Ȯ)T8-Vt4(I)ۈ[En:>ij{dܧD,Uyt{WQ/LozjGG/ϑBvBԱo׊ fCy*d:0a`a<~KgBt H]- JQhtzri^7aGAmbeƖ@JHHI\0,ɥ>fYmkm\0떆kTTR07i\0N#Nj =Fe䃭3X#@@8JGEE/&H\nL*w)v\\Gnñ\Z5ySٞpR  ߻$hN{0u\'XfC@sSZ#$u0t*#_4wBa7tTeU3)8.J\n|\0~POKLu~v=SGEmT|>ҿ11w֭GA7fbGn,1\"\rzPj	蒵/%9߯sfZm?;B}X])\nFe\'p@=wp#u`$7#%C;ޣi\rkb#Jһnwus3һT}OTF(fj \\k}\0E* `ʲS&zdJN\Z/<P\"#5\0,pJ\" yI95E`7jMK\nP@Df\n;<::Ve݂m4`sZ\'ڍunف\"]Q\ZP~LDJ@\Zy/ۋώ!ĕFE6i|!)ReQJlfC	9)X6Jx~[\0z6ٔ9\r́\n,Djt	)6\"hߺOwVb <q	*<A0jp85]qJw6H6`%O~HOTuAGw\\fopؑnl?A7&xC\Z3%C?/yf%d32 J!\"E$/F e\"aRT7IcJ?ZUR+Se\0j},6\'{#QYxg/z0he[)E|0gM\Z鸡TkbK{j9XɩJ`dVX:qu:j7ⵛb4D{/XʱI-?$]!2cBl\0-\r\Z9(HL@$Ȅֺm._oԑhkf<~ZMdJm\'gDE$eu~Ԁ?U\\CNs`jlM9?4Շ*{EzW7mv2@%ͷyS6j)dD.`%W\rPp#5ļc\0qZ`u^j5ߎw\"\0:*vV:t#*Hζ%2L`ӿ\rq&Uvf,z\"q)UHoX)ݥ)k_Cyz;*72!ڡ)@tQZɉ!FD(	h@cZhsE? ٳzXiHٓeXr 7@Kp@+uW0~|XSbViVXY,<lnnh| 5G6_?\\МUGq~EM h̝A3uP0ֱȀpKEp`cٿ}\nK\n3Zʝn;9=X`k8tO6C>^YlNDKY?_^]O3\01\nNyOm\ZN&VHmS6p3,U`@a\r2G# H?p[\0&qAGm.F`]I`N}r[+ؐl<	~.1#pkv4^\n-hZLlK\ZG.sp:vv6*\r}y_]|vu`WP``R(NAjF*0hiE\ZoSVq\ZHB‚؋1cb\rGbg%K	lI;ݞ>Xe*uD?y!`$T\"oW@_A:5li*A<[=) r\rXYn[#uN!\"a5\ZF#=ҫP\n|78@\'y}9W(]|{ĳ\ZuEl9-:g#lZ\0S@37[	85<?\\V\\I~B8!Ոm4#z\ZiKud>Uʤ4>zjpHs\r8)41~Ei\0sc,r:W`/Pܶgmڱnyu?>#	& ,!PǴ1iAs/6RM ,T%>TH!_|]&}~/? uE7\Z֧b2yOܯhF[Iurԓ!QrP/G#_\"db 1t&Ϝ:6,3t+E_dY9L7LI;\nknn߽YpA̙6r8:RPZf-C~`3*<QɩPB7ER`>,g	K.h*Rsxq<_=Ȋf̅A.y3\'BtO=vSY&$8[,5xz )0j_a IC\'N]{@\rv\0[,(ST[Zv+]/AC,5ג)}HW-\"ΒpxcX/[S#w/7XSygEXmc#s&q0T+7p6W9hoB=SYA\ZSKِ$\\I*B\\I&㤋z W/\\L(@Pya.}sPr1wstiT=R#5bNqJEhF[	;C& &HV\0r0a\ZI@qtޡ;p[A}`uUt;$ׇ0\09m(q?&\rЍ [\Zc(WG+ؠ~\n\nO߀b7Lt\n~e!r%F N2z;rb=\n\n֑l\rjkKk`ȜBm<kOSpS)rx$Q`Q(̳|3ۄkł#_$	Tir`$6\\LfݴFoDj#f[gS2dre2eeq}}(<^G$8&|t#!V!qIR[!R0p}sχ)H>eFM;玣R;LNVRMu6܀VR<Ơd!um$YX^9v @@zG-C]5SAIpbt9lk ?L4u!calBLj9r[q8)O\r?\ZR=`[o-}\ZHsb/J$2؂5159(JrCqNq|`1ɰDE	75}dAvɅ-gUĸ`eR@\':D5Y(i6#_΢J	g\\GS\"!	5SR8,O@ˆm`lcA%zcӬZSwbXLܝ5Ȓb4OZ(w/;G1u5!b̜SѢ/i\0ĉ)v:]nG(v+`V0Vk8E25edx`p)jQ&@1M\Z \0?F\\u]\0)Lہf4DK@A]WX)cds!e]#Wor*N[5yڅS_x9nQQeze\\~$7Swmk>b0Z:HSuqp,DәuyewuyW?_caG*sDtjܦ1{钔j\\ŤAB͞^≶\n?-aP`ޜ}CHp$\'јKh ƱlP&U6!C*	\'\Z#!5$ʭ?/Pl\0bl Q$!O5jLTpB¶t#/ӿHLjEnwp1ev7/f9CZX&q%IaٷM^`n2lxt\0vy>ҙq%,\Z\\Q}CR|s(;N7܍P̩`^9Ag10Z<N/UMَ2ZWw@G|Y	@/F}A_pV\Zqa-$i?ڱy--鴨X	\"0ux*T\nYa	[FYJ$/Ws@ߏi~\r¯KL`F_(V\0,ׄ&xjmGlf<V#C8P/c1X@2{dUJYE:`$\'3)QfK?0=LS\"f-qv/ɳs.QoO,b\rqzDeP\Z?& ̑~1._mM=<et2qhPciFu4`\r5Ԍ/)Bxgv)`g>Wҳ>!XYWi}5%S_|I89\0fX[Rl:ȎRv\Z_pz0,St\Zp`P49+	t6KG5a3χ)#-h5G	ԟDRAaj.yT{<Z;wQ|!ׇnK6%zI-)RElę~e`p+~d9?0zVM\'~cnZEϮS轕̦dE+{u$5ux\\}XW=l$,	Z@V}|ųp6ef\n׿n*u [j5u	b%+$׈2;T[_Dj=?}Dr^\nsni$j1x[0Ǚ]ugS?Z%lFɝ\Z2L_XQk.wqr^N6ůu~ŕݭz]>\\W.`DAL,1\Z\0K\"8i/z=%W֔U*d\nMc]X7?⟒[I\n0s#\"\\<V1!d-\Zlc3PȂ\\08>g!˹k8`ps?z!\n[T/kHlmL͚wɆ܎8QsԆƱ8>NM%YS1#yM2mHAvwa0=\\T<W\r	glM\n;@-I@\0gߔ{LY	ۋO\re`ށ`TCDE;~2ÐBvg2K{Vg컨zw=|@y@pA䃚,c6p1O\ZeUhcHsݢ/E8x(s8cΈX3NƁ9m`2r\0ʽȣF[z4%qm?eƾąz~25ʀ#:V,	zXkl\\F]e-9G	Ҿ\0\0\0\"F%1r2}*d:kkSm@ȈjMPJO\"2-Fs5sV<LL\'.][t\ZJ6㧾A3\n[1#xk6=Q;Q\'D\Z	DKe\'i}iLΑSkU2geޢ5ּWN,.\0?}<}pCKZJ$lq\\\n#ݖYvm>`T{Wv^7X\n	B˔h:F?^].z}olZ+~2AG@-eT-n*~u>oI~,# dm)C+o͏Fjˀ;)1%*[\\>7(oD6.\Zx0p-\"x+:\rP{@6z͜x~\0/H赘ʊ1HKLؖ!^)mJsߞe~A/8D$`&y2YsDތ+eAy4S2$n(|\nk?=;JΙ]S:P	Y$\n3\rぺe=AagwaK?,ľ1	ch5\0 \\\"H-lV1MGQJjS_2tHR]%Y{k!Ά;3(^mz\ZȽ;?xe4$G.#@:v&P1~THCb:rE3لB\n\Z>X,R$jrީk҃,(,l\0|i#aN\\$T,N|<TaAt$@՜r.qȨQSԵ(ER,\rtZ0J58g=u\rv^\0/U&21[f6F\"|F-\ZjҌq)6?ڥfuTg@ц.H\0y򑥯Mƞ뻂ɒ/ϏU2w\0y$-nI5~Ir@v }gհN pZq̀C)d3U\0*?Jnd՛wF\0q=j绪Z	J[`;4mK9j4=otcH?RٷbmB>o+=#QYs\0Tq.@HIL]f!V@^qi(+Qd&)ZAmn#(AۮcϺz3DIr\rJ\rPdpdfͱ@vIsON!DBB,vVz^\0z|#U8vIlqI\'K)Dm9JT@<2ͪJ-c9&795zcV	HS~4Yp*,7\0>=V\"ƂN\'L*~0|~{v\n7QDغ+BTҹ8QPpqR_Lg7.b]sJ#K<S\Z.7?o;,oj=sv\nٝ\nT-ZbkeL\\zFY+mƶ?xe?F/!\"U]ad=U:`t\0bP<t콨T)ӂ{Ȓ=U]9NNDÑ	zG/JZ8N1$хygI\0\n~xCm9\0\0\rblLPӇ(-\rgW矮6\'bgu\ndV\\\"6?SqM=6գTrA*?mB9i\0.7zu3\"d<oV/.\'էܿvѿg`m#.byQ\ZS\ZNe˾soo/oWG85msDHIwAu	sJxR4vd	%II}GޓE3Ϭ8g詁Up6̉C\\!ar4YD8`Y(kB/#-&Ş!WqA\n5GL ®zg]IXgWǻWآQ sF5yc\ZAN6w\"QYWB]6GC)\0/- DZq~fRRr~2~=NMy x<V\'§EdIUs\\ƴl$͊&@E\ZdU-Li]\'N>a@+S\'4lIJes>CkȎh4@ĪB薍d-/߃gc-}tct|ڥ/\0DĶ^G*DЮX5+\Z8!(erS\Z &\'ύi\" HC+i)T&Sp!(8T#V3GJ(G}vNu3:bG#`억pVg)4YDhiKz%wm@(w=^g@f`&D7g-m E4TRuH:عe\0\0tzG3Ntm\\ePI\0Z:v5Un\n8lgFh`|E!u2.{Y}iʬ~J) CS)\n6_A(s-O΁V	L8VͦgDn+_>JwzDP\nk|Dm	p\\#\'>z\nϯPdbM]]6a3b=j9Wj\nXS-I<>:\'wG_xsҡG*z;M9FDTs\r!RR(Y}gK{K n/yH\"2.>M-Z09J[gm\Z]OsCdaNp&5і\'@LHXu11\0D,(^O7W_~\\>j뻶Wt˻?ޭf޾?}7Cx/7gV_>=eJa@_\"FN%[MD׾j2yǝb\"rlJÛsv~+ї)0R3|6	xTzzz.kJc6oĿ럽Bκpu&5j\Z\0]6M9:|DV\rSٙگoXRE8slXM\nbZ\0֮\rݳfSnJ-<b7*)b\r)A7nKr0QMknG7O\nAڙihRg2`cZ>Vȭzh\r/ye6o]룮s\0ysHg0uzJ?\nZ{|	أbFc͑{JfhUJYp#%\rG,Cو!i.Z;@p\0V\'U6q4k2= Иzt%TqէM#cO΋O7G 4TԐ8\ZkwtA)Pkn\\sWe6샒~g~{vs	Ox-83Η()Cc5#{JwUW@?V,Rl%5~f-O\Z!z_ZOs_y]H5R:(c!y}f>&l6ٍW[%T&Ҕn8.X;NQ(Gb7&\\iXϓ jס3hqz2Bnt\"&d=5!ҲEiiSWvy{qysy@\r>ĺIs9\'Z_6\\ܠmӳHB]_/zD89\r;ų\'x\n3.1st3Jh. 0:\"ԄG!Uf|{N65,cXJ!Ot;h5:\'gBMBd\0:܅sR{`ML^&{đѪI%T*4)Ig)b/7ZD򮵲i\ZCrc0]VۃS*(\ZKc(b:ZQ%n[ann/^x苚3i\nZDG\nJV!q,qoZYt̠&ݿzPw+E!ϕ$`E!8Ցqq*~<0@QIٹ}aWO@r[X,!Y	譯vDj섍FרJ	.r;#y>0Bwa\"\rM+]i6L.\n_χja:67M\r\0eP<$	OMN)=&C,xPGoyvsQ=B,:r/gjG^b@=L!񗳏/\0TΊ\r6eaܵHgUO\\t\0]MJ\n=|wROtZgB?[\0{-[gp(D:Q]|(su~d{\"1yh=6L堭sT@r42@hNAG^B\'˩Ĳy#Au$l|Xպ\'?r7>Ztgϫ?/|]yXźo}lc=Ɋ/XA\n+W](\\bOSЋZ\\jo7g77뎾Xbc\0rYGR ZY\rH um\Z[ʹcΎۓB *gZfAffe)y\ryBEkmJQoKRW\\8JX+ǯgg6s>U6liGJ[\0ڊu\'\0,2u2e&M<(){67puO9\r+#YUb]#Ҡ\\@K:} 7D\'=7חO|?ǉs2rSP`-d&HuQ)N͘\Znr[./׷;\Zc(:+]9:s\n:7ph#:ͳżiVٝ3˳?տ]i.ī ,&\'|vI5ZșLkK\Z)L\0omNnTN\n=k+If@N撗d\n,{j%B`\'\Z# l\"/ߝv΃&PLDV3SZdV{\r?/0ud2\ZiLuS]	u[eoBiRf\nEd#?=>RHZfJ6RWwFG_c@r⭋>9jT@Nt8\0q)65@4>?;3\\^ G.(t*]F@%R4+RUr4V\'[6Qon)Nq&\ZU	:;4+V%;}^Ml/fX1 5û8օ\rvFje,:!;kVPtpt~}W)v{/8jtaUERcg4dx1\0g!\'-N|`,E\rTؾ7Z\n\\\n73mjt޲GruCu.wd)°;~2\ZEDu~˩gI\0cu92\"]ޫNg\0pC]0\'A]VWꀺ ,{)}boͥŶ\0ub/m4Ԃ(˦<Jɘcx\rrVzumzޤW?\0 pCFe.jtGnRXiu]=GI7o@jhK\'y*ek\n!CXsfqx=jq9Ķ@mq:\'(H9ڭR>ͧ\Z&[g_)DXg)[VbmB+v+.\0#}?xD\0i\"]dH¡UZڙs0^Mޤ99[FG-[ή.>=;=9+X}eYA\0t$}|pYt\\$=eśW|B6[m*it6hI4\r襫gt4ǐ,-\rU\\:OFiyzJoݹ e<rm[=>}įޟ]%-c1#2i3l\rOtxS\n!zļȦPtbW(LMF!3vHUiXRg~\Z:)ѡ\n\nznFo;=ʥ0K͖ߣnrW|?=⬮BtI,=ܱ.dUj6|d!VZhtqAݟ|vRh)@\rڝO}5̗Exah\r\0Ǐ3OgSYvO^xL9`es~F:b}`Q AP*wifH,pAn,!VqI	w~M;6..n]477@ѩA~ԗ&+T\\Gh\\[U_,p\'|gruTJLnL-EMn&C6\0[LRBH1K5;0$Oo//7;ٳ7\nWǇ0Z3GѷfęZu_݁Tb΍&;eW|֙k&qZsJ,MlcZZl\'mW$Z<P+ؒa4kT`\"L\0a`jׯ6ZЊd@I`	S衹֕Ĝ-\riې7xZa\'jzX|\'!R/q%aIv=:!_7oޞ~QdhN!T۩D	Ա2G\\Y|-2クOٗ)*Y[vY0ImLGEigOj\nZZj$C ;]\rJ1TGRk\0ztv-%wԼ8o5։]V`̝\"SXZ]J\\^8OǏfs@ز4H\0#%𥠻\r{/oQ!@H׽IR\r$ٽs/~^iL`~Ke\ZJrh\\Lewj$oZS|{޻ͻkv<{|ǻ@窀\'*(1UȶۉĽԉY@N$$9ОkBա@zR\0C36|/LsWA9i:xj78H7c04V\'37?۬(Q~}b\Z8?xTC*d ]	\0Fb#h<N[y܇??;EW.(xu~qsq8!wcaOCzX!^@~_$Z*s\\@|hlm\nJGI&ݧέo\'pwOtvw.W]zcCz8Q? Um\n;4\n2l9zM7m64}0)Ҟ|_*um*;@[GVǝ_J,&8qdlb8m5py4IKN*@2|I`M[`j8 u`\ZƺL\'N37ߤo~ss(2a*]8\r(\"g/mn{iݪ[\\g=H~[>Z3,8$o)	ιdVYdm&\'&o}|yj+mĆ\rD*pGAZ\rN3:.C/\"F$\0[Pn.I#?]^=}57_ UaP^蟓/F@+*w~z`sq׎<|߶Ot.BS1#=[\rq\Z/G#ncGxS.͟<Y`:zĦ|d\\|Ii\0sB?̚]ﱯ%$v<23+c&3Շ:\"ZF^ć2fc8Ie[iUx0~ԗJiK䓣<gPF1Q@6)ϐU	O7\"UvY\ZiF4MvE:mX~䄟py2oI\0~Kf%ʯ/V\\%\"k\rNSCf9QߋDJf\0>L/5\Z?{c5bK䓷X3Y`nW?|g\'	0ͺ0X-,94Hq)VLT֭zZgXT\\-=8-VeGX~>5\0w78@I=_Hz՞ߕ9=\Z]QQ*||>#rFY.-ծJ{U{_{opBNeN$8ޭ%ؗX2W6X)H\n8;7+z$ڔ\'S֭PSSς܍G|,|>9UoJ陚E\099Ƥka0\0tt@x˟m8=bv&&Ni\ZJO	|pD9X\r!̀kĶSA+64*bEV^OnVXq}|S\\@iE]1j\'z98EL7ۑw\'T14\0|:XKDę(Hϥ6\0sSMk$+_o.^\0g\02ӃgSie\ZP6)\"el:#֔[[\'+ͩ#ſ-l=M\0Ja086E\Z_\0c1mKNXq/\Z@|\0h\0G<Ƴ6@WGw\'AMsX0VŜ\'Nogg~\Zb40(WKLa6:O\0-[gouԩaA3.^=VBA,H\0&q\rH͜=ū_Ϯ.ߞ|u\r怜dZF*O|_1ZOϦĚvSAip̑_d[E뱜)<Źa`^)&H	D#OR>&5-CEwW\'WV\\ǩZj{EtGbm~X<2Y\Z=!\\uw5SrAaľXS]z	$re:8\0a>ooW\'MFp=. -meVo9iI+8cH\"s|8o[^g7g?_^]_>,LD湌Y3CR[*Em#Mۨ)ONUA:Q4BZMI)Rqcmԇ~d<)Zeߚ3sB21M\Z9/2]|3=ƻ\nUifbK\rͧ}@.ݞ֍+ժ>AOcCz%S{)tku]|翜}ѩ#D9tʶ62g4Zd`Z>f:;@q	m7\nM1|/rh\"ȇW0.t$hF!G_`Q#|\0لlЈMiRLUgji,x}/x9+5$8\ZFDhUN)Y{g{Y#*\Z	Nh`z_qƹhHT&10| tG{pfqŇ(\'nȬA9R}>tWwػCͼ9[zYZMNYWngU\ns2ӈ J}t?>UNY8qT☶\"k(LStu P8A)iޯAxpg~IDd!p\rF!F]]Q3tL`i0G[jhafA\n`) Ȫ##&yDW]37Wݗ]\'.#Z2.BE߽6Xxأ}p_U8N[6;,Mif>LӃ0HIe>3OUr@^xqN[)ݰ\r\ZTaYj/\nzˮ}:7S&\'&x?LhI7b/EqH6go3^etdS\0./xz\\F83yr6|\Zp!*]9(Rh~Ajao[Od.h6*>=kPJC+Ny&H]l qU|jޙT7B-AZP~\0=}ִlӖĜ)I1/VRuI7:YL!vj)qy~*eo[ٗT+[KKGLwlZ͖ځRZĂƉD~pyww\ZLn4jr\"[r\n-=m]B]Vh@:H0y_~ݧ,͟X-	pau1ce6Dp\\\"qW,~H|\'ݳXqyH7\0N\0T|\0Kz5ROn\"r_:~<-x乞(:(X)5\\%p5V5h,BVmDy\'Rx!x\' g^cnTAz	=UcjIۄ1^ndt)*SWH98Pa{ͨQ\0}yhAF{ǝV9V:XIGA&i)Rfܤ\n	3\nLժt[nrk+_	ej0t)Km] \ro<0vZ}Ij\\\n2{F^iFfbwN8o\0}\0VDWiʸ\"\r7#NL&nteeaFĜRp:hTx%kQEtX%b?W~~uw˼67]5҅>3q&b*^<x\"fn5jĜ\ZmJcd@CrFXg8ik31*0{aopyhysJG~Xl*N)J\\qPH+rkDvֱ;zw#>޴y\r20,b\r0nv b\Zvט`=,輇L \rOMO4	h\Zo%Pt@fƿFƫ#ox\\}{qcO+\0WF,QÞ-tЎ!ZiZDpP{ا:Œ -lV6!;i.8nW859zǧHZw@G3۵sfA3Lְ0\\\rgؗHyŵiI&Oߞ/3{74:6$C/l:2(O#F%QVk{脋;2ūfKrq2ɿMV)1`B4\rQ5#|x]yg;e}-a(lHPk*ǋj9\\)L>H3䷁S[^l_(zNշ*C($jtm.\'b95+EFm5iW@J7飯l J]p ^NkRS櫁SLd9+hI3^r͆e\'l^Oҵh/{Dɟttl3O?ɏюV=Js\0\0ۣ\Z@yh\0`t4l(xs\0&\ZE<\"IfV/{/#a؈Ut\\P1GtS-wvFWctY73#5zkXn͔\r0b%ff,Y#9@\'S3OU1\'1HKei& g@!!7駲.&n\r:\'껻{E-*\\:ke,Hxa؞*Q#\r&ͱE[S(6KGnbb.2Eik`ov4ClMЈ@Kot#*nb:v\\\r~YcKɅ0mEkmsǪ)y}qD:j6#>HY)1\niM(7XYj2#4!aTYꠀRx6\Ziu>emev(\Z&~5G5k|5z9QQ >ꊾDQHA2Ca\0{(!hߚ]},?Ġ(<y^\nM4h!x@2aUń>5AT\r\'\\\\78ť]\\fj`˺\0B2ZK=7ZZdcU^Rm͌Xk\'c,=IhK	gCaTu5M_qf*UvD߂(m\0ϑuL\r~4JuiGg>SfAL9pdϼP9>`S.<gk	XpT߽yֽU` 7!\\R}\\rX}_㪉7\rBg;mS4mM-tq\Zi)o\0:cl6|G_j$ O50ą]#>R;Nݖ<R~!7	b2;{[#FNlՊNbj_.WεopgAcGo5W\0ٖ)c޷{ŷ>\0sρ{4-AK\ns5ղ6|A	o\0Ǘl*\0qxnQ\rF˞)D<n yS-Ȏ/~u~6a`s\\J6,~/ͧ(ަ\\,R_E.s҂iFiBO1i%Q\rV.yhzi/j{.{RK 	lяqXcp- 55 Z7gǐ	J+Ab8 u;|y߾YO6.NDr	ۻfm֥aTFgV;\rSՖ-Tp|-PǁYAZI1(88ZȤ+^(a@TQkcl	`㳅Ft*Pb\\(lJWem9M.^]wkFZ\0e\0KC[E;6p<C?ϿCXnU6BoE-Dl5liɲ\ZRg;Wn.9tWDh4U%z|-t*,MB;0WIbeQm~\Zdo	}࣯Q}>\\*{v<E9A\ro-$ŧFaͧɏ\"_o.8Xygj=\\jLؐ[82@8Z\'G_#Y-pfkڐ\Zy`v=je\ZEK\0,n^o[//~.}ynDes8..Er1!xYgf+c{qſ|}sWo*l\".Q/ێLބ-g#ox7}+L䌳|<\nz+Q3Ԛv01?YO?7Ǳ@n,0 \Z$8gG7s.$U1e\Z8({fU:ՐԤz\ZMR&)5dXEh.H;s8#?VG<UW$\\ܯW\ZO՟-%\04ҩ@X:kOk&5p٤{H8w,83RƂs W|2ӗN=,a׼8Oqg`wwgY}|\0qH0b\n0\ZkTVEhyi\r:	2o_4n}C.MQjjuS)XZhnxVV}ӖCLl=8ShCUس,b:YN!l59|(^N H9NC)kt9tT	Tg,RAdgu蝸{󧿜? P7&h%P*`;r%9ߠ4\"~.t~c||#6\">jʒraªHrś\'z֔E}`x}{AK=G\\R1vNKZ*GDz*	}1ߜ=\0~ۯVfE~Թ\0((?5T@, 0L$\'xQ\"#(!(f6C\rY-r!鏊8sX0#BÂ3€Ո\ZPĞ\ZG$E1g`^6R>vgΝMWHw\n_@$@u7gA.֦Cjه``\\]LQY\'51Y\'Uֶ@\'_gƬX	ŵ8p|S|>2.\\z\\~92`D}\Z(^UDz[Tq;{-8TͥfG]o~XZVleDb$8-\'1wm!Xtm	iעQ*<K>d\rU\0})q|tG*.9޴SSL:8U[}D4f#793}4/\nl^+BcDɞ*xi\rie̳6P5(5s4nivwn<AвB	2}\0^\r֖⤩Y*ӰK\Z#=0l>339x__ W(ae8Y=Mh݊KNqRcҁ._`H	5P4\'SeK,})Ew\\/o_ݜ0/oW_88;>CN<ݤ)ǟCO]Q|MN;0	\0\0=tWraMGTdjl3HH-|!Yxȇƭ+y?CX\"c_lì	rie B34@:$4MrZ8+x$s$i\0H~|րnl2d\"+GWo4]9.HHi5kb\r\\L43Qz@G\0Ä׃|5	rtkXɊFLA$oFJGҍf} p]p9Z88K59>Pr:7+N?;ro.5~ EooT/Hꀍ9㡨\Z*{L|F(rF}eГ\rE.b81l\nr\'CRkltf0#\0\rX##Z\0XO,ׄx\rE64ƗvUۡRYB?ݰ!B*|[D^MWD_-@U%Da͟_\0-#=6r!04]fqҝ#$i`a&Qۓd@}7cAwQ\Z\\fj(4FSAi/UwC7>=%:;K!N,TkuMS j@aM8MD\0:Õ>I67<40-\0\Z=sM{ƛBP4Bk.FhDJ 6OڲoȓOOx6\'zJk	NF>H7Øm;&kc9JC|P*W\n<ǁn1\0֦Ƥ\"{M.%>_<yb·ոQmL_W=p\'y&P\ZO,{MA\rDlx&KvkqK|W)X\rY~mH>&q@m6ImN3ãG\n*(iB$԰.7_Nl*m\0;C	HZ+gb0%/۫ᔶ*oZ^\0U=K_\Z]CtCHm}ZV։lͧ7KLgsV~>IY=\0:d;[q鬷/QD4e%H\0]ř?\"\09LǗU\":_._}\"`,\r՗[k?@l+BaҍVS=[3=2}^\'Z\0x_gr\rfVW>˾d#`y=Ƴ%zPVr3j1d88kk1;؞;G}?EvN0et:sEt%;ly:->BNB\Z;Nani={/1͘Q[@ba;n>-y\\)s\0\Z>9SLz\"c){ƔմK98ƀE-ߋSW%Um4xS\'\'k<\"%b\\qYt]*E_+p/zwoN|QDL@fRɵ ^\0^-۞(³e%:2{ 2pif@#?_Gkz5<x#z*\0ŗ  `=8>(O?:zAoR3ͯv,P?IcNMݺW@IS2PWI%s!ٞ-+	n,A<gww}EIf\0+P2\nߵG4,놣\rNx<cXq{}Zs6u0d&l\0mYk\ZeFh46	4ECr>PAfՕwZ@m*2kv	M둹cq-TP Brd-XDb}ȥ[p3Įf3guy\rd|n0\'o?3	y\0AǇ`\\e2l<.p\'5r*q,S}w{zNd|d\\t?,u!{jb)2V6EF|u}=~@|%)sN&],(\0XIk3Gq!e.ۛۗ\nZ#|f\ZWoaa6_\\}CZHiiW޴-rJ~צ-g)\0.3}F.n\\5Fnڭ}r,]_bgua\\fjq]E[kV$T`!%\0v;yvR(~iAKҙ+s񭛈W-|Hs\Z~o~K%C.\0LnD#i\n>]3\Z|0}T\rv+3VKd]\\@1Mʮ\'*jvR;:8R9gTv$4li6\0ļH#QHUާ-nU^$bʹtQ`mIkCA݁dVSpcIdmRIh@2ϥuG\"னsLЯةOq6GsfLɭg|+J|\n1q*N>]\rq\r[/Ըri{Q!Jѿ:uXEFqYNV+o;EϕRڀՀhB9Nvaq\r0%oCOlgW⷗׋[^xO)bԦ\\q%;F-pԹzPֱO\"ipj?teU(\n\041\Z}\ny/`$Bjq>GA\Z.\\9/K䐿Ct- ¯Z\ZV WiDQ8`6$`[6qBiS`;XF\\k<R)S+H)B(ihh6mMCGT\0gTspC1؍eɊ\r\\^p~{\nPȆB6`\'c\'a}:zh\"E%ʒ \n^+_#,~l$i&{Ӿ#~(sAah	-Z+޲9UzR%9,e@r\"^؜R\rVrzrtȂ\0QF&\"r$ߝ\"g`O뻻d\\c/F%X2ׁrGuG$@ᔚ\0S;bX\'8wΠuyZYsv?1\\\Z:Z>Iζa5A]exp625S@ɩƨ&KZ\\\n8\n~)mO\nz|jAqE3hxߘhl4bgw*%@r9$w֗t_SdiIkݧĳS\'{u/]\rc;0pNL&1tmjmR\0\Z^eO.ݏZt@6\r	A{-2\\pSթ#1~OqyY~\"A	мiiMS>?fݙ2`LM=h؋Mb{5k%204e\n,9v1ޤ<?/%:\"@;\'*\'c^q&,|̑k]X.rfV?rT=|&a:F|hV3!eN^C3z \\m^ng|Uq9%Ei/|vAҼOl:Mj-㈃AfqEIю0x>gM~P`~=5>Ҧ`N#s1\rXW.\0&#KhĬ!)8{x]vsKȧH?1$<\';3pW;7\Z<b\0P\"i`Aw}b3kR#Ec5=ϳnlVR	_W/oė8v8e>فs|.\0Xjܔ}D:@\0\r9Q7\'FWJ54\r}b)[kJ5R]I@|es>[E:^9Lϒh3\nZga_8,7!/*&epHƺh#+Wwg^\r7^z冣BSDzAkѲ#ӡfRѓxDZuGiuEVLx4ܦcU69|yQGR,úu6~vPtE1aA7\"6^{ .UjbX5TKzB[\Z-mF2\n$%8}hʚ#r=EK@cM5O_\n\04)O\0t[\0qËOGiBwH=\'2QvWl0Uz (ғP\Z>\\W5gg:pxvhM	`TNsz\0RK%h`{5ro3d4Pfs~;B,Yhs\n0vh~䓹cV:EAMSLvUdoD|\n\Zoᑦp	gkEs.do\0U݀]X9zɺn3ɥ)Tl,u-\\TSoS^yJ``V(pz$r%0|,/l>Wׯo>]_tw{/n~볷tqu?ÿ?/k_aqt.;SSW4j+Xs)e|쎶n`~nX໻,(ƳN{X4cRP l1b\0}OEmeow~{C/ܤB!S`-͒.M;ي\Z(Q\nv3E$䷥\r_ۃj 赤TjƏ)p>H} }=\rwd<\rl(SNNg[gl],$R~mE\rK\\~\\S>\rx>\0/>l/M9娛\"$& ?﹑>OI/KX\0K#0	w<hTf֎c>nc !hyC7Fϯ~inNph\r$}1~H\0IӺ\'׻\\B:Zϯ?|fj\0ջ˫SޮF[Y\n4W\Z6cvއɠG\Z5Z\n6\'=8ERj5jJ VCRI):\\w	ڞkF~Gu!GЎ|a&M3iu޷^*#D\'iӠ礴muq{{}ӟn.o7+1coxZ{[=D:qTGPE2\0m<w\0W[	Po@A_/nOrn]D\\N9FOx_?r^\0)~bnYraCѡW\rC9EiXl$C49YYȩn\0D7ӛrO޽#iqiVjW-ŴX5M8pƩldi۪P@?էc`m3LeA)\r{V_t,t;$MZ3to?\Z|ˌ\'8L%<Hc65}DCZ)uNozDRͺ{w`\r+O2A\nYPn >9EP)sɶ4ay\r՛kn/O,28bmoi2EE6h͑`ٙr-K[r˻\'Hf|Е18(~B\Z،RLv@EfD\\Gwk1o?ۋ\r3H$^hP+a@2:\rvGY4hԏmW9Ai6V([]X~A5|Cy&2H{wq~U9;.!$bfDg,Y\rpSp~?~{qw9\0z\rC@_Rp\'&|*;<BO&@s4N\r_=LKZ7\"h2MMO-Ǿgԯl)aܯ患gPt)ZE\0\Z.ubp4L:`Y<ɺjeϢjO{0$ -ݦztH!Hkq~-jÉN6=\'	Gz@mE\\,5SCz7NaIc o)0\0esy}-\0/ww\'(Is]Oàw^@ BJh8jSHOL>\"E#o[3.L$Z0DQr+-*ؔ|X\Zj{wЦ߾o1>ꪚy,bBN67ףϡ*(ln2C\rxY1\r]O&WRf$VCEfA	?d9\'yOqUieD×] pN?Gw-SkЈh1VzqZ};\ZypH]0}pF8\'Yԕ,BHp7Nez#f66\\Ҥޱ3zہbjM,_Yɥf}q_vj\\]:MžPhz	i!NA?M7 k[ P)n^q=V\0R\n@{O(vx:\'5z5ٳDP\nr׊#*ijYj)-E{c6/ުNqUf>\0!lMVf)V]\nk ,Oǿ\\^]]E^LiRW@`304d+2߾ǈH5ȝާCՊ5D[BpqA$i#OhY&*Iպ:OLBQ\ZkR;?nΓ.6W\0I9E\0`\ZhxdVT9R=ۆV>}GpsRwn.o?iJUhF-;BSݗ<vjA7o{wqq};=>u:\"ڱCԩj:ԏn\n|;^ޟ.5[V}5Ҿǁ]hL]SҐ#}d5\ZәܴmO7>SAme5<4JMV4٦`B7J\'bC]_K9jݍqDv;WcY-`PZ6{cXۨ)p*ӇI]}lxQ$[6$FEtMc(79NoκXy|ܵ?_~<i]\01:O5`,	H(i2\ZpM!	`8AO !YD2i/OoT\0\r}0}{b`BƑPR\n\0P\'}pPuڳ>>ėo??rmc9Ϧ&*6X%MU#nXLGLm@⻹GKiRZ̓^|Y&;[ \ZәzJج*=]~_Lqnʌd iٖpAkk]-Zz/?_m8tǙ*}{m;Va*uivz\\PL&,\ZBMC{ph..mLw&`%ƎjG$ctrdk4f@(mfϾyu~rO1O1Q$C;9wR%t܂8\n7JD	,D#}f)ћÂ`Hici.`Ƭs([Hqܳbٹ{;(tVUC~{\'P$,,^ᛓBawd[˕ZdDmT/Xjo>cL͠`+p__+@QSMGAH]طn0X.,g/iKX\\\0@3XP;O)^(BLF\0<=!pnm~<kNgV%qΔ=vӋX=Й[4jE$Yԃ`ld~(Q[*R vRItT	RHJ8rVܧA=aQ)%Klވ)w/LHh#TS:0[6G2?$8ep;p:U6,uڑA*ha8;\Z|㼼z{(\"!RH)KR#V3u,Y[{8[&\\\'`1P9.6\n%1\"Jcp\")k\rrsi㐑 r{l4g$bz>ևUjoMgyǙy\rI&yQ[&n*w_I	kd쎲Ӛ6P\rdC|ZGrS!jO\\eq5n&}_\"N\nElrm*\'p \"PgHɴ_;ḯ\nRKba&3ـf}ÜmSv9,G*Aݻl\"R=嫡\rm2=uEEhYIe9<@q>,tׯޱ,|tѭ:4C\'\\9	Q}0N++@Bk0#7eJȡsG7죊ņMkAGV\0|\n`[8JK{77|iIcjM#Pŵ+b8Gu2u25v|3;6A\" v(/ɶnB?}ҽɂ*љOAv}Ϸ`ݴX\\`6k9wuE?ټs=Z&\'Bo}̈́w,u\\^AqbÈA\ZwИ\0Vf\rS[	q1X,Ҭ^d@ԲA=;HHf|[%AT*{8;3g6\\y=!}nHBdnH7t,~HMtR)\\]rTx%4Ҡ!dR\0;Ti}[KE>:I}ӟ/n?\\.d٬5y\"Օ8g\\-. 3v06c6/܁2nNm8{*V7Hjr4ۧPC2?$~y=E-z)LdrJ:~䐣1	y-L\'|{GYؼ?ݞ}8аdr,GT`\"J(㖖1#/qx֩yff0ִF{㒣b|.\ZT\\̏[WRfE]\0f$bď=J_3]<`\\1u4V#=\"\'o~wCI~:NJ)nj|,d;W+\'ȏݘBi|4cvvuyvpl{\"\'\\:SjC\ZSv.g7?ºOoeKGnm,4IB7Z]88}wsy*Vg]FD<ڪOn]\"V\"O\'$ѼCX0yd7s\\ٶ`j/v,IN׃nKȏhód&\rJ/54[.pC{U,sϓyp}ZIM	p!R`BjLZAݵƘI̩HȇL\Z`lu^ԊE\n4n9|`˲m=H=y/+\"gjEjҘTk(6!~b3<dvIVAtM>~TB\0j5Qa }\reccViD41:<uX2]-_qx*릸%.&Iy`t;VJSg$B\'m\'1F~VHדsMA 0S-QpvUÑ/Z\rlOW*sg?]9cF7ظbq]0-4s\Z\0G>^<EI7DH4tũ\rFi]_FfstlМ#T*e/SYא:3=5TdE2\r4MXwQ.tT\0fYܹwG3˺QH%{e,<r2\Z2 ZZqׅ}ZϷNZRn2(c@HAH\'\rFS\0@vrl$S4!쌮,ݫ!<(uȓD４ƊT]5X\n8k#ͺ2Vd=gobFX[:JIdQYd:!c&Kk{S969E2#>(n3#ej	q,a*OcA%Pz[9> p m=mNI\n@+Jjؼ\Z\n~X{m\0Jar^HX͏;6J-ϡ8$e<c\nBENO47yiUCQG?\\z \'bJhV#\"T/v$TGb&\\[~9Dv-ޓ8)G޿y#W9_@6uᒘ3>v6%jHʗTQnTewm[d(\0Tm>,[K	wPGK\ntx7lJy\ZkNEA6\0Z*G4@#p[FقSǺai%r>pbΠN|Ȱøճ#~POy\0gN<pi\\% GYZ}ڊ\'rK[\rì#ߣ$O50LIjqNsN|\nMlM+)9/|Z(1<l>㠝[=\r8M\'٣ȓ>mkMi8i7qsȈ];\"=ί8#[P^阳J+5M\Z \ZJ@&|*5%E>[rM\"XW>`y\\ܮz\Z7IhfZD7`z8$>EF$+K`nfhC}4KJt4\'3y9/-ЗuDI8XfzIfNoe =3\0d\00j4#\nUH@aCm:|Ƕȡy%\0x2 g,زZprl>\"~OH\nu+1U#E[-\Z18+>c%MH{3܈iiQ]19Iei4P!fk\0\0hRRڔ\rXB?2Z\"\035(Vl\rPHʡG\ZɶrGOδ֞GB逓C,var\ngBc; iL*M/rہ]ŀ&l>j=&tb;K|\ZZghZjy_0ϡ\'e^\0vgEL`cKж-vwlf\Z6J9pv{CD~wł9^g>Q|Ĺk|dmLSO_֔HV{\r9C>%\0s{\\\0wv(\0\Z+0$p<p&p$qvMJ.ׇM[37Տf>ެs#kFQJl;o8tAH)+;{1r=)W(6I6R-^KGP\ZO}3޳WϜr%E56$1F0ա8hfB}\rݹڜ8-͖|s%Na5\'Z*bkt,[fYXZ?p]3@6H!ܵΦB?GSE\"ŲK3{#͏NJuGqb,ѧ;b+sv\rz݂SP+$JcGT>o^zuuB|<\0mKqbsG`\r2&0jPG>	\'aPD\r6݊6E0w]ʰ` Ct\rcNOZL$9`N=G)\r\r-fĲ/ln,mK.ȏ]&:҇5x~]xÂf΂g`g\Z\'}(h\\)J6$,T@\'anjF	;^O\0HGN]8\\AtJqL;B wC]#+u&`͸u lIDk}*\Z4VSdBI切^zÚB	I7;Ě9\rcK{fКtmHx_2=̉^cVnCoS9RZ\r#``?t4>;q\'H ]гW#SZ%F.~\0цiY@:p9ܞwucWoArVHs6ABtrYzi.PCK!v˚3hgqZ}yM\\2<9Rp^rP,FJऍEluT\n޵l4z7hz6@p#^T&i#~!dnctslي@iOJ8[l],0;@6%5\\\0I=c9CcLoI2n[Dc\0?SdJmv\'5BH5D)~p7+yh+.ām1ةSJxU#e\\>N\\ҔܱVQuցt\0um`Q\rm)ROT=rzJ9[	ѶirߒWkpK!\"Ph)r?/ZAG*6R<cqټA$ɨOi\nj3·}&dҷgG|{uyvCq>SE-~!␺EsR\n[\rPp9gʇ%]F90^,!E]\"2vNjŉȃdlw?1!%/#1摎#\0ꏻj)@*)\'dOUJs\")*ryKɥS3W)!v0$}Ob=ۆz@9hVi\'~}ĸ#b	\0+.9;r8wk\ZMeN,:㋆(%;mwGIg?_p}LK[\\3,Q{ݴ\nvXԘ\n=FJZ\"b4sX%J`[h?ș\Z\\=NYk%Y2唵nJF;HGX֤5~FT6E;,f3\0\Zedrů鐬7w&I-\rB~èp,74 F@ݗ\"}[+\ZN\Z06\\PRDz4/\0w%,x9<QCzV5#4CGc\0\0Z|EMN:|R3??or7>d<5|ȍ{S̈́Pq\r5\'Z\n.R\nBi`滳#G\ZlhtUc`_`efH=#fD4Ǟֱ]\"a90󠎾4My;M*p?|{޽<_wH\\#6gXI날9\0 lDր,RL\n5gڇ~sus	h^YfY,vn[a=yAXuR{f}aȔt`+z6ezzBNH^gȘu@&!{$kDgV<(QXƔ)?Pg+hzp\nBTT!vt^4>J;ļ`ּm*ܻjKA&|qӰ &t𕂐Cx7MHvEr%̸	NZ³|N1źU^9KDlz魧`3s\ZD\\+c6kΔg>H7݊ow篯o.~WkȯlԨQ\'Ra:e3A/Q#Z$S%#_ք^LF\"ËmX-.P:3aZH08/c$b^*j\\L%2ڰyR%Oc@{AFE@擋V&5wyUZtN\ZPI\0#FIe\ZoPLvi:qԂl\0hP@:<.0:ZKnkT8WY9uV|AĦ*G+{V=)Iu\ncsDZ\rQ8\Z˽\"[:&zv5tr&!`COm[vu\ZsC,,NmCp̈	z626;qڸ<]yArR,~b)2IE$.[~$)s\\^]ҩ6X4 lcȉ\\=B2Pj)OD} {xYH~CU.{\0<MPLkyD&HOV:..__/SiC}hN>QS+D#{vQ	9q{O7be 96/֏22pff̾kTPYxd]X_)GUCZe\\NYKe(B(>\"Sy~&-AR>gྜB9 \Z(pjXHu%CzfDvhٙ`c-)1\0@pĉ	}d^ђfˈzD\r͙-rD(ߛ1ezk!a+2`KH{^JlTY.R2v}!lrow?_,2tmP;A\0Tsl%HVcӧ荽anw}qvy?k0i=Q\nMg.4;G)34f7Cwb¿xAeF\07+=]ȝ3Nsbˢ	G8)6B+͞{ot,5P葑Yw+\'-zĸU\\\08еu`ghr̛l!?΢\"Ѥj,z#|M=c2!C66<gaa<H>\0ͥ>LtV&u~l N)/%[=|q5O\rooA5Ntlh;2@s2 >&Dmc\"^#ZEǝw߉<_I,r`؄*!WBֺ Dts.<Gf{\Z]GMT~p<HtFqH6\n߁sp}\"bIUpH]&S K71a{/W&pb;]=}K\r#ٛt@*WH=qwK*u\"+H4~ʥ{[MX ;@z~3bH!kj\Z~n΂Dn#Z=p8[6W*̴[KȰE~j]sc3X*\'>gS/wݯR{v\Z%TZ\rK`|0ºJ\r.8N ]*Uq˦ՄEXG<u,0]Hl8m8\'+Kx<2(c?H%#ؽ7+r\rTM}mV:أڞ|`:|y1n@ns\Z?O7_W-\ry:5`A- [B\rPK$i⯩Ƃ)v>wy+h%\\}e>%P:yGS	@l@;,]mCmڰ\Z	9P@7NQɶVIDgf!3LN5m-NKۋ%8.as	|Ci	HG=0-8U孺łdtrC\Z)hRAqSu?\\rYlQPMѱ@)KwŮ\"[^GG\rLl2euu\"cT@(XVU\"1:фt 5}#\'s{\ry8vb[oQ,{I	[	g+4QDϢΏQ)1=WZY\0\Z`M#w4Guv?bꞝEJ\\FL?m\Z\'ds&N\rP0c2HĂu`c<珞I޶RUl`dsiPN#t4?1O1m{t&y|6\ZT8X]wt9cTcP@rx^(ȳd8u&M 1蒆КZzzXi~1p֤Jy	@}_DzD5f%W$f\Z[\nڏ46)ܻ\\q4DFvԇ6!T%UJFW8p}R/Z\\5|,Hf^wt#$4|Ӻ7oer<xl!G)锍<yM%C,aqE$%\n情\'kulL1]\'sc\':	ҤFl+i,%,<Tbne;-\"PDsϚ5\0lΔ\0B\"FH3T<VbɛMpl$|\n.yP_>\\Qn\0]!rQ2\Z1k(Ccl]`\\8|:EG(T\0`^:>dDI8png4bWi:r29xmx$	ʆ읊A02TS℣7j`YԭrbyqL	R`\"Vݦ8S^lf&|9l/,ݗ.6忿.Htk* vG	\rT{jUM*QKʃtcr?^/a\rC:}\Z#LpV:o\0ʡz`naTm`zA~<_j\nd$v뀷\'BC|&Z[AS>>cꀠĐRSVoXq%{t3SRc?X1~\',YGΰ?e`co(u4LHn;\nP~y\'/#T6G)3sa2rI(1F3hMڃˉhx\rQi#|\"J)_gȵFkgLf,VN:ߝ(q\0<>P/R#*c$ũZ03\Z(ri:S愈 |ðB,<}k4!I}~\"|;ٔ#;u\ZևJfp/1\Z7ca0T.׆Ni2y\0	*)R44lk(O&M)\"}Tk&FY,;c\r\0\\h͗H`VرyaVZ*V5e&,&mEjZ9{l:j@w5ݟvp^&Eٺ_\rXOQ99)=H5XdjVж$![ɛJ8#`O2\"E]]3	\\xV[kųi6!ƴE&t\'6B:*K zT{p}52 ⬹c\"D3q?-Xճ?C52hffɳfJ\"*TʉǊ;Np(ϻ-5jO^53[c`,\'qi^S?6i}ysX),&\"LP|0p΀z|cAb@l5?\0RP\n=\\-7&iL}LD<$t]DjxG&om;&@}X>(ϥB{@@Tt^-2dj:j\\8g43N8:`4	>~!9Fd˚~ z{l|Sjm4?hJ!MAXWHj{6*,j\0d|93kZx;$^\"|,I15f\'y˅@ό`)G-cD\Z{%{\'fmT\0=!μiپ2gPDgN G|P8ѬMY7@.r Oǭ콂c\r-M\05MJ)@\"\0-ރ+śf%FNqqSj \\\\-b\'شKDd{4Bb+c˳YJ\\:Kq!ޱ=Z]zNxJ,z[Qn&\08W2~\Z<hXWW?],2XhsQ+:GcŷW4$X\'P^D,*. w`ۋuYeBo4~DЇA3BC\'PZs>^qĿO\0\">F|4!(>B:\"v`ky&Z5iVtVh\"sJ[\0ر.[!!edmʤV32Tpݼ$JQԖFMl%=a}o7nωto.yƳmp\"VڵAJմ2R1ZpjVXFX]yR:ܲ`ŜvVVGnlfF(>\nE\Zw\\dk}`r;[;-P E-ۘ@6.6F˛MwMp!y\npKQ|u59h8ZŴF8Qpk<Ǽb	ĔXYia	JfFd^.]>&Ɛ4Q,IӬ]׬d#tErw_}ȋgˮ	/Na~rD\nza([8Q^뫫\'?.jE6zJ!JKڂuB\nn{,R ,N8=p~gs5.Vj&}pj@Aԣ|Nib$g8v-nz[XBzۍO[B%<SiR$GK	t<^p$z5zu=`\nQ)CNL\0Wȏ\'h&!}CG~+ˌGgH\"%@OT\\>T,}!c$1lǵs×)mᘺhTUVxl-p\\C8hm@O\r$	JOF/́Scy>63Xѡ(UZCd)]vyڳ@ZtPSb\rVGO1;Htt84=Vc!ptInLadI\"pXt;ډp/x|yR@%\Zv3䁽yHo%/3#]4eߌ$DC.ōOA\\5>Qxc_oºnq$q]uMс\'\0z\'E4H)8^Tg3a5ؽ25FUAbHdҬGyX;BZM*v;k1Sb_!Kjm}5 AbM3Ӈ5i&,i\">KDeZͿkd^Y5=>OG^P!lz)V7F,,t	e	\0)jxiRXW)@UŻ|dzx_j-c45G-ح3kN&\n SaOV*P(~wbY_kiԮ`\'ιuC֚h2L%Yz,!dTUZtB./ J&Om\n|Վ%i>cek3Wx~b[v\nmĠXUu9}EwWkL)mk\0:tDڪXD%bK]G\Z	8zu7+n*-k\0J[`65A\",%I伈	.*#e33vT\">lQ\'e$1AǱ$܁Bn8\\iB2̀Ѝi$G\n 	?^/u0jSTỻޯwgϖzzX@l)Kk^AI%$oMF\ZDͤ]}qԛקC~vWʟgԺ;8U`\ZI-|1XtZ\nԒ|ҙKI{.hir6x8哓\0d7lR!S@:sa_ SчePĄ}g#cMvanfn8:mVlx/A=UyO86&!ⰁZBI,@bQgSAfAb1º>aDxxi!\n~)%qZD8kr42`9,-4\r|\0!	%ߟa~jA_I@5\"g/ztQS-h.%nME	6ڃ\nü;mz\rj^H\nt@2;\r\' =tN:|pڰKV`.968%Y柸$~Uv~$Tnkp#\Zc\"O]l|P[A-ȑH?,J~kz,ekm.z	4<7ۃedagd0`z\"H1ɉ@0?m7=qf޵w_o*y]	{Љ8\Z6OO@k;S2<8lC< C2\r+%x,|P<3\rl |[wyW7Woz6|1\rE?H8}\0ڶi lHc1saxO\03٦h\0n\0.3};3` M7⬳A9#AtmiyrI7\\lMe\'\n\nmuM5{ǞZczG\ZN$>Zؚeɚg@\0,M;iB|풆04vcKu]:0e51|~]\r4<btv|C,;9!6mu.1d$7 4KwcS0æn#(>.! ,cC)%{/%z$t7߼E|}/27,ԎP	8:[S-\r.CYJ6 WTS|!];QI\Z-)P:Ón!ohnad3g:v!U		1$0#!gBOџ}_/^~/|$֢o__O}ny,\"-Kݿ}E6FR^2\'U3#jZZVxSc6Ɲ݀|LV	\'3ќb4H8VzI;.3Z#Gï^^߭ì\0j^_>_UGS|PSJhāFM6iזϻϮ<zsg_>fﶉ˴BF횀P9%jj6p_<:E\0K9\\Vx3J\'bj1nm\\ڑ@jN\"E&\rUQCVw\Ze@VkٸhF,$l~v(R4\0x)}|q͒-Ǳj\\NUK؀g P2:ZE\\݌*oWOݝ߾U;#{8kPtAg92Cl`u64>LH^?~{z?p~}ò#}[+֬x\0YǮ{ꖈx?O<d/nbgW7_}U߾{WFꑖpMYՉQ;GH*T$bKZrr~-$X:뱂xkFBk\0J\ZnFv6~vV0l;^!#sUKVqaa.TY*6:-#V9HS	i!%	<{E\'>wŋČ]e/	)K#\\젴\ZePPۖ)ڟ{s1Mzi	hR4SM-k15yDj@dkD&g0<x?;߼X9tZ;;3tۉl{+.2OX%ZìU	e7̀P HTD6ecDb`I)pp }Xhl7g/v7wϾܯj\r*X&Sfm\n|nDW\"M=9Jt?HQ-\0c^.GZǮhM1eo*~j\r=|	|(<D-88Ű/ɽ\\%\nS#	MѰdN86W39	q8O#]=,~	\"׫>_tVqsp.gf+klk\n9%N#\\	]*F	OKq0[wmtȃT`	S}\r.[%6ǪC_+mHӳvHPZrRZ\r_o?~mj){`!noQ\r`@R\ZL%Q;sǦ+4>[;E8AtaBVE8I2cj\r!\0Pg/4QDzh.3b\rG>>z\n&]6>Κ&&h(\0dtVkk,|bw{ݛ=~!Κi28DmiT@\\$4cQu\nWWZ$L@uN1 _ut	\01@pϨc̸@Rv 0*z꨽ܪՀjK	8cjc\0}l\".4өDglpMdR\"\0@kHB*_B){ض2jS=Kw\rbFp3_5Ti/)5 \"!$$g,iF\0i_(wa(\0jR\r|-	M\Z(\ZEGr`3}mDrt8FGݽܥ,!L[!zazwuB`#9&ߧJ!4阮o-opp\ZD	#h\"@tRe*Rm\n*kIQ;R+# 5W\Z>#%rs֔aay8^1X޾Ƈe}zsK;/Uxd[-2Nɛq`SM&$\0P;B~C=FھQs		-\r^)utPkv\ZCNUb/ ٽ1BْE6A+]g~JB:T88G~pWvh.%9@@K~[).b^D\r~O!\r@i5z~+֥\rvÏ42+|=rfMjAbB!L1J\na@4GsD\rwh %mk:\']qKt|gfSu\0{{`^HwHAi+߲^،H\'//Bm];KI-%ԹJ,{=O(d	HT>H\Z&$Ğ\0@[[u|n٨)cf9;s{oq?UrȞNRPi\0[W*0uM|ΒMTl䈒.S+[5t\0Og0c72\\X٧{s{ū5;bM\099hC/vFX)N+cy_š~τ\r\ZSI:2MjG9ZRًIȝ\'{p<\\ҞhC/N8̘l<^æ28~XOz@oǛ%M\"sU(S)THaWY\"ql^K#$+W:ڛܬ\Z㌡\Z@EW9Ivh9upgZ)	4]wʿXQWʐͤLD$-hbv%Yn؃u$P聜:z2\0(,x9)K{;eFɮy8G$v^S()(\"iOth謤Pi3%xuIqRvs:z_rH䕶\",!\"a_}ƎBmožs5^ۿ/u\'+^XL%%yu(SCl &\0t>$߾w;T L` \0\rX-RstzW;\"}7w`\0}muGByxhn([fB5Q¬cCnTg51daq5	LH/5([C5:\'`!x\0Nӎ`t\n]_]>YZlT+{wQSZ >K9bQ3tRHeFoЎ~Ȯi2:-YjXe&*gSPMC`s@|n͌^4(	;?Ҡ뇢}qTbmtcٹ4o|}ٳ_\\eG`1W\0nɥ31!\"&@\0=t>:>?=򗯾~^6cڋ2t6g\0APȖ\'3FFxG\"ҥ\nz1|:~)eΧ<&zVh0-,ω9xaSY)p-ւs56-cPܸRPԍ#pJ.f?plHFnO$Cp~FJ=%5ǖ|H#hrM`jkքmR&{%̨@ys W-YO__I`۫݋/Vm(Zp:\'t)\rtI6y`OXc3Źn0Qn).Php)5S #)HphJنsuJNz#GgW/>X7эLwBNK 0IC;v=gz;nZ!xS\"?jg^ή^~@r{Qn8+9RMmS\ZU5|>UY;C-ƚ\"LV&!9*K `*Ќșj]P~yi8j4nU$!MD)dKDgH|d3l`m{1n-:|\'8X1TYԀ}ߺ\nGv\03I,a#ۀ\'x[.\"b-ճXjtGi,˥ؿׯXU_6\0hk>cov!]Q?V\n<dA\rV\0j;|\\GхR;VM)J<w\n^^tw\n[ٲ}P{كnu4(nD\0^ThF~NQz;*9蓝\\2\\>Րgsᒋ9\'}jp(?лu\rFswAa\ZI)JtsHZR Ü:8lf_=޽y/~}qWl\ZCELTezLD6c:ub%;eS\Z}*׭n=HvbuvtB1K A?KrYt)}(ݍf1:i%CYkؔc3nY;}vd͹\nZеk+ d#8\0*%@Bo?[7߮?Ir.Q@J;W\'=_ B%aw\0>%\Z4}N[)Io<mf5Su|JLpX5.9W.;^\0Cr?F!sk:46=ARf{O_t@\Z=bVᣀ9|YELAA8 q[+#Y8M1`eŊ\\Ҕ\"+|OU	6ZĒ^J6q#lv6cڂDnOiXK@)+8Ip6.:[2BJ1kd:LlB1A\rh7jDV{L-tέ^Uz3c`!!\\(fcWNDʕ`DbH|Eu\'hҋ_Gc\0]%|X_ĭ3X=2@#mH1zO	$c	Y?^WGܺW+-RGǸb|\0TXflzFwX<J^Rˢ-Zؽ L`o`IG:Z2\Z>1HǒrnqN\n\ZJP\'HT|y$1쑍1Z?a2wۅ2mRAg2hm>idoZv?eGleǒezSpq񛜠 zX~Bh,U)zk6Y2ykTnZp5&qeBd\n\0,5U[3xbxny\ncC,cR m87G5t7qw3fQ97=޺h5r*#:55^\',zb_##	_;J@jCM3aszwkok;*cMApHX`w.sRufIl8wQl갺x\0^Go;=IBr0>9fc\'5::<2ud`N\0iKch0Yh}\0fSc[Ek-Unc4tzǮxxG{~ T7^qe1nTc}.ʙv؆͠cZVJ1\\m92|VCp9D\0Hat!*R0^xG`^z*0&r&`WX\0d--2=(dY_}߾nQK\0lG2\0Ѵlbאּvi-;>ruWy]˟po,նʷIkڬ+rF\'ħ>y`V.,>Byz1b3\'n~^2WzSderZV*2=rd> f|-]9N !ouMEZf895|9b䑋+	ޥ[]E4pg[Mf\"Y,9Zφ*[^vSqP%;Aܨ\"9NUﮱvqJmtXӹj6\nE\rVVgP8r\Z}>$_lQ\r8O09\n3=O\rhiVӆ\'~x\r=Yq3iTʃ52JBƢj8ik4\ZJ,RJb DY@b%\\ {ڎ4g{?>[²\ZG0ΌG 0OtLQR[Sfgo*>E [#T}?841)#DS}#!S[WM/\n\ZX4<5OK9\0WXA`z5m}\'1wfHsqx҂[/dYR\0\nl4(j,9v=*DbLE/~_VeV5vѻq],H3SSR76A6( MzYwZ^MzI\0DGƝꌉ\n~g*ߊ\nK{5Ollv&\rcvຆ[kބқ*]H5A84N5-E\0Yc4ۆ@`*(-bNś.kfY$5b|1~7ֿ\Z$T<q)1xn\Z郊(^g*`m\"j+RIɐӛ~\nԗZ̬4lZlWMFx;ffu2{ֹ/ϔ7ܾ3{zqz$~|&)fmrjd\09g~v\0X6pqjI\n!9\04OU?ݙz-:\"Zsbco8@\';4dY-MȨH2*53pIS1v7jeWr5@֒<$C>:S\"BY;)F .Z9miaG߷D-p_<Y$.KxTq	V[J>Rws:~w#a.flcRfh\\mǂi2XPҔtEA:#Վ_Sx$&qQ)U؎cqS̸|?Y;eBk7j/e-Y\rxtYH5=&5a-E<]ڐؙM׋\\&Y2V8wvNuE-X0IC`Vٻj	$g?_|ۚCǹtEOVaHYBjnSh{beg\Z>rnnͧ=`cv篯/n[WaÛ],km46jâlVi|Fz\0@;W?R9\"<,H\n8,\'T<  J8G&T_yy̽݅ޜ|Y#O$$!ɤԔ\Z&t6455YXjdQ.Y7u$ó3\0r|<q&\"ti5\0Fއ`NeE8\n4;\0\Z`A!onBѫ^^쾼zv?8nUd,)2&bm|СqQ:>;/x{:<8?,wFP#tpf(Kw3>L\\`/o/.W-8Idu::NFJaBR-wca~iޜ쯮w?,ZdOj|Mj8_0{\rJY44\Z(a*#:_\\=җW\'7}	ϫ]~yo+pg70{tZaޱӶq:nl\"dk}vW߸_oK7+<>VAgi\"vVs26;ڔZ|lļ{sg,>TAt\0{@NX\',1B;@K:ujLо*iYl\'{BNOb|*Km ;`ɗ4\'\0##H\0VfiTȁ,{#	+F3N^/O__^\"	=UYYV4f)#\n(	٤A{=!<I	zȰ8@|R|H%6P6\rӆcCM\ZZk\0^{8׷ <l2_v-DNlUnMtPl0!MK,k\Z]I,3c{{zyuA(693:\rpe>O;8FskdyPR~U^^jGF\'Pb\0N\0N4:k=;-Xm,ANvc<K)\nIHCpt6:}]9?r,d0^\\gNYC\05jFfH6@.j7\"Pc\"ǽV)Jۿ4?q bAОjV\nˋ8qⲳ 8}w#kb\r~Pvk^Z!G\\2O\n>381ĘlTϙnDCRGm#t{CM\00_g?p}EIcuY\"mʘ}\nخm]m\rn:.݅fy# 㷻sm/w-y\'⬇\n=B;\ntNsT2K\'5pnמ^]ag\"ks[UNXtahqS3ڭ1]#^f#}9:6j$*Pb(\';DVfHz0#,Evw)}p2b8e 	y5D|Oaky8w7g˳E	+4\r<{~d+>K6g\0\ZGlާ^=ݞ_ iRtT[(ϖTnLցNmT>~۳OVA;F!j$5RF7-[yh1_x\'x\'0ƳEw\\a\'^+pUpDx%bù\nO+@?U3{Q]\"ҷg^XUbp%t? @QG5+2`fc\0?OqGTV:ee9\Z:IiLV_֎vGHqHx{;}@;kUu|L17;pyr1D>$(FoC\"͓ʗ}G.+(:ʉ4Jƾ\'򚃕wr0$Nh&<t<,>gxɳ_^oy_WO~={vv,H-n<ʈL״R&@fMJ3Fиwbj:.}a>_RuMbt	\'ɪElkFY lPӽM:q?/ί.iq=I3;H=vFitJ33e!g7 D\Z)q5Kءy~~}=mij@4|P&9冠ǆ>6^1YTK{\'=7号,<m6vi\n}̺nFM|fJGx88!dzxêPݼmfhRɮ6\"ّbaGR`ў:ޱSmE?{H~e`iɌ[V-)[zS\0JwQRG!Ep;}cJ$׻\'g.J/~o.;ͣZ#\"x>\'<s޶ˤ4Fy$@}{jWE`R$лM6,\'7]I\ru#Ĳ(Lr=ף%!On.a+(qk=(UBB\"9Dzi1OpIQ{sm{EW׿]?[\\Gx\0t]H	h58@eF``+=~	kq?|ܠ:IـAM\0\r>5%/Z闤qܢ3\0\nB|Z+=RSR;%,B:fSZNq1<OiOwsUԭud;|= hb]g\0S;0ro.o5 E>XX#\r[8ӎzg6| 㻇gY!^y	}+{8nަ#[ރ#D͗qisi}${lb1߁|$uM[{A\'Nf߽~N/#~ U͘WՆ8*ʿ&ډK:~W)?q<[#N\Z=2h1WÜ1B+*qU=!bo\'~ݯ.EkNn&G%dYA7^EH;;Ԟfg޷@a>,M17<L馤\\j\0V9[r	 {$V9It/?\ZHKc-T|toj}v)m%THKF8~\"`׸Ri\nGj\0T.$9z`@}%9WHK+W~=aug儣ր3SQBfӉ9 F`[+A+/^]~ϨBZ_ffo[L> <g\0cJ$2ΜdNSO=r̈Ǖq-\"֐b@PmXnAVzewҌ]\"\0ܡ̽>OW#?c&=}\n\'ː\\ՄMϞW	o/<C[cqYCTu\"!O:meDB!Km}PSd1фY{u`s)@5@S[\0H{u_뿫{\\-;=Plm`~}Pfw|B M@^Wy<rJU78?qQa(*<\r[h=ՇuPIPP}*\n\'/)=F6b,o 4Vs%,vavpi+\nF<{~\'/޽U$BuC.\n\nXbT-HɚapP>\\uFG>Y|r|lvsކHS8?tO$t\n67~NkuK7ӯp?šJ\rK}3C\0 M\\E͡<4ݘWv׿vur*5k#zyZUղ}drQ༝4RK\'ϯw`)ncلh24UC=`8\r;.\"9\Zx}V{R|vvyr^crQ03I3N:sUp=UJKnҡ1Ȧcvzų;𭿞ﶗe\0ja8/04DZJ1;݇ξ͊	_~w{vx+KގӦ\\<K.ZKwZ{jR>X]unY,\"+~Te%P{oUJ\0{@6}t:Ioܳ_p|E!=okPcS\\oU49[]#Xl+W_zs~d_4\\uea&]Zhg@&Rs&YXj}$U*v@`wCR8|٫W=:(Ź\'~֋6\Z{\Zq{%㲃zMvxQX1:d)sBJ[so1;\0qfpbJG\0\0=l<h>8QSmҌŧ(v~PM*zN: ˏW._hZ,et3Y4czF)ʖ\ZMh[~ypݼ\\Sx2ރb6~AQ\'PgKLNr\\Aou\Z8S<$\\=ҩ	e68UfB3,,vr$f_>)uo(xs)H]DPu`dmLx\\i@yU-q=ZYvԁ4dH,:wV@\ZBuMpҡT9--Y0~:\0eʒgP#k\0g}@Rwf^5!lK->Q\"!*Nl;$fZeG!X)232}6i\\?|IONcjbΰ\'7тknWJņ|/Z5{9{^/S5\rz_ߎP7&EDN\0qy,i(dvWUBTcJH4`\r!6\\It9|bh\'[Ū6j6Ce9W\0@ް֦]52vŮ\Zq_j,l?!m7;Uo-/.D2fl\rhǢ:vtWqn,w	g&d&S|6}ryL񯳡E^#\\[\n!Jj\ZMˍR^~}Y\"icR:BJvTVezk&Le<U.I|{f\0˩ije6&{.t\"+\Z0bG5ىe\0:?(guV&rRFXwƀd3Q\n	W#h7WלZ(;S4LD\Z\'\"4M9R@ܒKmpv?\"㧳۳aQi	75Iy3\rXqn\"yu՝:y}d(ߧ~u,)AAy9MKatA:$C\rhZێ_JlZH$Wvg:bR\0rQ\rS؞:Q\'M2WZ]W;i\\33;gtZY\ruΖ&\'j|@ӷ,ȼΝ\Z67Z<#&[M2e\\*kS8	!8%!~Һ^@8B\0PVW{\rH!tZiSFa|26=c\0_!ps3Fi/7aCȜYu)X|	Oєfm@-kFeĀ5\0\\EfjXMtr՜(wt$\0H4U1  84}fcȭ*|gdbNTl^_.L;ϕ;ӪahUM)!w\0^#=u,(2R8p`fDmMQ>й-q?WۋWOYi!J6H2-as>b[S[[i{)Ƨ`{@q\'M#I@oӠ9C,$\\!,g	L$j\r;쾝w-zb\Z``!bUr&6jpBrT>04UKp?h:(-촥zz\ZZb`\r#+\\\'jЧ5|I`Cu-81WWB<Riw\\C4tЫ]v\"Ђz\\@\\i*Xms.;K%uґ\n<\"p!4,/Dԡ|&dLah(!\Zӊ\'fs\"^,yIn`yZZ\nM!.{EK sho5&r*`ǖ<[OTpqt1X̣&blȶ匩A݋_y۵;q @&AJ!e$y\Z2HIy\'F5_ɷ_^+PML\rG7q>gcQ\\#{JԘ}[>@̅+aX\ZN@I=ŉGɄ(Wv]]t1:cGZ@(c\"٬A) 74ߎܺ/7\Zn{ZV*R@	fPmb\0Ff{t6\nѰK`ёޣnȊ{vA,=!E3g	RTn97#\nÓ#8Ƅ~vba:(1	-@8yo+tL*3)	>\\;\';dܬa)!3z-L+àH\\p(u\nPPäp2\"ҨI4p%zAK%#})cHv/n~^\"Z\'nBkÏ8]\'0nWs]Tp]7z\ruO.eF_`¦\"HȷLGqet}d- a,ZK=X[d)I\Zgo w?4jbmF_{s|Hr+\\{xV[lI&ԌRp+y<qL*o^>g7?gطLݪfùh+)U,EUˉ>S7|<OV\n.\nH{ ˊa!Dg&-NA!^\Z|6\ncf3&s> rEVY*Hr 骔|aToڨ܏3}I]9l+FȞ:D~d8iMbIP6r߻Nڪ^d^do>3(z$\'rl(7NƨƖ\\MŒ{ۋW?={vOxTZ`ǭZ9I+BiʎZ5̐Fn\0g!SӒetMS.[#_>%UV%q7IJv\"禞Oe7ĕu9\0|p^;Uߖ5ڣZ*\"-53I\"⪷,ȅ[9|3Gʖ|V)nE2lw#\Z.TXPҭYHvu\rS7	Y~0LӲ\n\rL+9\\l􆯾	(7hdpg9XF${5Ơ5xd<f#8f\rxk@`M8K2rϯw7?>YC5uZif@9cXySC4gm<r\Z%5\0P!TXM%&A\"5Jg6OrMC\nCB˅ZX&	hw)yWq:}v8{PE+-A8ȒӋKjÈOe<;Jmzgc=4.*\"siE|R,)ꑻNٓ_>}ׯwbMPOe3lsa>vJ]QOѠyoʪQJ95)f͜@qJʹI\0SE9>pfc+\\m۽:<#8T\\	6TA4L4EpiV\0Ac#f2?bY[ĵD\'̇Rߺwn6\'{C黍吮ZF\'<:S7ߞa00IekQ1;!Ϥfie)В(a-d[Ig~>{;Ea)M[9a4hN@R\0^0#a}__no_}=bt\Z,ېj2ZOELheT_=GƵDAnxW8~{	7W(OgK=\06R؂kݘC\'ݸ{zvs2ݶ\rrڑ &=Qn~V>mk\'>l\\3U4!!9őT0\'A#h0Zx\r:4}++ߌ=X<2VI;7>Xl+t-< $/AHNMc<EB7`5^jtK,#8Zit/nX[G	6-]ױhsSQh^&S>>H[Ǜ/^_2U|)[-PMB%oqa=;~W܋Hoi.k\\<w̘glW9LWBI:832@	2dK\rGtB7	<\r[d\n\"!Kle{Õܦ8hx(^]_pNw| QqJ:붢FȅSEc6¦8j.{7KFx,:ja;,O%:Yk`t!xO{{s͗WOn_J#f\nUR$kɁ9:b0>\nؑMnXQ~h+)`vKC^f\n\0Y&\nP5[h8ҩo>|e_-j0̨~%79Q\nQ\"&RLql*l=߂r.oMr $I\rۦA4FKy`js\rb7@tHqOIH8v\'Au3vhԎZZ3p̼&.R{Cܝ	)pNAyFaN%\nu\"vXJۻ]@+eO9YDD-EH@TiOI;譟[<>`Z\'`C0Kmx\nSI)@#֢ԖaͶcl _u|\n%<S\\7]<ޏ7L@*8Ԍ\0]Hƃ)!jYc\'}فh%&kt߿1΃!	\'\Zdzv\"9O=>\Z1}e-)|PhbaցOˡpS2 S@ZCㄖ+EזfMM=[:-s\0h9͹GcN@#yGoyWpD%t9$irRjb}Vq)Գr^?8n<O7>]!DکQpl}ɖZq!Oit􌽕6j;ЧO}j Z>zbMEٛj23i(ΫP|,>Oy=lV}Ba\nKuGdIH8vg1tanaq%v\\_`;KŘ8k=w$3*S\0PiSh>~9<~G\0*+`Q	vVYԢT\Z{9~˳uҹP@!?54s)d4TSrXsQȷjE3sf7?8n~fndVz`\0fJ	[V-ywFF>)7\n4	4r3_ewjwB*]V&LGvHX0N*vԒ>Tó1c}dUPf9$did#K M:Q@(Ŧa+SMǣϠb)X@$B4&3ر8|%j?=ܟ̝?x0EM|-7@rqs\Zs:g.].FL׃<f\"h̠ņ43CYdJ\Z~[fg?	|艷tfN3\n|<t!q٢pASqYyzNr\0\0ecAȂfG)\re/XwGJS&)Y>m[V7s|<<0QƖޤʧq\\̕}ooEy~{S3VڊC>ͷ2Mv#J)Ui[5ǙdtëJu \"\0\n)0 !IylA:;yN	e|y=}Wk\rMf`KB\0- NF\0BHG61dv AO~\\\'xI:c{_(	)bh]+C,\".1aj;VӤ\r?Y\\9mұ!UK}U@dQ7O;=9KV}T[K$&-\nzr2K!F{=h].MtI,bURV|W9@@&\r`$cwt{!{%ݭ{v#Ggpe\"b1[CLdLI_.t骥O;82{r?! /`ǭDZq!i>Wwa}§_ښ^A,i56oXV9nڤS@kyL=v./= ƚ؇%R2VɀW:8\0ǭF8\r*&Sޗuuet)Pg\\J<Ҍ!AUAelJqZyh,}\r_mw7ܗԳpITQ{䓌\0~\nVfS!HOT|k/Ͽ~y}guMIV-I[4ԮؼRCQɲTm)*(.6(af?4yIx}ePdMӛr2|~Qykĸ!\0q<E^_Ҷ)..ƚrp<zxղ=ے-Y`OqMz5&4 iwӕ¡K|Lׂsuڹ䨃ir>?V=\'bRMXU%1e6]p?e;C[\'qeiETz F:SEBEP\\=ҒN\0Uw3cϑw\09h GO -LrA<?t|1	Rõ\08˲REEMj\0l\"\Z\rcIHzE\r$h?1+1(	DX;nn\\ŨN̜&fuѨ`[=gҖ\\Y|e8[\0w=\"?5;Z[<\ZVo,`u\"U}v\'ZŶ{ӛej@%Xo\0Ed* *Vgѱ!虜1<{Eൾ7}S!fdert%m(]થU0E	eғHyI:`΃Ef?\rn JԥTcÍ6\0hKХX1 v[^v{fǹ4[i s.8C,p7UnЛY؉\"CQR{5٧.8ǁX&SS5\nX8)x(E\'\0|m#/0+y|bYXvl,ی 8pl	ibhO2+=y~L@$ {3Tf7nhk+.om^sallC\0ӎTc\';\ZJtK0D\"\\	PU@2͑#tZd5<\"g/|\\:~Ϟzx{4Z1HK);\'ŨSnq	\ZdWz\'5,2u\Z;M(8-T&^f\Z9\rTzN@rp?=&0;\'/^^\'3X\ZڷȾQvkADw/ԓӻ?W_V%Dņ[}TU͆/YKNVAwOa/qM{=F5iOGk+[C^<P7e_Pgc{(G4>Lgy\\]*\nơNgS%w./SBA~/y7\'j*:F\'$?쳋=yw}lr*7v\ZzExyA{\\?; 6tmC5qdۏ_pq{8+4Sp>Djln3>sz*Oa-uYv}2bTyn)*`D\Z	ѻ9kW]+\"1\r->&roz)1`]a1k\"z$3{=k`oPqWT7gd\03bbzn\n`<ɫB:(P9\"Cإ]\'`i<^Z$a%p%IyJ\"\05#>[Fn?@98O=ox{vq^Pfϰ Jv7r@ظ\r1\0`E|AuODV\0I`}{vW_r\\Pk4FltԚi*xr;duɒ0>6	۷Wmɋ2;K\n\"/-IX?Sm_ш%tJf`\Z^3SbZ~ft3M2pMMDX\0v`q\nż]ք|\0z<Xc]&=E]Dj|<NqCͪ#9oƪDP/D-l2Lg{7}p%]&\"/т萌Xu*/28X\0`yW*>\Zl|F*Vm3Cr5%c\\m/ȩ2L}?@>0đ2\Z\'5w5N7Zo=>7F1VqK8~2v3FÔfgG56`ma!\"fUMHaë/<X_{CoPFzN2zC=aUiM@|L0~?/D[PSgS4x`kFUBbΨǆ2r\n$a*Tdx\0SP:{-\'e c_쑚.pIG0(JHui5xةۊksSQ:K\0gWeٚk0AlU V-4۠p\0DMJK&{ˡ.FIGg-atqۗ5+VХ;ت	\0m)VA(Fc[$g8QR |vs\'tиjT\'#.|/QBh\Zll5Q==!0F:nMe#j)ؖ|cMب9\'U(Do>9{uVwH_[G\0U$ muDa\Z{q!G,gjBp6bK|{]]#pmcnibhZRaxZZj2#yuyNyh![	}R\'B+?K/,̆fZzi\n㳁3S\ZԖkB*81R4XKxa@C.ݚX<ٯNܯ9l@&ABVDIuҒ=A)4ͮ\n`quWNN,T=G#w2cF4\rPW4W!k|rqO/^>/%	\'ً\'x.\'\0߄h2]D\'тС}-<gLIg.79Y\r:M\rƳNisqG\ZqVݿ~q~uyuMUj/zUξW]>iK\ZY\\)fp(-vtRg+:\03`IENq$s9ohP׷\ZgrveLǻwlRKTΘ:*RJ֭)q>3wܚggS1?\'\'As\n7*]GfHt)^R;YN>X~5חk-Z#3bxJH\"b67[BSdN|Z6\'O΍~r{ٲ߅#;eT\0U p\"z.LpݬĮ*ǌ*l2ܪc4$T{%RlQ-rkP0w@,rp\0V\0boUzZE$vп!\\t[=yuZE$7g.N=\0YO|Ѥ[\n=ٽu+/^.{#>PmL.	hy	I(Jh]#jtnj§^gHmj)uCG\"34Ǡ$ݠ=nKZQc|$y#Dp~vpŲKMٹ,8(O-mX[n9\'[I]9u}O~9~NTӰ#M<{U*d_dH@bJŇ٨Eq\\O}+^ij!(|d887S(~qXVǠ8!>#kqNoi F0$T/&D99&nG PSMa/>̎\'x+4TF,\n5o5\nezH3=n9l(, d#Ptw+Ք	K\'rrlnC$dX:@+42K>y#O^tyoMz/WU\'emk\'qob\"@mF~Ak^l6jD>ZJrllf]d/ߝ]ެ+@li0ZdF<7*=gg\0G{Ź7F_}dy8GPJЍ^g#^Z1Bkm1\0E+ZAgU\nY\nnfL0MqgjLBS[O	([Fفl4~=*41qH\nlfj6댸Ö\"2nrC\'jsh舅fbNi@iihDg*[C/$;.\'O{zz<bYFv$JliAL9SYUU7|$QUXl\\%ݥujk1XfC,|B@,=~ז~uJ):!uHQ@\rv\Z@0daS\0&Yb\'G/q!/F^3Gi$b.z\n)UYVrB`MAB׻߬\"#A#GQ2:F&_S\"e6IԌ2*]f#JnίL٘,9qXL4`3w8ȖmZ&l&Qta\'#}QNZҴQXa\n*FWÍVG\rUƨ^]-2+ɂu#Jθ юG\rʾYr|f+]Z]6Jut,>\Zʪ	ꎸK.S5!WkؿҮ~640׌mW#6&xm\r߇j]b)n]^pM̙@# \0U|rF*;\Z%$Dޯ/s~z?5geFcyS@& S@sF,UsQ9۷\06܁0#Gټth\0hFL1z4%\rw5_\\U`&\"bUZMqy(F>t\Zb,jlϞ\'z{v;[58\rZmNQf(e]CHe!&g=\\(p;nz*7RX2ј:e,3BH&Õ#%>9rO`5S}JpلPcRձAyY$4|ix[Q|w\0V:1%4޶Z)\\>5`iC񳹜FqË\'E?e1?]dxp-݋j]8W\rjk#73c\".oq:5iSTmrk̀MDZbr\nE d06@&UiY P/#%[/)q\Z_͟cb˗#l鴬IV]oI\Z|A~\0YbTZmr<\ZOh䢦`X;̬Ty8~bk5OHE|yIŉ^7\\VW-igv\\{|/]8\"N!)+{Ds4ٰqJaQj*1\\k%th}hpڵ!ZiKIӭ)7zb,=Q:Qj4\\1j\rr<{[%h8)CĮ=k$1&J\046͎X\0ls^/5X)6GPz\\83RH,lhl|͟Ty#UqdtKe\Z᥁&l=T\'/ {~ně@\0)PɈǩ8+VY[[9qQ]@{Wwv_&#9`Sv&T\r[Ʀ- <c7vmrjwca`pgDeDS=c	N;va9%$&}*=3l&\"ĿzqsOajŋgOWĄZݨ<h$PAF?&>*-įV30zIŖ=9o||V\"\\^l^4=>4mL:ǖM\\t{|l+PȽ&M\Z;ν5Zg2fB)?~ߍqu_5rHT@ $=\0\0&xDt{?\0p=󱹩o8?OWX&?J-q{$5`\0t{Asd{5%NN\'uk8ϱ\nJd}y*ty\'HNZ\'ĳa\';~r{bgϮ	ynā\"reРV=2ЈLZgkå88&y\n]1P#dt6F6i\r<wFaM#zCR [\Zy?0$kMѩ(^υ/mxdd蚘2@agr};y=29.-Tqn9]*:Ɉ\09P~iN=~},I6f=\0[Sד<RӆYd,	k~=~j|j ,M\nu\"Nꑊq	dX˕u:q歰$.$ʇ霫m]w}2:\'o):*hٌx*_6{lO.W2Ўh	GG_p)d\0\\@l2De!tҩܪb6Q)H>lNnD\0MUK\ri:jw#uD*kO Ҿ:p\rlUZzں]G<Q2\n}[dN`qRʐ{{]𕧿ns@ZLCP>\0`jgV7Vx \":Xq~߻W@5+WZrZ\Z\ZTq]IMHnbUȍ:8fCq:\0\'U0/CVq\0R׾q׷\'ϯiߎDyΙ(&F JflvPn4?w99a[ a$\ZQ\0\Zr4RLK8O^Q_{VZ6gќ-[gzJw!kR*,\\>Ym׿ܾ\\2o(B3q9&C2iir:>9iNtٜo+Τ?*RqPCcNq},yl`IL8_),)vW\ri8Ш9@O4]uBL6p$nS2UD`s4>\ZI	IoO`6рM2bQ4.\r9jZ<%Mހגq\\k@,4v>fMT1nlKekK]V:KY+^82O1:(\\^~Y\'ĉz O4\"v\nJ\')CdM]ϲ1/^RuZfȍ/#S|$|#T6q.\"Pn\ZO*cֆC*i6u/:\0ԇ\0Uw)M٧%)7Ac;|+ߟ/a7Nt~7g>+YZgvJkp>A˳g|-$zn]/9@P* Fl3!X$;rZD\nK\n7OQ_utfK[\r2}f@Us\"JMX:24Ԫܙ9Ž{ZmfKoFԡ/u\nģod8C=;( o=kv/1KIGV89YNc6MƳi|6\r5:柋L+\nf\r$Rm^Cg@ڰ!ϵm<.6y<<\"օ+linfME+%M!Q9O8k} γ{xxWWo*iQu\ZHgKm!\0zU\ZٰYl35-G69[q삌5DP\nv7	A/ٺ/Qe\ṋ\0f`n\n\\NS\n0o gn8CXFxc[~F~R\08.	BwzxP1J\\\n23j\'U<z>kd78*͂H^h1gX*:t!\"a,܉mKUw³tV;f3l\0?gp6fPŦ8Zx1s\0i`*6[|,y\r5һ\0HYSFwZKRD)UZ96c;͗I*\0,N;O眭`5H>@=U^م?ի8ysV#4o@M8~Íi*I>$6Vw3g GbŎ\'09lT%(md\nPeU@\\x_K<P|5f&ۇO̹ow\r:@f&$;[To@f\0it1	q{()pyr=bA};,X@	d@ǀک򖤎~PyPO^}sv&%7$auѥ%\rzkc U;oh4&E_V)I<(k4ao)G6{υDufЇUX84\0ǼG%E/s@b#Z;\'{d_apn6ϖD\0MpC.$7P;<#_t`G=m^4ZZYeɔ2E,S&hC<渇īWWO}eym~_|7rlaֽw\r6Tq.8kRv&ҺfowKΪ\'qm0\"\r C\Z9OZ1y\nr\0v%9>N}֗W/{qUרB@SXlN[-hćf0v>􁐲ҾG݋ݻ(kB6D\0O%gdv  5^)N;-2lW:̟:Beɛtn;nn̔d\0{bm2]3Jy*ϹGô؎z(]YOmX+c&D3jNUquL\nk*9c{ٶ`׷R\0,k2|MĊO4vMJ2jyqj쇗W7kEB#*K	p&=fԸ-! 9gd2sAl}ꌽы_#Ⱦ2}r-3pFq:W0ٝg4-ltz:%\nCJM+N5*z2ǤPHʎ{[v4;?c}gehWΈ?!f\\GyG\r9kPřHs\nV͍o,MZ#*4s ?6Ssl_]FM!hFܙ&68GFa\\u(\0vj\"r[QW?^>}}n=cy \0L@)YfG$LC,G~\rrֵ( t\\}8B	cłzf$`{ҪBδX77M@cQ\Z\ZE+8:$~Y_sUmՖ=su\0@\0<ߚw\"6(\"\r7-9\0UQٛ_\n5bK{j++1mh)4@%.sb+\0TIm,\'V6A!7>-G(}VL!wkLixӍE*D^[kK\0bRƿoCr{[-wfg]لUuKF{֝o&dͶ&x$6VTOO30[oӗ*2He܊;H`\nWxA2#ZCW;M9)vLάZ.>~Sl.sͼJ͂8ěFbYQAd.X\rB(a?TO~{/ִؐM;tVvoB#ed0ȨЫtq\'[5+8M@)8iq:*M[XlIm\Z K::u6e]7wGB6\"[P))(9l5pUa)GX.،8z*Vu&XXww($S\ncrҫJPf$w4vg/=9a:3\0(o:om\"u- NPZ*RO#\r_Y=F:p|uuGJPY\0	\r\r5l`J8l\n\0o9}\Z+V&u_hem-fmFL=AuI5\'P0\r[+cxaas\r@xPwɉ9竳XNG@JRð<BI%<	mö:[DfU#M Cb$xW|ǈt8q)^xubPJ3!N\ZƱlGk0ߡ֙ͺaF°j)hl5섒FM\rHуN7ľ.&q]V[~R#\0DPuփ\0jڞx4&	֮p@Es\"uSb>;(\"Skd7uc289SD֭MHU#hm&8ʍRi^]AZS\0Afo*=#]j|zCݝ\nx%NʆFVsf>r3x`=aAs4<b϶PX\ZY8dX=eX=-}Beoɾ}D=ox<͒*YzʴC6<Mkm֑N\',<e%Ƒᄭ!17RC{exu6`َZAԬ)t-`Q֎JŘ\0m׈=\"Tv=ޮ#Kk#OZ{ٚh{FVzV]:!!]$8$8Sg?g-R>Zjٯmb3ΏqJWm<sABؚ@ڈYgX11hv9Tl~\r2g\rU*kckL({g\Zsqm-(\n)d2uk\0}Rd1M9Tll\\m:3(M%>ԖN+hTAAPPq[d2#-32\n{cV;p_/~x<?)ֳd\rZeuaP2nf豛׽/z;yuh!2\ZX&؆A˺ģAPXR|_ҍy\"0rG~Nxr;LEFIIKlWO.,F*m<R䩂T<\'h7WקWTqӉiXԘ5&Xk]@X	ʙRAp`<&wŻx{3\rY\"`т* gj^C34]secbvZ%}R@}Qxms)g&)fH	Έ&tZؽᳪE߱9 #:dO3$R9$^lNeͷB#Myjh&HPf3zXh&/\"4 f+/%٢oW@x[ˈH)wC\'\Zq22gSg,Ju<={~? {L&`Ӂ0Ť=ZԌba\"ZހΨle\0\ZY٘(_nvgg=[g:TwJlX4W}k[ؓ \">_[Nӣ6Ͷ	b(4!h\0-	j4(ެ.7Qh]~9c~umaQ@QϾ7\n4@@`0C6^A̝A)N:ua<ZϚƢt3FCF.FY*1X P>\0:YЭ:J2Ү(%6*`?.r=!>|Tx{ۊȀ$/#Q{.U-6Br~FiGNW}\rxwi7u4`A/Ed!:0}gh:\\xI՗\0?-ky1lg*.=iA>;L?}`$0\0ơ\rk[\Z6fO\'`pu,46OdhwP_5ڤcɴ1Ou*)@vjx:՚ʮN3$vKR:%VM7	=7f1N0,^abWeUt>aY~PSiE\Z&z a/\rĕ\n!c=;^I\n&^ rTLv]ɧn1`*UbEneEs򎒩pfvQ5ܟ?zЬ*D<^˴,lP1֏(eBU0b]ٽr֪JU$\Z\Z^\ZHvgx`0Kw==WY\\_}of=Y/op~ ǀu߂E|E(gWaճg /j0\',\n\r\0ʆ)^iAB_[W2g><ھ;%F&cRS+&W,n\n{%khV3%#(#SvC77V߇YcMM1EfyeFBFRW.v1Մu\n4aG\'Jv~D鲧<&Օ\nRCk+eon~8ߞlxe[#![f(DěSrU$]_*ΙDc2<APBavUXzte1J\nR}nrݙ|eO\"c%W :iDLz\rQ:B,W>CYw{#w6\0R_rը3u1I:Dl_\nbCmle6uж:T%a\Z32s˩^\0\Z9(G7[L6JgGʘ|ϯnvg^8Ħ]g%tck=y޻L6!iդIȜ\0Jew^2׿Og+e>j :Yi<m~Kg0Jki5N){:AnlJt(bM6/ؘMbx^I RoFmUnv߷Y<;J4	X+	Cqaĵ\n7l.ݤ\"5]6tF]_kaY\0K\" y~dPUc6Du\rޗUS1+sEZii\0}rsHW7D ^EP\\|փK3^o^B6)X73+YyatP; Rl̳/=wdTК٪;\0	zv,Si^]^^\\PcߞlEzjԈ1\0\0T\Zq;ŀA\"$Gs ⻯i<`ꍟ=FNȏAlȎ\ne \"&\r03p|l槧m#Xp6`\\,GkP}\ZE\r6M7$(ôaȺgK/7uڶ\0\"q#keֵIc)t~XG\0=iAֿ-/mכ`I뒞̨E=}KQm\rytӾ)9u0x;B>G^!@\"zͻ9\Z[Jb_;0gf`Mu\"bKۧ/Z8VP\0ٛ-\n:tC\0O G#P-	O&6b4[*ny?kՉ Ob\rQH]^2oL,x9,l`OרH5d#uPuV^ڙ\nMejr.:po\r52!_\"<F>Ntҍ0\"Ȍq]7lΛM֨۵J#9g f5갭:9t\0A}mU96ğYvoc1d!x/fps\ZO0++?ñF3({ɶ\ZJ\'y1|mlG▞_mӢ뻍 ƬiFtL%\\N-h^V5̜-.iukQ<ԸAekidBq*fсc	!{nϯn^ޜld5PaMT\"cb\r4Xg\\w>~EK;mau.L/:#s4yH>m*܄i=4gGoWe1%HzCW[0zx_֩~!\\|VN2fdJHCA8\0n	B;fLq&\ZBU`?z~z3!~2EJ`V\rX]U35ZmŘۧŹ_nUnr)ش	y8cl>\nU-&CHub:4C$:u=G)Ak#p,>X&2\0gU^d+)5b(zy3*GVMN+#4G.Yr\\8%j@FZ\'n/\'۸_HrUt!5!b;)1Cb[\n}H(HQ0C_9v\0 X۴1/D;:|6Hf@Zŀ<u8yTF*\"]Y!Dw[!c\\TxUrv?%gsvK1NŔi)тG1H\0Q\\K?ͣ!ռK/6;D p&HXty\0\ZFX6sLg	3l{B?cJڮ)GUfףm?QDu!Z\04c2[p?Edb.4Aidb͌K3\nԌH\'3\ZXY}^&ko.ou\"F\nD8.oȚ\Z	N;4Bw1t`;+\0-<w}0.H2SR\09},<Y}x*>u-5_oۉL6&Q+D@m`?!y8!̆M[u7Sz,z.~2y4?J<9,jp6LB=mAa}ytwb}~hwzz\r<y\0%bU>P;&3X	щS˥wk{8<ZB&gؽI9,&rN_h<l?QghDZÙEmk4țgDgdO\0T3=J琀ǘyCu]AW_o#SE䀐\\YB`Ta0XSY=p¼Y!|\"~%*q\\B\r\rtfRSfќJ@!|~wvX}NXͼ!⼉D֖-]<%4KI1T8jzYWM\rULg%x\\KX=%z2^j c\"U\n6f}D&WKB	\rhll4*aVghlaaݬ=:fZP?91!H) 9^#D\n]\"B,Pڡ#ۣ\'a\r]l7T(@\\Dhs\nKim}\n	Oe7^xIQ(p`\"0q-h+wOE\0Ê`T{6_\0J́ҸkmzZ ˎ-7R 8iVFF[jIj`ʌTJq \'J\\)T.{Bn%Sd8%@,zhjT+0uVؤNAcf.(8\r)6?uԇI!\0iޝ둪v(STaBnpsf)\\~VsܩI#\"un_B7a\rmPYraL߿V	s:l\Zn3;>G\r\0r\0HU/-uؠv!*F(	aw:~VNX/-%V{WC냠ݪg\\ 	6\Z:EVMDs*uX\\\\i\Z=_rPڪ*%U0@#&cF^~4a+\'vX%ҒOѲ-&3QRLL6bbl3?ج3T+ =Lkd_aq[B-$$6%3VZTǮ< ,|tآ#@C>\'~̠o:o	$=ħCac\"Ȍ Ny+H%G@1F&@dzUǫZ5gQ\rzgC\0Ӗ#RPYTU-q]#@5Nݡm{:F5My:G>Pm<̤)!	,u]`EtrX Lڍ^ZANb|Pk}7elE* *m1s.;GnZnkLU8#ؒ\0kHXR#k\r+;^o~\\63-}N߱b%).p!^f\n5;!Ŕ(x-U3%^Oz\Z!m>8rRJxF&$؝ܝtU!/̂1:G4)myOXlut4O7u5wczx1PRSk\n`e]L~BOb7}]3If؏eCA<ѹWjYǞux+J;@R.U݃\nL6ԼӔͭcl(	ϦziW05&n~[nFM}j$lWg^-nlȅ%+n&ǫr3K\\6|F`>cgxЏĴDUpqV^;0HYaR*JmI%6̈Irڶ^\r6wV;1[#[Cg\rbh){9_Io9K뺴xLU:\rpSf\'%#N\Z(xŋ	um7ҽq|bkZ~S339+-Qy*-0\"3f2[|+XzZVR iO;ЄǇ͠3/y4\0=N ^ĕ{ہe\'+ȄGv޸[Um1t,r+b\rw5yUE*srUDV|zq[a\Z)eZMJ	޿-PY;{fe8VOg:.ǗgnFs-T3!}0͍Za2\Z!BeylJهro߮ӭE]0{m@S\re\'X`ץֆaiBK/	K߂>ưĵ8*yrnĬ%-bа$hXO:BPڎ	-a Ӛ#>֛&Hɀ6x\Zr˂XR\\\Z[P33X74=3$2FMj䟙f)]bfY8=Kכ]m5{e9)F&kBɀkێhZU5>N{|T~voW7w<ݿp\\_^_nx~S@h\ni1\n\Z6tL0+\\fSZl5_]ښvw(1nm\n:ʎ=|7!X!M\r=kSn.;j_]@QvS\Zy\\ٓ2LmvEΎpb/><A\'/bږu~\Z²s\"K[66!MP/aO.պ㏆w5{/}1gQw~no39,/\'ՙMbX1ʍԶmZ	l4)7o\nC+*\Zlr`Q4@ӧ\'ʽUp^Gq=C\"v\":AY,Ӵi\0>f;^^޾<=9?*Fc(qX Lk].l/G\"b#6oʘA)Gl881闱%zf>\0ٯԃ<f؅@eFdųm^zJtKl7Rn欿~;9oRG%upvKmJ;`hj)m6E\"=3pZyYv*\0ϷŊQNDAMyȨ5>C$\0&\rW̡=wzM:{\Z0Bo^d\Zcހ0Ł@k>`tǡ?tnxIdOC[[1Ή|JyF&4pͦ>dznۧIwVmd:y},yyL\0cdD?,ϭ-;z-o\'梸A\0ruhzZxmhƤ萵x\'N7Cafv0Rdk\"ح<P)8XJBK\rVGQrOZyhT\0qcvCe&C\"h]__ǭ t60>\rw@QHi%@k|t\0J2ʃ@$lX`X75aO)Ӹ\ZrG@7\rW_?˿nЃ\'X@z@2}JL|\0E٥|p=7dՕv\\n5g30\nmZC摝d@m8N\')egKJ\\.\nZ\r0jqHV%bpE,G,hfWV?M#%HL;lNlJd0b+F«&u-MyzF-|tz͢k+l@V!R\"iУ31\ZpfaTg4^2fADS{ЁRr1idS\0[0FRy\nW#7O!;\"Cڬ	R(n,\"f\ZLmcMo9$4r?M0sVo!nv)&R6y\nac65w,Wݚ0GmXAGkw[62JpDf\n5/3fAJJk5˘9\n`Ly8!}rtxB9:Rtu!>%u9Káp34)knvͶk6)NYb5s>^~?.OǢۺ\nHuU\nZ	J\r2t\0W2kw?CՔ4]׉_̅\Z>\"\rm=|h%\0PxG+6 (`>UdVIvHH\n%Z<M?z9WP1M:4>G6w~ۭ7RppHi3N93fju5NpV\0D5j S/-f*\"f{!Al-P2\n-N>\'ڷO_NoTuX)\"ɷ`A@k\\&\'F6Fc\'6úǄ,7s`/g$/{:v[d`k\nEysYlJjhT`AsYtBRI9qu$V68:9ݯg7YcmJ}lmeG\0EB@XGk0:tB:ᬪ,Jfl<>jNm#ugZ%ZK0Ve\'8A,iЂ4Y\0#:׃HXb\n.!V?nou焔Y{@S3 `͚(!2}![iJ9Y֟OҺ6G86MT@\ZEGɠQuH)El/9z]rkF5\rT$̏-=Qfu75		m7=Rc\'=<FT5}Y1\\oSzM>>譱ѡp	,7;V7v|NgAnҌO4`;ɮϺ33+ך\'YU]ݼݜni,\r?m䝢D йR@>\0\nFӟR~z{vyuzHl&#`|-fXIۈ*޽j( .cX=4fG^޿UC*}Y.3RNm*$a<XrR׬s\r7g>h+Dpk\'kfQ=o\"GNx-)d	VF\rf] xnCn{K>fjZ\'uξ3w/.)77)xpd94lpx.F	$V-[ݡHvvlg7SVٹ%O0\0W\'қRmV	,*=gr~BhS!lZO0e/%Z[>_K=t<zDf;ֹm9B!T?BtVr.su\05mΐ:JlQc1)%\0n{ZZ,CpFElX&f*~ӦS3]m\'`\n0H1FFQF]Jbd+6?f_vrpA}6mv`Q4!xvd\rBA	yVk\'``vUbL)* ҂jTpÖ5d4\rgYk>o؛Zń	PBiɂZ`*Ӝ\rA1[!ٹ>:y\\>ۮPZMC&5@P\Z^<)V`x|-tILo).-K{ˋV	1\nah#4T>V,&Si{4<0rBmIM9<AJ\r\rS+zVBfDrnhؾ&ăė>բ.9ErV]\nGC@kkOjE҄=:)Kdm\'ƼgW`ϛ		%حbU%vg06IS7Ȗ:Θ싔;Ny6\ZGn8\';@4(gja=|>1VE%f#Xl(3$Kq\"8ȫKͲ0KtӦy:ZCV\nWg\03$lXs$rs%բ>K	56/ʤU\n[񝇊O>Y]Xe:--y3x/f0#0pC\'V\n5QEM41_st\r`F/zۻ92}{cYsS@\0z<Tj@^Ba\"zMb,o[ƦuL\Z9L\0&u,rGo×uZd̛n,~>s\Z@o2<1#LgaKMOqP,Iudd:7FI;K$lK0(z.c#WY|u(Ώ:?rK8CEaj[4ؘ5{^V0NGi测7=zUtz6FjiVH =´\n\Zb02\'VŽ\n~+UFöD@upUWjKTe*2>Og!?AW79Zb\"or,TJQb6Si1\n[[xL6<Õ$\'Vg\0J%\",1Æ-zfY#bƍBu_~_Sam:e=DR]goWg-7MRxDUMöyu\"bUcJҁmGmB@f%?qK)T	knRQJu@=TG|Rulrt),f6fȢ	~-^Pqb\"K\0,:u9As+\0YqE\Zs\"sGfdMSQ\\Ƭ-O\nikl3;\nbGQ񀻇.t6Nӻu6<փl5oC3Sd\']jDkn\"rT;8E/R^+w3J<*E\0&\\n0ک\\0Tfdl)|e`}<!ϟ=Ӹ*:4D{XU@ۚELS=Q<O}WbQ`TV6SC^=ʃ\0$cɔXE%\"T\Z[f/LF#uƯIԅ\"̶x	>Kgavbݸq<;+Sbo	p+Y?HBj:mxe}[2[\nB,wk^>p~2\0V9cJ-.M,#~{VS]lE-΄I/}:Dt\\0#W,?TxFm\08]?\r\'s\rC\ZZYkOSnM]u\Z%x}kPX/IUoa|!P&@Rv*!S3}t\0GxnQ}l۰Ԋ\ZG :]i٢N/T\Z関zx]n&\ZfrҠt8໑Sw4TAYl>܊XTc\rMg\"K̛7jz/GA E]}+TlM\ro6i͹X*y\ZwUð-9sj):[Mei\"d`<xX)ME%Lxu㹀8An~߶oߏM:,&FK\n|>lM8\\f	MAI#ujqjF5$A Md*\"nmN0<\0Qk\"R,& ?:x	ɉ\'x)ц؍>0!!Γ(!rU7L/=0ƃ×Ҡace$Dԙhlf7/s@Eq\rAB+Blø\'zݽPW[U;`E=+,VlYmԧ~C#bt(r_L{o>h-mB]: Zi1	`[뽘iDc+ג0ə=<de	VUPDfgB$xs[DrUgp:*@큌48)_f6ۙ=FĊ-mK~3U\"k!%u1\Z\"7\r.av=Qе⧯kuzn^^r4\n[PcHtr.^Gp$ǒeJA\0Yb\rS5Gd6hH1`D}LZ6wK=E,Zأ\0qQ5,pPV4҂F	;+RXq%߶Biź*X*u4;h\"k|}*6Zmҩv,rN k:)uQ\'6D\"{>TTv_#$Idd6d+1\\cw \r+B \";O~l	}_-\r0A(vtaYgMU<@#7TÐp6uw<xT}\r>Dw[,\0!w[0\rUk7-d6u`C%3Ik%DAu]Zo_=ߨCșYfi%F<eUg*gSu90po/Jbn~]\"g1T&VJ1Ҡ/\"ii.YV:!ڕ\ZT3)p%0fE!Y6Z>or?nu<CM]]u&*j\\c[ؽ5!f7;En??}ǫMy3Bj\\7-,,\"/{4\0-\\bz+R\0!53Y :$H+*pH(>)k.5v%Ȏ=iIx$F۷^S`qZʇ[O-16[\0:(̆G`)bKkCKP~RWw\'[Q\0æ^{RYt0r-2uneI|7v8A9yBh!de{L7@JX>Z\"\ruW$<kBE\\\r:\"ҟ1v˄VܟI!;ge&G%ՂS|G/ɵŚ`\'%gÓt}	T0E	\"9h{d٭:L4]5To2J\\]nX+/NCm,1.\rDp0c5Gӄf@V_׵6٪\0Xg/p(*xPm-ZRvݤ{ERVtZL2YiWr6JÍGVnv;1;כĆ\0V`M;AJE|R҈)йBz^,^BB{1-c#o\n58Ԛ桳 Z(aһg(6H\";JFKG&-}z(0_wzbzD~Yi]|̾Ϯ`P2sQ:lς0j@&~KB>PVz!JLLbbFԔ\Zo]^\0Ƭ\0йY`%ĵ.O6,o&=}a8VԘM nꖎ$F*&rIڀ<8tn5fc]ue\n{rBXix kS#Gx0\nlE7xǛ=@Yf]\"(Y2FF0ƈ> ;ņy*mSE!t/G/_l`j\\¾5f7bftF@\r =AC;{Ja7/(*OϖS-?|̾QŖhu IZ) j2:*LvpPU/޺%XkzxZ4O$Ԙ\\~s`?X5iOyOت:\\/iHTr9jQ\r΋U7ۀ\ZSR1wG/o7+D]Bm1W-1\0Z^Ԋe3ʦ_wصR5u1Z-Lf\\\Zf+֋zMթڇv\'AoO6%1#Xu\0$?ƊYYzu*íӏ<rUoٶt@k-Sy&A\0:kM\r4l6P`}^Lu<?KZ\r5غ2Ab=SX<SDg6jWz>ȯ<uͷΛ\"O_VjL9!Y䚢x!Cr\\01cӫ/.nrCQM\Zl-+y6{}Zg\"ij\0(F#)eh2>ެӳ;)Y~|%q	CU$^]tacE:ܴ=߶ߊUjG~[5t\0dŎ<XG_l%`&,c[M-Pc3}g`\'[	ԭ\\\rCzm#ڍPcnX]jGb/y^dfͶ޺j[I3mL&A)b=c&R	\ZTG_@eV~/w7-}F,bg,\0I1:<dX|(Y\'NV9	X㦏\0(h5[ECآ{nPsLO\\`M	dgYj0^5܃UVsTXXoIkpQef\"w \ZCK,hEE(~!-N7`Kvu7^^nn7&T	d@\ZPwqt/KHS|w,\n)*Tk/Ιy}|؆^xO)*c![C[VY,5+{Eˋ^?^m%ZRgf611qI\nPWLAG}׵#Tq3tĚ:\0NPb`WMsn̴TZ3H?<xR뛫gܻGf9Y<8Q ّbK{ЛT[l1h{BO.|k0<_l5H%.}l!PLW#;`G[=r-W`==ĎZ㱂[a˻TJz,\n/Nvw\'wGwϱ_]l] AaJ\Z8lo^<,)r*!4:a\'\'j%2@BՐ*&X{%;MX順JM03Љ4{OKK\rbn:zm_ǘ=PԂ@Ӂ)ki{?KH[FhxX1ui>V\rLf`t͓\\\rL,FTT`܋QO\\[Td||kW)mmIi\ZUV\\x0ҟdm|qQֈͩ܂QSS^Q\nYiuݳvP]IŇp&\"Q{z?z?[$YR\r+G\0aqlggpMRho=*t^7vQo_N%-6f$qLw *httV\'cUo\nq?-GO|+L\"/i6O&Cb,tL\0Gr$=LopUP	-hCح]X1 6T)vdcY+m~N$Z)\rOO\Z(R,/:PG71c#}|\ZD`3t$V(eY.*[dL2@yu:k\r:J+9/?ZRN(\n5\"ҩ(H-[\Zb15?	i`}_m_t\\t*|>\nE#R]*k3TNc솈0rޝoVЀd(H%07hZ)\"\0d#VMHc/@/f+}Wlu6۲:=acl\r\0UubvWp8jr7!ܮWV,54Bgr>l=Z\nMŅ+/wWVN~Dzq	g%t>\n7eyDBeîRrLVh{򒐾yverwpKOiQ\r7U3h_T1<umD~۽*`hQ|eyL-pgN\rc6Q)BTJn<G]hvLN`EviZL*9DG) RlF_DKxҺP˭K!fk,jtAFU\Z\0\\Q0Ŗ5hJe׿Ppη5fb[c:.#. KDJCXQ`WV+X:9J˺Y$=6.} \Zh=DnR,Ȫi.Dп\r:hI1y\"v1,Mf	 iI[6$ra+|Xg!k>JSΡ+V8E`%5\n&-8%l2S)c+饱,Ձ\0T\ZMu!ti\Z;GÌtfη3]R\Z25mٟш&m9F-pHߦwy7򶩵Xf7=0),!Mk%IC)LtYHKvͦL#8` v8c\0\ZR( -Cѧ,@98~n.p\rO^o\nMm9͑8MwՆ`L4K %-)LD$R;O)qKDȲ;ui搁C>:e͚hg+iW[E3[a5pwqy`Jk?vNӈ7X!uw&X\raԁLJαChgZ%Rۇ[r67;(;rCoq7k͡O\Z[q},[	zܮi60cQcjԐ A6\\\rʘ&Lhgn]zErL+B4dA8pw{,j)(~Pxn|6gy}=&4C0`Ί6!%MCsRwKMgT3?ߪU2ȣkXx+\Z혿obՋ_$+آ]6f]71̚[rssX%FV5Yluv \"^\n\\w7<ξ,d$qڰ*hf`3Q .\rD&uo)o,!5+f<HeT\ZA34JgouضNIw0\n6*Ldq,Srio!\ZGE?g}35x\\Gy߼1XuVA?.O~yv:k9@mgg^PMszά$7WM:\"Τ9>zQְׄm!\"̣taea_VFƥ>\ZtȆ~ʤbej#p\"kfSKi-;K|H25c*2j%Ig\Zh%ZF]YQ׋}\\۪8WFi鹁{5>E`M-3V. 6`4&TSz3.:QƏ|2x_C*TXx+){^^\\fc^\ZE5*6CIL%\"^2h֝y~lR7iz.\0kO\r9\n[cIUFQҀc?Z=)SiH$RHO1gV%AmT|~7}f%7f~$jT$^Y㈴ތ@)PQ=!RM+Qch;쮻&]1ǩt:Ey3kK;0bL*~\"~<VĽv77W~ٟf+{FW)drOVf\rށ<%G\Z1<yf!t\0=!N\r>!8穰;3;)I:|Vf72y(o%Ƴ \0EhQTNb5N1MKPqLse=HG[\'vK\'ba.%PJ\r|hmJr/`1ދ4\Z\0$	օJ檹x&ilÙʲ#L\'ѝuC}mɾ;yys66I2$|{\Z 6tX,p|Q)PZY}_D%)IvVh\"Z&xqxLTmZmO;NY+%ijLmT3GA\nF.:zxn^K	=:]l?Cv򘥻TЌL}lE\0I`?5%ݛ<<\rGώ=У}·dfML+Uq3]U	X\\1j$/bVt0)m#d\0\Z@IMt\"U@&d#4i@kj~8~\'\"ꬣ7Gӫ{r9!k\r/&\0(!!VtO-2Sl=4Pq(}O4*	hc4+8sOhCBwvQܨD?p)\"Ek@aJ	Wӄ*b\"-*^zT9\"}d#0Ɩ_XkPHh}sz{wͯF+{@\'7(/VK\r:X[\ZaUtA;UJt㜨!,\n3\"{㻚_ҥmGOlaXS1\"<CNk IT\nč,4a>4\'#?Gyd	6Wa-z%:\ZQ$7s<=vh{\ZaPDUeA\rHa46#t=4[~]횹O!TVSOl	 QnѤd{bPELa\rnIl$Ki0,\Zm,Y)17tPL:	%`+ &olo>L{ P^Gu(}E\0%ɇ]U0Gcc;Ov_DSO8a{=(\Z%o.f\niǬbµK<l(dJLQ!E[9Y#S`66P?{!6_¶>Px1D>6J-ad1M ]jm1zQ/z9Zƨq49i<+&o (Zc_d]ɏW/+t`P<4f\0\r㍧*2nsu-BUTp&u+Kr)y=|衙!j	6Ŵz$TS$5|>}1׽@3`s m:T[};s+i?z楛n+\0ԫץ͛/fa)34C0,!t!U<\nQcB.\Zֵϸ_庩u^SI4t@Ud)i+yV-v=ZU,뫟\r4\";ԀYsefGwdK`*}3:(h1K5!۷3:hV#_]}!&:`V@V=?`$o9ǪDbm Wa?ݯj/Wh0BG7{|:_2#[,h9D-6z+\ZhC3x?~gR$y(癡1\r K.ca\'pw3.cYCG_gDm 30&hZ[߱r\0ӷ(SGقjƮ$I5/ZX뗨[TEq!\\]^~QLOd79G\rJ@\ZA}L) l\\\"JùzP׹^{(,\0:ADlZt#m=!CPYm-+e!dw)Ffnd\0><8V*`dj!MI_DV\ZYf8\"ǂM4*\'JOϩFZ^\nO@KS<#|T\'Mff#o6?X3fWfSّSՏ<^rC%X=|VFR^@]\Zz5kVTtF=or[2&8Uy/fwvv~6oM^vN\"ň-+Lɳ!u2\\c\n\'cv2D/VB7f`k\nԻ&\0)]2B\n4u]!xG:}.f!-9Vg[\r5`4\n+|oڳ5Ţ_?V\ZТg8,9:n#,+8}y}q~0]}sЁyգw\'?\"߾7<|><\ron$9RWg*Hox%NU\\&?v&@WG$gOLlby(]1Mw~sda,Wڌ\\P䳥8D\\@*јx\'fw0\0MZ/ptz,?j=&X-棐䣃::(*描}Ta;v7(M\'1cα=6@RI,8j-yз!o׽EbsM:aX(;Lht9b64%|lcA~?uGƆ_F%=z\nP\nYT[\035;Qlf3d.G	l(4gn;?ȳ#{o>&f7л7e+ϫ/;_=wc#ls\nieHG\r@)Cͱ||/߷o?▲a6I(K>1te˓05xoCYcc=>vR!!u_֜fi\0fև@\"ް6?٭[Įe?ܞ܀zF$_loa+<LdWwqRaO\\;ywR~dyl8\0[f^VE6a]r6ئ¡W oo0KHԮ݁A\ZbOr+d4/Wf4^ނl97Y\0/\Zc*X#%*2S\'3XT⧯͡lNMlsɌ>x\'[{IZ<G7Cdc//\Z#.^?Pw^x~bl-bWW?_>;\"O=ۿ6~H>ֻ͋wONӻ	7zk؎z\'::]^I.~}u\rf_|僴xF^^Oiw}Wgou@|aDc{ŸeXS/Bw/^˷O!wdw4\'.sv^锷d1{vdwE\r\'{|orzrbSNIJg3c:xI8tNv(0wbgޟ^gqM=1?.p,ܼ~vOX7\'e<a<,~C/ɏz/o__*nn_/׿fwF~|w~[y}-yP{I.^nR#w%)V\'g@ǻxzvM:>9cw}c0pf^w;e[uu,av\' ) Y$\'Bt3F\\{,ѓi}a甮|7/Szy9}vf%v).uK_O(S \0','no'),('wfStatusStartMsgs','a:14:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:57:\"Scanning file contents for infections and vulnerabilities\";i:13;s:53:\"Scanning file contents for URLs on a domain blacklist\";}','yes'),('wf_dnsA','ofogondaria.com points to 195.191.24.187','yes'),('wf_dnsCNAME','','yes'),('wf_dnsLogged','1','yes'),('wf_dnsMX','ofogondaria.com','yes'),('wf_scanLastStatusTime','1598448401','yes'),('wf_scanRunning','1598447899','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:9242;s:14:\"scannedPlugins\";i:15;s:13:\"scannedThemes\";i:6;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:8078;s:10:\"lastUpdate\";i:1598448402;}','yes'),('whitelisted','','yes'),('whitelistedServices','[]','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wordpressPluginVersions','a:15:{s:7:\"akismet\";s:5:\"4.1.6\";s:15:\"booking-package\";s:6:\"1.4.39\";s:11:\"bridge-core\";s:5:\"1.0.4\";s:14:\"contact-form-7\";s:5:\"5.2.1\";s:18:\"contact-form-cfdb7\";s:8:\"1.2.4.11\";s:15:\"cookie-law-info\";s:5:\"1.9.0\";s:5:\"hello\";s:5:\"1.7.2\";s:14:\"loco-translate\";s:5:\"2.4.2\";s:6:\"popups\";s:7:\"1.9.3.8\";s:15:\"qode-restaurant\";s:3:\"2.0\";s:9:\"revslider\";s:7:\"5.4.8.3\";s:11:\"updraftplus\";s:9:\"2.16.8.24\";s:9:\"wordfence\";s:6:\"7.4.10\";s:11:\"js_composer\";s:3:\"5.7\";s:14:\"duplicate-post\";s:5:\"3.2.5\";}','yes'),('wordpressThemeVersions','a:6:{s:12:\"bridge-child\";s:5:\"1.0.0\";s:6:\"bridge\";s:6:\"18.0.9\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.5\";}','yes'),('wordpressVersion','5.5','yes'),('wp_home_url','https://ofogondaria.com','yes'),('wp_site_url','https://ofogondaria.com','yes');
/*!40000 ALTER TABLE `wpdl_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfcrawlers`
--

DROP TABLE IF EXISTS `wpdl_wfcrawlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfcrawlers`
--

LOCK TABLES `wpdl_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wpdl_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wpdl_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0BBW','>b0oQ1','verified',1598450299,'crawl-66-249-66-87.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BBY','>b0oQ1','verified',1598447894,'crawl-66-249-66-89.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1598494301,'crawl-66-249-66-131.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1598432703,'crawl-66-249-66-133.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BD0','>b0oQ1','verified',1598055072,'crawl-66-249-68-48.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BDH','>b0oQ1','verified',1598087468,'crawl-66-249-68-72.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BDK','>b0oQ1','verified',1598087474,'crawl-66-249-68-75.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BDM','>b0oQ1','verified',1598055077,'crawl-66-249-68-77.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BEN','>b0oQ1','verified',1598202950,'crawl-66-249-69-78.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BEP','>b0oQ1','verified',1598293350,'crawl-66-249-69-80.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK+','>b0oQ1','verified',1598202953,'crawl-66-249-75-43.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK,','>b0oQ1','verified',1598189347,'crawl-66-249-75-44.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK-','>b0oQ1','verified',1598189349,'crawl-66-249-75-45.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0M','i| OoD!','verified',1598120044,''),('\0\0\0\0\0\0\0\0\0\0M','>b0oQ1','badPTR',1598120043,'static-234-12-228-77.ipcom.comunitel.net'),('\0\0\0\0\0\0\0\0\0\0Mk','i| OoD!','verified',1598079960,''),('\0\0\0\0\0\0\0\0\0\0Mk','>b0oQ1','badPTR',1598079959,'static-107-24-230-77.ipcom.comunitel.net');
/*!40000 ALTER TABLE `wpdl_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wffilechanges`
--

DROP TABLE IF EXISTS `wpdl_wffilechanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wffilechanges`
--

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

--
-- Table structure for table `wpdl_wffilemods`
--

DROP TABLE IF EXISTS `wpdl_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT '0',
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wffilemods`
--

LOCK TABLES `wpdl_wffilemods` WRITE;
/*!40000 ALTER TABLE `wpdl_wffilemods` DISABLE KEYS */;
INSERT INTO `wpdl_wffilemods` VALUES ('\0\"{s :','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg',0,'!*5z<>?2','!*5z<>?2',').fٖtS̐c&?\n{S琮','',0,'?'),('\0OiVi`]','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php',0,'/I;FAr','/I;FAr','ʡ.JFoP0@\\ƀh%z>?p','',0,'?'),('\0\nз+_xed ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php',0,'W{]m	emH','W{]m	emH','ȋh?eu-3ƝP\r)+\rW}=C','',0,'?'),('\0@u2X','wp-content/plugins/contact-form-7/modules/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g֙~{>h7',',%0\'VǺ׿\0N','',0,'?'),('\0?H\0E}\"','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01vnG\r',']/r~ʺOCcxBj/oUI*','',0,'?'),('\0*=/#k#','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/InvalidArgumentException.php',0,'Yd=l򟳺','Yd=l򟳺','e=. onҴԿgБeu','',0,'?'),('\0%LmeCr','wp-content/plugins/bridge-core/modules/reviews/templates/admin/stars-field.php',0,'.=f ','.=f ','z?\"SZ-3z4О3 ','',0,'?'),('\0\'rO5,8B','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php',0,'f6\'Z mˡI','f6\'Z mˡI','hh&9EyG;\n#O(~','',0,'?'),('\0)4\nTYd4G~','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ȉk|Ѽ','OɗoCA/x<%4=?','',0,'?'),('\0,~]M','wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/load.php',0,'%\04ōVq','%\04ōVq','<} HcT;I(\Z\'\\','',0,'?'),('\00UL+2q','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php',0,'f/@>M\0GXm','f/@>M\0GXm','{9mcϜ^哢wzV>M$W','',0,'?'),('\00#9Z4j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nd4VڋS~tɱź','oᕑ\"tySM8!9/?YX','',0,'?'),('\01 uXtT','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php',0,'Kzs>靡','Kzs>靡','!]1!{D3^U6Ι*nh^','',0,'?'),('\04ZnSĀ\"jx','wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/load.php',0,'\n/q7߀b?W}','\n/q7߀b?W}','ձ&d?4	~\"sZukZfZ82`','',0,'?'),('\05g꫔c0\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t%=D ܜ@_','1ӋZ<A*s3tc$','',0,'?'),('\06)EDQXnW','wp-content/plugins/js_composer/config/grids/vc-grids-functions.php',0,'kМm D','kМm D','~Sh=bLaW`J&HO}k','',0,'?'),('\0?[Xd2,3IQ','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php',0,'u\"I9DϮL\n)','u\"I9DϮL\n)',' 6meI_,	xCuFs','',0,'?'),('\0C_\njD@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+)&c','1t/g7O$U~4n7Z\Z;u)dkn','',0,'?'),('\0GM(YlWz!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ:!ټ','3l@o-3SՏ&!','',0,'?'),('\0`YϭrG','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"~\'$|2*','>3	vj\r|\")\"5SR\0{k{6','',0,'?'),('\0r_jir_	x\\','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/tools-menu.php',0,')KaOtKV_zdc',')KaOtKV_zdc','f-S6 94xѡu','',0,'?'),('\0t 9TFS','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php',0,'	Lq_a~@fa9','	Lq_a~@fa9','6.0HF]E0<62jl3a3\"(<','',0,'?'),('\0w=ڪtsJ\ru','wp-content/updraft/themes-old/twentysixteen/template-parts/content-none.php',0,'x YBjy','x YBjy','wP~.;g4%%&9:G&','',0,'?'),('\0|,pd]+9','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php',0,'4?%v0/𡏒4','4?%v0/𡏒4','cMCet.UƫYx;V','',0,'?'),('\0;fQ=*Ǖ','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*׶H;q.','O)`5gD?5F!','',0,'?'),('\0ή;d<N?','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg',0,'$!Mk(','$!Mk(','?ڹi&uV\'C\rGTEZ\"','',0,'?'),('\0O.bE@sC@\ZJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg',0,'ȚK\ZN69\'&K','ȚK\ZN69\'&K',',KDQcx0m','',0,'?'),('\0{_9.,=E','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php',0,'pzؗ)zy','pzؗ)zy','-n^n1T˅qS왷B6','',0,'?'),('\0Mp\\Dd\0','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php',0,'煚5','煚5','?.R<EX;ѮUZ_B*','',0,'?'),('\09k5&ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MkݢAD5zyj','BQe!RilsnqR41xxQ!','',0,'?'),('\0+d6uqّ','wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php',0,'AgD\ry:d','AgD\ry:d','IŘrz2*Bv.|sT_?O','',0,'?'),('\0|9ue@','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dC\r\"Ծ15oNT','a#bJGPxEbgCe\'lB|I^','',0,'?'),('\0n~jC','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg',0,'?ә`EC	-,p','?ә`EC	-,p','c3\rmpi	2S8;h	mz','',0,'?'),('\0D`8Rɲ%','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}`iy','Tܯ19^ջP\'Ld%k|P؞','',0,'?'),('\0ՠޒA(=\0c','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php',0,'zr#W&x','zr#W&x','X枂0\\XSdkBW}/g_','',0,'?'),('\0Oje*&','wp-content/themes/bridge/home.php',0,'g.pády,','g.pády,','\n\"Wvaƾt{#hAWh/9\r','',0,'?'),('\0͇0z鯯x','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php',0,'VP>N9L҉','VP>N9L҉','ț5Jh,V%8}	+BF','',0,'?'),('\0=Y\\~Q,\r','wp-content/plugins/wordfence/js/knockout-3.3.0.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_B8lc^','5J9hALg@`uwo3\0I>','',0,'?'),('\0Qw\0 r1w','wp-content/plugins/popups/public/assets/fonts/spufont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hzr%^','ږK!x7팽7aTW%','',0,'?'),('\0΀f\nʠ;','wp-content/themes/bridge/title.php',0,'%7T 2\0W3','%7T 2\0W3','7rdFCC(UF&-̼?W*eb','',0,'?'),('\0lDdu^Y','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dIU{x1A','FuX\0og:~h_5pt$','',0,'?'),('\0 $ә\0֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'׊@~w\05','1lmbEW\034,F˯֠Q','',0,'?'),('\0e.y\\]-X','wp-content/plugins/loco-translate/tpl/admin/file/diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IF@<1m','ƞ|4>F6v}vb\Z','',0,'?'),('\rx+Uڜ','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#q.8LEnd','\"LƺE\\d:E4\"[Hu1M','',0,'?'),('@)z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php',0,'-%5vF\0*','-%5vF\0*','У!Vat 1j[x\\sBw','',0,'?'),('	4rvHXaKpJ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php',0,'Kjs>DM0','Kjs>DM0','sCXwc`?kLn%ܦ\'1Y','',0,'?'),('<(13ܩ','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KGIuAA','JDQ]%sivm_jT','',0,'?'),(' .s\"5ԉxcH','wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php',0,'\\vERz\n<l','\\vERz\n<l','f.ϿJ;ϚqVJ⩟MK','',0,'?'),('a#%-2cؓ','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js',0,'\\&T+K','\\&T+K','j\\33IU޾8eP\nJ-j\']lv','',0,'?'),('.>vP[1[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg',0,'\r_/n\rt8twuga','\r_/n\rt8twuga','OE`WSK/qfLa<1','',0,'?'),('1HMg#K:!','wp-content/plugins/revslider/includes/framework/aq-resizer.class.php',0,'.sê\\ۖ','.sê\\ۖ','Ҧ!ì؛\ZQ5/#yG','',0,'?'),('D`\rذC\'B','wp-content/plugins/loco-translate/tpl/debug/dump.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xׇ FC','0cB(6&纵wSRBi%','',0,'?'),('J@p[+;','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php',0,'(IY','(IY','5⣏#\ZDʠLM7Pi&(','',0,'?'),('NQ\"*hzrw|\Z','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q&T^]BBg\'','B\ZrFВPv-^fT,_i','',0,'?'),('P fz\'%]UG#','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php',0,'w{7*)l','w{7*)l','_G3IkμeGTjIK!','',0,'?'),('Xɘy_7XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z.*:î+1','\Zޔeg)QRCAm','',0,'?'),(']jRX','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','//Rj.','3\'X\ro`/D/3\Z','',0,'?'),(']-m-sS','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg',0,'e˼jl','e˼jl','V7^В^\"4!vv','',0,'?'),('_1z*o>','wp-content/plugins/revslider/admin/assets/imports/woobig/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('nsWe}ٳ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php',0,'\0a	J','\0a	J','k3N<1\n`%Wu`O 9Y-S','',0,'?'),('rܟM(#`','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg',0,'s\'\n~4','s\'\n~4','UuxcZzoBdj:>','',0,'?'),('!-FP;{\0|NT','wp-content/plugins/revslider/includes/framework/addon-admin.class.php',0,'pE㈔#SA̽','pE㈔#SA̽','VXb:|}yYA|@\"\rfz2\r','',0,'?'),('R}<[(1!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php',0,'|=\"`(r','|=\"`(r','W{s0\')dgy)~\rw','',0,'?'),('ThzPr','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ng3\'c','~	ol hmFr<YCM','',0,'?'),('ϋД\'OtʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XE۷L','҉hzp/\\\n{Ŋ\Z_|CˊGJ','',0,'?'),('AI<ԡw\'','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/modal/button.php',0,'I<1PA','I<1PA','_[#y:=9#5W','',0,'?'),('QUWܕ味','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php',0,'t>XQ!V','t>XQ!V','sX_լ(c\0BӄOOU`R','',0,'?'),('8HbMA','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg',0,'\ngQOc','\ngQOc','Nv^?ˌ\0mS*)ii}=_','',0,'?'),('X|_wc:j','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kD/^\Z-0OlH','m٬?rY_ĵ6\\pP_#','',0,'?'),('͹m`˜mQ','wp-content/updraft/plugins-old/updraftplus/example-decrypt.php',0,'U8d#:#','U8d#:#','iM,;-4)yͼj5w','',0,'?'),(')\'ڳq?','wp-content/plugins/updraftplus/addons/reporting.php',0,'3@.б','3@.б','yz#V-ڧHVM8wjNCI[','',0,'?'),('݆M8fn\'OP','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg',0,'$\r{\"\0zz^R8','$\r{\"\0zz^R8','yǹvTi*gP^n`oy','',0,'?'),('K0RR','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/load.php',0,'\n*D_m\rA','\n*D_m\rA','7~<58~ٴN\'7;A`V','',0,'?'),('E?tB9bvF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'2p\nKX','Ύ%XŖF1s;Lzr璻','',0,'?'),('\'\'1J =n\\','wp-content/plugins/booking-package/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@فj=81!','!_8N1XkZsêf??OQQ','',0,'?'),('k(\0ǭM','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg',0,'_]$_B','_]$_B','A={9ʚڹs&CJ0KGw=AIW','',0,'?'),('Y`Z=4>~czv','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LgD5w\'|IGV5','}њ@PF)M$jp{e','',0,'?'),('>AXas(~','wp-content/plugins/contact-form-7/admin/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_*\ZX][AE9','k3cMuz=a_Ki% TM(','',0,'?'),('t]ٟuuj','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qL,_;1/E','GiH|)E;\"_;ԣ4Իwly','',0,'?'),('~w`5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pk.Ǔ@.','3\075IqBg}҃Tc:','',0,'?'),('=q\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<D\0\n#E','Xxno{\0\\䞿e[jZN','',0,'?'),('#:/4ӌa','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/templates/report-sheet-template.php',0,'uBwkG\\@׋','uBwkG\\@׋','a:?,MW!6t/)	\"F','',0,'?'),('&O*vBifv','wp-content/updraft/themes-old/twentynineteen/template-parts/footer/footer-widgets.php',0,'e9	|[>','e9	|[>','P+;9L/6: ѭ.^Z','',0,'?'),('<)8T*.SuSĺ','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',') fzC0','	WA2Lh`i%iv2޴','',0,'?'),('=Kрkt\\','wp-content/themes/bridge/includes/qode-fallback-helper-functions.php',0,'/Zh	<k/_A:','/Zh	<k/_A:','	JAnz+jvL--UH橈|','',0,'?'),('HC!\"(','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wyBo|','oJj$scRQc伍F','',0,'?'),('J\rӷG>','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tBB2[eJ5a','YDs4I<Atȃ\ZG.','',0,'?'),('M`>H~2G','wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php',0,'#ӦCV?űd','#ӦCV?űd','eO\"@V)Q2V.t?;\nK','',0,'?'),('OP0-Pd','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg',0,'8WFKE?mTDv','8WFKE?mTDv','T1x.~cEbԏGAv','',0,'?'),('Q)M R&FYw}','wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js',0,'@z<=0WxC 	','@z<=0WxC 	','u\rӅL6\Z9qQW;ngO','',0,'?'),('Yt\Z6A','wp-content/plugins/updraftplus/includes/google-extensions.php',0,' CCzX95J',' CCzX95J','q^(ّ1 yqQ','',0,'?'),('a</IMrU','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php',0,'/I;FAr','/I;FAr','ʡ.JFoP0@\\ƀh%z>?p','',0,'?'),('i?Rlkg`','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg',0,'OBƋT\n|X[','OBƋT\n|X[','}\Z$\\6y,N1Oxo_d','',0,'?'),('jLs/JV?','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php',0,'+\'?=_\0<y','+\'?=_\0<y','z	:ԋ/p2(U({sw&	j~f1T4','',0,'?'),('usy6\'v,=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I浃','\'tC6,fh&a)]','',0,'?'),('\"qUy9%Q','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':sP7I','F0~uAG\Zh2rkI)Ьc!','',0,'?'),('\".}}X1\Z','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>@vHZ#u','X~mW;CF\Z;\\>ፀSL3S','',0,'?'),(',\"\\$-h?y@\\','wp-content/plugins/updraftplus/central/modules/updates.php',0,'\"yOX*','\"yOX*','\\w^-s@L9u\\wϴ;. M','',0,'?'),('a!EtQ3=w\\','wp-content/themes/bridge/framework/lib/qode.welcome.page.php',0,'p(04ᬛ','p(04ᬛ','g<yx9WFR\"y1\'⌦\"_T','',0,'?'),('CB@FF.My','wp-content/updraft/themes-old/twentynineteen/archive.php',0,'\Z\\U9c\0D@i','\Z\\U9c\0D@i','AGm\'%`RvdP|v%','',0,'?'),(' K iDt','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zz#H','n]x\Z_ѪkB-a&̃','',0,'?'),('`y6','wp-content/themes/bridge/templates/blog-parts/pinterest/audio.php',0,'tC\ZX!r7+','tC\ZX!r7+','\"kn?H{1yF#x52*Xx','',0,'?'),('}]','wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('ئ0j<̎','wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php',0,'b48	BI$Z','b48	BI$Z','Vn@1[)ޕ{G jC顴ǝ:O','',0,'?'),('7&Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\PIɥ<\\',')Y@u&Kg\0?\\F\'X0ǈ','',0,'?'),('*(*+Wjcp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Կ:V	U\'','|<P*tg3dYs/','',0,'?'),('85\\Rqo-=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h$x /','<bobnAE7_GK','',0,'?'),('̋јV','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/functions.php',0,'?	`˯l{','?	`˯l{','@AM|\\d`MpJAZwCC0r','',0,'?'),('0rH\"YK]T','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LDR*','Yin>j#KN%8TPO_,','',0,'?'),('fNɕW~EP','wp-content/plugins/updraftplus/includes/class-commands.php',0,'I|[<P.\\','I|[<P.\\','_}߆dc*PU\\v46p2','',0,'?'),('dxl','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php',0,'e01#sC߷@','e01#sC߷@','A,Jp+3?.\'a&cn@xOlJ','',0,'?'),('NRi|CW','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php',0,'ߝECMI`','ߝECMI`','8r\ZBxon)=٣cR','',0,'?'),('!U_\\m~>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg',0,'%X7EZ%>','%X7EZ%>','Ծ^`Uipm\ZGyfgQ|H?\"','',0,'?'),('$OƳLé`d','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/image-simple.php',0,'R-!KY\\F<','R-!KY\\F<','ODtTސfTOŘEiL!sϟ','',0,'?'),('(љ\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=0uqx','TysP]	X8[K`2\"aq','',0,'?'),('1:OG춀\\M}','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg',0,'B.RpcR1[q','B.RpcR1[q','i?MOQz3翖$.|;fk','',0,'?'),('<.4vc\"`t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rɔz-*X{<','%%w\n븘N*$aԀ(\\','',0,'?'),('Hz98eVyRs','wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php',0,',@\Zfj',',@\Zfj','cn\n8+J(FW[[','',0,'?'),('JrU','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php',0,'\"G}=\r,&5','\"G}=\r,&5','`ٿF`=fy`4nI\0N%','',0,'?'),('iO	0@X(Y ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg',0,'6`Iy{4+|o','6`Iy{4+|o','X5Rʩ{G:}A\0^ˊ','',0,'?'),('iPÙld\0','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uA*uOĚh7','͍gn\Z7D\'\neN/;hy]','',0,'?'),('j@PrF͊馕','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php',0,',<B>_C#',',<B>_C#','sjZ\\N7`a[\0MZI\\ߵ3\n@Ӟ-','',0,'?'),('k4c5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W:I͟Sh\'i','6C	gMd0su<6#{z(b\r','',0,'?'),('}RR^6n,xŁ-I','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php',0,'.5}ֲ&6j(~','.5}ֲ&6j(~','~^jlS︐2<8nnIuz','',0,'?'),('@ґ劬Yr$','wp-content/themes/bridge/woocommerce/cart/cart.php',0,'z.[z$y&u','z.[z$y&u','7TƜN6fA] dKW','',0,'?'),('p\\ ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php',0,'S\'P-eD}MStk','S\'P-eD}MStk','eIxHnɋZ!17Z\nWM)`','',0,'?'),('Xqɳ葂I','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php',0,'[	#dw%','[	#dw%','AZꀡV\'8Ȇ^~j\'?','',0,'?'),('[`.WPA','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg',0,'Lh2~ ','Lh2~ ','*]4\0AtJ[.vt[I','',0,'?'),('3~fߧ藃 c','wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php',0,'\\0T|S','\\0T|S','?@zIM=wQHri','',0,'?'),('pCy)	{','wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r	_','H (XJN5\\<*m\0\r4','',0,'?'),('Z`ܢQԮ','wp-content/themes/bridge/templates/blog_small_image-loop.php',0,'Ỳ`xfH','Ỳ`xfH','cK0ZF!\r0/ŵ','',0,'?'),('Ɇ)N^L~2/','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php',0,'JyPJ','JyPJ','Q1vVx`љ\r]=\r','',0,'?'),('odeZ','wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php',0,'þ?P||0r','þ?P||0r','Q%ֱȣ6j$S%2cJ','',0,'?'),('=MV*brxf','wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php',0,'*\Z˟ oe˾','*\Z˟ oe˾','][o{Qӿ,$fgh2','',0,'?'),('bwYM_2;','wp-content/plugins/booking-package/lib/CreditCard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z|	,.k','\\<JFrݸ%3(@ֲ*?','',0,'?'),('DTH,','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/templates/split-scrolling-section-template.php',0,'6Pz19НU','6Pz19НU','`ٹٍ]\\`GHV\r=','',0,'?'),('p*1E\'J-S','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php',0,'k$b\0R','k$b\0R','\\\nd(pb#\'&4|>C','',0,'?'),('gl,ܢ<yD9','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php',0,'Lo_YҼ','Lo_YҼ','?Uؚ7I9޶\'TTŎ#ƚ','',0,'?'),('/s}p','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/PhpExecutableFinder.php',0,'` ,K<BxNmp','` ,K<BxNmp','w	 7.몘9Vw%))UMT]\r\\','',0,'?'),('\n\",֢뒒','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg',0,'5q*ap~#[','5q*ap~#[','=<^\"Fݸ@ϳ:yO8on','',0,'?'),(']1B8g','wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php',0,'þ?P||0r','þ?P||0r','Q%ֱȣ6j$S%2cJ','',0,'?'),('t^U	&	N','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/custom-styles/custom-styles.php',0,'bof񻓓ފ','bof񻓓ފ','YK^D[bf((W+_԰Fܞ_V','',0,'?'),('!@|4n','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y5+leN','\0`\n\'l\'9ní,','',0,'?'),('#c#Bkb-,Lt','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg',0,'iԇ|!HG<','iԇ|!HG<','XcaL+Dg:6Քt\'8_T','',0,'?'),('\'ڞ\0;?+VҪ','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=#LH','q/*߲3xS~.\']wk,W','',0,'?'),(')cRYG.Th:[','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg',0,'Q37}$nrHN','Q37}$nrHN','JVd.8;4yL֧}?ףP/','',0,'?'),('5;Dڝmwʃ	','wp-content/updraft/themes-old/twentysixteen/header.php',0,'aA-[^ڰ$.%B','aA-[^ڰ$.%B','UnU{kDM潧+	uwe]&','',0,'?'),(';pR9+qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T>n?\0-H$Cn','цe@g̒%kO\Z?x,\rgeˈ','',0,'?'),('R6ULT3z','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lWeU{9','G8=\0> 3wg3.4','',0,'?'),('S\\ZT\"','wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-restore.php',0,'.m5;CϿ','.m5;CϿ','2GL\r#:N\0}ҲOd\ZM,','',0,'?'),('Shӌ\0','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg',0,'sGh);','sGh);','})6DR48^BB}\'','',0,'?'),('`bpҘDDV','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/load.php',0,'[FvV,KE','[FvV,KE','}ٞhê .ρjI4\Z','',0,'?'),('j\n9?KCgO5','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php',0,'	hI09*wQ','	hI09*wQ','퉝IXa[T-J<6)\'Qa','',0,'?'),('p\n-\"l\"l','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg',0,'N+r\nO9d','N+r\nO9d','~cEt.kz%0J/\Z { ','',0,'?'),('xm\0~','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$K͞u	Q p','/\'V\ZVtb\"ds\"e@I<','',0,'?'),('lg<=l','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1O2e1rJj','#TcxEyũH>','',0,'?'),('$Ov\0(','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php',0,'ħ}fq~wm^','ħ}fq~wm^','5S}aF5-1qXu','',0,'?'),('Ȇ5h\n','wp-content/themes/bridge/templates/blog-parts/masonry-gallery/gallery.php',0,'/]w&jKh','/]w&jKh',',z98D:jc^H2cd','',0,'?'),('R.<zm^)i','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg',0,'BJĶw<r','BJĶw<r','o#e҉(fR\"ǮԠ霊CN','',0,'?'),('V&=3^p\\ޱ','wp-content/themes/bridge/css/font-awesome/fonts/fontawesome-webfont.svg',0,'.murI1G','.murI1G','Lr7D@yɂ]NK(tiG9Tm=','',0,'?'),('\n#T?׻','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3n.ZK7Rb~<','LؖknHN\n$ʨ#','',0,'?'),('\"@OwQ_ܨ2M','wp-content/plugins/contact-form-7/includes/contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŷuvq)8`','旿(Ow)q-*\'4kU>Ts DY','',0,'?'),('yTcwj','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php',0,'xrxak\rG','xrxak\rG','h|y)mtz**P\'vyFgcY','',0,'?'),('Ú2d=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wF@RIr{k','p#ï؏#;VQ˱\0(<*){L','',0,'?'),('P\0\'0lv#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޖj0','FI3 ũ<TƌA\"S8+YT','',0,'?'),('Ȅxy','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pNy~n\"','{ux\'Jº@i\"H;]6h','',0,'?'),('ϴ 3P`#8^Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dϖއȭ?h!','&cڢ3u4)9נʮ_X N','',0,'?'),('G#;\"L%','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l(_Ru-\0H','S\Zpmrܑz\ZJu\"ݣ[nT','',0,'?'),('%O6O8','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php',0,'9CZg','9CZg','YRWeup{³R>','',0,'?'),('$U\'Hè','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg',0,'<(!Zyg','<(!Zyg','~v4;0swULAkD$z+','',0,'?'),('?uY','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php',0,')G熵\Z\"',')G熵\Z\"','1UŕFtA\r1*x','',0,'?'),('x=B+R','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php',0,':z5',':z5','x\0/[B˵z{R-s\\','',0,'?'),('Y~eF/:_','wp-content/themes/bridge/framework/modules/page/page-functions.php',0,'n=ZP}','n=ZP}','WdC[END2SM{','',0,'?'),('BPrffC5','wp-content/plugins/revslider/admin/views/templates/wpml-selector.php',0,'ᝑf?\',ܓ','ᝑf?\',ܓ','66|]vyRE*','',0,'?'),('GAD','wp-content/themes/bridge/templates/blog_compound_sticky-loop.php',0,'dN\n4yd%3','dN\n4yd%3',';ղSb6C\Z2[xϟga','',0,'?'),('!Lք5','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php',0,'/\"΃Yp&F`','/\"΃Yp&F`','n,^G~{	S+7ȱ|','',0,'?'),('\"N߬jj)\0N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG{>^;$','2]y#h29> ^s\rH	\ng','',0,'?'),('#p`C$3ڎ%\05','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg',0,'s{&\"v羨v','s{&\"v羨v','^DK9@O؈kxW','',0,'?'),('0\'`c2_','wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('3aVm,Dh;','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php',0,'<J=k','<J=k','\nuQkZpJ*{l\0f,Ǟ','',0,'?'),('5.+n','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_separator_with_text.php',0,'D+@.~b','D+@.~b','ᓰiRyKNc=f@m','',0,'?'),('5u$KN$','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php',0,'=cP)ȇG','=cP)ȇG','S\"r1JŸ	6*)-{','',0,'?'),('8fb~8tB','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php',0,'?\rLޕ','?\rLޕ','Myz_~jJ{#-\ZAq73YU`','',0,'?'),('8ڌGd=','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Api.php',0,'gLbN43\nC#','gLbN43\nC#','Ձ4i--m?r?ӱ٥&\ZS','',0,'?'),('=R\"\'wZDX','wp-content/updraft/themes-old/twentynineteen/single.php',0,'c\\l,ЅQnX\n','c\\l,ЅQnX\n','za{0\n#μh=M;\"yR[7','',0,'?'),('?ooX\"!\0~','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php',0,'\r/T8y+%!','\r/T8y+%!','+vȢ.f\\D /DܰwN2','',0,'?'),('Qn!JUQYq','wp-content/themes/bridge/framework/modules/blog/blog-functions.php',0,'ӯ÷Cn f=','ӯ÷Cn f=','reٿ>dg\09\');ԂiUKf','',0,'?'),('X)ikxmgBR','wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php',0,'ʻc+#%*a','ʻc+#%*a','(>JZ3YdWVu\"','',0,'?'),('[&Sc3Z6D~','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg',0,'F_\Zd\"','F_\Zd\"','MrY5tJ$YI ?^','',0,'?'),('q_\"1F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C_n4]hc3?','wDZsJdӚKN҇','',0,'?'),('tZQYz0跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ưyo88S`','bxLPͰ=^am1i','',0,'?'),('yV来:l\'','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/modal/unordered_list.php',0,'ӜP^Xvb','ӜP^Xvb','/3?k&ZLBBG\'/qDF','',0,'?'),('z*1pg&|','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php',0,'W+^?ŚЦt\"','W+^?ŚЦt\"','+~=Ladߓ350ϱ]M,7*ϙG͋','',0,'?'),('wQE\rDl*','wp-content/updraft/plugins-old/updraftplus/methods/addon-base-v2.php',0,'bja^','bja^','gfOcG@?P7@k','',0,'?'),('7_}\Ze','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg',0,'d1*ұ߾)','d1*ұ߾)','ק{zYР^\0RqR%<)a','',0,'?'),('ѼRKdP','wp-content/themes/twentysixteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OFHr׈R/	хv_','~6@C-\ZSӛ\\Ȩ#>','',0,'?'),('k5SHЫ','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?hK\0k1N\"','N\\pt3+,l\'cOQ+Z','',0,'?'),('h(4 ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/horizontal-timeline.php',0,'Xs-!\"w,k͇','Xs-!\"w,k͇','̂O>Bk\0d@۫	','',0,'?'),('ebWA0d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y*\'tF','7	y񮌬U{ԟ`]m','',0,'?'),('2̿>j¬y','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php',0,'\\/]dCHo-','\\/]dCHo-','x[`ܧfGng.wW|0','',0,'?'),('~A}Cy~,sJ4t','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg',0,'\"5K$zoZPyF','\"5K$zoZPyF','Toy\\*|L!DTMn','',0,'?'),('AloF<','wp-content/plugins/js_composer/index.php',0,'?l08K','?l08K','I1Il\0ڑG럡$js@UǄ$@w','',0,'?'),('[4?s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0:Z\n_q\0','?,4ˬapڳrlxoG','',0,'?'),('\n¢#ȮU','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php',0,'7Js?K','7Js?K','ޅAOVs9|nyOt','',0,'?'),('JuHp','wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':,\':le','hB	ZtUxW(b\"S+6\0X@','',0,'?'),('x/x+{!','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php',0,'/0ۿf\'a\n|!','/0ۿf\'a\n|!','(\Z	60\0HmnODL-,vdo','',0,'?'),('+dӒ-','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php',0,'c[a@YQmiX','c[a@YQmiX','YuMx-+0A0kn2๚sh','',0,'?'),('Ia\n؎a','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\Z\Z+,','*y$MQ[q:h\")XTC\0\\k','',0,'?'),('䀈e`-','wp-content/plugins/qode-restaurant/lib/post-type-interface.php',0,'x\"~eTG\\DV','x\"~eTG\\DV','jo`OzC}>*ib}ɛ','',0,'?'),('X@+8L','wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php',0,'-2DD]]','-2DD]]','ݸ\")L51o3K','',0,'?'),('ը\nphjia1','wp-content/plugins/js_composer/include/params/load.php',0,'+\rc]VG:','+\rc]VG:','UL*\rM^f`M~P[','',0,'?'),('\\^s,z(','wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\'p[UaH','?}mwDqn2R\\','',0,'?'),('vf@I<Vl','wp-content/plugins/revslider/admin/assets/js/admin.js',0,'AWU8&J\Z\'','AWU8&J\Z\'','\nc됯zK7}GH\nE*DuD?F-','',0,'?'),('E)X@31W','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg',0,'_s[-+f0','_s[-+f0','vs7eYZ<\\T','',0,'?'),('mqPoD0*L','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\8H mi+','++Ɵ0͂b=[㜁','',0,'?'),('p1KM,rN','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg',0,'8Mʨ!Gt\ZpP','8Mʨ!Gt\ZpP','|_m -e9UQwiERۭ.','',0,'?'),(' ,eOzÑ','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$0V<','(V+g]!i}wš)5m>-','',0,'?'),('$\\s0G>}N','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php',0,'RG0n\ny\nh','RG0n\ny\nh','1Fi  8bsHľu1t_','',0,'?'),(',5XpBFdcj+','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':)DnBC9','-1,O\"yI띎NWI#nKk\0:','',0,'?'),(',!!iM)Nb&','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php',0,' Mw	P',' Mw	P','@ϰ\Z~ʨ+cm\'A9.d','',0,'?'),('.jNġkV','wp-content/updraft/themes-old/twentyseventeen/page.php',0,'9$+v','9$+v','(cC93Q?A\09e(rQZ','',0,'?'),(':6L4Lm','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg',0,'|ǟXNb>','|ǟXNb>','xlwm̛9zmW8','',0,'?'),(';\"#@BIy\0i','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg',0,'2&\\Gdء^\"6$','2&\\Gdء^\"6$','xq54OlZ!4\Z6','',0,'?'),('OyiWA:8V','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php',0,'uU\'x~1ÞK','uU\'x~1ÞK','^\\NxN˰gZ´xi}p4#','',0,'?'),('Q (;ؠ|~R8b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fboHz|Ԁ','A9^ޛN2^Mu`m!Wxo','',0,'?'),('T]\\g4źuP;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';-\r\r6?','}{\n-6v%}\'ˀѵ','',0,'?'),('XK>)T','wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('^\'6ْ{DwBz','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php',0,'kt','kt','TMFjE S(S','',0,'?'),('`VNr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg',0,'k$}Ng-','k$}Ng-','ċZ a\'I^gx+?=','',0,'?'),('bpA+-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M>N#n',',5yYBʼҽVT_egPrd','',0,'?'),('dfg\nJ_SHl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg',0,'jCW7P.U','jCW7P.U','v(y)7W/?%n~','',0,'?'),('n&[F܄^_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg',0,'EÃAzq|f','EÃAzq|f','gjŦV|e7c\04~$%p$됶','',0,'?'),('b͕+f3c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	$.tk','\r]fb?=Z y/&hek2\'\"cJa','',0,'?'),('ysgCȓe@','wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg',0,'v}-y9}T','v}-y9}T','n\'a!$\rXh*2+\n#2','',0,'?'),('WYw{z=04s','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php',0,'iv)4JQ{[]@','iv)4JQ{[]@','7׎Zr-1Ĵ>5X3%','',0,'?'),('}&*\rwc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg',0,'vːͦF18?','vːͦF18?','ɧbN=,g8r	(MXjOA`s','',0,'?'),('%bQbM<x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z,ntZ^6{Lp4','qschm-%x\ZBx\'E:','',0,'?'),('-6Yw@i=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OhO<FҬ','PJHtNsnd*F\'WWaq]','',0,'?'),('lk+','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg',0,'tǌroY)m','tǌroY)m','B\\+Ι:[M8bX\r*Y','',0,'?'),('.AG%ǙBdU','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg',0,'G~)5o!g','G~)5o!g','W?ړ-JAV۩TS`o{+','',0,'?'),('0,X','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rbi%{n','JJ6gUkLٝk2dN','',0,'?'),('߄%SՉ0','wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php',0,'D\ZO\\{ﷆ','D\ZO\\{ﷆ',',p?T,5ݐ:BWU˙\r\"\'W','',0,'?'),('g??a\\-','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php',0,'\rp=þk\n','\rp=þk\n',' +Y|vssxe\\ zKfI&','',0,'?'),('9ĥ:ؑAu','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg',0,'+Mo%|fi','+Mo%|fi','~xش{xވ>6غn>2Eo','',0,'?'),('fi,@Q.f','wp-content/plugins/loco-translate/pub/img/wg/splitx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l%[A#ĭ\n','\na@+\ZhO>X3dnf','',0,'?'),('cZf<#N','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php',0,'s򺰧)9сI5','s򺰧)9сI5','&(8B2jOlm\"+]','',0,'?'),('c&?:(A','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Utils.php',0,'aAh:%E','aAh:%E','novyX\Z NӨ~S\0:','',0,'?'),('RxI:T+m>+','wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('׌ZۥE?lw2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg',0,'ZQCJ:8','ZQCJ:8','-I)6?uY=[oSDz','',0,'?'),('eRWUʖhr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php',0,'pR);\Z`زy8','pR);\Z`زy8','=˨៪<RE\'<,2Y>Ql?o','',0,'?'),('i)33ܥs*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\"*¤^_\\5','\Z\rrJ&ZUrt)\nlE{','',0,'?'),('\"&#S}fUw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg',0,'q`y_-Kc\\','q`y_-Kc\\','vA-iSfE$Yf{2','',0,'?'),('`+j~_3:jb','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg',0,'EhWa\Z,','EhWa\Z,','!2|؈=OʌXwǄ5:7]T܉','',0,'?'),('kƸJ3PK4','wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php',0,'2gP&o,x ','2gP&o,x ','w;W$?&:h:O-bܵ','',0,'?'),('hȎ^󍏔~','wp-content/updraft/plugins-old/updraftplus/includes/S3.php',0,'15 \rA','15 \rA',']8L_mkJ\r;;`]:34b','',0,'?'),('\rP)4_\"\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nυ	L?06C','\'-OR\"Nxn~l<W','',0,'?'),(',(b3h(e|','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php',0,'⩩mPyS','⩩mPyS','%b<24!cIgc(;cD9','',0,'?'),('\'M7o(1V\'','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php',0,';l-a۬Z%G|',';l-a۬Z%G|','BĂE0ktYuCxG)m','',0,'?'),('7{vـy\n_','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php',0,'\\[F)3','\\[F)3',',.BFܻ擦FCйLRPgvׄ ','',0,'?'),('Qt޿άǿ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg',0,'G/WX}9}!','G/WX}9}!','7W,!Wqv`d}ef),d','',0,'?'),('cx)xoմmc','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php',0,'#\nwnρгx','#\nwnρгx','/y|Z`<_\"S','',0,'?'),('e`\rղa','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php',0,'p)]zj','p)]zj','~9%GWB','',0,'?'),('oc9uߩװڵ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/cover-boxes.php',0,'\n`-퓄3^','\n`-퓄3^','ˈLՈԥ-G\ZB,bBͰ','',0,'?'),('o	lѴcd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n@LjwD','\r8d8sڇ6FȌ','',0,'?'),('v5Њ\0уWz0','wp-content/plugins/loco-translate/pub/img/skins/modern/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FpGY~% Ύ','Jb,5WΔ>!|YY\nP>B','',0,'?'),('z!!jOQѮ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg',0,'m\\i&URP\'`\"G/','m\\i&URP\'`\"G/','%ތiR9w=\\`o5\r\0-~m[','',0,'?'),('}q|LweꜢʞ','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php',0,':z5',':z5','x\0/[B˵z{R-s\\','',0,'?'),('o%@g)`M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php',0,'<8l%W9O','<8l%W9O','Ro:mQ:PS6лwy[','',0,'?'),('GG\"(d)׿]','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg',0,'D[fE8.;:S','D[fE8.;:S','^sbݪǨ!^JG(%~}=	-ph','',0,'?'),('1EVoE','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg',0,'wVduCz9l','wVduCz9l','}[m\07vZϓE|%N','',0,'?'),(':<\\\"7','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4/Factory.php',0,'xqi*R03!3','xqi*R03!3',')6ٺ5S>;%%&uȢ','',0,'?'),('x|sKa','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2o\0X#83~','$>\n\ZW)O\0(\nݮ\08','',0,'?'),('\ri*\\','wp-content/plugins/revslider/public/assets/assets/svg/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('B=ҟo','wp-content/themes/bridge/framework/admin/options/sidebar/map.php',0,'a}h~(\\','a}h~(\\',')@H?)=Tk!X','',0,'?'),('c;)1oi','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php',0,'tCn`','tCn`','K!8GPprge[όu','',0,'?'),('#	>7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ImLWyݓH','\rflդ/;l\\\\.6r#P[','',0,'?'),('Q̓Ԙ״Z@','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg',0,'X6TXD~{Ĳ p','X6TXD~{Ĳ p','#FB˄ʠhNѨ- 8>','',0,'?'),('ņLGP(Ήȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gy]t[\">','y]BK¶[?O\'V>,qeO\r','',0,'?'),('@i5o-.;\"R\\-','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/LogicException.php',0,'r>\'[zquM','r>\'[zquM','`\'ӭƀ˞O02U &h^i','',0,'?'),('ɽA\"E?Ɏ','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php',0,'7\r #Lc','7\r #Lc','000DfjH_OnI','',0,'?'),('&	AH)I&','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nt|\'3 0','\rLG6q	\\-PI','',0,'?'),('@ʘGϺz`','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php',0,'5,^iME','5,^iME','	3s2aT3O\nԏh&GBd/','',0,'?'),('a&_	\'/\n','wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php',0,'Ǩ8;p#+h','Ǩ8;p#+h','Loq_~u+`ǒe\\YM','',0,'?'),('cYF}j`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3b(浏К','n;<	Ǖ-Wt]<su','',0,'?'),('%\rE~,4f,','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php',0,'</0Su?e3','</0Su?e3','􁟹m\n޻yW\0','',0,'?'),(')#Εjn','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php',0,'\'JWf*','\'JWf*','ɳ-6Tv+3#kA˩ LU','',0,'?'),('fBBXE','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php',0,'Wb\\9','Wb\\9','zQz=UZjD9','',0,'?'),('\09M)^','wp-content/plugins/js_composer/include/params/loop/loop.php',0,'l2ۈw*sH','l2ۈw*sH','M|L;Eul7{<=j\rX','',0,'?'),('C~gI/i_D','wp-content/themes/twentysixteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aA-[^ڰ$.%B','UnU{kDM潧+	uwe]&','',0,'?'),('\r,SwT^','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php',0,'~>L/*<','~>L/*<','K\rJH3yAQ&\'JU0','',0,'?'),('TR','wp-content/updraft/plugins-old/akismet/views/stats.php',0,'AFh`','AFh`','?O>uz/Aǚ	n5E-IGUh߳','',0,'?'),('vuv<#','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg',0,'*\0D','*\0D','Ї#\\9s^Mk |I$ƃG[\r8','',0,'?'),('!_@C6Q$PciX','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/load.php',0,'K?%|F5п,:','K?%|F5п,:','hX-fT>ZR u z\Z9\n\Z','',0,'?'),('#7rY\0i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%e\rFdE0sB','%MbuI]CI\n6z}B4','',0,'?'),('&#pJh','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Is0w4Q','E\"v+󴄏bo}xa{:@E','',0,'?'),(')»F&ڮh','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php',0,'/{܇AK&','/{܇AK&','<t0ٸS}!/\njʘkDPB','',0,'?'),(',!#QP[;','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\'I5xN$','m<	p(t)P7r~^闦','',0,'?'),(',A}2+/xў','wp-content/plugins/contact-form-7/images/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+7wD:wk;z','H7;鸻gۺ]VC;y2s','',0,'?'),('/,\"_BB4sszj','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php',0,']\\B{0G',']\\B{0G','\')LYi9>;Bq]\r8','',0,'?'),('3!ςuv|','wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-walker-comment.php',0,'#\\(&xax7g\rכ','#\\(&xax7g\rכ','^E\rT\n\rEI޺i94l\'dL','',0,'?'),('4ہ;0.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^A?','axR;,\'K?QߦH','',0,'?'),('4Q׷T$oE','wp-content/plugins/loco-translate/src/admin/list/ThemesController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fHk\r <','\\~~x<˼*ԦGCT','',0,'?'),('5>dG','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php',0,',0ճR6OX',',0ճR6OX','s}\nHmk^abG˥!5D;X#','',0,'?'),(':뭲cRPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_aF&X','gdNz|FkFP:1m-sFX','',0,'?'),(';!nh?l','wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php',0,'7z6܋xTLE','7z6܋xTLE','5ZbyoOXr\060]Dv','',0,'?'),('A!9iFp','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg',0,'Zm) -!A','Zm) -!A','QPdJws*jZl}[	u\"Z','',0,'?'),('Bj}$\'\r','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php',0,';=NPQE평x',';=NPQE평x','<ZC ]f\0hQ>R','',0,'?'),('H29?81=','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php',0,'/>!LG','/>!LG','_\'D6 ЯPY{01MG Ha\0[','',0,'?'),('Rzһ(5\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg',0,'.\"#p@','.\"#p@','\\LY*cb9M9Ӥ3','',0,'?'),(']^	&kwTO','wp-content/themes/bridge/framework/modules/gutenberg/templates/gutenberg-title.php',0,'BcCzi)','BcCzi)','4eHaq,\"U#!;6','',0,'?'),('e؟v笪Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/]L/Gb;','$y\r\npu ?A8KΙTcVa','',0,'?'),('k\0\Z{ ݛ6','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*HdT.>T','P@ǪPލ0p{^','',0,'?'),('kbgS','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6lUOaDQ','jTqTI:KZa\n6U7e-','',0,'?'),('z5<v8DڲK6','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg',0,'^fɢMkq>+','^fɢMkq>+','wd-HOވO`ѕ)\\h','',0,'?'),('L.\nw;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#@Xs','ĪN29WDWO0ѽmGN','',0,'?'),('HOS(ol^\\','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/assets/js/interest-rate-calculator.js',0,'?*b=xi`ہFhn0','?*b=xi`ہFhn0','n_zbB(05M*{f','',0,'?'),('_t$+)J','wp-content/plugins/revslider/admin/views/navigation-editor.php',0,'p!{f\0<Vfc+','p!{f\0<Vfc+','}(\'	:zÑ;2TBgl)gM+*','',0,'?'),('g~w\Zhh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2&xT9','X4 ?qs{kx4.LٴP5','',0,'?'),(',ZKoH]','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/templates/specification-list-template.php',0,'Ku1=dF0P','Ku1=dF0P','B677x锫A/`|n]j','',0,'?'),('-MVєїa','wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php',0,';QJ ?`?$2r 8',';QJ ?`?$2r 8','C	gG[|6Up=BQX[t$','',0,'?'),('ͥ`FJSu','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+UŸ(5\\','8:oI9,=zDk8;{A{\Zij','',0,'?'),('1\\(΋Ae','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php',0,'ƕ-p%\nrk','ƕ-p%\nrk','\'ݺ0pa3!(u}LV۽','',0,'?'),('bm%ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:lz!{Gi','/~UJO.ŀ#E5*\'Cq','',0,'?'),('QB)J=','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php',0,';0K=2g@͍',';0K=2g@͍','R\\#o; *+zs{JV-F','',0,'?'),('6~}pT','wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('jxLƠ_~','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php',0,'>=@Xee','>=@Xee','zF#=_YSDg9yOy=\"Q;','',0,'?'),('\"s	Deג','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/load.php',0,'a	SW_&w','a	SW_&w','@y>w8¦QǚpBelU=`c','',0,'?'),('MT{jԙ','wp-content/plugins/js_composer/include/params/options/options.php',0,'6^hyՙ	͋','6^hyՙ	͋','@R{uLR-Bʭ	(	pٌL','',0,'?'),('	QW~-\0d','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_͂tWQ1aL','@FYvG^\n}/$O~;a\0M','',0,'?'),('	?quM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\'\r','ۖ:8l B?q+6yq=5Uq:bbۺ82','',0,'?'),('	ĨTwYC','wp-content/plugins/js_composer/include/helpers/helpers_factory.php',0,'xDІc<','xDІc<','.R1,ɫ\'߇S3Oi܎','',0,'?'),('	\r1jnT$\0','wp-content/plugins/loco-translate/src/config/ArrayModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tfd>V/,f','E0)Z-%]@t-]x','',0,'?'),('	eaQ@:s6R	','wp-content/themes/bridge/404.php',0,'go9Q݇--~','go9Q݇--~','ki%+91Z@+\n,,zr)','',0,'?'),('	jz1e?yx','wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php',0,')r~Ikπg',')r~Ikπg','07@qM\n_(Kk','',0,'?'),('	EI^=׿(o/','wp-content/themes/bridge/framework/modules/widgets/call-to-action/call-to-action.php',0,'Զ{7U26(','Զ{7U26(','S/\r6`\\oW\'}K7ju','',0,'?'),('	9\ZŽE;s','wp-content/plugins/cookie-law-info/admin/partials/cookie-law-info-privacy_overview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W<{e\'','wx	,K\'&.п+Lu9bU','',0,'?'),('	,/Օ!gyd','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=y@_Zq0!','-B}O+Ʉ60#+Fx','',0,'?'),('	7@8KFP[','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php',0,'p~\\\'acl','p~\\\'acl','VP%oa<DH+ƶ','',0,'?'),('	7f	`','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dm	8f|Y','~%ۉ%>BlouI)ȉ7g','',0,'?'),('	@ƹ_h*e3','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php',0,'2ӿnYcfp','2ӿnYcfp','&\Z^MK[9R3vP\\r]','',0,'?'),('	J;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dwi+MU','`ߨ=I\\L0ZYag5','',0,'?'),('	M :߁A)Jgܪ<','wp-content/themes/bridge/blog-large-image-with-dividers.php',0,'ؙHgq$j','ؙHgq$j','Jo&M?CS1(&ɨX/','',0,'?'),('	P=N>b\"j:~[Q{','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','We⎆?Nt','n4<Fz_5kig','',0,'?'),('	SJYp6rӴ+\n','wp-content/plugins/cookie-law-info/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('	X7/vOP','wp-content/plugins/loco-translate/languages/loco-translate.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z|Kpq','1p*clveGg;\Zh0D','',0,'?'),('	Xt\\4vNI5j','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uYd2Z#2','dK7\\/`υ^܊5H^J','',0,'?'),('	tZ`J_\'3l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg',0,'XtTGlO','XtTGlO','j9S(Ls຾jiN','',0,'?'),('	|4˘|l1\\~','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php',0,'I4RJC0NB>','I4RJC0NB>','UC81`d\n		YVG<.pu','',0,'?'),('	hXk%>{NB','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k׎GBlAw;','Ue	v=S XSC#F痚','',0,'?'),('	fO4ρ(S','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php',0,'Xf6uQ1','Xf6uQ1','1FX?LBC2Dٯ;\\{z5','',0,'?'),('	7XÕL\0l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg',0,'D?-_XuR','D?-_XuR','\'܀e\'6h\0Vt*H','',0,'?'),('	yo6=6\'Ț(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg',0,'h.ڼ۟k0','h.ڼ۟k0','cWvpl=,WT=h+','',0,'?'),('	.5uaWkJ','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]ɐYXL','\r}䟹-V\'eCCʅe-2,0','',0,'?'),('	whʫL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg',0,'4V6tX#.8`X','4V6tX#.8`X','1$b\r7$^Fx} ;!361','',0,'?'),('	M\"౎s=]O','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg',0,'׎ZXkux','׎ZXkux','CX.a2}/~ ݊UB{','',0,'?'),('	͞x AzGm3','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg',0,'zj<;6','zj<;6','le@PNӋcfQf&4=K','',0,'?'),('	}	0+gj','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg',0,'1<io X','1<io X','hzΝ&:I+9~Cy@J/s2i\n','',0,'?'),('	lq1Ti','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S@*D/\\I','XmWMKtV8Ɗ','',0,'?'),('	4-ZQ}z\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-elegant/vc_map.php',0,'09a6','09a6','8Z^6<K.4ü2F!qn','',0,'?'),('	ҡ@RɄj(','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg',0,'gA~6*OMfY3','gA~6*OMfY3','xwrxw3N0ơˢoEe݁渖\02','',0,'?'),('	Ӱꅑc','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','긩\'T*lm','#:eux2y~5g?֤N','',0,'?'),('	9fވUf','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$vENґjķ','6ю%6pcǝl<$kE\"ю','',0,'?'),('	2gf4Gq','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php',0,'O qYYsi','O qYYsi','cy۫8 O_O>Y§s{%','',0,'?'),('	U;`d?m','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php',0,'H\"jvo','H\"jvo','QF!\rڋq1=Ix:f	s;i','',0,'?'),('	IhBpO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ւ+?y¶}%=','=DA})Zǩzf~?PN','',0,'?'),('	09-bͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-%&	B(\r','`Ez&,:i\Z+0','',0,'?'),('	/?^EՑ','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R\0Iu\'tV','ge;_~_f/PvhmHg','',0,'?'),('	%%|&0d?','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg',0,'hA6.C7','hA6.C7','1[6w;$eF=b','',0,'?'),('	˦3;e\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php',0,'\Z1M	gՎ\r','\Z1M	gՎ\r','<HpKѤF\rV:K\Z3','',0,'?'),('	=y\r\ne\0+I','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg',0,'o[Gd!5 ','o[Gd!5 ','*=V9Z\n\ncnl\Z|u5VyQ','',0,'?'),('\n\n@0L|_ 2','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg',0,'3ʠ7','3ʠ7','(.W\n$ھHа \ZG\"FG','',0,'?'),('\na5٦0=Pٞ','wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('\n#^/^jIAl\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/load.php',0,'j_=9X縲?','j_=9X縲?','m6Ϧ`50Q3{y\Zj','',0,'?'),('\n<y nmtE=','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php',0,'o!V','o!V','ʚ:?(דGA&r\Zn	l','',0,'?'),('\n?0#t^|`','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php',0,'|̫&dDԤk','|̫&dDԤk','F:>p[','',0,'?'),('\n@6&O\r<{Sj','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg',0,'44gd3&','44gd3&','Ն^dx}yI04\03,EAU','',0,'?'),('\nCʡے]zx\'$','wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('\nC UVm.z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/pie-chart-with-icon.php',0,'biNq+1g','biNq+1g','J\rѠ%<<n\Zf	yI','',0,'?'),('\nPXl0ҭ5Bqz','wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js',0,';gɦWc',';gɦWc','#o3mvl䡇PY0AOQN','',0,'?'),('\nSݨs7Tf&','wp-content/themes/bridge/woocommerce/single-product/add-to-cart/grouped.php',0,'@.<f-','@.<f-','})˹͹zz8Vfr4R','',0,'?'),('\nT/\\9$YU\n͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{D*@6{τ}','+֓zi@^F%5qZg<','',0,'?'),('\ncn$8:n#j.','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php',0,'sB.QoWkG_','sB.QoWkG_','&殪T>Iecu?~:%%:h\Z','',0,'?'),('\nfY4&L','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȔB`.}\'7:','Y\"K{Ur:2JL','',0,'?'),('\nt\'P.','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg',0,'$g\ZXYy:','$g\ZXYy:','ԟp+\\m>o_ƟiWDhEIztY','',0,'?'),('\nv3%?,P','wp-content/themes/bridge/blog-chequered.php',0,'/o\"3iwT$*','/o\"3iwT$*','G#D&#p\\9F/AznG','',0,'?'),('\n{X%N8w2?M4C','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=IAUA','oy2Oѻ(/6vL~.','',0,'?'),('\n}Å$3U>TY','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php',0,'CqܺO9','CqܺO9','O9;`Zns)\"6_1ɴ','',0,'?'),('\nX.U\ruv','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js',0,'rY!!\"󏡌','rY!!\"󏡌','\nM[)xa[jwB6sOgY','',0,'?'),('\nfӅ;{t','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yH,o:','\'}ؑ9X8uߨ[(oan\\','',0,'?'),('\n!<eѰa2','wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php',0,'ݟ!1*\\0','ݟ!1*\\0','BCIژqsE','',0,'?'),('\nE|@\'4ޘ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php',0,'ƣyu\rXON,','ƣyu\rXON,','c5rIeNZ71A\"q`%','',0,'?'),('\nT*Û]Z>h','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php',0,'DіNN','DіNN','T4xQ<aE=7<p}','',0,'?'),('\nb-V:|m','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PHm2n\0+	|Pqi','w͇$[פJʥW//A','',0,'?'),('\n#N\"r','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php',0,'qK+p̴','qK+p̴','+O~\r)En\0`Y','',0,'?'),('\nNNMۑ4;p4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cna','>G`Y*V)t65ZtZ','',0,'?'),('\n5=IK&{P','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^YK#W9\'D˲','\'Mܣ_-\n0N1$AЗl=','',0,'?'),('\nJz[#g','wp-content/plugins/loco-translate/tpl/admin/init/init-pot.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#IyNRDXMj','\'n\rBR8{迒aCq<j H','',0,'?'),('\n\r!\Zo>)E','wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php',0,'J|v_:','J|v_:','r(	rr0ʫ','',0,'?'),('\n8@@Qm`XD','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php',0,'[&E\rR37Cg,','[&E\rR37Cg,','T\\`\ZWn/L n:Zfb$$Nv[','',0,'?'),('\nIzK8)u','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php',0,'2o3vBۋ','2o3vBۋ','vk(h\rqW=1#','',0,'?'),('\nʿTs<,͑^','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php',0,'?k4\n:','?k4\n:','b\rG̡Y0[Gd׳EaY','',0,'?'),('\nak\r[mT','wp-content/plugins/revslider/admin/assets/js/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('\nOelgn3\"6','wp-content/themes/twentynineteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{IŘ^מ','㱩ۘKk7<-r2/\ZQ&V','',0,'?'),('\ny_&L߁*=B','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php',0,'(IY','(IY','5⣏#\ZDʠLM7Pi&(','',0,'?'),('\niB4\'Պ^+','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php',0,'\rUQGjD5_;','\rUQGjD5_;','c/F;gG}*RFSQɡ\\V','',0,'?'),('\njbABS','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O{Mƪg?0Pf,L','&;9 Ws_IW\0o_apq2','',0,'?'),('\n@g+T;V','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\r@)뻚',';_Im1\n9|!޶','',0,'?'),('\nΌbm0!1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php',0,'rܜG#i=ö/<','rܜG#i=ö/<','<t@/|£`ʻ+I\"2ɞ','',0,'?'),('\ncgq?','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php',0,'bw&B\Z(\Z','bw&B\Z(\Z','t-~YyGr]`λzKT','',0,'?'),('\n\rBp̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&0GQʚ','gJRb\0tf2Å&0ujYHi','',0,'?'),('\n:X2Lnc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q(P7APؐdh','N~!)Nc~\\n.lFv','',0,'?'),('\nGƙn\Z@1+U]','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&#8s\\	_Ͳ','O[Zzx;4G?y!`-LIL:','',0,'?'),('\n|ˬӜcj`{','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php',0,'q,S볘ր!','q,S볘ր!','*7^b_(åv#f{	&','',0,'?'),('\0,Qlx ^CQ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php',0,'Tܷè\")!i','Tܷè\")!i','6rј	%)QUT>!m(C','',0,'?'),('Z1D67','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php',0,'0.!8GRBw','0.!8GRBw','IWIkN\\	%tcq59bF','',0,'?'),('\n%텲@[','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php',0,'\'ǊU#ʺ','\'ǊU#ʺ','*g[Οu\"wFM','',0,'?'),('Fv\\','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL.php',0,'}PػqKGL','}PػqKGL','ʯMt\r4B\ZS	ұ~\nO,X=m	C','',0,'?'),(' M*z;޳r','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php',0,'+A	_Tؒ?[','+A	_Tؒ?[','V*bQ<G1CS~~{Uj%','',0,'?'),('\"w%_K\\u','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkuR\r@9k','!Fױ(#1:','',0,'?'),('&cYD#P{+','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Li1\0qo','-`tYx:1/\'|xǭ\'','',0,'?'),('01ޟs','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php',0,' \rVjԈQa',' \rVjԈQa','p(@k7,Gq?`WF','',0,'?'),('14\"!Gp','wp-content/themes/bridge/framework/lib/qode.optionsapi.php',0,'/K*28T','/K*28T','&4PGK2Ts+Ҙ!7r\'t:','',0,'?'),('4^N-8j','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg',0,'ju\'T:','ju\'T:','y(+ܳ20A\\(4\'yt1','',0,'?'),('AF؅+6U','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php',0,'Ś!^۴+EB','Ś!^۴+EB','a=X\n<9&[LP','',0,'?'),('A`k{n/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YFx6\"hE','s\0+,]4jӡ]+l','',0,'?'),('MG3=@j','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg',0,',)%\Z$}Ng',',)%\Z$}Ng','؞-	\0[	C61^C`.+','',0,'?'),('Wn3O\"','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php',0,'fvj=mJFp\Zc','fvj=mJFp\Zc','rmW[ u~.k4i?TI','',0,'?'),('oc̐ܺP4/]','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php',0,'gS?͆IPC٭x_','gS?͆IPC٭x_','9\rTQ\n֨A(њWZ','',0,'?'),('tcˌzF','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php',0,'	Lq_a~@fa9','	Lq_a~@fa9','6.0HF]E0<62jl3a3\"(<','',0,'?'),('weLé','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php',0,',1@b9',',1@b9','$-GZ˵yǀ\n_BTQ(','',0,'?'),('y2o$lju8','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg',0,'zWܹ۠','zWܹ۠','4ڛ`vXM <m>Yd\rfz','',0,'?'),('z$~Jo','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg',0,'n\0jY','n\0jY','K\ZDk#i{^&','',0,'?'),('}spK :','wp-content/plugins/akismet/views/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eY]Z.^<&Un','G,|8i1<2,8+w','',0,'?'),('Yq','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@N-p<1]\Zn','ƪ㫾suunΐ\0V<1r','',0,'?'),('O}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg',0,',<M$mR4hĆ',',<M$mR4hĆ','ٲ_(\rhW~{f','',0,'?'),('10ؐ_5','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php',0,'gX,uQ%ǽ','gX,uQ%ǽ','\'-%$tTLƐB','',0,'?'),('R@^3-S%','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php',0,'9^\'J','9^\'J','Nj]sCU\'+Ěw2[GDwk;','',0,'?'),(',H(b_FO','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+י_xL9~h\0','H*+wCy	mv1R2\ng\\','',0,'?'),('4{OM\\\nۭwm','wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php',0,'LKqtr]6z1b','LKqtr]6z1b','˼qPEbN.PU˅w~}xA','',0,'?'),('HVեdpVp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0Ṫ?','v)\n6Zl2В1!+	','',0,'?'),(' 0KM}z','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg',0,'BWVYC>\n\"U','BWVYC>\n\"U','c&xO|ޛcaibg=w|5','',0,'?'),('^0uZz','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg',0,'B	)','B	)','YP)!6MM./sip\Z','',0,'?'),('vh|0ny ','wp-content/plugins/loco-translate/tpl/admin/bundle/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I0AĚ','kR{&̡#bv!!+4	a','',0,'?'),('F[RslݘMz','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php',0,'k>9Ǧ:̭','k>9Ǧ:̭','ʸT޺%KRǕi>=b','',0,'?'),('A^7#撛rA','wp-content/plugins/updraftplus/addons/lockadmin.php',0,'_и{l{H','_и{l{H','hH/Hq<fpe,#6YLA !L','',0,'?'),('W\\\0Opmph','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-boxes.php',0,'[̠aSM','[̠aSM','Aގ_}I\'#fē\0bCt:','',0,'?'),('E^ډ41','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/SignalListener.php',0,'E!uS-QT@','E!uS-QT@','`95A.g:ȏ?^K','',0,'?'),('ؼ҇rg3$*%','wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php',0,'ybz.CE','ybz.CE','~K?v*wo/.i+','',0,'?'),('p8yqM','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg',0,'e|L#=\Z7J','e|L#=\Z7J','>$<z=BH9 90fR+SWaKsx','',0,'?'),('xb\rrW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php',0,'nhaw*','nhaw*','fk@ϱL1<0Qz3.%','',0,'?'),('֙_׶l,)u','wp-content/themes/bridge/js/plugins/easypiechart.js',0,'m>\"\Z0	ݕf','m>\"\Z0	ݕf','b\"C>\0`vܣ\0Ȫ','',0,'?'),('\nUN~\0m','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_ϱIl',']ih4Fò\rUWEK(Pd','',0,'?'),('0GoZS','wp-content/plugins/wordfence/modules/login-security/js/login.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Vtj:','.y@Ive\Z?gdhO\0','',0,'?'),('c\"ml Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N%dgp','\"uj-QE\0[gLZ5MD:','',0,'?'),('Ƭ0\nHܣ>8@','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg',0,'?z/OTZF','?z/OTZF','\'A$\0M$6%Oxh=NYUꅠҸ','',0,'?'),('[4M 4ԅ','wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php',0,'@ٝ\0M6a','@ٝ\0M6a','!$9*vJ֛s>͉Wv37ޯ7\\P','',0,'?'),('@]q','wp-content/updraft/themes-old/twentysixteen/comments.php',0,'Tϡv2ڭ(?','Tϡv2ڭ(?','>ͩA\r 9I ݴU9D-jy','',0,'?'),('ӏOJg-[Epp','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg',0,'ӌ}LKm}','ӌ}LKm}','\nCf,n^BNH	y\Z[U7t','',0,'?'),('\"-b(0','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/file-backup-exclude.php',0,'2PKT9','2PKT9','l^>ߚZfL63`ح\nz','',0,'?'),('O3$(aoZe','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php',0,'W݅+-','W݅+-',');jCS>]2s~91͍','',0,'?'),('Y/X0@','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg',0,'iρk>.֦j','iρk>.֦j','Z?0!:Y{aK$:.|:֛_A','',0,'?'),('$%#_U_d','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"p+No+T','Xq?\'Є,Uэf[@aWh','',0,'?'),('&LV\ZN[ܙ͋','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php',0,'}\Zyb7#','}\Zyb7#','P5tk4tI5pmNȗo-','',0,'?'),(')>\ZpG\Z3}&','wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php',0,'7gm)0U','7gm)0U','Z]TV{!?u`gD&L&','',0,'?'),('*Oi','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Elh¸j68','V]l1W+	{6vޣC=','',0,'?'),('-8yhN1]','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg',0,'$9GsjL','$9GsjL','<C@:kN@E%74wjjL+{n0','',0,'?'),('4-\08&Lq','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg',0,'	螥s','	螥s','y~/tbLdN5e=sTb','',0,'?'),('7>b4PSq2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg',0,'Oa6Y%C','Oa6Y%C','l6ꏀ].rC\r;E','',0,'?'),(';η-Cu','wp-content/plugins/loco-translate/src/mvc/ViewParams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3}`QKM\rǩ\0','KɰDJ?P4`','',0,'?'),('?z\0\ZhW_\rD','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\\oWU@u*PP8',']%xXݛT{:Gh)!QR|','',0,'?'),('D 2K|&','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gz,DJ5','(&D f`ntEpw','',0,'?'),('IBZ,0/','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php',0,'ha;x.^~}','ha;x.^~}','[`]͍]ǜݪ7mA\ng','',0,'?'),('Q10G,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} pcKO','(H>0}8:e)ＴN/z','',0,'?'),('VWeo','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg',0,')Cy^]l_T',')Cy^]l_T','%-St\0٭m)z\n	.;+','',0,'?'),('_#e`cG=','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php',0,'\\Z!\nX9%','\\Z!\nX9%','@%Y@Ga觸SPп҂u','',0,'?'),('kBO%cS','wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php',0,'wj\0S@c','wj\0S@c','\rTybIBx<gUV\0<\'J','',0,'?'),('xPjGVnp\'','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-modal.php',0,'gW&g(. ','gW&g(. ','2g;\0	,T~`<ŊfzyE+','',0,'?'),('{Mii2n6','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bp+I؎\nu_','\'#l\0DȒ݁\Z*va','',0,'?'),('|nv;W;k`','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php',0,'|<}Md','|<}Md','dT	Yv{̚+u`VF','',0,'?'),('xﲅy3','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php',0,'s݁NWp-`','s݁NWp-`','B\\;T؅j)S$,#<X','',0,'?'),('Ml\\w8]?','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Factory.php',0,'K@{q\',Si','K@{q\',Si','Wu)<Bf&P-@+8[c߫~K=','',0,'?'),('ݪ\"ӓ]z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg',0,'(a%*%','(a%*%','B˜i\nkк\ZƋLL9ڛ)|','',0,'?'),('c5И7U','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php',0,')ipJe-',')ipJe-','$PO@$j7m.|ɠ<v&I\"4$','',0,'?'),('~8wT\r/\Z','wp-content/plugins/cookie-law-info/admin/views/goto-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\\0w2$©cb','ǞCr*sە`QMh\\<','',0,'?'),('AFk','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1}50d(g5P{^EprI','w6}\\)CYSڅ)Ǒ\05','',0,'?'),('õ!-pw%`kT','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php',0,'\"1:o8c','\"1:o8c','V9{3HO$w_wߝ\':','',0,'?'),('ZLnB','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/load.php',0,'{oe\"8SqJU,-','{oe\"8SqJU,-','2fxl\"Kɪgpsmziu3','',0,'?'),('־\'QP:ɻ]','wp-content/themes/bridge/framework/lib/qode.layout2.php',0,';]l|7:nMl',';]l|7:nMl','J\ryiYC3hB2Ld[','',0,'?'),('V,յ','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php',0,'Wb\\9','Wb\\9','zQz=UZjD9','',0,'?'),('.Q}3T','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@%a[ў/4','t\r{k?ikC\nLḃWy','',0,'?'),('؂fvZ\"','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php',0,'-%5vF\0*','-%5vF\0*','У!Vat 1j[x\\sBw','',0,'?'),('Il{U','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_custom-font/custom-font.php',0,'P0GUj1Zw','P0GUj1Zw','8D4i,Bm۫cwJ\"%eAGA','',0,'?'),('ZuiigԄ','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E:߱ j4',')&*_T\0=8$WzV\0`','',0,'?'),('1T)y2iY','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg',0,'rĚK','rĚK','˛KiF(6yvstUXVĺA','',0,'?'),('ǠbeF]K','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php',0,'11Ja\0\Z','11Ja\0\Z','26|OȻ;&;A|Q@6_Z6','',0,'?'),('\r\n\\Tp+N;e','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php',0,'r=k]kp','r=k]kp','d|;(:\0|i{dpB<Zy;7zM','',0,'?'),('\rS<QՃkJ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/templates/workflow-item-template.php',0,'9AI9vI\'','9AI9vI\'','RyZڛQ@ߚmZ,OG7iu\\','',0,'?'),('\rk6jG#R<<','wp-content/themes/bridge/framework/modules/widgets/sticky-sidebar/load.php',0,'m@\'7lv','m@\'7lv','Sq̑ڃa\rt<P˪-^#','',0,'?'),('\r1cMv','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php',0,'^}NYs}7','^}NYs}7','Y\Z_\\a?tbV','',0,'?'),('\r\n2THTU','wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php',0,'.}Rx!	','.}Rx!	','cRV07-׎A0G[VébK}]','',0,'?'),('\r#9p,ਧX','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php',0,'֫:[m?!P?p','֫:[m?!P?p','\n#`bn	H=,k䩱K','',0,'?'),('\r&\Z\nDVx','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg',0,'1܍*QHo*a','1܍*QHo*a','|_4=z\"&c(1p\ZK`Xy','',0,'?'),('\r4HmUx`\n<q\"','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-masonry/testimonials-masonry.php',0,'n94}	','n94}	','ht!p;WR|pW˞F2 X<','',0,'?'),('\r8=%D(C!m','wp-content/plugins/revslider/admin/views/templates/slides-list.php',0,'Bj%4ҥPV\0','Bj%4ҥPV\0','Vku >XkbSBMa֓2d','',0,'?'),('\r:G>d&phV','wp-content/updraft/themes-old/twentyseventeen/assets/js/customize-preview.js',0,',3IpK18',',3IpK18','^+5iMY0ȚKFdkI4','',0,'?'),('\r=`e={dQO\Z','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php',0,'DhQk','DhQk','lKf(9΋bHQ\'!μ+','',0,'?'),('\rE8\Z/ԢucV[d','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js',0,'H<ͼS','H<ͼS','_xbKY$Iq>LBd','',0,'?'),('\rG#=x)*m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg',0,'\'+j,Uˡw','\'+j,Uˡw','YSiM%C煳4Z`,','',0,'?'),('\rOE\\l}/^','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js',0,'-]ќ4|','-]ќ4|','Ti*/Cߛ銩YERi[f','',0,'?'),('\rQ4t9鬖Q','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg',0,'Tҩ}\n+Qp','Tҩ}\n+Qp',':3:54tKߎ5^p(Br8w','',0,'?'),('\ro(>R8Gts','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php',0,'Ɣ/\\m[~q)','Ɣ/\\m[~q)','X,7jDdv;ft','',0,'?'),('\rvkP-tGHm','wp-content/plugins/contact-form-7/modules/checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fm}','~2cjz9Џs۩DiQ9^ѥ','',0,'?'),('\rxݍ^\Z<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/v	h7@Ah','P[ĝC1֡?qtCw#','',0,'?'),('\rzDD','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z(a|Α]x','͏̽U$q9eg\Zrn_aHC','',0,'?'),('\r|ۈ-C	[P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg',0,'oq','oq','-WKAK|\r	vB@C+ ','',0,'?'),('\r~/t1jIe*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php',0,'p)]zj','p)]zj','~9%GWB','',0,'?'),('\rX+-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O>A+=\Z,','UsDMÙd(\0ā~','',0,'?'),('\rvN[B&SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x2?X̌NoQ','cɖ!.ؠL+쟰x@9','',0,'?'),('\r58O	DLu6x','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php',0,'\\C3Qm<`','\\C3Qm<`','d2nIMV	\"}zNe','',0,'?'),('\roM:Xk','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg',0,'1C','1C','V+b(8L%m\nI','',0,'?'),('\rduQnk','wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<2Q.%|=S','$?2sȉFG?TC?EkBf S','',0,'?'),('\rҧxOzzh','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oVj\'WB{.u','f)%|u8JoAtD4L+^','',0,'?'),('\r::HH:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5/^XRJ?r','NZ,YӂLM͙8\'A g','',0,'?'),('\rXl^#C','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg',0,'k(1:bck','k(1:bck','*t蛪tmSIo2\r|o۲2k','',0,'?'),('\r^V/\Z7(Z\n','wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js',0,'V6V:m','V6V:m','ʫ<gfb*ǂ\\߃D,','',0,'?'),('\r/QewE','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg',0,'%cȥAV,yl[','%cȥAV,yl[','ztdZפ\"ñs>mqE,','',0,'?'),('\rY_D<{:','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.js',0,'!mH@4٨','!mH@4٨','l3 ==ݕ흖xeHLY&#','',0,'?'),('\r%%yS`','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.so','py,BG-t=s','',0,'?'),('\r̾\ZJ6?)@','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/custom-styles/custom-styles.php',0,'6\'%ŕ1M','6\'%ŕ1M','b.\rayXŏs؅Er!','',0,'?'),('\rѪ1s1=`(y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cV8A#h:e׭/^','c҈^$kR2\r=ܫ@g2','',0,'?'),('\rҗr׾ \n\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Pyt8턺P6q','kwQ)\'J~MEsrXY_Gf!','',0,'?'),('\rۯjo\Zm?	`];','wp-content/plugins/updraftplus/updraftplus.php',0,'Df#)\'g!W','Df#)\'g!W','HtKG,#4(]a{C[Ϟf','',0,'?'),('\r¶2O2&@','wp-content/plugins/contact-form-7/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V2?\'%0','δX0҆p_3SP9J[qŒƛ','',0,'?'),('\r{A#<Ԇ','wp-content/themes/bridge/js/plugins/jquery.fitvids.js',0,'f>5b7cBE','f>5b7cBE','m6;eqy<MbZ_','',0,'?'),('\rQ/Ap\"p+','wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php',0,'JY^V*JǱ^','JY^V*JǱ^','w;QQ3[oZWvtiVI?','',0,'?'),('\rf_\\i8ሾ2','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg',0,'D[`&?','D[`&?','dmBf!`Kkӯ\\DHt5	3','',0,'?'),('N\Z3o[','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg',0,'a\raWW]/rJc','a\raWW]/rJc','7\n˷988>7ch5wY!%','',0,'?'),('m8Iyc','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg',0,'0}} w','0}} w','幑姥6wXK]I;x4','',0,'?'),('3c5䈟','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php',0,'\"7&*Ҧ','\"7&*Ҧ','Bݢ(zr&,	\r','',0,'?'),('|v&I ܋f','wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php',0,'C/F`F}K/1','C/F`F}K/1','\nCX%mъs{d[xsuOAK=','',0,'?'),(' S00d|dU[g','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg',0,'A\\z#0Ǩ','A\\z#0Ǩ','vX*\"Ku?Ȋ!C','',0,'?'),('-]0F$','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg',0,'|)djO~l	Z','|)djO~l	Z','\"ŀIq6yeS[z<\0V3·Yn ~B@','',0,'?'),('AދuIx','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php',0,']r31Vp=',']r31Vp=','oȉϵ>\Z&!:','',0,'?'),('Bl@!2ӊ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg',0,'\\Hȑ','\\Hȑ','WB\\Ѐ99cEEZ','',0,'?'),('L>ty.%','wp-content/themes/bridge/single.php',0,'fx_CT)ў','fx_CT)ў','׈TG]=5@^	','',0,'?'),('SkQ0v̧hX ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg',0,'qbl&lz','qbl&lz','Yk}%up6f_ާ4sL#x5_\'H','',0,'?'),('W7{(;:P?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2?+Y','i;M3UP<XZz','',0,'?'),('XH奥(:Z','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',v\0kN$k+','-ծ(G_B57گmirS','',0,'?'),('a5ͅB_s','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EӤ㭇Mg','Q*\'B+Eߞ:myuW','',0,'?'),('gJӯE--+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php',0,'*+_@{4Gc','*+_@{4Gc','erO,v*\rbz7~}','',0,'?'),('gosV;\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+n1oVb','CT(N+,TNC`ީ','',0,'?'),('yk_Uk,e=','wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php',0,'!+\\)3a\nc','!+\\)3a\nc','#Plݔ|-<$LsQP6DU-','',0,'?'),('zq\"KNs%&','wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('{mѡMYm|;F','wp-content/themes/twentyseventeen/assets/images/coffee.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AޞEoe	P;b','\\lϸv{z2?H9l	Mt#er[','',0,'?'),('}DixHCz^T\0Y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg',0,'1C)$[{','1C)$[{','uyζ`Ɣvܸ\ZYdUT&\Zf','',0,'?'),('}ǽ','wp-content/plugins/updraftplus/includes/jquery.blockUI.js',0,'\\ڰx1#=','\\ڰx1#=','q΂<Ae󺷊Ց~hP','',0,'?'),('-x[I','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php',0,'U ,26LM','U ,26LM','\Z\0KTa\r`y*{','',0,'?'),('hr\Z;%e-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GJu;QZ6','\\MUKhQwCiVJ\'','',0,'?'),('U)ʀ3G','wp-content/plugins/akismet/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m(R%;٢','R1GŸċd/8Z{{S*Q','',0,'?'),('_B=\r\\MFwjL','wp-content/plugins/cookie-law-info/admin/images/support.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0144fS','Z[<7ʎ&\"ڷ)y6I\n鲽q\r','',0,'?'),('eEjB6b','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/product-list-standard.php',0,'=aDCH{[U*O_mD','=aDCH{[U*O_mD','P9|Iφ.2bP\n ','',0,'?'),(':\'Kܘ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php',0,'fvj=mJFp\Zc','fvj=mJFp\Zc','rmW[ u~.k4i?TI','',0,'?'),('JAä#y','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php',0,'#F&rC{','#F&rC{','|:Qz>|A=DO7gOkՅմ\0','',0,'?'),('WWKwp@`܃՞','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg',0,'Kt\n[d}y_','Kt\n[d}y_','^Ju<8*z>a\n**.X','',0,'?'),('\')%ϗ{','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php',0,'f:Ucl\n','f:Ucl\n',':\rk<0Չd47=H4{\rG','',0,'?'),(' CY','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HBTEY#\nnx','W4tA!G9','',0,'?'),('>M8 ٵ|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SI0An','L%XO+Aa!S\\܉&','',0,'?'),('o-b%ǃ','wp-content/themes/twentyseventeen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?J>Yq)A9','G03XqYBptrL','',0,'?'),('c;L}WM','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/templates/accordion-holder-template.php',0,'LűͲ	','LűͲ	','r\n^)%lM:7qKrVڤ{@','',0,'?'),('HdoCZ','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&a15b}1','kZ`*5YuWB-4Y?{̯','',0,'?'),('\"\rJ\04\'i','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>gQe-\'','zOۼ&VE>P)u(rG0	','',0,'?'),('	ME,[uy','wp-content/themes/bridge/templates/portfolio-navigation.php',0,'lx`C.C','lx`C.C','w.kokNt\Z(t;B)y','',0,'?'),(' Ƶq264','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg',0,'ߎX]r3}[k','ߎX]r3}[k','fX\n\'$UaBp\rSf\rR','',0,'?'),('=M\"^:','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('>$$gi^','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg',0,'$+[50D','$+[50D','\r~	φefΠ̧dL$','',0,'?'),('@d+|>q~[','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php',0,'#B(z\0','#B(z\0','}b)9%\'bs4#t','',0,'?'),('B](P˶','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php',0,'4yEM3f','4yEM3f','u^MSw(7\0HXZdU','',0,'?'),('B̐P&3$','wp-content/plugins/duplicate-post/compat/duplicate-post-wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aŕ@4h؛4]','#!ih4Mz<4xˣ\\','',0,'?'),('D\"}XVɕ@	j\Z','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg',0,'f@3FK','f@3FK','v;}!XKGmgfpWK탤','',0,'?'),('G2+p:v^','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php',0,'$HLj 	[','$HLj 	[','Y0u_[/PέWQ:','',0,'?'),('JWQ&%Xn#!-2','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php',0,'ثDޕ;L]','ثDޕ;L]','r,Tv}G[(I=`ﻱwN癬H','',0,'?'),('M}Gqgz(Y','wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php',0,'$%_2Mp','$%_2Mp','#OqvB[I\" \0+\0','',0,'?'),('P{*OɏO\'uIf','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/load.php',0,'YBs]>','YBs]>','\\M7bw{hAwDʮx-Zզ^','',0,'?'),('SdRI*⌈G9O','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php',0,'sY(XwK7','sY(XwK7','fy!OylF5v Dwi/','',0,'?'),('U|Jy>߄cc','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php',0,'V;Ǎc{','V;Ǎc{','޳tg%vb	x@\Z[G[JM','',0,'?'),('Vn`G}>a\\','wp-includes/block-patterns/text-two-columns-with-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!O\",VHE','Ģm%QHy\0r|}D{Jy3W6;','',0,'?'),('W)DR	x','wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php',0,'+iO\0ˋ\\`{','+iO\0ˋ\\`{','<b!6F=	Ůgh2e(]j','',0,'?'),('\\AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lU򳥝','2?L+p@7X5E','',0,'?'),('e~Ь9','wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΀EYNV/','F3Dl2 [֠Mt\0D̓^','',0,'?'),('i&:@99','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php',0,'-	/4A\'\'','-	/4A\'\'','2Tƾ\"q|{Z','',0,'?'),('rq^ﵓ܉cDB','wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js',0,'\\^3w','\\^3w','Zv2lH\r}.,d5t;*oN','',0,'?'),('xHim<=9kw9','wp-content/plugins/qode-restaurant/post-types/post-types-register.php',0,'r)q_$;&N','r)q_$;&N','}Qh[1\rQoNl*v\\̗D4W','',0,'?'),('$NJfaIwC','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg',0,'W?C޼ln','W?C޼ln',')t9LY\n,A\rE؄@r\"YO3','',0,'?'),('cnxԺ|','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øAZyj6	`=','ϰ&pweYkH~u^<@IԅpW+','',0,'?'),('3NbߜR}\0','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg',0,'9oj+w','9oj+w','b8\r^,us','',0,'?'),('dHU','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php',0,'Pnw$P4','Pnw$P4','yM {1GL܁c.j-Lh&ʊK@','',0,'?'),('nNd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p.`u76?','Y!:\nAː	ګZg,=|','',0,'?'),(']*.>`Ef','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kFh瀁1-','6!omݎ^.^@˨v7	I}','',0,'?'),('ڽB ʍ','wp-content/themes/bridge/includes/comment/comment.php',0,'jPb,P*֮q@D','jPb,P*֮q@D','`h__4#GS.\'OĜed','',0,'?'),('ݡ=NxK`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';k]@@t','i\\Mr\\`\r^\\©f@','',0,'?'),('scEvO8','wp-content/themes/twentynineteen/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^__]EM\'so','-Ln@A!@f','',0,'?'),('ۅ^Jn8,','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/templates/cmp-slider-template.php',0,'iW{BGathx','iW{BGathx','WVd8ì(NIt!f/','',0,'?'),('Kmr.Dŧ\\}','wp-content/plugins/updraftplus/includes/Dropbox2/API.php',0,'/k=+1Y','/k=+1Y','&;uнa9D(!m\0G','',0,'?'),('g$S5ÀS','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg',0,'\ZK9(\r<n-','\ZK9(\r<n-','\0[j#Ȓ;rvw!&xH+d','',0,'?'),('[=\Z6-eb','wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/templates/reservation-form.php',0,'\r솤^\nCSA','\r솤^\nCSA','b\nR,K֥EkfO','',0,'?'),('Gyİik','wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php',0,'/\"n;Jf','/\"n;Jf','M.\n1Ld3\'y_','',0,'?'),('d=@hs:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJPe0ug۔','UWMslL9#TbWj?\\u','',0,'?'),('`{ѷz(\n','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginExtension.php',0,'RS=óA\\p','RS=óA\\p','\n|yʌ_q5]Vb~mAU\ZC','',0,'?'),('rJ<p>Z','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9¡^-,措Eg','X0\rvfŭ-$ZuYS ','',0,'?'),('&/dbdq2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܐR͵0,+*A','/Fqէt~V4vQp','',0,'?'),('%w45X泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t^I\']!','Ǧbt5fckdm','',0,'?'),('\Z2sX;-P','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php',0,'Ԇ]\rNj','Ԇ]\rNj','qkkxL.=E0Ux','',0,'?'),('ejxP\\','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/advanced-pricing-table.php',0,'0%b$.oO','0%b$.oO','\\zg*:FQgFjCk#\rIk>oH','',0,'?'),('\0]avCY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʛNY ','/;\\=oU2lN\" ̉.(oNN','',0,'?'),('?HhD0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^R[XITe)','u9 :YnU:syg50=	CW5$eA=','',0,'?'),('Rd]|N8/}','wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php',0,'7԰-}6','7԰-}6','E\'`ߢ\rh%oקD1','',0,'?'),('NVԱzZ','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R|Ta*r\\','FGa?Mo̄>l\"4\'Pl]D!','',0,'?'),('\"x3vyQ@','wp-content/themes/bridge/vc_templates/qode_vertical_left_sliding_panel.php',0,'6wJwz؉r','6wJwz؉r','İQB?7<e3s_%K8k\\(W','',0,'?'),(')_J','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#hL!P1}ϙ','0H`gs>XzCdh.lԭ','',0,'?'),('9ڊ4nC','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php',0,'\Z]<Q{c','\Z]<Q{c','f\n\0@\05UcMr!t0\"k','',0,'?'),('@b$YD!A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php',0,'|N\"g)RH','|N\"g)RH',' 1/*-c{Ԗ&4Mcl3ix=,','',0,'?'),('F\'хI+`A5','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg',0,'v\'\Z5K$r.mU','v\'\Z5K$r.mU','\"`f(mE*PS+I>MHrD','',0,'?'),('F?,e497','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js',0,'쏡2cO¾.','쏡2cO¾.','KISE&Xyb6=U#ZV','',0,'?'),('G<7et/W','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0Lş\r{VW','\'&ܔ[m`ϊc2E%WGW䉷','',0,'?'),('H;%l()MP','wp-content/plugins/loco-translate/src/admin/bundle/ViewController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쯏a_<','w@2<F	)o~<<\'','',0,'?'),('L}b&۵b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڐUOk0+','#\"=P@5~kR#<W','',0,'?'),('Oc[\'ɭ}G','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php',0,'4Șz3(','4Șz3(','A7;iДpyKMe)\Z6-','',0,'?'),('`&锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x].@$Q','#0qH[gC\'wE\ZmK!ܿ','',0,'?'),('`<&>ƹk\\:','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg',0,'}}`r9Vrj<','}}`r9Vrj<','ͭՊ}yn	O}tV(}iq=0N','',0,'?'),('fR9]V#rs','wp-content/plugins/updraftplus/includes/Google/Service/Storage.php',0,'ha;x.^~}','ha;x.^~}','[`]͍]ǜݪ7mA\ng','',0,'?'),('k\rHR!N(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg',0,' N\rS1*^MO',' N\rS1*^MO',';еT\Z\0b3xUʏ@MO','',0,'?'),('ttw	ub','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php',0,'tԞBޓr7','tԞBޓr7','Kı\\:.XSʠEmn\n\0k\\#Z','',0,'?'),('(z>\Zm','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg',0,'p5l_4U<	>','p5l_4U<	>','$-vģ\0-n\ZcĞߡT\rU','',0,'?'),('K$BTnT','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php',0,'g%FL','g%FL','tsKs;b}.R[','',0,'?'),('#.*o','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg',0,'C²q+|.v','C²q+|.v','\\]h;_sUht:\r05AUgλzh1','',0,'?'),('8ѽbv\r','wp-content/plugins/contact-form-7/includes/contact-form-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\uq<','X0 homKhf(j*1','',0,'?'),('8e^㰆|Fe','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php',0,'79/W9|v','79/W9|v','Brda7ӷ8`K;l9(Xȸ','',0,'?'),('ґ-\r{,','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 ƿsy','|uIPwh5ڎ.m\"*n_ 9JP','',0,'?'),('~L*,<:','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lpBdZ','O nuO\nd7K[\"}7\'p``','',0,'?'),('B:\'r','wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js',0,'-OuU!4','-OuU!4','Eْ)́GA]\"ܢ>c`	','',0,'?'),('6)T(','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg',0,'{]^6~ab','{]^6~ab','|/*s1s45֫eRxJo\\','',0,'?'),('Sx4@owN','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dj2N`Q','X@Vz}IQD;zFN~Pͽ','',0,'?'),('KoR}','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php',0,'ĥt<s','ĥt<s','Ҳ[|~EQc?','',0,'?'),('ßAo&NŴ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php',0,'8eEƖpY','8eEƖpY','5z~d5CA8`!}t,8','',0,'?'),('ȐtO\r)','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php',0,'cU','cU','ye\riSrOsX$/J','',0,'?'),(':m[ݢ:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(v','ܜMpVmmegD|%`RER͎8Z;','',0,'?'),('I\\jxg','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?a09JQ\Z','*Q_(G:*ηd.','',0,'?'),(']PJQƀ6o֢;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iB}^t*','COW%tߏY|&0V\\','',0,'?'),('j7r[,Z','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,/L;','kNIM\0ڿX\ZSŁԾW','',0,'?'),('hV1xb]','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg',0,'n4H2u{[','n4H2u{[','	07S_L0<W','',0,'?'),('3Fj$ِl:]','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php',0,'	%؄!la','	%؄!la','8EN=l(#D<$','',0,'?'),('I扙m|h','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php',0,'	z).N<QWT','	z).N<QWT','\\_ չbw#|.#E,;7Y','',0,'?'),('4B\07qoBo6','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UaY6l','Z~FE\05ZR}5\\Oau7Ki]a36urm','',0,'?'),('vCHI','wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-excerpt.php',0,'9ɢ<@Y','9ɢ<@Y','ʖiu\0603+$mX_δ8W	O~','',0,'?'),('c{ԌeZKi','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_animation-holder/animation-holder.php',0,'?9ϖ0','?9ϖ0','zj>G;K07%~ƨMѡ\"','',0,'?'),('\Zlm@','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4FrB\"&C','c-ܲs܈O$IG\0','',0,'?'),('\Zɩ=v','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/InstalledPackage.php',0,'aN9pN}^oo','aN9pN}^oo','TQLReCY6W]H7;f','',0,'?'),('-\'gP\\','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9V#ҹ4','GpfHv\Zx81C[4A','',0,'?'),('}>|I','wp-content/themes/twentynineteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^)j&U','U/Fγ?nhKxcZ/([','',0,'?'),(')W%]!;z','wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php',0,'/uOvd1','/uOvd1','PG?C7?ZS/}\"z1','',0,'?'),('/ˍپ\nΜ','wp-content/updraft/themes-old/twentyseventeen/inc/customizer.php',0,'͸rX4u','͸rX4u','jif|\n<_\rFvv`b','',0,'?'),('@]qur|7.5z','wp-content/plugins/updraftplus/vendor/composer/include_paths.php',0,'BUE&DLQ 6!','BUE&DLQ 6!','3zl\Z#@U預ZllȪ','',0,'?'),('D8hFޛBViR','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A%&#kb~\Z','Ȩ[#7D1	o+R','',0,'?'),('I;<Ldک','wp-content/themes/bridge/templates/blog_vertical-loop.php',0,'Ri`ԝ4','Ri`ԝ4','.W-H\ns%drIgNўu9W','',0,'?'),('L,\Z\"\0Cʡ8y','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-߾RGxY˃cG','_|Zpz\Z|GA3n>CL]','',0,'?'),('Lt6j8\'2(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg',0,'#b\\1CW','#b\\1CW','Qjl riv\0M+~3','',0,'?'),('W	BX','wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-clone.php',0,'qe5~f1TY','qe5~f1TY','h\nA!\n*D)*j#Ȉ_R','',0,'?'),('\\܀٠rit','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg',0,'wĨrw','wĨrw','8$B@bf_2','',0,'?'),('`pFmqgӆY','wp-content/plugins/bridge-core/bridge-core.php',0,'Yw>h','Yw>h','z@n1NpCӴ&+PJni82Kˁ','',0,'?'),('cd\"us	8&j3','wp-content/plugins/popups/admin/assets/js/worker-css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nc	TUs-7','y=PDʉ|ޞi=\nyQ`64','',0,'?'),('j׻q.*;2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']x25@sL','ܾ݆GUUH.!//Af','',0,'?'),('l!D)4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg',0,'`\0WPΛ$','`\0WPΛ$','1A\0K;tUrV\'\ZE','',0,'?'),('qfH<O;','wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php',0,'dӴq\Z_2','dӴq\Z_2','bC`4ʀ~ġ.A^gO','',0,'?'),('qpqҫAD','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php',0,'`Ov','`Ov','I|zl*\ZUMo-L},`OܷOZ','',0,'?'),('wesi<OJ%','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Y`fOX',']vxX;G=TaL2pt','',0,'?'),('R.E>3H','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg',0,'%D[K(qe`/#','%D[K(qe`/#','^K]?4~*q^怲br','',0,'?'),(')S\rxk6','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php',0,'70+L}','70+L}','7+\0\"N\Z4\"V4O\"F','',0,'?'),('>s0`[K,','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js',0,'FǿoÒ3k','FǿoÒ3k','nmT|)YgOuAD~vـ','',0,'?'),('ǥc\Z$L*u','wp-content/themes/twentyseventeen/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@c*ht','MHϛ\"\r٠4թ!	ӆ','',0,'?'),('Ը%\ZDyZ','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㷏Ӽ\r*\\\"5','p.翗2M,\'[C-͠G','',0,'?'),('0ixPS˞;K','wp-content/updraft/plugins-old/akismet/_inc/form.js',0,'\'4l*&i','\'4l*&i','MB1QwoX4bxc)@D˥k','',0,'?'),('tUL\0crFQ','wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg',0,'a},1','a},1','\nawv)Ep<B_}YJ\0\"ixo<\'','',0,'?'),('Zd*Yژ','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95IB\"a','VG37R(@\n,\n	w','',0,'?'),('fu\'_\\Ѱ/k]0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg',0,'~,L<COp:q','~,L<COp:q','ǥ6_R~@.ULpaUi','',0,'?'),('>*;','wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*[a¦ vf','x.`L{v)XcnXe\0)','',0,'?'),('ӎA}ҎWZ5=*t','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;v\'g~k','m!MJ\"v>,0\0՜ɫ &jِ','',0,'?'),('@at9;b','wp-content/themes/bridge/vc_templates/qode_client.php',0,'°2$v0$`;','°2$v0$`;','p\r%.;Ъ2\nw8`8LH{v','',0,'?'),('%l\"<','wp-content/plugins/qode-restaurant/helpers.php',0,'q5m8ʶO*)','q5m8ʶO*)','E$Q532_=iMKJ0żO','',0,'?'),('rW3᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鄳YuMhEF\Za',']u^Ŕ -ǲB#ZڔT','',0,'?'),('fo3g]%G','wp-content/plugins/cookie-law-info/admin/images/documentation.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"9s8\rԎ\"','Ev>fBZb!-UC<S)ߋm','',0,'?'),('\nz(0}','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php',0,'7}XzA','7}XzA','$&jzpF#+ec΢{tDY۲','',0,'?'),('M/ܸ','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php',0,'*ȧo\'[Ō\'C','*ȧo\'[Ō\'C','Ft+єK:ṕ\'Qd\Z','',0,'?'),('蓶Fշ	!c','wp-content/themes/twentyseventeen/template-parts/header/header-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!u:L1','KtZ.o/ZGpy@1C\";a:','',0,'?'),('\0(2/꽩6b','wp-content/updraft/themes-old/twentyseventeen/inc/template-tags.php',0,'tk`.','tk`.','=]\0D_dW6CY/Ř+*K}׺f','',0,'?'),('\r{2T\rv0','wp-content/plugins/revslider/admin/assets/images/sources/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('AmNO?','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg',0,'^ʞ|?=O020','^ʞ|?=O020','S\"2ȋ:a5p]C<:F}ܽ)^','',0,'?'),('YIETt2L]','wp-content/plugins/contact-form-7/modules/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':8MB','\0it3kEb^0ȠEl )5{y','',0,'?'),('\Z[*~7','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg',0,'3cV~Lj','3cV~Lj','.~ڌ|nxe:TEDOR[','',0,'?'),('.l4VzN3','wp-content/plugins/popups/admin/views/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('#W{tՆ-','wp-content/themes/bridge/vc_templates/qode_content_slider.php',0,'<wfv.MT\0','<wfv.MT\0','v@	5ZG:Y@}%cUɪ_pM|','',0,'?'),(',Sma+','wp-content/plugins/updraftplus/js/tour.min.js',0,'6FC#Q','6FC#Q','Jerj\ny|835U','',0,'?'),('0q@G6k','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('6CqH','wp-content/updraft/plugins-old/updraftplus/includes/class-job-scheduler.php',0,'N>9ܽ}','N>9ܽ}','ccSS§;A>;mu','',0,'?'),(':X2M~','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','24vLhN!2|','3iA(pGDڔ','',0,'?'),('L8\\ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\'6Ut','?؎).l%<(_ 6`^c7','',0,'?'),('SvZ[f51H','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/load.php',0,'l%4ڴQI','l%4ڴQI','YQ%.yhP_6I','',0,'?'),('VѰU9+5ep','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php',0,'AսL	9F˵','AսL	9F˵','S|Rh^ӛ|qZKC>6s%B^m;','',0,'?'),('_Oy{\\w','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-blog/load.php',0,'uz61\Zspj','uz61\Zspj','XVIloP,	\r5','',0,'?'),('_)q!|cH','wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php',0,'$#7','$#7','e]QΆ,LHSUR|,9','',0,'?'),('j@/\"/R)\n','wp-content/updraft/themes-old/twentysixteen/inc/template-tags.php',0,'d)KR:','d)KR:','/[\nM颔\"$>X	\nb.-z','',0,'?'),('mñ~R?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ONjPv4','m]n>nFf;Gf-m_L4b\'','',0,'?'),('p۞2N<:Z7r','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9>','{n]\0ֈn\r<w˷X):','',0,'?'),('tl^im_%','wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php',0,'~*\'.8_','~*\'.8_','hd7,4wvM֬(ih','',0,'?'),('u)8FG9C(','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KQ\n>\'.0','%z]sm^Dc+6Y*8<Sn','',0,'?'),('wO+oz','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php',0,'\\1~<fo/','\\1~<fo/','f$2DrKLWF2	 ы)','',0,'?'),('C_4=#hn,','wp-content/themes/bridge/framework/modules/header/templates/search/types/search.php',0,'(?cF@I','(?cF@I','$\nvG?j87Da6','',0,'?'),('eBU\\khtK_6*','wp-includes/blocks/subhead/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A[C\Z>X','qOy4`5ɥ)d)]\0J|M','',0,'?'),('>:_)$f','wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php',0,'G4qX:','G4qX:','~8X)p\Zz[>fX0(#m}\\u','',0,'?'),('`f9(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg',0,'`P\0m%v','`P\0m%v','Gͫ~H\'\n-y`ebaLQ','',0,'?'),('Ѩ>p','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php',0,'ځ|A0g~b','ځ|A0g~b','f={m=\"˒FHXxǆebi','',0,'?'),('9~\0{@','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',)Rqy|4.','%U<GH[.!e˂t,gsɄ','',0,'?'),('ˈ-X$%','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg',0,'ΐKakܶ','ΐKakܶ','ص)]d$(g[[Uv','',0,'?'),('Clo','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`J^#R^NN?','H<4dj*\"qO;@\"ʣӖ@C','',0,'?'),('>C[o^KQ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg',0,'.{%eT$','.{%eT$','`R7;=7U]kP','',0,'?'),(']/a(w','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg',0,'	`穘','	`穘','}҇LXpD`\'[\09f|Ct','',0,'?'),('\'Mf','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php',0,'=>Vd9w','=>Vd9w','ƨ+B]Tƻ*֨','',0,'?'),('fגè&~$Ŷs','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg',0,'E.zɼoyI','E.zɼoyI','@C]#Nb]d6\"2!','',0,'?'),('ѯ0sS՚U)','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg',0,'>Ft;]','>Ft;]','y7W(4b_ԹX~','',0,'?'),('o?\rKZ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg',0,'Q⃽Q}tF','Q⃽Q}tF','p?+RטF\0S0Y`(+','',0,'?'),('/ӞV//Q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg',0,'Ⱦ|sO#4c','Ⱦ|sO#4c','UbTLrg$T)\\w^X','',0,'?'),('&	Ytz(\Z','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\0*	[','f8\'!RFL˙^w','',0,'?'),('η6|fv剤S~I^','wp-content/plugins/revslider/admin/views/slider-overview.php',0,'yg2v&','yg2v&','t.H#A18bc\\V8$h(,','',0,'?'),('qšbb53','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php',0,'%xqZlZ<?s','%xqZlZ<?s','	\n\0vuڗw>_iRav','',0,'?'),('[m:X	*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg',0,'.`y\0\Z$fޛ','.`y\0\Z$fޛ','O2aufGaܩl\"\'%\'J]','',0,'?'),('I<UCMdZ','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VIބŌ._','ёli߉.N /siTj!l','',0,'?'),('-i>bs1','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\Z`^0Gtc6٩S','uuu4EIx&HngoNCݝ','',0,'?'),('(&Fv	}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg',0,'-Q.1qK7=','-Q.1qK7=','5I\'aM\nI<ۙ=51~','',0,'?'),('_qf5Ԍ4','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php',0,'\nYn}7~ \0\\','\nYn}7~ \0\\','t䣛&`Zz><|XЛzgP','',0,'?'),('*A1^)͡','wp-content/plugins/updraftplus/options.php',0,'m=hvu&9n~','m=hvu&9n~','C)!Lo\"\nPfOH`a<*','',0,'?'),('j͠[B\Zg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg',0,'RdZ#cRmq_1','RdZ#cRmq_1','u4nQ@FmRh4ߘ9y','',0,'?'),('\Z\0-T','wp-content/plugins/booking-package/css/Control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"&ߎ|참','ُ!~C}T\n/kv%\r','',0,'?'),('S\na%&DΉ$','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg',0,',:,^BVm',',:,^BVm','Uԋhy0F9zUp| ij\0','',0,'?'),(' .gw','wp-content/plugins/contact-form-7/includes/validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>','cͽ98n4QdDTKTS)','',0,'?'),('$\'XRѥʶ۠','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php',0,'DCiun550g','DCiun550g','d.ҹ4?-͸e8Qጦ\"','',0,'?'),('+JuE?3','wp-content/plugins/popups/languages/popups-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PAގgb)3',',Z3eǨ#L>6\"!Q{q','',0,'?'),('1_+K>-','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php',0,'~&{Q','~&{Q','/x%Rl:H4%','',0,'?'),('>i7q \r˝\ZGD','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg',0,'Hc$:kOY','Hc$:kOY','k^׷Xr-	?1]-o:?\0z;R','',0,'?'),('@<H=+XH5','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section-left-panel.php',0,'h}Q$X҂*V','h}Q$X҂*V','lѭk[-jO-$rI','',0,'?'),('@4@:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oh7\\+','ea::8AfJ;Ak\n','',0,'?'),('B933|@','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php',0,'	D&Qr2!','	D&Qr2!','d\\؜ǪLsH\Z;T}H?HS','',0,'?'),('RU<]%2','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php',0,'<JHN!tpm','<JHN!tpm','/xe;$Ο,,\0ߠNHQ?','',0,'?'),('#W;','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php',0,'-؁:f¢2','-؁:f¢2','uVc\0۳!#Ap3@[~)\0','',0,'?'),('4r%j','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	ў}॒TWU쳓',' d&\0W&Tvj*zX%','',0,'?'),('KS+e׎A@','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HG#<^o','?=ҏE\ZMaXĺJ\"sk;3','',0,'?'),('\'Q2}rl','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg',0,'jj+v^pz','jj+v^pz',',\ZIIuItP90Rc','',0,'?'),('Y\Z7n','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/templates/advanced-pricing-list-template.php',0,'Kv_4I{C|?(','Kv_4I{C|?(','3crcAuyyXQTǬ12<0','',0,'?'),('Fe	57[','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=dHgO5','Qi$?K^%9$O@0eƼR;x ;n`','',0,'?'),('UNEAgt','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uP岉0x\Z','q˖jZC~<sħ+RI!H','',0,'?'),('>\\Ja','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg',0,'0SܼB_6?!zE','0SܼB_6?!zE','3ajb\07H+&6;(F7ލ$','',0,'?'),('t _)p','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_ordered-list/vc_map.php',0,'OHo4?r','OHo4?r','rNnM.6b?i\ZR','',0,'?'),('*vd~? ','wp-content/updraft/plugins-old/akismet/class.akismet-widget.php',0,'1O2e1rJj','1O2e1rJj','#TcxEyũH>','',0,'?'),('&yN8\'%a','wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php',0,'ޓQjQ5VM','ޓQjQ5VM','q%8])%@~9\Zi~D','',0,'?'),('vڝvJ3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php',0,'%k7ۻ+','%k7ۻ+','h˨d0*U|\Z7!sJˁ̋.','',0,'?'),('~[Ķi{,,2','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg',0,'Y8B,tqWM5X','Y8B,tqWM5X','<98`)\'~R!\r','',0,'?'),('\0*>d','wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php',0,'\n{PľsFt\\','\n{PľsFt\\','bca?W:OPjp+fϮc-H','',0,'?'),('Ao!Vų`v','wp-content/wflogs/ips.php',0,'lCdb.˴v','lCdb.˴v','Z][WP},7*q\nƑ','',0,'?'),('_9w[o','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php',0,'7`\"pq!Y\\','7`\"pq!Y\\','?ҨX%oAӖr%tO.9l޼','',0,'?'),('܍vz	c*1$n','wp-content/plugins/js_composer/include/params/font_container/font_container.php',0,'\rC*M{Gr','\rC*M{Gr','N\0Y\\#Jx@7%K*y','',0,'?'),('Ŵ\Zd|+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg',0,'x)r*\rI0.0g','x)r*\rI0.0g','c>+\\L͑60\nN䅷f(|\'z','',0,'?'),(' oƕt_\0.','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','miE>WcZaig','&՚j:g&*56yɨdq4֙','',0,'?'),('%~WN82QO','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4F0JC nk','Cb,\"\">jŊAlD','',0,'?'),(')#0]F','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php',0,'k$b\0R','k$b\0R','\\\nd(pb#\'&4|>C','',0,'?'),(',fυRo3^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg',0,';z\r[Y~',';z\r[Y~','98\\t3Ŝ*`@6GWl,a','',0,'?'),('9V\"+x','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php',0,'VR\"iR:|/','VR\"iR:|/','ULc5>\\܍mdݰY(\n6}\"','',0,'?'),('?j50}΋h\0M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg',0,'x/Z-FB4','x/Z-FB4','\ny?ܾ%a,49Ĳy\'d;F/','',0,'?'),('E.Sr\'\Z1I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg',0,'\n8l}+QG ','\n8l}+QG ','~2`[éYR:ٗέ0\0#$s(','',0,'?'),('S?ӆks;','wp-content/plugins/loco-translate/pub/css/locale.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҝ\n.9Y#F','\rfՑB+l}|\r`Z[!Z[߈$','',0,'?'),('U松\\W\r(p\"','wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php',0,'QvA\"Έ́|','QvA\"Έ́|','7P xHKbH60Cx{Ewy46','',0,'?'),('\\\Ze	)Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH\Zb>VDR2','rћJԑI/\nOY}xņU ','',0,'?'),('lʉ~\npՉV','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg',0,'3jς{6p^K','3jς{6p^K','ꬵZ!圕\0~I.DyG','',0,'?'),('w+\02R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo\0y,*}c','2p\"Wjslf&S@[\\\"W','',0,'?'),('|\'?]0+E','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js',0,'1/22f5=R','1/22f5=R','whlUg۶%dE\0\ZN_J)\Z','',0,'?'),('\Z0|yz1I','wp-content/themes/bridge/templates/blog_masonry-loop.php',0,':D/3^fڝqZ*',':D/3^fڝqZ*','u.L\\D` IZ','',0,'?'),('Ɓ̊e,ck','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php',0,'I,#0@','I,#0@','$oOTܝ	}| C4K\Z#','',0,'?'),('f-;vs.','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php',0,'FLr(؟KG','FLr(؟KG','ƓN;Q^\rO]WY','',0,'?'),('f\0IS#R','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php',0,'n,(O','n,(O','%͊:SRuI\0G\r,h:[','',0,'?'),('\nH#wko>f','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BaseChecker.php',0,'pkpc4^ٰ','pkpc4^ٰ','	5exE8أu*!5-xC','',0,'?'),('|#@A锶|','wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php',0,'>:I]8߱G','>:I]8߱G','\Z>JgN8@ӡEUdK]_d6','',0,'?'),('-B|tS^','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bT	O9.6\n-','l	@Xn0f^Wq','',0,'?'),('TfP%,5H4','wp-content/themes/twentysixteen/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('ZrgTy#','wp-content/plugins/qode-restaurant/lib/shortcode-loader.php',0,'zSp[%rĠT','zSp[%rĠT','k#@y\Z>.9\ZZ\"\Z\nL','',0,'?'),('>צ	$]FcV','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-slider-no-space/load.php',0,'5v8a?kkm','5v8a?kkm',',{r^(wSn^ZK\"','',0,'?'),('ECW``-','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_@e3bB','Lؤ@J9OhG@@Z!\08#l(','',0,'?'),('C/\ZW\Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php',0,'tVLmm8b-{e','tVLmm8b-{e','W|FUhy	Tm\r','',0,'?'),('\n?jTxѤG8\0(','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/vc_map.php',0,'k{ \Z;8%y','k{ \Z;8%y','Qߥa\\0\'GʺZ?Q','',0,'?'),('ω!BFR','wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php',0,'o 	A\"Xֹ\rE','o 	A\"Xֹ\rE','\n>Buzzl׷4}=<i:R	!ef','',0,'?'),('+VȄ\r)ȟb','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php',0,'cs* ݦ,R','cs* ݦ,R','\negj]CVsʀE5fDq','',0,'?'),('~a㭑Vu\rqO','wp-content/plugins/loco-translate/tpl/admin/file/move-pot.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JZYaTQ# E','8v\\\rh@\rVk.ɫ?','',0,'?'),('5=HO7W\r','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php',0,'D}ΤwSo!fp','D}ΤwSo!fp','l[7;YA*nJo','',0,'?'),('΢S˪\nBV\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_3$_n5X',';ʐ\'84aOoY8-U62Kqq$Bx','',0,'?'),('/ΰFٞ?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php',0,'G\0 p','G\0 p','}V+k5O^ݺ1;m{@z','',0,'?'),('4OljOH','wp-content/themes/bridge/framework/admin/options/blog/map.php',0,'uPU','uPU','ތFg;4rfGOIW6E','',0,'?'),('?˓nQg','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php',0,'n:Ki6','n:Ki6','~K!.C\Zݻ&сN<?','',0,'?'),('\\h\Z)Ġ','wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^@>.;&o','6u~|5\r@!8h9gY','',0,'?'),('fc4l','wp-content/themes/bridge/framework/modules/header/templates/search/search.php',0,'>mBUHbV^\Z','>mBUHbV^\Z','r]\"*\0ǆm\"k׏_!/v\\','',0,'?'),('*Q.	-c%D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ic磭c-','8YCO0j{\ZxDĖxO','',0,'?'),('%4>]\Zw','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php',0,'Ő%uHI','Ő%uHI','Np>ujۉJ2E	7','',0,'?'),('ܡ9u_\\\n9\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mự6f','>iwR}krrCRʙjk','',0,'?'),('KUg0MU/ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xo_Բ)\nr','(Z!.eTU92;ݏt5o^','',0,'?'),('\Z[`0CI$T\'','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')H$I3^0','Dsmr?vjzMo3=b0KR#','',0,'?'),('*4fǸ=v+','wp-content/themes/bridge/templates/blog_pinterest-loop.php',0,'!u(u','!u(u','ay </ãπP_ ߫6Y','',0,'?'),('1E:Le','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg',0,'4nġ]\\hm\0','4nġ]\\hm\0','Ǹ`KoC9_kx8c.','',0,'?'),('4;V\'/f','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\"b','\Z;][.\nV>DAM','',0,'?'),('7OW\n@a','wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e[Aɟq','!,W~_A\"oIg?','',0,'?'),(':f?bj.','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LYPͺK\ne',']SO	o*+uX:ʆw','',0,'?'),(';&_XI%;','wp-content/themes/twentyseventeen/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',3IpK18','^+5iMY0ȚKFdkI4','',0,'?'),(';uGBn','wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg',0,'w`<','w`<','D.\'/<,B]t?cB\'0KX','',0,'?'),(';bۘ#e','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg',0,'8>|','8>|','M%.;p+H\nX2','',0,'?'),(';{ks','wp-content/themes/twentytwenty/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~gfDAK.M','hڮn?U`/3ܙ=^','',0,'?'),('A碶~(b\'k7','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg',0,'905Hq^\Z','905Hq^\Z','vu;ׁO<KR`ֽӯ$~','',0,'?'),('GoUjmZG	qo','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg',0,'|l]ɹdf','|l]ɹdf','}Ϟ.ܗk,/y-Qj7W3','',0,'?'),('IrK`i<*g/','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php',0,'\Z1M	gՎ\r','\Z1M	gՎ\r','<HpKѤF\rV:K\Z3','',0,'?'),('Nf\n2n@4bhG','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg',0,'eMGL','eMGL','\nFIpN{d74E?ⲥK>q','',0,'?'),('RMw}9Gv','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg',0,'#+9Dbݞ֍ZѢ','#+9Dbݞ֍ZѢ',']kO-zd\"T(ُ\n!^\"\"jqZ','',0,'?'),('TĘ5VHP{','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\03\ZRI','-@g %uON\\}@lf\'','',0,'?'),('Xt&E~qs ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/functions.php',0,'=Q`?V`','=Q`?V`','[p^z	gF7&sMnCȸ:','',0,'?'),('nk8Y]݂ڷ','wp-content/plugins/loco-translate/tpl/admin/common/inc-po-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','얦[[!ٺq8','Q:%RWl\\	+','',0,'?'),('v?(WW֥\\','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/functions.php',0,'3՞*q(h','3՞*q(h','ݳX4RK_	.UH','',0,'?'),('xұ\'h','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php',0,'v\'5	]','v\'5	]','-)9Vn-Ҍ14rOog','',0,'?'),('|7͹9YOL','wp-content/themes/twentyseventeen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@dÚ^5ov<','OӭLYa:bO_UQU5aM4','',0,'?'),('C\nU','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',U@T{','ZG*pJ\r5w;ތp,0,?','',0,'?'),('nO.}','wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VRwO,|','\r:{Yh\0o\ni#uޡhstr','',0,'?'),('Pȼð','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php',0,'2uMf','2uMf','U8T¹7ˢL\"(H±','',0,'?'),('kK ~Rm','wp-content/plugins/revslider/includes/framework/elements-base.class.php',0,'~N}c	̈7\n','~N}c	̈7\n','y3>N7y+','',0,'?'),('9Vͷi=%04(','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php',0,'A+)d','A+)d','[ OuT\\Y|蝯;WȚ|','',0,'?'),('Y5g','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php',0,'\\/]dCHo-','\\/]dCHo-','x[`ܧfGng.wW|0','',0,'?'),('0lj0+%','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aA:$]B-vw)','\"9MaU_hI>,]C','',0,'?'),('L6?NZaV','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php',0,',O/ݷ)',',O/ݷ)','}Ubf|UU٦)fG[9','',0,'?'),('B_.Jڣ','wp-content/plugins/revslider/admin/index.php',0,'{J!u?}s','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('}p={NuhH','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php',0,'.x5FNxB','.x5FNxB','M@{mgWl=nSuL}','',0,'?'),('˶Q}l\\ذ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php',0,'\n/h>','\n/h>','6WD2Ҷ0zdV:SR0h>','',0,'?'),('/UREǬ6','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php',0,'gjGm*fYE\\T','gjGm*fYE\\T','{ޞwn\0qɖ:w$\'WN+Q','',0,'?'),(' }K2N\Z','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js',0,'&o~9[3!','&o~9[3!','<%88@d\"vQR29','',0,'?'),('窒u\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N;\'M Y','\Z7\0r/iz;ki,=LZg','',0,'?'),(')t\r,Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']0ƻ6kPп','i*phTԡyMI9kM','',0,'?'),('K~h%r','wp-content/updraft/plugins-old/akismet/class.akismet-cli.php',0,'Z qE9g:I','Z qE9g:I','v26}۞\Z\nog$$@[C\\V','',0,'?'),('^Iʝm|','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php',0,'iF%lnaGJu[','iF%lnaGJu[','m&=GV ׄcRùD','',0,'?'),('\rUzJӢBE','wp-content/plugins/js_composer/include/templates/params/options/templates.html',0,'LCoݑ#_=','LCoݑ#_=','h\"Ԏ[Ov/Ū&p<K','',0,'?'),('?Ǆ:\nX','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	KWTՂc','&^JeFX*i-t;8t\0O','',0,'?'),('7W_%9Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php',0,'tCD|i','tCD|i','*TAY4C(.u\\-q	Y','',0,'?'),('\Z) %iyδ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,erEJ-','sfq@8!yW&ڔA+/uY44G','',0,'?'),(']-%V>','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php',0,' /j0#?',' /j0#?','8r=Sۇ~х&<yəeŨo׸','',0,'?'),(',LۥK.\"','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg',0,'юSP','юSP',')țY<d.7]\n\\Mx','',0,'?'),('3dyjV','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[? ?','b}STbcvʄ/{','',0,'?'),(':e|ٚ%=','wp-content/plugins/loco-translate/pub/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼6G)Fcx','te-ms.[/s]u\\n@I8{Z','',0,'?'),('GpFK)6i8','wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php',0,'ycm21	','ycm21	','|}	0T!`\Z[','',0,'?'),('LVr@sRC}','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php',0,'Jc1z{\'/@EHl>','Jc1z{\'/@EHl>','(\0- !ߨ:k΢>I\n.Wma','',0,'?'),('NnHAxjʹc\\','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php',0,'2E!EsGe?_','2E!EsGe?_','P#YfGGÓoJd02JEn><','',0,'?'),('NJ4}s;[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg',0,'\\)@Z]r','\\)@Z]r','ZUnR#bɀ}vL9$Il','',0,'?'),('R!L','wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php',0,'iJi]BSFe4','iJi]BSFe4','!&4}ND59=\\-g%','',0,'?'),('R5sG#=Z=','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php',0,'R[h\r}$z','R[h\r}$z','W2I\\j^Xs1fpҩ4','',0,'?'),('Wly:\0Vn`d\0','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EY`,?J','l@|<ϰzb]=TQdN\0','',0,'?'),('XHR)I6','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg',0,'P#qb\0&[/4','P#qb\0&[/4','--]NU\n?:I0;5-1A','',0,'?'),(']\"!29mD7','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php',0,'$HLj 	[','$HLj 	[','Y0u_[/PέWQ:','',0,'?'),('eЎ=wM[v)','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg',0,'B۾Ӹ\ryȀ`%','B۾Ӹ\ryȀ`%','/zLNGaԷ	C+Hq]','',0,'?'),('nH*|wg','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php',0,'ZVVBSy9-u,:','ZVVBSy9-u,:','\0&Ѕ8=y9	aXFN4u','',0,'?'),('YZ<YwB','wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php',0,'Hi8mox','Hi8mox','sof:lPXkؚL]/˜M','',0,'?'),(',4#(#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r?N GZN','	CHA \0bgԡ\0bt+\"','',0,'?'),('R\n2l','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php',0,'i#҃{9N溵','i#҃{9N溵','^#bdޞW@قv\0arv}:','',0,'?'),('df\")=6b','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php',0,'6\"xF','6\"xF','Ѷ}%D}r-^{1.~F','',0,'?'),(':CtD4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php',0,':snb',':snb','۾=ȣ\00I,xC&)\Z','',0,'?'),('!mL\\Fb','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg',0,'vJ쫻6BHr|','vJ쫻6BHr|','ǜkFK}sizmWf;~c','',0,'?'),('\rf9@K+\rX','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg',0,'qf(l>&u7','qf(l>&u7','Cbdk=tv@<xSgAƁ\n','',0,'?'),('ǖd!s<XЯ','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*1{,˾ʂ','<G$U+kL>\0hahBS-','',0,'?'),('ӋԚ(j~T]','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg',0,'8WFKE?mTDv','8WFKE?mTDv','T1x.~cEbԏGAv','',0,'?'),('%x<+','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg',0,' \n֎&\\',' \n֎&\\','KS_zݞV_^+','',0,'?'),('>0WnsI','wp-content/plugins/wordfence/css/dt_table.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gJbjJ9k:','o[PHyЊ}iGc~<cDR:D','',0,'?'),('*沫QN','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1hIbۓa','6NSNY2m=@ke(!z|g','',0,'?'),('=<E-,@<8','wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php',0,'|/Tc77͸7W;','|/Tc77͸7W;','fBd=J8QFlPy#(Dg','',0,'?'),('Q6ǁ*','wp-content/plugins/loco-translate/tpl/admin/help/tab-list-bundles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	jmcn','#]߯B\Z_	j2	','',0,'?'),('\0Q\rBJ%','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg',0,'1v):΢Xgu0','1v):΢Xgu0','^#Ûwzsn{Ѭ\",-ii','',0,'?'),('y7MA@','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9aP,\n0cHt','tewn2v\0oe2','',0,'?'),('?s\\虭\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/vc_map.php',0,'&~ږ','&~ږ','N1#$rUª_,9c','',0,'?'),('dR/%ĆK;','wp-content/themes/bridge/includes/nav_menu/edit_custom_walker.php',0,'	8ZXi]','	8ZXi]',',Spy`tNlkjE|','',0,'?'),('#`\\T{ňw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg',0,'rJFUَ\"͙Ss4','rJFUَ\"͙Ss4','M`s#OH~aӍ(p%LdY','',0,'?'),('_)0d|6_;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54*8','C;{hњ=P<%\'','',0,'?'),('6o?dbP','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php',0,' \r]b',' \r]b','HI^ebqӫZAϩˍr @','',0,'?'),('#ma3jFA3','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php',0,'Og} -g','Og} -g','RAhHaZbFc1d|\'&pL;','',0,'?'),(',2BLh>3','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php',0,'=-YJV-tI','=-YJV-tI','/J.%Z4TgAN5.','',0,'?'),('4kZ*)#|','wp-content/themes/bridge/vc_templates/vc_empty_space.php',0,'>YEy$9bup','>YEy$9bup','3P8<	 f&%v5L','',0,'?'),('7Oi6۬','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php',0,'+8U3VZ,=','+8U3VZ,=','Ě}Jrea6NS8:','',0,'?'),('=NK(l#Ƽce8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg',0,'[Vt3\rn~C','[Vt3\rn~C','ݜpw ^=|Uxૼy.N','',0,'?'),('?umOPP]B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg',0,'J@}Pх5<\n','J@}Pх5<\n','2#ЙV.S#x8euz','',0,'?'),('LKJ,Ķ','wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php',0,'҅18\rՂHE','҅18\rՂHE','%)	^uSEfo;D;BϹx\"f','',0,'?'),('PbAYɂ','wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php',0,'=&\Z̘H','=&\Z̘H','޼YJ? Ę#p9|U\0Hzg','',0,'?'),('j ٬1h','wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/templates/restaurant-timeline-template.php',0,'!z,\Z:ر8','!z,\Z:ر8','TX~ĬAB&DO\r.֎Ig+2','',0,'?'),('jxhypV&!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg',0,' m\',)|ɠfz',' m\',)|ɠfz','!gX	E1M*PY;,	ZI','',0,'?'),('o?֧\'~7h','wp-content/plugins/contact-form-cfdb7/inc/admin-form-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W!F%w`','Jx6Sud05eX*b\r','',0,'?'),('uEz!ySr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg',0,'Sx\"!wJV$','Sx\"!wJV$','D2E;Uq6(j5nj0; ','',0,'?'),('x,¨N2D˱','wp-content/themes/twentysixteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\\#J/<W','/d\Zօ[U[`{,2|1W[̚','',0,'?'),('Bs{f9y|','wp-content/themes/bridge/framework/admin/meta-boxes/portfolio/map.php',0,'@\\1N1e)','@\\1N1e)','\rAවl	(oc)B+Z','',0,'?'),('`&%eFgd','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','znK_','7Y.ڔn!ڒ\Ze','',0,'?'),('~SwM){','wp-content/updraft/themes-old/twentyseventeen/archive.php',0,'*qw(4YMQ9+','*qw(4YMQ9+','Dإη	ێ}L	$:n8Yހ','',0,'?'),('Qsno5XMݽZ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg',0,'C! \\Δĳ','C! \\Δĳ','<	\0VσeȪ2©&ӱ*tk0','',0,'?'),('52=\n눲r2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg',0,'q`y_-Kc\\','q`y_-Kc\\','vA-iSfE$Yf{2','',0,'?'),('f=׼','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php',0,'_Τd].','_Τd].','je.z\0Iz','',0,'?'),('͘햤zKgi','wp-content/themes/bridge/framework/modules/widgets/related-posts/functions.php',0,'Zwn4Bgd','Zwn4Bgd','Z(eC\\=iyOZӺhyÐ5kKb~cj','',0,'?'),(':8Iaølm','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&}\\3J \0','\nS{UCdz$ya|8[','',0,'?'),('[R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\0\r^W/v`!s0','3]ل5G`nb,ݣ','',0,'?'),('zlk٢^4:','wp-content/plugins/cookie-law-info/languages/cookie-law-info-bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@HB6K[','9gb˸Rd:AOaqk#7Y\"','',0,'?'),('KqM{','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ByRŗZ=VwK','DPAODq#wLr_e-y}','',0,'?'),('뇻TolZ+H','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php',0,'gIz.FV:%','gIz.FV:%','!G儱\0:JAQnZegop|G','',0,'?'),('sݜÞ3','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nc0)נZ;b','5KO5QJÂPpUW','',0,'?'),('QW10','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/vc_map.php',0,'$H9(L}','$H9(L}','MًCS<ƁU3^z ;','',0,'?'),('{xZc\"hb?','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ip	H','kMvv!(rjp\\\nψXm}䅎','',0,'?'),('O6H&U','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/functions.php',0,'3	yIr;','3	yIr;','=RÖ!b+e&{\nP\ZV܈/h','',0,'?'),('rZh)9Q','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php',0,'70+L}','70+L}','7+\0\"N\Z4\"V4O\"F','',0,'?'),('TBO>v2}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\P{(e0~p','25ǶBV7jb_RnC','',0,'?'),('}Y}Yy','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php',0,'\\[F)3','\\[F)3',',.BFܻ擦FCйLRPgvׄ ','',0,'?'),('6\"ג','wp-content/plugins/updraftplus/includes/Google/Exception.php',0,'1ZK/','1ZK/','Ʒ-)۵إz9Ip*#I	','',0,'?'),('/+gUY*','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php',0,'(DJBÿrPVT','(DJBÿrPVT','ꨡ9aZ$[,XJr\nB','',0,'?'),('T\ZZS>','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg',0,'HÊ^#','HÊ^#','\\6.^DϪ~|,<y','',0,'?'),('c|1l{N','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg',0,'/+p7@','/+p7@',':FV\ZnQ.yWLiV','',0,'?'),('Uu#dx]E','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','To	i5k','L˵6%w툄^Q','',0,'?'),('U\\bN2~','wp-content/plugins/loco-translate/tpl/admin/file/info-mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ு;\0~5WC]j','ۅ%y,ư Vm]\n','',0,'?'),('\n\r3nNesF','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_dropcaps/dropcaps.php',0,'m-(	x','m-(	x','Q1<X!s۷ 1>	y\Z','',0,'?'),('^r\\msLt}+s','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/ThemePanel.php',0,'\r]7Gϕw?:','\r]7Gϕw?:','\ZYYJWl:f]@mqdO}X','',0,'?'),('WMF`3$','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y^','Y	QFX22FW)fKSf','',0,'?'),('+@>#\\k7X','wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z9B_',' weF/|~pt,Ik آ','',0,'?'),('-ФQ1Ц\r ','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\0\\t4E',',%d:?-ǯM!kgF6ݱRlj','',0,'?'),('*7\r?','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@?i Xc','$\r7UM]g6>C','',0,'?'),('7HҜOYC4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php',0,'xD3K402fȕ','xD3K402fȕ','}d322zw;\"7\nOpJF','',0,'?'),('\rRl0+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php',0,'EHLrhƣF_Yb','EHLrhƣF_Yb','bNm^-m&1GN1~2Ȍ4','',0,'?'),('\reKg.q','wp-content/plugins/updraftplus/includes/Google/Task/Exception.php',0,'b48	BI$Z','b48	BI$Z','Vn@1[)ޕ{G jC顴ǝ:O','',0,'?'),('of?3P1\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"̤/OY\'','8eTet\r jP/J<^rӥz','',0,'?'),('+GI]$noR','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\neWb~Mv','#|KO85L~u}\"Z\0l~!','',0,'?'),('0VR	s6s','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg',0,'ɣC1}9|E','ɣC1}9|E','sؿ88ޖnQmm|\0','',0,'?'),('7=CxA\'@fe','wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W8Y#B:IG','F1A}PL$m!r!{\Z^[','',0,'?'),('9Rbd<Mo@\\d=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg',0,'0|Mܹ','0|Mܹ','t=]&d}qz7mnu','',0,'?'),('9eMU/','wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php',0,'cO<-t','cO<-t','&\rP;RLY롴abO`u','',0,'?'),('<{o`{','wp-content/plugins/loco-translate/lib/compiled/phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&%9M`_Ei','JzͅY3<6H\n{*1Qtfv','',0,'?'),('FbىQlC','wp-content/themes/twentysixteen/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏԛhu%>\0#^','zVr;l?q#RS6OA','',0,'?'),('Fe}(','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Г?[U^!~/','2>nZ\\F]gO{Q6cK_','',0,'?'),('O#q6KU','wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js',0,'\"@C0ȅ1','\"@C0ȅ1','p_obtTyBM]-o6L;','',0,'?'),('V%o$959x&','wp-content/themes/twentysixteen/css/editor-blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#eT3ad','Y2gEtiqƏ	eeK	*ߧ','',0,'?'),('W׾5^l__#','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>72nt','neko@l_ky~YWŢA','',0,'?'),('XqQr[q3','wp-content/plugins/popups/languages/popups-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	H-\0I\rΩj','\Z$CO5\ncL{>%}x_O8@W','',0,'?'),('dtt\'=','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php',0,'k>9Ǧ:̭','k>9Ǧ:̭','ʸT޺%KRǕi>=b','',0,'?'),('i1E~NIA͔','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0_&p\"4\\','c!#Bi*+\"\rnIƈXÉw','',0,'?'),('kQKm','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-masonry/product-list-masonry.php',0,'m_m\\ҕ`','m_m\\ҕ`','s7c[W]6	?\0|','',0,'?'),('p&`Z6z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php',0,'S5»9','S5»9','Z@[	8ƍ>;\'+N','',0,'?'),('r0$3C4W','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-conf.php',0,'N(PNU','N(PNU','$D!Zq	)H*믅$D','',0,'?'),('s♼{DR[k1I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zFހW\rl~6','V{Q9V	J	Xqڀc','',0,'?'),('3YSV','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php',0,')5=SV;',')5=SV;','~ϘM&e[UȰT	','',0,'?'),('X/\0	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!^(m0G','9*u1Q: \'s{>/_\'','',0,'?'),('N3M\nS0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M`tL% $T','6J,iY%Cy8Mr`NlZ\'','',0,'?'),('v竸6Kڐ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php',0,'j&y\"@tQ','j&y\"@tQ',';0Bc#jukIirR\"L93(','',0,'?'),('\0ٕUu','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/no-posts.php',0,'IڤI!','IڤI!','\\F<\'45ؠQw4JFTs','',0,'?'),('F؆*MK}','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_row.php',0,'\rCBxb ','\rCBxb ','ÕOga)gQaCk','',0,'?'),('L)D-?k','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php',0,'s򺰧)9сI5','s򺰧)9сI5','&(8B2jOlm\"+]','',0,'?'),('/&o0','wp-content/plugins/revslider/includes/gutenberg-blocks/lib/enqueue-scripts.php',0,'e5YxX{','e5YxX{','yem^71F!1g	_8p00','',0,'?'),('x(ťܺ.Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TeÜ)u6','ۘ\\1ZA8T%h0.7n1','',0,'?'),('ԒAr^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+,!ڊLӺ~ν7','Ezk;3K*X$iqn','',0,'?'),('ښxnv`Q','wp-content/updraft/themes-old/twentyseventeen/searchform.php',0,'\\tD9','\\tD9','rs%>sό?BnBdM<:S{','',0,'?'),('^0pkM','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TMM\'j`','QJ`19ÜYNЬ5ּOd8','',0,'?'),('S	g	Nd','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y]4x\"Dw^','S5_\'玚ES-1WMLju^]c','',0,'?'),('h]CA*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZbO6IcD','`ude?s7dCQ}Y/','',0,'?'),('0ܚZI丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'U巃 qDFH','Ԧ!ӢtLk.\"1CmKg','',0,'?'),('y<pO/','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php',0,'4?%v0/𡏒4','4?%v0/𡏒4','cMCet.UƫYx;V','',0,'?'),('3uvKѮfǶ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg',0,'z>jߡ!X[G','z>jߡ!X[G','T-E}:u0]d/3!','',0,'?'),('3ƹܕjbiΥ','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@V{R#87nn\n','aHMuyw?h:B<=,##','',0,'?'),('!lRz5^','wp-content/themes/bridge/vc_templates/qode_horizontal_marquee_item.php',0,'/P','/P','F9$_k2%9[-h\']~)H`ᣦ','',0,'?'),('-B[#','wp-content/cache/autoptimize/index.html',0,'Kdwp~','Kdwp~','Vx-뤜D@óboEi;|g','',0,'?'),('\\!&z','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php',0,'v!e(i:hZ','v!e(i:hZ','i3F\0i7\'TdLF\0M}M','',0,'?'),('(~	X[','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php',0,'&:(]u#OaI&','&:(]u#OaI&','YQ<CdT\nζ.Z`RC/','',0,'?'),('4puDI','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php',0,'~eoVU-','~eoVU-','+(TEBn`UHK0v6v48A','',0,'?'),('2VJ܌','wp-content/plugins/contact-form-7/includes/special-mail-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','svHh(f','%=Ҙr3^XDO@2tm','',0,'?'),('w9Sԋ:6','wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js',0,'+1V;&b>	','+1V;&b>	','S9]*\r[9j#{>cBR','',0,'?'),('2$$K&fw ݪ','wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php',0,'\0]\'9w','\0]\'9w',';DK[#3&W<ԏzAQ$x','',0,'?'),('U(νT扰qc','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg',0,'0^0','0^0','VV%oHKմYL','',0,'?'),('`yVuOk,k&','wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php',0,'1ZK/','1ZK/','Ʒ-)۵إz9Ip*#I	','',0,'?'),('bE4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!Hмhڣ','(t$nèOҨ,B@,Lo|','',0,'?'),('gJf1','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/templates/iwt.php',0,'.;\ZrZ]KY','.;\ZrZ]KY','VM\'B-	cLYӈ[J5\"Z?>n','',0,'?'),('j֨x蘈dJ/1S','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg',0,'cY zs{','cY zs{','\0ml_,S?HیWn<\"^','',0,'?'),('p#nzWCIP:','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php',0,'uHW_++','uHW_++','X+xKb^N\niEj)wy{ԕ>>','',0,'?'),('폸GU$5','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php',0,'5#$R{We','5#$R{We','pYad&}dy\06\n2*ʯ','',0,'?'),('h<YwOd,','wp-content/updraft/themes-old/twentyseventeen/footer.php',0,'@dÚ^5ov<','@dÚ^5ov<','OӭLYa:bO_UQU5aM4','',0,'?'),('aL\\#љ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg',0,'WUXU','WUXU','\0 |	E6\\EToRSR','',0,'?'),('\0Ƭ#(','wp-content/themes/twentytwenty/package-lock.json',0,'2]쥹A2o	','2]쥹A2o	','nҨ`{̔bTmMf\ZQc%','',0,'?'),('9N&3','wp-content/updraft/themes-old/twentyseventeen/assets/js/navigation.js',0,'p3Ʋds.bN=','p3Ʋds.bN=',' 	TGCgҫ,R','',0,'?'),('xְ#ٲ4','wp-content/plugins/revslider/includes/widget.class.php',0,'fD =B','fD =B','h4v	 ڝy-qiqDBV','',0,'?'),('Xf(6n^U','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php',0,'([	igmÎ~6','([	igmÎ~6','tABlO>t7 uP}','',0,'?'),('4;\\\\i@','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/advanced-tab.php',0,'W=.-eP','W=.-eP','D.5ɺ^BA@~&zUA^d','',0,'?'),('7\"zZJNs','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php',0,'\"G}=\r,&5','\"G}=\r,&5','`ٿF`=fy`4nI\0N%','',0,'?'),('F Ԁ(w|','wp-content/plugins/loco-translate/src/fs/FileListInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̂CWxCr','iw~6\nCX?b[:װǿQ','',0,'?'),('>/ᡇ_','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l([qאD#','\\sٶhb2.;m`Fr^&H-w	yV~','',0,'?'),('&UX\rL4{','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R7I\ZzhZ','*D^T>U.[yFDs0X','',0,'?'),('ԞX[`?^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`3\0]j6?>','b`&h2)VKF}Ոm?*f搭','',0,'?'),('\Zs)`','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php',0,'!3,S\'','!3,S\'','%:׶sFJp*kb_Fjׂ/L','',0,'?'),('\Z֧\\\Zhi','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F~`','jQw{4~\nG,#','',0,'?'),('\ZO3F5K;@ ','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@q\\}[','[TnEjd($:!hΝ\0s><','',0,'?'),('\Z&$Ю[i','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg',0,'i\'\0S<','i\'\0S<','T!<;,޸\'V9g$-=U','',0,'?'),('\Z&cR< FiC','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r%1cvG\\%','-r@Yik~oeɲv*+','',0,'?'),('\Z@qsg J$t','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php',0,'?PX_?','?PX_?','.|˔i_Acz%MY','',0,'?'),('\ZOTi A1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php',0,'<n\"\0DR>d','<n\"\0DR>d','IL\0_Bqj@ĥ?','',0,'?'),('\ZR@vPN','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg',0,'q#z','q#z','E޲!d<pRQX>	d\n!p)','',0,'?'),('\ZUcsچH{=','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php',0,'~jmd','~jmd','898`գ5i-I\Zj','',0,'?'),('\ZW/2C7(','wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js',0,'p\rY`^*i	Y','p\rY`^*i	Y','݇6V<\\.HʏwX~0','',0,'?'),('\Zq\\O9F7Ї0','wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php',0,'PNs\'','PNs\'','cǇ)Qqg]\\KKQB','',0,'?'),('\Zsx&ha\'','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php',0,'Sÿ1.k','Sÿ1.k','YZL\0 --a8e\":\\c0','',0,'?'),('\Ztj+z_#pl','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php',0,'CbG؞ဉ\\$ǅ','CbG؞ဉ\\$ǅ','=x}X\r;^]	ipUgѐ,','',0,'?'),('\ZzX8NDi','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg',0,'H֑\"Xo3S	','H֑\"Xo3S	','uY*DS6/#\r{gDm d\0','',0,'?'),('\Z/}D5XP\\z	','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php',0,',8.`PHDևN',',8.`PHDևN','T}xd{qZDW+1|) c','',0,'?'),('\ZkFv&cg:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg',0,'U?gPAL1.','U?gPAL1.','rۊX_Yȕr9n7V\\\rL','',0,'?'),('\Z#\n`ѵ!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg',0,'\\2Cw#','\\2Cw#','YƀY07<2ҩg!W`C|!GW','',0,'?'),('\ZL6N1;8','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"w^\nk6','!5@a6to5(Ds\nKf','',0,'?'),('\Z(Q^ʰ,nwЩt','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php',0,'G\rM.> ^h','G\rM.> ^h','Ԑdl9f%thVOżO','',0,'?'),('\ZܣM蟒=v','wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php',0,'5kkL&ވ','5kkL&ވ','Uѕ+fz:*]b','',0,'?'),('\Z!wr^ÅW','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg',0,'~&Qăpt8Zo','~&Qăpt8Zo','`8q4?sBzK97N1^;X','',0,'?'),('\Z;5(OOR','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȎcP\"','זD䟹45JbOɝHR@','',0,'?'),('\Zi]@J0ة','wp-content/plugins/loco-translate/tpl/admin/root.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\nɞ<','##r^xl}<]\r%','',0,'?'),('\ZB2ܖ\Z','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php',0,'>ǯɇ\"Q\Z, ','>ǯɇ\"Q\Z, ','oLyۘG=^{om#j8\"lL','',0,'?'),('\ZiD-','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php',0,'+lqZI{~','+lqZI{~','d:ny<X0:iyփ<Fd`f','',0,'?'),('\ZȦ2&f1K','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php',0,'\"\r}_0$/+','\"\r}_0$/+','Ʀѓi=9},[wēe.','',0,'?'),('\ZUz/','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php',0,'d}Cf=Fc%','d}Cf=Fc%',' j*.[:cU1\0h','',0,'?'),('\Z<9Lq>=','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php',0,'/GÑ','/GÑ','(|c{\n؈=f<_\'Izvz','',0,'?'),('\Zcm[H-ޫ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg',0,'0|Mܹ','0|Mܹ','t=]&d}qz7mnu','',0,'?'),('\Z)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c=_nX\"','A)j7XXYb{Ƚ4{eM\r!\"(%','',0,'?'),('\Ze\n/]\Z1','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php',0,'uU\'x~1ÞK','uU\'x~1ÞK','^\\NxN˰gZ´xi}p4#','',0,'?'),('\Zy8R#Oy','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Mq	[%؅	k','ɯp{Zjի>٢Lu(u2','',0,'?'),('\Z%[h==i','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg',0,'&$1+a?U','&$1+a?U','kFNEκ߭D|\Z	6#Ɣv','',0,'?'),('\Z}lIr','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/wipe-settings.php',0,'96x^~Xp#','96x^~Xp#','#rFI;KɀԢ5b{!OV','',0,'?'),('\Z\Z:\\RfP~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rLӏ..+d','rkΩכ?ir A:$TvG6[d','',0,'?'),('\Z }%;|ɝ3w','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php',0,'?! |k,[N\0','?! |k,[N\0','ذr7Z5̷ыߩcN+&f(38Ơ','',0,'?'),('\ZUEs(#Ep','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_uX|I%~$','!BI1mV-|јX5D8h','',0,'?'),('\ZAmEkp@','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js',0,'Nk9y#*~','Nk9y#*~','/pԕGCW*=&}','',0,'?'),('*\\a\Zg','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php',0,'+8%z9⁗','+8%z9⁗','7.oVfo=8c(s0J','',0,'?'),('!\'b\"{o','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg',0,'Uf+}ˮ','Uf+}ˮ','rvzntco&z6P	MdF','',0,'?'),('$s4Lj]\ZlU\Z','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php',0,'K7hh.:k','K7hh.:k',')ln#\'SfBߩ/ ĩ','',0,'?'),('$P`\0gX','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF\\2','2ks\\>RI:nHȿDm!zz','',0,'?'),('%)\r\'','wp-content/themes/twentyseventeen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OxA$1&-y','H{Af,[$dn','',0,'?'),('-c<@VsZ','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',fv1<$c','Ķ,y;%LSڮt\Z','',0,'?'),('1sin\r','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/vc_map.php',0,'0Μ\nv*','0Μ\nv*','l ҷøQA\0^/','',0,'?'),(':/_WXG','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/load.php',0,'lwDׂ#-','lwDׂ#-','˵&ǬRiup}ujL@oٹ','',0,'?'),('M֓_-?>\n','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php',0,'Ϛ~3D@mԔ','Ϛ~3D@mԔ','\0ou̟~I$6bɓS?C~','',0,'?'),('O4zb>.{V','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php',0,'c[a@YQmiX','c[a@YQmiX','YuMx-+0A0kn2๚sh','',0,'?'),('bN=,S','wp-content/plugins/contact-form-7/modules/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}OЂ<sI/','[}^>ɕbvPPC\rDm 4','',0,'?'),('e\\vtAVA','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg',0,'ֵΆ~G=F5','ֵΆ~G=F5','65At	p˙!S7e߁6C','',0,'?'),('i\nuW','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php',0,';M༄Л2o',';M༄Л2o','zT|?7±@?3ͥ7X','',0,'?'),('k7|dT;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZɵP! r','wXXl@gIz,>W7\rX','',0,'?'),('n^|+a<t','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg',0,'M6U^-\ZP','M6U^-\ZP','!юtkvfh^5vNJ!#&','',0,'?'),('otp4u','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php',0,'յk!&','յk!&','ⱉ¤	AgϚRX-\0','',0,'?'),('D84W^-','wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eYLP/(:','坴YCN:Q9kdZkxO','',0,'?'),('ȶIU͖','wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg',0,'X@uiL\"','X@uiL\"','jXw=wsKw%o<qbZNF','',0,'?'),('GƦ<-','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php',0,'DKUIjwB','DKUIjwB','_jsI6*ºLL\'OV@Jk','',0,'?'),('7\0D,N䢣','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg',0,'Ⱦ|sO#4c','Ⱦ|sO#4c','UbTLrg$T)\\w^X','',0,'?'),('3#xDi','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg',0,'\\c:p','\\c:p','o7ہnH&K>P@~\'!DKSRƇ','',0,'?'),('Zt\\\0!>\nTIAt','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php',0,'tNJS8','tNJS8','piz1qaڪ&_;O','',0,'?'),('y!\0pZ[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4221M?','STS؅׳#~*:w(','',0,'?'),('EȖqȊ?2H','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>lX_/יL1\r','CBN9ty1r^j]DFx.٢C','',0,'?'),('y@bTc','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php',0,'AjB|*}KjJ','AjB|*}KjJ','qA6D4<x9F_!Bj23!','',0,'?'),('ֻE\n<B[,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6)Q\"Sσt.H','[$gnM!^\\9tt>Z','',0,'?'),('rk]}s =','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/comparative-features-table.php',0,'ag&^Ptw4J@d','ag&^Ptw4J@d','Wgz\ZS\n$lNpQ݂at\rc','',0,'?'),(']P0D~L','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js',0,'A4џU{','A4џU{','׼牉vTSֻ\\~','',0,'?'),('0Z<eQ_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg',0,'RaMY','RaMY','ozOH8[?*t0X\\:','',0,'?'),('Iiu񅬔7','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php',0,'$l̅!8!','$l̅!8!','Qpݪ4DD/c$_(|','',0,'?'),('mn9F6','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|!Bc\Z*','UG#ܢn+v p٬^C\"$,zo@','',0,'?'),('O\"EKg','wp-content/plugins/loco-translate/tpl/admin/file/edit-pot.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B@<<{ 7','##T5jQ+h7	K\"i\'a','',0,'?'),('\\ӛGAk','wp-content/themes/bridge/framework/admin/assets/js/qodef-instagram.js',0,'9_\':}CX','9_\':}CX','z\\άϞlLr/d+x&','',0,'?'),('&c)>\"|E','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php',0,'j\':\rcGxA','j\':\rcGxA','1k _Y܂V5bn8@]Hz	','',0,'?'),(')M^ûoz','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@לx>c¢','<\0ЅҩهqU%G7r\\*2J','',0,'?'),('4%IHOʰL','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hmܳ!B\Z','K	p?F谔}݂vA\"f-','',0,'?'),('<BʱA51ӱ','wp-content/plugins/akismet/_inc/form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'4l*&i','MB1QwoX4bxc)@D˥k','',0,'?'),('=dZpehnr$','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php',0,'Bmu\ZU@','Bmu\ZU@','hG?ei낲ݿ٘I/d3ة','',0,'?'),('C/;)ّo','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qꚒŧ[L8&p',' RCΗdP)jI͜','',0,'?'),('H~\nx|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aZ	|hFA',';)W}ߞ0ePĺeWLr]','',0,'?'),('TgslFʞLy','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1PNH9e@I','e}#nqJrJQ<dZK4','',0,'?'),('`VUgf(L@','wp-content/themes/bridge/css/style_dynamic_responsive_callback.php',0,'BWBƤ;oel','BWBƤ;oel','eJrWq㰋M¡Wj7\\Ff','',0,'?'),('a@WrQwZ\n.','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܑzg<N\n?o6f','REgX3JAc!a_S{','',0,'?'),('cҤ|.L~','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php',0,'r2:&t~m','r2:&t~m','\'(;U=J\rf-rZy/6ިm9','',0,'?'),('h#ٕQY-ai','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php',0,'p.͋S4;ɭC+s','p.͋S4;ɭC+s','ZI|YE=PCZ\Z@[o9&=','',0,'?'),('lt#hK','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php',0,';RcP\ZM',';RcP\ZM','zEFEؖHm','',0,'?'),('mڽ/g9Ξ6','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php',0,'	Zi9k5.4','	Zi9k5.4','edc~6nznEFt\0','',0,'?'),('z|*6S\\53','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jMʺR\'iț','(\\ 21&NHU','',0,'?'),('?\Z\"ȧ<,','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/templates/cards-slider-item-template.php',0,'ڰG`<&A^C','ڰG`<&A^C','c6 ks=ʹKڭ\r20','',0,'?'),('dAYLo','wp-content/plugins/revslider/admin/assets/imports/gym/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('{iI_`2?','wp-content/plugins/updraftplus/addons/googlecloud.php',0,'$λ}ӮW7+D','$λ}ӮW7+D','o_{CӠ~=W\Z8OU\\X|t','',0,'?'),('\n$zX`1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\5^','[B\Z,;jfeMUj|)rv>UF','',0,'?'),('=b6hst','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1R]	lI!#_J','7EHPuZbG','',0,'?'),('ళx[(','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/portfolio-slider.php',0,'pn_t','pn_t','U~A1tK|B?25bMѯ','',0,'?'),('\'FEAvQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r5]xVI\'i','G݅\'!YE3P5adM','',0,'?'),('^u[p}`BW1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mr\'\"d v','Lz?+H	S=%Zh\'@bj@','',0,'?'),('Ři@qW]73P]','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php',0,'AdwJ2OK','AdwJ2OK','u:})33gkH/a7*%*','',0,'?'),('k0Ba`','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8:.P','#5=ɞl0p Qegu','',0,'?'),('ؠu?y7qQ','wp-content/themes/bridge/framework/admin/assets/js/qode-tax-custom-fields.js',0,'z71j`/','z71j`/','+;k\\R>S\r4ZlJ/{>','',0,'?'),('ܟҿB∶','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%z(\r0b','U%$hWn4MǅJDQ','',0,'?'),('Ǌ3?+^','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php',0,'P?8`.̰MY','P?8`.̰MY','!Z<BYtmxp6$!;6_','',0,'?'),('\rCd_','wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php',0,'){Fc(e','){Fc(e','_RhХ\\P\'bD5\nTn=Uq','',0,'?'),('Vߪ8$,Z7','wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php',0,'&u\ruX]Ǣ','&u\ruX]Ǣ','4ڼIrށye^NմD','',0,'?'),('JIn;q','wp-content/plugins/updraftplus/includes/class-job-scheduler.php',0,'N>9ܽ}','N>9ܽ}','ccSS§;A>;mu','',0,'?'),('\'*QfC ','wp-content/plugins/popups/vendor/cbschuld/browser.php/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+DiW}','tE&[^g\'7SmQwIA\"LH','',0,'?'),('-=QCwtnL#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\re.b','HznO#/tɚ\"U Ai','',0,'?'),('+twBC','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php',0,'`qϵ=wf4','`qϵ=wf4','֐>EɤO\r;70W@=\0','',0,'?'),('1NVd-','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/vc_map.php',0,'Mu3/9\r','Mu3/9\r','-mvv㋠ǋ}3K9J7䓲','',0,'?'),('?D핅F[< ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg',0,'RB\r*mw8','RB\r*mw8','\'s)5Lh/35*xtb','',0,'?'),('-W-F8','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php',0,'nq	.K9B.5~','nq	.K9B.5~','S=+RV2]X2ӯ!Kjn jxJ','',0,'?'),('\nO_;]/^','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V~oYnG~_u','h8ɧpu{9J','',0,'?'),('7rO;*^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg',0,'OfW>%0','OfW>%0','x{M|R+@-I5a\0y','',0,'?'),('ν}V+tB','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','꤀x٠%cl','N8,caeΟi<5p$','',0,'?'),('G_bc.,]&','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1N&&TN','Xb\r.\Zyn\\{Y8Ϧcv\"','',0,'?'),('Kv$TMR=','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/D\"EڂIs','	u%o{Ekp,X\"f&;','',0,'?'),('5#zgGiS~','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg',0,'has::~V','has::~V','7#\n*ٚ1 --lԨJT\'K%[','',0,'?'),('7`e|Ay','wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php',0,'?mHoA','?mHoA','k_3;L?.M1}SH`!','',0,'?'),('8 -1rlk','wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js',0,'&K%wD{','&K%wD{','=6Jj&4,b55Ĝ\\v','',0,'?'),('=Jy~z2Pd','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/CONTRIBUTING.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\UIOW(','!^U/n}}~\'(M!.5ql','',0,'?'),('>nPOwh97vvb9','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg',0,')TMb78;',')TMb78;','{gYL:T;uV+','',0,'?'),('B((ƹݵ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php',0,'\rQlW$','\rQlW$','k|zL\rٖ)PG URKE*j','',0,'?'),('^M#SfGmp','wp-content/updraft/plugins-old/updraftplus/central/modules/comments.php',0,'US\r1Ff','US\r1Ff',':+u[i@$','',0,'?'),('fMx	+9U','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A~RBn&`2w','|vE0Xr_wlՎ\n	Wcr','',0,'?'),('n.Ńտ.fI','wp-content/themes/bridge/framework/admin/meta-boxes/sidebar/map.php',0,' t4p',' t4p','UrZrd8\\(N:sq۰Л','',0,'?'),('q\nwZi','wp-content/updraft/plugins-old/updraftplus/includes/class-wpadmin-commands.php',0,'PqC:AӠ','PqC:AӠ','ِk0+r2<6v}SsB','',0,'?'),('֫ɚیr97*','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php',0,'b]`NU7$','b]`NU7$','ʼ\',Tw<խ	]\n','',0,'?'),('8W6F\'x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg',0,'>eG0Ѻ\r','>eG0Ѻ\r','1.vHB0&pe1J\\G\"','',0,'?'),('%\\MA','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qPC-SPD','e4E?&DsAʬ;)@Xɒ','',0,'?'),('J}FE\09','wp-content/themes/index.php',0,'gD,V=\\bP','gD,V=\\bP','k~	UH\ZxPĀ<;X','',0,'?'),('@CȯdW','wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php',0,'!#VqVm6','!#VqVm6','_\'\"b&pyf_&1','',0,'?'),('*2;ZBUv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg',0,'wG%!Vnq','wG%!Vnq','\n!sy_\nh','',0,'?'),('oQ$b7z','wp-content/themes/bridge/framework/lib/qode.layout.tax.php',0,'pauFrQٔ','pauFrQٔ','>nӂ};(JX(ܵ','',0,'?'),('sNyhGX','wp-content/plugins/loco-translate/src/data/Upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2*\r&Xتþ','T`/\"x}8`YNL\0','',0,'?'),('^Dfb#','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/vc_map.php',0,'\";ʾw','\";ʾw',',-_(%dE: 3`؜=','',0,'?'),('ΗܹM+>l&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php',0,'@><c@','@><c@','_>d?%ߔOt|=\ZݓD+	\0','',0,'?'),('=}CiHT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E3@%c ','\\H.77QtUwݰAK,$A!Lz','',0,'?'),('ː7^\"g,%','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php',0,'W.h.C^d','W.h.C^d','dR5e(`cfyTrDٓ','',0,'?'),('OU.`','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg',0,'*5\":(;7+','*5\":(;7+','aO;L;_)~ԍ?ഥ:','',0,'?'),('gI!٭_','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?d[ehռ','Aԝߦ8 &suH\"','',0,'?'),('tDXm\0#(','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.% Fr','iA}݅괻Z','',0,'?'),(']/~qXŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a`v,L*	ҹAi','0xWb[v*,2\'u4{jxȆ','',0,'?'),('ʨv.p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php',0,'dIJ>\\','dIJ>\\','c&??rpipWRpE\0è','',0,'?'),(')2P{OGK','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-pinterest/vc_map.php',0,'pu^','pu^','N)hi\rϪV=!3	{C&uD','',0,'?'),('\nD&B`}','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js',0,'Z/Bgtrl@~','Z/Bgtrl@~','\nO̎;1u14p1L0','',0,'?'),('g\\F!Y]','wp-content/plugins/cookie-law-info/admin/views/admin-settings-save-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\\{|]Sb','#ϊ˘W[xCbeNM;O^u','',0,'?'),('OGu Oh','wp-content/plugins/loco-translate/src/admin/bundle/SetupController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\Zod`U','m#J%L6SQln)HH:o.o,','',0,'?'),('&g-}5/','wp-content/plugins/loco-translate/src/ajax/DiffController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Jޠm','+i&ā0}F/6','',0,'?'),('\"^Q7','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg',0,'.murI1G','.murI1G','Lr7D@yɂ]NK(tiG9Tm=','',0,'?'),('\Z.93#@&v','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php',0,'+8U3VZ,=','+8U3VZ,=','Ě}Jrea6NS8:','',0,'?'),('%8Âo׿','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg',0,'</H*KniXeOp','</H*KniXeOp',']fdI3DJ-Y','',0,'?'),(':ODt-\0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php',0,'6Ԧ#hlܞs','6Ԧ#hlܞs','Y(zk\\ӎ̉1D~Dr$ցˎew','',0,'?'),('<Q4,Zhʨ|','wp-content/themes/twentysixteen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ka','B%$<mMtDf]iA.\Z5J','',0,'?'),('@Hd3&ʩ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php',0,'eHs\rORif','eHs\rORif','iմLĢȬ7q\Zp\r]V^','',0,'?'),('B@R*GxF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'_?Sş\Z]y','6[-,9YRr\rY\"-an6$','',0,'?'),('C2EWZJZ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg',0,'@Ĥu@u\\','@Ĥu@u\\','uك#spO_=NAbmt6','',0,'?'),('DBR0cZxz','wp-content/plugins/updraftplus/vendor/symfony/process/PhpProcess.php',0,'.&N9pAK|S','.&N9pAK|S','R;ީ osZp:\rY\"','',0,'?'),('E\Zyn80iӛk','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/phpcs.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èARޑ 1WE','aY {U\\))~W\'c=','',0,'?'),('E _Q՛,Q>k','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg',0,'SX\\:}柚','SX\\:}柚','5{;CUF >Mf','',0,'?'),('IP+h','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php',0,'c-\"gSr`','c-\"gSr`','(ܧ2R/K|L;S@I','',0,'?'),('JB?!\'Ax','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php',0,'棔5,.ը!','棔5,.ը!','Ey/azyiX&owW1','',0,'?'),('R\\&T	|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vc+PʠW','HBQpfb~(_f9/&','',0,'?'),('f,|&ϴ','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessBuilder.php',0,'*;ftt2j','*;ftt2j','TpPj{J1sSa@sҰC','',0,'?'),('k;f5k','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php',0,'@l7	3;5sS','@l7	3;5sS','ƒuHn@d]O$H4','',0,'?'),('xZh36+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg',0,'OBW>3','OBW>3','H\"j<cOng','',0,'?'),('ynm;/UsK	','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WPL{HI','\\aWq1+ЯoLY\0K%<','',0,'?'),('zdq3aGI`\n?','wp-content/updraft/plugins-old/updraftplus/methods/webdav.php',0,'#+;','#+;','!f,FȠJ۰h1M+?^X','',0,'?'),('|&;rLs5','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣgtrX\n]','4DhξZXrVԶeZv\0!','',0,'?'),('1E7)6~>X','wp-content/themes/bridge/framework/admin/assets/js/qodef-ui/qodef-ui-repeater.js',0,'1ěrsK','1ěrsK','XS/nTpPV2FF5R2bNk<','',0,'?'),('6by5EQE','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php',0,'GbM۪8nB46','GbM۪8nB46','jP|HD=OʺQG^ƓsX$9*','',0,'?'),('Ye.0s','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QR2Rj,','|!Wk\"X/M,kV)fQ]','',0,'?'),('Ao\rZԔ_t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\Z>X%˦?8&','ƿU,d+@CJd}+5E','',0,'?'),('g7VQrpo<','wp-content/plugins/loco-translate/pub/img/skins/ectoplasm/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sM>es{\'ȫ|pt','ͱBx(=4c1}i&S~	E]\" ','',0,'?'),('+N;$&\Zg\Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php',0,'EJs@qNB>0','EJs@qNB>0','=F|I*5vhOvAhn','',0,'?'),('dpKzB','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blog-slider/blog-slider.php',0,'rvíoQN','rvíoQN','>S-\Zv⵽.~s<m1&?-w\'','',0,'?'),('\'-p-f','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmǏ|sA',']%FL\nILlf426G\'','',0,'?'),('\nd6X\"i','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg',0,'B@vp	k0,','B@vp	k0,','1اs#vHp8ժNGU\'<','',0,'?'),('-\0a[Q>','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php',0,'nq\0M_0K','nq\0M_0K','gtW}TVeiX+X','',0,'?'),('>q$','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg',0,'wf\\8W0@}','wf\\8W0@}','U4CѯQQ9y;\'Lhc','',0,'?'),('0{K,a+gA','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg',0,'Sl̠4Dom','Sl̠4Dom','Bi(E[?3e>;vw}z','',0,'?'),('jֹJ0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p0W\"F)8O','5)&BoK]ػrm`%hO','',0,'?'),('ʨ|^6ʹjY}','wp-content/plugins/revslider/includes/framework/woocommerce.class.php',0,'X֪s*K','X֪s*K','LNp9BoKqU50+Ugg(j','',0,'?'),('<~(+ ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php',0,'U\ZG>7\'0','U\ZG>7\'0','ͅA\0?\Zočޘ~','',0,'?'),('ɺ³6{	p','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php',0,'~:1Ho o','~:1Ho o','P<qrMЉb(He=-zJњKM{6','',0,'?'),('\"<	it&','wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&NJf','Ğ#s}so>]:;ؕ#0b%','',0,'?'),('gowUO','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Panel.php',0,'uelZ\ZY.','uelZ\ZY.','\'M5)z{(5:6l','',0,'?'),('/Ϋ\"%Ij','wp-content/plugins/loco-translate/src/config/CustomSaved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9L8M>i)U\'','s[\\Kq?BO@	cyT<G?\n','',0,'?'),('Ṩ\n-Mu/$Al','wp-content/plugins/updraftplus/central/listener.php',0,'`0/cgTKu','`0/cgTKu','p~K=.ka)-mA>EI','',0,'?'),('\rqU','wp-content/plugins/updraftplus/includes/class-remote-send.php',0,'#<Ҏ~T%','#<Ҏ~T%','ҫBW;v<]b6<w','',0,'?'),('(+LW~\0ǣ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php',0,'r)K)#j;<õEI','r)K)#j;<õEI','JtD}HG!1-ѵƴi\\KdY,','',0,'?'),('\Z?ؗ\"nBA','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/vc_map.php',0,'MqQ\r9','MqQ\r9','L5[d>9n:}60*bGd{#%<','',0,'?'),('#:I\r\r (','wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php',0,'\0]\'9w','\0]\'9w',';DK[#3&W<ԏzAQ$x','',0,'?'),('18U [~n{s','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php',0,'ERtH@GqVV\Zc','ERtH@GqVV\Zc',')}3	-hS,ʇ/ח\\N','',0,'?'),('5ivb@~)','wp-content/plugins/updraftplus/includes/updraftvault.php',0,'\\xm/{q5;V','\\xm/{q5;V','4*OFW\ZU<Fӄ@C]EǾ0','',0,'?'),('9kɽ JZ<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4GI\"+','CeĻ3q9qR0aJ','',0,'?'),('<;I','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php',0,'8]:\"`\"	','8]:\"`\"	','iU\\Uc8&P$>','',0,'?'),('>(5-\n9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php',0,'@ o $\"','@ o $\"','pH	m>ф[s','',0,'?'),('DP4#4z','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php',0,'c-\"gSr`','c-\"gSr`','(ܧ2R/K|L;S@I','',0,'?'),('Eoj]Vۜ\0','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php',0,'A;VMu3>Z','A;VMu3>Z','2)I3yYT`44H>DL','',0,'?'),('LbP-I׭1f','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s<w!1','q2յϢ>r7Nj	D^A5\r','',0,'?'),('Nd#R+r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}wu!nU','k\Z>,z>\r\rKMAI;~','',0,'?'),('O:R?Gnm\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg',0,'=ɫ/.Y*','=ɫ/.Y*','R͕&N؂VLXbxľ','',0,'?'),('Xb\nkޘ~h','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php',0,'/3','/3','FrPcB#:2}lexb32}','',0,'?'),(']y<k?~\\s','wp-content/themes/bridge/vc_templates/qode_vertical_split_slider.php',0,'dh/VF\ZR9V','dh/VF\ZR9V','}UV1w3ˍN!~X','',0,'?'),('^(	v%/MLq','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg',0,'Ur&c>×','Ur&c>×',':I\'}ln=J#}`.\0','',0,'?'),('^;DY\r0R','wp-content/themes/twentyseventeen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>K	k','N>øU69$8X','',0,'?'),('dchŢP9a','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg',0,'49h	[+','49h	[+','&x>}[ͣqJ','',0,'?'),('f̟in;U','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg',0,'NwkvO4','NwkvO4','gO]tʱ>4<%4uJwr!==','',0,'?'),('fx=<','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php',0,'IpZUatom','IpZUatom','ʐO$Fn$}\\x+AccYs','',0,'?'),('nQC_$','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php',0,'V_k\0yĴ','V_k\0yĴ','v,r4Wp4û*L}xFX/','',0,'?'),('t!\Z%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,}vĨ3G)','Er4@\0ԡ$z3$l\Z`iexl','',0,'?'),('Y7(fe0&','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php',0,'A^tdzz9@','A^tdzz9@','^u̤4<]\"_B:#','',0,'?'),('`.-_jpѸ','wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php',0,'M2	Ծ&`1','M2	Ծ&`1','bG3ti\n<Fß','',0,'?'),('ʬ-}G\0^l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg',0,' \n֎&\\',' \n֎&\\','KS_zݞV_^+','',0,'?'),('{Y\\z錿}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O2Ofݣi','fK)\nd!]\r)\\}זl^','',0,'?'),(' S	{J2','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg',0,'<[m(7#\".','<[m(7#\".','+Y200?m*\0D;\'G','',0,'?'),('jX^fKI\'LU','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg',0,'JtDHv>2=','JtDHv>2=','#}\08Q5yX4£Q.`f~ms','',0,'?'),(';|O<uXz|ܖ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php',0,'SvBtO*.m','SvBtO*.m','q 0@斒X1$,w1lէk','',0,'?'),('\'cdL8$8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg',0,'	{>O#v^@','	{>O#v^@','GE645۲Q_2VlET','',0,'?'),('\')+f\Zp','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg',0,'ډm7.[>C_','ډm7.[>C_','!Rj/6=KܓNa1','',0,'?'),('- \"\"F6','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^<|%zAMU<','ҟqv@, C14-zd,P','',0,'?'),('~ud0Znr','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg',0,'Nm/Nϩ','Nm/Nϩ','T-qEN\rj[%9=->','',0,'?'),('I<)21','wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php',0,'\ZRIRPfG','\ZRIRPfG','FVIJӒ)Q	d	A\"Θt]','',0,'?'),('؂i>Ǯd','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php',0,'?㽷Ƶ븆','?㽷Ƶ븆',';)\'\"ά[\"bַX\Zja','',0,'?'),('\\Wm7\'/}BHl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php',0,'</0Su?e3','</0Su?e3','􁟹m\n޻yW\0','',0,'?'),('2p)tI','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \0\">y>=','xVQ/}琾:(3&%UJoC','',0,'?'),('z G1eRx h','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg',0,'W\'쾏','W\'쾏','\rPG_9.ksD\0`C3	!<','',0,'?'),('oRb','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RԴӼv|$','JJ!6M1f,.`%wr _i\nJ','',0,'?'),(' +*@\n\'','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg',0,'0KC#8:˩@j','0KC#8:˩@j','\np\0aj5_eHDnl','',0,'?'),(' \'_U;0/<','wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʟHL˻)q','hh>ך4!S&zlg\"','',0,'?'),(' *@ADғ=puE','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-b;R8U','ӓBEdh 8|Fa','',0,'?'),(' 5rDg籃','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{1i6Lx`3r','žĄDP9Lh҅o-','',0,'?'),(' <@s\rF/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\0K/`,&','HƎ+@Ib^=QvM6_iL','',0,'?'),(' M$G_W','wp-content/plugins/duplicate-post/duplicate-post-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\\=B','BɲIQv9ZW0${EjΗstn','',0,'?'),(' cNE~E)5j','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg',0,'J\n)x	','J\n)x	','~Ƥl{P6A_~SB=P1/','',0,'?'),(' i=U7[c-є$','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/modal/progress_bar.php',0,'BK\':6z','BK\':6z',' _\rz+\rE׎䇵X8%PS)|','',0,'?'),(' }{?d9\\1','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php',0,'XN\"C|3','XN\"C|3','yo;/ñ:\'7$jk','',0,'?'),(' =gV|','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')qQ.%<bV;v	',';57Q#I \nFtGa','',0,'?'),(' GʴGtؑ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lkm>[?','c+ZY:{\nJPc\"{4u#','',0,'?'),(' lYgwZ.','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg',0,'};\Z8I','};\Z8I','hBbkjVva2 ay4Zd','',0,'?'),(' zz{LH','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\"3R0','zm1xJ gЬxssIѻ˸2','',0,'?'),(' At','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php',0,'PẁC~}?5p','PẁC~}?5p','dYd/\'rfPz\rqFr!d4r','',0,'?'),(' \r$	Q^C(','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']A	3[/Cd','⭛ i{PA͆kdM\n','',0,'?'),(' 7M\n+f]','wp-content/themes/bridge/vc_templates/animated_icon_with_text.php',0,'7ZgMt3?rY','7ZgMt3?rY','`qĬPůf \\n7wg','',0,'?'),(' 8]tk؂+','wp-content/themes/bridge/framework/admin/options/importexport/map.php',0,'RRkjmF~','RRkjmF~','}yX$ƛDc<j$Pqf','',0,'?'),(' -a !pÏ#f','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-E:x\\I?','K8\'ٵ0)_Q~ʚyax}','',0,'?'),(' I\"p\Zc','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php',0,'{LƲ(','{LƲ(','߁PuQ;琮JG%U','',0,'?'),(' c̫)I\np,͑','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%DV','鋏p$5զU.PqALn,|&CUy','',0,'?'),(' {Ov5ml','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php',0,'q59,\rE[9+','q59,\rE[9+','-S\\RkWԩbc S扩','',0,'?'),('!+;qiv\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg',0,'sX?|z\'%U','sX?|z\'%U','\\ZJ\"1V\0&~N\\','',0,'?'),('!o\rAv7e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t&V݁6ָ','mcT)ҜO>yn/@i\"+5dJ@','',0,'?'),('!y0hP0j','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php',0,'cU!We','cU!We','\r:F)PW0|>(\0W`V;sF$^ ','',0,'?'),('!CaP-%v\"`','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php',0,'~%D ;CF','~%D ;CF','I=ao4r6ь!TvMw','',0,'?'),('!-:+W','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_text-marquee/vc_map.php',0,'7sQWڪ_\no','7sQWڪ_\no','oЯNόfI(} \0f','',0,'?'),('!1b݅9*\\','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#ttIrzXK','Vo梌>)xZEBO','',0,'?'),('!2`*_','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php',0,'mgWΊE','mgWΊE','j%\nCo	ڎf\\-d♍)mQpx','',0,'?'),('!6S۰.uZ_','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php',0,'Ԝ-+GJ垸','Ԝ-+GJ垸','	/r\"D5˨g>@.D*','',0,'?'),('!@0r.ʱ4','wp-content/uploads/wpallexport/exports/15bea20e7a723dcda641df65022b9fec/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('!@]3XNV1','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tivf>e*','50.g~krӻmA','',0,'?'),('!Id]5$[~','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL k\'k1','1\\Qt*J%s&','',0,'?'),('!Plu6CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pe1','T*+z]ʜ;>\n3]?x','',0,'?'),('!Vp-6%>','wp-content/plugins/qode-restaurant/assets/js/qode-restaurant.min.js',0,'d3i\'Ȑ#Y`','d3i\'Ȑ#Y`','l~JBC,7BxY/;?m','',0,'?'),('!Wxm\"~L\\n','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg',0,'#P\\<taSEZ','#P\\<taSEZ','lK9ڱeRncl+%1S','',0,'?'),('!^A,c:iP','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Update.php',0,'\r/k#,1swf','\r/k#,1swf','vp0?\rXAIќ5o3\Zlw&w3','',0,'?'),('!_輵p3pnL','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/I x)(\"','8K҇4!:ʰ','',0,'?'),('!zhyyn^-}Ƚ','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php',0,',B`\"vb',',B`\"vb','y\rƨ7HHFG\"zB[0.XF@','',0,'?'),('!|(yW*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L0zS,>8x','av5h3J1gj6;ʏ1(c','',0,'?'),('!g$\'*S','wp-content/plugins/popups/admin/views/settings-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@o㢺G8JG','n4?Oj[\"#\'[}(Ꙍ|<','',0,'?'),('!xx+![(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fw<vYa/$','g\"Q^\r\Z$HڌM9,P','',0,'?'),('!\n-L+','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg',0,'j%+qX9CV','j%+qX9CV','\"g\Z2<n\r<4+NL#','',0,'?'),('!w<A\n@O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FKN','KM)͔`!N6|9da','',0,'?'),('!gyD\nP1c3','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js',0,'p[f.\"A__','p[f.\"A__','fz\\+k,?51o8Pg','',0,'?'),('!TҌwБ','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php',0,'!j<V@뼤!A5m','!j<V@뼤!A5m','g|*u̳9[ռɕb','',0,'?'),('!`V[e|U]','wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-conf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uvzY7#+','H:H_\\4BM%Z','',0,'?'),('!y\'Ub#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r0Wò(=','6/E8t*FRH?\"','',0,'?'),('!##sw:\rH*$q','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C4(xHf)','X켵|gvD1S\n<Ŕ~','',0,'?'),('!yW>:\0?zX6a_','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg',0,'ƫPff\'','ƫPff\'','%Z06HJr#ͩ\\jOUíw','',0,'?'),('!⋶Z]n-','wp-includes/block-patterns/quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:v,^8^\"}','@]y%U?vwXl^{q','',0,'?'),('!RpnLwm7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')r?NぼIq\'','%=rdv\nizxu)3p','',0,'?'),('!ہIǵ`8t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nzWT7>','05S%=!\r\0\"ظ$u軐--^','',0,'?'),('!\r\"Z~+	','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg',0,'	xJxr\r5','	xJxr\r5','֘oX2[?Nd+A=','',0,'?'),('!Tۦ	lI\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$^k>T|','k^XR1, c=\\','',0,'?'),('!>лӊ^[U}','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#<[H','\neoGv0w\'g','',0,'?'),('!O4bCRRfO','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zzn','Ei!p\0\'R5R$#','',0,'?'),('!Y0-z1dm>','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ObW_V\'Q{T','X,6KWPs$gE{','',0,'?'),('!B\Zl!Z0','wp-content/plugins/contact-form-7/modules/hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A8|)6ab\r','a9斷x➃ꗘ=m_','',0,'?'),('!*`^G','wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js',0,'(6t)}','(6t)}','߾`@{hRYpZ6˷','',0,'?'),('!]!jރ11J/','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/vc_map.php',0,'w)$f','w)$f','SeiO7l#6ެR]Hzc\ZZ','',0,'?'),('!\'\Z^SUJo','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php',0,'ji\Zm LZ	D','ji\Zm LZ	D','2lX\'LKs5w<+vN1bDqG`','',0,'?'),('\"E[AmAVk','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php',0,'hvM?0qh','hvM?0qh','8TD{1)[ݴ1Fpe','',0,'?'),('\"Etys\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	-No','LIYow)4!:;?','',0,'?'),('\"4CZq$Ű','wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('\"+s;JQyf]n','wp-content/updraft/plugins-old/updraftplus/includes/azure-extensions.php',0,'8mSNgfAr','8mSNgfAr','!~VRĽk4\\ȃH	\\Efm?˯','',0,'?'),('\",)#`B','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php',0,'}z7#sFx#','}z7#sFx#','<_~\nE^l~!,wk7dZf+','',0,'?'),('\"L@$Mz','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php',0,'+jY\Zr|x','+jY\Zr|x','UBFˀX/px^C8','',0,'?'),('\"FP` #vK','wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php',0,'~!j0oHM6M1s','~!j0oHM6M1s','8\'.)籙&t4+Y*1P','',0,'?'),('\"$qNĲeގd','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php',0,'ﯕKS+','ﯕKS+','P):/S@F\'`=)蔶] ','',0,'?'),('\"(}Gr	0V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<bs\'+\ZQ','qJR_+VC%~d35kx','',0,'?'),('\"-Ѳ\n2j%(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&\"{#*','v@.|s>0OA3jA','',0,'?'),('\"0rN1M#','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EӤ㭇Mg','Q*\'B+Eߞ:myuW','',0,'?'),('\"4YF܂&2[b5;','wp-content/plugins/popups/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']%T5%j','\0v1sN>cID٦I0-','',0,'?'),('\"8A\n=ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7[R+SA-\Za*e','}pN\0K6%),o`)1\08','',0,'?'),('\"9M*?fW','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg',0,'v&/gͣC','v&/gͣC','Tg9B9)pYvJ','',0,'?'),('\"C6Vµ	.','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg',0,'؃#rw','؃#rw','T\r-QךH}{5,2','',0,'?'),('\"F`;iv\"	|I','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php',0,'R2i:B','R2i:B','G.[J;d%2ro#ڬ{/','',0,'?'),('\"IFn@a}9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6n+66n','\\AYQۂ|?X n\ZP3L','',0,'?'),('\"NMkVO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˏٷDaFTR7','1\nV}(vj`*]Y짎FR','',0,'?'),('\"YeՉ%Ia','wp-content/themes/bridge/framework/modules/widgets/latest-posts/functions.php',0,'1NkR/!	ʡ','1NkR/!	ʡ','(+,bxZFȌFyJ^fd\Zf1%L','',0,'?'),('\"[*vOKx-6V','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php',0,'mzz=fAH','mzz=fAH',',n͞I6Y+d','',0,'?'),('\"bSmdL9uH%!͕','wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php',0,'Sh퇕	','Sh퇕	','{ssU>Dd-&#	>d','',0,'?'),('\"g\0b(d7yZ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blog-slider/load.php',0,'s@<Q2r','s@<Q2r','Eoe#9F\0}Uqj#*(','',0,'?'),('\"soƯaa晐','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php',0,'$H7RE~','$H7RE~','`\\8j~\ZTR}Du','',0,'?'),('\"H*^鯺','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/load.php',0,'.a\Z{+RHf7/','.a\Z{+RHf7/','	d_q7mR=<4^8dPu9m','',0,'?'),('\"K6^4V}','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?{e','$\"<Re\rp@tery]','',0,'?'),('\"Wm8>','wp-content/themes/bridge/blog-masonry-full-width.php',0,'	)	cR','	)	cR','敃6⎇ǨikpCx{','',0,'?'),('\"\\;T4X','wp-content/themes/twentytwenty/inc/svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-kE!v/Mg','Dv:8(uG4\r','',0,'?'),('\"b9e|_','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\I6bJi\"m','+.40Ig(b}yтKkb5','',0,'?'),('\"T*WQ8	yHk','wp-content/plugins/revslider/includes/globals.class.php',0,'Pn00r¶ÆV','Pn00r¶ÆV','50kdRr&\"uj(\Z5p','',0,'?'),('\"͹*>\r.3qH','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php',0,'2ӿnYcfp','2ӿnYcfp','&\Z^MK[9R3vP\\r]','',0,'?'),('\"ջ>Li?3l','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php',0,'Lz#K\\','Lz#K\\','|63<C9=`̡$K]','',0,'?'),('\";y=ea','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php',0,'\Z)gpx3\'?','\Z)gpx3\'?','nLةnmx&8Q1\n','',0,'?'),('\"\r8s8ޘ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php',0,'hv4bpڞ','hv4bpڞ',' %%;6OV\"ū|','',0,'?'),('\"ۤH1mu<}','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php',0,'b=\\M̆i','b=\\M̆i','V\'rn[B>/Ĩv.jֽ\0u','',0,'?'),('\"u>17','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~kX_','*,\\dW̅\Z)`9NQ@J5h&G','',0,'?'),('\"!Scs','wp-content/themes/bridge/framework/modules/sidebar/sidebar-functions.php',0,'smzA×.,','smzA×.,','%vxBK%䀜KDh\'	i','',0,'?'),('\"IN','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/sliding-image-holder.php',0,':<wu1',':<wu1','7UaHgMDeGF~x|n3 7','',0,'?'),('\"6\r+K{\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£OilӘ','J/,H	zA	FeTYdm`','',0,'?'),('\"pBN=ФZ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php',0,'?O$+dz\0\0','?O$+dz\0\0','cjevFwJߛR4G\"Fo','',0,'?'),('\"wh','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	O8?_;=0p','CLJ\\DƪN%:\"W<','',0,'?'),('\"0\0L\'M','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95ef#ϝ','i\rC\"Գ\r48cS','',0,'?'),('\"VIwk>m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg',0,'ч#U¹l?','ч#U¹l?','\\\"SjZjh6[f)e','',0,'?'),('\"Y^ mZ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/vc_map.php',0,'	8ek7','	8ek7','?z¹TX	g86y^[;yT','',0,'?'),('\"\ZNw?T','wp-content/plugins/revslider/admin/assets/imports/news-video/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('\"ͤ~D9l','wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php',0,'U`ԡt9','U`ԡt9','\'*!efXFo*{jf=M&','',0,'?'),('\"J2\rߤ-H&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q?CG&m','>Z~{Q5:D)(x#ѝ','',0,'?'),('\"SHK<{I\rG','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/load.php',0,'Yh__㔀','Yh__㔀','OS=@. Q*!Es_','',0,'?'),('\"bGL1Lw	','wp-content/plugins/qode-restaurant/assets/custom-styles/restaurant.php',0,'>A0{m3Ah','>A0{m3Ah','-c.3\rzd@&41y\'f','',0,'?'),('#keՒ','wp-content/plugins/loco-translate/src/compat/CtypeExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A66>	pw','g`LXV\rB2~7y3¯E崟7','',0,'?'),('#z1h;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e=SF','5,nRjtݑʦ/','',0,'?'),('#\n/PZ~h','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L)&낆(','j{bXN#R5[׍m','',0,'?'),('#&ћuA0H&','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_latest-posts-two/load.php',0,'ߩ÷dA','ߩ÷dA','X\Zp\'Y,?5$w`]ib','',0,'?'),('#**arUp','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php',0,';֩Z@h\'M',';֩Z@h\'M',';hufM&g]4<MM0o h','',0,'?'),('#2Zn#','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-regular.php',0,'Rr1R}F','Rr1R}F','\nfvS\r4\"Mﲆ}%\0l8nb','',0,'?'),('#82嘨\r	Ѝ`','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php',0,'>=@Xee','>=@Xee','zF#=_YSDg9yOy=\"Q;','',0,'?'),('#9v:Hk;Lt','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php',0,'N}IR\\Ze0','N}IR\\Ze0','w(\\L8w߆Gf\\4','',0,'?'),('#9a@0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php',0,'{<B[224;͎=','{<B[224;͎=','brcs\nvU[/84El!֋','',0,'?'),('#BD7&$Vw.@','wp-content/plugins/loco-translate/src/package/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ntnAηAM#B#','VE&j~0,J9:C6MUBt','',0,'?'),('#Dń5%','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Np}f$l','\rO=X	ǍJU-#rtumW','',0,'?'),('#IyZ%tl:\0F','wp-content/plugins/updraftplus/central/modules/theme.php',0,']5!hm;\\\Z^E',']5!hm;\\\Z^E','<qc\'0ɢFYLiG,JL','',0,'?'),('#MB#.2\"2^','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js',0,'>@cLe,-','>@cLe,-','ݴM+SzuS0MB{:KqEq_','',0,'?'),('#PCNYT)','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg',0,']`!r+TqW',']`!r+TqW','4>2T\\dww`\ZUH','',0,'?'),('#n8R_:\'FƖ\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg',0,'JVq[ICj','JVq[ICj','@/\Z:jz:\'y>yzQ\n','',0,'?'),('#nZmBZ̄e)','wp-content/themes/bridge/theme-includes.php',0,'FB#[\"ǳL~','FB#[\"ǳL~','W#<L7\\M/^ٍQ?','',0,'?'),('#ybu|4G','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg',0,'WtKb@B','WtKb@B','|afi\'WקUS4','',0,'?'),('#yt($NTt','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@k7\0t\\*G','w<PBZCkSIQ!\n}i','',0,'?'),('#ɴ.\nI|+ɼ','wp-content/plugins/contact-form-7/modules/really-simple-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FyilMuy;','V&|p}rƄ1P','',0,'?'),('#h*l=zQ8','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php',0,'I*GKn>dܶ','I*GKn>dܶ','r!Ftpv=2','',0,'?'),('#ԃ$7Qg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg',0,'t.[gW6','t.[gW6','ՇO8dL-m?dw.GG:$u','',0,'?'),('#Vnt=G\r&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg',0,'}31g\\	','}31g\\	','V7~($y]p졧_n5','',0,'?'),('#)#gW}','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php',0,'^EݫʗZ','^EݫʗZ','Dub@9rgo24+ͻ,$ |w','',0,'?'),('#,b[\"&','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php',0,'7q(eϲH\\','7q(eϲH\\','/(|ѿ1&-Orۮ7ofg','',0,'?'),('#bAKv6dc','wp-content/themes/bridge/blog-masonry.php',0,'ZN\rU<W)*','ZN\rU<W)*','RO%\"X1{*)2','',0,'?'),('#QCw3eX9','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\07','@UJL$)\ZO\\|bS|oR','',0,'?'),('#-g\\L%3S݋B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Zlo9͒','0	6ӭIvhJ`','',0,'?'),('#;bM[sF,J','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php',0,'es!\Z','es!\Z','	cuZ[Y\0^uO() \0&TL3','',0,'?'),('# J/ݩ-','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php',0,'FyЄղa','FyЄղa','V	e,B(\n\"3(	;DP:J ','',0,'?'),('#R|q j/','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg',0,']%cX]\':!I',']%cX]\':!I','B3ӗU&GJ|%yKZ̲Ote','',0,'?'),('#.ɷLc','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php',0,'[Qf{B9A','[Qf{B9A','PUn[%=_#u_','',0,'?'),('#U|u)jJTh','wp-content/updraft/themes-old/twentyseventeen/assets/js/html5.js',0,'^鐐{1P\'`K','^鐐{1P\'`K','Ry1Nhu¿I}؞)i','',0,'?'),('#ufUiR','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg',0,'L|R\'pg','L|R\'pg','v\n]igVH\ZY^.pvO','',0,'?'),('#x&\"nӮT','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php',0,'%E[Ys\0ֿ','%E[Ys\0ֿ','3,JvaၕP2V\04N}W','',0,'?'),('#锒-i\0΁[','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php',0,'^naB?]3~+','^naB?]3~+','2;\0B]9ڬW\n<M','',0,'?'),('#8=%iL','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php',0,'|:a}|x','|:a}|x','Aĵ VّwCP|aQԹH','',0,'?'),('#?\'Y}6k!U','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg',0,'pCTul','pCTul','rԸm%\nDp	?\n3','',0,'?'),('#U@oJj','wp-content/themes/bridge/framework/admin/options/general/map.php',0,'B*SY-;0{','B*SY-;0{','>(ͨ,xTdgN	c]w9td','',0,'?'),('$dE\n]','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php',0,'j&y\"@tQ','j&y\"@tQ',';0Bc#jukIirR\"L93(','',0,'?'),('$$27\':w\"','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Update.php',0,'3ou]k','3ou]k','(|l4Mȶ7h&_m<v','',0,'?'),('$\'KMIj','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php',0,'!ͫNҎ%','!ͫNҎ%','ۏBMn\0C,}&	gu5','',0,'?'),('$)J\r`?3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php',0,'DEW\'&','DEW\'&','\"\'/M-T~JoDu','',0,'?'),('$0\"\r2$ϑ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg',0,'g^4C\\p\Z','g^4C\\p\Z','ݺM.bz9\r=~ȉ#O','',0,'?'),('$42{Eb\0;L','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg',0,'8f΃8sؓJ','8f΃8sؓJ','@*VK\0\0S^\'Mؘ','',0,'?'),('$7y]N','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P<\0cAFLN','R]`[2#XÉi(E\n`rJ','',0,'?'),('$Dd|*Һ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg',0,'kxxj@h3G','kxxj@h3G','¿Sx>F4j,7ϵlX2]_','',0,'?'),('$DJ?[?şbu<1E','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/functions.php',0,'ޤQO:ӛ','ޤQO:ӛ','@x;#\rODz\0(YkuT<0','',0,'?'),('$HgRd%I','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/templates/multi-device-showcase-template.php',0,'CUȧ>ymI&a=','CUȧ>ymI&a=','_1y؍ݜ9)C>7','',0,'?'),('$I*ngIҢ?','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php',0,'4<k5M\'_D','4<k5M\'_D','0+fUSn|+M<0.+qHKTh`F','',0,'?'),('$MET~','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg',0,'9%kv','9%kv','Jb\rWOZTG5@Kl','',0,'?'),('$jlíB','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Package.php',0,'7\ZPX a\"~&դF','7\ZPX a\"~&դF','Ӭ)yC3P4H\04T﫽0G\Z','',0,'?'),('$l}|]d-bmR','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php',0,'Y<aZZ[K','Y<aZZ[K','nۊ	X\\D9]Uڥ\"P0iE','',0,'?'),('$ltyu;R3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php',0,'Sdu\0Nkga','Sdu\0Nkga','QD?\'>.זBBǶ,Uk','',0,'?'),('$n+F*c\Z','wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php',0,'96x^~Xp#','96x^~Xp#','#rFI;KɀԢ5b{!OV','',0,'?'),('$刯ބ6mV1','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg',0,'*IXk+[Hc','*IXk+[Hc','t\Z8h!NR2Y\0|0','',0,'?'),('$0S\rr','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UE','>DC9McJ\Z+UL1f+g','',0,'?'),('$G`ZT$6A7','wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js',0,'W','W','$be(~uQ!:X?87w(w','',0,'?'),('$+:臬KY','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/templates/cards-slider-holder.php',0,'+(%\'CVTPU','+(%\'CVTPU','dXB\"r@o-DCuu#b','',0,'?'),('$SCkdW','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7^њOi','5QgwBH.f<<Zh&V','',0,'?'),('$[ֺ<&݁R[','wp-content/plugins/popups/public/assets/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('${\nIHG7b','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg',0,'-_(\nBOqS','-_(\nBOqS','sOB;8$XH4','',0,'?'),('$V|hhy','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a#C4Y','TZegҫR!Mx0^l\r','',0,'?'),('$dv','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js',0,'|iCE','|iCE','iљy[κ..$@/nR-{','',0,'?'),('$C/9','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b$kR\Z²\\Ù','C3SchY!z]&ףOe+_W ','',0,'?'),('$8y`RG','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php',0,'ri4Db-${\\I;','ri4Db-${\\I;','L͂nM\n2','',0,'?'),('$$oQqmvyH%','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg',0,'(Kmx};`y|J','(Kmx};`y|J','=Y8n-[\r%N%|DDmZ	K{','',0,'?'),('$uDְ?Nu','wp-content/plugins/loco-translate/tpl/admin/file/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0D2p','N桭g/zF|41=','',0,'?'),('$q|#\"	ҹ<','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php',0,'ĵ֜Pb','ĵ֜Pb','UTXpŚd8wy>8ǈT\r+x(','',0,'?'),('$w(_-sB','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php',0,'w`̕~?P 3\Z','w`̕~?P 3\Z','qW:[WM5JnDoRqdT˛J','',0,'?'),('$-#q`l$Wۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2>(]/@ꏞf','QըW`~N_wID$J3','',0,'?'),('${P p?Ҵ','wp-content/themes/bridge/js/plugins/qode-like.min.js',0,'n=8	\"`uK','n=8	\"`uK','cV_	^)e|&iT7','',0,'?'),('$|c \\~','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;͏(vpoq','z-\0Aj@ 8cT&՞','',0,'?'),('$`.Ob	','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php',0,'$1e)','$1e)','%\\fm-nC5AZ9i\n','',0,'?'),('$^6bH^*','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O5oo\"ى=3L','Yj{ĬxMj#A [V','',0,'?'),('$ϫ/!C','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Uaw<IwpO7-','\nCPEQ%D\rk*Xo','',0,'?'),('$X︈<_ ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php',0,'X:4tqnhm','X:4tqnhm','G{]apGRj|)TAd\ZƧVǮ[t','',0,'?'),('%]M3T1T/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S_LŦ,2Q','7B)H9RG_&aDsaML*XW<9)','',0,'?'),('%eg([R','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php',0,'oSO','oSO','E8Ӛ%\0 %8\0_`mt','',0,'?'),('%7娳','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yFH\'\'nގ','KD[Rஞ 5:grP7*X\Z','',0,'?'),('%\ZS1\0\nVDV','wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php',0,'Дyݙtj','Дyݙtj','440Ŷo$(>^^jTzL40','',0,'?'),('%=\ZD{OẼN','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php',0,'Bi\r:\r@P','Bi\r:\r@P','1\"WQ$\"I7g6\'Xe','',0,'?'),('%$MqT<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUO\ZߠxtH','G\n\"_/Agh	U?SsHבYٳ','',0,'?'),('%)Zrmu\Z','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php',0,'Ͱ˱__)','Ͱ˱__)','\"P9>gMs/0*\"?.kPt','',0,'?'),('%..Ct=\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%VxE1N','!3|@0X1>\'[U','',0,'?'),('%D?m1QZ\"cAXQq','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G=1\nV0','8}>k6`uideHP^','',0,'?'),('%Lܴ0jpԮ\\\\B','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg',0,'>pn3Z&+','>pn3Z&+','fƁ ϛpW=JC]!','',0,'?'),('%S$xN-KYlW','wp-content/plugins/updraftplus/includes/class-onedrive-account.php',0,')Q;Я|y\r\Z',')Q;Я|y\r\Z','5JARqvJ3˪X(	k','',0,'?'),('%UdI4(','wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php',0,'.eZ7i:DJ`','.eZ7i:DJ`','5l\0\"0KZ	U=D','',0,'?'),('%[?XI]eJ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php',0,'DіNN','DіNN','T4xQ<aE=7<p}','',0,'?'),('%^p','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php',0,'K6-Sh\"t0˹w','K6-Sh\"t0˹w','3\ne*9_	Pw/hY&','',0,'?'),('%cAzY,#','wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js',0,'\\ڰx1#=','\\ڰx1#=','q΂<Ae󺷊Ց~hP','',0,'?'),('%hBAA~)t','wp-content/plugins/updraftplus/admin.php',0,'TZIϗ4~ʹsJ','TZIϗ4~ʹsJ','#BȹN׶>a՜Ϝ\Z','',0,'?'),('%i:)J,v','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php',0,'l{A(F','l{A(F','\0	|扭+uP?zCڹ','',0,'?'),('%iF\Z\"6 ','wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php',0,',fSL-I\'v',',fSL-I\'v','L7H)Т+L\n=<*1\rsɳ','',0,'?'),('%v[8+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php',0,'qI{\0(0TM\"&','qI{\0(0TM\"&','zum\rERٶ-!=QN\Z,','',0,'?'),('%}Mha&6','wp-content/themes/twentynineteen/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہF\r,D+z{ٰ','+)w\\::,SF&+yjd\'<','',0,'?'),('%ZmYI>~K\'','wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php',0,'#Uۙ*@','#Uۙ*@','l@[uuPj%2Aˇp(w&x_','',0,'?'),('%^.(t9[*Z','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg',0,'zD,:','zD,:','C4oH> ؄.7S\n','',0,'?'),('%T&n8','wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-activator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kbF7r','Y\'a%My_ǜa94%r(#\"','',0,'?'),('%9\\ދ','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%|-	!','V175*X=ԒAt','',0,'?'),('%8^V<t','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RS~8UI?','fϐ_1(sܠ#VTe','',0,'?'),('%fW	P0}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p]j-','8#̄(8O\"	+h\"Fb','',0,'?'),('%ȯ>yc B[','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php',0,'=@堒59Z4/Zi','=@堒59Z4/Zi','{v/4**SJo\"H%j','',0,'?'),('%˱[Ǐ{','wp-content/themes/bridge/js/ajax.min.js',0,'ShDA3N+','ShDA3N+','$Xݝx@\Zd,\nۏƸ_,','',0,'?'),('%Pb.8Gdt','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\na1(5lO','\\Jjp!Ӕk.Jȣ#ll','',0,'?'),('%*C\rI6fo','wp-content/themes/bridge/framework/modules/timetable-schedule/options-map/map.php',0,'v5xGv@(','v5xGv@(','^$NEϝP\"e*\Z','',0,'?'),('%u\"=1tn&','wp-content/plugins/loco-translate/src/admin/bundle/BaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V]c','7|<[q*vً\"ֿ\07','',0,'?'),('%ޖlK0<-@','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg',0,'5FW~\'','5FW~\'','XR+N|+=,Y\r[\0ukT)','',0,'?'),('%?KG/+l\0','wp-content/updraft/themes-old/twentynineteen/inc/template-functions.php',0,'4\'f]\r+','4\'f]\r+',')zG].?7z<WeO+','',0,'?'),('%m~do%','wp-content/plugins/qode-restaurant/post-types/restaurant-menu/load.php',0,'hAϪ0rp=j','hAϪ0rp=j','dq@+!nܢy3 e9AuS','',0,'?'),('&\Z.S\0gk','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php',0,'(z!ϠS','(z!ϠS','Z&~ڜ!/Yd:W^stZ|F','',0,'?'),('&	4|xun','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php',0,'TfXO\'0x','TfXO\'0x','_al_	~9`r\'p','',0,'?'),('&0mq{L/','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/AbstractProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+fӋ:E_e\"','˩u.@eTNyw\n&.Eq','',0,'?'),('&PDt?5u1Ym','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =I,','AQTcqPBbt\0','',0,'?'),('&\Z-aЏ','wp-content/updraft/themes-old/twentysixteen/template-parts/content-single.php',0,'\n3f49;','\n3f49;','&.)oJd5jӨ-/G_w','',0,'?'),('&*dĆָ	H5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	\Zݶ4ydY1e','놽N3X!ljh`hA]J','',0,'?'),('&*ٟ:{E7','wp-content/themes/bridge/js/plugins/waypoints.min.js',0,'h.(gw?+=','h.(gw?+=','?sѣ\n\r\nh^ m','',0,'?'),('&6\rzEaJ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php',0,'vOĔJZݢ','vOĔJZݢ','l8/1%{iyT','',0,'?'),('&=\Z+t\"/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`vwP5Q4!)','9^ɸIok{ژ2oxz_;CL ','',0,'?'),('&C|\rUC8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php',0,'ri4Db-${\\I;','ri4Db-${\\I;','L͂nM\n2','',0,'?'),('&NoST','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section-right-panel.php',0,'2`)_6X^o]','2`)_6X^o]',';PXc@Ns Tж	5','',0,'?'),('&XU_Nf#%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg',0,'vru\\+X%)+T','vru\\+X%)+T','і$<}LǃH](Dkp*','',0,'?'),('&^9fV!.ө','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg',0,'Y܌8','Y܌8','<QA#xlk~#޳)S$m','',0,'?'),('&ee\n3KvZ','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(xFEwz4','TIIWˉ<{FƐt','',0,'?'),('&gCAa:{b\r','wp-content/plugins/bridge-core/modules/shortcodes/lib/load.php',0,'t	$4Z','t	$4Z','\\ytS#faP','',0,'?'),('&i\Z(d1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg',0,'u妪d_Ei-j>','u妪d_Ei-j>','p\Z+CDZĕ,Rz\'','',0,'?'),('&k\0v_fcbv','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5)yo','1Jv)_jY]5,:@̑','',0,'?'),('&t!0^gbJc,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-*ٜi\n\Z','Ű¼ԍeu23Xdƽ','',0,'?'),('&}h5ije&{','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php',0,'чˀKa\\cxTy','чˀKa\\cxTy','-dzQ)c8Z>@ΤS?','',0,'?'),('&~s?iG','wp-content/plugins/loco-translate/src/admin/config/BaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\"Lmܯ\n]','^tGWSVߎخPefS5','',0,'?'),('&DQRw]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-rjiIأeb','bE&q*','',0,'?'),('&Ag2Nq|','wp-content/plugins/js_composer/include/params/params.php',0,'50ڈҎI#','50ڈҎI#','O\n\ndˌaY3/Cq\Z,','',0,'?'),('&UZ#kù','wp-content/plugins/loco-translate/pub/img/skins/midnight/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']b\0Z֠E/e','}da+rBOuv:\\ظ\r','',0,'?'),('&Th	l>\n͠VT','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php',0,'a!fʟD','a!fʟD','14԰K%`r$@	URB6[5','',0,'?'),('&vs8H\rL','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg',0,'޲:4)!*t','޲:4)!*t','kƕ[/kB|>\\`rt=VE=','',0,'?'),('&ɚ%)W&i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVDm|P6\n','l=b:џ	RZ		6','',0,'?'),('&jv+','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg',0,'rĚK','rĚK','˛KiF(6yvstUXVĺA','',0,'?'),('&M\"9K:6WSH-','wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php',0,'8DP\"b','8DP\"b','6~;߃MÅB*0eL','',0,'?'),('&3ۈHP4f','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php',0,'^F<)ҿ՜l','^F<)ҿ՜l','뿦\'PT~;MC+@get','',0,'?'),('&hEuX','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg',0,'Dc\\s!V\\j0f','Dc\\s!V\\j0f','2et.\'9rᬲK,-(񬡡t','',0,'?'),('&Rw?~jhJD','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nn5PB\'','XU.k⻺@-(5NV','',0,'?'),('&]0W\n)=','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ErHDD3@','<o@:-Eg)6^Ѽ\'','',0,'?'),('&lf\\%.F3`','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_countdown/vc_map.php',0,'k0\0Jëàƒ','k0\0Jëàƒ','		\n!Q}\r$O','',0,'?'),('&`OQ5Q43','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.n@̋O','%xSqr)9v3eIV{','',0,'?'),('&	PshcusS','wp-content/wflogs/attack-data.php',0,'#ح\nyIb\r\r','#ح\nyIb\r\r','l4Eq{\'wg31cw:','',0,'?'),('&vAQcqw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8F','})d!q	,@,jv	E','',0,'?'),('&饱W؀|','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G|Mjp','~[5<ԗo<WeŜaDC','',0,'?'),('&B9JȨ','wp-content/updraft/plugins-old/updraftplus/central/modules/updates.php',0,'\"yOX*','\"yOX*','\\w^-s@L9u\\wϴ;. M','',0,'?'),('&cE8_bwݦ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg',0,'v\\$=!v|,&ʒ(','v\\$=!v|,&ʒ(','F3늈ܔ݆DNq磝Zbth','',0,'?'),('&Yzq[Ff@','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ⶨ;*?z',':O.\'~y@Y`FMN:n.;q@','',0,'?'),('&\nX]PQ\r]c','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/vc_map.php',0,'G].','G].','*3U%p_{j{u,Ѳ','',0,'?'),('\'xiHbhx/f','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php',0,'k#\\tLh;=','k#\\tLh;=','@+Ŧ^NXr&[:Zj','',0,'?'),('\'\ZA,\r)a-','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php',0,'+>ZQ','+>ZQ','rc(,W@PyZg;ts)YX ','',0,'?'),('\'\"(̟BҬZ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php',0,'h~gx#}u','h~gx#}u','l*\"J)m1nΈ;$OX1','',0,'?'),('\'\'T@ǑLE6!','wp-content/plugins/cookie-law-info/languages/cookie-law-info-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z1D!q.',':&n(0l ]8kf','',0,'?'),('\'+.F`vz>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg',0,'+O]','+O]','FZ+Ҁty/0op:aq^I','',0,'?'),('\',AW)ʳS','wp-content/plugins/updraftplus/includes/Google/Service/Compute.php',0,'G\0[! )[vDl','G\0[! )[vDl','+q<ܽVV!]ߌ<^moX','',0,'?'),('\'=!ZaajUQ','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ep0lu','i>Ӻ#&2Z\'K(*','',0,'?'),('\'Ac,	~6ܦ','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':% );\0','\Z\'ġ맪.s\'sd4^I','',0,'?'),('\'A\0UZjt4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php',0,'@Y6㎚7','@Y6㎚7','.~o%3u}Ww?]\0Q̚K&','',0,'?'),('\'F=(bJ\'$0','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg',0,'\r\"2=3v$','\r\"2=3v$','|\03k9RIJ]g!Pkn','',0,'?'),('\'Mw񑍷\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nG+*e`rB','=R&reXr9h\n )','',0,'?'),('\'PAww5bW','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php',0,'[<aua_%P','[<aua_%P','%|<a|F]iGL`9','',0,'?'),('\'Yj̫\nR!46\r8T','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/ThemePanel.php',0,'\r]7Gϕw?:','\r]7Gϕw?:','\ZYYJWl:f]@mqdO}X','',0,'?'),('\'_#m4Hyh','wp-content/plugins/updraftplus/includes/PEAR/PEAR.php',0,'\r{xx	','\r{xx	','1Lnx&Ý6\0n*w\ZywʻW=V','',0,'?'),('\'aHJ9 x','wp-content/updraft/themes-old/twentynineteen/template-parts/content/content.php',0,'pT	/=B','pT	/=B','1@Ir(t_~@hVy(','',0,'?'),('\'q{Z>','wp-content/plugins/updraftplus/includes/Google/Service/Dns.php',0,'<<j*','<<j*','`\\AB[A[y/gxLr','',0,'?'),('\'}8*ɌG_o$Y','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php',0,'|̫&dDԤk','|̫&dDԤk','F:>p[','',0,'?'),('\'J\ns>','wp-content/plugins/popups/languages/popups-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7JkV,9','?A\0*[VRCica8Jos^k%','',0,'?'),('\' oS','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mwߴtꍓ\'\ns','dz\nyKƮ\'#]x	VJR.=:','',0,'?'),('\'嫲v}_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg',0,'x1Iohz','x1Iohz','%jΤIZ7T y(pl,\0is','',0,'?'),('\'\"znpaE','wp-content/plugins/akismet/views/enter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EGTA>sJ','FR<`=#izAgDd)q','',0,'?'),('\'<~W@Q놃','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg',0,'55lrgev7#Jɇ','55lrgev7#Jɇ','VC`\\vKbZ1N0̓','',0,'?'),('\'ET)]؂Sz','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_clients.php',0,'%\0eLk','%\0eLk','r!녵T->*fi>>+xr2','',0,'?'),('\'AXD-','wp-content/plugins/updraftplus/addons/moredatabase.php',0,'`6hi˂*','`6hi˂*','˵OU_[*-#\Zt*','',0,'?'),('\'a/$ow)fRc{+','wp-content/themes/bridge/framework/modules/visual-composer/load.php',0,'Yxj\"NfMc','Yxj\"NfMc','ʓ*pԸi|D!ߩe\Z%','',0,'?'),('\'uC*el','wp-content/plugins/revslider/includes/framework/base-admin.class.php',0,'\"q55gB`Ϋ','\"q55gB`Ϋ','SkS˛L3K˗7fn','',0,'?'),('\'HDΓn\0','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php',0,'pǯ~	2K','pǯ~	2K','8mDԘkG42vJF','',0,'?'),('\'ÐDz{i`','wp-content/themes/bridge/woocommerce/loop/pagination.php',0,'|V\"j','|V\"j','e)Ku-gw>cE{82 b','',0,'?'),('\'׊Kggk&UB$!','wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php',0,'g!%g','g!%g','~(KITbo5I	\\','',0,'?'),('\'_iYm1R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8΂,\\','SHS6p_2*\rTD\0G9','',0,'?'),('\'\r>疹Nn0','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php',0,'@-}C3,7','@-}C3,7','~>K@h~\'\r7DNyLr','',0,'?'),('\'F0eVst','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/PhpProcessTest.php',0,'iJHHhռ','iJHHhռ','#Ho+|e C91','',0,'?'),('(sԑo\n;','wp-content/plugins/loco-translate/src/admin/list/PluginsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^p\'!y\Z','g!ejgnYT&[]ī','',0,'?'),('(g%\04l>','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Tkf؞','?vEʔwjCP՝_','',0,'?'),('(]Ex{<3','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php',0,'ŀ޷v,Z3kCD','ŀ޷v,Z3kCD','gOD>+MUAx','',0,'?'),('(*3)?ץdiCA','wp-content/plugins/updraftplus/includes/onedrive/file.php',0,'T Z $L.\\.\0%8','T Z $L.\\.\0%8','.s3g/ S08:SdS_T̈','',0,'?'),('(2 Q\"k6=K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg',0,'\Zۮn+yCPjb','\Zۮn+yCPjb','0DI}4|Ƥ.D5VI׊.h%','',0,'?'),('(?>SN揚&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-IBh@b',':oLJDj$->i\'6n֠Ui','',0,'?'),('(S1l2Nztk','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php',0,'&\0t\0Cng','&\0t\0Cng','z/΅H:`R=iXWz2&','',0,'?'),('(WQ=3yb6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Iq_P$ӄ',']4\'9wEJJ\rnh','',0,'?'),('(X*,Ez','wp-content/plugins/revslider/admin/assets/js/codemirror/css.js',0,'f<%Y)+^','f<%Y)+^','zHrH<<s*PaU','',0,'?'),('([dBQ','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D~}d҂>','gI70jx@7pyhn\"','',0,'?'),('(gi.W¡nJ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php',0,',rs%#P,#',',rs%#P,#','Ç%ŉ`n+3]ι[k','',0,'?'),('(g+JH`N','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php',0,'86=XVBRM','86=XVBRM','{daH\rd5?-v \rJ1	\r _','',0,'?'),('(oo41ǫ=ۼ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/templates/input.php',0,'{rb\"L+X_','{rb\"L+X_','P0d\Z\Z*-DtZ3\'','',0,'?'),('(x*J,LÛn<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kw``|}$G','u/2/@H_Ilh/aU:	','',0,'?'),('(~6vqV0{\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣzeѧѥk58','lrp4FBܢ7\"Z:Wv','',0,'?'),('(v|T— ¥','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɬV\Z	jA|','~Kyi2j*SgT<q{aa%;;','',0,'?'),('(4\">.hE1\Z','wp-content/plugins/loco-translate/src/admin/file/DeleteController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\\-?3X]d','W 䉃Y;m5>IgV','',0,'?'),('(y\0	pDO`','wp-content/themes/twentynineteen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m302\0H\"uLɩ','3|Zw\Zh|Be5j','',0,'?'),('(Y\'^kz!q','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f~}ei\n&Y7','锨P5`\0\"pU~3C?','',0,'?'),('(Ιztc','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php',0,'BEpc','BEpc','=mtf\"56ﾠfM=Xc','',0,'?'),('(;.u\rxU\0V','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php',0,'r8)d\nMF','r8)d\nMF','M\"P~>y3Na$nx','',0,'?'),('(ri}eˣ9X','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_slider/slider.php',0,'Pok杩\0s','Pok杩\0s','/Gjs.EڷDTR%_XP֙','',0,'?'),('(Օ)(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'62ZG3G','oۨ z \r$*C3X*]Pt8','',0,'?'),('(>f0\Zg[|','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{ jNcK','0mhN`xx~HLjsOP,','',0,'?'),('(4EO','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/ordering-filter.php',0,' Wumam&2',' Wumam&2','Y$}̌wP~Hi9h\\','',0,'?'),('(4>Ru','wp-content/plugins/popups/public/includes/class-spu-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;b4\"','X⍶(OǪ@P~VE?av`','',0,'?'),('(ͫ8?t#3TH','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php',0,'lA0_','lA0_','\'F-2 {	4uWR .Gi<','',0,'?'),('(,\0[734','wp-content/plugins/contact-form-7/modules/count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SܜIxJA@JK','\'}P#l3	U&\"1>ֵ~Dx','',0,'?'),('(Uk3W,T','wp-content/plugins/js_composer/include/helpers/filters.php',0,'ӫc~zBcl','ӫc~zBcl','ϘTo\'~=h]TD','',0,'?'),('(H@S^`','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php',0,'|7F03jU','|7F03jU','B*Gtb(MI5s	^F,A','',0,'?'),('(LS[Wl#','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mS,\\','U!6/Ucqn@+','',0,'?'),('(M#$=~Հ}','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg',0,'r/2%&.V','r/2%&.V','h)u⬉!{G\0\0\0xY#iDV','',0,'?'),('(+,VvP','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php',0,'P^oձ,c','P^oձ,c','Y;9M~jGO+|R$}|k','',0,'?'),('(.g՟mr','wp-content/plugins/updraftplus/addons/incremental.php',0,'{)-I`r?','{)-I`r?','y}OʨÆ]bę墙iO0','',0,'?'),('(^3N3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -x<z^Wet','a;ɺ*2Zf1\"\nNt~>','',0,'?'),(')|{4+]X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'RM.Z`G','U^9p&`nM{ nL','',0,'?'),('),l]j;ZU','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg',0,'VZSF[/n','VZSF[/n','!<Y%TnrU?UPI2','',0,'?'),(')(\0C),LG','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg',0,'$3N|jY','$3N|jY','ra`Uc:Yoj\Z\\&.[','',0,'?'),(')YMK:#','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php',0,'챈T\ZX\nX','챈T\ZX\nX','<HJ\0rk>	9$K','',0,'?'),(')\"W%x1e4wOP','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js',0,'#BH۞o','#BH۞o','E%-f;D_WTpO8<pd({L','',0,'?'),(')$on1Hf|','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg',0,'wJ2]|\rEa','wJ2]|\rEa','|N\ZYeڟ~+5\'wL;@5-','',0,'?'),('),	Y`L\"$p','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php',0,'$*Yu]z4','$*Yu]z4','ZMjb!m5,Sǽ{I','',0,'?'),(')>>F&','wp-content/plugins/revslider/admin/assets/imports/concept/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),(')Yz$դtߴ6e','wp-content/plugins/loco-translate/src/fs/DummyFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FpL|',' dvi/mv^\'w;','',0,'?'),(')knVmGe','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php',0,'Bi\r:\r@P','Bi\r:\r@P','1\"WQ$\"I7g6\'Xe','',0,'?'),(')wAә|U#i.V','wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js',0,'-ϣ;Gi$rG9c$','-ϣ;Gi$rG9c$','ϯ|/X\n2G:@{\rAL{	','',0,'?'),('){jW-_Q=?GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FP ×Kp͗wB','Y5S](:*^0W8jgqԷmu','',0,'?'),(')%Lzou','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/options-map/map.php',0,'UFx;','UFx;','4|ץT6X|fI[D&U>j','',0,'?'),(')OVTrX','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/bottom-notice.php',0,'/7ҤhY$o+','/7ҤhY$o+','_4BWIC%v|I\n8׀$9O:','',0,'?'),(')`|\'_Ϣy','wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php',0,'IG_ݎ){(','IG_ݎ){(','ο͒#X13]Rb+b38{','',0,'?'),(')L6ޭ4.','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php',0,'8+<Wx/G','8+<Wx/G','XpWU{n CuCX=ӭ5{','',0,'?'),(')z3Hjv o','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php',0,'~\rUFb{iI˦','~\rUFb{iI˦','gr&[m\nxHsx\')9ʻ\"A|','',0,'?'),(')Oz=u˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!?7|.W','\0A<*-R<YqGPFۡsjOW','',0,'?'),(')k6 ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg',0,'%,?&s','%,?&s','B>kMbiP:qlBiqkĳ܁Zd','',0,'?'),(')ǿ.#SXxAO','wp-content/plugins/revslider/admin/revslider-admin.class.php',0,'@\\Y)%Bg','@\\Y)%Bg','x{$^`ٴ\"ay0+yh_','',0,'?'),(')̃2kh! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J.mrP','a#1Qf\Z\r݊P[YfdfsRt\'/','',0,'?'),(')6#_̟SAF','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~X-\nEP','X*at [oH@ˈe','',0,'?'),(')ؽΣN3(x','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php',0,'ϓ|g~$','ϓ|g~$','W\0l/$oX\0sr*\'yd','',0,'?'),(')]Z$P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UzA>z\'!f*','*xJ\"t\r^K$U09ZиCru','',0,'?'),(');ȁ 	','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php',0,'Ux99','Ux99','?KJ\"86\\Jr(;[)\Z','',0,'?'),(')M	Ԝ','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php',0,'\Z|8EΝ','\Z|8EΝ',']4a\'˒n|GR\'32','',0,'?'),(')əɗ','wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php',0,'P$C&)m','P$C&)m','G$U^Ab\rER	.h$o','',0,'?'),(')?>Pwoi_!','wp-content/themes/bridge/framework/admin/options/visualcomposer/map.php',0,'>ӎ`\'@NwK','>ӎ`\'@NwK','h2M:ɏFbO9ܲ	Tߓe-','',0,'?'),(')`f,u4','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s;dFxgؔ','-SڡʁLUGeM)','',0,'?'),('*\Zf7b\\','wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js',0,'ɁIl.2\Z','ɁIl.2\Z','siبdDV82Rm;9Jn','',0,'?'),('*V\rX\ZK+Wvo','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg',0,'\"f[EPX\0#','\"f[EPX\0#','(hрZNk\Z[A!~*c)\0','',0,'?'),('*\'\rO3','wp-content/plugins/revslider/includes/output.class.php',0,'s$U^ju*','s$U^ju*',']̈y$Gr1\ZApOޜ@\0U=','',0,'?'),('*]aJN!j%Dњ','wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php',0,'e46 ','e46 ','A[[>x	mϤW!Ñ','',0,'?'),('*b.c9ᶷg\Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php',0,'/OAIΗP','/OAIΗP','(,?Lxk3IHh]qW!','',0,'?'),('* aF4uvU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JZY<iYb','\'FєE\07ɡ#>sePض','',0,'?'),('**[ƊtI ~','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg',0,'OE]}U','OE]}U','[3\0HE eB0oDk','',0,'?'),('*10+`e2I','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php',0,'R^Xy̾t','R^Xy̾t','\'D8\'Dz&J^V1y̺B*','',0,'?'),('*B3ss$7\Z)\r[','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php',0,'=u5FJ/+D','=u5FJ/+D','{n\Zp8(35shx\Z','',0,'?'),('*K)]pȡ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php',0,'`r?}\\','`r?}\\','5-tP\"xX0w\"2q','',0,'?'),('*L\n^b\\UjՅXb','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg',0,'zⳭ|0\0Wo','zⳭ|0\0Wo','q͝MH!\rark&Yh>b','',0,'?'),('*O[%*V޶','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php',0,'ΑlE?\0','ΑlE?\0','t!{\\~?>`?5B\n&}si9xk?','',0,'?'),('*SI(nO%{GzT','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg',0,'S4X	~W','S4X	~W','aAF\\.1\Z]rYS@|5w','',0,'?'),('*V.XZ_C[AԀC3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FϽY#֚!]','TпaJ!^syt\n!N&r','',0,'?'),('*YF	N7F`7	','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php',0,'{(A,d1B','{(A,d1B','#>ig[r1?U0\0','',0,'?'),('*[wq','wp-content/plugins/loco-translate/tpl/admin/bundle/conf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Es{r<b','<u\rR.{;+jHWj ύ','',0,'?'),('*\\Tҝ)%]yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`YQP\nzG','gNQ	/	y5θc','',0,'?'),('*\\Ww`X,_X','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-functions.php',0,'Qݓ2aT^','Qݓ2aT^','viu20','',0,'?'),('*b6<f-','wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-image.php',0,'wbNֵ=4','wbNֵ=4','׉*#mj|nohH]ޔ3n','',0,'?'),('*d)nː','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg',0,'[o<5','[o<5','LÜI3\\3@I.\ry<ExfhJ꧷','',0,'?'),('*kK,{JS/d/','wp-content/plugins/updraftplus/restorer.php',0,'L=n\'X','L=n\'X','&UQm8x)6','',0,'?'),('*lKqWM\0|	Y','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-a.t]Uv','n\0<VEկRmKr72kkSe\'#','',0,'?'),('*q*6\r6z\\','wp-content/plugins/updraftplus/includes/Google/autoload.php',0,'7z6܋xTLE','7z6܋xTLE','5ZbyoOXr\060]Dv','',0,'?'),('*r\\H25WdV4b','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg',0,'v {_([','v {_([','s孹`	N~8҃˅	\noQ','',0,'?'),('*\0+[B%\ns','wp-content/themes/bridge-child/functions.php',0,'	Ö+\0R\0','	Ö+\0R\0','Mr.\n6j#qR{3|rm','',0,'?'),('*DRκ>	T<','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/vc_map.php',0,'FgYSo','FgYSo','nI-krO@!F;:','',0,'?'),('*q0$rac4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg',0,'k\0wAIk$','k\0wAIk$','/{i!6,NFx]-|HAI^I','',0,'?'),('*0=Nj','wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php',0,'Δ9-t\'','Δ9-t\'','igp0[t#3Z\'k(','',0,'?'),('*C.\\zx1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php',0,'Sÿ1.k','Sÿ1.k','YZL\0 --a8e\":\\c0','',0,'?'),('*qdqAv','wp-content/plugins/updraftplus/methods/backblaze.php',0,'~Uŝ\Zz]','~Uŝ\Zz]','B~:]_OLAN/!qpf	N)|rO','',0,'?'),('*\'N.\"%c멒','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg',0,'*_c6aѫ[oq7','*_c6aѫ[oq7','M5XhDd?tYꁥb2:|1J.','',0,'?'),('*\0)4|	\'','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/OAuthSignature.php',0,'\0,وj\rP<','\0,وj\rP<','|k<>Q:YLb7}k.3s','',0,'?'),('*-3uE[O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Mf','w\0qpq5T#\\','',0,'?'),('*~iKZ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php',0,'͛$)?','͛$)?',')QDګ|(FMiV^tO','',0,'?'),('*l{)','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg',0,'=&N1ݳII','=&N1ݳII','C^i3}Y[Ș|-u`','',0,'?'),('*0w1-ǔ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_team/vc_map.php',0,'eMr祷t[','eMr祷t[','Bm\ZnkF)l&Cr\0\\w','',0,'?'),('*b*ee','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\\8zM~.','vR\0S~[\rҮ6o:Ś\r]','',0,'?'),('*=&r6~p~,)\'','wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php',0,'>j_ܨL`|','>j_ܨL`|',')&CL)\Z1:bmt','',0,'?'),('*قI8AR','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php',0,'ˌ:Z-','ˌ:Z-','balrziQT	SZѓfJk','',0,'?'),('*Lm&&2\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lUTLi','vLus<*rWҪ.\0|Rg','',0,'?'),('*`Uz]\"L%1','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Dzxǂ',',E{0/maXi','',0,'?'),('*&C:[r9N','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pefi\'jW','6UmЖ%?MSA^=X|U','',0,'?'),('*\Z07ѥ1Oَ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s{N|EO0','q3..j G\\RnݼI/T-','',0,'?'),('*`z//;','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php',0,'C\nF\\|','C\nF\\|','3.Viq>jy).%L{ՄUV','',0,'?'),('*	ą\\','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']KrYwB','knS	3&Y=Ձ_+?Hƪ%','',0,'?'),('*hC}sP\n𞉯','wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js',0,'bӎ	Gv','bӎ	Gv','eÐAS:N%KeؘY9','',0,'?'),('*Ii9\n?','wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/PipesInterface.php',0,'|f=֏w&;','|f=֏w&;','x׽S+@VvKH','',0,'?'),('+\"s','wp-content/plugins/contact-form-7/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PSe\Zdu!}}q',';$&ܚVx?@N;AH\r;)9','',0,'?'),('+;Y z+Z^','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php',0,'HӤ@@jA ','HӤ@@jA ',':iؚ4I{Y1NuDx','',0,'?'),('+\Zi/a&e{ǚ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php',0,'}rv5~Y2G|','}rv5~Y2G|','j>s`u}|4N_RaV','',0,'?'),('++}@.z','wp-content/plugins/revslider/includes/framework/loadbalancer.class.php',0,'wGA	wo','wGA	wo','=-;d7*]8D4ݐP]!̃','',0,'?'),('++uV67Sc','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޴Zx/!P֢a','6Vyn)7:n:!)KQ%','',0,'?'),('+9[BUEe','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2~xz\"\n|','#[IB?7NB^ha]mOL','',0,'?'),('+Jea:_,','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php',0,'ثDޕ;L]','ثDޕ;L]','r,Tv}G[(I=`ﻱwN癬H','',0,'?'),('+V@As	dti','wp-content/plugins/booking-package/js/setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>?z\rT\n','˟\nYثI{WL0ۢc٪8s\"','',0,'?'),('+b\nDfX2YC','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS:-N!Q0\"','6)?^\"F*g|&RΠ\0	','',0,'?'),('+gzPR','wp-content/plugins/updraftplus/includes/Google/Service/Books.php',0,'_7Vhv$5L|','_7Vhv$5L|','2ώ(9҉yTZ#0ݩpUa','',0,'?'),('+iEvViAx','wp-content/plugins/cookie-law-info/languages/cookie-law-info-is_IS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O2	i)','L}^lqfEB\r57','',0,'?'),('+o@JCSj','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg',0,'Rx?(','Rx?(','	]iw,\\\r*Djk,','',0,'?'),('+tŜ9Ͻ/\\','wp-content/plugins/loco-translate/pub/font/loco.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$S?Jk/qgc','Q?`>fpqAϵ+','',0,'?'),('+zo0iр5I^|Qi','wp-content/plugins/bridge-core/modules/shortcodes/qode_circles.php',0,'vȻ=|@uS','vȻ=|@uS','\r	k[N9`c;{@Si-Э/','',0,'?'),('+NEjP]/','wp-content/plugins/revslider/includes/external-sources.class.php',0,'v>Ф	-O','v>Ф	-O','^_ݢۂ\rlP=~WBX]lG%m','',0,'?'),('+j\"O','wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-quote/map.php',0,'ܑ_g','ܑ_g','%G{$\'A5tAUjQ2۶Hd','',0,'?'),('+	Wm;sQT\0˴','wp-content/themes/bridge/framework/admin/options/maintenance/map.php',0,'cnTW rs','cnTW rs','5Xm253g@ǰ|4X1=&GXf','',0,'?'),('+SDafk','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php',0,')z<a 0x\"',')z<a 0x\"','PxeÕV4\0\"\n1ë)6\n','',0,'?'),('+o	)u:h','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/price.php',0,'6)|tD犐x','6)|tD犐x','1Fo%Ar$omTzO','',0,'?'),('+A)l','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg',0,'M-j=ѵbg','M-j=ѵbg','SI#pw8\nOv`\\x','',0,'?'),('+e\rϞ3t\Zv','wp-content/plugins/cookie-law-info/public/views/cookie-law-info_popup_content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G.0f\rc4','g/dw/a.!qe/','',0,'?'),('+G*#f','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ao	d%Ua{','\"R5Bhz	Qtlq;E	1{','',0,'?'),('+\ZDZe}','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kQ4ڌtS*','Qh9\07MN64>\\','',0,'?'),('+t%R?','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B+KVe=','WNhK2ZFW\r08J5','',0,'?'),('+Pa5|gq j','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php',0,'	WNa	/m^','	WNa	/m^','Em5+շĵ4X.yV1','',0,'?'),('+ܒj*}\0	S','wp-content/updraft/plugins-old/updraftplus/admin.php',0,'TZIϗ4~ʹsJ','TZIϗ4~ʹsJ','#BȹN׶>a՜Ϝ\Z','',0,'?'),('+fCI/ԑk','wp-content/themes/bridge/framework/modules/header/header-functions.php',0,'(~ǟFSD','(~ǟFSD','OНeﺾL5wëfWb36OFm5h','',0,'?'),('+;i D)R\r','wp-content/plugins/loco-translate/tpl/admin/file/view-pot.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϐCvv@7	','\r43Σ\\ETi1Rup','',0,'?'),('+i_o{KX\\d','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg',0,'X.2A}Ng','X.2A}Ng','M~/T(ؠB}b%~p','',0,'?'),(',zd\Zߡ7\"7R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg',0,'.j8$_KxѨx','.j8$_KxѨx','_\Zo\n|Ѽ\04 vۭеם','',0,'?'),(',\ZJ\'AWh','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Lgf','_\r\0\0Z}})v[4','',0,'?'),(',㺢z] !0Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php',0,'=cP)ȇG','=cP)ȇG','S\"r1JŸ	6*)-{','',0,'?'),(',aԙ,s`9Z','wp-content/plugins/updraftplus/addons/dropbox-folders.php',0,';Ga%Y۱',';Ga%Y۱','1B5(mFDeQ 9Zo','',0,'?'),(',&VM.','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg',0,'u~/d\Z','u~/d\Z','!	溩p֟ƻfn=Kfn[YMB','',0,'?'),(',25ѓx4ڧQ','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/image.php',0,'.:c[JO%m^','.:c[JO%m^','Y+7*-Ѽ4R>x|0','',0,'?'),(',3-~Z','wp-content/plugins/loco-translate/lib/data/regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mA/4?Q}','5~-T֨vҿJΰDK^','',0,'?'),(',5sY(?*jf','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg',0,'>2 \0JRx','>2 \0JRx','\ZFp)()*qW!,','',0,'?'),(',< ?C]0A','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͶU裦h','ehӧ&έA3+WTh\n\Z)?','',0,'?'),(',>=U6t̡','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php',0,'4I\nZHu','4I\nZHu',']^M;Y~\rm@tE]9J','',0,'?'),(',L+AO8a=','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php',0,'!+vmٷ޲|','!+vmٷ޲|','[Qiv[*G_)C}','',0,'?'),(',]\'N%ݑUeT)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C|]#{','1h-0QzKQof8m{Z2S','',0,'?'),(',c*Q5շ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg',0,'7PY7<3H','7PY7<3H','WsǅBD+I#','',0,'?'),(',v=PqYy\Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php',0,'v-HXH/0D','v-HXH/0D','OJ褼TkQ\r.LzY%0DU2','',0,'?'),(',yx?xWe','wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-gallery.php',0,'YXg\0Noq@+Nn+','YXg\0Noq@+Nn+','u[𤧤a_ 7hP\Z','',0,'?'),(',zeY#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{ҵGݍ','Y:BP5Ms_.ن֎','',0,'?'),(',K%_7','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	*9-Hf҅	X','ۼ=w{v^ȽCqF:@','',0,'?'),(',@hjqrޒ','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od4yN4','aƙ4>$z%5z	9_','',0,'?'),(',\'P?Cu','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg',0,' Oa7M[|',' Oa7M[|','yEmqц)G+#wZ4ݹ','',0,'?'),(',hɃs?4B[^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wM\rʍ|D','g#]\"h0Vq)0j%I','',0,'?'),(',c\"W ]!SF','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/load.php',0,'#Tc\r+#\'j','#Tc\r+#\'j','sr7].Ǉ>b֞A<Wf_\rH','',0,'?'),(',ʓCn+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php',0,'GH6mw=','GH6mw=','w\\7l[W1K\'GdCIUrwF=','',0,'?'),(',ESA:','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php',0,'qw<\Z-60','qw<\Z-60','E\'\'阌2\"սм|gE','',0,'?'),(',J|`','wp-content/themes/bridge/woocommerce/global/form-login.php',0,'ONxL]P*','ONxL]P*','s\0\0/\n)@\ZgVB5**','',0,'?'),(',Lt/-bY','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php',0,'N(ڢP6ʚ','N(ڢP6ʚ','nΰuXXywVTܳJ\rx','',0,'?'),(',-U7.Њ','wp-content/plugins/duplicate-post/duplicate-post.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U$_\Z]UaOg','+D|q|-\ZrSJ@','',0,'?'),(',c4珢L5','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js',0,'\'f\'+w0','\'f\'+w0','-@CGfA@6H8p5?(','',0,'?'),(',UVw[\\','wp-content/themes/bridge/framework/admin/options/reset/map.php',0,'5-6zzNֶ<','5-6zzNֶ<','X_9\'`Q1E9_Yh|','',0,'?'),(',/JmAs.','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php',0,'DKUIjwB','DKUIjwB','_jsI6*ºLL\'OV@Jk','',0,'?'),(',lSr','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ng\r','ۻoXc\njJ#@R0`','',0,'?'),(',ƀ\Zv:!0ը\Z','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php',0,'Ss:`E4F','Ss:`E4F','IZGAl:},ڼ7J6','',0,'?'),(',˸X, MnטG','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php',0,'86=XVBRM','86=XVBRM','{daH\rd5?-v \rJ1	\r _','',0,'?'),(',͈2@L7d','wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php',0,'cطm(ڶ?Ad','cطm(ڶ?Ad','ѯ(\Z,`+]Rv[i+EW','',0,'?'),(',+Q^d6ny','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php',0,'PַҧXfo','PַҧXfo',']bq^G\nṈf^\Z1','',0,'?'),(',oH~>*','wp-content/plugins/popups/languages/popups.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˃	FW.;Mo','WãTD\rhe$Ei6ۥǇ[؜j','',0,'?'),(',i<(>u2&','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg',0,',%I\r\0ô]',',%I\r\0ô]','ft|\nXʸ\\dRWTtkMc','',0,'?'),(',i	Cz2)n^','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php',0,'}9^]iJ','}9^]iJ','\n<6g[&*>fP&V','',0,'?'),('-	>:Lf:Z','wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-gallery/map.php',0,'DR4DW]l','DR4DW]l','6*vS-lg)Y','',0,'?'),('-`wҦj9\rO','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php',0,'Pyc6kK','Pyc6kK','I4Tvڿ&ӦC=֍Yw','',0,'?'),('--ü$);J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO5RhE','zg.ή/u1J45\0n','',0,'?'),('-.cX_S+G','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg',0,'KHYR\0','KHYR\0','b}le8wr8EЂx ','',0,'?'),('-1oī&L','wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('-7OnWvE','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg',0,'z0No,g+jG','z0No,g+jG','@h9K5<Б =K	j0\"','',0,'?'),('-A?MT0;9WBk','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php',0,'\'\\/	v','\'\\/	v','5>@)n*]uٵb9v/','',0,'?'),('-E!䇀5ӇS','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpgraderStatus.php',0,'f=IaNȘ','f=IaNȘ','&~IS%\nO@Y7~J\n`','',0,'?'),('-YM\'$NW~','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg',0,'8;5z	N#7\'+\0','8;5z	N#7\'+\0','K9~B&XXvd}qr[','',0,'?'),('-\\[Jץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F1	M]','A8{!Vt<SqHoh4y`By','',0,'?'),('-b[E$\r\\Hef','wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/reservation-form.php',0,'vS_8~','vS_8~','.<iq!tV/g6/e=FvŤ2	','',0,'?'),('-jާ ~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yy0\'Ofx2;D','.F!x,p	[\'E\Z̻,','',0,'?'),('-kdϯXw\\7','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<cJ& ','!p]z\\ږVPFF9%,[.','',0,'?'),('-v[M(p?:#S','wp-content/themes/bridge/framework/modules/header/templates/mobile-menu/mobile-menu-button.php',0,':k馤jт',':k馤jт','霫6\'X7[leqM\"\\','',0,'?'),('-wm`GgC#','wp-content/plugins/js_composer/include/params/href/href.php',0,'5\ZpoCPV\ZS','5\ZpoCPV\ZS','=d\\dUW//W','',0,'?'),('-{O$?/(','wp-content/themes/bridge/framework/modules/page/options-map/map.php',0,'P9ќǘ\0','P9ќǘ\0','w50mЙ=P\Z2Q2','',0,'?'),('-}s*\'X@9pl}','wp-content/plugins/loco-translate/lib/compiled/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DJ\"\n`\\0i(','b?\'/`|C?_~A,Ԙ3c','',0,'?'),('-Ǹ%w=','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*,^b*$','nhᷘvU?D4wZqw_','',0,'?'),('-ף\n(;nb#','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php',0,'\Zm=jiZOW','\Zm=jiZOW','➁6 h6aT>2=oPuD','',0,'?'),('-_mq+1','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲ieɡ','IHMp\\Nh\n׈NF=-Z=hO','',0,'?'),('-)75y8cWv','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ I[[JdeV','21}9C9a\'X~WDۑqeol$mZG','',0,'?'),('-_+YnS','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&A ~ǔ','@jsĵMBx\"rY*','',0,'?'),('-f4]#\"ul','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Gx2F|w','L_2@eifq7{>','',0,'?'),('-藂Y{]ns','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']:?9.',')cg-[L*\niz>|Ԑ','',0,'?'),('-\"9\"J%xm.','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php',0,'3.\'2\Z@UP','3.\'2\Z@UP','\0dX3׶p\':6udSQop4؝6`','',0,'?'),('-đ;N9Tv','wp-content/plugins/wordfence/css/jquery-ui.min.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}O^0tGGQ','ٍ$rb=phxK5]8QRjn4','',0,'?'),('-7ue|d(','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php',0,'TR]A@+4g','TR]A@+4g','},0HU݊EeuύV;wG','',0,'?'),('-/|--Uǻ5t	','wp-content/themes/bridge/woocommerce/loop/loop-start.php',0,'o{e`','o{e`','2?Il^}\\Ӂ5','',0,'?'),('-QgmU\rO+','wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php',0,'/S;','/S;','4:[[esw;81tl$','',0,'?'),('-纖(\"Cj','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg',0,'H;{ei:*','H;{ei:*','ʆc	uݬ$q\"@','',0,'?'),('-zp8\nv','wp-content/plugins/loco-translate/src/mvc/AjaxRouter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r1F9W5','_u+ӳqmhWm7baMn\0)','',0,'?'),('-hxbLLLvU(','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php',0,'diTܘ','diTܘ','uxd&Q*Bpt8(Vg[','',0,'?'),('.qBOcUF5','wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php',0,'.ڋ=QeeH?','.ڋ=QeeH?','#Ke1S;uO+|߿*','',0,'?'),('.jO0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php',0,'%r(Z2jvۿ','%r(Z2jvۿ','VutV_T|#=Yao_\01&','',0,'?'),('.t9kst7r','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php',0,'\ZaJyN_','\ZaJyN_','*쁮\r<ZłBw^','',0,'?'),('.z!\\-Aaj','wp-content/plugins/updraftplus/methods/cloudfiles-new.php',0,'2zZGF6','2zZGF6','\ZpA@~J7ȃv)','',0,'?'),('.-\\.r','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg',0,'SA@g','SA@g','\"6=A<ӦŹ)\"E','',0,'?'),('. \0_oE]A_0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.Aj_mr#i','\'Cb\"B\\NN*r&.XJ','',0,'?'),('.6<[;So','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php',0,'-I@=<','-I@=<','bxėn*R}9i<`JT-ƼD','',0,'?'),('.E\"أ0XwhQ+','wp-content/plugins/booking-package/css/front_end.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qpNwG','\r\':-^ݾf]慈MsAQ|VyԳY','',0,'?'),('.IhU3+B\Z','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q8o','*ETsal^pXZ\0','',0,'?'),('.UTF,y{\ZSUr','wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php',0,'<ٗ%^,','<ٗ%^,','BcNOsudQD՞','',0,'?'),('.VX}\";\\','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php',0,'a|	XŤD5Su[~','a|	XŤD5Su[~','9zwL5{!?Y!	f','',0,'?'),('.W[>>','wp-content/plugins/loco-translate/src/compat/TokenizerExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y@;u','WV|\0ʌ\'ZYMS_','',0,'?'),('.\\_kfHO','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php',0,'ஃLz*Bg','ஃLz*Bg','CԑV,b<pUl%g6','',0,'?'),('.fAIC3k\"Í2(','wp-content/themes/bridge/functions.php',0,'Y|t+U֪','Y|t+U֪','!qlVE%[e\'VWc','',0,'?'),('.rC2^6{DQ&dY','wp-content/plugins/updraftplus/includes/onedrive/onedrive.php',0,'4a$ Ts\r','4a$ Ts\r','ra[BT߶ēԂjblͬ\\','',0,'?'),('.rq:[h;q#\n1P','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php',0,'+A	_Tؒ?[','+A	_Tؒ?[','V*bQ<G1CS~~{Uj%','',0,'?'),('.xϮ7_','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2=XIC','`RQ(2h>ru9Y߭ێ	','',0,'?'),('.}`ȕ6jS<8','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php',0,'yp?m}','yp?m}','O3޻zT\Z*k6\rƁ\Z','',0,'?'),('.麉D0uL-c','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B|ssGo1x','\n9VW |:]\\)d^U#','',0,'?'),('.Y,=0','wp-content/plugins/js_composer/include/autoload/vc-single-image.php',0,'HQ\"\\9?,2','HQ\"\\9?,2','Djhv@l~E_edh','',0,'?'),('.m7܏N/M|G','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php',0,'O\0UPVݥl1H','O\0UPVݥl1H','B3\\4ËULr@ٺx&+r','',0,'?'),('.E[Jlx','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_Z?N)Ҋ:5','/<>O&ȕJR݇e}(m','',0,'?'),('.)BZvְ{}~','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php',0,'͝У|0@\Z^ú','͝У|0@\Z^ú','&>CyMth\"sN\'r$l̡E(','',0,'?'),('.J9ωPP`kW','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php',0,'?PX_?','?PX_?','.|˔i_Acz%MY','',0,'?'),('.OQpg','wp-content/themes/bridge/js/plugins/smoothPageScroll.js',0,'*2\n,9`d','*2\n,9`d','Ksj9@h\n]\n(]A(,K٤','',0,'?'),('.7fw9Pm@','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0H#IHD','voVYx?\n\n&3c-\r8m','',0,'?'),('.y}','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php',0,'TEVhzz&#hR','TEVhzz&#hR','Ee`F\n\rmrfhSF','',0,'?'),('.㋲Ih','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php',0,'͝У|0@\Z^ú','͝У|0@\Z^ú','&>CyMth\"sN\'r$l̡E(','',0,'?'),('.QJ\n)ޛ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php',0,'p\'\0μnx4','p\'\0μnx4','٧*A7 :2','',0,'?'),('.ɖi^','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php',0,'m^UrZ(XX','m^UrZ(XX','ov貂ډd\0ywSo(\"','',0,'?'),('.oÞ[oD','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php',0,'lwn}_!','lwn}_!','\"UMNѵJ؋5,CYY','',0,'?'),('/\n\rDg%ve','wp-content/plugins/loco-translate/tpl/admin/help/tab-init-po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mrK\Z݂;5','das$ҭ#Cxy!*_^Þ','',0,'?'),('/*:o>t','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gmm-Z;(','7~L׊_ZgC->Y}Q','',0,'?'),('/./Sf[Cg+','wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php',0,'+C[b-a6$+','+C[b-a6$+','N&*vZlU$]ٵŇOB\n','',0,'?'),('/7\ZJȀ','wp-content/themes/bridge/blog-gallery.php',0,'J͎= Ӭ','J͎= Ӭ','^gd-\rnT],J}ᜫtW','',0,'?'),('/8P%$߷','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg',0,'	pT=2e\Z$','	pT=2e\Z$','[twݫjPeW>Üc4\'Xa	','',0,'?'),('/9gr[(~k','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php',0,'_7\\&@\n','_7\\&@\n','§ ]$1TtZ\"efNcn:]dd','',0,'?'),('/<ا^ɼf}\"$','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v48Αy6d','ø`f	I$ _ZX\"0\r,','',0,'?'),('/?<2.	S.','wp-content/themes/bridge/framework/admin/assets/js/bootstrap.min.js',0,'~B;!b*\rHo-','~B;!b*\rHo-','HVi\\+Ux\r9!fP6Pa-m`U','',0,'?'),('/afw=?\Z6PI','wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php',0,'^Sш\"o\nG2Bp','^Sш\"o\nG2Bp','FlQZLJ`t:_R̥','',0,'?'),('/f䌴^`4\"6','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php',0,'\\C\0KSd','\\C\0KSd','P/QD}f:4aoD\0A\\9','',0,'?'),('/}/MNLa;g','wp-content/themes/bridge/vc_templates/qode_pricing_tables.php',0,'U[(=3s?)e','U[(=3s?)e','>PL\0z\Zο\\I([:w]H','',0,'?'),('/T$\nL|','wp-content/themes/bridge/vc_templates/qode_content_slider_item.php',0,'z+s!','z+s!','xt1:~\\-Ti^k.`F.','',0,'?'),('/Dclޏ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H{pN;R','nnzTM_nƜ<B@x6L9(','',0,'?'),('/[H3}[F(','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php',0,'S5»9','S5»9','Z@[	8ƍ>;\'+N','',0,'?'),('/}㦿L;?w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*?d@','YV$/@=V-dc','',0,'?'),('/Mn(sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9;Tpeu#.S','^R|7^)4(5;','',0,'?'),('/sC4','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	wTA;}Ad','韌\'MN+ƺRg','',0,'?'),('/#}ڷjܠ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php',0,'+	qL+Sm','+	qL+Sm','h\0wgA[Yz?y!ɳ~s','',0,'?'),('/sNF>6','wp-content/plugins/contact-form-7/includes/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PP;]W׺ph','NzĊJeAςJ>0vИP3','',0,'?'),('/ŠO{Ng&D','wp-content/themes/bridge/index.php',0,'jo9Ip8y篽','jo9Ip8y篽','FÎvx6E Rx$V_','',0,'?'),('/7[n','wp-content/themes/twentyseventeen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M1@8xCϻ4V','9AdƦN.\0zs`%Kh\nփ','',0,'?'),('/鹠ΰ1iw','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&-OÕ~','r\0\'_>6QW4ڠR','',0,'?'),('/fPj>X','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}dTܧC\"º',':iK,c}i1d4lc2Œ2','',0,'?'),('/|ڀ4b','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg',0,'J~]ܪP-','J~]ܪP-','=S-?vQlPcaT@Y_O\'','',0,'?'),('/5SQU۶v+','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']r','B!ks|f	gx:m0dK','',0,'?'),('/m>I#vnk','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php',0,'R@={}QV{&\r','R@={}QV{&\r','05g=Oe撰AꁧA$','',0,'?'),('0cUPePQ','wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php',0,'P1r*(p60/','P1r*(p60/','w88J	 Gj~|GK\rO','',0,'?'),('0%v+BɌ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php',0,'>bY	PHV','>bY	PHV','c@$ 7ihkğ\ZVuI','',0,'?'),('0&(Th','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php',0,'DCiun550g','DCiun550g','d.ҹ4?-͸e8Qጦ\"','',0,'?'),('043p2P>Ҥ>','wp-content/plugins/contact-form-7/includes/form-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!(B\'aŪG\r','ܡ\nDoq4/Q*PhQ},@6','',0,'?'),('0<lڿJ','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SfKD-)','w\\dn§Ί3r\0ҍ6n>','',0,'?'),('0=Lƅ~.WXY','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php',0,'L|\\ |Tb','L|\\ |Tb','{-\Z 1k^H7?\Z5@%/Eq','',0,'?'),('0E\Z#gzZSh@}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg',0,'IN}0=OG','IN}0=OG','!3^veq۩e:/\'W;wJY=\r','',0,'?'),('0]qK\'fx','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L{p׶Ҡ','m澑[S3\'J*Stsj','',0,'?'),('0aT_z\r안','wp-content/plugins/loco-translate/src/mvc/PostParams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5̮rW','i@o:fS	JKgc$()r\'','',0,'?'),('0jVƽf:5`\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0ʬL&',':z^m8[su}.T\npw','',0,'?'),('0rn{Ӝ','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php',0,'\'ǊU#ʺ','\'ǊU#ʺ','*g[Οu\"wFM','',0,'?'),('0xhͭK3T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O$hKp','<\\F4{\njbUiPG׉','',0,'?'),('0򾮉r^?lA{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg',0,'-~;\0@&~','-~;\0@&~','Zu;tj\ru..A.L','',0,'?'),('0wu\0G$ʰx0','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php',0,'O(F3(\"p','O(F3(\"p',')B]ΨcnxdAOzU,','',0,'?'),('0C7D5g','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php',0,'.%8RaY͌','.%8RaY͌','dM\"B]_\0z2kN\rZ2 sy','',0,'?'),('0E\00XH','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uy{[M,7Ax','q-DaCdw8\Z[F)V@t=HҘ','',0,'?'),('03VAtx]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php',0,'bt,p7bT','bt,p7bT',';4GI7C-R}29','',0,'?'),('0Fj/-M\0rː','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg',0,'Sdd n','Sdd n',' IuHQ~/b7dmV\nl','',0,'?'),('0U~Fv*v4/%sr','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php',0,'_,n\00>','_,n\00>','q@Q Ó+E;g߻*@čߋ','',0,'?'),('0dۦZP2o','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ua~v','/[+!)fhfĳXF8/H7','',0,'?'),('0\Zm)','wp-content/themes/bridge/framework/modules/timetable-schedule/templates/events-single.php',0,'	9&;}yLP','	9&;}yLP','\r%Ni؁pA+|оگum%','',0,'?'),('0\0ÍmB','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php',0,'Kc4٬\nTe','Kc4٬\nTe','rIE8a&2EQ','',0,'?'),('0@es.Z','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',0,'L%R}?E','L%R}?E','\0:oa9ӹ<oUԩfU>.g3!','',0,'?'),('0&MUe2j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','do4˨ȶH}& _','޸{\"WhdZ~ߧ.og{z	','',0,'?'),('0$X8FnŃk','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%y徎:','뚦:4*y|¿j~Υka\r`@','',0,'?'),('1<U\\u','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php',0,'b]߸A<','b]߸A<','H8I&^6nR\";ӽm.','',0,'?'),('1v/.YVU`','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg',0,'\'D]qaNJ','\'D]qaNJ','POqE~\'S*y:M','',0,'?'),('1_\'Qs08@','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php',0,'d)L2*if','d)L2*if','&vIR>LH$/n)N>','',0,'?'),('1Xp\\6','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/templates/advanced-tab-template.php',0,'T`Dw','T`Dw','R@-꠷L7I2-]-gY','',0,'?'),('1&ԍ0/J(?N','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js',0,'JNm$_Z>B','JNm$_Z>B','\ZWi҈zE2\n:r','',0,'?'),('1-g97','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#fG\rւBg 0','c(k12Qw4?0','',0,'?'),('19~V MAaD','wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-audio/map.php',0,'c3DKwtE','c3DKwtE','eLIzQEeTta-,ud	`','',0,'?'),('1?ox<?6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"5y \"\'f','agLSSPU:̈p5Q<>Fr','',0,'?'),('1D\Zu#O','wp-content/plugins/updraftplus/includes/Google/Logger/Null.php',0,'ig+ 3','ig+ 3','\'hN,^12;#(Z\'','',0,'?'),('1Lg`QOr7fy|','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_banner/vc_map.php',0,'G>3\nSW','G>3\nSW','6A/;4[.p*=âʟ\")c3qd^','',0,'?'),('1N|eܓø2R4*','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php',0,'xD3K402fȕ','xD3K402fȕ','}d322zw;\"7\nOpJF','',0,'?'),('1^BsCZU*M>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o-6ѥp|','dd^#QҒ\Z#q^ƓJw','',0,'?'),('1`ݎ(','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/modal/icon_text.php',0,'G`[\nV','G`[\nV','v,S~}UNæ','',0,'?'),('1o7$Tԁ`r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg',0,'R<jN5Ov','R<jN5Ov','\nߵ?#%w(7_B','',0,'?'),('1s)6ӶCΗ','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T^1A|','Y%մ9N?\\v\\aM~݋','',0,'?'),('1]i@lC)@','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/templates/info-card-template.php',0,'5OPqu','5OPqu','\Z#sFJ\\$LÊ\Zx','',0,'?'),('1Fb3}!Q[dۗ','wp-content/themes/twentyseventeen/template-parts/post/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\;a	yA&','XU\"*JU=?InpWi-7o	gw','',0,'?'),('1۲\0דZz{','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php',0,',8.6',',8.6','Gg^n|*0>їS/*HPrGԚ','',0,'?'),('1pa`H0ߢe','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4#>dBJ4\n','={ZaL+SQgz\0(q_T\\','',0,'?'),('1lDÁ2}h1','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg',0,'[c1Z{SRM','[c1Z{SRM','Q:T\0\'SD{mY2tC#n/','',0,'?'),('1z`2Ap8\r\\@X);','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed.php',0,'t_CZQav매','t_CZQav매','\nfvS\r4\"Mﲆ}%\0l8nb','',0,'?'),('1rWo\\-q','wp-content/plugins/cookie-law-info/admin/modules/ccpa/assets/js/cookie-law-info-ccpa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y4ȓB^0Ӷ	','FR@T5wY>Sr@&2,߷9','',0,'?'),('1HǁJ.\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/assets/js/comparison-slider.js',0,'Tf\'MH\n_ߝI','Tf\'MH\n_ߝI','Ai=c8R6Vʑ~j','',0,'?'),('1БY4I^p','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x6F\0f','N^qyqܯ\r]S\\[C{Vyw','',0,'?'),('1Lɚ;Kn~','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/options-map/map.php',0,'x=\\SW.','x=\\SW.',';0\Z[\r>I൛(I','',0,'?'),('1هҗ\"R\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uHONZ,LT',',_ּ +%$G\rK?','',0,'?'),('1EfQv#)\n0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m	\'A','iķz[/\" X{o:','',0,'?'),('1\r\0^*.n/9','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php',0,'\Z3]^\0sm','\Z3]^\0sm','	j_\nV;t\\p8\n','',0,'?'),('1X/t60^Ҁ!7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ы.Re$R','zY#];x&OϜK?za','',0,'?'),('2Jy*m]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EXdji^\r','867!fuX:F\r¹','',0,'?'),('2WEbeYYi','wp-content/plugins/updraftplus/includes/Google/IO/Stream.php',0,'n\\<@ ','n\\<@ ','gehWȕĜw}/SPĺuy!','',0,'?'),('2bU\0spd0','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\r2@','._(8ehNf.D:^+?\"5','',0,'?'),('2,Ac>JHYG-','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js',0,'T#L4e:','T#L4e:','{S\'d,Q[[J{uG5CZ>*I','',0,'?'),('2-@6L^7','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php',0,'}Fe(,S8','}Fe(,S8',']?xK1Uq\0n KM=yI?f','',0,'?'),('23Qۿ-4','wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php',0,'e\n	jwեM0','e\n	jwեM0','<L3ojP̲Ƴ/`P@u$OC(','',0,'?'),('253k	','wp-content/plugins/updraftplus/includes/updraftplus-clone.php',0,'qe5~f1TY','qe5~f1TY','h\nA!\n*D)*j#Ȉ_R','',0,'?'),('2:]\Z<Atb\0,','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php',0,'	t2npU^','	t2npU^','Rù;@0Z`$\\X7ԭȅN{ͻ`	','',0,'?'),('2:1Q֓o=&	','wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js',0,'MZU)}0d','MZU)}0d',',kKxbu2>T0*f$ߦ','',0,'?'),('2@jj\0kӲӘ','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߀йB$B*','bPzeMy5J=qa<\0f','',0,'?'),('2D%J?\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c~KE&]D/*','6u#b\n!+\'g@M','',0,'?'),('2OρZ5','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/assets/js/split-scrolling-section.js',0,'ٹ&h9˼dY','ٹ&h9˼dY','ժĘJEgQSi^(S3c&','',0,'?'),('2Q²yCV','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php',0,'{Ąo^5','{Ąo^5','Ȩ)5e\\]ZZq}k֐WS','',0,'?'),('2Sg.Sd?]6Ud','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php',0,'}/X5$9/e','}/X5$9/e',';5bGSB:e}!q|z6','',0,'?'),('2Y oq&Z','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\r2PO&X;','tUFY^>ta-!V]Io.Ԝ','',0,'?'),('2jL,W\rW$','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Lpt','P^-JY~QZCX~\\l6','',0,'?'),('2r}Vĥ$^n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h^n=(&݂N&','SDIBz_-?(YpEyƹA','',0,'?'),('2¿rg','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php',0,'!ͫNҎ%','!ͫNҎ%','ۏBMn\0C,}&	gu5','',0,'?'),('2)DC','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg',0,'#qÐWl!1','#qÐWl!1','c(;/Rs+͵ڧFWjY','',0,'?'),('2CfO\"y0|','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php',0,'<.cs\rQeeI','<.cs\rQeeI','qko¶}vnrARK','',0,'?'),('2|΢(ủtT','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','摞;fK|UW','3=F!U<$t}b!1gGTW','',0,'?'),('2J4SE,F![','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg',0,'.nQ{z\\VT','.nQ{z\\VT','ui\"c~V\n!|[','',0,'?'),('2㺨a|Fl3]','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	sL2/B','H\'sӽI$ӦͤX!','',0,'?'),('2v\'9\rz','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pbD@pG+','*DZ>Bg&YY4(</','',0,'?'),('2%ݨE7GT\n','wp-content/plugins/popups/admin/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GyrQ@BPzh߰','pQsÓ0Ο!=P۹H','',0,'?'),('2EnFX!;[s_','wp-content/themes/bridge/framework/modules/page/templates/inter-page-navigation.php',0,'E!5yٱL','E!5yٱL','50q#W3I fH','',0,'?'),('2ģ_Dx','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O~}t.K','MNF`\r9ӫrP,Q','',0,'?'),('20BAv$o9','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg',0,':ffG+Z˩',':ffG+Z˩','[aLpJ_̪(ZkvĎ','',0,'?'),('2ш*=\\|uJt ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php',0,'CXc^V','CXc^V','SEiJ =H0T*KoyyTcIu','',0,'?'),('2Zs+z','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R9I60h`','IJs9-|	k#˚Jd,?_','',0,'?'),('2 =5a~+,\'j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php',0,'#7@>\"B*','#7@>\"B*','[6-S.8:}:ͳ,','',0,'?'),('20mK:r²\\0\nB','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',+[Rֈ','lFVjFlV˱VǞB`','',0,'?'),('2&.>7&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php',0,')mP,pk`q',')mP,pk`q','H5Q-c]]H2/?-%N\'z','',0,'?'),('2^(ʭ-^x','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(2ROf;Vkj','`.۾H,x18q?L}]','',0,'?'),('3D@Xq񮼵a','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php',0,'NjOf=$=&ƚ','NjOf=$=&ƚ','HATԢO\0^<C brQu+','',0,'?'),('3+z.6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	щ;yA \n<','\r,]m.0MExz1p8U9','',0,'?'),('3E^tRw rb','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg',0,'Q%Epzb','Q%Epzb','ZEܴ>Ok:ݎo','',0,'?'),('3EU\"Lw\r','wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php',0,'+1	Y%\Z','+1	Y%\Z','{$B14ue?c=݂/)ߧ','',0,'?'),('3G(F;ݰsty','wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php',0,'Ͱ˱__)','Ͱ˱__)','\"P9>gMs/0*\"?.kPt','',0,'?'),('3R&uL!0n','wp-content/plugins/loco-translate/pub/js/min/config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GCzRO#sj','\0G3TȡZLnUl՝~0T','',0,'?'),('3Rw@V7 ','wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-audio.php',0,'\ZI#s','\ZI#s',' N-Cb\"CT!3gH>$\Z','',0,'?'),('3Y#6r\nYp$','wordfence-waf.php',0,')Y1i#Sxy',')Y1i#Sxy',']I>$acl9ms!^$iW','',0,'?'),('3h\"I+[E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԓs 5CɚbLF','ʿIv+>YhbF\\xv.wT','',0,'?'),('3koW5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_TӰIY֛','2ɟtb;6@\Zq\'QHj	mѫ','',0,'?'),('3p\\8lDq','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*kLwBd=','ec[dM?H|KY\04@ QA:FF ','',0,'?'),('3y0K bxu','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php',0,'\nl)sc','\nl)sc','}De\'/\"XM/xx%kZۓX','',0,'?'),('3z\'OvJ& ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d \n;	','r?7z`\Zn앰X;|','',0,'?'),('3UbjWO!)','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԹXp`me<','wP\0pzuYDSz(WߥP3$S','',0,'?'),('3f{d@m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg',0,'a4XlL\\','a4XlL\\','\rF5gm!s{Uq?+','',0,'?'),('32I1\r)\\pϾ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/workflow-item.php',0,'Qu~ůDwfF@','Qu~ůDwfF@','=O `%k_,3ⵅ','',0,'?'),('3r3`&4','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php',0,'\ZJ@M/e_L','\ZJ@M/e_L','[w-,=LĴ\0)ا{Ζ:K','',0,'?'),('3^8g\nm\0t','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php',0,'|rMπ2','|rMπ2',' A2SetG1K8[r{','',0,'?'),('3лo\\wtO]','wp-content/plugins/loco-translate/tpl/admin/file/move.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jn\0/]F','qKC9߳C	k}	\rzb','',0,'?'),('3ֽ@d7IN','wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.js',0,'9ݴ-u̔Tg','9ݴ-u̔Tg','lswRцB^,Wy6dvL','',0,'?'),('35SZ;׎x%@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php',0,'>1}nafZc(','>1}nafZc(','y&<Cֆ7bi	7*!b','',0,'?'),('3\'RKBf','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1/<>%\"X','6r*IY\0C9<Jږ J*xD','',0,'?'),('3fQ3h5[W<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C0Y7O@GS','EWj+\\=}.1\r|','',0,'?'),('3Ct/N)DI','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php',0,'}B4ђ9G8j','}B4ђ9G8j','R!cH!+W\'d\08 cҍ','',0,'?'),('3ng\0\\\0	W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f>5lj\0f','?h͇ XUPO|H$1','',0,'?'),('4\n	m]ĿЊ','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[+e[eϙfW','QAu&{AiXPK[{0Qk','',0,'?'),('4\r8\r2<5','wp-content/themes/bridge/framework/modules/widgets/sticky-sidebar/sticky-sidebar.php',0,'>k)c','>k)c','1j/ERv)K?WŶvk9K/F','',0,'?'),('4X~}_\'','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpdateChecker.php',0,'N{G.u','N{G.u','oD[$b5`\0(F^*~]+Yu~','',0,'?'),('431@*r8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','śL\\PڜU','c>5o𽃐_T9L~;e7','',0,'?'),('4e*п%wK','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg',0,'b#J[y','b#J[y','cEA$\ZF{[\"	σH','',0,'?'),('4g\r80\'U','wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('4([Ww6','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php',0,'*I\\V:rd','*I\\V:rd','!78>vYY^9Nem4J@aܽ','',0,'?'),('48Vt+^X','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']x1ix\n','kqORg{&q+R,_MlER','',0,'?'),('4:5~ǒM','wp-content/themes/twentyseventeen/assets/images/sandwich.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\nv759','QzХj@|9^.l?2ܞ','',0,'?'),('4;`߯z?	{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h»$\ZPfX','ƪɝU[Z~^d\'Xٮ','',0,'?'),('4?}:Pmi=','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg',0,'FX\0Z1f+','FX\0Z1f+','t<ڴ.~`xxxҼmZ','',0,'?'),('4AIn097c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL1?o+;{Y','kH;\0kCs	\'K#45+eE|0','',0,'?'),('4P\0ze8zB','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php',0,'oSO','oSO','E8Ӛ%\0 %8\0_`mt','',0,'?'),('4PGg:>O','wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js',0,'5dY{Ta>/','5dY{Ta>/','3Bʓ0نw86={WbUZا','',0,'?'),('4ToiEt','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䜮`Su8','h]sUsj=(GfvacS','',0,'?'),('4USi)wc','wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php',0,'h]$xc#LE*','h]$xc#LE*','Dl{X0#W}ͨP}fNA7@P','',0,'?'),('4a[I}Hm)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\vߘTGǩh+75','xh]ޠ A_؎\'','',0,'?'),('4e8Mךvr','wp-content/plugins/revslider/includes/gutenberg-blocks/lib/meta-boxes.php',0,'?]nC&ua','?]nC&ua','`]LbqU\Z(:q1{9\\','',0,'?'),('4hKqm','wp-content/themes/bridge/templates/blog-parts/gallery/date.php',0,'\"eDgc9ɨ','\"eDgc9ɨ','v08F$λ]kOrsy݊6[','',0,'?'),('4pٺgv猔#','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php',0,'oX>>LZ4\\','oX>>LZ4\\','DkF\" 2h|Tie$~*>TZ','',0,'?'),('4xI:uoQ.\'','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php',0,'/>!LG','/>!LG','_\'D6 ЯPY{01MG Ha\0[','',0,'?'),('4OHpBC','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php',0,'PẁC~}?5p','PẁC~}?5p','dYd/\'rfPz\rqFr!d4r','',0,'?'),('497Tb~~','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w@8+^1','\n<~J&,\nkxrͷ78ɜٜr','',0,'?'),('4\n<JH46\\-	','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php',0,'bT((東','bT((東','r#f$82%M>:Zo{<','',0,'?'),('46>}4(t/A','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php',0,'>=&nEh`ۉ;\0[','>=&nEh`ۉ;\0[','ϣ)V\'5\r6S[,)','',0,'?'),('4T=\\_\'!6','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php',0,'~T;p@lW','~T;p@lW','y^HR;<qS9+4Ij,L]C\nGy8H/','',0,'?'),('43ko3q1W','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php',0,'5j>?~[-{','5j>?~[-{','wNuǃro;ADfa','',0,'?'),('4R	:|WTӶBb','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php',0,'l	\'Cٽ','l	\'Cٽ','b4d1K\rQf׬lLHܓ','',0,'?'),('4.\0)T-,gi','wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/frontend.blocks.js',0,'|¤\rPkCĝ','|¤\rPkCĝ','7~H]>|4k35IIDCO	d','',0,'?'),('4ҝN:s%{','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php',0,'lN6Y)K/R','lN6Y)K/R','Gvd\"-ϰ>ɖht#E$[/L','',0,'?'),('4`	fc%p','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php',0,'~S{Oիxg%>','~S{Oիxg%>',']C0Etˀ&feg!|1','',0,'?'),('4ڂL$,K[u','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A8\nP*a|/ٳK','XdBc\02Ýcg','',0,'?'),('4ەY[ū<','wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('4_dmLk\rl.','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg',0,'G[Dd\\<','G[Dd\\<','(;ov-SK=Zk0У=$\r$g#','',0,'?'),('4ދl<S+i|jQ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg',0,'MDԵ+@!;#','MDԵ+@!;#','һ㶴bVpJȍֳ&\\9','',0,'?'),('4V#7JNZ\"o','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php',0,'><v艗$sHt$','><v艗$sHt$','WyPuGcU{BO+p?','',0,'?'),('4+ƔI\'%c','wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php',0,'.KWrC@B','.KWrC@B','&I:*]z^vI;`N);e','',0,'?'),('4﹎I[_}n','wp-content/themes/bridge/framework/modules/header/templates/header-top/header-top.php',0,'hg\0\r,`','hg\0\r,`','Wk*tͮX2 mqH\rH','',0,'?'),('4nr )!','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BaseChecker.php',0,'pkpc4^ٰ','pkpc4^ٰ','	5exE8أu*!5-xC','',0,'?'),('4Br8Xs)','wp-content/themes/twentysixteen/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x YBjy','wP~.;g4%%&9:G&','',0,'?'),('4\'g#4ʯ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php',0,',8.`PHDևN',',8.`PHDևN','T}xd{qZDW+1|) c','',0,'?'),('4ۍ8DU;','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/vc_map.php',0,'9oAj	$ݥ','9oAj	$ݥ','a$AɫEbyL7]<nh:i','',0,'?'),('4C́kfM','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l.(KpQ','ٍ$rb=phxK5]8QRjn4','',0,'?'),('5(o&!2 ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php',0,'\0J採`hRj','\0J採`hRj','s\rYK~-xV毘{?Mu\"%=','',0,'?'),('5ŀedH0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg',0,'zsu4-X*Tp','zsu4-X*Tp','\"o0ݟ=Ofע)','',0,'?'),('5?y<2','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG=aX','dT,@vqmqXHb','',0,'?'),('5o%8|֚','wp-content/plugins/updraftplus/methods/sftp.php',0,'\0XtI','\0XtI','1o?U=0кV0FO%HSf','',0,'?'),('5)ƥq!=~B','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg',0,'@kͳI mSۖ','@kͳI mSۖ','\"Ҟ^ex-`kY-	a','',0,'?'),('5*ֶۨp','wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php',0,'n2C]$r?','n2C]$r?','.ǉ\ZC\0#-cW}1.y.?','',0,'?'),('5.=d)<peus^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vrΒ;Yo$Y','} Y1q$VY8k\rt onyw','',0,'?'),('57D~{jҠ','wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php',0,'O֔£\nu','O֔£\nu','l4\"]ơ$oY\\LsY','',0,'?'),('58d`S61K>ۮv','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\"rR.tyʃd','5!r-`{&5Od\\&Kkn','',0,'?'),('5;zHۅ,IPa','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg',0,'Ca|lH','Ca|lH','<~ED^qFT\\&є','',0,'?'),('5C)\nWu꽝/FcK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dx紖!LgR','*m4(Wփw{8%5~','',0,'?'),('5KB7SߒOt ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg',0,'x<i]$w4','x<i]$w4','!;+h\"ݔzc=ɏ$C27.','',0,'?'),('5S{TƁe/','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';C\r7l','q	MQAnq2Y|]d]R!(','',0,'?'),('5ZSμv`69','wp-includes/version.php',0,'ޗI#A%','ޗI#A%','>qxpsoV8i\Z?Uuw@','',0,'?'),('5\\h>w	N','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GNPw7\r\n','jX%NhA3Cݷ{N','',0,'?'),('5`]\\ͭi\0\ZJT','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\\ORZ','`7t/}zf!l=,8tS0F]','',0,'?'),('5i\'߫``υ','wp-content/themes/bridge/js/plugins/imagesloaded.js',0,'/>3츜','/>3츜','YI(Fqxaf5erf','',0,'?'),('5q͌Afcl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg',0,'ޛnJπ\\0ǂ_|','ޛnJπ\\0ǂ_|','Ld)o`1`}È|HDB-','',0,'?'),('5vƱA쒢jŬ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php',0,',(^N4',',(^N4','ܤR#liici:3QG&h_Ƨ','',0,'?'),('5x{3x5эNrB','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg',0,'L0wר4','L0wר4','	<1x9L405X@!vk_KTϫ>','',0,'?'),('592^%<','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_D)Lʰ','İBVl*W1eI{`o\"G;','',0,'?'),('56_Ԫ}\\s/:/zU','wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php',0,'q\nEz-P','q\nEz-P','SY{pJՌ0nsԱpT','',0,'?'),('5^Uy#x\rIHt','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php',0,'lN6Y)K/R','lN6Y)K/R','Gvd\"-ϰ>ɖht#E$[/L','',0,'?'),('57N	C=-c','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&DKzS§0','NQ*TZ%P%jܑtZn/','',0,'?'),('5O\"Hi','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Utils.php',0,'aAh:%E','aAh:%E','novyX\Z NӨ~S\0:','',0,'?'),('5ˎ7旴-j','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/load.php',0,'\'5wN','\'5wN',':,f\0Y\'ߛXZ9cGQ','',0,'?'),('5#t5RшK','wp-content/wflogs/config-livewaf.php',0,'wrQ267dJ','wrQ267dJ','NKOcTlgQ\ZevET','',0,'?'),('5jsc>^Or,:f','wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js',0,'rߞr@\n~8\n','rߞr@\n~8\n','hJRvu͕RX[/#','',0,'?'),('5˅ў+b:i','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg',0,'!Hll](','!Hll](','~zfhy3^F42@}rԜ΂','',0,'?'),('5AXI%bB%QL','wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php',0,'~CB.\Z','~CB.\Z','Qa݅]lhhZhwk?c(','',0,'?'),('5n!Y|','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg',0,'ߎX]r3}[k','ߎX]r3}[k','fX\n\'$UaBp\rSf\rR','',0,'?'),('5ה؈<u','wp-content/plugins/cookie-law-info/includes/class-cookie-law-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T;S0','֘[]1dXvM}OD2fynw','',0,'?'),('5Λ\0eo','wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php',0,'JJK(	L\ZXw>!','JJK(	L\ZXw>!','c!ݶ!\0C@J,(eMÏ<S]Z','',0,'?'),('5ѥb!','wp-content/plugins/revslider/includes/tinybox.class.php',0,'K*gDhR:','K*gDhR:','/Mr7 75=fe#+','',0,'?'),('5hc]_?FRBX','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php',0,'9Zjfj7qg','9Zjfj7qg','I0$U[Iyr\0\Z2F4]C','',0,'?'),('6\nN3/#2>','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php',0,'N?dLt','N?dLt','p`ȿ|b	Ќh.@s-','',0,'?'),('6<l','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php',0,'`廦*&a>O<','`廦*&a>O<','W\0*0Ooø+zSs','',0,'?'),('6p}s','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php',0,'}/m}硑','}/m}硑','+8Zk`~)v1٪','',0,'?'),('6X/HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl\"o','/=àBAo&I1]k~N','',0,'?'),('6,uֵy!y(g','wp-content/plugins/updraftplus/methods/backup-module.php',0,'_k62ZKThχ','_k62ZKThχ','%6{Ŗ{<)a}->1','',0,'?'),('6;I(Hm%f','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\n){','T=Y#[vrHiaR','',0,'?'),('6<XME','wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('6@0^zcJq-','wp-content/plugins/updraftplus/includes/Google/Service/Exception.php',0,'cE-QJ7Ύ','cE-QJ7Ύ','̫\"..TB`\"L\"վ>','',0,'?'),('6BT	8ѝ8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php',0,'kth*-x8','kth*-x8','vyQMhb ','',0,'?'),('6[f9? _','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&ɌԔQ<','1Nߗ׍?*ií!FMp9^.','',0,'?'),('6\\O+6KV	t.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg',0,'(Jط7p_','(Jط7p_','tTɃKUMZCnHnhgX','',0,'?'),('6cf\r8.k','wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php',0,'ۍ\0}cuE','ۍ\0}cuE','ݓ8y& r4؃>aI8妣x','',0,'?'),('6cbkki3@H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e(# ({秡<(s','%=oVBkC%Ir(?ceC','',0,'?'),('6g×<q4','wp-content/plugins/loco-translate/tpl/admin/help/tab-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xgEv`k	','ӇʌuqizQ Y_TXzfn','',0,'?'),('6{@xaO׌','wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg',0,'E\ZEVXz\rsQ','E\ZEVXz\rsQ','Qcg7v\\WYUk;L','',0,'?'),('6$> v','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php',0,'kɽF[±','kɽF[±','^M	m697J4cu','',0,'?'),('6]jvWk\r3-','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ft_ovв','fk!RG4;jhnut֭ʭd\ZWn','',0,'?'),('6?p<!y[cvk','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php',0,'&=_r2','&=_r2','yK;.T\rrs![,.	o,','',0,'?'),('6ƌC+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇X%EWym\'','|\rLʜэ|Ry6S^\\','',0,'?'),('6e2Et\Z\"\'','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_latest-posts-two/vc_map.php',0,'=!Fr3Q>','=!Fr3Q>','Y.T\'foI-j۪@}}','',0,'?'),('6\':B0AEπ-/','wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php',0,'wc,&0;d','wc,&0;d','Ǟ]UGi\\4\Z\'Xi2d','',0,'?'),('6HU^&FW','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg',0,'\\:\r9CXs<','\\:\r9CXs<','|<CHiws=lǕb','',0,'?'),('6؈2','wp-content/themes/twentyseventeen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';44O$4@;/','Q!#`2|nNgV|Ćÿ','',0,'?'),('6G_V\rpØ(','wp-content/themes/bridge/contact-page.php',0,'VA;Z\nw$!ʐ','VA;Z\nw$!ʐ','O!I[m2]S3\0	','',0,'?'),('6Dإl','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php',0,'BIb ^wF','BIb ^wF','zEky\nE;1]GmY|','',0,'?'),('6tiyxٿ','wp-content/themes/twentysixteen/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gk<G`伛','1͞)m8ZZpt[w','',0,'?'),('6\0?j?o/m','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg',0,'b!\nd\ZH@','b!\nd\ZH@','f	9`c-xd+.v{\'','',0,'?'),('6sJ_D','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg',0,'J㱸9Nb','J㱸9Nb','۸/șHcE','',0,'?'),('6r<n?ϓ\no{','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg',0,'Ǻi\ZKC^\"l','Ǻi\ZKC^\"l','gcפY:Cz+:','',0,'?'),('6H\n<Xf{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg',0,'{_lt6','{_lt6','SVp_^i\"PS˹.4h)s','',0,'?'),('6̠,_qu','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0kX)6\'U	5','^ij<@RW\"%)红ܟ$','',0,'?'),('6٨	:{^D','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|BI`-~H	f>','^e@Å>}ZT6L1\\','',0,'?'),('6;#	%l+','wp-content/plugins/revslider/languages/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('6Ѝ6/','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php',0,'\'vVcycm','\'vVcycm','X>z/o޻S503,\Z','',0,'?'),('6_vnrގxq','wp-content/plugins/contact-form-cfdb7/inc/admin-subpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','燿i0#g~X','.b~gҧ2\nO\nyځcj','',0,'?'),('66$md;w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg',0,':ɘ',':ɘ','M!LAY(;3B~z2}iYJWU','',0,'?'),('6&`WtXݸqg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg',0,'r; ی','r; ی','TFs3hmKgH~6gho$P','',0,'?'),('6\"inG\Z','wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('7b0Gz	','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php',0,'qgNbK2','qgNbK2','-1p14&]zE\Z̖fd+80\n$','',0,'?'),('7kóYr8\0','wp-content/themes/bridge/templates/blog-parts/chequered/link.php',0,'	(](9u','	(](9u','fӂ9ܲ䵗\r5p(l46D','',0,'?'),('7	dH','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg',0,'f4Pŏـ','f4Pŏـ','7k!dPg_7ol:X챍?1','',0,'?'),('7 pϺSO+','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php',0,'A6o6QH','A6o6QH','hBtV`dU!jwǌ:e`','',0,'?'),('7\"妿W\rѽ','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nՆKvOԜ\'\0','^{A荗.Fخ\"m)>T','',0,'?'),('7$^ZwEB[U','wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js',0,'?Xp>	','?Xp>	','͒\n3AR\'K!!48o','',0,'?'),('7)VQϸrJ','wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php',0,'&U=0wb','&U=0wb','{6:|\0tMK	\\$1_','',0,'?'),('7,Q<\\_?','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php',0,'W0qxi!8','W0qxi!8','@Cц7?&s(?/s{\'\na','',0,'?'),('78ʮ5~\\-LU\"','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/functions.php',0,'M(h֟','M(h֟','o)/Ʊ.L)<..ax<s','',0,'?'),('7;5Xd5::E','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg',0,'%x_j','%x_j','9VxC$BH.^ұC4R','',0,'?'),('7?߽oi(?','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php',0,'LIH\r','LIH\r','kytEUUT;=qe(1+ͣs','',0,'?'),('7Z?TitQ','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php',0,'iڼM>(','iڼM>(','7CUX	nUU¿Bi%Ȁm','',0,'?'),('7pE48Ƙa0\Z','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php',0,'?>\rgJա','?>\rgJա','-&mV2\'bCfEWsÊ9','',0,'?'),('7ruF@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4K_J2Cmcͭt','Djy,Lwa <U S','',0,'?'),('7|oOUz\0Ef','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L;G_bu\'\\','v,I/L^ww\ZX12yTɣI~','',0,'?'),('7A`|\'2`5=','wp-content/plugins/contact-form-7/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W _)1ITO','ks	ܑioG]eC,kWI','',0,'?'),('78Į(w;\ZS','wp-content/updraft/plugins-old/updraftplus/methods/sftp.php',0,'\0XtI','\0XtI','1o?U=0кV0FO%HSf','',0,'?'),('7\rD![JNü\ZȻ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg',0,'H\r2Rڤ','H\r2Rڤ','jf0k߶zc~ъ@r^f0.','',0,'?'),('7M}ATHf','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg',0,'y\rƽ1<m5~','y\rƽ1<m5~','^n3\"ڼ82- E@a7_m[','',0,'?'),('7%Wy~׹P?x','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lzV6`wmZBs','\r 8&J34бǽ','',0,'?'),('7o^l:B','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Iݶ3S','!MڒޫDwwe(!=ިd,GW','',0,'?'),('7c¢)Seb','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+34M	`','1D\'eC$;wkG0fs','',0,'?'),('7c.$P!\"򹚆','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j_ˊR2','*-9.HGO6/L):Cdz','',0,'?'),('7ɷD)\'A','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg',0,'^wy#)Y\"','^wy#)Y\"','$pyD:h*[%Oo㕁','',0,'?'),('7QDPSl<','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php',0,'=^9tP\Z#\'Ì','=^9tP\Z#\'Ì','Ti|\\wQ-OeǑ\Zcp','',0,'?'),('7ڦW\ZҡL(i','wp-content/plugins/booking-package/js/Member_manage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q@B,\Z?}','WX3\n?9J*5K$y&̅','',0,'?'),('755:P\'lu','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg',0,'N	wwЁ=','N	wwЁ=','lwkheX,$+lCvV`.,','',0,'?'),('7㊿`bn\"7','wp-content/plugins/loco-translate/src/api/WordPressFileSystem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YN3o\\z)','H5󋫥;Zg\'5MI}n|M','',0,'?'),('7w+?V.','wp-content/updraft/plugins-old/updraftplus/index.html',0,'&1fj֘','&1fj֘','{no8>?6A$)~oaVm','',0,'?'),('7JvK[Ec#','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/ThemeUpdateChecker.php',0,'Z~ƔҊS','Z~ƔҊS','[D9\0zcGjý`rV','',0,'?'),('7kXfXmS','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El*IeNZaK','K+|̫M5Jy0Itlol','',0,'?'),('72_RD;n','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<դ(Qb$','NLvH1\\9]xײg\"kA]l@','',0,'?'),('7&O׽U*}','wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php',0,'P+,\\','P+,\\','mfw_ٕϒQ?	MK=m','',0,'?'),('8\0hѷsc)Mv.','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('8$^x|76W','wp-content/themes/bridge/woocommerce/myaccount/form-login.php',0,'.|:^e25:','.|:^e25:','[n~*v0X.=[r\n','',0,'?'),('83\Z\0W&e|Eϛ','wp-content/themes/bridge/framework/modules/timetable-schedule/timetable-functions.php',0,'oB\rׁ','oB\rׁ','NHY4%]T2bii@]PQO7','',0,'?'),('8=Ia%k~','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R~[\Z\n9k','kz)}9Sb0a`\"1v','',0,'?'),('8?6B\rpl2Rx','wp-content/wflogs/config-synced.php',0,'ZG0	','ZG0	','0zjm.\'gh>Zcq!pTW','',0,'?'),('8L)s0ӣx{J','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php',0,':v.\rQ',':v.\rQ','Y颉J1N}g7e(','',0,'?'),('8P֧\ZHGE}8','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WszuNPjXu','4UQ\r1#_fH*Idl','',0,'?'),('8YvC[,','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\0>}LQ\0','_U\0]q=Չf\\/	@d\r+v*(','',0,'?'),('8jt8y7-','wp-content/plugins/popups/admin/views/metaboxes/metabox-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U`x\"6;AiJ',':3^MX65Zd+','',0,'?'),('8qMشγt]*','wp-content/themes/bridge/templates/portfolio-related.php',0,'E4}M7	R Tz\Z','E4}M7	R Tz\Z',';vTI}Ou=ы`o7fܙ\r','',0,'?'),('8yo 8','wp-content/plugins/revslider/includes/page-template.class.php',0,'UGk`e','UGk`e','s`XXrc3\0G(<\0z','',0,'?'),('8\nxL','wp-content/themes/bridge/framework/modules/woocommerce/assets/js/woocommerce.js',0,'{kr\r7+7DD','{kr\r7+7DD','\r\03*M!8kzD(','',0,'?'),('8zƴUw','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg',0,'I-h4k[','I-h4k[','m\Z<;47KGiQ7ԂQo\nm','',0,'?'),('8,@yY-','wp-content/updraft/plugins-old/loginizer/IPv6/IPv6.php',0,'+JadqQZ','+JadqQZ','#Fnl6z\'6w','',0,'?'),('8R6DHq-{:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Svmf?','\"v\"!.%3S\ZMy[^avG','',0,'?'),('8@)6yg[ysQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\nM-B ','bWx8X$p@\"m1#\r','',0,'?'),('8e$','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php',0,'tNJS8','tNJS8','piz1qaڪ&_;O','',0,'?'),('8&|Ώ','wp-content/updraft/plugins-old/updraftplus/central/commands.php',0,'e$ڎ9{1i','e$ڎ9{1i','ՠzQNU1>\Z7f<$\'D','',0,'?'),('8ǃ\0ܯƭ','wp-content/themes/bridge/framework/modules/widgets/latest-posts-menu/latest-posts-menu.php',0,'Q2##N%׿','Q2##N%׿','몛lnbiFGcDE1y','',0,'?'),('8ÛZEQ$}UPT','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1铇ܙ~\rm','%&9	/DXG؞߇U4','',0,'?'),('8H\Z7`','wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php',0,'[(v#|48','[(v#|48','Uv!AX5SNe^ؽy','',0,'?'),('8Fgs8\Z','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php',0,'X@Up5~ڮ\\m','X@Up5~ڮ\\m',',>3I۶YE*5O^~','',0,'?'),('8f\0ޡJ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_team/load.php',0,'z_P3\'9xg)','z_P3\'9xg)','$eyz°0[7jD\0N4!','',0,'?'),('8ܞt\ZwNxa','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'sMyc5`','*&5=V<̱hQ\'G_ʖ','',0,'?'),('8ݨzw~|','wp-content/themes/bridge/framework/modules/header/templates/parts/fullscreen-search.php',0,'>[.UNy','>[.UNy','m-]*Q3/Q8$ó!|','',0,'?'),('8d3K-','wp-content/themes/bridge/framework/admin/meta-boxes/seo/map.php',0,'<w棱25','<w棱25','lj([3$n.+Q~4Qg','',0,'?'),('8圄Br!','wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php',0,'}ZT{]%','}ZT{]%','@4~z1 \Z}g|˰-f{\"','',0,'?'),('8\\pUɹMu/','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php',0,'/.{#D=DhpH','/.{#D=DhpH','+<}ej\r:	Wę&cp6°}w}0','',0,'?'),('8U\nEi:^{%','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_on_the_left_boxed-featured-item.php',0,'P/mN;','P/mN;','\nRv\"i(\r\'K','',0,'?'),('9\0Sg\ZMފ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php',0,'߼~\0~Wƈ','߼~\0~Wƈ','-e՝$M*s,ϯ쫪','',0,'?'),('9\r5\'X>?','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y}xc&','(]PUP\'L2n\Z\n','',0,'?'),('9ψ[1d{@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uvz4<q\Z','/UVtDb}F9Sz','',0,'?'),('9̰Zz%u?','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php',0,'{-/E!;yF','{-/E!;yF','!OI`<K康ܽCr|Z;7}','',0,'?'),('9 7ұtF=\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/vc_map.php',0,'Y7_','Y7_','>dgLXr9u1x#h9~','',0,'?'),('9 JdSͅ','wp-content/plugins/contact-form-cfdb7/css/admin-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~p[sM7U\"Ep','u951gqOJmT\0 ȵ','',0,'?'),('9:do\np`Ry','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/q','Ts%SZ','',0,'?'),('9B/2 df','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg',0,'RV*:2Q','RV*:2Q','L}\'BۿξG&_\\','',0,'?'),('9a__=c܅C','wp-content/themes/bridge/js/plugins/jplayer.min.js',0,'΢E\"ۜ','΢E\"ۜ','iTO9ȒWWgti|VZr:sض','',0,'?'),('9ksB=}TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VzȒ`(lE','⯠盍ԵJ\\_z[','',0,'?'),('9o=D5+u','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php',0,'͒#\rcN','͒#\rcN','&HU6ed7v\n_Ӓkd','',0,'?'),('9o}(0<','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php',0,'Z4 ,','Z4 ,','匏4nHXunC~=m>','',0,'?'),('9t~`M3Kor','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php',0,',jV|eͻkf',',jV|eͻkf','P\0!ޝ)z Kܦ#NUY8','',0,'?'),('9vz9\rv','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php',0,'R0?p[/qW]','R0?p[/qW]','虬FWnu|#zJC','',0,'?'),('9x/>L+s\"l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg',0,',Qɻ׆FB*u',',Qɻ׆FB*u','X0cs<szg]K>i[','',0,'?'),('94tS\rRŹ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg',0,'-?Zr','-?Zr','<El(p#wWg1X76','',0,'?'),('9} B^?	\"','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӖpK','cx0J\'8-Ɨ!7\"ԋ','',0,'?'),('9c4(','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php',0,'I*GKn>dܶ','I*GKn>dܶ','r!Ftpv=2','',0,'?'),('9ɦ,oWGP?Bh','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_service-table/service-table.php',0,'q3ґՐ','q3ґՐ','Ns\rVlUc_HR','',0,'?'),('9SG(g\nn','wp-content/themes/bridge/woocommerce/cart/cart-empty.php',0,'fa\no`4}OX','fa\no`4}OX','屓/EIGç,L$5l{\'+p','',0,'?'),('9: \ZtE','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php',0,'U݈}UK?i','U݈}UK?i','W?U ǔvS\rG  /?','',0,'?'),('9ĠZq:j\nU9(\Z\0','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e9	|[>','P+;9L/6: ѭ.^Z','',0,'?'),('9ՍҢ9d\rY','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;gJgxA','t_2x<-˜wqIg','',0,'?'),('9qr	MBD\r','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg',0,'a%-~uh','a%-~uh','qBW==GL],c+t*W','',0,'?'),('95-iC~j\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg',0,'ܫؘa*jK\r:','ܫؘa*jK\r:','r?ݖNA{pȻڅ[a$ES','',0,'?'),('9H.㚜7Fe4','wp-content/plugins/loco-translate/src/error/Notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\'}\rvcR','^)p8Xsbe[\rA5PzϘr','',0,'?'),('9HM%j&u','wp-content/plugins/contact-form-7/includes/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\Z\'\\\"ިoÄ','1\ZCJ3l4!\Z:DuZ','',0,'?'),('9r/E_','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg',0,'V\'-0*~','V\'-0*~','v@ՄM \Z+!\r*','',0,'?'),('9s3SZ,p8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zs0ȝQK','g?[D*p8qVѓ>N','',0,'?'),('9ÒfxO@x','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg',0,'!lIWH<Y','!lIWH<Y','n@q=ТA]VJRՖҷM%yA','',0,'?'),('9^GYM4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg',0,'w]O\\:N','w]O\\:N','vnC;e_fs2Sθن[K<i','',0,'?'),(':\0Ȱ\'8u{LOq','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/templates/horizontal-timeline-bottom-template.php',0,'*4Oz2\05!f!','*4Oz2\05!f!','B\ZkY\rh91SIU*W','',0,'?'),(':{{79','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','譯EC%N','5m4^ЭNL}7	lV\"','',0,'?'),(':h #롕`','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg',0,'1=4O','1=4O','>˖]%<])J#86@yn','',0,'?'),(':|LH6(cg','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_2\n$9`m85','6%u?EMlȐ@5vr[j\'tHf','',0,'?'),(':\"i(2Xr','wp-content/plugins/js_composer/include/params/hidden/hidden.php',0,'`V:nc\\','`V:nc\\','qEF,G]+lL|_Q`l\'^','',0,'?'),(':1()p]V1-ȩ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qDLa[	?$','Gs\0\r/1v=pS-yE.U','',0,'?'),(':7FVB\nbFJri)','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php',0,'?}y0G(%9','?}y0G(%9','YƦm\rl2?Օ\rN\'\'B\\','',0,'?'),(':7]Y}','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php',0,'U$af*on','U$af*on','s%Ծ;-JǼ/p f','',0,'?'),(':9*$T	p\\|j','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php',0,'6}YNm}','6}YNm}','\rL\n	t)ZwD5p\n$ϨZMI','',0,'?'),(':<$0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>yܫ]T','8j2yN!qʩpt\0A2\\Y','',0,'?'),(':DJ$hǅ\r','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fgvs>',';Z,p\Z7/G/\"W2ܖ^6','',0,'?'),(':Hjw5MK','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/load.php',0,'PiC<.j3*ut','PiC<.j3*ut','(Z\"=l(5M)8\"}BU','',0,'?'),(':K+50@','wp-content/plugins/revslider/includes/object-library.class.php',0,'øIV!7@M','øIV!7@M','=Zn5+84\\\0$Z','',0,'?'),(':RL?&=','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php',0,';yCh}V~>Y',';yCh}V~>Y','t9cv|u4NkjE}?5$r/','',0,'?'),(':Y7r{j*','wp-content/themes/bridge/templates/blog_large_image_simple-loop.php',0,'2yv$X','2yv$X','{\r;vс{	:s!{HxtX','',0,'?'),(':]69w*6}(G','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg',0,'0}} w','0}} w','幑姥6wXK]I;x4','',0,'?'),(':]Or^=՛','wp-content/plugins/loco-translate/src/compat/JsonSerializable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'͒5C','-	Ɂhn]\0qN\nODw','',0,'?'),(':e7ѿn86','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php',0,'x5v63~g','x5v63~g','Yd|``\"V','',0,'?'),(':kGo\Z;dkB','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php',0,'b<진bblR\'','b<진bblR\'','z,M=4!F.K8lLFQ\Z','',0,'?'),(':rpg{1JK','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php',0,'fpaf\"_l ','fpaf\"_l ','&|2z@$H4n£\n\0+1','',0,'?'),(':z=zO2hT]g','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginPanel.php',0,'堑!Y','堑!Y','_Y&)\r8zhoĶ7JbF','',0,'?'),(':82EB','wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php',0,'Q0$|޻\"','Q0$|޻\"','F=R#u*C~d89K','',0,'?'),(':%H`!\rZ','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j Nx8p(b¡','	u&*\r!?c^H%4}/','',0,'?'),(':H,3>w\\C','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg',0,'Lh2~ ','Lh2~ ','*]4\0AtJ[.vt[I','',0,'?'),(':W$ל','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php',0,'hv4bpڞ','hv4bpڞ',' %%;6OV\"ū|','',0,'?'),(':R*bchl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg',0,'eM\"zD(','eM\"zD(','bP	`<t/d^8O{b/i','',0,'?'),(':=c\\Zϑ`KBC','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php',0,'`}VtPSapw#','`}VtPSapw#','=;@5W\"d?\0K1c','',0,'?'),(':v{V~,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php',0,'&=_r2','&=_r2','yK;.T\rrs![,.	o,','',0,'?'),(':ꃖR]RNN','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php',0,'_.@ap','_.@ap','0f2F=d1RG7/E$Ǣ','',0,'?'),(':/Ԕǵ','wp-content/plugins/updraftplus/includes/azure-extensions.php',0,'8mSNgfAr','8mSNgfAr','!~VRĽk4\\ȃH	\\Efm?˯','',0,'?'),(':t)<u','wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php',0,')/b;W׿e',')/b;W׿e','Ćr7,n*=\0p5O?@','',0,'?'),(':Ivo_Sxk%','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php',0,'V#g1','V#g1','+C6\riׯ1l`P','',0,'?'),(':XqݝJ\\5P4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\nD\noًj˲','zƄ\Z\"n\Zs(U/~7F^','',0,'?'),(':{_<dF8','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php',0,'Yٟ!a;o9','Yٟ!a;o9','џMK7pA9(	xgVO ','',0,'?'),(':󄗏F.o[_k','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jo>87cE','Lf%>lW/ϬJ<vt','',0,'?'),(':%5-ZQ~','wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pA04W_<5','cugME,b&>lɤu#Igi^U','',0,'?'),(':n̣RMti#=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','taCA.Z','L>$\noixoj-\nL]G;q','',0,'?'),(';#	n%\"','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cY\0ys<M','-!V>d*jPF	;QƵN1aG(','',0,'?'),(';\n)QB-x','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg',0,'905Hq^\Z','905Hq^\Z','vu;ׁO<KR`ֽӯ$~','',0,'?'),(';bfȖ0x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$S_m#;AX','~rPg~v!{љDQNGM','',0,'?'),(';ܒscF!','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j/rC]\0`','\"X	SJcg H!^.9JHoC<|','',0,'?'),(';$-)B;bK;','wp-content/plugins/js_composer/include/templates/params/loop/templates.html',0,'J*u!mI۞\0RW ','J*u!mI۞\0RW ','P~g+y1U6%|TtJ','',0,'?'),(';1ы#Y_Nt','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$K-DǶ\\','灭l!юUx?ޟo!','',0,'?'),(';1䧉r2I','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg',0,'%a_q?=','%a_q?=','麸HLK*s+3y\rj5','',0,'?'),(';3.k|M7C','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg',0,'\rW0kOf,','\rW0kOf,','F٩=ǺH<PO\r\0<','',0,'?'),(';=GX','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php',0,'փ^:','փ^:','~_A65H=(=}','',0,'?'),(';G\0&\\f|j','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php',0,'\n\'W&UP=tݝZ','\n\'W&UP=tݝZ','HRZz]ΐC9۔I9','',0,'?'),(';Gn¿[s+','wp-content/plugins/booking-package/js/Reservation_manage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')m$2','\'p#hZlv\n`S͹5~żGaX','',0,'?'),(';RyhRxK\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':T2Aq]4','btGp\0BM0zXJvZHAtM%','',0,'?'),(';^I<ըJ(','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js',0,'Ei	','Ei	','ʶQlq[X}Vm','',0,'?'),(';bAĐ9fF','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php',0,'pR);\Z`زy8','pR);\Z`زy8','=˨៪<RE\'<,2Y>Ql?o','',0,'?'),(';bja|@M (`','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg',0,'Oq%yEIfc','Oq%yEIfc','/mήpU&ֺ~qqW','',0,'?'),(';oؼencUyE@','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg',0,'K{q','K{q','B_v\\L:X/pٞg挲G.`t	Af','',0,'?'),(';v0c','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php',0,'<uy@z','<uy@z',')h-\rkM?`vqq!̄ki','',0,'?'),(';2q|fJtm','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg',0,'gy\rb','gy\rb','1)zGmRnܐ˹)3\n~','',0,'?'),(';/Zl,','wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg',0,'YCfDi.3R','YCfDi.3R','y{\Zczd,<d/A>','',0,'?'),(';a1,Wl-yTY1','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php',0,'փ^:','փ^:','~_A65H=(=}','',0,'?'),(';99Awa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg',0,'D9V	,Rk','D9V	,Rk','0Ķrx	]x{dE(o2d','',0,'?'),(';2]}Ž','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg',0,'Aہ&lo|[E','Aہ&lo|[E','P\'ooLC~ovPad}~','',0,'?'),(';V','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php',0,'*+_@{4Gc','*+_@{4Gc','erO,v*\rbz7~}','',0,'?'),(';dؼ|XZ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php',0,'RU\"fPJ}','RU\"fPJ}','DX &.H9Ȗdͭ#0S7~','',0,'?'),(';l?[wr','wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php',0,'\ZH\'\\>{7(','\ZH\'\\>{7(','db֌{Cf%1j`{)	\\7n\'y','',0,'?'),(';6ޠn\0\n\"j~','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg',0,'=wK\0<X\'','=wK\0<X\'','ӑӂ3dZI,Xa:','',0,'?'),('; ,W4Tݝ','wp-content/themes/bridge/blog-masonry-date-in-image.php',0,'ogiq@wS','ogiq@wS','&6]Md\Z\\;ݹ','',0,'?'),(';v0BK1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+o~Xݓ\0','xXѹ$6UdZ$x&3','',0,'?'),(';wO?0ښB\Z}a','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php',0,'	b)ɐ9h]','	b)ɐ9h]','k~	RJ\0tD<Q[Lic','',0,'?'),(';r;lKrȆF','wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php',0,'xH̛ZE\n','xH̛ZE\n','.e+l{EԔTZ!$A:','',0,'?'),(';:$m>r4','wp-content/plugins/js_composer/include/params/column_offset/column_offset.php',0,'1QKL','1QKL','v㟺;b;NdiU\"h۫6','',0,'?'),(';Wct*+Br','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U-#+0?','cuyXؓAd5[=w>*Spwe._','',0,'?'),(';V?-0x','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/functions.php',0,'\"]\Z(2A0.','\"]\Z(2A0.','ؐng;-/>~CÓ;)wCJ]','',0,'?'),(';2g~c_$2^EL','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed_minimal.php',0,'\nʓӚCAm}','\nʓӚCAm}','KSko3zt݉5YMsu','',0,'?'),(';*1\Zn4','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','479v',']F?k]SRYe7i4?	EY','',0,'?'),(';vu%Kli ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js',0,'$kJ\'a\"K','$kJ\'a\"K','oEkox4<7$O%?#gg','',0,'?'),('<Y{䕾]$j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php',0,'N(ڢP6ʚ','N(ڢP6ʚ','nΰuXXywVTܳJ\rx','',0,'?'),('<&gaWL','wp-content/updraft/themes-old/twentyseventeen/inc/template-functions.php',0,'M1@8xCϻ4V','M1@8xCϻ4V','9AdƦN.\0zs`%Kh\nփ','',0,'?'),('<0CoZete*','wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php',0,'kj}qORq','kj}qORq','FjpeG#ـ`@:;v.','',0,'?'),('<1+X,U	','wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js',0,'Cݱv(搡','Cݱv(搡','`3첸f5#Dp̆	','',0,'?'),('<>xPF','wp-content/plugins/js_composer/include/params/css_editor/css_editor.php',0,'%&P1oQg#_~p(','%&P1oQg#_~p(','A6oX漐	kȍۚo!7N','',0,'?'),('<FPz22~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(()3󵕯','q!ݿJӇi\nE5s!\r%','',0,'?'),('<fwb)ӱҘ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php',0,'٠k,\"9G=','٠k,\"9G=','],E4\ZDlj\'r\nCB#ݿ','',0,'?'),('<lv1?V','wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php',0,'Rv6IكP9,','Rv6IكP9,','$e(ns]XtQImmt','',0,'?'),('<mIjf[','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php',0,'66]N<%g->ȭ','66]N<%g->ȭ','Qyyj^fhod#ݻo[WXg','',0,'?'),('<n|ޫ0);z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php',0,'|G -As','|G -As','ke v0Q7]<	 eǤ','',0,'?'),('<sFol\\','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_separator.php',0,'qrDǻ8','qrDǻ8','\0 61ԨWUY@Ii','',0,'?'),('<9uj!$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cwio@^',',E{	tsxTa[RNbkQ','',0,'?'),('</5z[{','wp-content/themes/bridge/framework/admin/options/title/map.php',0,'2[0NLɮ!F^','2[0NLɮ!F^','W\Z9edO-Ib&28V?:','',0,'?'),('<aY+:','wp-content/updraft/themes-old/twentysixteen/search.php',0,'C=O|,Lz]','C=O|,Lz]','=2gN\0 |G6RVM\0xB[w','',0,'?'),('<H:S5','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg',0,'OU8iԥ$e7','OU8iԥ$e7','b}$ŖbJ1Ћ\"${%vu\n;uQ','',0,'?'),('<>vA%Fn','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg',0,'iB.L^9.','iB.L^9.','le&>g`m.X9T,a	-o','',0,'?'),('<i/+\0[G5','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg',0,'ANȭ_0ԭ\ZD̢','ANȭ_0ԭ\ZD̢',')F2%z\'0:2u$\r1E','',0,'?'),('<*1%GɫV9)','wp-content/plugins/revslider/public/assets/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('<k\nrWB','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg',0,'.[m3%f','.[m3%f','/fU58~ꢗLs^','',0,'?'),('<VɧG+*','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg',0,'l]\n%猠mWg.','l]\n%猠mWg.','U{ӚD)2b-:Ϝ','',0,'?'),('<Ɣj9EIj','wp-content/plugins/loco-translate/src/error/WriteException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˍ\'&0>qK','\"2;pPh6-{0kg\r.*:','',0,'?'),('<U֒-\Z/k\Z?Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php',0,'*4k<M','*4k<M','W+O֦`։ӻogV]ce','',0,'?'),('<yg@0	h','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php',0,'4,7Ģl','4,7Ģl','| .hh(%%|!ؙJ{FD','',0,'?'),('<᮸wJ[Jv','wp-content/plugins/loco-translate/src/api/WordPressTranslations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ԝ+F\ri84F&','*6)kғI/E:J','',0,'?'),('<]MVU','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg',0,'b ~?ZY','b ~?ZY','\ZP8đCdy~({2Q','',0,'?'),('<hj	44a2','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2![pNI5','iII4*{FZanǠ)J,T&g','',0,'?'),('<ajYwr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php',0,'&p	NK','&p	NK','vu?>-*/l&	<sXam','',0,'?'),('<u꿖\ZܜY^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j<]@	4','\r]\"!\'sg=zķQ2NK','',0,'?'),('<@\"3Ժ(.','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/modal/testimonials.php',0,'LnɭFLz+0','LnɭFLz+0','V۵&!>(5h?X}5}{','',0,'?'),('<aݐz7','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php',0,'~S5>,oV.ϡle','~S5>,oV.ϡle','.ѩ\"rF;VڞD','',0,'?'),('=Jǰja}LIZ','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pFt1+',';}\0[\'\rqĥd;#.','',0,'?'),('=CNh!','wp-content/themes/bridge/vc_templates/qode_vertical_right_sliding_panel.php',0,'迯iS3%B0','迯iS3%B0','9ѫ~~v\r&7BB@CV\ZP2\\','',0,'?'),('=	A@\'[^:/','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg',0,'0SܼB_6?!zE','0SܼB_6?!zE','3ajb\07H+&6;(F7ލ$','',0,'?'),('=f;Vdl\"','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')?sEH','yq}l[=	n(cLC','',0,'?'),('=	]}*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$x~)[ڜz','7R N`n^?()^RΚĖ','',0,'?'),('=<][} |)N','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Exclusions.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iwD:$U}','oej{,舃siȸ|ǦvSRm','',0,'?'),('==xD>*y3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php',0,'\0#%','\0#%','\\6QX{:ֽ	aoZ\\B\ZeJA3','',0,'?'),('=@}g\rZx[<','wp-content/themes/twentytwenty/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#f˭Jlǿ','Il2Si.kR3}8V!<','',0,'?'),('=S6aXo,2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nV8\\Bs','7h>8but^^Rx26#i(','',0,'?'),('=fuA><Th@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ǌ3~ei7=','Fd62l(A/[=o.*~o','',0,'?'),('=uw1$eZ6^,','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg',0,'--o','--o','\"B1H5Lj4ȍ\"onxWG\\','',0,'?'),('=i~I1l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg',0,'#9!QD@?b','#9!QD@?b','\\jvݘ	5d)aP]ا-\"','',0,'?'),('=h+$T;','wp-content/themes/bridge/js/plugins/jquery.appear.js',0,'r_VJC_i|','r_VJC_i|','Zb)||lF\r߶cvC˫','',0,'?'),('=k[4 =','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۇ,Z9;','-{z7F.EۮfKc;x{','',0,'?'),('=BsIu4eҠ,','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php',0,'`imq\r{l\Z','`imq\r{l\Z','\Z[6qϽHO\\gnBdG6','',0,'?'),('=UMQ5','wp-content/themes/bridge/woocommerce/single-product/tabs/description.php',0,'#HwYMb','#HwYMb','5~OkN}MLT::	r','',0,'?'),('=Ө\0E','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƱrXs','OHw~? ?欢wm:@\'#O]Wn\r','',0,'?'),('=0T\\Ņ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php',0,'͛$)?','͛$)?',')QDګ|(FMiV^tO','',0,'?'),('=fV4Lf.','wp-content/themes/bridge/framework/lib/qode.framework.php',0,'ء&ԇO+p_','ء&ԇO+p_','\Z{6Ɓ:ˡNڰJ$_vc\n\0X','',0,'?'),('=7UUv7\0','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php',0,'v\nK\'Z5D','v\nK\'Z5D','wBF͞}yGg(V:	','',0,'?'),('=_^1G','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php',0,'!Ȍ%LB{T\\','!Ȍ%LB{T\\',')2!lnڡq!','',0,'?'),('=ݯ8=0^V','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php',0,'+8͝}Ol','+8͝}Ol','4>y:z!>|K\ZAWj)oa','',0,'?'),('=ޢ۵jy{','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php',0,'~T;p@lW','~T;p@lW','y^HR;<qS9+4Ij,L]C\nGy8H/','',0,'?'),('=F혣ÆK&','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9:7]6hVo','߫/LkOTbdSEiL9~8','',0,'?'),('=噄\nAK(l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n}\n;w','/-TtԛT|}\r\'})','',0,'?'),('=\\减M^BO','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg',0,'2_I\\KV|','2_I\\KV|','KwUՌަY4w\0	\rJy','',0,'?'),('=Z@cW','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Package.php',0,'7\ZPX a\"~&դF','7\ZPX a\"~&դF','Ӭ)yC3P4H\04T﫽0G\Z','',0,'?'),('=x\0','wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php',0,'lS4N	P7','lS4N	P7','8J~z:Agͭ','',0,'?'),('>\rڭep!g<','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php',0,'Tܷè\")!i','Tܷè\")!i','6rј	%)QUT>!m(C','',0,'?'),('>%?VEI9|vt','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-dividers.php',0,'PI;W*	\nf','PI;W*	\nf','ߡR0<6\r3+,A=C%:%r<^S','',0,'?'),('>i%U,EL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg',0,'	7X݅؋','	7X݅؋','dr%;]#!~o-mor \Z}','',0,'?'),('>\Z!A\0E2\\8','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php',0,'gW&g(. ','gW&g(. ','2g;\0	,T~`<ŊfzyE+','',0,'?'),('>h\0J\0LoW*','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg',0,'|y	4t@@O\ng','|y	4t@@O\ng','G9pb۱Q/7]rw3e','',0,'?'),('> jꈬZRÏ0','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',0,'6qYmc>u;r','6qYmc>u;r','1Ή:_d@g.koE=9K?l','',0,'?'),('>#wtE7','wp-content/themes/twentysixteen/js/keyboard-image-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\'\'/W',')4vo$E(v9DF\rU','',0,'?'),('>4ԛ(\rv7xK','wp-content/themes/bridge/vc_templates/qode_in_device_slider_item.php',0,'5jAI','5jAI','Xhn<+YA\Zt?0\rSKۖMkJ','',0,'?'),('>5ˏ.y2Q[ڣ1','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MǾtX)	','C}S\"!3F,duS/m8z','',0,'?'),('>:U=l\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg',0,'^^*gj','^^*gj','!ŉg\Z%\rO~UMB*}n','',0,'?'),('>GOjPlB','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]\\','ؚx\"o*I\nQjT(G\Z.\Z','',0,'?'),('>Ik51,;\\yL','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/custom-styles/custom-styles.php',0,'&\'','&\'','.qЩp:-d;7 Qc9','',0,'?'),('>hЩXX*v1','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϫ-YDs','A8}G(oܵSQ:zb','',0,'?'),('>ql+m\05Ħ\"^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BN@y_','J|cG[JP?Y/HdE^wvM','',0,'?'),('>uʸ!4N2','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',;L\'dee','+GT}m)*[c5ZN-v>','',0,'?'),('>v]{rq6x','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X<*Um4F','`>K˘JN\r@¥Y09C','',0,'?'),('>x*]o.38#\r','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php',0,'\0J6ˋ^6','\0J6ˋ^6','F)I?A:EODh{LredQ','',0,'?'),('>X 3g/B=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg',0,'ifqs>J0','ifqs>J0','\nJhtr[k*Wpa#O[v{','',0,'?'),('>xے		4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg',0,'ivaa\"[*%f2','ivaa\"[*%f2',',9,9ooNS}qGx` 1c&c','',0,'?'),('>lµ`<','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php',0,'I,#0@','I,#0@','$oOTܝ	}| C4K\Z#','',0,'?'),('>ەXui','wp-content/plugins/loco-translate/src/admin/file/MoveController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rjl{\0[','[N=&iWٙ0\n6Ah','',0,'?'),('>׍P\rjP@','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php',0,'H\"jvo','H\"jvo','QF!\rڋq1=Ix:f	s;i','',0,'?'),('>xp\\]','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/interactive-icon-showcase.php',0,'wCϮ//cԄ','wCϮ//cԄ','gVǻgE}QLށW0_B','',0,'?'),('>dQ(\"[9LNr*','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg',0,'#{iKuUo','#{iKuUo','@QgD*b8[%+ D1`X','',0,'?'),('>;ph.t$\r','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg',0,'LbshGn ','LbshGn ','Pe[FyƟ6VQwW^','',0,'?'),('>Dref0c','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg',0,'gNϡ(','gNϡ(','g*b.8B¢[ջv`)ef','',0,'?'),('>X\rbڟ$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[HtD9','7Ir~?:7O%DyX\\	̷y','',0,'?'),('>Ɯ\\Y΢Pm','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg',0,'t|n>+TN','t|n>+TN','\\KA/?Nc\"3 10>9\0y)[M','',0,'?'),('>q3u\\|VER','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_custom-font/vc_map.php',0,'s^gh؝M	.','s^gh؝M	.','zįBU#3d_TeV/#[M','',0,'?'),('>A1@a?,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php',0,'Fq͚|#lf','Fq͚|#lf','Z﵆{5[:!˪','',0,'?'),('>M~;Oo-I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!<\ryS','\"-dNN63P`ʜ`!ڬ	q','',0,'?'),('>޳2{w}\Zc','wp-content/themes/bridge/woocommerce/checkout/thankyou.php',0,'\nz=$+ \0','\nz=$+ \0','0\\BD꿾1=i\n:\'{Ě','',0,'?'),('>}^ۛj','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php',0,' ⁀*νjDX',' ⁀*νjDX','6	^Q\\s!w$N90$','',0,'?'),('>ٵ\rMW_I','wp-content/themes/bridge/templates/blog-parts/pinterest/link.php',0,',К(Ö',',К(Ö','(^JLKba<hG-:%,Ыڝy','',0,'?'),('>&\"~y','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php',0,'PU$޳iR','PU$޳iR','JY\"뱅NÆ;k M@Bʅ}','',0,'?'),('>̨ko\\6ӫ','wp-content/plugins/js_composer/include/classes/core/class-vc-base.php',0,'ڙ濺hɡ','ڙ濺hɡ','*x#JzDGVs\"','',0,'?'),('?&y8oD~P7[I','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg',0,'@rd\\yEIFh\0','@rd\\yEIFh\0','΅ r \\/9Qixnu&','',0,'?'),('?,xm=]yX#','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php',0,'^{oq>','^{oq>','M-βX{Adozm(g>','',0,'?'),('?2yT!s|tu}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\ZHr','\nDfdvPfOn:aгX','',0,'?'),('?<g;O/\r>','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php',0,'\rp=þk\n','\rp=þk\n',' +Y|vssxe\\ zKfI&','',0,'?'),('??Q$P.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|K-	','3\\3L\r?B8X\ZN8wCNU=M','',0,'?'),('?BXמ9mL','wp-content/plugins/bridge-core/modules/shortcodes/lib/shortcode-interface.php',0,'_6^j\n.ߝT','_6^j\n.ߝT','\\ݗdP0q}\nTdMm-ʛE','',0,'?'),('?L\\&UP8','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-pinterest/product-list-pinterest.php',0,'2%\\һ(%-','2%\\һ(%-','獽Ա%\'Ɲ2kU','',0,'?'),('?U\\|R΢','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php',0,'C2O?LJ.\"','C2O?LJ.\"','VBں]!$[m3H;?Iglї݃)&a','',0,'?'),('?U\'_l.p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B	IN-y','hl[(l~QuFM	','',0,'?'),('?Yvq_ۮXO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%BQxSV.D','6\"@Xg\'W7wgJq','',0,'?'),('?]P.12b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%i3f','(ELb[K!sӊnĲ','',0,'?'),('?b_X> LG','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php',0,'i(XRowr','i(XRowr','VncMf\nܡ$Ưf','',0,'?'),('?hU7nBPzj','wp-content/plugins/loco-translate/pub/img/api/deepl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@H+Rg\rST','_9IfzY:Wo?:]8l','',0,'?'),('?/\ZKca{vk','wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php',0,'PַҧXfo','PַҧXfo',']bq^G\nṈf^\Z1','',0,'?'),('?_t׺P','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php',0,'ۂth0Ht{','ۂth0Ht{','/sGx8\'1*Xă:\\ga','',0,'?'),('?=@M$#P7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^7\'SJpqz','=<va5Ƕ:\0RΆQ','',0,'?'),('?C!Ӳ','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VUvRd#Wgq','	P\03Msl/)Pʻ=]','',0,'?'),('?ǒcܬ*9','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php',0,'53{}\\^R','53{}\\^R','! [[? \"HD04F','',0,'?'),('?V`nXU','wp-content/plugins/loco-translate/src/fs/Directory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XBoUb','_&]la\0D%=K,+','',0,'?'),('?U˕209Pw','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php',0,'ճ*cƞ䨰','ճ*cƞ䨰','Ly8.0LtY\\3ͽ;JEi_=','',0,'?'),('?Ԃ?o}','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php',0,'@%AF\\;]`*','@%AF\\;]`*','zaL\0Oܛ!\'G$KmXS2','',0,'?'),('?#i%\"|ʉ+','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg',0,' /Epn{-!',' /Epn{-!','H;\0\Zc^*\'%rN=','',0,'?'),('?L 	Щ.\n','wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php',0,'/7ҤhY$o+','/7ҤhY$o+','_4BWIC%v|I\n8׀$9O:','',0,'?'),('?P39O|i	>','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/modal/highlights.php',0,'WYۣhYJ5	Q','WYۣhYJ5	Q','/mZT7{-kK=C=PV','',0,'?'),('?4Ŷɫ#','wp-content/plugins/cookie-law-info/languages/cookie-law-info-hr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Xa$Η{Sc','McϪ\"C`/qő{ː:,_YtX)','',0,'?'),('?󩧹:zKeqI','wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php',0,'=`肉Џ	','=`肉Џ	','\'3CCfvX&$!\Z|Ԇ\0a#ֻ','',0,'?'),('?oB97Uq','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg',0,'33]t','33]t','8dXP\Z-].e\nGЏL!','',0,'?'),('?@n۴n\ZW','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg',0,'@_LFo','@_LFo','CpB%~mY_NP1zJ','',0,'?'),('@*SVH0S/`Q=','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/load.php',0,'hT\r+`f(C','hT\r+`f(C','7z7e&D83>\rU\r̠\'Dd','',0,'?'),('@!aie\\1}ݱz','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3s{_ƕ]p','o;~]b^R<l$ә16','',0,'?'),('@5QG','wp-content/themes/bridge/includes/qode-custom-taxonomy-field.php',0,'?<\Z\0W=','?<\Z\0W=','mi+8oOUU\nxi=w.8Mx','',0,'?'),('@@ʹgc@Ϙs','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php',0,'સv,6c','સv,6c','m),-VnzDȕB=4X','',0,'?'),('@F|𩮒_qXz','wp-content/themes/bridge/js/plugins/jquery.multiscroll.min.js',0,'kߟ>t-','kߟ>t-','U9a_V\")BoCmqsjߠ)/Q','',0,'?'),('@UB\0@[Wq','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php',0,')cF_%',')cF_%','`!\ZbeXPAxHgUbo','',0,'?'),('@V$K<1*','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s yGa<\0E','gmˀɤ(]w!|;Q','',0,'?'),('@[saPEߦ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php',0,'%k7ۻ+','%k7ۻ+','h˨d0*U|\Z7!sJˁ̋.','',0,'?'),('@h;`P6qn),#a','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php',0,';UMX++=',';UMX++=','WYˣWʢVWidZӓ8*T\n','',0,'?'),('@k/I?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\rQS3V','B3e3g+=\"\"gSOf&BĴ','',0,'?'),('@m`sX','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg',0,'>5^ n7c','>5^ n7c','u߶H\n|xI\'Bhh','',0,'?'),('@ojX\\B','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg',0,'3ڑiT.ҫv','3ڑiT.ҫv',']h8HA!=C*L','',0,'?'),('@tQ.}խla+','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php',0,',O/ݷ)',',O/ݷ)','}Ubf|UU٦)fG[9','',0,'?'),('@{srfsP$','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg',0,'(V\'\\X4eZ','(V\'\\X4eZ',';^(]~\n5nJ4=F+C','',0,'?'),('@̘9#Ly(','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wb·*L[','fbZD1.Vaw4l?pG^{','',0,'?'),('@̵Ct\rf\r)','wp-content/themes/bridge/comments.php',0,'8w L7*1Ue','8w L7*1Ue','^uKM7r<xi]_ʟ`0t%','',0,'?'),('@jp\Ze','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/video-box.php',0,'8,ٲ3ɕT4','8,ٲ3ɕT4','K&Trm\0br^˖9_ߐ','',0,'?'),('@qzRw\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/image-with-text.php',0,':T^-`M',':T^-`M','5ϞD)|1G(SX^{_','',0,'?'),('@!LIc','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg',0,'늯БFu','늯БFu','ME6<_V\"m\'^.','',0,'?'),('@n锋/3','wp-content/updraft/themes-old/twentysixteen/inc/customizer.php',0,'\'0{kv_q.','\'0{kv_q.','ݠ~[١}rܪKm0\\','',0,'?'),('@dHd|iL\rX','wp-content/themes/bridge/js/plugins/SmoothScroll.js',0,'THȳ\'0~','THȳ\'0~','k`q\na49!nz%A#20(','',0,'?'),('@Ⱦ%[aK}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg',0,'䕫OqC2<<і','䕫OqC2<<і','0ѹ&-{-:(B΋h+F- U}=^Z','',0,'?'),('@\Z!zrWp','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {<\Z\0\r\Z$','4fŜ\"\"ł>2L\0\"k1S\nw','',0,'?'),('@XD\n\nRNt','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r9#dY`	','lIE/(p\0pnT-Oz\"],=`','',0,'?'),('@7o;{ ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php',0,'+M`c}','+M`c}','c8ῑ{qrXwiJ%·X','',0,'?'),('@ȯ&Oo','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9eb\0PO','_ujP-KOAܫ','',0,'?'),('@ݬ|x7:m','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php',0,'w5y؝w]bg','w5y؝w]bg','55dNae^G','',0,'?'),('@$)(6Sc)U^','wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('@suDR>SC','wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php',0,'Xyj*L$ o2Y','Xyj*L$ o2Y','l+\"o:G\r5jrU`HVx{t<t','',0,'?'),('@L߯7٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jlF+>Tm/av~3','Zfk%y,?SCU=lhѕ','',0,'?'),('@;5XVOZ','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g~\"J䩎','/<sԡ)\'.1jknK9Q','',0,'?'),('@mOW','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FJ6G5?\Z','Sat\"3pϑ01','',0,'?'),('@tR>GHhס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ip9F4','\\\r晣+<#\"{&հtbts4۸','',0,'?'),('@s@/fDS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php',0,'/OAIΗP','/OAIΗP','(,?Lxk3IHh]qW!','',0,'?'),('@Ck5V82tF;B','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php',0,'+ty\"WoM?','+ty\"WoM?',';iݯu].\"l񛀗WFX >','',0,'?'),('@sZ^qv','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#WI\\?','<:tnkbwi&	R\Z','',0,'?'),('@+T΄\'٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ל/fT@','_ds`CRo\Z-Y/X{Bƛ,O','',0,'?'),('@|,\Z:>','wp-content/plugins/cookie-law-info/languages/cookie-law-info-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OLkjwƕ','yJF|C53{T9o1u','',0,'?'),('@UB幝\nL','wp-content/themes/bridge/framework/admin/options/verticalsplitslider/map.php',0,'f\"vׁLnO\\','f\"vׁLnO\\','TiUfN?<?~򻔟5','',0,'?'),('A\0>_*%2','wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('AlA~i^uØ','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Vf~','*}Q%;=*Ky70','',0,'?'),('A aGu,|\0','wp-content/plugins/loco-translate/pub/img/api/microsoft.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','УH\n\0wf','_tJBd{}p|;?=IBl','',0,'?'),('AnEY#\0n{','wp-content/plugins/wordfence/js/Chart.bundle.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5]ddf','>`NN`N\"KӞckG<;','',0,'?'),('A@9*KJ','wp-content/plugins/popups/admin/includes/class-spu-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jw`lK','A`̓r$!{(yN{ހH','',0,'?'),('AE[`','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HsTX{B$٭6',';@0({oifKϤEQ','',0,'?'),('A|ୢ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg',0,'\Z9UJ\n','\Z9UJ\n','BQiA KgFa~i$3','',0,'?'),('A&n6~9o+ F','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php',0,'))\rb?','))\rb?','m97+UmށgߕPej0EdO','',0,'?'),('A/hͳ$BQ:','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\l,ЅQnX\n','za{0\n#μh=M;\"yR[7','',0,'?'),('A;ت\Zܦz','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{#l>m','ٹmc(l\'mtˣ[gW','',0,'?'),('A?OyA/Z<','wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php',0,'f!b}^pKk)','f!b}^pKk)','mHdGB\\$j0]O;s&','',0,'?'),('AK<jgsr','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Kb(\\pB-','ճ* ʰ	[q˜Pk','',0,'?'),('AL}Pøg{Q','wp-content/plugins/cookie-law-info/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gy@2sn:','YKVT73\rએZfMefD .=','',0,'?'),('AT{nN]','wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php',0,';QJ ?`?$2r 8',';QJ ?`?$2r 8','C	gG[|6Up=BQX[t$','',0,'?'),('ATyxhl|4+n','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0O. nGdH2','UT !qNwE8W','',0,'?'),('Aa@JŁ','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Cȭ?d{׭V','BR\0!䄚Q\'5w','',0,'?'),('AfR@VŜJj','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php',0,'o\r<	ÙA','o\r<	ÙA','GyqYyK0Iy_B{#UP','',0,'?'),('Ag#1ԏV]','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php',0,'sʙU6aZN','sʙU6aZN','-\\=ٸ[9O~%M\nÇ36:n','',0,'?'),('Asvg4U','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lv?`m','&W,2k6~!\'=At\rx','',0,'?'),('Auq%.^`','wp-content/plugins/wordfence/css/wordfenceBox.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CWY~H#]','r{\ZI5O1QӇC','',0,'?'),('A{& V>Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\n3!8x','_R%Spɾ\nsE0]s','',0,'?'),('AuPsaUs\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php',0,'_ASx','_ASx','6kIA͌eL{%3i:','',0,'?'),('A\"|>uڔ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg',0,'d16cby]','d16cby]','3ބښqBDoL70Ps','',0,'?'),('AB{IǠbo\0R','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_expanding-images/load.php',0,'ǆwsq?>NP','ǆwsq?>NP','1۵_V:@3L3ʬat(<N','',0,'?'),('Aϴ#_nX','wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js',0,'j:','j:','=y\0\r]^=䯚Qw~D','',0,'?'),('AGb[]^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg',0,'22OP2','22OP2','ހ9(WX=VQm	ȅyd\Z6^','',0,'?'),('AN%cؚS\n','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg',0,'٩CC*Ty;','٩CC*Ty;','pRZJ%Q)_8b1(','',0,'?'),('A6X\rQI=\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg',0,'}]kb4!	w.{','}]kb4!	w.{','PJL\"Ն|p#PqP7Cc,','',0,'?'),('AÙ} ','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php',0,'	ZU\\#En(P','	ZU\\#En(P','s4:W}uq;q\'@zNFľ`','',0,'?'),('A[,#V^j','wp-content/themes/twentyseventeen/assets/css/colors-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g8\"qm*W','kH\\,_\"Rm\0ps,aWd','',0,'?'),('Aػ#\"j','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W1Dn_\Z','\ZȊ͚\"[%=<F7?h7<','',0,'?'),('Am2:`cΙ=2','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php',0,'{>U','{>U','yd77~ {\0N&GWMЏ\"B','',0,'?'),('A$h՝`Qa','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h PZݢ`Ef','}5e33mhyDQ(','',0,'?'),('B\nODt%','wp-content/themes/twentyseventeen/template-parts/post/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wbNֵ=4','׉*#mj|nohH]ޔ3n','',0,'?'),('B^tpk!','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R*LTG4%P','-nFJ&TPo\\ϓ\\2','',0,'?'),('B]mZK_hn','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php',0,'GH}l	g','GH}l	g','SGWXZ2HDLf4','',0,'?'),('BGF@k+ѓ<s+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php',0,'>~@Jb.','>~@Jb.',' %C/j.E;.3[8Ѹ>','',0,'?'),('B!6``	e','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg',0,'OsTJ٪g','OsTJ٪g','+ۑ=qDX3d,!','',0,'?'),('B\'Ll\nABK`?','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js',0,'ª/9T9I','ª/9T9I','7\ZĆ8l8N-9','',0,'?'),('B/*a\'ۂ>4fu','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php',0,'[<aua_%P','[<aua_%P','%|<a|F]iGL`9','',0,'?'),('B5A1EAg3k5','wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php',0,'}vƈZX_','}vƈZX_','m\"OL(Hy@|w0깃\ZI','',0,'?'),('B:ߕ~N','wp-content/plugins/loco-translate/tpl/admin/file/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WƧP^]ʭ=n:','=B:ǟ<BNˮz[8','',0,'?'),('BJOzD','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{1MRKE_/','|qUUѿÎ|zG>*ۜ\"I;','',0,'?'),('BTIbNʡa3b','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php',0,'o s}\0R','o s}\0R','Q\Z\"Yuk^QQYky1C','',0,'?'),('BUjv\\ѣ(','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y^@:Fgq]p!J','Ѝ]|\\͏\\G$y[\\J\"','',0,'?'),('BWlLvh~^RH-W','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-bar.php',0,'p*~NhAa9','p*~NhAa9','J1O\ndmOƲB\0cM5_QR%z|','',0,'?'),('B_-Th+`äR','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Nx\\\rv/','tGք2\ZF]aYJbp','',0,'?'),('BhDj7̈́q`','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg',0,'oѶp$ǅ	','oѶp$ǅ	','F5i?m%Jjy{mP\n	Ol','',0,'?'),('By&\0(nFT','wp-content/updraft/themes-old/twentyseventeen/header.php',0,'ptCw4늋Wk','ptCw4늋Wk','S7/nQG)5izʩAx','',0,'?'),('BVU','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/load.php',0,'WSa ?','WSa ?',',Xװ*ov<C\"=Ll','',0,'?'),('BEc~ᣉ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php',0,'jTWMIMe','jTWMIMe','?-yeP/#','',0,'?'),('Bj)qDS','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WAoq+C2Xd','W>;%֏6s%Tv#o(ʓ','',0,'?'),('BqU~+E)[','wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js',0,'Mؗ9D{밖','Mؗ9D{밖','8I6tjlxLuϓi8vIQi','',0,'?'),('BEhת-','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/load.php',0,'c\r=AqcH))','c\r=AqcH))','g*_ni=W`,','',0,'?'),('BTMe$ix','wp-content/updraft/plugins-old/updraftplus/includes/onedrive/file.php',0,'T Z $L.\\.\0%8','T Z $L.\\.\0%8','.s3g/ S08:SdS_T̈','',0,'?'),('B|m5^z+s\0','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php',0,'Q\"HqyDMB','Q\"HqyDMB','cMPJ=@HPZv*Q[A','',0,'?'),('BnNJG','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php',0,'>Ɛ','>Ɛ','<mfx<~_rAh\0y','',0,'?'),('BR9','wp-content/updraft/themes-old/twentynineteen/inc/customizer.php',0,'<@(a0A','<@(a0A','dunZ)zOOzn*59ǓO6K','',0,'?'),('B> Y<j扠','wp-content/plugins/popups/languages/popups-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n~a\06=V,#','xU:F]̻AyUw7','',0,'?'),('B@>`KaЅ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg',0,'.mw̳Fn ','.mw̳Fn ','5\0#`}\rEk_[¸6S4j~Í','',0,'?'),('B=|a(jTC','wp-content/plugins/revslider/includes/framework/cssparser.class.php',0,'oU #E','oU #E','sh߹XYF@DMASI(Hhҗ][pPj','',0,'?'),('BQaU%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G^=p=$\Z2','RK6N\"3*\"J/0ix0','',0,'?'),('B*kǊY','wp-content/plugins/loco-translate/src/data/RecentItems.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ň=;BlF\0g@','$oIÝ#\\ֻ\n8`\ZB0','',0,'?'),('BU*0 ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php',0,'Za<ã_WSX','Za<ã_WSX',',^Ev+蟸8M\nn\0A','',0,'?'),('Bz29l*i1$','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg',0,'b+&VR','b+&VR',']B[Vy3y *-Ķu6','',0,'?'),('B<=u~!z}','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/functions.php',0,'-Pi0]','-Pi0]','H>|RyK$>ő6Q5\r\0	K.{','',0,'?'),('B9gl\r','wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('B.\0,Hf','wp-content/plugins/wordfence/js/wfdropdown.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rpc\'\Z','SGs8;Z!זJu1z?','',0,'?'),('BrA6M','wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.min.js',0,'-\"	\Z=L','-\"	\Z=L','i)M	|JoCf.P$Elg`l(','',0,'?'),('Bۀ\\{^#V-','wp-content/plugins/revslider/admin/views/templates/template-selector.php',0,'[?˰*','[?˰*','GͺBԋ6>ޜ \Z5%`','',0,'?'),('BrIu)b','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php',0,'`|2j?3','`|2j?3','ߌ\"%=ќ/^6ZYg','',0,'?'),('B߻\"Gm:w1H','wp-content/updraft/themes-old/twentysixteen/sidebar.php',0,'cЎmOWqo(','cЎmOWqo(','CoCXRХO`ƻG9\n','',0,'?'),('BD`l$','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg',0,'+HF|z~^-0','+HF|z~^-0','\0KIzCY\r.DO +','',0,'?'),('BPXW6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' QAL󚜆U','G\n<.\ZWrʪØ)','',0,'?'),('C\rv,d}y','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php',0,'ĵ֜Pb','ĵ֜Pb','UTXpŚd8wy>8ǈT\r+x(','',0,'?'),('CDE','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php',0,'}RDjƻd@','}RDjƻd@','(t<MAˮ~?$ Кۘ\\2Y9','',0,'?'),('C9Mw\rns)b','wp-content/themes/bridge/framework/admin/assets/js/qodef-ui/qodef-ui.js',0,'n8øͩj.ω','n8øͩj.ω','Zfsc$͜\rcPeu	','',0,'?'),('C\ZO\"v![','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php',0,'ӑqhj!$:EB','ӑqhj!$:EB','})!Hs6s\'\nجu?aXK)1pf','',0,'?'),('C	fj_݂','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php',0,'^ӡ(=l5ΎU','^ӡ(=l5ΎU','~#Js\n,8<njetF','',0,'?'),('C\"\"#7a\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg',0,'!BͶ4%`w4޵','!BͶ4%`w4޵','Bj>ij\'L󓿌Gq\rkB7d:','',0,'?'),('C%Ad>_ä','wp-content/themes/bridge/js/ajax.js',0,'(XkF}Ʊ: ','(XkF}Ʊ: ',';|~\'\nD\'UH&/','',0,'?'),('C3	bkŻ!','wp-content/plugins/popups/languages/popups-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɐ0!P\rY','iS\'㋈y	-fP}~+s\n`','',0,'?'),('C4Ȝ-f!-','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=⎼tNR','@moܛMbrђ$ z\r2K=','',0,'?'),('C?\Zw=̗O/g7','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg',0,'R](w٧n','R](w٧n','eo>yg\\PK34+we\0','',0,'?'),('CB}&Uсl(C','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg',0,'Kk%82|9҅','Kk%82|9҅','V/h|l\r&O9\0r-Red','',0,'?'),('CM%K.IW;(=','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg',0,'|Ӣ\rezd|5','|Ӣ\rezd|5','5EaIj\n^_V$%cu-X˥','',0,'?'),('CN=A_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg',0,'~_zԸ','~_zԸ','%ss-\Z;ՂX,&/_!','',0,'?'),('CR(LNDdr!j','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php',0,'/|h!ڎ\'','/|h!ڎ\'','pxa^uC/U/F`','',0,'?'),('CR\"l5u<y{','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php',0,'OjjbwX3','OjjbwX3','@\"UsXW5&qVHOr','',0,'?'),('Cbn!2','wp-content/updraft/themes-old/twentysixteen/js/html5.js',0,'^鐐{1P\'`K','^鐐{1P\'`K','Ry1Nhu¿I}؞)i','',0,'?'),('CdQ}s_Z $','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php',0,'=e@M=&;','=e@M=&;',':KТA?y?M|L2','',0,'?'),('Ci5 }uh;','wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php',0,'Q(q%','Q(q%','(o7bi)~ט<ʆ3','',0,'?'),('Ci=}\rӏj9V','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php',0,'EI&D47s\"$','EI&D47s\"$','4]n7vX#o=<-','',0,'?'),('Cn`eUˌɷ','wp-content/plugins/loco-translate/src/fs/Link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!to{R','f\"#Ƕ\Z_ŹclX','',0,'?'),('Cw;oNh:1i4fN','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/icon-text.php',0,'C_Y`k\r','C_Y`k\r','e[pLίݜu:+','',0,'?'),('CciFh.n7','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Υ|]aMI','?Fޒ[>~l(:bj9/UZ','',0,'?'),('CϠ,Bz/1','wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php',0,'F\niq','F\niq','#2W{akTc\"#N	t\0g','',0,'?'),('CIS7<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\gǡ$c','iiGCNFL)7%ʙ','',0,'?'),('CgG̕09s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg',0,'Y<iCY0l','Y<iCY0l','Ez>heR(!ԩ\"D&zt3Y','',0,'?'),('CTkm5\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg',0,'M4\rll','M4\rll','Eˣ/OS9hZ\\Td\'h','',0,'?'),('C/@lY2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qI1eu\\e','6^z\ZU4Wޡ\\gsTtm','',0,'?'),('CؚTR!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:UțJ>hz','=C\0\"ȗgp{KϮD\'','',0,'?'),('C2e!:wxB','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php',0,'kZohݏa','kZohݏa','4ԆʇP45|','',0,'?'),('C$m8','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/functions.php',0,'0gZi}96','0gZi}96','KD6]z!.Upo:Tw\nl','',0,'?'),('C|9/x}W','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg',0,'](\09','](\09','l`-5a@<Gb\n^*\"=q','',0,'?'),('CT©]*~<','wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php',0,'^TfgOt','^TfgOt',')\Z2\\,{pb+\"~','',0,'?'),('CزdWW$w','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg',0,'nbiUI','nbiUI','6z;.O |oؠ/Qґ;Gh','',0,'?'),('CSV@\r4B{','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/action.php',0,'!㟔YzD','!㟔YzD','\\mk+]\'hoiEwWHgOE','',0,'?'),('CLLJ@','wp-content/themes/twentysixteen/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8RztqL','Π	W\ZY]\rbZlȏ^C\"xs','',0,'?'),('Cs\\\ns\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0JM(]\Z7w','[:QݔqF/qG;N@Kq08ΤO`[','',0,'?'),('Dm\nzHS','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^csD3T\\','gt( Ŏk`5͒JM5:j','',0,'?'),('D.:\0SR8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Oox&]\\L','͆%F	/\r:0;>_M3w','',0,'?'),('D0R(\n','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg',0,'g^VgK-$','g^VgK-$','b}U۫:oZ󨳲t[qpៜ0#O','',0,'?'),('D6mer{pKO','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʋ\04)oybU^','<6n\'J_	S%GVJ','',0,'?'),('D?=ۊ9\\|\r','wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php',0,'Bsxkr/|j','Bsxkr/|j','6:-auQboW0{Fȵ1o','',0,'?'),('DLYC(2`T.','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/AbstractPipes.php',0,'_-c&P','_-c&P','Gz\n=\nuTdV<=','',0,'?'),('DLBrҮX','wp-content/themes/bridge/blog-small-image.php',0,'M-yO޾R:(','M-yO޾R:(','íVlSaوIBQ$l.׏','',0,'?'),('DXQ8=8|m','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php',0,'qa;T&','qa;T&','FrOve7L\\ᤚy7O<oV@n','',0,'?'),('Dmuϣ!I5H','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pٽP]G','| )YM,30\Z*9p','',0,'?'),('Dc\'d_ȜX','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg',0,'\ZMZH(Jj','\ZMZH(Jj','JS^廊j5w;#--','',0,'?'),('Du\rɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Z?d⢡','1XaRpLrIO%%|\rVge\0-b^n=','',0,'?'),('D)bak{','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\npZ,v','k_DRH{\0#6Z~}uV','',0,'?'),('Da	/pqz@ƞ','wp-content/plugins/loco-translate/pub/img/skins/coffee/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڐ1H9Ը','	1lf*wͮrza\'s$`','',0,'?'),('D\r֤a3','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php',0,'㘲\r3a&G[','㘲\r3a&G[','=>/_cjk;	sgMwBPƦNaπ ','',0,'?'),('D1wNu<mM','wp-content/themes/twentyseventeen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V^T<','\0[fquR;G9elWQm<X','',0,'?'),('DЪ8ː0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php',0,'.$E5s{m','.$E5s{m','ȲRk<[z?BP<PA8d]L`|','',0,'?'),('Dչ$Oa','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#fM[\ZT','N,ExEي\'&;)f(&','',0,'?'),('DwOҞ[\ZL,','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php',0,'_Τd].','_Τd].','je.z\0Iz','',0,'?'),('DT[-U','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','눣E	xbH$t','Fm0jC,W$=9nԫ','',0,'?'),('D?m','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php',0,'k^|KSLsg','k^|KSLsg','=P LJֽ[1v_H7)F','',0,'?'),('DUIhP\nQ','wp-content/themes/bridge/woocommerce/loop/rating.php',0,'U(RD9P','U(RD9P','\Z#קv?&	Qyg/\\','',0,'?'),('D5\n\'\\~W','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`k3whk͔','G>F|59~q|\n&\0R	l','',0,'?'),('DmZ)D;B%>I','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg',0,'C`B9ߟV,','C`B9ߟV,','rb=PtlC5wdNyLaR~Uk','',0,'?'),('D\"enC[`','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php',0,'#)^sP$','#)^sP$','ૠHK51FWt=ĖE_Lr~h','',0,'?'),('Dz iC(=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg',0,'%gލz݁Mq̻H','%gލz݁Mq̻H','q}_B	QݰP35gФ','',0,'?'),('D|1tϩTN%','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/product-list-masonry.php',0,'#v3DU_','#v3DU_','>J9E+B O39F[J;\nM','',0,'?'),('E#-v376Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`֒3\'6>;p','_V\0ӦYK䋁c\Z2^','',0,'?'),('E,kObnIj','wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php',0,'6\\Y#*R','6\\Y#*R','\nYslْEd\\؇D','',0,'?'),('E/!mфdq_1','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg',0,'W_MJxx|ZH','W_MJxx|ZH','>%cuѢ3Lї~\'H9(пa,','',0,'?'),('E4fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PztPFhHy','.mOi$g.oV~%','',0,'?'),('E5;tR$L','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԖDF`A\';','IHkY+z|V>5=ia','',0,'?'),('E;rM+e&Q3f','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php',0,'\\])h9	<\"̏','\\])h9	<\"̏','lrOm]C	S8LYzfaU','',0,'?'),('E<V6;NK_lSk','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\'AVwo1El','#/r`e,c[\'@ˉΑ˿','',0,'?'),('EL/ғ\Z[','wp-content/plugins/revslider/public/assets/assets/sources/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('EN#CĴ.3','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php',0,'syqFWT\rҮ','syqFWT\rҮ','Ēܠ5T.:{\Zk[Ze~','',0,'?'),('EZ\'̌ffhQ','wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hnF*=@ٵ;','7t$76G:bMИ','',0,'?'),('E[#(Ӈ]qZ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php',0,'P_:)q`{#','P_:)q`{#','ibN)֑Q)S#7.','',0,'?'),('E[@N\\8}+','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg',0,'>+~PԆ){8*','>+~PԆ){8*','+pFLÚ`nnWOwA\',','',0,'?'),('Eao\rgܼ]7X','wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('Eh@aq','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NRM<\\>','}k+8MU=<;tI*,4#','',0,'?'),('Es.W1\Z|~>','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg',0,'G^(3\njn','G^(3\njn','?No!u=EHCuyc:n','',0,'?'),('Ex\"GC~2Jŕs','wp-content/themes/twentysixteen/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\' N깛V','?ǵ_-ϟb7b\Z	\'fp>UG\0','',0,'?'),('EyWװِ','wp-content/updraft/themes-old/twentysixteen/template-parts/biography.php',0,'<]_רouNB','<]_רouNB','n	4\rI.)3hhv&~B','',0,'?'),('E\09=u\'\0`','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php',0,'HLʘXs)r','HLʘXs)r','A|9vqBN-2Uxa','',0,'?'),('Et7zC','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/numbered-process-item.php',0,'>lp^P:','>lp^P:','sM#`o䚁	+\Z\Z)X1d','',0,'?'),('Em鶽]','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php',0,'vPqǲ','vPqǲ','rf_X77p~DD|\"Żb*','',0,'?'),('E(zRA1;eNqD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2eª\\og',' oMJ#A|ߎ(;6R\n','',0,'?'),('EcxD!B','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php',0,')o<Yb\\f',')o<Yb\\f','ε?4JcIX̉{̩AȔOy','',0,'?'),('EUKȑ1*k','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/vc_map.php',0,'{Yt\\','{Yt\\','.Xܳ_:ۊat\n8邮8\n','',0,'?'),('E}~M-]a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\n):=\"Eh','&!r3ʧ#~^Dy~S','',0,'?'),('Eݽ\'`ch#C','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php',0,',HiySU~',',HiySU~','3\"odW/f\\6ZnZ','',0,'?'),('EtU4-\0&','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/line-graph.php',0,'~RCP٪','~RCP٪','m8y|\"Tj7؆1u\Zj4?/','',0,'?'),('EdZEZw','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?#\\KUtN','.YC#(*w_9#.#tV߂\'','',0,'?'),('EV,%,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3\n7|L?MtA','acsc\Z\"VL\\њ','',0,'?'),('ENlJ$>','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/ProcessTimedOutException.php',0,'\0`s~z^','\0`s~z^','SX*>cB\\:4F+Vq\\-Sy','',0,'?'),('E<XEz5\'tp','wp-content/plugins/bridge-core/modules/shortcodes/lib/shortcode-loader.php',0,'p++F!~^?','p++F!~^?','R=яm\"(0{#9_1x:֨4\n','',0,'?'),('E<ʂ\rЬ','wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('E|}zBM>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg',0,'I%+S8?','I%+S8?','\0mpFut+xQHb6','',0,'?'),('Ec3$yaXz','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php',0,'\rfqǏt٠','\rfqǏt٠','V\\]]*@>|z}\'\"\'M','',0,'?'),('EcrM\0bߙ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php',0,'Af\\$ep5P;','Af\\$ep5P;','y-m=̳|~wuv2UT1,','',0,'?'),('EB3A-\r&!T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CG\ndnMv','篺wFO^ `&|p.0E)\ZL','',0,'?'),('ETݻQմs','wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php',0,'n\rFk>\ZP','n\rFk>\ZP','ץ@-8f8}Qv','',0,'?'),('EMZ;x$>:_~','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg',0,'SG*m4iS','SG*m4iS','QeaxH$Hu*\')g\0','',0,'?'),('E՗_G<^','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg',0,']4&?\rR4軉N',']4&?\rR4軉N','ѕ~=+:s	vbO50.\r#\00d','',0,'?'),('E_kKuvo2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg',0,'҆3rPn','҆3rPn','ɥJ!hH7%Z\"HS;$0aӟai9','',0,'?'),('Ez>d&̿','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php',0,'M8\\3<nBeo','M8\\3<nBeo','zHQ v:LY+6k1','',0,'?'),('FHȝle#','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,r%^x%','Y=_b|ʧ&f,<','',0,'?'),('F9ECWT-Ǳ>','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg',0,'oS{!+r|','oS{!+r|','Jh㯋#3mĤcڎ23\"}','',0,'?'),('F\r,@>\0Ord','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg',0,'-YrFNO֮','-YrFNO֮','c*\nߡXLpKHo=I','',0,'?'),('F\rxw~\rܱ\n','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}zYs]','H:wnn8V9\'tLYƭBq','',0,'?'),('F]w҉d|Pw\0','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php',0,'\n\'X^W>G','\n\'X^W>G','{,2Ң%3ޚ/f\'.','',0,'?'),('F$ҕCsL0\'','wp-content/plugins/revslider/admin/views/system/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('F06<,A-K^','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php',0,'ίao+>8~','ίao+>8~','(JH7ϱˑjt(','',0,'?'),('F1#:/m.i=','wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js',0,'t\'\'z','t\'\'z','<jtX)A\"B@&\ZӖbx5k','',0,'?'),('F1+\Z#+d{w{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.D6pir`fw=','2KJ73x2M2&+LL','',0,'?'),('F1	ٛ)H','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php',0,'CڥK*Z|4t','CڥK*Z|4t','ŃbF_asxq`8D!},-','',0,'?'),('F9xτϫ!֗T','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/functions.php',0,'3pݕv9I','3pݕv9I','hCd#1z-T {:>mqBRs','',0,'?'),('F9\\3]','wp-content/themes/bridge/framework/modules/header/templates/side-area/side-area.php',0,'2WV','2WV','ٗ\'ӂLeE[δ:G/&','',0,'?'),('FFvV;v8/\r','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Eꢣ','šͦS~(raWRYអuYde6|','',0,'?'),('FH30m:s','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR	YXݤ','m\Zcĭ][^Pw','',0,'?'),('FUC4UO%9O','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg',0,'NZnnMAp:7k','NZnnMAp:7k','e9(U@{	yՕH?pEp#','',0,'?'),('FY4\0M\"B#&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg',0,'8p_|\'Fwn2G','8p_|\'Fwn2G','OS4Beph5G0','',0,'?'),('F^zzy`<','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpgraderStatus.php',0,'f=IaNȘ','f=IaNȘ','&~IS%\nO@Y7~J\n`','',0,'?'),('Fjoii92L)','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php',0,'j\\r\n\"F','j\\r\n\"F','uߩ\nFA\\VWnHMJ','',0,'?'),('Fn%Ɩ|}U8!`','wp-content/plugins/revslider/includes/framework/plugin-update.class.php',0,'ԡ+Q91','ԡ+Q91','MK!PJNzg4O{fj','',0,'?'),('Frum	E]C','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg',0,'ķ޾Ew(WD>ͩ','ķ޾Ew(WD>ͩ',':uZ\"ʵ\\0oPx\\#U','',0,'?'),('Fuйs`!','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php',0,'r{_d]أ	To','r{_d]أ	To','\'%G2G0qlOLm`0G5\'','',0,'?'),('F|wZQ,O','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6?\n	:{Q%','ZIK/Iw¥OvyEBi\\$G&','',0,'?'),('FY#6osui','wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php',0,';44O$4@;/',';44O$4@;/','Q!#`2|nNgV|Ćÿ','',0,'?'),('FnI	sMSߝf','wp-content/plugins/booking-package/js/Booking_app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P0M7?Eb','OC]<3lp\ZcÜgG6;\n?','',0,'?'),('F_=^aE}','wp-content/plugins/contact-form-7/admin/edit-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r2=','u~I\02\0Gz*3IYd[aᵔ','',0,'?'),('FBehq','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php',0,'^YX;ڠ/','^YX;ڠ/','}c\\nCInzPkj5W','',0,'?'),('F́\ne=5!','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php',0,'8LfjM.n','8LfjM.n','2!5]5b~\n`ǔ@\"V{','',0,'?'),('F ?1aFc\"6','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php',0,'OTx5Og','OTx5Og','vʒÐd%46lHo#i','',0,'?'),('F\\C?Z','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2)\rfGb0},','u2(5_oUb0nÕ','',0,'?'),('F̬⮨Ne','wp-content/themes/bridge/js/default.min.js',0,'NV\rJ;','NV\rJ;','O@NЍ)c櫭wtQa9W%','',0,'?'),('F	Ep[^','wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js',0,'f0	\0 f\\*X=','f0	\0 f\\*X=','s;um/:}Y\0vY\nsO/ACj','',0,'?'),('F&ү-','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php',0,'!9\Z{I9&','!9\Z{I9&','P^;wˤ=&kRSG','',0,'?'),('FÃ\\Ofg','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1vR','N3G\'`+R>P]Eγg/b?UX','',0,'?'),('F\'B/4{J{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?&sU0ש:E','Xz;)x:z$5r','',0,'?'),('Fւ.BO\0n6q','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/vc_map.php',0,'9\0|,R<<G9','9\0|,R<<G9','ICm+\'dB2	\Zb肗(\02FL','',0,'?'),('F׽Tr<','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php',0,'uHW_++','uHW_++','X+xKb^N\niEj)wy{ԕ>>','',0,'?'),('FH{@Xֹͫ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/load.php',0,'q퟾wJ{','q퟾wJ{','H9\rDqZ2ѭ^jv}','',0,'?'),('Fj8\n97T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php',0,'ҙ[e9\rT','ҙ[e9\rT','+*[J}ShoJ=[<ٔAL','',0,'?'),('FYփn','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php',0,'\\30P','\\30P','eKVx5zz{m\Z','',0,'?'),('F; !~l^m','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php',0,'Ll8_6$-	Hg','Ll8_6$-	Hg','\Z2*)OQkG̗*򍵥','',0,'?'),('F?C;$H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';%B:;6|','31t9~)`~ /WZz','',0,'?'),('F8*\"ڹpEm&-j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<g\"<!uU','^,9T~̠=Xqtِ|,','',0,'?'),('FVOd%|u','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p]j-','8#̄(8O\"	+h\"Fb','',0,'?'),('F,¢\'!T','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php',0,'egJMٝH\\','egJMٝH\\','%h?\nӺ1EoP/f/\ZY','',0,'?'),('G K3̶\\u#c','wp-content/plugins/contact-form-cfdb7/inc/admin-mainpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0NRDߵUVJ	%','\'ٿf8Ug\n$h>hcv/','',0,'?'),('G8C	+{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg',0,'p%hKJL|','p%hKJL|','P\Z$Q\'¨4v}Y\rKj(','',0,'?'),('G(x\n^','wp-content/plugins/revslider/admin/views/templates/slide-selector.php',0,'u/E~y','u/E~y','P,\"vC̷@]ˆ&@l','',0,'?'),('GDw$~s','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg',0,'x.2-S`ȮN','x.2-S`ȮN','n*Ƌ	$1}}yP[A-.}=','',0,'?'),('Gi=~ę\rD','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php',0,'e2Cdn','e2Cdn','Ai=\']&p#݉1{]\r','',0,'?'),('G Xexw0\\o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÂҶA->c`','E\nF		M%{a`,','',0,'?'),('G&MM\\B\Zτ','wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php',0,'>\Z̓{\\W','>\Z̓{\\W','8wcSS\'=~*7,f5\\\r','',0,'?'),('G\'`7)̼\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg',0,'ZJX̦Z','ZJX̦Z','G@F,u~xlnHp\09$f\'pU','',0,'?'),('G)TO	yOiY','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('G*wbӰhI','wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php',0,'6SW','6SW',':\'Lr3Wٙsć','',0,'?'),('G6U2\01RJ','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xh[MRt}8ݩ','txv8Z[X$<q}','',0,'?'),('G:Z]Y!tI\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jI78{rP','UkZM=OEwDw |I;','',0,'?'),('G=n; !=:_','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php',0,'# .Vk','# .Vk','qaTbrl\n80k','',0,'?'),('GJ ~M}JZO','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php',0,'c8;ç)ua','c8;ç)ua','E1tԨ;VКm\"zTQRi','',0,'?'),('GK\n-','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php',0,'	BPKS0','	BPKS0','8nhT^}=\'EJP9|','',0,'?'),('GNП>e-1vk.de','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php',0,'gIz.FV:%','gIz.FV:%','!G儱\0:JAQnZegop|G','',0,'?'),('GQWc䮉I}8(','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg',0,'NL6Wx','NL6Wx','9oxp(~8N=)','',0,'?'),('Gl>GΚ','wp-content/plugins/revslider/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('Gm:MľVLЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jq2I\'J9E','vGjsf	ed&g+','',0,'?'),('GmԻ&k','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php',0,',S	^*X',',S	^*X','>@\0]E7T\'\"x>CI','',0,'?'),('Gpi|`zu9','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Update.php',0,'\r/k#,1swf','\r/k#,1swf','vp0?\rXAIќ5o3\Zlw&w3','',0,'?'),('Guʭ','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?hYVra','t%YŸ9p\" 9rI#ݿI0w','',0,'?'),('Gu5aԯ','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?-,s8U','zg\rQD\Z\\$cEȷ@','',0,'?'),('Gu^/1ՁS7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n4&L9b/vs','?ZZ3Jf8&oxŒ\\Cf{1Sb','',0,'?'),('G9q=ʥ[3?a','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭqj\nX<','n%4L6{/Т[Ĭ?XW_A.r','',0,'?'),('G>#c>zwg]','wp-content/themes/bridge/framework/modules/search/options-map/map.php',0,'S\n*\\l','S\n*\\l','nyӴb-7\"͡7-','',0,'?'),('G7\ZI&:x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4nv9UPe','DG7-hpEM!v+6Q5','',0,'?'),('GQΚͣ`A\'','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php',0,'⩩mPyS','⩩mPyS','%b<24!cIgc(;cD9','',0,'?'),('G(*#V@yPyy','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php',0,'\"WWubL	/','\"WWubL	/','\0nf^kkn<wח','',0,'?'),('G9\0&&','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php',0,'i#҃{9N溵','i#҃{9N溵','^#bdޞW@قv\0arv}:','',0,'?'),('G3sqٴF`j','wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php',0,'ltkI1~92p+b','ltkI1~92p+b','xoOݖш:?./J4͡ Vd','',0,'?'),('GWSXGz$','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php',0,'L|\\ |Tb','L|\\ |Tb','{-\Z 1k^H7?\Z5@%/Eq','',0,'?'),('Ga鐫9X.:\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/icon-list-item.php',0,'yBِ','yBِ','aP\'Y@\n[C_iDAm','',0,'?'),('G>s߼zϐ@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg',0,'5վR8\\5','5վR8\\5','5.W&e!P;):Y!C','',0,'?'),('G0YVr޼*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php',0,';&γe!xh>',';&γe!xh>','\ri\Z]\"zebw<<\ZZA','',0,'?'),('GBp63ђ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php',0,'e\n	jwեM0','e\n	jwեM0','<L3ojP̲Ƴ/`P@u$OC(','',0,'?'),('Gj{2S','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/vc_map.php',0,'gy	,@fמtq','gy	,@fמtq','(SsQ\05BG(+DՈ0','',0,'?'),('Gkm+Y!D|\n:','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/load.php',0,'rYl-&?','rYl-&?','	ŻӉ;C=z1BA)w','',0,'?'),('Hx8ĩr\\','wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php',0,'5G	8!IXC','5G	8!IXC','RKw΃=]69Oeɲ{','',0,'?'),('HF]w?yvy','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php',0,'Lo_YҼ','Lo_YҼ','?Uؚ7I9޶\'TTŎ#ƚ','',0,'?'),('HSGveI^:','wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js',0,'ZO\r[S|','ZO\r[S|','bG$9CѸrIn+?Qݤ&qpHG','',0,'?'),('HYfUHupd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QnVJRx5','d>	iHb$&n6p\Z','',0,'?'),('H@4g\nK','wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php',0,'1W2/\"1O6Lj=','1W2/\"1O6Lj=','W,\0nV;UX,{Mۂg\'I1CR-','',0,'?'),('H&1JO\Z\nFsLټ','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php',0,'gzP_/j','gzP_/j','(aUݙ臵1ΩF̃Z|6','',0,'?'),('H*$8vW׮','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php',0,'c8;ç)ua','c8;ç)ua','E1tԨ;VКm\"zTQRi','',0,'?'),('H+E~}1Q','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V>Qo6',',ͫp;IrA/ׇ9~j','',0,'?'),('H/\Z%x!4WF:','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php',0,'\\1~<fo/','\\1~<fo/','f$2DrKLWF2	 ы)','',0,'?'),('H6R:iZfF_','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/saved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\=S61=','s+(ႱWUUӉէds N','',0,'?'),('H?Dډ?~z\n','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg',0,'I}\\ȝ5','I}\\ȝ5','J8(lK\ZZ_JsɘJ','',0,'?'),('HAf,$F-','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)r!8\r','EŬ[XԴ\n\\a&nC','',0,'?'),('HGh\'xR~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c32ퟙ s1[','KdN~r(h6Q\ZAOͰ5','',0,'?'),('HL[k%̸qp','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php',0,'U\nfvQ_x%c','U\nfvQ_x%c','gdVW8H8-\0E<#{[?x\n','',0,'?'),('HPzruԳxq','wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php',0,'c-/;x&','c-/;x&',',/r+ERrEi4,`\0','',0,'?'),('HR%N_sm~4hf','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg',0,'GJc_(@	','GJc_(@	','[7#Sv)LG#y\0jZ|x?[','',0,'?'),('H`\\ rYC','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?a@}-P','43Ie\r0UA6g3{ݤL','',0,'?'),('HwQ]*/F	x','wp-content/updraft/plugins-old/updraftplus/restorer.php',0,'L=n\'X','L=n\'X','&UQm8x)6','',0,'?'),('Hw\0q!a7Qx8','wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php',0,'(>Q9K4','(>Q9K4','OC9-`R&^ʦSHfԭ[\04','',0,'?'),('HxV`|`p','wp-content/plugins/bridge-core/modules/reviews/load.php',0,'!	A-aRŕ','!	A-aRŕ','g/+^E{-bi)sF-wO-3','',0,'?'),('H	ڍQ$?9','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^+Qv','\01~S#M*F%lXڒl>Tl','',0,'?'),('H>f>A_|','wp-content/plugins/js_composer/assets/js/dist/backend.min.js',0,'H/M~;i=%','H/M~;i=%',';}D#*(q,$1fOO4','',0,'?'),('Hr>\'=y','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php',0,'kNc*&bԏ9F','kNc*&bԏ9F','S#I\Z1MX_f^','',0,'?'),('HT9Ƴ','wp-content/plugins/bridge-core/modules/google-fonts.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('H;\n脯@@','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js',0,']RWunȤ',']RWunȤ','Vdo{!UZ^k,ٮ7uK','',0,'?'),('H	)','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php',0,'kZohݏa','kZohݏa','4ԆʇP45|','',0,'?'),('HHƶ/qթP4\\','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php',0,'tAdH','tAdH','TFXEsyyl\"HIj','',0,'?'),('HY6oD{LH','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zl쇌1gE',';}-\Z	Ud)sD%R','',0,'?'),('Hr.Эk\\&','wp-content/plugins/loco-translate/src/ajax/MsginitController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pyhҝ Jxȅ','\rpAف5\"|zFp\rW=J	','',0,'?'),('HýiZU,HL','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Pc?\r:\ZC_','J-yVmiAC+Z9^;.6','',0,'?'),('HCTp(^l','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٣gR 3','}{cV\"z9NY8JW','',0,'?'),('Hĺ0p\'S','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php',0,'*Ⱥ(VVb~R','*Ⱥ(VVb~R','4fQr?`_	=gO܁Fݯ','',0,'?'),('H0!!~','wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php',0,'K,	`{ީZ','K,	`{ީZ','9tĀs;7<lRJ	Ҋ^','',0,'?'),('HՂm]Mf.','wp-content/updraft/themes-old/twentysixteen/inc/back-compat.php',0,'`s$cv:Jb','`s$cv:Jb','1`Ej7+._$ٍ3','',0,'?'),('HOл_','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php',0,'36!LleD','36!LleD','Xj૷X4PQF.<\r)Pb@','',0,'?'),('H`Jg2J','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php',0,'S=I\ngk|','S=I\ngk|','<D7O֐3yQ1','',0,'?'),('H![?z>','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅:K7&Z9Hc','*F:Å=IH\'x\\\"\':','',0,'?'),('H!Al[j','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/options-map/map.php',0,'vwE','vwE','lG=$:3~U|JUX^dwqd','',0,'?'),('Hoߟaې`H','wp-content/updraft/plugins-old/updraftplus/includes/updraftvault.php',0,'\\xm/{q5;V','\\xm/{q5;V','4*OFW\ZU<Fӄ@C]EǾ0','',0,'?'),('IRv:Qiah','wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php',0,'ьX`j','ьX`j','Ё^ٝx}(ܺ\ZARs','',0,'?'),('IW9aW3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\n4x%$0','^,5؎j,ҧQQhs','',0,'?'),('I\'jg[Dm2','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php',0,'l>:Z#&ZV','l>:Z#&ZV','ISbus\\:h ','',0,'?'),('I(IyI%%v@1','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg',0,'9kZ^]w','9kZ^]w','e+cDjSewlB','',0,'?'),('I0S$2TB*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y	Nɔ]7l','M>f(Er_hXoۃ8@+O','',0,'?'),('I6.:\n(i\0B','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\r\r0X/^0R','O1-pQۊ8Z+$[jK','',0,'?'),('I6U\r73p','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<|7b','_^F\";+r&Z~ӦQ|5','',0,'?'),('I7w=ǫiH	','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg',0,'2iݿJކ?R','2iݿJކ?R','=EkdB`&[{iPUTx','',0,'?'),('I>:v62ݷ','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php',0,'S\'P-eD}MStk','S\'P-eD}MStk','eIxHnɋZ!17Z\nWM)`','',0,'?'),('IC7t15Jʻ/˰','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg',0,'f6a*@%Oy','f6a*@%Oy','48\\9Dx}SxA\ZSx','',0,'?'),('II7kIB%\nv','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php',0,'~j\"W ','~j\"W ','zY5>:zuW0瀟@#pV@','',0,'?'),('IR!K<lS{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg',0,'ot̾TC{=sS','ot̾TC{=sS','>bb$\"\ZܪR1]h.$\\HA','',0,'?'),('I[\0}i	','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php',0,'\'N@ZtTa','\'N@ZtTa','ENFϐM1YP\nI39*d','',0,'?'),('I}9Lg','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php',0,'-PV=lAY','-PV=lAY','KAtYKLRb]q3iv','',0,'?'),('I}ۆ$zr','wp-content/plugins/loco-translate/src/fs/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qg:','ED 7H䓥`TCZ\'','',0,'?'),('I:Bs#@','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1y)',';\Z/\\btI͝hw','',0,'?'),('I ]\ZB\Zm%','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg',0,'-j9:D:E^','-j9:D:E^','JUXFGTm[p32#','',0,'?'),('Iw6)\'\0H4','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg',0,'9q6ȈC\rvg>_','9q6ȈC\rvg>_','䘡%E.5pIp>NWk','',0,'?'),('I\\BXG-WATt','wp-content/themes/bridge/vc_templates/qode_circles.php',0,'4GxYr	kL','4GxYr	kL','!긹5\'6%@/|','',0,'?'),('IԬlv0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xo,/\0<{\"','}-mU aYj EWNǳԽ','',0,'?'),('I)葍K@4I','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php',0,'mYQy','mYQy','2ǲ\0}?C\"͋§\r9C','',0,'?'),('IPEXtFH%','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Lv[c)?','Ch!݀F$}wd7b(!pIF.L','',0,'?'),('I.ڇ*4*>1&HV','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php',0,'j\0+6}F\Zٽv3','j\0+6}F\Zٽv3','C*}&DZ|n([<','',0,'?'),('IpmdWJ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php',0,'ts6-ƯV','ts6-ƯV','*ц֦\'~wl	}g\n% \\),\nAc\0','',0,'?'),('IV/6s','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rJd)8?',':ZX݀gmֶ[Rvt:e\Z','',0,'?'),('J\0B\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg',0,'?S`(ԢX','?S`(ԢX','cI|(1T,E}g/֫','',0,'?'),('J%.~ql','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gW5Fcn','U}ܗ>\ZIh!{xTn\0-Vo','',0,'?'),('J?#͌$M7c','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`I.:`PR','#zR\ZHU>BnP,\'eTtߺ','',0,'?'),('Jf3?_rC','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nJvۢ~y\\','nD _;!GםcV0M9i=','',0,'?'),('J\rn;?҂','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php',0,'\'Y5͔','\'Y5͔','d#~BM{\nZFI8!-','',0,'?'),('JE[7U\Z~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O	~58ͫ;','	\nZ\rZB[9zS)4M%','',0,'?'),('J?<B<kI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php',0,'%r(Z2jvۿ','%r(Z2jvۿ','VutV_T|#=Yao_\01&','',0,'?'),('JZ-°IŇ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg',0,'LYwt-T','LYwt-T','3RSR(^SiSFoX(uEZc','',0,'?'),('Ja`zW:^0i\n','wp-content/plugins/loco-translate/src/error/LocaleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H39M\0<_̵',')3T:澫)bp/','',0,'?'),('J4X:׽R}f','wp-content/themes/bridge/woocommerce/myaccount/my-address.php',0,'S}FgN9P','S}FgN9P','vǫz0ɔQ-C3Wo\n','',0,'?'),('J8EDh+F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sF&H','/ vƞ27b}be]F.','',0,'?'),('J:xUjZi\'՘@','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg',0,'#JY*\"V','#JY*\"V','laqNNN،\Z=کl','',0,'?'),('J?4Yhe!>O','wp-content/plugins/contact-form-7/modules/submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	*/;f^\nO','\nETW\'ao)fb0Q?n','',0,'?'),('JR\Z5߷','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php',0,'U\Z<ig(Y8e','U\Z<ig(Y8e','[!\nD\\\'C2/YF8Zc','',0,'?'),('J[/ϘoߢBX','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php',0,'u0ʛyb8a','u0ʛyb8a','pWX]\\DE!h){go@v{oS','',0,'?'),('Jcnaj4П o','wp-content/plugins/revslider/public/assets/css/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('Jl1','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('JmJTi','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php',0,'8)wd','8)wd','븪\0d\nT92T嫼VIj0iǵ0<','',0,'?'),('Jwޏ.?','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php',0,'Jt}Vf\\q','Jt}Vf\\q',']9@\Z+yUV I','',0,'?'),('Jx@.[|H','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php',0,'\');|LF','\');|LF','U/fHa:&^l}Qjev\0Wj','',0,'?'),('J{ֹZi^ùxI','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5igղ','Cs\04aF	V\r;ެ\"xpa','',0,'?'),('J+iJ%','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php',0,'\Z]<Q{c','\Z]<Q{c','f\n\0@\05UcMr!t0\"k','',0,'?'),('J16a?\')88ry','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg',0,'6C.\"\\j','6C.\"\\j','EtC֞nKJ΂C~uO\r@,','',0,'?'),('JmO`f','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php',0,'ERDL`}','ERDL`}','7TI1Zx\rb;U9[n\"PR','',0,'?'),('J5]\"Ŕ\'','wp-content/themes/bridge/searchform.php',0,'ؓdӣ;F^','ؓdӣ;F^','V@}aܛg;3M\0\0/\'ѪLy','',0,'?'),('J>\"/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1RWÔO[J','bOQwùLѠâ9Qlrl','',0,'?'),('J~_#)#n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg',0,'l)Y!!Ǌ{e1','l)Y!!Ǌ{e1','b״\0ۧ^S:t]VWđ2','',0,'?'),('J&pD2.{0','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<w\ri컎vL*x','Nb\r̎/?+\'bi\'W$@i\0','',0,'?'),('J#	A},d','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/templates/horizontal-timeline-item.php',0,'\rpu^yR8b0jV','\rpu^yR8b0jV','o~^E;,f\0me/0F?','',0,'?'),('Jӎ`o,)(','wp-content/themes/bridge/woocommerce/cart/cart-shipping.php',0,'N}(ViL(','N}(ViL(','w`CꞼVU,BзޘMFn\"','',0,'?'),('JͶ[2۰0','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg',0,'C.BjmiǷ','C.BjmiǷ','ttNGytJ5o X','',0,'?'),('J*g6ʟ~vp@','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg',0,'%ůuœ\0ǌ','%ůuœ\0ǌ','S1iKѡnKg-t#<:մ-','',0,'?'),('Jլ4\rn','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\c7yxгl','~qV*\'1]3^m','',0,'?'),('Jg|k>*\r','wp-content/plugins/wordfence/js/wfglobal.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7欑iW5ulR','$hd^Sƨ5Y٭a$','',0,'?'),('JK@:JpDo','wp-content/plugins/revslider/includes/framework/wpml.class.php',0,'n0eЀsry','n0eЀsry',')f&pL]2%{c#-','',0,'?'),('J6F\r?','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg',0,'#8؃KZ','#8؃KZ','\r6\"DNE_\0ܬO^EG','',0,'?'),('Juami\"d','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php',0,'ץ/%#kvF_(','ץ/%#kvF_(','dB3nqDo}Ϧu	?6','',0,'?'),('J.s}jB','wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php',0,'9?Ep6Bf!ͤ','9?Ep6Bf!ͤ','Vf(9ahF9P?ѝTh>','',0,'?'),('J򾁬OhsDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|	#PV	/{M_','vXI9n1e6C\\.p+\"K','',0,'?'),('KBް57','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php',0,'Ro,WNSC','Ro,WNSC','v<bA5h~G5)qbn','',0,'?'),('K,<fƑY','wp-content/themes/twentytwenty/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K<ȝa','ߌ녔BJ+f,q*WC\"^_V\0.s@','',0,'?'),('Kߺb','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>zxC}','Nܓ#dtB!\"M՞==@o','',0,'?'),('K$>Jk;%','wp-content/plugins/loco-translate/src/admin/config/SettingsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׏!ɳ~>','E%L`WV>wjmNg#3?_','',0,'?'),('K.J\"oDh','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php',0,'jO֕21','jO֕21','d}cuYqѺX#U~Eƈu','',0,'?'),('K0\rܐcn','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅKW<S\Z|r_','E`w`>.2V\"\0Mp\r 9','',0,'?'),('K8`q{ks','wp-content/themes/bridge/framework/modules/layer-slider/layer-slider-config.php',0,'^\"fr	KdS','^\"fr	KdS','r5g^ڇ.XSg܃','',0,'?'),('K8E9','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg',0,'(dDN=!_2ك','(dDN=!_2ك','$7Q\rRt5,y}VOތr','',0,'?'),('K8yQO2`^','wp-content/plugins/updraftplus/includes/Backblaze/CurlClient.php',0,'\rsA]TaYi','\rsA]TaYi','|*Ăs4zX[S5GOp\'','',0,'?'),('K>^[PF1h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f|֓','cHf	G 	W/0','',0,'?'),('KKOfSdiB0Ov','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޑ[.ɕl\\:','&k0lcX**?\rܒ','',0,'?'),('KK>/]FR','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php',0,'Sa;O)','Sa;O)','d1QltRo	IN9b','',0,'?'),('KQԉ+]d','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg',0,'*I\"I[','*I\"I[','ͦŉ!Uw]sVHI~%/','',0,'?'),('KW\\[/1\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg',0,'IdҾ*m','IdҾ*m','Hvt#)ƜPE','',0,'?'),('KZ[f:R','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/LogicException.php',0,'r>\'[zquM','r>\'[zquM','`\'ӭƀ˞O02U &h^i','',0,'?'),('KzԼR]6\\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg',0,'M0dx.5','M0dx.5','f/xq\0Z|Li[)]','',0,'?'),('KnҋD&sRWU(','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#^:G(:k\n','47Vf /DW3p','',0,'?'),('KuԊE%Z','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php',0,'zBؾj','zBؾj','=Q0UDm$v0-<|V,Q','',0,'?'),('Kߨ)@\Z-','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php',0,'\']{xN}','\']{xN}','Sh);ѩDJfvṗ','',0,'?'),('Ko{txF6','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg',0,'REgx*ޑַ','REgx*ޑַ',')Ĳ7NjttxZ\'D','',0,'?'),('K+:oXsK','wp-content/updraft/themes-old/twentynineteen/functions.php',0,'m302\0H\"uLɩ','m302\0H\"uLɩ','3|Zw\Zh|Be5j','',0,'?'),('Kc#2s/(\"','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JE,ߓ%_','<681Jߧr(;c?@|uR\nŞ','',0,'?'),('K<H<7E,l','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x :HTәz',';k	4C&KڊBd>M','',0,'?'),('KcEjzeů8','wp-includes/block-patterns/text-three-columns-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*[Le%׍r','>+1XsVTC','',0,'?'),('K\r\\Uz\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*F谯<l','®RlUwzankGt3','',0,'?'),('K]Cl7:D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM;p8vn[S','9jlxBeH:y%}c	TP_','',0,'?'),('KN#{	U;$','wp-content/updraft/themes-old/twentyseventeen/inc/back-compat.php',0,'?J>Yq)A9','?J>Yq)A9','G03XqYBptrL','',0,'?'),('KLx<CHe\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ENĂۛ(\nn','Ѭ}^EF>ڂB','',0,'?'),('Klb\\1Y','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php',0,'#瞻!\'%8','#瞻!\'%8','̿.o]0!RI凁@ޙ4Ll','',0,'?'),('K@H-=w7','wp-content/plugins/cookie-law-info/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('KΎڐH3&5','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php',0,'X#\n(pX','X#\n(pX','f6lK,&d<t4Ja','',0,'?'),('K *;ܼnc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\\kL3VM]2','h*6wʔˆͩ}e]񦬲k','',0,'?'),('KW&\0\0K\06G','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N(xlX\'','v9\n{lK~q#>ߦ J`~','',0,'?'),('KSZ|Y>M','wp-content/plugins/booking-package/lib/Webhook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o܈4-.','j$WƔs7ߠtiprH[(','',0,'?'),('KK+2	aeZe','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Qy6VN7','~yn*<ZAY?Xl	/}','',0,'?'),('KQ]9f!v~','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/add-to-cart.php',0,'=-[ћlF','=-[ћlF','9߭	?\n5\rDA>![','',0,'?'),('L^[0!_./','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg',0,'Z3˰rLnf','Z3˰rLnf','#N?76Ҷ2Gk5j5E|','',0,'?'),('L{v׀ؤ|T#O','wp-content/plugins/loco-translate/src/admin/RootController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y??Rj.ͤn(','mᴰ0pFvsoh','',0,'?'),('L<#\Z}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9KM:Tf9',';TO`(6,skZcR+','',0,'?'),('L#k|qy','wp-content/plugins/loco-translate/src/ajax/ApisController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)PՇY%ȹ','T7ifn(d|\r{؋P%(7/B','',0,'?'),('L#/۰*3\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.HLF','vMqtXaYYc\'>m	0v-','',0,'?'),('L$IOn;\rZ ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php',0,'11Ja\0\Z','11Ja\0\Z','26|OȻ;&;A|Q@6_Z6','',0,'?'),('L(n9[2C6','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ɬA:tE$&','0^BMՒŗ+W\\<','',0,'?'),('L0fnV\ZI','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/functions.php',0,'	Ή|\r2r','	Ή|\r2r','Ч	9m80ܱ*VS','',0,'?'),('L?\n-Vd}	','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg',0,'^},}*^],c','^},}*^],c','\Z1*bSHв(V&TzV?MXJ','',0,'?'),('LBbc?','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php',0,' \rVjԈQa',' \rVjԈQa','p(@k7,Gq?`WF','',0,'?'),('LI̩kMڸ','wp-content/updraft/themes-old/twentysixteen/sidebar-content-bottom.php',0,'+$VD<:t*A2','+$VD<:t*A2','\nI{cqZd6Xd2','',0,'?'),('LR7QToG|{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@lM3JtOF@','[`\\pǣTb>=PivO','',0,'?'),('LS\r\n$','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg',0,'mxn]}0mW','mxn]}0mW','G#nk\'RMm+\02,','',0,'?'),('Lap8gV,g','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"I;',')ͮzI}/?/+1k\n','',0,'?'),('Lf\\e<GGU:','wp-content/plugins/updraftplus/includes/tether/tether.js',0,'@z<=0WxC 	','@z<=0WxC 	','u\rӅL6\Z9qQW;ngO','',0,'?'),('LsЇś\nc}>K','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\el;','6sn\ZnM̚s^\\\ZHL,Z','',0,'?'),('Lw+$4|nsw','wp-content/themes/twentynineteen/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kPf*\n5(\"','MXKhmKZR\n{_?z¨','',0,'?'),('LwfxΘM','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php',0,'שa_}Gֶl','שa_}Gֶl','H[μCQH*EBR\rrt.!=Tx','',0,'?'),('LzZ#<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"?Fw,T','!@B<6ꁒKuPm=+/c_','',0,'?'),('L{fa#\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/modal/counter.php',0,'ptȑyeW]f^f','ptȑyeW]f^f','a^>N\\yoHJ߬y,[2OA','',0,'?'),('L}P5shyq%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg',0,'~1ߊ!I','~1ߊ!I','-uKHO\nT)0N P9','',0,'?'),('L/߹t;v{','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg',0,'fQ\nnμ','fQ\nnμ','xT\"QnvT3\\\00G qwϚ7','',0,'?'),('LΩ\'\rPDv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg',0,'0$#4=+X7Y','0$#4=+X7Y','eP%j`\\>+\0aǌ2l','',0,'?'),('LGE$74','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php',0,'2,E4lCA','2,E4lCA',':8\'Ii`7s0pL','',0,'?'),('L|\\KԌ= ','wp-content/plugins/loco-translate/src/fs/FileWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>B?FaKH` ','l)¾9SnКEgZJF/','',0,'?'),('Let\"pc(	e','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u91Af(iopD','~nNZ^\rG9@|M{Jc@1','',0,'?'),('Lٻd|zVlȫc','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg',0,'\0cd͂Q','\0cd͂Q','y$MbzN7#yt,xo','',0,'?'),('Lʵ*\0\03	','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg',0,'vT\'vD','vT\'vD','Y-3{?M#\"udE','',0,'?'),('L\r%{','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X?\n\rcӝ,iq','dK4U81y4Oo6|@ߕgkb','',0,'?'),('L\rȦ:nh\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Msr\ncJ(','raH\n}`RN|:G','',0,'?'),('Lϖ\0y\"P','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v|','&Y@f\Z{y=F#Fsaͮ','',0,'?'),('Lږ9q|','wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/index.js',0,'ޘ*[ݺ','ޘ*[ݺ','WmsH]2{$yǸf[OI','',0,'?'),('L+qV;hY','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MN:\'ʤȹ','J!XLl`eOsH','',0,'?'),('L>tN','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Iהg,)ZYM','\\kS뚑n wW	!*~v','',0,'?'),('L)a$D-ӮJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z{3E\'*\\7','}2gx­	Lb8P?wّa.\0','',0,'?'),('Mzt/i]Z','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php',0,'M~#]Ek','M~#]Ek','f~=qTV/3OK>X','',0,'?'),('Mx1ǋTmR_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.1(>\ZVE~','Ih棗ht;a6N*z','',0,'?'),('M(m2yN>U+cB','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg',0,'Bfx','Bfx','p^\"x\\.7ɚ,@','',0,'?'),('M1/n̖Q','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zh`2','0EO;oT=\r]շB&?]','',0,'?'),('M1	Zg&\'ѫ','wp-content/plugins/updraftplus/includes/Google/Cache/Null.php',0,'TpF8\'٫Ƌ','TpF8\'٫Ƌ','巧?|ap4x`ȷ,yP%\r3','',0,'?'),('M:-~d\\w5m','wp-content/plugins/updraftplus/includes/Google/Service/Plus.php',0,'{Ąo^5','{Ąo^5','Ȩ)5e\\]ZZq}k֐WS','',0,'?'),('M?,5*K*f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A=<*0','[]ݯ>v\\l','',0,'?'),('MAx~2Pw','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php',0,'ghGi\0*T\"\n}','ghGi\0*T\"\n}','GBh	䋚czs\Z,','',0,'?'),('MW	:ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eqd2u\r','g(1X{ [].TA','',0,'?'),('MYG\\tX/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&S?|G','h	3|:Q9z4Y1[{^	$;#q','',0,'?'),('Mhć򉌉','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg',0,'r^(-NL>','r^(-NL>','4ϾʎVR$׸󳀙ٖ<&\\','',0,'?'),('Mtm@0IU*T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php',0,'UUx3Je)&','UUx3Je)&','xꟃEHUiOX32','',0,'?'),('M9NH0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg',0,'$2$I&','$2$I&','\Z֖\'c=In\rM%ܖGK~a','',0,'?'),('MG4OV<\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/options-map/map.php',0,'\n̵pblNVq<','\n̵pblNVq<','%xp[?LyJ(st;$wR','',0,'?'),('Mϩ,ҁXGK','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php',0,'ڵ@q\'=','ڵ@q\'=','uKٍWaK~~\"*','',0,'?'),('My;|	A','wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js',0,'CШUj+\0pYgb','CШUj+\0pYgb','|c\rZ%q8wlR)l2sn˷p==','',0,'?'),('Mj2dU^','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/templates/accordion-template.php',0,'n f&ˇN','n f&ˇN','.	!VN<,','',0,'?'),('M?L#3B(aMg','wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php',0,'y2\'bZog','y2\'bZog','ء,;z#Qy )\\Zrl ~','',0,'?'),('M3 W^w','wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php',0,'%XkJiW٥S8','%XkJiW٥S8','\0Qhc\"`H\0e%\r','',0,'?'),('Mcجخ;	','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php',0,'&Ma\n|/	YY','&Ma\n|/	YY','sOi2٨9wa⤅W','',0,'?'),('M>sr]\\','wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js',0,'^{1!RnbAiy','^{1!RnbAiy','MkQ`t75>kdX״n{\Zخdc','',0,'?'),('Mw^rL<+Dd','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php',0,'l`\rtiqZ','l`\rtiqZ','&/z#E7M>f/','',0,'?'),('MР\0A9Q+','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u^Q>6\0vOhc','9w{0o5\rnP*Dq)c','',0,'?'),('MXM}2axI(','wp-content/plugins/updraftplus/includes/deprecated-actions.php',0,'y+oX{Pǡ','y+oX{Pǡ','et()UP0lI\\ۅe','',0,'?'),('MؾIbznR','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg',0,'|:\rh7G̣_','|:\rh7G̣_','%}@`=ig7?B`iCr?y','',0,'?'),('M۟Èɸc','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg',0,'\Z\'*m&ًE','\Z\'*m&ًE','cuI?7M&8[UM\nL','',0,'?'),('M;C8Yyﲏ','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}dNP0;W6쮞','v@6ؐی?5ج<','',0,'?'),('M墒6BO>','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg',0,'E<5]ֶx','E<5]ֶx','E<o\0ޣ,;m\\ PdJ{','',0,'?'),('M&|ShŨ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg',0,'rǙBU&','rǙBU&',']B\\9f!u%7\\2]P\\U|','',0,'?'),('MtyEmw\\T@','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php',0,'$H7RE~','$H7RE~','`\\8j~\ZTR}Du','',0,'?'),('Mp[Xj','wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php',0,'G5dT\r W\nB0','G5dT\r W\nB0','A6>ZE9ⳗ^q>.Bz','',0,'?'),('MIMrD-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#+_2a,X','±/iA5+7KѧzSSC>','',0,'?'),('Ni!\"t','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php',0,'ąK?↖\\b','ąK?↖\\b','?8&􌠺QfVn^\\<','',0,'?'),('N\rEl\"+͇3','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php',0,'%Q-j\rnE','%Q-j\rnE','_р\rQ{O[nB=<o*6	$.5x','',0,'?'),('N6`f.{0:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg',0,'L&X2\0Ѵ3','L&X2\0Ѵ3','FQ	ӵ\rK5&eS_*WFev','',0,'?'),('N|tH,U\\','wp-content/themes/bridge/vc_templates/vc_gallery.php',0,'5\"C^\\/ȭm','5\"C^\\/ȭm','mgHJ@%i+58T[k','',0,'?'),('N/z\Z[\rZU}','wp-content/plugins/updraftplus/includes/updraft-admin-common.min.js',0,'yxY#$!','yxY#$!','-uo>Y9ME$UzȠk+\r1J)','',0,'?'),('N5f貅:r=','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php',0,'\'rz+2以G','\'rz+2以G','++BYgfU\'^1ݡĆ','',0,'?'),('N7A\0nnV֑','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"G\r6|􈘀\'','y~`w(j~=뤼&ݴQ>`^x','',0,'?'),('N=f>$KHT','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?G{g','ĀР<W;-\Z񀍙(C+,MUW6','',0,'?'),('NO}R)sь;','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php',0,'dIJ>\\','dIJ>\\','c&??rpipWRpE\0è','',0,'?'),('NY>/q!ws','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php',0,'\rF# ]','\rF# ]','H.4e;Ƀ;5iR$:(~t3m[','',0,'?'),('N[>.`ړ%ǚݖ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg',0,'wjn>iz&G','wjn>iz&G','Ҁs<:y{CdK;] ,','',0,'?'),('Nay:ɝ\n_[?<EL','wp-content/plugins/loco-translate/tpl/admin/config/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mr8~','&{7:}nsv0Wo*	KM6','',0,'?'),('Ni~	`WE','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']5+6.ZM.','7ɟSYPW	OXxy*ieHY','',0,'?'),('NsLb7/W\r\'','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php',0,'B~kJ','B~kJ','V2m(B(\\\0](I/L˻h','',0,'?'),('Nsc%T!}9L,<','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/templates/button.php',0,'-4gXcNI','-4gXcNI','zEۦ.~NԲ؝','',0,'?'),('Nw5e浳\\Uxu','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php',0,'E!fD]rKԚ','E!fD]rKԚ','0pX7A\Zlǚy2\rfY+','',0,'?'),('Nx`z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg',0,'|BF','|BF','|)v.ܤOHGO\\zl!Z´6','',0,'?'),('N|Jвznsw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\"j2ߖ','U=co=t1-\\\r=','',0,'?'),('N3j@pu5^','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\nm\0;˫z','$vo^U A\0:\\Cu','',0,'?'),('N?d;o\n<','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php',0,'7\r #Lc','7\r #Lc','000DfjH_OnI','',0,'?'),('N=$*;e3','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php',0,'vĜL}8o8','vĜL}8o8','8;T,D2z*{0C','',0,'?'),('NKa]Q/','wp-content/plugins/updraftplus/methods/openstack.php',0,'Li8{va','Li8{va','my<0wzzކDr#','',0,'?'),('NJkgbs','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php',0,'}Fe(,S8','}Fe(,S8',']?xK1Uq\0n KM=yI?f','',0,'?'),('NVr>l','wp-content/updraft/index.html',0,'nrp@_Y','nrp@_Y','>4o9JSrެs\\%','',0,'?'),('N3I՛;$','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php',0,'2K/̇','2K/̇','L+zNDE\rvcg0q\nMu','',0,'?'),('N<\\_ȴTy*','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php',0,'n\\F\'','n\\F\'',':|zB=9Rd^{jdׄd<','',0,'?'),('N6Gotea','wp-content/plugins/js_composer/config/content/shortcode-vc-message.php',0,'jC>\n:','jC>\n:','1	,7zPkXFbψf$','',0,'?'),('NHV}4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iOqff\n~','F%ɸ\n@ǳËE|B.=','',0,'?'),('O	S#Yiv','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y+\0aȴJ\r\\6','SK#Lum\rx~nUvpp','',0,'?'),('O#	r\'','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php',0,'u!\Z/uÑ','u!\Z/uÑ','Qsǥ|̀jT2&}j','',0,'?'),('O9\nqcx5','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg',0,'Y\r~Px','Y\r~Px','ѳ^մbpFNQؚ_f39Jt','',0,'?'),('OZBV','wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php',0,'a(qGX\\sihCG','a(qGX\\sihCG','߭PH\nyBvP@at!4\Z','',0,'?'),('O\\)3P54','wp-content/plugins/revslider/release_log.html',0,'TZ]0Xrs^%','TZ]0Xrs^%','swt&Yc8Si\0w','',0,'?'),('OҽPT^4~B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\\\Z}؃B','׼@xOlҕQDhT\r','',0,'?'),('Oy}GV','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/RuntimeException.php',0,'QsPSRz0w[-g','QsPSRz0w[-g','FI\\O˄Ʊ[?4{YC','',0,'?'),('O\Z\'Fu{Rn','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg',0,'3T<\nAփNJ','3T<\nAփNJ','X\\\0ݨE4ckXVrg\']W','',0,'?'),('O =(:<	1F','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x?^>O',':;h!xEzP+dV0D','',0,'?'),('O+[IBmm\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q(VѤ','\0{\rߘJ/ ^+,S','',0,'?'),('O1Q!qi@\"','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php',0,'yDyF?K>\n0','yDyF?K>\n0','6qW{zXb$͒z\\H@ ','',0,'?'),('O4ǳWQ\0R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ǈ\"Cix','x眪!}\ZWd','',0,'?'),('O5le3QFb','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php',0,'䎻`ql\ruD!j','䎻`ql\ruD!j','r^\0EUs w`b&YoQ -','',0,'?'),('O8rt[G','wp-content/plugins/loco-translate/src/compat/MbstringExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P2Qv&I','`KrIB{*8[AZQ?Ă2','',0,'?'),('O=h\0}OrLb','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZU~L5@\ZVU','/rTrmGс\r%e\r|[','',0,'?'),('O@hZȘj|?s','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php',0,'򥄯W\rit','򥄯W\rit','b8Wl41NOGm	{%4XK','',0,'?'),('OEA:)(N.ɹ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php',0,'TM*c4E-\'a','TM*c4E-\'a','^VĿLPp1Ye#C)','',0,'?'),('OG>kțz[2{','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php',0,'uv>.(hU','uv>.(hU','M<#6[)gfösj|~_','',0,'?'),('OGD{Y','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Headers.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wzƆM','mA}W= \'45|z','',0,'?'),('OSYWz!8ʣj','wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*K`;\0}',',cn9۝$O`&pTOXiس','',0,'?'),('OTMM;8ot','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php',0,'ݬM42+','ݬM42+','=R9C5w6GMA','',0,'?'),('O]qJCe\'','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php',0,',<B>_C#',',<B>_C#','sjZ\\N7`a[\0MZI\\ߵ3\n@Ӟ-','',0,'?'),('Odjv8v|bdbC','wp-content/plugins/loco-translate/tpl/admin/help/tab-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q;O* Z','t\Z{oq8IVqt~','',0,'?'),('Oj~ּk86','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php',0,'WDKXa','WDKXa','vq$uBq2\Z/|PT','',0,'?'),('OlqCcێ','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iԩH;V',' gU=W`5eU~C<Ax','',0,'?'),('Oy}Ma_I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m̪Db *','<!B|$k݈# ei%0','',0,'?'),('O|,j\r','wp-content/themes/bridge/single-portfolio_page.php',0,'&]v(=S','&]v(=S','ϧ%=Vy͌mDi<쯤|','',0,'?'),('O}W{\"Rm','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js',0,'YTu%9+\nqV','YTu%9+\nqV','ItH@AL_#o@*+7^˟','',0,'?'),('O$\Z	oOB','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php',0,'s-hʺ@|','s-hʺ@|','`/H@%LY?o}H$','',0,'?'),('O潼m$݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1z¶~pQ.)!\\','or[AR~~Gu߰QNZk\0QSeO','',0,'?'),('O\\P5{R','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yX!B?]@','5rɌ~Z}8D\ZW\r_u','',0,'?'),('OEk&O','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg',0,'ᴨQX','ᴨQX','8.i-߇L.W掲 aNa','',0,'?'),('OE_}^1Ĉ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/load.php',0,'7֩X钬-gNU','7֩X钬-gNU','!u-X|M0c d$','',0,'?'),('OELvLŸ\Z6V&','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg',0,'̺R\00P','̺R\00P','O3Ϊ)j\nmU07Cn','',0,'?'),('O&r蓏 ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u(i즍)D',' ޮ2܂Unv\\|1!Şp)&','',0,'?'),('ORrD?','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';9qPE','B\"0N9;yynH','',0,'?'),('Olig>6(','wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php',0,'q8#XN9','q8#XN9','\0{h/BȪx\r\nڰ\"Ts','',0,'?'),('OFI`;','wp-content/themes/bridge/vc_templates/vc_text_separator.php',0,'$dhvf>:','$dhvf>:','z[A\Z<}!&h\"ǤVX@','',0,'?'),('Omu!JrU','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php',0,'3.\'2\Z@UP','3.\'2\Z@UP','\0dX3׶p\':6udSQop4؝6`','',0,'?'),('O@ZodeWJ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php',0,')27@n\nHG;',')27@n\nHG;','C\\f9%Z@y\"@M','',0,'?'),('O*z1彌0{+','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-below-image.php',0,'XGu{Vzb','XGu{Vzb','\"!\'\\%%iBhl\"','',0,'?'),('O:.`D.KDm','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',0,'6qYmc>u;r','6qYmc>u;r','1Ή:_d@g.koE=9K?l','',0,'?'),('Oy k	b','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kg<|M.Xu=','oSE]!M(wĿYx*Pli','',0,'?'),('OHI!K!0[','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','; 9\0b!Q','@&O\ZqR_w)RǐlL`wүi,','',0,'?'),('O+l\0.	','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php',0,'VJw̼ѐ','VJw̼ѐ','Fv&0(P0@3>f\0>2','',0,'?'),('O5e;hzw@W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z<{~Gf(',',ב[\Z@+?xPА','',0,'?'),('OOM_K7n','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5^gGo<NN','5\'4ϣj3ÒNjXCU!]~','',0,'?'),('OhuG&\0L','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\r$T','S\04v@ű`DG VueRB竇3','',0,'?'),('Oi`\\7ft','wp-content/themes/bridge/framework/modules/qode-modules-loader.php',0,'4%K1=RTd','4%K1=RTd','C1`\\ଳ+na[(','',0,'?'),('P\"m_IN','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php',0,'qVN+X_','qVN+X_','9Míb>[sW6\\O','',0,'?'),('PHZ`=','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9TWtfR','\'\"+\'p[\rJK7\"݊N','',0,'?'),('P+?','wp-content/plugins/loco-translate/src/admin/bundle/DebugController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8THw^*\rG','߬<Gu\ZZVMşe\ZNE','',0,'?'),('Pbw=i','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ZIw5AlLۢ','K{8fl7sRh嗋I','',0,'?'),('P	ZQ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/assets/js/advanced-image-gallery.js',0,'i(bq5{<	\'','i(bq5{<	\'','T*C^ΒBkgQϏ3B;ٯ}GVq','',0,'?'),('Psm\r-t\"%','wp-content/themes/twentyseventeen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͸rX4u','jif|\n<_\rFvv`b','',0,'?'),('PE۫7r|oI6>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܾcum܊e\'d','8դi`e~3	LQĞ','',0,'?'),('P NtD݌n\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!,^q','X߇pՔZЉֱo\r=˸<!~3','',0,'?'),('P&_#\'zTs','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BpjhO^c\\G #','LTҘ$xDs^h_!kC\"1\'_','',0,'?'),('P&{C','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php',0,'@-}C3,7','@-}C3,7','~>K@h~\'\r7DNyLr','',0,'?'),('P\'(?+z$','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/oA-7i{\\','UN%d#H͵3m=	؞','',0,'?'),('P+ǌNw#e,','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php',0,'|=\"`(r','|=\"`(r','W{s0\')dgy)~\rw','',0,'?'),('P73o	\0=','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rffB)','6j,AުǭsDeCz&\n','',0,'?'),('P7k+*WÑ','wp-content/plugins/loco-translate/tpl/admin/help/tab-config-apis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1y','RC町/7Yqڬk+q&U','',0,'?'),('PJ~]; `y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e[.8\'','J$7ۢ*Ys~l@yfI','',0,'?'),('PK2I)','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[hkda4p','&!7^@9NBT*8','',0,'?'),('PT\nV)[\0','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/views/policy-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A@nU3','췫\'wVAafrc\\w1','',0,'?'),('PW0_D;H<BY','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php',0,'yt\ndfN','yt\ndfN','fJ6<&biG#jG\re^','',0,'?'),('PYj<E$e W','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JC5ԀTY','g`DX6Т75(Jﳞ','',0,'?'),('P_w^!R31q','wp-content/plugins/js_composer/include/params/default_params.php',0,'i9S~+/ah3\"','i9S~+/ah3\"','$kG\n/\"N}hpVщɣ=8-','',0,'?'),('Pc/o5,','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php',0,'wDFӉ6','wDFӉ6','a|{a[\\ߚo?i!^$t','',0,'?'),('Pw#T','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php',0,')*7r0',')*7r0','Ø+\\@)>\01yWbkX\'z','',0,'?'),('P;_kR%kݰn','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php',0,';b\r5E',';b\r5E','61E)\riJK஫/@̋e*','',0,'?'),('P[DXPa','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';uSl','M>:\r&V`\Z:O0Sv;\0Vw','',0,'?'),('Peß ԁaރ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg',0,'弍<B[(v`','弍<B[(v`','Sf-{W|[\\topĕ{@\0ݷ','',0,'?'),('Pizta}a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bh5h!,','kno+-WYv.\nx%zf0s','',0,'?'),('Pv\"<AGfO','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php',0,' ⮆<_jS<J',' ⮆<_jS<J','#2k6O؀CJlxN3m91B4','',0,'?'),('PoPJ\nx','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php',0,'/Quz߅T8','/Quz߅T8','P|F#{umI\n`RD>ݗ*','',0,'?'),('PP','wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php',0,'ftoS(	s	','ftoS(	s	','#m;rJrQ7Xnt','',0,'?'),('P	F','wp-content/plugins/loco-translate/src/hooks/LoadHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xtQr}vn','U]80sOdYmю貨AK-W8','',0,'?'),('P$qo$Kؤ:H','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php',0,'!킖(\'I0fC','!킖(\'I0fC','3sǶ~?\\M:8','',0,'?'),('P$u匨((]oRd','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php',0,'ۨ0k~l<J4','ۨ0k~l<J4','~_vPGm, CT@*`QN','',0,'?'),('P\neu\"','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a Q8Ǳ','!\nKka{\"+NZDL','',0,'?'),('P@;b<\nc','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jx6rde','8\r\\D-R#z׀>i7z,sS','',0,'?'),('PM\ZI̸ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Euƻ\\S w?,_L`',' iLƛw6_,n2SZh)','',0,'?'),('P8yEA~OK','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php',0,'af\rp^?','af\rp^?','\'(j2)P\'gʃ)8p3','',0,'?'),('P˦!#kSP	%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg',0,'J^Ahfkr4','J^Ahfkr4','\r4W{XGZ!ҭznfF&B\0ԓ','',0,'?'),('P`D#|H!-u ','wp-content/plugins/updraftplus/includes/ftp.class.php',0,'ɳT:v\"x\"','ɳT:v\"x\"','>qql!9Y\\ Rb','',0,'?'),('Pp4!Iai','wp-content/themes/twentyseventeen/assets/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/eCQkuCwv','qAVIB₏.;\0s`jM','',0,'?'),('P1$\\*C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#SMe.^','[耿_(\rhYTqZ','',0,'?'),('P0aRz= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3gkeͿݾ|h','Hzj鞨%p=ZiNAZ','',0,'?'),('P矤ox,p','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php',0,'`Z8&>s','`Z8&>s',' ξSwJ~\n3h	/_\"B','',0,'?'),('P9m4w_y0','wp-content/updraft/plugins-old/updraftplus/methods/email.php',0,'`-vpT2e','`-vpT2e',';&!\0jfrEv4v]ʡ={','',0,'?'),('P0Z\nSgd','wp-content/plugins/updraftplus/methods/s3generic.php',0,'a~F(\'KU','a~F(\'KU','sX$!\0#;\rPBN\n','',0,'?'),('Qehx.','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php',0,'7	W\Z*y','7	W\Z*y','[Z9\'&FEK_(<4p4.','',0,'?'),('Q\'7dYΑ$yt','wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php',0,'4]ꅾom$%l','4]ꅾom$%l','K*J]EؑLھ0OR\0NF/','',0,'?'),('Q+]*P!|','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg',0,'xB\',}m','xB\',}m','&fTpU;Rԙ=L-鱕','',0,'?'),('Q/[ؔ\nF(0e','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg',0,'wH|}\r\nM_\"Io','wH|}\r\nM_\"Io','nbs)+\\۳r|c&7@','',0,'?'),('Q5N)כ?wZ<','wp-content/plugins/loco-translate/lib/compiled/locales.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΐs1F.Ʒ_','5ދ4M	S8}\'h]>ٞ^h\02W','',0,'?'),('Q7m6Q\nW','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg',0,'O&6Pjne','O&6Pjne','\'d\0;\'ߊ i','',0,'?'),('Q;(Mp*','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+47T','qt;H3V\0h0Ut','',0,'?'),('Q@zQcy;yx','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php',0,'5#	fD+GZ','5#	fD+GZ','ep$cz/R}h\"8n8\n$','',0,'?'),('QBFjd0ɟ.a','wp-content/plugins/cookie-law-info/admin/views/admin-settings-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#=\0߃lC','4yZkmA-:9@=iR	E','',0,'?'),('QGgXkq;j','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php',0,'_e㙩ͮ+','_e㙩ͮ+','i|\r5+j/*sZvD','',0,'?'),('QJs3RaU*s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǘCG=','\"\\ߵjB9[/+Gހ','',0,'?'),('QPUv;Z3','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg',0,'{,q<+\'','{,q<+\'','MMU4@VxG0V\rp&/N}','',0,'?'),('QT*fP.','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ɇPhK4d\'','S`zM~$mEBlT+s\02\'_P','',0,'?'),('QY1TlVr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r<`D','b2M!o;-veq\\f]l:','',0,'?'),('QuoPX\0Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~g<ćI0','\'+uW`-AS\'}S~Sb','',0,'?'),('Qwat%F%2','wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[6i\"Y|f8K','HhE.Pڬ.MeMo@\0W','',0,'?'),('QxШNg','wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php',0,',0ճR6OX',',0ճR6OX','s}\nHmk^abG˥!5D;X#','',0,'?'),('Qz4[4I\0#x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg',0,'K-辰	MÞ5','K-辰	MÞ5','O י#z2y;/O]\Z\\U7>','',0,'?'),('QcmuX\Z3B+X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!*o2¯$','TCWD9-Χ0(\ZJi','',0,'?'),('Q,z݉s','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_expanding-images/expanding-images.php',0,'Rxy\\<4\\7','Rxy\\<4\\7','-Ora#G1&A-͇aV\ZD|t','',0,'?'),('QLe1ybP','wp-content/plugins/cookie-law-info/admin/views/admin-settings-messagebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E*sw\ZP',')>5kzz.h|$eêy','',0,'?'),('Q)̋pZp*','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg',0,'[bu','[bu','&+z4=oX?Nv','',0,'?'),('QKsO*','wp-content/plugins/loco-translate/tpl/admin/errors/file-missing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LR)_it','ҵvDB\'FAa]8Wi','',0,'?'),('Q_*vRJ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg',0,'%mh\Z{FI$۝','%mh\Z{FI$۝','=mYu\"^D{. d','',0,'?'),('Q]&^5ٜsZu','wp-content/plugins/loco-translate/pub/js/min/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D&\0Ww4','ϝv˺<6`6+Lnc!B?_3I','',0,'?'),('Qf#0Z?','wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js',0,'TbPgDUwr','TbPgDUwr',' X޿,\ZɩĠïTWG[d','',0,'?'),('Q(tiB$=','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg',0,'%@<Y*{cQg','%@<Y*{cQg','&OP5y oo&xœ̌aK<','',0,'?'),('Q.izU/Q>','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php',0,'9#w>ò7~<?','9#w>ò7~<?','B\rSj/}~[7P@Ef\"ğ','',0,'?'),('Q6K4H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hDg]ov<N','iQƌ\nux\00æp~R/','',0,'?'),('Q-C-]C','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5J#>X\\','nQrUi/4z\nڊccU?','',0,'?'),('Q	U=','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/custom-styles/custom-styles.php',0,'\Zb\\R(rVs','\Zb\\R(rVs','\rnStx]!QY1>6','',0,'?'),('Q`8M8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'xq>/EQL','>k(Bh\\ѫ͜:','',0,'?'),('QJfR{E','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg',0,'6GΪT','6GΪT','\\g?+%0D3p\rU H7ǋ͗k','',0,'?'),('QK\0H0	E','wp-content/themes/twentyseventeen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VC1Ŕugz','9`||mf:F%-/ąEH','',0,'?'),('Q{	N478Ie','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php',0,'hgtIʳ*','hgtIʳ*','#n-uu!E.dP0eG&[','',0,'?'),('QܙP5S,z','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php',0,'7@m','7@m',' Ԟex8ic*ftgJ*','',0,'?'),('Q$L\n\rB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg',0,'27Y~)V\Zo4','27Y~)V\Zo4','O<f+JoِddO]Ց','',0,'?'),('Q<bҍHByu','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg',0,'F1Li	%itS','F1Li	%itS','h߼DdmK|bN(\n0\ZR','',0,'?'),('Q*7uH鑟ɘ$\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_separator-with-icon/separator-with-icon.php',0,'\'[{o=#T','\'[{o=#T','<ۖ0\Z ڶaFKFtEѰ\"r-','',0,'?'),('Q.ì\\XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':nn)','g #ztJȴY12cƳ\"Pow','',0,'?'),('QC&TRP','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php',0,'cE-QJ7Ύ','cE-QJ7Ύ','̫\"..TB`\"L\"վ>','',0,'?'),('Qlg-','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wJ၁xc','yږВ\"ߏ|Vj4s\"A?h','',0,'?'),('Qϵ	!er5','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php',0,'^|tdnTl<Oy','^|tdnTl<Oy','J)vO?DMC@qynxq','',0,'?'),('Rv5W6`ھ','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4=\\^\0YD','QEܝ޴~/Fg!Ecw5\"R','',0,'?'),('RdO!lH,','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg',0,'1~mk!}b','1~mk!}b','!^TTGV6Z>oS&','',0,'?'),('RPcZb','wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php',0,'zJi','zJi','{]{`jnا1*','',0,'?'),('R\r\rxl]e','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php',0,'=iJwXB+','=iJwXB+','y1J-:IR#\rT','',0,'?'),('Rӣ\Z+iu','wp-content/plugins/loco-translate/src/fs/FileList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\naX\"ne','%e{{԰KS:^G2q\r','',0,'?'),('R晐:K;L','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg',0,'+@!kH*ct','+@!kH*ct','j9\nJxAE.	T93','',0,'?'),('R*ӧ2ٔT\Zg	','wp-content/themes/bridge/blog-large-image-whole-post.php',0,'	(Aw','	(Aw','dՐJ[U\0T }d*,	g','',0,'?'),('R3Us3}T','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E6y4uWoN','O׃˯c|z	\Z;c_\Z\\pY','',0,'?'),('R@b$tJx]Q','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg',0,'|ʅ\0LN','|ʅ\0LN','ӗdV	!/j1W)H5#\0r	','',0,'?'),('RI|xi&Pe팂','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_team/team.php',0,'Q#','Q#','AaoOT!z*Jȣ\'4','',0,'?'),('RQb7f |~ۓ(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\0\n1./','\nZw-;iie\nbC_H\rz','',0,'?'),('RV6\r0m4+','wp-content/plugins/popups/vendor/cbschuld/browser.php/.travis.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.(\"M\naō','+VHrg9)Wxo:X.y','',0,'?'),('RX7_Cڪħ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg',0,'\"=.&գ','\"=.&գ','jOM:ΥqotG!$YU4f','',0,'?'),('RjqIӏ\ZY&','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ădO[S\nc\0','^o&[l2Zg/?>P~CIȗ','',0,'?'),('Rv;{e͉-','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php',0,'kNc*&bԏ9F','kNc*&bԏ9F','S#I\Z1MX_f^','',0,'?'),('RaY/P@.','wp-content/plugins/revslider/admin/assets/images/toolbar/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('R1?YVDt','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('RĢAYH','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php',0,'P_:)q`{#','P_:)q`{#','ibN)֑Q)S#7.','',0,'?'),('Rx4Mp@9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkuR\r@9k','!Fױ(#1:','',0,'?'),('R|Rx/bzn9\0*J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lhw+;+2I8','#fZكas(iJ:','',0,'?'),('R2E&\Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php',0,'M9a\'','M9a\'','b<w:$t/׼@\n_','',0,'?'),('RLWp.','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js',0,'w{mFme','w{mFme','[b҆):M:GH@','',0,'?'),('RP!Ibq/!','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php',0,'qg$$5k','qg$$5k','\"eo8oZ\\\"xz%5pa\r','',0,'?'),('R\\SC|ju9A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gW]ݬ08)','=b.^98ɸP}7K}觇','',0,'?'),('Rha,\'1~8','wp-content/themes/bridge/framework/modules/woocommerce/admin/options-map/map.php',0,'r}ތT\\','r}ތT\\',',\n;֊ym>T-uR_5G','',0,'?'),('R¥Leq	&','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZaK=ls','>n\"Sqt\"qzي*pZ#+x','',0,'?'),('RJ٥DcvցK','wp-content/themes/twentyseventeen/template-parts/post/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:b/;|','	(,T*i\\Vvߘ _VUz','',0,'?'),('R-XPpӯN_','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php',0,'syqFWT\rҮ','syqFWT\rҮ','Ēܠ5T.:{\Zk[Ze~','',0,'?'),('Ry\0j-\'Բ,','wp-content/plugins/popups/public/assets/fonts/spufont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=--Ҭx','TnMYdNBޟ\ZulF','',0,'?'),('Rհ0F8:wNX6t','wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php',0,'8;?{Ơ','8;?{Ơ','DGvݛ麉\0ovJ\ZݟAs','',0,'?'),('R)_j@\ZnQp','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php',0,'gs-߷\"5r','gs-߷\"5r','V=K.H4 :8emYb','',0,'?'),('Rf᩻W','wp-content/plugins/popups/languages/popups-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#;\0mYi}','(8Ka\"6[bque*	','',0,'?'),('Rn̜H','wp-content/themes/bridge/page.php',0,'dRxϠoaCjba','dRxϠoaCjba','X6k!KP\"XZ$','',0,'?'),('RH\r0!d?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bbw8[&-Y','@ѨpwxQX}\ry|?','',0,'?'),('RK1Z&A','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php',0,'0_s7=Iǚ','0_s7=Iǚ','y^$Jzz1!x\Z','',0,'?'),('SP| \"\"qu','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php',0,'+GB0e5\r','+GB0e5\r',']-V3إ3R*]j1','',0,'?'),('S%M䑱j7+PAK','wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php',0,'y#Б;','y#Б;','.w<o7l\Z[և$	XPj.','',0,'?'),('S\rUk~Fb+s','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php',0,'\"aB]9\r9xC','\"aB]9\r9xC','nYy\"\0\nd#.eg56d\\>^','',0,'?'),('S##@ 0~}','wp-content/themes/bridge/templates/blog_headlines-loop.php',0,'ym4\n','ym4\n','p&h\'FԀLw\rQL)N%`A\"?0','',0,'?'),('S.FȫAj(:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"~V&l','e8+\0SRӍoաcݝǫSuP','',0,'?'),('S0־K/17u','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NW#뙂ߊk{zu','Ye\Zp+RT[?(I2W~@\'L	','',0,'?'),('S1J-p\"','wp-content/plugins/updraftplus/includes/Google/Service/Games.php',0,'{VsC7{lmH)&d','{VsC7{lmH)&d','n*WR?UG:a','',0,'?'),('S5Av9wDmR','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php',0,'[Qf{B9A','[Qf{B9A','PUn[%=_#u_','',0,'?'),('SKGxVl)`','wp-content/plugins/loco-translate/tpl/admin/file/move-po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SwC#','!G\'1\\]\"ՙI7H{','',0,'?'),('SNļ=F','wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js',0,'{SAk(uI5s','{SAk(uI5s','Iv+BޭՉcd6\"O\\','',0,'?'),('SX+71?-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z7eQ%K','!@X7JŃp3K;S*!L','',0,'?'),('Sj~6{X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','40k݂\n','1޾zE/@w;?XK','',0,'?'),('SkT$i;oc','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php',0,'ʖ	DY','ʖ	DY','DdC:160\rwʍxks-x','',0,'?'),('SySEPNU','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg',0,'<s$3G/S','<s$3G/S','Lh\rS__+ZH_(ߓpA ','',0,'?'),('SzWNKUS','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f=5FoE','T\"ɣG5>3CQb3%Hn}	','',0,'?'),('SCi1ۭj','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\\E(i','4O+oc.`_U>8','',0,'?'),('Sp>WrYE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_+EKf~','4vdF76{\r̓X\0_G}7R','',0,'?'),('S? QNy?mLI','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php',0,'vf1|2y>','vf1|2y>','Ew/Δw{O	Z%I\\?*X&','',0,'?'),('SdlzsV7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V~МIXP/$','sem/;֘ aZH`g3','',0,'?'),('S|rT\'l','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg',0,'xxCx','xxCx','aѹ0bE?iV~GrDa4؀','',0,'?'),('S?|ѿ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg',0,'\\=.>VB|\Z','\\=.>VB|\Z','\\\\3N1Ka,+?Wʋ\0','',0,'?'),('S룶ޣ7l\"aI{','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php',0,'ʰL@j\nn','ʰL@j\nn','bƦھuN2GuWtWE','',0,'?'),('S?ާLdI','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php',0,'ŀ޷v,Z3kCD','ŀ޷v,Z3kCD','gOD>+MUAx','',0,'?'),('S-O:R$h','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg',0,'K@7\0YkH','K@7\0YkH','~ūbO zK,*-\0Y!S,','',0,'?'),('St J9G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y),IU:u(Ď','caI/|}\'UUh8n)̫j\0Q','',0,'?'),('S.\\2D	K~aFEz','wp-content/plugins/js_composer/vc_classmap.json.php',0,'3~⛽*R;Ґ?','3~⛽*R;Ґ?','ϓ)Fjq_<mG>huB~y','',0,'?'),('S\npލG%','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_#D\0','\Z ے%4~N~Gh!b:wɌ\'','',0,'?'),('SaG.$`','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg',0,'K`|!u-\Zy','K`|!u-\Zy','̊gPjΡhRtSy4Ρ@.nx','',0,'?'),('S\\Q#\0nO$','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php',0,'<&`55Ok','<&`55Ok','6NGv]{rlh}vC7v`Mf','',0,'?'),('SZ?<4','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php',0,'\\>y2]','\\>y2]','ʰɓhq	á0s7F$','',0,'?'),('Svng1{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg',0,'Ï@ot','Ï@ot','vjX?w޷D)9','',0,'?'),('Sc!%.Kk*t','wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js',0,'*Y1V','*Y1V','dp#k--ܓܚ|s','',0,'?'),('S&az8Jض9','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zt;a:*',']A&\rgdWbja c>*','',0,'?'),('S2?>i&qx^','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php',0,'}R\"-*g[}o','}R\"-*g[}o','~C2m),7V	2VtM','',0,'?'),('Sȏ<`,^s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg',0,'\\h\0=9\"','\\h\0=9\"','mldJYEA_}Ѯrw\nY9','',0,'?'),('S^7jK5I6K2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']4GFdW(','1׋0*E3:/2pկ\0K2^(','',0,'?'),('SOÝhiY]%M@','wp-content/plugins/updraftplus/addons/wp-cli.php',0,'pPI<\\ؠ','pPI<\\ؠ','IڼdDR\ZT7Em5K;','',0,'?'),('Tr~W]','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1!hioZv)g','lGp3=\08np&ﯳLlBO	','',0,'?'),('T9&vV2I','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php',0,'ƺ\\0?Buc','ƺ\\0?Buc','p/dX+d;bN/Z','',0,'?'),('Tw\n6{','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php',0,'FLr(؟KG','FLr(؟KG','ƓN;Q^\rO]WY','',0,'?'),('T͓\nah>','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg',0,'eT}=','eT}=','?RGDߐOe4Sᣱ=[I','',0,'?'),('T+<^d:;Eg(IF','wp-content/plugins/js_composer/include/autoload/vendors/acf.php',0,'6ͥ9⭨|pX','6ͥ9⭨|pX','dϚ3%&Ri$.pv豚@vۤ','',0,'?'),('T,\ZZ0S','wp-content/themes/bridge/js/plugins/jquery.event.move.js',0,':VmxEX(',':VmxEX(','3\r\ZA;-k2?H	1','',0,'?'),('T4,{\\[','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php',0,'RV_','RV_','I\rk],TT	.6X','',0,'?'),('T6K?s 7(','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VjBرq','{#i`\0j` pǍ+fF','',0,'?'),('T??:q׮Pah\'','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!߹5HIUw','&V&Yue1H)L?p=~-a','',0,'?'),('TC8	I{','wp-content/themes/bridge/framework/modules/woocommerce/load.php',0,'Lt(=~@x','Lt(=~@x','5٦/CtSε4\Z}','',0,'?'),('TMl','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','md\0mD|ȈՖ','ԿT2ovn*q \"\Z24<','',0,'?'),('T\\3S','wp-content/plugins/updraftplus/includes/onedrive/client.php',0,'*	vl:dO+)~E','*	vl:dO+)~E','$a4VJ.gEtB#LcBlBm','',0,'?'),('Tk|B*%p_V5','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg',0,'zU;}B^J]\n\0\"N','zU;}B^J]\n\0\"N','Kٛ:bVf9IZ1','',0,'?'),('Tv;/P(','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php',0,'p@Ғ /','p@Ғ /','Cb EfY\"_w+E','',0,'?'),('Tw=+6','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<+HmWB[i','xcdVgl{.	ROE4@','',0,'?'),('Twzɂ\'\n=)p','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg',0,'\Zn\"im}','\Zn\"im}','B\"w2_4œqƨKZjx[r','',0,'?'),('T{\'g,(:~G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J|W՞Rw','R K3NAAjA\rӼyտ','',0,'?'),('T.o@Ψ2wvX','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/aLru4\Z','Ϸydix{p+neځf','',0,'?'),('Tvm?,aT4','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր%3/*','Z{[Wڤʑ\nM%9I5+$3@^','',0,'?'),('Tc==g#I','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php',0,';M༄Л2o',';M༄Л2o','zT|?7±@?3ͥ7X','',0,'?'),('T} h=~','wp-content/plugins/loco-translate/src/config/BundleWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A[\"*cQ,','t^I9*>N1CnnY','',0,'?'),('T_T-xE&8','wp-content/themes/twentyseventeen/assets/images/espresso.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)=c#|','edGKs,vE A4\\\0o7)','',0,'?'),('Twp	W:amޣYB','wp-content/themes/bridge/framework/modules/woocommerce/custom-styles/woocommerce.php',0,'?}\0`k','?}\0`k','x,`2.~jC(rZ츧','',0,'?'),('T-eDйNʼ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php',0,'ap%^\"','ap%^\"','=z=O8kB\'8UPnOj:<','',0,'?'),('T))jG|I	Qq','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php',0,'ʰL@j\nn','ʰL@j\nn','bƦھuN2GuWtWE','',0,'?'),('T\rfV+ j','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxXJTbx','fx/xG\n856	Z+','',0,'?'),('Ty%m\rXj','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg',0,'E\\E\"ĊuO\0#','E\\E\"ĊuO\0#','Aܠ&;pٟ&KUZ ByoC','',0,'?'),('T`U\n\ZeL','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/functions.php',0,'eӈQb2U','eӈQb2U',',2$*uw\Zwz+L*c7{<','',0,'?'),('T.)m&I','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','41l#}pzk1','h	_֚!E4\ZvF','',0,'?'),('Tյ|gmxqH','wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php',0,'Oҕ4oV','Oҕ4oV','VBO(ǀMoY:+g2ܰ','',0,'?'),('T܌7`\0(','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gx`\Zg, }','Csd,,;ͅqmu','',0,'?'),('T etiY','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php',0,'M]\ZLb/','M]\ZLb/','쮿8>D:.Yģ3\'','',0,'?'),('TQťB4n;Q','wp-content/updraft/plugins-old/akismet/views/config.php',0,'ܥ&Fe@`','ܥ&Fe@`','ۑ&\Z錷ې7~rb','',0,'?'),('T%K;D!VB','wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('TQaP\0?򢣡H','wp-content/themes/twentyseventeen/assets/js/global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',x3|l','Ѥ\\4uho\Zb%xA','',0,'?'),('T6stӨK]St','wp-content/plugins/loco-translate/pub/img/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vxC\'K^.v','o9.h܈\rQ,·(P','',0,'?'),('TlVL','wp-content/updraft/plugins-old/updraftplus/addons/morestorage.php',0,'=.ӗcE\"','=.ӗcE\"','3ZȨש\Z29tDPTAX\'J','',0,'?'),('TkT8DXd','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg',0,'~pY{a®g%㿷','~pY{a®g%㿷','GcΣ#P	0̶/Wc7G]6=7b','',0,'?'),('U^$lD=Y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php',0,'XoS\\,J\'e','XoS\\,J\'e','3_}\"\'\"po+PYE%P','',0,'?'),('U\\p{JOQ&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bĞAʖ䦴j','oOw~9K4oY[Ke\\RG','',0,'?'),('U\ZDȫ΃<[','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('U \0Gq*~','wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php',0,'-?ChF','-?ChF','/4=JHK.ꫝwS:{ʽ1','',0,'?'),('U\"-$\nXuN','wp-content/themes/bridge/landing_page.php',0,'1a%A','1a%A','-\0AђZ^S\\F<],\0','',0,'?'),('U>y$_ΈpơJ','wp-content/plugins/booking-package/languages/booking-package.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N]ee]','nZMdaτj+$nY%._G|','',0,'?'),('UI_Ym_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ss,(q','kPs_|S}lV{G]0܁t','',0,'?'),('UIF:\"]=','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg',0,'siS?L\\U@97','siS?L\\U@97','\Ze*F̒KDG<W>','',0,'?'),('UNƕ\rͯO|GS','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php',0,'e5Ȳ˰13$j','e5Ȳ˰13$j','1FoL܆ǃ7/;\nX}9/','',0,'?'),('UVaF\0XX\ZV','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg',0,'ey3\"','ey3\"','&48;7K\rzD,BCH','',0,'?'),('UrC?Iؒ+A\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg',0,'}u),mv','}u),mv','ԦZ-8[81<-m;ʆ','',0,'?'),('UvX7r(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg',0,'_\'3<5[咟','_\'3<5[咟','<ޥڲ5WAe!8,','',0,'?'),('U~WXv_#2','wp-content/plugins/revslider/includes/slider.class.php',0,'J*k!⨴9','J*k!⨴9','o-]8H]](%\"','',0,'?'),('U.G\0h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ǲ겊T','s׷my([~MNԘ;i','',0,'?'),('U $A=He|zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K','}I^L\\95NY;?zaE=','',0,'?'),('U\rghaޫo','wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/working-hours.php',0,'<Å_/','<Å_/','t8p}\nE\\ÏuoS1','',0,'?'),('UAM)P','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg',0,'~f̨_','~f̨_','STύfsL5lF|\rp7C=7Uw\r+0','',0,'?'),('UT}^C	<+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php',0,'~j\"W ','~j\"W ','zY5>:zuW0瀟@#pV@','',0,'?'),('Uz|o.#T^','wp-content/themes/bridge/framework/modules/woocommerce/woocommerce-template-hooks.php',0,'g_^7߱\'u','g_^7߱\'u','_\"fc)=f;\rI](LWﷰ','',0,'?'),('Unɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k`S[B','d^5NTfghyX?eToÚ','',0,'?'),('U+\\*~6=','wp-content/themes/bridge/templates/portfolio-loop.php',0,'c*y\0Ť0K','c*y\0Ť0K','{ED	d{7ʥU6X','',0,'?'),('U@W;(M%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg',0,'JUy	r(랏','JUy	r(랏','V(07?&VͰֆ~/\n\r觮V|`e','',0,'?'),('U$i\"u&9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lڤ;=','S\rIU9_<f`&HYwu','',0,'?'),('U+eZCXi','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php',0,'{3ݟ]b`9Y_','{3ݟ]b`9Y_','rozY-y^JDX<`]ϳ','',0,'?'),('Uݠd	[\n5','wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php',0,'i[3/6M[','i[3/6M[','ߔu!<b`CH4}e','',0,'?'),('U<:-$vC+','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg',0,'mɤ?Ʉ|!b','mɤ?Ʉ|!b','qxG.ݞ҈R[֜*qBA','',0,'?'),('U\0yetÓ0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php',0,'ஃLz*Bg','ஃLz*Bg','CԑV,b<pUl%g6','',0,'?'),('UubaE+o','wp-content/plugins/loco-translate/pub/js/min/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8x~$(','\Z9hF-h>Xtd6KA8','',0,'?'),('V\nU`_58','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@׻P^P','	VԿEb<d\'B','',0,'?'),('V`kA4%j','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg',0,'Raif9ưsZА','Raif9ưsZА','#^0Dx*8\0&','',0,'?'),('V\Z_R','wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cv&/ (','r,q	|ƹp&e7C%','',0,'?'),('V\r3#J{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E+5Cο}','@U&1wНE⎙#90heh','',0,'?'),('V\"\\j._cw`߭[','wp-content/themes/bridge/framework/modules/timetable-schedule/custom-styles/timetable.php',0,'Cǋ\ZL2\0~RL','Cǋ\ZL2\0~RL','qO2{#g\ZQzr\\Cut\"Uq','',0,'?'),('V)-Vd','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php',0,'\"ȍbxw)Q','\"ȍbxw)Q','h- K<Ax<#7&PI. #{','',0,'?'),('V88ߟ\rZ5','wp-content/themes/twentynineteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mWӔou\0','\\o\ZGl\\l\reO2','',0,'?'),('VL67G^l%D5z3','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t<޸!','^\'U9;dOˊSz!Sm>I5\'e','',0,'?'),('Vm)Ɗ)~ע','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg',0,'*Tc+a0','*Tc+a0','AOdƁ{ߺzWqO\\ s','',0,'?'),('Vne!z0u1?','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T:cw:','Qˣ+	l[a1%l\'5jyhZ','',0,'?'),('VrmKEpj6','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[NW_pw0','ޣ^Qt3HunU❻~\'T2','',0,'?'),('V~Rݡݤyx @','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php',0,'n\nz!w><T','n\nz!w><T','ȸGnq6S{\nYkO!޿C(t','',0,'?'),('VJLR(o!Sh+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php',0,'m$vl7aXC','m$vl7aXC','Շ&Jp!sLw@G-','',0,'?'),('Vss:値7','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php',0,'bx҈FMߧ','bx҈FMߧ','7/O/\Z<4RhHs!~	\"24','',0,'?'),('V댏$x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#F֩>y\rB','mYwݮ/ߢ>b~!D','',0,'?'),('Vrz(nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y״>UɆ','Ru\Z`\\6ÃMR\r3Z!C|s,P{','',0,'?'),('V:xBwq\ra','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg',0,'pN\n!L\'-Qu9~','pN\n!L\'-Qu9~','縷kABٸJu\\E\nvӳ/2lS','',0,'?'),('Vη;jb6XF','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg',0,'%a_q?=','%a_q?=','麸HLK*s+3y\rj5','',0,'?'),('V׀\'hĈ+:','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wj\"]\"FH̩','Პ.9(A|Tv7o1Z	m}RJ_','',0,'?'),('VWo/\\HY','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php',0,'D@<(xHm','D@<(xHm','{o\nLO/>e|r)Mqb\n!{\ZB','',0,'?'),('V(Bڀ\\u<3','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg',0,'v1\ZǷ\096-/]','v1\ZǷ\096-/]','KeS`oY,B	cqp','',0,'?'),('Va04\Zx1R','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg',0,'q ehNP&z','q ehNP&z','+ЉHlc\\2!^<J<j3e<','',0,'?'),('Ws$8~Nȁ-@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ĪL5!\n','o^:v\\mocTW[k','',0,'?'),('W yp4L','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/load.php',0,'HQ;B<>$Җ','HQ;B<>$Җ','\0xʰLZ؁%Ca)+ʄ%','',0,'?'),('W)YG0Aւ?J\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php',0,'e U\n~ɹ','e U\n~ɹ','wd\'{.w;Ξ\Z@vH`E7','',0,'?'),('Wkm`^ScVG','wp-content/plugins/contact-form-7/includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FΌ6BMM۟','m)dVc U\'B\Zs)GkE','',0,'?'),('W&ִ )+ڱ','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7:p2쾑[g',':0-Gua2c:}Vo\\h/','',0,'?'),('W+?o:: +Դ','wp-content/plugins/cookie-law-info/languages/cookie-law-info-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[V\"E䄍@Uc','(ŸE\"0-\Z:p,Vp','',0,'?'),('W8h!ɩkĉ\'','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rRUb*\0\'','x<sBZ2jRM\'0%$i{ V','',0,'?'),('W>.N//pىǆ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg',0,'Hgc$','Hgc$','>3x^r!RH.rwC퀽\r','',0,'?'),('Wf&[Oص?Sȏ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php',0,'./*Mi͗','./*Mi͗','sV\"P$}]ućy[rX','',0,'?'),('Ws{NhPr㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZcQ\nbd7,Ze','ZL)1-|Y(|@.N_ϋu','',0,'?'),('Wt[?ĦHƣ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php',0,'t>e=8','t>e=8','ƤeIMܾ_5L~R㹆Meߝ`Ѩ','',0,'?'),('Wv`\rD}Qs','wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/functions.php',0,'E_fEa	','E_fEa	','6ʩvORiuJ\09̳nL(8\0','',0,'?'),('Wx\ZTa7{','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G|s,=K#','6ly6ɦi3U,E[鲓9','',0,'?'),('Wybif%b\"dY','wp-content/themes/bridge/js/plugins/jquery.sticky-kit.min.js',0,'cpL^)mǂB0','cpL^)mǂB0','t~DDwU+ݸ+bY6SXL','',0,'?'),('Wz5h\0wc1','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/highlights.php',0,'!u\"','!u\"','ޟ1j{h{-0W6b\Z','',0,'?'),('W{g- X\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZEVUu','Fq61<wt&b1','',0,'?'),('W})Ӗ7e}59,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r|&Ĉ3d!ک9','{uobjxa[S\'K&S%\nAi','',0,'?'),('W2^Λ`','wp-content/plugins/loco-translate/pub/css/skins/ocean.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N<CFs\\uI','F:#kzQ3\Z$>ʶ','',0,'?'),('W(7f\nG9\\m','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php',0,'*cwmĎf','*cwmĎf','(~TX듊(y>*}ܿTSle','',0,'?'),('Wݗ1@6%O)9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php',0,'2X[V!@{8','2X[V!@{8','Q\"7p,}uRi ','',0,'?'),('W(w\\w|','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php',0,'S\"NRz7','S\"NRz7','eQ3d/۵\0)J`@*+q!gz','',0,'?'),('WU?tl/W >','wp-content/themes/twentynineteen/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Rkԁ<3^JL','qXW\\@>˜2\\UDÍt','',0,'?'),('W\\[i*ab,(','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php',0,'tCRs','tCRs','3}e\Zo#m&\riq.Y','',0,'?'),('W]MС6n','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg',0,'8ѯֹ2ti','8ѯֹ2ti','Fam5kS	R;BNW9','',0,'?'),('W7\\c!\\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg',0,'1v):΢Xgu0','1v):΢Xgu0','^#Ûwzsn{Ѭ\",-ii','',0,'?'),('W6w4kec','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/modal/icon.php',0,'t\0b.}','t\0b.}','hu#ϢRv45a|垟.','',0,'?'),('Wu%wwh!o\n8','wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php',0,'߼~\0~Wƈ','߼~\0~Wƈ','-e՝$M*s,ϯ쫪','',0,'?'),('Wtwqk>i.','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php',0,'8H].̇n\"В9','8H].̇n\"В9','|ƴϋ2rgmRl\"`)L','',0,'?'),('W60\\`D','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php',0,'{VsC7{lmH)&d','{VsC7{lmH)&d','n*WR?UG:a','',0,'?'),('Wqb Bٶ\0D','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-masonry/load.php',0,'atMZ\":xz','atMZ\":xz','k}8,S?AAxF|7T','',0,'?'),('WӔ</2v<','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php',0,' T0 \\ F',' T0 \\ F','K\0P%!rljb#r','',0,'?'),('WNߍ8,x+O+N','wp-content/themes/bridge/templates/blog-single-image-title-post-loop.php',0,'\"X/<','\"X/<','8&`	im$\'_QS','',0,'?'),('WCGq	8\nat','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php',0,'SWK2Ȗ,u','SWK2Ȗ,u','__d#F~Pl͏H>','',0,'?'),('W(8w','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php',0,'B26v3ʷ#','B26v3ʷ#','צ`N?ES/3ɃYlBBn','',0,'?'),('WʰQaƙhW','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg',0,'ތm%M','ތm%M','$YIsҕ,1/\"*=6!C','',0,'?'),('WѩYTeMf','wp-content/plugins/loco-translate/tpl/admin/bundle/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͫccӀȄȑ','7Ӧu=1A1Bf[ɋl','',0,'?'),('W?೑*Ј6','wp-content/themes/bridge/templates/blog-parts/pinterest/video.php',0,'^NtVu','^NtVu','#D9\'ŏ9)=wW֝m<u','',0,'?'),('W{T?@+i;','wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php',0,'ɳT:v\"x\"','ɳT:v\"x\"','>qql!9Y\\ Rb','',0,'?'),('W]d(~i','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg',0,')VS=G(,',')VS=G(,',']ÖLduɒyI,3','',0,'?'),('WbLU^,=@','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php',0,'&3f=g-\n','&3f=g-\n','QNF0;7xQ!|h\\?V','',0,'?'),('WgFCx','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg',0,';pT65,',';pT65,','?_@0z89,!\\qe','',0,'?'),('X-i5)O ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php',0,'n\Zl-cNX\'*7','n\Zl-cNX\'*7','	\'e\'es{@^u\0','',0,'?'),('X\\shv]iB','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇(0,mG_Y3','^)oBfg*VP?~u:','',0,'?'),('X\r8ژV\'dR','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg',0,'bwk$I(#b/','bwk$I(#b/','b7Si]p,!iQX}03ߩTCh','',0,'?'),('XULgd\'<e','wp-content/plugins/loco-translate/src/admin/file/ViewController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ak f','&l\'F5ޛT/G$ލ0g','',0,'?'),('X\'\\*\r`','wp-content/plugins/cookie-law-info/languages/cookie-law-info-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\rJ0wq','tJ`p=b&.π^Iˡ_y','',0,'?'),('X,IϏ­d','wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php',0,'D=`̶>ΠS','D=`̶>ΠS','MoyyUo~','',0,'?'),('X,ECj$_8I0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n`ivj.','事F9;2_	$$~LOa6_','',0,'?'),('X-##cu','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg',0,'ý\n5xl|OtM)','ý\n5xl|OtM)','.\0ãGsI1\r6 #<}','',0,'?'),('X1+.>@>L','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php',0,'+~P3','+~P3','7a?\'l}ƭ/a$^^','',0,'?'),('X4zpedT^{','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js',0,'\0^FTh','\0^FTh','|WGӊ,*<\ra8_N','',0,'?'),('X6\Z~T*K','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php',0,'}rv5~Y2G|','}rv5~Y2G|','j>s`u}|4N_RaV','',0,'?'),('X]*:>?VcT','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg',0,'	1GKa&w͖','	1GKa&w͖','4?\"	j`lP//','',0,'?'),('Xdy','wp-content/plugins/popups/admin/assets/css/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('Xe&¬s:','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php',0,'t`vөH','t`vөH','\\oj[BqBV%XXy\r)k','',0,'?'),('XgmTd+(ݻ:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg',0,'\n-uPvt','\n-uPvt','ɲa|#=0p_фIO~\rS\"9','',0,'?'),('XgEŌJ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg',0,'`6c-dO_','`6c-dO_','ط*i?5}@Nzi`QSƆƓ8TGL','',0,'?'),('XlR3&mi','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg',0,'iۡGBF.%\n%','iۡGBF.%\n%','m}5<<x(,\n\'7@<ACpggOX','',0,'?'),('XzL`bWΰw','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg',0,'II/7DjYdS','II/7DjYdS','\']I˕wr7Z\"4KA=	*','',0,'?'),('X}\Z	=;!G-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php',0,'S\\Rӷ\ZXb:B','S\\Rӷ\ZXb:B','KWĳm5:MF&ۅ\",|T','',0,'?'),('X{H~gވ;<d','wp-content/themes/bridge/vc_templates/qode_circle.php',0,'c/}o6G:ٜ(','c/}o6G:ٜ(','r7Ii&kHqRIFԾ4*є=4','',0,'?'),('XMxڳJ','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', gxi','՚ Q憐DP؂_?y`','',0,'?'),('X:8+˓2>V]8','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aìk:bтvFj','\'aK\0tGJBqXW*(J|1z[(','',0,'?'),('Xv\Zƒ\"$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi~*=','_M8U.pFw:E`MB','',0,'?'),('X.\ZKdBzl|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg',0,'#Se3~ϫr','#Se3~ϫr','ExI4k{B*\'X2L','',0,'?'),('XCׇ](HD\r','wp-content/plugins/booking-package/js/Input.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~)Xf1','Es348r{c+J{hc5r','',0,'?'),('XsYqePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GOGe&Wv','K,*\ZA\"5^d)+xi\"','',0,'?'),('X[⋘Hn̖	$','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<YJQ#,','\n7Qv \ZdHJ$j]KYe','',0,'?'),('XGzX','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ve&}V4zukK','bAp|͎%<Od','',0,'?'),('X~Vzl!_]/-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\\fG݉R','b4g챔Fadm)D=@g','',0,'?'),('X͒\rf','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/simple-quote.php',0,'œI66xU','œI66xU',']ӧ]\"I?yd;?ܘB<RU','',0,'?'),('Xb6M.$*\\Q<','wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js',0,'P~^.f','P~^.f','>}VMn!ESr=xԁC!s)U','',0,'?'),('X_\"g\nWCP\0','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php',0,'ƺ\\0?Buc','ƺ\\0?Buc','p/dX+d;bN/Z','',0,'?'),('X=2h4/{+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h#9P$3Xsäf','0<lYw<5OȴfF-%:J','',0,'?'),('Xzmy˵','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php',0,'EHLrhƣF_Yb','EHLrhƣF_Yb','bNm^-m&1GN1~2Ȍ4','',0,'?'),('XTCW_^og','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\Z8[zRk','WNOp +§K*5','',0,'?'),('XOy1 S','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg',0,'E,yav','E,yav','7㿾ΕuIOdh!Kdt@','',0,'?'),('Xn[Inߢ\n6^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg',0,'(1ߜtnf<{!','(1ߜtnf<{!','$57\"Xҕ\0{Ç9 1Цw','',0,'?'),('Y\n?5tm!3','wp-content/themes/twentyseventeen/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\tD9','rs%>sό?BnBdM<:S{','',0,'?'),('Y[MDjx\nɎ','wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php',0,'\"WWubL	/','\"WWubL	/','\0nf^kkn<wח','',0,'?'),('Ybڧ,J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8тm!Ҭ','jb횄^Usv8$bM3y','',0,'?'),('Y\0Ȫ럛Q','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php',0,'_Am3','_Am3','5}շbCEpntKW.6`','',0,'?'),('Y(Kg\0_','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہN5;)Dc7','@UׯnpU%B','',0,'?'),('Y,Qpgmu#e~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8x$9hQ&','n~BȲ|4[U`\02J۷','',0,'?'),('Y/ޑ	\Z','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>zpS\0z','ϽxUOlȌ%','',0,'?'),('Y7OIn\\u\\','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php',0,'@Jssa@','@Jssa@','!ۺ3tPQv5zLߚsAX\0','',0,'?'),('Y8}+n\"lR','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php',0,'&Ma\n|/	YY','&Ma\n|/	YY','sOi2٨9wa⤅W','',0,'?'),('YBt\n\ncݟ.vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' uI!p','\rľƀNpZ\"Dz<+n)r','',0,'?'),('YC\0@%X	-','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php',0,'!>(y_X','!>(y_X','\"VK\nu	W|ǿSIjt','',0,'?'),('YGl<K','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php',0,'i&x)OV@V\0','i&x)OV@V\0','\njh?zQ({(=','',0,'?'),('YLKPv\"1O','wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php',0,'([	igmÎ~6','([	igmÎ~6','tABlO>t7 uP}','',0,'?'),('YV29}D8','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CZ?@JN_ji<\Z','<H\"F@%1`7<	}','',0,'?'),('Y\\o>\0D%!@','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php',0,'\r/T8y+%!','\r/T8y+%!','+vȢ.f\\D /DܰwN2','',0,'?'),('Yb[F=6刌4V&w','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/portfolio-list.php',0,'G2w\n6vA','G2w\n6vA','vxȆHE@{q0VP\\','',0,'?'),('Yc⸓,%JeE','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg',0,'{F\rAxPN(','{F\rAxPN(','꒖S|X.ori\ZN{A^\Z+','',0,'?'),('YiI&Ge\Z','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php',0,'	%؄!la','	%؄!la','8EN=l(#D<$','',0,'?'),('YLah(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|{;W','kE]oB@ϯ/Bdgmi(','',0,'?'),('Y-6r>4','wp-content/plugins/popups/languages/popups-fr_FR .mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xޡu:nJ','UsѰ*m+\rrowk','',0,'?'),('Y,eAw`','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9h\0ìu','\0Bb3\'\')JG ](G9Pr2 s','',0,'?'),('YBWy	+BOmz','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#:N\'DxN','[_|А~E+~E(`_','',0,'?'),('Y68H;%,_c\n','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pfMu','Tt<ZvF4WeUT>c9W	','',0,'?'),('YD#Nl68GO','wp-content/themes/bridge/framework/modules/header/templates/search/search-button-fixed-top-header.php',0,'	W@VNÌw`','	W@VNÌw`','%+}Ga$j0R[6=8!P]~9\n','',0,'?'),('YJ|[DyY','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('YÒ<L&i.','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php',0,'MY%{؟M','MY%{؟M','A@U1=,0N1u:D](Χm9','',0,'?'),('YOiZf|-w','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg',0,'j\n]pDe','j\n]pDe','E	\nSJ1\'h?qD','',0,'?'),('Y1xj=@3\r','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg',0,'BdalS','BdalS','$t2rn7ndf)#\\L&{\\','',0,'?'),('Yɀ=|׌EȤM','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/cards-gallery.php',0,'q\Z-a]˘9','q\Z-a]˘9',']̊x)\'ϥq.H','',0,'?'),('Y]ŞI','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!bY.H;er','}<fB*#@^SH4Vx','',0,'?'),('Y6O9G,6[$','wp-content/updraft/plugins-old/updraftplus/methods/template.php',0,'hx#&%z','hx#&%z','+W[7NNe7»gǣq','',0,'?'),('Y֝U}r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	~ܯ{ʹ+h','mdnnunpU0 l6ZiR','',0,'?'),('Y$#x~w=','wp-content/updraft/themes-old/twentynineteen/template-parts/post/author-bio.php',0,'@\0\r^W/v`!s0','@\0\r^W/v`!s0','3]ل5G`nb,ݣ','',0,'?'),('YUL5Jޔv[','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9}}F&{OJϛ','<=2Z~wtmp-?kVRNC','',0,'?'),('Y!L}>wA8D','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php',0,'V_k\0yĴ','V_k\0yĴ','v,r4Wp4û*L}xFX/','',0,'?'),('Y`=_o~','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/templates/item-showcase-list-item-template.php',0,'`[\\w(','`[\\w(','ٍ`FP/׻,R`OX.|x','',0,'?'),('Y+²;u4NTs','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/load.php',0,'A%b.','A%b.','cT/Jz]61\rқ#ޏy]','',0,'?'),('Y(-m}JX.S;','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php',0,'x쑡p6JXr0I','x쑡p6JXr0I','4H\nUlSs1NseW*\0','',0,'?'),('Yc`TgM','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php',0,'|S}-:ZFA^','|S}-:ZFA^','\\\ZTwr@\Zc;OҲʻ2','',0,'?'),('Z=ӓj` ','wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php',0,'qeS4','qeS4',']R \r8]\'CｍĽV','',0,'?'),('ZLWz[gh','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg',0,'DngBBtT{','DngBBtT{','w!w0(HҨLvBb\Z=c','',0,'?'),('Z	F#\Z+I8>','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php',0,'iF%lnaGJu[','iF%lnaGJu[','m&=GV ׄcRùD','',0,'?'),('Z	?b/$5','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php',0,'3 /f!#','3 /f!#','\nvVzs@t`p_Yzh','',0,'?'),('Z\nTsf^cV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg',0,'䆊Ydx','䆊Ydx','(b\nW!T|Xi-\nˇD','',0,'?'),('Z4<n?e','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y-@<q=E','\\\nAY5x ~VLnݲ','',0,'?'),('Z9}.Jk=','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I\Z\nӣ','i>zR@kW6uky','',0,'?'),('Z;s~X','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php',0,'ERtH@GqVV\Zc','ERtH@GqVV\Zc',')}3	-hS,ʇ/ח\\N','',0,'?'),('ZD:-h${ma','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?զ)X?N','bEԚB#:(#=_(\Z|U#','',0,'?'),('ZW\rJazVx{','wp-content/themes/bridge/blog-large-image.php',0,'hu	30|&z','hu	30|&z','naQL;,B9\\<3!<y','',0,'?'),('Z[f/}bI\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg',0,'H.l􂁄*d','H.l􂁄*d','4\r-_\";OAx_P','',0,'?'),('ZfZS#T','wp-content/plugins/updraftplus/includes/Google/Http/REST.php',0,'RU\"fPJ}','RU\"fPJ}','DX &.H9Ȗdͭ#0S7~','',0,'?'),('Zgg^A@Y/','wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php',0,'Fb\r໴i','Fb\r໴i','uzB.~oU)YRXJɾĉk`Ek','',0,'?'),('Zx12KZ,','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bNI]w','_1poDbi݌e:+T','',0,'?'),('ZҌ[\nv	F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rF<\ZiǨu','|R\'gAEێqqT!:O0_','',0,'?'),('Z$<z\"','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg',0,'7Q!MEv͹+@','7Q!MEv͹+@','$IvrG2e2&\nS5h;','',0,'?'),('Z*r!%.h	}','wp-content/plugins/loco-translate/src/error/XmlParseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nI=U\"EBh',',_k 2ZFӿ\rin','',0,'?'),('Z(Ǥ]9Z\0V','wp-content/themes/bridge/framework/modules/woocommerce/woocommerce-functions.php',0,'Rdu','Rdu','\'V0Jc0d	2ǂ','',0,'?'),('ZFK G\\a','wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php',0,'|ztLz,+/','|ztLz,+/','4Ԝ\r~|i03i+WGd','',0,'?'),('Zw˩>','wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js',0,'$P&-j','$P&-j','IDcZ7M\r8ՓsɖD4','',0,'?'),('Z_\"~J','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\\PHUs','ְNX\nv:Po#҅b2fk','',0,'?'),('Zcd(&I','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/modal/cover_boxes.php',0,'\"ĸ1+8f˯9','\"ĸ1+8f˯9','#3c;zQǀ%E]]2s','',0,'?'),('Z(aK1\'Ẏ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php',0,'W.h.C^d','W.h.C^d','dR5e(`cfyTrDٓ','',0,'?'),('ZяݒS','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\Z^ZHG%O','mc;\ny㐲0,5F|=C','',0,'?'),('Zm3x8','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php',0,'6h;elc&','6h;elc&','w7lw6,{O&5{%\n^)','',0,'?'),('ZN>+l,m|l','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php',0,'!-0\r#`1U=b$71','!-0\r#`1U=b$71','l0\ZKn񋤉E>\"\\=','',0,'?'),('Z %/Zz9','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r[G]hiw','/4\r`)~*\"Rih6=\0p$+','',0,'?'),('Z\0Y æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\09R','Kcg$e2\\p$1z`CkJ','',0,'?'),('ZS}`V\Z~cR','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php',0,')*7r0',')*7r0','Ø+\\@)>\01yWbkX\'z','',0,'?'),('Zib{8','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php',0,'ms0_ɵp','ms0_ɵp','G2oB3]Ty\\!z߇q8]','',0,'?'),('Z\"NCTRe\n','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php',0,'(DJBÿrPVT','(DJBÿrPVT','ꨡ9aZ$[,XJr\nB','',0,'?'),('ZX~:Qjs','wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js',0,'P0Ev$yG','P0Ev$yG','ZO@c\0h?Mr^D','',0,'?'),('Z9PͧmE','wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content.php',0,'S:b/;|','S:b/;|','	(,T*i\\Vvߘ _VUz','',0,'?'),('Z\r>\Z.*','wp-content/plugins/wordfence/js/admin.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\n\'ͥ&zм','\"^̆/]E)2㠚Dfo\'ϩ]f\0','',0,'?'),('Z۠1^1Q[','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js',0,'\":RT1E','\":RT1E','VgإYL\Z=3cI5z_8y','',0,'?'),('ZRr(&b:-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֳ4XD@9M?V','V\"JQ\0PUx)','',0,'?'),('Z=ӧrc\"y','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IVdB+AJ?#','{~(#\Z6u,?jk2`','',0,'?'),('Zﴨ	.tg\0㑁X','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/advanced-tabs.php',0,'\'l洋m#','\'l洋m#','&4mݢOv{qjLf','',0,'?'),('[̉$\'','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɚu\\	','cVxy(#il8L}e޷','',0,'?'),('[	cC`ĆN76V','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php',0,'66]N<%g->ȭ','66]N<%g->ȭ','Qyyj^fhod#ݻo[WXg','',0,'?'),('[fȲ^ǆp:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg',0,'VE$}F-?Xu','VE$}F-?Xu','vQPHQ#_)[E','',0,'?'),('[tIpp\\`','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg',0,'k\'G\r5ͪ','k\'G\r5ͪ','nVrEYM10oģurb&','',0,'?'),('[2\rhGX','wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js',0,'\"B!H1涭/Ps','\"B!H1涭/Ps','Q+oBVjᝄSFGZҾ','',0,'?'),('[2:S?/j','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php',0,'OA\'9\'+;姗ax','OA\'9\'+;姗ax','!C,V-g$FxZܷ뗆l','',0,'?'),('[4ikGQC	P ','wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php',0,'6ZuwrL!.','6ZuwrL!.','Ӝ|Z5Ż~j8F\n	e','',0,'?'),('[5YNhKM','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u͹7sq','<vD~%纙X<','',0,'?'),('[6	`{	z','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js',0,'\n+bA|-X','\n+bA|-X','g7>^rֲYgd7羊`=','',0,'?'),('[9\n)09?ߥ','wp-content/plugins/updraftplus/addons/noadverts.php',0,'\\\'f@yJ3FlA`13','\\\'f@yJ3FlA`13','yu0	[+n*ټ#\"á^i#1PJ','',0,'?'),('[[ۈn_Z	9ps','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/functions.php',0,'kgW-ZV\0','kgW-ZV\0','nx!!Jeb2kA۸|1','',0,'?'),('[aI^s`/','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg',0,'ܳ]Y1+4$<[\\','ܳ]Y1+4$<[\\','3}<_.^j#fwB_Oj','',0,'?'),('[gn_rpx','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php',0,'˨\\.Zd	H','˨\\.Zd	H','=p<JFN˞AnD-P','',0,'?'),('[g0A\\qԥS3f','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php',0,'Ưk\'f\0	|Ha','Ưk\'f\0	|Ha','mK]&h쐓V@\"TIYPK9','',0,'?'),('[kĺwB=','wp-content/updraft/plugins-old/loginizer/index.php',0,'xㅓ[\nr','xㅓ[\nr','QYمrl.!LIK@Goi','',0,'?'),('[l/U.OݏE|=m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg',0,'㆏oUд<C','㆏oUд<C','z4>nH\r!5笺q.X','',0,'?'),('[oTNhh$|','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php',0,'pA\"ǣ|','pA\"ǣ|','K׬\n׃kNa/dIruU\'-','',0,'?'),('[wt˲n]','wp-content/plugins/updraftplus/addons/google-enhanced.php',0,'h0&%	','h0&%	','\Zߛzه\0#c4Bؘp.0','',0,'?'),('[zuHSpT','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php',0,'4\\YBǶ#Io','4\\YBǶ#Io','O}BX:{~ɅR','',0,'?'),('[#ܧ\Z>]<','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GESJ\rC','v+L` ֓\\qV1[=ڑ|','',0,'?'),('[>x;wn/tH','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-k&|6S\Z','8IWY8Գ)_]F-=','',0,'?'),('[$ַYN;d\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php',0,'Nmulv:','Nmulv:','$YJK|oq)]o','',0,'?'),('[e): ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/functions.php',0,'CP7i<.','CP7i<.','wHcN&_\r	-7-	kmI+\'','',0,'?'),('[x%0hN,z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php',0,'tTnJxx','tTnJxx','!Y4#@ZJD~4_$','',0,'?'),('[|xz=`','wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php',0,'qgNbK2','qgNbK2','-1p14&]zE\Z̖fd+80\n$','',0,'?'),('[1YAdk,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ulfpx','O\nQp5A~jxt','',0,'?'),('[+06-','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php',0,'/\"W.r`xD','/\"W.r`xD','|G7W߉\r	)NJQ`J}g\"Q','',0,'?'),('[r\Zh6W','wp-content/plugins/loco-translate/src/admin/RedirectController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']:,*fnX$','2ooyfi7\'<>TEj7','',0,'?'),('[Zb>/\r|WV','wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php',0,'@4eZ{}','@4eZ{}','єS2[HR?\'Up{JL`','',0,'?'),('[Y44Orl0','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']U@)#h','Hic!I).eh','',0,'?'),('[ꠏ|Koیb7','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xCS6LC2!u','`Ky2Mplξ\"a\0אּtޡD','',0,'?'),('[P~$QHi*','wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php',0,'\ni\"F[-','\ni\"F[-','EU^+̍شsGLg ت!z','',0,'?'),('[\r1K8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php',0,'8*آsz!','8*آsz!',')9<bӿ@Qhɢg;̀e>g~Q','',0,'?'),('[]cim]Z42','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php',0,']/p=}qd	;',']/p=}qd	;','\0@do3*Dg㽅6ѴaMvsN','',0,'?'),('\\%?>e8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','==$tĴ*','eTr;L[üU1)=\\u','',0,'?'),('\\X\r:l]@H7','wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php',0,']r31Vp=',']r31Vp=','oȉϵ>\Z&!:','',0,'?'),('\\\n;:I\"@Oh','wp-content/plugins/contact-form-7/modules/response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a٤@W+X*1','9H\n 6m`MvL ','',0,'?'),('\\27*=./','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php',0,'}.&o͔i','}.&o͔i','}b($Cǻ4^0jYtq','',0,'?'),('\\9','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc8E%!','	H_cQX̤ՏLsڭ','',0,'?'),('\\LەÔ\r!7','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg',0,'s[qC㒓','s[qC㒓','i񘉁c*Oj+H\'aHpdDՊ','',0,'?'),('\\5H\rJAc(','wp-content/plugins/wordfence/js/wfpopover.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&mAhlMPZX','_.V袏X4Ni_k=C3','',0,'?'),('\\Go:@,q`','wp-content/themes/bridge/framework/admin/options/footer/map.php',0,'*9	񙸁m','*9	񙸁m','7:ӯ,4~\"RfU1bdC%0$','',0,'?'),('\\H:u3%Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{rb^?','/\\2CeL+:pZ','',0,'?'),('\\Q^z7Kb\nh^','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php',0,'͒#\rcN','͒#\rcN','&HU6ed7v\n_Ӓkd','',0,'?'),('\\R:t<W*','wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php',0,'u)/33-A','u)/33-A','+hDxrs*CXCӥ-2','',0,'?'),('\\R^%\"L]^Q%t','wp-content/plugins/loco-translate/src/admin/file/EditController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?_@S{ha','\Zz7vId(kgwZA\rL_?,','',0,'?'),('\\[i%Ͱ<e>','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'{+D,ϵH','T6@UPe*RR-B\\VQ6','',0,'?'),('\\q+W?;16','wp-content/plugins/wordfence/js/jquery.colorbox.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O0%69e3j','{L#\r]\ngL8P,@Ir,{ ','',0,'?'),('\\q2W_A<','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-on-image.php',0,'7A6{)@','7A6{)@','F5);&59Wi]TXRj4','',0,'?'),('\\sV>\')Cs','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg',0,'\'!.L|*','\'!.L|*','Թ?e\\\rHȔ#k!vj^z+','',0,'?'),('\\wY|eIs!>i','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg',0,'sk\'э3#','sk\'э3#','{P+\\贜CRL7mڹO,nm','',0,'?'),('\\7Qo','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%;wQ8@','wi>6Ƭ4.NC\Z4IO','',0,'?'),('\\2]k^','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php',0,'1ί\rFA','1ί\rFA','r3۾hi-\\kBqsC\nujG','',0,'?'),('\\vl\n<l|','wp-content/plugins/popups/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('\\т?$̈́8','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H!=	U 5/','qn<ہ<1tu3oeO\'gn','',0,'?'),('\\u]A% ','wp-content/themes/twentytwenty/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q&_\0','H}THq\r[ߡJeSCMpkJ;','',0,'?'),('\\#^DU˨}','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php',0,'><v艗$sHt$','><v艗$sHt$','WyPuGcU{BO+p?','',0,'?'),('\\zy?GjP','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ef#`P~7n','-mznNFE\0ѭ\\vqsL?Z\Z','',0,'?'),('\\\0>+Fb','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w57)É1','yqϮ:JEE!$F`%Տ\rb||?.','',0,'?'),('\\ֶS\nP:','wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×{H	>~Q','«stSuHZ1VvTV)v','',0,'?'),('\\غBD{dh','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php',0,'tAdH','tAdH','TFXEsyyl\"HIj','',0,'?'),('\\U7Cثp','wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_static.php',0,'f7vD>0LyӇ','f7vD>0LyӇ','PmJ\nP:THmG)D򁫗K','',0,'?'),('\\%iQު Zqq','wp-content/themes/bridge/js/plugins/rangeslider.min.js',0,'mw		U-{.5G','mw		U-{.5G',']#\nxu!x.6|}@:h;8','',0,'?'),('\\F\\E94W+','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg',0,'&FqiiЃu8','&FqiiЃu8','`	\nsF:1cq*s\0u','',0,'?'),(']96v^b','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/total-size.php',0,'Q0$|޻\"','Q0$|޻\"','F=R#u*C~d89K','',0,'?'),(']\'Q\'e:','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php',0,'	ZU\\#En(P','	ZU\\#En(P','s4:W}uq;q\'@zNFľ`','',0,'?'),(']ըBz琼','wp-content/plugins/booking-package/lib/Ical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`.lvi','쩵<\\ч^&kw\rDr3','',0,'?'),(']	RWvf','wp-content/themes/bridge/js/default_dynamic.js',0,'ԃO5T]厔','ԃO5T]厔','VY\nafdƩ7)`}\nԺ\'_','',0,'?'),(']>gp<ת#','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_on_the_left_boxed-regular-item.php',0,'QcǨY*p','QcǨY*p','^Y6pJ:GA# ?M+','',0,'?'),(']\Zkfs?3$/','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php',0,'@aN~Q[7','@aN~Q[7',')-ҎLF~ <`p$+r.f g','',0,'?'),('](	 +BH','wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php',0,'pzؗ)zy','pzؗ)zy','-n^n1T˅qS왷B6','',0,'?'),(']#|>~A$+~','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php',0,'TfXO\'0x','TfXO\'0x','_al_	~9`r\'p','',0,'?'),('](R&!1;3','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H+ZǗ,','>je2 A>&c\n','',0,'?'),(']/[* 9','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php',0,'zRV6#.1','zRV6#.1','\n*\r8<Ye}r&Y','',0,'?'),(']0?n50Uue','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_service-table/vc_map.php',0,'V9t<}`@Í\n','V9t<}`@Í\n','ɷ)wi_90yT~`\rh\Z6','',0,'?'),(']4Թ-6$\"','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php',0,'\ZZ>-QK}n','\ZZ>-QK}n','+)Qux^AL,-8L\ZH\nO\r','',0,'?'),(']51&\n p','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg',0,'`t쭇J/','`t쭇J/','m.<Y??n\Z`jxh','',0,'?'),(']9.peT','wp-content/themes/twentynineteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lo<`nSd?','+mH>8Id(+߈G$ԯ5 ','',0,'?'),(']91Cu=\rwRT','wp-content/themes/bridge/templates/blog_masonry_gallery-loop.php',0,'̻4vJ\ryH]\0','̻4vJ\ryH]\0','2յ<54sMc\"Z%H&','',0,'?'),('];G9G\'\nP','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php',0,'7Js?K','7Js?K','ޅAOVs9|nyOt','',0,'?'),('];\0 `\")ӶL','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php',0,'d}Cf=Fc%','d}Cf=Fc%',' j*.[:cU1\0h','',0,'?'),(']B,Zv{','wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php',0,'PktrR','PktrR','m*=qBG\ZPho+9X\0^<xr˴	','',0,'?'),(']B#2zbU/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lp՞n7q*','7	iHꗓM233} E҈','',0,'?'),(']CWoqʦ2:','wp-content/updraft/plugins-old/updraftplus/addons/google-enhanced.php',0,'h0&%	','h0&%	','\Zߛzه\0#c4Bؘp.0','',0,'?'),(']H߹v;	TLc9','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php',0,'$iMrIa&#','$iMrIa&#',' I_ځY8;ǋy?','',0,'?'),(']KU%9-7)','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php',0,'4\'Sh]8B?=','4\'Sh]8B?=','Jy)N0ǖܠAħNi*\"ls	','',0,'?'),(']L0eE\"u ','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Re#B-{:','aI&CX\\;⩄\nC%;','',0,'?'),(']M̕G0_\r','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php',0,'yK.MזI&','yK.MזI&','$ksB:Az8ʹZZ','',0,'?'),(']P)8K3x댠','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php',0,'ƫY\\Ӥ7iIчU','ƫY\\Ӥ7iIчU','\Z}WT0+A ff','',0,'?'),(']Q\0$Uuvm\nG','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php',0,'\nͣMİ97y;','\nͣMİ97y;','U\"qϛgiaY[{\0Rh','',0,'?'),(']_9UiG','wp-content/themes/bridge/framework/admin/assets/js/qodef-nav-menu.js',0,'~p\r߂v^~*','~p\r߂v^~*','J.^-f@)[D2f\"d)}c\\/','',0,'?'),(']syQ-<h','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg',0,'Dp\0)[Y','Dp\0)[Y','E酲.~I/tKޖDXy{E','',0,'?'),(']ΰm','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2j^!',')秐=l2^m\ruV20ژM{','',0,'?'),(']NJjӎe','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U1$+z.u','Գ82\"ڍ5Ѣ*un7@\"i','',0,'?'),(']r:@I','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6:2kP3','%uMp,.\0@Zqr/Q','',0,'?'),(']\nry6fY	','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg',0,'Ns/^\rY}','Ns/^\rY}','w[h8\0*L	4\'\rAnO.=.','',0,'?'),(']+*I3U)','wp-content/plugins/popups/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V@<\Z','wu_~J1!?*','',0,'?'),(']k2-4+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php',0,')@8E[̴_t',')@8E[̴_t',':ТLr`N[dFŘ[K,','',0,'?'),(']PTkvt8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż\Z=> ɱl','yTQmUzDsg1^T\"igI','',0,'?'),(']*J','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jEH).','& qC1QU_.O31!&۴','',0,'?'),(']\"}[YR','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9:Ċ\r\Zz%','ֺ91АWt31@VS','',0,'?'),(']|iw}	oY\nm','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php',0,'|JtvnUn%%k','|JtvnUn%%k','\"\0n)^ʙTO\Z<W<d','',0,'?'),(']E4jd)(\Zx+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php',0,'Ԝ-+GJ垸','Ԝ-+GJ垸','	/r\"D5˨g>@.D*','',0,'?'),(']0\'K0\rR?','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php',0,'mzz=fAH','mzz=fAH',',n͞I6Y+d','',0,'?'),(']%l9L','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php',0,'	:gJď','	:gJď','@k*_rd:g$T|&;','',0,'?'),(']g7r!ď0F\0','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pwǡ֑','\'H$ׁ~#tZs\'5>*B+֡2ܢ','',0,'?'),(']4o\r7~','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/elliptical-slider.php',0,'&DV?:Ľ}4','&DV?:Ľ}4','AYoq$gc6o3-{lzFBY','',0,'?'),(']A?<','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg',0,'R89\0v','R89\0v','n߈TcQF/YOΙGđ','',0,'?'),(']\\t18D','wp-content/plugins/wordfence/css/wf-font-awesome.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'MًV:','997dIOu-%enԻ1I','',0,'?'),(']a]2wԢ','wp-content/plugins/updraftplus/includes/updraftcentral.php',0,']};SHI~*',']};SHI~*','?W=)0\\i{\'Ś[u','',0,'?'),(']I2 \"?!','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php',0,'d.;\n>_K','d.;\n>_K','\Z\r7=~U\0`	mCuz<v=l6','',0,'?'),(']3M.mJ)K','wp-content/plugins/popups/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SxR@4D+1','ɭI`*FϽG,Z4ב=JKdҹ','',0,'?'),(']gBh`uFJ','wp-content/plugins/loco-translate/pub/css/config.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JSt\">.~\Z','aVy&lX$\0~z(g4}:	Ĵ$U','',0,'?'),(']mˍ b','wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php',0,'qVN+X_','qVN+X_','9Míb>[sW6\\O','',0,'?'),('^4j|I','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5H*f$ʝӐ','ƝiczP1\"ݢӛoTWry*F','',0,'?'),('^\0vV~G[o)k','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg',0,'-3>VxuH@b\\','-3>VxuH@b\\','>AHs!PgG\0>s','',0,'?'),('^@ig*/@l','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/gradient-icon-with-text.php',0,'PV{?e)wӛrs','PV{?e)wӛrs','>QnxcqCz/5','',0,'?'),('^#.{H','wp-content/plugins/loco-translate/src/data/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#tylF<*@','?Nn\\͟%ʶuǁv5`[.','',0,'?'),('^F7ӣ)	','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php',0,'egJMٝH\\','egJMٝH\\','%h?\nӺ1EoP/f/\ZY','',0,'?'),('^e&yԴ\'','wp-content/plugins/updraftplus/vendor/symfony/process/Process.php',0,'/c~ϗF%','/c~ϗF%','`\0e+(]v({Զ\"Y','',0,'?'),('^(?tp,$','wp-includes/block-patterns/large-header-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9vJ]','s7gxP0_x_z֓ɥ','',0,'?'),('^)b̏.c@<D','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg',0,'LہH7\"`0','LہH7\"`0','ua~s?\0Qm{Hks_/Cš@_j','',0,'?'),('^9(-(Ųy 0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!N 93nDl','rR89<;9i1lZQoC#Y','',0,'?'),('^@ղ{\'_92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[a@1.QZ','tˁ9{/yg1\'uVl','',0,'?'),('^DV!o$+','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QR\"$\\','\n3N?|c6mY5a1','',0,'?'),('^H\0B|4@z','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"u\\\'3b','*?ۧU=?,]0=CZ-6Dq.G','',0,'?'),('^L֗ +@GEN','wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php',0,'J\0_`:rG','J\0_`:rG','KA#r1-:bˮS99tS#[','',0,'?'),('^U.iypG','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AVtFƣ','2q{Y*lX[qkd}Jp','',0,'?'),('^VRH)k','wp-content/updraft/themes-old/twentysixteen/js/functions.js',0,'^xRf?','^xRf?','9}!\'m@{y','',0,'?'),('^V䂘!IA','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg',0,'5\'@<Jv}?','5\'@<Jv}?','tսJb}FEtyc)x','',0,'?'),('^^\\ .޻v\\','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php',0,'*soTP29\",]n','*soTP29\",]n','潜n1:7?ܷ!՝âv','',0,'?'),('^dGF%','wp-content/plugins/updraftplus/methods/remotesend.php',0,'S;[]<O','S;[]<O','([$sPkFNHV񨆛Rɬ(n','',0,'?'),('^jIGβt','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg',0,'QoLmi-','QoLmi-','F,O:c(+Gr','',0,'?'),('^tK>Txu','wp-content/plugins/updraftplus/includes/Google/Service/Directory.php',0,'Y$]j;{N','Y$]j;{N','\0<]wuXq9L{-\r뺎}o|e#','',0,'?'),('^yG=ڜFg;3á','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RCTy?','DH~ϨP_{!','',0,'?'),('^Ð+y|','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','59Т1Tn','e\rCi0[R8@GaJN','',0,'?'),('^J?<D','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitLabApi.php',0,'AO2O?H+C?','AO2O?H+C?','H]1Dk\'2f`uAH','',0,'?'),('^Е뉳mx','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php',0,'5>eR37S','5>eR37S','ڠ#Cs>\ncê0H#','',0,'?'),('^mI%','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/vc_map.php',0,'7#Ev\n.tCn','7#Ev\n.tCn','7M[Gj؍G]l\nwnɣq?','',0,'?'),('^2hg','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php',0,'4Șz3(','4Șz3(','A7;iДpyKMe)\Z6-','',0,'?'),('^J~\r\\^*=oA','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php',0,'EW!\"`h2','EW!\"`h2','IʩdϦ/a4Pu3\rn','',0,'?'),('^gL)O\\X0,\Z','wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg',0,'غ,DB/X1','غ,DB/X1','Վ>K#K6LS[','',0,'?'),('^VY\Zg','wp-content/plugins/loco-translate/src/data/Permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WOTpL','(pŋtF9\Z\'6pa]η','',0,'?'),('^pI|\0_yfѹ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php',0,'M9a\'','M9a\'','b<w:$t/׼@\n_','',0,'?'),('^BU0y rc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg',0,'u8aF|֑','u8aF|֑','ʭy>Vyo8/v<','',0,'?'),('^,7m}?(Z','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/NonStopableProcess.php',0,'ڑ E\"`	\r@ٶբ','ڑ E\"`	\r@ٶբ','A^\">\n73BqdA\r!9','',0,'?'),('^U|fH^k\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg',0,'?;# pá','?;# pá','0\'Qi|c/j0(\\ߧ','',0,'?'),('^9w0q\0/|','wp-content/plugins/bridge-core/modules/shortcodes/shortcodes.php',0,'%`.2A2','%`.2A2','oF~#@JC΁{[','',0,'?'),('^&e )q','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php',0,'EozO=K','EozO=K',']M\ZJ,q-Ց&8','',0,'?'),('^aDV0%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg',0,'DTyz8\"S','DTyz8\"S','J^.k_gvbs%J|D','',0,'?'),('^^\\Q=(w','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Vu+sf5i','4H1Pc)C6cDaHum\Z#cV','',0,'?'),('^5w4L\nU!','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/functions.php',0,'2Iu܃Utt``','2Iu܃Utt``','v79)l$?L1ǈ,Q','',0,'?'),('_\0d MP~D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hr^b\Zyz2\'n','@M|xxO\\IaOa','',0,'?'),('_k4!*}݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%*T*`','289vu3n	C2sva/','',0,'?'),('_\nxK[L?\Za','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php',0,'4\\YBǶ#Io','4\\YBǶ#Io','O}BX:{~ɅR','',0,'?'),('_*⽞L0>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN+5	O?','@!`C*Mezj@	@Ljw','',0,'?'),('_#U1pGS','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zrtw(e','ҿDI<^i2dW]G_-+A8W','',0,'?'),('_&O >TF2F>','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg',0,'V|S LOƝre','V|S LOƝre','-aK /hJ\0Xr7pZ΃z#','',0,'?'),('_\'\0I2?','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php',0,'ӯ-/-','ӯ-/-','jv6];PWf.)苲!-*','',0,'?'),('_,S)$\0','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg',0,'իr)','իr)','^^Ղ{;O՝tHbBBO]U\nv','',0,'?'),('_B\0rpIu','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O!Yr8ܗt/','=\0td\nJeܐZ<sn6t','',0,'?'),('_DsDdC','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg',0,'w+dm\Z#HUL','w+dm\Z#HUL','K9?bv?oXjwSZVz\r8','',0,'?'),('_QA=Gv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg',0,'D;IAEj>','D;IAEj>','1HP~QH1*}.G}	1E','',0,'?'),('_[w\Z9tmmBm','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php',0,'/Quz߅T8','/Quz߅T8','P|F#{umI\n`RD>ݗ*','',0,'?'),('_aj)2o/=Ԯ','wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg',0,'jbآ@)-J','jbآ@)-J','̞w\nPeÅR$BRnR#','',0,'?'),('_e\Zs4\"M	aT','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/templates/pricing-calculator-template.php',0,'m7Ofk;#','m7Ofk;#','|DMeJƒ߸*\"Ok	DcEq{E','',0,'?'),('_j_/yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&N薛dUp!','d\",af^5X|Wp+>v','',0,'?'),('_kȸ  QbYȤ','wp-content/updraft/plugins-old/akismet/views/start.php',0,'r5J\rLX','r5J\rLX','M\0(@hF(¨o\ZBFA\rw7','',0,'?'),('_t;8v','wp-content/plugins/contact-form-cfdb7/contact-form-cfdb-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FH͚),','OY/\r]4i\0)Rn\\!rzf	eQ','',0,'?'),('_|\'쟹-\\K0','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php',0,'҂Dt\0','҂Dt\0','nO;X\\3N!U2`5U.s','',0,'?'),('_npt]iGp','wp-content/plugins/updraftplus/includes/class-manipulation-functions.php',0,'T?J%讲F','T?J%讲F','(إaCSg|D,2zxӘK','',0,'?'),('_B$z.4','wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php',0,'~<lsؚ!','~<lsؚ!','~x4taVlۚ56\r#RvQ','',0,'?'),('_\0!ǻ\'X/Xx{','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')/4;$۔ެvi\\','ni뗅NvX7Y]D','',0,'?'),('_#1ޟJHpC','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php',0,'.7aTpbԤ\n2O,4','.7aTpbԤ\n2O,4','ݒN p{r\0tk\'cm!Zw@ѢI8\n','',0,'?'),('_ו*P','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg',0,'de@b3l','de@b3l','P)\nNXݕ>-\\U.s2˭','',0,'?'),('_lSj {*#e','wp-content/plugins/booking-package/js/Member.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\nW@E713','S&\"2縮L1o1WY哲@','',0,'?'),('_ f_k','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php',0,')cF_%',')cF_%','`!\ZbeXPAxHgUbo','',0,'?'),('_tg:exɮu','wp-content/plugins/booking-package/js/Upgrade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eƪ-~X`','(!N$V9-~q-2 5}v?L','',0,'?'),('_9r/p','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php',0,'ߝECMI`','ߝECMI`','8r\ZBxon)=٣cR','',0,'?'),('_aL1y*5\\5','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php',0,'чˀKa\\cxTy','чˀKa\\cxTy','-dzQ)c8Z>@ΤS?','',0,'?'),('_cӎA','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php',0,'&p	NK','&p	NK','vu?>-*/l&	<sXam','',0,'?'),('_n<guRG^','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php',0,'aQ\"U25I','aQ\"U25I','ݺV]$/}:anĥ','',0,'?'),('_Ɍţܽ{7fXk','wp-content/plugins/loco-translate/src/package/Theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k;$[ZTz','q;V\"qyvOӪ\rg@','',0,'?'),('_|TM^J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>L&D<','?j5\r°b-и8;e@d2','',0,'?'),('_43=','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Mm','p+/i!Zţ6m','',0,'?'),('_{xX1ELޤs','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php',0,'H~iDA','H~iDA','XIY\r\';uɻ`/\"Cy','',0,'?'),('_ߖָ\\o+[y','wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('_~LYV','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg',0,'2?A[2&/','2?A[2&/','aP`w;՚M	LW7!\n$V','',0,'?'),('_3t cT!X','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php',0,'xNwy[8','xNwy[8','YT rlQT\"@u?3x	?','',0,'?'),('_`]Bɽ+','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg',0,' ŽR\ZR',' ŽR\ZR','9Qp`d]hHJ˘','',0,'?'),('_(CM69','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ߨ)a','\\UEǣw~ԝt|BNʵj\0','',0,'?'),('_8}?','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^韫*\n\'Q-','\0|&Bzt`y}Gk}*z-Uu\n','',0,'?'),('_y,F','wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php',0,'\n$`g','\n$`g','1Tw F)ʧ뚄mu~pɇ','',0,'?'),('_\'k}ul\'','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg',0,',c+',',c+','?h5^e;k!ҵYy:U6\'11','',0,'?'),('`V̻lf','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php',0,'PU$޳iR','PU$޳iR','JY\"뱅NÆ;k M@Bʅ}','',0,'?'),('`	\04#\0N0\n','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php',0,'ER|#/4(','ER|#/4(','I͹-!B@I9>.','',0,'?'),('`S`NI^G','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(i@Gg0p','G</14ŅL5!','',0,'?'),('`%ֽj\'P','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.}׬\0.Vϻ95','2oo^6#=`0>zª)b葙e1N','',0,'?'),('`\'k2C^އ~','wp-content/themes/bridge/blog-headlines.php',0,'vjyjj#','vjyjj#','B^aBL.No,t:R	','',0,'?'),('`;JPK,N;','wp-content/plugins/loco-translate/src/ajax/SaveController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','crV1͠	eoQ{','c&S\\=(Df)-;K','',0,'?'),('`I@P]zf','wp-content/themes/bridge/woocommerce/content-product.php',0,'=|o5=R','=|o5=R','y\rd:/PH֎Z$W','',0,'?'),('`avn4?ZGi','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg',0,'+&ŧ@te(','+&ŧ@te(','3*\0}WJ]@JPNerMߐR','',0,'?'),('`buCeK;','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg',0,'o<LB勂/7>','o<LB勂/7>','q*ޘilwvq]ө\0{R','',0,'?'),('`jT;K','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php',0,'ڲ9c%4k(A5','ڲ9c%4k(A5','˫])LpղxQx%)','',0,'?'),('`5','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg',0,'EO&t\'p1','EO&t\'p1','3y2Zb:I04 \\#9ͭB:','',0,'?'),('`RnV/7Y','wp-content/plugins/updraftplus/addons/onedrive.php',0,'cO<-t','cO<-t','&\rP;RLY롴abO`u','',0,'?'),('`o\'c?/ ','wp-content/themes/twentynineteen/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01sn\',','Ro{%*\Z/ΐӛ<|=&_iiܯ','',0,'?'),('`Pn7\0 ','wp-content/plugins/updraftplus/methods/openstack-base.php',0,'|t6_.2fe}','|t6_.2fe}','/uvWv7BVb+','',0,'?'),('`qdP$yI','wp-content/plugins/popups/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#FuA[R','+DtC5D~!4׀]Uƾ;','',0,'?'),('`\n2','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3u/c\0TB-','4I\n7o^\ZڬVrt\nG','',0,'?'),('`Hpֈn\'!г','wp-content/plugins/updraftplus/central/commands.php',0,'e$ڎ9{1i','e$ڎ9{1i','ՠzQNU1>\Z7f<$\'D','',0,'?'),('`a(g\"','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F	4`gL','A߬l\\Dΐ/;J|I\"fyn','',0,'?'),('`=<7eQ','wp-content/plugins/wordfence/css/wf-roboto-font.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ouݵ','+hJ~ʆ*a*Gb67\r:','',0,'?'),('`2P2z','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php',0,'wDFӉ6','wDFӉ6','a|{a[\\ߚo?i!^$t','',0,'?'),('`wjP_!E','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Autoloader.php',0,',yg\"Cz-',',yg\"Cz-','.U4eHbx^tSpm\\J=','',0,'?'),('`c0\\3','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\"%éODZj','Z?=b\0D\ZZ\'˿_pwѻ,:','',0,'?'),('`k$i޽j`','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg',0,'\ZDB','\ZDB','v;b}\0j?I޴igQ\"т`C','',0,'?'),('`ʔWm{','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php',0,'kth*-x8','kth*-x8','vyQMhb ','',0,'?'),('`8q`̘F:','wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php',0,'~pc','~pc','&\0\'X`?oe,<2	Y','',0,'?'),('`(5w!O','wp-content/plugins/updraftplus/central/modules/analytics.php',0,'0X@!~','0X@!~','ϢLEM*gXød\n@Ev☳','',0,'?'),('`ǣe]+VW','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg',0,'!n>qMVa˿-','!n>qMVa˿-','\'#oaP\rRÆ$x:A','',0,'?'),('`ȏgLI\n K\04x\0','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php',0,'˃$f','˃$f','1\r{l5\Z(;o,b]hF*5L','',0,'?'),('`\0\nNr)1','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg',0,';vXg8',';vXg8',':jm|o	τX6{x<va@n','',0,'?'),('`i9\"IQݥZ','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kXZb5','[\0NEggdq\r*\'I','',0,'?'),('`:g&@O','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg',0,'0)^VIjn`','0)^VIjn`','>Q6>6GA\Zl,D+		ͧV','',0,'?'),('`;\"-+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@,4dGM','XHx0֍X\ZOG|{F2','',0,'?'),('`}+6L-q[$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`0','qƖ%/ygrwÛ\rLR>=Y','',0,'?'),('`U2mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ս[p(-:','XI4t\05DE*Ke\n','',0,'?'),('a)6ю','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#C\r5Ǳǒ','I9_/xt5(.gtT\Z}&','',0,'?'),('a@x&[','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/pie-chart-full.php',0,',z?O{r \n',',z?O{r \n','v2	pgvs&,L3','',0,'?'),('a)TMWOoQ|','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6@pz^ye','_\ZSjזY VZGen_','',0,'?'),('a.IctRs.','wp-content/plugins/contact-form-7/includes/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f,6p\'',';\0QŦ>/\'NZ\'','',0,'?'),('aD\'*]߹O','wp-content/plugins/loco-translate/src/admin/init/BaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('aJU,ys$Q%','wp-content/themes/bridge/slider.php',0,'^)1ʘ\'9)=','^)1ʘ\'9)=',')vܒb4~~>|0c1|Ax','',0,'?'),('aZcw\\D-<','wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php',0,'SG5ޏ}r+','SG5ޏ}r+','t!{y	 ]bF6\0ȯdyȤy','',0,'?'),('a[І4td\0&\"u','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_tabs.php',0,'Qu~0Mh','Qu~0Mh','7BBJ{[\06F\0(J92\0>\0','',0,'?'),('a\\c,I\"5T#̋','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$ouf&','wWd¼8PF6Aܴto-X\\a$','',0,'?'),('am8!n(Ƥ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php',0,'$1e)','$1e)','%\\fm-nC5AZ9i\n','',0,'?'),('apv3x3?4\rG:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg',0,'Oa6Y%C','Oa6Y%C','l6ꏀ].rC\r;E','',0,'?'),('aqt\0U&zE,','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg',0,'=Z/˟p','=Z/˟p','4әWнq{ėHg_b3+U/-_','',0,'?'),('azԫ<jAF9','wp-content/plugins/bridge-core/modules/reviews/templates/admin/title-field.php',0,'`!q\r45RY','`!q\r45RY','#opђ8H3\"','',0,'?'),('aK9Df	','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/custom-styles/custom-styles.php',0,']\\ɢ@ ',']\\ɢ@ ','Ԛ-c=Rf+D_:n','',0,'?'),('a.~Nr$d\"J','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php',0,'u!\Z/uÑ','u!\Z/uÑ','Qsǥ|̀jT2&}j','',0,'?'),('aX0eR;}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg',0,'oT\r.T$p','oT\r.T$p','kuUi~۳p:#Ϡ*^','',0,'?'),('a\'[~p','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php',0,'Ց\\:vø','Ց\\:vø',';Y]]0Y2hiITnHRF','',0,'?'),('aaQۊ ','wp-content/updraft/plugins-old/updraftplus/central/listener.php',0,'`0/cgTKu','`0/cgTKu','p~K=.ka)-mA>EI','',0,'?'),('a8*5mܥ','wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js',0,'ؽ,U$I','ؽ,U$I','Rgs$doۛ&qu迊#f͠ұ','',0,'?'),('as\Zos','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg',0,'֌NAg?)?y','֌NAg?)?y','BWW>U\rM-⧒,u!','',0,'?'),('aP	)Ҽ	l','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php',0,'\nY\n&','\nY\n&','TP)2zLf4܎ۗXK7','',0,'?'),('a?_ˢ6jX','readme.html',0,'&!b\nxR)','&!b\nxR)','IJq#4\0\\8UgŖ?{HG8Ԉ','',0,'?'),('aLDd','wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php',0,'Ur*vOxqf','Ur*vOxqf','KW4&]atpGh\r圫','',0,'?'),('aKyl^*n솖','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg',0,'~ThO','~ThO','0se]\nIܬ/:chmO#','',0,'?'),('a8Gs \'v','wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php',0,'dPBIxw8fֻ','dPBIxw8fֻ','h^@HN\\p+1Ε#7','',0,'?'),('aJr&-D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b]݆щpW','ド$⨇\r׶oޖGǗq#7','',0,'?'),('aS!edr','wp-content/themes/bridge/framework/modules/widgets/call-to-action/functions.php',0,'8IQ?E}o','8IQ?E}o','Uݟu(:Ybٹ5k','',0,'?'),('aѿ3NMG','wp-content/plugins/booking-package/js/Error.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\' )FFPhHO','M \'RIפM	2]A-\r','',0,'?'),('a(mEBl','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7Σ7Ԯi_','-0͸\Z]K{J	tK,	~','',0,'?'),('akgj#Q*','wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php',0,'[^\\xU\0j`Z','[^\\xU\0j`Z','z&uBT{*TJ4,W','',0,'?'),('acCH\r=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LuɀߨxulH','#<ivǻdKnEMfxv','',0,'?'),('a˓CggCS','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php',0,'_7:-UMkJe','_7:-UMkJe',':Ac\0>Ԡ+)#89Ie','',0,'?'),('a#A&V','wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php',0,'E[=݅A.EO\r+','E[=݅A.EO\r+','BqFEVE(m#IBs\n$$S','',0,'?'),('aGj>','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php',0,'\rUQGjD5_;','\rUQGjD5_;','c/F;gG}*RFSQɡ\\V','',0,'?'),('aaiG}\Z ','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qݽ9򙌙7','\\\0]!;:\0^oԭ\0_','',0,'?'),('a@Fl{o','wp-content/updraft/plugins-old/updraftplus/addons/lockadmin.php',0,'_и{l{H','_и{l{H','hH/Hq<fpe,#6YLA !L','',0,'?'),('aȆ^Yʿ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php',0,'vD>ߔD\r','vD>ߔD\r','\Z[m({ץa#b7kx-Q','',0,'?'),('a4sP078!','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php',0,'dT̚d','dT̚d','%Uqzύ4k41؊btDFy','',0,'?'),('ahL\\lt\0}Hh','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php',0,'5#$R{We','5#$R{We','pYad&}dy\06\n2*ʯ','',0,'?'),('bbNSk','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg',0,'nI4B','nI4B','y*32{aݨzÛ2J','',0,'?'),('b<SKz;K\n','wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php',0,'߶TZ,pj{','߶TZ,pj{','J-F i%,5tzno~','',0,'?'),('b<?31\r\\gX1','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg',0,'y-+ e','y-+ e','+#\0S>(*fv','',0,'?'),('b>c}dzB_^Sx-b','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('b?,Qef\\I','wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php',0,'Ǐ=Mvp-','Ǐ=Mvp-','N@_ťh#;ۃOv{c:jr1r','',0,'?'),('bHAZχe2ϝ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php',0,'b63c{','b63c{','ԿQ#	,5=M9A','',0,'?'),('bN	gz5좼','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg',0,'!uVsX','!uVsX','Z$<0DXU尧!~9T','',0,'?'),('bQIc>n$!ZYI','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php',0,':snb',':snb','۾=ȣ\00I,xC&)\Z','',0,'?'),('bR}\"\"LBTGUaH','wp-content/themes/bridge/framework/admin/meta-boxes/slides/map.php',0,'T=M9--NJ\'','T=M9--NJ\'','on(F*>#/6iE@О','',0,'?'),('bWǠU>X\r.e	','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg',0,'ߨTM-Ht!Sl4','ߨTM-Ht!Sl4','Mv%w4uFxA[#>x$','',0,'?'),('bY,ϥYr۝;','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5ni*M(','ٸTޝOwLy=}gTl','',0,'?'),('bZPh)Z,T','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php',0,'Z歠;w*/y\\','Z歠;w*/y\\','4|Ʃ\0ڌKCz<#0i','',0,'?'),('b]$vn\rE','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php',0,'RR͔%','RR͔%',':rBm.eFF\ncR/\":v5_#LV','',0,'?'),('b`0+\\ƫ','wp-content/themes/bridge/js/default.js',0,'u&42`T%','u&42`T%','\nIb\"o4XC@>D','',0,'?'),('bc=~+[zPY','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg',0,'rN	-W6a`','rN	-W6a`','.8}?]nIj\0ԥi.','',0,'?'),('bch{\rqY5]','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg',0,'>VD<<','>VD<<','/ZJ,Ւ3!|Y#','',0,'?'),('br,V:TU','wp-content/plugins/js_composer/include/params/param_group/param_group.php',0,'&&r-ԴPӵu','&&r-ԴPӵu','[]`tVwU\0b6g','',0,'?'),('bFD\n;+','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php',0,'u3UGT>-','u3UGT>-','Mi\Z3+R}q1IA','',0,'?'),('bʡF1t=	v','wp-content/themes/twentysixteen/js/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zp2/>)~Oz','LF\"=	*F_Oy{J*v	','',0,'?'),('bHVmA Mh\"','wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܴ6Tkx','Lw%7Mȴx  >?\\','',0,'?'),('bp=Z\\Qڿ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php',0,'zRV6#.1','zRV6#.1','\n*\r8<Ye}r&Y','',0,'?'),('bm5>B@XZ','wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php',0,'I|[<P.\\','I|[<P.\\','_}߆dc*PU\\v46p2','',0,'?'),('b=ufF/!ͨ','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php',0,'t4MlL','t4MlL','7,;\\Rvހ6\ZB޲/','',0,'?'),('b;J/RPN','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php',0,'#}ɖ0u','#}ɖ0u','>4l>-\\dӎfӷ5.1A_*sL','',0,'?'),('b\"quǃ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js',0,'+h;]3Ѹ^','+h;]3Ѹ^','5[Ȯ<\0*_f:}kHbTR}q','',0,'?'),('bto;','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg',0,'жí\"','жí\"','mjr+t\'\"Iu@ZW^O|','',0,'?'),('b//)A1','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php',0,';RcP\ZM',';RcP\ZM','zEFEؖHm','',0,'?'),('bM|漊zO_ɚ3','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php',0,'Y\0leԄ1,}\r','Y\0leԄ1,}\r','dIޗ5K)7?OJ\"jU<K','',0,'?'),('b#S^i','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php',0,'S=I\ngk|','S=I\ngk|','<D7O֐3yQ1','',0,'?'),('bx%rq','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php',0,'Za<ã_WSX','Za<ã_WSX',',^Ev+蟸8M\nn\0A','',0,'?'),('bÙ6,/=','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php',0,'kɽF[±','kɽF[±','^M	m697J4cu','',0,'?'),('bHzfWgw','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O@	|O','gvK%oiS7.]siH2:p','',0,'?'),('bΠc		GM','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php',0,';M>	3',';M>	3','QA%rtz}~ꇬp53Mn2_','',0,'?'),('bҌ &?{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';faMAbJ','Aݻ}h+n\"MaѺ\n3w','',0,'?'),('b+ƴݟ3','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U!s^7L',';lϓb^0(@L#B','',0,'?'),('bdaQJY4','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg',0,'7\">.}}\ZB?P4N','7\">.}}\ZB?P4N','ˉåBhPZ@?vF)更16','',0,'?'),('b\rdA^','wp-content/updraft/plugins-old/updraftplus/includes/updraftcentral.php',0,']};SHI~*',']};SHI~*','?W=)0\\i{\'Ś[u','',0,'?'),('b񪥲K+xwF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jA1','77C/	.Řc\0$\"N5','',0,'?'),('be`j','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php',0,'#\nwnρгx','#\nwnρгx','/y|Z`<_\"S','',0,'?'),('c餟(Ok1!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Jyd(أ *','ZСy#;L9+Bn','',0,'?'),('c~hPrH2Գu','wp-content/plugins/cookie-law-info/admin/css/cookie-law-info-admin-1.6.7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@^48r','MsPxR\\O\\.VKMN','',0,'?'),('c̼n8|\Z$','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php',0,'l	\'Cٽ','l	\'Cٽ','b4d1K\rQf׬lLHܓ','',0,'?'),('c4L]˞Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@dB#&&','{bk\r}	{=\\=6`l	','',0,'?'),('ccU_.','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/specification-list.php',0,'yx4uG7j','yx4uG7j','V<R7XSq3	?#NL-4)','',0,'?'),('cp	PU3/','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM,~/r','F;W]&z~o\'/q+','',0,'?'),('cz<A6c','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php',0,'~p_\ZGr 4]','~p_\ZGr 4]','K6#o;͖җ	\Z]8NkJ܂','',0,'?'),('c,[xޫ3\n@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@`&n|}A','\\ۙ	}Mg $0 [B','',0,'?'),('c42jxcd','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7݆Ζ}l','e`݆.΃:jE\ZҰ5\Z)','',0,'?'),('c53E@U2p@Q','wp-content/themes/bridge/framework/modules/header/load.php',0,'Z<EVIF','Z<EVIF','fy221\\q','',0,'?'),('cKK{7ⴔ)','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php',0,'l{A(F','l{A(F','\0	|扭+uP?zCڹ','',0,'?'),('cMM\\,,j','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/load.php',0,'6j6w{a','6j6w{a',')w4èOh$\\\'','',0,'?'),('cX9ݎkE	c=+','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg',0,'܈Ñd&.F','܈Ñd&.F','pʛ;.|KlCG1\"','',0,'?'),('c[yC8{Hu','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg',0,'A,t\02l!','A,t\02l!','͇\'BS\'#ȧ7ݵ$#QTLdNMcr','',0,'?'),('cauBz#','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php',0,'D1<H-Z','D1<H-Z','$oKnbS>wll$36\\','',0,'?'),('cc!BMDdy','wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php',0,'Tm2f','Tm2f','M=]ˌ\ZgєT©kp#s','',0,'?'),('clAlC]Xh','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg',0,'S0BIVI','S0BIVI','[QiZD@F;֣lPK ','',0,'?'),('clhJ>8M','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php',0,'BIb ^wF','BIb ^wF','zEky\nE;1]GmY|','',0,'?'),('cr%:AXE%U\0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg',0,'T7_tn3,g','T7_tn3,g','7dd=jpha\\(/ήۢ','',0,'?'),('cx8Sq','wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php',0,'4aLc_`-','4aLc_`-','LIRhF/$YK)<nƷ/s\Z','',0,'?'),('cI%-\n','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php',0,'EI&D47s\"$','EI&D47s\"$','4]n7vX#o=<-','',0,'?'),('c\0P]u;VVj','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg',0,'÷MER~}','÷MER~}','3BX@S;2c\0#','',0,'?'),('cd+gI\Zs','wp-content/updraft/themes-old/twentynineteen/page.php',0,'Lo<`nSd?','Lo<`nSd?','+mH>8Id(+߈G$ԯ5 ','',0,'?'),('ccSix>','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/rating.php',0,'tWI\Zd{gv/Ra','tWI\Zd{gv/Ra','\n4\\\ZݟBA\Z*gW','',0,'?'),('c˦*\0ǚ%m','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php',0,'6eC\\XU=','6eC\\XU=','K<+R}1#4R','',0,'?'),('cQiQv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%nFH]t\"\r\"','z!\\cjHc:*^','',0,'?'),('cH＊hOhdS','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php',0,'ŴW1bi~$D','ŴW1bi~$D','ĚPC7C~/X=:5[Cᴉ','',0,'?'),('cҽV%$n','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php',0,'kDi7s-b','kDi7s-b','C}`Գ^F\n=;cO(Ќn','',0,'?'),('c| {\\ۻ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js',0,'AyfKxh@PR','AyfKxh@PR','a@gDTÐjq}\n[\'A5ǈ','',0,'?'),('c\Z%','wp-content/plugins/updraftplus/includes/Google/Service.php',0,'ƣyu\rXON,','ƣyu\rXON,','c5rIeNZ71A\"q`%','',0,'?'),('cp९F;OZ','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php',0,'b<진bblR\'','b<진bblR\'','z,M=4!F.K8lLFQ\Z','',0,'?'),('cK$\Z$\0lM','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js',0,'CPiY[%L,\"UF','CPiY[%L,\"UF','rȽrB%^ǧq_X0=6)','',0,'?'),('cu.CPa8d','wp-content/themes/bridge/css/elegant-icons/index.html',0,'^3{F@','^3{F@','\n0Pۚ\ZtRT0qs,Sl','',0,'?'),('cSS@\\','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php',0,'q*+\"2t','q*+\"2t','<+yĂɇ@nq@B=|J8C&㎫','',0,'?'),('c[kW74@','wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.min.js',0,'9TkodYjψJ','9TkodYjψJ','/0)e {#!$v[\'|','',0,'?'),('ccgu','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';8e_TƽW','ݬISP\"a 7J6QSv_y','',0,'?'),('cTs%','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/masonry-gallery.php',0,')aP1f\"',')aP1f\"','6/䯺$NtZʟW`@;\"\Z','',0,'?'),('cWZq܆','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg',0,'TY*Ui','TY*Ui','\Z.2qNbjỳP9[vι','',0,'?'),('cW4(z,I','wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php',0,'u1feP\r','u1feP\r','¦\'[ЄM?rG\0h#Gf','',0,'?'),('c[b]ݽJF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\4','!ʁ)wj%pջڞ56q袌m#w','',0,'?'),('d:wOІ','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!N\0[5իk@0','B#LfW>2nT','',0,'?'),('d1쵓-;O','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȋv\'bQ','M	</G	#\rl	u,\nH&Gf','',0,'?'),('dFd`v@','wp-content/cache/autoptimize/js/index.html',0,'Kdwp~','Kdwp~','Vx-뤜D@óboEi;|g','',0,'?'),('d|:g]l<','wp-content/updraft/plugins-old/akismet/akismet.php',0,'nNw[A','nNw[A','|hPi>@J6lQM㞂','',0,'?'),('dd!\n\'0+','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php',0,'/\"W.r`xD','/\"W.r`xD','|G7W߉\r	)NJQ`J}g\"Q','',0,'?'),('d\ZxD!I56','wp-content/themes/bridge/includes/qode-gradient-helper-functions.php',0,'J=qJĸ%','J=qJĸ%','Pdae:\nEvL $0','',0,'?'),('d3a@[A9DN','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/Crawlers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݗS%p/`Ezf','eVvb*ؚ)(B*kP}','',0,'?'),('d4JLo-4NO','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php',0,'p;dIfǕUBJ','p;dIfǕUBJ','ek\"z@Q^贐?!\r`;','',0,'?'),('dF=jHc','wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']x\"YKJ','\ZIa^iJH:j:b','',0,'?'),('dG);O','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg',0,'=?IOTP','=?IOTP','rL5\0_^psjUNBR','',0,'?'),('dL.[¼=','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php',0,'u3UGT>-','u3UGT>-','Mi\Z3+R}q1IA','',0,'?'),('dP2g?Zp:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg',0,'iOK!k','iOK!k','2;WxG=TW<Wj','',0,'?'),('dTF/p/l','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php',0,'pN3\ri','pN3\ri','YPK6h5R_M`U$굽/A','',0,'?'),('dWM)g','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg',0,'K|^9h,1S','K|^9h,1S','ܑrيyDoܚ2{\ZʮF','',0,'?'),('d\\\Z+j+i6','wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js',0,'dN`Fܼ,5','dN`Fܼ,5',';B?^ꦝqc:}#+f','',0,'?'),('dZpz;\"H3cU','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg',0,'*;CMC)Й*','*;CMC)Й*','tFNQ#l]BܲLX\'g\\\0ŵi','',0,'?'),('dkJQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',8Ꞙz|b6','Qk-\r-g\0w^\\ۛ寰','',0,'?'),('dAuh041','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PcCUPYFRj','OTEMe\\g-K-C/ok','',0,'?'),('dfLN','wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('dQ74o5o','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php',0,'\'$^sl.2;\n/','\'$^sl.2;\n/','t\ry\0Uձ:B\0W ap','',0,'?'),('dFI\n]2\nTg','wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php',0,'ׂK虤_','ׂK虤_',',HoY<h@=-t.5IY)','',0,'?'),('d/EZ1s䪎?','wp-content/themes/bridge/framework/modules/woocommerce/woocommerce-config.php',0,'&!F@A','&!F@A','H#FvI@Y\0Vj-','',0,'?'),('dڗ?հ','wp-content/plugins/cookie-law-info/admin/css/cookie-law-info-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Yn!l$6','Y0G*c-|*5LL[\\.\"%Y','',0,'?'),('d0ٷ\ZԌn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<38xuFRĖȦE','n?Qbz	٢)S*,Z','',0,'?'),('d\\oܕκZ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php',0,'{LƲ(','{LƲ(','߁PuQ;琮JG%U','',0,'?'),('d(%J@G','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bPL@~FIGV2LK','N8*!ouaT8\r3ްS&Ė0','',0,'?'),('dփ4ױM/','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php',0,'\Z3]^\0sm','\Z3]^\0sm','	j_\nV;t\\p8\n','',0,'?'),('dߨ6 #<˯','wp-content/plugins/updraftplus/js/tour.js',0,'k[Ξ2	ĿD','k[Ξ2	ĿD','=CrJH)LùT-1-J','',0,'?'),('dhħ{q42K\"','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jkB-\r?Q3QwU7','{nH(>}Q(ab>\nFY+','',0,'?'),('d4j2UV$P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7#Q&M?»|[','QD6hPqqM9FO\\O','',0,'?'),('d@!dJ','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.۷Z#e0<l','X*\ZX(Z!ȽD2aB','',0,'?'),('d/2b8(M','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php',0,'{\n\"A#&','{\n\"A#&','f\0G($>s:zl8X{p]','',0,'?'),('e\0hLщ','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#}_*mD×cvW','m$G+59TEx7B{/,u7','',0,'?'),('e&cay~k!','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php',0,'/beX%t','/beX%t','ηMzE\r-\'Q>Z攫	R<ا','',0,'?'),('e\rZfޞ|','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y[y<','{Yp)8Q#k?%	Kt+u§','',0,'?'),('eQy|h.#y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg',0,'aw\r}O\rqsEP\0U@H','aw\r}O\rqsEP\0U@H','Hn;XNei@VDH-ܱ$\'NV','',0,'?'),('e])ǻ)3','wp-content/plugins/duplicate-post/duplicate-post-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mTB_','JgtkCmHԈ~Y~A4Sc','',0,'?'),('eǋƳc{*!K','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php',0,';֩Z@h\'M',';֩Z@h\'M',';hufM&g]4<MM0o h','',0,'?'),('eXǌ.\\(&d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','رm:h\rGZڋY','t8uUUSĒqfS3iiu','',0,'?'),('e!T:DTJ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php',0,'8.LLp^','8.LLp^','yAb-&3CO^','',0,'?'),('e\"YSO-.ѩ	','wp-content/plugins/revslider/public/assets/js/extensions/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('e*nVf3	7w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg',0,'`84Têޞ-R','`84Têޞ-R','8<ekI?[l0`y:ծ','',0,'?'),('e.PȴNBSx[&','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h8v7ꇷ_&q','ת^-sjd:#:jvC','',0,'?'),('e;y(|pt?','wp-content/themes/bridge/framework/modules/widgets/call-to-action/load.php',0,'\" 	d+3j','\" 	d+3j','J(jJn-qV٢߯K','',0,'?'),('eEig\'v','wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-dashboard-news.php',0,'P$C&)m','P$C&)m','G$U^Ab\rER	.h$o','',0,'?'),('eIQX}-e%','wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg',0,'tKjZ','tKjZ','9~09,<cDYRX1.5NFi','',0,'?'),('eOЇAkjQ^','wp-content/plugins/qode-restaurant/lib/shortcode-interface.php',0,'PѮ$tT\0\Z','PѮ$tT\0\Z','`aL#@xȆm/n#Xk5y','',0,'?'),('eQn[bǎj','wp-content/plugins/loco-translate/src/test/DummyFtpConnect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"k)<Z%Ryw\rt','U3:R1]\'8aJkR~w','',0,'?'),('eYLRfe','wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php',0,'2Ǹw!','2Ǹw!','8Ag_z\\:!HrX','',0,'?'),('eeOs4w\'~ !Ԍ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php',0,'Z4Efe','Z4Efe','4mJ-qn=l4','',0,'?'),('eiy,:T)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Q#2ЏR','~G)R7i-#R 9Hǫ b','',0,'?'),('ep\r}u_4','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Xcb7qNS','MG] ?ugPp1,(V^','',0,'?'),('e}0wTnv_g~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',z7\nɲߞ','Ab.hNh|:H-=(1fJ','',0,'?'),('eD?AB3WcD','wp-content/themes/bridge/blog-large-image-simple.php',0,'(\0y] wXR+݋','(\0y] wXR+݋','S_\0^7dAݍi/','',0,'?'),('eZ|˸	v*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php',0,',&e5jƛR ',',&e5jƛR ','ɶ+(,[O\0,_:hJb','',0,'?'),('euLlyƁW|','wp-content/themes/bridge/framework/admin/meta-boxes/footer/map.php',0,'ZJ7xpa.','ZJ7xpa.','IPrnRMam ċ)','',0,'?'),('eY/	nc,T','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php',0,')27@n\nHG;',')27@n\nHG;','C\\f9%Z@y\"@M','',0,'?'),('elsUO|R}ܝi','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}jǊQX]m','ɱ䱃Fn2c.nMڣ A','',0,'?'),('eG\"J','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php',0,'9\"tUB\rGT','9\"tUB\rGT','ڊ bP_6Vܗ','',0,'?'),('e__%x','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[PQIP4!','+	uzRW	QW|5 j[;U|','',0,'?'),('eek\"H','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Exclusions.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','te\03kw','l~>❨3fҔXI\'[2 ވȠ','',0,'?'),('e?sH8','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php',0,'S\"NRz7','S\"NRz7','eQ3d/۵\0)J`@*+q!gz','',0,'?'),('e^#|ۍTЩz','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹbtX8GX','[<0ąaD)tJh(C[uH}sҘi','',0,'?'),('e#/=ث','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/modal/image_hover.php',0,' BQn',' BQn','!閾t՗+i\0:|>Z}6Mf>','',0,'?'),('e.Iԋِ\n','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php',0,',ܮ)Lj',',ܮ)Lj','YN\\I@C\'!ZU$','',0,'?'),('eѓҿξÞSY','wp-content/plugins/loco-translate/src/error/ParseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mk=ަ(PJ','H6*EqjLEA|׮*a','',0,'?'),('enh\\^W@','wp-content/plugins/booking-package/js/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*8R(','^hds2nIΈ[7Ew[lo','',0,'?'),('e|6)','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg',0,']j0^Pӯ-m',']j0^Pӯ-m','>qwFb6 Z|GoQ{+Lo','',0,'?'),('eeS	UDഖ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php',0,'u,RA_A\0T\rE','u,RA_A\0T\rE','\r/ҺB(s-X^JvheHu','',0,'?'),('ePi7+$\0f','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg',0,'RRM.I','RRM.I','ǈ$I,0\'YkO','',0,'?'),('e<LzcU$','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php',0,'Έ  Cr\Z`','Έ  Cr\Z`','|ML2~ܥ@&bҺ','',0,'?'),('f	o^	rD\n','wp-content/plugins/loco-translate/tpl/admin/errors/no-backups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&f\ZWEx(\no','}hm8M(a%\r','',0,'?'),('fkUCM\0w?&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg',0,'U\0{\r>Uy','U\0{\r>Uy','Vto\n)V/4^*4G}_5A','',0,'?'),('fkp~7','wp-content/themes/twentyseventeen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ptCw4늋Wk','S7/nQG)5izʩAx','',0,'?'),('fnFBEox','wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('fN>+{l','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php',0,'#,ZE','#,ZE','.E}l_wT\nV;	P;','',0,'?'),('fSZƠ\'jW \"1','wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php',0,'\rX%7','\rX%7','MRMc[C| S2Ȭ\0|','',0,'?'),('f$ mfATq','wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php',0,'Kkǳng\n','Kkǳng\n','9[\n/\' -0!5MH$ѵؙIv','',0,'?'),('f*	$!}_*N`=','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php',0,'w:gGAyt','w:gGAyt','ߕX H|#72','',0,'?'),('f5@]^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg',0,'hw(\"','hw(\"','nZ5EX<7=O4(#T.a','',0,'?'),('fAi\"ɈxC[','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}\"7ڷDZ','.IH\Zg\0H!7`gޠZzȄž6|','',0,'?'),('fPvJSkbʠ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php',0,'1Xw?m\\$','1Xw?m\\$','Г pĩ(c3o8%B5IhsL͐U','',0,'?'),('fS0Uu\\l\'xL','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php',0,'./*Mi͗','./*Mi͗','sV\"P$}]ućy[rX','',0,'?'),('fYûmEgxD','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php',0,'l3T&qK.','l3T&qK.','/M|I,InKUk.4EKp%','',0,'?'),('f^AL\'g\0','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php',0,'\n\'W&UP=tݝZ','\n\'W&UP=tݝZ','HRZz]ΐC9۔I9','',0,'?'),('f`:]khz','wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php',0,'b(3;\'T[P','b(3;\'T[P','9T[~Rߕٕ?B3+','',0,'?'),('fad+qCKSg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg',0,'jbsA\Z','jbsA\Z','sleJvu[8׶L~M\\y','',0,'?'),('fpjH\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˮ_Xk','4>1^fs{q\'	ީM','',0,'?'),('fr9}2EN','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg',0,'##ȋĪ`_','##ȋĪ`_','b1\"v}t3#;twg','',0,'?'),('fv\nX\n\"-d2','wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php',0,' CCzX95J',' CCzX95J','q^(ّ1 yqQ','',0,'?'),('fu3\nM\\}6*0','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\'ʐiY+','C:d42q2uƥ84i;','',0,'?'),('fUn=@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg',0,':\0fA&sP0',':\0fA&sP0',';@U8^ŀf/?G`1YKy','',0,'?'),('fn~ppkM{','wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php',0,'g%FL','g%FL','tsKs;b}.R[','',0,'?'),('fATvϧ4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg',0,'\'\'fRd \\^','\'\'fRd \\^','_34;j:HsapK)V;T*','',0,'?'),('fyĐƼvhK','wp-content/themes/twentysixteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'0{kv_q.','ݠ~[١}rܪKm0\\','',0,'?'),('fDUQ	Kۧ','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5sgQMŀd','5vǜɆPxK\rW','',0,'?'),('f霰f؟|hUL','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jbbΦީ','XT&{|7Ix؏-hDޢ˔','',0,'?'),('f͙`ÔsJP}','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-carousel/load.php',0,'Kraםl','Kraםl','Oy\n (Jp,\"-iU`oW_X稂','',0,'?'),('fv\\)4*/9\\>?','wp-content/plugins/loco-translate/pub/js/min/potinit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y965oI?',':%Ex1bc\Z	q ','',0,'?'),('fŭ8;slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_;\r$0J[','B(DyNbW)`<rWo5','',0,'?'),('f=SQy8&l,h','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php',0,']z~$\nXJ4',']z~$\nXJ4','c5ieVYD:|Fz','',0,'?'),('fBv\n!:T','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php',0,'-PV=lAY','-PV=lAY','KAtYKLRb]q3iv','',0,'?'),('fahֲ`;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg',0,'2*z>2','2*z>2','T)}?f3[Ѹ$wZ','',0,'?'),('fBDFr\r\r','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>rQHˆV','XicR)RǠ.#`jjŏ3?','',0,'?'),('f-$G2Jd','wp-content/themes/twentynineteen/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(_ sΠ','ggR7\rB~k*waNߢ4','',0,'?'),('feR)','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ߟ	81V','Q`m{Ҹ\nք=R#Q\0K','',0,'?'),('fֈVԹ)9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\'牉TeD]pCA','Jϑ߷`š+,jr#eQ䫖 ','',0,'?'),('fz6p','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php',0,'p	UМbݼ,','p	UМbݼ,','aLYakGcT]\'P|*d\Zt','',0,'?'),('fގw#=T','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg',0,'%|3~u','%|3~u','m9\'oYYI{r','',0,'?'),('f[4#Y_m','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php',0,']}iYT?',']}iYT?','/tϜTji7:U8Lv@7JW','',0,'?'),('fs!\rG\\z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/load.php',0,'f4l:','f4l:','	B_9v\rry9','',0,'?'),('f둤s#%<XRX@>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*x&B!$fW','.7^VtYU@Ď\'~(:>k','',0,'?'),('fв\n[wDc','wp-content/plugins/loco-translate/tpl/admin/common/inc-fsconn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\'$1)?U#','Q=YmFL3#ہ:65*`9','',0,'?'),('fY~\nF\\','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/modal/action.php',0,'6;5_1/FK','6;5_1/FK','zEس-oPǘu\0V߰,FF','',0,'?'),('f\rK#n\rD','wp-content/plugins/popups/languages/popups-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<csj1$Umw2','m}t`V&Lk=M','',0,'?'),('f\0\"t	i#Yz','wp-content/themes/bridge/includes/qode-loading-spinners.php',0,'NA&','NA&','%]S\raaUl)`׆{d&Ÿ|B','',0,'?'),('f6BH','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php',0,'x)0R','x)0R','	[1ʢ!hhu','',0,'?'),('gjTd(kHo','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php',0,'Qo@H#','Qo@H#','p$)f2m4QLRk','',0,'?'),('g\nVT+5','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php',0,'SO6-7#h\r','SO6-7#h\r','sNtxwp{','',0,'?'),('g!h','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php',0,'\\$tkW','\\$tkW','ɥ\r k(\0>#\0Z:t]u%.','',0,'?'),('gh5xiMA4','wp-content/plugins/loco-translate/src/admin/config/DebugController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EqRֳ&]^:','|(5ơ}~*A]7B]<R`TLL^','',0,'?'),('g!\'ERK+cVsr','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php',0,'f/At:M%','f/At:M%','\nkH~POw^LitQə+	_3|#','',0,'?'),('g#,vM:','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I.{ܛS','g/igEȯ]3v6E\'Dd4gf;','',0,'?'),('g+yrqD/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','**O$2','zZ4\Z[A5EEFB','',0,'?'),('g+wJoG{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.2ңA!V0I','\"CG9^ȷ1a?auk`','',0,'?'),('g/Vetgief','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php',0,'G\0[! )[vDl','G\0[! )[vDl','+q<ܽVV!]ߌ<^moX','',0,'?'),('g3洃>d!`','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php',0,'w|ZTs>Yՠ','w|ZTs>Yՠ','8׾9MjqjzZ)yH','',0,'?'),('g70VU`Iz','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php',0,'U\Z+@D1','U\Z+@D1','C<g:xU93Jۖ1\"D','',0,'?'),('g?+L\'.','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php',0,'>7bEسT}','>7bEسT}','0;*	Jx@S}@$Aݯ','',0,'?'),('gBRY?fڱoPcϗZ','wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php',0,'6LWK6E','6LWK6E','qd=)\\B-.$5:z,','',0,'?'),('gOAhDW','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php',0,'Ɋ$A9u','Ɋ$A9u','lh\\%-5Gsr,S','',0,'?'),('gQir똿/!','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LKē.','*YeVC)<%[dgW1d\0&','',0,'?'),('gc_NG','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php',0,'&3f=g-\n','&3f=g-\n','QNF0;7xQ!|h\\?V','',0,'?'),('gg\'B4','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php',0,'U݈}UK?i','U݈}UK?i','W?U ǔvS\rG  /?','',0,'?'),('gm P	Yޞ\r','wp-content/plugins/updraftplus/central/modules/core.php',0,'4څIRixy','4څIRixy','XJ&RZrC-<9%H','',0,'?'),('gt.H*W=C','wp-content/themes/twentyseventeen/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U6\0Zy$Y*','rƊxA+Alӱag._nZ','',0,'?'),('g|y_o4\"XN','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5^Jj','Mg$+;\05H&\\E6%w','',0,'?'),('gdCZ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php',0,',ktN0+Я',',ktN0+Я','mⱺK<ByC 8@REHGH	4','',0,'?'),('gj3!\r@}','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg',0,'/3\\-%C','/3\\-%C','Ɉ>5~D.51ōݿ@8KiRrK\'','',0,'?'),('g\ZŞ|q(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R<nI<','e}]TY(u&\r90+aDϮ#','',0,'?'),('g$G\\;r1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dSuqV_a','cZ_?n_K61\\}r','',0,'?'),('g[uBGizsE3G','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php',0,'ibZKhdL\\','ibZKhdL\\','$CĄ05H~1;p1%Zd>toá','',0,'?'),('g?~*5@Ɖr1','wp-content/themes/twentyseventeen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZTX>DP-','n҇Av2ON.=Qk5o','',0,'?'),('gvݗ>&\ZaD)','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php',0,'|Ȱ`-cqF','|Ȱ`-cqF','Jϋ&rɪ;9]F','',0,'?'),('gx_4jc~','wp-content/plugins/booking-package/lib/Countries_with_Regional_Codes.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nTN(\Z;Ae','T$i\ZOө[~>#A1','',0,'?'),('gf1۶y;_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U,:-<Ie','U缕H.cSd~*)','',0,'?'),('gs)m%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ViK۹v?','-L#syܥjswBt\'ш;8=','',0,'?'),('g]e!^(PK','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2T}HW\'<}\\','Z¥|sS8e3Eؗ$ܜ-h','',0,'?'),('g~)~sʞI','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','put&\'p!t[','*)D~_28*rb+{U','',0,'?'),('gX8ϊ-A.','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php',0,'\rWATh','\rWATh','C۝Tݻn%6UpJz1','',0,'?'),('gڲo\"$22Ŀ#\n','wp-content/plugins/loco-translate/src/package/Inverter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#.\'D_ϘesW','1I)b%+n)r.`>;֯0','',0,'?'),('g݆ёB$%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg',0,'BN#Rw	1@','BN#Rw	1@','ǪkCIҒ3#rA?Xg`','',0,'?'),('g#+UF`;E','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/conf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FLrn\ri9nr','{^Pfy_ȑ)IY/','',0,'?'),('g]bR% ZE','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[7YO\nC','cJaSϟ?_%','',0,'?'),('g<Q8m&!i','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php',0,'fC/˿^ .`&','fC/˿^ .`&',':QmmI*ޞƼ_Z','',0,'?'),('gEd1D}','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0f\"i!','&\nstϛ@#NgC;a:7^PX','',0,'?'),('h	\0hq{A','wp-content/plugins/updraftplus/includes/updraft-admin-common.js',0,'ݥyx4F','ݥyx4F','\Z30.JҕA167@%g\0iH','',0,'?'),('h\nzN:cg','wp-includes/block-patterns/two-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B8$6v','u]$) w5h1#}8t\Z','',0,'?'),('hAL&vφe\ZM','wp-content/themes/bridge/templates/blog_gallery-loop.php',0,'tQ軜T4	[','tQ軜T4	[','Ʋ3\'>ڠ:ZgoR%','',0,'?'),('hZ[=wr','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\:R/+','ɫ:jNmmR[','',0,'?'),('hMz\njs','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/functions.php',0,'[/l@\\c{','[/l@\\c{','=SUȲikXaƼb@K\0','',0,'?'),('h\ZOhl_Lm/','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q{`4byFG:','m/@r\r>QC55Hv:yMĖuI׷!','',0,'?'),('h d껅2_r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ\0[ 9','EZHRujX{LoyX`	Y鈨','',0,'?'),('h++\\l[','wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js',0,'waV`zBxW','waV`zBxW','t+~E+z,VǌRsK','',0,'?'),('h-=	o:','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php',0,'2]z`ϵE,','2]z`ϵE,','S\\מAbу,A1P9 ڇCiX.','',0,'?'),('h0X-i^G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(q%D1P','Ё!8&\np\\OnFh','',0,'?'),('h4#3`-݈\"','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0,g;ꙴ','CqN,`vS*Z[`m','',0,'?'),('h5oC[֒\\˘^Vq7','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php',0,'/\"΃Yp&F`','/\"΃Yp&F`','n,^G~{	S+7ȱ|','',0,'?'),('h@Z%RF;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<=]wӕy}LƉh','ߘD8,\\16GN	a͙of\\8','',0,'?'),('hJ2HcK]	','wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/frontend.js',0,'5^#`S9','5^#`S9','OGiϒ|=ՒFSQ<?','',0,'?'),('hTԕw\0\'F','wp-content/plugins/updraftplus/methods/openstack2.php',0,'\0oj?Fu','\0oj?Fu','o!wq>l4ҀhvT3L[','',0,'?'),('hc;tVj[zt','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg',0,'H/?0\r9*΢\"','H/?0\r9*΢\"','dh5\0oB+l*]qaGZ','',0,'?'),('hcM#wƌ(v','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/load.php',0,'4FU=Z','4FU=Z','}\rocN\'(?8[)1ޘ','',0,'?'),('huPAN\0S~V','wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php',0,'XM(zZuɗE','XM(zZuɗE','\"	tEJ-Dɗ\r*Ǩ:Nv>k/V,','',0,'?'),('h|hEf:Ʊ2~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹH^r','fkL\Z)h/F_M9jV','',0,'?'),('h}Mv1\ZQlO','wp-content/plugins/updraftplus/class-updraftplus.php',0,'8,Ӧ','8,Ӧ','<Kۗq}tI}<$!+	6L','',0,'?'),('hTHV=W>&s','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg',0,'#X׻3뽒@wV','#X׻3뽒@wV','LbCN@q<Zr>(uHձ/\r','',0,'?'),('hT֢I1;','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg',0,'D}	#;>iQ','D}	#;>iQ','IMݻtOϓzOeO\ZzIP','',0,'?'),('hi\'6\0r+/q','wp-content/updraft/plugins-old/updraftplus/addons/azure.php',0,'\\\rk#K{','\\\rk#K{','ocKcl;ڟ\'','',0,'?'),('hG>Ž6)t o','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg',0,'JftΊNI10','JftΊNI10','Ѭ/\Zd3=$)P	f⫤','',0,'?'),('hqU)e:\'	','wp-content/themes/bridge/vc_templates/vc_column_text.php',0,'\0_Pf+g}X\\','\0_Pf+g}X\\','4H\\ܱg?da:*\\g`7c5','',0,'?'),('h{ea`,_o','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php',0,'SO6-7#h\r','SO6-7#h\r','sNtxwp{','',0,'?'),('h3@D<zv','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php',0,'V;Ǎc{','V;Ǎc{','޳tg%vb	x@\Z[G[JM','',0,'?'),('hOM->J-Q:','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php',0,'˃$f','˃$f','1\r{l5\Z(;o,b]hF*5L','',0,'?'),('h~cTOoy4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\"#6${ JL\'\"','eŇ6\Z(q&ڶ]\nCliީ','',0,'?'),('h<]OpNCƴ','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͠؄C\ZƽYR%:.','&@bJR%XGhg>q','',0,'?'),('hIKr(','wp-content/plugins/updraftplus/methods/template.php',0,'hx#&%z','hx#&%z','+W[7NNe7»gǣq','',0,'?'),('hr/B\'0','wp-content/themes/twentynineteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']x4Ҫ','d@d%1MMo61Vk','',0,'?'),('hP9oxY%','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php',0,'B~kJ','B~kJ','V2m(B(\\\0](I/L˻h','',0,'?'),('h;(Wyc','wp-content/plugins/loco-translate/src/data/Option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-YGxQ','DVX-@Qs0\n@\'','',0,'?'),('hɝru','wp-content/plugins/updraftplus/includes/class-semaphore.php',0,'}\"|e;^>q','}\"|e;^>q','5N\ry\rAj.|Dqr(bb!T 8','',0,'?'),('hҍg2u(','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/templates/advanced-tabs-template.php',0,'wDyXs*S~','wDyXs*S~','TĬEϬ|9o@R8KT̥','',0,'?'),('h˗/#','wp-content/plugins/loco-translate/src/admin/config/VersionController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_8X\0Օ:wcLt','eɿOM0Ŝ}M%;','',0,'?'),('hmLT*=܌#rO\n	','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/SassUtils.php',0,'bnR1M','bnR1M','٢\\zGVy?2#DS*','',0,'?'),('h6!{\rz','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg',0,'uE-OҶ\Zkk','uE-OҶ\Zkk','Uxm9g H_yop9K_kN','',0,'?'),('h9ݓ`ƴ','wp-content/themes/bridge/framework/admin/meta-boxes/blog/map.php',0,'CڮhfX\Zp','CڮhfX\Zp','r+VWQU@OލOh-q9X	z','',0,'?'),('h(pL','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php',0,'q!SGJ9o[C','q!SGJ9o[C','/Fu~\rf\nޡ/T3ϸQ','',0,'?'),('h봽]鵄G','wp-content/plugins/cookie-law-info/public/views/cookie-law-info_bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޳}/fSݭ','`Y]?7CP7Ijjmz3','',0,'?'),('hQKV<r:Mg_','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U锄xrd4#','P1r=Ճh5(O1rRT','',0,'?'),('h􋄠,]e','wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php',0,'f!b}^pKk)','f!b}^pKk)','mHdGB\\$j0]O;s&','',0,'?'),('ikmCxʷ','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OHX=.A','`\n-A)A.#\'.ЯlJzIzed	n(~','',0,'?'),('i뽼i?=','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php',0,'+	qL+Sm','+	qL+Sm','h\0wgA[Yz?y!ɳ~s','',0,'?'),('i;&o?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*6DTe','?F]L2}\rS@b2OouU\'O','',0,'?'),('i%eMd$\'mV','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php',0,'LIH\r','LIH\r','kytEUUT;=qe(1+ͣs','',0,'?'),('i%9ѽ:消5x','wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg',0,')ld*Zb',')ld*Zb','(5\\&HFI7l24=}`jVBj4)','',0,'?'),('i3,\"uĉZ4\"E','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php',0,'kBGbw>!+','kBGbw>!+','z FߓoeU&uw3\Ztc&','',0,'?'),('i?!,j4','wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php',0,'U$af*on','U$af*on','s%Ծ;-JǼ/p f','',0,'?'),('iIO\Zڢrx','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php',0,'\n-ӋGxѠume','\n-ӋGxѠume','f(%U;3q_La}v|hc','',0,'?'),('iMѻ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-pinterest/load.php',0,'\'=gX@2','\'=gX@2','\"0*t;OG=b{أvc:XZ','',0,'?'),('iOaM09P)','wp-content/plugins/bridge-core/modules/import/qode-import.php',0,'V*\n\nz(','V*\n\nz(','cJd%;,!ܷ{_i2','',0,'?'),('iYQgV /c	\r','wp-content/plugins/revslider/admin/views/slide-editor.php',0,'\Z1ȓL','\Z1ȓL','\0愑N(#qX|I9','',0,'?'),('iaYGHtρ)','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php',0,'af\rp^?','af\rp^?','\'(j2)P\'gʃ)8p3','',0,'?'),('ia{-\Zؙo','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}<܎s9','Q\'r t7=s*a`<zo_','',0,'?'),('ie\ZD\'Q','wp-content/plugins/loco-translate/tpl/admin/file/view-mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'f&Cs','죫5-a:e\ndJz-\r<Mv','',0,'?'),('ii\"oC`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@MMQmr','qX9Oa4A\'̾e','',0,'?'),('iqK(\'1','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg',0,'d8V!>(.A','d8V!>(.A','l]%\'sڌ5;Wn g','',0,'?'),('ir`O 3RTs\"','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg',0,'d$+ꞂB02o°y','d$+ꞂB02o°y','0cde客Ey2ۍ','',0,'?'),('it&l%TE@','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php',0,'\');|LF','\');|LF','U/fHa:&^l}Qjev\0Wj','',0,'?'),('itcy?ISAo','wp-content/plugins/loco-translate/pub/font/loco.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVM9%i%5','8Jk˞~Irk|O.!\"*fz','',0,'?'),('i]1=\r&','wp-content/themes/bridge/framework/lib/qode.layout1.php',0,'@fIa ','@fIa ','}DM7lѡ|IЌ\' Gfu','',0,'?'),('iqxjpR','wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W{κ','F\"טVXRH^v,\"o','',0,'?'),('i*\n1,)[','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php',0,'sY(XwK7','sY(XwK7','fy!OylF5v Dwi/','',0,'?'),('ihm(й:>','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg',0,'wK\\ĶÙ','wK\\ĶÙ','zaψe}Gt$}{P	Ȁ','',0,'?'),('i3,wRuة','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg',0,'91Fkm[҅U','91Fkm[҅U','lĠ6;\rlט/\Z_^&v]\\7yG','',0,'?'),('ie@R','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php',0,'}z7#sFx#','}z7#sFx#','<_~\nE^l~!,wk7dZf+','',0,'?'),('ihWLϒb{\ZI','wp-content/plugins/popups/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#aa&8咒','9X\0Xm?gͲb/|ҵ5.g[&','',0,'?'),('i-X8V[~E','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Z(S<	4?','	PȵkfHipS<NvBl','',0,'?'),('i\'B^9ǃ','wp-content/themes/bridge/js/plugins/typed.js',0,'w^RAn^Cg','w^RAn^Cg','}_CaV]\\HG\nmLZ%}5\"','',0,'?'),('iy!T:','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg',0,'xIb3','xIb3','tG\r#lĺC*Lxg;jn','',0,'?'),('i\\=Xh$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rIY:','Ćr@\"(r^Oe$ۜ)','',0,'?'),('iy}~.@','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg',0,'R>M+diR{','R>M+diR{','j #cs$LiLp','',0,'?'),('iKREIK_','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php',0,'@+FC!L\nI','@+FC!L\nI','(BDlGLo7S?0oB\nXE','',0,'?'),('iҪYUxCc','wp-content/themes/bridge/templates/blog-parts/chequered/image.php',0,'(bpGuT\'O3','(bpGuT\'O3','H!VKtwsv+u |O','',0,'?'),('ifF.2#w-','wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_files.php',0,'9K?pWM\\','9K?pWM\\','.7BTW8#)Гm3jd','',0,'?'),('ikCT,','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϝq,ؾ\\','5%v_E[P3w,=s$bF','',0,'?'),('iz9RhS','wp-content/plugins/loco-translate/src/admin/bundle/ConfController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䣩\"Kz','oa`<.fT:fL`ɤNO4','',0,'?'),('i些b6eg','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php',0,'aMZX	K','aMZX	K','XBNyU(ү 9@W7l;','',0,'?'),('ixE@VE\"','wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php',0,'wOT| th$x','wOT| th$x','ȾWp*;zJW{]ilc','',0,'?'),('iȾ=1gJ','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php',0,'ed8Th','ed8Th','ҋ\nt/D\\%RຝCD2#zo$w','',0,'?'),('j?I','wp-content/themes/bridge/vc_templates/qode_preview_slider.php',0,'%1> F3(\n','%1> F3(\n',' (U=`G\0<Mtm}','',0,'?'),('jwAsJh\0Z&{/','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php',0,'˝_?1;\Z1D','˝_?1;\Z1D','1A\n8Q(ȧ3\0Wa','',0,'?'),('j}Qr\Z>O','wp-content/plugins/loco-translate/loco.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RUJD:y{T</','o5T\'#R)K){G!^Le','',0,'?'),('j%nlӃ9v','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/PhpProcessTest.php',0,'iJHHhռ','iJHHhռ','#Ho+|e C91','',0,'?'),('j&V164','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r9 #{','ﾱnѿ0c~NrAug~ΔI','',0,'?'),('j+.F\\','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php',0,';9\r}0Zޏ',';9\r}0Zޏ','Pmu〥G52Z7+t=#dt9߼','',0,'?'),('j/h1ɝ#~2','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_text-marquee/text-marquee.php',0,'ۃ\Zzg$[bN','ۃ\Zzg$[bN','L\\`QOfɘ\ZJX!)tlT','',0,'?'),('j:P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg',0,'|adD!I','|adD!I','dʭ7#Q\"%Mz3\\\0wx','',0,'?'),('jO򟴸RcT','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg',0,'gs6cUQWF','gs6cUQWF','fTHșTKE۬J^5]^','',0,'?'),('jQe;e','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$hF?n\0U','%K\ZG3,lieqB\n\\W','',0,'?'),('jT|\"6y','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg',0,'r\ni#څU','r\ni#څU','\\N	VXDkYc<U ','',0,'?'),('jT+Q}iYC','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg',0,'p[6Rxk`+0-B','p[6Rxk`+0-B','k2Z0G6D^@0|U','',0,'?'),('jU]ɚ]D̞߼4\r','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg',0,'~)Q,\0m','~)Q,\0m','¯=shֳB=LOEaq','',0,'?'),('jWw	Hڙ_)*.','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php',0,'?	5sA4P','?	5sA4P','t:>U˅Ȥ	/4]%)?+','',0,'?'),('jcR*Y߉ ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php',0,'jJI`\rLw','jJI`\rLw','I=Q (9ιop/HY','',0,'?'),('jdQ7cL8:- ','wp-content/themes/bridge/framework/modules/header/templates/mobile-menu/mobile-menu.php',0,'	|_z~V%','	|_z~V%','|`NOZxqKO>K<\0','',0,'?'),('jf>zW*<wԹ%l','wp-content/plugins/loco-translate/tpl/debug/xml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~7j)<','/^|D/0Q3K_3*','',0,'?'),('jmEAXuw>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rjc!GFѥ6p@','߁/m\\ E;<Ҕ/h1QQ\014','',0,'?'),('jtZܿ,','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raai','{JLͻ&{{T:B','',0,'?'),('j|3L\0\"^|秣[','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php',0,'	Y\Zݽ=n\n&93','	Y\Zݽ=n\n&93',' ur`Ze!vD	Mb)Y','',0,'?'),('j|5:ʐ','wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php',0,'a~F(\'KU','a~F(\'KU','sX$!\0#;\rPBN\n','',0,'?'),('j!+2*\'\'','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/custom-styles/custom-styles.php',0,'̍9vumWBe','̍9vumWBe','gC_j:o<13FDD#+>m','',0,'?'),('j䱋%]','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y~eߣW?+_Ƙ','I.ƴiaE\\	?9_n?Rm$8s6\'U','',0,'?'),('jM\nr([\rK?C','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/PipesInterface.php',0,'|f=֏w&;','|f=֏w&;','x׽S+@VvKH','',0,'?'),('j_mEQ,k','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~N{M5D','R{Xgɍ1T~=','',0,'?'),('jp\0Z','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸ\rܚ','-ͤE[G4/`rV','',0,'?'),('jPMȻl:~','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php',0,'=B$%bߏ','=B$%bߏ','f3hيwOFF;$*]:','',0,'?'),('j)nQ8ޮD','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{߸\ZĚ','t^17&;*	v[^G*=d$','',0,'?'),('j&J؇P,^>','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php',0,'))\rb?','))\rb?','m97+UmށgߕPej0EdO','',0,'?'),('j5F+o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm``9','$멘<x1ՓIRV-VZ\\jg.','',0,'?'),('jۆ0]','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg',0,'d>B\Z&ܦ','d>B\Z&ܦ','A\'L+\Z\0W@ j','',0,'?'),('jxҁl\\G','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php',0,'72c,Y','72c,Y','pxeP̋_X\\$8MJZx|','',0,'?'),('j4-O ՄrL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$1D\'wm','E&&\na~b+\Z)jMpM','',0,'?'),('jgs66$8*E','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NV}b.\'5m','[4M,4ܓxwBB̕=Bg}Il','',0,'?'),('j#LV\n[2~)','wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js',0,'_hl ^I8<','_hl ^I8<','}L	0`|aQQ(;(ճ@','',0,'?'),('jw=O5','wp-content/plugins/revslider/admin/assets/images/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('jΗX8ZqW4i\'','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/templates/advanced-call-to-action-template.php',0,'1竑YDr','1竑YDr','w^)2*\0!Nu؊2^','',0,'?'),('jbmBAv\\Џ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/vc_map.php',0,'d Z$\rk','d Z$\rk','GlW7ziߘ6vIn','',0,'?'),('j!iOگA^','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php',0,'?So\0\Zq9','?So\0\Zq9','QYzoy^r\\YT8Ɠ،','',0,'?'),('jۄ-}nNY','wp-content/updraft/plugins-old/updraftplus/addons/moredatabase.php',0,'`6hi˂*','`6hi˂*','˵OU_[*-#\Zt*','',0,'?'),('j	vM@RJW','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php',0,'6M$|6e]Uś\r*','6M$|6e]Uś\r*','ic:Q[\rG!ⶬUZBQ<s','',0,'?'),('jŋ2زI8D','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php',0,']gnjW7U',']gnjW7U','_c3%{nSsMo^}Z%/','',0,'?'),('k	*x=$ƙO\0\0','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php',0,'@aN~Q[7','@aN~Q[7',')-ҎLF~ <`p$+r.f g','',0,'?'),('k	qs^_}L','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg',0,'i:j#','i:j#','c4]vwfvCF2vAxHI1','',0,'?'),('k	<(Gw','wp-content/plugins/contact-form-7/modules/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Z:a','^{0V\0[kE	xt\\O','',0,'?'),('k\nlQlS?	\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg',0,'[wP+hn׃R','[wP+hn׃R','FʸִLP5UV񶳖rjOS}`V','',0,'?'),('kȿsIqB(-T','wp-content/plugins/loco-translate/pub/js/min/debug.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œy7D','S|pH<V}u&w 	O=\Zc','',0,'?'),('k$6O-Nx','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B쟄P\rL','x[G-90b.zGaz>r','',0,'?'),('kν:+Mq&','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php',0,'iJi]BSFe4','iJi]BSFe4','!&4}ND59=\\-g%','',0,'?'),('k\Zmk&uߘ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php',0,'dwU@71	,5','dwU@71	,5','}~n*k({CM3\0$','',0,'?'),('k%]\rSY.MgR','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg',0,'I}Ԛ^޵Q\Zw','I}Ԛ^޵Q\Zw','\\]:0cA7kT`	(\0','',0,'?'),('k%SٹzfKEc','wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php',0,'W\rr8]','W\rr8]','gUI|s30?8\Z^','',0,'?'),('k%\r0̯IN6D\'y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g+کdݬ@','wbjYStc IdQ','',0,'?'),('k&ADj#p}g','wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php',0,'b[Ӂp@T','b[Ӂp@T','4ZErɲe7~,{y<͵n1,]*4','',0,'?'),('k6*H	u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5$g؟_ ','53=xLܑm?Z97P.','',0,'?'),('k:\rO%g=8ǅ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php',0,'QހD/|RR','QހD/|RR','(Knyy&\\TX/8S~Hwi-','',0,'?'),('k>Gֿ腜I','wp-content/themes/bridge/framework/admin/options/logo/map.php',0,'--HtVBa','--HtVBa','6E1LJ\"Z.2܁N|).k,','',0,'?'),('k@XJ	8cDh','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php',0,'RV_','RV_','I\rk],TT	.6X','',0,'?'),('kLZYCX>ڭ\nP1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg',0,'\0\"\'vu5.e','\0\"\'vu5.e','cʙb!\'yʞi-io)','',0,'?'),('kMӘK4;,i','wp-content/plugins/loco-translate/src/fs/FileFinder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L	ePv\r6','@ڱۈfNЄvg7ѯ','',0,'?'),('kM̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','th^r#b+K갛','?a9&4LdQK6%f\ZўS','',0,'?'),('kN(lZfE\"Lm','wp-content/plugins/contact-form-7/wp-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Alqd',')aP:ST8^_l7+','',0,'?'),('kZP\Z\r!','wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-single.php',0,'TJ~fxbA','TJ~fxbA','U__(\0T+Q>)m\n+','',0,'?'),('km|Kma0\"*k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X<~&nw[{U','l/epzi\r\ZmtMћQmԟ','',0,'?'),('kqd56: \0)','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php',0,'bR:','bR:','k9	X.r29,Pn)','',0,'?'),('kq{ǣ?_\0','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php',0,'Lp׸ aOFw#(','Lp׸ aOFw#(','x`rʄDYݕ߾|y&','',0,'?'),('kwW-:N8','wp-content/plugins/loco-translate/tpl/admin/config/apis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m!eSG1H4','%fԫs2*`k߬BG2ѳ@','',0,'?'),('k{k%$A§','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php',0,'1a5,7׻','1a5,7׻',',+&2SLo]Gtg8++te5OV','',0,'?'),('k{WˍO','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php',0,'i(XRowr','i(XRowr','VncMf\nܡ$Ưf','',0,'?'),('k}:VNG','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>PHe6[GF5','q!홐%ހP٧Hr.L~','',0,'?'),('k1/͓ݐ%=','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dqd6+\"U','Is;֮ikE@)','',0,'?'),('kԌ{e(>,','wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php',0,'vP{Fʠ̗mw','vP{Fʠ̗mw','~O%@>C&.ּcC2~\Z','',0,'?'),('k޷\0;{@<$d','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php',0,'vfLAmj','vfLAmj','VFѴ.6DBz@CX{4Or\0Z','',0,'?'),('ko\r &`~','wp-content/updraft/themes-old/twentynineteen/js/touch-keyboard-navigation.js',0,'w@8+^1','w@8+^1','\n<~J&,\nkxrͷ78ɜٜr','',0,'?'),('k&ֿ6+','wp-content/plugins/revslider/includes/framework/db.class.php',0,'L]q>.F?!f','L]q>.F?!f','fki;H2V f)I7z3','',0,'?'),('k-ow&<}}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php',0,'ƫY\\Ӥ7iIчU','ƫY\\Ӥ7iIчU','\Z}WT0+A ff','',0,'?'),('k92hCMz','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg',0,'	&ƕϢP`','	&ƕϢP`','gX\'f9I)Z#AHZ\0:','',0,'?'),('kDww4y','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/title.php',0,'>t.Q`cF','>t.Q`cF','q\'Pj\"P[kt@L','',0,'?'),('kB˞b=y','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q]?.Ac0<ܥ','p:qD^ Rwr.#','',0,'?'),('kU/^ ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z֟0}_','O+WE(\Zvl%`¢x6n ','',0,'?'),('kiu̥,heG2','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg',0,'ҞlGnNv(/','ҞlGnNv(/','ST;`L;$uPd:\Zgf\r','',0,'?'),('kR3X','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php',0,'y9aVJ?==\ZK','y9aVJ?==\ZK','AႯhHؽCu?ug֬','',0,'?'),('k٦#CHge̗y','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php',0,'ﯕKS+','ﯕKS+','P):/S@F\'`=)蔶] ','',0,'?'),('k\'\n+&=n`3','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';쬠B K','ZQ톌5%\rtm?2\rc@+U^\Z','',0,'?'),('k$~>4թXYk','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/unordered-list.php',0,'셄Xv́2','셄Xv́2','	΁\"Y#4FyjN\'j\Z','',0,'?'),('k^;@Ch!%','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php',0,'ҪyO76\"ƾ','ҪyO76\"ƾ','ĦhPlydy\nYD-sl@D','',0,'?'),('kvcу}1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php',0,'yF_\0W7ψ','yF_\0W7ψ','\0B1z4;V`V9&x','',0,'?'),('l\nVgƪ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php',0,'`Ku','`Ku','?p&kw\Z\"Glr','',0,'?'),('l/\nԀWͱ-c','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','djF3','5s	O>{ĩ2!.1','',0,'?'),('l9=h,>&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0n3','`MTRLl&)hZ/%','',0,'?'),('lF3Y_V','wp-content/plugins/updraftplus/addons/fixtime.php',0,'ȇ+Ě','ȇ+Ě','ԄI.Reከ\"ޏ','',0,'?'),('lJ!tonQP','wp-content/plugins/popups/admin/class-social-popup-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IÿGaPJ/\Z','I,bxHWV\nRocr,r>S','',0,'?'),('lS/@?\n+','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php',0,'AսL	9F˵','AսL	9F˵','S|Rh^ӛ|qZKC>6s%B^m;','',0,'?'),('lV,-i','wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php',0,'űXK\"$7nJ','űXK\"$7nJ','F\r%g׃DxQ75^)p\"/3^J','',0,'?'),('lX՜3&\'','wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('lZq#eS%s7Y','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!jFڅG|Q','rs@%	Zc~FT!Nۖz@','',0,'?'),('lb\r[HRBZJ','wp-content/updraft/themes-old/twentyseventeen/comments.php',0,'mrnBo/\rcS@','mrnBo/\rcS@','Xd!FV#PX6Z','',0,'?'),('lj5V\"Ͼh]','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg',0,'qMR{EDR','qMR{EDR','וL4k:аO+Z&wAMD','',0,'?'),('lr&C=u','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg',0,'Dp\0)[Y','Dp\0)[Y','E酲.~I/tKޖDXy{E','',0,'?'),('l4Z\\X','wp-content/plugins/revslider/public/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('l@Ďm+]l;','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php',0,' y<\"PϮEE',' y<\"PϮEE','\'ޭF00YL_az','',0,'?'),('l,pBկLz','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg',0,'[D)˯]4W\\','[D)˯]4W\\','Ʊ!QY}fS[i^&lo\'','',0,'?'),('l01xb','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg',0,'*&U^]l,','*&U^]l,','05plj|Ң(\Z9L','',0,'?'),('lLXiUv8F','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php',0,'!-0\r#`1U=b$71','!-0\r#`1U=b$71','l0\ZKn񋤉E>\"\\=','',0,'?'),('lh-vccG-V','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php',0,' Mߌu.<',' Mߌu.<','ݴ߂0b}?\n SHBuL	\"','',0,'?'),('l |OsּaM','wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.min.js',0,'\n+bA|-X','\n+bA|-X','g7>^rֲYgd7羊`=','',0,'?'),('liA3DVWo','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php',0,'<&`55Ok','<&`55Ok','6NGv]{rlh}vC7v`Mf','',0,'?'),('lb#J,','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ExecutableFinderTest.php',0,'sV.S ]iJ,q','sV.S ]iJ,q',';ii6f._Q6΄nl%h,','',0,'?'),('lJU&\rSϏI','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js',0,'i<2>srgS)','i<2>srgS)','vZq!,m^4YZ::&b5','',0,'?'),('l5\nf+gt1','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/export-settings.php',0,'JJK(	L\ZXw>!','JJK(	L\ZXw>!','c!ݶ!\0C@J,(eMÏ<S]Z','',0,'?'),('lץ\r00j8m','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php',0,'TM*c4E-\'a','TM*c4E-\'a','^VĿLPp1Ye#C)','',0,'?'),('lqY((','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php',0,'f/At:M%','f/At:M%','\nkH~POw^LitQə+	_3|#','',0,'?'),('lF[FʬIs','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php',0,'G<@(]t','G<@(]t','!r{sM\'rQff73g_YK','',0,'?'),('lLs>TB','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg',0,'u\'v0Ϳ\n','u\'v0Ϳ\n','J@#6	zF\rrUm|埬','',0,'?'),('l̐#&+=i','wp-content/plugins/cookie-law-info/languages/cookie-law-info-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YW%7','ڏIJx~}!3W5-S_v','',0,'?'),('lXNp?b','wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php',0,',ڰ_܊ְS',',ڰ_܊ְS','dJlG9]\nB|]/Utv','',0,'?'),('m~\nTq','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/PluginUpdateChecker.php',0,'50\nk0Ч\'H+[','50\nk0Ч\'H+[',';9L,{h_|Ɩ,A_`~\'AT','',0,'?'),('m\nx4@=','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php',0,'VR\"iR:|/','VR\"iR:|/','ULc5>\\܍mdݰY(\n6}\"','',0,'?'),('mDTmsA}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MT[чB','aPP\0v?6,̟An','',0,'?'),('mc\'W8Ϥ`^','wp-content/plugins/revslider/admin/assets/js/codemirror/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('m08~`ryc ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg',0,'aow-/P=:','aow-/P=:','wGT®|<>/w','',0,'?'),('mdDD','wp-content/themes/bridge/css/img/desaturate.svg',0,'<~̠;gg','<~̠;gg','hmp/Gs3ZX\Z{=-F','',0,'?'),('m ad7z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg',0,'n`l5Z\r','n`l5Z\r','Dbj~V>yrE6u1j&t','',0,'?'),('m<%}W($','wp-content/plugins/updraftplus/methods/insufficient.php',0,'ftoS(	s	','ftoS(	s	','#m;rJrQ7Xnt','',0,'?'),('mAp	1GU/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q)\Z6ˏr1\n1ڑ','$I.\Zڴ}\'iD50V-B(','',0,'?'),('mAYRb|S','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&%MAbY','_% +g`}<','',0,'?'),('mB:R\Z`[g[v','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessTimedOutException.php',0,'\0`s~z^','\0`s~z^','SX*>cB\\:4F+Vq\\-Sy','',0,'?'),('mE\\)o','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֋XKe,','M- LhsJ͍CB','',0,'?'),('mPhW/o@Ϛ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg',0,'{Lt,a\\ܴ','{Lt,a\\ܴ','8`?`N]軲ZjԦ','',0,'?'),('mR;4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg',0,'G7ro9>','G7ro9>','H0\'܁l9L-RګFNPk!','',0,'?'),('mY}ɽ?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LmQ4փ]','k>jT@z՜.OBj0\'t','',0,'?'),('mc\"jqzO','wp-content/plugins/loco-translate/pub/css/skins/blue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ZWmy?b','&?(T@OwRbSN','',0,'?'),('mh9Cjeڪ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/vc_map.php',0,'g</ב1,','g</ב1,','^%!FzMS4r..sCvx,\05','',0,'?'),('msZG+I8','wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js',0,'Sҍ	t#z>','Sҍ	t#z>','ύ7E<nU,й7ӟ\Zk','',0,'?'),('m|s#P^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg',0,'fل!q\nu\Z`','fل!q\nu\Z`','ٻ)\">ڽ(D\r5','',0,'?'),('me#ETп','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg',0,'I}Ԛ^޵Q\Zw','I}Ԛ^޵Q\Zw','\\]:0cA7kT`	(\0','',0,'?'),('mKm_:Ի','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php',0,'p@Ғ /','p@Ғ /','Cb EfY\"_w+E','',0,'?'),('m-\Zm1w','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"&\"\04	]I','P̓YlMy\Zj_A3v','',0,'?'),('mjoȔ6Q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg',0,'Nk','Nk',',\"\"D_gC64H','',0,'?'),('moFT\Z','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php',0,'F+/*(','F+/*(','ޏ;|>}\\p$pʲBZ','',0,'?'),('m˗/ɠi\'}','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_expanding-images/vc_map.php',0,'ߏ(b>:W=','ߏ(b>:W=','nw s-rHV:LΤ,ei6U3','',0,'?'),('mhZʘd=4]m','wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php',0,'j\'$	a[','j\'$	a[','>\'RLTujN9A	.6ȁ	O','',0,'?'),('mek3+q΢u\'','wp-content/themes/bridge/framework/modules/title/title-functions.php',0,' ^$Ii;j]e',' ^$Ii;j]e','~!R&;?p?!2nH=r8O;','',0,'?'),('mX`8','wp-content/plugins/updraftplus/includes/PEAR/PEAR5.php',0,'\ZgՀ	7*l8(','\ZgՀ	7*l8(','kg^}\\0T1xJCGb:K~3','',0,'?'),('mbPݭ\'G','wp-content/plugins/wordfence/js/jquery.tmpl.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}\"7ڷDZ','.IH\Zg\0H!7`gޠZzȄž6|','',0,'?'),('m$MZyg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg',0,'Ǻi\ZKC^\"l','Ǻi\ZKC^\"l','gcפY:Cz+:','',0,'?'),('m6hDF\n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg',0,'}fY6Xq\'','}fY6Xq\'','q:I\\4BTڙ@o@ms','',0,'?'),('maU;EnHQղ8','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php',0,'űXK\"$7nJ','űXK\"$7nJ','F\r%g׃DxQ75^)p\"/3^J','',0,'?'),('mlrH08]','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php',0,'\'Xw<hJLڏ','\'Xw<hJLڏ','Lr\0QTTdmorƃ4Qj','',0,'?'),('mjT%Wo`J(r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js',0,'io~&;\r]','io~&;\r]','.廿1Aua3vEu','',0,'?'),('nQʒ\'k\"%','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','</M0F!\'Gw ',']O?ո>Xzb%أ','',0,'?'),('n~M#k|','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php',0,',8.6',',8.6','Gg^n|*0>їS/*HPrGԚ','',0,'?'),('n]j7<3ISsQ','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t.E5GN\Zv','(Z,ImY,·ԗtGa','',0,'?'),('n[	X}0','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ؘ5aO_','3½}߈6-x%uv','',0,'?'),('n0_ڃ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php',0,'ڲ9c%4k(A5','ڲ9c%4k(A5','˫])LpղxQx%)','',0,'?'),('nŲ(x,=`LUW','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg',0,'%t߸ѓQ,','%t߸ѓQ,','|+&]Ͷp\'F޶tMr(>te','',0,'?'),('n#t=\'b]{','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UE|h(Zf','ӣ	}ʫE0).TXKd~HNlK20','',0,'?'),('n+zohsW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php',0,'vFό:p&`','vFό:p&`','1FǛc%Lo]f+[zgy','',0,'?'),('n0m_epٓVp','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg',0,'aĬ+ͬc	o}s','aĬ+ͬc	o}s','B\"Q|_ZDl%@-RDBd','',0,'?'),('nAj+uVG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ8l%','!]`_.\\? .\ZbɐGQe)m','',0,'?'),('nO0mK.U)Gr','wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}GiR','k44fav4MODVs','',0,'?'),('nZ/1T:{&^/n','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@|n4`','$﮷q/DKiŵ6i3搿64\Z','',0,'?'),('n\\~0ظL-','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg',0,'Pƭ_bNUc]z','Pƭ_bNUc]z','.pA+Qvge]	\'V\"{}','',0,'?'),('nefA@R?','wp-includes/js/jquery/ui/position.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4oM)EξuS#/~','6]pt=VXڦfY','',0,'?'),('ni?RSL','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php',0,'~K݃hY\r','~K݃hY\r','\"\01mAkn*BPB[y(X','',0,'?'),('nc>','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php',0,'=e@M=&;','=e@M=&;',':KТA?y?M|L2','',0,'?'),('nX$H\"1','wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php',0,' NPOqq4',' NPOqq4','\'Ԇ}QfS_[ﭬ/\ZhiWԬ),ʒ','',0,'?'),('n42U4N\ZbtmNl','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php',0,'auAԜMN','auAԜMN','~&)>t;+J\r\ZD@vp','',0,'?'),('n@AF','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{};bgi','\'\"M\0%;-A,y\0','',0,'?'),('n$@B̧','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php',0,'!>(y_X','!>(y_X','\"VK\nu	W|ǿSIjt','',0,'?'),('nf\nt*!','wp-content/plugins/loco-translate/src/ajax/FsConnectController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ǣh;:?@_','k??^}/*̣M','',0,'?'),('nBp~b)','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php',0,'\"ȍbxw)Q','\"ȍbxw)Q','h- K<Ax<#7&PI. #{','',0,'?'),('nŢ)cq^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9RaßC`\0UT','}=3xA9lp\0ư9e.O','',0,'?'),('nnǋSH','wp-content/plugins/contact-form-7/admin/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';VtEhsad$','Bٲޏg3鄉?bNۼ?,ƦA','',0,'?'),('nI.r(\\','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php',0,'_CvLSNP','_CvLSNP','9;Z\0#ĵ{7l','',0,'?'),('nкvnj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߃l=*fܷG9ݜ','͋ȌˀG\0c{>.\'\'1e,','',0,'?'),('nX@\n&:','wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php',0,'1Z^\nvr-F','1Z^\nvr-F','Js|\'?oY=()pư)wm_','',0,'?'),('n,Q3bO','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\nNw0*','Jz E:k.[H_va9 w','',0,'?'),('n09jv8\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CVS+:c|O쬋	','t=1i\Zn\0N!*iF','',0,'?'),('nH\nt(V','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php',0,'O\0UPVݥl1H','O\0UPVݥl1H','B3\\4ËULr@ٺx&+r','',0,'?'),('nBP-`\"6)','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php',0,'j\rO.}q^8','j\rO.}q^8','SEUba	gɵ$\"a\0','',0,'?'),('nۗvXH)','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yϛvj\n','Sx^V>m!-qDeV','',0,'?'),('o6*@Xp|','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php',0,'\"q=IJ:Ac','\"q=IJ:Ac','J.@J2BّCdq^}Fje\0','',0,'?'),('o嬶	^','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php',0,'3z~iiҠGg6|','3z~iiҠGg6|','	GT{;\n*KXBM3ooN3@H','',0,'?'),('o<).1U#','wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hW%D&pQ','6ԋ\"SIZax75jdCmU','',0,'?'),('o\'RD-\0o','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cl$rn<.','$MԮ&(ᩘs^	Ϣ*N','',0,'?'),('o1iL5z$7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u1\\8;#j-','P|l_Z3z<NɧK','',0,'?'),('o4~LPU}','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/PhpProcess.php',0,'.&N9pAK|S','.&N9pAK|S','R;ީ osZp:\rY\"','',0,'?'),('o;TuAS','wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php',0,']u* FLS,',']u* FLS,','oF`Wاp`@UxzM{Q','',0,'?'),('oC\"Qty','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%','4!H:6>lEEc#a{A{','',0,'?'),('oPco.r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rdPE}u\n/MA ','#;!I.>uʍSVm{|e-','',0,'?'),('oS]~(7;\r','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OZas]`Y3','N5~h&Volr=\\Ћ ','',0,'?'),('oTF>%Sa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg',0,':TJMAR',':TJMAR','R2syn8\"G7gwH$h','',0,'?'),('oZ0<c0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n9,zӄycE','Yek\Zkt~n4&p#Ӝ','',0,'?'),('o\\5J','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php',0,'j1H\'VGSt\\','j1H\'VGSt\\','AJ!Y2X\n\nK9MG\r','',0,'?'),('ob:\n@\nr','wp-content/plugins/loco-translate/src/error/AdminNotices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HgKʛ=޹5','N\Z#i6A+3F:{Vw','',0,'?'),('of>}uH[?','wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php',0,'咍Gi`Ǆ','咍Gi`Ǆ','[(\rܹyLZn2z??+r','',0,'?'),('or1sw2S1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php',0,'%삆U|Ȃ D','%삆U|Ȃ D','J5\0VU}$3_%C}hb6','',0,'?'),('oycΏه','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg',0,'3u9:U:k_','3u9:U:k_','ҡKt\r5X\")1%h\"^\rZ>+1~','',0,'?'),('o}C܊8EG','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sTDzҧm','5؄:\"sx4Ҹ\09`\Zi?','',0,'?'),('oq1CCt^','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php',0,'5LFμ0l\"','5LFμ0l\"','jd]SU*=3dv*JX','',0,'?'),('on)j6X!yU(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg',0,'\'in\n4hT','\'in\n4hT','@mqKC^ҫk4KZﶦ߸6X','',0,'?'),('o(v?1$n','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg',0,'S4X	~W','S4X	~W','aAF\\.1\Z]rYS@|5w','',0,'?'),('o$Zw-5L\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg',0,'\nX=','\nX=','Q\r.=VXNh2c','',0,'?'),('o^4l:K`ܛ18','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg',0,'/P܏%\r~9ez','/P܏%\r~9ez','?6I)^FۜQT%aqw,TKK','',0,'?'),('ow*\nΛ΢GҜ]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p]j-','8#̄(8O\"	+h\"Fb','',0,'?'),('oţeZWk\nV','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg',0,'<æ\"06P\r','<æ\"06P\r','2ys*ZԚ.mv:%aV{^}','',0,'?'),('o͂t퍥\"+UK9N','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/templates/blog-carousel-titled-template.php',0,'bF)h','bF)h','Ʋ2z\Zއ)IH;','',0,'?'),('oq#','wp-content/plugins/revslider/admin/assets/imports/photography/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('oܱu','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php',0,'0 -ׅQV+\Z','0 -ׅQV+\Z','dAUPEKHLp)','',0,'?'),('o㮚-;?X:pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ewoRdF','\Z\0[O٭FA\"woĬ?o\\ܦ','',0,'?'),('oYڅX','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7 (˿!\Z7','Bx0%Ly6!X\\z/<n6=\ZW','',0,'?'),('o\'ĩD&','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/custom-styles/custom-styles.php',0,'QlURl$','QlURl$','JJ+^X`d\'H.P{R\"OGz','',0,'?'),('o[n3uʹP5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·)-OrR','#4cNPtX#/2ĸn3pss','',0,'?'),('oœf\0)hVKt`','wp-content/plugins/booking-package/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PEgTQj.','O]+_On9[Ubg(5','',0,'?'),('o .l^L','wp-content/plugins/qode-restaurant/load.php',0,'OwH','OwH','՜+k\ZM۲2`s68 F,m','',0,'?'),('p7uL_{2Û','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WfոܗT<','}a)˨Ͻj|{','',0,'?'),('p,t','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg',0,'}|n:|\nhC','}|n:|\nhC','AgKo`4ORfm.','',0,'?'),('pT-9Z`>~','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg',0,'wDzNv#Lηl','wDzNv#Lηl','$\nV?H\ra2G	(\"Uz<U:','',0,'?'),('pL~ˬ','wp-content/plugins/revslider/admin/views/templates/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('p{\r %>/Z:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǢϚtpAy','8PciCQVJ+6?pT6\Zzd','',0,'?'),('p:7j!=b#3M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php',0,'B}6K~S','B}6K~S','Em:\Z+cg*icNyLR','',0,'?'),('p:,`OlL(A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*sf2','|\rߣ2잿9/%[7m{Eu-','',0,'?'),('p<!ڈ ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg',0,'V,','V,','=7~MO\"c}{c_2;{L W$','',0,'?'),('pB>V8P','wp-content/updraft/plugins-old/updraftplus/central/modules/users.php',0,'wv\'H:jP','wv\'H:jP','Ex$m${u&$;f','',0,'?'),('pI:Svu','wp-content/plugins/contact-form-7/includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r>ft+* w','{]nr;bWjGs_g#\nnEb,\rW','',0,'?'),('pUya	bva;8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>iLWod','	0Vhr1^zm8&\\Y(<)iB','',0,'?'),('pVYa\0צּ=','wp-admin/error_log',0,'74\rmyO','74\rmyO','饳\rՇ5DեHYA?^wpޏFd','',0,'?'),('p]c0C`$','wp-content/plugins/booking-package/lib/Database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\\0*\';\Z,n','i|Mir0Gx\npXnFh','',0,'?'),('p`ƶsYRa.','wp-content/plugins/booking-package/js/Delete_plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ey|@,ߧ','\n=\"ޱӺ!`&\'VM[~ANU7)','',0,'?'),('pwQFcߠb*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$qG2k5$z','ֆF*`\'O triR:j0W\Z=j','',0,'?'),('p{UʏКtecC4CDj','wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php',0,'ߘ	zg(','ߘ	zg(','NGEʭ<^@{oZGR','',0,'?'),('pr%R','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_qode_carousel.php',0,'3P0V	pvH','3P0V	pvH','\Zdޤݎ-BD*wzF.}>(n','',0,'?'),('pcaò~`#','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php',0,'a\n3p*~\ne=\r','a\n3p*~\ne=\r','pfg!U_#xB,p','',0,'?'),('p.а[ÍD','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bRlyyM =','J+ޡk_O4LS\reA8$\Z.`S{','',0,'?'),('pfȃ~Jk߽|','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg',0,'/$O\\FДcRGk','/$O\\FДcRGk','$lP6֗\"sxN1EX6	0 ','',0,'?'),('p\"|sOG3','wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php',0,'SW55UDqv','SW55UDqv','+(\nxĚ٦(:d(m\\','',0,'?'),('p87f\"95i','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/options-map/map.php',0,'Ԑ2DZhT,','Ԑ2DZhT,','_i3\\A)8hz4+fV9:<\\-)~q','',0,'?'),('p\\*e\n\rψ','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z83?wW','\r.l]\\)	Zqp]_^uJ\n%','',0,'?'),('pv;\"q','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/templates/comparative-features-table-template.php',0,'d5a/ٻ','d5a/ٻ','hibtVGZѮ̉\\D2?󠉴','',0,'?'),('p̓02@PFtk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}}sJK','a\0k5	-\0oDx۠8u%\'','',0,'?'),('py wXݒK\'','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php',0,'A+)d','A+)d','[ OuT\\Y|蝯;WȚ|','',0,'?'),('p+\ZAnO&','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php',0,'&rԶ\\Y슞E2N','&rԶ\\Y슞E2N','}KMg(5&m\Zm3xF%l@V','',0,'?'),('p\rl','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php',0,'Cյ_|\nrׅ','Cյ_|\nrׅ','r\r:NEQa=e!:8F/','',0,'?'),('p	w/NlCP]U','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg',0,'\ZV~q^','\ZV~q^','XMNjѻlYkx[8r\\;Hd?ۂ','',0,'?'),('psxʞt4p','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php',0,'*4k<M','*4k<M','W+O֦`։ӻogV]ce','',0,'?'),('pb~oBkZ','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y#9ry\0ϭ','\rˢ\ZNtAFA\r|?','',0,'?'),('puwSɴ0','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Et5\0Pw','fs	uc~0bI&5)','',0,'?'),('qqC$@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aA\'4=Gg','R{hC;_	G+RzrTz`4','',0,'?'),('qsAtd\\','wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','. -Pc6m','QN>@]0\'0ok,','',0,'?'),('qK/#Ae?1z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/button-functions.php',0,'P1F<a;W	','P1F<a;W	','BJ׈05p=0hWUbC','',0,'?'),('qF:yR\0Yp','wp-content/themes/bridge/woocommerce/single-product/add-to-cart/variable.php',0,'rbHuy','rbHuy',':`wTÇYO\nZrӷoZ!','',0,'?'),('qt簽)\rPq]$','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg',0,'${1P}U','${1P}U','ecT&m>\\Dԡk$','',0,'?'),('q\"co>2Rh]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dXE?HEVha','w}2c-K<>ƪ#$/X{O\"','',0,'?'),('qLILc','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@9%![','aУ+(|sѠ3n=~igR','',0,'?'),('qh665y|=?S	','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\)Jl<\"','D{zp\r]<@7>0(h','',0,'?'),('qjcbk1J','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Crawlers.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Q>س','SO;h\0P)13[ܱȭS\\_b','',0,'?'),('qn(\nև!','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg',0,'ˡ\\L;\\\\g','ˡ\\L;\\\\g','\ZShKa>V,=}8USWc<U','',0,'?'),('qp|<\0*\"=l','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php',0,' 7o-&hR=',' 7o-&hR=','XY}öN\">C:%l*IgY','',0,'?'),('qv.eu	WPH','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg',0,'g{ۻE@$$6a','g{ۻE@$$6a','f1~I\np|uRFAԿgFK#','',0,'?'),('q})|gֵh~&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg',0,'Ě!H?O','Ě!H?O','E]дerV6*(;','',0,'?'),('q2MiE8{h','wp-content/plugins/cookie-law-info/third-party/scripts/pixelyoursite/pixelyoursite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԧ&\nqB','Y@1-U\\V*]ݲѸA]0\"\'ܲ','',0,'?'),('qfEH7d','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6~	s','&;p8DW\neV\0s>','',0,'?'),('qțZP8','wp-content/plugins/updraftplus/addons/morestorage.php',0,'=.ӗcE\"','=.ӗcE\"','3ZȨש\Z29tDPTAX\'J','',0,'?'),('q8L@6|}Q3\0Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php',0,',&e5jƛR ',',&e5jƛR ','ɶ+(,[O\0,_:hJb','',0,'?'),('qsƞù','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{!+E\'','_%<!B;ڰxtR$Uc','',0,'?'),('qϲ}HS_8<','wp-content/plugins/wordfence/css/phpinfo.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Q!0w/蓴','a@|I\r=\Z^εd)[W','',0,'?'),('qR+q\Z2','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&M@R1=FG','LX@z7{Pǝf !ؑd','',0,'?'),('q[ed-]','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php',0,'s	׵Fa>','s	׵Fa>','q .>\0܂ď+qM4W','',0,'?'),('qd$]eCׅZ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php',0,'2|va=ϧ]޼','2|va=ϧ]޼','\\\0\Z@ږޕq+PǮg','',0,'?'),('qH*tG WXz{m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg',0,'އs쵭As,e','އs쵭As,e','hvͼB #+-PG6gk','',0,'?'),('q05','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5O&?E	%','^%%hT,k2Ȯn=n%:','',0,'?'),('q,<wLG\"E','wp-content/plugins/updraftplus/example-decrypt.php',0,'U8d#:#','U8d#:#','iM,;-4)yͼj5w','',0,'?'),('qtK<F\"Sw','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js',0,'\\Eg7C	}˧','\\Eg7C	}˧','^VWpUKwb','',0,'?'),('q5@*=&\\X','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';!ȍ4QX#','չ%-^qUqMeY','',0,'?'),('q)sJ8cql%\r','wp-content/plugins/loco-translate/tpl/admin/help/tab-file-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','spEw\rpv','8?DZ!yAOwby,:','',0,'?'),('qC4Ǵ5u\'/yd','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php',0,'ѠUn!lL1','ѠUn!lL1','9\rVZiNﮧYLl;\"D','',0,'?'),('qTʨ_yo','wp-content/themes/bridge/templates/blog-parts/chequered/gallery.php',0,'AfBT&v!/q?','AfBT&v!/q?','8g[@/ۏ\0#r鞵eۢMw','',0,'?'),('q1-3/N,4!;','wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php',0,'pPI<\\ؠ','pPI<\\ؠ','IڼdDR\ZT7Em5K;','',0,'?'),('qT sQ','wp-content/updraft/plugins-old/updraftplus/updraftplus.php',0,'Df#)\'g!W','Df#)\'g!W','HtKG,#4(]a{C[Ϟf','',0,'?'),('q|\rn]>B*y','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php',0,'7Ү<$ٛ ','7Ү<$ٛ ','%m.[6A2^aa#(R=\r#*','',0,'?'),('q@ C3','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php',0,'ow\'k','ow\'k','b Jx̘x3J!II\'','',0,'?'),('r.\nl _\"\rW','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg',0,'\"TXE<wU}vk','\"TXE<wU}vk','mk:O{:W֠cM<','',0,'?'),('rhvLk/','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LGiji!','Z5n2H\'OF8e )eԕ ٪','',0,'?'),('rWz/~[','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg',0,'oEvx 9kty','oEvx 9kty','\'?_Z&iYn','',0,'?'),('r^\rA.]5iy','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php',0,'[G?hm0b_','[G?hm0b_','\r]ZhQ6!\'~.bꂨd8I','',0,'?'),('r܈v$֊J@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg',0,'4#rհXKt@װ','4#rհXKt@װ','ġZ%|Epl;stŧ?','',0,'?'),('rR/#+7<^','wp-content/plugins/updraftplus/includes/jstree/jstree.js',0,'_hl ^I8<','_hl ^I8<','}L	0`|aQQ(;(ճ@','',0,'?'),('r$o3jJ','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php',0,'gS?͆IPC٭x_','gS?͆IPC٭x_','9\rTQ\n֨A(њWZ','',0,'?'),('r)m\'Qtt','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php',0,'V#g1','V#g1','+C6\riׯ1l`P','',0,'?'),('r+zk; 4WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(3oU2ŝU2','2.pt\"r`)\r.Cl\\\ZBIX','',0,'?'),('r/;ٜ6KśO','wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php',0,'|t6_.2fe}','|t6_.2fe}','/uvWv7BVb+','',0,'?'),('r1PH>.','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js',0,'[Cm7eJ.\r/-','[Cm7eJ.\r/-','.&HOEjAq}ci8.r{:_0','',0,'?'),('r9\"Agknl','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php',0,';7:ǐY\n,',';7:ǐY\n,','-KT?-Ao-0A\Z{','',0,'?'),('rH\\{_̶5','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg',0,'3.Il\'k-r','3.Il\'k-r','.hy\'7\\4+}-r','',0,'?'),('rI\0ygE!2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jl9re.','7\0|$<9&-MBՌ֌','',0,'?'),('rN+ĩ#3W','wp-content/plugins/updraftplus/central/modules/comments.php',0,'US\r1Ff','US\r1Ff',':+u[i@$','',0,'?'),('rO?]\"W_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg',0,'Fא[wM2*B','Fא[wM2*B','~of/fN;\\','',0,'?'),('rY܊e}','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg',0,'n BcA704x','n BcA704x','#b %ͷ?Q\Z\r-dF̶wU','',0,'?'),('r`gmY\\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php',0,',J*r1Kc+W',',J*r1Kc+W','j)k\Z\"{&LSSćX F<','',0,'?'),('rrҠ@\"0qYR','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php',0,'<(sG?f','<(sG?f','[ق-F۩vαϗ:MWo','',0,'?'),('rtIg[;?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVNck0}/Ճ','nKkZ	 N$  EКe$','',0,'?'),('r~\0+B {4<','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php',0,']D.,Xe',']D.,Xe','nxitS韻C>JZ','',0,'?'),('rӼʿB!','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg',0,'F>H(eNM','F>H(eNM','-=$̪pnG9H19g&+Kx','',0,'?'),('rʌ4M#t\"','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php',0,'棔5,.ը!','棔5,.ը!','Ey/azyiX&owW1','',0,'?'),('r(n՞jb\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DVq~6HϿ;Y','=%vFүh\\	#Ҕ\Zf','',0,'?'),('r2ÁXzeb/','wp-content/themes/twentyseventeen/template-parts/footer/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' <I^;ԍ','8>i)\\\nWx3vd','',0,'?'),('rz#ј]\'d','wp-content/themes/bridge/templates/blog-parts/compound/text.php',0,'y=斊q ','y=斊q ','`nVMZ˿zyXe','',0,'?'),('rߺVK[731=','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php',0,'}.&o͔i','}.&o͔i','}b($Cǻ4^0jYtq','',0,'?'),('rBY)AP+','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php',0,'!Qn.nb','!Qn.nb','ỵH3ѡw:ɔ2R','',0,'?'),('r´+0z{OJ^','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg',0,'P)C*@F$','P)C*@F$','& :VQ\0_E	uN]','',0,'?'),('rue$!U6Oj','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg',0,']4&?\rR4軉N',']4&?\rR4軉N','ѕ~=+:s	vbO50.\r#\00d','',0,'?'),('r&(	c!\nn#\n','wp-content/themes/bridge/category.php',0,'RɄM]\r%M','RɄM]\r%M','\0׊oprcj0?;\']l','',0,'?'),('r_/HG=%<','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mrތ]49c','{&DOzAf/gáA]~(','',0,'?'),('rr(Jg(yt','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2sHّ;[	s','8`9ڰn-.	HDpk+γbI','',0,'?'),('rdIԊځB\'','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/load.php',0,'`xnaxm}c','`xnaxm}c','ig> ˺ǐ}\'.C^','',0,'?'),('rQoZ>','wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php',0,'Xf54P','Xf54P','s\razA9O^Zs2yJۧN~McC؎','',0,'?'),('rڌ$j:','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg',0,'-\'͚q%C[7','-\'͚q%C[7','m]P0+jHPN9yk˛>O4n','',0,'?'),('r)el','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Իj_g_','=Շ:f~Do_1E^`Wk','',0,'?'),('rnA:5c=3','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg',0,'LŻeư','LŻeư','hfЉ\ZYc+Cϡ &֦','',0,'?'),('r\nb#','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c0z3P\'t\ZWw','@T^Tu4\"}T2I$Yx','',0,'?'),('r7/y*aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4JPЩsB','r~5\n̊4GșA','',0,'?'),('sGLg\'\\','wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js',0,'\ns릅,جĥ','\ns릅,جĥ','uɍ3.LǃxUQI]g]]','',0,'?'),('sy- AXQg','wp-content/themes/twentysixteen/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';(H-Jhtx',';m}e(~y0m=},','',0,'?'),('s	,.)j&I','wp-content/plugins/qode-restaurant/admin/options/restaurant/map.php',0,'S1̤`m+Q23S','S1̤`m+Q23S','[e+߽l@SJ@{<','',0,'?'),('s\rb;uRw;nq','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php',0,'Q`A[\n\\a\0','Q`A[\n\\a\0','B[p?mpm~#FE,y\0ק','',0,'?'),('sAsYD]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RYtO`6qz','cV*}zc*(6`=9no${','',0,'?'),('s_=g\"V;','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php',0,';l-a۬Z%G|',';l-a۬Z%G|','BĂE0ktYuCxG)m','',0,'?'),('s\"豔k,','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessBuilderTest.php',0,'Yӛo7xl9','Yӛo7xl9','I߼B![):R+*:*','',0,'?'),('s(#</4\0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php',0,',(^N4',',(^N4','ܤR#liici:3QG&h_Ƨ','',0,'?'),('s,||P3^','wp-content/plugins/loco-translate/src/Locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cY)#,օL','%3X^{= r#(;h)W^ͰfMs','',0,'?'),('s12R o','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php',0,'w:gGAyt','w:gGAyt','ߕX H|#72','',0,'?'),('s9g#^a[;','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg',0,'dblj*s','dblj*s','ww X\0O@Hd2[{sNi','',0,'?'),('s@C4 	9','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php',0,'+jY\Zr|x','+jY\Zr|x','UBFˀX/px^C8','',0,'?'),('sc`®}@','wp-content/updraft/themes-old/twentysixteen/searchform.php',0,'ۏԛhu%>\0#^','ۏԛhu%>\0#^','zVr;l?q#RS6OA','',0,'?'),('sm~v2<ݺ4mk','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/custom-styles/custom-styles.php',0,'NdD	','NdD	','#xIЮrl{ w(','',0,'?'),('s[VGJ#7)','wp-content/updraft/plugins-old/updraftplus/includes/onedrive/folder.php',0,'\0\n%K,ɖ^w','\0\n%K,ɖ^w','nMygbϚ:1dwA(z Т\\wX','',0,'?'),('s2\0e)܋','wp-content/plugins/updraftplus/methods/dropbox.php',0,'tE!2(Xѐ','tE!2(Xѐ','DF+*\r9sq','',0,'?'),('s2K\nlFu/G','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʔ?2KI','V1\Z\ncke!d','',0,'?'),('sӣJ~k','wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AFh`','?O>uz/Aǚ	n5E-IGUh߳','',0,'?'),('sEΞqpB','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b!uxϩ.r,','Z4}Eۃ{F5lk~ظ','',0,'?'),('s(:ӣ$\r','wp-content/themes/twentynineteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sի)j','&:̰<x$p&xC*:','',0,'?'),('s]Pf\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':+<>3K','w0̃|^;YmnLi24','',0,'?'),('s\ZKcX顷R!','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report-plain.php',0,'i5\\|','i5\\|','aFzoT*g󩿞 Ĭ֐5a','',0,'?'),('sât]sa_<H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg',0,'nr','nr','{\0(n&9ׁ;K6f3','',0,'?'),('s,9\Z2rs','wp-content/themes/bridge/full_width.php',0,'+IaK^Q9','+IaK^Q9','	?L8kNQnM\\-E=Euȕ`p','',0,'?'),('sז:hS','wp-content/plugins/contact-form-7/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#]2(24P׊+DP','9k\'\Z)\"?[*F̑jx','',0,'?'),('š_1]99)}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php',0,'a^q-5EZCRA','a^q-5EZCRA','=s-oS@TA_ʏe<E{B\n','',0,'?'),('s޼[\Zlj','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/templates/interest-rate-calculator-template.php',0,'+|A&Ɍ{\"','+|A&Ɍ{\"','R2V9&(C=SlLY a\\','',0,'?'),('sŏU\'e@d','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ғ:K[Iw\\g','`e	nOJM%NhA{ghf','',0,'?'),('s4RX>O','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h^n=(&݂N&','SDIBz_-?(YpEyƹA','',0,'?'),('s<B){KgO','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php',0,'g;5JDc','g;5JDc','<\"R{1}6y6o','',0,'?'),('s˱Y*uO','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qBItӟA<\"','6qQ`d!cf.Bxq','',0,'?'),('s`ih\\(Ä1','wp-content/plugins/loco-translate/src/ajax/DownloadController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V61GHK8',',{bbE\Zӧ{!R7#g/{He','',0,'?'),('s*v`c','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php',0,'ҥtpR0','ҥtpR0','?(g?S7=B_QRām3','',0,'?'),('sx;i4F\04','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/latest-posts.php',0,'tmw$S\'GQ','tmw$S\'GQ','b%+>w9\nOlğ\0	z','',0,'?'),('sC4M**B)','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P9!;^<*/','^IT\\sGHd_|\0Xa','',0,'?'),('t\'epU=Y;','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg',0,'%hӐ׿r4','%hӐ׿r4','w8QOڂ]:KBHJs','',0,'?'),('t]n\r5^˺','wp-content/plugins/updraftplus/includes/Google/Service/Admin.php',0,'vYWCpX_E','vYWCpX_E','9hdI7ɰ\"w#	n\'nTY','',0,'?'),('t\r)g_k,','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg',0,'l!qM+x k-','l!qM+x k-','\0ꧤ^vޕO͍rr0#t','',0,'?'),('t\r[Ձ9*5Wb','wp-includes/block-patterns/text-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z%{װ1','w Q~uQ41\nx:','',0,'?'),('tN0k%^G','wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php',0,'X#\n(pX','X#\n(pX','f6lK,&d<t4Ja','',0,'?'),('t/Ji6WX','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|p-No!H{',';竿SgmX\"AM5U<Fbse*','',0,'?'),('t6O\raȆf','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']4ߪu,+:^:;','xS4eb,S,8?-\"Qn','',0,'?'),('t8p̋z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$CYBTf','̻d8\Zn4 8>)3ښ','',0,'?'),('t;p%H.qU~m#c','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php',0,'BS2Lo','BS2Lo','-:./7d8g`+Pzh\0','',0,'?'),('t?_|i3w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg',0,'F`ñ@(','F`ñ@(','\n=HX>擁e-khk	3','',0,'?'),('t?=;qmՕŻ]o','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php',0,'?ԛZ;PM','?ԛZ;PM','jQHdٛ*ì|͐\'#','',0,'?'),('tEGg:Z/.j','wp-content/updraft/plugins-old/updraftplus/methods/azure.php',0,'k92hnIV','k92hnIV','\n`v(?UJ=5uI]','',0,'?'),('tN%uva>\n','wp-content/themes/bridge/templates/blog-parts/blog-share-like-post-info.php',0,'t@Rsf#','t@Rsf#','D;*`7>h&4\0ZԜVafm^','',0,'?'),('tU/DsIڤst','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\\%tԟ','1afL,_Hr^luc','',0,'?'),('tWϾL4]T\'C','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg',0,'P̚]|SN','P̚]|SN','0{K^BF!mDq<	B','',0,'?'),('tZ@WյE~','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php',0,'.dY)L','.dY)L','sh7tJE_\"0\Z','',0,'?'),('tZf	OylZR','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg',0,'U:JVh','U:JVh','R>S@>DeTC `OGyW{','',0,'?'),('t[[=6u7;YT','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[lAc4f','ƺ>y.~yK^)*f6F','',0,'?'),('t]?S>W#R,\'','wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-none.php',0,'\\;a	yA&','\\;a	yA&','XU\"*JU=?InpWi-7o	gw','',0,'?'),('te4Id\\1O','wp-content/plugins/popups/languages/popups.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{}̛4LXnqG',']Kc+쮛ðIMvE','',0,'?'),('tkom<wU+','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg',0,'?%\0&ǪFs ','?%\0&ǪFs ','rJe/d;.Z8.̈1*LB','',0,'?'),('tm6ۗq.=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5x\"p=V','9ϴ1*\nfB^\"5e&K@eBu!9','',0,'?'),('tw=̟\'3_^_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg',0,'|pX$Ȭo(N','|pX$Ȭo(N','C~_=<+y_P+Ma3O]i','',0,'?'),('txCpkt\"ޟ6w','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Reference.php',0,'8d^ҘK','8d^ҘK','f%`vR%!\0c6$N\"}By','',0,'?'),('t{Z0z,bm','wp-content/plugins/loco-translate/src/ajax/SyncController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Z\nЅ','fKi91nfD%əJ','',0,'?'),('t.Õ81','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<A6@!Y','.#$.N.\\\"Cuj%HEJֈ^a','',0,'?'),('tZ\0}a!\"K','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/templates/image-with-icon-and-text-template.php',0,'kP\rB@2Ɠ؄','kP\rB@2Ɠ؄','\nGWhkX\rt,I\') TV^6','',0,'?'),('t$0	,]b&','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php',0,'JyPJ','JyPJ','Q1vVx`љ\r]=\r','',0,'?'),('t*ƨ<[','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php',0,'_nv1','_nv1','sC|3\\+^pܝ Na','',0,'?'),('ti/Y$Ņβ','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js',0,'gdNzGI;b2','gdNzGI;b2','x[`pǾgO>_b^jFtt','',0,'?'),('tOwHI*','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-carousel/testimonials-carousel.php',0,'0\'s}$','0\'s}$','hϤ\'O_Nh\\0oSqkW+(]','',0,'?'),('tƇwWLD','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php',0,'~&{Q','~&{Q','/x%Rl:H4%','',0,'?'),('tg׽`޳;])','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg',0,']mֳw(M\rEQ05',']mֳw(M\rEQ05','dȟ[2o6t1,i`4RR5','',0,'?'),('tfQ/KP','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php',0,'s8~`xST3','s8~`xST3','9sov\no5_iX_@','',0,'?'),('t}B6O[݄3)%','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php',0,'&u\ruX]Ǣ','&u\ruX]Ǣ','4ڼIrށye^NմD','',0,'?'),('t^>9},/','wp-content/plugins/loco-translate/src/api/Providers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J1żPX	Hp','H/\'8o7&\'[@V','',0,'?'),('tNZ3Ҿ°','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php',0,'M8\\3<nBeo','M8\\3<nBeo','zHQ v:LY+6k1','',0,'?'),('tل\ZqC~','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php',0,'x_\\|\\N','x_\\|\\N','|ӯ\\J܎(MUL\0','',0,'?'),('tF.qD8\"!','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg',0,'\0e{V^','\0e{V^','Kzgo\\#Y6egINا','',0,'?'),('u64E~:','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VF{N	\'G','fXRZ|:Ob=f[y5 ~	','',0,'?'),('u30Bi>#zCeEz','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg',0,'\rM\n','\rM\n','gi{GB29I嬩ul!','',0,'?'),('uby3%up_','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php',0,'zBؾj','zBؾj','=Q0UDm$v0-<|V,Q','',0,'?'),('u!+\Z','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*h`|,{mg','YjqOL1v|b}|U','',0,'?'),('u!,Mw1Yե','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php',0,'NjOf=$=&ƚ','NjOf=$=&ƚ','HATԢO\0^<C brQu+','',0,'?'),('u,=Jo	>','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/load.php',0,' hU*7	̣',' hU*7	̣','kI*CQ\"%*uQށ~\0QGZ','',0,'?'),('u1>Jel6','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php',0,'pm/d^\rJNo','pm/d^\rJNo',']jqn;oz\r	O(H0ࣉ','',0,'?'),('u9:Kl*sJ\nt[','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/modal/pie_chart_with_icon.php',0,'GQ4(\\H5','GQ4(\\H5','˿J-&Dd&:`n͚g','',0,'?'),('u<@G#\rD','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php',0,'+miB8','+miB8','C̾9\\ew \ZQ:uW3D\0#H/','',0,'?'),('u>XSXћ,!`','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Update.php',0,'3ou]k','3ou]k','(|l4Mȶ7h&_m<v','',0,'?'),('uB a}','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php',0,'!ą,\\kTw','!ą,\\kTw','\0罼%|_[xVh-','',0,'?'),('uE<#RJ\\M25','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg',0,'V(`peV','V(`peV','gSUn}rIS޷O9-f','',0,'?'),('uFA\'Dd','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php',0,'֫:[m?!P?p','֫:[m?!P?p','\n#`bn	H=,k䩱K','',0,'?'),('uFV\'j~H','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg',0,'Ҙv(`\n9 -$fy','Ҙv(`\n9 -$fy','[pyד8gɑ9̤QqufG','',0,'?'),('uVA&WysOX','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg',0,'ͷEɻJE7','ͷEɻJE7','@_\'h%BüO?B\'','',0,'?'),('u\\itz+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php',0,'U ,26LM','U ,26LM','\Z\0KTa\r`y*{','',0,'?'),('ue,\"\n	hg.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`oi`HxC','dpe܊&΁s-','',0,'?'),('urs]g:','wp-content/updraft/plugins-old/wordpress-importer/parsers.php',0,'$31f;ϑB*S','$31f;ϑB*S','xI/4Wi|\"3Mh\'v\n','',0,'?'),('uxw?5\"Y@','wp-content/themes/bridge/framework/admin/assets/js/select2.min.js',0,'We`C~Z','We`C~Z','إI%40ur=TOTE\0/p\'','',0,'?'),('u[D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nγUǩ7PF','f4֒p.Օ*^Nl8A','',0,'?'),('u×zb/','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php',0,'Kȅ{G߭','Kȅ{G߭','q.9ꃊ)QK!Wtt[\ne','',0,'?'),('u;J-#b=','wp-content/plugins/loco-translate/src/fs/LocaleFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1%fҲg','u5C|\0HѦrRT[傜>','',0,'?'),('uT|<	W','wp-content/themes/bridge/archive.php',0,'2m&hrvZ','2m&hrvZ',']\0o04|\"ṙ/G$iX1p`','',0,'?'),('u`)\\\"my','wp-content/plugins/popups/languages/popups-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j:Rnb\"','kKDBjN4jP{t V$g','',0,'?'),('uҏKL','wp-content/themes/bridge/footer.php',0,'N6Wνb.T5r','N6Wνb.T5r','wYJbZ\'z!b׺<Ksݹ','',0,'?'),('upp@Kq(o۔:','wp-content/plugins/revslider/includes/framework/base-front.class.php',0,'*tn8ާH	,','*tn8ާH	,','OޘleYS5R=T߂m)Vc','',0,'?'),('u3!pAf)RM','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_vQ8_$?','<A06kJX\nvA/%O-v_\'pA@ئ','',0,'?'),('um-O\'ߝ]#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HDfaezR','㶜\\L>LN-@G\'tmGikR߮g\0','',0,'?'),('u3 ˠ','wp-content/plugins/revslider/includes/framework/newsletter.class.php',0,'uZĈomBk*aX','uZĈomBk*aX','ŦӢm!?$%fU[.','',0,'?'),('uqg\Z\08hԭ\0','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y&','Θ4Cw@XdoN=w<~o','',0,'?'),('u6_(]v҅l','wp-content/plugins/js_composer/include/autoload/post-type-default-template.php',0,'=2.C!l$]c','=2.C!l$]c','g:d6\"{.O\"n','',0,'?'),('u:z2DQ4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K[F T','}]Bq<qjQKJΔXIM=%gޕWP6\"','',0,'?'),('udoOr>;sY','wp-content/plugins/loco-translate/tpl/admin/file/msgcat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']࿼/J\Zu^8','g	]\\z>LwPR#$եv2r#\0','',0,'?'),('u/LGqZG^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg',0,';5DT%Ⱥd.',';5DT%Ⱥd.','%nG&AxXSKz	*M2j[-M|절','',0,'?'),('ue~E2үZXS','wp-content/plugins/cookie-law-info/images/td_back.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q6\r]@fp7N5M','兩F[ߵK)qmE?y~NE\0','',0,'?'),('v	aH\"_iEp','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/excerpt.php',0,'KFd\\~J0+}','KFd\\~J0+}','5rV^aI-͊AI?-','',0,'?'),('vڴVKP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PNڡ\'f','\r]~[_˳PBTA`*,O','',0,'?'),('v(>1{L6','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php',0,'&\0t\0Cng','&\0t\0Cng','z/΅H:`R=iXWz2&','',0,'?'),('v)F~q?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','󐍅̖jpNn','fRʯq0{uZ>^dRm~=I','',0,'?'),('v+Qo\rg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg',0,'TtJU~#V[6','TtJU~#V[6','C\\\0\"˟	0\'+F~b`C@fk1','',0,'?'),('vfNxZk̊F','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg',0,'W1갑UsS','W1갑UsS','nڛQ\"`TJ4/ZXP.','',0,'?'),('v8M3r7X\\)','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_section.php',0,'ܤ5 -h6q^;','ܤ5 -h6q^;','\'M;YyZw[}#','',0,'?'),('v:%ZOb','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js',0,';rkwb(\rQ',';rkwb(\rQ','zնdBBE~\r	2','',0,'?'),('v>.Io','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg',0,'V=Bj2gUA','V=Bj2gUA','!7v4V>A[dT36|\r\0','',0,'?'),('vGo&\'\'3N?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg',0,'ٯϐmdHP','ٯϐmdHP',';k}߫\\vltWFCODsy','',0,'?'),('vK;@saU1;	^','wp-config.php',0,'gTS@','gTS@','F?K(؂y(^,','',0,'?'),('vLM.f%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4V+=?k\r','_x:nOsO:d\'\0N=k','',0,'?'),('vN0!SjT','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg',0,'5Ti3Ü','5Ti3Ü','{8x\Z\Zڛ<YvH\nZ0pW','',0,'?'),('vP6)U3ah','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php',0,'Pxe%Ȁ8','Pxe%Ȁ8','Xfρ}46NcKKQG\Z','',0,'?'),('vTI3N\'~a0e','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg',0,'O@nA^O','O@nA^O','|/cҋ#XqR.tĘx=4','',0,'?'),('v`;>՟Μn\rLA','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-slider-no-space/image-slider-no-space.php',0,'e1FTˀ(','e1FTˀ(',')7I?r^b>oCz&','',0,'?'),('ve׶\\l.х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','883x\r','Xrq-N)nhlL$','',0,'?'),('vifuP0^>d','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SG˺F','[(R$2otb','',0,'?'),('vq5B@Pf]6Hha','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php',0,'1ͩ#3','1ͩ#3','ֽ=lB壥\0O<d\n','',0,'?'),('vw@HzF','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UjAڦYqu	','\"G\nڔMhQ2l\'ܵ','',0,'?'),('v]z3tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d61[20','PW>fYN`G@ݒe}\n[%A','',0,'?'),('vD\0D☇lU','wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js',0,'%3wN1DM','%3wN1DM','bѯAN{-!R{_o@l','',0,'?'),('vGQ6T\n','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg',0,'Y-Ah3\r','Y-Ah3\r','וa]֮<\0>?~_L','',0,'?'),('v== &d','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Ui.php',0,'X0%QmފV','X0%QmފV','#/^\ZW:3\\ykdj>','',0,'?'),('vIK]YLe','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg',0,'`OeM.z1b;','`OeM.z1b;','zlwIbDi9/Gke!Y2\\','',0,'?'),('v~rI:簀}K','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg',0,' LTaOGQ',' LTaOGQ','Zze;Wci\\Q*N~i','',0,'?'),('vޣR','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5	\"\02','Oͭz%(s!?,e\n\'\Zɀ+','',0,'?'),('v\0ϨUMe','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg',0,',|,Z',',|,Z','/\nTj)&ZBQ$@wn}&sH\r','',0,'?'),('v\" \r\"','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg',0,'_My9TKVq(','_My9TKVq(','ojLV)fXhcbyQ','',0,'?'),('vǷnuFU','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php',0,'f6\'Z mˡI','f6\'Z mˡI','hh&9EyG;\n#O(~','',0,'?'),('v;Ryc>)\ZY','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg',0,'wɺOn','wɺOn','6V0V	\"\'?7X6','',0,'?'),('v_I7:W$ֈޅ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php',0,'P5+0$!|','P5+0$!|','{=<\n,/7(et>礶eK s','',0,'?'),('vCSlN^a','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php',0,'oX>>LZ4\\','oX>>LZ4\\','DkF\" 2h|Tie$~*>TZ','',0,'?'),('vbսfp=2QU','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php',0,'^|tdnTl<Oy','^|tdnTl<Oy','J)vO?DMC@qynxq','',0,'?'),('vâ,\\+Q֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OSGfK罚8]','dxk3rްVNĪet-','',0,'?'),('vΙlH$1<','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php',0,'Zz\Zp^\"8>','Zz\Zp^\"8>','=_qp-N_0\"ʥ%','',0,'?'),('v֎\'NqFDƮ:','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php',0,'\nAjJm8W^IM','\nAjJm8W^IM','E|6EJ5XK}\"F>3<f','',0,'?'),('vzZqr\\@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php',0,'n,(O','n,(O','%͊:SRuI\0G\r,h:[','',0,'?'),('vG.gA#r','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hl>r]lWx','V:h#ȆBT5i\0?cBc','',0,'?'),('v4|><','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)','v*K:	RzokM</k+','',0,'?'),('v*g1,y','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg',0,'vːͦF18?','vːͦF18?','ɧbN=,g8r	(MXjOA`s','',0,'?'),('v{#lb\0}B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v&\ZI(','҇룧asos;Q\"ⴻˎC8','',0,'?'),('v¢CnY\Z4','wp-content/plugins/loco-translate/src/ajax/common/BundleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=?WQ:H Z','*@(=c-PcXh )|w嗝߀v','',0,'?'),('vҸ);D~J\"q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Њn=if5]','5\\\'=\'*m%,kC!<2m=','',0,'?'),('w\nvv9hv[x1','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php',0,'kt','kt','TMFjE S(S','',0,'?'),('w6dºbLO','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php',0,'Tx;rDi','Tx;rDi','ܒR܈1x[^ES`L-9ɐ ','',0,'?'),('wul|pQ','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^$@)u|\Z','+z,9}0If@[|v','',0,'?'),('w:Z&?\Z6v','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg',0,'k]gGHv+','k]gGHv+','5TLykzLc6	!Nެ\",Ӹ','',0,'?'),('wUjĦMec','wp-content/updraft/themes-old/twentynineteen/inc/back-compat.php',0,'c;rR Wٴ','c;rR Wٴ','Eb]qul#Qj,RN0Q(','',0,'?'),('w#6<tO:}c','wp-content/plugins/loco-translate/pub/css/skins/light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ijp`','}K\'BD}jζ \Z-ky́\nǌ','',0,'?'),('w\'ϔSTt&2','wp-content/themes/bridge/css/custom-styles/general-custom-styles.php',0,'.~	R\Z5܌\n','.~	R\Z5܌\n','\r-jijl FzƵ&>Z','',0,'?'),('w*j%(','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg',0,'<M7Ty~OJio','<M7Ty~OJio','ͨigΐgOx8lĵ','',0,'?'),('w.YsT]6]]r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php',0,'9%	(²','9%	(²','>jKfg]/fMU','',0,'?'),('w<0˽R ','wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js',0,'%\03u7,','%\03u7,','e\0FofgLD\'tJ','',0,'?'),('wDI-EIl','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T%a;B3>|CX','B;,y_:$E5B0\0','',0,'?'),('wOuD}/n','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg',0,'W rrc','W rrc','\r^~-BBwMG\"t&X','',0,'?'),('wejZqI','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(,Eڎ;','5+SsY>%r975[I=`<2M','',0,'?'),('wjլ-_ю}','wp-content/plugins/loco-translate/src/compat/Failure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fy<̽\\ba','{FAG1ͧQ\\ {l$&','',0,'?'),('wl(5OC;u','wp-content/themes/bridge/framework/modules/header/templates/vertical-header.php',0,',&S\0;y',',&S\0;y','X˃=BYm','',0,'?'),('wwelmd','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg',0,'K{Wǒܟk','K{Wǒܟk','Av\\GU#tB _t7HS,g','',0,'?'),('w1B{\n-DI?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg',0,'~A\' ','~A\' ','Ujs1\n=,jh[#yB','',0,'?'),('w08GXv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg',0,'7َ2iN} ','7َ2iN} ','\"*!ϙ*ErM[9f.*݃8B','',0,'?'),('w[/.Rkӎ','wp-content/updraft/plugins-old/updraftplus/js/tour.min.js',0,'6FC#Q','6FC#Q','Jerj\ny|835U','',0,'?'),('w=>zϗS6','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php',0,'t>XQ!V','t>XQ!V','sX_լ(c\0BӄOOU`R','',0,'?'),('wL0]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`119',';67\r!x\Z_@H&C-','',0,'?'),('w@IeRf7','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hR','=mH/\neC3u58','',0,'?'),('wz.@Izv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg',0,'^q~R{ 2Wu','^q~R{ 2Wu','ĩzʍ	k\Zyc\ZJ	{ 6Z ','',0,'?'),('wcU(6(GS=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg',0,'@`W1x;Ùxs','@`W1x;Ùxs','_[f|>m>S\n\0JЍ','',0,'?'),('w#gJQS','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php',0,'\\Z!\nX9%','\\Z!\nX9%','@%Y@Ga觸SPп҂u','',0,'?'),('w`M>{','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xqj\Z!\r:','dˎJP[\n=QcP','',0,'?'),('wDs.}P4H','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php',0,',iS\'d',',iS\'d','VKw0n~1[Z]\00Ot','',0,'?'),('wI?O5','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js',0,'u=.Giz2&%','u=.Giz2&%','҂ċT,p2\nK2I\\','',0,'?'),('wRҾz\'*m3@d','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg',0,'d@ő\nb2','d@ő\nb2','y	e	Mti[xS.$.3\'pF','',0,'?'),('wË9/,+1','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g۰/*C,k#','avxu흶j=ISD{!','',0,'?'),('wíM}[p1BR','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php',0,'<8l%W9O','<8l%W9O','Ro:mQ:PS6лwy[','',0,'?'),('wט\"˧e8S&Tm','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg',0,'G5.nO\ZbNuF','G5.nO\ZbNuF','|\Z(CvknWWU.C[o`!','',0,'?'),('wz@7XHq-','wp-content/plugins/loco-translate/src/gettext/WordCount.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','얎n~co1','!Y-AS\"ىVJu','',0,'?'),('wRjf`Z{','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php',0,'>{O<܅b1','>{O<܅b1','o8%d=D-ojSYJK$7','',0,'?'),('w:}VP','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/T̩ &a(r','>&>®S[wb֥֝9CRQ','',0,'?'),('x>E\\Q;\\','wp-content/plugins/contact-form-7/modules/flamingo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Z#@p','BX}?OvH^e<( 5jM\Zkc/V\n','',0,'?'),('x	G!N$.dTb','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rwI@',';hgD)\r:ne8c\".','',0,'?'),('xWOÑum~','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg',0,';1ޓ)y3Lɰ|n',';1ޓ)y3Lɰ|n','A	!ޮy8tXw7?/`a/<sB5','',0,'?'),('x(-MmWL2','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php',0,'FQ:X','FQ:X','\'qܺY~8~}	2:&Mn','',0,'?'),('x0%f7nzH)','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php',0,'F޻C<ۙSٶ','F޻C<ۙSٶ','<>l}}hQIc/z[P6i','',0,'?'),('x9@^6ߑo','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[NW_pw0','ޣ^Qt3HunU❻~\'T2','',0,'?'),('xIH.9YBO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QDh4','OeVT`N6bqIO7M\n^8','',0,'?'),('xLKx 2Is!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rUCB\"',')M쩂tUδԪF.','',0,'?'),('xS&}g&c5','wp-content/plugins/loco-translate/src/error/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƴ\n[','3ZǗI#žd,2~','',0,'?'),('xVM>n{Oǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','96N\Z!JYU',',yS1̥;x5GiO9','',0,'?'),('xsgrS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php',0,'CVsybo3`>j#','CVsybo3`>j#','wA/e{zwW&	1ogR]D','',0,'?'),('xx (VV','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg',0,'95T$A/','95T$A/','XAjqr&x`@ųvcLk5','',0,'?'),('xy!q).ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m͟r 9',';	_Yt7KsmC\ro','',0,'?'),('x8ʉx 6-K','wp-content/updraft/themes-old/twentyseventeen/search.php',0,'V^T<','V^T<','\0[fquR;G9elWQm<X','',0,'?'),('x^m]̲/L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ce3	̮','^\n}XD,UIfkk','',0,'?'),('xQG9nJ|','wp-content/plugins/updraftplus/vendor/composer/autoload_static.php',0,'f7vD>0LyӇ','f7vD>0LyӇ','PmJ\nP:THmG)D򁫗K','',0,'?'),('xn8IY1','wp-content/themes/twentynineteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<@(a0A','dunZ)zOOzn*59ǓO6K','',0,'?'),('x)=Dum','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js',0,'pb:S*\\/','pb:S*\\/','B#/9&6^:CKuw3I\ZQ','',0,'?'),('xB|þ\r.[;q','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php',0,'\"20WRZ','\"20WRZ','\\؟ZcEfb5.XqNt','',0,'?'),('x{tuႊ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/custom-styles/custom-styles.php',0,'cio	\nS6Z','cio	\nS6Z','gM$bmJ3´ԬY1W','',0,'?'),('xt{ܨ>	J','wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php',0,'C/brA','C/brA','f	.Z%Q-0zւc','',0,'?'),('xg[vF~7\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg',0,'/Lt;!kҾ','/Lt;!kҾ','FLEQF3ba\rJ$ƏL/Ϩ<2','',0,'?'),('xČ\"`c2꽕','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AMA@|','u\ZӚ1!b \"0SBȓ>rEk','',0,'?'),('xIK\rT{','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php',0,'㘲\r3a&G[','㘲\r3a&G[','=>/_cjk;	sgMwBPƦNaπ ','',0,'?'),('x2|b~9p?','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/testimonial-carousel/options-map/map.php',0,'eG\"yjQrY','eG\"yjQrY','p9CQ8<ricː_','',0,'?'),('xkM^O','wp-content/themes/twentysixteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)KR:','/[\nM颔\"$>X	\nb.-z','',0,'?'),('x-nu@@GJkB','wp-content/themes/bridge/css/style_dynamic.php',0,'9\Z<I','9\Z<I','Z}w]1vlΓ׃BgF. ','',0,'?'),('x&K+>\"','wp-content/plugins/cookie-law-info/languages/cookie-law-info-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hLxJ\nG|','|RǫM&k%!풁yQ_)kR7둹us','',0,'?'),('x\'2o%g','wp-content/themes/bridge/woocommerce/single-product/sale-flash.php',0,'xiмo','xiмo','Jl?ds8ɀqHn\'pΦ9[kA','',0,'?'),('x덂@}Yi+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ώ@/@MmN','xM\'Ȥ=ڷ?$S,Fy֥','',0,'?'),('xz#]ru?0O','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hg`ɸ:ڕ^','F/QH\0^l 0BΓի6S@Ph','',0,'?'),('xmf>>%\n','wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/UnixPipes.php',0,'a*Z;٧,H;','a*Z;٧,H;','0/rD$͆i8B','',0,'?'),('x mCFuCl&w','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg',0,'lx1%f','lx1%f','Ha\'2 \\RF\rݴ2-','',0,'?'),('x0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/functions.php',0,'t m<M[}A\r','t m<M[}A\r','[TsZtH3[c_eRMGԙ','',0,'?'),('y1-/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','09\rɘadP','F*OОq^lgz,I?bR]KֳE','',0,'?'),('y^b\ZTkՑQ','wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php',0,'ND1','ND1','˲H_/R{\\~ъ9E|','',0,'?'),('y&EzݜZy׺ڲ','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Al%<C','{Tg}E^[Fe.','',0,'?'),('y\'L.eHƪ<v','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg',0,'{uWwܘXN','{uWwܘXN','B+wOR.אZ;w:|','',0,'?'),('y)wQ!\03`M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php',0,'bB!~-Ȇ٭','bB!~-Ȇ٭','>TkH~;oELwpJ\Z','',0,'?'),('y-?bN _','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg',0,'ut Of[-','ut Of[-','ÊK4c#2?|VR\nO->ע{','',0,'?'),('y3GC5֩&','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/load.php',0,'pa+#','pa+#','dYpCO.nD;4қ6f:q','',0,'?'),('y52m\0l\"e','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1D|@kF','d\Zӓ#g޽_l{G(Ox','',0,'?'),('yA0Xz(\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^5(>v','%t!nqR)Ɯ\01^T́a*','',0,'?'),('yA?ZfMeK]e4','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php',0,'l|1aSÉ8','l|1aSÉ8','bO=J3EƂs~}e2`kG@','',0,'?'),('yCa:s]OO,','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg',0,'G\'(TF\"O','G\'(TF\"O','\'DU+ҥYB8\'','',0,'?'),('yO\0yjeB\nVp','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eƀkvk\r','iiLMP4ިO_!iN	','',0,'?'),('y`Ɣ\"Fo','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg',0,'T7_tn3,g','T7_tn3,g','7dd=jpha\\(/ήۢ','',0,'?'),('yac\"\")\ng','wp-content/themes/bridge/vc_templates/qode_horizontal_marquee.php',0,'ܳyŗ(&','ܳyŗ(&','Q%7P;bͦA*Cě','',0,'?'),('yq&PJb,#{','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php',0,'2]z`ϵE,','2]z`ϵE,','S\\מAbу,A1P9 ڇCiX.','',0,'?'),('yxGqrgqnb','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php',0,'oqwPSK','oqwPSK','}^Ϥ\Z9Z*T]l(Mә','',0,'?'),('y\n,\nC|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\'?mu','Ր\\#BB,OSNiLk2g','',0,'?'),('yvfsYb','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php',0,'<^Pj%^6{','<^Pj%^6{','-f]wUoTe({?ǀ','',0,'?'),('y(VF','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php',0,'ji\Zm LZ	D','ji\Zm LZ	D','2lX\'LKs5w<+vN1bDqG`','',0,'?'),('y-V','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php',0,'&!K<UZʛ','&!K<UZʛ','H?ٗKHwJ5>шa&y>','',0,'?'),('y2!v','wp-content/plugins/bridge-core/modules/widgets/load.php',0,'?^.Xz0','?^.Xz0','Y%l(9ȱ:̸srz#','',0,'?'),('yK:x}0JFm','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php',0,'oQr	O؂}F','oQr	O؂}F','ͮ`)fGd=d >{UЋ6vz','',0,'?'),('yEa:[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1n}%3t','B-[i<6JZu*3QqxL\0','',0,'?'),('yWÌhmo9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php',0,'~VI\":m','~VI\":m',' 2茚_$ܣg\'w\rsYUn','',0,'?'),('ypnVJm\n®P','wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php',0,'q-<q','q-<q','a `Չ~N)JYxԡ','',0,'?'),('y57!g 	','wp-content/themes/twentynineteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(9[n>7l','I?#T90fPPi׈','',0,'?'),('y&@7o[','wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.min.js',0,'&Kr`ꌑ#','&Kr`ꌑ#','Ұxt;4&6D\"T','',0,'?'),('yǬ}*K*','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php',0,'q)ҮJ4','q)ҮJ4',']&55Q5([#Já.\Z','',0,'?'),('y^eI88HP','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg',0,'K-k˞<\0','K-k˞<\0','}\0w/TAxz+~LYo.Zy','',0,'?'),('y	*:WJy\"','wp-content/themes/bridge/framework/modules/visual-composer/visual-composer-config.php',0,'vw\rgCV1s','vw\rgCV1s','3oGcw(%瘁n@','',0,'?'),('y]|Q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php',0,' Mߌu.<',' Mߌu.<','ݴ߂0b}?\n SHBuL	\"','',0,'?'),('yG\\`MR','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F8T+zu\"u\0','2uG\0\'!.9','',0,'?'),('y{fPG͕','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php',0,'IV{B.','IV{B.','\0k\'n㭓[|@Q','',0,'?'),('ys2lq!','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg',0,'[3t_E0[]','[3t_E0[]','EOp@KMX,0&(b\rA/','',0,'?'),('zɐ@//@','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IN~dFe','lBoS)ޥ9o!ǻm#$','',0,'?'),('z1oɼ@Ʌa','wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php',0,'məMęσ-3%','məMęσ-3%','?WcL`DᒫMG,WNV2JAZe\'','',0,'?'),('z-\0M<᎖O\"yZ','wp-content/plugins/loco-translate/src/admin/init/InitPoController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"0P&\'2L(O','rF%o\Z橴\\M<BS','',0,'?'),('z.[D8R','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fykT+<՟','$D;;0F~pGғFˁ','',0,'?'),('z:2mMvKۙu','wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php',0,'É va]}X','É va]}X','sҦc2Y,#e oӺrfŁ','',0,'?'),('z;j2WD6[V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3mi䙶&','U?6RA鲣R)bn8','',0,'?'),('z=vU*ݜ_<5D','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php',0,'_mAB\rM%FQ','_mAB\rM%FQ','z!.>1YHhd@\Z','',0,'?'),('z?4Jr.','wp-content/plugins/loco-translate/tpl/admin/help/tab-support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	6u=3y','EO)~SB3vꀦCW 뷲~','',0,'?'),('zC98#~Ӣ','wp-content/plugins/loco-translate/tpl/admin/file/delete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d,ITk;{ށ','|?@o ,X\nXF8\\','',0,'?'),('zVIJK-Nd]\"N','wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.min.js',0,'ɐH^.{C/U','ɐH^.{C/U','Vxi\0wwiaL Hk/','',0,'?'),('zZc\'кISc','wp-content/themes/bridge/includes/qode-blog-helper-functions.php',0,' N2áz`',' N2áz`','*nHi\'c-m(ZBz','',0,'?'),('zgrTNOc,m','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php',0,'#re0','#re0','+0صD`[!<5C{\r`MY','',0,'?'),('zoܲ~b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\r4X.','lvl	](W7+0-','',0,'?'),('zxb\\A(Uk:f','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg',0,'.!tTe,P','.!tTe,P','疁t0(%DE','',0,'?'),('z||74{:E','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php',0,'`~t\rK@v','`~t\rK@v','<v;=diuL>qu\\\r+\Z','',0,'?'),('z}snzzu','wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php',0,'߶TZ,pj{','߶TZ,pj{','J-F i%,5tzno~','',0,'?'),('z[R5v3x','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php',0,'ghGi\0*T\"\n}','ghGi\0*T\"\n}','GBh	䋚czs\Z,','',0,'?'),('zmSA}I)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aik/j\rn3','1\'ջ.O}5Afi~>:}s','',0,'?'),('zհ\0,]	|','wp-content/themes/bridge/includes/qode-plugin-helper-functions.php',0,'X#:P̮ש','X#:P̮ש','8LgT_cǎ\"\\v8k˪','',0,'?'),('z~n(i@','wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php',0,'53Da1!Cpj:2','53Da1!Cpj:2','ΛTJ	:\n,+\n]sbn[u͌C','',0,'?'),('zFGUk&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php',0,'~\rUFb{iI˦','~\rUFb{iI˦','gr&[m\nxHsx\')9ʻ\"A|','',0,'?'),('zԤХE\'64','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php',0,'ibZKhdL\\','ibZKhdL\\','$CĄ05H~1;p1%Zd>toá','',0,'?'),('z5*\ZADZCkj','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uO{:qcV\'',' atvdQ0(IjƖO$e(*','',0,'?'),('zL5	g5Ď','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','trIbw\'-7','uS{<n\r߅+-#;᷃QЮ','',0,'?'),('z8 L{q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ş]]\\P\Z5','\'cPr`;} >X.,THh,}+0','',0,'?'),('zQ<\'U~R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$4vׁ	;af!','QygA&TcjS8\nx.=D','',0,'?'),('zp#>)4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg',0,'2MX,\"J96','2MX,\"J96','\rj7I8fr6R̠;VD\Z1M','',0,'?'),('zJXw{!\rF','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"ґ-щ','.7j3?̶·?2UE.GW','',0,'?'),('z!38T_މ:','wp-content/plugins/updraftplus/includes/Google/Signer/P12.php',0,'TR+6|8','TR+6|8','4]Ⱪ@q?ulEv%jPr','',0,'?'),('zU%&0-_y','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg',0,'QE/XNf','QE/XNf','k\\oXc]?\\ث,c[Xw_7','',0,'?'),('z\n,\0azD','wp-content/plugins/loco-translate/tpl/admin/file/info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lt6h{O2H','nH^mIzB\0vFo˴t','',0,'?'),('z(-jɜrA','wp-content/cache/autoptimize/css/index.html',0,'Kdwp~','Kdwp~','Vx-뤜D@óboEi;|g','',0,'?'),('zmĿ3&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg',0,'^4Ț ','^4Ț ','|: XP\\SqZ=+','',0,'?'),('z-\'9-B_elR','wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php',0,'<jf#-X','<jf#-X','P7aV%~zk1cb','',0,'?'),('zmz**z3','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php',0,'P^oձ,c','P^oձ,c','Y;9M~jGO+|R$}|k','',0,'?'),('z0z_*_&Hbt','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php',0,'b&_5kKm	~','b&_5kKm	~','iU1y\0#FM\\]\Z','',0,'?'),('z$/kU?a','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js',0,'ݷoA*','ݷoA*','UBh`/$}3@H|Jk^aT','',0,'?'),('z3!ec','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg',0,'WXn	dG','WXn	dG','UDŸ}$֖mI3AB\'wHD','',0,'?'),('z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php',0,'}(/D.OUtk(','}(/D.OUtk(','96E >S#0bf3Y','',0,'?'),('z7,D\Z2㭉M','wp-content/themes/twentysixteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tϡv2ڭ(?','>ͩA\r 9I ݴU9D-jy','',0,'?'),('{\nRoR=\'g','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$yN8O9_J',' 8}\Z!\Z$`	L@u/Yj','',0,'?'),('{\nw_\\B\noM7','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/custom-styles/custom-styles.php',0,'ZL?GF','ZL?GF','\'w/PU?\"\Znv5Ro@&h','',0,'?'),('{גuZ[ݽ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg',0,'@.j˝F:mf','@.j˝F:mf','7)\\*\0du.iTb8醼OZ]','',0,'?'),('{N2Qu=	','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}b~@uˏJ','\Zdc\\fu5=qאEcIa','',0,'?'),('{\Z\n՛w\nO\"','wp-content/updraft/themes-old/twentyseventeen/template-parts/header/header-image.php',0,'!u:L1','!u:L1','KtZ.o/ZGpy@1C\";a:','',0,'?'),('{$]Lٌw}','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php',0,'ow&kc','ow&kc','grF\n.oUPdǱdgW','',0,'?'),('{(zM','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php',0,'^ުz)~c','^ުz)~c','^Uw1xNۭE!XNq^d|GJq','',0,'?'),('{)aq,8Nq|nTm','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg',0,'-ި>I^','-ި>I^','atvO	kH','',0,'?'),('{/6*]','wp-content/updraft/plugins-old/updraftplus/central/modules/theme.php',0,']5!hm;\\\Z^E',']5!hm;\\\Z^E','<qc\'0ɢFYLiG,JL','',0,'?'),('{W=Q3f','wp-content/themes/bridge/framework/modules/header/templates/parts/back-to-top.php',0,'i^M>q?h]og{','i^M>q?h]og{','.$2 4?V	V\0n\r<p4','',0,'?'),('{[/ڑ','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϤSZ2=ǌ^','\0Ԋw\Z)6Zp-lP-ND','',0,'?'),('{r8;|*x[<d','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php',0,'#7@>\"B*','#7@>\"B*','[6-S.8:}:ͳ,','',0,'?'),('{tE~PA1','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zbm W*+','Yêh.zjP{>gH-G','',0,'?'),('{y\"ҵݩ{','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j#vhh-','czfu)*V0v,\\;զwn','',0,'?'),('{bh$$]>','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php',0,'9#z#X(','9#z#X(','5E\0mMf_$r3]6#','',0,'?'),('{	iƖd/Z|','wp-content/themes/bridge/framework/modules/page/meta-boxes/map.php',0,'6Vˏ1j','6Vˏ1j','~ٞU]ĉE̡WJ\n?qb;%w3','',0,'?'),('{>ka?Ec','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/blog-carousel-titled.php',0,'gDPMbN\\eG$','gDPMbN\\eG$','$Q;*՝bgqY5z','',0,'?'),('{jɏ|n	^<WH','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gˋEE)Ƀ','G[,-0Q)|SG','',0,'?'),('{)4e4p:fW','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';XzǰwC','ug^+imG\rFxiX','',0,'?'),('{DGc>','wp-content/plugins/loco-translate/src/config/XMLModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=z/O\Zg','f).˘iV~LP{','',0,'?'),('{Nk2x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg',0,'{EMPqr)̼6','{EMPqr)̼6','f?`df6\\t;R`E3d\Zx#','',0,'?'),('{-\'\ZH','wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-deactivator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3A-%^}@-8/','\021׎[$SWx06W','',0,'?'),('{4O;{\'$2dțO','wp-content/themes/twentytwenty/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f8\n{Fo','F?AE.|s`j','',0,'?'),('{˅YY:ڶ{','wp-content/plugins/loco-translate/tpl/admin/list/inc-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_X!F;','C.CH]giyئI)IL`^MW','',0,'?'),('{\\;NF!|','wp-content/updraft/plugins-old/updraftplus/addons/incremental.php',0,'{)-I`r?','{)-I`r?','y}OʨÆ]bę墙iO0','',0,'?'),('{@<Ǚi','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php',0,'VR.r','VR.r',']KU\"4KX^\n.?e@P2e','',0,'?'),('{=yڧ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/templates/crossfade-images-template.php',0,'߮]6R','߮]6R','*{:YJ//.NTJ/\r','',0,'?'),('{y\r\rT1\n>','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php',0,'RJ꾽r\0','RJ꾽r\0','7WIEܖ:a,GB.E\Zh8F%l','',0,'?'),('{ts=Y','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8+]M','պ(GQ6J1z=\\NIћ','',0,'?'),('{RC\Z.*\"Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1B?Ұ%','/5L:/m[*','',0,'?'),('{{y혰=ѕzN\'','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg',0,'B\\Rto|s])0','B\\Rto|s])0',' 7kuu51\Zy2NƧ','',0,'?'),('{\r-}^','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q','r~Dzoh߱ػ\">E+Ke','',0,'?'),('{?\r\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\2}Gi;O','TN~-@N̞V\\(u$','',0,'?'),('{D4/.]\nN4','wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3BN1=kLʫ','ub7u%}Ka5+','',0,'?'),('{Z> jN?^','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php',0,'+M`c}','+M`c}','c8ῑ{qrXwiJ%·X','',0,'?'),('{X$2^D?m','wp-content/plugins/loco-translate/src/compat/JsonExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8JՊ\"(','uc(@?~PW6ЅDODU','',0,'?'),('{ǵ\0Tbkt?','wp-content/themes/bridge/framework/lib/qode.icons/qode.fontawesome.php',0,'{Z$]Z&᪢','{Z$]Z&᪢','߂ZFumTplWLĪ!4\\e','',0,'?'),('|jx7(Q}0\'','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᅗ\Zɋeѽ','ʻ\Z\"#/[朘PU}VQJ','',0,'?'),('|js','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php',0,'{<B[224;͎=','{<B[224;͎=','brcs\nvU[/84El!֋','',0,'?'),('|F(-}ݧ\"H','wp-content/plugins/updraftplus/methods/s3.php',0,'P4D','P4D','y ; )$ggS01zҼ','',0,'?'),('|ݎTc6,.k','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/load.php',0,'(p\"~%','(p\"~%','$7t3YOowdC{-zsziG','',0,'?'),('|+7>!ܨr?M','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php',0,'}d	','}d	','ۇT&#JqN&ߔ\ZKGڂ*','',0,'?'),('|-z-','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b:ix}N\r\"4','1 cyR+ %%#ԴBk=#0>','',0,'?'),('|/ڒ\0[*4x','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rc@p','tbIld\nLbx+ϔj䶪,J\0\r$2','',0,'?'),('|>\'B^','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php',0,'1ԓ\\YdoM','1ԓ\\YdoM','Ufs73ڎM*m2K(','',0,'?'),('|E@ܚ?\n','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/modal/line_graph.php',0,')gǋԔ',')gǋԔ','CrJ=:xp?Ŷyi0','',0,'?'),('|JI>?t7','wp-content/themes/bridge/css/style_dynamic_callback.php',0,'!T-[>','!T-[>','8pϑuV(0\\u\Zml','',0,'?'),('|N!;xN&gm','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\':(7H1 DCu','SXW#DsDZ@_V#7β','',0,'?'),('|ZE3~PCX%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg',0,'4.,GK\\i@\"','4.,GK\\i@\"','M4eq\Z~.Vfΐ_9t','',0,'?'),('|l+F#ڟ','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?v\\$','z.t(Co	tV','',0,'?'),('|wCI\ns\Zhɶ','wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('|~ٱJcU<PnB','wp-content/themes/bridge/js/plugins/Chart.min.js',0,'|0|dp','|0|dp',']%7\n\"Gw9EH|n¢\ZW','',0,'?'),('|%\'I\Z|<','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg',0,'8Tسr	Ո','8Tسr	Ո','2d?۾zAZNM=uXR|k{,','',0,'?'),('|07-6Y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg',0,'k,ZM6C','k,ZM6C',' vH+T˶8(yeAn','',0,'?'),('|}Du=/dN','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg',0,'RԼ8;B0;Y','RԼ8;B0;Y','Xx`WsVi*xzRnQB<L','',0,'?'),('| 4x\\Mn','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~!K','DYI_~!|.x@dVL','',0,'?'),('|v0oVDR','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php',0,'[I\\L','[I\\L','T,f0#.U$kor5o','',0,'?'),('|iHr','wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php',0,'2|va=ϧ]޼','2|va=ϧ]޼','\\\0\Z@ږޕq+PǮg','',0,'?'),('|5q7e*f','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/functions.php',0,'hFC-OgR򮜹','hFC-OgR򮜹','dAͫVw5즨qΤ8iHKs','',0,'?'),('|8\nbMmeNJ','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php',0,'5,^iME','5,^iME','	3s2aT3O\nԏh&GBd/','',0,'?'),('|k4_f},X','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php',0,'Z4ۡ(g[','Z4ۡ(g[','wkj.LT?=EUݛEm','',0,'?'),('|^?ԽJ#[$','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg',0,'[$V\"!','[$V\"!','f1y\0Py[\"%\ZEsH8D','',0,'?'),('|T]:Y$=\'h','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DOۏ~*s/','c^\0]*ζז\\T1msd# ^U','',0,'?'),('|Y>	Ɔ','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E!\'ljP^kI','5:qφR_\\yh\rLIl','',0,'?'),('}onN-','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php',0,'\\RΔbB','\\RΔbB','|D;Z?OGbX-Do\\C@<','',0,'?'),('}٠G=D','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg',0,'5WnGT>','5WnGT>','_LF\ZQxws21c잓+R','',0,'?'),('}ĉ=t','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\\CDr','-N7~@}_=V_@A','',0,'?'),('}zܴNha\Z?','wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-link/map.php',0,'/ޤJks*\n/ ','/ޤJks*\n/ ','bWu_P-hQIwO','',0,'?'),('}0dKOя','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php',0,'lS4N	P7','lS4N	P7','8J~z:Agͭ','',0,'?'),('}3pC_-Z&64','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php',0,'Yc٬D[nDK','Yc٬D[nDK','+/\r-/-tg!Qhq$','',0,'?'),('}QpwQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg',0,'ZnagJ','ZnagJ','e<Sg@,a긙#4','',0,'?'),('}\\5\r$lW','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iA)j','\ZV nZ:}Ue:s_,6','',0,'?'),('}`g\"P2V','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12^#8','#˒=$c6	B46','',0,'?'),('}bR]%ϦtAB','wp-content/plugins/loco-translate/src/output/DiffRenderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cC@7k~','BfڪUFG;wW*_E)\'v','',0,'?'),('}jqčga','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/templates/split-scrolling-section-content-item-template.php',0,'[5IusFnݥh','[5IusFnݥh','ɵA=و/[RQtaTlGM(ڌ','',0,'?'),('}n8-q>Wĝ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg',0,'O5Kn[ƙ\0G+R;','O5Kn[ƙ\0G+R;','Kĕ*p;ë.[\ZkbJJ#`','',0,'?'),('}@ͧ*8$','wp-content/updraft/themes-old/twentynineteen/search.php',0,'{IŘ^מ','{IŘ^מ','㱩ۘKk7<-r2/\ZQ&V','',0,'?'),('}Ob >?2y','wp-content/plugins/updraftplus/includes/Google/Collection.php',0,'y6x5Mq','y6x5Mq','5́2|TR/nw*Җ','',0,'?'),('}Y9ØU<','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php',0,'/VDS@,2~^ԡ','/VDS@,2~^ԡ','rE\n(16ȇ\\:;fg&Is','',0,'?'),('}VJO`M5/\r','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php',0,'3n.nPh=','3n.nPh=','s; 2i/[?ڪ;ﻰő`','',0,'?'),('}b~','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg',0,'3XѶG	\ZQ','3XѶG	\ZQ','%Ax%8_MS/)LfkJh`F','',0,'?'),('}7 ޘDHDPl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\S8X`Yt','5\n֚8qW@CHҘ\\eg','',0,'?'),('}HJ1%`','wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RE4','CgI芩f8RWUS6idO','',0,'?'),('}.`Et_{>','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg',0,'[#,\'/','[#,\'/','!3D5P8= \nz:AvVʄ1','',0,'?'),('}Ȑ\\L`i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%P_շ','I>a*R8?)p1U͔?2=o','',0,'?'),('}\\HJr(()','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg',0,'$5Q\n(hm','$5Q\n(hm','.LcC(u+FhuAN7','',0,'?'),('}{RҢ\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D6(n>[YgQ?',':{1&9hhZN5޼dqBoU*','',0,'?'),('~\'AQ,?3E','wp-content/themes/bridge/css/img/audio/controls.svg',0,'SE)#d','SE)#d','sP34	5>۲#vGp','',0,'?'),('~r9wT{V1','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php',0,'l3T&qK.','l3T&qK.','/M|I,InKUk.4EKp%','',0,'?'),('~䣀ޮSk`','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php',0,'7G`E3o 5C?','7G`E3o 5C?','бa`9IS;5Rv$:NEۆ','',0,'?'),('~-TD}̳@','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_dropcaps/modal/dropcaps.php',0,')iƞ3',')iƞ3','@My3P㱤A\"N<%8}Q','',0,'?'),('~v5%+aB<','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php',0,'ѠUn!lL1','ѠUn!lL1','9\rVZiNﮧYLl;\"D','',0,'?'),('~RCھ<]','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg',0,'\\it}]G䄟(','\\it}]G䄟(','51YxY=ICSx(','',0,'?'),('~Ⱦ/mր!','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&m:7v=','\nqYۡ>h_P','',0,'?'),('~\Z<M`GO{N','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php',0,'1ͩ#3','1ͩ#3','ֽ=lB壥\0O<d\n','',0,'?'),('~+c0H2!ɠ3|','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/functions.php',0,'xz2q','xz2q','a,x2yu4`VwgZ8Eyp','',0,'?'),('~/\Z|C,Կ','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/custom-styles/yith-wishlist.php',0,'D/tX6','D/tX6','UxS\Zai[X*bGGB;9','',0,'?'),('~92ǔńJ.','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php',0,'9\\Lfxf,fG','9\\Lfxf,fG',' ÎXQ?OϞ\n/0=ASR','',0,'?'),('~;M5S_ow','wp-content/plugins/wordfence/js/date.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jPER_c','B=0dƩ\"BtUc^1>q&','',0,'?'),('~=bpz','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg',0,'rĚK','rĚK','˛KiF(6yvstUXVĺA','',0,'?'),('~?JIb*׺eC','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN','6󀏸&?5?sqGM`P;','',0,'?'),('~AHgKT','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':RKroH2z','9yԆ&/AXHi{b7frw=m','',0,'?'),('~Ec j','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php',0,'f:Ucl\n','f:Ucl\n',':\rk<0Չd47=H4{\rG','',0,'?'),('~F㫎>dyj','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','usஞ_m|]','w+\"sZfkL(7?ee','',0,'?'),('~VXa]7p|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^	]\rjP','̃[xOsu\rqt','',0,'?'),('~\\EN؉Āç','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg',0,'\'48;;q8@','\'48;;q8@','U	\"\"غH-	J=p','',0,'?'),('~aB@\n+^','wp-content/plugins/popups/admin/assets/js/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('~bT,ڂJ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php',0,'#瞻!\'%8','#瞻!\'%8','̿.o]0!RI凁@ޙ4Ll','',0,'?'),('~iI;ݭ]AS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54⓿`','DOo;oO]+\05]/\"޸&Q','',0,'?'),('~qIPIr','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\doG\n2','Sa)ʗn&BV~11\'w(','',0,'?'),('~}{ >D}<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O+jwh3:N','}c/ٖ)DeKxOdH|5p[[n','',0,'?'),('~ReOXf2`','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OP/\r?Sޤ	','[?>C=FQ6.Doh*^','',0,'?'),('~[\"+\Zqu','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php',0,'G	&\"˸','G	&\"˸','DE8J	jGDGУr','',0,'?'),('~`Wj|iLI=','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sg(W-A','5p=տV\Z_xFR/MC1Xr[pq9','',0,'?'),('~g1@2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg',0,'7v\"Q5','7v\"Q5','PY7W76^&Ӗ쑮@Oe','',0,'?'),('~ťs\01y$L}h','wp-config-sample.php',0,'SӋh1','SӋh1','ꐐd`4	\\XLu$ǆŨdb','',0,'?'),('~Ӹbc\Z$@$*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*mI','E\0.¿¯1F(Dfuv˔','',0,'?'),('~r$:k','wp-content/themes/bridge/framework/lib/google-fonts.php',0,'3d&','3d&','}Y6JycT,/s!s!a','',0,'?'),('~̈́|-@-','wp-content/themes/bridge/js/plugins/lemmon-slider.min.js',0,']qٖ-B0',']qٖ-B0','\rmS.r\0(`TPL{aG','',0,'?'),('~Eu&6<eWVoV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg',0,'v^ap2\\','v^ap2\\','A^y)Xx/?pocJ','',0,'?'),('~Δ,zGh','wp-content/uploads/woocommerce_uploads/index.html',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('~c5R\"@2','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php',0,'Vi.()v4','Vi.()v4','{cx\0x+,d7ri=4x','',0,'?'),('~ۛ .Db','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php',0,'d\0enjeR>7','d\0enjeR>7','x H#:!Sĸ*g','',0,'?'),('~8rE\nۘ','wp-content/plugins/booking-package/js/front_end.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$KSMp=Qj','nDx&˅J\0{3e^>l','',0,'?'),('~7}/[sa','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessFailedException.php',0,'A0J','A0J','B)RIepVLv%^','',0,'?'),('~X\Zf:','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg',0,'1HWX:On[E','1HWX:On[E','Mz\rN$EfR)P:w','',0,'?'),('~#\rϳ1e','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php',0,'ٚF870F','ٚF870F','|kGӄ,.Mn/迕\ZtT','',0,'?'),('~:!+f\0٥K1H','wp-content/themes/bridge/framework/admin/assets/js/qodef-twitter-connect.js',0,'-R2ln_>\"U','-R2ln_>\"U','>[]y-^.1U1\"|b','',0,'?'),('~ߚ@+nRZ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php',0,'t*#5/\'','t*#5/\'','#iޖM@B[/  u9gMm','',0,'?'),('~,)15=$-','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php',0,'}RDjƻd@','}RDjƻd@','(t<MAˮ~?$ Кۘ\\2Y9','',0,'?'),('\n(ٓh','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php',0,'sF߳Mi/','sF߳Mi/','$-o(Fh1|Qq޴ϸEn','',0,'?'),('ldKм','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zGZ=R6k0Zdε','Nң#rdA!(vg2%h\'ѥ','',0,'?'),('ג٠R.G','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg',0,'Hph@0sc','Hph@0sc','TAMop>)ܷF9سq\nc','',0,'?'),('0R)/K\"','wp-content/plugins/revslider/admin/assets/css/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('53`>f','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/OAuthSignature.php',0,'\0,وj\rP<','\0,وj\rP<','|k<>Q:YLb7}k.3s','',0,'?'),('9J\"I-qV','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php',0,'[Օ#5Mm:i','[Օ#5Mm:i','[d`zb^R/vC|dBԘ','',0,'?'),('@={&}_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fŴSz','L?T`^]=#|\"/\ZHm:/wH','',0,'?'),('Rssv\".','wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php',0,'^{9/4SX','^{9/4SX','v\\vsRf0\nDUǩWOg','',0,'?'),('W\"5{Zh4','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php',0,'a:)ް>V7 `','a:)ް>V7 `','ZX9qrsڱA{gl:Z4','',0,'?'),('j&^b','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĈL@r#}S','4n-J2Thߕ!_H/Z\"','',0,'?'),('j^SN-O ','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	`@\'k{wh','>zOu}3d\Z	B#`','',0,'?'),('p>Wo&.:`₂','wp-content/plugins/js_composer/include/params/gutenberg/class-gutenberg-param.php',0,'_]@c9G\Z','_]@c9G\Z','1e@Gq(NF3K_Jt6&ԦQ','',0,'?'),('ueC_,ém','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php',0,'5Խ18/|o/','5Խ18/|o/','cyz]|a\"樘e','',0,'?'),('wu,D%','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg',0,'$LZftVn8','$LZftVn8','\"FfN^6FƝx2Ӫ)Ev','',0,'?'),('w\'PeF+V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/2)','J6dAl{Й\0Jh','',0,'?'),('|mU7ֽ(','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/templates/call-to-action-section-template.php',0,'vB1','vB1','xGDCToسO*{\rtj%Mho','',0,'?'),('|WNЩy{t','wp-content/themes/bridge/js/plugins/modernizr.min.js',0,'l13hO\Zϵ\0v','l13hO\Zϵ\0v','D!T=F˧}a}a','',0,'?'),('jԠ7:[','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php',0,')~)_}<8|V',')~)_}<8|V','k\nnYS{bB;\0kr\'ha\'^_li','',0,'?'),('$o4','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_animated_icons_with_text.php',0,'XEJE4','XEJE4','Mp[W0a׭Ƭ|7]d','',0,'?'),('tjrn1NE','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php',0,'6}YNm}','6}YNm}','\rL\n	t)ZwD5p\n$ϨZMI','',0,'?'),('0~ﺷKz','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php',0,'vFό:p&`','vFό:p&`','1FǛc%Lo]f+[zgy','',0,'?'),('%G]f@%Z','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KcDÃ۬','ZJwsh5MEu/jg[-','',0,'?'),('Hi*\ZŚIШ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/templates/icon.php',0,'Kc	[ -Z','Kc	[ -Z','I8n\'0_tzj: L>i+','',0,'?'),('*N7Ɨ\n!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php',0,'W0qxi!8','W0qxi!8','@Cц7?&s(?/s{\'\na','',0,'?'),('СqD֚?iX','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r!(i.+)Қ\"{','ZQ[QG7؍E\"','',0,'?'),('KQ}U&;&Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bC^\Z1','g\0\"UUϊ{sNv?4RӸ{','',0,'?'),('trεF_ ','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hn1e胖S',',Hw0N<l\n!','',0,'?'),('x	Ptw\r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php',0,'l|1aSÉ8','l|1aSÉ8','bO=J3EƂs~}e2`kG@','',0,'?'),('͍ρbB','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%0\\L-','bhppv״O#u 5/=9ň)','',0,'?'),('\r92[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg',0,'x(RBO,,)','x(RBO,,)','Kbx~MjQ2yTP1','',0,'?'),('0߁.8n4k_M','wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php',0,'rc9]q)','rc9]q)','i\"ڲM,\'PC','',0,'?'),('3-f\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vGUSmT\Z','O8^dRa/^x,>p','',0,'?'),('6)߄hӖc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg',0,'*K;WTŨw','*K;WTŨw','Yf1>O7T#=>@3e','',0,'?'),(';p}lNz','wp-content/plugins/loco-translate/pub/img/skins/fresh/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UOz+ehT?','G3el\"E:_+.9u怚=','',0,'?'),(';!1>YxQ','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WfR4',')luMA$|Erθ2%n','',0,'?'),('Djl/Vz̊炅','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php',0,'j*N<cI9Ĝa','j*N<cI9Ĝa','u],qoc-i_Hb','',0,'?'),('PK^%}X','wp-content/updraft/plugins-old/updraftplus/addons/noadverts.php',0,'\\\'f@yJ3FlA`13','\\\'f@yJ3FlA`13','yu0	[+n*ټ#\"á^i#1PJ','',0,'?'),('anFh #ۈ','wp-content/plugins/contact-form-7/modules/acceptance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\0(1jJII8w_?',' ^EfCìn(3','',0,'?'),('}K;Wd&Ϭԙ','wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/templates/working-hours-template.php',0,'lvN*Jf','lvN*Jf','l/\\{x˚7\Z{h','',0,'?'),('ah#8c','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ODIc`EJ','pvT5Z>jj\0\0fxa/g=&','',0,'?'),('u̥.;)at','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/functions.php',0,'kgW-ZV\0','kgW-ZV\0','nx!!Jeb2kA۸|1','',0,'?'),('SP;^ƭzI','wp-content/plugins/wordfence/lib/conntest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\rƉ(.Aˬ','J&grb+\'Id	1HLWreO','',0,'?'),('.d`՚cz','wp-content/themes/bridge/framework/modules/widgets/latest-posts-menu/load.php',0,'z0Zl\r<-׽','z0Zl\r<-׽','6W˿\"}NɩL<n ','',0,'?'),('r=cMz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0b\ZI`#x','\n<]?)߿,WU)1}vpI','',0,'?'),('2l]wDnMH','wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php',0,'%k=_L\"','%k=_L\"','\r͝	&o-	u)jq:','',0,'?'),('`+pnK$6H_','wp-content/plugins/booking-package/iconfont/codepoints',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jZӛ9\nP','ÉF:?\\[~̲k@\\35I','',0,'?'),('ںuM[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mSy\"C','66SX6O}4>p\"\'1','',0,'?'),('Nxډ\Z8yH\\','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\\U-\"S?','$Mq	︓_K)\0(n],','',0,'?'),('sSki<4\'c-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#NO8L^sWkJ<',' E>@_0!B5','',0,'?'),('L\Z[/ƨ4','wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/functions.php',0,'R]՞^\nt$','R]՞^\nt$','\\EA`TȊ].`.-.\"Ry@','',0,'?'),('YB3$','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php',0,'X:4tqnhm','X:4tqnhm','G{]apGRj|)TAd\ZƧVǮ[t','',0,'?'),('e97aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.)2p','ˠ\",RʨTr=orЗ:','',0,'?'),('l1_Tn<','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/options-map/map.php',0,'{5tFz7[','{5tFz7[','E$Q53dA=F_<}K3YT{','',0,'?'),('\npg\Z','wp-content/themes/bridge/framework/modules/widgets/social-icon/load.php',0,'wR{-Ha_[','wR{-Ha_[','*M_x#TYD?v8b3_','',0,'?'),('|nW%q}','wp-content/updraft/themes-old/twentysixteen/footer.php',0,'T~ОǇ+vR','T~ОǇ+vR','6Yl.\n1,\'Jң','',0,'?'),('L I\0r˼','wp-content/themes/bridge/templates/blog_single-loop.php',0,'1fA?EB}WY^','1fA?EB}WY^','u7=]T+:@K6}\n','',0,'?'),('XQd9rڼ','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KR9@9W','j/	쓋f$O9sOW|cxq','',0,'?'),('(զ̂W꧷','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg',0,'\n¶wd߻My','\n¶wd߻My','=dR]=<ɃwưYVfZ\Z?','',0,'?'),(':\ZS!3','wp-content/plugins/js_composer/config/templates.php',0,'*θv9	','*θv9	','$1s&WʪءCf ','',0,'?'),('<f2#gLy','wp-content/plugins/contact-form-cfdb7/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\0D_	','y\'ḊF4u!aDvIlS','',0,'?'),('HxnBE','wp-content/themes/bridge/woocommerce/global/quantity-input.php',0,'||T4hI6dV','||T4hI6dV','ƋJĚrd/m=\"qR]2.,','',0,'?'),('Xۛ6l','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg',0,'{w.p{Es!x','{w.p{Es!x','ic.\\k r;𘳍;QUÈ5','',0,'?'),('Zʧ#cg/~','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php',0,'oجѢ3;]T\Z]','oجѢ3;]T\Z]','VI\")B&QJҊ!ٞ\"vC','',0,'?'),('[Odt`A\\~','wp-content/plugins/booking-package/css/Reservation640px.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('d7XcĨ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php',0,'=*llήzK\'P','=*llήzK\'P','\r5NV&dT\'; ','',0,'?'),('el5sEúQ','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pXϟ)>\n','~\Zu]1A#V2U','',0,'?'),('w@*!.','wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js',0,'CJXl:','CJXl:','t9⿔y\r=&A^l47\\','',0,'?'),('zcf3s;Ø','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/custom-styles/custom-styles.php',0,'<\Z*R~,/j','<\Z*R~,/j','xTl!1,CcnD-([+E,','',0,'?'),('8uZQ0YX','wp-content/plugins/popups/includes/class-spu-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ib,ns8Yq','S- ˬQ?[HWvI7','',0,'?'),(',CUU9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\r]K','ІH4TaQ\'35շr%Ue7','',0,'?'),('lG_Jt','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php',0,'e`o>HLRU','e`o>HLRU','~֗AzI-]:ȾE_h6h>','',0,'?'),(',UeZz ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php',0,'VQ~l<$T','VQ~l<$T','$tE\0HBeCӫ2J:W','',0,'?'),('i\Z![8$\"','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';8e_TƽW','ݬISP\"a 7J6QSv_y','',0,'?'),('R2|jn','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php',0,'\\30P','\\30P','eKVx5zz{m\Z','',0,'?'),('̹I(ׁ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php',0,'e~*̜Jn+','e~*̜Jn+','}p,y$T.Y\'r','',0,'?'),('sSJ#Tq','wp-content/themes/bridge/framework/modules/header/templates/popup-menu/popup-menu-button.php',0,'\\w.!#L&','\\w.!#L&','z|#`rH3Ef.هIT_,1Q','',0,'?'),('\0p@','wp-content/plugins/updraftplus/includes/handlebars/handlebars.js',0,'BPє\\','BPє\\','F=dpZ谚DnAM%','',0,'?'),('~E=)','wp-content/updraft/themes-old/twentyseventeen/template-parts/footer/site-info.php',0,' <I^;ԍ',' <I^;ԍ','8>i)\\\nWx3vd','',0,'?'),('ȉV?	])A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HcEG`67','Pt+v+7)xhE<HK','',0,'?'),('`hNkON8','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ڜ\0鄂','Jwar$x\0qp8\'1,K','',0,'?'),('W=ԘHdz','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*K}R\n\nynK3','\0xg\"n,,G{f5W1F{','',0,'?'),('{ٲ͎K3\'','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php',0,'Q>+_c-|cB','Q>+_c-|cB','-[\':ik&kLHw_&M','',0,'?'),('~\rr㴄}\\*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php',0,'JbK$C','JbK$C','y+qjHq[Hj','',0,'?'),('X-4J_3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y;U\'a','gJ1kkWx7e}Uulmy.','',0,'?'),('Սs0LBO0&A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php',0,'R[h\r}$z','R[h\r}$z','W2I\\j^Xs1fpҩ4','',0,'?'),('՘ծطG+Ws','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php',0,'\\RΔbB','\\RΔbB','|D;Z?OGbX-Do\\C@<','',0,'?'),('\r\n\'\'oχMg','wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php',0,'UmS','UmS','&3L\"R(iB/қF]','',0,'?'),('\'>[·','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QA','L\"*~#5K;eWn\'+J\'VD','',0,'?'),('dS7x%,8e 0','wp-content/updraft/themes-old/twentyseventeen/functions.php',0,'U1|\r4k<','U1|\r4k<','C; ǰibqGU@O\"ɬ','',0,'?'),('bxǖOZ<C','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg',0,'Y6!,^1HP\nP','Y6!,^1HP\nP','~Ԇt\\IQPd(4C\Z\r','',0,'?'),('군\\.QLKg{','wp-content/plugins/loco-translate/pub/img/skins/ocean/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۉHy9?,','	yWO3\r^bE\0`%c','',0,'?'),('Pdc3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<i\"KNX,','Cѝ⁪r+^YhjzZ','',0,'?'),('>sHಈ','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php',0,'wný\rP1','wný\rP1',';,}*Mz޿<@Ԥgո','',0,'?'),('SrpQ 8-','wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/restaurant-timeline.php',0,'GS\n\'ԫd','GS\n\'ԫd','\ZU- h6L.S	>@fqHg','',0,'?'),('>N~UǓzc','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php',0,'\"aB]9\r9xC','\"aB]9\r9xC','nYy\"\0\nd#.eg56d\\>^','',0,'?'),('OXg]<f@','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S@[\\,3|!','Sm\';d`eM0i=?>?{','',0,'?'),('3Ƈe(ú9','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)n.;','I<{\04`<!jZ8돲DHW','',0,'?'),('2{9T,W%!G','wp-content/plugins/revslider/includes/framework/functions.class.php',0,'.׮+ҷ%','.׮+ҷ%','7q\nn641bnu0ۧ<p','',0,'?'),('yd+0y`(','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php',0,'tlcN41ӜF','tlcN41ӜF','ԚM	> L	<E`V','',0,'?'),('\\(wBI','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l	ΒRU;ppb',',!m4fNR\nB^','',0,'?'),('(tTlDά7&MP.','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7I10d','\'З/!\Za!~)1D','',0,'?'),('*ɜ;5/P32','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php',0,'\rƝ\ZP','\rƝ\ZP','K[:۹M=X蘑kkn','',0,'?'),('.֖db߷G+7 ','wp-content/plugins/loco-translate/tpl/admin/file/info-pot.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ԼOL!׻?','HY=cRp+(~D{b	lG','',0,'?'),('/	E:KR寥v','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Vή?b4','=ޣ4:$dXWRXN >','',0,'?'),('1ߓ|\0o','wp-content/themes/bridge/blog-compound.php',0,'{\0ƃp)=','{\0ƃp)=','0hٹ	D+µZгæ\"7/WV','',0,'?'),(';^k{0+3dy','wp-content/plugins/loco-translate/src/gettext/Extraction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1N]g?]ߊ9','лdM^M*z$>0','',0,'?'),('@F Ӡ(e*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Ώ>\nxf','nq7Q0,D\":F<a`]Ι','',0,'?'),('Bهv<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\O2C[\nջ','=<ei|MqZ]V[]&I-q9)g0','',0,'?'),('BLbCA','wp-content/plugins/popups/public/class-social-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pSX`E>!qebQ','zD-,{]ϛm4KykQ[','',0,'?'),('C\\$oFxS;o','wp-content/themes/bridge/framework/admin/options/elements/map.php',0,'eN\0W\n3n','eN\0W\n3n','+B	EZĮ|@{0)','',0,'?'),('F GJBs7','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nX\0䛜','n&\'oU_=&%9\0GZV;','',0,'?'),('W= \\\'x\"W}d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','թK^㥾','M8:naƋGZqQdý!\'&g1','',0,'?'),('Z,fFt','wp-content/themes/bridge/framework/admin/assets/js/qodef-slider-category.js',0,'=?l\'*oyF','=?l\'*oyF','n^Kt~^D=uxް6','',0,'?'),(']un@?','wp-content/plugins/bridge-core/modules/import/parsers.php',0,'A96J','A96J','Abzh8i pJyjӾn,\\%','',0,'?'),('^Sr.sO','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg',0,'0R\'`~Lh6','0R\'`~Lh6','M9\'\'$K(#^gK\Z','',0,'?'),('a_k\Z\'W3}W@','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/shortcodes-functions.php',0,'wwOUXҨͯ','wwOUXҨͯ','}S%٤\'s0\\JC_Ƀ','',0,'?'),('k d\r;','wp-content/plugins/popups/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%8*-^vu','PHZXl]TSHGIEl%B1f\'','',0,'?'),('r|6a\Z6','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js',0,'}rI{Kvjmֆq','}rI{Kvjmֆq','Pnr~pLha^d&yi0','',0,'?'),('w5)','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6	؞мq ','o+8]SuH.CgR9&+\\W','',0,'?'),('\0+OW+','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]#NX,','Dz\n}_7x,9t:\'\r','',0,'?'),('a1_GMG]޼','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/modal/blockquote.php',0,'kQ3ˀx3','kQ3ˀx3','IDؼ)Ƃ%YyOz+','',0,'?'),('4*DVo&','wp-content/plugins/booking-package/js/Hotel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R%M_R<','1b=0]Dps_mWoq/','',0,'?'),('A1\Z;','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L<ڧm6a',' G!ʪQ\nvigSj1Tvh-_i>','',0,'?'),('\0cg;\nUQ','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php',0,'d	>?\ZTڷ','d	>?\ZTڷ','4+I2Mp\\aQQu\Z_','',0,'?'),(')(f1','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php',0,'pyud#΁S$5','pyud#΁S$5','Rmե8/fx:Ӑto5~ą[V','',0,'?'),('\063M}','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php',0,'2aC?\rfqn','2aC?\rfqn','iáꧭx\'AWyVpR5','',0,'?'),('ޫc>\\jLe','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/autobackup-notice.php',0,'Qyv?/','Qyv?/','	cYR#z1wNu\n','',0,'?'),('vA\nGr3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8T䍍\\=','Y^9A\r+^-iLWjOF','',0,'?'),(']]Sx^6','wp-content/themes/twentysixteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`s$cv:Jb','1`Ej7+._$ٍ3','',0,'?'),('	8dӗE`\"M	\Z','wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js',0,'B\ZJV','B\ZJV','R[\"qSPVAr6z_}9T86','',0,'?'),('\nRe.SG','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js',0,'|bt}Lsyjm','|bt}Lsyjm','c{q=1;DKQ\'AQ&O','',0,'?'),(' qqUzA~\"','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php',0,'\ZJ@M/e_L','\ZJ@M/e_L','[w-,=LĴ\0)ا{Ζ:K','',0,'?'),('(!]ErvK	U8','wp-content/plugins/js_composer/include/autoload/params-to-init.php',0,'mk_8u&qv','mk_8u&qv','.\'Х9LxD*wn<%aJfO','',0,'?'),('48+C%(Vc','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg',0,'hj_ΎٿEA','hj_ΎٿEA','I|І$Ƨ~ax]m76	$k','',0,'?'),('56_o','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg',0,'	pT=2e\Z$','	pT=2e\Z$','[twݫjPeW>Üc4\'Xa	','',0,'?'),('9IR	`e<','wp-content/plugins/updraftplus/addons/autobackup.php',0,'MOdryf[y','MOdryf[y','_ʺ3XêYǰ.Zktcrv]1','',0,'?'),(';C_8Rx','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg',0,'/jƮPY','/jƮPY','g5|h$Lign$6g','',0,'?'),('Ebl8y}','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*NȒmQ','`3cYQ9Wޭ#lpS+G4','',0,'?'),('[>\\%/Xߨ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg',0,'@z]Do6,8','@z]Do6,8','{T*니\rn$bwkw#Ū)&','',0,'?'),('arqAb@r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php',0,'*I\\V:rd','*I\\V:rd','!78>vYY^9Nem4J@aܽ','',0,'?'),('lZ[w\\','wp-content/themes/bridge/templates/blog-parts/pinterest/image.php',0,'NF5zQ90','NF5zQ90','/Շl;m̴-1ՠBn\n\nc','',0,'?'),('m>\00X&^Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pKz`)9_@','aғYeq7YTcȊi$Wت/!,','',0,'?'),('nVj||n;\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg',0,'%n0mtF','%n0mtF','؊,O!Zf+Q6WJ)FXPv','',0,'?'),('v	<Z]q','wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php',0,':4X[,',':4X[,','y^-Klm1͇mli\"3)g','',0,'?'),('x$\n3y7\Z','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js',0,'{SAk(uI5s','{SAk(uI5s','Iv+BޭՉcd6\"O\\','',0,'?'),('\\K2i@Mw','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/CrawlerDetect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f?#@&\ZKKC4','аԍDAx7Cl=#4T iv','',0,'?'),('Ǔ肴l','wp-content/themes/twentytwenty/assets/js/editor-script-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AQ~.Yf1:D',':馈xt[cJ=\Z\Zh0','',0,'?'),('˪ܚ#A','wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php',0,'SIjRE/\Z8ʤ','SIjRE/\Z8ʤ','uaDDUj-ነR܌e&d\'','',0,'?'),('٪H\\:Tb','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/load.php',0,'~:5\\Zg)','~:5\\Zg)','ڨ^9&.[.+))0)~\"&¼','',0,'?'),('68瀈K\\o	6','wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php',0,'Z歠;w*/y\\','Z歠;w*/y\\','4|Ʃ\0ڌKCz<#0i','',0,'?'),('?z6aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*edoX~7&N9|L','',0,'?'),('AQh\r\"؞','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg',0,'d.c>YgD{','d.c>YgD{','|,OAo|e*+_\"_]0','',0,'?'),('W>i=k+','wp-content/plugins/updraftplus/central/bootstrap.php',0,'\"d_@:6|S','\"d_@:6|S','g]<Q~!󿛣9$M݃','',0,'?'),('+@2!c5!','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php',0,'!킖(\'I0fC','!킖(\'I0fC','3sǶ~?\\M:8','',0,'?'),('02a9ҠX','wp-content/plugins/popups/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\\f`ЖC5N','y`C~ҳr\"&ฑl.','',0,'?'),('6 x.','wp-content/themes/bridge/framework/admin/meta-boxes/title/map.php',0,'n{ocIeE','n{ocIeE','(%hUƒyBL1h.S.','',0,'?'),('и+:3XnNtexX','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{W7h>','	2mw3)zWgv{AfHu`Co','',0,'?'),('!`I3{','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg',0,'իr)','իr)','^^Ղ{;O՝tHbBBO]U\nv','',0,'?'),('q6br6*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg',0,'Iqq?2S+c','Iqq?2S+c','@i?WhslM\'ѩ[:2','',0,'?'),('ʆnD㮖(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g,Li^','bye쿟\"SvOhAߍ?`a','',0,'?'),('j5fj','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5_+EG','s}RB|KzI[Y)r','',0,'?'),('m;gxI','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg',0,'N:y)','N:y)','x!4/e.ͱvFj,DoW','',0,'?'),('\'7I+W熡','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php',0,'pA\"ǣ|','pA\"ǣ|','K׬\n׃kNa/dIruU\'-','',0,'?'),('bIB skԜ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg',0,'(AЩF1','(AЩF1','o=d\\;zN lҫD)R0Wg2¦\Z%','',0,'?'),('fNdL','wp-content/plugins/wordfence/lib/cronview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e(t@nr','Z4,hz=>M}G/[0l\"iK','',0,'?'),('l0{Mtc;B','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php',0,'BZI^','BZI^','dzZb:^=\'S\Z.*=^w1','',0,'?'),('	>ݫXAdQ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg',0,'bQw:ĀTX׸7','bQw:ĀTX׸7','\\M\n\nxN&@}7','',0,'?'),('\r77[\r','wp-content/themes/bridge/js/admin/popup-colorpicker.js',0,'A+No\Z݀w9','A+No\Z݀w9','΅]V(1S__k!','',0,'?'),('\rIڡXvm','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php',0,'EozO=K','EozO=K',']M\ZJ,q-Ց&8','',0,'?'),('\rsu>Gi','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php',0,'8*آsz!','8*آsz!',')9<bӿ@Qhɢg;̀e>g~Q','',0,'?'),('#S KG1 ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php',0,'u~i84YkC','u~i84YkC','%3	iF̥K\n\02$gsA^2,~','',0,'?'),(')ũ2[	4_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ap-6?!G','+_0^%2\n {#)&w','',0,'?'),('+o28E+K%;','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӟ-_8\'R\0dG','n1zlA\Z,nWO5W ','',0,'?'),(':+[gCZ','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z	ҿ܌~','\'4h 䱺[E%JH','',0,'?'),('BT+4:','wp-content/themes/bridge/includes/plugins/plugins-activation.php',0,'Ǧ4f_Dlw','Ǧ4f_Dlw','!խHP}Zݖa|\"S]POj','',0,'?'),('DhGYr\r','wp-content/plugins/loco-translate/tpl/admin/init/init-po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4UF1RbS`2','{0G1[cfSxSczO$YzH','',0,'?'),('H\04D&n','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg',0,')>0\nG\ZrQF',')>0\nG\ZrQF',']$pz:\'CR\0syL9#?','',0,'?'),('M)\n$(Dg@s0w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg',0,'D?-_XuR','D?-_XuR','\'܀e\'6h\0Vt*H','',0,'?'),('MjD','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/assets/js/horizontal-timeline.js',0,';2̊1GV',';2̊1GV','YKށaNMIUbJU','',0,'?'),('[8<jŉ\Zky','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php',0,'56pι28','56pι28','\'\\zf!Hƫ$4{7ǉqf','',0,'?'),('cu4LE>','wp-content/plugins/loco-translate/pub/js/min/setup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŤuvY`','5	𝋛׹mei1\nT6RΙ','',0,'?'),('jIX<Reԙ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg',0,'tq`g#','tq`g#','嵾pBvyk tw8 řΞ[96','',0,'?'),('q|!\\RxO','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg',0,'0)u)m','0)u)m','hz?딡s;1Wk\"D͟','',0,'?'),('i\n=+i','wp-content/plugins/revslider/includes/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('PnyK','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php',0,'>ǯɇ\"Q\Z, ','>ǯɇ\"Q\Z, ','oLyۘG=^{om#j8\"lL','',0,'?'),('PM˝=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'z\05+\"7','v$r_syYU{ؘ?C','',0,'?'),('u-Gyv','wp-content/plugins/cookie-law-info/includes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('[Slm!.i','wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php',0,'Ժ\'hzx','Ժ\'hzx','lJ5ELgnjH\'f.C*|O','',0,'?'),('f$5svS2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg',0,'zG}},-3X','zG}},-3X',']|cƈ\n\\އpӧ!ξ\Z','',0,'?'),('e-\nyV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Wwb>EyJ','\'~6ȝ\nBagzdQ','',0,'?'),('nHɾެͧ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg',0,' /Epn{-!',' /Epn{-!','H;\0\Zc^*\'%rN=','',0,'?'),('PUac','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YAG=bu','z,ͥt	<{@Y{iysc(SL','',0,'?'),('īA\nD4','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg',0,'v-/{{z˜\r','v-/{{z˜\r','&.0C]GUG u`','',0,'?'),('Q煇$GYX','wp-content/plugins/revslider/includes/gutenberg-blocks/lib/customizer.php',0,'d;YGŢT߸xBO','d;YGŢT߸xBO',',estfHi`=YLNj5p}','',0,'?'),('nvZYV','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nXPS@ԣ\\','DŞ8sU5CCj6#	N)+','',0,'?'),('bµ<$V','wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php',0,'umdf#\\ZM','umdf#\\ZM','Js.!eǯ%Ϲa\"','',0,'?'),('ʘGʥo`D','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php',0,'?O$+dz\0\0','?O$+dz\0\0','cjevFwJߛR4G\"Fo','',0,'?'),('圀Qėl|8{','wp-content/themes/bridge/js/plugins/fluidvids.min.js',0,'ȧˡ;nnv6','ȧˡ;nnv6','	O\\^~Q0AjȸXL','',0,'?'),('Ҟ\\R)5','wp-content/plugins/revslider/includes/gutenberg-blocks/lib/block-templates.php',0,'SHx{Uw9','SHx{Uw9','~\\j~g$Eƚ-,\'[V5','',0,'?'),('l6zZ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg',0,'C4I1ɡFT\'SF','C4I1ɡFT\'SF','9)<;ǵ$c@Klceug%X\Z@G\Z','',0,'?'),('oqL$F','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/js/debug-bar.js',0,'zUkށT9','zUkށT9','o3xEYH%!Yډv*C','',0,'?'),('\\WdϞ+\nnW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php',0,' &ʾ\0\"d',' &ʾ\0\"d','i8HL&<y<\0 C\0{H6nL','',0,'?'),('݀=cjx$','wp-content/plugins/cookie-law-info/languages/cookie-law-info-is_IS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',+:NY\'<;','JE\"qBJx\0xSO6-H','',0,'?'),('R\rOB{Hiخ','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SD;=tǰ*p','.=Q`Mcݭ4H9lg+i','',0,'?'),('ZDl=컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w+R_\ZO','o?FN(D`tS	Qb/?','',0,'?'),('ux@/','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php',0,'zJὉg+De`E','zJὉg+De`E','%tVYqt(ơ境tvv/N','',0,'?'),('!\"roɿM8','wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oę6\\4*GΚ','*X_\\:̄wMO^9LTr)UFt','',0,'?'),('$2(j,Ѷ?h','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php',0,'`?2K4t','`?2K4t','~a?oH3`])#)7N+_c','',0,'?'),(')h2NW-','wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php',0,'m^UrZ(XX','m^UrZ(XX','ov貂ډd\0ywSo(\"','',0,'?'),('1`B¡]s','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}<(TLNͣ','g|vv	věW\0(@j^x','',0,'?'),('3y~,H*GռS','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/load.php',0,'8J5?7','8J5?7','ЂfHJ\0;¿m','',0,'?'),('4XTJ;q','wp-content/themes/bridge/framework/admin/options/qode-options-setup.php',0,'1P{\ZX4_\r#','1P{\ZX4_\r#','`]DNF8\re%sA~','',0,'?'),('<3q;iz','wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js',0,'ɐH^.{C/U','ɐH^.{C/U','Vxi\0wwiaL Hk/','',0,'?'),('B%v6I\"Jb4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z8Nx6A','uGigty=J}6.H~n','',0,'?'),('BK@~&^8','wp-content/themes/twentynineteen/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ކ̌9','\ngJduT8w(=\'1\ZH9Y','',0,'?'),('EDOuK)\\GS','wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php',0,'fǱhXc$','fǱhXc$','&dUL66)q4[i&','',0,'?'),('G	o\00㼬','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/call-to-action-section.php',0,'iOQ!xIψ','iOQ!xIψ','fv,)45`GK`9','',0,'?'),('tҀ-rX','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php',0,'JЃː&D}','JЃː&D}','FԒ	VI_fn\0','',0,'?'),('oM2B0!4S','wp-content/plugins/updraftplus/includes/Google/Model.php',0,'GWŹx','GWŹx','a-<M>w OB%ƇKS7','',0,'?'),('ۉvD{','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php',0,'ef\rh2+\Z1Ԍ(','ef\rh2+\Z1Ԍ(','BbgFJ9?ItaAkTl_','',0,'?'),('Z#o9_','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg',0,'Kh}e;gĲwU','Kh}e;gĲwU','?dz2`~v\ZQ1خ*Ҕqd','',0,'?'),('Qyqmr','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php',0,'T]^P\0k	n','T]^P\0k	n',']3n˹0Zb-peW	','',0,'?'),('>AB7Sz!e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\06	R	H','1oA$Qx(g\rtA','',0,'?'),('owlLK?','wp-content/plugins/revslider/admin/views/global-settings.php',0,'m{tHp0B','m{tHp0B','q\'S\"Ux>1|\nfJ9Zl/','',0,'?'),('k}K\'ў','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php',0,'gjGm*fYE\\T','gjGm*fYE\\T','{ޞwn\0qɖ:w$\'WN+Q','',0,'?'),('|0O+]lU','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iaRۛF3#\"@','IECUbx؋3:`ܶEJX;Eᬷ>','',0,'?'),('T양:t[','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qO47ߺݥ/8X!','9f/3MM;#GڪWO&tSO\ZƘ','',0,'?'),('	z14{`(','wp-content/themes/bridge/framework/modules/title/options-map/map.php',0,'`	(m[8$+ѡ','`	(m[8$+ѡ','Uǌ*d(7f%,˝\rk','',0,'?'),('[s.k','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php',0,' T0 \\ F',' T0 \\ F','K\0P%!rljb#r','',0,'?'),(')Yh.;š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Iܷ=7V','SA4c\\D56-#d*ҽӾR','',0,'?'),('1eUMV^','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.{b.Mhqiv','vȎ2rKHxJ^n','',0,'?'),('6)xTzތ\0','wp-content/plugins/updraftplus/includes/Google/Service/Logging.php',0,'*A@rQGXy','*A@rQGXy','\\k^NTpYmUP\\','',0,'?'),('D\rT1','wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YXg\0Noq@+Nn+','u[𤧤a_ 7hP\Z','',0,'?'),('F_qCF!o4p','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E `b{{v\r','qFxgTA]Mk^>\'UB','',0,'?'),('[gPYϖD','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php',0,'v-HXH/0D','v-HXH/0D','OJ褼TkQ\r.LzY%0DU2','',0,'?'),('_ c~7','wp-content/plugins/loco-translate/src/package/TextDomain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\";7hVS','\\3	w	|y~)9צ	\0.O','',0,'?'),('eӐD\"\\','wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php',0,'HLʘXs)r','HLʘXs)r','A|9vqBN-2Uxa','',0,'?'),('l\'yK~K ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php',0,'֙\rCӳ]E','֙\rCӳ]E','e3t@MnS7(1\ne','',0,'?'),('x鑩raJT9','wp-content/plugins/loco-translate/src/ajax/PingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\n.rHDIz','(MC߱ .f\'m5,oE','',0,'?'),('~%N&!עP','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php',0,'R\']6[]G','R\']6[]G','\'7O;[a٨','',0,'?'),('ns\nlGS}5d','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg',0,'[<n!+sGZS6','[<n!+sGZS6','vM8א=IL3!P}nc','',0,'?'),('o-\0`O','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/load.php',0,'Ze6lPŭ@/','Ze6lPŭ@/','\'n-f`46/o\\).!)UT','',0,'?'),('A͐!;\n','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg',0,'#5\\#N','#5\\#N','HFS:9zӣ^]\n','',0,'?'),(']sR K,','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/categories-filter.php',0,'n=|e;tE;','n=|e;tE;','\rS~.1_5(悎Nե','',0,'?'),('N,mT?\\*V','wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php',0,'8!4K|\rO[','8!4K|\rO[','Gs>oɄ2ISoTޔ6PkP','',0,'?'),('F1}Etjut','wp-content/themes/twentyseventeen/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j6^n','#&p\\D\r~7i/$7','',0,'?'),('@Ȗ2\rIĮ','wp-content/plugins/wordfence/css/wf-adminbar.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\"CϷTb','hS䘷*g5)!}BlNE','',0,'?'),('Q7G8\n8\"','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_parallax-layers/parallax-layers.php',0,'Ӂkcw>kB','Ӂkcw>kB','?`1UP+\rP/','',0,'?'),('\0>#z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7!ć>pP:ޑ\r','6̎2M̥?&rAbĪux^с','',0,'?'),('\"|VΕؖ}Z','wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php',0,'+1AJ젞,,','+1AJ젞,,','Eś̸!{V6 !KK','',0,'?'),('cɺ\Zvߕ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg',0,'l &oB','l &oB','L͏=A4Ők|b','',0,'?'),('*eZkV{','wp-content/plugins/revslider/public/assets/assets/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('}','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\0\0~j','\\-lƢ\r\n+&BMh|DGB)LGM','',0,'?'),('zNľb{gel>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg',0,'vS\Zz\Z','vS\Zz\Z','Վ2X	w[fzٍ}','',0,'?'),('ZxZ-l?','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg',0,'Mb:h~}*\\Yt','Mb:h~}*\\Yt','KlOo̠YǮcKBy]39','',0,'?'),('6ōxU','wp-content/plugins/updraftplus/central/modules/users.php',0,'wv\'H:jP','wv\'H:jP','Ex$m${u&$;f','',0,'?'),('ʦuSG(B','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg',0,'LbshGn ','LbshGn ','Pe[FyƟ6VQwW^','',0,'?'),('Dt\r>','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php',0,'=-YJV-tI','=-YJV-tI','/J.%Z4TgAN5.','',0,'?'),('؂y=B(zJ','wp-content/themes/bridge/vc_templates/qode_elements_holder.php',0,'2[>J\"Zqn','2[>J\"Zqn','BsEl$PE]E@','',0,'?'),('!iB\\省<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg',0,'lCy/yyQ','lCy/yyQ','RDՌgd8VO$_k','',0,'?'),('N\'r3L\ZN','wp-content/updraft/plugins-old/akismet/class.akismet.php',0,'H4C[JhvH','H4C[JhvH','ҧ1 8,^2yI[u(','',0,'?'),('Y9/Y~','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg',0,'v%_skV','v%_skV','O>3YJ/P@Vy]]~.$','',0,'?'),('V^Vi[','wp-content/updraft/themes-old/twentysixteen/template-parts/content-search.php',0,'ٛ	\nɮS3eR','ٛ	\nɮS3eR','/f>P:.L	St\0.cvO\r','',0,'?'),('<>uV{','wp-content/plugins/popups/public/assets/js/public.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ocD6/:V','M֠/B62sZ','',0,'?'),('Wq>\"','wp-content/plugins/duplicate-post/duplicate_post_admin_script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KV-rO9ge','-:sT*g4-y/t_`<Q򚞓','',0,'?'),('%1<qWf	&١','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php',0,'^F<)ҿ՜l','^F<)ҿ՜l','뿦\'PT~;MC+@get','',0,'?'),('E6-o^I 6','wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php',0,'7/$dW٪R唂xG','7/$dW٪R唂xG','LDqnsYϥjXJА5','',0,'?'),('A|\nUjR/','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php',0,'UUx3Je)&','UUx3Je)&','xꟃEHUiOX32','',0,'?'),('Pw0h9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2İ\rm}%','3].BCBeʢS( ?Z{','',0,'?'),('*q0utGf','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php',0,'eTM+)y7','eTM+)y7','n,󹍇gK6T˷ܲ:h','',0,'?'),('+aIo=K]lQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg',0,'@_\"qn%\0#&0p','@_\"qn%\0#&0p','h(5\r^X̦4FRC','',0,'?'),('-=t\0^','wp-content/plugins/popups/vendor/cbschuld/browser.php/.gitignore',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('/E?','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php',0,'t>e=8','t>e=8','ƤeIMܾ_5L~R㹆Meߝ`Ѩ','',0,'?'),('/#^/\n#~u','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg',0,' a/:~)IX',' a/:~)IX','I;,,Dg]D.0\r9b','',0,'?'),('1Ogw-}}','wp-content/plugins/popups/admin/includes/tinymce-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|.Js\r','MDF\nHSKOw\rK\Z>A&R','',0,'?'),('2rdSQw].5>','wp-content/plugins/loco-translate/src/hooks/TranslateBuffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6}x5q~(\0','ۢ,uQ7:̼S\nz9','',0,'?'),('7h_ye','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg',0,'A\0\"z?bB','A\0\"z?bB','ꡖp\"!19*NL`','',0,'?'),(':|XH\0\\Il\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg',0,';y<2&5&x]43',';y<2&5&x]43','\nGGOqCFqY5k|nWRUJ','',0,'?'),(';j|:1/','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#uyd>ٲ(H(','o\'U~ߡeg|(ې3,$','',0,'?'),('>\rYZ2W-|U','wp-content/updraft/plugins-old/updraftplus/includes/updraft-notices.php',0,'yßjl{)8','yßjl{)8','`[raqc1vgwE7g\'','',0,'?'),('B yw+|t','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OTP^rbb!d','\Z[Щǩ{S.Ws:e\"#z[N','',0,'?'),('J&_#3Sq','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12^#8','#˒=$c6	B46','',0,'?'),('OO8eaV ϳ[','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php',0,'{zG/֋Ӱ:','{zG/֋Ӱ:',' N9?@RksvSp@','',0,'?'),('U%3vgI','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php',0,'2o3vBۋ','2o3vBۋ','vk(h\rqW=1#','',0,'?'),('V+@0pɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!}S','Ԍ\'MSgϾ*ñ/{ȐnDA#','',0,'?'),('Z)_w\'$X','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LxH,','R>oұz\\9	V','',0,'?'),('^Sx_?uGD','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hd9<Cˤbl','K.Boࣸvb%S~1K','',0,'?'),('b~5aI@)*','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\0$~aa','՚=p\Zy*\'e <kJ(CJ\0%\0Fe','',0,'?'),('fG<@៝N-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S2~%}C1','bAz	c~;Zym~&L(;q6nT','',0,'?'),('mM^C4@h','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php',0,'?k4\n:','?k4\n:','b\rG̡Y0[Gd׳EaY','',0,'?'),('x9p2wB','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']c>!q	f3Tx',',m<״4a<>/Ioş\\LyN','',0,'?'),('Ŀ7md[t<','wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php',0,'=}Κ/<y','=}Κ/<y','D2e`IIQ>e#H,O&xFb','',0,'?'),('S>\nW\"','wp-content/plugins/updraftplus/addons/migrator.php',0,'owkm%yO8b.','owkm%yO8b.','gjQRBOav}R	\'(T20','',0,'?'),('\\:ڈ)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lv[?+*8;','VHhK\np;.&/E','',0,'?'),('\Z%OH%p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php',0,'_.@ap','_.@ap','0f2F=d1RG7/E$Ǣ','',0,'?'),('1{\Zx}','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed_top_header.php',0,'w6]$s*','w6]$s*','<ݼ=AxOjlCN&˽wS,','',0,'?'),('e-osŕ;/','wp-content/themes/twentynineteen/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]/\'\'~z].Z[','/} 	ԾA9{!wa.','',0,'?'),('%E=SRXF\0$S','wp-content/plugins/cookie-law-info/public/css/cookie-law-info-table.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cMkbQn','w3&G`MѼ$i3jB','',0,'?'),('!ES7x','wp-content/wflogs/rules.php',0,'𹆔	Nlah','𹆔	Nlah','YZ\"`&BlEIҺ_=u@','',0,'?'),('>2\\o)','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dl᫁2A\nW','@3#\Zж/*t\r6<X\rIF','',0,'?'),('3vU\Z3P^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p) Uo','#d	ǂz_wT,Kޒ8','',0,'?'),('8~0Ju?2','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php',0,'h-Sa٬','h-Sa٬','ڤrpu0哗Χ*/I\nU(','',0,'?'),('L Ufu<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',P*{>vUf','?UzP\\@`8g;\rE','',0,'?'),('owЎ696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>=IO','p>2xtntqb','',0,'?'),('R%vf\Z(t','wp-content/plugins/booking-package/js/XMLHttp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','澨_0`D&s.','4Sw.;=^Z8 dkJ]A','',0,'?'),('˪!Ju7I2a]','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/yith-wishlist-conf.php',0,'׀\"e','׀\"e','I5OݚMV\nlI=3=yH','',0,'?'),('_ou7','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php',0,'4,3~)zw\\','4,3~)zw\\','J\ZFM-Q`TYm0(匼','',0,'?'),('®NĳqVQ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php',0,'<qb(C','<qb(C',',\r$KjݶOvv	_#\n','',0,'?'),('4BE4s_X','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php',0,'iڼM>(','iڼM>(','7CUX	nUU¿Bi%Ȁm','',0,'?'),('M8ORC','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/options-map/map.php',0,'+ʎl}IUc','+ʎl}IUc',')h|3a h\"m\n`%$%','',0,'?'),('堯X_wĮ','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php',0,'cHHn','cHHn','^\'eؓ-WKր!QV͛','',0,'?'),('*ɬ~|$','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php',0,'pvRGUy\r	f','pvRGUy\r	f','$0(p,_;%g=r*p%p','',0,'?'),('ҍthfw|','wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php',0,'\'MOb-+Q','\'MOb-+Q','c*mAnrYǜ5[OHG','',0,'?'),('o{H86`V','wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg',0,'P2{l<DQ','P2{l<DQ','˛V~L:18Y[V?u[','',0,'?'),('/<}FRm','wp-content/plugins/cookie-law-info/public/images/cli_icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jꦴ3','\r_j?-cxfJ','',0,'?'),('[B^	Z1','wp-content/themes/twentynineteen/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pT	/=B','1@Ir(t_~@hVy(','',0,'?'),('Iy-\nń','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Tg*\Z:	x7',']0֙8p#~\\oӁ=1','',0,'?'),('#m;NF;)','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php',0,'+8͝}Ol','+8͝}Ol','4>y:z!>|K\ZAWj)oa','',0,'?'),('\'t1\'QdW(|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg',0,'u<b^_L*uUMk','u<b^_L*uUMk','{M>g#dx','',0,'?'),('4[=H','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php',0,'CVsybo3`>j#','CVsybo3`>j#','wA/e{zwW&	1ogR]D','',0,'?'),('6;t޲py','wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php',0,';=NPQE평x',';=NPQE평x','<ZC ]f\0hQ>R','',0,'?'),(':=%M۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^f?YkEЉ+V','a+)	h=%dD\Z/BAj\\n','',0,'?'),(';Ѵ)	})\Zd','wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php',0,'MOdryf[y','MOdryf[y','_ʺ3XêYǰ.Zktcrv]1','',0,'?'),('@-STYhO','wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php',0,'+N DIs%-\0','+N DIs%-\0','SQp$FW988<n!qb<','',0,'?'),('I{?r]7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%YfvF.z','@St-]z\'+k2{j,QN~)	>','',0,'?'),('V\\ͯHPvK̒','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg',0,'` 9\\)jk','` 9\\)jk','d	\nf?\\B!Dt9ƺ6','',0,'?'),('` ƢXv{;','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -~Ȥ]O','׃Q(\0Gd+WY<G','',0,'?'),('h?h=ِpsj','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php',0,'1	+XjbD','1	+XjbD','Ҷs|\0eQD^^v=','',0,'?'),('m+#RD:0','wp-content/plugins/loco-translate/tpl/admin/common/inc-table-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O9mjgS}','彦*b\rPqIZESVnӥw<\Z','',0,'?'),('rB.xl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php',0,'k^|KSLsg','k^|KSLsg','=P LJֽ[1v_H7)F','',0,'?'),('u&	VS>7','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php',0,'-	/4A\'\'','-	/4A\'\'','2Tƾ\"q|{Z','',0,'?'),('{ḶPtJi-^Ye','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('-ih-_','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php',0,'\nKTq','\nKTq','r?swa\"]ve\ZśelڈBwy','',0,'?'),('eMy*Ҟ','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32U','cBCP\0F!vy6Ku*<cf','',0,'?'),('\"S}:?1','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php',0,'>Ɛ','>Ɛ','<mfx<~_rAh\0y','',0,'?'),('@k&XItǜ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<,e^X','qE-%3螔vL._]wsac','',0,'?'),('scAvpD','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg',0,'\\+	SK','\\+	SK','Ua\Za/6I*&A\0JwW0j$','',0,'?'),('j?btB<','wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php',0,'^sx6Ի>~h','^sx6Ի>~h','KKKQ}Ju&!P})D','',0,'?'),('j@u','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php',0,'tԞBޓr7','tԞBޓr7','Kı\\:.XSʠEmn\n\0k\\#Z','',0,'?'),('uVK\'&z=l','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php',0,'j\\r\n\"F','j\\r\n\"F','uߩ\nFA\\VWnHMJ','',0,'?'),('n\n\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'-Hf<1','A5Y9\0OtqЖL\\}a&','',0,'?'),('uTztN!','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_dropcaps/load.php',0,'QCK\Z.','QCK\Z.','0ʏXLKewmy umeIcH_','',0,'?'),('+,œI04o`','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php',0,'s݁NWp-`','s݁NWp-`','B\\;T؅j)S$,#<X','',0,'?'),('g[z\0ή','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MQ@ǮI','~rbwTNs;3fB)A','',0,'?'),('Pi8=1<\"7ۮ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg',0,'^|`۪','^|`۪','\\ra0Vwlt1.h{=gȀ','',0,'?'),('52OJY','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/load.php',0,'CCciˀɕ8Ϊ','CCciˀɕ8Ϊ','jw%mr\'hIn˿)8g&','',0,'?'),('ˣ+	K/h','wp-content/themes/bridge/js/default-temp.js',0,'ÕSMQ1&R','ÕSMQ1&R','d*^/YgaJ7LS','',0,'?'),('\\:*sQQgC','wp-content/plugins/loco-translate/src/admin/list/CoreController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j]t]F','Nܲ뎟B$1ώ2st-;4нT[}','',0,'?'),('8D|ާ4м','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/cards-slider-item.php',0,'+[Y(yct|Ɯ\'/^','+[Y(yct|Ɯ\'/^','iFÂ_%trAl .~_','',0,'?'),('tV<C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`׳m%','(l]hЮa	yfh0v\'uvm','',0,'?'),('DC/ŌqD#','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Scheduler.php',0,'΂\\ZcpYdfr?','΂\\ZcpYdfr?','@č0!ļ4zL(١pk\\=','',0,'?'),('§N6ov\\X','wp-content/plugins/loco-translate/tpl/admin/bundle/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?P *#(g\",:','6P(ʒpWQ39CYi','',0,'?'),('\\-\\ftKDs','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rxЫ]yy','>Ů)2j(sdul	׬9z!Gπ','',0,'?'),('lKU!A ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php',0,'B}6K~S','B}6K~S','Em:\Z+cg*icNyLR','',0,'?'),('wi.w(M;0D','wp-content/plugins/akismet/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9|2-#','JS\\<Cޏ=s\'WI&\Z(vaTo','',0,'?'),('o?1-G*g','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php',0,'Ys;։kZ','Ys;։kZ','ehb\0s\"Y!/llWcR','',0,'?'),('g`Ps','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php',0,'}1W\\_','}1W\\_','̒Oл?\\)¡an#`0','',0,'?'),('`Zc	4	-=','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php',0,'I&殀!!T.\"','I&殀!!T.\"','xBfgQU/erUUko8','',0,'?'),('a.oME`Y','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg',0,'c`^2MpEddt','c`^2MpEddt','xW=7$v>RkO8+Z̧','',0,'?'),('\rlA<=K','wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg',0,'lPwX4ht\r','lPwX4ht\r','KH?;KvuX\\&6ZBcNM@5','',0,'?'),('6ʵCU\Z','wp-content/plugins/js_composer/assets/vc/blur.svg',0,'oȈ\\$Fbo','oȈ\\$Fbo','d~3:)+\'lm!i]Q⯮v-0','',0,'?'),('oj@c\0֑','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php',0,'	D&Qr2!','	D&Qr2!','d\\؜ǪLsH\Z;T}H?HS','',0,'?'),('Zp`O`o','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg',0,'/@7fO(','/@7fO(',';\'XS	_4S3zr{','',0,'?'),('$ZsE:','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php',0,'$p#\ZX3*a','$p#\ZX3*a','0oS;&v9jRZILį0r','',0,'?'),('-\nǪ9§5\0','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg',0,'Pd=2*늬(\Z','Pd=2*늬(\Z','1d\\\\}oVi3	d0y','',0,'?'),('.xQ}t\np','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qp<\0aE$uۣ','t\r@J1$i,%KCt','',0,'?'),('7*\"{\nK<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lt{0oޖ','7<NoQF\0$jaϤ m\ri','',0,'?'),('9W,I\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blog-slider/vc_map.php',0,'YmmRE','YmmRE','׊MSa3ēzQ. ^)','',0,'?'),('>|\Z.\'8+R','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg',0,'!H293T','!H293T','y|UpD<tnh7e,','',0,'?'),('?8ZN','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w\"[װA>A','V*&)~d}K,Es','',0,'?'),('F䃴`\n','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php',0,'e2Cdn','e2Cdn','Ai=\']&p#݉1{]\r','',0,'?'),('X*VL	_','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y6D\nk<ǣ~','&\0+6u+ȕ:W?1#\"','',0,'?'),('cT\n*Wa#)','wp-content/plugins/loco-translate/src/package/Listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Z̅2<','ԾC+]U33','',0,'?'),('cnm1bpm','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg',0,'^T,Js','^T,Js','|斪kĀ.G\0c<YmC~','',0,'?'),('jI<꟟iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\"䪫|se','D:PP=<ɴ-JpZF)/','',0,'?'),('pԣ*ra','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg',0,'XyhBµ@*_','XyhBµ@*_','lJ+Vҹۋ2x«%PH.~+T','',0,'?'),('J5^f!e\n','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/report-sheet.php',0,'lnؚ\0\rk','lnؚ\0\rk','\r\n;KskZB8zB)%\\a','',0,'?'),('&}?\Zs`','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^뽍Lhc+h','cTTl+ALo^\"օ9U7\0%{H~','',0,'?'),(' Q','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php',0,'Q`A[\n\\a\0','Q`A[\n\\a\0','B[p?mpm~#FE,y\0ק','',0,'?'),('QWsA7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_?ބ=|+d','MS>j/\"K%qޣ~','',0,'?'),('e\\1tƋ<	','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B@8N\Z9 Oѫ','YuruN:a9&ƞKYF0','',0,'?'),('GGa\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕmANR',' *J/(sg YD]و̨|\0z','',0,'?'),('~iTÑJ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php',0,'1[6#H','1[6#H','%Vwm&@^iD4','',0,'?'),('I3\nY?','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php',0,'.Jspz)ZU','.Jspz)ZU','߬Y59[̖&\nH/X:','',0,'?'),('Z|075o','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3NM[/\r~H','rWQ@x[1 *o9$','',0,'?'),('B]nȄ87g','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_56IĔE','b;SG`JL4;ͮ1;\\;xl','',0,'?'),('W:?S','wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php',0,'uQǘ/|TΓ','uQǘ/|TΓ','\"ȗ\0Ӥ-8RrF','',0,'?'),('_x+','wp-content/plugins/cookie-law-info/admin/js/cookie-law-info-admin-1.6.7.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ui{\\ʄj','IB]]Ow~b-\rв','',0,'?'),('fR/1< PC','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hi%\Zp:~','r}ṔH U	PRX 5','',0,'?'),(',1MK9','wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js',0,'*x7lG=m2','*x7lG=m2','S4K0Gcyk<S}kwK','',0,'?'),('\"31v|hw','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg',0,'z7sU]>#','z7sU]>#','ەՎposf\Zw\0$sPmEԛ&','',0,'?'),('!\0.3|yy}','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php',0,'Bg/m','Bg/m','j](R\Z9N_=k$','',0,'?'),('-ھ&\0\'$<K>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg',0,'ukbvQD','ukbvQD','o\n7 T8ݍۀPe6,wV','',0,'?'),('蛢3םSg','wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php',0,'hq[{mo:','hq[{mo:','UO8y3N|nL^xB7m&2^§','',0,'?'),('\rb!EjڵX','wp-content/plugins/contact-form-7/includes/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B8sfk?{,m','!+YU<+_=mڹmK','',0,'?'),('WV\rI~','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php',0,'XEm3+O^[(u','XEm3+O^[(u','`5Hмʄ5d7h!Ca|\'!','',0,'?'),('Kȁ;$z','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d-;','gU}Գ{}|HR~^VR5<	','',0,'?'),('+D/Z@wG%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg',0,'B$H!\0+]~H>\n','B$H!\0+]~H>\n',';Apՠ>g~~>\\Nv:9i','',0,'?'),('-Et= l','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Package.php',0,'ApWؐ!Y|','ApWؐ!Y|','s`Cr{zyXH|%)Fgx','',0,'?'),('3dVmν``U','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php',0,'ZVVBSy9-u,:','ZVVBSy9-u,:','\0&Ѕ8=y9	aXFN4u','',0,'?'),('3)u3','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg',0,'%qɀ\Zt','%qɀ\Zt','|$q\"2JfVwP	U','',0,'?'),('>E9<	m`OV4C','wp-content/themes/bridge/templates/blog-parts/chequered/quote.php',0,'<9n?v','<9n?v','P2p	=ʥhDYVZʨKL','',0,'?'),('MjAMO\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r FE,h','pt[bmM_Iz\"[j/O','',0,'?'),('VWsp6?5\\','wp-content/plugins/revslider/admin/views/slider-editor.php',0,'X|	ml.E','X|	ml.E','\rgTj<q\ZCrR','',0,'?'),('bY5UR','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php',0,'[t.ޱƳuu8{','[t.ޱƳuu8{','ro_Fw\Z$w?@q]Qbf2o','',0,'?'),('kIKV[	5','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v>#!n(','DFUu|v/]2x_ERL2QlP93s	15','',0,'?'),('pj$ܙC','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg',0,'\Z^ s.f','\Z^ s.f','_WEmrcMu/JvA)hf0','',0,'?'),('u!JIG','wp-content/themes/bridge/js/plugins/html5.js',0,'+j܏q','+j܏q','DMz5EFD6w.\\BZ7\r','',0,'?'),('w\ZdϢ\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<Sǡz1Ϣ','Q*k_}2>Tq<_S:Qh','',0,'?'),('z9`Zζ','wp-content/themes/bridge/framework/admin/options/slider/map.php',0,'Er<VYw ','Er<VYw ','[J#	9Jv:홧m.','',0,'?'),('zZJ5qVM-','wp-content/plugins/revslider/admin/views/templates/slider-main-options.php',0,'(Vz=Aώ$]7epo','(Vz=Aώ$]7epo','4NLe#c`Ow','',0,'?'),('{1rf|!l\r8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg',0,'`g0|&Jg','`g0|&Jg','t&فXH%hu\"wАVH@	','',0,'?'),('5T?vRK+','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php',0,'aCUQ}X','aCUQ}X','5B!J0Ǎ\r=¬cIixii58','',0,'?'),(']?B\r?V4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg',0,'6~Qs4|$t','6~Qs4|$t','_Ԇ89W:\nȔ9ր\Zwz{!','',0,'?'),('@\n5d}\0','wp-content/plugins/cookie-law-info/languages/cookie-law-info-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{K^GKn','.JTp=3}7yoH.ӸnJD^6|y','',0,'?'),('SV˯Pv','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg',0,'` BGNYh:O','` BGNYh:O',' ß>6K\\ֲ~H˿Xgf','',0,'?'),('^W|x@Z[&*','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php',0,'ϬmMtѼJ','ϬmMtѼJ','f.%*ƚWnCsSi','',0,'?'),('/\Z)y\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9fܫ@0M,y','(%H\\iFzdnS=','',0,'?'),('lHe@ϑ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php',0,'f/@>M\0GXm','f/@>M\0GXm','{9mcϜ^哢wzV>M$W','',0,'?'),('嫩eD3wS_','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php',0,'ҝI\n R','ҝI\n R',':c\Zі\n	جM\r\"N`G{	','',0,'?'),('Y_$8w','wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php',0,'52RZ2dq','52RZ2dq',':TmT.Dˀnܕ~]/m','',0,'?'),('ͧ`=.\r','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php',0,'\0#%','\0#%','\\6QX{:ֽ	aoZ\\B\ZeJA3','',0,'?'),('AVJ|\0','wp-content/updraft/plugins-old/loginizer/jquery-paginate.js',0,'	y1ZS-','	y1ZS-','UMmt4E2S9\Z#p','',0,'?'),(' ','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Ui.php',0,'X0%QmފV','X0%QmފV','#/^\ZW:3\\ykdj>','',0,'?'),('8K7d^\'t','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php',0,'a>4\n8','a>4\n8','%Il\Z;zɐK	b^h!wܹC','',0,'?'),('$xM1>_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9>&YRg','ݙRYY-ҕ&qW1(K','',0,'?'),('p܏\n=V;','wp-content/uploads/wpallexport/temp/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('وT={96?@H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg',0,'\'?0&~\"A2`','\'?0&~\"A2`','N#ә&;oE\rnlN.s2R/k','',0,'?'),('[Yˋ%','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php',0,'\"dM+lO','\"dM+lO','ݭ~Px(%73Z7DN_%=Uَ','',0,'?'),('2i\n0m','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg',0,'RBQ\'v','RBQ\'v','B|(<nȃ*Tc','',0,'?'),('@p\n`R','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg',0,'n1\0<x׈v=A$','n1\0<x׈v=A$','d9`\'-LA[r[g8W?~e','',0,'?'),('ԥ85^QZ','wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php',0,'c]Gx*l','c]Gx*l','f`-.#іν9\0\Z?v ','',0,'?'),('.!&V','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg',0,'m,0','m,0','ɵLť#ЈE4.4դ \\','',0,'?'),('+>qFh[(t]q','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php',0,'8hW?KAif~^','8hW?KAif~^','-sMB\n<-L_zD\'Nh','',0,'?'),('D o1Ct@I','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg',0,'v `$','v `$','cΣvi[4&r &&xX!','',0,'?'),('v%tx>12','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg',0,'^z9eP','^z9eP','Y~.*&/)᫰\\cdf*','',0,'?'),('Qs|cL؜VH)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S%-','7(cəÁ}Ҍm{b','',0,'?'),('n\"{s','wp-content/themes/bridge/js/plugins/skrollr.js',0,'67uI9;ÉI','67uI9;ÉI','F#u$,{+\\b\0?zZ;','',0,'?'),('~*_cnfWJ','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/PhpExecutableFinderTest.php',0,'dX|5E\rx','dX|5E\rx','K$3HZ4t#6ЏE','',0,'?'),('#FĚn','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php',0,'(#hW_Ev[29!}','(#hW_Ev[29!}','σG/.drU꩜%8,D','',0,'?'),('4/|g)iU','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php',0,'4\'Sh]8B?=','4\'Sh]8B?=','Jy)N0ǖܠAħNi*\"ls	','',0,'?'),('/8&Dg|#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`L.:/','Bo5(hs1i1B','',0,'?'),(' ߒSǽ9Z?','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php',0,'yڛWҰ?߫','yڛWҰ?߫','L>4gR֝+m<','',0,'?'),(' c߉|y.','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php',0,'e5Ȳ˰13$j','e5Ȳ˰13$j','1FoL܆ǃ7/;\nX}9/','',0,'?'),(';7C+߱','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg',0,'yOi.u.>','yOi.u.>','$ZpyfNOGN@c','',0,'?'),('=`ȁYEZi.','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/cli-policy-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I`ʑ\0Wۡl','IjNFEb(\"8(Qnn+','',0,'?'),('@5*CēE','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php',0,'yt\ndfN','yt\ndfN','fJ6<&biG#jG\re^','',0,'?'),('E\ZJC','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg',0,'i@NikR4\0','i@NikR4\0','o)ɴviI/!KO/\n8','',0,'?'),('LL!\0\0868U','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg',0,'Q*@2/U','Q*@2/U','܌cُ<.K%=@>@7I1 Ad','',0,'?'),('Oxرc5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4gzNvN>','i2K!\Zmu\ncbMo','',0,'?'),('Q{fZ|#6_W//','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/horizontal-timeline-item.php',0,'!GzYsG','!GzYsG','O{`Itijgnu*U3 ','',0,'?'),('SeKqKn̤','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg',0,'o;:(j9OeR','o;:(j9OeR','gfIޢ#(fDP@x	!Ӻۛ>B{g','',0,'?'),('V͓D6.-=s~','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php',0,'KS+2HAN','KS+2HAN','Y0ZlٚN#h\nN3)','',0,'?'),('XTW@ڹZW','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php',0,':,6\\Lel&v',':,6\\Lel&v','vؚ; XmD.H^oL6jϣO','',0,'?'),('kIv]/jj','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php',0,'~%D ;CF','~%D ;CF','I=ao4r6ь!TvMw','',0,'?'),('n97I.Oҝ޿','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Xa+h%\"7','eY9x(<,ŁЉx','',0,'?'),('s]W@O?','wp-content/themes/bridge/js/plugins/counter.js',0,'մ4wE\'ZZK','մ4wE\'ZZK','~\"Y$HRbY>Hl	=H|','',0,'?'),('|BlIHҼOSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<C_hz3<7',',b#0!aOVc,ؕSԏIл%p)','',0,'?'),('$TCyFA>z','wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php',0,'qz\'N','qz\'N','XVUc<j\"f.{a?','',0,'?'),('ب&G)k{','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hP','Kd%.RAOFjo-','',0,'?'),('-\rypF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg',0,'[*LVL+<g7w','[*LVL+<g7w','xBto]΋ߛ!2n5xQ7k@ڲ2','',0,'?'),('MӼ7T~','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$kA`lwy','7\r4	춥Q\nc>c\n>Pf84Hk','',0,'?'),('<>$c','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg',0,'FcƹS.\n&!/I','FcƹS.\n&!/I','Їq2&;^\0xf~?','',0,'?'),('/5\\o\'1X','wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php',0,'\0oj?Fu','\0oj?Fu','o!wq>l4ҀhvT3L[','',0,'?'),('Pkʝ7u','wp-content/themes/bridge/framework/modules/sidebar/load.php',0,'Ml|','Ml|','0옍.;:,FRCovS','',0,'?'),('\',>!By?','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php',0,'A;VMu3>Z','A;VMu3>Z','2)I3yYT`44H>DL','',0,'?'),('I[Hm/','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php',0,'u, !\n','u, !\n','a?(Ɋ	;qU,fqzX5m','',0,'?'),('QicA','wp-content/plugins/updraftplus/includes/class-zip.php',0,'uQǘ/|TΓ','uQǘ/|TΓ','\"ȗ\0Ӥ-8RrF','',0,'?'),('f餧xMP]~B','wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z qE9g:I','v26}۞\Z\nog$$@[C\\V','',0,'?'),('h+B','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7XwOqa','k\r<I-Vsp6gb4ebfsҸ','',0,'?'),('F\"vh$Lb','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' z!<7*','>d:j1<!46g','',0,'?'),('G>ypq)q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg',0,'ۻ)y#⧈<q','ۻ)y#⧈<q',' 4P}-Lu!q4[\'x','',0,'?'),('ɟEg-','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php',0,'!uv','!uv','>jr_^\"TyNmpd]m\\\ZQP','',0,'?'),('˩6f/6YjI\0W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XUt\\HD','w>Ȗ@UFg݃{=-ڪ5','',0,'?'),('`GCl\"\"aS','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/load.php',0,'!=Wh[Z;Ak','!=Wh[Z;Ak','&<?$kNc$ـ\Z`x','',0,'?'),('DPGI!0o9','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/ExceptionInterface.php',0,'r:FJ!y]\n','r:FJ!y]\n','g&mnY\'~:) 4.k','',0,'?'),('V a+E0p','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg',0,'|{->9*x','|{->9*x','PH\'! N30k\'\'Z?kOWG','',0,'?'),('!<?!2','wp-content/plugins/popups/admin/includes/class-spu-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=!{yr','V:XvE8RJ1KU1G.߁Qq','',0,'?'),('浈AE>P','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php',0,'EzziW[Z\"|9H','EzziW[Z\"|9H','V;t4ZCvɝ3#G7Do','',0,'?'),('\\(hYOc','wp-content/themes/bridge/includes/sidebar/qode-custom-sidebar.php',0,'r߃շXC','r߃շXC','Q\'^\nb%Eࣹe׫F','',0,'?'),('i}sC','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php',0,'b[Ӂp@T','b[Ӂp@T','4ZErɲe7~,{y<͵n1,]*4','',0,'?'),('MAH\0[d_!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,}vĨ3G)','Er4@\0ԡ$z3$l\Z`iexl','',0,'?'),('yc0Og)ρMf','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O_DK|x4ea','ę7Fw݋{ka)G݇#','',0,'?'),('U]R)Ym','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nj09','\ZҨ2#s:Р\n		vØ+l','',0,'?'),('>9.p;ql','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php',0,']D.,Xe',']D.,Xe','nxitS韻C>JZ','',0,'?'),('tǱ%F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2(dhVD','SaYgj+| JM8','',0,'?'),('\n\Z`;O#','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg',0,'HU\r(:\rM','HU\r(:\rM','Aй6\Z]!:p.W\"ad>','',0,'?'),('Fj]p Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Klhr9\"\0',',aY}PR6`)Kfism ','',0,'?'),('aRU','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg',0,'a-Dd?\\ WXlW','a-Dd?\\ WXlW','0ЖF=͢ڷW]~鴗\Zk;p|ک','',0,'?'),('Qqqzw~','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/load.php',0,'+M[Ď\r:','+M[Ď\r:','hXW ؚId]cO3','',0,'?'),('#xWa','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_custom-font/load.php',0,'̒{~CVth\"?','̒{~CVth\"?','(RG꜕6PuCsx	uZVD','',0,'?'),('&ioDT8I','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php',0,'DhQk','DhQk','lKf(9΋bHQ\'!μ+','',0,'?'),('(:]LT͢eV+','wp-content/themes/bridge/framework/lib/qode.icons/qode.lineaicons.php',0,'n`/Sg,U','n`/Sg,U','DͨA6zet/bIs?O9!@4','',0,'?'),(')_ 22@\Z \n','wp-content/plugins/cookie-law-info/languages/cookie-law-info-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v4m S1','n|OK9k\rO1\\f#o','',0,'?'),('*v~ڟĆYGZ','wp-content/plugins/cookie-law-info/images/collapse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B\"\r0=-̘','if,,Y6MV\Z+孁64','',0,'?'),('1ϣI','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HM.','ƌZ>2ì<\rsJ2*','',0,'?'),('9_aܦ:G1','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/progress-bar.php',0,'KKb5n1)','KKb5n1)','w=«T[T64\n<M.M[','',0,'?'),('<|~E.Y^!]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0!\0f$}VӇ','<#I0VX_|QwtcN9׹','',0,'?'),('?\n5H?','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڍ0j50V;','!luVʻ	$4b	','',0,'?'),('@q\ZU;XXv','wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php',0,'^wDo','^wDo','wR	d\\PXy^ze/\"\Z$ቊ','',0,'?'),('Pf7\"|','wp-content/plugins/duplicate-post/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bM?;BĪe`w','/sDv-5RHUۈ[n:!gٟ','',0,'?'),('TL+rxa	%','wp-content/plugins/cookie-law-info/languages/cookie-law-info-sl_SL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N>i',';I	eu@PRoO42VB','',0,'?'),('lQ!O','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php',0,'>~@Jb.','>~@Jb.',' %C/j.E;.3[8Ѹ>','',0,'?'),('|,Qw7L','wp-content/updraft/themes-old/twentysixteen/404.php',0,'8ȗG@=/6(\r','8ȗG@=/6(\r','/Ì>=Um`!98jC3]aff]f','',0,'?'),('ɛ	1fk9','wp-content/plugins/loco-translate/tpl/admin/list/locales.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4pZuWS','Cp7)Nw49դo=gcۦ','',0,'?'),('%\n/i','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php',0,'B6Kh[\re<W','B6Kh[\re<W','Vd\n\"dz_O!%6i}C|','',0,'?'),('V3~[Kxޑ','wp-content/plugins/booking-package/lib/siteNetwork.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*YȆj','\0MH	}P2TB!l8h','',0,'?'),('kM1tZ','wp-content/themes/bridge/framework/admin/options/contact/map.php',0,'_mԕRfZ-','_mԕRfZ-','53\"gm\0.ρ0lFC;','',0,'?'),('juGCtO','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-k$ː','M}@=T%hB!bhk~=]5?\"','',0,'?'),('(r@','wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php',0,'\'}xĆ[-}0','\'}xĆ[-}0','nm\'mfLຘ)X_}a','',0,'?'),('l.H|S{','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-TmƦ','EڼPJtqrcIa,.1nVH','',0,'?'),('tnaCpA','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg',0,'J,\\#ʚ<7','J,\\#ʚ<7','\ZWI\n$YQ0@Jy','',0,'?'),('ISU`uTF','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l{bOs_a>','mn5ߐ֞βgJ\\3','',0,'?'),('*\0jM','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/load.php',0,'T\ZQ1RuͷCmV','T\ZQ1RuͷCmV','k^S>3 R6BtY0Voߪ V','',0,'?'),('dI\0gIm','wp-content/plugins/updraftplus/vendor/composer/autoload_files.php',0,'9K?pWM\\','9K?pWM\\','.7BTW8#)Гm3jd','',0,'?'),('C\n0uY*XCꢽa','wp-content/plugins/js_composer/assets/js/editors/templates-preview.js',0,'B0\'0-};\0|Υ[','B0\'0-};\0|Υ[','l+?@m$q/,MI?[w\0de\r','',0,'?'),('CCam}/	','wp-content/plugins/bridge-core/modules/widgets/widget-loader.php',0,'J]:];*','J]:];*','Vˠ99}ظ+KGQ','',0,'?'),('ʚ{(\\i7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|b$ѓ<','ꅱ/Y6_wpkw0','',0,'?'),('&B&eb','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php',0,';UMX++=',';UMX++=','WYˣWʢVWidZӓ8*T\n','',0,'?'),('}^72','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XTb̮JU','v%_\0b$m&`(=m<b\Zo0p','',0,'?'),('dϳS _~','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php',0,'ed8Th','ed8Th','ҋ\nt/D\\%RຝCD2#zo$w','',0,'?'),('*ge','wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php',0,'i|ߨiTfm`','i|ߨiTfm`','Zsv*¾ntR <*I<z','',0,'?'),('JRtk','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php',0,'pN3\ri','pN3\ri','YPK6h5R_M`U$굽/A','',0,'?'),('3qc;*V\08\\','wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӌؠv&Ad','Ks;oZÏYS!e','',0,'?'),('3mųYI','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg',0,'hs4>>cx;','hs4>>cx;','Qoo{tbZk+\0','',0,'?'),('>%ٵa','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg',0,'ڠ\"_J:u\rߤ','ڠ\"_J:u\rߤ','vA_R\0\'}Kcmv&.$','',0,'?'),('anV=Ty X','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k>ԪQ','i%ܴE^g2z,@QV','',0,'?'),('s\Z94ox[','wp-content/updraft/themes-old/twentynineteen/404.php',0,'^)j&U','^)j&U','U/Fγ?nhKxcZ/([','',0,'?'),('z-;ne','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg',0,'k6a5TS|6','k6a5TS|6','m7%YVXX1${|	B\0h','',0,'?'),(')Y` Ьxvz','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php',0,'`ߴ\'n>	`','`ߴ\'n>	`','\\$W1U@g,Nd@8','',0,'?'),('8[Mn-m','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php',0,'nD^HaW	1f','nD^HaW	1f','R{Җ\Z\"cF6anSf','',0,'?'),('9}몟!\Z\r','wp-content/themes/twentysixteen/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ld*Zb','(5\\&HFI7l24=}`jVBj4)','',0,'?'),('>^>(','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php',0,'ǋ׵\"T`\\','ǋ׵\"T`\\','¤j\"GްM&\\f_\'qk','',0,'?'),('J\n验7+M','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-hooks.php',0,' YzkJk',' YzkJk','Ͻ\\[xb~R5B;	Dx\rAZc6','',0,'?'),('M2έ\"@8','wp-content/themes/twentysixteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C=O|,Lz]','=2gN\0 |G6RVM\0xB[w','',0,'?'),('\\щu<\"Yڜ','wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php',0,'Vqeߗ{','Vqeߗ{','q3x^QL먽\'','',0,'?'),('e}QmJT]','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php',0,'Srx7c8','Srx7c8','-laBJGPxR*','',0,'?'),('ix`#62r/','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php',0,'Q\rT\ru5,^W','Q\rT\ru5,^W',']W-V܀%Z}+h|}	P\'=','',0,'?'),('} yTZHcDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r&aXF,ˑQ','AԷQYa\Zg#njUXh','',0,'?'),('0l{C!Dr','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php',0,'ʖ	DY','ʖ	DY','DdC:160\rwʍxks-x','',0,'?'),('-DNE7','wp-content/plugins/revslider/admin/assets/imports/fashion/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('p\"1]\'m0','wp-content/plugins/loco-translate/src/gettext/Data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Vdvt.8','{JQj\\`sWrZgDI`up煍','',0,'?'),('7/?zs ','wp-content/themes/bridge/js/plugins/jquery.twentytwenty.js',0,'1-Zhڜ!2','1-Zhڜ!2','>;\r2wY7Hǂ&oǷGd!J\\|','',0,'?'),('{0l(Ʋu9,wSu','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','жt\Z','s<~d;lLn_u+1jDO\\\0','',0,'?'),('J;9','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg',0,'/Tj`8h','/Tj`8h','Cy\\P;(5sPflti+9','',0,'?'),('Mr`Im','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^O4?FvV`','P\\t^~Z)7׬R@ߎb','',0,'?'),('$\0Slaşq|\'','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php',0,'`imq\r{l\Z','`imq\r{l\Z','\Z[6qϽHO\\gnBdG6','',0,'?'),(')!)6>}74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\0a̠Uf|','0!{(EdY؜#VkB^|$','',0,'?'),('{4.(u07Ƶ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg',0,'6?eQ','6?eQ',' 2)KSo=n','',0,'?'),('	1Rǘ=	','wp-content/plugins/loco-translate/src/mvc/View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/<W\r<\'JD\\',';wߕ/Gp4hg.R=','',0,'?'),('yL	cJ\'#','wp-content/themes/bridge/framework/modules/page/custom-styles/page.php',0,'S@N3>a','S@N3>a','GHY4;k2lɉ*m!ca7','',0,'?'),('/\"\r6P0x','wp-content/themes/bridge/templates/blog-parts/pinterest/text.php',0,'3\nYc,','3\nYc,','O}M:U+\nkԢf%d[y`N','',0,'?'),('b`sX Y','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php',0,'ںmʸ]','ںmʸ]','MJ(1y(F-&^HVҮ','',0,'?'),('h,3`Jlo\\[c1p','wp-content/plugins/loco-translate/src/admin/ErrorController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','llW}z]','U@r\ZM7_ /X\r{ya','',0,'?'),('LVY*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[n/v5px','0,],\ZZ7~3@','',0,'?'),('扽v;tC','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg',0,'q;.y}r>','q;.y}r>','3&\r.LFHu\"̚*a9p','',0,'?'),('k;a9','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php',0,'	/\\#{zKS_','	/\\#{zKS_','	zZQ\rp%BՆ=]o=;','',0,'?'),('f-\0GiiE9','wp-content/plugins/wordfence/css/wf-onboarding.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/KwtG\'(','mǸ${&W>.{?Wo)=H','',0,'?'),(' A$ۤfCN37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\ZL5_<G~J','YkpmU$p3TP[\\','',0,'?'),('(הWh@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V!@c0S','d[O:Ǉjl}q','',0,'?'),('/\rZq\'\rIi','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php',0,'xrxak\rG','xrxak\rG','h|y)mtz**P\'vyFgcY','',0,'?'),('01Aua\\\nZ','wp-content/themes/bridge/framework/modules/timetable-schedule/load.php',0,'VMB\rߧC63','VMB\rߧC63','EÜ^h9恁=_\"#<','',0,'?'),('70,		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy?;8V\n','\0-]뮳XEt)`1C}Mr2/','',0,'?'),('=2EZo5','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion-tab.php',0,'õoPLr&f','õoPLr&f','\"QެeXH>ږF,0䡡2tom','',0,'?'),('KGNeM*rW','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg',0,'$<tU<','$<tU<','K	cwbXE~o lM7f&','',0,'?'),('N߇&u;A','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg',0,'\\0^c2!ۚ%','\\0^c2!ۚ%','aNHxjbEgl)\r.r|6','',0,'?'),('P$9e`z@3>','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php',0,'\nT+)16ܳ','\nT+)16ܳ','\\63܏MZԳU;G9GYbՋ','',0,'?'),('g\Z\\\r`=m','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\rL{ǀ','VZ+&\rЩU;L)R!ӵ','',0,'?'),('iBj]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G8J+	z','>8\'XiUbGн,<T`64Ѝ','',0,'?'),('lXPciy6','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php',0,'(\"f]h0\"Ѹ\'N','(\"f]h0\"Ѹ\'N','#w	)V 1\"gD%wq~?z','',0,'?'),('n\"	i','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg',0,'=ktHS','=ktHS',',CLJkp\"b(y@c956','',0,'?'),('{9\\\'Ylv:','wp-content/themes/twentyseventeen/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx(Z%p4>','ᮈXjtcIA1lhRTʀ]\"X','',0,'?'),('vόY9','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\nP˴iɻ5','lO/8Gk,x_vLzwVf','',0,'?'),('Eox/\'Qxv','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitLabApi.php',0,'AO2O?H+C?','AO2O?H+C?','H]1Dk\'2f`uAH','',0,'?'),('XHov','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(DM1M*J','7pd)\'bf=4ZBcN','',0,'?'),('Xp~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Woe~oB2_;','5qSrL]OXsq+l<ɒ','',0,'?'),('֗]NRS{qv?','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i[p]<','r5SE?29/)_PJvVhR','',0,'?'),('?YIo^\0!#','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_accordion/load.php',0,':#>f4t0',':#>f4t0','d)Z+YY JL\'$5','',0,'?'),('\Z,zҐU','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DMZt','۫n8NBe^qMFՕЮ%','',0,'?'),('C\\X?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg',0,'/3\\-%C','/3\\-%C','Ɉ>5~D.51ōݿ@8KiRrK\'','',0,'?'),('=ö%hwY','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php',0,' 7o-&hR=',' 7o-&hR=','XY}öN\">C:%l*IgY','',0,'?'),('O܎$8Je','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f(\n4tf','_;ĈS^ɐ\ZY','',0,'?'),('DHӏ)cy=','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ƣٿc;z','NJs@3	:h)7K<\\N+','',0,'?'),('*v<TCUXJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','miΛ<ri','W\"T_r^,aZLrd}A[9','',0,'?'),('\0߯NI','wp-content/themes/twentynineteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c;rR Wٴ','Eb]qul#Qj,RN0Q(','',0,'?'),('EATڳ','wp-content/updraft/plugins-old/updraftplus/includes/class-updraftcentral-updraftplus-commands.php',0,'Xf54P','Xf54P','s\razA9O^Zs2yJۧN~McC؎','',0,'?'),('^).U$','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg',0,'zG}},-3X','zG}},-3X',']|cƈ\n\\އpӧ!ξ\Z','',0,'?'),('V܂0\0U`5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.-lIݞԮ',')x	Bu |@lL\Zќ)u{','',0,'?'),('	P+\"3\n+','wp-content/plugins/cookie-law-info/languages/cookie-law-info-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o+?(\n?Kԟ','XߤkG[V/rq,&Pvk','',0,'?'),('\Z R[\'>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\c7yxгl','~qV*\'1]3^m','',0,'?'),(' 3IACp~	','wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php',0,'f\n)Ҿ8s','f\n)Ҿ8s','eˤYNt5G','',0,'?'),('#Bx','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php',0,'+%DV=\r~\rL','+%DV=\r~\rL','ñ^Ab	#+&Ӧ+UV?s','',0,'?'),('$jX])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i4Fֿ',']o{ٷ	Wted','',0,'?'),('2\\17Հwi{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P$@A.0Qt','@b/Eؔå;M	ۙZRİx','',0,'?'),('8;R̳}Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php',0,'jzm#Ir\ny','jzm#Ir\ny','da\ng-GC7~Fܳ+2gh','',0,'?'),('BR?\r~uMg%','wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js',0,'xTzs','xTzs','2i/Ln$H8tJpm˛0؟','',0,'?'),('Dݣ<-	=','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg',0,' JPp;-8!',' JPp;-8!','?6IgE`Х.\\}OrC[H\0','',0,'?'),('H)jHj','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\'BlIf\"c','O$U?\nRyV=TZ','',0,'?'),('K`+H47','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg',0,'L%=4+R','L%=4+R','RG4dDI7(MOr57>	LX?S','',0,'?'),('aY7OO.4pp','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php',0,'ŴW1bi~$D','ŴW1bi~$D','ĚPC7C~/X=:5[Cᴉ','',0,'?'),('j%Mɍp)Z','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'[#98!','{uK[g͆Ex{:߼lͨG','',0,'?'),('qqo,3-+','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/functions.php',0,'mA7uUZ>4','mA7uUZ>4','3;y!	:V`6L$J{*G[','',0,'?'),('%7f\Z','index PRESENTACION SR RESTRUCTURA....html',0,'!3\\>c','!3\\>c','R!dG~	\rDnn9eQTFB$','',0,'?'),('XO','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php',0,'}9mZ','}9mZ','8ds~K}AHX%','',0,'?'),('LNS\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg',0,'*,Ԇ]{H','*,Ԇ]{H','$Ng\nS\0Չ\\:ܬ9[SS','',0,'?'),('mM:ǚ7\\\r','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessUtilsTest.php',0,'H7Au\0/e','H7Au\0/e','_־/{vG8umW!ʯic','',0,'?'),('RKQ5v-	','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[K*ˠ\Z^','k M+EL1G8KJ','',0,'?'),('¤b\'lz\0','wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php',0,'b]߸A<','b]߸A<','H8I&^6nR\";ӽm.','',0,'?'),('X6R\r/X','wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php',0,'Pnw$P4','Pnw$P4','yM {1GL܁c.j-Lh&ʊK@','',0,'?'),('ijy!6','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php',0,'21G$[','21G$[','m,avJ[_7)I\"fo	u۬','',0,'?'),('xs\"胩x!','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php',0,'b9P0V&X&','b9P0V&X&','I/RAV\r,pǀX','',0,'?'),(';(Xp`ҙpݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nB{р','Vk@xlW%z^0@\"l,8a','',0,'?'),('tVF/','wp-content/plugins/revslider/admin/assets/js/context_menu.js',0,'=4ooa$c*>','=4ooa$c*>','-df]!ċxP䌭Ѡua1r=\r','',0,'?'),('^^[(J@`5i','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php',0,'&!K<UZʛ','&!K<UZʛ','H?ٗKHwJ5>шa&y>','',0,'?'),('htq@Yw','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php',0,'EWEX$pE','EWEX$pE','ϫ\'W?	ET#[I(','',0,'?'),('t0ga/','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~-x\'	','{ڋNo#X+Xe\'_>\Z','',0,'?'),('ZXq^=	v>','wp-content/plugins/popups/public/assets/fonts/spufont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@QL=]','{Xy\0ۏ\'Ats','',0,'?'),('\nqoqZVyX9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&9hEp6','ǪsE\'\\lD)i$q','',0,'?'),('2޺f	pA9g','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php',0,'_52ud]|','_52ud]|','XC\"rp]&<g ','',0,'?'),('Hbh519','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php',0,'[Օ#5Mm:i','[Օ#5Mm:i','[d`zb^R/vC|dBԘ','',0,'?'),(' F2G5#y&','wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/load.php',0,'X$`%|=','X$`%|=','oySoBJѡ+bzۮ&d','',0,'?'),('!+UU\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vI\"cz>','мUh\n5?Iq9LSC0eGDe','',0,'?'),('#͜0W<','wp-content/themes/bridge/framework/lib/qode.layout3.php',0,'VXW5=k','VXW5=k','0:#\0ɰZμ^&?e ','',0,'?'),('*n ȼl8i','wp-content/plugins/popups/vendor/cbschuld/browser.php/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sz>4oug,','9CF8\0s-ksSbv;!','',0,'?'),('+QEp~BʿSD','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php',0,'Ss:`E4F','Ss:`E4F','IZGAl:},ڼ7J6','',0,'?'),('.[=\nc0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php',0,'RG0n\ny\nh','RG0n\ny\nh','1Fi  8bsHľu1t_','',0,'?'),('/%<-Gi/','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p9 P5','ğ4rb\Z\0}D|s>6G','',0,'?'),('9p>{FZAu','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/options-map/map.php',0,'&eMJ3ӾwSs','&eMJ3ӾwSs','!%cYi+OZ`>P\0ŨL)','',0,'?'),('`@YE!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','87a`CZ','hI x<%ji$','',0,'?'),('k-\'Ϸ0v','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg',0,'{{|o7a','{{|o7a','F|I}na05%F','',0,'?'),('l&_U߰C','wp-content/plugins/loco-translate/src/config/FormModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S~|\"A@',' ZPu{\ZRkBQ','',0,'?'),('n]|{ QW','wp-content/plugins/revslider/admin/assets/index.php',0,'{J!u?}s','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('sg;4SfG:o','wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js',0,'(Ά\'Hʮf','(Ά\'Hʮf','́Ay7~\"&4}Sp','',0,'?'),('?z;_','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php',0,'k6r;HpjԪ','k6r;HpjԪ','vaN?O, -1qV1:>','',0,'?'),('P}L3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php',0,'q)XMԭ`@Fv','q)XMԭ`@Fv','V%9d6M5I','',0,'?'),('r#}ӒkO','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php',0,'5j>?~[-{','5j>?~[-{','wNuǃro;ADfa','',0,'?'),('Ư	\'CԻګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:W^','rN!`VOcKviՀ{Fn\Zle','',0,'?'),('	X=\'M=@j','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php',0,'|:a}|x','|:a}|x','Aĵ VّwCP|aQԹH','',0,'?'),('4#հ}','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/D\rmb y_','$+;f7{O/gp~','',0,'?'),('Ud(\"','wp-content/updraft/themes-old/twentyseventeen/inc/color-patterns.php',0,'>K	k','>K	k','N>øU69$8X','',0,'?'),('\"Z0\0ؿeԦp','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#2xV׳@','z\0`Ot̓!z\r++m\0','',0,'?'),('3vI\0-@','wp-content/themes/bridge/templates/blog_chequered-loop.php',0,'-5-cfv!\Z','-5-cfv!\Z','ƾ({<bj%@wdq֩^C,Z%','',0,'?'),('\"8Y74O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','diBDJD5O','NaiB\rAO]@P','',0,'?'),('x8[!>X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$#wKB.Mf','AVRIyfgz|','',0,'?'),('߾5=0Na	#$','wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('ј>yz<,\ZZ','wp-content/updraft/themes-old/twentyseventeen/template-parts/header/site-branding.php',0,'\r%F29&','\r%F29&','ҍ||ò+W$UV{r','',0,'?'),('OGϏjD}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg',0,'*{6d','*{6d','-KCl^,3NCj\\&4gq՝','',0,'?'),('zySU','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg',0,'}b[,۰北0','}b[,۰北0','yM	ǩȁu%Q(>~fc','',0,'?'),('J','wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php',0,'uBKf:b:0','uBKf:b:0','5OƜ؍v4(','',0,'?'),('{,+/N1;b','wp-content/plugins/loco-translate/tpl/admin/config/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Dyg6<uyc7y','N،跲#}NJs-GbR','',0,'?'),('aBr9d1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php',0,'.څR`uDLHP','.څR`uDLHP','XQt<bmy9#08e3+hn\Z','',0,'?'),('J[dEb','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php',0,'j\0+6}F\Zٽv3','j\0+6}F\Zٽv3','C*}&DZ|n([<','',0,'?'),('ue{X1','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5$ý\n	\'q0','\\\"ԯ-\r6eNIDzB\r\0','',0,'?'),('1Ƀ٢@@:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg',0,'|F5CV:','|F5CV:','Ԟe;nTGKk`߈68','',0,'?'),('-r\Z7d#Ƅ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/load.php',0,'_\".@ʕUcu7','_\".@ʕUcu7',' (-V_-ǖg|{>7','',0,'?'),('/0)\Z','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ \nRoN7|','~❃gd&w[uo|t}','',0,'?'),('0rI`[,\Z\"on_','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}vǣZI','od,])$mk','',0,'?'),('@qG-$|','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gPʋi[','DeJ\Zfxb	x\'P:U','',0,'?'),('E%j6dI@B','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg',0,'R5!6/!+','R5!6/!+','\\s\nm;{s(\nC(E8\'+\n','',0,'?'),('SKK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g.Ks3;ݒd','?bvJ?Lr}PU2{ ꍎj','',0,'?'),('c~Y1@g','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php',0,'|ݭ\Z','|ݭ\Z','7p+VZezjD	UsD','',0,'?'),('i&8$[??','wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php',0,'hŽ+&\rI5','hŽ+&\rI5','X3I+gy$\n EOza','',0,'?'),('x_,[5','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǐ#a]2','[8lYckl	u#KVn','',0,'?'),('ygzaU\"	XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z/Pꮱ<	','tneTR/77@\Zҧ0gǌ','',0,'?'),('UQȕPj','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg',0,'8b=WhqMh','8b=WhqMh','z\Zl.ݹTgunfRc\\V','',0,'?'),('ݕc{X}$pc','wp-content/plugins/cookie-law-info/admin/images/wt-cli-info.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2D؂','7&e}Vs*`hje15l9','',0,'?'),('- ?̰','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php',0,'_e㙩ͮ+','_e㙩ͮ+','i|\r5+j/*sZvD','',0,'?'),('oY2=A*<','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg',0,'6=[','6=[','7h+^j*\n(\n\\ G*pCP','',0,'?'),('gFBZÚ(v','wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nڌh\rdm:].x','M>wv(7]@Az#\nml','',0,'?'),('ft\\[9','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php',0,'Bb=x\ZS','Bb=x\ZS','\niV5Ki}EAt7̉\rt)f|<P','',0,'?'),('#\'\"#P','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/ThemeUpdateChecker.php',0,'Z~ƔҊS','Z~ƔҊS','[D9\0zcGjý`rV','',0,'?'),('|xn&Jn9','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php',0,'tCD|i','tCD|i','*TAY4C(.u\\-q	Y','',0,'?'),('ȂC虧M-\'r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg',0,'fN\r~9A','fN\r~9A','Ϭ34uds՘Qn`I@','',0,'?'),('1!1X{h|]	','wp-content/plugins/loco-translate/src/data/Transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5)ݶJcy','1*!{xPtj:ڙEoMҟ','',0,'?'),('NTZto\r%F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0GF.Q4','-XLR?7(a-i&Mzs}-<vr','',0,'?'),('9 Lk_','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php',0,'qw<\Z-60','qw<\Z-60','E\'\'阌2\"սм|gE','',0,'?'),('zGd','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php',0,'|7F03jU','|7F03jU','B*Gtb(MI5s	^F,A','',0,'?'),('B%~}x	P','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php',0,'o̳c;uz','o̳c;uz','CH\0eI	P|m\Z*,l','',0,'?'),('^	jjf-','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/export/exportToJSON.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aff)<wwLm','U<\0$J+-͠ܪ2AF\'','',0,'?'),('5Fc?','wp-content/plugins/updraftplus/includes/class-partialfileservlet.php',0,'_4/F(','_4/F(','BXASr!kbfq`B@*c','',0,'?'),('wT','wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǯ2cܛ	\rx','\n8ukqr:Py\ZI	:;.','',0,'?'),(',4z\"fQ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg',0,'~CΥ>]ȡ*7','~CΥ>]ȡ*7','_8gIOB=<Me\0o^H','',0,'?'),('̝܉J_H','wp-content/plugins/wordfence/js/jquery.qrcode.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԹXp`me<','wP\0pzuYDSz(WߥP3$S','',0,'?'),('anZ\0RPH','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php',0,'Yɗp?fs','Yɗp?fs','E5WvFw;}Tko','',0,'?'),('o/d4x`','wp-content/plugins/akismet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@^A{Bs','HYfAp0]OcB /$g:','',0,'?'),('&V:~G,\Z3','wp-content/plugins/bridge-core/modules/widgets/widget-class.php',0,'IO஬D=QZ','IO஬D=QZ','^ːɵ١NƘkXlO','',0,'?'),('(i\'r>A3','wp-content/plugins/updraftplus/includes/Google/Service/Drive.php',0,'A6o6QH','A6o6QH','hBtV`dU!jwǌ:e`','',0,'?'),('/ɘ]^W\\q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kӽQK6ʴt','bb,Ƣ\n/MjDT\rN','',0,'?'),('_avR~+ ','wp-content/plugins/qode-restaurant/post-types/restaurant-menu/admin/meta-boxes/restaurant-menu-meta-boxes.php',0,'v1 @R','v1 @R','R,`ے}$Ļ;7iPCm{P','',0,'?'),('c6י+','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php',0,'k\'}0}','k\'}0}','  `\nltf2gSd)A{-','',0,'?'),('f2|b5֤','wp-content/plugins/revslider/revslider.php',0,'``@kFL1','``@kFL1','\Z;6Ĺ\r8`dخ\n:^V?','',0,'?'),('jS\\ŶqPj','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/load.php',0,'Y?XW\"lWLh','Y?XW\"lWLh','ȳpǜ!>2\"L2?','',0,'?'),('kv4&Fu,','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg',0,'];s','];s','%6cL}V6iemWYoWLJSF','',0,'?'),('v{LJlōYz`(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','](\'f1u,.Oo','oU䤭`GC-rzJ|˹p,4','',0,'?'),('|D)v8','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php',0,'\'$^sl.2;\n/','\'$^sl.2;\n/','t\ry\0Uձ:B\0W ap','',0,'?'),('7ֆ3i{d2','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg',0,']tNw+',']tNw+','iڮ-gf@7!W~Z̀-','',0,'?'),('X12mƇr','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php',0,'&&4K','&&4K','e=26dAu,#ܥxpri;','',0,'?'),('LM.%VYd','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php',0,'OA\'9\'+;姗ax','OA\'9\'+;姗ax','!C,V-g$FxZܷ뗆l','',0,'?'),('(NL;	','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۈgpwN\"<`',' >(%z693H','',0,'?'),('ŗc;۞u{','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php',0,'(M+Cmk>Bh','(M+Cmk>Bh','7 	x 1h1$].-_\Z6','',0,'?'),('?UBwN	i','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fp4g','x8o1bprp','',0,'?'),('Ѽ攺>fbAJJ','wp-content/plugins/revslider/admin/assets/imports/finedining/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('퇴u46','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lfk<\r\n','R!O]pI\n\\VP9=!?','',0,'?'),('7\nزW','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php',0,'85Yb{f[W','85Yb{f[W',':7Cւa@ش٥3X&{rbp','',0,'?'),('Q\"FIܢ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg',0,'a}x:O@','a}x:O@','5>8╃`Mj(ahPjs]t','',0,'?'),('\0XnS#5MJ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php',0,'Kȅ{G߭','Kȅ{G߭','q.9ꃊ)QK!Wtt[\ne','',0,'?'),('M\r1rau','wp-content/updraft/themes-old/twentysixteen/js/keyboard-image-navigation.js',0,']\'\'/W',']\'\'/W',')4vo$E(v9DF\rU','',0,'?'),('PA\r?^>','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php',0,'`r?}\\','`r?}\\','5-tP\"xX0w\"2q','',0,'?'),('XVטO|8}','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=gȒth+d','[l&_njsӸUY\"ل','',0,'?'),(' >][xe,>','wp-content/plugins/updraftplus/addons/importer.php',0,'5QSf','5QSf',',`=%;C7\Zڹ\\Hj)!','',0,'?'),('!sk\rθ\'','wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js',0,'j%蠄\\w%d','j%蠄\\w%d','CSdmntW2oH/olV#4','',0,'?'),('%޹Q\r=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg',0,'%ůuœ\0ǌ','%ůuœ\0ǌ','S1iKѡnKg-t#<:մ-','',0,'?'),('4F9怨H^_','wp-content/updraft/themes-old/twentysixteen/index.php',0,'TzRI5=RkjA','TzRI5=RkjA','-lM2#ÞP/	','',0,'?'),('8\rk\rÐ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php',0,'d	>?\ZTڷ','d	>?\ZTڷ','4+I2Mp\\aQQu\Z_','',0,'?'),('>s:1`-tv','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg',0,'<cU$oBDg','<cU$oBDg','eSNvŧLov','',0,'?'),('@lntaSd','wp-content/themes/bridge/framework/modules/woocommerce/admin/meta-boxes/woocommerce-meta-boxes.php',0,'4VGĪz4','4VGĪz4','u$e\n!gB~W\\','',0,'?'),('BH*mzN83','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}bA05ld','[d \\h惞.|Toah\'bt4f','',0,'?'),('GN2\\6}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg',0,'<cAdE','<cAdE','ʄ?Owpn.2ZdRJ\\<8x','',0,'?'),('T~nahdq0','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ExecutableFinder.php',0,'4aLc_`-','4aLc_`-','LIRhF/$YK)<nƷ/s\Z','',0,'?'),('V}Pm/|I*','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`6!҃z','G?~D,(F]IbNEpcv:z','',0,'?'),('Y^2H%y9W','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php',0,'QXJu*U\rf]O*O','QXJu*U\rf]O*O','<f}{HOڥE>FM','',0,'?'),('Z%9t=','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php',0,'=}Κ/<y','=}Κ/<y','D2e`IIQ>e#H,O&xFb','',0,'?'),('aM&թ;?_6','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg',0,'\n8l}+QG ','\n8l}+QG ','~2`[éYR:ٗέ0\0#$s(','',0,'?'),('cI(4-YHq','wp-content/updraft/themes-old/twentynineteen/inc/color-patterns.php',0,'y\ZH^yO','y\ZH^yO','xiFngזϤ:q4w\nr#J;','',0,'?'),('lt:{0+79C','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hx+07`}','@qzjI \0DaW6n{y','',0,'?'),('tao\Zb?','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php',0,'$l̅!8!','$l̅!8!','Qpݪ4DD/c$_(|','',0,'?'),('xF?l]İ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php',0,'&U=0wb','&U=0wb','{6:|\0tMK	\\$1_','',0,'?'),('~+EU-5M[','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php',0,'2=ooȏ','2=ooȏ','[qd##C2*xzDR2jݚ','',0,'?'),('b%$+ʍɵ.q$ ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/load.php',0,'l^̚2<:','l^̚2<:','ǈâI)SZ3p.u,>&i_fcK9\'','',0,'?'),('DO8eTƋ','wp-content/updraft/themes-old/twentyseventeen/assets/js/customize-controls.js',0,'@c*ht','@c*ht','MHϛ\"\r٠4թ!	ӆ','',0,'?'),('.v8-rJŕqQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{,ݍ][c','R)C`p	ъ ;(Ltcnzƈ','',0,'?'),('DM(4','wp-content/updraft/themes-old/twentyseventeen/template-parts/footer/footer-widgets.php',0,'~V2:5AY-','~V2:5AY-','r1BMSDАy&.3xR*g0','',0,'?'),('0_j}8IAh','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php',0,'2uMf','2uMf','U8T¹7ˢL\"(H±','',0,'?'),('(˫)w:','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php',0,',rs%#P,#',',rs%#P,#','Ç%ŉ`n+3]ι[k','',0,'?'),('6UѦu','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3v\'J*ߤP/WW','W{a64a@D7fva','',0,'?'),('7E#wŧj','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','79sC!,|<',')𢥱:UK*>-/','',0,'?'),('	_:Oig','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg',0,'l\r,_ȇ','l\r,_ȇ','Ϲ*}d0G\Zno#`FA9_e\"','',0,'?'),('XQ/L\\Y','wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php',0,'[_ƑG','[_ƑG','xZE*(Kn@ݔXOhc=B/','',0,'?'),('bq/Fk','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7¤\rFg','nV\'VV)F|*ᑝ2Nz','',0,'?'),('.MA\r41','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php',0,'x)0R','x)0R','	[1ʢ!hhu','',0,'?'),('ş`d\\;beliQ','wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#8vgs','oh\0:YL }=#Aex','',0,'?'),('ҫPN\"z=4M','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php',0,'d^䘁B y\Zj','d^䘁B y\Zj','FR3$)Kl\'^j','',0,'?'),('dqm:8w2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg',0,'|uUAKY','|uUAKY',')N8jsٟjzvN=54Csq >','',0,'?'),('l;hn)U\"\Z3J','wp-content/plugins/cookie-law-info/languages/cookie-law-info-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dÙj4~4?M','01FwYm\ZOz/IG>}0#)','',0,'?'),('Vq(¨a#','wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php',0,'f)F|{8\n&','f)F|{8\n&','=`s$U˶#	j[~)k\\m','',0,'?'),('xac4v4Ut','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']27i$A','Zi/\Z`~Iͨ)!','',0,'?'),('&ee','wp-content/themes/bridge/templates/blog-parts/chequered/text.php',0,'[;n\rs','[;n\rs','m?0R ,nN\nҴ@\"}ܻ=','',0,'?'),(']>ՌW%n6','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg',0,'#WB5Tђ^','#WB5Tђ^',' dҤ\',ewA	ڑ>+=','',0,'?'),('v|-','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!<]r','p[L7F|˖ZBR','',0,'?'),('\0`p\rtT.b','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg',0,'c΄>','c΄>','Dáq׷<t-΋/*r','',0,'?'),('bchGmey|D','wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php',0,'y9aVJ?==\ZK','y9aVJ?==\ZK','AႯhHؽCu?ug֬','',0,'?'),('\Zad8p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php',0,'qӨ\'=]','qӨ\'=]','q#6W۝\'	VCocઋܨm','',0,'?'),('!HUN&\"z','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D*=(M9xq','*><rbL^E?2{X1x)(6','',0,'?'),('\'~\n>鋅%','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php',0,'fC/˿^ .`&','fC/˿^ .`&',':QmmI*ޞƼ_Z','',0,'?'),('4Ca)	BH','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php',0,'b]`NU7$','b]`NU7$','ʼ\',Tw<խ	]\n','',0,'?'),('C\'qc`dɀK','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php',0,'~>L/*<','~>L/*<','K\rJH3yAQ&\'JU0','',0,'?'),('L~iS?vC>@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2]f5℁t','9\\ZgWm(7D4+_','',0,'?'),('`UK+\"(Jwe','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php',0,'	Zi9k5.4','	Zi9k5.4','edc~6nznEFt\0','',0,'?'),('atUq^!0ƣl','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p[Gf','A:X\"JE잀+q7\0a]ວp','',0,'?'),('j\nh;\")<C','wp-content/plugins/updraftplus/includes/onedrive/folder.php',0,'\0\n%K,ɖ^w','\0\n%K,ɖ^w','nMygbϚ:1dwA(z Т\\wX','',0,'?'),('kzߣboR','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\n(ḑ{z','TѶLc4OoFdd','',0,'?'),('nL@H9`','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php',0,'+%DV=\r~\rL','+%DV=\r~\rL','ñ^Ab	#+&Ӧ+UV?s','',0,'?'),('o&\0ZR[','wp-content/plugins/popups/admin/assets/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IHg7F,','VtT+g­2<eԵjdŇL]','',0,'?'),('p]\'ѵMI]a','wp-content/plugins/popups/public/assets/fonts/spufont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1mg','..`^<?`2UNQÙt@w','',0,'?'),('sg=vYC\0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg',0,')*XƳ<C/p',')*XƳ<C/p','hk\0a%ͺ}\\̪MQ9@','',0,'?'),('vO#JN+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$2J','/#?TiOLyvuTKɤ\\ػ','',0,'?'),('x$}','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php',0,'7Ү<$ٛ ','7Ү<$ٛ ','%m.[6A2^aa#(R=\r#*','',0,'?'),('|vP0fhT','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hv4!S);E','=\0;W7ޕ+%H蔞G','',0,'?'),('\\\'=S%%bS($','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg',0,'Pf_=Fro','Pf_=Fro','\">bMĥ]ڃS&','',0,'?'),('@{J5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,:)؋\"QqY','\"Ooۈ<oES-MO÷YN!','',0,'?'),('1LgzB<','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php',0,'9#z#X(','9#z#X(','5E\0mMf_$r3]6#','',0,'?'),('L6	׳','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y\Zk0aM','b^#¨(t^rߘz9F','',0,'?'),('q8','wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php',0,'Phx3X\"6','Phx3X\"6',' UÜ+Pb-\\@sc?#q;kr','',0,'?'),('\nAQ|t`','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg',0,'ٷ=/ּƣC჋','ٷ=/ּƣC჋','#ޤchMn:Uw\0&N!','',0,'?'),('TV\\','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"֒yDБ#','L)Ӊ\".4lNU7+#R}','',0,'?'),('Y:f7','wp-content/updraft/plugins-old/updraftplus/methods/ftp.php',0,'x~pjyL}a','x~pjyL}a','k5HH[g%UI9|?:1gߡ','',0,'?'),('ՙ]8@(','wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js',0,'y.`zP>Mu','y.`zP>Mu','e!EdN	-ȗFƝ̔	\"','',0,'?'),('NtKU','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vj&Ƶ','>\Z]ƚB̏Xvذc.N2NҹЯ','',0,'?'),('ܵ[Ҳm%6S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·a;d*','[b\Z;]f0s|:%','',0,'?'),('@:@=o`0+','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php',0,'/.{#D=DhpH','/.{#D=DhpH','+<}ej\r:	Wę&cp6°}w}0','',0,'?'),('\\~+t.ȶ','wp-content/plugins/cookie-law-info/admin/partials/cookie-law-info-admin_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0&8]א)u','Ef+(K(Dn]Ϯ6TBawr','',0,'?'),('!ެ߳p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A>)*/!-','n$_u	$Q3E׏r|Jm','',0,'?'),('ϸpj\Z,','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php',0,'){Fc(e','){Fc(e','_RhХ\\P\'bD5\nTn=Uq','',0,'?'),('#V(k]$(','wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\"MY~','lGw}V>%{n\\z;','',0,'?'),('\0빤>ߡb','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php',0,'.$E5s{m','.$E5s{m','ȲRk<[z?BP<PA8d]L`|','',0,'?'),('I	2RNjY','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\rs*\\','OZ=<3StQ_u;	m8','',0,'?'),('&MXWO','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0hAuA߿J\n0|N',']8OؿzfZ,,g`E','',0,'?'),('rָyYw]','wp-content/updraft/themes-old/twentynineteen/js/skip-link-focus-fix.js',0,'=oG; k\Z\"','=oG; k\Z\"','ՙda1,69%ef;V5+','',0,'?'),('\"!O\0[]\04<','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php',0,'u~i84YkC','u~i84YkC','%3	iF̥K\n\02$gsA^2,~','',0,'?'),('\",*M!$ls','wp-content/themes/bridge/woocommerce/single-product/up-sells.php',0,'/z*&DkG.B','/z*&DkG.B','+WopV[.]-g7t)','',0,'?'),('(P\00ӈ\'6W87','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php',0,'aFN1<˝ޝn','aFN1<˝ޝn','Zh+Qۑq<R0','',0,'?'),('3kN%_IT','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php',0,'JЃː&D}','JЃː&D}','FԒ	VI_fn\0','',0,'?'),('6(+]T5n','wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php',0,'oG^Dc\'f','oG^Dc\'f','ܜ 8̲EyJr&h+!E','',0,'?'),('ML\ZR.w','wp-content/updraft/themes-old/twentynineteen/template-parts/post/discussion-meta.php',0,'>@vHZ#u','>@vHZ#u','X~mW;CF\Z;\\>ፀSL3S','',0,'?'),('hFuQe ','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6]P.s','zl\ZCD#aN3\'XZ','',0,'?'),('l\r1mXUD>','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php',0,'T\Z*B=;','T\Z*B=;','\0}I2IH㾕~WrRWKM','',0,'?'),('nBG]G0/','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_on_the_left_boxed.php',0,'y\0Éy:))z','y\0Éy:))z','ޫaἔCw<VTH|','',0,'?'),('y2%ÅI>-eJ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg',0,'	FPb!','	FPb!','n\"_~	E+P@OSp_^*\"','',0,'?'),('u1HM:E7/{','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nki#t','7W1|<!8*,T<rZ','',0,'?'),('G}Qdqhﴹ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg',0,'w>LG-','w>LG-','! -+@ؖ.޻P;;','',0,'?'),('Hj?֔','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php',0,'2\"]P!\Zy','2\"]P!\Zy','1x{xx\\2w`QwSv뵪aCӥ\0','',0,'?'),('ٴg','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php',0,'l#\r3','l#\r3','0R0EK}*J2U;','',0,'?'),('88fA','wp-content/themes/bridge/templates/blog-parts/masonry-gallery/quote.php',0,'o򌒵mK','o򌒵mK','Tw=B8XӁ\rdC','',0,'?'),('sK C\\G/','wp-content/themes/twentysixteen/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٛ	\nɮS3eR','/f>P:.L	St\0.cvO\r','',0,'?'),('Ot).5܇3','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php',0,'RJ꾽r\0','RJ꾽r\0','7WIEܖ:a,GB.E\Zh8F%l','',0,'?'),('ǀ3<&YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Tv|Uy','?}]b4\0J 5.1U','',0,'?'),('ǎ!S,NWL','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/pricing-calculator-functions.php',0,'P6y#i#\\bX','P6y#i#\\bX','[{6=jNM$2Wֈc[aܸ','',0,'?'),('f0ͭ~)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z_rY+ʂ;','yU]f8tlL.','',0,'?'),(':cf}倁$\n','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php',0,'Cյ_|\nrׅ','Cյ_|\nrׅ','r\r:NEQa=e!:8F/','',0,'?'),('.IOIP%)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';kK\\Vl','ɯO3eF㛆v+.r/>,','',0,'?'),('pl(v\nB','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/load.php',0,'7#dͷ\\zl$','7#dͷ\\zl$','~>,!]L;-\0ߙh~*J','',0,'?'),('鑕Sl','wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php',0,'{\n\"A#&','{\n\"A#&','f\0G($>s:zl8X{p]','',0,'?'),('MO,s\r','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f/4>YwQOnK[','^j=nX\Z?9r\"[Pz','',0,'?'),('-BfuB+\\','wp-content/plugins/updraftplus/includes/Google/Service/Translate.php',0,'bw&B\Z(\Z','bw&B\Z(\Z','t-~YyGr]`λzKT','',0,'?'),('Kg.zr','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg',0,'Dp\0)[Y','Dp\0)[Y','E酲.~I/tKޖDXy{E','',0,'?'),('|aV~[f.','wp-content/themes/twentynineteen/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^bq=HG#','309-śz8JP7`W','',0,'?'),('b/(ZI','wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php',0,'!>oxaq_','!>oxaq_','\"̥	xOr4)͞6H$z:','',0,'?'),('!ۅ.4qdtP','wp-content/plugins/akismet/views/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ETJ_qn','·^\nbq<v`xKZW>Gw','',0,'?'),('#ynہ彐[hr\\U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pߓ','d\'_C\'\"Şh3','',0,'?'),('%,R_ۀF','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php',0,'2aC?\rfqn','2aC?\rfqn','iáꧭx\'AWyVpR5','',0,'?'),('0\'ە@','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php',0,'IpF߷o','IpF߷o','4.I0!0yxr](FWJV','',0,'?'),('6|;;8Q4k','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^&8]=	R','hQ4nńY9޿-ǚ7F&8ܷ','',0,'?'),('9eEbݾl3','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q^aiq','zRH!1[VK;E`DQPU','',0,'?'),('>-0e\r%)go?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg',0,'YVK1','YVK1','3UvaNGz.ƚWyGSΘ\rm','',0,'?'),('>/hCΤ秝?','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php',0,'pm/d^\rJNo','pm/d^\rJNo',']jqn;oz\r	O(H0ࣉ','',0,'?'),('SW2F','wp-content/plugins/cookie-law-info/admin/modules/ccpa/views/ccpa_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0K)%W2JK)','l*ol\0l\rUq̓ߏ?Tc1','',0,'?'),('VѦW㔊g','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/custom-styles/custom-styles.php',0,']ιʓ(H~',']ιʓ(H~','ּs9>-b?{<FD}=,','',0,'?'),('ZOw8O:','wp-content/plugins/loco-translate/lib/data/languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mJ̑b7\"fǷuf]','}H7Q\r扲̙3b$&R','',0,'?'),('_}','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg',0,'@ȫ?/[','@ȫ?/[','c\0|\n\rřP5,r&-H','',0,'?'),('co\ZPnJ5','wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php',0,')Q;Я|y\r\Z',')Q;Я|y\r\Z','5JARqvJ3˪X(	k','',0,'?'),('gSv~{b#','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php',0,'P!^((Ni4','P!^((Ni4','SkUzPx-5_\Z4i','',0,'?'),('tΪxT\'Jz','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php',0,'&`~SaS&','&`~SaS&','7Z?ΙAu*/\0G#2F','',0,'?'),('z9	`d3\0Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' @^8J','ؽ@B-Km-Ȼ\Z2p','',0,'?'),('Ss׵#\"','wp-content/themes/bridge/framework/lib/qode.icons/qode.fontelegant.php',0,'؄sÊkv','؄sÊkv',';EIƜGhͧr\"zxxELмK','',0,'?'),('X\ZZa݌\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg',0,'̻Ԇp>$\r)','̻Ԇp>$\r)','9Bp)Cߍ!2<\rLLT','',0,'?'),('\Z5o#R\'/l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\Z>w@R-/Y','B\nZ\Z_pn͂Q?/\r3s})','',0,'?'),('S\ZmO|','wp-content/themes/bridge/vc_templates/vc_accordion_tab.php',0,'4/@om@','4/@om@','L>kpcѕJ +<2','',0,'?'),('w#Q','wp-content/plugins/akismet/views/predefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>ajϬa4','wsbN}qY7zoUu\'1','',0,'?'),('#QgI','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/blockquote.php',0,')\\<dZ֒>',')\\<dZ֒>','CyN;:#P(ΚߑKJz<x','',0,'?'),('Yh-rQ','wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-page.php',0,'<9L,<','<9L,<','\0fDyYT!-;+ۤKYMz','',0,'?'),('oxƗW7','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php',0,'t*#5/\'','t*#5/\'','#iޖM@B[/  u9gMm','',0,'?'),('gViC,Q','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg',0,'2@[e#WO','2@[e#WO','~:N\\\0rtc2p	hF%Q7-','',0,'?'),('Jc@\0RYïSXD','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php',0,'A^tdzz9@','A^tdzz9@','^u̤4<]\"_B:#','',0,'?'),('E?Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iK*c\rT\'}6','%`B5%`о -	7!c$','',0,'?'),(' vbu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Y@_x','ް\Z^3ɟvU.a\r]fhI(sA','',0,'?'),('?D4Zn|Y','wp-content/plugins/loco-translate/pub/img/wg/splity.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`T\\N)@','A%q8Q)wj,;OOpX6J73','',0,'?'),('R:^e+x2c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\Z\"0&','?FYqыt9-Xj#Ir%]','',0,'?'),(' Z','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php',0,')ipJe-',')ipJe-','$PO@$j7m.|ɠ<v&I\"4$','',0,'?'),('x*pֵ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php',0,'`}VtPSapw#','`}VtPSapw#','=;@5W\"d?\0K1c','',0,'?'),('Jt:ǵ]D}f','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php',0,'1ί\rFA','1ί\rFA','r3۾hi-\\kBqsC\nujG','',0,'?'),('Cg}|E','wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-`^n','Q:ۀG;_!x6OS','',0,'?'),('	F4L{','wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php',0,'Vߦ1rnez','Vߦ1rnez','K:\ZEwqˀ=y/^%y\rݹC','',0,'?'),('ֵȫX7qc\Z>','wp-content/plugins/revslider/public/assets/fonts/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('9͓˒1L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php',0,'Sy҆+LW=g','Sy҆+LW=g','.8RTvk<Ȯ9S','',0,'?');
INSERT INTO `wpdl_wffilemods` VALUES ('lN;Vvd','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php',0,'-\\AbQ*wDD','-\\AbQ*wDD','(]h?\":X\r.\Zpߵ','',0,'?'),('	vO.|ߤҵ','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ox:`','Y#wOg^\'b:^	=跨|','',0,'?'),('Zdov #m)','wp-content/plugins/loco-translate/pub/img/api/google.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yXG','eMK^:(a=T0vJ','',0,'?'),('\rb/#Qfi','wp-content/themes/twentyseventeen/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(̫5Es','3QѡK310uqh#X4&al','',0,'?'),('hɄO?TxXX','wp-content/plugins/qode-restaurant/qode-restaurant.php',0,'ݭo^穦tj','ݭo^穦tj','-b&g)dB2(W7\"Th9','',0,'?'),('\Z\nG/k!','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php',0,'\\C3Qm<`','\\C3Qm<`','d2nIMV	\"}zNe','',0,'?'),('#Q?EYX','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php',0,'s3\\\n','s3\\\n','\nyI]H=ȉFg','',0,'?'),('\'|}\\\rޫ0u','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php',0,'b9P0V&X&','b9P0V&X&','I/RAV\r,pǀX','',0,'?'),('*\0U\'-,M','wp-content/themes/twentynineteen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'f]\r+',')zG].?7z<WeO+','',0,'?'),('-*ACCIkt','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php',0,'_ASx','_ASx','6kIA͌eL{%3i:','',0,'?'),('00{Xdy','wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php',0,'\\̎^;R\Z','\\̎^;R\Z','% -)7)Y:\\_u)꽋uD','',0,'?'),('1鵿YlTKe','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pGK3+d','~ԣHdVA<̦4:,dLOV','',0,'?'),('6ƄXZU','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php',0,'gzP_/j','gzP_/j','(aUݙ臵1ΩF̃Z|6','',0,'?'),('9+gfw','wp-content/plugins/updraftplus/addons/webdav.php',0,'oźbVjK\r','oźbVjK\r','[IcC\ZSIt)(\'ݜ-w(\r','',0,'?'),('<5xsut\\hӏG','wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php',0,'ׁ8_p@}','ׁ8_p@}','mOtOh;)ً,\'J','',0,'?'),('B\\4%p#','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php',0,'t,6o@G鼙]','t,6o@G鼙]','P5KemljR\Z3M9֡gň','',0,'?'),('LߨϤ(R','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CAO^)','/y14~(6>B&F,S','',0,'?'),('UA.چeS','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php',0,'ߨ^|a:⥒-','ߨ^|a:⥒-','k]o!~Xo~9;ʏwhǹC?B','',0,'?'),('[^~*5`','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg',0,'fr^TD&_','fr^TD&_','M3h|J]}@f= 7=','',0,'?'),('i{)$cw\Zq<TC','wp-content/plugins/revslider/admin/assets/css/font/egfont.svg',0,'MnbU.\rJ\0','MnbU.\rJ\0','!IUa51/LG@EaKs\n?','',0,'?'),('k|DD*@4','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nAgv1Pص','0o*\rvAo3:juy','',0,'?'),('mԶ%J?(F','wp-content/plugins/loco-translate/src/mvc/FileParams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cԋ|kŮ','w)2!R<0_Ӯo','',0,'?'),('zS.zQc','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Reference.php',0,'8d^ҘK','8d^ҘK','f%`vR%!\0c6$N\"}By','',0,'?'),('}_pHD<','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php',0,'\n8&i\"','\n8&i\"','?Nȟ(U5uQ?6y?Pڲ\Z','',0,'?'),('TߔH]=\"','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php',0,' ⁀*νjDX',' ⁀*νjDX','6	^Q\\s!w$N90$','',0,'?'),('6:$4-Tg5','wp-content/themes/twentynineteen/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=	L`򊘖B[','V\"\ZkYcnUkYY$-,y\r','',0,'?'),('1ÌB`Y','wp-content/themes/bridge/framework/modules/title/custom-styles/custom-styles.php',0,'c[iF*-P','c[iF*-P','t\'fPèhկ,3,+!\n','',0,'?'),('^4UPV','wp-content/themes/bridge/woocommerce/myaccount/form-lost-password.php',0,'YCRu(j','YCRu(j','%C4\Z3\"%\rR#ǎ.kɳHτ\r','',0,'?'),('pKb\0!(','wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tv\0T*=','d\nQ^xU=1?g##','',0,'?'),('(\ni	0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php',0,'\05;ZW','\05;ZW','!\n襗uv2}','',0,'?'),('$nMuIY','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php',0,'ggqۧc̕','ggqۧc̕','Ĭ	F~Lf&C8G`)','',0,'?'),('ɒ}tָqU','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php',0,'\rB^}<CO\"','\rB^}<CO\"','5¸VAw\0ZpCRr3HrX','',0,'?'),('wc1sI','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php',0,'F]7ܑV4','F]7ܑV4','燴J	|14jk-l Օ','',0,'?'),('\ry? ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php',0,'\Z@P#2','\Z@P#2','p=\ZTa-h8BFR.鎿I','',0,'?'),('|~','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6):','H0Lї?㞹.1MIe٣','',0,'?'),('b|e~','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"P9sIufz','|Z@hhL\\R&Sݱ','',0,'?'),(';Etzb-','wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php',0,'LhrJ#)[[','LhrJ#)[[','vqĶA/96\rB','',0,'?'),('N;bm}\'wb','wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js',0,'8BO\':]}%9F','8BO\':]}%9F','Fx{f@\\G;`ځB8','',0,'?'),('alV?f\Zё','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uv&xN','\0{MU\rN.)-`wH','',0,'?'),('\0hKf\0','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e','0Q7018ު9-z9ؽqSrĒP','',0,'?'),('PSpR','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php',0,'9\\Lfxf,fG','9\\Lfxf,fG',' ÎXQ?OϞ\n/0=ASR','',0,'?'),('\rn~$fBݮ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg',0,'OZP5ݖa#','OZP5ݖa#','q!9axdeG','',0,'?'),('H06','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\b$F','&$ĉ9~_SH_̓%L\'&','',0,'?'),('8(\ZjZ]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','抨$rk3E`','eCxv[a	A4n','',0,'?'),('#ipV3','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg',0,'ai7(','ai7(','ئ\\Ӝ3hc.ALh|r)','',0,'?'),('-(ҟoFL','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4eZ{}','єS2[HR?\'Up{JL`','',0,'?'),('6m\\*ݦ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg',0,'l!qM+x k-','l!qM+x k-','\0ꧤ^vޕO͍rr0#t','',0,'?'),('9HMVN','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php',0,'m$vl7aXC','m$vl7aXC','Շ&Jp!sLw@G-','',0,'?'),('<@:\n 7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg',0,'`59*_\\C@','`59*_\\C@','nI:E#RQF?綩m','',0,'?'),('>͙xft\n','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php',0,'2E!EsGe?_','2E!EsGe?_','P#YfGGÓoJd02JEn><','',0,'?'),('I$*bIW','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-SH1@kQұ','^H2m<LAm	NG)Iw:D','',0,'?'),('T{	=d/$','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php',0,'K6-Sh\"t0˹w','K6-Sh\"t0˹w','3\ne*9_	Pw/hY&','',0,'?'),('Tak\r80o,','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1,}Sa','RZhڴJEqZN)hy','',0,'?'),('U[fRW˜','wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php',0,'|^IzIa?4#','|^IzIa?4#','i<˸$>.FݎQG8MRJ(裲S','',0,'?'),('XRev OU','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yd\'bgi<-','qW p;p[RLLmV','',0,'?'),('Xg5(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7I 1FGuj^',' ûͥJOmO:ϙlW5','',0,'?'),('cXك%ƻ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg',0,'wϚ.:	\r?','wϚ.:	\r?','mdč\r~@p+棔?=c`C J','',0,'?'),('gS~6>ɺ[Z','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg',0,'#jVILts@','#jVILts@','ߑ5Pǔg1YGq*}\r\nr%L','',0,'?'),('hw^(n','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',0,'5k&e','5k&e','Dة1 JJM_rNP','',0,'?'),('pt_ Y7LKt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R?l}','Q1*~(Hq\'RR','',0,'?'),('zxEL|4z@','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php',0,'<:\'k','<:\'k',');qf<JtFy`΢\\)B`)/i','',0,'?'),('X\0TO','wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h,	pA','\04݌^\ZYi_O_#','',0,'?'),('\Z:|H7HC?\r','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php',0,'Pkr\\ܚ','Pkr\\ܚ','2!+q9&Nq&°\ZZ','',0,'?'),('\'(jli','wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R05wT','+\\@og\n@','',0,'?'),('FyhǽN','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php',0,'h~gx#}u','h~gx#}u','l*\"J)m1nΈ;$OX1','',0,'?'),('TDFK1','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	:}J5zF','p)2=ZGUt1%','',0,'?'),('<-x','wp-content/themes/bridge/framework/modules/woocommerce/widgets/woocommerce-dropdown-cart.php',0,'-OSz\n7\n.','-OSz\n7\n.','+>l=ݔ6^mv|','',0,'?'),('4t0jO	','wp-content/plugins/wordfence/js/admin.liveTraffic.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/[n1uu}',')䓣Ad98PV+H25J','',0,'?'),('Q`;Η-?','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php',0,'(ߊvİ}!','(ߊvİ}!','Hv59#*sw2Ȫnkc','',0,'?'),('ÑSgFjO','wp-content/themes/bridge/css/style_dynamic_responsive.php',0,'ib,LN㡀','ib,LN㡀','m=~{]E:K5 m}h:Ehv3t3','',0,'?'),('T\niyNsڌ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php',0,'\rӜvg0','\rӜvg0','&L+\rm<BZk\0\\O{z%','',0,'?'),('/GΞӶ[ǜC','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?^DT!N','LGB=o\07|A!8(Fe','',0,'?'),('[/9}`:wP','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lil+z9q9=\0{\r','.7h-Zs%|Cp)¯v','',0,'?'),('Ԕ3֡\rbLjT','wp-content/themes/bridge/woocommerce.php',0,'/6[g\r	','/6[g\r	','U(:W3Xi:r<jb!f','',0,'?'),('/Fs&Fr','wp-content/updraft/plugins-old/updraftplus/udaddons/options.php',0,'Jh\Zj+ml)LA','Jh\Zj+ml)LA','G>N4ggHvFV~9<','',0,'?'),('8-o:RpX','wp-content/updraft/themes-old/twentysixteen/js/color-scheme-control.js',0,'Zp2/>)~Oz','Zp2/>)~Oz','LF\"=	*F_Oy{J*v	','',0,'?'),('9B{\'M','wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php',0,'\'_uC&k`+l','\'_uC&k`+l','sC\nH-BSn+蜕T','',0,'?'),('.#) V5S2~o&~','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion.php',0,'3:tf^;2','3:tf^;2','Gs5*6ձşHXk++3H','',0,'?'),('.M_eT','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php',0,'xw+;axjt|','xw+;axjt|','|ts|E*UƔ*kݹ','',0,'?'),('B=*O/>','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php',0,'7G`E3o 5C?','7G`E3o 5C?','бa`9IS;5Rv$:NEۆ','',0,'?'),('\0.}fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[*(Ҿw.myz','.\0qB_]\0a}\0','',0,'?'),('V\n$]','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php',0,'<qb(C','<qb(C',',\r$KjݶOvv	_#\n','',0,'?'),('\0l\"\r3P b0','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php',0,'`~t\rK@v','`~t\rK@v','<v;=diuL>qu\\\r+\Z','',0,'?'),('x2*t\Z>','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php',0,'/{܇AK&','/{܇AK&','<t0ٸS}!/\njʘkDPB','',0,'?'),('KiEurKږM','wp-content/themes/twentyseventeen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r%F29&','ҍ||ò+W$UV{r','',0,'?'),('}[IIǡɉ>','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php',0,'*soTP29\",]n','*soTP29\",]n','潜n1:7?ܷ!՝âv','',0,'?'),(':^^\0$4\nv','wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php',0,'(X&w','(X&w','iˋ?yz\"PPsE&gJ1>;','',0,'?'),('#JjðvY#P_F','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg',0,'%yE','%yE','6l}\r\0i8Mj@:k<A؏\rԒ','',0,'?'),('$ЌGꠐE','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/vc_map.php',0,'ĩ\ni&o\\Y','ĩ\ni&o\\Y','\'TIi]By\"rycX\"Hm^','',0,'?'),('<v=\n613L.O','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/interactive-icon-showcase-item.php',0,'\n\\~Y~8/&~','\n\\~Y~8/&~','Лs$yru>-l\'5}kV','',0,'?'),('>|4	ȞDPEN{','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/classes/class-preview-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P/\'hVҚ','eBgQ7O\"Dfx )8F^=','',0,'?'),('B<R\'#%׸','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php',0,'.%8RaY͌','.%8RaY͌','dM\"B]_\0z2kN\rZ2 sy','',0,'?'),('ME4DyTD1','wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php',0,'s-hʺ@|','s-hʺ@|','`/H@%LY?o}H$','',0,'?'),('Q߇Yf[','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php',0,'\Z+|x','\Z+|x','u/DL:E\0~edxfQ','',0,'?'),('[QH\"pS1Ȫc','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Q}ydb#6',',c˿\Zi(~)\'8[A/Ix','',0,'?'),('`48+^U','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php',0,'k6r;HpjԪ','k6r;HpjԪ','vaN?O, -1qV1:>','',0,'?'),('u_y5ήUz','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js',0,'%ȳ%\r1^','%ȳ%\r1^','\0dISFF[]٥och`\n\ZA','',0,'?'),('xh/\"4K','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg',0,'{M+jq/vh!q{','{M+jq/vh!q{','1|w6[sF-rS5Ǡ\\nqx','',0,'?'),('xsԶǗ^`','wp-content/uploads/wc-logs/index.html',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('b5\\nA','wp-content/plugins/loco-translate/tpl/admin/config/version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y#7	Fo_=s','&Z3tG`Rґ3l.','',0,'?'),('9o$O\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_animation-holder/load.php',0,'lѐ]h0TS','lѐ]h0TS','>ZH\0X<\"B3Omve`','',0,'?'),('#SWN^`OT','wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js',0,'8A_g	sB','8A_g	sB','Jr{)?GEBOKI%`36','',0,'?'),(',#^u','wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php',0,']1b\0T',']1b\0T','$ =î|QyXӸ|zA&8<?ΰ\\','',0,'?'),('[ixTq~Wve','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xJYFq^N','zwiL_*	!$cL*TqDN_','',0,'?'),('Z+̷5G','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg',0,'K;\"6\ZGpʟ','K;\"6\ZGpʟ','~}U*^5\0!1^čHl39a','',0,'?'),('F~yc7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j`Wr=0!u','\nY<yKTsjofBz','',0,'?'),('˞7ђ[','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/vc_map.php',0,'ܙ\r߬%fCZz','ܙ\r߬%fCZz','M%UoFSA\"PQ;2k','',0,'?'),('\\6%\rA','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg',0,'UEB5','UEB5','GKNZ`m#>','',0,'?'),('ú$[1 bG','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_banner/banner.php',0,'jFHQ\'uQĪe','jFHQ\'uQĪe','!ֈ12\n	`ZB\\S?W2ǅ8','',0,'?'),('cj+XU ','wp-content/updraft/plugins-old/updraftplus/js/tour.js',0,'k[Ξ2	ĿD','k[Ξ2	ĿD','=CrJH)LùT-1-J','',0,'?'),('fOߠ%bi\Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php',0,'\nKTq','\nKTq','r?swa\"]ve\ZśelڈBwy','',0,'?'),('#F<	','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php',0,':v.\rQ',':v.\rQ','Y颉J1N}g7e(','',0,'?'),('䑖w7:\'h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2nB2] ','\"Qe\\ǊhbBj{iJ\nҚi;eZ3','',0,'?'),('ǂM}GA','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php',0,'7ESe<','7ESe<','>f^1Pf<9DJRDyM','',0,'?'),('B`f1','wp-content/plugins/loco-translate/src/test/TransientObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W2.d<}s!}','N-](Rk%\Z*?jC}hHS','',0,'?'),('C-4^#yN T','wp-content/plugins/updraftplus/includes/class-udrpc.php',0,'8!4K|\rO[','8!4K|\rO[','Gs>oɄ2ISoTޔ6PkP','',0,'?'),('2:','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b4\'&','ۼ4P\'hNa>E5ఛ','',0,'?'),('Ɣ*}g0\n','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php',0,'no8{6~ah','no8{6~ah','@ַN&H&@(!8','',0,'?'),('Tw4|R','wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ɢ<@Y','ʖiu\0603+$mX_δ8W	O~','',0,'?'),('+p$','wp-content/themes/bridge/templates/blog-parts/masonry-gallery/link.php',0,' lz˛E',' lz˛E','4e;*xܛtid+>Ue 	','',0,'?'),('\Z-x7(A4','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[`^-oQWz',':)6a\"3r\rP\rN4yJַUq','',0,'?'),('u[ۡ6t','wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php',0,'B`7JOQ;','B`7JOQ;','6F`g``K\0zy(7U3GHʹ','',0,'?'),('&AǝiU','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg',0,'G%Yav\"B','G%Yav\"B',';NhG<\\u#P2t@r(h]EN\0','',0,'?'),('(\"?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';mrU\0N8m','p#eC{)bŪ@H(ʋ>:Yؤk','',0,'?'),(',:3չC@~','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aabvr','C\'r9@Kކtw#@k','',0,'?'),('1W;cN\"u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')S2>h;','Q6&܍=K@J]!KQZQ','',0,'?'),('5qn`s~n˝','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php',0,'ݢyi1+Ɛ^','ݢyi1+Ɛ^','%\n|_,JJiX/1	2o@','',0,'?'),('JBGT;,lT','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\>5\0rsg','LɵHA(xʓ2EP%	##5','',0,'?'),('V^3m6._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')@tj23W','40^+u*:ޓ4q[#Om&','',0,'?'),('Z!˂BrLz','wp-content/themes/bridge/search.php',0,'-b,N[c2','-b,N[c2','ekB\n(xTF=\rﭪ92','',0,'?'),('`g7BIO1','wp-content/plugins/loco-translate/src/ajax/DownloadConfController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nh:}qYq!	','1*\'8f06+%!@_r8;:!','',0,'?'),('t𓓦1dHXϓBH','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg',0,'Ɖ	[T+ݏ','Ɖ	[T+ݏ','1̋чP\"8/eYIFRV','',0,'?'),('|+Qׁ7Cb','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php',0,'\"sC>X','\"sC>X','A_&-(+h;sĕOcrh9]','',0,'?'),('ª5eTՎ\"h','wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('IQ>F','wp-content/updraft/themes-old/twentynineteen/inc/template-tags.php',0,'+y(s\n->aX;%i','+y(s\n->aX;%i','12)b\"YB(dQH+','',0,'?'),('[D?_[','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Տd','In6_ga8y].','',0,'?'),('bD\\37Fr2','wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('7M3$','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[-\0\'WF','7b|6#9/?x~[%t','',0,'?'),('2@kw>K2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\rg\'SkIfep','!Im\nYf+̕P\013\\=','',0,'?'),('H\0ۙhC','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vhEN78MD\0','4-d#%{yaQ','',0,'?'),('wtH-s\0n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U.a;gJ\'ڹ.r','ZE\\G.Rb\'\0~$pl ','',0,'?'),('=֬H@-i','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v҄K׭Hd','L@%\0\r\0XU2<!nP	S','',0,'?'),('Ϸamo̫','wp-content/plugins/js_composer/include/templates/teaser.html.php',0,'5\nmcv%\Z','5\nmcv%\Z','Yq/8ŵ\ra@٪h޳B@ڎ@','',0,'?'),(']ÔnJ\rM7','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php',0,'U\"L;s','U\"L;s',':\0ORQZ\'vYv;`^J)r\r','',0,'?'),('֔ߚy(qDw','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YJs@jrjtm','3ÑѲs\r&z=dspJx3w','',0,'?'),('AȺ*iMLE','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg',0,'ۂ#i|\n(','ۂ#i|\n(','\'%Hym﬑PIlfO','',0,'?'),('\0nz]','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg',0,'BzkwJ','BzkwJ','·Q//y;]jbEX','',0,'?'),('erf#IW','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php',0,'zyӋ8Xr)r','zyӋ8Xr)r','c\nZ?޻<FQ/N!Kh','',0,'?'),('hLJHX#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6]u})e',':%ozN]	&4U','',0,'?'),(')KW&\'EF%','wp-content/plugins/contact-form-7/includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X΀&E9\\Ǽv','N{N|Ej^V2GG','',0,'?'),('60ÛrqK','wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php',0,'cj |k','cj |k','0t<Np-4-72^X7\'','',0,'?'),('wEQX|','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php',0,'P^ZF{t_K','P^ZF{t_K','ʨY=I\r\\S\no0Zz','',0,'?'),('^\'q0','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lnj\\wX=7I','7\"1jL?9Y\"&kŌVD|','',0,'?'),('QW.}f3N','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php',0,'DYr\r;f','DYr\r;f','ڼ^)?fe4z*\\ҩ+H','',0,'?'),('1\Z|T\0]','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/readme-parser.php',0,'؃~+)S՞}x','؃~+)S՞}x','\"ʸI7Q+\\()[?0qK','',0,'?'),('	P>(|67d','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php',0,' EIr0 첯9',' EIr0 첯9','ٰNE4AÞ(\nB>[`X@','',0,'?'),('3&joZ','wp-content/plugins/loco-translate/src/admin/file/DiffController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0/8]Ws˞','Np#za($eSb','',0,'?'),(' )V`FXNV','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php',0,'۟d[=LG19W','۟d[=LG19W','utf\'`\'7hE<bV1̛','',0,'?'),('%nTߒ	^gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ޟJPI];','c`%4>j9KVTN_ryř]e','',0,'?'),(')::._q','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/load.php',0,'W-w.','W-w.','^	J_Nm&<3^A','',0,'?'),(')oQ','wp-content/plugins/revslider/admin/assets/js/vc.js',0,'wg\ZQ/v,q\\P','wg\ZQ/v,q\\P','g\ng6lu*ЮAr>','',0,'?'),('*0n\\b','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg',0,'حujӟ֕P','حujӟ֕P','tY~93ղ邦	F1Bb','',0,'?'),('3aDwPq','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jg6\'f{\0',',&DM-\nHc;ZAo$F\0\Z9','',0,'?'),('AwFI','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg',0,' @^ZOf\"+',' @^ZOf\"+','H~- li&5j- o.1','',0,'?'),('C\0wbS','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-stick.php',0,'ow%#|}Qz͂7','ow%#|}Qz͂7','\nfvS\r4\"Mﲆ}%\0l8nb','',0,'?'),('GM.','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PuVQU','/a-;qֻts\'jgw:5','',0,'?'),('G~Y-;j1\0','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php',0,'x\ZI^%護;','x\ZI^%護;',' #ܭk.ՃE~>J.fٌ','',0,'?'),('^Jb]ryM','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php',0,'~p_\ZGr 4]','~p_\ZGr 4]','K6#o;͖җ	\Z]8NkJ܂','',0,'?'),('^D3J/O','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/vertical-separator.php',0,'$ηBvPGt','$ηBvPGt','$AmsH]?\"Ӗ,O','',0,'?'),('_=\\n\0r','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/load.php',0,'pҾ4zm,r','pҾ4zm,r','\rt5F&׽I\nKu+#','',0,'?'),('fc~spѹ߁3','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg',0,',U,bWTY<~',',U,bWTY<~','M1h|/zCn*:a@=|','',0,'?'),('\"u2<%˧','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php',0,'ٚF870F','ٚF870F','|kGӄ,.Mn/迕\ZtT','',0,'?'),('%r̰)7pp','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/readme-parser.php',0,'؃~+)S՞}x','؃~+)S՞}x','\"ʸI7Q+\\()[?0qK','',0,'?'),('n&n!崬','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lˁxJTG','+WV3(qFr;|^@','',0,'?'),(':u>NoD%','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php',0,'oجѢ3;]T\Z]','oجѢ3;]T\Z]','VI\")B&QJҊ!ٞ\"vC','',0,'?'),('IHb=j','wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php',0,'( R','( R','(AS#rѣ^@eMgAm6yaE','',0,'?'),('|8T~D\n','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php',0,'J.()%t','J.()%t','NV!5#阥7Z&(lբ','',0,'?'),('EX|T','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-wq.','*sQ, m=@y\ZOڂ&W>]^','',0,'?'),('!n*]z,F','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php',0,'AdwJ2OK','AdwJ2OK','u:})33gkH/a7*%*','',0,'?'),('ܺq{dKBw_','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php',0,'Ԇ]\rNj','Ԇ]\rNj','qkkxL.=E0Ux','',0,'?'),('I/NfV','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/carousel.php',0,'#rf:sC','#rf:sC','d#BsZ*`[De/\ZA_ׯƪnI','',0,'?'),('9-Y͐	','wp-content/themes/bridge/templates/blog-parts/masonry-gallery/text.php',0,'\0R	>F] ECv','\0R	>F] ECv','QnHB0*MygKr84	ikRt_Q ','',0,'?'),(']jl\'/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':kEt6Q','yΦV }ɛqK>ۈP6*C\ns}','',0,'?'),('\r+6','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php',0,'=iJwXB+','=iJwXB+','y1J-:IR#\rT','',0,'?'),('71}\n','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12+;FнNM','w\"*5U T@nyȳ^au\'','',0,'?'),('8+X','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php',0,'BS2Lo','BS2Lo','-:./7d8g`+Pzh\0','',0,'?'),('4CNu','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg',0,'<M7Ty~OJio','<M7Ty~OJio','ͨigΐgOx8lĵ','',0,'?'),('_U$=923	','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg',0,'~j9Pu\0','~j9Pu\0','N\rG`nAI{|]i{ӹ\Z','',0,'?'),('NT80G0','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php',0,'HM+jN+sO','HM+jN+sO','fKPhŒxی{Ps!\Ze6W~g','',0,'?'),('dMDBkk','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg',0,'|ýZI0\Z\'','|ýZI0\Z\'','d%Qj{l`\Z[`7aː\\$','',0,'?'),(' P_N/&-pn[$','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Extension.php',0,'Ͳ(sRN','Ͳ(sRN','֤ɠk겧1XE,1ר*y]::','',0,'?'),('#>Cjӈb!','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php',0,'hvM?0qh','hvM?0qh','8TD{1)[ݴ1Fpe','',0,'?'),('2X69G3\Z+}A6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ψ-˯3w','G_`8B؎P\n\",\'HŨ','',0,'?'),('5\rk','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']yqE]c\rҥ','h$8ڤ)!p栈al\\rDtf','',0,'?'),('8P5aĨ	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2i','(V{VBko(`ZV	6','',0,'?'),('>`i\nI?','wp-content/plugins/loco-translate/pub/js/min/move.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ri		r7eR','J}$mȘVU=l9tV8%́wj','',0,'?'),('B>ٞ','wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php',0,'$Ԓ\0V|ࡪ','$Ԓ\0V|ࡪ','(+TY\rüzQWϧrofωr?0Z+OP','',0,'?'),('N.=yԬ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php',0,'G	&\"˸','G	&\"˸','DE8J	jGDGУr','',0,'?'),('R0t]','wp-content/plugins/contact-form-7/includes/contact-form-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂuA\0j','9uc8%[f_A+%','',0,'?'),('UpHs,M\r*a','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php',0,'3D0ɺ\'1>M','3D0ɺ\'1>M','\r_y?&oG϶Nn','',0,'?'),('\\QJ*	\"å','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php',0,'D7r\0t֧HSK|m','D7r\0t֧HSK|m','VHƴf-X ^o','',0,'?'),('aóhG^i','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php',0,'*cwmĎf','*cwmĎf','(~TX듊(y>*}ܿTSle','',0,'?'),('bWyz:\'','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php',0,'\r1_&-^','\r1_&-^',';m 8l[o,g~ujy2','',0,'?'),('l#\n6Q4','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js',0,'\nPS}W8s','\nPS}W8s','!&\r<rmIQ\"U@݊EWJ','',0,'?'),('v5-J','wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('gD	S','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php',0,'nCiS<:Ӹ','nCiS<:Ӹ','\r9X琅>C!Rxf\\[\'Mǌ','',0,'?'),('5ߵ%t`y','wp-content/updraft/plugins-old/updraftplus/addons/webdav.php',0,'oźbVjK\r','oźbVjK\r','[IcC\ZSIt)(\'ݜ-w(\r','',0,'?'),(']g(^','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php',0,'[I\\L','[I\\L','T,f0#.U$kor5o','',0,'?'),('y85æb','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\duYV\\r','dسJ7|4	S-t+d̸','',0,'?'),('0>=3','wp-content/plugins/updraftplus/includes/PEAR/Net/URL.php',0,'}PػqKGL','}PػqKGL','ʯMt\r4B\ZS	ұ~\nO,X=m	C','',0,'?'),('Ys\\\nd','wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php',0,'JY^V*JǱ^','JY^V*JǱ^','w;QQ3[oZWvtiVI?','',0,'?'),('\r\nٽl\'wR7[','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php',0,'Yc٬D[nDK','Yc٬D[nDK','+/\r-/-tg!Qhq$','',0,'?'),('l3.	XN','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\rok31','IlEKѦ?Z0JTU','',0,'?'),('6V29V(	tY','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg',0,'PRx~챕!','PRx~챕!','|Ž`YH(^f,6i`T^-[E%','',0,'?'),('+s1pڦ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg',0,'2GLv)','2GLv)','(׻i2\rQ(J|ǖ	*x','',0,'?'),('Ŕ&\"U','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg',0,'݄!]qXrq','݄!]qXrq','5B$\rkPxG3\"LrٳI\naK','',0,'?'),('s8<bՔT','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php',0,'<J=k','<J=k','\nuQkZpJ*{l\0f,Ǟ','',0,'?'),('*t\Z5`pR','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js',0,'\"WƯlKr','\"WƯlKr','WpPƠbB>6	ϓ:','',0,'?'),('.@yx[&M','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php',0,'yrENq(*K.','yrENq(*K.','%\'DV#:tNPB`>1Q3','',0,'?'),('PQE|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3!z]EZٵ','\')4ooū5+ո2u2F','',0,'?'),('U$\\*1^S','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')K[stskB?3','H,,\'4EIyRrv=','',0,'?'),('PJt1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!EP]ǡ;','<\0\rIB=\"P8D\"L~I[','',0,'?'),('P\Z/l%','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','┃&݋\rFư',']!G3[#:L\r:vC>','',0,'?'),('\0 k~U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}.Saa:e)','5%7jU}	fj]?j9','',0,'?'),('\n%f[!aErtgi','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uhq','DBUMiOb,e=W{','',0,'?'),('kGzd7A\\bA','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php',0,'89r)y(Ǫ','89r)y(Ǫ','~?m%/\'\r\Z&}UD(\r#%Y','',0,'?'),('C[Fd\ng\\','wp-content/plugins/booking-package/js/Calendar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֢nȇ55','{D\ZQ Ӛά:D','',0,'?'),('4&+)+7ޤr+q','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg',0,'xº0f;','xº0f;','C\nC25T!/)2R0Z(3k`8_','',0,'?'),('$B]wQ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php',0,'M2	Ծ&`1','M2	Ծ&`1','bG3ti\n<Fß','',0,'?'),('$-jIVX','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php',0,'*8ePkfj)','*8ePkfj)','\'rAYL5svʸn,','',0,'?'),('&S짿o$0n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.C#VZ','s\Z%[g\n{{!hȕ<nñao','',0,'?'),('\'PT]	6~','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^K-^>As{','%>:1WRͩQi~^G','',0,'?'),('5b\\U/>l`','wp-content/plugins/loco-translate/tpl/admin/help/tab-locale-view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~LiBoz','veϯ4:p$^','',0,'?'),('B=VI=yl','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php',0,'sICW\'!Y5%','sICW\'!Y5%','9Q=uM\'2ʘۡπ@[','',0,'?'),('G|$p֠+(','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֙`\0c^Gy+','i\'3%ື&~9Q)-','',0,'?'),('M\ZM*dfcCj7','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('N/0r^','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php',0,'w\"Q3C\\','w\"Q3C\\','\"TMoNFGE	+:+e','',0,'?'),('Pu]`;&n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg',0,'AiS6k&:o','AiS6k&:o','5D5y\0ƈ0I&rZAY=d','',0,'?'),('Qԁ27uL','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','13y1','	}N	<vBS%s\\S','',0,'?'),('R҇ͨv^','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php',0,'cG<ӈ޼/','cG<ӈ޼/','ɼ}6Ny(G+n\"+8P','',0,'?'),('RBpmZ;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6;$r','q33_L{ץL_%Eut','',0,'?'),('T1{ϛwϝ','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php',0,' EIr0 첯9',' EIr0 첯9','ٰNE4AÞ(\nB>[`X@','',0,'?'),('V10xVA-S','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg',0,'rft~XjH','rft~XjH','`c/@6.t!Z_\rtvZ','',0,'?'),('bBFF=T9','wp-content/updraft/plugins-old/updraftplus/includes/onedrive/object.php',0,'AJ\0-','AJ\0-','&nے7~eETC(|','',0,'?'),('hI|\"','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/RuntimeException.php',0,'QsPSRz0w[-g','QsPSRz0w[-g','FI\\O˄Ʊ[?4{YC','',0,'?'),('}\r\0]9U','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg',0,'KK4Lΰq;','KK4Lΰq;','B\'8KN¡(4HAw3*?','',0,'?'),('ojyV','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gԌpPIg[=','V!ޟƚ_z=|yaXȏ','',0,'?'),('W7j:Pƭ|','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SassphpFilter.php',0,'PŞj6X߈v','PŞj6X߈v','L._son&A6wO8\"k','',0,'?'),('Cas]n/','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4@foF\r`َXB',' Rȸr1`k1`\\?ߎ','',0,'?'),(' ي}~S','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php',0,'vk:M','vk:M','\ZY)\"R?6d	O\'PCy','',0,'?'),('Ѻ\"P5^U\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4N\'ESk5L','oHO:\n3ܣQ}N#','',0,'?'),('u h\0\\1PyW','wp-content/plugins/cookie-law-info/languages/cookie-law-info-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K[thMJ','_)֫bpM֍ԾNޏ3&nY_','',0,'?'),('_dԢDxJ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php',0,'k2bQ-?a','k2bQ-?a','xr}`1\08>u6o:','',0,'?'),('ip]wz','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php',0,'\Z)gpx3\'?','\Z)gpx3\'?','nLةnmx&8Q1\n','',0,'?'),('mz4LK','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	3Xī9+6n~',' sۨS,md\\YbƇo','',0,'?'),('Aǟ8;%\0Eg','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php',0,'(\Ze\nExqX','(\Ze\nExqX','ևD7߽iT0Bl!rm081','',0,'?'),('\r9{','wp-content/plugins/popups/admin/views/metaboxes/metabox-support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-4294u$0\Zd	','1slWU71ny菡k]vˮO$','',0,'?'),('߂P-','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php',0,'`|2j?3','`|2j?3','ߌ\"%=ќ/^6ZYg','',0,'?'),('AG,<','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','04Uw Z+1V','A-yJ6{G2G@r!\ZDp','',0,'?'),('}7nMXr','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php',0,'=@堒59Z4/Zi','=@堒59Z4/Zi','{v/4**SJo\"H%j','',0,'?'),('/Tn(yG','wp-content/plugins/popups/vendor/cbschuld/browser.php/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hec','(ϵn7J/s`Xer+gvx۔q','',0,'?'),('\r-9IK','wp-content/plugins/duplicate-post/gpl-2.0.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('?W,?TDo','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-masonry/vc_map.php',0,'F}><ա8t','F}><ա8t','OLP@l@,Q1\ZnlQKě7','',0,'?'),('BesA53','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php',0,'	-C_+','	-C_+','\0!Q船;duxgˈUZKXA\"n','',0,'?'),('F.ѝ}:','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg',0,'xjG[b','xjG[b','|omwK:\n2','',0,'?'),('s@;ٸeg','wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php',0,'tE!2(Xѐ','tE!2(Xѐ','DF+*\r9sq','',0,'?'),('	EdP`T=|','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php',0,'t:g}(,\ZlA','t:g}(,\ZlA','5VH/y۪a5zP{','',0,'?'),('hy2Fĉoz`8E','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg',0,'4,8cc+J','4,8cc+J','2_Moe,83Nv3H!','',0,'?'),('հ	̋ȲS','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' j<c(SCJ','r3H[~2.<_J3{T{XӼPq','',0,'?'),('-<dSnM','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js',0,'1H#bg7','1H#bg7','(TSnI+:&\\hnԻ','',0,'?'),('Hb5!IyD5','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_google-map/google-map.php',0,'Е85','Е85','yNjHEE@z\\(','',0,'?'),(' n$q^qf','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n:ѷ&(','l1Hq.2x󢾉$Y\Z8','',0,'?'),('\'^DIG1!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-]ŐTM','nG2IC<(%$	\rJ\"','',0,'?'),('*Tu\r~m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{i5G_T<','hq9rIâZ.&-','',0,'?'),('/8E[χ7J','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php',0,'fs#G8^','fs#G8^','wb\"piDn-=m','',0,'?'),('1l< t~LUw','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\\/hB!5L','-GfR0n7[T=\"f*L','',0,'?'),('5F <ph','wp-content/plugins/popups/public/views/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),(';75*Z}*0b ','wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/assets/js/reservation-form.js',0,'fw}@v\nu','fw}@v\nu','_H\ZzL{q6|G@)','',0,'?'),('E-j1j\rE','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+go\\=','Zd_v~R͝H:|T\"?ۯv','',0,'?'),('F7z#<','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg',0,'D9ߴN?[','D9ߴN?[','{ܺ{/|ݘAJ\"p;}RyIo','',0,'?'),('GlCh','wp-content/plugins/popups/public/views/popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nUжwK','\\>[}RLFnQĻ1FZw','',0,'?'),(']oMseJ4','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~H`b\0nvB JQ\"','F˲IG6gV)0k','',0,'?'),('eP&P}f','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php',0,'B6Kh[\re<W','B6Kh[\re<W','Vd\n\"dz_O!%6i}C|','',0,'?'),('f rp(p$','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pbD@pG+','*DZ>Bg&YY4(</','',0,'?'),('gK;qFVI}Q','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1N9ɪaDx','(mybVaIjWp(!A<(X','',0,'?'),('iru5','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ku!VQiN5C]','DMuEQ[csFf[С','',0,'?'),('xճ=,=','wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php',0,'|%*T*`','|%*T*`','289vu3n	C2sva/','',0,'?'),('yI&aWQ=)','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php',0,'N=Rzge`','N=Rzge`','yg[R-򞥗	l{)K/','',0,'?'),('{gb$tI','wp-content/plugins/updraftplus/methods/azure.php',0,'k92hnIV','k92hnIV','\n`v(?UJ=5uI]','',0,'?'),('<xB','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)1%Lzi','G0gXĨ̷u|x)ifWw5;P','',0,'?'),('X&0ipws','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php',0,'`Z8&>s','`Z8&>s',' ξSwJ~\n3h	/_\"B','',0,'?'),('K3}O{U','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/item-showcase.php',0,'rFɗ	4R)W','rFɗ	4R)W','fȼFIN5nNzwKm$','',0,'?'),('e-RȉL:','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-n(֟5> a.\'','j^!yfӳucwWx','',0,'?'),('8ՠ)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Mzh}_',']LE* 78>bLhܛڴ?h','',0,'?'),('eR8\Z<','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php',0,'tTnJxx','tTnJxx','!Y4#@ZJD~4_$','',0,'?'),('=K3p*=2l','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php',0,'s,sqԟ\0߭b?','s,sqԟ\0߭b?','aVlK~W9!!A\\4Og','',0,'?'),('shzQ̒	u','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php',0,'XEm3+O^[(u','XEm3+O^[(u','`5Hмʄ5d7h!Ca|\'!','',0,'?'),('5TBf}2/c','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php',0,'Tm2f','Tm2f','M=]ˌ\ZgєT©kp#s','',0,'?'),('H?l2t,','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg',0,'\"݊Il9knٛ','\"݊Il9knٛ','s	!E\\)|܇R!4Zg̃','',0,'?'),('bfF?f\"s','wp-content/themes/bridge/woocommerce/single-product/add-to-cart/external.php',0,'0äp','0äp','w,^PJ-[Y\r,/E&Lj7\Z]fL;','',0,'?'),('c+\0Uym\\g1','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bK0bxљ]','4\ncE2=V{+\\goЅO','',0,'?'),('yǗm~T','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php',0,'\rƝ\ZP','\rƝ\ZP','K[:۹M=X蘑kkn','',0,'?'),('pk=5wOuz+','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg',0,'ƴ6ܛLA@J','ƴ6ܛLA@J','\Z{ڕX gm|ձ\';\0','',0,'?'),('o8\rڗT5L','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php',0,'(z!ϠS','(z!ϠS','Z&~ڜ!/Yd:W^stZ|F','',0,'?'),('p?E^@\'PE','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\'X⺒I2','6bD즾)*ͦ\n*=l\\','',0,'?'),('xPrMП','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php',0,'.Wk3	N','.Wk3	N','E[k;\\Dמ\Zg)b(&Hӓ\"V','',0,'?'),('2eO','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php',0,'<JHN!tpm','<JHN!tpm','/xe;$Ο,,\0ߠNHQ?','',0,'?'),('>i>C.|#q','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':wD0\rVYB','=M[Dۦ@~OQsIq|nR','',0,'?'),('U\\aE','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wͱr0؅=','?E%+w\r^֗.$i$[W','',0,'?'),(';s`\\','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php',0,'es!\Z','es!\Z','	cuZ[Y\0^uO() \0&TL3','',0,'?'),('\0H9{LXG','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php',0,'7}XzA','7}XzA','$&jzpF#+ec΢{tDY۲','',0,'?'),('aԊč;D','wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php',0,'\Z4p{_ѱ','\Z4p{_ѱ','O0L.=qt΍55c=4e','',0,'?'),('K?gX/k\"','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg',0,')>0\nG\ZrQF',')>0\nG\ZrQF',']$pz:\'CR\0syL9#?','',0,'?'),('	wg\\h]i\Z','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php',0,'Y$]j;{N','Y$]j;{N','\0<]wuXq9L{-\r뺎}o|e#','',0,'?'),('Cv4','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php',0,'e;Luz<v','e;Luz<v','b!|cg.)PC<ѴeWH','',0,'?'),('B!vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0͒l\0B',',{=#\nOQݥWpYEY2>X4h','',0,'?'),(';\\ƪNZJ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/functions.php',0,'6*t>vp','6*t>vp','s$g)s`\'HM>4ZgL#NE','',0,'?'),('<(*A]O','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0+;:goL\Z','mfU=ͮ:yXb]e','',0,'?'),('Dd.P˴{-yog','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mfuֺg-g\0C=v','N<\r;d*8+)\ZbO?0E','',0,'?'),('IB=悿9>YQl','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php',0,'G8_58p7','G8_58p7','ZeOAviT]j]','',0,'?'),('I|K9({sX','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ff:&,[','B&$q>P\nϾz&G<6Ǵ:','',0,'?'),('I\'nI\'','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php',0,'Af\\$ep5P;','Af\\$ep5P;','y-m=̳|~wuv2UT1,','',0,'?'),('ZFރUteW','wp-content/plugins/popups/admin/views/metaboxes/metabox-premium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A߯9Ұu5','&o$n;.ԖI#%z','',0,'?'),(']F[E¿','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg',0,'S	^EzN','S	^EzN','-ȥpz#5j-Xͅڊ\\$8H','',0,'?'),('bvEH΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(|ګj8f','bQ}ίv7H]T\nH\\\01','',0,'?'),('fsIB=r>g','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php',0,',iS\'d',',iS\'d','VKw0n~1[Z]\00Ot','',0,'?'),('fv!(0Dgkx-1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php',0,'1ԓ\\YdoM','1ԓ\\YdoM','Ufs73ڎM*m2K(','',0,'?'),('hS:`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N+C#+|fZ]','kn\Zy&_[Igl(g\'^G','',0,'?'),('3zGҙk<','wp-content/updraft/plugins-old/updraftplus/addons/reporting.php',0,'3@.б','3@.б','yz#V-ڧHVM8wjNCI[','',0,'?'),('t{Ud ','wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php',0,'Za5b6','Za5b6','sCa⿖4-zݥdJު','',0,'?'),('E{#	0]?3<','wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.min.js',0,'`$G}΃L','`$G}΃L','sV\'\\	-QI$꿐\"+΃','',0,'?'),('c]/U`b','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php',0,'I4RJC0NB>','I4RJC0NB>','UC81`d\n		YVG<.pu','',0,'?'),('PPq1l','wp-content/plugins/loco-translate/src/admin/bundle/LocaleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EzbuQA6','HC#ƺv4Ux\'A\"y(N2;','',0,'?'),('ŗY2aEJ','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php',0,'\nLmp.&','\nLmp.&','N5Hib_ѹ봬8̳QovL','',0,'?'),('&N,6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*04G4F	&Zi}\"','.a}hw6WEʭ(3Jӭ9E','',0,'?'),('Щg+-ߕw_','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/modal/portfolio_slider.php',0,'&&n\'E','&&n\'E','emD9ᛗicTc\n\n','',0,'?'),(';B|:#zw','wp-content/plugins/loco-translate/pub/img/skins/sunrise/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m2st','>OT`%H4BO/0\0','',0,'?'),('v#qȃ','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EOxٕX2떭؃','xaJN!e\"\"Nq}AMC1){j','',0,'?'),('W31Ngפ','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xp\nmt5r/',';D)=L:#w>K	<sEcEo','',0,'?'),('U%DX6fu','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php',0,'c>#lPE::','c>#lPE::','?dr!HY\0@0u[','',0,'?'),('8dɉi%1{s#','wp-content/updraft/plugins-old/updraftplus/methods/backblaze.php',0,'~Uŝ\Zz]','~Uŝ\Zz]','B~:]_OLAN/!qpf	N)|rO','',0,'?'),('	jC1o','wp-content/plugins/loco-translate/src/mvc/AdminRouter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֶMb?Fp[','#E\rd*\r,es','',0,'?'),('QC','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php',0,'D\\TwkclJ','D\\TwkclJ','A)$aȦk_\run^\rJUys)hP','',0,'?'),('`}=*kT','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg',0,'Q}C{2x','Q}C{2x','I!12c\".0rg4','',0,'?'),('x[e>M','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m-If3f\\Z','u-hyjL!zV-1nyFYÝ&','',0,'?'),('h M(ޟDb','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg',0,'F\naD<\0u','F\naD<\0u','M2*R3;j\\Cj','',0,'?'),('v(x\0W','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg',0,'?z/OTZF','?z/OTZF','\'A$\0M$6%Oxh=NYUꅠҸ','',0,'?'),('3|pvY`N@&6','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php',0,'~S{Oիxg%>','~S{Oիxg%>',']C0Etˀ&feg!|1','',0,'?'),('>7CeV#oa','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/templates/cards-gallery.php',0,'Kb!}SO|P0#','Kb!}SO|P0#','fTd%gfk/8T','',0,'?'),('bB%:','wp-content/plugins/wordfence/js/jquery.tools.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':-Eՠx$B',',4~aTlS fQO	fTӵ;)','',0,'?'),('2֮\\ƯD','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php',0,'b͘)#6X9qO\0','b͘)#6X9qO\0','rX簋7eudI3@&2','',0,'?'),('%&}p\\?ہ','wp-content/plugins/contact-form-7/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѾC\\L^\Zv','J:`KC<LxK;Ǧsc%S','',0,'?'),('*oHm|4˽k','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php',0,'|N\"g)RH','|N\"g)RH',' 1/*-c{Ԗ&4Mcl3ix=,','',0,'?'),('.*dGH\"','wp-content/themes/bridge/framework/modules/header/templates/parts/ajax-loader.php',0,'U&Neu!yl)e','U&Neu!yl)e','Ql7.ѼX?ooFfɺ','',0,'?'),(':by>$?X_','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php',0,'GH6mw=','GH6mw=','w\\7l[W1K\'GdCIUrwF=','',0,'?'),(';&no΢в','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg',0,'Gx4Cyt','Gx4Cyt','fC4k#@0b7.jɡg\n','',0,'?'),('<ځoLŷڠ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php',0,'` Rrt','` Rrt','X|V BYMrW>r\n|\r1;','',0,'?'),('Swgv˸','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg',0,'CӾ4','CӾ4','UL,^=\nM%Ye1gJ','',0,'?'),('UYU5{V','wp-content/plugins/loco-translate/tpl/admin/file/info-po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'%ZSٌa~','!u+9}pe8wGM`*mSYx`8','',0,'?'),('eQ<@,tEJ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php',0,'`廦*&a>O<','`廦*&a>O<','W\0*0Ooø+zSs','',0,'?'),('ipTVtޘ','wp-content/themes/bridge/js/plugins/jquery.stretch.js',0,'3As[','3As[','d	\"<eFLġEPeud','',0,'?'),('n|jHX','wp-content/plugins/popups/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۩b<~\\','QMBvru[b;/','',0,'?'),('qhBc92','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>݂H%8PQX',')n\"{δbHL\n9677_PMm','',0,'?'),('|z( R)fj','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg',0,'>xEyQ/bV','>xEyQ/bV','SBށG;+bp_@=,n[M','',0,'?'),('~4&Ü>-','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessBuilderTest.php',0,'Yӛo7xl9','Yӛo7xl9','I߼B![):R+*:*','',0,'?'),('=j7\n0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php',0,'9CZg','9CZg','YRWeup{³R>','',0,'?'),('apm+ne','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php',0,')5=SV;',')5=SV;','~ϘM&e[UȰT	','',0,'?'),('\\FZ7i','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5xsT[n','D\rq}cpIa \"CĻ','',0,'?'),('\Z2v[a','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR5.php',0,'\ZgՀ	7*l8(','\ZgՀ	7*l8(','kg^}\\0T1xJCGb:K~3','',0,'?'),('I:.X<!','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H4(|&','`zzY`]3)]:a>?oez','',0,'?'),('y}FEH;z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/modal/image_with_text_over.php',0,'B}O\ri','B}O\ri','1@kOdWHM!xY','',0,'?'),('n1.ÓutlX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P0c\"N!',')ɨ+\n%E~/M@aaN','',0,'?'),('֓˕}?','wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php',0,'2zZGF6','2zZGF6','\ZpA@~J7ȃv)','',0,'?'),('`%{+','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':%7!.','{h\0,]zkV{җ6nG\nxs9','',0,'?'),('!mӥ~R','wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d4lK(','2#AI(^xK3ˤr:*,M켔Ǎ}{','',0,'?'),('v\\Q-','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	%>);','؃FS[k&f 6+b>','',0,'?'),('۱jN{','wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php',0,';M>	3',';M>	3','QA%rtz}~ꇬp53Mn2_','',0,'?'),('th	,Gx\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZP}>j ','Mya;>p:/f','',0,'?'),('\n$+','wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php',0,'_O[Du{','_O[Du{','O=ߢ-l	X{ж|','',0,'?'),('8@)\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg',0,'L\"\0=','L\"\0=','\ntU~asg	41J','',0,'?'),('Qyk+ᦹ]T','wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin.php',0,'y#Б;','y#Б;','.w<o7l\Z[և$	XPj.','',0,'?'),('9XU7z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tbo i%HXwXv','ƅ1h/jw<U\\kq%s|W6','',0,'?'),('іqSGKy(','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oنJ\\{uZ','q7 @!\ZR.A\Z55','',0,'?'),('NQrӜ46DTe','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js',0,'\nzn!tFC','\nzn!tFC',' kE%&yoV}T9','',0,'?'),('b~no4','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php',0,'5Խ18/|o/','5Խ18/|o/','cyz]|a\"樘e','',0,'?'),('\rR.;','wp-content/plugins/cookie-law-info/languages/cookie-law-info-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8𜢽gڡ\nP','SR:.5JktᏯqdo\nm','',0,'?'),('~8:u;H','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Package.php',0,'ApWؐ!Y|','ApWؐ!Y|','s`Cr{zyXH|%)Fgx','',0,'?'),('\0ifP+ܠI','wp-content/themes/twentyseventeen/template-parts/page/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>|)}X9Z\ny?+','C8%(@i=5&\Zc^[Co[eeW0)','',0,'?'),('^\0K','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php',0,'yF_\0W7ψ','yF_\0W7ψ','\0B1z4;V`V9&x','',0,'?'),('B2%KA','wp-content/plugins/wordfence/modules/login-security/css/login.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m᳀2rmV','rJ]s682!\ZpG','',0,'?'),('	/te\Z{_','wp-content/plugins/loco-translate/src/admin/file/InfoController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W}lGOC','4{\n0<%\'_@','',0,'?'),('9lן? rq','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M;U V+NO',';Is\"d\Z\\F/^m','',0,'?'),('!9\0|~1~#','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg',0,'<CK|~9m','<CK|~9m','٢˻L(*g3aKրCI+','',0,'?'),('\"77R\'H\\T','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php',0,'@l7	3;5sS','@l7	3;5sS','ƒuHn@d]O$H4','',0,'?'),('#3J:qɭ_','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php',0,'P^ZF{t_K','P^ZF{t_K','ʨY=I\r\\S\no0Zz','',0,'?'),('%?)','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w]QVմi','qr*-TN5\rOc;ma','',0,'?'),('DS3.įy};','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"ӠA\Z%̝','+啧0pƜJMk qwXب','',0,'?'),('Npe)țvG=ޮ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php',0,'`?2K4t','`?2K4t','~a?oH3`])#)7N+_c','',0,'?'),('OeGslŰrfal','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg',0,'*5\":(;7+','*5\":(;7+','aO;L;_)~ԍ?ഥ:','',0,'?'),('[Hn[P.~FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2$HN\"1,S','&pӼY0	L̢T','',0,'?'),('gn\Z@','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php',0,'pyud#΁S$5','pyud#΁S$5','Rmե8/fx:Ӑto5~ą[V','',0,'?'),('j\\Ħ<yp','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|MX\'پPy','×Xd_mn\"GM9\\)w#x@','',0,'?'),('rBc\'ne','wp-content/plugins/cookie-law-info/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vZs3̝D+','If7*-饭&n_?ed','',0,'?'),('{Vr\0Z*','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php',0,'.ڋ=QeeH?','.ڋ=QeeH?','#Ke1S;uO+|߿*','',0,'?'),('Z\Zxcyd\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7e]^J[2X','ӛxOqWb xM1l	NuTi','',0,'?'),('%ǅ$Hc','wp-content/plugins/loco-translate/src/test/TestCase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',spcHx*','WCAے7d-}DL#','',0,'?'),('5;ɤ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_slider/load.php',0,'#`\03y;8w`','#`\03y;8w`','̉!_,C[mHrV%BB-','',0,'?'),('%I3-7','wp-content/themes/twentynineteen/style-editor-customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	9䩠\"\0m','/} 	ԾA9{!wa.','',0,'?'),('6SʂC}','wp-content/plugins/wordfence/css/iptraf.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ebf.\nV[xPh','J-@ ]-	cqWQ$8','',0,'?'),('%\\(w&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\0$K  	','Vp\Z1͌э\'=~ٲF_u\\P','',0,'?'),('XUqn\ZҸ\'2@','wp-content/plugins/updraftplus/includes/Google/Logger/File.php',0,'ׁ8_p@}','ׁ8_p@}','mOtOh;)ً,\'J','',0,'?'),(':x=}','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɪ9r\'rf','\0&BIrh&FBW3p^b|','',0,'?'),('YYm\\DT4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php',0,'Qv3Q\\V','Qv3Q\\V','*7Z8P\r繏Jhu׵O=!z','',0,'?'),('(?׹(CQ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg',0,'|>ed:U','|>ed:U','Xc\Z3V.M(9rLi','',0,'?'),('ĺ\ZT=1?C','wp-content/plugins/loco-translate/pub/img/spin-modal.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FLE.M3꼨','#@OiU]8tas1?X\r2','',0,'?'),('(BY]2\\~Ky','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php',0,'\'JWf*','\'JWf*','ɳ-6Tv+3#kA˩ LU','',0,'?'),('_Vنb','wp-content/themes/twentysixteen/css/ie7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^Ն&tIm','ntCE1*9s\Z5jsBa\Ze\'','',0,'?'),('\08qat0曑','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg',0,'d9BVt9m','d9BVt9m','|*\'SlZy!b(\"?5haRۑQ','',0,'?'),('F@yZ=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg',0,'SAը)/~xaF','SAը)/~xaF','mvH1\\ȒKZҹ','',0,'?'),('Ǎz\\䁡B','wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('Ha+̰I','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DR]bOe?o','7= \\^Y0&(p5<Dd','',0,'?'),(';;/JKmR0','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qz\"\'\0\0Y7^kTj','=P=ypyP*u]*','',0,'?'),('<@O/','wp-content/plugins/popups/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U9,|=\"','hEJsNHqӶ\0\ZWxk','',0,'?'),('y&aA7]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%B\ng2;','D,AJlOSpe؇&','',0,'?'),('_6lA=[1P','wp-content/plugins/wordfence/js/wfdashboard.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԽP`{i','=Pzr!?w\Z/d!LӪ1!','',0,'?'),('ƞׅ\ZXX]YF','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|џGMtP5','\0U[\0M\'mCռ55k`5ё','',0,'?'),('\n5W\ZL\\t?','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg',0,'l	Tqp{2','l	Tqp{2','T~E>;4%)N!iew}5p;nhR','',0,'?'),(' a\"KwTbc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ln5QzM4','3~1wn&*	Ic\0b#2','',0,'?'),('\"b\Zѭ3','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php',0,'#5m7`Y,o¾v','#5m7`Y,o¾v','Ǔl\0ErɿS)bJkx\"n','',0,'?'),('#q[\nhK+8mx','wp-content/themes/twentysixteen/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6V\0','ҕRw&8Jie@<M}<,\"/d','',0,'?'),('-[ip\\^]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aUǐj@aV@\0/','\0-NZJdY}^nWm^r-Zچos}','',0,'?'),('0&Y','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_#D\0','\Z ے%4~N~Gh!b:wɌ\'','',0,'?'),('4ge>ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS2ig','JpS_X#UB-z,','',0,'?'),(';fJ1˘+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0<^=f','s]ѽj$	↜Skik','',0,'?'),('>[Dޏ;l','wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg',0,'{ta.i͞3','{ta.i͞3','6o!o}K(\"_9%h','',0,'?'),('Cγ;ssV]^','wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php',0,'3va<v','3va<v','͆n2Z:n˕.$F+v','',0,'?'),('LHbnBlW޽lk','wp-content/themes/bridge/framework/modules/header/templates/side-area/side-menu-button-link.php',0,'z=7͏L-[','z=7͏L-[','<[]ZTI?Q(OR','',0,'?'),('OOwTM\rY!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(6DEaM\r','U82hPGrKƌ81E!Z','',0,'?'),('T5E5hK]&5','wp-content/plugins/bridge-core/modules/import/qode-import-functions.php',0,'UϷ3 +','UϷ3 +','YE} 6#3n-M/','',0,'?'),('VF*G','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg',0,'mOgF.-Z~','mOgF.-Z~','VצThiKf+\\}6E^yݞ2\Z','',0,'?'),('X(M','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php',0,'^naB?]3~+','^naB?]3~+','2;\0B]9ڬW\n<M','',0,'?'),(']ǿ|IC','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I .mZc','Bűxefi\r\n4؊qpN+','',0,'?'),('fkjNUei4=%','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~g3L','k`Ґ&z&._(9\'=b`̛A','',0,'?'),('is6c&*!o2','wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php',0,'8,Ӧ','8,Ӧ','<Kۗq}tI}<$!+	6L','',0,'?'),('wY\0TCg\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg',0,'Wr#/>7\Z','Wr#/>7\Z','wEM0pLKH׳_\"','',0,'?'),('y%Ǻ~ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D,HTf','7hUB?K3R_\"Љ9nD','',0,'?'),('zPLp#I','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php',0,',7fS\'G\'C',',7fS\'G\'C','$)C:ʤ\r F4@N=','',0,'?'),('|mN~lEJߣ7','wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@omdd','XGП}ߛ1GhD+s<','',0,'?'),('~?Bbv~','wp-content/plugins/popups/admin/views/metaboxes/metabox-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i(I3Q\rfF','O19Xdڌt6el#ǩ','',0,'?'),('-!wZgk','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php',0,'\'Y5͔','\'Y5͔','d#~BM{\nZFI8!-','',0,'?'),('gasܧ4','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg',0,'Geɘ[v','Geɘ[v','wb:D^\'܈','',0,'?'),('/-TǻT<S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\ruZE:	','^<1t>SM_3k!$','',0,'?'),('_Zlͭz`','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg',0,'Po]|\r','Po]|\r','Ӣ9\\MϏҜD39MQ8%','',0,'?'),('Ӎ?K%Q6$3','wp-content/themes/twentysixteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*g!NB\n','\rVoguD!rbR','',0,'?'),('l<K[','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg',0,'&m\ZF:>2O`\\','&m\ZF:>2O`\\','a3kWSAM\\3^ƹH','',0,'?'),('nyԶ\\Y.A','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/load.php',0,'~\rH{KLFS','~\rH{KLFS','|%~#4zOAǺbe`','',0,'?'),('p >*oȃ','wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php',0,'!j<V@뼤!A5m','!j<V@뼤!A5m','g|*u̳9[ռɕb','',0,'?'),('L8{Ii)','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php',0,'@pOZ5','@pOZ5','Pɔovʤ\\*0c9eG_RD%V','',0,'?'),('PF]qN','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg',0,'%b]v4)+\r','%b]v4)+\r',';yDNFHp\ZETyb22_','',0,'?'),('$)_!e]x','wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php',0,'hmN;.j$\'','hmN;.j$\'','=tBl\\z\\6ҷԖ\r(','',0,'?'),('gyKSx^','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php',0,'QXJu*U\rf]O*O','QXJu*U\rf]O*O','<f}{HOڥE>FM','',0,'?'),('\Zb@k.i.p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php',0,'Bb=x\ZS','Bb=x\ZS','\niV5Ki}EAt7̉\rt)f|<P','',0,'?'),('1\'V\"57','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php',0,'ow\'k','ow\'k','b Jx̘x3J!II\'','',0,'?'),('1o%qA','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g c','ӑ*A#Vu^sZ}','',0,'?'),('C\';Mb5\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php',0,'Sl','Sl','1䎰TݐV@~pVWΧR','',0,'?'),('H)HyP','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php',0,'nhaw*','nhaw*','fk@ϱL1<0Qz3.%','',0,'?'),('JLpdq','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg',0,'G#I֑/E','G#I֑/E','S!Wni}COB\\Ѓ[T','',0,'?'),('TL ߈,]զm','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8	:{We','6{w^GkΫ25b\r񓫄','',0,'?'),('^Psiy/a','wp-content/plugins/updraftplus/includes/S3compat.php',0,'%XkJiW٥S8','%XkJiW٥S8','\0Qhc\"`H\0e%\r','',0,'?'),('mH:M*^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vg0ăaJ','w\Z(&=\reL|)aj.','',0,'?'),('s{ҭG','wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js',0,',\'rFFNzw',',\'rFFNzw','\Zbuܭl9zxРZPB$','',0,'?'),('yVpk','wp-content/themes/bridge/framework/admin/meta-boxes/general/map.php',0,'65b˞','65b˞','U8`uޕ83ӨG3m8@@','',0,'?'),('zh9ꈦXp+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|Fe','_?7c:_@EJs[','',0,'?'),('{6UP\r$P','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php',0,'\Z\"qYAj)@N','\Z\"qYAj)@N','[Yoda#PB$( ](B','',0,'?'),('|}>ftZʰW','wp-content/plugins/booking-package/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\'̆VK','3@ĕ\nxN7hztAs\rd|G','',0,'?'),(';cLR ','wp-content/plugins/loco-translate/src/test/TestFilters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oO]vi','\r̫\r㽬fZߌ{Pu8=7W','',0,'?'),('vV5ǃDu','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڄ\n1h;!','Mϡ	pk)!\r','',0,'?'),('{|5qs','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block5.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q̕8ȴ0','ݪ9*/9do,<oD\'bKߚJ','',0,'?'),('ESc+#)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uNmSC{','P~{p}x{82hXx','',0,'?'),('f\0rc~','wp-content/themes/bridge/framework/admin/meta-boxes/content-bottom/map.php',0,'fiFlW\'','fiFlW\'','#4wGp\Z2?4vx\\}N/D','',0,'?'),('\\iPGN$','wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u͈wwK',':($KѼyϏ7bf㓶','',0,'?'),('ּУ1O','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php',0,'=u5FJ/+D','=u5FJ/+D','{n\Zp8(35shx\Z','',0,'?'),('yIд,','wp-content/plugins/loco-translate/tpl/admin/errors/no-tokenizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.I(\\:','Ϲ+S^~F','',0,'?'),('ļ	Y|pt4(','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php',0,'RTU','RTU','η\ZzCh`Ha;:n,n3','',0,'?'),('ż>&8b³),','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg',0,'|(s0$r{j','|(s0$r{j','Ή(Zvo$z >{Y,Nk.Q','',0,'?'),('?Z;zP0Cq','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg',0,'[A|1H;>','[A|1H;>','J(T	%_3tҐ5#01<','',0,'?'),('Ջt_J\0%','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php',0,'Ɣ/\\m[~q)','Ɣ/\\m[~q)','X,7jDdv;ft','',0,'?'),('^vVu','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/UnixPipes.php',0,'a*Z;٧,H;','a*Z;٧,H;','0/rD$͆i8B','',0,'?'),('F{A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۍQꅳ9','!D#D\"0zt6IHԆ\\0̈\Zd','',0,'?'),('$N/Nش','wp-content/plugins/loco-translate/src/hooks/AdminHooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GVig\n','%gV]DH<y:Yr;$G','',0,'?'),('EQ?	(','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;\Z3x','0v!vv7HlVdi\'K','',0,'?'),('a!xz*yW','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php',0,',WuX>:7+K',',WuX>:7+K','}^*}g,={RD?◻','',0,'?'),('&y6\"f*b٘b','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php',0,'8wLgR9ZqL\r','8wLgR9ZqL\r','~q D-$8nrlT=','',0,'?'),('(gw','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php',0,'6)o1Tv','6)o1Tv','+jΣ_O!/L|.','',0,'?'),('ZhˮUW=1O','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('.݁BxKY','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ln','Wah\n\08uvyv,N!wh','',0,'?'),('$:}j ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg',0,'+Փv2','+Փv2','xڮg7,.o<5Pf4]rK','',0,'?'),(':5U,>','wp-content/themes/bridge/templates/blog-parts/compound/video.php',0,'ھy','ھy','EfQO9}/Ai.Kj)[::b⡀~eW','',0,'?'),('6~e{\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~f%(xfn3','0ſY~YǦm','',0,'?'),('*O-Lτ\r[u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z%;QjOz','&Xz<opo;e/1=L$B','',0,'?'),(',I[d\"','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php',0,'fDvGq~Nh','fDvGq~Nh','.V	ǣv?v}ɦtCIA','',0,'?'),('-7;v`!(','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php',0,'?\rLޕ','?\rLޕ','Myz_~jJ{#-\ZAq73YU`','',0,'?'),('.jm˺QT5','wp-content/plugins/popups/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qSv&','Ly|t~ザ.0w','',0,'?'),('??n_2gj','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MJ2$J+','ug⽶`߆]SR,а','',0,'?'),('BȾjiAbݬ','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php',0,'|\0V\0m8','|\0V\0m8',':oip7Gwn0Z*\nq>Ά$\0ϙ','',0,'?'),('Cw#(	W5','wp-content/themes/bridge/framework/modules/header/templates/parts/logo.php',0,'B7Msb}v8','B7Msb}v8',',k(:V\\0na^ClHőO,','',0,'?'),('E,UuuEt66','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg',0,'UP>ZvB$','UP>ZvB$','m-4тdɜ3p.6xDLT[','',0,'?'),('T,R{lj','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg',0,'K.\08` ','K.\08` ','2l/Vsa\'ѭ;vykmT','',0,'?'),('Yg$zH.Y','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uD~Fe	U',';\ne@dw`4g\r','',0,'?'),('\\ِ5KT7','wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php',0,'_4/F(','_4/F(','BXASr!kbfq`B@*c','',0,'?'),('`WB\'}R\\','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/vc_map.php',0,'mx/1\'KyOm','mx/1\'KyOm','$c~iԷU(|:mdE','',0,'?'),('Xo~_k','wp-content/plugins/contact-form-7/includes/mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$k!E>â','Z/S\"`^JM]k	','',0,'?'),('MG&!l6\"\r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg',0,'KIφtM','KIφtM','t\ZFСRX/>','',0,'?'),('6o8NoL;','wp-content/plugins/contact-form-7/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zucw>2˙eC','YO3֫ZiYU\"Jt3Oq','',0,'?'),('[oE))sZaE','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php',0,'VYug&9(','VYug&9(','\\p,\'qS+CME!30ͥ+x','',0,'?'),('Lao$7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg',0,'%7\0/A','%7\0/A','W-O<$~W','',0,'?'),(';y4ӣW\r\n','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php',0,'ԿtVLZhAƹ','ԿtVLZhAƹ','CF@-dZũNɧ5AAÝ[	h','',0,'?'),('の2؞','wp-content/themes/bridge/blog-pinterest.php',0,'{s|BB','{s|BB','pg{JwV#(*;*TV','',0,'?'),('OHB{(','wp-content/plugins/updraftplus/includes/Google/IO/Curl.php',0,'<jf#-X','<jf#-X','P7aV%~zk1cb','',0,'?'),('|ʘG$8k','wp-content/themes/bridge/framework/admin/options/parallax/map.php',0,'ΝW','ΝW','	75k\rtդd$j#/p','',0,'?'),('y·+4','wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php',0,'|%*T*`','|%*T*`','289vu3n	C2sva/','',0,'?'),(')iyRY','wp-content/plugins/popups/languages/popups-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o+~4]&!=H0',';sC|7/<i:a<0snZrI','',0,'?'),('\nRbxg','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V1\'Mo=KqХZE','m<(gĞޢUi=7\rE*A(TC4','',0,'?'),('|@кѶȽ1jJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg',0,'XbU{,','XbU{,','	?-|*J_\nDʻ@*!R','',0,'?'),('\\5B!Eh','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg',0,'~jĽpa*ӭ·','~jĽpa*ӭ·','`.3blΖod4AFnJ ','',0,'?'),('MJf>FYe׻..','wp-content/plugins/wordfence/css/wfselect2.min.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c3,BV','ڑt4U\";t7\ZJyrb@','',0,'?'),('EUTpAΓ~?','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/functions.php',0,'|,`ͺn{v','|,`ͺn{v','^`\rD\'fH[+*r%','',0,'?'),('+g','wp-content/updraft/plugins-old/hello.php',0,'Et5\0Pw','Et5\0Pw','fs	uc~0bI&5)','',0,'?'),('Y\0)\r/j)Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M`f\0iu','\0<\nj:YFdw	','',0,'?'),('9ڊ$F.{','wp-content/plugins/updraftplus/includes/Google/Service/Audit.php',0,'36!LleD','36!LleD','Xj૷X4PQF.<\r)Pb@','',0,'?'),('muG:&籟','wp-content/themes/bridge/framework/modules/header/templates/mobile-menu/mobile-menu-stick-with-left-right-menu.php',0,'S]vz ]','S]vz ]','V-+jzz8','',0,'?'),('C\0\\\n','wp-content/uploads/wpallexport/exports/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('{\'f>T\'\0SJ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php',0,'UKmKU;$','UKmKU;$','E8N7;P@-[wkP','',0,'?'),('Ph`|/:W\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AѦwTYBf','MAIuPИ:\"\0@M3FR\0','',0,'?'),('S\"%K','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg',0,'-N0|Vn\"','-N0|Vn\"','=*/gك\r\0gZ]%','',0,'?'),('$n1U\\x(','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#zeR_Zaӷ','t<3T}v:r5𝘢','',0,'?'),('$p0','wp-content/themes/bridge/vc_templates/qode_pricing_list.php',0,'ɐ:|ul+','ɐ:|ul+','џ{2\\~|45s:tE$Q','',0,'?'),('/Su:lZ','wp-content/plugins/revslider/admin/assets/js/edit_layers.js',0,'	܉`OTaϞ','	܉`OTaϞ','kQLii\'4Uyԑ45,Ph','',0,'?'),('2ywGnd[)q','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg',0,'vS4gB','vS4gB','ѝvɰ2O7\n1SpU)3G','',0,'?'),('?cKl}g5ᴐ','wp-content/plugins/contact-form-7/includes/submission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Rd].e','\r\0켖:8!a#.ؕ\rId','',0,'?'),('R;lzO8m<3Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`U }\n','οzB+q5VlKlkZ/|','',0,'?'),('WB -JBNGj\r','wp-content/themes/bridge/vc_templates/qode_vertical_slide_content_item.php',0,'Q6BW2','Q6BW2','Y>bzㆅ`@Wm\\\'^','',0,'?'),('`T]d','wp-content/plugins/updraftplus/includes/Google/Service/AppState.php',0,'oqwPSK','oqwPSK','}^Ϥ\Z9Z*T]l(Mә','',0,'?'),('afh=FT:6','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"Pe<3i','.\ZD-ày!̕l','',0,'?'),('gj68VSW/','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php',0,'7ESe<','7ESe<','>f^1Pf<9DJRDyM','',0,'?'),('p/!YV\r1lL','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php',0,'{>U','{>U','yd77~ {\0N&GWMЏ\"B','',0,'?'),('y:4).y','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js',0,'/ߤߙ[t','/ߤߙ[t','P`dq:iLI|$v','',0,'?'),('~y\0dx![>&','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php',0,')z<a 0x\"',')z<a 0x\"','PxeÕV4\0\"\n1ë)6\n','',0,'?'),('}SU2','wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php',0,'Qyv?/','Qyv?/','	cYR#z1wNu\n','',0,'?'),(';~ӷR>','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r&߱$o','kio@=F_A]	$n@Ss*','',0,'?'),('nvpe}','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/:ŞK9A','%6ZIDM&gB%','',0,'?'),('ـKhڤ2','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php',0,'( R','( R','(AS#rѣ^@eMgAm6yaE','',0,'?'),('n~ԥ~?','wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php',0,'S_	u`ƳV#','S_	u`ƳV#','leᔈ|\r(z\ZLpj+Ѳ','',0,'?'),('H\n7PBl~e','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php',0,'aBU-K','aBU-K','|G^:QodO4\"^\0B[Ok\r&4w\r:,','',0,'?'),(',]>۱̏h','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg',0,'ND ǩg;+M','ND ǩg;+M','2AL߇2Oy','',0,'?'),('Wir4H\ZH','wp-content/themes/bridge/js/admin/qode-sidebar.js',0,')MS',')MS','ܽ\"s-\ZR({4	d#,8F:','',0,'?'),('ŋQ>Nf3wS\'','wp-content/plugins/js_composer/include/helpers/helpers.php',0,'@|=Vz','@|=Vz','6<+=F[4gw%:k6%I@','',0,'?'),(' smPB8','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php',0,'qg$$5k','qg$$5k','\"eo8oZ\\\"xz%5pa\r','',0,'?'),('P$k[\r[','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg',0,'U9rm7D\"C','U9rm7D\"C','$0M[\'+`Bŗu6[RY','',0,'?'),(' \\Tn]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}2Pر','M?~\"u%[,l+?F-}M)','',0,'?'),('Ք{۪55ͥ\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php',0,'EJs@qNB>0','EJs@qNB>0','=F|I*5vhOvAhn','',0,'?'),('p >ܗ,6M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg',0,'\Z $V2_','\Z $V2_','pکbܚ9Yp@GkERqeЀͧ','',0,'?'),('>~\nO7	b@8','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/grid.php',0,'zG)!','zG)!','?ǃٙ#!=T& X','',0,'?'),('^v)%X`f','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/functions.php',0,'R̠E/8E|+a','R̠E/8E|+a','蕨T\n[m[gQM:OS','',0,'?'),('~4:${V','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php',0,'\0Ut6ӐeF','\0Ut6ӐeF','+C[q\0ZjS[tY','',0,'?'),('B\\u}L,','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n!V`a,','DN!rj-7Z\Z4\'rO_3','',0,'?'),('77ޖz','wp-content/plugins/js_composer/config/content/shortcode-vc-video.php',0,'EP9turηH@','EP9turηH@','q66Ӆm\0\\`4?_jݵ','',0,'?'),('{A7?\0\Z.','wp-content/themes/twentyseventeen/assets/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0CEK>5|Q','|%`}3?M±KXWMEX','',0,'?'),('\Z3H{ǲ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r Ϭn+n','^qNТ&yN~\'S//>}p','',0,'?'),('FOt3v','wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php',0,'Tې(=ʈ+8H','Tې(=ʈ+8H','0Whs־\\\'ҕY	ߔ','',0,'?'),('#:SkU{','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:?l]u','2P탚=w=7Ar\nfQ~,B','',0,'?'),('(|nsARF+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̮;Lo\n','|Se|./QYW}(','',0,'?'),('6\Z b\Z','wp-content/plugins/cookie-law-info/cookie-law-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oA%r.Ѷ','YG.gX].+񓏾~','',0,'?'),('9Bn۩AN\" x_','wp-content/themes/bridge/framework/admin/meta-boxes/post/map.php',0,'_1vߜ:cQ','_1vߜ:cQ','~%7\r̨r]VpE\"Y;','',0,'?'),('C*H䙆[[,','wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php',0,'o2SM|\"z','o2SM|\"z','xhy>05I]9D','',0,'?'),('Sm8?;8ֲU','wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{񈌨','bV5gVFVhݦ)LqO','',0,'?'),('[\'/;','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D2E\\t.-','U\n/miMyE-QM^\0QL9hT','',0,'?'),(']L<|<2V=T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php',0,'[&E\rR37Cg,','[&E\rR37Cg,','T\\`\ZWn/L n:Zfb$$Nv[','',0,'?'),('jeb=','wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~V2:5AY-','r1BMSDАy&.3xR*g0','',0,'?'),('IY{N#败bcP','wp-content/themes/twentyseventeen/assets/css/blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jyڗ?aR]I\"N','rheUCs\0VÝ7?[\0f[-~','',0,'?'),(':[&b[hY','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[wDAMA',';P1]fUE;`Qڮ\neZ\0@4aA','',0,'?'),('lh2','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php',0,'ʐ~pIȰR:|','ʐ~pIȰR:|','Q.UD>2-HC8H?','',0,'?'),('sM\Z{}','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php',0,'Bg/m','Bg/m','j](R\Z9N_=k$','',0,'?'),('S?sƛ','wp-content/plugins/revslider/admin/views/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('|)1D z','wp-content/plugins/popups/languages/popups-fr_FR .po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')}hZ43\"\0','6g),`lcxQ)H\Zlee','',0,'?'),('x2_.~$)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|W|0~s8','(XToCeYKykmq)','',0,'?'),('2cnW:Ic','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php',0,'\'N@ZtTa','\'N@ZtTa','ENFϐM1YP\nI39*d','',0,'?'),('HB͜[!+<,','wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php',0,'PqC:AӠ','PqC:AӠ','ِk0+r2<6v}SsB','',0,'?'),('Ὀ5f?hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OP/:#A','P!𴴨jzF#dĚMP','',0,'?'),('&Ӛ2n`','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php',0,'j\':\rcGxA','j\':\rcGxA','1k _Y܂V5bn8@]Hz	','',0,'?'),('ԁѠ_3','wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php',0,'*	vl:dO+)~E','*	vl:dO+)~E','$a4VJ.gEtB#LcBlBm','',0,'?'),('aWXֽ٣#>#','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php',0,'{(A,d1B','{(A,d1B','#>ig[r1?U0\0','',0,'?'),('8`9?BbБ','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G;Lws','H.lq7L`im^','',0,'?'),('SYCO2瘍','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg',0,'C4x;|','C4x;|','2\'ɣZDKUvWX.1}','',0,'?'),('\nn4i~.\r','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/ProcessFailedException.php',0,'A0J','A0J','B)RIepVLv%^','',0,'?'),('\n /Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']𵹀`,!\ZE8','%ZűWZsOMo','',0,'?'),('5~iPw','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg',0,'o6<@','o6<@','Qxucv>Ġ2x','',0,'?'),('2U8f<D]','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg',0,'~661D','~661D','ᖀv8Qa(wI+|','',0,'?'),('3=oٰ*hK','wp-content/themes/bridge/framework/modules/widgets/related-posts/load.php',0,'HP+kD_:','HP+kD_:','m8	 `qc>ߤSfGf:\noJ5','',0,'?'),('GZ*}|','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php',0,'\rҳ','\rҳ','d~fWT}+F_\"Z+f<)','',0,'?'),('R5\rD^+G1jv','wp-content/updraft/themes-old/twentyseventeen/template-parts/page/content-front-page.php',0,'rjLG3F','rjLG3F','D鰬+6!orLiʦl҃','',0,'?'),('_fi','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js',0,'-hpOw&','-hpOw&','n(RJB-XܘVe','',0,'?'),('b:]{H4	','wp-content/updraft/themes-old/twentysixteen/page.php',0,'7up/\"','7up/\"','	\0pKNrG','',0,'?'),('c̎$\n\'@\r','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tice:D1','Eep_s\r٢Tzk','',0,'?'),('m֙7,}ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A%*\\AtV','~_JԻ)\Zvٮf\rz','',0,'?'),('x\06B{;mC߶','wp-content/plugins/booking-package/js/Confirm.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GSFd%,7j/','ǜ0\rM\n\"-m  `lO°ѧJ','',0,'?'),('zMy_C','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php',0,'|\0%ql','|\0%ql','L#ZO<e\rG$M','',0,'?'),('{#<kQs','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php',0,'>','>','2!p1P\0Q++\rafBY}&','',0,'?'),('jsF^V\0T','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_video.php',0,'xUu^6\0m\0&','xUu^6\0m\0&','J,{2q[a5\0>B?[d0','',0,'?'),('VtS-','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?}Ɠ.Μe1U','MTzX`પmO]$sX','',0,'?'),('H\03ۡEp$$','wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',)\Z~w','%K.PVvZښ[\0ȗfE6','',0,'?'),('hF!YU','wp-content/plugins/popups/admin/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','],eϟ5ZPO','sW*`orP[+.5>#mk_','',0,'?'),('J1MF<','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#[t951',';kM{.NUHg{\',','',0,'?'),('ƄNB׭','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~dNc@G#,','.\"K|[\0:H/?','',0,'?'),('QUuU>','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg',0,'|F5CV:','|F5CV:','Ԟe;nTGKk`߈68','',0,'?'),('?ڟE$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(hP4_','UAJ\0d;/Q:!~G','',0,'?'),('dZiY03(~M','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php',0,',|c\\yGGO',',|c\\yGGO','Lj[~ 1eY&7u>jkb','',0,'?'),('6bg>_','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';uMmܭD|wD','SnR\'X^khɑi7','',0,'?'),('mr8pr','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php',0,'-q=@TpN9y','-q=@TpN9y','\05bFK-MYp}\no','',0,'?'),('\"϶.dX.(','wp-content/plugins/loco-translate/src/error/Debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rs׸(Ϛ','ߌ[\0_yi\Z7c~PT[u','',0,'?'),('Н_O%^\0)Ł','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php',0,'Wq{:|e&M','Wq{:|e&M','f*K}-ݲ$Op*$\'PV','',0,'?'),('hx*(&kO','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uyGF,{Xz','%Ԝ5;x^)G(o','',0,'?'),('\'Kzf','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$+q?U','9@mrܵ\"+BVK.uB\"','',0,'?'),('5#\"8%`}','wp-content/wflogs/template.php',0,'lCdb.˴v','lCdb.˴v','Z][WP},7*q\nƑ','',0,'?'),('\rfh8!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','km\n	HM','FOV3\"!kP','',0,'?'),('䩓RDB','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_banner/load.php',0,'b\'t׍5','b\'t׍5','A#f0uq@,|#rC7','',0,'?'),('v9b$L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,t]7=QE',',t\0_gX%4.tP]>JT4','',0,'?'),('d@Qۅ-Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php',0,'&Sq@⬠c','&Sq@⬠c','㣜h&GG5!!wb1-@','',0,'?'),('xir8zb#','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php',0,'fs#G8^','fs#G8^','wb\"piDn-=m','',0,'?'),('!Y;I-u','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\(&xax7g\rכ','^E\rT\n\rEI޺i94l\'dL','',0,'?'),('#?Gc	¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ѕhP\'m','5p&*_<`[\ZmHϳ','',0,'?'),('%oA\Z)1[(yOP','wp-content/updraft/themes-old/twentyseventeen/template-parts/page/content-front-page-panels.php',0,'*[a¦ vf','*[a¦ vf','x.`L{v)XcnXe\0)','',0,'?'),('<tDXϦF','wp-content/themes/twentyseventeen/assets/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'`K','Ry1Nhu¿I}؞)i','',0,'?'),('D=b[*WgM','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php',0,'Ro,WNSC','Ro,WNSC','v<bA5h~G5)qbn','',0,'?'),('HPw%8','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IxoTMzD-','b5yh9}oWInn','',0,'?'),('Q49LzJ','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dgm<\n','LRZIR\\^ӿ#(mc~ 6ڡ','',0,'?'),('Ut>L\"[','wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js',0,'ª/9T9I','ª/9T9I','7\ZĆ8l8N-9','',0,'?'),('XX*!2~','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƌ@N`Xg','Q&3Ɓ_+i	uqI+:	IO','',0,'?'),('[#l:Ň-WB','wp-content/themes/bridge/woocommerce/cart/cart-totals.php',0,'F!\0r؛,[l','F!\0r؛,[l','-}tQ5e샦ՠ:zm4x2\Z3\0!','',0,'?'),('[nG{\'q:','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9O0gWwA#','Q??RtPu	Υ=','',0,'?'),('\\h RX<C','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߅w@LOR','EFjrč;s΀.f:ϤF','',0,'?'),('ba2](<','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg',0,'@x:`j_~/','@x:`j_~/','C.w݂(ːt	k7c,','',0,'?'),('iqӛ{fB','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg',0,'+^G\0w)T]','+^G\0w)T]',']=	m0w8Iz3 b','',0,'?'),('lic`V-,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php',0,';7:ǐY\n,',';7:ǐY\n,','-KT?-Ao-0A\Z{','',0,'?'),('m݅\"恅t)B','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg',0,'[ѥͤ','[ѥͤ','2\r\'}%a	BW̝x\\','',0,'?'),(':!FnPB&','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php',0,'@Y6㎚7','@Y6㎚7','.~o%3u}Ww?]\0Q̚K&','',0,'?'),('Jח_yzx6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0>H\r5:6','*]X8%KқR	Qf;\ne\r6\\','',0,'?'),('Oǿ+\Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php',0,'	BPKS0','	BPKS0','8nhT^}=\'EJP9|','',0,'?'),('::Ѿ{ID _','wp-content/themes/bridge/woocommerce/myaccount/my-orders.php',0,'kMJG8\Z>Q','kMJG8\Z>Q','	2g;;1ԞD\ZmÓ@к5g','',0,'?'),('Ȁ~_qIS','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$#X9\'T.6$','ǔ->w5[S;HK1qO(\0','',0,'?'),('\\D >F,','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\n_Ͱ\\ ','}47HyZ!խBiP','',0,'?'),('H;c)[','wp-content/plugins/updraftplus/index.html',0,'&1fj֘','&1fj֘','{no8>?6A$)~oaVm','',0,'?'),('N.','wp-content/updraft/themes-old/index.php',0,'gD,V=\\bP','gD,V=\\bP','k~	UH\ZxPĀ<;X','',0,'?'),('aYx','wp-content/themes/bridge/blog-vertical-loop.php',0,'\0	2ik%','\0	2ik%','=pyq]?\ZAD_','',0,'?'),('|bn9`>肉','wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('	\")\"0Io','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zq\Zsq776','CDa$=f[Q4JW7l).=%','',0,'?'),('&Ż(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tfwaxc~h','h\0v5ZZ9!4p呴!9y','',0,'?'),('z0:2>0xl','wp-content/plugins/loco-translate/src/admin/Navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t=|z~|\r','F彞\0ynm,,5','',0,'?'),('CtwɥBrj','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php',0,'r=k]kp','r=k]kp','d|;(:\0|i{dpB<Zy;7zM','',0,'?'),(';Oc);Hi','wp-content/plugins/cookie-law-info/third-party/class-cookie-law-info-third-party.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zi?qzʙ','a8vxm	\ra((ih\0*','',0,'?'),('~+qX\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oaQ|g4&','cUX+]Wvd=,Z0)\\','',0,'?'),('%f}ROF','wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php',0,'ߘ	zg(','ߘ	zg(','NGEʭ<^@{oZGR','',0,'?'),('0jYr\r[{\0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php',0,'|\0%ql','|\0%ql','L#ZO<e\rG$M','',0,'?'),('5sВ,I?','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php',0,'Qv3Q\\V','Qv3Q\\V','*7Z8P\r繏Jhu׵O=!z','',0,'?'),('?R0+TUvLQ\0','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php',0,'|Ȱ`-cqF','|Ȱ`-cqF','Jϋ&rɪ;9]F','',0,'?'),('F[X2?^(}+w','wp-content/plugins/loco-translate/src/admin/file/BaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6k\\','}T:;ocG=bko\\@','',0,'?'),('Qٳ4f|\nN','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php',0,'N?dLt','N?dLt','p`ȿ|b	Ќh.@s-','',0,'?'),('U!]ɲ^W.\\','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php',0,'򘉱#q~O','򘉱#q~O','kk[wrnoI','',0,'?'),('V;6\\́=ƾ','wp-content/themes/twentysixteen/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ľj','05iVroFʛAMY|C ','',0,'?'),('W[lF*QM','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B_<x8ʍ92k','~6\nft.l~v6($Z9r','',0,'?'),('`݉ZrL6','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php',0,'>pv','>pv','3SJ*oiU˗-u	!','',0,'?'),('eckO*]','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php',0,'D}ΤwSo!fp','D}ΤwSo!fp','l[7;YA*nJo','',0,'?'),('qBѷC','wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php',0,'4,7Ģl','4,7Ģl','| .hh(%%|!ؙJ{FD','',0,'?'),('r[(0,8-','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php',0,'XOlM}','XOlM}','f.~Rm,[CZ5c(fvXI','',0,'?'),('y6ׄdtP;T','wp-content/plugins/loco-translate/src/admin/list/LocalesController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JĤ\"Ã[v?','E*s2\\\nAp[`YHݓ3','',0,'?'),('yDI!P{I','wp-content/plugins/loco-translate/src/admin/list/BaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˘x\r6sS#?<',' >H\0`KZw0Wx8>\n','',0,'?'),('-%TT6]','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php',0,'FyЄղa','FyЄղa','V	e,B(\n\"3(	;DP:J ','',0,'?'),('YpÌ6qR?','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/message.php',0,'DZt43D1ɞM_','DZt43D1ɞM_','q_gFz@>#\ZDiF2','',0,'?'),('ןz		=Zy','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg',0,'\ZMZH(Jj','\ZMZH(Jj','JS^廊j5w;#--','',0,'?'),('zE;|\0','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php',0,'ap%^\"','ap%^\"','=z=O8kB\'8UPnOj:<','',0,'?'),('i].hNBtR6','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg',0,'K8x!y`A','K8x!y`A','&qU\0N/Q\0!I\'BL','',0,'?'),('=CѠ*TX4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր]P̍fVkk','3}c9jmy@spVR9Z','',0,'?'),(';X!\0k.','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php',0,'\nͣMİ97y;','\nͣMİ97y;','U\"qϛgiaY[{\0Rh','',0,'?'),('6*7aT]\n]r','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php',0,'Fb\r໴i','Fb\r໴i','uzB.~oU)YRXJɾĉk`Ek','',0,'?'),('(m\\xX;','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php',0,'hmbPYJj}-m','hmbPYJj}-m','\rFˈMY#;Sݱ۴','',0,'?'),(':/Q}ZTq','wp-content/updraft/plugins-old/updraftplus/includes/onedrive/onedrive.php',0,'4a$ Ts\r','4a$ Ts\r','ra[BT߶ēԂjblͬ\\','',0,'?'),('\'Дz','wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-video.php',0,'B4qϿ8K','B4qϿ8K','s	tNq*o\Z\"<\Z7','',0,'?'),('}#\Zgc','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php',0,'71IL̷b','71IL̷b','%=kyuRtIjQ%','',0,'?'),('&	Jko','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php',0,'3n.nPh=','3n.nPh=','s; 2i/[?ڪ;ﻰő`','',0,'?'),('!unom','wp-content/updraft/themes-old/twentysixteen/functions.php',0,'Ka','Ka','B%$<mMtDf]iA.\Z5J','',0,'?'),('®\'M>6\r6rÒ\n','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php',0,'.ʹoCc*Yq','.ʹoCc*Yq','jb(^54k6\0EDl\r#\\2','',0,'?'),('H$`\rDG|BY','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php',0,'EVI%wF','EVI%wF','BTXTh96\nrm*>6JM_Lr','',0,'?'),('ڷtgZgE','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4yKߕ','Ι	[{\0If\0tv\n9dx','',0,'?'),('˧V2o|\n -','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php',0,'CMU;d򫳅1','CMU;d򫳅1','*}Y(i	~T	bNON','',0,'?'),('^{8=+ITD','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php',0,'o\r~{<[1','o\r~{<[1','(jKOeR.{+oB3W','',0,'?'),(' It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','븪9jH5T','d֡\0P)5\'iWO:^59','',0,'?'),('?G̟v','wp-content/plugins/popups/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')4FS˼','\rOs`NwZv','',0,'?'),('Glݠ_','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$<qӉPVbZ','ٕE,1 #QW\0xC뚵_','',0,'?'),('5Yw!;','wp-content/themes/bridge/framework/admin/options/social/map.php',0,'&V]r\rf$5','&V]r\rf$5','{ \nt$&#A?.[:,','',0,'?'),('J-狁\\\"ץ&','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~XZe&OagAc','ADg9\'c$?ٵC/','',0,'?'),('\"PnC.','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg',0,'f? au`{s','f? au`{s','?RlFNN;cF@&','',0,'?'),('#Ĳά/','wp-content/plugins/updraftplus/methods/addon-base-v2.php',0,'bja^','bja^','gfOcG@?P7@k','',0,'?'),('1\'>\ZZEvZ','wp-content/plugins/loco-translate/src/admin/config/ApisController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Q$K','El5+\Z>c^?s*t,!','',0,'?'),(':C>&\r8\0i\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg',0,'9{-','9{-','!1ָ~>g \\1\Zy+ѹ','',0,'?'),(';?2S\0p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w yC>','vV vb\Z[ZuG GnA\"H77','',0,'?'),('<r%\0&꘯ᠫ','wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js',0,'0~}qK2N','0~}qK2N',')|-|0Th4\rR	-\r','',0,'?'),('<6ˤhlb>R_','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php',0,'a|	XŤD5Su[~','a|	XŤD5Su[~','9zwL5{!?Y!	f','',0,'?'),('H+ݶ֤^4A','wp-content/plugins/contact-form-cfdb7/inc/add-ons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OWNCS1.hF<HW','8ޘ򼪩|iKqCee,0#.x1f','',0,'?'),('Im(<p3R','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg',0,'СͶU&\r-','СͶU&\r-','Kbe^:x	ngDڽ$','',0,'?'),('LTϩ5#co','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js',0,'4\"8Edȥ','4\"8Edȥ','\"Wa(j2U<ϋRnJCJ3~	$h','',0,'?'),('Ml/Aq۷-','wp-content/themes/twentysixteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ap$գJT','hjt\n:W6T','',0,'?'),('S7{&ϳVQ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg',0,'E\"ǻ#k','E\"ǻ#k','gUQP\\0wʪ~8','',0,'?'),('Tw͔\n4Ó0','wp-content/plugins/revslider/public/revslider-front.class.php',0,'tT8Hɿl','tT8Hɿl','obӣHoqrK\0] 	i','',0,'?'),('UkG޴','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg',0,'8ⅼeE&O','8ⅼeE&O','B).nDEl*Yi-S ','',0,'?'),('X@%1Ci','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]a\\$','Ǘh?S):i@h.Xg','',0,'?'),('].1\rPXL','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5TRkƦ~	Oč','y@weiLVBZH?y%C߻N','',0,'?'),('aq+^JUS','wp-content/themes/twentyseventeen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qw(4YMQ9+','Dإη	ێ}L	$:n8Yހ','',0,'?'),('jb+CzOV[kF','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg',0,'Gf񤭧mN','Gf񤭧mN','!n~\Z>Zx^a䂚킬z*','',0,'?'),('jpdr>=E\Z','wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php',0,'[,xO;M','[,xO;M','lh{x+j88ID<Ό','',0,'?'),('kH[lfz,','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg',0,'G8FG{(	','G8FG{(	','!.Tu#׿m~\0DXϮm^#5A*r','',0,'?'),('rY\0S(z|','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gbyf|S','oG5}[`nxܡ^@B#lb','',0,'?'),('s8\'ɀ\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','27E\'^\\','uuj+<b\n엾PE-!ҸkhC','',0,'?'),('u${ܨv','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Ƕ	|m','+ePӛR/ހ^DC?\ZYV','',0,'?'),('{*\'b','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/load.php',0,'n;^*','n;^*','$lgNpv0<f3','',0,'?'),('~KɁwwfC','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{c/I<','y\\RTܠUtmY(㻱̿','',0,'?'),('܍<\'ӌ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg',0,'\0`>8\n8','\0`>8\n8','x11&2^*J/c@fK~<.[_,','',0,'?'),('}z#\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]{}	`X','I?~4]4KF\"vI(','',0,'?'),('ƌ\Z,H','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xZSYSm\"	a','UYX}m\",W9:۸.෦Ho\"','',0,'?'),('KK1l!D','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƅ&8','̸\nXGzy\\KqWQ','',0,'?'),('\r[\0EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZ\Z&E:҅\"','9.JDJ7Q4AK1ghZ~\r','',0,'?'),('<S\Z&p','wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php',0,'Oҕ4oV','Oҕ4oV','VBO(ǀMoY:+g2ܰ','',0,'?'),('4y3%k ','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';k#?cQ7(e','o{\rrh5Fww	LeFz]','',0,'?'),('n\01 \n@','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg',0,'܄4\\t_','܄4\\t_','*),$	O*>p07g\'Q6\0Z','',0,'?'),('a6z\n^a','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg',0,'CH-]VHR','CH-]VHR','ˢZ$	{tm9}0\r','',0,'?'),('wE7=K0','wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.min.js',0,'!mH@4٨','!mH@4٨','l3 ==ݕ흖xeHLY&#','',0,'?'),('| ','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?&TJexH','$!|=#fcjc:TQ0b,ʉ','',0,'?'),('ieT CӢ','wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php',0,'(#mチ8','(#mチ8','9ͦ9]]EXClB0','',0,'?'),('9w','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php',0,'E!fD]rKԚ','E!fD]rKԚ','0pX7A\Zlǚy2\rfY+','',0,'?'),('w~IvX%','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg',0,'\rdm+>_MNt@T','\rdm+>_MNt@T','X	DC7^=CP','',0,'?'),('v{Cҧ4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ֿYCA4|p','{30pDr%#Mz_ϔK}Ao6MR','',0,'?'),('0n1qy>','wp-content/updraft/plugins-old/updraftplus/includes/Backblaze/CurlClient.php',0,'\rsA]TaYi','\rsA]TaYi','|*Ăs4zX[S5GOp\'','',0,'?'),('IjR\'0u','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg',0,'Z7q.4UW','Z7q.4UW','9ix,zά8u~)6ݔM)%l','',0,'?'),('p$^dZ','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%(Fv\0~F','ڙs-s~uYeTF4! *','',0,'?'),('[Kb28','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[j~{tE','S@>m~%а-T6[','',0,'?'),('$\Z.K','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php',0,'<^Pj%^6{','<^Pj%^6{','-f]wUoTe({?ǀ','',0,'?'),('8+[','wp-content/themes/bridge/vc_templates/qode_pricing_list_item.php',0,'4Rz\'^','4Rz\'^','g>Ǜ,$ke~fQ+e?oy','',0,'?'),('\Z)g%a#P','wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js',0,'dc	@y','dc	@y','p0O	9@5E~U','',0,'?'),('	-5JdtU','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg',0,'uRX(\rz;\"/','uRX(\rz;\"/','ᘐ8N-Ę~W!o\nXW2.,ܓ','',0,'?'),('\nZE]h	갓s','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_text-marquee/load.php',0,'P֭+_=%z¯','P֭+_=%z¯','P\"{,W6O9 rvFL	@!V','',0,'?'),('\'łEg3#\\','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php',0,'D7r\0t֧HSK|m','D7r\0t֧HSK|m','VHƴf-X ^o','',0,'?'),('\'z%*[Kk','wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php',0,'	7tDx','	7tDx','	8\\v핉Y1-c3$*2S','',0,'?'),('j[ͫbF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg',0,'x`CsWj','x`CsWj','\ZRӧ>c.V\0hWU_\n	v[','',0,'?'),('NP<U','wp-content/plugins/contact-form-7/admin/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S/:!x\\PA','PPsFT)β\rkQ@=','',0,'?'),('XJp','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQxj','1YTЈqW6݋h	','',0,'?'),('\'#308RUT','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php',0,'q*tF|F','q*tF|F','ȫ#g~]eq\'گ?uY','',0,'?'),('*z8nZS','wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php',0,'Iyby4MgcΞ','Iyby4MgcΞ','^!$y[X\\g֧gN\'3(hm','',0,'?'),('0nxL','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php',0,'a^q-5EZCRA','a^q-5EZCRA','=s-oS@TA_ʏe<E{B\n','',0,'?'),('0?X8o','wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php',0,'W!?O','W!?O','/\r]\\$2HNBv0AI-d-','',0,'?'),('HoC\\/[','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg',0,'\07>','\07>','4BYN4sa-1Ng5ZvbO0M','',0,'?'),('Q{t$!7EX','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php',0,'G8_58p7','G8_58p7','ZeOAviT]j]','',0,'?'),('Qζ1*hQ2','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php',0,'$u9$hoy%','$u9$hoy%','7t:s{(,5U)fr7Ox!','',0,'?'),('Sq`M','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y7LrG[n','k%}1o.gMG&w&~','',0,'?'),('V{r~x2','wp-content/themes/bridge/templates/blog-parts/blog-share-like-below-text.php',0,'_%{*AʥIR','_%{*AʥIR','Η0r-.w)bVRK:WcxVo','',0,'?'),(']MrzW94','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg',0,'4@׉)1ƋtR','4@׉)1ƋtR','6ӣeDBzRµs','',0,'?'),('dX$s\nw]','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php',0,'O7728[Z','O7728[Z','`xeϷH\nǮw3i<','',0,'?'),('n֢\rV5,','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ha+ޭjs2','f\r`.\\۬\rHPg!Mwm','',0,'?'),('ol>x~I ','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~(4G','j/}Ӆ\0ES̤\\Hg#Z._','',0,'?'),('uӨ+̧xTd','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php',0,'3i&j%9ݜ2','3i&j%9ݜ2','KAS\'}\rT8W\Z_L8!%@','',0,'?'),('|\0.,\"G','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/functions.php',0,'zcOǠuy|','zcOǠuy|','q|x\\j/nW-99XV*E','',0,'?'),(';n7Ϸ2','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php',0,'~#[hoD','~#[hoD',']W7Ci&\'T};','',0,'?'),('yW=Dq}','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php',0,'\Z+M!0\'i.N','\Z+M!0\'i.N','M]f`z*ʶˣA\r+kg5H','',0,'?'),('>CK$z9b','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg',0,'I )Zf\\n','I )Zf\\n','V{Tr*+o^)J{rWY\'','',0,'?'),('0jlSK','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Kbg#zL','B6\nJl=o	4','',0,'?'),('^T5j-','wp-content/plugins/revslider/admin/views/slide-overview.php',0,'mB=\"D\0','mB=\"D\0','{x	!BaNX.','',0,'?'),('0t@*4','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/modal/progress_bar_vertical.php',0,'`\nÞ?|[','`\nÞ?|[','hЪ(8l;#d^niArh77','',0,'?'),('gf_C}','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php',0,'{am4','{am4','ƋV2eDZ\rtBQLȸK)y','',0,'?'),('bMފ7	%','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Autoloader.php',0,',yg\"Cz-',',yg\"Cz-','.U4eHbx^tSpm\\J=','',0,'?'),('!õl\0	D','wp-content/themes/bridge/framework/lib/qode.icons/qode.icons.php',0,'ln(lܫ;u]','ln(lܫ;u]','J`K_B{ 1*%eD͍G͚馱)<','',0,'?'),('ސqic=','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"@9,i','HC!AMI$۷r7=:E8ѹc','',0,'?'),('SimY8-v\\','wp-content/updraft/themes-old/twentyseventeen/template-parts/navigation/navigation-top.php',0,'@omdd','@omdd','XGП}ߛ1GhD+s<','',0,'?'),(',Lqm\\jX#.s','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php',0,'9F?\num~@','9F?\num~@','ʆNqfƚuX#?L:ɯ','',0,'?'),('sՌQ7o','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѿD\0|sW','\n*vQ(Giu3@4*','',0,'?'),('7.?>F2;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg',0,'n	;qa','n	;qa','XCJ|`]0yW0J5hxR,~','',0,'?'),('«-j=uN\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)}{Ch2U','|ALMbxd8XjX.^\n\Z','',0,'?'),('CěRw&','wp-content/themes/bridge/framework/modules/widgets/related-posts/related-posts.php',0,'trH/NԠX','trH/NԠX',':3\Z=DiRdQ92f5ʟ,u','',0,'?'),('r(cBpž','wp-content/themes/bridge/includes/pagination/pagination.php',0,'l\0`䑨ou-}ȗ','l\0`䑨ou-}ȗ','T̮̜lHx%V⡽178T','',0,'?'),('	E{jJ','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php',0,'?	5sA4P','?	5sA4P','t:>U˅Ȥ	/4]%)?+','',0,'?'),('_&\Z\0_Qɭ+','wp-content/updraft/themes-old/twentynineteen/image.php',0,'GԶlD1}3O','GԶlD1}3O','r눸#]!c\\(*P\"','',0,'?'),('ᗏ3-4','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' lZ1s]6','~CMD=?hOH	bxz=^','',0,'?'),('\"ڕK[@G9','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Z&','v7dyP9iϦs@','',0,'?'),('#u0c}','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mm%ƞQFZ~','&! /Ȑm?/N\",pyU<uYߙ','',0,'?'),('$QsPR3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>N.RyEEn','0Q~0Sbgsx:E my\\O','',0,'?'),('3!9=6ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MMH!YA','2mo{|ny˃4(φ=','',0,'?'),('>WFŬVݪ@','wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php',0,'$λ}ӮW7+D','$λ}ӮW7+D','o_{CӠ~=W\Z8OU\\X|t','',0,'?'),('IooԆ5nuѭH','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KAct&',';8%&h1RnJ g0-p\"F1*ts','',0,'?'),('MM<HU','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php',0,'9#w>ò7~<?','9#w>ò7~<?','B\rSj/}~[7P@Ef\"ğ','',0,'?'),('Q3Buk!|iF','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/modal/icon_list_item.php',0,'tT\r\0\"','tT\r\0\"','tMB}ÙIicrEiV/;BЙ[','',0,'?'),('Qs\'{^X','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php',0,'sF߳Mi/','sF߳Mi/','$-o(Fh1|Qq޴ϸEn','',0,'?'),('Q6B5r?\"9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php',0,'ݎLkDv','ݎLkDv','sB4УX\0_\0{','',0,'?'),('ZgUi1iƾx=','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dW,XEEo','l?)&&PP$@\\/','',0,'?'),('^2^T:mJ:','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n)e7e','\'|\0!t|ux^&5l','',0,'?'),('^A=vV\Z','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg',0,'L:F&g','L:F&g','9(SjB[sR첍\\\Z!k','',0,'?'),('b0݀>j\"G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$2J','/#?TiOLyvuTKɤ\\ػ','',0,'?'),('ii	AQ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg',0,'U\nǭG9','U\nǭG9','=>wow(w\'qRN >','',0,'?'),('}Df6]\n4YǸ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php',0,'ؙftn o\'','ؙftn o\'','|0DaIDe:\"CT','',0,'?'),('ջg_H9S22v','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg',0,'~oKYP鑟+\0','~oKYP鑟+\0','UЮ 58QT傾o\'$+?*)','',0,'?'),('-\"Zc1&?zjEe','wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php',0,'®fAט3&-|q','®fAט3&-|q','߼f_H\"X OBEg\0*ZY','',0,'?'),('5YSyB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg',0,'^ySr','^ySr','>!lߖl	Ѣ޲%;','',0,'?'),('jnVR=4ʔ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php',0,'?i]','?i]','I]Rpzm\0ѡMO6~mס8+','',0,'?'),('9\"@RZ4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php',0,')G熵\Z\"',')G熵\Z\"','1UŕFtA\r1*x','',0,'?'),('z9j%P','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php',0,'Jt}Vf\\q','Jt}Vf\\q',']9@\Z+yUV I','',0,'?'),('_6X)','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php',0,'(+)(SOg\\','(+)(SOg\\','j1V\n8#\Z\0EOVx|>s','',0,'?'),('cVs9o','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#i\0*','\"D\'ϰ\Z;I>)$pi\")l','',0,'?'),('FL`a)]Z','wp-content/plugins/js_composer/include/params/params_preset/params_preset.php',0,'ue\n;?EoX','ue\n;?EoX',' A\ro/<v	Fj\\mBNf','',0,'?'),('cОM','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php',0,'FY?ʊ1s/','FY?ʊ1s/','<lI!/{KS|i$6','',0,'?'),('sC<:<A','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Z{5o','<s6\0,	RauhXc','',0,'?'),('43=','wp-content/updraft/themes-old/twentynineteen/js/customize-preview.js',0,'(9[n>7l','(9[n>7l','I?#T90fPPi׈','',0,'?'),('MELk','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php',0,'R@={}QV{&\r','R@={}QV{&\r','05g=Oe撰AꁧA$','',0,'?'),('M|R\\Юcv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg',0,'3ߪr@#CW','3ߪr@#CW','@Z)i\rXPiY-','',0,'?'),('\0\n bS','wp-content/themes/bridge/js/plugins/jquery.countdown.js',0,'8ѥvcP_','8ѥvcP_','nd,\0FKZxv3','',0,'?'),('w@@F %','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php',0,'Lp׸ aOFw#(','Lp׸ aOFw#(','x`rʄDYݕ߾|y&','',0,'?'),('msJ{ *{4','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php',0,'m=X46','m=X46','M\Zy\"tǜtֶrP=dfS','',0,'?'),('HD`+IՐ3','wp-content/themes/bridge/vc_templates/animated_icons_with_text.php',0,'֏iC,$','֏iC,$','C	{{`qܗkba','',0,'?'),('\Z7w$O','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/load.php',0,'Zvfy@OMpA','Zvfy@OMpA','s,1)XGʕ9\rǛ5ɑj','',0,'?'),('⺵ɱ[)a','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg',0,'fk}J(OK','fk}J(OK','\\!sʻr\ZVM%/˙\'','',0,'?'),(')[\"JH|jk$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kt9ڭK','$*=+M[r$7Af\'tɞ','',0,'?'),('?FϸAR1','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pԏd0lN&7+','^s\n@G,ږ\n;|3P	nԔ/\rzA\"\nd','',0,'?'),('FFPQ$znc','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php',0,'O=ߒpyU]','O=ߒpyU]','DMr󜣖]6-g4K_','',0,'?'),('JTV0DoTA［@','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2~vg3ܘ','lAt;#Tt_y\\S=#:X٥j','',0,'?'),('Kf\rk6B_)','wp-content/plugins/js_composer/include/params/tab_id/tab_id.php',0,'xԨRY\"','xԨRY\"','W/gZ6uZi&CeJw','',0,'?'),('Oqo%9t','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php',0,'Z8a֞','Z8a֞','J(D`|1 *\r^vHJ)','',0,'?'),('Qҧᜀc^M','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php',0,'D\\TwkclJ','D\\TwkclJ','A)$aȦk_\run^\rJUys)hP','',0,'?'),('WOP6e','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg',0,'_\04OV\"!','_\04OV\"!','E-}a!U>Vz߸tqP1Z\"%','',0,'?'),('bl	-vr$L8','wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php',0,'SG5ޏ}r+','SG5ޏ}r+','t!{y	 ]bF6\0ȯdyȤy','',0,'?'),('sZiF|\Z2j','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg',0,'E~}!ow*J','E~}!ow*J','^V!\'emHp?e56','',0,'?'),('X1.M','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/upload-backups-modal.php',0,'c-/;x&','c-/;x&',',/r+ERrEi4,`\0','',0,'?'),('S8MC>','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<IjɍJْȊ\"','SNIApc0ivYα\ZFآW','',0,'?'),('dD+P','wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ct!dr)j|',')m9C$t0۴H@&wOp','',0,'?'),('_pG','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/load.php',0,'$m6/`;1ZQ','$m6/`;1ZQ','epheY\\8;B5G=D','',0,'?'),('eQMg1b7I$','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php',0,'p\"+o6x	','p\"+o6x	','.Gt=yD\ZB<','',0,'?'),('Vc}Yl','wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('ShS%Tz','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/NqORg+\\','F}\Z\nvn`Z!TWs','',0,'?'),('VϺz#m)','wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|1I0AZq','˰D*zK:?MiF(E`@$','',0,'?'),('ĵmQzIW','wp-content/updraft/themes-old/twentyseventeen/single.php',0,'Z{6cvЃ\\,','Z{6cvЃ\\,','>}O_	+}?tsW][:','',0,'?'),('WcRR[zpoŸ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php',0,'l#\r3','l#\r3','0R0EK}*J2U;','',0,'?'),(']ܒ@Td','wp-content/plugins/popups/languages/popups-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d{G:(T\nw','+n+(@W5!','',0,'?'),('H/%,/6','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php',0,'ڊI_\rtW0','ڊI_\rtW0','3LCŊ&Q\027,ރ\ZS]','',0,'?'),('Vv)~k','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg',0,']#b	-',']#b	-','а\"0kv[ׯ1.`fi]F','',0,'?'),('\"ܒnzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊yuD\r£','\'W1Q5[ۋ)\r8۝5:?*)K','',0,'?'),('Wd;C\rO','wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8.-Ҿz<D','Qǣd3MEDv/Z_a!/.A1','',0,'?'),('ӠQVժ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php',0,'O qYYsi','O qYYsi','cy۫8 O_O>Y§s{%','',0,'?'),('ˋ_o!\'ur','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\ZtU2Ec0\'','úM..8ѹ>NwjZWb*B','',0,'?'),('RیyfºbjV','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php',0,'D1<H-Z','D1<H-Z','$oKnbS>wll$36\\','',0,'?'),('Z\nuoK T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*ӳS','\\wT[=baCk;c','',0,'?'),(';BL/}|?X','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php',0,'e`o>HLRU','e`o>HLRU','~֗AzI-]:ȾE_h6h>','',0,'?'),('llxL,7WN','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\r$o','l?9Rw\"H^\rs\ZD:Fa','',0,'?'),('H\0E6@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php',0,'(M+Cmk>Bh','(M+Cmk>Bh','7 	x 1h1$].-_\Z6','',0,'?'),('Uy/*%;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eA:1#ؐ',')QGp0O\0$\'ySw','',0,'?'),('\rEU̈́','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mSy\"C','66SX6O}4>p\"\'1','',0,'?'),('WP旃^qy','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m2_MjV','\"!bXȉr3Oe{0','',0,'?'),('7?/qm.','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php',0,'bʼ:Qs','bʼ:Qs','M#%yߴenY=ՃaM','',0,'?'),('*	RIU','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php',0,'\rQlW$','\rQlW$','k|zL\rٖ)PG URKE*j','',0,'?'),('!\"ؕQ喨u','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php',0,'\rթرgLon','\rթرgLon',')xvr\r	\'/Z5y\"~Pu','',0,'?'),('\'[kCOcc','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg',0,'+ \n1b7c	<','+ \n1b7c	<','ms;-n s<i;b#\0DsiOXxY','',0,'?'),('*VYޡm8','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/custom-styles/custom-styles.php',0,'x`Z*yEK','x`Z*yEK','.5\\2VLp4gg\Z@..','',0,'?'),('5Yv]0.','wp-content/plugins/updraftplus/methods/addon-not-yet-present.php',0,'\n{PľsFt\\','\n{PľsFt\\','bca?W:OPjp+fϮc-H','',0,'?'),('Fv(	c','wp-content/themes/bridge/framework/modules/layer-slider/load.php',0,'!PgxP','!PgxP','Zn!`ff/(G$\nnZU܃z','',0,'?'),('Ii軼\Za','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php',0,'_mAB\rM%FQ','_mAB\rM%FQ','z!.>1YHhd@\Z','',0,'?'),('NP*zpT^A','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php',0,'Έ  Cr\Z`','Έ  Cr\Z`','|ML2~ܥ@&bҺ','',0,'?'),('P.S\0}Kh','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php',0,'ݢyi1+Ɛ^','ݢyi1+Ɛ^','%\n|_,JJiX/1	2o@','',0,'?'),('etu(hB\"','wp-content/plugins/popups/admin/includes/class-welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J{P&c','JxZlY_ëq!5(\'XL','',0,'?'),('g(]\r[ƒu,>','wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php',0,'ُ\0	B~','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('h/͔jC\0n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E#,np[','>EKKHLP	~[Ċ','',0,'?'),('iv','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php',0,'!uv','!uv','>jr_^\"TyNmpd]m\\\ZQP','',0,'?'),('xW2euvL','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{f&E\\$sX','Rv3~|.OLtN`Ѯ','',0,'?'),('6?^o#','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-er^!~','`RlԥLz?iāACH󞮣Pyn','',0,'?'),('\"Vv?K','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php',0,'Ngb<g[','Ngb<g[','\Z#\'Ǔf\n	i=','',0,'?'),('lޭ','wp-content/themes/twentysixteen/sidebar-content-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$VD<:t*A2','\nI{cqZd6Xd2','',0,'?'),('#SVպ','wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php',0,'7gm)0U','7gm)0U','Z]TV{!?u`gD&L&','',0,'?'),('Р]tEڮc','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/modal/progress_bar_icon.php',0,'JT5[#','JT5[#','ԁhN 02qQN(}̐','',0,'?'),('teKSHv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg',0,'1[VUS+ӆ-','1[VUS+ӆ-','c `XXG;{Y}ƫVbJwX','',0,'?'),('_ܪ\n[','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php',0,'~pc','~pc','&\0\'X`?oe,<2	Y','',0,'?'),('o̐','wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php',0,'\"d_@:6|S','\"d_@:6|S','g]<Q~!󿛣9$M݃','',0,'?'),('	[ґdNpC','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php',0,',ܮ)Lj',',ܮ)Lj','YN\\I@C\'!ZU$','',0,'?'),('݈3+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',0Z%','g^M9=&*M{Xb0*u','',0,'?'),('&@pɗ','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$t\"\'','ʽy4\03 XA|ڻxel	;ۄy','',0,'?'),('Pa·\n4~:W','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/workflow-holder.php',0,'e|38H$: [','e|38H$: [','`l,1EMܤ&{ݟi','',0,'?'),('L<x^*','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php',0,'$iMrIa&#','$iMrIa&#',' I_ځY8;ǋy?','',0,'?'),('Am=o[','wp-content/plugins/loco-translate/tpl/admin/errors/no-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V^YE+Oue','ȕ(7$K>X忁','',0,'?'),('ΦHc^)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dd4\'T)','KPUwxd!)n1w<m.ǳf','',0,'?'),('%t','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php',0,'zC=OX','zC=OX','`{,E̴d9zϕ|!\\','',0,'?'),('L0/W%\"Qĥ','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php',0,'ۍ\0}cuE','ۍ\0}cuE','ݓ8y& r4؃>aI8妣x','',0,'?'),('n2q1Pɀ\n3','wp-content/plugins/cookie-law-info/images/overlay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"mȳ#cb','w!>V_ui7oV&./','',0,'?'),('!Q~máj','wp-content/plugins/updraftplus/includes/class-database-utility.php',0,'d쭵1ǣ','d쭵1ǣ','h\09rxeb~dLh.u:7{7(','',0,'?'),('spe','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<RERo(̠C','Jb^b\n^\r\')$3\Z_&','',0,'?'),('<s\r\'','wp-content/plugins/revslider/admin/views/templates/slides.php',0,'PխJTM~','PխJTM~','b9 g?;ح|aԀJ]\"#','',0,'?'),('9PZ	','wp-content/plugins/booking-package/css/Control_for_madia.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ȷmK})\n','H,\"-SyRԡh̋*Op ','',0,'?'),('	ӭgȱ!nP','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aJ}!W','Yw1v.G3edÄy`LR	]','',0,'?'),('R&M9','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php',0,'4,3~)zw\\','4,3~)zw\\','J\ZFM-Q`TYm0(匼','',0,'?'),('bjGL֒','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php',0,'&\ZFw=s','&\ZFw=s','H`꨼|s;草5ƻ','',0,'?'),('><|tEлo','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php',0,'EVI%wF','EVI%wF','BTXTh96\nrm*>6JM_Lr','',0,'?'),('-18;T/X]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3&S7F76',',$yn)RHgh{$U','',0,'?'),('3WxniD','wp-content/updraft/themes-old/twentynineteen/js/customize-controls.js',0,'ہF\r,D+z{ٰ','ہF\r,D+z{ٰ','+)w\\::,SF&+yjd\'<','',0,'?'),('4rp$DD0I]','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js',0,'9TkodYjψJ','9TkodYjψJ','/0)e {#!$v[\'|','',0,'?'),('=j\0Xm\Z@','wp-content/updraft/themes-old/twentyseventeen/front-page.php',0,'(̫5Es','(̫5Es','3QѡK310uqh#X4&al','',0,'?'),('>h!t[Ri/','wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php',0,'\n\'X^W>G','\n\'X^W>G','{,2Ң%3ޚ/f\'.','',0,'?'),('I54R_wx-','wp-content/themes/bridge/vc_templates/qode_in_device_slider.php',0,'e1j@&^	~','e1j@&^	~','O2bOw08jM/B<\Z','',0,'?'),('K47\'Rh?','wp-content/themes/twentytwenty/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I]dh','by0u|^/W8-f','',0,'?'),('WyzORǁ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/social-icons.php',0,'ªj¤dw]','ªj¤dw]','Ռ/}Ow\"0%32\r+A','',0,'?'),('\\[E:CZViu','wp-content/plugins/loco-translate/tpl/admin/help/tab-list-locales.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')j^.Ui',' be9M(ֱ.U4Yi','',0,'?'),('^3dNkŦ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg',0,'>yl;6pFV','>yl;6pFV','<-p936ћh9c#Fae','',0,'?'),('j<MDd4m','wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ƼzgL','tMpQ8=~bw/','',0,'?'),('tA-I\"&+','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php',0,'	hI09*wQ','	hI09*wQ','퉝IXa[T-J<6)\'Qa','',0,'?'),('lÒ-;P\'@','wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php',0,'شr|g9Yr','شr|g9Yr','Nq:>Q\rW	(RXJ(','',0,'?'),('_185','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php',0,',7fS\'G\'C',',7fS\'G\'C','$)C:ʤ\r F4@N=','',0,'?'),('\\Tl5l]ҔWڞ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/templates/workflow-holder-template.php',0,'l]fҨQ\rl','l]fҨQ\rl','ny>gf_\"Ԁz;Z','',0,'?'),('jHdk:dBE0e','wp-content/themes/bridge/vc_templates/vc_separator.php',0,'NE3I~E','NE3I~E','zo\"3[f;铑\"','',0,'?'),('G\'ȶS[','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php',0,'bt,p7bT','bt,p7bT',';4GI7C-R}29','',0,'?'),('r82I{_:','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php',0,'/VDS@,2~^ԡ','/VDS@,2~^ԡ','rE\n(16ȇ\\:;fg&Is','',0,'?'),('n E<Rdʩ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg',0,'_oR94浛','_oR94浛','RXAn1y\ZALWͺ(Y','',0,'?'),('8Lomf~','wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php',0,'\n-ӋGxѠume','\n-ӋGxѠume','f(%U;3q_La}v|hc','',0,'?'),('Ρ~ߓ:eo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ğch4\"','V}X e~G[C峆5','',0,'?'),('q(q,A','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg',0,'RjX=?Fh','RjX=?Fh',',L	Yi1{0E<@gOd','',0,'?'),('(觨:pR/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(T	i','z8ED:Ƥ̽׍¢\0Gb','',0,'?'),('ۛs5r0~n)','wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php',0,'\"=&U@','\"=&U@','l4]>\\v6y;e99f','',0,'?'),('(5aHyo,X','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѵz,W1>B9/yU','Џ~c)8y5]c?','',0,'?'),('5/Uƚm','wp-content/plugins/loco-translate/src/data/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R<s}U\nzpQ',';]`^3ZE}Y%s','',0,'?'),('I-i)Pn','wp-content/plugins/js_composer/include/autoload/params/hidden.php',0,'Q%Po\Z%E*','Q%Po\Z%E*','xAIîYX,{ކZۛ[S','',0,'?'),('/7ñcxpg','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ނ!)(N+U','#Ό|pPҰ,mkyt\r܏@6','',0,'?'),('/[x@J-_LƉ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php',0,';&γe!xh>',';&γe!xh>','\ri\Z]\"zebw<<\ZZA','',0,'?'),('ڥ^i$&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\0իw6','76ay5?}%.]؞uS','',0,'?'),('!|\'%\'%','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php',0,'Ϛ~3D@mԔ','Ϛ~3D@mԔ','\0ou̟~I$6bɓS?C~','',0,'?'),('$͓bHn,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	Ӣww$x꾓Y','U0\\LXfXƦG\0T$a5UB','',0,'?'),('\';8a2`~','wp-content/themes/bridge/js/plugins/lemmon-slider.js',0,'e9I4oH=-7','e9I4oH=-7','m*SN\'G`|`g*5\Z~=%޺','',0,'?'),('+\Z#TK@_','wp-content/plugins/js_composer/include/autoload/hook-vc-message.php',0,'#hvLcUU','#hvLcUU','W99&UD0ctw0Ѿ,+$>','',0,'?'),('+8*//I%*?0','wp-content/updraft/themes-old/twentynineteen/postcss.config.js',0,'xZSYSm\"	a','xZSYSm\"	a','UYX}m\",W9:۸.෦Ho\"','',0,'?'),(',ݡQ$Q︿?h','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg',0,'=JxbYxm','=JxbYxm','4pҗU钩.\0snASQ{','',0,'?'),('-췓9ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-glrc]\0','AB-q=3zfRrWM4V)','',0,'?'),('6\\\"lknn','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/functions.php',0,'ΠKXnrha5','ΠKXnrha5','ON\00.X^$0tt<','',0,'?'),('HCR4~>((','wp-content/plugins/cookie-law-info/public/class-cookie-law-info-public.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?TQ)㰛\"?&','FOe0J-P\rW\"^[_ze','',0,'?'),('NZNDN>Y	','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[4@s1-5','1H?Xr(.LYHْ9~\r','',0,'?'),('\\,p4T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php',0,'OjjbwX3','OjjbwX3','@\"UsXW5&qVHOr','',0,'?'),('{4.##','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nʆwqF','R	j[8ح͸WEH̅aI','',0,'?'),('~N\0zS3%','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php',0,'U\nfvQ_x%c','U\nfvQ_x%c','gdVW8H8-\0E<#{[?x\n','',0,'?'),('_','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php',0,'w`̕~?P 3\Z','w`̕~?P 3\Z','qW:[WM5JnDoRqdT˛J','',0,'?'),('; \nKLe\\','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php',0,'6M$|6e]Uś\r*','6M$|6e]Uś\r*','ic:Q[\rG!ⶬUZBQ<s','',0,'?'),('S\0;Skg5]','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php',0,'`DD2̤ɕy;]','`DD2̤ɕy;]','LI\Zl?R%<_a}','',0,'?'),('EnܑWD\'','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php',0,'>1}nafZc(','>1}nafZc(','y&<Cֆ7bi	7*!b','',0,'?'),('}Bؠq_N^u','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ExceptionInterface.php',0,'r:FJ!y]\n','r:FJ!y]\n','g&mnY\'~:) 4.k','',0,'?'),('뻛Ib,6Y+8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nLر^#*s','+\\`F~)?9G}B1','',0,'?'),('t/02I\'','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg',0,'\'_|<%Kx]u','\'_|<%Kx]u','K;j4kN\"6;@AV|SS','',0,'?'),('v\'j@-*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fSɉ]6n#\Z','>@ΡD&{(DγiO#','',0,'?'),(']9Qo.\nO','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php',0,'_7:-UMkJe','_7:-UMkJe',':Ac\0>Ԡ+)#89Ie','',0,'?'),('8w|a','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg',0,'.$Η~[uJ$','.$Η~[uJ$','y1b\Z3*W?DCxqATȡ2D','',0,'?'),(':	]B','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg',0,')8K0.z%',')8K0.z%','8EJ=)w<\'\"*jZ\'tlV','',0,'?'),('ϕxГNۈO','wp-content/plugins/loco-translate/src/package/Project.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dbsS/qEF','9\ZыgS$`Q{-\'j:6H\"c','',0,'?'),('ޏH4LΙ4','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php',0,'foZ8R#[MR\"0','foZ8R#[MR\"0','ztKx5h::r=g}','',0,'?'),('\n]Eg7Oqb','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Go\n>','>\0B[Z>pޏa0~5k[G','',0,'?'),('\ns.._PP.M','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg',0,'wJ~Is\'%','wJ~Is\'%','4Yio(\rۻZ䙤\"Cex`0s','',0,'?'),('njP+','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!6<ATYo텄\\',':wy\Zxb⣶m3r\'D|5S','',0,'?'),('\n%̽5ꢊ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php',0,'aFN1<˝ޝn','aFN1<˝ޝn','Zh+Qۑq<R0','',0,'?'),('P_ӟ\noߨ','wp-content/themes/bridge/framework/admin/meta-boxes/left-menu/map.php',0,'b້©	Q}','b້©	Q}','5xLUꟿ^x/hj#\nNi/Y%\"','',0,'?'),('ï`V','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php',0,'/GÑ','/GÑ','(|c{\n؈=f<_\'Izvz','',0,'?'),('&gE\"?\'@','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',0,'qQ:֊3r','qQ:֊3r','qԵ\nvZgBz?-)5[Pz','',0,'?'),('0z%*/J6y','wp-content/updraft/plugins-old/updraftplus/central/modules/plugin.php',0,'	WI^TW','	WI^TW','2,18U~aD!Zjph\ru','',0,'?'),('8\nɫkg݄','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg',0,'̔\nm<f','̔\nm<f','3Ԏ>`}3`ao\ZfzD','',0,'?'),('LyE{f','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g9(ʻ]','͠\'݁y|B8=/lp:!','',0,'?'),('NBaW)	$:Ε','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg',0,'\\uDG7','\\uDG7','98]y\0\"w?u}Ҿau9p','',0,'?'),('gbf\r\Zъ','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#iO5Rg.EHv','q$$+UNOlO-JwM@:\n','',0,'?'),('kULǡ$','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]*Cu\0','es}k_q}~G[5Qu!','',0,'?'),('m7%\0(uj','wp-content/themes/bridge/framework/modules/widgets/social-icon/social-icon.php',0,'\n,E4\"5f','\n,E4\"5f','o8,G	@)R','',0,'?'),('B6IޣX','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php',0,'}QϬ\Z\r','}QϬ\Z\r','P84jq\"\"5ru[عYw','',0,'?'),('*ɘvBM>','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/options-map/map.php',0,'&O&a4/','&O&a4/','J8k\'*M(GT\0\'','',0,'?'),('SOd','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php',0,'5ΠPDq2','5ΠPDq2','vU|dO@0P3[>R','',0,'?'),('~-FA&+-?','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php',0,'TR]A@+4g','TR]A@+4g','},0HU݊EeuύV;wG','',0,'?'),('=-Xԍn{]pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y,.n2Q','S|l>\nwwZhGՔe?o<@?','',0,'?'),('wei!<sy\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\"N+՛L','67E0܃ՐC{\\adPb2+pW;P','',0,'?'),('!@tH-\Z`','wp-content/plugins/booking-package/lib/Setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\r\r^8','	]ވ\"mz`r*','',0,'?'),('G(Y)%','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js',0,'4=LpT7','4=LpT7','snF{sUY4ڝY3,L','',0,'?'),('Eйğ|}s0*','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php',0,'#re0','#re0','+0صD`[!<5C{\r`MY','',0,'?'),('۝w6Uu%','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j <Yt#&','yNOBӻ]&6M-J.:.{','',0,'?'),('fSuBͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\na_Q:','WUbNy,$$u5\"8','',0,'?'),('о.k','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php',0,'s	׵Fa>','s	׵Fa>','q .>\0܂ď+qM4W','',0,'?'),('{^WC','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oz%.XC>','f9Tec.󇧝-|UQ g{PXx','',0,'?'),('(s7','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php',0,'t,6o@G鼙]','t,6o@G鼙]','P5KemljR\Z3M9֡gň','',0,'?'),('shC]6̔_','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg',0,'FVLh','FVLh','Ǝt<ߍZugFr1','',0,'?'),('/{Tʽۏj','wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php',0,'p$z	(','p$z	(','s;z@HIz/+8H~i^D%Hm','',0,'?'),('}*q7','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg',0,'Cؗ5D=_E','Cؗ5D=_E','TW+ݳ4\r$Y.&}\0v','',0,'?'),('MO^о','wp-content/updraft/themes-old/twentysixteen/archive.php',0,'*g!NB\n','*g!NB\n','\rVoguD!rbR','',0,'?'),('Ӂ*\nglY','wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js',0,'Qu2\\]2N~','Qu2\\]2N~','k3Y_Um/P!>O/Jo','',0,'?'),('D\'iQI','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',0,'qQ:֊3r','qQ:֊3r','qԵ\nvZgBz?-)5[Pz','',0,'?'),('<H-A\n','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php',0,'BQK+-<H\Zf','BQK+-<H\Zf','$olGꯃZwK2eM4','',0,'?'),('^G-*','wp-content/plugins/qode-restaurant/post-types/restaurant-menu/shortcodes/shortcodes-functions.php',0,'wȆ}P?8NuS','wȆ}P?8NuS',' ŧqs2sdcv;q0ˢПN+8u','',0,'?'),('$[tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W	,~r','L>eh\rF$CV7','',0,'?'),('!\0&{]','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_expandable.php',0,'z5w>+p','z5w>+p','^h=շ?4ρ4\'yUIK','',0,'?'),('cgB@','wp-content/plugins/loco-translate/src/fs/Revisions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˎQrJ.^7','z@*l9^c	:#\\B\0','',0,'?'),('u٣Á','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Headers.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qJ}+VȊ','6=+ÊaQq1P\\c{','',0,'?'),(';6^ON^[','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php',0,'ύ`4C','ύ`4C','TT^.!#bPr\\c08','',0,'?'),('{\"`[(','wp-content/plugins/updraftplus/includes/Google/Service/Container.php',0,'U\"L;s','U\"L;s',':\0ORQZ\'vYv;`^J)r\r','',0,'?'),('m5u1}','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΖM\n|','-Dsfڍ[H#Ql\\k','',0,'?'),('ZFFMt 9Y','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/load.php',0,'|Bz]idbjzP:','|Bz]idbjzP:','ۿx7b(Y:xGլ/#˥','',0,'?'),('8e\'J\n@ڕ[','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/modal/pie_chart.php',0,'_d4(vOq[fk','_d4(vOq[fk','џՉ}x]ٷ,26|<Y','',0,'?'),('&B5VAUU,','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=3p*','n<o%/U\"y\")B','',0,'?'),('$!Tk=\"<','wp-content/plugins/booking-package/lib/Schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f	1aOOUc|','\n37\0 8PƲE-v-9V','',0,'?'),('):\'(5\"bF','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js',0,'\0˂','\0˂','/ĻGI}xEm5uxMp','',0,'?'),('1Abȱ8EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӾNkb\\(T','t.奘TⓢǨY;}OS','',0,'?'),('1m2U','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php',0,'(^A+ Cr','(^A+ Cr','of#+{0_06hYTZ5N6','',0,'?'),('=5^L\n-[','wp-content/plugins/contact-form-7/includes/form-tags-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r$Djs	\'c','Nz-\r!7M6|p$\\s\0','',0,'?'),('Kh\'?iY2','wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php',0,'樤\naI','樤\naI','3geĜ\01ܲ~z','',0,'?'),('S6F\0=','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/templates/video-box-template.php',0,'6f4*o|','6f4*o|','/Qxk\\2!s&7.>W060|','',0,'?'),('TYm=\"','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php',0,'G\0 p','G\0 p','}V+k5O^ݺ1;m{@z','',0,'?'),('Uj\rqۛK','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php',0,'\\6ۛ~󵈂J','\\6ۛ~󵈂J','l[O7f\nw[.,Rwػ*','',0,'?'),('X#&x;ap5\nT}*','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/load.php',0,'fXy\"<dO!}','fXy\"<dO!}','Qqqq_~X1y@hFΚ(&','',0,'?'),('Y\Zmv7\\#=','wp-content/themes/bridge/framework/admin/options/portfolio/map.php',0,'1rYf','1rYf','1Ky[Ϊeat\nD9\'','',0,'?'),('^7}$)t4BW','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php',0,'Pkr\\ܚ','Pkr\\ܚ','2!+q9&Nq&°\ZZ','',0,'?'),('_f;waځ','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_PwPU4','<W~ض+hN91_3ws','',0,'?'),('`8G5\nP','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php',0,'2,ANS[','2,ANS[','%gt隆lpXIѥI@C̲r','',0,'?'),('gӨH7\ng3L','wp-content/themes/twentytwenty/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ln>+M,','!7U`^:8o_:  ','',0,'?'),('ku\\TBSB','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"zzVv*]','ۆ%%l:Jf<bqPPt˯}ߝ\"f','',0,'?'),('q4M,#','wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǻ۹A}','>=3adJ+&)BKduD\ZNQ&','',0,'?'),('u<ex@ֈ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d&8\'V','^\\>j\'+Xr\07ƷY','',0,'?'),('}Ea_A4%)2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg',0,'(]-Gn\r/','(]-Gn\r/',',\0n6EeI98́a:4s<	?\n','',0,'?'),('@ՊH=[3[z\'','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php',0,'>bY	PHV','>bY	PHV','c@$ 7ihkğ\ZVuI','',0,'?'),('])TN25F','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR˗c?qt','֝Rz5B,nɲ\nHoڨ|','',0,'?'),('q?%rp07q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':|y\0x-','fybvD$24(z','',0,'?'),('BE/-g','wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js',0,'BPє\\','BPє\\','F=dpZ谚DnAM%','',0,'?'),('<ڐV[g','wp-content/plugins/duplicate-post/duplicate-post-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\0\rN e>?y','ǄU?\n}\n<38\'TTBZs^F','',0,'?'),('SWM#a!%4','wp-content/themes/twentysixteen/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"v?P.T<W','N?kxI_G|OT','',0,'?'),('O\r~Q','wp-content/plugins/js_composer/include/params/vc_link/vc_link.php',0,'2\0E;O7&ޓz','2\0E;O7&ޓz','zA(TJZ2g.G.l','',0,'?'),(';tio','wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php',0,'մqKcdFdm','մqKcdFdm','γiW~w724O\'I̳/}La:','',0,'?'),('-[S_عQ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:!G~qic','^DCguPT!>W\Zk~_5\n8','',0,'?'),('ÖdLnm','wp-content/updraft/plugins-old/updraftplus/options.php',0,'m=hvu&9n~','m=hvu&9n~','C)!Lo\"\nPfOH`a<*','',0,'?'),('ɦ-sg=&Hf!-','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php',0,'.dY)L','.dY)L','sh7tJE_\"0\Z','',0,'?'),('z$k*\Z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php',0,'~#[hoD','~#[hoD',']W7Ci&\'T};','',0,'?'),('+vb','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js',0,'2Hu9dO','2Hu9dO','m5aWM5oRay','',0,'?'),(';KP[լ','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$N\r6','Y0hb_%/_1$Z~xψ','',0,'?'),('zvo:B%','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݻ1(wmF','B6;M8\Z&','',0,'?'),('xЙ)DC<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~G~Ԟ','h3XVxpTOSSfb\rE捵','',0,'?'),('	V3un+','wp-content/plugins/bridge-core/modules/qode-seo.php',0,'0pZ&Hdc','0pZ&Hdc','=9XÍ8m6	H\"','',0,'?'),('\np%21FNs','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǒ\"GuRթU','&gͶR)\"Sh\0:\0͂','',0,'?'),('~U\"&','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nVo$Of~7',']کA=ђ%q%aMBUp','',0,'?'),('@`Iw5)2','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php',0,'Wq{:|e&M','Wq{:|e&M','f*K}-ݲ$Op*$\'PV','',0,'?'),('E\"݄Q́','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php',0,'3z~iiҠGg6|','3z~iiҠGg6|','	GT{;\n*KXBM3ooN3@H','',0,'?'),('W2DG7V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ίU?Ahi@}','yvȄ6\"\ZSNgmK','',0,'?'),('M~\nT|','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꕂvEK?\r~_','!?[_r=&\n-%!y\r','',0,'?'),('퓇p\\@:w[','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php',0,'Sl','Sl','1䎰TݐV@~pVWΧR','',0,'?'),(' j&PD','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php',0,'ݑqv6e`z','ݑqv6e`z','ǭ1wN=AL )]','',0,'?'),('-#ߓ\'EDA','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php',0,'>=&nEh`ۉ;\0[','>=&nEh`ۉ;\0[','ϣ)V\'5\r6S[,)','',0,'?'),('1]us','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/Exclusions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VkRYW4L','2. ~u	|fd9yܝ2','',0,'?'),('5bp\')3?V','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg',0,'|>ed:U','|>ed:U','Xc\Z3V.M(9rLi','',0,'?'),('Vb(ktW\"6(;ƴ','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lIԹC:y*\Z','n6qOreذBy^BKSK3','',0,'?'),('\\h~vgdvS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php',0,'8H].̇n\"В9','8H].̇n\"В9','|ƴϋ2rgmRl\"`)L','',0,'?'),('c+\'qɐJ3','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg',0,'r/2%&.V','r/2%&.V','h)u⬉!{G\0\0\0xY#iDV','',0,'?'),('fMդ̭|i;','wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php',0,'/3','/3','FrPcB#:2}lexb32}','',0,'?'),('tfF	r{܇_Ix','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+dGzC\0u\r','a,\"Ɣ_*{Zmɛ','',0,'?'),('tz^L(r+P','wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php',0,'0>:\n\r','0>:\n\r','񆆡x|oa~14`N>l/y#','',0,'?'),('vGPXpmR','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg',0,'}+WXQ\0T','}+WXQ\0T','\"Z8b:c~ئJ0cɶo_R','',0,'?'),('|]D\Z.E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!%IWb','tẁ~sg\n+A}bLNu','',0,'?'),('8|8x0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg',0,'d)tndI','d)tndI','G3 UtIn_36P','',0,'?'),('x?','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg',0,'2Mo^Yt\\\'N','2Mo^Yt\\\'N','xX_c~G$a惉','',0,'?'),('6\\WX(9h$','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php',0,'cU!We','cU!We','\r:F)PW0|>(\0W`V;sF$^ ','',0,'?'),('\r\"1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php',0,'vi5P\r\n(J','vi5P\r\n(J',' n\\.d_v!]1@lE	h!','',0,'?'),('(ӉDbf&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php',0,'ӰpQz','ӰpQz','gH\'lv\\*e5n-Y:]#3','',0,'?'),('5+};&','wp-content/plugins/revslider/includes/slide.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$:!@&\0','dnG0_a#r\0ꁹv','7670',0,'?'),('l{o1_80','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WﾡQ={a','.ťƇâx8bћӪM','',0,'?'),('lO +','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SassphpFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PŞj6X߈v','L._son&A6wO8\"k','',0,'?'),('n\rb%`q!','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%|u#2','կ;Clg1Ǆb:T!','',0,'?'),('~v(','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_parallax-layers/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xY>уZ','pc#JK9Ս2XTPwo','',0,'?'),('#X}=8GfƩ','wp-content/plugins/revslider/admin/assets/images/slidersources/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('}a][ܪ^','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KS+2HAN','Y0ZlٚN#h\nN3)','',0,'?'),('m]*E*','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*fIE%x',')<U\01ɺۆ寪0','',0,'?'),('ט\"ԓ%Tbv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ұ=%F',')8qT5lf\\MU8};','',0,'?'),('\0m`!st\0P\0 ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kzs>靡','!]1!{D3^U6Ι*nh^','',0,'?'),('L0VdvZ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D@<(xHm','{o\nLO/>e|r)Mqb\n!{\ZB','',0,'?'),('[¸y','wp-content/plugins/updraftplus/includes/PEAR/Net/Socket.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Xpi+Kh4MAtD','wkc$yMnURxz3͋','',0,'?'),('	:C[+9e<','wp-content/plugins/popups/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('߲;0','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6<vzL','3۸kH?1Bg#~<Xgbe','',0,'?'),('[ Qg','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2,E4lCA',':8\'Ii`7s0pL','',0,'?'),('xT)>PV!Sa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RbvM)B','	\n1[ǎCh4Dׄ.d?U:','',0,'?'),('%Qp\ni̮#&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X_Kat%[=_Z','Sk-q6пRe+nI&','',0,'?'),('&{\0\nxSA>d4','wp-content/themes/bridge/woocommerce/loop/result-count.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R	IDvo','b.\\UK(\'~NM-\nyᄀЕ5','',0,'?'),('*ˉ!	OE:]','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nLmp.&','N5Hib_ѹ봬8̳QovL','',0,'?'),('+LHU5D','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĕ\'}J4','c~qy\ryu~s 9(So','',0,'?'),(',Q\"t7n','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"AkT\rH_-','C*\"$KGYJj󗺓gfn|','',0,'?'),('-AF\0DN','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8WYl@\n','^SWu;QO!ЌsPY͊[','',0,'?'),('1G0K aj\0&','wp-content/themes/bridge/sidebar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G¤ODx','hFFw>Qɱ;VX]S\r3','',0,'?'),('6g$ 3Ydv@','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%g:ZBw7VP','%?$^ uզY\0@kW;.*','',0,'?'),('<g=C״qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uZ7ѳU','aMkM.ݚfJ>{V>v2U','',0,'?'),('=[aiU|y¶','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R5!6/!+','\\s\nm;{s(\nC(E8\'+\n','',0,'?'),('B#|5*޻I҇/','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!i}ط]','0OOEofmf{\0AS','',0,'?'),('I=fl)5Kl6*','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1_&-^',';m 8l[o,g~ujy2','',0,'?'),('PC<	vnR8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@cI','Y=RB)	~ܖݟr','',0,'?'),('Q#U','wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MM	F*n','.9&\\:uHZ*-﮴D','',0,'?'),('Y2@rX\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZK}1gc','+#eD	cW\nomħ','',0,'?'),('^+w7b=;E{','wp-content/themes/twentysixteen/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B;a`GԢމ','+P4g.{^W/![qu','',0,'?'),('c~fVX&bMi','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\"xF','Ѷ}%D}r-^{1.~F','',0,'?'),('h0soPm)','wp-content/themes/twentysixteen/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fZ]S\ZW\Zx&',',\0Љoت!ū\\0cs~','',0,'?'),('ic`*L','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'48;;q8@','U	\"\"غH-	J=p','',0,'?'),('mCB.ե>F_#','wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kmd~','6!1oAuEoFw9\n4\0\\%wM\rg','',0,'?'),('uGP3*xOӍe','wp-content/plugins/updraftplus/includes/Google/Http/Request.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wc,&0;d','Ǟ]UGi\\4\Z\'Xi2d','',0,'?'),(',M;v','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=S0lK@^=','υ<URY@*cs','',0,'?'),('3T.^ƙ<','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^pC!Ԑ,','\0\nIPt}3RΘ/#A','',0,'?'),('tF]~1Yޠ','wp-content/plugins/popups/admin/views/metaboxes/metabox-donate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<O\n4zSEa','Mu&qE5nV','',0,'?'),('\'@S D','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Pm@n','4āLsFm\Z^\ZDQ','',0,'?'),('%eݍw|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"lѼ)&L{6gG',';f6)T\"','',0,'?'),('pRjr?\Z6','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&x)OV@V\0','\njh?zQ({(=','',0,'?'),('F94\Z`','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','phxB','pt(m2:ǆhdq<ꗼt#sP','',0,'?'),('1Amfce','wp-content/plugins/cookie-law-info/languages/cookie-law-info-fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?0>','9̆\\R[m|;!Ⱥ','',0,'?'),('&\nXL','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i7$o}|N.','Q^nufǙ|c\n/w{h','',0,'?'),('R -}ǜd','wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TpF8\'٫Ƌ','巧?|ap4x`ȷ,yP%\r3','',0,'?'),('V߷','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':)\rZ:z9(','\\t)lJWP$0?h!','',0,'?'),('Clpt.','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	sHYӨ*','\Z1%Eb}鳢t/DL5','',0,'?'),('a)[+o91a\Z)','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8.LLp^','yAb-&3CO^','',0,'?'),('KOȖ93|<','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#xdYl ٺn','\"&*	R͠$2?^8&cj\n','',0,'?'),('O\'[{?q','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9xzFI3','@3VFbd<,`d\"','',0,'?'),('n$`T>#\n','wp-content/updraft/plugins-old/updraftplus/addons/sftp.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kD','*{B*X~6SD?H7Y','',0,'?'),('I.$U0]\'S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ѰJWj','QA.Vi#\rRJi.7@Bd','',0,'?'),('n0s(Ú\\]<f','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hPmpC3V','֎Mg錷3ccɂdw!ͧ','',0,'?'),('	sMCto\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ąs','^/PUD\\ v/Ec6','',0,'?'),('+DFܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SlH\\','etw|W{xy%K:QE7','',0,'?'),('·y☐ql','wp-content/themes/bridge/js/plugins/doubletaptogo.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tc.WW\"`','H~zeQMqY1`Qfp','',0,'?'),('?:@XAV','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\nF\\|','3.Viq>jy).%L{ՄUV','',0,'?'),('A-W:zt','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t5ā+T#qC','Awa5Y*IL{8)R-o	k','',0,'?'),('4f93.כ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nImG5','\\_7xǤ5< iF@','',0,'?'),('<3v&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eۻ04r','H?MqK-4l_<*=܀ňp+','',0,'?'),('=fd\\ӂv','wp-content/plugins/contact-form-7/modules/listo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\0){','ӈ!t/)lpZ|;n˄bS','',0,'?'),('A}','wp-content/plugins/revslider/includes/operations.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[T&V>(','.)N>\ZD]\n-ą	\\%','',0,'?'),('A?]\\8PMTl','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CB)cae','[}D\0OV:~-\"~mBh\"<pW','',0,'?'),('G.ã\0ܞަ','wp-content/updraft/plugins-old/updraftplus/methods/stream-base.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	bS_73d\\<','`9t`u{uvy\'\n/^\ZF','',0,'?'),('GV\\z#!;','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޖ*x!w*','?kE>5r:;6k$Oq|L\Z','',0,'?'),('KX\n>','wp-content/plugins/revslider/admin/views/templates/sliders-list.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vJǵp','>^gE`IQfނ/%x:\'','',0,'?'),('Ms;\',-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Y$jnlRK','P,^F{[.`Uhw5Ԙ_=','',0,'?'),('Or#TG!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I}pe~2q','?Lw.4MՒFJ>fI鴆','',0,'?'),('d3','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#S\06-4','O>5cIf܎sGl8z[4','',0,'?'),('gWӏNtG&','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(#hW_Ev[29!}','σG/.drU꩜%8,D','',0,'?'),('h+Ms','wp-content/updraft/plugins-old/updraftplus/methods/s3.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P4D','y ; )$ggS01zҼ','',0,'?'),('k=hM ','wp-content/updraft/plugins-old/akismet/views/get.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӵq\'7\0Y>','x[%@c','',0,'?'),('l&*&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͵@zكXXP c','xے03WOd{63X+Q','',0,'?'),('{nFN(l','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q)XMԭ`@Fv','V%9d6M5I','',0,'?'),('}CϾ0R','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֖E15zHKKmgY','g@n\"[E:7n','',0,'?'),('\rM])	5%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rk\\aK','	=#ľFBbf0SzcguU','',0,'?'),('.7f[','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xE)*o^d?','/\"vo06Ȇ1{d\0qd\0Po','',0,'?'),('$(g(P/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ5\'EYo0}_','0|TFO 	..>CEj','',0,'?'),('EvfwL(E]','wp-content/themes/bridge/js/admin/default.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8a!qk;,','dJ@p~fB[Cj{K#','',0,'?'),('\'\\E\\X_','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-blog/masonry-blog.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XE\\=V','(3M{P^h._\\L\0','',0,'?'),('=YOoO2','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٓ	HIjѶ͋','׎	wTnۉfh2Hǐȏ','',0,'?'),('nD','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YkVK)<','Q=A7$N3fvhE','',0,'?'),('5At߂m0iz','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UFS֔2','\"]]<K}FMolG\n_-','',0,'?'),('f\\ i	v ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zm=jiZOW','➁6 h6aT>2=oPuD','',0,'?'),('\\reQ\r','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/StateStore.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jc3R3\n','>c0It]%b?^p1<5Y(n$}%','',0,'?'),('3ϴҦ=','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&?>\0&','\Z*խwSC\0ό!/','',0,'?'),('\ZE','wp-content/themes/bridge/framework/modules/header/templates/search/types/search-slides-from-header-bottom.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tkA:۪I:8S4','wO^7!j//zP+اk','',0,'?'),('qXo9F+_','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CǡhF.I`','1A\"kk%!D\\I,YJ','',0,'?'),('qKUj','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{[ ZVG4&','<JHvi	b4l~eFmj','',0,'?'),('8O#l1I+,7','wp-content/themes/bridge/templates/blog-parts/pinterest/gallery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Y#\n[nům',';w}J$7IeE\'İ`_2-nl','',0,'?'),('O­\n	URb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';F4AIT','vC	a\'F;z(eJL','',0,'?'),('ēyɹu˒XZv','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>8*%XJUа','\">#<&nItV6','',0,'?'),('ӋvHӡE','wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-auto-login.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 /f!#','\nvVzs@t`p_Yzh','',0,'?'),('-Z:E:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#D	賥lk','rPi\nzN\0םYeǑ5W','',0,'?'),('0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nAjJm8W^IM','E|6EJ5XK}\"F>3<f','',0,'?'),('\rC\\i','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ưk\'f\0	|Ha','mK]&h쐓V@\"TIYPK9','',0,'?'),('wX','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/templates/simple-quote-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PuSD','!	+)@8#tk1h2','',0,'?'),('	]X','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YTCge˨','T0N9\rފKS} s5','',0,'?'),('\rV#CeP','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/testimonial-carousel/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	lcWsu','ya|փ\'6K_%][aO','',0,'?'),('-\"u5R','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'v:L2_ReyG\Z','R{+i.~Ν.*2~jh8ĺ~s','',0,'?'),('}!~{s_Y^y0','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[|A.-ޮb','Md;]<&#RK|=;-ٖhcn\\\"','',0,'?'),('|jX|fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[VAykp','W[Jhl{_\"}m)36Z[,','',0,'?'),('sEK','wp-content/plugins/wordfence/css/wf-ionicons.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Alsj⯃','ג4ˮvM`VZ','',0,'?'),('*i8]\n4','wp-content/themes/twentynineteen/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)ݴ`I4P?Y$2|\n','$eI8a*\0DB0','',0,'?'),('-Ȝ\"r.+0|','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?bXƿ\\','3CJ;C]Q+FngCʝt','',0,'?'),('=+n6y!]1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','diTܘ','uxd&Q*Bpt8(Vg[','',0,'?'),('Bg*^59','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p;^MKO1','LacVMBJAL>*v\r','',0,'?'),('MRlBFu','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eriyqo~|','}OM^h霖\'!wv3#k','',0,'?'),('Vdj\r$NdtF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P$S$;.c','\rۂӋt4B\\?8M&[<ֆA꣑','',0,'?'),('k\rՅe\\P]2)-','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k}iJ0}G','P֢sQ7:\nj^6kg','',0,'?'),('r\\jA$','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.4bvHeZ\Z','\\v6\nUjIe|Dzvd^m','',0,'?'),('te\0-).','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ي)NX6~','Q*%_7ރdN|ƪQ/p)g\rd','',0,'?'),('}d&-%S','wp-content/updraft/plugins-old/updraftplus/central/classes/class-automatic-upgrader-skin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$#7','e]QΆ,LHSUR|,9','',0,'?'),('7Ҏ)5?_\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'$Cd\"}|k@','XA54Ե7,mҕJ`ݫ\Z','',0,'?'),('g#&ٴD','wp-content/themes/bridge/includes/font_awesome/font-awesome.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3۫\Z{N]ȅ','BЮ.^Gu9)Ӎ-kky3?l','',0,'?'),(' PєPT','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zj%,Y$D#9K','1Ew/ѡ`6_/ܫl','',0,'?'),('\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\n.oƱ2bw','Agp/m,&Rqf9ey$=','',0,'?'),('uMC9Ocw1(','wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',q-h','%\rNWPfb:U','',0,'?'),('K?ra#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IaRɞ%x','M bd]FiPOZq','',0,'?'),('4xyKt4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߫ؔ^U=','^xX zm?iɹp\0R*I3W','',0,'?'),('\"#pI~\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\'I`O6%','6tÀRdc+αҠ^=','',0,'?'),('\\.1-:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\[xN:dw#\\','R/QOl@c0\0a`no<','',0,'?'),('idTl+','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yx','[Em>A~B\'X','',0,'?'),('ΝH**.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dgSfi RT)','%a⯜lqFxq\Zܭ&pء)UN','',0,'?'),('0amW','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2=ooȏ','[qd##C2*xzDR2jݚ','',0,'?'),('1oFd\\j	\0','wp-content/updraft/themes-old/twentysixteen/js/customize-preview.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ap$գJT','hjt\n:W6T','',0,'?'),('dxeBݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hqglt','ғ\'bOE&ƧW0h	o\\`Y','',0,'?'),('>0\rP','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`p.*','\ZO&h4nܲQ	','',0,'?'),('i3օ;(','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̋(nwO','YTߧ\'ahZ bPfa@V+','',0,'?'),('Ul1ȕDbmg','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;aC,,','7NjN4X?o6[k>MŠ','',0,'?'),('ϏRCOh','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06.tzxo',';p^\03Թ( Aaw','',0,'?'),('T7b1**','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eU|z0\'+','Ơ/*^̫Wr:K䷆A1zD,','',0,'?'),('}Y9;>','wp-content/themes/bridge/framework/admin/options/contentbottom/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F)&ʡp(Ӿ','SdG\Z0YRbm','',0,'?'),('\nfv81-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗zqŔ/','_peNO/*mvȿn6*zon','',0,'?'),('UN, \\1','wp-content/themes/twentynineteen/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%nŋA','hVC{B{4Ob]=;X)(X','',0,'?'),('7#i/74ZB','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ngb<g[','\Z#\'Ǔf\n	i=','',0,'?'),('C	bN/','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapoolupdater.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=&\Z̘H','޼YJ? Ę#p9|U\0Hzg','',0,'?'),('F[㵋Pѳ@','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MbP\"xY@0','\'n*2nԋ)a(_Iqɘ{','',0,'?'),('J\'3U','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/NonStopableProcess.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڑ E\"`	\r@ٶբ','A^\">\n73BqdA\r!9','',0,'?'),('VtQbШ8-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lƥ9>wR7 Tl','Rh\0-G \"zȄa:ߍ	$sQ*=','',0,'?'),('[xbҊ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@+FC!L\nI','(BDlGLo7S?0oB\nXE','',0,'?'),(']{d.EApK{','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`t쭇J/','m.<Y??n\Z`jxh','',0,'?'),('`{CUVz/Z-','wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>7bEسT}','0;*	Jx@S}@$Aݯ','',0,'?'),('``\'l`=X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q5C&','cU3AW\n(:F@zAgG&j9','',0,'?'),('e\0s\n>\"','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|HXz׋١U','I)}	J|yrˇ]eE\'','',0,'?'),('jHGw,ƙ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.6%=','0+1XҍI}bP@\\B','',0,'?'),('yёcj!\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.״89','$-R̒~Nj]?=&','',0,'?'),('c/q$','wp-content/plugins/contact-form-7/modules/recaptcha/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V	\ZAcO','zA?nPlBj/\'/','',0,'?'),('(#D(4ڛf','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ʹoCc*Yq','jb(^54k6\0EDl\r#\\2','',0,'?'),('hJD㰗G n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Zd','?CIs?zI^X8[k!','',0,'?'),('ZQ4\\(܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r&Z3r\"',':%;KiW@>U;#>','',0,'?'),('^=釙\'Qrx','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-nT\'eF','wf~Vސ)TOޫaNsE;','',0,'?'),('9O>̲','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\r?g{3','_aiB͛PTNzmIi#(nA\n','',0,'?'),('+=','wp-content/plugins/loco-translate/src/error/Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ċuu@','1م*}xw-T0P8p6','',0,'?'),('iΰxuoT','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WåHx','R}2Micg srw׻w','',0,'?'),('FjG','wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.ijmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jS]a:_','lk(\nq.#gf)f+5jxWH','',0,'?'),('[0^','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','emgݜ|<뼸Dh','+%G<t1]I5m\Z}E>;','',0,'?'),('-,n\n>>kg','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sdu\0Nkga','QD?\'>.זBBǶ,Uk','',0,'?'),('/؊!N>\n','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f<_2S^IZ','iݯ8{iq!dՍAz','',0,'?'),('󏞼!QUG','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_google-map/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tif}6<AO','0i762VTP\nQ{lb͛-','',0,'?'),('-%\'Cy','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bu Eubo>d','>߬GْmFSWł-','',0,'?'),('aƈV!%','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b\r5E','61E)\riJK஫/@̋e*','',0,'?'),('o]nM:b','wp-content/updraft/plugins-old/updraftplus/central/modules/core.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4څIRixy','XJ&RZrC-<9%H','',0,'?'),('\Zl3Ȋ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PUՒJLm8`v','ӛvQk\nl]`Ε۷+}kO','',0,'?'),('-mNƻ(d\"\rJG','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vIaPԘ*','x\r}^ܜ?^3g9Rtjܔ','',0,'?'),('8!?Η`t','wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6SW',':\'Lr3Wٙsć','',0,'?'),('CiJdIDrD]p','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vt3ڛ?x','_ [hS[?kLDQ%Nr+Ҫ','',0,'?'),('DךzC+r-','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\"qYAj)@N','[Yoda#PB$( ](B','',0,'?'),('D8DP47n\'E','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ץ/%#kvF_(','dB3nqDo}Ϧu	?6','',0,'?'),('J|6}P,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r6|\r?7','x/B!^\'p܋j\'Ͳ?\r','',0,'?'),('LOXU>mJ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']5n< l','͘aJS!mM+Ca!JҭR(','',0,'?'),('XK|{5ޠ','wp-content/plugins/loco-translate/tpl/admin/config/prefs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nT,K=@','rŉ)|KÉk%&]<','',0,'?'),('Z@EyaB','wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Rsx*%','pЎ(W\\	c36\0\'f','',0,'?'),('[|NtM*ym{f','wp-content/plugins/updraftplus/includes/Google/Service/Manager.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<}Md','dT	Yv{̚+u`VF','',0,'?'),('_BaPG;','wp-content/themes/twentysixteen/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cЎmOWqo(','CoCXRХO`ƻG9\n','',0,'?'),('asjya','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}\rBƕ70q','J@JlS4zCk85','',0,'?'),('b޲}','wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!e(i:hZ','i3F\0i7\'TdLF\0M}M','',0,'?'),('cx~9*Ru','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<MWz','Eh1v[5KQosEeÿEEk','',0,'?'),('d`#)?ϳ0(w','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' oY-)EHd','l,8ETCeylaS;)\'\"d`z','',0,'?'),('lXsm#G','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l?IJ^tq','~{N8U;⩃ ','',0,'?'),('m4ڂ&+\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/icon.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zvj.?Uպ','đ9gabdmKJ;eb','',0,'?'),('oLZKC6','wp-content/plugins/qode-restaurant/const.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_K#?{p','{J\rJ,/9M|wM\\ǒ}3','',0,'?'),('ph7i\r>+Q1','wp-content/plugins/popups/admin/assets/js/ace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dA|?~Tj,B','J(*\n~0kV67916	','',0,'?'),('u88%[	X','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#B(z\0','}b)9%\'bs4#t','',0,'?'),('x`f,5ef2','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=wRhR^<w[,','Zg\0|sE&Vg60rNFV\n','',0,'?'),('[:q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gW+ozV','N[f$x\n*fV2\"쬱q','',0,'?'),('cq8/lCpm','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\'?=_\0<y','z	:ԋ/p2(U({sw&	j~f1T4','',0,'?'),('C\rX','wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l7Fw`ܦ#$','dc=E4?F9>|Q4ƝZ7[k','',0,'?'),('POf;/','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jыp&yU','WP*P=Nϻ;\Zi82_ ','',0,'?'),('Qc%g','wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('(Bi#\nkol','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`̃~f','s=5%m4Bj+8QKDj?','',0,'?'),('ptzr	l','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߫ؔ^U=','^xX zm?iɹp\0R*I3W','',0,'?'),('ӑ?=','wp-includes/block-patterns/heading-paragraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Cq6Q{q5','X=Чl1Y^2xO^;','',0,'?'),('\r1 _{<','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-addons.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G<@(]t','!r{sM\'rQff73g_YK','',0,'?'),('Ƣ\"XƣlRա','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W{z%=T/7+/','2_)bb^PhPM','',0,'?'),('ǾnK}S','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	d<WhJU','\r3.k\nůFa]l-VTJ','',0,'?'),('tU h4E&','wp-content/plugins/loco-translate/src/fs/Siblings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȥ*ԘhBg,','Toz.(R>@_S$\\|(','',0,'?'),('s\rY0h[8 4~','wp-content/plugins/updraftplus/methods/googlecloud.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ժ\'hzx','lJ5ELgnjH\'f.C*|O','',0,'?'),('}Dx\">. qq','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\nz!w><T','ȸGnq6S{\nYkO!޿C(t','',0,'?'),('Z(|Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QUp~ocÊ4Nt','Lnl2@ΐ>hi,uJYH\\L,B','',0,'?'),('$5¿L\n]','wp-content/plugins/popups/vendor/cbschuld/browser.php/lib/Browser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','os4,&9','\0%\\c$A1>(ڌyUN','',0,'?'),('\\ Iѻ,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n&Bq.{Ny{F','0oSsMhJl{iϣ2','',0,'?'),('\rƢJZ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eI/ig6C˵xr',')i\rޚ-isvkyt.dHw*7g2ъG','',0,'?'),('|S4:lŪ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eD\\=Ϳ\ZT','>}\0,\"% \0%nse2р[y','',0,'?'),('<5u*+R=_+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':0Zކ\Z','d*4s$5~`:&n4a','',0,'?'),('73h\rC3p.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K88wrm','Ewt\0ty6mkX061@%h','',0,'?'),('\\]^Tꥊ','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0XdxR`','bՔW?gtRċ\\}DETӇ=','',0,'?'),('\Z\rOh\nї`2','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`H6t\rY`','^)?{YQJEx%3`x<o%>N','',0,'?'),('Gqʹ0','wp-content/plugins/loco-translate/src/package/Locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}i\rR#\n','[A݃*=b*16VǺyc䰋ޏ','',0,'?'),('\"Fpj\\|̚','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/modal/message.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڲ+R\0:T`:\\i','WG]2<r\0e#ejov`f','',0,'?'),('$lvEC۩bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WCBImU','zjyI`F.\rCC!qc_','',0,'?'),(',\\ާp҉^v','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$NoIgB','gl 7IՁA=','',0,'?'),('-?_)Hvlhs','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B#R%Ba','&D\rDb^K\nZ{0B`0\0#','',0,'?'),('/&2ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PF4y','|DZ8\0\nI-o~6\'#[~T','',0,'?'),('5قaܨϘ	#bu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g0H7|Is','\n}Ƕ4*v)bŉeHO*Yb','',0,'?'),('^`1/&G$	]','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P5+0$!|','{=<\n,/7(et>礶eK s','',0,'?'),('bE3g\'cZ (','wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӵq\'7\0Y>','x[%@c','',0,'?'),('kY7&/z]','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!i}ط]','0OOEofmf{\0AS','',0,'?'),('x=}#','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ś!^۴+EB','a=X\n<9&[LP','',0,'?'),('=Ѷ8$','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w%[U3','EtzfD:x?ocڋ	8P','',0,'?'),('<&laL(4V^+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"sC>X','A_&-(+h;sĕOcrh9]','',0,'?'),('?0|5uơ','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫]0m7d','Z5\"=\0Tσqr/0QX^dn6','',0,'?'),('[$4:<d(g','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	t2npU^','Rù;@0Z`$\\X7ԭȅN{ͻ`	','',0,'?'),('%⢕	;W','wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z4H58 #','ֵsRr\\on֯jG\r\n*','',0,'?'),('P2G_','wp-content/plugins/updraftplus/includes/Google/Service/Taskqueue.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s=a99','t\"!uScbPD-8TF!','',0,'?'),('C	f \"l','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/temporary-clone.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FX\\վM5',';N&@H{3Qͼu	ce','',0,'?'),('%hZ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\*s2*I','ڵ8-Jaˑ}%Qk','',0,'?'),('C`-ѓUY\r','wp-content/themes/bridge/woocommerce/single-product/related.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<M¸_#Wi8Ԉ','0Mogͭޗݫ@X XKi̢ߞ~','',0,'?'),('qhnJj','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{o9ڬ<(z','}h#`ĂBi8g$O{&`','',0,'?'),('8lЮur4','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vPqǲ','rf_X77p~DD|\"Żb*','',0,'?'),('<	f%nO','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl	','vEN߶ϣW!O	wjc灔VJ','',0,'?'),('ÏuL,&Ǒ\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';6U3','DK3́uB!@oPb#~','',0,'?'),('6q̹;7|3','wp-content/themes/bridge/blog-masonry-gallery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Fm8{`8*','rYU+t=cςYe`BpWE','',0,'?'),('?Sʝ6','wp-content/plugins/bridge-core/modules/reviews/reviews-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƮsQ^PCQ','$Ob[MTޓ[@KߔDI','',0,'?'),('Ӏ9[M-g','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{)VYw$7','B8BB2^*foj4ս˜','',0,'?'),('%I}PzW','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TԦʙ`PL','b=-.XTYnP','',0,'?'),('Jn;MS6O\ZFr','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o s}\0R','Q\Z\"Yuk^QQYky1C','',0,'?'),('5|GU','wp-content/plugins/popups/admin/assets/js/mode-css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n_evᵏ׋','@F\"\r;w\\4uh޵r.','',0,'?'),('7aݒ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O2>C09','a?85]~|ls;m\"','',0,'?'),('\'754.S','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x5','hU	L;ke9Ж݂qF-|,','',0,'?'),('w_9MzG','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1<io X','hzΝ&:I+9~Cy@J/s2i\n','',0,'?'),('n6f','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\05;ZW','!\n襗uv2}','',0,'?'),('\nn=^nN','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':L?m&','8uvߜ_0-锴񢷧U2','',0,'?'),('#$PTL zl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ms0_ɵp','G2oB3]Ty\\!z߇q8]','',0,'?'),('\'5Sٙ{1*	%D','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jc1z{\'/@EHl>','(\0- !ߨ:k΢>I\n.Wma','',0,'?'),('(dwI\0:\rXx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y_V^\n%pc','dWgme˰5Ҡ:;W\'','',0,'?'),('/Q>+ޝ,m-/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`o\rSC)0K','r2eħ5(9C>[6.W{o','',0,'?'),('3,cvk','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iŮ9e`2','ZMGXL;$xMi|Q%ŽY2$_','',0,'?'),('8~$0pt8','wp-content/themes/bridge/blog-masonry-full-width-date-in-image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+@*-_f','[0	sOTFƷ\"Jf,\ZIC@3','',0,'?'),('J`P	E#','wp-content/updraft/plugins-old/updraftplus/includes/class-database-utility.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d쭵1ǣ','h\09rxeb~dLh.u:7{7(','',0,'?'),('WM{h(','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڧMŒ(P','$,U\\=K=\r\\p@zb[J˼b~=','',0,'?'),(']K{ٯ`{,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+EYH<YPK=S','ۋ&:^G&B2PC~','',0,'?'),('_w#%Nzo5,}ll','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+wm=e[[Qt','v9H_dlްz	(e(sS}in','',0,'?'),('`0_jY','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȐBǎ)Ԛ{>M','dkewn_2=\"	,A^U-','',0,'?'),('a@o\'kb','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q!NS XdcQ','|\02+Audm5ǉ','',0,'?'),('cmwMͳfA','wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','psċskј','m+\"\0G+1=F9?i@;0\\A','',0,'?'),('iy91a*s3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tVLmm8b-{e','W|FUhy	Tm\r','',0,'?'),('i/pEt\nl','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5oQ4)dT','Dt3v\Z%jlf%O)&&1L','',0,'?'),('2?!u܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[(AɊh','ͳߘQ6̨!*XxMMu@','',0,'?'),('^[Xi	','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|f\"S+&/','y#&H.du`\\M?v,	k2.','',0,'?'),(':X@\0{*֯','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Kd%','I\'J8˵u_\rlP^4','',0,'?'),('gѤqFs','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dfareporting.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','knT2\Z4','%\r8<#M0\n-\raAΛb(\0','',0,'?'),('.RF4	jyn','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Xw<hJLڏ','Lr\0QTTdmorƃ4Qj','',0,'?'),('4T(\\9\'3)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\"S\rߴ}=','0Nρp\',z)_ъ _E\ZYm;S.','',0,'?'),('\0n:Tq}K @','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>1dIXOȷv','q*lmKңk\"MQ?pa؂4','',0,'?'),('N_	L\'8YZ2','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ߔ`њh','׏GD3W*pG#Z~_0Z','',0,'?'),('k{&x\n','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZA\\+b#Y','؊գO+v5m҈9_','',0,'?'),('C?-I(<$','wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i5\\|','aFzoT*g󩿞 Ĭ֐5a','',0,'?'),('|[f','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϬmMtѼJ','f.%*ƚWnCsSi','',0,'?'),('+oVFT\n','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/item-showcase-list-item.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BƒPc','	+(@*\'yDi6&','',0,'?'),('!\"19p-','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Blogger.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','53Da1!Cpj:2','ΛTJ	:\n,+\n]sbn[u͌C','',0,'?'),('$o1T2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rmnZB ','݃EZ?wȖ͖s!7cJ70','',0,'?'),('ul>fR֖1U','wp-content/updraft/plugins-old/updraftplus/addons/importer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5QSf',',`=%;C7\Zڹ\\Hj)!','',0,'?'),('CryX{\Z','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';yCh}V~>Y','t9cv|u4NkjE}?5$r/','',0,'?'),('PS.緂p','wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ah50@M>S>','L^8=O$1k/֠edmE\'j','',0,'?'),('A0ff` Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_\Zxuv','u;IVa[~㵭TZ\\^yJj','',0,'?'),('U(ⴥJ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_nv1','sC|3\\+^pܝ Na','',0,'?'),('YiEea*b \\Z','wp-content/plugins/loco-translate/tpl/admin/help/tab-file-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ξ܀9>&3G','Um`utV\"CTD6EȖH','',0,'?'),('lN&f*O','wp-content/plugins/loco-translate/src/js/Strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$vیb̑DT','Vnty=zr:7:5','',0,'?'),('\0%3[$x\0.(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3*O2/3I2','~T@\\vUI<pKa`T@cca','',0,'?'),('4=','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʖѴ~fi','ߩ0ԍѦƻH\n¡;','',0,'?'),('z\0EtV','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iv)4JQ{[]@','7׎Zr-1Ĵ>5X3%','',0,'?'),('	*\"A\"','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8;5z	N#7\'+\0','K9~B&XXvd}qr[','',0,'?'),('	Em[l<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ZCl­}莐','yTNz+⃆\'%Y','',0,'?'),(')oTX=','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pjmɑ>gGT','{G!j\Zox','',0,'?'),('!6c)H,%@|','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/ISSUE_TEMPLATE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{cl}\Z{','Z2wPDZi@NvjD=6,\r','',0,'?'),('@4Ѧ)@I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@.j˝F:mf','7)\\*\0du.iTb8醼OZ]','',0,'?'),('D`Bȥ\nbǙ','wp-content/themes/twentynineteen/sass/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ut _vO0a','LLZmh2-s,+<s!@tpzG','',0,'?'),('MQHY_r$KS','wp-content/themes/twentytwenty/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x8\\O^QR','@8\Z!G6ͮe,\05','',0,'?'),('[I\"ūxB^F','wp-content/plugins/updraftplus/methods/stream-base.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	bS_73d\\<','`9t`u{uvy\'\n/^\ZF','',0,'?'),('t9t_mF','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\ni#څU','\\N	VXDkYc<U ','',0,'?'),('z|.n3sI','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/DoubleClickBidManager.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ZT{]%','@4~z1 \Z}g|˰-f{\"','',0,'?'),('IY%1?','wp-content/updraft/themes-old/twentyseventeen/inc/custom-header.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j6^n','#&p\\D\r~7i/$7','',0,'?'),('+&9)','wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/product-list.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','shu\0ȸ%I','Y뉌B>YOwѶU+a+?','',0,'?'),('sؽ4j۰XG£','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`N`f<xXgD','ȤpzYYЫ/I;3،','',0,'?'),('|NϜ7=;~*,','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/0ۿf\'a\n|!','(\Z	60\0HmnODL-,vdo','',0,'?'),('Zl#KpjQQ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\r\\m1xm;uA','l!3q~2_i<nW#qY4ش','',0,'?'),('ȕ j6','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"]P!\Zy','1x{xx\\2w`QwSv뵪aCӥ\0','',0,'?'),('gC8BBY','wp-content/plugins/duplicate-post/duplicate_post_yoast_icon-125x125.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%b`&:;','Dn$l	|\rDuY]','',0,'?'),('6\Z#iW?T=','wp-content/plugins/revslider/uninstall.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^;ZGYSNpK\'','lhlU$MbF1IpF0!\r','',0,'?'),('{]\\ֵ	d','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc\r5\\sߧ','Wr6$~_h{yݓ=','',0,'?'),('I,i69zcm','wp-content/plugins/cookie-law-info/admin/class-cookie-law-info-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')C<?tb','Lm$Ll@OP-௻B7җ1.8','',0,'?'),('I\"NV+d.','wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r	TEJF','#iWYR),~(,6r\0t_̩','',0,'?'),('$@yѡ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.D\Zf1?Ӿ','wLRPg\\ҥ=;hRF]w/߃','',0,'?'),('\"%','wp-content/themes/bridge/templates/blog_compound-loop.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m65zUS\"9L','Mr+IS)-ٿEWF&}~V','',0,'?'),('\ZJ͙ǧRj','wp-content/plugins/updraftplus/includes/jquery.blockUI.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\"	\Z=L','i)M	|JoCf.P$Elg`l(','',0,'?'),('4tt>\Z','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']v\r\"\ZS8`~}\n','R+gk ܢGU0(\Z','',0,'?'),('\"RŜ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ѳ#d%[','n10<;\nIp~f⠸z','',0,'?'),(',s6+','wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{+a9','W:_pd> PkZg','',0,'?'),('@6RRu4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ѣ\nқ','<~#D{ȏ5\neȨɎςylg\r','',0,'?'),('ORP3\r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nx!R;AJV','>[@kͪXF3x޺hg','',0,'?'),('P)\Zsp9^','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cطm(ڶ?Ad','ѯ(\Z,`+]Rv[i+EW','',0,'?'),('d]=Q͗cn','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yڛWҰ?߫','L>4gR֝+m<','',0,'?'),('v%S[̪Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` ȓԈ\00{','eT7w-/HoTFb\Zݷ\n','',0,'?'),('DmIvB[','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SU\rьlz8\\','_W-N\Z~k5v]BZ;՝','',0,'?'),('^4x@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7RA*k','sy]\rjx1u@<\rTF','',0,'?'),('k%c0\'','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#}ԉ\'=N)','. [Hp|ߤBiU`','',0,'?'),('$b>Tr ׹','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6+5I燋Vp[','(RYo3\'^D)P,|t','',0,'?'),('5O{+Fl','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X;3\"',')y~˶,Y)>>m*(E','',0,'?'),('|X%jgu@CJM','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<vyzp','_/qAI1H\n)5/ƒ4','',0,'?'),('DuKBLk','wp-content/plugins/contact-form-7/includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڶݥ,RW\r','ܚOcksC[\'Uhj	4','',0,'?'),('ʘHLg','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webmasters.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5G	8!IXC','RKw΃=]69Oeɲ{','',0,'?'),('ʡؘ)mnl','wp-content/updraft/plugins-old/updraftplus/addons/fixtime.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȇ+Ě','ԄI.Reከ\"ޏ','',0,'?'),('ւxRaǜ@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<FXBN|u8','ŭ<D5K:ozdpeukZ؏9%','',0,'?'),('liLmh.','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']=VtgڈZl','R<KW@->2NfA','',0,'?'),('58Ryx*','wp-content/themes/twentysixteen/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'`K','Ry1Nhu¿I}؞)i','',0,'?'),(']\"M<-q|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PD>b;<0YGPEK','\nP>,{Φ ;%\n','',0,'?'),('}~e;!a','wp-content/plugins/revslider/admin/assets/js/css_editor.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҭ9U.ɬζc','6丳w*lʜ&*^<PN6','',0,'?'),('X\"-{$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OC9ٻAf','c`LH;c!k[L\'CbIaj','',0,'?'),('UdMS$l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Z;E\'','>1WU\"&SId/Bt\"UW','',0,'?'),('\0vVCH~','wp-content/plugins/cookie-law-info/public/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('r|81=','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ؙ+oߦ&','\\!eZd+2\"ju`M\n','',0,'?'),('+sЪzjзb','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<.cs\rQeeI','qko¶}vnrARK','',0,'?'),('\rz@_ÐmdM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','96f;0','mgc%i\ZnAB@wFz;y`\rN','',0,'?'),('+a/+','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7`\"pq!Y\\','?ҨX%oAӖr%tO.9l޼','',0,'?'),('+<OΎG\rX1','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kqQQ_eXx2C','0?Y sZЩ[S}&բb5','',0,'?'),('<9RXR@d','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~=9<I?f','PX$n%W\'bKI*>k','',0,'?'),('@GteY\\\'>O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Z(w/?',' .ϓ bA}\rd.d9','',0,'?'),('E4F `rK','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Admin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vYWCpX_E','9hdI7ɰ\"w#	n\'nTY','',0,'?'),('O~LȦ\"f~|;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_n.)U\\!k','1,0љLv/\r>%\"','',0,'?'),('X=Z5','wp-content/plugins/loco-translate/src/error/UploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$QnF','k58PΤ]NZXGB@','',0,'?'),('ZWtpNh','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0brd(E\\Ü','5`D}s2x𺑽1#ei9gA','',0,'?'),('_:Q\ZoC}EH','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0(=*M',';64bAoo8anri[h','',0,'?'),('d2[*^Mtlc','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ez{8;j\Za','\\F#am\rX|tARW','',0,'?'),('l.$y퐞5','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TNtr','˜lt}\r1Uמp=rW','',0,'?'),('n7Sڋ	L','wp-content/plugins/updraftplus/includes/Google/Service/YouTubeAnalytics.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t`vөH','\\oj[BqBV%XXy\r)k','',0,'?'),('Z Og\nWW2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ީ2~\'7','`40^c$bSzڎ	!T22h','',0,'?'),('!4t#AB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f#/&M4Ֆ','ͳJŹ2jt6}aWT%SO','',0,'?'),('6;z5= jٌ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-slider-no-space/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yJɉXDW-','A	Gc5MCi~D#','',0,'?'),('AQn<ET','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZJǽSa!N3%[','tS{@\'U[ڴodHVmC','',0,'?'),('>u@̌Cvq','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W݅+-',');jCS>]2s~91͍','',0,'?'),('!h>iq8tn','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>@UeU','țp˄o<O\nOo{w=S','',0,'?'),('\\9ѕFw','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LOeznUR','q:\\H-ƒViԍ$','',0,'?'),('iWN@zw@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZA>k&ʘV','8ý\\^\'(+{y谥\r','',0,'?'),('<$-ԇ\0','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` Rrt','X|V BYMrW>r\n|\r1;','',0,'?'),('F~D;B,','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#WiY<r[','d橻B[\0V>:','',0,'?'),('wr؋ui','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>pv','3SJ*oiU˗-u	!','',0,'?'),('i94+蝙䋂','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rҳ','d~fWT}+F_\"Z+f<)','',0,'?'),('2\\\\(#','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';̄r9n','Hr+0Ow#bCD=mkҍ\'|','',0,'?'),('Ȥ\"5W_','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+lqZI{~','d:ny<X0:iyփ<Fd`f','',0,'?'),('%!ڡG&5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','88	n8?','2YAՐ!gGGu\n90i','',0,'?'),('fqi&:','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'JCqev~oQ','tqO8\\.Yla<','',0,'?'),('G>','wp-content/themes/bridge/js/plugins/jquery.prettyPhoto.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ڍ\"ڭ$W','_hc˷y;;uS\0KDy]s','',0,'?'),('Q\\@ɉ*m','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?h-sJ','2%r?5ɗ9%ďLu_K	','',0,'?'),('\":@6IK','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M*m7m[','S7n[l\rp[kd0\03','',0,'?'),('_Z%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o0LQٗc\"n','6^4L\'Go80^Qg%gLٛ','',0,'?'),('!8%D\'H','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\\F\'',':|zB=9Rd^{jdׄd<','',0,'?'),('/=+HhE14ʆ','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v,DWp-Iu)!','pRVs-9<Rꗚ֣uqL','',0,'?'),('7ThSm{\r]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hPmpC3V','֎Mg錷3ccɂdw!ͧ','',0,'?'),(';!әAOZ','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	cI4$%','|(HEק :H.~Vީ\"0ػ','',0,'?'),('JJ@\nxu','wp-content/themes/bridge/header.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hޅJrƾs֞','7״oB4gHyf\\pz?','',0,'?'),('J#j2\r|T','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1C','V+b(8L%m\nI','',0,'?'),('Tٟ^*87','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!axv^uK8\n','ͦ%o޽÷h~V\Z!\"Wu','',0,'?'),('V@))zˀ;F','wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F}}ʙޯ','`iȪv)(B+Gi(','',0,'?'),('[է!ig','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɗd`v+{#T$','P6p}m	fڳ)|)N0#','',0,'?'),('^hF\"_֘nl','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','##','|n萆c*Cmg\0','',0,'?'),('p5U#r','wp-content/plugins/loco-translate/src/fs/FileMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w	)(T?f','԰@2|~&mzRT$','',0,'?'),('WT<7 Y','wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PMX\Z','TDz[L#p|.ccAh>','',0,'?'),('N@(3','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O:B঍\0z6x`B','	]	\0On6B;\ZZ$	2ЯSh','',0,'?'),('Sа7Ȗ(','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'$Cd\"}|k@','XA54Ե7,mҕJ`ݫ\Z','',0,'?'),('fɸ䡊 9V','wp-content/plugins/booking-package/iconfont/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t(\\d9P','L3}oW|:u靤@\ZNQ','',0,'?'),('h)UG@xv	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']a&?t0ʏN?P',')\'O8Bqϳ.l&w','',0,'?'),('L-u!&','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&rԶ\\Y슞E2N','}KMg(5&m\Zm3xF%l@V','',0,'?'),('XwE','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.jl/fr1}*',';Ƕ:`ߛXHN(nkEv\r\'','',0,'?'),('a!4uZpS+','wp-content/plugins/loco-translate/src/data/Preferences.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z$B','ix`^J}IYŦv{L`v#_t~<\r','',0,'?'),(';5̉\'\'\'','wp-content/plugins/qode-restaurant/post-types/restaurant-menu/shortcodes/templates/restaurant-menu-list-item.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r̘]3q$K','@:f׺֟oz{2j@g','',0,'?'),('m=\0rQR\nʵ','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?߶>Y','T#\\@<XmnSXW-Hk','',0,'?'),('Iy+VB\"J20J','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ߊvİ}!','Hv59#*sw2Ȫnkc','',0,'?'),('DX1[]+:A','wp-content/themes/twentyseventeen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mrnBo/\rcS@','Xd!FV#PX6Z','',0,'?'),('2]hqu:T6EU','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cx3v@Q$)g\r','kBhl%ܟGa=R @Ξ{','',0,'?'),('ڗʧfV','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i4wP	9\r/','^w#a/\'= Y-KGwڙ','',0,'?'),('46cZ','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oQr	O؂}F','ͮ`)fGd=d >{UЋ6vz','',0,'?'),('3[\0v.','wp-content/themes/bridge/templates/blog-parts/gallery/text.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Żw G','UJXBOEmB\0[sK4ndP','',0,'?'),('.GH<Hg','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/modal/pie_chart_doughnut.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}%(:%ٚfI\'','E/:1YH[[Z3<jTC','',0,'?'),('9r)T\\j\"','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|G -As','ke v0Q7]<	 eǤ','',0,'?'),(',Z\nK(','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dT̚d','%Uqzύ4k41؊btDFy','',0,'?'),('	Ieԩ[G_6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c ?\"Z\\','->5k_B@_7р@Sy','',0,'?'),('#AuI.F/','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IQ[\r΋\nd','Add:;pk|#_mA{z6XfD,','',0,'?'),(')]D@w','wp-content/themes/twentyseventeen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9$+v','(cC93Q?A\09e(rQZ','',0,'?'),(',3(wRGok','wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h*@TB+seѤ','wGKkˈd\\7jk܆\\[','',0,'?'),('3^gsAlVV','wp-content/themes/bridge/js/plugins/jquery-1.10.2.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rf+sO','`XxR]1AY.o$ICi','',0,'?'),('4*6k\\,Yhv','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5m7`Y,o¾v','Ǔl\0ErɿS)bJkx\"n','',0,'?'),('@,n\\+k','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{SmdodKs','x)EpNwge묀<DcMca','',0,'?'),('O/ì`|g_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S%|F.àZd','!Tuwmt5o\n2A\"kߚz','',0,'?'),('OQ1','wp-content/plugins/loco-translate/tpl/admin/bundle/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^m&j-','\Zb\rF>şëlj?|UڀB','',0,'?'),('WFTo','wp-content/plugins/updraftplus/addons/multisite.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uL6}dukO h','C\nW?Y&cpM\"h&k>B','',0,'?'),('\\UxRSR','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vi5P\r\n(J',' n\\.d_v!]1@lE	h!','',0,'?'),('cmfF]','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lYZiਆ3\02[','(A#F~+FghS.b','',0,'?'),('h\n;w<n2','wp-content/themes/bridge/framework/modules/widgets/latest-posts/latest-posts.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';6 )Ա','h\ZƯy_dMBQ woh\0-%H','',0,'?'),('mn٠\nSs֕=o','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTube.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n$`g','1Tw F)ʧ뚄mu~pɇ','',0,'?'),('n/Ρ~Zx~6','wp-content/plugins/updraftplus/includes/Google/Client.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?mHoA','k_3;L?.M1}SH`!','',0,'?'),('oX{;\n r','wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rc9]q)','i\"ڲM,\'PC','',0,'?'),('vFI2hn','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nxR}avya` ','<,8 2+(i+B\0','',0,'?'),('{1\"^.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','եᡵ|I ','(He3aZ]t\\\'dp','',0,'?'),('}dMǊ8\"','wp-content/plugins/updraftplus/includes/Google/Service/GamesManagement.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':,6\\Lel&v','vؚ; XmD.H^oL6jϣO','',0,'?'),('7\nL ','wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','εqKE','RKw/|^=$iKw7:','',0,'?'),('wq5X\"5H','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F+/*(','ޏ;|>}\\p$pʲBZ','',0,'?'),('ar<mi','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bտNjy ','~u1a.]Qp\Z\\;n','',0,'?'),('sv ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֘$[\0','u~(XCt!Uy}wސ\"$6jm','',0,'?'),('sIqF','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cHD','$(epI7d(U-\nw','',0,'?'),('=V;N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOPxOrs72','#;w1.B3f_;Pf','',0,'?'),('%}D/X|:','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)L2*if','&vIR>LH$/n)N>','',0,'?'),('viEQlX-P','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eTM+)y7','n,󹍇gK6T˷ܲ:h','',0,'?'),('2tև*(/Bܼ\'r','wp-content/plugins/wordfence/css/activity-report-widget.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J^x;yc','ӡfaMWv+W%}`DN','',0,'?'),('M0!fg6\\','wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǽ]<w捁Z','攔t6DW!~[ePJǯۂgdW','',0,'?'),('.\"¹WP','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ll8_6$-	Hg','\Z2*)OQkG̗*򍵥','',0,'?'),('\nӛIQED	','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i|3K~','}|q귥/H)ϔ\0Ffk~s','',0,'?'),('\\MMF/I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gx̄	4U	k!C','.йhdBiHɀns᝗\\O','',0,'?'),('H̔KųYP3','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qI{\0(0TM\"&','zum\rERٶ-!=QN\Z,','',0,'?'),('/?\rhg;E&T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~S5>,oV.ϡle','.ѩ\"rF;VڞD','',0,'?'),('Κ,Qagl\Z','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06v|','wϔ\Zԇ%|H0k|n','',0,'?'),('L\Z|=c','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0oǔ','7/QƐՐwg:?#{sɟ','',0,'?'),('dA#*Źo7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oa?~κo4','neSE{Duc/s*u','',0,'?'),('\0WBLf\r2','wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z:e_86','\0[-qkn@Z1.Ŭ ','',0,'?'),('tj-RO','wp-content/themes/twentyseventeen/assets/images/svg-icons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jbآ@)-J','̞w\nPeÅR$BRnR#','',0,'?'),('wu,qء','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q媑ar\0=1','PSǿFZ]fƆPL\":Y`','',0,'?'),('V\ZF\0|','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@BgEJƽH','i|\\IE_X綈j','',0,'?'),('xOW\r','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`-p1','\'V+?<!C\ZƾQUߢ','',0,'?'),('o~5ץ\\Ծ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\r;Ǐ_','>TV\nC~8LOɁYvK˶De\'%','',0,'?'),('<bfl~$Q','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','awަiH','\r	fL`*:NB!*3gg','',0,'?'),('%)ZWF˧\n','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_ordered-list/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\'Хqry','SFuV^Ƭ^ݫT&rRpVE','',0,'?'),('-!Xa,Q_ToK','wp-content/themes/bridge/vc_templates/qode_pricing_table.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ݒ5㍶2','N Dsާ*q&$ȀnIDZYjP','',0,'?'),('5ڜ2l2{','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ܥd|QSn','R;Twhm^䜺KLA','',0,'?'),('6>!^`1b','wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Ŵq턬xU','*Ч\"n	AΪ2R:Y8','',0,'?'),('D!VD+','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Zb4ګ*','w.\0/\"kzvHQ6s&>`KRC','',0,'?'),('L3PM!ƣ_','wp-content/plugins/loco-translate/src/mvc/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pryG:J','ca|Z?&{VxI%R,7zٮX5','',0,'?'),('T(Tved$f','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\0!','j	f\'gH\"Ex2b~F\\e4','',0,'?'),('T:\ZrD ','wp-content/themes/twentynineteen/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\"jY?s+HR2','b\npXP~z,L&70l6s','',0,'?'),('h˕Ȍ\0?0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','յk!&','ⱉ¤	AgϚRX-\0','',0,'?'),('z6+PH\rtU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2KZHUB4M','OxC_Y~{׸75<ԏp+','',0,'?'),('˥̰MVЗeA','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԧQ># \r/M','ByN m_NRMB%ƤqW','',0,'?'),('W=@G|bO','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/advanced-tools.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\0{ƴK[','Z<?>J2F~ǒ241Z| ','',0,'?'),('t(iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P,7Bc_Z',':=p\"gVkPt$߬kU(2ຝ*','',0,'?'),('G:):`N','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ETQFu','TT\'h.k{&F\'v\0/`\0pcif53','',0,'?'),('.k񞒥/h/','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѧ~V-3&g','T-ǿ[Й_dёyĎ','',0,'?'),('U5u','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˌ:Z-','balrziQT	SZѓfJk','',0,'?'),('$};/ꃲ{1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>{O<܅b1','o8%d=D-ojSYJK$7','',0,'?'),('3\"(za48','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-oUʓUU_','\'eM a[R#q2kz+*<7\0j','',0,'?'),('m{@m','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFʒ4i--','Cc#1_|Z  1ɾYx','',0,'?'),('m4?(Pri}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WA5sX&z','<\nUR\nrWވZXĕ','',0,'?'),('zO|b2+&S','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yDyF?K>\n0','6qW{zXb$͒z\\H@ ','',0,'?'),('̐g}~y\r3ag','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'!,@m!W+','OE\"pI`#b}A-sasXp','',0,'?'),('ϖ:`:P','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"gĿΞT','q>=N<-  iwm,\r','',0,'?'),('f]','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oT`?\\FO','M`\\]Nw؊Abz;Ik؝','',0,'?'),(';u%t','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-blog/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^.5\rȌ','v	N*xBho	irY','',0,'?'),('\0\'V&Mj_','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ztKi\ZIAW','ůC(#\r(\0\'[Θm;x','',0,'?'),('ވ|.X','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xiDVȪG$',']ANY($nU[0','',0,'?'),('{;B<30','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\r<	ÙA','GyqYyK0Iy_B{#UP','',0,'?'),('˛<ᜨF*Ͼ','wp-content/plugins/cookie-law-info/admin/views/admin_necessary_cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6CF6h','S``ug^\'0a4e#3^se','',0,'?'),('\rC6L)`hgɆȢ','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/composer.lock',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nqkU)\"t',',q>uNh\n\ntZK٪=O~x','',0,'?'),('~QԁŴFp','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Kf&<)h','8y \'3SEoGZ','',0,'?'),('U	sSR+4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#4k]','7oKڔs Fj^1uK)Ƃo','',0,'?'),('#^Xj^\0G[q','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SVkP$','zSqŚ13AVl*del*ȔP','',0,'?'),('%Q7(\\6','wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rUv%8[ji3U','*Oi2{ DLx£$=','',0,'?'),('&K&ڄXg','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dwU@71	,5','}~n*k({CM3\0$','',0,'?'),('(}}{cE,','wp-content/plugins/loco-translate/pub/img/logo-foot.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EJ%@e%͡\"','ҳ+ÿ$ݺMiّpj7','',0,'?'),(')KWotds|&','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c]=h@','f/ Dj1ɾ3A8:ZRɸHI','',0,'?'),(')t*b<[','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƕ-p%\nrk','\'ݺ0pa3!(u}LV۽','',0,'?'),('1R_5T','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/scrolling-image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' e_Yy-+̝5','Y`\Z-X>	`y X?J*n','',0,'?'),('FNj[p','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8L\'aۊh','K\'ujֶÕv LHmZ*l','',0,'?'),('kHm1`0ѹ_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%7qčH','D@*uS\\QxO`æs2SMy9','',0,'?'),('n`0\'d\rlǗo','wp-content/plugins/booking-package/images/loading_1.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZƣVy%w!g\08','4ICt/q>s~Q\0/G\\?f&K','',0,'?'),('zݿ&X❙6s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QMC\r ','Otp#=;qEX','',0,'?'),(' Q@4Z','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΑlE?\0','t!{\\~?>`?5B\n&}si9xk?','',0,'?'),('_+]:<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ziʁ\Z՚','kRV,!n89ń?','',0,'?'),('i~TpǜdC','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/templates/vertical-separator-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$0YkF I','EOGvazY]N<: 5[[u','',0,'?'),('.ٹGsO7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?2nP[<','IAE☪{88:`}uTyD&','',0,'?'),('\Z,ڀF','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/SassUtils.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bnR1M','٢\\zGVy?2#DS*','',0,'?'),('Uvq\"/,','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^9/&s.-g','ʴ])|g\Z\' ','',0,'?'),('!yF]','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^okkٿMA.P','w9{|2Ӓѱ& 3(J\r^`','',0,'?'),('\n (z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q102Vͫ','W;X1Ia,dlU\'i;Z','',0,'?'),('d<9pr5ZQȷ','wp-content/updraft/themes-old/twentynineteen/inc/icon-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oę6\\4*GΚ','*X_\\:̄wMO^9LTr)UFt','',0,'?'),('SQRz#&e','wp-content/plugins/loco-translate/src/data/Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~;\0:UR_','PmmrK@䨎ri8j','',0,'?'),('ОպP?s䏪','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vX_grl*ן',' jPȾۧgq\ns~E','',0,'?'),('tr!v92m1','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_countdown/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ΰ\'L%(%1i','}YIHd]6=v;L','',0,'?'),('4?܏Noo','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͓`ݫ6E~','Gwv_kk;bz#tͶ','',0,'?'),('%b	Fy4','wp-content/plugins/updraftplus/vendor/symfony/process/InputStream.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ލ^\\\r\0-[','.b1r^+sFRc','',0,'?'),('|-\r7	d@l','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C2O?LJ.\"','VBں]!$[m3H;?Iglї݃)&a','',0,'?'),('ٵ\nhJxdvԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A)+Љ','o+lѥarЙ\nyÂ','',0,'?'),('7\\n5.夊/~','wp-content/updraft/plugins-old/akismet/_inc/akismet.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z~.[؉!','<Ԟ1V=(sSl.','',0,'?'),('+MDP3y','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sa;O)','d1QltRo	IN9b','',0,'?'),('Np6qcc?	$','wp-content/themes/bridge/js/plugins/jquery.fullPage.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zqé+2fo','a+jfHhBGIq}~','',0,'?'),('m<ecSk','wp-content/plugins/loco-translate/lib/compiled/gettext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K+_,+M','*t<_\r1g)	oYƲw8{ǥ','',0,'?'),('$TX@#A','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ynk`G','iZdD0.ȍz\nF0z','',0,'?'),('LYȑ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BX\03ժ`l','\r+/ʱvdD<d	\rsq幞ss','',0,'?'),('\'!/^\"	','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/templates/advanced-pricing-table-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X#bRX\ZB','ɜ2#S]|QK`C]Z\rvW2','',0,'?'),('NOT)EH','wp-content/plugins/contact-form-7/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YT&\Zo^GԨ}','MO(\rOv[/FBA>tCw','',0,'?'),('2zs4xEB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IU.Qcg','CBH9Dy;-K:LAx?8\\~	','',0,'?'),('kNE?)%~Sc','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OTx5Og','vʒÐd%46lHo#i','',0,'?'),('+>h )','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')o<Yb\\f','ε?4JcIX̉{̩AȔOy','',0,'?'),('Obc\" |J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^M>z','Q|x>@VЛ_/\"W%S','',0,'?'),('l%+v#6','wp-content/plugins/cookie-law-info/admin/modules/ccpa/assets/js/cookie-law-info-ccpa-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\nvCcn','u;GYϊK$A@T','',0,'?'),('x%Ϣp;','wp-content/themes/bridge/woocommerce/single-product/add-to-cart/simple.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cĶ ר.z=','񴴺=@xm}:aT\Z̑j','',0,'?'),('1WV(26','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۬[m9J4\Z','DkCdi|a|+\rx̌','',0,'?'),('6M͓)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\'`ۺ-#H\n$','-DR$SK4Z\nu}GN','',0,'?'),(':P\r],岹','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/horizontal-notice.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hq[{mo:','UO8y3N|nL^xB7m&2^§','',0,'?'),('=}LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*E<sWRG','\n\\Xΰ֨PA\nXj\';q{a','',0,'?'),('?J50x..Qe','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YTCge˨','T0N9\rފKS} s5','',0,'?'),('Jp]v#\'!','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w>y4','\Z>B!C}vA\\A\r֙䛔Fr#','',0,'?'),('K\\anNNg@T','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒH*6NMﴉ','~$flm%a~X,$\\i','',0,'?'),('M_U7Oq','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','સv,6c','m),-VnzDȕB=4X','',0,'?'),('N-E\03um','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hK\0=S=J','fsใ?E0?i5jwGbmi;','',0,'?'),('Otg\02\\B','wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uv[Aھ$','CY׭MyZTWxWMޒJ+[','',0,'?'),('XS7L}`t5','wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4$Vc%:-H8(','TJO%hhv\0Q@),OHu,e','',0,'?'),('YmRlX\0:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ac[DO+.f\Z','~?\\|q4τ>jW\06wQEg=z[','',0,'?'),(']숊YTXm+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':؅?W','4^(=!oK=ꗇ2;2','',0,'?'),('hgy.80','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapool.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bsxkr/|j','6:-auQboW0{Fȵ1o','',0,'?'),('jUUX\Z/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\KDM ',':5Q9AY΢@<IփT','',0,'?'),('m\"u','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CqܺO9','O9;`Zns)\"6_1ɴ','',0,'?'),('gزh/ḮON','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\"eUYփ','u^j]wx}pY@ANV}','',0,'?'),('2`a|Z','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iaoެi','x5\n`Zz_=zC0e.\Z`	0','',0,'?'),('Cs,*S','wp-content/updraft/themes-old/twentyseventeen/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VC1Ŕugz','9`||mf:F%-/ąEH','',0,'?'),('¢(|iB<','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\rO.}q^8','SEUba	gɵ$\"a\0','',0,'?'),('¤SG,NQ*\0&*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ƁF7V!mq\\҄','#^va7N^·iْq $','',0,'?'),('«?ӳ(4b','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#4k]','7oKڔs Fj^1uK)Ƃo','',0,'?'),('¯\Z^wo.߳|B','wp-content/plugins/revslider/admin/assets/css/font/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('¯qz\Z5p','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1[6#H','%Vwm&@^iD4','',0,'?'),('±	73Ѯ8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}V.]E|;W','!\ni,@mv\rJ^/k','',0,'?'),('1|}dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9쮨`Mah26&','ķ\nk%g}2\rM< +Gٹ5N','',0,'?'),('vnW׮','wp-content/plugins/updraftplus/addons/cloudfiles-enhanced.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o 	A\"Xֹ\rE','\n>Buzzl׷4}=<i:R	!ef','',0,'?'),('ݧsMa%','wp-content/updraft/plugins-old/updraftplus/addons/multisite.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uL6}dukO h','C\nW?Y&cpM\"h&k>B','',0,'?'),('ٵ/\n59Jz','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\\\"xvnow:','wߥX(d\\`KgTz	','',0,'?'),('e\0S!f','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sB.QoWkG_','&殪T>Iecu?~:%%:h\Z','',0,'?'),('=UQO','wp-content/updraft/plugins-old/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V=\\bP','k~	UH\ZxPĀ<;X','',0,'?'),('	d.Qx;F{','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/options-map/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W0M4:hR\rd~AH/','OKW32M{9O%PȧQ٫','',0,'?'),('	1А々S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"h\rc&','BF`F-lڛRT6Յ','',0,'?'),('$cMLA|','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Á{PB','rn2G\ZMյn~ZK','',0,'?'),('	sw4@澵','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\n+','d9;2\\&Vh-FS32_H','',0,'?'),('ܭXN>Xү','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/StateStore.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jc3R3\n','>c0It]%b?^p1<5Y(n$}%','',0,'?'),('w:k@DiWQ','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oIƷkb','7.ݰ̿UL>\"TM5]>','',0,'?'),('-\nhnoLo6Ԏ\n','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vu\0w8t=','*ng\\^S^j_S1i+\'4֠휭','',0,'?'),('/	!\ZdsJ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wu) H','O]*1Ck\0&g5םt','',0,'?'),('2w?U)l','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B$%bߏ','f3hيwOFF;$*]:','',0,'?'),('9h,\"]EJ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/templates/interactive-icon-showcase-item-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҷkmAX#','rPl&wIk53Ƴ','',0,'?'),('?6(\0&l0ϰ','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cyʂNdf','{NKVg⋭4]+\'0絏','',0,'?'),('Ee\"^zT','wp-content/plugins/contact-form-7/modules/quiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`^\Z\Z\'\ZI','vPvoAtmq\ZLo܊}','',0,'?'),('G\'~I~O(Ǫ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(dDN=!_2ك','$7Q\rRt5,y}VOތr','',0,'?'),('HT嵦ǡfCF','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_popup.html',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IMG;pT','qv]~^a(fKfk\"7=N','',0,'?'),('Lhz_i\nn)\"4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$L','rK<݅qeNS%<\n\0k','',0,'?'),('TR%mۈ?xXh','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-elegant/product-list-elegant.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vR}NoLՁW ',']\'e.Sp!gwB\rI5V,','',0,'?'),('T!ة7l<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k[#cLf{','N&V\ZA/R#~բ_J*Ї','',0,'?'),('_jSX2QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&G̮GJh&','ei~?ͯu+)`	-','',0,'?'),('`~|D%EHwO','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yr.N(}','ol=+DCĸ)l)$tC','',0,'?'),('l\03B]	o','wp-content/themes/bridge/framework/modules/widgets/latest-posts-menu/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ASb691M','1:\"Q0E߄r֌EL','',0,'?'),('ÂuJM/ wy','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XPsHG/nw','-ܙ_P^C`ֵ.FIf','',0,'?'),('Ð>H!9VS','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BitBucketApi.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Ex<XJ','o^9R9A<)XѤ\'oDt\".','',0,'?'),('ÓS -\0Pny*','wp-content/updraft/plugins-old/updraftplus/includes/class-manipulation-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T?J%讲F','(إaCSg|D,2zxӘK','',0,'?'),('ãkocm7]','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sʙU6aZN','-\\=ٸ[9O~%M\nÇ36:n','',0,'?'),('ä]0`AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pb4[<','l1UV&nt!@e#=<','',0,'?'),('ðJ:KqS7Iv','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ge_d٬\n','ZGgE\"?3L/','',0,'?'),('ò\Z> ;+wō','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2((AI','~u8+ɺP@v)','',0,'?'),('ýP7&ݣ`)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'DB[','yP2Ǫz_V$\0YNvQZu`','',0,'?'),('þ1\r6}','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'!,@m!W+','OE\"pI`#b}A-sasXp','',0,'?'),('oe7z/','wp-content/plugins/loco-translate/pub/img/skins/light/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/nX6Y,)','I[[0<U/։nlWO`1xz2','',0,'?'),('/*%,gcR','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','85Yb{f[W',':7Cւa@ش٥3X&{rbp','',0,'?'),('tnRؔ%^','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BOe#l@:P+\"v','ɳC?=&UyZ31!<c','',0,'?'),('5V\"$$_','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y4j{-X:|Q','ј폄X?CY{?@L}g#fa̿','',0,'?'),('4l!r؄','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZAmEf[','sN5sy{׈\'XCWKIOWa','',0,'?'),('iY\0\nR)','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0RY{as','pQycGe}m)`L)','',0,'?'),('uXݼ#-','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(YJ%H1*','Q7la&=|nY4..!69','',0,'?'),('j|CU6w','wp-content/updraft/themes-old/twentyseventeen/sidebar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx(Z%p4>','ᮈXjtcIA1lhRTʀ]\"X','',0,'?'),('ȸRb\'W','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DfLr\0P','{>,naKIzQ%Xb^u ','',0,'?'),('dCKᰈm','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uJۂiNg','CNjנ9ZݐGv\"','',0,'?'),('De#2R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0J!DJ','/a{e_G&&kʠ','',0,'?'),('[,{L','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EhD~t\Z',',8mYY	+5)y9\0','',0,'?'),('_^瓊PlE','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']/p=}qd	;','\0@do3*Dg㽅6ѴaMvsN','',0,'?'),('+w\ra0\0l','wp-content/plugins/wordfence/css/wf-colorbox.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!N8j','ot0\rP2NiKu','',0,'?'),('\0wMTTܞby','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lV3ꞦMN','\r7z:XᏭl{R\\','',0,'?'),('FuPɦUh|','wp-content/plugins/revslider/includes/framework/update.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vA8Ϡ|d7m:h','Q{x\n{ɕ;\\ .wF]','',0,'?'),(' uFPjkq=k','wp-content/plugins/updraftplus/includes/Google/Config.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l!W8աRM]','m#:hWw45:C+*N:','',0,'?'),('2-}','wp-content/plugins/popups/public/assets/css/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('=1aHk=_','wp-content/themes/bridge/framework/modules/search/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ns+K','K }=ٛbυy_','',0,'?'),('>E~\0擾W','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@~;#hZ&QI','4<`8&8paljf$','',0,'?'),('J[Жu./','wp-content/plugins/loco-translate/tpl/admin/errors/file-sec.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1e-T`_P6','{z,BRʎGd>_{','',0,'?'),('L9ԔLMU)M','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d߷^ixX','6@\0`$mvtfUv!','',0,'?'),('`,}D@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')}\'1A\"	Ut7','\"qk$ڥEѼZJ#WcC}cP9','',0,'?'),('Ĉ^A+lod','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!\0\"w','gz.gV:[ЙH)Ȟ','',0,'?'),('ĉqZ;Gp','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','66W˧X,im','9gD.K@ȋ^)^MD&P','',0,'?'),('ĔԼpPZ	H','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`ŮdW]h','[<qwf)rZ(=#;answ9','',0,'?'),('ğ<5c\r:MW\"','wp-content/themes/bridge/framework/admin/options/fonts/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ˍު:e\0!c','VǤp	o;^,\Z<I[_	/:	','',0,'?'),('ĳJ\n`|5,HT','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K1T(Nȩ\Z','7NZ|0NHQr\nRoCf','',0,'?'),('<}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`u8sEJη','CոSuD!R3EeϪ','',0,'?'),('\rRШ<״U;\"','wp-content/plugins/contact-form-7/admin/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZX~͐0@','z<A>m2DucVt\Z\\','',0,'?'),('=6+(RǊםR','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\']{xN}','Sh);ѩDJfvṗ','',0,'?'),('Yߗւz','wp-content/plugins/booking-package/css/Booking_app.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pp$(`B','OJ{PUaBo_]','',0,'?'),('Ѻɩuy}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b5lJ#v','c=0-#-TSX&4\0K8\r','',0,'?'),('ʙ\0}甠K.','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rq*XgqO(͈','x2<kQݯ{','',0,'?'),('`N','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ː[Z?\r\Z$','50Hݷiǻee:vѵ','',0,'?'),('p^ybg&g','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rܜG#i=ö/<','<t@/|£`ʻ+I\"2ɞ','',0,'?'),(']Z\'ό','wp-content/plugins/popups/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\raSO\\n','H_3Xd11)\Z𐞆&\r','',0,'?'),('{Amm*K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K׉U/&7','(_	?݈:գ:-LK_\Z:Y','',0,'?'),('yРٱ-I','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hʠ^}z!<af3L','\nRwPv])F\Z7	5V8G','',0,'?'),(' c	^9:Ů','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(zRun# d#q','E}*MLR \0r̝','',0,'?'),('\Zg+o9/bv','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&`~SaS&','7Z?ΙAu*/\0G#2F','',0,'?'),('!6]\\I','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Ȍ%LB{T\\',')2!lnڡq!','',0,'?'),(')+\Z?-Յ꯮x%','wp-content/plugins/revslider/admin/assets/js/settings.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~&rn ?21&','@+7Oat	?*B','',0,'?'),(',偮-y','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T]^P\0k	n',']3n˹0Zb-peW	','',0,'?'),('DCF}','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J![4','4 6鎬M&$!2d<\\	|\\?g\n','',0,'?'),('_npaV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L1˵\"k%F+','ZiMfUvi-})f\"Mnd?X','',0,'?'),('`#GbC֊','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jڙK~q	c=','T򌿑dTy~#jI\"++3ɉ','',0,'?'),('ar	t@\'ol','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʩpCA*X','ɪ(\'Hkt;Lwpʂ?044','',0,'?'),('}H;a','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӯ-/-','jv6];PWf.)苲!-*','',0,'?'),('łjDߋ.˖D','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T2,','Z­Ud%RkM59}$q\'x','',0,'?'),('Ŋ6@L(`','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5w1,5bdvF','g\"g2ߚ}qA?$)d','',0,'?'),('őCEeDf ','wp-content/plugins/loco-translate/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zRPE:xWOL',':+?~	9>6yC)׀9','',0,'?'),('őxm tish','wp-content/plugins/duplicate-post/duplicate-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nW׵D(ނ','N973FQ%AP@1A=3܎UI','',0,'?'),('ŖJ|\'\ZD','wp-content/plugins/loco-translate/src/mvc/AjaxController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؆:\Z','=mxDU쑠[>a۪=Aqsi>7w','',0,'?'),('ŚU[Mpx*5m','wp-content/plugins/loco-translate/src/package/Debugger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W]鱭/7','[9M?f<\"4v}\nt#J','',0,'?'),('Ţ\\,$\n^_O','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cؗ5D=_E','TW+ݳ4\r$Y.&}\0v','',0,'?'),('Ţ%8vs6','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ztKi\ZIAW','ůC(#\r(\0\'[Θm;x','',0,'?'),('ťe41%|}f}D','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',eE>','(ǝ\'\r\\[/;Yjφt','',0,'?'),('ŸMȻՠIך','wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qz\'N','XVUc<j\"f.{a?','',0,'?'),('źkVTУ¶\r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ۛ?w6~pc','6Ԁ0ieja?2<74','',0,'?'),('!;+%yxs','wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\n.g+a','풓\r@7!M=gKe*x','',0,'?'),('$>#9l','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R<hd',':KgU\r{An1ٻjO,','',0,'?'),('-plEk/','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!}EU\\bgh=','\ZJ]x ծTc0n9  +Vk','',0,'?'),('t.2ʜ','wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h}H_@$','lrJ3aб~\\㎞ ','',0,'?'),('[pǳՇ\r{t%>','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/ParsedownLegacy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ѕp','ĈDfl$\0/o#','',0,'?'),('d	Tṷ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H@hO#Y)','	6`܀*oQXR\Zwk\'Fd!','',0,'?'),('\rTs&%n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mh\Z{FI$۝','=mYu\"^D{. d','',0,'?'),('C- GNR','wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$NӼa3Ҍ%','pE+i\\-L߬ULNߍ','',0,'?'),('ZTD\r[FcLL','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ex|7sQbD\\p','[:16sfkXoΏ[\n^pG>','',0,'?'),('iCL','wp-content/plugins/loco-translate/lib/data/plurals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fo:Ɠ','eˈ\Z3^>r8zSAҀɓ<F|','',0,'?'),('t~eL1]EQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ē٪p*o','\'ďh00	\\yzBl','',0,'?'),('	#A\n#b#=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z=\ro<3E','\";l\0s\'lB3q6)8\n@D','',0,'?'),('\n;O','wp-content/plugins/loco-translate/pub/img/spin-editor-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6Hjܩ,LY','\"&S$[~5\r6!DZt̔bw','',0,'?'),('p1	?J@','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǧn3Q2G','d\"fݎ6em`zP<KO','',0,'?'),('jA?uݾL(3Y','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%>ߗH)RM','\"_Nsɐf N?RHn','',0,'?'),('\'0)tf','wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/category.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3DCᲁݿ\0n','M@ٟ_D7Zú?i{ˁ%5','',0,'?'),('*\ZJ\ZX7n','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\AbQ*wDD','(]h?\":X\r.\Zpߵ','',0,'?'),('+gq6^\0','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0 q0m\ZY%VX','(]:=dqۅO{9ԀvȘ~','',0,'?'),('0XӍ̨Rzc','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^EݫʗZ','Dub@9rgo24+ͻ,$ |w','',0,'?'),('@:<o|J-e','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EQts	Mzy','殙F`a݀kmEQ+~','',0,'?'),('DFUWF@','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"zzVv*]','ۆ%%l:Jf<bqPPt˯}ߝ\"f','',0,'?'),('dtS0[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aabvr','C\'r9@Kކtw#@k','',0,'?'),('oX2.j\ZGtR','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c/j e*cY','ӊp+b<.	˴//H','',0,'?'),('r%IZѪ\r٨Ix','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ol̊X!S.sӖ','\nHLqdmXiSJȆĤ','',0,'?'),('}\" v?p','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӑqhj!$:EB','})!Hs6s\'\nجu?aXK)1pf','',0,'?'),('ƅ|_i/y	','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\'1Zf ','\n>EQi漺k}îǲ','',0,'?'),('Ƌp`/+]Px','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xE)*o^d?','/\"vo06Ȇ1{d\0qd\0Po','',0,'?'),('ƓGX9=9\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ru\\10`?','zi_qȇ`te5Yp\n2,۱c','',0,'?'),('ƛ=Bqf=x','wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DPд8]|C&','*D.EM$}Z(5ӿφv9r','',0,'?'),('ƞZ6=M=GSPN','wp-content/themes/bridge/js/plugins/smoothPageScroll.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M<4-ڳe)]','Kђ`X[dQߖ/\0 Kߘ','',0,'?'),('ƪ^3a;LJ9','wp-content/plugins/loco-translate/src/package/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4	O!i','X7kɑ%0rD+Ǆ`ܧ8n','',0,'?'),('Ƭ+\ZId^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tVEʿ','r,Kpŗrq^b\\=rZ]6+','',0,'?'),('ƬSXZ3','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fa_٣y2;','RXIY]*#Ď+O++8','',0,'?'),('Ƽ®p}tQ$N','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WVѐFQ#ԂB','0fdgI{{]3t;Rsd','',0,'?'),('^zDG\"ܚ:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d]=ӟ۷','Q11\0$<˟xCGKUIH','',0,'?'),('ԅ\"n@HH','wp-content/plugins/duplicate-post/compat/duplicate-post-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\'{	zZ','2-Q2{ͳ`DkSo\\6-\Zp','',0,'?'),('T G=u(N','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pyc6kK','I4Tvڿ&ӦC=֍Yw','',0,'?'),(',0!O\Z)','wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h+#6\0<','S<	f\nl˭ /h$AoG','',0,'?'),('mmX2,p','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m.ĝ	;','F;l!h8H\rهCb\0','',0,'?'),('ܷJL>#','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(+)(SOg\\','j1V\n8#\Z\0EOVx|>s','',0,'?'),('㛞3tׄ','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/HISTORY.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%H·','㼓	!|Psƍ#=_Of','',0,'?'),('==!6M1','wp-content/plugins/wordfence/js/jquery.colorbox-min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5=q)','H4\\v/XGK:gkl','',0,'?'),('몳@ =y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0\"#','֩y\n	ĳXH-<f	c','',0,'?'),('-kjH);p\0','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VR.r',']KU\"4KX^\n.?e@P2e','',0,'?'),('؛_u=.B','wp-content/themes/bridge/js/plugins/jquery.justifiedGallery.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\rK^8\ZDW','f@L%mTT]D	<;4^+ӽLa6','',0,'?'),('5\'4D(B','wp-content/updraft/plugins-old/akismet/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h PZݢ`Ef','}5e33mhyDQ(','',0,'?'),('lT;<bh\Z','wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yxY#$!','-uo>Y9ME$UzȠk+\r1J)','',0,'?'),('_]o+,K','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ʘȜFox','H\'8W8ciA$bDG(;h','',0,'?'),('͌%+e@uQ(','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-=+宏u','Z;esÍ4	<:qiHB!','',0,'?'),('.B~ WԈjV','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CNafVRRYC','WGvC5lܻ\'TwA3iXSAb=','',0,'?'),('\r<Wn_7qI','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f^;.#x!n','q<6C\"|3[\Z;^L_ͩf','',0,'?'),('U%`Ҥg7Hq','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iM-WݮQ\"','&Ӆj \')L;p)Vzu','',0,'?'),('k8Q?<׊yp','wp-content/plugins/akismet/views/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XCN3|)-2Na','tCz n`j\rMN\"Ag','',0,'?'),('\"[L_A','wp-content/themes/bridge/framework/modules/page/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ia&e','IcLf$Ŗb~Gx6Rf','',0,'?'),('\"IZUi','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}vƈZX_','m\"OL(Hy@|w0깃\ZI','',0,'?'),('(#r\n~Yӳ','wp-content/plugins/bridge-core/modules/shortcodes/lib/shortcode-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2>qO<L','Cn?}	+r}I5T4uS5,BMΥ','',0,'?'),('=m^D6W','wp-content/themes/twentynineteen/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vYP\\;4','s3s=#q˞< I\'r&','',0,'?'),('>s?i}r%7','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ER|#/4(','I͹-!B@I9>.','',0,'?'),('IzFK8wX\n=','wp-content/themes/bridge/templates/masonry-filter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n	o040}','/zD4;*R_|','',0,'?'),('Y1QptKarPg','wp-content/updraft/plugins-old/updraftplus/methods/openstack.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Li8{va','my<0wzzކDr#','',0,'?'),('cLZxW b|','wp-content/plugins/loco-translate/tpl/admin/list/bundles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%$$g;5x5','07#NujO_A9b!ҚZ','',0,'?'),('l˿eGA\Z','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \r]b','HI^ebqӫZAϩˍr @','',0,'?'),('|]MA/P0e','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',!ðKn]7h~h',';>Y|&goMOOj#&\0P','',0,'?'),('~e<l','wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IEz','\r,L?	3qgVq:OKO|qx!]I','',0,'?'),('ǂ-i).\\z^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S?z&','=5:Pu\'pMN[9^m>z@','',0,'?'),('ǅ99:\Z','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a]Z+\"8','!	X/@Ps\"\\q(k\"`','',0,'?'),('Ǉ\"ȮvQnRK7','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c>#lPE::','?dr!HY\0@0u[','',0,'?'),('ǎt~\'','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/footer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zJi','{]{`jnا1*','',0,'?'),('ǝ^xJB\Z3-6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G5]{\"V','CJr~WOY*[:[j)GЄe','',0,'?'),('Ǥ>zԄ!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o3b{I}','kxufAwTt&%hMU','',0,'?'),('ǩVߪB','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kPV?JLQe2','*){ޜT=*>\\}܀vS:X','',0,'?'),('ǫ=m/^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S/\'M9I\\F','gXF__=Փ6G','',0,'?'),('ǳ\\_L-YŌ%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','llA2̋','\ZaHr%A6$`HuT6y4','',0,'?'),('Ǽ=/%@6Dn','wp-content/themes/twentynineteen/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\sӳR]iO','̰簃bp4iшB6A','',0,'?'),('zz (rӍy','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MXTF}]','uBIEg0r>FBxj','',0,'?'),('D&ME*ީS','wp-content/themes/twentysixteen/js/functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^xRf?','9}!\'m@{y','',0,'?'),('dRI\0g#','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9aUu٠aYCp>','l-97<4@3)>gޭS@Gz','',0,'?'),('wy*XO\nG','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NVl~m[%Wt','Pq\0V{|0m\0;2f@U','',0,'?'),('zL+c4Y','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ĥu@u\\','uك#spO_=NAbmt6','',0,'?'),('=܀AjAc','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W9Pڠ&B','TB>4څJz\'PvUfn','',0,'?'),('}CwXTC','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]a\\$','Ǘh?S):i@h.Xg','',0,'?'),('>^v<b:)bE_','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\rT\ru5,^W',']W-V܀%Z}+h|}	P\'=','',0,'?'),('xfp(v*(','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ge5\')(:©','宛\'!66E(pj,(&9','',0,'?'),('\Z{g?3gڢ\Z','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*g','#!$@0g.;i3%!cHP=','',0,'?'),('fp\0!tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\'߽	%','-Bd/`\\Vx6Y*-$W','',0,'?'),('\"u@TS5','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]W3tށ','{2^4STlIJQ\"','',0,'?'),('\'d(n','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/#$)','4~\\HǤο##VqʽE/','',0,'?'),('/!NAZ3{Ghx','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xW }t]-','t6FŃ6a#T]>&r{8','',0,'?'),('0ZvTQH','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ϣ;Gi$rG9c$','ϯ|/X\n2G:@{\rAL{	','',0,'?'),('7\0tt.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an$6\"','tɢC-?\'(uꢦAT-1ba:','',0,'?'),('8R6>G\"','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mqZ⽆ѮQV','E]!cgүH-M9Ms','',0,'?'),(';NQ>','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tvwX\n_Yg!','r;\Z G[i$)v]j7im#','',0,'?'),('CR=a2#0S','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Response.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9-wÒx\rv','S\'-\n:xT]OlXu\'6','',0,'?'),('Qq؂noP','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1a5,7׻',',+&2SLo]Gtg8++te5OV','',0,'?'),('Y$\'o','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YWWB)R@dQ',']W#2N	N\ZD	&Z','',0,'?'),('\\pOU]dp','wp-content/themes/bridge/includes/sidebar/sidebar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ab2)&\Z8 ','ړ%HaٛVZ}0˟s','',0,'?'),('hp?](VÞtK','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?`vzs>>','@~ę:vYO{y3,@t','',0,'?'),('l&HdGH vjJ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iyby4MgcΞ','^!$y[X\\g֧gN\'3(hm','',0,'?'),('oRjf?P','wp-content/plugins/qode-restaurant/lib/shortcode-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOdUr','-.T\'E4]BzCPj','',0,'?'),('uC~7\nWe','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')OA?fSZp',',m?j❄3T!ⱝ/@','',0,'?'),('^\n','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\rM.> ^h','Ԑdl9f%thVOżO','',0,'?'),('ȁ#/\06','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ӹu;P','aD,ǭ+vFe\"+!1t','',0,'?'),('ȍP 3\n','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|aTByԸ҂','9&\r 5ͺLmLy}0(gIc&','',0,'?'),('ȐhufDvé3','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ύ`4C','TT^.!#bPr\\c08','',0,'?'),('Ƞf1hf','wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߨ^|a:⥒-','k]o!~Xo~9;ʏwhǹC?B','',0,'?'),('Ȣuw܀wn','wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݥyx4F','\Z30.JҕA167@%g\0iH','',0,'?'),('ȧykPWe','wp-content/themes/bridge/templates/blog-parts/masonry-gallery/date.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"eDgc9ɨ','v08F$λ]kOrsy݊6[','',0,'?'),('ȱ~끪r2q','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':xҲy=j','(qrv2^LH[V˞QYV2P','',0,'?'),('ȷR~H6}`Ɍ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','71IL̷b','%=kyuRtIjQ%','',0,'?'),('ȻPVS5','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6)o1Tv','+jΣ_O!/L|.','',0,'?'),('Ƚl?hyPl','wp-content/themes/bridge/framework/modules/widgets/sticky-sidebar/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n(EkzfBJO','hep\\Aiж(<3qyxacZ','',0,'?'),('Ƚ3۴Ǉ\\t','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\SkDpw&s	q','mkr+]h^\n3WT\r\'n','',0,'?'),('ȿ-`uo','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','am;SV#mI','R9F47i}ʧC^%','',0,'?'),('7sBl#J}-','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O8HW߻9+J','umbqo:XMF&','',0,'?'),('}UkXm','wp-content/themes/twentyseventeen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tk`.','=]\0D_dW6CY/Ř+*K}׺f','',0,'?'),('=Vm\'/l','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*KY f%U@','\Z&֌,C\rc	<Y߃xZ	','',0,'?'),('p&G4ɧb','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginExtension.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RS=óA\\p','\n|yʌ_q5]Vb~mAU\ZC','',0,'?'),('QmYz%\r','wp-content/plugins/loco-translate/src/gettext/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T[4q\"',':!x;,9ϜTib!\'','',0,'?'),('缂ac','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"lѼ)&L{6gG',';f6)T\"','',0,'?'),('MlN# x','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IpF߷o','4.I0!0yxr](FWJV','',0,'?'),('B4^cO٪','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':i/a9C\Zh`:','fGqMe<?!@,䀩OTi','',0,'?'),('\rV0Z#}xvi+','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&/{h4x2','MNcc&?)v+<(A\'\04z3v','',0,'?'),('~\r\ZK4(#','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(팋#A;','uA+I/㊓\0nN1G8\ZD-','',0,'?'),(' ;flR(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7#JzeVfT','kixo2ף+m͢','',0,'?'),('+^$7Y','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EzziW[Z\"|9H','V;t4ZCvɝ3#G7Do','',0,'?'),('02t:٬','wp-content/plugins/revslider/includes/framework/include-framework.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f*\\\n\r({ ','qrS@6W耍d	@p5y','',0,'?'),('1k)m5g\rI','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I=^}q6w','ޣ*&nR3\n7Fh.!','',0,'?'),('5iDhI6;','wp-includes/SimplePie/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\'Xlab4`','?Od6Cu>Jrhte','',0,'?'),('76G6N@אTJ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/templates/elliptical-slide-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ْ#)	zQV^C','!QH7gnJ2L^','',0,'?'),('A7\'C#wSs','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VV*\0ȭ:|\0','+#6<~K;A`։#[^ZjQ','',0,'?'),('O\ZXf͜','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','21G$[','m,avJ[_7)I\"fo	u۬','',0,'?'),('Pi*<Rw76','wp-content/themes/bridge/framework/modules/title/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{z8ϡ1R','\02}./>[+ۛ_','',0,'?'),('g)(q4t^','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lz\rmq\0\'x','ݺQjk7:otv','',0,'?'),('lXwB*XW','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ*X9e','v\Z|5.YX Z鹁Ź','',0,'?'),('q|:Y*|/','wp-content/plugins/js_composer/include/autoload/vendors/wpml.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@eʷNgc','È~vbYM|\n+]>Q','',0,'?'),('Ɇ8pŻѵV','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>	[\Z᷎x4','+|\Z#*NθBND]|\0','',0,'?'),('ɑGʽ[!','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i(MS;','r )XF<%A/ Ph\0b','',0,'?'),('ɡʧ~.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3B-X=ޤ','H(rYwWD+DהMy','',0,'?'),('ɩ%<8_%','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8F9D}','[	/]Oϼrn]E~s','',0,'?'),('ɫJIq;','wp-content/plugins/cookie-law-info/admin/views/admin-settings-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Lx][34>','fBB-h=|r','',0,'?'),('ɮ/a2k\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\rU;˿','A!%YaR߱{/>GBS','',0,'?'),('2Die','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĸP)|qr','wppS\"D.oMOmO\'baǋ0','',0,'?'),('CCFrP8','wp-content/plugins/updraftplus/includes/Google/Service/Prediction.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҪyO76\"ƾ','ĦhPlydy\nYD-sl@D','',0,'?'),('7^b,*G@','wp-content/themes/bridge/js/plugins/abstractBaseClass.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iaA8e','b؍6v??jJ_\\j@y,!I','',0,'?'),('$?Pl0pW=8','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/templates/anchor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Q`x\\I','S,C;׏,	^S;7g','',0,'?'),('θ&&/0','wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('?\0:A8fy','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\r۴0','+=\rOw/qF诐Y!WAMl','',0,'?'),('Pd^d]N ','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_7\\&@\n','§ ]$1TtZ\"efNcn:]dd','',0,'?'),('nIAЁ9k\'','wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ks\n^@6ΔF','d=\"T-C0ǅs5Mъc~բR','',0,'?'),('!&i)^WR','wp-includes/js/jquery/ui/widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0V2M:;,<','5<8SIR\rAssf[HD3','',0,'?'),('#K	QB','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Eɿ\'j+.T}','HٲyGy?-n g`a','',0,'?'),('\'WE]r\n@b','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n8&i\"','?Nȟ(U5uQ?6y?Pڲ\Z','',0,'?'),('(q4P}5Ozk','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2)q','=M#SFX~UȇڬW=Lm&','',0,'?'),('(((i]§\n12','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XoS\\,J\'e','3_}\"\'\"po+PYE%P','',0,'?'),(',ImBw\r*Y\'','wp-content/plugins/cookie-law-info/languages/cookie-law-info-sl_SL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I3Ŭ(q_Ȫq6L','\Z8~EPOY67q<+7gs','',0,'?'),('-/+\nsm*m','wp-content/updraft/themes-old/twentyseventeen/template-parts/page/content-page.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>|)}X9Z\ny?+','C8%(@i=5&\Zc^[Co[eeW0)','',0,'?'),('J\"ڱm܊b/먬','wp-content/plugins/loco-translate/src/package/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zEP!P+S7ߌ|',');Dhb58ܸtJ','',0,'?'),('Rш޿0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v#܏/ؘ<-','^)YZYۊ.b','',0,'?'),('hFM<@`%q-','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Q~EFЫE','<|<NDqd|H::%t=','',0,'?'),('h}+Pxn\\5','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','79/W9|v','Brda7ӷ8`K;l9(Xȸ','',0,'?'),('p͔A+','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cc\ndb,_֨','H9仹nCobo/hl','',0,'?'),('r{\Zk\"k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ױ}*%/','2sY!h>UCc48','',0,'?'),('wADtRG:$TPI','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kxxj@h3G','¿Sx>F4j,7ϵlX2]_','',0,'?'),('xjP!cx','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n*#_ҳZ','fuG#\'_ً:FA','',0,'?'),('ʍ9$7Oo[\Z6','wp-content/plugins/bridge-core/constants.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P2#ib','+[/S_MKegP0Um','',0,'?'),('ʘ{	k2I ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ce%if',' W:lc͍\nWhX3\\J','',0,'?'),('ʴK*b\\qi_\\','wp-content/plugins/popups/vendor/cbschuld/browser.php/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ih˓O)܈','a#D 6gQ\rw~EV r(}','',0,'?'),('ʸvsQBC','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\r2Rڤ','jf0k߶zc~ъ@r^f0.','',0,'?'),('ʽ;,-Gc}ꗟ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SVkP$','zSqŚ13AVl*del*ȔP','',0,'?'),('W>ҟ[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hRlr','oE²tQQbo\nrQq\"/','',0,'?'),('&~sXm','wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tC`dp','5GMrUe.#Iu}','',0,'?'),('܆R(\'2WhpG','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏHC5̨[\0','Xf:Mt˃#sD4(NGF','',0,'?'),('	b8[y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ʑݡY	','dX$V4bIG5gJF^~Um','',0,'?'),('㱛 V9{b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d+l@h','3i]m&	s֯Igeok/M','',0,'?'),('\nTP2Ӣ','wp-content/plugins/loco-translate/pub/css/skins/sunrise.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b~\"xS?$ȥ','WB&.UuZ8rE[e;','',0,'?'),('O忯uRc[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[clru	Сu^','6p\'`+*[AG4^6Ŋ%C','',0,'?'),('93p^1','wp-content/plugins/contact-form-7/admin/includes/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pF\":Dғ\"','b٣oL^-{$zFHrvv/P','',0,'?'),('-.8U`u*','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0.!8GRBw','IWIkN\\	%tcq59bF','',0,'?'),('\n,~%','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p;dIfǕUBJ','ek\"z@Q^贐?!\r`;','',0,'?'),('!#I|F','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\"X	& )=ʀ$','&[@5(cvLYI6B;)-','',0,'?'),('!VI8n=u','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e9]/\0]PL+','sc}ZE4>q*]eϰ|','',0,'?'),(',Zy8xjm\07\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5yrQ7W`mo\"','A!A#?O&Ǉ vw(','',0,'?'),('/<J 	ۉY','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QݫmJtQ{z~ܴ','Ť1d}Ågsvϣz,','',0,'?'),('28c\"<;Uv?','wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dc	@y','p0O	9@5E~U','',0,'?'),('2{ooY=!','wp-content/updraft/themes-old/twentysixteen/image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OFHr׈R/	хv_','~6@C-\ZSӛ\\Ȩ#>','',0,'?'),('5Vx,$>7dk','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb9M','F/\'M%9}@fW>S*m','',0,'?'),('5M%\\Ku/J','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"fOFX','9-Z]ۨm2ECcKO*KB:S','',0,'?'),('6<C﮿V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|F&fZ','3~鮖DZI	Ar','',0,'?'),('9 Á!m','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qGlX\ZpJ','Noqbw8=Dn7w\0t#}\'v','',0,'?'),('=Y0K?','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ә`EC	-,p','c3\rmpi	2S8;h	mz','',0,'?'),('@=WVO','wp-content/plugins/contact-form-cfdb7/inc/export-csv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?x','FP|@B!%6GasiSA\'m3m','',0,'?'),('BNCk-Oa','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WfQ[[',')ϱ#VJ̙û/̋','',0,'?'),('Ct|7P','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k0\ZhxV\'x','qyP+)htu8rI','',0,'?'),('J/$\"e^','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$+_','Ew;JT_m4iZx#Bnd\Zd	','',0,'?'),('U<?Y,ػ(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S7])67p&','LL^\rn&mFЛMP','',0,'?'),('U}B	Js','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rܮU Lj0z','S9Ma\0HHóyIbM{','',0,'?'),('YG2bpr^mH','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TB0yyHL\'Y{','𕷅ar9.&%\0+>','',0,'?'),('];<*Yƭ!x','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/API.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/k=+1Y','&;uнa9D(!m\0G','',0,'?'),('d?xO5(<`','wp-content/plugins/wordfence/css/main.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tsV?^S5R','uL<L.qsT\n;K%~5<','',0,'?'),('i	}RIT','wp-content/plugins/cookie-law-info/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{:LźE6','fOn!jl{h6bKR$','',0,'?'),('s\0TwK#U<','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J.()%t','NV!5#阥7Z&(lբ','',0,'?'),('s\nbޤJlp','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_in_box.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2hL!_j, m','čqGͻϲ1ӑ:m','',0,'?'),('uBs&Ia:(\\','wp-content/plugins/qode-restaurant/post-types/post-types-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŐPb*W','XfoauÔ24+cF\r@','',0,'?'),('urD>1SSX','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4,YnTx','߅z\nc,\"daq!P3hr','',0,'?'),('y66lMC','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lw\0i75G','\'WֵDrDBeH\n@\":=!M#f','',0,'?'),('|G$k','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>dKP\'IC38','kz:_sDpxe%J	ST_','',0,'?'),('}Ua&gli)!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5GblNv<\r','nW#g!\\>>,zgCkg','',0,'?'),('ˋ	UqݿEr','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\09.a9p{','IϑUd9ҳ5\njOv\0','',0,'?'),('ˍ6}*|6Og)f','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r{xx	','1Lnx&Ý6\0n*w\ZywʻW=V','',0,'?'),('ˍN.A6B|','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	H]','g\ZHM9)dXK}x','',0,'?'),('ˍG䯀oeo','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@P}SΊ','yaeaKR\0%xyuy↢','',0,'?'),('ˎ<\r8#	A)AQ','wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@p>j','GA-ESwkhNZ>?','',0,'?'),('ˤԐ{%k#f','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3|G^cKT\"','\'e\"ʌ_(nfww\ZN2+ ','',0,'?'),('˩9e\"_N73txr\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y(Ekjjj\"a','Z!MWGV+ur- Gaw','',0,'?'),('˽AVzd{9`\n','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qK+p̴','+O~\r)En\0`Y','',0,'?'),('\0ZO2.;','wp-content/plugins/booking-package/images/loading_0.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'7A}/b','/J\"L809S	$ami\\*{@c$0B','',0,'?'),('ǝQ_yd+','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU iU0ll9c','_v$U7_*\r?+^≾Ā','',0,'?'),('Ӗe!Lݹ\0N','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Nuz}f','>yE\ZkF~>#/]̧:','',0,'?'),('կpQz\Z','wp-content/plugins/updraftplus/includes/Google/Service/Resource.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!^((Ni4','SkUzPx-5_\Z4i','',0,'?'),('َ~I:','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.x5FNxB','M@{mgWl=nSuL}','',0,'?'),(' 4	Dkr','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ߴ\'n>	`','\\$W1U@g,Nd@8','',0,'?'),('vE,-O{','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0]џ~F.F','\\)/}˗9aƐuTͶ#','',0,'?'),('MҨ1β<`r','wp-content/plugins/loco-translate/pub/js/min/poview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' aՂD\r','iNGU^	Nһz)7(@=','',0,'?'),('@8rz','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^9tP\Z#\'Ì','Ti|\\wQ-OeǑ\Zcp','',0,'?'),('fTu};r!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HӤ@@jA ',':iؚ4I{Y1NuDx','',0,'?'),('$f\Z+%rHr','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_#7c','#J`Տ.yaQ^M?\'','',0,'?'),('3+oY	','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rJƷ\\L5h','=]\rGl\">!ط.ye6f*','',0,'?'),('!LT3ix','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cĘC','[2W3kfG\0b,qgZ4','',0,'?'),('/3Vэ7 B','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˮ%t%','OQT_f8:4ʌOH?2','',0,'?'),('1	%gax}D#	','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mt-\"KB$','[qYSnĵؙ','',0,'?'),('=zi%NDp','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.D\Zf1?Ӿ','wLRPg\\ҥ=;hRF]w/߃','',0,'?'),('Ak\\WtB&pő','wp-content/plugins/popups/admin/views/metaboxes/metabox-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R0A>\'fa','n{:zl\0sojsLВȍF','',0,'?'),('MTq&[?>칊\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q9+\"+','BmNhstNjAS4X\0$','',0,'?'),('MzŭY','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GJu;QZ6','\\MUKhQwCiVJ\'','',0,'?'),('VڮMjӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\nTIz+','\0v1sN>cID٦I0-','',0,'?'),('eXIhÉ)Z','wp-content/plugins/loco-translate/tpl/admin/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wey`bD38','\ZAg|rl Ed	ք','',0,'?'),('x\nԇt,,:n','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eꮲI56{4U',']~G9٫q)],d','',0,'?'),('{ԣs!*7','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N2J娳YB瘱','\ZPL㨒ZitA7d','',0,'?'),('inj/r','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\\PE؃rGr_M','y:sJoV3\nP6','',0,'?'),('́ԑAHa]\':','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PuCtNpn','vZ0ۇ7S+K)Yl_','',0,'?'),('̋qB3aY-','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6#>{zq\nS%M','pRA7ZQjCpNa=M','',0,'?'),('̙~Ȍî+byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{숊z;5!','D\ZLޠΔa]n\nL&\n','',0,'?'),('̡4&+&nG','wp-content/plugins/popups/public/assets/css/public.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ssr Ĥ[','槢6_}=)K>\n:r!)','',0,'?'),('̢wig^>','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ց\\:vø',';Y]]0Y2hiITnHRF','',0,'?'),('̤3kM62D]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Ԧ#hlܞs','Y(zk\\ӎ̉1D~Dr$ցˎew','',0,'?'),('̤{p Cg~','wp-content/themes/bridge/templates/portfolio-comments.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5n~21{Y','|\\E5僷-Șiks&','',0,'?'),('̫	u+ĥ\0$)S','wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@LzsTڛj','0O(a_7TXWؖ)\';qC	','',0,'?'),('̳L\n&@<\r8!R','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i,kYSM>17Xk','Ԯ)UǕ71[Z||8','',0,'?'),('̳BT(QD$','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Response.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9-wÒx\rv','S\'-\n:xT]OlXu\'6','',0,'?'),('̽ X$oB','wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C82ųi\\H','Vn.v&a+8	ۚuA<W','',0,'?'),('ybBd','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_parallax-layers/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&s7w$|','#5WD{4	J}7$Svʘ\Z}|','',0,'?'),('Ê5ff;,G!\'\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jp}+Q&G',':K}iP>V\r3*4|NzqeF5S&','',0,'?'),('\";+\rxuw','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nѝhsl-a','V%y4!6n5s\'TY','',0,'?'),('ǊEvc,صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']LciGfQ\r','vpmc6Y~\",!VEXll\"z','',0,'?'),('޷c@ԥ佽','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/assets/js/cli-policy-generator-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Ft7dG=)K','Ug\0-3U2\Z`y6\'ΤTZg','',0,'?'),('u/ucÖ','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ux99','?KJ\"86\\Jr(;[)\Z','',0,'?'),('hEg.\"MZ','wp-content/themes/bridge/woocommerce/loop/add-to-cart.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^8TRG!v,Ewb&v','UQԱGRg*fئ>ʫ(HN}\n-','',0,'?'),('O\"jEL(~:~','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ںmʸ]','MJ(1y(F-&^HVҮ','',0,'?'),('pj֛`w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KU:*Jx{','ׂ\rAstED_l,hm','',0,'?'),('n	}V-I','wp-content/themes/twentytwenty/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iP2%F,-','ʄ%Ũk$ Ȏg?Ҧ','',0,'?'),('?M','wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rbŢI9摪^Oc3','nҀy:#Nw׈IqTkn+','',0,'?'),('dlPOI','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DlR=@n','ٔfİ	qRK/hXٱVJH&kHPB','',0,'?'),('\"ȿ\0xy','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A@\Z6GCDJ','\'E{҂3E,.zN-	ΣlndL','',0,'?'),('$ڋ8e(4','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']z~$\nXJ4','c5ieVYD:|Fz','',0,'?'),('%Ȭyr|Mqv','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q%gEgGucTk','⩵2[ *,[$ame#','',0,'?'),('&&{:/):5R','wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C%r$XK','39 OpFa&,j*','',0,'?'),(')\0e_5=','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0wJn','_^>8L\\{P','',0,'?'),('4ar','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DYr\r;f','ڼ^)?fe4z*\\ҩ+H','',0,'?'),('9*}~o\\V','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s`bSCa}f','Fn&8+\njB?ь♮_','',0,'?'),(':8c`L{&','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ngMmDMJ#Q	','zJY\'])[N\ry!mF3o','',0,'?'),('Id`6dRT0','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VYug&9(','\\p,\'qS+CME!30ͥ+x','',0,'?'),('K=Xa:\'5','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-p\0Ecbc','\"̘L!{rDnPz^XjLk','',0,'?'),('Ra4Z/\0\"2F','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.څR`uDLHP','XQt<bmy9#08e3+hn\Z','',0,'?'),('^&`RyJ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y}Jk>','/O	¹kbz_B]U','',0,'?'),('c9r\ZzX.x','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/modal/pie_chart_full.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}%(:%ٚfI\'','E/:1YH[[Z3<jTC','',0,'?'),('mL0N\"T~b','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.+j','iDAJψ;v,gc%	^#','',0,'?'),('wR[z/','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ktN0+Я','mⱺK<ByC 8@REHGH	4','',0,'?'),('w9=_\"h%v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nJGd]i!\Z','\0_jW?<!w4qtN','',0,'?'),('}L^|(','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',jV|eͻkf','P\0!ޝ)z Kܦ#NUY8','',0,'?'),('=hȄk҃(','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Og} -g','RAhHaZbFc1d|\'&pL;','',0,'?'),('͎3עJynĀM','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nq*ZF)2','&4\"\rQjXmN\"?Po\\?','',0,'?'),('͒5&`F`','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǩ8;p#+h','Loq_~u+`ǒe\\YM','',0,'?'),('͓Y36lY','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v<hp','!/[I+\rG Dխ7=\'','',0,'?'),('ͤfJϥ7','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ef\rh2+\Z1Ԍ(','BbgFJ9?ItaAkTl_','',0,'?'),('ͧG$1#dmҫ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%삆U|Ȃ D','J5\0VU}$3_%C}hb6','',0,'?'),('ͪuowsFCG[c','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b4^͆e','}r!]:W62T2mUNQ;','',0,'?'),('ͮ</al','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ExecutableFinderTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sV.S ]iJ,q',';ii6f._Q6΄nl%h,','',0,'?'),('ͳ)p-3iX.Ep','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iV&HlS>;İ}','sHx{$tt`!0f','',0,'?'),('Ͷjʃఱ-','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h;BD:','\Z@\\ɔ\rqB,CKτw.z','',0,'?'),('ͽ3=OG|~','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.6K>.L','rٴ@c@{RCGd^>>E\Z','',0,'?'),('Kz[hOe','wp-content/plugins/updraftplus/vendor/symfony/process/ProcessBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*;ftt2j','TpPj{J1sSa@sҰC','',0,'?'),('ʥ#= ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ag  QvM1','|]=i?HMDn9ӱ3の\Z8\n\r2','',0,'?'),('\0uƚ&XЩ-','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CǡhF.I`','1A\"kk%!D\\I,YJ','',0,'?'),('{qqj9h#','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_google-map/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[豐1:*)\Zf','(I|;ΛRx','',0,'?'),('3F<8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$bZC','8A2xz\0<G-E	r쇮?R','',0,'?'),('S>sU)H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$NXll','[-v5<M\n+Bu.,5g','',0,'?'),('ηWC<g-PBk','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ɹ_!o^(','p\Z}y-K*cHWeو','',0,'?'),('j(g~jU#','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۞])BRW','grq#5p:?e+F','',0,'?'),('@Vn[9*','wp-content/plugins/popups/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"V\riTļ:1)','lb0XgflK51&VrJ','',0,'?'),(']OJ2-','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!瞨Z9x','?\0H@䙟5T?\Zr5','',0,'?'),('OBaOI','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l!qM+x k-','\0ꧤ^vޕO͍rr0#t','',0,'?'),(' 1	*','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RTU','η\ZzCh`Ha;:n,n3','',0,'?'),('%{wAPH}','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','添#\nᙖ7\'_','$w%EK$맍kEwV8','',0,'?'),('*_}쬝EE$','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-carousel/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W*&$=','t8`$]KLy>2l}2el','',0,'?'),('-*ٓM5q^ ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<(sG?f','[ق-F۩vαϗ:MWo','',0,'?'),('/BxfIl6','wp-content/updraft/themes-old/twentynineteen/comments.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mWӔou\0','\\o\ZGl\\l\reO2','',0,'?'),('//X(\0','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_O[Du{','O=ߢ-l	X{ж|','',0,'?'),('00ɝ4ɥ^u','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I&殀!!T.\"','xBfgQU/erUUko8','',0,'?'),('14J<okXj','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&x<fJ`Ml','7oϲ`w!=FJ ]Ү²','',0,'?'),('7:{~D\Za_Z ','wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('@6	7(\nw','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Phx3X\"6',' UÜ+Pb-\\@sc?#q;kr','',0,'?'),('Ct %lt:[@','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/button.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iᐡW :da','ed!&@_*2JBq|~z','',0,'?'),('Ky3@y\n%','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%bςV','n|?En[:1uxo?D@+a','',0,'?'),('Sp͝\\PAAmb','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dͪq/xTu:?V','\"͒.liz`#d<q+!:+','',0,'?'),('X~KLq&eF','wp-content/themes/bridge/vc_templates/vc_tab.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|iPp˖pHꔺ','xU\r;zZb\Z\'Q׹YY','',0,'?'),('Yf/pw','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pR櫷\'G','WwYKL\n	-*^e\"e(_,g','',0,'?'),('_)-]ˌkO	','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\)HG>','ٚ+\"Bt	\'S_̄Es_)^','',0,'?'),('l/<UZA','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͣrZw','#J<L6zqN0f8Z','',0,'?'),('rL9#9tvxM','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/assets/js/multi-device-showcase.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!|@t%%ކH','k._ܑn}v	++NsG','',0,'?'),('|:\"}\'	b','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F_\Zd\"','MrY5tJ$YI ?^','',0,'?'),('|f,2T	','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i3&Е(6&','H4\0pBamfSU\nT','',0,'?'),('~EDynY3r','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sG{\ZGż:','.s7y{w˔Uw','',0,'?'),('΀p>Xdn','wp-content/plugins/cookie-law-info/admin/modules/ccpa/ccpa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','To~4:	\n1Q','4i`Sz%s!!Z>KLp@&ī','',0,'?'),('Ά)\'5M&&','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\08:R\')S','lJcmDe\ZL!(\nS','',0,'?'),('Άʟq\"Q#5S34','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-I@=<','bxėn*R}9i<`JT-ƼD','',0,'?'),('Β\'fo>2pyC3\Z','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uF\0YQWt','9آ(cRظ<`~Vew','',0,'?'),('ΝP|ڒ\\o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w^]緣M','ZEO7(nYh˨','',0,'?'),('ΠVv\"\Z%EaD','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֙\rCӳ]E','e3t@MnS7(1\ne','',0,'?'),('ΡfWyL,YU','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w5y؝w]bg','55dNae^G','',0,'?'),('Ω~~','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CڥK*Z|4t','ŃbF_asxq`8D!},-','',0,'?'),('œϔ=#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~O{+_LkE;','k<8._DKG[5e-I(0wh','',0,'?'),('	ie(¹T:','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/templates/horizontal-timeline-top-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GvGHL_[','Õ\n@2\r~/=gnekѠP','',0,'?'),('FGŜA?KM','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|;.lw8}','cK?Xb?tF4O+]uf3a\'%&/','',0,'?'),('O|UңS\r+','wp-content/updraft/plugins-old/updraftplus/addons/morefiles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ta|t{,G','4\Z\Z,_q/l+6.w~q','',0,'?'),('H69#','wp-content/themes/bridge/framework/admin/meta-boxes/masonry_gallery/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BL\r\\~2PV','bQM~M!7CcVt}zN','',0,'?'),(',@Q','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\"sg4\\(8','@Zn\"ξ~QՔ8sP\073','',0,'?'),('\na08','wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ur*vOxqf','KW4&]atpGh\r圫','',0,'?'),('$e&gqim','wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=/\'%','H\n,!Cӛ/S?@\\nF5','',0,'?'),('gw4LRW','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Nλ\0Բ>','K,}0f`?U31_TH','',0,'?'),('(\"j|}۠`','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Á{PB','rn2G\ZMյn~ZK','',0,'?'),('-+emu\"x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e񲰍86','r堬zq*gZN:ҏ','',0,'?'),('KXsS>d','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('QKQ95Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y!\\zJX','B*yL˰au\"t\Z4Z۳Nk¥','',0,'?'),('T2dg\"z','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s,sqԟ\0߭b?','aVlK~W9!!A\\4Og','',0,'?'),('UpyP(x','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j*N<cI9Ĝa','u],qoc-i_Hb','',0,'?'),('[0|2Ŷ','wp-content/themes/twentyseventeen/assets/css/ie9.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ց[Y\0','\Z.| ؤ(=16ƚMϸ-\nGk','',0,'?'),('_q ^<8:	','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6)LzOoL','T+Kmgۘ?ig','',0,'?'),('aKvꬩFF','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x쑡p6JXr0I','4H\nUlSs1NseW*\0','',0,'?'),('bN챿Az','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"20WRZ','\\؟ZcEfb5.XqNt','',0,'?'),('cx>jhIV','wp-content/plugins/revslider/includes/template.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']lbh5','5\0^ƷgOpK)e^forg','',0,'?'),('g$.HqUP','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$|9ۏ1Mk','p	`yt\r)d7V\ncGg&','',0,'?'),('ho4{F]?͢s?_','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eꮲI56{4U',']~G9٫q)],d','',0,'?'),('uF^GE+c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u6|tJ41','B;M7߃[9</','',0,'?'),('~Ftgr','wp-content/plugins/contact-form-7/includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[?_8AX','T/krv\0{ͅ3\n[V^K','',0,'?'),('gRN','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ⮆<_jS<J','#2k6O؀CJlxN3m91B4','',0,'?'),('π3Ӱ!&','wp-content/themes/twentysixteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7up/\"','	\0pKNrG','',0,'?'),('πtGȩD','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\n4\\0=','QvSI>;41%rf$@p\\j','',0,'?'),('φK	ըLH:dg<6','wp-content/themes/twentysixteen/template-parts/biography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]_רouNB','n	4\rI.)3hhv&~B','',0,'?'),('ϊ=XbBz\' ','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/h	(ً+V','皴$e]~LTܥU0`','',0,'?'),('ϘP$d\\G','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cU','ye\riSrOsX$/J','',0,'?'),('ϙɳIUL͛D','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request/Listener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#}ɖ0u','>4l>-\\dӎfӷ5.1A_*sL','',0,'?'),('Ϛ\"jy^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Vq=y+Ei','PwD&|:t<WW_$5NS9fY','',0,'?'),('Ϟ<?','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w:qxo','lyD6DR*8\'<6;','',0,'?'),('Ϥ)r;\"/RD50','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^(D1','ijN*7dt5ِ#+,\0\"','',0,'?'),('ϭ!:c2tp','wp-content/updraft/plugins-old/updraftplus/backup.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0F\"b','hOh18~\0Y3ӻk','',0,'?'),('ϰ\r$QJL2AE','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt5|LGU','ֺ6sa[3(]AH$25w0','',0,'?'),('ϴ@AHL®5M','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҀkhM86','&ZkO {]#aۂʞ','',0,'?'),('ϻB_cY(*','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/advanced-image-gallery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ө*ddW#F3\0','+p1񳅵޲~wk)Fq?KS','',0,'?'),('HԹfk','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H0US@h','_ؕN͞1*ǜ','',0,'?'),('f/,\\!\n\n','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q*+\"2t','<+yĂɇ@nq@B=|J8C&㎫','',0,'?'),('W$5j\"{_7','wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\\<@ ','gehWȕĜw}/SPĺuy!','',0,'?'),('yKv.\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5@?U','Ʊ#q(Ysq)}','',0,'?'),('(*(\rXռ','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','# .Vk','qaTbrl\n80k','',0,'?'),('ݙP(O\'Ee','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1G\'3+ʆBB	','@ 7e(,<0F\nV@U\'5','',0,'?'),('鋭{^MU*_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G4$(B\"W','`3P%68b\" Fe\\Ţf','',0,'?'),('\\M=wKrt8&','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tuo\0i','l8|PHDM\\HV?q','',0,'?'),('VYϧwc','wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\\ b','\Z  >3LfE:{','',0,'?'),('UD<RIdxp','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dB*Mvˤ\"','/jTdxtmg1&$Fb7=','',0,'?'),('\\T@SO|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#a[\"\nF\r{','a\Z)넆y=ǉ!.9;bS','',0,'?'),('@AO=	yA','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ʤO.LX','UYޖ\\\nj6h́bYn5','',0,'?'),('-BP͕5','wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\'kwTYC','sc~&<L','',0,'?'),('[{x74֮>\"ׁ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Ջ	i$','XĪVu.Q>x/b{Aj','',0,'?'),(';A','wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%E[Ys\0ֿ','3,JvaၕP2V\04N}W','',0,'?'),(']mٲ	▭','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w̩	&J)','M,P:k\nN2[s\nWze]oN','',0,'?'),('i.*`5]F','wp-content/updraft/plugins-old/updraftplus/includes/class-updraftplus-encryption.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6LWK6E','qd=)\\B-.$5:z,','',0,'?'),('o!GZ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B?.GwgP','BNǃV[Q@J2c8B!\r8Nt','',0,'?'),('\"bB=O','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Books.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_7Vhv$5L|','2ώ(9҉yTZ#0ݩpUa','',0,'?'),('$rN5;(PA*','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/multi-device-showcase.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\0AƧ?~','CޖF]%\ryu@Ӌh','',0,'?'),('%#t4x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yW0{XnZ0','\0AVRXȕ~d^/)@R','',0,'?'),('&EHb)k','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SU\rьlz8\\','_W-N\Z~k5v]BZ;՝','',0,'?'),('>6bYAUF.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']U/oM\n^ހp','KE^:\nx3T.:','',0,'?'),('>slWD7M','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϯm','/^nL8;:ӥXcc}r','',0,'?'),('@=\n\0ͼJ','wp-content/plugins/loco-translate/src/mvc/HiddenFields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!/h0IozT','P7*`J/^9wKA1','',0,'?'),('EhOkD	w','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݑqv6e`z','ǭ1wN=AL )]','',0,'?'),('G݄um_MM','wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C.kP<>\Z',',Y5$ICq	1k','',0,'?'),('Qr+qb݁-=^','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/custom-styles/yith-quick-view.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4݄oc;Tw\r<','%yH\nNRW׽B7}=ʡ ','',0,'?'),('Zn\\\\e','wp-content/themes/bridge/framework/admin/meta-boxes/qode-meta-boxes-setup.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N%}Ax\r','\"k@ioBg(]xt3L\\57','',0,'?'),('\\%V(֐d۷|','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n9SNj(1','sIVJiAiOn_mT','',0,'?'),('v3cAkaƎa\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yy\rpC','\r :t6b!fw\\/EΩnS','',0,'?'),('Ѐ|aB0.ȁV','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?㽷Ƶ븆',';)\'\"ά[\"bַX\Zja','',0,'?'),('ЋVjLMzثѺ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rB^}<CO\"','5¸VAw\0ZpCRr3HrX','',0,'?'),('Џl]\ZPX','wp-content/themes/bridge/templates/blog-parts/gallery/gallery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߆V\ZGDA$h','L)ʭ\nP.],_P|rC','',0,'?'),('Нs&1p','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԡI\\7g;;Ie','}<1@m+9O!=4=sr','',0,'?'),('Т펹|@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 	J<go9:x','ncx0ĥtN޾Y2X\0!','',0,'?'),('б߳Z$57D','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',fSL-I\'v','L7H)Т+L\n=<*1\rsɳ','',0,'?'),('б0Z<XU\"*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g&\\,oI0Un',']\\wz_K͠{;Dsd','',0,'?'),('г6ầsp','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\̎^;R\Z','% -)7)Y:\\_u)꽋uD','',0,'?'),('л3,\npre','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?߶>Y','T#\\@<XmnSXW-Hk','',0,'?'),('˄-\0\ZnS','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\nK\'Z5D','wBF͞}yGg(V:	','',0,'?'),('/?U','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ax%Ay','LCUhU;4n}Rmx;Č','',0,'?'),('2[v\\)IQ','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[>gm\"gȷV>F[','u\\G4&3ɕ\"OT2\\','',0,'?'),('^\\XPvS\\{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\0{ystς','}~G7}NK\rZ܍m*FFI','',0,'?'),('R8D^Kf','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_52ud]|','XC\"rp]&<g ','',0,'?'),(',f','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZƾB,J)Tcx','\0IM|%ct\0Φqs5','',0,'?'),('\0pWG\r}^\r̈́L','wp-content/plugins/contact-form-7/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N[2YQݣd','1DvQ5C#B#','',0,'?'),('@gk;l0i','wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƚí7>_-','/kkq8ү6gh0CD۪3tM','',0,'?'),('M9y;?#P6Y/D','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}d	','ۇT&#JqN&ߔ\ZKGڂ*','',0,'?'),('^܉b\r+䬇\n','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!3,S\'','%:׶sFJp*kb_Fjׂ/L','',0,'?'),('_\\c9mLv1','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c2/`C','|QHuCFB1*2*{TD08','',0,'?'),('g^M7e&','wp-content/themes/bridge/vc_templates/qode_preview_slider_item.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X?.[',';3ܠ?aAK%w:ԑ}W','',0,'?'),('mavMvK\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tGN8	6','YV)ceW/Zmҳn\'n\0MK~','',0,'?'),('uRlt\"','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7֊i[L9ƁH	','߹{8(Ïat\0Cn3Qڤ\nl?$y','',0,'?'),('рs$Pl@I#','wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K̸zj[F','ZИ-j[],EG:','',0,'?'),('фv춠0yāN%','wp-content/plugins/loco-translate/src/fs/LocaleDirectory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p<yEF\0ϗ','۩Os,~O:6Q\"vM}q','',0,'?'),('ы*bYk','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>D3*l^','஥MB+P\ZYwOYwhr','',0,'?'),('ѕl|,:R8s(H','wp-content/plugins/js_composer/include/autoload/vc-image-filters.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T3tA1?xCp','ӁU<\r7C]fVuu*G?','',0,'?'),('џȩm2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',kTngUdjW','VCHfR&7&~pwH>Y','',0,'?'),('ѠܱUfO)	0','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǸN<\rI}6','#׫Njˇl?[߭:Cls','',0,'?'),('ѬEߗ:y}Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R(H Gn','?OSmGɹs	qᩪPv9','',0,'?'),('Ѳ)yG','wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-user-notice.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ճ*cƞ䨰','Ly8.0LtY\\3ͽ;JEi_=','',0,'?'),('z@%','wp-content/themes/twentysixteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T~ОǇ+vR','6Yl.\n1,\'Jң','',0,'?'),('J+^:','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' &ʾ\0\"d','i8HL&<y<\0 C\0{H6nL','',0,'?'),('GHK	\";#fhO','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p*~NhAa9','J1O\ndmOƲB\0cM5_QR%z|','',0,'?'),('hh>g?I','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JbK$C','y+qjHq[Hj','',0,'?'),('_V#Bt','wp-content/wflogs/config-transient.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t&lf','vB7gY>\n0nqϽ1^','',0,'?'),('K*$','wp-content/plugins/loco-translate/src/test/WordPressTestCase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SuF/N<54','flVU\'j`hO<GɀE]ͬ','',0,'?'),('Jh|0`ZpE','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O:Iڠ@(<<','ʚ&O:s@Hh+j','',0,'?'),('\nt5:>\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ۭsU7B','QuohRW4LкB`uBƈ.U','',0,'?'),('Zss','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\7b','Bkt`g_TȌuAP:͙^@d','',0,'?'),('>q^8č/Q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ETQFu','TT\'h.k{&F\'v\0/`\0pcif53','',0,'?'),('2-xfeUʖ(','wp-content/plugins/loco-translate/src/output/Buffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?yImY-','SV%c[ޜnM%2\Z_','',0,'?'),('7[*wJ\nn>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Q]0ѻ5Yj','k+sHsQ9,!$?','',0,'?'),(';$\'=e\rMy0ی}','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u=K>sj\n','\'l\'+&^E$Q\'9$^QP','',0,'?'),('FSNfZ\"u','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)wd','븪\0d\nT92T嫼VIj0iǵ0<','',0,'?'),('JBs	sYCKY','wp-content/updraft/plugins-old/loginizer/loginizer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"xJ*j','AS2>5@(w<m05r','',0,'?'),('TE?jz','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z٤*gb','#ON4OG,\0ۢQ,4_5k[P)','',0,'?'),('e]\'S{n@','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\Ze\nExqX','ևD7߽iT0Bl!rm081','',0,'?'),('nF37Lߡ','wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3S\0w*wO','nù*\\dkS.}\ne\Z ','',0,'?'),('o\'枳ς:','wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-none.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kPf*\n5(\"','MXKhmKZR\n{_?z¨','',0,'?'),('ғYz$	\Z+','wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+k[X\Zq!','+FƗ\ra*t[fa\ri[߰XB','',0,'?'),('Җ6M֦5wH','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}KmwK5 IO','+dn\\/M+{x/(h\Z-z%1r','',0,'?'),('Ҟǟ	Ks','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2b&Zr','4Bȥ\'x+chҠVn5I>j','',0,'?'),('ҥɃDq_','wp-content/updraft/plugins-old/updraftplus/addons/migrator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','owkm%yO8b.','gjQRBOav}R	\'(T20','',0,'?'),('Ҩ-OM۳ITv','wp-content/plugins/loco-translate/pub/css/bundle.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϔr*&O','B 5\'IkZ{(Q7m!1ao','',0,'?'),('Ҫ*H\n;t','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VP5Z','I\Z?\'iA ؑߌ','',0,'?'),('Ҫ֪35uS','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dataflow.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(#mチ8','9ͦ9]]EXClB0','',0,'?'),('ҭ_VlKg!p1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xg6qPI+3n','cG[<WO^MHek[r?8E','',0,'?'),('үe+f','wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}[M\nJx','rvN9o#3?XCv','',0,'?'),('ҲE5|ѵCd闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Şx\n1XG[','&|<1ai^Uj쎑o,','',0,'?'),('ҹ)EGTh>','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g	.*\"Oy','a3ܠYzńH\"ڔFH܅^','',0,'?'),('ҺEV','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8wLgR9ZqL\r','~q D-$8nrlT=','',0,'?'),('H)9V+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȅ*yel','Uc^9@ˌ;v:O8|D','',0,'?'),('ȱsn~\rv\"B','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	-C_+','\0!Q船;duxgˈUZKXA\"n','',0,'?'),('-Źz^G','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvRGUy\r	f','$0(p,_;%g=r*p%p','',0,'?'),('ҳ:DԢMI','wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=e+`>TqDq','y6sy~)O5%M','',0,'?'),('Lt593u^)','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYŝ2s,\rm','DxT-wN	P{','',0,'?'),('Kg3sU-8B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2PyؑP=Z','FRNgo_?OCwl0','',0,'?'),('9pd^L7','wp-content/plugins/booking-package/iconfont/material-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŕ. 	A(n','8`4+j-6Eo<PoBM','',0,'?'),('ăcgn_','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/templates/numbered-process-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%xEWS ^z1','jR=pߢ:@7\'U*m','',0,'?'),('Ӕ~2wH','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r-N@C\0','h^,-PrtH*q1Zltv','',0,'?'),('w]cIwȰH','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	E&\'ҩ;@kZ','Lݏq;FX:tB7vGqn3ÐkI','',0,'?'),('Z^8\\|\r','wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>WZ 00','Q`lP2nG9y3','',0,'?'),('?>hkx/m','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yp?m}','O3޻zT\Z*k6\rƁ\Z','',0,'?'),('\0x0)8','wp-content/plugins/loco-translate/pub/img/skins/blue/spin-primary-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xǳ<\nB','u>=BK58:GX/bc/;','',0,'?'),('*/K!̭]Wb֪','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessUtilsTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H7Au\0/e','_־/{vG8umW!ʯic','',0,'?'),('E#lL_&ܪ','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v$>>Y','YW(N32U;<.iDd!','',0,'?'),('G&&\\|~?','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nV~tM','1ΰQTŁ(#>~}WwLq','',0,'?'),('H %9lԅE','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ROIIԥ{','9YZA}7=:\'FoG\'Rɹ_-','',0,'?'),('K][X`9E(','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/PluginUpdateChecker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','50\nk0Ч\'H+[',';9L,{h_|Ɩ,A_`~\'AT','',0,'?'),('M#-߿&Y}','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0N\r\'0M8~W','\n1k%fE%P	gzxڹ','',0,'?'),('O,.淎\n?iY','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>_b73','tȎ*`JJ֕kG s#g','',0,'?'),('R;Ej51@','wp-content/plugins/revslider/admin/assets/imports/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('R8:-f%ЋGk1','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z4 ,','匏4nHXunC~=m>','',0,'?'),('Un/|r@ڪ','wp-content/wflogs/config.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','33Yv','iđ,\"ª\\x~+|5','',0,'?'),('W%HfiV4','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z4Efe','4mJ-qn=l4','',0,'?'),('[:Sh	˸','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1!\0o','#@^=}l5@Wsa	#a V','',0,'?'),('a52yƖQy','wp-content/plugins/contact-form-7/modules/constant-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi~7X{','5,H&d°F`','',0,'?'),('fDFO~w','wp-content/plugins/loco-translate/tpl/admin/file/info-other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vE^`QmR>N','+\\$-k|N4L{5ˉИ0 ','',0,'?'),('ibWxo4j?','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H}*`EK9-/','	D`[H٣`uT','',0,'?'),('jsw2pqS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GAa<ά','9ti?L\rE-,*<a\\=ia','',0,'?'),('k]lKVI$','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5c]3a','<B͹o6C(0}İ\"','',0,'?'),('s}Ƕ)TV','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q^|Æ-','GT8o/Xb}Le7LL!v','',0,'?'),('zK{s*002qn','wp-content/plugins/booking-package/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/O5.MMU','lpUrޭQ|C(=&E2_h','',0,'?'),('{ڭd3TXy7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FPć>	UBlr>','M\"ɧI\09f;,\r##10	','',0,'?'),('|M>yF','wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&gKdC.ĵ&','?S>ȃH\'M-oԭ|c&','',0,'?'),('}eC!*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	fh;fq','u*Q6Ƅdvdȇ_\0','',0,'?'),('ӁCծ+9Qܗ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vːͦF18?','ɧbN=,g8r	(MXjOA`s','',0,'?'),('Ӊ[Haq','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Factory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K@{q\',Si','Wu)<Bf&P-@+8[c߫~K=','',0,'?'),('ӕ\nt0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpGaBNX>(','%-*Ψ6Fi\rWϹM׽WI:vD','',0,'?'),('ӟmy+\nf:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tS.','G+PvKQe43\n\ZA2C','',0,'?'),('ӫR>jI1','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b?ľ\ro','K6wX~)isԏ~Q֪/%ڑ','',0,'?'),('Ӱ@p 5xP','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kzܲy9bY','N1.MJOrYrؾvߑc!','',0,'?'),('Ӱ=ÌsGɛp$`\r','wp-content/plugins/loco-translate/src/config/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\"}.уIޝZ','sgh_ё6p\nYJF l^8a','',0,'?'),('BvgqMܑh','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|Ev ʬ ','Mke&eЩuyũ,F','',0,'?'),('5xsS&','wp-content/themes/twentyseventeen/assets/css/editor-blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','98>F;@$su5','2#@z}+>eMhX֏r.Dp','',0,'?'),('ȧ:bljnn','wp-content/themes/bridge/framework/lib/qode.functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%+VtZo9','N6dᛰQteF','',0,'?'),('߶\nci$','wp-content/plugins/loco-translate/tpl/admin/init/init-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\wzCp6u=r','Z_籷\n=\ndjEO|G','',0,'?'),('>Zbo&','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܥ&Fe@`','ۑ&\Z錷ې7~rb','',0,'?'),('I7߇S2&','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(hҡ0Q3t','J&7V\r`T1_Gs3','',0,'?'),(' C4qf','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5\n-~(bjg]Z}(','sO3a}WUp9&AhW','',0,'?'),('O\"\r-9','wp-content/plugins/updraftplus/addons/azure.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\rk#K{','ocKcl;ڟ\'','',0,'?'),('L@','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B`7JOQ;','6F`g``K\0zy(7U3GHʹ','',0,'?'),('\0Dd4B`','wp-content/plugins/js_composer/include/params/el_id/el_id.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e۲xVl ','`0ږt1fFb2Ԓ䖧=h','',0,'?'),('|+:\rbzV1b','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+miB8','C̾9\\ew \ZQ:uW3D\0#H/','',0,'?'),('Z,yA','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ɹ_!o^(','p\Z}y-K*cHWeو','',0,'?'),('0*W','wp-content/plugins/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V=\\bP','k~	UH\ZxPĀ<;X','',0,'?'),('aGQ7E','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\؏Ͷjh/4','*& ;~\"0Fܩjݬ\ZCMc ','',0,'?'),('p^2{*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K]p!s]','m\rZ\Zgg	\0jjLy','',0,'?'),('dBqo|','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^H}Tǚe	+','*UY-}9޳\rMC~','',0,'?'),('=T{D','wp-content/plugins/loco-translate/tpl/admin/bundle/alias.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','. J_V(<H\Z','jI}G V[g5+@&','',0,'?'),('!(/1/w60','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rӜvg0','&L+\rm<BZk\0\\O{z%','',0,'?'),('\'1i_HTWs','wp-content/plugins/js_composer/assets/js/vendors/yoast.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dR3Kٔ1]T','+,q6<&M\r\"\"\nH','',0,'?'),('*i\rM4B[v','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B#R%Ba','&D\rDb^K\nZ{0B`0\0#','',0,'?'),('1\ng4F.Ke','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WåHx','R}2Micg srw׻w','',0,'?'),('1$ʐª#y','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<=<Y','.W.[0ޣIS;+o','',0,'?'),('5v%doZ7L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bq:y;','^D\\hv\rQ&+WqQ&Fw','',0,'?'),(':\rd:|)x','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+\\)3a\nc','#Plݔ|-<$LsQP6DU-','',0,'?'),('BjϥbEo ?','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rfqǏt٠','V\\]]*@>|z}\'\"\'M','',0,'?'),('I8ꀞ6cm','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ez\'Ty \"޲','cQT)C\n2[%dС','',0,'?'),('J|\nb㓅a','wp-content/themes/twentyseventeen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DȊsOq2','Ajn\nrقi7˯@\"C-\'(po','',0,'?'),('R]ܮZ6ñ7','wp-content/themes/bridge/vc_templates/qode_clients.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7հ,~','6\"9b VK*=*0\nWti\r','',0,'?'),('W3t7˂Xam','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CEpʻځ٥,','6HR]i#\n? u\"\0TX','',0,'?'),('].ooȦM-n	','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XC)[-4','ߧ&QQp\"~\Z8S׊YS`','',0,'?'),('e!3%pu','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4TvW4',' XK#f O|[\n','',0,'?'),('m@+ў','wp-content/plugins/popups/admin/includes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('ԅ8n8/y','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xNwy[8','YT rlQT\"@u?3x	?','',0,'?'),('ԍkr\\>Sē','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>֠\0HngxD','YŲ*ĈucGari','',0,'?'),('ԗp;Ml2rJ;3','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\"tUB\rGT','ڊ bP_6Vܗ','',0,'?'),('ԛatr','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tza&','\'4.](>߳\\n5ZC^i','',0,'?'),('ԥ-S<`4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(;gB]h','a+pgR	ǅ_zn*n9e=','',0,'?'),('ԧb\\)zq\"?P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PF5=#DP\\',' lӳʬL;g?\n ','',0,'?'),('ԪItT{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h%V+\'L5',')\08!PE$lX;zD)3','',0,'?'),('԰Q\"Ku\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{	<]Rc\'K','?\0BΓP CmxӢ\nsHGJ','',0,'?'),('#RyGU,','wp-content/plugins/updraftplus/vendor/autoload.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼;4%رn','~Ox9(1\\>\ZVwLdc?څ2','',0,'?'),('Ȇp]4Lq','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʣP~51;rl\"',';^\rFpf\ZF	tZCwqL~l(','',0,'?'),('pS`]T]D','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K MSH?','kk I,3`ŊaMwg\'','',0,'?'),('ݘ@?ڮDy','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\r;Ǐ_','>TV\nC~8LOɁYvK˶De\'%','',0,'?'),('̆lҘ\\4,C-m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hD@fV?^1%G','@1za0)*]tπQ/<Y','',0,'?'),('NSw\'Vey','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8WYl@\n','^SWu;QO!ЌsPY͊[','',0,'?'),('clܕP-','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s8~`xST3','9sov\no5_iX_@','',0,'?'),('ݗUZɕ,N','wp-content/updraft/themes-old/twentynineteen/js/priority-menu.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cv&/ (','r,q	|ƹp&e7C%','',0,'?'),('_ʔS\\#w-W','wp-content/plugins/updraftplus/udaddons/options.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jh\Zj+ml)LA','G>N4ggHvFV~9<','',0,'?'),('ꪜhЕY^','wp-content/themes/twentyseventeen/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&!},9mb','N-)͈滃~5|zI(:.','',0,'?'),('&Uk','wp-content/themes/twentysixteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%lc}\Z-V','?xv&W=DX*\'\Z','',0,'?'),('$Xh+}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lS{*x$','oS~EQg{Lwkvn¿j8','',0,'?'),('̓aQM*#zD','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\ׯp9@r]{','2l/m@ًIx^+BF|%2','',0,'?'),(')Ѧo\\mԌ','wp-content/plugins/loco-translate/src/ajax/FsReferenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9Q7','k:hJ8فfb۰0<','',0,'?'),('/qRR|','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R!z@;Ve','#l#к;	KAH9Q@	B~','',0,'?'),('slk\\lZ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n.]YvP27','\"v=;B\0P`	뒝{p[Lb','',0,'?'),('؆[Br̳$W','wp-content/plugins/updraftplus/includes/S3.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','15 \rA',']8L_mkJ\r;;`]:34b','',0,'?'),('X$aB^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝ̢VN3','cm[Tl5Qy;w0N!</躬','',0,'?'),('#GLE?!F','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/KNOWN_LIMITATIONS.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~+m','1ѐ=`̝q\n&m,V&','',0,'?'),('%fGPѣ','wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9&)eki','^~1oUK?[*','',0,'?'),('8cDHz万q0','wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZRIRPfG','FVIJӒ)Q	d	A\"Θt]','',0,'?'),('<AŹ\05','wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-(}V{wƈtn','g$<9Y$9=[\0R	_q:T','',0,'?'),('AqLɼJ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_service-table/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.iB^#_',',ͱ_@˳\r볏fĽ','',0,'?'),('BImS967X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%*T*`','289vu3n	C2sva/','',0,'?'),('`<6V޾	9{','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G)hHgB',',:4^a{rrC\":9\"n*','',0,'?'),('gֿm㋣I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϕ+C\r*','Ip?VBO2p1̠9%\"u*','',0,'?'),('j@-3U4Y','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']}iYT?','/tϜTji7:U8Lv@7JW','',0,'?'),('psZZ#N7e','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H0ScHI?ct','˗Aqa0(z,','',0,'?'),('smoo\rXxbb0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2EjgXFzo','UHp3عaл','',0,'?'),('uG#)|^6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','unN<KwЛ@','I}7+ƕAl欿Bt\'st','',0,'?'),('Հ}EBIPnr)','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','שa_}Gֶl','H[μCQH*EBR\rrt.!=Tx','',0,'?'),('՝5FwHfu]','wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('դi_玝ΚD\r4','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xW }t]-','t6FŃ6a#T]>&r{8','',0,'?'),('ձ/8','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l%y$pyC8ι~','Df=|≖zOԮ3q/j','',0,'?'),('տbv,B_B?jXZ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')@8E[̴_t',':ТLr`N[dFŘ[K,','',0,'?'),('݌41ѓ','wp-content/plugins/js_composer/include/params/animation_style/animation_style.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZC\nTe','{ZҐҺؐ\"tYg%ś^g','',0,'?'),('̊O0\na&SnX','wp-content/plugins/cookie-law-info/languages/cookie-law-info-hr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WUyۭ/V','`\'8&kbZ	\rKP\"nx6\nQ','',0,'?'),('fGBKH\"WvĴ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<:\'k',');qf<JtFy`΢\\)B`)/i','',0,'?'),('WbK>\"_','wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';z*N4냗Ʉw@','Ɵǃum<5HGI/;9kxO/ٛ','',0,'?'),('dߩ*-i=','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G~)5o!g','W?ړ-JAV۩TS`o{+','',0,'?'),('WԾޥ9)','wp-content/plugins/updraftplus/includes/Google/IO/Exception.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7԰-}6','E\'`ߢ\rh%oקD1','',0,'?'),('ځ?0ZY','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/modal/portfolio_list.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-8u[4f(	','Xku|?O#Nrv$lC','',0,'?'),('^4m|v','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/widgets/yith-wishlist.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>I eȮlJ','dL\'{#)\Z\'ɂux8pafA&','',0,'?'),('K2;<Dkub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s1_ek2R','j颎_c6323օ]Gs}.\n','',0,'?'),('ͤ6\0/k','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-16	ߨۈ)','3ٽ*wfqxraVQ','',0,'?'),('\0F͜.1{','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/InputStream.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ލ^\\\r\0-[','.b1r^+sFRc','',0,'?'),('1ZBHxh; g','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\>y2]','ʰɓhq	á0s7F$','',0,'?'),('TXȉb4(','wp-content/themes/bridge/css/linea-icons/basic/fonts/linea-basic-10.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wdCÓ빃)t','	C0BKMա@ΣdGC','',0,'?'),('Xډ|8}B','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\\n]Ks\'','\Z>ISеv,qU^','',0,'?'),('Z	r!ޏf	','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',E^j`\'','oq9a{)h}=#Tק','',0,'?'),('_yH_y¦E7t','wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2PKT9','l^>ߚZfL63`ح\nz','',0,'?'),('br\rxYQNI\nB','wp-content/plugins/loco-translate/pub/js/min/poinit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rS \'p','ey\ZKj<&__lg0','',0,'?'),('c3[VA)','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',erN̩:v','u\n0=7	RJIxyXٴ\n','',0,'?'),('oҨ*Ko7{ <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^w\'ZDo4d].','bAOCr5Y\0seAʏ0','',0,'?'),('q8k^F5f','wp-content/updraft/plugins-old/akismet/wrapper.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']x\"YKJ','\ZIa^iJH:j:b','',0,'?'),('rYSxwDY˚J[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂ôŉhH','{ [K\0!긽/\\lw.','',0,'?'),('yc׶\ZVl','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yrENq(*K.','%\'DV#:tNPB`>1Q3','',0,'?'),('ք)pAΆ]5$','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%xqZlZ<?s','	\n\0vuڗw>_iRav','',0,'?'),('֋8[0ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FM@i-M','	;B@EŻ߬ue}','',0,'?'),('֌qóX[','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z-}w@','/ jZU7fnY[','',0,'?'),('֔i.Nz&By','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/ShoppingContent.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm@\n','ϺNl(B0w۱FTv`jw0zɁ','',0,'?'),('֩6%Ôa','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N|ub3','17U辫m.d|\'O<\"','',0,'?'),('ֶ9؞fpo3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a09Գ)K','u5@\ZUC_:>;3','',0,'?'),('?	&i~L_','wp-content/themes/bridge/framework/modules/header/templates/popup-menu/popup-menu.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hwbt{','OaҎpw*/@5.','',0,'?'),('\"2<{ďh','wp-content/themes/bridge/framework/modules/blog/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mu)4xS','oi6\r45;qve`','',0,'?'),('J![W6ݧ','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WJmLIg!','0b@i[%g<F','',0,'?'),('dYэrd(','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BitBucketApi.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Ex<XJ','o^9R9A<)XѤ\'oDt\".','',0,'?'),('Fz#\n)7Z','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','闘Mȕїz','0 e(pz~\ZKE','',0,'?'),('#(Hn H61','wp-content/plugins/updraftplus/includes/onedrive/object.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AJ\0-','&nے7~eETC(|','',0,'?'),('򩐗⼑BW','wp-content/themes/twentysixteen/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r6XwxM',')@ ѵvP4\\W*Y\'-c|','',0,'?'),('J[a$J3','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{7*)l','_G3IkμeGTjIK!','',0,'?'),('6_zTU','wp-content/themes/twentyseventeen/template-parts/post/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B4qϿ8K','s	tNq*o\Z\"<\Z7','',0,'?'),('5/  7Cxq','wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n(iHԉJA>7','Pү`tdm4vvYbnG|L','',0,'?'),('6#-y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f^;.#x!n','q<6C\"|3[\Z;^L_ͩf','',0,'?'),('㐍/O\'To\\g2t','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<<j*','`\\AB[A[y/gxLr','',0,'?'),('߃QynbWɛ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=$BCx(jU(','..)$[zexzqȒq~!z!K','',0,'?'),('V\0ige','wp-content/plugins/popups/includes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('(+ja>X3a!L','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ңsjQ$u7Q','/ŏWe)6ģDO39I>^','',0,'?'),('+@5Uc','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W9Pڠ&B','TB>4څJz\'PvUfn','',0,'?'),('-Z3','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܓǌaK-*ig','iQZ&6oLCR+w\n\r|3.\rm','',0,'?'),('1`bߟ:v\\g4T','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ITU;H#H','S:삫f#Ռ/J;4E˳w-','',0,'?'),('6F;޾','wp-content/themes/bridge/includes/nav_menu/qode-menu.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%0й`RtP+','F`	Aݜ\0:*BS\\Wخk','',0,'?'),('<]	n]\"I;w[@','wp-content/updraft/themes-old/twentysixteen/single.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%lc}\Z-V','?xv&W=DX*\'\Z','',0,'?'),('Da&8\\؞','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/g	dNӾ^jݨ`',';?\r][t\0ǭ	dT','',0,'?'),('Gȩ6\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')FΗ7?u','DMRm7	ț\'K\r尠)(i','',0,'?'),('M\0c_d','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w;>xZs6','[\"o^.q`Oצv<Q+FM4','',0,'?'),('UݷV̳C\\','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\0!','j	f\'gH\"Ex2b~F\\e4','',0,'?'),('XYHo$\\h@','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӥ̿E`/\"0{','r,k/\\dcLc,j','',0,'?'),('bd˒mHb]6A','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TefI(R','C}Zi xZ\\4\'u]N:0D','',0,'?'),('dfN','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/image-hover.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','scM%^','$m/dm	kcYqC(','',0,'?'),('fk[x \\/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FH؈?q','nwٲH򷜍LHnjf>Υ','',0,'?'),('n\\w;\\]Ǜ#','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\\U9c\0D@i','AGm\'%`RvdP|v%','',0,'?'),('tZݵ\nV','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0?ocY','oKSqoؖY,h98[I','',0,'?'),('wh]á&wM','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QŶ;ݔkh4/>','<\Z)\nGؑELot9\r','',0,'?'),('ׇgGi*d	?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ 2NC*D{','NNeCU\0D','',0,'?'),('׊&/6ܢ\00','wp-content/plugins/wordfence/modules/login-security/js/admin.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5\Z*yy!s','J\"qUKa\'1_NXG`揧W>','',0,'?'),('אS\n8Q&Nx:','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\"@^?߅\0T','!Mv<?_mf#','',0,'?'),('טQfD!;{','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n;}?K{-&U','nxAt0Wڸ קΥ`*w','',0,'?'),('י;0i^','wp-content/plugins/updraftplus/includes/Google/Service/ShoppingContent.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm@\n','ϺNl(B0w۱FTv`jw0zɁ','',0,'?'),('מy7mE5O_','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉$ѾT˭뿈','756F\'3LI9,\\ElN\rB&|','',0,'?'),('׫Wu6Eb','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\'ض:$%9Yq&','Sh\"QT\n79XRq\"(YAu','',0,'?'),('ױ4.7','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{zG/֋Ӱ:',' N9?@RksvSp@','',0,'?'),('׷FZYd?','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɈB2cj\r>4',']/7s{wsif`IQwV,\"J','',0,'?'),('׹(GpBխttw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^l\Z/ETNA','\nv=Os(˔[\"&$-^','',0,'?'),('j0wE}®R','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eUpʓHWtP!H','^E-R\'#?lemL0kU@','',0,'?'),('y~	;I[\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"mqD','gډQ~\n \n1WZQ','',0,'?'),('-S&?&C','wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\'d]_','AE:7zY&UD4չ!8$I\0','',0,'?'),(':]ΥEvMqD9','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nq\0M_0K','gtW}TVeiX+X','',0,'?'),('?# $yYEh','wp-content/themes/bridge/templates/blog-parts/gallery/image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z=0B*','%aSfYجpNLR$w|','',0,'?'),('[a#','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ުz)~c','^Uw1xNۭE!XNq^d|GJq','',0,'?'),('VDv+','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+jCx%','D vSw9Ot\\FdkW?؋','',0,'?'),('LqwiOem','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W<#IK!','XDe{̋6M#%3`>}o7','',0,'?'),('s@2ʔeO','wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nچJn6DYCUq	','*ć-뢇W89݉^]q5/x','',0,'?'),('\r5xs','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di4D>',')Q)BǢڧD[q68n8C','',0,'?'),('[Jb6gZ#','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d-T\'G[','(@oxuzoajC0h','',0,'?'),('^u}G','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{<2m','RpM>d*','',0,'?'),('K+T5 L','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Pצ}eX','ѹx:I4gU^v5\'-}','',0,'?'),('J{-mR\"','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	WNa	/m^','Em5+շĵ4X.yV1','',0,'?'),('4si','wp-content/themes/bridge/framework/modules/header/templates/search/search-fixed-top-header.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J-.¢DIC\0\rh','63ǚ;\"#\02?9uWX','',0,'?'),('\r\'9ytM`ƥx','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɋ$A9u','lh\\%-5Gsr,S','',0,'?'),('E:VD2ω','wp-content/plugins/revslider/admin/assets/images/tooltips/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('QR2]bgi','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڵ@q\'=','uKٍWaK~~\"*','',0,'?'),('\ZvI:wm\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\":\'9P','}\",.~~sU5~`xP','',0,'?'),('}ġ\"Zѝ\'','wp-content/plugins/updraftplus/includes/Google/Http/Batch.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5kkL&ވ','Uѕ+fz:*]b','',0,'?'),('#pGAS;;?','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I+j3B]','Glbq{_1ud\Zzp\'','',0,'?'),('&Zh$Éo','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.t$]N[','G/U/INX.Ps7W;Hj)(','',0,'?'),(',_D\'(YF,','wp-content/updraft/themes-old/twentynineteen/header.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×{H	>~Q','«stSuHZ1VvTV)v','',0,'?'),('.	@KHYhWs,','wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZkC','dH\'5Li~Q[cx0h􉩼 ','',0,'?'),('8/B$8`m','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XCJa_M','nP>o~Q^d|	Q[AHbBlB','',0,'?'),('<ճlb) j','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hgtIʳ*','#n-uu!E.dP0eG&[','',0,'?'),('Ah)I\Z]GrE','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ܚ;','ADL;U˓s{j^ߙʃ','',0,'?'),('By-Z6k','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/templates/sliding-image-holder-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Րksn','<vW!\n\n#-ps_o(t^}','',0,'?'),('J=R\'t^}\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0H','npʅG06KqJ]J','',0,'?'),('M&3\r3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+7܉\rqZQk','=QG9%K,\r\ZFy','',0,'?'),('R\ZǛy\'\r','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e;Luz<v','b!|cg.)PC<ѴeWH','',0,'?'),('Vۜ}A','wp-content/themes/twentysixteen/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','- WȭSs6:_','LeU2wIO','',0,'?'),('\\wQ*Ag>&','wp-content/themes/bridge/woocommerce/single-product/tabs/additional-information.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Baڃ','vH1<-\rHe8/v=8XS(=','',0,'?'),('i:xAH=\r3N','wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\0{ƴK[','Z<?>J2F~ǒ241Z| ','',0,'?'),('oG$Wbw','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5\":(;7+','aO;L;_)~ԍ?ഥ:','',0,'?'),('oǣ	ףf0Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ز3aݩ0)_S','760w8([oWK4d','',0,'?'),('v\r&X','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z1/|۶!',',jf+a`#*kۦ\ri','',0,'?'),('xβЦA	<','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CR`9|e','U͊sds9;COȤ@','',0,'?'),('؅\rJY~-MVS','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g;5JDc','<\"R{1}6y6o','',0,'?'),('؅ѐYM,wtP߈','wp-content/plugins/revslider/includes/extension.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Smu-N','Zf1Kxc5(eSg*@7_','',0,'?'),('؈\"42JyCs','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Jssa@','!ۺ3tPQv5zLߚsAX\0','',0,'?'),('؏ Qiw8HJU','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~()PŒ/;apD','q_AJ~M3E;{','',0,'?'),('ؖ eTwcvo','wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d%nMĉ',')p\0\n\0(bV[5iC','',0,'?'),('ؤ0\0IWĳ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~eoVU-','+(TEBn`UHK0v6v48A','',0,'?'),('ث\05WK=3Q','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aw..AEC.ȃ','NJފuz8	R3Cե','',0,'?'),('ر-_}Zh\n\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VHYSAKk\n','M$N}IF)M`\rc*Q4\'\n','',0,'?'),('صd勪_%','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!瞨Z9x','?\0H@䙟5T?\Zr5','',0,'?'),('ط6.-;	ե[g','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{HSڳuf%5cO','<[ĭPn8~9 ~MU','',0,'?'),('ؽ)uҶewl','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mhOലf.I','oOb9_b-4-x%T5E9\'','',0,'?'),('ܵ[g9Ĭ ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(%m_QbRβ~\Z','iU;A¯+aPDw/bV+X\n]','',0,'?'),('EơӁ\rZH','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*fIE%x',')<U\01ɺۆ寪0','',0,'?'),('ҡK%^','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_~rb9c',',8}m4Pk\'uRf\'IBBL','',0,'?'),('-h\n\r`ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','slgi','bqkapSh\\:3p6m9uu','',0,'?'),('\nhjfm8:c','wp-content/plugins/revslider/public/assets/js/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('\'7\nݟ','wp-content/plugins/cookie-law-info/languages/cookie-law-info-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' o9w{@K&	:+','~m@Aqᨬ1N1{IpN9h9Bs','',0,'?'),('+y	r#к','wp-content/themes/bridge/js/plugins/jquery.flexslider-min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',zn1č/64','S:T-,<N{rP*d0HY\\X','',0,'?'),('r-D.\\','wp-content/themes/twentytwenty/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7H7gt~Ǿ^','^QEQ>[!Be&z','',0,'?'),('!QKbY.&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ow&kc','grF\n.oUPdǱdgW','',0,'?'),('#Ձ]Y+2','wp-content/plugins/cookie-law-info/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+x5jS6','/\'2X1ѐ-z$7\n{E\ZP','',0,'?'),('%;$.)Ϳ','wp-content/themes/bridge/woocommerce/content-single-product.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sPVg:ϑ','9QɔaG011Κ_k#l=Bp','',0,'?'),(',(i7:^^#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dXz҆֫','f\0W{?qUlP֫c8','',0,'?'),('/\0_v','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%bςV','n|?En[:1uxo?D@+a','',0,'?'),('0!\rZaq','wp-content/themes/bridge/js/plugins/jquery.isotope.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U$UeC','cPrr:A|¬`\Zw\0TX','',0,'?'),('1&J\'#25o0','wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FX\\վM5',';N&@H{3Qͼu	ce','',0,'?'),('=;L-v','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8LfjM.n','2!5]5b~\n`ǔ@\"V{','',0,'?'),('>[ұED;','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǟ(	aL)m','\r)kOdS0Xz_','',0,'?'),('F1@X','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/pie-chart.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)nÓWU','Kli	ySHĚ.uxHFK','',0,'?'),('J^\Z7uGk+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P_<-1__Iu','%dd_\01@TY$A','',0,'?'),('PuyK:CE%','wp-content/plugins/loco-translate/pub/css/skins/midnight.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f,f:X6\'U','+PN	ծ{S߽`\r|','',0,'?'),('d%3Z4_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`{4@`ЕOzB','DnBA>M9DPgO}','',0,'?'),('kd$<G.\n','wp-content/plugins/updraftplus/addons/s3-enhanced.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52RZ2dq',':TmT.Dˀnܕ~]/m','',0,'?'),('k/y&G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ya[Qrj','yS0c`\n7as#nY','',0,'?'),('l;ao~G','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eڸ04-?ב5','kG寲\n΃CD#6u\ZքEڣ@K1','',0,'?'),('ق)4g0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=oG; k\Z\"','ՙda1,69%ef;V5+','',0,'?'),('وTĖhx~Dt>l','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G-\'XOa',']Mԯ-uCl=멬`PfWE=','',0,'?'),('ِ3V7a','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"q=IJ:Ac','J.@J2BّCdq^}Fje\0','',0,'?'),('٘E*GŹGU','wp-content/themes/bridge/extendvc/extend-vc.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nj0o6dNokT','*BI=tvt䀭&!;u','',0,'?'),('٘\"Pܞ,','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*edoX~7&N9|L','',0,'?'),('ٙ[y?m\"','wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Uۙ*@','l@[uuPj%2Aˇp(w&x_','',0,'?'),('ٛ8Ue=','wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sT\0p;kAd','E3вfX%̿-UL_9EzQ!B\0T','',0,'?'),('٫x˰Fd]','wp-content/plugins/js_composer/config/lean-map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Td?','H$~X`\Z%N-=#Tpb]h]#','',0,'?'),('٬OƤ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$tkW','ɥ\r k(\0>#\0Z:t]u%.','',0,'?'),('٭ N!w','wp-includes/ID3/error_log',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\ZC=ؔ+','?dЇ.@*ōOd8HٗP','',0,'?'),('ٯD7F','wp-content/themes/bridge/framework/admin/options/header/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tL֜2\"','쬩@T1\nX46bx@XF4A(','',0,'?'),('ٹӃ2HAYfM#m','wp-content/themes/twentysixteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ȗG@=/6(\r','/Ì>=Um`!98jC3]aff]f','',0,'?'),('ٽ_sU:+','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nIu\0n(\"9','_مXm=ۋiŤP\'\nJUV','',0,'?'),('*gQ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vx^b','B>YDw:hF?k','',0,'?'),('3I98\\֛[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*RXǠͤBn6','8-%s`NaL	LMʫ)','',0,'?'),('z\\)Rd2~}}','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ycqta^3j','JG~d#nJ<l=6M2GXe_','',0,'?'),('1C9vY-!','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nYn}7~ \0\\','t䣛&`Zz><|XЛzgP','',0,'?'),('(܁RLK ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R7rR\rw3','\rI^c>ڮuB7[4öU','',0,'?'),('EIF,Ŧh','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0]K\rM','*r<\Z󱃕Ŝ.w!; vI_ow','',0,'?'),('!}=`*gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0@=(\nu','eg%#T?v_Eƪ$Q2ң\r','',0,'?'),('CI\"iٳb','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\ZK:8D^(s','__u( ,8$O`5','',0,'?'),('VBǡ\ZB\"\0','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_ Sgٛ','];%JslxFqBH\ZU8','',0,'?'),('u)?/mł','wp-content/themes/bridge/js/plugins/bigtext.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A}\0þWoAt',')k4梳+Banj.|6r\'','',0,'?'),('ǔ%(Z\n$w','wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>]͟Av7h59','q3i\"39sn/\n%o틁N5Y#','',0,'?'),('K9AW|87','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~:1Ho o','P<qrMЉb(He=-zJњKM{6','',0,'?'),('W02)IiNk','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iH1s?\Z','\Z{T{z^eO2ܯ0H','',0,'?'),('>~!gq','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\B&pw','7>xV&v|­U& ݷ\"ǥz9jF%ѽKV','',0,'?'),('~1<}Zr','wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xغTe8\0mc<#','M8cz/UoᲥBDW$*9','',0,'?'),('x_\0','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':0Zކ\Z','d*4s$5~`:&n4a','',0,'?'),('G\r6fLv-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7x8CV9I\\','@eWa\nZ;PkTTqZ','',0,'?'),('\rBeׯE7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y}`8vFJ','U߆([r嵳gh嬵!m9(\"','',0,'?'),('(Ҹ\n_>f/','wp-content/plugins/duplicate-post/duplicate-post-options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nJ}ĈIs','ynZիؓq=e9!3ObOF','',0,'?'),('w=ŢO&F','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍|DW!E4','SoGp{\"FuS&','',0,'?'),('\'7b~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-с','9\0zotID:\0g I%~ަ$o','',0,'?'),(',\r	gH6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aRp#p','rL-RW&P!aS0T','',0,'?'),('26,̞|keL\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)h\\ hG8','C%0z)f @t>ɶ{T8o','',0,'?'),('9W,/۝s','wp-content/plugins/loco-translate/src/data/CompiledData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|3*,r','1K}\02	haJۍ&&ـi','',0,'?'),('G>DsȤ\0','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.murI1G','Lr7D@yɂ]NK(tiG9Tm=','',0,'?'),('OaM3T','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U+Twf+Y:','_VQjlAhIDIsYRQԖ\"','',0,'?'),('PB)^.L*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\Z+@D1','C<g:xU93Jۖ1\"D','',0,'?'),('W3\0b78:','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T̝sLrb%V','dAj\r86#Ӈ:쓋!','',0,'?'),('ZT+#E닽\'','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A,0^_,=','?\ZSb\\cW_Bf9le̍|@','',0,'?'),(']u!x','wp-content/themes/bridge/full_screen.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Z٥~W7u','A?3eǊ\r3\\4NCMuכD','',0,'?'),('`V\\9','wp-content/themes/twentynineteen/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<9L,<','\0fDyYT!-;+ۤKYMz','',0,'?'),('j\\hյ\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EW!\"`h2','IʩdϦ/a4Pu3\rn','',0,'?'),('u78¸KԊkh','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I6ϲē]','yh;}<6yZ$	M>K(\\#&\"\rej','',0,'?'),('vuWuN[}K\Z\"','wp-content/plugins/loco-translate/src/compat/PosixExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9y|Ôm\Z$','bR<C6xFʆQavoKё','',0,'?'),('z;pL\"c>8','wp-content/plugins/revslider/admin/assets/js/rev_admin.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`MµGv/','{k2\Z<t2|oT9LNx','',0,'?'),('|#԰#{','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y	yp>I[','I\rsZzYW|.-hkĺ','',0,'?'),('ڈAnպE','wp-content/plugins/updraftplus/includes/class-backup-history.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G4qX:','~8X)p\Zz[>fX0(#m}\\u','',0,'?'),('ډx`9LťM,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ia{}P,<','۹z\nJ\"jyШlRy_(','',0,'?'),('ڊE5^d;','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+~P3','7a?\'l}ƭ/a$^^','',0,'?'),('ژanC','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.5}ֲ&6j(~','~^jlS︐2<8nnIuz','',0,'?'),('ڛ!{EM$','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K7hh.:k',')ln#\'SfBߩ/ ĩ','',0,'?'),('ڣEdDd M6D','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ȧo\'[Ō\'C','Ft+єK:ṕ\'Qd\Z','',0,'?'),('ڰXϨ]Is_Z}','wp-content/themes/twentytwenty/assets/js/color-calculations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d0^t}S','̠UeCb`aމbz/ȓU','',0,'?'),('ڳ%B͏v/','wp-content/themes/bridge/framework/modules/header/templates/search/search-button.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K\np,ʂ)S,j','3Ky0}!T~\r\nVKT\01q\Z','',0,'?'),('ڹ|P','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZiN𘟭چ','O|МZ\ZӃ_}99)','',0,'?'),('ڹPܛ>%','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*<дH,\n5$','?bz4w	\r#pPթРQgw','',0,'?'),('ڻG7_I8>y%','wp-content/plugins/loco-translate/pub/font/loco.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2.ήȆp,','2%1\Z(HEFl\n!-Uh9','',0,'?'),('=ݖg!Q','wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N=Rzge`','yg[R-򞥗	l{)K/','',0,'?'),('#6K%#f\r','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H0c;`W&','2A]ڛ\\eWߦkZsc<`d)','',0,'?'),('WS:(=c','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GߔAB\\','`GS\"Ŝ(Gu\Z	sEP|','',0,'?'),('tTocq','wp-content/plugins/loco-translate/tpl/admin/file/view-po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߘ39cx}','JZtľM@\0K3nDO','',0,'?'),('b3(w[9','wp-content/plugins/updraftplus/includes/Google/Service/Pagespeedonline.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ut6ӐeF','+C[q\0ZjS[tY','',0,'?'),(')V:v|ߌv','wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(h3\0$WPZr','UUA[ʂ/ВKjKX`b','',0,'?'),('\r[Ξ,=','wp-content/plugins/wordfence/css/wf-global.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ADmqcvd9','(OӛˀԟMAWD0޳\\5LG','',0,'?'),('JB&9:VF[','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VnU9\'$^=n','N*eq$Vo(70uX1\"U','',0,'?'),('C.yj\0o*f','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dzGf\'Pidi','T1%R2VPRJB\\ˈgen','',0,'?'),('!(t<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r>q','~8|\nvS̃M_ZD&K-\Zې','',0,'?'),('ٯ]+Wf','wp-content/plugins/updraftplus/includes/Google/Utils.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʻc+#%*a','(>JZ3YdWVu\"','',0,'?'),('_\rJL#@B','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I	<.sCa5p','Gtj[erT+;pYVw','',0,'?'),('S?5L!	*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W{]m	emH','ȋh?eu-3ƝP\r)+\rW}=C','',0,'?'),('!?3=','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_separator-with-icon/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Rn6(R','hmG<6&8Rk','',0,'?'),('FEޖռ}','wp-content/themes/bridge/templates/blog_search-loop.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ґq@\\F{XA','_DE4l,خ\"A|?','',0,'?'),(' EaŐ=','wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/AbstractPipes.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_-c&P','Gz\n=\nuTdV<=','',0,'?'),(' I_X?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DN*2J#+\0̙N','-G|ě?0]JȪ!k4Yɬ02','',0,'?'),('%joz|%*{\'','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*}V_','mDK+f=&}w','',0,'?'),('(\Zh%e@6E7d','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')~)_}<8|V','k\nnYS{bB;\0kr\'ha\'^_li','',0,'?'),('-w,hJbp','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/UpdateChecker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@	#{M','pkxGScGKsͦH4\'͌h','',0,'?'),('./CA\0v','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jJI`\rLw','I=Q (9ιop/HY','',0,'?'),('461mYR','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nH\0u} `','R&Xd[49VI','',0,'?'),('4@Dj`u','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}1W\\_','̒Oл?\\)¡an#`0','',0,'?'),('RЄlЉ)Ç^?','wp-content/plugins/revslider/backup/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('j,ΐI}\'u,','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vOH%,3}䤎LZ','\r1vO_<х(%{ub','',0,'?'),('o/oYԙ>K&kx','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y~PbB[Rw?Ƌ','ZtKsKǡM|Ĩ݄&G7','',0,'?'),('v6^AA/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nuCѠS','acغӿ e?m\'cR=','',0,'?'),('}g9tqT?','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-minimal.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%0(16','v\'&Ry\nn	vT`8>SNJ(k','',0,'?'),('ۋ{S0\0\0=1_ئ\r5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LL\r̪䕚','(L^K8#aRwhk','',0,'?'),('ۖJBwC|Mv','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5VzY]#yRJݮ','YM\"z)tϖ*cwL\01w$d','',0,'?'),('۩^*%ANiA','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\"Q3C\\','\"TMoNFGE	+:+e','',0,'?'),('۩Dsg5.\nf,5','wp-content/themes/bridge/templates/blog-parts/masonry-gallery/image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u_g+Ǵf&','[\'|&R[!H\'|᎘C&qh-8','',0,'?'),('۪	.ո\\','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Un\0\r','>@:soX=Kdku{','',0,'?'),('۳	d&s>h,','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ed	&@2{','fR`knZ:V\\iҦ5a\\-jMjי\Z','',0,'?'),('۳7	8t<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;1{^72','XC&=K2;;`A=\"n','',0,'?'),('۾xa{!tQ./','wp-content/updraft/plugins-old/updraftplus/central/modules/analytics.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0X@!~','ϢLEM*gXød\n@Ev☳','',0,'?'),('r؁=Ԓ','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[(.*NZ','j(-9_E-#we$]o01u','',0,'?'),('AΔRi','wp-content/themes/bridge/framework/admin/meta-boxes/testimonials/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yZxJ\Z@','@?ii/CyLa/ZL','',0,'?'),('Yz9%','wp-content/themes/bridge/templates/blog-parts/pinterest/quote.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Tz(eX;M','5E(M紅~Fh\\+\\^Vz','',0,'?'),('̇Ŝd2xE','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/advanced-pricing-list.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gJi%\'Z','WM95$ivaߝv(4q','',0,'?'),('ڨtc	˵:G','wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y.|	zo~','m`C/\r~/#b\ZM͆]؍i','',0,'?'),('\npGnu:','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V g-','Vw%%:3CQ#+g	e}','',0,'?'),('T<;7:81PU','wp-content/updraft/plugins-old/loginizer/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏ5l\njsu','krn~*9^	(:&=h<6*o','',0,'?'),('hAftI','wp-content/updraft/plugins-old/updraftplus/addons/backblaze.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ی^eux','gDHј[t\nx1`Rw[_','',0,'?'),('Ү\nny','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	z).N<QWT','\\_ չbw#|.#E,;7Y','',0,'?'),('\0Kqwn','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*h>P:	','¼#35?hщ%','',0,'?'),('Z{rZ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٠k,\"9G=','],E4\ZDlj\'r\nCB#ݿ','',0,'?'),('F\ruDb7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pVF&KkH','+.^-$70	]xrv+cgPM','',0,'?'),('ȼ؟\'\r`','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG7%\0b','p=m=GlhnhV]-+1a','',0,'?'),('\n8,]!ˉN','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!(d 8!]_P','m:ө:p当ēLIex19]','',0,'?'),('&oar.wsK','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Hޥ0i5','!WҪN\0֫(r88A3F4','',0,'?'),('-f[?шZ','wp-content/themes/twentysixteen/css/blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y@&ICm','=<YAȚSgDC?\"=Vc7lkd','',0,'?'),('2G?_\\-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XX0Z',']N!:J޽u OjNiL4','',0,'?'),('4pĐ\r]`N\"^','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֖E15zHKKmgY','g@n\"[E:7n','',0,'?'),('740!Go ','wp-content/themes/twentynineteen/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Su$x\0oT','\nơJxY#$m>ۍյ?U\"$lz','',0,'?'),(':X2OڌކwQ','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F޻C<ۙSٶ','<>l}}hQIc/z[P6i','',0,'?'),('J`I2|%^_','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!_;Wr',';~y>l!;8{g','',0,'?'),('Mލ,Tv\Z\0\0(U','wp-content/themes/twentysixteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"B!H1涭/Ps','Q+oBVjᝄSFGZҾ','',0,'?'),('W\'#A[7<9','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CMU;d򫳅1','*}Y(i	~T	bNON','',0,'?'),('i{w^G֟H','wp-content/updraft/plugins-old/updraftplus/includes/class-remote-send.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#<Ҏ~T%','ҫBW;v<]b6<w','',0,'?'),('܀.5Fqߟ[~','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OEiVke','EviX^=B&}(^SmGC','',0,'?'),('܂&:/\0\"_HF_','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w|ZTs>Yՠ','8׾9MjqjzZ)yH','',0,'?'),('܎^{\"SwIk','wp-content/plugins/cookie-law-info/images/tick.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','un`5(Z','AQf߶77db/\0W/','',0,'?'),('ܑKݓ%eP^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&#i]<{','EPmh>*HS8SFpXbdU8','',0,'?'),('ܠ4_+;Ѩ2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-2Tdz','Ply	^~M\n0 8','',0,'?'),('ܮMcst','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/templates/scrolling-image-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YPxf=㍪','Be!e:*<&z>;','',0,'?'),('ܻC>_K/%m\Z\ns','wp-content/plugins/js_composer/include/classes/core/interfaces.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','usՋ)!u','Śv[N`2Jv=_R','',0,'?'),('ܽZ9','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','56pι28','\'\\zf!Hƫ$4{7ǉqf','',0,'?'),('ʸWd7/~','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/button.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~m ','eEM3)`dH2sepqOT','',0,'?'),('.U	Y=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h`VAf','<\\G;1#kLà(փ','',0,'?'),('\\+H)%?3','wp-content/plugins/loco-translate/tpl/admin/help/side-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rAނev','Sat>!Л#ll{ߜ_','',0,'?'),('TоR\'{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%kyiMO*','X(30\r\n\nPE̠ 9','',0,'?'),('Ѕ8:\099','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Autoscaler.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uo;cUVʈh*','QRnt\r`a\nHy>5w_ ','',0,'?'),('Dl)4-0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\\/	v','5>@)n*]uٵb9v/','',0,'?'),('؜	{Є3M','wp-content/themes/bridge/js/plugins/bootstrap.carousel.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MyF7#D','2^گ6r$YD.Y31q-O1XAڠ','',0,'?'),('iqr-s','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\0;G1','Z܁4B}-WF+_,W','',0,'?'),('ջZml4ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K{fwh','?Yag\\<y0\0183Hg','',0,'?'),('P!.Xb%:PJ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>ZQ','rc(,W@PyZg;ts)YX ','',0,'?'),('\r\0FJBe','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR%yl/','٭Ӊ|:͓&)\Z)yђ','',0,'?'),('׵(KB','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5v,ROlx]J\')K','-6$$;}ptO4]2ТR5֡','',0,'?'),('\Z#nZ,','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=((TDƍ0','`y3汮ʀ.Ctb*R{Eh\\','',0,'?'),('Q&琣vM','wp-content/themes/bridge/js/plugins/owl.carousel.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aӸ5WVa\n#','UJlk:zFs{}M','',0,'?'),('*mG','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[G?hm0b_','\r]ZhQ6!\'~.bꂨd8I','',0,'?'),('8IH܂\"ڜ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o7K_¼','4mj{|>|MjZZ%}~','',0,'?'),('J2<\\8Z%','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cG<ӈ޼/','ɼ}6Ny(G+n\"+8P','',0,'?'),('J0jYgh','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','28:sw9J',')b#4e*9(=QEe0|1\n','',0,'?'),('[65+	n9','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* 3','vP-~xO\"	;','',0,'?'),('_JfE1D\n\ZTt','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˨\\.Zd	H','=p<JFN˞AnD-P','',0,'?'),('fyħ*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L<Gg','N䝢8N]\'Aұ`_}*\0','',0,'?'),('f!*-}/\\ҊT','wp-content/themes/bridge/framework/admin/meta-boxes/carousels/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','THFLx	','.,t%U)iBwrb3ي','',0,'?'),('wsYes{','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\0VÐ	','fl3X)a*[g0\Z)Wl$','',0,'?'),('0p;=:Np1','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ú','|($yKA=Aޅ\03.GwO','',0,'?'),('݂{mU.`dY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݌OXW*X','m2\'9җ\\,\nN1','',0,'?'),('݄y][\'ұNj','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Archive/Tar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.KWrC@B','&I:*]z^vI;`N);e','',0,'?'),('݉wykE8I','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iBʷA.\\Ӗ ','zσ!L,N]vY=KoN','',0,'?'),('݋rn}zw\'','wp-content/plugins/contact-form-7/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Re21$','q`8Kay![42E?_Y','',0,'?'),('ݖ\'\"|3_t|','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';pL>c&\r','; .aO4,>k&܀%','',0,'?'),('ݜ^qE~}(','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':=6F0q','yr!w\0}@xɳp=9G049','',0,'?'),('ݨNVЈ9tfLl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`qϵ=wf4','֐>EɤO\r;70W@=\0','',0,'?'),('ݲEb.r','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','la\"ЬdP','grnP=S,\rK-8pHm','',0,'?'),('ݺ$;kJ	al1','wp-content/plugins/contact-form-7/modules/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<sb\nDQO','ݔ}ERfB<ҼN&BwK[','',0,'?'),('ݺٰG]','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O2j\04I','b\'k$VuiE\"_8\"/G[;','',0,'?'),('ݺ9Hɍ%@YF','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ⓒÀު','Pa	gO ;Fsv\069ޟg$m2 ','',0,'?'),('!GSgLlye','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':TJMAR','R2syn8\"G7gwH$h','',0,'?'),('~w0P_k','wp-content/updraft/plugins-old/updraftplus/addons/dropbox-folders.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Ga%Y۱','1B5(mFDeQ 9Zo','',0,'?'),('ޓCMp6Yz','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͺn`]2H&]4','.4#X/\'78w(02.?','',0,'?'),('\'|?>','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LaDJ?Z','=F==<_%=M?u/','',0,'?'),('ͬW1ʉx6','wp-content/plugins/loco-translate/tpl/admin/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S?9^U⏀\'m','K+\rj\\q놻(A+83e','',0,'?'),('E\nF$;','wp-content/plugins/loco-translate/tpl/admin/bundle/setup/inc-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j17εL /j','Ʃ2XE_zo۰݇[PɒX','',0,'?'),('SJV>\'ހ.','wp-content/themes/bridge/woocommerce/single-product/tabs/tabs.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BTZ2UF*_','D,T\r9)z\0*\r=>M','',0,'?'),('A1\Zfz;t1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sɫ(','&!Ho[Mb<50)r	','',0,'?'),('%_2\r2k','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<CK|~9m','٢˻L(*g3aKրCI+','',0,'?'),('OKN\0Yn\"a','wp-content/plugins/akismet/views/connect-jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sQX3','\0.l>Wv&qv+IN~W','',0,'?'),('HC)C','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yK\nu@x','Aݶ݁;_|sȤ4_)zaKQEe!','',0,'?'),('e:\"$7e=>k','wp-content/updraft/themes-old/twentynineteen/template-parts/header/entry-header.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01sn\',','Ro{%*\Z/ΐӛ<|=&_iiܯ','',0,'?'),('pխ^@#Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\nrE?m','Qf\0.<:;6\"{N+mE','',0,'?'),(' #*¸3','wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y~O\" f','b(+ȡeNWI<&͒J,,%','',0,'?'),('3^PMYHD','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶B=\rz3j','iI/=MMX:MApv\r','',0,'?'),('5foޮ','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(rMW~n|',']FaF0,ލwJkTK','',0,'?'),('F|.$#','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!axv^uK8\n','ͦ%o޽÷h~V\Z!\"Wu','',0,'?'),('Kgҷ@/R+eB','wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-video/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\0/\\Qo','gjew@B~_Y=%?,)]','',0,'?'),('N\\|`*,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӂu:@4\rz<5','S\r}@~Q:Sc*d+Z_{R','',0,'?'),('Uۀf,H]İ','wp-content/plugins/updraftplus/addons/morefiles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ta|t{,G','4\Z\Z,_q/l+6.w~q','',0,'?'),('WS~IJ^wc}','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bʼ:Qs','M#%yߴenY=ՃaM','',0,'?'),('XzALi#9','wp-content/plugins/booking-package/js/Subscription_manage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')*]͏','q4ǟ\r4X*7ۼ\"˧u','',0,'?'),('Yfѥ┧','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̟}R)bn',']{ރ1ڽ7scRc2޳M','',0,'?'),(']=\r65','wp-content/plugins/updraftplus/vendor/composer/autoload_real.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݟ!1*\\0','BCIژqsE','',0,'?'),('^xSKvO','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YoDMډ0Bˈ','\\Ehf\nR:Q\"~KVBO\n','',0,'?'),('e0{d~6','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/image-with-text-over.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mHK\\~L','⵼E*7\0N|,=Z&','',0,'?'),('msM{\\$(','wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-excerpt.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X<*Um4F','`>K˘JN\r@¥Y09C','',0,'?'),('wι2','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h-Sa٬','ڤrpu0哗Χ*/I\nU(','',0,'?'),('ހzw>GS','wp-content/themes/bridge/framework/lib/qode.icons/qode.iconcollection.interface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S9g7>U','UyyM6#-:.ɓ:EYj','',0,'?'),('ނRO^D8?q','wp-content/updraft/themes-old/twentysixteen/template-parts/content.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','- WȭSs6:_','LeU2wIO','',0,'?'),('ޒ?IΩi%gy','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j~i\'Z?','=x=)ZuY\"FF2]','',0,'?'),('ޚ4;<3gq','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G4Y@Zm/܌v%','ӍBߤ-kMdH0,$?,fM<','',0,'?'),('ޝC\0s\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2+(Ýۄl','Lo\\6/ALN5$=1','',0,'?'),('ޠOČÑL:\0و','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂ\"E47ŎE','yaĊ2ݦwʩq,{','',0,'?'),('ޤI\Z(ִ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GbM۪8nB46','jP|HD=OʺQG^ƓsX$9*','',0,'?'),('ާUa٢rS}','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ő%uHI','Np>ujۉJ2E	7','',0,'?'),('OSe7cLu','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ySկ\0	+G[','Ա}_\n]xO`zr\\tXGV','',0,'?'),('|./ĻDVi3','wp-content/themes/bridge/framework/admin/options/contactform7/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']BaXl>[','gdFX>JH*K`6Cp','',0,'?'),('I7xiq','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/existing-backups-table.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DPд8]|C&','*D.EM$}Z(5ӿφv9r','',0,'?'),('ދ1Fa','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Fbaۆₑ1ʤ/','n2q8D-AR>xqYq$ ш','',0,'?'),('׏|4vn','wp-content/themes/bridge/framework/modules/widgets/social-icon/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4eT⨀','υԽ@|X5tLS^+','',0,'?'),('\'g!:H),','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O,@ۺa	Δ','imQq+\r:Po\Z*','',0,'?'),('\Z0:T7\'','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#/h<U','ni뗅NvX7Y]D','',0,'?'),('\"c)j\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ygx؂Y','Hd\Z[\0`v%r1M','',0,'?'),('GS\nxK','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۂth0Ht{','/sGx8\'1*Xă:\\ga','',0,'?'),('jqXW:X','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6h;elc&','w7lw6,{O&5{%\n^)','',0,'?'),('I\"+','wp-content/plugins/revslider/includes/navigation.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n$%\":N[','݃pF9:͍^ )<;!','',0,'?'),(',\'fQ','wp-content/plugins/loco-translate/src/fs/Locations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݹ[pϕ`','JgS\rN=U34nlENn3rmkK׼','',0,'?'),('\'O&Sf','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/pie-chart-doughnut.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q`!!Dq{','zFS\"%f])|j{**','',0,'?'),('2_j\'hI','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Genomics.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U`ԡt9','\'*!efXFo*{jf=M&','',0,'?'),('=@\\JpQm\\6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oQnd)xd','\"s \Z>&xQfz(4TftQ*','',0,'?'),('L#aW ','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';9.\rh','`8S- (٦nૢa9','',0,'?'),('L֘_SGtq{:','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']gnjW7U','_c3%{nSsMo^}Z%/','',0,'?'),('QsIݹnYZ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-masonry/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(q~%&ub:','x!0\Zx)b\ru9806','',0,'?'),('U\'I\Z%#[W','wp-content/plugins/loco-translate/src/mvc/AdminController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kqn,\nM˧','lҾMRV:3\"\'HVlw/6f','',0,'?'),('Z}&l-','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/pricing-calculator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','тd38a4',')UsO)K7:-','',0,'?'),('bz/T7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^yq+S%y','hA3L:\'1ꁠ\\','',0,'?'),('q%ű m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˦y\'N[.?|Q','72*.,;EJ\n~i)6S)','',0,'?'),('s)O$s%ǐ<Ǌ','wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͺn`]2H&]4','.4#X/\'78w(02.?','',0,'?'),('uՋlN]NB\"c','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gUR~0Ex)','Љ]\\LL!OgT	̍՚','',0,'?'),('|-I5','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=W)}n+SҖs','.J3\0}\"v\\:ޭק&ǚ#?i;','',0,'?'),('߃NT98u4zj#','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','||PpqYd!','r/}w#\n$u)c1aƒr','',0,'?'),('߃g	Oj@^Wn7','wp-content/plugins/loco-translate/src/test/RecursiveException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=+6\Z^',',e\nnɝ3m,,U)dc','',0,'?'),('ߌ(2','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G8 Hߊnv:c','YWpt\r`0O\"ɚNf@kuoy','',0,'?'),('ߔHu&','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ$pZR>\'|','\"8[J%.˚cV\r\rE)\'','',0,'?'),('ߗQu!ٶx[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR-KP=<','wڇEÞ\0vӭk^Mn','',0,'?'),('ߟzFnJV','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\nT\\׍GCA','47q\ZQپ\\`jή<XM P','',0,'?'),('ߣ\0nPL\'','wp-content/plugins/revslider/public/assets/js/tp-color-picker.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ɨ<>W铒(\Z','18F\Z\Z\Z.h{.j l','',0,'?'),('ߥ]\\;Lc9R\Z','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z+|x','u/DL:E\0~edxfQ','',0,'?'),('ߦafu3Pse q','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䎻`ql\ruD!j','r^\0EUs w`b&YoQ -','',0,'?'),('߰Sh[۳','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q5]cY\01E','nD,ZGp9[J>ԟD','',0,'?'),('߹V=\"#n	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xb#!YiJ','nd@=[cg?N}־Rxl]X','',0,'?'),('߾4+K&V#c','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n`)=!.4l','RVa^	fl8*<y0DQ\ZҭiT','',0,'?'),('ĵ>#Bb','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۓGc,=c^','Gct(5\n,9%)e','',0,'?'),('Ȧ0 $7O>','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jhpe,g;v','ŢP1Qdqh[Ye)lr؈','',0,'?'),(':7AZ3Y+}','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۝r+D\'ۨ@','J/g(G+nK	XkLWV<Q','',0,'?'),('bt+Ǉ','wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\&T+K','j\\33IU޾8eP\nJ-j\']lv','',0,'?'),('-Ey@y\ZO','wp-content/plugins/loco-translate/tpl/admin/help/tab-init-pot.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x%\n-}r','be\ny,C:\r5x\0P^L1\nl.h','',0,'?'),('JvOB Ri<','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%>ߗH)RM','\"_Nsɐf N?RHn','',0,'?'),('-kRO^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ݡ؇\Zl','Y=\"!\'?j#?','',0,'?'),(',m&FOKXthv','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZaJyN_','*쁮\r<ZłBw^','',0,'?'),('[}e\'','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6e` ̝GԳ#/','R#7JSJQPgW4Ӂ','',0,'?'),('&J69?}v','wp-content/themes/bridge/woocommerce/cart/shipping-calculator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Fos<蘒(X','~+t<tɐQ7o6','',0,'?'),('X8Dʶ','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_,n\00>','q@Q Ó+E;g߻*@čߋ','',0,'?'),('	Vq%l#','wp-content/plugins/updraftplus/includes/jstree/jstree.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`$G}΃L','sV\'\\	-QI$꿐\"+΃','',0,'?'),('yQy`5WG^','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1v):΢Xgu0','^#Ûwzsn{Ѭ\",-ii','',0,'?'),('%f\\+,\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ˁV˦C1sܤ','MSσ]cKcBc\'Ww','',0,'?'),('5#SG\"U3','wp-content/themes/bridge/woocommerce/loop/sale-flash.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\UҽY\'','\\v^a\"tbrn_VÜK','',0,'?'),('8Uї?hhAER','wp-content/plugins/loco-translate/lib/data/locales.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ls=z	JcI','d|J\n\\hTSaKa~q+','',0,'?'),(';T=fGϽeW','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.zG\r\ZS3	ES}','&#PFL+8(.AH}{5@w:]','',0,'?'),('<\\g	F','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#,ZE','.E}l_wT\nV;	P;','',0,'?'),('@/A+<~G55','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kBGbw>!+','z FߓoeU&uw3\Ztc&','',0,'?'),('A5v		B\'pfa','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S{\\GsUI(','\nDH4ʠvA׫q\ZL#','',0,'?'),('D=xX6ت','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[t.ޱƳuu8{','ro_Fw\Z$w?@q]Qbf2o','',0,'?'),('LWYk!M','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n {\nbن\0r','* mD2ȉ3lX\n0WJI1','',0,'?'),('S--h}\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EɵCFR','4zӻ-z1\n6oW	<','',0,'?'),('\\1݃%VE|<N','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*edoX~7&N9|L','',0,'?'),(']:U7>.','wp-content/plugins/popups/admin/assets/js/popup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E6&x<`',':97\ZQvAvFzh3}{2E','',0,'?'),('r_`(','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nCiS<:Ӹ','\r9X琅>C!Rxf\\[\'Mǌ','',0,'?'),('ukJ]{VTԥI','wp-content/plugins/updraftplus/methods/cloudfiles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0>:\n\r','񆆡x|oa~14`N>l/y#','',0,'?'),('wSUłR3	','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/modal/social_icons.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6}\'G1IGX8X','r<),nгY','',0,'?'),('i4ZlЃ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Z_o[ϕJ',':1Aa}E\\-l5','',0,'?'),('rMܴ-\nS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(wٯ(_','b<Wr,M۫Pp>Nn','',0,'?'),('+8[OעOCO','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-masonry/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pVP~r','˧6]XV	@2b;\'/re','',0,'?'),('\nF xv*?/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B1;hEG jȴ','4\\6m0,@d+F\"^vͶsH̯_','',0,'?'),('~ZdS3\rR','wp-content/plugins/updraftplus/central/modules/plugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	WI^TW','2,18U~aD!Zjph\ru','',0,'?'),('cq}adx','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N[	m|`,',';|Hfg)vLnuMݘVr3@a','',0,'?'),('o=BK,4mx','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SvBtO*.m','q 0@斒X1$,w1lէk','',0,'?'),('|ieìKO','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4/Factory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xqi*R03!3',')6ٺ5S>;%%&uȢ','',0,'?'),('g?9wM','wp-content/plugins/booking-package/js/Schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X_)','i4zZ3-JmD*4|}HzN','',0,'?'),('^bRSI!?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pu:إgu','\Zd5U^Pkq','',0,'?'),('P=W,*)','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4I\nZHu',']^M;Y~\rm@tE]9J','',0,'?'),('sk6/н','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';|bO$#','{ۖhsH^Ze99','',0,'?'),('2\Z\0m','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cLc,<jMn','$ER8/9]jTQc','',0,'?'),('6Q:\'̸O\0','wp-content/plugins/qode-restaurant/post-types/restaurant-menu/helper-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')G#5i','˂\'Ph\0 M8װ','',0,'?'),('@M]\"iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eѡ\'!2}V','x\"\r6<ϣ1 \08*u42Ń^-','',0,'?'),('Sv+d;c','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Bigquery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AgD\ry:d','IŘrz2*Bv.|sT_?O','',0,'?'),('Z(>(1bޫZ','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lo7r79wAUE','EP[xv1i0h;^J','',0,'?'),('`~!\\:D','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѧ~V-3&g','T-ǿ[Й_dёyĎ','',0,'?'),('e:֬p6','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7E~?V֬oB','b1rJw./2M`','',0,'?'),('kK7^V4k!','wp-content/uploads/wpallexport/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('lҒ.[$69R','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\Z<ig(Y8e','[!\nD\\\'C2/YF8Zc','',0,'?'),('mZ|%d','wp-content/plugins/updraftplus/includes/updraftplus-login.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vߦ1rnez','K:\ZEwqˀ=y/^%y\rݹC','',0,'?'),('q@/ꦑٞ-M','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J2IK)t˺','BT$;|\nm684{[Ɲ݉0','',0,'?'),('lYOIvYJ%','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`YRrݮ','k:b`8=W!ZLB9','',0,'?'),('ɒL$/lak|','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\rv]%YZ','b<&4[ec.~Tfwu0H','',0,'?'),('ᕵ7\\F|[El','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0s0C{[[t7','Zz`}JGN]lQ8H','',0,'?'),('Z\0w`Vw','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r2:&t~m','\'(;U=J\rf-rZy/6ިm9','',0,'?'),('>\n5Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y1oE>uǘ\n','a\n\r$۱yq*$q{','',0,'?'),('p [Ea','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&:(]u#OaI&','YQ<CdT\nζ.Z`RC/','',0,'?'),(':0ȣ<!\0','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<ӧsvL%','Qr&OY2⑺^̲%(4u','',0,'?'),('XDMQP','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hK\0=S=J','fsใ?E0?i5jwGbmi;','',0,'?'),('g_m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r<xR⠄R|&h','HbI s=VApxx.J','',0,'?'),(';DthEG>H','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\\','Zm$zpuCVgIgIN','',0,'?'),('N`@j<.%','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|S}-:ZFA^','\\\ZTwr@\Zc;OҲʻ2','',0,'?'),('^\0O)W','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&b(l	E','Ic><q%2]~6;z','',0,'?'),('POY','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<=<Y','.W.[0ޣIS;+o','',0,'?'),('m|yb','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UAHmp','d|לPE\"䉸;59hTJ','',0,'?'),('\"C*.','wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('*	[4R=','wp-content/themes/bridge/vc_templates/vc_row.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hC\"-z[,(d','*?#Q[&RLMX\rI(','',0,'?'),('*y4b=^_0','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xw+;axjt|','|ts|E*UƔ*kݹ','',0,'?'),('\\9ã>Iz4c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+%5l3!-','2`RiL#e؄46gpo~','',0,'?'),('B<j>HbD','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@pOZ5','Pɔovʤ\\*0c9eG_RD%V','',0,'?'),('CZK~x','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ty\"WoM?',';iݯu].\"l񛀗WFX >','',0,'?'),('BKAa<l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XߓŒ\"X36DQ','!l..GI\n7oeѿ\';I\n\n','',0,'?'),('%hi\r\0IV','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"1:o8c','V9{3HO$w_wߝ\':','',0,'?'),('h+DAN','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']g>p~ܼv','P,tZ%WDxW@Ow`Z,/','',0,'?'),('B+0DFO','wp-content/plugins/revslider/includes/framework/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('L>ٟ#{6p}Y','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U2?ɻ[i','J\\CA>K#ۏ\\{2s','',0,'?'),('U6υsd~x','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r*unrdug','ҷ<hbo>W\ZN eia','',0,'?'),('UbxBUA[m`J','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5\n-~(bjg]Z}(','sO3a}WUp9&AhW','',0,'?'),('^}R	V7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>eK̡tql/>','Җrd!]l%AOAa','',0,'?'),('_NR\Z_b','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\"f]h0\"Ѹ\'N','#w	)V 1\"gD%wq~?z','',0,'?'),('e|6\nW','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\'`A]\"=E','qo|>Ǆ%ÝvδѿӋ','',0,'?'),('lɃandv\"Q','wp-content/plugins/contact-form-7/admin/js/tag-generator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tyY@x,R.;','V]\'mW3 T\"\n䄿ôz~N=','',0,'?'),('m\0nqqGa^','wp-content/themes/bridge/js/plugins/mixitup.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yؘlOLKK#1','|<ܘ#q[@77Za','',0,'?'),('x+)$\ZͫĜd','wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h4}DYG','3QQ	PD1}f8Ph,emN{','',0,'?'),('y0H#;e\n\"+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#,y!F','q}%;ނe+\Z*<P*m','',0,'?'),('┵͠r32Q[','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lA0_','\'F-2 {	4uWR .Gi<','',0,'?'),('KY`','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	/\\#{zKS_','	zZQ\rp%BՆ=]o=;','',0,'?'),('⪪82c=t*l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4yb`_Of','-h\"ogɒN TEJC*r','',0,'?'),(':6de\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޕ헣WӹXRG','\0pcIqU)8','',0,'?'),('Za9Uzն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cRT','NX%m^5YKg','',0,'?'),('8x]Aش','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ip\Z)IkS 绩','\n+@2WӈJy\nB\"{+','',0,'?'),(')2: Iu+','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hSZV\'$','ہ8NYpG+؈p]NˁG}','',0,'?'),('ĸ:,p1Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N9@VtuVTJ','!IAK`:KE	R+G	֩0H','',0,'?'),('\0וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\0%3','9ƺ&]nEua]iFƳ','',0,'?'),('D93Wd#','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&|❝,f:qCYL;','Dؒy[vQq~λrRS','',0,'?'),('_[ߙ{','wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M]\ZLb/','쮿8>D:.Yģ3\'','',0,'?'),('۹\'ZTX!','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?fS)\Zݢ~','J- I4̊vE','',0,'?'),('[?ϗ9','wp-content/plugins/loco-translate/pub/css/poinit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȢhsU<w\0,','mJAWt$X`w^]ƍ{','',0,'?'),('+W9d6<1\r\n','wp-content/plugins/qode-restaurant/post-types/restaurant-menu/shortcodes/restaurant-menu-list.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Rn|y','Z\0rV2N%\\.ar~g','',0,'?'),(',݅+[RXX7ۏ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7W$N\"FLJL','ILGS$!|ų#}~','',0,'?'),('.aZja','wp-content/themes/twentysixteen/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n3f49;','&.)oJd5jӨ-/G_w','',0,'?'),('0;-,AEy','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(S;I(','UkxrLb\"JAF(u;	\0&','',0,'?'),('=P=+!1','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/templates/numbered-process-item-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N/(N@Z7','\"=m\r5\ZHO߰UNC	ICs1%)	','',0,'?'),('B\"^I\nhƜ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Zz:GXvzK','i#kA8uSCL	zr܍/','',0,'?'),('M%.\'9n','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y8W<w ?','I=HG?\"CH?Es[3_','',0,'?'),('\\₱đAxx','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	sHYӨ*','\Z1%Eb}鳢t/DL5','',0,'?'),('`-]I\\z','wp-content/plugins/wordfence/modules/login-security/css/admin.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S%v#)ݩ5!','Bixu\n1܎ͺ2{','',0,'?'),('aOj\'ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!qYS2N','x8	p5(#AM','',0,'?'),('blK\nq7\n','wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nG>jf','֒3&7jmR56BvW\\','',0,'?'),('m5^u9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PAf0	/ (w1X','IRR\nߎd;I3G','',0,'?'),('YZqLGa:','wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qeS4',']R \r8]\'CｍĽV','',0,'?'),('』\"}?TUL','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zQD	˙s','&QKv%N\0uIvY','',0,'?'),('ㄖk\Z6\Z','wp-content/plugins/updraftplus/includes/Google/Service/CloudMonitoring.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P?8`.̰MY','!Z<BYtmxp6$!;6_','',0,'?'),('#\' ~/zF','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XZ\\h=95','.Z2~b8Ȟu','',0,'?'),('3[M','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kPV?JLQe2','*){ޜT=*>\\}܀vS:X','',0,'?'),('e\\kcXf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hﻇy¿u&9','~Wb@X|DSBq.6.','',0,'?'),('\rS>/Jn','wp-content/plugins/loco-translate/src/package/Bundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fk1C','ݎ=5gbFGؗ*m::8\0','',0,'?'),('7$.J','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FQ:X','\'qܺY~8~}	2:&Mn','',0,'?'),('\\Q!]dֵ&\0','wp-content/plugins/bridge-core/modules/qode-like.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iRV:e~\"J8','똎&I΍	|j*:KJ̡BQ-','',0,'?'),('s0?BWǣ!','wp-content/plugins/updraftplus/includes/updraftplus-tour.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Ԓ\0V|ࡪ','(+TY\rüzQWϧrofωr?0Z+OP','',0,'?'),('r#','wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pڊ!h=','nm++FmB({0ت$w*{^<I','',0,'?'),('Ny/f`7\0c','wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ig+ 3','\'hN,^12;#(Z\'','',0,'?'),('q82v&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j5qS\rXi','Ej\Z\ZI3JGjVݒ6<S9P','',0,'?'),('H%,','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%;wQ8@','wi>6Ƭ4.NC\Z4IO','',0,'?'),('<kUJv%1','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7|Z','DD+vehs>ZfovW~,=','',0,'?'),('a,;wVSY,','wp-content/plugins/js_composer/include/autoload/vendors/revslider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>]̪=swZA','y,龊W[l`F	UkgZ','',0,'?'),('c)]^','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?So\0\Zq9','QYzoy^r\\YT8Ɠ،','',0,'?'),('%o\'eв','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nl)sc','}De\'/\"XM/xx%kZۓX','',0,'?'),('@1uM{','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&gKdC.ĵ&','?S>ȃH\'M-oԭ|c&','',0,'?'),('!_','wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MhC@Tf@/','TB6|<h;Wt$t`XO&','',0,'?'),('#iJH?@','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pчwޒ6Z4','K	G8)J~R+G-2','',0,'?'),('wV!','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0PKӧ>c','AyoUU{;q ?pq\0','',0,'?'),('՜f+!X_~c','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E $Qǋ','PgҮM!sUAp_4ʉݚpg','',0,'?'),('Lh=8Yb','wp-content/updraft/plugins-old/updraftplus/methods/backup-module.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_k62ZKThχ','%6{Ŗ{<)a}->1','',0,'?'),('\ZK^\n','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\Zt`-	','nM]tøX)Xf)%:T','',0,'?'),('(.Wb v(G#Q','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\0enjeR>7','x H#:!Sĸ*g','',0,'?'),('3GmX?ls','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/templates/info-card-with-icon-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K1','Zv-n˖4ds&rQ$[ȍ~\Zf5ç','',0,'?'),('B1ҊLh$H','wp-content/plugins/popups/popups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ھ?c`x','S{]#L6<{G\';*^\"M','',0,'?'),('OO\rss','wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%1k6KތO3i','a*eO?ҪiHo@?','',0,'?'),('^ۛF','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3y\n\0g','4\'\n&qeu4\\pbo>^)B\rŠYCj','',0,'?'),('z^}¤hh3\rw','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VѴA','D:bw#^4BKIP?	znV_','',0,'?'),('{B.POX?cq;','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8^$_Z\0s','k_\rz]PjWa[HE!4(x','',0,'?'),('䆮G*~5HI','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lS?,ra4;^F','D;䏑eHib\Z?b','',0,'?'),('̴=8-!S','wp-content/plugins/updraftplus/includes/Google/Service/Fusiontables.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tCRs','3}e\Zo#m&\riq.Y','',0,'?'),('䋊V!2d-\n','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Eɿ\'j+.T}','HٲyGy?-n g`a','',0,'?'),('։nzn','wp-content/themes/bridge/js/plugins/packery-mode.pkgd.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.pL)˵	J','ve&MhʀBW񾃵ixN	','',0,'?'),('֗ս^,','wp-content/plugins/loco-translate/src/admin/config/PrefsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΩIӻ7;','猉\rPk.t4w,/WQ%[','',0,'?'),('Bt̠5D-g','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/beX%t','ηMzE\r-\'Q>Z攫	R<ا','',0,'?'),('!\Zf㔒m:','wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GWŹx','a-<M>w OB%ƇKS7','',0,'?'),('؞%40nk','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1xO\Zڍ','`$~z3(̀.8','',0,'?'),('_IxF','wp-content/plugins/updraftplus/backup.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0F\"b','hOh18~\0Y3ӻk','',0,'?'),('\\Q;\'Xr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ixYY/T','ͻ!\'fxZS/\\yk(','',0,'?'),('ޚW*Hɒ\n:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƹurd{dfN','sgh[km4CqTB','',0,'?'),('zpKC{\\>','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}DK4gp@y!',' B.:<,^V/SQ{@>݁H}','',0,'?'),('1]M|KFZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9	+OyծurO3\n','X&o1\'cgmlySt\r','',0,'?'),('I`L+2ؽQ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l!W8աRM]','m#:hWw45:C+*N:','',0,'?'),('föiFIÉ8','wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S;[]<O','([$sPkFNHV񨆛Rɬ(n','',0,'?'),('@s{C','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+GB0e5\r',']-V3إ3R*]j1','',0,'?'),('nK9r!]\\rla[','wp-content/themes/bridge/js/plugins/infinitescroll.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yju\"	J;J','*>c[MR!%b4','',0,'?'),('\00qĊNy)','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vOc2`y/H9','[0dH*S| 8#XoE','',0,'?'),('+Tx*0r~','wp-content/plugins/updraftplus/methods/email.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`-vpT2e',';&!\0jfrEv4v]ʡ={','',0,'?'),('SErUx\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' v&\ZHR','}`lW\rz(zqLmQ<l(F','',0,'?'),(' 4&ǟ	M0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Z\'9TNd','˳*:˛\rO_sƯ/+#','',0,'?'),('\'`F̔~Ė','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C؍0+C','`>&i(ŹCf&>Y\"','',0,'?'),('-\nܥVBo','wp-content/plugins/loco-translate/tpl/admin/file/edit-po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\'auo8','Ν.ZzVYCi42Q','',0,'?'),('6Z[Oas*q>l','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a:)ް>V7 `','ZX9qrsڱA{gl:Z4','',0,'?'),('CǴkq{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hN/9/','8kuLⴿz1wB7`N7 ;Dd','',0,'?'),('H4.\\:#','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.[H\rϬ.k/ ','lgj-u\\$?)\\y6@','',0,'?'),('O','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}/X5$9/e',';5bGSB:e}!q|z6','',0,'?'),('R5?- S^H','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\(p[',';W#}Gj[KSAKZiˤ[Q4c\n','',0,'?'),('VOMt?E;	w','wp-content/updraft/themes-old/twentyseventeen/404.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OxA$1&-y','H{Af,[$dn','',0,'?'),('\\s/{(L̵','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8v0~ۜ߭R$','1UxfjoI}','',0,'?'),('eŐnA','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⇲*!P\'|%\Z','\0+FoL (\\.w g{&:όH','',0,'?'),('j|$ؓy4','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\\iqw','MJ\\r\Zŏ߹nkoZ4','',0,'?'),('pO:tL}+oJ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nŶYpAkb߉0','__7]>o7v$-*qX@k\"}F','',0,'?'),('pkv`ݘ|y','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_latest-posts-two/latest-posts-two.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gqYgx7:ap','}\\c\0I9jޓ *aMֱ ','',0,'?'),('口SfF\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1@b9','$-GZ˵yǀ\n_BTQ(','',0,'?'),('V:S˭%0Q8','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6	;cTYi','Q\n[jUxfhݳaz\Zfǻ>','',0,'?'),('XxI]Ͽ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h,mVOU','byu\Z\'/Um3|ƎUd	\Z','',0,'?'),('ڶ})_G','wp-content/plugins/loco-translate/pub/css/podiff.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ck=FK1w;5','\\?\Z=ߍEÕJGeU=?Sតt','',0,'?'),('峳$ @z6\0`/','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ջ}BH71','\"beTb$׉\n~ln','',0,'?'),('庖8VyK5Av','wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{jS','йvEPr#wߕgT[','',0,'?'),('܂l*x&ER','wp-content/plugins/revslider/includes/googlefonts.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QXsؚ$=3Z','4׫BlUWyW8/?/','',0,'?'),('\\EZ^a','wp-content/themes/bridge/includes/qode-breadcrumbs.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɋgYCK','E7Q]+m\rdߙ)3Stn0n','',0,'?'),('&cosT','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nmulv:','$YJK|oq)]o','',0,'?'),('\rb\\ɍ\Z','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xÎ#tI(7','#<\\BtRd׶>sP[EKH ൽ','',0,'?'),('GEzkņ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fq͚|#lf','Z﵆{5[:!˪','',0,'?'),(']7U,sN','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ؙ+oߦ&','\\!eZd+2\"ju`M\n','',0,'?'),('AqR','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';0K=2g@͍','R\\#o; *+zs{JV-F','',0,'?'),('+tabғ','wp-content/plugins/updraftplus/methods/onedrive.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PktrR','m*=qBG\ZPho+9X\0^<xr˴	','',0,'?'),('+.eF','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã,wG','KRCsG+%tA2ko\n','',0,'?'),('-	5\nT','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':)\rZ:z9(','\\t)lJWP$0?h!','',0,'?'),('/l%pf`\n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ef=qzr\\','X%й0Yhj}1R','',0,'?'),('9ekkRoS','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?cP<A|88','Z,镧ew\r[ܔX/y>&','',0,'?'),('?L[thOp','wp-content/themes/bridge/vc_templates/vc_tabs.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','44r>Z;:','|ZT<;\ZN_.pAx','',0,'?'),('Ak_]D@]{','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k3Ӳ\ZA1O-]t','0.O@!6\0DE_L=yn6','',0,'?'),('G5@07','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʟghkKf','>EGL EJQ|Bij','',0,'?'),('J~_ofk','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']b8\r*h@','zO间 ^7%n\"\0H','',0,'?'),('Q#j5P!','wp-content/themes/twentyseventeen/assets/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p3Ʋds.bN=',' 	TGCgҫ,R','',0,'?'),('m)4x*','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\0ݽDhĻ%','\ZϗjĄ!3\r	4>','',0,'?'),('x.а].&Yv','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G4Y@Zm/܌v%','ӍBߤ-kMdH0,$?,fM<','',0,'?'),('4sf&ܰc','wp-content/themes/bridge/templates/blog_large_image-loop.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YiB/rA','i<dI3\0*ju\r','',0,'?'),('^輹L&L:','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jzm#Ir\ny','da\ng-GC7~Fܳ+2gh','',0,'?'),('Nzhs','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+vmٷ޲|','[Qiv[*G_)C}','',0,'?'),('*4ЬJRRI<','wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')KaOtKV_zdc','f-S6 94xѡu','',0,'?'),('؋)T[	r','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OvnZy','\"	oA|w	gwwY\'+','',0,'?'),('AiH+Лur!','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#۞ؽڟI{\"','#\nqgu1[qHG	','',0,'?'),('様7^b\"','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hgi>','䏛N7g΋?Fb!}ݿC鳇','',0,'?'),('/V','wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('t 	\')9?','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Spectrum.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\niq','#2W{akTc\"#N	t\0g','',0,'?'),('ylsU><','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zg$ \\XC@','\rB6_`yH~\0Iw[q8N','',0,'?'),('|NDJ#','wp-content/plugins/updraftplus/includes/PEAR/Net/URL2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ي)NX6~','Q*%_7ރdN|ƪQ/p)g\rd','',0,'?'),('eҕhV\"','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 5U,e\n4(','S|POdɇ&ٲ-','',0,'?'),('񇻶yKK','wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('$M=m','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk:M','\ZY)\"R?6d	O\'PCy','',0,'?'),('W\"Sk:','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-r5*J7If','8tf*JwT^H>1JDο','',0,'?'),('PIcDƾ','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JsǙB','ERJbȸI\"t],qP1\\fD','',0,'?'),('u˺M9T','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#)^sP$','ૠHK51FWt=ĖE_Lr~h','',0,'?'),('ո&0k','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/UpdateChecker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@	#{M','pkxGScGKsͦH4\'͌h','',0,'?'),('\Z]CV1uO7N','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ZcF30','m=Mŏ\rl\"`1qG\Z6~,6','',0,'?'),('ߪnnp|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mYQy','2ǲ\0}?C\"͋§\r9C','',0,'?'),('x*ñU','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&_w?V:gC','w@c|h(HzX[_:x0)K','',0,'?'),('⣣MOU','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KۨÍm','{PBhSNe	xv0HvʳWIB','',0,'?'),('0h\rR=><f:','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/PhpExecutableFinderTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX|5E\rx','K$3HZ4t#6ЏE','',0,'?'),('	y[^?Y','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DEW\'&','\"\'/M-T~JoDu','',0,'?'),('\"LJ1C4ND','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jv[pջBM','	)Yt\rb/\Z㲰i\r88','',0,'?'),('r`}s','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޲:4)!*t','kƕ[/kB|>\\`rt=VE=','',0,'?'),('˷ٰp_A_\r','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j1H\'VGSt\\','AJ!Y2X\n\nK9MG\r','',0,'?'),('a4B\Z>#}','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6hl7iG!','Pf)܃\n@E٩PA-.U','',0,'?'),(';Wl','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڭ:Zɂ(fU','4.x\Zy\r','',0,'?'),('\"	7;','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),(']A-ɨN','wp-content/themes/bridge/js/default_dynamic_callback.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6PO<Ϭ6','\0\nM\'C#<uNǐ*z#','',0,'?'),('!C\\&{R','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/counter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a,>{\0','X\n9c!Q23Dm-:c^o\\','',0,'?'),('\n`mHIiM','wp-content/themes/twentynineteen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\ZH^yO','xiFngזϤ:q4w\nr#J;','',0,'?'),('5ӧz^XM%','wp-content/plugins/loco-translate/src/admin/init/InitPotController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w_,Û+','Ľl\'+KAJu2kZ=l','',0,'?'),('\"ơ7vs+','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)[}MYd','J4?Lឃx\rk9%ϤR\Z5o','',0,'?'),('\"dټ?a','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section-content-item.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BkZ,Cԁ/g','͙ȖhA2cx0	[s','',0,'?'),('\'s6:7A9XD','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\08:R\')S','lJcmDe\ZL!(\nS','',0,'?'),('2\Z {DZ-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hI15[I]J','*\\&t䭨\\	gTw,1','',0,'?'),('6ׂ\Zo$T|','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z<)ޞW+','.ZV,@ל2\'4I5D8X','',0,'?'),('>ֲC9s','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginPanel.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堑!Y','_Y&)\r8zhoĶ7JbF','',0,'?'),('AV4Q-&&9','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zz\Zp^\"8>','=_qp-N_0\"ʥ%','',0,'?'),('B8Ӵp$\\!','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rթرgLon',')xvr\r	\'/Z5y\"~Pu','',0,'?'),('C?ؗX}m1+','wp-content/plugins/bridge-core/modules/qode-custom-post-types.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.ZB\\\"Ԩ{','+\"_R\'\0j8>$F\n\".Cp','',0,'?'),('Djמ8]fД_','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T+gϤLbֶ','ځ-EZWicV=[u','',0,'?'),('FJL҇\Z/','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҙ[e9\rT','+*[J}ShoJ=[<ٔAL','',0,'?'),('MPEL8ߕ{z','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BEpc','=mtf\"56ﾠfM=Xc','',0,'?'),('[粶EIΐΗ','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kc4٬\nTe','rIE8a&2EQ','',0,'?'),('b`K\'컜K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/1\Z]X','Ӧ0jM7r\"sQփ','',0,'?'),('d`2_U֣>','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p`UQ l6\Z','&t@xUuÁ~hح3#','',0,'?'),('tJpz@mV','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/testimonial-carousel/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!IǞb\0','-}8 vȫzЛ2\\Vm\0D','',0,'?'),('xΔ)NX3u/@4Y','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SjR=ׁ8','P?KNz?62ɹנHL','',0,'?'),('7;wE/QQ','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-stick_with_left_right_menu.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^VIVa[/','>\nUoȷ:#WPmݵ','',0,'?'),('Zd+dA','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n8l}+QG ','~2`[éYR:ٗέ0\0#$s(','',0,'?'),('Jёe\rXd$','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڷ.011','=B\0	z|7z{?<ʽڝr*fi','',0,'?'),('ߘPz+:d','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	b)ɐ9h]','k~	RJ\0tD<Q[Lic','',0,'?'),('社eHp','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߍ],+u8',' \'u}.0(\'э^.gE','',0,'?'),('禜iϋfb~G','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89r)y(Ǫ','~?m%/\'\r\Z&}UD(\r#%Y','',0,'?'),('r*Ы\'|','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' y<\"PϮEE','\'ޭF00YL_az','',0,'?'),('絴z:E-$','wp-content/plugins/updraftplus/includes/Google/Service/Autoscaler.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uo;cUVʈh*','QRnt\r`a\nHy>5w_ ','',0,'?'),('Ó]ɚdQv','wp-content/plugins/revslider/public/assets/fonts/revicons/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('p\0ywUY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h/32/ʝm','EP)xiMZƥy^` }#^1ݽ','',0,'?'),('Kgo#0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$iX^r^e0','L1S|b~&\\&\"]a;','',0,'?'),('ŉ	i/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V93GN+&\'','\0{L	+h7xvPdYyHh','',0,'?'),('ɱ0,x(!c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҝI\n R',':c\Zі\n	جM\r\"N`G{	','',0,'?'),('Hl{!D#!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0N>J\'>','8ޑׇM4P{zHJc`?','',0,'?'),('L.dDv','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i0j82\ns','v\\qY{S<|+{(m?)D=','',0,'?'),('ˮ\0(Չ','wp-content/themes/twentyseventeen/template-parts/post/content-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZI#s',' N-Cb\"CT!3gH>$\Z','',0,'?'),('4k%,X\0e,6K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9;?(WO1`','l\n/+#?<^2HN','',0,'?'),('FZYC83E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UG?%[r2	','QV\\];LeTb4_Mco','',0,'?'),('拳ĉ3no9','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<ӧsvL%','Qr&OY2⑺^̲%(4u','',0,'?'),('GE9=\rF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':eڔS^$','s\n墠\Zp\"n)dH-5.jǮ_','',0,'?'),('P+!r~j	/t','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u0ʛyb8a','pWX]\\DE!h){go@v{oS','',0,'?'),('šz\'e5p','wp-content/plugins/booking-package/css/Reservation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U*)-lfF','9HJsNnQ.2)','',0,'?'),('÷g$Ms','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sgb0Cm@X',';<`ҶsfRХC^W^	]<!>','',0,'?'),(';\ni*V','wp-content/updraft/themes-old/twentynineteen/template-parts/header/site-branding.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zmoë垅','B.T\Z{1>c?+{ΤYAv','',0,'?'),(' ULtG8E֍N6','wp-content/plugins/revslider/admin/views/templates/edit-slider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`DdՓ)',';8AB0HVjJ1dݍd','',0,'?'),('%y>}Ho(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e%>Nx+','5{`9GR\ripYiwEt\Z','',0,'?'),('.\"h	QF','wp-content/updraft/plugins-old/loginizer/init.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.!@2p\r2','^&<Ţ.Dn&1*/`O2','',0,'?'),('>7L','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iBʷA.\\Ӗ ','zσ!L,N]vY=KoN','',0,'?'),('C	cHk`XC','wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wOT| th$x','ȾWp*;zJW{]ilc','',0,'?'),('JgȻf#.ۚ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\؏Ͷjh/4','*& ;~\"0Fܩjݬ\ZCMc ','',0,'?'),('SHLenPq7č','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nZHUϘ','ݓ!#hlts):}*aEglTD','',0,'?'),('[t>mк0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ov','I|zl*\ZUMo-L},`OܷOZ','',0,'?'),('fi`=@To','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\nD\noًj˲','zƄ\Z\"n\Zs(U/~7F^','',0,'?'),('pfxFlc94\"|','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Xw?m\\$','Г pĩ(c3o8%B5IhsL͐U','',0,'?'),('s^P9qPv','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Extension.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͳ(sRN','֤ɠk겧1XE,1ר*y]::','',0,'?'),('t#ݕxgM$','wp-content/plugins/js_composer/assets/js/dist/settings.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3`&(2N6$','p!@ޠ\"|WɓŒ7+0xK','',0,'?'),('wj067@T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"2s7\\i#E','atW	3N\Z`xhI`','',0,'?'),('wֵ>682Y','wp-content/themes/bridge/templates/blog-parts/compound/meta.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\nR]HiV','a<ݡd2\\o|//ܖg_','',0,'?'),('Jy0m`/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0C`qx',']zpqN\"CKW鴛cM','',0,'?'),('\0]pޑ	\rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ud\'~p','Ltb݇Hmznt;q\'','',0,'?'),('P<p\Z*Z','wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x5v63~g','Yd|``\"V','',0,'?'),('̣M?|%c!','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RKq^cG*','ǊA{M5_	e֛G\ZmQ(a`','',0,'?'),('̪&x,d\0f9','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q]\Z-OQTN','EfL*nGū>1.\0s@','',0,'?'),('ғ8KbBBG9K#q','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h)㕑SK','䧙*\'B3xZgB)cw	>F9y','',0,'?'),('W:]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ND	#1tЎA|:}Y','|Fn7B6(9+H','',0,'?'),('ӪYt/{','wp-content/plugins/updraftplus/includes/Google/Service/CivicInfo.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۟d[=LG19W','utf\'`\'7hE<bV1̛','',0,'?'),('QoH*(','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I+ƾ=','dCTe&,)ѴFG\ZdON','',0,'?'),('[8|2kH>','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/carousel.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}_z4KY','4Fw/E(a\0j<WM\n','',0,'?'),('%$g3dN3','wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hqݮ:&	p','I4ḴA8oC	n\'n29','',0,'?'),('ĵ}b칖%','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oa6Y%C','l6ꏀ].rC\r;E','',0,'?'),('vBB\rZ$','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Y79\\B','\rbNmo\Z$qH&3MЇ5WVJU[L','',0,'?'),(',\r=A','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l`\rtiqZ','&/z#E7M>f/','',0,'?'),('/-2\nbu/','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒX!P\\:','g4@MPckd#*GiVj~','',0,'?'),('	_dAnk.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V>\ZC','(4 0*`1؎V);S\ZJRA','',0,'?'),('+3pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y%̍ų<','ŔWF&x\Z	\"gߠ;=Dٗx','',0,'?'),('Y\nkg$\r,','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~jmd','898`գ5i-I\Zj','',0,'?'),('$CqZYuJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%N\'GH','\\r[w[Ukуhf\Zzt%i-t/','',0,'?'),('\'\nCldL','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']5n< l','͘aJS!mM+Ca!JҭR(','',0,'?'),(',ݍBMȤ','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0_s7=Iǚ','y^$Jzz1!x\Z','',0,'?'),('1TlSQQo','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r{_d]أ	To','\'%G2G0qlOLm`0G5\'','',0,'?'),('3O-rR;','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vĜL}8o8','8;T,D2z*{0C','',0,'?'),(':,~PLEI\\','wp-content/themes/twentyseventeen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z{6cvЃ\\,','>}O_	+}?tsW][:','',0,'?'),('D?&ny¿','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<B!)-',';y[u$I/\ny]\0','',0,'?'),('Fj!Y{.J=,','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[><k{(','/	\"Fa챔<SYg؉F@','',0,'?'),('Uu*V̾Ȱf','wp-content/updraft/plugins-old/updraftplus/includes/class-storage-methods-interface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b(3;\'T[P','9T[~Rߕٕ?B3+','',0,'?'),(']W/>}<8 VF','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uj)]ٛqpE8',':mS|N@!im{{L\"LQ\"wO','',0,'?'),(']J5$p[q8','wp-content/plugins/popups/composer.lock',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ppFU\"K;','<BMou&\"5m$','',0,'?'),('^.jT}<I','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eԇ9Qs','O8d?1snth wPa','',0,'?'),('gU)\rR(','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oxoU/B	{}','ą Hnp\'n՛1Mvуj','',0,'?'),('l\0.Xy\n','wp-content/plugins/revslider/includes/gutenberg-blocks/webpack.config.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k;*8nojb','fWTÖ&@_G&\nfl-i$','',0,'?'),('m[s*W,XÐ:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nRȮid\Zf','fnjvmuϛ\"Bץ▁9|7','',0,'?'),('wa `ųan?]','wp-content/plugins/cookie-law-info/languages/cookie-law-info-fi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';]<#WyJ.','pB;{g!:yj9\Zy,s߳','',0,'?'),('|:xZ~*wl','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6G5n;E>','Q2Ƽw|!l?sTMmu*({','',0,'?'),('TB3G{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KNknT','=ln&ăJӗ~l','',0,'?'),('郸FP9\"V','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ihh^]wPٲ\Z','ڌ8CPjO|HA+[rM6','',0,'?'),('+e2xq&_}','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EWEX$pE','ϫ\'W?	ET#[I(','',0,'?'),('J^\0ՠ\\[','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G5\0','Ò]gq-aȠ.Kw)0\'','',0,'?'),('頻yN<9o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Mi}5T','?PHQ@aJC\04/wۄwv','',0,'?'),('mMtWB','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\y0dZo.h','_]<#S\"B^U4_Q<!@x?J$K','',0,'?'),('\nݒA}jk$','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(m_򾍝940','\\QV/EiVh}?X)xǹF9i','',0,'?'),('\rOngP>!z','wp-content/plugins/popups/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')]9ڬU\"','s]p26ERƷ9Y	k','',0,'?'),('tZO\' \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȰgW,/u','Rw/h&q]Z_Ngy','',0,'?'),('V,E@Xy','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P8?Qh׊','~`嫌<B\n鲙%]X}\Zi','',0,'?'),('z63D<[tˍ','wp-content/plugins/updraftplus/includes/updraft-notices.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yßjl{)8','`[raqc1vgwE7g\'','',0,'?'),('Y8dd͈','wp-content/plugins/loco-translate/src/gettext/SearchPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c=K6>/','TA*7jt}Ыm>-R>','',0,'?'),('/dewפ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>.\"bN','HG΃at/2Շ<9Zd','',0,'?'),('9iR40X','wp-content/plugins/loco-translate/src/ajax/XgettextController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*id-q̗2bʒ','Ϧj_%1:\Zo{e$~\r','',0,'?'),('T6\07]s','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ݴ-u̔Tg','lswRцB^,Wy6dvL','',0,'?'),('x)>[4?','wp-content/plugins/cookie-law-info/admin/js/cookie-law-info-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9%Iqv7cɖ','φ;lLEe?o孑>/{o8','',0,'?'),('	1_E67','wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a|2]e\"$9z','\0Ó\rƱ6 ,J	!d7nh','',0,'?'),('kLN\0x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Io%','$m2\0<#N7ozre{/','',0,'?'),('\\,zvB6{','wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q,S볘ր!','*7^b_(åv#f{	&','',0,'?'),(',ysѼÇ','wp-content/plugins/revslider/admin/views/system/dialog-video.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.+V99\'u','CSRWz]el& 4G','',0,'?'),('$.F^\\CQ\ZAF','wp-content/plugins/js_composer/include/autoload/vc-undoredo.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*z-apsb',';0tN#	)Lf=9%Do','',0,'?'),('-.xɤR','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӷִ=<','w^LqWh!Fv\'$IRι','',0,'?'),('0Jfx#X{','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']mw/\\y5','ɐtd7H}=.tCw$`c\'','',0,'?'),('42)A.;4','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q	!@٧T\r','	Z\\L\'b%i$\Z\nF~','',0,'?'),('>v\Z˅\ZN','wp-content/themes/bridge/framework/modules/header/templates/search/types/search-covers-header.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\\kR\ZMJ','F1eDǄ\\\Z$6)P\n\Z`&><','',0,'?'),('>;kۉ8?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@)mzY膐\\ԛh','*\'WQ[i%J{t=DPgc%;]','',0,'?'),('H5(Ix&y','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(9mTz/','\0c Gͺ!xM=.1','',0,'?'),('d\nv;O1:,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!0K܃5{PD(','{`α0HoG🨶Mo$P','',0,'?'),('n|2;%	=g','wp-content/plugins/revslider/admin/views/templates/slide-stage.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q/ZNY','7\'hODqr@I)7','',0,'?'),('r@DZ䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!K	5yS*','TyO%u;U}g1)Z','',0,'?'),('w6?k_+R','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@\\dP','0yWb/Vbp*0:\".:Qo⽸','',0,'?'),('Os\Z6I|','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bB!~-Ȇ٭','>TkH~;oELwpJ\Z','',0,'?'),('ꍥ2jEbg؈Wx','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ל^SjR;+ֈ','iOZlW~&WF%Xȭs6','',0,'?'),('2]𺝌+','wp-content/themes/bridge/framework/admin/assets/css/font-awesome/fonts/fontawesome-webfont.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wmXS]j#','R:k\'&gcfqlEUS','',0,'?'),('ꙺUҹ4\"#*Y','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7[Ud','ԈL{VP2.\0Jp+o&ɭ','',0,'?'),('꠩\n_%','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3:N<uP;n5','$m>W2YT2J.n0f(e','',0,'?'),('\ZTiSx-f','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\r2i6*[','[΄[PWGǁ`oZ','',0,'?'),('Ǉ4˓T`k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#C9pi l;','J%҆o-a 1Ѻ\'5ac}','',0,'?'),('˒!~5w03rX','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7[Ud','ԈL{VP2.\0Jp+o&ɭ','',0,'?'),(')W HH','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<n\"\0DR>d','IL\0_Bqj@ĥ?','',0,'?'),('g*e3Tb\0GZ','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ut ̀OuӲo','Okʕ_DXmZvY9O	','',0,'?'),('{D߽y_qz\r','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IhM>G[\'uh','<j\"9\'C]EzQ/','',0,'?'),('{7ժpA','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\"+o6x	','.Gt=yD\ZB<','',0,'?'),('c?`dQl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Ň&>%iL','x2<agɇ\0h=JCn/96Oi','',0,'?'),('`I,y oY','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';8e_TƽW','ݬISP\"a 7J6QSv_y','',0,'?'),('C〿Ib','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zj%,Y$D#9K','1Ew/ѡ`6_/ܫl','',0,'?'),('cf,ůg','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?>\rgJա','-&mV2\'bCfEWsÊ9','',0,'?'),('6ZfM;','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ϸt|~^s)ķm','l\\wZyU\"s;j','',0,'?'),('*\rh}h(','wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(^A+ Cr','of#+{0_06hYTZ5N6','',0,'?'),('\njݍea!\ZWdq','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8.K\'',' \ZYӵ˼*,QLY{㬣p\rh','',0,'?'),(' }\Z++{1%\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\Z뢥z\"D','<~8n ܀\0>ˤo[s','',0,'?'),('\"^)D\'Ց','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8hW?KAif~^','-sMB\n<-L_zD\'Nh','',0,'?'),('&n+L6<$','wp-content/plugins/loco-translate/src/config/BundleReader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','08S \"','\'N~\"OwL(sK@','',0,'?'),('-n$.#g%}','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OّCHؖs ','pXuc{-K׏ژ/OnE0)JB','',0,'?'),('0RJ{yˣ','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ck3TLἤ','X\\xia|\".sgwV鰷	','',0,'?'),('0W;2','wp-content/plugins/updraftplus/addons/backblaze.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ی^eux','gDHј[t\nx1`Rw[_','',0,'?'),('<pj3E\r+','wp-content/themes/bridge/templates/blog-parts/compound/image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\n[\nkUJQ','Wr 	p#2-Y؃Ǩ:D%㾏+','',0,'?'),('F 8+)rP','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kd$ܟV7','\n>~hZP\0U0;\' {)	>','',0,'?'),('IA@fAb','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BZI^','dzZb:^=\'S\Z.*=^w1','',0,'?'),('J1G+,Ѝ','wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',)\']y֭;','HGHpDmW219l','',0,'?'),('M\ZH?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NiE˰HԽ/4','4\\PDDr/B03W','',0,'?'),('M|12.6D','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z8a֞','J(D`|1 *\r^vHJ)','',0,'?'),('Oӿ;=\\Jzy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','撨PHSl','y\n\"mc@Y)\n1Fi','',0,'?'),('QF0t+','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LHYj@@#','Ӯyn?w9\Zmqkm.(z_','',0,'?'),('T1(\"_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߻iҩ\Z','[kdb	SFb;	\"9ΞSy&Q,','',0,'?'),('au\"9s?H','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%1sËG','EWٳ?4@U?0bP+h','',0,'?'),('i[^sT<ź{7','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',$qeO`.DP','fٟMҖ*M\Z!,bq3k\nN','',0,'?'),('o[i~<*݁NlRF','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Licensing.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C/brA','f	.Z%Q-0zւc','',0,'?'),('r\Z(\0$-','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڊI_\rtW0','3LCŊ&Q\027,ރ\ZS]','',0,'?'),('xD.m~<2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[MɞyP','@Sy\'N+kB3J!PbƖ','',0,'?'),('??#$K','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}\rBƕ70q','J@JlS4zCk85','',0,'?'),('z*N4(W]','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rJƷ\\L5h','=]\rGl\">!ط.ye6f*','',0,'?'),('+}>c,-','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	:gJď','@k*_rd:g$T|&;','',0,'?'),('(K~:,<U\0]','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f#/&M4Ֆ','ͳJŹ2jt6}aWT%SO','',0,'?'),('T{bǸP-Zr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ش:\n\"zJ','\n,3DM.jk0>7','',0,'?'),('lW4N~','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/crossfade-images.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@:^Kpn	p','QbUo	֙\\Fxv3_','',0,'?'),(':k1I','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *g)d',']p46,.VM~=n-\'','',0,'?'),('뭷\r!z}MLKE','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z]Gy2D','Zhx^/#Z^N_\Z','',0,'?'),('SڰpGMǯl','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HO\ne%;}A','o	=AF?׳ߔt·Oy0','',0,'?'),('2|?]ϸ','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0EomDUpi','j	 S)!ZoUW9G#','',0,'?'),('׮Fps4','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']H','9퇥)R$px#q {#LO','',0,'?'),('\\s׎M(O\'','wp-content/plugins/wordfence/css/fullLog.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e.i`΁Uv','?>?hξ[²Pu{puaa','',0,'?'),('˳^c ۈJ','wp-content/plugins/js_composer/config/content/vc-icon-element.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?^_|O\'BL','\\Wc7Ƅ\Zk\Z~#gNx','',0,'?'),('L&I~6\Z\nd','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vUx$}','5WgBQL(<l\Z\r+q','',0,'?'),('Ӗٌ6|mO','wp-content/plugins/loco-translate/src/data/Serializable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S.	bRE','P}	h<l}]a\Zu5[7^','',0,'?'),('-ۇ5','wp-content/themes/bridge/vc_templates/vc_accordion.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z[a$.B~','[I{,Pvʇ','',0,'?'),('vAdsK]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!n?c4','VH?.4^RT`E	5ar','',0,'?'),('i*i','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ts6-ƯV','*ц֦\'~wl	}g\n% \\),\nAc\0','',0,'?'),('YCooR亞','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\"<b,4yKr','n2WUQMh;hSo','',0,'?'),('~\n񌵭','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5#	fD+GZ','ep$cz/R}h\"8n8\n$','',0,'?'),(' 5-HH(ގ','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/Socket.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Xpi+Kh4MAtD','wkc$yMnURxz3͋','',0,'?'),('m^׸%Bq','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qGlX\ZpJ','Noqbw8=Dn7w\0t#}\'v','',0,'?'),('nko/]','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sk+vp','o\"%:tU3,uvH\nqc8[','',0,'?'),('ۅnPE6T','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KdWؿEW','RW].dasJMLq+p},','',0,'?'),('pВ-K-','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h;om<s','=_;%Y7Df[?\\p{e','',0,'?'),('ҊѺR=\Z \n_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uk@e\"','BΗe3Ljpxzq\'&','',0,'?'),(']3I4qF&M','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^=y\no\Z8ˌ#Q','yqj㧬9}<\0F6D֣jr_LȀ','',0,'?'),('׼]P-j','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ԛZ;PM','jQHdٛ*ì|͐\'#','',0,'?'),('$zGq','wp-content/plugins/cookie-law-info/admin/views/admin-settings-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':B~0jN!\r','\"UgQ\0[fx,FZ$','',0,'?'),('!0}g]S','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQON4mޚ',',\\K;nC}T\'|	5RJ','',0,'?'),('\'\Z(sPN&R','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-stick_menu_bottom.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gL*QfQK','VIn.j*N','',0,'?'),('8ڧs}նNi','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'F!; 2󱻱4&','GZG5_ܚXS[WS:9p@?','',0,'?'),('?h;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':}҈P٭','=/f2A|d<zNK=','',0,'?'),('BZNmZ%@if','wp-content/themes/bridge/framework/admin/meta-boxes/header/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c9(>)y)*','pC0u\\3u=@nxJg','',0,'?'),('D\rh}!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ym*0OX^|','N<_/R,^f\nBwV','',0,'?'),('FrK~Aj#S\'A','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aہ&lo|[E','P\'ooLC~ovPad}~','',0,'?'),('ON~52:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ұM|\'C\'V','-}]\Z%޸\r*$ԹOU\rEY','',0,'?'),('Pط悇̺ƴ$@','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':pd\'$/','=D=u~Ju`Y[#*Γ','',0,'?'),('R;C_/jlxK','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&;cu`v','?MUP9Q\0Jd2\0ggz','',0,'?'),('qeqH9{0À3q','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\06oa\\s','.ߥ5vMFvIe_8\nH.x\'','',0,'?'),('샧[\ZZ*lk','wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򘉱#q~O','kk[wrnoI','',0,'?'),('_c|ǏT$(','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Zϣ\Z(',',0ՖxQK#-֬8x	h','',0,'?'),('_(ļΝp','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ieVgX0cњ*a','kZ%&!2;iXD','',0,'?'),('욗=͔6m\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XjfE*#[','$KU\n}w`\"Rp#%>6$B*=ǎ','',0,'?'),('6ZPZB','wp-content/plugins/loco-translate/pub/css/fileinfo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AO/%L','Q%}J&(X/{=','',0,'?'),('c.Dr |','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RZ?f.8	','.c%c*G~բ>Yd:7j','',0,'?'),('lc{\0Ky','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?SEDgƭ\ni','#I@ڊ¾;վ8s\'','',0,'?'),('쪙Q2fii6\nF','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}9^]iJ','\n<6g[&*>fP&V','',0,'?'),('츃v6;~','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡\"Y>xU季','%Y}ڿ&)MaYgЍ*l','',0,'?'),('!<B4\ZS}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u@ަ$,','dٍ|]Q!Qw;`7Zf','',0,'?'),('NMوT&3i','wp-content/plugins/popups/public/includes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('[Ӄ2W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','03*66-FU.','TQ&n)&MgDgШ','',0,'?'),('-x(EoI=','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`;V\'()','<sJmha!U\0(0D\'F','',0,'?'),('oHV%l,','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/ParsedownLegacy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ѕp','ĈDfl$\0/o#','',0,'?'),('ƿoFh','wp-content/plugins/contact-form-7/modules/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|j3fM,;','Ji+\r:*V.\'4Jc7y','',0,'?'),('nm+XmL','wp-content/plugins/cookie-law-info/images/cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i=$$/7zy<','䐸#XQ.SM`6;|','',0,'?'),('^?Vks3Q6\Zr','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8^$_Z\0s','k_\rz]PjWa[HE!4(x','',0,'?'),('\\JL~yzb,','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L	5$RZ(:','ʖ~Pa#;Ϧ~ TL','',0,'?'),('Q߭','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@~;#hZ&QI','4<`8&8paljf$','',0,'?'),('$sq','wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\"|e;^>q','5N\ry\rAj.|Dqr(bb!T 8','',0,'?'),('\n:v\Z0JX','wp-content/plugins/qode-restaurant/post-types/restaurant-menu/restaurant-menu-register.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n`AJ¾W=A','Ea>6IgXug','',0,'?'),('Mli&b','wp-content/plugins/loco-translate/pub/css/skins/coffee.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c;Y_ƃJڼ','*\\0⡯\'O\\rI<','',0,'?'),('ꐹ.\r1\n','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\":X?&\\c','Iw.djH:q]9-Y&M\'q','',0,'?'),('[eQĐzme','wp-content/plugins/revslider/admin/views/master-view.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ˏ[0C39','&v/$\\0F潄6zR]','',0,'?'),('Ư0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']gxKv+Э9','rڵJPu(ZۇU%','',0,'?'),('_J&~','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qѸWm','e}wR4\'p&D)#','',0,'?'),('\\SՇ8;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}nBJwk0',',In\n׋E,@h1','',0,'?'),('mהF@$~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b՗ln','ya2-@\"=*\'','',0,'?'),('GVE$5G݁[yb','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\0 ǧCƔ^^',',4te_<M6?~rF;6M}','',0,'?'),('\Zc;$Q\"̑=','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jTWMIMe','?-yeP/#','',0,'?'),('f	SKiuq','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*xŪE`FB','\'G{R}ʓNu\n8','',0,'?'),('),/6.b?]4','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Taskqueue.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s=a99','t\"!uScbPD-8TF!','',0,'?'),('4:j;F?.','wp-content/plugins/contact-form-7/includes/pipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£{5\0','U[v\\\nDQ-LC=\\*ȹ2','',0,'?'),('>U+,i)\'','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ځ|A0g~b','f={m=\"˒FHXxǆebi','',0,'?'),('Cb\rc\'ͳ$k$r','wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-status.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t4MlL','7,;\\Rvހ6\ZB޲/','',0,'?'),('Dnvow\'E;p','wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3^eLI(ukK(','F7STAZF.QoQ','',0,'?'),('M5rS*y)','wp-content/themes/bridge/framework/admin/assets/js/qodef-ui/jquery.nouislider.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')%72ӀCmwy','N5wRjI<}T0CY5OG!]','',0,'?'),('N\'!\rBj3','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H!#>bW','&xwαh)œ@5m.)9R','',0,'?'),('OR(ǹO','wp-content/themes/twentytwenty/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&SaNx0e\\','\ZY_tz)8b#D}%]DmyYV','',0,'?'),('QZOIrKV','wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٬MU6/A1','\nG#sUWN','',0,'?'),(']@\n>ĺYn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}dDTN\"F','Fԝq`멾r_Ȩ_\'I','',0,'?'),(']*13=','wp-content/themes/bridge/vc_templates/vc_single_image.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K<Gߥ\ZП9','QP}6`ʯC׸\0ctg/','',0,'?'),('^C>.!\0Y>}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.v;moU','lM(M~6OEo_\"I','',0,'?'),('\r!ޗL0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q59,\rE[9+','-S\\RkWԩbc S扩','',0,'?'),('eAIPa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bsn\n',']A/sa92۟84ׇ\ZׁPH','',0,'?'),('I0B,hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','car{XTj','^q\0y2C	9JgHpa`','',0,'?'),('팳AHK(]','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/yith-wishlist-hooks.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\0wzkBe<#','[TnEjd($:!hΝ\0s><','',0,'?'),('1M:C\r6}a^','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ez{8;j\Za','\\F#am\rX|tARW','',0,'?'),('賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jMіlM_','xFZKc37`Ԫ$jg]Q','',0,'?'),('Z\Z5\nj}@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ƏYbg\ZC','wjL+4z:1;f,','',0,'?'),('Fm','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<>sZKze','̆;nE!Z\ZVV Hw','',0,'?'),('Z\ZaYH\0 5~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'J}j','^KL\Z|&|W/-p8PFPE','',0,'?'),('(}ZQz','wp-content/plugins/updraftplus/includes/select2/select2.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bq(>(8','\r54l<gS;m+^','',0,'?'),('K~ͭF+','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dqY8\"	\r','lܾl8K2i&f~h^)KYG~','',0,'?'),('Բ\r,hdL','wp-content/plugins/booking-package/lib/Html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iVx	qi&','\0f6/Jz²R9\Z#Y|','',0,'?'),('~ag+','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`BkΩm.','wQwV,?Aέ00hv:y,$4','',0,'?'),('QR\"@3vS','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8_4?zi;Uy','6.o\\o`WZ_~)G\ZOq.rI','',0,'?'),('KV	llhkukI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pjmɑ>gGT','{G!j\Zox','',0,'?'),('k9>Mua.	','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jHNORwPr','+Mv5\\༪/\'_X4zO7f','',0,'?'),('iajKq','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6eC\\XU=','K<+R}1#4R','',0,'?'),('G ~`','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7fW՚7','pvw ܪ9?az','',0,'?'),('\n19o','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(/D.OUtk(','96E >S#0bf3Y','',0,'?'),('ym\Z97n\'\\','wp-includes/blocks/classic/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d?{֏DlIq','dT5^+`,<W؈NlS','',0,'?'),('\Za]]A\'h','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(mV6p&`','ߠ 3%y)E*Ĵ\n=c(淢[m','',0,'?'),('=cه','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ᛒ%\Zpb','mCB_xx7t-&g$y4<','',0,'?'),('eCDi!','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~cӢe&I|',':/htYNQ}gM2Y^P7','',0,'?'),('λ9!`H\'','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+1	Y%\Z','{$B14ue?c=݂/)ߧ','',0,'?'),('f%uP','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~LIj}','ji@߄۬d1ij͔.b\0	P','',0,'?'),('4yl{Dđ[_','wp-content/plugins/cookie-law-info/languages/cookie-law-info-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u<mn\0?','TM:*[ăseى','',0,'?'),('&8fzZgS','wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z#!mtFusg','g,;贫#ɹ| %uGL','',0,'?'),('\Z{:\Z4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Nm lVҪ3','5,M35n(tL5;^P/9z8','',0,'?'),(':r׿\01h','wp-content/plugins/loco-translate/src/hooks/Hookable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J_\Z	Rq+=a','Tq]vJA˶VNmNBɛN/Np','',0,'?'),(' ىe>Q\Z.y','wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\0\"Aq','zo娽?@4\n2^oDnX\\M]W','',0,'?'),('.nC^vo6y','wp-content/plugins/popups/admin/views/metaboxes/metabox-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.udِV','ol@n[v 㐩','',0,'?'),('.z&.1y','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\"S؈$4#DC','tw.y)q&gu%I','',0,'?'),('0FU㿦`0d','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qӨ\'=]','q#6W۝\'	VCocઋܨm','',0,'?'),(':\r\"ÙyE','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0QT\rU!\"X','vQՙ|RWF-dX1-P','',0,'?'),('@A/Ń	h','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fbǤ(Mus','lͤzxӞd_[%g1eKHrJD4','',0,'?'),('Gv|v;#\'','wp-content/plugins/popups/admin/assets/js/spu-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qJmD.Lj','s O!Y؈`^eQ}JI','',0,'?'),('^L1\0EV-14C','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C }؞-|','Aײ5},ށO1B_\ZĎp8','',0,'?'),('f{r#y`#','wp-content/plugins/updraftplus/methods/googledrive.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^{9/4SX','v\\vsRf0\nDUǩWOg','',0,'?'),('ì;_EsDێ','wp-content/plugins/updraftplus/includes/updraftplus-notices.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!#VqVm6','_\'\"b&pyf_&1','',0,'?'),('S2߲]c\0','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u, !\n','a?(Ɋ	;qU,fqzX5m','',0,'?'),('Ȏ[DBR/}','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vi.()v4','{cx\0x+,d7ri=4x','',0,'?'),('\njW;!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k0\ZhxV\'x','qyP+)htu8rI','',0,'?'),('NFVYC','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t	ڨ.j','{bw\n~4n\"\"#.m/#1','',0,'?'),('uy؟uV@/','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h-:g˜ۀ\Z-r','t8^/\r`hs>L%DI','',0,'?'),('6ʢ홍d4:','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IV{B.','\0k\'n㭓[|@Q','',0,'?'),('@}&J~¾&\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NpaCqk','F0HyceLuQ&LiH\nDũK','',0,'?'),('ژpǛ$','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I*Iʫ6X','<aZ/#6\n]I=Ϛ[x','',0,'?'),(')_@+7C|3.','wp-content/plugins/updraftplus/includes/Google/Service/Doubleclicksearch.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qa;T&','FrOve7L\\ᤚy7O<oV@n','',0,'?'),(';Lt׬Cɣ','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iz~i,L','	HQIqzڤp9C4>H3G','',0,'?'),(';h\ZxSo','wp-content/plugins/js_composer/include/classes/shortcodes/example.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hE&XRy','$MIdO*)<$V@̓*','',0,'?'),('G0|\"h#R)','wp-content/plugins/popups/includes/updates-msg.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LtAO.xLҒq','AE+XiL㎶%8M1@ǯ|','',0,'?'),('J\rOLY>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\Zhyj(|ԕ','G2#oh.SE%\"VRϵ\\Uƫ4','',0,'?'),('X&5[vbI','wp-content/themes/twentyseventeen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Aօj]eU','\\#XOb<)wx&؅|','',0,'?'),('Y^~5~pG-','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zf>b&7f',')8\\N<88=\nG#+d&','',0,'?'),('^AUh%K5','wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!e3Ց豢:','pxfG7b L\"k','',0,'?'),('rIɀ5 F','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lz J^','ĺ̌&ֳ4@78p','',0,'?'),('u_~!\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY992','6\Z/py5EحOE','',0,'?'),('w	snx݆','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K݃hY\r','\"\01mAkn*BPB[y(X','',0,'?'),('z|zxv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@@^Ӟ٠','k|=NRPC\0b(=TԈJ.8$','',0,'?'),('[!aKQ	','wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Et,nXȃ(',']z <$.6d=68(p}','',0,'?'),('祿uh\Z>','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/slider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#rf:sC','d#BsZ*`[De/\ZA_ׯƪnI','',0,'?'),('︀ܹXu_J','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k2bQ-?a','xr}`1\08>u6o:','',0,'?'),('ﾘQ)B\n,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y{ObUW~Y˙','p8\'	t:Qo]{5G1E','',0,'?'),('Pa`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K_uj:mJ{SR','Mw~\r\rm\"M=I','',0,'?'),('{ \rSlſ	','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('X=UpfpZ','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zH;+','4`\rϰͽ\\vxF%(X','',0,'?'),('!MEa`n+','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ku','?p&kw\Z\"Glr','',0,'?'),('z^ R;','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hmbPYJj}-m','\rFˈMY#;Sݱ۴','',0,'?'),('\'Q$~9ReY','wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KCyN5zX','(t|\\+ilw0wш+bw','',0,'?'),('ތt+\\+XaZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M*\rƆˀzn','`nHGL}anU|?bEd','',0,'?'),('㯩	\'ިV','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KJr:]kI|',':ٔMX%	<8g4','',0,'?'),('6XԪ4[_=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o(jUЂ Sr','T?i);r7Yex`','',0,'?'),('cG(`E','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' QL','R21?ǌ*=bͥ}X&MƷ','',0,'?'),('dQ~','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\\m#YR\0','}g%̦~@(BFӻ$:','',0,'?'),('9rMԧ','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5	;\"rP','@sR/\ZU~uω8Նſ!$','',0,'?'),('\nCAD8xp','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rr1Ii\n+o','\nbB:&# \0e(nq','',0,'?'),('\r4MmwE\'BA0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^->/\"','@,##ߟw-V(5=','',0,'?'),('Wģ%G{ ','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/advanced-call-to-action.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ė<BJצ1Aj<M','N	HWrENb^<ŧf!Z\0l<>','',0,'?'),('G~Tx','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ao R\n321','`)|\0H2\nBK˓>ZT#y`','',0,'?'),(' ލ<:9|6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_b->O\\苃','sɔg%riCPw%{J','',0,'?'),(')bɺ̷o,','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_elements_animation.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aN%b+','5q,I.C\r8\\lk','',0,'?'),('$īI^3','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\r]G','tbupg [t-Fl|uRnLH6:\r','',0,'?'),('%kyKK1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|c\\yGGO','Lj[~ 1eY&7u>jkb','',0,'?'),('9w2~s5E;?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b&_5kKm	~','iU1y\0#FM\\]\Z','',0,'?'),('B7ޣ.?b','wp-content/plugins/loco-translate/pub/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4-	˞662w	','N`$4*4oD?HZ(-^a@e','',0,'?'),('BȰ.\07','wp-content/themes/twentysixteen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nU\"J砗B]','&Uǀ770\01Ѵ`OY-Ms\\','',0,'?'),('D>IFo','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gl*G8_#<','xm<|n7j\\\"#jZ/1AS','',0,'?'),('I/\ZN2p','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(|v}9S9S','\n,,YB:En4f\r,Zbq','',0,'?'),('bP7P<*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hX\\drn˘F2','-Yos%=ܼms\'X2V','',0,'?'),('q6y&A','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hʠ^}z!<af3L','\nRwPv])F\Z7	5V8G','',0,'?'),('u\\ud','wp-content/updraft/plugins-old/updraftplus/includes/deprecated-actions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y+oX{Pǡ','et()UP0lI\\ۅe','',0,'?'),('|M#B*MGM','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2K/̇','L+zNDE\rvcg0q\nMu','',0,'?'),('ZKpJP[','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!fʟD','14԰K%`r$@	URB6[5','',0,'?'),('dk_o','wp-content/plugins/wordfence/js/jquery.dataTables.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\ ͕h','vAo;uD3$WB95_\" ','',0,'?'),('bqU.`','wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.policy-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s1 ?1`\0','[#XvMJ@	Ǖ\nw nQc','',0,'?'),('9K:S','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AfΨv@:ɊF)','%6@h&HFM(5yQϥ','',0,'?'),('N iiڭ','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[q7dvz','\'֪*	[\0EE*JrVsc?','',0,'?'),('7C.U','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3i&j%9ݜ2','KAS\'}\rT8W\Z_L8!%@','',0,'?'),('lPe5ض-@\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2)D??MRh','[:i4`]#m\\0.900-oP5\0H','',0,'?'),('𿆒¿O&&5/','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xc:a#','(tbdCGӏUQ','',0,'?'),('yunc[٧','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^F$5\"#:1XJ','D	ȣt!t$#X{Jr*U!','',0,'?'),('з&L۽¨VN','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\ZA6@Զ.+O2','rQ-,+2N(fg\"I\Z}*J','',0,'?'),('RJߡa;\\','wp-content/plugins/loco-translate/pub/font/loco.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(&VO{','׋EXoӳE@b7<;pl#N','',0,'?'),(')\\EA&b','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0leԄ1,}\r','dIޗ5K)7?OJ\"jU<K','',0,'?'),('n̑4[j|','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','83y!-R','-)GR/̓ZDC+s^+Z','',0,'?'),('6$[O','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X<.','LVuGs2CݯsBY/Y','',0,'?'),('rp.u3zx','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cZ*l3$','B1ô	ͥ5 Q9J','',0,'?'),('&?.\rs;=9','wp-content/themes/twentynineteen/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j+ǒ(4`$t','4Lg`|iR鉐6Al#','',0,'?'),('&[>j/GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Gٮ#:[wk{','XgdTiDSݶm','',0,'?'),('0YXIrAq@','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӉxХA','c(cV_X₋q~>ZGFhT$#','',0,'?'),('5]4988pe','wp-content/updraft/plugins-old/akismet/class.akismet-admin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S#=́Wqve`X','3)\"K\\,h+\\\")`/W','',0,'?'),('7s\\]}AAwe1','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r:fo\0VGr',',w2чB\\oZiX\n#׀U','',0,'?'),('C5#;8v ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҃0<$','~ݱjz	mD`2=_g-Op','',0,'?'),('F)&W=G ','wp-content/themes/bridge/js/plugins/jquery.waitforimages.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V3~τ~','lUh\0D.\0dz	r٤F\'g','',0,'?'),('H=6ܹXZ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y<aZZ[K','nۊ	X\\D9]Uڥ\"P0iE','',0,'?'),('Ov:','wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/tether.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٬MU6/A1','\nG#sUWN','',0,'?'),('Z/{LtծF$','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*wjq@',')@ywb3\\ZK_','',0,'?'),('`]R4#w\r\n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0=TP#8@qU','s4n2K4FЇ,#\nPYKڻ','',0,'?'),('iݣ[~?X','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1v):΢Xgu0','^#Ûwzsn{Ѭ\",-ii','',0,'?'),('{D3+cC5$','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ΠPDq2','vU|dO@0P3[>R','',0,'?'),('~HN6|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Hޥ0i5','!WҪN\0֫(r88A3F4','',0,'?'),('v:DYG','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ǿ\nMaco|','R:K2c~nvB\r(Rh','',0,'?'),('a?\"}Bh','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>xEyQ/bV','SBށG;+bp_@=,n[M','',0,'?'),('$ad5T','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p[2,','hƿ\nn_QnX.dg','',0,'?'),('TYPpEw','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Wy|T','{)j3 S|N[G$\n','',0,'?'),('4$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0W쮜)Ǣ±','b¥USw툒g:=P','',0,'?'),('#dbiV<','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^}NYs}7','Y\Z_\\a?tbV','',0,'?'),('寵FZtcHa','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=W)}n+SҖs','.J3\0}\"v\\:ޭק&ǚ#?i;','',0,'?'),('\roh45+=V','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&6Jrhr','uY\"b{|WX\rh','',0,'?'),('ძo\Z:jT','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޾H\Z,]P','ˊKՈDf~-}˄[m','',0,'?'),('?UGo^T','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PH|xjY','nc*=Ñ0$+p|`lyRo','',0,'?'),('s\"_W','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d>+`','NIZtmlIPjG^$Ax','',0,'?'),('絛zy>_+t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/\'\0\0vSL-G\0','8bYB&?6o>','',0,'?'),('_s_6','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/info-card-with-icon.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m0\ruћ6Y','iDG-\rHҐQ-s3\Zx:Y','',0,'?'),('/ӱ`7$','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(1:bck','*t蛪tmSIo2\r|o۲2k','',0,'?'),('yAoډ','wp-content/plugins/updraftplus/includes/Google/Cache/File.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VQ~l<$T','$tE\0HBeCӫ2J:W','',0,'?'),('$MBKMY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ɘ','M!LAY(;3B~z2}iYJWU','',0,'?'),('Ɵ}ĉx','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','40fa\'wz̋','G({.GpE4MNG{*Q','',0,'?'),('\n5d?Y:c=h','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YxlJ\r\\',']R2t.5tٺMNj\"SUq~\"','',0,'?'),('Hr #w/:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֋2\ZT<Q%LU',';n\"Ѡ?*}@#mWy+T!J','',0,'?'),('&xYWA[qlV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/U\ZgW}3٩\Z','AZT`q,0c*b1{hs?','',0,'?'),('1\nx','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bӹb/ǑIjj$p','T2}{73t{zsz) !3','',0,'?'),('?E_)xڅ$','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wmMO/\\','(zn#W2bjy{y拏GY?g','',0,'?'),('?%l]+2(\Z(','wp-content/plugins/loco-translate/src/error/Warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Rex\\ǸH3w','!H.no+ZYx7eo?','',0,'?'),('LûD2YFI','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/info-card.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','has\rmkE','G\"W]^](Æx?$Z','',0,'?'),('OH.)*eB?','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\'ughe)','G	U\rׂOz,B\n?','',0,'?'),('UjIM{{!','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쏡2cO¾.','KISE&Xyb6=U#ZV','',0,'?'),('XԪՊ\\VVQ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#*_C9n','coMT⍯@9@I=埴','',0,'?'),('dTofҷbS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r͝ݭ5','oc@e ᤶg\ZVj','',0,'?'),('j\nj<c@BX','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3qטwUͰR','JwYwun[&DFLV-2L','',0,'?'),('m,c)\"~;̵','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\rƱ=Ɛ)r','s#-!/t0 ~ ~','',0,'?'),('poX0%','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٟdI\0D乥\'','V9jz/Gt]>HiDe','',0,'?'),('u;Ȍ0qw=','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԶwK>~\rg','#Nu}WL!\\Z 8\0;k{','',0,'?'),(' Z3QhoK','wp-content/plugins/updraftplus/includes/Google/Service/Gmail.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/|h!ڎ\'','pxa^uC/U/F`','',0,'?'),('jK&Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Ix\"	z _','\Z]( 9ƯHx&F\"=v./|','',0,'?'),(':ErLd:X','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F]7ܑV4','燴J	|14jk-l Օ','',0,'?'),('$c{97^ІJg','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PD2Z4r\'T','|lk2p_$ɶ4I~L','',0,'?'),('M٦M/`','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#0-Ճp','H#a:1߯orrjuzzV','',0,'?'),('򱠭BRzY','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ogo~iI	','<=;:t_,wăI,,','',0,'?'),('l2Xɤ|','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9%	(²','>jKfg]/fMU','',0,'?'),('z2T#]nS','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!lIWH<Y','n@q=ТA]VJRՖҷM%yA','',0,'?'),('?{o_\'n','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{3VVFVf%K','懴y2qZo~([`\0`Ci\ZL\'','',0,'?'),('_f $O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɽF [%k/','G`!	e\\zC2bCObvܤ(','',0,'?'),('ÇJoD\rZR','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ݧ6\n','6٭5JOWqJ\Z6L4AA2','',0,'?'),('hV$Wmpp\0','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\'ughe)','G	U\rׂOz,B\n?','',0,'?'),(')gd9m2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_pU ]\nq%kA','F_\rbm^OI_W:2J<\0*6ɪ','',0,'?'),('YG˦X','wp-content/plugins/loco-translate/tpl/admin/errors/generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/DTU5',']<\rS8\\K#N@c9oG','',0,'?'),('+Y\\^','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7fu3beG','pDПrc,zj?jOZN','',0,'?'),('%\0zfNpS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SEx=d~eM','\"w%%{=L(hK\rƢHP','',0,'?'),('w+\"+$^','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(v\'-{','\\1c̒\"NiLi$Jc','',0,'?'),('×8}*A\"','wp-content/plugins/loco-translate/pub/css/skins/ectoplasm.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gߛx#\\}sX',':mu{W\"yJ`Bs','',0,'?'),('<.?M[)U-^','wp-content/updraft/plugins-old/updraftplus/vendor/composer/include_paths.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BUE&DLQ 6!','3zl\Z#@U預ZllȪ','',0,'?'),('[J%]','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6	;cTYi','Q\n[jUxfhݳaz\Zfǻ>','',0,'?'),('mb/,,m','wp-content/plugins/loco-translate/src/admin/DebugController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.s{7>','.a\\Iĳ9oJ-Vs\\==#>#','',0,'?'),('K~16','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tCn`','K!8GPprge[όu','',0,'?'),('w(\'sy:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TJ~fxbA','U__(\0T+Q>)m\n+','',0,'?'),('ި+^','wp-content/plugins/updraftplus/vendor/symfony/process/PhpExecutableFinder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` ,K<BxNmp','w	 7.몘9Vw%))UMT]\r\\','',0,'?'),('\n8ۜ3=','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_ordered-list/ordered-list.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+i[7:MR','?zD=M^M^pg0D','',0,'?'),(' 3Djȃ','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Am3','5}շbCEpntKW.6`','',0,'?'),('#1R\\','wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fP$*~TDgEe[','Al=⭹X, sYNy0','',0,'?'),('#\\/vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~x','ܕH#~5^$td6P..Ub@','',0,'?'),('=\0Q\'YH','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':V\"v ','aFހV?n}+9W`','',0,'?'),('LTn3T+]Op&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8v0~ۜ߭R$','1UxfjoI}','',0,'?'),('M[?ObU6$ޚ','wp-content/plugins/updraftplus/includes/Google/Task/Runner.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{a\"Z*/Df','\"H(Tz/eԂ{D\'\r7u\\,E','',0,'?'),('V<r\nQ]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z*Nfټ{','i˶|1v.4[(m@f>','',0,'?'),('[O/W]?','wp-content/plugins/cookie-law-info/public/modules/shortcode/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͞qx}C@!','koi;0\rb8sҬQ-#W','',0,'?'),('`{.TghvI','wp-content/plugins/bridge-core/modules/helper.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2K67aكs\\','V0kc_kd3jp\Zf','',0,'?'),('b?<$*<!h','wp-content/plugins/updraftplus/vendor/symfony/process/Tests/SignalListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E!uS-QT@','`95A.g:ȏ?^K','',0,'?'),('cE%D	雩','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x?[8W#$ۄ','diN\06Ok}ʘKn=`<M','',0,'?'),('lFc뒕L','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','10!2}=n','K<<6[0j0vgJ=','',0,'?'),('vEOFqéjZ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p.͋S4;ɭC+s','ZI|YE=PCZ\Z@[o9&=','',0,'?'),('Jhv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(.`w\'?;.','\'Fye]X^_ftM9૛뺐','',0,'?'),(',o!zj\"','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-nfˆ@tXA','f]!TQ)%F쿒R','',0,'?'),('ؠ]fP','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GOFb\Zxh^b','s`D֐KY2@ckmbE(>2','',0,'?'),('T\r\n.7n]{g.]','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|{-]*','By{Ƨ,w&\"=k','',0,'?'),('`-}i_pB','wp-content/plugins/updraftplus/methods/ftp.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x~pjyL}a','k5HH[g%UI9|?:1gߡ','',0,'?'),(':ST)\Z?','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-elegant/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{#g~H','62NԼMf37_&ai','',0,'?'),('!:R','wp-content/plugins/cookie-law-info/languages/cookie-law-info-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&$GA','(?W \ZBږ\"h{UAl','',0,'?'),('R~P}*cI:','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6+5I燋Vp[','(RYo3\'^D)P,|t','',0,'?'),('}TpcZJʅ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4nHOly[','ê/MýZ7JԴϝʓZQV@C','',0,'?'),('Ns','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kaly\Z','=[SaY6gΝHki_','',0,'?'),('̵%0i2','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&7','/Cܰ/ŏ@XY!C','',0,'?'),('ɼj0\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}aCK','7k~0hN(E0k|6f','',0,'?'),('`Y\"V*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɏ#-X2','>%ݧ\"\"nXjQ:8','',0,'?'),('٪#|1\\2Um','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2,ANS[','%gt隆lpXIѥI@C̲r','',0,'?'),('كu4	','wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';$oyQ6Jb','\\565f. iSYkU>XDr;qΓ','',0,'?'),('ޯ-ЪFb] ','wp-content/themes/bridge/templates/blog-structure.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jj=D^PH','˽y{}\"jݞCuI3;kfU','',0,'?'),('➞^՘R','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ohg[','߁.-h4`9S _\r)I(W','',0,'?'),('tx^z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|JtvnUn%%k','\"\0n)^ʙTO\Z<W<d','',0,'?'),('Vk9۴sֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Uh\r\ZU{','!?(پv&\0/]0K%re','',0,'?'),('<p0rRJ','wp-content/plugins/updraftplus/central/modules/posts.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rX%7','MRMc[C| S2Ȭ\0|','',0,'?'),('=\ne޶ t)\r','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b<(@','!=F\ZN.%fX]ԝ)','',0,'?'),(';^𩸴8c','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','đA7M=a9','A.K9	Lxx_) OMF\\','',0,'?'),('Da\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nŶYpAkb߉0','__7]>o7v$-*qX@k\"}F','',0,'?'),('!ٌt,\0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&4K','e=26dAu,#ܥxpri;','',0,'?'),('\"8ʝ/\'I','wp-content/plugins/popups/admin/views/metaboxes/metabox-appearance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.cF157','QG[͆>!șh>CK)','',0,'?'),('.N[y\'Ogoz6z','wp-content/themes/bridge/templates/blog-parts/compound/gallery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦>\Z(l',',EH[U9- y^_17','',0,'?'),('2+aQ<','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','72c,Y','pxeP̋_X\\$8MJZx|','',0,'?'),('4G?@Q߹P','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/masonry.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GhK9;])','nOxLF/mw/&L#c<^3	ȟ','',0,'?'),('5$K0\'-_b?Ԣy','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B+=','xFcVҪKGX*Dr֊C','',0,'?'),('J\'#rN0a\r','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nV:ωG-#k','~B\Z-׼of|Wx\\|M)ˢ','',0,'?'),('Jk$A ɨ','wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/loader.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@uiL\"','jXw=wsKw%o<qbZNF','',0,'?'),('YRYi/l@HX','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?E\ZZ\\','1*!Htw~|?1','',0,'?'),('ZQ!*','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#xsGJt','Arx?j#CFOG-S$','',0,'?'),(']HwTjX','wp-content/plugins/loco-translate/pub/js/min/delete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^gch\rc`','[MyN|bclL}[l ȼ','',0,'?'),('k?w0B\\e','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡp,','7m.0J?5}ON:I+脏#8f','',0,'?'),('u\rgk`a9','wp-content/plugins/loco-translate/src/fs/LocaleFileList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Mh#v8','1%MU)d*\'\r`','',0,'?'),('|׵\\O+X','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ggqۧc̕','Ĭ	F~Lf&C8G`)','',0,'?'),('~LZ#ڞ8ne','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:g2?Bi$V','-$16#|M[\rR$Fw!','',0,'?'),('7:b\r,ja','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']G;h\0S','KuG=))jOeI]DC|i','',0,'?'),('SpvsP^>','wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԿtVLZhAƹ','CF@-dZũNɧ5AAÝ[	h','',0,'?'),('\\$Fxm','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.m5;CϿ','2GL\r#:N\0}ҲOd\ZM,','',0,'?'),('#|','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_wڙZa}e','S\'>A;R/˕AlV2u\\','',0,'?'),('I*:o','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('zZfip^2׎','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LXsįOS',':^5[ߖvb`Yi','',0,'?'),('O-%N','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_separator-with-icon/vc_map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RoCk&','XLju4]|<\\?4','',0,'?'),('Usd3ȧ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`H6t\rY`','^)?{YQJEx%3`x<o%>N','',0,'?'),('j8ď\Z','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JT	lQ1','\nTxN@s_L`E*dHc?','',0,'?'),('nakOu','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ge_d٬\n','ZGgE\"?3L/','',0,'?'),('޵tZJ$','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯ~	Zv<a','Er<^_/EF6:ZdCҢ\rĦrFIw','',0,'?'),('譬^m\0	','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r)Utk*Y\"P','.	\Z	fJsW.ETa','',0,'?'),('I>{j,f','wp-content/themes/bridge/framework/qode-framework.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KN\0e\'A`>\0$3','Ԇ)Ѱ~^-완zV<NK','',0,'?'),('8T)P#2/^','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ّT8G\r{','Weg	}44!Eaz!/Av;<o}','',0,'?'),('4Knj}ތp','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Panel.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uelZ\ZY.','\'M5)z{(5:6l','',0,'?'),(']R>w.EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yϛvj\n','Sx^V>m!-qDeV','',0,'?'),('nFu}҉','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4<k5M\'_D','0+fUSn|+M<0.+qHKTh`F','',0,'?'),('X#8Lbd','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=#R51','佶Q賚\rɭP.M\ZH\\ɭ|	V','',0,'?'),('!֐(yJo*J','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\\BH+)	','84E3I6-9!zGL5','',0,'?'),('\"qBF.\Z\Z','wp-content/themes/bridge/woocommerce/checkout/form-coupon.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\Z/L!SZ','M=jxH炂q}2r6','',0,'?'),('#xt3!R','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RR͔%',':rBm.eFF\ncR/\":v5_#LV','',0,'?'),('%-mckQI8','wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_latest_post.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=I$vk7͕6P','S!ً:p${o=2\r#','',0,'?'),('*1G鍫vLߟn','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\'9L&۔Al+','<wWr2IMO+`@u','',0,'?'),('-\"DʹD5a/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nth	LX','fsMdH_b㜖Ybo','',0,'?'),('-M>c(u\r','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r\n9z','DeS);~l{N,fg','',0,'?'),('A4e{^Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n	 epԩf','!/Af0=G7h/uU&g','',0,'?'),('F\ZC1P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y LZ!bEl','.{0Je{5-~[T$Ğ','',0,'?'),('Le\'J^[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Xpbm9[ 3:',')΢vM%uEƓo٧⯧+R','',0,'?'),('uN.A__','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4Vaˣ','9R\rƲo[NKš*h','',0,'?'),('\07#\'˻(','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4yEM3f','u^MSw(7\0HXZdU','',0,'?'),('&!_','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 5*웒j1','(}NQ\"]3;ۏASgY_','',0,'?'),('J_g','wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/updraftcentral.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f)F|{8\n&','=`s$U˶#	j[~)k\\m','',0,'?'),('xf^\ZO','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>>\0u%@','u6M	纟t8^߮I','',0,'?'),('>+ܞL[m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a5qȑ_4@','(afoxDpaQ6mtk,V^','',0,'?'),('(%#9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͜()D%*','4td\\#X,OoPܭj~','',0,'?'),('O\rK7','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\r)߄_','$h\0zHH	C5&cy6','',0,'?'),('D2d4dy','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^!z(a3YMR','L]&f[8pz\Z-Ozp','',0,'?'),('D6S/cQ?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QJt\"!!_^	','릟/ԤokroQ|EQZ݁\ro','',0,'?'),('{Z\n0D\rOM*Ut','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N	SX?z','Ԧ\nٲLKY1%X7~*','',0,'?'),('9w|.','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Wk3	N','E[k;\\Dמ\Zg)b(&Hӓ\"V','',0,'?'),('̝B%Nk','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S6%7G%B','1Ux|!⟏n9IxdT:','',0,'?'),('M	48G','wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o!V','ʚ:?(דGA&r\Zn	l','',0,'?'),('>4;O.R','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\`ɱA[FB','%єvl\"Y@zЛg','',0,'?'),('KVE','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ghҬ`',';n;ȌJybĪbh},','',0,'?'),('y\0\"Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zV','m\r)h0ECN`D[	$3','',0,'?'),('\r=Ucs','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ch۸3D~$_?','I]q(SbVCsr#2{','',0,'?'),('BLNyjr?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\nGIm','QR7p}=Cң۹8XCN','',0,'?'),(']sd&','wp-content/plugins/qode-restaurant/assets/js/qode-restaurant.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fw}@v\nu','_H\ZzL{q6|G@)','',0,'?'),('!=[d3?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q!SGJ9o[C','/Fu~\rf\nޡ/T3ϸQ','',0,'?'),('b]a255la','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\n3p*~\ne=\r','pfg!U_#xB,p','',0,'?'),('kյ0Qo','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sM7/$','[tїtwch3','',0,'?'),('[}Rdg','wp-content/plugins/loco-translate/tpl/admin/errors/file-isdir.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/#&ځ\\MT؞',',njwɾj͵rl-n`\'wQW','',0,'?'),('|hR~','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mgWΊE','j%\nCo	ڎf\\-d♍)mQpx','',0,'?'),('~rC','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xa۔2F','%vP|X:x>]|y|:','',0,'?'),('%,H6>1','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eHs\rORif','iմLĢȬ7q\Zp\r]V^','',0,'?'),('jZ;\nlГ','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&}k!6$','X8P_9kQa[-mS\'<@!V:','',0,'?'),('kʒϾ4Y','wp-content/themes/bridge/framework/lib/qode.icons/qode.dripicons.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pwH[x2','Y߶vG#L[QDL','',0,'?'),('W=iak\0','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/progress-bar-icon.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o卄]4?z','B6@ tk!y2bA.e','',0,'?'),('	OZ̯qq','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`D$:}','|A\0blF[<W\rROLb','',0,'?'),('\rdv%w','wp-content/plugins/wordfence/css/diff.1596638737.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀g		$`rQ','$hEJ^54<$ӭYc&','',0,'?'),('8Agxa','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Bs$h','M5Q Л3FWΨ5eٓ(\n','',0,'?'),(':ӱ`JiL','wp-content/plugins/contact-form-7/includes/integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k;ͽW7','Uie[/Dh*\0PFW)','',0,'?'),('E1\'\'Kŀ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ę\Z9TO','Gs*\"{UȂan*Cc','',0,'?'),('GTwzHRc8','wp-content/updraft/themes-old/twentynineteen/index.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǘCG=','\"\\ߵjB9[/+Gހ','',0,'?'),('KF\nOi},w','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[BңJԈ;',']Q˄=PݵuQ{>ϐ','',0,'?'),('R:S̝','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}Ԛ^޵Q\Zw','\\]:0cA7kT`	(\0','',0,'?'),('V9KgoX7','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i8O^c','$kb>k&:	ڂa7Zcdm%','',0,'?'),('_\'&7,','wp-content/plugins/revslider/includes/framework/em-integration.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6{z_','t`obYŷb.n i','',0,'?'),('cRN3WO.\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0gv\\1|z','Mri\"C։LbZ`|g&','',0,'?'),('jƖ3JܪlI','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e5ܸܷU|E1','^Zu-:\"]#XES!MF	\\','',0,'?'),('vV)1TѶ\"JM','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','905Hq^\Z','vu;ׁO<KR`ֽӯ$~','',0,'?'),('{L','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mU{','Mx,9|IƄOÞH\"G','',0,'?'),('О] wjdzKj','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=%?7n!MBZJ','|W]y:Ֆ,M:JZ','',0,'?'),('Q5PAd','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'rz+2以G','++BYgfU\'^1ݡĆ','',0,'?'),('ڣT-	W','wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w;]v4C~/o\"','<Z]GK}w _8_%-','',0,'?'),('HS!; ','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*%TQ\0p6u','Os|&b=Wos:mw Aʇmzh','',0,'?'),('|6ի\ZM%p','wp-content/plugins/revslider/public/views/revslider-page-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3wUCΎK','ˠV<s}bϱUiaC|\0##$','',0,'?'),(')7`UƢB','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H4+jʛv*','k/BU:4!(0.0*<E','',0,'?'),('@}~4Gv<m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gbf>=','ߺ`\'盱Жx#i#','',0,'?'),('\\LlA*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}9mZ','8ds~K}AHX%','',0,'?'),('vm!=3','wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+|I^U6\0&ߚ','zCHYWϰb{ML','',0,'?'),('+qpW','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5wMuQ','=G_ݑ)*$[t:','',0,'?'),('`&X<aQVh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x8!xSj','Jfv^Dwۦ\nsBu/L','',0,'?'),('WAYV+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϓ|g~$','W\0l/$oX\0sr*\'yd','',0,'?'),('\ncƑг6','wp-content/themes/bridge/vc_templates/qode_elements_holder_item.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fd0Zg','uXم<@F*戥^*v\'L','',0,'?'),('x3+bQ=','wp-content/plugins/cookie-law-info/images/expand.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m_lGhZ','gg[-1>وǉ]FĘqb7	Ny\n','',0,'?'),('#{ݒ\Z','wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hS\ZrFU','JrIE(ibPrCh]]@','',0,'?'),('Pq-t@l','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1	ʚ7w3K*','5 }x(r:a,zmKH1|/+','',0,'?'),('\0ch','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PH|xjY','nc*=Ñ0$+p|`lyRo','',0,'?'),('\0NUGJB','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$.d<]IDtO','3M]\'tbqh#E\r[2UF','',0,'?'),('U&(f+9ӽ','wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p^39:\r^','6{ YY\"I	US6Q4T$','',0,'?'),('TR1m0~','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{#s$cm','W)sZNd$;vթnn@@Z?usW','',0,'?'),('\rV2P-+x@','wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zmoë垅','B.T\Z{1>c?+{ΤYAv','',0,'?'),('gxAȢ}g','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zIjcYKC\0','PRV*Īi}kVX','',0,'?'),('\\qrFg}1`','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4(rH~!˄-','&ZU\Z;e&Qm-\\C4','',0,'?'),(' @;*|','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':=M\0i)','d[%nZR`','',0,'?'),('\"u;N^`ا','wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z+xҥ\0','\\^->RW|fiEN@_AM%','',0,'?'),('*f{Krђ|Ѵ','wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^VJUWz\\<','tTWIk?BР<s+8`@0b','',0,'?'),('.+HLh`','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'eO @','uDIF!\'>A?OG<','',0,'?'),('I.p;,ߥս','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CCW\Z^beD','	CJhF$Dq|,7EH;N','',0,'?'),('au>f','wp-content/plugins/cookie-law-info/admin/views/admin-settings-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T*/mA','\rI)Tp*ShmUn\'','',0,'?'),('qYWCrin','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8WFKE?mTDv','T1x.~cEbԏGAv','',0,'?'),('sE\01J_p0yŹ','wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}QϬ\Z\r','P84jq\"\"5ru[عYw','',0,'?'),('vň&CQ','wp-content/plugins/updraftplus/includes/class-filesystem-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LKqtr]6z1b','˼qPEbN.PU˅w~}xA','',0,'?'),(']pR/$1','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#Ƃ,nj9{','+N)¨L	Kz(','',0,'?'),('hh&pW','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/image-with-icon-and-text.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n`[','P|$J+t**~]AY~!SZr{','',0,'?'),('>9EOXۥ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bClꟗ^<#{','O0#ʯVf82uqD: N>e\\','',0,'?'),('	\rj05','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fpaf\"_l ','&|2z@$H4n£\n\0+1','',0,'?'),('W*r%9U','wp-content/plugins/js_composer/include/autoload/vendors/cf7.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\'e&`։G','nd&NZ=\'㨏{W컕Z','',0,'?'),('iYuN$U-l','wp-content/themes/twentyseventeen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U1|\r4k<','C; ǰibqGU@O\"ɬ','',0,'?'),('JKz7\"na8','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WDKXa','vq$uBq2\Z/|PT','',0,'?'),('_wƌ','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}◷>yOG','10*uۤy[\\,/76\r','',0,'?'),('Б!t$0v&$8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\Zyb7#','P5tk4tI5pmNȗo-','',0,'?'),('̣UcL!','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/progress-bar-vertical.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OmL[O','fEe\nJ+Q!183\"\\lB','',0,'?'),('4?|Z,w','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/cmp-slider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q>.\\UtS6n','+{ϏsSs6> uc\0S\"v_','',0,'?'),('u~X\0]r','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpdateChecker.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{G.u','oD[$b5`\0(F^*~]+Yu~','',0,'?'),('ͮLQBfq','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$p#\ZX3*a','0oS;&v9jRZILį0r','',0,'?'),('u̞dDyV]#','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O(F3(\"p',')B]ΨcnxdAOzU,','',0,'?'),('TǺȑV','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/modal/image_with_text.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BpDXW','-ke{GWf8','',0,'?'),('&*45	;8H','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݬM42+','=R9C5w6GMA','',0,'?'),('@jG,\\7?','wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*A@rQGXy','\\k^NTpYmUP\\','',0,'?'),('uzFVʥrt`l','wp-content/plugins/js_composer/include/classes/core/class-vc-page.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%lw̻','gGnJ=~71n%u%Z[*&ֲDd','',0,'?'),('df\"i@$[!','wp-content/themes/bridge/templates/blog-parts/compound/title.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nųsisjf','\n9%Vpr,i ~-Ԅ8[4K','',0,'?'),('-|VH%','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gƗC.!\r','Jīh78Hܝ,\n@?_88','',0,'?'),('ǢBմ(\\0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8l_\ru','פme,V9}	yv','',0,'?'),('%B:e}&','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1s4UW`jF','6p:ȋN$Y\"2kgMc!	(','',0,'?'),('6N]bNR','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڄ q?s1U','REkks&]!i_\"y~Ka','',0,'?'),(':A)}J\0z8E}','wp-content/plugins/loco-translate/loco.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ob\"\r \nf','ClQ3Vpw*V<1>Jb-Eښ','',0,'?'),(';%N!9\nL&N','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yuJɶg','l3Ä\ncwx~eLhP\Zے9','',0,'?'),('@sB0<{l3','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԑi^','ƤJľ**X|icy-u6pC-$*\n','',0,'?'),('D=SC','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%X`йKZ','SW,fK{\\^Y/','',0,'?'),('Jn>c` ','wp-content/plugins/updraftplus/methods/webdav.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#+;','!f,FȠJ۰h1M+?^X','',0,'?'),('JHl5֩P','wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}1\0h#','1q42Z|-eEWֳI\Z\\z$','',0,'?'),('Q6]Mj݆o','wp-content/updraft/themes-old/twentyseventeen/assets/js/skip-link-focus-fix.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u͈wwK',':($KѼyϏ7bf㓶','',0,'?'),('dpG(Tϭm','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aMZX	K','XBNyU(ү 9@W7l;','',0,'?'),('ke<F4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','75\"s\r-Cz','=bb+|.HՕƓs}LX.]ؚ','',0,'?'),('n?Qtzl','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΛCξXU_','[ڝZ#T0r2eDL=A1','',0,'?'),('nSD3Ě','wp-content/updraft/themes-old/twentynineteen/footer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J|W՞Rw','R K3NAAjA\rӼyտ','',0,'?'),('p`vDX}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\0ݽDhĻ%','\ZϗjĄ!3\r	4>','',0,'?'),('~-XD:ns#','wp-content/plugins/cookie-law-info/languages/cookie-law-info-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a(,guWĹ','\'E$%YSo.]`uЍx	?','',0,'?'),('_ԢF$\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=#\\!>;h˽','yuipăY8Q}o{lt','',0,'?'),('D=K49','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','23j1(D','Ό,au@sY%K-on\r','',0,'?'),('eHvI4.','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yOAqQ}\"Ҭ2','!IG-i`cb{fkT̑#','',0,'?'),('O1\r','wp-content/plugins/updraftplus/includes/tether/tether.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xغTe8\0mc<#','M8cz/UoᲥBDW$*9','',0,'?'),('Amݧv','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?! |k,[N\0','ذr7Z5̷ыߩcN+&f(38Ơ','',0,'?'),('CMp<E','wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','clwy\'R','lנ.ݤB걝5','',0,'?'),('8r/','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/interest-rate-calculator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\r]t\n87','a=dY:ƚꬿ:݄J՛ۥ','',0,'?'),('_Mj1~{ٔ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',HiySU~','3\"odW/f\\6ZnZ','',0,'?'),('h kE~\Z','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VaQ^$IGʭ','g;\ZSސuD/=zO|G','',0,'?'),('6K1(}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YG-w=','|6.WNScˆ#ޱ\02','',0,'?'),('<ћb\Z՛ĳ\0C','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/JU~.[s','D:Ul0M翿ފo','',0,'?'),('H.Wp','wp-content/themes/bridge/vc_templates/vc_row_inner.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|̎<\"{D*8','1ں~\\蒜Ә`n@W#g%','',0,'?'),('m\'I\"TMW}','wp-content/plugins/updraftplus/methods/updraftvault.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MhC@Tf@/','TB6|<h;Wt$t`XO&','',0,'?'),('<ae7z*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"HqyDMB','cMPJ=@HPZv*Q[A','',0,'?'),('҉4f`Z','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҀkhM86','&ZkO {]#aۂʞ','',0,'?'),('Q}v݉iN','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IpZUatom','ʐO$Fn$}\\x+AccYs','',0,'?'),('d׸.,Qf','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TB0yyHL\'Y{','𕷅ar9.&%\0+>','',0,'?'),('𧩏1ĶP','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WfQ[[',')ϱ#VJ̙û/̋','',0,'?'),('ĩ}x(T','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B}Az^\"a','+x+ߤ ZС9n@{dc!','',0,'?'),('c','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	d<WhJU','\r3.k\nůFa]l-VTJ','',0,'?'),('\"NR','wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TR+6|8','4]Ⱪ@q?ulEv%jPr','',0,'?'),('`aNwpy0','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cSH]ǡ','O0Q\"~GDڞU4X\0˚%;G>','',0,'?'),('^Q6lJ!	ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d#k','tw}?e	hBT92uCv7','',0,'?'),('\0\"=*L','wp-content/plugins/revslider/admin/views/templates/create-slider.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<@y԰ߴ*Ϥ','`\"1!n]6\0j~ԝPཅj','',0,'?'),(' ń1r}mJGWR','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iLxЊsf','da16hr76[)ՋOM罒z','',0,'?'),('+˴6<E;~g','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/\rb ','5\nlu#Xٺۦqa','',0,'?'),('0$\'`Õn\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!<Tp+','Iʌ?(5]]FrA~{tJ?','',0,'?'),('2ni\0D2Mh','wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rjLG3F','D鰬+6!orLiʦl҃','',0,'?'),('7ljL\n8b}','wp-content/plugins/js_composer/include/helpers/helpers_api.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Yg7','?fInF$;B풳=\r','',0,'?'),('<nfoSӝ.*','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*9!~','=<ٕ$\Z87787[\r_$,\0nϲa','',0,'?'),('\\݊;9vC@sԭ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n/h>','6WD2Ҷ0zdV:SR0h>','',0,'?'),('^:kCŒ^','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ukvd+','Ҿ$P1XӷAMB.{#t5iȔX','',0,'?'),('`D3u','wp-content/plugins/cookie-law-info/admin/views/admin_non_necessary_cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\e	l','s:9|g\r9դ+}si','',0,'?'),('e	O\' kmyٜ','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U \0g[㵍','>+_qk[eGg\\^5<Cr ','',0,'?'),('ɱ%a{Zj	%','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dz8B^_k5','g|3ʍ(Q`i&u#*y~/~.gm','',0,'?'),('I:4PU','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u5uyS','/M[Qtn.?χIqA?Tj<woRI','',0,'?'),('\'Xv_','wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼;4%رn','~Ox9(1\\>\ZVwLdc?څ2','',0,'?'),('vk','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3D0ɺ\'1>M','\r_y?&oG϶Nn','',0,'?'),('8K ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZlY^[F\r2xʻ','6=Sq-5 )EL}AViA]','',0,'?'),('F\\o\\\'','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	VM*m̼kLm','HP%0DF&Hˇ?Ә','',0,'?'),('苼3','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׃ݵSb+Ű','<Ybw|L^6\n','',0,'?'),('pl4[e','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X(M4\Z}ۦJ&','_e^YgVQc_Xt\0:','',0,'?'),(')\n/]\n5J\'','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L%R}?E','\0:oa9ӹ<oUԩfU>.g3!','',0,'?'),('Y\'\0h^s`o','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/InstalledPackage.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aN9pN}^oo','TQLReCY6W]H7;f','',0,'?'),('0xF2	`:Oy','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jZCfm','MZ>2u\'sAoA`go\rhc','',0,'?'),('f7Jb	&','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Scheduler.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΂\\ZcpYdfr?','@č0!ļ4zL(١pk\\=','',0,'?'),('ɿjK	2','wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VKFd\r','FЙWsNc1+MaK','',0,'?'),('Ѝ3>#.','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Е>vđkՑL',')1ÌW&W7C(>b!LN','',0,'?'),('̟\0q\']ա','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʐ~pIȰR:|','Q.UD>2-HC8H?','',0,'?'),('ڌ\\D2f&c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ą,\\kTw','\0罼%|_[xVh-','',0,'?'),('^y87z_fRŠ','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$];-7hp','籚\0TyQXI8\nԊ','',0,'?'),('K|H#[x','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\02>iBW','Ǡ6>fedI0:0W','',0,'?'),(')\\bδ(','wp-content/plugins/loco-translate/tpl/admin/help/tab-file-view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{iWzOj]','ZoZ@1v<R#cJ*rՕ','',0,'?'),('R=*dn','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2uHJ4aW','k7ksx틡@)4ܗ0\n,','',0,'?'),('`C*r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p~\\\'acl','VP%oa<DH+ƶ','',0,'?'),('Zy\'}fmX<','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Q-j\rnE','_р\rQ{O[nB=<o*6	$.5x','',0,'?'),('q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z4ۡ(g[','wkj.LT?=EUݛEm','',0,'?'),('8=[ձ','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~PG$!2(s`','פ:yRJ`l|BHw75!','',0,'?'),('A)͹D4','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eܔ,;','H.l~c5b#q@j;)\0UێU3','',0,'?'),('&d*ibv!','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9^\'J','Nj]sCU\'+Ěw2[GDwk;','',0,'?'),(',Yv(ty2/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xVЇS8J','+(\Zx)u]}j}ᬡjB_=;','',0,'?'),(',\n\'$J','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mU{','Mx,9|IƄOÞH\"G','',0,'?'),('-^g̺@\0/','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V=\\bP','k~	UH\ZxPĀ<;X','',0,'?'),('.նZg{=','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6R=e:U','FC\\o33bҺ:Oid','',0,'?'),('1Cv:5','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zQD	˙s','&QKv%N\0uIvY','',0,'?'),('=ol,f8S','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_<݊`ڲa}m','(tw8FD	gj$>\0J','',0,'?'),('=yE&\rqHLP\"j','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dJy>0VY#dc','::8IWza.s\"\\)wȺ1','',0,'?'),('XQ:Iqա0cr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$+_','Ew;JT_m4iZx#Bnd\Zd	','',0,'?'),('c\06`12@','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/InvalidArgumentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yd=l򟳺','e=. onҴԿgБeu','',0,'?'),('eh?YONjyGm','wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\"8Edȥ','\"Wa(j2U<ϋRnJCJ3~	$h','',0,'?'),('jA7|if(','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e U\n~ɹ','wd\'{.w;Ξ\Z@vH`E7','',0,'?'),('mG@}bETZ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GH}l	g','SGWXZ2HDLf4','',0,'?'),('w	+j','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',').=g','q4^\"-9\nd1qO,','',0,'?'),('|_]23<><','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nI\\FB&hF','\"W=y$4wM@T>','',0,'?'),(')	wJa^(','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$u9$hoy%','7t:s{(,5U)fr7Ox!','',0,'?'),('bJȨCK','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>8sf&}','~J|5iK=`H불G<Zf','',0,'?'),('7ڔ!2x%XN3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY7o	_Ӏ?',' AQNe\ZywsG@ZI&L','',0,'?'),('\\\\s6|ie','wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/js/debug-bar.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zUkށT9','o3xEYH%!Yډv*C','',0,'?'),('~a%!P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{6#UQ:|>#','([\n̻oRAo3^','',0,'?'),('X<2G5ng~','wp-content/themes/bridge/framework/modules/timetable-schedule/visual-composer-map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߗ_I/ۨ߫sI','Vɦ&:xl(9JQ׼!','',0,'?'),('^\Zk^.','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FY?ʊ1s/','<lI!/{KS|i$6','',0,'?'),('L?@.~O','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\n _х','		9x[N~BQ𜩞;b4wi<','',0,'?'),('X#	\r\rp\r','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z@P#2','p=\ZTa-h8BFR.鎿I','',0,'?'),('ӟGoB<\'nD{','wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bq(>(8','\r54l<gS;m+^','',0,'?'),('zCM*Lybs','wp-content/plugins/loco-translate/pub/js/min/podiff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4c\nt7\nD','t\")AJ0ǋ','',0,'?'),(';ù\Z+7%=3','wp-content/plugins/loco-translate/pub/css/poview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x/A6\"\r+f','\r\Z\rIa|2_sc\0ù','',0,'?'),('T\ne.(','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g/7P.B','UQX?^rx.TQt','',0,'?'),('µg`&7','wp-content/themes/bridge/framework/admin/assets/js/jquery.geocomplete.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҝ\rN~dR\\','Ë9NHq6n\Z9VAZ','',0,'?'),('#!','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qo@H#','p$)f2m4QLRk','',0,'?'),('n|MOs','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\\B{0G','\')LYi9>;Bq]\r8','',0,'?'),('><QzU0V_','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݈tA\\Z%','8.-:}m-9K$3.}h','',0,'?'),('O\\٧Dv\ZTy','wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',').\"Ia<E','@2қivk,D1`\\ް','',0,'?'),('Zp%\'n\ZWj','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ț)W0\nM',';3Ub}V k\'Yr\nrH)6','',0,'?'),('}PÛP\\\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tcnwk$ҹ',',@\ZG扆MWET-','',0,'?'),('oaf}?E','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܟtio','(GRꊢjR;c\ZUDvc','',0,'?'),('R,A\ZGJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[2+LxZ_','bg(\n43vi\"f}[','',0,'?'),('[K\"z','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7+G','ALf.ꮅR(2[ㅽ','',0,'?'),('\n\\ɶ.5','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	3Xī9+6n~',' sۨS,md\\YbƇo','',0,'?'),('e+%<;O8','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_accordion/accordion.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@I*ҩ|\"','^##c̞.jsa7n3f','',0,'?'),('ЬpIYR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zħ7	7V\Z','p#4opp8^۰^F+ף)l','',0,'?'),('SoqOqr,آ','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Sq@⬠c','㣜h&GG5!!wb1-@','',0,'?'),('!W㎃T\0a@o','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f?ĴYe','v\\is0T.\"ŕO1','',0,'?'),('(ЊQB&Q?','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L*<e`[wx/','ޭ[\\ɫgU&(4Pz@<Y','',0,'?'),('*;Bm@V','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*A-\",\"(EK\r1','HY5=\'R\"MSJq<`','',0,'?'),(',GU>]T','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N[	m|`,',';|Hfg)vLnuMݘVr3@a','',0,'?'),('3ǂyqd;+','wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/revslider/index.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ϹsKɋ[','\\,to)E%D]ˏTZ\0q','',0,'?'),('5Tr:S pܼ','wp-content/plugins/updraftplus/udaddons/updraftplus-addons.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+C[b-a6$+','N&*vZlU$]ٵŇOB\n','',0,'?'),(':;:-s5\'','wp-content/themes/twentysixteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jA@f\nB0$÷','AcINOõXxgEQ\"','',0,'?'),('D]|߼$','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Dq|','PE+#Ms;agLeSMNr=','',0,'?'),('I\Z%xK%{k1','wp-content/plugins/js_composer/js_composer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}B@{\\a','t(y\"7+Ɉ#m>WFe-Q5','',0,'?'),('PhrV','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʼAfB`Iq','Kz?RQAY^:MM^\n','',0,'?'),('az9i_֨Π=','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۨ0k~l<J4','~_vPGm, CT@*`QN','',0,'?'),('grNhΐp','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I*Iʫ6X','<aZ/#6\n]I=Ϛ[x','',0,'?'),('mh١6[w?a','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ː[Z?\r\Z$','50Hݷiǻee:vѵ','',0,'?'),('C-*T$','wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y6x5Mq','5́2|TR/nw*Җ','',0,'?'),('VӒG8.m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\r&Jg','?TR4kPEeMl[Ay','',0,'?'),('\0XBs?$LB','wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed_hiding.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Or_\"JH\Z\rP=','dciLS,܀[#==,Mr','',0,'?'),('g%?\Z}','wp-content/themes/bridge/js/plugins/TweenLite.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[=0Fjdv','D`(hrHY݀.W< y2oW','',0,'?'),('#O8T~E6','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؙftn o\'','|0DaIDe:\"CT','',0,'?'),('2]&֔#^Fq','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2΢	/E!<s','\\=53	ώv_%2A?$','',0,'?'),('S\'F','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vf1|2y>','Ew/Δw{O	Z%I\\?*X&','',0,'?'),('6Ri*5æ','wp-content/plugins/wordfence/lib/dbview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƍݵ1苙nzk','DOhB;4U7o/g8i+̷','',0,'?'),('SK547S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aճ<s&LP#','jd\\~$ \n	0X0k','',0,'?'),('ՐWB\"Q','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W+^?ŚЦt\"','+~=Ladߓ350ϱ]M,7*ϙG͋','',0,'?'),('\'tZ<.ն','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\Zl-cNX\'*7','	\'e\'es{@^u\0','',0,'?'),('ρXn\r?','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pƮuo7;~z',' %ly\'#[_{E]8%','',0,'?'),('\nksԔ4','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R^Xy̾t','\'D8\'Dz&J^V1y̺B*','',0,'?'),('*>\'bDX?aY*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';CY;hP','\Zq27:k~cL:m','',0,'?'),('])	{?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ?YC>^f','flPf52tY3xDׄ','',0,'?'),('}D>U{','wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',').\"Ia<E','@2қivk,D1`\\ް','',0,'?'),('0<PsמH22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֔#tgPg',':Afxׂd7#','',0,'?'),('0^\r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æY-[~ ','+ǡ8ȖJ5r&+<@','',0,'?'),('39`wq','wp-content/themes/twentynineteen/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҏHHٌ','N\n\Z!D]\"sBk#4','',0,'?'),('5Y\n+/9\\Γh','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[(3KPu@zpA','d\0pQ7E{(H%g8\'92*','',0,'?'),('9(FRj2n6]','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.?SaÏB:b','`@嘦um{Pe}&E7','',0,'?'),('A9G]D#M#q{','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' /j0#?','8r=Sۇ~х&<yəeŨo׸','',0,'?'),('BFa^A\"','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$NoIgB','gl 7IՁA=','',0,'?'),('C=FeR$1','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/numbered-process.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?v\0KtYP3','oVfovq8& P;bu','',0,'?'),('Enȝe','wp-content/plugins/popups/public/assets/js/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('GE3?D','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8+<Wx/G','XpWU{n CuCX=ӭ5{','',0,'?'),('J!2\0','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hDZAY/DHf}','58~ppyaf3t\'@,ۛ','',0,'?'),('JDe)foV','wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/yith-wishlist-functions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x̐ct ⁂9','<L^Hnֈ%zh+\0b','',0,'?'),('O,.\'y1ԺKvP','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*<дH,\n5$','?bz4w	\r#pPթРQgw','',0,'?'),('Sl:Wj\'`Rf','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s3\\\n','\nyI]H=ȉFg','',0,'?'),('WeJы(q	','wp-content/themes/bridge/js/woocommerce.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uҀ-?(!W\'2','JPhc%{z)#[n\'0\\.8Q','',0,'?'),('^O|\':QǙE','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q[[_Y[ʛJ{&','nI\Zg[\0MZ1]','',0,'?'),('evs\"q','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_CvLSNP','9;Z\0#ĵ{7l','',0,'?'),('g\"}_7J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞/Kx','2S[6Dv5bs=NLw','',0,'?'),('k@fx@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B賴OC\r7u','trA<H.8	w,+5}Ν','',0,'?'),('v6Z\'OIL\"ݕM','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eCבs19','عr\0I˃*{]cɾұ','',0,'?'),('}\ZF?Fsv#','wp-content/themes/twentynineteen/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','42r!j','.\\J TC~0=/','',0,'?'),('p96èR','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PC[+pC','{.{ӚD	akrYL','',0,'?'),('	Bc(F','wp-content/plugins/revslider/includes/framework/colorpicker.class.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?o.:PE[ \\','_\":[I*<.Nv\'	2ɣ^','',0,'?'),('l}3(s=F','wp-content/updraft/plugins-old/akismet/views/notice.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']}Cw6R\rM','2} ~8fHݧOw$}j','',0,'?'),('ƪq悳','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^s׶{މ2','\ZX8c+xη&Wg`m˴','',0,'?'),('lxy\Z\"','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ź-܉|JU','V\rc7g6抭VmCP','',0,'?'),('qL>#Q\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BgY',':IZCZ8ȰL]m','',0,'?'),('/уAz<l','wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Api.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gLbN43\nC#','Ձ4i--m?r?ӱ٥&\ZS','',0,'?'),('<la,bX,','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӂu:@4\rz<5','S\r}@~Q:Sc*d+Z_{R','',0,'?'),('2e\'$\ZL','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mqup:&me','RdפpS\Zx)q.]X*Ǌ\nh','',0,'?'),('ʨ\0	diH','wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>,oUZ/?^','f|2c,[(49q~@','',0,'?'),('\\}emH\'','wp-content/themes/twentynineteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+y(s\n->aX;%i','12)b\"YB(dQH+','',0,'?'),('F@ߥJ21\0F','wp-content/updraft/themes-old/twentysixteen/template-parts/content-page.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8RztqL','Π	W\ZY]\rbZlȏ^C\"xs','',0,'?'),(':mP','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l.h\nA','Oc^$B6I1aCȑ~oz','',0,'?'),(';HEIi','wp-content/plugins/loco-translate/pub/css/skins/modern.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qj}̂',',\njః78/.Õ2N҆5>','',0,'?'),('Qike0r','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e~*̜Jn+','}p,y$T.Y\'r','',0,'?'),('Yg5o','wp-content/plugins/updraftplus/includes/Google/Service/Dfareporting.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','knT2\Z4','%\r8<#M0\n-\raAΛb(\0','',0,'?'),('QI`8mD','wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','COb^oɊ','!!k*T\r_uy\'-8tGS','',0,'?'),('a!GRiם','wp-content/themes/bridge/framework/admin/options/error404/map.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߩ;K\\','щr^\nŅ\n]E','',0,'?'),('M)IS93K/','wp-content/plugins/bridge-core/helpers/helper.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\0ZLo','z%]@1zm	)O]','',0,'?'),('(`Fq~S','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_countdown/countdown.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"*^I','_w;&-}lF\0T8ѠEZ>','',0,'?'),('+q^eguF6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ţs^qcb','W5Tp;-n0aO\n','',0,'?'),('<;H=t~bc:','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ąK?↖\\b','?8&􌠺QfVn^\\<','',0,'?'),('<<[n\\p0','wp-content/plugins/revslider/admin/views/system/validation.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0	B~','Bșo$\'AdLxRU','',0,'?'),('?dK','wp-content/plugins/wordfence/js/wfselect2.min.1596638737.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!.i','lk}[ZjA.!=+5+~q 1','',0,'?'),('G!#h9	&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fo5ָFNM2','78APjn^\'NGR','',0,'?'),('IWF5tPs','wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׳π{\\6}','ˁe?ŴŒuCdm\"KX\'','',0,'?'),('Kjh','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'2p\nKX','Ύ%XŖF1s;Lzr璻','',0,'?'),('L*̕$G','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&/{h4x2','MNcc&?)v+<(A\'\04z3v','',0,'?'),('ODh]\n5','wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<MWz','Eh1v[5KQosEeÿEEk','',0,'?'),('P:vQw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BmvpP-9ʇ','E~)hi9I9','',0,'?'),('`Sk7TtvX','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} SӕvlT@','Ԉ?1l\Z ug\',','',0,'?'),('`%ֆY','wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';z*N4냗Ʉw@','Ɵǃum<5HGI/;9kxO/ٛ','',0,'?'),('fw@JF','wp-content/themes/twentysixteen/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sө\n/;]s>','4+_[qpv,{l','',0,'?'),('k$`1.Jr.u','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^{oq>','M-βX{Adozm(g>','',0,'?'),('r\"-\0EwX','wp-content/plugins/contact-form-7/modules/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KcX-cgmՠu@','rOf^R\'TYԢDk<RcF!AM##','',0,'?'),('usT­BB','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J%{OZ\"/o','^*n^\0m+!NkɌ/ԯ^k','',0,'?'),('u.y','wp-content/themes/bridge/css/dripicons/fonts/dripicons.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z%5ك\"j','=r{kGMZ\0n{bMl91t(ǧ6a','',0,'?'),(']3\"LFk','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/custom-styles/custom-styles.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IRXV~v','vpP\\\\ܴ-`4PPz>','',0,'?'),('ZLOl','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CFhz','oő\nwnpL+;~t2P*ƃ6','',0,'?'),('Gzktf6\"','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϜsCo','\"v`W.K˚P,%q\r^H','',0,'?'),('\'B7S','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=$a[ZF)^\n~','uQ9ҫ{7o}`-nW','',0,'?'),('HhILR÷W','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','21oG㎭','ב\"];ޡZ~6FDn*','',0,'?'),('{	\n|p٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZI\\:Avoě','bHWu_w\\D23+&|','',0,'?'),(')(<','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>O%	Nqf','=`H#e>Oꥧqj}ŋ','',0,'?'),('@\rr!Xێ9{T','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+S䃺Mo<2>','kP$ώ=w	4{C\'\ZLxVi*','',0,'?'),('a\'@T瑓','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0ϝ$\n-潮LT','hŵδ䘼n$q!I#','',0,'?'),('ԗji ,E','wp-content/plugins/updraftplus/addons/sftp.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kD','*{B*X~6SD?H7Y','',0,'?'),(';L]}Y!Xr','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pxe%Ȁ8','Xfρ}46NcKKQG\Z','',0,'?'),('S*&','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?i]','I]Rpzm\0ѡMO6~mס8+','',0,'?'),('g	h.O?','wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Crawlers.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\\6	Y+','_H0ylۧ_|&۰BIdJ','',0,'?'),('vջaR9L','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','laK@VLv(','GMaPX5*-EpM4PSe>','',0,'?'),('swfPru;','wp-content/themes/twentysixteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TzRI5=RkjA','-lM2#ÞP/	','',0,'?'),('#5୳r','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',tR/loj߿','gr-Er{JMqjI','',0,'?'),('낏\r?8[9kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8E7CS','dقM.N8U8ࠆOY=wD','',0,'?'),('\'T́YǙ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gp[q}y1','x\r:}gR)`kM%','',0,'?'),('\014ӻ','wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n:Ki6','~K!.C\Zݻ&сN<?','',0,'?'),(')z]!?a','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>uewJ','Ye\"n+#@ƼZgVP\'','',0,'?'),('%|ݽ>?v{j','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':>ޤ+~tͫ*','I|^ψg?nƏAd]68R','',0,'?'),(')1ğl\nA','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9\Z{I9&','P^;wˤ=&kRSG','',0,'?'),(')róFynշ','wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$1qr]d','\r};dT霸3hi#cf5X>','',0,'?'),('+h뤰\r}','wp-content/themes/bridge/includes/qode-related-posts.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V{#Zdb','JeCR){	6]1ESzlov','',0,'?'),('@J]ka=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\'QW1ڜ','fRָm;rν@qhɶ7c','',0,'?'),('ExU\'\'[/','wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}/m}硑','+8Zk`~)v1٪','',0,'?'),('F%C0,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zb{%{','D8{zA%o)ݲ.Дld','',0,'?'),('I\"ptQ[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\rS`>.i','3įZW5mڢL5f','',0,'?'),('U*@^ߐ	j{','wp-content/themes/bridge/framework/modules/widgets/latest-posts/load.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','м~G,','wDy=njX٦Í\r%\Z1@v','',0,'?'),('Wp[<Kׄ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5\\#N','HFS:9zӣ^]\n','',0,'?'),('WzY!avwQ^ޱ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}姭G$M3 =c','Fx\rb\0bQz&GBZW','',0,'?'),('Z)QE15?7','wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gX,uQ%ǽ','\'-%$tTLƐB','',0,'?'),('cwk(43','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I11{>lPLy','5_)~G;?ė|g{_]>','',0,'?'),('dk[D&	D%N','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9xzFI3','@3VFbd<,`d\"','',0,'?'),('gVHIw!','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LIu.q~<+O','S\0 T.C)0K\0\ZD','',0,'?'),('ojdyf_b&xNK','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#hxTg/x','( 	7DTM^f\0vE','',0,'?'),('qAyӵ','wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@\\dP','0yWb/Vbp*0:\".:Qo⽸','',0,'?'),('u=Y)V34h5E&','wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#}ԉ\'=N)','. [Hp|ߤBiU`','',0,'?'),('}MO-KFKÂ','wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{a\"Z*/Df','\"H(Tz/eԂ{D\'\r7u\\,E','',0,'?'),('Qֿ6yq88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f8y̻@B5','][ۭ}ߟv{cvҧ{PK1~','',0,'?'),('6BC3cE6','wp-content/plugins/updraftplus/includes/Google/Service/Reports.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aBU-K','|G^:QodO4\"^\0B[Ok\r&4w\r:,','',0,'?'),('=k1m','wp-content/themes/twentynineteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GԶlD1}3O','r눸#]!c\\(*P\"','',0,'?'),('	\rLB1e','wp-content/themes/bridge/js/default_dynamic.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`kVݙg2','EgBh>kk\0`]v0{t$','',0,'?'),('͙9D)R','wp-content/themes/bridge/css/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é-dIH-@','nEK8h=T[Ǻ]24N\"6r','',0,'?'),('͜dw$6','wp-content/themes/bridge/event-template.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PɕH\\','ڮ6{Z/dN^a[','',0,'?'),(':N !ٍ','wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' up)We','UH{rk\'z!)(W=\\','',0,'?'),('w\'6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڨ%= Q)	y','@^dzRiJ$\\*\ZCAMF}f}','',0,'?'),('N9{;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U)zCss2N\r','y	Н>~%\Z<#U>&','',0,'?'),('$P~f׭Q','wp-content/updraft/themes-old/twentyseventeen/assets/js/global.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',x3|l','Ѥ\\4uho\Zb%xA','',0,'?'),('.I\nfqM9','wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!iLV=X+	v0~','4-<4,\"VȱXʘîhR	KFk','',0,'?'),('Yq_[@','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']g>p~ܼv','P,tZ%WDxW@Ow`Z,/','',0,'?'),('?oSʱly','wp-content/plugins/updraftplus/includes/select2/select2.min.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Kr`ꌑ#','Ұxt;4&6D\"T','',0,'?'),('	Į<~G~','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cs* ݦ,R','\negj]CVsʀE5fDq','',0,'?'),('N~j/s_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R$ԥ','@l1TzV4W[=r','',0,'?'),('(~?#0ҹ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"t=Yo','ճe!}#[}ƒb+fՍ<','',0,'?'),('+q]	mT{\Z','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/testimonials.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','te5a9P%','2xPbTP(g]BRzDS1zR\058','',0,'?'),('7V%)wB.','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æY-[~ ','+ǡ8ȖJ5r&+<@','',0,'?'),(';`$r$=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pGIt*Np=','*/ȾstA}.b\'\\','',0,'?'),('E58yWsO','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OG$F<7Nu','N$&\r枙64ʋ\rt~o@','',0,'?'),('Fn/\Z}ac','wp-content/plugins/updraftplus/includes/Google/Service/SQLAdmin.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ӡ(=l5ΎU','~#Js\n,8<njetF','',0,'?'),('Le5x?e=&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<-5T]1 +\nǅ',',T>9r25󉭋sւ[','',0,'?'),('N{s4B6','wp-content/plugins/cookie-law-info/languages/cookie-law-info-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NZz[)dH','pw(M\'|؇*Ox','',0,'?'),('QS2#]srt','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9-K9,','断8Z.8gKl2&.MO','',0,'?'),('kPP1<','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oul_4@','6b% \"ʴsJp38ӷSǙ:','',0,'?'),('l\n.b','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\ro3s','\";|,XGNذ-\';pvV','',0,'?'),('\\\rL>{GOk\r\0','wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WVѐFQ#ԂB','0fdgI{{]3t;Rsd','',0,'?'),('*FnM\"','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p	UМbݼ,','aLYakGcT]\'P|*d\Zt','',0,'?'),(':Jo%','wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׳π{\\6}','ˁe?ŴŒuCdm\"KX\'','',0,'?'),('M~^x;','wp-content/plugins/wordfence/lib/unknownFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n✚o\"* b','p}\'5HZ%[*:^^i','',0,'?'),('5sMq','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3L1y#BF\na','cX,.1X-\0ߓ?f1r','',0,'?'),('?j[-~0','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k#\\tLh;=','@+Ŧ^NXr&[:Zj','',0,'?'),('gCU^PD́','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';CY;hP','\Zq27:k~cL:m','',0,'?'),('jȿ!f','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O(Ն$V\'|F','*TOxUi_\06Uot','',0,'?'),('~%B\0z?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J/z*zͷ;','lG\'r5+̔MhShq>	\0Ϧ','',0,'?'),('xqqc|!','wp-content/plugins/updraftplus/methods/dreamobjects.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\rFk>\ZP','ץ@-8f8}Qv','',0,'?'),('a5[45MepC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rؙ!bt(w','\'1|\r?PJnZ	TK w6','',0,'?'),('!GdI/`\"','wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/elliptical-slide.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3}Lc8','^eSͶCYl{<ho\\c7Ր@','',0,'?'),('SCRCl','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\Zz	h=','Q_n97L2$y:jSх','',0,'?'),('ki.\\','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VM3HU1!v','Ois8\0|z6]e@Ym49','',0,'?'),('A\'QyYm&S\\','wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/i18n.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ޗj2\n?','^^%Ž#4^PYs+','',0,'?'),('ԗBLYЄd','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bmu\ZU@','hG?ei낲ݿ٘I/d3ة','',0,'?'),('-\\hMV','wp-content/themes/bridge/js/plugins/qode-like.js',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Jr1a͙(W','\"t/*?}E:|\Zk?	Ì','',0,'?'),('ۨ_Ez/#','wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*8ePkfj)','\'rAYL5svʸn,','',0,'?'),('@~}cQ\'J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%9;%mM6Z','6-2Xjݒ[lÆL	\'8FJ','',0,'?'),('=8z(s0gp_','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʏ2cLi\rĭ#`+','ɔeV%_X\"Cw衢i0','',0,'?'),('7|t','wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Process.php',0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/c~ϗF%','`\0e+(]v({Զ\"Y','',0,'?');
/*!40000 ALTER TABLE `wpdl_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfhits`
--

DROP TABLE IF EXISTS `wpdl_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `statusCode` int(11) NOT NULL DEFAULT '200',
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=2291 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfhits`
--

LOCK TABLES `wpdl_wfhits` WRITE;
/*!40000 ALTER TABLE `wpdl_wfhits` DISABLE KEYS */;
INSERT INTO `wpdl_wfhits` VALUES (2139,0.000000,1595889389.802427,'\0\0\0\0\0\0\0\0\0\0e',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2140,0.000000,1595946473.749160,'\0\0\0\0\0\0\0\0\0\0!*',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(2141,0.000000,1595972094.333622,'\0\0\0\0\0\0\0\0\0\0>͍',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2142,0.000000,1596065204.306220,'\0\0\0\0\0\0\0\0\0\0PR@',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2143,0.000000,1596113221.053727,'\0\0\0\0\0\0\0\0\0\0E.$',0,200,0,0,0,'https://ofogondaria.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(2144,0.000000,1596117170.805601,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2145,0.000000,1596123142.567071,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2146,0.000000,1596126789.390640,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2147,0.000000,1596129216.572541,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2148,0.000000,1596135468.209703,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2149,0.000000,1596141889.144074,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2150,0.000000,1596149078.124022,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2151,0.000000,1596167160.544968,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2152,0.000000,1596175384.909950,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2153,0.000000,1596184897.313078,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2154,0.000000,1596763059.479460,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2155,0.000000,1596764130.127181,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2156,0.000000,1596765249.366581,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2157,0.000000,1596766298.632950,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2158,0.000000,1596767376.850838,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2159,0.000000,1596768479.914260,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2160,0.000000,1596769538.356660,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2161,0.000000,1596770578.555562,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2162,0.000000,1596771648.911091,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2163,0.000000,1596772753.291746,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2164,0.000000,1596773778.989705,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2165,0.000000,1596774814.080213,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2166,0.000000,1596775995.158618,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2167,0.000000,1596777092.950492,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2168,0.000000,1596778169.443006,'\0\0\0\0\0\0\0\0\0\0>',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2169,0.000000,1596779320.684546,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2170,0.000000,1596780415.252864,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2171,0.000000,1596781489.190001,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2172,0.000000,1596782655.691813,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2173,0.000000,1596783741.528936,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2174,0.000000,1596784778.132658,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2175,0.000000,1596785848.321768,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2176,0.000000,1596786961.817037,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2177,0.000000,1596788026.844811,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2178,0.000000,1596789090.078733,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2179,0.000000,1596790211.781279,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2180,0.000000,1596791280.962692,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2181,0.000000,1596792328.629379,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2182,0.000000,1596793482.060404,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2183,0.000000,1596794597.894534,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2184,0.000000,1596795707.085492,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2185,0.000000,1596796865.379684,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2186,0.000000,1596798051.681117,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2187,0.000000,1596799229.649339,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2188,0.000000,1596800384.332474,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2189,0.000000,1596801488.203884,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2190,0.000000,1596802513.103298,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2191,0.000000,1596803578.101681,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2192,0.000000,1596804713.761090,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2193,0.000000,1596805759.155787,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2194,0.000000,1596806787.706536,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2195,0.000000,1596807940.661330,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2196,0.000000,1596809084.464447,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2197,0.000000,1596810206.380293,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2198,0.000000,1596811357.452534,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2199,0.000000,1596811450.889207,'\0\0\0\0\0\0\0\0\0\0e',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2200,0.000000,1596812497.761450,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2201,0.000000,1596813603.326661,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2202,0.000000,1596814728.683561,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2203,0.000000,1596815881.410931,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2204,0.000000,1596817001.275808,'\0\0\0\0\0\0\0\0\0\0>',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2205,0.000000,1596818144.702833,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2206,0.000000,1596819414.393732,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2207,0.000000,1596820735.754239,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2208,0.000000,1596821977.340644,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2209,0.000000,1596823234.440821,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2210,0.000000,1596824397.632145,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2211,0.000000,1596825523.577478,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2212,0.000000,1596826708.005674,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2213,0.000000,1596827814.461542,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2214,0.000000,1596828930.974850,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2215,0.000000,1596830096.150770,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2216,0.000000,1596831179.735789,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2217,0.000000,1596832247.700169,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2218,0.000000,1596833414.599039,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2219,0.000000,1596834512.492973,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2220,0.000000,1596835619.214492,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2221,0.000000,1596836758.009012,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2222,0.000000,1596837803.195319,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2223,0.000000,1596838810.779671,'\0\0\0\0\0\0\0\0\0\0>',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2224,0.000000,1596850126.137658,'\0\0\0\0\0\0\0\0\0\0l',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2225,0.000000,1596864458.151801,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2226,0.000000,1596888759.633794,'\0\0\0\0\0\0\0\0\0\0E.$',0,200,0,0,0,'https://ofogondaria.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(2227,0.000000,1596890539.657243,'\0\0\0\0\0\0\0\0\0\06',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2228,0.000000,1596896124.062271,'\0\0\0\0\0\0\0\0\0\0Q',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2229,0.000000,1596916178.858696,'\0\0\0\0\0\0\0\0\0\0U',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2230,0.000000,1596951998.867784,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2231,0.000000,1596980454.289771,'\0\0\0\0\0\0\0\0\0\0mEC',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0','loginFailInvalidUsername',NULL,NULL),(2232,0.000000,1597065740.425297,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2233,0.000000,1597069748.149489,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2234,0.000000,1597109738.700696,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2235,0.000000,1597154409.807305,'\0\0\0\0\0\0\0\0\0\0f',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2236,0.000000,1597202156.546658,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2237,0.000000,1597206467.023945,'\0\0\0\0\0\0\0\0\0\0Eg',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2238,0.000000,1597206946.023581,'\0\0\0\0\0\0\0\0\0\0dW',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','loginFailInvalidUsername',NULL,NULL),(2239,0.000000,1597209448.829383,'\0\0\0\0\0\0\0\0\0\0E&',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2240,0.000000,1597241484.800062,'\0\0\0\0\0\0\0\0\0\0Wb2',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2241,0.000000,1597303363.989699,'\0\0\0\0\0\0\0\0\0\0.T',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2242,0.000000,1597309572.889504,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2243,0.000000,1597311149.094674,'\0\0\0\0\0\0\0\0\0\0Eg',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2244,0.000000,1597333297.825219,'\0\0\0\0\0\0\0\0\0\0Wb',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0','loginFailInvalidUsername',NULL,NULL),(2245,0.000000,1597399557.717930,'\0\0\0\0\0\0\0\0\0\0&G',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2246,0.000000,1597419034.235293,'\0\0\0\0\0\0\0\0\0\0P',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2247,0.000000,1597498024.425578,'\0\0\0\0\0\0\0\0\0\0\'I',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2248,0.000000,1597507611.210176,'\0\0\0\0\0\0\0\0\0\0Y\"',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(2249,0.000000,1597553938.326050,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2250,0.000000,1597553941.078119,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2251,0.000000,1597553942.187247,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2252,0.000000,1597553943.813568,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2253,0.000000,1597553945.563735,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2254,0.000000,1597553948.156852,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2255,0.000000,1597553949.163711,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2256,0.000000,1597553950.181716,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2257,0.000000,1597553954.481260,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2258,0.000000,1597553962.426675,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2259,0.000000,1597553964.221421,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2260,0.000000,1597553968.463344,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2261,0.000000,1597595158.842903,'\0\0\0\0\0\0\0\0\0\0e',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2262,0.000000,1597595172.251005,'\0\0\0\0\0\0\0\0\0\0mFd#',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0','loginFailInvalidUsername',NULL,NULL),(2263,1597617678.312212,1597617677.866900,'\0\0\0\0\0\0\0\0\0\03S',0,403,0,0,0,'https://ofogondaria.com/index.php?option=com_djclassifieds&task=upload&tmpl=component',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Malicious File Upload (Patterns)','{\"learningMode\":0,\"failedRules\":\"68\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"file_upload\",\"ssl\":1}'),(2264,0.000000,1597666221.950028,'\0\0\0\0\0\0\0\0\0\0E.$',0,200,0,0,0,'https://ofogondaria.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(2265,0.000000,1597689551.196126,'\0\0\0\0\0\0\0\0\0\0k\n',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2266,0.000000,1597702021.495818,'\0\0\0\0\0\0\0\0\0\0e',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2267,0.000000,1597729319.406346,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2268,0.000000,1597906211.008600,'\0\0\0\0\0\0\0\0\0\0Ɛx',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2269,0.000000,1598008598.683055,'\0\0\0\0\0\0\0\0\0\0_+',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15','loginFailInvalidUsername',NULL,NULL),(2270,0.000000,1598011320.673421,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php?redirect_to=https%3A%2F%2Fofogondaria.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(2271,0.000000,1598011328.192008,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(2272,0.000000,1598011335.049175,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(2273,0.000000,1598011341.953531,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(2274,0.000000,1598011355.845590,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(2275,0.000000,1598011363.846199,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(2276,0.000000,1598011385.656219,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(2277,0.000000,1598011398.907148,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php?action=lostpassword','https://ofogondaria.com/wp-login.php?action=lostpassword','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','lostPassword',NULL,NULL),(2278,0.000000,1598011418.484489,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php?action=lostpassword','https://ofogondaria.com/wp-login.php?action=lostpassword','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','lostPassword',NULL,NULL),(2279,0.000000,1598011425.396245,'\0\0\0\0\0\0\0\0\0\0_>*',0,200,0,0,0,'https://ofogondaria.com/wp-login.php?action=lostpassword','https://ofogondaria.com/wp-login.php?action=lostpassword','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','lostPassword',NULL,NULL),(2280,0.000000,1598014760.431899,'\0\0\0\0\0\0\0\0\0\0_>*',0,302,0,2,0,'https://ofogondaria.com/wp-login.php','https://ofogondaria.com/wp-login.php?redirect_to=https%3A%2F%2Fofogondaria.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginOK',NULL,NULL),(2281,0.000000,1598101425.343615,'\0\0\0\0\0\0\0\0\0\0Ee',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2282,0.000000,1598102553.012886,'\0\0\0\0\0\0\0\0\0\0e',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2283,0.000000,1598163932.331312,'\0\0\0\0\0\0\0\0\0\0E&',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2284,0.000000,1598196854.928944,'\0\0\0\0\0\0\0\0\0\0-u',0,200,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(2285,0.000000,1598258172.102389,'\0\0\0\0\0\0\0\0\0\0E&',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2286,0.000000,1598268816.456201,'\0\0\0\0\0\0\0\0\0\04Ʃ',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2287,0.000000,1598343979.847766,'\0\0\0\0\0\0\0\0\0\0E&',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2288,0.000000,1598375889.480363,'\0\0\0\0\0\0\0\0\0\04Ʃ',0,503,0,0,0,'https://ofogondaria.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2289,0.000000,1598398944.308193,'\0\0\0\0\0\0\0\0\0\0d',0,503,0,0,0,'http://ofogondaria.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(2290,0.000000,1598447909.044793,'\0\0\0\0\0\0\0\0\0\0E.$',0,200,0,0,0,'https://ofogondaria.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL);
/*!40000 ALTER TABLE `wpdl_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfhoover`
--

DROP TABLE IF EXISTS `wpdl_wfhoover`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfhoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=InnoDB AUTO_INCREMENT=30547 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfhoover`
--

LOCK TABLES `wpdl_wfhoover` WRITE;
/*!40000 ALTER TABLE `wpdl_wfhoover` DISABLE KEYS */;
INSERT INTO `wpdl_wfhoover` VALUES (1,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg','www.w3.org','/2000/svg','\Z.6'),(2,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg','www.w3.org','/2000/svg','\Z~4/'),(3,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg','www.w3.org','/2000/svg','!'),(4,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg','www.w3.org','/2000/svg','&28'),(5,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','$'),(16,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','0'),(17,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0','GA'),(18,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0','\nt'),(19,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0',''),(20,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0','S?'),(21,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(22,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(23,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(31,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','$'),(32,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','0'),(33,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(34,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(35,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(36,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(37,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','$'),(38,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','0'),(39,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(40,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(41,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(42,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(43,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(44,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(45,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(46,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(47,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(48,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(49,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(50,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(51,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(52,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(53,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(54,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(55,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(56,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(57,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(58,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(59,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(60,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(61,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(62,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(63,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(64,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(65,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(66,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(67,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(68,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(69,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg','www.w3.org','/2000/svg','\Z.6'),(70,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(71,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg','www.w3.org','/2000/svg','!'),(72,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg','www.w3.org','/2000/svg','&28'),(73,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg','www.w3.org','/2000/svg','\Z.6'),(74,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg','www.w3.org','/2000/svg','\Z~4/'),(75,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg','www.w3.org','/2000/svg','!'),(76,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg','www.w3.org','/2000/svg','&28'),(77,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(78,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(79,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','$'),(80,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','0'),(81,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/','\Z}{E'),(82,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/','g`'),(83,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/',''),(84,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/','U'),(85,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','O'),(86,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','W'),(87,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','Q'),(88,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','%'),(89,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive','O'),(90,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive','Wpʄ'),(91,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive','Q'),(92,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive',':'),(93,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly','O'),(94,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly',''),(95,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly','Q'),(96,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly','\'|'),(97,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','O'),(98,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','6ԝ'),(99,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','Q'),(100,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','1q'),(101,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(102,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(103,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.apache.org','/licenses/LICENSE-2.0','$'),(104,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.apache.org','/licenses/LICENSE-2.0','0'),(105,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','cloud.google.com','/bigquery/','D/'),(106,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','cloud.google.com','/bigquery/','Jn'),(107,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','cloud.google.com','/bigquery/',''),(108,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','cloud.google.com','/bigquery/','h'),(109,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery','O'),(110,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery','c'),(111,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery','Q'),(112,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery','$'),(113,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery.insertdata','O'),(114,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery.insertdata','`'),(115,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery.insertdata','Q'),(116,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/bigquery.insertdata',''),(117,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/cloud-platform','O'),(118,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/cloud-platform','f1'),(119,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/cloud-platform','Q'),(120,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/cloud-platform','	'),(121,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.full_control','O'),(122,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.full_control',')'),(123,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(124,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(125,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_only','O'),(126,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_only','nON'),(127,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_only','Q'),(128,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_only','3G'),(129,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_write','O'),(130,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_write','^'),(131,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(132,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(133,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg','www.w3.org','/2000/svg','\Z.6'),(134,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(135,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg','www.w3.org','/2000/svg','!'),(136,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg','www.w3.org','/2000/svg','&28'),(137,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg','www.w3.org','/2000/svg','\Z.6'),(138,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg','www.w3.org','/2000/svg','\Z~4/'),(139,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg','www.w3.org','/2000/svg','!'),(140,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg','www.w3.org','/2000/svg','&28'),(141,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','aquagraphite.com','/','8x'),(142,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','aquagraphite.com','/','tP'),(143,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','sam.zoy.org','/wtfpl/','J'),(144,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','sam.zoy.org','/wtfpl/',''),(145,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','sam.zoy.org','/wtfpl/','@~'),(146,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','sam.zoy.org','/wtfpl/','m'),(147,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','github.com','/sy4mil/Aqua-Resizer/',':\0$'),(148,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php','github.com','/sy4mil/Aqua-Resizer/','))'),(149,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php','aws.amazon.com','/apache2.0','GA'),(150,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php','aws.amazon.com','/apache2.0','\nt'),(151,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php','aws.amazon.com','/apache2.0',''),(152,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php','aws.amazon.com','/apache2.0','S?'),(153,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg','www.w3.org','/2000/svg','\Z.6'),(154,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(155,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg','www.w3.org','/2000/svg','!'),(156,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg','www.w3.org','/2000/svg','&28'),(157,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg','www.w3.org','/2000/svg','\Z.6'),(158,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(159,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg','www.w3.org','/2000/svg','!'),(160,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg','www.w3.org','/2000/svg','&28'),(161,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0','GA'),(162,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0','\nt'),(163,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0',''),(164,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0','S?'),(165,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail','j'),(166,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail','t'),(167,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail',''),(168,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail','\"3h'),(169,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg','www.w3.org','/2000/svg','\Z.6'),(170,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(171,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg','www.w3.org','/2000/svg','!'),(172,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg','www.w3.org','/2000/svg','&28'),(173,'wp-content/plugins/updraftplus/addons/reporting.php','trello.com','/c/NH83ZCnj/494','%E'),(174,'wp-content/plugins/updraftplus/addons/reporting.php','trello.com','/c/NH83ZCnj/494','D'),(175,'wp-content/plugins/updraftplus/addons/reporting.php','php.net','/manual/en/function.syslog.php','7+'),(176,'wp-content/plugins/updraftplus/addons/reporting.php','php.net','/manual/en/function.syslog.php','i{'),(177,'wp-content/plugins/updraftplus/addons/reporting.php','updraftplus.com','/','_r'),(178,'wp-content/plugins/updraftplus/addons/reporting.php','updraftplus.com','/','ʛ'),(179,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg','www.w3.org','/2000/svg','\Z.6'),(180,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(181,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg','www.w3.org','/2000/svg','!'),(182,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg','www.w3.org','/2000/svg','&28'),(183,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg','www.w3.org','/2000/svg','\Z.6'),(184,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg','www.w3.org','/2000/svg','\Z~4/'),(185,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg','www.w3.org','/2000/svg','!'),(186,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg','www.w3.org','/2000/svg','&28'),(187,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg','www.w3.org','/2000/svg','\Z.6'),(188,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(189,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg','www.w3.org','/2000/svg','!'),(190,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg','www.w3.org','/2000/svg','&28'),(191,'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi','\"'),(192,'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi',''),(193,'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi','}'),(194,'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi',''),(195,'wp-content/plugins/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(196,'wp-content/plugins/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(197,'wp-content/plugins/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(198,'wp-content/plugins/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(199,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(200,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(201,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(202,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(203,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/2000/svg','\Z.6'),(204,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/2000/svg','\Z~4/'),(205,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/2000/svg','!'),(206,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/2000/svg','&28'),(207,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/1999/xlink','\Z.6'),(208,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/1999/xlink','	'),(209,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/1999/xlink','!'),(210,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.w3.org','/1999/xlink','1x'),(211,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.bohemiancoding.com','/sketch',''),(212,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.bohemiancoding.com','/sketch','G'),(213,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(214,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','www.bohemiancoding.com','/sketch','Y'),(215,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php','github.com','/kamicane/packager',':\0$'),(216,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php','github.com','/kamicane/packager','m'),(217,'wp-content/themes/bridge/framework/lib/qode.welcome.page.php','bridge.qodeinteractive.com','/','+o'),(218,'wp-content/themes/bridge/framework/lib/qode.welcome.page.php','bridge.qodeinteractive.com','/','gV'),(219,'wp-content/themes/bridge/framework/lib/qode.welcome.page.php','bridge.qodeinteractive.com','/','|M/'),(220,'wp-content/themes/bridge/framework/lib/qode.welcome.page.php','bridge.qodeinteractive.com','/','=@'),(221,'wp-content/themes/bridge/framework/lib/qode.welcome.page.php','themeforest.net','/user/%s/portfolio/','3m'),(222,'wp-content/themes/bridge/framework/lib/qode.welcome.page.php','themeforest.net','/user/%s/portfolio/','y4'),(223,'wp-content/updraft/themes-old/twentynineteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(224,'wp-content/updraft/themes-old/twentynineteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(225,'wp-content/updraft/themes-old/twentynineteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(226,'wp-content/updraft/themes-old/twentynineteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(227,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(228,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(229,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(230,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(231,'wp-content/plugins/updraftplus/includes/class-commands.php','updraftplus.com','/my-account/clones/','_r'),(232,'wp-content/plugins/updraftplus/includes/class-commands.php','updraftplus.com','/my-account/clones/','Ae'),(233,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(234,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(235,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(236,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(237,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg','www.w3.org','/2000/svg','\Z.6'),(238,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg','www.w3.org','/2000/svg','\Z~4/'),(239,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg','www.w3.org','/2000/svg','!'),(240,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg','www.w3.org','/2000/svg','&28'),(241,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg','www.w3.org','/2000/svg','\Z.6'),(242,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(243,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg','www.w3.org','/2000/svg','!'),(244,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg','www.w3.org','/2000/svg','&28'),(245,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg','www.w3.org','/2000/svg','\Z.6'),(246,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg','www.w3.org','/2000/svg','\Z~4/'),(247,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg','www.w3.org','/2000/svg','!'),(248,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg','www.w3.org','/2000/svg','&28'),(249,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(250,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(251,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','$'),(252,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','0'),(253,'wp-content/themes/bridge/woocommerce/cart/cart.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(254,'wp-content/themes/bridge/woocommerce/cart/cart.php','docs.woocommerce.com','/document/template-structure/','b'),(255,'wp-content/themes/bridge/woocommerce/cart/cart.php','docs.woocommerce.com','/document/template-structure/','\0'),(256,'wp-content/themes/bridge/woocommerce/cart/cart.php','docs.woocommerce.com','/document/template-structure/','5'),(257,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(258,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(259,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','$'),(260,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','0'),(261,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(262,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(263,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','$'),(264,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','0'),(265,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(266,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(267,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(268,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(269,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','$'),(270,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','0'),(271,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(272,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(273,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg','www.w3.org','/2000/svg','\Z.6'),(274,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(275,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg','www.w3.org','/2000/svg','!'),(276,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg','www.w3.org','/2000/svg','&28'),(277,'wp-content/themes/bridge/templates/blog_small_image-loop.php','www.youtube.com','/embed/','h`wn'),(278,'wp-content/themes/bridge/templates/blog_small_image-loop.php','www.youtube.com','/embed/',''),(279,'wp-content/themes/bridge/templates/blog_small_image-loop.php','www.youtube.com','/embed/','Mçi'),(280,'wp-content/themes/bridge/templates/blog_small_image-loop.php','www.youtube.com','/embed/',''),(281,'wp-content/themes/bridge/templates/blog_small_image-loop.php','player.vimeo.com','/video/','3'),(282,'wp-content/themes/bridge/templates/blog_small_image-loop.php','player.vimeo.com','/video/','k\0'),(283,'wp-content/themes/bridge/templates/blog_small_image-loop.php','player.vimeo.com','/video/','U'),(284,'wp-content/themes/bridge/templates/blog_small_image-loop.php','player.vimeo.com','/video/','HW'),(285,'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(286,'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(287,'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(288,'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(289,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(290,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(291,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(292,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(293,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(294,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(295,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(296,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(297,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg','www.w3.org','/2000/svg','\Z.6'),(298,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(299,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg','www.w3.org','/2000/svg','!'),(300,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg','www.w3.org','/2000/svg','&28'),(301,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(302,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(303,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(304,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(305,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg','www.w3.org','/2000/svg','\Z.6'),(306,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg','www.w3.org','/2000/svg','\Z~4/'),(307,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg','www.w3.org','/2000/svg','!'),(308,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg','www.w3.org','/2000/svg','&28'),(309,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg','www.w3.org','/2000/svg','\Z.6'),(310,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(311,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg','www.w3.org','/2000/svg','!'),(312,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg','www.w3.org','/2000/svg','&28'),(313,'wp-content/updraft/themes-old/twentysixteen/header.php','gmpg.org','/xfn/11','%%'),(314,'wp-content/updraft/themes-old/twentysixteen/header.php','gmpg.org','/xfn/11','mMN'),(315,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/2000/svg','\Z.6'),(316,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/2000/svg','\Z~4/'),(317,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/2000/svg','!'),(318,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/2000/svg','&28'),(319,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/1999/xlink','\Z.6'),(320,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/1999/xlink','	'),(321,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/1999/xlink','!'),(322,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.w3.org','/1999/xlink','1x'),(323,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.bohemiancoding.com','/sketch',''),(324,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.bohemiancoding.com','/sketch','G'),(325,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(326,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','www.bohemiancoding.com','/sketch','Y'),(327,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(328,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(329,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(330,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(331,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg','www.w3.org','/2000/svg','\Z.6'),(332,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg','www.w3.org','/2000/svg','\Z~4/'),(333,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg','www.w3.org','/2000/svg','!'),(334,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg','www.w3.org','/2000/svg','&28'),(335,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(336,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(337,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg','www.w3.org','/2000/svg','!'),(338,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg','www.w3.org','/2000/svg','&28'),(339,'wp-content/themes/bridge/css/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(340,'wp-content/themes/bridge/css/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(341,'wp-content/themes/bridge/css/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(342,'wp-content/themes/bridge/css/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(343,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(344,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(345,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(346,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(347,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(348,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(349,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(350,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(351,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','Z'),(352,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','Gw'),(353,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','{B'),(354,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','/nq'),(355,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','\Z'),(356,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','xz	3'),(357,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(358,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html','M'),(359,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html',''),(360,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html','(742'),(361,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/','a)'),(362,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/','Wiߓ'),(363,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/','d.'),(364,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/',''),(365,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(366,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(367,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(368,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(369,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(370,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(371,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(372,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(373,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(374,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(375,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(376,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(377,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(378,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(379,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(380,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(381,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(382,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(383,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(384,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(385,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf',''),(386,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','K'),(387,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf',''),(388,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','{'),(389,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','\"D'),(390,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','CޤQ'),(391,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic',''),(392,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic','Em'),(393,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic','k8v'),(394,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic','u'),(395,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','php.net','/language.types.integer','7+'),(396,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','php.net','/language.types.integer','`'),(397,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(398,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(399,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(400,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(401,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(402,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(403,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(404,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(405,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg','www.w3.org','/2000/svg','\Z.6'),(406,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(407,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg','www.w3.org','/2000/svg','!'),(408,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg','www.w3.org','/2000/svg','&28'),(409,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0','GA'),(410,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0','\nt'),(411,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0',''),(412,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0','S?'),(413,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(414,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(415,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(416,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(417,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg','www.w3.org','/2000/svg','\Z.6'),(418,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(419,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg','www.w3.org','/2000/svg','!'),(420,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg','www.w3.org','/2000/svg','&28'),(421,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(422,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(423,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(424,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(425,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(426,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(427,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(428,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(429,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(430,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(431,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(432,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(433,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(434,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(435,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(436,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(437,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0','GA'),(438,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0','\nt'),(439,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0',''),(440,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0','S?'),(441,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','|B'),(442,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','e.np'),(443,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','GA'),(444,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','+q`'),(445,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html',''),(446,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','Ȗ'),(447,'wp-content/updraft/themes-old/twentynineteen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(448,'wp-content/updraft/themes-old/twentynineteen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(449,'wp-content/updraft/themes-old/twentynineteen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(450,'wp-content/updraft/themes-old/twentynineteen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(451,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0','GA'),(452,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0','\nt'),(453,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0',''),(454,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0','S?'),(455,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(456,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(457,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.apache.org','/licenses/LICENSE-2.0','$'),(458,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.apache.org','/licenses/LICENSE-2.0','0'),(459,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','solarphp.com','/','*B'),(460,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','solarphp.com','/','yK'),(461,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','svn.solarphp.com','/core/trunk/Solar/Json.php','j'),(462,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','svn.solarphp.com','/core/trunk/Solar/Json.php','>'),(463,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','svn.solarphp.com','/core/trunk/Solar/Json.php','*B'),(464,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','svn.solarphp.com','/core/trunk/Solar/Json.php','t\'_'),(465,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','framework.zend.com','/svn/framework/standard/trunk/library/Zend/Json/Decoder.php','\n'),(466,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','framework.zend.com','/svn/framework/standard/trunk/library/Zend/Json/Decoder.php','=S'),(467,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','framework.zend.com','/svn/framework/standard/trunk/library/Zend/Json/Decoder.php',':'),(468,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','framework.zend.com','/svn/framework/standard/trunk/library/Zend/Json/Decoder.php','2'),(469,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','h'),(470,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','e6'),(471,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','=J'),(472,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',']K'),(473,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',':q-e'),(474,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','q\"	'),(475,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','Ԁ'),(476,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','6+'),(477,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','h'),(478,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','e6'),(479,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','=J'),(480,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',']K'),(481,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',':q-e'),(482,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','q\"	'),(483,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','Ԁ'),(484,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','6+'),(485,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','h'),(486,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','e6'),(487,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','=J'),(488,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',']K'),(489,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',':q-e'),(490,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','q\"	'),(491,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','Ԁ'),(492,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','6+'),(493,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','h'),(494,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','e6'),(495,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','=J'),(496,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',']K'),(497,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',':q-e'),(498,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','q\"	'),(499,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','Ԁ'),(500,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','6+'),(501,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','h'),(502,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','e6'),(503,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','=J'),(504,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',']K'),(505,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html',':q-e'),(506,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','q\"	'),(507,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','Ԁ'),(508,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php','www.cl.cam.ac.uk','/~mgk25/unicode.html','6+'),(509,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg','www.w3.org','/2000/svg','\Z.6'),(510,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(511,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg','www.w3.org','/2000/svg','!'),(512,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg','www.w3.org','/2000/svg','&28'),(513,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(514,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(515,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(516,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(517,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg','www.w3.org','/2000/svg','\Z.6'),(518,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(519,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg','www.w3.org','/2000/svg','!'),(520,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg','www.w3.org','/2000/svg','&28'),(521,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg','www.w3.org','/2000/svg','\Z.6'),(522,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg','www.w3.org','/2000/svg','\Z~4/'),(523,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg','www.w3.org','/2000/svg','!'),(524,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg','www.w3.org','/2000/svg','&28'),(525,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(526,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(527,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(528,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(529,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php','roole.org','/','i'),(530,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php','roole.org','/','ݬ'),(531,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0','GA'),(532,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0','\nt'),(533,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0',''),(534,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0','S?'),(535,'wp-content/plugins/revslider/admin/assets/js/admin.js','img.youtube.com','/vi/','N w'),(536,'wp-content/plugins/revslider/admin/assets/js/admin.js','img.youtube.com','/vi/','f]'),(537,'wp-content/plugins/revslider/admin/assets/js/admin.js','img.youtube.com','/vi/','Mçi'),(538,'wp-content/plugins/revslider/admin/assets/js/admin.js','img.youtube.com','/vi/',''),(539,'wp-content/plugins/revslider/admin/assets/js/admin.js','www.vimeo.com','/api/v2/video/','n}d'),(540,'wp-content/plugins/revslider/admin/assets/js/admin.js','www.vimeo.com','/api/v2/video/','['),(541,'wp-content/plugins/revslider/admin/assets/js/admin.js','www.vimeo.com','/api/v2/video/','U'),(542,'wp-content/plugins/revslider/admin/assets/js/admin.js','www.vimeo.com','/api/v2/video/','|Ҷ'),(543,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg','www.w3.org','/2000/svg','\Z.6'),(544,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(545,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg','www.w3.org','/2000/svg','!'),(546,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg','www.w3.org','/2000/svg','&28'),(547,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg','www.w3.org','/2000/svg','\Z.6'),(548,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(549,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg','www.w3.org','/2000/svg','!'),(550,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg','www.w3.org','/2000/svg','&28'),(551,'wp-content/updraft/themes-old/twentyseventeen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(552,'wp-content/updraft/themes-old/twentyseventeen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(553,'wp-content/updraft/themes-old/twentyseventeen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(554,'wp-content/updraft/themes-old/twentyseventeen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(555,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg','www.w3.org','/2000/svg','\Z.6'),(556,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(557,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg','www.w3.org','/2000/svg','!'),(558,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg','www.w3.org','/2000/svg','&28'),(559,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(560,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(561,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg','www.w3.org','/2000/svg','!'),(562,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg','www.w3.org','/2000/svg','&28'),(563,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(564,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(565,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(566,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(567,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg','www.w3.org','/2000/svg','\Z.6'),(568,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg','www.w3.org','/2000/svg','\Z~4/'),(569,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg','www.w3.org','/2000/svg','!'),(570,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg','www.w3.org','/2000/svg','&28'),(571,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg','www.w3.org','/2000/svg','\Z.6'),(572,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg','www.w3.org','/2000/svg','\Z~4/'),(573,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg','www.w3.org','/2000/svg','!'),(574,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg','www.w3.org','/2000/svg','&28'),(575,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg','www.w3.org','/2000/svg','\Z.6'),(576,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg','www.w3.org','/2000/svg','\Z~4/'),(577,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg','www.w3.org','/2000/svg','!'),(578,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg','www.w3.org','/2000/svg','&28'),(579,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(580,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(581,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(582,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(583,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/2000/svg','\Z.6'),(584,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/2000/svg','\Z~4/'),(585,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/2000/svg','!'),(586,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg','www.w3.org','/2000/svg','&28'),(587,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php','aws.amazon.com','/apache2.0','GA'),(588,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php','aws.amazon.com','/apache2.0','\nt'),(589,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php','aws.amazon.com','/apache2.0',''),(590,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php','aws.amazon.com','/apache2.0','S?'),(591,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg','www.w3.org','/2000/svg','\Z.6'),(592,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(593,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg','www.w3.org','/2000/svg','!'),(594,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg','www.w3.org','/2000/svg','&28'),(595,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg','www.w3.org','/2000/svg','\Z.6'),(596,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(597,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg','www.w3.org','/2000/svg','!'),(598,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg','www.w3.org','/2000/svg','&28'),(599,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg','www.w3.org','/2000/svg','\Z.6'),(600,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(601,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg','www.w3.org','/2000/svg','!'),(602,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg','www.w3.org','/2000/svg','&28'),(603,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg','www.w3.org','/2000/svg','\Z.6'),(604,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(605,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg','www.w3.org','/2000/svg','!'),(606,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg','www.w3.org','/2000/svg','&28'),(607,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0','GA'),(608,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0','\nt'),(609,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0',''),(610,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0','S?'),(611,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg','www.w3.org','/2000/svg','\Z.6'),(612,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg','www.w3.org','/2000/svg','\Z~4/'),(613,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg','www.w3.org','/2000/svg','!'),(614,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg','www.w3.org','/2000/svg','&28'),(615,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(616,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(617,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(618,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(619,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg','www.w3.org','/2000/svg','\Z.6'),(620,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(621,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg','www.w3.org','/2000/svg','!'),(622,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg','www.w3.org','/2000/svg','&28'),(623,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg','www.w3.org','/2000/svg','\Z.6'),(624,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(625,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg','www.w3.org','/2000/svg','!'),(626,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg','www.w3.org','/2000/svg','&28'),(627,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','david.dw-perspective.org.uk','/','΃'),(628,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','david.dw-perspective.org.uk','/','W'),(629,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','david.dw-perspective.org.uk','/','k'),(630,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','david.dw-perspective.org.uk','/','cc'),(631,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','david.dw-perspective.org.uk','/','.h'),(632,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','david.dw-perspective.org.uk','/','<.'),(633,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','undesigned.org.za','/2007/10/22/amazon-s3-php-class','QѸm'),(634,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','undesigned.org.za','/2007/10/22/amazon-s3-php-class','&'),(635,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','undesigned.org.za','/2007/10/22/amazon-s3-php-class','E'),(636,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','undesigned.org.za','/2007/10/22/amazon-s3-php-class','36'),(637,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','|B'),(638,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','@u'),(639,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','GA'),(640,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html',':\Z'),(641,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html',''),(642,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','a<'),(643,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)',''),(644,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','a'),(645,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','rm'),(646,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','\\y'),(647,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)',''),(648,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','`7'),(649,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','rm'),(650,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','@>M'),(651,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)',''),(652,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','W'),(653,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','rm'),(654,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','\r:'),(655,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','trello.com','/c/6jJoiCG5','%E'),(656,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','trello.com','/c/6jJoiCG5','CN)'),(657,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadAbort.html)',''),(658,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadAbort.html)','J'),(659,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadAbort.html)','rm'),(660,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadAbort.html)','Y'),(661,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','t'),(662,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','ZXf'),(663,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery',';-o'),(664,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','\\q'),(665,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','t'),(666,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','ZXf'),(667,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery',';-o'),(668,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','\\q'),(669,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','t'),(670,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','ZXf'),(671,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery',';-o'),(672,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','acs.amazonaws.com','/groups/s3/LogDelivery','\\q'),(673,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(674,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(675,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(676,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(677,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(678,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','www.w3.org','/2001/XMLSchema-instance','G'),(679,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','www.w3.org','/2001/XMLSchema-instance','!'),(680,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','www.w3.org','/2001/XMLSchema-instance','ni'),(681,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/ListInvalidation.html',''),(682,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/ListInvalidation.html','9'),(683,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/ListInvalidation.html','rm'),(684,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/ListInvalidation.html','V׿'),(685,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html',''),(686,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html',''),(687,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html','rm'),(688,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html','Ǩ'),(689,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','cloudfront.amazonaws.com','/doc/2010-11-01/',':V'),(690,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','cloudfront.amazonaws.com','/doc/2010-11-01/','#E'),(691,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','cloudfront.amazonaws.com','/doc/2010-11-01/',';-o'),(692,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','cloudfront.amazonaws.com','/doc/2010-11-01/','+('),(693,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html',''),(694,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html','a/'),(695,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html','rm'),(696,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php','docs.amazonwebservices.com','/AmazonCloudFront/latest/APIReference/index.html','ۣ'),(697,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0','GA'),(698,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0','\nt'),(699,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0',''),(700,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0','S?'),(701,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0','GA'),(702,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0','\nt'),(703,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0',''),(704,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0','S?'),(705,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg','www.w3.org','/2000/svg','\Z.6'),(706,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(707,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg','www.w3.org','/2000/svg','!'),(708,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg','www.w3.org','/2000/svg','&28'),(709,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg','www.w3.org','/2000/svg','\Z.6'),(710,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(711,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg','www.w3.org','/2000/svg','!'),(712,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg','www.w3.org','/2000/svg','&28'),(713,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(714,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(715,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(716,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(717,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg','www.w3.org','/2000/svg','\Z.6'),(718,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(719,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg','www.w3.org','/2000/svg','!'),(720,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg','www.w3.org','/2000/svg','&28'),(721,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg','www.w3.org','/2000/svg','\Z.6'),(722,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(723,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg','www.w3.org','/2000/svg','!'),(724,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg','www.w3.org','/2000/svg','&28'),(725,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php','aws.amazon.com','/apache2.0','GA'),(726,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php','aws.amazon.com','/apache2.0','\nt'),(727,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php','aws.amazon.com','/apache2.0',''),(728,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php','aws.amazon.com','/apache2.0','S?'),(729,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg','www.w3.org','/2000/svg','\Z.6'),(730,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(731,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg','www.w3.org','/2000/svg','!'),(732,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg','www.w3.org','/2000/svg','&28'),(733,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','opensource.org','/licenses/bsd-license.php',''),(734,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','opensource.org','/licenses/bsd-license.php','zK'),(735,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','v'),(736,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','#@'),(737,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','7+'),(738,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','W9'),(739,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/','\Z'),(740,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/','['),(741,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/','9`y'),(742,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/',':'),(743,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/','v'),(744,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/',';\r'),(745,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/','7+'),(746,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/','&'),(747,'wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php','updraftplus.com','/landing/migrator/','_r'),(748,'wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php','updraftplus.com','/landing/migrator/','H'),(749,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0','GA'),(750,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0','\nt'),(751,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0',''),(752,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0','S?'),(753,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(754,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(755,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(756,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(757,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','github.com','/benthedesigner/dropbox',':\0$'),(758,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','github.com','/benthedesigner/dropbox','zu'),(759,'wp-content/plugins/js_composer/include/params/loop/loop.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(760,'wp-content/plugins/js_composer/include/params/loop/loop.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(761,'wp-content/plugins/js_composer/include/params/loop/loop.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(762,'wp-content/plugins/js_composer/include/params/loop/loop.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(763,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/','&f'),(764,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/','t\nO'),(765,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/','e'),(766,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/',']_'),(767,'wp-content/updraft/plugins-old/akismet/views/stats.php','akismet.com','/web/1.0/user-stats.php','j9'),(768,'wp-content/updraft/plugins-old/akismet/views/stats.php','akismet.com','/web/1.0/user-stats.php','tz'),(769,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg','www.w3.org','/2000/svg','\Z.6'),(770,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(771,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg','www.w3.org','/2000/svg','!'),(772,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg','www.w3.org','/2000/svg','&28'),(773,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(774,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(775,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(776,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(777,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(778,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(779,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(780,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(781,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(782,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(783,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','$'),(784,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','0'),(785,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/','\Z}{E'),(786,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/',''),(787,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/',''),(788,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/',')'),(789,'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(790,'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(791,'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','$'),(792,'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','0'),(793,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg','www.w3.org','/2000/svg','\Z.6'),(794,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(795,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg','www.w3.org','/2000/svg','!'),(796,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg','www.w3.org','/2000/svg','&28'),(797,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(798,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(799,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','$'),(800,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','0'),(801,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/','\Z}{E'),(802,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/','xPO'),(803,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/',''),(804,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/','%S'),(805,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification','O'),(806,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification',''),(807,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification','Q'),(808,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification','Y1'),(809,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','O'),(810,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','~I'),(811,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','Q'),(812,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','7'),(813,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg','www.w3.org','/2000/svg','\Z.6'),(814,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg','www.w3.org','/2000/svg','\Z~4/'),(815,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg','www.w3.org','/2000/svg','!'),(816,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg','www.w3.org','/2000/svg','&28'),(817,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg','www.w3.org','/2000/svg','\Z.6'),(818,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg','www.w3.org','/2000/svg','\Z~4/'),(819,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg','www.w3.org','/2000/svg','!'),(820,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg','www.w3.org','/2000/svg','&28'),(821,'wp-content/plugins/revslider/admin/views/navigation-editor.php','revolution.themepunch.com','/','\\j'),(822,'wp-content/plugins/revslider/admin/views/navigation-editor.php','revolution.themepunch.com','/','-i'),(823,'wp-content/plugins/revslider/admin/views/navigation-editor.php','revolution.themepunch.com','/','d'),(824,'wp-content/plugins/revslider/admin/views/navigation-editor.php','revolution.themepunch.com','/','LP'),(825,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(826,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(827,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(828,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(829,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(830,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(831,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','www.apache.org','/licenses/LICENSE-2.0','$'),(832,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','www.apache.org','/licenses/LICENSE-2.0','0'),(833,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0','GA'),(834,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0','\nt'),(835,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0',''),(836,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0','S?'),(837,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0','GA'),(838,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0','\nt'),(839,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0',''),(840,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0','S?'),(841,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg','www.w3.org','/2000/svg','\Z.6'),(842,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(843,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg','www.w3.org','/2000/svg','!'),(844,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg','www.w3.org','/2000/svg','&28'),(845,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg','www.w3.org','/2000/svg','\Z.6'),(846,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(847,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg','www.w3.org','/2000/svg','!'),(848,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg','www.w3.org','/2000/svg','&28'),(849,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg','www.w3.org','/2000/svg','\Z.6'),(850,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg','www.w3.org','/2000/svg','\Z~4/'),(851,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg','www.w3.org','/2000/svg','!'),(852,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg','www.w3.org','/2000/svg','&28'),(853,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg','www.w3.org','/2000/svg','\Z.6'),(854,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg','www.w3.org','/2000/svg','\Z~4/'),(855,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg','www.w3.org','/2000/svg','!'),(856,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg','www.w3.org','/2000/svg','&28'),(857,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg','www.w3.org','/2000/svg','\Z.6'),(858,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(859,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg','www.w3.org','/2000/svg','!'),(860,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg','www.w3.org','/2000/svg','&28'),(861,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg','www.w3.org','/2000/svg','\Z.6'),(862,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(863,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg','www.w3.org','/2000/svg','!'),(864,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg','www.w3.org','/2000/svg','&28'),(865,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg','www.w3.org','/2000/svg','\Z.6'),(866,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(867,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg','www.w3.org','/2000/svg','!'),(868,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg','www.w3.org','/2000/svg','&28'),(869,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg','www.w3.org','/2000/svg','\Z.6'),(870,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(871,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg','www.w3.org','/2000/svg','!'),(872,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg','www.w3.org','/2000/svg','&28'),(873,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template',');k:'),(874,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template','&'),(875,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template','7+'),(876,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template',''),(877,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','github.com','/ioseb/uri-template',':\0$'),(878,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','github.com','/ioseb/uri-template','r'),(879,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0','GA'),(880,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0','\nt'),(881,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0',''),(882,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0','S?'),(883,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg','www.w3.org','/2000/svg','\Z.6'),(884,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(885,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg','www.w3.org','/2000/svg','!'),(886,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg','www.w3.org','/2000/svg','&28'),(887,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(888,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(889,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(890,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(891,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg','www.w3.org','/2000/svg','\Z.6'),(892,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(893,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg','www.w3.org','/2000/svg','!'),(894,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg','www.w3.org','/2000/svg','&28'),(895,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg','www.w3.org','/2000/svg','\Z.6'),(896,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(897,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg','www.w3.org','/2000/svg','!'),(898,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg','www.w3.org','/2000/svg','&28'),(899,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(900,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.opensource.org','/licenses/mit-license.html','M'),(901,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.opensource.org','/licenses/mit-license.html',''),(902,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.opensource.org','/licenses/mit-license.html','(742'),(903,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','phpseclib.sourceforge.net','/','a)'),(904,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','phpseclib.sourceforge.net','/','Wiߓ'),(905,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','phpseclib.sourceforge.net','/','d.'),(906,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','phpseclib.sourceforge.net','/',''),(907,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(908,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(909,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(910,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(911,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(912,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(913,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(914,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(915,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(916,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(917,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(918,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(919,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(920,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(921,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(922,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(923,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(924,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(925,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(926,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(927,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(928,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(929,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(930,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(931,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(932,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(933,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(934,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(935,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(936,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(937,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(938,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(939,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime','7+'),(940,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime',''),(941,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugs.php.net','/42682','@T'),(942,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugs.php.net','/42682','Zfh'),(943,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugs.php.net','/42682','7+'),(944,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugs.php.net','/42682','ޮ'),(945,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','C'),(946,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','i'),(947,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','ST'),(948,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','D'),(949,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4344','C'),(950,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4344','7[e'),(951,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4344','ST'),(952,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4344','\\}'),(953,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.ietf.org','/rfc/rfc6668.txt','Sc\n'),(954,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.ietf.org','/rfc/rfc6668.txt',''),(955,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.ietf.org','/rfc/rfc6668.txt','ST'),(956,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.ietf.org','/rfc/rfc6668.txt',''),(957,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2409','C'),(958,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2409','%'),(959,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2409','ST'),(960,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2409','fz\r'),(961,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2412,','C'),(962,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2412,','k'),(963,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2412,','ST'),(964,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc2412,','m'),(965,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc3526','C'),(966,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc3526','e]'),(967,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc3526','ST'),(968,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc3526','a'),(969,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4419','C'),(970,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4419','#\0)'),(971,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4419','ST'),(972,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4419','Q8'),(973,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','C'),(974,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','i'),(975,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','ST'),(976,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4345','D'),(977,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html','DV'),(978,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html','X'),(979,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html','8'),(980,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html',''),(981,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html','\\('),(982,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html','\"'),(983,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html','.h'),(984,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','www.chiark.greenend.org.uk','/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html','N)'),(985,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugzilla.mindrot.org','/show_bug.cgi',''),(986,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugzilla.mindrot.org','/show_bug.cgi','E'),(987,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugzilla.mindrot.org','/show_bug.cgi','@'),(988,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','bugzilla.mindrot.org','/show_bug.cgi','y'),(989,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251','C'),(990,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251',']'),(991,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251','ST'),(992,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251','\0<\\'),(993,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','C'),(994,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','v'),(995,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','ST'),(996,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','Ӯ'),(997,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','C'),(998,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','v'),(999,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','ST'),(1000,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','Ӯ'),(1001,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','C'),(1002,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','v'),(1003,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','ST'),(1004,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4256','Ӯ'),(1005,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251','C'),(1006,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251',']'),(1007,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251','ST'),(1008,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4251','\0<\\'),(1009,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(1010,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(1011,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(1012,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(1013,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(1014,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(1015,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(1016,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(1017,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(1018,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(1019,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(1020,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(1021,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/manual/en/mysqli.ping.php','7+'),(1022,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/manual/en/mysqli.ping.php','؏'),(1023,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime','7+'),(1024,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime',''),(1025,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','C'),(1026,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','%X'),(1027,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','ST'),(1028,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4253','\'U'),(1029,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4252','C'),(1030,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4252','tl'),(1031,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4252','ST'),(1032,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4252','<.'),(1033,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(1034,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(1035,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(1036,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(1037,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(1038,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(1039,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(1040,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(1041,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime','7+'),(1042,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime',''),(1043,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(1044,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(1045,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(1046,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(1047,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(1048,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(1049,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(1050,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(1051,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/function.gzcompress','7+'),(1052,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/function.gzcompress','lN'),(1053,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime','7+'),(1054,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','php.net','/microtime',''),(1055,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(1056,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(1057,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(1058,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(1059,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','C'),(1060,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','Q'),(1061,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','ST'),(1062,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','tools.ietf.org','/html/rfc4254','h'),(1063,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','en.wikipedia.org','/wiki/ASCII',''),(1064,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','en.wikipedia.org','/wiki/ASCII','	O'),(1065,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','en.wikipedia.org','/wiki/ASCII','k8v'),(1066,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','en.wikipedia.org','/wiki/ASCII','\Z8'),(1067,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0','GA'),(1068,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0','\nt'),(1069,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0',''),(1070,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0','S?'),(1071,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg','www.w3.org','/2000/svg','\Z.6'),(1072,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(1073,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg','www.w3.org','/2000/svg','!'),(1074,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg','www.w3.org','/2000/svg','&28'),(1075,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/grouped.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(1076,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/grouped.php','docs.woocommerce.com','/document/template-structure/','b'),(1077,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/grouped.php','docs.woocommerce.com','/document/template-structure/','\0'),(1078,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/grouped.php','docs.woocommerce.com','/document/template-structure/','5'),(1079,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1080,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1081,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg','www.w3.org','/2000/svg','!'),(1082,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg','www.w3.org','/2000/svg','&28'),(1083,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1084,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1085,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1086,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1087,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1088,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1089,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1090,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1091,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1092,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1093,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1094,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1095,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1096,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1097,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1098,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1099,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1100,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1101,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1102,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1103,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0','GA'),(1104,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0','\nt'),(1105,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0',''),(1106,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0','S?'),(1107,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','GA'),(1108,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','\nt'),(1109,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php','aws.amazon.com','/apache2.0',''),(1110,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','S?'),(1111,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','n'),(1112,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','(_'),(1113,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','h'),(1114,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','*z'),(1115,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0','GA'),(1116,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0','\nt'),(1117,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0',''),(1118,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0','S?'),(1119,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1120,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1121,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1122,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1123,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1124,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1125,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1126,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1127,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1128,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1129,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1130,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1131,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1132,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1133,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1134,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1135,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1136,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1137,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1138,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1139,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest','\Z}{E'),(1140,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest','9^'),(1141,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest',''),(1142,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest','ە'),(1143,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','wordpress.org','/extend/plugins/updraftplus','\'ľ'),(1144,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','wordpress.org','/extend/plugins/updraftplus','x>Ĳ'),(1145,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','updraftplus.com','/','_r'),(1146,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','updraftplus.com','/','ʛ'),(1147,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0','GA'),(1148,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0','\nt'),(1149,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0',''),(1150,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0','S?'),(1151,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','4|'),(1152,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','?O'),(1153,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','7+'),(1154,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','\Z4'),(1155,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php','aws.amazon.com','/apache2.0','GA'),(1156,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php','aws.amazon.com','/apache2.0','\nt'),(1157,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php','aws.amazon.com','/apache2.0',''),(1158,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php','aws.amazon.com','/apache2.0','S?'),(1159,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php','jsonlint.com','/','כ'),(1160,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php','jsonlint.com','/','$'),(1161,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/','[0'),(1162,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/','MI'),(1163,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/',':\0$'),(1164,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/','u'),(1165,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s','[0'),(1166,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s','yU'),(1167,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s',':\0$'),(1168,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s','!'),(1169,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/','[0'),(1170,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/','V'),(1171,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/',':\0$'),(1172,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/','%zI'),(1173,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/',''),(1174,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/','|'),(1175,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/',':\0$'),(1176,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/','8'),(1177,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1178,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1179,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1180,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1181,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1182,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1183,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg','www.w3.org','/2000/svg','!'),(1184,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg','www.w3.org','/2000/svg','&28'),(1185,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','tools.ietf.org','/html/draft-gregorio-uritemplate-08','C'),(1186,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','tools.ietf.org','/html/draft-gregorio-uritemplate-08','Ua'),(1187,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','tools.ietf.org','/html/draft-gregorio-uritemplate-08','ST'),(1188,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','tools.ietf.org','/html/draft-gregorio-uritemplate-08','6S'),(1189,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg','www.w3.org','/2000/svg','\Z.6'),(1190,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg','www.w3.org','/2000/svg','\Z~4/'),(1191,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg','www.w3.org','/2000/svg','!'),(1192,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg','www.w3.org','/2000/svg','&28'),(1193,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php','github.com','/mishoo/UglifyJS',':\0$'),(1194,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php','github.com','/mishoo/UglifyJS','5G'),(1195,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code',''),(1196,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','wr'),(1197,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','k8v'),(1198,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','\'f'),(1199,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator',''),(1200,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator','-9'),(1201,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator','k8v'),(1202,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator','1%&'),(1203,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100',''),(1204,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100','*'),(1205,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100','k8v'),(1206,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100','׊'),(1207,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(1208,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html','M'),(1209,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html',''),(1210,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html','(742'),(1211,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/','a)'),(1212,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/','Wiߓ'),(1213,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/','d.'),(1214,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/',''),(1215,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code',''),(1216,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','wr'),(1217,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','k8v'),(1218,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','\'f'),(1219,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','ascii-table.com','/ansi-escape-sequences-vt-100.php','@'),(1220,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','ascii-table.com','/ansi-escape-sequences-vt-100.php','.'),(1221,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1222,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1223,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1224,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1225,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1226,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1227,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1228,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1229,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(1230,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(1231,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1232,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1233,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1234,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1235,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(1236,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(1237,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1238,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1239,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg','www.w3.org','/2000/svg','!'),(1240,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg','www.w3.org','/2000/svg','&28'),(1241,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg','www.w3.org','/2000/svg','\Z.6'),(1242,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg','www.w3.org','/2000/svg','\Z~4/'),(1243,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg','www.w3.org','/2000/svg','!'),(1244,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg','www.w3.org','/2000/svg','&28'),(1245,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg','www.w3.org','/2000/svg','\Z.6'),(1246,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg','www.w3.org','/2000/svg','\Z~4/'),(1247,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg','www.w3.org','/2000/svg','!'),(1248,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg','www.w3.org','/2000/svg','&28'),(1249,'wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php','updraftplus.com','/faqs/asked-ftp-details-upon-restorationmigration-updates/','_r'),(1250,'wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php','updraftplus.com','/faqs/asked-ftp-details-upon-restorationmigration-updates/','?'),(1251,'wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php','php.net','/manual/en/ziparchive.statindex.php)','7+'),(1252,'wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php','php.net','/manual/en/ziparchive.statindex.php)',','),(1253,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1254,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1255,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','www.w3.org','/2000/svg','!'),(1256,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','www.w3.org','/2000/svg','&28'),(1257,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1258,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1259,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg','www.w3.org','/2000/svg','!'),(1260,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg','www.w3.org','/2000/svg','&28'),(1261,'wp-content/plugins/updraftplus/addons/lockadmin.php','updraftplus.com','/faqs/locked-updraftplus-settings-page-forgotten-password-unlock/','_r'),(1262,'wp-content/plugins/updraftplus/addons/lockadmin.php','updraftplus.com','/faqs/locked-updraftplus-settings-page-forgotten-password-unlock/','ؑ!'),(1263,'wp-content/plugins/updraftplus/addons/lockadmin.php','updraftplus.com','/lock-updraftplus-settings/','_r'),(1264,'wp-content/plugins/updraftplus/addons/lockadmin.php','updraftplus.com','/lock-updraftplus-settings/','6Ln'),(1265,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1266,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1267,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg','www.w3.org','/2000/svg','!'),(1268,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg','www.w3.org','/2000/svg','&28'),(1269,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','192.168.16.1','/',''),(1270,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','192.168.16.1','/','#'),(1271,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/mit-license.php)','ϻ'),(1272,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/mit-license.php)','_@7'),(1273,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/mit-license.php)',''),(1274,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/mit-license.php)','/@'),(1275,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/gpl-license.php)','ϻ'),(1276,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/gpl-license.php)','4'),(1277,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/gpl-license.php)',''),(1278,'wp-content/themes/bridge/js/plugins/easypiechart.js','www.opensource.org','/licenses/gpl-license.php)','1'),(1279,'wp-content/themes/bridge/js/plugins/easypiechart.js','jquery.com','/','*'),(1280,'wp-content/themes/bridge/js/plugins/easypiechart.js','jquery.com','/','~6B'),(1281,'wp-content/themes/bridge/js/plugins/easypiechart.js','github.com','/rendro/easy-pie-chart/',':\0$'),(1282,'wp-content/themes/bridge/js/plugins/easypiechart.js','github.com','/rendro/easy-pie-chart/','8['),(1283,'wp-content/themes/bridge/js/plugins/easypiechart.js','dribbble.com','/shots/631074-Simple-Pie-Charts-II','\n'),(1284,'wp-content/themes/bridge/js/plugins/easypiechart.js','dribbble.com','/shots/631074-Simple-Pie-Charts-II','?\"T'),(1285,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1286,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1287,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg','www.w3.org','/2000/svg','!'),(1288,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg','www.w3.org','/2000/svg','&28'),(1289,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','codex.wordpress.org','/Function_Reference/query_posts',''),(1290,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','codex.wordpress.org','/Function_Reference/query_posts','\Z'),(1291,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','codex.wordpress.org','/Function_Reference/query_posts','\'ľ'),(1292,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','codex.wordpress.org','/Function_Reference/query_posts','4'),(1293,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp',''),(1294,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp','t'),(1295,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp','{'),(1296,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(1297,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp',''),(1298,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp','t'),(1299,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp','{'),(1300,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(1301,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1302,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1303,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg','www.w3.org','/2000/svg','!'),(1304,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg','www.w3.org','/2000/svg','&28'),(1305,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php','aws.amazon.com','/apache2.0','GA'),(1306,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php','aws.amazon.com','/apache2.0','\nt'),(1307,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php','aws.amazon.com','/apache2.0',''),(1308,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php','aws.amazon.com','/apache2.0','S?'),(1309,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1310,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1311,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg','www.w3.org','/2000/svg','!'),(1312,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg','www.w3.org','/2000/svg','&28'),(1313,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1314,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1315,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1316,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1317,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1318,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1319,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1320,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1321,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1322,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1323,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg','www.w3.org','/2000/svg','!'),(1324,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg','www.w3.org','/2000/svg','&28'),(1325,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1326,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1327,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg','www.w3.org','/2000/svg','!'),(1328,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg','www.w3.org','/2000/svg','&28'),(1329,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1330,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1331,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg','www.w3.org','/2000/svg','!'),(1332,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg','www.w3.org','/2000/svg','&28'),(1333,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1334,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1335,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1336,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1337,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/','\Z}{E'),(1338,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/','.O'),(1339,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/',''),(1340,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/','!q/'),(1341,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','O'),(1342,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','f1'),(1343,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','Q'),(1344,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','	'),(1345,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control','O'),(1346,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control',')'),(1347,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(1348,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(1349,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','O'),(1350,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','nON'),(1351,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','Q'),(1352,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','3G'),(1353,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','O'),(1354,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','^'),(1355,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(1356,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(1357,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1358,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1359,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg','www.w3.org','/2000/svg','!'),(1360,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg','www.w3.org','/2000/svg','&28'),(1361,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1362,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1363,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1364,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1365,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1366,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1367,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1368,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1369,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1370,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1371,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1372,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1373,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1374,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1375,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1376,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1377,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1378,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1379,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1380,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1381,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','developers.google.com','/deployment-manager/','\Z}{E'),(1382,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','developers.google.com','/deployment-manager/','Gj'),(1383,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','developers.google.com','/deployment-manager/',''),(1384,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','developers.google.com','/deployment-manager/','Ƨ'),(1385,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/appengine.admin','O'),(1386,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/appengine.admin','>~<'),(1387,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/appengine.admin','Q'),(1388,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/appengine.admin',')ύ'),(1389,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/cloud-platform','O'),(1390,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/cloud-platform','f1'),(1391,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/cloud-platform','Q'),(1392,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/cloud-platform','	'),(1393,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/compute','O'),(1394,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/compute','lj'),(1395,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/compute','Q'),(1396,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/compute',''),(1397,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/devstorage.read_write','O'),(1398,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/devstorage.read_write','^'),(1399,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(1400,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(1401,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman','O'),(1402,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman','p'),(1403,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman','Q'),(1404,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman','K'),(1405,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','O'),(1406,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','5^'),(1407,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','Q'),(1408,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','qq*'),(1409,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1410,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1411,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1412,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1413,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1414,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1415,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1416,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1417,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1418,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1419,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1420,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1421,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1422,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1423,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1424,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1425,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(1426,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(1427,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(1428,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(1429,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(1430,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(1431,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(1432,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(1433,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(1434,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(1435,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(1436,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(1437,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(1438,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(1439,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(1440,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(1441,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1442,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1443,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg','www.w3.org','/2000/svg','!'),(1444,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg','www.w3.org','/2000/svg','&28'),(1445,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0','GA'),(1446,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0','\nt'),(1447,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0',''),(1448,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0','S?'),(1449,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','github.com','/benthedesigner/dropbox',':\0$'),(1450,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','github.com','/benthedesigner/dropbox','zu'),(1451,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1452,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1453,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg','www.w3.org','/2000/svg','!'),(1454,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg','www.w3.org','/2000/svg','&28'),(1455,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0','GA'),(1456,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0','\nt'),(1457,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0',''),(1458,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0','S?'),(1459,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1460,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1461,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1462,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1463,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1464,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1465,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1466,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1467,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1468,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1469,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1470,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1471,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1472,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1473,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1474,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1475,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(1476,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(1477,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(1478,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(1479,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/2000/svg','\Z.6'),(1480,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/2000/svg','\Z~4/'),(1481,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/2000/svg','!'),(1482,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','www.w3.org','/2000/svg','&28'),(1483,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0','GA'),(1484,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0','\nt'),(1485,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0',''),(1486,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0','S?'),(1487,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg','www.w3.org','/2000/svg','\Z.6'),(1488,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg','www.w3.org','/2000/svg','\Z~4/'),(1489,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg','www.w3.org','/2000/svg','!'),(1490,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg','www.w3.org','/2000/svg','&28'),(1491,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/2000/svg','\Z.6'),(1492,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/2000/svg','\Z~4/'),(1493,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/2000/svg','!'),(1494,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/2000/svg','&28'),(1495,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/1999/xlink','\Z.6'),(1496,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/1999/xlink','	'),(1497,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/1999/xlink','!'),(1498,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.w3.org','/1999/xlink','1x'),(1499,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.bohemiancoding.com','/sketch',''),(1500,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.bohemiancoding.com','/sketch','G'),(1501,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(1502,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','www.bohemiancoding.com','/sketch','Y'),(1503,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','4|'),(1504,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','B'),(1505,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','7+'),(1506,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','CI	S'),(1507,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg','www.w3.org','/2000/svg','\Z.6'),(1508,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg','www.w3.org','/2000/svg','\Z~4/'),(1509,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg','www.w3.org','/2000/svg','!'),(1510,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg','www.w3.org','/2000/svg','&28'),(1511,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0','GA'),(1512,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0','\nt'),(1513,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0',''),(1514,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0','S?'),(1515,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1516,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1517,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg','www.w3.org','/2000/svg','!'),(1518,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg','www.w3.org','/2000/svg','&28'),(1519,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1520,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1521,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg','www.w3.org','/2000/svg','!'),(1522,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg','www.w3.org','/2000/svg','&28'),(1523,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg','www.w3.org','/2000/svg','\Z.6'),(1524,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg','www.w3.org','/2000/svg','\Z~4/'),(1525,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg','www.w3.org','/2000/svg','!'),(1526,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg','www.w3.org','/2000/svg','&28'),(1527,'wp-content/plugins/updraftplus/updraftplus.php','updraftplus.com','/','_r'),(1528,'wp-content/plugins/updraftplus/updraftplus.php','updraftplus.com','/','ʛ'),(1529,'wp-content/plugins/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','΃'),(1530,'wp-content/plugins/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','['),(1531,'wp-content/plugins/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','k'),(1532,'wp-content/plugins/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate',']CQ'),(1533,'wp-content/plugins/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','.h'),(1534,'wp-content/plugins/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate',''),(1535,'wp-content/plugins/updraftplus/updraftplus.php','updraftplus.com','/','_r'),(1536,'wp-content/plugins/updraftplus/updraftplus.php','updraftplus.com','/','ʛ'),(1537,'wp-content/plugins/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.',''),(1538,'wp-content/plugins/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.','e0ػ'),(1539,'wp-content/plugins/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.','\'ľ'),(1540,'wp-content/plugins/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.','|'),(1541,'wp-content/plugins/updraftplus/updraftplus.php','updraftplus.com','/faqs/wordpress-crashed-when-updating-updraftplus-what-can-i-do/','_r'),(1542,'wp-content/plugins/updraftplus/updraftplus.php','updraftplus.com','/faqs/wordpress-crashed-when-updating-updraftplus-what-can-i-do/','\r'),(1543,'wp-content/plugins/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888',',H'),(1544,'wp-content/plugins/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888',''),(1545,'wp-content/plugins/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888','+r'),(1546,'wp-content/plugins/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888','A'),(1547,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','css-tricks.com','/',''),(1548,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','css-tricks.com','/','O7YG'),(1549,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','daverupert.com','/',''),(1550,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','daverupert.com','/','_.'),(1551,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','www.alistapart.com','/articles/creating-intrinsic-ratios-for-video/','K'),(1552,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','www.alistapart.com','/articles/creating-intrinsic-ratios-for-video/','Qe'),(1553,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','www.alistapart.com','/articles/creating-intrinsic-ratios-for-video/','_J?'),(1554,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','www.alistapart.com','/articles/creating-intrinsic-ratios-for-video/','_I5'),(1555,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','sam.zoy.org','/wtfpl/','J'),(1556,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','sam.zoy.org','/wtfpl/',''),(1557,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','sam.zoy.org','/wtfpl/','@~'),(1558,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js','sam.zoy.org','/wtfpl/','m'),(1559,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1560,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1561,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1562,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1563,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/2000/svg','\Z.6'),(1564,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/2000/svg','\Z~4/'),(1565,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/2000/svg','!'),(1566,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/2000/svg','&28'),(1567,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/1999/xlink','\Z.6'),(1568,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/1999/xlink','	'),(1569,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/1999/xlink','!'),(1570,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.w3.org','/1999/xlink','1x'),(1571,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.bohemiancoding.com','/sketch',''),(1572,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.bohemiancoding.com','/sketch','G'),(1573,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(1574,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','www.bohemiancoding.com','/sketch','Y'),(1575,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1576,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1577,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg','www.w3.org','/2000/svg','!'),(1578,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg','www.w3.org','/2000/svg','&28'),(1579,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1580,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1581,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg','www.w3.org','/2000/svg','!'),(1582,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg','www.w3.org','/2000/svg','&28'),(1583,'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php','codeb.it','/fonticonpicker/','<\r'),(1584,'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php','codeb.it','/fonticonpicker/','\Z'),(1585,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg','www.w3.org','/2000/svg','\Z.6'),(1586,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg','www.w3.org','/2000/svg','\Z~4/'),(1587,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg','www.w3.org','/2000/svg','!'),(1588,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg','www.w3.org','/2000/svg','&28'),(1589,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1590,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1591,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg','www.w3.org','/2000/svg','!'),(1592,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg','www.w3.org','/2000/svg','&28'),(1593,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1594,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1595,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1596,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1597,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg','www.w3.org','/2000/svg','\Z.6'),(1598,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg','www.w3.org','/2000/svg','\Z~4/'),(1599,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg','www.w3.org','/2000/svg','!'),(1600,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg','www.w3.org','/2000/svg','&28'),(1601,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg','www.w3.org','/2000/svg','\Z.6'),(1602,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg','www.w3.org','/2000/svg','\Z~4/'),(1603,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg','www.w3.org','/2000/svg','!'),(1604,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg','www.w3.org','/2000/svg','&28'),(1605,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1606,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1607,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1608,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1609,'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1610,'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1611,'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1612,'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1613,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg','www.w3.org','/2000/svg','\Z.6'),(1614,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(1615,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg','www.w3.org','/2000/svg','!'),(1616,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg','www.w3.org','/2000/svg','&28'),(1617,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','malsup.com','/jquery/block/',''),(1618,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','malsup.com','/jquery/block/','kH'),(1619,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(1620,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php','4'),(1621,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php',''),(1622,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(1623,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html',''),(1624,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html',''),(1625,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html','{\''),(1626,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html','+\0ri'),(1627,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.google.com','/search','G'),(1628,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.google.com','/search','O'),(1629,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.google.com','/search',''),(1630,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','www.google.com','/search','7`'),(1631,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(1632,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(1633,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(1634,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(1635,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1636,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1637,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1638,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1639,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php','github.com','/mishoo/UglifyJS',':\0$'),(1640,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php','github.com','/mishoo/UglifyJS','5G'),(1641,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php','www.w3schools.com','/tags/att_global_id.asp',''),(1642,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php','www.w3schools.com','/tags/att_global_id.asp','t'),(1643,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php','www.w3schools.com','/tags/att_global_id.asp','{'),(1644,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(1645,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1646,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1647,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg','www.w3.org','/2000/svg','!'),(1648,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg','www.w3.org','/2000/svg','&28'),(1649,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php','sass-lang.com','/','l'),(1650,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php','sass-lang.com','/','c=^'),(1651,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1652,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1653,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg','www.w3.org','/2000/svg','!'),(1654,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg','www.w3.org','/2000/svg','&28'),(1655,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1656,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1657,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg','www.w3.org','/2000/svg','!'),(1658,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg','www.w3.org','/2000/svg','&28'),(1659,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(1660,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.opensource.org','/licenses/mit-license.html','M'),(1661,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.opensource.org','/licenses/mit-license.html',''),(1662,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.opensource.org','/licenses/mit-license.html','(742'),(1663,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','phpseclib.sourceforge.net','/','a)'),(1664,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','phpseclib.sourceforge.net','/','Wiߓ'),(1665,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','phpseclib.sourceforge.net','/','d.'),(1666,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','phpseclib.sourceforge.net','/',''),(1667,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding',''),(1668,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding',''),(1669,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding','k8v'),(1670,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding',':\"v\\'),(1671,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/65537_%28number%29',''),(1672,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/65537_%28number%29','m8'),(1673,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/65537_%28number%29','k8v'),(1674,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/65537_%28number%29','|%'),(1675,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','cseweb.ucsd.edu','/~hovav/dist/survey.pdf','LaM'),(1676,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','cseweb.ucsd.edu','/~hovav/dist/survey.pdf','0U^'),(1677,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','cseweb.ucsd.edu','/~hovav/dist/survey.pdf','{'),(1678,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','cseweb.ucsd.edu','/~hovav/dist/survey.pdf','3'),(1679,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Euler%27s_totient_function',''),(1680,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Euler%27s_totient_function','c}'),(1681,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Euler%27s_totient_function','k8v'),(1682,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Euler%27s_totient_function','S,'),(1683,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1684,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1685,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1686,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1687,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc4253','C'),(1688,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc4253','%X'),(1689,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc4253','ST'),(1690,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc4253','\'U'),(1691,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1692,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1693,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1694,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1695,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421','C'),(1696,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421','v)%'),(1697,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421','ST'),(1698,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421',';Qz'),(1699,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421','C'),(1700,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421','v)%'),(1701,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421','ST'),(1702,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc1421',';Qz'),(1703,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','ۅ#'),(1704,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(1705,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(1706,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(1707,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.w3.org','/TR/xmldsig-core/','\Z.6'),(1708,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.w3.org','/TR/xmldsig-core/','P*P'),(1709,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.w3.org','/TR/xmldsig-core/','!'),(1710,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','www.w3.org','/TR/xmldsig-core/',')aȰ'),(1711,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/XML_Signature',''),(1712,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/XML_Signature','Rl'),(1713,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/XML_Signature','k8v'),(1714,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/XML_Signature','f'),(1715,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(1716,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(1717,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(1718,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(1719,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1720,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1721,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1722,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1723,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1724,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1725,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1726,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1727,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1728,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1729,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1730,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1731,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1732,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1733,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1734,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1735,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','codahale.com','/a-lesson-in-timing-attacks/','($'),(1736,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','codahale.com','/a-lesson-in-timing-attacks/','p'),(1737,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1738,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1739,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1740,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1741,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1742,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1743,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1744,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1745,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1746,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1747,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1748,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1749,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1750,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1751,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1752,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1753,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1754,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1755,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1756,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1757,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1758,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1759,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1760,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1761,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding',''),(1762,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding',''),(1763,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding','k8v'),(1764,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Optimal_Asymmetric_Encryption_Padding',':\"v\\'),(1765,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1766,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1767,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1768,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1769,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1770,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1771,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1772,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1773,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Short-circuit_evaluation',''),(1774,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Short-circuit_evaluation',''),(1775,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Short-circuit_evaluation','k8v'),(1776,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','en.wikipedia.org','/wiki/Short-circuit_evaluation',''),(1777,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1778,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1779,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1780,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1781,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1782,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1783,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1784,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1785,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1786,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1787,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1788,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1789,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1790,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1791,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1792,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1793,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1794,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1795,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1796,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1797,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1798,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1799,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1800,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1801,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1802,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1803,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1804,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1805,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1806,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1807,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1808,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1809,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1810,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1811,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1812,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1813,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','C'),(1814,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','_u'),(1815,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','ST'),(1816,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','tools.ietf.org','/html/rfc3447','Y\r'),(1817,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1818,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1819,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1820,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1821,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/2000/svg','\Z.6'),(1822,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/2000/svg','\Z~4/'),(1823,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/2000/svg','!'),(1824,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/2000/svg','&28'),(1825,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/1999/xlink','\Z.6'),(1826,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/1999/xlink','	'),(1827,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/1999/xlink','!'),(1828,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.w3.org','/1999/xlink','1x'),(1829,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.bohemiancoding.com','/sketch',''),(1830,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.bohemiancoding.com','/sketch','G'),(1831,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(1832,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','www.bohemiancoding.com','/sketch','Y'),(1833,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0','GA'),(1834,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0','\nt'),(1835,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0',''),(1836,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0','S?'),(1837,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1838,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1839,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1840,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1841,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1842,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1843,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1844,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1845,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1846,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1847,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1848,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1849,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1850,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1851,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1852,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1853,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1854,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1855,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(1856,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(1857,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg','www.w3.org','/2000/svg','\Z.6'),(1858,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg','www.w3.org','/2000/svg','\Z~4/'),(1859,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg','www.w3.org','/2000/svg','!'),(1860,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg','www.w3.org','/2000/svg','&28'),(1861,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1862,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1863,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg','www.w3.org','/2000/svg','!'),(1864,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg','www.w3.org','/2000/svg','&28'),(1865,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1866,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1867,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1868,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1869,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/','\Z}{E'),(1870,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/',':Hd'),(1871,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/',''),(1872,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/','0'),(1873,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine','O'),(1874,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine',''),(1875,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine','Q'),(1876,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine','_yM'),(1877,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','O'),(1878,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','-\n'),(1879,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','Q'),(1880,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','oo'),(1881,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','O'),(1882,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','47'),(1883,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','Q'),(1884,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','WRB'),(1885,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','github.com','/benthedesigner/dropbox',':\0$'),(1886,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','github.com','/benthedesigner/dropbox','zu'),(1887,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers',''),(1888,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers','i'),(1889,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers','哣'),(1890,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers','o'),(1891,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','status.dropbox.com','/','pV'),(1892,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','status.dropbox.com','/','mm'),(1893,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','status.dropbox.com','/','哣'),(1894,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','status.dropbox.com','/','$'),(1895,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','api.dropboxapi.com','/','(|'),(1896,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','api.dropboxapi.com','/','=,*'),(1897,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','api.dropboxapi.com','/','n'),(1898,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','api.dropboxapi.com','/','O@@'),(1899,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','content.dropboxapi.com','/2/','PER'),(1900,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','content.dropboxapi.com','/2/','54'),(1901,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','content.dropboxapi.com','/2/','n'),(1902,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','content.dropboxapi.com','/2/','0'),(1903,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers/reference/api',''),(1904,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers/reference/api','hQ'),(1905,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers/reference/api','哣'),(1906,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php','www.dropbox.com','/developers/reference/api','^'),(1907,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1908,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1909,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg','www.w3.org','/2000/svg','!'),(1910,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg','www.w3.org','/2000/svg','&28'),(1911,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/templates/reservation-form.php','www.opentable.com','/restaurant-search.aspx',''),(1912,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/templates/reservation-form.php','www.opentable.com','/restaurant-search.aspx','SX'),(1913,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/templates/reservation-form.php','www.opentable.com','/restaurant-search.aspx','w'),(1914,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/templates/reservation-form.php','www.opentable.com','/restaurant-search.aspx','9'),(1915,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1916,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1917,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1918,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1919,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0','GA'),(1920,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0','\nt'),(1921,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0',''),(1922,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0','S?'),(1923,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1924,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1925,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1926,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1927,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1928,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1929,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg','www.w3.org','/2000/svg','!'),(1930,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg','www.w3.org','/2000/svg','&28'),(1931,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1932,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1933,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1934,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1935,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(1936,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(1937,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(1938,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(1939,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/2000/svg','\Z.6'),(1940,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/2000/svg','\Z~4/'),(1941,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/2000/svg','!'),(1942,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','www.w3.org','/2000/svg','&28'),(1943,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1944,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1945,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1946,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1947,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/','\Z}{E'),(1948,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/','.O'),(1949,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/',''),(1950,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','developers.google.com','/storage/docs/json_api/','!q/'),(1951,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','O'),(1952,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','f1'),(1953,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','Q'),(1954,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/cloud-platform','	'),(1955,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control','O'),(1956,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control',')'),(1957,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(1958,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(1959,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','O'),(1960,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','nON'),(1961,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','Q'),(1962,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_only','3G'),(1963,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','O'),(1964,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','^'),(1965,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(1966,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(1967,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg','www.w3.org','/2000/svg','\Z.6'),(1968,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg','www.w3.org','/2000/svg','\Z~4/'),(1969,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg','www.w3.org','/2000/svg','!'),(1970,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg','www.w3.org','/2000/svg','&28'),(1971,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1972,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1973,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1974,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1975,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1976,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1977,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg','www.w3.org','/2000/svg','!'),(1978,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg','www.w3.org','/2000/svg','&28'),(1979,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(1980,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(1981,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','$'),(1982,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','0'),(1983,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher','\Z}{E'),(1984,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher','79'),(1985,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher',''),(1986,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher','+K'),(1987,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher','O'),(1988,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher','2'),(1989,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher','Q'),(1990,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher',']'),(1991,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1992,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1993,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg','www.w3.org','/2000/svg','!'),(1994,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg','www.w3.org','/2000/svg','&28'),(1995,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg','www.w3.org','/2000/svg','\Z.6'),(1996,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(1997,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg','www.w3.org','/2000/svg','!'),(1998,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg','www.w3.org','/2000/svg','&28'),(1999,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php','github.com','/gabrielgrant/node-ember-precompile.',':\0$'),(2000,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php','github.com','/gabrielgrant/node-ember-precompile.','1u'),(2001,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php','www.emberjs.com','/','pc&'),(2002,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php','www.emberjs.com','/','G)'),(2003,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php','www.emberjs.com','/','tk+'),(2004,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php','www.emberjs.com','/',']7'),(2005,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2006,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2007,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg','www.w3.org','/2000/svg','!'),(2008,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg','www.w3.org','/2000/svg','&28'),(2009,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0','GA'),(2010,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0','\nt'),(2011,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0',''),(2012,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0','S?'),(2013,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-excerpt.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(2014,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-excerpt.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(2015,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-excerpt.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(2016,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-excerpt.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(2017,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg','www.w3.org','/2000/svg','\Z.6'),(2018,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg','www.w3.org','/2000/svg','\Z~4/'),(2019,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg','www.w3.org','/2000/svg','!'),(2020,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg','www.w3.org','/2000/svg','&28'),(2021,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2022,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2023,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg','www.w3.org','/2000/svg','!'),(2024,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg','www.w3.org','/2000/svg','&28'),(2025,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg','www.w3.org','/2000/svg','\Z.6'),(2026,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg','www.w3.org','/2000/svg','\Z~4/'),(2027,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg','www.w3.org','/2000/svg','!'),(2028,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg','www.w3.org','/2000/svg','&28'),(2029,'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','`T'),(2030,'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','t|D'),(2031,'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','Q'),(2032,'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','>'),(2033,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2034,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2035,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2036,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2037,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2038,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2039,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg','www.w3.org','/2000/svg','!'),(2040,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg','www.w3.org','/2000/svg','&28'),(2041,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2042,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2043,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2044,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2045,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2046,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2047,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2048,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2049,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2050,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2051,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2052,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2053,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2054,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2055,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2056,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2057,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','C'),(2058,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','fOb'),(2059,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','ST'),(2060,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','Ʌ'),(2061,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/2000/svg','\Z.6'),(2062,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/2000/svg','\Z~4/'),(2063,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/2000/svg','!'),(2064,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/2000/svg','&28'),(2065,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/1999/xlink','\Z.6'),(2066,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/1999/xlink','	'),(2067,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/1999/xlink','!'),(2068,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.w3.org','/1999/xlink','1x'),(2069,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.bohemiancoding.com','/sketch',''),(2070,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.bohemiancoding.com','/sketch','G'),(2071,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(2072,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg','www.bohemiancoding.com','/sketch','Y'),(2073,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2074,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2075,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg','www.w3.org','/2000/svg','!'),(2076,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg','www.w3.org','/2000/svg','&28'),(2077,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2078,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2079,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2080,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2081,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2082,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2083,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2084,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2085,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2086,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2087,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2088,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2089,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2090,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2091,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2092,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2093,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','management.core.windows.net','/','EP'),(2094,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','management.core.windows.net','/','5F0'),(2095,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','management.core.windows.net','/','o'),(2096,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','management.core.windows.net','/','q'),(2097,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','management.core.windows.net','/','E|'),(2098,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','management.core.windows.net','/','՞%'),(2099,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','127.0.0.1','/',''),(2100,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','127.0.0.1','/','\\'),(2101,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/windowsazure','Tͪ'),(2102,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/windowsazure','Zh t'),(2103,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/windowsazure','$)9'),(2104,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/windowsazure','<c'),(2105,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom','\Z.6'),(2106,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom',''),(2107,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom','!'),(2108,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom','j&1w'),(2109,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices','Tͪ'),(2110,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices','K'),(2111,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices','$)9'),(2112,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices','X'),(2113,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/metadata','Tͪ'),(2114,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/metadata','K'),(2115,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/metadata','$)9'),(2116,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/metadata','䶫'),(2117,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(2118,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2001/XMLSchema-instance','G'),(2119,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2001/XMLSchema-instance','!'),(2120,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2001/XMLSchema-instance','ni'),(2121,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/netservices/2010/10/servicebus/connect','Tͪ'),(2122,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/netservices/2010/10/servicebus/connect','gTd'),(2123,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/netservices/2010/10/servicebus/connect','$)9'),(2124,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/netservices/2010/10/servicebus/connect',''),(2125,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom','\Z.6'),(2126,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom',''),(2127,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom','!'),(2128,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','www.w3.org','/2005/Atom','j&1w'),(2129,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','media.windows.net','/API/','HJ'),(2130,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','media.windows.net','/API/','t>'),(2131,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','media.windows.net','/API/','E|'),(2132,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','media.windows.net','/API/',':4'),(2133,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','wamsprodglobal001acs.accesscontrol.windows.net','/v2/OAuth2-13','m'),(2134,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','wamsprodglobal001acs.accesscontrol.windows.net','/v2/OAuth2-13','u'),(2135,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','wamsprodglobal001acs.accesscontrol.windows.net','/v2/OAuth2-13','%'),(2136,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','wamsprodglobal001acs.accesscontrol.windows.net','/v2/OAuth2-13','ﾙ'),(2137,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','wamsprodglobal001acs.accesscontrol.windows.net','/v2/OAuth2-13','E|'),(2138,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','wamsprodglobal001acs.accesscontrol.windows.net','/v2/OAuth2-13','QBFW'),(2139,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/InputMediaAssets','Tͪ'),(2140,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/InputMediaAssets','Y@'),(2141,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/InputMediaAssets','$)9'),(2142,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/InputMediaAssets',''),(2143,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/Asset','Tͪ'),(2144,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/Asset','Qo'),(2145,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/Asset','$)9'),(2146,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php','schemas.microsoft.com','/ado/2007/08/dataservices/related/Asset','!qd'),(2147,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2148,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2149,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg','www.w3.org','/2000/svg','!'),(2150,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg','www.w3.org','/2000/svg','&28'),(2151,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2152,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2153,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg','www.w3.org','/2000/svg','!'),(2154,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg','www.w3.org','/2000/svg','&28'),(2155,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0','GA'),(2156,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0','\nt'),(2157,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0',''),(2158,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0','S?'),(2159,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','|B'),(2160,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','@'),(2161,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','GA'),(2162,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html',''),(2163,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html',''),(2164,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','־U'),(2165,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','|B'),(2166,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html',''),(2167,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','GA'),(2168,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','؆h'),(2169,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html',''),(2170,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','l'),(2171,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','|B'),(2172,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','k'),(2173,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','GA'),(2174,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','jh@'),(2175,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html',''),(2176,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','K'),(2177,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','GA'),(2178,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','\nt'),(2179,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0',''),(2180,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','S?'),(2181,'wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(2182,'wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(2183,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg','www.w3.org','/2000/svg','\Z.6'),(2184,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg','www.w3.org','/2000/svg','\Z~4/'),(2185,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg','www.w3.org','/2000/svg','!'),(2186,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg','www.w3.org','/2000/svg','&28'),(2187,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php','aws.amazon.com','/apache2.0','GA'),(2188,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php','aws.amazon.com','/apache2.0','\nt'),(2189,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php','aws.amazon.com','/apache2.0',''),(2190,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php','aws.amazon.com','/apache2.0','S?'),(2191,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2192,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2193,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg','www.w3.org','/2000/svg','!'),(2194,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg','www.w3.org','/2000/svg','&28'),(2195,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/2000/svg','\Z.6'),(2196,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/2000/svg','\Z~4/'),(2197,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/2000/svg','!'),(2198,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/2000/svg','&28'),(2199,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/1999/xlink','\Z.6'),(2200,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/1999/xlink','	'),(2201,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/1999/xlink','!'),(2202,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.w3.org','/1999/xlink','1x'),(2203,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.bohemiancoding.com','/sketch',''),(2204,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.bohemiancoding.com','/sketch','G'),(2205,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(2206,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','www.bohemiancoding.com','/sketch','Y'),(2207,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/2000/svg','\Z.6'),(2208,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/2000/svg','\Z~4/'),(2209,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/2000/svg','!'),(2210,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/2000/svg','&28'),(2211,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/1999/xlink','\Z.6'),(2212,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/1999/xlink','	'),(2213,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/1999/xlink','!'),(2214,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.w3.org','/1999/xlink','1x'),(2215,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.bohemiancoding.com','/sketch',''),(2216,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.bohemiancoding.com','/sketch','G'),(2217,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(2218,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','www.bohemiancoding.com','/sketch','Y'),(2219,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2220,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2221,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg','www.w3.org','/2000/svg','!'),(2222,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg','www.w3.org','/2000/svg','&28'),(2223,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2224,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2225,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg','www.w3.org','/2000/svg','!'),(2226,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg','www.w3.org','/2000/svg','&28'),(2227,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2228,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2229,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg','www.w3.org','/2000/svg','!'),(2230,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg','www.w3.org','/2000/svg','&28'),(2231,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2232,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2233,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg','www.w3.org','/2000/svg','!'),(2234,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg','www.w3.org','/2000/svg','&28'),(2235,'wp-content/plugins/revslider/admin/views/slider-overview.php','themepunch.com','/purchase-code-deactivation/','d'),(2236,'wp-content/plugins/revslider/admin/views/slider-overview.php','themepunch.com','/purchase-code-deactivation/','zH'),(2237,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/faq/where-to-find-the-purchase-code/','*'),(2238,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/faq/where-to-find-the-purchase-code/',''),(2239,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/faq/where-to-find-the-purchase-code/','d'),(2240,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/faq/where-to-find-the-purchase-code/','cx'),(2241,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/revslider-doc/requirements-and-recommendations/','*'),(2242,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/revslider-doc/requirements-and-recommendations/','\"E'),(2243,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/revslider-doc/requirements-and-recommendations/','d'),(2244,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/revslider-doc/requirements-and-recommendations/','e2'),(2245,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','\\j'),(2246,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','1'),(2247,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','d'),(2248,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','t'),(2249,'wp-content/plugins/revslider/admin/views/slider-overview.php','codecanyon.net','/item/slider-revolution-responsive-wordpress-plugin/2751380','xo'),(2250,'wp-content/plugins/revslider/admin/views/slider-overview.php','codecanyon.net','/item/slider-revolution-responsive-wordpress-plugin/2751380','NiS'),(2251,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','\\j'),(2252,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','1'),(2253,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','d'),(2254,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','t'),(2255,'wp-content/plugins/revslider/admin/views/slider-overview.php','codecanyon.net','/item/slider-revolution-responsive-wordpress-plugin/2751380','xo'),(2256,'wp-content/plugins/revslider/admin/views/slider-overview.php','codecanyon.net','/item/slider-revolution-responsive-wordpress-plugin/2751380','NiS'),(2257,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','\\j'),(2258,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','1'),(2259,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','d'),(2260,'wp-content/plugins/revslider/admin/views/slider-overview.php','revolution.themepunch.com','/direct-customer-benefits/','t'),(2261,'wp-content/plugins/revslider/admin/views/slider-overview.php','codecanyon.net','/item/slider-revolution-responsive-wordpress-plugin/2751380','xo'),(2262,'wp-content/plugins/revslider/admin/views/slider-overview.php','codecanyon.net','/item/slider-revolution-responsive-wordpress-plugin/2751380','NiS'),(2263,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/support-center/','*'),(2264,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/support-center/','i֭'),(2265,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/support-center/','d'),(2266,'wp-content/plugins/revslider/admin/views/slider-overview.php','www.themepunch.com','/support-center/','gG'),(2267,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','bugs.php.net','/bug.php','@T'),(2268,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','bugs.php.net','/bug.php','\\,/'),(2269,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','bugs.php.net','/bug.php','7+'),(2270,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','bugs.php.net','/bug.php','OC'),(2271,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','github.com','/guzzle/guzzle/issues/710',':\0$'),(2272,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','github.com','/guzzle/guzzle/issues/710','~'),(2273,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2274,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2275,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg','www.w3.org','/2000/svg','!'),(2276,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg','www.w3.org','/2000/svg','&28'),(2277,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg','www.w3.org','/2000/svg','\Z.6'),(2278,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg','www.w3.org','/2000/svg','\Z~4/'),(2279,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg','www.w3.org','/2000/svg','!'),(2280,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg','www.w3.org','/2000/svg','&28'),(2281,'wp-content/plugins/updraftplus/options.php','updraftplus.com','/shop/','_r'),(2282,'wp-content/plugins/updraftplus/options.php','updraftplus.com','/shop/','~'),(2283,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg','www.w3.org','/2000/svg','\Z.6'),(2284,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg','www.w3.org','/2000/svg','\Z~4/'),(2285,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg','www.w3.org','/2000/svg','!'),(2286,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg','www.w3.org','/2000/svg','&28'),(2287,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2288,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2289,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg','www.w3.org','/2000/svg','!'),(2290,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg','www.w3.org','/2000/svg','&28'),(2291,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2292,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2293,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg','www.w3.org','/2000/svg','!'),(2294,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg','www.w3.org','/2000/svg','&28'),(2295,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2296,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2297,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2298,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2299,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2300,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2301,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2302,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2303,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2304,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2305,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2306,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2307,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2308,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2309,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2310,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2311,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php','wordpress.org','/plugins/about/faq/','\'ľ'),(2312,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php','wordpress.org','/plugins/about/faq/','?}'),(2313,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/2000/svg','\Z.6'),(2314,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/2000/svg','\Z~4/'),(2315,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/2000/svg','!'),(2316,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/2000/svg','&28'),(2317,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/1999/xlink','\Z.6'),(2318,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/1999/xlink','	'),(2319,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/1999/xlink','!'),(2320,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.w3.org','/1999/xlink','1x'),(2321,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.bohemiancoding.com','/sketch',''),(2322,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.bohemiancoding.com','/sketch','G'),(2323,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(2324,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','www.bohemiancoding.com','/sketch','Y'),(2325,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2326,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2327,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg','www.w3.org','/2000/svg','!'),(2328,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg','www.w3.org','/2000/svg','&28'),(2329,'wp-content/updraft/plugins-old/akismet/class.akismet-widget.php','akismet.com','/','j9'),(2330,'wp-content/updraft/plugins-old/akismet/class.akismet-widget.php','akismet.com','/','j'),(2331,'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php','www.themepunch.com','/revslider-doc/main-background/','*'),(2332,'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php','www.themepunch.com','/revslider-doc/main-background/','P\Z2'),(2333,'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php','www.themepunch.com','/revslider-doc/main-background/','d'),(2334,'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php','www.themepunch.com','/revslider-doc/main-background/','h'),(2335,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2336,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2337,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg','www.w3.org','/2000/svg','!'),(2338,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg','www.w3.org','/2000/svg','&28'),(2339,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(2340,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(2341,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(2342,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(2343,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(2344,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(2345,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(2346,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(2347,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(2348,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(2349,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(2350,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(2351,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2352,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2353,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2354,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2355,'wp-content/plugins/js_composer/include/params/font_container/font_container.php','www.w3schools.com','/cssref/css_websafe_fonts.asp',''),(2356,'wp-content/plugins/js_composer/include/params/font_container/font_container.php','www.w3schools.com','/cssref/css_websafe_fonts.asp','<'),(2357,'wp-content/plugins/js_composer/include/params/font_container/font_container.php','www.w3schools.com','/cssref/css_websafe_fonts.asp','{'),(2358,'wp-content/plugins/js_composer/include/params/font_container/font_container.php','www.w3schools.com','/cssref/css_websafe_fonts.asp',''),(2359,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg','www.w3.org','/2000/svg','\Z.6'),(2360,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg','www.w3.org','/2000/svg','\Z~4/'),(2361,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg','www.w3.org','/2000/svg','!'),(2362,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg','www.w3.org','/2000/svg','&28'),(2363,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2364,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2365,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2366,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2367,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2368,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2369,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg','www.w3.org','/2000/svg','!'),(2370,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg','www.w3.org','/2000/svg','&28'),(2371,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/','T0'),(2372,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/',';'),(2373,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/',':\0$'),(2374,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/','s:^2'),(2375,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2376,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2377,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg','www.w3.org','/2000/svg','!'),(2378,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg','www.w3.org','/2000/svg','&28'),(2379,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2380,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2381,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg','www.w3.org','/2000/svg','!'),(2382,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg','www.w3.org','/2000/svg','&28'),(2383,'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php','www.w3schools.com','/tags/att_global_id.asp',''),(2384,'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php','www.w3schools.com','/tags/att_global_id.asp','t'),(2385,'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php','www.w3schools.com','/tags/att_global_id.asp','{'),(2386,'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(2387,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2388,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2389,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg','www.w3.org','/2000/svg','!'),(2390,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg','www.w3.org','/2000/svg','&28'),(2391,'wp-content/themes/bridge/templates/blog_masonry-loop.php','www.youtube.com','/embed/','h`wn'),(2392,'wp-content/themes/bridge/templates/blog_masonry-loop.php','www.youtube.com','/embed/',''),(2393,'wp-content/themes/bridge/templates/blog_masonry-loop.php','www.youtube.com','/embed/','Mçi'),(2394,'wp-content/themes/bridge/templates/blog_masonry-loop.php','www.youtube.com','/embed/',''),(2395,'wp-content/themes/bridge/templates/blog_masonry-loop.php','player.vimeo.com','/video/','3'),(2396,'wp-content/themes/bridge/templates/blog_masonry-loop.php','player.vimeo.com','/video/','k\0'),(2397,'wp-content/themes/bridge/templates/blog_masonry-loop.php','player.vimeo.com','/video/','U'),(2398,'wp-content/themes/bridge/templates/blog_masonry-loop.php','player.vimeo.com','/video/','HW'),(2399,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0','GA'),(2400,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0','\nt'),(2401,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0',''),(2402,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0','S?'),(2403,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2404,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2405,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2406,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2407,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(2408,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/','CO'),(2409,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/',''),(2410,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/','{'),(2411,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/','gQ'),(2412,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/','f'),(2413,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/','n'),(2414,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','lon.auth.api.rackspacecloud.com','/','^i'),(2415,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','auth.api.rackspacecloud.com','/',''),(2416,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','auth.api.rackspacecloud.com','/','{'),(2417,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','auth.api.rackspacecloud.com','/','gQ'),(2418,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','auth.api.rackspacecloud.com','/','f'),(2419,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','auth.api.rackspacecloud.com','/','n'),(2420,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php','auth.api.rackspacecloud.com','/','^i'),(2421,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2422,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2423,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2424,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2425,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','C'),(2426,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','#'),(2427,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','ST'),(2428,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104',''),(2429,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(2430,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html','M'),(2431,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html',''),(2432,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html','(742'),(2433,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/','a)'),(2434,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/','Wiߓ'),(2435,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/','d.'),(2436,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/',''),(2437,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','C'),(2438,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','#'),(2439,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','ST'),(2440,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104',''),(2441,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','X,'),(2442,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','\\/u'),(2443,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','Εw'),(2444,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','C\Z'),(2445,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','C'),(2446,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','@'),(2447,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','ST'),(2448,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','|Y'),(2449,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php',''),(2450,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php','l'),(2451,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php','ߋ'),(2452,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php','f0ܭ'),(2453,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions',''),(2454,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions','~C'),(2455,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions','k8v'),(2456,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions','@kЯ'),(2457,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','php.net','/releases/5_3_0.php,','7+'),(2458,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','php.net','/releases/5_3_0.php,','x'),(2459,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php','aws.amazon.com','/apache2.0','GA'),(2460,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php','aws.amazon.com','/apache2.0','\nt'),(2461,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php','aws.amazon.com','/apache2.0',''),(2462,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php','aws.amazon.com','/apache2.0','S?'),(2463,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2464,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2465,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2466,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2467,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2468,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2469,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg','www.w3.org','/2000/svg','!'),(2470,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg','www.w3.org','/2000/svg','&28'),(2471,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/2000/svg','\Z.6'),(2472,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/2000/svg','\Z~4/'),(2473,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/2000/svg','!'),(2474,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/2000/svg','&28'),(2475,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/1999/xlink','\Z.6'),(2476,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/1999/xlink','	'),(2477,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/1999/xlink','!'),(2478,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','www.w3.org','/1999/xlink','1x'),(2479,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/2000/svg','\Z.6'),(2480,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/2000/svg','\Z~4/'),(2481,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/2000/svg','!'),(2482,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/2000/svg','&28'),(2483,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/1999/xlink','\Z.6'),(2484,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/1999/xlink','	'),(2485,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/1999/xlink','!'),(2486,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.w3.org','/1999/xlink','1x'),(2487,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.bohemiancoding.com','/sketch',''),(2488,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.bohemiancoding.com','/sketch','G'),(2489,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(2490,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','www.bohemiancoding.com','/sketch','Y'),(2491,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2492,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2493,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg','www.w3.org','/2000/svg','!'),(2494,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg','www.w3.org','/2000/svg','&28'),(2495,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2496,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2497,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','www.w3.org','/2000/svg','!'),(2498,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','www.w3.org','/2000/svg','&28'),(2499,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2500,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2501,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2502,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2503,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg','www.w3.org','/2000/svg','\Z.6'),(2504,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg','www.w3.org','/2000/svg','\Z~4/'),(2505,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg','www.w3.org','/2000/svg','!'),(2506,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg','www.w3.org','/2000/svg','&28'),(2507,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2508,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2509,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg','www.w3.org','/2000/svg','!'),(2510,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg','www.w3.org','/2000/svg','&28'),(2511,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2512,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2513,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2514,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2515,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','\Z.6'),(2516,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','=L'),(2517,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','!'),(2518,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','yVv'),(2519,'wp-content/plugins/revslider/includes/framework/elements-base.class.php','www.themepunch.com','/','*'),(2520,'wp-content/plugins/revslider/includes/framework/elements-base.class.php','www.themepunch.com','/',''),(2521,'wp-content/plugins/revslider/includes/framework/elements-base.class.php','www.themepunch.com','/','d'),(2522,'wp-content/plugins/revslider/includes/framework/elements-base.class.php','www.themepunch.com','/','LP'),(2523,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0','GA'),(2524,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0','\nt'),(2525,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0',''),(2526,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0','S?'),(2527,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php','aws.amazon.com','/apache2.0','GA'),(2528,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php','aws.amazon.com','/apache2.0','\nt'),(2529,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php','aws.amazon.com','/apache2.0',''),(2530,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php','aws.amazon.com','/apache2.0','S?'),(2531,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0','GA'),(2532,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0','\nt'),(2533,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0',''),(2534,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0','S?'),(2535,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','|B'),(2536,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','	'),(2537,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','GA'),(2538,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','XI'),(2539,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html',''),(2540,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','PX3'),(2541,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','|B'),(2542,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html',''),(2543,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','GA'),(2544,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','SfZ'),(2545,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html',''),(2546,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','C'),(2547,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','|B'),(2548,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','k'),(2549,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','GA'),(2550,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','jh@'),(2551,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html',''),(2552,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','K'),(2553,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2554,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2555,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2556,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2557,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg','www.w3.org','/2000/svg','\Z.6'),(2558,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg','www.w3.org','/2000/svg','\Z~4/'),(2559,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg','www.w3.org','/2000/svg','!'),(2560,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg','www.w3.org','/2000/svg','&28'),(2561,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2562,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2563,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2564,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2565,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2566,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2567,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2568,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2569,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg','www.w3.org','/2000/svg','\Z.6'),(2570,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg','www.w3.org','/2000/svg','\Z~4/'),(2571,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg','www.w3.org','/2000/svg','!'),(2572,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg','www.w3.org','/2000/svg','&28'),(2573,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2574,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2575,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2576,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2577,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/','\Z}{E'),(2578,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/','kd<'),(2579,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/',''),(2580,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/','#7'),(2581,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','O'),(2582,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','ƚw'),(2583,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','Q'),(2584,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','fO{'),(2585,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly','O'),(2586,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly','ʵ'),(2587,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly','Q'),(2588,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly',''),(2589,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2590,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2591,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2592,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2593,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2594,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2595,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg','www.w3.org','/2000/svg','!'),(2596,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg','www.w3.org','/2000/svg','&28'),(2597,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg','www.w3.org','/2000/svg','\Z.6'),(2598,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg','www.w3.org','/2000/svg','\Z~4/'),(2599,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg','www.w3.org','/2000/svg','!'),(2600,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg','www.w3.org','/2000/svg','&28'),(2601,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0','GA'),(2602,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0','\nt'),(2603,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0',''),(2604,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0','S?'),(2605,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(2606,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(2607,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(2608,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(2609,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/2000/svg','\Z.6'),(2610,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/2000/svg','\Z~4/'),(2611,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/2000/svg','!'),(2612,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/2000/svg','&28'),(2613,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/1999/xlink','\Z.6'),(2614,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/1999/xlink','	'),(2615,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/1999/xlink','!'),(2616,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','www.w3.org','/1999/xlink','1x'),(2617,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2618,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2619,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2620,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2621,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php','github.com','/benthedesigner/dropbox',':\0$'),(2622,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php','github.com','/benthedesigner/dropbox','zu'),(2623,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0','GA'),(2624,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0','\nt'),(2625,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0',''),(2626,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0','S?'),(2627,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','|B'),(2628,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2629,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','GA'),(2630,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2631,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2632,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','i5'),(2633,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','|B'),(2634,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2635,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','GA'),(2636,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2637,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2638,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','i5'),(2639,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2640,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2641,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','www.w3.org','/2000/svg','!'),(2642,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','www.w3.org','/2000/svg','&28'),(2643,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2644,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2645,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg','www.w3.org','/2000/svg','!'),(2646,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg','www.w3.org','/2000/svg','&28'),(2647,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2648,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2649,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg','www.w3.org','/2000/svg','!'),(2650,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg','www.w3.org','/2000/svg','&28'),(2651,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2652,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2653,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg','www.w3.org','/2000/svg','!'),(2654,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg','www.w3.org','/2000/svg','&28'),(2655,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2656,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2657,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg','www.w3.org','/2000/svg','!'),(2658,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg','www.w3.org','/2000/svg','&28'),(2659,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2660,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2661,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg','www.w3.org','/2000/svg','!'),(2662,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg','www.w3.org','/2000/svg','&28'),(2663,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2664,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2665,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2666,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2667,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2668,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2669,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2670,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2671,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2672,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2673,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2674,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2675,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2676,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2677,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2678,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2679,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(2680,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.org','/licenses/mit-license.html','M'),(2681,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.org','/licenses/mit-license.html',''),(2682,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.org','/licenses/mit-license.html','(742'),(2683,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','phpseclib.sourceforge.net','/','a)'),(2684,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','phpseclib.sourceforge.net','/','Wiߓ'),(2685,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','phpseclib.sourceforge.net','/','d.'),(2686,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','phpseclib.sourceforge.net','/',''),(2687,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','php.net','/ChangeLog-5.php','7+'),(2688,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','php.net','/ChangeLog-5.php','\"'),(2689,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/ext/openssl/openssl.c',':\0$'),(2690,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/ext/openssl/openssl.c','Y*'),(2691,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/ext/mcrypt/mcrypt.c',':\0$'),(2692,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/ext/mcrypt/mcrypt.c','p T'),(2693,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/win32/winutil.c',':\0$'),(2694,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/win32/winutil.c','?Y='),(2695,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/ext/mcrypt/mcrypt.c',':\0$'),(2696,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','github.com','/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/ext/mcrypt/mcrypt.c','p T'),(2697,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','tools.ietf.org','/html/rfc4253','C'),(2698,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','tools.ietf.org','/html/rfc4253','%X'),(2699,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','tools.ietf.org','/html/rfc4253','ST'),(2700,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','tools.ietf.org','/html/rfc4253','\'U'),(2701,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','en.wikipedia.org','/wiki/Cryptographically_secure_pseudorandom_number_generator',''),(2702,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','en.wikipedia.org','/wiki/Cryptographically_secure_pseudorandom_number_generator','-'),(2703,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','en.wikipedia.org','/wiki/Cryptographically_secure_pseudorandom_number_generator','k8v'),(2704,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','en.wikipedia.org','/wiki/Cryptographically_secure_pseudorandom_number_generator','Wg'),(2705,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','csrc.nist.gov','/groups/STM/cavp/documents/rng/931rngext.pdf','{B'),(2706,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','csrc.nist.gov','/groups/STM/cavp/documents/rng/931rngext.pdf',''),(2707,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','csrc.nist.gov','/groups/STM/cavp/documents/rng/931rngext.pdf','\Z'),(2708,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','csrc.nist.gov','/groups/STM/cavp/documents/rng/931rngext.pdf','uQp'),(2709,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.apple.com','/source/OpenSSL/OpenSSL-38/openssl/fips-1.0/rand/fips_rand.c','h'),(2710,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.apple.com','/source/OpenSSL/OpenSSL-38/openssl/fips-1.0/rand/fips_rand.c',''),(2711,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.apple.com','/source/OpenSSL/OpenSSL-38/openssl/fips-1.0/rand/fips_rand.c','`'),(2712,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.apple.com','/source/OpenSSL/OpenSSL-38/openssl/fips-1.0/rand/fips_rand.c','\\-'),(2713,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.apple.com','/source/OpenSSL/OpenSSL-38/openssl/fips-1.0/rand/fips_rand.c','\"e'),(2714,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','www.opensource.apple.com','/source/OpenSSL/OpenSSL-38/openssl/fips-1.0/rand/fips_rand.c','z'),(2715,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0','GA'),(2716,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0','\nt'),(2717,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0',''),(2718,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0','S?'),(2719,'wp-content/themes/bridge/vc_templates/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp',''),(2720,'wp-content/themes/bridge/vc_templates/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp','y'),(2721,'wp-content/themes/bridge/vc_templates/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp','{'),(2722,'wp-content/themes/bridge/vc_templates/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp','=,'),(2723,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0','GA'),(2724,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0','\nt'),(2725,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0',''),(2726,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0','S?'),(2727,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg','www.w3.org','/2000/svg','\Z.6'),(2728,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg','www.w3.org','/2000/svg','\Z~4/'),(2729,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg','www.w3.org','/2000/svg','!'),(2730,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg','www.w3.org','/2000/svg','&28'),(2731,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2732,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2733,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg','www.w3.org','/2000/svg','!'),(2734,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg','www.w3.org','/2000/svg','&28'),(2735,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2736,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2737,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2738,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2739,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','cloud.google.com','/compute/docs/instance-groups/manager/','D/'),(2740,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','cloud.google.com','/compute/docs/instance-groups/manager/','ٝ'),(2741,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','cloud.google.com','/compute/docs/instance-groups/manager/',''),(2742,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','cloud.google.com','/compute/docs/instance-groups/manager/','\\/ȴ'),(2743,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/cloud-platform','O'),(2744,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/cloud-platform','f1'),(2745,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/cloud-platform','Q'),(2746,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/cloud-platform','	'),(2747,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool','O'),(2748,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool','	'),(2749,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool','Q'),(2750,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool','0N'),(2751,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool.readonly','O'),(2752,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool.readonly','['),(2753,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool.readonly','Q'),(2754,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php','www.googleapis.com','/auth/replicapool.readonly',''),(2755,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2756,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2757,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg','www.w3.org','/2000/svg','!'),(2758,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg','www.w3.org','/2000/svg','&28'),(2759,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg','www.w3.org','/2000/svg','\Z.6'),(2760,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg','www.w3.org','/2000/svg','\Z~4/'),(2761,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg','www.w3.org','/2000/svg','!'),(2762,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg','www.w3.org','/2000/svg','&28'),(2763,'wp-content/themes/bridge/framework/admin/meta-boxes/portfolio/map.php','demo.qodeinteractive.com','/bridge)','&6'),(2764,'wp-content/themes/bridge/framework/admin/meta-boxes/portfolio/map.php','demo.qodeinteractive.com','/bridge)',''),(2765,'wp-content/themes/bridge/framework/admin/meta-boxes/portfolio/map.php','demo.qodeinteractive.com','/bridge)','|M/'),(2766,'wp-content/themes/bridge/framework/admin/meta-boxes/portfolio/map.php','demo.qodeinteractive.com','/bridge)','\"\01'),(2767,'wp-content/updraft/themes-old/twentyseventeen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(2768,'wp-content/updraft/themes-old/twentyseventeen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(2769,'wp-content/updraft/themes-old/twentyseventeen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(2770,'wp-content/updraft/themes-old/twentyseventeen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(2771,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2772,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2773,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg','www.w3.org','/2000/svg','!'),(2774,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg','www.w3.org','/2000/svg','&28'),(2775,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2776,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2777,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg','www.w3.org','/2000/svg','!'),(2778,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg','www.w3.org','/2000/svg','&28'),(2779,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0','GA'),(2780,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0','\nt'),(2781,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0',''),(2782,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0','S?'),(2783,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2784,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2785,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2786,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2787,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2788,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2789,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2790,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2791,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2792,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2793,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2794,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2795,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2796,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2797,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2798,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2799,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','C'),(2800,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','fOb'),(2801,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','ST'),(2802,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php','tools.ietf.org','/html/rfc4122','Ʌ'),(2803,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0','GA'),(2804,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0','\nt'),(2805,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0',''),(2806,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php','aws.amazon.com','/apache2.0','S?'),(2807,'wp-content/plugins/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2808,'wp-content/plugins/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2809,'wp-content/plugins/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2810,'wp-content/plugins/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2811,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0','GA'),(2812,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0','\nt'),(2813,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0',''),(2814,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0','S?'),(2815,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2816,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2817,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg','www.w3.org','/2000/svg','!'),(2818,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg','www.w3.org','/2000/svg','&28'),(2819,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2820,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2821,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg','www.w3.org','/2000/svg','!'),(2822,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg','www.w3.org','/2000/svg','&28'),(2823,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0','GA'),(2824,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0','\nt'),(2825,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0',''),(2826,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0','S?'),(2827,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0','GA'),(2828,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0','\nt'),(2829,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0',''),(2830,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0','S?'),(2831,'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2832,'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2833,'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2834,'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2835,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg','www.w3.org','/2000/svg','\Z.6'),(2836,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg','www.w3.org','/2000/svg','\Z~4/'),(2837,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg','www.w3.org','/2000/svg','!'),(2838,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg','www.w3.org','/2000/svg','&28'),(2839,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2840,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2841,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg','www.w3.org','/2000/svg','!'),(2842,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg','www.w3.org','/2000/svg','&28'),(2843,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','j/['),(2844,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','R'),(2845,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','PP'),(2846,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','cل'),(2847,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','4'),(2848,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','Q'),(2849,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','_r'),(2850,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','4'),(2851,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','j/['),(2852,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','R'),(2853,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','PP'),(2854,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','cل'),(2855,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/',''),(2856,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/','{*'),(2857,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/','PP'),(2858,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/','RM'),(2859,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','github.com','/OneDrive/onedrive-api-docs/blob/master/items/upload_large_files.md',':\0$'),(2860,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','github.com','/OneDrive/onedrive-api-docs/blob/master/items/upload_large_files.md',' #'),(2861,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','api.onedrive','/',''),(2862,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','api.onedrive','/','1t'),(2863,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','j/['),(2864,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','oi8'),(2865,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','PP'),(2866,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','8\r'),(2867,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token','3\"f'),(2868,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token','fL'),(2869,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token','S'),(2870,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token',''),(2871,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf',''),(2872,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf','\'Ж'),(2873,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf','\0C'),(2874,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf',''),(2875,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','_r'),(2876,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','T%'),(2877,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','_r'),(2878,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','T%'),(2879,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','1\"'),(2880,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','\"'),(2881,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','$)9'),(2882,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','u'),(2883,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','F#'),(2884,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','t\r'),(2885,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','\0C'),(2886,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','.W'),(2887,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/microsoft-onedrive-setup-guide/','_r'),(2888,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/microsoft-onedrive-setup-guide/','D&'),(2889,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-microsoft-onedrive-app/','_r'),(2890,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-microsoft-onedrive-app/','%֏'),(2891,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','apis.google.com','/js/plusone.js','\Z'),(2892,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','apis.google.com','/js/plusone.js',')'),(2893,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','apis.google.com','/js/plusone.js',''),(2894,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','apis.google.com','/js/plusone.js','\0]'),(2895,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','assets.pinterest.com','/js/pinit.js','v&'),(2896,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','assets.pinterest.com','/js/pinit.js',''),(2897,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','assets.pinterest.com','/js/pinit.js',' '),(2898,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','assets.pinterest.com','/js/pinit.js','(C'),(2899,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0','GA'),(2900,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0','\nt'),(2901,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0',''),(2902,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0','S?'),(2903,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','4|'),(2904,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','w8'),(2905,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','7+'),(2906,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','k~'),(2907,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','4|'),(2908,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','i'),(2909,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','7+'),(2910,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','Z'),(2911,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','4|'),(2912,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','S'),(2913,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','7+'),(2914,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','4'),(2915,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','4|'),(2916,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','~L\0'),(2917,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','7+'),(2918,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','Y'),(2919,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php','4|'),(2920,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php','ZmU'),(2921,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php','7+'),(2922,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php',''),(2923,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','4|'),(2924,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','I'),(2925,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','7+'),(2926,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','ْc'),(2927,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','Z'),(2928,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','\\'),(2929,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','2J'),(2930,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','z,'),(2931,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0','GA'),(2932,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0','\nt'),(2933,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0',''),(2934,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php','aws.amazon.com','/apache2.0','S?'),(2935,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2936,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2937,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2938,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2939,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2940,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2941,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2942,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2943,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2944,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2945,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(2946,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(2947,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(2948,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(2949,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2950,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2951,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2952,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2953,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(2954,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(2955,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(2956,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(2957,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(2958,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(2959,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(2960,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(2961,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(2962,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(2963,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg','www.w3.org','/2000/svg','\Z.6'),(2964,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg','www.w3.org','/2000/svg','\Z~4/'),(2965,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg','www.w3.org','/2000/svg','!'),(2966,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg','www.w3.org','/2000/svg','&28'),(2967,'wp-content/cache/autoptimize/index.html','wordpress.org','/extend/plugins/autoptimize/','\'ľ'),(2968,'wp-content/cache/autoptimize/index.html','wordpress.org','/extend/plugins/autoptimize/','a'),(2969,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2970,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2971,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2972,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2973,'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2974,'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2975,'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2976,'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2977,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2978,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2979,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg','www.w3.org','/2000/svg','!'),(2980,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg','www.w3.org','/2000/svg','&28'),(2981,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(2982,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(2983,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(2984,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(2985,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg','www.w3.org','/2000/svg','\Z.6'),(2986,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(2987,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg','www.w3.org','/2000/svg','!'),(2988,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg','www.w3.org','/2000/svg','&28'),(2989,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0','GA'),(2990,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0','\nt'),(2991,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0',''),(2992,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0','S?'),(2993,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html','|B'),(2994,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2995,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html','GA'),(2996,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2997,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(2998,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html','i5'),(2999,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3000,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3001,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3002,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3003,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3004,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3005,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3006,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3007,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3008,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3009,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3010,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3011,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3012,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3013,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3014,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3015,'wp-content/updraft/themes-old/twentyseventeen/footer.php','developer.wordpress.org','/themes/basics/template-files/','nh'),(3016,'wp-content/updraft/themes-old/twentyseventeen/footer.php','developer.wordpress.org','/themes/basics/template-files/','H'),(3017,'wp-content/updraft/themes-old/twentyseventeen/footer.php','developer.wordpress.org','/themes/basics/template-files/','\'ľ'),(3018,'wp-content/updraft/themes-old/twentyseventeen/footer.php','developer.wordpress.org','/themes/basics/template-files/','3'),(3019,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3020,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3021,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg','www.w3.org','/2000/svg','!'),(3022,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg','www.w3.org','/2000/svg','&28'),(3023,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/code-frame/-/code-frame-7.10.1.tgz','\r&'),(3024,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/code-frame/-/code-frame-7.10.1.tgz','\"vl'),(3025,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/code-frame/-/code-frame-7.10.1.tgz','C~'),(3026,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/code-frame/-/code-frame-7.10.1.tgz','cz-;'),(3027,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/compat-data/-/compat-data-7.10.1.tgz','\r&'),(3028,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/compat-data/-/compat-data-7.10.1.tgz','-'),(3029,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/compat-data/-/compat-data-7.10.1.tgz','C~'),(3030,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/compat-data/-/compat-data-7.10.1.tgz',''),(3031,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','\r&'),(3032,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','['),(3033,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','C~'),(3034,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','YtLc'),(3035,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','\r&'),(3036,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','9Ɨ'),(3037,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','C~'),(3038,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','#́'),(3039,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','\r&'),(3040,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','AC'),(3041,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','C~'),(3042,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','EvX'),(3043,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','\r&'),(3044,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','q'),(3045,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','C~'),(3046,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','@$'),(3047,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/core/-/core-7.10.2.tgz','\r&'),(3048,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/core/-/core-7.10.2.tgz','>x'),(3049,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/core/-/core-7.10.2.tgz','C~'),(3050,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/core/-/core-7.10.2.tgz','='),(3051,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','\r&'),(3052,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','Pq '),(3053,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','C~'),(3054,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','<'),(3055,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/generator/-/generator-7.10.2.tgz','\r&'),(3056,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/generator/-/generator-7.10.2.tgz',',S'),(3057,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/generator/-/generator-7.10.2.tgz','C~'),(3058,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/generator/-/generator-7.10.2.tgz',' '),(3059,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','\r&'),(3060,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','Pq '),(3061,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','C~'),(3062,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/source-map/-/source-map-0.5.7.tgz','<'),(3063,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz','\r&'),(3064,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz',''),(3065,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz','C~'),(3066,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz','~:'),(3067,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz','\r&'),(3068,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz','ˢ'),(3069,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz','C~'),(3070,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz',':'),(3071,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz','\r&'),(3072,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz','ߤ'),(3073,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz','C~'),(3074,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz','.'),(3075,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz','\r&'),(3076,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz','S '),(3077,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz','C~'),(3078,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz','['),(3079,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz','\r&'),(3080,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz','\"^'),(3081,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz','C~'),(3082,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz',''),(3083,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','\r&'),(3084,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','['),(3085,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','C~'),(3086,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/browserslist/-/browserslist-4.12.0.tgz','YtLc'),(3087,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','\r&'),(3088,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','9Ɨ'),(3089,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','C~'),(3090,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/caniuse-lite/-/caniuse-lite-1.0.30001079.tgz','#́'),(3091,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','\r&'),(3092,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','AC'),(3093,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','C~'),(3094,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz','EvX'),(3095,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','\r&'),(3096,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','q'),(3097,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','C~'),(3098,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/node-releases/-/node-releases-1.1.58.tgz','@$'),(3099,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz','\r&'),(3100,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz','X'),(3101,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz','C~'),(3102,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz','*M?'),(3103,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz','\r&'),(3104,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz','su&'),(3105,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz','C~'),(3106,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz',']'),(3107,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz','\r&'),(3108,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz','\0GT'),(3109,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz','C~'),(3110,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz','p_'),(3111,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz','\r&'),(3112,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz','=Ȅ'),(3113,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz','C~'),(3114,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz','n'),(3115,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz','\r&'),(3116,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz',':P'),(3117,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz','C~'),(3118,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz','o6'),(3119,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz','\r&'),(3120,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz','Fh'),(3121,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz','C~'),(3122,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz','ۻ7R'),(3123,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz','\r&'),(3124,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz',''),(3125,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz','C~'),(3126,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz',''),(3127,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz','\r&'),(3128,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz','ٸy'),(3129,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz','C~'),(3130,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz','0'),(3131,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz','\r&'),(3132,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz','MV\''),(3133,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz','C~'),(3134,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz',''),(3135,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz','\r&'),(3136,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz',''),(3137,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz','C~'),(3138,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz','׺!'),(3139,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz','\r&'),(3140,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz','݂'),(3141,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz','C~'),(3142,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz','aJ'),(3143,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz','\r&'),(3144,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz','B'),(3145,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz','C~'),(3146,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz','\nP'),(3147,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-regex/-/helper-regex-7.10.1.tgz','\r&'),(3148,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-regex/-/helper-regex-7.10.1.tgz','q'),(3149,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-regex/-/helper-regex-7.10.1.tgz','C~'),(3150,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-regex/-/helper-regex-7.10.1.tgz',''),(3151,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz','\r&'),(3152,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz','`cX'),(3153,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz','C~'),(3154,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz','v!'),(3155,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz','\r&'),(3156,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz','%'),(3157,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz','C~'),(3158,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz','u'),(3159,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz','\r&'),(3160,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz','4`'),(3161,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz','C~'),(3162,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz','ĥj\Z'),(3163,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz','\r&'),(3164,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz','k'),(3165,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz','C~'),(3166,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz','Rζ'),(3167,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz','\r&'),(3168,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz','$'),(3169,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz','C~'),(3170,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz','E^'),(3171,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz','\r&'),(3172,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz','n}3'),(3173,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz','C~'),(3174,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz','a\'?'),(3175,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helpers/-/helpers-7.10.1.tgz','\r&'),(3176,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helpers/-/helpers-7.10.1.tgz','h'),(3177,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helpers/-/helpers-7.10.1.tgz','C~'),(3178,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/helpers/-/helpers-7.10.1.tgz','p,'),(3179,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/highlight/-/highlight-7.10.1.tgz','\r&'),(3180,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/highlight/-/highlight-7.10.1.tgz','M'),(3181,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/highlight/-/highlight-7.10.1.tgz','C~'),(3182,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/highlight/-/highlight-7.10.1.tgz','s\n'),(3183,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/parser/-/parser-7.10.2.tgz','\r&'),(3184,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/parser/-/parser-7.10.2.tgz','F\n'),(3185,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/parser/-/parser-7.10.2.tgz','C~'),(3186,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/parser/-/parser-7.10.2.tgz','\r'),(3187,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz','\r&'),(3188,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz','n'),(3189,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz','C~'),(3190,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz','\''),(3191,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz','\r&'),(3192,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz','L'),(3193,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz','C~'),(3194,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz','i2'),(3195,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz','\r&'),(3196,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz','o\''),(3197,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz','C~'),(3198,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz','+,'),(3199,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz','\r&'),(3200,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz','2u'),(3201,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz','C~'),(3202,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz','m3'),(3203,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz','\r&'),(3204,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz','\"'),(3205,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz','C~'),(3206,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz',';'),(3207,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz','\r&'),(3208,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz',''),(3209,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz','C~'),(3210,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz','\070'),(3211,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz','\r&'),(3212,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz','\"1'),(3213,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz','C~'),(3214,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz','+'),(3215,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz','\r&'),(3216,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz','P@\\'),(3217,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz','C~'),(3218,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz','jc'),(3219,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz','\r&'),(3220,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz','>'),(3221,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz','C~'),(3222,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz','`'),(3223,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz','\r&'),(3224,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz',''),(3225,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz','C~'),(3226,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz','Q!'),(3227,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz','\r&'),(3228,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz','`[F'),(3229,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz','C~'),(3230,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz',''),(3231,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz','\r&'),(3232,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz','/X'),(3233,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz','C~'),(3234,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz','l'),(3235,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz','\r&'),(3236,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz','J'),(3237,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz','C~'),(3238,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz','W`'),(3239,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz','\r&'),(3240,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz','к\Z'),(3241,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz','C~'),(3242,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz','|}'),(3243,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz','\r&'),(3244,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz','c-h'),(3245,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz','C~'),(3246,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz',''),(3247,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz','\r&'),(3248,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz','=)'),(3249,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz','C~'),(3250,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz','p'),(3251,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz','\r&'),(3252,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz','},'),(3253,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz','C~'),(3254,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz','\n挜'),(3255,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz','\r&'),(3256,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz','ud'),(3257,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz','C~'),(3258,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz','Iߧ#'),(3259,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz','\r&'),(3260,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz','XO'),(3261,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz','C~'),(3262,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz','ek'),(3263,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz','\r&'),(3264,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz','\\m'),(3265,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz','C~'),(3266,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz',''),(3267,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz','\r&'),(3268,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz','\''),(3269,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz','C~'),(3270,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz',':\''),(3271,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz','\r&'),(3272,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz','y'),(3273,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz','C~'),(3274,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz','Z'),(3275,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz','\r&'),(3276,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz',''),(3277,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz','C~'),(3278,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz','7kj'),(3279,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz','\r&'),(3280,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz','VJ'),(3281,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz','C~'),(3282,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz','Q'),(3283,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz','\r&'),(3284,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz','qs}'),(3285,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz','C~'),(3286,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz','fQ'),(3287,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz','\r&'),(3288,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz','V'),(3289,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz','C~'),(3290,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz','18lb'),(3291,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz','\r&'),(3292,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz','%'),(3293,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz','C~'),(3294,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz','4/$'),(3295,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz','\r&'),(3296,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz','Ҽp'),(3297,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz','C~'),(3298,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz','F'),(3299,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz','\r&'),(3300,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz','['),(3301,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz','C~'),(3302,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz','Y)'),(3303,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz','\r&'),(3304,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz','i\0 '),(3305,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz','C~'),(3306,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz','{'),(3307,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz','\r&'),(3308,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz','a\Z'),(3309,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz','C~'),(3310,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz','}7'),(3311,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz','\r&'),(3312,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz','Z\''),(3313,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz','C~'),(3314,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz','IHn'),(3315,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz','\r&'),(3316,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz','D'),(3317,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz','C~'),(3318,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz',']7'),(3319,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz','\r&'),(3320,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz','N'),(3321,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz','C~'),(3322,'wp-content/themes/twentytwenty/package-lock.json','registry.npmjs.org','/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz','D,'),(3323,'wp-content/plugins/revslider/includes/widget.class.php','www.themepunch.com','/','*'),(3324,'wp-content/plugins/revslider/includes/widget.class.php','www.themepunch.com','/',''),(3325,'wp-content/plugins/revslider/includes/widget.class.php','www.themepunch.com','/','d'),(3326,'wp-content/plugins/revslider/includes/widget.class.php','www.themepunch.com','/','LP'),(3327,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3328,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3329,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3330,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3331,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/','\Z}{E'),(3332,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/','\Z'),(3333,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/',''),(3334,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/',';%z'),(3335,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','O'),(3336,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','\"gQ&'),(3337,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','Q'),(3338,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','s끣'),(3339,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','O'),(3340,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','Ԣ'),(3341,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','Q'),(3342,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','k\n2'),(3343,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg','www.w3.org','/2000/svg','\Z.6'),(3344,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg','www.w3.org','/2000/svg','\Z~4/'),(3345,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg','www.w3.org','/2000/svg','!'),(3346,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg','www.w3.org','/2000/svg','&28'),(3347,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3348,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3349,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3350,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3351,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3352,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3353,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3354,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3355,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3356,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3357,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3358,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3359,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3360,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3361,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3362,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3363,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php','aws.amazon.com','/apache2.0','GA'),(3364,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php','aws.amazon.com','/apache2.0','\nt'),(3365,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php','aws.amazon.com','/apache2.0',''),(3366,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php','aws.amazon.com','/apache2.0','S?'),(3367,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg','www.w3.org','/2000/svg','\Z.6'),(3368,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg','www.w3.org','/2000/svg','\Z~4/'),(3369,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg','www.w3.org','/2000/svg','!'),(3370,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg','www.w3.org','/2000/svg','&28'),(3371,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/MIT_License',''),(3372,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/MIT_License',''),(3373,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/MIT_License','k8v'),(3374,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/MIT_License','H{'),(3375,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/GNU_General_Public_License',''),(3376,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/GNU_General_Public_License','$h@'),(3377,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/GNU_General_Public_License','k8v'),(3378,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js','en.wikipedia.org','/wiki/GNU_General_Public_License','HBp'),(3379,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3380,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3381,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg','www.w3.org','/2000/svg','!'),(3382,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg','www.w3.org','/2000/svg','&28'),(3383,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg','www.w3.org','/2000/svg','\Z.6'),(3384,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg','www.w3.org','/2000/svg','\Z~4/'),(3385,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg','www.w3.org','/2000/svg','!'),(3386,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg','www.w3.org','/2000/svg','&28'),(3387,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3388,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3389,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg','www.w3.org','/2000/svg','!'),(3390,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg','www.w3.org','/2000/svg','&28'),(3391,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php','aws.amazon.com','/apache2.0','GA'),(3392,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php','aws.amazon.com','/apache2.0','\nt'),(3393,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php','aws.amazon.com','/apache2.0',''),(3394,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php','aws.amazon.com','/apache2.0','S?'),(3395,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3396,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3397,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3398,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3399,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3400,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3401,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg','www.w3.org','/2000/svg','!'),(3402,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg','www.w3.org','/2000/svg','&28'),(3403,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3404,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3405,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3406,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3407,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3408,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3409,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3410,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3411,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3412,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3413,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3414,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3415,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3416,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3417,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3418,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3419,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3420,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3421,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3422,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3423,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0','GA'),(3424,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0','\nt'),(3425,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0',''),(3426,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0','S?'),(3427,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3428,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3429,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3430,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3431,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3432,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3433,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3434,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3435,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3436,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3437,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx','\rr'),(3438,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx','a'),(3439,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx','$)9'),(3440,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx',''),(3441,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3442,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3443,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3444,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3445,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3446,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3447,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3448,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3449,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg','www.w3.org','/2000/svg','!'),(3450,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg','www.w3.org','/2000/svg','&28'),(3451,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3452,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3453,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3454,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3455,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3456,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3457,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg','www.w3.org','/2000/svg','!'),(3458,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg','www.w3.org','/2000/svg','&28'),(3459,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php','aws.amazon.com','/apache2.0','GA'),(3460,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php','aws.amazon.com','/apache2.0','\nt'),(3461,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php','aws.amazon.com','/apache2.0',''),(3462,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php','aws.amazon.com','/apache2.0','S?'),(3463,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3464,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3465,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg','www.w3.org','/2000/svg','!'),(3466,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg','www.w3.org','/2000/svg','&28'),(3467,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3468,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3469,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3470,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3471,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0','GA'),(3472,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0','\nt'),(3473,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0',''),(3474,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0','S?'),(3475,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0','GA'),(3476,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0','\nt'),(3477,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0',''),(3478,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php','aws.amazon.com','/apache2.0','S?'),(3479,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3480,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3481,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg','www.w3.org','/2000/svg','!'),(3482,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg','www.w3.org','/2000/svg','&28'),(3483,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(3484,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(3485,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0',''),(3486,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(3487,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3488,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3489,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg','www.w3.org','/2000/svg','!'),(3490,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg','www.w3.org','/2000/svg','&28'),(3491,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(3492,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(3493,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(3494,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(3495,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/2000/svg','\Z.6'),(3496,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/2000/svg','\Z~4/'),(3497,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/2000/svg','!'),(3498,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/2000/svg','&28'),(3499,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/1999/xlink','\Z.6'),(3500,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/1999/xlink','	'),(3501,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/1999/xlink','!'),(3502,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','www.w3.org','/1999/xlink','1x'),(3503,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3504,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3505,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3506,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3507,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3508,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3509,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg','www.w3.org','/2000/svg','!'),(3510,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg','www.w3.org','/2000/svg','&28'),(3511,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg','www.w3.org','/2000/svg','\Z.6'),(3512,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(3513,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg','www.w3.org','/2000/svg','!'),(3514,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg','www.w3.org','/2000/svg','&28'),(3515,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/wpb-buy','fVR'),(3516,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/wpb-buy','H9'),(3517,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/wpb-buy','7\Z'),(3518,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/wpb-buy','M'),(3519,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/faq-update-in-theme','fVR'),(3520,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/faq-update-in-theme','XQ'),(3521,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/faq-update-in-theme','7\Z'),(3522,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','go.wpbakery.com','/faq-update-in-theme','@wޣ'),(3523,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg','www.w3.org','/2000/svg','\Z.6'),(3524,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg','www.w3.org','/2000/svg','\Z~4/'),(3525,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg','www.w3.org','/2000/svg','!'),(3526,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg','www.w3.org','/2000/svg','&28'),(3527,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0','GA'),(3528,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0','\nt'),(3529,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0',''),(3530,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0','S?'),(3531,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0','GA'),(3532,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0','\nt'),(3533,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0',''),(3534,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0','S?'),(3535,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3536,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3537,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3538,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3539,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3540,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3541,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3542,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3543,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3544,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3545,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3546,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3547,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3548,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3549,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3550,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3551,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3552,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3553,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3554,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3555,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3556,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3557,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3558,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3559,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3560,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3561,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3562,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3563,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3564,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3565,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3566,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3567,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(3568,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(3569,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke','i.'),(3570,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke','/'),(3571,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke',''),(3572,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke','Y'),(3573,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','O'),(3574,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control',')'),(3575,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(3576,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(3577,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','O'),(3578,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(3579,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','Q'),(3580,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','~'),(3581,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth','i.'),(3582,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth','m'),(3583,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth',''),(3584,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth','2˔'),(3585,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','i.'),(3586,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','40.'),(3587,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token',''),(3588,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','uS'),(3589,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','i.'),(3590,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','40.'),(3591,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token',''),(3592,'wp-content/plugins/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','uS'),(3593,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','+8'),(3594,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','_U'),(3595,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','6Џ'),(3596,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','&'),(3597,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','O'),(3598,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control',')'),(3599,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(3600,'wp-content/plugins/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(3601,'wp-content/plugins/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification',':4'),(3602,'wp-content/plugins/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification','-q'),(3603,'wp-content/plugins/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification','7+'),(3604,'wp-content/plugins/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification','׵;'),(3605,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris','D/'),(3606,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris','B\rY'),(3607,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris',''),(3608,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris','q)'),(3609,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage','D/'),(3610,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage','w'),(3611,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage',''),(3612,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage',')\0т'),(3613,'wp-content/plugins/updraftplus/addons/googlecloud.php','drive.google.com','/','s'),(3614,'wp-content/plugins/updraftplus/addons/googlecloud.php','drive.google.com','/','&'),(3615,'wp-content/plugins/updraftplus/addons/googlecloud.php','drive.google.com','/',''),(3616,'wp-content/plugins/updraftplus/addons/googlecloud.php','drive.google.com','/','b'),(3617,'wp-content/plugins/updraftplus/addons/googlecloud.php','updraftplus.com','/support/configuring-google-cloud-api-access-updraftplus/','_r'),(3618,'wp-content/plugins/updraftplus/addons/googlecloud.php','updraftplus.com','/support/configuring-google-cloud-api-access-updraftplus/','IZ'),(3619,'wp-content/plugins/updraftplus/addons/googlecloud.php','console.developers.google.com','/','	'),(3620,'wp-content/plugins/updraftplus/addons/googlecloud.php','console.developers.google.com','/',':\\ '),(3621,'wp-content/plugins/updraftplus/addons/googlecloud.php','console.developers.google.com','/','\Z}{E'),(3622,'wp-content/plugins/updraftplus/addons/googlecloud.php','console.developers.google.com','/','@˄'),(3623,'wp-content/plugins/updraftplus/addons/googlecloud.php','console.developers.google.com','/',''),(3624,'wp-content/plugins/updraftplus/addons/googlecloud.php','console.developers.google.com','/','b'),(3625,'wp-content/plugins/updraftplus/addons/googlecloud.php','updraftplus.com','/faqs/where-do-i-find-my-google-project-id/','_r'),(3626,'wp-content/plugins/updraftplus/addons/googlecloud.php','updraftplus.com','/faqs/where-do-i-find-my-google-project-id/','Y6X'),(3627,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming','D/'),(3628,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming',''),(3629,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming',''),(3630,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming','y'),(3631,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes','D/'),(3632,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes','~5\''),(3633,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes',''),(3634,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes','?'),(3635,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations','D/'),(3636,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations','<'),(3637,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations',''),(3638,'wp-content/plugins/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations','XB'),(3639,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(3640,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html','M'),(3641,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html',''),(3642,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html','(742'),(3643,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/','a)'),(3644,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/','Wiߓ'),(3645,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/','d.'),(3646,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/',''),(3647,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','{ '),(3648,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','`'),(3649,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','TP%'),(3650,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','|'),(3651,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','C'),(3652,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','	'),(3653,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','ST'),(3654,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','7'),(3655,'wp-content/themes/bridge/framework/admin/assets/js/qode-tax-custom-fields.js','stackoverflow.com','/questions/15281995/wordpress-create-category-ajax-response','X_'),(3656,'wp-content/themes/bridge/framework/admin/assets/js/qode-tax-custom-fields.js','stackoverflow.com','/questions/15281995/wordpress-create-category-ajax-response','[:'),(3657,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3658,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3659,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3660,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3661,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','cloud.google.com','/monitoring/v2beta2/','D/'),(3662,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','cloud.google.com','/monitoring/v2beta2/','(<'),(3663,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','cloud.google.com','/monitoring/v2beta2/',''),(3664,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','cloud.google.com','/monitoring/v2beta2/',';'),(3665,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.googleapis.com','/auth/monitoring','O'),(3666,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.googleapis.com','/auth/monitoring','z'),(3667,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.googleapis.com','/auth/monitoring','Q'),(3668,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php','www.googleapis.com','/auth/monitoring','2*'),(3669,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3670,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3671,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3672,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3673,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest','\Z}{E'),(3674,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest','XG'),(3675,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest',''),(3676,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest','FK'),(3677,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','O'),(3678,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','A#B'),(3679,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','Q'),(3680,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','U`'),(3681,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php','aws.amazon.com','/apache2.0','GA'),(3682,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php','aws.amazon.com','/apache2.0','\nt'),(3683,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php','aws.amazon.com','/apache2.0',''),(3684,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php','aws.amazon.com','/apache2.0','S?'),(3685,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg','www.w3.org','/2000/svg','\Z.6'),(3686,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg','www.w3.org','/2000/svg','\Z~4/'),(3687,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg','www.w3.org','/2000/svg','!'),(3688,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg','www.w3.org','/2000/svg','&28'),(3689,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg','www.w3.org','/2000/svg','\Z.6'),(3690,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg','www.w3.org','/2000/svg','\Z~4/'),(3691,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg','www.w3.org','/2000/svg','!'),(3692,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg','www.w3.org','/2000/svg','&28'),(3693,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg','www.w3.org','/2000/svg','\Z.6'),(3694,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg','www.w3.org','/2000/svg','\Z~4/'),(3695,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg','www.w3.org','/2000/svg','!'),(3696,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg','www.w3.org','/2000/svg','&28'),(3697,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(3698,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(3699,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.apache.org','/licenses/LICENSE-2.0','$'),(3700,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.apache.org','/licenses/LICENSE-2.0','0'),(3701,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/p/google-api-php-client/','j'),(3702,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/p/google-api-php-client/','٦'),(3703,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/p/google-api-php-client/',''),(3704,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/p/google-api-php-client/','['),(3705,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','tools.ietf.org','/html/draft-ietf-oauth-v2-22','C'),(3706,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','tools.ietf.org','/html/draft-ietf-oauth-v2-22',''),(3707,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','tools.ietf.org','/html/draft-ietf-oauth-v2-22','ST'),(3708,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','tools.ietf.org','/html/draft-ietf-oauth-v2-22','|'),(3709,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','developers.google.com','/+/api/moment-types','\Z}{E'),(3710,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','developers.google.com','/+/api/moment-types',''),(3711,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','developers.google.com','/+/api/moment-types',''),(3712,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','developers.google.com','/+/api/moment-types',''),(3713,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/apis/console-help/','j'),(3714,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/apis/console-help/','ܷ'),(3715,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/apis/console-help/',''),(3716,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','code.google.com','/apis/console-help/','_'),(3717,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/plus.login','O'),(3718,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/plus.login',''),(3719,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/plus.login','Q'),(3720,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/plus.login',''),(3721,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/moderator','O'),(3722,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/moderator','}J'),(3723,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/moderator','Q'),(3724,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php','www.googleapis.com','/auth/moderator','{*'),(3725,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','phpjs.org','/','5'),(3726,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','phpjs.org','/','8R'),(3727,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','brett-zamir.me','/','S'),(3728,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','brett-zamir.me','/','| '),(3729,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/','.m'),(3730,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/','>x'),(3731,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/','m'),(3732,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/','v\r'),(3733,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','getsprink.com','/','\\x~'),(3734,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','getsprink.com','/','2\rL'),(3735,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/','蕳'),(3736,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/',''),(3737,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/','UX'),(3738,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/','ˠ'),(3739,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','magnetiq.com','/','z'),(3740,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','magnetiq.com','/','>0D-'),(3741,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/','|47'),(3742,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/','X_'),(3743,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/','Np'),(3744,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/','Ʈ'),(3745,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','sourceforge.net','/projects/bcmath-js/),','d.'),(3746,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','sourceforge.net','/projects/bcmath-js/),','i'),(3747,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webtoolkit.info','/),','uW@'),(3748,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webtoolkit.info','/),','E@'),(3749,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webtoolkit.info','/),','*0!'),(3750,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webtoolkit.info','/),','Qf?'),(3751,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/','蕳'),(3752,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/',''),(3753,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/','UX'),(3754,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jsfromhell.com','/','ˠ'),(3755,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','hexmen.com','/blog/),','㮿'),(3756,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','hexmen.com','/blog/),','3d'),(3757,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kukawski.pl','/','Np'),(3758,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kukawski.pl','/','Ʈ'),(3759,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.phpvrouwen.nl','/','g(J'),(3760,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.phpvrouwen.nl','/','\'s'),(3761,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.phpvrouwen.nl','/','IZ'),(3762,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.phpvrouwen.nl','/',''),(3763,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','stackoverflow.com','/questions/57803/how-to-convert-decimal-to-hex-in-javascript,','X_'),(3764,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','stackoverflow.com','/questions/57803/how-to-convert-decimal-to-hex-in-javascript,','%6/'),(3765,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/),','|47'),(3766,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/),','}Jp'),(3767,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/),','Np'),(3768,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.kukawski.pl','/),','S'),(3769,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webdevhobo.blogspot.com','/),','\\;H'),(3770,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webdevhobo.blogspot.com','/),','<'),(3771,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webdevhobo.blogspot.com','/),','$'),(3772,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webdevhobo.blogspot.com','/),','H:F'),(3773,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','geekfg.blogspot.com','/','Q'),(3774,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','geekfg.blogspot.com','/','9,y\0'),(3775,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','geekfg.blogspot.com','/','$'),(3776,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','geekfg.blogspot.com','/','h'),(3777,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webreflection.blogspot.com','/','4[j'),(3778,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webreflection.blogspot.com','/','M'),(3779,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webreflection.blogspot.com','/','$'),(3780,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','webreflection.blogspot.com','/','h'),(3781,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.kingsquare.nl','/','O'),(3782,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.kingsquare.nl','/','dAw'),(3783,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.kingsquare.nl','/','`'),(3784,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.kingsquare.nl','/','Y~s-'),(3785,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','onlineaspect.com','/2007/06/08/auto-detect-a-time-zone-with-javascript/),','ߡG'),(3786,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','onlineaspect.com','/2007/06/08/auto-detect-a-time-zone-with-javascript/),',''),(3787,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/),','.m'),(3788,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/),',']'),(3789,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/),','m'),(3790,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','kevin.vanzonneveld.net','/),','7M'),(3791,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.erlenwiese.de','/),','PR]'),(3792,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.erlenwiese.de','/),','gS'),(3793,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.erlenwiese.de','/),','V'),(3794,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.erlenwiese.de','/),','9'),(3795,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.breakingpar.com','/bkp/home.nsf/0/87256B280015193F87256CFB006C45F7),','+X'),(3796,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.breakingpar.com','/bkp/home.nsf/0/87256B280015193F87256CFB006C45F7),','2Y'),(3797,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.breakingpar.com','/bkp/home.nsf/0/87256B280015193F87256CFB006C45F7),',''),(3798,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.breakingpar.com','/bkp/home.nsf/0/87256B280015193F87256CFB006C45F7),','N'),(3799,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.alfonsojimenez.com','/','z'),(3800,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.alfonsojimenez.com','/',''),(3801,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.alfonsojimenez.com','/','&'),(3802,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.alfonsojimenez.com','/','3'),(3803,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','difane.com','/),','	6'),(3804,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','difane.com','/),','tM'),(3805,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.weedem.fr','/),','c\"'),(3806,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.weedem.fr','/),','T3'),(3807,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.weedem.fr','/),','`'),(3808,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.weedem.fr','/),','0'),(3809,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','rumkin.com','/','˺'),(3810,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','rumkin.com','/','RFN'),(3811,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','caioariede.com','/','^'),(3812,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','caioariede.com','/','ن;'),(3813,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webfaktory.info','/),','d͒5'),(3814,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webfaktory.info','/),','6'),(3815,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webfaktory.info','/),',''),(3816,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webfaktory.info','/),','K~1'),(3817,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.myipdf.com','/),','x2G'),(3818,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.myipdf.com','/),','^'),(3819,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.myipdf.com','/),','J ɇ'),(3820,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.myipdf.com','/),','$n'),(3821,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mdsjack.bo.it','/','VA%'),(3822,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mdsjack.bo.it','/','hx'),(3823,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mdsjack.bo.it','/','l'),(3824,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mdsjack.bo.it','/','Ld~'),(3825,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mdsjack.bo.it','/','G'),(3826,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mdsjack.bo.it','/','b<'),(3827,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.debuggable.com','/felix),','td'),(3828,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.debuggable.com','/felix),','d'),(3829,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.debuggable.com','/felix),',',7'),(3830,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.debuggable.com','/felix),','{'),(3831,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.json.org','/json2.js),','&s'),(3832,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.json.org','/json2.js),','D>'),(3833,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.json.org','/json2.js),',')Ml7'),(3834,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.json.org','/json2.js),','5.'),(3835,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.stevenlevithan.com','/','r('),(3836,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.stevenlevithan.com','/',''),(3837,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.stevenlevithan.com','/','Օƭ'),(3838,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','blog.stevenlevithan.com','/',''),(3839,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','phpjs.org','/functions/htmlentities:425','5'),(3840,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','phpjs.org','/functions/htmlentities:425','k'),(3841,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.itsacon.net','/),','72'),(3842,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.itsacon.net','/),','Qh'),(3843,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.itsacon.net','/),',''),(3844,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.itsacon.net','/),','{'),(3845,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nervous.nl','/),','K3U'),(3846,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nervous.nl','/),','CM'),(3847,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nervous.nl','/),','C'),(3848,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nervous.nl','/),','m)\0'),(3849,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jd-tech.net','/','䩥'),(3850,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jd-tech.net','/','5'),(3851,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jd-tech.net','/',';'),(3852,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.jd-tech.net','/','o'),(3853,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','sammy.ru','/',''),(3854,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','sammy.ru','/','LMT'),(3855,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','javascript.crockford.com','/','Ԛ6'),(3856,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','javascript.crockford.com','/','[O,'),(3857,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','javascript.crockford.com','/','='),(3858,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','javascript.crockford.com','/','M '),(3859,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','web2.bitbaro.hu','/),','T?'),(3860,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','web2.bitbaro.hu','/),','	p\"'),(3861,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','web2.bitbaro.hu','/),','o'),(3862,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','web2.bitbaro.hu','/),','w='),(3863,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','thiagomata.blog.com','/','Z'),(3864,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','thiagomata.blog.com','/','h '),(3865,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','thiagomata.blog.com','/','yK'),(3866,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','thiagomata.blog.com','/','dYV$'),(3867,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','sourceforge.net','/projects/bcmath-js/this.),','d.'),(3868,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','sourceforge.net','/projects/bcmath-js/this.),','AuB'),(3869,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','oskar-lh.name','/),','n'),(3870,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','oskar-lh.name','/),','&zX'),(3871,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mastersoup.com','/),','^'),(3872,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mastersoup.com','/),','޷N'),(3873,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mastersoup.com','/),','Bŵ'),(3874,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mastersoup.com','/),','$p'),(3875,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','doubleaw.com','/),','Rzi'),(3876,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','doubleaw.com','/),','S'),(3877,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','innerdom.sourceforge.net','/),','H=K7'),(3878,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','innerdom.sourceforge.net','/),','\r_'),(3879,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','innerdom.sourceforge.net','/),','d.'),(3880,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','innerdom.sourceforge.net','/),','zC'),(3881,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.xorax.info','/',''),(3882,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.xorax.info','/','Q'),(3883,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.xorax.info','/','b'),(3884,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.xorax.info','/','9'),(3885,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.svest.org','/),','\'f'),(3886,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.svest.org','/),','y('),(3887,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.svest.org','/),','\\P'),(3888,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.svest.org','/),','>'),(3889,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','phpjs.org','/functions/380:380','5'),(3890,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','phpjs.org','/functions/380:380','\''),(3891,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','yass.meetcweb.com','/','V'),(3892,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','yass.meetcweb.com','/','?'),(3893,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','yass.meetcweb.com','/','P'),(3894,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','yass.meetcweb.com','/','|8'),(3895,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.quirksmode.org','/js/beat.html),','*)f'),(3896,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.quirksmode.org','/js/beat.html),','\Z2'),(3897,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.quirksmode.org','/js/beat.html),','t='),(3898,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.quirksmode.org','/js/beat.html),','lT'),(3899,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','mg-crea.com','/),',''),(3900,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','mg-crea.com','/),',')<9y'),(3901,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webapp.fr','/','p'),(3902,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webapp.fr','/','x'),(3903,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webapp.fr','/','{'),(3904,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.webapp.fr','/','CZ	'),(3905,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.brantmessenger.com','/),','e'),(3906,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.brantmessenger.com','/),','!u'),(3907,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.brantmessenger.com','/),','I0'),(3908,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.brantmessenger.com','/),','>'),(3909,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','carrot.org','/),','7'),(3910,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','carrot.org','/),',''),(3911,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','simonwillison.net','/','S+'),(3912,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','simonwillison.net','/','N(U'),(3913,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.bjornroesbeke.be','/),','H'),(3914,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.bjornroesbeke.be','/),','>'),(3915,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.bjornroesbeke.be','/),','\Z#'),(3916,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.bjornroesbeke.be','/),',''),(3917,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','tech.bluesmoon.info','/),','⋡'),(3918,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','tech.bluesmoon.info','/),',''),(3919,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','tech.bluesmoon.info','/),',')ui'),(3920,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','tech.bluesmoon.info','/),','vZ.'),(3921,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.premasolutions.com','/),','2'),(3922,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.premasolutions.com','/),','/G!'),(3923,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.premasolutions.com','/),','1Ց'),(3924,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.premasolutions.com','/),','Sd'),(3925,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','pear.php.net','/user/jausions),','v'),(3926,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','pear.php.net','/user/jausions),','lּ'),(3927,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','pear.php.net','/user/jausions),','7+'),(3928,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','pear.php.net','/user/jausions),','U'),(3929,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','aidanlister.com','/),','џm'),(3930,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','aidanlister.com','/),','tX'),(3931,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','snippets.dzone.com','/user/AlexanderErmolaev),','\\'),(3932,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','snippets.dzone.com','/user/AlexanderErmolaev),','q{'),(3933,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','snippets.dzone.com','/user/AlexanderErmolaev),','~L'),(3934,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','snippets.dzone.com','/user/AlexanderErmolaev),','L'),(3935,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.james-bell.co.uk','/),','N<'),(3936,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.james-bell.co.uk','/),','N'),(3937,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.james-bell.co.uk','/),','#YW'),(3938,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.james-bell.co.uk','/),','N'),(3939,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.james-bell.co.uk','/),','O/'),(3940,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.james-bell.co.uk','/),','Kd'),(3941,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.pedrotainha.com','/','w'),(3942,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.pedrotainha.com','/','ڰu'),(3943,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.pedrotainha.com','/','>'),(3944,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.pedrotainha.com','/','OA'),(3945,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.3rd-Eden.com','/','+'),(3946,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.3rd-Eden.com','/','uK\"'),(3947,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.3rd-Eden.com','/','33'),(3948,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.3rd-Eden.com','/','&'),(3949,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.winternet.no','/','PǄ'),(3950,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.winternet.no','/','MHh'),(3951,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.winternet.no','/','+s'),(3952,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.winternet.no','/','E$'),(3953,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','wermann.com.br','/','驆'),(3954,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','wermann.com.br','/','ar&'),(3955,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','wermann.com.br','/','O'),(3956,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','wermann.com.br','/','ɿ-'),(3957,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','ryan.10e.us','/',' '),(3958,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','ryan.10e.us','/','0'),(3959,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','ryan.10e.us','/','2'),(3960,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','ryan.10e.us','/','\0\"\"L'),(3961,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.frontierwebdev.com','/),','7'),(3962,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.frontierwebdev.com','/),','i'),(3963,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.frontierwebdev.com','/),','\01'),(3964,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.frontierwebdev.com','/),',''),(3965,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.freaky-media.com','/),','2{'),(3966,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.freaky-media.com','/),',''),(3967,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.freaky-media.com','/),','+&'),(3968,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.freaky-media.com','/),','4'),(3969,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.letorbi.de','/),','̓3'),(3970,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.letorbi.de','/),','(v'),(3971,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.letorbi.de','/),','l'),(3972,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.letorbi.de','/),','pk'),(3973,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.ws3.es','/),','`M'),(3974,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.ws3.es','/),',' '),(3975,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.ws3.es','/),','M@'),(3976,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.ws3.es','/),','q3'),(3977,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nbill.co.uk','/),','*'),(3978,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nbill.co.uk','/),','M~'),(3979,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nbill.co.uk','/),','j'),(3980,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nbill.co.uk','/),','~\0'),(3981,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nbill.co.uk','/),','O/'),(3982,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.nbill.co.uk','/),','Kd'),(3983,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.terabit.ca','/),','^d'),(3984,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.terabit.ca','/),','-r'),(3985,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.terabit.ca','/),','-a'),(3986,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.terabit.ca','/),','v8'),(3987,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','developer.yahoo.com','/yui/docs/YAHOO.util.DateLocale.html,','~6-'),(3988,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','developer.yahoo.com','/yui/docs/YAHOO.util.DateLocale.html,','jQ'),(3989,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','developer.yahoo.com','/yui/docs/YAHOO.util.DateLocale.html,','9`y'),(3990,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','developer.yahoo.com','/yui/docs/YAHOO.util.DateLocale.html,',''),(3991,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','hacks.bluesmoon.info','/strftime/strftime.js,','fν'),(3992,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','hacks.bluesmoon.info','/strftime/strftime.js,','s'),(3993,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','hacks.bluesmoon.info','/strftime/strftime.js,',')ui'),(3994,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','hacks.bluesmoon.info','/strftime/strftime.js,','r'),(3995,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','benblume.co.uk','/),','!'),(3996,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','benblume.co.uk','/),',''),(3997,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','benblume.co.uk','/),','O/'),(3998,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','benblume.co.uk','/),','Kd'),(3999,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','dt.in.th','/2008-09-16.string-length-in-bytes.html),','mRz'),(4000,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','dt.in.th','/2008-09-16.string-length-in-bytes.html),',''),(4001,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','dt.in.th','/2008-09-16.string-length-in-bytes.html),','o'),(4002,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','dt.in.th','/2008-09-16.string-length-in-bytes.html),','X'),(4003,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.residence-mixte.com','/),','['),(4004,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.residence-mixte.com','/),','! '),(4005,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.residence-mixte.com','/),','7#'),(4006,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.residence-mixte.com','/),','\Z'),(4007,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','lucassmith.name','/','6'),(4008,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','lucassmith.name','/','f<'),(4009,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.distantia.ca','/),','\0'),(4010,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.distantia.ca','/),','0u'),(4011,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.distantia.ca','/),','Z]'),(4012,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.distantia.ca','/),',''),(4013,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','\Z.6'),(4014,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','a'),(4015,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','!'),(4016,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','W'),(4017,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/keymaster/gatekeeper/there.is.only.xul','k7'),(4018,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/keymaster/gatekeeper/there.is.only.xul','8#?'),(4019,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/keymaster/gatekeeper/there.is.only.xul','}'),(4020,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/keymaster/gatekeeper/there.is.only.xul','5o'),(4021,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/newlayout/xml/parsererror.xml','k7'),(4022,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/newlayout/xml/parsererror.xml','{'),(4023,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/newlayout/xml/parsererror.xml','}'),(4024,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.mozilla.org','/newlayout/xml/parsererror.xml',')'),(4025,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','\Z.6'),(4026,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','a'),(4027,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','!'),(4028,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','W'),(4029,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','\Z.6'),(4030,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','a'),(4031,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','!'),(4032,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','W'),(4033,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','\Z.6'),(4034,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','a'),(4035,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','!'),(4036,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','W'),(4037,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','\Z.6'),(4038,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','a'),(4039,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','!'),(4040,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','W'),(4041,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','\Z.6'),(4042,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','a'),(4043,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','!'),(4044,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','www.w3.org','/1999/xhtml','W'),(4045,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg','www.w3.org','/2000/svg','\Z.6'),(4046,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg','www.w3.org','/2000/svg','\Z~4/'),(4047,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg','www.w3.org','/2000/svg','!'),(4048,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg','www.w3.org','/2000/svg','&28'),(4049,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0','GA'),(4050,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0','\nt'),(4051,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0',''),(4052,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0','S?'),(4053,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg','www.w3.org','/2000/svg','\Z.6'),(4054,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg','www.w3.org','/2000/svg','\Z~4/'),(4055,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg','www.w3.org','/2000/svg','!'),(4056,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg','www.w3.org','/2000/svg','&28'),(4057,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4058,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4059,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/vault','_r'),(4060,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/vault','z\n}'),(4061,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4062,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4063,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4064,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4065,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4066,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4067,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4068,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4069,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftcentral.com','/','>lyd'),(4070,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftcentral.com','/','vǆ'),(4071,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftcentral.com','/','>lyd'),(4072,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftcentral.com','/','vǆ'),(4073,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','wordpress.org','/support/plugin/updraftplus/reviews/','\'ľ'),(4074,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','wordpress.org','/support/plugin/updraftplus/reviews/','G'),(4075,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/newsletter-signup','_r'),(4076,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/newsletter-signup','Ac\0'),(4077,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4078,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4079,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','wordpress.org','/plugins/wp-optimize/','\'ľ'),(4080,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','wordpress.org','/plugins/wp-optimize/','ܵ'),(4081,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4082,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4083,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4084,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4085,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4086,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4087,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4088,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4089,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4090,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4091,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/','_r'),(4092,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php','updraftplus.com','/','ʛ'),(4093,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4094,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4095,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg','www.w3.org','/2000/svg','!'),(4096,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg','www.w3.org','/2000/svg','&28'),(4097,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4098,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4099,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg','www.w3.org','/2000/svg','!'),(4100,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg','www.w3.org','/2000/svg','&28'),(4101,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(4102,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(4103,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(4104,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(4105,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0','GA'),(4106,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0','\nt'),(4107,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0',''),(4108,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php','aws.amazon.com','/apache2.0','S?'),(4109,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4110,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4111,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg','www.w3.org','/2000/svg','!'),(4112,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg','www.w3.org','/2000/svg','&28'),(4113,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4114,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4115,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg','www.w3.org','/2000/svg','!'),(4116,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg','www.w3.org','/2000/svg','&28'),(4117,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/2000/svg','\Z.6'),(4118,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/2000/svg','\Z~4/'),(4119,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/2000/svg','!'),(4120,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/2000/svg','&28'),(4121,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/1999/xlink','\Z.6'),(4122,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/1999/xlink','	'),(4123,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/1999/xlink','!'),(4124,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.w3.org','/1999/xlink','1x'),(4125,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.bohemiancoding.com','/sketch',''),(4126,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.bohemiancoding.com','/sketch','G'),(4127,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(4128,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','www.bohemiancoding.com','/sketch','Y'),(4129,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','lo'),(4130,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','3'),(4131,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','!'),(4132,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','d'),(4133,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0','GA'),(4134,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0','\nt'),(4135,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0',''),(4136,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0','S?'),(4137,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg','www.w3.org','/2000/svg','\Z.6'),(4138,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg','www.w3.org','/2000/svg','\Z~4/'),(4139,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg','www.w3.org','/2000/svg','!'),(4140,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg','www.w3.org','/2000/svg','&28'),(4141,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php','aws.amazon.com','/apache2.0','GA'),(4142,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php','aws.amazon.com','/apache2.0','\nt'),(4143,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php','aws.amazon.com','/apache2.0',''),(4144,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php','aws.amazon.com','/apache2.0','S?'),(4145,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4146,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4147,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','www.w3.org','/2000/svg','!'),(4148,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','www.w3.org','/2000/svg','&28'),(4149,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4150,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4151,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4152,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4153,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4154,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4155,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg','www.w3.org','/2000/svg','!'),(4156,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg','www.w3.org','/2000/svg','&28'),(4157,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4158,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4159,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg','www.w3.org','/2000/svg','!'),(4160,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg','www.w3.org','/2000/svg','&28'),(4161,'wp-content/plugins/revslider/includes/framework/woocommerce.class.php','www.themepunch.com','/','*'),(4162,'wp-content/plugins/revslider/includes/framework/woocommerce.class.php','www.themepunch.com','/',''),(4163,'wp-content/plugins/revslider/includes/framework/woocommerce.class.php','www.themepunch.com','/','d'),(4164,'wp-content/plugins/revslider/includes/framework/woocommerce.class.php','www.themepunch.com','/','LP'),(4165,'wp-content/plugins/updraftplus/central/listener.php','updraftplus.com','/','_r'),(4166,'wp-content/plugins/updraftplus/central/listener.php','updraftplus.com','/','ʛ'),(4167,'wp-content/plugins/updraftplus/includes/class-remote-send.php','updraftplus.com','/faqs/how-do-i-migrate-to-a-new-site-location/','_r'),(4168,'wp-content/plugins/updraftplus/includes/class-remote-send.php','updraftplus.com','/faqs/how-do-i-migrate-to-a-new-site-location/','\'D<L'),(4169,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4170,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4171,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4172,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4173,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4174,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4175,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4176,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4177,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','lo'),(4178,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','3'),(4179,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','!'),(4180,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php','www.kokkonen.net','/tjko/projects.html','d'),(4181,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0','GA'),(4182,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0','\nt'),(4183,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0',''),(4184,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0','S?'),(4185,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4186,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4187,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg','www.w3.org','/2000/svg','!'),(4188,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg','www.w3.org','/2000/svg','&28'),(4189,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4190,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4191,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4192,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4193,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/','\Z}{E'),(4194,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/','ዧ'),(4195,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/',''),(4196,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/','~Ɂ'),(4197,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','O'),(4198,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','\Zzq'),(4199,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','Q'),(4200,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','u.u'),(4201,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','O'),(4202,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','/z'),(4203,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','Q'),(4204,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','XB'),(4205,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','O'),(4206,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','֪'),(4207,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','Q'),(4208,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','V\"'),(4209,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','O'),(4210,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','D'),(4211,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','Q'),(4212,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','<,'),(4213,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','O'),(4214,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','JЌ'),(4215,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','Q'),(4216,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','*m'),(4217,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','O'),(4218,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','+Kf'),(4219,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','Q'),(4220,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','ܿ'),(4221,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/2000/svg','\Z.6'),(4222,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/2000/svg','\Z~4/'),(4223,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/2000/svg','!'),(4224,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/2000/svg','&28'),(4225,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/1999/xlink','\Z.6'),(4226,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/1999/xlink','	'),(4227,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/1999/xlink','!'),(4228,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.w3.org','/1999/xlink','1x'),(4229,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.bohemiancoding.com','/sketch',''),(4230,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.bohemiancoding.com','/sketch','G'),(4231,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(4232,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','www.bohemiancoding.com','/sketch','Y'),(4233,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg','www.w3.org','/2000/svg','\Z.6'),(4234,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg','www.w3.org','/2000/svg','\Z~4/'),(4235,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg','www.w3.org','/2000/svg','!'),(4236,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg','www.w3.org','/2000/svg','&28'),(4237,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4238,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4239,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg','www.w3.org','/2000/svg','!'),(4240,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg','www.w3.org','/2000/svg','&28'),(4241,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php','aws.amazon.com','/apache2.0','GA'),(4242,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php','aws.amazon.com','/apache2.0','\nt'),(4243,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php','aws.amazon.com','/apache2.0',''),(4244,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php','aws.amazon.com','/apache2.0','S?'),(4245,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4246,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4247,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4248,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4249,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4250,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4251,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4252,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4253,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(4254,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(4255,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4256,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4257,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4258,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4259,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(4260,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(4261,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4262,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4263,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4264,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4265,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/','\Z}{E'),(4266,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/','Gj'),(4267,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/',''),(4268,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/','Ƨ'),(4269,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','O'),(4270,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','f1'),(4271,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','Q'),(4272,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','	'),(4273,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','O'),(4274,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','p'),(4275,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','Q'),(4276,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','K'),(4277,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','O'),(4278,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','5^'),(4279,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','Q'),(4280,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','qq*'),(4281,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4282,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4283,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg','www.w3.org','/2000/svg','!'),(4284,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg','www.w3.org','/2000/svg','&28'),(4285,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4286,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4287,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg','www.w3.org','/2000/svg','!'),(4288,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg','www.w3.org','/2000/svg','&28'),(4289,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4290,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4291,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg','www.w3.org','/2000/svg','!'),(4292,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg','www.w3.org','/2000/svg','&28'),(4293,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php','aws.amazon.com','/apache2.0','GA'),(4294,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php','aws.amazon.com','/apache2.0','\nt'),(4295,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php','aws.amazon.com','/apache2.0',''),(4296,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php','aws.amazon.com','/apache2.0','S?'),(4297,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg','www.w3.org','/2000/svg','\Z.6'),(4298,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg','www.w3.org','/2000/svg','\Z~4/'),(4299,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg','www.w3.org','/2000/svg','!'),(4300,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg','www.w3.org','/2000/svg','&28'),(4301,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4302,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4303,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg','www.w3.org','/2000/svg','!'),(4304,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg','www.w3.org','/2000/svg','&28'),(4305,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4306,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4307,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg','www.w3.org','/2000/svg','!'),(4308,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg','www.w3.org','/2000/svg','&28'),(4309,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4310,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4311,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4312,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4313,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0','GA'),(4314,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0','\nt'),(4315,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0',''),(4316,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php','aws.amazon.com','/apache2.0','S?'),(4317,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg','www.w3.org','/2000/svg','\Z.6'),(4318,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg','www.w3.org','/2000/svg','\Z~4/'),(4319,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg','www.w3.org','/2000/svg','!'),(4320,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg','www.w3.org','/2000/svg','&28'),(4321,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4322,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4323,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg','www.w3.org','/2000/svg','!'),(4324,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg','www.w3.org','/2000/svg','&28'),(4325,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4326,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4327,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg','www.w3.org','/2000/svg','!'),(4328,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg','www.w3.org','/2000/svg','&28'),(4329,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg','www.w3.org','/2000/svg','\Z.6'),(4330,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg','www.w3.org','/2000/svg','\Z~4/'),(4331,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg','www.w3.org','/2000/svg','!'),(4332,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg','www.w3.org','/2000/svg','&28'),(4333,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','GA'),(4334,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','\nt'),(4335,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0',''),(4336,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','S?'),(4337,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4338,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4339,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4340,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4341,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4342,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4343,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4344,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4345,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg','www.w3.org','/2000/svg','\Z.6'),(4346,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg','www.w3.org','/2000/svg','\Z~4/'),(4347,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg','www.w3.org','/2000/svg','!'),(4348,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg','www.w3.org','/2000/svg','&28'),(4349,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','stackoverflow.com','/questions/7105433/windows-batch-echo-without-new-line','X_'),(4350,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','stackoverflow.com','/questions/7105433/windows-batch-echo-without-new-line','?pz'),(4351,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','@T'),(4352,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','Y'),(4353,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','7+'),(4354,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','lJ\''),(4355,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4356,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4357,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4358,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4359,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php','optipng.sourceforge.net','/','Z7'),(4360,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php','optipng.sourceforge.net','/','x'),(4361,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php','optipng.sourceforge.net','/','d.'),(4362,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php','optipng.sourceforge.net','/',''),(4363,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4364,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4365,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4366,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4367,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4368,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4369,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg','www.w3.org','/2000/svg','!'),(4370,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg','www.w3.org','/2000/svg','&28'),(4371,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4372,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4373,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg','www.w3.org','/2000/svg','!'),(4374,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg','www.w3.org','/2000/svg','&28'),(4375,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(4376,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(4377,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4378,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4379,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg','www.w3.org','/2000/svg','!'),(4380,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg','www.w3.org','/2000/svg','&28'),(4381,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4382,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4383,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg','www.w3.org','/2000/svg','!'),(4384,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg','www.w3.org','/2000/svg','&28'),(4385,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4386,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4387,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4388,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4389,'wp-content/updraft/plugins-old/updraftplus/includes/azure-extensions.php','github.com','/Azure/azure-sdk-for-php/issues/758',':\0$'),(4390,'wp-content/updraft/plugins-old/updraftplus/includes/azure-extensions.php','github.com','/Azure/azure-sdk-for-php/issues/758','Rݰ'),(4391,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0','GA'),(4392,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0','\nt'),(4393,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0',''),(4394,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0','S?'),(4395,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3','GA'),(4396,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3',']|'),(4397,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3',''),(4398,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3','m\Z'),(4399,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0','GA'),(4400,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0','\nt'),(4401,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0',''),(4402,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0','S?'),(4403,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4404,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4405,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg','www.w3.org','/2000/svg','!'),(4406,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg','www.w3.org','/2000/svg','&28'),(4407,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4408,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4409,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg','www.w3.org','/2000/svg','!'),(4410,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg','www.w3.org','/2000/svg','&28'),(4411,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php','www.w3schools.com','/tags/att_global_id.asp',''),(4412,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php','www.w3schools.com','/tags/att_global_id.asp','t'),(4413,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php','www.w3schools.com','/tags/att_global_id.asp','{'),(4414,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(4415,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/',''),(4416,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/','Wp'),(4417,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/','Ԣ'),(4418,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/','u'),(4419,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/','*'),(4420,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/',''),(4421,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/','d'),(4422,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/','LP'),(4423,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-revolution-documentation/','*'),(4424,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-revolution-documentation/','ɯ ^'),(4425,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-revolution-documentation/','d'),(4426,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-revolution-documentation/','}@'),(4427,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-settings/','*'),(4428,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-settings/','̄#'),(4429,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-settings/','d'),(4430,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/slider-settings/','k.'),(4431,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/','*'),(4432,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/',''),(4433,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/','d'),(4434,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/','R'),(4435,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/','*'),(4436,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/',''),(4437,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/','d'),(4438,'wp-content/plugins/revslider/includes/globals.class.php','www.themepunch.com','/revslider-doc/individual-slide-settings/','R'),(4439,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0','GA'),(4440,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0','\nt'),(4441,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0',''),(4442,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php','aws.amazon.com','/apache2.0','S?'),(4443,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0','GA'),(4444,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0','\nt'),(4445,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0',''),(4446,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0','S?'),(4447,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg','www.w3.org','/2000/svg','\Z.6'),(4448,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg','www.w3.org','/2000/svg','\Z~4/'),(4449,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg','www.w3.org','/2000/svg','!'),(4450,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg','www.w3.org','/2000/svg','&28'),(4451,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4452,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4453,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4454,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4455,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','developers.google.com','/genomics/v1beta2/reference','\Z}{E'),(4456,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','developers.google.com','/genomics/v1beta2/reference','1s0'),(4457,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','developers.google.com','/genomics/v1beta2/reference',''),(4458,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','developers.google.com','/genomics/v1beta2/reference',''),(4459,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/bigquery','O'),(4460,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/bigquery','c'),(4461,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/bigquery','Q'),(4462,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/bigquery','$'),(4463,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/devstorage.read_write','O'),(4464,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/devstorage.read_write','^'),(4465,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(4466,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(4467,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics','O'),(4468,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics','+2y'),(4469,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics','Q'),(4470,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics','nY'),(4471,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics.readonly','O'),(4472,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics.readonly','5n+'),(4473,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics.readonly','Q'),(4474,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php','www.googleapis.com','/auth/genomics.readonly','w'),(4475,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0','GA'),(4476,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0','\nt'),(4477,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0',''),(4478,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0','S?'),(4479,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0','GA'),(4480,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0','\nt'),(4481,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0',''),(4482,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php','aws.amazon.com','/apache2.0','S?'),(4483,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php','www.w3schools.com','/tags/att_global_id.asp',''),(4484,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php','www.w3schools.com','/tags/att_global_id.asp','t'),(4485,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php','www.w3schools.com','/tags/att_global_id.asp','{'),(4486,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(4487,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4488,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4489,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg','www.w3.org','/2000/svg','!'),(4490,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg','www.w3.org','/2000/svg','&28'),(4491,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4492,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4493,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg','www.w3.org','/2000/svg','!'),(4494,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg','www.w3.org','/2000/svg','&28'),(4495,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4496,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4497,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg','www.w3.org','/2000/svg','!'),(4498,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg','www.w3.org','/2000/svg','&28'),(4499,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php','kJ'),(4500,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php',';E'),(4501,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php','JDG'),(4502,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php','F'),(4503,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/','j'),(4504,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/','hH'),(4505,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/',''),(4506,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/',':O'),(4507,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4508,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4509,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg','www.w3.org','/2000/svg','!'),(4510,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg','www.w3.org','/2000/svg','&28'),(4511,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg','www.w3.org','/2000/svg','\Z.6'),(4512,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg','www.w3.org','/2000/svg','\Z~4/'),(4513,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg','www.w3.org','/2000/svg','!'),(4514,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg','www.w3.org','/2000/svg','&28'),(4515,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php','aws.amazon.com','/apache2.0','GA'),(4516,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php','aws.amazon.com','/apache2.0','\nt'),(4517,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php','aws.amazon.com','/apache2.0',''),(4518,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php','aws.amazon.com','/apache2.0','S?'),(4519,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4520,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4521,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4522,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4523,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4524,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4525,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4526,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4527,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(4528,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(4529,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4530,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4531,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4532,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4533,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(4534,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(4535,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4536,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4537,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg','www.w3.org','/2000/svg','!'),(4538,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg','www.w3.org','/2000/svg','&28'),(4539,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg','www.w3.org','/2000/svg','\Z.6'),(4540,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg','www.w3.org','/2000/svg','\Z~4/'),(4541,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg','www.w3.org','/2000/svg','!'),(4542,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg','www.w3.org','/2000/svg','&28'),(4543,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4544,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4545,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4546,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4547,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','developers.google.com','/google-apps/tasks/firstapp','\Z}{E'),(4548,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','developers.google.com','/google-apps/tasks/firstapp',''),(4549,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','developers.google.com','/google-apps/tasks/firstapp',''),(4550,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','developers.google.com','/google-apps/tasks/firstapp','Y'),(4551,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks','O'),(4552,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks','-5'),(4553,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks','Q'),(4554,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks',''),(4555,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks.readonly','O'),(4556,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks.readonly','H@'),(4557,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks.readonly','Q'),(4558,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php','www.googleapis.com','/auth/tasks.readonly','h'),(4559,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4560,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4561,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4562,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4563,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4564,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4565,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4566,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4567,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(4568,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(4569,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4570,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4571,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4572,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4573,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(4574,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(4575,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4576,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4577,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg','www.w3.org','/2000/svg','!'),(4578,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg','www.w3.org','/2000/svg','&28'),(4579,'wp-content/themes/bridge/framework/admin/options/general/map.php','www.mydomain.com','/forum/)','d]'),(4580,'wp-content/themes/bridge/framework/admin/options/general/map.php','www.mydomain.com','/forum/)',''),(4581,'wp-content/themes/bridge/framework/admin/options/general/map.php','www.mydomain.com','/forum/)','\ny'),(4582,'wp-content/themes/bridge/framework/admin/options/general/map.php','www.mydomain.com','/forum/)','3@'),(4583,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','Z'),(4584,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','\\'),(4585,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','2J'),(4586,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','www.doctrine-project.org','/','z,'),(4587,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4588,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4589,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg','www.w3.org','/2000/svg','!'),(4590,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg','www.w3.org','/2000/svg','&28'),(4591,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4592,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4593,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg','www.w3.org','/2000/svg','!'),(4594,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg','www.w3.org','/2000/svg','&28'),(4595,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4596,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4597,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg','www.w3.org','/2000/svg','!'),(4598,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg','www.w3.org','/2000/svg','&28'),(4599,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4600,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4601,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4602,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4603,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4604,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4605,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg','www.w3.org','/2000/svg','!'),(4606,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg','www.w3.org','/2000/svg','&28'),(4607,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php','aws.amazon.com','/apache2.0','GA'),(4608,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php','aws.amazon.com','/apache2.0','\nt'),(4609,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php','aws.amazon.com','/apache2.0',''),(4610,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php','aws.amazon.com','/apache2.0','S?'),(4611,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4612,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4613,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg','www.w3.org','/2000/svg','!'),(4614,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg','www.w3.org','/2000/svg','&28'),(4615,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4616,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4617,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg','www.w3.org','/2000/svg','!'),(4618,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg','www.w3.org','/2000/svg','&28'),(4619,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4620,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4621,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4622,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4623,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg','www.w3.org','/2000/svg','\Z.6'),(4624,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(4625,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg','www.w3.org','/2000/svg','!'),(4626,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg','www.w3.org','/2000/svg','&28'),(4627,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4628,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4629,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4630,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4631,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0','GA'),(4632,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0','\nt'),(4633,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0',''),(4634,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0','S?'),(4635,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4636,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4637,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4638,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4639,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/updraftcentral','_r'),(4640,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/updraftcentral','M4'),(4641,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','wordpress.org','/plugins/updraftcentral/','\'ľ'),(4642,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','wordpress.org','/plugins/updraftcentral/','Ԅ\\2'),(4643,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/data-protection-and-privacy-centre/','_r'),(4644,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/data-protection-and-privacy-centre/','/'),(4645,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/2000/svg','\Z.6'),(4646,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/2000/svg','\Z~4/'),(4647,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/2000/svg','!'),(4648,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/2000/svg','&28'),(4649,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/1999/xlink','\Z.6'),(4650,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/1999/xlink','	'),(4651,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/1999/xlink','!'),(4652,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.w3.org','/1999/xlink','1x'),(4653,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.bohemiancoding.com','/sketch',''),(4654,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.bohemiancoding.com','/sketch','G'),(4655,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(4656,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','www.bohemiancoding.com','/sketch','Y'),(4657,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/','s'),(4658,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/','VJ('),(4659,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/','$)9'),(4660,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/',''),(4661,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/','s'),(4662,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/','Yr'),(4663,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/','$)9'),(4664,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/',''),(4665,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','3\"f'),(4666,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','E'),(4667,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','S'),(4668,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','e('),(4669,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token','3\"f'),(4670,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token','fL'),(4671,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token','S'),(4672,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token',''),(4673,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/',''),(4674,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/','%_'),(4675,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/','1k'),(4676,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/','?'),(4677,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/',''),(4678,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/','k'),(4679,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/','1k'),(4680,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/',''),(4681,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','58'),(4682,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','+'),(4683,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','8'),(4684,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','؂'),(4685,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token','58'),(4686,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token','I'),(4687,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token','8'),(4688,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token',''),(4689,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php','www.w3schools.com','/tags/att_global_id.asp',''),(4690,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php','www.w3schools.com','/tags/att_global_id.asp','t'),(4691,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php','www.w3schools.com','/tags/att_global_id.asp','{'),(4692,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(4693,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0','GA'),(4694,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0','\nt'),(4695,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0',''),(4696,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php','aws.amazon.com','/apache2.0','S?'),(4697,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4698,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4699,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4700,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4701,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','malsup.com','/jquery/block/',''),(4702,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','malsup.com','/jquery/block/','kH'),(4703,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(4704,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php','4'),(4705,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php',''),(4706,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(4707,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html',''),(4708,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html',''),(4709,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html','{\''),(4710,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.gnu.org','/licenses/gpl.html','+\0ri'),(4711,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.google.com','/search','G'),(4712,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.google.com','/search','O'),(4713,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.google.com','/search',''),(4714,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','www.google.com','/search','7`'),(4715,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(4716,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(4717,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(4718,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js','groups.google.com','/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493',''),(4719,'wp-content/plugins/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/','\0'),(4720,'wp-content/plugins/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/',';C^'),(4721,'wp-content/plugins/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/','$'),(4722,'wp-content/plugins/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/','|h'),(4723,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/news/','_r'),(4724,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/news/',''),(4725,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(4726,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(4727,'wp-content/plugins/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','`T'),(4728,'wp-content/plugins/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','d#'),(4729,'wp-content/plugins/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','Q'),(4730,'wp-content/plugins/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','Y'),(4731,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(4732,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(4733,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/landing/updraftplus-premium','_r'),(4734,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/landing/updraftplus-premium','bj'),(4735,'wp-content/plugins/updraftplus/admin.php','example.com','/','y'),(4736,'wp-content/plugins/updraftplus/admin.php','example.com','/','sن'),(4737,'wp-content/plugins/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','I'),(4738,'wp-content/plugins/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','1'),(4739,'wp-content/plugins/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','\'ľ'),(4740,'wp-content/plugins/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','I'),(4741,'wp-content/plugins/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','!w'),(4742,'wp-content/plugins/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663',':_'),(4743,'wp-content/plugins/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','~'),(4744,'wp-content/plugins/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','R'),(4745,'wp-content/plugins/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','\'ľ'),(4746,'wp-content/plugins/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','k{'),(4747,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/','_r'),(4748,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/','ʛ'),(4749,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/my-scheduled-backups-and-pressing-backup-now-does-nothing-however-pressing-debug-backup-does-produce-a-backup/','_r'),(4750,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/my-scheduled-backups-and-pressing-backup-now-does-nothing-however-pressing-debug-backup-does-produce-a-backup/','N2'),(4751,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/i-am-having-trouble-backing-up-and-my-web-hosting-company-uses-the-litespeed-webserver/','_r'),(4752,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/i-am-having-trouble-backing-up-and-my-web-hosting-company-uses-the-litespeed-webserver/',''),(4753,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/scheduler-wordpress-installation-working/','_r'),(4754,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/scheduler-wordpress-installation-working/','( r'),(4755,'wp-content/plugins/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','L'),(4756,'wp-content/plugins/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','N6'),(4757,'wp-content/plugins/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','P#'),(4758,'wp-content/plugins/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','S\''),(4759,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/forums/topic/pclzip_err_bad_format-10-invalid-archive-structure/','_r'),(4760,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/forums/topic/pclzip_err_bad_format-10-invalid-archive-structure/','h:yM'),(4761,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/do-you-have-a-javascript-or-jquery-error/','_r'),(4762,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/do-you-have-a-javascript-or-jquery-error/','#H'),(4763,'wp-content/plugins/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','`I'),(4764,'wp-content/plugins/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','Y8O'),(4765,'wp-content/plugins/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','|]'),(4766,'wp-content/plugins/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','\"'),(4767,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(4768,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(4769,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(4770,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(4771,'wp-content/plugins/updraftplus/admin.php','updraftcentral.com','/','>lyd'),(4772,'wp-content/plugins/updraftplus/admin.php','updraftcentral.com','/','vǆ'),(4773,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/landing/vault/','_r'),(4774,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/landing/vault/','f^\Z'),(4775,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/problems-with-extra-white-space/','_r'),(4776,'wp-content/plugins/updraftplus/admin.php','updraftplus.com','/problems-with-extra-white-space/','\r'),(4777,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(4778,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(4779,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(4780,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(4781,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','aws.amazon.com','/apache2.0','GA'),(4782,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','aws.amazon.com','/apache2.0','\nt'),(4783,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','aws.amazon.com','/apache2.0',''),(4784,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','aws.amazon.com','/apache2.0','S?'),(4785,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadAbort.html','|B'),(4786,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadAbort.html','U}'),(4787,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadAbort.html','GA'),(4788,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadAbort.html',''),(4789,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadAbort.html',''),(4790,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadAbort.html','m'),(4791,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadComplete.html','|B'),(4792,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadComplete.html','PX\\'),(4793,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadComplete.html','GA'),(4794,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadComplete.html','%'),(4795,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadComplete.html',''),(4796,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadComplete.html','8'),(4797,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(4798,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(4799,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(4800,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(4801,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectCOPY.html','|B'),(4802,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectCOPY.html','V^'),(4803,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectCOPY.html','GA'),(4804,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectCOPY.html','ל`'),(4805,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectCOPY.html',''),(4806,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectCOPY.html','U'),(4807,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(4808,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(4809,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(4810,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(4811,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUT.html','|B'),(4812,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUT.html','0CX'),(4813,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUT.html','GA'),(4814,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUT.html','{4'),(4815,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUT.html',''),(4816,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUT.html','^'),(4817,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(4818,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(4819,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(4820,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(4821,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadInitiate.html','|B'),(4822,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadInitiate.html','4բ)'),(4823,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadInitiate.html','GA'),(4824,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadInitiate.html',''),(4825,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadInitiate.html',''),(4826,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadInitiate.html',' @'),(4827,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(4828,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(4829,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(4830,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(4831,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETE.html','|B'),(4832,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETE.html','}7'),(4833,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETE.html','GA'),(4834,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETE.html','+D@`'),(4835,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETE.html',''),(4836,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETE.html','9E'),(4837,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEcors.html','|B'),(4838,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEcors.html','2'),(4839,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEcors.html','GA'),(4840,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEcors.html','#^i'),(4841,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEcors.html',''),(4842,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEcors.html',''),(4843,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETElifecycle.html','|B'),(4844,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETElifecycle.html',';'),(4845,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETElifecycle.html','GA'),(4846,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETElifecycle.html','?'),(4847,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETElifecycle.html',''),(4848,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETElifecycle.html','ȍ'),(4849,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEpolicy.html','|B'),(4850,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEpolicy.html','9'),(4851,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEpolicy.html','GA'),(4852,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEpolicy.html','~T'),(4853,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEpolicy.html',''),(4854,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEpolicy.html','hm\''),(4855,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEtagging.html','|B'),(4856,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEtagging.html','c\n'),(4857,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEtagging.html','GA'),(4858,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEtagging.html',''),(4859,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEtagging.html',''),(4860,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEtagging.html','w3$'),(4861,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEwebsite.html','|B'),(4862,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEwebsite.html','OC'),(4863,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEwebsite.html','GA'),(4864,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEwebsite.html','Rtr'),(4865,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEwebsite.html',''),(4866,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketDELETEwebsite.html','g\''),(4867,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectDELETE.html','|B'),(4868,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectDELETE.html','Vf'),(4869,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectDELETE.html','GA'),(4870,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectDELETE.html','~o'),(4871,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectDELETE.html',''),(4872,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectDELETE.html','l'),(4873,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/multiobjectdeleteapi.html','|B'),(4874,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/multiobjectdeleteapi.html',''),(4875,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/multiobjectdeleteapi.html','GA'),(4876,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/multiobjectdeleteapi.html','w!AI'),(4877,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/multiobjectdeleteapi.html',''),(4878,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/multiobjectdeleteapi.html',' 5'),(4879,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(4880,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(4881,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(4882,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(4883,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETacl.html','|B'),(4884,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETacl.html',''),(4885,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETacl.html','GA'),(4886,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETacl.html','m̰'),(4887,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETacl.html',''),(4888,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETacl.html','	+'),(4889,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETcors.html','|B'),(4890,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETcors.html','7F'),(4891,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETcors.html','GA'),(4892,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETcors.html','OW'),(4893,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETcors.html',''),(4894,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETcors.html','s'),(4895,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlifecycle.html','|B'),(4896,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlifecycle.html','R '),(4897,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlifecycle.html','GA'),(4898,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlifecycle.html','%a&'),(4899,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlifecycle.html',''),(4900,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlifecycle.html',':'),(4901,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlocation.html','|B'),(4902,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlocation.html','mC'),(4903,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlocation.html','GA'),(4904,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlocation.html','lu'),(4905,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlocation.html',''),(4906,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlocation.html','ۖ'),(4907,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlogging.html','|B'),(4908,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlogging.html','BG'),(4909,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlogging.html','GA'),(4910,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlogging.html','(3'),(4911,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlogging.html',''),(4912,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETlogging.html','$.Og'),(4913,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETnotification.html','|B'),(4914,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETnotification.html','Y\''),(4915,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETnotification.html','GA'),(4916,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETnotification.html','ܻ'),(4917,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETnotification.html',''),(4918,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETnotification.html','|o'),(4919,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETpolicy.html','|B'),(4920,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETpolicy.html','R\'a'),(4921,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETpolicy.html','GA'),(4922,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETpolicy.html','p'),(4923,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETpolicy.html',''),(4924,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETpolicy.html','!%'),(4925,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentGET.html','|B'),(4926,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentGET.html','2a '),(4927,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentGET.html','GA'),(4928,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentGET.html','n'),(4929,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentGET.html',''),(4930,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentGET.html','(Ɩ'),(4931,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETtagging.html','|B'),(4932,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETtagging.html','0[P'),(4933,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETtagging.html','GA'),(4934,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETtagging.html','0d'),(4935,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETtagging.html',''),(4936,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETtagging.html','PYM'),(4937,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETversioningStatus.html','|B'),(4938,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETversioningStatus.html','_'),(4939,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETversioningStatus.html','GA'),(4940,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETversioningStatus.html',''),(4941,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETversioningStatus.html',''),(4942,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETversioningStatus.html','HE'),(4943,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETwebsite.html','|B'),(4944,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETwebsite.html','.'),(4945,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETwebsite.html','GA'),(4946,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETwebsite.html','&'),(4947,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETwebsite.html',''),(4948,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETwebsite.html','4k'),(4949,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGET.html','|B'),(4950,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGET.html','H'),(4951,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGET.html','GA'),(4952,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGET.html',')'),(4953,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGET.html',''),(4954,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGET.html','%'),(4955,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETacl.html','|B'),(4956,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETacl.html','I'),(4957,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETacl.html','GA'),(4958,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETacl.html','Vh'),(4959,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETacl.html',''),(4960,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETacl.html','y}'),(4961,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETtorrent.html','|B'),(4962,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETtorrent.html',''),(4963,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETtorrent.html','GA'),(4964,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETtorrent.html','5I,8'),(4965,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETtorrent.html',''),(4966,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectGETtorrent.html','6\"'),(4967,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketHEAD.html','|B'),(4968,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketHEAD.html','KI'),(4969,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketHEAD.html','GA'),(4970,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketHEAD.html','P+'),(4971,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketHEAD.html',''),(4972,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketHEAD.html','fN'),(4973,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectHEAD.html','|B'),(4974,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectHEAD.html','q'),(4975,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectHEAD.html','GA'),(4976,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectHEAD.html','\"U'),(4977,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectHEAD.html',''),(4978,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectHEAD.html','Td'),(4979,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTServiceGET.html','|B'),(4980,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTServiceGET.html','ү'),(4981,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTServiceGET.html','GA'),(4982,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTServiceGET.html','S'),(4983,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTServiceGET.html',''),(4984,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTServiceGET.html',''),(4985,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListMPUpload.html','|B'),(4986,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListMPUpload.html','KT'),(4987,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListMPUpload.html','GA'),(4988,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListMPUpload.html','m1'),(4989,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListMPUpload.html',''),(4990,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListMPUpload.html','i}'),(4991,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETVersion.html','|B'),(4992,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETVersion.html','pt'),(4993,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETVersion.html','GA'),(4994,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETVersion.html',''),(4995,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETVersion.html',''),(4996,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGETVersion.html','q'),(4997,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGET.html','|B'),(4998,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGET.html','x)'),(4999,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGET.html','GA'),(5000,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGET.html','(+'),(5001,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGET.html',''),(5002,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketGET.html',''),(5003,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListParts.html','|B'),(5004,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListParts.html','Є\rF'),(5005,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListParts.html','GA'),(5006,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListParts.html','ia'),(5007,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListParts.html',''),(5008,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadListParts.html',''),(5009,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTacl.html','|B'),(5010,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTacl.html','Zst'),(5011,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTacl.html','GA'),(5012,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTacl.html','kn'),(5013,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTacl.html',''),(5014,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTacl.html','im'),(5015,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5016,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5017,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5018,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5019,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(5020,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','G'),(5021,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','!'),(5022,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','ni'),(5023,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTcors.html','|B'),(5024,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTcors.html','g'),(5025,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTcors.html','GA'),(5026,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTcors.html','סh'),(5027,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTcors.html',''),(5028,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTcors.html','tYh'),(5029,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5030,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5031,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5032,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5033,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlifecycle.html','|B'),(5034,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlifecycle.html','Ҏ'),(5035,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlifecycle.html','GA'),(5036,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlifecycle.html','$u'),(5037,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlifecycle.html',''),(5038,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlifecycle.html','7`'),(5039,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5040,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5041,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5042,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5043,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5044,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5045,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5046,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5047,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlogging.html','|B'),(5048,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlogging.html','k['),(5049,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlogging.html','GA'),(5050,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlogging.html','{Mpk'),(5051,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlogging.html',''),(5052,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTlogging.html','JҪ'),(5053,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5054,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5055,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5056,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5057,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(5058,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','G'),(5059,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','!'),(5060,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','ni'),(5061,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTnotification.html','|B'),(5062,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTnotification.html','_o'),(5063,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTnotification.html','GA'),(5064,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTnotification.html','_I'),(5065,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTnotification.html',''),(5066,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTnotification.html','x3'),(5067,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5068,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5069,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5070,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5071,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5072,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5073,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5074,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5075,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTpolicy.html','|B'),(5076,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTpolicy.html','2F'),(5077,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTpolicy.html','GA'),(5078,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTpolicy.html','zm'),(5079,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTpolicy.html',''),(5080,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTpolicy.html','[6'),(5081,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5082,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5083,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5084,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5085,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5086,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5087,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5088,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5089,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentPUT.html','|B'),(5090,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentPUT.html','`'),(5091,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentPUT.html','GA'),(5092,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentPUT.html','*w'),(5093,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentPUT.html',''),(5094,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTrequestPaymentPUT.html',')L'),(5095,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5096,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5097,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5098,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5099,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTtagging.html','|B'),(5100,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTtagging.html','m]'),(5101,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTtagging.html','GA'),(5102,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTtagging.html','v}&'),(5103,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTtagging.html',''),(5104,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTtagging.html','Z'),(5105,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5106,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5107,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5108,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5109,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html','|B'),(5110,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html','	g'),(5111,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html','GA'),(5112,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html','G)'),(5113,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html',''),(5114,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html','\0xmb'),(5115,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5116,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5117,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5118,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5119,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTwebsite.html','|B'),(5120,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTwebsite.html','j'),(5121,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTwebsite.html','GA'),(5122,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTwebsite.html','Cr'),(5123,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTwebsite.html',''),(5124,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTBucketPUTwebsite.html','	R'),(5125,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5126,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5127,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5128,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5129,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUT.html','|B'),(5130,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUT.html','r'),(5131,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUT.html','GA'),(5132,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUT.html','{u'),(5133,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUT.html',''),(5134,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUT.html','gP'),(5135,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5136,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5137,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5138,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5139,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUTacl.html','|B'),(5140,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUTacl.html',''),(5141,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUTacl.html','GA'),(5142,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUTacl.html',''),(5143,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUTacl.html',''),(5144,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectPUTacl.html','OVu'),(5145,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5146,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5147,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5148,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5149,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(5150,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','G'),(5151,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','!'),(5152,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','ni'),(5153,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectRestore.html','|B'),(5154,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectRestore.html','Jq'),(5155,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectRestore.html','GA'),(5156,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectRestore.html','|'),(5157,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectRestore.html',''),(5158,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/RESTObjectRestore.html','|<'),(5159,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5160,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5161,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5162,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5163,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPart.html','|B'),(5164,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPart.html','_Ӂ'),(5165,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPart.html','GA'),(5166,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPart.html','L'),(5167,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPart.html',''),(5168,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPart.html','&*'),(5169,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5170,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5171,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5172,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5173,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPartCopy.html','|B'),(5174,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPartCopy.html','xq'),(5175,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPartCopy.html','GA'),(5176,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPartCopy.html','U'),(5177,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPartCopy.html',''),(5178,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','docs.aws.amazon.com','/AmazonS3/latest/API/mpUploadUploadPartCopy.html','k4'),(5179,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','eX'),(5180,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','FK	'),(5181,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/',';-o'),(5182,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','s3.amazonaws.com','/doc/2006-03-01/','5F!'),(5183,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(5184,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','G'),(5185,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','!'),(5186,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','ni'),(5187,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(5188,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','G'),(5189,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','!'),(5190,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','ni'),(5191,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','\Z.6'),(5192,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','G'),(5193,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','!'),(5194,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php','www.w3.org','/2001/XMLSchema-instance','ni'),(5195,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5196,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5197,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5198,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5199,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/2000/svg','\Z.6'),(5200,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/2000/svg','\Z~4/'),(5201,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/2000/svg','!'),(5202,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/2000/svg','&28'),(5203,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/1999/xlink','\Z.6'),(5204,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/1999/xlink','	'),(5205,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/1999/xlink','!'),(5206,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.w3.org','/1999/xlink','1x'),(5207,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.bohemiancoding.com','/sketch',''),(5208,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.bohemiancoding.com','/sketch','G'),(5209,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(5210,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','www.bohemiancoding.com','/sketch','Y'),(5211,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5212,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5213,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5214,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5215,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5216,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5217,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5218,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5219,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5220,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5221,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5222,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5223,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5224,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5225,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5226,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5227,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5228,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5229,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg','www.w3.org','/2000/svg','!'),(5230,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg','www.w3.org','/2000/svg','&28'),(5231,'wp-content/updraft/themes-old/twentynineteen/inc/template-functions.php','www.w3.org','/WAI/tutorials/menus/flyout/','\Z.6'),(5232,'wp-content/updraft/themes-old/twentynineteen/inc/template-functions.php','www.w3.org','/WAI/tutorials/menus/flyout/','%'),(5233,'wp-content/updraft/themes-old/twentynineteen/inc/template-functions.php','www.w3.org','/WAI/tutorials/menus/flyout/','!'),(5234,'wp-content/updraft/themes-old/twentynineteen/inc/template-functions.php','www.w3.org','/WAI/tutorials/menus/flyout/','Rѱ'),(5235,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5236,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5237,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5238,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5239,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5240,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5241,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5242,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5243,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5244,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5245,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','\rr'),(5246,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','?| '),(5247,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','$)9'),(5248,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','V$'),(5249,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5250,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5251,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5252,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5253,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5254,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5255,'wp-content/themes/bridge/js/plugins/waypoints.min.js','github.com','/imakewebthings/jquery-waypoints/blob/master/licenses.txt',':\0$'),(5256,'wp-content/themes/bridge/js/plugins/waypoints.min.js','github.com','/imakewebthings/jquery-waypoints/blob/master/licenses.txt','G'),(5257,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5258,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5259,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5260,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5261,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5262,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5263,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg','www.w3.org','/2000/svg','!'),(5264,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg','www.w3.org','/2000/svg','&28'),(5265,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg','www.w3.org','/2000/svg','\Z.6'),(5266,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg','www.w3.org','/2000/svg','\Z~4/'),(5267,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg','www.w3.org','/2000/svg','!'),(5268,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg','www.w3.org','/2000/svg','&28'),(5269,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg','www.w3.org','/2000/svg','\Z.6'),(5270,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg','www.w3.org','/2000/svg','\Z~4/'),(5271,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg','www.w3.org','/2000/svg','!'),(5272,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg','www.w3.org','/2000/svg','&28'),(5273,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php','aws.amazon.com','/apache2.0','GA'),(5274,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php','aws.amazon.com','/apache2.0','\nt'),(5275,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php','aws.amazon.com','/apache2.0',''),(5276,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php','aws.amazon.com','/apache2.0','S?'),(5277,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5278,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5279,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg','www.w3.org','/2000/svg','!'),(5280,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg','www.w3.org','/2000/svg','&28'),(5281,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5282,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5283,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg','www.w3.org','/2000/svg','!'),(5284,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg','www.w3.org','/2000/svg','&28'),(5285,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5286,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5287,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg','www.w3.org','/2000/svg','!'),(5288,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg','www.w3.org','/2000/svg','&28'),(5289,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5290,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5291,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg','www.w3.org','/2000/svg','!'),(5292,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg','www.w3.org','/2000/svg','&28'),(5293,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php','aws.amazon.com','/apache2.0','GA'),(5294,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php','aws.amazon.com','/apache2.0','\nt'),(5295,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php','aws.amazon.com','/apache2.0',''),(5296,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php','aws.amazon.com','/apache2.0','S?'),(5297,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php','aws.amazon.com','/apache2.0','GA'),(5298,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php','aws.amazon.com','/apache2.0','\nt'),(5299,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php','aws.amazon.com','/apache2.0',''),(5300,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php','aws.amazon.com','/apache2.0','S?'),(5301,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg','www.w3.org','/2000/svg','\Z.6'),(5302,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg','www.w3.org','/2000/svg','\Z~4/'),(5303,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg','www.w3.org','/2000/svg','!'),(5304,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg','www.w3.org','/2000/svg','&28'),(5305,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5306,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5307,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5308,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5309,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/','\Z}{E'),(5310,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/',''),(5311,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/',''),(5312,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/','6'),(5313,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','O'),(5314,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','f1'),(5315,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','Q'),(5316,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','	'),(5317,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute','O'),(5318,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute','lj'),(5319,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute','Q'),(5320,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute',''),(5321,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly','O'),(5322,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly',';R'),(5323,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly','Q'),(5324,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly','\''),(5325,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control','O'),(5326,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control',')'),(5327,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(5328,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(5329,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','O'),(5330,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','nON'),(5331,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','Q'),(5332,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','3G'),(5333,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','O'),(5334,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','^'),(5335,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(5336,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(5337,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(5338,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(5339,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0',''),(5340,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(5341,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5342,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5343,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg','www.w3.org','/2000/svg','!'),(5344,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg','www.w3.org','/2000/svg','&28'),(5345,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0','GA'),(5346,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0','\nt'),(5347,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0',''),(5348,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0','S?'),(5349,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','opensource.org','/licenses/bsd-license.php',''),(5350,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','opensource.org','/licenses/bsd-license.php','zK'),(5351,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR','v'),(5352,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR',':/'),(5353,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR','7+'),(5354,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR','-2'),(5355,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','opensource.org','/licenses/bsd-license.php',''),(5356,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','opensource.org','/licenses/bsd-license.php','zK'),(5357,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR','v'),(5358,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR',':/'),(5359,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR','7+'),(5360,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/package/PEAR','-2'),(5361,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.php','v'),(5362,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.php','dy'),(5363,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.php','7+'),(5364,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.php','w'),(5365,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','opensource.org','/licenses/bsd-license.php',''),(5366,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','opensource.org','/licenses/bsd-license.php','zK'),(5367,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.pear-error.php','v'),(5368,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.pear-error.php','gO8'),(5369,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.pear-error.php','7+'),(5370,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php','pear.php.net','/manual/en/core.pear.pear-error.php','='),(5371,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(5372,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(5373,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(5374,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(5375,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5376,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5377,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5378,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5379,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','developers.google.com','/cloud-dns','\Z}{E'),(5380,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','developers.google.com','/cloud-dns','Z'),(5381,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','developers.google.com','/cloud-dns',''),(5382,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','developers.google.com','/cloud-dns','Ky'),(5383,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/cloud-platform','O'),(5384,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/cloud-platform','f1'),(5385,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/cloud-platform','Q'),(5386,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/cloud-platform','	'),(5387,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readonly','O'),(5388,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readonly','n-E'),(5389,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readonly','Q'),(5390,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readonly','\"'),(5391,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readwrite','O'),(5392,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readwrite','7~'),(5393,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readwrite','Q'),(5394,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','www.googleapis.com','/auth/ndev.clouddns.readwrite','ɻ'),(5395,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0','GA'),(5396,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0','\nt'),(5397,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0',''),(5398,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php','aws.amazon.com','/apache2.0','S?'),(5399,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg','www.w3.org','/2000/svg','\Z.6'),(5400,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg','www.w3.org','/2000/svg','\Z~4/'),(5401,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg','www.w3.org','/2000/svg','!'),(5402,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg','www.w3.org','/2000/svg','&28'),(5403,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5404,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5405,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg','www.w3.org','/2000/svg','!'),(5406,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg','www.w3.org','/2000/svg','&28'),(5407,'wp-content/plugins/revslider/includes/framework/base-admin.class.php','www.themepunch.com','/','*'),(5408,'wp-content/plugins/revslider/includes/framework/base-admin.class.php','www.themepunch.com','/',''),(5409,'wp-content/plugins/revslider/includes/framework/base-admin.class.php','www.themepunch.com','/','d'),(5410,'wp-content/plugins/revslider/includes/framework/base-admin.class.php','www.themepunch.com','/','LP'),(5411,'wp-content/themes/bridge/woocommerce/loop/pagination.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(5412,'wp-content/themes/bridge/woocommerce/loop/pagination.php','docs.woocommerce.com','/document/template-structure/','b'),(5413,'wp-content/themes/bridge/woocommerce/loop/pagination.php','docs.woocommerce.com','/document/template-structure/','\0'),(5414,'wp-content/themes/bridge/woocommerce/loop/pagination.php','docs.woocommerce.com','/document/template-structure/','5'),(5415,'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php','www.w3schools.com','/tags/att_global_id.asp',''),(5416,'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php','www.w3schools.com','/tags/att_global_id.asp','t'),(5417,'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php','www.w3schools.com','/tags/att_global_id.asp','{'),(5418,'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(5419,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php','github.com','/krichprollsch/phpCssEmbed',':\0$'),(5420,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php','github.com','/krichprollsch/phpCssEmbed','x'),(5421,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5422,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5423,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5424,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5425,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','4@'),(5426,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','!*'),(5427,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','LS'),(5428,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','_hf'),(5429,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5430,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5431,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg','www.w3.org','/2000/svg','!'),(5432,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg','www.w3.org','/2000/svg','&28'),(5433,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5434,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5435,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5436,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5437,'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js','www.xanthir.com','/blog/b4E50)','b'),(5438,'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js','www.xanthir.com','/blog/b4E50)','HS'),(5439,'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js','www.xanthir.com','/blog/b4E50)','\''),(5440,'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js','www.xanthir.com','/blog/b4E50)','\rR4Z'),(5441,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5442,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5443,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5444,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5445,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5446,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5447,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5448,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5449,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5450,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5451,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5452,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5453,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5454,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5455,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5456,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5457,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5458,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5459,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5460,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5461,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5462,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5463,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5464,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5465,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5466,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5467,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5468,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5469,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5470,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5471,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5472,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5473,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php','aws.amazon.com','/apache2.0','GA'),(5474,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php','aws.amazon.com','/apache2.0','\nt'),(5475,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php','aws.amazon.com','/apache2.0',''),(5476,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php','aws.amazon.com','/apache2.0','S?'),(5477,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','aws.amazon.com','/apache2.0','GA'),(5478,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','aws.amazon.com','/apache2.0','\nt'),(5479,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','aws.amazon.com','/apache2.0',''),(5480,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','aws.amazon.com','/apache2.0','S?'),(5481,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AuthenticatedUsers','t'),(5482,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AuthenticatedUsers','QJ'),(5483,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AuthenticatedUsers',';-o'),(5484,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AuthenticatedUsers','\r;'),(5485,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AllUsers','t'),(5486,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AllUsers','%'),(5487,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AllUsers',';-o'),(5488,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/global/AllUsers','T'),(5489,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/s3/LogDelivery','t'),(5490,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/s3/LogDelivery','ZXf'),(5491,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/s3/LogDelivery',';-o'),(5492,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php','acs.amazonaws.com','/groups/s3/LogDelivery','\\q'),(5493,'wp-content/plugins/js_composer/include/helpers/filters.php','kb.wpbakery.com','/index.php','f3|'),(5494,'wp-content/plugins/js_composer/include/helpers/filters.php','kb.wpbakery.com','/index.php','Hg'),(5495,'wp-content/plugins/js_composer/include/helpers/filters.php','kb.wpbakery.com','/index.php','7\Z'),(5496,'wp-content/plugins/js_composer/include/helpers/filters.php','kb.wpbakery.com','/index.php','<'),(5497,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5498,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5499,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg','www.w3.org','/2000/svg','!'),(5500,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg','www.w3.org','/2000/svg','&28'),(5501,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5502,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5503,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5504,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5505,'wp-content/plugins/updraftplus/addons/incremental.php','updraftplus.com','/support/tell-me-more-about-incremental-backups/','_r'),(5506,'wp-content/plugins/updraftplus/addons/incremental.php','updraftplus.com','/support/tell-me-more-about-incremental-backups/','ɰ'),(5507,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5508,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5509,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg','www.w3.org','/2000/svg','!'),(5510,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg','www.w3.org','/2000/svg','&28'),(5511,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5512,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5513,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg','www.w3.org','/2000/svg','!'),(5514,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg','www.w3.org','/2000/svg','&28'),(5515,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5516,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5517,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg','www.w3.org','/2000/svg','!'),(5518,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg','www.w3.org','/2000/svg','&28'),(5519,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5520,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5521,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5522,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5523,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','github.com','/marioizquierdo/jquery.serializeJSON',':\0$'),(5524,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','github.com','/marioizquierdo/jquery.serializeJSON','L='),(5525,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/mit-license.php)','ϻ'),(5526,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/mit-license.php)','_@7'),(5527,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/mit-license.php)',''),(5528,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/mit-license.php)','/@'),(5529,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/gpl-license.php)','ϻ'),(5530,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/gpl-license.php)','4'),(5531,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/gpl-license.php)',''),(5532,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','www.opensource.org','/licenses/gpl-license.php)','1'),(5533,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','github.com','/marioizquierdo/jquery.serializeJSON/issues/67',':\0$'),(5534,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','github.com','/marioizquierdo/jquery.serializeJSON/issues/67',''),(5535,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php','aws.amazon.com','/apache2.0','GA'),(5536,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php','aws.amazon.com','/apache2.0','\nt'),(5537,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php','aws.amazon.com','/apache2.0',''),(5538,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php','aws.amazon.com','/apache2.0','S?'),(5539,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5540,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5541,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg','www.w3.org','/2000/svg','!'),(5542,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg','www.w3.org','/2000/svg','&28'),(5543,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/','*'),(5544,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/',''),(5545,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/','d'),(5546,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/','LP'),(5547,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy',''),(5548,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy','<XW.'),(5549,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy','1'),(5550,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy','跞R'),(5551,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy',''),(5552,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy','<XW.'),(5553,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy','1'),(5554,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.de','/intl/de/policies/privacy','跞R'),(5555,'wp-content/plugins/revslider/admin/revslider-admin.class.php','vimeo.com','/privacy','U'),(5556,'wp-content/plugins/revslider/admin/revslider-admin.class.php','vimeo.com','/privacy','f$'),(5557,'wp-content/plugins/revslider/admin/revslider-admin.class.php','vimeo.com','/privacy','U'),(5558,'wp-content/plugins/revslider/admin/revslider-admin.class.php','vimeo.com','/privacy','f$'),(5559,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq','\Z}{E'),(5560,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq','lW'),(5561,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq',''),(5562,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq','&'),(5563,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq','\Z}{E'),(5564,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq','lW'),(5565,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq',''),(5566,'wp-content/plugins/revslider/admin/revslider-admin.class.php','developers.google.com','/fonts/faq','&'),(5567,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/','G'),(5568,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/','^'),(5569,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/',''),(5570,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/','.'),(5571,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/','G'),(5572,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/','^'),(5573,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/',''),(5574,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.google.com','/policies/privacy/','.'),(5575,'wp-content/plugins/revslider/admin/revslider-admin.class.php','soundcloud.com','/pages/privacy.','['),(5576,'wp-content/plugins/revslider/admin/revslider-admin.class.php','soundcloud.com','/pages/privacy.','&,'),(5577,'wp-content/plugins/revslider/admin/revslider-admin.class.php','revolution.themepunch.com','/direct-customer-benefits/','\\j'),(5578,'wp-content/plugins/revslider/admin/revslider-admin.class.php','revolution.themepunch.com','/direct-customer-benefits/','1'),(5579,'wp-content/plugins/revslider/admin/revslider-admin.class.php','revolution.themepunch.com','/direct-customer-benefits/','d'),(5580,'wp-content/plugins/revslider/admin/revslider-admin.class.php','revolution.themepunch.com','/direct-customer-benefits/','t'),(5581,'wp-content/plugins/revslider/admin/revslider-admin.class.php','fonts.googleapis.com','/css','-<3'),(5582,'wp-content/plugins/revslider/admin/revslider-admin.class.php','fonts.googleapis.com','/css','5}'),(5583,'wp-content/plugins/revslider/admin/revslider-admin.class.php','fonts.googleapis.com','/css','Q'),(5584,'wp-content/plugins/revslider/admin/revslider-admin.class.php','fonts.googleapis.com','/css','M?'),(5585,'wp-content/plugins/revslider/admin/revslider-admin.class.php','templates.themepunch.com','/','\0q'),(5586,'wp-content/plugins/revslider/admin/revslider-admin.class.php','templates.themepunch.com','/','`G|'),(5587,'wp-content/plugins/revslider/admin/revslider-admin.class.php','templates.themepunch.com','/','d'),(5588,'wp-content/plugins/revslider/admin/revslider-admin.class.php','templates.themepunch.com','/','LP'),(5589,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','*'),(5590,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','\"'),(5591,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','d'),(5592,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','d'),(5593,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','*'),(5594,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','\"'),(5595,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','d'),(5596,'wp-content/plugins/revslider/admin/revslider-admin.class.php','www.themepunch.com','/purchase-code-deactivation','d'),(5597,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php','aws.amazon.com','/apache2.0','GA'),(5598,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php','aws.amazon.com','/apache2.0','\nt'),(5599,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php','aws.amazon.com','/apache2.0',''),(5600,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php','aws.amazon.com','/apache2.0','S?'),(5601,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5602,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5603,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5604,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5605,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5606,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5607,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5608,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5609,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5610,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5611,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5612,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5613,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5614,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5615,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5616,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5617,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php','www.w3schools.com','/tags/att_global_id.asp',''),(5618,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php','www.w3schools.com','/tags/att_global_id.asp','t'),(5619,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php','www.w3schools.com','/tags/att_global_id.asp','{'),(5620,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(5621,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5622,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5623,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg','www.w3.org','/2000/svg','!'),(5624,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg','www.w3.org','/2000/svg','&28'),(5625,'wp-content/plugins/revslider/includes/output.class.php','www.themepunch.com','/','*'),(5626,'wp-content/plugins/revslider/includes/output.class.php','www.themepunch.com','/',''),(5627,'wp-content/plugins/revslider/includes/output.class.php','www.themepunch.com','/','d'),(5628,'wp-content/plugins/revslider/includes/output.class.php','www.themepunch.com','/','LP'),(5629,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','www.youtube.com','/embed/','h`wn'),(5630,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','www.youtube.com','/embed/',''),(5631,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','www.youtube.com','/embed/','Mçi'),(5632,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','www.youtube.com','/embed/',''),(5633,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','player.vimeo.com','/video/','3'),(5634,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','player.vimeo.com','/video/','k\0'),(5635,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','player.vimeo.com','/video/','U'),(5636,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php','player.vimeo.com','/video/','HW'),(5637,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','php.net','/manual/en/function.curl-getinfo.php','7+'),(5638,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','php.net','/manual/en/function.curl-getinfo.php','%'),(5639,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5640,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5641,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg','www.w3.org','/2000/svg','!'),(5642,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg','www.w3.org','/2000/svg','&28'),(5643,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5644,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5645,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5646,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5647,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5648,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5649,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5650,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5651,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5652,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5653,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5654,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5655,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5656,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5657,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(5658,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(5659,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(5660,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(5661,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(5662,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(5663,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0','GA'),(5664,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0','\nt'),(5665,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0',''),(5666,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0','S?'),(5667,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5668,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5669,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg','www.w3.org','/2000/svg','!'),(5670,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg','www.w3.org','/2000/svg','&28'),(5671,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5672,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5673,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5674,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5675,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','web.archive.org','/web/19961027104704/http://www3.netscape.com/eng/security/cert-exts.html','l'),(5676,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','web.archive.org','/web/19961027104704/http://www3.netscape.com/eng/security/cert-exts.html','s'),(5677,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','web.archive.org','/web/19961027104704/http://www3.netscape.com/eng/security/cert-exts.html','9t'),(5678,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','web.archive.org','/web/19961027104704/http://www3.netscape.com/eng/security/cert-exts.html','b'),(5679,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(5680,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opensource.org','/licenses/mit-license.html','M'),(5681,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opensource.org','/licenses/mit-license.html',''),(5682,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opensource.org','/licenses/mit-license.html','(742'),(5683,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','phpseclib.sourceforge.net','/','a)'),(5684,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','phpseclib.sourceforge.net','/','Wiߓ'),(5685,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','phpseclib.sourceforge.net','/','d.'),(5686,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','phpseclib.sourceforge.net','/',''),(5687,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','en.wikipedia.org','/wiki/Object_identifier',''),(5688,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','en.wikipedia.org','/wiki/Object_identifier','n'),(5689,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','en.wikipedia.org','/wiki/Object_identifier','k8v'),(5690,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','en.wikipedia.org','/wiki/Object_identifier','Hn'),(5691,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5692,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5693,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5694,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5695,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5696,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5697,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5698,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5699,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5700,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5701,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5702,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5703,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opends.org','/wiki/page/DefinitionRelativeDistinguishedName','Ú%'),(5704,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opends.org','/wiki/page/DefinitionRelativeDistinguishedName','!L'),(5705,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opends.org','/wiki/page/DefinitionRelativeDistinguishedName','ߥv6'),(5706,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.opends.org','/wiki/page/DefinitionRelativeDistinguishedName','N-O'),(5707,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5708,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5709,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5710,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5711,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5712,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5713,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5714,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5715,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5716,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5717,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5718,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5719,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5720,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5721,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5722,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5723,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2459','C'),(5724,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2459','de'),(5725,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2459','ST'),(5726,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2459','Mq-'),(5727,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.mozilla.org','/projects/security/pki/nss/tech-notes/tn3.html','k7'),(5728,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.mozilla.org','/projects/security/pki/nss/tech-notes/tn3.html','r5&'),(5729,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.mozilla.org','/projects/security/pki/nss/tech-notes/tn3.html','}'),(5730,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.mozilla.org','/projects/security/pki/nss/tech-notes/tn3.html','V4'),(5731,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','C'),(5732,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','8'),(5733,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','ST'),(5734,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','?'),(5735,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2985','C'),(5736,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2985','c'),(5737,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2985','ST'),(5738,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2985','K'),(5739,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','C'),(5740,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','@'),(5741,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','ST'),(5742,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','[s'),(5743,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','C'),(5744,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','@'),(5745,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','ST'),(5746,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3279','[s'),(5747,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.ietf.org','/rfc/rfc3709.txt','Sc\n'),(5748,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.ietf.org','/rfc/rfc3709.txt','%ɲ'),(5749,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.ietf.org','/rfc/rfc3709.txt','ST'),(5750,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.ietf.org','/rfc/rfc3709.txt','R4'),(5751,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','support.microsoft.com','/kb/287547','z'),(5752,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','support.microsoft.com','/kb/287547','f'),(5753,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','support.microsoft.com','/kb/287547','$)9'),(5754,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','support.microsoft.com','/kb/287547','N\n'),(5755,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.maithean.com','/docs/set_bk3.pdf','R\r'),(5756,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.maithean.com','/docs/set_bk3.pdf','M{'),(5757,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.maithean.com','/docs/set_bk3.pdf','ԛ\"'),(5758,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.maithean.com','/docs/set_bk3.pdf','*T'),(5759,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc6962','C'),(5760,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc6962','j'),(5761,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc6962','ST'),(5762,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc6962','e5'),(5763,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3739','C'),(5764,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3739','H'),(5765,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3739','ST'),(5766,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc3739',''),(5767,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','C'),(5768,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','+Me'),(5769,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','ST'),(5770,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','\n'),(5771,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','C'),(5772,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','+Me'),(5773,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','ST'),(5774,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','\n'),(5775,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','C'),(5776,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','+Me'),(5777,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','ST'),(5778,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc4325','\n'),(5779,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','php.net','/openssl-verify','7+'),(5780,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','php.net','/openssl-verify','w\Zn'),(5781,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5782,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5783,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5784,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5785,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433','@T'),(5786,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433',',E'),(5787,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433','7+'),(5788,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433','S& '),(5789,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','C'),(5790,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','8'),(5791,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','ST'),(5792,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc2986','?'),(5793,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/HTML/Element/keygen',''),(5794,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/HTML/Element/keygen','U:'),(5795,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/HTML/Element/keygen','}'),(5796,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/HTML/Element/keygen','~'),(5797,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.w3.org','/html/wg/drafts/html/master/forms.html','\Z.6'),(5798,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.w3.org','/html/wg/drafts/html/master/forms.html','1'),(5799,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.w3.org','/html/wg/drafts/html/master/forms.html','!'),(5800,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','www.w3.org','/html/wg/drafts/html/master/forms.html','6a9'),(5801,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5802,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5803,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5804,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5805,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/Web/HTML/Element/keygen',''),(5806,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/Web/HTML/Element/keygen','-Z:'),(5807,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/Web/HTML/Element/keygen','}'),(5808,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','developer.mozilla.org','/en-US/docs/Web/HTML/Element/keygen','\r'),(5809,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5810,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5811,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5812,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5813,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','C'),(5814,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','c'),(5815,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','ST'),(5816,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','tools.ietf.org','/html/rfc5280','Q'),(5817,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433','@T'),(5818,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433',',E'),(5819,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433','7+'),(5820,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','bugs.php.net','/75433','S& '),(5821,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5822,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5823,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg','www.w3.org','/2000/svg','!'),(5824,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg','www.w3.org','/2000/svg','&28'),(5825,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-image.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(5826,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-image.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(5827,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-image.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(5828,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-image.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(5829,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5830,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5831,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg','www.w3.org','/2000/svg','!'),(5832,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg','www.w3.org','/2000/svg','&28'),(5833,'wp-content/plugins/updraftplus/restorer.php','updraftplus.com','/faqs/error-message-pclzip_err_bad_format-10-invalid-archive-structure-mean/','_r'),(5834,'wp-content/plugins/updraftplus/restorer.php','updraftplus.com','/faqs/error-message-pclzip_err_bad_format-10-invalid-archive-structure-mean/','Nm'),(5835,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','!w'),(5836,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598',''),(5837,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~'),(5838,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~r	 '),(5839,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','\'ľ'),(5840,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','m'),(5841,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','!w'),(5842,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598',''),(5843,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~'),(5844,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~r	 '),(5845,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','\'ľ'),(5846,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','m'),(5847,'wp-content/plugins/updraftplus/restorer.php','example.com','/my-page/','y'),(5848,'wp-content/plugins/updraftplus/restorer.php','example.com','/my-page/','lT'),(5849,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','!w'),(5850,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598',''),(5851,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~'),(5852,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~r	 '),(5853,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','\'ľ'),(5854,'wp-content/plugins/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','m'),(5855,'wp-content/plugins/updraftplus/restorer.php','php.net','/chmod','7+'),(5856,'wp-content/plugins/updraftplus/restorer.php','php.net','/chmod',')$'),(5857,'wp-content/plugins/updraftplus/restorer.php','wordpress.org','/support/topic/plugin-wp-super-cache-warning-php-safe-mode-enabled-but-safe-mode-is-off','\'ľ'),(5858,'wp-content/plugins/updraftplus/restorer.php','wordpress.org','/support/topic/plugin-wp-super-cache-warning-php-safe-mode-enabled-but-safe-mode-is-off','ݬې'),(5859,'wp-content/plugins/updraftplus/restorer.php','wordpress.org','/plugins/custom-content-type-manager/','\'ľ'),(5860,'wp-content/plugins/updraftplus/restorer.php','wordpress.org','/plugins/custom-content-type-manager/','('),(5861,'wp-content/plugins/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/','8x'),(5862,'wp-content/plugins/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/','Sx\\'),(5863,'wp-content/plugins/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/','x'),(5864,'wp-content/plugins/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/',''),(5865,'wp-content/plugins/updraftplus/restorer.php','wordpress.org','/support/topic/issues-with-dev-site','\'ľ'),(5866,'wp-content/plugins/updraftplus/restorer.php','wordpress.org','/support/topic/issues-with-dev-site','lb'),(5867,'wp-content/plugins/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5868,'wp-content/plugins/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5869,'wp-content/plugins/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5870,'wp-content/plugins/updraftplus/includes/Google/autoload.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5871,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5872,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5873,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg','www.w3.org','/2000/svg','!'),(5874,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg','www.w3.org','/2000/svg','&28'),(5875,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5876,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5877,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg','www.w3.org','/2000/svg','!'),(5878,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg','www.w3.org','/2000/svg','&28'),(5879,'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php','codex.wordpress.org','/Settings_API',''),(5880,'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php','codex.wordpress.org','/Settings_API','\'\\'),(5881,'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php','codex.wordpress.org','/Settings_API','\'ľ'),(5882,'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php','codex.wordpress.org','/Settings_API','D~'),(5883,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg','www.w3.org','/2000/svg','\Z.6'),(5884,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(5885,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg','www.w3.org','/2000/svg','!'),(5886,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg','www.w3.org','/2000/svg','&28'),(5887,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0','GA'),(5888,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0','\nt'),(5889,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0',''),(5890,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0','S?'),(5891,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg','www.w3.org','/2000/svg','\Z.6'),(5892,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg','www.w3.org','/2000/svg','\Z~4/'),(5893,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg','www.w3.org','/2000/svg','!'),(5894,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg','www.w3.org','/2000/svg','&28'),(5895,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php','aws.amazon.com','/apache2.0','GA'),(5896,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php','aws.amazon.com','/apache2.0','\nt'),(5897,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php','aws.amazon.com','/apache2.0',''),(5898,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php','aws.amazon.com','/apache2.0','S?'),(5899,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php','aws.amazon.com','/apache2.0','GA'),(5900,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php','aws.amazon.com','/apache2.0','\nt'),(5901,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php','aws.amazon.com','/apache2.0',''),(5902,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php','aws.amazon.com','/apache2.0','S?'),(5903,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0','GA'),(5904,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0','\nt'),(5905,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0',''),(5906,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0','S?'),(5907,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','www.themepunch.com','/','*'),(5908,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','www.themepunch.com','/',''),(5909,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','www.themepunch.com','/','d'),(5910,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','www.themepunch.com','/','LP'),(5911,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','updates.themepunch.tools','/','[.'),(5912,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','updates.themepunch.tools','/','w'),(5913,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','updates.themepunch.tools','/','\Z'),(5914,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php','updates.themepunch.tools','/','xz'),(5915,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0','GA'),(5916,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0','\nt'),(5917,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0',''),(5918,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php','aws.amazon.com','/apache2.0','S?'),(5919,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(5920,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(5921,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.apache.org','/licenses/LICENSE-2.0','$'),(5922,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.apache.org','/licenses/LICENSE-2.0','0'),(5923,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','developers.google.com','/books/docs/v1/getting_started','\Z}{E'),(5924,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','developers.google.com','/books/docs/v1/getting_started','yG'),(5925,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','developers.google.com','/books/docs/v1/getting_started',''),(5926,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','developers.google.com','/books/docs/v1/getting_started','pRGJ'),(5927,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.googleapis.com','/auth/books','O'),(5928,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.googleapis.com','/auth/books',''),(5929,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.googleapis.com','/auth/books','Q'),(5930,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php','www.googleapis.com','/auth/books','˘'),(5931,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg','www.w3.org','/2000/svg','\Z.6'),(5932,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(5933,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg','www.w3.org','/2000/svg','!'),(5934,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg','www.w3.org','/2000/svg','&28'),(5935,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token',''),(5936,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','\n#'),(5937,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','13('),(5938,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','.'),(5939,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user_id/albums',''),(5940,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user_id/albums','b\''),(5941,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user_id/albums','13('),(5942,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user_id/albums','Rjb'),(5943,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token',''),(5944,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','\n#'),(5945,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','13('),(5946,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','.'),(5947,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$photo_set_id/photos',''),(5948,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$photo_set_id/photos','	(('),(5949,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$photo_set_id/photos','13('),(5950,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$photo_set_id/photos','K'),(5951,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token',''),(5952,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','\n#'),(5953,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','13('),(5954,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/oauth/access_token','.'),(5955,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user/feed',''),(5956,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user/feed','^0'),(5957,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user/feed','13('),(5958,'wp-content/plugins/revslider/includes/external-sources.class.php','graph.facebook.com','/$user/feed','Ɉ'),(5959,'wp-content/plugins/revslider/includes/external-sources.class.php','dev.twitter.com','/apps',':'),(5960,'wp-content/plugins/revslider/includes/external-sources.class.php','dev.twitter.com','/apps','7R'),(5961,'wp-content/plugins/revslider/includes/external-sources.class.php','dev.twitter.com','/apps','<+'),(5962,'wp-content/plugins/revslider/includes/external-sources.class.php','dev.twitter.com','/apps','Y4݃'),(5963,'wp-content/plugins/revslider/includes/external-sources.class.php','github.com','/micc83/Twitter-API-1.1-Client-for-Wordpress/blob/master/class-wp-twitter-api.php',':\0$'),(5964,'wp-content/plugins/revslider/includes/external-sources.class.php','github.com','/micc83/Twitter-API-1.1-Client-for-Wordpress/blob/master/class-wp-twitter-api.php','K'),(5965,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/oauth2/token','\Z'),(5966,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/oauth2/token','U'),(5967,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/oauth2/token','<+'),(5968,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/oauth2/token','d'),(5969,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/1.1/','\Z'),(5970,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/1.1/','R'),(5971,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/1.1/','<+'),(5972,'wp-content/plugins/revslider/includes/external-sources.class.php','api.twitter.com','/1.1/','z'),(5973,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','\\'),(5974,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D4y'),(5975,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','Xx'),(5976,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D\''),(5977,'wp-content/plugins/revslider/includes/external-sources.class.php','api.instagram.com','/v1/users/search','\''),(5978,'wp-content/plugins/revslider/includes/external-sources.class.php','api.instagram.com','/v1/users/search','rs'),(5979,'wp-content/plugins/revslider/includes/external-sources.class.php','api.instagram.com','/v1/users/search','Xx'),(5980,'wp-content/plugins/revslider/includes/external-sources.class.php','api.instagram.com','/v1/users/search','j'),(5981,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','\\'),(5982,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D4y'),(5983,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','Xx'),(5984,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D\''),(5985,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','\\'),(5986,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D4y'),(5987,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','Xx'),(5988,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D\''),(5989,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','\\'),(5990,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D4y'),(5991,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','Xx'),(5992,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D\''),(5993,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','\\'),(5994,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D4y'),(5995,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','Xx'),(5996,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/','D\''),(5997,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/explore/tags/','\\'),(5998,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/explore/tags/','}4'),(5999,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/explore/tags/','Xx'),(6000,'wp-content/plugins/revslider/includes/external-sources.class.php','www.instagram.com','/explore/tags/','$[hj'),(6001,'wp-content/plugins/revslider/includes/external-sources.class.php','api.flickr.com','/services/rest/','b'),(6002,'wp-content/plugins/revslider/includes/external-sources.class.php','api.flickr.com','/services/rest/','Rs1'),(6003,'wp-content/plugins/revslider/includes/external-sources.class.php','api.flickr.com','/services/rest/',''),(6004,'wp-content/plugins/revslider/includes/external-sources.class.php','api.flickr.com','/services/rest/','!'),(6005,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlists','O'),(6006,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlists','%'),(6007,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlists','Q'),(6008,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlists','aV'),(6009,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlistItems','O'),(6010,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlistItems','\r%'),(6011,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlistItems','Q'),(6012,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/playlistItems',''),(6013,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/search','O'),(6014,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/search','U'),(6015,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/search','Q'),(6016,'wp-content/plugins/revslider/includes/external-sources.class.php','www.googleapis.com','/youtube/v3/search','x'),(6017,'wp-content/plugins/revslider/includes/external-sources.class.php','vimeo.com','/api/v2/','U'),(6018,'wp-content/plugins/revslider/includes/external-sources.class.php','vimeo.com','/api/v2/','x'),(6019,'wp-content/plugins/revslider/includes/external-sources.class.php','vimeo.com','/api/v2/','U'),(6020,'wp-content/plugins/revslider/includes/external-sources.class.php','vimeo.com','/api/v2/','x'),(6021,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6022,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6023,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6024,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6025,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6026,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6027,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg','www.w3.org','/2000/svg','!'),(6028,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg','www.w3.org','/2000/svg','&28'),(6029,'wp-content/updraft/plugins-old/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/','\0'),(6030,'wp-content/updraft/plugins-old/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/',';C^'),(6031,'wp-content/updraft/plugins-old/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/','$'),(6032,'wp-content/updraft/plugins-old/updraftplus/admin.php','feeds.feedburner.com','/updraftplus/','|h'),(6033,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/news/','_r'),(6034,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/news/',''),(6035,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(6036,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(6037,'wp-content/updraft/plugins-old/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','`T'),(6038,'wp-content/updraft/plugins-old/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','d#'),(6039,'wp-content/updraft/plugins-old/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','Q'),(6040,'wp-content/updraft/plugins-old/updraftplus/admin.php','ajax.googleapis.com','/ajax/libs/jquery/1.7.2/jquery','Y'),(6041,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(6042,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(6043,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/landing/updraftplus-premium','_r'),(6044,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/landing/updraftplus-premium','bj'),(6045,'wp-content/updraft/plugins-old/updraftplus/admin.php','example.com','/','y'),(6046,'wp-content/updraft/plugins-old/updraftplus/admin.php','example.com','/','sن'),(6047,'wp-content/updraft/plugins-old/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','I'),(6048,'wp-content/updraft/plugins-old/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','1'),(6049,'wp-content/updraft/plugins-old/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','\'ľ'),(6050,'wp-content/updraft/plugins-old/updraftplus/admin.php','make.wordpress.org','/core/2014/04/11/plupload-2-x-in-wordpress-3-9/','I'),(6051,'wp-content/updraft/plugins-old/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','!w'),(6052,'wp-content/updraft/plugins-old/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663',':_'),(6053,'wp-content/updraft/plugins-old/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','~'),(6054,'wp-content/updraft/plugins-old/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','R'),(6055,'wp-content/updraft/plugins-old/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','\'ľ'),(6056,'wp-content/updraft/plugins-old/updraftplus/admin.php','core.trac.wordpress.org','/ticket/25663','k{'),(6057,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/','_r'),(6058,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/','ʛ'),(6059,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/my-scheduled-backups-and-pressing-backup-now-does-nothing-however-pressing-debug-backup-does-produce-a-backup/','_r'),(6060,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/my-scheduled-backups-and-pressing-backup-now-does-nothing-however-pressing-debug-backup-does-produce-a-backup/','N2'),(6061,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/i-am-having-trouble-backing-up-and-my-web-hosting-company-uses-the-litespeed-webserver/','_r'),(6062,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/i-am-having-trouble-backing-up-and-my-web-hosting-company-uses-the-litespeed-webserver/',''),(6063,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/scheduler-wordpress-installation-working/','_r'),(6064,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/scheduler-wordpress-installation-working/','( r'),(6065,'wp-content/updraft/plugins-old/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','L'),(6066,'wp-content/updraft/plugins-old/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','N6'),(6067,'wp-content/updraft/plugins-old/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','P#'),(6068,'wp-content/updraft/plugins-old/updraftplus/admin.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','S\''),(6069,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/forums/topic/pclzip_err_bad_format-10-invalid-archive-structure/','_r'),(6070,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/forums/topic/pclzip_err_bad_format-10-invalid-archive-structure/','h:yM'),(6071,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/do-you-have-a-javascript-or-jquery-error/','_r'),(6072,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/do-you-have-a-javascript-or-jquery-error/','#H'),(6073,'wp-content/updraft/plugins-old/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','`I'),(6074,'wp-content/updraft/plugins-old/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','Y8O'),(6075,'wp-content/updraft/plugins-old/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','|]'),(6076,'wp-content/updraft/plugins-old/updraftplus/admin.php','optimizepress.zendesk.com','/hc/en-us/articles/203699826-Update-URL-References-after-moving-domain','\"'),(6077,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(6078,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(6079,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(6080,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(6081,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftcentral.com','/','>lyd'),(6082,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftcentral.com','/','vǆ'),(6083,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/landing/vault/','_r'),(6084,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/landing/vault/','f^\Z'),(6085,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/problems-with-extra-white-space/','_r'),(6086,'wp-content/updraft/plugins-old/updraftplus/admin.php','updraftplus.com','/problems-with-extra-white-space/','\r'),(6087,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg','www.w3.org','/2000/svg','\Z.6'),(6088,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg','www.w3.org','/2000/svg','\Z~4/'),(6089,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg','www.w3.org','/2000/svg','!'),(6090,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg','www.w3.org','/2000/svg','&28'),(6091,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6092,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6093,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg','www.w3.org','/2000/svg','!'),(6094,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg','www.w3.org','/2000/svg','&28'),(6095,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6096,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6097,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg','www.w3.org','/2000/svg','!'),(6098,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg','www.w3.org','/2000/svg','&28'),(6099,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6100,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6101,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg','www.w3.org','/2000/svg','!'),(6102,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg','www.w3.org','/2000/svg','&28'),(6103,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6104,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6105,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg','www.w3.org','/2000/svg','!'),(6106,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg','www.w3.org','/2000/svg','&28'),(6107,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-gallery.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(6108,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-gallery.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(6109,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-gallery.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(6110,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-gallery.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(6111,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6112,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6113,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg','www.w3.org','/2000/svg','!'),(6114,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg','www.w3.org','/2000/svg','&28'),(6115,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0','GA'),(6116,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0','\nt'),(6117,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0',''),(6118,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0','S?'),(6119,'wp-content/themes/bridge/woocommerce/global/form-login.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(6120,'wp-content/themes/bridge/woocommerce/global/form-login.php','docs.woocommerce.com','/document/template-structure/','b'),(6121,'wp-content/themes/bridge/woocommerce/global/form-login.php','docs.woocommerce.com','/document/template-structure/','\0'),(6122,'wp-content/themes/bridge/woocommerce/global/form-login.php','docs.woocommerce.com','/document/template-structure/','5'),(6123,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6124,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6125,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6126,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6127,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6128,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6129,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6130,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6131,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6132,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6133,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6134,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6135,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6136,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6137,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6138,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6139,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6140,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6141,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6142,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6143,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6144,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6145,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6146,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6147,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6148,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6149,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6150,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6151,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6152,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6153,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6154,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6155,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6156,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6157,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6158,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6159,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6160,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6161,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6162,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6163,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php','sabredav.org','/ns','gr'),(6164,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php','sabredav.org','/ns','+.'),(6165,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php','php.net','/manual/en/context.http.php','7+'),(6166,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php','php.net','/manual/en/context.http.php','qT'),(6167,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6168,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6169,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6170,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6171,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6172,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6173,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg','www.w3.org','/2000/svg','!'),(6174,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg','www.w3.org','/2000/svg','&28'),(6175,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6176,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6177,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6178,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6179,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6180,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6181,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6182,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6183,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6184,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6185,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6186,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6187,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6188,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6189,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6190,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6191,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(6192,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(6193,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(6194,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(6195,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','opensource.org','/licenses/BSD-3-Clause',''),(6196,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6197,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','v'),(6198,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','v'),(6199,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','7+'),(6200,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','<J'),(6201,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','opensource.org','/licenses/BSD-3-Clause',''),(6202,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6203,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','v'),(6204,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','v'),(6205,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','7+'),(6206,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/package/HTTP_Request2','<J'),(6207,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/bugs/bug.php','v'),(6208,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/bugs/bug.php','̞'),(6209,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/bugs/bug.php','7+'),(6210,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php','pear.php.net','/bugs/bug.php','d'),(6211,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6212,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6213,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg','www.w3.org','/2000/svg','!'),(6214,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg','www.w3.org','/2000/svg','&28'),(6215,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6216,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6217,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg','www.w3.org','/2000/svg','!'),(6218,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg','www.w3.org','/2000/svg','&28'),(6219,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6220,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6221,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg','www.w3.org','/2000/svg','!'),(6222,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg','www.w3.org','/2000/svg','&28'),(6223,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0','GA'),(6224,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0','\nt'),(6225,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0',''),(6226,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0','S?'),(6227,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0','GA'),(6228,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0','\nt'),(6229,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0',''),(6230,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0','S?'),(6231,'wp-content/themes/bridge/woocommerce/loop/loop-start.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(6232,'wp-content/themes/bridge/woocommerce/loop/loop-start.php','docs.woocommerce.com','/document/template-structure/','b'),(6233,'wp-content/themes/bridge/woocommerce/loop/loop-start.php','docs.woocommerce.com','/document/template-structure/','\0'),(6234,'wp-content/themes/bridge/woocommerce/loop/loop-start.php','docs.woocommerce.com','/document/template-structure/','5'),(6235,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6236,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6237,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg','www.w3.org','/2000/svg','!'),(6238,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg','www.w3.org','/2000/svg','&28'),(6239,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6240,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6241,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6242,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6243,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/','\Z}{E'),(6244,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/','ceM'),(6245,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/',''),(6246,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/','B'),(6247,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6248,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6249,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6250,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6251,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud',':\0$'),(6252,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud','w'),(6253,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','4@'),(6254,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','×sP'),(6255,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','LS'),(6256,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','Ծ'),(6257,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud/blob/master/docs/userguide/ObjectStore/Storage/Object.md',':\0$'),(6258,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud/blob/master/docs/userguide/ObjectStore/Storage/Object.md','s'),(6259,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(6260,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','CO'),(6261,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/',''),(6262,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','{'),(6263,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','gQ'),(6264,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','f'),(6265,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','n'),(6266,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','^i'),(6267,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/',''),(6268,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','{'),(6269,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','gQ'),(6270,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','f'),(6271,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','n'),(6272,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','^i'),(6273,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/','I6'),(6274,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/',''),(6275,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/','LS'),(6276,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/','{'),(6277,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','W{[M'),(6278,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','\"'),(6279,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','LS'),(6280,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','/'),(6281,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','_r'),(6282,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','e'),(6283,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/',''),(6284,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','{'),(6285,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','gQ'),(6286,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','f'),(6287,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','n'),(6288,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','^i'),(6289,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/',''),(6290,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','{'),(6291,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','gQ'),(6292,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','f'),(6293,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','n'),(6294,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','^i'),(6295,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(6296,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','CO'),(6297,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/',''),(6298,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','{'),(6299,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','gQ'),(6300,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','f'),(6301,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','n'),(6302,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','^i'),(6303,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(6304,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','CO'),(6305,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/',''),(6306,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','{'),(6307,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','gQ'),(6308,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','f'),(6309,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','n'),(6310,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','^i'),(6311,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/shop/cloudfiles-enhanced/','_r'),(6312,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/shop/cloudfiles-enhanced/','.\\\''),(6313,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg','www.w3.org','/2000/svg','\Z.6'),(6314,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(6315,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg','www.w3.org','/2000/svg','!'),(6316,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg','www.w3.org','/2000/svg','&28'),(6317,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php','aws.amazon.com','/apache2.0','GA'),(6318,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php','aws.amazon.com','/apache2.0','\nt'),(6319,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php','aws.amazon.com','/apache2.0',''),(6320,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php','aws.amazon.com','/apache2.0','S?'),(6321,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','-<3'),(6322,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css',')a'),(6323,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','Q'),(6324,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','&8'),(6325,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','-<3'),(6326,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css',')a'),(6327,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','Q'),(6328,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','&8'),(6329,'wp-content/themes/bridge/functions.php','maps.googleapis.com','/maps/api/js',''),(6330,'wp-content/themes/bridge/functions.php','maps.googleapis.com','/maps/api/js','^'),(6331,'wp-content/themes/bridge/functions.php','maps.googleapis.com','/maps/api/js','Q'),(6332,'wp-content/themes/bridge/functions.php','maps.googleapis.com','/maps/api/js','m'),(6333,'wp-content/themes/bridge/functions.php','www.google.com','/recaptcha/api.js','G'),(6334,'wp-content/themes/bridge/functions.php','www.google.com','/recaptcha/api.js','BaC'),(6335,'wp-content/themes/bridge/functions.php','www.google.com','/recaptcha/api.js',''),(6336,'wp-content/themes/bridge/functions.php','www.google.com','/recaptcha/api.js','#'),(6337,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Plugin_API/Action_Reference/admin_notices',''),(6338,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Plugin_API/Action_Reference/admin_notices','*'),(6339,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Plugin_API/Action_Reference/admin_notices','\'ľ'),(6340,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Plugin_API/Action_Reference/admin_notices','o'),(6341,'wp-content/themes/bridge/functions.php','demo.qodeinteractive.com','/bridge-new-help/','&6'),(6342,'wp-content/themes/bridge/functions.php','demo.qodeinteractive.com','/bridge-new-help/','r'),(6343,'wp-content/themes/bridge/functions.php','demo.qodeinteractive.com','/bridge-new-help/','|M/'),(6344,'wp-content/themes/bridge/functions.php','demo.qodeinteractive.com','/bridge-new-help/','KI'),(6345,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Function_Reference/wp_localize_script',''),(6346,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Function_Reference/wp_localize_script','WNܓ'),(6347,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Function_Reference/wp_localize_script','\'ľ'),(6348,'wp-content/themes/bridge/functions.php','codex.wordpress.org','/Function_Reference/wp_localize_script','=˔'),(6349,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','-<3'),(6350,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css',')a'),(6351,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','Q'),(6352,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','&8'),(6353,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','-<3'),(6354,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css',')a'),(6355,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','Q'),(6356,'wp-content/themes/bridge/functions.php','fonts.googleapis.com','/css','&8'),(6357,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/','[0'),(6358,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/','MI'),(6359,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/',':\0$'),(6360,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/','u'),(6361,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s','[0'),(6362,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s','yU'),(6363,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s',':\0$'),(6364,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/zipball/%3$s','!'),(6365,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/','[0'),(6366,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/','V'),(6367,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/',':\0$'),(6368,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','api.github.com','/repos/%1$s/%2$s/releases/assets/','%zI'),(6369,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/',''),(6370,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/','|'),(6371,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/',':\0$'),(6372,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php','developer.github.com','/v3/repos/releases/','8'),(6373,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(6374,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(6375,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(6376,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(6377,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(6378,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6379,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6380,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6381,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(6382,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(6383,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(6384,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6385,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6386,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6387,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(6388,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(6389,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php','v'),(6390,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php',' @['),(6391,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php','7+'),(6392,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php',''),(6393,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(6394,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6395,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6396,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6397,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(6398,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(6399,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(6400,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6401,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6402,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6403,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(6404,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(6405,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(6406,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6407,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6408,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6409,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(6410,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(6411,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(6412,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(6413,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6414,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(6415,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(6416,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(6417,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6418,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6419,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6420,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6421,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6422,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6423,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6424,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6425,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6426,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6427,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6428,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6429,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6430,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6431,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6432,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6433,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6434,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6435,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6436,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6437,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6438,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6439,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6440,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6441,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6442,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6443,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6444,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6445,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6446,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6447,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6448,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6449,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6450,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6451,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6452,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6453,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6454,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6455,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6456,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6457,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6458,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6459,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6460,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6461,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6462,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6463,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6464,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6465,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6466,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6467,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6468,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6469,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6470,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6471,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6472,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6473,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6474,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6475,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(6476,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(6477,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/seeing-warning-versions-wordpress-updraftplus-tested/','_r'),(6478,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/seeing-warning-versions-wordpress-updraftplus-tested/','	K'),(6479,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/','_r'),(6480,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/',''),(6481,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/','_r'),(6482,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/',''),(6483,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/','_r'),(6484,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/',''),(6485,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/','_r'),(6486,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/',''),(6487,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/','_r'),(6488,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/',''),(6489,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/','_r'),(6490,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/renewing-updraftplus-purchase/',''),(6491,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(6492,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/','_r'),(6493,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/.','_r'),(6494,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/faqs/tell-me-about-my-updraftplus-com-account/.','_r'),(6495,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/unblock-ip-address/','_r'),(6496,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/unblock-ip-address/','T%'),(6497,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/unblock-ip-address/','_r'),(6498,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php','updraftplus.com','/unblock-ip-address/','T%'),(6499,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6500,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6501,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg','www.w3.org','/2000/svg','!'),(6502,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg','www.w3.org','/2000/svg','&28'),(6503,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php','jpegclub.org','/jpegtran/','**8'),(6504,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php','jpegclub.org','/jpegtran/','w'),(6505,'wp-content/themes/bridge/framework/admin/assets/js/bootstrap.min.js','getbootstrap.com','/','Z'),(6506,'wp-content/themes/bridge/framework/admin/assets/js/bootstrap.min.js','getbootstrap.com','/',':'),(6507,'wp-content/themes/bridge/framework/admin/assets/js/bootstrap.min.js','github.com','/twbs/bootstrap/blob/master/LICENSE)',':\0$'),(6508,'wp-content/themes/bridge/framework/admin/assets/js/bootstrap.min.js','github.com','/twbs/bootstrap/blob/master/LICENSE)','Ld'),(6509,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6510,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6511,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg','www.w3.org','/2000/svg','!'),(6512,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg','www.w3.org','/2000/svg','&28'),(6513,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(6514,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(6515,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0',''),(6516,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(6517,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6518,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6519,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6520,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6521,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6522,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6523,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6524,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6525,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6526,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6527,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6528,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6529,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6530,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6531,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6532,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6533,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/2000/svg','\Z.6'),(6534,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/2000/svg','\Z~4/'),(6535,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/2000/svg','!'),(6536,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/2000/svg','&28'),(6537,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/1999/xlink','\Z.6'),(6538,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/1999/xlink','	'),(6539,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/1999/xlink','!'),(6540,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.w3.org','/1999/xlink','1x'),(6541,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.bohemiancoding.com','/sketch',''),(6542,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.bohemiancoding.com','/sketch','G'),(6543,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(6544,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','www.bohemiancoding.com','/sketch','Y'),(6545,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php','jsonlint.com','/','כ'),(6546,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php','jsonlint.com','/','$'),(6547,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg','www.w3.org','/2000/svg','\Z.6'),(6548,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg','www.w3.org','/2000/svg','\Z~4/'),(6549,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg','www.w3.org','/2000/svg','!'),(6550,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg','www.w3.org','/2000/svg','&28'),(6551,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/','\Z}{E'),(6552,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/',''),(6553,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/',''),(6554,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/','8Ea'),(6555,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6556,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6557,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg','www.w3.org','/2000/svg','!'),(6558,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg','www.w3.org','/2000/svg','&28'),(6559,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6560,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6561,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6562,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6563,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6564,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6565,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6566,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6567,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6568,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6569,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6570,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6571,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6572,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6573,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6574,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6575,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6576,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6577,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6578,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6579,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6580,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6581,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6582,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6583,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6584,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6585,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6586,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6587,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6588,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6589,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6590,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6591,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6592,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6593,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6594,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6595,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass','\Z}{E'),(6596,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass','nZ'),(6597,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass',''),(6598,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass','c'),(6599,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location','O'),(6600,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location','5'),(6601,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location','Q'),(6602,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location',''),(6603,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline','O'),(6604,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline','n'),(6605,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline','Q'),(6606,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline',';'),(6607,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6608,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6609,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg','www.w3.org','/2000/svg','!'),(6610,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg','www.w3.org','/2000/svg','&28'),(6611,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php','aws.amazon.com','/apache2.0','GA'),(6612,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php','aws.amazon.com','/apache2.0','\nt'),(6613,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php','aws.amazon.com','/apache2.0',''),(6614,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php','aws.amazon.com','/apache2.0','S?'),(6615,'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6616,'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6617,'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6618,'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6619,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0','GA'),(6620,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0','\nt'),(6621,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0',''),(6622,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php','aws.amazon.com','/apache2.0','S?'),(6623,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6624,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6625,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg','www.w3.org','/2000/svg','!'),(6626,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg','www.w3.org','/2000/svg','&28'),(6627,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0','GA'),(6628,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0','\nt'),(6629,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0',''),(6630,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0','S?'),(6631,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6632,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6633,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg','www.w3.org','/2000/svg','!'),(6634,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg','www.w3.org','/2000/svg','&28'),(6635,'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6636,'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6637,'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6638,'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6639,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0','GA'),(6640,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0','\nt'),(6641,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0',''),(6642,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0','S?'),(6643,'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6644,'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6645,'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6646,'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6647,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6648,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6649,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6650,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6651,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6652,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6653,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6654,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6655,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/','\Z}{E'),(6656,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/','k׊A'),(6657,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/',''),(6658,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/',';'),(6659,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login','O'),(6660,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login',''),(6661,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login','Q'),(6662,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login',''),(6663,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','O'),(6664,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','N'),(6665,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','Q'),(6666,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','G'),(6667,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','O'),(6668,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','+\0'),(6669,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','Q'),(6670,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','	h'),(6671,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','O'),(6672,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(6673,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','Q'),(6674,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','~'),(6675,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,','O'),(6676,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,','vN'),(6677,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,','Q'),(6678,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,',''),(6679,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg','www.w3.org','/2000/svg','\Z.6'),(6680,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg','www.w3.org','/2000/svg','\Z~4/'),(6681,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg','www.w3.org','/2000/svg','!'),(6682,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg','www.w3.org','/2000/svg','&28'),(6683,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg','www.w3.org','/2000/svg','\Z.6'),(6684,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg','www.w3.org','/2000/svg','\Z~4/'),(6685,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg','www.w3.org','/2000/svg','!'),(6686,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg','www.w3.org','/2000/svg','&28'),(6687,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg','www.w3.org','/2000/svg','\Z.6'),(6688,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg','www.w3.org','/2000/svg','\Z~4/'),(6689,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg','www.w3.org','/2000/svg','!'),(6690,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg','www.w3.org','/2000/svg','&28'),(6691,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6692,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6693,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6694,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6695,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0','GA'),(6696,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0','\nt'),(6697,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0',''),(6698,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0','S?'),(6699,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6700,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6701,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg','www.w3.org','/2000/svg','!'),(6702,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg','www.w3.org','/2000/svg','&28'),(6703,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/','_r'),(6704,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/','ʛ'),(6705,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(6706,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(6707,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/comparison-updraftplus-free-updraftplus-premium/','_r'),(6708,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/comparison-updraftplus-free-updraftplus-premium/','N'),(6709,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(6710,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(6711,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/updraftcentral/','_r'),(6712,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/updraftcentral/','4q6'),(6713,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.metaslider.com','/','#'),(6714,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.metaslider.com','/',''),(6715,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.metaslider.com','/','\n'),(6716,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.metaslider.com','/','D'),(6717,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','getwpo.com','/','\"_nH'),(6718,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','getwpo.com','/','wW'),(6719,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','getkeyy.com','/','a'),(6720,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','getkeyy.com','/','aT0'),(6721,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/newsletter-signup','_r'),(6722,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','updraftplus.com','/newsletter-signup','Ac\0'),(6723,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.simbahosting.co.uk','/s3/shop/','gq'),(6724,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.simbahosting.co.uk','/s3/shop/','\\u'),(6725,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.simbahosting.co.uk','/s3/shop/','UNV.'),(6726,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.simbahosting.co.uk','/s3/shop/','|'),(6727,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.simbahosting.co.uk','/s3/shop/','O/'),(6728,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','www.simbahosting.co.uk','/s3/shop/',''),(6729,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','wordpress.org','/plugins/two-factor-authentication/','\'ľ'),(6730,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','wordpress.org','/plugins/two-factor-authentication/','6'),(6731,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/updraftcentral','_r'),(6732,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/updraftcentral','M4'),(6733,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','wordpress.org','/plugins/updraftcentral/','\'ľ'),(6734,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','wordpress.org','/plugins/updraftcentral/','Ԅ\\2'),(6735,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/data-protection-and-privacy-centre/','_r'),(6736,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','updraftplus.com','/data-protection-and-privacy-centre/','/'),(6737,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-audio.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(6738,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-audio.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(6739,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-audio.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(6740,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-audio.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(6741,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6742,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6743,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg','www.w3.org','/2000/svg','!'),(6744,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg','www.w3.org','/2000/svg','&28'),(6745,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php','www.w3schools.com','/tags/att_global_id.asp',''),(6746,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php','www.w3schools.com','/tags/att_global_id.asp','t'),(6747,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php','www.w3schools.com','/tags/att_global_id.asp','{'),(6748,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(6749,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6750,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6751,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6752,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6753,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpdateChecker.php','your-api.com','/url/here/$slug/info.json','w'),(6754,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpdateChecker.php','your-api.com','/url/here/$slug/info.json','ps^'),(6755,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6756,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6757,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg','www.w3.org','/2000/svg','!'),(6758,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg','www.w3.org','/2000/svg','&28'),(6759,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html','\n'),(6760,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html','n'),(6761,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html',':'),(6762,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html','\n'),(6763,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6764,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6765,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg','www.w3.org','/2000/svg','!'),(6766,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg','www.w3.org','/2000/svg','&28'),(6767,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','GA'),(6768,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','\nt'),(6769,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0',''),(6770,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php','aws.amazon.com','/apache2.0','S?'),(6771,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt','k7'),(6772,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt',']]>'),(6773,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt','}'),(6774,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt','1'),(6775,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4',''),(6776,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4','ų'),(6777,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4','k8v'),(6778,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4',';%u'),(6779,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(6780,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html','M'),(6781,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html',''),(6782,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html','(742'),(6783,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/','a)'),(6784,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/','Wiߓ'),(6785,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/','d.'),(6786,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/',''),(6787,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','0t|\0'),(6788,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','G2'),(6789,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','8y8'),(6790,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','}'),(6791,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','6TL'),(6792,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','H'),(6793,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','|b2G'),(6794,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','a'),(6795,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','6TL'),(6796,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','H'),(6797,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','|b2G'),(6798,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','a'),(6799,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack',''),(6800,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','-?'),(6801,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','k8v'),(6802,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','\n'),(6803,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack',''),(6804,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','-?'),(6805,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','k8v'),(6806,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','\n'),(6807,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6808,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6809,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6810,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6811,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6812,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6813,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6814,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6815,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6816,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6817,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6818,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6819,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6820,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6821,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(6822,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(6823,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','4|'),(6824,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','\0nP'),(6825,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','7+'),(6826,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','%'),(6827,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','websec.io','/2012/08/27/Preventing-XXE-in-PHP.html','x'),(6828,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','websec.io','/2012/08/27/Preventing-XXE-in-PHP.html','W'),(6829,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0','GA'),(6830,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0','\nt'),(6831,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0',''),(6832,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0','S?'),(6833,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg','www.w3.org','/2000/svg','\Z.6'),(6834,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg','www.w3.org','/2000/svg','\Z~4/'),(6835,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg','www.w3.org','/2000/svg','!'),(6836,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg','www.w3.org','/2000/svg','&28'),(6837,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/2000/svg','\Z.6'),(6838,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/2000/svg','\Z~4/'),(6839,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/2000/svg','!'),(6840,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/2000/svg','&28'),(6841,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/1999/xlink','\Z.6'),(6842,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/1999/xlink','	'),(6843,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/1999/xlink','!'),(6844,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.w3.org','/1999/xlink','1x'),(6845,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.bohemiancoding.com','/sketch',''),(6846,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.bohemiancoding.com','/sketch','G'),(6847,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(6848,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','www.bohemiancoding.com','/sketch','Y'),(6849,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0','GA'),(6850,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0','\nt'),(6851,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0',''),(6852,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0','S?'),(6853,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php','ϻ'),(6854,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php','nk'),(6855,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php',''),(6856,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php','zK'),(6857,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','pear.php.net','/package/Archive_Tar','v'),(6858,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','pear.php.net','/package/Archive_Tar',''),(6859,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','pear.php.net','/package/Archive_Tar','7+'),(6860,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','pear.php.net','/package/Archive_Tar','7Va'),(6861,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php','ϻ'),(6862,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php','nk'),(6863,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php',''),(6864,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php','www.opensource.org','/licenses/bsd-license.php','zK'),(6865,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg','www.w3.org','/2000/svg','\Z.6'),(6866,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg','www.w3.org','/2000/svg','\Z~4/'),(6867,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg','www.w3.org','/2000/svg','!'),(6868,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg','www.w3.org','/2000/svg','&28'),(6869,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/2000/svg','\Z.6'),(6870,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/2000/svg','\Z~4/'),(6871,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/2000/svg','!'),(6872,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/2000/svg','&28'),(6873,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/1999/xlink','\Z.6'),(6874,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/1999/xlink','	'),(6875,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/1999/xlink','!'),(6876,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.w3.org','/1999/xlink','1x'),(6877,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.bohemiancoding.com','/sketch',''),(6878,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.bohemiancoding.com','/sketch','G'),(6879,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(6880,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','www.bohemiancoding.com','/sketch','Y'),(6881,'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php','support.wpbakery.com','/','4'),(6882,'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php','support.wpbakery.com','/','N(='),(6883,'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php','support.wpbakery.com','/','7\Z'),(6884,'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php','support.wpbakery.com','/',''),(6885,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','www.youtube.com','/embed/','h`wn'),(6886,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','www.youtube.com','/embed/',''),(6887,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','www.youtube.com','/embed/','Mçi'),(6888,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','www.youtube.com','/embed/',''),(6889,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','player.vimeo.com','/video/','3'),(6890,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','player.vimeo.com','/video/','k\0'),(6891,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','player.vimeo.com','/video/','U'),(6892,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php','player.vimeo.com','/video/','HW'),(6893,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg','www.w3.org','/2000/svg','\Z.6'),(6894,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg','www.w3.org','/2000/svg','\Z~4/'),(6895,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg','www.w3.org','/2000/svg','!'),(6896,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg','www.w3.org','/2000/svg','&28'),(6897,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6898,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6899,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg','www.w3.org','/2000/svg','!'),(6900,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg','www.w3.org','/2000/svg','&28'),(6901,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg','www.w3.org','/2000/svg','\Z.6'),(6902,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg','www.w3.org','/2000/svg','\Z~4/'),(6903,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg','www.w3.org','/2000/svg','!'),(6904,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg','www.w3.org','/2000/svg','&28'),(6905,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6906,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6907,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg','www.w3.org','/2000/svg','!'),(6908,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg','www.w3.org','/2000/svg','&28'),(6909,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php','www.w3schools.com','/tags/att_global_id.asp',''),(6910,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php','www.w3schools.com','/tags/att_global_id.asp','t'),(6911,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php','www.w3schools.com','/tags/att_global_id.asp','{'),(6912,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(6913,'wp-content/wflogs/config-livewaf.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','\r'),(6914,'wp-content/wflogs/config-livewaf.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','\ZqJ'),(6915,'wp-content/wflogs/config-livewaf.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','\\1'),(6916,'wp-content/wflogs/config-livewaf.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','`֥'),(6917,'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js','www.jacklmoore.com','/zoom','	y'),(6918,'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js','www.jacklmoore.com','/zoom','z'),(6919,'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js','www.jacklmoore.com','/zoom','aR~'),(6920,'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js','www.jacklmoore.com','/zoom','9S'),(6921,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6922,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6923,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg','www.w3.org','/2000/svg','!'),(6924,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg','www.w3.org','/2000/svg','&28'),(6925,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','wordpress.org','/extend/plugins/wordpress-importer/','\'ľ'),(6926,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','wordpress.org','/extend/plugins/wordpress-importer/','\'l'),(6927,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','wordpress.org','/','\'ľ'),(6928,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','wordpress.org','/','e]'),(6929,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html',''),(6930,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html','*w'),(6931,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html','{\''),(6932,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html','Xjm'),(6933,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6934,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6935,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg','www.w3.org','/2000/svg','!'),(6936,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg','www.w3.org','/2000/svg','&28'),(6937,'wp-content/plugins/revslider/includes/tinybox.class.php','www.themepunch.com','/','*'),(6938,'wp-content/plugins/revslider/includes/tinybox.class.php','www.themepunch.com','/',''),(6939,'wp-content/plugins/revslider/includes/tinybox.class.php','www.themepunch.com','/','d'),(6940,'wp-content/plugins/revslider/includes/tinybox.class.php','www.themepunch.com','/','LP'),(6941,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6942,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6943,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6944,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6945,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0','GA'),(6946,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0','\nt'),(6947,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0',''),(6948,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0','S?'),(6949,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php','example.com','/','y'),(6950,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php','example.com','/','sن'),(6951,'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6952,'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6953,'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6954,'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6955,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6956,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6957,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6958,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6959,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6960,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6961,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg','www.w3.org','/2000/svg','!'),(6962,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg','www.w3.org','/2000/svg','&28'),(6963,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/landing/updraftplus-premium','_r'),(6964,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/landing/updraftplus-premium','bj'),(6965,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/','_r'),(6966,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/',''),(6967,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/','_r'),(6968,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/',''),(6969,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(6970,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(6971,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(6972,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(6973,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/2000/svg','\Z.6'),(6974,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/2000/svg','\Z~4/'),(6975,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/2000/svg','!'),(6976,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','www.w3.org','/2000/svg','&28'),(6977,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(6978,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(6979,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php','www.apache.org','/licenses/LICENSE-2.0','$'),(6980,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php','www.apache.org','/licenses/LICENSE-2.0','0'),(6981,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6982,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6983,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg','www.w3.org','/2000/svg','!'),(6984,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg','www.w3.org','/2000/svg','&28'),(6985,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6986,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6987,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','www.w3.org','/2000/svg','!'),(6988,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','www.w3.org','/2000/svg','&28'),(6989,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg','www.w3.org','/2000/svg','\Z.6'),(6990,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg','www.w3.org','/2000/svg','\Z~4/'),(6991,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg','www.w3.org','/2000/svg','!'),(6992,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg','www.w3.org','/2000/svg','&28'),(6993,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg','www.w3.org','/2000/svg','\Z.6'),(6994,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(6995,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg','www.w3.org','/2000/svg','!'),(6996,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg','www.w3.org','/2000/svg','&28'),(6997,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg','www.w3.org','/2000/svg','\Z.6'),(6998,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg','www.w3.org','/2000/svg','\Z~4/'),(6999,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg','www.w3.org','/2000/svg','!'),(7000,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg','www.w3.org','/2000/svg','&28'),(7001,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7002,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7003,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg','www.w3.org','/2000/svg','!'),(7004,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg','www.w3.org','/2000/svg','&28'),(7005,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7006,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7007,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg','www.w3.org','/2000/svg','!'),(7008,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg','www.w3.org','/2000/svg','&28'),(7009,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7010,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7011,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7012,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7013,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest','\Z}{E'),(7014,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest','/'),(7015,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest',''),(7016,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest','Gc'),(7017,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7018,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7019,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg','www.w3.org','/2000/svg','!'),(7020,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg','www.w3.org','/2000/svg','&28'),(7021,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7022,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7023,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7024,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7025,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/','\Z}{E'),(7026,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/',''),(7027,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/',''),(7028,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/','GK'),(7029,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive','O'),(7030,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive','Wpʄ'),(7031,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive','Q'),(7032,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive',':'),(7033,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata','O'),(7034,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata',''),(7035,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata','Q'),(7036,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata','3G'),(7037,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','O'),(7038,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','m4v'),(7039,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','Q'),(7040,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','{]'),(7041,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','O'),(7042,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','s'),(7043,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','Q'),(7044,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','V'),(7045,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','O'),(7046,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','^PJ'),(7047,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','Q'),(7048,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','03)'),(7049,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly','O'),(7050,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly',''),(7051,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly','Q'),(7052,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly','\'|'),(7053,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','O'),(7054,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','6ԝ'),(7055,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','Q'),(7056,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','1q'),(7057,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','O'),(7058,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','I	'),(7059,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','Q'),(7060,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','R'),(7061,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','\'('),(7062,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','	'),(7063,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','zU'),(7064,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','n'),(7065,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/qtactivex/qtplugin.cab','\Zor'),(7066,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/qtactivex/qtplugin.cab','T'),(7067,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/qtactivex/qtplugin.cab','\"e'),(7068,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/qtactivex/qtplugin.cab','y'),(7069,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/quicktime/download/','\Zor'),(7070,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/quicktime/download/','^k'),(7071,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/quicktime/download/','\"e'),(7072,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.apple.com','/quicktime/download/','d'),(7073,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','twitter.com','/share','<+'),(7074,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','twitter.com','/share',''),(7075,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','platform.twitter.com','/widgets.js',''),(7076,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','platform.twitter.com','/widgets.js','i'),(7077,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','platform.twitter.com','/widgets.js','<+'),(7078,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','platform.twitter.com','/widgets.js','B'),(7079,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.facebook.com','/plugins/like.php','>r;Y'),(7080,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.facebook.com','/plugins/like.php','7'),(7081,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.facebook.com','/plugins/like.php','13('),(7082,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.facebook.com','/plugins/like.php','{,'),(7083,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.youtube.com','/embed/','h`wn'),(7084,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.youtube.com','/embed/',''),(7085,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.youtube.com','/embed/','Mçi'),(7086,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','www.youtube.com','/embed/',''),(7087,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','player.vimeo.com','/video/','3'),(7088,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','player.vimeo.com','/video/','k\0'),(7089,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','player.vimeo.com','/video/','U'),(7090,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','player.vimeo.com','/video/','HW'),(7091,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7092,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7093,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7094,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7095,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/','\Z}{E'),(7096,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/','syQX'),(7097,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/',''),(7098,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/','7\\'),(7099,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics','O'),(7100,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics','b'),(7101,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics','Q'),(7102,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics',' ǘ'),(7103,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','O'),(7104,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','J'),(7105,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','Q'),(7106,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','\\oG'),(7107,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','O'),(7108,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','L\"'),(7109,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','Q'),(7110,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','p6'),(7111,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly','O'),(7112,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly',''),(7113,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly','Q'),(7114,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly','['),(7115,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','O'),(7116,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','$'),(7117,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','Q'),(7118,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','7'),(7119,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','O'),(7120,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','\\'),(7121,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','Q'),(7122,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','2C'),(7123,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0','GA'),(7124,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0','\nt'),(7125,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0',''),(7126,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0','S?'),(7127,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7128,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7129,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg','www.w3.org','/2000/svg','!'),(7130,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg','www.w3.org','/2000/svg','&28'),(7131,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0','GA'),(7132,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0','\nt'),(7133,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0',''),(7134,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0','S?'),(7135,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(7136,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html','M'),(7137,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html',''),(7138,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html','(742'),(7139,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/','a)'),(7140,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/','Wiߓ'),(7141,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/','d.'),(7142,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/',''),(7143,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','php.net','/function.mcrypt-encrypt','7+'),(7144,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','php.net','/function.mcrypt-encrypt','pb'),(7145,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php','aws.amazon.com','/apache2.0','GA'),(7146,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php','aws.amazon.com','/apache2.0','\nt'),(7147,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php','aws.amazon.com','/apache2.0',''),(7148,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php','aws.amazon.com','/apache2.0','S?'),(7149,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7150,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7151,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg','www.w3.org','/2000/svg','!'),(7152,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg','www.w3.org','/2000/svg','&28'),(7153,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg','www.w3.org','/2000/svg','\Z.6'),(7154,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg','www.w3.org','/2000/svg','\Z~4/'),(7155,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg','www.w3.org','/2000/svg','!'),(7156,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg','www.w3.org','/2000/svg','&28'),(7157,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg','www.w3.org','/2000/svg','\Z.6'),(7158,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg','www.w3.org','/2000/svg','\Z~4/'),(7159,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg','www.w3.org','/2000/svg','!'),(7160,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg','www.w3.org','/2000/svg','&28'),(7161,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php','aws.amazon.com','/apache2.0','GA'),(7162,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php','aws.amazon.com','/apache2.0','\nt'),(7163,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php','aws.amazon.com','/apache2.0',''),(7164,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php','aws.amazon.com','/apache2.0','S?'),(7165,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/2000/svg','\Z.6'),(7166,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/2000/svg','\Z~4/'),(7167,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/2000/svg','!'),(7168,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/2000/svg','&28'),(7169,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/1999/xlink','\Z.6'),(7170,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/1999/xlink','	'),(7171,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/1999/xlink','!'),(7172,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.w3.org','/1999/xlink','1x'),(7173,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.bohemiancoding.com','/sketch',''),(7174,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.bohemiancoding.com','/sketch','G'),(7175,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(7176,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','www.bohemiancoding.com','/sketch','Y'),(7177,'wp-content/updraft/plugins-old/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','\Z.6'),(7178,'wp-content/updraft/plugins-old/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','V'),(7179,'wp-content/updraft/plugins-old/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','!'),(7180,'wp-content/updraft/plugins-old/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','-3H'),(7181,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','_r'),(7182,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','ʛ'),(7183,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','_r'),(7184,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','ʛ'),(7185,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','_r'),(7186,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','ʛ'),(7187,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','_r'),(7188,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/','ʛ'),(7189,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/shop/','_r'),(7190,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/shop/','~'),(7191,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/shop/','_r'),(7192,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/shop/','~'),(7193,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/translate/','_r'),(7194,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/translate/','><>-'),(7195,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/translate/','_r'),(7196,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/translate/','><>-'),(7197,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','NX\\'),(7198,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','O'),(7199,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','l'),(7200,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','O&'),(7201,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','NX\\'),(7202,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','O'),(7203,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','l'),(7204,'wp-content/updraft/plugins-old/updraftplus/index.html','www.szepe.net','/','O&'),(7205,'wp-content/updraft/plugins-old/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','\'ľ'),(7206,'wp-content/updraft/plugins-old/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','ɂ'),(7207,'wp-content/updraft/plugins-old/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','\'ľ'),(7208,'wp-content/updraft/plugins-old/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','ɂ'),(7209,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/','_r'),(7210,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/',''),(7211,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/','_r'),(7212,'wp-content/updraft/plugins-old/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/',''),(7213,'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php','www.w3schools.com','/tags/att_global_id.asp',''),(7214,'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php','www.w3schools.com','/tags/att_global_id.asp','t'),(7215,'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php','www.w3schools.com','/tags/att_global_id.asp','{'),(7216,'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(7217,'wp-content/themes/bridge/woocommerce/myaccount/form-login.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(7218,'wp-content/themes/bridge/woocommerce/myaccount/form-login.php','docs.woocommerce.com','/document/template-structure/','b'),(7219,'wp-content/themes/bridge/woocommerce/myaccount/form-login.php','docs.woocommerce.com','/document/template-structure/','\0'),(7220,'wp-content/themes/bridge/woocommerce/myaccount/form-login.php','docs.woocommerce.com','/document/template-structure/','5'),(7221,'wp-content/wflogs/config-synced.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','\r'),(7222,'wp-content/wflogs/config-synced.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','\ZqJ'),(7223,'wp-content/wflogs/config-synced.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','\\1'),(7224,'wp-content/wflogs/config-synced.php','docs.wordfence.com','/en/Web_Application_Firewall_FAQ','`֥'),(7225,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0','GA'),(7226,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0','\nt'),(7227,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0',''),(7228,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0','S?'),(7229,'wp-content/plugins/revslider/includes/page-template.class.php','www.themepunch.com','/','*'),(7230,'wp-content/plugins/revslider/includes/page-template.class.php','www.themepunch.com','/',''),(7231,'wp-content/plugins/revslider/includes/page-template.class.php','www.themepunch.com','/','d'),(7232,'wp-content/plugins/revslider/includes/page-template.class.php','www.themepunch.com','/','LP'),(7233,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7234,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7235,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg','www.w3.org','/2000/svg','!'),(7236,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg','www.w3.org','/2000/svg','&28'),(7237,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.youtube.com','/watch','h`wn'),(7238,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.youtube.com','/watch','\n'),(7239,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.youtube.com','/watch','Mçi'),(7240,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.youtube.com','/watch','3y'),(7241,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.w3schools.com','/tags/att_global_id.asp',''),(7242,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.w3schools.com','/tags/att_global_id.asp','t'),(7243,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.w3schools.com','/tags/att_global_id.asp','{'),(7244,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(7245,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php','www.w3schools.com','/tags/att_global_id.asp',''),(7246,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php','www.w3schools.com','/tags/att_global_id.asp','t'),(7247,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php','www.w3schools.com','/tags/att_global_id.asp','{'),(7248,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(7249,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7250,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7251,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7252,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7253,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','developers.google.com','/bid-manager/','\Z}{E'),(7254,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','developers.google.com','/bid-manager/','\''),(7255,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','developers.google.com','/bid-manager/',''),(7256,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php','developers.google.com','/bid-manager/','=@'),(7257,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7258,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7259,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7260,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7261,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api','\Z}{E'),(7262,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api','\Z'),(7263,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api',''),(7264,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api','uo%'),(7265,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7266,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7267,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','www.w3.org','/2000/svg','!'),(7268,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','www.w3.org','/2000/svg','&28'),(7269,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.jplayer.org','/','Ȣ&'),(7270,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.jplayer.org','/',' ]'),(7271,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.jplayer.org','/','W<'),(7272,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.jplayer.org','/','B`'),(7273,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(7274,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.opensource.org','/licenses/mit-license.php','4'),(7275,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.opensource.org','/licenses/mit-license.php',''),(7276,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(7277,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.gnu.org','/copyleft/gpl.html',''),(7278,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.gnu.org','/copyleft/gpl.html','Ax'),(7279,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.gnu.org','/copyleft/gpl.html','{\''),(7280,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.gnu.org','/copyleft/gpl.html','o!'),(7281,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.modernizr.com','/)','YN'),(7282,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.modernizr.com','/)',''),(7283,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.modernizr.com','/)','-'),(7284,'wp-content/themes/bridge/js/plugins/jplayer.min.js','www.modernizr.com','/)','E$'),(7285,'wp-content/themes/bridge/js/plugins/jplayer.min.js','blog.alexmaccaw.com','/css-transitions','M)5'),(7286,'wp-content/themes/bridge/js/plugins/jplayer.min.js','blog.alexmaccaw.com','/css-transitions',''),(7287,'wp-content/themes/bridge/js/plugins/jplayer.min.js','blog.alexmaccaw.com','/css-transitions','v'),(7288,'wp-content/themes/bridge/js/plugins/jplayer.min.js','blog.alexmaccaw.com','/css-transitions','u'),(7289,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7290,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7291,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7292,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7293,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',')eȝ'),(7294,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','Y'),(7295,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','gQ'),(7296,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','9a'),(7297,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','n'),(7298,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',''),(7299,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',')eȝ'),(7300,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','Y'),(7301,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','gQ'),(7302,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','9a'),(7303,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','n'),(7304,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',''),(7305,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','z'),(7306,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','rJ'),(7307,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/',')eȝ'),(7308,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','Y'),(7309,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','gQ'),(7310,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','9a'),(7311,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','n'),(7312,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/',''),(7313,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7314,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7315,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7316,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7317,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7318,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7319,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7320,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7321,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7322,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7323,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7324,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7325,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7326,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7327,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7328,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7329,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php','aws.amazon.com','/apache2.0','GA'),(7330,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php','aws.amazon.com','/apache2.0','\nt'),(7331,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php','aws.amazon.com','/apache2.0',''),(7332,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php','aws.amazon.com','/apache2.0','S?'),(7333,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7334,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7335,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg','www.w3.org','/2000/svg','!'),(7336,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg','www.w3.org','/2000/svg','&28'),(7337,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7338,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7339,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg','www.w3.org','/2000/svg','!'),(7340,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg','www.w3.org','/2000/svg','&28'),(7341,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php','kJ'),(7342,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php',';E'),(7343,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php','JDG'),(7344,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','raw.githubusercontent.com','/mrclay/minify/master/min/lib/Minify/CSS/Compressor.php','F'),(7345,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/','j'),(7346,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/','hH'),(7347,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/',''),(7348,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php','code.google.com','/u/1stvamp/',':O'),(7349,'wp-content/themes/bridge/woocommerce/cart/cart-empty.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(7350,'wp-content/themes/bridge/woocommerce/cart/cart-empty.php','docs.woocommerce.com','/document/template-structure/','b'),(7351,'wp-content/themes/bridge/woocommerce/cart/cart-empty.php','docs.woocommerce.com','/document/template-structure/','\0'),(7352,'wp-content/themes/bridge/woocommerce/cart/cart-empty.php','docs.woocommerce.com','/document/template-structure/','5'),(7353,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7354,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7355,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7356,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7357,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7358,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7359,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7360,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7361,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7362,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7363,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7364,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7365,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7366,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7367,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7368,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7369,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7370,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7371,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg','www.w3.org','/2000/svg','!'),(7372,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg','www.w3.org','/2000/svg','&28'),(7373,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7374,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7375,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg','www.w3.org','/2000/svg','!'),(7376,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg','www.w3.org','/2000/svg','&28'),(7377,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7378,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7379,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg','www.w3.org','/2000/svg','!'),(7380,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg','www.w3.org','/2000/svg','&28'),(7381,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7382,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7383,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg','www.w3.org','/2000/svg','!'),(7384,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg','www.w3.org','/2000/svg','&28'),(7385,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7386,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7387,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg','www.w3.org','/2000/svg','!'),(7388,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg','www.w3.org','/2000/svg','&28');
INSERT INTO `wpdl_wfhoover` VALUES (7389,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7390,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7391,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg','www.w3.org','/2000/svg','!'),(7392,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg','www.w3.org','/2000/svg','&28'),(7393,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/','f3|'),(7394,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/','E'),(7395,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/','7\Z'),(7396,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/',''),(7397,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/preface','fVR'),(7398,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/preface',''),(7399,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/preface','7\Z'),(7400,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/preface','$~$'),(7401,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/introduction','fVR'),(7402,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/introduction','#'),(7403,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/introduction','7\Z'),(7404,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/introduction','dm'),(7405,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-and-resources','fVR'),(7406,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-and-resources',';Y'),(7407,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-and-resources','7\Z'),(7408,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-and-resources','j_'),(7409,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-policy','fVR'),(7410,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-policy',''),(7411,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-policy','7\Z'),(7412,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/support-policy','s'),(7413,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/release-notes','fVR'),(7414,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/release-notes','G'),(7415,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/release-notes','7\Z'),(7416,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/release-notes','O-'),(7417,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/licensing','fVR'),(7418,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/licensing','<'),(7419,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/licensing','7\Z'),(7420,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/licensing','4Tq'),(7421,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/regular-license','fVR'),(7422,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/regular-license','\0'),(7423,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/regular-license','7\Z'),(7424,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/regular-license','ߩ'),(7425,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/extended-license','fVR'),(7426,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/extended-license','Q`'),(7427,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/extended-license','7\Z'),(7428,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/extended-license','Q'),(7429,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/in-stock-license-terms','fVR'),(7430,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/in-stock-license-terms',']ٹ'),(7431,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/in-stock-license-terms','7\Z'),(7432,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/in-stock-license-terms','\"'),(7433,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/getting-started','fVR'),(7434,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/getting-started','Qpo'),(7435,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/getting-started','7\Z'),(7436,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/getting-started','ms'),(7437,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/install','fVR'),(7438,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/install','d'),(7439,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/install','7\Z'),(7440,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/install','S'),(7441,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/activation','fVR'),(7442,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/activation','-'),(7443,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/activation','7\Z'),(7444,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/activation','w'),(7445,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/update','fVR'),(7446,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/update','y}\\'),(7447,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/update','7\Z'),(7448,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/update','Ҹ'),(7449,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-type','fVR'),(7450,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-type',' _n'),(7451,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-type','7\Z'),(7452,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-type','1'),(7453,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/learning-more','fVR'),(7454,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/learning-more','J}'),(7455,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/learning-more','7\Z'),(7456,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/learning-more','6'),(7457,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/basic-concept','fVR'),(7458,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/basic-concept','|ZT'),(7459,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/basic-concept','7\Z'),(7460,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/basic-concept',''),(7461,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-elements','fVR'),(7462,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-elements','~k'),(7463,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-elements','7\Z'),(7464,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/content-elements','Va'),(7465,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/general-settings','fVR'),(7466,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/general-settings','\\'),(7467,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/general-settings','7\Z'),(7468,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/general-settings','R'),(7469,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/custom-css','fVR'),(7470,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/custom-css','\Zx'),(7471,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/custom-css','7\Z'),(7472,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/custom-css',''),(7473,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-design-options','fVR'),(7474,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-design-options',','),(7475,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-design-options','7\Z'),(7476,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-design-options','?'),(7477,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/responsive-settings','fVR'),(7478,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/responsive-settings',' 5x'),(7479,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/responsive-settings','7\Z'),(7480,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/responsive-settings','z.2+'),(7481,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templates','fVR'),(7482,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templates','Oan'),(7483,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templates','7\Z'),(7484,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templates','g'),(7485,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/predefined-layouts','fVR'),(7486,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/predefined-layouts',''),(7487,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/predefined-layouts','7\Z'),(7488,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/predefined-layouts','_q\"'),(7489,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/shortcode-mapper','fVR'),(7490,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/shortcode-mapper','̙'),(7491,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/shortcode-mapper','7\Z'),(7492,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/shortcode-mapper','e'),(7493,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/grid-builder','fVR'),(7494,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/grid-builder','V'),(7495,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/grid-builder','7\Z'),(7496,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/grid-builder','݀'),(7497,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/image-filters','fVR'),(7498,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/image-filters','sN'),(7499,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/image-filters','7\Z'),(7500,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/image-filters','v'),(7501,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-presets','fVR'),(7502,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-presets','C'),(7503,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-presets','7\Z'),(7504,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/element-presets','n|'),(7505,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/vc-how-tos','fVR'),(7506,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/vc-how-tos','q'),(7507,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/vc-how-tos','7\Z'),(7508,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/vc-how-tos','Q'),(7509,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/faq','fVR'),(7510,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/faq','Sf'),(7511,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/faq','7\Z'),(7512,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/faq',''),(7513,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addons','fVR'),(7514,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addons','}b\\'),(7515,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addons','7\Z'),(7516,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addons',''),(7517,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templatera','fVR'),(7518,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templatera','@X'),(7519,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templatera','7\Z'),(7520,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/templatera','>b'),(7521,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/easy-tables','fVR'),(7522,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/easy-tables',':82'),(7523,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/easy-tables','7\Z'),(7524,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/easy-tables','/΂'),(7525,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addon-development-rules','fVR'),(7526,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addon-development-rules',''),(7527,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addon-development-rules','7\Z'),(7528,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/addon-development-rules','~o'),(7529,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/theme-integration','fVR'),(7530,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/theme-integration','Q'),(7531,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/theme-integration','7\Z'),(7532,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/theme-integration','o'),(7533,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/inner-api','fVR'),(7534,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/inner-api','Oȑ'),(7535,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/inner-api','7\Z'),(7536,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','go.wpbakery.com','/inner-api','-(W'),(7537,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/','f3|'),(7538,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/','E'),(7539,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/','7\Z'),(7540,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','kb.wpbakery.com','/',''),(7541,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php','github.com','/benthedesigner/dropbox',':\0$'),(7542,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php','github.com','/benthedesigner/dropbox','zu'),(7543,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0','GA'),(7544,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0','\nt'),(7545,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0',''),(7546,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0','S?'),(7547,'wp-content/plugins/revslider/includes/object-library.class.php','www.themepunch.com','/','*'),(7548,'wp-content/plugins/revslider/includes/object-library.class.php','www.themepunch.com','/',''),(7549,'wp-content/plugins/revslider/includes/object-library.class.php','www.themepunch.com','/','d'),(7550,'wp-content/plugins/revslider/includes/object-library.class.php','www.themepunch.com','/','LP'),(7551,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7552,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7553,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7554,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7555,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','www.youtube.com','/embed/','h`wn'),(7556,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','www.youtube.com','/embed/',''),(7557,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','www.youtube.com','/embed/','Mçi'),(7558,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','www.youtube.com','/embed/',''),(7559,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','player.vimeo.com','/video/','3'),(7560,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','player.vimeo.com','/video/','k\0'),(7561,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','player.vimeo.com','/video/','U'),(7562,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php','player.vimeo.com','/video/','HW'),(7563,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7564,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7565,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg','www.w3.org','/2000/svg','!'),(7566,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg','www.w3.org','/2000/svg','&28'),(7567,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php','updraftplus.com','/my-account/clones/','_r'),(7568,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php','updraftplus.com','/my-account/clones/','Ae'),(7569,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7570,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7571,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7572,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7573,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7574,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7575,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7576,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7577,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(7578,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(7579,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7580,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7581,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7582,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7583,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(7584,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(7585,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php','aws.amazon.com','/apache2.0','GA'),(7586,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php','aws.amazon.com','/apache2.0','\nt'),(7587,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php','aws.amazon.com','/apache2.0',''),(7588,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php','aws.amazon.com','/apache2.0','S?'),(7589,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7590,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7591,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg','www.w3.org','/2000/svg','!'),(7592,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg','www.w3.org','/2000/svg','&28'),(7593,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0','GA'),(7594,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0','\nt'),(7595,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0',''),(7596,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php','aws.amazon.com','/apache2.0','S?'),(7597,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg','www.w3.org','/2000/svg','\Z.6'),(7598,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg','www.w3.org','/2000/svg','\Z~4/'),(7599,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg','www.w3.org','/2000/svg','!'),(7600,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg','www.w3.org','/2000/svg','&28'),(7601,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0','GA'),(7602,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0','\nt'),(7603,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0',''),(7604,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0','S?'),(7605,'wp-content/plugins/updraftplus/includes/azure-extensions.php','github.com','/Azure/azure-sdk-for-php/issues/758',':\0$'),(7606,'wp-content/plugins/updraftplus/includes/azure-extensions.php','github.com','/Azure/azure-sdk-for-php/issues/758','Rݰ'),(7607,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0','GA'),(7608,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0','\nt'),(7609,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0',''),(7610,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0','S?'),(7611,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','pinterest.com','/pin/create/button/',' '),(7612,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','pinterest.com','/pin/create/button/','\0 9'),(7613,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','assets.pinterest.com','/images/PinExt.png','v&'),(7614,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','assets.pinterest.com','/images/PinExt.png','vU'),(7615,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','assets.pinterest.com','/images/PinExt.png',' '),(7616,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','assets.pinterest.com','/images/PinExt.png','P'),(7617,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7618,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7619,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg','www.w3.org','/2000/svg','!'),(7620,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg','www.w3.org','/2000/svg','&28'),(7621,'wp-content/plugins/js_composer/include/templates/params/loop/templates.html','codex.wordpress.org','/Class_Reference/WP_Query',''),(7622,'wp-content/plugins/js_composer/include/templates/params/loop/templates.html','codex.wordpress.org','/Class_Reference/WP_Query','U'),(7623,'wp-content/plugins/js_composer/include/templates/params/loop/templates.html','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(7624,'wp-content/plugins/js_composer/include/templates/params/loop/templates.html','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(7625,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7626,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7627,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg','www.w3.org','/2000/svg','!'),(7628,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg','www.w3.org','/2000/svg','&28'),(7629,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/2000/svg','\Z.6'),(7630,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/2000/svg','\Z~4/'),(7631,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/2000/svg','!'),(7632,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/2000/svg','&28'),(7633,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/1999/xlink','\Z.6'),(7634,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/1999/xlink','	'),(7635,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/1999/xlink','!'),(7636,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.w3.org','/1999/xlink','1x'),(7637,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.bohemiancoding.com','/sketch',''),(7638,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.bohemiancoding.com','/sketch','G'),(7639,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(7640,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','www.bohemiancoding.com','/sketch','Y'),(7641,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7642,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7643,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7644,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7645,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7646,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7647,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7648,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7649,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7650,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7651,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7652,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7653,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7654,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7655,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7656,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7657,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(7658,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(7659,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(7660,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(7661,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause',''),(7662,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause','g2'),(7663,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(7664,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(7665,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','7+'),(7666,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','<J'),(7667,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause',''),(7668,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause','g2'),(7669,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(7670,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(7671,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','7+'),(7672,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','<J'),(7673,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','v'),(7674,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','~\"'),(7675,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','7+'),(7676,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','<'),(7677,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','C'),(7678,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','a'),(7679,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','ST'),(7680,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','n'),(7681,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','4|'),(7682,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','Q'),(7683,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','7+'),(7684,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','ڰk'),(7685,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7686,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7687,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7688,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7689,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7690,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7691,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','www.w3.org','/2000/svg','!'),(7692,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','www.w3.org','/2000/svg','&28'),(7693,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7694,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7695,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg','www.w3.org','/2000/svg','!'),(7696,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg','www.w3.org','/2000/svg','&28'),(7697,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php','www.w3schools.com','/tags/att_global_id.asp',''),(7698,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php','www.w3schools.com','/tags/att_global_id.asp','t'),(7699,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php','www.w3schools.com','/tags/att_global_id.asp','{'),(7700,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(7701,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/2000/svg','\Z.6'),(7702,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/2000/svg','\Z~4/'),(7703,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/2000/svg','!'),(7704,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/2000/svg','&28'),(7705,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/1999/xlink','\Z.6'),(7706,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/1999/xlink','	'),(7707,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/1999/xlink','!'),(7708,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.w3.org','/1999/xlink','1x'),(7709,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.bohemiancoding.com','/sketch',''),(7710,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.bohemiancoding.com','/sketch','G'),(7711,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(7712,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','www.bohemiancoding.com','/sketch','Y'),(7713,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(7714,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(7715,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(7716,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(7717,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/2000/svg','\Z.6'),(7718,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/2000/svg','\Z~4/'),(7719,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/2000/svg','!'),(7720,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg','www.w3.org','/2000/svg','&28'),(7721,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7722,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7723,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7724,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7725,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7726,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7727,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7728,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7729,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7730,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7731,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7732,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7733,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7734,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7735,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7736,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7737,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7738,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7739,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg','www.w3.org','/2000/svg','!'),(7740,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg','www.w3.org','/2000/svg','&28'),(7741,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7742,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7743,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg','www.w3.org','/2000/svg','!'),(7744,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg','www.w3.org','/2000/svg','&28'),(7745,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7746,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7747,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7748,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7749,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7750,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7751,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7752,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7753,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','idgettr.com','/','d'),(7754,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','idgettr.com','/','^'),(7755,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','www.w3schools.com','/tags/att_global_id.asp',''),(7756,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','www.w3schools.com','/tags/att_global_id.asp','t'),(7757,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','www.w3schools.com','/tags/att_global_id.asp','{'),(7758,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(7759,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7760,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7761,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg','www.w3.org','/2000/svg','!'),(7762,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg','www.w3.org','/2000/svg','&28'),(7763,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php','aws.amazon.com','/apache2.0','GA'),(7764,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php','aws.amazon.com','/apache2.0','\nt'),(7765,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php','aws.amazon.com','/apache2.0',''),(7766,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php','aws.amazon.com','/apache2.0','S?'),(7767,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7768,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7769,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7770,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7771,'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js','codemirror.net','/LICENSE','\rU!'),(7772,'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js','codemirror.net','/LICENSE','7K'),(7773,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php','aws.amazon.com','/apache2.0','GA'),(7774,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php','aws.amazon.com','/apache2.0','\nt'),(7775,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php','aws.amazon.com','/apache2.0',''),(7776,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php','aws.amazon.com','/apache2.0','S?'),(7777,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0','GA'),(7778,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0','\nt'),(7779,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0',''),(7780,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0','S?'),(7781,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7782,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7783,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7784,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7785,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg','www.w3.org','/2000/svg','\Z.6'),(7786,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg','www.w3.org','/2000/svg','\Z~4/'),(7787,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg','www.w3.org','/2000/svg','!'),(7788,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg','www.w3.org','/2000/svg','&28'),(7789,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7790,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7791,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg','www.w3.org','/2000/svg','!'),(7792,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg','www.w3.org','/2000/svg','&28'),(7793,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7794,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7795,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg','www.w3.org','/2000/svg','!'),(7796,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg','www.w3.org','/2000/svg','&28'),(7797,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7798,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7799,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg','www.w3.org','/2000/svg','!'),(7800,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg','www.w3.org','/2000/svg','&28'),(7801,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7802,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7803,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg','www.w3.org','/2000/svg','!'),(7804,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg','www.w3.org','/2000/svg','&28'),(7805,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7806,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7807,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7808,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7809,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7810,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7811,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7812,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7813,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/','\Z}{E'),(7814,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/','p'),(7815,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/',''),(7816,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/',' '),(7817,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','O'),(7818,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','H'),(7819,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','Q'),(7820,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','Z'),(7821,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','O'),(7822,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','v3'),(7823,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','Q'),(7824,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','?\n'),(7825,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login','O'),(7826,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login',''),(7827,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login','Q'),(7828,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login',''),(7829,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','O'),(7830,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','N'),(7831,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','Q'),(7832,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','G'),(7833,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','O'),(7834,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','K'),(7835,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','Q'),(7836,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','['),(7837,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read','O'),(7838,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read',':v'),(7839,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read','Q'),(7840,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read','\''),(7841,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','O'),(7842,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','e'),(7843,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','Q'),(7844,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','P'),(7845,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write','O'),(7846,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write','!K\\'),(7847,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write','Q'),(7848,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write',''),(7849,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','O'),(7850,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','+\0'),(7851,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','Q'),(7852,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','	h'),(7853,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','O'),(7854,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(7855,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','Q'),(7856,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','~'),(7857,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7858,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7859,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg','www.w3.org','/2000/svg','!'),(7860,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg','www.w3.org','/2000/svg','&28'),(7861,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7862,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7863,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7864,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7865,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7866,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7867,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg','www.w3.org','/2000/svg','!'),(7868,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg','www.w3.org','/2000/svg','&28'),(7869,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7870,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7871,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg','www.w3.org','/2000/svg','!'),(7872,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg','www.w3.org','/2000/svg','&28'),(7873,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7874,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7875,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg','www.w3.org','/2000/svg','!'),(7876,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg','www.w3.org','/2000/svg','&28'),(7877,'wp-content/themes/bridge/js/plugins/jquery.appear.js','github.com','/bas2k/jquery.appear/',':\0$'),(7878,'wp-content/themes/bridge/js/plugins/jquery.appear.js','github.com','/bas2k/jquery.appear/','}'),(7879,'wp-content/themes/bridge/js/plugins/jquery.appear.js','code.google.com','/p/jquery-appear/','j'),(7880,'wp-content/themes/bridge/js/plugins/jquery.appear.js','code.google.com','/p/jquery-appear/','_'),(7881,'wp-content/themes/bridge/js/plugins/jquery.appear.js','code.google.com','/p/jquery-appear/',''),(7882,'wp-content/themes/bridge/js/plugins/jquery.appear.js','code.google.com','/p/jquery-appear/',',U'),(7883,'wp-content/themes/bridge/js/plugins/jquery.appear.js','bas2k.ru','/','^}'),(7884,'wp-content/themes/bridge/js/plugins/jquery.appear.js','bas2k.ru','/','aK'),(7885,'wp-content/themes/bridge/js/plugins/jquery.appear.js','www.opensource.org','/licenses/mit-license.php)','ϻ'),(7886,'wp-content/themes/bridge/js/plugins/jquery.appear.js','www.opensource.org','/licenses/mit-license.php)','_@7'),(7887,'wp-content/themes/bridge/js/plugins/jquery.appear.js','www.opensource.org','/licenses/mit-license.php)',''),(7888,'wp-content/themes/bridge/js/plugins/jquery.appear.js','www.opensource.org','/licenses/mit-license.php)','/@'),(7889,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7890,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7891,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7892,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7893,'wp-content/themes/bridge/woocommerce/single-product/tabs/description.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(7894,'wp-content/themes/bridge/woocommerce/single-product/tabs/description.php','docs.woocommerce.com','/document/template-structure/','b'),(7895,'wp-content/themes/bridge/woocommerce/single-product/tabs/description.php','docs.woocommerce.com','/document/template-structure/','\0'),(7896,'wp-content/themes/bridge/woocommerce/single-product/tabs/description.php','docs.woocommerce.com','/document/template-structure/','5'),(7897,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0','GA'),(7898,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0','\nt'),(7899,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0',''),(7900,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php','aws.amazon.com','/apache2.0','S?'),(7901,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','tools.ietf.org','/html/rfc2268','C'),(7902,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','tools.ietf.org','/html/rfc2268','Ye'),(7903,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','tools.ietf.org','/html/rfc2268','ST'),(7904,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','tools.ietf.org','/html/rfc2268','k'),(7905,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(7906,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','www.opensource.org','/licenses/mit-license.html','M'),(7907,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','www.opensource.org','/licenses/mit-license.html',''),(7908,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','www.opensource.org','/licenses/mit-license.html','(742'),(7909,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','phpseclib.sourceforge.net','/','a)'),(7910,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','phpseclib.sourceforge.net','/','Wiߓ'),(7911,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','phpseclib.sourceforge.net','/','d.'),(7912,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','phpseclib.sourceforge.net','/',''),(7913,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(7914,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(7915,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(7916,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(7917,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(7918,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(7919,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(7920,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(7921,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(7922,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(7923,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(7924,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(7925,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(7926,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(7927,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(7928,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(7929,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(7930,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(7931,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(7932,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(7933,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7934,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7935,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7936,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7937,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7938,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7939,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7940,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7941,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7942,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7943,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7944,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7945,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7946,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7947,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7948,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7949,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7950,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7951,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7952,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7953,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7954,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7955,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7956,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7957,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7958,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7959,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7960,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7961,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7962,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7963,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(7964,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(7965,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg','www.w3.org','/2000/svg','\Z.6'),(7966,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(7967,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg','www.w3.org','/2000/svg','!'),(7968,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg','www.w3.org','/2000/svg','&28'),(7969,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(7970,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(7971,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','$'),(7972,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','0'),(7973,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started','\Z}{E'),(7974,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started',''),(7975,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started',''),(7976,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started','o'),(7977,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','O'),(7978,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','|\\'),(7979,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','Q'),(7980,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','L_'),(7981,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0','GA'),(7982,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0','\nt'),(7983,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0',''),(7984,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','aws.amazon.com','/apache2.0','S?'),(7985,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','4|'),(7986,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','?O'),(7987,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','7+'),(7988,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php','www.php.net','/manual/en/function.glob.php','\Z4'),(7989,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg','www.w3.org','/2000/svg','\Z.6'),(7990,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg','www.w3.org','/2000/svg','\Z~4/'),(7991,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg','www.w3.org','/2000/svg','!'),(7992,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg','www.w3.org','/2000/svg','&28'),(7993,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/2000/svg','\Z.6'),(7994,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/2000/svg','\Z~4/'),(7995,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/2000/svg','!'),(7996,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/2000/svg','&28'),(7997,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/1999/xlink','\Z.6'),(7998,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/1999/xlink','	'),(7999,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/1999/xlink','!'),(8000,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.w3.org','/1999/xlink','1x'),(8001,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.bohemiancoding.com','/sketch',''),(8002,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.bohemiancoding.com','/sketch','G'),(8003,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(8004,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','www.bohemiancoding.com','/sketch','Y'),(8005,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8006,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8007,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg','www.w3.org','/2000/svg','!'),(8008,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg','www.w3.org','/2000/svg','&28'),(8009,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg','www.w3.org','/2000/svg','\Z.6'),(8010,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg','www.w3.org','/2000/svg','\Z~4/'),(8011,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg','www.w3.org','/2000/svg','!'),(8012,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg','www.w3.org','/2000/svg','&28'),(8013,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8014,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8015,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg','www.w3.org','/2000/svg','!'),(8016,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg','www.w3.org','/2000/svg','&28'),(8017,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0','GA'),(8018,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0','\nt'),(8019,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0',''),(8020,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php','aws.amazon.com','/apache2.0','S?'),(8021,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0','GA'),(8022,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0','\nt'),(8023,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0',''),(8024,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php','aws.amazon.com','/apache2.0','S?'),(8025,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8026,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8027,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg','www.w3.org','/2000/svg','!'),(8028,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg','www.w3.org','/2000/svg','&28'),(8029,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8030,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8031,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg','www.w3.org','/2000/svg','!'),(8032,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg','www.w3.org','/2000/svg','&28'),(8033,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg','www.w3.org','/2000/svg','\Z.6'),(8034,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg','www.w3.org','/2000/svg','\Z~4/'),(8035,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg','www.w3.org','/2000/svg','!'),(8036,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg','www.w3.org','/2000/svg','&28'),(8037,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8038,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8039,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg','www.w3.org','/2000/svg','!'),(8040,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg','www.w3.org','/2000/svg','&28'),(8041,'wp-content/themes/bridge/woocommerce/checkout/thankyou.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(8042,'wp-content/themes/bridge/woocommerce/checkout/thankyou.php','docs.woocommerce.com','/document/template-structure/','b'),(8043,'wp-content/themes/bridge/woocommerce/checkout/thankyou.php','docs.woocommerce.com','/document/template-structure/','\0'),(8044,'wp-content/themes/bridge/woocommerce/checkout/thankyou.php','docs.woocommerce.com','/document/template-structure/','5'),(8045,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570','C'),(8046,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570','uYD'),(8047,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570','ST'),(8048,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570',';'),(8049,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8050,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8051,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg','www.w3.org','/2000/svg','!'),(8052,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg','www.w3.org','/2000/svg','&28'),(8053,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8054,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8055,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8056,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8057,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8058,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8059,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8060,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8061,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8062,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8063,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8064,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8065,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8066,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8067,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8068,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8069,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8070,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8071,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8072,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8073,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8074,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8075,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8076,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8077,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php','www.w3schools.com','/tags/att_global_id.asp',''),(8078,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php','www.w3schools.com','/tags/att_global_id.asp','t'),(8079,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php','www.w3schools.com','/tags/att_global_id.asp','{'),(8080,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(8081,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8082,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8083,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg','www.w3.org','/2000/svg','!'),(8084,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg','www.w3.org','/2000/svg','&28'),(8085,'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php','support.wpbakery.com','/templates/download-link','4'),(8086,'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php','support.wpbakery.com','/templates/download-link','|#'),(8087,'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php','support.wpbakery.com','/templates/download-link','7\Z'),(8088,'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php','support.wpbakery.com','/templates/download-link','$'),(8089,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg','www.w3.org','/2000/svg','\Z.6'),(8090,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg','www.w3.org','/2000/svg','\Z~4/'),(8091,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg','www.w3.org','/2000/svg','!'),(8092,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg','www.w3.org','/2000/svg','&28'),(8093,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg','www.w3.org','/2000/svg','\Z.6'),(8094,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg','www.w3.org','/2000/svg','\Z~4/'),(8095,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg','www.w3.org','/2000/svg','!'),(8096,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg','www.w3.org','/2000/svg','&28'),(8097,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(8098,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(8099,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php','aws.amazon.com','/apache2.0',''),(8100,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(8101,'wp-content/themes/bridge/js/plugins/jquery.multiscroll.min.js','github.com','/alvarotrigo/multiscroll.js',':\0$'),(8102,'wp-content/themes/bridge/js/plugins/jquery.multiscroll.min.js','github.com','/alvarotrigo/multiscroll.js','CVf'),(8103,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0','GA'),(8104,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0','\nt'),(8105,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0',''),(8106,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0','S?'),(8107,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0','GA'),(8108,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0','\nt'),(8109,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0',''),(8110,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0','S?'),(8111,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/2000/svg','\Z.6'),(8112,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/2000/svg','\Z~4/'),(8113,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/2000/svg','!'),(8114,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/2000/svg','&28'),(8115,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/1999/xlink','\Z.6'),(8116,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/1999/xlink','	'),(8117,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/1999/xlink','!'),(8118,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.w3.org','/1999/xlink','1x'),(8119,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.bohemiancoding.com','/sketch',''),(8120,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.bohemiancoding.com','/sketch','G'),(8121,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(8122,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','www.bohemiancoding.com','/sketch','Y'),(8123,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg','www.w3.org','/2000/svg','\Z.6'),(8124,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg','www.w3.org','/2000/svg','\Z~4/'),(8125,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg','www.w3.org','/2000/svg','!'),(8126,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg','www.w3.org','/2000/svg','&28'),(8127,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8128,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8129,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg','www.w3.org','/2000/svg','!'),(8130,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg','www.w3.org','/2000/svg','&28'),(8131,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8132,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8133,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg','www.w3.org','/2000/svg','!'),(8134,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg','www.w3.org','/2000/svg','&28'),(8135,'wp-content/themes/bridge/js/plugins/SmoothScroll.js','stereopsis.com','/stopping/','=z'),(8136,'wp-content/themes/bridge/js/plugins/SmoothScroll.js','stereopsis.com','/stopping/',':hw'),(8137,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/2000/svg','\Z.6'),(8138,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/2000/svg','\Z~4/'),(8139,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/2000/svg','!'),(8140,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/2000/svg','&28'),(8141,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/1999/xlink','\Z.6'),(8142,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/1999/xlink','	'),(8143,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/1999/xlink','!'),(8144,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.w3.org','/1999/xlink','1x'),(8145,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.bohemiancoding.com','/sketch',''),(8146,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.bohemiancoding.com','/sketch','G'),(8147,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(8148,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','www.bohemiancoding.com','/sketch','Y'),(8149,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0','GA'),(8150,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0','\nt'),(8151,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0',''),(8152,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0','S?'),(8153,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','php.net','/manual/en/function.curl-getinfo.php','7+'),(8154,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','php.net','/manual/en/function.curl-getinfo.php','%'),(8155,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php','aws.amazon.com','/apache2.0','GA'),(8156,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php','aws.amazon.com','/apache2.0','\nt'),(8157,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php','aws.amazon.com','/apache2.0',''),(8158,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php','aws.amazon.com','/apache2.0','S?'),(8159,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8160,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8161,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg','www.w3.org','/2000/svg','!'),(8162,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg','www.w3.org','/2000/svg','&28'),(8163,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0','GA'),(8164,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0','\nt'),(8165,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0',''),(8166,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0','S?'),(8167,'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8168,'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8169,'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8170,'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8171,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php','parsedown.org','/','35'),(8172,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php','parsedown.org','/','x'),(8173,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php','erusev.com','/','\rL'),(8174,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php','erusev.com','/','ܳ'),(8175,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php','aws.amazon.com','/apache2.0','GA'),(8176,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php','aws.amazon.com','/apache2.0','\nt'),(8177,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php','aws.amazon.com','/apache2.0',''),(8178,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php','aws.amazon.com','/apache2.0','S?'),(8179,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8180,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8181,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8182,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8183,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8184,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8185,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg','www.w3.org','/2000/svg','!'),(8186,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg','www.w3.org','/2000/svg','&28'),(8187,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8188,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8189,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg','www.w3.org','/2000/svg','!'),(8190,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg','www.w3.org','/2000/svg','&28'),(8191,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8192,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8193,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg','www.w3.org','/2000/svg','!'),(8194,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg','www.w3.org','/2000/svg','&28'),(8195,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg','www.w3.org','/2000/svg','\Z.6'),(8196,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg','www.w3.org','/2000/svg','\Z~4/'),(8197,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg','www.w3.org','/2000/svg','!'),(8198,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg','www.w3.org','/2000/svg','&28'),(8199,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8200,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8201,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8202,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8203,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8204,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8205,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8206,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8207,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8208,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8209,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8210,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8211,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8212,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8213,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8214,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8215,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php','aws.amazon.com','/apache2.0','GA'),(8216,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php','aws.amazon.com','/apache2.0','\nt'),(8217,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php','aws.amazon.com','/apache2.0',''),(8218,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php','aws.amazon.com','/apache2.0','S?'),(8219,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8220,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8221,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8222,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8223,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8224,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8225,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg','www.w3.org','/2000/svg','!'),(8226,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg','www.w3.org','/2000/svg','&28'),(8227,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js','github.com','/dreamerslab/jquery.actual',':\0$'),(8228,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js','github.com','/dreamerslab/jquery.actual','t9'),(8229,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0','GA'),(8230,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0','\nt'),(8231,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0',''),(8232,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php','aws.amazon.com','/apache2.0','S?'),(8233,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8234,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8235,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8236,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8237,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','developers.google.com','/datastore/','\Z}{E'),(8238,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','developers.google.com','/datastore/','8K'),(8239,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','developers.google.com','/datastore/',''),(8240,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','developers.google.com','/datastore/','b'),(8241,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/cloud-platform','O'),(8242,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/cloud-platform','f1'),(8243,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/cloud-platform','Q'),(8244,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/cloud-platform','	'),(8245,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/datastore','O'),(8246,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/datastore','0'),(8247,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/datastore','Q'),(8248,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/datastore','Hc'),(8249,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/userinfo.email','O'),(8250,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/userinfo.email','+\0'),(8251,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/userinfo.email','Q'),(8252,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','www.googleapis.com','/auth/userinfo.email','	h'),(8253,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php','aws.amazon.com','/apache2.0','GA'),(8254,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php','aws.amazon.com','/apache2.0','\nt'),(8255,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php','aws.amazon.com','/apache2.0',''),(8256,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php','aws.amazon.com','/apache2.0','S?'),(8257,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(8258,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(8259,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(8260,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(8261,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/2000/svg','\Z.6'),(8262,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/2000/svg','\Z~4/'),(8263,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/2000/svg','!'),(8264,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','www.w3.org','/2000/svg','&28'),(8265,'wp-content/updraft/themes-old/twentyseventeen/header.php','developer.wordpress.org','/themes/basics/template-files/','nh'),(8266,'wp-content/updraft/themes-old/twentyseventeen/header.php','developer.wordpress.org','/themes/basics/template-files/','H'),(8267,'wp-content/updraft/themes-old/twentyseventeen/header.php','developer.wordpress.org','/themes/basics/template-files/','\'ľ'),(8268,'wp-content/updraft/themes-old/twentyseventeen/header.php','developer.wordpress.org','/themes/basics/template-files/','3'),(8269,'wp-content/updraft/themes-old/twentyseventeen/header.php','gmpg.org','/xfn/11','%%'),(8270,'wp-content/updraft/themes-old/twentyseventeen/header.php','gmpg.org','/xfn/11','mMN'),(8271,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','nicescroll.areaaperta.com','/','gQ'),(8272,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','nicescroll.areaaperta.com','/',':['),(8273,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','nicescroll.areaaperta.com','/',';>\n'),(8274,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','nicescroll.areaaperta.com','/','S'),(8275,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','patriciaportfolio.googlecode.com','/files/openhand.cur),n-resize','a:'),(8276,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','patriciaportfolio.googlecode.com','/files/openhand.cur),n-resize',' 6'),(8277,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','patriciaportfolio.googlecode.com','/files/openhand.cur),n-resize','1a/'),(8278,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js','patriciaportfolio.googlecode.com','/files/openhand.cur),n-resize','ٔ8'),(8279,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8280,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8281,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8282,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8283,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0','GA'),(8284,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0','\nt'),(8285,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0',''),(8286,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0','S?'),(8287,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/2000/svg','\Z.6'),(8288,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/2000/svg','\Z~4/'),(8289,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/2000/svg','!'),(8290,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/2000/svg','&28'),(8291,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/1999/xlink','\Z.6'),(8292,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/1999/xlink','	'),(8293,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/1999/xlink','!'),(8294,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.w3.org','/1999/xlink','1x'),(8295,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.bohemiancoding.com','/sketch',''),(8296,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.bohemiancoding.com','/sketch','G'),(8297,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(8298,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','www.bohemiancoding.com','/sketch','Y'),(8299,'wp-content/plugins/revslider/includes/framework/cssparser.class.php','www.themepunch.com','/','*'),(8300,'wp-content/plugins/revslider/includes/framework/cssparser.class.php','www.themepunch.com','/',''),(8301,'wp-content/plugins/revslider/includes/framework/cssparser.class.php','www.themepunch.com','/','d'),(8302,'wp-content/plugins/revslider/includes/framework/cssparser.class.php','www.themepunch.com','/','LP'),(8303,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8304,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8305,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg','www.w3.org','/2000/svg','!'),(8306,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg','www.w3.org','/2000/svg','&28'),(8307,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8308,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8309,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg','www.w3.org','/2000/svg','!'),(8310,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg','www.w3.org','/2000/svg','&28'),(8311,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8312,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8313,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8314,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8315,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','Z'),(8316,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','\\'),(8317,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','2J'),(8318,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','z,'),(8319,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8320,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8321,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8322,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8323,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','developers.google.com','/cloud-sql/docs/admin-api/','\Z}{E'),(8324,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','developers.google.com','/cloud-sql/docs/admin-api/','TW'),(8325,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','developers.google.com','/cloud-sql/docs/admin-api/',''),(8326,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','developers.google.com','/cloud-sql/docs/admin-api/','SmF'),(8327,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/cloud-platform','O'),(8328,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/cloud-platform','f1'),(8329,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/cloud-platform','Q'),(8330,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/cloud-platform','	'),(8331,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/sqlservice.admin','O'),(8332,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/sqlservice.admin','F'),(8333,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/sqlservice.admin','Q'),(8334,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php','www.googleapis.com','/auth/sqlservice.admin','l4'),(8335,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8336,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8337,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg','www.w3.org','/2000/svg','!'),(8338,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg','www.w3.org','/2000/svg','&28'),(8339,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8340,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8341,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg','www.w3.org','/2000/svg','!'),(8342,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg','www.w3.org','/2000/svg','&28'),(8343,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg','www.w3.org','/2000/svg','\Z.6'),(8344,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg','www.w3.org','/2000/svg','\Z~4/'),(8345,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg','www.w3.org','/2000/svg','!'),(8346,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg','www.w3.org','/2000/svg','&28'),(8347,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8348,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8349,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg','www.w3.org','/2000/svg','!'),(8350,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg','www.w3.org','/2000/svg','&28'),(8351,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg','www.w3.org','/2000/svg','\Z.6'),(8352,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg','www.w3.org','/2000/svg','\Z~4/'),(8353,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg','www.w3.org','/2000/svg','!'),(8354,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg','www.w3.org','/2000/svg','&28'),(8355,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8356,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8357,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8358,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8359,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','developers.google.com','/gmail/api/','\Z}{E'),(8360,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','developers.google.com','/gmail/api/','ڪ'),(8361,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','developers.google.com','/gmail/api/',''),(8362,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','developers.google.com','/gmail/api/','#V'),(8363,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','mail.google.com','/','?\'(I'),(8364,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','mail.google.com','/','Z'),(8365,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','mail.google.com','/',''),(8366,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','mail.google.com','/','b'),(8367,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.compose','O'),(8368,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.compose','h'),(8369,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.compose','Q'),(8370,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.compose',''),(8371,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.insert','O'),(8372,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.insert','؄'),(8373,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.insert','Q'),(8374,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.insert','O~'),(8375,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.labels','O'),(8376,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.labels','LE'),(8377,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.labels','Q'),(8378,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.labels','n'),(8379,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.modify','O'),(8380,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.modify',''),(8381,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.modify','Q'),(8382,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.modify',',['),(8383,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.readonly','O'),(8384,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.readonly','\'1'),(8385,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.readonly','Q'),(8386,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php','www.googleapis.com','/auth/gmail.readonly','R'),(8387,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8388,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8389,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8390,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8391,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8392,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8393,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8394,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8395,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8396,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8397,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8398,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8399,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8400,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8401,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8402,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8403,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8404,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8405,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8406,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8407,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8408,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8409,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8410,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8411,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','developers.google.com','/spectrum','\Z}{E'),(8412,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','developers.google.com','/spectrum','d'),(8413,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','developers.google.com','/spectrum',''),(8414,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php','developers.google.com','/spectrum','M'),(8415,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8416,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8417,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg','www.w3.org','/2000/svg','!'),(8418,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg','www.w3.org','/2000/svg','&28'),(8419,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8420,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8421,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg','www.w3.org','/2000/svg','!'),(8422,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg','www.w3.org','/2000/svg','&28'),(8423,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8424,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8425,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8426,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8427,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','u'),(8428,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','n'),(8429,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','j/'),(8430,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','<'),(8431,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg','www.w3.org','/2000/svg','\Z.6'),(8432,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg','www.w3.org','/2000/svg','\Z~4/'),(8433,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg','www.w3.org','/2000/svg','!'),(8434,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg','www.w3.org','/2000/svg','&28'),(8435,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php','kb.wpbakery.com','/','f3|'),(8436,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php','kb.wpbakery.com','/','E'),(8437,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php','kb.wpbakery.com','/','7\Z'),(8438,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php','kb.wpbakery.com','/',''),(8439,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg','www.w3.org','/2000/svg','\Z.6'),(8440,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg','www.w3.org','/2000/svg','\Z~4/'),(8441,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg','www.w3.org','/2000/svg','!'),(8442,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg','www.w3.org','/2000/svg','&28'),(8443,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8444,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8445,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg','www.w3.org','/2000/svg','!'),(8446,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg','www.w3.org','/2000/svg','&28'),(8447,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8448,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8449,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8450,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8451,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','developers.google.com','/compute/docs/instance-groups/manager/v1beta2','\Z}{E'),(8452,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','developers.google.com','/compute/docs/instance-groups/manager/v1beta2','/'),(8453,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','developers.google.com','/compute/docs/instance-groups/manager/v1beta2',''),(8454,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','developers.google.com','/compute/docs/instance-groups/manager/v1beta2','=҇'),(8455,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/cloud-platform','O'),(8456,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/cloud-platform','f1'),(8457,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/cloud-platform','Q'),(8458,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/cloud-platform','	'),(8459,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute','O'),(8460,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute','lj'),(8461,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute','Q'),(8462,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute',''),(8463,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute.readonly','O'),(8464,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute.readonly',';R'),(8465,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute.readonly','Q'),(8466,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php','www.googleapis.com','/auth/compute.readonly','\''),(8467,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8468,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8469,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8470,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8471,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','developers.google.com','/doubleclick-search/','\Z}{E'),(8472,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','developers.google.com','/doubleclick-search/',''),(8473,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','developers.google.com','/doubleclick-search/',''),(8474,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','developers.google.com','/doubleclick-search/','\".'),(8475,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.googleapis.com','/auth/doubleclicksearch','O'),(8476,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.googleapis.com','/auth/doubleclicksearch','I\''),(8477,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.googleapis.com','/auth/doubleclicksearch','Q'),(8478,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php','www.googleapis.com','/auth/doubleclicksearch','?Jq'),(8479,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg','www.w3.org','/2000/svg','\Z.6'),(8480,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg','www.w3.org','/2000/svg','\Z~4/'),(8481,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg','www.w3.org','/2000/svg','!'),(8482,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg','www.w3.org','/2000/svg','&28'),(8483,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0','GA'),(8484,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0','\nt'),(8485,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0',''),(8486,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0','S?'),(8487,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0','GA'),(8488,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0','\nt'),(8489,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0',''),(8490,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php','aws.amazon.com','/apache2.0','S?'),(8491,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0','GA'),(8492,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0','\nt'),(8493,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0',''),(8494,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0','S?'),(8495,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','@T'),(8496,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','J|'),(8497,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','7+'),(8498,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','3'),(8499,'wp-content/themes/bridge/woocommerce/loop/rating.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(8500,'wp-content/themes/bridge/woocommerce/loop/rating.php','docs.woocommerce.com','/document/template-structure/','b'),(8501,'wp-content/themes/bridge/woocommerce/loop/rating.php','docs.woocommerce.com','/document/template-structure/','\0'),(8502,'wp-content/themes/bridge/woocommerce/loop/rating.php','docs.woocommerce.com','/document/template-structure/','5'),(8503,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8504,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8505,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg','www.w3.org','/2000/svg','!'),(8506,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg','www.w3.org','/2000/svg','&28'),(8507,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg','www.w3.org','/2000/svg','\Z.6'),(8508,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg','www.w3.org','/2000/svg','\Z~4/'),(8509,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg','www.w3.org','/2000/svg','!'),(8510,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg','www.w3.org','/2000/svg','&28'),(8511,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8512,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8513,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg','www.w3.org','/2000/svg','!'),(8514,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg','www.w3.org','/2000/svg','&28'),(8515,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','github.com','/DavidAnderson684/Dropbox',':\0$'),(8516,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','github.com','/DavidAnderson684/Dropbox','n'),(8517,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8518,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8519,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','www.w3.org','/2000/svg','!'),(8520,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','www.w3.org','/2000/svg','&28'),(8521,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8522,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8523,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg','www.w3.org','/2000/svg','!'),(8524,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg','www.w3.org','/2000/svg','&28'),(8525,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8526,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8527,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8528,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8529,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8530,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8531,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8532,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8533,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8534,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8535,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8536,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8537,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8538,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8539,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8540,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8541,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8542,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8543,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8544,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8545,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','svn.apache.org','/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types','=A'),(8546,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','svn.apache.org','/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types',''),(8547,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','svn.apache.org','/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types','$'),(8548,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','svn.apache.org','/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types','יM'),(8549,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php','aws.amazon.com','/apache2.0','GA'),(8550,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php','aws.amazon.com','/apache2.0','\nt'),(8551,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php','aws.amazon.com','/apache2.0',''),(8552,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php','aws.amazon.com','/apache2.0','S?'),(8553,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg','www.w3.org','/2000/svg','\Z.6'),(8554,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg','www.w3.org','/2000/svg','\Z~4/'),(8555,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg','www.w3.org','/2000/svg','!'),(8556,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg','www.w3.org','/2000/svg','&28'),(8557,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0','GA'),(8558,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0','\nt'),(8559,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0',''),(8560,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0','S?'),(8561,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','L'),(8562,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','N6'),(8563,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','P#'),(8564,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','S\''),(8565,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','L'),(8566,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','N6'),(8567,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','P#'),(8568,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','help.dreamhost.com','/hc/en-us/articles/360002135871-Cluster-migration-procedure','S\''),(8569,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi','?5'),(8570,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi','X;'),(8571,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi','P#'),(8572,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi',' b='),(8573,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','dreamhost.com','/cloud/dreamobjects/','P#'),(8574,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','dreamhost.com','/cloud/dreamobjects/','ܕ'),(8575,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi','?5'),(8576,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi','X;'),(8577,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi','P#'),(8578,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','panel.dreamhost.com','/index.cgi',' b='),(8579,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','dreamhost.com','/cloud/dreamobjects/','P#'),(8580,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php','dreamhost.com','/cloud/dreamobjects/','ܕ'),(8581,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8582,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8583,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg','www.w3.org','/2000/svg','!'),(8584,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg','www.w3.org','/2000/svg','&28'),(8585,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8586,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8587,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg','www.w3.org','/2000/svg','!'),(8588,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg','www.w3.org','/2000/svg','&28'),(8589,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg','www.w3.org','/2000/svg','\Z.6'),(8590,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg','www.w3.org','/2000/svg','\Z~4/'),(8591,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg','www.w3.org','/2000/svg','!'),(8592,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg','www.w3.org','/2000/svg','&28'),(8593,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8594,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8595,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8596,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8597,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8598,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8599,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg','www.w3.org','/2000/svg','!'),(8600,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg','www.w3.org','/2000/svg','&28'),(8601,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg','www.w3.org','/2000/svg','\Z.6'),(8602,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg','www.w3.org','/2000/svg','\Z~4/'),(8603,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg','www.w3.org','/2000/svg','!'),(8604,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg','www.w3.org','/2000/svg','&28'),(8605,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8606,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8607,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8608,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8609,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/','\Z}{E'),(8610,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/','A)'),(8611,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/',''),(8612,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/','? '),(8613,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','O'),(8614,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','%I'),(8615,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','Q'),(8616,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','Q\n'),(8617,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly','O'),(8618,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly',''),(8619,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly','Q'),(8620,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly',''),(8621,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8622,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8623,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg','www.w3.org','/2000/svg','!'),(8624,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg','www.w3.org','/2000/svg','&28'),(8625,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8626,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8627,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','www.w3.org','/2000/svg','!'),(8628,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','www.w3.org','/2000/svg','&28'),(8629,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php','handlebarsjs.com','/',' @0'),(8630,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php','handlebarsjs.com','/',''),(8631,'wp-content/plugins/revslider/includes/framework/plugin-update.class.php','www.themepunch.com','/','*'),(8632,'wp-content/plugins/revslider/includes/framework/plugin-update.class.php','www.themepunch.com','/',''),(8633,'wp-content/plugins/revslider/includes/framework/plugin-update.class.php','www.themepunch.com','/','d'),(8634,'wp-content/plugins/revslider/includes/framework/plugin-update.class.php','www.themepunch.com','/','LP'),(8635,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8636,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8637,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg','www.w3.org','/2000/svg','!'),(8638,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg','www.w3.org','/2000/svg','&28'),(8639,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','www.paciellogroup.com','/blog/2013/12/using-aria-enhance-svg-accessibility/.','NF'),(8640,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','www.paciellogroup.com','/blog/2013/12/using-aria-enhance-svg-accessibility/.',''),(8641,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','www.paciellogroup.com','/blog/2013/12/using-aria-enhance-svg-accessibility/.',''),(8642,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','www.paciellogroup.com','/blog/2013/12/using-aria-enhance-svg-accessibility/.','B_'),(8643,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','core.trac.wordpress.org','/ticket/38387.','!w'),(8644,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','core.trac.wordpress.org','/ticket/38387.','#'),(8645,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','core.trac.wordpress.org','/ticket/38387.','~'),(8646,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','core.trac.wordpress.org','/ticket/38387.','0'),(8647,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','core.trac.wordpress.org','/ticket/38387.','\'ľ'),(8648,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php','core.trac.wordpress.org','/ticket/38387.','\'l'),(8649,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php','www.w3schools.com','/tags/att_global_id.asp',''),(8650,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php','www.w3schools.com','/tags/att_global_id.asp','t'),(8651,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php','www.w3schools.com','/tags/att_global_id.asp','{'),(8652,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(8653,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8654,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8655,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8656,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8657,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8658,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8659,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8660,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8661,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8662,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8663,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8664,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8665,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8666,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8667,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8668,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8669,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php','aws.amazon.com','/apache2.0','GA'),(8670,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php','aws.amazon.com','/apache2.0','\nt'),(8671,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php','aws.amazon.com','/apache2.0',''),(8672,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php','aws.amazon.com','/apache2.0','S?'),(8673,'wp-content/themes/bridge/js/default.min.js','www.w3.org','/2000/svg','\Z.6'),(8674,'wp-content/themes/bridge/js/default.min.js','www.w3.org','/2000/svg','\Z~4/'),(8675,'wp-content/themes/bridge/js/default.min.js','www.w3.org','/2000/svg','!'),(8676,'wp-content/themes/bridge/js/default.min.js','www.w3.org','/2000/svg','&28'),(8677,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/',''),(8678,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/',''),(8679,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/',''),(8680,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/','Y~q'),(8681,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/terms_of_use.html',''),(8682,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/terms_of_use.html','k'),(8683,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/terms_of_use.html',''),(8684,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js','www.greensock.com','/terms_of_use.html','W'),(8685,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8686,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8687,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8688,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8689,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8690,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8691,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8692,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8693,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8694,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8695,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8696,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8697,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8698,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8699,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8700,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8701,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0','GA'),(8702,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0','\nt'),(8703,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0',''),(8704,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','aws.amazon.com','/apache2.0','S?'),(8705,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html','|B'),(8706,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(8707,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html','GA'),(8708,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(8709,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(8710,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php','docs.aws.amazon.com','/general/latest/gr/rande.html','i5'),(8711,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0','GA'),(8712,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0','\nt'),(8713,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0',''),(8714,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0','S?'),(8715,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg','www.w3.org','/2000/svg','\Z.6'),(8716,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg','www.w3.org','/2000/svg','\Z~4/'),(8717,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg','www.w3.org','/2000/svg','!'),(8718,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg','www.w3.org','/2000/svg','&28'),(8719,'wp-content/plugins/revslider/admin/views/templates/slide-selector.php','www.themepunch.com','/','*'),(8720,'wp-content/plugins/revslider/admin/views/templates/slide-selector.php','www.themepunch.com','/',''),(8721,'wp-content/plugins/revslider/admin/views/templates/slide-selector.php','www.themepunch.com','/','d'),(8722,'wp-content/plugins/revslider/admin/views/templates/slide-selector.php','www.themepunch.com','/','LP'),(8723,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8724,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8725,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg','www.w3.org','/2000/svg','!'),(8726,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg','www.w3.org','/2000/svg','&28'),(8727,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','www.w3.org','/2000/svg','\Z.6'),(8728,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8729,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','www.w3.org','/2000/svg','!'),(8730,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','www.w3.org','/2000/svg','&28'),(8731,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8732,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8733,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8734,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8735,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8736,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8737,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg','www.w3.org','/2000/svg','!'),(8738,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg','www.w3.org','/2000/svg','&28'),(8739,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8740,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8741,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8742,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8743,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise','O'),(8744,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise',''),(8745,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise','Q'),(8746,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise',';'),(8747,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8748,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8749,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8750,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8751,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8752,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8753,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8754,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8755,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8756,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8757,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8758,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8759,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8760,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8761,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8762,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8763,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8764,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8765,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8766,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8767,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg','www.w3.org','/2000/svg','\Z.6'),(8768,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg','www.w3.org','/2000/svg','\Z~4/'),(8769,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg','www.w3.org','/2000/svg','!'),(8770,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg','www.w3.org','/2000/svg','&28'),(8771,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8772,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8773,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8774,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8775,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8776,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8777,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8778,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8779,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8780,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8781,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8782,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8783,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','developers.google.com','/webmaster-tools/v3/welcome','\Z}{E'),(8784,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','developers.google.com','/webmaster-tools/v3/welcome','lO'),(8785,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','developers.google.com','/webmaster-tools/v3/welcome',''),(8786,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','developers.google.com','/webmaster-tools/v3/welcome','V5'),(8787,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters','O'),(8788,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters','y'),(8789,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters','Q'),(8790,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters','['),(8791,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters.readonly','O'),(8792,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters.readonly','bb'),(8793,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters.readonly','Q'),(8794,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.googleapis.com','/auth/webmasters.readonly','a>\"'),(8795,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8796,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8797,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8798,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8799,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).',''),(8800,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).','\rS'),(8801,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).','y'),(8802,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).','\"\Z$'),(8803,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8804,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8805,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8806,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8807,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).',''),(8808,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).','\rS'),(8809,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).','y'),(8810,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/sitemap.xml).','\"\Z$'),(8811,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8812,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8813,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8814,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8815,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8816,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8817,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8818,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8819,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8820,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8821,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8822,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8823,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8824,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8825,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8826,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8827,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8828,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8829,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8830,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8831,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8832,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8833,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8834,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8835,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8836,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8837,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8838,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8839,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/',''),(8840,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','՜'),(8841,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','y'),(8842,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php','www.example.com','/','sن'),(8843,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8844,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8845,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8846,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8847,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8848,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8849,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8850,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8851,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8852,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8853,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8854,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8855,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(8856,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(8857,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8858,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8859,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8860,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8861,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(8862,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(8863,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','GA'),(8864,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','\nt'),(8865,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0',''),(8866,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','S?'),(8867,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8868,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8869,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg','www.w3.org','/2000/svg','!'),(8870,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg','www.w3.org','/2000/svg','&28'),(8871,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','php.net','/manual/en/function.fgets.php','7+'),(8872,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','php.net','/manual/en/function.fgets.php','\'B'),(8873,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg','www.w3.org','/2000/svg','\Z.6'),(8874,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg','www.w3.org','/2000/svg','\Z~4/'),(8875,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg','www.w3.org','/2000/svg','!'),(8876,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg','www.w3.org','/2000/svg','&28'),(8877,'wp-content/updraft/plugins-old/updraftplus/restorer.php','updraftplus.com','/faqs/error-message-pclzip_err_bad_format-10-invalid-archive-structure-mean/','_r'),(8878,'wp-content/updraft/plugins-old/updraftplus/restorer.php','updraftplus.com','/faqs/error-message-pclzip_err_bad_format-10-invalid-archive-structure-mean/','Nm'),(8879,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','!w'),(8880,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598',''),(8881,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~'),(8882,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~r	 '),(8883,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','\'ľ'),(8884,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','m'),(8885,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','!w'),(8886,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598',''),(8887,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~'),(8888,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~r	 '),(8889,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','\'ľ'),(8890,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','m'),(8891,'wp-content/updraft/plugins-old/updraftplus/restorer.php','example.com','/my-page/','y'),(8892,'wp-content/updraft/plugins-old/updraftplus/restorer.php','example.com','/my-page/','lT'),(8893,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','!w'),(8894,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598',''),(8895,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~'),(8896,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','~r	 '),(8897,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','\'ľ'),(8898,'wp-content/updraft/plugins-old/updraftplus/restorer.php','core.trac.wordpress.org','/ticket/26598','m'),(8899,'wp-content/updraft/plugins-old/updraftplus/restorer.php','php.net','/chmod','7+'),(8900,'wp-content/updraft/plugins-old/updraftplus/restorer.php','php.net','/chmod',')$'),(8901,'wp-content/updraft/plugins-old/updraftplus/restorer.php','wordpress.org','/support/topic/plugin-wp-super-cache-warning-php-safe-mode-enabled-but-safe-mode-is-off','\'ľ'),(8902,'wp-content/updraft/plugins-old/updraftplus/restorer.php','wordpress.org','/support/topic/plugin-wp-super-cache-warning-php-safe-mode-enabled-but-safe-mode-is-off','ݬې'),(8903,'wp-content/updraft/plugins-old/updraftplus/restorer.php','wordpress.org','/plugins/custom-content-type-manager/','\'ľ'),(8904,'wp-content/updraft/plugins-old/updraftplus/restorer.php','wordpress.org','/plugins/custom-content-type-manager/','('),(8905,'wp-content/updraft/plugins-old/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/','8x'),(8906,'wp-content/updraft/plugins-old/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/','Sx\\'),(8907,'wp-content/updraft/plugins-old/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/','x'),(8908,'wp-content/updraft/plugins-old/updraftplus/restorer.php','www.elegantthemes.com','/gallery/elegant-builder/',''),(8909,'wp-content/updraft/plugins-old/updraftplus/restorer.php','wordpress.org','/support/topic/issues-with-dev-site','\'ľ'),(8910,'wp-content/updraft/plugins-old/updraftplus/restorer.php','wordpress.org','/support/topic/issues-with-dev-site','lb'),(8911,'wp-content/plugins/js_composer/assets/js/dist/backend.min.js','vc-cc-templates.wpbakery.com','/templates.json','('),(8912,'wp-content/plugins/js_composer/assets/js/dist/backend.min.js','vc-cc-templates.wpbakery.com','/templates.json','Z8'),(8913,'wp-content/plugins/js_composer/assets/js/dist/backend.min.js','vc-cc-templates.wpbakery.com','/templates.json','7\Z'),(8914,'wp-content/plugins/js_composer/assets/js/dist/backend.min.js','vc-cc-templates.wpbakery.com','/templates.json',''),(8915,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz','uM'),(8916,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz','tX'),(8917,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/bar','uM'),(8918,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/bar','|'),(8919,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz/bar','uM'),(8920,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz/bar','\'%'),(8921,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986','C'),(8922,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986',''),(8923,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986','ST'),(8924,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986','D)'),(8925,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8926,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8927,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8928,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8929,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','u'),(8930,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','n'),(8931,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','j/'),(8932,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','api.openstack.org','/','<'),(8933,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','~6-'),(8934,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','#'),(8935,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','9`y'),(8936,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','w-'),(8937,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php','wpbakery.com','/','7\Z'),(8938,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php','wpbakery.com','/','NDa\''),(8939,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8940,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8941,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8942,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8943,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started','\Z}{E'),(8944,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started',','),(8945,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started',''),(8946,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started','̈F'),(8947,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0','GA'),(8948,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0','\nt'),(8949,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0',''),(8950,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0','S?'),(8951,'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php','www.w3schools.com','/tags/att_global_id.asp',''),(8952,'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php','www.w3schools.com','/tags/att_global_id.asp','t'),(8953,'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php','www.w3schools.com','/tags/att_global_id.asp','{'),(8954,'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(8955,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8956,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8957,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg','www.w3.org','/2000/svg','!'),(8958,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg','www.w3.org','/2000/svg','&28'),(8959,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg','www.w3.org','/2000/svg','\Z.6'),(8960,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(8961,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg','www.w3.org','/2000/svg','!'),(8962,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg','www.w3.org','/2000/svg','&28'),(8963,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8964,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8965,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8966,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8967,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8968,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8969,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8970,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8971,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8972,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8973,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8974,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8975,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8976,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8977,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(8978,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(8979,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg','www.w3.org','/2000/svg','\Z.6'),(8980,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg','www.w3.org','/2000/svg','\Z~4/'),(8981,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg','www.w3.org','/2000/svg','!'),(8982,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg','www.w3.org','/2000/svg','&28'),(8983,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8984,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8985,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8986,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8987,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg','www.w3.org','/2000/svg','\Z.6'),(8988,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg','www.w3.org','/2000/svg','\Z~4/'),(8989,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg','www.w3.org','/2000/svg','!'),(8990,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg','www.w3.org','/2000/svg','&28'),(8991,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0','GA'),(8992,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0','\nt'),(8993,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0',''),(8994,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0','S?'),(8995,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(8996,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(8997,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','$'),(8998,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','0'),(8999,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9000,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9001,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg','www.w3.org','/2000/svg','!'),(9002,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg','www.w3.org','/2000/svg','&28'),(9003,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9004,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9005,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg','www.w3.org','/2000/svg','!'),(9006,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg','www.w3.org','/2000/svg','&28'),(9007,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9008,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9009,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9010,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9011,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(9012,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.opensource.org','/licenses/mit-license.html','M'),(9013,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.opensource.org','/licenses/mit-license.html',''),(9014,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.opensource.org','/licenses/mit-license.html','(742'),(9015,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','phpseclib.sourceforge.net','/','a)'),(9016,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','phpseclib.sourceforge.net','/','Wiߓ'),(9017,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','phpseclib.sourceforge.net','/','d.'),(9018,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','phpseclib.sourceforge.net','/',''),(9019,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','ۅ#'),(9020,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9021,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(9022,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9023,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node124.html','ů'),(9024,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node124.html','1g'),(9025,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node124.html',':~+'),(9026,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node124.html','Pu'),(9027,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node10.html','ů'),(9028,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node10.html','vsK'),(9029,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node10.html',':~+'),(9030,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node10.html','%N'),(9031,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Object_identifier',''),(9032,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Object_identifier','n'),(9033,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Object_identifier','k8v'),(9034,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Object_identifier','Hn'),(9035,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','php.net','/class.datetime','7+'),(9036,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','php.net','/class.datetime',''),(9037,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','php.net','/class.datetime','7+'),(9038,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','php.net','/class.datetime',''),(9039,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node12.html','ů'),(9040,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node12.html','E݁6'),(9041,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node12.html',':~+'),(9042,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node12.html',''),(9043,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Teletex',''),(9044,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Teletex','S|!'),(9045,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Teletex','k8v'),(9046,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','en.wikipedia.org','/wiki/Teletex','\0>'),(9047,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','ۅ#'),(9048,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9049,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(9050,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9051,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','ۅ#'),(9052,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9053,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(9054,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9055,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(9056,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9057,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','C'),(9058,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','c'),(9059,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','ST'),(9060,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','Q'),(9061,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html','ů'),(9062,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html','pQ'),(9063,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html',':~+'),(9064,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html','э'),(9065,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','C'),(9066,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','c'),(9067,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','ST'),(9068,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','Q'),(9069,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html','ů'),(9070,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html','0'),(9071,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html',':~+'),(9072,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html','%L'),(9073,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','C'),(9074,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','c'),(9075,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','ST'),(9076,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','Q'),(9077,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html','ů'),(9078,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html','pQ'),(9079,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html',':~+'),(9080,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node15.html','э'),(9081,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','C'),(9082,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','c'),(9083,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','ST'),(9084,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','tools.ietf.org','/html/rfc5280','Q'),(9085,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html','ů'),(9086,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html','0'),(9087,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html',':~+'),(9088,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.obj-sys.com','/asn1tutorial/node14.html','%L'),(9089,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','ۅ#'),(9090,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9091,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf','\r'),(9092,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','www.itu.int','/ITU-T/studygroups/com17/languages/X.690-0207.pdf',''),(9093,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','php.net','/manual/en/migration70.other-changes.php','7+'),(9094,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','php.net','/manual/en/migration70.other-changes.php','V\''),(9095,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg','www.w3.org','/2000/svg','\Z.6'),(9096,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg','www.w3.org','/2000/svg','\Z~4/'),(9097,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg','www.w3.org','/2000/svg','!'),(9098,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg','www.w3.org','/2000/svg','&28'),(9099,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9100,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9101,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9102,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9103,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9104,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9105,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9106,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9107,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9108,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9109,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9110,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9111,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9112,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9113,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9114,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9115,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg','www.w3.org','/2000/svg','\Z.6'),(9116,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg','www.w3.org','/2000/svg','\Z~4/'),(9117,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg','www.w3.org','/2000/svg','!'),(9118,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg','www.w3.org','/2000/svg','&28'),(9119,'wp-content/themes/bridge/woocommerce/myaccount/my-address.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(9120,'wp-content/themes/bridge/woocommerce/myaccount/my-address.php','docs.woocommerce.com','/document/template-structure/','b'),(9121,'wp-content/themes/bridge/woocommerce/myaccount/my-address.php','docs.woocommerce.com','/document/template-structure/','\0'),(9122,'wp-content/themes/bridge/woocommerce/myaccount/my-address.php','docs.woocommerce.com','/document/template-structure/','5'),(9123,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9124,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9125,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','www.w3.org','/2000/svg','!'),(9126,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','www.w3.org','/2000/svg','&28'),(9127,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php','w-shadow.com','/','GZ'),(9128,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php','w-shadow.com','/','0 '),(9129,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php','aws.amazon.com','/apache2.0','GA'),(9130,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php','aws.amazon.com','/apache2.0','\nt'),(9131,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php','aws.amazon.com','/apache2.0',''),(9132,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php','aws.amazon.com','/apache2.0','S?'),(9133,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9134,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9135,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9136,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9137,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9138,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9139,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9140,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9141,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9142,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9143,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9144,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9145,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(9146,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(9147,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9148,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9149,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9150,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9151,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(9152,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(9153,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0','GA'),(9154,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0','\nt'),(9155,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0',''),(9156,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php','aws.amazon.com','/apache2.0','S?'),(9157,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9158,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9159,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg','www.w3.org','/2000/svg','!'),(9160,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg','www.w3.org','/2000/svg','&28'),(9161,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9162,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9163,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg','www.w3.org','/2000/svg','!'),(9164,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg','www.w3.org','/2000/svg','&28'),(9165,'wp-content/themes/bridge/woocommerce/cart/cart-shipping.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(9166,'wp-content/themes/bridge/woocommerce/cart/cart-shipping.php','docs.woocommerce.com','/document/template-structure/','b'),(9167,'wp-content/themes/bridge/woocommerce/cart/cart-shipping.php','docs.woocommerce.com','/document/template-structure/','\0'),(9168,'wp-content/themes/bridge/woocommerce/cart/cart-shipping.php','docs.woocommerce.com','/document/template-structure/','5'),(9169,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9170,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9171,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg','www.w3.org','/2000/svg','!'),(9172,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg','www.w3.org','/2000/svg','&28'),(9173,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9174,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9175,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg','www.w3.org','/2000/svg','!'),(9176,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg','www.w3.org','/2000/svg','&28'),(9177,'wp-content/plugins/revslider/includes/framework/wpml.class.php','www.themepunch.com','/','*'),(9178,'wp-content/plugins/revslider/includes/framework/wpml.class.php','www.themepunch.com','/',''),(9179,'wp-content/plugins/revslider/includes/framework/wpml.class.php','www.themepunch.com','/','d'),(9180,'wp-content/plugins/revslider/includes/framework/wpml.class.php','www.themepunch.com','/','LP'),(9181,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9182,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9183,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg','www.w3.org','/2000/svg','!'),(9184,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg','www.w3.org','/2000/svg','&28'),(9185,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9186,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9187,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9188,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9189,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9190,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9191,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg','www.w3.org','/2000/svg','!'),(9192,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg','www.w3.org','/2000/svg','&28'),(9193,'wp-content/plugins/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','̢.0'),(9194,'wp-content/plugins/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','k0'),(9195,'wp-content/plugins/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','i7N'),(9196,'wp-content/plugins/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','ǒ['),(9197,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9198,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9199,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9200,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9201,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9202,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9203,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9204,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9205,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9206,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9207,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9208,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9209,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9210,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9211,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9212,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9213,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9214,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9215,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','www.w3.org','/2000/svg','!'),(9216,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','www.w3.org','/2000/svg','&28'),(9217,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg','www.w3.org','/2000/svg','\Z.6'),(9218,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg','www.w3.org','/2000/svg','\Z~4/'),(9219,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg','www.w3.org','/2000/svg','!'),(9220,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg','www.w3.org','/2000/svg','&28'),(9221,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9222,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9223,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','www.w3.org','/2000/svg','!'),(9224,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','www.w3.org','/2000/svg','&28'),(9225,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0','GA'),(9226,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0','\nt'),(9227,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0',''),(9228,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0','S?'),(9229,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9230,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9231,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9232,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9233,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9234,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9235,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg','www.w3.org','/2000/svg','!'),(9236,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg','www.w3.org','/2000/svg','&28'),(9237,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','nh'),(9238,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','9K'),(9239,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','\'ľ'),(9240,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','x/'),(9241,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/','nh'),(9242,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/',''),(9243,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/','\'ľ'),(9244,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/','Z'),(9245,'wp-content/updraft/themes-old/twentynineteen/functions.php','codex.wordpress.org','/Theme_Logo',''),(9246,'wp-content/updraft/themes-old/twentynineteen/functions.php','codex.wordpress.org','/Theme_Logo','PF'),(9247,'wp-content/updraft/themes-old/twentynineteen/functions.php','codex.wordpress.org','/Theme_Logo','\'ľ'),(9248,'wp-content/updraft/themes-old/twentynineteen/functions.php','codex.wordpress.org','/Theme_Logo','H'),(9249,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','nh'),(9250,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','A'),(9251,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','\'ľ'),(9252,'wp-content/updraft/themes-old/twentynineteen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','-'),(9253,'wp-content/updraft/themes-old/twentynineteen/functions.php','github.com','/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043',':\0$'),(9254,'wp-content/updraft/themes-old/twentynineteen/functions.php','github.com','/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043','(a'),(9255,'wp-content/updraft/themes-old/twentynineteen/functions.php','git.io','/vWdr2','I\0s'),(9256,'wp-content/updraft/themes-old/twentynineteen/functions.php','git.io','/vWdr2','8'),(9257,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9258,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9259,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9260,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9261,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express','\Z}{E'),(9262,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express','(^'),(9263,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express',''),(9264,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express','*9G'),(9265,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9266,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9267,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg','www.w3.org','/2000/svg','!'),(9268,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg','www.w3.org','/2000/svg','&28'),(9269,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0','GA'),(9270,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0','\nt'),(9271,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0',''),(9272,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php','aws.amazon.com','/apache2.0','S?'),(9273,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9274,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9275,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg','www.w3.org','/2000/svg','!'),(9276,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg','www.w3.org','/2000/svg','&28'),(9277,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9278,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9279,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9280,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9281,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9282,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9283,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg','www.w3.org','/2000/svg','!'),(9284,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg','www.w3.org','/2000/svg','&28'),(9285,'wp-content/plugins/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi','\"'),(9286,'wp-content/plugins/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi',''),(9287,'wp-content/plugins/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi','}'),(9288,'wp-content/plugins/updraftplus/includes/tether/tether.js','bugzilla.mozilla.org','/show_bug.cgi',''),(9289,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9290,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9291,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9292,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9293,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9294,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9295,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg','www.w3.org','/2000/svg','!'),(9296,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg','www.w3.org','/2000/svg','&28'),(9297,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9298,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9299,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg','www.w3.org','/2000/svg','!'),(9300,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg','www.w3.org','/2000/svg','&28'),(9301,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg','www.w3.org','/2000/svg','\Z.6'),(9302,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg','www.w3.org','/2000/svg','\Z~4/'),(9303,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg','www.w3.org','/2000/svg','!'),(9304,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg','www.w3.org','/2000/svg','&28'),(9305,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9306,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9307,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg','www.w3.org','/2000/svg','!'),(9308,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg','www.w3.org','/2000/svg','&28'),(9309,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9310,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9311,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg','www.w3.org','/2000/svg','!'),(9312,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg','www.w3.org','/2000/svg','&28'),(9313,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php','dartlang.org','/',''),(9314,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php','dartlang.org','/','y'),(9315,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9316,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9317,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg','www.w3.org','/2000/svg','!'),(9318,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg','www.w3.org','/2000/svg','&28'),(9319,'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9320,'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9321,'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9322,'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9323,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9324,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9325,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9326,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9327,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/','\Z}{E'),(9328,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/','k׊A'),(9329,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/',''),(9330,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','developers.google.com','/+/api/',';'),(9331,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login','O'),(9332,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login',''),(9333,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login','Q'),(9334,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login',''),(9335,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','O'),(9336,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','N'),(9337,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','Q'),(9338,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.me','G'),(9339,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','O'),(9340,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','+\0'),(9341,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','Q'),(9342,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.email','	h'),(9343,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','O'),(9344,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(9345,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','Q'),(9346,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/userinfo.profile','~'),(9347,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,','O'),(9348,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,','vN'),(9349,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,','Q'),(9350,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php','www.googleapis.com','/auth/plus.login,',''),(9351,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9352,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9353,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg','www.w3.org','/2000/svg','!'),(9354,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg','www.w3.org','/2000/svg','&28'),(9355,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg','www.w3.org','/2000/svg','\Z.6'),(9356,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg','www.w3.org','/2000/svg','\Z~4/'),(9357,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg','www.w3.org','/2000/svg','!'),(9358,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg','www.w3.org','/2000/svg','&28'),(9359,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9360,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9361,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9362,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9363,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp',''),(9364,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp','y'),(9365,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp','{'),(9366,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php','www.w3schools.com','/cssref/css_units.asp','=,'),(9367,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','gq'),(9368,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','+]'),(9369,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','UNV.'),(9370,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','B'),(9371,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','O/'),(9372,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','2'),(9373,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','QѸm'),(9374,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','^ '),(9375,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','E'),(9376,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','_'),(9377,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','|B'),(9378,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','@u'),(9379,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','GA'),(9380,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html',':\Z'),(9381,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html',''),(9382,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','a<'),(9383,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','F)'),(9384,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','hD'),(9385,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','P3'),(9386,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','	'),(9387,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','s3.amazonaws.com','/','eX'),(9388,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','s3.amazonaws.com','/',''),(9389,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','s3.amazonaws.com','/',';-o'),(9390,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','s3.amazonaws.com','/',''),(9391,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','|B'),(9392,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','\r-'),(9393,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','GA'),(9394,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','(t'),(9395,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html',''),(9396,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','\\\n'),(9397,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','|B'),(9398,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','(g'),(9399,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','GA'),(9400,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',']Os'),(9401,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',''),(9402,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','k'),(9403,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)',''),(9404,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','a'),(9405,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','rm'),(9406,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','\\y'),(9407,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)',''),(9408,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','`7'),(9409,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','rm'),(9410,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','@>M'),(9411,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)',''),(9412,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','W'),(9413,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','rm'),(9414,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','\r:'),(9415,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','|B'),(9416,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','(g'),(9417,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','GA'),(9418,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',']Os'),(9419,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',''),(9420,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','k'),(9421,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','GA'),(9422,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','\nt'),(9423,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0',''),(9424,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','S?'),(9425,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php','aws.amazon.com','/apache2.0','GA'),(9426,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php','aws.amazon.com','/apache2.0','\nt'),(9427,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php','aws.amazon.com','/apache2.0',''),(9428,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php','aws.amazon.com','/apache2.0','S?'),(9429,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9430,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9431,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg','www.w3.org','/2000/svg','!'),(9432,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg','www.w3.org','/2000/svg','&28'),(9433,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9434,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9435,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg','www.w3.org','/2000/svg','!'),(9436,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg','www.w3.org','/2000/svg','&28'),(9437,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9438,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9439,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg','www.w3.org','/2000/svg','!'),(9440,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg','www.w3.org','/2000/svg','&28'),(9441,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9442,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9443,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg','www.w3.org','/2000/svg','!'),(9444,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg','www.w3.org','/2000/svg','&28'),(9445,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/badge_code_v2.gne',''),(9446,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/badge_code_v2.gne','g0'),(9447,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/badge_code_v2.gne',''),(9448,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/badge_code_v2.gne','k'),(9449,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/photos/',''),(9450,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/photos/','4\\h'),(9451,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/photos/',''),(9452,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','www.flickr.com','/photos/','\Z'),(9453,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php','coffeescript.org','/','/'),(9454,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php','coffeescript.org','/','θ'),(9455,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg','www.w3.org','/2000/svg','\Z.6'),(9456,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg','www.w3.org','/2000/svg','\Z~4/'),(9457,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg','www.w3.org','/2000/svg','!'),(9458,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg','www.w3.org','/2000/svg','&28'),(9459,'wp-content/themes/bridge/vc_templates/vc_gallery.php','placekitten.com','/g/',':&#'),(9460,'wp-content/themes/bridge/vc_templates/vc_gallery.php','placekitten.com','/g/','Po'),(9461,'wp-content/themes/bridge/vc_templates/vc_gallery.php','placekitten.com','/g/1024/768',':&#'),(9462,'wp-content/themes/bridge/vc_templates/vc_gallery.php','placekitten.com','/g/1024/768','u)['),(9463,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php','aws.amazon.com','/apache2.0','GA'),(9464,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php','aws.amazon.com','/apache2.0','\nt'),(9465,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php','aws.amazon.com','/apache2.0',''),(9466,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php','aws.amazon.com','/apache2.0','S?'),(9467,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php','snipplr.com','/view/17434/wordpress-get-category-slug/','٧'),(9468,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php','snipplr.com','/view/17434/wordpress-get-category-slug/','`'),(9469,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9470,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9471,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg','www.w3.org','/2000/svg','!'),(9472,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg','www.w3.org','/2000/svg','&28'),(9473,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9474,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9475,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9476,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9477,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9478,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9479,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9480,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9481,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9482,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9483,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9484,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9485,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9486,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9487,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9488,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9489,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg','www.w3.org','/2000/svg','\Z.6'),(9490,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg','www.w3.org','/2000/svg','\Z~4/'),(9491,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg','www.w3.org','/2000/svg','!'),(9492,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg','www.w3.org','/2000/svg','&28'),(9493,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','opensource.org','/licenses/bsd-license.php',''),(9494,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','opensource.org','/licenses/bsd-license.php','zK'),(9495,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','v'),(9496,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','#@'),(9497,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','7+'),(9498,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/package/HTTP_Request/','W9'),(9499,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/','\Z'),(9500,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/','['),(9501,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/','9`y'),(9502,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','www.yahoo.com','/',':'),(9503,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/','v'),(9504,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/',';\r'),(9505,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/','7+'),(9506,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php','pear.php.net','/','&'),(9507,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0','GA'),(9508,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0','\nt'),(9509,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0',''),(9510,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php','aws.amazon.com','/apache2.0','S?'),(9511,'wp-content/updraft/index.html','updraftplus.com','/','_r'),(9512,'wp-content/updraft/index.html','updraftplus.com','/','ʛ'),(9513,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php','compass-style.org','/','-'),(9514,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php','compass-style.org','/','(A'),(9515,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php','github.com','/chriseppstein/compass/issues/748',':\0$'),(9516,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php','github.com','/chriseppstein/compass/issues/748','x'),(9517,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php','github.com','/chriseppstein/compass/issues/376',':\0$'),(9518,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php','github.com','/chriseppstein/compass/issues/376','Լ'),(9519,'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php','www.w3schools.com','/tags/att_global_id.asp',''),(9520,'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php','www.w3schools.com','/tags/att_global_id.asp','t'),(9521,'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php','www.w3schools.com','/tags/att_global_id.asp','{'),(9522,'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(9523,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0','GA'),(9524,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0','\nt'),(9525,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0',''),(9526,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0','S?'),(9527,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9528,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9529,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg','www.w3.org','/2000/svg','!'),(9530,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg','www.w3.org','/2000/svg','&28'),(9531,'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php','kb.wpbakery.com','/','f3|'),(9532,'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php','kb.wpbakery.com','/','E'),(9533,'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php','kb.wpbakery.com','/','7\Z'),(9534,'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php','kb.wpbakery.com','/',''),(9535,'wp-content/plugins/revslider/release_log.html','dotevo.com','/','\nw/'),(9536,'wp-content/plugins/revslider/release_log.html','dotevo.com','/','Ѐ~'),(9537,'wp-content/plugins/revslider/release_log.html','www.domain.com','/','C'),(9538,'wp-content/plugins/revslider/release_log.html','www.domain.com','/','i'),(9539,'wp-content/plugins/revslider/release_log.html','www.domain.com','/','؊'),(9540,'wp-content/plugins/revslider/release_log.html','www.domain.com','/','R'),(9541,'wp-content/plugins/revslider/release_log.html','domain.com','/','؊'),(9542,'wp-content/plugins/revslider/release_log.html','domain.com','/','R'),(9543,'wp-content/plugins/revslider/release_log.html','codecanyon.net','/user/themepunch','xo'),(9544,'wp-content/plugins/revslider/release_log.html','codecanyon.net','/user/themepunch','I'),(9545,'wp-content/plugins/revslider/release_log.html','marketblog.envato.com','/news/wordpress-item-security-vulnerability/','qt'),(9546,'wp-content/plugins/revslider/release_log.html','marketblog.envato.com','/news/wordpress-item-security-vulnerability/','\"'),(9547,'wp-content/plugins/revslider/release_log.html','marketblog.envato.com','/news/wordpress-item-security-vulnerability/','c\'z'),(9548,'wp-content/plugins/revslider/release_log.html','marketblog.envato.com','/news/wordpress-item-security-vulnerability/','˨='),(9549,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','*'),(9550,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','-'),(9551,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','d'),(9552,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','%en'),(9553,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','*'),(9554,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','-'),(9555,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','d'),(9556,'wp-content/plugins/revslider/release_log.html','www.themepunch.com','/home/plugins/set-revolution-slider-as-theme/','%en'),(9557,'wp-content/plugins/revslider/release_log.html','www.lastme.com','/)','\n,'),(9558,'wp-content/plugins/revslider/release_log.html','www.lastme.com','/)',')1'),(9559,'wp-content/plugins/revslider/release_log.html','www.lastme.com','/)','E0'),(9560,'wp-content/plugins/revslider/release_log.html','www.lastme.com','/)','0('),(9561,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/2000/svg','\Z.6'),(9562,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/2000/svg','\Z~4/'),(9563,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/2000/svg','!'),(9564,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/2000/svg','&28'),(9565,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/1999/xlink','\Z.6'),(9566,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/1999/xlink','	'),(9567,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/1999/xlink','!'),(9568,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.w3.org','/1999/xlink','1x'),(9569,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.bohemiancoding.com','/sketch',''),(9570,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.bohemiancoding.com','/sketch','G'),(9571,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(9572,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','www.bohemiancoding.com','/sketch','Y'),(9573,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php','leafo.net','/lessphp/','Y!'),(9574,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php','leafo.net','/lessphp/','ј'),(9575,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9576,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9577,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9578,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9579,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9580,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9581,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9582,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9583,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9584,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9585,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9586,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9587,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9588,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9589,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9590,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9591,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','GA'),(9592,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','\nt'),(9593,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php','aws.amazon.com','/apache2.0',''),(9594,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php','aws.amazon.com','/apache2.0','S?'),(9595,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9596,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9597,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9598,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9599,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9600,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9601,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9602,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9603,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/','\Z}{E'),(9604,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/','DC'),(9605,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/',''),(9606,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/',''),(9607,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','O'),(9608,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','v\\'),(9609,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','Q'),(9610,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','{4*'),(9611,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','O'),(9612,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','~}d'),(9613,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','Q'),(9614,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','A_'),(9615,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','O'),(9616,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','U\'4'),(9617,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','Q'),(9618,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','\0z'),(9619,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','O'),(9620,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','_h'),(9621,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','Q'),(9622,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','j'),(9623,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','O'),(9624,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','M.['),(9625,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','Q'),(9626,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','&'),(9627,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish','O'),(9628,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish','V'),(9629,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish','Q'),(9630,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish',''),(9631,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','O'),(9632,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','Q'),(9633,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','Q'),(9634,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','pˣ'),(9635,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','www.w3.org','/2000/svg','\Z.6'),(9636,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9637,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','www.w3.org','/2000/svg','!'),(9638,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','www.w3.org','/2000/svg','&28'),(9639,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9640,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9641,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg','www.w3.org','/2000/svg','!'),(9642,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg','www.w3.org','/2000/svg','&28'),(9643,'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php','www.w3schools.com','/tags/att_global_id.asp',''),(9644,'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php','www.w3schools.com','/tags/att_global_id.asp','t'),(9645,'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php','www.w3schools.com','/tags/att_global_id.asp','{'),(9646,'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(9647,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0','GA'),(9648,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0','\nt'),(9649,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0',''),(9650,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php','aws.amazon.com','/apache2.0','S?'),(9651,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','GA'),(9652,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','\nt'),(9653,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0',''),(9654,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','S?'),(9655,'wp-content/themes/bridge/framework/modules/qode-modules-loader.php','php.net','/manual/en/function.glob.php','7+'),(9656,'wp-content/themes/bridge/framework/modules/qode-modules-loader.php','php.net','/manual/en/function.glob.php','\Z4'),(9657,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9658,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9659,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9660,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9661,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/','\Z}{E'),(9662,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/','*	'),(9663,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/',''),(9664,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/','WP'),(9665,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','O'),(9666,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','f1'),(9667,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','Q'),(9668,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','	'),(9669,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute','O'),(9670,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute','lj'),(9671,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute','Q'),(9672,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute',''),(9673,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly','O'),(9674,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly',';R'),(9675,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly','Q'),(9676,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly','\''),(9677,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','O'),(9678,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','p'),(9679,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','Q'),(9680,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','K'),(9681,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','O'),(9682,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','5^'),(9683,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','Q'),(9684,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','qq*'),(9685,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php','github.com','/krichprollsch/phpCssEmbed',':\0$'),(9686,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php','github.com','/krichprollsch/phpCssEmbed','x'),(9687,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0','GA'),(9688,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0','\nt'),(9689,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0',''),(9690,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php','aws.amazon.com','/apache2.0','S?'),(9691,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php','leafo.net','/scssphp/','Y!'),(9692,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php','leafo.net','/scssphp/','bu'),(9693,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css',':\0$'),(9694,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css',''),(9695,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','JakubPawlowicz.com','/','(D'),(9696,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','JakubPawlowicz.com','/','no'),(9697,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css/blob/master/README.md',':\0$'),(9698,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css/blob/master/README.md','(V'),(9699,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(9700,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','www.opensource.org','/licenses/mit-license.html','M'),(9701,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','www.opensource.org','/licenses/mit-license.html',''),(9702,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','www.opensource.org','/licenses/mit-license.html','(742'),(9703,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','phpseclib.sourceforge.net','/','a)'),(9704,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','phpseclib.sourceforge.net','/','Wiߓ'),(9705,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','phpseclib.sourceforge.net','/','d.'),(9706,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','phpseclib.sourceforge.net','/',''),(9707,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','{ '),(9708,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','`'),(9709,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','TP%'),(9710,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','|'),(9711,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9712,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9713,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg','www.w3.org','/2000/svg','!'),(9714,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg','www.w3.org','/2000/svg','&28'),(9715,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9716,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9717,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9718,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9719,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9720,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9721,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9722,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9723,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9724,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9725,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9726,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9727,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9728,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9729,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9730,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9731,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9732,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9733,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9734,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9735,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0','GA'),(9736,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0','\nt'),(9737,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0',''),(9738,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0','S?'),(9739,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9740,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9741,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9742,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9743,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9744,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9745,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9746,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9747,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9748,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9749,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9750,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9751,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9752,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9753,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9754,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9755,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg','www.w3.org','/2000/svg','\Z.6'),(9756,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg','www.w3.org','/2000/svg','\Z~4/'),(9757,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg','www.w3.org','/2000/svg','!'),(9758,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg','www.w3.org','/2000/svg','&28'),(9759,'wp-content/plugins/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/','R4'),(9760,'wp-content/plugins/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/','i'),(9761,'wp-content/plugins/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/','|*'),(9762,'wp-content/plugins/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/',''),(9763,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9764,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9765,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9766,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9767,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9768,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9769,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9770,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9771,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9772,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9773,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9774,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9775,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9776,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9777,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9778,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9779,'wp-content/updraft/plugins-old/updraftplus/methods/email.php','updraftplus.com','/shop/reporting/','_r'),(9780,'wp-content/updraft/plugins-old/updraftplus/methods/email.php','updraftplus.com','/shop/reporting/','<'),(9781,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9782,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9783,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9784,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9785,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9786,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9787,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9788,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9789,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9790,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9791,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9792,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9793,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9794,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9795,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9796,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9797,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9798,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9799,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9800,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9801,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9802,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9803,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9804,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9805,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9806,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9807,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9808,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9809,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9810,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9811,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9812,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9813,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9814,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9815,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9816,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9817,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9818,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9819,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9820,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9821,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9822,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9823,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9824,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9825,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9826,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9827,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9828,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9829,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9830,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9831,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9832,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9833,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9834,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9835,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9836,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9837,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9838,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9839,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9840,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9841,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9842,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9843,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9844,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9845,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9846,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9847,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9848,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9849,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9850,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9851,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9852,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9853,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(9854,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(9855,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(9856,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(9857,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.youtube.com','/watch','h`wn'),(9858,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.youtube.com','/watch','\n'),(9859,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.youtube.com','/watch','Mçi'),(9860,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.youtube.com','/watch','3y'),(9861,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.w3schools.com','/tags/att_global_id.asp',''),(9862,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.w3schools.com','/tags/att_global_id.asp','t'),(9863,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.w3schools.com','/tags/att_global_id.asp','{'),(9864,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(9865,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9866,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9867,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg','www.w3.org','/2000/svg','!'),(9868,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg','www.w3.org','/2000/svg','&28'),(9869,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg','www.w3.org','/2000/svg','\Z.6'),(9870,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg','www.w3.org','/2000/svg','\Z~4/'),(9871,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg','www.w3.org','/2000/svg','!'),(9872,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg','www.w3.org','/2000/svg','&28'),(9873,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9874,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9875,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg','www.w3.org','/2000/svg','!'),(9876,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg','www.w3.org','/2000/svg','&28'),(9877,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMin.php','	k'),(9878,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMin.php','*L'),(9879,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMin.php',':\0$'),(9880,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMin.php',''),(9881,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9882,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9883,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','www.w3.org','/2000/svg','!'),(9884,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','www.w3.org','/2000/svg','&28'),(9885,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9886,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9887,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9888,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9889,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/','\Z}{E'),(9890,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/',''),(9891,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/',''),(9892,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php','developers.google.com','/freebase/',')'),(9893,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg','www.w3.org','/2000/svg','\Z.6'),(9894,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg','www.w3.org','/2000/svg','\Z~4/'),(9895,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg','www.w3.org','/2000/svg','!'),(9896,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg','www.w3.org','/2000/svg','&28'),(9897,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9898,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9899,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg','www.w3.org','/2000/svg','!'),(9900,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg','www.w3.org','/2000/svg','&28'),(9901,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9902,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9903,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg','www.w3.org','/2000/svg','!'),(9904,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg','www.w3.org','/2000/svg','&28'),(9905,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/2000/svg','\Z.6'),(9906,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/2000/svg','\Z~4/'),(9907,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/2000/svg','!'),(9908,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/2000/svg','&28'),(9909,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/1999/xlink','\Z.6'),(9910,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/1999/xlink','	'),(9911,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/1999/xlink','!'),(9912,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.w3.org','/1999/xlink','1x'),(9913,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.bohemiancoding.com','/sketch',''),(9914,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.bohemiancoding.com','/sketch','G'),(9915,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(9916,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','www.bohemiancoding.com','/sketch','Y'),(9917,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9918,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9919,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9920,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9921,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg','www.w3.org','/2000/svg','\Z.6'),(9922,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg','www.w3.org','/2000/svg','\Z~4/'),(9923,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg','www.w3.org','/2000/svg','!'),(9924,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg','www.w3.org','/2000/svg','&28'),(9925,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php','aws.amazon.com','/apache2.0','GA'),(9926,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php','aws.amazon.com','/apache2.0','\nt'),(9927,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php','aws.amazon.com','/apache2.0',''),(9928,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php','aws.amazon.com','/apache2.0','S?'),(9929,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9930,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9931,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg','www.w3.org','/2000/svg','!'),(9932,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg','www.w3.org','/2000/svg','&28'),(9933,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/2000/svg','\Z.6'),(9934,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/2000/svg','\Z~4/'),(9935,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/2000/svg','!'),(9936,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/2000/svg','&28'),(9937,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/1999/xlink','\Z.6'),(9938,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/1999/xlink','	'),(9939,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/1999/xlink','!'),(9940,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.w3.org','/1999/xlink','1x'),(9941,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.bohemiancoding.com','/sketch',''),(9942,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.bohemiancoding.com','/sketch','G'),(9943,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(9944,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','www.bohemiancoding.com','/sketch','Y'),(9945,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9946,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9947,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9948,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9949,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9950,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9951,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9952,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9953,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9954,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9955,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9956,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9957,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9958,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9959,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(9960,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(9961,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(9962,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(9963,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(9964,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(9965,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg','www.w3.org','/2000/svg','\Z.6'),(9966,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg','www.w3.org','/2000/svg','\Z~4/'),(9967,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg','www.w3.org','/2000/svg','!'),(9968,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg','www.w3.org','/2000/svg','&28'),(9969,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','GA'),(9970,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','\nt'),(9971,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0',''),(9972,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','S?'),(9973,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9974,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9975,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg','www.w3.org','/2000/svg','!'),(9976,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg','www.w3.org','/2000/svg','&28'),(9977,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg','www.w3.org','/2000/svg','\Z.6'),(9978,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg','www.w3.org','/2000/svg','\Z~4/'),(9979,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg','www.w3.org','/2000/svg','!'),(9980,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg','www.w3.org','/2000/svg','&28'),(9981,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg','www.w3.org','/2000/svg','\Z.6'),(9982,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(9983,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg','www.w3.org','/2000/svg','!'),(9984,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg','www.w3.org','/2000/svg','&28'),(9985,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz','uM'),(9986,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz','tX'),(9987,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/bar','uM'),(9988,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/bar','|'),(9989,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz/bar','uM'),(9990,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','a.com','/foo/baz/bar','\'%'),(9991,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986','C'),(9992,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986',''),(9993,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986','ST'),(9994,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','tools.ietf.org','/html/rfc3986','D)'),(9995,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','nivo.dev7studios.com','/','aL\"'),(9996,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','nivo.dev7studios.com','/','f	'),(9997,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','nivo.dev7studios.com','/','D'),(9998,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','nivo.dev7studios.com','/','0ٴ'),(9999,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(10000,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','www.opensource.org','/licenses/mit-license.php','4'),(10001,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','www.opensource.org','/licenses/mit-license.php',''),(10002,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(10003,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','github.com','/DavidAnderson684/Dropbox',':\0$'),(10004,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','github.com','/DavidAnderson684/Dropbox','n'),(10005,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php','github.com','/fmarcia/UglifyCSS',':\0$'),(10006,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php','github.com','/fmarcia/UglifyCSS','J'),(10007,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10008,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10009,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10010,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10011,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/','\Z}{E'),(10012,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/','dԘ'),(10013,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/',''),(10014,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/',''),(10015,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata','O'),(10016,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata',''),(10017,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata','Q'),(10018,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata','3G'),(10019,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','O'),(10020,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','˦'),(10021,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','Q'),(10022,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','/6V'),(10023,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login','O'),(10024,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login',''),(10025,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login','Q'),(10026,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login',''),(10027,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON',':\0$'),(10028,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON','L='),(10029,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)','ϻ'),(10030,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)','_@7'),(10031,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)',''),(10032,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)','/@'),(10033,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)','ϻ'),(10034,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)','4'),(10035,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)',''),(10036,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)','1'),(10037,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON/issues/67',':\0$'),(10038,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON/issues/67',''),(10039,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10040,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10041,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg','www.w3.org','/2000/svg','!'),(10042,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg','www.w3.org','/2000/svg','&28'),(10043,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php','aws.amazon.com','/apache2.0','GA'),(10044,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php','aws.amazon.com','/apache2.0','\nt'),(10045,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php','aws.amazon.com','/apache2.0',''),(10046,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php','aws.amazon.com','/apache2.0','S?'),(10047,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10048,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10049,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg','www.w3.org','/2000/svg','!'),(10050,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg','www.w3.org','/2000/svg','&28'),(10051,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10052,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10053,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg','www.w3.org','/2000/svg','!'),(10054,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg','www.w3.org','/2000/svg','&28'),(10055,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10056,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10057,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10058,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10059,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','4@'),(10060,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','!*'),(10061,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','LS'),(10062,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Large_Object_Creation-d1e2019.html','_hf'),(10063,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10064,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10065,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg','www.w3.org','/2000/svg','!'),(10066,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg','www.w3.org','/2000/svg','&28'),(10067,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10068,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10069,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg','www.w3.org','/2000/svg','!'),(10070,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg','www.w3.org','/2000/svg','&28'),(10071,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10072,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10073,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10074,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10075,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10076,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10077,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10078,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10079,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10080,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10081,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10082,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10083,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10084,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10085,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10086,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10087,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php','aws.amazon.com','/apache2.0','GA'),(10088,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php','aws.amazon.com','/apache2.0','\nt'),(10089,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php','aws.amazon.com','/apache2.0',''),(10090,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php','aws.amazon.com','/apache2.0','S?'),(10091,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg','www.w3.org','/2000/svg','\Z.6'),(10092,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg','www.w3.org','/2000/svg','\Z~4/'),(10093,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg','www.w3.org','/2000/svg','!'),(10094,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg','www.w3.org','/2000/svg','&28'),(10095,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php','www.w3schools.com','/tags/att_global_id.asp',''),(10096,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php','www.w3schools.com','/tags/att_global_id.asp','t'),(10097,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php','www.w3schools.com','/tags/att_global_id.asp','{'),(10098,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(10099,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10100,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10101,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg','www.w3.org','/2000/svg','!'),(10102,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg','www.w3.org','/2000/svg','&28'),(10103,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/more-files/','_r'),(10104,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/more-files/','o%'),(10105,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/migrator/','_r'),(10106,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/migrator/','B#'),(10107,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/network-multisite/','_r'),(10108,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/network-multisite/','`='),(10109,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/','_r'),(10110,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/',''),(10111,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/faqs/asked-ftp-details-upon-restorationmigration-updates/','_r'),(10112,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/faqs/asked-ftp-details-upon-restorationmigration-updates/','?'),(10113,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/','_r'),(10114,'wp-content/plugins/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/',''),(10115,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','www.w3.org','/2000/svg','\Z.6'),(10116,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10117,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','www.w3.org','/2000/svg','!'),(10118,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','www.w3.org','/2000/svg','&28'),(10119,'wp-content/themes/bridge/js/plugins/jquery.event.move.js','paulirish.com','/2011/requestanimationframe-for-smart-animating/','tj'),(10120,'wp-content/themes/bridge/js/plugins/jquery.event.move.js','paulirish.com','/2011/requestanimationframe-for-smart-animating/','c0zv'),(10121,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','\rr'),(10122,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Қtl'),(10123,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','$)9'),(10124,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Bh'),(10125,'wp-content/plugins/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','F#'),(10126,'wp-content/plugins/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','<'),(10127,'wp-content/plugins/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','\0C'),(10128,'wp-content/plugins/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','>L;'),(10129,'wp-content/plugins/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','/`P'),(10130,'wp-content/plugins/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','Ľ9'),(10131,'wp-content/plugins/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','DN'),(10132,'wp-content/plugins/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','8'),(10133,'wp-content/plugins/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','\0C'),(10134,'wp-content/plugins/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','?'),(10135,'wp-content/plugins/updraftplus/includes/onedrive/client.php','github.com','/drumaddict/skydrive-api-yii/blob/master/SkyDriveAPI.php',':\0$'),(10136,'wp-content/plugins/updraftplus/includes/onedrive/client.php','github.com','/drumaddict/skydrive-api-yii/blob/master/SkyDriveAPI.php','$1'),(10137,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','\rr'),(10138,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Қtl'),(10139,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','$)9'),(10140,'wp-content/plugins/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Bh'),(10141,'wp-content/plugins/updraftplus/includes/onedrive/client.php','php.net','/manual/en/function.array-merge.php','7+'),(10142,'wp-content/plugins/updraftplus/includes/onedrive/client.php','php.net','/manual/en/function.array-merge.php','PwB'),(10143,'wp-content/plugins/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/',''),(10144,'wp-content/plugins/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/','t5'),(10145,'wp-content/plugins/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/','PP'),(10146,'wp-content/plugins/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/','lM'),(10147,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf',''),(10148,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf','мׄ'),(10149,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf','\0C'),(10150,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf','U'),(10151,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf',''),(10152,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf','\'Ж'),(10153,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf','\0C'),(10154,'wp-content/plugins/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf',''),(10155,'wp-content/plugins/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','@T'),(10156,'wp-content/plugins/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','\\@d'),(10157,'wp-content/plugins/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','7+'),(10158,'wp-content/plugins/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','d'),(10159,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10160,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10161,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg','www.w3.org','/2000/svg','!'),(10162,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg','www.w3.org','/2000/svg','&28'),(10163,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0','GA'),(10164,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0','\nt'),(10165,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0',''),(10166,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0','S?'),(10167,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg','www.w3.org','/2000/svg','\Z.6'),(10168,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg','www.w3.org','/2000/svg','\Z~4/'),(10169,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg','www.w3.org','/2000/svg','!'),(10170,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg','www.w3.org','/2000/svg','&28'),(10171,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(10172,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(10173,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0',''),(10174,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(10175,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','~6-'),(10176,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','#'),(10177,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','9`y'),(10178,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','w-'),(10179,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(10180,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(10181,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(10182,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(10183,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/2000/svg','\Z.6'),(10184,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/2000/svg','\Z~4/'),(10185,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/2000/svg','!'),(10186,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','www.w3.org','/2000/svg','&28'),(10187,'wp-content/updraft/plugins-old/akismet/views/config.php','akismet.com','/web/1.0/snapshot.php','j9'),(10188,'wp-content/updraft/plugins-old/akismet/views/config.php','akismet.com','/web/1.0/snapshot.php','dh'),(10189,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10190,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10191,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg','www.w3.org','/2000/svg','!'),(10192,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg','www.w3.org','/2000/svg','&28'),(10193,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10194,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10195,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10196,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10197,'wp-content/themes/bridge/landing_page.php','gmpg.org','/xfn/11','%%'),(10198,'wp-content/themes/bridge/landing_page.php','gmpg.org','/xfn/11','mMN'),(10199,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10200,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10201,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg','www.w3.org','/2000/svg','!'),(10202,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg','www.w3.org','/2000/svg','&28'),(10203,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10204,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10205,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10206,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10207,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10208,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10209,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10210,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10211,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10212,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10213,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10214,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10215,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10216,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10217,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10218,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10219,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10220,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10221,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg','www.w3.org','/2000/svg','!'),(10222,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg','www.w3.org','/2000/svg','&28'),(10223,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg','www.w3.org','/2000/svg','\Z.6'),(10224,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg','www.w3.org','/2000/svg','\Z~4/'),(10225,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg','www.w3.org','/2000/svg','!'),(10226,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg','www.w3.org','/2000/svg','&28'),(10227,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg','www.w3.org','/2000/svg','\Z.6'),(10228,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg','www.w3.org','/2000/svg','\Z~4/'),(10229,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg','www.w3.org','/2000/svg','!'),(10230,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg','www.w3.org','/2000/svg','&28'),(10231,'wp-content/plugins/revslider/includes/slider.class.php','www.themepunch.com','/','*'),(10232,'wp-content/plugins/revslider/includes/slider.class.php','www.themepunch.com','/',''),(10233,'wp-content/plugins/revslider/includes/slider.class.php','www.themepunch.com','/','d'),(10234,'wp-content/plugins/revslider/includes/slider.class.php','www.themepunch.com','/','LP'),(10235,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10236,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10237,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg','www.w3.org','/2000/svg','!'),(10238,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg','www.w3.org','/2000/svg','&28'),(10239,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10240,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10241,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10242,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10243,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','R&'),(10244,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','\"Cg?'),(10245,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','Mçi'),(10246,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','!'),(10247,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','N w'),(10248,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','f]'),(10249,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','Mçi'),(10250,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/',''),(10251,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','h`wn'),(10252,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','F'),(10253,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','Mçi'),(10254,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','l'),(10255,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','h`wn'),(10256,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10257,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','Mçi'),(10258,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10259,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/api/v2/video/','U'),(10260,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/api/v2/video/','|Ҷ'),(10261,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/','U'),(10262,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/','.zi'),(10263,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','3'),(10264,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','k\0'),(10265,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','U'),(10266,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','HW'),(10267,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','h`wn'),(10268,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10269,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','Mçi'),(10270,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10271,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','3'),(10272,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','k\0'),(10273,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','U'),(10274,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','HW'),(10275,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','h`wn'),(10276,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10277,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','Mçi'),(10278,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10279,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','3'),(10280,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','k\0'),(10281,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','U'),(10282,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','HW'),(10283,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','R&'),(10284,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','\"Cg?'),(10285,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','Mçi'),(10286,'wp-content/themes/bridge/templates/portfolio-loop.php','gdata.youtube.com','/feeds/api/videos/','!'),(10287,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','N w'),(10288,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','f]'),(10289,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','Mçi'),(10290,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/',''),(10291,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','h`wn'),(10292,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','F'),(10293,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','Mçi'),(10294,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','l'),(10295,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','h`wn'),(10296,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10297,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','Mçi'),(10298,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10299,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/api/v2/video/','U'),(10300,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/api/v2/video/','|Ҷ'),(10301,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/','U'),(10302,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/','.zi'),(10303,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','3'),(10304,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','k\0'),(10305,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','U'),(10306,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','HW'),(10307,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','h`wn'),(10308,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','F'),(10309,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','Mçi'),(10310,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/watch','l'),(10311,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','N w'),(10312,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','f]'),(10313,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/','Mçi'),(10314,'wp-content/themes/bridge/templates/portfolio-loop.php','img.youtube.com','/vi/',''),(10315,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','h`wn'),(10316,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10317,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','Mçi'),(10318,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10319,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/api/v2/video/','U'),(10320,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/api/v2/video/','|Ҷ'),(10321,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/','U'),(10322,'wp-content/themes/bridge/templates/portfolio-loop.php','vimeo.com','/','.zi'),(10323,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','3'),(10324,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','k\0'),(10325,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','U'),(10326,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','HW'),(10327,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','h`wn'),(10328,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10329,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/','Mçi'),(10330,'wp-content/themes/bridge/templates/portfolio-loop.php','www.youtube.com','/embed/',''),(10331,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','3'),(10332,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','k\0'),(10333,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','U'),(10334,'wp-content/themes/bridge/templates/portfolio-loop.php','player.vimeo.com','/video/','HW'),(10335,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg','www.w3.org','/2000/svg','\Z.6'),(10336,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg','www.w3.org','/2000/svg','\Z~4/'),(10337,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg','www.w3.org','/2000/svg','!'),(10338,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg','www.w3.org','/2000/svg','&28'),(10339,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10340,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10341,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg','www.w3.org','/2000/svg','!'),(10342,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg','www.w3.org','/2000/svg','&28'),(10343,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg','www.w3.org','/2000/svg','\Z.6'),(10344,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg','www.w3.org','/2000/svg','\Z~4/'),(10345,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg','www.w3.org','/2000/svg','!'),(10346,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg','www.w3.org','/2000/svg','&28'),(10347,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10348,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10349,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg','www.w3.org','/2000/svg','!'),(10350,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg','www.w3.org','/2000/svg','&28'),(10351,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0','GA'),(10352,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0','\nt'),(10353,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0',''),(10354,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0','S?'),(10355,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10356,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10357,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg','www.w3.org','/2000/svg','!'),(10358,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg','www.w3.org','/2000/svg','&28'),(10359,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10360,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10361,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg','www.w3.org','/2000/svg','!'),(10362,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg','www.w3.org','/2000/svg','&28'),(10363,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10364,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10365,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg','www.w3.org','/2000/svg','!'),(10366,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg','www.w3.org','/2000/svg','&28'),(10367,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10368,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10369,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg','www.w3.org','/2000/svg','!'),(10370,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg','www.w3.org','/2000/svg','&28'),(10371,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','www.w3.org','/2000/svg','\Z.6'),(10372,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10373,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','www.w3.org','/2000/svg','!'),(10374,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','www.w3.org','/2000/svg','&28'),(10375,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10376,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10377,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10378,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10379,'wp-content/themes/bridge/js/plugins/jquery.sticky-kit.min.js','leafo.net','/','Y!'),(10380,'wp-content/themes/bridge/js/plugins/jquery.sticky-kit.min.js','leafo.net','/',''),(10381,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10382,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10383,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10384,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10385,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0','GA'),(10386,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0','\nt'),(10387,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0',''),(10388,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0','S?'),(10389,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10390,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10391,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10392,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10393,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','developers.google.com','/fusiontables','\Z}{E'),(10394,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','developers.google.com','/fusiontables','\ncI'),(10395,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','developers.google.com','/fusiontables',''),(10396,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','developers.google.com','/fusiontables','X\"Y'),(10397,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables','O'),(10398,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables','<'),(10399,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables','Q'),(10400,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables','d'),(10401,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables.readonly','O'),(10402,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables.readonly','IK'),(10403,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables.readonly','Q'),(10404,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php','www.googleapis.com','/auth/fusiontables.readonly','/d'),(10405,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10406,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10407,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg','www.w3.org','/2000/svg','!'),(10408,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg','www.w3.org','/2000/svg','&28'),(10409,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10410,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10411,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg','www.w3.org','/2000/svg','!'),(10412,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg','www.w3.org','/2000/svg','&28'),(10413,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10414,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10415,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10416,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10417,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api','\Z}{E'),(10418,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api','\Z'),(10419,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api',''),(10420,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php','developers.google.com','/fonts/docs/developer_api','uo%'),(10421,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10422,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10423,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10424,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10425,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/','\Z}{E'),(10426,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/','dԘ'),(10427,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/',''),(10428,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','developers.google.com','/games/services/',''),(10429,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata','O'),(10430,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata',''),(10431,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata','Q'),(10432,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/drive.appdata','3G'),(10433,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','O'),(10434,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','˦'),(10435,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','Q'),(10436,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/games','/6V'),(10437,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login','O'),(10438,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login',''),(10439,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login','Q'),(10440,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php','www.googleapis.com','/auth/plus.login',''),(10441,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10442,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10443,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10444,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10445,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10446,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10447,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10448,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10449,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10450,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10451,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10452,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10453,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10454,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10455,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10456,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10457,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg','www.w3.org','/2000/svg','\Z.6'),(10458,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg','www.w3.org','/2000/svg','\Z~4/'),(10459,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg','www.w3.org','/2000/svg','!'),(10460,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg','www.w3.org','/2000/svg','&28'),(10461,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','www.youtube.com','/embed/','h`wn'),(10462,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','www.youtube.com','/embed/',''),(10463,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','www.youtube.com','/embed/','Mçi'),(10464,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','www.youtube.com','/embed/',''),(10465,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','player.vimeo.com','/video/','3'),(10466,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','player.vimeo.com','/video/','k\0'),(10467,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','player.vimeo.com','/video/','U'),(10468,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php','player.vimeo.com','/video/','HW'),(10469,'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/','R4'),(10470,'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/','i'),(10471,'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/','|*'),(10472,'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php','www.solutionbot.com','/2009/01/02/php-ftp-class/',''),(10473,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg','www.w3.org','/2000/svg','\Z.6'),(10474,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(10475,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg','www.w3.org','/2000/svg','!'),(10476,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg','www.w3.org','/2000/svg','&28'),(10477,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10478,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10479,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg','www.w3.org','/2000/svg','!'),(10480,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg','www.w3.org','/2000/svg','&28'),(10481,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg','www.w3.org','/2000/svg','\Z.6'),(10482,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(10483,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg','www.w3.org','/2000/svg','!'),(10484,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg','www.w3.org','/2000/svg','&28'),(10485,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg','www.w3.org','/2000/svg','\Z.6'),(10486,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg','www.w3.org','/2000/svg','\Z~4/'),(10487,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg','www.w3.org','/2000/svg','!'),(10488,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg','www.w3.org','/2000/svg','&28'),(10489,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0','GA'),(10490,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0','\nt'),(10491,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0',''),(10492,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php','aws.amazon.com','/apache2.0','S?'),(10493,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10494,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10495,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg','www.w3.org','/2000/svg','!'),(10496,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg','www.w3.org','/2000/svg','&28'),(10497,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10498,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10499,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10500,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10501,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','developers.google.com','/youtube/analytics/','\Z}{E'),(10502,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','developers.google.com','/youtube/analytics/',''),(10503,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','developers.google.com','/youtube/analytics/',''),(10504,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','developers.google.com','/youtube/analytics/','+%'),(10505,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube','O'),(10506,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube','7'),(10507,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube','Q'),(10508,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube','Ⱦ'),(10509,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube.readonly','O'),(10510,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube.readonly','='),(10511,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube.readonly','Q'),(10512,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtube.readonly','k'),(10513,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtubepartner','O'),(10514,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtubepartner',''),(10515,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtubepartner','Q'),(10516,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/youtubepartner','c]'),(10517,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics-monetary.readonly','O'),(10518,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics-monetary.readonly','*b'),(10519,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics-monetary.readonly','Q'),(10520,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics-monetary.readonly','wVh~'),(10521,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics.readonly','O'),(10522,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics.readonly','㰸G'),(10523,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics.readonly','Q'),(10524,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php','www.googleapis.com','/auth/yt-analytics.readonly','R'),(10525,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10526,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10527,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg','www.w3.org','/2000/svg','!'),(10528,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg','www.w3.org','/2000/svg','&28'),(10529,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10530,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10531,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg','www.w3.org','/2000/svg','!'),(10532,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg','www.w3.org','/2000/svg','&28'),(10533,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10534,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10535,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg','www.w3.org','/2000/svg','!'),(10536,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg','www.w3.org','/2000/svg','&28'),(10537,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10538,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10539,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg','www.w3.org','/2000/svg','!'),(10540,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg','www.w3.org','/2000/svg','&28'),(10541,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg','www.w3.org','/2000/svg','\Z.6'),(10542,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg','www.w3.org','/2000/svg','\Z~4/'),(10543,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg','www.w3.org','/2000/svg','!'),(10544,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg','www.w3.org','/2000/svg','&28'),(10545,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','www.github.com','/mattbryson','w'),(10546,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','www.github.com','/mattbryson','V'),(10547,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','www.github.com','/mattbryson',':\0$'),(10548,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','www.github.com','/mattbryson','3'),(10549,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','github.com','/mattbryson/TouchSwipe-Jquery-Plugin',':\0$'),(10550,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','github.com','/mattbryson/TouchSwipe-Jquery-Plugin','E'),(10551,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','labs.skinkers.com','/touchSwipe/','>|'),(10552,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','labs.skinkers.com','/touchSwipe/','ҳ'),(10553,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','labs.skinkers.com','/touchSwipe/','YQ	'),(10554,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','labs.skinkers.com','/touchSwipe/','YG'),(10555,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','plugins.jquery.com','/project/touchSwipe','Z'),(10556,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','plugins.jquery.com','/project/touchSwipe','-'),(10557,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','plugins.jquery.com','/project/touchSwipe','*'),(10558,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js','plugins.jquery.com','/project/touchSwipe','3 '),(10559,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0','GA'),(10560,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0','\nt'),(10561,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0',''),(10562,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php','aws.amazon.com','/apache2.0','S?'),(10563,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg','www.w3.org','/2000/svg','\Z.6'),(10564,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg','www.w3.org','/2000/svg','\Z~4/'),(10565,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg','www.w3.org','/2000/svg','!'),(10566,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg','www.w3.org','/2000/svg','&28'),(10567,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg','www.w3.org','/2000/svg','\Z.6'),(10568,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg','www.w3.org','/2000/svg','\Z~4/'),(10569,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg','www.w3.org','/2000/svg','!'),(10570,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg','www.w3.org','/2000/svg','&28'),(10571,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10572,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10573,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10574,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10575,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise','O'),(10576,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise',''),(10577,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise','Q'),(10578,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php','www.googleapis.com','/auth/androidenterprise',';'),(10579,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10580,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10581,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10582,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10583,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10584,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10585,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10586,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10587,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10588,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10589,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10590,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10591,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10592,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10593,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10594,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10595,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10596,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10597,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10598,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10599,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10600,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10601,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10602,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10603,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10604,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10605,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10606,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10607,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10608,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10609,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10610,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10611,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','GA'),(10612,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','\nt'),(10613,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0',''),(10614,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','S?'),(10615,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(10616,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(10617,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(10618,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(10619,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause',''),(10620,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause','g2'),(10621,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(10622,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(10623,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','7+'),(10624,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','<J'),(10625,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause',''),(10626,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause','g2'),(10627,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(10628,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(10629,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','7+'),(10630,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','<J'),(10631,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/',''),(10632,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/','\"%'),(10633,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/learn/',''),(10634,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/learn/','P'),(10635,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php','lesscss.org','/','zaq'),(10636,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php','lesscss.org','/','c'),(10637,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10638,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10639,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10640,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10641,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/','\Z}{E'),(10642,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/','\Z'),(10643,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/',''),(10644,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','developers.google.com','/ad-exchange/seller-rest/',';%z'),(10645,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','O'),(10646,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','\"gQ&'),(10647,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','Q'),(10648,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller','s끣'),(10649,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','O'),(10650,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','Ԣ'),(10651,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','Q'),(10652,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php','www.googleapis.com','/auth/adexchange.seller.readonly','k\n2'),(10653,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0','GA'),(10654,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0','\nt'),(10655,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0',''),(10656,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php','aws.amazon.com','/apache2.0','S?'),(10657,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10658,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10659,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg','www.w3.org','/2000/svg','!'),(10660,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg','www.w3.org','/2000/svg','&28'),(10661,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0','GA'),(10662,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0','\nt'),(10663,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0',''),(10664,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php','aws.amazon.com','/apache2.0','S?'),(10665,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10666,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10667,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg','www.w3.org','/2000/svg','!'),(10668,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg','www.w3.org','/2000/svg','&28'),(10669,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10670,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10671,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg','www.w3.org','/2000/svg','!'),(10672,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg','www.w3.org','/2000/svg','&28'),(10673,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10674,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10675,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10676,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10677,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php','aws.amazon.com','/apache2.0','GA'),(10678,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php','aws.amazon.com','/apache2.0','\nt'),(10679,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php','aws.amazon.com','/apache2.0',''),(10680,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php','aws.amazon.com','/apache2.0','S?'),(10681,'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10682,'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10683,'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10684,'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10685,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg','www.w3.org','/2000/svg','\Z.6'),(10686,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg','www.w3.org','/2000/svg','\Z~4/'),(10687,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg','www.w3.org','/2000/svg','!'),(10688,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg','www.w3.org','/2000/svg','&28'),(10689,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0','GA'),(10690,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0','\nt'),(10691,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0',''),(10692,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','aws.amazon.com','/apache2.0','S?'),(10693,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','|B'),(10694,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','	'),(10695,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','GA'),(10696,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','XI'),(10697,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html',''),(10698,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-s3.html','PX3'),(10699,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','|B'),(10700,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html',''),(10701,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','GA'),(10702,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','SfZ'),(10703,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html',''),(10704,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.S3.S3Client.html','C'),(10705,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','|B'),(10706,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','k'),(10707,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','GA'),(10708,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','jh@'),(10709,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html',''),(10710,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','K'),(10711,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg','www.w3.org','/2000/svg','\Z.6'),(10712,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg','www.w3.org','/2000/svg','\Z~4/'),(10713,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg','www.w3.org','/2000/svg','!'),(10714,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg','www.w3.org','/2000/svg','&28'),(10715,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10716,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10717,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10718,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10719,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg','www.w3.org','/2000/svg','\Z.6'),(10720,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg','www.w3.org','/2000/svg','\Z~4/'),(10721,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg','www.w3.org','/2000/svg','!'),(10722,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg','www.w3.org','/2000/svg','&28'),(10723,'wp-content/plugins/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10724,'wp-content/plugins/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10725,'wp-content/plugins/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10726,'wp-content/plugins/updraftplus/includes/Google/Http/REST.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10727,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10728,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10729,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10730,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10731,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','O'),(10732,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','\ns'),(10733,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','Q'),(10734,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','-mJ'),(10735,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg','www.w3.org','/2000/svg','\Z.6'),(10736,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg','www.w3.org','/2000/svg','\Z~4/'),(10737,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg','www.w3.org','/2000/svg','!'),(10738,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg','www.w3.org','/2000/svg','&28'),(10739,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10740,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10741,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10742,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10743,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10744,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10745,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10746,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10747,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10748,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10749,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10750,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10751,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10752,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10753,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(10754,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(10755,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10756,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10757,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10758,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10759,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css',':\0$'),(10760,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css',''),(10761,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','JakubPawlowicz.com','/','(D'),(10762,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','JakubPawlowicz.com','/','no'),(10763,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css/blob/master/README.md',':\0$'),(10764,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php','github.com','/jakubpawlowicz/clean-css/blob/master/README.md','(V'),(10765,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php','aws.amazon.com','/apache2.0','GA'),(10766,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php','aws.amazon.com','/apache2.0','\nt'),(10767,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php','aws.amazon.com','/apache2.0',''),(10768,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php','aws.amazon.com','/apache2.0','S?'),(10769,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0','GA'),(10770,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0','\nt'),(10771,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0',''),(10772,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php','aws.amazon.com','/apache2.0','S?'),(10773,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(10774,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(10775,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(10776,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(10777,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0','GA'),(10778,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0','\nt'),(10779,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0',''),(10780,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php','aws.amazon.com','/apache2.0','S?'),(10781,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10782,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10783,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg','www.w3.org','/2000/svg','!'),(10784,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg','www.w3.org','/2000/svg','&28'),(10785,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10786,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10787,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg','www.w3.org','/2000/svg','!'),(10788,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg','www.w3.org','/2000/svg','&28'),(10789,'wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js','www.nczonline.net','/blog/2013/01/15/fixing-skip-to-content-links/','->3'),(10790,'wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js','www.nczonline.net','/blog/2013/01/15/fixing-skip-to-content-links/','yW'),(10791,'wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js','www.nczonline.net','/blog/2013/01/15/fixing-skip-to-content-links/','6'),(10792,'wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js','www.nczonline.net','/blog/2013/01/15/fixing-skip-to-content-links/','V'),(10793,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg','www.w3.org','/2000/svg','\Z.6'),(10794,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(10795,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg','www.w3.org','/2000/svg','!'),(10796,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg','www.w3.org','/2000/svg','&28'),(10797,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php','aws.amazon.com','/apache2.0','GA'),(10798,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php','aws.amazon.com','/apache2.0','\nt'),(10799,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php','aws.amazon.com','/apache2.0',''),(10800,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php','aws.amazon.com','/apache2.0','S?'),(10801,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php','aws.amazon.com','/apache2.0','GA'),(10802,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php','aws.amazon.com','/apache2.0','\nt'),(10803,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php','aws.amazon.com','/apache2.0',''),(10804,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php','aws.amazon.com','/apache2.0','S?'),(10805,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg','www.w3.org','/2000/svg','\Z.6'),(10806,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg','www.w3.org','/2000/svg','\Z~4/'),(10807,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg','www.w3.org','/2000/svg','!'),(10808,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg','www.w3.org','/2000/svg','&28'),(10809,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0','GA'),(10810,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0','\nt'),(10811,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0',''),(10812,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0','S?'),(10813,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0','GA'),(10814,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0','\nt'),(10815,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0',''),(10816,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0','S?'),(10817,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10818,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10819,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10820,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10821,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(10822,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(10823,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','$'),(10824,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','www.apache.org','/licenses/LICENSE-2.0','0'),(10825,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest','\Z}{E'),(10826,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest','/'),(10827,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest',''),(10828,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php','developers.google.com','/custom-search/v1/using_rest','Gc'),(10829,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10830,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10831,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10832,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10833,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10834,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10835,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10836,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10837,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10838,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10839,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10840,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10841,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10842,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10843,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10844,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10845,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10846,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10847,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10848,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10849,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10850,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10851,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10852,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10853,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10854,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10855,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10856,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10857,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10858,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10859,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10860,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10861,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10862,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10863,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10864,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10865,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10866,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10867,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10868,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10869,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10870,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10871,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10872,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10873,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10874,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10875,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10876,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10877,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10878,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10879,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10880,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10881,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10882,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10883,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10884,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10885,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10886,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10887,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10888,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10889,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10890,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10891,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10892,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10893,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10894,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10895,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10896,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10897,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10898,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10899,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10900,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10901,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10902,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10903,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10904,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10905,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10906,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10907,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10908,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10909,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10910,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10911,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10912,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10913,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10914,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10915,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10916,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10917,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10918,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10919,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10920,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10921,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10922,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10923,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10924,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10925,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10926,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10927,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10928,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10929,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10930,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10931,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10932,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10933,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10934,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10935,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10936,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10937,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10938,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10939,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10940,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10941,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10942,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10943,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10944,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10945,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10946,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10947,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10948,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10949,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10950,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10951,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10952,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10953,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10954,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10955,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10956,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10957,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10958,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10959,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10960,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10961,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10962,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10963,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10964,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10965,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10966,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10967,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10968,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10969,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10970,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10971,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10972,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10973,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10974,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10975,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10976,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10977,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10978,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10979,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10980,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10981,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10982,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10983,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10984,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10985,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10986,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10987,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10988,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10989,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10990,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10991,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(10992,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(10993,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(10994,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(10995,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(10996,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(10997,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(10998,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(10999,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11000,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11001,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11002,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11003,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11004,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11005,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11006,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11007,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11008,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11009,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11010,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11011,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11012,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11013,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11014,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11015,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11016,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11017,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11018,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11019,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11020,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11021,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11022,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11023,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11024,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11025,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11026,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11027,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11028,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11029,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11030,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11031,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11032,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11033,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11034,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11035,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11036,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11037,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11038,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11039,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11040,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11041,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11042,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11043,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11044,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11045,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11046,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11047,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11048,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11049,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11050,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11051,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11052,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11053,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11054,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11055,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11056,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11057,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11058,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11059,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11060,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11061,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11062,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11063,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11064,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11065,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11066,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11067,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11068,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11069,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11070,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11071,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11072,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11073,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11074,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11075,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11076,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11077,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11078,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11079,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11080,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11081,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11082,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11083,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11084,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11085,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11086,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11087,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11088,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11089,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11090,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11091,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11092,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11093,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11094,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11095,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11096,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11097,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11098,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11099,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11100,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11101,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11102,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11103,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11104,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11105,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11106,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11107,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11108,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11109,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11110,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11111,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11112,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11113,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11114,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11115,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11116,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11117,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11118,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11119,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11120,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11121,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11122,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11123,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11124,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11125,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11126,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11127,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11128,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11129,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11130,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11131,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11132,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11133,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11134,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11135,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11136,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11137,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11138,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11139,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11140,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11141,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11142,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11143,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11144,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11145,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11146,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11147,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11148,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11149,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11150,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11151,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11152,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11153,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11154,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11155,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11156,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11157,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11158,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11159,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11160,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11161,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11162,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11163,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11164,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11165,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11166,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11167,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11168,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11169,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11170,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11171,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11172,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11173,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11174,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11175,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11176,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11177,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11178,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11179,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11180,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11181,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11182,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11183,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11184,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11185,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11186,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11187,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11188,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11189,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11190,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11191,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11192,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11193,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11194,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11195,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11196,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11197,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11198,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11199,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11200,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11201,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11202,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11203,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11204,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11205,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11206,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11207,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11208,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11209,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11210,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11211,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11212,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11213,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11214,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11215,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11216,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11217,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11218,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11219,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11220,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11221,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11222,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11223,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11224,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11225,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11226,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11227,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11228,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11229,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11230,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11231,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11232,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11233,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11234,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11235,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11236,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11237,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11238,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11239,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11240,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11241,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z.6'),(11242,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','\Z~4/'),(11243,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','!'),(11244,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/2000/svg','&28'),(11245,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','\Z.6'),(11246,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','	'),(11247,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','!'),(11248,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php','www.w3.org','/1999/xlink','1x'),(11249,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11250,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11251,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11252,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11253,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','developers.google.com','/adsense/host/','\Z}{E'),(11254,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','developers.google.com','/adsense/host/','f\Z'),(11255,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','developers.google.com','/adsense/host/',''),(11256,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','developers.google.com','/adsense/host/','/2'),(11257,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.googleapis.com','/auth/adsensehost','O'),(11258,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.googleapis.com','/auth/adsensehost',''),(11259,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.googleapis.com','/auth/adsensehost','Q'),(11260,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php','www.googleapis.com','/auth/adsensehost','p'),(11261,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11262,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11263,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11264,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11265,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php','test.com','/','q]'),(11266,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php','test.com','/','4'),(11267,'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11268,'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11269,'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11270,'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11271,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11272,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11273,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg','www.w3.org','/2000/svg','!'),(11274,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg','www.w3.org','/2000/svg','&28'),(11275,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11276,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11277,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11278,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11279,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',')eȝ'),(11280,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','Y'),(11281,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','gQ'),(11282,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','9a'),(11283,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','n'),(11284,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',''),(11285,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',')eȝ'),(11286,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','Y'),(11287,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','gQ'),(11288,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','9a'),(11289,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/','n'),(11290,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','identity.api.rackspacecloud.com','/v2.0/',''),(11291,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','z'),(11292,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','rJ'),(11293,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/',')eȝ'),(11294,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','Y'),(11295,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','gQ'),(11296,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','9a'),(11297,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/','n'),(11298,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','lon.identity.api.rackspacecloud.com','/v2.0/',''),(11299,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11300,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11301,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg','www.w3.org','/2000/svg','!'),(11302,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg','www.w3.org','/2000/svg','&28'),(11303,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11304,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11305,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg','www.w3.org','/2000/svg','!'),(11306,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg','www.w3.org','/2000/svg','&28'),(11307,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish',''),(11308,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish','Ӣ'),(11309,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish','k8v'),(11310,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish',''),(11311,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(11312,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html','M'),(11313,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html',''),(11314,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html','(742'),(11315,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/','a)'),(11316,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/','Wiߓ'),(11317,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/','d.'),(11318,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/',''),(11319,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(11320,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(11321,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(11322,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(11323,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(11324,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(11325,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(11326,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(11327,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(11328,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(11329,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(11330,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(11331,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(11332,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(11333,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(11334,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(11335,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(11336,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(11337,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(11338,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(11339,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0','GA'),(11340,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0','\nt'),(11341,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0',''),(11342,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php','aws.amazon.com','/apache2.0','S?'),(11343,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','~6-'),(11344,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','#'),(11345,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','9`y'),(11346,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php','developer.yahoo.com','/yui/compressor/','w-'),(11347,'wp-content/themes/bridge/js/plugins/rangeslider.min.js','github.com','/andreruffert/rangeslider.js',':\0$'),(11348,'wp-content/themes/bridge/js/plugins/rangeslider.min.js','github.com','/andreruffert/rangeslider.js','n'),(11349,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11350,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11351,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','www.w3.org','/2000/svg','!'),(11352,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','www.w3.org','/2000/svg','&28'),(11353,'wp-content/themes/bridge/js/default_dynamic.js','infowindow.open','/','4'),(11354,'wp-content/themes/bridge/js/default_dynamic.js','infowindow.open','/','k$'),(11355,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11356,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11357,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11358,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11359,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/','\Z}{E'),(11360,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/','g`'),(11361,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/',''),(11362,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','developers.google.com','/google-apps/activity/','U'),(11363,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','O'),(11364,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','W'),(11365,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','Q'),(11366,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/activity','%'),(11367,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive','O'),(11368,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive','Wpʄ'),(11369,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive','Q'),(11370,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive',':'),(11371,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly','O'),(11372,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly',''),(11373,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly','Q'),(11374,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.metadata.readonly','\'|'),(11375,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','O'),(11376,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','6ԝ'),(11377,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','Q'),(11378,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php','www.googleapis.com','/auth/drive.readonly','1q'),(11379,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0','GA'),(11380,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0','\nt'),(11381,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0',''),(11382,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0','S?'),(11383,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11384,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11385,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg','www.w3.org','/2000/svg','!'),(11386,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg','www.w3.org','/2000/svg','&28'),(11387,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11388,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11389,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11390,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11391,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0','GA'),(11392,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0','\nt'),(11393,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0',''),(11394,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php','aws.amazon.com','/apache2.0','S?'),(11395,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11396,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11397,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11398,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11399,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11400,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11401,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg','www.w3.org','/2000/svg','!'),(11402,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg','www.w3.org','/2000/svg','&28'),(11403,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg','www.w3.org','/2000/svg','\Z.6'),(11404,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg','www.w3.org','/2000/svg','\Z~4/'),(11405,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg','www.w3.org','/2000/svg','!'),(11406,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg','www.w3.org','/2000/svg','&28'),(11407,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11408,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11409,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11410,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11411,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11412,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11413,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11414,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11415,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/',''),(11416,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/','Wp'),(11417,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/','Ԣ'),(11418,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php','joliclic.free.fr','/php/javascript-packer/en/','u'),(11419,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11420,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11421,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg','www.w3.org','/2000/svg','!'),(11422,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg','www.w3.org','/2000/svg','&28'),(11423,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11424,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11425,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11426,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11427,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/','\Z}{E'),(11428,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/','*	'),(11429,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/',''),(11430,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','developers.google.com','/compute/','WP'),(11431,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','O'),(11432,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','f1'),(11433,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','Q'),(11434,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/cloud-platform','	'),(11435,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute','O'),(11436,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute','lj'),(11437,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute','Q'),(11438,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute',''),(11439,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly','O'),(11440,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly',';R'),(11441,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly','Q'),(11442,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/compute.readonly','\''),(11443,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','O'),(11444,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','p'),(11445,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','Q'),(11446,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman','K'),(11447,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','O'),(11448,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','5^'),(11449,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','Q'),(11450,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php','www.googleapis.com','/auth/ndev.cloudman.readonly','qq*'),(11451,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg','www.w3.org','/2000/svg','\Z.6'),(11452,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg','www.w3.org','/2000/svg','\Z~4/'),(11453,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg','www.w3.org','/2000/svg','!'),(11454,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg','www.w3.org','/2000/svg','&28'),(11455,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','@T'),(11456,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','P'),(11457,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','7+'),(11458,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','=['),(11459,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','@T'),(11460,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','@'),(11461,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','7+'),(11462,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/bug.php','#'),(11463,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','unix.stackexchange.com','/questions/71205/background-process-pipe-input',''),(11464,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','unix.stackexchange.com','/questions/71205/background-process-pipe-input','KO'),(11465,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','unix.stackexchange.com','/questions/71205/background-process-pipe-input','::d'),(11466,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','unix.stackexchange.com','/questions/71205/background-process-pipe-input','F'),(11467,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/69442','@T'),(11468,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/69442','mU'),(11469,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/69442','7+'),(11470,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','bugs.php.net','/69442','0]V'),(11471,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','4|'),(11472,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','sN'),(11473,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','7+'),(11474,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','!=E'),(11475,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','tldp.org','/LDP/abs/html/exitcodes.html','<H'),(11476,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','tldp.org','/LDP/abs/html/exitcodes.html',''),(11477,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','en.wikipedia.org','/wiki/Unix_signal',''),(11478,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','en.wikipedia.org','/wiki/Unix_signal','9'),(11479,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','en.wikipedia.org','/wiki/Unix_signal','k8v'),(11480,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','en.wikipedia.org','/wiki/Unix_signal','kq'),(11481,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','4|'),(11482,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','sN'),(11483,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','7+'),(11484,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php','www.php.net','/manual/en/pcntl.constants.php)','!=E'),(11485,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg','www.w3.org','/2000/svg','\Z.6'),(11486,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg','www.w3.org','/2000/svg','\Z~4/'),(11487,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg','www.w3.org','/2000/svg','!'),(11488,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg','www.w3.org','/2000/svg','&28'),(11489,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','tgmpluginactivation.com','/','y@a'),(11490,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','tgmpluginactivation.com','/','FWu'),(11491,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','github.com','/TGMPA/TGM-Plugin-Activation/blob/2.3.6/tgm-plugin-activation/class-tgm-plugin-activation.php',':\0$'),(11492,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','github.com','/TGMPA/TGM-Plugin-Activation/blob/2.3.6/tgm-plugin-activation/class-tgm-plugin-activation.php',':-'),(11493,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','developer.wordpress.org','/reference/hooks/sanitize_key/','nh'),(11494,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','developer.wordpress.org','/reference/hooks/sanitize_key/','j;'),(11495,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','developer.wordpress.org','/reference/hooks/sanitize_key/','\'ľ'),(11496,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','developer.wordpress.org','/reference/hooks/sanitize_key/','\"{r'),(11497,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','example.com','/wp-admin/themes.php','y'),(11498,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','example.com','/wp-admin/themes.php','T'),(11499,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','example.com','/wp-admin/themes.php','y'),(11500,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','example.com','/wp-admin/themes.php','U'),(11501,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','tgmpluginactivation.com','/configuration/','y@a'),(11502,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','tgmpluginactivation.com','/configuration/','UH'),(11503,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','tgmpluginactivation.com','/configuration/','y@a'),(11504,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','tgmpluginactivation.com','/configuration/','UH'),(11505,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php','!w'),(11506,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php','TU'),(11507,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php','~'),(11508,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php','1'),(11509,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php','\'ľ'),(11510,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php','B'),(11511,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk','!w'),(11512,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk','M'),(11513,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk','~'),(11514,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk','s'),(11515,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk','\'ľ'),(11516,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk','\0pF'),(11517,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php','!w'),(11518,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php','9'),(11519,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php','~'),(11520,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php','$1f'),(11521,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php','\'ľ'),(11522,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','core.trac.wordpress.org','/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php','1'),(11523,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','php.net','/book.filter','7+'),(11524,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php','php.net','/book.filter','m '),(11525,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11526,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11527,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg','www.w3.org','/2000/svg','!'),(11528,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg','www.w3.org','/2000/svg','&28'),(11529,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11530,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11531,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11532,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11533,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11534,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11535,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg','www.w3.org','/2000/svg','!'),(11536,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg','www.w3.org','/2000/svg','&28'),(11537,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11538,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11539,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11540,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11541,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/','\Z}{E'),(11542,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/','d'),(11543,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/',''),(11544,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/',''),(11545,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos','O'),(11546,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos','hR'),(11547,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos','Q'),(11548,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos',' r'),(11549,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly','O'),(11550,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly',''),(11551,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly','Q'),(11552,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly','\"Z0'),(11553,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','O'),(11554,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','i3'),(11555,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','Q'),(11556,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','S,'),(11557,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','O'),(11558,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','׵'),(11559,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','Q'),(11560,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','y'),(11561,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','O'),(11562,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','W>'),(11563,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','Q'),(11564,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','U6&'),(11565,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','O'),(11566,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','7'),(11567,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','Q'),(11568,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','H2\Z'),(11569,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','O'),(11570,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','T~'),(11571,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','Q'),(11572,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','Ol('),(11573,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','O'),(11574,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','}/'),(11575,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','Q'),(11576,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','IY'),(11577,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly','O'),(11578,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly','*;'),(11579,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly','Q'),(11580,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly',' qn'),(11581,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','O'),(11582,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','%'),(11583,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','Q'),(11584,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','u8'),(11585,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','O'),(11586,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','V'),(11587,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','Q'),(11588,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','a'),(11589,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','O'),(11590,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','is'),(11591,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','Q'),(11592,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','x'),(11593,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','O'),(11594,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','\r'),(11595,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','Q'),(11596,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','\"'),(11597,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias','O'),(11598,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias',''),(11599,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias','Q'),(11600,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias','Z%'),(11601,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','O'),(11602,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','k\n'),(11603,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','Q'),(11604,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','1'),(11605,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','O'),(11606,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','bB'),(11607,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','Q'),(11608,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','P,'),(11609,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','O'),(11610,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','TI'),(11611,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','Q'),(11612,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','g'),(11613,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema','O'),(11614,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema',''),(11615,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema','Q'),(11616,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema','p'),(11617,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly','O'),(11618,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly','%R'),(11619,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly','Q'),(11620,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly',''),(11621,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py','ձ'),(11622,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py','\0Ռ'),(11623,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py',''),(11624,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py','CG'),(11625,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py','ձ'),(11626,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py','+]'),(11627,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py',''),(11628,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py','ks'),(11629,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','\Z}{E'),(11630,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','|	'),(11631,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-',''),(11632,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','3}W'),(11633,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','\Z}{E'),(11634,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','|	'),(11635,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-',''),(11636,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','3}W'),(11637,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11638,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11639,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11640,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11641,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(11642,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(11643,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(11644,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(11645,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/2000/svg','\Z.6'),(11646,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/2000/svg','\Z~4/'),(11647,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/2000/svg','!'),(11648,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','www.w3.org','/2000/svg','&28'),(11649,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11650,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11651,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg','www.w3.org','/2000/svg','!'),(11652,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg','www.w3.org','/2000/svg','&28'),(11653,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg','www.w3.org','/2000/svg','\Z.6'),(11654,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg','www.w3.org','/2000/svg','\Z~4/'),(11655,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg','www.w3.org','/2000/svg','!'),(11656,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg','www.w3.org','/2000/svg','&28'),(11657,'wp-content/plugins/bridge-core/modules/shortcodes/shortcodes.php','php.net','/manual/en/function.glob.php','7+'),(11658,'wp-content/plugins/bridge-core/modules/shortcodes/shortcodes.php','php.net','/manual/en/function.glob.php','\Z4'),(11659,'wp-content/plugins/bridge-core/modules/shortcodes/shortcodes.php','php.net','/manual/en/function.glob.php','7+'),(11660,'wp-content/plugins/bridge-core/modules/shortcodes/shortcodes.php','php.net','/manual/en/function.glob.php','\Z4'),(11661,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0','GA'),(11662,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0','\nt'),(11663,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0',''),(11664,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0','S?'),(11665,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','|B'),(11666,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','\ZQҩ'),(11667,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','GA'),(11668,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','ݷ'),(11669,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html',''),(11670,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','_\''),(11671,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11672,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11673,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg','www.w3.org','/2000/svg','!'),(11674,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg','www.w3.org','/2000/svg','&28'),(11675,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0','GA'),(11676,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0','\nt'),(11677,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0',''),(11678,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php','aws.amazon.com','/apache2.0','S?'),(11679,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11680,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11681,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg','www.w3.org','/2000/svg','!'),(11682,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg','www.w3.org','/2000/svg','&28'),(11683,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11684,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11685,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg','www.w3.org','/2000/svg','!'),(11686,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg','www.w3.org','/2000/svg','&28'),(11687,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11688,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11689,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg','www.w3.org','/2000/svg','!'),(11690,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg','www.w3.org','/2000/svg','&28'),(11691,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11692,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11693,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg','www.w3.org','/2000/svg','!'),(11694,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg','www.w3.org','/2000/svg','&28'),(11695,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11696,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11697,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11698,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11699,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11700,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11701,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11702,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11703,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(11704,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(11705,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11706,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11707,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11708,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11709,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(11710,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(11711,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/2000/svg','\Z.6'),(11712,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/2000/svg','\Z~4/'),(11713,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/2000/svg','!'),(11714,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/2000/svg','&28'),(11715,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/1999/xlink','\Z.6'),(11716,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/1999/xlink','	'),(11717,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/1999/xlink','!'),(11718,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg','www.w3.org','/1999/xlink','1x'),(11719,'wp-content/updraft/plugins-old/akismet/views/start.php','akismet.com','/get/','j9'),(11720,'wp-content/updraft/plugins-old/akismet/views/start.php','akismet.com','/get/',''),(11721,'wp-content/updraft/plugins-old/akismet/views/start.php','akismet.com','/get/','j9'),(11722,'wp-content/updraft/plugins-old/akismet/views/start.php','akismet.com','/get/',''),(11723,'wp-content/updraft/plugins-old/akismet/views/start.php','akismet.com','/contact','j9'),(11724,'wp-content/updraft/plugins-old/akismet/views/start.php','akismet.com','/contact','2'),(11725,'wp-content/updraft/plugins-old/akismet/views/start.php','docs.akismet.com','/getting-started/api-key/','\"|'),(11726,'wp-content/updraft/plugins-old/akismet/views/start.php','docs.akismet.com','/getting-started/api-key/','q'),(11727,'wp-content/updraft/plugins-old/akismet/views/start.php','docs.akismet.com','/getting-started/api-key/','j9'),(11728,'wp-content/updraft/plugins-old/akismet/views/start.php','docs.akismet.com','/getting-started/api-key/','~'),(11729,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11730,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11731,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg','www.w3.org','/2000/svg','!'),(11732,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg','www.w3.org','/2000/svg','&28'),(11733,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0','GA'),(11734,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0','\nt'),(11735,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0',''),(11736,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php','aws.amazon.com','/apache2.0','S?'),(11737,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11738,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11739,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11740,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11741,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11742,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11743,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11744,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11745,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/2000/svg','\Z.6'),(11746,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/2000/svg','\Z~4/'),(11747,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/2000/svg','!'),(11748,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/2000/svg','&28'),(11749,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/1999/xlink','\Z.6'),(11750,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/1999/xlink','	'),(11751,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/1999/xlink','!'),(11752,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.w3.org','/1999/xlink','1x'),(11753,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.bohemiancoding.com','/sketch',''),(11754,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.bohemiancoding.com','/sketch','G'),(11755,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(11756,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','www.bohemiancoding.com','/sketch','Y'),(11757,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11758,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11759,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg','www.w3.org','/2000/svg','!'),(11760,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg','www.w3.org','/2000/svg','&28'),(11761,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11762,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11763,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11764,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11765,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','developers.google.com','/youtube/v3','\Z}{E'),(11766,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','developers.google.com','/youtube/v3','V-l'),(11767,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','developers.google.com','/youtube/v3',''),(11768,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','developers.google.com','/youtube/v3','؇'),(11769,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube','O'),(11770,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube','7'),(11771,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube','Q'),(11772,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube','Ⱦ'),(11773,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.force-ssl','O'),(11774,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.force-ssl','\\h'),(11775,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.force-ssl','Q'),(11776,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.force-ssl','2\''),(11777,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.readonly','O'),(11778,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.readonly','='),(11779,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.readonly','Q'),(11780,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.readonly','k'),(11781,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.upload','O'),(11782,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.upload','-j|'),(11783,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.upload','Q'),(11784,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtube.upload','%M^'),(11785,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner','O'),(11786,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner',''),(11787,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner','Q'),(11788,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner','c]'),(11789,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner-channel-audit','O'),(11790,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner-channel-audit','s='),(11791,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner-channel-audit','Q'),(11792,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php','www.googleapis.com','/auth/youtubepartner-channel-audit','Y'),(11793,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11794,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11795,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg','www.w3.org','/2000/svg','!'),(11796,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg','www.w3.org','/2000/svg','&28'),(11797,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','php.net','/book.ftp','7+'),(11798,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','php.net','/book.ftp','vy5'),(11799,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(11800,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.opensource.org','/licenses/mit-license.html','M'),(11801,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.opensource.org','/licenses/mit-license.html',''),(11802,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.opensource.org','/licenses/mit-license.html','(742'),(11803,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','phpseclib.sourceforge.net','/','a)'),(11804,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','phpseclib.sourceforge.net','/','Wiߓ'),(11805,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','phpseclib.sourceforge.net','/','d.'),(11806,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','phpseclib.sourceforge.net','/',''),(11807,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11808,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11809,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11810,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11811,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','C'),(11812,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','`F'),(11813,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','ST'),(11814,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','2'),(11815,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11816,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11817,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11818,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11819,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','C'),(11820,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','`F'),(11821,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','ST'),(11822,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','2'),(11823,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11824,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11825,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11826,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11827,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','C'),(11828,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','<8'),(11829,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','ST'),(11830,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','L$\\'),(11831,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11832,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11833,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11834,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11835,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','C'),(11836,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','`F'),(11837,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','ST'),(11838,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','2'),(11839,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','C'),(11840,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','`F'),(11841,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','ST'),(11842,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','2'),(11843,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','C'),(11844,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','Z'),(11845,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','ST'),(11846,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','jM'),(11847,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11848,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11849,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11850,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11851,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11852,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11853,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11854,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11855,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11856,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11857,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11858,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11859,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11860,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11861,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11862,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11863,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11864,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11865,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11866,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11867,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11868,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11869,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11870,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11871,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.kernel.org','/doc/man-pages/online/pages/man2/chown.2.html','\"'),(11872,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.kernel.org','/doc/man-pages/online/pages/man2/chown.2.html','ѐ'),(11873,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.kernel.org','/doc/man-pages/online/pages/man2/chown.2.html','m(J'),(11874,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','www.kernel.org','/doc/man-pages/online/pages/man2/chown.2.html',''),(11875,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11876,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11877,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11878,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11879,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11880,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11881,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11882,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11883,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11884,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11885,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11886,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11887,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11888,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11889,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11890,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11891,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','C'),(11892,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','%'),(11893,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ST'),(11894,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-13','ot'),(11895,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','lxr.free-electrons.com','/source/include/uapi/linux/stat.h',''),(11896,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','lxr.free-electrons.com','/source/include/uapi/linux/stat.h','β'),(11897,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','lxr.free-electrons.com','/source/include/uapi/linux/stat.h','r+'),(11898,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','lxr.free-electrons.com','/source/include/uapi/linux/stat.h','g>b'),(11899,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','linux.die.net','/man/2/stat','bB4'),(11900,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','linux.die.net','/man/2/stat','@'),(11901,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','linux.die.net','/man/2/stat','ۨ'),(11902,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','linux.die.net','/man/2/stat','&XC1'),(11903,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','C'),(11904,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','Z'),(11905,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','ST'),(11906,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-05','jM'),(11907,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','C'),(11908,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','`F'),(11909,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','ST'),(11910,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-04','2'),(11911,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Unix_file_types',''),(11912,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Unix_file_types','r %\0'),(11913,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Unix_file_types','k8v'),(11914,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Unix_file_types','xP'),(11915,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Filesystem_permissions',''),(11916,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Filesystem_permissions','4c'),(11917,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Filesystem_permissions','k8v'),(11918,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','en.wikipedia.org','/wiki/Filesystem_permissions','I'),(11919,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','php.net','/microtime','7+'),(11920,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','php.net','/microtime',''),(11921,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','php.net','/microtime','7+'),(11922,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','php.net','/microtime',''),(11923,'wp-content/themes/bridge/woocommerce/content-product.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(11924,'wp-content/themes/bridge/woocommerce/content-product.php','docs.woocommerce.com','/document/template-structure/','b'),(11925,'wp-content/themes/bridge/woocommerce/content-product.php','docs.woocommerce.com','/document/template-structure/','\0'),(11926,'wp-content/themes/bridge/woocommerce/content-product.php','docs.woocommerce.com','/document/template-structure/','5'),(11927,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg','www.w3.org','/2000/svg','\Z.6'),(11928,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg','www.w3.org','/2000/svg','\Z~4/'),(11929,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg','www.w3.org','/2000/svg','!'),(11930,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg','www.w3.org','/2000/svg','&28'),(11931,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11932,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11933,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg','www.w3.org','/2000/svg','!'),(11934,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg','www.w3.org','/2000/svg','&28'),(11935,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg','www.w3.org','/2000/svg','\Z.6'),(11936,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11937,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg','www.w3.org','/2000/svg','!'),(11938,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg','www.w3.org','/2000/svg','&28'),(11939,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','j/['),(11940,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','R'),(11941,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','PP'),(11942,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','cل'),(11943,'wp-content/plugins/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','4'),(11944,'wp-content/plugins/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','Q'),(11945,'wp-content/plugins/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','_r'),(11946,'wp-content/plugins/updraftplus/addons/onedrive.php','auth.updraftplus.com','/auth/onedrive','4'),(11947,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','j/['),(11948,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','R'),(11949,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','PP'),(11950,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/upload_large_files.htm','cل'),(11951,'wp-content/plugins/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/',''),(11952,'wp-content/plugins/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/','{*'),(11953,'wp-content/plugins/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/','PP'),(11954,'wp-content/plugins/updraftplus/addons/onedrive.php','api.onedrive.com','/v1.0/drive/root:/','RM'),(11955,'wp-content/plugins/updraftplus/addons/onedrive.php','github.com','/OneDrive/onedrive-api-docs/blob/master/items/upload_large_files.md',':\0$'),(11956,'wp-content/plugins/updraftplus/addons/onedrive.php','github.com','/OneDrive/onedrive-api-docs/blob/master/items/upload_large_files.md',' #'),(11957,'wp-content/plugins/updraftplus/addons/onedrive.php','api.onedrive','/',''),(11958,'wp-content/plugins/updraftplus/addons/onedrive.php','api.onedrive','/','1t'),(11959,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','j/['),(11960,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','oi8'),(11961,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','PP'),(11962,'wp-content/plugins/updraftplus/addons/onedrive.php','dev.onedrive.com','/items/list.htm','8\r'),(11963,'wp-content/plugins/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token','3\"f'),(11964,'wp-content/plugins/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token','fL'),(11965,'wp-content/plugins/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token','S'),(11966,'wp-content/plugins/updraftplus/addons/onedrive.php','login.microsoftonline.com','/common/oauth2/v2.0/token',''),(11967,'wp-content/plugins/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf',''),(11968,'wp-content/plugins/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf','\'Ж'),(11969,'wp-content/plugins/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf','\0C'),(11970,'wp-content/plugins/updraftplus/addons/onedrive.php','login.live.com','/oauth20_token.srf',''),(11971,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','_r'),(11972,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','T%'),(11973,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','_r'),(11974,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/unblock-ip-address/','T%'),(11975,'wp-content/plugins/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','1\"'),(11976,'wp-content/plugins/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','\"'),(11977,'wp-content/plugins/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','$)9'),(11978,'wp-content/plugins/updraftplus/addons/onedrive.php','developer.microsoft.com','/en-us/graph/docs/concepts/permissions_reference','u'),(11979,'wp-content/plugins/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','F#'),(11980,'wp-content/plugins/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','t\r'),(11981,'wp-content/plugins/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','\0C'),(11982,'wp-content/plugins/updraftplus/addons/onedrive.php','account.live.com','/developers/applications/create','.W'),(11983,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/microsoft-onedrive-setup-guide/','_r'),(11984,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/microsoft-onedrive-setup-guide/','D&'),(11985,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-microsoft-onedrive-app/','_r'),(11986,'wp-content/plugins/updraftplus/addons/onedrive.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-microsoft-onedrive-app/','%֏'),(11987,'wp-content/plugins/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','n!('),(11988,'wp-content/plugins/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','t]'),(11989,'wp-content/plugins/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','f'),(11990,'wp-content/plugins/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','re#4'),(11991,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','www.w3.org','/2000/svg','\Z.6'),(11992,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','www.w3.org','/2000/svg','\Z~4/'),(11993,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','www.w3.org','/2000/svg','!'),(11994,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','www.w3.org','/2000/svg','&28'),(11995,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(11996,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(11997,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(11998,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(11999,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12000,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12001,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12002,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12003,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','O'),(12004,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','f1'),(12005,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','Q'),(12006,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','	'),(12007,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','O'),(12008,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','a'),(12009,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','Q'),(12010,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','4]'),(12011,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/userinfo.profile','O'),(12012,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(12013,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/userinfo.profile','Q'),(12014,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/userinfo.profile','~'),(12015,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/analytics.readonly','O'),(12016,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/analytics.readonly','\\'),(12017,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/analytics.readonly','Q'),(12018,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/auth/analytics.readonly','2C'),(12019,'wp-content/plugins/updraftplus/central/modules/analytics.php','accounts.google.com','/o/oauth2/auth','i.'),(12020,'wp-content/plugins/updraftplus/central/modules/analytics.php','accounts.google.com','/o/oauth2/auth','umt'),(12021,'wp-content/plugins/updraftplus/central/modules/analytics.php','accounts.google.com','/o/oauth2/auth',''),(12022,'wp-content/plugins/updraftplus/central/modules/analytics.php','accounts.google.com','/o/oauth2/auth','Tv'),(12023,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/oauth2/v1/tokeninfo','O'),(12024,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/oauth2/v1/tokeninfo',''),(12025,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/oauth2/v1/tokeninfo','Q'),(12026,'wp-content/plugins/updraftplus/central/modules/analytics.php','www.googleapis.com','/oauth2/v1/tokeninfo','x'),(12027,'wp-content/plugins/updraftplus/central/modules/analytics.php','auth.updraftplus.com','/auth/googleanalytics','4'),(12028,'wp-content/plugins/updraftplus/central/modules/analytics.php','auth.updraftplus.com','/auth/googleanalytics','Xz:'),(12029,'wp-content/plugins/updraftplus/central/modules/analytics.php','auth.updraftplus.com','/auth/googleanalytics','_r'),(12030,'wp-content/plugins/updraftplus/central/modules/analytics.php','auth.updraftplus.com','/auth/googleanalytics','%	\0'),(12031,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12032,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12033,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg','www.w3.org','/2000/svg','!'),(12034,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg','www.w3.org','/2000/svg','&28'),(12035,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12036,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12037,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12038,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12039,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12040,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12041,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg','www.w3.org','/2000/svg','!'),(12042,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg','www.w3.org','/2000/svg','&28'),(12043,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/2000/svg','\Z.6'),(12044,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/2000/svg','\Z~4/'),(12045,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/2000/svg','!'),(12046,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/2000/svg','&28'),(12047,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/1999/xlink','\Z.6'),(12048,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/1999/xlink','	'),(12049,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/1999/xlink','!'),(12050,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.w3.org','/1999/xlink','1x'),(12051,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.bohemiancoding.com','/sketch',''),(12052,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.bohemiancoding.com','/sketch','G'),(12053,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(12054,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','www.bohemiancoding.com','/sketch','Y'),(12055,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12056,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12057,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12058,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12059,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0','GA'),(12060,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0','\nt'),(12061,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0',''),(12062,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php','aws.amazon.com','/apache2.0','S?'),(12063,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12064,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12065,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg','www.w3.org','/2000/svg','!'),(12066,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg','www.w3.org','/2000/svg','&28'),(12067,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12068,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12069,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg','www.w3.org','/2000/svg','!'),(12070,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg','www.w3.org','/2000/svg','&28'),(12071,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0','GA'),(12072,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0','\nt'),(12073,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0',''),(12074,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php','aws.amazon.com','/apache2.0','S?'),(12075,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg','www.w3.org','/2000/svg','\Z.6'),(12076,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg','www.w3.org','/2000/svg','\Z~4/'),(12077,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg','www.w3.org','/2000/svg','!'),(12078,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg','www.w3.org','/2000/svg','&28'),(12079,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12080,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12081,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12082,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12083,'wp-content/updraft/plugins-old/updraftplus/central/listener.php','updraftplus.com','/','_r'),(12084,'wp-content/updraft/plugins-old/updraftplus/central/listener.php','updraftplus.com','/','ʛ'),(12085,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','github.com','/scottdarby/Stylish-Select',':\0$'),(12086,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','github.com','/scottdarby/Stylish-Select','=D'),(12087,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.harvest.org','/','y'),(12088,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.harvest.org','/','!0'),(12089,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.harvest.org','/',';P'),(12090,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.harvest.org','/','tW'),(12091,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.artazor.lv','/','^%'),(12092,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.artazor.lv','/','y'),(12093,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.artazor.lv','/','&Q'),(12094,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','www.artazor.lv','/','U+'),(12095,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','github.com','/Wilfred',':\0$'),(12096,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','github.com','/Wilfred','Dد'),(12097,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','github.com','/Craigy-',':\0$'),(12098,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js','github.com','/Craigy-','$+'),(12099,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12100,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12101,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg','www.w3.org','/2000/svg','!'),(12102,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg','www.w3.org','/2000/svg','&28'),(12103,'readme.html','wordpress.org','/','\'ľ'),(12104,'readme.html','wordpress.org','/','e]'),(12105,'readme.html','wordpress.org','/support/forums/','\'ľ'),(12106,'readme.html','wordpress.org','/support/forums/','^>'),(12107,'readme.html','wordpress.org','/support/article/importing-content/','\'ľ'),(12108,'readme.html','wordpress.org','/support/article/importing-content/','v;*'),(12109,'readme.html','secure.php.net','/','_2'),(12110,'readme.html','secure.php.net','/',''),(12111,'readme.html','secure.php.net','/','7+'),(12112,'readme.html','secure.php.net','/','&'),(12113,'readme.html','www.mysql.com','/','%L'),(12114,'readme.html','www.mysql.com','/',''),(12115,'readme.html','www.mysql.com','/',')b'),(12116,'readme.html','www.mysql.com','/','ӬN'),(12117,'readme.html','secure.php.net','/','_2'),(12118,'readme.html','secure.php.net','/',''),(12119,'readme.html','secure.php.net','/','7+'),(12120,'readme.html','secure.php.net','/','&'),(12121,'readme.html','www.mysql.com','/','%L'),(12122,'readme.html','www.mysql.com','/',''),(12123,'readme.html','www.mysql.com','/',')b'),(12124,'readme.html','www.mysql.com','/','ӬN'),(12125,'readme.html','httpd.apache.org','/docs/2.2/mod/mod_rewrite.html',''),(12126,'readme.html','httpd.apache.org','/docs/2.2/mod/mod_rewrite.html','n'),(12127,'readme.html','httpd.apache.org','/docs/2.2/mod/mod_rewrite.html','$'),(12128,'readme.html','httpd.apache.org','/docs/2.2/mod/mod_rewrite.html','W'),(12129,'readme.html','wordpress.org','/news/2016/12/moving-toward-ssl/','\'ľ'),(12130,'readme.html','wordpress.org','/news/2016/12/moving-toward-ssl/',''),(12131,'readme.html','wordpress.org','/','\'ľ'),(12132,'readme.html','wordpress.org','/','e]'),(12133,'readme.html','codex.wordpress.org','/',''),(12134,'readme.html','codex.wordpress.org','/','\0'),(12135,'readme.html','codex.wordpress.org','/','\'ľ'),(12136,'readme.html','codex.wordpress.org','/','e]'),(12137,'readme.html','wordpress.org','/news/','\'ľ'),(12138,'readme.html','wordpress.org','/news/','-+'),(12139,'readme.html','planet.wordpress.org','/','4#a'),(12140,'readme.html','planet.wordpress.org','/','5\\'),(12141,'readme.html','planet.wordpress.org','/','\'ľ'),(12142,'readme.html','planet.wordpress.org','/','e]'),(12143,'readme.html','wordpress.org','/support/forums/','\'ľ'),(12144,'readme.html','wordpress.org','/support/forums/','^>'),(12145,'readme.html','codex.wordpress.org','/IRC',''),(12146,'readme.html','codex.wordpress.org','/IRC','\n'),(12147,'readme.html','codex.wordpress.org','/IRC','\'ľ'),(12148,'readme.html','codex.wordpress.org','/IRC','	'),(12149,'readme.html','wordpress.org','/support/forums/','\'ľ'),(12150,'readme.html','wordpress.org','/support/forums/','^>'),(12151,'readme.html','developer.wordpress.org','/plugins/','nh'),(12152,'readme.html','developer.wordpress.org','/plugins/','k'),(12153,'readme.html','developer.wordpress.org','/plugins/','\'ľ'),(12154,'readme.html','developer.wordpress.org','/plugins/','[E'),(12155,'readme.html','cafelog.com','/','e(R'),(12156,'readme.html','cafelog.com','/','xTO'),(12157,'readme.html','wordpress.org','/about/','\'ľ'),(12158,'readme.html','wordpress.org','/about/','8]'),(12159,'readme.html','wordpress.org','/donate/','\'ľ'),(12160,'readme.html','wordpress.org','/donate/','.X'),(12161,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12162,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12163,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12164,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12165,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12166,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12167,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg','www.w3.org','/2000/svg','!'),(12168,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg','www.w3.org','/2000/svg','&28'),(12169,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','www.youtube.com','/embed/','h`wn'),(12170,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','www.youtube.com','/embed/',''),(12171,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','www.youtube.com','/embed/','Mçi'),(12172,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','www.youtube.com','/embed/',''),(12173,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','player.vimeo.com','/video/','3'),(12174,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','player.vimeo.com','/video/','k\0'),(12175,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','player.vimeo.com','/video/','U'),(12176,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php','player.vimeo.com','/video/','HW'),(12177,'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php','www.w3schools.com','/tags/att_global_id.asp',''),(12178,'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php','www.w3schools.com','/tags/att_global_id.asp','t'),(12179,'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php','www.w3schools.com','/tags/att_global_id.asp','{'),(12180,'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(12181,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12182,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12183,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12184,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12185,'wp-content/updraft/plugins-old/updraftplus/addons/lockadmin.php','updraftplus.com','/faqs/locked-updraftplus-settings-page-forgotten-password-unlock/','_r'),(12186,'wp-content/updraft/plugins-old/updraftplus/addons/lockadmin.php','updraftplus.com','/faqs/locked-updraftplus-settings-page-forgotten-password-unlock/','ؑ!'),(12187,'wp-content/updraft/plugins-old/updraftplus/addons/lockadmin.php','updraftplus.com','/lock-updraftplus-settings/','_r'),(12188,'wp-content/updraft/plugins-old/updraftplus/addons/lockadmin.php','updraftplus.com','/lock-updraftplus-settings/','6Ln'),(12189,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12190,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12191,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12192,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12193,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12194,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12195,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12196,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12197,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12198,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12199,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12200,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12201,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12202,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12203,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12204,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12205,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12206,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12207,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg','www.w3.org','/2000/svg','!'),(12208,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg','www.w3.org','/2000/svg','&28'),(12209,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12210,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12211,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg','www.w3.org','/2000/svg','!'),(12212,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg','www.w3.org','/2000/svg','&28'),(12213,'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php','www.w3schools.com','/tags/att_global_id.asp',''),(12214,'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php','www.w3schools.com','/tags/att_global_id.asp','t'),(12215,'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php','www.w3schools.com','/tags/att_global_id.asp','{'),(12216,'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(12217,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg','www.w3.org','/2000/svg','\Z.6'),(12218,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(12219,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg','www.w3.org','/2000/svg','!'),(12220,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg','www.w3.org','/2000/svg','&28'),(12221,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0','GA'),(12222,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0','\nt'),(12223,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0',''),(12224,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','aws.amazon.com','/apache2.0','S?'),(12225,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','|B'),(12226,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(12227,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','GA'),(12228,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(12229,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(12230,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','i5'),(12231,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','|B'),(12232,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(12233,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','GA'),(12234,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(12235,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html',''),(12236,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php','docs.aws.amazon.com','/general/latest/gr/rande.html','i5'),(12237,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12238,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12239,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','www.w3.org','/2000/svg','!'),(12240,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','www.w3.org','/2000/svg','&28'),(12241,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php',''),(12242,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php','zK'),(12243,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','v'),(12244,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR',':/'),(12245,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','7+'),(12246,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','-2'),(12247,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php',''),(12248,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php','zK'),(12249,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','v'),(12250,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR',':/'),(12251,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','7+'),(12252,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','-2'),(12253,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/','['),(12254,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/','v'),(12255,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/','́'),(12256,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/','`'),(12257,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/','O/'),(12258,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/','2'),(12259,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','['),(12260,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','[>K'),(12261,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','́'),(12262,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/plugins/jquery-parallax/',''),(12263,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','O/'),(12264,'wp-content/themes/bridge/js/default.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','S'),(12265,'wp-content/themes/bridge/js/default.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(12266,'wp-content/themes/bridge/js/default.js','www.opensource.org','/licenses/mit-license.php','4'),(12267,'wp-content/themes/bridge/js/default.js','www.opensource.org','/licenses/mit-license.php',''),(12268,'wp-content/themes/bridge/js/default.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(12269,'wp-content/themes/bridge/js/default.js','www.gnu.org','/licenses/gpl.html',''),(12270,'wp-content/themes/bridge/js/default.js','www.gnu.org','/licenses/gpl.html',''),(12271,'wp-content/themes/bridge/js/default.js','www.gnu.org','/licenses/gpl.html','{\''),(12272,'wp-content/themes/bridge/js/default.js','www.gnu.org','/licenses/gpl.html','+\0ri'),(12273,'wp-content/themes/bridge/js/default.js','www.w3.org','/2000/svg','\Z.6'),(12274,'wp-content/themes/bridge/js/default.js','www.w3.org','/2000/svg','\Z~4/'),(12275,'wp-content/themes/bridge/js/default.js','www.w3.org','/2000/svg','!'),(12276,'wp-content/themes/bridge/js/default.js','www.w3.org','/2000/svg','&28'),(12277,'wp-content/themes/bridge/js/default.js','stackoverflow.com','/questions/542938/how-do-i-get-the-number-of-days-between-two-dates-in-javascript','X_'),(12278,'wp-content/themes/bridge/js/default.js','stackoverflow.com','/questions/542938/how-do-i-get-the-number-of-days-between-two-dates-in-javascript','ᆗ'),(12279,'wp-content/themes/bridge/js/default.js','stackoverflow.com','/questions/123999/how-to-tell-if-a-dom-element-is-visible-in-the-current-viewport','X_'),(12280,'wp-content/themes/bridge/js/default.js','stackoverflow.com','/questions/123999/how-to-tell-if-a-dom-element-is-visible-in-the-current-viewport','\'C#b'),(12281,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12282,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12283,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg','www.w3.org','/2000/svg','!'),(12284,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg','www.w3.org','/2000/svg','&28'),(12285,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg','www.w3.org','/2000/svg','\Z.6'),(12286,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg','www.w3.org','/2000/svg','\Z~4/'),(12287,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg','www.w3.org','/2000/svg','!'),(12288,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg','www.w3.org','/2000/svg','&28'),(12289,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0','GA'),(12290,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0','\nt'),(12291,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0',''),(12292,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php','aws.amazon.com','/apache2.0','S?'),(12293,'wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php','updraftplus.com','/my-account/clones/','_r'),(12294,'wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php','updraftplus.com','/my-account/clones/','Ae'),(12295,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/1999/xhtml','\Z.6'),(12296,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/1999/xhtml','a'),(12297,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/1999/xhtml','!'),(12298,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/1999/xhtml','W'),(12299,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','\Z.6'),(12300,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','\Z~4/'),(12301,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','!'),(12302,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','&28'),(12303,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','updraftplus.com','/my-account/clones/','_r'),(12304,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','updraftplus.com','/my-account/clones/','Ae'),(12305,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','updraftplus.com','/faq-category/updraftclone/','_r'),(12306,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','updraftplus.com','/faq-category/updraftclone/','uY'),(12307,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','\Z.6'),(12308,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','\Z~4/'),(12309,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','!'),(12310,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','www.w3.org','/2000/svg','&28'),(12311,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php','opensource.org','/licenses/bsd-license.php',''),(12312,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php','opensource.org','/licenses/bsd-license.php','zK'),(12313,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php','pear.php.net','/package/HTTP_Request/','v'),(12314,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php','pear.php.net','/package/HTTP_Request/','#@'),(12315,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php','pear.php.net','/package/HTTP_Request/','7+'),(12316,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php','pear.php.net','/package/HTTP_Request/','W9'),(12317,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12318,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12319,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg','www.w3.org','/2000/svg','!'),(12320,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg','www.w3.org','/2000/svg','&28'),(12321,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12322,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12323,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12324,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12325,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0','GA'),(12326,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0','\nt'),(12327,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0',''),(12328,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php','aws.amazon.com','/apache2.0','S?'),(12329,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12330,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12331,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12332,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12333,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/','D/'),(12334,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/','wX\n'),(12335,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/',''),(12336,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/','/'),(12337,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','O'),(12338,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','f1'),(12339,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','Q'),(12340,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','	'),(12341,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','O'),(12342,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','&'),(12343,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','Q'),(12344,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','q'),(12345,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','O'),(12346,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','&'),(12347,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','Q'),(12348,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','q'),(12349,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','O'),(12350,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','LA'),(12351,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','Q'),(12352,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','MK-'),(12353,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','O'),(12354,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','LA'),(12355,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','Q'),(12356,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','MK-'),(12357,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg','www.w3.org','/2000/svg','\Z.6'),(12358,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(12359,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg','www.w3.org','/2000/svg','!'),(12360,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg','www.w3.org','/2000/svg','&28'),(12361,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','4|'),(12362,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','\0nP'),(12363,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','7+'),(12364,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','www.php.net','/manual/en/function.curl-getinfo.php','%'),(12365,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','websec.io','/2012/08/27/Preventing-XXE-in-PHP.html','x'),(12366,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','websec.io','/2012/08/27/Preventing-XXE-in-PHP.html','W'),(12367,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(12368,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(12369,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','ST'),(12370,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','	8'),(12371,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(12372,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(12373,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','ST'),(12374,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','	8'),(12375,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12376,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12377,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12378,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12379,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12380,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12381,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg','www.w3.org','/2000/svg','!'),(12382,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg','www.w3.org','/2000/svg','&28'),(12383,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12384,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12385,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg','www.w3.org','/2000/svg','!'),(12386,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg','www.w3.org','/2000/svg','&28'),(12387,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0','GA'),(12388,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0','\nt'),(12389,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0',''),(12390,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0','S?'),(12391,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12392,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12393,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12394,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12395,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp','\Z}{E'),(12396,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp','!fD'),(12397,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp',''),(12398,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp','@'),(12399,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar','O'),(12400,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar',''),(12401,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar','Q'),(12402,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar','fB}'),(12403,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','O'),(12404,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','Nr'),(12405,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','Q'),(12406,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','ɿ'),(12407,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12408,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12409,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg','www.w3.org','/2000/svg','!'),(12410,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg','www.w3.org','/2000/svg','&28'),(12411,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12412,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12413,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg','www.w3.org','/2000/svg','!'),(12414,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg','www.w3.org','/2000/svg','&28'),(12415,'wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240','@T'),(12416,'wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240','+'),(12417,'wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240','7+'),(12418,'wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240',' o`'),(12419,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12420,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12421,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12422,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12423,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12424,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12425,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12426,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12427,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12428,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12429,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12430,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12431,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12432,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12433,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12434,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12435,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg','www.w3.org','/2000/svg','\Z.6'),(12436,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg','www.w3.org','/2000/svg','\Z~4/'),(12437,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg','www.w3.org','/2000/svg','!'),(12438,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg','www.w3.org','/2000/svg','&28'),(12439,'wp-content/updraft/themes-old/twentynineteen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(12440,'wp-content/updraft/themes-old/twentynineteen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(12441,'wp-content/updraft/themes-old/twentynineteen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(12442,'wp-content/updraft/themes-old/twentynineteen/page.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(12443,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php','aws.amazon.com','/apache2.0','GA'),(12444,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php','aws.amazon.com','/apache2.0','\nt'),(12445,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php','aws.amazon.com','/apache2.0',''),(12446,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php','aws.amazon.com','/apache2.0','S?'),(12447,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12448,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12449,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12450,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12451,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12452,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12453,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12454,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12455,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12456,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12457,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12458,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12459,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12460,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12461,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12462,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12463,'wp-content/plugins/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12464,'wp-content/plugins/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12465,'wp-content/plugins/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12466,'wp-content/plugins/updraftplus/includes/Google/Service.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12467,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12468,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12469,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12470,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12471,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12472,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12473,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12474,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12475,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(12476,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(12477,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12478,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12479,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12480,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12481,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(12482,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(12483,'wp-content/themes/bridge/css/elegant-icons/index.html','icomoon.io','/',''),(12484,'wp-content/themes/bridge/css/elegant-icons/index.html','icomoon.io','/','Vę'),(12485,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12486,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12487,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12488,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12489,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12490,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12491,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg','www.w3.org','/2000/svg','!'),(12492,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg','www.w3.org','/2000/svg','&28'),(12493,'wp-content/cache/autoptimize/js/index.html','wordpress.org','/extend/plugins/autoptimize/','\'ľ'),(12494,'wp-content/cache/autoptimize/js/index.html','wordpress.org','/extend/plugins/autoptimize/','a'),(12495,'wp-content/updraft/plugins-old/akismet/akismet.php','akismet.com','/','j9'),(12496,'wp-content/updraft/plugins-old/akismet/akismet.php','akismet.com','/','j'),(12497,'wp-content/updraft/plugins-old/akismet/akismet.php','automattic.com','/wordpress-plugins/','!0'),(12498,'wp-content/updraft/plugins-old/akismet/akismet.php','automattic.com','/wordpress-plugins/','>\0'),(12499,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12500,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12501,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12502,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12503,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12504,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12505,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12506,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12507,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12508,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12509,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12510,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12511,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12512,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12513,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12514,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12515,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg','www.w3.org','/2000/svg','\Z.6'),(12516,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg','www.w3.org','/2000/svg','\Z~4/'),(12517,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg','www.w3.org','/2000/svg','!'),(12518,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg','www.w3.org','/2000/svg','&28'),(12519,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg','www.w3.org','/2000/svg','\Z.6'),(12520,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg','www.w3.org','/2000/svg','\Z~4/'),(12521,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg','www.w3.org','/2000/svg','!'),(12522,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg','www.w3.org','/2000/svg','&28'),(12523,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0','GA'),(12524,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0','\nt'),(12525,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0',''),(12526,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0','S?'),(12527,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12528,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12529,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg','www.w3.org','/2000/svg','!'),(12530,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg','www.w3.org','/2000/svg','&28'),(12531,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg','www.w3.org','/2000/svg','\Z.6'),(12532,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg','www.w3.org','/2000/svg','\Z~4/'),(12533,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg','www.w3.org','/2000/svg','!'),(12534,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg','www.w3.org','/2000/svg','&28'),(12535,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0','GA'),(12536,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0','\nt'),(12537,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0',''),(12538,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0','S?'),(12539,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12540,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12541,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12542,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12543,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12544,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12545,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12546,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12547,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/','\Z}{E'),(12548,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/','t'),(12549,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/',''),(12550,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/','8'),(12551,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','O'),(12552,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','ud'),(12553,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','Q'),(12554,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','z'),(12555,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly','O'),(12556,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly','?j'),(12557,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly','Q'),(12558,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly',''),(12559,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.','G'),(12560,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.',''),(12561,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.',''),(12562,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.','ٳ'),(12563,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-','G'),(12564,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-','r7p'),(12565,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-',''),(12566,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-','(js'),(12567,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.','G'),(12568,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.','5k'),(12569,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.',''),(12570,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.','{'),(12571,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12572,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12573,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg','www.w3.org','/2000/svg','!'),(12574,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg','www.w3.org','/2000/svg','&28'),(12575,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0','GA'),(12576,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0','\nt'),(12577,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0',''),(12578,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php','aws.amazon.com','/apache2.0','S?'),(12579,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12580,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12581,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12582,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12583,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12584,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12585,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg','www.w3.org','/2000/svg','!'),(12586,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg','www.w3.org','/2000/svg','&28'),(12587,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/2000/svg','\Z.6'),(12588,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/2000/svg','\Z~4/'),(12589,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/2000/svg','!'),(12590,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/2000/svg','&28'),(12591,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/1999/xlink','\Z.6'),(12592,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/1999/xlink','	'),(12593,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/1999/xlink','!'),(12594,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','www.w3.org','/1999/xlink','1x'),(12595,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Endianness',''),(12596,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Endianness','M+'),(12597,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Endianness','k8v'),(12598,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Endianness','e8'),(12599,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12600,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12601,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12602,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12603,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12604,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12605,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12606,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12607,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12608,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12609,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12610,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12611,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(12612,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.opensource.org','/licenses/mit-license.html','M'),(12613,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.opensource.org','/licenses/mit-license.html',''),(12614,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.opensource.org','/licenses/mit-license.html','(742'),(12615,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','pear.php.net','/package/Math_BigInteger','v'),(12616,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','pear.php.net','/package/Math_BigInteger','XJG'),(12617,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','pear.php.net','/package/Math_BigInteger','7+'),(12618,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','pear.php.net','/package/Math_BigInteger','g'),(12619,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','php.net','/language.oop5.basic','7+'),(12620,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','php.net','/language.oop5.basic','{hb'),(12621,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(12622,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(12623,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','k8v'),(12624,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','-'),(12625,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12626,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12627,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12628,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12629,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12630,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12631,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12632,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12633,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12634,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12635,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12636,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12637,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12638,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12639,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12640,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12641,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(12642,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(12643,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','k8v'),(12644,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','-'),(12645,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12646,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12647,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12648,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12649,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12650,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12651,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12652,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12653,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12654,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12655,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12656,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12657,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','x>l'),(12658,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','X;E'),(12659,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','F	=;'),(12660,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','TɅ'),(12661,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12662,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12663,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12664,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12665,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12666,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12667,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12668,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12669,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12670,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12671,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12672,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12673,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12674,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12675,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12676,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12677,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12678,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12679,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12680,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12681,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12682,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12683,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12684,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12685,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','.d'),(12686,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','4L'),(12687,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','m'),(12688,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','='),(12689,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','^5O>'),(12690,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','?T'),(12691,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','?c'),(12692,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf',''),(12693,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12694,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12695,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12696,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12697,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(12698,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(12699,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(12700,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(12701,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12702,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12703,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12704,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12705,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12706,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12707,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12708,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12709,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js','v'),(12710,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js','\"\"'),(12711,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js','xn'),(12712,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js',''),(12713,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85',''),(12714,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85','Y\0'),(12715,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85',''),(12716,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85','ϪU\0'),(12717,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12718,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12719,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12720,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12721,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12722,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12723,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12724,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12725,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity',''),(12726,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity',':ҚU'),(12727,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity','k8v'),(12728,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity','\'9'),(12729,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(12730,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(12731,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(12732,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(12733,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(12734,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(12735,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(12736,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(12737,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','P?'),(12738,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','8'),(12739,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','B\n'),(12740,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(12741,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','M'),(12742,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','ku'),(12743,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(12744,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','>'),(12745,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','php.net','/gmp-nextprime','7+'),(12746,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','php.net','/gmp-nextprime','rdL'),(12747,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test',''),(12748,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test','4\''),(12749,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test','k8v'),(12750,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test','D'),(12751,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','P?'),(12752,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','8'),(12753,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','B\n'),(12754,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(12755,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','M'),(12756,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','ku'),(12757,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(12758,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','>'),(12759,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12760,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12761,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12762,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12763,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12764,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12765,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12766,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12767,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12768,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12769,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12770,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12771,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12772,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12773,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12774,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12775,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','GA'),(12776,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','\nt'),(12777,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0',''),(12778,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','S?'),(12779,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php','aws.amazon.com','/apache2.0','GA'),(12780,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php','aws.amazon.com','/apache2.0','\nt'),(12781,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php','aws.amazon.com','/apache2.0',''),(12782,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php','aws.amazon.com','/apache2.0','S?'),(12783,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0','GA'),(12784,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0','\nt'),(12785,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0',''),(12786,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php','aws.amazon.com','/apache2.0','S?'),(12787,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12788,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12789,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12790,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12791,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12792,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12793,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12794,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12795,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12796,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12797,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12798,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12799,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12800,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12801,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(12802,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(12803,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12804,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12805,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','www.w3.org','/2000/svg','!'),(12806,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','www.w3.org','/2000/svg','&28'),(12807,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','m.facebook.com','/sharer.php','i'),(12808,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','m.facebook.com','/sharer.php',',Xb'),(12809,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','m.facebook.com','/sharer.php','13('),(12810,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','m.facebook.com','/sharer.php','rB'),(12811,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.facebook.com','/sharer.php','>r;Y'),(12812,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.facebook.com','/sharer.php',';g'),(12813,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.facebook.com','/sharer.php','13('),(12814,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.facebook.com','/sharer.php','rB'),(12815,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','twitter.com','/intent/tweet','<+'),(12816,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','twitter.com','/intent/tweet','J˩='),(12817,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','twitter.com','/home','<+'),(12818,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','twitter.com','/home','w'),(12819,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','plus.google.com','/share','\Z7'),(12820,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','plus.google.com','/share',''),(12821,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','plus.google.com','/share',''),(12822,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','plus.google.com','/share','1%'),(12823,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','linkedin.com','/shareArticle','h['),(12824,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','linkedin.com','/shareArticle','\''),(12825,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.tumblr.com','/share/link','Z'),(12826,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.tumblr.com','/share/link','4^\"'),(12827,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.tumblr.com','/share/link','N'),(12828,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','www.tumblr.com','/share/link','hQ'),(12829,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','pinterest.com','/pin/create/button/',' '),(12830,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','pinterest.com','/pin/create/button/','\0 9'),(12831,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','vkontakte.ru','/share.php','-'),(12832,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php','vkontakte.ru','/share.php','OE'),(12833,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12834,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12835,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg','www.w3.org','/2000/svg','!'),(12836,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg','www.w3.org','/2000/svg','&28'),(12837,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(12838,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(12839,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','www.w3.org','/2000/svg','!'),(12840,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','www.w3.org','/2000/svg','&28'),(12841,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12842,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12843,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12844,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12845,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_posts/','nh'),(12846,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_posts/',':B'),(12847,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_posts/','\'ľ'),(12848,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_posts/','o'),(12849,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_count_posts','nh'),(12850,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_count_posts','0/'),(12851,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_count_posts','\'ľ'),(12852,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_count_posts','\"/'),(12853,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_author_meta/','nh'),(12854,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_author_meta/',''),(12855,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_author_meta/','\'ľ'),(12856,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_author_meta/',''),(12857,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_category','nh'),(12858,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_category','_>\Z'),(12859,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_category','\'ľ'),(12860,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_the_category',''),(12861,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/','nh'),(12862,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/','e'),(12863,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/','\'ľ'),(12864,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/',''),(12865,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12866,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12867,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12868,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12869,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/','nh'),(12870,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/','\Z'),(12871,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/','\'ľ'),(12872,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/',']2'),(12873,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12874,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12875,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12876,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12877,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/','nh'),(12878,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/','\Z'),(12879,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/','\'ľ'),(12880,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_categories/',']2'),(12881,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12882,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12883,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12884,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12885,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_post/','nh'),(12886,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_post/','<I'),(12887,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_post/','\'ľ'),(12888,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_post/','G*'),(12889,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_current_user_id/','nh'),(12890,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_current_user_id/','W~'),(12891,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_current_user_id/','\'ľ'),(12892,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_current_user_id/','n'),(12893,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','nh'),(12894,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','ɘ'),(12895,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','\'ľ'),(12896,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/',''),(12897,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12898,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12899,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12900,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12901,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_update_post/','nh'),(12902,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_update_post/',''),(12903,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_update_post/','\'ľ'),(12904,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_update_post/',''),(12905,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','nh'),(12906,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','ɘ'),(12907,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','\'ľ'),(12908,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/',''),(12909,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12910,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12911,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12912,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12913,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_trash_post/','nh'),(12914,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_trash_post/','Ɏ'),(12915,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_trash_post/','\'ľ'),(12916,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_trash_post/','	Y'),(12917,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_post/','nh'),(12918,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_post/','OB'),(12919,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_post/','\'ľ'),(12920,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_post/','p5'),(12921,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','nh'),(12922,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','ɘ'),(12923,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','\'ľ'),(12924,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/',''),(12925,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12926,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12927,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12928,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12929,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_category/','nh'),(12930,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_category/','3s'),(12931,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_category/','\'ľ'),(12932,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_insert_category/','^WU'),(12933,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','nh'),(12934,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','ɘ'),(12935,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','\'ľ'),(12936,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/',''),(12937,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12938,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12939,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12940,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12941,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_udpate_category/','nh'),(12942,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_udpate_category/','f'),(12943,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_udpate_category/','\'ľ'),(12944,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_udpate_category/',']]'),(12945,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','nh'),(12946,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','ɘ'),(12947,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','\'ľ'),(12948,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/',''),(12949,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12950,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12951,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12952,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12953,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_category/','nh'),(12954,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_category/','b'),(12955,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_category/','\'ľ'),(12956,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/wp_delete_category/','Y#`\r'),(12957,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','nh'),(12958,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','ɘ'),(12959,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/','\'ľ'),(12960,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/current_user_can/',''),(12961,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12962,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12963,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12964,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12965,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/','nh'),(12966,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/','e'),(12967,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/','\'ľ'),(12968,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_post/',''),(12969,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','nh'),(12970,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','Q'),(12971,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/','\'ľ'),(12972,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/switch_to_blog/',''),(12973,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_terms/','nh'),(12974,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_terms/','pv'),(12975,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_terms/','\'ľ'),(12976,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php','developer.wordpress.org','/reference/functions/get_terms/','*9'),(12977,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php','www.youtube.com','/iframe_api','h`wn'),(12978,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php','www.youtube.com','/iframe_api','(='),(12979,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php','www.youtube.com','/iframe_api','Mçi'),(12980,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php','www.youtube.com','/iframe_api','@9'),(12981,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0','GA'),(12982,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0','\nt'),(12983,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0',''),(12984,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0','S?'),(12985,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg','www.w3.org','/2000/svg','\Z.6'),(12986,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg','www.w3.org','/2000/svg','\Z~4/'),(12987,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg','www.w3.org','/2000/svg','!'),(12988,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg','www.w3.org','/2000/svg','&28'),(12989,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12990,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12991,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12992,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12993,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(12994,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(12995,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(12996,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(12997,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(12998,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(12999,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(13000,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(13001,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause',''),(13002,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause','g2'),(13003,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(13004,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(13005,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','7+'),(13006,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','<J'),(13007,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause',''),(13008,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','opensource.org','/licenses/BSD-3-Clause','g2'),(13009,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(13010,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','v'),(13011,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','7+'),(13012,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/package/HTTP_Request2','<J'),(13013,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','v'),(13014,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','~\"'),(13015,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','7+'),(13016,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','pear.php.net','/bugs/bug.php','<'),(13017,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','C'),(13018,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','a'),(13019,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','ST'),(13020,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','tools.ietf.org','/html/rfc1928','n'),(13021,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','4|'),(13022,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','Q'),(13023,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','7+'),(13024,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php','www.php.net','/manual/en/function.fwrite.php','ڰk'),(13025,'wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php','wordpress.org','/support/topic/cannot-setup-connectionauthenticate-with-dropbox/','\'ľ'),(13026,'wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php','wordpress.org','/support/topic/cannot-setup-connectionauthenticate-with-dropbox/',''),(13027,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13028,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13029,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg','www.w3.org','/2000/svg','!'),(13030,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg','www.w3.org','/2000/svg','&28'),(13031,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg','www.w3.org','/2000/svg','\Z.6'),(13032,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg','www.w3.org','/2000/svg','\Z~4/'),(13033,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg','www.w3.org','/2000/svg','!'),(13034,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg','www.w3.org','/2000/svg','&28'),(13035,'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13036,'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13037,'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13038,'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13039,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg','www.w3.org','/2000/svg','\Z.6'),(13040,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg','www.w3.org','/2000/svg','\Z~4/'),(13041,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg','www.w3.org','/2000/svg','!'),(13042,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg','www.w3.org','/2000/svg','&28'),(13043,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13044,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13045,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13046,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13047,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher','\Z}{E'),(13048,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher','79'),(13049,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher',''),(13050,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','developers.google.com','/android-publisher','+K'),(13051,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher','O'),(13052,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher','2'),(13053,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher','Q'),(13054,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php','www.googleapis.com','/auth/androidpublisher',']'),(13055,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg','www.w3.org','/2000/svg','\Z.6'),(13056,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg','www.w3.org','/2000/svg','\Z~4/'),(13057,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg','www.w3.org','/2000/svg','!'),(13058,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg','www.w3.org','/2000/svg','&28'),(13059,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13060,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13061,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13062,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13063,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13064,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13065,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13066,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13067,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13068,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13069,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13070,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13071,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13072,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13073,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13074,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13075,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13076,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13077,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13078,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13079,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg','www.w3.org','/2000/svg','\Z.6'),(13080,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg','www.w3.org','/2000/svg','\Z~4/'),(13081,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg','www.w3.org','/2000/svg','!'),(13082,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg','www.w3.org','/2000/svg','&28'),(13083,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php','github.com','/nicolas-grekas/JSqueeze',':\0$'),(13084,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php','github.com','/nicolas-grekas/JSqueeze','D>'),(13085,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13086,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13087,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg','www.w3.org','/2000/svg','!'),(13088,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg','www.w3.org','/2000/svg','&28'),(13089,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php','code.google.com','/p/cssmin','j'),(13090,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php','code.google.com','/p/cssmin','2'),(13091,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php','code.google.com','/p/cssmin',''),(13092,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php','code.google.com','/p/cssmin','Xo'),(13093,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(13094,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html','M'),(13095,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html',''),(13096,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html','(742'),(13097,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/','a)'),(13098,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/','Wiߓ'),(13099,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/','d.'),(13100,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/',''),(13101,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(13102,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(13103,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(13104,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(13105,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(13106,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(13107,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(13108,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(13109,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(13110,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(13111,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(13112,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(13113,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(13114,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(13115,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(13116,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(13117,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(13118,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(13119,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(13120,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(13121,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0','GA'),(13122,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0','\nt'),(13123,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0',''),(13124,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0','S?'),(13125,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13126,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13127,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13128,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13129,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/','\Z}{E'),(13130,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/',''),(13131,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/',''),(13132,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','developers.google.com','/compute/docs/reference/latest/','6'),(13133,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','O'),(13134,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','f1'),(13135,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','Q'),(13136,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/cloud-platform','	'),(13137,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute','O'),(13138,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute','lj'),(13139,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute','Q'),(13140,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute',''),(13141,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly','O'),(13142,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly',';R'),(13143,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly','Q'),(13144,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/compute.readonly','\''),(13145,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control','O'),(13146,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control',')'),(13147,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(13148,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(13149,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','O'),(13150,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','nON'),(13151,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','Q'),(13152,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_only','3G'),(13153,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','O'),(13154,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','^'),(13155,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(13156,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(13157,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php','github.com','/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md',':\0$'),(13158,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php','github.com','/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md','-T'),(13159,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(13160,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(13161,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/morestorage/','_r'),(13162,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/morestorage/','Q'),(13163,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/','_r'),(13164,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/','~'),(13165,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/landing/updraftplus-premium','_r'),(13166,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/landing/updraftplus-premium','bj'),(13167,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','wordpress.org','/plugins/wp-optimize/','\'ľ'),(13168,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','wordpress.org','/plugins/wp-optimize/','ܵ'),(13169,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/reporting/','_r'),(13170,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/shop/reporting/','<'),(13171,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/faqs/i-get-ssl-certificate-errors-when-backing-up-andor-restoring/','_r'),(13172,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','updraftplus.com','/faqs/i-get-ssl-certificate-errors-when-backing-up-andor-restoring/','/'),(13173,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','wordpress.org','/plugins/stops-core-theme-and-plugin-updates/','\'ľ'),(13174,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php','wordpress.org','/plugins/stops-core-theme-and-plugin-updates/','d9'),(13175,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13176,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13177,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13178,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13179,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13180,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13181,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13182,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13183,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13184,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13185,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13186,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13187,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13188,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13189,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13190,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13191,'wp-content/plugins/updraftplus/central/modules/core.php','secure.php.net','/phpinfo','_2'),(13192,'wp-content/plugins/updraftplus/central/modules/core.php','secure.php.net','/phpinfo','Yz'),(13193,'wp-content/plugins/updraftplus/central/modules/core.php','secure.php.net','/phpinfo','7+'),(13194,'wp-content/plugins/updraftplus/central/modules/core.php','secure.php.net','/phpinfo','7\n'),(13195,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(13196,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(13197,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php','aws.amazon.com','/apache2.0',''),(13198,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(13199,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13200,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13201,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg','www.w3.org','/2000/svg','!'),(13202,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg','www.w3.org','/2000/svg','&28'),(13203,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(13204,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html','M'),(13205,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html',''),(13206,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html','(742'),(13207,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg','www.w3.org','/2000/svg','\Z.6'),(13208,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg','www.w3.org','/2000/svg','\Z~4/'),(13209,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg','www.w3.org','/2000/svg','!'),(13210,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg','www.w3.org','/2000/svg','&28'),(13211,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0','GA'),(13212,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0','\nt'),(13213,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0',''),(13214,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0','S?'),(13215,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js','caniuse.com','/','MY3'),(13216,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js','caniuse.com','/','.'),(13217,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js','github.com','/select2/select2/issues/1246',':\0$'),(13218,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js','github.com','/select2/select2/issues/1246','xĖ'),(13219,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js','stackoverflow.com','/questions/4548487/jquery-read-query-string','X_'),(13220,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js','stackoverflow.com','/questions/4548487/jquery-read-query-string',':'),(13221,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0','GA'),(13222,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0','\nt'),(13223,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0',''),(13224,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0','S?'),(13225,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13226,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13227,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13228,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13229,'wp-content/plugins/updraftplus/methods/openstack2.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','_r'),(13230,'wp-content/plugins/updraftplus/methods/openstack2.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','e'),(13231,'wp-content/plugins/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','&'),(13232,'wp-content/plugins/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','X'),(13233,'wp-content/plugins/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','j/'),(13234,'wp-content/plugins/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','ڍ'),(13235,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13236,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13237,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg','www.w3.org','/2000/svg','!'),(13238,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg','www.w3.org','/2000/svg','&28'),(13239,'wp-content/plugins/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','!w'),(13240,'wp-content/plugins/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','\ZӒ3'),(13241,'wp-content/plugins/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','~'),(13242,'wp-content/plugins/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','\r'),(13243,'wp-content/plugins/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','\'ľ'),(13244,'wp-content/plugins/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196',''),(13245,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(13246,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(13247,'wp-content/plugins/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','7+'),(13248,'wp-content/plugins/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','[%'),(13249,'wp-content/plugins/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','7+'),(13250,'wp-content/plugins/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','[%'),(13251,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(13252,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(13253,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(13254,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(13255,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/','_r'),(13256,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/','Fz'),(13257,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/news/','_r'),(13258,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/news/',''),(13259,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(13260,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(13261,'wp-content/plugins/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/','\0'),(13262,'wp-content/plugins/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/',';C^'),(13263,'wp-content/plugins/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/','$'),(13264,'wp-content/plugins/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/','|h'),(13265,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(13266,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(13267,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(13268,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(13269,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(13270,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(13271,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/tell-me-more-about-the-search-and-replace-site-location-in-the-database-option/','_r'),(13272,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/tell-me-more-about-the-search-and-replace-site-location-in-the-database-option/','ϟ'),(13273,'wp-content/plugins/updraftplus/class-updraftplus.php','example.com','/my-page/','y'),(13274,'wp-content/plugins/updraftplus/class-updraftplus.php','example.com','/my-page/','lT'),(13275,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(13276,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(13277,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','_r'),(13278,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','/'),(13279,'wp-content/plugins/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network',''),(13280,'wp-content/plugins/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network',':\n|'),(13281,'wp-content/plugins/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network','\'ľ'),(13282,'wp-content/plugins/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network',''),(13283,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','_r'),(13284,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','p)'),(13285,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','_r'),(13286,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','p)'),(13287,'wp-content/plugins/updraftplus/class-updraftplus.php','ipvigilante.com','/json','DOt'),(13288,'wp-content/plugins/updraftplus/class-updraftplus.php','ipvigilante.com','/json',''),(13289,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/','_r'),(13290,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/',''),(13291,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/','_r'),(13292,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/','~'),(13293,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(13294,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(13295,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftclone-tokens/','_r'),(13296,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftclone-tokens/',''),(13297,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/lost-password/','_r'),(13298,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/lost-password/','z'),(13299,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/plugin-info','_r'),(13300,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/plugin-info','4qo'),(13301,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(13302,'wp-content/plugins/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(13303,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13304,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13305,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg','www.w3.org','/2000/svg','!'),(13306,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg','www.w3.org','/2000/svg','&28'),(13307,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13308,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13309,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg','www.w3.org','/2000/svg','!'),(13310,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg','www.w3.org','/2000/svg','&28'),(13311,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','\rr'),(13312,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','\rGt'),(13313,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','$)9'),(13314,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','m'),(13315,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','\rr'),(13316,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','\rGt'),(13317,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','$)9'),(13318,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','msdn.microsoft.com','/en-us/library/azure/ee691964.aspx','m'),(13319,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','account.live.com','/developers/applications/create','F#'),(13320,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','account.live.com','/developers/applications/create','t\r'),(13321,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','account.live.com','/developers/applications/create','\0C'),(13322,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','account.live.com','/developers/applications/create','.W'),(13323,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','updraftplus.com','/faqs/microsoft-azure-setup-guide/','_r'),(13324,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','updraftplus.com','/faqs/microsoft-azure-setup-guide/',''),(13325,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','azure.microsoft.com','/en-gb/documentation/articles/storage-php-how-to-use-blobs/','Cܼ'),(13326,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','azure.microsoft.com','/en-gb/documentation/articles/storage-php-how-to-use-blobs/',''),(13327,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','azure.microsoft.com','/en-gb/documentation/articles/storage-php-how-to-use-blobs/','$)9'),(13328,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php','azure.microsoft.com','/en-gb/documentation/articles/storage-php-how-to-use-blobs/','\Za.'),(13329,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13330,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13331,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg','www.w3.org','/2000/svg','!'),(13332,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg','www.w3.org','/2000/svg','&28'),(13333,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13334,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13335,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13336,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13337,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13338,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13339,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13340,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13341,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13342,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13343,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13344,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13345,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13346,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13347,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13348,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13349,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13350,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13351,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13352,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13353,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13354,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13355,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13356,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13357,'wp-content/plugins/updraftplus/includes/class-semaphore.php','github.com','/crowdfavorite/wp-social)',':\0$'),(13358,'wp-content/plugins/updraftplus/includes/class-semaphore.php','github.com','/crowdfavorite/wp-social)','Oo'),(13359,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg','www.w3.org','/2000/svg','\Z.6'),(13360,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg','www.w3.org','/2000/svg','\Z~4/'),(13361,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg','www.w3.org','/2000/svg','!'),(13362,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg','www.w3.org','/2000/svg','&28'),(13363,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(13364,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.opensource.org','/licenses/mit-license.html','M'),(13365,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.opensource.org','/licenses/mit-license.html',''),(13366,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.opensource.org','/licenses/mit-license.html','(742'),(13367,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','phpseclib.sourceforge.net','/','a)'),(13368,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','phpseclib.sourceforge.net','/','Wiߓ'),(13369,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','phpseclib.sourceforge.net','/','d.'),(13370,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','phpseclib.sourceforge.net','/',''),(13371,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.php.net','/streamwrapper.stream-metadata','4|'),(13372,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.php.net','/streamwrapper.stream-metadata','&0\"'),(13373,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.php.net','/streamwrapper.stream-metadata','7+'),(13374,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','www.php.net','/streamwrapper.stream-metadata','I'),(13375,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','bugs.php.net','/64246','@T'),(13376,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','bugs.php.net','/64246','o'),(13377,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','bugs.php.net','/64246','7+'),(13378,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','bugs.php.net','/64246','WI\"'),(13379,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','github.com','/php/php-src/blob/master/main/php_streams.h',':\0$'),(13380,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','github.com','/php/php-src/blob/master/main/php_streams.h','=&E'),(13381,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','C'),(13382,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','<8'),(13383,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','ST'),(13384,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','tools.ietf.org','/html/draft-ietf-secsh-filexfer-02','L$\\'),(13385,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','php.net','/streamwrapper.rmdir','7+'),(13386,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','php.net','/streamwrapper.rmdir','k'),(13387,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','php.net','/rmdir','7+'),(13388,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','php.net','/rmdir','(?'),(13389,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','php.net','/fflush','7+'),(13390,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','php.net','/fflush','\'~B'),(13391,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0','GA'),(13392,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0','\nt'),(13393,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0',''),(13394,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php','aws.amazon.com','/apache2.0','S?'),(13395,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(13396,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(13397,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(13398,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(13399,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','fontforge.org','/',''),(13400,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','fontforge.org','/','|Kn'),(13401,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/2000/svg','\Z.6'),(13402,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/2000/svg','\Z~4/'),(13403,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/2000/svg','!'),(13404,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/2000/svg','&28'),(13405,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/1999/xlink','\Z.6'),(13406,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/1999/xlink','	'),(13407,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/1999/xlink','!'),(13408,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg','www.w3.org','/1999/xlink','1x'),(13409,'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php','github.com','/benthedesigner/dropbox',':\0$'),(13410,'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php','github.com','/benthedesigner/dropbox','zu'),(13411,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13412,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13413,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13414,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13415,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started','\Z}{E'),(13416,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started','Q.HB'),(13417,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started',''),(13418,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started',''),(13419,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','O'),(13420,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','\n'),(13421,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','Q'),(13422,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','_ '),(13423,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/','#'),(13424,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/','~'),(13425,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/','e'),(13426,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/','b'),(13427,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/','#'),(13428,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/','Lh'),(13429,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/','e'),(13430,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/','_چ'),(13431,'wp-content/plugins/bridge-core/modules/import/qode-import.php','demo.qodeinteractive.com','/','&6'),(13432,'wp-content/plugins/bridge-core/modules/import/qode-import.php','demo.qodeinteractive.com','/',''),(13433,'wp-content/plugins/bridge-core/modules/import/qode-import.php','demo.qodeinteractive.com','/','|M/'),(13434,'wp-content/plugins/bridge-core/modules/import/qode-import.php','demo.qodeinteractive.com','/','=@'),(13435,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/demo-','#'),(13436,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/demo-','\''),(13437,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/demo-','e'),(13438,'wp-content/plugins/bridge-core/modules/import/qode-import.php','export.qodethemes.com','/bridge-export/demo-','ޢ&'),(13439,'wp-content/plugins/revslider/admin/views/slide-editor.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13440,'wp-content/plugins/revslider/admin/views/slide-editor.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13441,'wp-content/plugins/revslider/admin/views/slide-editor.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13442,'wp-content/plugins/revslider/admin/views/slide-editor.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13443,'wp-content/plugins/revslider/admin/views/slide-editor.php','fonts.googleapis.com','/css','-<3'),(13444,'wp-content/plugins/revslider/admin/views/slide-editor.php','fonts.googleapis.com','/css',')a'),(13445,'wp-content/plugins/revslider/admin/views/slide-editor.php','fonts.googleapis.com','/css','Q'),(13446,'wp-content/plugins/revslider/admin/views/slide-editor.php','fonts.googleapis.com','/css','&8'),(13447,'wp-content/plugins/revslider/admin/views/slide-editor.php','f.fontdeck.com','/s/css/js/','n'),(13448,'wp-content/plugins/revslider/admin/views/slide-editor.php','f.fontdeck.com','/s/css/js/','p&'),(13449,'wp-content/plugins/revslider/admin/views/slide-editor.php','f.fontdeck.com','/s/css/js/','b(='),(13450,'wp-content/plugins/revslider/admin/views/slide-editor.php','f.fontdeck.com','/s/css/js/',''),(13451,'wp-content/plugins/revslider/admin/views/slide-editor.php','use.typekit.net','/','>vk'),(13452,'wp-content/plugins/revslider/admin/views/slide-editor.php','use.typekit.net','/','#g'),(13453,'wp-content/plugins/revslider/admin/views/slide-editor.php','use.typekit.net','/','P'),(13454,'wp-content/plugins/revslider/admin/views/slide-editor.php','use.typekit.net','/','/['),(13455,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13456,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13457,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13458,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13459,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13460,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13461,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13462,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13463,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13464,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13465,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13466,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13467,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13468,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13469,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13470,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13471,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13472,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13473,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg','www.w3.org','/2000/svg','!'),(13474,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg','www.w3.org','/2000/svg','&28'),(13475,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg','www.w3.org','/2000/svg','\Z.6'),(13476,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg','www.w3.org','/2000/svg','\Z~4/'),(13477,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg','www.w3.org','/2000/svg','!'),(13478,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg','www.w3.org','/2000/svg','&28'),(13479,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13480,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13481,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13482,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13483,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13484,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13485,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13486,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13487,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(13488,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(13489,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13490,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13491,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13492,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13493,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(13494,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(13495,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13496,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13497,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg','www.w3.org','/2000/svg','!'),(13498,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg','www.w3.org','/2000/svg','&28'),(13499,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13500,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13501,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg','www.w3.org','/2000/svg','!'),(13502,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg','www.w3.org','/2000/svg','&28'),(13503,'wp-content/themes/bridge/js/plugins/typed.js','github.com','/toddmotto/fluidvids',':\0$'),(13504,'wp-content/themes/bridge/js/plugins/typed.js','github.com','/toddmotto/fluidvids','e/'),(13505,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13506,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13507,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg','www.w3.org','/2000/svg','!'),(13508,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg','www.w3.org','/2000/svg','&28'),(13509,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13510,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13511,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg','www.w3.org','/2000/svg','!'),(13512,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg','www.w3.org','/2000/svg','&28'),(13513,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php','aws.amazon.com','/apache2.0','GA'),(13514,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php','aws.amazon.com','/apache2.0','\nt'),(13515,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php','aws.amazon.com','/apache2.0',''),(13516,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php','aws.amazon.com','/apache2.0','S?'),(13517,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13518,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13519,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13520,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13521,'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13522,'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13523,'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13524,'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13525,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13526,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13527,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13528,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13529,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13530,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13531,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13532,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13533,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13534,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13535,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13536,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13537,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13538,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13539,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13540,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13541,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg','www.w3.org','/2000/svg','\Z.6'),(13542,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg','www.w3.org','/2000/svg','\Z~4/'),(13543,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg','www.w3.org','/2000/svg','!'),(13544,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg','www.w3.org','/2000/svg','&28'),(13545,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13546,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13547,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg','www.w3.org','/2000/svg','!'),(13548,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg','www.w3.org','/2000/svg','&28'),(13549,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13550,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13551,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg','www.w3.org','/2000/svg','!'),(13552,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg','www.w3.org','/2000/svg','&28'),(13553,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg','www.w3.org','/2000/svg','\Z.6'),(13554,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(13555,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg','www.w3.org','/2000/svg','!'),(13556,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg','www.w3.org','/2000/svg','&28'),(13557,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13558,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13559,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg','www.w3.org','/2000/svg','!'),(13560,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg','www.w3.org','/2000/svg','&28'),(13561,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(13562,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(13563,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(13564,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(13565,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause',''),(13566,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause','g2'),(13567,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(13568,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(13569,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','7+'),(13570,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','<J'),(13571,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause',''),(13572,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause','g2'),(13573,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(13574,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(13575,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','7+'),(13576,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','<J'),(13577,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','@T'),(13578,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','3'),(13579,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','7+'),(13580,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','/'),(13581,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13582,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13583,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13584,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13585,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13586,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13587,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13588,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13589,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13590,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13591,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13592,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13593,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13594,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13595,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13596,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13597,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0','GA'),(13598,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0','\nt'),(13599,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0',''),(13600,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php','aws.amazon.com','/apache2.0','S?'),(13601,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg','www.w3.org','/2000/svg','\Z.6'),(13602,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg','www.w3.org','/2000/svg','\Z~4/'),(13603,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg','www.w3.org','/2000/svg','!'),(13604,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg','www.w3.org','/2000/svg','&28'),(13605,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','jstree.com','/','l'),(13606,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','jstree.com','/','{'),(13607,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','vakata.com','/','*&'),(13608,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','vakata.com','/','qo'),(13609,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(13610,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php','4'),(13611,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php',''),(13612,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(13613,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','caniuse.com','/','MY3'),(13614,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','caniuse.com','/','.'),(13615,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','kiro.me','/projects/fuse.html','==	'),(13616,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js','kiro.me','/projects/fuse.html','U'),(13617,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0','GA'),(13618,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0','\nt'),(13619,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0',''),(13620,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0','S?'),(13621,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13622,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13623,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13624,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13625,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13626,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13627,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13628,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13629,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(13630,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(13631,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13632,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13633,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13634,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13635,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(13636,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(13637,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg','www.w3.org','/2000/svg','\Z.6'),(13638,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg','www.w3.org','/2000/svg','\Z~4/'),(13639,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg','www.w3.org','/2000/svg','!'),(13640,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg','www.w3.org','/2000/svg','&28'),(13641,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg','www.w3.org','/2000/svg','\Z.6'),(13642,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg','www.w3.org','/2000/svg','\Z~4/'),(13643,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg','www.w3.org','/2000/svg','!'),(13644,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg','www.w3.org','/2000/svg','&28'),(13645,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13646,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13647,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13648,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13649,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/','\Z}{E'),(13650,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/','kd<'),(13651,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/',''),(13652,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','developers.google.com','/coordinate/','#7'),(13653,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','O'),(13654,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','ƚw'),(13655,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','Q'),(13656,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate','fO{'),(13657,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly','O'),(13658,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly','ʵ'),(13659,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly','Q'),(13660,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php','www.googleapis.com','/auth/coordinate.readonly',''),(13661,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13662,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13663,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13664,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13665,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13666,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13667,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg','www.w3.org','/2000/svg','!'),(13668,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg','www.w3.org','/2000/svg','&28'),(13669,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','@T'),(13670,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php',''),(13671,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','7+'),(13672,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php',''),(13673,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','@T'),(13674,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','ui'),(13675,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','7+'),(13676,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php',':'),(13677,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg','www.w3.org','/2000/svg','\Z.6'),(13678,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg','www.w3.org','/2000/svg','\Z~4/'),(13679,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg','www.w3.org','/2000/svg','!'),(13680,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg','www.w3.org','/2000/svg','&28'),(13681,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(13682,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(13683,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(13684,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-single.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(13685,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13686,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13687,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13688,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13689,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13690,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13691,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13692,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13693,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13694,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13695,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13696,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13697,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13698,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13699,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13700,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13701,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php','aws.amazon.com','/apache2.0','GA'),(13702,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php','aws.amazon.com','/apache2.0','\nt'),(13703,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php','aws.amazon.com','/apache2.0',''),(13704,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php','aws.amazon.com','/apache2.0','S?'),(13705,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13706,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13707,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13708,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13709,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13710,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13711,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13712,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13713,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13714,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13715,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13716,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13717,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13718,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13719,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13720,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13721,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','wordpress.org','/plugins/wordpress-importer/','\'ľ'),(13722,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','wordpress.org','/plugins/wordpress-importer/',' '),(13723,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','wordpress.org','/','\'ľ'),(13724,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','wordpress.org','/','e]'),(13725,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html',''),(13726,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html','*w'),(13727,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html','{\''),(13728,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php','www.gnu.org','/licenses/old-licenses/gpl-2.0.html','Xjm'),(13729,'wp-content/plugins/revslider/includes/framework/db.class.php','www.themepunch.com','/','*'),(13730,'wp-content/plugins/revslider/includes/framework/db.class.php','www.themepunch.com','/',''),(13731,'wp-content/plugins/revslider/includes/framework/db.class.php','www.themepunch.com','/','d'),(13732,'wp-content/plugins/revslider/includes/framework/db.class.php','www.themepunch.com','/','LP'),(13733,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13734,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13735,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg','www.w3.org','/2000/svg','!'),(13736,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg','www.w3.org','/2000/svg','&28'),(13737,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13738,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13739,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','www.w3.org','/2000/svg','!'),(13740,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','www.w3.org','/2000/svg','&28'),(13741,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/','_r'),(13742,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/','ʛ'),(13743,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(13744,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(13745,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/news/','_r'),(13746,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/news/',''),(13747,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','twitter.com','/updraftplus','<+'),(13748,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','twitter.com','/updraftplus','ѥ'),(13749,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/','_r'),(13750,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/','&'),(13751,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/newsletter-signup','_r'),(13752,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/newsletter-signup','Ac\0'),(13753,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','΃'),(13754,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','W'),(13755,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','k'),(13756,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','cc'),(13757,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','.h'),(13758,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','<.'),(13759,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/frequently-asked-questions/','_r'),(13760,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/frequently-asked-questions/',''),(13761,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','gq'),(13762,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','\\u'),(13763,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','UNV.'),(13764,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','|'),(13765,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','O/'),(13766,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/',''),(13767,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0','GA'),(13768,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0','\nt'),(13769,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0',''),(13770,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php','aws.amazon.com','/apache2.0','S?'),(13771,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13772,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13773,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13774,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13775,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','developers.google.com','/prediction/docs/developer-guide','\Z}{E'),(13776,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','developers.google.com','/prediction/docs/developer-guide','g$'),(13777,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','developers.google.com','/prediction/docs/developer-guide',''),(13778,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','developers.google.com','/prediction/docs/developer-guide','xE'),(13779,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.full_control','O'),(13780,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.full_control',')'),(13781,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(13782,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(13783,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_only','O'),(13784,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_only','nON'),(13785,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_only','Q'),(13786,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_only','3G'),(13787,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_write','O'),(13788,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_write','^'),(13789,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_write','Q'),(13790,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/devstorage.read_write','AL'),(13791,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/prediction','O'),(13792,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/prediction','qw'),(13793,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/prediction','Q'),(13794,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php','www.googleapis.com','/auth/prediction',''),(13795,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13796,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13797,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13798,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13799,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0','GA'),(13800,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0','\nt'),(13801,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0',''),(13802,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','aws.amazon.com','/apache2.0','S?'),(13803,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','|B'),(13804,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','@'),(13805,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','GA'),(13806,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html',''),(13807,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html',''),(13808,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/service-iam.html','־U'),(13809,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','|B'),(13810,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html',''),(13811,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','GA'),(13812,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','؆h'),(13813,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html',''),(13814,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/api/class-Aws.Iam.IamClient.html','l'),(13815,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','|B'),(13816,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','k'),(13817,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','GA'),(13818,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','jh@'),(13819,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html',''),(13820,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php','docs.aws.amazon.com','/aws-sdk-php/v2/guide/configuration.html','K'),(13821,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13822,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13823,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13824,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13825,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services','\Z}{E'),(13826,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services',''),(13827,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services',''),(13828,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services','C'),(13829,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher','O'),(13830,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher','2'),(13831,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher','Q'),(13832,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher',']'),(13833,'wp-content/updraft/themes-old/twentyseventeen/comments.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(13834,'wp-content/updraft/themes-old/twentyseventeen/comments.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(13835,'wp-content/updraft/themes-old/twentyseventeen/comments.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(13836,'wp-content/updraft/themes-old/twentyseventeen/comments.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(13837,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13838,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13839,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg','www.w3.org','/2000/svg','!'),(13840,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg','www.w3.org','/2000/svg','&28'),(13841,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13842,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13843,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg','www.w3.org','/2000/svg','!'),(13844,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg','www.w3.org','/2000/svg','&28'),(13845,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php','aws.amazon.com','/apache2.0','GA'),(13846,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php','aws.amazon.com','/apache2.0','\nt'),(13847,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php','aws.amazon.com','/apache2.0',''),(13848,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php','aws.amazon.com','/apache2.0','S?'),(13849,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg','www.w3.org','/2000/svg','\Z.6'),(13850,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg','www.w3.org','/2000/svg','\Z~4/'),(13851,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg','www.w3.org','/2000/svg','!'),(13852,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg','www.w3.org','/2000/svg','&28'),(13853,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13854,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13855,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg','www.w3.org','/2000/svg','!'),(13856,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg','www.w3.org','/2000/svg','&28'),(13857,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13858,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13859,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13860,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13861,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13862,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13863,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13864,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13865,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13866,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13867,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13868,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13869,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13870,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13871,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13872,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13873,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13874,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13875,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(13876,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(13877,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0','GA'),(13878,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0','\nt'),(13879,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0',''),(13880,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php','aws.amazon.com','/apache2.0','S?'),(13881,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/updraftplus-full-feature-list/','_r'),(13882,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/updraftplus-full-feature-list/','%DI'),(13883,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/faq-category/general-and-pre-sales-questions/','_r'),(13884,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/faq-category/general-and-pre-sales-questions/','ƞg'),(13885,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/ask-a-pre-sales-question/','_r'),(13886,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/ask-a-pre-sales-question/','PZ'),(13887,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/support/','_r'),(13888,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/support/','&'),(13889,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.simbahosting.co.uk','/s3/shop/','gq'),(13890,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.simbahosting.co.uk','/s3/shop/','\\u'),(13891,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.simbahosting.co.uk','/s3/shop/','UNV.'),(13892,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.simbahosting.co.uk','/s3/shop/','|'),(13893,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.simbahosting.co.uk','/s3/shop/','O/'),(13894,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.simbahosting.co.uk','/s3/shop/',''),(13895,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/support/installing-updraftplus-premium-your-add-on/','_r'),(13896,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/support/installing-updraftplus-premium-your-add-on/','6%*'),(13897,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/support/installing-updraftplus-premium-your-add-on/','_r'),(13898,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/support/installing-updraftplus-premium-your-add-on/','6%*'),(13899,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/landing/updraftvault','_r'),(13900,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftplus.com','/landing/updraftvault',']'),(13901,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftcentral.com','/','>lyd'),(13902,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','updraftcentral.com','/','vǆ'),(13903,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','getwpo.com','/','\"_nH'),(13904,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','getwpo.com','/','wW'),(13905,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','getkeyy.com','/','a'),(13906,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','getkeyy.com','/','aT0'),(13907,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.metaslider.com','/','#'),(13908,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.metaslider.com','/',''),(13909,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.metaslider.com','/','\n'),(13910,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','www.metaslider.com','/','D'),(13911,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg','www.w3.org','/2000/svg','\Z.6'),(13912,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg','www.w3.org','/2000/svg','\Z~4/'),(13913,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg','www.w3.org','/2000/svg','!'),(13914,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg','www.w3.org','/2000/svg','&28'),(13915,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/','T0'),(13916,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/',';'),(13917,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/',':\0$'),(13918,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php','learnboost.github.com','/stylus/','s:^2'),(13919,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13920,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13921,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg','www.w3.org','/2000/svg','!'),(13922,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg','www.w3.org','/2000/svg','&28'),(13923,'wp-content/themes/bridge/css/img/desaturate.svg','www.w3.org','/2000/svg','\Z.6'),(13924,'wp-content/themes/bridge/css/img/desaturate.svg','www.w3.org','/2000/svg','\Z~4/'),(13925,'wp-content/themes/bridge/css/img/desaturate.svg','www.w3.org','/2000/svg','!'),(13926,'wp-content/themes/bridge/css/img/desaturate.svg','www.w3.org','/2000/svg','&28'),(13927,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg','www.w3.org','/2000/svg','\Z.6'),(13928,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg','www.w3.org','/2000/svg','\Z~4/'),(13929,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg','www.w3.org','/2000/svg','!'),(13930,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg','www.w3.org','/2000/svg','&28'),(13931,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg','www.w3.org','/2000/svg','\Z.6'),(13932,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg','www.w3.org','/2000/svg','\Z~4/'),(13933,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg','www.w3.org','/2000/svg','!'),(13934,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg','www.w3.org','/2000/svg','&28'),(13935,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg','www.w3.org','/2000/svg','\Z.6'),(13936,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg','www.w3.org','/2000/svg','\Z~4/'),(13937,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg','www.w3.org','/2000/svg','!'),(13938,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg','www.w3.org','/2000/svg','&28'),(13939,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13940,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13941,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg','www.w3.org','/2000/svg','!'),(13942,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg','www.w3.org','/2000/svg','&28'),(13943,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13944,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13945,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg','www.w3.org','/2000/svg','!'),(13946,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg','www.w3.org','/2000/svg','&28'),(13947,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0','GA'),(13948,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0','\nt'),(13949,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0',''),(13950,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php','aws.amazon.com','/apache2.0','S?'),(13951,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13952,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13953,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg','www.w3.org','/2000/svg','!'),(13954,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg','www.w3.org','/2000/svg','&28'),(13955,'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php','www.w3schools.com','/tags/att_global_id.asp',''),(13956,'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php','www.w3schools.com','/tags/att_global_id.asp','t'),(13957,'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php','www.w3schools.com','/tags/att_global_id.asp','{'),(13958,'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(13959,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13960,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13961,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg','www.w3.org','/2000/svg','!'),(13962,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg','www.w3.org','/2000/svg','&28'),(13963,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13964,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13965,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg','www.w3.org','/2000/svg','!'),(13966,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg','www.w3.org','/2000/svg','&28'),(13967,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13968,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13969,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13970,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13971,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services','\Z}{E'),(13972,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services',''),(13973,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services',''),(13974,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','developers.google.com','/games/services','C'),(13975,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher','O'),(13976,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher','2'),(13977,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher','Q'),(13978,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php','www.googleapis.com','/auth/androidpublisher',']'),(13979,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0','GA'),(13980,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0','\nt'),(13981,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0',''),(13982,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php','aws.amazon.com','/apache2.0','S?'),(13983,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13984,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13985,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg','www.w3.org','/2000/svg','!'),(13986,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg','www.w3.org','/2000/svg','&28'),(13987,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13988,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13989,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg','www.w3.org','/2000/svg','!'),(13990,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg','www.w3.org','/2000/svg','&28'),(13991,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg','www.w3.org','/2000/svg','\Z.6'),(13992,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(13993,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg','www.w3.org','/2000/svg','!'),(13994,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg','www.w3.org','/2000/svg','&28'),(13995,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(13996,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(13997,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(13998,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(13999,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14000,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14001,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14002,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14003,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14004,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14005,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14006,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14007,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14008,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14009,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14010,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14011,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14012,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14013,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14014,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14015,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(14016,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(14017,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(14018,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(14019,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause',''),(14020,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14021,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(14022,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(14023,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','7+'),(14024,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','<J'),(14025,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause',''),(14026,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14027,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(14028,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','v'),(14029,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','7+'),(14030,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','pear.php.net','/package/HTTP_Request2','<J'),(14031,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/',''),(14032,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/','\"%'),(14033,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/learn/',''),(14034,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php','publicsuffix.org','/learn/','P'),(14035,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(14036,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(14037,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(14038,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(14039,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(14040,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14041,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14042,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14043,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(14044,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(14045,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(14046,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14047,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14048,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14049,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(14050,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(14051,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php','v'),(14052,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php',' @['),(14053,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php','7+'),(14054,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/pepr/pepr-proposal-show.php',''),(14055,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(14056,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14057,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14058,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14059,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(14060,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(14061,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(14062,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14063,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14064,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14065,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(14066,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(14067,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(14068,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14069,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14070,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14071,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(14072,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(14073,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause',''),(14074,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','opensource.org','/licenses/BSD-3-Clause','g2'),(14075,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14076,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','v'),(14077,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','7+'),(14078,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php','pear.php.net','/package/HTTP_Request2','<J'),(14079,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php','aws.amazon.com','/apache2.0','GA'),(14080,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php','aws.amazon.com','/apache2.0','\nt'),(14081,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php','aws.amazon.com','/apache2.0',''),(14082,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php','aws.amazon.com','/apache2.0','S?'),(14083,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php','aws.amazon.com','/apache2.0','GA'),(14084,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php','aws.amazon.com','/apache2.0','\nt'),(14085,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php','aws.amazon.com','/apache2.0',''),(14086,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php','aws.amazon.com','/apache2.0','S?'),(14087,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14088,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14089,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg','www.w3.org','/2000/svg','!'),(14090,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg','www.w3.org','/2000/svg','&28'),(14091,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14092,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14093,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14094,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14095,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14096,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14097,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14098,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14099,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14100,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14101,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14102,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14103,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14104,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14105,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14106,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14107,'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php','www.w3schools.com','/tags/att_global_id.asp',''),(14108,'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php','www.w3schools.com','/tags/att_global_id.asp','t'),(14109,'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php','www.w3schools.com','/tags/att_global_id.asp','{'),(14110,'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(14111,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php','aws.amazon.com','/apache2.0','GA'),(14112,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php','aws.amazon.com','/apache2.0','\nt'),(14113,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php','aws.amazon.com','/apache2.0',''),(14114,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php','aws.amazon.com','/apache2.0','S?'),(14115,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14116,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14117,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg','www.w3.org','/2000/svg','!'),(14118,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg','www.w3.org','/2000/svg','&28'),(14119,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg','www.w3.org','/2000/svg','\Z.6'),(14120,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg','www.w3.org','/2000/svg','\Z~4/'),(14121,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg','www.w3.org','/2000/svg','!'),(14122,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg','www.w3.org','/2000/svg','&28'),(14123,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14124,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14125,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg','www.w3.org','/2000/svg','!'),(14126,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg','www.w3.org','/2000/svg','&28'),(14127,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg','www.w3.org','/2000/svg','\Z.6'),(14128,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg','www.w3.org','/2000/svg','\Z~4/'),(14129,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg','www.w3.org','/2000/svg','!'),(14130,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg','www.w3.org','/2000/svg','&28'),(14131,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14132,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14133,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg','www.w3.org','/2000/svg','!'),(14134,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg','www.w3.org','/2000/svg','&28'),(14135,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/2000/svg','\Z.6'),(14136,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/2000/svg','\Z~4/'),(14137,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/2000/svg','!'),(14138,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/2000/svg','&28'),(14139,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/1999/xlink','\Z.6'),(14140,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/1999/xlink','	'),(14141,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/1999/xlink','!'),(14142,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.w3.org','/1999/xlink','1x'),(14143,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.bohemiancoding.com','/sketch',''),(14144,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.bohemiancoding.com','/sketch','G'),(14145,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(14146,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','www.bohemiancoding.com','/sketch','Y'),(14147,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/2000/svg','\Z.6'),(14148,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/2000/svg','\Z~4/'),(14149,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/2000/svg','!'),(14150,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/2000/svg','&28'),(14151,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/1999/xlink','\Z.6'),(14152,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/1999/xlink','	'),(14153,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/1999/xlink','!'),(14154,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.w3.org','/1999/xlink','1x'),(14155,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.bohemiancoding.com','/sketch',''),(14156,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.bohemiancoding.com','/sketch','G'),(14157,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(14158,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','www.bohemiancoding.com','/sketch','Y'),(14159,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14160,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14161,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg','www.w3.org','/2000/svg','!'),(14162,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg','www.w3.org','/2000/svg','&28'),(14163,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14164,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14165,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14166,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14167,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg','www.w3.org','/2000/svg','\Z.6'),(14168,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg','www.w3.org','/2000/svg','\Z~4/'),(14169,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg','www.w3.org','/2000/svg','!'),(14170,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg','www.w3.org','/2000/svg','&28'),(14171,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14172,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14173,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14174,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14175,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570','C'),(14176,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570','uYD'),(14177,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570','ST'),(14178,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570',';'),(14179,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14180,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14181,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14182,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14183,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14184,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14185,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg','www.w3.org','/2000/svg','!'),(14186,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg','www.w3.org','/2000/svg','&28'),(14187,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0','GA'),(14188,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0','\nt'),(14189,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0',''),(14190,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php','aws.amazon.com','/apache2.0','S?'),(14191,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php','sass-lang.com','/','l'),(14192,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php','sass-lang.com','/','c=^'),(14193,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14194,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14195,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg','www.w3.org','/2000/svg','!'),(14196,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg','www.w3.org','/2000/svg','&28'),(14197,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14198,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14199,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14200,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14201,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/variable.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(14202,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/variable.php','docs.woocommerce.com','/document/template-structure/','b'),(14203,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/variable.php','docs.woocommerce.com','/document/template-structure/','\0'),(14204,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/variable.php','docs.woocommerce.com','/document/template-structure/','5'),(14205,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg','www.w3.org','/2000/svg','\Z.6'),(14206,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg','www.w3.org','/2000/svg','\Z~4/'),(14207,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg','www.w3.org','/2000/svg','!'),(14208,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg','www.w3.org','/2000/svg','&28'),(14209,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg','www.w3.org','/2000/svg','\Z.6'),(14210,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg','www.w3.org','/2000/svg','\Z~4/'),(14211,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg','www.w3.org','/2000/svg','!'),(14212,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg','www.w3.org','/2000/svg','&28'),(14213,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14214,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14215,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg','www.w3.org','/2000/svg','!'),(14216,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg','www.w3.org','/2000/svg','&28'),(14217,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg','www.w3.org','/2000/svg','\Z.6'),(14218,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg','www.w3.org','/2000/svg','\Z~4/'),(14219,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg','www.w3.org','/2000/svg','!'),(14220,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg','www.w3.org','/2000/svg','&28'),(14221,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14222,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14223,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14224,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14225,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','C'),(14226,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','C'),(14227,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','ST'),(14228,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','0'),(14229,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','oauth.net','/grant_type/jwt/1.0/bearer','Hlz4'),(14230,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php','oauth.net','/grant_type/jwt/1.0/bearer','p*H'),(14231,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg','www.w3.org','/2000/svg','\Z.6'),(14232,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg','www.w3.org','/2000/svg','\Z~4/'),(14233,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg','www.w3.org','/2000/svg','!'),(14234,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg','www.w3.org','/2000/svg','&28'),(14235,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0','GA'),(14236,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0','\nt'),(14237,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0',''),(14238,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0','S?'),(14239,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/more-files/','_r'),(14240,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/more-files/','o%'),(14241,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/migrator/','_r'),(14242,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/migrator/','B#'),(14243,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/network-multisite/','_r'),(14244,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/network-multisite/','`='),(14245,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/','_r'),(14246,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/',''),(14247,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/faqs/asked-ftp-details-upon-restorationmigration-updates/','_r'),(14248,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/faqs/asked-ftp-details-upon-restorationmigration-updates/','?'),(14249,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/','_r'),(14250,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php','updraftplus.com','/shop/incremental/',''),(14251,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','updraftplus.com','/','_r'),(14252,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','updraftplus.com','/','ʛ'),(14253,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','΃'),(14254,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','['),(14255,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','k'),(14256,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate',']CQ'),(14257,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate','.h'),(14258,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','david.dw-perspective.org.uk','/donate',''),(14259,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','updraftplus.com','/','_r'),(14260,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','updraftplus.com','/','ʛ'),(14261,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.',''),(14262,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.','e0ػ'),(14263,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.','\'ľ'),(14264,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','codex.wordpress.org','/Plugin_API/Filter_Reference/cron_schedules.','|'),(14265,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','updraftplus.com','/faqs/wordpress-crashed-when-updating-updraftplus-what-can-i-do/','_r'),(14266,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','updraftplus.com','/faqs/wordpress-crashed-when-updating-updraftplus-what-can-i-do/','\r'),(14267,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888',',H'),(14268,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888',''),(14269,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888','+r'),(14270,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php','bugs.launchpad.net','/ubuntu/+source/php5/+bug/1315888','A'),(14271,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0','GA'),(14272,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0','\nt'),(14273,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0',''),(14274,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0','S?'),(14275,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14276,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14277,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg','www.w3.org','/2000/svg','!'),(14278,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg','www.w3.org','/2000/svg','&28'),(14279,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14280,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14281,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg','www.w3.org','/2000/svg','!'),(14282,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg','www.w3.org','/2000/svg','&28'),(14283,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg','www.w3.org','/2000/svg','\Z.6'),(14284,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg','www.w3.org','/2000/svg','\Z~4/'),(14285,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg','www.w3.org','/2000/svg','!'),(14286,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg','www.w3.org','/2000/svg','&28'),(14287,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','jstree.com','/','l'),(14288,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','jstree.com','/','{'),(14289,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','vakata.com','/','*&'),(14290,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','vakata.com','/','qo'),(14291,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(14292,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php','4'),(14293,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php',''),(14294,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(14295,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','caniuse.com','/','MY3'),(14296,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','caniuse.com','/','.'),(14297,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','kiro.me','/projects/fuse.html','==	'),(14298,'wp-content/plugins/updraftplus/includes/jstree/jstree.js','kiro.me','/projects/fuse.html','U'),(14299,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code',''),(14300,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','wr'),(14301,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','k8v'),(14302,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','\'f'),(14303,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator',''),(14304,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator','-9'),(14305,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator','k8v'),(14306,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/Terminal_emulator','1%&'),(14307,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100',''),(14308,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100','*'),(14309,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100','k8v'),(14310,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/VT100','׊'),(14311,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(14312,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html','M'),(14313,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html',''),(14314,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','www.opensource.org','/licenses/mit-license.html','(742'),(14315,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/','a)'),(14316,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/','Wiߓ'),(14317,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/','d.'),(14318,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','phpseclib.sourceforge.net','/',''),(14319,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code',''),(14320,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','wr'),(14321,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','k8v'),(14322,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','en.wikipedia.org','/wiki/ANSI_escape_code','\'f'),(14323,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','ascii-table.com','/ansi-escape-sequences-vt-100.php','@'),(14324,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','ascii-table.com','/ansi-escape-sequences-vt-100.php','.'),(14325,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0','GA'),(14326,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0','\nt'),(14327,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0',''),(14328,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php','aws.amazon.com','/apache2.0','S?'),(14329,'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','n!('),(14330,'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','t]'),(14331,'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','f'),(14332,'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php','php-opencloud.readthedocs.io','/en/latest/services/object-store/objects.html','re#4'),(14333,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14334,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14335,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg','www.w3.org','/2000/svg','!'),(14336,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg','www.w3.org','/2000/svg','&28'),(14337,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14338,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14339,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg','www.w3.org','/2000/svg','!'),(14340,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg','www.w3.org','/2000/svg','&28'),(14341,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14342,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14343,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg','www.w3.org','/2000/svg','!'),(14344,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg','www.w3.org','/2000/svg','&28'),(14345,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14346,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14347,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14348,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14349,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14350,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14351,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14352,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14353,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14354,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14355,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14356,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14357,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14358,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14359,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14360,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14361,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14362,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14363,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg','www.w3.org','/2000/svg','!'),(14364,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg','www.w3.org','/2000/svg','&28'),(14365,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0','GA'),(14366,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0','\nt'),(14367,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0',''),(14368,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php','aws.amazon.com','/apache2.0','S?'),(14369,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14370,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14371,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg','www.w3.org','/2000/svg','!'),(14372,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg','www.w3.org','/2000/svg','&28'),(14373,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14374,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14375,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg','www.w3.org','/2000/svg','!'),(14376,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg','www.w3.org','/2000/svg','&28'),(14377,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14378,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14379,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg','www.w3.org','/2000/svg','!'),(14380,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg','www.w3.org','/2000/svg','&28'),(14381,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14382,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14383,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg','www.w3.org','/2000/svg','!'),(14384,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg','www.w3.org','/2000/svg','&28'),(14385,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0','GA'),(14386,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0','\nt'),(14387,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0',''),(14388,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php','aws.amazon.com','/apache2.0','S?'),(14389,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0','GA'),(14390,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0','\nt'),(14391,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0',''),(14392,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php','aws.amazon.com','/apache2.0','S?'),(14393,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg','www.w3.org','/2000/svg','\Z.6'),(14394,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(14395,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg','www.w3.org','/2000/svg','!'),(14396,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg','www.w3.org','/2000/svg','&28'),(14397,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0','GA'),(14398,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0','\nt'),(14399,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0',''),(14400,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/apache2.0','S?'),(14401,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3','GA'),(14402,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3',']|'),(14403,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3',''),(14404,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php','aws.amazon.com','/s3','m\Z'),(14405,'wp-content/plugins/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply',''),(14406,'wp-content/plugins/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply',''),(14407,'wp-content/plugins/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply','哣'),(14408,'wp-content/plugins/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply','\"m'),(14409,'wp-content/plugins/updraftplus/methods/dropbox.php','wordpress.org','/support/topic/1-12-37-dropbox-auth-broken/page/2/','\'ľ'),(14410,'wp-content/plugins/updraftplus/methods/dropbox.php','wordpress.org','/support/topic/1-12-37-dropbox-auth-broken/page/2/',''),(14411,'wp-content/plugins/updraftplus/methods/dropbox.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-dropbox-app/','_r'),(14412,'wp-content/plugins/updraftplus/methods/dropbox.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-dropbox-app/','m?'),(14413,'wp-content/plugins/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','_r'),(14414,'wp-content/plugins/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','~'),(14415,'wp-content/plugins/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','_r'),(14416,'wp-content/plugins/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','~'),(14417,'wp-content/plugins/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','4'),(14418,'wp-content/plugins/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','P'),(14419,'wp-content/plugins/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','_r'),(14420,'wp-content/plugins/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','{'),(14421,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14422,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14423,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg','www.w3.org','/2000/svg','!'),(14424,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg','www.w3.org','/2000/svg','&28'),(14425,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14426,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14427,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg','www.w3.org','/2000/svg','!'),(14428,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg','www.w3.org','/2000/svg','&28'),(14429,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14430,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14431,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14432,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14433,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','developers.google.com','/admin-sdk/email-migration/v2/','\Z}{E'),(14434,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','developers.google.com','/admin-sdk/email-migration/v2/','L'),(14435,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','developers.google.com','/admin-sdk/email-migration/v2/',''),(14436,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','developers.google.com','/admin-sdk/email-migration/v2/','A/'),(14437,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.googleapis.com','/auth/email.migration','O'),(14438,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.googleapis.com','/auth/email.migration',':'),(14439,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.googleapis.com','/auth/email.migration','Q'),(14440,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php','www.googleapis.com','/auth/email.migration','ih'),(14441,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14442,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14443,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg','www.w3.org','/2000/svg','!'),(14444,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg','www.w3.org','/2000/svg','&28'),(14445,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14446,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14447,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14448,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14449,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express','\Z}{E'),(14450,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express','(^'),(14451,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express',''),(14452,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php','developers.google.com','/qpx-express','*9G'),(14453,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0','GA'),(14454,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0','\nt'),(14455,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0',''),(14456,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0','S?'),(14457,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14458,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14459,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg','www.w3.org','/2000/svg','!'),(14460,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg','www.w3.org','/2000/svg','&28'),(14461,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14462,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14463,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14464,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14465,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14466,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14467,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14468,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14469,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14470,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14471,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14472,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14473,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14474,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14475,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14476,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14477,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14478,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14479,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg','www.w3.org','/2000/svg','!'),(14480,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg','www.w3.org','/2000/svg','&28'),(14481,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg','www.w3.org','/2000/svg','\Z.6'),(14482,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg','www.w3.org','/2000/svg','\Z~4/'),(14483,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg','www.w3.org','/2000/svg','!'),(14484,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg','www.w3.org','/2000/svg','&28'),(14485,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-none.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(14486,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-none.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(14487,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-none.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(14488,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-none.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(14489,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14490,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14491,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg','www.w3.org','/2000/svg','!'),(14492,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg','www.w3.org','/2000/svg','&28'),(14493,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14494,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14495,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg','www.w3.org','/2000/svg','!'),(14496,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg','www.w3.org','/2000/svg','&28'),(14497,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php','aws.amazon.com','/apache2.0','GA'),(14498,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php','aws.amazon.com','/apache2.0','\nt'),(14499,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php','aws.amazon.com','/apache2.0',''),(14500,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php','aws.amazon.com','/apache2.0','S?'),(14501,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.github.com','/mattbryson','w'),(14502,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.github.com','/mattbryson','V'),(14503,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.github.com','/mattbryson',':\0$'),(14504,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.github.com','/mattbryson','3'),(14505,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','github.com','/mattbryson/TouchSwipe-Jquery-Plugin',':\0$'),(14506,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','github.com','/mattbryson/TouchSwipe-Jquery-Plugin','E'),(14507,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','labs.skinkers.com','/touchSwipe/','>|'),(14508,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','labs.skinkers.com','/touchSwipe/','ҳ'),(14509,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','labs.skinkers.com','/touchSwipe/','YQ	'),(14510,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','labs.skinkers.com','/touchSwipe/','YG'),(14511,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','plugins.jquery.com','/project/touchSwipe','Z'),(14512,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','plugins.jquery.com','/project/touchSwipe','-'),(14513,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','plugins.jquery.com','/project/touchSwipe','*'),(14514,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','plugins.jquery.com','/project/touchSwipe','3 '),(14515,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/',''),(14516,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/','Y~q'),(14517,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license',''),(14518,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license','V'),(14519,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/',''),(14520,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/','Y~q'),(14521,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license',''),(14522,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license','V'),(14523,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/',''),(14524,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/','Y~q'),(14525,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license',''),(14526,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license','V'),(14527,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/',''),(14528,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/','Y~q'),(14529,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license',''),(14530,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/standard-license','V'),(14531,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/1999/xhtml','\Z.6'),(14532,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/1999/xhtml','a'),(14533,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/1999/xhtml','!'),(14534,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/1999/xhtml','W'),(14535,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','\Z.6'),(14536,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','\Z~4/'),(14537,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','!'),(14538,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','&28'),(14539,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','\Z.6'),(14540,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','\Z~4/'),(14541,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','!'),(14542,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','www.w3.org','/2000/svg','&28'),(14543,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/',''),(14544,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/','Y~q'),(14545,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/club/',''),(14546,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js','greensock.com','/club/','\n'),(14547,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14548,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14549,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg','www.w3.org','/2000/svg','!'),(14550,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg','www.w3.org','/2000/svg','&28'),(14551,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMinPlus.php','	k'),(14552,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMinPlus.php','Wk'),(14553,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMinPlus.php',':\0$'),(14554,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php','raw.github.com','/mrclay/minify/master/min/lib/JSMinPlus.php','K'),(14555,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14556,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14557,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14558,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14559,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest','\Z}{E'),(14560,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest','XG'),(14561,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest',''),(14562,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','developers.google.com','/ad-exchange/buyer-rest','FK'),(14563,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','O'),(14564,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','A#B'),(14565,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','Q'),(14566,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php','www.googleapis.com','/auth/adexchange.buyer','U`'),(14567,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14568,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14569,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14570,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14571,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg','www.w3.org','/2000/svg','\Z.6'),(14572,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg','www.w3.org','/2000/svg','\Z~4/'),(14573,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg','www.w3.org','/2000/svg','!'),(14574,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg','www.w3.org','/2000/svg','&28'),(14575,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14576,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14577,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg','www.w3.org','/2000/svg','!'),(14578,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg','www.w3.org','/2000/svg','&28'),(14579,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0','GA'),(14580,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0','\nt'),(14581,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0',''),(14582,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php','aws.amazon.com','/apache2.0','S?'),(14583,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0','GA'),(14584,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0','\nt'),(14585,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0',''),(14586,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php','aws.amazon.com','/apache2.0','S?'),(14587,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14588,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14589,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14590,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14591,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14592,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14593,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14594,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14595,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14596,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14597,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14598,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14599,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14600,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14601,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14602,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14603,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14604,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14605,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14606,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14607,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14608,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14609,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg','www.w3.org','/2000/svg','!'),(14610,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg','www.w3.org','/2000/svg','&28'),(14611,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg','www.w3.org','/2000/svg','\Z.6'),(14612,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg','www.w3.org','/2000/svg','\Z~4/'),(14613,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg','www.w3.org','/2000/svg','!'),(14614,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg','www.w3.org','/2000/svg','&28'),(14615,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14616,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14617,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','www.w3.org','/2000/svg','!'),(14618,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','www.w3.org','/2000/svg','&28'),(14619,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14620,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14621,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14622,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14623,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','wordpress.org','/export/1.1/','\'ľ'),(14624,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','wordpress.org','/export/1.1/','T'),(14625,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','wordpress.org','/export/1.1/excerpt/','\'ľ'),(14626,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','wordpress.org','/export/1.1/excerpt/',')ד'),(14627,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','purl.org','/dc/elements/1.1/','*'),(14628,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','purl.org','/dc/elements/1.1/',''),(14629,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','purl.org','/rss/1.0/modules/content/','*'),(14630,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php','purl.org','/rss/1.0/modules/content/','8j'),(14631,'wp-content/themes/bridge/framework/admin/assets/js/select2.min.js','github.com','/select2/select2/blob/master/LICENSE.md',':\0$'),(14632,'wp-content/themes/bridge/framework/admin/assets/js/select2.min.js','github.com','/select2/select2/blob/master/LICENSE.md','~E'),(14633,'wp-content/plugins/revslider/includes/framework/base-front.class.php','www.themepunch.com','/','*'),(14634,'wp-content/plugins/revslider/includes/framework/base-front.class.php','www.themepunch.com','/',''),(14635,'wp-content/plugins/revslider/includes/framework/base-front.class.php','www.themepunch.com','/','d'),(14636,'wp-content/plugins/revslider/includes/framework/base-front.class.php','www.themepunch.com','/','LP'),(14637,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','www.themepunch.com','/','*'),(14638,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','www.themepunch.com','/',''),(14639,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','www.themepunch.com','/','d'),(14640,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','www.themepunch.com','/','LP'),(14641,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','newsletter.themepunch.com','/','5aS'),(14642,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','newsletter.themepunch.com','/','7'),(14643,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','newsletter.themepunch.com','/','d'),(14644,'wp-content/plugins/revslider/includes/framework/newsletter.class.php','newsletter.themepunch.com','/','LP'),(14645,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14646,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14647,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg','www.w3.org','/2000/svg','!'),(14648,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg','www.w3.org','/2000/svg','&28'),(14649,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14650,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14651,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14652,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14653,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14654,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14655,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg','www.w3.org','/2000/svg','!'),(14656,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg','www.w3.org','/2000/svg','&28'),(14657,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg','www.w3.org','/2000/svg','\Z.6'),(14658,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg','www.w3.org','/2000/svg','\Z~4/'),(14659,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg','www.w3.org','/2000/svg','!'),(14660,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg','www.w3.org','/2000/svg','&28'),(14661,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14662,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14663,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg','www.w3.org','/2000/svg','!'),(14664,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg','www.w3.org','/2000/svg','&28'),(14665,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14666,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14667,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg','www.w3.org','/2000/svg','!'),(14668,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg','www.w3.org','/2000/svg','&28'),(14669,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/2000/svg','\Z.6'),(14670,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/2000/svg','\Z~4/'),(14671,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/2000/svg','!'),(14672,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/2000/svg','&28'),(14673,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/1999/xlink','\Z.6'),(14674,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/1999/xlink','	'),(14675,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/1999/xlink','!'),(14676,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.w3.org','/1999/xlink','1x'),(14677,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.bohemiancoding.com','/sketch',''),(14678,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.bohemiancoding.com','/sketch','G'),(14679,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(14680,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','www.bohemiancoding.com','/sketch','Y'),(14681,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14682,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14683,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14684,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14685,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14686,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14687,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg','www.w3.org','/2000/svg','!'),(14688,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg','www.w3.org','/2000/svg','&28'),(14689,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14690,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14691,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg','www.w3.org','/2000/svg','!'),(14692,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg','www.w3.org','/2000/svg','&28'),(14693,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14694,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14695,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg','www.w3.org','/2000/svg','!'),(14696,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg','www.w3.org','/2000/svg','&28'),(14697,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg','www.w3.org','/2000/svg','\Z.6'),(14698,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg','www.w3.org','/2000/svg','\Z~4/'),(14699,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg','www.w3.org','/2000/svg','!'),(14700,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg','www.w3.org','/2000/svg','&28'),(14701,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14702,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14703,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg','www.w3.org','/2000/svg','!'),(14704,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg','www.w3.org','/2000/svg','&28'),(14705,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14706,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14707,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg','www.w3.org','/2000/svg','!'),(14708,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg','www.w3.org','/2000/svg','&28'),(14709,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14710,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14711,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14712,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14713,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14714,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14715,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg','www.w3.org','/2000/svg','!'),(14716,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg','www.w3.org','/2000/svg','&28'),(14717,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php','aws.amazon.com','/apache2.0','GA'),(14718,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php','aws.amazon.com','/apache2.0','\nt'),(14719,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php','aws.amazon.com','/apache2.0',''),(14720,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php','aws.amazon.com','/apache2.0','S?'),(14721,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14722,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14723,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14724,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14725,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14726,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14727,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14728,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14729,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14730,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14731,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14732,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14733,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14734,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14735,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14736,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14737,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php','aws.amazon.com','/apache2.0','GA'),(14738,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php','aws.amazon.com','/apache2.0','\nt'),(14739,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php','aws.amazon.com','/apache2.0',''),(14740,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php','aws.amazon.com','/apache2.0','S?'),(14741,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14742,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14743,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14744,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14745,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14746,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14747,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg','www.w3.org','/2000/svg','!'),(14748,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg','www.w3.org','/2000/svg','&28'),(14749,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14750,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14751,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg','www.w3.org','/2000/svg','!'),(14752,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg','www.w3.org','/2000/svg','&28'),(14753,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14754,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14755,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg','www.w3.org','/2000/svg','!'),(14756,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg','www.w3.org','/2000/svg','&28'),(14757,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','brandonaaron.net','/','q'),(14758,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','brandonaaron.net','/','h'),(14759,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','adomas.org','/javascript-mouse-wheel/','%BC'),(14760,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','adomas.org','/javascript-mouse-wheel/','TR'),(14761,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','www.mathias-bank.de','/',',k$'),(14762,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','www.mathias-bank.de','/',' '),(14763,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','www.mathias-bank.de','/','Ɛ7'),(14764,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js','www.mathias-bank.de','/','k+'),(14765,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/2000/svg','\Z.6'),(14766,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/2000/svg','\Z~4/'),(14767,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/2000/svg','!'),(14768,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/2000/svg','&28'),(14769,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/1999/xlink','\Z.6'),(14770,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/1999/xlink','	'),(14771,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/1999/xlink','!'),(14772,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.w3.org','/1999/xlink','1x'),(14773,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.bohemiancoding.com','/sketch',''),(14774,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.bohemiancoding.com','/sketch','G'),(14775,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(14776,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','www.bohemiancoding.com','/sketch','Y'),(14777,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14778,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14779,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg','www.w3.org','/2000/svg','!'),(14780,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg','www.w3.org','/2000/svg','&28'),(14781,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14782,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14783,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg','www.w3.org','/2000/svg','!'),(14784,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg','www.w3.org','/2000/svg','&28'),(14785,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg','www.w3.org','/2000/svg','\Z.6'),(14786,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg','www.w3.org','/2000/svg','\Z~4/'),(14787,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg','www.w3.org','/2000/svg','!'),(14788,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg','www.w3.org','/2000/svg','&28'),(14789,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail','j'),(14790,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail','t'),(14791,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail',''),(14792,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','code.google.com','/p/oauth/issues/detail','\"3h'),(14793,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14794,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14795,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg','www.w3.org','/2000/svg','!'),(14796,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg','www.w3.org','/2000/svg','&28'),(14797,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg','www.w3.org','/2000/svg','\Z.6'),(14798,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg','www.w3.org','/2000/svg','\Z~4/'),(14799,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg','www.w3.org','/2000/svg','!'),(14800,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg','www.w3.org','/2000/svg','&28'),(14801,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14802,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14803,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14804,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14805,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14806,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14807,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14808,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14809,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14810,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14811,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14812,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14813,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14814,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14815,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(14816,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(14817,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','_L'),(14818,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','C2n'),(14819,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','e'),(14820,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','b'),(14821,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','_L'),(14822,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','C2n'),(14823,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','e'),(14824,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js','www.qodethemes.com','/','b'),(14825,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14826,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14827,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg','www.w3.org','/2000/svg','!'),(14828,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg','www.w3.org','/2000/svg','&28'),(14829,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14830,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14831,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14832,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14833,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14834,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14835,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg','www.w3.org','/2000/svg','!'),(14836,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg','www.w3.org','/2000/svg','&28'),(14837,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(14838,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(14839,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(14840,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(14841,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/2000/svg','\Z.6'),(14842,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/2000/svg','\Z~4/'),(14843,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/2000/svg','!'),(14844,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','www.w3.org','/2000/svg','&28'),(14845,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14846,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14847,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14848,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14849,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php','developer.wordpress.org','/plugins/wordpress-org/plugin-assets/','nh'),(14850,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php','developer.wordpress.org','/plugins/wordpress-org/plugin-assets/','Tm'),(14851,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php','developer.wordpress.org','/plugins/wordpress-org/plugin-assets/','\'ľ'),(14852,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php','developer.wordpress.org','/plugins/wordpress-org/plugin-assets/','=}'),(14853,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14854,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14855,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg','www.w3.org','/2000/svg','!'),(14856,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg','www.w3.org','/2000/svg','&28'),(14857,'wp-content/updraft/themes-old/twentyseventeen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(14858,'wp-content/updraft/themes-old/twentyseventeen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(14859,'wp-content/updraft/themes-old/twentyseventeen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(14860,'wp-content/updraft/themes-old/twentyseventeen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(14861,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/apache2.0','GA'),(14862,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/apache2.0','\nt'),(14863,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/apache2.0',''),(14864,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/apache2.0','S?'),(14865,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/articles/1928','GA'),(14866,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/articles/1928','[6'),(14867,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/articles/1928',''),(14868,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php','aws.amazon.com','/articles/1928','pJL'),(14869,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14870,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14871,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14872,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14873,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','developers.google.com','/google-apps/licensing/','\Z}{E'),(14874,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','developers.google.com','/google-apps/licensing/','R\n'),(14875,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','developers.google.com','/google-apps/licensing/',''),(14876,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','developers.google.com','/google-apps/licensing/','%1'),(14877,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.googleapis.com','/auth/apps.licensing','O'),(14878,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.googleapis.com','/auth/apps.licensing','h'),(14879,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.googleapis.com','/auth/apps.licensing','Q'),(14880,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php','www.googleapis.com','/auth/apps.licensing','z'),(14881,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg','www.w3.org','/2000/svg','\Z.6');
INSERT INTO `wpdl_wfhoover` VALUES (14882,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14883,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg','www.w3.org','/2000/svg','!'),(14884,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg','www.w3.org','/2000/svg','&28'),(14885,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0','GA'),(14886,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0','\nt'),(14887,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0',''),(14888,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php','aws.amazon.com','/apache2.0','S?'),(14889,'wp-content/themes/bridge/woocommerce/single-product/sale-flash.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(14890,'wp-content/themes/bridge/woocommerce/single-product/sale-flash.php','docs.woocommerce.com','/document/template-structure/','b'),(14891,'wp-content/themes/bridge/woocommerce/single-product/sale-flash.php','docs.woocommerce.com','/document/template-structure/','\0'),(14892,'wp-content/themes/bridge/woocommerce/single-product/sale-flash.php','docs.woocommerce.com','/document/template-structure/','5'),(14893,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14894,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14895,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg','www.w3.org','/2000/svg','!'),(14896,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg','www.w3.org','/2000/svg','&28'),(14897,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14898,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14899,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg','www.w3.org','/2000/svg','!'),(14900,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg','www.w3.org','/2000/svg','&28'),(14901,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14902,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14903,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14904,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14905,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg','www.w3.org','/2000/svg','\Z.6'),(14906,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg','www.w3.org','/2000/svg','\Z~4/'),(14907,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg','www.w3.org','/2000/svg','!'),(14908,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg','www.w3.org','/2000/svg','&28'),(14909,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14910,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14911,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg','www.w3.org','/2000/svg','!'),(14912,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg','www.w3.org','/2000/svg','&28'),(14913,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg','www.w3.org','/2000/svg','\Z.6'),(14914,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(14915,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg','www.w3.org','/2000/svg','!'),(14916,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg','www.w3.org','/2000/svg','&28'),(14917,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0','GA'),(14918,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0','\nt'),(14919,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0',''),(14920,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php','aws.amazon.com','/apache2.0','S?'),(14921,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14922,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14923,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14924,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14925,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states','\Z}{E'),(14926,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states','NJ'),(14927,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states',''),(14928,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states','?'),(14929,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','O'),(14930,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','['),(14931,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','Q'),(14932,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','ns'),(14933,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(14934,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(14935,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','$'),(14936,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','0'),(14937,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html','4@'),(14938,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html',','),(14939,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html','LS'),(14940,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html','G1'),(14941,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','4@'),(14942,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','nLU'),(14943,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','LS'),(14944,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','@0Р'),(14945,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php','www.youtube.com','/iframe_api','h`wn'),(14946,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php','www.youtube.com','/iframe_api','(='),(14947,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php','www.youtube.com','/iframe_api','Mçi'),(14948,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php','www.youtube.com','/iframe_api','@9'),(14949,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','arlocarreon.com','/','6'),(14950,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','arlocarreon.com','/','1'),(14951,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','mexitek.github.io','/phpColors/','N\04'),(14952,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','mexitek.github.io','/phpColors/',''),(14953,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','mexitek.github.io','/phpColors/','[h'),(14954,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','mexitek.github.io','/phpColors/','K1'),(14955,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','arlo.mit-license.org','/','ƌ'),(14956,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','arlo.mit-license.org','/','`'),(14957,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','arlo.mit-license.org','/','C'),(14958,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','arlo.mit-license.org','/',''),(14959,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','phpxref.pagelines.com','/nav.html','\nx\\'),(14960,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','phpxref.pagelines.com','/nav.html','25'),(14961,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','phpxref.pagelines.com','/nav.html','_4E'),(14962,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','phpxref.pagelines.com','/nav.html','&K'),(14963,'wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.min.js','github.com','/select2/select2/blob/master/LICENSE.md',':\0$'),(14964,'wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.min.js','github.com','/select2/select2/blob/master/LICENSE.md','~E'),(14965,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','wpbakery.com','/','7\Z'),(14966,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','wpbakery.com','/','Ox'),(14967,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','kb.wpbakery.com','/','f3|'),(14968,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','kb.wpbakery.com','/','E'),(14969,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','kb.wpbakery.com','/','7\Z'),(14970,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','kb.wpbakery.com','/',''),(14971,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','wpbakery.com','/video-academy/','7\Z'),(14972,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','wpbakery.com','/video-academy/','%h'),(14973,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','4'),(14974,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','N(='),(14975,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','7\Z'),(14976,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/',''),(14977,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','facebook.com','/wpbakery','13('),(14978,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','facebook.com','/wpbakery','}`'),(14979,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','twitter.com','/wpbakery','<+'),(14980,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','twitter.com','/wpbakery','.?H'),(14981,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','4'),(14982,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','N(='),(14983,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','7\Z'),(14984,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/',''),(14985,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','4'),(14986,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','N(='),(14987,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/','7\Z'),(14988,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','support.wpbakery.com','/',''),(14989,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','go.wpbakery.com','/support-policy','fVR'),(14990,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','go.wpbakery.com','/support-policy',''),(14991,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','go.wpbakery.com','/support-policy','7\Z'),(14992,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','go.wpbakery.com','/support-policy','s'),(14993,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg','www.w3.org','/2000/svg','\Z.6'),(14994,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg','www.w3.org','/2000/svg','\Z~4/'),(14995,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg','www.w3.org','/2000/svg','!'),(14996,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg','www.w3.org','/2000/svg','&28'),(14997,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php','aws.amazon.com','/apache2.0','GA'),(14998,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php','aws.amazon.com','/apache2.0','\nt'),(14999,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php','aws.amazon.com','/apache2.0',''),(15000,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php','aws.amazon.com','/apache2.0','S?'),(15001,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15002,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15003,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg','www.w3.org','/2000/svg','!'),(15004,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg','www.w3.org','/2000/svg','&28'),(15005,'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php','www.w3schools.com','/tags/att_global_id.asp',''),(15006,'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php','www.w3schools.com','/tags/att_global_id.asp','t'),(15007,'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php','www.w3schools.com','/tags/att_global_id.asp','{'),(15008,'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(15009,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','Hlz4'),(15010,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','\"s'),(15011,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','Hlz4'),(15012,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','\"s'),(15013,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(15014,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(15015,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(15016,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(15017,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause',''),(15018,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause','g2'),(15019,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(15020,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(15021,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','7+'),(15022,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','<J'),(15023,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause',''),(15024,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause','g2'),(15025,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(15026,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(15027,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','7+'),(15028,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','<J'),(15029,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','C'),(15030,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','eR'),(15031,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','ST'),(15032,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','+'),(15033,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15034,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15035,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg','www.w3.org','/2000/svg','!'),(15036,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg','www.w3.org','/2000/svg','&28'),(15037,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php','github.com','/YahnisElsts/plugin-update-checker/issues/138',':\0$'),(15038,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php','github.com','/YahnisElsts/plugin-update-checker/issues/138','~'),(15039,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15040,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15041,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15042,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15043,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','developers.google.com','/blogger/docs/3.0/getting_started','\Z}{E'),(15044,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','developers.google.com','/blogger/docs/3.0/getting_started','$'),(15045,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','developers.google.com','/blogger/docs/3.0/getting_started',''),(15046,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','developers.google.com','/blogger/docs/3.0/getting_started','o\nY'),(15047,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger','O'),(15048,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger','f'),(15049,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger','Q'),(15050,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger','EH\"'),(15051,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger.readonly','O'),(15052,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger.readonly','[o'),(15053,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger.readonly','Q'),(15054,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php','www.googleapis.com','/auth/blogger.readonly',''),(15055,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg','www.w3.org','/2000/svg','\Z.6'),(15056,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg','www.w3.org','/2000/svg','\Z~4/'),(15057,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg','www.w3.org','/2000/svg','!'),(15058,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg','www.w3.org','/2000/svg','&28'),(15059,'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15060,'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15061,'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15062,'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15063,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15064,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15065,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg','www.w3.org','/2000/svg','!'),(15066,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg','www.w3.org','/2000/svg','&28'),(15067,'wp-content/cache/autoptimize/css/index.html','wordpress.org','/extend/plugins/autoptimize/','\'ľ'),(15068,'wp-content/cache/autoptimize/css/index.html','wordpress.org','/extend/plugins/autoptimize/','a'),(15069,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg','www.w3.org','/2000/svg','\Z.6'),(15070,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg','www.w3.org','/2000/svg','\Z~4/'),(15071,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg','www.w3.org','/2000/svg','!'),(15072,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg','www.w3.org','/2000/svg','&28'),(15073,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15074,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15075,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15076,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15077,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15078,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15079,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15080,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15081,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.snailbook.com','/docs/protocol-1.5.txt','t'),(15082,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.snailbook.com','/docs/protocol-1.5.txt','2'),(15083,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.snailbook.com','/docs/protocol-1.5.txt','Yr'),(15084,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.snailbook.com','/docs/protocol-1.5.txt','#+:'),(15085,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(15086,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.opensource.org','/licenses/mit-license.html','M'),(15087,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.opensource.org','/licenses/mit-license.html',''),(15088,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.opensource.org','/licenses/mit-license.html','(742'),(15089,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','phpseclib.sourceforge.net','/','a)'),(15090,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','phpseclib.sourceforge.net','/','Wiߓ'),(15091,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','phpseclib.sourceforge.net','/','d.'),(15092,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','phpseclib.sourceforge.net','/',''),(15093,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','3sp.com','/content/developer/maverick-net/docs/Maverick.SSH.PseudoTerminalModesMembers.html','Wбm'),(15094,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','3sp.com','/content/developer/maverick-net/docs/Maverick.SSH.PseudoTerminalModesMembers.html','\\`i'),(15095,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html',')'),(15096,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html',''),(15097,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html','tl'),(15098,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html','$0'),(15099,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html',')'),(15100,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html',''),(15101,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html','tl'),(15102,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_65.html','$0'),(15103,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html',')'),(15104,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html','@'),(15105,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html','tl'),(15106,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html','F'),(15107,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html',')'),(15108,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html','@'),(15109,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html','tl'),(15110,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.faqs.org','/docs/bashman/bashref_62.html','F'),(15111,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','support.microsoft.com','/kb/101875','z'),(15112,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','support.microsoft.com','/kb/101875','I'),(15113,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','support.microsoft.com','/kb/101875','$)9'),(15114,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','support.microsoft.com','/kb/101875','ʆ'),(15115,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.securiteam.com','/securitynews/5LP042K3FY.html',''),(15116,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.securiteam.com','/securitynews/5LP042K3FY.html','Eq'),(15117,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.securiteam.com','/securitynews/5LP042K3FY.html',''),(15118,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.securiteam.com','/securitynews/5LP042K3FY.html','P>'),(15119,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','php.net','/microtime','7+'),(15120,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','php.net','/microtime',''),(15121,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','php.net','/microtime','7+'),(15122,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','php.net','/microtime',''),(15123,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','php.net','/microtime','7+'),(15124,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','php.net','/microtime',''),(15125,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.php.net','/manual/en/language.operators.bitwise.php','4|'),(15126,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.php.net','/manual/en/language.operators.bitwise.php',''),(15127,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.php.net','/manual/en/language.operators.bitwise.php','7+'),(15128,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','www.php.net','/manual/en/language.operators.bitwise.php','	'),(15129,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','en.wikipedia.org','/wiki/ASCII',''),(15130,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','en.wikipedia.org','/wiki/ASCII','	O'),(15131,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','en.wikipedia.org','/wiki/ASCII','k8v'),(15132,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','en.wikipedia.org','/wiki/ASCII','\Z8'),(15133,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg','www.w3.org','/2000/svg','\Z.6'),(15134,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg','www.w3.org','/2000/svg','\Z~4/'),(15135,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg','www.w3.org','/2000/svg','!'),(15136,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg','www.w3.org','/2000/svg','&28'),(15137,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15138,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15139,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg','www.w3.org','/2000/svg','!'),(15140,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg','www.w3.org','/2000/svg','&28'),(15141,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15142,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15143,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg','www.w3.org','/2000/svg','!'),(15144,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg','www.w3.org','/2000/svg','&28'),(15145,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15146,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15147,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15148,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15149,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15150,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15151,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15152,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15153,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg','www.w3.org','/2000/svg','\Z.6'),(15154,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg','www.w3.org','/2000/svg','\Z~4/'),(15155,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg','www.w3.org','/2000/svg','!'),(15156,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg','www.w3.org','/2000/svg','&28'),(15157,'wp-content/updraft/plugins-old/updraftplus/addons/incremental.php','updraftplus.com','/support/tell-me-more-about-incremental-backups/','_r'),(15158,'wp-content/updraft/plugins-old/updraftplus/addons/incremental.php','updraftplus.com','/support/tell-me-more-about-incremental-backups/','ɰ'),(15159,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0','GA'),(15160,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0','\nt'),(15161,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0',''),(15162,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0','S?'),(15163,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15164,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15165,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg','www.w3.org','/2000/svg','!'),(15166,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg','www.w3.org','/2000/svg','&28'),(15167,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0','GA'),(15168,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0','\nt'),(15169,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0',''),(15170,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php','aws.amazon.com','/apache2.0','S?'),(15171,'wp-content/plugins/updraftplus/methods/s3.php','developers.digitalocean.com','/documentation/v2/)','e'),(15172,'wp-content/plugins/updraftplus/methods/s3.php','developers.digitalocean.com','/documentation/v2/)','_E!'),(15173,'wp-content/plugins/updraftplus/methods/s3.php','developers.digitalocean.com','/documentation/v2/)',''),(15174,'wp-content/plugins/updraftplus/methods/s3.php','developers.digitalocean.com','/documentation/v2/)','?\''),(15175,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/','GA'),(15176,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/','F~'),(15177,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/',''),(15178,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/',';'),(15179,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/use-updraftplus-digital-ocean-spaces/','_r'),(15180,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/use-updraftplus-digital-ocean-spaces/','}x'),(15181,'wp-content/plugins/updraftplus/methods/s3.php','www.cloudian.com','/','wK'),(15182,'wp-content/plugins/updraftplus/methods/s3.php','www.cloudian.com','/','DT'),(15183,'wp-content/plugins/updraftplus/methods/s3.php','www.cloudian.com','/','i'),(15184,'wp-content/plugins/updraftplus/methods/s3.php','www.cloudian.com','/','B'),(15185,'wp-content/plugins/updraftplus/methods/s3.php','www.mh.connectria.com','/rp/order/cloud_storage_index','[\\'),(15186,'wp-content/plugins/updraftplus/methods/s3.php','www.mh.connectria.com','/rp/order/cloud_storage_index',',4'),(15187,'wp-content/plugins/updraftplus/methods/s3.php','www.mh.connectria.com','/rp/order/cloud_storage_index',')ҷ'),(15188,'wp-content/plugins/updraftplus/methods/s3.php','www.mh.connectria.com','/rp/order/cloud_storage_index',''),(15189,'wp-content/plugins/updraftplus/methods/s3.php','www.mh.connectria.com','/rp/order/cloud_storage_index',')tD3'),(15190,'wp-content/plugins/updraftplus/methods/s3.php','www.mh.connectria.com','/rp/order/cloud_storage_index','mx('),(15191,'wp-content/plugins/updraftplus/methods/s3.php','www.constant.com','/cloud/storage/','nݬ'),(15192,'wp-content/plugins/updraftplus/methods/s3.php','www.constant.com','/cloud/storage/','JJ'),(15193,'wp-content/plugins/updraftplus/methods/s3.php','www.constant.com','/cloud/storage/','wpO'),(15194,'wp-content/plugins/updraftplus/methods/s3.php','www.constant.com','/cloud/storage/',''),(15195,'wp-content/plugins/updraftplus/methods/s3.php','www.eucalyptus.com','/eucalyptus-cloud/iaas','#7'),(15196,'wp-content/plugins/updraftplus/methods/s3.php','www.eucalyptus.com','/eucalyptus-cloud/iaas',''),(15197,'wp-content/plugins/updraftplus/methods/s3.php','www.eucalyptus.com','/eucalyptus-cloud/iaas',''),(15198,'wp-content/plugins/updraftplus/methods/s3.php','www.eucalyptus.com','/eucalyptus-cloud/iaas','Ba`'),(15199,'wp-content/plugins/updraftplus/methods/s3.php','cloud.nifty.com','/storage/','6'),(15200,'wp-content/plugins/updraftplus/methods/s3.php','cloud.nifty.com','/storage/','O'),(15201,'wp-content/plugins/updraftplus/methods/s3.php','cloud.nifty.com','/storage/',''),(15202,'wp-content/plugins/updraftplus/methods/s3.php','cloud.nifty.com','/storage/','BP'),(15203,'wp-content/plugins/updraftplus/methods/s3.php','www.ntt.com','/business/services/cloud/iaas/cloudn.html','0'),(15204,'wp-content/plugins/updraftplus/methods/s3.php','www.ntt.com','/business/services/cloud/iaas/cloudn.html',','),(15205,'wp-content/plugins/updraftplus/methods/s3.php','www.ntt.com','/business/services/cloud/iaas/cloudn.html','&S'),(15206,'wp-content/plugins/updraftplus/methods/s3.php','www.ntt.com','/business/services/cloud/iaas/cloudn.html','^'),(15207,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/faqs/i-get-ssl-certificate-errors-when-backing-up-andor-restoring/','_r'),(15208,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/faqs/i-get-ssl-certificate-errors-when-backing-up-andor-restoring/','/'),(15209,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/faq-category/amazon-s3/','_r'),(15210,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/faq-category/amazon-s3/','0	'),(15211,'wp-content/plugins/updraftplus/methods/s3.php','d36cz9buwru1tt.cloudfront.net','/Powered-by-Amazon-Web-Services.jpg','l'),(15212,'wp-content/plugins/updraftplus/methods/s3.php','d36cz9buwru1tt.cloudfront.net','/Powered-by-Amazon-Web-Services.jpg','\0'),(15213,'wp-content/plugins/updraftplus/methods/s3.php','d36cz9buwru1tt.cloudfront.net','/Powered-by-Amazon-Web-Services.jpg','VH'),(15214,'wp-content/plugins/updraftplus/methods/s3.php','d36cz9buwru1tt.cloudfront.net','/Powered-by-Amazon-Web-Services.jpg','1'),(15215,'wp-content/plugins/updraftplus/methods/s3.php','awsmedia.s3.amazonaws.com','/AWS_logo_poweredby_black_127px.png','-'),(15216,'wp-content/plugins/updraftplus/methods/s3.php','awsmedia.s3.amazonaws.com','/AWS_logo_poweredby_black_127px.png',' '),(15217,'wp-content/plugins/updraftplus/methods/s3.php','awsmedia.s3.amazonaws.com','/AWS_logo_poweredby_black_127px.png','eX'),(15218,'wp-content/plugins/updraftplus/methods/s3.php','awsmedia.s3.amazonaws.com','/AWS_logo_poweredby_black_127px.png','#'),(15219,'wp-content/plugins/updraftplus/methods/s3.php','awsmedia.s3.amazonaws.com','/AWS_logo_poweredby_black_127px.png',';-o'),(15220,'wp-content/plugins/updraftplus/methods/s3.php','awsmedia.s3.amazonaws.com','/AWS_logo_poweredby_black_127px.png','b'),(15221,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/','GA'),(15222,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/','F~'),(15223,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/',''),(15224,'wp-content/plugins/updraftplus/methods/s3.php','aws.amazon.com','/console/',';'),(15225,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/shop/s3-enhanced/','_r'),(15226,'wp-content/plugins/updraftplus/methods/s3.php','updraftplus.com','/shop/s3-enhanced/',''),(15227,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0','GA'),(15228,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0','\nt'),(15229,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0',''),(15230,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0','S?'),(15231,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg','www.w3.org','/2000/svg','\Z.6'),(15232,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg','www.w3.org','/2000/svg','\Z~4/'),(15233,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg','www.w3.org','/2000/svg','!'),(15234,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg','www.w3.org','/2000/svg','&28'),(15235,'wp-content/themes/bridge/js/plugins/Chart.min.js','chartjs.org','/','N+`'),(15236,'wp-content/themes/bridge/js/plugins/Chart.min.js','chartjs.org','/','c6'),(15237,'wp-content/themes/bridge/js/plugins/Chart.min.js','github.com','/nnnick/Chart.js/blob/master/LICENSE.md',':\0$'),(15238,'wp-content/themes/bridge/js/plugins/Chart.min.js','github.com','/nnnick/Chart.js/blob/master/LICENSE.md','))'),(15239,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15240,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15241,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg','www.w3.org','/2000/svg','!'),(15242,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg','www.w3.org','/2000/svg','&28'),(15243,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg','www.w3.org','/2000/svg','\Z.6'),(15244,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(15245,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg','www.w3.org','/2000/svg','!'),(15246,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg','www.w3.org','/2000/svg','&28'),(15247,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg','www.w3.org','/2000/svg','\Z.6'),(15248,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg','www.w3.org','/2000/svg','\Z~4/'),(15249,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg','www.w3.org','/2000/svg','!'),(15250,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg','www.w3.org','/2000/svg','&28'),(15251,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php','updraftplus.com','/problems-with-extra-white-space/','_r'),(15252,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php','updraftplus.com','/problems-with-extra-white-space/','\r'),(15253,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15254,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15255,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15256,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15257,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','C'),(15258,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','C'),(15259,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','ST'),(15260,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','tools.ietf.org','/html/draft-ietf-oauth-json-web-token-06','0'),(15261,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','oauth.net','/grant_type/jwt/1.0/bearer','Hlz4'),(15262,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','oauth.net','/grant_type/jwt/1.0/bearer','p*H'),(15263,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15264,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15265,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg','www.w3.org','/2000/svg','!'),(15266,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg','www.w3.org','/2000/svg','&28'),(15267,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15268,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15269,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15270,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15271,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15272,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15273,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15274,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15275,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(15276,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(15277,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15278,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15279,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15280,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15281,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(15282,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(15283,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg','www.w3.org','/2000/svg','\Z.6'),(15284,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg','www.w3.org','/2000/svg','\Z~4/'),(15285,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg','www.w3.org','/2000/svg','!'),(15286,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg','www.w3.org','/2000/svg','&28'),(15287,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15288,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15289,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15290,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15291,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started','\Z}{E'),(15292,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started',''),(15293,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started',''),(15294,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','developers.google.com','/url-shortener/v1/getting_started','o'),(15295,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','O'),(15296,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','|\\'),(15297,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','Q'),(15298,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php','www.googleapis.com','/auth/urlshortener','L_'),(15299,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15300,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15301,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg','www.w3.org','/2000/svg','!'),(15302,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg','www.w3.org','/2000/svg','&28'),(15303,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg','www.w3.org','/2000/svg','\Z.6'),(15304,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg','www.w3.org','/2000/svg','\Z~4/'),(15305,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg','www.w3.org','/2000/svg','!'),(15306,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg','www.w3.org','/2000/svg','&28'),(15307,'wp-content/updraft/themes-old/twentynineteen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(15308,'wp-content/updraft/themes-old/twentynineteen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(15309,'wp-content/updraft/themes-old/twentynineteen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(15310,'wp-content/updraft/themes-old/twentynineteen/search.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(15311,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15312,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15313,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','www.w3.org','/2000/svg','!'),(15314,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','www.w3.org','/2000/svg','&28'),(15315,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15316,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15317,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg','www.w3.org','/2000/svg','!'),(15318,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg','www.w3.org','/2000/svg','&28'),(15319,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15320,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15321,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg','www.w3.org','/2000/svg','!'),(15322,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg','www.w3.org','/2000/svg','&28'),(15323,'wp-content/themes/bridge/css/img/audio/controls.svg','fireworks.abeall.com','/',''),(15324,'wp-content/themes/bridge/css/img/audio/controls.svg','fireworks.abeall.com','/','{rb'),(15325,'wp-content/themes/bridge/css/img/audio/controls.svg','fireworks.abeall.com','/','ȥ\\'),(15326,'wp-content/themes/bridge/css/img/audio/controls.svg','fireworks.abeall.com','/','4s'),(15327,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(15328,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(15329,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(15330,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(15331,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/2000/svg','\Z.6'),(15332,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/2000/svg','\Z~4/'),(15333,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/2000/svg','!'),(15334,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/2000/svg','&28'),(15335,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/1999/xlink','\Z.6'),(15336,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/1999/xlink','	'),(15337,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/1999/xlink','!'),(15338,'wp-content/themes/bridge/css/img/audio/controls.svg','www.w3.org','/1999/xlink','1x'),(15339,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15340,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15341,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15342,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15343,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0','GA'),(15344,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0','\nt'),(15345,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0',''),(15346,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0','S?'),(15347,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0','GA'),(15348,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0','\nt'),(15349,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0',''),(15350,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php','aws.amazon.com','/apache2.0','S?'),(15351,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15352,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15353,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg','www.w3.org','/2000/svg','!'),(15354,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg','www.w3.org','/2000/svg','&28'),(15355,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0','GA'),(15356,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0','\nt'),(15357,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0',''),(15358,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0','S?'),(15359,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15360,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15361,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg','www.w3.org','/2000/svg','!'),(15362,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg','www.w3.org','/2000/svg','&28'),(15363,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php','sass-lang.com','/','l'),(15364,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php','sass-lang.com','/','c=^'),(15365,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15366,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15367,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg','www.w3.org','/2000/svg','!'),(15368,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg','www.w3.org','/2000/svg','&28'),(15369,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(15370,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(15371,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(15372,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(15373,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','github.com','/php-fig/log',':\0$'),(15374,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','github.com','/php-fig/log','IO'),(15375,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','\r'),(15376,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','}:'),(15377,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','\Z'),(15378,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','%ƨ'),(15379,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg','www.w3.org','/2000/svg','\Z.6'),(15380,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(15381,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg','www.w3.org','/2000/svg','!'),(15382,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg','www.w3.org','/2000/svg','&28'),(15383,'wp-config-sample.php','wordpress.org','/support/article/editing-wp-config-php/','\'ľ'),(15384,'wp-config-sample.php','wordpress.org','/support/article/editing-wp-config-php/','<w\0'),(15385,'wp-config-sample.php','api.wordpress.org','/secret-key/1.1/salt/',''),(15386,'wp-config-sample.php','api.wordpress.org','/secret-key/1.1/salt/','ѫ'),(15387,'wp-config-sample.php','api.wordpress.org','/secret-key/1.1/salt/','\'ľ'),(15388,'wp-config-sample.php','api.wordpress.org','/secret-key/1.1/salt/','!.'),(15389,'wp-config-sample.php','wordpress.org','/support/article/debugging-in-wordpress/','\'ľ'),(15390,'wp-config-sample.php','wordpress.org','/support/article/debugging-in-wordpress/','J'),(15391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/mE5BOuZKGln_Ex0uYKpIaw.ttf','}ʠ'),(15392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/mE5BOuZKGln_Ex0uYKpIaw.ttf','X!'),(15393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/mE5BOuZKGln_Ex0uYKpIaw.ttf','('),(15394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/mE5BOuZKGln_Ex0uYKpIaw.ttf',']/>'),(15395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/kpplLynmYgP0YtlJA3atRw.ttf','}ʠ'),(15396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/kpplLynmYgP0YtlJA3atRw.ttf','O>'),(15397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/kpplLynmYgP0YtlJA3atRw.ttf','('),(15398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abeezee/v11/kpplLynmYgP0YtlJA3atRw.ttf','Q'),(15399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abel/v8/RpUKfqNxoyNe_ka23bzQ2A.ttf','}ʠ'),(15400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abel/v8/RpUKfqNxoyNe_ka23bzQ2A.ttf','-'),(15401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abel/v8/RpUKfqNxoyNe_ka23bzQ2A.ttf','('),(15402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abel/v8/RpUKfqNxoyNe_ka23bzQ2A.ttf','˷'),(15403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf','Y@'),(15405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf','('),(15406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf','b'),(15407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf','}ʠ'),(15408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf','B;'),(15409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf','('),(15410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf','L'),(15411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(15412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf','֥\"'),(15413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf','('),(15414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf','k$'),(15415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(15416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf','嘆F'),(15417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf','('),(15418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf','\"w'),(15419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf','}ʠ'),(15420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf','UL'),(15421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf','('),(15422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abhayalibre/v3/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf','\'YG'),(15423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abrilfatface/v9/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(15424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abrilfatface/v9/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf',' t'),(15425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abrilfatface/v9/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf','('),(15426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/abrilfatface/v9/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf','dM'),(15427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aclonica/v8/M6pHZMPwK3DiBSlo3jwAKQ.ttf','}ʠ'),(15428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aclonica/v8/M6pHZMPwK3DiBSlo3jwAKQ.ttf',''),(15429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aclonica/v8/M6pHZMPwK3DiBSlo3jwAKQ.ttf','('),(15430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aclonica/v8/M6pHZMPwK3DiBSlo3jwAKQ.ttf',',4h'),(15431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/acme/v7/-J6XNtAHPZBEbsifCdBt-g.ttf','}ʠ'),(15432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/acme/v7/-J6XNtAHPZBEbsifCdBt-g.ttf',':'),(15433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/acme/v7/-J6XNtAHPZBEbsifCdBt-g.ttf','('),(15434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/acme/v7/-J6XNtAHPZBEbsifCdBt-g.ttf','*'),(15435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/actor/v7/ugMf40CrRK6Jf6Yz_xNSmQ.ttf','}ʠ'),(15436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/actor/v7/ugMf40CrRK6Jf6Yz_xNSmQ.ttf',''),(15437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/actor/v7/ugMf40CrRK6Jf6Yz_xNSmQ.ttf','('),(15438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/actor/v7/ugMf40CrRK6Jf6Yz_xNSmQ.ttf','e'),(15439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adamina/v10/RUQfOodOMiVVYqFZcSlT9w.ttf','}ʠ'),(15440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adamina/v10/RUQfOodOMiVVYqFZcSlT9w.ttf','ɼ'),(15441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adamina/v10/RUQfOodOMiVVYqFZcSlT9w.ttf','('),(15442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adamina/v10/RUQfOodOMiVVYqFZcSlT9w.ttf','	q'),(15443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf','Y'),(15445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf','('),(15446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf','	Lʐ'),(15447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf','}ʠ'),(15448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf','6LG'),(15449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf','('),(15450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf','#\Z'),(15451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(15452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf','Wu,c'),(15453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf','('),(15454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf',''),(15455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf','['),(15457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf','('),(15458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf',''),(15459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf','}ʠ'),(15460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf',''),(15461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf','('),(15462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf','n\n'),(15463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(15464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf','B'),(15465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf','('),(15466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf','p'),(15467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(15468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf','D_'),(15469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf','('),(15470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/adventpro/v7/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf','tY'),(15471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aguafinascript/v6/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf','}ʠ'),(15472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aguafinascript/v6/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf','V泸'),(15473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aguafinascript/v6/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf','('),(15474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aguafinascript/v6/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf','zq'),(15475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/akronim/v7/qA0L2CSArk3tuOWE1AR1DA.ttf','}ʠ'),(15476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/akronim/v7/qA0L2CSArk3tuOWE1AR1DA.ttf','5k'),(15477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/akronim/v7/qA0L2CSArk3tuOWE1AR1DA.ttf','('),(15478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/akronim/v7/qA0L2CSArk3tuOWE1AR1DA.ttf','Z\n'),(15479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aladin/v6/PyuJ5cVHkduO0j5fAMKvAA.ttf','}ʠ'),(15480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aladin/v6/PyuJ5cVHkduO0j5fAMKvAA.ttf','$'),(15481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aladin/v6/PyuJ5cVHkduO0j5fAMKvAA.ttf','('),(15482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aladin/v6/PyuJ5cVHkduO0j5fAMKvAA.ttf','Pn'),(15483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aldrich/v8/kMMW1S56gFx7RP_mW1g-Eg.ttf','}ʠ'),(15484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aldrich/v8/kMMW1S56gFx7RP_mW1g-Eg.ttf','\'%'),(15485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aldrich/v8/kMMW1S56gFx7RP_mW1g-Eg.ttf','('),(15486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aldrich/v8/kMMW1S56gFx7RP_mW1g-Eg.ttf',''),(15487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/ENvZ_P0HBDQxNZYCQO0lUA.ttf','}ʠ'),(15488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/ENvZ_P0HBDQxNZYCQO0lUA.ttf','q#'),(15489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/ENvZ_P0HBDQxNZYCQO0lUA.ttf','('),(15490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/ENvZ_P0HBDQxNZYCQO0lUA.ttf',''),(15491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/VDgZJhEwudtOzOFQpZ8MEA.ttf','}ʠ'),(15492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/VDgZJhEwudtOzOFQpZ8MEA.ttf','ҋ'),(15493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/VDgZJhEwudtOzOFQpZ8MEA.ttf','('),(15494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alef/v9/VDgZJhEwudtOzOFQpZ8MEA.ttf','϶'),(15495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/62J3atXd6bvMU4qO_ca-eA.ttf','}ʠ'),(15496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/62J3atXd6bvMU4qO_ca-eA.ttf','D-'),(15497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/62J3atXd6bvMU4qO_ca-eA.ttf','('),(15498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/62J3atXd6bvMU4qO_ca-eA.ttf','*'),(15499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf','w)'),(15501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf','('),(15502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf','M\rf'),(15503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/nJhRg_-uQMATei4qNxTyLKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/nJhRg_-uQMATei4qNxTyLKCWcynf_cDxXwCLxiixG1c.ttf','\n'),(15505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/nJhRg_-uQMATei4qNxTyLKCWcynf_cDxXwCLxiixG1c.ttf','('),(15506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/nJhRg_-uQMATei4qNxTyLKCWcynf_cDxXwCLxiixG1c.ttf',''),(15507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/baLsZTz4WeQ1BZAOY-Ma_Zp-63r6doWhTEbsfBIRJ7A.ttf','}ʠ'),(15508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/baLsZTz4WeQ1BZAOY-Ma_Zp-63r6doWhTEbsfBIRJ7A.ttf','>'),(15509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/baLsZTz4WeQ1BZAOY-Ma_Zp-63r6doWhTEbsfBIRJ7A.ttf','('),(15510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/baLsZTz4WeQ1BZAOY-Ma_Zp-63r6doWhTEbsfBIRJ7A.ttf','`'),(15511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf','V'),(15513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf','('),(15514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf','lC'),(15515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(15516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf','Zɤ&'),(15517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf','('),(15518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf','Ww?'),(15519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/QzI8vcYBhKwi_ircxzgm66CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/QzI8vcYBhKwi_ircxzgm66CWcynf_cDxXwCLxiixG1c.ttf','\nT'),(15521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/QzI8vcYBhKwi_ircxzgm66CWcynf_cDxXwCLxiixG1c.ttf','('),(15522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/QzI8vcYBhKwi_ircxzgm66CWcynf_cDxXwCLxiixG1c.ttf','Lڐ'),(15523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/zBzWGwjiXVY_eRAcMxLbPKk3bhPBSBJ0bSJQ6acL-0g.ttf','}ʠ'),(15524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/zBzWGwjiXVY_eRAcMxLbPKk3bhPBSBJ0bSJQ6acL-0g.ttf','E'),(15525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/zBzWGwjiXVY_eRAcMxLbPKk3bhPBSBJ0bSJQ6acL-0g.ttf','('),(15526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/zBzWGwjiXVY_eRAcMxLbPKk3bhPBSBJ0bSJQ6acL-0g.ttf','AW'),(15527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf','`'),(15529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf','('),(15530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf',''),(15531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf','}ʠ'),(15532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf','Z\Z)'),(15533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf','('),(15534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreya/v10/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf','% f'),(15535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf','|h`Y'),(15537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf','('),(15538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf',''),(15539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(15540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf','~'),(15541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf','('),(15542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf','jĎ!'),(15543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq8CNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(15544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq8CNfqCYlB_eIx7H1TVXe60.ttf',''),(15545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq8CNfqCYlB_eIx7H1TVXe60.ttf','('),(15546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq8CNfqCYlB_eIx7H1TVXe60.ttf','|'),(15547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6WnWRcJAYo5PSCx8UfGMHCI.ttf','}ʠ'),(15548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6WnWRcJAYo5PSCx8UfGMHCI.ttf','Mkg'),(15549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6WnWRcJAYo5PSCx8UfGMHCI.ttf','('),(15550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6WnWRcJAYo5PSCx8UfGMHCI.ttf','>^'),(15551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(15552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf','<'),(15553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(15554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf','PCS'),(15555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(15556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf',''),(15557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf','('),(15558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf','XS'),(15559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqw89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(15560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqw89PwPrYLaRFJ-HNCU9NbA.ttf','9'),(15561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqw89PwPrYLaRFJ-HNCU9NbA.ttf','('),(15562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqw89PwPrYLaRFJ-HNCU9NbA.ttf',''),(15563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6Sad_7rtf4IdDfsLVg-2OV4.ttf','}ʠ'),(15564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6Sad_7rtf4IdDfsLVg-2OV4.ttf','+'),(15565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6Sad_7rtf4IdDfsLVg-2OV4.ttf','('),(15566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6Sad_7rtf4IdDfsLVg-2OV4.ttf','A:#'),(15567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(15568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf','%'),(15569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf','('),(15570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf','}'),(15571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf','}ʠ'),(15572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf','~i'),(15573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf','('),(15574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasc/v9/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf','O|'),(15575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf','}ʠ'),(15576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf','ٺu'),(15577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf','('),(15578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf','('),(15579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf','}ʠ'),(15580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf','O'),(15581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf','('),(15582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf','%4'),(15583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf','}ʠ'),(15584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf','='),(15585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf','('),(15586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf','y('),(15587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf','}ʠ'),(15588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf','\Zc'),(15589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf','('),(15590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf','n'),(15591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf','}ʠ'),(15592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf','񥯾'),(15593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf','('),(15594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf','Xu'),(15595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf','}ʠ'),(15596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf','O'),(15597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf','('),(15598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf','\\'),(15599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf','}ʠ'),(15600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf','4'),(15601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf','('),(15602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf','X'),(15603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf','}ʠ'),(15604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf','X='),(15605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf','('),(15606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf','ei'),(15607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf','}ʠ'),(15608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf','c'),(15609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf','('),(15610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf','J{'),(15611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf','}ʠ'),(15612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf','$'),(15613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf','('),(15614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf','?\''),(15615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf','}ʠ'),(15616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf','@wj#'),(15617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf','('),(15618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf','\0@'),(15619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf','}ʠ'),(15620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf','i'),(15621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf','('),(15622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf','(BY'),(15623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf','}ʠ'),(15624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf','G/'),(15625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf','('),(15626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf',''),(15627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf','}ʠ'),(15628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf','\n'),(15629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf','('),(15630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasans/v8/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf','X]'),(15631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf','}ʠ'),(15632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf','&'),(15633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf','('),(15634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf',';'),(15635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf','}ʠ'),(15636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf',''),(15637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf','('),(15638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf','<'),(15639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf','}ʠ'),(15640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf','i'),(15641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf','('),(15642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf',''),(15643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf','}ʠ'),(15644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf','q'),(15645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf','('),(15646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf','eB}'),(15647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf','}ʠ'),(15648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf','ϑ*'),(15649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf','('),(15650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf',''),(15651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf','}ʠ'),(15652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf',']'),(15653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf','('),(15654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf','Y'),(15655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf','}ʠ'),(15656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf','ˊ('),(15657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf','('),(15658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf','l'),(15659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf','}ʠ'),(15660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf','hƋx'),(15661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf','('),(15662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf','k~$p'),(15663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf','}ʠ'),(15664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf','*%'),(15665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf','('),(15666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf','fې'),(15667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf','}ʠ'),(15668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf','FB'),(15669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf','('),(15670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf','̉'),(15671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf','}ʠ'),(15672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf',''),(15673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf','('),(15674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf','Bs@'),(15675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf','}ʠ'),(15676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf','Fp'),(15677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf','('),(15678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf',')\n\Z'),(15679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf','}ʠ'),(15680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf','t'),(15681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf','('),(15682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf','>'),(15683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf','}ʠ'),(15684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf','ʁ~'),(15685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf','('),(15686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alegreyasanssc/v7/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf','G<Z'),(15687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alexbrush/v8/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alexbrush/v8/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf','j%1$'),(15689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alexbrush/v8/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf','('),(15690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alexbrush/v8/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf','{;'),(15691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alfaslabone/v7/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(15692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alfaslabone/v7/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf','vWk'),(15693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alfaslabone/v7/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf','('),(15694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alfaslabone/v7/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf','L,	'),(15695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alice/v9/wZTAfivekBqIg-rk63nFvQ.ttf','}ʠ'),(15696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alice/v9/wZTAfivekBqIg-rk63nFvQ.ttf',''),(15697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alice/v9/wZTAfivekBqIg-rk63nFvQ.ttf','('),(15698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alice/v9/wZTAfivekBqIg-rk63nFvQ.ttf','0'),(15699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alike/v10/Ho8YpRKNk_202fwDiGNIyw.ttf','}ʠ'),(15700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alike/v10/Ho8YpRKNk_202fwDiGNIyw.ttf',''),(15701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alike/v10/Ho8YpRKNk_202fwDiGNIyw.ttf','('),(15702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alike/v10/Ho8YpRKNk_202fwDiGNIyw.ttf','#'),(15703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alikeangular/v8/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf','}ʠ'),(15704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alikeangular/v8/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf',' '),(15705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alikeangular/v8/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf','('),(15706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/alikeangular/v8/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf','A|1'),(15707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/T3lemhgZmLQkQI2Qc2bQHA.ttf','}ʠ'),(15708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/T3lemhgZmLQkQI2Qc2bQHA.ttf',':'),(15709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/T3lemhgZmLQkQI2Qc2bQHA.ttf','('),(15710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/T3lemhgZmLQkQI2Qc2bQHA.ttf','Xg/'),(15711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/zSxQiwo7wgnr7KkMXhSiag.ttf','}ʠ'),(15712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/zSxQiwo7wgnr7KkMXhSiag.ttf','u7R'),(15713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/zSxQiwo7wgnr7KkMXhSiag.ttf','('),(15714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allan/v9/zSxQiwo7wgnr7KkMXhSiag.ttf',')'),(15715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allerta/v8/s9FOEuiJFTNbMe06ifzV8g.ttf','}ʠ'),(15716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allerta/v8/s9FOEuiJFTNbMe06ifzV8g.ttf','dg'),(15717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allerta/v8/s9FOEuiJFTNbMe06ifzV8g.ttf','('),(15718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allerta/v8/s9FOEuiJFTNbMe06ifzV8g.ttf','%'),(15719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allertastencil/v8/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf','}ʠ'),(15720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allertastencil/v8/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf','r*'),(15721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allertastencil/v8/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf','('),(15722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allertastencil/v8/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf','@k'),(15723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allura/v6/4hcqgZanyuJ2gMYWffIR6A.ttf','}ʠ'),(15724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allura/v6/4hcqgZanyuJ2gMYWffIR6A.ttf','r='),(15725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allura/v6/4hcqgZanyuJ2gMYWffIR6A.ttf','('),(15726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/allura/v6/4hcqgZanyuJ2gMYWffIR6A.ttf','f'),(15727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/PDpbB-ZF7deXAAEYPkQOeg.ttf','}ʠ'),(15728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/PDpbB-ZF7deXAAEYPkQOeg.ttf','rko'),(15729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/PDpbB-ZF7deXAAEYPkQOeg.ttf','('),(15730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/PDpbB-ZF7deXAAEYPkQOeg.ttf','_F'),(15731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf','6'),(15733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf','('),(15734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf','CZ'),(15735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf','<('),(15737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf','('),(15738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf','s1Z'),(15739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(15740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf','Laj'),(15741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf','('),(15742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendra/v10/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf',';'),(15743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendradisplay/v8/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf','}ʠ'),(15744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendradisplay/v8/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf','4%'),(15745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendradisplay/v8/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf','('),(15746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendradisplay/v8/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf','rhy'),(15747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendrasc/v8/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendrasc/v8/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf','2$'),(15749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendrasc/v8/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf','('),(15750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/almendrasc/v8/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf','`I'),(15751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amarante/v5/2dQHjIBWSpydit5zkJZnOw.ttf','}ʠ'),(15752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amarante/v5/2dQHjIBWSpydit5zkJZnOw.ttf',''),(15753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amarante/v5/2dQHjIBWSpydit5zkJZnOw.ttf','('),(15754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amarante/v5/2dQHjIBWSpydit5zkJZnOw.ttf',';'),(15755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/7VcBog22JBHsHXHdnnycTA.ttf','}ʠ'),(15756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/7VcBog22JBHsHXHdnnycTA.ttf','`'),(15757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/7VcBog22JBHsHXHdnnycTA.ttf','('),(15758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/7VcBog22JBHsHXHdnnycTA.ttf','cy#'),(15759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf','$ҝ'),(15761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf','('),(15762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf','T(G'),(15763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(15764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf','#'),(15765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf','('),(15766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf','&]x'),(15767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(15768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf','&`'),(15769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf','('),(15770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaranth/v8/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf','Ú	'),(15771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/MldbRWLFytvqxU1y81xSVg.ttf','}ʠ'),(15772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/MldbRWLFytvqxU1y81xSVg.ttf','@J'),(15773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/MldbRWLFytvqxU1y81xSVg.ttf','('),(15774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/MldbRWLFytvqxU1y81xSVg.ttf',' '),(15775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf','ܨ{'),(15777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf','('),(15778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amaticsc/v11/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf','\'[S'),(15779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amethysta/v6/1jEo9tOFIJDolAUpBnWbnA.ttf','}ʠ'),(15780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amethysta/v6/1jEo9tOFIJDolAUpBnWbnA.ttf',''),(15781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amethysta/v6/1jEo9tOFIJDolAUpBnWbnA.ttf','('),(15782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amethysta/v6/1jEo9tOFIJDolAUpBnWbnA.ttf','*⨬'),(15783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/A7bjc3cOLJtGgpPGnxyHsw.ttf','}ʠ'),(15784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/A7bjc3cOLJtGgpPGnxyHsw.ttf','c}'),(15785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/A7bjc3cOLJtGgpPGnxyHsw.ttf','('),(15786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/A7bjc3cOLJtGgpPGnxyHsw.ttf','L'),(15787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/BaZst4RZ4sDyD3mH-BfVaA.ttf','}ʠ'),(15788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/BaZst4RZ4sDyD3mH-BfVaA.ttf','D'),(15789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/BaZst4RZ4sDyD3mH-BfVaA.ttf','('),(15790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/BaZst4RZ4sDyD3mH-BfVaA.ttf',''),(15791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/6syx43mQ07VvOmpFc0G9Lg.ttf','}ʠ'),(15792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/6syx43mQ07VvOmpFc0G9Lg.ttf',''),(15793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/6syx43mQ07VvOmpFc0G9Lg.ttf','('),(15794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiko/v2/6syx43mQ07VvOmpFc0G9Lg.ttf','Oۥ'),(15795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/ATARrPmSew75SlpOw2YABQ.ttf','}ʠ'),(15796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/ATARrPmSew75SlpOw2YABQ.ttf',''),(15797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/ATARrPmSew75SlpOw2YABQ.ttf','('),(15798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/ATARrPmSew75SlpOw2YABQ.ttf',')'),(15799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/3t1yTQlLUXBw8htrqlXBrw.ttf','}ʠ'),(15800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/3t1yTQlLUXBw8htrqlXBrw.ttf','d1'),(15801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/3t1yTQlLUXBw8htrqlXBrw.ttf','('),(15802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/3t1yTQlLUXBw8htrqlXBrw.ttf','F'),(15803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/WQsR_moz-FNqVwGYgptqiA.ttf','}ʠ'),(15804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/WQsR_moz-FNqVwGYgptqiA.ttf',']'),(15805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/WQsR_moz-FNqVwGYgptqiA.ttf','('),(15806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/WQsR_moz-FNqVwGYgptqiA.ttf','>'),(15807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf','\n'),(15809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf','('),(15810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amiri/v9/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf',''),(15811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/RhdhGBXSJqkHo6g7miTEcQ.ttf','}ʠ'),(15812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/RhdhGBXSJqkHo6g7miTEcQ.ttf','kD'),(15813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/RhdhGBXSJqkHo6g7miTEcQ.ttf','('),(15814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/RhdhGBXSJqkHo6g7miTEcQ.ttf','<'),(15815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/cIYA2Lzp7l2pcGsqpUidBg.ttf','}ʠ'),(15816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/cIYA2Lzp7l2pcGsqpUidBg.ttf',',}'),(15817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/cIYA2Lzp7l2pcGsqpUidBg.ttf','('),(15818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/amita/v3/cIYA2Lzp7l2pcGsqpUidBg.ttf','/ga'),(15819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anaheim/v5/t-z8aXHMpgI2gjN_rIflKA.ttf','}ʠ'),(15820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anaheim/v5/t-z8aXHMpgI2gjN_rIflKA.ttf','Z0'),(15821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anaheim/v5/t-z8aXHMpgI2gjN_rIflKA.ttf','('),(15822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anaheim/v5/t-z8aXHMpgI2gjN_rIflKA.ttf','V'),(15823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andada/v9/rSFaDqNNQBRw3y19MB5Y4w.ttf','}ʠ'),(15824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andada/v9/rSFaDqNNQBRw3y19MB5Y4w.ttf','h'),(15825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andada/v9/rSFaDqNNQBRw3y19MB5Y4w.ttf','('),(15826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andada/v9/rSFaDqNNQBRw3y19MB5Y4w.ttf','^wz'),(15827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andika/v9/oe-ag1G0lcqZ3IXfeEgaGg.ttf','}ʠ'),(15828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andika/v9/oe-ag1G0lcqZ3IXfeEgaGg.ttf',''),(15829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andika/v9/oe-ag1G0lcqZ3IXfeEgaGg.ttf','('),(15830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/andika/v9/oe-ag1G0lcqZ3IXfeEgaGg.ttf','\Z'),(15831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/angkor/v10/DLpLgIS-8F10ecwKqCm95Q.ttf','}ʠ'),(15832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/angkor/v10/DLpLgIS-8F10ecwKqCm95Q.ttf','s\rm'),(15833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/angkor/v10/DLpLgIS-8F10ecwKqCm95Q.ttf','('),(15834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/angkor/v10/DLpLgIS-8F10ecwKqCm95Q.ttf',''),(15835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/annieuseyourtelescope/v8/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf','}ʠ'),(15836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/annieuseyourtelescope/v8/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf','@'),(15837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/annieuseyourtelescope/v8/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf','('),(15838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/annieuseyourtelescope/v8/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf','@'),(15839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf','}ʠ'),(15840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf',''),(15841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf','('),(15842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf','^31'),(15843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf','}ʠ'),(15844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf','4['),(15845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf','('),(15846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf','\ZW|'),(15847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf','}ʠ'),(15848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf','\r'),(15849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf','('),(15850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf','w'),(15851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf','}ʠ'),(15852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf','A#'),(15853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf','('),(15854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anonymouspro/v11/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf','F?'),(15855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/antic/v9/hEa8XCNM7tXGzD0Uk0AipA.ttf','}ʠ'),(15856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/antic/v9/hEa8XCNM7tXGzD0Uk0AipA.ttf','ϓ'),(15857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/antic/v9/hEa8XCNM7tXGzD0Uk0AipA.ttf','('),(15858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/antic/v9/hEa8XCNM7tXGzD0Uk0AipA.ttf','vع'),(15859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticdidone/v6/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticdidone/v6/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf','U'),(15861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticdidone/v6/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf','('),(15862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticdidone/v6/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf','t'),(15863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticslab/v6/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticslab/v6/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf','V'),(15865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticslab/v6/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf','('),(15866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anticslab/v6/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf','P'),(15867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anton/v9/XIbCenm-W0IRHWYIh7CGUQ.ttf','}ʠ'),(15868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anton/v9/XIbCenm-W0IRHWYIh7CGUQ.ttf','Or'),(15869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anton/v9/XIbCenm-W0IRHWYIh7CGUQ.ttf','('),(15870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/anton/v9/XIbCenm-W0IRHWYIh7CGUQ.ttf','d:'),(15871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/dqu823lrSYn8T2gApTdslA.ttf','}ʠ'),(15872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/dqu823lrSYn8T2gApTdslA.ttf','	'),(15873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/dqu823lrSYn8T2gApTdslA.ttf','('),(15874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/dqu823lrSYn8T2gApTdslA.ttf','w*'),(15875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/pY-Xi5JNBpaWxy2tZhEm5A.ttf','}ʠ'),(15876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/pY-Xi5JNBpaWxy2tZhEm5A.ttf',' ;R'),(15877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/pY-Xi5JNBpaWxy2tZhEm5A.ttf','('),(15878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arapey/v6/pY-Xi5JNBpaWxy2tZhEm5A.ttf','H \Z'),(15879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutus/v7/Go_hurxoUsn5MnqNVQgodQ.ttf','}ʠ'),(15880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutus/v7/Go_hurxoUsn5MnqNVQgodQ.ttf','B'),(15881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutus/v7/Go_hurxoUsn5MnqNVQgodQ.ttf','('),(15882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutus/v7/Go_hurxoUsn5MnqNVQgodQ.ttf',''),(15883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutusslab/v6/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutusslab/v6/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf','\".'),(15885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutusslab/v6/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf','('),(15886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arbutusslab/v6/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf','ݨ'),(15887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/architectsdaughter/v8/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf','}ʠ'),(15888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/architectsdaughter/v8/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf','hF'),(15889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/architectsdaughter/v8/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf','('),(15890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/architectsdaughter/v8/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf','!'),(15891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/r-UxY2mA_5pDuZN717veMA.ttf','}ʠ'),(15892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/r-UxY2mA_5pDuZN717veMA.ttf','hS'),(15893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/r-UxY2mA_5pDuZN717veMA.ttf','('),(15894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/r-UxY2mA_5pDuZN717veMA.ttf','0^['),(15895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/xM6Bws4B8M6CBFj_NjFDmQ.ttf','}ʠ'),(15896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/xM6Bws4B8M6CBFj_NjFDmQ.ttf','P='),(15897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/xM6Bws4B8M6CBFj_NjFDmQ.ttf','('),(15898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/xM6Bws4B8M6CBFj_NjFDmQ.ttf','Ng?'),(15899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/kolpDHEnC87zFuFfslSCevesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/kolpDHEnC87zFuFfslSCevesZW2xOQ-xsNqO47m55DA.ttf','5'),(15901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/kolpDHEnC87zFuFfslSCevesZW2xOQ-xsNqO47m55DA.ttf','('),(15902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/kolpDHEnC87zFuFfslSCevesZW2xOQ-xsNqO47m55DA.ttf',')'),(15903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/MKuleTj-xvH_kzDLSfxAny3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/MKuleTj-xvH_kzDLSfxAny3USBnSvpkopQaUR-2r7iU.ttf','G9'),(15905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/MKuleTj-xvH_kzDLSfxAny3USBnSvpkopQaUR-2r7iU.ttf','('),(15906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/MKuleTj-xvH_kzDLSfxAny3USBnSvpkopQaUR-2r7iU.ttf','R'),(15907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/ujChrOQvaQhWGqGyAyvouPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/ujChrOQvaQhWGqGyAyvouPesZW2xOQ-xsNqO47m55DA.ttf','h'),(15909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/ujChrOQvaQhWGqGyAyvouPesZW2xOQ-xsNqO47m55DA.ttf','('),(15910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/ujChrOQvaQhWGqGyAyvouPesZW2xOQ-xsNqO47m55DA.ttf','?Q'),(15911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/yabYJWzTLFXwCTAuo02FTC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/yabYJWzTLFXwCTAuo02FTC3USBnSvpkopQaUR-2r7iU.ttf',''),(15913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/yabYJWzTLFXwCTAuo02FTC3USBnSvpkopQaUR-2r7iU.ttf','('),(15914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/yabYJWzTLFXwCTAuo02FTC3USBnSvpkopQaUR-2r7iU.ttf','R$2'),(15915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/pOE88CC9eYkEsVEVFu184_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/pOE88CC9eYkEsVEVFu184_esZW2xOQ-xsNqO47m55DA.ttf','%'),(15917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/pOE88CC9eYkEsVEVFu184_esZW2xOQ-xsNqO47m55DA.ttf','('),(15918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/pOE88CC9eYkEsVEVFu184_esZW2xOQ-xsNqO47m55DA.ttf','l'),(15919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/KPG24G28nybJri09faZ5fy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(15920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/KPG24G28nybJri09faZ5fy3USBnSvpkopQaUR-2r7iU.ttf','8 Q'),(15921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/KPG24G28nybJri09faZ5fy3USBnSvpkopQaUR-2r7iU.ttf','('),(15922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivo/v3/KPG24G28nybJri09faZ5fy3USBnSvpkopQaUR-2r7iU.ttf','`!'),(15923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivoblack/v7/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf','}ʠ'),(15924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivoblack/v7/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf','Wnc'),(15925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivoblack/v7/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf','('),(15926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivoblack/v7/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf','̒Jy'),(15927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf','}ʠ'),(15928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf','_'),(15929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf','('),(15930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf','U;x'),(15931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf','}ʠ'),(15932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf','P\Z'),(15933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf','('),(15934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf','M?'),(15935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsFZXnRfcj2QuLtpR7YorIko.ttf','}ʠ'),(15936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsFZXnRfcj2QuLtpR7YorIko.ttf','Q'),(15937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsFZXnRfcj2QuLtpR7YorIko.ttf','('),(15938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsFZXnRfcj2QuLtpR7YorIko.ttf','!'),(15939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQPEI7VifuA7dF_atQng58I.ttf','}ʠ'),(15940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQPEI7VifuA7dF_atQng58I.ttf',''),(15941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQPEI7VifuA7dF_atQng58I.ttf','('),(15942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQPEI7VifuA7dF_atQng58I.ttf','r'),(15943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsAYHMmBTXW-z0TFb_R_tMpQ.ttf','}ʠ'),(15944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsAYHMmBTXW-z0TFb_R_tMpQ.ttf','q7'),(15945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsAYHMmBTXW-z0TFb_R_tMpQ.ttf','('),(15946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsAYHMmBTXW-z0TFb_R_tMpQ.ttf','ڴ;'),(15947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQFfhWXBmyfiPDGj4ZvwGNU.ttf','}ʠ'),(15948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQFfhWXBmyfiPDGj4ZvwGNU.ttf','2'),(15949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQFfhWXBmyfiPDGj4ZvwGNU.ttf','('),(15950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSQFfhWXBmyfiPDGj4ZvwGNU.ttf','n'),(15951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf','}ʠ'),(15952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf','K`'),(15953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf','('),(15954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf','1'),(15955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf','}ʠ'),(15956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf',',oc'),(15957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf','('),(15958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/archivonarrow/v8/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf','-	'),(15959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(15960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf','N['),(15961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf','('),(15962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf','	]'),(15963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(15964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf','['),(15965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf','('),(15966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arefruqaa/v4/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf','(?'),(15967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf','}ʠ'),(15968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf','?C'),(15969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf','('),(15970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf','z7'),(15971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf','}ʠ'),(15972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf','B'),(15973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf','('),(15974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf','O'),(15975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf','}ʠ'),(15976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf','\rK'),(15977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf','('),(15978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf','q\Z'),(15979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf','}ʠ'),(15980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf','8'),(15981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf','('),(15982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf','Kn'),(15983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf','}ʠ'),(15984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf','oh'),(15985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf','('),(15986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf',''),(15987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf','}ʠ'),(15988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf','G'),(15989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf','('),(15990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf','֬RZ'),(15991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf','}ʠ'),(15992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf',''),(15993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf','('),(15994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf','2'),(15995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf','}ʠ'),(15996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf','P'),(15997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf','('),(15998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimamadurai/v3/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf','2'),(15999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/Gpeo80g-5ji2CcyXWnzh7g.ttf','}ʠ'),(16000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/Gpeo80g-5ji2CcyXWnzh7g.ttf','ŭ3'),(16001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/Gpeo80g-5ji2CcyXWnzh7g.ttf','('),(16002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/Gpeo80g-5ji2CcyXWnzh7g.ttf','wK'),(16003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/_OdGbnX2-qQ96C4OjhyuPw.ttf','}ʠ'),(16004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/_OdGbnX2-qQ96C4OjhyuPw.ttf','s'),(16005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/_OdGbnX2-qQ96C4OjhyuPw.ttf','('),(16006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/_OdGbnX2-qQ96C4OjhyuPw.ttf','\"a*'),(16007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/ZItXugREyvV9LnbY_gxAmw.ttf','}ʠ'),(16008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/ZItXugREyvV9LnbY_gxAmw.ttf','B.,'),(16009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/ZItXugREyvV9LnbY_gxAmw.ttf','('),(16010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/ZItXugREyvV9LnbY_gxAmw.ttf','+J'),(16011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf',',d'),(16013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf','('),(16014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arimo/v11/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf',''),(16015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arizonia/v8/yzJqkHZqryZBTM7RKYV9Wg.ttf','}ʠ'),(16016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arizonia/v8/yzJqkHZqryZBTM7RKYV9Wg.ttf','w'),(16017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arizonia/v8/yzJqkHZqryZBTM7RKYV9Wg.ttf','('),(16018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arizonia/v8/yzJqkHZqryZBTM7RKYV9Wg.ttf',''),(16019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/armata/v8/1H8FwGgIRrbYtxSfXhOHlQ.ttf','}ʠ'),(16020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/armata/v8/1H8FwGgIRrbYtxSfXhOHlQ.ttf','6'),(16021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/armata/v8/1H8FwGgIRrbYtxSfXhOHlQ.ttf','('),(16022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/armata/v8/1H8FwGgIRrbYtxSfXhOHlQ.ttf','2'),(16023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/PkcjwJ0AdgwImdsRdyzQQQ.ttf','}ʠ'),(16024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/PkcjwJ0AdgwImdsRdyzQQQ.ttf',''),(16025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/PkcjwJ0AdgwImdsRdyzQQQ.ttf','('),(16026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/PkcjwJ0AdgwImdsRdyzQQQ.ttf',''),(16027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/FvYQ_YMyIFZw-8dXMYPhHg.ttf','}ʠ'),(16028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/FvYQ_YMyIFZw-8dXMYPhHg.ttf','N'),(16029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/FvYQ_YMyIFZw-8dXMYPhHg.ttf','('),(16030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/FvYQ_YMyIFZw-8dXMYPhHg.ttf','%'),(16031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/6R-JWA0Y5N2Lvul2TLOH3_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/6R-JWA0Y5N2Lvul2TLOH3_esZW2xOQ-xsNqO47m55DA.ttf','؋R'),(16033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/6R-JWA0Y5N2Lvul2TLOH3_esZW2xOQ-xsNqO47m55DA.ttf','('),(16034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/6R-JWA0Y5N2Lvul2TLOH3_esZW2xOQ-xsNqO47m55DA.ttf','a'),(16035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/AnUIg26c0nuMZMpNWtsDFy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/AnUIg26c0nuMZMpNWtsDFy3USBnSvpkopQaUR-2r7iU.ttf',',\'Ʊ'),(16037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/AnUIg26c0nuMZMpNWtsDFy3USBnSvpkopQaUR-2r7iU.ttf','('),(16038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arsenal/v2/AnUIg26c0nuMZMpNWtsDFy3USBnSvpkopQaUR-2r7iU.ttf',''),(16039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/artifika/v8/Ekfp4H4QG7D-WsABDOyj8g.ttf','}ʠ'),(16040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/artifika/v8/Ekfp4H4QG7D-WsABDOyj8g.ttf','6'),(16041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/artifika/v8/Ekfp4H4QG7D-WsABDOyj8g.ttf','('),(16042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/artifika/v8/Ekfp4H4QG7D-WsABDOyj8g.ttf','4Vq'),(16043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/vvWPwz-PlZEwjOOIKqoZzA.ttf','}ʠ'),(16044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/vvWPwz-PlZEwjOOIKqoZzA.ttf','/'),(16045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/vvWPwz-PlZEwjOOIKqoZzA.ttf','('),(16046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/vvWPwz-PlZEwjOOIKqoZzA.ttf','~+'),(16047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/id5a4BCjbenl5Gkqonw_Rw.ttf','}ʠ'),(16048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/id5a4BCjbenl5Gkqonw_Rw.ttf',''),(16049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/id5a4BCjbenl5Gkqonw_Rw.ttf','('),(16050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/id5a4BCjbenl5Gkqonw_Rw.ttf','f/'),(16051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/OB3FDST7U38u3OjPK_vvRQ.ttf','}ʠ'),(16052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/OB3FDST7U38u3OjPK_vvRQ.ttf','>;'),(16053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/OB3FDST7U38u3OjPK_vvRQ.ttf','('),(16054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/OB3FDST7U38u3OjPK_vvRQ.ttf',''),(16055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/Hvl2MuWoXLaCy2v6MD4Yvw.ttf','}ʠ'),(16056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/Hvl2MuWoXLaCy2v6MD4Yvw.ttf','E9'),(16057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/Hvl2MuWoXLaCy2v6MD4Yvw.ttf','('),(16058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arvo/v10/Hvl2MuWoXLaCy2v6MD4Yvw.ttf','S&o'),(16059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/xEVqtU3v8QLospHKpDaYEw.ttf','}ʠ'),(16060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/xEVqtU3v8QLospHKpDaYEw.ttf','P/'),(16061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/xEVqtU3v8QLospHKpDaYEw.ttf','('),(16062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/xEVqtU3v8QLospHKpDaYEw.ttf','ba'),(16063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/N13tgOvG7VTXawiI-fJiQA.ttf','}ʠ'),(16064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/N13tgOvG7VTXawiI-fJiQA.ttf','!'),(16065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/N13tgOvG7VTXawiI-fJiQA.ttf','('),(16066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/arya/v3/N13tgOvG7VTXawiI-fJiQA.ttf','#'),(16067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/2lf-1MDR8tsTpEtvJmr2hA.ttf','}ʠ'),(16068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/2lf-1MDR8tsTpEtvJmr2hA.ttf','e'),(16069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/2lf-1MDR8tsTpEtvJmr2hA.ttf','('),(16070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/2lf-1MDR8tsTpEtvJmr2hA.ttf','N|'),(16071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/mwxNHf8QS8gNWCAMwkJNIg.ttf','}ʠ'),(16072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/mwxNHf8QS8gNWCAMwkJNIg.ttf','37o'),(16073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/mwxNHf8QS8gNWCAMwkJNIg.ttf','('),(16074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/mwxNHf8QS8gNWCAMwkJNIg.ttf','n\ZO'),(16075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/bSf7UzaPFkjzB9TuOPVhgw.ttf','}ʠ'),(16076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/bSf7UzaPFkjzB9TuOPVhgw.ttf','od'),(16077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/bSf7UzaPFkjzB9TuOPVhgw.ttf','('),(16078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/bSf7UzaPFkjzB9TuOPVhgw.ttf','EL\0'),(16079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/RUbFVj3EkB2Yo9QDVzDKLw.ttf','}ʠ'),(16080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/RUbFVj3EkB2Yo9QDVzDKLw.ttf','\\~<'),(16081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/RUbFVj3EkB2Yo9QDVzDKLw.ttf','('),(16082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/RUbFVj3EkB2Yo9QDVzDKLw.ttf','R	'),(16083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/aj9e6BCAPmcrrkHyAtWfSg.ttf','}ʠ'),(16084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/aj9e6BCAPmcrrkHyAtWfSg.ttf','.ʷ'),(16085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/aj9e6BCAPmcrrkHyAtWfSg.ttf','('),(16086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/aj9e6BCAPmcrrkHyAtWfSg.ttf',''),(16087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/lSgrQWENLu3EVBpHYwzirw.ttf','}ʠ'),(16088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/lSgrQWENLu3EVBpHYwzirw.ttf','j'),(16089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/lSgrQWENLu3EVBpHYwzirw.ttf','('),(16090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/lSgrQWENLu3EVBpHYwzirw.ttf','_'),(16091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/o5RUA7SsJ80M8oDFBnrDbg.ttf','}ʠ'),(16092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/o5RUA7SsJ80M8oDFBnrDbg.ttf',' }'),(16093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/o5RUA7SsJ80M8oDFBnrDbg.ttf','('),(16094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/o5RUA7SsJ80M8oDFBnrDbg.ttf','ja'),(16095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/_rZz9y2oXc09jT5T6BexLQ.ttf','}ʠ'),(16096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/_rZz9y2oXc09jT5T6BexLQ.ttf','(|'),(16097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/_rZz9y2oXc09jT5T6BexLQ.ttf','('),(16098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asap/v7/_rZz9y2oXc09jT5T6BexLQ.ttf','Vw3'),(16099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/WnB1QP0n-KM9-GXLGChcYSavnWbQ852KImK774Atfew.ttf','}ʠ'),(16100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/WnB1QP0n-KM9-GXLGChcYSavnWbQ852KImK774Atfew.ttf','g'),(16101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/WnB1QP0n-KM9-GXLGChcYSavnWbQ852KImK774Atfew.ttf','('),(16102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/WnB1QP0n-KM9-GXLGChcYSavnWbQ852KImK774Atfew.ttf',''),(16103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/qnSL07X2cz9966iZSWZCBfYZB3dvQ7xQFxvHcvx7fMA.ttf','}ʠ'),(16104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/qnSL07X2cz9966iZSWZCBfYZB3dvQ7xQFxvHcvx7fMA.ttf','/'),(16105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/qnSL07X2cz9966iZSWZCBfYZB3dvQ7xQFxvHcvx7fMA.ttf','('),(16106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/qnSL07X2cz9966iZSWZCBfYZB3dvQ7xQFxvHcvx7fMA.ttf','Ͱ]'),(16107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjI_Y-6sQdpH-OU-ZdWEi-4E.ttf','}ʠ'),(16108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjI_Y-6sQdpH-OU-ZdWEi-4E.ttf',''),(16109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjI_Y-6sQdpH-OU-ZdWEi-4E.ttf','('),(16110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjI_Y-6sQdpH-OU-ZdWEi-4E.ttf','T/R'),(16111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUYiIPHHw_LT0InVaNEq3i9o.ttf','}ʠ'),(16112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUYiIPHHw_LT0InVaNEq3i9o.ttf','\n_^'),(16113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUYiIPHHw_LT0InVaNEq3i9o.ttf','('),(16114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUYiIPHHw_LT0InVaNEq3i9o.ttf',''),(16115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjKfWDuPM568rGzS6rTUUBAI.ttf','}ʠ'),(16116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjKfWDuPM568rGzS6rTUUBAI.ttf','p'),(16117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjKfWDuPM568rGzS6rTUUBAI.ttf','('),(16118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjKfWDuPM568rGzS6rTUUBAI.ttf',''),(16119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUSWF8ZKt6Ad7F4DSH_awyvE.ttf','}ʠ'),(16120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUSWF8ZKt6Ad7F4DSH_awyvE.ttf','Ir'),(16121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUSWF8ZKt6Ad7F4DSH_awyvE.ttf','('),(16122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUSWF8ZKt6Ad7F4DSH_awyvE.ttf','='),(16123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjDuwRdwRx6RgmD2V-BAnY3I.ttf','}ʠ'),(16124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjDuwRdwRx6RgmD2V-BAnY3I.ttf','-/'),(16125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjDuwRdwRx6RgmD2V-BAnY3I.ttf','('),(16126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/TyBiCbCbffkYs45BrMexjDuwRdwRx6RgmD2V-BAnY3I.ttf','ݨ'),(16127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUWd8_gdoFFngi4b8GzqPlPw.ttf','}ʠ'),(16128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUWd8_gdoFFngi4b8GzqPlPw.ttf','\nV'),(16129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUWd8_gdoFFngi4b8GzqPlPw.ttf','('),(16130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asapcondensed/v2/9jDg2d4w2asxgWRh6ddxUWd8_gdoFFngi4b8GzqPlPw.ttf','[B'),(16131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asar/v4/mSmn3H5CcMA84CZ586X7WQ.ttf','}ʠ'),(16132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asar/v4/mSmn3H5CcMA84CZ586X7WQ.ttf','<~'),(16133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asar/v4/mSmn3H5CcMA84CZ586X7WQ.ttf','('),(16134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asar/v4/mSmn3H5CcMA84CZ586X7WQ.ttf','#6'),(16135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asset/v8/hfPmqY-JzuR1lULlQf9iTg.ttf','}ʠ'),(16136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asset/v8/hfPmqY-JzuR1lULlQf9iTg.ttf','\r:#'),(16137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asset/v8/hfPmqY-JzuR1lULlQf9iTg.ttf','('),(16138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asset/v8/hfPmqY-JzuR1lULlQf9iTg.ttf',':'),(16139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf','kU'),(16141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf','('),(16142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf',''),(16143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf','0W+'),(16145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf','('),(16146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf','OM='),(16147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/2iDwv6DBtyixlK5YHngp1w.ttf','}ʠ'),(16148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/2iDwv6DBtyixlK5YHngp1w.ttf','djT'),(16149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/2iDwv6DBtyixlK5YHngp1w.ttf','('),(16150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/2iDwv6DBtyixlK5YHngp1w.ttf','Z`'),(16151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf','4^'),(16153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf','('),(16154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf','%L'),(16155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf','Wt8'),(16157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf','('),(16158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf','3j'),(16159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf','>,'),(16161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf','('),(16162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/assistant/v2/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf',''),(16163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/fmbitVmHYLQP7MGPuFgpag.ttf','}ʠ'),(16164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/fmbitVmHYLQP7MGPuFgpag.ttf','6]'),(16165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/fmbitVmHYLQP7MGPuFgpag.ttf','('),(16166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/fmbitVmHYLQP7MGPuFgpag.ttf','E'),(16167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf','l'),(16169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf','('),(16170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/astloch/v8/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf','`'),(16171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/9qpsNR_OOwyOYyo2N0IbBw.ttf','}ʠ'),(16172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/9qpsNR_OOwyOYyo2N0IbBw.ttf','G%=X'),(16173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/9qpsNR_OOwyOYyo2N0IbBw.ttf','('),(16174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/9qpsNR_OOwyOYyo2N0IbBw.ttf','ci'),(16175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/uO8uNmxaq87-DdPmkEg5Gg.ttf','}ʠ'),(16176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/uO8uNmxaq87-DdPmkEg5Gg.ttf','f|'),(16177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/uO8uNmxaq87-DdPmkEg5Gg.ttf','('),(16178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/asul/v7/uO8uNmxaq87-DdPmkEg5Gg.ttf','I'),(16179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/Ge5skdKwzxRPajVLdOJuIg.ttf','}ʠ'),(16180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/Ge5skdKwzxRPajVLdOJuIg.ttf','![G'),(16181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/Ge5skdKwzxRPajVLdOJuIg.ttf','('),(16182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/Ge5skdKwzxRPajVLdOJuIg.ttf','M&'),(16183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/OoT7lj4AaSp1JpGJLKn3CA.ttf','}ʠ'),(16184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/OoT7lj4AaSp1JpGJLKn3CA.ttf','D]'),(16185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/OoT7lj4AaSp1JpGJLKn3CA.ttf','('),(16186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/OoT7lj4AaSp1JpGJLKn3CA.ttf','pF\r'),(16187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/e7eiIKP18Iz9Kg1xat6AYw.ttf','}ʠ'),(16188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/e7eiIKP18Iz9Kg1xat6AYw.ttf','fm+'),(16189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/e7eiIKP18Iz9Kg1xat6AYw.ttf','('),(16190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/e7eiIKP18Iz9Kg1xat6AYw.ttf','\0'),(16191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/W3pP-ANXfsMOVOG-cqqMFw.ttf','}ʠ'),(16192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/W3pP-ANXfsMOVOG-cqqMFw.ttf','N^'),(16193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/W3pP-ANXfsMOVOG-cqqMFw.ttf','('),(16194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/W3pP-ANXfsMOVOG-cqqMFw.ttf','bb'),(16195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/kYx3dtUYNEuUlzWczYzsmQ.ttf','}ʠ'),(16196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/kYx3dtUYNEuUlzWczYzsmQ.ttf','u'),(16197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/kYx3dtUYNEuUlzWczYzsmQ.ttf','('),(16198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/kYx3dtUYNEuUlzWczYzsmQ.ttf','5'),(16199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/tyXFOxQyZGXfqHhtqSikdw.ttf','}ʠ'),(16200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/tyXFOxQyZGXfqHhtqSikdw.ttf',' \Z'),(16201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/tyXFOxQyZGXfqHhtqSikdw.ttf','('),(16202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/athiti/v2/tyXFOxQyZGXfqHhtqSikdw.ttf','m'),(16203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/noxn2r6cT3JgmEDt6Ip5pQ.ttf','}ʠ'),(16204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/noxn2r6cT3JgmEDt6Ip5pQ.ttf','X'),(16205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/noxn2r6cT3JgmEDt6Ip5pQ.ttf','('),(16206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/noxn2r6cT3JgmEDt6Ip5pQ.ttf','du'),(16207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/dkXPrLoE_uqcgUFj4JdfRQ.ttf','}ʠ'),(16208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/dkXPrLoE_uqcgUFj4JdfRQ.ttf',';'),(16209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/dkXPrLoE_uqcgUFj4JdfRQ.ttf','('),(16210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/dkXPrLoE_uqcgUFj4JdfRQ.ttf',''),(16211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/Htksg3ZXeAEbSvUdTQX-uw.ttf','}ʠ'),(16212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/Htksg3ZXeAEbSvUdTQX-uw.ttf','('),(16213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/Htksg3ZXeAEbSvUdTQX-uw.ttf','('),(16214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/Htksg3ZXeAEbSvUdTQX-uw.ttf','IE'),(16215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/EGUwD65ZZn9IIHp5Y36b4A.ttf','}ʠ'),(16216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/EGUwD65ZZn9IIHp5Y36b4A.ttf','N'),(16217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/EGUwD65ZZn9IIHp5Y36b4A.ttf','('),(16218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/EGUwD65ZZn9IIHp5Y36b4A.ttf','O'),(16219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/-fkXl3wADUHjobbwO9d-Wg.ttf','}ʠ'),(16220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/-fkXl3wADUHjobbwO9d-Wg.ttf','ЄJ'),(16221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/-fkXl3wADUHjobbwO9d-Wg.ttf','('),(16222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atma/v3/-fkXl3wADUHjobbwO9d-Wg.ttf','֏'),(16223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atomicage/v9/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atomicage/v9/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf','Mn'),(16225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atomicage/v9/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf','('),(16226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/atomicage/v9/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf','E'),(16227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aubrey/v10/zo9w8klO8bmOQIMajQ2aTA.ttf','}ʠ'),(16228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aubrey/v10/zo9w8klO8bmOQIMajQ2aTA.ttf','?D'),(16229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aubrey/v10/zo9w8klO8bmOQIMajQ2aTA.ttf','('),(16230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/aubrey/v10/zo9w8klO8bmOQIMajQ2aTA.ttf','i'),(16231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/audiowide/v6/yGcwRZB6VmoYhPUYT-mEow.ttf','}ʠ'),(16232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/audiowide/v6/yGcwRZB6VmoYhPUYT-mEow.ttf','*'),(16233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/audiowide/v6/yGcwRZB6VmoYhPUYT-mEow.ttf','('),(16234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/audiowide/v6/yGcwRZB6VmoYhPUYT-mEow.ttf','P!'),(16235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/autourone/v7/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/autourone/v7/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf',''),(16237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/autourone/v7/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf','('),(16238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/autourone/v7/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf','l'),(16239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/average/v6/aHUibBqdDbVYl5FM48pxyQ.ttf','}ʠ'),(16240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/average/v6/aHUibBqdDbVYl5FM48pxyQ.ttf','(9̂'),(16241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/average/v6/aHUibBqdDbVYl5FM48pxyQ.ttf','('),(16242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/average/v6/aHUibBqdDbVYl5FM48pxyQ.ttf','w'),(16243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averagesans/v6/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averagesans/v6/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf','{'),(16245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averagesans/v6/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf','('),(16246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averagesans/v6/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf','pi'),(16247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiagruesalibre/v6/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf','}ʠ'),(16248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiagruesalibre/v6/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf','o'),(16249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiagruesalibre/v6/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf','('),(16250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiagruesalibre/v6/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf','\\'),(16251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(16252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf','|Dm'),(16253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf','('),(16254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf','8n'),(16255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf','}ʠ'),(16256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf','pj'),(16257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf','('),(16258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf','ɟ6'),(16259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf','1'),(16261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf','('),(16262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf','g'),(16263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf','}ʠ'),(16264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf','餵P'),(16265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf','('),(16266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf',''),(16267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(16268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf','GͶ'),(16269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf','('),(16270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf','+1'),(16271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf','}ʠ'),(16272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf','J'),(16273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf','('),(16274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averialibre/v6/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf','ZG'),(16275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf','}ʠ'),(16276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf','y2'),(16277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf','('),(16278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf','2[O'),(16279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf','}ʠ'),(16280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf',''),(16281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf','('),(16282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf',''),(16283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf','}ʠ'),(16284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf','/'),(16285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf','('),(16286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf',''),(16287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf','}ʠ'),(16288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf','_]'),(16289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf','('),(16290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf','V*>'),(16291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf','}ʠ'),(16292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf','e;'),(16293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf','('),(16294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf','Z('),(16295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf','}ʠ'),(16296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf',''),(16297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf','('),(16298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiasanslibre/v6/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf','Fg'),(16299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf','}ʠ'),(16300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf','\Z'),(16301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf','('),(16302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf','_'),(16303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf','}ʠ'),(16304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf','8V'),(16305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf','('),(16306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf','N'),(16307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf','}ʠ'),(16308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf','v42'),(16309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf','('),(16310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf','ɩFN'),(16311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf','}ʠ'),(16312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf','J'),(16313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf','('),(16314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf','-'),(16315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf','}ʠ'),(16316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf','\';'),(16317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf','('),(16318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf','?'),(16319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf','}ʠ'),(16320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf','@'),(16321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf','('),(16322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/averiaseriflibre/v7/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf','T'),(16323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/badscript/v6/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/badscript/v6/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf','O'),(16325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/badscript/v6/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf','('),(16326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/badscript/v6/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf','ÿ'),(16327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bahiana/v2/uUnBWf2QkuMyfXPof7lcwQ.ttf','}ʠ'),(16328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bahiana/v2/uUnBWf2QkuMyfXPof7lcwQ.ttf',';>'),(16329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bahiana/v2/uUnBWf2QkuMyfXPof7lcwQ.ttf','('),(16330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bahiana/v2/uUnBWf2QkuMyfXPof7lcwQ.ttf','qk('),(16331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloo/v3/uFkbq9GEAWUcT0XNeptJ1Q.ttf','}ʠ'),(16332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloo/v3/uFkbq9GEAWUcT0XNeptJ1Q.ttf','Vְ'),(16333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloo/v3/uFkbq9GEAWUcT0XNeptJ1Q.ttf','('),(16334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloo/v3/uFkbq9GEAWUcT0XNeptJ1Q.ttf','\Z\n'),(16335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhai/v3/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhai/v3/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf','.'),(16337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhai/v3/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf','('),(16338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhai/v3/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf',',}L'),(16339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaijaan/v2/WADJjVg5Kkv7JQ_7Ty9eDj083UVTX9pxrhfn5xHQ3fY.ttf','}ʠ'),(16340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaijaan/v2/WADJjVg5Kkv7JQ_7Ty9eDj083UVTX9pxrhfn5xHQ3fY.ttf','8'),(16341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaijaan/v2/WADJjVg5Kkv7JQ_7Ty9eDj083UVTX9pxrhfn5xHQ3fY.ttf','('),(16342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaijaan/v2/WADJjVg5Kkv7JQ_7Ty9eDj083UVTX9pxrhfn5xHQ3fY.ttf','2s,'),(16343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaina/v3/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaina/v3/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf','h'),(16345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaina/v3/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf','('),(16346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloobhaina/v3/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf','7'),(16347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloochettan/v3/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf','}ʠ'),(16348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloochettan/v3/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf','\n'),(16349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloochettan/v3/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf','('),(16350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloochettan/v3/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf','sL'),(16351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balooda/v3/RAJ0l2eJl_HDURCVxRE1iQ.ttf','}ʠ'),(16352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balooda/v3/RAJ0l2eJl_HDURCVxRE1iQ.ttf','ʸ'),(16353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balooda/v3/RAJ0l2eJl_HDURCVxRE1iQ.ttf','('),(16354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balooda/v3/RAJ0l2eJl_HDURCVxRE1iQ.ttf','d'),(16355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloopaaji/v3/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloopaaji/v3/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf','_'),(16357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloopaaji/v3/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf','('),(16358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloopaaji/v3/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf',''),(16359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootamma/v3/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootamma/v3/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf','P4'),(16361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootamma/v3/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf','('),(16362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootamma/v3/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf','#\Z'),(16363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootammudu/v3/_VlYJH4sGzgC_fTDQEKfT6ESp5dI1YWe8pDCvQ6RhbI.ttf','}ʠ'),(16364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootammudu/v3/_VlYJH4sGzgC_fTDQEKfT6ESp5dI1YWe8pDCvQ6RhbI.ttf',']W'),(16365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootammudu/v3/_VlYJH4sGzgC_fTDQEKfT6ESp5dI1YWe8pDCvQ6RhbI.ttf','('),(16366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balootammudu/v3/_VlYJH4sGzgC_fTDQEKfT6ESp5dI1YWe8pDCvQ6RhbI.ttf','\Z'),(16367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloothambi/v3/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloothambi/v3/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf','>'),(16369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloothambi/v3/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf','('),(16370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baloothambi/v3/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf','2'),(16371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balthazar/v6/WgbaSIs6dJAGXJ0qbz2xlw.ttf','}ʠ'),(16372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balthazar/v6/WgbaSIs6dJAGXJ0qbz2xlw.ttf','ƍt'),(16373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balthazar/v6/WgbaSIs6dJAGXJ0qbz2xlw.ttf','('),(16374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/balthazar/v6/WgbaSIs6dJAGXJ0qbz2xlw.ttf',''),(16375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bangers/v10/WAffdge5w99Xif-DLeqmcA.ttf','}ʠ'),(16376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bangers/v10/WAffdge5w99Xif-DLeqmcA.ttf','\r7 '),(16377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bangers/v10/WAffdge5w99Xif-DLeqmcA.ttf','('),(16378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bangers/v10/WAffdge5w99Xif-DLeqmcA.ttf','No'),(16379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/9O0WhafcanqiKfBdztitxA.ttf','}ʠ'),(16380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/9O0WhafcanqiKfBdztitxA.ttf','_'),(16381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/9O0WhafcanqiKfBdztitxA.ttf','('),(16382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/9O0WhafcanqiKfBdztitxA.ttf','By'),(16383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/tXYBxxWUjBbMU8bIWAkGcfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/tXYBxxWUjBbMU8bIWAkGcfesZW2xOQ-xsNqO47m55DA.ttf','Wl'),(16385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/tXYBxxWUjBbMU8bIWAkGcfesZW2xOQ-xsNqO47m55DA.ttf','('),(16386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/tXYBxxWUjBbMU8bIWAkGcfesZW2xOQ-xsNqO47m55DA.ttf','['),(16387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/l1EMxRbbut4FmA64_fASVw.ttf','}ʠ'),(16388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/l1EMxRbbut4FmA64_fASVw.ttf','c\'V'),(16389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/l1EMxRbbut4FmA64_fASVw.ttf','('),(16390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/l1EMxRbbut4FmA64_fASVw.ttf','XW['),(16391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/15_0_LtzeeDuv9LDcMf2OaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/15_0_LtzeeDuv9LDcMf2OaCWcynf_cDxXwCLxiixG1c.ttf','/^'),(16393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/15_0_LtzeeDuv9LDcMf2OaCWcynf_cDxXwCLxiixG1c.ttf','('),(16394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/15_0_LtzeeDuv9LDcMf2OaCWcynf_cDxXwCLxiixG1c.ttf',' s'),(16395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YFlmjT41oVykTmuBmMQz3Q.ttf','}ʠ'),(16396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YFlmjT41oVykTmuBmMQz3Q.ttf',';'),(16397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YFlmjT41oVykTmuBmMQz3Q.ttf','('),(16398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YFlmjT41oVykTmuBmMQz3Q.ttf','j'),(16399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/8n2LTA3MxyD2QLRiRxwiwKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/8n2LTA3MxyD2QLRiRxwiwKCWcynf_cDxXwCLxiixG1c.ttf',''),(16401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/8n2LTA3MxyD2QLRiRxwiwKCWcynf_cDxXwCLxiixG1c.ttf','('),(16402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/8n2LTA3MxyD2QLRiRxwiwKCWcynf_cDxXwCLxiixG1c.ttf',''),(16403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/dPu9raNxg3UgZRNKkE5pjg.ttf','}ʠ'),(16404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/dPu9raNxg3UgZRNKkE5pjg.ttf',''),(16405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/dPu9raNxg3UgZRNKkE5pjg.ttf','('),(16406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/dPu9raNxg3UgZRNKkE5pjg.ttf','u\Z'),(16407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Z000UW3dDDpGHIVpwAC5hQ.ttf','}ʠ'),(16408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Z000UW3dDDpGHIVpwAC5hQ.ttf','mGq'),(16409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Z000UW3dDDpGHIVpwAC5hQ.ttf','('),(16410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Z000UW3dDDpGHIVpwAC5hQ.ttf','\Z<'),(16411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/3eZdOWsyL0ZbKOoPVGSyCA.ttf','}ʠ'),(16412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/3eZdOWsyL0ZbKOoPVGSyCA.ttf','՞8'),(16413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/3eZdOWsyL0ZbKOoPVGSyCA.ttf','('),(16414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/3eZdOWsyL0ZbKOoPVGSyCA.ttf','\'F\Z'),(16415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2XP72T5xWjiARLFpwJomQ6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2XP72T5xWjiARLFpwJomQ6CWcynf_cDxXwCLxiixG1c.ttf','8%'),(16417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2XP72T5xWjiARLFpwJomQ6CWcynf_cDxXwCLxiixG1c.ttf','('),(16418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2XP72T5xWjiARLFpwJomQ6CWcynf_cDxXwCLxiixG1c.ttf','s;L'),(16419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2ULufj694XWdsmrS7v37Rg.ttf','}ʠ'),(16420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2ULufj694XWdsmrS7v37Rg.ttf','?'),(16421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2ULufj694XWdsmrS7v37Rg.ttf','('),(16422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/2ULufj694XWdsmrS7v37Rg.ttf','P'),(16423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/XDHKE60VlRHH_nj6stvzz6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/XDHKE60VlRHH_nj6stvzz6CWcynf_cDxXwCLxiixG1c.ttf','n'),(16425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/XDHKE60VlRHH_nj6stvzz6CWcynf_cDxXwCLxiixG1c.ttf','('),(16426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/XDHKE60VlRHH_nj6stvzz6CWcynf_cDxXwCLxiixG1c.ttf','[,'),(16427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/mkL56a4l3q6ewq7uDjDmOw.ttf','}ʠ'),(16428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/mkL56a4l3q6ewq7uDjDmOw.ttf','O#c'),(16429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/mkL56a4l3q6ewq7uDjDmOw.ttf','('),(16430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/mkL56a4l3q6ewq7uDjDmOw.ttf','1 '),(16431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/eE-VTZP95TH6Aaj_rX03_aCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/eE-VTZP95TH6Aaj_rX03_aCWcynf_cDxXwCLxiixG1c.ttf','C2~'),(16433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/eE-VTZP95TH6Aaj_rX03_aCWcynf_cDxXwCLxiixG1c.ttf','('),(16434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/eE-VTZP95TH6Aaj_rX03_aCWcynf_cDxXwCLxiixG1c.ttf','D'),(16435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/uQa6Tv_gttLR9CL67rarUA.ttf','}ʠ'),(16436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/uQa6Tv_gttLR9CL67rarUA.ttf','xo'),(16437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/uQa6Tv_gttLR9CL67rarUA.ttf','('),(16438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/uQa6Tv_gttLR9CL67rarUA.ttf','^'),(16439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YJSc9JubqU-mmzmYZ6LXxaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YJSc9JubqU-mmzmYZ6LXxaCWcynf_cDxXwCLxiixG1c.ttf',''),(16441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YJSc9JubqU-mmzmYZ6LXxaCWcynf_cDxXwCLxiixG1c.ttf','('),(16442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/YJSc9JubqU-mmzmYZ6LXxaCWcynf_cDxXwCLxiixG1c.ttf','r'),(16443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Oovk9BImy0cilVTwVOV1Kw.ttf','}ʠ'),(16444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Oovk9BImy0cilVTwVOV1Kw.ttf','w'),(16445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Oovk9BImy0cilVTwVOV1Kw.ttf','('),(16446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/Oovk9BImy0cilVTwVOV1Kw.ttf','7f'),(16447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/FMpklDgQ58YgAbK_vZH4F6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/FMpklDgQ58YgAbK_vZH4F6CWcynf_cDxXwCLxiixG1c.ttf','@?\\'),(16449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/FMpklDgQ58YgAbK_vZH4F6CWcynf_cDxXwCLxiixG1c.ttf','('),(16450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlow/v1/FMpklDgQ58YgAbK_vZH4F6CWcynf_cDxXwCLxiixG1c.ttf','դ:'),(16451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosEwDK0pjiyki0ZtIMDlyFhAE.ttf','}ʠ'),(16452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosEwDK0pjiyki0ZtIMDlyFhAE.ttf','~'),(16453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosEwDK0pjiyki0ZtIMDlyFhAE.ttf','('),(16454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosEwDK0pjiyki0ZtIMDlyFhAE.ttf','M'),(16455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/ZKexgmMD5LIQJOU_ocZR1FiQWBt2n3LSp2gALtWANl4.ttf','}ʠ'),(16456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/ZKexgmMD5LIQJOU_ocZR1FiQWBt2n3LSp2gALtWANl4.ttf','ā'),(16457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/ZKexgmMD5LIQJOU_ocZR1FiQWBt2n3LSp2gALtWANl4.ttf','('),(16458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/ZKexgmMD5LIQJOU_ocZR1FiQWBt2n3LSp2gALtWANl4.ttf','z7'),(16459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8M80WYZVClixFP0tRprz_cU.ttf','}ʠ'),(16460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8M80WYZVClixFP0tRprz_cU.ttf','(@'),(16461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8M80WYZVClixFP0tRprz_cU.ttf','('),(16462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8M80WYZVClixFP0tRprz_cU.ttf',''),(16463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MiMOdH8AXXwoQa43xlTAEo0.ttf','}ʠ'),(16464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MiMOdH8AXXwoQa43xlTAEo0.ttf',' j'),(16465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MiMOdH8AXXwoQa43xlTAEo0.ttf','('),(16466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MiMOdH8AXXwoQa43xlTAEo0.ttf',','),(16467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8JRhFVcex_hajThhFkHyhYk.ttf','}ʠ'),(16468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8JRhFVcex_hajThhFkHyhYk.ttf','y&'),(16469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8JRhFVcex_hajThhFkHyhYk.ttf','('),(16470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8JRhFVcex_hajThhFkHyhYk.ttf','_'),(16471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MvYa9bgCHecWXGgisnodcS0.ttf','}ʠ'),(16472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MvYa9bgCHecWXGgisnodcS0.ttf','L'),(16473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MvYa9bgCHecWXGgisnodcS0.ttf','('),(16474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MvYa9bgCHecWXGgisnodcS0.ttf','d'),(16475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/cKj4a3uS3MxclVhpADml2aDbm6fPDOZJsR8PmdG62gY.ttf','}ʠ'),(16476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/cKj4a3uS3MxclVhpADml2aDbm6fPDOZJsR8PmdG62gY.ttf','V'),(16477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/cKj4a3uS3MxclVhpADml2aDbm6fPDOZJsR8PmdG62gY.ttf','('),(16478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/cKj4a3uS3MxclVhpADml2aDbm6fPDOZJsR8PmdG62gY.ttf',''),(16479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosE4_eiqgTfYGaH0bJiUDZ5GA.ttf','}ʠ'),(16480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosE4_eiqgTfYGaH0bJiUDZ5GA.ttf','JɄ\n'),(16481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosE4_eiqgTfYGaH0bJiUDZ5GA.ttf','('),(16482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/AFyvjQed-FUXvXfnhoosE4_eiqgTfYGaH0bJiUDZ5GA.ttf','\'/e'),(16483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8DWZMn-LogRcGVRw8BqdnEM.ttf','}ʠ'),(16484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8DWZMn-LogRcGVRw8BqdnEM.ttf','[|V'),(16485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8DWZMn-LogRcGVRw8BqdnEM.ttf','('),(16486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8DWZMn-LogRcGVRw8BqdnEM.ttf','f\''),(16487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MudtKTGC_VJqVv-WghpQ580.ttf','}ʠ'),(16488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MudtKTGC_VJqVv-WghpQ580.ttf','ff'),(16489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MudtKTGC_VJqVv-WghpQ580.ttf','('),(16490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MudtKTGC_VJqVv-WghpQ580.ttf',''),(16491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8Fv5RyFROg7CMzQvEvCxyfU.ttf','}ʠ'),(16492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8Fv5RyFROg7CMzQvEvCxyfU.ttf','M'),(16493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8Fv5RyFROg7CMzQvEvCxyfU.ttf','('),(16494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8Fv5RyFROg7CMzQvEvCxyfU.ttf','67'),(16495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MksaNbX0lr1uX8RTYUQhE44.ttf','}ʠ'),(16496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MksaNbX0lr1uX8RTYUQhE44.ttf',' '),(16497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MksaNbX0lr1uX8RTYUQhE44.ttf','('),(16498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2MksaNbX0lr1uX8RTYUQhE44.ttf','o\"'),(16499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8POYkGiSOYDq_T7HbIOV1hA.ttf','}ʠ'),(16500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8POYkGiSOYDq_T7HbIOV1hA.ttf','\Zze'),(16501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8POYkGiSOYDq_T7HbIOV1hA.ttf','('),(16502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8POYkGiSOYDq_T7HbIOV1hA.ttf','߿'),(16503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mk2zk2RGRC3SlyyLLQfjS_8.ttf','}ʠ'),(16504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mk2zk2RGRC3SlyyLLQfjS_8.ttf','b'),(16505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mk2zk2RGRC3SlyyLLQfjS_8.ttf','('),(16506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mk2zk2RGRC3SlyyLLQfjS_8.ttf','٧'),(16507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8HDoA4zfGsyk3UWso-nouYs.ttf','}ʠ'),(16508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8HDoA4zfGsyk3UWso-nouYs.ttf','(&'),(16509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8HDoA4zfGsyk3UWso-nouYs.ttf','('),(16510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8HDoA4zfGsyk3UWso-nouYs.ttf','}1'),(16511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mv2q6Jty9H2CMBXBNhwD1Uo.ttf','}ʠ'),(16512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mv2q6Jty9H2CMBXBNhwD1Uo.ttf','I'),(16513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mv2q6Jty9H2CMBXBNhwD1Uo.ttf','('),(16514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mv2q6Jty9H2CMBXBNhwD1Uo.ttf','+I'),(16515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8NdhSi1HG6fjGakmSnjUCro.ttf','}ʠ'),(16516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8NdhSi1HG6fjGakmSnjUCro.ttf','>$o'),(16517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8NdhSi1HG6fjGakmSnjUCro.ttf','('),(16518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/OrFbL_C7uluSl6tRywbI8NdhSi1HG6fjGakmSnjUCro.ttf','Q'),(16519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mrr788H6pTIKOrjeo7zBYN0.ttf','}ʠ'),(16520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mrr788H6pTIKOrjeo7zBYN0.ttf','nP'),(16521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mrr788H6pTIKOrjeo7zBYN0.ttf','('),(16522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowcondensed/v1/52CJF6vdk9OPHVYGv6-2Mrr788H6pTIKOrjeo7zBYN0.ttf','.\n'),(16523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlSi7tdGxScTr3oVgcrTUqWw.ttf','}ʠ'),(16524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlSi7tdGxScTr3oVgcrTUqWw.ttf','|pu'),(16525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlSi7tdGxScTr3oVgcrTUqWw.ttf','('),(16526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlSi7tdGxScTr3oVgcrTUqWw.ttf','+'),(16527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/pyyssUoTx0daao5w56i4a-E335Vk6sjWzkNuUz0lAbo.ttf','}ʠ'),(16528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/pyyssUoTx0daao5w56i4a-E335Vk6sjWzkNuUz0lAbo.ttf','0w'),(16529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/pyyssUoTx0daao5w56i4a-E335Vk6sjWzkNuUz0lAbo.ttf','('),(16530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/pyyssUoTx0daao5w56i4a-E335Vk6sjWzkNuUz0lAbo.ttf',''),(16531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf61IHoFZjDq9yl49NJ3Y0wY.ttf','}ʠ'),(16532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf61IHoFZjDq9yl49NJ3Y0wY.ttf','r'),(16533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf61IHoFZjDq9yl49NJ3Y0wY.ttf','('),(16534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf61IHoFZjDq9yl49NJ3Y0wY.ttf','J7'),(16535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vwr2LTAl1O9_KiBEl2DS81X3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(16536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vwr2LTAl1O9_KiBEl2DS81X3rGVtsTkPsbDajuO5ueQw.ttf','8'),(16537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vwr2LTAl1O9_KiBEl2DS81X3rGVtsTkPsbDajuO5ueQw.ttf','('),(16538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vwr2LTAl1O9_KiBEl2DS81X3rGVtsTkPsbDajuO5ueQw.ttf','.'),(16539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf-ZroXgFx_lT3TTeDaAqrWE.ttf','}ʠ'),(16540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf-ZroXgFx_lT3TTeDaAqrWE.ttf',''),(16541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf-ZroXgFx_lT3TTeDaAqrWE.ttf','('),(16542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf-ZroXgFx_lT3TTeDaAqrWE.ttf','wv'),(16543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v9KMN5zR3ng78udgOMwfvpv3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(16544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v9KMN5zR3ng78udgOMwfvpv3rGVtsTkPsbDajuO5ueQw.ttf','t-R'),(16545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v9KMN5zR3ng78udgOMwfvpv3rGVtsTkPsbDajuO5ueQw.ttf','('),(16546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v9KMN5zR3ng78udgOMwfvpv3rGVtsTkPsbDajuO5ueQw.ttf','Mz'),(16547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/Ok4yyskPwFvZPrXlQ7v904elbRYnLTTQA1Z5cVLnsI4.ttf','}ʠ'),(16548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/Ok4yyskPwFvZPrXlQ7v904elbRYnLTTQA1Z5cVLnsI4.ttf',')Ip'),(16549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/Ok4yyskPwFvZPrXlQ7v904elbRYnLTTQA1Z5cVLnsI4.ttf','('),(16550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/Ok4yyskPwFvZPrXlQ7v904elbRYnLTTQA1Z5cVLnsI4.ttf','A'),(16551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlcTWmv1-FP1M08DaFQEguYo.ttf','}ʠ'),(16552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlcTWmv1-FP1M08DaFQEguYo.ttf',''),(16553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlcTWmv1-FP1M08DaFQEguYo.ttf','('),(16554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/rObwC0zkSDuhDJaXoDJAlcTWmv1-FP1M08DaFQEguYo.ttf','jl'),(16555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf64Ixr3FMLIaz6yY1ILODIU.ttf','}ʠ'),(16556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf64Ixr3FMLIaz6yY1ILODIU.ttf','kcH'),(16557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf64Ixr3FMLIaz6yY1ILODIU.ttf','('),(16558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf64Ixr3FMLIaz6yY1ILODIU.ttf','osu('),(16559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vyvpbTtv0ILUeJ-woPAd8cz3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(16560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vyvpbTtv0ILUeJ-woPAd8cz3rGVtsTkPsbDajuO5ueQw.ttf','p'),(16561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vyvpbTtv0ILUeJ-woPAd8cz3rGVtsTkPsbDajuO5ueQw.ttf','('),(16562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47vyvpbTtv0ILUeJ-woPAd8cz3rGVtsTkPsbDajuO5ueQw.ttf','6'),(16563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf8MHImBNo4aGUuMCjGiDijI.ttf','}ʠ'),(16564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf8MHImBNo4aGUuMCjGiDijI.ttf','؍'),(16565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf8MHImBNo4aGUuMCjGiDijI.ttf','('),(16566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf8MHImBNo4aGUuMCjGiDijI.ttf','Z'),(16567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v_YJe2rVoePIdB0uBCD9kLn3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(16568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v_YJe2rVoePIdB0uBCD9kLn3rGVtsTkPsbDajuO5ueQw.ttf','~'),(16569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v_YJe2rVoePIdB0uBCD9kLn3rGVtsTkPsbDajuO5ueQw.ttf','('),(16570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v_YJe2rVoePIdB0uBCD9kLn3rGVtsTkPsbDajuO5ueQw.ttf','='),(16571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf7GMx7y0UuyPIsLqSMg46Ks.ttf','}ʠ'),(16572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf7GMx7y0UuyPIsLqSMg46Ks.ttf','CE'),(16573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf7GMx7y0UuyPIsLqSMg46Ks.ttf','('),(16574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf7GMx7y0UuyPIsLqSMg46Ks.ttf','N3v'),(16575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v162eJZA4hMkRIrbC5WxTlT3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(16576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v162eJZA4hMkRIrbC5WxTlT3rGVtsTkPsbDajuO5ueQw.ttf','jv'),(16577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v162eJZA4hMkRIrbC5WxTlT3rGVtsTkPsbDajuO5ueQw.ttf','('),(16578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v162eJZA4hMkRIrbC5WxTlT3rGVtsTkPsbDajuO5ueQw.ttf',';'),(16579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf_3VPWKD9LjLpSGgTAgUUIc.ttf','}ʠ'),(16580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf_3VPWKD9LjLpSGgTAgUUIc.ttf','JD'),(16581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf_3VPWKD9LjLpSGgTAgUUIc.ttf','('),(16582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf_3VPWKD9LjLpSGgTAgUUIc.ttf','>'),(16583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v5kqvImmTqPjGZzPB2zEZMT3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(16584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v5kqvImmTqPjGZzPB2zEZMT3rGVtsTkPsbDajuO5ueQw.ttf','H'),(16585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v5kqvImmTqPjGZzPB2zEZMT3rGVtsTkPsbDajuO5ueQw.ttf','('),(16586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v5kqvImmTqPjGZzPB2zEZMT3rGVtsTkPsbDajuO5ueQw.ttf','[S'),(16587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf73y6LE9HhLx9tlnlwi3OAw.ttf','}ʠ'),(16588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf73y6LE9HhLx9tlnlwi3OAw.ttf',''),(16589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf73y6LE9HhLx9tlnlwi3OAw.ttf','('),(16590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/ZyxfuHr9OuBXRZHPDKRFf73y6LE9HhLx9tlnlwi3OAw.ttf','N'),(16591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v8lxq5ZLEX8n7hBiU2onrKP3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(16592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v8lxq5ZLEX8n7hBiU2onrKP3rGVtsTkPsbDajuO5ueQw.ttf','_ }'),(16593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v8lxq5ZLEX8n7hBiU2onrKP3rGVtsTkPsbDajuO5ueQw.ttf','('),(16594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barlowsemicondensed/v1/6QUBKs5dwYC2YezSXw47v8lxq5ZLEX8n7hBiU2onrKP3rGVtsTkPsbDajuO5ueQw.ttf','V9'),(16595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barrio/v2/kzvMfZB0agZKzXC5yyRwWA.ttf','}ʠ'),(16596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barrio/v2/kzvMfZB0agZKzXC5yyRwWA.ttf','I'),(16597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barrio/v2/kzvMfZB0agZKzXC5yyRwWA.ttf','('),(16598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/barrio/v2/kzvMfZB0agZKzXC5yyRwWA.ttf','7%'),(16599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/basic/v7/hNII2mS5Dxw5C0u_m3mXgA.ttf','}ʠ'),(16600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/basic/v7/hNII2mS5Dxw5C0u_m3mXgA.ttf','K6'),(16601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/basic/v7/hNII2mS5Dxw5C0u_m3mXgA.ttf','('),(16602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/basic/v7/hNII2mS5Dxw5C0u_m3mXgA.ttf','1'),(16603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf','>p~'),(16605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf','('),(16606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf','X;'),(16607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(16608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf','D'),(16609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf','('),(16610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/battambang/v11/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf','}k'),(16611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baumans/v7/o0bFdPW1H5kd5saqqOcoVg.ttf','}ʠ'),(16612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baumans/v7/o0bFdPW1H5kd5saqqOcoVg.ttf',''),(16613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baumans/v7/o0bFdPW1H5kd5saqqOcoVg.ttf','('),(16614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/baumans/v7/o0bFdPW1H5kd5saqqOcoVg.ttf','ee'),(16615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bayon/v10/yTubusjTnpNRZwA4_50iVw.ttf','}ʠ'),(16616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bayon/v10/yTubusjTnpNRZwA4_50iVw.ttf','i'),(16617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bayon/v10/yTubusjTnpNRZwA4_50iVw.ttf','('),(16618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bayon/v10/yTubusjTnpNRZwA4_50iVw.ttf','t%'),(16619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belgrano/v8/iq8DUa2s7g6WRCeMiFrmtQ.ttf','}ʠ'),(16620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belgrano/v8/iq8DUa2s7g6WRCeMiFrmtQ.ttf',':R'),(16621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belgrano/v8/iq8DUa2s7g6WRCeMiFrmtQ.ttf','('),(16622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belgrano/v8/iq8DUa2s7g6WRCeMiFrmtQ.ttf','`C'),(16623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bellefair/v3/V_AInB3Ikm6UgW6_YKlk2g.ttf','}ʠ'),(16624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bellefair/v3/V_AInB3Ikm6UgW6_YKlk2g.ttf','y'),(16625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bellefair/v3/V_AInB3Ikm6UgW6_YKlk2g.ttf','('),(16626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bellefair/v3/V_AInB3Ikm6UgW6_YKlk2g.ttf','\"'),(16627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belleza/v6/wchA3BWJlVqvIcSeNZyXew.ttf','}ʠ'),(16628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belleza/v6/wchA3BWJlVqvIcSeNZyXew.ttf','w'),(16629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belleza/v6/wchA3BWJlVqvIcSeNZyXew.ttf','('),(16630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/belleza/v6/wchA3BWJlVqvIcSeNZyXew.ttf',''),(16631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf',':'),(16633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf','('),(16634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf','Ga'),(16635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/h3OAlYqU3aOeNkuXgH2Q2w.ttf','}ʠ'),(16636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/h3OAlYqU3aOeNkuXgH2Q2w.ttf','nB:'),(16637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/h3OAlYqU3aOeNkuXgH2Q2w.ttf','('),(16638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/h3OAlYqU3aOeNkuXgH2Q2w.ttf','U\n'),(16639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf',''),(16641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf','('),(16642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/benchnine/v6/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf','{lZ'),(16643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bentham/v8/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf','}ʠ'),(16644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bentham/v8/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf','+'),(16645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bentham/v8/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf','('),(16646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bentham/v8/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf',''),(16647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/berkshireswash/v6/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf','}ʠ'),(16648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/berkshireswash/v6/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf','f'),(16649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/berkshireswash/v6/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf','('),(16650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/berkshireswash/v6/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf','w0_'),(16651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bevan/v9/Rtg3zDsCeQiaJ_Qno22OJA.ttf','}ʠ'),(16652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bevan/v9/Rtg3zDsCeQiaJ_Qno22OJA.ttf','my'),(16653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bevan/v9/Rtg3zDsCeQiaJ_Qno22OJA.ttf','('),(16654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bevan/v9/Rtg3zDsCeQiaJ_Qno22OJA.ttf','~.'),(16655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigelowrules/v6/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf','}ʠ'),(16656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigelowrules/v6/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf','rf'),(16657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigelowrules/v6/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf','('),(16658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigelowrules/v6/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf','\'ⰸ'),(16659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigshotone/v8/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigshotone/v8/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf','1c'),(16661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigshotone/v8/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf','('),(16662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bigshotone/v8/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf','{'),(16663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilbo/v7/-ty-lPs5H7OIucWbnpFrkA.ttf','}ʠ'),(16664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilbo/v7/-ty-lPs5H7OIucWbnpFrkA.ttf','M:D'),(16665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilbo/v7/-ty-lPs5H7OIucWbnpFrkA.ttf','('),(16666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilbo/v7/-ty-lPs5H7OIucWbnpFrkA.ttf','.&'),(16667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilboswashcaps/v9/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf','}ʠ'),(16668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilboswashcaps/v9/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf','s匇'),(16669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilboswashcaps/v9/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf','('),(16670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bilboswashcaps/v9/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf','`XNW'),(16671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf','𨺆'),(16673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf','('),(16674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf','CN'),(16675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf',''),(16677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf','('),(16678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf','@L'),(16679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/n6v5UkVPy_CjbP3fvsu1CA.ttf','}ʠ'),(16680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/n6v5UkVPy_CjbP3fvsu1CA.ttf','3'),(16681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/n6v5UkVPy_CjbP3fvsu1CA.ttf','('),(16682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/n6v5UkVPy_CjbP3fvsu1CA.ttf','L0o\"'),(16683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf','\r\'F'),(16685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf','('),(16686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf','d'),(16687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf',''),(16689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf','('),(16690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhyme/v2/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf','s'),(16691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf','}ʠ'),(16692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf',' ժ$'),(16693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf','('),(16694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf','C '),(16695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf','}ʠ'),(16696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf','i'),(16697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf','('),(16698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf','n]'),(16699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf','}ʠ'),(16700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf','I'),(16701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf','('),(16702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf','pL2'),(16703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf','}ʠ'),(16704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf','-\\I'),(16705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf','('),(16706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf','_2EV'),(16707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf','}ʠ'),(16708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf','C1'),(16709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf','('),(16710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biorhymeexpanded/v3/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf','45'),(16711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf','|EA'),(16713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf','('),(16714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf','H=\r'),(16715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf',''),(16717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf','('),(16718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf','l'),(16719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/W7bfR8-IY76Xz0QoB8L2xw.ttf','}ʠ'),(16720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/W7bfR8-IY76Xz0QoB8L2xw.ttf',''),(16721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/W7bfR8-IY76Xz0QoB8L2xw.ttf','('),(16722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/W7bfR8-IY76Xz0QoB8L2xw.ttf',']o'),(16723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf','zq'),(16725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf','('),(16726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf',','),(16727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf','x~C'),(16729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf','('),(16730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf','S?'),(16731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf','#Y'),(16733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf','('),(16734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf','Dr'),(16735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf','w'),(16737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf','('),(16738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/biryani/v3/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf','	'),(16739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/w_BNdJvVZDRmqy5aSfB2kQ.ttf','}ʠ'),(16740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/w_BNdJvVZDRmqy5aSfB2kQ.ttf','<y{'),(16741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/w_BNdJvVZDRmqy5aSfB2kQ.ttf','('),(16742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/w_BNdJvVZDRmqy5aSfB2kQ.ttf','Bd'),(16743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/TC0FZEVzXQIGgzmRfKPZbA.ttf','}ʠ'),(16744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/TC0FZEVzXQIGgzmRfKPZbA.ttf',','),(16745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/TC0FZEVzXQIGgzmRfKPZbA.ttf','('),(16746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/TC0FZEVzXQIGgzmRfKPZbA.ttf','%R&F'),(16747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/4dUtr_4BvHuoRU35suyOAg.ttf','}ʠ'),(16748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/4dUtr_4BvHuoRU35suyOAg.ttf',''),(16749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/4dUtr_4BvHuoRU35suyOAg.ttf','('),(16750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bitter/v12/4dUtr_4BvHuoRU35suyOAg.ttf','\\.'),(16751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/blackopsone/v9/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(16752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/blackopsone/v9/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf','oكv'),(16753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/blackopsone/v9/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf','('),(16754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/blackopsone/v9/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf','{'),(16755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bokor/v10/uAKdo0A85WW23Gs6mcbw7A.ttf','}ʠ'),(16756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bokor/v10/uAKdo0A85WW23Gs6mcbw7A.ttf','Z'),(16757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bokor/v10/uAKdo0A85WW23Gs6mcbw7A.ttf','('),(16758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bokor/v10/uAKdo0A85WW23Gs6mcbw7A.ttf','S8'),(16759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bonbon/v9/IW3u1yzG1knyW5oz0s9_6Q.ttf','}ʠ'),(16760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bonbon/v9/IW3u1yzG1knyW5oz0s9_6Q.ttf','M'),(16761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bonbon/v9/IW3u1yzG1knyW5oz0s9_6Q.ttf','('),(16762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bonbon/v9/IW3u1yzG1knyW5oz0s9_6Q.ttf','s%'),(16763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/boogaloo/v8/4Wu1tvFMoB80fSu8qLgQfQ.ttf','}ʠ'),(16764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/boogaloo/v8/4Wu1tvFMoB80fSu8qLgQfQ.ttf','AO'),(16765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/boogaloo/v8/4Wu1tvFMoB80fSu8qLgQfQ.ttf','('),(16766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/boogaloo/v8/4Wu1tvFMoB80fSu8qLgQfQ.ttf','w'),(16767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyone/v9/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyone/v9/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf',']\nI'),(16769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyone/v9/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf','('),(16770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyone/v9/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf','\"m'),(16771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyonesc/v9/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf','}ʠ'),(16772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyonesc/v9/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf','GD'),(16773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyonesc/v9/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf','('),(16774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bowlbyonesc/v9/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf',''),(16775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/brawler/v8/3gfSw6imxQnQxweVITqUrg.ttf','}ʠ'),(16776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/brawler/v8/3gfSw6imxQnQxweVITqUrg.ttf','@F'),(16777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/brawler/v8/3gfSw6imxQnQxweVITqUrg.ttf','('),(16778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/brawler/v8/3gfSw6imxQnQxweVITqUrg.ttf','\"US'),(16779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/breeserif/v7/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/breeserif/v7/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf','#=Џ'),(16781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/breeserif/v7/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf','('),(16782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/breeserif/v7/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf','Ѓ'),(16783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblegumsans/v6/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf','}ʠ'),(16784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblegumsans/v6/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf','Z'),(16785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblegumsans/v6/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf','('),(16786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblegumsans/v6/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf','׶'),(16787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblerone/v6/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblerone/v6/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf','lR'),(16789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblerone/v6/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf','('),(16790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bubblerone/v6/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf','I%'),(16791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buda/v8/hLtAmNUmEMJH2yx7NGUjnA.ttf','}ʠ'),(16792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buda/v8/hLtAmNUmEMJH2yx7NGUjnA.ttf','vg\0'),(16793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buda/v8/hLtAmNUmEMJH2yx7NGUjnA.ttf','('),(16794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buda/v8/hLtAmNUmEMJH2yx7NGUjnA.ttf','t'),(16795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/NSpMPGKAUgrLrlstYVvIXQ.ttf','}ʠ'),(16796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/NSpMPGKAUgrLrlstYVvIXQ.ttf','=W'),(16797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/NSpMPGKAUgrLrlstYVvIXQ.ttf','('),(16798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/NSpMPGKAUgrLrlstYVvIXQ.ttf','qǽ'),(16799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf','u'),(16801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf','('),(16802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/buenard/v9/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf','9'),(16803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungee/v3/0jM4G9s968t1_tpwzM9UDg.ttf','}ʠ'),(16804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungee/v3/0jM4G9s968t1_tpwzM9UDg.ttf','Ȍ6'),(16805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungee/v3/0jM4G9s968t1_tpwzM9UDg.ttf','('),(16806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungee/v3/0jM4G9s968t1_tpwzM9UDg.ttf','J'),(16807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeehairline/v3/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf','}ʠ'),(16808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeehairline/v3/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf','xT'),(16809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeehairline/v3/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf','('),(16810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeehairline/v3/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf','PO\0\"'),(16811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeinline/v3/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(16812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeinline/v3/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf',''),(16813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeinline/v3/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf','('),(16814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeinline/v3/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf','Cw'),(16815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeoutline/v3/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf','}ʠ'),(16816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeoutline/v3/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf','\0\Z'),(16817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeoutline/v3/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf','('),(16818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeoutline/v3/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf',''),(16819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeshade/v3/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeshade/v3/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf','C'),(16821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeshade/v3/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf','('),(16822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/bungeeshade/v3/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf','9'),(16823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butcherman/v9/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butcherman/v9/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf','#'),(16825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butcherman/v9/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf','('),(16826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butcherman/v9/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf','tXA'),(16827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butterflykids/v6/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf','}ʠ'),(16828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butterflykids/v6/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf',','),(16829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butterflykids/v6/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf','('),(16830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/butterflykids/v6/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf','D%'),(16831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/XeuAFYo2xAPHxZGBbQtHhA.ttf','}ʠ'),(16832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/XeuAFYo2xAPHxZGBbQtHhA.ttf','M'),(16833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/XeuAFYo2xAPHxZGBbQtHhA.ttf','('),(16834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/XeuAFYo2xAPHxZGBbQtHhA.ttf','a'),(16835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/0tJ9k3DI5xC4GBgs1E_Jxw.ttf','}ʠ'),(16836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/0tJ9k3DI5xC4GBgs1E_Jxw.ttf','1U'),(16837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/0tJ9k3DI5xC4GBgs1E_Jxw.ttf','('),(16838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/0tJ9k3DI5xC4GBgs1E_Jxw.ttf',' q\r'),(16839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/HgsCQ-k3_Z_uQ86aFolNBg.ttf','}ʠ'),(16840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/HgsCQ-k3_Z_uQ86aFolNBg.ttf','^\n1'),(16841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/HgsCQ-k3_Z_uQ86aFolNBg.ttf','('),(16842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/HgsCQ-k3_Z_uQ86aFolNBg.ttf','o!'),(16843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf',''),(16845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf','('),(16846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf','q7	'),(16847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/eUDAvKhBtmTCkeVBsFk34A.ttf','}ʠ'),(16848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/eUDAvKhBtmTCkeVBsFk34A.ttf','o'),(16849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/eUDAvKhBtmTCkeVBsFk34A.ttf','('),(16850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/eUDAvKhBtmTCkeVBsFk34A.ttf','5h'),(16851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf',' B\r'),(16853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf','('),(16854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf','P$h'),(16855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/4EKhProuY1hq_WCAomq9Dg.ttf','}ʠ'),(16856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/4EKhProuY1hq_WCAomq9Dg.ttf','٣'),(16857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/4EKhProuY1hq_WCAomq9Dg.ttf','('),(16858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/4EKhProuY1hq_WCAomq9Dg.ttf','\0#'),(16859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf',''),(16861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf','('),(16862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabin/v12/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf','>'),(16863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf','}ʠ'),(16864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf','U'),(16865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf','('),(16866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf',']a'),(16867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf','}ʠ'),(16868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf','B'),(16869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf','('),(16870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf','(n'),(16871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf','}ʠ'),(16872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf','\Z'),(16873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf','('),(16874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf','x'),(16875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf','}ʠ'),(16876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf','Uc'),(16877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf','('),(16878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabincondensed/v11/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf','ir'),(16879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf',''),(16881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf','('),(16882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf','񼳸'),(16883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(16884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf','\\'),(16885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf','('),(16886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cabinsketch/v11/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf','5'),(16887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caesardressing/v6/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf','}ʠ'),(16888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caesardressing/v6/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf','ڇ'),(16889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caesardressing/v6/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf','('),(16890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caesardressing/v6/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf','==X'),(16891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cagliostro/v6/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(16892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cagliostro/v6/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf','Ҹ'),(16893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cagliostro/v6/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf','('),(16894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cagliostro/v6/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf','#\0'),(16895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/9BU6Hrio9syG9zwo_CNPXg.ttf','}ʠ'),(16896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/9BU6Hrio9syG9zwo_CNPXg.ttf','_'),(16897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/9BU6Hrio9syG9zwo_CNPXg.ttf','('),(16898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/9BU6Hrio9syG9zwo_CNPXg.ttf','\0'),(16899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/mpy3SIEJVOIfFnVLujcRDg.ttf','}ʠ'),(16900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/mpy3SIEJVOIfFnVLujcRDg.ttf','D'),(16901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/mpy3SIEJVOIfFnVLujcRDg.ttf','('),(16902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/mpy3SIEJVOIfFnVLujcRDg.ttf','b'),(16903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/-tPnHq7mmAjcjJRSjsuZGA.ttf','}ʠ'),(16904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/-tPnHq7mmAjcjJRSjsuZGA.ttf',''),(16905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/-tPnHq7mmAjcjJRSjsuZGA.ttf','('),(16906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/-tPnHq7mmAjcjJRSjsuZGA.ttf','7э'),(16907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Ct_3a0tcTEyNNSnuZKDd7g.ttf','}ʠ'),(16908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Ct_3a0tcTEyNNSnuZKDd7g.ttf','\"'),(16909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Ct_3a0tcTEyNNSnuZKDd7g.ttf','('),(16910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Ct_3a0tcTEyNNSnuZKDd7g.ttf',''),(16911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/ONxTSBYfmg-V5CkIwS_5gQ.ttf','}ʠ'),(16912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/ONxTSBYfmg-V5CkIwS_5gQ.ttf','}$CG'),(16913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/ONxTSBYfmg-V5CkIwS_5gQ.ttf','('),(16914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/ONxTSBYfmg-V5CkIwS_5gQ.ttf','35\r'),(16915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Fm-hIVCp5OI5mO4Ec71jcw.ttf','}ʠ'),(16916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Fm-hIVCp5OI5mO4Ec71jcw.ttf',''),(16917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Fm-hIVCp5OI5mO4Ec71jcw.ttf','('),(16918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cairo/v2/Fm-hIVCp5OI5mO4Ec71jcw.ttf','12'),(16919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/calligraffitti/v9/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf','}ʠ'),(16920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/calligraffitti/v9/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf','\"'),(16921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/calligraffitti/v9/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf','('),(16922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/calligraffitti/v9/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf','i'),(16923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/etU9Bab4VuhzS-OKsb1VXg.ttf','}ʠ'),(16924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/etU9Bab4VuhzS-OKsb1VXg.ttf','\rMG'),(16925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/etU9Bab4VuhzS-OKsb1VXg.ttf','('),(16926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/etU9Bab4VuhzS-OKsb1VXg.ttf','),'),(16927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/ZEz9yNqpEOgejaw1rBhugQ.ttf','}ʠ'),(16928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/ZEz9yNqpEOgejaw1rBhugQ.ttf','up'),(16929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/ZEz9yNqpEOgejaw1rBhugQ.ttf','('),(16930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/ZEz9yNqpEOgejaw1rBhugQ.ttf','kw'),(16931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/jw9niBxa04eEhnSwTWCEgw.ttf','}ʠ'),(16932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/jw9niBxa04eEhnSwTWCEgw.ttf','\r'),(16933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/jw9niBxa04eEhnSwTWCEgw.ttf','('),(16934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/jw9niBxa04eEhnSwTWCEgw.ttf','z'),(16935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf','_'),(16937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf','('),(16938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambay/v3/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf','z\0pm'),(16939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambo/v6/PnwpRuTdkYCf8qk4ajmNRA.ttf','}ʠ'),(16940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambo/v6/PnwpRuTdkYCf8qk4ajmNRA.ttf','wC'),(16941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambo/v6/PnwpRuTdkYCf8qk4ajmNRA.ttf','('),(16942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cambo/v6/PnwpRuTdkYCf8qk4ajmNRA.ttf','`'),(16943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/candal/v7/x44dDW28zK7GR1gGDBmj9g.ttf','}ʠ'),(16944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/candal/v7/x44dDW28zK7GR1gGDBmj9g.ttf','NMQ'),(16945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/candal/v7/x44dDW28zK7GR1gGDBmj9g.ttf','('),(16946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/candal/v7/x44dDW28zK7GR1gGDBmj9g.ttf','\"'),(16947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/p5ydP_uWQ5lsFzcP_XVMEw.ttf','}ʠ'),(16948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/p5ydP_uWQ5lsFzcP_XVMEw.ttf',';n'),(16949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/p5ydP_uWQ5lsFzcP_XVMEw.ttf','('),(16950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/p5ydP_uWQ5lsFzcP_XVMEw.ttf','j'),(16951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf','<*'),(16953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf','('),(16954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf','Kޛ'),(16955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(16956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf',',Z'),(16957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf','('),(16958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf',''),(16959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(16960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf',''),(16961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(16962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantarell/v7/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf','U'),(16963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantataone/v7/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantataone/v7/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf','gc'),(16965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantataone/v7/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf','('),(16966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantataone/v7/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf','_~!'),(16967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantoraone/v7/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(16968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantoraone/v7/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf',''),(16969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantoraone/v7/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf','('),(16970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cantoraone/v7/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf','Z;)'),(16971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/capriola/v5/JxXPlkdzWwF9Cwelbvi9jA.ttf','}ʠ'),(16972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/capriola/v5/JxXPlkdzWwF9Cwelbvi9jA.ttf','?D'),(16973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/capriola/v5/JxXPlkdzWwF9Cwelbvi9jA.ttf','('),(16974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/capriola/v5/JxXPlkdzWwF9Cwelbvi9jA.ttf','sg/'),(16975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/jbkF2_R0FKUEZTq5dwSknQ.ttf','}ʠ'),(16976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/jbkF2_R0FKUEZTq5dwSknQ.ttf','Ʒ'),(16977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/jbkF2_R0FKUEZTq5dwSknQ.ttf','('),(16978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/jbkF2_R0FKUEZTq5dwSknQ.ttf','=\0'),(16979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/pcv4Np9tUkq0YREYUcEEJQ.ttf','}ʠ'),(16980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/pcv4Np9tUkq0YREYUcEEJQ.ttf','1u'),(16981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/pcv4Np9tUkq0YREYUcEEJQ.ttf','('),(16982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/pcv4Np9tUkq0YREYUcEEJQ.ttf',']{'),(16983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/lQN30weILimrKvp8rZhF1w.ttf','}ʠ'),(16984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/lQN30weILimrKvp8rZhF1w.ttf','2J&>'),(16985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/lQN30weILimrKvp8rZhF1w.ttf','('),(16986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cardo/v9/lQN30weILimrKvp8rZhF1w.ttf',')'),(16987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carme/v8/08E0NP1eRBEyFRUadmMfgA.ttf','}ʠ'),(16988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carme/v8/08E0NP1eRBEyFRUadmMfgA.ttf','P(F'),(16989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carme/v8/08E0NP1eRBEyFRUadmMfgA.ttf','('),(16990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carme/v8/08E0NP1eRBEyFRUadmMfgA.ttf','``'),(16991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothic/v7/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf','}ʠ'),(16992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothic/v7/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf','}@'),(16993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothic/v7/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf','('),(16994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothic/v7/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf','+`'),(16995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothicsc/v7/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf','}ʠ'),(16996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothicsc/v7/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf','sv'),(16997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothicsc/v7/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf','('),(16998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carroisgothicsc/v7/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf',''),(16999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carterone/v9/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carterone/v9/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf','C'),(17001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carterone/v9/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf','('),(17002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/carterone/v9/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf',')\n,'),(17003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf','S'),(17005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf','('),(17006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf','mC'),(17007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf',''),(17009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf','('),(17010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf','R'),(17011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf','3z'),(17013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf','('),(17014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf','t&'),(17015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/MdNkM-DU8f6R-25Nxpr_XA.ttf','}ʠ'),(17016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/MdNkM-DU8f6R-25Nxpr_XA.ttf','_o'),(17017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/MdNkM-DU8f6R-25Nxpr_XA.ttf','('),(17018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/MdNkM-DU8f6R-25Nxpr_XA.ttf','Q'),(17019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf','mL'),(17021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf','('),(17022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf','\" '),(17023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf','k\nhz'),(17025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf','('),(17026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf','y'),(17027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf','r'),(17029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf','('),(17030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf','9'),(17031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf','.}A'),(17033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf','('),(17034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf','Z'),(17035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf','I'),(17037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf','('),(17038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/catamaran/v4/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf','X]C'),(17039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PWEexiHLDmQbn2b1OPZWfg.ttf','}ʠ'),(17040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PWEexiHLDmQbn2b1OPZWfg.ttf','A'),(17041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PWEexiHLDmQbn2b1OPZWfg.ttf','('),(17042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PWEexiHLDmQbn2b1OPZWfg.ttf','T h'),(17043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/XjMZF6XCisvV3qapD4oJdw.ttf','}ʠ'),(17044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/XjMZF6XCisvV3qapD4oJdw.ttf','愀'),(17045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/XjMZF6XCisvV3qapD4oJdw.ttf','('),(17046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/XjMZF6XCisvV3qapD4oJdw.ttf','5'),(17047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PetCI4GyQ5Q3LiOzUu_mMg.ttf','}ʠ'),(17048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PetCI4GyQ5Q3LiOzUu_mMg.ttf','bdg'),(17049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PetCI4GyQ5Q3LiOzUu_mMg.ttf','('),(17050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/PetCI4GyQ5Q3LiOzUu_mMg.ttf','OF'),(17051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf','.'),(17053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf','('),(17054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caudex/v7/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf','7'),(17055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/8I23b6N-6rRVbh-C_Vx3yA.ttf','}ʠ'),(17056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/8I23b6N-6rRVbh-C_Vx3yA.ttf','ov'),(17057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/8I23b6N-6rRVbh-C_Vx3yA.ttf','('),(17058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/8I23b6N-6rRVbh-C_Vx3yA.ttf',':Pus'),(17059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/LkaFtQENGJry2eUMwGRTeA.ttf','}ʠ'),(17060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/LkaFtQENGJry2eUMwGRTeA.ttf','וr'),(17061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/LkaFtQENGJry2eUMwGRTeA.ttf','('),(17062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveat/v4/LkaFtQENGJry2eUMwGRTeA.ttf','d\rWS'),(17063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveatbrush/v3/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveatbrush/v3/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf','\ZD'),(17065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveatbrush/v3/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf','('),(17066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/caveatbrush/v3/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf','kf'),(17067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cedarvillecursive/v8/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf','}ʠ'),(17068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cedarvillecursive/v8/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf','Pe'),(17069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cedarvillecursive/v8/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf','('),(17070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cedarvillecursive/v8/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf','B|'),(17071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cevicheone/v8/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cevicheone/v8/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf','a]'),(17073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cevicheone/v8/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf','('),(17074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cevicheone/v8/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf','{ĉ'),(17075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/QNWVD9FzsnhVmHzE7HryDQ.ttf','}ʠ'),(17076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/QNWVD9FzsnhVmHzE7HryDQ.ttf','6$]'),(17077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/QNWVD9FzsnhVmHzE7HryDQ.ttf','('),(17078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/QNWVD9FzsnhVmHzE7HryDQ.ttf','+ݮ'),(17079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/OKZ0H1bMg3M9EZMVzgQ9fg.ttf','}ʠ'),(17080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/OKZ0H1bMg3M9EZMVzgQ9fg.ttf','l%5 '),(17081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/OKZ0H1bMg3M9EZMVzgQ9fg.ttf','('),(17082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/OKZ0H1bMg3M9EZMVzgQ9fg.ttf','a'),(17083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/7_e8qktkj6uKM0DamZJY9Q.ttf','}ʠ'),(17084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/7_e8qktkj6uKM0DamZJY9Q.ttf','##'),(17085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/7_e8qktkj6uKM0DamZJY9Q.ttf','('),(17086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/7_e8qktkj6uKM0DamZJY9Q.ttf','r0X'),(17087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/KrXcHYf9ILB8aFWCj0Vfxg.ttf','}ʠ'),(17088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/KrXcHYf9ILB8aFWCj0Vfxg.ttf','.1J'),(17089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/KrXcHYf9ILB8aFWCj0Vfxg.ttf','('),(17090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/KrXcHYf9ILB8aFWCj0Vfxg.ttf','x'),(17091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/6uCpqxwcsYkfV0M8Ls6WPA.ttf','}ʠ'),(17092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/6uCpqxwcsYkfV0M8Ls6WPA.ttf','h\Z'),(17093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/6uCpqxwcsYkfV0M8Ls6WPA.ttf','('),(17094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/6uCpqxwcsYkfV0M8Ls6WPA.ttf','iz'),(17095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/vAXzeaPkdpxlejFN7h0ibw.ttf','}ʠ'),(17096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/vAXzeaPkdpxlejFN7h0ibw.ttf','MЋ'),(17097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/vAXzeaPkdpxlejFN7h0ibw.ttf','('),(17098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/vAXzeaPkdpxlejFN7h0ibw.ttf','ET'),(17099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/H3IsiH2Fx0Pc4_OU4HSpng.ttf','}ʠ'),(17100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/H3IsiH2Fx0Pc4_OU4HSpng.ttf','-B'),(17101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/H3IsiH2Fx0Pc4_OU4HSpng.ttf','('),(17102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changa/v3/H3IsiH2Fx0Pc4_OU4HSpng.ttf','{'),(17103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf','z '),(17105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf','('),(17106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf','-\\'),(17107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf','my'),(17109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf','('),(17110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/changaone/v10/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf','F'),(17111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chango/v6/3W3AeMMtRTH08t5qLOjBmg.ttf','}ʠ'),(17112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chango/v6/3W3AeMMtRTH08t5qLOjBmg.ttf',''),(17113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chango/v6/3W3AeMMtRTH08t5qLOjBmg.ttf','('),(17114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chango/v6/3W3AeMMtRTH08t5qLOjBmg.ttf','n'),(17115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf','Z'),(17117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf','('),(17118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf','Xz'),(17119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf',')\0'),(17121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf','('),(17122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf','٨'),(17123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7hRNO-_zjRopkcP2n1rr8g.ttf','}ʠ'),(17124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7hRNO-_zjRopkcP2n1rr8g.ttf','Eս6'),(17125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7hRNO-_zjRopkcP2n1rr8g.ttf','('),(17126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/7hRNO-_zjRopkcP2n1rr8g.ttf','U'),(17127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf','O'),(17129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf','('),(17130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf','u'),(17131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf','B'),(17133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf','('),(17134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chathura/v3/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf',')6'),(17135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf','}ʠ'),(17136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf',':'),(17137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf','('),(17138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf','g'),(17139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf','}ʠ'),(17140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf','('),(17141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf','('),(17142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chauphilomeneone/v7/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf','x'),(17143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelaone/v6/h5O0dEnpnIq6jQnWxZybrA.ttf','}ʠ'),(17144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelaone/v6/h5O0dEnpnIq6jQnWxZybrA.ttf','hx'),(17145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelaone/v6/h5O0dEnpnIq6jQnWxZybrA.ttf','('),(17146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelaone/v6/h5O0dEnpnIq6jQnWxZybrA.ttf','V('),(17147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelseamarket/v5/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf','}ʠ'),(17148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelseamarket/v5/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf','tЩ&'),(17149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelseamarket/v5/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf','('),(17150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chelseamarket/v5/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf','ڏ\r'),(17151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chenla/v10/aLNpdAUDq2MZbWz2U1a16g.ttf','}ʠ'),(17152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chenla/v10/aLNpdAUDq2MZbWz2U1a16g.ttf','kp_'),(17153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chenla/v10/aLNpdAUDq2MZbWz2U1a16g.ttf','('),(17154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chenla/v10/aLNpdAUDq2MZbWz2U1a16g.ttf','\'۱'),(17155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherrycreamsoda/v8/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf','}ʠ'),(17156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherrycreamsoda/v8/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf','C'),(17157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherrycreamsoda/v8/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf','('),(17158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherrycreamsoda/v8/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf','*<*'),(17159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf','	f'),(17161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf','('),(17162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf','jI'),(17163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(17164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf','U'),(17165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf','('),(17166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cherryswash/v5/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf','dd'),(17167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chewy/v9/hcDN5cvQdIu6Bx4mg_TSyw.ttf','}ʠ'),(17168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chewy/v9/hcDN5cvQdIu6Bx4mg_TSyw.ttf','P'),(17169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chewy/v9/hcDN5cvQdIu6Bx4mg_TSyw.ttf','('),(17170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chewy/v9/hcDN5cvQdIu6Bx4mg_TSyw.ttf','<tm'),(17171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chicle/v6/xg4q57Ut9ZmyFwLp51JLgg.ttf','}ʠ'),(17172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chicle/v6/xg4q57Ut9ZmyFwLp51JLgg.ttf','IZ'),(17173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chicle/v6/xg4q57Ut9ZmyFwLp51JLgg.ttf','('),(17174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chicle/v6/xg4q57Ut9ZmyFwLp51JLgg.ttf','<?'),(17175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/NB24D2RW9gYUd3ctGd-AhA.ttf','}ʠ'),(17176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/NB24D2RW9gYUd3ctGd-AhA.ttf',';s&'),(17177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/NB24D2RW9gYUd3ctGd-AhA.ttf','('),(17178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/NB24D2RW9gYUd3ctGd-AhA.ttf','r1'),(17179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/A0NbKkUXhyt-4OxUzvrNT_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/A0NbKkUXhyt-4OxUzvrNT_esZW2xOQ-xsNqO47m55DA.ttf','W4'),(17181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/A0NbKkUXhyt-4OxUzvrNT_esZW2xOQ-xsNqO47m55DA.ttf','('),(17182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/A0NbKkUXhyt-4OxUzvrNT_esZW2xOQ-xsNqO47m55DA.ttf','7'),(17183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/L88PEuzS9eRfHRZhAPhZyw.ttf','}ʠ'),(17184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/L88PEuzS9eRfHRZhAPhZyw.ttf','s'),(17185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/L88PEuzS9eRfHRZhAPhZyw.ttf','('),(17186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/L88PEuzS9eRfHRZhAPhZyw.ttf','qQH'),(17187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/Oe3-Q-a2kBzPnhHck_baMg.ttf','}ʠ'),(17188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/Oe3-Q-a2kBzPnhHck_baMg.ttf','y<'),(17189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/Oe3-Q-a2kBzPnhHck_baMg.ttf','('),(17190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/Oe3-Q-a2kBzPnhHck_baMg.ttf','ڹ'),(17191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/zC8JLnJuu9Lw0_rA3_VYhg.ttf','}ʠ'),(17192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/zC8JLnJuu9Lw0_rA3_VYhg.ttf','b*I'),(17193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/zC8JLnJuu9Lw0_rA3_VYhg.ttf','('),(17194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/zC8JLnJuu9Lw0_rA3_VYhg.ttf','I'),(17195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/2M3ifXA84fdnDIxoCi18JvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/2M3ifXA84fdnDIxoCi18JvesZW2xOQ-xsNqO47m55DA.ttf','r'),(17197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/2M3ifXA84fdnDIxoCi18JvesZW2xOQ-xsNqO47m55DA.ttf','('),(17198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/2M3ifXA84fdnDIxoCi18JvesZW2xOQ-xsNqO47m55DA.ttf','ӏ'),(17199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/JAdkiWd46QCW4vOsj3dzTA.ttf','}ʠ'),(17200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/JAdkiWd46QCW4vOsj3dzTA.ttf','k='),(17201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/JAdkiWd46QCW4vOsj3dzTA.ttf','('),(17202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/JAdkiWd46QCW4vOsj3dzTA.ttf',''),(17203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf','A'),(17205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf','('),(17206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chivo/v9/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf',''),(17207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chonburi/v2/jd9PfbW0x_8Myt_XeUxvSQ.ttf','}ʠ'),(17208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chonburi/v2/jd9PfbW0x_8Myt_XeUxvSQ.ttf',''),(17209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chonburi/v2/jd9PfbW0x_8Myt_XeUxvSQ.ttf','('),(17210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/chonburi/v2/jd9PfbW0x_8Myt_XeUxvSQ.ttf',','),(17211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/GF7dy_Nc-a6EaHYSyGd-EA.ttf','}ʠ'),(17212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/GF7dy_Nc-a6EaHYSyGd-EA.ttf','bsi0'),(17213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/GF7dy_Nc-a6EaHYSyGd-EA.ttf','('),(17214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/GF7dy_Nc-a6EaHYSyGd-EA.ttf','ԓQQ'),(17215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/nYcFQ6_3pf_6YDrOFjBR8Q.ttf','}ʠ'),(17216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/nYcFQ6_3pf_6YDrOFjBR8Q.ttf',')Hp'),(17217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/nYcFQ6_3pf_6YDrOFjBR8Q.ttf','('),(17218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/nYcFQ6_3pf_6YDrOFjBR8Q.ttf','S5'),(17219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/FTBj72ozM2cEOSxiVsRb3A.ttf','}ʠ'),(17220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/FTBj72ozM2cEOSxiVsRb3A.ttf','R~B'),(17221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/FTBj72ozM2cEOSxiVsRb3A.ttf','('),(17222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzel/v7/FTBj72ozM2cEOSxiVsRb3A.ttf','E'),(17223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf','}ʠ'),(17224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf','KL'),(17225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf','('),(17226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf',''),(17227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf','}ʠ'),(17228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf','YvN'),(17229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf','('),(17230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf','[8'),(17231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf','}ʠ'),(17232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf','U'),(17233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf','('),(17234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf',''),(17235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/clickerscript/v5/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf','}ʠ'),(17236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/clickerscript/v5/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf','Ɛgn'),(17237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/clickerscript/v5/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf','('),(17238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/clickerscript/v5/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf','Τ'),(17239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/yHDvulhg-P-p2KRgRrnUYw.ttf','}ʠ'),(17240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/yHDvulhg-P-p2KRgRrnUYw.ttf','z'),(17241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/yHDvulhg-P-p2KRgRrnUYw.ttf','('),(17242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/yHDvulhg-P-p2KRgRrnUYw.ttf','[\Z'),(17243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/6ZIw0sbALY0KTMWllZB3hQ.ttf','}ʠ'),(17244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/6ZIw0sbALY0KTMWllZB3hQ.ttf','6G'),(17245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/6ZIw0sbALY0KTMWllZB3hQ.ttf','('),(17246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coda/v13/6ZIw0sbALY0KTMWllZB3hQ.ttf','wltp'),(17247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codacaption/v11/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf','}ʠ'),(17248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codacaption/v11/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf',''),(17249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codacaption/v11/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf','('),(17250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codacaption/v11/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf','~/'),(17251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf','mΆ'),(17253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf','('),(17254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf','9'),(17255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EN-CPFKYowSI7SuR7-0cZA.ttf','}ʠ'),(17256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EN-CPFKYowSI7SuR7-0cZA.ttf','n^'),(17257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EN-CPFKYowSI7SuR7-0cZA.ttf','('),(17258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/codystar/v5/EN-CPFKYowSI7SuR7-0cZA.ttf','{Z'),(17259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coiny/v3/B-pC9lRxssd2RDK37Rdekw.ttf','}ʠ'),(17260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coiny/v3/B-pC9lRxssd2RDK37Rdekw.ttf','^j{'),(17261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coiny/v3/B-pC9lRxssd2RDK37Rdekw.ttf','('),(17262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coiny/v3/B-pC9lRxssd2RDK37Rdekw.ttf','D8'),(17263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/combo/v6/Nab98KjR3JZSSPGtzLyXNw.ttf','}ʠ'),(17264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/combo/v6/Nab98KjR3JZSSPGtzLyXNw.ttf','L'),(17265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/combo/v6/Nab98KjR3JZSSPGtzLyXNw.ttf','('),(17266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/combo/v6/Nab98KjR3JZSSPGtzLyXNw.ttf',''),(17267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf','G('),(17269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf','('),(17270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf',';9f'),(17271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/lZx6C1VViPgSOhCBUP7hXA.ttf','}ʠ'),(17272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/lZx6C1VViPgSOhCBUP7hXA.ttf','y'),(17273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/lZx6C1VViPgSOhCBUP7hXA.ttf','('),(17274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/lZx6C1VViPgSOhCBUP7hXA.ttf','q2W'),(17275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf','q,\0'),(17277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf','('),(17278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comfortaa/v12/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf','X='),(17279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comingsoon/v8/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comingsoon/v8/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf','r'),(17281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comingsoon/v8/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf','('),(17282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/comingsoon/v8/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf','\''),(17283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/concertone/v8/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/concertone/v8/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf',''),(17285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/concertone/v8/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf','('),(17286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/concertone/v8/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf','5	'),(17287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/condiment/v5/CstmdiPpgFSV0FUNL5LrJA.ttf','}ʠ'),(17288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/condiment/v5/CstmdiPpgFSV0FUNL5LrJA.ttf','o'),(17289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/condiment/v5/CstmdiPpgFSV0FUNL5LrJA.ttf','('),(17290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/condiment/v5/CstmdiPpgFSV0FUNL5LrJA.ttf','t_'),(17291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/l8qaLjygvOkDEU2G6-cjfQ.ttf','}ʠ'),(17292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/l8qaLjygvOkDEU2G6-cjfQ.ttf','S'),(17293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/l8qaLjygvOkDEU2G6-cjfQ.ttf','('),(17294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/l8qaLjygvOkDEU2G6-cjfQ.ttf','ao'),(17295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf','#'),(17297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf','('),(17298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/content/v9/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf','MDr'),(17299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/contrailone/v7/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/contrailone/v7/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf',''),(17301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/contrailone/v7/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf','('),(17302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/contrailone/v7/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf',''),(17303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/convergence/v6/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/convergence/v6/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf','Ud'),(17305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/convergence/v6/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf','('),(17306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/convergence/v6/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf','0!'),(17307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cookie/v8/HxeUC62y_YdDbiFlze357A.ttf','}ʠ'),(17308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cookie/v8/HxeUC62y_YdDbiFlze357A.ttf','\'\n9'),(17309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cookie/v8/HxeUC62y_YdDbiFlze357A.ttf','('),(17310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cookie/v8/HxeUC62y_YdDbiFlze357A.ttf','&U'),(17311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/copse/v7/wikLrtPGjZDvZ5w2i5HLWg.ttf','}ʠ'),(17312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/copse/v7/wikLrtPGjZDvZ5w2i5HLWg.ttf','ʈj'),(17313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/copse/v7/wikLrtPGjZDvZ5w2i5HLWg.ttf','('),(17314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/copse/v7/wikLrtPGjZDvZ5w2i5HLWg.ttf',''),(17315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/tTysMZkt-j8Y5yhkgsoajQ.ttf','}ʠ'),(17316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/tTysMZkt-j8Y5yhkgsoajQ.ttf','w)'),(17317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/tTysMZkt-j8Y5yhkgsoajQ.ttf','('),(17318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/tTysMZkt-j8Y5yhkgsoajQ.ttf',''),(17319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/lirJaFSQWdGQuV--fksg5g.ttf','}ʠ'),(17320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/lirJaFSQWdGQuV--fksg5g.ttf','W'),(17321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/lirJaFSQWdGQuV--fksg5g.ttf','('),(17322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/corben/v11/lirJaFSQWdGQuV--fksg5g.ttf','<'),(17323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf','jk'),(17325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf','('),(17326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf',''),(17327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(17328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf','f'),(17329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf','('),(17330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf','^\"X'),(17331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/9vWr5LgrNEgvhv1P3z9uuQ.ttf','}ʠ'),(17332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/9vWr5LgrNEgvhv1P3z9uuQ.ttf','@9+'),(17333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/9vWr5LgrNEgvhv1P3z9uuQ.ttf','('),(17334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/9vWr5LgrNEgvhv1P3z9uuQ.ttf',''),(17335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf','3V!'),(17337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf','('),(17338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf','\ni'),(17339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf','GEC'),(17341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf','('),(17342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf',','),(17343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(17344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf','cT'),(17345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf','('),(17346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf','d['),(17347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf','	'),(17349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf','('),(17350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf','IA'),(17351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(17352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf','?'),(17353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf','('),(17354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf','ns'),(17355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf','N_'),(17357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf','('),(17358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf','QHJ'),(17359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(17360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf',''),(17361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(17362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorant/v6/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf','g'),(17363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf','}ʠ'),(17364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf','Dm'),(17365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf','('),(17366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf','%S)'),(17367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf','}ʠ'),(17368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf','o8b'),(17369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf','('),(17370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf','&8h'),(17371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf','}ʠ'),(17372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf','|^6'),(17373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf','('),(17374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf','rWf'),(17375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf','}ʠ'),(17376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf','s'),(17377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf','('),(17378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf','^~\''),(17379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf','}ʠ'),(17380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf','=>I'),(17381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf','('),(17382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf','m'),(17383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf','}ʠ'),(17384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf','ڈu'),(17385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf','('),(17386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf','@d'),(17387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf','}ʠ'),(17388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf','Ujm'),(17389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf','('),(17390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf','u'),(17391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf','}ʠ'),(17392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf','m'),(17393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf','('),(17394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf','$'),(17395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf','}ʠ'),(17396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf','pM'),(17397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf','('),(17398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf','6='),(17399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf','}ʠ'),(17400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf','gA'),(17401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf','('),(17402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf',''),(17403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf','}ʠ'),(17404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf','B'),(17405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf','('),(17406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf','t['),(17407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf','}ʠ'),(17408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf','T'),(17409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf','('),(17410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf','3'),(17411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf','}ʠ'),(17412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf','*'),(17413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf','('),(17414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf','%'),(17415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf','}ʠ'),(17416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf','o~+'),(17417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf','('),(17418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf','G'),(17419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf','}ʠ'),(17420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf','-'),(17421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf','('),(17422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf','pG'),(17423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf','}ʠ'),(17424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf','m'),(17425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf','('),(17426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf','iMƅ'),(17427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf','}ʠ'),(17428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf','A'),(17429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf','('),(17430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf','N'),(17431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf','}ʠ'),(17432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf','O\\'),(17433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf','('),(17434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf','7'),(17435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf','}ʠ'),(17436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf','\\i?'),(17437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf','('),(17438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf','\'/`'),(17439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf','}ʠ'),(17440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf','(0'),(17441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf','('),(17442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantinfant/v5/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf','-:'),(17443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(17444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf','vV'),(17445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf','('),(17446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf','3N'),(17447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf','%V'),(17449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf','('),(17450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf','b'),(17451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf','}ʠ'),(17452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf','g'),(17453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf','('),(17454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf','=\Z&'),(17455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(17456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf',',\na'),(17457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf','('),(17458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf','}^9'),(17459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(17460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf',']\0'),(17461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf','('),(17462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantsc/v5/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf','}'),(17463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf','}ʠ'),(17464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf','A'),(17465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf','('),(17466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf','['),(17467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf','}ʠ'),(17468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf','Oj'),(17469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf','('),(17470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf','Mp'),(17471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf','}ʠ'),(17472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf','^!N'),(17473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf','('),(17474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf',']z'),(17475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf','}ʠ'),(17476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf','U{'),(17477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf','('),(17478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf','OE-'),(17479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf','}ʠ'),(17480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf',''),(17481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf','('),(17482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantunicase/v5/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf',']'),(17483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf','}ʠ'),(17484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf','HC=7'),(17485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf','('),(17486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf','	'),(17487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf','}ʠ'),(17488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf','ZoG'),(17489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf','('),(17490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf','>@'),(17491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf','}ʠ'),(17492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf','x'),(17493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf','('),(17494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf','}'),(17495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf','}ʠ'),(17496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf','SNW'),(17497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf','('),(17498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf',',y'),(17499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf','}ʠ'),(17500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf','؍'),(17501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf','('),(17502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cormorantupright/v4/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf','F&'),(17503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/courgette/v5/2YO0EYtyE9HUPLZprahpZA.ttf','}ʠ'),(17504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/courgette/v5/2YO0EYtyE9HUPLZprahpZA.ttf','B'),(17505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/courgette/v5/2YO0EYtyE9HUPLZprahpZA.ttf','('),(17506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/courgette/v5/2YO0EYtyE9HUPLZprahpZA.ttf','I~}k'),(17507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/GYX4bPXObJNJo63QJEUnLg.ttf','}ʠ'),(17508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/GYX4bPXObJNJo63QJEUnLg.ttf','q'),(17509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/GYX4bPXObJNJo63QJEUnLg.ttf','('),(17510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/GYX4bPXObJNJo63QJEUnLg.ttf','J\0'),(17511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/1WtIuajLoo8vjVwsrZ3eOg.ttf','}ʠ'),(17512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/1WtIuajLoo8vjVwsrZ3eOg.ttf','B2'),(17513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/1WtIuajLoo8vjVwsrZ3eOg.ttf','('),(17514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/1WtIuajLoo8vjVwsrZ3eOg.ttf','\r4P'),(17515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf',']'),(17517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf','('),(17518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf',''),(17519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf','(\"'),(17521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf','('),(17522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cousine/v12/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf','F'),(17523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/iO2Rs5PmqAEAXoU3SkMVBg.ttf','}ʠ'),(17524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/iO2Rs5PmqAEAXoU3SkMVBg.ttf','T'),(17525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/iO2Rs5PmqAEAXoU3SkMVBg.ttf','('),(17526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/iO2Rs5PmqAEAXoU3SkMVBg.ttf','S*'),(17527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf','rHˏ'),(17529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf','('),(17530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coustard/v8/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf','s'),(17531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coveredbyyourgrace/v7/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf','}ʠ'),(17532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coveredbyyourgrace/v7/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf','q+	'),(17533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coveredbyyourgrace/v7/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf','('),(17534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/coveredbyyourgrace/v7/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf',''),(17535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/craftygirls/v7/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/craftygirls/v7/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf','6'),(17537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/craftygirls/v7/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf','('),(17538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/craftygirls/v7/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf','$A'),(17539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creepster/v6/0vdr5kWJ6aJlOg5JvxnXzQ.ttf','}ʠ'),(17540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creepster/v6/0vdr5kWJ6aJlOg5JvxnXzQ.ttf','B^'),(17541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creepster/v6/0vdr5kWJ6aJlOg5JvxnXzQ.ttf','('),(17542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creepster/v6/0vdr5kWJ6aJlOg5JvxnXzQ.ttf','6U'),(17543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf','\Z'),(17545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf','('),(17546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf','0+\0'),(17547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(17548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf','޳'),(17549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf','('),(17550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/creteround/v6/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf','ne'),(17551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf','RqG'),(17553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf','('),(17554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf','*,'),(17555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf','}ʠ'),(17556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf','Qi'),(17557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf','('),(17558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf','ū'),(17559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(17560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf','<Ѳ'),(17561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf','('),(17562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf','V'),(17563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf','}ʠ'),(17564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf','\0'),(17565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf','('),(17566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf','w'),(17567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(17568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf','^&'),(17569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf','('),(17570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf',''),(17571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf','}ʠ'),(17572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf','n'),(17573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf','('),(17574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crimsontext/v8/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf','iN'),(17575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/croissantone/v5/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(17576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/croissantone/v5/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf','3'),(17577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/croissantone/v5/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf','('),(17578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/croissantone/v5/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf','('),(17579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crushed/v8/aHwSejs3Kt0Lg95u7j32jA.ttf','}ʠ'),(17580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crushed/v8/aHwSejs3Kt0Lg95u7j32jA.ttf','T'),(17581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crushed/v8/aHwSejs3Kt0Lg95u7j32jA.ttf','('),(17582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/crushed/v8/aHwSejs3Kt0Lg95u7j32jA.ttf','k'),(17583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/JgXs0F_UiaEdAS74msmFNg.ttf','}ʠ'),(17584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/JgXs0F_UiaEdAS74msmFNg.ttf','S!w'),(17585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/JgXs0F_UiaEdAS74msmFNg.ttf','('),(17586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/JgXs0F_UiaEdAS74msmFNg.ttf','e(e'),(17587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/cLEz0KV6OxInnktSzpk58g.ttf','}ʠ'),(17588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/cLEz0KV6OxInnktSzpk58g.ttf','0'),(17589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/cLEz0KV6OxInnktSzpk58g.ttf','('),(17590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/cLEz0KV6OxInnktSzpk58g.ttf','!'),(17591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/6tl3_FkDeXSD72oEHuJh4w.ttf','}ʠ'),(17592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/6tl3_FkDeXSD72oEHuJh4w.ttf',']k'),(17593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/6tl3_FkDeXSD72oEHuJh4w.ttf','('),(17594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/6tl3_FkDeXSD72oEHuJh4w.ttf','Ӄ5'),(17595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf',')gx'),(17597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf','('),(17598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cuprum/v9/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf','g~c'),(17599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutive/v9/G2bW-ImyOCwKxBkLyz39YQ.ttf','}ʠ'),(17600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutive/v9/G2bW-ImyOCwKxBkLyz39YQ.ttf',''),(17601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutive/v9/G2bW-ImyOCwKxBkLyz39YQ.ttf','('),(17602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutive/v9/G2bW-ImyOCwKxBkLyz39YQ.ttf','\'H1'),(17603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutivemono/v6/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutivemono/v6/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf','MI9'),(17605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutivemono/v6/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf','('),(17606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/cutivemono/v6/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf','$7'),(17607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/damion/v7/13XtECwKxhD_VrOqXL4SiA.ttf','}ʠ'),(17608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/damion/v7/13XtECwKxhD_VrOqXL4SiA.ttf','!{'),(17609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/damion/v7/13XtECwKxhD_VrOqXL4SiA.ttf','('),(17610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/damion/v7/13XtECwKxhD_VrOqXL4SiA.ttf','PW'),(17611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf','}ʠ'),(17612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf','2u&'),(17613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf','('),(17614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf','DC'),(17615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf','}ʠ'),(17616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf','	8'),(17617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf','('),(17618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dancingscript/v9/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf','%'),(17619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dangrek/v9/LOaFhBT-EHNxZjV8DAW_ew.ttf','}ʠ'),(17620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dangrek/v9/LOaFhBT-EHNxZjV8DAW_ew.ttf','{'),(17621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dangrek/v9/LOaFhBT-EHNxZjV8DAW_ew.ttf','('),(17622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dangrek/v9/LOaFhBT-EHNxZjV8DAW_ew.ttf','>'),(17623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf','9k\n'),(17625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf','('),(17626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf','׀'),(17627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(17628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf',']'),(17629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf','('),(17630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf','GE'),(17631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(17632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf','y'),(17633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(17634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/davidlibre/v2/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf','_'),(17635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dawningofanewday/v8/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf','}ʠ'),(17636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dawningofanewday/v8/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf','w:Y~'),(17637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dawningofanewday/v8/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf','('),(17638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dawningofanewday/v8/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf','OKX'),(17639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/daysone/v7/kzwZjNhc1iabMsrc_hKBIA.ttf','}ʠ'),(17640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/daysone/v7/kzwZjNhc1iabMsrc_hKBIA.ttf','or'),(17641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/daysone/v7/kzwZjNhc1iabMsrc_hKBIA.ttf','('),(17642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/daysone/v7/kzwZjNhc1iabMsrc_hKBIA.ttf','[6'),(17643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dekko/v4/AKtgABKC1rUxgIgS-bpojw.ttf','}ʠ'),(17644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dekko/v4/AKtgABKC1rUxgIgS-bpojw.ttf','4+'),(17645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dekko/v4/AKtgABKC1rUxgIgS-bpojw.ttf','('),(17646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dekko/v4/AKtgABKC1rUxgIgS-bpojw.ttf','Q-^'),(17647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/delius/v7/TQA163qafki2-gV-B6F_ag.ttf','}ʠ'),(17648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/delius/v7/TQA163qafki2-gV-B6F_ag.ttf','tr'),(17649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/delius/v7/TQA163qafki2-gV-B6F_ag.ttf','('),(17650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/delius/v7/TQA163qafki2-gV-B6F_ag.ttf','7'),(17651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusswashcaps/v9/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf','}ʠ'),(17652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusswashcaps/v9/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf','տ'),(17653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusswashcaps/v9/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf','('),(17654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusswashcaps/v9/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf','nY^'),(17655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf','}ʠ'),(17656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf','cE'),(17657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf','('),(17658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf',''),(17659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf','}ʠ'),(17660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf','Cu'),(17661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf','('),(17662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/deliusunicase/v10/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf','9?'),(17663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dellarespira/v5/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf','}ʠ'),(17664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dellarespira/v5/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf','A'),(17665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dellarespira/v5/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf','('),(17666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dellarespira/v5/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf','|'),(17667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/denkone/v5/TdXOeA4eA_hEx4W8Sh9wPw.ttf','}ʠ'),(17668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/denkone/v5/TdXOeA4eA_hEx4W8Sh9wPw.ttf','7.1J'),(17669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/denkone/v5/TdXOeA4eA_hEx4W8Sh9wPw.ttf','('),(17670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/denkone/v5/TdXOeA4eA_hEx4W8Sh9wPw.ttf',']~\n'),(17671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/devonshire/v6/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/devonshire/v6/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf','~'),(17673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/devonshire/v6/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf','('),(17674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/devonshire/v6/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf','>(p'),(17675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dhurjati/v5/uV6jO5e2iFMbGB0z79Cy5g.ttf','}ʠ'),(17676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dhurjati/v5/uV6jO5e2iFMbGB0z79Cy5g.ttf','<*'),(17677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dhurjati/v5/uV6jO5e2iFMbGB0z79Cy5g.ttf','('),(17678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dhurjati/v5/uV6jO5e2iFMbGB0z79Cy5g.ttf','+(d'),(17679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf','}ʠ'),(17680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf','e)'),(17681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf','('),(17682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf','}'),(17683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomata/v9/u-ByBiKgN6rTMA36H3kcKg.ttf','}ʠ'),(17684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomata/v9/u-ByBiKgN6rTMA36H3kcKg.ttf',''),(17685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomata/v9/u-ByBiKgN6rTMA36H3kcKg.ttf','('),(17686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomata/v9/u-ByBiKgN6rTMA36H3kcKg.ttf','.'),(17687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomatasc/v6/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomatasc/v6/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf','ͬ'),(17689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomatasc/v6/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf','('),(17690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/diplomatasc/v6/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf','`'),(17691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/wfVIgamVFjMNQAEWurCiHA.ttf','}ʠ'),(17692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/wfVIgamVFjMNQAEWurCiHA.ttf','}82'),(17693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/wfVIgamVFjMNQAEWurCiHA.ttf','('),(17694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/wfVIgamVFjMNQAEWurCiHA.ttf','A'),(17695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/phBcG1ZbQFxUIt18hPVxnw.ttf','}ʠ'),(17696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/phBcG1ZbQFxUIt18hPVxnw.ttf','\n'),(17697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/phBcG1ZbQFxUIt18hPVxnw.ttf','('),(17698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/domine/v5/phBcG1ZbQFxUIt18hPVxnw.ttf','>F'),(17699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/donegalone/v5/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/donegalone/v5/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf','2;>'),(17701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/donegalone/v5/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf','('),(17702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/donegalone/v5/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf','H`'),(17703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/doppioone/v5/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/doppioone/v5/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf','O3'),(17705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/doppioone/v5/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf','('),(17706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/doppioone/v5/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf','lt'),(17707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dorsa/v8/wCc3cUe6XrmG2LQE6GlIrw.ttf','}ʠ'),(17708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dorsa/v8/wCc3cUe6XrmG2LQE6GlIrw.ttf','ܛ'),(17709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dorsa/v8/wCc3cUe6XrmG2LQE6GlIrw.ttf','('),(17710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dorsa/v8/wCc3cUe6XrmG2LQE6GlIrw.ttf',''),(17711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ztftab0r6hcd7AeurUGrSQ.ttf','}ʠ'),(17712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ztftab0r6hcd7AeurUGrSQ.ttf','N-^'),(17713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ztftab0r6hcd7AeurUGrSQ.ttf','('),(17714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ztftab0r6hcd7AeurUGrSQ.ttf','Y'),(17715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/awIB6L0h5mb0plIKorXmuA.ttf','}ʠ'),(17716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/awIB6L0h5mb0plIKorXmuA.ttf','F{'),(17717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/awIB6L0h5mb0plIKorXmuA.ttf','('),(17718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/awIB6L0h5mb0plIKorXmuA.ttf','ˍ'),(17719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/rJRlixu-w0JZ1MyhJpao_Q.ttf','}ʠ'),(17720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/rJRlixu-w0JZ1MyhJpao_Q.ttf',']u'),(17721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/rJRlixu-w0JZ1MyhJpao_Q.ttf','('),(17722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/rJRlixu-w0JZ1MyhJpao_Q.ttf','K&]y'),(17723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ruEXDOFMxDPGnjCBKRqdAQ.ttf','}ʠ'),(17724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ruEXDOFMxDPGnjCBKRqdAQ.ttf','ĺ'),(17725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ruEXDOFMxDPGnjCBKRqdAQ.ttf','('),(17726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/ruEXDOFMxDPGnjCBKRqdAQ.ttf','k'),(17727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/KNAswRNwm3tfONddYyidxg.ttf','}ʠ'),(17728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/KNAswRNwm3tfONddYyidxg.ttf',''),(17729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/KNAswRNwm3tfONddYyidxg.ttf','('),(17730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/KNAswRNwm3tfONddYyidxg.ttf','+^g'),(17731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/AEEAj0ONidK8NQQMBBlSig.ttf','}ʠ'),(17732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/AEEAj0ONidK8NQQMBBlSig.ttf','y'),(17733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/AEEAj0ONidK8NQQMBBlSig.ttf','('),(17734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/AEEAj0ONidK8NQQMBBlSig.ttf','%*'),(17735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/nlrKd8E69vvUU39XGsvR7Q.ttf','}ʠ'),(17736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/nlrKd8E69vvUU39XGsvR7Q.ttf','vg'),(17737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/nlrKd8E69vvUU39XGsvR7Q.ttf','('),(17738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dosis/v7/nlrKd8E69vvUU39XGsvR7Q.ttf','OT'),(17739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/drsugiyama/v6/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/drsugiyama/v6/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf','e'),(17741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/drsugiyama/v6/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf','('),(17742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/drsugiyama/v6/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf','&P>'),(17743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/durusans/v10/xn7iYH8xwmSyTvEV_HOxTw.ttf','}ʠ'),(17744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/durusans/v10/xn7iYH8xwmSyTvEV_HOxTw.ttf','Б'),(17745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/durusans/v10/xn7iYH8xwmSyTvEV_HOxTw.ttf','('),(17746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/durusans/v10/xn7iYH8xwmSyTvEV_HOxTw.ttf','^&S7'),(17747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dynalight/v6/-CWsIe8OUDWTIHjSAh41kA.ttf','}ʠ'),(17748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dynalight/v6/-CWsIe8OUDWTIHjSAh41kA.ttf',''),(17749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dynalight/v6/-CWsIe8OUDWTIHjSAh41kA.ttf','('),(17750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/dynalight/v6/-CWsIe8OUDWTIHjSAh41kA.ttf','CW'),(17751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf','a'),(17753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf','('),(17754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf','05'),(17755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/a7ivpTe3zZzednsAv-J8JUeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(17756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/a7ivpTe3zZzednsAv-J8JUeOrDcLawS7-ssYqLr2Xp4.ttf','UM'),(17757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/a7ivpTe3zZzednsAv-J8JUeOrDcLawS7-ssYqLr2Xp4.ttf','('),(17758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/a7ivpTe3zZzednsAv-J8JUeOrDcLawS7-ssYqLr2Xp4.ttf','d'),(17759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_8CNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(17760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_8CNfqCYlB_eIx7H1TVXe60.ttf','ғ?'),(17761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_8CNfqCYlB_eIx7H1TVXe60.ttf','('),(17762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_8CNfqCYlB_eIx7H1TVXe60.ttf','w~'),(17763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyWnWRcJAYo5PSCx8UfGMHCI.ttf','}ʠ'),(17764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyWnWRcJAYo5PSCx8UfGMHCI.ttf','h\\X'),(17765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyWnWRcJAYo5PSCx8UfGMHCI.ttf','('),(17766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyWnWRcJAYo5PSCx8UfGMHCI.ttf','\"'),(17767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_5Z7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(17768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_5Z7xm-Bj30Bj2KNdXDzSZg.ttf','Ņ'),(17769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_5Z7xm-Bj30Bj2KNdXDzSZg.ttf','('),(17770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_5Z7xm-Bj30Bj2KNdXDzSZg.ttf','q'),(17771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyZe6We3S5L6hKLscKpOkmlo.ttf','}ʠ'),(17772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyZe6We3S5L6hKLscKpOkmlo.ttf','_'),(17773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyZe6We3S5L6hKLscKpOkmlo.ttf','('),(17774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyZe6We3S5L6hKLscKpOkmlo.ttf','M$'),(17775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(17776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','Ӏk'),(17777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(17778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','RK'),(17779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyc_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(17780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyc_zJjSACmk0BRPxQqhnNLU.ttf','[/'),(17781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyc_zJjSACmk0BRPxQqhnNLU.ttf','('),(17782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyyc_zJjSACmk0BRPxQqhnNLU.ttf',':vT'),(17783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_w89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(17784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_w89PwPrYLaRFJ-HNCU9NbA.ttf','d'),(17785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_w89PwPrYLaRFJ-HNCU9NbA.ttf','('),(17786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/op4fHM8PJYvTt3cOgGzs_w89PwPrYLaRFJ-HNCU9NbA.ttf','[Yh'),(17787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyySad_7rtf4IdDfsLVg-2OV4.ttf','}ʠ'),(17788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyySad_7rtf4IdDfsLVg-2OV4.ttf','v'),(17789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyySad_7rtf4IdDfsLVg-2OV4.ttf','('),(17790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ebgaramond/v9/FBuKd0n5KoiDwUwHEzWyySad_7rtf4IdDfsLVg-2OV4.ttf','sl'),(17791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eaglelake/v5/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eaglelake/v5/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf','g#`'),(17793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eaglelake/v5/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf','('),(17794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eaglelake/v5/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf','|x6'),(17795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eater/v6/gm6f3OmYEdbs3lPQtUfBkA.ttf','}ʠ'),(17796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eater/v6/gm6f3OmYEdbs3lPQtUfBkA.ttf','k'),(17797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eater/v6/gm6f3OmYEdbs3lPQtUfBkA.ttf','('),(17798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eater/v6/gm6f3OmYEdbs3lPQtUfBkA.ttf',''),(17799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/G4rJRujzZbq9Nxngu9l3hg.ttf','}ʠ'),(17800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/G4rJRujzZbq9Nxngu9l3hg.ttf','>'),(17801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/G4rJRujzZbq9Nxngu9l3hg.ttf','('),(17802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/G4rJRujzZbq9Nxngu9l3hg.ttf','+'),(17803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf','44'),(17805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf','('),(17806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf','o'),(17807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf','/F'),(17809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf','('),(17810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf',''),(17811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(17812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf','c7I'),(17813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(17814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/economica/v5/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf',')'),(17815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/uKZcAQ5JBBs1UbeXFRbBRg.ttf','}ʠ'),(17816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/uKZcAQ5JBBs1UbeXFRbBRg.ttf','.͈'),(17817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/uKZcAQ5JBBs1UbeXFRbBRg.ttf','('),(17818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/uKZcAQ5JBBs1UbeXFRbBRg.ttf','Ghl'),(17819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/Ooe4KaPp2594tF8TbMfdlQ.ttf','}ʠ'),(17820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/Ooe4KaPp2594tF8TbMfdlQ.ttf','O'),(17821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/Ooe4KaPp2594tF8TbMfdlQ.ttf','('),(17822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/Ooe4KaPp2594tF8TbMfdlQ.ttf','n'),(17823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/IjQsWW0bmgkZ6lnN72cnTQ.ttf','}ʠ'),(17824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/IjQsWW0bmgkZ6lnN72cnTQ.ttf','U\''),(17825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/IjQsWW0bmgkZ6lnN72cnTQ.ttf','('),(17826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/IjQsWW0bmgkZ6lnN72cnTQ.ttf',''),(17827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/ELC8RVXfBMb3VuuHtMwBOA.ttf','}ʠ'),(17828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/ELC8RVXfBMb3VuuHtMwBOA.ttf',''),(17829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/ELC8RVXfBMb3VuuHtMwBOA.ttf','('),(17830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/ELC8RVXfBMb3VuuHtMwBOA.ttf','@<'),(17831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/9Uyt6nTZLx_Qj5_WRah-iQ.ttf','}ʠ'),(17832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/9Uyt6nTZLx_Qj5_WRah-iQ.ttf','ŖV'),(17833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/9Uyt6nTZLx_Qj5_WRah-iQ.ttf','('),(17834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/eczar/v6/9Uyt6nTZLx_Qj5_WRah-iQ.ttf','@ep'),(17835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(17836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf','WN'),(17837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf','('),(17838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf','u'),(17839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf','}ʠ'),(17840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf','V'),(17841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf','('),(17842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf','r '),(17843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(17844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf','XUd'),(17845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf','('),(17846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf','R'),(17847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(17848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf','ߡx'),(17849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf','('),(17850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elmessiri/v2/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf','7'),(17851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/electrolize/v6/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/electrolize/v6/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf','m#'),(17853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/electrolize/v6/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf','('),(17854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/electrolize/v6/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf','r5'),(17855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/gwspePauE45BJu6Ok1QrfQ.ttf','}ʠ'),(17856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/gwspePauE45BJu6Ok1QrfQ.ttf','M'),(17857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/gwspePauE45BJu6Ok1QrfQ.ttf','('),(17858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/gwspePauE45BJu6Ok1QrfQ.ttf','@:Y'),(17859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/1t-9f0N2NFYwAgN7oaISqg.ttf','}ʠ'),(17860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/1t-9f0N2NFYwAgN7oaISqg.ttf','r'),(17861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/1t-9f0N2NFYwAgN7oaISqg.ttf','('),(17862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsie/v7/1t-9f0N2NFYwAgN7oaISqg.ttf','%4'),(17863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf','}ʠ'),(17864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf','`'),(17865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf','('),(17866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf','\n'),(17867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf','}ʠ'),(17868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf','&&8'),(17869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf','('),(17870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/elsieswashcaps/v6/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf','-'),(17871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emblemaone/v6/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emblemaone/v6/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf','`z'),(17873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emblemaone/v6/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf','('),(17874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emblemaone/v6/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf','S'),(17875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emilyscandy/v5/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(17876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emilyscandy/v5/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf','=_$'),(17877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emilyscandy/v5/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf','('),(17878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/emilyscandy/v5/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf','~#'),(17879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/TvUFkOGoNYwmv-XugrRC14AWxXGWZ3yJw6KhWS7MxOk.ttf','}ʠ'),(17880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/TvUFkOGoNYwmv-XugrRC14AWxXGWZ3yJw6KhWS7MxOk.ttf','b'),(17881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/TvUFkOGoNYwmv-XugrRC14AWxXGWZ3yJw6KhWS7MxOk.ttf','('),(17882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/TvUFkOGoNYwmv-XugrRC14AWxXGWZ3yJw6KhWS7MxOk.ttf','_X'),(17883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vEnzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(17884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vEnzyIngrzGjGh22wPb6cGM.ttf',''),(17885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vEnzyIngrzGjGh22wPb6cGM.ttf','('),(17886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vEnzyIngrzGjGh22wPb6cGM.ttf','q<'),(17887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vC9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(17888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vC9-WlPSxbfiI49GsXo3q0g.ttf','>'),(17889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vC9-WlPSxbfiI49GsXo3q0g.ttf','('),(17890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vC9-WlPSxbfiI49GsXo3q0g.ttf','/\ZO'),(17891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/xpYstnmVhPpbvOHKD75EK6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(17892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/xpYstnmVhPpbvOHKD75EK6CWcynf_cDxXwCLxiixG1c.ttf',' ,>'),(17893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/xpYstnmVhPpbvOHKD75EK6CWcynf_cDxXwCLxiixG1c.ttf','('),(17894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/xpYstnmVhPpbvOHKD75EK6CWcynf_cDxXwCLxiixG1c.ttf','2-'),(17895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vMCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(17896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vMCNfqCYlB_eIx7H1TVXe60.ttf','ŕ'),(17897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vMCNfqCYlB_eIx7H1TVXe60.ttf','('),(17898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vMCNfqCYlB_eIx7H1TVXe60.ttf','K'),(17899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vJZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(17900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vJZ7xm-Bj30Bj2KNdXDzSZg.ttf',''),(17901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vJZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(17902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vJZ7xm-Bj30Bj2KNdXDzSZg.ttf','*2'),(17903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vHe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(17904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vHe1Pd76Vl7zRpE7NLJQ7XU.ttf','Z7'),(17905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vHe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(17906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vHe1Pd76Vl7zRpE7NLJQ7XU.ttf','\0v}'),(17907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vA89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(17908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vA89PwPrYLaRFJ-HNCU9NbA.ttf',''),(17909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vA89PwPrYLaRFJ-HNCU9NbA.ttf','('),(17910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vA89PwPrYLaRFJ-HNCU9NbA.ttf','Ȃ'),(17911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vCenaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(17912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vCenaqEuufTBk9XMKnKmgDA.ttf','9l'),(17913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vCenaqEuufTBk9XMKnKmgDA.ttf','('),(17914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesans/v2/IaOhmWC4W3-qZLH1UUd4vCenaqEuufTBk9XMKnKmgDA.ttf','J:'),(17915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/6LOoEWi9It096ZzMNw6yeii7tdGxScTr3oVgcrTUqWw.ttf','}ʠ'),(17916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/6LOoEWi9It096ZzMNw6yeii7tdGxScTr3oVgcrTUqWw.ttf','ʖ'),(17917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/6LOoEWi9It096ZzMNw6yeii7tdGxScTr3oVgcrTUqWw.ttf','('),(17918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/6LOoEWi9It096ZzMNw6yeii7tdGxScTr3oVgcrTUqWw.ttf','*UW'),(17919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY61IHoFZjDq9yl49NJ3Y0wY.ttf','}ʠ'),(17920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY61IHoFZjDq9yl49NJ3Y0wY.ttf','Be'),(17921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY61IHoFZjDq9yl49NJ3Y0wY.ttf','('),(17922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY61IHoFZjDq9yl49NJ3Y0wY.ttf','X'),(17923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY-ZroXgFx_lT3TTeDaAqrWE.ttf','}ʠ'),(17924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY-ZroXgFx_lT3TTeDaAqrWE.ttf','/Q/'),(17925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY-ZroXgFx_lT3TTeDaAqrWE.ttf','('),(17926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY-ZroXgFx_lT3TTeDaAqrWE.ttf','<F'),(17927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/CbFzpyBSY4j-AYSd59uzHIelbRYnLTTQA1Z5cVLnsI4.ttf','}ʠ'),(17928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/CbFzpyBSY4j-AYSd59uzHIelbRYnLTTQA1Z5cVLnsI4.ttf','sZ/'),(17929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/CbFzpyBSY4j-AYSd59uzHIelbRYnLTTQA1Z5cVLnsI4.ttf','('),(17930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/CbFzpyBSY4j-AYSd59uzHIelbRYnLTTQA1Z5cVLnsI4.ttf','P'),(17931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY64Ixr3FMLIaz6yY1ILODIU.ttf','}ʠ'),(17932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY64Ixr3FMLIaz6yY1ILODIU.ttf','\rn7'),(17933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY64Ixr3FMLIaz6yY1ILODIU.ttf','('),(17934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY64Ixr3FMLIaz6yY1ILODIU.ttf','i'),(17935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY8MHImBNo4aGUuMCjGiDijI.ttf','}ʠ'),(17936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY8MHImBNo4aGUuMCjGiDijI.ttf','xE'),(17937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY8MHImBNo4aGUuMCjGiDijI.ttf','('),(17938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY8MHImBNo4aGUuMCjGiDijI.ttf','{'),(17939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY7GMx7y0UuyPIsLqSMg46Ks.ttf','}ʠ'),(17940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY7GMx7y0UuyPIsLqSMg46Ks.ttf','X'),(17941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY7GMx7y0UuyPIsLqSMg46Ks.ttf','('),(17942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY7GMx7y0UuyPIsLqSMg46Ks.ttf','{@'),(17943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY_3VPWKD9LjLpSGgTAgUUIc.ttf','}ʠ'),(17944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY_3VPWKD9LjLpSGgTAgUUIc.ttf','`$@'),(17945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY_3VPWKD9LjLpSGgTAgUUIc.ttf','('),(17946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY_3VPWKD9LjLpSGgTAgUUIc.ttf','\r6'),(17947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY73y6LE9HhLx9tlnlwi3OAw.ttf','}ʠ'),(17948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY73y6LE9HhLx9tlnlwi3OAw.ttf','QGމ'),(17949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY73y6LE9HhLx9tlnlwi3OAw.ttf','('),(17950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanscondensed/v2/UP_H-DzI6prLPN-PMUyxY73y6LE9HhLx9tlnlwi3OAw.ttf','^['),(17951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/SxJCe-5XtgTwkLeuB6DsDAzYtaUryPdMybTmqF2t-hk.ttf','}ʠ'),(17952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/SxJCe-5XtgTwkLeuB6DsDAzYtaUryPdMybTmqF2t-hk.ttf','S'),(17953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/SxJCe-5XtgTwkLeuB6DsDAzYtaUryPdMybTmqF2t-hk.ttf','('),(17954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/SxJCe-5XtgTwkLeuB6DsDAzYtaUryPdMybTmqF2t-hk.ttf','yc'),(17955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtImyl4eLRAk2hWaf4usQtfw.ttf','}ʠ'),(17956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtImyl4eLRAk2hWaf4usQtfw.ttf','&M'),(17957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtImyl4eLRAk2hWaf4usQtfw.ttf','('),(17958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtImyl4eLRAk2hWaf4usQtfw.ttf','ۇ>'),(17959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtE8dNemX_23MZOKO5OoYF5E.ttf','}ʠ'),(17960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtE8dNemX_23MZOKO5OoYF5E.ttf','T'),(17961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtE8dNemX_23MZOKO5OoYF5E.ttf','('),(17962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtE8dNemX_23MZOKO5OoYF5E.ttf','='),(17963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/OdOWbHhxwo9XAUoeS5o4Dg7dxr0N5HY0cZKknTIL6n4.ttf','}ʠ'),(17964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/OdOWbHhxwo9XAUoeS5o4Dg7dxr0N5HY0cZKknTIL6n4.ttf','Vt'),(17965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/OdOWbHhxwo9XAUoeS5o4Dg7dxr0N5HY0cZKknTIL6n4.ttf','('),(17966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/OdOWbHhxwo9XAUoeS5o4Dg7dxr0N5HY0cZKknTIL6n4.ttf','+'),(17967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtPqCJK4Zn8SYLcLgnaiBGrc.ttf','}ʠ'),(17968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtPqCJK4Zn8SYLcLgnaiBGrc.ttf','wJ'),(17969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtPqCJK4Zn8SYLcLgnaiBGrc.ttf','('),(17970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtPqCJK4Zn8SYLcLgnaiBGrc.ttf','Po'),(17971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtFwX9co0a2-oIpf1o8i-1K0.ttf','}ʠ'),(17972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtFwX9co0a2-oIpf1o8i-1K0.ttf','NF'),(17973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtFwX9co0a2-oIpf1o8i-1K0.ttf','('),(17974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtFwX9co0a2-oIpf1o8i-1K0.ttf','b'),(17975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtD3JW4OQm61sg8k8DfLBAwg.ttf','}ʠ'),(17976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtD3JW4OQm61sg8k8DfLBAwg.ttf','-r'),(17977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtD3JW4OQm61sg8k8DfLBAwg.ttf','('),(17978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtD3JW4OQm61sg8k8DfLBAwg.ttf','Nv'),(17979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtJvi7umicd6qVgIYLFojqyc.ttf','}ʠ'),(17980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtJvi7umicd6qVgIYLFojqyc.ttf','s'),(17981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtJvi7umicd6qVgIYLFojqyc.ttf','('),(17982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtJvi7umicd6qVgIYLFojqyc.ttf','C0'),(17983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtGZrxQvJ_xEKbxayeNEjyrc.ttf','}ʠ'),(17984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtGZrxQvJ_xEKbxayeNEjyrc.ttf','4t'),(17985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtGZrxQvJ_xEKbxayeNEjyrc.ttf','('),(17986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesansexpanded/v2/NZFW_aAjtWMwFwRPQHyMtGZrxQvJ_xEKbxayeNEjyrc.ttf','b'),(17987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/E6kA5T3mzxUj69IdQg70PS1QEJchpDhTUwbwiSjEPbgt1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(17988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/E6kA5T3mzxUj69IdQg70PS1QEJchpDhTUwbwiSjEPbgt1EgZ0r6ZKKUGlEftq-4l.ttf','8'),(17989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/E6kA5T3mzxUj69IdQg70PS1QEJchpDhTUwbwiSjEPbgt1EgZ0r6ZKKUGlEftq-4l.ttf','('),(17990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/E6kA5T3mzxUj69IdQg70PS1QEJchpDhTUwbwiSjEPbgt1EgZ0r6ZKKUGlEftq-4l.ttf','91'),(17991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHVxi1xYyRqMxS_FPu-moW0lnrnXkzuOM3_obd5Pijc8I.ttf','}ʠ'),(17992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHVxi1xYyRqMxS_FPu-moW0lnrnXkzuOM3_obd5Pijc8I.ttf','cJ*'),(17993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHVxi1xYyRqMxS_FPu-moW0lnrnXkzuOM3_obd5Pijc8I.ttf','('),(17994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHVxi1xYyRqMxS_FPu-moW0lnrnXkzuOM3_obd5Pijc8I.ttf',':K'),(17995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHSLQwj9Lduqb1W3tq4fXf91Hjqw3C2sEu_rLGKi69l6e.ttf','}ʠ'),(17996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHSLQwj9Lduqb1W3tq4fXf91Hjqw3C2sEu_rLGKi69l6e.ttf','fe'),(17997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHSLQwj9Lduqb1W3tq4fXf91Hjqw3C2sEu_rLGKi69l6e.ttf','('),(17998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHSLQwj9Lduqb1W3tq4fXf91Hjqw3C2sEu_rLGKi69l6e.ttf','Ăw'),(17999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/70xnFP2R6L67b4lbb0LqFQ760Nu0ZmWpK1JTCHVCKHz3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(18000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/70xnFP2R6L67b4lbb0LqFQ760Nu0ZmWpK1JTCHVCKHz3rGVtsTkPsbDajuO5ueQw.ttf','\n'),(18001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/70xnFP2R6L67b4lbb0LqFQ760Nu0ZmWpK1JTCHVCKHz3rGVtsTkPsbDajuO5ueQw.ttf','('),(18002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/70xnFP2R6L67b4lbb0LqFQ760Nu0ZmWpK1JTCHVCKHz3rGVtsTkPsbDajuO5ueQw.ttf','i'),(18003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHWPzD9HBxt0HXJBsJbnj8Taafut6-naFoUxG7HwSESew.ttf','}ʠ'),(18004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHWPzD9HBxt0HXJBsJbnj8Taafut6-naFoUxG7HwSESew.ttf','=7'),(18005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHWPzD9HBxt0HXJBsJbnj8Taafut6-naFoUxG7HwSESew.ttf','('),(18006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHWPzD9HBxt0HXJBsJbnj8Taafut6-naFoUxG7HwSESew.ttf','4G2'),(18007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHZTIxrxLvLMtU-yhyAf1TK_6UxCao7uB89bcQ1oo--3e.ttf','}ʠ'),(18008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHZTIxrxLvLMtU-yhyAf1TK_6UxCao7uB89bcQ1oo--3e.ttf','DS'),(18009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHZTIxrxLvLMtU-yhyAf1TK_6UxCao7uB89bcQ1oo--3e.ttf','('),(18010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHZTIxrxLvLMtU-yhyAf1TK_6UxCao7uB89bcQ1oo--3e.ttf','߫('),(18011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHanrccv-0xgQwXIoROQBHDkCSihn6h2mBbERvk93HhFa.ttf','}ʠ'),(18012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHanrccv-0xgQwXIoROQBHDkCSihn6h2mBbERvk93HhFa.ttf','M'),(18013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHanrccv-0xgQwXIoROQBHDkCSihn6h2mBbERvk93HhFa.ttf','('),(18014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHanrccv-0xgQwXIoROQBHDkCSihn6h2mBbERvk93HhFa.ttf',')9'),(18015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHaUGwPLApwd9av9Pcjv04cOpN24TwUgSdG0iUOmnC_tI.ttf','}ʠ'),(18016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHaUGwPLApwd9av9Pcjv04cOpN24TwUgSdG0iUOmnC_tI.ttf','	O'),(18017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHaUGwPLApwd9av9Pcjv04cOpN24TwUgSdG0iUOmnC_tI.ttf','('),(18018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHaUGwPLApwd9av9Pcjv04cOpN24TwUgSdG0iUOmnC_tI.ttf','-\n'),(18019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHf3LPq0EY0JuN61BrMSCA9udBAFcbdBtG4hJ7aeN0Leh.ttf','}ʠ'),(18020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHf3LPq0EY0JuN61BrMSCA9udBAFcbdBtG4hJ7aeN0Leh.ttf','*'),(18021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHf3LPq0EY0JuN61BrMSCA9udBAFcbdBtG4hJ7aeN0Leh.ttf','('),(18022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemicondensed/v2/z-mVMDpNLBzCo6eVg95vHf3LPq0EY0JuN61BrMSCA9udBAFcbdBtG4hJ7aeN0Leh.ttf','E\rf'),(18023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/Dt9vBR-jlFaGi37WwOwD_8qIAxu59oivT8gVJSaPAJmglnMp3_3A8V8Ai8YosRtX.ttf','}ʠ'),(18024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/Dt9vBR-jlFaGi37WwOwD_8qIAxu59oivT8gVJSaPAJmglnMp3_3A8V8Ai8YosRtX.ttf','{Hc'),(18025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/Dt9vBR-jlFaGi37WwOwD_8qIAxu59oivT8gVJSaPAJmglnMp3_3A8V8Ai8YosRtX.ttf','('),(18026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/Dt9vBR-jlFaGi37WwOwD_8qIAxu59oivT8gVJSaPAJmglnMp3_3A8V8Ai8YosRtX.ttf','qq4'),(18027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4iyuBgySKCdxv6GjzoxXXEct1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4iyuBgySKCdxv6GjzoxXXEct1EgZ0r6ZKKUGlEftq-4l.ttf','36'),(18029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4iyuBgySKCdxv6GjzoxXXEct1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4iyuBgySKCdxv6GjzoxXXEct1EgZ0r6ZKKUGlEftq-4l.ttf','[Jc'),(18031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4mA0loIJ_cqzG2SO7pmT2v8t1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4mA0loIJ_cqzG2SO7pmT2v8t1EgZ0r6ZKKUGlEftq-4l.ttf','6'),(18033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4mA0loIJ_cqzG2SO7pmT2v8t1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4mA0loIJ_cqzG2SO7pmT2v8t1EgZ0r6ZKKUGlEftq-4l.ttf','cuh'),(18035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/L50h_XWfeGcmQgSaLLv8qDl-hG_EEbQLBeCEvsoBv9c.ttf','}ʠ'),(18036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/L50h_XWfeGcmQgSaLLv8qDl-hG_EEbQLBeCEvsoBv9c.ttf','Ï'),(18037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/L50h_XWfeGcmQgSaLLv8qDl-hG_EEbQLBeCEvsoBv9c.ttf','('),(18038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/L50h_XWfeGcmQgSaLLv8qDl-hG_EEbQLBeCEvsoBv9c.ttf','$'),(18039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4m9ZGOr7ke8-zfCGnYaqVkwt1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4m9ZGOr7ke8-zfCGnYaqVkwt1EgZ0r6ZKKUGlEftq-4l.ttf','M'),(18041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4m9ZGOr7ke8-zfCGnYaqVkwt1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4m9ZGOr7ke8-zfCGnYaqVkwt1EgZ0r6ZKKUGlEftq-4l.ttf','7F=$'),(18043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4jZr6ABenySL2MEoV49ZPIEt1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4jZr6ABenySL2MEoV49ZPIEt1EgZ0r6ZKKUGlEftq-4l.ttf','PR'),(18045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4jZr6ABenySL2MEoV49ZPIEt1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4jZr6ABenySL2MEoV49ZPIEt1EgZ0r6ZKKUGlEftq-4l.ttf','}'),(18047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4vb58e8syHA9EvUqaFcpH8kt1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4vb58e8syHA9EvUqaFcpH8kt1EgZ0r6ZKKUGlEftq-4l.ttf','̬'),(18049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4vb58e8syHA9EvUqaFcpH8kt1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4vb58e8syHA9EvUqaFcpH8kt1EgZ0r6ZKKUGlEftq-4l.ttf','\"\r'),(18051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4v1ujhhC8jANxa3d-BaQZ3st1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4v1ujhhC8jANxa3d-BaQZ3st1EgZ0r6ZKKUGlEftq-4l.ttf','`4B'),(18053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4v1ujhhC8jANxa3d-BaQZ3st1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4v1ujhhC8jANxa3d-BaQZ3st1EgZ0r6ZKKUGlEftq-4l.ttf','b*'),(18055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4sIOIZ6BsfRi1i9aEyUWch4t1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4sIOIZ6BsfRi1i9aEyUWch4t1EgZ0r6ZKKUGlEftq-4l.ttf','#o'),(18057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4sIOIZ6BsfRi1i9aEyUWch4t1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/encodesanssemiexpanded/v2/CzlMbAciMXgtU6UUaNDI4sIOIZ6BsfRi1i9aEyUWch4t1EgZ0r6ZKKUGlEftq-4l.ttf','\''),(18059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/engagement/v6/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/engagement/v6/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf',''),(18061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/engagement/v6/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf','('),(18062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/engagement/v6/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf','A'),(18063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/englebert/v5/sll38iOvOuarDTYBchlP3Q.ttf','}ʠ'),(18064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/englebert/v5/sll38iOvOuarDTYBchlP3Q.ttf','cf'),(18065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/englebert/v5/sll38iOvOuarDTYBchlP3Q.ttf','('),(18066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/englebert/v5/sll38iOvOuarDTYBchlP3Q.ttf','$'),(18067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/_p90TrIwR1SC-vDKtmrv6A.ttf','}ʠ'),(18068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/_p90TrIwR1SC-vDKtmrv6A.ttf','o'),(18069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/_p90TrIwR1SC-vDKtmrv6A.ttf','('),(18070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/_p90TrIwR1SC-vDKtmrv6A.ttf','-'),(18071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf','(n'),(18073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf','('),(18074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/enriqueta/v6/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf','p'),(18075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ericaone/v8/cIBnH2VAqQMIGYAcE4ufvQ.ttf','}ʠ'),(18076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ericaone/v8/cIBnH2VAqQMIGYAcE4ufvQ.ttf','	&'),(18077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ericaone/v8/cIBnH2VAqQMIGYAcE4ufvQ.ttf','('),(18078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ericaone/v8/cIBnH2VAqQMIGYAcE4ufvQ.ttf','X߄'),(18079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/esteban/v5/ESyhLgqDDyK5JcFPp2svDw.ttf','}ʠ'),(18080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/esteban/v5/ESyhLgqDDyK5JcFPp2svDw.ttf','Qk'),(18081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/esteban/v5/ESyhLgqDDyK5JcFPp2svDw.ttf','('),(18082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/esteban/v5/ESyhLgqDDyK5JcFPp2svDw.ttf','w'),(18083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/euphoriascript/v5/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf','}ʠ'),(18084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/euphoriascript/v5/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf','󥝎'),(18085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/euphoriascript/v5/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf','('),(18086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/euphoriascript/v5/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf','ն1}'),(18087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ewert/v5/Em8hrzuzSbfHcTVqMjbAQg.ttf','}ʠ'),(18088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ewert/v5/Em8hrzuzSbfHcTVqMjbAQg.ttf',''),(18089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ewert/v5/Em8hrzuzSbfHcTVqMjbAQg.ttf','('),(18090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ewert/v5/Em8hrzuzSbfHcTVqMjbAQg.ttf',':'),(18091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/RI7A9uwjRmPbVp0n8e-Jvg.ttf','}ʠ'),(18092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/RI7A9uwjRmPbVp0n8e-Jvg.ttf','P'),(18093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/RI7A9uwjRmPbVp0n8e-Jvg.ttf','('),(18094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/RI7A9uwjRmPbVp0n8e-Jvg.ttf','\nĖ'),(18095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/qtGyZZlWb2EEvby3ZPosxw.ttf','}ʠ'),(18096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/qtGyZZlWb2EEvby3ZPosxw.ttf','q@'),(18097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/qtGyZZlWb2EEvby3ZPosxw.ttf','('),(18098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/qtGyZZlWb2EEvby3ZPosxw.ttf',';'),(18099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/F8OfC_swrRRxpFt-tlXZQg.ttf','}ʠ'),(18100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/F8OfC_swrRRxpFt-tlXZQg.ttf','x:'),(18101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/F8OfC_swrRRxpFt-tlXZQg.ttf','('),(18102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/F8OfC_swrRRxpFt-tlXZQg.ttf','T'),(18103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/fr4HBfXHYiIngW2_bhlgRw.ttf','}ʠ'),(18104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/fr4HBfXHYiIngW2_bhlgRw.ttf','c'),(18105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/fr4HBfXHYiIngW2_bhlgRw.ttf','('),(18106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/fr4HBfXHYiIngW2_bhlgRw.ttf',''),(18107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/SBrN7TKUqgGUvfxqHqsnNw.ttf','}ʠ'),(18108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/SBrN7TKUqgGUvfxqHqsnNw.ttf','3E0o'),(18109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/SBrN7TKUqgGUvfxqHqsnNw.ttf','('),(18110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/SBrN7TKUqgGUvfxqHqsnNw.ttf',']['),(18111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3gmiLjBegIfcDLISjTGA1g.ttf','}ʠ'),(18112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3gmiLjBegIfcDLISjTGA1g.ttf','0\r'),(18113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3gmiLjBegIfcDLISjTGA1g.ttf','('),(18114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3gmiLjBegIfcDLISjTGA1g.ttf','w!'),(18115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/eUEzTFueNXRVhbt4PEB8kQ.ttf','}ʠ'),(18116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/eUEzTFueNXRVhbt4PEB8kQ.ttf','_r'),(18117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/eUEzTFueNXRVhbt4PEB8kQ.ttf','('),(18118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/eUEzTFueNXRVhbt4PEB8kQ.ttf',''),(18119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/cfgolWisMSURhpQeVHl_NA.ttf','}ʠ'),(18120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/cfgolWisMSURhpQeVHl_NA.ttf','gs)'),(18121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/cfgolWisMSURhpQeVHl_NA.ttf','('),(18122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/cfgolWisMSURhpQeVHl_NA.ttf','{M\0'),(18123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/jCg6DmGGXt_OVyp5ofQHPw.ttf','}ʠ'),(18124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/jCg6DmGGXt_OVyp5ofQHPw.ttf','UJ'),(18125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/jCg6DmGGXt_OVyp5ofQHPw.ttf','('),(18126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/jCg6DmGGXt_OVyp5ofQHPw.ttf','O'),(18127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/lo5eTdCNJZQVN08p8RnzAQ.ttf','}ʠ'),(18128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/lo5eTdCNJZQVN08p8RnzAQ.ttf','yj'),(18129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/lo5eTdCNJZQVN08p8RnzAQ.ttf','('),(18130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/lo5eTdCNJZQVN08p8RnzAQ.ttf','\r%'),(18131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/q_SG5kXUmOcIvFpgtdZnlw.ttf','}ʠ'),(18132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/q_SG5kXUmOcIvFpgtdZnlw.ttf','6]P'),(18133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/q_SG5kXUmOcIvFpgtdZnlw.ttf','('),(18134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/q_SG5kXUmOcIvFpgtdZnlw.ttf','es'),(18135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0cExa8K_pxS2lTuMr68XUA.ttf','}ʠ'),(18136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0cExa8K_pxS2lTuMr68XUA.ttf','\'f'),(18137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0cExa8K_pxS2lTuMr68XUA.ttf','('),(18138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0cExa8K_pxS2lTuMr68XUA.ttf','q'),(18139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3_jwsL4v9uHjl5Q37G57mw.ttf','}ʠ'),(18140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3_jwsL4v9uHjl5Q37G57mw.ttf','N.'),(18141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3_jwsL4v9uHjl5Q37G57mw.ttf','('),(18142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/3_jwsL4v9uHjl5Q37G57mw.ttf','0R'),(18143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0me55yJIxd5vyQ9bF7SsiA.ttf','}ʠ'),(18144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0me55yJIxd5vyQ9bF7SsiA.ttf','?2'),(18145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0me55yJIxd5vyQ9bF7SsiA.ttf','('),(18146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/0me55yJIxd5vyQ9bF7SsiA.ttf','ƞ'),(18147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/yLPuxBuV0lzqibRJyooOJg.ttf','}ʠ'),(18148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/yLPuxBuV0lzqibRJyooOJg.ttf',''),(18149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/yLPuxBuV0lzqibRJyooOJg.ttf','('),(18150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/yLPuxBuV0lzqibRJyooOJg.ttf',''),(18151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/n3LejeKVj_8gtZq5fIgNYw.ttf','}ʠ'),(18152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/n3LejeKVj_8gtZq5fIgNYw.ttf','*o'),(18153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/n3LejeKVj_8gtZq5fIgNYw.ttf','('),(18154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/n3LejeKVj_8gtZq5fIgNYw.ttf','y'),(18155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/97d0nd6Yv4-SA_X92xAuZA.ttf','}ʠ'),(18156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/97d0nd6Yv4-SA_X92xAuZA.ttf','*G*'),(18157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/97d0nd6Yv4-SA_X92xAuZA.ttf','('),(18158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/97d0nd6Yv4-SA_X92xAuZA.ttf','t'),(18159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/JHTkQVhzyLtkY13Ye95TJQ.ttf','}ʠ'),(18160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/JHTkQVhzyLtkY13Ye95TJQ.ttf','HĽ'),(18161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/JHTkQVhzyLtkY13Ye95TJQ.ttf','('),(18162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo/v6/JHTkQVhzyLtkY13Ye95TJQ.ttf','6'),(18163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oVOtQy53isv97g4UhBUDqg.ttf','}ʠ'),(18164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oVOtQy53isv97g4UhBUDqg.ttf','w'),(18165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oVOtQy53isv97g4UhBUDqg.ttf','('),(18166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oVOtQy53isv97g4UhBUDqg.ttf','LP'),(18167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/LNYVgsJcaCxoKFHmd4AZcg.ttf','}ʠ'),(18168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/LNYVgsJcaCxoKFHmd4AZcg.ttf','#z'),(18169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/LNYVgsJcaCxoKFHmd4AZcg.ttf','('),(18170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/LNYVgsJcaCxoKFHmd4AZcg.ttf','.'),(18171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/qa-Ci2pBwJdCxciE1ErifQ.ttf','}ʠ'),(18172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/qa-Ci2pBwJdCxciE1ErifQ.ttf',''),(18173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/qa-Ci2pBwJdCxciE1ErifQ.ttf','('),(18174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/qa-Ci2pBwJdCxciE1ErifQ.ttf','1J'),(18175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf','r1'),(18177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf','('),(18178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf','J'),(18179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/nLUBdz_lHHoVIPor05Byhw.ttf','}ʠ'),(18180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/nLUBdz_lHHoVIPor05Byhw.ttf','!OT'),(18181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/nLUBdz_lHHoVIPor05Byhw.ttf','('),(18182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/nLUBdz_lHHoVIPor05Byhw.ttf','S'),(18183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf','F;'),(18185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf','('),(18186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf','?'),(18187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Pf_kZuIH5c5WKVkQUaeSWQ.ttf','}ʠ'),(18188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Pf_kZuIH5c5WKVkQUaeSWQ.ttf','PQ'),(18189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Pf_kZuIH5c5WKVkQUaeSWQ.ttf','('),(18190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Pf_kZuIH5c5WKVkQUaeSWQ.ttf',''),(18191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/xxA5ZscX9sTU6U0lZJUlYA.ttf','}ʠ'),(18192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/xxA5ZscX9sTU6U0lZJUlYA.ttf','\Zo'),(18193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/xxA5ZscX9sTU6U0lZJUlYA.ttf','('),(18194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/xxA5ZscX9sTU6U0lZJUlYA.ttf','#%\\'),(18195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oM0rzUuPqVJpW-VEIpuW5w.ttf','}ʠ'),(18196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oM0rzUuPqVJpW-VEIpuW5w.ttf','|D'),(18197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oM0rzUuPqVJpW-VEIpuW5w.ttf','('),(18198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/oM0rzUuPqVJpW-VEIpuW5w.ttf','=,Q'),(18199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf','Y*'),(18201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf','('),(18202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf','?'),(18203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/YnSn3HsyvyI1feGSdRMYqA.ttf','}ʠ'),(18204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/YnSn3HsyvyI1feGSdRMYqA.ttf','\rI'),(18205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/YnSn3HsyvyI1feGSdRMYqA.ttf','('),(18206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/YnSn3HsyvyI1feGSdRMYqA.ttf','|C'),(18207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf','Yq'),(18209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf','('),(18210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf','V.w'),(18211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/2DiK4XkdTckfTk6we73-bQ.ttf','}ʠ'),(18212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/2DiK4XkdTckfTk6we73-bQ.ttf','B.m'),(18213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/2DiK4XkdTckfTk6we73-bQ.ttf','('),(18214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/2DiK4XkdTckfTk6we73-bQ.ttf','z>'),(18215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf','48'),(18217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf','('),(18218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf','׼'),(18219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/IVYl_7dJruOg8zKRpC8Hrw.ttf','}ʠ'),(18220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/IVYl_7dJruOg8zKRpC8Hrw.ttf',','),(18221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/IVYl_7dJruOg8zKRpC8Hrw.ttf','('),(18222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/IVYl_7dJruOg8zKRpC8Hrw.ttf','g.'),(18223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf','x'),(18225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf','('),(18226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf','y3	N'),(18227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/e8csG8Wnu87AF6uCndkFRQ.ttf','}ʠ'),(18228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/e8csG8Wnu87AF6uCndkFRQ.ttf',''),(18229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/e8csG8Wnu87AF6uCndkFRQ.ttf','('),(18230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/e8csG8Wnu87AF6uCndkFRQ.ttf',''),(18231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf','Mȩ4'),(18233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf','('),(18234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/exo2/v4/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf','r'),(18235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf','}ʠ'),(18236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf','\\0W'),(18237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf','('),(18238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf','N4'),(18239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf','}ʠ'),(18240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf','cQt'),(18241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf','('),(18242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf','\r'),(18243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf','}ʠ'),(18244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf',' Ѫ'),(18245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf','('),(18246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf','߽@'),(18247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf','}ʠ'),(18248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf','#C'),(18249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf','('),(18250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf','un'),(18251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf','}ʠ'),(18252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf','1'),(18253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf','('),(18254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf','ہo'),(18255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf','}ʠ'),(18256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf','+̢'),(18257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf','('),(18258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf','&{\\'),(18259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf','}ʠ'),(18260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf','5'),(18261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf','('),(18262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf','q\Z'),(18263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf','}ʠ'),(18264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf','wR;'),(18265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf','('),(18266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/expletussans/v10/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf','U;'),(18267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf','ʝ['),(18269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf','('),(18270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf','\Zs'),(18271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf','}ʠ'),(18272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf','Gi'),(18273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf','('),(18274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fanwoodtext/v7/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf','@<'),(18275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/farsan/v3/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf','}ʠ'),(18276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/farsan/v3/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf','p\n;'),(18277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/farsan/v3/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf','('),(18278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/farsan/v3/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf','\r\0'),(18279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinate/v6/ZE0637WWkBPKt1AmFaqD3Q.ttf','}ʠ'),(18280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinate/v6/ZE0637WWkBPKt1AmFaqD3Q.ttf','\''),(18281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinate/v6/ZE0637WWkBPKt1AmFaqD3Q.ttf','('),(18282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinate/v6/ZE0637WWkBPKt1AmFaqD3Q.ttf','$'),(18283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinateinline/v7/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf','}ʠ'),(18284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinateinline/v7/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf','V'),(18285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinateinline/v7/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf','('),(18286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fascinateinline/v7/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf','hO'),(18287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasterone/v8/H4ciBXCHmdfClFb-vWhfyLs.ttf','}ʠ'),(18288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasterone/v8/H4ciBXCHmdfClFb-vWhfyLs.ttf','Ϣ'),(18289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasterone/v8/H4ciBXCHmdfClFb-vWhfyLs.ttf','('),(18290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasterone/v8/H4ciBXCHmdfClFb-vWhfyLs.ttf','EjN'),(18291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasthand/v8/6XAagHH_KmpZL67wTvsETQ.ttf','}ʠ'),(18292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasthand/v8/6XAagHH_KmpZL67wTvsETQ.ttf',']Rv'),(18293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasthand/v8/6XAagHH_KmpZL67wTvsETQ.ttf','('),(18294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fasthand/v8/6XAagHH_KmpZL67wTvsETQ.ttf','F'),(18295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faunaone/v5/8kL-wpAPofcAMELI_5NRnQ.ttf','}ʠ'),(18296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faunaone/v5/8kL-wpAPofcAMELI_5NRnQ.ttf',']fm'),(18297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faunaone/v5/8kL-wpAPofcAMELI_5NRnQ.ttf','('),(18298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faunaone/v5/8kL-wpAPofcAMELI_5NRnQ.ttf',''),(18299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/VG2SxiuKreAgH5lXZ5wbng.ttf','}ʠ'),(18300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/VG2SxiuKreAgH5lXZ5wbng.ttf','q'),(18301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/VG2SxiuKreAgH5lXZ5wbng.ttf','('),(18302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/VG2SxiuKreAgH5lXZ5wbng.ttf','ӫ$'),(18303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/JxwP25AedFpQZdkRJXn_5_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/JxwP25AedFpQZdkRJXn_5_esZW2xOQ-xsNqO47m55DA.ttf','1mV'),(18305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/JxwP25AedFpQZdkRJXn_5_esZW2xOQ-xsNqO47m55DA.ttf','('),(18306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/JxwP25AedFpQZdkRJXn_5_esZW2xOQ-xsNqO47m55DA.ttf','͊'),(18307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/DMeEDU8yYDdzN-7RbPNe8KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/DMeEDU8yYDdzN-7RbPNe8KCWcynf_cDxXwCLxiixG1c.ttf','	0'),(18309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/DMeEDU8yYDdzN-7RbPNe8KCWcynf_cDxXwCLxiixG1c.ttf','('),(18310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/DMeEDU8yYDdzN-7RbPNe8KCWcynf_cDxXwCLxiixG1c.ttf','O-P'),(18311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/P6ASjT1goNMRHifKhq6WRZp-63r6doWhTEbsfBIRJ7A.ttf','}ʠ'),(18312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/P6ASjT1goNMRHifKhq6WRZp-63r6doWhTEbsfBIRJ7A.ttf','m'),(18313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/P6ASjT1goNMRHifKhq6WRZp-63r6doWhTEbsfBIRJ7A.ttf','('),(18314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/P6ASjT1goNMRHifKhq6WRZp-63r6doWhTEbsfBIRJ7A.ttf','a'),(18315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/YOr4BI3KhIzqwTG7vH0SM6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/YOr4BI3KhIzqwTG7vH0SM6CWcynf_cDxXwCLxiixG1c.ttf','4<@'),(18317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/YOr4BI3KhIzqwTG7vH0SM6CWcynf_cDxXwCLxiixG1c.ttf','('),(18318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/YOr4BI3KhIzqwTG7vH0SM6CWcynf_cDxXwCLxiixG1c.ttf','ȫ'),(18319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/OJMzHMQmadDP2rMiZVbZd_pTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(18320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/OJMzHMQmadDP2rMiZVbZd_pTEJqju4Hz1txDWij77d4.ttf',';t\0'),(18321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/OJMzHMQmadDP2rMiZVbZd_pTEJqju4Hz1txDWij77d4.ttf','('),(18322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/OJMzHMQmadDP2rMiZVbZd_pTEJqju4Hz1txDWij77d4.ttf','&O\n'),(18323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/fO-A_KFKgRicxL_4JD_smaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/fO-A_KFKgRicxL_4JD_smaCWcynf_cDxXwCLxiixG1c.ttf','Wv_'),(18325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/fO-A_KFKgRicxL_4JD_smaCWcynf_cDxXwCLxiixG1c.ttf','('),(18326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/fO-A_KFKgRicxL_4JD_smaCWcynf_cDxXwCLxiixG1c.ttf','z'),(18327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/XGqbj0LfEd8UkIzdKBNuggJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(18328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/XGqbj0LfEd8UkIzdKBNuggJKKGfqHaYFsRG-T3ceEVo.ttf','+'),(18329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/XGqbj0LfEd8UkIzdKBNuggJKKGfqHaYFsRG-T3ceEVo.ttf','('),(18330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/faustina/v2/XGqbj0LfEd8UkIzdKBNuggJKKGfqHaYFsRG-T3ceEVo.ttf','Ս\\'),(18331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federant/v9/tddZFSiGvxICNOGra0i5aA.ttf','}ʠ'),(18332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federant/v9/tddZFSiGvxICNOGra0i5aA.ttf','%4'),(18333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federant/v9/tddZFSiGvxICNOGra0i5aA.ttf','('),(18334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federant/v9/tddZFSiGvxICNOGra0i5aA.ttf','9E'),(18335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federo/v9/JPhe1S2tujeyaR79gXBLeQ.ttf','}ʠ'),(18336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federo/v9/JPhe1S2tujeyaR79gXBLeQ.ttf','D'),(18337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federo/v9/JPhe1S2tujeyaR79gXBLeQ.ttf','('),(18338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/federo/v9/JPhe1S2tujeyaR79gXBLeQ.ttf','n\\y'),(18339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/felipa/v5/SeyfyFZY7abAQXGrOIYnYg.ttf','}ʠ'),(18340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/felipa/v5/SeyfyFZY7abAQXGrOIYnYg.ttf','8'),(18341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/felipa/v5/SeyfyFZY7abAQXGrOIYnYg.ttf','('),(18342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/felipa/v5/SeyfyFZY7abAQXGrOIYnYg.ttf','er'),(18343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fenix/v5/Ak8wR3VSlAN7VN_eMeJj7Q.ttf','}ʠ'),(18344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fenix/v5/Ak8wR3VSlAN7VN_eMeJj7Q.ttf','#h'),(18345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fenix/v5/Ak8wR3VSlAN7VN_eMeJj7Q.ttf','('),(18346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fenix/v5/Ak8wR3VSlAN7VN_eMeJj7Q.ttf','w6'),(18347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fingerpaint/v7/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fingerpaint/v7/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf','Ʃ'),(18349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fingerpaint/v7/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf','('),(18350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fingerpaint/v7/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf','^$'),(18351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/WQOm1D4RO-yvA9q9trJc8g.ttf','}ʠ'),(18352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/WQOm1D4RO-yvA9q9trJc8g.ttf','9#'),(18353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/WQOm1D4RO-yvA9q9trJc8g.ttf','('),(18354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/WQOm1D4RO-yvA9q9trJc8g.ttf',''),(18355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/PJ4zAY1ucu5ib6LzyvHMkS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/PJ4zAY1ucu5ib6LzyvHMkS3USBnSvpkopQaUR-2r7iU.ttf','Kv'),(18357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/PJ4zAY1ucu5ib6LzyvHMkS3USBnSvpkopQaUR-2r7iU.ttf','('),(18358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/PJ4zAY1ucu5ib6LzyvHMkS3USBnSvpkopQaUR-2r7iU.ttf','\rR'),(18359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf','Z'),(18361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf','('),(18362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firamono/v6/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf','g'),(18363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/8lKWk2lAb6-y9gc_GLDdPKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/8lKWk2lAb6-y9gc_GLDdPKCWcynf_cDxXwCLxiixG1c.ttf','D\"'),(18365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/8lKWk2lAb6-y9gc_GLDdPKCWcynf_cDxXwCLxiixG1c.ttf','('),(18366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/8lKWk2lAb6-y9gc_GLDdPKCWcynf_cDxXwCLxiixG1c.ttf','+<'),(18367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/fmobwZujc_UI4huzQvESm4AWxXGWZ3yJw6KhWS7MxOk.ttf','}ʠ'),(18368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/fmobwZujc_UI4huzQvESm4AWxXGWZ3yJw6KhWS7MxOk.ttf','!g'),(18369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/fmobwZujc_UI4huzQvESm4AWxXGWZ3yJw6KhWS7MxOk.ttf','('),(18370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/fmobwZujc_UI4huzQvESm4AWxXGWZ3yJw6KhWS7MxOk.ttf','#'),(18371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/H2QtVYRshA1CFy63P7ykZy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/H2QtVYRshA1CFy63P7ykZy3USBnSvpkopQaUR-2r7iU.ttf','PQt'),(18373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/H2QtVYRshA1CFy63P7ykZy3USBnSvpkopQaUR-2r7iU.ttf','('),(18374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/H2QtVYRshA1CFy63P7ykZy3USBnSvpkopQaUR-2r7iU.ttf',''),(18375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTUnzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(18376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTUnzyIngrzGjGh22wPb6cGM.ttf','ZD'),(18377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTUnzyIngrzGjGh22wPb6cGM.ttf','('),(18378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTUnzyIngrzGjGh22wPb6cGM.ttf','D'),(18379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf',';*'),(18381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf','('),(18382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf','*Ը'),(18383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(18384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf','Df'),(18385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf','('),(18386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf','6'),(18387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/nsT0isDy56OkSX99sFQbXw.ttf','}ʠ'),(18388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/nsT0isDy56OkSX99sFQbXw.ttf','#'),(18389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/nsT0isDy56OkSX99sFQbXw.ttf','('),(18390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/nsT0isDy56OkSX99sFQbXw.ttf','bm'),(18391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf','<'),(18393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf','('),(18394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf','yy4'),(18395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf','H'),(18397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf','('),(18398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf','#}{3'),(18399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(18400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf',''),(18401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf','('),(18402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf','A'),(18403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/TPhEsJuyxIEzWtby22btfi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/TPhEsJuyxIEzWtby22btfi3USBnSvpkopQaUR-2r7iU.ttf','ZG@'),(18405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/TPhEsJuyxIEzWtby22btfi3USBnSvpkopQaUR-2r7iU.ttf','('),(18406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/TPhEsJuyxIEzWtby22btfi3USBnSvpkopQaUR-2r7iU.ttf','PrX'),(18407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTZZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(18408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTZZ7xm-Bj30Bj2KNdXDzSZg.ttf',''),(18409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTZZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(18410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTZZ7xm-Bj30Bj2KNdXDzSZg.ttf','&p'),(18411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf','?'),(18413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf','('),(18414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf','GZV'),(18415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(18416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf','`'),(18417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(18418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf','l'),(18419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/htOw9f-chtELyJuFCkCrFi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/htOw9f-chtELyJuFCkCrFi3USBnSvpkopQaUR-2r7iU.ttf',''),(18421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/htOw9f-chtELyJuFCkCrFi3USBnSvpkopQaUR-2r7iU.ttf','('),(18422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/htOw9f-chtELyJuFCkCrFi3USBnSvpkopQaUR-2r7iU.ttf','8\\P'),(18423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTQ89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(18424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTQ89PwPrYLaRFJ-HNCU9NbA.ttf','S'),(18425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTQ89PwPrYLaRFJ-HNCU9NbA.ttf','('),(18426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTQ89PwPrYLaRFJ-HNCU9NbA.ttf','&$'),(18427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/rowJfijyp23uW9P2J-sluC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/rowJfijyp23uW9P2J-sluC3USBnSvpkopQaUR-2r7iU.ttf','A'),(18429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/rowJfijyp23uW9P2J-sluC3USBnSvpkopQaUR-2r7iU.ttf','('),(18430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/rowJfijyp23uW9P2J-sluC3USBnSvpkopQaUR-2r7iU.ttf','+'),(18431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTSenaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(18432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTSenaqEuufTBk9XMKnKmgDA.ttf','6?'),(18433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTSenaqEuufTBk9XMKnKmgDA.ttf','('),(18434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasans/v8/6s0YCA9oCTF6hM60YM-qTSenaqEuufTBk9XMKnKmgDA.ttf','1QM'),(18435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99LvtmzsEJYDLiwza6ZHrdqhthQ.ttf','}ʠ'),(18436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99LvtmzsEJYDLiwza6ZHrdqhthQ.ttf','73'),(18437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99LvtmzsEJYDLiwza6ZHrdqhthQ.ttf','('),(18438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99LvtmzsEJYDLiwza6ZHrdqhthQ.ttf','1'),(18439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Nqqv1KfmeTlTML-ky7aaRPKr3wa5Ugsm4QGD8HSjBf8.ttf','}ʠ'),(18440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Nqqv1KfmeTlTML-ky7aaRPKr3wa5Ugsm4QGD8HSjBf8.ttf','FR'),(18441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Nqqv1KfmeTlTML-ky7aaRPKr3wa5Ugsm4QGD8HSjBf8.ttf','('),(18442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Nqqv1KfmeTlTML-ky7aaRPKr3wa5Ugsm4QGD8HSjBf8.ttf',''),(18443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IBfX0yoOQz7y6Fa57EWAgY.ttf','}ʠ'),(18444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IBfX0yoOQz7y6Fa57EWAgY.ttf','28'),(18445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IBfX0yoOQz7y6Fa57EWAgY.ttf','('),(18446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IBfX0yoOQz7y6Fa57EWAgY.ttf','RO'),(18447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzTCSvnRzshTGhbaUNxVLsY.ttf','}ʠ'),(18448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzTCSvnRzshTGhbaUNxVLsY.ttf','9\rJ'),(18449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzTCSvnRzshTGhbaUNxVLsY.ttf','('),(18450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzTCSvnRzshTGhbaUNxVLsY.ttf','U'),(18451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993EMwSSh38KQVJx4ABtsZTnA.ttf','}ʠ'),(18452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993EMwSSh38KQVJx4ABtsZTnA.ttf','S1'),(18453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993EMwSSh38KQVJx4ABtsZTnA.ttf','('),(18454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993EMwSSh38KQVJx4ABtsZTnA.ttf','7?'),(18455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4_LkTZ_uhAwfmGJ084hlvM.ttf','}ʠ'),(18456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4_LkTZ_uhAwfmGJ084hlvM.ttf','m'),(18457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4_LkTZ_uhAwfmGJ084hlvM.ttf','('),(18458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4_LkTZ_uhAwfmGJ084hlvM.ttf',''),(18459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/HQGj1o4-qj8agzakWWMQw0b2huS6PSilRpwXI3qYZmg.ttf','}ʠ'),(18460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/HQGj1o4-qj8agzakWWMQw0b2huS6PSilRpwXI3qYZmg.ttf','N^'),(18461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/HQGj1o4-qj8agzakWWMQw0b2huS6PSilRpwXI3qYZmg.ttf','('),(18462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/HQGj1o4-qj8agzakWWMQw0b2huS6PSilRpwXI3qYZmg.ttf','\r'),(18463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99Lvtv745YdnE8ZqDtluSBzScUA.ttf','}ʠ'),(18464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99Lvtv745YdnE8ZqDtluSBzScUA.ttf','۸'),(18465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99Lvtv745YdnE8ZqDtluSBzScUA.ttf','('),(18466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/-hkH0zXsjNm-yd0g99Lvtv745YdnE8ZqDtluSBzScUA.ttf','O!o'),(18467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993OsjvTPWUq6WFqixIyn02S8.ttf','}ʠ'),(18468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993OsjvTPWUq6WFqixIyn02S8.ttf','Qs)'),(18469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993OsjvTPWUq6WFqixIyn02S8.ttf','('),(18470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993OsjvTPWUq6WFqixIyn02S8.ttf','ޖ'),(18471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4BZvKPjZWiSZqpadd3c-cI.ttf','}ʠ'),(18472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4BZvKPjZWiSZqpadd3c-cI.ttf','?ȋ'),(18473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4BZvKPjZWiSZqpadd3c-cI.ttf','('),(18474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD4BZvKPjZWiSZqpadd3c-cI.ttf','d>'),(18475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993HI2_Em5SxSZLj3SINQVfR0.ttf','}ʠ'),(18476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993HI2_Em5SxSZLj3SINQVfR0.ttf','>'),(18477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993HI2_Em5SxSZLj3SINQVfR0.ttf','('),(18478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993HI2_Em5SxSZLj3SINQVfR0.ttf','ƭ0'),(18479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD5AgRolq0CFuJyGMzcpUuqI.ttf','}ʠ'),(18480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD5AgRolq0CFuJyGMzcpUuqI.ttf','|d'),(18481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD5AgRolq0CFuJyGMzcpUuqI.ttf','('),(18482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD5AgRolq0CFuJyGMzcpUuqI.ttf','.˗'),(18483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BEM87DM3yorPOrvA-vB930.ttf','}ʠ'),(18484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BEM87DM3yorPOrvA-vB930.ttf',''),(18485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BEM87DM3yorPOrvA-vB930.ttf','('),(18486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BEM87DM3yorPOrvA-vB930.ttf',''),(18487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzkJmEiMQ4xM-o8FMi_9og4.ttf','}ʠ'),(18488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzkJmEiMQ4xM-o8FMi_9og4.ttf','\''),(18489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzkJmEiMQ4xM-o8FMi_9og4.ttf','('),(18490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjDzkJmEiMQ4xM-o8FMi_9og4.ttf','\"!'),(18491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IakE3OFfI2LZ4c6GPO8Mzs.ttf','}ʠ'),(18492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IakE3OFfI2LZ4c6GPO8Mzs.ttf',',w'),(18493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IakE3OFfI2LZ4c6GPO8Mzs.ttf','('),(18494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993IakE3OFfI2LZ4c6GPO8Mzs.ttf','_`?'),(18495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD07QUKmu2W_Ow4yNN8hZ1i8.ttf','}ʠ'),(18496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD07QUKmu2W_Ow4yNN8hZ1i8.ttf','8'),(18497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD07QUKmu2W_Ow4yNN8hZ1i8.ttf','('),(18498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD07QUKmu2W_Ow4yNN8hZ1i8.ttf','C7'),(18499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BL2AAruu1GYH8xAyPJJAg8.ttf','}ʠ'),(18500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BL2AAruu1GYH8xAyPJJAg8.ttf',''),(18501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BL2AAruu1GYH8xAyPJJAg8.ttf','('),(18502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/k1srRZ14gKpu4XGd0R993BL2AAruu1GYH8xAyPJJAg8.ttf','4'),(18503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD8mJu-lqHNyZBDoYLJNH3Ks.ttf','}ʠ'),(18504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD8mJu-lqHNyZBDoYLJNH3Ks.ttf','&'),(18505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD8mJu-lqHNyZBDoYLJNH3Ks.ttf','('),(18506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasanscondensed/v2/Z87ZCYzj43dcQd7C-kCjD8mJu-lqHNyZBDoYLJNH3Ks.ttf','n\0b'),(18507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArgFORyOzJNaQMfz6m4ejZbGglnMp3_3A8V8Ai8YosRtX.ttf','}ʠ'),(18508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArgFORyOzJNaQMfz6m4ejZbGglnMp3_3A8V8Ai8YosRtX.ttf','}g=%'),(18509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArgFORyOzJNaQMfz6m4ejZbGglnMp3_3A8V8Ai8YosRtX.ttf','('),(18510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArgFORyOzJNaQMfz6m4ejZbGglnMp3_3A8V8Ai8YosRtX.ttf',''),(18511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/G8VKhLxlTd0YOlG3i1R8CfHXjqTqiXVW6z8kDssMYPCAFsVxlmd8icOioVkuzMTp.ttf','}ʠ'),(18512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/G8VKhLxlTd0YOlG3i1R8CfHXjqTqiXVW6z8kDssMYPCAFsVxlmd8icOioVkuzMTp.ttf',']l'),(18513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/G8VKhLxlTd0YOlG3i1R8CfHXjqTqiXVW6z8kDssMYPCAFsVxlmd8icOioVkuzMTp.ttf','('),(18514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/G8VKhLxlTd0YOlG3i1R8CfHXjqTqiXVW6z8kDssMYPCAFsVxlmd8icOioVkuzMTp.ttf','\"ԏq'),(18515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW_7IC3ILXfeIVwvfWGu4Sgt1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW_7IC3ILXfeIVwvfWGu4Sgt1EgZ0r6ZKKUGlEftq-4l.ttf','W'),(18517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW_7IC3ILXfeIVwvfWGu4Sgt1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW_7IC3ILXfeIVwvfWGu4Sgt1EgZ0r6ZKKUGlEftq-4l.ttf',''),(18519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPBJ88iJ4K8xoxodtsD2-nBj.ttf','}ʠ'),(18520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPBJ88iJ4K8xoxodtsD2-nBj.ttf',''),(18521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPBJ88iJ4K8xoxodtsD2-nBj.ttf','('),(18522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPBJ88iJ4K8xoxodtsD2-nBj.ttf','}2'),(18523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV0t1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV0t1EgZ0r6ZKKUGlEftq-4l.ttf','N0'),(18525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV0t1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV0t1EgZ0r6ZKKUGlEftq-4l.ttf','z2'),(18527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAvflpT0sW34iOPRrF6N6tI.ttf','}ʠ'),(18528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAvflpT0sW34iOPRrF6N6tI.ttf','D&'),(18529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAvflpT0sW34iOPRrF6N6tI.ttf','('),(18530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAvflpT0sW34iOPRrF6N6tI.ttf','<V'),(18531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/wg_5XrW_o1_ZfuCbAkBfGRreEc6WSk_gssVJg3w2ARQ.ttf','}ʠ'),(18532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/wg_5XrW_o1_ZfuCbAkBfGRreEc6WSk_gssVJg3w2ARQ.ttf','_ܨ'),(18533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/wg_5XrW_o1_ZfuCbAkBfGRreEc6WSk_gssVJg3w2ARQ.ttf','('),(18534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/wg_5XrW_o1_ZfuCbAkBfGRreEc6WSk_gssVJg3w2ARQ.ttf','L'),(18535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArnKUexidEaHsf8DLYXbriUSglnMp3_3A8V8Ai8YosRtX.ttf','}ʠ'),(18536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArnKUexidEaHsf8DLYXbriUSglnMp3_3A8V8Ai8YosRtX.ttf','Cq'),(18537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArnKUexidEaHsf8DLYXbriUSglnMp3_3A8V8Ai8YosRtX.ttf','('),(18538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/_dPmaUiuUAWmL0ibePdArnKUexidEaHsf8DLYXbriUSglnMp3_3A8V8Ai8YosRtX.ttf','r('),(18539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7Owdd0GPYAHEVh0EvoffkRAuMt1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7Owdd0GPYAHEVh0EvoffkRAuMt1EgZ0r6ZKKUGlEftq-4l.ttf','n'),(18541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7Owdd0GPYAHEVh0EvoffkRAuMt1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7Owdd0GPYAHEVh0EvoffkRAuMt1EgZ0r6ZKKUGlEftq-4l.ttf','1'),(18543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPDAjX6gmJQf3iMex9U1V3ut.ttf','}ʠ'),(18544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPDAjX6gmJQf3iMex9U1V3ut.ttf','?'),(18545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPDAjX6gmJQf3iMex9U1V3ut.ttf','('),(18546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPDAjX6gmJQf3iMex9U1V3ut.ttf',':Y'),(18547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW8v1dGG_WArVpDmblm5TDot1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW8v1dGG_WArVpDmblm5TDot1EgZ0r6ZKKUGlEftq-4l.ttf','BZ&'),(18549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW8v1dGG_WArVpDmblm5TDot1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwW8v1dGG_WArVpDmblm5TDot1EgZ0r6ZKKUGlEftq-4l.ttf','V,?'),(18551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPCWe8ZvgY99AY9ijXVw80mY.ttf','}ʠ'),(18552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPCWe8ZvgY99AY9ijXVw80mY.ttf','(Y'),(18553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPCWe8ZvgY99AY9ijXVw80mY.ttf','('),(18554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPCWe8ZvgY99AY9ijXVw80mY.ttf','<'),(18555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6ct1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6ct1EgZ0r6ZKKUGlEftq-4l.ttf','A'),(18557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6ct1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6ct1EgZ0r6ZKKUGlEftq-4l.ttf','?'),(18559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPB3tT3e-lZe80aROzSyUO11.ttf','}ʠ'),(18560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPB3tT3e-lZe80aROzSyUO11.ttf','?5e'),(18561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPB3tT3e-lZe80aROzSyUO11.ttf','('),(18562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPB3tT3e-lZe80aROzSyUO11.ttf','N>'),(18563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwZZWqFq9WyGGQ2ef9bXDKiQt1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwZZWqFq9WyGGQ2ef9bXDKiQt1EgZ0r6ZKKUGlEftq-4l.ttf','\r5Z'),(18565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwZZWqFq9WyGGQ2ef9bXDKiQt1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwZZWqFq9WyGGQ2ef9bXDKiQt1EgZ0r6ZKKUGlEftq-4l.ttf','Qt'),(18567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAPPT8D62C2kRSfhzQlPTWw.ttf','}ʠ'),(18568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAPPT8D62C2kRSfhzQlPTWw.ttf','TP1'),(18569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAPPT8D62C2kRSfhzQlPTWw.ttf','('),(18570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAPPT8D62C2kRSfhzQlPTWw.ttf','+ǀ}'),(18571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwRPaRBEe7-4iQsBL_zD1FQ8t1EgZ0r6ZKKUGlEftq-4l.ttf','}ʠ'),(18572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwRPaRBEe7-4iQsBL_zD1FQ8t1EgZ0r6ZKKUGlEftq-4l.ttf',''),(18573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwRPaRBEe7-4iQsBL_zD1FQ8t1EgZ0r6ZKKUGlEftq-4l.ttf','('),(18574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/34whiWDL4CxC1laOcj7OwRPaRBEe7-4iQsBL_zD1FQ8t1EgZ0r6ZKKUGlEftq-4l.ttf','mF'),(18575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAnp2qhLrn0wZPVzCpypoAw.ttf','}ʠ'),(18576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAnp2qhLrn0wZPVzCpypoAw.ttf','iK'),(18577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAnp2qhLrn0wZPVzCpypoAw.ttf','('),(18578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/firasansextracondensed/v2/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAnp2qhLrn0wZPVzCpypoAw.ttf','Ɂ'),(18579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjallaone/v5/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjallaone/v5/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf',':9*'),(18581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjallaone/v5/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf','('),(18582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjallaone/v5/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf','2'),(18583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjordone/v6/R_YHK8au2uFPw5tNu5N7zw.ttf','}ʠ'),(18584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjordone/v6/R_YHK8au2uFPw5tNu5N7zw.ttf','d'),(18585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjordone/v6/R_YHK8au2uFPw5tNu5N7zw.ttf','('),(18586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fjordone/v6/R_YHK8au2uFPw5tNu5N7zw.ttf','0Ǽ'),(18587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf','J'),(18589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf','('),(18590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf','|'),(18591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/HC0ugfLLgt26I5_BWD1PZA.ttf','}ʠ'),(18592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/HC0ugfLLgt26I5_BWD1PZA.ttf','GЩ'),(18593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/HC0ugfLLgt26I5_BWD1PZA.ttf','('),(18594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flamenco/v8/HC0ugfLLgt26I5_BWD1PZA.ttf','@}'),(18595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flavors/v6/SPJi5QclATvon8ExcKGRvQ.ttf','}ʠ'),(18596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flavors/v6/SPJi5QclATvon8ExcKGRvQ.ttf','1Y'),(18597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flavors/v6/SPJi5QclATvon8ExcKGRvQ.ttf','('),(18598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/flavors/v6/SPJi5QclATvon8ExcKGRvQ.ttf',''),(18599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf','txC'),(18601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf','('),(18602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf',''),(18603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf','d'),(18605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf','('),(18606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fondamento/v7/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf','T|'),(18607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fontdinerswanky/v8/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf','}ʠ'),(18608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fontdinerswanky/v8/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf',''),(18609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fontdinerswanky/v8/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf','('),(18610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fontdinerswanky/v8/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf','~'),(18611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/forum/v8/MZUpsq1VfLrqv8eSDcbrrQ.ttf','}ʠ'),(18612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/forum/v8/MZUpsq1VfLrqv8eSDcbrrQ.ttf','~'),(18613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/forum/v8/MZUpsq1VfLrqv8eSDcbrrQ.ttf','('),(18614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/forum/v8/MZUpsq1VfLrqv8eSDcbrrQ.ttf','BL'),(18615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/francoisone/v11/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/francoisone/v11/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf','N\nXd'),(18617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/francoisone/v11/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf','('),(18618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/francoisone/v11/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf','l]'),(18619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf','}ʠ'),(18620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf','f~z'),(18621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf','('),(18622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf','s7'),(18623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf','}ʠ'),(18624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf','?'),(18625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf','('),(18626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf','\'b'),(18627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf','}ʠ'),(18628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf','#'),(18629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf','('),(18630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf','Z/'),(18631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf','}ʠ'),(18632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf','2'),(18633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf','('),(18634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf','f\r'),(18635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf','}ʠ'),(18636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf','G@Q'),(18637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf','('),(18638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frankruhllibre/v3/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf',''),(18639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freckleface/v5/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freckleface/v5/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf','eP'),(18641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freckleface/v5/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf','('),(18642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freckleface/v5/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf','4'),(18643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frederickathegreat/v6/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf','}ʠ'),(18644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frederickathegreat/v6/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf','@'),(18645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frederickathegreat/v6/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf','('),(18646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frederickathegreat/v6/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf','&'),(18647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fredokaone/v5/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fredokaone/v5/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf','c'),(18649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fredokaone/v5/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf','('),(18650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fredokaone/v5/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf','CHC?'),(18651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freehand/v9/uEBQxvA0lnn_BrD6krlxMw.ttf','}ʠ'),(18652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freehand/v9/uEBQxvA0lnn_BrD6krlxMw.ttf','_Xp'),(18653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freehand/v9/uEBQxvA0lnn_BrD6krlxMw.ttf','('),(18654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/freehand/v9/uEBQxvA0lnn_BrD6krlxMw.ttf','h('),(18655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fresca/v6/2q7Qm9sCo1tWvVgSDVWNIw.ttf','}ʠ'),(18656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fresca/v6/2q7Qm9sCo1tWvVgSDVWNIw.ttf','nB'),(18657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fresca/v6/2q7Qm9sCo1tWvVgSDVWNIw.ttf','('),(18658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fresca/v6/2q7Qm9sCo1tWvVgSDVWNIw.ttf','<'),(18659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frijole/v6/L2MfZse-2gCascuD-nLhWg.ttf','}ʠ'),(18660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frijole/v6/L2MfZse-2gCascuD-nLhWg.ttf','CMI'),(18661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frijole/v6/L2MfZse-2gCascuD-nLhWg.ttf','('),(18662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/frijole/v6/L2MfZse-2gCascuD-nLhWg.ttf','}'),(18663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fruktur/v10/PnQvfEi1LssAvhJsCwH__w.ttf','}ʠ'),(18664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fruktur/v10/PnQvfEi1LssAvhJsCwH__w.ttf',''),(18665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fruktur/v10/PnQvfEi1LssAvhJsCwH__w.ttf','('),(18666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fruktur/v10/PnQvfEi1LssAvhJsCwH__w.ttf','I*'),(18667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fugazone/v7/5tteVDCwxsr8-5RuSiRWOw.ttf','}ʠ'),(18668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fugazone/v7/5tteVDCwxsr8-5RuSiRWOw.ttf','JSr'),(18669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fugazone/v7/5tteVDCwxsr8-5RuSiRWOw.ttf','('),(18670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/fugazone/v7/5tteVDCwxsr8-5RuSiRWOw.ttf','L'),(18671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsdidot/v7/jQKxZy2RU-h9tkPZcRVluA.ttf','}ʠ'),(18672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsdidot/v7/jQKxZy2RU-h9tkPZcRVluA.ttf','xBO'),(18673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsdidot/v7/jQKxZy2RU-h9tkPZcRVluA.ttf','('),(18674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsdidot/v7/jQKxZy2RU-h9tkPZcRVluA.ttf',''),(18675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf','}ʠ'),(18676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf','Yl'),(18677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf','('),(18678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf','+'),(18679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf','}ʠ'),(18680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf','wƺ'),(18681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf','('),(18682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf','\0Ip'),(18683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf','}ʠ'),(18684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf','s'),(18685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf','('),(18686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf',' >9'),(18687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf','}ʠ'),(18688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf','e'),(18689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf','('),(18690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gfsneohellenic/v8/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf','7)\''),(18691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gabriela/v6/B-2ZfbAO3HDrxqV6lR5tdA.ttf','}ʠ'),(18692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gabriela/v6/B-2ZfbAO3HDrxqV6lR5tdA.ttf','z{'),(18693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gabriela/v6/B-2ZfbAO3HDrxqV6lR5tdA.ttf','('),(18694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gabriela/v6/B-2ZfbAO3HDrxqV6lR5tdA.ttf',''),(18695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gafata/v6/aTFqlki_3Dc3geo-FxHTvQ.ttf','}ʠ'),(18696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gafata/v6/aTFqlki_3Dc3geo-FxHTvQ.ttf','rhg'),(18697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gafata/v6/aTFqlki_3Dc3geo-FxHTvQ.ttf','('),(18698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gafata/v6/aTFqlki_3Dc3geo-FxHTvQ.ttf','f '),(18699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galada/v3/xGkllHQb8OOCv9VJ6IObSA.ttf','}ʠ'),(18700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galada/v3/xGkllHQb8OOCv9VJ6IObSA.ttf','b'),(18701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galada/v3/xGkllHQb8OOCv9VJ6IObSA.ttf','('),(18702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galada/v3/xGkllHQb8OOCv9VJ6IObSA.ttf','d2'),(18703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galdeano/v7/ZKFMQI6HxEG1jOT0UGSZUg.ttf','}ʠ'),(18704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galdeano/v7/ZKFMQI6HxEG1jOT0UGSZUg.ttf','*'),(18705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galdeano/v7/ZKFMQI6HxEG1jOT0UGSZUg.ttf','('),(18706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galdeano/v7/ZKFMQI6HxEG1jOT0UGSZUg.ttf','Q;'),(18707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galindo/v5/2lafAS_ZEfB33OJryhXDUg.ttf','}ʠ'),(18708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galindo/v5/2lafAS_ZEfB33OJryhXDUg.ttf',''),(18709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galindo/v5/2lafAS_ZEfB33OJryhXDUg.ttf','('),(18710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/galindo/v5/2lafAS_ZEfB33OJryhXDUg.ttf','h'),(18711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf','}ʠ'),(18712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf','ȱ*'),(18713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf','('),(18714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf','@d'),(18715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf','}ʠ'),(18716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf','r'),(18717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf','('),(18718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf','Z;u'),(18719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf','}ʠ'),(18720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf','0{rk'),(18721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf','('),(18722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf','^D'),(18723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf','}ʠ'),(18724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf','-'),(18725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf','('),(18726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbasic/v9/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf',':*'),(18727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf','}ʠ'),(18728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf','ا'),(18729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf','('),(18730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf','m|'),(18731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf','}ʠ'),(18732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf','l'),(18733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf','('),(18734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf','z'),(18735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf','}ʠ'),(18736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf','z'),(18737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf','('),(18738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf','|rG`'),(18739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf','}ʠ'),(18740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf','='),(18741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf','('),(18742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gentiumbookbasic/v8/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf','lS'),(18743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/mJuJYk5Pww84B4uHAQ1XaA.ttf','}ʠ'),(18744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/mJuJYk5Pww84B4uHAQ1XaA.ttf','	DJ'),(18745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/mJuJYk5Pww84B4uHAQ1XaA.ttf','('),(18746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/mJuJYk5Pww84B4uHAQ1XaA.ttf','W'),(18747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/8_r1wToF7nPdDuX1qxel6Q.ttf','}ʠ'),(18748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/8_r1wToF7nPdDuX1qxel6Q.ttf',''),(18749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/8_r1wToF7nPdDuX1qxel6Q.ttf','('),(18750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geo/v9/8_r1wToF7nPdDuX1qxel6Q.ttf','Q'),(18751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostar/v7/A8WQbhQbpYx3GWWaShJ9GA.ttf','}ʠ'),(18752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostar/v7/A8WQbhQbpYx3GWWaShJ9GA.ttf','vHC'),(18753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostar/v7/A8WQbhQbpYx3GWWaShJ9GA.ttf','('),(18754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostar/v7/A8WQbhQbpYx3GWWaShJ9GA.ttf','g}ua'),(18755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostarfill/v7/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostarfill/v7/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf',']\ZV'),(18757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostarfill/v7/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf','('),(18758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/geostarfill/v7/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf','Y]t'),(18759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/germaniaone/v5/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/germaniaone/v5/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf','~'),(18761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/germaniaone/v5/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf','('),(18762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/germaniaone/v5/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf','Jˣ'),(18763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gidugu/v4/Ey6Eq3hrT6MM58iFItFcgw.ttf','}ʠ'),(18764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gidugu/v4/Ey6Eq3hrT6MM58iFItFcgw.ttf','5X'),(18765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gidugu/v4/Ey6Eq3hrT6MM58iFItFcgw.ttf','('),(18766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gidugu/v4/Ey6Eq3hrT6MM58iFItFcgw.ttf','?e'),(18767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gildadisplay/v5/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf','}ʠ'),(18768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gildadisplay/v5/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf',''),(18769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gildadisplay/v5/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf','('),(18770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gildadisplay/v5/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf',''),(18771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/giveyouglory/v7/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf','}ʠ'),(18772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/giveyouglory/v7/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf','lL^'),(18773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/giveyouglory/v7/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf','('),(18774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/giveyouglory/v7/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf','I'),(18775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glassantiqua/v5/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf','}ʠ'),(18776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glassantiqua/v5/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf','Ҝ˜'),(18777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glassantiqua/v5/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf','('),(18778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glassantiqua/v5/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf','cF'),(18779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/2tf-h3n2A_SNYXEO0C8bKw.ttf','}ʠ'),(18780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/2tf-h3n2A_SNYXEO0C8bKw.ttf','\"'),(18781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/2tf-h3n2A_SNYXEO0C8bKw.ttf','('),(18782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/2tf-h3n2A_SNYXEO0C8bKw.ttf','ӵ'),(18783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/TlLolbauH0-0Aiz1LUH5og.ttf','}ʠ'),(18784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/TlLolbauH0-0Aiz1LUH5og.ttf','V\0<'),(18785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/TlLolbauH0-0Aiz1LUH5og.ttf','('),(18786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/glegoo/v6/TlLolbauH0-0Aiz1LUH5og.ttf','<UA<'),(18787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gloriahallelujah/v9/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf','}ʠ'),(18788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gloriahallelujah/v9/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf','Q'),(18789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gloriahallelujah/v9/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf','('),(18790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gloriahallelujah/v9/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf','L'),(18791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goblinone/v7/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goblinone/v7/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf',' '),(18793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goblinone/v7/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf','('),(18794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goblinone/v7/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf','t1U'),(18795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gochihand/v8/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gochihand/v8/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf',''),(18797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gochihand/v8/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf','('),(18798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gochihand/v8/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf',')'),(18799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/uMgZhXUyH6qNGF3QsjQT5Q.ttf','}ʠ'),(18800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/uMgZhXUyH6qNGF3QsjQT5Q.ttf','B'),(18801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/uMgZhXUyH6qNGF3QsjQT5Q.ttf','('),(18802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/uMgZhXUyH6qNGF3QsjQT5Q.ttf','؞t'),(18803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf','1'),(18805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf','('),(18806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gorditas/v5/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf','jZ)'),(18807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goudybookletter1911/v7/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf','}ʠ'),(18808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goudybookletter1911/v7/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf',']f'),(18809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goudybookletter1911/v7/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf','('),(18810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/goudybookletter1911/v7/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf','f+'),(18811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/graduate/v5/JpAmYLHqcIh9_Ff35HHwiA.ttf','}ʠ'),(18812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/graduate/v5/JpAmYLHqcIh9_Ff35HHwiA.ttf','wVt'),(18813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/graduate/v5/JpAmYLHqcIh9_Ff35HHwiA.ttf','('),(18814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/graduate/v5/JpAmYLHqcIh9_Ff35HHwiA.ttf','~'),(18815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/grandhotel/v5/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/grandhotel/v5/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf','Ȥp'),(18817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/grandhotel/v5/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf','('),(18818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/grandhotel/v5/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf','n+F'),(18819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gravitasone/v7/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gravitasone/v7/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf','E'),(18821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gravitasone/v7/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf','('),(18822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gravitasone/v7/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf',''),(18823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/greatvibes/v5/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/greatvibes/v5/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf','.A'),(18825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/greatvibes/v5/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf','('),(18826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/greatvibes/v5/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf','9O\Z'),(18827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/griffy/v5/vWkyYGBSyE5xjnShNtJtzw.ttf','}ʠ'),(18828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/griffy/v5/vWkyYGBSyE5xjnShNtJtzw.ttf','T7'),(18829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/griffy/v5/vWkyYGBSyE5xjnShNtJtzw.ttf','('),(18830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/griffy/v5/vWkyYGBSyE5xjnShNtJtzw.ttf',')'),(18831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gruppo/v8/pS_JM0cK_piBZve-lfUq9w.ttf','}ʠ'),(18832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gruppo/v8/pS_JM0cK_piBZve-lfUq9w.ttf','d5'),(18833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gruppo/v8/pS_JM0cK_piBZve-lfUq9w.ttf','('),(18834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gruppo/v8/pS_JM0cK_piBZve-lfUq9w.ttf','x'),(18835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/S-4QqBlkMPiiA3jNeCR5yw.ttf','}ʠ'),(18836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/S-4QqBlkMPiiA3jNeCR5yw.ttf','c79'),(18837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/S-4QqBlkMPiiA3jNeCR5yw.ttf','('),(18838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/S-4QqBlkMPiiA3jNeCR5yw.ttf','YUy'),(18839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/7mNgsGw_vfS-uUgRVXNDSw.ttf','}ʠ'),(18840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/7mNgsGw_vfS-uUgRVXNDSw.ttf','D,'),(18841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/7mNgsGw_vfS-uUgRVXNDSw.ttf','('),(18842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/7mNgsGw_vfS-uUgRVXNDSw.ttf',''),(18843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/lsip4aiWhJ9bx172Y9FN_w.ttf','}ʠ'),(18844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/lsip4aiWhJ9bx172Y9FN_w.ttf','N'),(18845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/lsip4aiWhJ9bx172Y9FN_w.ttf','('),(18846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gudea/v5/lsip4aiWhJ9bx172Y9FN_w.ttf','ur'),(18847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gurajada/v5/6Adfkl4PCRyq6XTENACEyA.ttf','}ʠ'),(18848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gurajada/v5/6Adfkl4PCRyq6XTENACEyA.ttf','`'),(18849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gurajada/v5/6Adfkl4PCRyq6XTENACEyA.ttf','('),(18850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/gurajada/v5/6Adfkl4PCRyq6XTENACEyA.ttf',''),(18851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/habibi/v6/YYyqXF6pWpL7kmKgS_2iUA.ttf','}ʠ'),(18852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/habibi/v6/YYyqXF6pWpL7kmKgS_2iUA.ttf','\r\0'),(18853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/habibi/v6/YYyqXF6pWpL7kmKgS_2iUA.ttf','('),(18854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/habibi/v6/YYyqXF6pWpL7kmKgS_2iUA.ttf','c<'),(18855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/dM3ItAOWNNod_Cf3MnLlEg.ttf','}ʠ'),(18856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/dM3ItAOWNNod_Cf3MnLlEg.ttf','?'),(18857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/dM3ItAOWNNod_Cf3MnLlEg.ttf','('),(18858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/dM3ItAOWNNod_Cf3MnLlEg.ttf','ƐU'),(18859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/rEs7Jk3SVyt3cTx6DoTu1w.ttf','}ʠ'),(18860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/rEs7Jk3SVyt3cTx6DoTu1w.ttf',',g'),(18861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/rEs7Jk3SVyt3cTx6DoTu1w.ttf','('),(18862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/rEs7Jk3SVyt3cTx6DoTu1w.ttf','R3z'),(18863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/tlsNj3K-hJKtiirTDtUbkQ.ttf','}ʠ'),(18864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/tlsNj3K-hJKtiirTDtUbkQ.ttf',''),(18865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/tlsNj3K-hJKtiirTDtUbkQ.ttf','('),(18866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/tlsNj3K-hJKtiirTDtUbkQ.ttf','%'),(18867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/zNR2WvI_V8o652vIZp3X4Q.ttf','}ʠ'),(18868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/zNR2WvI_V8o652vIZp3X4Q.ttf','L'),(18869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/zNR2WvI_V8o652vIZp3X4Q.ttf','('),(18870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/zNR2WvI_V8o652vIZp3X4Q.ttf','o'),(18871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/D9FN7OH89AuCmZDLHbPQfA.ttf','}ʠ'),(18872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/D9FN7OH89AuCmZDLHbPQfA.ttf','f7'),(18873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/D9FN7OH89AuCmZDLHbPQfA.ttf','('),(18874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/halant/v4/D9FN7OH89AuCmZDLHbPQfA.ttf','l'),(18875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hammersmithone/v8/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf','}ʠ'),(18876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hammersmithone/v8/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf',''),(18877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hammersmithone/v8/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf','('),(18878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hammersmithone/v8/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf','g'),(18879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanalei/v7/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf','}ʠ'),(18880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanalei/v7/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf','g'),(18881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanalei/v7/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf','('),(18882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanalei/v7/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf',''),(18883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanaleifill/v6/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanaleifill/v6/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf','Ġ'),(18885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanaleifill/v6/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf','('),(18886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanaleifill/v6/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf','=\n'),(18887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/handlee/v6/6OfkXkyC0E5NZN80ED8u3A.ttf','}ʠ'),(18888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/handlee/v6/6OfkXkyC0E5NZN80ED8u3A.ttf','rR&'),(18889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/handlee/v6/6OfkXkyC0E5NZN80ED8u3A.ttf','('),(18890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/handlee/v6/6OfkXkyC0E5NZN80ED8u3A.ttf','8C'),(18891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/hRhwOGGmElJSl6KSPvEnOQ.ttf','}ʠ'),(18892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/hRhwOGGmElJSl6KSPvEnOQ.ttf','t5'),(18893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/hRhwOGGmElJSl6KSPvEnOQ.ttf','('),(18894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/hRhwOGGmElJSl6KSPvEnOQ.ttf','w~'),(18895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(18896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf','׫'),(18897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf','('),(18898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hanuman/v11/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf',''),(18899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/happymonkey/v6/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/happymonkey/v6/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf','V'),(18901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/happymonkey/v6/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf','('),(18902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/happymonkey/v6/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf','n'),(18903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/harmattan/v2/xNM1nDKzsLfoCLQtMRztGA.ttf','}ʠ'),(18904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/harmattan/v2/xNM1nDKzsLfoCLQtMRztGA.ttf','P$u/'),(18905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/harmattan/v2/xNM1nDKzsLfoCLQtMRztGA.ttf','('),(18906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/harmattan/v2/xNM1nDKzsLfoCLQtMRztGA.ttf','R.'),(18907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/headlandone/v5/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/headlandone/v5/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf','4'),(18909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/headlandone/v5/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf','('),(18910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/headlandone/v5/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf','%x'),(18911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/SoQODIucfpkiveZloUR6ag.ttf','}ʠ'),(18912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/SoQODIucfpkiveZloUR6ag.ttf','Ew z'),(18913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/SoQODIucfpkiveZloUR6ag.ttf','('),(18914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/SoQODIucfpkiveZloUR6ag.ttf',''),(18915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/dg5T18yyjkKiU_9mmcbDSQ.ttf','}ʠ'),(18916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/dg5T18yyjkKiU_9mmcbDSQ.ttf','a} '),(18917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/dg5T18yyjkKiU_9mmcbDSQ.ttf','('),(18918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/dg5T18yyjkKiU_9mmcbDSQ.ttf','\"ԡ'),(18919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/nyHCGMPliplPNqpssbDSIA.ttf','}ʠ'),(18920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/nyHCGMPliplPNqpssbDSIA.ttf','cM!'),(18921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/nyHCGMPliplPNqpssbDSIA.ttf','('),(18922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/nyHCGMPliplPNqpssbDSIA.ttf','۔'),(18923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/jDb70ZCwdD6JnmQU62ZQZA.ttf','}ʠ'),(18924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/jDb70ZCwdD6JnmQU62ZQZA.ttf','Q'),(18925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/jDb70ZCwdD6JnmQU62ZQZA.ttf','('),(18926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/jDb70ZCwdD6JnmQU62ZQZA.ttf','-o'),(18927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/NsBYEn6oWei8pPqytA07yA.ttf','}ʠ'),(18928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/NsBYEn6oWei8pPqytA07yA.ttf','l\"'),(18929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/NsBYEn6oWei8pPqytA07yA.ttf','('),(18930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/NsBYEn6oWei8pPqytA07yA.ttf','DfZ'),(18931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/h4CV2Qq56LKIinGGOStvsw.ttf','}ʠ'),(18932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/h4CV2Qq56LKIinGGOStvsw.ttf','6'),(18933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/h4CV2Qq56LKIinGGOStvsw.ttf','('),(18934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/h4CV2Qq56LKIinGGOStvsw.ttf','Z\r'),(18935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/uDfzHw3R0Bfa6HyIIcj-ow.ttf','}ʠ'),(18936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/uDfzHw3R0Bfa6HyIIcj-ow.ttf','	'),(18937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/uDfzHw3R0Bfa6HyIIcj-ow.ttf','('),(18938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/heebo/v3/uDfzHw3R0Bfa6HyIIcj-ow.ttf',''),(18939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hennypenny/v5/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hennypenny/v5/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf','GU'),(18941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hennypenny/v5/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf','('),(18942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hennypenny/v5/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf','2\0'),(18943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/herrvonmuellerhoff/v7/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf','}ʠ'),(18944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/herrvonmuellerhoff/v7/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf','oXe'),(18945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/herrvonmuellerhoff/v7/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf','('),(18946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/herrvonmuellerhoff/v7/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf','.a'),(18947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/qa346Adgv9kPDXoD1my4kA.ttf','}ʠ'),(18948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/qa346Adgv9kPDXoD1my4kA.ttf','Y'),(18949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/qa346Adgv9kPDXoD1my4kA.ttf','('),(18950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/qa346Adgv9kPDXoD1my4kA.ttf','Q'),(18951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/mktFHh5Z5P9YjGKSslSUtA.ttf','}ʠ'),(18952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/mktFHh5Z5P9YjGKSslSUtA.ttf','7v'),(18953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/mktFHh5Z5P9YjGKSslSUtA.ttf','('),(18954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/mktFHh5Z5P9YjGKSslSUtA.ttf','rT'),(18955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/2cs8RCVcYtiv4iNDH1UsQQ.ttf','}ʠ'),(18956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/2cs8RCVcYtiv4iNDH1UsQQ.ttf',']'),(18957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/2cs8RCVcYtiv4iNDH1UsQQ.ttf','('),(18958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/2cs8RCVcYtiv4iNDH1UsQQ.ttf','u'),(18959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/TUKUmFMXSoxloBP1ni08oA.ttf','}ʠ'),(18960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/TUKUmFMXSoxloBP1ni08oA.ttf','W'),(18961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/TUKUmFMXSoxloBP1ni08oA.ttf','('),(18962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/TUKUmFMXSoxloBP1ni08oA.ttf','nu4'),(18963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/cXJJavLdUbCfjxlsA6DqTw.ttf','}ʠ'),(18964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/cXJJavLdUbCfjxlsA6DqTw.ttf','ɝ]'),(18965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/cXJJavLdUbCfjxlsA6DqTw.ttf','('),(18966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hind/v8/cXJJavLdUbCfjxlsA6DqTw.ttf','jԢ'),(18967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(18968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf',''),(18969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf','('),(18970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf','~'),(18971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(18972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf','\n]Ϊ'),(18973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf','('),(18974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf',''),(18975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(18976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf','7Jp'),(18977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf','('),(18978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf','l'),(18979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(18980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf','U'),(18981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(18982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf','*'),(18983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(18984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf','\re'),(18985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(18986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindguntur/v3/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf','ӽP'),(18987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(18988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf','74&'),(18989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf','('),(18990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf','9'),(18991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(18992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf','w߀'),(18993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf','('),(18994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf','t+'),(18995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf','}ʠ'),(18996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf','(+'),(18997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf','('),(18998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf','ߙ'),(18999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(19000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf','В'),(19001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf','('),(19002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf','TRJ'),(19003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(19004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf','>#'),(19005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf','('),(19006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindmadurai/v3/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf','2'),(19007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf','}ʠ'),(19008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf','sE9'),(19009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf','('),(19010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf','\nv'),(19011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf','}ʠ'),(19012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf','cY'),(19013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf','('),(19014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf','7d'),(19015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf','}ʠ'),(19016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf','|0H'),(19017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf','('),(19018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf',':'),(19019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf','}ʠ'),(19020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf','\''),(19021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf','('),(19022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf','~'),(19023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf','}ʠ'),(19024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf',''),(19025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf','('),(19026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf','jN'),(19027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf','}ʠ'),(19028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf',':L_'),(19029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf','('),(19030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf','i'),(19031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf','}ʠ'),(19032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf','-'),(19033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf','('),(19034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf','9'),(19035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf','}ʠ'),(19036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf',''),(19037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf','('),(19038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf',''),(19039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf','}ʠ'),(19040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf','Bg'),(19041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf','('),(19042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf','-<7'),(19043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf','}ʠ'),(19044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf','̀'),(19045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf','('),(19046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/hindvadodara/v4/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf','FJ'),(19047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/holtwoodonesc/v8/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf','}ʠ'),(19048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/holtwoodonesc/v8/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf','ʧ'),(19049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/holtwoodonesc/v8/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf','('),(19050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/holtwoodonesc/v8/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf','*IH'),(19051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homemadeapple/v8/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf','}ʠ'),(19052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homemadeapple/v8/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf',''),(19053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homemadeapple/v8/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf','('),(19054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homemadeapple/v8/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf','O'),(19055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homenaje/v7/v0YBU0iBRrGdVjDNQILxtA.ttf','}ʠ'),(19056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homenaje/v7/v0YBU0iBRrGdVjDNQILxtA.ttf','A'),(19057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homenaje/v7/v0YBU0iBRrGdVjDNQILxtA.ttf','('),(19058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/homenaje/v7/v0YBU0iBRrGdVjDNQILxtA.ttf','u,'),(19059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf','}ʠ'),(19060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf','څr'),(19061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf','('),(19062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf',''),(19063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf','}ʠ'),(19064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf','Z鐬'),(19065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf','('),(19066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpica/v7/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf','Ey'),(19067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpicasc/v7/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf','}ʠ'),(19068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpicasc/v7/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf','{N'),(19069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpicasc/v7/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf','('),(19070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldwpicasc/v7/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf','ӛ'),(19071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf','}ʠ'),(19072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf','OR'),(19073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf','('),(19074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf','^^'),(19075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf','}ʠ'),(19076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf','V	'),(19077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf','('),(19078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepica/v7/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf',''),(19079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepicasc/v7/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf','}ʠ'),(19080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepicasc/v7/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf','3C'),(19081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepicasc/v7/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf','('),(19082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfelldoublepicasc/v7/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf','G'),(19083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf','}ʠ'),(19084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf',''),(19085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf','('),(19086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf',')'),(19087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf','}ʠ'),(19088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf',' h'),(19089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf','('),(19090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglish/v7/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf','BT'),(19091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglishsc/v7/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf','}ʠ'),(19092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglishsc/v7/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf',''),(19093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglishsc/v7/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf','('),(19094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellenglishsc/v7/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf',')'),(19095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf','}ʠ'),(19096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf',';'),(19097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf','('),(19098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf','`OK'),(19099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf','}ʠ'),(19100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf','A|,{'),(19101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf','('),(19102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanon/v7/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf','%c'),(19103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanonsc/v7/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf','}ʠ'),(19104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanonsc/v7/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf','|'),(19105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanonsc/v7/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf','('),(19106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellfrenchcanonsc/v7/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf','b'),(19107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf','}ʠ'),(19108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf','>`'),(19109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf','('),(19110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf',''),(19111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf','}ʠ'),(19112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf','i.'),(19113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf','('),(19114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimer/v7/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf','\rL'),(19115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimersc/v7/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf','}ʠ'),(19116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimersc/v7/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf',''),(19117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimersc/v7/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf','('),(19118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imfellgreatprimersc/v7/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf','tƿ'),(19119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceberg/v5/p2XVm4M-N0AOEEOymFKC5w.ttf','}ʠ'),(19120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceberg/v5/p2XVm4M-N0AOEEOymFKC5w.ttf','y'),(19121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceberg/v5/p2XVm4M-N0AOEEOymFKC5w.ttf','('),(19122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceberg/v5/p2XVm4M-N0AOEEOymFKC5w.ttf','\ZX'),(19123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceland/v6/kq3uTMGgvzWGNi39B_WxGA.ttf','}ʠ'),(19124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceland/v6/kq3uTMGgvzWGNi39B_WxGA.ttf','э'),(19125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceland/v6/kq3uTMGgvzWGNi39B_WxGA.ttf','('),(19126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/iceland/v6/kq3uTMGgvzWGNi39B_WxGA.ttf','f\\'),(19127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imprima/v5/eRjquWLjwLGnTEhLH7u3kA.ttf','}ʠ'),(19128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imprima/v5/eRjquWLjwLGnTEhLH7u3kA.ttf','AC'),(19129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imprima/v5/eRjquWLjwLGnTEhLH7u3kA.ttf','('),(19130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/imprima/v5/eRjquWLjwLGnTEhLH7u3kA.ttf','v3'),(19131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf',')fW'),(19133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf','('),(19134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf','=ypS'),(19135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(19136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf','W\"'),(19137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(19138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inconsolata/v16/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf','#'),(19139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inder/v6/C38TwecLTfKxIHDc_Adcrw.ttf','}ʠ'),(19140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inder/v6/C38TwecLTfKxIHDc_Adcrw.ttf','d'),(19141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inder/v6/C38TwecLTfKxIHDc_Adcrw.ttf','('),(19142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inder/v6/C38TwecLTfKxIHDc_Adcrw.ttf','c'),(19143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/indieflower/v9/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/indieflower/v9/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf','a'),(19145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/indieflower/v9/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf','('),(19146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/indieflower/v9/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf','c1!T'),(19147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/eZCrULQGaIxkrRoGz_DjhQ.ttf','}ʠ'),(19148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/eZCrULQGaIxkrRoGz_DjhQ.ttf','c>'),(19149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/eZCrULQGaIxkrRoGz_DjhQ.ttf','('),(19150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/eZCrULQGaIxkrRoGz_DjhQ.ttf',']:'),(19151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/bl3ZoTyrWsFun2zYbsgJrA.ttf','}ʠ'),(19152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/bl3ZoTyrWsFun2zYbsgJrA.ttf','a\Z'),(19153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/bl3ZoTyrWsFun2zYbsgJrA.ttf','('),(19154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inika/v5/bl3ZoTyrWsFun2zYbsgJrA.ttf','CV'),(19155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf','}ʠ'),(19156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf','W'),(19157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf','('),(19158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf','v0k'),(19159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf','}ʠ'),(19160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf','ݧ7w'),(19161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf','('),(19162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf','Zw'),(19163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf','}ʠ'),(19164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf',''),(19165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf','('),(19166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf',''),(19167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf','}ʠ'),(19168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf',''),(19169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf','('),(19170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf','K<K'),(19171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf','}ʠ'),(19172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf','fx6'),(19173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf','('),(19174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf','<'),(19175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf','}ʠ'),(19176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf','Qi'),(19177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf','('),(19178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf','\"M'),(19179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf','}ʠ'),(19180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf','/'),(19181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf','('),(19182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/inknutantiqua/v3/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf','(x'),(19183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/irishgrover/v8/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/irishgrover/v8/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf','r3EF'),(19185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/irishgrover/v8/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf','('),(19186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/irishgrover/v8/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf','N'),(19187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/RYLSjEXQ0nNtLLc4n7--dQ.ttf','}ʠ'),(19188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/RYLSjEXQ0nNtLLc4n7--dQ.ttf','Z'),(19189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/RYLSjEXQ0nNtLLc4n7--dQ.ttf','('),(19190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/RYLSjEXQ0nNtLLc4n7--dQ.ttf','/'),(19191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf','\Z׼'),(19193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf','('),(19194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf','x\0x@'),(19195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf','Z'),(19197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf','('),(19198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf','F'),(19199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(19200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf','83'),(19201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(19202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/istokweb/v11/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf','\\|Ϝ'),(19203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italiana/v6/dt95fkCSTOF-c6QNjwSycA.ttf','}ʠ'),(19204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italiana/v6/dt95fkCSTOF-c6QNjwSycA.ttf','8'),(19205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italiana/v6/dt95fkCSTOF-c6QNjwSycA.ttf','('),(19206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italiana/v6/dt95fkCSTOF-c6QNjwSycA.ttf','D'),(19207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italianno/v7/HsyHnLpKf8uP7aMpDQHZmg.ttf','}ʠ'),(19208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italianno/v7/HsyHnLpKf8uP7aMpDQHZmg.ttf','J\r\\'),(19209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italianno/v7/HsyHnLpKf8uP7aMpDQHZmg.ttf','('),(19210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/italianno/v7/HsyHnLpKf8uP7aMpDQHZmg.ttf','Y|/'),(19211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/itim/v2/HHV9WK2x5lUkc5bxMXG8Tw.ttf','}ʠ'),(19212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/itim/v2/HHV9WK2x5lUkc5bxMXG8Tw.ttf','h^'),(19213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/itim/v2/HHV9WK2x5lUkc5bxMXG8Tw.ttf','('),(19214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/itim/v2/HHV9WK2x5lUkc5bxMXG8Tw.ttf','o3Y3'),(19215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancois/v5/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf','}ʠ'),(19216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancois/v5/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf','A'),(19217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancois/v5/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf','('),(19218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancois/v5/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf',')]'),(19219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancoisshadow/v5/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf','}ʠ'),(19220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancoisshadow/v5/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf','9X'),(19221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancoisshadow/v5/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf','('),(19222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jacquesfrancoisshadow/v5/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf','o4	'),(19223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/x1vR-bPW9a1EB-BUVqttCw.ttf','}ʠ'),(19224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/x1vR-bPW9a1EB-BUVqttCw.ttf','-'),(19225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/x1vR-bPW9a1EB-BUVqttCw.ttf','('),(19226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/x1vR-bPW9a1EB-BUVqttCw.ttf','x'),(19227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/OIbtgjjEp3aVWtjF6WY8mA.ttf','}ʠ'),(19228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/OIbtgjjEp3aVWtjF6WY8mA.ttf','K('),(19229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/OIbtgjjEp3aVWtjF6WY8mA.ttf','('),(19230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jaldi/v3/OIbtgjjEp3aVWtjF6WY8mA.ttf','Ԫs'),(19231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jimnightshade/v5/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf','}ʠ'),(19232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jimnightshade/v5/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf','e#'),(19233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jimnightshade/v5/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf','('),(19234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jimnightshade/v5/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf','[#'),(19235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jockeyone/v7/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jockeyone/v7/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf',''),(19237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jockeyone/v7/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf','('),(19238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jockeyone/v7/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf','b~'),(19239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jollylodger/v5/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jollylodger/v5/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf','.'),(19241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jollylodger/v5/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf','('),(19242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jollylodger/v5/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf','Y='),(19243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jomhuria/v3/hrvsccQpBliIgor15WxE6g.ttf','}ʠ'),(19244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jomhuria/v3/hrvsccQpBliIgor15WxE6g.ttf','AUe_'),(19245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jomhuria/v3/hrvsccQpBliIgor15WxE6g.ttf','('),(19246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jomhuria/v3/hrvsccQpBliIgor15WxE6g.ttf',''),(19247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf','}ʠ'),(19248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf','='),(19249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf','('),(19250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf','l'),(19251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf','}ʠ'),(19252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf','\\ھ'),(19253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf','('),(19254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf','O͢'),(19255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(19256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf','Հ'),(19257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf','('),(19258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf','^8ڬ'),(19259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf','}ʠ'),(19260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf','y&'),(19261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf','('),(19262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf','Ǵ'),(19263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf','9H1'),(19265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf','('),(19266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf','j'),(19267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf','}ʠ'),(19268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf','	'),(19269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf','('),(19270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf','k~'),(19271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(19272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf',''),(19273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf','('),(19274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf','7q'),(19275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf','}ʠ'),(19276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf','Lr%'),(19277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf','('),(19278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf','pB+'),(19279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(19280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf','>'),(19281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf','('),(19282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf','Fe'),(19283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf','}ʠ'),(19284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf','fh'),(19285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf','('),(19286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf','9'),(19287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf','}ʠ'),(19288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf',''),(19289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf','('),(19290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf','G$'),(19291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf','}ʠ'),(19292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf','z'),(19293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf','('),(19294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf','R7'),(19295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(19296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf','\n*7o'),(19297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf','('),(19298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf','r['),(19299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf','}ʠ'),(19300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf',''),(19301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf','('),(19302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf','ɪt'),(19303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf','l'),(19305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf','('),(19306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf','6E'),(19307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf','}ʠ'),(19308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf','\09U'),(19309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf','('),(19310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf','xA'),(19311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(19312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf','{{*'),(19313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf','('),(19314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf','/K'),(19315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf','}ʠ'),(19316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf','dYS'),(19317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf','('),(19318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf','/S_'),(19319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(19320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf','z%'),(19321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf','('),(19322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf','K'),(19323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf','}ʠ'),(19324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf','l'),(19325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf','('),(19326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/josefinslab/v8/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf','{ĸ'),(19327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jotione/v5/P3r_Th0ESHJdzunsvWgUfQ.ttf','}ʠ'),(19328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jotione/v5/P3r_Th0ESHJdzunsvWgUfQ.ttf','w'),(19329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jotione/v5/P3r_Th0ESHJdzunsvWgUfQ.ttf','('),(19330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jotione/v5/P3r_Th0ESHJdzunsvWgUfQ.ttf','.*'),(19331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/znM1AAs0eytUaJzf1CrYZQ.ttf','}ʠ'),(19332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/znM1AAs0eytUaJzf1CrYZQ.ttf','Щ'),(19333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/znM1AAs0eytUaJzf1CrYZQ.ttf','('),(19334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/znM1AAs0eytUaJzf1CrYZQ.ttf','/n'),(19335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/GVqQW9P52ygW-ySq-CLwAA.ttf','}ʠ'),(19336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/GVqQW9P52ygW-ySq-CLwAA.ttf',''),(19337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/GVqQW9P52ygW-ySq-CLwAA.ttf','('),(19338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/GVqQW9P52ygW-ySq-CLwAA.ttf','5C\r'),(19339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/he4a2LwiPJc7r8x0oKCKiA.ttf','}ʠ'),(19340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/he4a2LwiPJc7r8x0oKCKiA.ttf','֎-'),(19341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/he4a2LwiPJc7r8x0oKCKiA.ttf','('),(19342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/judson/v10/he4a2LwiPJc7r8x0oKCKiA.ttf','(\n'),(19343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/julee/v7/CAib-jsUsSO8SvVRnE9fHA.ttf','}ʠ'),(19344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/julee/v7/CAib-jsUsSO8SvVRnE9fHA.ttf',''),(19345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/julee/v7/CAib-jsUsSO8SvVRnE9fHA.ttf','('),(19346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/julee/v7/CAib-jsUsSO8SvVRnE9fHA.ttf','qAAx'),(19347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/juliussansone/v6/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf','}ʠ'),(19348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/juliussansone/v6/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf','T'),(19349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/juliussansone/v6/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf','('),(19350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/juliussansone/v6/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf','^'),(19351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/junge/v5/j4IXCXtxrw9qIBheercp3A.ttf','}ʠ'),(19352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/junge/v5/j4IXCXtxrw9qIBheercp3A.ttf','=q^'),(19353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/junge/v5/j4IXCXtxrw9qIBheercp3A.ttf','('),(19354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/junge/v5/j4IXCXtxrw9qIBheercp3A.ttf','e5_'),(19355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/Rqx_xy1UnN0C7wD3FUSyPQ.ttf','}ʠ'),(19356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/Rqx_xy1UnN0C7wD3FUSyPQ.ttf','('),(19357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/Rqx_xy1UnN0C7wD3FUSyPQ.ttf','('),(19358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/Rqx_xy1UnN0C7wD3FUSyPQ.ttf','*,'),(19359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/YAWMwF3sN0KCbynMq-Yr_Q.ttf','}ʠ'),(19360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/YAWMwF3sN0KCbynMq-Yr_Q.ttf','6]'),(19361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/YAWMwF3sN0KCbynMq-Yr_Q.ttf','('),(19362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/YAWMwF3sN0KCbynMq-Yr_Q.ttf','\"\Z'),(19363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/16xhfjHCiaLj3tsqqgmtGg.ttf','}ʠ'),(19364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/16xhfjHCiaLj3tsqqgmtGg.ttf','[!'),(19365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/16xhfjHCiaLj3tsqqgmtGg.ttf','('),(19366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/16xhfjHCiaLj3tsqqgmtGg.ttf','b='),(19367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/iwseduOwJSdY8wQ1Y6CJdA.ttf','}ʠ'),(19368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/iwseduOwJSdY8wQ1Y6CJdA.ttf','DעP'),(19369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/iwseduOwJSdY8wQ1Y6CJdA.ttf','('),(19370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/iwseduOwJSdY8wQ1Y6CJdA.ttf','J'),(19371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/k0wz0WR1Y0M_AuROdfv4xQ.ttf','}ʠ'),(19372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/k0wz0WR1Y0M_AuROdfv4xQ.ttf','2t'),(19373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/k0wz0WR1Y0M_AuROdfv4xQ.ttf','('),(19374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/jura/v9/k0wz0WR1Y0M_AuROdfv4xQ.ttf','	,'),(19375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justanotherhand/v9/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf','}ʠ'),(19376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justanotherhand/v9/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf','_'),(19377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justanotherhand/v9/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf','('),(19378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justanotherhand/v9/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf','2'),(19379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justmeagaindownhere/v9/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf','}ʠ'),(19380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justmeagaindownhere/v9/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf','>'),(19381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justmeagaindownhere/v9/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf','('),(19382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/justmeagaindownhere/v9/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf','P'),(19383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/VwEN8oKGqaa0ug9kRpvSSg.ttf','}ʠ'),(19384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/VwEN8oKGqaa0ug9kRpvSSg.ttf','0'),(19385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/VwEN8oKGqaa0ug9kRpvSSg.ttf','('),(19386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/VwEN8oKGqaa0ug9kRpvSSg.ttf','4l['),(19387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/NFPZaBfekj_Io-7vUMz4Ww.ttf','}ʠ'),(19388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/NFPZaBfekj_Io-7vUMz4Ww.ttf','a;'),(19389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/NFPZaBfekj_Io-7vUMz4Ww.ttf','('),(19390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kadwa/v2/NFPZaBfekj_Io-7vUMz4Ww.ttf','\Z'),(19391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/MgQQlk1SgPEHdlkWMNh7Jg.ttf','}ʠ'),(19392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/MgQQlk1SgPEHdlkWMNh7Jg.ttf','j}'),(19393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/MgQQlk1SgPEHdlkWMNh7Jg.ttf','('),(19394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/MgQQlk1SgPEHdlkWMNh7Jg.ttf',' \Z'),(19395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/hNEJkp2K-aql7e5WQish4Q.ttf','}ʠ'),(19396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/hNEJkp2K-aql7e5WQish4Q.ttf','߸'),(19397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/hNEJkp2K-aql7e5WQish4Q.ttf','('),(19398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/hNEJkp2K-aql7e5WQish4Q.ttf','v\r'),(19399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/95nLItUGyWtNLZjSckluLQ.ttf','}ʠ'),(19400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/95nLItUGyWtNLZjSckluLQ.ttf','[c'),(19401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/95nLItUGyWtNLZjSckluLQ.ttf','('),(19402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kalam/v8/95nLItUGyWtNLZjSckluLQ.ttf','^)'),(19403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/9r8HYhqDSwcq9WMjupL82A.ttf','}ʠ'),(19404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/9r8HYhqDSwcq9WMjupL82A.ttf','_\\|'),(19405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/9r8HYhqDSwcq9WMjupL82A.ttf','('),(19406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/9r8HYhqDSwcq9WMjupL82A.ttf','\r^1'),(19407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf',''),(19409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf','('),(19410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kameron/v8/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf','ϵ'),(19411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/CYl4qOK-NWwZp3iTKW1eIA.ttf','}ʠ'),(19412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/CYl4qOK-NWwZp3iTKW1eIA.ttf','d'),(19413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/CYl4qOK-NWwZp3iTKW1eIA.ttf','('),(19414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/CYl4qOK-NWwZp3iTKW1eIA.ttf','Ek_a'),(19415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/NLNtc56MpXmHl1yOrop8oQ.ttf','}ʠ'),(19416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/NLNtc56MpXmHl1yOrop8oQ.ttf','='),(19417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/NLNtc56MpXmHl1yOrop8oQ.ttf','('),(19418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/NLNtc56MpXmHl1yOrop8oQ.ttf','<'),(19419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/wfLWkj1C4tYl7MoiFWS3bA.ttf','}ʠ'),(19420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/wfLWkj1C4tYl7MoiFWS3bA.ttf','='),(19421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/wfLWkj1C4tYl7MoiFWS3bA.ttf','('),(19422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/wfLWkj1C4tYl7MoiFWS3bA.ttf','0<S'),(19423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf','*'),(19425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf','('),(19426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf','IS'),(19427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/SM5qHynYGdOmMKEwGUFIPA.ttf','}ʠ'),(19428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/SM5qHynYGdOmMKEwGUFIPA.ttf','HZ'),(19429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/SM5qHynYGdOmMKEwGUFIPA.ttf','('),(19430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/SM5qHynYGdOmMKEwGUFIPA.ttf',''),(19431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf','?'),(19433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf','('),(19434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf','\rr'),(19435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/L6VKvM17ZmevDynOiw7H9w.ttf','}ʠ'),(19436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/L6VKvM17ZmevDynOiw7H9w.ttf','@j\''),(19437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/L6VKvM17ZmevDynOiw7H9w.ttf','('),(19438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/L6VKvM17ZmevDynOiw7H9w.ttf','sYT'),(19439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/sHLq5U0-T0oSMTnwTKgv-A.ttf','}ʠ'),(19440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/sHLq5U0-T0oSMTnwTKgv-A.ttf','#['),(19441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/sHLq5U0-T0oSMTnwTKgv-A.ttf','('),(19442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/sHLq5U0-T0oSMTnwTKgv-A.ttf','{'),(19443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/GxoU_USIJyIy8WIcYSUO2g.ttf','}ʠ'),(19444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/GxoU_USIJyIy8WIcYSUO2g.ttf','2*'),(19445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/GxoU_USIJyIy8WIcYSUO2g.ttf','('),(19446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/GxoU_USIJyIy8WIcYSUO2g.ttf','˶r'),(19447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf','d~'),(19449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf','('),(19450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf','\''),(19451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/n_qoIVxojeQY0D1pvoNDhA.ttf','}ʠ'),(19452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/n_qoIVxojeQY0D1pvoNDhA.ttf','\\hr'),(19453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/n_qoIVxojeQY0D1pvoNDhA.ttf','('),(19454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/n_qoIVxojeQY0D1pvoNDhA.ttf',''),(19455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf',':Ȧ'),(19457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf','('),(19458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf','PMT'),(19459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/kEGmYvO8My36j5ILmbUPRg.ttf','}ʠ'),(19460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/kEGmYvO8My36j5ILmbUPRg.ttf','E'),(19461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/kEGmYvO8My36j5ILmbUPRg.ttf','('),(19462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/kEGmYvO8My36j5ILmbUPRg.ttf','8'),(19463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf','Ea'),(19465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf','('),(19466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf','t'),(19467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/YTp-zAuKXxwnA1YnJIF1rg.ttf','}ʠ'),(19468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/YTp-zAuKXxwnA1YnJIF1rg.ttf','wse'),(19469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/YTp-zAuKXxwnA1YnJIF1rg.ttf','('),(19470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/YTp-zAuKXxwnA1YnJIF1rg.ttf','%9'),(19471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf','n1'),(19473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf','('),(19474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf','Dq\"'),(19475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/1NIEkusi3bG3GgO9Hor3fQ.ttf','}ʠ'),(19476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/1NIEkusi3bG3GgO9Hor3fQ.ttf','{'),(19477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/1NIEkusi3bG3GgO9Hor3fQ.ttf','('),(19478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/1NIEkusi3bG3GgO9Hor3fQ.ttf','-'),(19479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf','?'),(19481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf','('),(19482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kanit/v3/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf','5v'),(19483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf','!{'),(19485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf','('),(19486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf','\ZCg'),(19487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/kQfXNYElQxr5dS8FyjD39Q.ttf','}ʠ'),(19488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/kQfXNYElQxr5dS8FyjD39Q.ttf','Y'),(19489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/kQfXNYElQxr5dS8FyjD39Q.ttf','('),(19490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/kQfXNYElQxr5dS8FyjD39Q.ttf','s;'),(19491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf','pi'),(19493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf','('),(19494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kantumruy/v4/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf','fGy'),(19495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/78UgGRwJFkhqaoFimqoKpQ.ttf','}ʠ'),(19496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/78UgGRwJFkhqaoFimqoKpQ.ttf','u-	'),(19497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/78UgGRwJFkhqaoFimqoKpQ.ttf','('),(19498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/78UgGRwJFkhqaoFimqoKpQ.ttf','z'),(19499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/51UBKly9RQOnOkj95ZwEFw.ttf','}ʠ'),(19500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/51UBKly9RQOnOkj95ZwEFw.ttf',''),(19501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/51UBKly9RQOnOkj95ZwEFw.ttf','('),(19502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/51UBKly9RQOnOkj95ZwEFw.ttf','rB'),(19503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/JS501sZLxZ4zraLQdncOUA.ttf','}ʠ'),(19504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/JS501sZLxZ4zraLQdncOUA.ttf','a'),(19505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/JS501sZLxZ4zraLQdncOUA.ttf','('),(19506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/JS501sZLxZ4zraLQdncOUA.ttf','G\Z'),(19507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf','N$'),(19509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf','('),(19510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karla/v6/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf','E'),(19511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/lH6ijJnguWR2Sz7tEl6MQQ.ttf','}ʠ'),(19512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/lH6ijJnguWR2Sz7tEl6MQQ.ttf','6\"'),(19513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/lH6ijJnguWR2Sz7tEl6MQQ.ttf','('),(19514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/lH6ijJnguWR2Sz7tEl6MQQ.ttf','1-'),(19515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/wvqTxAGBUrTqU0urTEoPIw.ttf','}ʠ'),(19516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/wvqTxAGBUrTqU0urTEoPIw.ttf','\'b'),(19517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/wvqTxAGBUrTqU0urTEoPIw.ttf','('),(19518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/wvqTxAGBUrTqU0urTEoPIw.ttf','.'),(19519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/9YGjxi6Hcvz2Kh-rzO_cAw.ttf','}ʠ'),(19520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/9YGjxi6Hcvz2Kh-rzO_cAw.ttf','v	d'),(19521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/9YGjxi6Hcvz2Kh-rzO_cAw.ttf','('),(19522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/9YGjxi6Hcvz2Kh-rzO_cAw.ttf','~\r'),(19523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/h_CVzXXtqSxjfS2sIwaejA.ttf','}ʠ'),(19524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/h_CVzXXtqSxjfS2sIwaejA.ttf','n,'),(19525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/h_CVzXXtqSxjfS2sIwaejA.ttf','('),(19526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/h_CVzXXtqSxjfS2sIwaejA.ttf','\ZG'),(19527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/smuSM08oApsQPPVYbHd1CA.ttf','}ʠ'),(19528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/smuSM08oApsQPPVYbHd1CA.ttf','z'),(19529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/smuSM08oApsQPPVYbHd1CA.ttf','('),(19530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/karma/v7/smuSM08oApsQPPVYbHd1CA.ttf','\"'),(19531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/katibeh/v3/Q-SA43uWR2uu3wBIvedotA.ttf','}ʠ'),(19532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/katibeh/v3/Q-SA43uWR2uu3wBIvedotA.ttf',',E'),(19533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/katibeh/v3/Q-SA43uWR2uu3wBIvedotA.ttf','('),(19534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/katibeh/v3/Q-SA43uWR2uu3wBIvedotA.ttf',''),(19535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kaushanscript/v6/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf','}ʠ'),(19536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kaushanscript/v6/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf','\''),(19537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kaushanscript/v6/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf','('),(19538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kaushanscript/v6/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf','H<'),(19539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavivanar/v3/VLDrdUtF1irKFc8rFWgDaw.ttf','}ʠ'),(19540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavivanar/v3/VLDrdUtF1irKFc8rFWgDaw.ttf','ř\"'),(19541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavivanar/v3/VLDrdUtF1irKFc8rFWgDaw.ttf','('),(19542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavivanar/v3/VLDrdUtF1irKFc8rFWgDaw.ttf','ɡ\'M'),(19543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavoon/v6/382m-6baKXqJFQjEgobt6Q.ttf','}ʠ'),(19544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavoon/v6/382m-6baKXqJFQjEgobt6Q.ttf','V'),(19545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavoon/v6/382m-6baKXqJFQjEgobt6Q.ttf','('),(19546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kavoon/v6/382m-6baKXqJFQjEgobt6Q.ttf','u'),(19547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kdamthmor/v4/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kdamthmor/v4/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf','57'),(19549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kdamthmor/v4/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf','('),(19550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kdamthmor/v4/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf','dr'),(19551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/keaniaone/v5/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/keaniaone/v5/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf','#4'),(19553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/keaniaone/v5/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf','('),(19554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/keaniaone/v5/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf','.'),(19555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kellyslab/v7/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kellyslab/v7/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf','םY'),(19557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kellyslab/v7/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf','('),(19558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kellyslab/v7/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf','1'),(19559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kenia/v9/OLM9-XfITK9PsTLKbGBrwg.ttf','}ʠ'),(19560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kenia/v9/OLM9-XfITK9PsTLKbGBrwg.ttf','<^'),(19561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kenia/v9/OLM9-XfITK9PsTLKbGBrwg.ttf','('),(19562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kenia/v9/OLM9-XfITK9PsTLKbGBrwg.ttf',';'),(19563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/072zRl4OU9Pinjjkg174LA.ttf','}ʠ'),(19564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/072zRl4OU9Pinjjkg174LA.ttf','6'),(19565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/072zRl4OU9Pinjjkg174LA.ttf','('),(19566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/072zRl4OU9Pinjjkg174LA.ttf','-WO'),(19567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/HdLdTNFqNIDGJZl1ZEj84w.ttf','}ʠ'),(19568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/HdLdTNFqNIDGJZl1ZEj84w.ttf','c ǫ'),(19569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/HdLdTNFqNIDGJZl1ZEj84w.ttf','('),(19570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/HdLdTNFqNIDGJZl1ZEj84w.ttf','\"rQ'),(19571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/46_p-SqtuMe56nxQdteWxg.ttf','}ʠ'),(19572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/46_p-SqtuMe56nxQdteWxg.ttf','\r\0'),(19573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/46_p-SqtuMe56nxQdteWxg.ttf','('),(19574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/46_p-SqtuMe56nxQdteWxg.ttf','bHc'),(19575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/zggGWYIiPJyMTgkfxP_kaA.ttf','}ʠ'),(19576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/zggGWYIiPJyMTgkfxP_kaA.ttf','3'),(19577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/zggGWYIiPJyMTgkfxP_kaA.ttf','('),(19578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/zggGWYIiPJyMTgkfxP_kaA.ttf','\ZtI'),(19579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/0I0UWaN-X5QBmfexpXKhqg.ttf','}ʠ'),(19580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/0I0UWaN-X5QBmfexpXKhqg.ttf',''),(19581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/0I0UWaN-X5QBmfexpXKhqg.ttf','('),(19582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khand/v6/0I0UWaN-X5QBmfexpXKhqg.ttf','V'),(19583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khmer/v10/vWaBJIbaQuBNz02ALIKJ3A.ttf','}ʠ'),(19584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khmer/v10/vWaBJIbaQuBNz02ALIKJ3A.ttf',''),(19585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khmer/v10/vWaBJIbaQuBNz02ALIKJ3A.ttf','('),(19586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khmer/v10/vWaBJIbaQuBNz02ALIKJ3A.ttf','r5'),(19587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/_1LySU5Upq-sc4OZ1b_GIw.ttf','}ʠ'),(19588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/_1LySU5Upq-sc4OZ1b_GIw.ttf',''),(19589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/_1LySU5Upq-sc4OZ1b_GIw.ttf','('),(19590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/_1LySU5Upq-sc4OZ1b_GIw.ttf','H0'),(19591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/izcPIFyCSd16XI1Ak_Wk7Q.ttf','}ʠ'),(19592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/izcPIFyCSd16XI1Ak_Wk7Q.ttf','RF'),(19593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/izcPIFyCSd16XI1Ak_Wk7Q.ttf','('),(19594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/izcPIFyCSd16XI1Ak_Wk7Q.ttf','|`1Z'),(19595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/4ZH86Hce-aeFDaedTnbkbg.ttf','}ʠ'),(19596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/4ZH86Hce-aeFDaedTnbkbg.ttf',''),(19597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/4ZH86Hce-aeFDaedTnbkbg.ttf','('),(19598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/4ZH86Hce-aeFDaedTnbkbg.ttf','im0'),(19599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/UGVExGl-Jjs-YPpGv-MZ6w.ttf','}ʠ'),(19600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/UGVExGl-Jjs-YPpGv-MZ6w.ttf','^'),(19601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/UGVExGl-Jjs-YPpGv-MZ6w.ttf','('),(19602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/UGVExGl-Jjs-YPpGv-MZ6w.ttf','gFo'),(19603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/Sccp_oOo8FWgbx5smie7xQ.ttf','}ʠ'),(19604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/Sccp_oOo8FWgbx5smie7xQ.ttf','DS'),(19605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/Sccp_oOo8FWgbx5smie7xQ.ttf','('),(19606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/khula/v3/Sccp_oOo8FWgbx5smie7xQ.ttf','t'),(19607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kiteone/v5/8ojWmgUc97m0f_i6sTqLoQ.ttf','}ʠ'),(19608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kiteone/v5/8ojWmgUc97m0f_i6sTqLoQ.ttf','	'),(19609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kiteone/v5/8ojWmgUc97m0f_i6sTqLoQ.ttf','('),(19610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kiteone/v5/8ojWmgUc97m0f_i6sTqLoQ.ttf','c'),(19611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/knewave/v6/KGHM4XWr4iKnBMqzZLkPBg.ttf','}ʠ'),(19612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/knewave/v6/KGHM4XWr4iKnBMqzZLkPBg.ttf','ű'),(19613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/knewave/v6/KGHM4XWr4iKnBMqzZLkPBg.ttf','('),(19614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/knewave/v6/KGHM4XWr4iKnBMqzZLkPBg.ttf',':/'),(19615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kottaone/v5/AB2Q7hVw6niJYDgLvFXu5w.ttf','}ʠ'),(19616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kottaone/v5/AB2Q7hVw6niJYDgLvFXu5w.ttf','		'),(19617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kottaone/v5/AB2Q7hVw6niJYDgLvFXu5w.ttf','('),(19618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kottaone/v5/AB2Q7hVw6niJYDgLvFXu5w.ttf',''),(19619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/koulen/v11/AAYOK8RSRO7FTskTzFuzNw.ttf','}ʠ'),(19620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/koulen/v11/AAYOK8RSRO7FTskTzFuzNw.ttf',',꽏'),(19621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/koulen/v11/AAYOK8RSRO7FTskTzFuzNw.ttf','('),(19622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/koulen/v11/AAYOK8RSRO7FTskTzFuzNw.ttf','0'),(19623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kranky/v8/C8dxxTS99-fZ84vWk8SDrg.ttf','}ʠ'),(19624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kranky/v8/C8dxxTS99-fZ84vWk8SDrg.ttf','3Ԧo'),(19625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kranky/v8/C8dxxTS99-fZ84vWk8SDrg.ttf','('),(19626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kranky/v8/C8dxxTS99-fZ84vWk8SDrg.ttf','%n'),(19627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/HKtJRiq5C2zbq5N1IX32sA.ttf','}ʠ'),(19628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/HKtJRiq5C2zbq5N1IX32sA.ttf','+'),(19629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/HKtJRiq5C2zbq5N1IX32sA.ttf','('),(19630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/HKtJRiq5C2zbq5N1IX32sA.ttf','>'),(19631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/zA_IZt0u0S3cvHJu-n1oEg.ttf','}ʠ'),(19632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/zA_IZt0u0S3cvHJu-n1oEg.ttf','^P'),(19633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/zA_IZt0u0S3cvHJu-n1oEg.ttf','('),(19634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/zA_IZt0u0S3cvHJu-n1oEg.ttf','3.'),(19635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/jh0dSmaPodjxISiblIUTkw.ttf','}ʠ'),(19636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/jh0dSmaPodjxISiblIUTkw.ttf','In'),(19637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/jh0dSmaPodjxISiblIUTkw.ttf','('),(19638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kreon/v11/jh0dSmaPodjxISiblIUTkw.ttf',''),(19639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kristi/v9/aRsgBQrkQkMlu4UPSnJyOQ.ttf','}ʠ'),(19640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kristi/v9/aRsgBQrkQkMlu4UPSnJyOQ.ttf','oo'),(19641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kristi/v9/aRsgBQrkQkMlu4UPSnJyOQ.ttf','('),(19642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kristi/v9/aRsgBQrkQkMlu4UPSnJyOQ.ttf','C'),(19643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kronaone/v5/zcQj4ljqTo166AdourlF9w.ttf','}ʠ'),(19644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kronaone/v5/zcQj4ljqTo166AdourlF9w.ttf','dK'),(19645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kronaone/v5/zcQj4ljqTo166AdourlF9w.ttf','('),(19646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kronaone/v5/zcQj4ljqTo166AdourlF9w.ttf','	'),(19647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumarone/v2/YmcJD6Wky1clGYY5OD-BkQ.ttf','}ʠ'),(19648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumarone/v2/YmcJD6Wky1clGYY5OD-BkQ.ttf','L'),(19649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumarone/v2/YmcJD6Wky1clGYY5OD-BkQ.ttf','('),(19650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumarone/v2/YmcJD6Wky1clGYY5OD-BkQ.ttf','+4$t'),(19651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumaroneoutline/v2/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf','}ʠ'),(19652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumaroneoutline/v2/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf','Q'),(19653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumaroneoutline/v2/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf','('),(19654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kumaroneoutline/v2/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf','='),(19655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kurale/v3/rxeyIcvQlT4XAWwNbXFCfw.ttf','}ʠ'),(19656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kurale/v3/rxeyIcvQlT4XAWwNbXFCfw.ttf','ږ	'),(19657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kurale/v3/rxeyIcvQlT4XAWwNbXFCfw.ttf','('),(19658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/kurale/v3/rxeyIcvQlT4XAWwNbXFCfw.ttf',''),(19659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/labelleaurore/v8/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf','}ʠ'),(19660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/labelleaurore/v8/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf','3'),(19661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/labelleaurore/v8/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf','('),(19662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/labelleaurore/v8/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf','w'),(19663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/bLbIVEZF3IWSZ-in72GJvA.ttf','}ʠ'),(19664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/bLbIVEZF3IWSZ-in72GJvA.ttf','W9'),(19665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/bLbIVEZF3IWSZ-in72GJvA.ttf','('),(19666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/bLbIVEZF3IWSZ-in72GJvA.ttf','U'),(19667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/6iYor3edprH7360qtBGoag.ttf','}ʠ'),(19668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/6iYor3edprH7360qtBGoag.ttf','$'),(19669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/6iYor3edprH7360qtBGoag.ttf','('),(19670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/6iYor3edprH7360qtBGoag.ttf',']*8'),(19671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/tkf8VtFvW9g3VsxQCA6WOQ.ttf','}ʠ'),(19672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/tkf8VtFvW9g3VsxQCA6WOQ.ttf','_nP'),(19673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/tkf8VtFvW9g3VsxQCA6WOQ.ttf','('),(19674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/tkf8VtFvW9g3VsxQCA6WOQ.ttf','j^y'),(19675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/3EMP2L6JRQ4GaHIxCldCeA.ttf','}ʠ'),(19676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/3EMP2L6JRQ4GaHIxCldCeA.ttf','g-'),(19677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/3EMP2L6JRQ4GaHIxCldCeA.ttf','('),(19678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/3EMP2L6JRQ4GaHIxCldCeA.ttf','ڣ'),(19679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/R7P4z1xjcjecmjZ9GyhqHQ.ttf','}ʠ'),(19680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/R7P4z1xjcjecmjZ9GyhqHQ.ttf',''),(19681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/R7P4z1xjcjecmjZ9GyhqHQ.ttf','('),(19682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/laila/v4/R7P4z1xjcjecmjZ9GyhqHQ.ttf',',|'),(19683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lakkireddy/v4/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lakkireddy/v4/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf','jÌ'),(19685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lakkireddy/v4/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf','('),(19686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lakkireddy/v4/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf','uW'),(19687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lalezar/v2/k4_MPf09PGmL7oyGdPKwcg.ttf','}ʠ'),(19688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lalezar/v2/k4_MPf09PGmL7oyGdPKwcg.ttf','>'),(19689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lalezar/v2/k4_MPf09PGmL7oyGdPKwcg.ttf','('),(19690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lalezar/v2/k4_MPf09PGmL7oyGdPKwcg.ttf','þ'),(19691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lancelot/v7/XMT7T_oo_MQUGAnU2v-sdA.ttf','}ʠ'),(19692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lancelot/v7/XMT7T_oo_MQUGAnU2v-sdA.ttf','qt-'),(19693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lancelot/v7/XMT7T_oo_MQUGAnU2v-sdA.ttf','('),(19694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lancelot/v7/XMT7T_oo_MQUGAnU2v-sdA.ttf','\r&'),(19695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lateef/v11/PAsKCgi1qc7XPwvzo_I-DQ.ttf','}ʠ'),(19696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lateef/v11/PAsKCgi1qc7XPwvzo_I-DQ.ttf','{'),(19697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lateef/v11/PAsKCgi1qc7XPwvzo_I-DQ.ttf','('),(19698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lateef/v11/PAsKCgi1qc7XPwvzo_I-DQ.ttf',''),(19699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Upp-ka9rLQmHYCsFgwL-eg.ttf','}ʠ'),(19700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Upp-ka9rLQmHYCsFgwL-eg.ttf','sʵ3'),(19701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Upp-ka9rLQmHYCsFgwL-eg.ttf','('),(19702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Upp-ka9rLQmHYCsFgwL-eg.ttf','d'),(19703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/zLegi10uS_9-fnUDISl0KA.ttf','}ʠ'),(19704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/zLegi10uS_9-fnUDISl0KA.ttf','ED-'),(19705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/zLegi10uS_9-fnUDISl0KA.ttf','('),(19706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/zLegi10uS_9-fnUDISl0KA.ttf',']'),(19707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Ja02qOppOVq9jeRjWekbHg.ttf','}ʠ'),(19708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Ja02qOppOVq9jeRjWekbHg.ttf','@M'),(19709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Ja02qOppOVq9jeRjWekbHg.ttf','('),(19710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/Ja02qOppOVq9jeRjWekbHg.ttf','4'),(19711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/dVebFcn7EV7wAKwgYestUg.ttf','}ʠ'),(19712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/dVebFcn7EV7wAKwgYestUg.ttf','oEʈ'),(19713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/dVebFcn7EV7wAKwgYestUg.ttf','('),(19714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/dVebFcn7EV7wAKwgYestUg.ttf','Iu'),(19715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/h7rISIcQapZBpei-sXwIwg.ttf','}ʠ'),(19716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/h7rISIcQapZBpei-sXwIwg.ttf','W\''),(19717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/h7rISIcQapZBpei-sXwIwg.ttf','('),(19718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/h7rISIcQapZBpei-sXwIwg.ttf','kB'),(19719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/P_dJOFJylV3A870UIOtr0w.ttf','}ʠ'),(19720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/P_dJOFJylV3A870UIOtr0w.ttf','H'),(19721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/P_dJOFJylV3A870UIOtr0w.ttf','('),(19722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/P_dJOFJylV3A870UIOtr0w.ttf','.'),(19723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/iX_QxBBZLhNj5JHlTzHQzg.ttf','}ʠ'),(19724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/iX_QxBBZLhNj5JHlTzHQzg.ttf','('),(19725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/iX_QxBBZLhNj5JHlTzHQzg.ttf','('),(19726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/iX_QxBBZLhNj5JHlTzHQzg.ttf','7~}'),(19727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/WFcZakHrrCKeUJxHA4T_gw.ttf','}ʠ'),(19728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/WFcZakHrrCKeUJxHA4T_gw.ttf',''),(19729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/WFcZakHrrCKeUJxHA4T_gw.ttf','('),(19730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/WFcZakHrrCKeUJxHA4T_gw.ttf','m}'),(19731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/8TPEV6NbYWZlNsXjbYVv7w.ttf','}ʠ'),(19732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/8TPEV6NbYWZlNsXjbYVv7w.ttf','@^'),(19733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/8TPEV6NbYWZlNsXjbYVv7w.ttf','('),(19734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/8TPEV6NbYWZlNsXjbYVv7w.ttf','co'),(19735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/draWperrI7n2xi35Cl08fA.ttf','}ʠ'),(19736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/draWperrI7n2xi35Cl08fA.ttf',''),(19737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/draWperrI7n2xi35Cl08fA.ttf','('),(19738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lato/v14/draWperrI7n2xi35Cl08fA.ttf',']\\'),(19739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leaguescript/v8/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf','}ʠ'),(19740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leaguescript/v8/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf','Z'),(19741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leaguescript/v8/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf','('),(19742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leaguescript/v8/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf','Շ'),(19743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leckerlione/v8/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leckerlione/v8/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf','T!-'),(19745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leckerlione/v8/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf','('),(19746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/leckerlione/v8/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf','zm'),(19747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ledger/v5/G432jp-tahOfWHbCYkI0jw.ttf','}ʠ'),(19748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ledger/v5/G432jp-tahOfWHbCYkI0jw.ttf','J/'),(19749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ledger/v5/G432jp-tahOfWHbCYkI0jw.ttf','('),(19750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ledger/v5/G432jp-tahOfWHbCYkI0jw.ttf','Y'),(19751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/r483JYmxf5PjIm4jVAm8Yg.ttf','}ʠ'),(19752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/r483JYmxf5PjIm4jVAm8Yg.ttf','<RQi'),(19753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/r483JYmxf5PjIm4jVAm8Yg.ttf','('),(19754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/r483JYmxf5PjIm4jVAm8Yg.ttf','#q)'),(19755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/_UbDIPBA1wDqSbhp-OED7A.ttf','}ʠ'),(19756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/_UbDIPBA1wDqSbhp-OED7A.ttf','/n'),(19757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/_UbDIPBA1wDqSbhp-OED7A.ttf','('),(19758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/_UbDIPBA1wDqSbhp-OED7A.ttf','W'),(19759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/WZw-uL8WTkx3SBVfTlevXQ.ttf','}ʠ'),(19760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/WZw-uL8WTkx3SBVfTlevXQ.ttf','\n'),(19761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/WZw-uL8WTkx3SBVfTlevXQ.ttf','('),(19762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lekton/v8/WZw-uL8WTkx3SBVfTlevXQ.ttf','	B'),(19763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemon/v6/wed1nNu4LNSu-3RoRVUhUw.ttf','}ʠ'),(19764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemon/v6/wed1nNu4LNSu-3RoRVUhUw.ttf',',L'),(19765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemon/v6/wed1nNu4LNSu-3RoRVUhUw.ttf','('),(19766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemon/v6/wed1nNu4LNSu-3RoRVUhUw.ttf',''),(19767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf',''),(19769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf','('),(19770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf',')I'),(19771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/pkzws3AUXmaaAzOi7aydSQ.ttf','}ʠ'),(19772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/pkzws3AUXmaaAzOi7aydSQ.ttf','|E'),(19773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/pkzws3AUXmaaAzOi7aydSQ.ttf','('),(19774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/pkzws3AUXmaaAzOi7aydSQ.ttf','ub'),(19775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf','<'),(19777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf','('),(19778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf','%'),(19779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf','8'),(19781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf','('),(19782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lemonada/v3/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf','r3'),(19783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128/v5/mJ_rGOyyL62_i4eysdBvxEaNJhdpbyHQuRiGjlHceQo.ttf','}ʠ'),(19784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128/v5/mJ_rGOyyL62_i4eysdBvxEaNJhdpbyHQuRiGjlHceQo.ttf','{ѭ'),(19785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128/v5/mJ_rGOyyL62_i4eysdBvxEaNJhdpbyHQuRiGjlHceQo.ttf','('),(19786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128/v5/mJ_rGOyyL62_i4eysdBvxEaNJhdpbyHQuRiGjlHceQo.ttf',':\''),(19787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128text/v5/T1o66XlW_PeuHiRa8wDOJDfWl2h5aCwBu15s5iWPtdk.ttf','}ʠ'),(19788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128text/v5/T1o66XlW_PeuHiRa8wDOJDfWl2h5aCwBu15s5iWPtdk.ttf','`'),(19789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128text/v5/T1o66XlW_PeuHiRa8wDOJDfWl2h5aCwBu15s5iWPtdk.ttf','('),(19790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode128text/v5/T1o66XlW_PeuHiRa8wDOJDfWl2h5aCwBu15s5iWPtdk.ttf','إ'),(19791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39/v5/tsmYkcVN_FjeCmyWhRNQuDLD7PrtP9qwC5bVQ-6ZBpw.ttf','}ʠ'),(19792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39/v5/tsmYkcVN_FjeCmyWhRNQuDLD7PrtP9qwC5bVQ-6ZBpw.ttf','G'),(19793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39/v5/tsmYkcVN_FjeCmyWhRNQuDLD7PrtP9qwC5bVQ-6ZBpw.ttf','('),(19794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39/v5/tsmYkcVN_FjeCmyWhRNQuDLD7PrtP9qwC5bVQ-6ZBpw.ttf','ߍ'),(19795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extended/v4/fb2-vuy0PLrmtXyLBPV4KGYAiLTSvZR2kkYPJthhKEg.ttf','}ʠ'),(19796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extended/v4/fb2-vuy0PLrmtXyLBPV4KGYAiLTSvZR2kkYPJthhKEg.ttf',''),(19797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extended/v4/fb2-vuy0PLrmtXyLBPV4KGYAiLTSvZR2kkYPJthhKEg.ttf','('),(19798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extended/v4/fb2-vuy0PLrmtXyLBPV4KGYAiLTSvZR2kkYPJthhKEg.ttf','p^'),(19799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extendedtext/v4/wJsqK3E245PKDhdHYS7MabGP_8dGDh0UJYBW4DYg-cv00s133LT-tR5tU-vU7gLU.ttf','}ʠ'),(19800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extendedtext/v4/wJsqK3E245PKDhdHYS7MabGP_8dGDh0UJYBW4DYg-cv00s133LT-tR5tU-vU7gLU.ttf','T'),(19801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extendedtext/v4/wJsqK3E245PKDhdHYS7MabGP_8dGDh0UJYBW4DYg-cv00s133LT-tR5tU-vU7gLU.ttf','('),(19802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39extendedtext/v4/wJsqK3E245PKDhdHYS7MabGP_8dGDh0UJYBW4DYg-cv00s133LT-tR5tU-vU7gLU.ttf','%U'),(19803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39text/v5/O4inMvtTcDsw_GI-nhT1nhLP3W-fKNeNuxNx_t55A8U.ttf','}ʠ'),(19804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39text/v5/O4inMvtTcDsw_GI-nhT1nhLP3W-fKNeNuxNx_t55A8U.ttf','Qґ'),(19805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39text/v5/O4inMvtTcDsw_GI-nhT1nhLP3W-fKNeNuxNx_t55A8U.ttf','('),(19806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebarcode39text/v5/O4inMvtTcDsw_GI-nhT1nhLP3W-fKNeNuxNx_t55A8U.ttf','5('),(19807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf','}ʠ'),(19808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf',''),(19809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf','('),(19810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf','<'),(19811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf','}ʠ'),(19812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf','['),(19813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf','('),(19814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf','\r\\5'),(19815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf','}ʠ'),(19816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf',''),(19817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf','('),(19818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librebaskerville/v5/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf',''),(19819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf','}ʠ'),(19820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf',''),(19821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf','('),(19822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf','L'),(19823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf','}ʠ'),(19824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf','o<'),(19825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf','('),(19826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf','w'),(19827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf','}ʠ'),(19828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf','ZU'),(19829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf','('),(19830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf','=ɡ'),(19831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf','}ʠ'),(19832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf','#<'),(19833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf','('),(19834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf','n'),(19835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf','}ʠ'),(19836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf','d6'),(19837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf','('),(19838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf',''),(19839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf','}ʠ'),(19840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf','e'),(19841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf','('),(19842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf',''),(19843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf','}ʠ'),(19844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf','-'),(19845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf','('),(19846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf','_'),(19847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf','}ʠ'),(19848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf','('),(19849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf','('),(19850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf','iR'),(19851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf','}ʠ'),(19852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf','X'),(19853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf','('),(19854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf','m'),(19855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf','}ʠ'),(19856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf','KG'),(19857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf','('),(19858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf','+'),(19859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf','}ʠ'),(19860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf','6H'),(19861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf','('),(19862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf',''),(19863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf','}ʠ'),(19864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf','G'),(19865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf','('),(19866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf','W'),(19867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf','}ʠ'),(19868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf','H'),(19869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf','('),(19870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf','\'B'),(19871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf','}ʠ'),(19872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf','mB'),(19873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf','('),(19874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf','5'),(19875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf','}ʠ'),(19876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf',''),(19877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf','('),(19878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf','^M-'),(19879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf','}ʠ'),(19880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf',''),(19881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf','('),(19882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf','ȿhN'),(19883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf','}ʠ'),(19884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf','.ݼ'),(19885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf','('),(19886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf','N'),(19887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf','}ʠ'),(19888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf','f8>'),(19889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf','('),(19890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/librefranklin/v2/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf','k'),(19891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf','rE'),(19893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf','('),(19894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf','W	\0'),(19895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(19896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf',''),(19897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(19898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lifesavers/v7/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf','_l'),(19899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilitaone/v5/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(19900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilitaone/v5/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf',''),(19901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilitaone/v5/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf','('),(19902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilitaone/v5/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf','9'),(19903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilyscriptone/v5/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf','}ʠ'),(19904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilyscriptone/v5/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf','&{'),(19905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilyscriptone/v5/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf','('),(19906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lilyscriptone/v5/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf','@'),(19907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/limelight/v8/5dTfN6igsXjLjOy8QQShcg.ttf','}ʠ'),(19908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/limelight/v8/5dTfN6igsXjLjOy8QQShcg.ttf','T'),(19909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/limelight/v8/5dTfN6igsXjLjOy8QQShcg.ttf','('),(19910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/limelight/v8/5dTfN6igsXjLjOy8QQShcg.ttf','X'),(19911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf','|}c\\'),(19913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf','('),(19914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf','Zѓ'),(19915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(19916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf','4'),(19917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf','('),(19918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lindenhill/v7/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf','ߪ'),(19919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobster/v20/9LpJGtNuM1D8FAZ2BkJH2Q.ttf','}ʠ'),(19920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobster/v20/9LpJGtNuM1D8FAZ2BkJH2Q.ttf','ͧ'),(19921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobster/v20/9LpJGtNuM1D8FAZ2BkJH2Q.ttf','('),(19922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobster/v20/9LpJGtNuM1D8FAZ2BkJH2Q.ttf','ᅃ'),(19923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(19924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf','Dsb'),(19925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf','('),(19926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf','Ϙ'),(19927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(19928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf','{'),(19929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf','('),(19930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf','.0'),(19931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(19932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf','2'),(19933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(19934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf','χn'),(19935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(19936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf','):0'),(19937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf','('),(19938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lobstertwo/v10/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf','.7'),(19939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinaoutline/v8/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf','}ʠ'),(19940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinaoutline/v8/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf','7蓚'),(19941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinaoutline/v8/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf','('),(19942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinaoutline/v8/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf','^=('),(19943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinashadow/v6/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf','}ʠ'),(19944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinashadow/v6/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf','UD'),(19945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinashadow/v6/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf','('),(19946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinashadow/v6/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf',',΋'),(19947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasketch/v6/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf','}ʠ'),(19948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasketch/v6/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf',';'),(19949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasketch/v6/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf','('),(19950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasketch/v6/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf','q'),(19951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/GNw2ckl4GiWuueFb9dMt4kBPCDJ-ayOoeeQPacAe1lc.ttf','}ʠ'),(19952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/GNw2ckl4GiWuueFb9dMt4kBPCDJ-ayOoeeQPacAe1lc.ttf','ar`'),(19953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/GNw2ckl4GiWuueFb9dMt4kBPCDJ-ayOoeeQPacAe1lc.ttf','('),(19954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/GNw2ckl4GiWuueFb9dMt4kBPCDJ-ayOoeeQPacAe1lc.ttf','%d'),(19955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1YGlXQxaR_emZVjFa6K5Gm8.ttf','}ʠ'),(19956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1YGlXQxaR_emZVjFa6K5Gm8.ttf','K	0'),(19957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1YGlXQxaR_emZVjFa6K5Gm8.ttf','('),(19958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1YGlXQxaR_emZVjFa6K5Gm8.ttf','Gc-'),(19959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf','}ʠ'),(19960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf',',ɓy'),(19961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf','('),(19962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf',''),(19963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1cOBCLEQFAwATxcDa2xYLs8.ttf','}ʠ'),(19964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1cOBCLEQFAwATxcDa2xYLs8.ttf','S'),(19965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1cOBCLEQFAwATxcDa2xYLs8.ttf','('),(19966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/londrinasolid/v6/BDKo9ty0kfh66weuamkY1cOBCLEQFAwATxcDa2xYLs8.ttf','o5zE'),(19967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/aXJ7KVIGcejEy1abawZazg.ttf','}ʠ'),(19968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/aXJ7KVIGcejEy1abawZazg.ttf','\n'),(19969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/aXJ7KVIGcejEy1abawZazg.ttf','('),(19970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/aXJ7KVIGcejEy1abawZazg.ttf','j'),(19971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/AN2EZaj2tFRpyveuNn9BOg.ttf','}ʠ'),(19972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/AN2EZaj2tFRpyveuNn9BOg.ttf','>4B'),(19973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/AN2EZaj2tFRpyveuNn9BOg.ttf','('),(19974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/AN2EZaj2tFRpyveuNn9BOg.ttf','5Z'),(19975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/enKND5SfzQKkggBA_VnT1A.ttf','}ʠ'),(19976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/enKND5SfzQKkggBA_VnT1A.ttf','`H'),(19977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/enKND5SfzQKkggBA_VnT1A.ttf','('),(19978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/enKND5SfzQKkggBA_VnT1A.ttf',''),(19979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/ivs9j3kYU65pR9QD9YFdzQ.ttf','}ʠ'),(19980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/ivs9j3kYU65pR9QD9YFdzQ.ttf','Kc8'),(19981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/ivs9j3kYU65pR9QD9YFdzQ.ttf','('),(19982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lora/v12/ivs9j3kYU65pR9QD9YFdzQ.ttf','\0'),(19983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loveyalikeasister/v8/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf','}ʠ'),(19984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loveyalikeasister/v8/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf','\r0'),(19985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loveyalikeasister/v8/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf','('),(19986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loveyalikeasister/v8/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf',''),(19987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lovedbytheking/v7/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf','}ʠ'),(19988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lovedbytheking/v7/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf',':B'),(19989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lovedbytheking/v7/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf','('),(19990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lovedbytheking/v7/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf',')I'),(19991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loversquarrel/v5/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf','}ʠ'),(19992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loversquarrel/v5/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf','ޖ'),(19993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loversquarrel/v5/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf','('),(19994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/loversquarrel/v5/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf','*'),(19995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/luckiestguy/v8/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(19996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/luckiestguy/v8/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf','B(r'),(19997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/luckiestguy/v8/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf','('),(19998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/luckiestguy/v8/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf',')	H'),(19999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/l1h9VDomkwbdzbPdmLcUIw.ttf','}ʠ'),(20000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/l1h9VDomkwbdzbPdmLcUIw.ttf',';~E'),(20001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/l1h9VDomkwbdzbPdmLcUIw.ttf','('),(20002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/l1h9VDomkwbdzbPdmLcUIw.ttf',''),(20003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf','q{'),(20005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf','('),(20006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lusitana/v5/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf','g'),(20007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lustria/v5/gXAk0s4ai0X-TAOhYzZd1w.ttf','}ʠ'),(20008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lustria/v5/gXAk0s4ai0X-TAOhYzZd1w.ttf','A8\"'),(20009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lustria/v5/gXAk0s4ai0X-TAOhYzZd1w.ttf','('),(20010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/lustria/v5/gXAk0s4ai0X-TAOhYzZd1w.ttf','We'),(20011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondo/v6/G6yPNUscRPQ8ufBXs_8yRQ.ttf','}ʠ'),(20012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondo/v6/G6yPNUscRPQ8ufBXs_8yRQ.ttf','U'),(20013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondo/v6/G6yPNUscRPQ8ufBXs_8yRQ.ttf','('),(20014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondo/v6/G6yPNUscRPQ8ufBXs_8yRQ.ttf','n'),(20015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondoswashcaps/v5/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf','}ʠ'),(20016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondoswashcaps/v5/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf','+N'),(20017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondoswashcaps/v5/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf','('),(20018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/macondoswashcaps/v5/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf','ww'),(20019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/sN1aPvvd07F1Sq3qcEQg4w.ttf','}ʠ'),(20020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/sN1aPvvd07F1Sq3qcEQg4w.ttf','-'),(20021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/sN1aPvvd07F1Sq3qcEQg4w.ttf','('),(20022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/sN1aPvvd07F1Sq3qcEQg4w.ttf','^sP'),(20023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/P46fye2TPh4fVwALgHSXCA.ttf','}ʠ'),(20024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/P46fye2TPh4fVwALgHSXCA.ttf',''),(20025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/P46fye2TPh4fVwALgHSXCA.ttf','('),(20026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/P46fye2TPh4fVwALgHSXCA.ttf','ugL'),(20027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/io_zUrt5o943T_q45OHLWQ.ttf','}ʠ'),(20028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/io_zUrt5o943T_q45OHLWQ.ttf','/'),(20029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/io_zUrt5o943T_q45OHLWQ.ttf','('),(20030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/io_zUrt5o943T_q45OHLWQ.ttf',')H<'),(20031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/PhhDsBi34sP0LptbpS9m6w.ttf','}ʠ'),(20032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/PhhDsBi34sP0LptbpS9m6w.ttf','@,'),(20033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/PhhDsBi34sP0LptbpS9m6w.ttf','('),(20034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/PhhDsBi34sP0LptbpS9m6w.ttf','f'),(20035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/6zYBU-NFokCo3MIlPsWCUw.ttf','}ʠ'),(20036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/6zYBU-NFokCo3MIlPsWCUw.ttf','DZi'),(20037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/6zYBU-NFokCo3MIlPsWCUw.ttf','('),(20038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/6zYBU-NFokCo3MIlPsWCUw.ttf',''),(20039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/VnwndFbEsjy4VcU_Dzedhg.ttf','}ʠ'),(20040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/VnwndFbEsjy4VcU_Dzedhg.ttf','O(n'),(20041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/VnwndFbEsjy4VcU_Dzedhg.ttf','('),(20042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/VnwndFbEsjy4VcU_Dzedhg.ttf','*;'),(20043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/aCyc9Kc3rOJLL6fV9VfptA.ttf','}ʠ'),(20044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/aCyc9Kc3rOJLL6fV9VfptA.ttf','߇	w'),(20045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/aCyc9Kc3rOJLL6fV9VfptA.ttf','('),(20046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mada/v4/aCyc9Kc3rOJLL6fV9VfptA.ttf','-R'),(20047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/hoZ13bwCXBxuGZqAudgc5A.ttf','}ʠ'),(20048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/hoZ13bwCXBxuGZqAudgc5A.ttf','q'),(20049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/hoZ13bwCXBxuGZqAudgc5A.ttf','('),(20050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/hoZ13bwCXBxuGZqAudgc5A.ttf','ӢK)'),(20051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/6fOM5sq5cIn8D0RjX8Lztw.ttf','}ʠ'),(20052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/6fOM5sq5cIn8D0RjX8Lztw.ttf',''),(20053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/6fOM5sq5cIn8D0RjX8Lztw.ttf','('),(20054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/magra/v5/6fOM5sq5cIn8D0RjX8Lztw.ttf','R5('),(20055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maidenorange/v8/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(20056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maidenorange/v8/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf','+>='),(20057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maidenorange/v8/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf','('),(20058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maidenorange/v8/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf',''),(20059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf',''),(20061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf','('),(20062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf','\r;'),(20063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf',''),(20065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf','('),(20066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf',''),(20067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/SpKVJkAjDAYOr1VkdSRspA.ttf','}ʠ'),(20068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/SpKVJkAjDAYOr1VkdSRspA.ttf','B.'),(20069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/SpKVJkAjDAYOr1VkdSRspA.ttf','('),(20070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/SpKVJkAjDAYOr1VkdSRspA.ttf','ʲ'),(20071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf','2K'),(20073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf','('),(20074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf','Y'),(20075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf','Ӧ'),(20077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf','('),(20078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf','O'),(20079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf','{8'),(20081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf','('),(20082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/maitree/v2/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf','$|'),(20083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mako/v8/z5zSLmfPlv1uTVAdmJBLXg.ttf','}ʠ'),(20084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mako/v8/z5zSLmfPlv1uTVAdmJBLXg.ttf','N'),(20085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mako/v8/z5zSLmfPlv1uTVAdmJBLXg.ttf','('),(20086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mako/v8/z5zSLmfPlv1uTVAdmJBLXg.ttf','P\Z'),(20087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mallanna/v5/krCTa-CfMbtxqF0689CbuQ.ttf','}ʠ'),(20088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mallanna/v5/krCTa-CfMbtxqF0689CbuQ.ttf','#ƞ'),(20089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mallanna/v5/krCTa-CfMbtxqF0689CbuQ.ttf','('),(20090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mallanna/v5/krCTa-CfMbtxqF0689CbuQ.ttf',''),(20091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mandali/v5/0lF8yJ7fkyjXuqtSi5bWbQ.ttf','}ʠ'),(20092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mandali/v5/0lF8yJ7fkyjXuqtSi5bWbQ.ttf',''),(20093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mandali/v5/0lF8yJ7fkyjXuqtSi5bWbQ.ttf','('),(20094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mandali/v5/0lF8yJ7fkyjXuqtSi5bWbQ.ttf','\\-'),(20095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/OL9lzPXATGiZUB8Qdk3tiQ.ttf','}ʠ'),(20096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/OL9lzPXATGiZUB8Qdk3tiQ.ttf','$F5'),(20097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/OL9lzPXATGiZUB8Qdk3tiQ.ttf','('),(20098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/OL9lzPXATGiZUB8Qdk3tiQ.ttf',''),(20099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/oRbwaLnv_NzztbUuhNLiBw.ttf','}ʠ'),(20100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/oRbwaLnv_NzztbUuhNLiBw.ttf','A|'),(20101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/oRbwaLnv_NzztbUuhNLiBw.ttf','('),(20102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/oRbwaLnv_NzztbUuhNLiBw.ttf','+q-\"'),(20103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/xsy0EZlufjk4A6mPfwX5mfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/xsy0EZlufjk4A6mPfwX5mfesZW2xOQ-xsNqO47m55DA.ttf','B+'),(20105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/xsy0EZlufjk4A6mPfwX5mfesZW2xOQ-xsNqO47m55DA.ttf','('),(20106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/xsy0EZlufjk4A6mPfwX5mfesZW2xOQ-xsNqO47m55DA.ttf',''),(20107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/r4TYrL7JhyPxpmVA-JAN0S3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/r4TYrL7JhyPxpmVA-JAN0S3USBnSvpkopQaUR-2r7iU.ttf','D'),(20109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/r4TYrL7JhyPxpmVA-JAN0S3USBnSvpkopQaUR-2r7iU.ttf','('),(20110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/r4TYrL7JhyPxpmVA-JAN0S3USBnSvpkopQaUR-2r7iU.ttf','7'),(20111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/gDxlyLYdCx7A4S8cf-Z8JvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/gDxlyLYdCx7A4S8cf-Z8JvesZW2xOQ-xsNqO47m55DA.ttf','x./'),(20113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/gDxlyLYdCx7A4S8cf-Z8JvesZW2xOQ-xsNqO47m55DA.ttf','('),(20114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/gDxlyLYdCx7A4S8cf-Z8JvesZW2xOQ-xsNqO47m55DA.ttf','+ҡ'),(20115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/n25GBfdDLxRFJ-OYtzyorS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/n25GBfdDLxRFJ-OYtzyorS3USBnSvpkopQaUR-2r7iU.ttf','9'),(20117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/n25GBfdDLxRFJ-OYtzyorS3USBnSvpkopQaUR-2r7iU.ttf','('),(20118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/n25GBfdDLxRFJ-OYtzyorS3USBnSvpkopQaUR-2r7iU.ttf','X!n'),(20119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/ut2ZOkBP2LtTYOuh1fI83_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/ut2ZOkBP2LtTYOuh1fI83_esZW2xOQ-xsNqO47m55DA.ttf','E6m7'),(20121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/ut2ZOkBP2LtTYOuh1fI83_esZW2xOQ-xsNqO47m55DA.ttf','('),(20122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/ut2ZOkBP2LtTYOuh1fI83_esZW2xOQ-xsNqO47m55DA.ttf','֏\Z'),(20123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/Lrka5WC7aKfhIA6uk-QS6y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/Lrka5WC7aKfhIA6uk-QS6y3USBnSvpkopQaUR-2r7iU.ttf','iw'),(20125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/Lrka5WC7aKfhIA6uk-QS6y3USBnSvpkopQaUR-2r7iU.ttf','('),(20126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/manuale/v2/Lrka5WC7aKfhIA6uk-QS6y3USBnSvpkopQaUR-2r7iU.ttf','z3km'),(20127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellus/v5/UjiLZzumxWC9whJ86UtaYw.ttf','}ʠ'),(20128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellus/v5/UjiLZzumxWC9whJ86UtaYw.ttf','^LM'),(20129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellus/v5/UjiLZzumxWC9whJ86UtaYw.ttf','('),(20130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellus/v5/UjiLZzumxWC9whJ86UtaYw.ttf','V'),(20131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellussc/v5/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellussc/v5/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf','Y{'),(20133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellussc/v5/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf','('),(20134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marcellussc/v5/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf','}w'),(20135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marckscript/v8/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marckscript/v8/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf','Z'),(20137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marckscript/v8/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf','('),(20138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marckscript/v8/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf','pw`p'),(20139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/margarine/v6/DJnJwIrcO_cGkjSzY3MERw.ttf','}ʠ'),(20140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/margarine/v6/DJnJwIrcO_cGkjSzY3MERw.ttf','.q'),(20141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/margarine/v6/DJnJwIrcO_cGkjSzY3MERw.ttf','('),(20142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/margarine/v6/DJnJwIrcO_cGkjSzY3MERw.ttf','L'),(20143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/markoone/v7/hpP7j861sOAco43iDc4n4w.ttf','}ʠ'),(20144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/markoone/v7/hpP7j861sOAco43iDc4n4w.ttf','͂\\'),(20145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/markoone/v7/hpP7j861sOAco43iDc4n4w.ttf','('),(20146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/markoone/v7/hpP7j861sOAco43iDc4n4w.ttf','\\'),(20147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marmelad/v7/jI0_FBlSOIRLL0ePWOhOwQ.ttf','}ʠ'),(20148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marmelad/v7/jI0_FBlSOIRLL0ePWOhOwQ.ttf','W	'),(20149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marmelad/v7/jI0_FBlSOIRLL0ePWOhOwQ.ttf','('),(20150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marmelad/v7/jI0_FBlSOIRLL0ePWOhOwQ.ttf','Tq'),(20151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/_wfGdswZbat7P4tupHLA1w.ttf','}ʠ'),(20152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/_wfGdswZbat7P4tupHLA1w.ttf','U-'),(20153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/_wfGdswZbat7P4tupHLA1w.ttf','('),(20154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/_wfGdswZbat7P4tupHLA1w.ttf','!}I'),(20155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/SghoV2F2VPdVU3P0a4fa9w.ttf','}ʠ'),(20156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/SghoV2F2VPdVU3P0a4fa9w.ttf',':J'),(20157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/SghoV2F2VPdVU3P0a4fa9w.ttf','('),(20158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/SghoV2F2VPdVU3P0a4fa9w.ttf','5J'),(20159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/9ALu5czkaaf5zsYk6GJEnQ.ttf','}ʠ'),(20160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/9ALu5czkaaf5zsYk6GJEnQ.ttf','gMp'),(20161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/9ALu5czkaaf5zsYk6GJEnQ.ttf','('),(20162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/9ALu5czkaaf5zsYk6GJEnQ.ttf','f'),(20163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf','}ʠ'),(20164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf','mߘ'),(20165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf','('),(20166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf','-Nh'),(20167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/4OzIiKB5wE36xXL2U0vzWQ.ttf','}ʠ'),(20168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/4OzIiKB5wE36xXL2U0vzWQ.ttf','/'),(20169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/4OzIiKB5wE36xXL2U0vzWQ.ttf','('),(20170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/4OzIiKB5wE36xXL2U0vzWQ.ttf','/ӺE'),(20171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/RVF8drcQoRkRL7l_ZkpTlQ.ttf','}ʠ'),(20172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/RVF8drcQoRkRL7l_ZkpTlQ.ttf','\0'),(20173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/RVF8drcQoRkRL7l_ZkpTlQ.ttf','('),(20174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/RVF8drcQoRkRL7l_ZkpTlQ.ttf','yK'),(20175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/iS0YUpFJoiLRlnyl40rpEA.ttf','}ʠ'),(20176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/iS0YUpFJoiLRlnyl40rpEA.ttf','oi,'),(20177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/iS0YUpFJoiLRlnyl40rpEA.ttf','('),(20178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martel/v2/iS0YUpFJoiLRlnyl40rpEA.ttf','C'),(20179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(20180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf','.D+'),(20181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf','('),(20182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf','\r'),(20183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(20184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf','	M'),(20185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf','('),(20186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf','g'),(20187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf','a'),(20189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf','('),(20190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf','|'),(20191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(20192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf','y\''),(20193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(20194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf','J'),(20195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(20196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf','i'),(20197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(20198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf','Ήe&'),(20199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(20200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf','əf)'),(20201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf','('),(20202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf','vD'),(20203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(20204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf','``d'),(20205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf','('),(20206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/martelsans/v4/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf','Ы'),(20207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Fg1dO8tWVb-MlyqhsbXEkg.ttf','}ʠ'),(20208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Fg1dO8tWVb-MlyqhsbXEkg.ttf','#'),(20209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Fg1dO8tWVb-MlyqhsbXEkg.ttf','('),(20210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Fg1dO8tWVb-MlyqhsbXEkg.ttf','.'),(20211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/HzyjFB-oR5usrc7Lxz9g8w.ttf','}ʠ'),(20212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/HzyjFB-oR5usrc7Lxz9g8w.ttf',''),(20213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/HzyjFB-oR5usrc7Lxz9g8w.ttf','('),(20214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/HzyjFB-oR5usrc7Lxz9g8w.ttf','GhL'),(20215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/WrHDBL1RupWGo2UcdgxB3Q.ttf','}ʠ'),(20216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/WrHDBL1RupWGo2UcdgxB3Q.ttf','Vɡ'),(20217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/WrHDBL1RupWGo2UcdgxB3Q.ttf','('),(20218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/WrHDBL1RupWGo2UcdgxB3Q.ttf','!vg'),(20219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf','n'),(20221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf','('),(20222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/marvel/v7/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf','gy'),(20223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/ooFviPcJ6hZP5bAE71Cawg.ttf','}ʠ'),(20224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/ooFviPcJ6hZP5bAE71Cawg.ttf','&'),(20225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/ooFviPcJ6hZP5bAE71Cawg.ttf','('),(20226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/ooFviPcJ6hZP5bAE71Cawg.ttf','vT'),(20227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/5XwW6_cbisGvCX5qmNiqfA.ttf','}ʠ'),(20228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/5XwW6_cbisGvCX5qmNiqfA.ttf',''),(20229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/5XwW6_cbisGvCX5qmNiqfA.ttf','('),(20230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mate/v6/5XwW6_cbisGvCX5qmNiqfA.ttf','^n1'),(20231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/matesc/v6/-YkIT2TZoPZF6pawKzDpWw.ttf','}ʠ'),(20232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/matesc/v6/-YkIT2TZoPZF6pawKzDpWw.ttf','!'),(20233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/matesc/v6/-YkIT2TZoPZF6pawKzDpWw.ttf','('),(20234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/matesc/v6/-YkIT2TZoPZF6pawKzDpWw.ttf',''),(20235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/sqPJIFG4gqsjl-0q_46Gbw.ttf','}ʠ'),(20236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/sqPJIFG4gqsjl-0q_46Gbw.ttf','W'),(20237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/sqPJIFG4gqsjl-0q_46Gbw.ttf','('),(20238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/sqPJIFG4gqsjl-0q_46Gbw.ttf','\\^'),(20239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf','[Z'),(20241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf','('),(20242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf',']~'),(20243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf','u>'),(20245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf','('),(20246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf',''),(20247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf','\\'),(20249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf','('),(20250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mavenpro/v11/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf','&B'),(20251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mclaren/v5/OprvTGxaiINBKW_1_U0eoQ.ttf','}ʠ'),(20252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mclaren/v5/OprvTGxaiINBKW_1_U0eoQ.ttf','T2'),(20253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mclaren/v5/OprvTGxaiINBKW_1_U0eoQ.ttf','('),(20254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mclaren/v5/OprvTGxaiINBKW_1_U0eoQ.ttf','a'),(20255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meddon/v10/f8zJO98uu2EtSj9p7ci9RA.ttf','}ʠ'),(20256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meddon/v10/f8zJO98uu2EtSj9p7ci9RA.ttf','3'),(20257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meddon/v10/f8zJO98uu2EtSj9p7ci9RA.ttf','('),(20258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meddon/v10/f8zJO98uu2EtSj9p7ci9RA.ttf','兊'),(20259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medievalsharp/v9/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf','}ʠ'),(20260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medievalsharp/v9/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf','O'),(20261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medievalsharp/v9/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf','('),(20262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medievalsharp/v9/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf','CZ'),(20263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medulaone/v7/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medulaone/v7/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf','J'),(20265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medulaone/v7/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf','('),(20266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/medulaone/v7/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf',''),(20267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meerainimai/v2/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meerainimai/v2/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf','GH;'),(20269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meerainimai/v2/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf','('),(20270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meerainimai/v2/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf','+0 '),(20271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/megrim/v8/e-9jVUC9lv1zxaFQARuftw.ttf','}ʠ'),(20272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/megrim/v8/e-9jVUC9lv1zxaFQARuftw.ttf',''),(20273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/megrim/v8/e-9jVUC9lv1zxaFQARuftw.ttf','('),(20274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/megrim/v8/e-9jVUC9lv1zxaFQARuftw.ttf',''),(20275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meiescript/v5/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meiescript/v5/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf','1'),(20277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meiescript/v5/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf','('),(20278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meiescript/v5/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf','y%u'),(20279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/MYY6Og1qZlOQtPW2G95Y3A.ttf','}ʠ'),(20280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/MYY6Og1qZlOQtPW2G95Y3A.ttf','#P'),(20281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/MYY6Og1qZlOQtPW2G95Y3A.ttf','('),(20282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/MYY6Og1qZlOQtPW2G95Y3A.ttf','@'),(20283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf','Fks'),(20285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf','('),(20286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merienda/v5/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf','^v'),(20287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meriendaone/v8/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meriendaone/v8/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf','rY'),(20289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meriendaone/v8/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf','('),(20290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/meriendaone/v8/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf','T'),(20291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(20292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf','L'),(20293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf','('),(20294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf','y\rz'),(20295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf','}ʠ'),(20296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf','Ѽ'),(20297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf','('),(20298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf','Mu'),(20299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf','<~'),(20301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf','('),(20302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf','evx'),(20303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf','}ʠ'),(20304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf','\r'),(20305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf','('),(20306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf','UN3'),(20307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(20308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf','I#'),(20309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf','('),(20310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf','\n'),(20311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf','}ʠ'),(20312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf','2g'),(20313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf','('),(20314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf','4x'),(20315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf','}ʠ'),(20316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf','='),(20317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf','('),(20318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf','TM'),(20319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf','}ʠ'),(20320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf','(o'),(20321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf','('),(20322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweather/v19/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf',''),(20323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf','}ʠ'),(20324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf','㯣G'),(20325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf','('),(20326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf','Y'),(20327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf','}ʠ'),(20328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf','='),(20329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf','('),(20330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf','\"T\"'),(20331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf','}ʠ'),(20332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf','=k'),(20333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf','('),(20334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf','^'),(20335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf','}ʠ'),(20336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf','|r<'),(20337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf','('),(20338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf','pj'),(20339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf','}ʠ'),(20340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf','NF'),(20341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf','('),(20342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf','\Z'),(20343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf','}ʠ'),(20344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf','?n'),(20345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf','('),(20346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf',']j.E'),(20347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf','}ʠ'),(20348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf','p+^'),(20349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf','('),(20350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf',''),(20351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf','}ʠ'),(20352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf','&lJ'),(20353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf','('),(20354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/merriweathersans/v9/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf',''),(20355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metal/v10/zA3UOP13ooQcxjv04BZX5g.ttf','}ʠ'),(20356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metal/v10/zA3UOP13ooQcxjv04BZX5g.ttf','xx'),(20357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metal/v10/zA3UOP13ooQcxjv04BZX5g.ttf','('),(20358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metal/v10/zA3UOP13ooQcxjv04BZX5g.ttf','i'),(20359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metalmania/v7/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metalmania/v7/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf','+'),(20361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metalmania/v7/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf','('),(20362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metalmania/v7/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf','ĭBv'),(20363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metamorphous/v7/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metamorphous/v7/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf','*!'),(20365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metamorphous/v7/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf','('),(20366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metamorphous/v7/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf','JU'),(20367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metrophobic/v10/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metrophobic/v10/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf','w'),(20369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metrophobic/v10/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf','('),(20370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/metrophobic/v10/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf','>FI'),(20371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/michroma/v8/0c2XrW81_QsiKV8T9thumA.ttf','}ʠ'),(20372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/michroma/v8/0c2XrW81_QsiKV8T9thumA.ttf','=I'),(20373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/michroma/v8/0c2XrW81_QsiKV8T9thumA.ttf','('),(20374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/michroma/v8/0c2XrW81_QsiKV8T9thumA.ttf','d֟'),(20375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/milonga/v5/dzNdIUSTGFmy2ahovDRcWg.ttf','}ʠ'),(20376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/milonga/v5/dzNdIUSTGFmy2ahovDRcWg.ttf','y'),(20377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/milonga/v5/dzNdIUSTGFmy2ahovDRcWg.ttf','('),(20378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/milonga/v5/dzNdIUSTGFmy2ahovDRcWg.ttf','h5'),(20379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltonian/v11/Z4HrYZyqm0BnNNzcCUfzoQ.ttf','}ʠ'),(20380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltonian/v11/Z4HrYZyqm0BnNNzcCUfzoQ.ttf','G'),(20381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltonian/v11/Z4HrYZyqm0BnNNzcCUfzoQ.ttf','('),(20382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltonian/v11/Z4HrYZyqm0BnNNzcCUfzoQ.ttf',''),(20383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltoniantattoo/v12/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf','}ʠ'),(20384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltoniantattoo/v12/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf','F'),(20385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltoniantattoo/v12/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf','('),(20386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miltoniantattoo/v12/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf','m'),(20387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miniver/v6/4yTQohOH_cWKRS5laRFhYg.ttf','}ʠ'),(20388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miniver/v6/4yTQohOH_cWKRS5laRFhYg.ttf','a37'),(20389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miniver/v6/4yTQohOH_cWKRS5laRFhYg.ttf','('),(20390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miniver/v6/4yTQohOH_cWKRS5laRFhYg.ttf','H9'),(20391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf','͇#'),(20393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf','('),(20394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf','f*'),(20395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(20396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf',''),(20397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf','('),(20398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/miriamlibre/v3/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf',' u'),(20399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/8oe36Xbgj9BMSLJBaZ8VAQ.ttf','}ʠ'),(20400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/8oe36Xbgj9BMSLJBaZ8VAQ.ttf',';'),(20401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/8oe36Xbgj9BMSLJBaZ8VAQ.ttf','('),(20402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/8oe36Xbgj9BMSLJBaZ8VAQ.ttf','N'),(20403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/dT3HbZoBCx1xbU7PnFEFyQ.ttf','}ʠ'),(20404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/dT3HbZoBCx1xbU7PnFEFyQ.ttf','rGJ'),(20405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/dT3HbZoBCx1xbU7PnFEFyQ.ttf','('),(20406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/dT3HbZoBCx1xbU7PnFEFyQ.ttf','cK]'),(20407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/6T4uh2Zti9P6Eq_gbAYvVQ.ttf','}ʠ'),(20408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/6T4uh2Zti9P6Eq_gbAYvVQ.ttf','η'),(20409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/6T4uh2Zti9P6Eq_gbAYvVQ.ttf','('),(20410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/6T4uh2Zti9P6Eq_gbAYvVQ.ttf','z;'),(20411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/b47CZDHoZdhnplmDpZymFw.ttf','}ʠ'),(20412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/b47CZDHoZdhnplmDpZymFw.ttf','I!'),(20413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/b47CZDHoZdhnplmDpZymFw.ttf','('),(20414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mirza/v3/b47CZDHoZdhnplmDpZymFw.ttf',''),(20415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/missfajardose/v7/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf','}ʠ'),(20416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/missfajardose/v7/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf','z'),(20417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/missfajardose/v7/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf','('),(20418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/missfajardose/v7/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf',' A'),(20419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/GCzZRAhweqJhxrmM0bPztg.ttf','}ʠ'),(20420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/GCzZRAhweqJhxrmM0bPztg.ttf','6D'),(20421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/GCzZRAhweqJhxrmM0bPztg.ttf','('),(20422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/GCzZRAhweqJhxrmM0bPztg.ttf',''),(20423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/A61rQ_y9i8Ja__oFN7KxiQ.ttf','}ʠ'),(20424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/A61rQ_y9i8Ja__oFN7KxiQ.ttf','.]'),(20425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/A61rQ_y9i8Ja__oFN7KxiQ.ttf','('),(20426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/A61rQ_y9i8Ja__oFN7KxiQ.ttf',''),(20427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/vKMd72X2iT4iBo5GvdCa_A.ttf','}ʠ'),(20428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/vKMd72X2iT4iBo5GvdCa_A.ttf','\'$'),(20429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/vKMd72X2iT4iBo5GvdCa_A.ttf','('),(20430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/vKMd72X2iT4iBo5GvdCa_A.ttf','|6b'),(20431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/r_Z6yrJJ0zmkGAqxqjlLRg.ttf','}ʠ'),(20432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/r_Z6yrJJ0zmkGAqxqjlLRg.ttf','Be'),(20433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/r_Z6yrJJ0zmkGAqxqjlLRg.ttf','('),(20434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/r_Z6yrJJ0zmkGAqxqjlLRg.ttf','8K'),(20435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/42l66tb_XMxM97GKatU9Ng.ttf','}ʠ'),(20436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/42l66tb_XMxM97GKatU9Ng.ttf','.C'),(20437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/42l66tb_XMxM97GKatU9Ng.ttf','('),(20438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/42l66tb_XMxM97GKatU9Ng.ttf','%?'),(20439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/V-V7Rul5HOZ651R4Tml2Lw.ttf','}ʠ'),(20440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/V-V7Rul5HOZ651R4Tml2Lw.ttf','|'),(20441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/V-V7Rul5HOZ651R4Tml2Lw.ttf','('),(20442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mitr/v3/V-V7Rul5HOZ651R4Tml2Lw.ttf',''),(20443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modak/v3/lMsN0QIKid-pCPvL0hH4nw.ttf','}ʠ'),(20444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modak/v3/lMsN0QIKid-pCPvL0hH4nw.ttf','9'),(20445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modak/v3/lMsN0QIKid-pCPvL0hH4nw.ttf','('),(20446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modak/v3/lMsN0QIKid-pCPvL0hH4nw.ttf','%%'),(20447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modernantiqua/v7/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf','}ʠ'),(20448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modernantiqua/v7/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf','\Z'),(20449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modernantiqua/v7/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf','('),(20450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/modernantiqua/v7/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf','syп'),(20451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mogra/v4/gIxQBn9PseDaI0D4FnOiBQ.ttf','}ʠ'),(20452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mogra/v4/gIxQBn9PseDaI0D4FnOiBQ.ttf','F'),(20453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mogra/v4/gIxQBn9PseDaI0D4FnOiBQ.ttf','('),(20454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mogra/v4/gIxQBn9PseDaI0D4FnOiBQ.ttf','N'),(20455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molengo/v8/jcjgeGuzv83I55AzOTpXNQ.ttf','}ʠ'),(20456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molengo/v8/jcjgeGuzv83I55AzOTpXNQ.ttf','Bƞ'),(20457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molengo/v8/jcjgeGuzv83I55AzOTpXNQ.ttf','('),(20458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molengo/v8/jcjgeGuzv83I55AzOTpXNQ.ttf',''),(20459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molle/v6/9XTdCsjPXifLqo5et-YoGA.ttf','}ʠ'),(20460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molle/v6/9XTdCsjPXifLqo5et-YoGA.ttf','\''),(20461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molle/v6/9XTdCsjPXifLqo5et-YoGA.ttf','('),(20462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/molle/v6/9XTdCsjPXifLqo5et-YoGA.ttf','T'),(20463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/qFMHZ9zvR6B_gnoIgosPrw.ttf','}ʠ'),(20464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/qFMHZ9zvR6B_gnoIgosPrw.ttf','O4e'),(20465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/qFMHZ9zvR6B_gnoIgosPrw.ttf','('),(20466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/qFMHZ9zvR6B_gnoIgosPrw.ttf',']}gw'),(20467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/EVOzZUyc_j1w2GuTgTAW1g.ttf','}ʠ'),(20468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/EVOzZUyc_j1w2GuTgTAW1g.ttf','k'),(20469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/EVOzZUyc_j1w2GuTgTAW1g.ttf','('),(20470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monda/v7/EVOzZUyc_j1w2GuTgTAW1g.ttf','Ǡ'),(20471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monofett/v7/C6K5L799Rgxzg2brgOaqAw.ttf','}ʠ'),(20472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monofett/v7/C6K5L799Rgxzg2brgOaqAw.ttf','*o'),(20473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monofett/v7/C6K5L799Rgxzg2brgOaqAw.ttf','('),(20474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monofett/v7/C6K5L799Rgxzg2brgOaqAw.ttf','>'),(20475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monoton/v7/aCz8ja_bE4dg-7agSvExdw.ttf','}ʠ'),(20476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monoton/v7/aCz8ja_bE4dg-7agSvExdw.ttf','N>\"'),(20477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monoton/v7/aCz8ja_bE4dg-7agSvExdw.ttf','('),(20478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monoton/v7/aCz8ja_bE4dg-7agSvExdw.ttf',''),(20479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monsieurladoulaise/v6/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf','}ʠ'),(20480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monsieurladoulaise/v6/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf','vO}'),(20481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monsieurladoulaise/v6/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf','('),(20482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/monsieurladoulaise/v6/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf','92'),(20483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montaga/v5/PwTwUboiD-M4-mFjZfJs2A.ttf','}ʠ'),(20484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montaga/v5/PwTwUboiD-M4-mFjZfJs2A.ttf',',?'),(20485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montaga/v5/PwTwUboiD-M4-mFjZfJs2A.ttf','('),(20486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montaga/v5/PwTwUboiD-M4-mFjZfJs2A.ttf','$'),(20487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montez/v8/kx58rLOWQQLGFM4pDHv5Ng.ttf','}ʠ'),(20488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montez/v8/kx58rLOWQQLGFM4pDHv5Ng.ttf','f+'),(20489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montez/v8/kx58rLOWQQLGFM4pDHv5Ng.ttf','('),(20490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montez/v8/kx58rLOWQQLGFM4pDHv5Ng.ttf','n'),(20491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/CdKWaRAal2Bxq9mORLKRRS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/CdKWaRAal2Bxq9mORLKRRS3USBnSvpkopQaUR-2r7iU.ttf','^'),(20493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/CdKWaRAal2Bxq9mORLKRRS3USBnSvpkopQaUR-2r7iU.ttf','('),(20494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/CdKWaRAal2Bxq9mORLKRRS3USBnSvpkopQaUR-2r7iU.ttf','~7'),(20495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/1809Y0aW9bpFOPXsQTFwf8SVQ0giZ-l_NELu3lgGyYw.ttf','}ʠ'),(20496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/1809Y0aW9bpFOPXsQTFwf8SVQ0giZ-l_NELu3lgGyYw.ttf','Ԉm'),(20497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/1809Y0aW9bpFOPXsQTFwf8SVQ0giZ-l_NELu3lgGyYw.ttf','('),(20498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/1809Y0aW9bpFOPXsQTFwf8SVQ0giZ-l_NELu3lgGyYw.ttf','e#'),(20499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/eWRmKHdPNWGn_iFyeEYja2eudeTO44zf-ht3k-KNzwg.ttf','}ʠ'),(20500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/eWRmKHdPNWGn_iFyeEYja2eudeTO44zf-ht3k-KNzwg.ttf',''),(20501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/eWRmKHdPNWGn_iFyeEYja2eudeTO44zf-ht3k-KNzwg.ttf','('),(20502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/eWRmKHdPNWGn_iFyeEYja2eudeTO44zf-ht3k-KNzwg.ttf',''),(20503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9FtwQm5IkIgNCodAfQb4ovl18.ttf','}ʠ'),(20504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9FtwQm5IkIgNCodAfQb4ovl18.ttf','\'m'),(20505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9FtwQm5IkIgNCodAfQb4ovl18.ttf','('),(20506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9FtwQm5IkIgNCodAfQb4ovl18.ttf',']Y'),(20507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXE0eOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(20508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXE0eOrDcLawS7-ssYqLr2Xp4.ttf','8'),(20509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXE0eOrDcLawS7-ssYqLr2Xp4.ttf','('),(20510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXE0eOrDcLawS7-ssYqLr2Xp4.ttf',''),(20511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6cQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(20512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6cQoVhARpoaILP7amxE_8g.ttf','6(H'),(20513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6cQoVhARpoaILP7amxE_8g.ttf','('),(20514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6cQoVhARpoaILP7amxE_8g.ttf',',z'),(20515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf','[@\'y'),(20517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf','('),(20518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf','1f'),(20519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/-iqwlckIhsmvkx0N6rwPmi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/-iqwlckIhsmvkx0N6rwPmi3USBnSvpkopQaUR-2r7iU.ttf','üF'),(20521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/-iqwlckIhsmvkx0N6rwPmi3USBnSvpkopQaUR-2r7iU.ttf','('),(20522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/-iqwlckIhsmvkx0N6rwPmi3USBnSvpkopQaUR-2r7iU.ttf','I$'),(20523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwepp-63r6doWhTEbsfBIRJ7A.ttf','}ʠ'),(20524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwepp-63r6doWhTEbsfBIRJ7A.ttf','x'),(20525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwepp-63r6doWhTEbsfBIRJ7A.ttf','('),(20526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/BYPM-GE291ZjIXBWrtCwepp-63r6doWhTEbsfBIRJ7A.ttf','<=Z'),(20527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft5MQuUSAwdHsY8ov_6tk1oA.ttf','}ʠ'),(20528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft5MQuUSAwdHsY8ov_6tk1oA.ttf','|0'),(20529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft5MQuUSAwdHsY8ov_6tk1oA.ttf','('),(20530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft5MQuUSAwdHsY8ov_6tk1oA.ttf',')'),(20531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl0_pTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(20532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl0_pTEJqju4Hz1txDWij77d4.ttf','N'),(20533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl0_pTEJqju4Hz1txDWij77d4.ttf','('),(20534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/q2OIMsAtXEkOulLQVdSl0_pTEJqju4Hz1txDWij77d4.ttf','*'),(20535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft2v8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(20536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft2v8CylhIUtwUiYO7Z2wXbE.ttf','ZV'),(20537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft2v8CylhIUtwUiYO7Z2wXbE.ttf','('),(20538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft2v8CylhIUtwUiYO7Z2wXbE.ttf',''),(20539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(20540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf','0	'),(20541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf','('),(20542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf','\\F'),(20543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft0D2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(20544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft0D2ttfZwueP-QU272T9-k4.ttf','JX'),(20545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft0D2ttfZwueP-QU272T9-k4.ttf','('),(20546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft0D2ttfZwueP-QU272T9-k4.ttf','	j'),(20547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/H8_7oktkjVeeX06kbAvc0Kk3bhPBSBJ0bSJQ6acL-0g.ttf','}ʠ'),(20548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/H8_7oktkjVeeX06kbAvc0Kk3bhPBSBJ0bSJQ6acL-0g.ttf','	g'),(20549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/H8_7oktkjVeeX06kbAvc0Kk3bhPBSBJ0bSJQ6acL-0g.ttf','('),(20550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/H8_7oktkjVeeX06kbAvc0Kk3bhPBSBJ0bSJQ6acL-0g.ttf','&'),(20551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft_qsay_1ZmRGmC8pVRdIfAg.ttf','}ʠ'),(20552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft_qsay_1ZmRGmC8pVRdIfAg.ttf',''),(20553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft_qsay_1ZmRGmC8pVRdIfAg.ttf','('),(20554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft_qsay_1ZmRGmC8pVRdIfAg.ttf','#'),(20555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/aEu-9ATAroJ1iN4zmQ55Bp0EAVxt0G0biEntp43Qt6E.ttf','}ʠ'),(20556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/aEu-9ATAroJ1iN4zmQ55Bp0EAVxt0G0biEntp43Qt6E.ttf','QL'),(20557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/aEu-9ATAroJ1iN4zmQ55Bp0EAVxt0G0biEntp43Qt6E.ttf','('),(20558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/aEu-9ATAroJ1iN4zmQ55Bp0EAVxt0G0biEntp43Qt6E.ttf',''),(20559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6ObDOjC3UL77puoeHsE3fw.ttf','}ʠ'),(20560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6ObDOjC3UL77puoeHsE3fw.ttf','A>'),(20561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6ObDOjC3UL77puoeHsE3fw.ttf','('),(20562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserrat/v12/zhwB3-BAdyKDf0geWr9Ft6ObDOjC3UL77puoeHsE3fw.ttf','Oa'),(20563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpltmjtuu7N1WAenNR-bns1HU.ttf','}ʠ'),(20564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpltmjtuu7N1WAenNR-bns1HU.ttf','NtY'),(20565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpltmjtuu7N1WAenNR-bns1HU.ttf','('),(20566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpltmjtuu7N1WAenNR-bns1HU.ttf',''),(20567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/3-rFIqHz_U7TAmWg7RcpLzob9T7De5a9EmE7cInrugI.ttf','}ʠ'),(20568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/3-rFIqHz_U7TAmWg7RcpLzob9T7De5a9EmE7cInrugI.ttf',')	'),(20569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/3-rFIqHz_U7TAmWg7RcpLzob9T7De5a9EmE7cInrugI.ttf','('),(20570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/3-rFIqHz_U7TAmWg7RcpLzob9T7De5a9EmE7cInrugI.ttf','xˉ\0'),(20571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZrWzJnWnTj1NV2WEtcqW8F0.ttf','}ʠ'),(20572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZrWzJnWnTj1NV2WEtcqW8F0.ttf',''),(20573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZrWzJnWnTj1NV2WEtcqW8F0.ttf','('),(20574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZrWzJnWnTj1NV2WEtcqW8F0.ttf',''),(20575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlATSYqyfLbk4Wyr4DDJHtpar3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(20576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlATSYqyfLbk4Wyr4DDJHtpar3rGVtsTkPsbDajuO5ueQw.ttf','܌G='),(20577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlATSYqyfLbk4Wyr4DDJHtpar3rGVtsTkPsbDajuO5ueQw.ttf','('),(20578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlATSYqyfLbk4Wyr4DDJHtpar3rGVtsTkPsbDajuO5ueQw.ttf','J'),(20579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZoE9JAqK0NEjKMCIBssy61I.ttf','}ʠ'),(20580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZoE9JAqK0NEjKMCIBssy61I.ttf','U]'),(20581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZoE9JAqK0NEjKMCIBssy61I.ttf','('),(20582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZoE9JAqK0NEjKMCIBssy61I.ttf','{'),(20583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX0Ksah31OxOJpZejHsaXyX3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(20584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX0Ksah31OxOJpZejHsaXyX3rGVtsTkPsbDajuO5ueQw.ttf','\n'),(20585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX0Ksah31OxOJpZejHsaXyX3rGVtsTkPsbDajuO5ueQw.ttf','('),(20586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX0Ksah31OxOJpZejHsaXyX3rGVtsTkPsbDajuO5ueQw.ttf','q@q '),(20587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf','}ʠ'),(20588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf','4M'),(20589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf','('),(20590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf',''),(20591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpliKJhVBtn9MynHVBPiS2bkc.ttf','}ʠ'),(20592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpliKJhVBtn9MynHVBPiS2bkc.ttf','kN3'),(20593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpliKJhVBtn9MynHVBPiS2bkc.ttf','('),(20594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/oqQkJ7FUCF9bJw9oNhwpliKJhVBtn9MynHVBPiS2bkc.ttf','D'),(20595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkLT1bEhWimL9YDPt6og4ow.ttf','}ʠ'),(20596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkLT1bEhWimL9YDPt6og4ow.ttf','ch'),(20597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkLT1bEhWimL9YDPt6og4ow.ttf','('),(20598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkLT1bEhWimL9YDPt6og4ow.ttf',';4N\''),(20599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbq1yxDcj1rkVNifBkzxbjz3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(20600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbq1yxDcj1rkVNifBkzxbjz3rGVtsTkPsbDajuO5ueQw.ttf','^'),(20601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbq1yxDcj1rkVNifBkzxbjz3rGVtsTkPsbDajuO5ueQw.ttf','('),(20602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbq1yxDcj1rkVNifBkzxbjz3rGVtsTkPsbDajuO5ueQw.ttf','1'),(20603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZlzJBia8MVcXq42LmpYhWMY.ttf','}ʠ'),(20604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZlzJBia8MVcXq42LmpYhWMY.ttf',''),(20605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZlzJBia8MVcXq42LmpYhWMY.ttf','('),(20606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZlzJBia8MVcXq42LmpYhWMY.ttf',''),(20607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAdzE96w6fJMDbKTKS-tt8C_3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(20608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAdzE96w6fJMDbKTKS-tt8C_3rGVtsTkPsbDajuO5ueQw.ttf','#Y'),(20609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAdzE96w6fJMDbKTKS-tt8C_3rGVtsTkPsbDajuO5ueQw.ttf','('),(20610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAdzE96w6fJMDbKTKS-tt8C_3rGVtsTkPsbDajuO5ueQw.ttf',''),(20611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf','}ʠ'),(20612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf','&q'),(20613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf','('),(20614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf',''),(20615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAVeYZ2vsofSkgKvS_YtoH2b3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(20616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAVeYZ2vsofSkgKvS_YtoH2b3rGVtsTkPsbDajuO5ueQw.ttf','Zo'),(20617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAVeYZ2vsofSkgKvS_YtoH2b3rGVtsTkPsbDajuO5ueQw.ttf','('),(20618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAVeYZ2vsofSkgKvS_YtoH2b3rGVtsTkPsbDajuO5ueQw.ttf','LT'),(20619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkG2AOFTt9I0BIk1fL0aWvI.ttf','}ʠ'),(20620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkG2AOFTt9I0BIk1fL0aWvI.ttf','hD'),(20621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkG2AOFTt9I0BIk1fL0aWvI.ttf','('),(20622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZkG2AOFTt9I0BIk1fL0aWvI.ttf',')j'),(20623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbM_h-OHjcDf1XWbHqSgRF73rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(20624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbM_h-OHjcDf1XWbHqSgRF73rGVtsTkPsbDajuO5ueQw.ttf','T+'),(20625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbM_h-OHjcDf1XWbHqSgRF73rGVtsTkPsbDajuO5ueQw.ttf','('),(20626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAbM_h-OHjcDf1XWbHqSgRF73rGVtsTkPsbDajuO5ueQw.ttf',''),(20627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZqjHT7NF_e7B-hWEBx2SqPI.ttf','}ʠ'),(20628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZqjHT7NF_e7B-hWEBx2SqPI.ttf','մF'),(20629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZqjHT7NF_e7B-hWEBx2SqPI.ttf','('),(20630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/YENqOGAVzwIHjYNjmKuAZqjHT7NF_e7B-hWEBx2SqPI.ttf','M;'),(20631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX18ggQg0KDcknRVFWguAv_3rGVtsTkPsbDajuO5ueQw.ttf','}ʠ'),(20632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX18ggQg0KDcknRVFWguAv_3rGVtsTkPsbDajuO5ueQw.ttf','4i'),(20633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX18ggQg0KDcknRVFWguAv_3rGVtsTkPsbDajuO5ueQw.ttf','('),(20634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratalternates/v9/AXzeb8s80Wvg1Wkw1cVlAX18ggQg0KDcknRVFWguAv_3rGVtsTkPsbDajuO5ueQw.ttf','ٟ'),(20635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf','}ʠ'),(20636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf','?'),(20637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf','('),(20638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf','ҤC'),(20639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf','}ʠ'),(20640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf',',J'),(20641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf','('),(20642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/montserratsubrayada/v5/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf','#'),(20643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moul/v9/Kb0ALQnfyXawP1a_P_gpTQ.ttf','}ʠ'),(20644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moul/v9/Kb0ALQnfyXawP1a_P_gpTQ.ttf','- '),(20645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moul/v9/Kb0ALQnfyXawP1a_P_gpTQ.ttf','('),(20646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moul/v9/Kb0ALQnfyXawP1a_P_gpTQ.ttf','XE'),(20647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moulpali/v10/diD74BprGhmVkJoerKmrKA.ttf','}ʠ'),(20648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moulpali/v10/diD74BprGhmVkJoerKmrKA.ttf','Pi'),(20649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moulpali/v10/diD74BprGhmVkJoerKmrKA.ttf','('),(20650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/moulpali/v10/diD74BprGhmVkJoerKmrKA.ttf','x'),(20651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf','}ʠ'),(20652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf','\''),(20653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf','('),(20654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf','hJI '),(20655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf','}ʠ'),(20656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf','WN'),(20657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf','('),(20658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mountainsofchristmas/v10/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf',''),(20659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mousememoirs/v5/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf','}ʠ'),(20660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mousememoirs/v5/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf','k'),(20661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mousememoirs/v5/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf','('),(20662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mousememoirs/v5/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf','y'),(20663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrbedfort/v6/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrbedfort/v6/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf','_'),(20665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrbedfort/v6/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf','('),(20666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrbedfort/v6/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf','M`'),(20667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdafoe/v6/s32Q1S6ZkT7EaX53mUirvQ.ttf','}ʠ'),(20668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdafoe/v6/s32Q1S6ZkT7EaX53mUirvQ.ttf','Ęo'),(20669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdafoe/v6/s32Q1S6ZkT7EaX53mUirvQ.ttf','('),(20670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdafoe/v6/s32Q1S6ZkT7EaX53mUirvQ.ttf',''),(20671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdehaviland/v6/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf','}ʠ'),(20672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdehaviland/v6/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf','7t'),(20673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdehaviland/v6/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf','('),(20674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrdehaviland/v6/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf','֜'),(20675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssaintdelafield/v5/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf','}ʠ'),(20676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssaintdelafield/v5/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf','a'),(20677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssaintdelafield/v5/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf','('),(20678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssaintdelafield/v5/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf',' '),(20679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssheppards/v6/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf','}ʠ'),(20680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssheppards/v6/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf','@'),(20681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssheppards/v6/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf','('),(20682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mrssheppards/v6/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf','Ԉ'),(20683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/tDVdzIQ8YtIPQkpeTPxaRw.ttf','}ʠ'),(20684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/tDVdzIQ8YtIPQkpeTPxaRw.ttf',':('),(20685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/tDVdzIQ8YtIPQkpeTPxaRw.ttf','('),(20686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/tDVdzIQ8YtIPQkpeTPxaRw.ttf','02{'),(20687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/XBYaFkW7WJ8kqXq2Yt41cw.ttf','}ʠ'),(20688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/XBYaFkW7WJ8kqXq2Yt41cw.ttf','*9'),(20689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/XBYaFkW7WJ8kqXq2Yt41cw.ttf','('),(20690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/XBYaFkW7WJ8kqXq2Yt41cw.ttf',']'),(20691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/7dmf9fx1PuHBtLhSPnZzrQ.ttf','}ʠ'),(20692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/7dmf9fx1PuHBtLhSPnZzrQ.ttf',''),(20693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/7dmf9fx1PuHBtLhSPnZzrQ.ttf','('),(20694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/7dmf9fx1PuHBtLhSPnZzrQ.ttf','\"'),(20695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/lQPvn1FqPa-GCFx-cAuBHg.ttf','}ʠ'),(20696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/lQPvn1FqPa-GCFx-cAuBHg.ttf','p'),(20697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/lQPvn1FqPa-GCFx-cAuBHg.ttf','('),(20698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/lQPvn1FqPa-GCFx-cAuBHg.ttf','Vm'),(20699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/NcubiFyhit9Cmsn9p9y9Xg.ttf','}ʠ'),(20700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/NcubiFyhit9Cmsn9p9y9Xg.ttf','orG'),(20701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/NcubiFyhit9Cmsn9p9y9Xg.ttf','('),(20702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/NcubiFyhit9Cmsn9p9y9Xg.ttf',''),(20703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/TZMKZcvgKiI-bWO9PoMI7w.ttf','}ʠ'),(20704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/TZMKZcvgKiI-bWO9PoMI7w.ttf',''),(20705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/TZMKZcvgKiI-bWO9PoMI7w.ttf','('),(20706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/TZMKZcvgKiI-bWO9PoMI7w.ttf','Ԇ)'),(20707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/QJVapEVpFpMfDYz2xuPBmQ.ttf','}ʠ'),(20708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/QJVapEVpFpMfDYz2xuPBmQ.ttf',''),(20709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/QJVapEVpFpMfDYz2xuPBmQ.ttf','('),(20710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mukta/v5/QJVapEVpFpMfDYz2xuPBmQ.ttf','7'),(20711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p0nzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(20712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p0nzyIngrzGjGh22wPb6cGM.ttf','XZ'),(20713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p0nzyIngrzGjGh22wPb6cGM.ttf','('),(20714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p0nzyIngrzGjGh22wPb6cGM.ttf','&-'),(20715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4py9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(20716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4py9-WlPSxbfiI49GsXo3q0g.ttf',''),(20717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4py9-WlPSxbfiI49GsXo3q0g.ttf','('),(20718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4py9-WlPSxbfiI49GsXo3q0g.ttf','x&'),(20719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/aY_0-ayxlrgq21R8UWTI96CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/aY_0-ayxlrgq21R8UWTI96CWcynf_cDxXwCLxiixG1c.ttf','j'),(20721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/aY_0-ayxlrgq21R8UWTI96CWcynf_cDxXwCLxiixG1c.ttf','('),(20722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/aY_0-ayxlrgq21R8UWTI96CWcynf_cDxXwCLxiixG1c.ttf','Ak'),(20723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p8CNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(20724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p8CNfqCYlB_eIx7H1TVXe60.ttf','}8'),(20725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p8CNfqCYlB_eIx7H1TVXe60.ttf','('),(20726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p8CNfqCYlB_eIx7H1TVXe60.ttf',''),(20727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p5Z7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(20728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p5Z7xm-Bj30Bj2KNdXDzSZg.ttf','\rI'),(20729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p5Z7xm-Bj30Bj2KNdXDzSZg.ttf','('),(20730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p5Z7xm-Bj30Bj2KNdXDzSZg.ttf',''),(20731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p3e1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(20732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p3e1Pd76Vl7zRpE7NLJQ7XU.ttf','2^h'),(20733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p3e1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(20734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4p3e1Pd76Vl7zRpE7NLJQ7XU.ttf','ԍ'),(20735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4pw89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(20736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4pw89PwPrYLaRFJ-HNCU9NbA.ttf','%e'),(20737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4pw89PwPrYLaRFJ-HNCU9NbA.ttf','('),(20738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamahee/v2/kolKnxd29wydc4yTvsM4pw89PwPrYLaRFJ-HNCU9NbA.ttf',''),(20739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eUnzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(20740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eUnzyIngrzGjGh22wPb6cGM.ttf','q'),(20741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eUnzyIngrzGjGh22wPb6cGM.ttf','('),(20742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eUnzyIngrzGjGh22wPb6cGM.ttf',';~'),(20743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eS9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(20744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eS9-WlPSxbfiI49GsXo3q0g.ttf','^^v'),(20745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eS9-WlPSxbfiI49GsXo3q0g.ttf','('),(20746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eS9-WlPSxbfiI49GsXo3q0g.ttf',''),(20747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/xdx0fv5-ENz5PCzqiKyrqqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/xdx0fv5-ENz5PCzqiKyrqqCWcynf_cDxXwCLxiixG1c.ttf','	p'),(20749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/xdx0fv5-ENz5PCzqiKyrqqCWcynf_cDxXwCLxiixG1c.ttf','('),(20750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/xdx0fv5-ENz5PCzqiKyrqqCWcynf_cDxXwCLxiixG1c.ttf',''),(20751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18ecCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(20752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18ecCNfqCYlB_eIx7H1TVXe60.ttf','bTN'),(20753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18ecCNfqCYlB_eIx7H1TVXe60.ttf','('),(20754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18ecCNfqCYlB_eIx7H1TVXe60.ttf','UH'),(20755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eZZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(20756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eZZ7xm-Bj30Bj2KNdXDzSZg.ttf',','),(20757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eZZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(20758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eZZ7xm-Bj30Bj2KNdXDzSZg.ttf','V'),(20759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(20760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eXe1Pd76Vl7zRpE7NLJQ7XU.ttf','2ɏ'),(20761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(20762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eXe1Pd76Vl7zRpE7NLJQ7XU.ttf','eS'),(20763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eQ89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(20764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eQ89PwPrYLaRFJ-HNCU9NbA.ttf','j'),(20765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eQ89PwPrYLaRFJ-HNCU9NbA.ttf','('),(20766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktamalar/v3/1-N_tlWLJvzngraerf18eQ89PwPrYLaRFJ-HNCU9NbA.ttf','rz'),(20767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(20768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf','f'),(20769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf','('),(20770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf','Q\\'),(20771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(20772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf','j]\n'),(20773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf','('),(20774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf','Qi'),(20775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf','s'),(20777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf','('),(20778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf','`'),(20779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(20780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf','́3'),(20781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf','('),(20782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf','І'),(20783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(20784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf','\Z۩'),(20785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf','('),(20786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf',''),(20787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(20788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','Rm'),(20789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(20790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf','ۡ'),(20791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(20792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf','EY'),(20793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf','('),(20794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muktavaani/v4/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf','KK'),(20795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/59Vi0Dm-YSaaKxRiSKrm0w.ttf','}ʠ'),(20796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/59Vi0Dm-YSaaKxRiSKrm0w.ttf','Uj'),(20797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/59Vi0Dm-YSaaKxRiSKrm0w.ttf','('),(20798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/59Vi0Dm-YSaaKxRiSKrm0w.ttf','u'),(20799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/ZV7FMcmPA9u6IXfXrqyybA.ttf','}ʠ'),(20800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/ZV7FMcmPA9u6IXfXrqyybA.ttf','	Ǒ'),(20801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/ZV7FMcmPA9u6IXfXrqyybA.ttf','('),(20802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/ZV7FMcmPA9u6IXfXrqyybA.ttf',''),(20803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf','}ʠ'),(20804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf','#%O'),(20805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf','('),(20806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf','!'),(20807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/s-NKMCru8HiyjEt0ZDoBoA.ttf','}ʠ'),(20808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/s-NKMCru8HiyjEt0ZDoBoA.ttf',':fI'),(20809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/s-NKMCru8HiyjEt0ZDoBoA.ttf','('),(20810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/s-NKMCru8HiyjEt0ZDoBoA.ttf','{U'),(20811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/KJiP6KznxbALQgfJcDdPAw.ttf','}ʠ'),(20812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/KJiP6KznxbALQgfJcDdPAw.ttf','U9'),(20813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/KJiP6KznxbALQgfJcDdPAw.ttf','('),(20814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/KJiP6KznxbALQgfJcDdPAw.ttf','P'),(20815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/Cg0K_IWANs9xkNoxV7H1_w.ttf','}ʠ'),(20816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/Cg0K_IWANs9xkNoxV7H1_w.ttf','m~'),(20817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/Cg0K_IWANs9xkNoxV7H1_w.ttf','('),(20818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/Cg0K_IWANs9xkNoxV7H1_w.ttf','c	'),(20819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/O4zVJyE-wzb2CQjcHkw-Xg.ttf','}ʠ'),(20820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/O4zVJyE-wzb2CQjcHkw-Xg.ttf',''),(20821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/O4zVJyE-wzb2CQjcHkw-Xg.ttf','('),(20822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/O4zVJyE-wzb2CQjcHkw-Xg.ttf','k0'),(20823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/xasdEbMzFtnmERn70-CN-A.ttf','}ʠ'),(20824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/xasdEbMzFtnmERn70-CN-A.ttf','Fe'),(20825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/xasdEbMzFtnmERn70-CN-A.ttf','('),(20826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/xasdEbMzFtnmERn70-CN-A.ttf','Q'),(20827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/n0UfHdYd8jlanPB1sJ0WYQ.ttf','}ʠ'),(20828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/n0UfHdYd8jlanPB1sJ0WYQ.ttf','\"\n'),(20829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/n0UfHdYd8jlanPB1sJ0WYQ.ttf','('),(20830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/n0UfHdYd8jlanPB1sJ0WYQ.ttf','g'),(20831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/9vQS_qOVbbe4j6LkPjCG1g.ttf','}ʠ'),(20832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/9vQS_qOVbbe4j6LkPjCG1g.ttf','q\''),(20833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/9vQS_qOVbbe4j6LkPjCG1g.ttf','('),(20834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/9vQS_qOVbbe4j6LkPjCG1g.ttf','*'),(20835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/QdHPibssQgzNly7JkF7wdw.ttf','}ʠ'),(20836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/QdHPibssQgzNly7JkF7wdw.ttf','d|\0'),(20837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/QdHPibssQgzNly7JkF7wdw.ttf','('),(20838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/QdHPibssQgzNly7JkF7wdw.ttf','-\"'),(20839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/jbD7XyPvLT1oJBLbEcQmmg.ttf','}ʠ'),(20840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/jbD7XyPvLT1oJBLbEcQmmg.ttf','l\"_'),(20841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/jbD7XyPvLT1oJBLbEcQmmg.ttf','('),(20842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/jbD7XyPvLT1oJBLbEcQmmg.ttf','#'),(20843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/RcGfHFZUYLsFj9c3uAb4Gg.ttf','}ʠ'),(20844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/RcGfHFZUYLsFj9c3uAb4Gg.ttf','R'),(20845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/RcGfHFZUYLsFj9c3uAb4Gg.ttf','('),(20846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/RcGfHFZUYLsFj9c3uAb4Gg.ttf','	F['),(20847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/r4hqeWwjqEvTncJsq5KCSg.ttf','}ʠ'),(20848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/r4hqeWwjqEvTncJsq5KCSg.ttf','a]'),(20849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/r4hqeWwjqEvTncJsq5KCSg.ttf','('),(20850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/muli/v11/r4hqeWwjqEvTncJsq5KCSg.ttf','ڑOX'),(20851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mysteryquest/v5/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf','}ʠ'),(20852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mysteryquest/v5/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf','`y'),(20853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mysteryquest/v5/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf','('),(20854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/mysteryquest/v5/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf',''),(20855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ntr/v5/e7H4ZLtGfVOYyOupo6T12g.ttf','}ʠ'),(20856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ntr/v5/e7H4ZLtGfVOYyOupo6T12g.ttf','Ku#'),(20857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ntr/v5/e7H4ZLtGfVOYyOupo6T12g.ttf','('),(20858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ntr/v5/e7H4ZLtGfVOYyOupo6T12g.ttf','gX'),(20859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neucha/v9/bijdhB-TzQdtpl0ykhGh4Q.ttf','}ʠ'),(20860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neucha/v9/bijdhB-TzQdtpl0ykhGh4Q.ttf','m'),(20861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neucha/v9/bijdhB-TzQdtpl0ykhGh4Q.ttf','('),(20862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neucha/v9/bijdhB-TzQdtpl0ykhGh4Q.ttf','`'),(20863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/DA3Mkew3XqSkPpi1f4tJow.ttf','}ʠ'),(20864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/DA3Mkew3XqSkPpi1f4tJow.ttf','w_'),(20865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/DA3Mkew3XqSkPpi1f4tJow.ttf','('),(20866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/DA3Mkew3XqSkPpi1f4tJow.ttf','6'),(20867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/xrc_aZ2hx-gdeV0mlY8Vww.ttf','}ʠ'),(20868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/xrc_aZ2hx-gdeV0mlY8Vww.ttf',' h'),(20869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/xrc_aZ2hx-gdeV0mlY8Vww.ttf','('),(20870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/xrc_aZ2hx-gdeV0mlY8Vww.ttf','^'),(20871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/9R-MGIOQUdjAVeB6nE6PcQ.ttf','}ʠ'),(20872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/9R-MGIOQUdjAVeB6nE6PcQ.ttf',''),(20873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/9R-MGIOQUdjAVeB6nE6PcQ.ttf','('),(20874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/9R-MGIOQUdjAVeB6nE6PcQ.ttf','3'),(20875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/uVMT3JOB5BNFi3lgPp6kEg.ttf','}ʠ'),(20876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/uVMT3JOB5BNFi3lgPp6kEg.ttf','b-V'),(20877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/uVMT3JOB5BNFi3lgPp6kEg.ttf','('),(20878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/uVMT3JOB5BNFi3lgPp6kEg.ttf','pxT'),(20879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/gnWpkWY7DirkKiovncYrfg.ttf','}ʠ'),(20880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/gnWpkWY7DirkKiovncYrfg.ttf','qgO|'),(20881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/gnWpkWY7DirkKiovncYrfg.ttf','('),(20882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/gnWpkWY7DirkKiovncYrfg.ttf',''),(20883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/XPzBQV4lY6enLxQG9cF1jw.ttf','}ʠ'),(20884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/XPzBQV4lY6enLxQG9cF1jw.ttf','d '),(20885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/XPzBQV4lY6enLxQG9cF1jw.ttf','('),(20886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/neuton/v10/XPzBQV4lY6enLxQG9cF1jw.ttf','ٷ'),(20887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newrocker/v6/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newrocker/v6/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf','~4o'),(20889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newrocker/v6/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf','('),(20890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newrocker/v6/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf','\0'),(20891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf','8X'),(20893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf','('),(20894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf','D'),(20895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(20896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf','>)'),(20897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf','('),(20898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/newscycle/v14/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf','n'),(20899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/niconne/v7/ZA-mFw2QNXodx5y7kfELBg.ttf','}ʠ'),(20900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/niconne/v7/ZA-mFw2QNXodx5y7kfELBg.ttf','I]'),(20901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/niconne/v7/ZA-mFw2QNXodx5y7kfELBg.ttf','('),(20902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/niconne/v7/ZA-mFw2QNXodx5y7kfELBg.ttf','-'),(20903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nixieone/v8/h6kQfmzm0Shdnp3eswRaqQ.ttf','}ʠ'),(20904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nixieone/v8/h6kQfmzm0Shdnp3eswRaqQ.ttf','0'),(20905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nixieone/v8/h6kQfmzm0Shdnp3eswRaqQ.ttf','('),(20906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nixieone/v8/h6kQfmzm0Shdnp3eswRaqQ.ttf','8}'),(20907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/lC_lPi1ddtN38iXTCRh6ow.ttf','}ʠ'),(20908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/lC_lPi1ddtN38iXTCRh6ow.ttf','\"'),(20909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/lC_lPi1ddtN38iXTCRh6ow.ttf','('),(20910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/lC_lPi1ddtN38iXTCRh6ow.ttf','<f'),(20911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/vGmrpKzWQQSrb-PR6FWBIA.ttf','}ʠ'),(20912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/vGmrpKzWQQSrb-PR6FWBIA.ttf','\Z#'),(20913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/vGmrpKzWQQSrb-PR6FWBIA.ttf','('),(20914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/vGmrpKzWQQSrb-PR6FWBIA.ttf','n'),(20915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/el-1JDqzLC5ePMPiB2COqQ.ttf','}ʠ'),(20916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/el-1JDqzLC5ePMPiB2COqQ.ttf','I\Z'),(20917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/el-1JDqzLC5ePMPiB2COqQ.ttf','('),(20918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/el-1JDqzLC5ePMPiB2COqQ.ttf','t'),(20919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/y2A1jpvs_uHcnmIZDscDC6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/y2A1jpvs_uHcnmIZDscDC6CWcynf_cDxXwCLxiixG1c.ttf',':'),(20921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/y2A1jpvs_uHcnmIZDscDC6CWcynf_cDxXwCLxiixG1c.ttf','('),(20922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/y2A1jpvs_uHcnmIZDscDC6CWcynf_cDxXwCLxiixG1c.ttf','\\_*'),(20923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/9p6M-Yrg_r_QPmSD1skrOg.ttf','}ʠ'),(20924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/9p6M-Yrg_r_QPmSD1skrOg.ttf',''),(20925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/9p6M-Yrg_r_QPmSD1skrOg.ttf','('),(20926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/9p6M-Yrg_r_QPmSD1skrOg.ttf',':g'),(20927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf','<g'),(20929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf','('),(20930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nobile/v9/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf','{U'),(20931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/dRyz1JfnyKPNaRcBNX9F9A.ttf','}ʠ'),(20932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/dRyz1JfnyKPNaRcBNX9F9A.ttf','w{'),(20933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/dRyz1JfnyKPNaRcBNX9F9A.ttf','('),(20934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/dRyz1JfnyKPNaRcBNX9F9A.ttf',''),(20935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/QMqqa4QEOhQpiig3cAPmbQ.ttf','}ʠ'),(20936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/QMqqa4QEOhQpiig3cAPmbQ.ttf','!'),(20937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/QMqqa4QEOhQpiig3cAPmbQ.ttf','('),(20938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nokora/v11/QMqqa4QEOhQpiig3cAPmbQ.ttf','n'),(20939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/norican/v5/SHnSqhYAWG5sZTWcPzEHig.ttf','}ʠ'),(20940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/norican/v5/SHnSqhYAWG5sZTWcPzEHig.ttf','Yh'),(20941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/norican/v5/SHnSqhYAWG5sZTWcPzEHig.ttf','('),(20942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/norican/v5/SHnSqhYAWG5sZTWcPzEHig.ttf','$'),(20943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nosifer/v6/7eJGoIuHRrtcG00j6CptSA.ttf','}ʠ'),(20944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nosifer/v6/7eJGoIuHRrtcG00j6CptSA.ttf','%G'),(20945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nosifer/v6/7eJGoIuHRrtcG00j6CptSA.ttf','('),(20946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nosifer/v6/7eJGoIuHRrtcG00j6CptSA.ttf','Bvd'),(20947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nothingyoucoulddo/v7/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf','}ʠ'),(20948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nothingyoucoulddo/v7/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf','R}'),(20949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nothingyoucoulddo/v7/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf','('),(20950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nothingyoucoulddo/v7/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf','yĠ'),(20951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf','ϳ'),(20953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf','('),(20954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf','\0YU'),(20955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf','}ʠ'),(20956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf','}'),(20957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf','('),(20958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf','n'),(20959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(20960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf','cK'),(20961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf','('),(20962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf','n&'),(20963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf','}ʠ'),(20964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf','\\'),(20965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf','('),(20966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/noticiatext/v7/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf','\''),(20967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/0Ue9FiUJwVhi4NGfHJS5uA.ttf','}ʠ'),(20968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/0Ue9FiUJwVhi4NGfHJS5uA.ttf','M;'),(20969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/0Ue9FiUJwVhi4NGfHJS5uA.ttf','('),(20970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/0Ue9FiUJwVhi4NGfHJS5uA.ttf','h['),(20971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(20972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf','om'),(20973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf','('),(20974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf',''),(20975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf','͔'),(20977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf','('),(20978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf','C '),(20979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(20980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf','m'),(20981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(20982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notosans/v7/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf','_'),(20983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(20984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf','I'),(20985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf','('),(20986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf','Hݦ'),(20987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(20988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf','|'),(20989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf','('),(20990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf','\Z`A'),(20991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(20992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf',' '),(20993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf','('),(20994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf','K'),(20995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(20996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf','g'),(20997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf','('),(20998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/notoserif/v6/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf','2F'),(20999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novacut/v9/6q12jWcBvj0KO2cMRP97tA.ttf','}ʠ'),(21000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novacut/v9/6q12jWcBvj0KO2cMRP97tA.ttf','xݵ'),(21001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novacut/v9/6q12jWcBvj0KO2cMRP97tA.ttf','('),(21002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novacut/v9/6q12jWcBvj0KO2cMRP97tA.ttf','0	l'),(21003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaflat/v9/pK7a0CoGzI684qe_XSHBqQ.ttf','}ʠ'),(21004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaflat/v9/pK7a0CoGzI684qe_XSHBqQ.ttf','+='),(21005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaflat/v9/pK7a0CoGzI684qe_XSHBqQ.ttf','('),(21006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaflat/v9/pK7a0CoGzI684qe_XSHBqQ.ttf','\"'),(21007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novamono/v8/6-SChr5ZIaaasJFBkgrLNw.ttf','}ʠ'),(21008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novamono/v8/6-SChr5ZIaaasJFBkgrLNw.ttf','K'),(21009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novamono/v8/6-SChr5ZIaaasJFBkgrLNw.ttf','('),(21010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novamono/v8/6-SChr5ZIaaasJFBkgrLNw.ttf','٤'),(21011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaoval/v9/VuukVpKP8BwUf8o9W5LYQQ.ttf','}ʠ'),(21012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaoval/v9/VuukVpKP8BwUf8o9W5LYQQ.ttf','r'),(21013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaoval/v9/VuukVpKP8BwUf8o9W5LYQQ.ttf','('),(21014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaoval/v9/VuukVpKP8BwUf8o9W5LYQQ.ttf','rF_'),(21015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaround/v9/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaround/v9/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf',''),(21017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaround/v9/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf','('),(21018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaround/v9/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf','rM'),(21019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novascript/v10/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novascript/v10/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf','\\'),(21021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novascript/v10/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf','('),(21022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novascript/v10/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf',']w2'),(21023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaslim/v9/rPYXC81_VL2EW-4CzBX65g.ttf','}ʠ'),(21024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaslim/v9/rPYXC81_VL2EW-4CzBX65g.ttf','2<9'),(21025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaslim/v9/rPYXC81_VL2EW-4CzBX65g.ttf','('),(21026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novaslim/v9/rPYXC81_VL2EW-4CzBX65g.ttf',''),(21027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novasquare/v9/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novasquare/v9/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf',''),(21029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novasquare/v9/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf','('),(21030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/novasquare/v9/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf','ccq'),(21031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/numans/v7/g5snI2p6OEjjTNmTHyBdiQ.ttf','}ʠ'),(21032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/numans/v7/g5snI2p6OEjjTNmTHyBdiQ.ttf','k'),(21033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/numans/v7/g5snI2p6OEjjTNmTHyBdiQ.ttf','('),(21034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/numans/v7/g5snI2p6OEjjTNmTHyBdiQ.ttf','Y1'),(21035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/xtWPP_05UbsUNY9Kdgwt_w.ttf','}ʠ'),(21036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/xtWPP_05UbsUNY9Kdgwt_w.ttf','9'),(21037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/xtWPP_05UbsUNY9Kdgwt_w.ttf','('),(21038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/xtWPP_05UbsUNY9Kdgwt_w.ttf',' \Zu'),(21039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/EbyHzRpZ3jx6yC2BjZCsQqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/EbyHzRpZ3jx6yC2BjZCsQqCWcynf_cDxXwCLxiixG1c.ttf','6z'),(21041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/EbyHzRpZ3jx6yC2BjZCsQqCWcynf_cDxXwCLxiixG1c.ttf','('),(21042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/EbyHzRpZ3jx6yC2BjZCsQqCWcynf_cDxXwCLxiixG1c.ttf','ɗ'),(21043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/zXQvrWBJqUooM7Xv98MrQw.ttf','}ʠ'),(21044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/zXQvrWBJqUooM7Xv98MrQw.ttf','VA'),(21045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/zXQvrWBJqUooM7Xv98MrQw.ttf','('),(21046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/zXQvrWBJqUooM7Xv98MrQw.ttf','l\r'),(21047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4BFBxBQCHZfUELdybShAwKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4BFBxBQCHZfUELdybShAwKCWcynf_cDxXwCLxiixG1c.ttf','˴'),(21049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4BFBxBQCHZfUELdybShAwKCWcynf_cDxXwCLxiixG1c.ttf','('),(21050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4BFBxBQCHZfUELdybShAwKCWcynf_cDxXwCLxiixG1c.ttf','qz'),(21051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/ySZTeT3IuzJj0GK6uGpbBg.ttf','}ʠ'),(21052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/ySZTeT3IuzJj0GK6uGpbBg.ttf','#%'),(21053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/ySZTeT3IuzJj0GK6uGpbBg.ttf','('),(21054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/ySZTeT3IuzJj0GK6uGpbBg.ttf','~#'),(21055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/NZNWFpgsC6hUUE2c03CLoQ.ttf','}ʠ'),(21056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/NZNWFpgsC6hUUE2c03CLoQ.ttf','jǬ'),(21057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/NZNWFpgsC6hUUE2c03CLoQ.ttf','('),(21058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/NZNWFpgsC6hUUE2c03CLoQ.ttf','G'),(21059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/B4-BGlpEzQ4WP-D3Zi0PRQ.ttf','}ʠ'),(21060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/B4-BGlpEzQ4WP-D3Zi0PRQ.ttf','á0'),(21061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/B4-BGlpEzQ4WP-D3Zi0PRQ.ttf','('),(21062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/B4-BGlpEzQ4WP-D3Zi0PRQ.ttf','cĀ'),(21063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/7SyYp8NBEeMV4V7MAKJnZ6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/7SyYp8NBEeMV4V7MAKJnZ6CWcynf_cDxXwCLxiixG1c.ttf','k'),(21065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/7SyYp8NBEeMV4V7MAKJnZ6CWcynf_cDxXwCLxiixG1c.ttf','('),(21066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/7SyYp8NBEeMV4V7MAKJnZ6CWcynf_cDxXwCLxiixG1c.ttf','5'),(21067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/aEdlqgMuYbpe4U3TnqOQMA.ttf','}ʠ'),(21068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/aEdlqgMuYbpe4U3TnqOQMA.ttf','?Z	'),(21069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/aEdlqgMuYbpe4U3TnqOQMA.ttf','('),(21070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/aEdlqgMuYbpe4U3TnqOQMA.ttf','Y'),(21071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4cHctiCFYmTpv-a6b6vYsKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4cHctiCFYmTpv-a6b6vYsKCWcynf_cDxXwCLxiixG1c.ttf',';'),(21073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4cHctiCFYmTpv-a6b6vYsKCWcynf_cDxXwCLxiixG1c.ttf','('),(21074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/4cHctiCFYmTpv-a6b6vYsKCWcynf_cDxXwCLxiixG1c.ttf','N0'),(21075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/GtGHSZwowZF8a9-GAsh20A.ttf','}ʠ'),(21076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/GtGHSZwowZF8a9-GAsh20A.ttf','X'),(21077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/GtGHSZwowZF8a9-GAsh20A.ttf','('),(21078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/GtGHSZwowZF8a9-GAsh20A.ttf','n'),(21079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/2TsLUs-EFIKsriUeVTl6nKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/2TsLUs-EFIKsriUeVTl6nKCWcynf_cDxXwCLxiixG1c.ttf','a,I'),(21081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/2TsLUs-EFIKsriUeVTl6nKCWcynf_cDxXwCLxiixG1c.ttf','('),(21082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/2TsLUs-EFIKsriUeVTl6nKCWcynf_cDxXwCLxiixG1c.ttf','U#g|'),(21083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/QVvFcvcPoFKH9Q71V4WsjQ.ttf','}ʠ'),(21084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/QVvFcvcPoFKH9Q71V4WsjQ.ttf','[ ]'),(21085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/QVvFcvcPoFKH9Q71V4WsjQ.ttf','('),(21086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/QVvFcvcPoFKH9Q71V4WsjQ.ttf','A'),(21087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/cIxOb6Vw6BqF9ZoAlenp3qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/cIxOb6Vw6BqF9ZoAlenp3qCWcynf_cDxXwCLxiixG1c.ttf','h.:'),(21089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/cIxOb6Vw6BqF9ZoAlenp3qCWcynf_cDxXwCLxiixG1c.ttf','('),(21090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunito/v9/cIxOb6Vw6BqF9ZoAlenp3qCWcynf_cDxXwCLxiixG1c.ttf','g]'),(21091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHUnzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(21092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHUnzyIngrzGjGh22wPb6cGM.ttf',',~^'),(21093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHUnzyIngrzGjGh22wPb6cGM.ttf','('),(21094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHUnzyIngrzGjGh22wPb6cGM.ttf','`'),(21095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV02YN_dW5g9CXH6iztHQiR4.ttf','}ʠ'),(21096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV02YN_dW5g9CXH6iztHQiR4.ttf',''),(21097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV02YN_dW5g9CXH6iztHQiR4.ttf','('),(21098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV02YN_dW5g9CXH6iztHQiR4.ttf','%a'),(21099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHS9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(21100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHS9-WlPSxbfiI49GsXo3q0g.ttf','*\r2'),(21101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHS9-WlPSxbfiI49GsXo3q0g.ttf','('),(21102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHS9-WlPSxbfiI49GsXo3q0g.ttf','Y('),(21103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV2o9eWDfYYxG3A176Zl7aIg.ttf','}ʠ'),(21104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV2o9eWDfYYxG3A176Zl7aIg.ttf','h,M'),(21105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV2o9eWDfYYxG3A176Zl7aIg.ttf','('),(21106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV2o9eWDfYYxG3A176Zl7aIg.ttf','ߍ'),(21107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/qDS9UelBO44ppiSawKNcIKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/qDS9UelBO44ppiSawKNcIKCWcynf_cDxXwCLxiixG1c.ttf','('),(21109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/qDS9UelBO44ppiSawKNcIKCWcynf_cDxXwCLxiixG1c.ttf','('),(21110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/qDS9UelBO44ppiSawKNcIKCWcynf_cDxXwCLxiixG1c.ttf','\'g'),(21111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/w9sy7IRyDFLWACdltghEwUeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(21112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/w9sy7IRyDFLWACdltghEwUeOrDcLawS7-ssYqLr2Xp4.ttf',''),(21113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/w9sy7IRyDFLWACdltghEwUeOrDcLawS7-ssYqLr2Xp4.ttf','('),(21114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/w9sy7IRyDFLWACdltghEwUeOrDcLawS7-ssYqLr2Xp4.ttf','vUo'),(21115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHZZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(21116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHZZ7xm-Bj30Bj2KNdXDzSZg.ttf','Kf'),(21117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHZZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(21118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHZZ7xm-Bj30Bj2KNdXDzSZg.ttf','>'),(21119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV5e6We3S5L6hKLscKpOkmlo.ttf','}ʠ'),(21120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV5e6We3S5L6hKLscKpOkmlo.ttf',']*'),(21121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV5e6We3S5L6hKLscKpOkmlo.ttf','('),(21122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV5e6We3S5L6hKLscKpOkmlo.ttf','\nv'),(21123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(21124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHXe1Pd76Vl7zRpE7NLJQ7XU.ttf','4R'),(21125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(21126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHXe1Pd76Vl7zRpE7NLJQ7XU.ttf','\\'),(21127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV8_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(21128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV8_zJjSACmk0BRPxQqhnNLU.ttf','N'),(21129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV8_zJjSACmk0BRPxQqhnNLU.ttf','('),(21130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV8_zJjSACmk0BRPxQqhnNLU.ttf','Za'),(21131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHQ89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(21132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHQ89PwPrYLaRFJ-HNCU9NbA.ttf','g'),(21133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHQ89PwPrYLaRFJ-HNCU9NbA.ttf','('),(21134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHQ89PwPrYLaRFJ-HNCU9NbA.ttf','w'),(21135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqVyad_7rtf4IdDfsLVg-2OV4.ttf','}ʠ'),(21136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqVyad_7rtf4IdDfsLVg-2OV4.ttf','e,F'),(21137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqVyad_7rtf4IdDfsLVg-2OV4.ttf','('),(21138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqVyad_7rtf4IdDfsLVg-2OV4.ttf','ɡH$'),(21139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHSenaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(21140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHSenaqEuufTBk9XMKnKmgDA.ttf','Y'),(21141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHSenaqEuufTBk9XMKnKmgDA.ttf','('),(21142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHSenaqEuufTBk9XMKnKmgDA.ttf',''),(21143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV0_yTOUGsoC54csJe1b-IRw.ttf','}ʠ'),(21144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV0_yTOUGsoC54csJe1b-IRw.ttf',')z'),(21145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV0_yTOUGsoC54csJe1b-IRw.ttf','('),(21146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/nunitosans/v3/ORCQQ32ldzJ6bFTh_zXqV0_yTOUGsoC54csJe1b-IRw.ttf','\\or'),(21147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/odormeanchey/v9/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf','}ʠ'),(21148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/odormeanchey/v9/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf','\0'),(21149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/odormeanchey/v9/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf','('),(21150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/odormeanchey/v9/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf','\\\0'),(21151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/offside/v5/v0C913SB8wqQUvcu1faUqw.ttf','}ʠ'),(21152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/offside/v5/v0C913SB8wqQUvcu1faUqw.ttf','dT'),(21153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/offside/v5/v0C913SB8wqQUvcu1faUqw.ttf','('),(21154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/offside/v5/v0C913SB8wqQUvcu1faUqw.ttf','c%'),(21155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf','}ʠ'),(21156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf','2'),(21157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf','('),(21158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf','B'),(21159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf','}ʠ'),(21160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf','_'),(21161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf','('),(21162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf','v'),(21163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf','}ʠ'),(21164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf','_m'),(21165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf','('),(21166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldstandardtt/v9/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf','#Y'),(21167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldenburg/v5/dqA_M_uoCVXZbCO-oKBTnQ.ttf','}ʠ'),(21168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldenburg/v5/dqA_M_uoCVXZbCO-oKBTnQ.ttf','\'Vh'),(21169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldenburg/v5/dqA_M_uoCVXZbCO-oKBTnQ.ttf','('),(21170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oldenburg/v5/dqA_M_uoCVXZbCO-oKBTnQ.ttf','J'),(21171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf','aK'),(21173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf','('),(21174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf','롈S'),(21175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(21176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf',']'),(21177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(21178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscript/v6/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf',''),(21179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf','}ʠ'),(21180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf','Zp2'),(21181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf','('),(21182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf',''),(21183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf','}ʠ'),(21184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf',''),(21185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf','('),(21186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oleoscriptswashcaps/v5/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf','L?'),(21187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf','1'),(21189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf','('),(21190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf','ST'),(21191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(21192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf','̺Y'),(21193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf','('),(21194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf','ٺ'),(21195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/IgZJs4-7SA1XX_edsoXWog.ttf','}ʠ'),(21196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/IgZJs4-7SA1XX_edsoXWog.ttf','\0\n'),(21197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/IgZJs4-7SA1XX_edsoXWog.ttf','('),(21198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/IgZJs4-7SA1XX_edsoXWog.ttf','2'),(21199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf','u D'),(21201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf','('),(21202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf','W<'),(21203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf','@|'),(21205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf','('),(21206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf','L'),(21207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(21208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf','oe'),(21209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(21210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf','W'),(21211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf','U'),(21213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf','('),(21214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf','\n'),(21215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(21216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf','(X'),(21217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(21218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf','jV'),(21219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf','VO'),(21221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf','('),(21222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf','S='),(21223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(21224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf','EZ'),(21225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf','('),(21226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensans/v15/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf','0'),(21227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf','}ʠ'),(21228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf','T,'),(21229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf','('),(21230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf','b|\"'),(21231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf','}ʠ'),(21232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf','Pܚ'),(21233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf','('),(21234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf','@Ok'),(21235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf','}ʠ'),(21236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf','/`'),(21237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf','('),(21238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf','Tf\0'),(21239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oranienbaum/v6/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oranienbaum/v6/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf','\Z=!'),(21241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oranienbaum/v6/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf','('),(21242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oranienbaum/v6/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf','br'),(21243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/DY8swouAZjR3RaUPRf0HDQ.ttf','}ʠ'),(21244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/DY8swouAZjR3RaUPRf0HDQ.ttf','o0o'),(21245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/DY8swouAZjR3RaUPRf0HDQ.ttf','('),(21246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/DY8swouAZjR3RaUPRf0HDQ.ttf','g3'),(21247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf','#\"c'),(21249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf','('),(21250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf','\\1'),(21251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf','DU'),(21253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf','('),(21254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf','\0'),(21255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf','(&'),(21257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf','('),(21258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orbitron/v9/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf','F&'),(21259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/UiLhqNixVv2EpjRoBG6axA.ttf','}ʠ'),(21260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/UiLhqNixVv2EpjRoBG6axA.ttf','wk'),(21261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/UiLhqNixVv2EpjRoBG6axA.ttf','('),(21262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/UiLhqNixVv2EpjRoBG6axA.ttf','uu@'),(21263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/_iwqGEht6XsAuEaCbYG64Q.ttf','}ʠ'),(21264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/_iwqGEht6XsAuEaCbYG64Q.ttf','$'),(21265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/_iwqGEht6XsAuEaCbYG64Q.ttf','('),(21266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oregano/v5/_iwqGEht6XsAuEaCbYG64Q.ttf',']k^'),(21267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orienta/v5/_NKSk93mMs0xsqtfjCsB3Q.ttf','}ʠ'),(21268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orienta/v5/_NKSk93mMs0xsqtfjCsB3Q.ttf','4Ji'),(21269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orienta/v5/_NKSk93mMs0xsqtfjCsB3Q.ttf','('),(21270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/orienta/v5/_NKSk93mMs0xsqtfjCsB3Q.ttf',''),(21271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/originalsurfer/v6/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf','}ʠ'),(21272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/originalsurfer/v6/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf','\0:'),(21273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/originalsurfer/v6/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf','('),(21274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/originalsurfer/v6/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf','z|f'),(21275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/NFBt4e1rewQyDPftazXlBw.ttf','}ʠ'),(21276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/NFBt4e1rewQyDPftazXlBw.ttf',''),(21277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/NFBt4e1rewQyDPftazXlBw.ttf','('),(21278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/NFBt4e1rewQyDPftazXlBw.ttf','RP'),(21279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/y3tZpCdiRD4oNRRYFcAR5Q.ttf','}ʠ'),(21280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/y3tZpCdiRD4oNRRYFcAR5Q.ttf','\rE'),(21281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/y3tZpCdiRD4oNRRYFcAR5Q.ttf','('),(21282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/y3tZpCdiRD4oNRRYFcAR5Q.ttf','7'),(21283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/uLEd2g2vJglLPfsBF91DCg.ttf','}ʠ'),(21284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/uLEd2g2vJglLPfsBF91DCg.ttf','Q'),(21285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/uLEd2g2vJglLPfsBF91DCg.ttf','('),(21286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/uLEd2g2vJglLPfsBF91DCg.ttf','rW'),(21287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/wrHWShuZ7ELtrnx0cnkzXw.ttf','}ʠ'),(21288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/wrHWShuZ7ELtrnx0cnkzXw.ttf','=T '),(21289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/wrHWShuZ7ELtrnx0cnkzXw.ttf','('),(21290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/wrHWShuZ7ELtrnx0cnkzXw.ttf','ܝ'),(21291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/JNlamLn5ALW8eKp46JLlQA.ttf','}ʠ'),(21292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/JNlamLn5ALW8eKp46JLlQA.ttf','}es'),(21293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/JNlamLn5ALW8eKp46JLlQA.ttf','('),(21294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/JNlamLn5ALW8eKp46JLlQA.ttf','\0I'),(21295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/7wj8ldV_5Ti37rHa0m1DDw.ttf','}ʠ'),(21296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/7wj8ldV_5Ti37rHa0m1DDw.ttf',',\Zؘ'),(21297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/7wj8ldV_5Ti37rHa0m1DDw.ttf','('),(21298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oswald/v16/7wj8ldV_5Ti37rHa0m1DDw.ttf',';'),(21299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overtherainbow/v8/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf','}ʠ'),(21300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overtherainbow/v8/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf','6sn'),(21301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overtherainbow/v8/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf','('),(21302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overtherainbow/v8/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf','LNe'),(21303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Z8oYsGi88-E1cUB8YBFMAg.ttf','}ʠ'),(21304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Z8oYsGi88-E1cUB8YBFMAg.ttf','dK'),(21305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Z8oYsGi88-E1cUB8YBFMAg.ttf','('),(21306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Z8oYsGi88-E1cUB8YBFMAg.ttf','Qvr'),(21307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf',''),(21309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf','('),(21310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf','Ǹ]'),(21311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf','WV7*'),(21313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf','('),(21314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf','LN'),(21315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(21316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf','Y\"'),(21317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf','('),(21318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf','xw'),(21319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf','#ӛ'),(21321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf','('),(21322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf','	\Z'),(21323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf','}ʠ'),(21324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf','rO~'),(21325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf','('),(21326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlock/v7/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf','@v'),(21327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlocksc/v6/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlocksc/v6/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf','E'),(21329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlocksc/v6/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf','('),(21330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overlocksc/v6/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf','p`<'),(21331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/ywiUWFAguOSxQn0FFeOdWPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/ywiUWFAguOSxQn0FFeOdWPesZW2xOQ-xsNqO47m55DA.ttf','c!b5'),(21333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/ywiUWFAguOSxQn0FFeOdWPesZW2xOQ-xsNqO47m55DA.ttf','('),(21334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/ywiUWFAguOSxQn0FFeOdWPesZW2xOQ-xsNqO47m55DA.ttf','z'),(21335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/thg-CA5nD5lyYWLwXbqXXi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/thg-CA5nD5lyYWLwXbqXXi3USBnSvpkopQaUR-2r7iU.ttf','d'),(21337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/thg-CA5nD5lyYWLwXbqXXi3USBnSvpkopQaUR-2r7iU.ttf','('),(21338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/thg-CA5nD5lyYWLwXbqXXi3USBnSvpkopQaUR-2r7iU.ttf','L{'),(21339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/WrbWRQuVnXt_EslNm2vBt6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/WrbWRQuVnXt_EslNm2vBt6CWcynf_cDxXwCLxiixG1c.ttf',''),(21341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/WrbWRQuVnXt_EslNm2vBt6CWcynf_cDxXwCLxiixG1c.ttf','('),(21342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/WrbWRQuVnXt_EslNm2vBt6CWcynf_cDxXwCLxiixG1c.ttf',''),(21343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/Eyj9nfhrJ71MmfPNEwqE02eudeTO44zf-ht3k-KNzwg.ttf','}ʠ'),(21344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/Eyj9nfhrJ71MmfPNEwqE02eudeTO44zf-ht3k-KNzwg.ttf','zzC'),(21345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/Eyj9nfhrJ71MmfPNEwqE02eudeTO44zf-ht3k-KNzwg.ttf','('),(21346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/Eyj9nfhrJ71MmfPNEwqE02eudeTO44zf-ht3k-KNzwg.ttf','xI'),(21347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/nqDUqkXaOp0r1j0uaM5VUaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/nqDUqkXaOp0r1j0uaM5VUaCWcynf_cDxXwCLxiixG1c.ttf','\n'),(21349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/nqDUqkXaOp0r1j0uaM5VUaCWcynf_cDxXwCLxiixG1c.ttf','('),(21350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/nqDUqkXaOp0r1j0uaM5VUaCWcynf_cDxXwCLxiixG1c.ttf','>'),(21351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/R77XtXNe7WC4SXZBLWmy80eOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(21352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/R77XtXNe7WC4SXZBLWmy80eOrDcLawS7-ssYqLr2Xp4.ttf',''),(21353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/R77XtXNe7WC4SXZBLWmy80eOrDcLawS7-ssYqLr2Xp4.ttf','('),(21354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/R77XtXNe7WC4SXZBLWmy80eOrDcLawS7-ssYqLr2Xp4.ttf','b'),(21355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/1fNed5evrqtu4ZjkbTnCRw.ttf','}ʠ'),(21356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/1fNed5evrqtu4ZjkbTnCRw.ttf','Q'),(21357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/1fNed5evrqtu4ZjkbTnCRw.ttf','('),(21358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/1fNed5evrqtu4ZjkbTnCRw.ttf',''),(21359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/lG-Dpm66OH9lPHbYTnITSvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/lG-Dpm66OH9lPHbYTnITSvesZW2xOQ-xsNqO47m55DA.ttf','a'),(21361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/lG-Dpm66OH9lPHbYTnITSvesZW2xOQ-xsNqO47m55DA.ttf','('),(21362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/lG-Dpm66OH9lPHbYTnITSvesZW2xOQ-xsNqO47m55DA.ttf','Lh'),(21363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/-GUou309ST_HAHIhkHjkz6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/-GUou309ST_HAHIhkHjkz6CWcynf_cDxXwCLxiixG1c.ttf',''),(21365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/-GUou309ST_HAHIhkHjkz6CWcynf_cDxXwCLxiixG1c.ttf','('),(21366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/-GUou309ST_HAHIhkHjkz6CWcynf_cDxXwCLxiixG1c.ttf','PT'),(21367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/aPYi-s_WVz-zuU4TsgAEjvpTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(21368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/aPYi-s_WVz-zuU4TsgAEjvpTEJqju4Hz1txDWij77d4.ttf','΢'),(21369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/aPYi-s_WVz-zuU4TsgAEjvpTEJqju4Hz1txDWij77d4.ttf','('),(21370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/aPYi-s_WVz-zuU4TsgAEjvpTEJqju4Hz1txDWij77d4.ttf','Z'),(21371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/sBTg-F6_A1NQLJPfW5I7Q6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/sBTg-F6_A1NQLJPfW5I7Q6CWcynf_cDxXwCLxiixG1c.ttf','-)'),(21373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/sBTg-F6_A1NQLJPfW5I7Q6CWcynf_cDxXwCLxiixG1c.ttf','('),(21374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/sBTg-F6_A1NQLJPfW5I7Q6CWcynf_cDxXwCLxiixG1c.ttf','J+'),(21375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/E5UsN4VY1e_Twk_bY6TpQAJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(21376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/E5UsN4VY1e_Twk_bY6TpQAJKKGfqHaYFsRG-T3ceEVo.ttf',':*v'),(21377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/E5UsN4VY1e_Twk_bY6TpQAJKKGfqHaYFsRG-T3ceEVo.ttf','('),(21378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/E5UsN4VY1e_Twk_bY6TpQAJKKGfqHaYFsRG-T3ceEVo.ttf','έH'),(21379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/YeZIq305iGwGCyZbaiEbVqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/YeZIq305iGwGCyZbaiEbVqCWcynf_cDxXwCLxiixG1c.ttf',''),(21381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/YeZIq305iGwGCyZbaiEbVqCWcynf_cDxXwCLxiixG1c.ttf','('),(21382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/YeZIq305iGwGCyZbaiEbVqCWcynf_cDxXwCLxiixG1c.ttf','W*'),(21383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/j6xjlCEDoKw-D0Co-88A9Kk3bhPBSBJ0bSJQ6acL-0g.ttf','}ʠ'),(21384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/j6xjlCEDoKw-D0Co-88A9Kk3bhPBSBJ0bSJQ6acL-0g.ttf','.<'),(21385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/j6xjlCEDoKw-D0Co-88A9Kk3bhPBSBJ0bSJQ6acL-0g.ttf','('),(21386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/j6xjlCEDoKw-D0Co-88A9Kk3bhPBSBJ0bSJQ6acL-0g.ttf','wn'),(21387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/4lJ8BLdIYI_B9rFwoB4zO6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/4lJ8BLdIYI_B9rFwoB4zO6CWcynf_cDxXwCLxiixG1c.ttf','M'),(21389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/4lJ8BLdIYI_B9rFwoB4zO6CWcynf_cDxXwCLxiixG1c.ttf','('),(21390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/4lJ8BLdIYI_B9rFwoB4zO6CWcynf_cDxXwCLxiixG1c.ttf','?'),(21391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/SegM1mSQIRZG2pJwM_2Nm50EAVxt0G0biEntp43Qt6E.ttf','}ʠ'),(21392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/SegM1mSQIRZG2pJwM_2Nm50EAVxt0G0biEntp43Qt6E.ttf','l'),(21393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/SegM1mSQIRZG2pJwM_2Nm50EAVxt0G0biEntp43Qt6E.ttf','('),(21394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpass/v2/SegM1mSQIRZG2pJwM_2Nm50EAVxt0G0biEntp43Qt6E.ttf','ƴ'),(21395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPEW1P7_iUBn_wmH5B9p-CEw.ttf','}ʠ'),(21396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPEW1P7_iUBn_wmH5B9p-CEw.ttf','\rZ'),(21397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPEW1P7_iUBn_wmH5B9p-CEw.ttf','('),(21398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPEW1P7_iUBn_wmH5B9p-CEw.ttf','	n'),(21399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/MarHoIqW2hy_po97b_wS9uV_5zh5b-_HiooIRUBwn1A.ttf','}ʠ'),(21400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/MarHoIqW2hy_po97b_wS9uV_5zh5b-_HiooIRUBwn1A.ttf','p'),(21401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/MarHoIqW2hy_po97b_wS9uV_5zh5b-_HiooIRUBwn1A.ttf','('),(21402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/MarHoIqW2hy_po97b_wS9uV_5zh5b-_HiooIRUBwn1A.ttf','5'),(21403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPCvU6mrnWf1MVbTZ5LZwmOY.ttf','}ʠ'),(21404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPCvU6mrnWf1MVbTZ5LZwmOY.ttf',''),(21405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPCvU6mrnWf1MVbTZ5LZwmOY.ttf','('),(21406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPCvU6mrnWf1MVbTZ5LZwmOY.ttf','M@'),(21407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPO-Cz_5MeePnXDAcLNWyBME.ttf','}ʠ'),(21408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPO-Cz_5MeePnXDAcLNWyBME.ttf','z'),(21409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPO-Cz_5MeePnXDAcLNWyBME.ttf','('),(21410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/overpassmono/v3/JEQ6tXkANEo2u0wZ-MTOPO-Cz_5MeePnXDAcLNWyBME.ttf','994'),(21411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ovo/v8/mFg27dimu3s9t09qjCwB1g.ttf','}ʠ'),(21412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ovo/v8/mFg27dimu3s9t09qjCwB1g.ttf','BUX'),(21413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ovo/v8/mFg27dimu3s9t09qjCwB1g.ttf','('),(21414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ovo/v8/mFg27dimu3s9t09qjCwB1g.ttf','4'),(21415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/lZ31r0bR1Bzt_DfGZu1S8A.ttf','}ʠ'),(21416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/lZ31r0bR1Bzt_DfGZu1S8A.ttf',']'),(21417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/lZ31r0bR1Bzt_DfGZu1S8A.ttf','('),(21418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/lZ31r0bR1Bzt_DfGZu1S8A.ttf','=p'),(21419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/uhoyAE7XlQL22abzQieHjw.ttf','}ʠ'),(21420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/uhoyAE7XlQL22abzQieHjw.ttf','L'),(21421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/uhoyAE7XlQL22abzQieHjw.ttf','('),(21422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/uhoyAE7XlQL22abzQieHjw.ttf','gM'),(21423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/yLqkmDwuNtt5pSqsJmhyrg.ttf','}ʠ'),(21424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/yLqkmDwuNtt5pSqsJmhyrg.ttf','72'),(21425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/yLqkmDwuNtt5pSqsJmhyrg.ttf','('),(21426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygen/v7/yLqkmDwuNtt5pSqsJmhyrg.ttf','Bz}'),(21427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygenmono/v5/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygenmono/v5/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf','Sg1'),(21429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygenmono/v5/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf','('),(21430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/oxygenmono/v5/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf','N)'),(21431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptmono/v5/QUbM8H9yJK5NhpQ0REO6Wg.ttf','}ʠ'),(21432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptmono/v5/QUbM8H9yJK5NhpQ0REO6Wg.ttf',','),(21433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptmono/v5/QUbM8H9yJK5NhpQ0REO6Wg.ttf','('),(21434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptmono/v5/QUbM8H9yJK5NhpQ0REO6Wg.ttf','F{'),(21435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/UFoEz2uiuMypUGZL1NKoeg.ttf','}ʠ'),(21436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/UFoEz2uiuMypUGZL1NKoeg.ttf','iu'),(21437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/UFoEz2uiuMypUGZL1NKoeg.ttf','('),(21438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/UFoEz2uiuMypUGZL1NKoeg.ttf','Blt'),(21439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/yls9EYWOd496wiu7qzfgNg.ttf','}ʠ'),(21440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/yls9EYWOd496wiu7qzfgNg.ttf',''),(21441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/yls9EYWOd496wiu7qzfgNg.ttf','('),(21442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/yls9EYWOd496wiu7qzfgNg.ttf','>'),(21443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf','T'),(21445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf','('),(21446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf','^'),(21447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf','JA4'),(21449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf','('),(21450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsans/v9/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf','+'),(21451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf','}ʠ'),(21452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf','{'),(21453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf','('),(21454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf','I,'),(21455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf','}ʠ'),(21456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf',')'),(21457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf','('),(21458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsanscaption/v10/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf','<l'),(21459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf','}ʠ'),(21460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf','9'),(21461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf','('),(21462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf','X'),(21463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf','}ʠ'),(21464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf','7k'),(21465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf','('),(21466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptsansnarrow/v8/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf','.H,'),(21467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/sAo427rn3-QL9sWCbMZXhA.ttf','}ʠ'),(21468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/sAo427rn3-QL9sWCbMZXhA.ttf','='),(21469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/sAo427rn3-QL9sWCbMZXhA.ttf','('),(21470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/sAo427rn3-QL9sWCbMZXhA.ttf','kʑ'),(21471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf','f\\'),(21473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf','('),(21474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf','a'),(21475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf','P?R'),(21477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf','('),(21478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf',''),(21479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(21480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf',''),(21481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf','('),(21482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserif/v9/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf',')I'),(21483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf','}ʠ'),(21484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf','G['),(21485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf','('),(21486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf','d'),(21487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf','}ʠ'),(21488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf',''),(21489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf','('),(21490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf','M?'),(21491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pacifico/v12/GIrpeRY1r5CzbfL8r182lw.ttf','}ʠ'),(21492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pacifico/v12/GIrpeRY1r5CzbfL8r182lw.ttf',' '),(21493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pacifico/v12/GIrpeRY1r5CzbfL8r182lw.ttf','('),(21494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pacifico/v12/GIrpeRY1r5CzbfL8r182lw.ttf','\\N'),(21495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/WdTk6igBu-qn4v8naF9hGQ.ttf','}ʠ'),(21496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/WdTk6igBu-qn4v8naF9hGQ.ttf','$ݖ'),(21497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/WdTk6igBu-qn4v8naF9hGQ.ttf','('),(21498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/WdTk6igBu-qn4v8naF9hGQ.ttf','Y'),(21499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/XUBO5k0emPIVnqCcQCcEpg.ttf','}ʠ'),(21500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/XUBO5k0emPIVnqCcQCcEpg.ttf','xJ.'),(21501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/XUBO5k0emPIVnqCcQCcEpg.ttf','('),(21502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/padauk/v4/XUBO5k0emPIVnqCcQCcEpg.ttf','&-'),(21503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf','J'),(21505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf','('),(21506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf','1d'),(21507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf','m'),(21509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf','('),(21510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf','C_'),(21511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf','5'),(21513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf','('),(21514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf','8'),(21515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/xCwBUoAEV0kzCDwerAZ0Aw.ttf','}ʠ'),(21516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/xCwBUoAEV0kzCDwerAZ0Aw.ttf','5'),(21517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/xCwBUoAEV0kzCDwerAZ0Aw.ttf','('),(21518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/xCwBUoAEV0kzCDwerAZ0Aw.ttf','ͫP'),(21519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf','8]'),(21521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf','('),(21522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf','^4'),(21523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf','d'),(21525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf','('),(21526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf',''),(21527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf','\n'),(21529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf','('),(21530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquin/v3/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf','^'),(21531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf','}ʠ'),(21532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf','npH'),(21533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf','('),(21534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf','k'),(21535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf','}ʠ'),(21536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf','iC8'),(21537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf','('),(21538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf','F'),(21539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf','}ʠ'),(21540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf','%'),(21541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf','('),(21542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf',''),(21543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf','}ʠ'),(21544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf',''),(21545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf','('),(21546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/palanquindark/v3/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf','\r'),(21547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pangolin/v3/i2W796ne6lveehHXs8AFGA.ttf','}ʠ'),(21548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pangolin/v3/i2W796ne6lveehHXs8AFGA.ttf','ǅ0'),(21549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pangolin/v3/i2W796ne6lveehHXs8AFGA.ttf','('),(21550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pangolin/v3/i2W796ne6lveehHXs8AFGA.ttf','yH'),(21551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paprika/v5/b-VpyoRSieBdB5BPJVF8HQ.ttf','}ʠ'),(21552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paprika/v5/b-VpyoRSieBdB5BPJVF8HQ.ttf','Rl'),(21553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paprika/v5/b-VpyoRSieBdB5BPJVF8HQ.ttf','('),(21554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paprika/v5/b-VpyoRSieBdB5BPJVF8HQ.ttf','$\Z'),(21555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/parisienne/v5/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/parisienne/v5/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf','dٷ\r'),(21557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/parisienne/v5/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf','('),(21558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/parisienne/v5/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf','Cv'),(21559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passeroone/v9/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passeroone/v9/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf','0hn'),(21561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passeroone/v9/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf','('),(21562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passeroone/v9/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf','2H'),(21563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf','J*V|'),(21565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf','('),(21566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf','xG'),(21567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(21568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf','|'),(21569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(21570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf','d\'n'),(21571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(21572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf','\rW'),(21573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf','('),(21574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/passionone/v8/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf','0'),(21575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pathwaygothicone/v6/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf','}ʠ'),(21576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pathwaygothicone/v6/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf',''),(21577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pathwaygothicone/v6/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf','('),(21578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pathwaygothicone/v6/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf','s\n{'),(21579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhand/v11/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhand/v11/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf','LSv'),(21581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhand/v11/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf','('),(21582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhand/v11/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf','TY'),(21583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhandsc/v5/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf','}ʠ'),(21584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhandsc/v5/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf','\\؁y'),(21585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhandsc/v5/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf','('),(21586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patrickhandsc/v5/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf','\0'),(21587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pattaya/v2/sJEout1xdD7J8H-1H81pIQ.ttf','}ʠ'),(21588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pattaya/v2/sJEout1xdD7J8H-1H81pIQ.ttf','Er'),(21589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pattaya/v2/sJEout1xdD7J8H-1H81pIQ.ttf','('),(21590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pattaya/v2/sJEout1xdD7J8H-1H81pIQ.ttf',''),(21591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patuaone/v7/njZwotTYjswR4qdhsW-kJw.ttf','}ʠ'),(21592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patuaone/v7/njZwotTYjswR4qdhsW-kJw.ttf',''),(21593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patuaone/v7/njZwotTYjswR4qdhsW-kJw.ttf','('),(21594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/patuaone/v7/njZwotTYjswR4qdhsW-kJw.ttf','T\r:'),(21595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pavanam/v2/C7yuEhNK5oftNLSL3I0bGw.ttf','}ʠ'),(21596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pavanam/v2/C7yuEhNK5oftNLSL3I0bGw.ttf',''),(21597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pavanam/v2/C7yuEhNK5oftNLSL3I0bGw.ttf','('),(21598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pavanam/v2/C7yuEhNK5oftNLSL3I0bGw.ttf',''),(21599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paytoneone/v10/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paytoneone/v10/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf','qX '),(21601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paytoneone/v10/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf','('),(21602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/paytoneone/v10/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf','1ԛF'),(21603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peddana/v5/zaSZuj_GhmC8AOTugOROnA.ttf','}ʠ'),(21604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peddana/v5/zaSZuj_GhmC8AOTugOROnA.ttf',''),(21605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peddana/v5/zaSZuj_GhmC8AOTugOROnA.ttf','('),(21606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peddana/v5/zaSZuj_GhmC8AOTugOROnA.ttf','i'),(21607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peralta/v5/cTJX5KEuc0GKRU9NXSm-8Q.ttf','}ʠ'),(21608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peralta/v5/cTJX5KEuc0GKRU9NXSm-8Q.ttf','Z'),(21609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peralta/v5/cTJX5KEuc0GKRU9NXSm-8Q.ttf','('),(21610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/peralta/v5/cTJX5KEuc0GKRU9NXSm-8Q.ttf','x'),(21611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/permanentmarker/v7/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf','}ʠ'),(21612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/permanentmarker/v7/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf',''),(21613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/permanentmarker/v7/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf','('),(21614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/permanentmarker/v7/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf','EL'),(21615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petitformalscript/v5/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf','}ʠ'),(21616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petitformalscript/v5/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf','!A'),(21617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petitformalscript/v5/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf','('),(21618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petitformalscript/v5/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf','!!_l'),(21619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petrona/v6/nnQwxlP6dhrGovYEFtemTg.ttf','}ʠ'),(21620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petrona/v6/nnQwxlP6dhrGovYEFtemTg.ttf','U'),(21621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petrona/v6/nnQwxlP6dhrGovYEFtemTg.ttf','('),(21622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/petrona/v6/nnQwxlP6dhrGovYEFtemTg.ttf','a1'),(21623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf','A'),(21625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf','('),(21626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf','fB'),(21627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(21628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf','#'),(21629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf','('),(21630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf',''),(21631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(21632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf','1U'),(21633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(21634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf','$t'),(21635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(21636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf',')'),(21637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf','('),(21638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/philosopher/v9/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf','#'),(21639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/piedra/v6/owf-AvEEyAj9LJ2tVZ_3Mw.ttf','}ʠ'),(21640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/piedra/v6/owf-AvEEyAj9LJ2tVZ_3Mw.ttf','锿'),(21641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/piedra/v6/owf-AvEEyAj9LJ2tVZ_3Mw.ttf','('),(21642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/piedra/v6/owf-AvEEyAj9LJ2tVZ_3Mw.ttf','-'),(21643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pinyonscript/v7/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf','}ʠ'),(21644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pinyonscript/v7/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf','c^'),(21645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pinyonscript/v7/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf','('),(21646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pinyonscript/v7/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf','|C'),(21647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pirataone/v5/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pirataone/v5/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf','h'),(21649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pirataone/v5/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf','('),(21650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pirataone/v5/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf','cZ'),(21651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/plaster/v9/O4QG9Z5116CXyfJdR9zxLw.ttf','}ʠ'),(21652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/plaster/v9/O4QG9Z5116CXyfJdR9zxLw.ttf','0'),(21653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/plaster/v9/O4QG9Z5116CXyfJdR9zxLw.ttf','('),(21654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/plaster/v9/O4QG9Z5116CXyfJdR9zxLw.ttf','aƼ'),(21655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/GWvfObW8LhtsOX333MCpBg.ttf','}ʠ'),(21656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/GWvfObW8LhtsOX333MCpBg.ttf',''),(21657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/GWvfObW8LhtsOX333MCpBg.ttf','('),(21658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/GWvfObW8LhtsOX333MCpBg.ttf','cw'),(21659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/crPhg6I0alLI-MpB3vW-zw.ttf','}ʠ'),(21660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/crPhg6I0alLI-MpB3vW-zw.ttf','E\"'),(21661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/crPhg6I0alLI-MpB3vW-zw.ttf','('),(21662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/play/v9/crPhg6I0alLI-MpB3vW-zw.ttf','X'),(21663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playball/v7/3hOFiQm_EUzycTpcN9uz4w.ttf','}ʠ'),(21664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playball/v7/3hOFiQm_EUzycTpcN9uz4w.ttf','ו]'),(21665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playball/v7/3hOFiQm_EUzycTpcN9uz4w.ttf','('),(21666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playball/v7/3hOFiQm_EUzycTpcN9uz4w.ttf','mͽ'),(21667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf','}ʠ'),(21668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf','Zd'),(21669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf','('),(21670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf','>3d'),(21671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf','}ʠ'),(21672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf','ԯ L'),(21673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf','('),(21674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf','Rb'),(21675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf','}ʠ'),(21676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf','d;'),(21677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf','('),(21678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf','٠'),(21679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf','}ʠ'),(21680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf','M'),(21681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf','('),(21682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf','D	'),(21683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf','}ʠ'),(21684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf','y{%a'),(21685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf','('),(21686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf','h\nU'),(21687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf','}ʠ'),(21688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf',''),(21689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf','('),(21690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplay/v13/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf','g'),(21691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf','}ʠ'),(21692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf','	]'),(21693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf','('),(21694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf','f3'),(21695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf','}ʠ'),(21696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf','P;]'),(21697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf','('),(21698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf','!l8'),(21699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf','}ʠ'),(21700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf','&]'),(21701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf','('),(21702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf',':'),(21703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf','}ʠ'),(21704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf',''),(21705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf','('),(21706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf',';qD'),(21707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf','}ʠ'),(21708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf','r'),(21709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf','('),(21710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf','L_F'),(21711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf','}ʠ'),(21712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf','('),(21713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf','('),(21714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/playfairdisplaysc/v7/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf','xY'),(21715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/eylljyGVfB8ZUQjYY3WZRQ.ttf','}ʠ'),(21716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/eylljyGVfB8ZUQjYY3WZRQ.ttf','1'),(21717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/eylljyGVfB8ZUQjYY3WZRQ.ttf','('),(21718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/eylljyGVfB8ZUQjYY3WZRQ.ttf','>d['),(21719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/8MkhKmKhl0HgqBeKkV0pmvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/8MkhKmKhl0HgqBeKkV0pmvesZW2xOQ-xsNqO47m55DA.ttf','+='),(21721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/8MkhKmKhl0HgqBeKkV0pmvesZW2xOQ-xsNqO47m55DA.ttf','('),(21722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/8MkhKmKhl0HgqBeKkV0pmvesZW2xOQ-xsNqO47m55DA.ttf','뮿'),(21723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/921xSzgq6uUBjPZXn2IH0PesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/921xSzgq6uUBjPZXn2IH0PesZW2xOQ-xsNqO47m55DA.ttf','(S'),(21725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/921xSzgq6uUBjPZXn2IH0PesZW2xOQ-xsNqO47m55DA.ttf','('),(21726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/921xSzgq6uUBjPZXn2IH0PesZW2xOQ-xsNqO47m55DA.ttf','$0'),(21727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf','.'),(21729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf','('),(21730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf','R'),(21731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/ObfRYfRr58NtktZuAa1VhfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/ObfRYfRr58NtktZuAa1VhfesZW2xOQ-xsNqO47m55DA.ttf','zX'),(21733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/ObfRYfRr58NtktZuAa1VhfesZW2xOQ-xsNqO47m55DA.ttf','('),(21734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/podkova/v11/ObfRYfRr58NtktZuAa1VhfesZW2xOQ-xsNqO47m55DA.ttf','ń'),(21735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poiretone/v5/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poiretone/v5/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf','AG'),(21737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poiretone/v5/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf','('),(21738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poiretone/v5/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf','\n='),(21739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pollerone/v7/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pollerone/v7/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf','}');
INSERT INTO `wpdl_wfhoover` VALUES (21741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pollerone/v7/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf','('),(21742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pollerone/v7/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf','<`'),(21743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/bcMAuiacS2qkd54BcwW6_Q.ttf','}ʠ'),(21744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/bcMAuiacS2qkd54BcwW6_Q.ttf','`'),(21745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/bcMAuiacS2qkd54BcwW6_Q.ttf','('),(21746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/bcMAuiacS2qkd54BcwW6_Q.ttf','UD'),(21747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/Zkx-eIlZSjKUrPGYhV5PeA.ttf','}ʠ'),(21748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/Zkx-eIlZSjKUrPGYhV5PeA.ttf','kr'),(21749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/Zkx-eIlZSjKUrPGYhV5PeA.ttf','('),(21750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poly/v8/Zkx-eIlZSjKUrPGYhV5PeA.ttf','\"'),(21751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pompiere/v7/o_va2p9CD5JfmFohAkGZIA.ttf','}ʠ'),(21752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pompiere/v7/o_va2p9CD5JfmFohAkGZIA.ttf','ï}'),(21753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pompiere/v7/o_va2p9CD5JfmFohAkGZIA.ttf','('),(21754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pompiere/v7/o_va2p9CD5JfmFohAkGZIA.ttf','btH'),(21755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pontanosans/v5/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pontanosans/v5/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf','\\p'),(21757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pontanosans/v5/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf','('),(21758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pontanosans/v5/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf',':'),(21759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/J_Uo-RBVJYTcfQfJqaBpiA.ttf','}ʠ'),(21760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/J_Uo-RBVJYTcfQfJqaBpiA.ttf','/R|'),(21761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/J_Uo-RBVJYTcfQfJqaBpiA.ttf','('),(21762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/J_Uo-RBVJYTcfQfJqaBpiA.ttf',''),(21763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/AgVJ3FHPsWMHPMmRYdKWQKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/AgVJ3FHPsWMHPMmRYdKWQKCWcynf_cDxXwCLxiixG1c.ttf','f3'),(21765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/AgVJ3FHPsWMHPMmRYdKWQKCWcynf_cDxXwCLxiixG1c.ttf','('),(21766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/AgVJ3FHPsWMHPMmRYdKWQKCWcynf_cDxXwCLxiixG1c.ttf','Y'),(21767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/iG8N2M28abs14mWAmy9C8vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/iG8N2M28abs14mWAmy9C8vesZW2xOQ-xsNqO47m55DA.ttf','vY'),(21769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/iG8N2M28abs14mWAmy9C8vesZW2xOQ-xsNqO47m55DA.ttf','('),(21770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/iG8N2M28abs14mWAmy9C8vesZW2xOQ-xsNqO47m55DA.ttf','<'),(21771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKS3USBnSvpkopQaUR-2r7iU.ttf','`1'),(21773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKS3USBnSvpkopQaUR-2r7iU.ttf','('),(21774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKS3USBnSvpkopQaUR-2r7iU.ttf','Z	'),(21775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf','f2'),(21777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf','('),(21778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf','s'),(21779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/QmRKoWaGfh304P2oApdMLS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/QmRKoWaGfh304P2oApdMLS3USBnSvpkopQaUR-2r7iU.ttf','	'),(21781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/QmRKoWaGfh304P2oApdMLS3USBnSvpkopQaUR-2r7iU.ttf','('),(21782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/QmRKoWaGfh304P2oApdMLS3USBnSvpkopQaUR-2r7iU.ttf','9'),(21783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/hlvAxH6aIdOjWlLzgm0jqg.ttf','}ʠ'),(21784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/hlvAxH6aIdOjWlLzgm0jqg.ttf','|'),(21785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/hlvAxH6aIdOjWlLzgm0jqg.ttf','('),(21786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/hlvAxH6aIdOjWlLzgm0jqg.ttf',''),(21787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/3cZiAJEeIIIKVRjGXr9qVg.ttf','}ʠ'),(21788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/3cZiAJEeIIIKVRjGXr9qVg.ttf','<'),(21789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/3cZiAJEeIIIKVRjGXr9qVg.ttf','('),(21790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/3cZiAJEeIIIKVRjGXr9qVg.ttf','-'),(21791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf','sd'),(21793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf','('),(21794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf','-'),(21795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/ZswPVmYNMYXIwQy7Wnzcyi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/ZswPVmYNMYXIwQy7Wnzcyi3USBnSvpkopQaUR-2r7iU.ttf','\n`$_'),(21797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/ZswPVmYNMYXIwQy7Wnzcyi3USBnSvpkopQaUR-2r7iU.ttf','('),(21798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/ZswPVmYNMYXIwQy7Wnzcyi3USBnSvpkopQaUR-2r7iU.ttf','6̒q'),(21799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf','zl!'),(21801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf','('),(21802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf','a'),(21803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/RbebACOccNN-5ixkDIVLjS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/RbebACOccNN-5ixkDIVLjS3USBnSvpkopQaUR-2r7iU.ttf','P)_'),(21805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/RbebACOccNN-5ixkDIVLjS3USBnSvpkopQaUR-2r7iU.ttf','('),(21806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/RbebACOccNN-5ixkDIVLjS3USBnSvpkopQaUR-2r7iU.ttf','0'),(21807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf',';<?'),(21809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf','('),(21810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf','tA'),(21811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/c4FPK8_hIFKoX59qcGwdCi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/c4FPK8_hIFKoX59qcGwdCi3USBnSvpkopQaUR-2r7iU.ttf','Ѿ'),(21813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/c4FPK8_hIFKoX59qcGwdCi3USBnSvpkopQaUR-2r7iU.ttf','('),(21814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/c4FPK8_hIFKoX59qcGwdCi3USBnSvpkopQaUR-2r7iU.ttf','ߟ'),(21815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/vVhctzCFjekFM26ZXVvlAvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/vVhctzCFjekFM26ZXVvlAvesZW2xOQ-xsNqO47m55DA.ttf','iw'),(21817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/vVhctzCFjekFM26ZXVvlAvesZW2xOQ-xsNqO47m55DA.ttf','('),(21818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/vVhctzCFjekFM26ZXVvlAvesZW2xOQ-xsNqO47m55DA.ttf','['),(21819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/nhuxdF7XMkIXmkGDadS6EC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/nhuxdF7XMkIXmkGDadS6EC3USBnSvpkopQaUR-2r7iU.ttf',''),(21821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/nhuxdF7XMkIXmkGDadS6EC3USBnSvpkopQaUR-2r7iU.ttf','('),(21822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/nhuxdF7XMkIXmkGDadS6EC3USBnSvpkopQaUR-2r7iU.ttf','lĦ'),(21823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/7WUVvX7AIKpgWf6w-guTPfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/7WUVvX7AIKpgWf6w-guTPfesZW2xOQ-xsNqO47m55DA.ttf','!'),(21825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/7WUVvX7AIKpgWf6w-guTPfesZW2xOQ-xsNqO47m55DA.ttf','('),(21826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/7WUVvX7AIKpgWf6w-guTPfesZW2xOQ-xsNqO47m55DA.ttf',''),(21827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/Lmn8WRFdDq3MeV9dyKOb_y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(21828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/Lmn8WRFdDq3MeV9dyKOb_y3USBnSvpkopQaUR-2r7iU.ttf',''),(21829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/Lmn8WRFdDq3MeV9dyKOb_y3USBnSvpkopQaUR-2r7iU.ttf','('),(21830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/poppins/v5/Lmn8WRFdDq3MeV9dyKOb_y3USBnSvpkopQaUR-2r7iU.ttf','X'),(21831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatsans/v6/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf','}ʠ'),(21832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatsans/v6/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf','{s'),(21833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatsans/v6/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf','('),(21834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatsans/v6/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf','-Z'),(21835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatslab/v6/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf','}ʠ'),(21836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatslab/v6/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf','@#'),(21837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatslab/v6/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf','('),(21838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/portlligatslab/v6/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf',''),(21839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf','}ʠ'),(21840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf','S'),(21841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf','('),(21842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf','6*'),(21843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf','}ʠ'),(21844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf','|hX'),(21845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf','('),(21846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pragatinarrow/v3/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf','/O!'),(21847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prata/v8/3gmx8r842loRRm9iQkCDGg.ttf','}ʠ'),(21848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prata/v8/3gmx8r842loRRm9iQkCDGg.ttf','pa['),(21849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prata/v8/3gmx8r842loRRm9iQkCDGg.ttf','('),(21850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prata/v8/3gmx8r842loRRm9iQkCDGg.ttf',';UVT'),(21851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/preahvihear/v9/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/preahvihear/v9/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf','\n;\r'),(21853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/preahvihear/v9/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf','('),(21854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/preahvihear/v9/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf','b%2'),(21855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pressstart2p/v6/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf','}ʠ'),(21856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pressstart2p/v6/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf','_'),(21857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pressstart2p/v6/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf','('),(21858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pressstart2p/v6/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf','fC\"'),(21859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/WvKJ-kflGuELyK4uQzpYIA.ttf','}ʠ'),(21860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/WvKJ-kflGuELyK4uQzpYIA.ttf','33'),(21861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/WvKJ-kflGuELyK4uQzpYIA.ttf','('),(21862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/WvKJ-kflGuELyK4uQzpYIA.ttf','h'),(21863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Ihwk-OGVFS69PINILdqAjQ.ttf','}ʠ'),(21864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Ihwk-OGVFS69PINILdqAjQ.ttf',''),(21865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Ihwk-OGVFS69PINILdqAjQ.ttf','('),(21866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Ihwk-OGVFS69PINILdqAjQ.ttf',''),(21867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Mau018Ghi7LJX7FkGYCZAQ.ttf','}ʠ'),(21868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Mau018Ghi7LJX7FkGYCZAQ.ttf','E='),(21869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Mau018Ghi7LJX7FkGYCZAQ.ttf','('),(21870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/Mau018Ghi7LJX7FkGYCZAQ.ttf','&'),(21871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/dPNOrMxU-HjLo-fvkFydsQ.ttf','}ʠ'),(21872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/dPNOrMxU-HjLo-fvkFydsQ.ttf','H	'),(21873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/dPNOrMxU-HjLo-fvkFydsQ.ttf','('),(21874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/dPNOrMxU-HjLo-fvkFydsQ.ttf','VKm1'),(21875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/J0i5OZxX07KC4mby5RjNbg.ttf','}ʠ'),(21876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/J0i5OZxX07KC4mby5RjNbg.ttf','\\{h'),(21877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/J0i5OZxX07KC4mby5RjNbg.ttf','('),(21878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/J0i5OZxX07KC4mby5RjNbg.ttf','z'),(21879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/UhCy4jDDJttTB8k8rtWadg.ttf','}ʠ'),(21880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/UhCy4jDDJttTB8k8rtWadg.ttf','>jv'),(21881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/UhCy4jDDJttTB8k8rtWadg.ttf','('),(21882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/pridi/v3/UhCy4jDDJttTB8k8rtWadg.ttf',''),(21883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/princesssofia/v5/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf','}ʠ'),(21884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/princesssofia/v5/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf','f'),(21885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/princesssofia/v5/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf','('),(21886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/princesssofia/v5/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf','V}'),(21887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prociono/v7/43ZYDHWogdFeNBWTl6ksmw.ttf','}ʠ'),(21888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prociono/v7/43ZYDHWogdFeNBWTl6ksmw.ttf','J'),(21889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prociono/v7/43ZYDHWogdFeNBWTl6ksmw.ttf','('),(21890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prociono/v7/43ZYDHWogdFeNBWTl6ksmw.ttf','R)A'),(21891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ltjX-trOmfS-yKy_awt70g.ttf','}ʠ'),(21892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ltjX-trOmfS-yKy_awt70g.ttf','μ'),(21893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ltjX-trOmfS-yKy_awt70g.ttf','('),(21894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ltjX-trOmfS-yKy_awt70g.ttf','\r-'),(21895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf','\\~'),(21897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf','('),(21898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf','\'\"'),(21899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/MNB_CVkbfYHFMWX_UbDC2Q.ttf','}ʠ'),(21900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/MNB_CVkbfYHFMWX_UbDC2Q.ttf','s\n'),(21901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/MNB_CVkbfYHFMWX_UbDC2Q.ttf','('),(21902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/MNB_CVkbfYHFMWX_UbDC2Q.ttf','.'),(21903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf',''),(21905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf','('),(21906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf','F;'),(21907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/LzifakiWysr3N3OoAdbdpg.ttf','}ʠ'),(21908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/LzifakiWysr3N3OoAdbdpg.ttf','l'),(21909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/LzifakiWysr3N3OoAdbdpg.ttf','('),(21910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/LzifakiWysr3N3OoAdbdpg.ttf','95'),(21911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf',':Ѹ'),(21913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf','('),(21914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf','|}'),(21915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/nDo1rQFnTFNua4cp-OnD2A.ttf','}ʠ'),(21916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/nDo1rQFnTFNua4cp-OnD2A.ttf','a'),(21917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/nDo1rQFnTFNua4cp-OnD2A.ttf','('),(21918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/nDo1rQFnTFNua4cp-OnD2A.ttf',')؃'),(21919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ZD4khIP924SU2fRYOJkraQ.ttf','}ʠ'),(21920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ZD4khIP924SU2fRYOJkraQ.ttf','B\''),(21921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ZD4khIP924SU2fRYOJkraQ.ttf','('),(21922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/ZD4khIP924SU2fRYOJkraQ.ttf','9I\\'),(21923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/w31OY1otplAgr5iZ21K7Fg.ttf','}ʠ'),(21924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/w31OY1otplAgr5iZ21K7Fg.ttf',''),(21925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/w31OY1otplAgr5iZ21K7Fg.ttf','('),(21926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/w31OY1otplAgr5iZ21K7Fg.ttf','=gR'),(21927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf','G?'),(21929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf','('),(21930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf','J'),(21931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/uUrJjg1BGaIb6CAOlUIp9g.ttf','}ʠ'),(21932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/uUrJjg1BGaIb6CAOlUIp9g.ttf','п'),(21933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/uUrJjg1BGaIb6CAOlUIp9g.ttf','('),(21934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/uUrJjg1BGaIb6CAOlUIp9g.ttf','u'),(21935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf','i'),(21937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf','('),(21938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf','+}D'),(21939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/HdM_epiStzshOr-49ubVyg.ttf','}ʠ'),(21940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/HdM_epiStzshOr-49ubVyg.ttf','Yj'),(21941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/HdM_epiStzshOr-49ubVyg.ttf','('),(21942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/HdM_epiStzshOr-49ubVyg.ttf','a2{'),(21943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf','4V3'),(21945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf','('),(21946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf','('),(21947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GF9cOamDd7mYPHNW1nZLKg.ttf','}ʠ'),(21948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GF9cOamDd7mYPHNW1nZLKg.ttf','z>'),(21949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GF9cOamDd7mYPHNW1nZLKg.ttf','('),(21950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/GF9cOamDd7mYPHNW1nZLKg.ttf','\r'),(21951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf','\"g'),(21953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf','('),(21954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf','&'),(21955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KFgmbwHbRBQb28VFhH3c8Q.ttf','}ʠ'),(21956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KFgmbwHbRBQb28VFhH3c8Q.ttf','H'),(21957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KFgmbwHbRBQb28VFhH3c8Q.ttf','('),(21958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/KFgmbwHbRBQb28VFhH3c8Q.ttf','u]'),(21959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf','he'),(21961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf','('),(21962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prompt/v2/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf','}'),(21963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prostoone/v6/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(21964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prostoone/v6/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf','|9Z'),(21965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prostoone/v6/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf','('),(21966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prostoone/v6/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf',''),(21967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(21968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf',';'),(21969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf','('),(21970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf',','),(21971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(21972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf',''),(21973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf','('),(21974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf',':'),(21975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(21976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf','I^\Z'),(21977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf','('),(21978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf','\0,\"#'),(21979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf','}ʠ'),(21980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf',''),(21981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf','('),(21982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf','º'),(21983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(21984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf','G'),(21985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(21986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf','&_'),(21987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf','}ʠ'),(21988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf','D'),(21989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf','('),(21990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf','J -'),(21991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(21992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf',' ۮ'),(21993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(21994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf','j?'),(21995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(21996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf','@&\r'),(21997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf','('),(21998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf','a'),(21999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(22000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf','a6'),(22001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf','('),(22002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf','\"i'),(22003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf','}ʠ'),(22004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf','Ƶ'),(22005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf','('),(22006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/prozalibre/v2/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf','ڀ]'),(22007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/wv_RtgVBSCn-or2MC0n4Kg.ttf','}ʠ'),(22008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/wv_RtgVBSCn-or2MC0n4Kg.ttf',' 3'),(22009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/wv_RtgVBSCn-or2MC0n4Kg.ttf','('),(22010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/wv_RtgVBSCn-or2MC0n4Kg.ttf',''),(22011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/BqZX8Tp200LeMv1KlzXgLQ.ttf','}ʠ'),(22012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/BqZX8Tp200LeMv1KlzXgLQ.ttf',''),(22013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/BqZX8Tp200LeMv1KlzXgLQ.ttf','('),(22014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/BqZX8Tp200LeMv1KlzXgLQ.ttf',''),(22015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf','*'),(22017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf','('),(22018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf','Jq$'),(22019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf','PS'),(22021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf','('),(22022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/puritan/v9/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf','q='),(22023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/purplepurse/v6/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/purplepurse/v6/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf','('),(22025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/purplepurse/v6/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf','('),(22026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/purplepurse/v6/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf','Cm'),(22027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quando/v6/03nDiEZuO2-h3xvtG6UmHg.ttf','}ʠ'),(22028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quando/v6/03nDiEZuO2-h3xvtG6UmHg.ttf','y'),(22029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quando/v6/03nDiEZuO2-h3xvtG6UmHg.ttf','('),(22030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quando/v6/03nDiEZuO2-h3xvtG6UmHg.ttf',';,'),(22031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/pwSnP8Xpaix2rIz99HrSlQ.ttf','}ʠ'),(22032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/pwSnP8Xpaix2rIz99HrSlQ.ttf','g'),(22033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/pwSnP8Xpaix2rIz99HrSlQ.ttf','('),(22034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/pwSnP8Xpaix2rIz99HrSlQ.ttf','\Z\'D'),(22035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf','W'),(22037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf','('),(22038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf','+'),(22039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf','\''),(22041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf','('),(22042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf','h,'),(22043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(22044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf','N6e'),(22045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf','('),(22046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quantico/v6/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf','#'),(22047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf','ŎB\n'),(22049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf','('),(22050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf','3vH'),(22051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(22052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf','J'),(22053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf','('),(22054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocento/v9/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf','vc'),(22055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf','}ʠ'),(22056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf','2H'),(22057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf','('),(22058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf','1y'),(22059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf','}ʠ'),(22060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf','fE#'),(22061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf','('),(22062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf','('),(22063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf','}ʠ'),(22064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf','?'),(22065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf','('),(22066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf','|h'),(22067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf','}ʠ'),(22068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf','.hL'),(22069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf','('),(22070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quattrocentosans/v10/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf','Õǲ'),(22071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/questrial/v7/MoHHaw_WwNs_hd9ob1zTVw.ttf','}ʠ'),(22072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/questrial/v7/MoHHaw_WwNs_hd9ob1zTVw.ttf','	?'),(22073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/questrial/v7/MoHHaw_WwNs_hd9ob1zTVw.ttf','('),(22074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/questrial/v7/MoHHaw_WwNs_hd9ob1zTVw.ttf','-'),(22075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf','\rd\0'),(22077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf','('),(22078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf','1'),(22079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/Ngv3fIJjKB7sD-bTUGIFCA.ttf','}ʠ'),(22080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/Ngv3fIJjKB7sD-bTUGIFCA.ttf','$.'),(22081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/Ngv3fIJjKB7sD-bTUGIFCA.ttf','('),(22082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/Ngv3fIJjKB7sD-bTUGIFCA.ttf','$t'),(22083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/FRGja7LlrG1Mypm0hCq0Di3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/FRGja7LlrG1Mypm0hCq0Di3USBnSvpkopQaUR-2r7iU.ttf','j#'),(22085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/FRGja7LlrG1Mypm0hCq0Di3USBnSvpkopQaUR-2r7iU.ttf','('),(22086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/FRGja7LlrG1Mypm0hCq0Di3USBnSvpkopQaUR-2r7iU.ttf',')Q'),(22087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf','#B,'),(22089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf','('),(22090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quicksand/v7/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf','n'),(22091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quintessential/v5/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf','}ʠ'),(22092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quintessential/v5/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf','zk'),(22093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quintessential/v5/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf','('),(22094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/quintessential/v5/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf','jߪ'),(22095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/qwigley/v7/aDqxws-KubFID85TZHFouw.ttf','}ʠ'),(22096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/qwigley/v7/aDqxws-KubFID85TZHFouw.ttf','/A'),(22097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/qwigley/v7/aDqxws-KubFID85TZHFouw.ttf','('),(22098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/qwigley/v7/aDqxws-KubFID85TZHFouw.ttf','o'),(22099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/racingsansone/v5/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf','}ʠ'),(22100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/racingsansone/v5/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf','D'),(22101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/racingsansone/v5/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf','('),(22102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/racingsansone/v5/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf','kU|9'),(22103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/FgE9di09a-mXGzAIyI6Q9Q.ttf','}ʠ'),(22104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/FgE9di09a-mXGzAIyI6Q9Q.ttf','d'),(22105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/FgE9di09a-mXGzAIyI6Q9Q.ttf','('),(22106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/FgE9di09a-mXGzAIyI6Q9Q.ttf','f'),(22107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/Z_JcACuPAOO2f9kzQcGRug.ttf','}ʠ'),(22108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/Z_JcACuPAOO2f9kzQcGRug.ttf','Lp4'),(22109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/Z_JcACuPAOO2f9kzQcGRug.ttf','('),(22110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/radley/v12/Z_JcACuPAOO2f9kzQcGRug.ttf',''),(22111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf','g8g'),(22113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf','('),(22114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf','/'),(22115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/Wfy5zp4PGFAFS7-Wetehzw.ttf','}ʠ'),(22116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/Wfy5zp4PGFAFS7-Wetehzw.ttf','}'),(22117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/Wfy5zp4PGFAFS7-Wetehzw.ttf','('),(22118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/Wfy5zp4PGFAFS7-Wetehzw.ttf','v'),(22119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf','V:'),(22121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf','('),(22122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf','\Z'),(22123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf','o'),(22125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf','('),(22126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf','	ݧv'),(22127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf','D'),(22129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf','('),(22130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rajdhani/v7/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf','	M)'),(22131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rakkas/v3/XWSZpoSbAR4myQgKbSJM9A.ttf','}ʠ'),(22132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rakkas/v3/XWSZpoSbAR4myQgKbSJM9A.ttf','w'),(22133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rakkas/v3/XWSZpoSbAR4myQgKbSJM9A.ttf','('),(22134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rakkas/v3/XWSZpoSbAR4myQgKbSJM9A.ttf','57'),(22135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/UDfD6oxBaBnmFJwQ7XAFNw.ttf','}ʠ'),(22136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/UDfD6oxBaBnmFJwQ7XAFNw.ttf','1'),(22137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/UDfD6oxBaBnmFJwQ7XAFNw.ttf','('),(22138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/UDfD6oxBaBnmFJwQ7XAFNw.ttf','3*-'),(22139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf',''),(22141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf','('),(22142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf','\0}'),(22143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf','9z'),(22145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf','('),(22146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf','?'),(22147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf','o5'),(22149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf','('),(22150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf',''),(22151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf','U'),(22153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf','('),(22154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf','w'),(22155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf','\0٧'),(22157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf','('),(22158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf','`Τ5'),(22159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/_dCzxpXzIS3sL-gdJWAP8A.ttf','}ʠ'),(22160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/_dCzxpXzIS3sL-gdJWAP8A.ttf','y='),(22161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/_dCzxpXzIS3sL-gdJWAP8A.ttf','('),(22162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/_dCzxpXzIS3sL-gdJWAP8A.ttf','!z'),(22163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/utU2m1gdZSfuQpArSy5Dbw.ttf','}ʠ'),(22164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/utU2m1gdZSfuQpArSy5Dbw.ttf',':)'),(22165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/utU2m1gdZSfuQpArSy5Dbw.ttf','('),(22166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/utU2m1gdZSfuQpArSy5Dbw.ttf','_\r'),(22167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf','I@'),(22169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf','('),(22170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf','af'),(22171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf','8'),(22173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf','('),(22174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf','x'),(22175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf','v'),(22177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf','('),(22178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf',')d'),(22179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf',''),(22181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf','('),(22182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf','C$'),(22183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf','u'),(22185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf','('),(22186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf','ciJ'),(22187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf','nD'),(22189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf','('),(22190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf','AԎ7'),(22191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf','MG'),(22193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf','('),(22194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf','厌'),(22195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf','ҼW'),(22197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf','('),(22198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf','q'),(22199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf','K'),(22201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf','('),(22202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf','E x'),(22203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf','8A'),(22205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf','('),(22206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raleway/v12/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf',':3'),(22207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ralewaydots/v5/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ralewaydots/v5/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf','E'),(22209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ralewaydots/v5/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf','('),(22210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ralewaydots/v5/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf',''),(22211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramabhadra/v6/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramabhadra/v6/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf','1ݴ'),(22213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramabhadra/v6/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf','('),(22214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramabhadra/v6/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf','8g'),(22215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramaraja/v2/XIqzxFapVczstBedHdQTiw.ttf','}ʠ'),(22216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramaraja/v2/XIqzxFapVczstBedHdQTiw.ttf','50'),(22217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramaraja/v2/XIqzxFapVczstBedHdQTiw.ttf','('),(22218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ramaraja/v2/XIqzxFapVczstBedHdQTiw.ttf','6'),(22219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/YaTmpvm5gFg_ShJKTQmdzg.ttf','}ʠ'),(22220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/YaTmpvm5gFg_ShJKTQmdzg.ttf','V>'),(22221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/YaTmpvm5gFg_ShJKTQmdzg.ttf','('),(22222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/YaTmpvm5gFg_ShJKTQmdzg.ttf','ID1'),(22223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/mhUgsKmp0qw3uATdDDAuwA.ttf','}ʠ'),(22224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/mhUgsKmp0qw3uATdDDAuwA.ttf','B%{'),(22225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/mhUgsKmp0qw3uATdDDAuwA.ttf','('),(22226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/mhUgsKmp0qw3uATdDDAuwA.ttf','8('),(22227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/C5VZH8BxQKmnBuoC00UPpw.ttf','}ʠ'),(22228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/C5VZH8BxQKmnBuoC00UPpw.ttf','rp'),(22229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/C5VZH8BxQKmnBuoC00UPpw.ttf','('),(22230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/C5VZH8BxQKmnBuoC00UPpw.ttf',''),(22231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf','npW'),(22233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf','('),(22234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rambla/v5/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf','G'),(22235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rammettoone/v6/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rammettoone/v6/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf','Y1.'),(22237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rammettoone/v6/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf','('),(22238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rammettoone/v6/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf','Y?^'),(22239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranchers/v5/9ya8CZYhqT66VERfjQ7eLA.ttf','}ʠ'),(22240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranchers/v5/9ya8CZYhqT66VERfjQ7eLA.ttf','N'),(22241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranchers/v5/9ya8CZYhqT66VERfjQ7eLA.ttf','('),(22242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranchers/v5/9ya8CZYhqT66VERfjQ7eLA.ttf','s'),(22243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rancho/v8/ekp3-4QykC4--6KaslRgHA.ttf','}ʠ'),(22244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rancho/v8/ekp3-4QykC4--6KaslRgHA.ttf','\0'),(22245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rancho/v8/ekp3-4QykC4--6KaslRgHA.ttf','('),(22246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rancho/v8/ekp3-4QykC4--6KaslRgHA.ttf',''),(22247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/xpW6zFTNzY1JykoBIqE1Zg.ttf','}ʠ'),(22248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/xpW6zFTNzY1JykoBIqE1Zg.ttf','s`'),(22249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/xpW6zFTNzY1JykoBIqE1Zg.ttf','('),(22250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/xpW6zFTNzY1JykoBIqE1Zg.ttf','@	q'),(22251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/h8G_gEUH7vHKH-NkjAs34A.ttf','}ʠ'),(22252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/h8G_gEUH7vHKH-NkjAs34A.ttf','ьn'),(22253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/h8G_gEUH7vHKH-NkjAs34A.ttf','('),(22254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ranga/v3/h8G_gEUH7vHKH-NkjAs34A.ttf','뉾'),(22255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/XQ1gDq2EqBtGcdadPyPbww.ttf','}ʠ'),(22256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/XQ1gDq2EqBtGcdadPyPbww.ttf','5'),(22257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/XQ1gDq2EqBtGcdadPyPbww.ttf','('),(22258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/XQ1gDq2EqBtGcdadPyPbww.ttf','k{'),(22259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/A5PoJUwX_PxTsywxlRB79g.ttf','}ʠ'),(22260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/A5PoJUwX_PxTsywxlRB79g.ttf','|\n'),(22261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/A5PoJUwX_PxTsywxlRB79g.ttf','('),(22262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/A5PoJUwX_PxTsywxlRB79g.ttf','j	~'),(22263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/HfsDi_Ls3NARO_YEODINGg.ttf','}ʠ'),(22264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/HfsDi_Ls3NARO_YEODINGg.ttf','m>'),(22265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/HfsDi_Ls3NARO_YEODINGg.ttf','('),(22266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/HfsDi_Ls3NARO_YEODINGg.ttf',' 7'),(22267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/f-fvbq-hWIQCdmT3QHGk3Q.ttf','}ʠ'),(22268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/f-fvbq-hWIQCdmT3QHGk3Q.ttf','4N*Q'),(22269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/f-fvbq-hWIQCdmT3QHGk3Q.ttf','('),(22270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/f-fvbq-hWIQCdmT3QHGk3Q.ttf',')'),(22271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/TSF3CG-8Cn72jvaVdqtMMQ.ttf','}ʠ'),(22272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/TSF3CG-8Cn72jvaVdqtMMQ.ttf','o0'),(22273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/TSF3CG-8Cn72jvaVdqtMMQ.ttf','('),(22274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rasa/v3/TSF3CG-8Cn72jvaVdqtMMQ.ttf',''),(22275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rationale/v8/7M2eN-di0NGLQse7HzJRfg.ttf','}ʠ'),(22276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rationale/v8/7M2eN-di0NGLQse7HzJRfg.ttf','/A'),(22277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rationale/v8/7M2eN-di0NGLQse7HzJRfg.ttf','('),(22278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rationale/v8/7M2eN-di0NGLQse7HzJRfg.ttf','-\\'),(22279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raviprakash/v4/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raviprakash/v4/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf','^'),(22281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raviprakash/v4/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf','('),(22282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/raviprakash/v4/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf','Fg'),(22283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/redressed/v8/3aZ5sTBppH3oSm5SabegtA.ttf','}ʠ'),(22284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/redressed/v8/3aZ5sTBppH3oSm5SabegtA.ttf','!`'),(22285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/redressed/v8/3aZ5sTBppH3oSm5SabegtA.ttf','('),(22286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/redressed/v8/3aZ5sTBppH3oSm5SabegtA.ttf','yr'),(22287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reemkufi/v3/xLwMbK_T1g-h9p-rp60A1Q.ttf','}ʠ'),(22288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reemkufi/v3/xLwMbK_T1g-h9p-rp60A1Q.ttf','+5'),(22289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reemkufi/v3/xLwMbK_T1g-h9p-rp60A1Q.ttf','('),(22290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reemkufi/v3/xLwMbK_T1g-h9p-rp60A1Q.ttf','6r'),(22291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reeniebeanie/v8/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(22292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reeniebeanie/v8/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf','ITFf'),(22293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reeniebeanie/v8/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf','('),(22294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/reeniebeanie/v8/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf','b'),(22295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/revalia/v5/1TKw66fF5_poiL0Ktgo4_A.ttf','}ʠ'),(22296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/revalia/v5/1TKw66fF5_poiL0Ktgo4_A.ttf','\''),(22297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/revalia/v5/1TKw66fF5_poiL0Ktgo4_A.ttf','('),(22298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/revalia/v5/1TKw66fF5_poiL0Ktgo4_A.ttf','?*'),(22299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rhodiumlibre/v2/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(22300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rhodiumlibre/v2/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf','͏y'),(22301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rhodiumlibre/v2/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf','('),(22302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rhodiumlibre/v2/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf','y&'),(22303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeye/v6/e5w3VE8HnWBln4Ll6lUj3Q.ttf','}ʠ'),(22304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeye/v6/e5w3VE8HnWBln4Ll6lUj3Q.ttf','U}'),(22305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeye/v6/e5w3VE8HnWBln4Ll6lUj3Q.ttf','('),(22306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeye/v6/e5w3VE8HnWBln4Ll6lUj3Q.ttf','~`'),(22307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeyemarrow/v7/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf','}ʠ'),(22308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeyemarrow/v7/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf','t=U'),(22309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeyemarrow/v7/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf','('),(22310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ribeyemarrow/v7/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf',''),(22311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/righteous/v6/0nRRWM_gCGCt2S-BCfN8WQ.ttf','}ʠ'),(22312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/righteous/v6/0nRRWM_gCGCt2S-BCfN8WQ.ttf','	\n'),(22313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/righteous/v6/0nRRWM_gCGCt2S-BCfN8WQ.ttf','('),(22314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/righteous/v6/0nRRWM_gCGCt2S-BCfN8WQ.ttf','̃C'),(22315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/risque/v5/92RnElGnl8yHP97-KV3Fyg.ttf','}ʠ'),(22316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/risque/v5/92RnElGnl8yHP97-KV3Fyg.ttf','lFO'),(22317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/risque/v5/92RnElGnl8yHP97-KV3Fyg.ttf','('),(22318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/risque/v5/92RnElGnl8yHP97-KV3Fyg.ttf',''),(22319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/7MygqTe2zs9YkP0adA9QQQ.ttf','}ʠ'),(22320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/7MygqTe2zs9YkP0adA9QQQ.ttf','\ZyWj'),(22321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/7MygqTe2zs9YkP0adA9QQQ.ttf','('),(22322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/7MygqTe2zs9YkP0adA9QQQ.ttf','\0M'),(22323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf',''),(22325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf','('),(22326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf','\\ei'),(22327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/dtpHsbgPEm2lVWciJZ0P-A.ttf','}ʠ'),(22328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/dtpHsbgPEm2lVWciJZ0P-A.ttf','ZDċ'),(22329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/dtpHsbgPEm2lVWciJZ0P-A.ttf','('),(22330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/dtpHsbgPEm2lVWciJZ0P-A.ttf',''),(22331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf','78~'),(22333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf','('),(22334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf','VM'),(22335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/W5F8_SL0XFawnjxHGsZjJA.ttf','}ʠ'),(22336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/W5F8_SL0XFawnjxHGsZjJA.ttf','gM_'),(22337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/W5F8_SL0XFawnjxHGsZjJA.ttf','('),(22338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/W5F8_SL0XFawnjxHGsZjJA.ttf','4'),(22339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/hcKoSgxdnKlbH5dlTwKbow.ttf','}ʠ'),(22340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/hcKoSgxdnKlbH5dlTwKbow.ttf','#'),(22341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/hcKoSgxdnKlbH5dlTwKbow.ttf','('),(22342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/hcKoSgxdnKlbH5dlTwKbow.ttf','i'),(22343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/Uxzkqj-MIMWle-XP2pDNAA.ttf','}ʠ'),(22344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/Uxzkqj-MIMWle-XP2pDNAA.ttf','~'),(22345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/Uxzkqj-MIMWle-XP2pDNAA.ttf','('),(22346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/Uxzkqj-MIMWle-XP2pDNAA.ttf','% N'),(22347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf','R'),(22349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf','('),(22350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf','?'),(22351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/bdHGHleUa-ndQCOrdpfxfw.ttf','}ʠ'),(22352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/bdHGHleUa-ndQCOrdpfxfw.ttf','r|b'),(22353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/bdHGHleUa-ndQCOrdpfxfw.ttf','('),(22354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/bdHGHleUa-ndQCOrdpfxfw.ttf','\Zl'),(22355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf','\Z9'),(22357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf','('),(22358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf','\''),(22359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/H1vB34nOKWXqzKotq25pcg.ttf','}ʠ'),(22360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/H1vB34nOKWXqzKotq25pcg.ttf','ig'),(22361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/H1vB34nOKWXqzKotq25pcg.ttf','('),(22362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/H1vB34nOKWXqzKotq25pcg.ttf','[~`'),(22363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf','C'),(22365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf','('),(22366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/roboto/v18/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf',';'),(22367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf','}ʠ'),(22368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf','P h'),(22369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf','('),(22370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf','N'),(22371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf','}ʠ'),(22372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf','U'),(22373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf','('),(22374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf','w'),(22375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf','}ʠ'),(22376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf','õ'),(22377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf','('),(22378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf','mIG'),(22379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf','}ʠ'),(22380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf','9'),(22381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf','('),(22382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf','<\0\"'),(22383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf','}ʠ'),(22384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf','&'),(22385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf','('),(22386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf',',$'),(22387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf','}ʠ'),(22388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf','T/'),(22389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf','('),(22390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotocondensed/v16/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf','WJ'),(22391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf','}ʠ'),(22392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf','!ؿ'),(22393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf','('),(22394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf',':'),(22395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf','}ʠ'),(22396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf','u͹'),(22397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf','('),(22398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf','~e'),(22399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(22400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf','F'),(22401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf','('),(22402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf','\n\Z'),(22403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf','}ʠ'),(22404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf',':h`'),(22405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf','('),(22406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf','ʂU'),(22407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf','D'),(22409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf','('),(22410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf','l'),(22411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(22412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf','Է'),(22413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf','('),(22414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf','O'),(22415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(22416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf','/B'),(22417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf','('),(22418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf','U'),(22419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf','}ʠ'),(22420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf','>W'),(22421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf','('),(22422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf','ܭ'),(22423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(22424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf','䎣'),(22425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(22426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf','AB'),(22427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(22428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf','S'),(22429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf','('),(22430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotomono/v5/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf','0aP'),(22431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf','}ʠ'),(22432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf','Rr'),(22433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf','('),(22434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf',''),(22435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(22436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf','-f'),(22437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf','('),(22438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf','X'),(22439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf','Bln'),(22441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf','('),(22442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf','Qp'),(22443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(22444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf','5(U'),(22445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(22446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf','{'),(22447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rochester/v8/bnj8tmQBiOkdji_G_yvypg.ttf','}ʠ'),(22448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rochester/v8/bnj8tmQBiOkdji_G_yvypg.ttf','r'),(22449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rochester/v8/bnj8tmQBiOkdji_G_yvypg.ttf','('),(22450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rochester/v8/bnj8tmQBiOkdji_G_yvypg.ttf','w'),(22451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rocksalt/v8/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf','}ʠ'),(22452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rocksalt/v8/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf','m'),(22453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rocksalt/v8/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf','('),(22454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rocksalt/v8/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf','Z\0c/'),(22455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/_3YC6rPA1FdHK3T5HJAiKA.ttf','}ʠ'),(22456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/_3YC6rPA1FdHK3T5HJAiKA.ttf','oϧ'),(22457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/_3YC6rPA1FdHK3T5HJAiKA.ttf','('),(22458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/_3YC6rPA1FdHK3T5HJAiKA.ttf','\n'),(22459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/YawjzRx4kAyF2FdhIXfg1_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/YawjzRx4kAyF2FdhIXfg1_esZW2xOQ-xsNqO47m55DA.ttf','ព1'),(22461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/YawjzRx4kAyF2FdhIXfg1_esZW2xOQ-xsNqO47m55DA.ttf','('),(22462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/YawjzRx4kAyF2FdhIXfg1_esZW2xOQ-xsNqO47m55DA.ttf','i'),(22463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/Cw0HfZi5axnl2GTVcAe4x_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/Cw0HfZi5axnl2GTVcAe4x_esZW2xOQ-xsNqO47m55DA.ttf','|'),(22465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/Cw0HfZi5axnl2GTVcAe4x_esZW2xOQ-xsNqO47m55DA.ttf','('),(22466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/Cw0HfZi5axnl2GTVcAe4x_esZW2xOQ-xsNqO47m55DA.ttf','xefh'),(22467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/GMA7Z_ToF8uSvpZAgnp_VQ.ttf','}ʠ'),(22468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/GMA7Z_ToF8uSvpZAgnp_VQ.ttf','.ZR'),(22469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/GMA7Z_ToF8uSvpZAgnp_VQ.ttf','('),(22470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/GMA7Z_ToF8uSvpZAgnp_VQ.ttf','ñ0'),(22471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/jSxUaZL9JCo117IMemf-iPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/jSxUaZL9JCo117IMemf-iPesZW2xOQ-xsNqO47m55DA.ttf','Dʼ'),(22473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/jSxUaZL9JCo117IMemf-iPesZW2xOQ-xsNqO47m55DA.ttf','('),(22474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/jSxUaZL9JCo117IMemf-iPesZW2xOQ-xsNqO47m55DA.ttf','!j'),(22475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/b4_SvUo9hy0bV60RoA1RKPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/b4_SvUo9hy0bV60RoA1RKPesZW2xOQ-xsNqO47m55DA.ttf','Rj'),(22477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/b4_SvUo9hy0bV60RoA1RKPesZW2xOQ-xsNqO47m55DA.ttf','('),(22478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/b4_SvUo9hy0bV60RoA1RKPesZW2xOQ-xsNqO47m55DA.ttf','2v:b'),(22479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf','E'),(22481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf','('),(22482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf','U'),(22483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/mCok2W9ZHFgB-LY6ITuapfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/mCok2W9ZHFgB-LY6ITuapfesZW2xOQ-xsNqO47m55DA.ttf','Lz/'),(22485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/mCok2W9ZHFgB-LY6ITuapfesZW2xOQ-xsNqO47m55DA.ttf','('),(22486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/mCok2W9ZHFgB-LY6ITuapfesZW2xOQ-xsNqO47m55DA.ttf','׆oH'),(22487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/riY221k9xwvseUAhNXMjQPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/riY221k9xwvseUAhNXMjQPesZW2xOQ-xsNqO47m55DA.ttf','	'),(22489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/riY221k9xwvseUAhNXMjQPesZW2xOQ-xsNqO47m55DA.ttf','('),(22490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rokkitt/v12/riY221k9xwvseUAhNXMjQPesZW2xOQ-xsNqO47m55DA.ttf','7?y'),(22491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/romanesco/v6/2udIjUrpK_CPzYSxRVzD4Q.ttf','}ʠ'),(22492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/romanesco/v6/2udIjUrpK_CPzYSxRVzD4Q.ttf','͙0'),(22493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/romanesco/v6/2udIjUrpK_CPzYSxRVzD4Q.ttf','('),(22494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/romanesco/v6/2udIjUrpK_CPzYSxRVzD4Q.ttf','T'),(22495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/Gba7ZzVBuhg6nX_AoSwlkQ.ttf','}ʠ'),(22496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/Gba7ZzVBuhg6nX_AoSwlkQ.ttf','զ'),(22497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/Gba7ZzVBuhg6nX_AoSwlkQ.ttf','('),(22498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/Gba7ZzVBuhg6nX_AoSwlkQ.ttf','A\r'),(22499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf','\n3'),(22501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf','('),(22502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ropasans/v7/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf',''),(22503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/bL-cEh8dXtDupB2WccA2LA.ttf','}ʠ'),(22504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/bL-cEh8dXtDupB2WccA2LA.ttf','O/'),(22505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/bL-cEh8dXtDupB2WccA2LA.ttf','('),(22506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/bL-cEh8dXtDupB2WccA2LA.ttf','F1'),(22507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/pkflNy18HEuVVx4EOjeb_Q.ttf','}ʠ'),(22508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/pkflNy18HEuVVx4EOjeb_Q.ttf','(2'),(22509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/pkflNy18HEuVVx4EOjeb_Q.ttf','('),(22510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/pkflNy18HEuVVx4EOjeb_Q.ttf','|5'),(22511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf',''),(22513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf','('),(22514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf','b+'),(22515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf',''),(22517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf','('),(22518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosario/v12/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf','D\Z;'),(22519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/EmPiINK0qyqc7KSsNjJamA.ttf','}ʠ'),(22520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/EmPiINK0qyqc7KSsNjJamA.ttf','oZ1'),(22521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/EmPiINK0qyqc7KSsNjJamA.ttf','('),(22522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/EmPiINK0qyqc7KSsNjJamA.ttf',''),(22523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf','	 '),(22525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf','('),(22526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rosarivo/v5/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf',''),(22527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rougescript/v6/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rougescript/v6/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf','!\Z$'),(22529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rougescript/v6/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf','('),(22530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rougescript/v6/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf','z/'),(22531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rozhaone/v4/PyrMHQ6lucEIxwKmhqsX8A.ttf','}ʠ'),(22532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rozhaone/v4/PyrMHQ6lucEIxwKmhqsX8A.ttf','@q\"'),(22533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rozhaone/v4/PyrMHQ6lucEIxwKmhqsX8A.ttf','('),(22534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rozhaone/v4/PyrMHQ6lucEIxwKmhqsX8A.ttf','>'),(22535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/o1vXYO8YwDpErHEAPAxpOg.ttf','}ʠ'),(22536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/o1vXYO8YwDpErHEAPAxpOg.ttf','P'),(22537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/o1vXYO8YwDpErHEAPAxpOg.ttf','('),(22538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/o1vXYO8YwDpErHEAPAxpOg.ttf',''),(22539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf','L)'),(22541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf','('),(22542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf','|'),(22543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/4sMyW_teKWHB3K8Hm-Il6A.ttf','}ʠ'),(22544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/4sMyW_teKWHB3K8Hm-Il6A.ttf','ƫ&'),(22545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/4sMyW_teKWHB3K8Hm-Il6A.ttf','('),(22546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/4sMyW_teKWHB3K8Hm-Il6A.ttf','Np='),(22547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/elD65ddI0qvNcCh42b1Iqg.ttf','}ʠ'),(22548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/elD65ddI0qvNcCh42b1Iqg.ttf','Y'),(22549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/elD65ddI0qvNcCh42b1Iqg.ttf','('),(22550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/elD65ddI0qvNcCh42b1Iqg.ttf','\'N'),(22551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/D4HihERG27s-BJrQ4dvkbw.ttf','}ʠ'),(22552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/D4HihERG27s-BJrQ4dvkbw.ttf','׋z'),(22553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/D4HihERG27s-BJrQ4dvkbw.ttf','('),(22554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/D4HihERG27s-BJrQ4dvkbw.ttf',''),(22555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf',' '),(22557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf','('),(22558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf',';'),(22559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/m1GGHcpLe6Mb0_sAyjXE4g.ttf','}ʠ'),(22560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/m1GGHcpLe6Mb0_sAyjXE4g.ttf','@4'),(22561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/m1GGHcpLe6Mb0_sAyjXE4g.ttf','('),(22562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/m1GGHcpLe6Mb0_sAyjXE4g.ttf','8'),(22563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf','/{'),(22565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf','('),(22566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf',''),(22567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/mOHfPRl5uP4vw7-5-dbnng.ttf','}ʠ'),(22568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/mOHfPRl5uP4vw7-5-dbnng.ttf','n'),(22569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/mOHfPRl5uP4vw7-5-dbnng.ttf','('),(22570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/mOHfPRl5uP4vw7-5-dbnng.ttf','?'),(22571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf','s'),(22573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf','('),(22574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubik/v7/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf','\''),(22575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubikmonoone/v6/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf','}ʠ'),(22576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubikmonoone/v6/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf','+I'),(22577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubikmonoone/v6/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf','('),(22578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rubikmonoone/v6/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf','<-^'),(22579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/jPEIPB7DM2DNK_uBGv2HGw.ttf','}ʠ'),(22580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/jPEIPB7DM2DNK_uBGv2HGw.ttf','*\''),(22581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/jPEIPB7DM2DNK_uBGv2HGw.ttf','('),(22582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/jPEIPB7DM2DNK_uBGv2HGw.ttf','?+'),(22583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/JABOu1SYOHcGXVejUq4w6g.ttf','}ʠ'),(22584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/JABOu1SYOHcGXVejUq4w6g.ttf','}['),(22585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/JABOu1SYOHcGXVejUq4w6g.ttf','('),(22586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/JABOu1SYOHcGXVejUq4w6g.ttf','K'),(22587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/Uzusv-enCjoIrznlJJaBRw.ttf','}ʠ'),(22588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/Uzusv-enCjoIrznlJJaBRw.ttf','H_'),(22589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/Uzusv-enCjoIrznlJJaBRw.ttf','('),(22590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruda/v9/Uzusv-enCjoIrznlJJaBRw.ttf','z\"\0'),(22591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/s9IFr_fIemiohfZS-ZRDbQ.ttf','}ʠ'),(22592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/s9IFr_fIemiohfZS-ZRDbQ.ttf','B'),(22593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/s9IFr_fIemiohfZS-ZRDbQ.ttf','('),(22594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/s9IFr_fIemiohfZS-ZRDbQ.ttf','+:x'),(22595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/D0RUjXFr55y4MVZY2Ww_RA.ttf','}ʠ'),(22596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/D0RUjXFr55y4MVZY2Ww_RA.ttf','i'),(22597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/D0RUjXFr55y4MVZY2Ww_RA.ttf','('),(22598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rufina/v5/D0RUjXFr55y4MVZY2Ww_RA.ttf','Z'),(22599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rugeboogie/v8/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rugeboogie/v8/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf','HL'),(22601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rugeboogie/v8/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf','('),(22602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rugeboogie/v8/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf','CLB'),(22603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruluko/v5/lv4cMwJtrx_dzmlK5SDc1g.ttf','}ʠ'),(22604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruluko/v5/lv4cMwJtrx_dzmlK5SDc1g.ttf','W[7R'),(22605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruluko/v5/lv4cMwJtrx_dzmlK5SDc1g.ttf','('),(22606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruluko/v5/lv4cMwJtrx_dzmlK5SDc1g.ttf',')'),(22607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rumraisin/v5/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rumraisin/v5/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf','I'),(22609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rumraisin/v5/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf','('),(22610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rumraisin/v5/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf','X{'),(22611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruslandisplay/v8/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf','}ʠ'),(22612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruslandisplay/v8/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf','ء\"'),(22613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruslandisplay/v8/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf','('),(22614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruslandisplay/v8/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf',''),(22615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/russoone/v6/zfwxZ--UhUc7FVfgT21PRQ.ttf','}ʠ'),(22616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/russoone/v6/zfwxZ--UhUc7FVfgT21PRQ.ttf','ί'),(22617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/russoone/v6/zfwxZ--UhUc7FVfgT21PRQ.ttf','('),(22618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/russoone/v6/zfwxZ--UhUc7FVfgT21PRQ.ttf','T'),(22619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruthie/v7/vJ2LorukHSbWYoEs5juivg.ttf','}ʠ'),(22620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruthie/v7/vJ2LorukHSbWYoEs5juivg.ttf','%݅'),(22621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruthie/v7/vJ2LorukHSbWYoEs5juivg.ttf','('),(22622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ruthie/v7/vJ2LorukHSbWYoEs5juivg.ttf','m;J'),(22623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rye/v5/VUrJlpPpSZxspl3w_yNOrQ.ttf','}ʠ'),(22624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rye/v5/VUrJlpPpSZxspl3w_yNOrQ.ttf','0\\'),(22625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rye/v5/VUrJlpPpSZxspl3w_yNOrQ.ttf','('),(22626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/rye/v5/VUrJlpPpSZxspl3w_yNOrQ.ttf','ݔ>'),(22627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sacramento/v5/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sacramento/v5/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf','_ V'),(22629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sacramento/v5/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf','('),(22630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sacramento/v5/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf','}'),(22631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/wQWULcDbZqljdTfjOUtDvw.ttf','}ʠ'),(22632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/wQWULcDbZqljdTfjOUtDvw.ttf','rW'),(22633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/wQWULcDbZqljdTfjOUtDvw.ttf','('),(22634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/wQWULcDbZqljdTfjOUtDvw.ttf','4'),(22635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf',''),(22637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf','('),(22638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sahitya/v2/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf','\rt'),(22639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sail/v8/iuEoG6kt-bePGvtdpL0GUQ.ttf','}ʠ'),(22640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sail/v8/iuEoG6kt-bePGvtdpL0GUQ.ttf','D'),(22641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sail/v8/iuEoG6kt-bePGvtdpL0GUQ.ttf','('),(22642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sail/v8/iuEoG6kt-bePGvtdpL0GUQ.ttf','X)'),(22643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Ozk8do2fTcpbNH9fymkZGg.ttf','}ʠ'),(22644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Ozk8do2fTcpbNH9fymkZGg.ttf',''),(22645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Ozk8do2fTcpbNH9fymkZGg.ttf','('),(22646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Ozk8do2fTcpbNH9fymkZGg.ttf','4/'),(22647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/IqoIheMFTgcbZXFWbGwENA.ttf','}ʠ'),(22648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/IqoIheMFTgcbZXFWbGwENA.ttf','Lb6'),(22649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/IqoIheMFTgcbZXFWbGwENA.ttf','('),(22650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/IqoIheMFTgcbZXFWbGwENA.ttf','ɭQ'),(22651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/ANavK9Yw1m9jo7r6xy-MSg.ttf','}ʠ'),(22652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/ANavK9Yw1m9jo7r6xy-MSg.ttf','4k'),(22653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/ANavK9Yw1m9jo7r6xy-MSg.ttf','('),(22654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/ANavK9Yw1m9jo7r6xy-MSg.ttf','B\0'),(22655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Xscf3I_Twe9a3mnmbLi5XQ.ttf','}ʠ'),(22656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Xscf3I_Twe9a3mnmbLi5XQ.ttf',''),(22657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Xscf3I_Twe9a3mnmbLi5XQ.ttf','('),(22658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Xscf3I_Twe9a3mnmbLi5XQ.ttf','Am*'),(22659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/8JTYqpjvzQP3oTjzUn8w7Q.ttf','}ʠ'),(22660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/8JTYqpjvzQP3oTjzUn8w7Q.ttf','u'),(22661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/8JTYqpjvzQP3oTjzUn8w7Q.ttf','('),(22662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/8JTYqpjvzQP3oTjzUn8w7Q.ttf','$˫'),(22663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/7TS8zxqrCaFpOEscLh1xXg.ttf','}ʠ'),(22664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/7TS8zxqrCaFpOEscLh1xXg.ttf','\0'),(22665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/7TS8zxqrCaFpOEscLh1xXg.ttf','('),(22666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/7TS8zxqrCaFpOEscLh1xXg.ttf',',_$'),(22667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Vmcd_0w8o16ONteEu2UzSw.ttf','}ʠ'),(22668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Vmcd_0w8o16ONteEu2UzSw.ttf','H'),(22669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Vmcd_0w8o16ONteEu2UzSw.ttf','('),(22670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/Vmcd_0w8o16ONteEu2UzSw.ttf',')'),(22671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/R-CIR5SYaB7pZZbF4KBcmg.ttf','}ʠ'),(22672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/R-CIR5SYaB7pZZbF4KBcmg.ttf',':'),(22673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/R-CIR5SYaB7pZZbF4KBcmg.ttf','('),(22674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/R-CIR5SYaB7pZZbF4KBcmg.ttf','JLQ'),(22675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/NkJ3cJqxlFuVNRn8L9vVsg.ttf','}ʠ'),(22676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/NkJ3cJqxlFuVNRn8L9vVsg.ttf',''),(22677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/NkJ3cJqxlFuVNRn8L9vVsg.ttf','('),(22678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/saira/v2/NkJ3cJqxlFuVNRn8L9vVsg.ttf',''),(22679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/g6ZiOTAus3rTCuLbft-lrhQ4ZQgT5IY6T956D4i2DOg.ttf','}ʠ'),(22680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/g6ZiOTAus3rTCuLbft-lrhQ4ZQgT5IY6T956D4i2DOg.ttf','H'),(22681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/g6ZiOTAus3rTCuLbft-lrhQ4ZQgT5IY6T956D4i2DOg.ttf','('),(22682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/g6ZiOTAus3rTCuLbft-lrhQ4ZQgT5IY6T956D4i2DOg.ttf','d8\Z'),(22683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-t_1mjc__NNUUqnuBhyrdnQ.ttf','}ʠ'),(22684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-t_1mjc__NNUUqnuBhyrdnQ.ttf','O'),(22685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-t_1mjc__NNUUqnuBhyrdnQ.ttf','('),(22686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-t_1mjc__NNUUqnuBhyrdnQ.ttf','ӕv'),(22687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mOGg88i8doN2x6-0_j_XSs.ttf','}ʠ'),(22688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mOGg88i8doN2x6-0_j_XSs.ttf','j'),(22689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mOGg88i8doN2x6-0_j_XSs.ttf','('),(22690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mOGg88i8doN2x6-0_j_XSs.ttf','L@/'),(22691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/RzMaXT8ujYB0FpOoZJ_AtSQPsWWoiv__AzYJ9Zzn9II.ttf','}ʠ'),(22692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/RzMaXT8ujYB0FpOoZJ_AtSQPsWWoiv__AzYJ9Zzn9II.ttf','?{aE'),(22693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/RzMaXT8ujYB0FpOoZJ_AtSQPsWWoiv__AzYJ9Zzn9II.ttf','('),(22694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/RzMaXT8ujYB0FpOoZJ_AtSQPsWWoiv__AzYJ9Zzn9II.ttf','|K\\'),(22695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-gRL_-ABKXdjsJSPT0lc2Bk.ttf','}ʠ'),(22696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-gRL_-ABKXdjsJSPT0lc2Bk.ttf','\Zxa'),(22697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-gRL_-ABKXdjsJSPT0lc2Bk.ttf','('),(22698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-gRL_-ABKXdjsJSPT0lc2Bk.ttf','i$'),(22699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-rS5sSASxc8z4EQTQj7DCAI.ttf','}ʠ'),(22700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-rS5sSASxc8z4EQTQj7DCAI.ttf','ц'),(22701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-rS5sSASxc8z4EQTQj7DCAI.ttf','('),(22702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-rS5sSASxc8z4EQTQj7DCAI.ttf','n$'),(22703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-sAWgzcA047xWLixhLCofl8.ttf','}ʠ'),(22704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-sAWgzcA047xWLixhLCofl8.ttf','0o'),(22705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-sAWgzcA047xWLixhLCofl8.ttf','('),(22706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-sAWgzcA047xWLixhLCofl8.ttf','a\"E'),(22707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-hVl4JojgVAnfiwswP7KrtY.ttf','}ʠ'),(22708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-hVl4JojgVAnfiwswP7KrtY.ttf','E'),(22709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-hVl4JojgVAnfiwswP7KrtY.ttf','('),(22710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-hVl4JojgVAnfiwswP7KrtY.ttf','إ~'),(22711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mCsDIq3El29Rd5VD3daJ_M.ttf','}ʠ'),(22712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mCsDIq3El29Rd5VD3daJ_M.ttf','eP'),(22713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mCsDIq3El29Rd5VD3daJ_M.ttf','('),(22714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairacondensed/v3/iBnVn24meOdNw5Ie3y-w-mCsDIq3El29Rd5VD3daJ_M.ttf','鐋'),(22715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/fW6xdUWepu0r8HZYLdXhdSi7tdGxScTr3oVgcrTUqWw.ttf','}ʠ'),(22716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/fW6xdUWepu0r8HZYLdXhdSi7tdGxScTr3oVgcrTUqWw.ttf','#~'),(22717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/fW6xdUWepu0r8HZYLdXhdSi7tdGxScTr3oVgcrTUqWw.ttf','('),(22718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/fW6xdUWepu0r8HZYLdXhdSi7tdGxScTr3oVgcrTUqWw.ttf','dEE'),(22719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa1IHoFZjDq9yl49NJ3Y0wY.ttf','}ʠ'),(22720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa1IHoFZjDq9yl49NJ3Y0wY.ttf','Xm'),(22721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa1IHoFZjDq9yl49NJ3Y0wY.ttf','('),(22722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa1IHoFZjDq9yl49NJ3Y0wY.ttf','\r,'),(22723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfeZroXgFx_lT3TTeDaAqrWE.ttf','}ʠ'),(22724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfeZroXgFx_lT3TTeDaAqrWE.ttf','B'),(22725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfeZroXgFx_lT3TTeDaAqrWE.ttf','('),(22726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfeZroXgFx_lT3TTeDaAqrWE.ttf','$,U'),(22727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/3XMbuc1UIdE_Bo4eJ-H3G4elbRYnLTTQA1Z5cVLnsI4.ttf','}ʠ'),(22728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/3XMbuc1UIdE_Bo4eJ-H3G4elbRYnLTTQA1Z5cVLnsI4.ttf','tD'),(22729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/3XMbuc1UIdE_Bo4eJ-H3G4elbRYnLTTQA1Z5cVLnsI4.ttf','('),(22730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/3XMbuc1UIdE_Bo4eJ-H3G4elbRYnLTTQA1Z5cVLnsI4.ttf','>pb'),(22731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa4Ixr3FMLIaz6yY1ILODIU.ttf','}ʠ'),(22732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa4Ixr3FMLIaz6yY1ILODIU.ttf',''),(22733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa4Ixr3FMLIaz6yY1ILODIU.ttf','('),(22734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfa4Ixr3FMLIaz6yY1ILODIU.ttf','#'),(22735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfcMHImBNo4aGUuMCjGiDijI.ttf','}ʠ'),(22736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfcMHImBNo4aGUuMCjGiDijI.ttf',''),(22737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfcMHImBNo4aGUuMCjGiDijI.ttf','('),(22738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfcMHImBNo4aGUuMCjGiDijI.ttf','o'),(22739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfbGMx7y0UuyPIsLqSMg46Ks.ttf','}ʠ'),(22740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfbGMx7y0UuyPIsLqSMg46Ks.ttf',''),(22741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfbGMx7y0UuyPIsLqSMg46Ks.ttf','('),(22742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfbGMx7y0UuyPIsLqSMg46Ks.ttf','M;'),(22743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwff3VPWKD9LjLpSGgTAgUUIc.ttf','}ʠ'),(22744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwff3VPWKD9LjLpSGgTAgUUIc.ttf','%M'),(22745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwff3VPWKD9LjLpSGgTAgUUIc.ttf','('),(22746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwff3VPWKD9LjLpSGgTAgUUIc.ttf','MAz'),(22747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfb3y6LE9HhLx9tlnlwi3OAw.ttf','}ʠ'),(22748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfb3y6LE9HhLx9tlnlwi3OAw.ttf','8@5'),(22749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfb3y6LE9HhLx9tlnlwi3OAw.ttf','('),(22750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairaextracondensed/v3/XVu3ZHO65MpX5FDLl4hwfb3y6LE9HhLx9tlnlwi3OAw.ttf','\Z'),(22751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/W0qqtuwvTyZEzthCisMvJNpUFoAgdo3N6uMK4qBKl14.ttf','}ʠ'),(22752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/W0qqtuwvTyZEzthCisMvJNpUFoAgdo3N6uMK4qBKl14.ttf','`42'),(22753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/W0qqtuwvTyZEzthCisMvJNpUFoAgdo3N6uMK4qBKl14.ttf','('),(22754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/W0qqtuwvTyZEzthCisMvJNpUFoAgdo3N6uMK4qBKl14.ttf','S='),(22755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZXmwZH8Mj4a8GCt9BVpguoM.ttf','}ʠ'),(22756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZXmwZH8Mj4a8GCt9BVpguoM.ttf','c!'),(22757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZXmwZH8Mj4a8GCt9BVpguoM.ttf','('),(22758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZXmwZH8Mj4a8GCt9BVpguoM.ttf',''),(22759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZf41r7gBuORyHypyaMk5V7M.ttf','}ʠ'),(22760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZf41r7gBuORyHypyaMk5V7M.ttf','{:r'),(22761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZf41r7gBuORyHypyaMk5V7M.ttf','('),(22762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZf41r7gBuORyHypyaMk5V7M.ttf','	\'r'),(22763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/E1gvqhdADptsO-uwP-KYOplmjOf-f3WTIBZyrvssS_s.ttf','}ʠ'),(22764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/E1gvqhdADptsO-uwP-KYOplmjOf-f3WTIBZyrvssS_s.ttf','R|'),(22765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/E1gvqhdADptsO-uwP-KYOplmjOf-f3WTIBZyrvssS_s.ttf','('),(22766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/E1gvqhdADptsO-uwP-KYOplmjOf-f3WTIBZyrvssS_s.ttf','Nr'),(22767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZQTR7LyNMQKOmEK2zaPVo7k.ttf','}ʠ'),(22768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZQTR7LyNMQKOmEK2zaPVo7k.ttf','Gcv'),(22769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZQTR7LyNMQKOmEK2zaPVo7k.ttf','('),(22770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZQTR7LyNMQKOmEK2zaPVo7k.ttf','(! '),(22771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZYxOyuVPIqzYlTscMcnFFdw.ttf','}ʠ'),(22772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZYxOyuVPIqzYlTscMcnFFdw.ttf','RS\"'),(22773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZYxOyuVPIqzYlTscMcnFFdw.ttf','('),(22774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZYxOyuVPIqzYlTscMcnFFdw.ttf','(I'),(22775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZVhvgkvS4Vb80oyvTRs3xAw.ttf','}ʠ'),(22776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZVhvgkvS4Vb80oyvTRs3xAw.ttf','@'),(22777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZVhvgkvS4Vb80oyvTRs3xAw.ttf','('),(22778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZVhvgkvS4Vb80oyvTRs3xAw.ttf','&m'),(22779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZbgNSs8Rfv-SK6bauL4DA_k.ttf','}ʠ'),(22780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZbgNSs8Rfv-SK6bauL4DA_k.ttf','-'),(22781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZbgNSs8Rfv-SK6bauL4DA_k.ttf','('),(22782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZbgNSs8Rfv-SK6bauL4DA_k.ttf','Ơ<a'),(22783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZftJ9g8-32R6gX5VB508ZS0.ttf','}ʠ'),(22784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZftJ9g8-32R6gX5VB508ZS0.ttf','r'),(22785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZftJ9g8-32R6gX5VB508ZS0.ttf','('),(22786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZftJ9g8-32R6gX5VB508ZS0.ttf','I'),(22787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/salsa/v7/BnpUCBmYdvggScEPs5JbpA.ttf','}ʠ'),(22788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/salsa/v7/BnpUCBmYdvggScEPs5JbpA.ttf','\"WΟ'),(22789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/salsa/v7/BnpUCBmYdvggScEPs5JbpA.ttf','('),(22790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/salsa/v7/BnpUCBmYdvggScEPs5JbpA.ttf','u+'),(22791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/BEL8ao-E2LJ5eHPLB2UAiw.ttf','}ʠ'),(22792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/BEL8ao-E2LJ5eHPLB2UAiw.ttf','Z\"'),(22793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/BEL8ao-E2LJ5eHPLB2UAiw.ttf','('),(22794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/BEL8ao-E2LJ5eHPLB2UAiw.ttf','=ߎ'),(22795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/iSrhkWLexUZzDeNxNEHtzA.ttf','}ʠ'),(22796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/iSrhkWLexUZzDeNxNEHtzA.ttf','d!'),(22797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/iSrhkWLexUZzDeNxNEHtzA.ttf','('),(22798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sanchez/v5/iSrhkWLexUZzDeNxNEHtzA.ttf','\nb'),(22799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sancreek/v8/8ZacBMraWMvHly4IJI3esw.ttf','}ʠ'),(22800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sancreek/v8/8ZacBMraWMvHly4IJI3esw.ttf','I'),(22801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sancreek/v8/8ZacBMraWMvHly4IJI3esw.ttf','('),(22802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sancreek/v8/8ZacBMraWMvHly4IJI3esw.ttf',']A'),(22803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/ey9oYobmakEwtEciY0G5Mg.ttf','}ʠ'),(22804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/ey9oYobmakEwtEciY0G5Mg.ttf','K'),(22805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/ey9oYobmakEwtEciY0G5Mg.ttf','('),(22806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/ey9oYobmakEwtEciY0G5Mg.ttf','~\Z'),(22807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/UkWzQlyaYvMqX8-kX9fI1A.ttf','}ʠ'),(22808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/UkWzQlyaYvMqX8-kX9fI1A.ttf','S!'),(22809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/UkWzQlyaYvMqX8-kX9fI1A.ttf','('),(22810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/UkWzQlyaYvMqX8-kX9fI1A.ttf','O\''),(22811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/q9hPUXq37zR3BVunMJi2HfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/q9hPUXq37zR3BVunMJi2HfesZW2xOQ-xsNqO47m55DA.ttf','\09'),(22813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/q9hPUXq37zR3BVunMJi2HfesZW2xOQ-xsNqO47m55DA.ttf','('),(22814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/q9hPUXq37zR3BVunMJi2HfesZW2xOQ-xsNqO47m55DA.ttf',''),(22815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/Izkki8H_L5Nxxk6vpKrxXS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/Izkki8H_L5Nxxk6vpKrxXS3USBnSvpkopQaUR-2r7iU.ttf','uM'),(22817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/Izkki8H_L5Nxxk6vpKrxXS3USBnSvpkopQaUR-2r7iU.ttf','('),(22818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/Izkki8H_L5Nxxk6vpKrxXS3USBnSvpkopQaUR-2r7iU.ttf','Aa'),(22819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/vOIsA3n-LuVE_PeoZ3aSFfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/vOIsA3n-LuVE_PeoZ3aSFfesZW2xOQ-xsNqO47m55DA.ttf','ƌ4d'),(22821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/vOIsA3n-LuVE_PeoZ3aSFfesZW2xOQ-xsNqO47m55DA.ttf','('),(22822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/vOIsA3n-LuVE_PeoZ3aSFfesZW2xOQ-xsNqO47m55DA.ttf','JI'),(22823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/4OvihNMj_b3nyu4KlgNNVS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/4OvihNMj_b3nyu4KlgNNVS3USBnSvpkopQaUR-2r7iU.ttf','YѲ'),(22825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/4OvihNMj_b3nyu4KlgNNVS3USBnSvpkopQaUR-2r7iU.ttf','('),(22826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/4OvihNMj_b3nyu4KlgNNVS3USBnSvpkopQaUR-2r7iU.ttf','p#<\0'),(22827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/lwgTmJASMyrLsXnTfRSt7fesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/lwgTmJASMyrLsXnTfRSt7fesZW2xOQ-xsNqO47m55DA.ttf',''),(22829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/lwgTmJASMyrLsXnTfRSt7fesZW2xOQ-xsNqO47m55DA.ttf','('),(22830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/lwgTmJASMyrLsXnTfRSt7fesZW2xOQ-xsNqO47m55DA.ttf','\\a'),(22831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/JTPHz0Wyy3AImmVqi8CQTy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/JTPHz0Wyy3AImmVqi8CQTy3USBnSvpkopQaUR-2r7iU.ttf','r'),(22833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/JTPHz0Wyy3AImmVqi8CQTy3USBnSvpkopQaUR-2r7iU.ttf','('),(22834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sansita/v2/JTPHz0Wyy3AImmVqi8CQTy3USBnSvpkopQaUR-2r7iU.ttf','AHf'),(22835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/ohip9lixCHoBab7hTtgLnw.ttf','}ʠ'),(22836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/ohip9lixCHoBab7hTtgLnw.ttf','m'),(22837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/ohip9lixCHoBab7hTtgLnw.ttf','('),(22838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/ohip9lixCHoBab7hTtgLnw.ttf','G>'),(22839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/hpc9cz8KYsazwq2In_oJYw.ttf','}ʠ'),(22840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/hpc9cz8KYsazwq2In_oJYw.ttf',''),(22841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/hpc9cz8KYsazwq2In_oJYw.ttf','('),(22842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarala/v2/hpc9cz8KYsazwq2In_oJYw.ttf','o<'),(22843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarina/v6/XYtRfaSknHIU3NHdfTdXoQ.ttf','}ʠ'),(22844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarina/v6/XYtRfaSknHIU3NHdfTdXoQ.ttf','\"'),(22845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarina/v6/XYtRfaSknHIU3NHdfTdXoQ.ttf','('),(22846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarina/v6/XYtRfaSknHIU3NHdfTdXoQ.ttf','p'),(22847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/YMBZdT27b6O5a1DADbAGSg.ttf','}ʠ'),(22848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/YMBZdT27b6O5a1DADbAGSg.ttf',''),(22849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/YMBZdT27b6O5a1DADbAGSg.ttf','('),(22850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/YMBZdT27b6O5a1DADbAGSg.ttf',''),(22851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf','bA'),(22853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf','('),(22854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf','1'),(22855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf','I'),(22857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf','('),(22858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf',''),(22859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf',''),(22861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf','('),(22862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf','2x'),(22863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf','lX'),(22865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf','('),(22866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf','`1'),(22867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf','	h\re'),(22869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf','('),(22870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sarpanch/v3/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf','	e'),(22871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/satisfy/v8/PRlyepkd-JCGHiN8e9WV2w.ttf','}ʠ'),(22872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/satisfy/v8/PRlyepkd-JCGHiN8e9WV2w.ttf','8'),(22873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/satisfy/v8/PRlyepkd-JCGHiN8e9WV2w.ttf','('),(22874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/satisfy/v8/PRlyepkd-JCGHiN8e9WV2w.ttf','$>'),(22875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/iZNC3ZEYwe3je6H-28d5Ug.ttf','}ʠ'),(22876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/iZNC3ZEYwe3je6H-28d5Ug.ttf',':K'),(22877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/iZNC3ZEYwe3je6H-28d5Ug.ttf','('),(22878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/iZNC3ZEYwe3je6H-28d5Ug.ttf','܊'),(22879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/PCGyLT1qNawkOUQ3uHFhBw.ttf','}ʠ'),(22880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/PCGyLT1qNawkOUQ3uHFhBw.ttf','X'),(22881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/PCGyLT1qNawkOUQ3uHFhBw.ttf','('),(22882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/PCGyLT1qNawkOUQ3uHFhBw.ttf',''),(22883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/t6XNWdMdVWUz93EuRVmifQ.ttf','}ʠ'),(22884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/t6XNWdMdVWUz93EuRVmifQ.ttf','%}'),(22885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/t6XNWdMdVWUz93EuRVmifQ.ttf','('),(22886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/t6XNWdMdVWUz93EuRVmifQ.ttf','ce'),(22887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf','Tf'),(22889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf','('),(22890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scada/v6/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf','v|?'),(22891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf','!'),(22893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf','('),(22894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf','%)'),(22895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(22896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf','	;t'),(22897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf','('),(22898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scheherazade/v13/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf','uφ_'),(22899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/schoolbell/v8/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/schoolbell/v8/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf','\Z!'),(22901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/schoolbell/v8/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf','('),(22902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/schoolbell/v8/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf','{N6'),(22903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scopeone/v3/ge7dY8Yht-n7_1cLHtoT3w.ttf','}ʠ'),(22904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scopeone/v3/ge7dY8Yht-n7_1cLHtoT3w.ttf',''),(22905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scopeone/v3/ge7dY8Yht-n7_1cLHtoT3w.ttf','('),(22906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/scopeone/v3/ge7dY8Yht-n7_1cLHtoT3w.ttf','$'),(22907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seaweedscript/v5/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf','}ʠ'),(22908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seaweedscript/v5/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf','\'\"2'),(22909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seaweedscript/v5/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf','('),(22910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seaweedscript/v5/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf','m'),(22911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/secularone/v2/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/secularone/v2/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf','S'),(22913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/secularone/v2/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf','('),(22914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/secularone/v2/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf','b'),(22915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickave/v3/pbgmsWX_2A5V-qqzaczoEy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(22916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickave/v3/pbgmsWX_2A5V-qqzaczoEy3USBnSvpkopQaUR-2r7iU.ttf',',e'),(22917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickave/v3/pbgmsWX_2A5V-qqzaczoEy3USBnSvpkopQaUR-2r7iU.ttf','('),(22918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickave/v3/pbgmsWX_2A5V-qqzaczoEy3USBnSvpkopQaUR-2r7iU.ttf','a'),(22919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickavedisplay/v3/_2bQpgd1Hl3UOD3yDrU-cP912kD9slMJGfCNYtCeVl4.ttf','}ʠ'),(22920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickavedisplay/v3/_2bQpgd1Hl3UOD3yDrU-cP912kD9slMJGfCNYtCeVl4.ttf','A'),(22921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickavedisplay/v3/_2bQpgd1Hl3UOD3yDrU-cP912kD9slMJGfCNYtCeVl4.ttf','('),(22922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sedgwickavedisplay/v3/_2bQpgd1Hl3UOD3yDrU-cP912kD9slMJGfCNYtCeVl4.ttf','n'),(22923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sevillana/v5/6m1Nh35oP7YEt00U80Smiw.ttf','}ʠ'),(22924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sevillana/v5/6m1Nh35oP7YEt00U80Smiw.ttf','YTk'),(22925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sevillana/v5/6m1Nh35oP7YEt00U80Smiw.ttf','('),(22926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sevillana/v5/6m1Nh35oP7YEt00U80Smiw.ttf','D;'),(22927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seymourone/v5/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seymourone/v5/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf','_}1'),(22929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seymourone/v5/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf','('),(22930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/seymourone/v5/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf','+'),(22931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolight/v7/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf','}ʠ'),(22932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolight/v7/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf','މg'),(22933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolight/v7/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf','('),(22934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolight/v7/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf','%\r'),(22935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolighttwo/v5/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf','}ʠ'),(22936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolighttwo/v5/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf','C'),(22937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolighttwo/v5/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf','('),(22938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shadowsintolighttwo/v5/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf','Z'),(22939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shanti/v9/lc4nG_JG6Q-2FQSOMMhb_w.ttf','}ʠ'),(22940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shanti/v9/lc4nG_JG6Q-2FQSOMMhb_w.ttf','&P'),(22941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shanti/v9/lc4nG_JG6Q-2FQSOMMhb_w.ttf','('),(22942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shanti/v9/lc4nG_JG6Q-2FQSOMMhb_w.ttf','D'),(22943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/1ytD7zSb_-g9I2GG67vmVw.ttf','}ʠ'),(22944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/1ytD7zSb_-g9I2GG67vmVw.ttf',']tm'),(22945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/1ytD7zSb_-g9I2GG67vmVw.ttf','('),(22946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/1ytD7zSb_-g9I2GG67vmVw.ttf','jk'),(22947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/a9YGdQWFRlNJ0zClJVaY3Q.ttf','}ʠ'),(22948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/a9YGdQWFRlNJ0zClJVaY3Q.ttf',''),(22949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/a9YGdQWFRlNJ0zClJVaY3Q.ttf','('),(22950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/a9YGdQWFRlNJ0zClJVaY3Q.ttf','-'),(22951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/XrU8e7a1YKurguyY2azk1Q.ttf','}ʠ'),(22952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/XrU8e7a1YKurguyY2azk1Q.ttf','Xu]'),(22953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/XrU8e7a1YKurguyY2azk1Q.ttf','('),(22954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/XrU8e7a1YKurguyY2azk1Q.ttf','d-'),(22955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf',''),(22957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf','('),(22958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/share/v8/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf','͒p'),(22959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetech/v7/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetech/v7/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf','DS'),(22961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetech/v7/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf','('),(22962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetech/v7/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf','yB n'),(22963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetechmono/v7/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf','}ʠ'),(22964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetechmono/v7/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf','}Q'),(22965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetechmono/v7/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf','('),(22966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sharetechmono/v7/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf','~'),(22967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shojumaru/v5/WP8cxonzQQVAoI3RJQ2wug.ttf','}ʠ'),(22968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shojumaru/v5/WP8cxonzQQVAoI3RJQ2wug.ttf','j'),(22969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shojumaru/v5/WP8cxonzQQVAoI3RJQ2wug.ttf','('),(22970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shojumaru/v5/WP8cxonzQQVAoI3RJQ2wug.ttf',''),(22971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shortstack/v7/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(22972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shortstack/v7/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf','LPZ'),(22973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shortstack/v7/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf','('),(22974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shortstack/v7/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf','ke'),(22975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shrikhand/v3/45jwHiwIDTWCy3Ir85vvKA.ttf','}ʠ'),(22976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shrikhand/v3/45jwHiwIDTWCy3Ir85vvKA.ttf','?'),(22977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shrikhand/v3/45jwHiwIDTWCy3Ir85vvKA.ttf','('),(22978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/shrikhand/v3/45jwHiwIDTWCy3Ir85vvKA.ttf','-'),(22979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/siemreap/v10/JSK-mOIsXwxo-zE9XDDl_g.ttf','}ʠ'),(22980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/siemreap/v10/JSK-mOIsXwxo-zE9XDDl_g.ttf','^n'),(22981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/siemreap/v10/JSK-mOIsXwxo-zE9XDDl_g.ttf','('),(22982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/siemreap/v10/JSK-mOIsXwxo-zE9XDDl_g.ttf','u'),(22983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sigmarone/v8/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sigmarone/v8/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf','	\\z'),(22985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sigmarone/v8/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf','('),(22986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sigmarone/v8/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf','gv'),(22987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf','vM'),(22989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf','('),(22990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf','DP'),(22991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/WvDswbww0oAtvBg2l1L-9w.ttf','}ʠ'),(22992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/WvDswbww0oAtvBg2l1L-9w.ttf','\n'),(22993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/WvDswbww0oAtvBg2l1L-9w.ttf','('),(22994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/WvDswbww0oAtvBg2l1L-9w.ttf','u'),(22995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(22996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf','4'),(22997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf','('),(22998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf',','),(22999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf','gF'),(23001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf','('),(23002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signika/v8/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf','Cʘ'),(23003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf','}ʠ'),(23004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf','&'),(23005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf','('),(23006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf','ݕ^'),(23007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf','}ʠ'),(23008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf','V'),(23009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf','('),(23010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf','\nC'),(23011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf','}ʠ'),(23012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf','=#N:'),(23013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf','('),(23014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf','*'),(23015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf','}ʠ'),(23016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf','h'),(23017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf','('),(23018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/signikanegative/v7/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf',''),(23019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/fN8puNuahBo4EYMQgp12Yg.ttf','}ʠ'),(23020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/fN8puNuahBo4EYMQgp12Yg.ttf',')'),(23021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/fN8puNuahBo4EYMQgp12Yg.ttf','('),(23022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/fN8puNuahBo4EYMQgp12Yg.ttf','jF'),(23023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf','2'),(23025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf','('),(23026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf','l*'),(23027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf','	'),(23029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf','('),(23030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf','W'),(23031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(23032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf','><t'),(23033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf','('),(23034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/simonetta/v7/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf','N'),(23035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/IDhCijoIMev2L6Lg5QsduQ.ttf','}ʠ'),(23036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/IDhCijoIMev2L6Lg5QsduQ.ttf','|+'),(23037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/IDhCijoIMev2L6Lg5QsduQ.ttf','('),(23038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/IDhCijoIMev2L6Lg5QsduQ.ttf',' ݻ'),(23039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf','kE5'),(23041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf','('),(23042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sintony/v5/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf',')'),(23043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sirinstencil/v6/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf','}ʠ'),(23044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sirinstencil/v6/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf',''),(23045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sirinstencil/v6/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf','('),(23046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sirinstencil/v6/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf','2'),(23047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sixcaps/v8/_XeDnO0HOV8Er9u97If1tQ.ttf','}ʠ'),(23048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sixcaps/v8/_XeDnO0HOV8Er9u97If1tQ.ttf',''),(23049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sixcaps/v8/_XeDnO0HOV8Er9u97If1tQ.ttf','('),(23050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sixcaps/v8/_XeDnO0HOV8Er9u97If1tQ.ttf',''),(23051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/jnOLPS0iZmDL7dfWnW3nIw.ttf','}ʠ'),(23052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/jnOLPS0iZmDL7dfWnW3nIw.ttf','c됨'),(23053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/jnOLPS0iZmDL7dfWnW3nIw.ttf','('),(23054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/jnOLPS0iZmDL7dfWnW3nIw.ttf','w`'),(23055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf','J'),(23057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf','('),(23058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/skranji/v5/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf','zQ6'),(23059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo13px/v4/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo13px/v4/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf','ry'),(23061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo13px/v4/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf','('),(23062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo13px/v4/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf','('),(23063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo27px/v4/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo27px/v4/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf','t\r'),(23065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo27px/v4/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf','('),(23066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slabo27px/v4/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf','Qo4'),(23067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slackey/v8/evRIMNhGVCRJvCPv4kteeA.ttf','}ʠ'),(23068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slackey/v8/evRIMNhGVCRJvCPv4kteeA.ttf','23'),(23069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slackey/v8/evRIMNhGVCRJvCPv4kteeA.ttf','('),(23070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/slackey/v8/evRIMNhGVCRJvCPv4kteeA.ttf','[L'),(23071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smokum/v8/8YP4BuAcy97X8WfdKfxVRw.ttf','}ʠ'),(23072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smokum/v8/8YP4BuAcy97X8WfdKfxVRw.ttf',''),(23073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smokum/v8/8YP4BuAcy97X8WfdKfxVRw.ttf','('),(23074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smokum/v8/8YP4BuAcy97X8WfdKfxVRw.ttf','8O'),(23075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smythe/v8/yACD1gy_MpbB9Ft42fUvYw.ttf','}ʠ'),(23076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smythe/v8/yACD1gy_MpbB9Ft42fUvYw.ttf','`}w'),(23077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smythe/v8/yACD1gy_MpbB9Ft42fUvYw.ttf','('),(23078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/smythe/v8/yACD1gy_MpbB9Ft42fUvYw.ttf','\n:\"}'),(23079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/XWhyQLHH4SpCVsHRPRgu9w.ttf','}ʠ'),(23080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/XWhyQLHH4SpCVsHRPRgu9w.ttf','E'),(23081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/XWhyQLHH4SpCVsHRPRgu9w.ttf','('),(23082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/XWhyQLHH4SpCVsHRPRgu9w.ttf',''),(23083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf','+D'),(23085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf','('),(23086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sniglet/v9/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf','E)'),(23087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snippet/v7/eUcYMLq2GtHZovLlQH_9kA.ttf','}ʠ'),(23088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snippet/v7/eUcYMLq2GtHZovLlQH_9kA.ttf','\Z'),(23089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snippet/v7/eUcYMLq2GtHZovLlQH_9kA.ttf','('),(23090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snippet/v7/eUcYMLq2GtHZovLlQH_9kA.ttf','Jn'),(23091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snowburstone/v5/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(23092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snowburstone/v5/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf','(\Z'),(23093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snowburstone/v5/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf','('),(23094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/snowburstone/v5/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf','f%+'),(23095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofadione/v6/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofadione/v6/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf','*R'),(23097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofadione/v6/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf','('),(23098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofadione/v6/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf','1!'),(23099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofia/v6/Imnvx0Ag9r6iDBFUY5_RaQ.ttf','}ʠ'),(23100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofia/v6/Imnvx0Ag9r6iDBFUY5_RaQ.ttf',']a'),(23101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofia/v6/Imnvx0Ag9r6iDBFUY5_RaQ.ttf','('),(23102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sofia/v6/Imnvx0Ag9r6iDBFUY5_RaQ.ttf','Q'),(23103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sonsieone/v6/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sonsieone/v6/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf','3\"'),(23105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sonsieone/v6/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf','('),(23106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sonsieone/v6/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf','(V)'),(23107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf','}ʠ'),(23108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf','; Qk'),(23109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf','('),(23110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf','Re'),(23111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf','}ʠ'),(23112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf','KI'),(23113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf','('),(23114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sortsmillgoudy/v7/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf','1(ސ'),(23115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf','}ʠ'),(23116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf','1!'),(23117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf','('),(23118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf','t'),(23119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf','}ʠ'),(23120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf','?N'),(23121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf','('),(23122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf','ߦt'),(23123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf','}ʠ'),(23124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf','Wt'),(23125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf','('),(23126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf','惲'),(23127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf','}ʠ'),(23128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf','nI'),(23129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf','('),(23130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf','M_'),(23131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf','}ʠ'),(23132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf','dc'),(23133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf','('),(23134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf','.'),(23135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf','}ʠ'),(23136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf','9'),(23137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf','('),(23138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf',',1'),(23139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf','}ʠ'),(23140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf','%u`'),(23141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf','('),(23142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcecodepro/v7/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf',',f'),(23143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf','}ʠ'),(23144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf','y?'),(23145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf','('),(23146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf','&Q'),(23147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf','}ʠ'),(23148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf','ͻQ'),(23149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf','('),(23150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf','8`'),(23151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf','}ʠ'),(23152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf',''),(23153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf','('),(23154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf','y'),(23155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf','}ʠ'),(23156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf','S'),(23157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf','('),(23158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf','\rfu'),(23159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf','}ʠ'),(23160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf',''),(23161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf','('),(23162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf','A1i'),(23163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf','}ʠ'),(23164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf','-Y'),(23165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf','('),(23166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf','l˪'),(23167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf','}ʠ'),(23168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf','B/'),(23169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf','('),(23170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf','wr'),(23171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf','}ʠ'),(23172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf',';'),(23173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf','('),(23174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf','q'),(23175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf','}ʠ'),(23176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf','<L'),(23177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf','('),(23178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf','R'),(23179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf','}ʠ'),(23180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf','j}'),(23181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf','('),(23182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf','Q%T'),(23183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf','}ʠ'),(23184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf','W,'),(23185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf','('),(23186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf',')'),(23187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf','}ʠ'),(23188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf','6'),(23189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf','('),(23190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourcesanspro/v11/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf','ZQ^'),(23191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf','}ʠ'),(23192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf','x'),(23193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf','('),(23194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf',''),(23195,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf','}ʠ'),(23196,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf',';Q['),(23197,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf','('),(23198,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf','‘'),(23199,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf','}ʠ'),(23200,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf','W;'),(23201,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf','('),(23202,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sourceserifpro/v5/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf','z2'),(23203,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23204,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf','݀'),(23205,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf','('),(23206,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf','*_'),(23207,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23208,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf',''),(23209,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf','('),(23210,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf','BG'),(23211,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(23212,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf','^\''),(23213,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf','('),(23214,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf','hT'),(23215,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(23216,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf','Vv'),(23217,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf','('),(23218,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spacemono/v2/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf','k'),(23219,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/specialelite/v8/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf','}ʠ'),(23220,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/specialelite/v8/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf','}'),(23221,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/specialelite/v8/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf','('),(23222,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/specialelite/v8/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf','7S('),(23223,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/RPsjutNSGdCMO0uTaGNKAaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23224,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/RPsjutNSGdCMO0uTaGNKAaCWcynf_cDxXwCLxiixG1c.ttf','8d'),(23225,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/RPsjutNSGdCMO0uTaGNKAaCWcynf_cDxXwCLxiixG1c.ttf','('),(23226,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/RPsjutNSGdCMO0uTaGNKAaCWcynf_cDxXwCLxiixG1c.ttf','Ez'),(23227,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iTACFYcWCBGY-0cRjdYs3meudeTO44zf-ht3k-KNzwg.ttf','}ʠ'),(23228,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iTACFYcWCBGY-0cRjdYs3meudeTO44zf-ht3k-KNzwg.ttf','%'),(23229,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iTACFYcWCBGY-0cRjdYs3meudeTO44zf-ht3k-KNzwg.ttf','('),(23230,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iTACFYcWCBGY-0cRjdYs3meudeTO44zf-ht3k-KNzwg.ttf',''),(23231,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/EUVu_t3TbuiAmr-6bAqTvaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23232,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/EUVu_t3TbuiAmr-6bAqTvaCWcynf_cDxXwCLxiixG1c.ttf','Vz'),(23233,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/EUVu_t3TbuiAmr-6bAqTvaCWcynf_cDxXwCLxiixG1c.ttf','('),(23234,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/EUVu_t3TbuiAmr-6bAqTvaCWcynf_cDxXwCLxiixG1c.ttf','k'),(23235,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/gXmD0bm_WQVxhEdjIN6xlEeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(23236,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/gXmD0bm_WQVxhEdjIN6xlEeOrDcLawS7-ssYqLr2Xp4.ttf','x'),(23237,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/gXmD0bm_WQVxhEdjIN6xlEeOrDcLawS7-ssYqLr2Xp4.ttf','('),(23238,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/gXmD0bm_WQVxhEdjIN6xlEeOrDcLawS7-ssYqLr2Xp4.ttf','̴'),(23239,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iBj67vddkZHOY5CJLE9SnA.ttf','}ʠ'),(23240,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iBj67vddkZHOY5CJLE9SnA.ttf','m!'),(23241,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iBj67vddkZHOY5CJLE9SnA.ttf','('),(23242,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/iBj67vddkZHOY5CJLE9SnA.ttf','ς'),(23243,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/lQA62MkEULvXDckLFYyk-vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23244,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/lQA62MkEULvXDckLFYyk-vesZW2xOQ-xsNqO47m55DA.ttf','1]'),(23245,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/lQA62MkEULvXDckLFYyk-vesZW2xOQ-xsNqO47m55DA.ttf','('),(23246,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/lQA62MkEULvXDckLFYyk-vesZW2xOQ-xsNqO47m55DA.ttf','ngG'),(23247,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/KuRhuOjLr-dCVlaHBMOF96CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23248,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/KuRhuOjLr-dCVlaHBMOF96CWcynf_cDxXwCLxiixG1c.ttf','bv'),(23249,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/KuRhuOjLr-dCVlaHBMOF96CWcynf_cDxXwCLxiixG1c.ttf','('),(23250,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/KuRhuOjLr-dCVlaHBMOF96CWcynf_cDxXwCLxiixG1c.ttf',''),(23251,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/hUloM7YPsU02LWYFA7w1x5p-63r6doWhTEbsfBIRJ7A.ttf','}ʠ'),(23252,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/hUloM7YPsU02LWYFA7w1x5p-63r6doWhTEbsfBIRJ7A.ttf',''),(23253,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/hUloM7YPsU02LWYFA7w1x5p-63r6doWhTEbsfBIRJ7A.ttf','('),(23254,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/hUloM7YPsU02LWYFA7w1x5p-63r6doWhTEbsfBIRJ7A.ttf','+'),(23255,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/OSDAbiOpLs0hkOIFx2oUZKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23256,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/OSDAbiOpLs0hkOIFx2oUZKCWcynf_cDxXwCLxiixG1c.ttf','}'),(23257,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/OSDAbiOpLs0hkOIFx2oUZKCWcynf_cDxXwCLxiixG1c.ttf','('),(23258,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/OSDAbiOpLs0hkOIFx2oUZKCWcynf_cDxXwCLxiixG1c.ttf','k'),(23259,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/c6okfJABbOc8QqRI28ISV_pTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(23260,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/c6okfJABbOc8QqRI28ISV_pTEJqju4Hz1txDWij77d4.ttf','YC '),(23261,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/c6okfJABbOc8QqRI28ISV_pTEJqju4Hz1txDWij77d4.ttf','('),(23262,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/c6okfJABbOc8QqRI28ISV_pTEJqju4Hz1txDWij77d4.ttf','I'),(23263,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/g1QizOcRY_Apk-QDq3rhOKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23264,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/g1QizOcRY_Apk-QDq3rhOKCWcynf_cDxXwCLxiixG1c.ttf','AK0'),(23265,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/g1QizOcRY_Apk-QDq3rhOKCWcynf_cDxXwCLxiixG1c.ttf','('),(23266,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/g1QizOcRY_Apk-QDq3rhOKCWcynf_cDxXwCLxiixG1c.ttf','J'),(23267,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/v9WvdY1ll-vjpGHSRxsAIQJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(23268,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/v9WvdY1ll-vjpGHSRxsAIQJKKGfqHaYFsRG-T3ceEVo.ttf','JG'),(23269,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/v9WvdY1ll-vjpGHSRxsAIQJKKGfqHaYFsRG-T3ceEVo.ttf','('),(23270,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/v9WvdY1ll-vjpGHSRxsAIQJKKGfqHaYFsRG-T3ceEVo.ttf','DC'),(23271,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/qQdpRyS_X5oC54LeW0MlmKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23272,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/qQdpRyS_X5oC54LeW0MlmKCWcynf_cDxXwCLxiixG1c.ttf','ł'),(23273,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/qQdpRyS_X5oC54LeW0MlmKCWcynf_cDxXwCLxiixG1c.ttf','('),(23274,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/qQdpRyS_X5oC54LeW0MlmKCWcynf_cDxXwCLxiixG1c.ttf','G'),(23275,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/wYroR9dlOe2UFhp_3HJ9qqk3bhPBSBJ0bSJQ6acL-0g.ttf','}ʠ'),(23276,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/wYroR9dlOe2UFhp_3HJ9qqk3bhPBSBJ0bSJQ6acL-0g.ttf','9R'),(23277,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/wYroR9dlOe2UFhp_3HJ9qqk3bhPBSBJ0bSJQ6acL-0g.ttf','('),(23278,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectral/v4/wYroR9dlOe2UFhp_3HJ9qqk3bhPBSBJ0bSJQ6acL-0g.ttf','%J'),(23279,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDUnzyIngrzGjGh22wPb6cGM.ttf','}ʠ'),(23280,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDUnzyIngrzGjGh22wPb6cGM.ttf','j'),(23281,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDUnzyIngrzGjGh22wPb6cGM.ttf','('),(23282,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDUnzyIngrzGjGh22wPb6cGM.ttf','V:]V'),(23283,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1E2YN_dW5g9CXH6iztHQiR4.ttf','}ʠ'),(23284,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1E2YN_dW5g9CXH6iztHQiR4.ttf','JM'),(23285,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1E2YN_dW5g9CXH6iztHQiR4.ttf','('),(23286,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1E2YN_dW5g9CXH6iztHQiR4.ttf','[i'),(23287,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDS9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(23288,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDS9-WlPSxbfiI49GsXo3q0g.ttf',''),(23289,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDS9-WlPSxbfiI49GsXo3q0g.ttf','('),(23290,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDS9-WlPSxbfiI49GsXo3q0g.ttf','R'),(23291,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Go9eWDfYYxG3A176Zl7aIg.ttf','}ʠ'),(23292,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Go9eWDfYYxG3A176Zl7aIg.ttf','T'),(23293,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Go9eWDfYYxG3A176Zl7aIg.ttf','('),(23294,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Go9eWDfYYxG3A176Zl7aIg.ttf',';'),(23295,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/a0Q_ia82PHVBRtfk7cZ0qaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23296,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/a0Q_ia82PHVBRtfk7cZ0qaCWcynf_cDxXwCLxiixG1c.ttf','3'),(23297,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/a0Q_ia82PHVBRtfk7cZ0qaCWcynf_cDxXwCLxiixG1c.ttf','('),(23298,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/a0Q_ia82PHVBRtfk7cZ0qaCWcynf_cDxXwCLxiixG1c.ttf','Q'),(23299,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/lgveV3UZmRqBIUMFUZ9jEUeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(23300,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/lgveV3UZmRqBIUMFUZ9jEUeOrDcLawS7-ssYqLr2Xp4.ttf','(q'),(23301,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/lgveV3UZmRqBIUMFUZ9jEUeOrDcLawS7-ssYqLr2Xp4.ttf','('),(23302,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/lgveV3UZmRqBIUMFUZ9jEUeOrDcLawS7-ssYqLr2Xp4.ttf','K'),(23303,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDcCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(23304,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDcCNfqCYlB_eIx7H1TVXe60.ttf','	4'),(23305,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDcCNfqCYlB_eIx7H1TVXe60.ttf','('),(23306,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDcCNfqCYlB_eIx7H1TVXe60.ttf','¼1'),(23307,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1GnWRcJAYo5PSCx8UfGMHCI.ttf','}ʠ'),(23308,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1GnWRcJAYo5PSCx8UfGMHCI.ttf','s'),(23309,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1GnWRcJAYo5PSCx8UfGMHCI.ttf','('),(23310,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1GnWRcJAYo5PSCx8UfGMHCI.ttf','4'),(23311,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDZZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(23312,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDZZ7xm-Bj30Bj2KNdXDzSZg.ttf','^[ܛ'),(23313,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDZZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(23314,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDZZ7xm-Bj30Bj2KNdXDzSZg.ttf','g5S'),(23315,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Je6We3S5L6hKLscKpOkmlo.ttf','}ʠ'),(23316,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Je6We3S5L6hKLscKpOkmlo.ttf','ޠ'),(23317,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Je6We3S5L6hKLscKpOkmlo.ttf','('),(23318,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Je6We3S5L6hKLscKpOkmlo.ttf','3i'),(23319,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDXe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(23320,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDXe1Pd76Vl7zRpE7NLJQ7XU.ttf','eN'),(23321,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDXe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(23322,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDXe1Pd76Vl7zRpE7NLJQ7XU.ttf','.J{'),(23323,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1M_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(23324,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1M_zJjSACmk0BRPxQqhnNLU.ttf','~.'),(23325,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1M_zJjSACmk0BRPxQqhnNLU.ttf','('),(23326,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1M_zJjSACmk0BRPxQqhnNLU.ttf','TE'),(23327,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDQ89PwPrYLaRFJ-HNCU9NbA.ttf','}ʠ'),(23328,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDQ89PwPrYLaRFJ-HNCU9NbA.ttf','zԤz'),(23329,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDQ89PwPrYLaRFJ-HNCU9NbA.ttf','('),(23330,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/J7mO0YbtyrIkp56FY15FDQ89PwPrYLaRFJ-HNCU9NbA.ttf','R'),(23331,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Cad_7rtf4IdDfsLVg-2OV4.ttf','}ʠ'),(23332,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Cad_7rtf4IdDfsLVg-2OV4.ttf','='),(23333,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Cad_7rtf4IdDfsLVg-2OV4.ttf','('),(23334,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spectralsc/v2/qF3tz9kiLvioTBEXL-lD1Cad_7rtf4IdDfsLVg-2OV4.ttf',''),(23335,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spicyrice/v6/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23336,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spicyrice/v6/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf','\0'),(23337,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spicyrice/v6/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf','('),(23338,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spicyrice/v6/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf','1'),(23339,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spinnaker/v9/MQdIXivKITpjROUdiN6Jgg.ttf','}ʠ'),(23340,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spinnaker/v9/MQdIXivKITpjROUdiN6Jgg.ttf','{t'),(23341,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spinnaker/v9/MQdIXivKITpjROUdiN6Jgg.ttf','('),(23342,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spinnaker/v9/MQdIXivKITpjROUdiN6Jgg.ttf','E\n7'),(23343,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spirax/v6/IOKqhk-Ccl7y31yDsePPkw.ttf','}ʠ'),(23344,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spirax/v6/IOKqhk-Ccl7y31yDsePPkw.ttf','C+K'),(23345,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spirax/v6/IOKqhk-Ccl7y31yDsePPkw.ttf','('),(23346,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/spirax/v6/IOKqhk-Ccl7y31yDsePPkw.ttf','y '),(23347,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/squadaone/v6/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23348,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/squadaone/v6/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf',';'),(23349,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/squadaone/v6/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf','('),(23350,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/squadaone/v6/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf','<7L9'),(23351,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sreekrushnadevaraya/v5/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf','}ʠ'),(23352,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sreekrushnadevaraya/v5/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf','(n'),(23353,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sreekrushnadevaraya/v5/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf','('),(23354,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sreekrushnadevaraya/v5/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf',' ل'),(23355,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sriracha/v2/l-TXHmKwoHm6vtjy4oUz8Q.ttf','}ʠ'),(23356,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sriracha/v2/l-TXHmKwoHm6vtjy4oUz8Q.ttf',']P'),(23357,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sriracha/v2/l-TXHmKwoHm6vtjy4oUz8Q.ttf','('),(23358,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sriracha/v2/l-TXHmKwoHm6vtjy4oUz8Q.ttf','K'),(23359,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalemate/v5/wQLCnG0qB6mOu2Wit2dt_w.ttf','}ʠ'),(23360,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalemate/v5/wQLCnG0qB6mOu2Wit2dt_w.ttf','P]c'),(23361,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalemate/v5/wQLCnG0qB6mOu2Wit2dt_w.ttf','('),(23362,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalemate/v5/wQLCnG0qB6mOu2Wit2dt_w.ttf','	L'),(23363,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalinistone/v10/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf','}ʠ'),(23364,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalinistone/v10/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf','B'),(23365,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalinistone/v10/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf','('),(23366,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stalinistone/v10/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf','T'),(23367,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf','}ʠ'),(23368,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf',',+'),(23369,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf','('),(23370,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf','m'),(23371,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf','}ʠ'),(23372,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf','I'),(23373,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf','('),(23374,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stardosstencil/v7/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf','A^Ba'),(23375,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultracondensed/v6/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf','}ʠ'),(23376,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultracondensed/v6/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf',''),(23377,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultracondensed/v6/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf','('),(23378,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultracondensed/v6/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf','\',&'),(23379,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultraexpanded/v5/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf','}ʠ'),(23380,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultraexpanded/v5/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf','j'),(23381,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultraexpanded/v5/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf','('),(23382,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stintultraexpanded/v5/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf','h'),(23383,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/Sell9475FOS8jUqQsfFsUQ.ttf','}ʠ'),(23384,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/Sell9475FOS8jUqQsfFsUQ.ttf','櫜'),(23385,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/Sell9475FOS8jUqQsfFsUQ.ttf','('),(23386,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/Sell9475FOS8jUqQsfFsUQ.ttf',''),(23387,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/A7qJNoqOm2d6o1E6e0yUFg.ttf','}ʠ'),(23388,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/A7qJNoqOm2d6o1E6e0yUFg.ttf','=H'),(23389,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/A7qJNoqOm2d6o1E6e0yUFg.ttf','('),(23390,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/stoke/v7/A7qJNoqOm2d6o1E6e0yUFg.ttf','\"4'),(23391,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/strait/v5/m4W73ViNmProETY2ybc-Bg.ttf','}ʠ'),(23392,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/strait/v5/m4W73ViNmProETY2ybc-Bg.ttf',':'),(23393,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/strait/v5/m4W73ViNmProETY2ybc-Bg.ttf','('),(23394,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/strait/v5/m4W73ViNmProETY2ybc-Bg.ttf','8[u'),(23395,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sueellenfrancisco/v8/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf','}ʠ'),(23396,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sueellenfrancisco/v8/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf','U>h'),(23397,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sueellenfrancisco/v8/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf','('),(23398,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sueellenfrancisco/v8/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf',''),(23399,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suezone/v2/xulpHtKbz3V8hoSLE2uKDw.ttf','}ʠ'),(23400,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suezone/v2/xulpHtKbz3V8hoSLE2uKDw.ttf','Ӡ'),(23401,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suezone/v2/xulpHtKbz3V8hoSLE2uKDw.ttf','('),(23402,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suezone/v2/xulpHtKbz3V8hoSLE2uKDw.ttf','j7&'),(23403,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/wgdl__wAK7pzliiWs0Nlog.ttf','}ʠ'),(23404,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/wgdl__wAK7pzliiWs0Nlog.ttf','~'),(23405,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/wgdl__wAK7pzliiWs0Nlog.ttf','('),(23406,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/wgdl__wAK7pzliiWs0Nlog.ttf','ut\"'),(23407,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/8AcM-KAproitONSBBHj3sQ.ttf','}ʠ'),(23408,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/8AcM-KAproitONSBBHj3sQ.ttf','FS'),(23409,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/8AcM-KAproitONSBBHj3sQ.ttf','('),(23410,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sumana/v2/8AcM-KAproitONSBBHj3sQ.ttf','v,'),(23411,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sunshiney/v8/kaWOb4pGbwNijM7CkxK1sQ.ttf','}ʠ'),(23412,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sunshiney/v8/kaWOb4pGbwNijM7CkxK1sQ.ttf','|]'),(23413,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sunshiney/v8/kaWOb4pGbwNijM7CkxK1sQ.ttf','('),(23414,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sunshiney/v8/kaWOb4pGbwNijM7CkxK1sQ.ttf','hg'),(23415,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/supermercadoone/v7/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf','}ʠ'),(23416,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/supermercadoone/v7/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf','Qk'),(23417,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/supermercadoone/v7/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf','('),(23418,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/supermercadoone/v7/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf','2'),(23419,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/jznKrhTH5NezYxb0-Q5zzA.ttf','}ʠ'),(23420,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/jznKrhTH5NezYxb0-Q5zzA.ttf',',7'),(23421,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/jznKrhTH5NezYxb0-Q5zzA.ttf','('),(23422,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/jznKrhTH5NezYxb0-Q5zzA.ttf','6M'),(23423,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/Z5bXQaFGmoWicN1WlcncxA.ttf','}ʠ'),(23424,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/Z5bXQaFGmoWicN1WlcncxA.ttf',''),(23425,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/Z5bXQaFGmoWicN1WlcncxA.ttf','('),(23426,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/sura/v2/Z5bXQaFGmoWicN1WlcncxA.ttf','-\0'),(23427,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suranna/v5/PYmfr6TQeTqZ-r8HnPM-kA.ttf','}ʠ'),(23428,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suranna/v5/PYmfr6TQeTqZ-r8HnPM-kA.ttf','c%'),(23429,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suranna/v5/PYmfr6TQeTqZ-r8HnPM-kA.ttf','('),(23430,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suranna/v5/PYmfr6TQeTqZ-r8HnPM-kA.ttf','&X'),(23431,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suravaram/v4/G4dPee4pel_w2HqzavW4MA.ttf','}ʠ'),(23432,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suravaram/v4/G4dPee4pel_w2HqzavW4MA.ttf','\Z'),(23433,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suravaram/v4/G4dPee4pel_w2HqzavW4MA.ttf','('),(23434,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suravaram/v4/G4dPee4pel_w2HqzavW4MA.ttf','EL'),(23435,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suwannaphum/v11/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23436,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suwannaphum/v11/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf',''),(23437,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suwannaphum/v11/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf','('),(23438,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/suwannaphum/v11/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf','t'),(23439,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/swankyandmoomoo/v7/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf','}ʠ'),(23440,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/swankyandmoomoo/v7/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf','J6'),(23441,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/swankyandmoomoo/v7/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf','('),(23442,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/swankyandmoomoo/v7/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf','5A\\\0'),(23443,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/RQVwO52fAH6MI764EcaYtw.ttf','}ʠ'),(23444,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/RQVwO52fAH6MI764EcaYtw.ttf','G'),(23445,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/RQVwO52fAH6MI764EcaYtw.ttf','('),(23446,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/RQVwO52fAH6MI764EcaYtw.ttf','J'),(23447,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23448,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf','ZL<:'),(23449,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf','('),(23450,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/syncopate/v9/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf','U'),(23451,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/DTPeM3IROhnkz7aYG2a9sA.ttf','}ʠ'),(23452,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/DTPeM3IROhnkz7aYG2a9sA.ttf','!/'),(23453,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/DTPeM3IROhnkz7aYG2a9sA.ttf','('),(23454,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/DTPeM3IROhnkz7aYG2a9sA.ttf','5H'),(23455,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23456,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf','r<'),(23457,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf','('),(23458,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tangerine/v9/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf',''),(23459,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taprom/v9/-KByU3BaUsyIvQs79qFObg.ttf','}ʠ'),(23460,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taprom/v9/-KByU3BaUsyIvQs79qFObg.ttf','`'),(23461,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taprom/v9/-KByU3BaUsyIvQs79qFObg.ttf','('),(23462,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taprom/v9/-KByU3BaUsyIvQs79qFObg.ttf','QV'),(23463,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tauri/v5/XIWeYJDXNqiVNej0zEqtGg.ttf','}ʠ'),(23464,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tauri/v5/XIWeYJDXNqiVNej0zEqtGg.ttf','g6'),(23465,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tauri/v5/XIWeYJDXNqiVNej0zEqtGg.ttf','('),(23466,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tauri/v5/XIWeYJDXNqiVNej0zEqtGg.ttf','t'),(23467,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/7iDtujKEc7hwcT6D0zLx-A.ttf','}ʠ'),(23468,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/7iDtujKEc7hwcT6D0zLx-A.ttf','\nI\rA'),(23469,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/7iDtujKEc7hwcT6D0zLx-A.ttf','('),(23470,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/7iDtujKEc7hwcT6D0zLx-A.ttf','Mo'),(23471,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23472,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf','Ѥ'),(23473,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf','('),(23474,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf','O6'),(23475,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23476,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf','i!!'),(23477,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf','('),(23478,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf','%b'),(23479,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23480,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf','Ө'),(23481,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf','('),(23482,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf','d'),(23483,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23484,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf','ٴ'),(23485,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf','('),(23486,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf','0Yb8'),(23487,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23488,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf','$μ'),(23489,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf','('),(23490,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf',''),(23491,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/AH1eoWagKJhbVx4Poc3M1A.ttf','}ʠ'),(23492,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/AH1eoWagKJhbVx4Poc3M1A.ttf','\nh'),(23493,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/AH1eoWagKJhbVx4Poc3M1A.ttf','('),(23494,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/AH1eoWagKJhbVx4Poc3M1A.ttf','%'),(23495,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/hAS5RxygdSnG4626KdkXuQ.ttf','}ʠ'),(23496,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/hAS5RxygdSnG4626KdkXuQ.ttf','+z'),(23497,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/hAS5RxygdSnG4626KdkXuQ.ttf','('),(23498,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/hAS5RxygdSnG4626KdkXuQ.ttf','׉'),(23499,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23500,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf','u'),(23501,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf','('),(23502,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf',']'),(23503,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23504,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf',''),(23505,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf','('),(23506,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf','i8'),(23507,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23508,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf','!'),(23509,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf','('),(23510,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf','J7'),(23511,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23512,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf',';0'),(23513,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf','('),(23514,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf','!'),(23515,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23516,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf','!O'),(23517,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf','('),(23518,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf',')͸'),(23519,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23520,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf',''),(23521,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf','('),(23522,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf','T'),(23523,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23524,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf','3G'),(23525,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf','('),(23526,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf','.'),(23527,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23528,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf',';'),(23529,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf','('),(23530,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf','0r'),(23531,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23532,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf','	'),(23533,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf','('),(23534,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf','C\Zb3'),(23535,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23536,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf','rt'),(23537,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf','('),(23538,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/taviraj/v3/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf','}'),(23539,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/OobFGE9eo24rcBpN6zXDaQ.ttf','}ʠ'),(23540,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/OobFGE9eo24rcBpN6zXDaQ.ttf','<Nv'),(23541,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/OobFGE9eo24rcBpN6zXDaQ.ttf','('),(23542,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/OobFGE9eo24rcBpN6zXDaQ.ttf','<'),(23543,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/UtekqODEqZXSN2L-njejpA.ttf','}ʠ'),(23544,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/UtekqODEqZXSN2L-njejpA.ttf','(\"'),(23545,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/UtekqODEqZXSN2L-njejpA.ttf','('),(23546,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/UtekqODEqZXSN2L-njejpA.ttf',''),(23547,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/FQ0duU7gWM4cSaImOfAjBA.ttf','}ʠ'),(23548,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/FQ0duU7gWM4cSaImOfAjBA.ttf','G'),(23549,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/FQ0duU7gWM4cSaImOfAjBA.ttf','('),(23550,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/FQ0duU7gWM4cSaImOfAjBA.ttf',''),(23551,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/QDx_i8H-TZ1IK1JEVrqwEQ.ttf','}ʠ'),(23552,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/QDx_i8H-TZ1IK1JEVrqwEQ.ttf','{A'),(23553,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/QDx_i8H-TZ1IK1JEVrqwEQ.ttf','('),(23554,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/QDx_i8H-TZ1IK1JEVrqwEQ.ttf','mN|'),(23555,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/xKfTxe_SWpH4xU75vmvylA.ttf','}ʠ'),(23556,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/xKfTxe_SWpH4xU75vmvylA.ttf','='),(23557,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/xKfTxe_SWpH4xU75vmvylA.ttf','('),(23558,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/teko/v7/xKfTxe_SWpH4xU75vmvylA.ttf','<ŵZ'),(23559,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/telex/v6/24-3xP9ywYeHOcFU3iGk8A.ttf','}ʠ'),(23560,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/telex/v6/24-3xP9ywYeHOcFU3iGk8A.ttf','_'),(23561,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/telex/v6/24-3xP9ywYeHOcFU3iGk8A.ttf','('),(23562,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/telex/v6/24-3xP9ywYeHOcFU3iGk8A.ttf','0'),(23563,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenaliramakrishna/v4/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf','}ʠ'),(23564,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenaliramakrishna/v4/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf','L6'),(23565,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenaliramakrishna/v4/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf','('),(23566,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenaliramakrishna/v4/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf','\0[6'),(23567,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenorsans/v8/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23568,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenorsans/v8/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf','Ț'),(23569,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenorsans/v8/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf','('),(23570,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tenorsans/v8/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf','d'),(23571,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/textmeone/v5/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23572,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/textmeone/v5/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf','QK1'),(23573,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/textmeone/v5/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf','('),(23574,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/textmeone/v5/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf','q'),(23575,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/thegirlnextdoor/v8/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf','}ʠ'),(23576,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/thegirlnextdoor/v8/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf',''),(23577,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/thegirlnextdoor/v8/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf','('),(23578,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/thegirlnextdoor/v8/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf',''),(23579,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/-IIfDl701C0z7-fy2kmGvA.ttf','}ʠ'),(23580,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/-IIfDl701C0z7-fy2kmGvA.ttf','P;O'),(23581,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/-IIfDl701C0z7-fy2kmGvA.ttf','('),(23582,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/-IIfDl701C0z7-fy2kmGvA.ttf','J'),(23583,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/JvoCDOlyOSEyYGRwCyfs3g.ttf','}ʠ'),(23584,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/JvoCDOlyOSEyYGRwCyfs3g.ttf','l\r'),(23585,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/JvoCDOlyOSEyYGRwCyfs3g.ttf','('),(23586,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/JvoCDOlyOSEyYGRwCyfs3g.ttf','H2F'),(23587,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/FBano5T521OWexj2iRYLMw.ttf','}ʠ'),(23588,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/FBano5T521OWexj2iRYLMw.ttf','-D'),(23589,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/FBano5T521OWexj2iRYLMw.ttf','('),(23590,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tienne/v10/FBano5T521OWexj2iRYLMw.ttf','|i&'),(23591,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/zN0D-jDPsr1HzU3VRFLY5g.ttf','}ʠ'),(23592,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/zN0D-jDPsr1HzU3VRFLY5g.ttf',' 3'),(23593,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/zN0D-jDPsr1HzU3VRFLY5g.ttf','('),(23594,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/zN0D-jDPsr1HzU3VRFLY5g.ttf','.3'),(23595,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23596,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf','K'),(23597,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf','('),(23598,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf','9'),(23599,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23600,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf','R_'),(23601,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf','('),(23602,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf','~} '),(23603,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23604,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf','+'),(23605,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf','('),(23606,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf','ϔ'),(23607,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23608,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf','\'Q'),(23609,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf','('),(23610,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tillana/v3/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf',' )o'),(23611,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/timmana/v2/T25SicsJUJkc2s2sbBsDnA.ttf','}ʠ'),(23612,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/timmana/v2/T25SicsJUJkc2s2sbBsDnA.ttf',''),(23613,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/timmana/v2/T25SicsJUJkc2s2sbBsDnA.ttf','('),(23614,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/timmana/v2/T25SicsJUJkc2s2sbBsDnA.ttf','+'),(23615,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/EqpUbkVmutfwZ0PjpoGwCg.ttf','}ʠ'),(23616,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/EqpUbkVmutfwZ0PjpoGwCg.ttf','h'),(23617,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/EqpUbkVmutfwZ0PjpoGwCg.ttf','('),(23618,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/EqpUbkVmutfwZ0PjpoGwCg.ttf','u'),(23619,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/slfyzlasCr9vTsaP4lUh9A.ttf','}ʠ'),(23620,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/slfyzlasCr9vTsaP4lUh9A.ttf','`6\0'),(23621,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/slfyzlasCr9vTsaP4lUh9A.ttf','('),(23622,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/slfyzlasCr9vTsaP4lUh9A.ttf','/p'),(23623,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/vHXfhX8jZuQruowfon93yQ.ttf','}ʠ'),(23624,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/vHXfhX8jZuQruowfon93yQ.ttf','?~,'),(23625,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/vHXfhX8jZuQruowfon93yQ.ttf','('),(23626,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/vHXfhX8jZuQruowfon93yQ.ttf',''),(23627,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23628,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf','Ǣ'),(23629,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf','('),(23630,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tinos/v11/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf','·'),(23631,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titanone/v5/FbvpRvzfV_oipS0De3iAZg.ttf','}ʠ'),(23632,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titanone/v5/FbvpRvzfV_oipS0De3iAZg.ttf','^\0'),(23633,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titanone/v5/FbvpRvzfV_oipS0De3iAZg.ttf','('),(23634,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titanone/v5/FbvpRvzfV_oipS0De3iAZg.ttf','2^'),(23635,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf','}ʠ'),(23636,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf',''),(23637,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf','('),(23638,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf','YY,'),(23639,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf','}ʠ'),(23640,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf',',\n'),(23641,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf','('),(23642,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf','[k'),(23643,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf','}ʠ'),(23644,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf',''),(23645,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf','('),(23646,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf','8'),(23647,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf','}ʠ'),(23648,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf','fR('),(23649,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf','('),(23650,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf',''),(23651,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf','}ʠ'),(23652,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf','vB'),(23653,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf','('),(23654,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf',''),(23655,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf','}ʠ'),(23656,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf','d%'),(23657,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf','('),(23658,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf','<]'),(23659,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf','}ʠ'),(23660,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf','<P'),(23661,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf','('),(23662,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf','\nڸA'),(23663,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf','}ʠ'),(23664,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf','תV2'),(23665,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf','('),(23666,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf','24'),(23667,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf','}ʠ'),(23668,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf','aTJ'),(23669,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf','('),(23670,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf','W'),(23671,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf','}ʠ'),(23672,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf','Q'),(23673,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf','('),(23674,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf','SB'),(23675,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf','}ʠ'),(23676,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf','S\0'),(23677,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf','('),(23678,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/titilliumweb/v6/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf',''),(23679,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tradewinds/v6/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23680,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tradewinds/v6/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf','(.'),(23681,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tradewinds/v6/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf','('),(23682,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tradewinds/v6/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf','}ĩ'),(23683,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/A4AP1moxqvtadq5CW3L17A.ttf','}ʠ'),(23684,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/A4AP1moxqvtadq5CW3L17A.ttf','\ZX'),(23685,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/A4AP1moxqvtadq5CW3L17A.ttf','('),(23686,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/A4AP1moxqvtadq5CW3L17A.ttf','`FW'),(23687,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23688,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf','It'),(23689,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf','('),(23690,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf','/b'),(23691,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23692,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf',''),(23693,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf','('),(23694,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf','Ⴘ'),(23695,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23696,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf','.39'),(23697,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf','('),(23698,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf',']̡'),(23699,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23700,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf','$Yo'),(23701,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf','('),(23702,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf','a	'),(23703,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23704,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf','$p'),(23705,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf','('),(23706,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf','p \02'),(23707,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lYu4kez-Enlvh2X-itx6CA.ttf','}ʠ'),(23708,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lYu4kez-Enlvh2X-itx6CA.ttf','i'),(23709,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lYu4kez-Enlvh2X-itx6CA.ttf','('),(23710,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lYu4kez-Enlvh2X-itx6CA.ttf','YI'),(23711,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/kV0MzmWPKkglEtJf--dQhQ.ttf','}ʠ'),(23712,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/kV0MzmWPKkglEtJf--dQhQ.ttf','C'),(23713,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/kV0MzmWPKkglEtJf--dQhQ.ttf','('),(23714,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/kV0MzmWPKkglEtJf--dQhQ.ttf',''),(23715,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23716,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf','!'),(23717,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf','('),(23718,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf','Rl^'),(23719,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23720,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf','.MN'),(23721,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf','('),(23722,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf','\n5K'),(23723,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23724,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf','>x'),(23725,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf','('),(23726,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf','?'),(23727,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23728,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf',''),(23729,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf','('),(23730,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf','P'),(23731,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23732,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf','r`'),(23733,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf','('),(23734,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf','Շm'),(23735,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23736,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf','儘'),(23737,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf','('),(23738,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf','fz'),(23739,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23740,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf','<\r'),(23741,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf','('),(23742,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf','5h.'),(23743,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23744,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf','@'),(23745,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf','('),(23746,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf','_~'),(23747,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23748,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf','`'),(23749,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf','('),(23750,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf',''),(23751,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23752,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf','C'),(23753,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf','('),(23754,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trirong/v3/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf','J4'),(23755,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trocchi/v6/uldNPaKrUGVeGCVsmacLwA.ttf','}ʠ'),(23756,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trocchi/v6/uldNPaKrUGVeGCVsmacLwA.ttf','G'),(23757,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trocchi/v6/uldNPaKrUGVeGCVsmacLwA.ttf','('),(23758,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trocchi/v6/uldNPaKrUGVeGCVsmacLwA.ttf',''),(23759,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/6Y65B0x-2JsnYt16OH5omw.ttf','}ʠ'),(23760,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/6Y65B0x-2JsnYt16OH5omw.ttf','Y'),(23761,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/6Y65B0x-2JsnYt16OH5omw.ttf','('),(23762,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/6Y65B0x-2JsnYt16OH5omw.ttf','w(*'),(23763,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/pczUwr4ZFvC79TgNO5cZng.ttf','}ʠ'),(23764,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/pczUwr4ZFvC79TgNO5cZng.ttf','k.'),(23765,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/pczUwr4ZFvC79TgNO5cZng.ttf','('),(23766,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/pczUwr4ZFvC79TgNO5cZng.ttf',']'),(23767,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23768,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf','F'),(23769,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf','('),(23770,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trochut/v5/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf',':K'),(23771,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trykker/v6/YiVrVJpBFN7I1l_CWk6yYQ.ttf','}ʠ'),(23772,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trykker/v6/YiVrVJpBFN7I1l_CWk6yYQ.ttf','#L'),(23773,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trykker/v6/YiVrVJpBFN7I1l_CWk6yYQ.ttf','('),(23774,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/trykker/v6/YiVrVJpBFN7I1l_CWk6yYQ.ttf','vڨ'),(23775,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tulpenone/v7/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23776,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tulpenone/v7/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf','Ο'),(23777,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tulpenone/v7/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf','('),(23778,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/tulpenone/v7/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf','Bp]'),(23779,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzTtw.ttf','}ʠ'),(23780,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzTtw.ttf','e'),(23781,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzTtw.ttf','('),(23782,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzTtw.ttf','؄}'),(23783,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZftWyI.ttf','}ʠ'),(23784,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZftWyI.ttf',''),(23785,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZftWyI.ttf','('),(23786,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZftWyI.ttf',','),(23787,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCs6KVjbNBYlgo6eA.ttf','}ʠ'),(23788,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCs6KVjbNBYlgo6eA.ttf','k'),(23789,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCs6KVjbNBYlgo6eA.ttf','('),(23790,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCs6KVjbNBYlgo6eA.ttf','%I:'),(23791,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCu6KVjbNBYlgoKeg7z.ttf','}ʠ'),(23792,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCu6KVjbNBYlgoKeg7z.ttf','\'bD'),(23793,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCu6KVjbNBYlgoKeg7z.ttf','('),(23794,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCu6KVjbNBYlgoKeg7z.ttf','mS%'),(23795,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3Ttw.ttf','}ʠ'),(23796,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3Ttw.ttf','Ҷ'),(23797,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3Ttw.ttf','('),(23798,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3Ttw.ttf','(E'),(23799,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejYHtGyI.ttf','}ʠ'),(23800,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejYHtGyI.ttf','0'),(23801,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejYHtGyI.ttf','('),(23802,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejYHtGyI.ttf','8z'),(23803,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvTtw.ttf','}ʠ'),(23804,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvTtw.ttf',';4'),(23805,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvTtw.ttf','('),(23806,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvTtw.ttf','d:'),(23807,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZPsmyI.ttf','}ʠ'),(23808,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZPsmyI.ttf','D'),(23809,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZPsmyI.ttf','('),(23810,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZPsmyI.ttf','+'),(23811,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntucondensed/v8/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf','}ʠ'),(23812,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntucondensed/v8/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf',')'),(23813,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntucondensed/v8/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf','('),(23814,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntucondensed/v8/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf','k'),(23815,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23816,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf','AWg;'),(23817,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf','('),(23818,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf','ծMX'),(23819,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(23820,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf','cf'),(23821,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf','('),(23822,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf',''),(23823,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(23824,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf',''),(23825,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(23826,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf','r'),(23827,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf','}ʠ'),(23828,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf',''),(23829,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf','('),(23830,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ubuntumono/v7/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf','lK'),(23831,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ultra/v10/OW8uXkOstRADuhEmGOFQLA.ttf','}ʠ'),(23832,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ultra/v10/OW8uXkOstRADuhEmGOFQLA.ttf','?I'),(23833,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ultra/v10/OW8uXkOstRADuhEmGOFQLA.ttf','('),(23834,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/ultra/v10/OW8uXkOstRADuhEmGOFQLA.ttf',','),(23835,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/uncialantiqua/v5/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf','}ʠ'),(23836,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/uncialantiqua/v5/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf','u'),(23837,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/uncialantiqua/v5/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf','('),(23838,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/uncialantiqua/v5/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf',''),(23839,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/underdog/v6/gBv9yjez_-5PnTprHWq0ig.ttf','}ʠ'),(23840,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/underdog/v6/gBv9yjez_-5PnTprHWq0ig.ttf',']ȩ'),(23841,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/underdog/v6/gBv9yjez_-5PnTprHWq0ig.ttf','('),(23842,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/underdog/v6/gBv9yjez_-5PnTprHWq0ig.ttf','^9'),(23843,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unicaone/v5/KbYKlhWMDpatWViqDkNQgA.ttf','}ʠ'),(23844,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unicaone/v5/KbYKlhWMDpatWViqDkNQgA.ttf','<'),(23845,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unicaone/v5/KbYKlhWMDpatWViqDkNQgA.ttf','('),(23846,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unicaone/v5/KbYKlhWMDpatWViqDkNQgA.ttf','B'),(23847,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturcook/v9/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf','}ʠ'),(23848,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturcook/v9/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf',')/'),(23849,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturcook/v9/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf','('),(23850,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturcook/v9/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf',':{'),(23851,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturmaguntia/v8/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf','}ʠ'),(23852,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturmaguntia/v8/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf',''),(23853,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturmaguntia/v8/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf','('),(23854,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unifrakturmaguntia/v8/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf','Ϥ'),(23855,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/NLLBeNSspr0RGs71R5LHWA.ttf','}ʠ'),(23856,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/NLLBeNSspr0RGs71R5LHWA.ttf','Ğܸ'),(23857,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/NLLBeNSspr0RGs71R5LHWA.ttf','('),(23858,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/NLLBeNSspr0RGs71R5LHWA.ttf','~@'),(23859,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23860,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf','i'),(23861,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf','('),(23862,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unkempt/v9/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf',''),(23863,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unlock/v7/rXEQzK7uIAlhoyoAEiMy1w.ttf','}ʠ'),(23864,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unlock/v7/rXEQzK7uIAlhoyoAEiMy1w.ttf','#C'),(23865,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unlock/v7/rXEQzK7uIAlhoyoAEiMy1w.ttf','('),(23866,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unlock/v7/rXEQzK7uIAlhoyoAEiMy1w.ttf','p'),(23867,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/UAS0AM7AmbdCNY_80xyAZQ.ttf','}ʠ'),(23868,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/UAS0AM7AmbdCNY_80xyAZQ.ttf','ُ'),(23869,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/UAS0AM7AmbdCNY_80xyAZQ.ttf','('),(23870,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/UAS0AM7AmbdCNY_80xyAZQ.ttf','c/;'),(23871,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/CB25jfOme9BL61pT4h1_0A.ttf','}ʠ'),(23872,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/CB25jfOme9BL61pT4h1_0A.ttf',''),(23873,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/CB25jfOme9BL61pT4h1_0A.ttf','('),(23874,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/CB25jfOme9BL61pT4h1_0A.ttf','&,2N'),(23875,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/V-r3KRrJqBWlu97fCUB8Nw.ttf','}ʠ'),(23876,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/V-r3KRrJqBWlu97fCUB8Nw.ttf','jFp'),(23877,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/V-r3KRrJqBWlu97fCUB8Nw.ttf','('),(23878,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/V-r3KRrJqBWlu97fCUB8Nw.ttf','-X'),(23879,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/H7rJH2hD4wVI9bOhx98O8A.ttf','}ʠ'),(23880,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/H7rJH2hD4wVI9bOhx98O8A.ttf','>\n'),(23881,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/H7rJH2hD4wVI9bOhx98O8A.ttf','('),(23882,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/unna/v10/H7rJH2hD4wVI9bOhx98O8A.ttf',''),(23883,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vt323/v9/ITU2YQfM073o1iYK3nSOmQ.ttf','}ʠ'),(23884,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vt323/v9/ITU2YQfM073o1iYK3nSOmQ.ttf','PlB'),(23885,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vt323/v9/ITU2YQfM073o1iYK3nSOmQ.ttf','('),(23886,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vt323/v9/ITU2YQfM073o1iYK3nSOmQ.ttf','b'),(23887,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vampiroone/v8/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23888,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vampiroone/v8/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf','8'),(23889,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vampiroone/v8/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf','('),(23890,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vampiroone/v8/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf','A'),(23891,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varela/v8/ON7qs0cKUUixhhDFXlZUjw.ttf','}ʠ'),(23892,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varela/v8/ON7qs0cKUUixhhDFXlZUjw.ttf','\'M;'),(23893,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varela/v8/ON7qs0cKUUixhhDFXlZUjw.ttf','('),(23894,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varela/v8/ON7qs0cKUUixhhDFXlZUjw.ttf','\Z,'),(23895,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varelaround/v9/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23896,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varelaround/v9/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf','*$'),(23897,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varelaround/v9/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf','('),(23898,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/varelaround/v9/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf','!^#'),(23899,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vastshadow/v7/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23900,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vastshadow/v7/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf','/_'),(23901,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vastshadow/v7/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf','('),(23902,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vastshadow/v7/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf','K><'),(23903,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23904,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf','\"c'),(23905,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf','('),(23906,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf','zC'),(23907,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf','}ʠ'),(23908,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf','ו4v'),(23909,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf','('),(23910,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf','\ré'),(23911,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(23912,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf','m'),(23913,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf','('),(23914,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf','{p0'),(23915,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf','}ʠ'),(23916,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf','RP'),(23917,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf','('),(23918,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vesperlibre/v9/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf','Ͳ'),(23919,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vibur/v8/xB9aKsUbJo68XP0bAg2iLw.ttf','}ʠ'),(23920,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vibur/v8/xB9aKsUbJo68XP0bAg2iLw.ttf','/%'),(23921,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vibur/v8/xB9aKsUbJo68XP0bAg2iLw.ttf','('),(23922,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vibur/v8/xB9aKsUbJo68XP0bAg2iLw.ttf',''),(23923,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vidaloka/v9/C6Nul0ogKUWkx356rrt9RA.ttf','}ʠ'),(23924,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vidaloka/v9/C6Nul0ogKUWkx356rrt9RA.ttf','/'),(23925,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vidaloka/v9/C6Nul0ogKUWkx356rrt9RA.ttf','('),(23926,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vidaloka/v9/C6Nul0ogKUWkx356rrt9RA.ttf','P'),(23927,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/viga/v6/uD87gDbhS7frHLX4uL6agg.ttf','}ʠ'),(23928,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/viga/v6/uD87gDbhS7frHLX4uL6agg.ttf',']l'),(23929,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/viga/v6/uD87gDbhS7frHLX4uL6agg.ttf','('),(23930,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/viga/v6/uD87gDbhS7frHLX4uL6agg.ttf','Y6'),(23931,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voces/v7/QoBH6g6yKgNIgvL8A2aE2Q.ttf','}ʠ'),(23932,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voces/v7/QoBH6g6yKgNIgvL8A2aE2Q.ttf',''),(23933,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voces/v7/QoBH6g6yKgNIgvL8A2aE2Q.ttf','('),(23934,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voces/v7/QoBH6g6yKgNIgvL8A2aE2Q.ttf','la'),(23935,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/MDIZAofe1T_J3un5Kgo8zg.ttf','}ʠ'),(23936,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/MDIZAofe1T_J3un5Kgo8zg.ttf','E='),(23937,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/MDIZAofe1T_J3un5Kgo8zg.ttf','('),(23938,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/MDIZAofe1T_J3un5Kgo8zg.ttf','Cs'),(23939,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/1rTjmztKEpbkKH06JwF8Yw.ttf','}ʠ'),(23940,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/1rTjmztKEpbkKH06JwF8Yw.ttf','n'),(23941,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/1rTjmztKEpbkKH06JwF8Yw.ttf','('),(23942,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/1rTjmztKEpbkKH06JwF8Yw.ttf','	A_'),(23943,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23944,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf','J0'),(23945,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf','('),(23946,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf','p'),(23947,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(23948,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf',''),(23949,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf','('),(23950,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/volkhov/v9/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf','~b'),(23951,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IiexqYAeh8uII223thYx3w.ttf','}ʠ'),(23952,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IiexqYAeh8uII223thYx3w.ttf','X'),(23953,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IiexqYAeh8uII223thYx3w.ttf','('),(23954,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IiexqYAeh8uII223thYx3w.ttf',''),(23955,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(23956,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf','ԂB'),(23957,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf','('),(23958,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf','\nN'),(23959,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gWz-6Uqzc1g8XxDn5f2-pKCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23960,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gWz-6Uqzc1g8XxDn5f2-pKCWcynf_cDxXwCLxiixG1c.ttf','m'),(23961,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gWz-6Uqzc1g8XxDn5f2-pKCWcynf_cDxXwCLxiixG1c.ttf','('),(23962,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gWz-6Uqzc1g8XxDn5f2-pKCWcynf_cDxXwCLxiixG1c.ttf',''),(23963,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/dU1kkg9Vvuo527vzySfgDPpTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(23964,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/dU1kkg9Vvuo527vzySfgDPpTEJqju4Hz1txDWij77d4.ttf',''),(23965,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/dU1kkg9Vvuo527vzySfgDPpTEJqju4Hz1txDWij77d4.ttf','('),(23966,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/dU1kkg9Vvuo527vzySfgDPpTEJqju4Hz1txDWij77d4.ttf','/'),(23967,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23968,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf','!4\0'),(23969,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf','('),(23970,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf','?st'),(23971,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(23972,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf','mt$'),(23973,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf','('),(23974,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf','-'),(23975,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IBcUSEL3da6GXw0kfPwtqqCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23976,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IBcUSEL3da6GXw0kfPwtqqCWcynf_cDxXwCLxiixG1c.ttf','\0ܚ'),(23977,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IBcUSEL3da6GXw0kfPwtqqCWcynf_cDxXwCLxiixG1c.ttf','('),(23978,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/IBcUSEL3da6GXw0kfPwtqqCWcynf_cDxXwCLxiixG1c.ttf','r '),(23979,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/5fOn_dOVwBIkZpOP3_1I750EAVxt0G0biEntp43Qt6E.ttf','}ʠ'),(23980,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/5fOn_dOVwBIkZpOP3_1I750EAVxt0G0biEntp43Qt6E.ttf','@}'),(23981,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/5fOn_dOVwBIkZpOP3_1I750EAVxt0G0biEntp43Qt6E.ttf','('),(23982,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkorn/v8/5fOn_dOVwBIkZpOP3_1I750EAVxt0G0biEntp43Qt6E.ttf','!'),(23983,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/HMEVRTum_bgc4D5Z4_TG-KCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(23984,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/HMEVRTum_bgc4D5Z4_TG-KCWcynf_cDxXwCLxiixG1c.ttf','+e'),(23985,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/HMEVRTum_bgc4D5Z4_TG-KCWcynf_cDxXwCLxiixG1c.ttf','('),(23986,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/HMEVRTum_bgc4D5Z4_TG-KCWcynf_cDxXwCLxiixG1c.ttf','\0'),(23987,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCJZ7xm-Bj30Bj2KNdXDzSZg.ttf','}ʠ'),(23988,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCJZ7xm-Bj30Bj2KNdXDzSZg.ttf','ؖ'),(23989,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCJZ7xm-Bj30Bj2KNdXDzSZg.ttf','('),(23990,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCJZ7xm-Bj30Bj2KNdXDzSZg.ttf','GMg'),(23991,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCHe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(23992,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCHe1Pd76Vl7zRpE7NLJQ7XU.ttf','p\"'),(23993,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCHe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(23994,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCHe1Pd76Vl7zRpE7NLJQ7XU.ttf','\0f^E'),(23995,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCCenaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(23996,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCCenaqEuufTBk9XMKnKmgDA.ttf','寬'),(23997,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCCenaqEuufTBk9XMKnKmgDA.ttf','('),(23998,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/vollkornsc/v1/Z5Dv9CPxH7cf8GgVmzxuCCenaqEuufTBk9XMKnKmgDA.ttf','nh'),(23999,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voltaire/v7/WvqBzaGEBbRV-hrahwO2cA.ttf','}ʠ'),(24000,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voltaire/v7/WvqBzaGEBbRV-hrahwO2cA.ttf','1'),(24001,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voltaire/v7/WvqBzaGEBbRV-hrahwO2cA.ttf','('),(24002,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/voltaire/v7/WvqBzaGEBbRV-hrahwO2cA.ttf','D'),(24003,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/waitingforthesunrise/v8/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf','}ʠ'),(24004,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/waitingforthesunrise/v8/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf','\''),(24005,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/waitingforthesunrise/v8/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf','('),(24006,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/waitingforthesunrise/v8/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf','PgJ'),(24007,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wallpoet/v9/hmum4WuBN4A0Z_7367NDIg.ttf','}ʠ'),(24008,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wallpoet/v9/hmum4WuBN4A0Z_7367NDIg.ttf',''),(24009,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wallpoet/v9/hmum4WuBN4A0Z_7367NDIg.ttf','('),(24010,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wallpoet/v9/hmum4WuBN4A0Z_7367NDIg.ttf','!'),(24011,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/walterturncoat/v8/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf','}ʠ'),(24012,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/walterturncoat/v8/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf','v'),(24013,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/walterturncoat/v8/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf','('),(24014,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/walterturncoat/v8/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf','^'),(24015,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/warnes/v7/MXG7_Phj4YpzAXxKGItuBw.ttf','}ʠ'),(24016,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/warnes/v7/MXG7_Phj4YpzAXxKGItuBw.ttf','59'),(24017,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/warnes/v7/MXG7_Phj4YpzAXxKGItuBw.ttf','('),(24018,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/warnes/v7/MXG7_Phj4YpzAXxKGItuBw.ttf','X=\r'),(24019,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wellfleet/v5/J5tOx72iFRPgHYpbK9J4XQ.ttf','}ʠ'),(24020,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wellfleet/v5/J5tOx72iFRPgHYpbK9J4XQ.ttf','}$@'),(24021,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wellfleet/v5/J5tOx72iFRPgHYpbK9J4XQ.ttf','('),(24022,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wellfleet/v5/J5tOx72iFRPgHYpbK9J4XQ.ttf','\06'),(24023,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wendyone/v5/R8CJT2oDXdMk_ZtuHTxoxw.ttf','}ʠ'),(24024,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wendyone/v5/R8CJT2oDXdMk_ZtuHTxoxw.ttf','t9'),(24025,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wendyone/v5/R8CJT2oDXdMk_ZtuHTxoxw.ttf','('),(24026,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wendyone/v5/R8CJT2oDXdMk_ZtuHTxoxw.ttf','a'),(24027,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wireone/v8/sRLhaQOQpWnvXwIx0CycQw.ttf','}ʠ'),(24028,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wireone/v8/sRLhaQOQpWnvXwIx0CycQw.ttf','6'),(24029,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wireone/v8/sRLhaQOQpWnvXwIx0CycQw.ttf','('),(24030,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/wireone/v8/sRLhaQOQpWnvXwIx0CycQw.ttf','u'),(24031,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(24032,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf','[U'),(24033,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf','('),(24034,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf','V\0'),(24035,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24036,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf','B$t'),(24037,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf','('),(24038,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf','?'),(24039,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24040,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf','l'),(24041,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf','('),(24042,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf',']X'),(24043,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/zVvigUiMvx7JVEnrJgc-5Q.ttf','}ʠ'),(24044,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/zVvigUiMvx7JVEnrJgc-5Q.ttf',''),(24045,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/zVvigUiMvx7JVEnrJgc-5Q.ttf','('),(24046,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/zVvigUiMvx7JVEnrJgc-5Q.ttf','cü'),(24047,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24048,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf','RJf'),(24049,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf','('),(24050,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf','P'),(24051,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24052,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf','>#\Z'),(24053,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf','('),(24054,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf','p'),(24055,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24056,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf','W'),(24057,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf','('),(24058,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf','}'),(24059,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24060,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf','-'),(24061,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf','('),(24062,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf','\\K'),(24063,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24064,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf',''),(24065,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf','('),(24066,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/worksans/v3/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf',''),(24067,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf','}ʠ'),(24068,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf','gܫ'),(24069,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf','('),(24070,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf','4'),(24071,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf','}ʠ'),(24072,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf','Q\0'),(24073,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf','('),(24074,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf','$y'),(24075,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf','}ʠ'),(24076,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf','g'),(24077,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf','('),(24078,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf','km'),(24079,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf','}ʠ'),(24080,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf','p'),(24081,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf','('),(24082,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yanonekaffeesatz/v9/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf','J'),(24083,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf','}ʠ'),(24084,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf','\r1'),(24085,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf','('),(24086,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf','7'),(24087,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf','}ʠ'),(24088,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf',':\n'),(24089,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf','('),(24090,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf','\"z'),(24091,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf','}ʠ'),(24092,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf','z'),(24093,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf','('),(24094,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf','	7'),(24095,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf','}ʠ'),(24096,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf','w'),(24097,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf','('),(24098,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf','o'),(24099,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf','}ʠ'),(24100,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf','20b'),(24101,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf','('),(24102,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf','4Oy!'),(24103,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf','}ʠ'),(24104,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf','8Pb'),(24105,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf','('),(24106,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yantramanav/v3/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf','m'),(24107,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yatraone/v4/ApKQzWF7_vG0Lt5TDqgUvw.ttf','}ʠ'),(24108,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yatraone/v4/ApKQzWF7_vG0Lt5TDqgUvw.ttf','_v'),(24109,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yatraone/v4/ApKQzWF7_vG0Lt5TDqgUvw.ttf','('),(24110,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yatraone/v4/ApKQzWF7_vG0Lt5TDqgUvw.ttf','}'),(24111,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yellowtail/v8/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(24112,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yellowtail/v8/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf','ʹ['),(24113,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yellowtail/v8/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf','('),(24114,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yellowtail/v8/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf','Id'),(24115,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesevaone/v12/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(24116,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesevaone/v12/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf','\"'),(24117,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesevaone/v12/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf','('),(24118,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesevaone/v12/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf',''),(24119,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesteryear/v6/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(24120,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesteryear/v6/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf',''),(24121,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesteryear/v6/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf','('),(24122,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yesteryear/v6/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf','`'),(24123,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/YI0C1syzAYpkrPx27UnC2w.ttf','}ʠ'),(24124,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/YI0C1syzAYpkrPx27UnC2w.ttf','e`'),(24125,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/YI0C1syzAYpkrPx27UnC2w.ttf','('),(24126,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/YI0C1syzAYpkrPx27UnC2w.ttf','fۍ'),(24127,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/JWX_dCK4_Jq-oqF7r9rFHg.ttf','}ʠ'),(24128,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/JWX_dCK4_Jq-oqF7r9rFHg.ttf','C'),(24129,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/JWX_dCK4_Jq-oqF7r9rFHg.ttf','('),(24130,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/JWX_dCK4_Jq-oqF7r9rFHg.ttf','\0ֈ:'),(24131,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/rWuZmBLHIeKRbnfSvWCvYg.ttf','}ʠ'),(24132,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/rWuZmBLHIeKRbnfSvWCvYg.ttf',';o'),(24133,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/rWuZmBLHIeKRbnfSvWCvYg.ttf','('),(24134,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/rWuZmBLHIeKRbnfSvWCvYg.ttf','02S'),(24135,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/1413P-oEfrq-tBIdqnslDQ.ttf','}ʠ'),(24136,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/1413P-oEfrq-tBIdqnslDQ.ttf','z`'),(24137,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/1413P-oEfrq-tBIdqnslDQ.ttf','('),(24138,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/1413P-oEfrq-tBIdqnslDQ.ttf','=~'),(24139,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/iV49zaJV5wyo_4LgxE2yng.ttf','}ʠ'),(24140,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/iV49zaJV5wyo_4LgxE2yng.ttf','3'),(24141,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/iV49zaJV5wyo_4LgxE2yng.ttf','('),(24142,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/yrsa/v3/iV49zaJV5wyo_4LgxE2yng.ttf','˖'),(24143,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zeyada/v7/hmonmGYYFwqTZQfG2nRswQ.ttf','}ʠ'),(24144,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zeyada/v7/hmonmGYYFwqTZQfG2nRswQ.ttf','CH'),(24145,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zeyada/v7/hmonmGYYFwqTZQfG2nRswQ.ttf','('),(24146,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zeyada/v7/hmonmGYYFwqTZQfG2nRswQ.ttf','&S'),(24147,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/MIkI-zFTb-IKu6GQ4qfBIUeOrDcLawS7-ssYqLr2Xp4.ttf','}ʠ'),(24148,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/MIkI-zFTb-IKu6GQ4qfBIUeOrDcLawS7-ssYqLr2Xp4.ttf','='),(24149,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/MIkI-zFTb-IKu6GQ4qfBIUeOrDcLawS7-ssYqLr2Xp4.ttf','('),(24150,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/MIkI-zFTb-IKu6GQ4qfBIUeOrDcLawS7-ssYqLr2Xp4.ttf','5]o8'),(24151,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMqcQoVhARpoaILP7amxE_8g.ttf','}ʠ'),(24152,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMqcQoVhARpoaILP7amxE_8g.ttf',''),(24153,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMqcQoVhARpoaILP7amxE_8g.ttf','('),(24154,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMqcQoVhARpoaILP7amxE_8g.ttf','J?\Zs'),(24155,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/GQa6C2kQZDjk1E7wBSIhnPesZW2xOQ-xsNqO47m55DA.ttf','}ʠ'),(24156,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/GQa6C2kQZDjk1E7wBSIhnPesZW2xOQ-xsNqO47m55DA.ttf','|oŗ'),(24157,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/GQa6C2kQZDjk1E7wBSIhnPesZW2xOQ-xsNqO47m55DA.ttf','('),(24158,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/GQa6C2kQZDjk1E7wBSIhnPesZW2xOQ-xsNqO47m55DA.ttf','弼'),(24159,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/0uwn9tpUNTyjFGXazfTluC3USBnSvpkopQaUR-2r7iU.ttf','}ʠ'),(24160,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/0uwn9tpUNTyjFGXazfTluC3USBnSvpkopQaUR-2r7iU.ttf','V\0Ϡ'),(24161,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/0uwn9tpUNTyjFGXazfTluC3USBnSvpkopQaUR-2r7iU.ttf','('),(24162,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/0uwn9tpUNTyjFGXazfTluC3USBnSvpkopQaUR-2r7iU.ttf','K|'),(24163,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/M-lMpg6F7WVOVam88MR7yJp-63r6doWhTEbsfBIRJ7A.ttf','}ʠ'),(24164,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/M-lMpg6F7WVOVam88MR7yJp-63r6doWhTEbsfBIRJ7A.ttf','jU'),(24165,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/M-lMpg6F7WVOVam88MR7yJp-63r6doWhTEbsfBIRJ7A.ttf','('),(24166,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/M-lMpg6F7WVOVam88MR7yJp-63r6doWhTEbsfBIRJ7A.ttf','dR'),(24167,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMpMQuUSAwdHsY8ov_6tk1oA.ttf','}ʠ'),(24168,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMpMQuUSAwdHsY8ov_6tk1oA.ttf','\0'),(24169,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMpMQuUSAwdHsY8ov_6tk1oA.ttf','('),(24170,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMpMQuUSAwdHsY8ov_6tk1oA.ttf','je'),(24171,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/idTxEJxWLSyMdm2hH0_fO_pTEJqju4Hz1txDWij77d4.ttf','}ʠ'),(24172,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/idTxEJxWLSyMdm2hH0_fO_pTEJqju4Hz1txDWij77d4.ttf','j'),(24173,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/idTxEJxWLSyMdm2hH0_fO_pTEJqju4Hz1txDWij77d4.ttf','('),(24174,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/idTxEJxWLSyMdm2hH0_fO_pTEJqju4Hz1txDWij77d4.ttf',''),(24175,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMmv8CylhIUtwUiYO7Z2wXbE.ttf','}ʠ'),(24176,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMmv8CylhIUtwUiYO7Z2wXbE.ttf','`n'),(24177,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMmv8CylhIUtwUiYO7Z2wXbE.ttf','('),(24178,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMmv8CylhIUtwUiYO7Z2wXbE.ttf','޸'),(24179,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/5alS-fi1sAYG-KJydQxv8AJKKGfqHaYFsRG-T3ceEVo.ttf','}ʠ'),(24180,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/5alS-fi1sAYG-KJydQxv8AJKKGfqHaYFsRG-T3ceEVo.ttf','~'),(24181,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/5alS-fi1sAYG-KJydQxv8AJKKGfqHaYFsRG-T3ceEVo.ttf','('),(24182,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/5alS-fi1sAYG-KJydQxv8AJKKGfqHaYFsRG-T3ceEVo.ttf','7ٲ'),(24183,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMkD2ttfZwueP-QU272T9-k4.ttf','}ʠ'),(24184,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMkD2ttfZwueP-QU272T9-k4.ttf',')'),(24185,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMkD2ttfZwueP-QU272T9-k4.ttf','('),(24186,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslab/v3/SlbCHfLtf3uBEqmR9ezZMkD2ttfZwueP-QU272T9-k4.ttf','1~'),(24187,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/A1oFQmFZMluFeVEQs3f1ZsRj1XVSCnpi3yrU572D-Ys.ttf','}ʠ'),(24188,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/A1oFQmFZMluFeVEQs3f1ZsRj1XVSCnpi3yrU572D-Ys.ttf','2?K'),(24189,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/A1oFQmFZMluFeVEQs3f1ZsRj1XVSCnpi3yrU572D-Ys.ttf','('),(24190,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/A1oFQmFZMluFeVEQs3f1ZsRj1XVSCnpi3yrU572D-Ys.ttf','h'),(24191,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/4GC1z5cbR6tbZfervoVHHDJanj6ILIntqP8io1sy9nk.ttf','}ʠ'),(24192,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/4GC1z5cbR6tbZfervoVHHDJanj6ILIntqP8io1sy9nk.ttf','Uz'),(24193,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/4GC1z5cbR6tbZfervoVHHDJanj6ILIntqP8io1sy9nk.ttf','('),(24194,'wp-content/themes/bridge/framework/lib/google-fonts.php','fonts.gstatic.com','/s/zillaslabhighlight/v3/4GC1z5cbR6tbZfervoVHHDJanj6ILIntqP8io1sy9nk.ttf','H'),(24195,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg','www.w3.org','/2000/svg','\Z.6'),(24196,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg','www.w3.org','/2000/svg','\Z~4/'),(24197,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg','www.w3.org','/2000/svg','!'),(24198,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg','www.w3.org','/2000/svg','&28'),(24199,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24200,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24201,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24202,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24203,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','GA'),(24204,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','\nt'),(24205,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0',''),(24206,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php','aws.amazon.com','/apache2.0','S?'),(24207,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/2000/svg','\Z.6'),(24208,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/2000/svg','\Z~4/'),(24209,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/2000/svg','!'),(24210,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/2000/svg','&28'),(24211,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/1999/xlink','\Z.6'),(24212,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/1999/xlink','	'),(24213,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/1999/xlink','!'),(24214,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.w3.org','/1999/xlink','1x'),(24215,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.bohemiancoding.com','/sketch',''),(24216,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.bohemiancoding.com','/sketch','G'),(24217,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(24218,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','www.bohemiancoding.com','/sketch','Y'),(24219,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24220,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24221,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24222,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24223,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24224,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24225,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24226,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24227,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','Z'),(24228,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','\\'),(24229,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','2J'),(24230,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','www.doctrine-project.org','/','z,'),(24231,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24232,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24233,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24234,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24235,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','&'),(24236,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','j'),(24237,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','j/'),(24238,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','-'),(24239,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','4@'),(24240,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','z'),(24241,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','LS'),(24242,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','$'),(24243,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24244,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24245,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg','www.w3.org','/2000/svg','!'),(24246,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg','www.w3.org','/2000/svg','&28'),(24247,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24248,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24249,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24250,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24251,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','auth.updraftplus.com','/auth/googledrive','4'),(24252,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','auth.updraftplus.com','/auth/googledrive',','),(24253,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','auth.updraftplus.com','/auth/googledrive','_r'),(24254,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','auth.updraftplus.com','/auth/googledrive','Ox'),(24255,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','stackoverflow.com','/questions/10975775/how-to-determine-if-a-string-was-compressed','X_'),(24256,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','stackoverflow.com','/questions/10975775/how-to-determine-if-a-string-was-compressed','ɷyc'),(24257,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token','i.'),(24258,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token','40.'),(24259,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token',''),(24260,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token','uS'),(24261,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive.file)','O'),(24262,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive.file)','Ab'),(24263,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive.file)','Q'),(24264,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive.file)',''),(24265,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive','O'),(24266,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive','Wpʄ'),(24267,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive','Q'),(24268,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/drive',':'),(24269,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/userinfo.profile','O'),(24270,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(24271,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/userinfo.profile','Q'),(24272,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.googleapis.com','/auth/userinfo.profile','~'),(24273,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/auth','i.'),(24274,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/auth','m'),(24275,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/auth',''),(24276,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/auth','2˔'),(24277,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/revoke','i.'),(24278,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/revoke','/'),(24279,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/revoke',''),(24280,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/revoke','Y'),(24281,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token','i.'),(24282,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token','40.'),(24283,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token',''),(24284,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','accounts.google.com','/o/oauth2/token','uS'),(24285,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','+8'),(24286,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','_U'),(24287,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','6Џ'),(24288,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','&'),(24289,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','wiki.php.net','/rfc/tls-peer-verification',':4'),(24290,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','wiki.php.net','/rfc/tls-peer-verification','-q'),(24291,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','wiki.php.net','/rfc/tls-peer-verification','7+'),(24292,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','wiki.php.net','/rfc/tls-peer-verification','׵;'),(24293,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','github.com','/google/google-api-php-client/blob/master/examples/fileupload.php',':\0$'),(24294,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','github.com','/google/google-api-php-client/blob/master/examples/fileupload.php','o\0X'),(24295,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','updraftplus.com','/support/configuring-google-drive-api-access-in-updraftplus/','_r'),(24296,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','updraftplus.com','/support/configuring-google-drive-api-access-in-updraftplus/','O;%'),(24297,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','console.developers.google.com','/','	'),(24298,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','console.developers.google.com','/',':\\ '),(24299,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','console.developers.google.com','/','\Z}{E'),(24300,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','console.developers.google.com','/','@˄'),(24301,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','console.developers.google.com','/',''),(24302,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','console.developers.google.com','/','b'),(24303,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','updraftplus.com','/faqs/privacy-policy-use-google-drive-app/','_r'),(24304,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','updraftplus.com','/faqs/privacy-policy-use-google-drive-app/','[:'),(24305,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(24306,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(24307,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','myaccount.google.com','/permissions','Z<}'),(24308,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','myaccount.google.com','/permissions','!6'),(24309,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','myaccount.google.com','/permissions',''),(24310,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php','myaccount.google.com','/permissions','s%['),(24311,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24312,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24313,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24314,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24315,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24316,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24317,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24318,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24319,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24320,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24321,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24322,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24323,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24324,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24325,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24326,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24327,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/2000/svg','\Z.6'),(24328,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/2000/svg','\Z~4/'),(24329,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/2000/svg','!'),(24330,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/2000/svg','&28'),(24331,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/1999/xlink','\Z.6'),(24332,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/1999/xlink','	'),(24333,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/1999/xlink','!'),(24334,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.w3.org','/1999/xlink','1x'),(24335,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.bohemiancoding.com','/sketch',''),(24336,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.bohemiancoding.com','/sketch','G'),(24337,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(24338,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','www.bohemiancoding.com','/sketch','Y'),(24339,'wp-content/themes/bridge/js/plugins/modernizr.min.js','modernizr.com','/download/','-'),(24340,'wp-content/themes/bridge/js/plugins/modernizr.min.js','modernizr.com','/download/','&P'),(24341,'wp-content/themes/bridge/js/plugins/modernizr.min.js','www.w3.org','/2000/svg','\Z.6'),(24342,'wp-content/themes/bridge/js/plugins/modernizr.min.js','www.w3.org','/2000/svg','\Z~4/'),(24343,'wp-content/themes/bridge/js/plugins/modernizr.min.js','www.w3.org','/2000/svg','!'),(24344,'wp-content/themes/bridge/js/plugins/modernizr.min.js','www.w3.org','/2000/svg','&28'),(24345,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24346,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24347,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24348,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24349,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24350,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24351,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24352,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24353,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24354,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24355,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24356,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24357,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24358,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24359,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24360,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24361,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0','GA'),(24362,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0','\nt'),(24363,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0',''),(24364,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php','aws.amazon.com','/apache2.0','S?'),(24365,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0','GA'),(24366,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0','\nt'),(24367,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0',''),(24368,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php','aws.amazon.com','/apache2.0','S?'),(24369,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg','www.w3.org','/2000/svg','\Z.6'),(24370,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg','www.w3.org','/2000/svg','\Z~4/'),(24371,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg','www.w3.org','/2000/svg','!'),(24372,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg','www.w3.org','/2000/svg','&28'),(24373,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24374,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24375,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24376,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24377,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','github.com','/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md',':\0$'),(24378,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','github.com','/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md','-T'),(24379,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24380,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24381,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg','www.w3.org','/2000/svg','!'),(24382,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg','www.w3.org','/2000/svg','&28'),(24383,'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php','www.themepunch.com','/','*'),(24384,'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php','www.themepunch.com','/',''),(24385,'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php','www.themepunch.com','/','d'),(24386,'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php','www.themepunch.com','/','LP'),(24387,'wp-content/updraft/themes-old/twentysixteen/footer.php','wordpress.org','/','\'ľ'),(24388,'wp-content/updraft/themes-old/twentysixteen/footer.php','wordpress.org','/','e]'),(24389,'wp-content/themes/bridge/templates/blog_single-loop.php','www.youtube.com','/embed/','h`wn'),(24390,'wp-content/themes/bridge/templates/blog_single-loop.php','www.youtube.com','/embed/',''),(24391,'wp-content/themes/bridge/templates/blog_single-loop.php','www.youtube.com','/embed/','Mçi'),(24392,'wp-content/themes/bridge/templates/blog_single-loop.php','www.youtube.com','/embed/',''),(24393,'wp-content/themes/bridge/templates/blog_single-loop.php','player.vimeo.com','/video/','3'),(24394,'wp-content/themes/bridge/templates/blog_single-loop.php','player.vimeo.com','/video/','k\0'),(24395,'wp-content/themes/bridge/templates/blog_single-loop.php','player.vimeo.com','/video/','U'),(24396,'wp-content/themes/bridge/templates/blog_single-loop.php','player.vimeo.com','/video/','HW'),(24397,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24398,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24399,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg','www.w3.org','/2000/svg','!'),(24400,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg','www.w3.org','/2000/svg','&28'),(24401,'wp-content/themes/bridge/woocommerce/global/quantity-input.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(24402,'wp-content/themes/bridge/woocommerce/global/quantity-input.php','docs.woocommerce.com','/document/template-structure/','b'),(24403,'wp-content/themes/bridge/woocommerce/global/quantity-input.php','docs.woocommerce.com','/document/template-structure/','\0'),(24404,'wp-content/themes/bridge/woocommerce/global/quantity-input.php','docs.woocommerce.com','/document/template-structure/','5'),(24405,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24406,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24407,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg','www.w3.org','/2000/svg','!'),(24408,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg','www.w3.org','/2000/svg','&28'),(24409,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24410,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24411,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24412,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24413,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24414,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24415,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24416,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24417,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24418,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24419,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24420,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24421,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0','GA'),(24422,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0','\nt'),(24423,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0',''),(24424,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php','aws.amazon.com','/apache2.0','S?'),(24425,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24426,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24427,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24428,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24429,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24430,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24431,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24432,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24433,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24434,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24435,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24436,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24437,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24438,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24439,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24440,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24441,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','github.com','/bestiejs/lodash/blob/master/LICENSE.txt',':\0$'),(24442,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','github.com','/bestiejs/lodash/blob/master/LICENSE.txt',' '),(24443,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','github.com','/zloirock/core-js/issues/86',':\0$'),(24444,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','github.com','/zloirock/core-js/issues/86','Ľ9'),(24445,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','github.com','/zaach/jison/issues/291',':\0$'),(24446,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','github.com','/zaach/jison/issues/291','T['),(24447,'wp-content/updraft/themes-old/twentyseventeen/template-parts/footer/site-info.php','wordpress.org','/','\'ľ'),(24448,'wp-content/updraft/themes-old/twentyseventeen/template-parts/footer/site-info.php','wordpress.org','/','e]'),(24449,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24450,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24451,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24452,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24453,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24454,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24455,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24456,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24457,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24458,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24459,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24460,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24461,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24462,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24463,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24464,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24465,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24466,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24467,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24468,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24469,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24470,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24471,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24472,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24473,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(24474,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(24475,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(24476,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(24477,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query',''),(24478,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query','U'),(24479,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query','\'ľ'),(24480,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','codex.wordpress.org','/Class_Reference/WP_Query','7\"'),(24481,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','www.w3schools.com','/tags/att_global_id.asp',''),(24482,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','www.w3schools.com','/tags/att_global_id.asp','t'),(24483,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','www.w3schools.com','/tags/att_global_id.asp','{'),(24484,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(24485,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','nh'),(24486,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','9K'),(24487,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','\'ľ'),(24488,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/basics/theme-functions/','x/'),(24489,'wp-content/updraft/themes-old/twentyseventeen/functions.php','translate.wordpress.org','/projects/wp-themes/twentyseventeen','n'),(24490,'wp-content/updraft/themes-old/twentyseventeen/functions.php','translate.wordpress.org','/projects/wp-themes/twentyseventeen','}vy'),(24491,'wp-content/updraft/themes-old/twentyseventeen/functions.php','translate.wordpress.org','/projects/wp-themes/twentyseventeen','\'ľ'),(24492,'wp-content/updraft/themes-old/twentyseventeen/functions.php','translate.wordpress.org','/projects/wp-themes/twentyseventeen','\n '),(24493,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/','nh'),(24494,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/',''),(24495,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/','\'ľ'),(24496,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/featured-images-post-thumbnails/','Z'),(24497,'wp-content/updraft/themes-old/twentyseventeen/functions.php','codex.wordpress.org','/Post_Formats',''),(24498,'wp-content/updraft/themes-old/twentyseventeen/functions.php','codex.wordpress.org','/Post_Formats','\0ye'),(24499,'wp-content/updraft/themes-old/twentyseventeen/functions.php','codex.wordpress.org','/Post_Formats','\'ľ'),(24500,'wp-content/updraft/themes-old/twentyseventeen/functions.php','codex.wordpress.org','/Post_Formats','\ra'),(24501,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.googleapis.com','/css','-<3'),(24502,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.googleapis.com','/css',')a'),(24503,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.googleapis.com','/css','Q'),(24504,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.googleapis.com','/css','&8'),(24505,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.gstatic.com','/','}ʠ'),(24506,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.gstatic.com','/','A'),(24507,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.gstatic.com','/','('),(24508,'wp-content/updraft/themes-old/twentyseventeen/functions.php','fonts.gstatic.com','/',')'),(24509,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','nh'),(24510,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','A'),(24511,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','\'ľ'),(24512,'wp-content/updraft/themes-old/twentyseventeen/functions.php','developer.wordpress.org','/themes/functionality/sidebars/','-'),(24513,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg','www.w3.org','/2000/svg','\Z.6'),(24514,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg','www.w3.org','/2000/svg','\Z~4/'),(24515,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg','www.w3.org','/2000/svg','!'),(24516,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg','www.w3.org','/2000/svg','&28'),(24517,'wp-content/plugins/revslider/includes/framework/functions.class.php','www.themepunch.com','/','*'),(24518,'wp-content/plugins/revslider/includes/framework/functions.class.php','www.themepunch.com','/',''),(24519,'wp-content/plugins/revslider/includes/framework/functions.class.php','www.themepunch.com','/','d'),(24520,'wp-content/plugins/revslider/includes/framework/functions.class.php','www.themepunch.com','/','LP'),(24521,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0','GA'),(24522,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0','\nt'),(24523,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0',''),(24524,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0','S?'),(24525,'wp-content/plugins/bridge-core/modules/import/parsers.php','export.qodethemes.com','/','#'),(24526,'wp-content/plugins/bridge-core/modules/import/parsers.php','export.qodethemes.com','/','~'),(24527,'wp-content/plugins/bridge-core/modules/import/parsers.php','export.qodethemes.com','/','e'),(24528,'wp-content/plugins/bridge-core/modules/import/parsers.php','export.qodethemes.com','/','b'),(24529,'wp-content/plugins/bridge-core/modules/import/parsers.php','wordpress.org','/export/1.1/','\'ľ'),(24530,'wp-content/plugins/bridge-core/modules/import/parsers.php','wordpress.org','/export/1.1/','T'),(24531,'wp-content/plugins/bridge-core/modules/import/parsers.php','wordpress.org','/export/1.1/excerpt/','\'ľ'),(24532,'wp-content/plugins/bridge-core/modules/import/parsers.php','wordpress.org','/export/1.1/excerpt/',')ד'),(24533,'wp-content/plugins/bridge-core/modules/import/parsers.php','purl.org','/dc/elements/1.1/','*'),(24534,'wp-content/plugins/bridge-core/modules/import/parsers.php','purl.org','/dc/elements/1.1/',''),(24535,'wp-content/plugins/bridge-core/modules/import/parsers.php','purl.org','/rss/1.0/modules/content/','*'),(24536,'wp-content/plugins/bridge-core/modules/import/parsers.php','purl.org','/rss/1.0/modules/content/','8j'),(24537,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24538,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24539,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg','www.w3.org','/2000/svg','!'),(24540,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg','www.w3.org','/2000/svg','&28'),(24541,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24542,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24543,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24544,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24545,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24546,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24547,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24548,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24549,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24550,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24551,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24552,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24553,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24554,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24555,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24556,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24557,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','C'),(24558,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','C'),(24559,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','ST'),(24560,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','	8'),(24561,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','C'),(24562,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','#'),(24563,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','ST'),(24564,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','khY'),(24565,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','C'),(24566,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','#'),(24567,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','ST'),(24568,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','khY'),(24569,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js','www.fontspring.com','/blog/the-new-bulletproof-font-face-syntax).','E&'),(24570,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js','www.fontspring.com','/blog/the-new-bulletproof-font-face-syntax).','y('),(24571,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js','www.fontspring.com','/blog/the-new-bulletproof-font-face-syntax).','Z'),(24572,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js','www.fontspring.com','/blog/the-new-bulletproof-font-face-syntax).','Ko'),(24573,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24574,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24575,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg','www.w3.org','/2000/svg','!'),(24576,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg','www.w3.org','/2000/svg','&28'),(24577,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24578,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24579,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg','www.w3.org','/2000/svg','!'),(24580,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg','www.w3.org','/2000/svg','&28'),(24581,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','!w'),(24582,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','jz'),(24583,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','~'),(24584,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','Jd'),(24585,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','\'ľ'),(24586,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','p;^8'),(24587,'wp-content/plugins/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','_r'),(24588,'wp-content/plugins/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','3G'),(24589,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','!w'),(24590,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','Z'),(24591,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','~'),(24592,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','/'),(24593,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','\'ľ'),(24594,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','\ZH2'),(24595,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','!w'),(24596,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','Nw'),(24597,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','~'),(24598,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','='),(24599,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','\'ľ'),(24600,'wp-content/plugins/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','<t'),(24601,'wp-content/plugins/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','_r'),(24602,'wp-content/plugins/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','3G'),(24603,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24604,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24605,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg','www.w3.org','/2000/svg','!'),(24606,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg','www.w3.org','/2000/svg','&28'),(24607,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg','www.w3.org','/2000/svg','\Z.6'),(24608,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg','www.w3.org','/2000/svg','\Z~4/'),(24609,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg','www.w3.org','/2000/svg','!'),(24610,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg','www.w3.org','/2000/svg','&28'),(24611,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html','\n'),(24612,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html','n'),(24613,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html',':'),(24614,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','framework.zend.com','/manual/en/zend.cache.html','\n'),(24615,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg','www.w3.org','/2000/svg','\Z.6'),(24616,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg','www.w3.org','/2000/svg','\Z~4/'),(24617,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg','www.w3.org','/2000/svg','!'),(24618,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg','www.w3.org','/2000/svg','&28'),(24619,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON',':\0$'),(24620,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON','L='),(24621,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)','ϻ'),(24622,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)','_@7'),(24623,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)',''),(24624,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/mit-license.php)','/@'),(24625,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)','ϻ'),(24626,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)','4'),(24627,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)',''),(24628,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','www.opensource.org','/licenses/gpl-license.php)','1'),(24629,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON/issues/67',':\0$'),(24630,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','github.com','/marioizquierdo/jquery.serializeJSON/issues/67',''),(24631,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','wpbakery.com','/','7\Z'),(24632,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','wpbakery.com','/','NDa\''),(24633,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','`T'),(24634,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','t|D'),(24635,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','Q'),(24636,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','ajax.googleapis.com','/ajax/libs/webfont/1.6.26/webfont.js','>'),(24637,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php',''),(24638,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php','zK'),(24639,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','v'),(24640,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR',':/'),(24641,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','7+'),(24642,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','-2'),(24643,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php',''),(24644,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','opensource.org','/licenses/bsd-license.php','zK'),(24645,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','v'),(24646,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR',':/'),(24647,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','7+'),(24648,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php','pear.php.net','/package/PEAR','-2'),(24649,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24650,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24651,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg','www.w3.org','/2000/svg','!'),(24652,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg','www.w3.org','/2000/svg','&28'),(24653,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/updraftcentral-how-to-add-a-site/','_r'),(24654,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/updraftcentral-how-to-add-a-site/','\'('),(24655,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/updraftcentral-remote-control/','_r'),(24656,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/updraftcentral-remote-control/','+O'),(24657,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/','_r'),(24658,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/','\\'),(24659,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/','_r'),(24660,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/','ʛ'),(24661,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/','_r'),(24662,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/',''),(24663,'wp-content/plugins/updraftplus/central/bootstrap.php','wordpress.org','/plugins/updraftcentral/','\'ľ'),(24664,'wp-content/plugins/updraftplus/central/bootstrap.php','wordpress.org','/plugins/updraftcentral/','Ԅ\\2'),(24665,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftcentral.com','/','>lyd'),(24666,'wp-content/plugins/updraftplus/central/bootstrap.php','updraftcentral.com','/','vǆ'),(24667,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0','GA'),(24668,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0','\nt'),(24669,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0',''),(24670,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php','aws.amazon.com','/apache2.0','S?'),(24671,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24672,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24673,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg','www.w3.org','/2000/svg','!'),(24674,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg','www.w3.org','/2000/svg','&28'),(24675,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg','www.w3.org','/2000/svg','\Z.6'),(24676,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg','www.w3.org','/2000/svg','\Z~4/'),(24677,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg','www.w3.org','/2000/svg','!'),(24678,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg','www.w3.org','/2000/svg','&28'),(24679,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg','www.w3.org','/2000/svg','\Z.6'),(24680,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg','www.w3.org','/2000/svg','\Z~4/'),(24681,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg','www.w3.org','/2000/svg','!'),(24682,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg','www.w3.org','/2000/svg','&28'),(24683,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0','GA'),(24684,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0','\nt'),(24685,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0',''),(24686,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php','aws.amazon.com','/apache2.0','S?'),(24687,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg','www.w3.org','/2000/svg','\Z.6'),(24688,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg','www.w3.org','/2000/svg','\Z~4/'),(24689,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg','www.w3.org','/2000/svg','!'),(24690,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg','www.w3.org','/2000/svg','&28'),(24691,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24692,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24693,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24694,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24695,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24696,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24697,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg','www.w3.org','/2000/svg','!'),(24698,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg','www.w3.org','/2000/svg','&28'),(24699,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0','GA'),(24700,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0','\nt'),(24701,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0',''),(24702,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','aws.amazon.com','/apache2.0','S?'),(24703,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','|B'),(24704,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','\ZQҩ'),(24705,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','GA'),(24706,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','ݷ'),(24707,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html',''),(24708,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php','docs.aws.amazon.com','/STS/latest/UsingSTS/UsingTokens.html','_\''),(24709,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24710,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24711,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24712,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24713,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','envato.github.io','/wp-envato-market/dist/envato-market.zip','d.'),(24714,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','envato.github.io','/wp-envato-market/dist/envato-market.zip','yS'),(24715,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','envato.github.io','/wp-envato-market/dist/envato-market.zip','[h'),(24716,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','envato.github.io','/wp-envato-market/dist/envato-market.zip','Nw'),(24717,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','wordpress.org','/plugins/wp-job-manager/','\'ľ'),(24718,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','wordpress.org','/plugins/wp-job-manager/','h'),(24719,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','wordpress.org','/plugins/wp-job-manager-locations/','\'ľ'),(24720,'wp-content/themes/bridge/includes/plugins/plugins-activation.php','wordpress.org','/plugins/wp-job-manager-locations/','«'),(24721,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24722,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24723,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg','www.w3.org','/2000/svg','!'),(24724,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg','www.w3.org','/2000/svg','&28'),(24725,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24726,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24727,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg','www.w3.org','/2000/svg','!'),(24728,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg','www.w3.org','/2000/svg','&28'),(24729,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/assets/js/horizontal-timeline.js','stackoverflow.com','/questions/542938/how-do-i-get-the-number-of-days-between-two-dates-in-javascript','X_'),(24730,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/assets/js/horizontal-timeline.js','stackoverflow.com','/questions/542938/how-do-i-get-the-number-of-days-between-two-dates-in-javascript','ᆗ'),(24731,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/assets/js/horizontal-timeline.js','stackoverflow.com','/questions/123999/how-to-tell-if-a-dom-element-is-visible-in-the-current-viewport','X_'),(24732,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/assets/js/horizontal-timeline.js','stackoverflow.com','/questions/123999/how-to-tell-if-a-dom-element-is-visible-in-the-current-viewport','\'C#b'),(24733,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(24734,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(24735,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(24736,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(24737,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','opensource.org','/licenses/BSD-3-Clause',''),(24738,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','opensource.org','/licenses/BSD-3-Clause','g2'),(24739,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','v'),(24740,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','v'),(24741,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','7+'),(24742,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','<J'),(24743,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','opensource.org','/licenses/BSD-3-Clause',''),(24744,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','opensource.org','/licenses/BSD-3-Clause','g2'),(24745,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','v'),(24746,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','v'),(24747,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','7+'),(24748,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/package/HTTP_Request2','<J'),(24749,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','v'),(24750,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','P\r'),(24751,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','7+'),(24752,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','HX\0'),(24753,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','v'),(24754,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','Fig'),(24755,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','7+'),(24756,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php','pear.php.net','/bugs/bug.php','n('),(24757,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24758,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24759,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg','www.w3.org','/2000/svg','!'),(24760,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg','www.w3.org','/2000/svg','&28'),(24761,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24762,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24763,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','www.w3.org','/2000/svg','!'),(24764,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','www.w3.org','/2000/svg','&28'),(24765,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24766,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24767,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24768,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24769,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24770,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24771,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg','www.w3.org','/2000/svg','!'),(24772,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg','www.w3.org','/2000/svg','&28'),(24773,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24774,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24775,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg','www.w3.org','/2000/svg','!'),(24776,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg','www.w3.org','/2000/svg','&28'),(24777,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24778,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24779,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg','www.w3.org','/2000/svg','!'),(24780,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg','www.w3.org','/2000/svg','&28'),(24781,'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php','www.w3schools.com','/tags/att_global_id.asp',''),(24782,'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php','www.w3schools.com','/tags/att_global_id.asp','t'),(24783,'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php','www.w3schools.com','/tags/att_global_id.asp','{'),(24784,'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(24785,'wp-content/themes/bridge/js/plugins/fluidvids.min.js','github.com','/toddmotto/fluidvids',':\0$'),(24786,'wp-content/themes/bridge/js/plugins/fluidvids.min.js','github.com','/toddmotto/fluidvids','e/'),(24787,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg','www.w3.org','/2000/svg','\Z.6'),(24788,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg','www.w3.org','/2000/svg','\Z~4/'),(24789,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg','www.w3.org','/2000/svg','!'),(24790,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg','www.w3.org','/2000/svg','&28'),(24791,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24792,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24793,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24794,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24795,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24796,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24797,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24798,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24799,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24800,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24801,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24802,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24803,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24804,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24805,'wp-content/plugins/updraftplus/includes/Google/Model.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24806,'wp-content/plugins/updraftplus/includes/Google/Model.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24807,'wp-content/plugins/updraftplus/includes/Google/Model.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24808,'wp-content/plugins/updraftplus/includes/Google/Model.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24809,'wp-content/plugins/updraftplus/includes/Google/Model.php','tools.ietf.org','/html/draft-zyp-json-schema-03','C'),(24810,'wp-content/plugins/updraftplus/includes/Google/Model.php','tools.ietf.org','/html/draft-zyp-json-schema-03','aJa'),(24811,'wp-content/plugins/updraftplus/includes/Google/Model.php','tools.ietf.org','/html/draft-zyp-json-schema-03','ST'),(24812,'wp-content/plugins/updraftplus/includes/Google/Model.php','tools.ietf.org','/html/draft-zyp-json-schema-03','/~'),(24813,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24814,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24815,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg','www.w3.org','/2000/svg','!'),(24816,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg','www.w3.org','/2000/svg','&28'),(24817,'wp-content/plugins/revslider/admin/views/global-settings.php','revolution.themepunch.com','/','\\j'),(24818,'wp-content/plugins/revslider/admin/views/global-settings.php','revolution.themepunch.com','/','-i'),(24819,'wp-content/plugins/revslider/admin/views/global-settings.php','revolution.themepunch.com','/','d'),(24820,'wp-content/plugins/revslider/admin/views/global-settings.php','revolution.themepunch.com','/','LP'),(24821,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.googleapis.com','/css','-<3'),(24822,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.googleapis.com','/css','-'),(24823,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.googleapis.com','/css','Q'),(24824,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.googleapis.com','/css','>'),(24825,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.useso.com','/css','mP'),(24826,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.useso.com','/css','9	'),(24827,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.useso.com','/css',''),(24828,'wp-content/plugins/revslider/admin/views/global-settings.php','fonts.useso.com','/css','a0'),(24829,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24830,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24831,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24832,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24833,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24834,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24835,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24836,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24837,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24838,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24839,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24840,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24841,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24842,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24843,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(24844,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(24845,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24846,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24847,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24848,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24849,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.googleapis.com','/auth/cloud-platform','O'),(24850,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.googleapis.com','/auth/cloud-platform','f1'),(24851,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.googleapis.com','/auth/cloud-platform','Q'),(24852,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','www.googleapis.com','/auth/cloud-platform','	'),(24853,'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24854,'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24855,'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24856,'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24857,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24858,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24859,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24860,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24861,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','wordpress.org','/export/1.1/','\'ľ'),(24862,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','wordpress.org','/export/1.1/','T'),(24863,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','wordpress.org','/export/1.1/excerpt/','\'ľ'),(24864,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','wordpress.org','/export/1.1/excerpt/',')ד'),(24865,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','purl.org','/dc/elements/1.1/','*'),(24866,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','purl.org','/dc/elements/1.1/',''),(24867,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','purl.org','/rss/1.0/modules/content/','*'),(24868,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php','purl.org','/rss/1.0/modules/content/','8j'),(24869,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/2000/svg','\Z.6'),(24870,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/2000/svg','\Z~4/'),(24871,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/2000/svg','!'),(24872,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/2000/svg','&28'),(24873,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/1999/xlink','\Z.6'),(24874,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/1999/xlink','	'),(24875,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/1999/xlink','!'),(24876,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.w3.org','/1999/xlink','1x'),(24877,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.bohemiancoding.com','/sketch',''),(24878,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.bohemiancoding.com','/sketch','G'),(24879,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(24880,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','www.bohemiancoding.com','/sketch','Y'),(24881,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24882,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24883,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg','www.w3.org','/2000/svg','!'),(24884,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg','www.w3.org','/2000/svg','&28'),(24885,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','example.com','/path/to/wp','y'),(24886,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','example.com','/path/to/wp','W~'),(24887,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1',''),(24888,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1','F'),(24889,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1','k8v'),(24890,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1','>V'),(24891,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','F)'),(24892,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','6\''),(24893,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','P3'),(24894,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','p'),(24895,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS',''),(24896,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS','X'),(24897,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS','}'),(24898,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS','p'),(24899,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key','V\n*'),(24900,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key','[>g^'),(24901,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key','::d'),(24902,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key',','),(24903,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php','www.w3schools.com','/tags/att_global_id.asp',''),(24904,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php','www.w3schools.com','/tags/att_global_id.asp','t'),(24905,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php','www.w3schools.com','/tags/att_global_id.asp','{'),(24906,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(24907,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/2000/svg','\Z.6'),(24908,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/2000/svg','\Z~4/'),(24909,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/2000/svg','!'),(24910,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/2000/svg','&28'),(24911,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/1999/xlink','\Z.6'),(24912,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/1999/xlink','	'),(24913,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/1999/xlink','!'),(24914,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.w3.org','/1999/xlink','1x'),(24915,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.bohemiancoding.com','/sketch',''),(24916,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.bohemiancoding.com','/sketch','G'),(24917,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(24918,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','www.bohemiancoding.com','/sketch','Y'),(24919,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg','www.w3.org','/2000/svg','\Z.6'),(24920,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg','www.w3.org','/2000/svg','\Z~4/'),(24921,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg','www.w3.org','/2000/svg','!'),(24922,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg','www.w3.org','/2000/svg','&28'),(24923,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24924,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24925,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg','www.w3.org','/2000/svg','!'),(24926,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg','www.w3.org','/2000/svg','&28'),(24927,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24928,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24929,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg','www.w3.org','/2000/svg','!'),(24930,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg','www.w3.org','/2000/svg','&28'),(24931,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0','GA'),(24932,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0','\nt'),(24933,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0',''),(24934,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php','aws.amazon.com','/apache2.0','S?'),(24935,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg','www.w3.org','/2000/svg','\Z.6'),(24936,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg','www.w3.org','/2000/svg','\Z~4/'),(24937,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg','www.w3.org','/2000/svg','!'),(24938,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg','www.w3.org','/2000/svg','&28'),(24939,'wp-content/updraft/plugins-old/akismet/class.akismet.php','core.trac.wordpress.org','/changeset/34726','!w'),(24940,'wp-content/updraft/plugins-old/akismet/class.akismet.php','core.trac.wordpress.org','/changeset/34726','_D'),(24941,'wp-content/updraft/plugins-old/akismet/class.akismet.php','core.trac.wordpress.org','/changeset/34726','~'),(24942,'wp-content/updraft/plugins-old/akismet/class.akismet.php','core.trac.wordpress.org','/changeset/34726','nD'),(24943,'wp-content/updraft/plugins-old/akismet/class.akismet.php','core.trac.wordpress.org','/changeset/34726','\'ľ'),(24944,'wp-content/updraft/plugins-old/akismet/class.akismet.php','core.trac.wordpress.org','/changeset/34726',' '),(24945,'wp-content/updraft/plugins-old/akismet/class.akismet.php','codex.wordpress.org','/Upgrading_WordPress',''),(24946,'wp-content/updraft/plugins-old/akismet/class.akismet.php','codex.wordpress.org','/Upgrading_WordPress','M3'),(24947,'wp-content/updraft/plugins-old/akismet/class.akismet.php','codex.wordpress.org','/Upgrading_WordPress','\'ľ'),(24948,'wp-content/updraft/plugins-old/akismet/class.akismet.php','codex.wordpress.org','/Upgrading_WordPress','Ջ$'),(24949,'wp-content/updraft/plugins-old/akismet/class.akismet.php','wordpress.org','/extend/plugins/akismet/download/','\'ľ'),(24950,'wp-content/updraft/plugins-old/akismet/class.akismet.php','wordpress.org','/extend/plugins/akismet/download/','=]F'),(24951,'wp-content/updraft/plugins-old/akismet/class.akismet.php','akismet.com','/privacy/','j9'),(24952,'wp-content/updraft/plugins-old/akismet/class.akismet.php','akismet.com','/privacy/','fx'),(24953,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24954,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24955,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg','www.w3.org','/2000/svg','!'),(24956,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg','www.w3.org','/2000/svg','&28'),(24957,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php','aws.amazon.com','/apache2.0','GA'),(24958,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php','aws.amazon.com','/apache2.0','\nt'),(24959,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php','aws.amazon.com','/apache2.0',''),(24960,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php','aws.amazon.com','/apache2.0','S?'),(24961,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24962,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24963,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg','www.w3.org','/2000/svg','!'),(24964,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg','www.w3.org','/2000/svg','&28'),(24965,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24966,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24967,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg','www.w3.org','/2000/svg','!'),(24968,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg','www.w3.org','/2000/svg','&28'),(24969,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg','www.w3.org','/2000/svg','\Z.6'),(24970,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(24971,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg','www.w3.org','/2000/svg','!'),(24972,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg','www.w3.org','/2000/svg','&28'),(24973,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg','www.w3.org','/2000/svg','\Z.6'),(24974,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg','www.w3.org','/2000/svg','\Z~4/'),(24975,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg','www.w3.org','/2000/svg','!'),(24976,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg','www.w3.org','/2000/svg','&28'),(24977,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24978,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24979,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24980,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24981,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24982,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24983,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24984,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24985,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(24986,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(24987,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24988,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24989,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','$'),(24990,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','www.apache.org','/licenses/LICENSE-2.0','0'),(24991,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(24992,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(24993,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0','GA'),(24994,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0','\nt'),(24995,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0',''),(24996,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php','aws.amazon.com','/apache2.0','S?'),(24997,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(24998,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(24999,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25000,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25001,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25002,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25003,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25004,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25005,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25006,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25007,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25008,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25009,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25010,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25011,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25012,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25013,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25014,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25015,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25016,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25017,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/','\Z}{E'),(25018,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/',' ]'),(25019,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/',''),(25020,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/','&P'),(25021,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','O'),(25022,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','[_'),(25023,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','Q'),(25024,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','T'),(25025,'wp-content/plugins/updraftplus/addons/migrator.php','github.com','/interconnectit/Search-Replace-DB',':\0$'),(25026,'wp-content/plugins/updraftplus/addons/migrator.php','github.com','/interconnectit/Search-Replace-DB','jA'),(25027,'wp-content/plugins/updraftplus/addons/migrator.php','iandunn.name','/comprehensive-wordpress-multisite-migrations/','!'),(25028,'wp-content/plugins/updraftplus/addons/migrator.php','iandunn.name','/comprehensive-wordpress-multisite-migrations/','E'),(25029,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/faqs/how-do-i-migrate-to-a-new-site-location/','_r'),(25030,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/faqs/how-do-i-migrate-to-a-new-site-location/','\'D<L'),(25031,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/ticket/25331','!w'),(25032,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/ticket/25331','SW<%'),(25033,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/ticket/25331','~'),(25034,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/ticket/25331','-\r\''),(25035,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/ticket/25331','\'ľ'),(25036,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/ticket/25331','?G'),(25037,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','_r'),(25038,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','/'),(25039,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','_r'),(25040,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','/'),(25041,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','_r'),(25042,'wp-content/plugins/updraftplus/addons/migrator.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','/'),(25043,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/changeset/34753','!w'),(25044,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/changeset/34753','L'),(25045,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/changeset/34753','~'),(25046,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/changeset/34753',''),(25047,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/changeset/34753','\'ľ'),(25048,'wp-content/plugins/updraftplus/addons/migrator.php','core.trac.wordpress.org','/changeset/34753','\\'),(25049,'wp-content/plugins/updraftplus/addons/migrator.php','www.davidcoveney.com','/','k'),(25050,'wp-content/plugins/updraftplus/addons/migrator.php','www.davidcoveney.com','/','muo'),(25051,'wp-content/plugins/updraftplus/addons/migrator.php','www.davidcoveney.com','/','G'),(25052,'wp-content/plugins/updraftplus/addons/migrator.php','www.davidcoveney.com','/','(MN'),(25053,'wp-content/plugins/updraftplus/addons/migrator.php','www.cloudspace.com','/blog/2009/08/06/fast-mysql-innodb-count-really-fast/',''),(25054,'wp-content/plugins/updraftplus/addons/migrator.php','www.cloudspace.com','/blog/2009/08/06/fast-mysql-innodb-count-really-fast/','SUw;'),(25055,'wp-content/plugins/updraftplus/addons/migrator.php','www.cloudspace.com','/blog/2009/08/06/fast-mysql-innodb-count-really-fast/',')\nL'),(25056,'wp-content/plugins/updraftplus/addons/migrator.php','www.cloudspace.com','/blog/2009/08/06/fast-mysql-innodb-count-really-fast/','_'),(25057,'wp-content/plugins/updraftplus/addons/migrator.php','bugs.php.net','/bug.php','@T'),(25058,'wp-content/plugins/updraftplus/addons/migrator.php','bugs.php.net','/bug.php','pG.5'),(25059,'wp-content/plugins/updraftplus/addons/migrator.php','bugs.php.net','/bug.php','7+'),(25060,'wp-content/plugins/updraftplus/addons/migrator.php','bugs.php.net','/bug.php','Yaz'),(25061,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25062,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25063,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25064,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25065,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25066,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25067,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25068,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25069,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25070,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25071,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25072,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25073,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25074,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25075,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25076,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25077,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php','advsys.net','/ken/utils.htm',';k'),(25078,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php','advsys.net','/ken/utils.htm',''),(25079,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(25080,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html','M'),(25081,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html',''),(25082,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','www.opensource.org','/licenses/mit-license.html','(742'),(25083,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/','a)'),(25084,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/','Wiߓ'),(25085,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/','d.'),(25086,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','phpseclib.sourceforge.net','/',''),(25087,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','php.net','/function.mcrypt-encrypt','7+'),(25088,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','php.net','/function.mcrypt-encrypt','pb'),(25089,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(25090,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(25091,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(25092,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(25093,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/2000/svg','\Z.6'),(25094,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/2000/svg','\Z~4/'),(25095,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/2000/svg','!'),(25096,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg','www.w3.org','/2000/svg','&28'),(25097,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25098,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25099,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25100,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25101,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25102,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25103,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25104,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25105,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25106,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25107,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25108,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25109,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25110,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25111,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25112,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25113,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg','www.w3.org','/2000/svg','\Z.6'),(25114,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg','www.w3.org','/2000/svg','\Z~4/'),(25115,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg','www.w3.org','/2000/svg','!'),(25116,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg','www.w3.org','/2000/svg','&28'),(25117,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25118,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25119,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25120,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25121,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/','\Z}{E'),(25122,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/','xPO'),(25123,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/',''),(25124,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','developers.google.com','/site-verification/','%S'),(25125,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification','O'),(25126,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification',''),(25127,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification','Q'),(25128,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification','Y1'),(25129,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','O'),(25130,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','~I'),(25131,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','Q'),(25132,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php','www.googleapis.com','/auth/siteverification.verify_only','7'),(25133,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','!w'),(25134,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','jz'),(25135,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','~'),(25136,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','Jd'),(25137,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','\'ľ'),(25138,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/30441','p;^8'),(25139,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','_r'),(25140,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','3G'),(25141,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','!w'),(25142,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','Z'),(25143,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','~'),(25144,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','/'),(25145,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','\'ľ'),(25146,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37512','\ZH2'),(25147,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','!w'),(25148,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','Nw'),(25149,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','~'),(25150,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','='),(25151,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','\'ľ'),(25152,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','core.trac.wordpress.org','/ticket/37216','<t'),(25153,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','_r'),(25154,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php','updraftplus.com','/automatic-backups/','3G'),(25155,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg','www.w3.org','/2000/svg','\Z.6'),(25156,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg','www.w3.org','/2000/svg','\Z~4/'),(25157,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg','www.w3.org','/2000/svg','!'),(25158,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg','www.w3.org','/2000/svg','&28'),(25159,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0','GA'),(25160,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0','\nt'),(25161,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0',''),(25162,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','aws.amazon.com','/apache2.0','S?'),(25163,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','@T'),(25164,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','J|'),(25165,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','7+'),(25166,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php','bugs.php.net','/bug.php','3'),(25167,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25168,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25169,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25170,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25171,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25172,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25173,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25174,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25175,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25176,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25177,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25178,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25179,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25180,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25181,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25182,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25183,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25184,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25185,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25186,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25187,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0','GA'),(25188,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0','\nt'),(25189,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0',''),(25190,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php','aws.amazon.com','/apache2.0','S?'),(25191,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25192,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25193,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg','www.w3.org','/2000/svg','!'),(25194,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg','www.w3.org','/2000/svg','&28'),(25195,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25196,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25197,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25198,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25199,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php','handlebarsjs.com','/',' @0'),(25200,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php','handlebarsjs.com','/',''),(25201,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25202,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25203,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25204,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25205,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25206,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25207,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25208,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25209,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25210,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25211,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25212,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25213,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25214,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25215,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25216,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25217,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(25218,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(25219,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(25220,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(25221,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(25222,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(25223,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(25224,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(25225,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(25226,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(25227,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(25228,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(25229,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(25230,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(25231,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(25232,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(25233,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25234,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25235,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg','www.w3.org','/2000/svg','!'),(25236,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg','www.w3.org','/2000/svg','&28'),(25237,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/','['),(25238,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/','v'),(25239,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/','́'),(25240,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/','`'),(25241,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/','O/'),(25242,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/','2'),(25243,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','['),(25244,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','[>K'),(25245,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','́'),(25246,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/plugins/jquery-parallax/',''),(25247,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','O/'),(25248,'wp-content/themes/bridge/js/default-temp.js','www.ianlunn.co.uk','/plugins/jquery-parallax/','S'),(25249,'wp-content/themes/bridge/js/default-temp.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(25250,'wp-content/themes/bridge/js/default-temp.js','www.opensource.org','/licenses/mit-license.php','4'),(25251,'wp-content/themes/bridge/js/default-temp.js','www.opensource.org','/licenses/mit-license.php',''),(25252,'wp-content/themes/bridge/js/default-temp.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(25253,'wp-content/themes/bridge/js/default-temp.js','www.gnu.org','/licenses/gpl.html',''),(25254,'wp-content/themes/bridge/js/default-temp.js','www.gnu.org','/licenses/gpl.html',''),(25255,'wp-content/themes/bridge/js/default-temp.js','www.gnu.org','/licenses/gpl.html','{\''),(25256,'wp-content/themes/bridge/js/default-temp.js','www.gnu.org','/licenses/gpl.html','+\0ri'),(25257,'wp-content/themes/bridge/js/default-temp.js','www.w3.org','/2000/svg','\Z.6'),(25258,'wp-content/themes/bridge/js/default-temp.js','www.w3.org','/2000/svg','\Z~4/'),(25259,'wp-content/themes/bridge/js/default-temp.js','www.w3.org','/2000/svg','!'),(25260,'wp-content/themes/bridge/js/default-temp.js','www.w3.org','/2000/svg','&28'),(25261,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25262,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25263,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25264,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25265,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(25266,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.opensource.org','/licenses/mit-license.html','M'),(25267,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.opensource.org','/licenses/mit-license.html',''),(25268,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.opensource.org','/licenses/mit-license.html','(742'),(25269,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/','a)'),(25270,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/','Wiߓ'),(25271,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/','d.'),(25272,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/',''),(25273,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(25274,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(25275,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(25276,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(25277,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(25278,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(25279,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(25280,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(25281,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(25282,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(25283,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(25284,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(25285,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(25286,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(25287,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(25288,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(25289,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(25290,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(25291,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(25292,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(25293,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','a)'),(25294,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps',')'),(25295,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','d.'),(25296,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','r'),(25297,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_module_open','4|'),(25298,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_module_open','\nG'),(25299,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_module_open','7+'),(25300,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_module_open','E'),(25301,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_list_algorithms','4|'),(25302,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_list_algorithms',''),(25303,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_list_algorithms','7+'),(25304,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/mcrypt_list_algorithms','A'),(25305,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','4|'),(25306,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','gf'),(25307,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','7+'),(25308,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','#'),(25309,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','4|'),(25310,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','gf'),(25311,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','7+'),(25312,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/openssl-get-cipher-methods','#'),(25313,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/PBKDF2',''),(25314,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/PBKDF2','Uv'),(25315,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/PBKDF2','k8v'),(25316,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','en.wikipedia.org','/wiki/PBKDF2','D'),(25317,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','Pa'),(25318,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','ۨ'),(25319,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','?;\0'),(25320,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','Z6'),(25321,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','j('),(25322,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','b='),(25323,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','Pa'),(25324,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','ۨ'),(25325,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','?;\0'),(25326,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','Z6'),(25327,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','j('),(25328,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.di-mgt.com.au','/cryptopad.html','b='),(25329,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','\nE'),(25330,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview',''),(25331,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','hnm'),(25332,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','p'),(25333,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','a)'),(25334,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps',')'),(25335,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','d.'),(25336,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','r'),(25337,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','\nE'),(25338,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview',''),(25339,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','hnm'),(25340,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','p'),(25341,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/function.mcrypt-generic','4|'),(25342,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/function.mcrypt-generic','c@'),(25343,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/function.mcrypt-generic','7+'),(25344,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','www.php.net','/function.mcrypt-generic','N'),(25345,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','\nE'),(25346,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview',''),(25347,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','hnm'),(25348,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','cvs.openssl.org','/fileview','p'),(25349,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','a)'),(25350,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps',')'),(25351,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','d.'),(25352,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','phpseclib.sourceforge.net','/cfb-demo.phps','r'),(25353,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','php.net','/releases/5_3_0.php,','7+'),(25354,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','php.net','/releases/5_3_0.php,','x'),(25355,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25356,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25357,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg','www.w3.org','/2000/svg','!'),(25358,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg','www.w3.org','/2000/svg','&28'),(25359,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(25360,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(25361,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(25362,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(25363,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/2000/svg','\Z.6'),(25364,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/2000/svg','\Z~4/'),(25365,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/2000/svg','!'),(25366,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg','www.w3.org','/2000/svg','&28'),(25367,'wp-content/plugins/js_composer/assets/vc/blur.svg','www.w3.org','/2000/svg','\Z.6'),(25368,'wp-content/plugins/js_composer/assets/vc/blur.svg','www.w3.org','/2000/svg','\Z~4/'),(25369,'wp-content/plugins/js_composer/assets/vc/blur.svg','www.w3.org','/2000/svg','!'),(25370,'wp-content/plugins/js_composer/assets/vc/blur.svg','www.w3.org','/2000/svg','&28'),(25371,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25372,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25373,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25374,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25375,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25376,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25377,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25378,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25379,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25380,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25381,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25382,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25383,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25384,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25385,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25386,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25387,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25388,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25389,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg','www.w3.org','/2000/svg','!'),(25390,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg','www.w3.org','/2000/svg','&28'),(25391,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php','aws.amazon.com','/apache2.0','GA'),(25392,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php','aws.amazon.com','/apache2.0','\nt'),(25393,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php','aws.amazon.com','/apache2.0',''),(25394,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php','aws.amazon.com','/apache2.0','S?'),(25395,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25396,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25397,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg','www.w3.org','/2000/svg','!'),(25398,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg','www.w3.org','/2000/svg','&28'),(25399,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25400,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25401,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg','www.w3.org','/2000/svg','!'),(25402,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg','www.w3.org','/2000/svg','&28'),(25403,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25404,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25405,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg','www.w3.org','/2000/svg','!'),(25406,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg','www.w3.org','/2000/svg','&28'),(25407,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25408,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25409,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg','www.w3.org','/2000/svg','!'),(25410,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg','www.w3.org','/2000/svg','&28'),(25411,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25412,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25413,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25414,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25415,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25416,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25417,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25418,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25419,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25420,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25421,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25422,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25423,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25424,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25425,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25426,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25427,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','php.net','/manual/en/ziparchive.getfromindex.php','7+'),(25428,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','php.net','/manual/en/ziparchive.getfromindex.php',''),(25429,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55','&H1-'),(25430,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55',''),(25431,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55',':}t'),(25432,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55','g;'),(25433,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','@T'),(25434,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','Z'),(25435,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','7+'),(25436,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','L'),(25437,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html',''),(25438,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html','7'),(25439,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html','d.'),(25440,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html','N\''),(25441,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','github.com','/zloirock/core-js/issues/86',':\0$'),(25442,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','github.com','/zloirock/core-js/issues/86','Ľ9'),(25443,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','github.com','/zloirock/core-js/issues/173',':\0$'),(25444,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','github.com','/zloirock/core-js/issues/173','b'),(25445,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','code.google.com','/p/v8/issues/detail','j'),(25446,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','code.google.com','/p/v8/issues/detail','_r'),(25447,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','code.google.com','/p/v8/issues/detail',''),(25448,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js','code.google.com','/p/v8/issues/detail','@z!'),(25449,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25450,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25451,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg','www.w3.org','/2000/svg','!'),(25452,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg','www.w3.org','/2000/svg','&28'),(25453,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg','www.w3.org','/2000/svg','\Z.6'),(25454,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg','www.w3.org','/2000/svg','\Z~4/'),(25455,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg','www.w3.org','/2000/svg','!'),(25456,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg','www.w3.org','/2000/svg','&28'),(25457,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25458,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25459,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg','www.w3.org','/2000/svg','!'),(25460,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg','www.w3.org','/2000/svg','&28'),(25461,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0','GA'),(25462,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0','\nt'),(25463,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0',''),(25464,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php','aws.amazon.com','/apache2.0','S?'),(25465,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25466,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25467,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','www.w3.org','/2000/svg','!'),(25468,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','www.w3.org','/2000/svg','&28'),(25469,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/2000/svg','\Z.6'),(25470,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/2000/svg','\Z~4/'),(25471,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/2000/svg','!'),(25472,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/2000/svg','&28'),(25473,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/1999/xlink','\Z.6'),(25474,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/1999/xlink','	'),(25475,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/1999/xlink','!'),(25476,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.w3.org','/1999/xlink','1x'),(25477,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.bohemiancoding.com','/sketch',''),(25478,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.bohemiancoding.com','/sketch','G'),(25479,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(25480,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','www.bohemiancoding.com','/sketch','Y'),(25481,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/','*'),(25482,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/',''),(25483,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/','d'),(25484,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/','LP'),(25485,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','jelled.com','/instagram/access-token','Z!M'),(25486,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','jelled.com','/instagram/access-token','\"K-'),(25487,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.otzberg.net','/iguserid/','oAj'),(25488,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.otzberg.net','/iguserid/','Ľ'),(25489,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.otzberg.net','/iguserid/','\re['),(25490,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.otzberg.net','/iguserid/','1W'),(25491,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','weblizar.com','/get-flickr-api-key/',''),(25492,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','weblizar.com','/get-flickr-api-key/','f'),(25493,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.facebook.com','/docs/apps/register',''),(25494,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.facebook.com','/docs/apps/register','DHi'),(25495,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.facebook.com','/docs/apps/register','13('),(25496,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.facebook.com','/docs/apps/register','}'),(25497,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','dev.twitter.com','/apps',':'),(25498,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','dev.twitter.com','/apps','7R'),(25499,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','dev.twitter.com','/apps','<+'),(25500,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','dev.twitter.com','/apps','Y4݃'),(25501,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.google.com','/youtube/v3/getting-started','\Z}{E'),(25502,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.google.com','/youtube/v3/getting-started','t>'),(25503,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.google.com','/youtube/v3/getting-started',''),(25504,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','developers.google.com','/youtube/v3/getting-started','c'),(25505,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','support.google.com','/youtube/answer/3250431','ձ'),(25506,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','support.google.com','/youtube/answer/3250431','\\\0Æ'),(25507,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','support.google.com','/youtube/answer/3250431',''),(25508,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','support.google.com','/youtube/answer/3250431','6'),(25509,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/faq/troubleshooting-tips-for-5-0/','*'),(25510,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/faq/troubleshooting-tips-for-5-0/','Ctv'),(25511,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/faq/troubleshooting-tips-for-5-0/','d'),(25512,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','www.themepunch.com','/faq/troubleshooting-tips-for-5-0/','i\r'),(25513,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','yoursite.com','/','KǴ'),(25514,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','yoursite.com','/','#E'),(25515,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','data.video','/',''),(25516,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','data.video','/','doz'),(25517,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','data.video','/',''),(25518,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php','data.video','/','doz'),(25519,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg','www.w3.org','/2000/svg','\Z.6'),(25520,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg','www.w3.org','/2000/svg','\Z~4/'),(25521,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg','www.w3.org','/2000/svg','!'),(25522,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg','www.w3.org','/2000/svg','&28'),(25523,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php','fonts.googleapis.com','/css','-<3'),(25524,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php','fonts.googleapis.com','/css','-'),(25525,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php','fonts.googleapis.com','/css','Q'),(25526,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php','fonts.googleapis.com','/css','>'),(25527,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25528,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25529,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg','www.w3.org','/2000/svg','!'),(25530,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg','www.w3.org','/2000/svg','&28'),(25531,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25532,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25533,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg','www.w3.org','/2000/svg','!'),(25534,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg','www.w3.org','/2000/svg','&28'),(25535,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0','GA'),(25536,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0','\nt'),(25537,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0',''),(25538,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php','aws.amazon.com','/apache2.0','S?'),(25539,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25540,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25541,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25542,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25543,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/s3/storage-classes/','GA'),(25544,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/s3/storage-classes/','g\r'),(25545,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/s3/storage-classes/',''),(25546,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/s3/storage-classes/','ۓV'),(25547,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/blogs/aws/new-amazon-s3-server-side-encryption/','GA'),(25548,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/blogs/aws/new-amazon-s3-server-side-encryption/','k'),(25549,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/blogs/aws/new-amazon-s3-server-side-encryption/',''),(25550,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php','aws.amazon.com','/blogs/aws/new-amazon-s3-server-side-encryption/','j'),(25551,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25552,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25553,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg','www.w3.org','/2000/svg','!'),(25554,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg','www.w3.org','/2000/svg','&28'),(25555,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','twitter.com','/share','<+'),(25556,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','twitter.com','/share',''),(25557,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','wpbakery.com','/','7\Z'),(25558,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','wpbakery.com','/',''),(25559,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','platform.twitter.com','/widgets.js',''),(25560,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','platform.twitter.com','/widgets.js','i'),(25561,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','platform.twitter.com','/widgets.js','<+'),(25562,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','platform.twitter.com','/widgets.js','B'),(25563,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25564,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25565,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg','www.w3.org','/2000/svg','!'),(25566,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg','www.w3.org','/2000/svg','&28'),(25567,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25568,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25569,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg','www.w3.org','/2000/svg','!'),(25570,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg','www.w3.org','/2000/svg','&28'),(25571,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25572,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25573,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg','www.w3.org','/2000/svg','!'),(25574,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg','www.w3.org','/2000/svg','&28'),(25575,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php','aws.amazon.com','/apache2.0','GA'),(25576,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php','aws.amazon.com','/apache2.0','\nt'),(25577,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php','aws.amazon.com','/apache2.0',''),(25578,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php','aws.amazon.com','/apache2.0','S?'),(25579,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25580,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25581,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg','www.w3.org','/2000/svg','!'),(25582,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg','www.w3.org','/2000/svg','&28'),(25583,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25584,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25585,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg','www.w3.org','/2000/svg','!'),(25586,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg','www.w3.org','/2000/svg','&28'),(25587,'wp-content/themes/bridge/js/plugins/skrollr.js','github.com','/Prinzhorn/skrollr',':\0$'),(25588,'wp-content/themes/bridge/js/plugins/skrollr.js','github.com','/Prinzhorn/skrollr','+6 '),(25589,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php','aws.amazon.com','/apache2.0','GA'),(25590,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php','aws.amazon.com','/apache2.0','\nt'),(25591,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php','aws.amazon.com','/apache2.0',''),(25592,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php','aws.amazon.com','/apache2.0','S?'),(25593,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25594,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25595,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25596,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25597,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25598,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25599,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25600,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25601,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25602,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25603,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25604,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25605,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25606,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25607,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25608,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25609,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25610,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25611,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg','www.w3.org','/2000/svg','!'),(25612,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg','www.w3.org','/2000/svg','&28'),(25613,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php','leafo.net','/scssphp/','Y!'),(25614,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php','leafo.net','/scssphp/','bu'),(25615,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25616,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25617,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg','www.w3.org','/2000/svg','!'),(25618,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg','www.w3.org','/2000/svg','&28'),(25619,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg','www.w3.org','/2000/svg','\Z.6'),(25620,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg','www.w3.org','/2000/svg','\Z~4/'),(25621,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg','www.w3.org','/2000/svg','!'),(25622,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg','www.w3.org','/2000/svg','&28'),(25623,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/2000/svg','\Z.6'),(25624,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/2000/svg','\Z~4/'),(25625,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/2000/svg','!'),(25626,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/2000/svg','&28'),(25627,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/1999/xlink','\Z.6'),(25628,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/1999/xlink','	'),(25629,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/1999/xlink','!'),(25630,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.w3.org','/1999/xlink','1x'),(25631,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.bohemiancoding.com','/sketch',''),(25632,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.bohemiancoding.com','/sketch','G'),(25633,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(25634,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','www.bohemiancoding.com','/sketch','Y'),(25635,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25636,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25637,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25638,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25639,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25640,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25641,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25642,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25643,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','developers.google.com','/games/services','\Z}{E'),(25644,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','developers.google.com','/games/services',''),(25645,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','developers.google.com','/games/services',''),(25646,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','developers.google.com','/games/services','C'),(25647,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/games','O'),(25648,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/games','˦'),(25649,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/games','Q'),(25650,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/games','/6V'),(25651,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/plus.login','O'),(25652,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/plus.login',''),(25653,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/plus.login','Q'),(25654,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php','www.googleapis.com','/auth/plus.login',''),(25655,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25656,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25657,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25658,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25659,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25660,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25661,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25662,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25663,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg','www.w3.org','/2000/svg','\Z.6'),(25664,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg','www.w3.org','/2000/svg','\Z~4/'),(25665,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg','www.w3.org','/2000/svg','!'),(25666,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg','www.w3.org','/2000/svg','&28'),(25667,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25668,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25669,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg','www.w3.org','/2000/svg','!'),(25670,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg','www.w3.org','/2000/svg','&28'),(25671,'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','_r'),(25672,'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','e'),(25673,'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','&'),(25674,'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','X'),(25675,'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','j/'),(25676,'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php','docs.openstack.org','/openstack-ops/content/projects_users.html','ڍ'),(25677,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0','GA'),(25678,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0','\nt'),(25679,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0',''),(25680,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php','aws.amazon.com','/apache2.0','S?'),(25681,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php','aws.amazon.com','/apache2.0','GA'),(25682,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php','aws.amazon.com','/apache2.0','\nt'),(25683,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php','aws.amazon.com','/apache2.0',''),(25684,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php','aws.amazon.com','/apache2.0','S?'),(25685,'wp-content/plugins/updraftplus/includes/class-zip.php','php.net','/manual/en/ziparchive.getfromindex.php','7+'),(25686,'wp-content/plugins/updraftplus/includes/class-zip.php','php.net','/manual/en/ziparchive.getfromindex.php',''),(25687,'wp-content/plugins/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55','&H1-'),(25688,'wp-content/plugins/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55',''),(25689,'wp-content/plugins/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55',':}t'),(25690,'wp-content/plugins/updraftplus/includes/class-zip.php','www.phpconcept.net','/pclzip/user-guide/55','g;'),(25691,'wp-content/plugins/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','@T'),(25692,'wp-content/plugins/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','Z'),(25693,'wp-content/plugins/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','7+'),(25694,'wp-content/plugins/updraftplus/includes/class-zip.php','bugs.php.net','/bug.php','L'),(25695,'wp-content/plugins/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html',''),(25696,'wp-content/plugins/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html','7'),(25697,'wp-content/plugins/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html','d.'),(25698,'wp-content/plugins/updraftplus/includes/class-zip.php','infozip.sourceforge.net','/FAQ.html','N\''),(25699,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25700,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25701,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg','www.w3.org','/2000/svg','!'),(25702,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg','www.w3.org','/2000/svg','&28'),(25703,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25704,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25705,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25706,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25707,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25708,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25709,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25710,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25711,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25712,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25713,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25714,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25715,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25716,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25717,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25718,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25719,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25720,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25721,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg','www.w3.org','/2000/svg','!'),(25722,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg','www.w3.org','/2000/svg','&28'),(25723,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','@T'),(25724,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php',''),(25725,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','7+'),(25726,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php',''),(25727,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','@T'),(25728,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','ui'),(25729,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php','7+'),(25730,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php','bugs.php.net','/bug.php',':'),(25731,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg','www.w3.org','/2000/svg','\Z.6'),(25732,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg','www.w3.org','/2000/svg','\Z~4/'),(25733,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg','www.w3.org','/2000/svg','!'),(25734,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg','www.w3.org','/2000/svg','&28'),(25735,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25736,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25737,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg','www.w3.org','/2000/svg','!'),(25738,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg','www.w3.org','/2000/svg','&28'),(25739,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0','GA'),(25740,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0','\nt'),(25741,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0',''),(25742,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php','aws.amazon.com','/apache2.0','S?'),(25743,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25744,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25745,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25746,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25747,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25748,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25749,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25750,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25751,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25752,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25753,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25754,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25755,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25756,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25757,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25758,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25759,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25760,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25761,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25762,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25763,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha','G'),(25764,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha','g|'),(25765,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha',''),(25766,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha','ěH'),(25767,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha','G'),(25768,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha','g|'),(25769,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha',''),(25770,'wp-content/themes/bridge/framework/admin/options/contact/map.php','www.google.com','/recaptcha','ěH'),(25771,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/2000/svg','\Z.6'),(25772,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/2000/svg','\Z~4/'),(25773,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/2000/svg','!'),(25774,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/2000/svg','&28'),(25775,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/1999/xlink','\Z.6'),(25776,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/1999/xlink','	'),(25777,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/1999/xlink','!'),(25778,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.w3.org','/1999/xlink','1x'),(25779,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.bohemiancoding.com','/sketch',''),(25780,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.bohemiancoding.com','/sketch','G'),(25781,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(25782,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','www.bohemiancoding.com','/sketch','Y'),(25783,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0','GA'),(25784,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0','\nt'),(25785,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0',''),(25786,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php','aws.amazon.com','/apache2.0','S?'),(25787,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25788,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25789,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25790,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25791,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25792,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25793,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25794,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25795,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25796,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25797,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25798,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25799,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25800,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25801,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25802,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25803,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0','GA'),(25804,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0','\nt'),(25805,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0',''),(25806,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php','aws.amazon.com','/apache2.0','S?'),(25807,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg','www.w3.org','/2000/svg','\Z.6'),(25808,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg','www.w3.org','/2000/svg','\Z~4/'),(25809,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg','www.w3.org','/2000/svg','!'),(25810,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg','www.w3.org','/2000/svg','&28'),(25811,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25812,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25813,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg','www.w3.org','/2000/svg','!'),(25814,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg','www.w3.org','/2000/svg','&28'),(25815,'wp-content/updraft/themes-old/twentynineteen/404.php','codex.wordpress.org','/Creating_an_Error_404_Page',''),(25816,'wp-content/updraft/themes-old/twentynineteen/404.php','codex.wordpress.org','/Creating_an_Error_404_Page','@Q'),(25817,'wp-content/updraft/themes-old/twentynineteen/404.php','codex.wordpress.org','/Creating_an_Error_404_Page','\'ľ'),(25818,'wp-content/updraft/themes-old/twentynineteen/404.php','codex.wordpress.org','/Creating_an_Error_404_Page','IB~'),(25819,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg','www.w3.org','/2000/svg','\Z.6'),(25820,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg','www.w3.org','/2000/svg','\Z~4/'),(25821,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg','www.w3.org','/2000/svg','!'),(25822,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg','www.w3.org','/2000/svg','&28'),(25823,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php','wpbakery.com','/','7\Z'),(25824,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php','wpbakery.com','/','yE\''),(25825,'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php','www.w3schools.com','/tags/att_global_id.asp',''),(25826,'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php','www.w3schools.com','/tags/att_global_id.asp','t'),(25827,'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php','www.w3schools.com','/tags/att_global_id.asp','{'),(25828,'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(25829,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25830,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25831,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25832,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25833,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25834,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25835,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25836,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25837,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(25838,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(25839,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25840,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25841,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25842,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25843,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(25844,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(25845,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25846,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25847,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg','www.w3.org','/2000/svg','!'),(25848,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg','www.w3.org','/2000/svg','&28'),(25849,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25850,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25851,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25852,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25853,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25854,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25855,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg','www.w3.org','/2000/svg','!'),(25856,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg','www.w3.org','/2000/svg','&28'),(25857,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php','aws.amazon.com','/apache2.0','GA'),(25858,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php','aws.amazon.com','/apache2.0','\nt'),(25859,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php','aws.amazon.com','/apache2.0',''),(25860,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php','aws.amazon.com','/apache2.0','S?'),(25861,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg','www.w3.org','/2000/svg','\Z.6'),(25862,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(25863,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg','www.w3.org','/2000/svg','!'),(25864,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg','www.w3.org','/2000/svg','&28'),(25865,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25866,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25867,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25868,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25869,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25870,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25871,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25872,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25873,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25874,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25875,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(25876,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(25877,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(25878,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(25879,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(25880,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(25881,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135733.aspx','\rr'),(25882,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135733.aspx','('),(25883,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135733.aspx','$)9'),(25884,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135733.aspx',' ED'),(25885,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','\rr'),(25886,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','iC}'),(25887,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','$)9'),(25888,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','udG'),(25889,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','\rr'),(25890,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','W.'),(25891,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','$)9'),(25892,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','֞'),(25893,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','\rr'),(25894,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','\Z'),(25895,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','$)9'),(25896,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','v7	'),(25897,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','\rr'),(25898,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','D'),(25899,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','$)9'),(25900,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx',' '),(25901,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','\rr'),(25902,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','b\Z'),(25903,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','$)9'),(25904,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx',','),(25905,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','\rr'),(25906,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx',''),(25907,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','$)9'),(25908,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','L#P'),(25909,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','\rr'),(25910,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','TC'),(25911,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','$)9'),(25912,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','-Q'),(25913,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','\rr'),(25914,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','N'),(25915,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','$)9'),(25916,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','̱b_'),(25917,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','\rr'),(25918,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','«'),(25919,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','$)9'),(25920,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','\r'),(25921,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','\rr'),(25922,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','T?'),(25923,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','$)9'),(25924,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','ϫ'),(25925,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','\rr'),(25926,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx',''),(25927,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','$)9'),(25928,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','.'),(25929,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','\rr'),(25930,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','#'),(25931,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','$)9'),(25932,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','箐'),(25933,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','\rr'),(25934,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','#'),(25935,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','$)9'),(25936,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','箐'),(25937,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','\rr'),(25938,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','3R\n'),(25939,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','$)9'),(25940,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','c'),(25941,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','\rr'),(25942,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','3R\n'),(25943,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','$)9'),(25944,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','c'),(25945,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','\rr'),(25946,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','$#'),(25947,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','$)9'),(25948,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx',''),(25949,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','\rr'),(25950,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','\Z'),(25951,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','$)9'),(25952,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','G'),(25953,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','\rr'),(25954,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','b׻X'),(25955,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','$)9'),(25956,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','.2E'),(25957,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','\rr'),(25958,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','\n8'),(25959,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','$)9'),(25960,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','ʌ'),(25961,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','\rr'),(25962,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','Ym\"|'),(25963,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','$)9'),(25964,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','L'),(25965,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','\rr'),(25966,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','v'),(25967,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','$)9'),(25968,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','#a\''),(25969,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','\rr'),(25970,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','Ѫ.^'),(25971,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','$)9'),(25972,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx',''),(25973,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','\rr'),(25974,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','r'),(25975,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','$)9'),(25976,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx',''),(25977,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','\rr'),(25978,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','~9%'),(25979,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','$)9'),(25980,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','.n>'),(25981,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','\rr'),(25982,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','̪'),(25983,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','$)9'),(25984,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','XmZx'),(25985,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','\rr'),(25986,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','pn]'),(25987,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','$)9'),(25988,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','޼c'),(25989,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','\rr'),(25990,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','I'),(25991,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','$)9'),(25992,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','9'),(25993,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(25994,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(25995,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(25996,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(25997,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(25998,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(25999,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(26000,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(26001,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(26002,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(26003,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(26004,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(26005,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(26006,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(26007,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(26008,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(26009,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(26010,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(26011,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(26012,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(26013,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(26014,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(26015,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(26016,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(26017,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','Z'),(26018,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','Gw'),(26019,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','{B'),(26020,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','/nq'),(26021,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','\Z'),(26022,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.csrc.nist.gov','/publications/fips/fips197/fips-197.pdf','xz	3'),(26023,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(26024,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html','M'),(26025,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html',''),(26026,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','www.opensource.org','/licenses/mit-license.html','(742'),(26027,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/','a)'),(26028,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/','Wiߓ'),(26029,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/','d.'),(26030,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','phpseclib.sourceforge.net','/',''),(26031,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26032,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26033,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26034,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26035,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26036,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26037,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26038,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26039,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26040,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26041,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26042,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26043,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26044,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26045,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26046,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26047,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26048,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26049,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26050,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26051,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf',''),(26052,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','K'),(26053,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf',''),(26054,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','{'),(26055,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','\"D'),(26056,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','fp.gladman.plus.com','/cryptography_technology/rijndael/aes.spec.v316.pdf','CޤQ'),(26057,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic',''),(26058,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic','Em'),(26059,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic','k8v'),(26060,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','en.wikipedia.org','/wiki/Finite_field_arithmetic','u'),(26061,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','php.net','/language.types.integer','7+'),(26062,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','php.net','/language.types.integer','`'),(26063,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(26064,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(26065,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(26066,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(26067,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','{B'),(26068,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf',''),(26069,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','\Z'),(26070,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','csrc.nist.gov','/archive/aes/rijndael/Rijndael-ammended.pdf','B;'),(26071,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion-tab.php','www.w3schools.com','/tags/att_global_id.asp',''),(26072,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion-tab.php','www.w3schools.com','/tags/att_global_id.asp','t'),(26073,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion-tab.php','www.w3schools.com','/tags/att_global_id.asp','{'),(26074,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion-tab.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(26075,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26076,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26077,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg','www.w3.org','/2000/svg','!'),(26078,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg','www.w3.org','/2000/svg','&28'),(26079,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26080,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26081,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg','www.w3.org','/2000/svg','!'),(26082,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg','www.w3.org','/2000/svg','&28'),(26083,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php','aws.amazon.com','/apache2.0','GA'),(26084,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php','aws.amazon.com','/apache2.0','\nt'),(26085,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php','aws.amazon.com','/apache2.0',''),(26086,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php','aws.amazon.com','/apache2.0','S?'),(26087,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26088,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26089,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg','www.w3.org','/2000/svg','!'),(26090,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg','www.w3.org','/2000/svg','&28'),(26091,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26092,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26093,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg','www.w3.org','/2000/svg','!'),(26094,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg','www.w3.org','/2000/svg','&28'),(26095,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26096,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26097,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg','www.w3.org','/2000/svg','!'),(26098,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg','www.w3.org','/2000/svg','&28'),(26099,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26100,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26101,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26102,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26103,'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js','vc-cc-templates.wpbakery.com','/templates.json','('),(26104,'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js','vc-cc-templates.wpbakery.com','/templates.json','Z8'),(26105,'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js','vc-cc-templates.wpbakery.com','/templates.json','7\Z'),(26106,'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js','vc-cc-templates.wpbakery.com','/templates.json',''),(26107,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26108,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26109,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg','www.w3.org','/2000/svg','!'),(26110,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg','www.w3.org','/2000/svg','&28'),(26111,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26112,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26113,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg','www.w3.org','/2000/svg','!'),(26114,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg','www.w3.org','/2000/svg','&28'),(26115,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26116,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26117,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26118,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26119,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26120,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26121,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26122,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26123,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26124,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26125,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26126,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26127,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26128,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26129,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26130,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26131,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/TR/xhtml1/DTD/xhtml1-transitional.dtd','\Z.6'),(26132,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/TR/xhtml1/DTD/xhtml1-transitional.dtd','E\''),(26133,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/TR/xhtml1/DTD/xhtml1-transitional.dtd','!'),(26134,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/TR/xhtml1/DTD/xhtml1-transitional.dtd','c'),(26135,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/1999/xhtml','\Z.6'),(26136,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/1999/xhtml','a'),(26137,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/1999/xhtml','!'),(26138,'index PRESENTACION SR RESTRUCTURA....html','www.w3.org','/1999/xhtml','W'),(26139,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26140,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26141,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26142,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26143,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26144,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26145,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26146,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26147,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26148,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26149,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26150,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26151,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26152,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26153,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26154,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26155,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26156,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26157,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26158,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26159,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26160,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26161,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26162,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26163,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26164,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26165,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26166,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26167,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','_'),(26168,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Fp'),(26169,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/','Ry'),(26170,'index PRESENTACION SR RESTRUCTURA....html','www.ofongondaria.com','/',';G'),(26171,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','wiki.php.net','/rfc/curl-file-upload',':4'),(26172,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','wiki.php.net','/rfc/curl-file-upload','?@'),(26173,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','wiki.php.net','/rfc/curl-file-upload','7+'),(26174,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','wiki.php.net','/rfc/curl-file-upload','L]'),(26175,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26176,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26177,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg','www.w3.org','/2000/svg','!'),(26178,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg','www.w3.org','/2000/svg','&28'),(26179,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26180,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26181,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26182,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26183,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass','\Z}{E'),(26184,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass','nZ'),(26185,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass',''),(26186,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','developers.google.com','/glass','c'),(26187,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location','O'),(26188,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location','5'),(26189,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location','Q'),(26190,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.location',''),(26191,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline','O'),(26192,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline','n'),(26193,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline','Q'),(26194,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php','www.googleapis.com','/auth/glass.timeline',';'),(26195,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26196,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26197,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26198,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26199,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/','\Z}{E'),(26200,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/',':Hd'),(26201,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/',''),(26202,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','developers.google.com','/maps-engine/','0'),(26203,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine','O'),(26204,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine',''),(26205,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine','Q'),(26206,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine','_yM'),(26207,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','O'),(26208,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','-\n'),(26209,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','Q'),(26210,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/auth/mapsengine.readonly','oo'),(26211,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','O'),(26212,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','47'),(26213,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','Q'),(26214,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php','www.googleapis.com','/upload/mapsengine/v1/tables/table_id/files','WRB'),(26215,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php','aws.amazon.com','/apache2.0','GA'),(26216,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php','aws.amazon.com','/apache2.0','\nt'),(26217,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php','aws.amazon.com','/apache2.0',''),(26218,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php','aws.amazon.com','/apache2.0','S?'),(26219,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26220,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26221,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26222,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26223,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26224,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26225,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26226,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26227,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(26228,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(26229,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26230,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26231,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26232,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26233,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(26234,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(26235,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php','github.com','/nzakas/cssembed',':\0$'),(26236,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php','github.com','/nzakas/cssembed',''),(26237,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26238,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26239,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26240,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26241,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26242,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26243,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26244,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26245,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26246,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26247,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(26248,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(26249,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(26250,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(26251,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26252,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26253,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26254,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26255,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26256,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26257,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(26258,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(26259,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(26260,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(26261,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(26262,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(26263,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(26264,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(26265,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26266,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26267,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26268,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26269,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26270,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26271,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26272,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26273,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26274,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26275,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26276,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26277,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26278,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26279,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26280,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26281,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26282,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26283,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26284,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26285,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26286,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26287,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg','www.w3.org','/2000/svg','!'),(26288,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg','www.w3.org','/2000/svg','&28'),(26289,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0','GA'),(26290,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0','\nt'),(26291,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0',''),(26292,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0','S?'),(26293,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26294,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26295,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg','www.w3.org','/2000/svg','!'),(26296,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg','www.w3.org','/2000/svg','&28'),(26297,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg','www.w3.org','/2000/svg','\Z.6'),(26298,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg','www.w3.org','/2000/svg','\Z~4/'),(26299,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg','www.w3.org','/2000/svg','!'),(26300,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg','www.w3.org','/2000/svg','&28'),(26301,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26302,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26303,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26304,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26305,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26306,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26307,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg','www.w3.org','/2000/svg','!'),(26308,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg','www.w3.org','/2000/svg','&28'),(26309,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26310,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26311,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg','www.w3.org','/2000/svg','!'),(26312,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg','www.w3.org','/2000/svg','&28'),(26313,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26314,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26315,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg','www.w3.org','/2000/svg','!'),(26316,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg','www.w3.org','/2000/svg','&28'),(26317,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg','www.w3.org','/2000/svg','\Z.6'),(26318,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(26319,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg','www.w3.org','/2000/svg','!'),(26320,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg','www.w3.org','/2000/svg','&28'),(26321,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26322,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26323,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26324,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26325,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/2000/svg','\Z.6'),(26326,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/2000/svg','\Z~4/'),(26327,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/2000/svg','!'),(26328,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/2000/svg','&28'),(26329,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/1999/xlink','\Z.6'),(26330,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/1999/xlink','	'),(26331,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/1999/xlink','!'),(26332,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.w3.org','/1999/xlink','1x'),(26333,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.bohemiancoding.com','/sketch',''),(26334,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.bohemiancoding.com','/sketch','G'),(26335,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(26336,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','www.bohemiancoding.com','/sketch','Y'),(26337,'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php','stackoverflow.com','/questions/157318/resumable-downloads-when-using-php-to-send-the-file','X_'),(26338,'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php','stackoverflow.com','/questions/157318/resumable-downloads-when-using-php-to-send-the-file','S'),(26339,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26340,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26341,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg','www.w3.org','/2000/svg','!'),(26342,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg','www.w3.org','/2000/svg','&28'),(26343,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26344,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26345,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26346,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26347,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/','\Z}{E'),(26348,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/',''),(26349,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/',''),(26350,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','developers.google.com','/drive/','GK'),(26351,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive','O'),(26352,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive','Wpʄ'),(26353,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive','Q'),(26354,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive',':'),(26355,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata','O'),(26356,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata',''),(26357,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata','Q'),(26358,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.appdata','3G'),(26359,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','O'),(26360,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','m4v'),(26361,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','Q'),(26362,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.apps.readonly','{]'),(26363,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','O'),(26364,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','s'),(26365,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','Q'),(26366,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.file','V'),(26367,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','O'),(26368,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','^PJ'),(26369,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','Q'),(26370,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata','03)'),(26371,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly','O'),(26372,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly',''),(26373,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly','Q'),(26374,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.metadata.readonly','\'|'),(26375,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','O'),(26376,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','6ԝ'),(26377,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','Q'),(26378,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.readonly','1q'),(26379,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','O'),(26380,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','I	'),(26381,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','Q'),(26382,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.googleapis.com','/auth/drive.scripts','R'),(26383,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','\'('),(26384,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','	'),(26385,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','zU'),(26386,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','www.unicode.org','/reports/tr35/).','n'),(26387,'wp-content/plugins/revslider/revslider.php','revolution.themepunch.com','/','\\j'),(26388,'wp-content/plugins/revslider/revslider.php','revolution.themepunch.com','/','-i'),(26389,'wp-content/plugins/revslider/revslider.php','revolution.themepunch.com','/','d'),(26390,'wp-content/plugins/revslider/revslider.php','revolution.themepunch.com','/','LP'),(26391,'wp-content/plugins/revslider/revslider.php','themepunch.com','/','d'),(26392,'wp-content/plugins/revslider/revslider.php','themepunch.com','/','LP'),(26393,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26394,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26395,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg','www.w3.org','/2000/svg','!'),(26396,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg','www.w3.org','/2000/svg','&28'),(26397,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0','GA'),(26398,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0','\nt'),(26399,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0',''),(26400,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php','aws.amazon.com','/apache2.0','S?'),(26401,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','www.w3.org','/2000/svg','\Z.6'),(26402,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26403,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','www.w3.org','/2000/svg','!'),(26404,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','www.w3.org','/2000/svg','&28'),(26405,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26406,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26407,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26408,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26409,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php','facebook.github.io','/react/docs/jsx-in-depth.html','?$\''),(26410,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php','facebook.github.io','/react/docs/jsx-in-depth.html','H'),(26411,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php','facebook.github.io','/react/docs/jsx-in-depth.html','[h'),(26412,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php','facebook.github.io','/react/docs/jsx-in-depth.html','ʊ'),(26413,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26414,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26415,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg','www.w3.org','/2000/svg','!'),(26416,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg','www.w3.org','/2000/svg','&28'),(26417,'wp-content/plugins/updraftplus/addons/importer.php','updraftplus.com','/support/using-third-party-backups/','_r'),(26418,'wp-content/plugins/updraftplus/addons/importer.php','updraftplus.com','/support/using-third-party-backups/','|I'),(26419,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26420,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26421,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg','www.w3.org','/2000/svg','!'),(26422,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg','www.w3.org','/2000/svg','&28'),(26423,'wp-content/updraft/themes-old/twentysixteen/index.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(26424,'wp-content/updraft/themes-old/twentysixteen/index.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(26425,'wp-content/updraft/themes-old/twentysixteen/index.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(26426,'wp-content/updraft/themes-old/twentysixteen/index.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(26427,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26428,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26429,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26430,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26431,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26432,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26433,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26434,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26435,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26436,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26437,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26438,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26439,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26440,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26441,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26442,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26443,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26444,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26445,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg','www.w3.org','/2000/svg','!'),(26446,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg','www.w3.org','/2000/svg','&28'),(26447,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/2000/svg','\Z.6'),(26448,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/2000/svg','\Z~4/'),(26449,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/2000/svg','!'),(26450,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/2000/svg','&28'),(26451,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/1999/xlink','\Z.6'),(26452,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/1999/xlink','	'),(26453,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/1999/xlink','!'),(26454,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.w3.org','/1999/xlink','1x'),(26455,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.bohemiancoding.com','/sketch',''),(26456,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.bohemiancoding.com','/sketch','G'),(26457,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(26458,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','www.bohemiancoding.com','/sketch','Y'),(26459,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240','@T'),(26460,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240','+'),(26461,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240','7+'),(26462,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ExecutableFinder.php','bugs.php.net','/69240',' o`'),(26463,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26464,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26465,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26466,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26467,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/','\Z}{E'),(26468,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/',' ]'),(26469,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/',''),(26470,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','developers.google.com','/google-apps/groups-migration/','&P'),(26471,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','O'),(26472,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','[_'),(26473,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','Q'),(26474,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php','www.googleapis.com','/auth/apps.groups.migration','T'),(26475,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26476,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26477,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg','www.w3.org','/2000/svg','!'),(26478,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg','www.w3.org','/2000/svg','&28'),(26479,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0','GA'),(26480,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0','\nt'),(26481,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0',''),(26482,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php','aws.amazon.com','/apache2.0','S?'),(26483,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26484,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26485,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26486,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26487,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/','\Z}{E'),(26488,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/','syQX'),(26489,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/',''),(26490,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','developers.google.com','/analytics/','7\\'),(26491,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics','O'),(26492,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics','b'),(26493,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics','Q'),(26494,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics',' ǘ'),(26495,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','O'),(26496,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','J'),(26497,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','Q'),(26498,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.edit','\\oG'),(26499,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','O'),(26500,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','L\"'),(26501,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','Q'),(26502,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users','p6'),(26503,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly','O'),(26504,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly',''),(26505,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly','Q'),(26506,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.manage.users.readonly','['),(26507,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','O'),(26508,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','$'),(26509,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','Q'),(26510,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.provision','7'),(26511,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','O'),(26512,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','\\'),(26513,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','Q'),(26514,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php','www.googleapis.com','/auth/analytics.readonly','2C'),(26515,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(26516,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(26517,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(26518,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(26519,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','opensource.org','/licenses/BSD-3-Clause',''),(26520,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','opensource.org','/licenses/BSD-3-Clause','g2'),(26521,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','v'),(26522,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','v'),(26523,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','7+'),(26524,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','<J'),(26525,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','opensource.org','/licenses/BSD-3-Clause',''),(26526,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','opensource.org','/licenses/BSD-3-Clause','g2'),(26527,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','v'),(26528,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','v'),(26529,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','7+'),(26530,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/package/HTTP_Request2','<J'),(26531,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/bugs/bug.php','v'),(26532,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/bugs/bug.php','~\"'),(26533,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/bugs/bug.php','7+'),(26534,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','pear.php.net','/bugs/bug.php','<'),(26535,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1928','C'),(26536,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1928','a'),(26537,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1928','ST'),(26538,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1928','n'),(26539,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1929','C'),(26540,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1929','C*'),(26541,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1929','ST'),(26542,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php','tools.ietf.org','/html/rfc1929','e\\e'),(26543,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26544,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26545,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26546,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26547,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','\Z.6'),(26548,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','=L'),(26549,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','!'),(26550,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','www.w3.org','/Protocols/rfc2616/rfc2616-sec14.html','yVv'),(26551,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26552,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26553,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26554,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26555,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26556,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26557,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26558,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26559,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26560,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26561,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26562,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26563,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26564,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26565,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26566,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26567,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg','www.w3.org','/2000/svg','\Z.6'),(26568,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg','www.w3.org','/2000/svg','\Z~4/'),(26569,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg','www.w3.org','/2000/svg','!'),(26570,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg','www.w3.org','/2000/svg','&28'),(26571,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(26572,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html','M'),(26573,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html',''),(26574,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','www.opensource.org','/licenses/mit-license.html','(742'),(26575,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/','a)'),(26576,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/','Wiߓ'),(26577,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/','d.'),(26578,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','phpseclib.sourceforge.net','/',''),(26579,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26580,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26581,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26582,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26583,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26584,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26585,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26586,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26587,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26588,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26589,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26590,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26591,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26592,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26593,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26594,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26595,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26596,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26597,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26598,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26599,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26600,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26601,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg','www.w3.org','/2000/svg','!'),(26602,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg','www.w3.org','/2000/svg','&28'),(26603,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg','www.w3.org','/2000/svg','\Z.6'),(26604,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg','www.w3.org','/2000/svg','\Z~4/'),(26605,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg','www.w3.org','/2000/svg','!'),(26606,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg','www.w3.org','/2000/svg','&28'),(26607,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26608,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26609,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg','www.w3.org','/2000/svg','!'),(26610,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg','www.w3.org','/2000/svg','&28'),(26611,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/','_r'),(26612,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/','ʛ'),(26613,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(26614,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(26615,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/news/','_r'),(26616,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/news/',''),(26617,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','twitter.com','/updraftplus','<+'),(26618,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','twitter.com','/updraftplus','ѥ'),(26619,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/','_r'),(26620,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/','&'),(26621,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/newsletter-signup','_r'),(26622,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/newsletter-signup','Ac\0'),(26623,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','΃'),(26624,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','W'),(26625,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','k'),(26626,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','cc'),(26627,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','.h'),(26628,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','david.dw-perspective.org.uk','/','<.'),(26629,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/frequently-asked-questions/','_r'),(26630,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','updraftplus.com','/support/frequently-asked-questions/',''),(26631,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','gq'),(26632,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','\\u'),(26633,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','UNV.'),(26634,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','|'),(26635,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/','O/'),(26636,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','www.simbahosting.co.uk','/s3/shop/',''),(26637,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0','GA'),(26638,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0','\nt'),(26639,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0',''),(26640,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php','aws.amazon.com','/apache2.0','S?'),(26641,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0','GA'),(26642,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0','\nt'),(26643,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0',''),(26644,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php','aws.amazon.com','/apache2.0','S?'),(26645,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/','&f'),(26646,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/','t\nO'),(26647,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/','e'),(26648,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php','www.typescriptlang.org','/',']_'),(26649,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26650,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26651,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26652,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26653,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26654,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26655,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26656,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26657,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26658,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26659,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26660,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26661,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26662,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26663,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26664,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26665,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26666,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26667,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26668,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26669,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26670,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26671,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26672,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26673,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26674,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26675,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26676,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26677,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg','www.w3.org','/2000/svg','!'),(26678,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg','www.w3.org','/2000/svg','&28'),(26679,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26680,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26681,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg','www.w3.org','/2000/svg','!'),(26682,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg','www.w3.org','/2000/svg','&28'),(26683,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26684,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26685,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26686,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26687,'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26688,'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26689,'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26690,'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26691,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26692,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26693,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg','www.w3.org','/2000/svg','!'),(26694,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg','www.w3.org','/2000/svg','&28'),(26695,'wp-content/updraft/plugins-old/updraftplus/methods/ftp.php','updraftplus.com','/shop/sftp/','_r'),(26696,'wp-content/updraft/plugins-old/updraftplus/methods/ftp.php','updraftplus.com','/shop/sftp/','C	'),(26697,'wp-content/updraft/themes-old/twentynineteen/js/skip-link-focus-fix.js','git.io','/vWdr2','I\0s'),(26698,'wp-content/updraft/themes-old/twentynineteen/js/skip-link-focus-fix.js','git.io','/vWdr2','8'),(26699,'wp-content/themes/bridge/woocommerce/single-product/up-sells.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(26700,'wp-content/themes/bridge/woocommerce/single-product/up-sells.php','docs.woocommerce.com','/document/template-structure/','b'),(26701,'wp-content/themes/bridge/woocommerce/single-product/up-sells.php','docs.woocommerce.com','/document/template-structure/','\0'),(26702,'wp-content/themes/bridge/woocommerce/single-product/up-sells.php','docs.woocommerce.com','/document/template-structure/','5'),(26703,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0','GA'),(26704,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0','\nt'),(26705,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0',''),(26706,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0','S?'),(26707,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26708,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26709,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26710,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26711,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26712,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26713,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg','www.w3.org','/2000/svg','!'),(26714,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg','www.w3.org','/2000/svg','&28'),(26715,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26716,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26717,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg','www.w3.org','/2000/svg','!'),(26718,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg','www.w3.org','/2000/svg','&28'),(26719,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26720,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26721,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26722,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26723,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26724,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26725,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26726,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26727,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26728,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26729,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26730,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26731,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26732,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26733,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26734,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26735,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','msdn.microsoft.com','/en-us/library/windowsazure/hh508996.aspx','\rr'),(26736,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','msdn.microsoft.com','/en-us/library/windowsazure/hh508996.aspx','Al'),(26737,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','msdn.microsoft.com','/en-us/library/windowsazure/hh508996.aspx','$)9'),(26738,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php','msdn.microsoft.com','/en-us/library/windowsazure/hh508996.aspx',''),(26739,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26740,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26741,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26742,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26743,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26744,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26745,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26746,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26747,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26748,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26749,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26750,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26751,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26752,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26753,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26754,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26755,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0','GA'),(26756,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0','\nt'),(26757,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0',''),(26758,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php','aws.amazon.com','/apache2.0','S?'),(26759,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26760,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26761,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26762,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26763,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/','\Z}{E'),(26764,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/','t'),(26765,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/',''),(26766,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','developers.google.com','/google-apps/reseller/','8'),(26767,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','O'),(26768,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','ud'),(26769,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','Q'),(26770,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order','z'),(26771,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly','O'),(26772,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly','?j'),(26773,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly','Q'),(26774,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.googleapis.com','/auth/apps.order.readonly',''),(26775,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.','G'),(26776,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.',''),(26777,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.',''),(26778,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel//TransferToken.','ٳ'),(26779,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-','G'),(26780,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-','r7p'),(26781,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-',''),(26782,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-','(js'),(26783,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.','G'),(26784,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.','5k'),(26785,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.',''),(26786,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php','www.google.com','/a/cpanel/customer-domain/TransferToken.Optional.','{'),(26787,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26788,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26789,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26790,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26791,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest','\Z}{E'),(26792,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest','9^'),(26793,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest',''),(26794,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php','developers.google.com','/translate/v2/using_rest','ە'),(26795,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26796,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26797,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg','www.w3.org','/2000/svg','!'),(26798,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg','www.w3.org','/2000/svg','&28'),(26799,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','C'),(26800,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','C'),(26801,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','ST'),(26802,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/search/rfc6265','	8'),(26803,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','C'),(26804,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','#'),(26805,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','ST'),(26806,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','khY'),(26807,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','C'),(26808,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','#'),(26809,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','ST'),(26810,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','tools.ietf.org','/html/rfc6265','khY'),(26811,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg','www.w3.org','/2000/svg','\Z.6'),(26812,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg','www.w3.org','/2000/svg','\Z~4/'),(26813,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg','www.w3.org','/2000/svg','!'),(26814,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg','www.w3.org','/2000/svg','&28'),(26815,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26816,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26817,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26818,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26819,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26820,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26821,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg','www.w3.org','/2000/svg','!'),(26822,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg','www.w3.org','/2000/svg','&28'),(26823,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/','s'),(26824,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/','VJ('),(26825,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/','$)9'),(26826,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/',''),(26827,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/','s'),(26828,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/','Yr'),(26829,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/','$)9'),(26830,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.com','/v1.0/',''),(26831,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','3\"f'),(26832,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','E'),(26833,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','S'),(26834,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/authorize','e('),(26835,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token','3\"f'),(26836,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token','fL'),(26837,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token','S'),(26838,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.com','/common/oauth2/v2.0/token',''),(26839,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/',''),(26840,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/','%_'),(26841,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/','1k'),(26842,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/','?'),(26843,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/',''),(26844,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/','k'),(26845,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/','1k'),(26846,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','graph.microsoft.de','/v1.0/',''),(26847,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','58'),(26848,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','+'),(26849,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','8'),(26850,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/authorize','؂'),(26851,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token','58'),(26852,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token','I'),(26853,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token','8'),(26854,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php','login.microsoftonline.de','/common/oauth2/v2.0/token',''),(26855,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26856,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26857,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26858,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26859,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg','www.w3.org','/2000/svg','\Z.6'),(26860,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg','www.w3.org','/2000/svg','\Z~4/'),(26861,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg','www.w3.org','/2000/svg','!'),(26862,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg','www.w3.org','/2000/svg','&28'),(26863,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(26864,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(26865,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(26866,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(26867,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26868,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26869,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26870,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26871,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg','www.w3.org','/2000/svg','\Z.6'),(26872,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(26873,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg','www.w3.org','/2000/svg','!'),(26874,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg','www.w3.org','/2000/svg','&28'),(26875,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26876,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26877,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26878,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26879,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26880,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26881,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26882,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26883,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26884,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26885,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26886,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26887,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26888,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26889,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26890,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26891,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0','GA'),(26892,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0','\nt'),(26893,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0',''),(26894,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php','aws.amazon.com','/apache2.0','S?'),(26895,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0','GA'),(26896,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0','\nt'),(26897,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0',''),(26898,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php','aws.amazon.com','/apache2.0','S?'),(26899,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish',''),(26900,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish','Ӣ'),(26901,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish','k8v'),(26902,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Twofish',''),(26903,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(26904,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html','M'),(26905,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html',''),(26906,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','www.opensource.org','/licenses/mit-license.html','(742'),(26907,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/','a)'),(26908,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/','Wiߓ'),(26909,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/','d.'),(26910,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','phpseclib.sourceforge.net','/',''),(26911,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26912,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26913,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26914,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26915,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26916,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26917,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26918,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26919,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26920,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26921,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26922,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26923,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26924,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26925,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26926,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26927,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation',''),(26928,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','?b'),(26929,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','k8v'),(26930,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','en.wikipedia.org','/wiki/Block_cipher_modes_of_operation','R'),(26931,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php','updraftplus.com','/unblock-ip-address/','_r'),(26932,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php','updraftplus.com','/unblock-ip-address/','T%'),(26933,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0','GA'),(26934,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0','\nt'),(26935,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0',''),(26936,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php','aws.amazon.com','/apache2.0','S?'),(26937,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26938,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26939,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26940,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26941,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26942,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26943,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26944,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26945,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26946,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26947,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26948,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26949,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26950,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26951,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(26952,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(26953,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26954,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26955,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26956,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26957,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26958,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26959,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26960,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26961,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(26962,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(26963,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26964,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26965,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26966,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26967,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(26968,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(26969,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26970,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26971,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26972,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26973,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','@T'),(26974,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','P'),(26975,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','7+'),(26976,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','=['),(26977,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','@T'),(26978,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','Y'),(26979,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','7+'),(26980,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','lJ\''),(26981,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','@T'),(26982,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','P'),(26983,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','7+'),(26984,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','=['),(26985,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','@T'),(26986,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php',''),(26987,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','7+'),(26988,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','ho'),(26989,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','@T'),(26990,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','Y'),(26991,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','7+'),(26992,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php','bugs.php.net','/bug.php','lJ\''),(26993,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26994,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26995,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','$'),(26996,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','0'),(26997,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(26998,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(26999,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27000,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27001,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(27002,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(27003,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27004,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27005,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27006,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27007,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(27008,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(27009,'wp-content/plugins/updraftplus/addons/webdav.php','sabre.io','/dav/http-patch/','d?P'),(27010,'wp-content/plugins/updraftplus/addons/webdav.php','sabre.io','/dav/http-patch/',''),(27011,'wp-content/plugins/updraftplus/addons/webdav.php','sabre.io','/dav/davclient/','d?P'),(27012,'wp-content/plugins/updraftplus/addons/webdav.php','sabre.io','/dav/davclient/','}u='),(27013,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','X	'),(27014,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','h'),(27015,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','xȗ'),(27016,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','>:,'),(27017,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','J'),(27018,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','$'),(27019,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','.h'),(27020,'wp-content/plugins/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','ǲ'),(27021,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27022,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27023,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27024,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27025,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27026,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27027,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27028,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27029,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27030,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27031,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27032,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27033,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27034,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27035,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27036,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27037,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27038,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27039,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27040,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27041,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(27042,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(27043,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg','www.w3.org','/2000/svg','\Z.6'),(27044,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg','www.w3.org','/2000/svg','\Z~4/'),(27045,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg','www.w3.org','/2000/svg','!'),(27046,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg','www.w3.org','/2000/svg','&28'),(27047,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(27048,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(27049,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(27050,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(27051,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/2000/svg','\Z.6'),(27052,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/2000/svg','\Z~4/'),(27053,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/2000/svg','!'),(27054,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg','www.w3.org','/2000/svg','&28'),(27055,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27056,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27057,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27058,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27059,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570','C'),(27060,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570','uYD'),(27061,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570','ST'),(27062,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','tools.ietf.org','/html/rfc6570',';'),(27063,'wp-content/themes/bridge/woocommerce/myaccount/form-lost-password.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(27064,'wp-content/themes/bridge/woocommerce/myaccount/form-lost-password.php','docs.woocommerce.com','/document/template-structure/','b'),(27065,'wp-content/themes/bridge/woocommerce/myaccount/form-lost-password.php','docs.woocommerce.com','/document/template-structure/','\0'),(27066,'wp-content/themes/bridge/woocommerce/myaccount/form-lost-password.php','docs.woocommerce.com','/document/template-structure/','5'),(27067,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php','aws.amazon.com','/apache2.0','GA'),(27068,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php','aws.amazon.com','/apache2.0','\nt'),(27069,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php','aws.amazon.com','/apache2.0',''),(27070,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php','aws.amazon.com','/apache2.0','S?'),(27071,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27072,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27073,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27074,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27075,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27076,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27077,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27078,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27079,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27080,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27081,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27082,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27083,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27084,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27085,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27086,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27087,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27088,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27089,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27090,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27091,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php','aws.amazon.com','/apache2.0','GA'),(27092,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php','aws.amazon.com','/apache2.0','\nt'),(27093,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php','aws.amazon.com','/apache2.0',''),(27094,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php','aws.amazon.com','/apache2.0','S?'),(27095,'wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js','gsgd.co.uk','/sandbox/jquery/easing/','ס'),(27096,'wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js','gsgd.co.uk','/sandbox/jquery/easing/','wV'),(27097,'wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js','gsgd.co.uk','/sandbox/jquery/easing/','O/'),(27098,'wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js','gsgd.co.uk','/sandbox/jquery/easing/','i<'),(27099,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0','GA'),(27100,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0','\nt'),(27101,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0',''),(27102,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php','aws.amazon.com','/apache2.0','S?'),(27103,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg','www.w3.org','/2000/svg','\Z.6'),(27104,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg','www.w3.org','/2000/svg','\Z~4/'),(27105,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg','www.w3.org','/2000/svg','!'),(27106,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg','www.w3.org','/2000/svg','&28'),(27107,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg','www.w3.org','/2000/svg','\Z.6'),(27108,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg','www.w3.org','/2000/svg','\Z~4/'),(27109,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg','www.w3.org','/2000/svg','!'),(27110,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg','www.w3.org','/2000/svg','&28'),(27111,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27112,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27113,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg','www.w3.org','/2000/svg','!'),(27114,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg','www.w3.org','/2000/svg','&28'),(27115,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0','GA'),(27116,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0','\nt'),(27117,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0',''),(27118,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php','aws.amazon.com','/apache2.0','S?'),(27119,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg','www.w3.org','/2000/svg','\Z.6'),(27120,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg','www.w3.org','/2000/svg','\Z~4/'),(27121,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg','www.w3.org','/2000/svg','!'),(27122,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg','www.w3.org','/2000/svg','&28'),(27123,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27124,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27125,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27126,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27127,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27128,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27129,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27130,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27131,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/2000/svg','\Z.6'),(27132,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/2000/svg','\Z~4/'),(27133,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/2000/svg','!'),(27134,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/2000/svg','&28'),(27135,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/1999/xlink','\Z.6'),(27136,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/1999/xlink','	'),(27137,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/1999/xlink','!'),(27138,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.w3.org','/1999/xlink','1x'),(27139,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.bohemiancoding.com','/sketch',''),(27140,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.bohemiancoding.com','/sketch','G'),(27141,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(27142,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','www.bohemiancoding.com','/sketch','Y'),(27143,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27144,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27145,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg','www.w3.org','/2000/svg','!'),(27146,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg','www.w3.org','/2000/svg','&28'),(27147,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Endianness',''),(27148,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Endianness','M+'),(27149,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Endianness','k8v'),(27150,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Endianness','e8'),(27151,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27152,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27153,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27154,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27155,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27156,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27157,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27158,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27159,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27160,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27161,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27162,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27163,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(27164,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.opensource.org','/licenses/mit-license.html','M'),(27165,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.opensource.org','/licenses/mit-license.html',''),(27166,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.opensource.org','/licenses/mit-license.html','(742'),(27167,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','php.net','/empty','7+'),(27168,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','php.net','/empty','N'),(27169,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','php.net','/language.oop5.basic','7+'),(27170,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','php.net','/language.oop5.basic','{hb'),(27171,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(27172,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(27173,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','k8v'),(27174,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','-'),(27175,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27176,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27177,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27178,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27179,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27180,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27181,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27182,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27183,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27184,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27185,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27186,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27187,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27188,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27189,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27190,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27191,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(27192,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm',''),(27193,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','k8v'),(27194,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Karatsuba_algorithm','-'),(27195,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27196,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27197,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27198,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27199,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27200,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27201,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27202,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27203,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27204,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27205,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27206,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27207,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','x>l'),(27208,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','X;E'),(27209,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','F	=;'),(27210,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','islab.oregonstate.edu','/papers/j34monex.pdf','TɅ'),(27211,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27212,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27213,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27214,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27215,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27216,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27217,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27218,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27219,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27220,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27221,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27222,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27223,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27224,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27225,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27226,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27227,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27228,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27229,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27230,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27231,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27232,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27233,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27234,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27235,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','.d'),(27236,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','4L'),(27237,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','m'),(27238,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','='),(27239,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','^5O>'),(27240,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','?T'),(27241,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf','?c'),(27242,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cosic.esat.kuleuven.be','/publications/thesis-149.pdf',''),(27243,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27244,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27245,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27246,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27247,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','M3'),(27248,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','Ao\0'),(27249,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','k5'),(27250,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','math.libtomcrypt.com','/files/tommath.pdf','1'),(27251,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27252,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27253,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27254,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27255,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27256,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27257,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27258,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27259,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js','v'),(27260,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js','\"\"'),(27261,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js','xn'),(27262,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www-cs-students.stanford.edu','/~tjw/jsbn/jsbn.js',''),(27263,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85',''),(27264,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85','Y\0'),(27265,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85',''),(27266,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','groups.google.com','/group/sci.crypt/msg/7a137205c1be7d85','ϪU\0'),(27267,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27268,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27269,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27270,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27271,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27272,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27273,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27274,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27275,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity',''),(27276,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity',':ҚU'),(27277,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity','k8v'),(27278,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/B%C3%A9zout%27s_identity','\'9'),(27279,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','P?'),(27280,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','%'),(27281,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','B\n'),(27282,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','C	'),(27283,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','M'),(27284,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','K('),(27285,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf',''),(27286,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap14.pdf','ί9'),(27287,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','crypto.stackexchange.com','/questions/5708/creating-a-small-number-from-a-cryptographically-secure-random-string','V\n*'),(27288,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','crypto.stackexchange.com','/questions/5708/creating-a-small-number-from-a-cryptographically-secure-random-string','?'),(27289,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','crypto.stackexchange.com','/questions/5708/creating-a-small-number-from-a-cryptographically-secure-random-string','::d'),(27290,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','crypto.stackexchange.com','/questions/5708/creating-a-small-number-from-a-cryptographically-secure-random-string','դ'),(27291,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','P?'),(27292,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','8'),(27293,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','B\n'),(27294,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(27295,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','M'),(27296,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','ku'),(27297,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(27298,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','>'),(27299,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','php.net','/gmp-nextprime','7+'),(27300,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','php.net','/gmp-nextprime','rdL'),(27301,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test',''),(27302,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test','4\''),(27303,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test','k8v'),(27304,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','en.wikipedia.org','/wiki/Miller%E2%80%93Rabin_primality_test','D'),(27305,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','P?'),(27306,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','8'),(27307,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','B\n'),(27308,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(27309,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','M'),(27310,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','ku'),(27311,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf',''),(27312,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','www.cacr.math.uwaterloo.ca','/hac/about/chap4.pdf','>'),(27313,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0','GA'),(27314,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0','\nt'),(27315,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0',''),(27316,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0','S?'),(27317,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php','aws.amazon.com','/apache2.0','GA'),(27318,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php','aws.amazon.com','/apache2.0','\nt'),(27319,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php','aws.amazon.com','/apache2.0',''),(27320,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php','aws.amazon.com','/apache2.0','S?'),(27321,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php','code.google.com','/p/closure-stylesheets/','j'),(27322,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php','code.google.com','/p/closure-stylesheets/','T'),(27323,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php','code.google.com','/p/closure-stylesheets/',''),(27324,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php','code.google.com','/p/closure-stylesheets/',''),(27325,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Creating_Options_Pages',''),(27326,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Creating_Options_Pages','&'),(27327,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Creating_Options_Pages','\'ľ'),(27328,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Creating_Options_Pages','Ų'),(27329,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Function_Reference/add_settings_error',''),(27330,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Function_Reference/add_settings_error','E'),(27331,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Function_Reference/add_settings_error','\'ľ'),(27332,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','codex.wordpress.org','/Function_Reference/add_settings_error','xů'),(27333,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','updraftplus.com','/','_r'),(27334,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php','updraftplus.com','/','ʛ'),(27335,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0','GA'),(27336,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0','\nt'),(27337,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0',''),(27338,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php','aws.amazon.com','/apache2.0','S?'),(27339,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php','advsys.net','/ken/utils.htm',';k'),(27340,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php','advsys.net','/ken/utils.htm',''),(27341,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php','github.com','/YahnisElsts/plugin-update-checker/issues/138',':\0$'),(27342,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php','github.com','/YahnisElsts/plugin-update-checker/issues/138','~'),(27343,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27344,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27345,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27346,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27347,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27348,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27349,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27350,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27351,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27352,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27353,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg','www.w3.org','/2000/svg','!'),(27354,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg','www.w3.org','/2000/svg','&28'),(27355,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/','\Z}{E'),(27356,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/',''),(27357,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/',''),(27358,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php','developers.google.com','/closure/compiler/','8Ea'),(27359,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27360,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27361,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27362,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27363,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/','\Z}{E'),(27364,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/','DC'),(27365,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/',''),(27366,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','developers.google.com','/tag-manager/api/v1/',''),(27367,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','O'),(27368,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','v\\'),(27369,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','Q'),(27370,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.delete.containers','{4*'),(27371,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','O'),(27372,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','~}d'),(27373,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','Q'),(27374,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containers','A_'),(27375,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','O'),(27376,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','U\'4'),(27377,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','Q'),(27378,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.edit.containerversions','\0z'),(27379,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','O'),(27380,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','_h'),(27381,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','Q'),(27382,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.accounts','j'),(27383,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','O'),(27384,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','M.['),(27385,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','Q'),(27386,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.manage.users','&'),(27387,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish','O'),(27388,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish','V'),(27389,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish','Q'),(27390,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.publish',''),(27391,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','O'),(27392,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','Q'),(27393,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','Q'),(27394,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php','www.googleapis.com','/auth/tagmanager.readonly','pˣ'),(27395,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0','GA'),(27396,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0','\nt'),(27397,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0',''),(27398,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php','aws.amazon.com','/apache2.0','S?'),(27399,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js','getbootstrap.com','/','Z'),(27400,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js','getbootstrap.com','/',':'),(27401,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js','github.com','/twbs/bootstrap/blob/master/LICENSE)',':\0$'),(27402,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js','github.com','/twbs/bootstrap/blob/master/LICENSE)','Ld'),(27403,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(27404,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(27405,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(27406,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(27407,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/2000/svg','\Z.6'),(27408,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/2000/svg','\Z~4/'),(27409,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/2000/svg','!'),(27410,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','www.w3.org','/2000/svg','&28'),(27411,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','designmodo.com','/linecons',';'),(27412,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','designmodo.com','/linecons',''),(27413,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','shmidt.in','/','|'),(27414,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','shmidt.in','/',''),(27415,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','creativecommons.org','/licenses/by-sa/3.0/','t'),(27416,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','creativecommons.org','/licenses/by-sa/3.0/','R'),(27417,'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php','www.w3schools.com','/tags/att_global_id.asp',''),(27418,'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php','www.w3schools.com','/tags/att_global_id.asp','t'),(27419,'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php','www.w3schools.com','/tags/att_global_id.asp','{'),(27420,'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(27421,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27422,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27423,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg','www.w3.org','/2000/svg','!'),(27424,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg','www.w3.org','/2000/svg','&28'),(27425,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg','www.w3.org','/2000/svg','\Z.6'),(27426,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg','www.w3.org','/2000/svg','\Z~4/'),(27427,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg','www.w3.org','/2000/svg','!'),(27428,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg','www.w3.org','/2000/svg','&28'),(27429,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27430,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27431,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27432,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27433,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0','GA'),(27434,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0','\nt'),(27435,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0',''),(27436,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php','aws.amazon.com','/apache2.0','S?'),(27437,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27438,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27439,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27440,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27441,'wp-content/plugins/updraftplus/includes/class-udrpc.php','example.com','/path/to/wp','y'),(27442,'wp-content/plugins/updraftplus/includes/class-udrpc.php','example.com','/path/to/wp','W~'),(27443,'wp-content/plugins/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1',''),(27444,'wp-content/plugins/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1','F'),(27445,'wp-content/plugins/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1','k8v'),(27446,'wp-content/plugins/updraftplus/includes/class-udrpc.php','en.wikipedia.org','/wiki/PKCS_1','>V'),(27447,'wp-content/plugins/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','F)'),(27448,'wp-content/plugins/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','6\''),(27449,'wp-content/plugins/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','P3'),(27450,'wp-content/plugins/updraftplus/includes/class-udrpc.php','guzzle.readthedocs.org','/en/5.3/clients.html','p'),(27451,'wp-content/plugins/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS',''),(27452,'wp-content/plugins/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS','X'),(27453,'wp-content/plugins/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS','}'),(27454,'wp-content/plugins/updraftplus/includes/class-udrpc.php','developer.mozilla.org','/en-US/docs/Web/HTTP/Access_control_CORS','p'),(27455,'wp-content/plugins/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key','V\n*'),(27456,'wp-content/plugins/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key','[>g^'),(27457,'wp-content/plugins/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key','::d'),(27458,'wp-content/plugins/updraftplus/includes/class-udrpc.php','crypto.stackexchange.com','/questions/2123/rsa-encryption-with-private-key-and-decryption-with-a-public-key',','),(27459,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','wordpress.org','/support/topic/plugin-wp-super-cache-warning-php-safe-mode-enabled-but-safe-mode-is-off','\'ľ'),(27460,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','wordpress.org','/support/topic/plugin-wp-super-cache-warning-php-safe-mode-enabled-but-safe-mode-is-off','ݬې'),(27461,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','updraftplus.com','/faqs/i-want-to-restore-but-have-either-cannot-or-have-failed-to-do-so-from-the-wp-admin-console/','_r'),(27462,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','updraftplus.com','/faqs/i-want-to-restore-but-have-either-cannot-or-have-failed-to-do-so-from-the-wp-admin-console/','ΖW\n'),(27463,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','updraftplus.com','/faqs/what-should-i-understand-before-undertaking-a-restoration/','_r'),(27464,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','updraftplus.com','/faqs/what-should-i-understand-before-undertaking-a-restoration/','Ū'),(27465,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27466,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27467,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg','www.w3.org','/2000/svg','!'),(27468,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg','www.w3.org','/2000/svg','&28'),(27469,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg','www.w3.org','/2000/svg','\Z.6'),(27470,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg','www.w3.org','/2000/svg','\Z~4/'),(27471,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg','www.w3.org','/2000/svg','!'),(27472,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg','www.w3.org','/2000/svg','&28'),(27473,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27474,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27475,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27476,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27477,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27478,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27479,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27480,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27481,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/','D/'),(27482,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/','!T'),(27483,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/',''),(27484,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/','yVW'),(27485,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','O'),(27486,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','f1'),(27487,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','Q'),(27488,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','	'),(27489,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27490,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27491,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg','www.w3.org','/2000/svg','!'),(27492,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg','www.w3.org','/2000/svg','&28'),(27493,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg','www.w3.org','/2000/svg','\Z.6'),(27494,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg','www.w3.org','/2000/svg','\Z~4/'),(27495,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg','www.w3.org','/2000/svg','!'),(27496,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg','www.w3.org','/2000/svg','&28'),(27497,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27498,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27499,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27500,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27501,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php','aws.amazon.com','/apache2.0','GA'),(27502,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php','aws.amazon.com','/apache2.0','\nt'),(27503,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php','aws.amazon.com','/apache2.0',''),(27504,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php','aws.amazon.com','/apache2.0','S?'),(27505,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','getsprockets.org','/','T:'),(27506,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','getsprockets.org','/','='),(27507,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','github.com','/sstephenson/sprockets/tree/1.0.x',':\0$'),(27508,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','github.com','/sstephenson/sprockets/tree/1.0.x','n'),(27509,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27510,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27511,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27512,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27513,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','developers.google.com','/civic-information','\Z}{E'),(27514,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','developers.google.com','/civic-information','4v'),(27515,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','developers.google.com','/civic-information',''),(27516,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','developers.google.com','/civic-information','@'),(27517,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','lucene.apache.org','/core/2_9_4/queryparsersyntax.html','S'),(27518,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','lucene.apache.org','/core/2_9_4/queryparsersyntax.html','p'),(27519,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','lucene.apache.org','/core/2_9_4/queryparsersyntax.html','$'),(27520,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','lucene.apache.org','/core/2_9_4/queryparsersyntax.html','pB'),(27521,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.googleapis.com','/civicinfo/','O'),(27522,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.googleapis.com','/civicinfo/','Rj,'),(27523,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.googleapis.com','/civicinfo/','Q'),(27524,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php','www.googleapis.com','/civicinfo/','\0L8'),(27525,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg','www.w3.org','/2000/svg','\Z.6'),(27526,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg','www.w3.org','/2000/svg','\Z~4/'),(27527,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg','www.w3.org','/2000/svg','!'),(27528,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg','www.w3.org','/2000/svg','&28'),(27529,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27530,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27531,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg','www.w3.org','/2000/svg','!'),(27532,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg','www.w3.org','/2000/svg','&28'),(27533,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(27534,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(27535,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','ST'),(27536,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','	8'),(27537,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(27538,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','C'),(27539,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','ST'),(27540,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','tools.ietf.org','/search/rfc6265','	8'),(27541,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27542,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27543,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg','www.w3.org','/2000/svg','!'),(27544,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg','www.w3.org','/2000/svg','&28'),(27545,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27546,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27547,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27548,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27549,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27550,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27551,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27552,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27553,'wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(27554,'wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(27555,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(27556,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html','M'),(27557,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html',''),(27558,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','www.opensource.org','/licenses/mit-license.html','(742'),(27559,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/','a)'),(27560,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/','Wiߓ'),(27561,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/','d.'),(27562,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','phpseclib.sourceforge.net','/',''),(27563,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','{ '),(27564,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','`'),(27565,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','TP%'),(27566,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','api.libssh.org','/rfc/PROTOCOL.agent','|'),(27567,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','C'),(27568,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','	'),(27569,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','ST'),(27570,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','tools.ietf.org','/html/draft-miller-ssh-agent-00','7'),(27571,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','GA'),(27572,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','\nt'),(27573,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0',''),(27574,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php','aws.amazon.com','/apache2.0','S?'),(27575,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0','GA'),(27576,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0','\nt'),(27577,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0',''),(27578,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php','aws.amazon.com','/apache2.0','S?'),(27579,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27580,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27581,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg','www.w3.org','/2000/svg','!'),(27582,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg','www.w3.org','/2000/svg','&28'),(27583,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg','www.w3.org','/2000/svg','\Z.6'),(27584,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg','www.w3.org','/2000/svg','\Z~4/'),(27585,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg','www.w3.org','/2000/svg','!'),(27586,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg','www.w3.org','/2000/svg','&28'),(27587,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27588,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27589,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg','www.w3.org','/2000/svg','!'),(27590,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg','www.w3.org','/2000/svg','&28'),(27591,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27592,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27593,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27594,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27595,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php','updraftplus.com','/updraftvault/','_r'),(27596,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php','updraftplus.com','/updraftvault/','\n'),(27597,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(27598,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(27599,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27600,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27601,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27602,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27603,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','github.com','/php-fig/log',':\0$'),(27604,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','github.com','/php-fig/log','IO'),(27605,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','\r'),(27606,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','}:'),(27607,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','\Z'),(27608,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','www.php-fig.org','/psr/psr-3/','%ƨ'),(27609,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27610,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27611,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27612,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27613,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/','\Z}{E'),(27614,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/',''),(27615,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/',''),(27616,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/','8Ea'),(27617,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','z'),(27618,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','wG'),(27619,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','H'),(27620,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','6b'),(27621,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','z'),(27622,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','wG'),(27623,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','H'),(27624,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','6b'),(27625,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27626,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27627,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27628,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27629,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php','lisperator.net','/uglifyjs','g^'),(27630,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php','lisperator.net','/uglifyjs','vrG'),(27631,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27632,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27633,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27634,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27635,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','sabre.io','/dav/http-patch/','d?P'),(27636,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','sabre.io','/dav/http-patch/',''),(27637,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','sabre.io','/dav/davclient/','d?P'),(27638,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','sabre.io','/dav/davclient/','}u='),(27639,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','X	'),(27640,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','h'),(27641,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','xȗ'),(27642,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','>:,'),(27643,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','J'),(27644,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','$'),(27645,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','.h'),(27646,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php','blog.sphere.chronosempire.org.uk','/2012/11/21/webdav-and-the-http-patch-nightmare','ǲ'),(27647,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php','updraftplus.com','/problems-with-extra-white-space/','_r'),(27648,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php','updraftplus.com','/problems-with-extra-white-space/','\r'),(27649,'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27650,'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27651,'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27652,'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27653,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg','www.w3.org','/2000/svg','\Z.6'),(27654,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg','www.w3.org','/2000/svg','\Z~4/'),(27655,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg','www.w3.org','/2000/svg','!'),(27656,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg','www.w3.org','/2000/svg','&28'),(27657,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27658,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27659,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg','www.w3.org','/2000/svg','!'),(27660,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg','www.w3.org','/2000/svg','&28'),(27661,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27662,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27663,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg','www.w3.org','/2000/svg','!'),(27664,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg','www.w3.org','/2000/svg','&28'),(27665,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27666,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27667,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27668,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27669,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27670,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27671,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27672,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27673,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27674,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27675,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27676,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27677,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27678,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27679,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27680,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27681,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php','aws.amazon.com','/apache2.0','GA'),(27682,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php','aws.amazon.com','/apache2.0','\nt'),(27683,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php','aws.amazon.com','/apache2.0',''),(27684,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php','aws.amazon.com','/apache2.0','S?'),(27685,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27686,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27687,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27688,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27689,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27690,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27691,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27692,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27693,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(27694,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(27695,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27696,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27697,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27698,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27699,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','github.com','/WindowsAzure/azure-sdk-for-php',':\0$'),(27700,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php','github.com','/WindowsAzure/azure-sdk-for-php','lJ3'),(27701,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27702,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27703,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg','www.w3.org','/2000/svg','!'),(27704,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg','www.w3.org','/2000/svg','&28'),(27705,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27706,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27707,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27708,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27709,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/','\Z}{E'),(27710,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/','Gj'),(27711,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/',''),(27712,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','developers.google.com','/deployment-manager/','Ƨ'),(27713,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','O'),(27714,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','f1'),(27715,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','Q'),(27716,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/cloud-platform','	'),(27717,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','O'),(27718,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','p'),(27719,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','Q'),(27720,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman','K'),(27721,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','O'),(27722,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','5^'),(27723,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','Q'),(27724,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php','www.googleapis.com','/auth/ndev.cloudman.readonly','qq*'),(27725,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27726,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27727,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27728,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27729,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27730,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27731,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27732,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27733,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27734,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27735,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27736,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27737,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27738,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27739,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27740,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27741,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','m.facebook.com','/sharer.php','i'),(27742,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','m.facebook.com','/sharer.php',',Xb'),(27743,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','m.facebook.com','/sharer.php','13('),(27744,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','m.facebook.com','/sharer.php','rB'),(27745,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.facebook.com','/sharer.php','>r;Y'),(27746,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.facebook.com','/sharer.php',';g'),(27747,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.facebook.com','/sharer.php','13('),(27748,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.facebook.com','/sharer.php','rB'),(27749,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','twitter.com','/intent/tweet','<+'),(27750,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','twitter.com','/intent/tweet','J˩='),(27751,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','twitter.com','/home','<+'),(27752,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','twitter.com','/home','w'),(27753,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','plus.google.com','/share','\Z7'),(27754,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','plus.google.com','/share',''),(27755,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','plus.google.com','/share',''),(27756,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','plus.google.com','/share','1%'),(27757,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','linkedin.com','/shareArticle','h['),(27758,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','linkedin.com','/shareArticle','\''),(27759,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.tumblr.com','/share/link','Z'),(27760,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.tumblr.com','/share/link','4^\"'),(27761,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.tumblr.com','/share/link','N'),(27762,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','www.tumblr.com','/share/link','hQ'),(27763,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','pinterest.com','/pin/create/button/',' '),(27764,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','pinterest.com','/pin/create/button/','\0 9'),(27765,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','vkontakte.ru','/share.php','-'),(27766,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php','vkontakte.ru','/share.php','OE'),(27767,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27768,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27769,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27770,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27771,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg','www.w3.org','/2000/svg','\Z.6'),(27772,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg','www.w3.org','/2000/svg','\Z~4/'),(27773,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg','www.w3.org','/2000/svg','!'),(27774,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg','www.w3.org','/2000/svg','&28'),(27775,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27776,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27777,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27778,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27779,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','getsprockets.org','/','T:'),(27780,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','getsprockets.org','/','='),(27781,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','github.com','/sstephenson/sprockets/tree/1.0.x',':\0$'),(27782,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php','github.com','/sstephenson/sprockets/tree/1.0.x','n'),(27783,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg','www.w3.org','/2000/svg','\Z.6'),(27784,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg','www.w3.org','/2000/svg','\Z~4/'),(27785,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg','www.w3.org','/2000/svg','!'),(27786,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg','www.w3.org','/2000/svg','&28'),(27787,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27788,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27789,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg','www.w3.org','/2000/svg','!'),(27790,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg','www.w3.org','/2000/svg','&28'),(27791,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php','aws.amazon.com','/apache2.0','GA'),(27792,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php','aws.amazon.com','/apache2.0','\nt'),(27793,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php','aws.amazon.com','/apache2.0',''),(27794,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php','aws.amazon.com','/apache2.0','S?'),(27795,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27796,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27797,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27798,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27799,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27800,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27801,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27802,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27803,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27804,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27805,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27806,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27807,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27808,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27809,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27810,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27811,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27812,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27813,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27814,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27815,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php','aws.amazon.com','/apache2.0','GA'),(27816,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php','aws.amazon.com','/apache2.0','\nt'),(27817,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php','aws.amazon.com','/apache2.0',''),(27818,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php','aws.amazon.com','/apache2.0','S?'),(27819,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27820,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27821,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg','www.w3.org','/2000/svg','!'),(27822,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg','www.w3.org','/2000/svg','&28'),(27823,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply',''),(27824,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply',''),(27825,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply','哣'),(27826,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','www.dropbox.com','/developers/apply','\"m'),(27827,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','wordpress.org','/support/topic/1-12-37-dropbox-auth-broken/page/2/','\'ľ'),(27828,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','wordpress.org','/support/topic/1-12-37-dropbox-auth-broken/page/2/',''),(27829,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-dropbox-app/','_r'),(27830,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','updraftplus.com','/faqs/what-is-your-privacy-policy-for-the-use-of-your-dropbox-app/','m?'),(27831,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','_r'),(27832,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','~'),(27833,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','_r'),(27834,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','updraftplus.com','/shop/','~'),(27835,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','4'),(27836,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','P'),(27837,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','_r'),(27838,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php','auth.updraftplus.com','/auth/dropbox/','{'),(27839,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27840,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27841,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg','www.w3.org','/2000/svg','!'),(27842,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg','www.w3.org','/2000/svg','&28'),(27843,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0','GA'),(27844,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0','\nt'),(27845,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0',''),(27846,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0','S?'),(27847,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27848,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27849,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg','www.w3.org','/2000/svg','!'),(27850,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg','www.w3.org','/2000/svg','&28'),(27851,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27852,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27853,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27854,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27855,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27856,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27857,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27858,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27859,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27860,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27861,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27862,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27863,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27864,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27865,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27866,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27867,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/','\r'),(27868,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/',''),(27869,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/','\Z'),(27870,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/','\nF'),(27871,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','\r'),(27872,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','4\\'),(27873,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','\Z'),(27874,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','i1'),(27875,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php','updraftplus.com','/problems-with-extra-white-space/','_r'),(27876,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php','updraftplus.com','/problems-with-extra-white-space/','\r'),(27877,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27878,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27879,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27880,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27881,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27882,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27883,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27884,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27885,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27886,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27887,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27888,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27889,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27890,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27891,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27892,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27893,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27894,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27895,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27896,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27897,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp','\Z}{E'),(27898,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp','!fD'),(27899,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp',''),(27900,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','developers.google.com','/google-apps/calendar/firstapp','@'),(27901,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar','O'),(27902,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar',''),(27903,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar','Q'),(27904,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar','fB}'),(27905,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','O'),(27906,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','Nr'),(27907,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','Q'),(27908,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php','www.googleapis.com','/auth/calendar.readonly','ɿ'),(27909,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27910,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27911,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg','www.w3.org','/2000/svg','!'),(27912,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg','www.w3.org','/2000/svg','&28'),(27913,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/external.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(27914,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/external.php','docs.woocommerce.com','/document/template-structure/','b'),(27915,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/external.php','docs.woocommerce.com','/document/template-structure/','\0'),(27916,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/external.php','docs.woocommerce.com','/document/template-structure/','5'),(27917,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0','GA'),(27918,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0','\nt'),(27919,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0',''),(27920,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php','aws.amazon.com','/apache2.0','S?'),(27921,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27922,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27923,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg','www.w3.org','/2000/svg','!'),(27924,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg','www.w3.org','/2000/svg','&28'),(27925,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27926,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27927,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27928,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27929,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27930,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27931,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27932,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27933,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27934,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27935,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','\rr'),(27936,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','?| '),(27937,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','$)9'),(27938,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','msdn.microsoft.com','/en-us/library/ee758697','V$'),(27939,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27940,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27941,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27942,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27943,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(27944,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(27945,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','aws.amazon.com','/apache2.0','GA'),(27946,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','aws.amazon.com','/apache2.0','\nt'),(27947,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','aws.amazon.com','/apache2.0',''),(27948,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','aws.amazon.com','/apache2.0','S?'),(27949,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','docs.aws.amazon.com','/Route53/latest/DeveloperGuide/RESTAuthentication.html','|B'),(27950,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','docs.aws.amazon.com','/Route53/latest/DeveloperGuide/RESTAuthentication.html','o'),(27951,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','docs.aws.amazon.com','/Route53/latest/DeveloperGuide/RESTAuthentication.html','GA'),(27952,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','docs.aws.amazon.com','/Route53/latest/DeveloperGuide/RESTAuthentication.html',''),(27953,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','docs.aws.amazon.com','/Route53/latest/DeveloperGuide/RESTAuthentication.html',''),(27954,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php','docs.aws.amazon.com','/Route53/latest/DeveloperGuide/RESTAuthentication.html','k'),(27955,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php','wordpress.org','/plugins/about/faq/','\'ľ'),(27956,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php','wordpress.org','/plugins/about/faq/','?}'),(27957,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg','www.w3.org','/2000/svg','\Z.6'),(27958,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(27959,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg','www.w3.org','/2000/svg','!'),(27960,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg','www.w3.org','/2000/svg','&28'),(27961,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(27962,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(27963,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','$'),(27964,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.apache.org','/licenses/LICENSE-2.0','0'),(27965,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/','\Z}{E'),(27966,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/','d'),(27967,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/',''),(27968,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-sdk/directory/',''),(27969,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos','O'),(27970,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos','hR'),(27971,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos','Q'),(27972,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos',' r'),(27973,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly','O'),(27974,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly',''),(27975,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly','Q'),(27976,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.chromeos.readonly','\"Z0'),(27977,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','O'),(27978,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','i3'),(27979,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','Q'),(27980,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile','S,'),(27981,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','O'),(27982,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','׵'),(27983,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','Q'),(27984,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.action','y'),(27985,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','O'),(27986,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','W>'),(27987,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','Q'),(27988,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.device.mobile.readonly','U6&'),(27989,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','O'),(27990,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','7'),(27991,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','Q'),(27992,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group','H2\Z'),(27993,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','O'),(27994,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','T~'),(27995,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','Q'),(27996,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member','Ol('),(27997,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','O'),(27998,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','}/'),(27999,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','Q'),(28000,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.member.readonly','IY'),(28001,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly','O'),(28002,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly','*;'),(28003,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly','Q'),(28004,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.group.readonly',' qn'),(28005,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','O'),(28006,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','%'),(28007,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','Q'),(28008,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.notifications','u8'),(28009,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','O'),(28010,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','V'),(28011,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','Q'),(28012,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit','a'),(28013,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','O'),(28014,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','is'),(28015,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','Q'),(28016,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.orgunit.readonly','x'),(28017,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','O'),(28018,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','\r'),(28019,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','Q'),(28020,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user','\"'),(28021,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias','O'),(28022,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias',''),(28023,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias','Q'),(28024,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias','Z%'),(28025,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','O'),(28026,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','k\n'),(28027,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','Q'),(28028,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.alias.readonly','1'),(28029,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','O'),(28030,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','bB'),(28031,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','Q'),(28032,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.readonly','P,'),(28033,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','O'),(28034,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','TI'),(28035,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','Q'),(28036,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.user.security','g'),(28037,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema','O'),(28038,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema',''),(28039,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema','Q'),(28040,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema','p'),(28041,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly','O'),(28042,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly','%R'),(28043,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly','Q'),(28044,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','www.googleapis.com','/auth/admin.directory.userschema.readonly',''),(28045,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py','ձ'),(28046,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py','\0Ռ'),(28047,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py',''),(28048,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/chromeos/a/bin/answer.py','CG'),(28049,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py','ձ'),(28050,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py','+]'),(28051,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py',''),(28052,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','support.google.com','/a/bin/answer.py','ks'),(28053,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','\Z}{E'),(28054,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','|	'),(28055,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-',''),(28056,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','3}W'),(28057,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','\Z}{E'),(28058,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','|	'),(28059,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-',''),(28060,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php','developers.google.com','/admin-','3}W'),(28061,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','github.com','/benthedesigner/dropbox',':\0$'),(28062,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','github.com','/benthedesigner/dropbox','zu'),(28063,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','www.dropbox.com','/',''),(28064,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','www.dropbox.com','/','.|'),(28065,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','www.dropbox.com','/','哣'),(28066,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','www.dropbox.com','/','$'),(28067,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','api.dropbox.com','/1/','x-'),(28068,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','api.dropbox.com','/1/','FT` '),(28069,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','api.dropbox.com','/1/','哣'),(28070,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','api.dropbox.com','/1/',''),(28071,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','C'),(28072,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849',''),(28073,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','ST'),(28074,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','[\''),(28075,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','C'),(28076,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849',''),(28077,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','ST'),(28078,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','[\''),(28079,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','C'),(28080,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849',''),(28081,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','ST'),(28082,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','[\''),(28083,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','oauth.net','/core/1.0/','Hlz4'),(28084,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','oauth.net','/core/1.0/','\"s'),(28085,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','C'),(28086,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849',''),(28087,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','ST'),(28088,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','tools.ietf.org','/html/rfc5849','[\''),(28089,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28090,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28091,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28092,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28093,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28094,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28095,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28096,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28097,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28098,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28099,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28100,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28101,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28102,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28103,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28104,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28105,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','\rr'),(28106,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','iC}'),(28107,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','$)9'),(28108,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','udG'),(28109,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','\rr'),(28110,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','W.'),(28111,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','$)9'),(28112,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','֞'),(28113,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','\rr'),(28114,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','\Z'),(28115,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','$)9'),(28116,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','v7	'),(28117,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','\rr'),(28118,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','D'),(28119,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','$)9'),(28120,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx',' '),(28121,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','\rr'),(28122,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','b\Z'),(28123,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','$)9'),(28124,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx',','),(28125,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','\rr'),(28126,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx',''),(28127,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','$)9'),(28128,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','L#P'),(28129,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','\rr'),(28130,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','TC'),(28131,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','$)9'),(28132,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','-Q'),(28133,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','\rr'),(28134,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','N'),(28135,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','$)9'),(28136,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','̱b_'),(28137,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','\rr'),(28138,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','«'),(28139,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','$)9'),(28140,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','\r'),(28141,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','\rr'),(28142,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','T?'),(28143,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','$)9'),(28144,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','ϫ'),(28145,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','\rr'),(28146,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx',''),(28147,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','$)9'),(28148,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','.'),(28149,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','\rr'),(28150,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','#'),(28151,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','$)9'),(28152,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','箐'),(28153,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','\rr'),(28154,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','#'),(28155,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','$)9'),(28156,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','箐'),(28157,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','\rr'),(28158,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','3R\n'),(28159,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','$)9'),(28160,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','c'),(28161,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','\rr'),(28162,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','3R\n'),(28163,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','$)9'),(28164,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','c'),(28165,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','\rr'),(28166,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','$#'),(28167,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','$)9'),(28168,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx',''),(28169,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','\rr'),(28170,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','\Z'),(28171,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','$)9'),(28172,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','G'),(28173,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','\rr'),(28174,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','b׻X'),(28175,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','$)9'),(28176,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','.2E'),(28177,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','\rr'),(28178,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','\n8'),(28179,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','$)9'),(28180,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','ʌ'),(28181,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','\rr'),(28182,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','Ym\"|'),(28183,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','$)9'),(28184,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','L'),(28185,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','\rr'),(28186,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','v'),(28187,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','$)9'),(28188,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','#a\''),(28189,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','\rr'),(28190,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','Ѫ.^'),(28191,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','$)9'),(28192,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx',''),(28193,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','\rr'),(28194,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','r'),(28195,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','$)9'),(28196,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx',''),(28197,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','\rr'),(28198,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','~9%'),(28199,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','$)9'),(28200,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','.n>'),(28201,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','\rr'),(28202,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','̪'),(28203,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','$)9'),(28204,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','XmZx'),(28205,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','\rr'),(28206,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','pn]'),(28207,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','$)9'),(28208,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','޼c'),(28209,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','\rr'),(28210,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','I'),(28211,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','$)9'),(28212,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','9'),(28213,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(28214,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(28215,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(28216,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(28217,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(28218,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(28219,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(28220,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(28221,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(28222,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(28223,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(28224,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(28225,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(28226,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(28227,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(28228,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(28229,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0','GA'),(28230,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0','\nt'),(28231,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0',''),(28232,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php','aws.amazon.com','/apache2.0','S?'),(28233,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28234,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28235,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg','www.w3.org','/2000/svg','!'),(28236,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg','www.w3.org','/2000/svg','&28'),(28237,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0','GA'),(28238,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0','\nt'),(28239,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0',''),(28240,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php','aws.amazon.com','/apache2.0','S?'),(28241,'wp-content/updraft/plugins-old/updraftplus/addons/reporting.php','trello.com','/c/NH83ZCnj/494','%E'),(28242,'wp-content/updraft/plugins-old/updraftplus/addons/reporting.php','trello.com','/c/NH83ZCnj/494','D'),(28243,'wp-content/updraft/plugins-old/updraftplus/addons/reporting.php','php.net','/manual/en/function.syslog.php','7+'),(28244,'wp-content/updraft/plugins-old/updraftplus/addons/reporting.php','php.net','/manual/en/function.syslog.php','i{'),(28245,'wp-content/updraft/plugins-old/updraftplus/addons/reporting.php','updraftplus.com','/','_r'),(28246,'wp-content/updraft/plugins-old/updraftplus/addons/reporting.php','updraftplus.com','/','ʛ'),(28247,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28248,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28249,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28250,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28251,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28252,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28253,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28254,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28255,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28256,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28257,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28258,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28259,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28260,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28261,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28262,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28263,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0','GA'),(28264,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0','\nt'),(28265,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0',''),(28266,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0','S?'),(28267,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28268,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28269,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg','www.w3.org','/2000/svg','!'),(28270,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg','www.w3.org','/2000/svg','&28'),(28271,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28272,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28273,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg','www.w3.org','/2000/svg','!'),(28274,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg','www.w3.org','/2000/svg','&28'),(28275,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28276,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28277,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg','www.w3.org','/2000/svg','!'),(28278,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg','www.w3.org','/2000/svg','&28'),(28279,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0','GA'),(28280,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0','\nt'),(28281,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0',''),(28282,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php','aws.amazon.com','/apache2.0','S?'),(28283,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28284,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28285,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28286,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28287,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0','GA'),(28288,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0','\nt'),(28289,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0',''),(28290,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php','aws.amazon.com','/apache2.0','S?'),(28291,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28292,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28293,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg','www.w3.org','/2000/svg','!'),(28294,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg','www.w3.org','/2000/svg','&28'),(28295,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php','aws.amazon.com','/apache2.0','GA'),(28296,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php','aws.amazon.com','/apache2.0','\nt'),(28297,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php','aws.amazon.com','/apache2.0',''),(28298,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php','aws.amazon.com','/apache2.0','S?'),(28299,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/2000/svg','\Z.6'),(28300,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/2000/svg','\Z~4/'),(28301,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/2000/svg','!'),(28302,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/2000/svg','&28'),(28303,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/1999/xlink','\Z.6'),(28304,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/1999/xlink','	'),(28305,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/1999/xlink','!'),(28306,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.w3.org','/1999/xlink','1x'),(28307,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.bohemiancoding.com','/sketch',''),(28308,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.bohemiancoding.com','/sketch','G'),(28309,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(28310,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','www.bohemiancoding.com','/sketch','Y'),(28311,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0','GA'),(28312,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0','\nt'),(28313,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0',''),(28314,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php','aws.amazon.com','/apache2.0','S?'),(28315,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28316,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28317,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg','www.w3.org','/2000/svg','!'),(28318,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg','www.w3.org','/2000/svg','&28'),(28319,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0','GA'),(28320,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0','\nt'),(28321,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0',''),(28322,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','aws.amazon.com','/apache2.0','S?'),(28323,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','4|'),(28324,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','w8'),(28325,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','7+'),(28326,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.url-stat.php','k~'),(28327,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','4|'),(28328,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','i'),(28329,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','7+'),(28330,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.mkdir.php','Z'),(28331,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','4|'),(28332,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','S'),(28333,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','7+'),(28334,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/streamwrapper.rmdir.php','4'),(28335,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','4|'),(28336,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','~L\0'),(28337,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','7+'),(28338,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.opendir.php','Y'),(28339,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php','4|'),(28340,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php','ZmU'),(28341,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php','7+'),(28342,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.readdir.php',''),(28343,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','4|'),(28344,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','I'),(28345,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','7+'),(28346,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php','www.php.net','/manual/en/function.rename.php','ْc'),(28347,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud',':\0$'),(28348,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud','w'),(28349,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','4@'),(28350,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','×sP'),(28351,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','LS'),(28352,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','docs.rackspace.com','/sdks/guide/content/php.html','Ծ'),(28353,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud/blob/master/docs/userguide/ObjectStore/Storage/Object.md',':\0$'),(28354,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','github.com','/rackspace/php-opencloud/blob/master/docs/userguide/ObjectStore/Storage/Object.md','s'),(28355,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(28356,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','CO'),(28357,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/',''),(28358,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','{'),(28359,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','gQ'),(28360,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','f'),(28361,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','n'),(28362,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','^i'),(28363,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/',''),(28364,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','{'),(28365,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','gQ'),(28366,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','f'),(28367,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','n'),(28368,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','^i'),(28369,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/','I6'),(28370,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/',''),(28371,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/','LS'),(28372,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','mycloud.rackspace.com','/','{'),(28373,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','W{[M'),(28374,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','\"'),(28375,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','LS'),(28376,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','/'),(28377,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','_r'),(28378,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','e'),(28379,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/',''),(28380,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','{'),(28381,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','gQ'),(28382,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','f'),(28383,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','n'),(28384,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','^i'),(28385,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/',''),(28386,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','{'),(28387,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','gQ'),(28388,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','f'),(28389,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','n'),(28390,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','auth.api.rackspacecloud.com','/','^i'),(28391,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(28392,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','CO'),(28393,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/',''),(28394,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','{'),(28395,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','gQ'),(28396,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','f'),(28397,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','n'),(28398,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','^i'),(28399,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(28400,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','CO'),(28401,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/',''),(28402,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','{'),(28403,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','gQ'),(28404,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','f'),(28405,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','n'),(28406,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','lon.auth.api.rackspacecloud.com','/','^i'),(28407,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/shop/cloudfiles-enhanced/','_r'),(28408,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php','updraftplus.com','/shop/cloudfiles-enhanced/','.\\\''),(28409,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28410,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28411,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28412,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28413,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/','D/'),(28414,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/','wX\n'),(28415,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/',''),(28416,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','cloud.google.com','/compute/docs/access/user-accounts/api/latest/','/'),(28417,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','O'),(28418,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','f1'),(28419,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','Q'),(28420,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/cloud-platform','	'),(28421,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','O'),(28422,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','&'),(28423,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','Q'),(28424,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.','q'),(28425,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','O'),(28426,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','&'),(28427,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','Q'),(28428,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts','q'),(28429,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','O'),(28430,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','LA'),(28431,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','Q'),(28432,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly.','MK-'),(28433,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','O'),(28434,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','LA'),(28435,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','Q'),(28436,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php','www.googleapis.com','/auth/computeaccounts.readonly','MK-'),(28437,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg','www.w3.org','/2000/svg','\Z.6'),(28438,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg','www.w3.org','/2000/svg','\Z~4/'),(28439,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg','www.w3.org','/2000/svg','!'),(28440,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg','www.w3.org','/2000/svg','&28'),(28441,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28442,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28443,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg','www.w3.org','/2000/svg','!'),(28444,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg','www.w3.org','/2000/svg','&28'),(28445,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28446,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28447,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28448,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28449,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28450,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28451,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg','www.w3.org','/2000/svg','!'),(28452,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg','www.w3.org','/2000/svg','&28'),(28453,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28454,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28455,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28456,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28457,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/','\Z}{E'),(28458,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/','ceM'),(28459,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/',''),(28460,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php','developers.google.com','/identity-toolkit/v3/','B'),(28461,'wp-content/plugins/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28462,'wp-content/plugins/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28463,'wp-content/plugins/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28464,'wp-content/plugins/updraftplus/includes/Google/Logger/File.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28465,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0','GA'),(28466,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0','\nt'),(28467,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0',''),(28468,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0','S?'),(28469,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28470,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28471,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg','www.w3.org','/2000/svg','!'),(28472,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg','www.w3.org','/2000/svg','&28'),(28473,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28474,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28475,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28476,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28477,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28478,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28479,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg','www.w3.org','/2000/svg','!'),(28480,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg','www.w3.org','/2000/svg','&28'),(28481,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28482,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28483,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg','www.w3.org','/2000/svg','!'),(28484,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg','www.w3.org','/2000/svg','&28'),(28485,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28486,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28487,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg','www.w3.org','/2000/svg','!'),(28488,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg','www.w3.org','/2000/svg','&28'),(28489,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28490,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28491,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28492,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28493,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(28494,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(28495,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(28496,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(28497,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/2000/svg','\Z.6'),(28498,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/2000/svg','\Z~4/'),(28499,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/2000/svg','!'),(28500,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg','www.w3.org','/2000/svg','&28'),(28501,'wp-content/plugins/bridge-core/modules/import/qode-import-functions.php','demo.qodeinteractive.com','/','&6'),(28502,'wp-content/plugins/bridge-core/modules/import/qode-import-functions.php','demo.qodeinteractive.com','/',''),(28503,'wp-content/plugins/bridge-core/modules/import/qode-import-functions.php','demo.qodeinteractive.com','/','|M/'),(28504,'wp-content/plugins/bridge-core/modules/import/qode-import-functions.php','demo.qodeinteractive.com','/','=@'),(28505,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg','www.w3.org','/2000/svg','\Z.6'),(28506,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg','www.w3.org','/2000/svg','\Z~4/'),(28507,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg','www.w3.org','/2000/svg','!'),(28508,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg','www.w3.org','/2000/svg','&28'),(28509,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28510,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28511,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28512,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28513,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28514,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28515,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28516,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28517,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28518,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28519,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28520,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28521,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28522,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28523,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28524,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28525,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','!w'),(28526,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','\ZӒ3'),(28527,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','~'),(28528,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','\r'),(28529,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196','\'ľ'),(28530,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','core.trac.wordpress.org','/ticket/27196',''),(28531,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(28532,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(28533,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','7+'),(28534,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','[%'),(28535,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','7+'),(28536,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','php.net','/manual/en/function.fopen.php','[%'),(28537,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(28538,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(28539,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(28540,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(28541,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/','_r'),(28542,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/','Fz'),(28543,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/news/','_r'),(28544,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/news/',''),(28545,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','_r'),(28546,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/','ʛ'),(28547,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/','\0'),(28548,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/',';C^'),(28549,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/','$'),(28550,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','feeds.feedburner.com','/updraftplus/','|h'),(28551,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(28552,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(28553,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(28554,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(28555,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(28556,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(28557,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/tell-me-more-about-the-search-and-replace-site-location-in-the-database-option/','_r'),(28558,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/tell-me-more-about-the-search-and-replace-site-location-in-the-database-option/','ϟ'),(28559,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','example.com','/my-page/','y'),(28560,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','example.com','/my-page/','lT'),(28561,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','_r'),(28562,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/migrator/','B#'),(28563,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','_r'),(28564,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/information-on-importing-a-single-site-wordpress-backup-into-a-wordpress-network-i-e-multisite/','/'),(28565,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network',''),(28566,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network',':\n|'),(28567,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network','\'ľ'),(28568,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','codex.wordpress.org','/Create_A_Network',''),(28569,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','_r'),(28570,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','p)'),(28571,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','_r'),(28572,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/faqs/implications-changing-tables-character-set/','p)'),(28573,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','ipvigilante.com','/json','DOt'),(28574,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','ipvigilante.com','/json',''),(28575,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/','_r'),(28576,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/',''),(28577,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/','_r'),(28578,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/','~'),(28579,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(28580,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(28581,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftclone-tokens/','_r'),(28582,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftclone-tokens/',''),(28583,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/lost-password/','_r'),(28584,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/my-account/lost-password/','z'),(28585,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/plugin-info','_r'),(28586,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/plugin-info','4qo'),(28587,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(28588,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(28589,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg','www.w3.org','/2000/svg','\Z.6'),(28590,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg','www.w3.org','/2000/svg','\Z~4/'),(28591,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg','www.w3.org','/2000/svg','!'),(28592,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg','www.w3.org','/2000/svg','&28'),(28593,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28594,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28595,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28596,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28597,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28598,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28599,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28600,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28601,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28602,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28603,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28604,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28605,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28606,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28607,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28608,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28609,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28610,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28611,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28612,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28613,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28614,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28615,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg','www.w3.org','/2000/svg','!'),(28616,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg','www.w3.org','/2000/svg','&28'),(28617,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg','www.w3.org','/2000/svg','\Z.6'),(28618,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg','www.w3.org','/2000/svg','\Z~4/'),(28619,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg','www.w3.org','/2000/svg','!'),(28620,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg','www.w3.org','/2000/svg','&28'),(28621,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28622,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28623,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg','www.w3.org','/2000/svg','!'),(28624,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg','www.w3.org','/2000/svg','&28'),(28625,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(28626,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(28627,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28628,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28629,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg','www.w3.org','/2000/svg','!'),(28630,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg','www.w3.org','/2000/svg','&28'),(28631,'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php','kb.wpbakery.com','/','f3|'),(28632,'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php','kb.wpbakery.com','/','E'),(28633,'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php','kb.wpbakery.com','/','7\Z'),(28634,'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php','kb.wpbakery.com','/',''),(28635,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0','GA'),(28636,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0','\nt'),(28637,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0',''),(28638,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php','aws.amazon.com','/apache2.0','S?'),(28639,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','192.168.16.1','/',''),(28640,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','192.168.16.1','/','#'),(28641,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28642,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28643,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','www.w3.org','/2000/svg','!'),(28644,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','www.w3.org','/2000/svg','&28'),(28645,'wp-content/plugins/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','gq'),(28646,'wp-content/plugins/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','+]'),(28647,'wp-content/plugins/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','UNV.'),(28648,'wp-content/plugins/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','B'),(28649,'wp-content/plugins/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','O/'),(28650,'wp-content/plugins/updraftplus/includes/S3compat.php','www.simbahosting.co.uk','/','2'),(28651,'wp-content/plugins/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','QѸm'),(28652,'wp-content/plugins/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','^ '),(28653,'wp-content/plugins/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','E'),(28654,'wp-content/plugins/updraftplus/includes/S3compat.php','undesigned.org.za','/2007/10/22/amazon-s3-php-cla','_'),(28655,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','|B'),(28656,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','@u'),(28657,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','GA'),(28658,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html',':\Z'),(28659,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html',''),(28660,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/SSEUsingPHPSDK.html','a<'),(28661,'wp-content/plugins/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','F)'),(28662,'wp-content/plugins/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','hD'),(28663,'wp-content/plugins/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','P3'),(28664,'wp-content/plugins/updraftplus/includes/S3compat.php','guzzle.readthedocs.org','/en/latest/clients.html','	'),(28665,'wp-content/plugins/updraftplus/includes/S3compat.php','s3.amazonaws.com','/','eX'),(28666,'wp-content/plugins/updraftplus/includes/S3compat.php','s3.amazonaws.com','/',''),(28667,'wp-content/plugins/updraftplus/includes/S3compat.php','s3.amazonaws.com','/',';-o'),(28668,'wp-content/plugins/updraftplus/includes/S3compat.php','s3.amazonaws.com','/',''),(28669,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','|B'),(28670,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','\r-'),(28671,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','GA'),(28672,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','(t'),(28673,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html',''),(28674,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html','\\\n'),(28675,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','|B'),(28676,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','(g'),(28677,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','GA'),(28678,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',']Os'),(28679,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',''),(28680,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','k'),(28681,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)',''),(28682,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','a'),(28683,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','rm'),(28684,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadInitiate.html)','\\y'),(28685,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)',''),(28686,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','`7'),(28687,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','rm'),(28688,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadUploadPart.html)','@>M'),(28689,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)',''),(28690,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','W'),(28691,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','rm'),(28692,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.amazonwebservices.com','/AmazonS3/latest/API/mpUploadComplete.html)','\r:'),(28693,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','|B'),(28694,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','(g'),(28695,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','GA'),(28696,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',']Os'),(28697,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html',''),(28698,'wp-content/plugins/updraftplus/includes/S3compat.php','docs.aws.amazon.com','/aws-sdk-php/latest/class-Aws.S3.S3Client.html','k'),(28699,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php','github.com','/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md',':\0$'),(28700,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php','github.com','/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md','-T'),(28701,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0','GA'),(28702,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0','\nt'),(28703,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0',''),(28704,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php','aws.amazon.com','/apache2.0','S?'),(28705,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28706,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28707,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28708,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28709,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28710,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28711,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg','www.w3.org','/2000/svg','!'),(28712,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg','www.w3.org','/2000/svg','&28'),(28713,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28714,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28715,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg','www.w3.org','/2000/svg','!'),(28716,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg','www.w3.org','/2000/svg','&28'),(28717,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','4|'),(28718,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','B'),(28719,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','7+'),(28720,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','www.php.net','/manual/en/function.finfo-open.php','CI	S'),(28721,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php','aws.amazon.com','/apache2.0','GA'),(28722,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php','aws.amazon.com','/apache2.0','\nt'),(28723,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php','aws.amazon.com','/apache2.0',''),(28724,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php','aws.amazon.com','/apache2.0','S?'),(28725,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28726,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28727,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28728,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28729,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28730,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28731,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28732,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28733,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28734,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28735,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28736,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28737,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28738,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28739,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28740,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28741,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','\rr'),(28742,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',''),(28743,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx','$)9'),(28744,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179428.aspx',' +'),(28745,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28746,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28747,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg','www.w3.org','/2000/svg','!'),(28748,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg','www.w3.org','/2000/svg','&28'),(28749,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','www.youtube.com','/embed/','h`wn'),(28750,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','www.youtube.com','/embed/',''),(28751,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','www.youtube.com','/embed/','Mçi'),(28752,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','www.youtube.com','/embed/',''),(28753,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','player.vimeo.com','/video/','3'),(28754,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','player.vimeo.com','/video/','k\0'),(28755,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','player.vimeo.com','/video/','U'),(28756,'wp-content/themes/bridge/templates/blog-parts/compound/video.php','player.vimeo.com','/video/','HW'),(28757,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0','GA'),(28758,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0','\nt'),(28759,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0',''),(28760,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','aws.amazon.com','/apache2.0','S?'),(28761,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','|B'),(28762,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','e.np'),(28763,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','GA'),(28764,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','+q`'),(28765,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html',''),(28766,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php','docs.aws.amazon.com','/general/latest/gr/signature-version-4.html','Ȗ'),(28767,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg','www.w3.org','/2000/svg','\Z.6'),(28768,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg','www.w3.org','/2000/svg','\Z~4/'),(28769,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg','www.w3.org','/2000/svg','!'),(28770,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg','www.w3.org','/2000/svg','&28'),(28771,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28772,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28773,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg','www.w3.org','/2000/svg','!'),(28774,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg','www.w3.org','/2000/svg','&28'),(28775,'wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php','stackoverflow.com','/questions/157318/resumable-downloads-when-using-php-to-send-the-file','X_'),(28776,'wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php','stackoverflow.com','/questions/157318/resumable-downloads-when-using-php-to-send-the-file','S'),(28777,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/2000/svg','\Z.6'),(28778,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/2000/svg','\Z~4/'),(28779,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/2000/svg','!'),(28780,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/2000/svg','&28'),(28781,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/1999/xlink','\Z.6'),(28782,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/1999/xlink','	'),(28783,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/1999/xlink','!'),(28784,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.w3.org','/1999/xlink','1x'),(28785,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.bohemiancoding.com','/sketch',''),(28786,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.bohemiancoding.com','/sketch','G'),(28787,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(28788,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','www.bohemiancoding.com','/sketch','Y'),(28789,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php','aws.amazon.com','/apache2.0','GA'),(28790,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php','aws.amazon.com','/apache2.0','\nt'),(28791,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php','aws.amazon.com','/apache2.0',''),(28792,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php','aws.amazon.com','/apache2.0','S?'),(28793,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php','169.254.169.25','/','ִkK'),(28794,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php','169.254.169.25','/','ڒ'),(28795,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg','www.w3.org','/2000/svg','\Z.6'),(28796,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg','www.w3.org','/2000/svg','\Z~4/'),(28797,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg','www.w3.org','/2000/svg','!'),(28798,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg','www.w3.org','/2000/svg','&28'),(28799,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28800,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł');
INSERT INTO `wpdl_wfhoover` VALUES (28801,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28802,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28803,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28804,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28805,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28806,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28807,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28808,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28809,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28810,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28811,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28812,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28813,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28814,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28815,'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28816,'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28817,'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28818,'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28819,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/','\r'),(28820,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/',''),(28821,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/','\Z'),(28822,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-0/','\nF'),(28823,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','\r'),(28824,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','4\\'),(28825,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','\Z'),(28826,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php','www.php-fig.org','/psr/psr-4/','i1'),(28827,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg','www.w3.org','/2000/svg','\Z.6'),(28828,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg','www.w3.org','/2000/svg','\Z~4/'),(28829,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg','www.w3.org','/2000/svg','!'),(28830,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg','www.w3.org','/2000/svg','&28'),(28831,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28832,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28833,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg','www.w3.org','/2000/svg','!'),(28834,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg','www.w3.org','/2000/svg','&28'),(28835,'wp-content/updraft/plugins-old/hello.php','wordpress.org','/plugins/hello-dolly/','\'ľ'),(28836,'wp-content/updraft/plugins-old/hello.php','wordpress.org','/plugins/hello-dolly/',''),(28837,'wp-content/updraft/plugins-old/hello.php','ma.tt','/','UB'),(28838,'wp-content/updraft/plugins-old/hello.php','ma.tt','/','(4'),(28839,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28840,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28841,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28842,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28843,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started','\Z}{E'),(28844,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started',','),(28845,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started',''),(28846,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php','developers.google.com','/google-apps/admin-audit/get_started','̈F'),(28847,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28848,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28849,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg','www.w3.org','/2000/svg','!'),(28850,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg','www.w3.org','/2000/svg','&28'),(28851,'wp-content/plugins/revslider/admin/assets/js/edit_layers.js','img.youtube.com','/vi/','N w'),(28852,'wp-content/plugins/revslider/admin/assets/js/edit_layers.js','img.youtube.com','/vi/','f]'),(28853,'wp-content/plugins/revslider/admin/assets/js/edit_layers.js','img.youtube.com','/vi/','Mçi'),(28854,'wp-content/plugins/revslider/admin/assets/js/edit_layers.js','img.youtube.com','/vi/',''),(28855,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28856,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28857,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg','www.w3.org','/2000/svg','!'),(28858,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg','www.w3.org','/2000/svg','&28'),(28859,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28860,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28861,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28862,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28863,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states','\Z}{E'),(28864,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states','NJ'),(28865,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states',''),(28866,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','developers.google.com','/games/services/web/api/states','?'),(28867,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','O'),(28868,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','['),(28869,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','Q'),(28870,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php','www.googleapis.com','/auth/appstate','ns'),(28871,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28872,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28873,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28874,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28875,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28876,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28877,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28878,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28879,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28880,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28881,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28882,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28883,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28884,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28885,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28886,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28887,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28888,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28889,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28890,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28891,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','h`wn'),(28892,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','(='),(28893,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','Mçi'),(28894,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','@9'),(28895,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','h`wn'),(28896,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','(='),(28897,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','Mçi'),(28898,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube.com','/iframe_api','@9'),(28899,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','3'),(28900,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','AR'),(28901,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','U'),(28902,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','38'),(28903,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','3'),(28904,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','AR'),(28905,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','U'),(28906,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/api/player.js','38'),(28907,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube-nocookie.com','/embed/','=q'),(28908,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube-nocookie.com','/embed/','W='),(28909,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube-nocookie.com','/embed/','w)'),(28910,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','www.youtube-nocookie.com','/embed/','}'),(28911,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/video/','3'),(28912,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/video/','k\0'),(28913,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/video/','U'),(28914,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js','player.vimeo.com','/video/','HW'),(28915,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28916,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28917,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28918,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28919,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php','updraftplus.com','/shop/updraftplus-premium/','_r'),(28920,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php','updraftplus.com','/shop/updraftplus-premium/','^oth'),(28921,'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php','www.w3schools.com','/tags/att_global_id.asp',''),(28922,'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php','www.w3schools.com','/tags/att_global_id.asp','t'),(28923,'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php','www.w3schools.com','/tags/att_global_id.asp','{'),(28924,'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(28925,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28926,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28927,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28928,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28929,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','developers.google.com','/admin-sdk/reports/','\Z}{E'),(28930,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','developers.google.com','/admin-sdk/reports/','!P'),(28931,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','developers.google.com','/admin-sdk/reports/',''),(28932,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','developers.google.com','/admin-sdk/reports/',''),(28933,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.audit.readonly','O'),(28934,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.audit.readonly',''),(28935,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.audit.readonly','Q'),(28936,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.audit.readonly','07'),(28937,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.usage.readonly','O'),(28938,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.usage.readonly','S]b-'),(28939,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.usage.readonly','Q'),(28940,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php','www.googleapis.com','/auth/admin.reports.usage.readonly','E'),(28941,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28942,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28943,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg','www.w3.org','/2000/svg','!'),(28944,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg','www.w3.org','/2000/svg','&28'),(28945,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28946,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28947,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg','www.w3.org','/2000/svg','!'),(28948,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg','www.w3.org','/2000/svg','&28'),(28949,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg','www.w3.org','/2000/svg','\Z.6'),(28950,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(28951,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg','www.w3.org','/2000/svg','!'),(28952,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg','www.w3.org','/2000/svg','&28'),(28953,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28954,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28955,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28956,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28957,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','developers.google.com','/speed/docs/insights/v2/getting-started','\Z}{E'),(28958,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','developers.google.com','/speed/docs/insights/v2/getting-started','*K'),(28959,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','developers.google.com','/speed/docs/insights/v2/getting-started',''),(28960,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php','developers.google.com','/speed/docs/insights/v2/getting-started','҅N'),(28961,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','vimeo.com','/51589652','U'),(28962,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','vimeo.com','/51589652','M~v'),(28963,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','codex.wordpress.org','/Embeds',''),(28964,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','codex.wordpress.org','/Embeds','q'),(28965,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','codex.wordpress.org','/Embeds','\'ľ'),(28966,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','codex.wordpress.org','/Embeds','ԣ'),(28967,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','www.w3schools.com','/tags/att_global_id.asp',''),(28968,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','www.w3schools.com','/tags/att_global_id.asp','t'),(28969,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','www.w3schools.com','/tags/att_global_id.asp','{'),(28970,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(28971,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','n'),(28972,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','(_'),(28973,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','h'),(28974,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','packages.zendframework.com','/docs/latest/manual/en/zend.cache.html','*z'),(28975,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28976,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28977,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28978,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28979,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28980,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28981,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28982,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28983,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28984,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28985,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(28986,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(28987,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','$'),(28988,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','www.apache.org','/licenses/LICENSE-2.0','0'),(28989,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(28990,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(28991,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0','GA'),(28992,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0','\nt'),(28993,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0',''),(28994,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php','aws.amazon.com','/apache2.0','S?'),(28995,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0','GA'),(28996,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0','\nt'),(28997,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0',''),(28998,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php','aws.amazon.com','/apache2.0','S?'),(28999,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','\rr'),(29000,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Қtl'),(29001,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','$)9'),(29002,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Bh'),(29003,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','F#'),(29004,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','<'),(29005,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','\0C'),(29006,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','account.live.com','/developers/applications/index','>L;'),(29007,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','/`P'),(29008,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','Ľ9'),(29009,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','DN'),(29010,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','8'),(29011,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','\0C'),(29012,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','manage.dev.live.com','/','?'),(29013,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','github.com','/drumaddict/skydrive-api-yii/blob/master/SkyDriveAPI.php',':\0$'),(29014,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','github.com','/drumaddict/skydrive-api-yii/blob/master/SkyDriveAPI.php','$1'),(29015,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','\rr'),(29016,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Қtl'),(29017,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','$)9'),(29018,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','msdn.microsoft.com','/en-us/library/live/hh243647.aspx','Bh'),(29019,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','php.net','/manual/en/function.array-merge.php','7+'),(29020,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','php.net','/manual/en/function.array-merge.php','PwB'),(29021,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/',''),(29022,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/','t5'),(29023,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/','PP'),(29024,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','api.onedrive.com','/v1.0/','lM'),(29025,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf',''),(29026,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf','мׄ'),(29027,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf','\0C'),(29028,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_authorize.srf','U'),(29029,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf',''),(29030,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf','\'Ж'),(29031,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf','\0C'),(29032,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','login.live.com','/oauth20_token.srf',''),(29033,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','@T'),(29034,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','\\@d'),(29035,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','7+'),(29036,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php','bugs.php.net','/bug.php','d'),(29037,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg','www.w3.org','/2000/svg','\Z.6'),(29038,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg','www.w3.org','/2000/svg','\Z~4/'),(29039,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg','www.w3.org','/2000/svg','!'),(29040,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg','www.w3.org','/2000/svg','&28'),(29041,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg','www.w3.org','/2000/svg','\Z.6'),(29042,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg','www.w3.org','/2000/svg','\Z~4/'),(29043,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg','www.w3.org','/2000/svg','!'),(29044,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg','www.w3.org','/2000/svg','&28'),(29045,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29046,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29047,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg','www.w3.org','/2000/svg','!'),(29048,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg','www.w3.org','/2000/svg','&28'),(29049,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php','aws.amazon.com','/apache2.0','GA'),(29050,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php','aws.amazon.com','/apache2.0','\nt'),(29051,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php','aws.amazon.com','/apache2.0',''),(29052,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php','aws.amazon.com','/apache2.0','S?'),(29053,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29054,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29055,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29056,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29057,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','updates.wpbakery.com','/','ISz'),(29058,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','updates.wpbakery.com','/','-SЦ'),(29059,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','updates.wpbakery.com','/','7\Z'),(29060,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','updates.wpbakery.com','/',''),(29061,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','support.wpbakery.com','/updates/download-link','4'),(29062,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','support.wpbakery.com','/updates/download-link','N9	'),(29063,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','support.wpbakery.com','/updates/download-link','7\Z'),(29064,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','support.wpbakery.com','/updates/download-link','F6'),(29065,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','go.wpbakery.com','/faq-update-in-theme','fVR'),(29066,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','go.wpbakery.com','/faq-update-in-theme','XQ'),(29067,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','go.wpbakery.com','/faq-update-in-theme','7\Z'),(29068,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','go.wpbakery.com','/faq-update-in-theme','@wޣ'),(29069,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29070,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29071,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg','www.w3.org','/2000/svg','!'),(29072,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg','www.w3.org','/2000/svg','&28'),(29073,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php','aws.amazon.com','/apache2.0','GA'),(29074,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php','aws.amazon.com','/apache2.0','\nt'),(29075,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php','aws.amazon.com','/apache2.0',''),(29076,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php','aws.amazon.com','/apache2.0','S?'),(29077,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php','www.w3schools.com','/tags/att_global_id.asp',''),(29078,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php','www.w3schools.com','/tags/att_global_id.asp','t'),(29079,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php','www.w3schools.com','/tags/att_global_id.asp','{'),(29080,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(29081,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0','GA'),(29082,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0','\nt'),(29083,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0',''),(29084,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php','aws.amazon.com','/apache2.0','S?'),(29085,'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js','github.com','/dreamerslab/jquery.actual',':\0$'),(29086,'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js','github.com','/dreamerslab/jquery.actual','t9'),(29087,'wp-content/themes/bridge/woocommerce/cart/cart-totals.php','docs.woocommerce.com','/document/template-structure/','5\Z'),(29088,'wp-content/themes/bridge/woocommerce/cart/cart-totals.php','docs.woocommerce.com','/document/template-structure/','b'),(29089,'wp-content/themes/bridge/woocommerce/cart/cart-totals.php','docs.woocommerce.com','/document/template-structure/','\0'),(29090,'wp-content/themes/bridge/woocommerce/cart/cart-totals.php','docs.woocommerce.com','/document/template-structure/','5'),(29091,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/2000/svg','\Z.6'),(29092,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/2000/svg','\Z~4/'),(29093,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/2000/svg','!'),(29094,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/2000/svg','&28'),(29095,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/1999/xlink','\Z.6'),(29096,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/1999/xlink','	'),(29097,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/1999/xlink','!'),(29098,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.w3.org','/1999/xlink','1x'),(29099,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.bohemiancoding.com','/sketch',''),(29100,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.bohemiancoding.com','/sketch','G'),(29101,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(29102,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','www.bohemiancoding.com','/sketch','Y'),(29103,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29104,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29105,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg','www.w3.org','/2000/svg','!'),(29106,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg','www.w3.org','/2000/svg','&28'),(29107,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg','www.w3.org','/2000/svg','\Z.6'),(29108,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg','www.w3.org','/2000/svg','\Z~4/'),(29109,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg','www.w3.org','/2000/svg','!'),(29110,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg','www.w3.org','/2000/svg','&28'),(29111,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(29112,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(29113,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0',''),(29114,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(29115,'wp-content/plugins/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','\Z.6'),(29116,'wp-content/plugins/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','V'),(29117,'wp-content/plugins/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','!'),(29118,'wp-content/plugins/updraftplus/index.html','www.w3.org','/TR/html4/loose.dtd','-3H'),(29119,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','_r'),(29120,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','ʛ'),(29121,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','_r'),(29122,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','ʛ'),(29123,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','_r'),(29124,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','ʛ'),(29125,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','_r'),(29126,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/','ʛ'),(29127,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/shop/','_r'),(29128,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/shop/','~'),(29129,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/shop/','_r'),(29130,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/shop/','~'),(29131,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/translate/','_r'),(29132,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/translate/','><>-'),(29133,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/translate/','_r'),(29134,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/translate/','><>-'),(29135,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','NX\\'),(29136,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','O'),(29137,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','l'),(29138,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','O&'),(29139,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','NX\\'),(29140,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','O'),(29141,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','l'),(29142,'wp-content/plugins/updraftplus/index.html','www.szepe.net','/','O&'),(29143,'wp-content/plugins/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','\'ľ'),(29144,'wp-content/plugins/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','ɂ'),(29145,'wp-content/plugins/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','\'ľ'),(29146,'wp-content/plugins/updraftplus/index.html','wordpress.org','/support/plugin/updraftplus','ɂ'),(29147,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/','_r'),(29148,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/',''),(29149,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/','_r'),(29150,'wp-content/plugins/updraftplus/index.html','updraftplus.com','/support/frequently-asked-questions/',''),(29151,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29152,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29153,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29154,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29155,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29156,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29157,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29158,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29159,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29160,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29161,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29162,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29163,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29164,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29165,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29166,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29167,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29168,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29169,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29170,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29171,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570','C'),(29172,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570','uYD'),(29173,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570','ST'),(29174,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php','tools.ietf.org','/html/rfc6570',';'),(29175,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29176,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29177,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29178,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29179,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0','GA'),(29180,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0','\nt'),(29181,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0',''),(29182,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php','aws.amazon.com','/apache2.0','S?'),(29183,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(29184,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html','M'),(29185,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html',''),(29186,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','www.opensource.org','/licenses/mit-license.html','(742'),(29187,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29188,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29189,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29190,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29191,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','ϫ['),(29192,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','53'),(29193,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','^K'),(29194,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','h'),(29195,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','ϫ['),(29196,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','53'),(29197,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','^K'),(29198,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','h'),(29199,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','auth.api.rackspacecloud.com','/',''),(29200,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','auth.api.rackspacecloud.com','/','{'),(29201,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','auth.api.rackspacecloud.com','/','gQ'),(29202,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','auth.api.rackspacecloud.com','/','f'),(29203,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','auth.api.rackspacecloud.com','/','n'),(29204,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','auth.api.rackspacecloud.com','/','^i'),(29205,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(29206,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','CO'),(29207,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/',''),(29208,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','{'),(29209,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','gQ'),(29210,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','f'),(29211,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','n'),(29212,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','^i'),(29213,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','ϫ['),(29214,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','53'),(29215,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','^K'),(29216,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','h'),(29217,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','ϫ['),(29218,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','53'),(29219,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','^K'),(29220,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','h'),(29221,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','ϫ['),(29222,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','53'),(29223,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','^K'),(29224,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','h'),(29225,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','ϫ['),(29226,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','53'),(29227,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','^K'),(29228,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','curl.haxx.se','/','h'),(29229,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','www.example.com','/gallery.php',''),(29230,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','www.example.com','/gallery.php',''),(29231,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','www.example.com','/gallery.php','y'),(29232,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','www.example.com','/gallery.php','Xj'),(29233,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','pecl.php.net','/package/Fileinfo).',');k:'),(29234,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','pecl.php.net','/package/Fileinfo).','_('),(29235,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','pecl.php.net','/package/Fileinfo).','7+'),(29236,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','pecl.php.net','/package/Fileinfo).',':{'),(29237,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29238,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29239,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29240,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29241,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29242,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29243,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29244,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29245,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/','\Z}{E'),(29246,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/','p'),(29247,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/',''),(29248,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','developers.google.com','/+/domains/',' '),(29249,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','O'),(29250,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','H'),(29251,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','Q'),(29252,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.read','Z'),(29253,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','O'),(29254,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','v3'),(29255,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','Q'),(29256,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.circles.write','?\n'),(29257,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login','O'),(29258,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login',''),(29259,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login','Q'),(29260,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.login',''),(29261,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','O'),(29262,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','N'),(29263,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','Q'),(29264,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.me','G'),(29265,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','O'),(29266,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','K'),(29267,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','Q'),(29268,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.media.upload','['),(29269,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read','O'),(29270,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read',':v'),(29271,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read','Q'),(29272,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.profiles.read','\''),(29273,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','O'),(29274,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','e'),(29275,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','Q'),(29276,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.read','P'),(29277,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write','O'),(29278,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write','!K\\'),(29279,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write','Q'),(29280,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/plus.stream.write',''),(29281,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','O'),(29282,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','+\0'),(29283,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','Q'),(29284,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.email','	h'),(29285,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','O'),(29286,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(29287,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','Q'),(29288,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php','www.googleapis.com','/auth/userinfo.profile','~'),(29289,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29290,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29291,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29292,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29293,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29294,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29295,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29296,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29297,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29298,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29299,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29300,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29301,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29302,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29303,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29304,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29305,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg','www.w3.org','/2000/svg','\Z.6'),(29306,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg','www.w3.org','/2000/svg','\Z~4/'),(29307,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg','www.w3.org','/2000/svg','!'),(29308,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg','www.w3.org','/2000/svg','&28'),(29309,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','~6-'),(29310,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','#'),(29311,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','9`y'),(29312,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php','developer.yahoo.com','/yui/compressor/','w-'),(29313,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29314,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29315,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg','www.w3.org','/2000/svg','!'),(29316,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg','www.w3.org','/2000/svg','&28'),(29317,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29318,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29319,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29320,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29321,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29322,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29323,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29324,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29325,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','O'),(29326,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','\ns'),(29327,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','Q'),(29328,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php','www.googleapis.com','/auth/monitoring.readonly','-mJ'),(29329,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29330,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29331,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29332,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29333,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29334,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29335,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29336,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29337,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29338,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29339,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29340,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29341,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29342,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29343,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29344,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29345,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-video.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(29346,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-video.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(29347,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-video.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(29348,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-video.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(29349,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php','aws.amazon.com','/apache2.0','GA'),(29350,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php','aws.amazon.com','/apache2.0','\nt'),(29351,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php','aws.amazon.com','/apache2.0',''),(29352,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php','aws.amazon.com','/apache2.0','S?'),(29353,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Theme_Development',''),(29354,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Theme_Development','E$'),(29355,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Theme_Development','\'ľ'),(29356,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Theme_Development','V]'),(29357,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/themes/advanced-topics/child-themes/','nh'),(29358,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/themes/advanced-topics/child-themes/',';'),(29359,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/themes/advanced-topics/child-themes/','\'ľ'),(29360,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/themes/advanced-topics/child-themes/','vt:`'),(29361,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Plugin_API',''),(29362,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Plugin_API','ge'),(29363,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Plugin_API','\'ľ'),(29364,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Plugin_API','rg8'),(29365,'wp-content/updraft/themes-old/twentysixteen/functions.php','translate.wordpress.org','/projects/wp-themes/twentysixteen','n'),(29366,'wp-content/updraft/themes-old/twentysixteen/functions.php','translate.wordpress.org','/projects/wp-themes/twentysixteen','o_3'),(29367,'wp-content/updraft/themes-old/twentysixteen/functions.php','translate.wordpress.org','/projects/wp-themes/twentysixteen','\'ľ'),(29368,'wp-content/updraft/themes-old/twentysixteen/functions.php','translate.wordpress.org','/projects/wp-themes/twentysixteen','5'),(29369,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/add_theme_support/','nh'),(29370,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/add_theme_support/','.'),(29371,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/add_theme_support/','\'ľ'),(29372,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/add_theme_support/',''),(29373,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Post_Formats',''),(29374,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Post_Formats','\0ye'),(29375,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Post_Formats','\'ľ'),(29376,'wp-content/updraft/themes-old/twentysixteen/functions.php','codex.wordpress.org','/Post_Formats','\ra'),(29377,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.gstatic.com','/','}ʠ'),(29378,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.gstatic.com','/','A'),(29379,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.gstatic.com','/','('),(29380,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.gstatic.com','/',')'),(29381,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/register_sidebar/','nh'),(29382,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/register_sidebar/','60z'),(29383,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/register_sidebar/','\'ľ'),(29384,'wp-content/updraft/themes-old/twentysixteen/functions.php','developer.wordpress.org','/reference/functions/register_sidebar/','Ҁ'),(29385,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.googleapis.com','/css','-<3'),(29386,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.googleapis.com','/css',')a'),(29387,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.googleapis.com','/css','Q'),(29388,'wp-content/updraft/themes-old/twentysixteen/functions.php','fonts.googleapis.com','/css','&8'),(29389,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php','www.w3schools.com','/tags/att_global_id.asp',''),(29390,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php','www.w3schools.com','/tags/att_global_id.asp','t'),(29391,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php','www.w3schools.com','/tags/att_global_id.asp','{'),(29392,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(29393,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29394,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29395,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg','www.w3.org','/2000/svg','!'),(29396,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg','www.w3.org','/2000/svg','&28'),(29397,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg','www.w3.org','/2000/svg','\Z.6'),(29398,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg','www.w3.org','/2000/svg','\Z~4/'),(29399,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg','www.w3.org','/2000/svg','!'),(29400,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg','www.w3.org','/2000/svg','&28'),(29401,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg','www.w3.org','/2000/svg','\Z.6'),(29402,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg','www.w3.org','/2000/svg','\Z~4/'),(29403,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg','www.w3.org','/2000/svg','!'),(29404,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg','www.w3.org','/2000/svg','&28'),(29405,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg','www.w3.org','/2000/svg','\Z.6'),(29406,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg','www.w3.org','/2000/svg','\Z~4/'),(29407,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg','www.w3.org','/2000/svg','!'),(29408,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg','www.w3.org','/2000/svg','&28'),(29409,'wp-content/plugins/revslider/public/revslider-front.class.php','www.themepunch.com','/','*'),(29410,'wp-content/plugins/revslider/public/revslider-front.class.php','www.themepunch.com','/',''),(29411,'wp-content/plugins/revslider/public/revslider-front.class.php','www.themepunch.com','/','d'),(29412,'wp-content/plugins/revslider/public/revslider-front.class.php','www.themepunch.com','/','LP'),(29413,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29414,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29415,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg','www.w3.org','/2000/svg','!'),(29416,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg','www.w3.org','/2000/svg','&28'),(29417,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z.6'),(29418,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','t&'),(29419,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','!'),(29420,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/Graphics/SVG/1.1/DTD/svg11.dtd','\Z'),(29421,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/2000/svg','\Z.6'),(29422,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/2000/svg','\Z~4/'),(29423,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/2000/svg','!'),(29424,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','www.w3.org','/2000/svg','&28'),(29425,'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php','www.w3schools.com','/tags/att_global_id.asp',''),(29426,'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php','www.w3schools.com','/tags/att_global_id.asp','t'),(29427,'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php','www.w3schools.com','/tags/att_global_id.asp','{'),(29428,'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(29429,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29430,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29431,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg','www.w3.org','/2000/svg','!'),(29432,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg','www.w3.org','/2000/svg','&28'),(29433,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29434,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29435,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg','www.w3.org','/2000/svg','!'),(29436,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg','www.w3.org','/2000/svg','&28'),(29437,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29438,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29439,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg','www.w3.org','/2000/svg','!'),(29440,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg','www.w3.org','/2000/svg','&28'),(29441,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29442,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29443,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg','www.w3.org','/2000/svg','!'),(29444,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg','www.w3.org','/2000/svg','&28'),(29445,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29446,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29447,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29448,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29449,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/cloud-platform','O'),(29450,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/cloud-platform','f1'),(29451,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/cloud-platform','Q'),(29452,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/cloud-platform','	'),(29453,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/userinfo.email','O'),(29454,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/userinfo.email','+\0'),(29455,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/userinfo.email','Q'),(29456,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php','www.googleapis.com','/auth/userinfo.email','	h'),(29457,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29458,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29459,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg','www.w3.org','/2000/svg','!'),(29460,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg','www.w3.org','/2000/svg','&28'),(29461,'wp-content/updraft/plugins-old/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','̢.0'),(29462,'wp-content/updraft/plugins-old/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','k0'),(29463,'wp-content/updraft/plugins-old/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','i7N'),(29464,'wp-content/updraft/plugins-old/updraftplus/includes/Backblaze/CurlClient.php','api.backblazeb2.com','/b2api/v1/b2_authorize_account','ǒ['),(29465,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg','www.w3.org','/2000/svg','\Z.6'),(29466,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg','www.w3.org','/2000/svg','\Z~4/'),(29467,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg','www.w3.org','/2000/svg','!'),(29468,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg','www.w3.org','/2000/svg','&28'),(29469,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29470,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29471,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29472,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29473,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html','4@'),(29474,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html',','),(29475,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html','LS'),(29476,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Accounts-d1e421.html','G1'),(29477,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','4@'),(29478,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','nLU'),(29479,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','LS'),(29480,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/Set_Account_Metadata-d1a4460.html','@0Р'),(29481,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/','y'),(29482,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/','ޕ3'),(29483,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/','$'),(29484,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/','h'),(29485,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/2007/10/jqueryscrollto.html','y'),(29486,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/2007/10/jqueryscrollto.html','\\7'),(29487,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/2007/10/jqueryscrollto.html','$'),(29488,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js','flesler.blogspot.com','/2007/10/jqueryscrollto.html','Ǚ4'),(29489,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29490,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29491,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg','www.w3.org','/2000/svg','!'),(29492,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg','www.w3.org','/2000/svg','&28'),(29493,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/','\Z}{E'),(29494,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/',''),(29495,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/',''),(29496,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','developers.google.com','/closure/compiler/','8Ea'),(29497,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','z'),(29498,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','wG'),(29499,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','H'),(29500,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','6b'),(29501,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','z'),(29502,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','wG'),(29503,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','H'),(29504,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php','closure-compiler.appspot.com','/compile','6b'),(29505,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.youtube.com','/watch','h`wn'),(29506,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.youtube.com','/watch','\n'),(29507,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.youtube.com','/watch','Mçi'),(29508,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.youtube.com','/watch','3y'),(29509,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.w3schools.com','/tags/att_global_id.asp',''),(29510,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.w3schools.com','/tags/att_global_id.asp','t'),(29511,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.w3schools.com','/tags/att_global_id.asp','{'),(29512,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(29513,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg','www.w3.org','/2000/svg','\Z.6'),(29514,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg','www.w3.org','/2000/svg','\Z~4/'),(29515,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg','www.w3.org','/2000/svg','!'),(29516,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg','www.w3.org','/2000/svg','&28'),(29517,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29518,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29519,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29520,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29521,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','developers.google.com','/accounts/docs/OAuth2','\Z}{E'),(29522,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','developers.google.com','/accounts/docs/OAuth2',''),(29523,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','developers.google.com','/accounts/docs/OAuth2',''),(29524,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','developers.google.com','/accounts/docs/OAuth2','ؒ'),(29525,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.login','O'),(29526,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.login',''),(29527,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.login','Q'),(29528,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.login',''),(29529,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.me','O'),(29530,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.me','N'),(29531,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.me','Q'),(29532,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/plus.me','G'),(29533,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.email','O'),(29534,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.email','+\0'),(29535,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.email','Q'),(29536,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.email','	h'),(29537,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.profile','O'),(29538,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(29539,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.profile','Q'),(29540,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','www.googleapis.com','/auth/userinfo.profile','~'),(29541,'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php','www.w3schools.com','/tags/att_global_id.asp',''),(29542,'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php','www.w3schools.com','/tags/att_global_id.asp','t'),(29543,'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php','www.w3schools.com','/tags/att_global_id.asp','{'),(29544,'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(29545,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29546,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29547,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg','www.w3.org','/2000/svg','!'),(29548,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg','www.w3.org','/2000/svg','&28'),(29549,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29550,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29551,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29552,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29553,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29554,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29555,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29556,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29557,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29558,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29559,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29560,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29561,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29562,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29563,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29564,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29565,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','\rr'),(29566,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','iC}'),(29567,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','$)9'),(29568,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452239.aspx','udG'),(29569,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','\rr'),(29570,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','W.'),(29571,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','$)9'),(29572,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/hh452235.aspx','֞'),(29573,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','\rr'),(29574,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','\Z'),(29575,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','$)9'),(29576,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179352.aspx','v7	'),(29577,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','\rr'),(29578,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','D'),(29579,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx','$)9'),(29580,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179468.aspx',' '),(29581,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','\rr'),(29582,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','b\Z'),(29583,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx','$)9'),(29584,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179408.aspx',','),(29585,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','\rr'),(29586,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx',''),(29587,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','$)9'),(29588,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179370.aspx','L#P'),(29589,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','\rr'),(29590,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','TC'),(29591,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','$)9'),(29592,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691976.aspx','-Q'),(29593,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','\rr'),(29594,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','N'),(29595,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','$)9'),(29596,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179469.aspx','̱b_'),(29597,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','\rr'),(29598,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','«'),(29599,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','$)9'),(29600,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179391.aspx','\r'),(29601,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','\rr'),(29602,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','T?'),(29603,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','$)9'),(29604,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179362.aspx','ϫ'),(29605,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','\rr'),(29606,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx',''),(29607,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','$)9'),(29608,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135734.aspx','.'),(29609,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','\rr'),(29610,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','#'),(29611,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','$)9'),(29612,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','箐'),(29613,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','\rr'),(29614,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','#'),(29615,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','$)9'),(29616,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179451.aspx','箐'),(29617,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','\rr'),(29618,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','3R\n'),(29619,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','$)9'),(29620,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','c'),(29621,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','\rr'),(29622,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','3R\n'),(29623,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','$)9'),(29624,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691975.aspx','c'),(29625,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','\rr'),(29626,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','$#'),(29627,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx','$)9'),(29628,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd135726.aspx',''),(29629,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','\rr'),(29630,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','\Z'),(29631,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','$)9'),(29632,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179467.aspx','G'),(29633,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','\rr'),(29634,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','b׻X'),(29635,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','$)9'),(29636,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179400.aspx','.2E'),(29637,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','\rr'),(29638,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','\n8'),(29639,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','$)9'),(29640,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179394.aspx','ʌ'),(29641,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','\rr'),(29642,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','Ym\"|'),(29643,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','$)9'),(29644,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179350.aspx','L'),(29645,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','\rr'),(29646,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','v'),(29647,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','$)9'),(29648,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691973.aspx','#a\''),(29649,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','\rr'),(29650,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','Ѫ.^'),(29651,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx','$)9'),(29652,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691966.aspx',''),(29653,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','\rr'),(29654,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','r'),(29655,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx','$)9'),(29656,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179414.aspx',''),(29657,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','\rr'),(29658,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','~9%'),(29659,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','$)9'),(29660,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179440.aspx','.n>'),(29661,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','\rr'),(29662,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','̪'),(29663,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','$)9'),(29664,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd179413.aspx','XmZx'),(29665,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','\rr'),(29666,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','pn]'),(29667,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','$)9'),(29668,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691971.aspx','޼c'),(29669,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','\rr'),(29670,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','I'),(29671,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','$)9'),(29672,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/dd894037.aspx','9'),(29673,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(29674,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(29675,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(29676,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(29677,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(29678,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(29679,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(29680,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(29681,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(29682,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(29683,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(29684,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(29685,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','\rr'),(29686,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','߱'),(29687,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx','$)9'),(29688,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php','msdn.microsoft.com','/en-us/library/windowsazure/ee691972.aspx',''),(29689,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29690,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29691,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29692,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29693,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg','www.w3.org','/2000/svg','\Z.6'),(29694,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg','www.w3.org','/2000/svg','\Z~4/'),(29695,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg','www.w3.org','/2000/svg','!'),(29696,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg','www.w3.org','/2000/svg','&28'),(29697,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29698,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29699,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29700,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29701,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','@T'),(29702,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','E|'),(29703,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','7+'),(29704,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','t'),(29705,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg','www.w3.org','/2000/svg','\Z.6'),(29706,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg','www.w3.org','/2000/svg','\Z~4/'),(29707,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg','www.w3.org','/2000/svg','!'),(29708,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg','www.w3.org','/2000/svg','&28'),(29709,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg','www.w3.org','/2000/svg','\Z.6'),(29710,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg','www.w3.org','/2000/svg','\Z~4/'),(29711,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg','www.w3.org','/2000/svg','!'),(29712,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg','www.w3.org','/2000/svg','&28'),(29713,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(29714,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(29715,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(29716,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(29717,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause',''),(29718,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause','g2'),(29719,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(29720,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(29721,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','7+'),(29722,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','<J'),(29723,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause',''),(29724,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','opensource.org','/licenses/BSD-3-Clause','g2'),(29725,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(29726,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','v'),(29727,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','7+'),(29728,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','pear.php.net','/package/HTTP_Request2','<J'),(29729,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','@T'),(29730,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','3'),(29731,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','7+'),(29732,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php','bugs.php.net','/bug.php','/'),(29733,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke','i.'),(29734,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke','/'),(29735,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke',''),(29736,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/revoke','Y'),(29737,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','O'),(29738,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control',')'),(29739,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(29740,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(29741,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','O'),(29742,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','EJ'),(29743,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','Q'),(29744,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/userinfo.profile','~'),(29745,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth','i.'),(29746,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth','m'),(29747,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth',''),(29748,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/auth','2˔'),(29749,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','i.'),(29750,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','40.'),(29751,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token',''),(29752,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','uS'),(29753,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','i.'),(29754,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','40.'),(29755,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token',''),(29756,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','accounts.google.com','/o/oauth2/token','uS'),(29757,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','+8'),(29758,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','_U'),(29759,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','6Џ'),(29760,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.wpdownloadmanager.com','/download/google-drive-explorer/','&'),(29761,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','O'),(29762,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control',')'),(29763,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','Q'),(29764,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','www.googleapis.com','/auth/devstorage.full_control','\0'),(29765,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification',':4'),(29766,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification','-q'),(29767,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification','7+'),(29768,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','wiki.php.net','/rfc/tls-peer-verification','׵;'),(29769,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris','D/'),(29770,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris','B\rY'),(29771,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris',''),(29772,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/reference-uris','q)'),(29773,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage','D/'),(29774,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage','w'),(29775,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage',''),(29776,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage',')\0т'),(29777,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','drive.google.com','/','s'),(29778,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','drive.google.com','/','&'),(29779,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','drive.google.com','/',''),(29780,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','drive.google.com','/','b'),(29781,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','updraftplus.com','/support/configuring-google-cloud-api-access-updraftplus/','_r'),(29782,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','updraftplus.com','/support/configuring-google-cloud-api-access-updraftplus/','IZ'),(29783,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','console.developers.google.com','/','	'),(29784,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','console.developers.google.com','/',':\\ '),(29785,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','console.developers.google.com','/','\Z}{E'),(29786,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','console.developers.google.com','/','@˄'),(29787,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','console.developers.google.com','/',''),(29788,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','console.developers.google.com','/','b'),(29789,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','updraftplus.com','/faqs/where-do-i-find-my-google-project-id/','_r'),(29790,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','updraftplus.com','/faqs/where-do-i-find-my-google-project-id/','Y6X'),(29791,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming','D/'),(29792,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming',''),(29793,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming',''),(29794,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-naming','y'),(29795,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes','D/'),(29796,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes','~5\''),(29797,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes',''),(29798,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/storage-classes','?'),(29799,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations','D/'),(29800,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations','<'),(29801,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations',''),(29802,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php','cloud.google.com','/storage/docs/bucket-locations','XB'),(29803,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29804,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29805,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29806,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29807,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29808,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29809,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29810,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29811,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','&'),(29812,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','j'),(29813,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','j/'),(29814,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.openstack.org','/trunk/openstack-object-storage/developer/content/pseudo-hierarchical-folders-directories.html','-'),(29815,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','4@'),(29816,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','z'),(29817,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','LS'),(29818,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','docs.rackspace.com','/files/api/v1/cf-devguide/content/TempURL-d1a4450.html','$'),(29819,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg','www.w3.org','/2000/svg','\Z.6'),(29820,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(29821,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg','www.w3.org','/2000/svg','!'),(29822,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg','www.w3.org','/2000/svg','&28'),(29823,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg','www.w3.org','/2000/svg','\Z.6'),(29824,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg','www.w3.org','/2000/svg','\Z~4/'),(29825,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg','www.w3.org','/2000/svg','!'),(29826,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg','www.w3.org','/2000/svg','&28'),(29827,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php','aws.amazon.com','/apache2.0','GA'),(29828,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php','aws.amazon.com','/apache2.0','\nt'),(29829,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php','aws.amazon.com','/apache2.0',''),(29830,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php','aws.amazon.com','/apache2.0','S?'),(29831,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg','www.w3.org','/2000/svg','\Z.6'),(29832,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg','www.w3.org','/2000/svg','\Z~4/'),(29833,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg','www.w3.org','/2000/svg','!'),(29834,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg','www.w3.org','/2000/svg','&28'),(29835,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29836,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29837,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg','www.w3.org','/2000/svg','!'),(29838,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg','www.w3.org','/2000/svg','&28'),(29839,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php','aws.amazon.com','/apache2.0','GA'),(29840,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php','aws.amazon.com','/apache2.0','\nt'),(29841,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php','aws.amazon.com','/apache2.0',''),(29842,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php','aws.amazon.com','/apache2.0','S?'),(29843,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0','GA'),(29844,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0','\nt'),(29845,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0',''),(29846,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php','aws.amazon.com','/apache2.0','S?'),(29847,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php','github.com','/benthedesigner/dropbox',':\0$'),(29848,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php','github.com','/benthedesigner/dropbox','zu'),(29849,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29850,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29851,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29852,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29853,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0','GA'),(29854,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0','\nt'),(29855,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0',''),(29856,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php','aws.amazon.com','/apache2.0','S?'),(29857,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg','www.w3.org','/2000/svg','\Z.6'),(29858,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg','www.w3.org','/2000/svg','\Z~4/'),(29859,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg','www.w3.org','/2000/svg','!'),(29860,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg','www.w3.org','/2000/svg','&28'),(29861,'wp-content/themes/bridge/js/plugins/jquery.countdown.js','keith-wood.name','/countdown.html','LO'),(29862,'wp-content/themes/bridge/js/plugins/jquery.countdown.js','keith-wood.name','/countdown.html','94'),(29863,'wp-content/themes/bridge/js/plugins/jquery.countdown.js','keith-wood.name','/licence.html)','LO'),(29864,'wp-content/themes/bridge/js/plugins/jquery.countdown.js','keith-wood.name','/licence.html)','CU&'),(29865,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29866,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29867,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29868,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29869,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29870,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29871,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29872,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29873,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29874,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29875,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29876,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29877,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29878,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29879,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29880,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29881,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29882,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29883,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg','www.w3.org','/2000/svg','!'),(29884,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg','www.w3.org','/2000/svg','&28'),(29885,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php','aws.amazon.com','/apache2.0','GA'),(29886,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php','aws.amazon.com','/apache2.0','\nt'),(29887,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php','aws.amazon.com','/apache2.0',''),(29888,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php','aws.amazon.com','/apache2.0','S?'),(29889,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0','GA'),(29890,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0','\nt'),(29891,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0',''),(29892,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php','aws.amazon.com','/apache2.0','S?'),(29893,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg','www.w3.org','/2000/svg','\Z.6'),(29894,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg','www.w3.org','/2000/svg','\Z~4/'),(29895,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg','www.w3.org','/2000/svg','!'),(29896,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg','www.w3.org','/2000/svg','&28'),(29897,'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29898,'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29899,'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29900,'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29901,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29902,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29903,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg','www.w3.org','/2000/svg','!'),(29904,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg','www.w3.org','/2000/svg','&28'),(29905,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php','aws.amazon.com','/apache2.0','GA'),(29906,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php','aws.amazon.com','/apache2.0','\nt'),(29907,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php','aws.amazon.com','/apache2.0',''),(29908,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php','aws.amazon.com','/apache2.0','S?'),(29909,'wp-content/updraft/themes-old/twentyseventeen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(29910,'wp-content/updraft/themes-old/twentyseventeen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(29911,'wp-content/updraft/themes-old/twentyseventeen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(29912,'wp-content/updraft/themes-old/twentyseventeen/single.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(29913,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29914,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29915,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29916,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29917,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29918,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29919,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29920,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29921,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29922,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29923,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29924,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29925,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29926,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29927,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29928,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29929,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29930,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29931,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg','www.w3.org','/2000/svg','!'),(29932,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg','www.w3.org','/2000/svg','&28'),(29933,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template',');k:'),(29934,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template','&'),(29935,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template','7+'),(29936,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','pecl.php.net','/package/uri_template',''),(29937,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','github.com','/ioseb/uri-template',':\0$'),(29938,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','github.com','/ioseb/uri-template','r'),(29939,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0','GA'),(29940,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0','\nt'),(29941,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0',''),(29942,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php','aws.amazon.com','/apache2.0','S?'),(29943,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29944,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29945,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29946,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29947,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29948,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29949,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29950,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29951,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29952,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29953,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29954,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29955,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29956,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29957,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29958,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29959,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29960,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29961,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29962,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29963,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29964,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29965,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29966,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29967,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg','www.w3.org','/2000/svg','\Z.6'),(29968,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(29969,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg','www.w3.org','/2000/svg','!'),(29970,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg','www.w3.org','/2000/svg','&28'),(29971,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(29972,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(29973,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(29974,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(29975,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(29976,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(29977,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(29978,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(29979,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(29980,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(29981,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','_r'),(29982,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','updraftplus.com','/shop/','~'),(29983,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','Hlz4'),(29984,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','\"s'),(29985,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','Hlz4'),(29986,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','oauth.net','/core/1.0/','\"s'),(29987,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29988,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29989,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29990,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29991,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29992,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29993,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(29994,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(29995,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(29996,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(29997,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(29998,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(29999,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30000,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30001,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30002,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30003,'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30004,'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30005,'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30006,'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30007,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg','www.w3.org','/2000/svg','\Z.6'),(30008,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg','www.w3.org','/2000/svg','\Z~4/'),(30009,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg','www.w3.org','/2000/svg','!'),(30010,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg','www.w3.org','/2000/svg','&28'),(30011,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30012,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30013,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30014,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30015,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','O'),(30016,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','f1'),(30017,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','Q'),(30018,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/cloud-platform','	'),(30019,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','O'),(30020,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','a'),(30021,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','Q'),(30022,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php','www.googleapis.com','/auth/pubsub','4]'),(30023,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/updraftcentral-how-to-add-a-site/','_r'),(30024,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/updraftcentral-how-to-add-a-site/','\'('),(30025,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/updraftcentral-remote-control/','_r'),(30026,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/updraftcentral-remote-control/','+O'),(30027,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/','_r'),(30028,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/','\\'),(30029,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/','_r'),(30030,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/','ʛ'),(30031,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/','_r'),(30032,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftplus.com','/my-account/',''),(30033,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','wordpress.org','/plugins/updraftcentral/','\'ľ'),(30034,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','wordpress.org','/plugins/updraftcentral/','Ԅ\\2'),(30035,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftcentral.com','/','>lyd'),(30036,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php','updraftcentral.com','/','vǆ'),(30037,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30038,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30039,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30040,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30041,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30042,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30043,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30044,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30045,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30046,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30047,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30048,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30049,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30050,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30051,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30052,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30053,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/landing/updraftplus-premium','_r'),(30054,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/landing/updraftplus-premium','bj'),(30055,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/','_r'),(30056,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/',''),(30057,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/','_r'),(30058,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php','updraftplus.com','/tell-me-more-about-incremental-backups/',''),(30059,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30060,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30061,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30062,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30063,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30064,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30065,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30066,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30067,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30068,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30069,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30070,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30071,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30072,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30073,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30074,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30075,'wp-content/updraft/themes-old/twentyseventeen/front-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(30076,'wp-content/updraft/themes-old/twentyseventeen/front-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(30077,'wp-content/updraft/themes-old/twentyseventeen/front-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(30078,'wp-content/updraft/themes-old/twentyseventeen/front-page.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(30079,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30080,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30081,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30082,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30083,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/','\Z}{E'),(30084,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/','A)'),(30085,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/',''),(30086,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','developers.google.com','/adsense/management/','? '),(30087,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','O'),(30088,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','%I'),(30089,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','Q'),(30090,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense','Q\n'),(30091,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly','O'),(30092,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly',''),(30093,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly','Q'),(30094,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php','www.googleapis.com','/auth/adsense.readonly',''),(30095,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30096,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30097,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg','www.w3.org','/2000/svg','!'),(30098,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg','www.w3.org','/2000/svg','&28'),(30099,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30100,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30101,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30102,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30103,'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php','www.w3schools.com','/tags/att_global_id.asp',''),(30104,'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php','www.w3schools.com','/tags/att_global_id.asp','t'),(30105,'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php','www.w3schools.com','/tags/att_global_id.asp','{'),(30106,'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(30107,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30108,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30109,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30110,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30111,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30112,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30113,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg','www.w3.org','/2000/svg','!'),(30114,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg','www.w3.org','/2000/svg','&28'),(30115,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30116,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30117,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30118,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30119,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started','\Z}{E'),(30120,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started','Q.HB'),(30121,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started',''),(30122,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','developers.google.com','/google-apps/groups-settings/get_started',''),(30123,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','O'),(30124,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','\n'),(30125,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','Q'),(30126,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php','www.googleapis.com','/auth/apps.groups.settings','_ '),(30127,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg','www.w3.org','/2000/svg','\Z.6'),(30128,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg','www.w3.org','/2000/svg','\Z~4/'),(30129,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg','www.w3.org','/2000/svg','!'),(30130,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg','www.w3.org','/2000/svg','&28'),(30131,'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php','www.w3schools.com','/tags/att_global_id.asp',''),(30132,'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php','www.w3schools.com','/tags/att_global_id.asp','t'),(30133,'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php','www.w3schools.com','/tags/att_global_id.asp','{'),(30134,'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php','www.w3schools.com','/tags/att_global_id.asp','Wy'),(30135,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30136,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30137,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30138,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30139,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0','GA'),(30140,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0','\nt'),(30141,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0',''),(30142,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php','aws.amazon.com','/apache2.0','S?'),(30143,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','jquery.lemmonjuice.com','/plugins/slider-variable-widths.php',''),(30144,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','jquery.lemmonjuice.com','/plugins/slider-variable-widths.php','?'),(30145,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','jquery.lemmonjuice.com','/plugins/slider-variable-widths.php','J'),(30146,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','jquery.lemmonjuice.com','/plugins/slider-variable-widths.php','5p'),(30147,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','www.opensource.org','/licenses/mit-license.php','ϻ'),(30148,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','www.opensource.org','/licenses/mit-license.php','4'),(30149,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','www.opensource.org','/licenses/mit-license.php',''),(30150,'wp-content/themes/bridge/js/plugins/lemmon-slider.js','www.opensource.org','/licenses/mit-license.php','\0;;'),(30151,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30152,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30153,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg','www.w3.org','/2000/svg','!'),(30154,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg','www.w3.org','/2000/svg','&28'),(30155,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','php.net','/manual/en/function.fgets.php','7+'),(30156,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','php.net','/manual/en/function.fgets.php','\'B'),(30157,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0','GA'),(30158,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0','\nt'),(30159,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0',''),(30160,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php','aws.amazon.com','/apache2.0','S?'),(30161,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30162,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30163,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30164,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30165,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg','www.w3.org','/2000/svg','\Z.6'),(30166,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg','www.w3.org','/2000/svg','\Z~4/'),(30167,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg','www.w3.org','/2000/svg','!'),(30168,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg','www.w3.org','/2000/svg','&28'),(30169,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30170,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30171,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30172,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30173,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30174,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30175,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg','www.w3.org','/2000/svg','!'),(30176,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg','www.w3.org','/2000/svg','&28'),(30177,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/2000/svg','\Z.6'),(30178,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/2000/svg','\Z~4/'),(30179,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/2000/svg','!'),(30180,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/2000/svg','&28'),(30181,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/1999/xlink','\Z.6'),(30182,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/1999/xlink','	'),(30183,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/1999/xlink','!'),(30184,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.w3.org','/1999/xlink','1x'),(30185,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.bohemiancoding.com','/sketch',''),(30186,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.bohemiancoding.com','/sketch','G'),(30187,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.bohemiancoding.com','/sketch','X\"Yl'),(30188,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','www.bohemiancoding.com','/sketch','Y'),(30189,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30190,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30191,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','www.w3.org','/2000/svg','!'),(30192,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','www.w3.org','/2000/svg','&28'),(30193,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0','GA'),(30194,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0','\nt'),(30195,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0',''),(30196,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php','aws.amazon.com','/apache2.0','S?'),(30197,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30198,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30199,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30200,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30201,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30202,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30203,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30204,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30205,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30206,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30207,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx','\rr'),(30208,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx','a'),(30209,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx','$)9'),(30210,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','msdn.microsoft.com','/en-us/library/windowsazure/gg466228.aspx',''),(30211,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30212,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30213,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30214,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30215,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30216,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30217,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30218,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30219,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg','www.w3.org','/2000/svg','!'),(30220,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg','www.w3.org','/2000/svg','&28'),(30221,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','www.w3.org','/2000/svg','\Z.6'),(30222,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30223,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','www.w3.org','/2000/svg','!'),(30224,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','www.w3.org','/2000/svg','&28'),(30225,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php','github.com','/joomla/joomla-cms/issues/9062',':\0$'),(30226,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php','github.com','/joomla/joomla-cms/issues/9062','ʹ'),(30227,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php','aws.amazon.com','/apache2.0','GA'),(30228,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php','aws.amazon.com','/apache2.0','\nt'),(30229,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php','aws.amazon.com','/apache2.0',''),(30230,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php','aws.amazon.com','/apache2.0','S?'),(30231,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0','GA'),(30232,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0','\nt'),(30233,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0',''),(30234,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php','aws.amazon.com','/apache2.0','S?'),(30235,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','	k'),(30236,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','5r4'),(30237,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE',':\0$'),(30238,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','raw.github.com','/pear/HTTP_Request2/trunk/docs/LICENSE','.L'),(30239,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause',''),(30240,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause','g2'),(30241,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(30242,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(30243,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','7+'),(30244,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','<J'),(30245,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause',''),(30246,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','opensource.org','/licenses/BSD-3-Clause','g2'),(30247,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(30248,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','v'),(30249,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','7+'),(30250,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','pear.php.net','/package/HTTP_Request2','<J'),(30251,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','C'),(30252,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','eR'),(30253,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','ST'),(30254,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php','tools.ietf.org','/html/rfc1867','+'),(30255,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30256,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30257,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30258,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30259,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30260,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30261,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30262,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30263,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30264,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30265,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30266,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30267,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30268,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30269,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30270,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30271,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30272,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30273,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg','www.w3.org','/2000/svg','!'),(30274,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg','www.w3.org','/2000/svg','&28'),(30275,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30276,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30277,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg','www.w3.org','/2000/svg','!'),(30278,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg','www.w3.org','/2000/svg','&28'),(30279,'wp-content/updraft/themes-old/twentysixteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','nh'),(30280,'wp-content/updraft/themes-old/twentysixteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','[I'),(30281,'wp-content/updraft/themes-old/twentysixteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/','\'ľ'),(30282,'wp-content/updraft/themes-old/twentysixteen/archive.php','developer.wordpress.org','/themes/basics/template-hierarchy/',''),(30283,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php','aws.amazon.com','/apache2.0','GA'),(30284,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php','aws.amazon.com','/apache2.0','\nt'),(30285,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php','aws.amazon.com','/apache2.0',''),(30286,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php','aws.amazon.com','/apache2.0','S?'),(30287,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30288,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30289,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30290,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30291,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/','D/'),(30292,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/','!T'),(30293,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/',''),(30294,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','cloud.google.com','/container-engine/docs/v1beta1/','yVW'),(30295,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','O'),(30296,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','f1'),(30297,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','Q'),(30298,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php','www.googleapis.com','/auth/cloud-platform','	'),(30299,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30300,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30301,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30302,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30303,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','C'),(30304,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','#'),(30305,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','ST'),(30306,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104',''),(30307,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(30308,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html','M'),(30309,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html',''),(30310,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.opensource.org','/licenses/mit-license.html','(742'),(30311,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/','a)'),(30312,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/','Wiߓ'),(30313,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/','d.'),(30314,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','phpseclib.sourceforge.net','/',''),(30315,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','C'),(30316,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','#'),(30317,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104','ST'),(30318,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc2104',''),(30319,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','X,'),(30320,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','\\/u'),(30321,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','Εw'),(30322,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.reddit.com','/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/','C\Z'),(30323,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','C'),(30324,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','@'),(30325,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','ST'),(30326,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','tools.ietf.org','/html/rfc1319','|Y'),(30327,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php',''),(30328,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php','l'),(30329,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php','ߋ'),(30330,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','www.rfc-editor.org','/errata_search.php','f0ܭ'),(30331,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions',''),(30332,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions','~C'),(30333,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions','k8v'),(30334,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','en.wikipedia.org','/wiki/SHA_hash_functions','@kЯ'),(30335,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','php.net','/releases/5_3_0.php,','7+'),(30336,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','php.net','/releases/5_3_0.php,','x'),(30337,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/','<+'),(30338,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/','F'),(30339,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/share','<+'),(30340,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/share',''),(30341,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/','<+'),(30342,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/','F'),(30343,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/intent/tweet','<+'),(30344,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/intent/tweet',':'),(30345,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/intent/tweet','<+'),(30346,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','twitter.com','/intent/tweet',':'),(30347,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','platform.twitter.com','/widgets.js',''),(30348,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','platform.twitter.com','/widgets.js','i'),(30349,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','platform.twitter.com','/widgets.js','<+'),(30350,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','platform.twitter.com','/widgets.js','B'),(30351,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0','GA'),(30352,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0','\nt'),(30353,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0',''),(30354,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php','aws.amazon.com','/apache2.0','S?'),(30355,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','www.php.net','/manual/en/function.fseek.php','4|'),(30356,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','www.php.net','/manual/en/function.fseek.php',''),(30357,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','www.php.net','/manual/en/function.fseek.php','7+'),(30358,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','www.php.net','/manual/en/function.fseek.php','='),(30359,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30360,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30361,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg','www.w3.org','/2000/svg','!'),(30362,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg','www.w3.org','/2000/svg','&28'),(30363,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js','github.com','/bestiejs/lodash/blob/master/LICENSE.txt',':\0$'),(30364,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js','github.com','/bestiejs/lodash/blob/master/LICENSE.txt',' '),(30365,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js','github.com','/zloirock/core-js/issues/86',':\0$'),(30366,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js','github.com','/zloirock/core-js/issues/86','Ľ9'),(30367,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js','github.com','/zaach/jison/issues/291',':\0$'),(30368,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js','github.com','/zaach/jison/issues/291','T['),(30369,'wp-content/updraft/plugins-old/updraftplus/options.php','updraftplus.com','/shop/','_r'),(30370,'wp-content/updraft/plugins-old/updraftplus/options.php','updraftplus.com','/shop/','~'),(30371,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','@T'),(30372,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','E|'),(30373,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','7+'),(30374,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','bugs.php.net','/bug.php','t'),(30375,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','img.youtube.com','/vi/','N w'),(30376,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','img.youtube.com','/vi/','f]'),(30377,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','img.youtube.com','/vi/','Mçi'),(30378,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','img.youtube.com','/vi/',''),(30379,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','vimeo.com','/api/v2/video/','U'),(30380,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','vimeo.com','/api/v2/video/','|Ҷ'),(30381,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','www.youtube.com','/embed/','h`wn'),(30382,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','www.youtube.com','/embed/',''),(30383,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','www.youtube.com','/embed/','Mçi'),(30384,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','www.youtube.com','/embed/',''),(30385,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','player.vimeo.com','/video/','3'),(30386,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','player.vimeo.com','/video/','k\0'),(30387,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','player.vimeo.com','/video/','U'),(30388,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','player.vimeo.com','/video/','HW'),(30389,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30390,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30391,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30392,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30393,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30394,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30395,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30396,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30397,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30398,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30399,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30400,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30401,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30402,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30403,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','github.com','/windowsazure/azure-sdk-for-php',':\0$'),(30404,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php','github.com','/windowsazure/azure-sdk-for-php','ۍ\\'),(30405,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt','k7'),(30406,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt',']]>'),(30407,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt','}'),(30408,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.mozilla.org','/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt','1'),(30409,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4',''),(30410,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4','ų'),(30411,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4','k8v'),(30412,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/RC4',';%u'),(30413,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html','ϻ'),(30414,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html','M'),(30415,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html',''),(30416,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.opensource.org','/licenses/mit-license.html','(742'),(30417,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/','a)'),(30418,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/','Wiߓ'),(30419,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/','d.'),(30420,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','phpseclib.sourceforge.net','/',''),(30421,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','0t|\0'),(30422,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','G2'),(30423,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','8y8'),(30424,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.drizzle.com','/~aboba/IEEE/rc4_ksaproc.pdf','}'),(30425,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','6TL'),(30426,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','H'),(30427,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','|b2G'),(30428,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','a'),(30429,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','6TL'),(30430,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','H'),(30431,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','|b2G'),(30432,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','www.rsa.com','/rsalabs/node.asp','a'),(30433,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack',''),(30434,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','-?'),(30435,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','k8v'),(30436,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','\n'),(30437,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack',''),(30438,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','-?'),(30439,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','k8v'),(30440,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','en.wikipedia.org','/wiki/Related_key_attack','\n'),(30441,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30442,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30443,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg','www.w3.org','/2000/svg','!'),(30444,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg','www.w3.org','/2000/svg','&28'),(30445,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30446,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30447,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg','www.w3.org','/2000/svg','!'),(30448,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg','www.w3.org','/2000/svg','&28'),(30449,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','i:'),(30450,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','Ł'),(30451,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','$'),(30452,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.apache.org','/licenses/LICENSE-2.0','0'),(30453,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/','\Z}{E'),(30454,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/','ዧ'),(30455,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/',''),(30456,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','developers.google.com','/fit/rest/','~Ɂ'),(30457,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','O'),(30458,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','\Zzq'),(30459,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','Q'),(30460,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.read','u.u'),(30461,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','O'),(30462,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','/z'),(30463,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','Q'),(30464,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.activity.write','XB'),(30465,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','O'),(30466,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','֪'),(30467,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','Q'),(30468,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.read','V\"'),(30469,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','O'),(30470,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','D'),(30471,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','Q'),(30472,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.body.write','<,'),(30473,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','O'),(30474,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','JЌ'),(30475,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','Q'),(30476,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.read','*m'),(30477,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','O'),(30478,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','+Kf'),(30479,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','Q'),(30480,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php','www.googleapis.com','/auth/fitness.location.write','ܿ'),(30481,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/',''),(30482,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','{'),(30483,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','gQ'),(30484,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','f'),(30485,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','n'),(30486,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','^i'),(30487,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','mycloud.rackspace.com','/','I6'),(30488,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','mycloud.rackspace.com','/',''),(30489,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','mycloud.rackspace.com','/','LS'),(30490,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','mycloud.rackspace.com','/','{'),(30491,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','W{[M'),(30492,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','\"'),(30493,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','LS'),(30494,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','www.rackspace.com','/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key','/'),(30495,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','_r'),(30496,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','updraftplus.com','/faqs/there-appear-to-be-lots-of-extra-files-in-my-rackspace-cloud-files-container/','e'),(30497,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/',''),(30498,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','{'),(30499,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','gQ'),(30500,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','f'),(30501,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','n'),(30502,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','^i'),(30503,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/',''),(30504,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','{'),(30505,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','gQ'),(30506,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','f'),(30507,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','n'),(30508,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','auth.api.rackspacecloud.com','/','^i'),(30509,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(30510,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','CO'),(30511,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/',''),(30512,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','{'),(30513,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','gQ'),(30514,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','f'),(30515,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','n'),(30516,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','^i'),(30517,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','Ӯ3'),(30518,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','CO'),(30519,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/',''),(30520,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','{'),(30521,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','gQ'),(30522,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','f'),(30523,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','n'),(30524,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php','lon.auth.api.rackspacecloud.com','/','^i'),(30525,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg','www.w3.org','/2000/svg','\Z.6'),(30526,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg','www.w3.org','/2000/svg','\Z~4/'),(30527,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg','www.w3.org','/2000/svg','!'),(30528,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg','www.w3.org','/2000/svg','&28'),(30529,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30530,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30531,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg','www.w3.org','/2000/svg','!'),(30532,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg','www.w3.org','/2000/svg','&28'),(30533,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg','www.w3.org','/2000/svg','\Z.6'),(30534,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg','www.w3.org','/2000/svg','\Z~4/'),(30535,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg','www.w3.org','/2000/svg','!'),(30536,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg','www.w3.org','/2000/svg','&28'),(30537,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','stackoverflow.com','/questions/7105433/windows-batch-echo-without-new-line','X_'),(30538,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','stackoverflow.com','/questions/7105433/windows-batch-echo-without-new-line','?pz'),(30539,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','@T'),(30540,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','Y'),(30541,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','7+'),(30542,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php','bugs.php.net','/bug.php','lJ\''),(30543,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php','aws.amazon.com','/apache2.0','GA'),(30544,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php','aws.amazon.com','/apache2.0','\nt'),(30545,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php','aws.amazon.com','/apache2.0',''),(30546,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php','aws.amazon.com','/apache2.0','S?');
/*!40000 ALTER TABLE `wpdl_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfissues`
--

DROP TABLE IF EXISTS `wpdl_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB AUTO_INCREMENT=4135 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfissues`
--

LOCK TABLES `wpdl_wfissues` WRITE;
/*!40000 ALTER TABLE `wpdl_wfissues` DISABLE KEYS */;
INSERT INTO `wpdl_wfissues` VALUES (4134,1598447909,1598447909,'new','skippedPaths',25,'6fd0d290b978eab8027e6b79501ac149','6fd0d290b978eab8027e6b79501ac149','4 paths were skipped for the malware scan due to scan settings','The option \"Scan files outside your WordPress installation\" is off by default, which means 4 paths and their file(s) will not be scanned for malware or unauthorized changes. To continue skipping these paths, you may ignore this issue. Or to start scanning them, enable the option and subsequent scans will include them. Some paths may not be necessary to scan, so this is optional. <a href=\"https://www.wordfence.com/help/?query=scan-result-skipped-paths\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a><br><br>The paths skipped are ~/ANTIGUA, ~/ANTIGUA2, ~/NEW, and ~/PANOS','a:0:{}');
/*!40000 ALTER TABLE `wpdl_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfknownfilelist`
--

DROP TABLE IF EXISTS `wpdl_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9243 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfknownfilelist`
--

LOCK TABLES `wpdl_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wpdl_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `wpdl_wfknownfilelist` VALUES (1,'index PRESENTACION SR RESTRUCTURA....html'),(2,'index.php'),(3,'license.txt'),(4,'readme.html'),(5,'wordfence-waf.php'),(6,'wp-activate.php'),(7,'wp-admin/about.php'),(8,'wp-admin/admin-ajax.php'),(9,'wp-admin/admin-footer.php'),(10,'wp-admin/admin-functions.php'),(11,'wp-admin/admin-header.php'),(12,'wp-admin/admin-post.php'),(13,'wp-admin/admin.php'),(14,'wp-admin/async-upload.php'),(15,'wp-admin/comment.php'),(16,'wp-admin/credits.php'),(17,'wp-admin/css/about-rtl.css'),(18,'wp-admin/css/about-rtl.min.css'),(19,'wp-admin/css/about.css'),(20,'wp-admin/css/about.min.css'),(21,'wp-admin/css/admin-menu-rtl.css'),(22,'wp-admin/css/admin-menu-rtl.min.css'),(23,'wp-admin/css/admin-menu.css'),(24,'wp-admin/css/admin-menu.min.css'),(25,'wp-admin/css/code-editor-rtl.css'),(26,'wp-admin/css/code-editor-rtl.min.css'),(27,'wp-admin/css/code-editor.css'),(28,'wp-admin/css/code-editor.min.css'),(29,'wp-admin/css/color-picker-rtl.css'),(30,'wp-admin/css/color-picker-rtl.min.css'),(31,'wp-admin/css/color-picker.css'),(32,'wp-admin/css/color-picker.min.css'),(33,'wp-admin/css/colors/_admin.scss'),(34,'wp-admin/css/colors/_mixins.scss'),(35,'wp-admin/css/colors/_variables.scss'),(36,'wp-admin/css/colors/blue/colors-rtl.css'),(37,'wp-admin/css/colors/blue/colors-rtl.min.css'),(38,'wp-admin/css/colors/blue/colors.css'),(39,'wp-admin/css/colors/blue/colors.min.css'),(40,'wp-admin/css/colors/blue/colors.scss'),(41,'wp-admin/css/colors/coffee/colors-rtl.css'),(42,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(43,'wp-admin/css/colors/coffee/colors.css'),(44,'wp-admin/css/colors/coffee/colors.min.css'),(45,'wp-admin/css/colors/coffee/colors.scss'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(47,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(48,'wp-admin/css/colors/ectoplasm/colors.css'),(49,'wp-admin/css/colors/ectoplasm/colors.min.css'),(50,'wp-admin/css/colors/ectoplasm/colors.scss'),(51,'wp-admin/css/colors/light/colors-rtl.css'),(52,'wp-admin/css/colors/light/colors-rtl.min.css'),(53,'wp-admin/css/colors/light/colors.css'),(54,'wp-admin/css/colors/light/colors.min.css'),(55,'wp-admin/css/colors/light/colors.scss'),(56,'wp-admin/css/colors/midnight/colors-rtl.css'),(57,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(58,'wp-admin/css/colors/midnight/colors.css'),(59,'wp-admin/css/colors/midnight/colors.min.css'),(60,'wp-admin/css/colors/midnight/colors.scss'),(61,'wp-admin/css/colors/modern/colors-rtl.css'),(62,'wp-admin/css/colors/modern/colors-rtl.min.css'),(63,'wp-admin/css/colors/modern/colors.css'),(64,'wp-admin/css/colors/modern/colors.min.css'),(65,'wp-admin/css/colors/modern/colors.scss'),(66,'wp-admin/css/colors/ocean/colors-rtl.css'),(67,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(68,'wp-admin/css/colors/ocean/colors.css'),(69,'wp-admin/css/colors/ocean/colors.min.css'),(70,'wp-admin/css/colors/ocean/colors.scss'),(71,'wp-admin/css/colors/sunrise/colors-rtl.css'),(72,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(73,'wp-admin/css/colors/sunrise/colors.css'),(74,'wp-admin/css/colors/sunrise/colors.min.css'),(75,'wp-admin/css/colors/sunrise/colors.scss'),(76,'wp-admin/css/common-rtl.css'),(77,'wp-admin/css/common-rtl.min.css'),(78,'wp-admin/css/common.css'),(79,'wp-admin/css/common.min.css'),(80,'wp-admin/css/customize-controls-rtl.css'),(81,'wp-admin/css/customize-controls-rtl.min.css'),(82,'wp-admin/css/customize-controls.css'),(83,'wp-admin/css/customize-controls.min.css'),(84,'wp-admin/css/customize-nav-menus-rtl.css'),(85,'wp-admin/css/customize-nav-menus-rtl.min.css'),(86,'wp-admin/css/customize-nav-menus.css'),(87,'wp-admin/css/customize-nav-menus.min.css'),(88,'wp-admin/css/customize-widgets-rtl.css'),(89,'wp-admin/css/customize-widgets-rtl.min.css'),(90,'wp-admin/css/customize-widgets.css'),(91,'wp-admin/css/customize-widgets.min.css'),(92,'wp-admin/css/dashboard-rtl.css'),(93,'wp-admin/css/dashboard-rtl.min.css'),(94,'wp-admin/css/dashboard.css'),(95,'wp-admin/css/dashboard.min.css'),(96,'wp-admin/css/deprecated-media-rtl.css'),(97,'wp-admin/css/deprecated-media-rtl.min.css'),(98,'wp-admin/css/deprecated-media.css'),(99,'wp-admin/css/deprecated-media.min.css'),(100,'wp-admin/css/edit-rtl.css'),(101,'wp-admin/css/edit-rtl.min.css'),(102,'wp-admin/css/edit.css'),(103,'wp-admin/css/edit.min.css'),(104,'wp-admin/css/farbtastic-rtl.css'),(105,'wp-admin/css/farbtastic-rtl.min.css'),(106,'wp-admin/css/farbtastic.css'),(107,'wp-admin/css/farbtastic.min.css'),(108,'wp-admin/css/forms-rtl.css'),(109,'wp-admin/css/forms-rtl.min.css'),(110,'wp-admin/css/forms.css'),(111,'wp-admin/css/forms.min.css'),(112,'wp-admin/css/install-rtl.css'),(113,'wp-admin/css/install-rtl.min.css'),(114,'wp-admin/css/install.css'),(115,'wp-admin/css/install.min.css'),(116,'wp-admin/css/l10n-rtl.css'),(117,'wp-admin/css/l10n-rtl.min.css'),(118,'wp-admin/css/l10n.css'),(119,'wp-admin/css/l10n.min.css'),(120,'wp-admin/css/list-tables-rtl.css'),(121,'wp-admin/css/list-tables-rtl.min.css'),(122,'wp-admin/css/list-tables.css'),(123,'wp-admin/css/list-tables.min.css'),(124,'wp-admin/css/login-rtl.css'),(125,'wp-admin/css/login-rtl.min.css'),(126,'wp-admin/css/login.css'),(127,'wp-admin/css/login.min.css'),(128,'wp-admin/css/media-rtl.css'),(129,'wp-admin/css/media-rtl.min.css'),(130,'wp-admin/css/media.css'),(131,'wp-admin/css/media.min.css'),(132,'wp-admin/css/nav-menus-rtl.css'),(133,'wp-admin/css/nav-menus-rtl.min.css'),(134,'wp-admin/css/nav-menus.css'),(135,'wp-admin/css/nav-menus.min.css'),(136,'wp-admin/css/revisions-rtl.css'),(137,'wp-admin/css/revisions-rtl.min.css'),(138,'wp-admin/css/revisions.css'),(139,'wp-admin/css/revisions.min.css'),(140,'wp-admin/css/site-health-rtl.css'),(141,'wp-admin/css/site-health-rtl.min.css'),(142,'wp-admin/css/site-health.css'),(143,'wp-admin/css/site-health.min.css'),(144,'wp-admin/css/site-icon-rtl.css'),(145,'wp-admin/css/site-icon-rtl.min.css'),(146,'wp-admin/css/site-icon.css'),(147,'wp-admin/css/site-icon.min.css'),(148,'wp-admin/css/themes-rtl.css'),(149,'wp-admin/css/themes-rtl.min.css'),(150,'wp-admin/css/themes.css'),(151,'wp-admin/css/themes.min.css'),(152,'wp-admin/css/widgets-rtl.css'),(153,'wp-admin/css/widgets-rtl.min.css'),(154,'wp-admin/css/widgets.css'),(155,'wp-admin/css/widgets.min.css'),(156,'wp-admin/css/wp-admin-rtl.css'),(157,'wp-admin/css/wp-admin-rtl.min.css'),(158,'wp-admin/css/wp-admin.css'),(159,'wp-admin/css/wp-admin.min.css'),(160,'wp-admin/custom-background.php'),(161,'wp-admin/custom-header.php'),(162,'wp-admin/customize.php'),(163,'wp-admin/edit-comments.php'),(164,'wp-admin/edit-form-advanced.php'),(165,'wp-admin/edit-form-blocks.php'),(166,'wp-admin/edit-form-comment.php'),(167,'wp-admin/edit-link-form.php'),(168,'wp-admin/edit-tag-form.php'),(169,'wp-admin/edit-tags.php'),(170,'wp-admin/edit.php'),(171,'wp-admin/erase-personal-data.php'),(172,'wp-admin/error_log'),(173,'wp-admin/export-personal-data.php'),(174,'wp-admin/export.php'),(175,'wp-admin/freedoms.php'),(176,'wp-admin/images/align-center-2x.png'),(177,'wp-admin/images/align-center.png'),(178,'wp-admin/images/align-left-2x.png'),(179,'wp-admin/images/align-left.png'),(180,'wp-admin/images/align-none-2x.png'),(181,'wp-admin/images/align-none.png'),(182,'wp-admin/images/align-right-2x.png'),(183,'wp-admin/images/align-right.png'),(184,'wp-admin/images/arrows-2x.png'),(185,'wp-admin/images/arrows.png'),(186,'wp-admin/images/browser-rtl.png'),(187,'wp-admin/images/browser.png'),(188,'wp-admin/images/bubble_bg-2x.gif'),(189,'wp-admin/images/bubble_bg.gif'),(190,'wp-admin/images/comment-grey-bubble-2x.png'),(191,'wp-admin/images/comment-grey-bubble.png'),(192,'wp-admin/images/date-button-2x.gif'),(193,'wp-admin/images/date-button.gif'),(194,'wp-admin/images/generic.png'),(195,'wp-admin/images/icons32-2x.png'),(196,'wp-admin/images/icons32-vs-2x.png'),(197,'wp-admin/images/icons32-vs.png'),(198,'wp-admin/images/icons32.png'),(199,'wp-admin/images/imgedit-icons-2x.png'),(200,'wp-admin/images/imgedit-icons.png'),(201,'wp-admin/images/list-2x.png'),(202,'wp-admin/images/list.png'),(203,'wp-admin/images/loading.gif'),(204,'wp-admin/images/marker.png'),(205,'wp-admin/images/mask.png'),(206,'wp-admin/images/media-button-2x.png'),(207,'wp-admin/images/media-button-image.gif'),(208,'wp-admin/images/media-button-music.gif'),(209,'wp-admin/images/media-button-other.gif'),(210,'wp-admin/images/media-button-video.gif'),(211,'wp-admin/images/media-button.png'),(212,'wp-admin/images/menu-2x.png'),(213,'wp-admin/images/menu-vs-2x.png'),(214,'wp-admin/images/menu-vs.png'),(215,'wp-admin/images/menu.png'),(216,'wp-admin/images/no.png'),(217,'wp-admin/images/post-formats-vs.png'),(218,'wp-admin/images/post-formats.png'),(219,'wp-admin/images/post-formats32-vs.png'),(220,'wp-admin/images/post-formats32.png'),(221,'wp-admin/images/resize-2x.gif'),(222,'wp-admin/images/resize-rtl-2x.gif'),(223,'wp-admin/images/resize-rtl.gif'),(224,'wp-admin/images/resize.gif'),(225,'wp-admin/images/se.png'),(226,'wp-admin/images/sort-2x.gif'),(227,'wp-admin/images/sort.gif'),(228,'wp-admin/images/spinner-2x.gif'),(229,'wp-admin/images/spinner.gif'),(230,'wp-admin/images/stars-2x.png'),(231,'wp-admin/images/stars.png'),(232,'wp-admin/images/w-logo-blue.png'),(233,'wp-admin/images/w-logo-white.png'),(234,'wp-admin/images/wheel.png'),(235,'wp-admin/images/wordpress-logo-white.svg'),(236,'wp-admin/images/wordpress-logo.png'),(237,'wp-admin/images/wordpress-logo.svg'),(238,'wp-admin/images/wpspin_light-2x.gif'),(239,'wp-admin/images/wpspin_light.gif'),(240,'wp-admin/images/xit-2x.gif'),(241,'wp-admin/images/xit.gif'),(242,'wp-admin/images/yes.png'),(243,'wp-admin/import.php'),(244,'wp-admin/includes/admin-filters.php'),(245,'wp-admin/includes/admin.php'),(246,'wp-admin/includes/ajax-actions.php'),(247,'wp-admin/includes/bookmark.php'),(248,'wp-admin/includes/class-automatic-upgrader-skin.php'),(249,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(250,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(251,'wp-admin/includes/class-bulk-upgrader-skin.php'),(252,'wp-admin/includes/class-core-upgrader.php'),(253,'wp-admin/includes/class-custom-background.php'),(254,'wp-admin/includes/class-custom-image-header.php'),(255,'wp-admin/includes/class-file-upload-upgrader.php'),(256,'wp-admin/includes/class-ftp-pure.php'),(257,'wp-admin/includes/class-ftp-sockets.php'),(258,'wp-admin/includes/class-ftp.php'),(259,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(260,'wp-admin/includes/class-language-pack-upgrader.php'),(261,'wp-admin/includes/class-pclzip.php'),(262,'wp-admin/includes/class-plugin-installer-skin.php'),(263,'wp-admin/includes/class-plugin-upgrader-skin.php'),(264,'wp-admin/includes/class-plugin-upgrader.php'),(265,'wp-admin/includes/class-theme-installer-skin.php'),(266,'wp-admin/includes/class-theme-upgrader-skin.php'),(267,'wp-admin/includes/class-theme-upgrader.php'),(268,'wp-admin/includes/class-walker-category-checklist.php'),(269,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(270,'wp-admin/includes/class-walker-nav-menu-edit.php'),(271,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(272,'wp-admin/includes/class-wp-automatic-updater.php'),(273,'wp-admin/includes/class-wp-comments-list-table.php'),(274,'wp-admin/includes/class-wp-community-events.php'),(275,'wp-admin/includes/class-wp-debug-data.php'),(276,'wp-admin/includes/class-wp-filesystem-base.php'),(277,'wp-admin/includes/class-wp-filesystem-direct.php'),(278,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(279,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(280,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(281,'wp-admin/includes/class-wp-importer.php'),(282,'wp-admin/includes/class-wp-internal-pointers.php'),(283,'wp-admin/includes/class-wp-links-list-table.php'),(284,'wp-admin/includes/class-wp-list-table-compat.php'),(285,'wp-admin/includes/class-wp-list-table.php'),(286,'wp-admin/includes/class-wp-media-list-table.php'),(287,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(288,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(289,'wp-admin/includes/class-wp-ms-users-list-table.php'),(290,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(291,'wp-admin/includes/class-wp-plugins-list-table.php'),(292,'wp-admin/includes/class-wp-post-comments-list-table.php'),(293,'wp-admin/includes/class-wp-posts-list-table.php'),(294,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(295,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(296,'wp-admin/includes/class-wp-privacy-policy-content.php'),(297,'wp-admin/includes/class-wp-privacy-requests-table.php'),(298,'wp-admin/includes/class-wp-screen.php'),(299,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(300,'wp-admin/includes/class-wp-site-health.php'),(301,'wp-admin/includes/class-wp-site-icon.php'),(302,'wp-admin/includes/class-wp-terms-list-table.php'),(303,'wp-admin/includes/class-wp-theme-install-list-table.php'),(304,'wp-admin/includes/class-wp-themes-list-table.php'),(305,'wp-admin/includes/class-wp-upgrader-skin.php'),(306,'wp-admin/includes/class-wp-upgrader-skins.php'),(307,'wp-admin/includes/class-wp-upgrader.php'),(308,'wp-admin/includes/class-wp-users-list-table.php'),(309,'wp-admin/includes/comment.php'),(310,'wp-admin/includes/continents-cities.php'),(311,'wp-admin/includes/credits.php'),(312,'wp-admin/includes/dashboard.php'),(313,'wp-admin/includes/deprecated.php'),(314,'wp-admin/includes/edit-tag-messages.php'),(315,'wp-admin/includes/export.php'),(316,'wp-admin/includes/file.php'),(317,'wp-admin/includes/image-edit.php'),(318,'wp-admin/includes/image.php'),(319,'wp-admin/includes/import.php'),(320,'wp-admin/includes/list-table.php'),(321,'wp-admin/includes/media.php'),(322,'wp-admin/includes/menu.php'),(323,'wp-admin/includes/meta-boxes.php'),(324,'wp-admin/includes/misc.php'),(325,'wp-admin/includes/ms-admin-filters.php'),(326,'wp-admin/includes/ms-deprecated.php'),(327,'wp-admin/includes/ms.php'),(328,'wp-admin/includes/nav-menu.php'),(329,'wp-admin/includes/network.php'),(330,'wp-admin/includes/noop.php'),(331,'wp-admin/includes/options.php'),(332,'wp-admin/includes/plugin-install.php'),(333,'wp-admin/includes/plugin.php'),(334,'wp-admin/includes/post.php'),(335,'wp-admin/includes/privacy-tools.php'),(336,'wp-admin/includes/revision.php'),(337,'wp-admin/includes/schema.php'),(338,'wp-admin/includes/screen.php'),(339,'wp-admin/includes/taxonomy.php'),(340,'wp-admin/includes/template.php'),(341,'wp-admin/includes/theme-install.php'),(342,'wp-admin/includes/theme.php'),(343,'wp-admin/includes/translation-install.php'),(344,'wp-admin/includes/update-core.php'),(345,'wp-admin/includes/update.php'),(346,'wp-admin/includes/upgrade.php'),(347,'wp-admin/includes/user.php'),(348,'wp-admin/includes/widgets.php'),(349,'wp-admin/index.php'),(350,'wp-admin/install-helper.php'),(351,'wp-admin/install.php'),(352,'wp-admin/js/accordion.js'),(353,'wp-admin/js/accordion.min.js'),(354,'wp-admin/js/code-editor.js'),(355,'wp-admin/js/code-editor.min.js'),(356,'wp-admin/js/color-picker.js'),(357,'wp-admin/js/color-picker.min.js'),(358,'wp-admin/js/comment.js'),(359,'wp-admin/js/comment.min.js'),(360,'wp-admin/js/common.js'),(361,'wp-admin/js/common.min.js'),(362,'wp-admin/js/custom-background.js'),(363,'wp-admin/js/custom-background.min.js'),(364,'wp-admin/js/custom-header.js'),(365,'wp-admin/js/customize-controls.js'),(366,'wp-admin/js/customize-controls.min.js'),(367,'wp-admin/js/customize-nav-menus.js'),(368,'wp-admin/js/customize-nav-menus.min.js'),(369,'wp-admin/js/customize-widgets.js'),(370,'wp-admin/js/customize-widgets.min.js'),(371,'wp-admin/js/dashboard.js'),(372,'wp-admin/js/dashboard.min.js'),(373,'wp-admin/js/edit-comments.js'),(374,'wp-admin/js/edit-comments.min.js'),(375,'wp-admin/js/editor-expand.js'),(376,'wp-admin/js/editor-expand.min.js'),(377,'wp-admin/js/editor.js'),(378,'wp-admin/js/editor.min.js'),(379,'wp-admin/js/farbtastic.js'),(380,'wp-admin/js/gallery.js'),(381,'wp-admin/js/gallery.min.js'),(382,'wp-admin/js/image-edit.js'),(383,'wp-admin/js/image-edit.min.js'),(384,'wp-admin/js/inline-edit-post.js'),(385,'wp-admin/js/inline-edit-post.min.js'),(386,'wp-admin/js/inline-edit-tax.js'),(387,'wp-admin/js/inline-edit-tax.min.js'),(388,'wp-admin/js/iris.min.js'),(389,'wp-admin/js/language-chooser.js'),(390,'wp-admin/js/language-chooser.min.js'),(391,'wp-admin/js/link.js'),(392,'wp-admin/js/link.min.js'),(393,'wp-admin/js/media-gallery.js'),(394,'wp-admin/js/media-gallery.min.js'),(395,'wp-admin/js/media-upload.js'),(396,'wp-admin/js/media-upload.min.js'),(397,'wp-admin/js/media.js'),(398,'wp-admin/js/media.min.js'),(399,'wp-admin/js/nav-menu.js'),(400,'wp-admin/js/nav-menu.min.js'),(401,'wp-admin/js/password-strength-meter.js'),(402,'wp-admin/js/password-strength-meter.min.js'),(403,'wp-admin/js/plugin-install.js'),(404,'wp-admin/js/plugin-install.min.js'),(405,'wp-admin/js/post.js'),(406,'wp-admin/js/post.min.js'),(407,'wp-admin/js/postbox.js'),(408,'wp-admin/js/postbox.min.js'),(409,'wp-admin/js/privacy-tools.js'),(410,'wp-admin/js/privacy-tools.min.js'),(411,'wp-admin/js/revisions.js'),(412,'wp-admin/js/revisions.min.js'),(413,'wp-admin/js/set-post-thumbnail.js'),(414,'wp-admin/js/set-post-thumbnail.min.js'),(415,'wp-admin/js/site-health.js'),(416,'wp-admin/js/site-health.min.js'),(417,'wp-admin/js/svg-painter.js'),(418,'wp-admin/js/svg-painter.min.js'),(419,'wp-admin/js/tags-box.js'),(420,'wp-admin/js/tags-box.min.js'),(421,'wp-admin/js/tags-suggest.js'),(422,'wp-admin/js/tags-suggest.min.js'),(423,'wp-admin/js/tags.js'),(424,'wp-admin/js/tags.min.js'),(425,'wp-admin/js/theme-plugin-editor.js'),(426,'wp-admin/js/theme-plugin-editor.min.js'),(427,'wp-admin/js/theme.js'),(428,'wp-admin/js/theme.min.js'),(429,'wp-admin/js/updates.js'),(430,'wp-admin/js/updates.min.js'),(431,'wp-admin/js/user-profile.js'),(432,'wp-admin/js/user-profile.min.js'),(433,'wp-admin/js/user-suggest.js'),(434,'wp-admin/js/user-suggest.min.js'),(435,'wp-admin/js/widgets/custom-html-widgets.js'),(436,'wp-admin/js/widgets/custom-html-widgets.min.js'),(437,'wp-admin/js/widgets/media-audio-widget.js'),(438,'wp-admin/js/widgets/media-audio-widget.min.js'),(439,'wp-admin/js/widgets/media-gallery-widget.js'),(440,'wp-admin/js/widgets/media-gallery-widget.min.js'),(441,'wp-admin/js/widgets/media-image-widget.js'),(442,'wp-admin/js/widgets/media-image-widget.min.js'),(443,'wp-admin/js/widgets/media-video-widget.js'),(444,'wp-admin/js/widgets/media-video-widget.min.js'),(445,'wp-admin/js/widgets/media-widgets.js'),(446,'wp-admin/js/widgets/media-widgets.min.js'),(447,'wp-admin/js/widgets/text-widgets.js'),(448,'wp-admin/js/widgets/text-widgets.min.js'),(449,'wp-admin/js/widgets.js'),(450,'wp-admin/js/widgets.min.js'),(451,'wp-admin/js/word-count.js'),(452,'wp-admin/js/word-count.min.js'),(453,'wp-admin/js/xfn.js'),(454,'wp-admin/js/xfn.min.js'),(455,'wp-admin/link-add.php'),(456,'wp-admin/link-manager.php'),(457,'wp-admin/link-parse-opml.php'),(458,'wp-admin/link.php'),(459,'wp-admin/load-scripts.php'),(460,'wp-admin/load-styles.php'),(461,'wp-admin/maint/repair.php'),(462,'wp-admin/media-new.php'),(463,'wp-admin/media-upload.php'),(464,'wp-admin/media.php'),(465,'wp-admin/menu-header.php'),(466,'wp-admin/menu.php'),(467,'wp-admin/moderation.php'),(468,'wp-admin/ms-admin.php'),(469,'wp-admin/ms-delete-site.php'),(470,'wp-admin/ms-edit.php'),(471,'wp-admin/ms-options.php'),(472,'wp-admin/ms-sites.php'),(473,'wp-admin/ms-themes.php'),(474,'wp-admin/ms-upgrade-network.php'),(475,'wp-admin/ms-users.php'),(476,'wp-admin/my-sites.php'),(477,'wp-admin/nav-menus.php'),(478,'wp-admin/network/about.php'),(479,'wp-admin/network/admin.php'),(480,'wp-admin/network/credits.php'),(481,'wp-admin/network/edit.php'),(482,'wp-admin/network/freedoms.php'),(483,'wp-admin/network/index.php'),(484,'wp-admin/network/menu.php'),(485,'wp-admin/network/plugin-editor.php'),(486,'wp-admin/network/plugin-install.php'),(487,'wp-admin/network/plugins.php'),(488,'wp-admin/network/privacy.php'),(489,'wp-admin/network/profile.php'),(490,'wp-admin/network/settings.php'),(491,'wp-admin/network/setup.php'),(492,'wp-admin/network/site-info.php'),(493,'wp-admin/network/site-new.php'),(494,'wp-admin/network/site-settings.php'),(495,'wp-admin/network/site-themes.php'),(496,'wp-admin/network/site-users.php'),(497,'wp-admin/network/sites.php'),(498,'wp-admin/network/theme-editor.php'),(499,'wp-admin/network/theme-install.php'),(500,'wp-admin/network/themes.php'),(501,'wp-admin/network/update-core.php'),(502,'wp-admin/network/update.php'),(503,'wp-admin/network/upgrade.php'),(504,'wp-admin/network/user-edit.php'),(505,'wp-admin/network/user-new.php'),(506,'wp-admin/network/users.php'),(507,'wp-admin/network.php'),(508,'wp-admin/options-discussion.php'),(509,'wp-admin/options-general.php'),(510,'wp-admin/options-head.php'),(511,'wp-admin/options-media.php'),(512,'wp-admin/options-permalink.php'),(513,'wp-admin/options-privacy.php'),(514,'wp-admin/options-reading.php'),(515,'wp-admin/options-writing.php'),(516,'wp-admin/options.php'),(517,'wp-admin/plugin-editor.php'),(518,'wp-admin/plugin-install.php'),(519,'wp-admin/plugins.php'),(520,'wp-admin/post-new.php'),(521,'wp-admin/post.php'),(522,'wp-admin/press-this.php'),(523,'wp-admin/privacy-policy-guide.php'),(524,'wp-admin/privacy.php'),(525,'wp-admin/profile.php'),(526,'wp-admin/revision.php'),(527,'wp-admin/setup-config.php'),(528,'wp-admin/site-health-info.php'),(529,'wp-admin/site-health.php'),(530,'wp-admin/term.php'),(531,'wp-admin/theme-editor.php'),(532,'wp-admin/theme-install.php'),(533,'wp-admin/themes.php'),(534,'wp-admin/tools.php'),(535,'wp-admin/update-core.php'),(536,'wp-admin/update.php'),(537,'wp-admin/upgrade-functions.php'),(538,'wp-admin/upgrade.php'),(539,'wp-admin/upload.php'),(540,'wp-admin/user/about.php'),(541,'wp-admin/user/admin.php'),(542,'wp-admin/user/credits.php'),(543,'wp-admin/user/freedoms.php'),(544,'wp-admin/user/index.php'),(545,'wp-admin/user/menu.php'),(546,'wp-admin/user/privacy.php'),(547,'wp-admin/user/profile.php'),(548,'wp-admin/user/user-edit.php'),(549,'wp-admin/user-edit.php'),(550,'wp-admin/user-new.php'),(551,'wp-admin/users.php'),(552,'wp-admin/widgets.php'),(553,'wp-blog-header.php'),(554,'wp-comments-post.php'),(555,'wp-config-sample.php'),(556,'wp-config.php'),(557,'wp-content/cache/autoptimize/css/index.html'),(558,'wp-content/cache/autoptimize/index.html'),(559,'wp-content/cache/autoptimize/js/index.html'),(560,'wp-content/index.php'),(561,'wp-content/plugins/akismet/.htaccess'),(562,'wp-content/plugins/akismet/LICENSE.txt'),(563,'wp-content/plugins/akismet/_inc/akismet.css'),(564,'wp-content/plugins/akismet/_inc/akismet.js'),(565,'wp-content/plugins/akismet/_inc/form.js'),(566,'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(567,'wp-content/plugins/akismet/akismet.php'),(568,'wp-content/plugins/akismet/changelog.txt'),(569,'wp-content/plugins/akismet/class.akismet-admin.php'),(570,'wp-content/plugins/akismet/class.akismet-cli.php'),(571,'wp-content/plugins/akismet/class.akismet-rest-api.php'),(572,'wp-content/plugins/akismet/class.akismet-widget.php'),(573,'wp-content/plugins/akismet/class.akismet.php'),(574,'wp-content/plugins/akismet/index.php'),(575,'wp-content/plugins/akismet/readme.txt'),(576,'wp-content/plugins/akismet/views/activate.php'),(577,'wp-content/plugins/akismet/views/config.php'),(578,'wp-content/plugins/akismet/views/connect-jp.php'),(579,'wp-content/plugins/akismet/views/enter.php'),(580,'wp-content/plugins/akismet/views/get.php'),(581,'wp-content/plugins/akismet/views/notice.php'),(582,'wp-content/plugins/akismet/views/predefined.php'),(583,'wp-content/plugins/akismet/views/setup.php'),(584,'wp-content/plugins/akismet/views/start.php'),(585,'wp-content/plugins/akismet/views/stats.php'),(586,'wp-content/plugins/akismet/views/title.php'),(587,'wp-content/plugins/akismet/wrapper.php'),(588,'wp-content/plugins/booking-package/css/Booking_app.css'),(589,'wp-content/plugins/booking-package/css/Control.css'),(590,'wp-content/plugins/booking-package/css/Control_for_madia.css'),(591,'wp-content/plugins/booking-package/css/Reservation.css'),(592,'wp-content/plugins/booking-package/css/Reservation640px.css'),(593,'wp-content/plugins/booking-package/css/front_end.css'),(594,'wp-content/plugins/booking-package/css/style.css'),(595,'wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.eot'),(596,'wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.ijmap'),(597,'wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.svg'),(598,'wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.ttf'),(599,'wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.woff'),(600,'wp-content/plugins/booking-package/iconfont/MaterialIcons-Regular.woff2'),(601,'wp-content/plugins/booking-package/iconfont/README.md'),(602,'wp-content/plugins/booking-package/iconfont/codepoints'),(603,'wp-content/plugins/booking-package/iconfont/material-icons.css'),(604,'wp-content/plugins/booking-package/images/loading_0.gif'),(605,'wp-content/plugins/booking-package/images/loading_1.gif'),(606,'wp-content/plugins/booking-package/index.php'),(607,'wp-content/plugins/booking-package/js/Booking_app.js'),(608,'wp-content/plugins/booking-package/js/Calendar.js'),(609,'wp-content/plugins/booking-package/js/Confirm.js'),(610,'wp-content/plugins/booking-package/js/Delete_plugin.js'),(611,'wp-content/plugins/booking-package/js/Error.js'),(612,'wp-content/plugins/booking-package/js/Hotel.js'),(613,'wp-content/plugins/booking-package/js/Input.js'),(614,'wp-content/plugins/booking-package/js/Member.js'),(615,'wp-content/plugins/booking-package/js/Member_manage.js'),(616,'wp-content/plugins/booking-package/js/Reservation_manage.js'),(617,'wp-content/plugins/booking-package/js/Schedule.js'),(618,'wp-content/plugins/booking-package/js/Subscription_manage.js'),(619,'wp-content/plugins/booking-package/js/Upgrade.js'),(620,'wp-content/plugins/booking-package/js/XMLHttp.js'),(621,'wp-content/plugins/booking-package/js/front_end.js'),(622,'wp-content/plugins/booking-package/js/i18n.js'),(623,'wp-content/plugins/booking-package/js/setting.js'),(624,'wp-content/plugins/booking-package/languages/booking-package.pot'),(625,'wp-content/plugins/booking-package/lib/Countries_with_Regional_Codes.json'),(626,'wp-content/plugins/booking-package/lib/CreditCard.php'),(627,'wp-content/plugins/booking-package/lib/Database.php'),(628,'wp-content/plugins/booking-package/lib/Html.php'),(629,'wp-content/plugins/booking-package/lib/Ical.php'),(630,'wp-content/plugins/booking-package/lib/Schedule.php'),(631,'wp-content/plugins/booking-package/lib/Setting.php'),(632,'wp-content/plugins/booking-package/lib/Webhook.php'),(633,'wp-content/plugins/booking-package/lib/siteNetwork.php'),(634,'wp-content/plugins/booking-package/readme.txt'),(635,'wp-content/plugins/booking-package/uninstall.php'),(636,'wp-content/plugins/bridge-core/bridge-core.php'),(637,'wp-content/plugins/bridge-core/constants.php'),(638,'wp-content/plugins/bridge-core/helpers/helper.php'),(639,'wp-content/plugins/bridge-core/modules/google-fonts.php'),(640,'wp-content/plugins/bridge-core/modules/helper.php'),(641,'wp-content/plugins/bridge-core/modules/import/class.wordpress-importer.php'),(642,'wp-content/plugins/bridge-core/modules/import/parsers.php'),(643,'wp-content/plugins/bridge-core/modules/import/qode-import-functions.php'),(644,'wp-content/plugins/bridge-core/modules/import/qode-import.php'),(645,'wp-content/plugins/bridge-core/modules/qode-custom-post-types.php'),(646,'wp-content/plugins/bridge-core/modules/qode-like.php'),(647,'wp-content/plugins/bridge-core/modules/qode-seo.php'),(648,'wp-content/plugins/bridge-core/modules/reviews/load.php'),(649,'wp-content/plugins/bridge-core/modules/reviews/reviews-functions.php'),(650,'wp-content/plugins/bridge-core/modules/reviews/templates/admin/stars-field.php'),(651,'wp-content/plugins/bridge-core/modules/reviews/templates/admin/title-field.php'),(652,'wp-content/plugins/bridge-core/modules/shortcodes/lib/load.php'),(653,'wp-content/plugins/bridge-core/modules/shortcodes/lib/shortcode-functions.php'),(654,'wp-content/plugins/bridge-core/modules/shortcodes/lib/shortcode-interface.php'),(655,'wp-content/plugins/bridge-core/modules/shortcodes/lib/shortcode-loader.php'),(656,'wp-content/plugins/bridge-core/modules/shortcodes/qode_circles.php'),(657,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes.js'),(658,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_animated_icons_with_text.php'),(659,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_clients.php'),(660,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_elements_animation.php'),(661,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_expandable.php'),(662,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_latest_post.php'),(663,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_popup.html'),(664,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_qode_carousel.php'),(665,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_row.php'),(666,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_section.php'),(667,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_separator.php'),(668,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_separator_with_text.php'),(669,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_tabs.php'),(670,'wp-content/plugins/bridge-core/modules/shortcodes/qode_shortcodes_video.php'),(671,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_accordion/accordion.php'),(672,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_accordion/load.php'),(673,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/action.php'),(674,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/load.php'),(675,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/modal/action.php'),(676,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_action/vc_map.php'),(677,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_animation-holder/animation-holder.php'),(678,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_animation-holder/load.php'),(679,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_banner/banner.php'),(680,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_banner/load.php'),(681,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_banner/vc_map.php'),(682,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/blockquote.php'),(683,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/custom-styles/custom-styles.php'),(684,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/load.php'),(685,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/modal/blockquote.php'),(686,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blockquote/vc_map.php'),(687,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blog-slider/blog-slider.php'),(688,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blog-slider/load.php'),(689,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_blog-slider/vc_map.php'),(690,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/button.php'),(691,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/custom-styles/custom-styles.php'),(692,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/load.php'),(693,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/modal/button.php'),(694,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_button/vc_map.php'),(695,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/carousel.php'),(696,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/functions.php'),(697,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/load.php'),(698,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_carousel/vc_map.php'),(699,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_countdown/countdown.php'),(700,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_countdown/load.php'),(701,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_countdown/vc_map.php'),(702,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/counter.php'),(703,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/custom-styles/custom-styles.php'),(704,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/load.php'),(705,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/modal/counter.php'),(706,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_counter/vc_map.php'),(707,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/cover-boxes.php'),(708,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/load.php'),(709,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/modal/cover_boxes.php'),(710,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_cover-boxes/vc_map.php'),(711,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_custom-font/custom-font.php'),(712,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_custom-font/load.php'),(713,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_custom-font/vc_map.php'),(714,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_dropcaps/dropcaps.php'),(715,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_dropcaps/load.php'),(716,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_dropcaps/modal/dropcaps.php'),(717,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_expanding-images/expanding-images.php'),(718,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_expanding-images/load.php'),(719,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_expanding-images/vc_map.php'),(720,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_google-map/google-map.php'),(721,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_google-map/load.php'),(722,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_google-map/vc_map.php'),(723,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/custom-styles/custom-styles.php'),(724,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/highlights.php'),(725,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/load.php'),(726,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_highlights/modal/highlights.php'),(727,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/icon.php'),(728,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/load.php'),(729,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/modal/icon.php'),(730,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon/vc_map.php'),(731,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/icon-list-item.php'),(732,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/load.php'),(733,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/modal/icon_list_item.php'),(734,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-list-item/vc_map.php'),(735,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/icon-text.php'),(736,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/load.php'),(737,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/modal/icon_text.php'),(738,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_icon-text/vc_map.php'),(739,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/image-hover.php'),(740,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/load.php'),(741,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/modal/image_hover.php'),(742,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-hover/vc_map.php'),(743,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-slider-no-space/image-slider-no-space.php'),(744,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-slider-no-space/load.php'),(745,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-slider-no-space/vc_map.php'),(746,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/image-with-text.php'),(747,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/load.php'),(748,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/modal/image_with_text.php'),(749,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text/vc_map.php'),(750,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/image-with-text-over.php'),(751,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/load.php'),(752,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/modal/image_with_text_over.php'),(753,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_image-with-text-over/vc_map.php'),(754,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_latest-posts-two/latest-posts-two.php'),(755,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_latest-posts-two/load.php'),(756,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_latest-posts-two/vc_map.php'),(757,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/line-graph.php'),(758,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/load.php'),(759,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/modal/line_graph.php'),(760,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_line-graph/vc_map.php'),(761,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-blog/load.php'),(762,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-blog/masonry-blog.php'),(763,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-blog/vc_map.php'),(764,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/custom-styles/custom-styles.php'),(765,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/load.php'),(766,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/masonry-gallery.php'),(767,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_masonry-gallery/vc_map.php'),(768,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/custom-styles/custom-styles.php'),(769,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/load.php'),(770,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/message.php'),(771,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/modal/message.php'),(772,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_message/vc_map.php'),(773,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_ordered-list/load.php'),(774,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_ordered-list/ordered-list.php'),(775,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_ordered-list/vc_map.php'),(776,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_parallax-layers/load.php'),(777,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_parallax-layers/parallax-layers.php'),(778,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_parallax-layers/vc_map.php'),(779,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/custom-styles/custom-styles.php'),(780,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/load.php'),(781,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/modal/pie_chart.php'),(782,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/pie-chart.php'),(783,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart/vc_map.php'),(784,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/load.php'),(785,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/modal/pie_chart_doughnut.php'),(786,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/pie-chart-doughnut.php'),(787,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-doughnut/vc_map.php'),(788,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/load.php'),(789,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/modal/pie_chart_full.php'),(790,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/pie-chart-full.php'),(791,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-full/vc_map.php'),(792,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/load.php'),(793,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/modal/pie_chart_with_icon.php'),(794,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/pie-chart-with-icon.php'),(795,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_pie-chart-with-icon/vc_map.php'),(796,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/load.php'),(797,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/modal/portfolio_list.php'),(798,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/portfolio-list.php'),(799,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/vc_map.php'),(800,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/load.php'),(801,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/modal/portfolio_slider.php'),(802,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/portfolio-slider.php'),(803,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-slider/vc_map.php'),(804,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-elegant/load.php'),(805,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-elegant/product-list-elegant.php'),(806,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-elegant/vc_map.php'),(807,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-masonry/load.php'),(808,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-masonry/product-list-masonry.php'),(809,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-masonry/vc_map.php'),(810,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-pinterest/load.php'),(811,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-pinterest/product-list-pinterest.php'),(812,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_product-list-pinterest/vc_map.php'),(813,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/custom-styles/custom-styles.php'),(814,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/load.php'),(815,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/modal/progress_bar.php'),(816,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/progress-bar.php'),(817,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar/vc_map.php'),(818,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/load.php'),(819,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/modal/progress_bar_icon.php'),(820,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/progress-bar-icon.php'),(821,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-icon/vc_map.php'),(822,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/load.php'),(823,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/modal/progress_bar_vertical.php'),(824,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/progress-bar-vertical.php'),(825,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_progress-bar-vertical/vc_map.php'),(826,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_separator-with-icon/load.php'),(827,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_separator-with-icon/separator-with-icon.php'),(828,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_separator-with-icon/vc_map.php'),(829,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_service-table/load.php'),(830,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_service-table/service-table.php'),(831,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_service-table/vc_map.php'),(832,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_slider/load.php'),(833,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_slider/slider.php'),(834,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/custom-styles/custom-styles.php'),(835,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/load.php'),(836,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/modal/social_icons.php'),(837,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/social-icons.php'),(838,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-icons/vc_map.php'),(839,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/load.php'),(840,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/social-share.php'),(841,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share/vc_map.php'),(842,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/load.php'),(843,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/social-share-list.php'),(844,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_social-share-list/vc_map.php'),(845,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_team/load.php'),(846,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_team/team.php'),(847,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_team/vc_map.php'),(848,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/load.php'),(849,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/modal/testimonials.php'),(850,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/testimonials.php'),(851,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials/vc_map.php'),(852,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-carousel/load.php'),(853,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-carousel/testimonials-carousel.php'),(854,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-carousel/vc_map.php'),(855,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-masonry/load.php'),(856,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-masonry/testimonials-masonry.php'),(857,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_testimonials-masonry/vc_map.php'),(858,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_text-marquee/load.php'),(859,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_text-marquee/text-marquee.php'),(860,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_text-marquee/vc_map.php'),(861,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/load.php'),(862,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/modal/unordered_list.php'),(863,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/unordered-list.php'),(864,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_unordered-list/vc_map.php'),(865,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion-tab.php'),(866,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/accordion.php'),(867,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/custom-styles/custom-styles.php'),(868,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/functions.php'),(869,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/load.php'),(870,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/options-map/map.php'),(871,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/templates/accordion-holder-template.php'),(872,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/accordions/templates/accordion-template.php'),(873,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/advanced-call-to-action.php'),(874,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/functions.php'),(875,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/load.php'),(876,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-call-to-action/templates/advanced-call-to-action-template.php'),(877,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/advanced-image-gallery.php'),(878,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/assets/js/advanced-image-gallery.js'),(879,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/functions.php'),(880,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/load.php'),(881,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/carousel.php'),(882,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/grid.php'),(883,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/masonry.php'),(884,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-image-gallery/templates/slider.php'),(885,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/advanced-pricing-list.php'),(886,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/functions.php'),(887,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/load.php'),(888,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-list/templates/advanced-pricing-list-template.php'),(889,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/advanced-pricing-table.php'),(890,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/custom-styles/custom-styles.php'),(891,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/functions.php'),(892,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/load.php'),(893,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/options-map/map.php'),(894,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-pricing-table/templates/advanced-pricing-table-template.php'),(895,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/advanced-tab.php'),(896,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/advanced-tabs.php'),(897,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/custom-styles/custom-styles.php'),(898,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/functions.php'),(899,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/load.php'),(900,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/options-map/map.php'),(901,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/templates/advanced-tab-template.php'),(902,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/advanced-tabs/templates/advanced-tabs-template.php'),(903,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/blog-carousel-titled.php'),(904,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/functions.php'),(905,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/load.php'),(906,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/blog-carousel-titled/templates/blog-carousel-titled-template.php'),(907,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/button-functions.php'),(908,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/button.php'),(909,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/custom-styles/custom-styles.php'),(910,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/load.php'),(911,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/options-map/map.php'),(912,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/templates/anchor.php'),(913,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/templates/button.php'),(914,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/button-v2/templates/input.php'),(915,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/call-to-action-section.php'),(916,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/functions.php'),(917,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/load.php'),(918,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/call-to-action-section/templates/call-to-action-section-template.php'),(919,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/cards-gallery.php'),(920,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/functions.php'),(921,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/load.php'),(922,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-gallery/templates/cards-gallery.php'),(923,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/cards-slider-item.php'),(924,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/functions.php'),(925,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/load.php'),(926,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/templates/cards-slider-holder.php'),(927,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/cards-slider/templates/cards-slider-item-template.php'),(928,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/comparative-features-table.php'),(929,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/custom-styles/custom-styles.php'),(930,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/functions.php'),(931,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/load.php'),(932,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/options-map/map.php'),(933,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparative-features-table/templates/comparative-features-table-template.php'),(934,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/assets/js/comparison-slider.js'),(935,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/cmp-slider.php'),(936,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/functions.php'),(937,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/load.php'),(938,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/comparison-slider/templates/cmp-slider-template.php'),(939,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/crossfade-images.php'),(940,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/functions.php'),(941,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/load.php'),(942,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/crossfade-images/templates/crossfade-images-template.php'),(943,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/elliptical-slide.php'),(944,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/elliptical-slider.php'),(945,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/functions.php'),(946,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/load.php'),(947,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/elliptical-slider/templates/elliptical-slide-template.php'),(948,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/functions.php'),(949,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/gradient-icon-with-text.php'),(950,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/load.php'),(951,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/templates/icon.php'),(952,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/gradient-icon-with-text/templates/iwt.php'),(953,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/assets/js/horizontal-timeline.js'),(954,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/functions.php'),(955,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/horizontal-timeline-item.php'),(956,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/horizontal-timeline.php'),(957,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/load.php'),(958,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/templates/horizontal-timeline-bottom-template.php'),(959,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/templates/horizontal-timeline-item.php'),(960,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/horizontal-timeline/templates/horizontal-timeline-top-template.php'),(961,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/functions.php'),(962,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/image-with-icon-and-text.php'),(963,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/load.php'),(964,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/image-with-icon-and-text/templates/image-with-icon-and-text-template.php'),(965,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/functions.php'),(966,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/info-card.php'),(967,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/load.php'),(968,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card/templates/info-card-template.php'),(969,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/functions.php'),(970,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/info-card-with-icon.php'),(971,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/load.php'),(972,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/info-card-with-icon/templates/info-card-with-icon-template.php'),(973,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/functions.php'),(974,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/interactive-icon-showcase-item.php'),(975,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/interactive-icon-showcase.php'),(976,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/load.php'),(977,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interactive-icon-showcase/templates/interactive-icon-showcase-item-template.php'),(978,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/assets/js/interest-rate-calculator.js'),(979,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/functions.php'),(980,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/interest-rate-calculator.php'),(981,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/load.php'),(982,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/interest-rate-calculator/templates/interest-rate-calculator-template.php'),(983,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/functions.php'),(984,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/item-showcase-list-item.php'),(985,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/item-showcase.php'),(986,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/load.php'),(987,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/item-showcase/templates/item-showcase-list-item-template.php'),(988,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/custom-styles/custom-styles.php'),(989,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/functions.php'),(990,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/latest-posts.php'),(991,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/load.php'),(992,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-boxes.php'),(993,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-dividers.php'),(994,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_in_box.php'),(995,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_on_the_left_boxed-featured-item.php'),(996,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_on_the_left_boxed-regular-item.php'),(997,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-image_on_the_left_boxed.php'),(998,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/latest-posts/templates/latest-posts-minimal.php'),(999,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/assets/js/multi-device-showcase.js'),(1000,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/functions.php'),(1001,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/load.php'),(1002,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/multi-device-showcase.php'),(1003,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/multi-device-showcase/templates/multi-device-showcase-template.php'),(1004,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/custom-styles/custom-styles.php'),(1005,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/functions.php'),(1006,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/load.php'),(1007,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/numbered-process-item.php'),(1008,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/numbered-process.php'),(1009,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/options-map/map.php'),(1010,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/templates/numbered-process-item-template.php'),(1011,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/numbered-process/templates/numbered-process-template.php'),(1012,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/custom-styles/custom-styles.php'),(1013,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/load.php'),(1014,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/options-map/map.php'),(1015,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/pricing-calculator-functions.php'),(1016,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/pricing-calculator.php'),(1017,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/pricing-calculator/templates/pricing-calculator-template.php'),(1018,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/custom-styles/custom-styles.php'),(1019,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/functions.php'),(1020,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/load.php'),(1021,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/options-map/map.php'),(1022,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/report-sheet.php'),(1023,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/report-sheet/templates/report-sheet-template.php'),(1024,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/functions.php'),(1025,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/load.php'),(1026,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/scrolling-image.php'),(1027,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/scrolling-image/templates/scrolling-image-template.php'),(1028,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/custom-styles/custom-styles.php'),(1029,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/functions.php'),(1030,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/load.php'),(1031,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/options-map/map.php'),(1032,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/simple-quote.php'),(1033,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/simple-quote/templates/simple-quote-template.php'),(1034,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/functions.php'),(1035,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/load.php'),(1036,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/sliding-image-holder.php'),(1037,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/sliding-image-holder/templates/sliding-image-holder-template.php'),(1038,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/functions.php'),(1039,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/load.php'),(1040,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/specification-list.php'),(1041,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/specification-list/templates/specification-list-template.php'),(1042,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/assets/js/split-scrolling-section.js'),(1043,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/functions.php'),(1044,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/load.php'),(1045,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section-content-item.php'),(1046,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section-left-panel.php'),(1047,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section-right-panel.php'),(1048,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/split-scrolling-section.php'),(1049,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/templates/split-scrolling-section-content-item-template.php'),(1050,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/split-scrolling-section/templates/split-scrolling-section-template.php'),(1051,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/testimonial-carousel/custom-styles/custom-styles.php'),(1052,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/testimonial-carousel/load.php'),(1053,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/testimonial-carousel/options-map/map.php'),(1054,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/functions.php'),(1055,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/load.php'),(1056,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/templates/vertical-separator-template.php'),(1057,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/vertical-separator/vertical-separator.php'),(1058,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/custom-styles/custom-styles.php'),(1059,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/functions.php'),(1060,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/load.php'),(1061,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/options-map/map.php'),(1062,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/templates/video-box-template.php'),(1063,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/video-box/video-box.php'),(1064,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/functions.php'),(1065,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/load.php'),(1066,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/templates/workflow-holder-template.php'),(1067,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/templates/workflow-item-template.php'),(1068,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/workflow-holder.php'),(1069,'wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/workflow/workflow-item.php'),(1070,'wp-content/plugins/bridge-core/modules/shortcodes/shortcodes.php'),(1071,'wp-content/plugins/bridge-core/modules/widgets/load.php'),(1072,'wp-content/plugins/bridge-core/modules/widgets/widget-class.php'),(1073,'wp-content/plugins/bridge-core/modules/widgets/widget-loader.php'),(1074,'wp-content/plugins/contact-form-7/admin/admin.php'),(1075,'wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css'),(1076,'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),(1077,'wp-content/plugins/contact-form-7/admin/css/styles.css'),(1078,'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),(1079,'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),(1080,'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),(1081,'wp-content/plugins/contact-form-7/admin/includes/config-validator.php'),(1082,'wp-content/plugins/contact-form-7/admin/includes/editor.php'),(1083,'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),(1084,'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),(1085,'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),(1086,'wp-content/plugins/contact-form-7/admin/js/scripts.js'),(1087,'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),(1088,'wp-content/plugins/contact-form-7/images/ajax-loader.gif'),(1089,'wp-content/plugins/contact-form-7/includes/capabilities.php'),(1090,'wp-content/plugins/contact-form-7/includes/config-validator.php'),(1091,'wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),(1092,'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),(1093,'wp-content/plugins/contact-form-7/includes/contact-form.php'),(1094,'wp-content/plugins/contact-form-7/includes/controller.php'),(1095,'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),(1096,'wp-content/plugins/contact-form-7/includes/css/styles.css'),(1097,'wp-content/plugins/contact-form-7/includes/form-tag.php'),(1098,'wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),(1099,'wp-content/plugins/contact-form-7/includes/formatting.php'),(1100,'wp-content/plugins/contact-form-7/includes/functions.php'),(1101,'wp-content/plugins/contact-form-7/includes/integration.php'),(1102,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),(1103,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),(1104,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),(1105,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),(1106,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),(1107,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),(1108,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),(1109,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(1110,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),(1111,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),(1112,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),(1113,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),(1114,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),(1115,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),(1116,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),(1117,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css'),(1118,'wp-content/plugins/contact-form-7/includes/js/scripts.js'),(1119,'wp-content/plugins/contact-form-7/includes/l10n.php'),(1120,'wp-content/plugins/contact-form-7/includes/mail.php'),(1121,'wp-content/plugins/contact-form-7/includes/pipe.php'),(1122,'wp-content/plugins/contact-form-7/includes/rest-api.php'),(1123,'wp-content/plugins/contact-form-7/includes/shortcodes.php'),(1124,'wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),(1125,'wp-content/plugins/contact-form-7/includes/submission.php'),(1126,'wp-content/plugins/contact-form-7/includes/upgrade.php'),(1127,'wp-content/plugins/contact-form-7/includes/validation.php'),(1128,'wp-content/plugins/contact-form-7/languages/readme.txt'),(1129,'wp-content/plugins/contact-form-7/license.txt'),(1130,'wp-content/plugins/contact-form-7/modules/acceptance.php'),(1131,'wp-content/plugins/contact-form-7/modules/akismet.php'),(1132,'wp-content/plugins/contact-form-7/modules/checkbox.php'),(1133,'wp-content/plugins/contact-form-7/modules/constant-contact.php'),(1134,'wp-content/plugins/contact-form-7/modules/count.php'),(1135,'wp-content/plugins/contact-form-7/modules/date.php'),(1136,'wp-content/plugins/contact-form-7/modules/file.php'),(1137,'wp-content/plugins/contact-form-7/modules/flamingo.php'),(1138,'wp-content/plugins/contact-form-7/modules/hidden.php'),(1139,'wp-content/plugins/contact-form-7/modules/listo.php'),(1140,'wp-content/plugins/contact-form-7/modules/number.php'),(1141,'wp-content/plugins/contact-form-7/modules/quiz.php'),(1142,'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),(1143,'wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php'),(1144,'wp-content/plugins/contact-form-7/modules/recaptcha/script.js'),(1145,'wp-content/plugins/contact-form-7/modules/response.php'),(1146,'wp-content/plugins/contact-form-7/modules/select.php'),(1147,'wp-content/plugins/contact-form-7/modules/submit.php'),(1148,'wp-content/plugins/contact-form-7/modules/text.php'),(1149,'wp-content/plugins/contact-form-7/modules/textarea.php'),(1150,'wp-content/plugins/contact-form-7/readme.txt'),(1151,'wp-content/plugins/contact-form-7/settings.php'),(1152,'wp-content/plugins/contact-form-7/uninstall.php'),(1153,'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),(1154,'wp-content/plugins/contact-form-cfdb7/contact-form-cfdb-7.php'),(1155,'wp-content/plugins/contact-form-cfdb7/css/admin-style.css'),(1156,'wp-content/plugins/contact-form-cfdb7/inc/add-ons.php'),(1157,'wp-content/plugins/contact-form-cfdb7/inc/admin-form-details.php'),(1158,'wp-content/plugins/contact-form-cfdb7/inc/admin-mainpage.php'),(1159,'wp-content/plugins/contact-form-cfdb7/inc/admin-subpage.php'),(1160,'wp-content/plugins/contact-form-cfdb7/inc/export-csv.php'),(1161,'wp-content/plugins/contact-form-cfdb7/readme.txt'),(1162,'wp-content/plugins/cookie-law-info/admin/class-cookie-law-info-admin.php'),(1163,'wp-content/plugins/cookie-law-info/admin/css/cookie-law-info-admin-1.6.7.css'),(1164,'wp-content/plugins/cookie-law-info/admin/css/cookie-law-info-admin.css'),(1165,'wp-content/plugins/cookie-law-info/admin/images/documentation.png'),(1166,'wp-content/plugins/cookie-law-info/admin/images/support.png'),(1167,'wp-content/plugins/cookie-law-info/admin/images/wt-cli-info.svg'),(1168,'wp-content/plugins/cookie-law-info/admin/index.php'),(1169,'wp-content/plugins/cookie-law-info/admin/js/cookie-law-info-admin-1.6.7.js'),(1170,'wp-content/plugins/cookie-law-info/admin/js/cookie-law-info-admin.js'),(1171,'wp-content/plugins/cookie-law-info/admin/modules/ccpa/assets/js/cookie-law-info-ccpa-admin.js'),(1172,'wp-content/plugins/cookie-law-info/admin/modules/ccpa/assets/js/cookie-law-info-ccpa.js'),(1173,'wp-content/plugins/cookie-law-info/admin/modules/ccpa/ccpa.php'),(1174,'wp-content/plugins/cookie-law-info/admin/modules/ccpa/views/ccpa_settings.php'),(1175,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/assets/css/editor-style.css'),(1176,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/assets/js/cli-policy-generator-admin.js'),(1177,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php'),(1178,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/classes/class-preview-page.php'),(1179,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/cli-policy-generator.php'),(1180,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block1.php'),(1181,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block2.php'),(1182,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block3.php'),(1183,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block4.php'),(1184,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.block5.php'),(1185,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/data/data.policy-generator.php'),(1186,'wp-content/plugins/cookie-law-info/admin/modules/cli-policy-generator/views/policy-generator.php'),(1187,'wp-content/plugins/cookie-law-info/admin/partials/cookie-law-info-admin_settings.php'),(1188,'wp-content/plugins/cookie-law-info/admin/partials/cookie-law-info-privacy_overview.php'),(1189,'wp-content/plugins/cookie-law-info/admin/views/admin-settings-advanced.php'),(1190,'wp-content/plugins/cookie-law-info/admin/views/admin-settings-buttons.php'),(1191,'wp-content/plugins/cookie-law-info/admin/views/admin-settings-general.php'),(1192,'wp-content/plugins/cookie-law-info/admin/views/admin-settings-help.php'),(1193,'wp-content/plugins/cookie-law-info/admin/views/admin-settings-messagebar.php'),(1194,'wp-content/plugins/cookie-law-info/admin/views/admin-settings-save-button.php'),(1195,'wp-content/plugins/cookie-law-info/admin/views/admin_necessary_cookie.php'),(1196,'wp-content/plugins/cookie-law-info/admin/views/admin_non_necessary_cookie.php'),(1197,'wp-content/plugins/cookie-law-info/admin/views/goto-pro.php'),(1198,'wp-content/plugins/cookie-law-info/cookie-law-info.php'),(1199,'wp-content/plugins/cookie-law-info/images/collapse.png'),(1200,'wp-content/plugins/cookie-law-info/images/cross.png'),(1201,'wp-content/plugins/cookie-law-info/images/expand.png'),(1202,'wp-content/plugins/cookie-law-info/images/overlay.png'),(1203,'wp-content/plugins/cookie-law-info/images/td_back.gif'),(1204,'wp-content/plugins/cookie-law-info/images/tick.png'),(1205,'wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-activator.php'),(1206,'wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-deactivator.php'),(1207,'wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-i18n.php'),(1208,'wp-content/plugins/cookie-law-info/includes/class-cookie-law-info-loader.php'),(1209,'wp-content/plugins/cookie-law-info/includes/class-cookie-law-info.php'),(1210,'wp-content/plugins/cookie-law-info/includes/index.php'),(1211,'wp-content/plugins/cookie-law-info/index.php'),(1212,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-bg_BG.mo'),(1213,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-bg_BG.po'),(1214,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-cs_CZ.mo'),(1215,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-cs_CZ.po'),(1216,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DA.mo'),(1217,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DA.po'),(1218,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DK.mo'),(1219,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-da_DK.po'),(1220,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-de_DE.mo'),(1221,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-de_DE.po'),(1222,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-es_ES.mo'),(1223,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-es_ES.po'),(1224,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-fi.mo'),(1225,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-fi.po'),(1226,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-fr_FR.mo'),(1227,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-fr_FR.po'),(1228,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-hr.mo'),(1229,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-hr.po'),(1230,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-is_IS.mo'),(1231,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-is_IS.po'),(1232,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-it_IT.mo'),(1233,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-it_IT.po'),(1234,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-nl_NL.mo'),(1235,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-nl_NL.po'),(1236,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-pt_PT.mo'),(1237,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-pt_PT.po'),(1238,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-sl_SL.mo'),(1239,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-sl_SL.po'),(1240,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-sv_SE.mo'),(1241,'wp-content/plugins/cookie-law-info/languages/cookie-law-info-sv_SE.po'),(1242,'wp-content/plugins/cookie-law-info/license.txt'),(1243,'wp-content/plugins/cookie-law-info/public/class-cookie-law-info-public.php'),(1244,'wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css'),(1245,'wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css'),(1246,'wp-content/plugins/cookie-law-info/public/css/cookie-law-info-table.css'),(1247,'wp-content/plugins/cookie-law-info/public/images/cli_icon.png'),(1248,'wp-content/plugins/cookie-law-info/public/index.php'),(1249,'wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js'),(1250,'wp-content/plugins/cookie-law-info/public/modules/shortcode/shortcode.php'),(1251,'wp-content/plugins/cookie-law-info/public/views/cookie-law-info_bar.php'),(1252,'wp-content/plugins/cookie-law-info/public/views/cookie-law-info_popup_content.php'),(1253,'wp-content/plugins/cookie-law-info/readme.txt'),(1254,'wp-content/plugins/cookie-law-info/third-party/class-cookie-law-info-third-party.php'),(1255,'wp-content/plugins/cookie-law-info/third-party/scripts/pixelyoursite/pixelyoursite.php'),(1256,'wp-content/plugins/cookie-law-info/uninstall.php'),(1257,'wp-content/plugins/cookie-law-info/wpml-config.xml'),(1258,'wp-content/plugins/duplicate-post/compat/duplicate-post-jetpack.php'),(1259,'wp-content/plugins/duplicate-post/compat/duplicate-post-wpml.php'),(1260,'wp-content/plugins/duplicate-post/duplicate-post-admin.php'),(1261,'wp-content/plugins/duplicate-post/duplicate-post-common.php'),(1262,'wp-content/plugins/duplicate-post/duplicate-post-options.css'),(1263,'wp-content/plugins/duplicate-post/duplicate-post-options.php'),(1264,'wp-content/plugins/duplicate-post/duplicate-post.css'),(1265,'wp-content/plugins/duplicate-post/duplicate-post.php'),(1266,'wp-content/plugins/duplicate-post/duplicate_post_admin_script.js'),(1267,'wp-content/plugins/duplicate-post/duplicate_post_yoast_icon-125x125.png'),(1268,'wp-content/plugins/duplicate-post/gpl-2.0.txt'),(1269,'wp-content/plugins/duplicate-post/readme.txt'),(1270,'wp-content/plugins/hello.php'),(1271,'wp-content/plugins/index.php'),(1272,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg'),(1273,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg'),(1274,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg'),(1275,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg'),(1276,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg'),(1277,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg'),(1278,'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg'),(1279,'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg'),(1280,'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg'),(1281,'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),(1282,'wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),(1283,'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),(1284,'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),(1285,'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),(1286,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),(1287,'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),(1288,'wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),(1289,'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),(1290,'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),(1291,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js'),(1292,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js'),(1293,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js'),(1294,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js'),(1295,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js'),(1296,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js'),(1297,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js'),(1298,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js'),(1299,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js'),(1300,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js'),(1301,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js'),(1302,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js'),(1303,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js'),(1304,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js'),(1305,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js'),(1306,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js'),(1307,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js'),(1308,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js'),(1309,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js'),(1310,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js'),(1311,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js'),(1312,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js'),(1313,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js'),(1314,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js'),(1315,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js'),(1316,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js'),(1317,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js'),(1318,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js'),(1319,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js'),(1320,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js'),(1321,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js'),(1322,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js'),(1323,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js'),(1324,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js'),(1325,'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),(1326,'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),(1327,'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),(1328,'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),(1329,'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),(1330,'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),(1331,'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),(1332,'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),(1333,'wp-content/plugins/js_composer/assets/js/vendors/yoast.js'),(1334,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),(1335,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),(1336,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),(1337,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),(1338,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),(1339,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),(1340,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),(1341,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),(1342,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),(1343,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),(1344,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),(1345,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),(1346,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),(1347,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),(1348,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),(1349,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),(1350,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),(1351,'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),(1352,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg'),(1353,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),(1354,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg'),(1355,'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),(1356,'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),(1357,'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),(1358,'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),(1359,'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),(1360,'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),(1361,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),(1362,'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),(1363,'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),(1364,'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),(1365,'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),(1366,'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),(1367,'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),(1368,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),(1369,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),(1370,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),(1371,'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),(1372,'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),(1373,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg'),(1374,'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),(1375,'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),(1376,'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),(1377,'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),(1378,'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),(1379,'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),(1380,'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),(1381,'wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js'),(1382,'wp-content/plugins/js_composer/assets/vc/blur.svg'),(1383,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg'),(1384,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg'),(1385,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg'),(1386,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg'),(1387,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg'),(1388,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg'),(1389,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg'),(1390,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg'),(1391,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg'),(1392,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg'),(1393,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg'),(1394,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg'),(1395,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg'),(1396,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg'),(1397,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg'),(1398,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg'),(1399,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg'),(1400,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg'),(1401,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg'),(1402,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg'),(1403,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg'),(1404,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg'),(1405,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg'),(1406,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg'),(1407,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg'),(1408,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg'),(1409,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg'),(1410,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg'),(1411,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg'),(1412,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg'),(1413,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg'),(1414,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg'),(1415,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg'),(1416,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg'),(1417,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg'),(1418,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg'),(1419,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg'),(1420,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg'),(1421,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg'),(1422,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg'),(1423,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg'),(1424,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg'),(1425,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg'),(1426,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg'),(1427,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg'),(1428,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg'),(1429,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg'),(1430,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg'),(1431,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg'),(1432,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg'),(1433,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg'),(1434,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg'),(1435,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg'),(1436,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg'),(1437,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg'),(1438,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg'),(1439,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg'),(1440,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg'),(1441,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg'),(1442,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg'),(1443,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg'),(1444,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg'),(1445,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg'),(1446,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg'),(1447,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg'),(1448,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),(1449,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),(1450,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),(1451,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),(1452,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),(1453,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),(1454,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php'),(1455,'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),(1456,'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),(1457,'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),(1458,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),(1459,'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),(1460,'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),(1461,'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php'),(1462,'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),(1463,'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),(1464,'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),(1465,'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),(1466,'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),(1467,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),(1468,'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),(1469,'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),(1470,'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),(1471,'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),(1472,'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),(1473,'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),(1474,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),(1475,'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php'),(1476,'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),(1477,'wp-content/plugins/js_composer/config/content/vc-icon-element.php'),(1478,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),(1479,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),(1480,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),(1481,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),(1482,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php'),(1483,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),(1484,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),(1485,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php'),(1486,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),(1487,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),(1488,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),(1489,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),(1490,'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),(1491,'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),(1492,'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),(1493,'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),(1494,'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),(1495,'wp-content/plugins/js_composer/config/lean-map.php'),(1496,'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),(1497,'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php'),(1498,'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),(1499,'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),(1500,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),(1501,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),(1502,'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),(1503,'wp-content/plugins/js_composer/config/templates.php'),(1504,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),(1505,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),(1506,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),(1507,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),(1508,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),(1509,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),(1510,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),(1511,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),(1512,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php'),(1513,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),(1514,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),(1515,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),(1516,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),(1517,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),(1518,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),(1519,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),(1520,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),(1521,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),(1522,'wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php'),(1523,'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),(1524,'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php'),(1525,'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),(1526,'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),(1527,'wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php'),(1528,'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),(1529,'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),(1530,'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),(1531,'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),(1532,'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),(1533,'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),(1534,'wp-content/plugins/js_composer/include/autoload/params/hidden.php'),(1535,'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),(1536,'wp-content/plugins/js_composer/include/autoload/params-to-init.php'),(1537,'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),(1538,'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),(1539,'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),(1540,'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),(1541,'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),(1542,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),(1543,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),(1544,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),(1545,'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),(1546,'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),(1547,'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),(1548,'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),(1549,'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),(1550,'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),(1551,'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),(1552,'wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),(1553,'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php'),(1554,'wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),(1555,'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),(1556,'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),(1557,'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php'),(1558,'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),(1559,'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),(1560,'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),(1561,'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),(1562,'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),(1563,'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),(1564,'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),(1565,'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php'),(1566,'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),(1567,'wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php'),(1568,'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),(1569,'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),(1570,'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),(1571,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),(1572,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),(1573,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),(1574,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),(1575,'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),(1576,'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),(1577,'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),(1578,'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),(1579,'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),(1580,'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),(1581,'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),(1582,'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),(1583,'wp-content/plugins/js_composer/include/classes/core/interfaces.php'),(1584,'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php'),(1585,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php'),(1586,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php'),(1587,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php'),(1588,'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),(1589,'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),(1590,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),(1591,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),(1592,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php'),(1593,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),(1594,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),(1595,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),(1596,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),(1597,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php'),(1598,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),(1599,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),(1600,'wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php'),(1601,'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),(1602,'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),(1603,'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),(1604,'wp-content/plugins/js_composer/include/classes/shortcodes/example.php'),(1605,'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),(1606,'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),(1607,'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),(1608,'wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php'),(1609,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),(1610,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),(1611,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),(1612,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),(1613,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),(1614,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),(1615,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php'),(1616,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),(1617,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),(1618,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),(1619,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),(1620,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),(1621,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),(1622,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),(1623,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),(1624,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),(1625,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),(1626,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),(1627,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),(1628,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),(1629,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),(1630,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),(1631,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),(1632,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),(1633,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),(1634,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),(1635,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),(1636,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),(1637,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),(1638,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),(1639,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),(1640,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),(1641,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),(1642,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),(1643,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),(1644,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),(1645,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),(1646,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php'),(1647,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php'),(1648,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),(1649,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),(1650,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),(1651,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),(1652,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),(1653,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),(1654,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),(1655,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),(1656,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),(1657,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php'),(1658,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),(1659,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),(1660,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),(1661,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),(1662,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),(1663,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),(1664,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),(1665,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php'),(1666,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),(1667,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),(1668,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),(1669,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),(1670,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),(1671,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),(1672,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),(1673,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),(1674,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),(1675,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),(1676,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),(1677,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),(1678,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),(1679,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),(1680,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),(1681,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),(1682,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php'),(1683,'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),(1684,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),(1685,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),(1686,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),(1687,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),(1688,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),(1689,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),(1690,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),(1691,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),(1692,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),(1693,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),(1694,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),(1695,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),(1696,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),(1697,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),(1698,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),(1699,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),(1700,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),(1701,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),(1702,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),(1703,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),(1704,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),(1705,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),(1706,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),(1707,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),(1708,'wp-content/plugins/js_composer/include/helpers/filters.php'),(1709,'wp-content/plugins/js_composer/include/helpers/helpers.php'),(1710,'wp-content/plugins/js_composer/include/helpers/helpers_api.php'),(1711,'wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php'),(1712,'wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),(1713,'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),(1714,'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),(1715,'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),(1716,'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),(1717,'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),(1718,'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),(1719,'wp-content/plugins/js_composer/include/params/default_params.php'),(1720,'wp-content/plugins/js_composer/include/params/el_id/el_id.php'),(1721,'wp-content/plugins/js_composer/include/params/font_container/font_container.php'),(1722,'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),(1723,'wp-content/plugins/js_composer/include/params/gutenberg/class-gutenberg-param.php'),(1724,'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php'),(1725,'wp-content/plugins/js_composer/include/params/hidden/hidden.php'),(1726,'wp-content/plugins/js_composer/include/params/href/href.php'),(1727,'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),(1728,'wp-content/plugins/js_composer/include/params/load.php'),(1729,'wp-content/plugins/js_composer/include/params/loop/loop.php'),(1730,'wp-content/plugins/js_composer/include/params/options/options.php'),(1731,'wp-content/plugins/js_composer/include/params/param_group/param_group.php'),(1732,'wp-content/plugins/js_composer/include/params/params.php'),(1733,'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),(1734,'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),(1735,'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),(1736,'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),(1737,'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),(1738,'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),(1739,'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),(1740,'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),(1741,'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),(1742,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),(1743,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),(1744,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),(1745,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),(1746,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),(1747,'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),(1748,'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),(1749,'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),(1750,'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),(1751,'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),(1752,'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),(1753,'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),(1754,'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),(1755,'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),(1756,'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),(1757,'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),(1758,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),(1759,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),(1760,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),(1761,'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),(1762,'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),(1763,'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php'),(1764,'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php'),(1765,'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),(1766,'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),(1767,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),(1768,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php'),(1769,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),(1770,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),(1771,'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),(1772,'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),(1773,'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),(1774,'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php'),(1775,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),(1776,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),(1777,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),(1778,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),(1779,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),(1780,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php'),(1781,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),(1782,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),(1783,'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),(1784,'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),(1785,'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),(1786,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),(1787,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php'),(1788,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),(1789,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),(1790,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php'),(1791,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),(1792,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),(1793,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),(1794,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),(1795,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),(1796,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),(1797,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),(1798,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),(1799,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),(1800,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),(1801,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),(1802,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),(1803,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),(1804,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),(1805,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),(1806,'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),(1807,'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),(1808,'wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),(1809,'wp-content/plugins/js_composer/include/templates/params/options/templates.html'),(1810,'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),(1811,'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),(1812,'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),(1813,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),(1814,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),(1815,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),(1816,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),(1817,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),(1818,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),(1819,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),(1820,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),(1821,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),(1822,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),(1823,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),(1824,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),(1825,'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),(1826,'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),(1827,'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),(1828,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),(1829,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),(1830,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),(1831,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),(1832,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),(1833,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),(1834,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),(1835,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php'),(1836,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),(1837,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),(1838,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),(1839,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),(1840,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),(1841,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),(1842,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),(1843,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),(1844,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),(1845,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),(1846,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),(1847,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),(1848,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php'),(1849,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),(1850,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),(1851,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),(1852,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),(1853,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),(1854,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),(1855,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),(1856,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),(1857,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),(1858,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),(1859,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),(1860,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),(1861,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),(1862,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php'),(1863,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php'),(1864,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php'),(1865,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),(1866,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),(1867,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),(1868,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),(1869,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),(1870,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),(1871,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),(1872,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php'),(1873,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),(1874,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),(1875,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),(1876,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),(1877,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),(1878,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),(1879,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php'),(1880,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),(1881,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),(1882,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),(1883,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),(1884,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),(1885,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),(1886,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),(1887,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),(1888,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),(1889,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),(1890,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),(1891,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),(1892,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),(1893,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),(1894,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),(1895,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),(1896,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),(1897,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),(1898,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),(1899,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),(1900,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),(1901,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),(1902,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),(1903,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),(1904,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),(1905,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php'),(1906,'wp-content/plugins/js_composer/include/templates/teaser.html.php'),(1907,'wp-content/plugins/js_composer/index.php'),(1908,'wp-content/plugins/js_composer/js_composer.php'),(1909,'wp-content/plugins/js_composer/vc_classmap.json.php'),(1910,'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php'),(1911,'wp-content/plugins/loco-translate/languages/loco-translate.pot'),(1912,'wp-content/plugins/loco-translate/lib/compiled/README.md'),(1913,'wp-content/plugins/loco-translate/lib/compiled/gettext.php'),(1914,'wp-content/plugins/loco-translate/lib/compiled/locales.php'),(1915,'wp-content/plugins/loco-translate/lib/compiled/phpunit.php'),(1916,'wp-content/plugins/loco-translate/lib/data/languages.php'),(1917,'wp-content/plugins/loco-translate/lib/data/locales.php'),(1918,'wp-content/plugins/loco-translate/lib/data/plurals.php'),(1919,'wp-content/plugins/loco-translate/lib/data/regions.php'),(1920,'wp-content/plugins/loco-translate/loco.php'),(1921,'wp-content/plugins/loco-translate/loco.xml'),(1922,'wp-content/plugins/loco-translate/pub/css/admin.css'),(1923,'wp-content/plugins/loco-translate/pub/css/bundle.css'),(1924,'wp-content/plugins/loco-translate/pub/css/config.css'),(1925,'wp-content/plugins/loco-translate/pub/css/editor.css'),(1926,'wp-content/plugins/loco-translate/pub/css/fileinfo.css'),(1927,'wp-content/plugins/loco-translate/pub/css/locale.css'),(1928,'wp-content/plugins/loco-translate/pub/css/podiff.css'),(1929,'wp-content/plugins/loco-translate/pub/css/poinit.css'),(1930,'wp-content/plugins/loco-translate/pub/css/poview.css'),(1931,'wp-content/plugins/loco-translate/pub/css/skins/blue.css'),(1932,'wp-content/plugins/loco-translate/pub/css/skins/coffee.css'),(1933,'wp-content/plugins/loco-translate/pub/css/skins/ectoplasm.css'),(1934,'wp-content/plugins/loco-translate/pub/css/skins/light.css'),(1935,'wp-content/plugins/loco-translate/pub/css/skins/midnight.css'),(1936,'wp-content/plugins/loco-translate/pub/css/skins/modern.css'),(1937,'wp-content/plugins/loco-translate/pub/css/skins/ocean.css'),(1938,'wp-content/plugins/loco-translate/pub/css/skins/sunrise.css'),(1939,'wp-content/plugins/loco-translate/pub/font/loco.eot'),(1940,'wp-content/plugins/loco-translate/pub/font/loco.svg'),(1941,'wp-content/plugins/loco-translate/pub/font/loco.ttf'),(1942,'wp-content/plugins/loco-translate/pub/font/loco.woff'),(1943,'wp-content/plugins/loco-translate/pub/img/api/deepl.png'),(1944,'wp-content/plugins/loco-translate/pub/img/api/google.png'),(1945,'wp-content/plugins/loco-translate/pub/img/api/microsoft.png'),(1946,'wp-content/plugins/loco-translate/pub/img/flags.png'),(1947,'wp-content/plugins/loco-translate/pub/img/logo-foot.gif'),(1948,'wp-content/plugins/loco-translate/pub/img/skins/blue/spin-primary-button.gif'),(1949,'wp-content/plugins/loco-translate/pub/img/skins/coffee/spin-primary-button.gif'),(1950,'wp-content/plugins/loco-translate/pub/img/skins/ectoplasm/spin-primary-button.gif'),(1951,'wp-content/plugins/loco-translate/pub/img/skins/fresh/spin-primary-button.gif'),(1952,'wp-content/plugins/loco-translate/pub/img/skins/light/spin-primary-button.gif'),(1953,'wp-content/plugins/loco-translate/pub/img/skins/midnight/spin-primary-button.gif'),(1954,'wp-content/plugins/loco-translate/pub/img/skins/modern/spin-primary-button.gif'),(1955,'wp-content/plugins/loco-translate/pub/img/skins/ocean/spin-primary-button.gif'),(1956,'wp-content/plugins/loco-translate/pub/img/skins/sunrise/spin-primary-button.gif'),(1957,'wp-content/plugins/loco-translate/pub/img/spin-editor-button.gif'),(1958,'wp-content/plugins/loco-translate/pub/img/spin-modal.gif'),(1959,'wp-content/plugins/loco-translate/pub/img/wg/splitx.png'),(1960,'wp-content/plugins/loco-translate/pub/img/wg/splity.png'),(1961,'wp-content/plugins/loco-translate/pub/js/min/admin.js'),(1962,'wp-content/plugins/loco-translate/pub/js/min/config.js'),(1963,'wp-content/plugins/loco-translate/pub/js/min/debug.js'),(1964,'wp-content/plugins/loco-translate/pub/js/min/delete.js'),(1965,'wp-content/plugins/loco-translate/pub/js/min/editor.js'),(1966,'wp-content/plugins/loco-translate/pub/js/min/move.js'),(1967,'wp-content/plugins/loco-translate/pub/js/min/podiff.js'),(1968,'wp-content/plugins/loco-translate/pub/js/min/poinit.js'),(1969,'wp-content/plugins/loco-translate/pub/js/min/potinit.js'),(1970,'wp-content/plugins/loco-translate/pub/js/min/poview.js'),(1971,'wp-content/plugins/loco-translate/pub/js/min/setup.js'),(1972,'wp-content/plugins/loco-translate/readme.txt'),(1973,'wp-content/plugins/loco-translate/src/Locale.php'),(1974,'wp-content/plugins/loco-translate/src/admin/DebugController.php'),(1975,'wp-content/plugins/loco-translate/src/admin/ErrorController.php'),(1976,'wp-content/plugins/loco-translate/src/admin/Navigation.php'),(1977,'wp-content/plugins/loco-translate/src/admin/RedirectController.php'),(1978,'wp-content/plugins/loco-translate/src/admin/RootController.php'),(1979,'wp-content/plugins/loco-translate/src/admin/bundle/BaseController.php'),(1980,'wp-content/plugins/loco-translate/src/admin/bundle/ConfController.php'),(1981,'wp-content/plugins/loco-translate/src/admin/bundle/DebugController.php'),(1982,'wp-content/plugins/loco-translate/src/admin/bundle/LocaleController.php'),(1983,'wp-content/plugins/loco-translate/src/admin/bundle/SetupController.php'),(1984,'wp-content/plugins/loco-translate/src/admin/bundle/ViewController.php'),(1985,'wp-content/plugins/loco-translate/src/admin/config/ApisController.php'),(1986,'wp-content/plugins/loco-translate/src/admin/config/BaseController.php'),(1987,'wp-content/plugins/loco-translate/src/admin/config/DebugController.php'),(1988,'wp-content/plugins/loco-translate/src/admin/config/PrefsController.php'),(1989,'wp-content/plugins/loco-translate/src/admin/config/SettingsController.php'),(1990,'wp-content/plugins/loco-translate/src/admin/config/VersionController.php'),(1991,'wp-content/plugins/loco-translate/src/admin/file/BaseController.php'),(1992,'wp-content/plugins/loco-translate/src/admin/file/DeleteController.php'),(1993,'wp-content/plugins/loco-translate/src/admin/file/DiffController.php'),(1994,'wp-content/plugins/loco-translate/src/admin/file/EditController.php'),(1995,'wp-content/plugins/loco-translate/src/admin/file/InfoController.php'),(1996,'wp-content/plugins/loco-translate/src/admin/file/MoveController.php'),(1997,'wp-content/plugins/loco-translate/src/admin/file/ViewController.php'),(1998,'wp-content/plugins/loco-translate/src/admin/init/BaseController.php'),(1999,'wp-content/plugins/loco-translate/src/admin/init/InitPoController.php'),(2000,'wp-content/plugins/loco-translate/src/admin/init/InitPotController.php'),(2001,'wp-content/plugins/loco-translate/src/admin/list/BaseController.php'),(2002,'wp-content/plugins/loco-translate/src/admin/list/CoreController.php'),(2003,'wp-content/plugins/loco-translate/src/admin/list/LocalesController.php'),(2004,'wp-content/plugins/loco-translate/src/admin/list/PluginsController.php'),(2005,'wp-content/plugins/loco-translate/src/admin/list/ThemesController.php'),(2006,'wp-content/plugins/loco-translate/src/ajax/ApisController.php'),(2007,'wp-content/plugins/loco-translate/src/ajax/DiffController.php'),(2008,'wp-content/plugins/loco-translate/src/ajax/DownloadConfController.php'),(2009,'wp-content/plugins/loco-translate/src/ajax/DownloadController.php'),(2010,'wp-content/plugins/loco-translate/src/ajax/FsConnectController.php'),(2011,'wp-content/plugins/loco-translate/src/ajax/FsReferenceController.php'),(2012,'wp-content/plugins/loco-translate/src/ajax/MsginitController.php'),(2013,'wp-content/plugins/loco-translate/src/ajax/PingController.php'),(2014,'wp-content/plugins/loco-translate/src/ajax/SaveController.php'),(2015,'wp-content/plugins/loco-translate/src/ajax/SyncController.php'),(2016,'wp-content/plugins/loco-translate/src/ajax/XgettextController.php'),(2017,'wp-content/plugins/loco-translate/src/ajax/common/BundleController.php'),(2018,'wp-content/plugins/loco-translate/src/api/Providers.php'),(2019,'wp-content/plugins/loco-translate/src/api/WordPressFileSystem.php'),(2020,'wp-content/plugins/loco-translate/src/api/WordPressTranslations.php'),(2021,'wp-content/plugins/loco-translate/src/compat/CtypeExtension.php'),(2022,'wp-content/plugins/loco-translate/src/compat/Failure.php'),(2023,'wp-content/plugins/loco-translate/src/compat/JsonExtension.php'),(2024,'wp-content/plugins/loco-translate/src/compat/JsonSerializable.php'),(2025,'wp-content/plugins/loco-translate/src/compat/MbstringExtension.php'),(2026,'wp-content/plugins/loco-translate/src/compat/PosixExtension.php'),(2027,'wp-content/plugins/loco-translate/src/compat/TokenizerExtension.php'),(2028,'wp-content/plugins/loco-translate/src/config/ArrayModel.php'),(2029,'wp-content/plugins/loco-translate/src/config/BundleReader.php'),(2030,'wp-content/plugins/loco-translate/src/config/BundleWriter.php'),(2031,'wp-content/plugins/loco-translate/src/config/CustomSaved.php'),(2032,'wp-content/plugins/loco-translate/src/config/FormModel.php'),(2033,'wp-content/plugins/loco-translate/src/config/Model.php'),(2034,'wp-content/plugins/loco-translate/src/config/XMLModel.php'),(2035,'wp-content/plugins/loco-translate/src/data/CompiledData.php'),(2036,'wp-content/plugins/loco-translate/src/data/Cookie.php'),(2037,'wp-content/plugins/loco-translate/src/data/Option.php'),(2038,'wp-content/plugins/loco-translate/src/data/Permissions.php'),(2039,'wp-content/plugins/loco-translate/src/data/Preferences.php'),(2040,'wp-content/plugins/loco-translate/src/data/RecentItems.php'),(2041,'wp-content/plugins/loco-translate/src/data/Serializable.php'),(2042,'wp-content/plugins/loco-translate/src/data/Session.php'),(2043,'wp-content/plugins/loco-translate/src/data/Settings.php'),(2044,'wp-content/plugins/loco-translate/src/data/Transient.php'),(2045,'wp-content/plugins/loco-translate/src/data/Upload.php'),(2046,'wp-content/plugins/loco-translate/src/error/AdminNotices.php'),(2047,'wp-content/plugins/loco-translate/src/error/Debug.php'),(2048,'wp-content/plugins/loco-translate/src/error/Exception.php'),(2049,'wp-content/plugins/loco-translate/src/error/LocaleException.php'),(2050,'wp-content/plugins/loco-translate/src/error/Notice.php'),(2051,'wp-content/plugins/loco-translate/src/error/ParseException.php'),(2052,'wp-content/plugins/loco-translate/src/error/Success.php'),(2053,'wp-content/plugins/loco-translate/src/error/UploadException.php'),(2054,'wp-content/plugins/loco-translate/src/error/Warning.php'),(2055,'wp-content/plugins/loco-translate/src/error/WriteException.php'),(2056,'wp-content/plugins/loco-translate/src/error/XmlParseException.php'),(2057,'wp-content/plugins/loco-translate/src/fs/Directory.php'),(2058,'wp-content/plugins/loco-translate/src/fs/DummyFile.php'),(2059,'wp-content/plugins/loco-translate/src/fs/File.php'),(2060,'wp-content/plugins/loco-translate/src/fs/FileFinder.php'),(2061,'wp-content/plugins/loco-translate/src/fs/FileList.php'),(2062,'wp-content/plugins/loco-translate/src/fs/FileListInterface.php'),(2063,'wp-content/plugins/loco-translate/src/fs/FileMode.php'),(2064,'wp-content/plugins/loco-translate/src/fs/FileWriter.php'),(2065,'wp-content/plugins/loco-translate/src/fs/Link.php'),(2066,'wp-content/plugins/loco-translate/src/fs/LocaleDirectory.php'),(2067,'wp-content/plugins/loco-translate/src/fs/LocaleFile.php'),(2068,'wp-content/plugins/loco-translate/src/fs/LocaleFileList.php'),(2069,'wp-content/plugins/loco-translate/src/fs/Locations.php'),(2070,'wp-content/plugins/loco-translate/src/fs/Revisions.php'),(2071,'wp-content/plugins/loco-translate/src/fs/Siblings.php'),(2072,'wp-content/plugins/loco-translate/src/gettext/Data.php'),(2073,'wp-content/plugins/loco-translate/src/gettext/Extraction.php'),(2074,'wp-content/plugins/loco-translate/src/gettext/Metadata.php'),(2075,'wp-content/plugins/loco-translate/src/gettext/SearchPaths.php'),(2076,'wp-content/plugins/loco-translate/src/gettext/WordCount.php'),(2077,'wp-content/plugins/loco-translate/src/hooks/AdminHooks.php'),(2078,'wp-content/plugins/loco-translate/src/hooks/Hookable.php'),(2079,'wp-content/plugins/loco-translate/src/hooks/LoadHelper.php'),(2080,'wp-content/plugins/loco-translate/src/hooks/TranslateBuffer.php'),(2081,'wp-content/plugins/loco-translate/src/js/Strings.php'),(2082,'wp-content/plugins/loco-translate/src/mvc/AdminController.php'),(2083,'wp-content/plugins/loco-translate/src/mvc/AdminRouter.php'),(2084,'wp-content/plugins/loco-translate/src/mvc/AjaxController.php'),(2085,'wp-content/plugins/loco-translate/src/mvc/AjaxRouter.php'),(2086,'wp-content/plugins/loco-translate/src/mvc/Controller.php'),(2087,'wp-content/plugins/loco-translate/src/mvc/FileParams.php'),(2088,'wp-content/plugins/loco-translate/src/mvc/HiddenFields.php'),(2089,'wp-content/plugins/loco-translate/src/mvc/PostParams.php'),(2090,'wp-content/plugins/loco-translate/src/mvc/View.php'),(2091,'wp-content/plugins/loco-translate/src/mvc/ViewParams.php'),(2092,'wp-content/plugins/loco-translate/src/output/Buffer.php'),(2093,'wp-content/plugins/loco-translate/src/output/DiffRenderer.php'),(2094,'wp-content/plugins/loco-translate/src/package/Bundle.php'),(2095,'wp-content/plugins/loco-translate/src/package/Core.php'),(2096,'wp-content/plugins/loco-translate/src/package/Debugger.php'),(2097,'wp-content/plugins/loco-translate/src/package/Header.php'),(2098,'wp-content/plugins/loco-translate/src/package/Inverter.php'),(2099,'wp-content/plugins/loco-translate/src/package/Listener.php'),(2100,'wp-content/plugins/loco-translate/src/package/Locale.php'),(2101,'wp-content/plugins/loco-translate/src/package/Plugin.php'),(2102,'wp-content/plugins/loco-translate/src/package/Project.php'),(2103,'wp-content/plugins/loco-translate/src/package/TextDomain.php'),(2104,'wp-content/plugins/loco-translate/src/package/Theme.php'),(2105,'wp-content/plugins/loco-translate/src/test/DummyFtpConnect.php'),(2106,'wp-content/plugins/loco-translate/src/test/RecursiveException.php'),(2107,'wp-content/plugins/loco-translate/src/test/TestCase.php'),(2108,'wp-content/plugins/loco-translate/src/test/TestFilters.php'),(2109,'wp-content/plugins/loco-translate/src/test/TransientObject.php'),(2110,'wp-content/plugins/loco-translate/src/test/WordPressTestCase.php'),(2111,'wp-content/plugins/loco-translate/tpl/admin/bundle/alias.php'),(2112,'wp-content/plugins/loco-translate/tpl/admin/bundle/conf.php'),(2113,'wp-content/plugins/loco-translate/tpl/admin/bundle/debug.php'),(2114,'wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-links.php'),(2115,'wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-table.php'),(2116,'wp-content/plugins/loco-translate/tpl/admin/bundle/locale.php'),(2117,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/author.php'),(2118,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/conf.php'),(2119,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/core.php'),(2120,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/inc-nav.php'),(2121,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/meta.php'),(2122,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/none.php'),(2123,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/partial.php'),(2124,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/saved.php'),(2125,'wp-content/plugins/loco-translate/tpl/admin/bundle/setup.php'),(2126,'wp-content/plugins/loco-translate/tpl/admin/bundle/view.php'),(2127,'wp-content/plugins/loco-translate/tpl/admin/common/inc-fsconn.php'),(2128,'wp-content/plugins/loco-translate/tpl/admin/common/inc-po-header.php'),(2129,'wp-content/plugins/loco-translate/tpl/admin/common/inc-table-filter.php'),(2130,'wp-content/plugins/loco-translate/tpl/admin/config/apis.php'),(2131,'wp-content/plugins/loco-translate/tpl/admin/config/debug.php'),(2132,'wp-content/plugins/loco-translate/tpl/admin/config/prefs.php'),(2133,'wp-content/plugins/loco-translate/tpl/admin/config/settings.php'),(2134,'wp-content/plugins/loco-translate/tpl/admin/config/version.php'),(2135,'wp-content/plugins/loco-translate/tpl/admin/debug.php'),(2136,'wp-content/plugins/loco-translate/tpl/admin/errors/file-isdir.php'),(2137,'wp-content/plugins/loco-translate/tpl/admin/errors/file-missing.php'),(2138,'wp-content/plugins/loco-translate/tpl/admin/errors/file-sec.php'),(2139,'wp-content/plugins/loco-translate/tpl/admin/errors/generic.php'),(2140,'wp-content/plugins/loco-translate/tpl/admin/errors/no-backups.php'),(2141,'wp-content/plugins/loco-translate/tpl/admin/errors/no-locale.php'),(2142,'wp-content/plugins/loco-translate/tpl/admin/errors/no-tokenizer.php'),(2143,'wp-content/plugins/loco-translate/tpl/admin/file/delete.php'),(2144,'wp-content/plugins/loco-translate/tpl/admin/file/diff.php'),(2145,'wp-content/plugins/loco-translate/tpl/admin/file/edit-po.php'),(2146,'wp-content/plugins/loco-translate/tpl/admin/file/edit-pot.php'),(2147,'wp-content/plugins/loco-translate/tpl/admin/file/editor.php'),(2148,'wp-content/plugins/loco-translate/tpl/admin/file/info-mo.php'),(2149,'wp-content/plugins/loco-translate/tpl/admin/file/info-other.php'),(2150,'wp-content/plugins/loco-translate/tpl/admin/file/info-po.php'),(2151,'wp-content/plugins/loco-translate/tpl/admin/file/info-pot.php'),(2152,'wp-content/plugins/loco-translate/tpl/admin/file/info.php'),(2153,'wp-content/plugins/loco-translate/tpl/admin/file/move-po.php'),(2154,'wp-content/plugins/loco-translate/tpl/admin/file/move-pot.php'),(2155,'wp-content/plugins/loco-translate/tpl/admin/file/move.php'),(2156,'wp-content/plugins/loco-translate/tpl/admin/file/msgcat.php'),(2157,'wp-content/plugins/loco-translate/tpl/admin/file/view-mo.php'),(2158,'wp-content/plugins/loco-translate/tpl/admin/file/view-po.php'),(2159,'wp-content/plugins/loco-translate/tpl/admin/file/view-pot.php'),(2160,'wp-content/plugins/loco-translate/tpl/admin/file/view.php'),(2161,'wp-content/plugins/loco-translate/tpl/admin/help/side-bar.php'),(2162,'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-conf.php'),(2163,'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-setup.php'),(2164,'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-view.php'),(2165,'wp-content/plugins/loco-translate/tpl/admin/help/tab-config-apis.php'),(2166,'wp-content/plugins/loco-translate/tpl/admin/help/tab-config.php'),(2167,'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-edit.php'),(2168,'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-info.php'),(2169,'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-view.php'),(2170,'wp-content/plugins/loco-translate/tpl/admin/help/tab-home.php'),(2171,'wp-content/plugins/loco-translate/tpl/admin/help/tab-init-po.php'),(2172,'wp-content/plugins/loco-translate/tpl/admin/help/tab-init-pot.php'),(2173,'wp-content/plugins/loco-translate/tpl/admin/help/tab-list-bundles.php'),(2174,'wp-content/plugins/loco-translate/tpl/admin/help/tab-list-locales.php'),(2175,'wp-content/plugins/loco-translate/tpl/admin/help/tab-locale-view.php'),(2176,'wp-content/plugins/loco-translate/tpl/admin/help/tab-support.php'),(2177,'wp-content/plugins/loco-translate/tpl/admin/init/init-po.php'),(2178,'wp-content/plugins/loco-translate/tpl/admin/init/init-pot.php'),(2179,'wp-content/plugins/loco-translate/tpl/admin/init/init-prompt.php'),(2180,'wp-content/plugins/loco-translate/tpl/admin/layout.php'),(2181,'wp-content/plugins/loco-translate/tpl/admin/list/bundles.php'),(2182,'wp-content/plugins/loco-translate/tpl/admin/list/inc-table.php'),(2183,'wp-content/plugins/loco-translate/tpl/admin/list/locales.php'),(2184,'wp-content/plugins/loco-translate/tpl/admin/root.php'),(2185,'wp-content/plugins/loco-translate/tpl/debug/dump.php'),(2186,'wp-content/plugins/loco-translate/tpl/debug/xml.php'),(2187,'wp-content/plugins/popups/LICENSE.txt'),(2188,'wp-content/plugins/popups/README.txt'),(2189,'wp-content/plugins/popups/admin/assets/css/admin.css'),(2190,'wp-content/plugins/popups/admin/assets/css/editor-style.css'),(2191,'wp-content/plugins/popups/admin/assets/css/index.php'),(2192,'wp-content/plugins/popups/admin/assets/js/ace.js'),(2193,'wp-content/plugins/popups/admin/assets/js/admin.js'),(2194,'wp-content/plugins/popups/admin/assets/js/index.php'),(2195,'wp-content/plugins/popups/admin/assets/js/mode-css.js'),(2196,'wp-content/plugins/popups/admin/assets/js/popup.png'),(2197,'wp-content/plugins/popups/admin/assets/js/spu-tinymce.js'),(2198,'wp-content/plugins/popups/admin/assets/js/worker-css.js'),(2199,'wp-content/plugins/popups/admin/class-social-popup-admin.php'),(2200,'wp-content/plugins/popups/admin/includes/class-spu-notices.php'),(2201,'wp-content/plugins/popups/admin/includes/class-spu-upgrader.php'),(2202,'wp-content/plugins/popups/admin/includes/class-welcome.php'),(2203,'wp-content/plugins/popups/admin/includes/index.php'),(2204,'wp-content/plugins/popups/admin/includes/tinymce-editor.php'),(2205,'wp-content/plugins/popups/admin/views/index.php'),(2206,'wp-content/plugins/popups/admin/views/metaboxes/metabox-appearance.php'),(2207,'wp-content/plugins/popups/admin/views/metaboxes/metabox-donate.php'),(2208,'wp-content/plugins/popups/admin/views/metaboxes/metabox-help.php'),(2209,'wp-content/plugins/popups/admin/views/metaboxes/metabox-options.php'),(2210,'wp-content/plugins/popups/admin/views/metaboxes/metabox-premium.php'),(2211,'wp-content/plugins/popups/admin/views/metaboxes/metabox-rules.php'),(2212,'wp-content/plugins/popups/admin/views/metaboxes/metabox-support.php'),(2213,'wp-content/plugins/popups/admin/views/metaboxes/metabox-video.php'),(2214,'wp-content/plugins/popups/admin/views/settings-page.php'),(2215,'wp-content/plugins/popups/composer.json'),(2216,'wp-content/plugins/popups/composer.lock'),(2217,'wp-content/plugins/popups/includes/class-spu-helper.php'),(2218,'wp-content/plugins/popups/includes/index.php'),(2219,'wp-content/plugins/popups/includes/updates-msg.html'),(2220,'wp-content/plugins/popups/index.php'),(2221,'wp-content/plugins/popups/languages/index.php'),(2222,'wp-content/plugins/popups/languages/popups-de_DE.mo'),(2223,'wp-content/plugins/popups/languages/popups-de_DE.po'),(2224,'wp-content/plugins/popups/languages/popups-es_ES.mo'),(2225,'wp-content/plugins/popups/languages/popups-es_ES.po'),(2226,'wp-content/plugins/popups/languages/popups-fr_FR .mo'),(2227,'wp-content/plugins/popups/languages/popups-fr_FR .po'),(2228,'wp-content/plugins/popups/languages/popups-ru_RU.mo'),(2229,'wp-content/plugins/popups/languages/popups-ru_RU.po'),(2230,'wp-content/plugins/popups/languages/popups-sk_SK.mo'),(2231,'wp-content/plugins/popups/languages/popups-sk_SK.po'),(2232,'wp-content/plugins/popups/languages/popups-sr_RS.mo'),(2233,'wp-content/plugins/popups/languages/popups-sr_RS.po'),(2234,'wp-content/plugins/popups/languages/popups.mo'),(2235,'wp-content/plugins/popups/languages/popups.pot'),(2236,'wp-content/plugins/popups/popups.php'),(2237,'wp-content/plugins/popups/public/assets/css/index.php'),(2238,'wp-content/plugins/popups/public/assets/css/public.css'),(2239,'wp-content/plugins/popups/public/assets/fonts/spufont.eot'),(2240,'wp-content/plugins/popups/public/assets/fonts/spufont.svg'),(2241,'wp-content/plugins/popups/public/assets/fonts/spufont.ttf'),(2242,'wp-content/plugins/popups/public/assets/fonts/spufont.woff'),(2243,'wp-content/plugins/popups/public/assets/index.php'),(2244,'wp-content/plugins/popups/public/assets/js/index.php'),(2245,'wp-content/plugins/popups/public/assets/js/public.js'),(2246,'wp-content/plugins/popups/public/class-social-popup.php'),(2247,'wp-content/plugins/popups/public/includes/class-spu-rules.php'),(2248,'wp-content/plugins/popups/public/includes/index.php'),(2249,'wp-content/plugins/popups/public/views/index.php'),(2250,'wp-content/plugins/popups/public/views/popup.php'),(2251,'wp-content/plugins/popups/uninstall.php'),(2252,'wp-content/plugins/popups/vendor/autoload.php'),(2253,'wp-content/plugins/popups/vendor/cbschuld/browser.php/.gitignore'),(2254,'wp-content/plugins/popups/vendor/cbschuld/browser.php/.travis.yml'),(2255,'wp-content/plugins/popups/vendor/cbschuld/browser.php/LICENSE.md'),(2256,'wp-content/plugins/popups/vendor/cbschuld/browser.php/README.md'),(2257,'wp-content/plugins/popups/vendor/cbschuld/browser.php/composer.json'),(2258,'wp-content/plugins/popups/vendor/cbschuld/browser.php/lib/Browser.php'),(2259,'wp-content/plugins/popups/vendor/cbschuld/browser.php/phpunit.xml.dist'),(2260,'wp-content/plugins/popups/vendor/composer/ClassLoader.php'),(2261,'wp-content/plugins/popups/vendor/composer/LICENSE'),(2262,'wp-content/plugins/popups/vendor/composer/autoload_classmap.php'),(2263,'wp-content/plugins/popups/vendor/composer/autoload_files.php'),(2264,'wp-content/plugins/popups/vendor/composer/autoload_namespaces.php'),(2265,'wp-content/plugins/popups/vendor/composer/autoload_psr4.php'),(2266,'wp-content/plugins/popups/vendor/composer/autoload_real.php'),(2267,'wp-content/plugins/popups/vendor/composer/autoload_static.php'),(2268,'wp-content/plugins/popups/vendor/composer/installed.json'),(2269,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/LICENSE'),(2270,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/README.md'),(2271,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/composer.json'),(2272,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/export.php'),(2273,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Crawlers.json'),(2274,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Crawlers.txt'),(2275,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Exclusions.json'),(2276,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Exclusions.txt'),(2277,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Headers.json'),(2278,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/raw/Headers.txt'),(2279,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/CrawlerDetect.php'),(2280,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/AbstractProvider.php'),(2281,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/Crawlers.php'),(2282,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/Exclusions.php'),(2283,'wp-content/plugins/popups/vendor/jaybizzle/crawler-detect/src/Fixtures/Headers.php'),(2284,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/LICENSE.txt'),(2285,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.json'),(2286,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php'),(2287,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/README.md'),(2288,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/composer.json'),(2289,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/composer.lock'),(2290,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/CONTRIBUTING.md'),(2291,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/HISTORY.md'),(2292,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/ISSUE_TEMPLATE.md'),(2293,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/docs/KNOWN_LIMITATIONS.md'),(2294,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/export/exportToJSON.php'),(2295,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php'),(2296,'wp-content/plugins/popups/vendor/mobiledetect/mobiledetectlib/phpcs.xml'),(2297,'wp-content/plugins/qode-restaurant/admin/options/restaurant/map.php'),(2298,'wp-content/plugins/qode-restaurant/assets/custom-styles/restaurant.php'),(2299,'wp-content/plugins/qode-restaurant/assets/js/qode-restaurant.js'),(2300,'wp-content/plugins/qode-restaurant/assets/js/qode-restaurant.min.js'),(2301,'wp-content/plugins/qode-restaurant/const.php'),(2302,'wp-content/plugins/qode-restaurant/helpers.php'),(2303,'wp-content/plugins/qode-restaurant/lib/post-type-interface.php'),(2304,'wp-content/plugins/qode-restaurant/lib/shortcode-functions.php'),(2305,'wp-content/plugins/qode-restaurant/lib/shortcode-interface.php'),(2306,'wp-content/plugins/qode-restaurant/lib/shortcode-loader.php'),(2307,'wp-content/plugins/qode-restaurant/load.php'),(2308,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/assets/js/reservation-form.js'),(2309,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/functions.php'),(2310,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/load.php'),(2311,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/reservation-form.php'),(2312,'wp-content/plugins/qode-restaurant/modules/shortcodes/reservation-form/templates/reservation-form.php'),(2313,'wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/functions.php'),(2314,'wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/load.php'),(2315,'wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/restaurant-timeline.php'),(2316,'wp-content/plugins/qode-restaurant/modules/shortcodes/restaurant-timeline/templates/restaurant-timeline-template.php'),(2317,'wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/functions.php'),(2318,'wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/load.php'),(2319,'wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/templates/working-hours-template.php'),(2320,'wp-content/plugins/qode-restaurant/modules/shortcodes/working-hours/working-hours.php'),(2321,'wp-content/plugins/qode-restaurant/post-types/post-types-functions.php'),(2322,'wp-content/plugins/qode-restaurant/post-types/post-types-register.php'),(2323,'wp-content/plugins/qode-restaurant/post-types/restaurant-menu/admin/meta-boxes/restaurant-menu-meta-boxes.php'),(2324,'wp-content/plugins/qode-restaurant/post-types/restaurant-menu/helper-functions.php'),(2325,'wp-content/plugins/qode-restaurant/post-types/restaurant-menu/load.php'),(2326,'wp-content/plugins/qode-restaurant/post-types/restaurant-menu/restaurant-menu-register.php'),(2327,'wp-content/plugins/qode-restaurant/post-types/restaurant-menu/shortcodes/restaurant-menu-list.php'),(2328,'wp-content/plugins/qode-restaurant/post-types/restaurant-menu/shortcodes/shortcodes-functions.php'),(2329,'wp-content/plugins/qode-restaurant/post-types/restaurant-menu/shortcodes/templates/restaurant-menu-list-item.php'),(2330,'wp-content/plugins/qode-restaurant/qode-restaurant.php'),(2331,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg'),(2332,'wp-content/plugins/revslider/admin/assets/css/font/index.php'),(2333,'wp-content/plugins/revslider/admin/assets/css/index.php'),(2334,'wp-content/plugins/revslider/admin/assets/images/index.php'),(2335,'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php'),(2336,'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php'),(2337,'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php'),(2338,'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php'),(2339,'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php'),(2340,'wp-content/plugins/revslider/admin/assets/images/sources/index.php'),(2341,'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php'),(2342,'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php'),(2343,'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php'),(2344,'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php'),(2345,'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php'),(2346,'wp-content/plugins/revslider/admin/assets/imports/concept/index.php'),(2347,'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php'),(2348,'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php'),(2349,'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php'),(2350,'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php'),(2351,'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php'),(2352,'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php'),(2353,'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php'),(2354,'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php'),(2355,'wp-content/plugins/revslider/admin/assets/imports/gym/index.php'),(2356,'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php'),(2357,'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php'),(2358,'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php'),(2359,'wp-content/plugins/revslider/admin/assets/imports/index.php'),(2360,'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php'),(2361,'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php'),(2362,'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php'),(2363,'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php'),(2364,'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php'),(2365,'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php'),(2366,'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php'),(2367,'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php'),(2368,'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php'),(2369,'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php'),(2370,'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php'),(2371,'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php'),(2372,'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php'),(2373,'wp-content/plugins/revslider/admin/assets/imports/photography/index.php'),(2374,'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php'),(2375,'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php'),(2376,'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php'),(2377,'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php'),(2378,'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php'),(2379,'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php'),(2380,'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php'),(2381,'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php'),(2382,'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php'),(2383,'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php'),(2384,'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php'),(2385,'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php'),(2386,'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php'),(2387,'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php'),(2388,'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php'),(2389,'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php'),(2390,'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php'),(2391,'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php'),(2392,'wp-content/plugins/revslider/admin/assets/index.php'),(2393,'wp-content/plugins/revslider/admin/assets/js/admin.js'),(2394,'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js'),(2395,'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js'),(2396,'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php'),(2397,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js'),(2398,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js'),(2399,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js'),(2400,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js'),(2401,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php'),(2402,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js'),(2403,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js'),(2404,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js'),(2405,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js'),(2406,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js'),(2407,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js'),(2408,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js'),(2409,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js'),(2410,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js'),(2411,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js'),(2412,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js'),(2413,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js'),(2414,'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js'),(2415,'wp-content/plugins/revslider/admin/assets/js/context_menu.js'),(2416,'wp-content/plugins/revslider/admin/assets/js/css_editor.js'),(2417,'wp-content/plugins/revslider/admin/assets/js/edit_layers.js'),(2418,'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js'),(2419,'wp-content/plugins/revslider/admin/assets/js/index.php'),(2420,'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js'),(2421,'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js'),(2422,'wp-content/plugins/revslider/admin/assets/js/rev_admin.js'),(2423,'wp-content/plugins/revslider/admin/assets/js/settings.js'),(2424,'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js'),(2425,'wp-content/plugins/revslider/admin/assets/js/vc.js'),(2426,'wp-content/plugins/revslider/admin/index.php'),(2427,'wp-content/plugins/revslider/admin/revslider-admin.class.php'),(2428,'wp-content/plugins/revslider/admin/views/global-settings.php'),(2429,'wp-content/plugins/revslider/admin/views/index.php'),(2430,'wp-content/plugins/revslider/admin/views/master-view.php'),(2431,'wp-content/plugins/revslider/admin/views/navigation-editor.php'),(2432,'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php'),(2433,'wp-content/plugins/revslider/admin/views/slide-editor.php'),(2434,'wp-content/plugins/revslider/admin/views/slide-overview.php'),(2435,'wp-content/plugins/revslider/admin/views/slider-editor.php'),(2436,'wp-content/plugins/revslider/admin/views/slider-overview.php'),(2437,'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php'),(2438,'wp-content/plugins/revslider/admin/views/system/dialog-video.php'),(2439,'wp-content/plugins/revslider/admin/views/system/index.php'),(2440,'wp-content/plugins/revslider/admin/views/system/validation.php'),(2441,'wp-content/plugins/revslider/admin/views/templates/create-slider.php'),(2442,'wp-content/plugins/revslider/admin/views/templates/edit-slider.php'),(2443,'wp-content/plugins/revslider/admin/views/templates/index.php'),(2444,'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php'),(2445,'wp-content/plugins/revslider/admin/views/templates/slide-selector.php'),(2446,'wp-content/plugins/revslider/admin/views/templates/slide-stage.php'),(2447,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php'),(2448,'wp-content/plugins/revslider/admin/views/templates/sliders-list.php'),(2449,'wp-content/plugins/revslider/admin/views/templates/slides-list.php'),(2450,'wp-content/plugins/revslider/admin/views/templates/slides.php'),(2451,'wp-content/plugins/revslider/admin/views/templates/template-selector.php'),(2452,'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php'),(2453,'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php'),(2454,'wp-content/plugins/revslider/backup/index.php'),(2455,'wp-content/plugins/revslider/includes/extension.class.php'),(2456,'wp-content/plugins/revslider/includes/external-sources.class.php'),(2457,'wp-content/plugins/revslider/includes/framework/addon-admin.class.php'),(2458,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php'),(2459,'wp-content/plugins/revslider/includes/framework/base-admin.class.php'),(2460,'wp-content/plugins/revslider/includes/framework/base-front.class.php'),(2461,'wp-content/plugins/revslider/includes/framework/colorpicker.class.php'),(2462,'wp-content/plugins/revslider/includes/framework/cssparser.class.php'),(2463,'wp-content/plugins/revslider/includes/framework/db.class.php'),(2464,'wp-content/plugins/revslider/includes/framework/elements-base.class.php'),(2465,'wp-content/plugins/revslider/includes/framework/em-integration.class.php'),(2466,'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php'),(2467,'wp-content/plugins/revslider/includes/framework/functions.class.php'),(2468,'wp-content/plugins/revslider/includes/framework/include-framework.php'),(2469,'wp-content/plugins/revslider/includes/framework/index.php'),(2470,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php'),(2471,'wp-content/plugins/revslider/includes/framework/newsletter.class.php'),(2472,'wp-content/plugins/revslider/includes/framework/plugin-update.class.php'),(2473,'wp-content/plugins/revslider/includes/framework/update.class.php'),(2474,'wp-content/plugins/revslider/includes/framework/woocommerce.class.php'),(2475,'wp-content/plugins/revslider/includes/framework/wpml.class.php'),(2476,'wp-content/plugins/revslider/includes/globals.class.php'),(2477,'wp-content/plugins/revslider/includes/googlefonts.php'),(2478,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg'),(2479,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js'),(2480,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/frontend.blocks.js'),(2481,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/frontend.js'),(2482,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/i18n.js'),(2483,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/index.js'),(2484,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/revslider/index.js'),(2485,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/block-templates.php'),(2486,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/customizer.php'),(2487,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/enqueue-scripts.php'),(2488,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/meta-boxes.php'),(2489,'wp-content/plugins/revslider/includes/gutenberg-blocks/webpack.config.js'),(2490,'wp-content/plugins/revslider/includes/index.php'),(2491,'wp-content/plugins/revslider/includes/navigation.class.php'),(2492,'wp-content/plugins/revslider/includes/object-library.class.php'),(2493,'wp-content/plugins/revslider/includes/operations.class.php'),(2494,'wp-content/plugins/revslider/includes/output.class.php'),(2495,'wp-content/plugins/revslider/includes/page-template.class.php'),(2496,'wp-content/plugins/revslider/includes/slide.class.php'),(2497,'wp-content/plugins/revslider/includes/slider.class.php'),(2498,'wp-content/plugins/revslider/includes/template.class.php'),(2499,'wp-content/plugins/revslider/includes/tinybox.class.php'),(2500,'wp-content/plugins/revslider/includes/widget.class.php'),(2501,'wp-content/plugins/revslider/index.php'),(2502,'wp-content/plugins/revslider/languages/index.php'),(2503,'wp-content/plugins/revslider/public/assets/assets/index.php'),(2504,'wp-content/plugins/revslider/public/assets/assets/sources/index.php'),(2505,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg'),(2506,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg'),(2507,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg'),(2508,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg'),(2509,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg'),(2510,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg'),(2511,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg'),(2512,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg'),(2513,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg'),(2514,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg'),(2515,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg'),(2516,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg'),(2517,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg'),(2518,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg'),(2519,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg'),(2520,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg'),(2521,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg'),(2522,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg'),(2523,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg'),(2524,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg'),(2525,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg'),(2526,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg'),(2527,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg'),(2528,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg'),(2529,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg'),(2530,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg'),(2531,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg'),(2532,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg'),(2533,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg'),(2534,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg'),(2535,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg'),(2536,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg'),(2537,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg'),(2538,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg'),(2539,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg'),(2540,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg'),(2541,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg'),(2542,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg'),(2543,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg'),(2544,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg'),(2545,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg'),(2546,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg'),(2547,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg'),(2548,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg'),(2549,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg'),(2550,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg'),(2551,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg'),(2552,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg'),(2553,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg'),(2554,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg'),(2555,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg'),(2556,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg'),(2557,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg'),(2558,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg'),(2559,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg'),(2560,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg'),(2561,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg'),(2562,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg'),(2563,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg'),(2564,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg'),(2565,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg'),(2566,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg'),(2567,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg'),(2568,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg'),(2569,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg'),(2570,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg'),(2571,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg'),(2572,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg'),(2573,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg'),(2574,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg'),(2575,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg'),(2576,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg'),(2577,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg'),(2578,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg'),(2579,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg'),(2580,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg'),(2581,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg'),(2582,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg'),(2583,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg'),(2584,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg'),(2585,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg'),(2586,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg'),(2587,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg'),(2588,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg'),(2589,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg'),(2590,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg'),(2591,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg'),(2592,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg'),(2593,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg'),(2594,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg'),(2595,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg'),(2596,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg'),(2597,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg'),(2598,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg'),(2599,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg'),(2600,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg'),(2601,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg'),(2602,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg'),(2603,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg'),(2604,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg'),(2605,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg'),(2606,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg'),(2607,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg'),(2608,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg'),(2609,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg'),(2610,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg'),(2611,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg'),(2612,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg'),(2613,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg'),(2614,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg'),(2615,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg'),(2616,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg'),(2617,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg'),(2618,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg'),(2619,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg'),(2620,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg'),(2621,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg'),(2622,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg'),(2623,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg'),(2624,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg'),(2625,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg'),(2626,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg'),(2627,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg'),(2628,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg'),(2629,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg'),(2630,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg'),(2631,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg'),(2632,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg'),(2633,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg'),(2634,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg'),(2635,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg'),(2636,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg'),(2637,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg'),(2638,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg'),(2639,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg'),(2640,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg'),(2641,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg'),(2642,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg'),(2643,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg'),(2644,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg'),(2645,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg'),(2646,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg'),(2647,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg'),(2648,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg'),(2649,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg'),(2650,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg'),(2651,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg'),(2652,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg'),(2653,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg'),(2654,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg'),(2655,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg'),(2656,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg'),(2657,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg'),(2658,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg'),(2659,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg'),(2660,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg'),(2661,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg'),(2662,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg'),(2663,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg'),(2664,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg'),(2665,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg'),(2666,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg'),(2667,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg'),(2668,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg'),(2669,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg'),(2670,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg'),(2671,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg'),(2672,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg'),(2673,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg'),(2674,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg'),(2675,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg'),(2676,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg'),(2677,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg'),(2678,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg'),(2679,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg'),(2680,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg'),(2681,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg'),(2682,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg'),(2683,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg'),(2684,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg'),(2685,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg'),(2686,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg'),(2687,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg'),(2688,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg'),(2689,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg'),(2690,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg'),(2691,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg'),(2692,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg'),(2693,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg'),(2694,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg'),(2695,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg'),(2696,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg'),(2697,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg'),(2698,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg'),(2699,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg'),(2700,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg'),(2701,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg'),(2702,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg'),(2703,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg'),(2704,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg'),(2705,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg'),(2706,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg'),(2707,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg'),(2708,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg'),(2709,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg'),(2710,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg'),(2711,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg'),(2712,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg'),(2713,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg'),(2714,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg'),(2715,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg'),(2716,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg'),(2717,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg'),(2718,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg'),(2719,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg'),(2720,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg'),(2721,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg'),(2722,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg'),(2723,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg'),(2724,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg'),(2725,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg'),(2726,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg'),(2727,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg'),(2728,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg'),(2729,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg'),(2730,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg'),(2731,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg'),(2732,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg'),(2733,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg'),(2734,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg'),(2735,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg'),(2736,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg'),(2737,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg'),(2738,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg'),(2739,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg'),(2740,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg'),(2741,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg'),(2742,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg'),(2743,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg'),(2744,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg'),(2745,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg'),(2746,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg'),(2747,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg'),(2748,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg'),(2749,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg'),(2750,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg'),(2751,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg'),(2752,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg'),(2753,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg'),(2754,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg'),(2755,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg'),(2756,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg'),(2757,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg'),(2758,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg'),(2759,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg'),(2760,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg'),(2761,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg'),(2762,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg'),(2763,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg'),(2764,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg'),(2765,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg'),(2766,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg'),(2767,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg'),(2768,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg'),(2769,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg'),(2770,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg'),(2771,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg'),(2772,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg'),(2773,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg'),(2774,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg'),(2775,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg'),(2776,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg'),(2777,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg'),(2778,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg'),(2779,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg'),(2780,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg'),(2781,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg'),(2782,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg'),(2783,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg'),(2784,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg'),(2785,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg'),(2786,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg'),(2787,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg'),(2788,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg'),(2789,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg'),(2790,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg'),(2791,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg'),(2792,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg'),(2793,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg'),(2794,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg'),(2795,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg'),(2796,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg'),(2797,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg'),(2798,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg'),(2799,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg'),(2800,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg'),(2801,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg'),(2802,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg'),(2803,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg'),(2804,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg'),(2805,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg'),(2806,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg'),(2807,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg'),(2808,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg'),(2809,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg'),(2810,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg'),(2811,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg'),(2812,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg'),(2813,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg'),(2814,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg'),(2815,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg'),(2816,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg'),(2817,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg'),(2818,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg'),(2819,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg'),(2820,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg'),(2821,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg'),(2822,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg'),(2823,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg'),(2824,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg'),(2825,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg'),(2826,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg'),(2827,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg'),(2828,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg'),(2829,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg'),(2830,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg'),(2831,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg'),(2832,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg'),(2833,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg'),(2834,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg'),(2835,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg'),(2836,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg'),(2837,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg'),(2838,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg'),(2839,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg'),(2840,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg'),(2841,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg'),(2842,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg'),(2843,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg'),(2844,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg'),(2845,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg'),(2846,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg'),(2847,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg'),(2848,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg'),(2849,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg'),(2850,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg'),(2851,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg'),(2852,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg'),(2853,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg'),(2854,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg'),(2855,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg'),(2856,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg'),(2857,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg'),(2858,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg'),(2859,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg'),(2860,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg'),(2861,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg'),(2862,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg'),(2863,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg'),(2864,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg'),(2865,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg'),(2866,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg'),(2867,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg'),(2868,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg'),(2869,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg'),(2870,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg'),(2871,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg'),(2872,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg'),(2873,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg'),(2874,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg'),(2875,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg'),(2876,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg'),(2877,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg'),(2878,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg'),(2879,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg'),(2880,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg'),(2881,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg'),(2882,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg'),(2883,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg'),(2884,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg'),(2885,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg'),(2886,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg'),(2887,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg'),(2888,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg'),(2889,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg'),(2890,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg'),(2891,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg'),(2892,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg'),(2893,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg'),(2894,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg'),(2895,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg'),(2896,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg'),(2897,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg'),(2898,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg'),(2899,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg'),(2900,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg'),(2901,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg'),(2902,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg'),(2903,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg'),(2904,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg'),(2905,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg'),(2906,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg'),(2907,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg'),(2908,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg'),(2909,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg'),(2910,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg'),(2911,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg'),(2912,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg'),(2913,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg'),(2914,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg'),(2915,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg'),(2916,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg'),(2917,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg'),(2918,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg'),(2919,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg'),(2920,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg'),(2921,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg'),(2922,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg'),(2923,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg'),(2924,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg'),(2925,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg'),(2926,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg'),(2927,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg'),(2928,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg'),(2929,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg'),(2930,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg'),(2931,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg'),(2932,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg'),(2933,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg'),(2934,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg'),(2935,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg'),(2936,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg'),(2937,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg'),(2938,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg'),(2939,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg'),(2940,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg'),(2941,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg'),(2942,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg'),(2943,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg'),(2944,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg'),(2945,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg'),(2946,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg'),(2947,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg'),(2948,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg'),(2949,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg'),(2950,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg'),(2951,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg'),(2952,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg'),(2953,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg'),(2954,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg'),(2955,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg'),(2956,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg'),(2957,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg'),(2958,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg'),(2959,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg'),(2960,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg'),(2961,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg'),(2962,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg'),(2963,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg'),(2964,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg'),(2965,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg'),(2966,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg'),(2967,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg'),(2968,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg'),(2969,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg'),(2970,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg'),(2971,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg'),(2972,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg'),(2973,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg'),(2974,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg'),(2975,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg'),(2976,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg'),(2977,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg'),(2978,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg'),(2979,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg'),(2980,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg'),(2981,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg'),(2982,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg'),(2983,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg'),(2984,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg'),(2985,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg'),(2986,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg'),(2987,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg'),(2988,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg'),(2989,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg'),(2990,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg'),(2991,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg'),(2992,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg'),(2993,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg'),(2994,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg'),(2995,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg'),(2996,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg'),(2997,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg'),(2998,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg'),(2999,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg'),(3000,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg'),(3001,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg'),(3002,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg'),(3003,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg'),(3004,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg'),(3005,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg'),(3006,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg'),(3007,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg'),(3008,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg'),(3009,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg'),(3010,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg'),(3011,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg'),(3012,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg'),(3013,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg'),(3014,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg'),(3015,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg'),(3016,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg'),(3017,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg'),(3018,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg'),(3019,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg'),(3020,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg'),(3021,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg'),(3022,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg'),(3023,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg'),(3024,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg'),(3025,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg'),(3026,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg'),(3027,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg'),(3028,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg'),(3029,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg'),(3030,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg'),(3031,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg'),(3032,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg'),(3033,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg'),(3034,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg'),(3035,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg'),(3036,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg'),(3037,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg'),(3038,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg'),(3039,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg'),(3040,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg'),(3041,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg'),(3042,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg'),(3043,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg'),(3044,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg'),(3045,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg'),(3046,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg'),(3047,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg'),(3048,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg'),(3049,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg'),(3050,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg'),(3051,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg'),(3052,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg'),(3053,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg'),(3054,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg'),(3055,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg'),(3056,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg'),(3057,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg'),(3058,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg'),(3059,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg'),(3060,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg'),(3061,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg'),(3062,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg'),(3063,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg'),(3064,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg'),(3065,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg'),(3066,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg'),(3067,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg'),(3068,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg'),(3069,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg'),(3070,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg'),(3071,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg'),(3072,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg'),(3073,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg'),(3074,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg'),(3075,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg'),(3076,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg'),(3077,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg'),(3078,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg'),(3079,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg'),(3080,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg'),(3081,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg'),(3082,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg'),(3083,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg'),(3084,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg'),(3085,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg'),(3086,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg'),(3087,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg'),(3088,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg'),(3089,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg'),(3090,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg'),(3091,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg'),(3092,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg'),(3093,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg'),(3094,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg'),(3095,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg'),(3096,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg'),(3097,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg'),(3098,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg'),(3099,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg'),(3100,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg'),(3101,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg'),(3102,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg'),(3103,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg'),(3104,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg'),(3105,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg'),(3106,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg'),(3107,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg'),(3108,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg'),(3109,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg'),(3110,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg'),(3111,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg'),(3112,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg'),(3113,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg'),(3114,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg'),(3115,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg'),(3116,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg'),(3117,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg'),(3118,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg'),(3119,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg'),(3120,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg'),(3121,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg'),(3122,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg'),(3123,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg'),(3124,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg'),(3125,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg'),(3126,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg'),(3127,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg'),(3128,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg'),(3129,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg'),(3130,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg'),(3131,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg'),(3132,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg'),(3133,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg'),(3134,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg'),(3135,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg'),(3136,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg'),(3137,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg'),(3138,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg'),(3139,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg'),(3140,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg'),(3141,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg'),(3142,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg'),(3143,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg'),(3144,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg'),(3145,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg'),(3146,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg'),(3147,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg'),(3148,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg'),(3149,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg'),(3150,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg'),(3151,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg'),(3152,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg'),(3153,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg'),(3154,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg'),(3155,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg'),(3156,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg'),(3157,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg'),(3158,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg'),(3159,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg'),(3160,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg'),(3161,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg'),(3162,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg'),(3163,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg'),(3164,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg'),(3165,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg'),(3166,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg'),(3167,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg'),(3168,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg'),(3169,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg'),(3170,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg'),(3171,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg'),(3172,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg'),(3173,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg'),(3174,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg'),(3175,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg'),(3176,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg'),(3177,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg'),(3178,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg'),(3179,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg'),(3180,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg'),(3181,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg'),(3182,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg'),(3183,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg'),(3184,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg'),(3185,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg'),(3186,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg'),(3187,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg'),(3188,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg'),(3189,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg'),(3190,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg'),(3191,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg'),(3192,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg'),(3193,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg'),(3194,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg'),(3195,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg'),(3196,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg'),(3197,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg'),(3198,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg'),(3199,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg'),(3200,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg'),(3201,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg'),(3202,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg'),(3203,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg'),(3204,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg'),(3205,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg'),(3206,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg'),(3207,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg'),(3208,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg'),(3209,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg'),(3210,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg'),(3211,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg'),(3212,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg'),(3213,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg'),(3214,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg'),(3215,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg'),(3216,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg'),(3217,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg'),(3218,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg'),(3219,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg'),(3220,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg'),(3221,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg'),(3222,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg'),(3223,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg'),(3224,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg'),(3225,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg'),(3226,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg'),(3227,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg'),(3228,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg'),(3229,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg'),(3230,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg'),(3231,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg'),(3232,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg'),(3233,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg'),(3234,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg'),(3235,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg'),(3236,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg'),(3237,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg'),(3238,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg'),(3239,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg'),(3240,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg'),(3241,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg'),(3242,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg'),(3243,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg'),(3244,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg'),(3245,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg'),(3246,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg'),(3247,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg'),(3248,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg'),(3249,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg'),(3250,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg'),(3251,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg'),(3252,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg'),(3253,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg'),(3254,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg'),(3255,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg'),(3256,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg'),(3257,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg'),(3258,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg'),(3259,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg'),(3260,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg'),(3261,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg'),(3262,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg'),(3263,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg'),(3264,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg'),(3265,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg'),(3266,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg'),(3267,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg'),(3268,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg'),(3269,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg'),(3270,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg'),(3271,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg'),(3272,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg'),(3273,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg'),(3274,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg'),(3275,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg'),(3276,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg'),(3277,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg'),(3278,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg'),(3279,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg'),(3280,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg'),(3281,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg'),(3282,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg'),(3283,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg'),(3284,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg'),(3285,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg'),(3286,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg'),(3287,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg'),(3288,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg'),(3289,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg'),(3290,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg'),(3291,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg'),(3292,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg'),(3293,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg'),(3294,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg'),(3295,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg'),(3296,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg'),(3297,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg'),(3298,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg'),(3299,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg'),(3300,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg'),(3301,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg'),(3302,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg'),(3303,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg'),(3304,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg'),(3305,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg'),(3306,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg'),(3307,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg'),(3308,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg'),(3309,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg'),(3310,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg'),(3311,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg'),(3312,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg'),(3313,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg'),(3314,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg'),(3315,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg'),(3316,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg'),(3317,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg'),(3318,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg'),(3319,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg'),(3320,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg'),(3321,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg'),(3322,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg'),(3323,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg'),(3324,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg'),(3325,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg'),(3326,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg'),(3327,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg'),(3328,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg'),(3329,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg'),(3330,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg'),(3331,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg'),(3332,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg'),(3333,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg'),(3334,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg'),(3335,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg'),(3336,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg'),(3337,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg'),(3338,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg'),(3339,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg'),(3340,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg'),(3341,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg'),(3342,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg'),(3343,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg'),(3344,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg'),(3345,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg'),(3346,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg'),(3347,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg'),(3348,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg'),(3349,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg'),(3350,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg'),(3351,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg'),(3352,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg'),(3353,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg'),(3354,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg'),(3355,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg'),(3356,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg'),(3357,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg'),(3358,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg'),(3359,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg'),(3360,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg'),(3361,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg'),(3362,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg'),(3363,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg'),(3364,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg'),(3365,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg'),(3366,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg'),(3367,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg'),(3368,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg'),(3369,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg'),(3370,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg'),(3371,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg'),(3372,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg'),(3373,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg'),(3374,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg'),(3375,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg'),(3376,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg'),(3377,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg'),(3378,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg'),(3379,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg'),(3380,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg'),(3381,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg'),(3382,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg'),(3383,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg'),(3384,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg'),(3385,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg'),(3386,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg'),(3387,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg'),(3388,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg'),(3389,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg'),(3390,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg'),(3391,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg'),(3392,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg'),(3393,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg'),(3394,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg'),(3395,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg'),(3396,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg'),(3397,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg'),(3398,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg'),(3399,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg'),(3400,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg'),(3401,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg'),(3402,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg'),(3403,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg'),(3404,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg'),(3405,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg'),(3406,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg'),(3407,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg'),(3408,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg'),(3409,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg'),(3410,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg'),(3411,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg'),(3412,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg'),(3413,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg'),(3414,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg'),(3415,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg'),(3416,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg'),(3417,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg'),(3418,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg'),(3419,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg'),(3420,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg'),(3421,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg'),(3422,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg'),(3423,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg'),(3424,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg'),(3425,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg'),(3426,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg'),(3427,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg'),(3428,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg'),(3429,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg'),(3430,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg'),(3431,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg'),(3432,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg'),(3433,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg'),(3434,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg'),(3435,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg'),(3436,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg'),(3437,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg'),(3438,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg'),(3439,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg'),(3440,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg'),(3441,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg'),(3442,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg'),(3443,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg'),(3444,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg'),(3445,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg'),(3446,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg'),(3447,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg'),(3448,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg'),(3449,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg'),(3450,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg'),(3451,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg'),(3452,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg'),(3453,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg'),(3454,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg'),(3455,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg'),(3456,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg'),(3457,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg'),(3458,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg'),(3459,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg'),(3460,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg'),(3461,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg'),(3462,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg'),(3463,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg'),(3464,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg'),(3465,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg'),(3466,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg'),(3467,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg'),(3468,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg'),(3469,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg'),(3470,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg'),(3471,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg'),(3472,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg'),(3473,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg'),(3474,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg'),(3475,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg'),(3476,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg'),(3477,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg'),(3478,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg'),(3479,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg'),(3480,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg'),(3481,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg'),(3482,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg'),(3483,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg'),(3484,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg'),(3485,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg'),(3486,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg'),(3487,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg'),(3488,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg'),(3489,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg'),(3490,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg'),(3491,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg'),(3492,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg'),(3493,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg'),(3494,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg'),(3495,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg'),(3496,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg'),(3497,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg'),(3498,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg'),(3499,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg'),(3500,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg'),(3501,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg'),(3502,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg'),(3503,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg'),(3504,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg'),(3505,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg'),(3506,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg'),(3507,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg'),(3508,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg'),(3509,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg'),(3510,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg'),(3511,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg'),(3512,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg'),(3513,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg'),(3514,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg'),(3515,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg'),(3516,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg'),(3517,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg'),(3518,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg'),(3519,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg'),(3520,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg'),(3521,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg'),(3522,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg'),(3523,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg'),(3524,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg'),(3525,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg'),(3526,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg'),(3527,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg'),(3528,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg'),(3529,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg'),(3530,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg'),(3531,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg'),(3532,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg'),(3533,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg'),(3534,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg'),(3535,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg'),(3536,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg'),(3537,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg'),(3538,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg'),(3539,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg'),(3540,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg'),(3541,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg'),(3542,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg'),(3543,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg'),(3544,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg'),(3545,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg'),(3546,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg'),(3547,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg'),(3548,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg'),(3549,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg'),(3550,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg'),(3551,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg'),(3552,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg'),(3553,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg'),(3554,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg'),(3555,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg'),(3556,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg'),(3557,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg'),(3558,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg'),(3559,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg'),(3560,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg'),(3561,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg'),(3562,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg'),(3563,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg'),(3564,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg'),(3565,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg'),(3566,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg'),(3567,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg'),(3568,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg'),(3569,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg'),(3570,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg'),(3571,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg'),(3572,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg'),(3573,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg'),(3574,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg'),(3575,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg'),(3576,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg'),(3577,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg'),(3578,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg'),(3579,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg'),(3580,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg'),(3581,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg'),(3582,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg'),(3583,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg'),(3584,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg'),(3585,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg'),(3586,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg'),(3587,'wp-content/plugins/revslider/public/assets/assets/svg/index.php'),(3588,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg'),(3589,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg'),(3590,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg'),(3591,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg'),(3592,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg'),(3593,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg'),(3594,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg'),(3595,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg'),(3596,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg'),(3597,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg'),(3598,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg'),(3599,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg'),(3600,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg'),(3601,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg'),(3602,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg'),(3603,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg'),(3604,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg'),(3605,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg'),(3606,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg'),(3607,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg'),(3608,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg'),(3609,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg'),(3610,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg'),(3611,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg'),(3612,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg'),(3613,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg'),(3614,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg'),(3615,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg'),(3616,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg'),(3617,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg'),(3618,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg'),(3619,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg'),(3620,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg'),(3621,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg'),(3622,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg'),(3623,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg'),(3624,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg'),(3625,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg'),(3626,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg'),(3627,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg'),(3628,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg'),(3629,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg'),(3630,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg'),(3631,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg'),(3632,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg'),(3633,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg'),(3634,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg'),(3635,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg'),(3636,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg'),(3637,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg'),(3638,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg'),(3639,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg'),(3640,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg'),(3641,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg'),(3642,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg'),(3643,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg'),(3644,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg'),(3645,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg'),(3646,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg'),(3647,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg'),(3648,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg'),(3649,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg'),(3650,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg'),(3651,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg'),(3652,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg'),(3653,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg'),(3654,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg'),(3655,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg'),(3656,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg'),(3657,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg'),(3658,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg'),(3659,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg'),(3660,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg'),(3661,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg'),(3662,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg'),(3663,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg'),(3664,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg'),(3665,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg'),(3666,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg'),(3667,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg'),(3668,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg'),(3669,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg'),(3670,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg'),(3671,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg'),(3672,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg'),(3673,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg'),(3674,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg'),(3675,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg'),(3676,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg'),(3677,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg'),(3678,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg'),(3679,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg'),(3680,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg'),(3681,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg'),(3682,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg'),(3683,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg'),(3684,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg'),(3685,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg'),(3686,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg'),(3687,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg'),(3688,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg'),(3689,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg'),(3690,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg'),(3691,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg'),(3692,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg'),(3693,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg'),(3694,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg'),(3695,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg'),(3696,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg'),(3697,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg'),(3698,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg'),(3699,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg'),(3700,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg'),(3701,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg'),(3702,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg'),(3703,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg'),(3704,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg'),(3705,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg'),(3706,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg'),(3707,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg'),(3708,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg'),(3709,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg'),(3710,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg'),(3711,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg'),(3712,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg'),(3713,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg'),(3714,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg'),(3715,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg'),(3716,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg'),(3717,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg'),(3718,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg'),(3719,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg'),(3720,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg'),(3721,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg'),(3722,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg'),(3723,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg'),(3724,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg'),(3725,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg'),(3726,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg'),(3727,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg'),(3728,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg'),(3729,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg'),(3730,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg'),(3731,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg'),(3732,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg'),(3733,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg'),(3734,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg'),(3735,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg'),(3736,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg'),(3737,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg'),(3738,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg'),(3739,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg'),(3740,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg'),(3741,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg'),(3742,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg'),(3743,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg'),(3744,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg'),(3745,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg'),(3746,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg'),(3747,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg'),(3748,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg'),(3749,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg'),(3750,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg'),(3751,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg'),(3752,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg'),(3753,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg'),(3754,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg'),(3755,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg'),(3756,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg'),(3757,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg'),(3758,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg'),(3759,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg'),(3760,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg'),(3761,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg'),(3762,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg'),(3763,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg'),(3764,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg'),(3765,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg'),(3766,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg'),(3767,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg'),(3768,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg'),(3769,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg'),(3770,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg'),(3771,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg'),(3772,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg'),(3773,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg'),(3774,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg'),(3775,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg'),(3776,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg'),(3777,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg'),(3778,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg'),(3779,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg'),(3780,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg'),(3781,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg'),(3782,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg'),(3783,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg'),(3784,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg'),(3785,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg'),(3786,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg'),(3787,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg'),(3788,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg'),(3789,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg'),(3790,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg'),(3791,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg'),(3792,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg'),(3793,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg'),(3794,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg'),(3795,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg'),(3796,'wp-content/plugins/revslider/public/assets/css/index.php'),(3797,'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg'),(3798,'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php'),(3799,'wp-content/plugins/revslider/public/assets/fonts/index.php'),(3800,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php'),(3801,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),(3802,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php'),(3803,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php'),(3804,'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php'),(3805,'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg'),(3806,'wp-content/plugins/revslider/public/assets/index.php'),(3807,'wp-content/plugins/revslider/public/assets/js/extensions/index.php'),(3808,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js'),(3809,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js'),(3810,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js'),(3811,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js'),(3812,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js'),(3813,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js'),(3814,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js'),(3815,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js'),(3816,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js'),(3817,'wp-content/plugins/revslider/public/assets/js/index.php'),(3818,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js'),(3819,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js'),(3820,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js'),(3821,'wp-content/plugins/revslider/public/assets/js/tp-color-picker.min.js'),(3822,'wp-content/plugins/revslider/public/index.php'),(3823,'wp-content/plugins/revslider/public/revslider-front.class.php'),(3824,'wp-content/plugins/revslider/public/views/revslider-page-template.php'),(3825,'wp-content/plugins/revslider/release_log.html'),(3826,'wp-content/plugins/revslider/revslider.php'),(3827,'wp-content/plugins/revslider/uninstall.php'),(3828,'wp-content/plugins/updraftplus/addons/autobackup.php'),(3829,'wp-content/plugins/updraftplus/addons/azure.php'),(3830,'wp-content/plugins/updraftplus/addons/backblaze.php'),(3831,'wp-content/plugins/updraftplus/addons/cloudfiles-enhanced.php'),(3832,'wp-content/plugins/updraftplus/addons/dropbox-folders.php'),(3833,'wp-content/plugins/updraftplus/addons/fixtime.php'),(3834,'wp-content/plugins/updraftplus/addons/google-enhanced.php'),(3835,'wp-content/plugins/updraftplus/addons/googlecloud.php'),(3836,'wp-content/plugins/updraftplus/addons/importer.php'),(3837,'wp-content/plugins/updraftplus/addons/incremental.php'),(3838,'wp-content/plugins/updraftplus/addons/lockadmin.php'),(3839,'wp-content/plugins/updraftplus/addons/migrator.php'),(3840,'wp-content/plugins/updraftplus/addons/moredatabase.php'),(3841,'wp-content/plugins/updraftplus/addons/morefiles.php'),(3842,'wp-content/plugins/updraftplus/addons/morestorage.php'),(3843,'wp-content/plugins/updraftplus/addons/multisite.php'),(3844,'wp-content/plugins/updraftplus/addons/noadverts.php'),(3845,'wp-content/plugins/updraftplus/addons/onedrive.php'),(3846,'wp-content/plugins/updraftplus/addons/reporting.php'),(3847,'wp-content/plugins/updraftplus/addons/s3-enhanced.php'),(3848,'wp-content/plugins/updraftplus/addons/sftp.php'),(3849,'wp-content/plugins/updraftplus/addons/webdav.php'),(3850,'wp-content/plugins/updraftplus/addons/wp-cli.php'),(3851,'wp-content/plugins/updraftplus/admin.php'),(3852,'wp-content/plugins/updraftplus/backup.php'),(3853,'wp-content/plugins/updraftplus/central/bootstrap.php'),(3854,'wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php'),(3855,'wp-content/plugins/updraftplus/central/commands.php'),(3856,'wp-content/plugins/updraftplus/central/listener.php'),(3857,'wp-content/plugins/updraftplus/central/modules/analytics.php'),(3858,'wp-content/plugins/updraftplus/central/modules/comments.php'),(3859,'wp-content/plugins/updraftplus/central/modules/core.php'),(3860,'wp-content/plugins/updraftplus/central/modules/plugin.php'),(3861,'wp-content/plugins/updraftplus/central/modules/posts.php'),(3862,'wp-content/plugins/updraftplus/central/modules/theme.php'),(3863,'wp-content/plugins/updraftplus/central/modules/updates.php'),(3864,'wp-content/plugins/updraftplus/central/modules/users.php'),(3865,'wp-content/plugins/updraftplus/class-updraftplus.php'),(3866,'wp-content/plugins/updraftplus/example-decrypt.php'),(3867,'wp-content/plugins/updraftplus/includes/Backblaze/CurlClient.php'),(3868,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php'),(3869,'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php'),(3870,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),(3871,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),(3872,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),(3873,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),(3874,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),(3875,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),(3876,'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php'),(3877,'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php'),(3878,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php'),(3879,'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php'),(3880,'wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php'),(3881,'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php'),(3882,'wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php'),(3883,'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php'),(3884,'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php'),(3885,'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php'),(3886,'wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php'),(3887,'wp-content/plugins/updraftplus/includes/Google/Cache/File.php'),(3888,'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php'),(3889,'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php'),(3890,'wp-content/plugins/updraftplus/includes/Google/Client.php'),(3891,'wp-content/plugins/updraftplus/includes/Google/Collection.php'),(3892,'wp-content/plugins/updraftplus/includes/Google/Config.php'),(3893,'wp-content/plugins/updraftplus/includes/Google/Exception.php'),(3894,'wp-content/plugins/updraftplus/includes/Google/Http/Batch.php'),(3895,'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php'),(3896,'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php'),(3897,'wp-content/plugins/updraftplus/includes/Google/Http/REST.php'),(3898,'wp-content/plugins/updraftplus/includes/Google/Http/Request.php'),(3899,'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php'),(3900,'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php'),(3901,'wp-content/plugins/updraftplus/includes/Google/IO/Exception.php'),(3902,'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php'),(3903,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php'),(3904,'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php'),(3905,'wp-content/plugins/updraftplus/includes/Google/Logger/File.php'),(3906,'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php'),(3907,'wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php'),(3908,'wp-content/plugins/updraftplus/includes/Google/Model.php'),(3909,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php'),(3910,'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php'),(3911,'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php'),(3912,'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php'),(3913,'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php'),(3914,'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php'),(3915,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php'),(3916,'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php'),(3917,'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php'),(3918,'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php'),(3919,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php'),(3920,'wp-content/plugins/updraftplus/includes/Google/Service/Autoscaler.php'),(3921,'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php'),(3922,'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php'),(3923,'wp-content/plugins/updraftplus/includes/Google/Service/Books.php'),(3924,'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php'),(3925,'wp-content/plugins/updraftplus/includes/Google/Service/CivicInfo.php'),(3926,'wp-content/plugins/updraftplus/includes/Google/Service/CloudMonitoring.php'),(3927,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php'),(3928,'wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php'),(3929,'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php'),(3930,'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php'),(3931,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php'),(3932,'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php'),(3933,'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php'),(3934,'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php'),(3935,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php'),(3936,'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php'),(3937,'wp-content/plugins/updraftplus/includes/Google/Service/Dfareporting.php'),(3938,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php'),(3939,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php'),(3940,'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php'),(3941,'wp-content/plugins/updraftplus/includes/Google/Service/Doubleclicksearch.php'),(3942,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php'),(3943,'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php'),(3944,'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php'),(3945,'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php'),(3946,'wp-content/plugins/updraftplus/includes/Google/Service/Fusiontables.php'),(3947,'wp-content/plugins/updraftplus/includes/Google/Service/Games.php'),(3948,'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php'),(3949,'wp-content/plugins/updraftplus/includes/Google/Service/GamesManagement.php'),(3950,'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php'),(3951,'wp-content/plugins/updraftplus/includes/Google/Service/Gmail.php'),(3952,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php'),(3953,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php'),(3954,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php'),(3955,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php'),(3956,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php'),(3957,'wp-content/plugins/updraftplus/includes/Google/Service/Manager.php'),(3958,'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php'),(3959,'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php'),(3960,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php'),(3961,'wp-content/plugins/updraftplus/includes/Google/Service/Pagespeedonline.php'),(3962,'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php'),(3963,'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php'),(3964,'wp-content/plugins/updraftplus/includes/Google/Service/Prediction.php'),(3965,'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php'),(3966,'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php'),(3967,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php'),(3968,'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php'),(3969,'wp-content/plugins/updraftplus/includes/Google/Service/Reports.php'),(3970,'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php'),(3971,'wp-content/plugins/updraftplus/includes/Google/Service/Resource.php'),(3972,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php'),(3973,'wp-content/plugins/updraftplus/includes/Google/Service/SQLAdmin.php'),(3974,'wp-content/plugins/updraftplus/includes/Google/Service/ShoppingContent.php'),(3975,'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php'),(3976,'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php'),(3977,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php'),(3978,'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php'),(3979,'wp-content/plugins/updraftplus/includes/Google/Service/Taskqueue.php'),(3980,'wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php'),(3981,'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php'),(3982,'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php'),(3983,'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php'),(3984,'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php'),(3985,'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php'),(3986,'wp-content/plugins/updraftplus/includes/Google/Service/YouTubeAnalytics.php'),(3987,'wp-content/plugins/updraftplus/includes/Google/Service.php'),(3988,'wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php'),(3989,'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php'),(3990,'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php'),(3991,'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php'),(3992,'wp-content/plugins/updraftplus/includes/Google/Task/Runner.php'),(3993,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php'),(3994,'wp-content/plugins/updraftplus/includes/Google/Utils.php'),(3995,'wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php'),(3996,'wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php'),(3997,'wp-content/plugins/updraftplus/includes/Google/autoload.php'),(3998,'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php'),(3999,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php'),(4000,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php'),(4001,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php'),(4002,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php'),(4003,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php'),(4004,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php'),(4005,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php'),(4006,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php'),(4007,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php'),(4008,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php'),(4009,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Response.php'),(4010,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php'),(4011,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php'),(4012,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2.php'),(4013,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php'),(4014,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php'),(4015,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php'),(4016,'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php'),(4017,'wp-content/plugins/updraftplus/includes/PEAR/Net/Socket.php'),(4018,'wp-content/plugins/updraftplus/includes/PEAR/Net/URL.php'),(4019,'wp-content/plugins/updraftplus/includes/PEAR/Net/URL2.php'),(4020,'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php'),(4021,'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php'),(4022,'wp-content/plugins/updraftplus/includes/PEAR/PEAR5.php'),(4023,'wp-content/plugins/updraftplus/includes/S3.php'),(4024,'wp-content/plugins/updraftplus/includes/S3compat.php'),(4025,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php'),(4026,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php'),(4027,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php'),(4028,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php'),(4029,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php'),(4030,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php'),(4031,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php'),(4032,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php'),(4033,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php'),(4034,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php'),(4035,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php'),(4036,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php'),(4037,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php'),(4038,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php'),(4039,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php'),(4040,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php'),(4041,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php'),(4042,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php'),(4043,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php'),(4044,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php'),(4045,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php'),(4046,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php'),(4047,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php'),(4048,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php'),(4049,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php'),(4050,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php'),(4051,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php'),(4052,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php'),(4053,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php'),(4054,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php'),(4055,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php'),(4056,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php'),(4057,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php'),(4058,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php'),(4059,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php'),(4060,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php'),(4061,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php'),(4062,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php'),(4063,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php'),(4064,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php'),(4065,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php'),(4066,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php'),(4067,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php'),(4068,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php'),(4069,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php'),(4070,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php'),(4071,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php'),(4072,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php'),(4073,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php'),(4074,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php'),(4075,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php'),(4076,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php'),(4077,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php'),(4078,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php'),(4079,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php'),(4080,'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php'),(4081,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php'),(4082,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php'),(4083,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php'),(4084,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php'),(4085,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php'),(4086,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php'),(4087,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php'),(4088,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php'),(4089,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php'),(4090,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php'),(4091,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php'),(4092,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php'),(4093,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php'),(4094,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php'),(4095,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),(4096,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php'),(4097,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php'),(4098,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php'),(4099,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php'),(4100,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php'),(4101,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php'),(4102,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php'),(4103,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php'),(4104,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php'),(4105,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php'),(4106,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php'),(4107,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php'),(4108,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php'),(4109,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php'),(4110,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php'),(4111,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php'),(4112,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php'),(4113,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php'),(4114,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php'),(4115,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php'),(4116,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php'),(4117,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php'),(4118,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php'),(4119,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php'),(4120,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php'),(4121,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php'),(4122,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php'),(4123,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php'),(4124,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php'),(4125,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php'),(4126,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php'),(4127,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php'),(4128,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php'),(4129,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php'),(4130,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php'),(4131,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php'),(4132,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php'),(4133,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php'),(4134,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php'),(4135,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php'),(4136,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php'),(4137,'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php'),(4138,'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php'),(4139,'wp-content/plugins/updraftplus/includes/azure-extensions.php'),(4140,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg'),(4141,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js'),(4142,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.js'),(4143,'wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php'),(4144,'wp-content/plugins/updraftplus/includes/class-backup-history.php'),(4145,'wp-content/plugins/updraftplus/includes/class-commands.php'),(4146,'wp-content/plugins/updraftplus/includes/class-database-utility.php'),(4147,'wp-content/plugins/updraftplus/includes/class-filesystem-functions.php'),(4148,'wp-content/plugins/updraftplus/includes/class-job-scheduler.php'),(4149,'wp-content/plugins/updraftplus/includes/class-manipulation-functions.php'),(4150,'wp-content/plugins/updraftplus/includes/class-onedrive-account.php'),(4151,'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php'),(4152,'wp-content/plugins/updraftplus/includes/class-remote-send.php'),(4153,'wp-content/plugins/updraftplus/includes/class-semaphore.php'),(4154,'wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php'),(4155,'wp-content/plugins/updraftplus/includes/class-udrpc.php'),(4156,'wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php'),(4157,'wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php'),(4158,'wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php'),(4159,'wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php'),(4160,'wp-content/plugins/updraftplus/includes/class-zip.php'),(4161,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php'),(4162,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),(4163,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php'),(4164,'wp-content/plugins/updraftplus/includes/deprecated-actions.php'),(4165,'wp-content/plugins/updraftplus/includes/ftp.class.php'),(4166,'wp-content/plugins/updraftplus/includes/google-extensions.php'),(4167,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js'),(4168,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js'),(4169,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js'),(4170,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js'),(4171,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js'),(4172,'wp-content/plugins/updraftplus/includes/jquery.blockUI.min.js'),(4173,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js'),(4174,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js'),(4175,'wp-content/plugins/updraftplus/includes/jstree/jstree.js'),(4176,'wp-content/plugins/updraftplus/includes/jstree/jstree.min.js'),(4177,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js'),(4178,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.js'),(4179,'wp-content/plugins/updraftplus/includes/onedrive/client.php'),(4180,'wp-content/plugins/updraftplus/includes/onedrive/file.php'),(4181,'wp-content/plugins/updraftplus/includes/onedrive/folder.php'),(4182,'wp-content/plugins/updraftplus/includes/onedrive/object.php'),(4183,'wp-content/plugins/updraftplus/includes/onedrive/onedrive.php'),(4184,'wp-content/plugins/updraftplus/includes/select2/select2.js'),(4185,'wp-content/plugins/updraftplus/includes/select2/select2.min.js'),(4186,'wp-content/plugins/updraftplus/includes/tether/tether.js'),(4187,'wp-content/plugins/updraftplus/includes/tether/tether.min.js'),(4188,'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js'),(4189,'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js'),(4190,'wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js'),(4191,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js'),(4192,'wp-content/plugins/updraftplus/includes/updraft-admin-common.min.js'),(4193,'wp-content/plugins/updraftplus/includes/updraft-notices.php'),(4194,'wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php'),(4195,'wp-content/plugins/updraftplus/includes/updraftcentral.php'),(4196,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php'),(4197,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php'),(4198,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php'),(4199,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php'),(4200,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php'),(4201,'wp-content/plugins/updraftplus/includes/updraftplus-clone.php'),(4202,'wp-content/plugins/updraftplus/includes/updraftplus-login.php'),(4203,'wp-content/plugins/updraftplus/includes/updraftplus-notices.php'),(4204,'wp-content/plugins/updraftplus/includes/updraftplus-tour.php'),(4205,'wp-content/plugins/updraftplus/includes/updraftvault.php'),(4206,'wp-content/plugins/updraftplus/index.html'),(4207,'wp-content/plugins/updraftplus/js/tour.js'),(4208,'wp-content/plugins/updraftplus/js/tour.min.js'),(4209,'wp-content/plugins/updraftplus/methods/addon-base-v2.php'),(4210,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php'),(4211,'wp-content/plugins/updraftplus/methods/azure.php'),(4212,'wp-content/plugins/updraftplus/methods/backblaze.php'),(4213,'wp-content/plugins/updraftplus/methods/backup-module.php'),(4214,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php'),(4215,'wp-content/plugins/updraftplus/methods/cloudfiles.php'),(4216,'wp-content/plugins/updraftplus/methods/dreamobjects.php'),(4217,'wp-content/plugins/updraftplus/methods/dropbox.php'),(4218,'wp-content/plugins/updraftplus/methods/email.php'),(4219,'wp-content/plugins/updraftplus/methods/ftp.php'),(4220,'wp-content/plugins/updraftplus/methods/googlecloud.php'),(4221,'wp-content/plugins/updraftplus/methods/googledrive.php'),(4222,'wp-content/plugins/updraftplus/methods/insufficient.php'),(4223,'wp-content/plugins/updraftplus/methods/onedrive.php'),(4224,'wp-content/plugins/updraftplus/methods/openstack-base.php'),(4225,'wp-content/plugins/updraftplus/methods/openstack.php'),(4226,'wp-content/plugins/updraftplus/methods/openstack2.php'),(4227,'wp-content/plugins/updraftplus/methods/remotesend.php'),(4228,'wp-content/plugins/updraftplus/methods/s3.php'),(4229,'wp-content/plugins/updraftplus/methods/s3generic.php'),(4230,'wp-content/plugins/updraftplus/methods/sftp.php'),(4231,'wp-content/plugins/updraftplus/methods/stream-base.php'),(4232,'wp-content/plugins/updraftplus/methods/template.php'),(4233,'wp-content/plugins/updraftplus/methods/updraftvault.php'),(4234,'wp-content/plugins/updraftplus/methods/webdav.php'),(4235,'wp-content/plugins/updraftplus/options.php'),(4236,'wp-content/plugins/updraftplus/restorer.php'),(4237,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),(4238,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php'),(4239,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php'),(4240,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php'),(4241,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php'),(4242,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php'),(4243,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php'),(4244,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),(4245,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),(4246,'wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php'),(4247,'wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php'),(4248,'wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php'),(4249,'wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php'),(4250,'wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php'),(4251,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php'),(4252,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php'),(4253,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php'),(4254,'wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php'),(4255,'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php'),(4256,'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php'),(4257,'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php'),(4258,'wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php'),(4259,'wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php'),(4260,'wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php'),(4261,'wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php'),(4262,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php'),(4263,'wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php'),(4264,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php'),(4265,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php'),(4266,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php'),(4267,'wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php'),(4268,'wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php'),(4269,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php'),(4270,'wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php'),(4271,'wp-content/plugins/updraftplus/udaddons/options.php'),(4272,'wp-content/plugins/updraftplus/udaddons/updraftplus-addons.php'),(4273,'wp-content/plugins/updraftplus/updraftplus.php'),(4274,'wp-content/plugins/updraftplus/vendor/autoload.php'),(4275,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php'),(4276,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php'),(4277,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php'),(4278,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php'),(4279,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php'),(4280,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php'),(4281,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php'),(4282,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php'),(4283,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php'),(4284,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php'),(4285,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php'),(4286,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php'),(4287,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php'),(4288,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php'),(4289,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php'),(4290,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php'),(4291,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php'),(4292,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php'),(4293,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php'),(4294,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php'),(4295,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php'),(4296,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php'),(4297,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php'),(4298,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php'),(4299,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php'),(4300,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php'),(4301,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php'),(4302,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php'),(4303,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php'),(4304,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php'),(4305,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php'),(4306,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php'),(4307,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php'),(4308,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php'),(4309,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php'),(4310,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php'),(4311,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php'),(4312,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php'),(4313,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php'),(4314,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php'),(4315,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php'),(4316,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php'),(4317,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php'),(4318,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php'),(4319,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php'),(4320,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php'),(4321,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php'),(4322,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php'),(4323,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php'),(4324,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php'),(4325,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php'),(4326,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php'),(4327,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php'),(4328,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php'),(4329,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php'),(4330,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php'),(4331,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php'),(4332,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php'),(4333,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php'),(4334,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php'),(4335,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php'),(4336,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php'),(4337,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php'),(4338,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php'),(4339,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php'),(4340,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php'),(4341,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php'),(4342,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php'),(4343,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php'),(4344,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php'),(4345,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php'),(4346,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php'),(4347,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php'),(4348,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php'),(4349,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php'),(4350,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php'),(4351,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php'),(4352,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php'),(4353,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php'),(4354,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php'),(4355,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php'),(4356,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php'),(4357,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php'),(4358,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php'),(4359,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php'),(4360,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php'),(4361,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php'),(4362,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php'),(4363,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php'),(4364,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php'),(4365,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php'),(4366,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php'),(4367,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php'),(4368,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php'),(4369,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php'),(4370,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php'),(4371,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php'),(4372,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php'),(4373,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php'),(4374,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php'),(4375,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php'),(4376,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php'),(4377,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php'),(4378,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php'),(4379,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php'),(4380,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php'),(4381,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php'),(4382,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php'),(4383,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php'),(4384,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php'),(4385,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php'),(4386,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php'),(4387,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php'),(4388,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php'),(4389,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php'),(4390,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php'),(4391,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php'),(4392,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php'),(4393,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php'),(4394,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php'),(4395,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php'),(4396,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php'),(4397,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php'),(4398,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php'),(4399,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php'),(4400,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php'),(4401,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php'),(4402,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php'),(4403,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php'),(4404,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php'),(4405,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php'),(4406,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php'),(4407,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php'),(4408,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php'),(4409,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php'),(4410,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php'),(4411,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php'),(4412,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php'),(4413,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php'),(4414,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php'),(4415,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php'),(4416,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php'),(4417,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php'),(4418,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php'),(4419,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php'),(4420,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php'),(4421,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php'),(4422,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php'),(4423,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php'),(4424,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php'),(4425,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php'),(4426,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php'),(4427,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php'),(4428,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php'),(4429,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php'),(4430,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php'),(4431,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php'),(4432,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php'),(4433,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php'),(4434,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php'),(4435,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php'),(4436,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php'),(4437,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php'),(4438,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php'),(4439,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php'),(4440,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php'),(4441,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php'),(4442,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php'),(4443,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php'),(4444,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php'),(4445,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php'),(4446,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php'),(4447,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php'),(4448,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php'),(4449,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php'),(4450,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php'),(4451,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php'),(4452,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php'),(4453,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php'),(4454,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php'),(4455,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php'),(4456,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php'),(4457,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php'),(4458,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php'),(4459,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php'),(4460,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php'),(4461,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php'),(4462,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php'),(4463,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php'),(4464,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php'),(4465,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php'),(4466,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php'),(4467,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php'),(4468,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php'),(4469,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php'),(4470,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php'),(4471,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php'),(4472,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php'),(4473,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php'),(4474,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php'),(4475,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php'),(4476,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php'),(4477,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php'),(4478,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php'),(4479,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php'),(4480,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php'),(4481,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php'),(4482,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php'),(4483,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php'),(4484,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php'),(4485,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php'),(4486,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php'),(4487,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php'),(4488,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php'),(4489,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php'),(4490,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php'),(4491,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php'),(4492,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php'),(4493,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php'),(4494,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php'),(4495,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php'),(4496,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php'),(4497,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php'),(4498,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php'),(4499,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php'),(4500,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php'),(4501,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php'),(4502,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php'),(4503,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php'),(4504,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php'),(4505,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php'),(4506,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php'),(4507,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php'),(4508,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php'),(4509,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php'),(4510,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php'),(4511,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php'),(4512,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php'),(4513,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php'),(4514,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php'),(4515,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php'),(4516,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php'),(4517,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php'),(4518,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php'),(4519,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php'),(4520,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php'),(4521,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php'),(4522,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php'),(4523,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php'),(4524,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php'),(4525,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php'),(4526,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php'),(4527,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php'),(4528,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php'),(4529,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php'),(4530,'wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php'),(4531,'wp-content/plugins/updraftplus/vendor/composer/autoload_files.php'),(4532,'wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php'),(4533,'wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php'),(4534,'wp-content/plugins/updraftplus/vendor/composer/autoload_real.php'),(4535,'wp-content/plugins/updraftplus/vendor/composer/autoload_static.php'),(4536,'wp-content/plugins/updraftplus/vendor/composer/include_paths.php'),(4537,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),(4538,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),(4539,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),(4540,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),(4541,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),(4542,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),(4543,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),(4544,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),(4545,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),(4546,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),(4547,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),(4548,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),(4549,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),(4550,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),(4551,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),(4552,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),(4553,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),(4554,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),(4555,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),(4556,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),(4557,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),(4558,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),(4559,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),(4560,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),(4561,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),(4562,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),(4563,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),(4564,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),(4565,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),(4566,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),(4567,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),(4568,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),(4569,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),(4570,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),(4571,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),(4572,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),(4573,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),(4574,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),(4575,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),(4576,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),(4577,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),(4578,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),(4579,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),(4580,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),(4581,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),(4582,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),(4583,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),(4584,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),(4585,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),(4586,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),(4587,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),(4588,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),(4589,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),(4590,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),(4591,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),(4592,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),(4593,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),(4594,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),(4595,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),(4596,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),(4597,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),(4598,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),(4599,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),(4600,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),(4601,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),(4602,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),(4603,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),(4604,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),(4605,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),(4606,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),(4607,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),(4608,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),(4609,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),(4610,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),(4611,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),(4612,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),(4613,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),(4614,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),(4615,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),(4616,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),(4617,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),(4618,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),(4619,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),(4620,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),(4621,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),(4622,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),(4623,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),(4624,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),(4625,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),(4626,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),(4627,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),(4628,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),(4629,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),(4630,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),(4631,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),(4632,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),(4633,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),(4634,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),(4635,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),(4636,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),(4637,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),(4638,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),(4639,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),(4640,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),(4641,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),(4642,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),(4643,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),(4644,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),(4645,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),(4646,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),(4647,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),(4648,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),(4649,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),(4650,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),(4651,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),(4652,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),(4653,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),(4654,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),(4655,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),(4656,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),(4657,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),(4658,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),(4659,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),(4660,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),(4661,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),(4662,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),(4663,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),(4664,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),(4665,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),(4666,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),(4667,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),(4668,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),(4669,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),(4670,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),(4671,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),(4672,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),(4673,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),(4674,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),(4675,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),(4676,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),(4677,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),(4678,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),(4679,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),(4680,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),(4681,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),(4682,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),(4683,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),(4684,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),(4685,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),(4686,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),(4687,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),(4688,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),(4689,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),(4690,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),(4691,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),(4692,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),(4693,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),(4694,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),(4695,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),(4696,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),(4697,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),(4698,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),(4699,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),(4700,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),(4701,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),(4702,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),(4703,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),(4704,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),(4705,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),(4706,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),(4707,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),(4708,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),(4709,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),(4710,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),(4711,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),(4712,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),(4713,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),(4714,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),(4715,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),(4716,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),(4717,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),(4718,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),(4719,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),(4720,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),(4721,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),(4722,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),(4723,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),(4724,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),(4725,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),(4726,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),(4727,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),(4728,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),(4729,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),(4730,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),(4731,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),(4732,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),(4733,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),(4734,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),(4735,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),(4736,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),(4737,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),(4738,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),(4739,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),(4740,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),(4741,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),(4742,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),(4743,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),(4744,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),(4745,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),(4746,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),(4747,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),(4748,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),(4749,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),(4750,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),(4751,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),(4752,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),(4753,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),(4754,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),(4755,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),(4756,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),(4757,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),(4758,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),(4759,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),(4760,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),(4761,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),(4762,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),(4763,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),(4764,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),(4765,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),(4766,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),(4767,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),(4768,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),(4769,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),(4770,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),(4771,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),(4772,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),(4773,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),(4774,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),(4775,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),(4776,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),(4777,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),(4778,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),(4779,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),(4780,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),(4781,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),(4782,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php'),(4783,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php'),(4784,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php'),(4785,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php'),(4786,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php'),(4787,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php'),(4788,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php'),(4789,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php'),(4790,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php'),(4791,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php'),(4792,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php'),(4793,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php'),(4794,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php'),(4795,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php'),(4796,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php'),(4797,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php'),(4798,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php'),(4799,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php'),(4800,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php'),(4801,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php'),(4802,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php'),(4803,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php'),(4804,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php'),(4805,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php'),(4806,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php'),(4807,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php'),(4808,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php'),(4809,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php'),(4810,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php'),(4811,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php'),(4812,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php'),(4813,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php'),(4814,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php'),(4815,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php'),(4816,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php'),(4817,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php'),(4818,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php'),(4819,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php'),(4820,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php'),(4821,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php'),(4822,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php'),(4823,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php'),(4824,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php'),(4825,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php'),(4826,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php'),(4827,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php'),(4828,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php'),(4829,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php'),(4830,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php'),(4831,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php'),(4832,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php'),(4833,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php'),(4834,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php'),(4835,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php'),(4836,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php'),(4837,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php'),(4838,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php'),(4839,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php'),(4840,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php'),(4841,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php'),(4842,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php'),(4843,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php'),(4844,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php'),(4845,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php'),(4846,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php'),(4847,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php'),(4848,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php'),(4849,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php'),(4850,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php'),(4851,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php'),(4852,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php'),(4853,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php'),(4854,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php'),(4855,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php'),(4856,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php'),(4857,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php'),(4858,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php'),(4859,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php'),(4860,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php'),(4861,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php'),(4862,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php'),(4863,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php'),(4864,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php'),(4865,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php'),(4866,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php'),(4867,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php'),(4868,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php'),(4869,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SassphpFilter.php'),(4870,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php'),(4871,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php'),(4872,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php'),(4873,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php'),(4874,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php'),(4875,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php'),(4876,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php'),(4877,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php'),(4878,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php'),(4879,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php'),(4880,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php'),(4881,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php'),(4882,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php'),(4883,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php'),(4884,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php'),(4885,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/SassUtils.php'),(4886,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php'),(4887,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php'),(4888,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php'),(4889,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/functions.php'),(4890,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),(4891,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php'),(4892,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),(4893,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),(4894,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),(4895,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),(4896,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),(4897,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),(4898,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),(4899,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),(4900,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),(4901,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),(4902,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php'),(4903,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php'),(4904,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php'),(4905,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),(4906,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php'),(4907,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),(4908,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),(4909,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php'),(4910,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),(4911,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),(4912,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php'),(4913,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),(4914,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),(4915,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),(4916,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),(4917,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),(4918,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),(4919,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),(4920,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),(4921,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),(4922,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),(4923,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php'),(4924,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),(4925,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),(4926,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),(4927,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),(4928,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),(4929,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),(4930,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),(4931,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),(4932,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),(4933,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),(4934,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),(4935,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),(4936,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),(4937,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),(4938,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),(4939,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),(4940,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),(4941,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),(4942,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),(4943,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),(4944,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),(4945,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),(4946,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),(4947,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),(4948,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),(4949,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),(4950,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),(4951,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),(4952,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),(4953,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),(4954,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),(4955,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),(4956,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),(4957,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),(4958,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),(4959,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),(4960,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),(4961,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),(4962,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),(4963,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),(4964,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),(4965,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),(4966,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),(4967,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),(4968,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),(4969,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),(4970,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),(4971,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),(4972,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),(4973,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),(4974,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),(4975,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),(4976,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),(4977,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),(4978,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),(4979,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),(4980,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),(4981,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),(4982,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),(4983,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),(4984,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),(4985,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),(4986,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),(4987,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),(4988,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),(4989,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),(4990,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),(4991,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),(4992,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),(4993,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),(4994,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),(4995,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),(4996,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),(4997,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),(4998,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),(4999,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),(5000,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),(5001,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),(5002,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),(5003,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),(5004,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),(5005,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),(5006,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),(5007,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),(5008,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),(5009,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),(5010,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),(5011,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),(5012,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),(5013,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),(5014,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),(5015,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),(5016,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),(5017,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),(5018,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),(5019,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),(5020,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),(5021,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),(5022,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),(5023,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),(5024,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),(5025,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),(5026,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),(5027,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),(5028,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),(5029,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),(5030,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),(5031,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),(5032,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),(5033,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),(5034,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),(5035,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),(5036,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),(5037,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),(5038,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),(5039,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),(5040,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),(5041,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),(5042,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),(5043,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),(5044,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),(5045,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),(5046,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),(5047,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),(5048,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),(5049,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),(5050,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),(5051,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),(5052,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),(5053,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),(5054,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),(5055,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),(5056,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),(5057,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),(5058,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),(5059,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),(5060,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),(5061,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),(5062,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),(5063,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),(5064,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),(5065,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),(5066,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),(5067,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),(5068,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),(5069,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),(5070,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),(5071,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),(5072,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),(5073,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),(5074,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),(5075,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),(5076,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),(5077,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),(5078,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),(5079,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),(5080,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),(5081,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),(5082,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),(5083,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),(5084,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),(5085,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),(5086,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),(5087,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),(5088,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),(5089,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),(5090,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),(5091,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),(5092,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),(5093,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),(5094,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),(5095,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),(5096,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),(5097,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),(5098,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),(5099,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),(5100,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),(5101,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),(5102,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),(5103,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),(5104,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php'),(5105,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),(5106,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),(5107,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),(5108,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),(5109,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),(5110,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php'),(5111,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php'),(5112,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php'),(5113,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php'),(5114,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php'),(5115,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php'),(5116,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php'),(5117,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php'),(5118,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ExceptionInterface.php'),(5119,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/InvalidArgumentException.php'),(5120,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/LogicException.php'),(5121,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessFailedException.php'),(5122,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessTimedOutException.php'),(5123,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/RuntimeException.php'),(5124,'wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php'),(5125,'wp-content/plugins/updraftplus/vendor/symfony/process/InputStream.php'),(5126,'wp-content/plugins/updraftplus/vendor/symfony/process/PhpExecutableFinder.php'),(5127,'wp-content/plugins/updraftplus/vendor/symfony/process/PhpProcess.php'),(5128,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/AbstractPipes.php'),(5129,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/PipesInterface.php'),(5130,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/UnixPipes.php'),(5131,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php'),(5132,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php'),(5133,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessBuilder.php'),(5134,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php'),(5135,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ExecutableFinderTest.php'),(5136,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/NonStopableProcess.php'),(5137,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/PhpExecutableFinderTest.php'),(5138,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/PhpProcessTest.php'),(5139,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php'),(5140,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessBuilderTest.php'),(5141,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php'),(5142,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessTest.php'),(5143,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/ProcessUtilsTest.php'),(5144,'wp-content/plugins/updraftplus/vendor/symfony/process/Tests/SignalListener.php'),(5145,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4/Factory.php'),(5146,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Autoloader.php'),(5147,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Extension.php'),(5148,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Panel.php'),(5149,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginExtension.php'),(5150,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginPanel.php'),(5151,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/ThemePanel.php'),(5152,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Factory.php'),(5153,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/InstalledPackage.php'),(5154,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php'),(5155,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/OAuthSignature.php'),(5156,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php'),(5157,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Package.php'),(5158,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Ui.php'),(5159,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php'),(5160,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php'),(5161,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Scheduler.php'),(5162,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/StateStore.php'),(5163,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Package.php'),(5164,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Update.php'),(5165,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/UpdateChecker.php'),(5166,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Update.php'),(5167,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpdateChecker.php'),(5168,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpgraderStatus.php'),(5169,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Utils.php'),(5170,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Api.php'),(5171,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BaseChecker.php'),(5172,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BitBucketApi.php'),(5173,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php'),(5174,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitLabApi.php'),(5175,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/PluginUpdateChecker.php'),(5176,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Reference.php'),(5177,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/ThemeUpdateChecker.php'),(5178,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/js/debug-bar.js'),(5179,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php'),(5180,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php'),(5181,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/ParsedownLegacy.php'),(5182,'wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/readme-parser.php'),(5183,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(5184,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(5185,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(5186,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(5187,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(5188,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(5189,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(5190,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(5191,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(5192,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(5193,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(5194,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(5195,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(5196,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(5197,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(5198,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(5199,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(5200,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(5201,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(5202,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(5203,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(5204,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(5205,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(5206,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(5207,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(5208,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(5209,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(5210,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(5211,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(5212,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(5213,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(5214,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(5215,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(5216,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(5217,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(5218,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(5219,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(5220,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(5221,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(5222,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(5223,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(5224,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(5225,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(5226,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(5227,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(5228,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(5229,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(5230,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(5231,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(5232,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(5233,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(5234,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(5235,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(5236,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(5237,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(5238,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(5239,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(5240,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(5241,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(5242,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(5243,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(5244,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(5245,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(5246,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(5247,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(5248,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(5249,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(5250,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(5251,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(5252,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(5253,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(5254,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(5255,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(5256,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(5257,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(5258,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(5259,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(5260,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(5261,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(5262,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(5263,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(5264,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(5265,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(5266,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(5267,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(5268,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(5269,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(5270,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(5271,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(5272,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(5273,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(5274,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(5275,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(5276,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(5277,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(5278,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(5279,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(5280,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(5281,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(5282,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(5283,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(5284,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(5285,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(5286,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(5287,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(5288,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(5289,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(5290,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(5291,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(5292,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(5293,'wp-content/plugins/wordfence/css/activity-report-widget.1596638737.css'),(5294,'wp-content/plugins/wordfence/css/diff.1596638737.css'),(5295,'wp-content/plugins/wordfence/css/dt_table.1596638737.css'),(5296,'wp-content/plugins/wordfence/css/fullLog.1596638737.css'),(5297,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(5298,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(5299,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(5300,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(5301,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(5302,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(5303,'wp-content/plugins/wordfence/css/iptraf.1596638737.css'),(5304,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1596638737.css'),(5305,'wp-content/plugins/wordfence/css/jquery-ui.min.1596638737.css'),(5306,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1596638737.css'),(5307,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1596638737.css'),(5308,'wp-content/plugins/wordfence/css/main.1596638737.css'),(5309,'wp-content/plugins/wordfence/css/phpinfo.1596638737.css'),(5310,'wp-content/plugins/wordfence/css/wf-adminbar.1596638737.css'),(5311,'wp-content/plugins/wordfence/css/wf-colorbox.1596638737.css'),(5312,'wp-content/plugins/wordfence/css/wf-font-awesome.1596638737.css'),(5313,'wp-content/plugins/wordfence/css/wf-global.1596638737.css'),(5314,'wp-content/plugins/wordfence/css/wf-ionicons.1596638737.css'),(5315,'wp-content/plugins/wordfence/css/wf-onboarding.1596638737.css'),(5316,'wp-content/plugins/wordfence/css/wf-roboto-font.1596638737.css'),(5317,'wp-content/plugins/wordfence/css/wfselect2.min.1596638737.css'),(5318,'wp-content/plugins/wordfence/css/wordfenceBox.1596638737.css'),(5319,'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(5320,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(5321,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(5322,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(5323,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(5324,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(5325,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(5326,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(5327,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(5328,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(5329,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(5330,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(5331,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(5332,'wp-content/plugins/wordfence/images/2fa1.svg'),(5333,'wp-content/plugins/wordfence/images/2fa2.svg'),(5334,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(5335,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(5336,'wp-content/plugins/wordfence/images/blocking.svg'),(5337,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(5338,'wp-content/plugins/wordfence/images/checkbox.png'),(5339,'wp-content/plugins/wordfence/images/flags.png'),(5340,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(5341,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(5342,'wp-content/plugins/wordfence/images/help.png'),(5343,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(5344,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(5345,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(5346,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(5347,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(5348,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(5349,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(5350,'wp-content/plugins/wordfence/images/icons/email_go.png'),(5351,'wp-content/plugins/wordfence/images/icons/error128.png'),(5352,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(5353,'wp-content/plugins/wordfence/images/icons/tick128.png'),(5354,'wp-content/plugins/wordfence/images/icons/warning128.png'),(5355,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(5356,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(5357,'wp-content/plugins/wordfence/images/loading.gif'),(5358,'wp-content/plugins/wordfence/images/loading_background.png'),(5359,'wp-content/plugins/wordfence/images/loading_large.gif'),(5360,'wp-content/plugins/wordfence/images/logo.png'),(5361,'wp-content/plugins/wordfence/images/options.svg'),(5362,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(5363,'wp-content/plugins/wordfence/images/sort_asc.gif'),(5364,'wp-content/plugins/wordfence/images/sort_asc.png'),(5365,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(5366,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(5367,'wp-content/plugins/wordfence/images/sort_both.gif'),(5368,'wp-content/plugins/wordfence/images/sort_both.png'),(5369,'wp-content/plugins/wordfence/images/sort_desc.gif'),(5370,'wp-content/plugins/wordfence/images/sort_desc.png'),(5371,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(5372,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(5373,'wp-content/plugins/wordfence/images/support.svg'),(5374,'wp-content/plugins/wordfence/images/tools.svg'),(5375,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(5376,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(5377,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(5378,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(5379,'wp-content/plugins/wordfence/index.php'),(5380,'wp-content/plugins/wordfence/js/Chart.bundle.min.1596638737.js'),(5381,'wp-content/plugins/wordfence/js/admin.1596638737.js'),(5382,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1596638737.js'),(5383,'wp-content/plugins/wordfence/js/admin.liveTraffic.1596638737.js'),(5384,'wp-content/plugins/wordfence/js/date.1596638737.js'),(5385,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1596638737.js'),(5386,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1596638737.js'),(5387,'wp-content/plugins/wordfence/js/jquery.colorbox.1596638737.js'),(5388,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1596638737.js'),(5389,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1596638737.js'),(5390,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1596638737.js'),(5391,'wp-content/plugins/wordfence/js/jquery.tools.min.1596638737.js'),(5392,'wp-content/plugins/wordfence/js/knockout-3.3.0.1596638737.js'),(5393,'wp-content/plugins/wordfence/js/wfdashboard.1596638737.js'),(5394,'wp-content/plugins/wordfence/js/wfdropdown.1596638737.js'),(5395,'wp-content/plugins/wordfence/js/wfglobal.1596638737.js'),(5396,'wp-content/plugins/wordfence/js/wfpopover.1596638737.js'),(5397,'wp-content/plugins/wordfence/js/wfselect2.min.1596638737.js'),(5398,'wp-content/plugins/wordfence/lib/.htaccess'),(5399,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(5400,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(5401,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(5402,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(5403,'wp-content/plugins/wordfence/lib/Diff.php'),(5404,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(5405,'wp-content/plugins/wordfence/lib/IPTraf.php'),(5406,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(5407,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(5408,'wp-content/plugins/wordfence/lib/compat.php'),(5409,'wp-content/plugins/wordfence/lib/conntest.php'),(5410,'wp-content/plugins/wordfence/lib/cronview.php'),(5411,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(5412,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(5413,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(5414,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(5415,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(5416,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(5417,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(5418,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(5419,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(5420,'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),(5421,'wp-content/plugins/wordfence/lib/dbview.php'),(5422,'wp-content/plugins/wordfence/lib/diffResult.php'),(5423,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(5424,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(5425,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(5426,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(5427,'wp-content/plugins/wordfence/lib/flags.php'),(5428,'wp-content/plugins/wordfence/lib/live_activity.php'),(5429,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(5430,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(5431,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(5432,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(5433,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(5434,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(5435,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(5436,'wp-content/plugins/wordfence/lib/menu_options.php'),(5437,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(5438,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(5439,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(5440,'wp-content/plugins/wordfence/lib/menu_support.php'),(5441,'wp-content/plugins/wordfence/lib/menu_tools.php'),(5442,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(5443,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(5444,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(5445,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(5446,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(5447,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(5448,'wp-content/plugins/wordfence/lib/noc1.key'),(5449,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(5450,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(5451,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(5452,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(5453,'wp-content/plugins/wordfence/lib/sysinfo.php'),(5454,'wp-content/plugins/wordfence/lib/unknownFiles.php'),(5455,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(5456,'wp-content/plugins/wordfence/lib/wf503.php'),(5457,'wp-content/plugins/wordfence/lib/wfAPI.php'),(5458,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(5459,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(5460,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(5461,'wp-content/plugins/wordfence/lib/wfArray.php'),(5462,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(5463,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(5464,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(5465,'wp-content/plugins/wordfence/lib/wfCache.php'),(5466,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(5467,'wp-content/plugins/wordfence/lib/wfConfig.php'),(5468,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(5469,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(5470,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(5471,'wp-content/plugins/wordfence/lib/wfDB.php'),(5472,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(5473,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(5474,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(5475,'wp-content/plugins/wordfence/lib/wfDict.php'),(5476,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(5477,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(5478,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(5479,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(5480,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(5481,'wp-content/plugins/wordfence/lib/wfIssues.php'),(5482,'wp-content/plugins/wordfence/lib/wfJWT.php'),(5483,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(5484,'wp-content/plugins/wordfence/lib/wfLog.php'),(5485,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(5486,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(5487,'wp-content/plugins/wordfence/lib/wfNotification.php'),(5488,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(5489,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(5490,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(5491,'wp-content/plugins/wordfence/lib/wfScan.php'),(5492,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(5493,'wp-content/plugins/wordfence/lib/wfSchema.php'),(5494,'wp-content/plugins/wordfence/lib/wfStyle.php'),(5495,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(5496,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(5497,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(5498,'wp-content/plugins/wordfence/lib/wfUtils.php'),(5499,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(5500,'wp-content/plugins/wordfence/lib/wfView.php'),(5501,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(5502,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(5503,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(5504,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(5505,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(5506,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(5507,'wp-content/plugins/wordfence/models/.htaccess'),(5508,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(5509,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(5510,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(5511,'wp-content/plugins/wordfence/models/common/wfTab.php'),(5512,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(5513,'wp-content/plugins/wordfence/models/page/wfPage.php'),(5514,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(5515,'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(5516,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(5517,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(5518,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(5519,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(5520,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(5521,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(5522,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(5523,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(5524,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(5525,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(5526,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(5527,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(5528,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(5529,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(5530,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(5531,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(5532,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(5533,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(5534,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(5535,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(5536,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(5537,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(5538,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(5539,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(5540,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(5541,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(5542,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(5543,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(5544,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(5545,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(5546,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(5547,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1596638737.css'),(5548,'wp-content/plugins/wordfence/modules/login-security/css/admin.1596638737.css'),(5549,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1596638737.css'),(5550,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1596638737.css'),(5551,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1596638737.css'),(5552,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1596638737.css'),(5553,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1596638737.css'),(5554,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1596638737.css'),(5555,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1596638737.css'),(5556,'wp-content/plugins/wordfence/modules/login-security/css/login.1596638737.css'),(5557,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(5558,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(5559,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(5560,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(5561,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(5562,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(5563,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(5564,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(5565,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(5566,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(5567,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(5568,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1596638737.js'),(5569,'wp-content/plugins/wordfence/modules/login-security/js/admin.1596638737.js'),(5570,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1596638737.js'),(5571,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1596638737.js'),(5572,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1596638737.js'),(5573,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1596638737.js'),(5574,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1596638737.js'),(5575,'wp-content/plugins/wordfence/modules/login-security/js/login.1596638737.js'),(5576,'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(5577,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(5578,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(5579,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(5580,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(5581,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(5582,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(5583,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(5584,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(5585,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(5586,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(5587,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(5588,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(5589,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(5590,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(5591,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(5592,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(5593,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(5594,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(5595,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(5596,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(5597,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(5598,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(5599,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(5600,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(5601,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(5602,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(5603,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(5604,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(5605,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(5606,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(5607,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(5608,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(5609,'wp-content/plugins/wordfence/readme.txt'),(5610,'wp-content/plugins/wordfence/tmp/.htaccess'),(5611,'wp-content/plugins/wordfence/vendor/.htaccess'),(5612,'wp-content/plugins/wordfence/vendor/autoload.php'),(5613,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(5614,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(5615,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(5616,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(5617,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(5618,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(5619,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(5620,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(5621,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(5622,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(5623,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(5624,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(5625,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(5626,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(5627,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(5628,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(5629,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(5630,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(5631,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(5632,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(5633,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(5634,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(5635,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(5636,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(5637,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(5638,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(5639,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(5640,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(5641,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(5642,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(5643,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(5644,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(5645,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(5646,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(5647,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(5648,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(5649,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(5650,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(5651,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(5652,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(5653,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(5654,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(5655,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(5656,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(5657,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(5658,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(5659,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(5660,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(5661,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(5662,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(5663,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(5664,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(5665,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(5666,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(5667,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(5668,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(5669,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(5670,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(5671,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(5672,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(5673,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(5674,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(5675,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(5676,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(5677,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(5678,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(5679,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(5680,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(5681,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(5682,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(5683,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(5684,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(5685,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(5686,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(5687,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(5688,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(5689,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(5690,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(5691,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(5692,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(5693,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(5694,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(5695,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(5696,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(5697,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(5698,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(5699,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(5700,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(5701,'wp-content/plugins/wordfence/views/.htaccess'),(5702,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(5703,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(5704,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(5705,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(5706,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(5707,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(5708,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(5709,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(5710,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(5711,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(5712,'wp-content/plugins/wordfence/views/common/license.php'),(5713,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(5714,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(5715,'wp-content/plugins/wordfence/views/common/page-help.php'),(5716,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(5717,'wp-content/plugins/wordfence/views/common/page-title.php'),(5718,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(5719,'wp-content/plugins/wordfence/views/common/section-title.php'),(5720,'wp-content/plugins/wordfence/views/common/status-circular.php'),(5721,'wp-content/plugins/wordfence/views/common/status-critical.php'),(5722,'wp-content/plugins/wordfence/views/common/status-detail.php'),(5723,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(5724,'wp-content/plugins/wordfence/views/common/status-warning.php'),(5725,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(5726,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(5727,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(5728,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(5729,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(5730,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(5731,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(5732,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(5733,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(5734,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(5735,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(5736,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(5737,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(5738,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(5739,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(5740,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(5741,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(5742,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(5743,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(5744,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(5745,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(5746,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(5747,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(5748,'wp-content/plugins/wordfence/views/options/block-controls.php'),(5749,'wp-content/plugins/wordfence/views/options/option-label.php'),(5750,'wp-content/plugins/wordfence/views/options/option-select.php'),(5751,'wp-content/plugins/wordfence/views/options/option-switch.php'),(5752,'wp-content/plugins/wordfence/views/options/option-text.php'),(5753,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(5754,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(5755,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(5756,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(5757,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(5758,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(5759,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(5760,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(5761,'wp-content/plugins/wordfence/views/options/option-token.php'),(5762,'wp-content/plugins/wordfence/views/options/options-title.php'),(5763,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(5764,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(5765,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(5766,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(5767,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(5768,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(5769,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(5770,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(5771,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(5772,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(5773,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(5774,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(5775,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(5776,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(5777,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(5778,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(5779,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(5780,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(5781,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(5782,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(5783,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(5784,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(5785,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(5786,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(5787,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(5788,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(5789,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(5790,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(5791,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(5792,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(5793,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(5794,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(5795,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(5796,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(5797,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(5798,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(5799,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(5800,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(5801,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(5802,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(5803,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(5804,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(5805,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(5806,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(5807,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(5808,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(5809,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(5810,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(5811,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(5812,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(5813,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(5814,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(5815,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(5816,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(5817,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(5818,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(5819,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(5820,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(5821,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(5822,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(5823,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(5824,'wp-content/plugins/wordfence/views/tours/login-security.php'),(5825,'wp-content/plugins/wordfence/views/waf/debug.php'),(5826,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(5827,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(5828,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(5829,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(5830,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(5831,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(5832,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(5833,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(5834,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(5835,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(5836,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(5837,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(5838,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(5839,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(5840,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(5841,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(5842,'wp-content/plugins/wordfence/waf/.htaccess'),(5843,'wp-content/plugins/wordfence/waf/bootstrap.php'),(5844,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(5845,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(5846,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(5847,'wp-content/plugins/wordfence/wordfence.php'),(5848,'wp-content/themes/bridge/404.php'),(5849,'wp-content/themes/bridge/archive.php'),(5850,'wp-content/themes/bridge/blog-chequered.php'),(5851,'wp-content/themes/bridge/blog-compound.php'),(5852,'wp-content/themes/bridge/blog-gallery.php'),(5853,'wp-content/themes/bridge/blog-headlines.php'),(5854,'wp-content/themes/bridge/blog-large-image-simple.php'),(5855,'wp-content/themes/bridge/blog-large-image-whole-post.php'),(5856,'wp-content/themes/bridge/blog-large-image-with-dividers.php'),(5857,'wp-content/themes/bridge/blog-large-image.php'),(5858,'wp-content/themes/bridge/blog-masonry-date-in-image.php'),(5859,'wp-content/themes/bridge/blog-masonry-full-width-date-in-image.php'),(5860,'wp-content/themes/bridge/blog-masonry-full-width.php'),(5861,'wp-content/themes/bridge/blog-masonry-gallery.php'),(5862,'wp-content/themes/bridge/blog-masonry.php'),(5863,'wp-content/themes/bridge/blog-pinterest.php'),(5864,'wp-content/themes/bridge/blog-small-image.php'),(5865,'wp-content/themes/bridge/blog-vertical-loop.php'),(5866,'wp-content/themes/bridge/category.php'),(5867,'wp-content/themes/bridge/comments.php'),(5868,'wp-content/themes/bridge/contact-page.php'),(5869,'wp-content/themes/bridge/css/custom-styles/general-custom-styles.php'),(5870,'wp-content/themes/bridge/css/dripicons/fonts/dripicons-v2.svg'),(5871,'wp-content/themes/bridge/css/dripicons/fonts/dripicons.svg'),(5872,'wp-content/themes/bridge/css/elegant-icons/fonts/ElegantIcons.svg'),(5873,'wp-content/themes/bridge/css/elegant-icons/index.html'),(5874,'wp-content/themes/bridge/css/font-awesome/fonts/fontawesome-webfont.svg'),(5875,'wp-content/themes/bridge/css/img/audio/controls.svg'),(5876,'wp-content/themes/bridge/css/img/desaturate.svg'),(5877,'wp-content/themes/bridge/css/linea-icons/arrows/fonts/linea-arrows-10.svg'),(5878,'wp-content/themes/bridge/css/linea-icons/basic/fonts/linea-basic-10.svg'),(5879,'wp-content/themes/bridge/css/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.svg'),(5880,'wp-content/themes/bridge/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg'),(5881,'wp-content/themes/bridge/css/linea-icons/music/fonts/linea-music-10.svg'),(5882,'wp-content/themes/bridge/css/linea-icons/software/fonts/linea-software-10.svg'),(5883,'wp-content/themes/bridge/css/style_dynamic.php'),(5884,'wp-content/themes/bridge/css/style_dynamic_callback.php'),(5885,'wp-content/themes/bridge/css/style_dynamic_responsive.php'),(5886,'wp-content/themes/bridge/css/style_dynamic_responsive_callback.php'),(5887,'wp-content/themes/bridge/event-template.php'),(5888,'wp-content/themes/bridge/extendvc/extend-vc.php'),(5889,'wp-content/themes/bridge/footer.php'),(5890,'wp-content/themes/bridge/framework/admin/assets/css/font-awesome/fonts/fontawesome-webfont.svg'),(5891,'wp-content/themes/bridge/framework/admin/assets/js/bootstrap.min.js'),(5892,'wp-content/themes/bridge/framework/admin/assets/js/jquery.geocomplete.min.js'),(5893,'wp-content/themes/bridge/framework/admin/assets/js/qode-tax-custom-fields.js'),(5894,'wp-content/themes/bridge/framework/admin/assets/js/qodef-instagram.js'),(5895,'wp-content/themes/bridge/framework/admin/assets/js/qodef-nav-menu.js'),(5896,'wp-content/themes/bridge/framework/admin/assets/js/qodef-slider-category.js'),(5897,'wp-content/themes/bridge/framework/admin/assets/js/qodef-twitter-connect.js'),(5898,'wp-content/themes/bridge/framework/admin/assets/js/qodef-ui/jquery.nouislider.min.js'),(5899,'wp-content/themes/bridge/framework/admin/assets/js/qodef-ui/qodef-ui-repeater.js'),(5900,'wp-content/themes/bridge/framework/admin/assets/js/qodef-ui/qodef-ui.js'),(5901,'wp-content/themes/bridge/framework/admin/assets/js/select2.min.js'),(5902,'wp-content/themes/bridge/framework/admin/meta-boxes/blog/map.php'),(5903,'wp-content/themes/bridge/framework/admin/meta-boxes/carousels/map.php'),(5904,'wp-content/themes/bridge/framework/admin/meta-boxes/content-bottom/map.php'),(5905,'wp-content/themes/bridge/framework/admin/meta-boxes/footer/map.php'),(5906,'wp-content/themes/bridge/framework/admin/meta-boxes/general/map.php'),(5907,'wp-content/themes/bridge/framework/admin/meta-boxes/header/map.php'),(5908,'wp-content/themes/bridge/framework/admin/meta-boxes/left-menu/map.php'),(5909,'wp-content/themes/bridge/framework/admin/meta-boxes/masonry_gallery/map.php'),(5910,'wp-content/themes/bridge/framework/admin/meta-boxes/portfolio/map.php'),(5911,'wp-content/themes/bridge/framework/admin/meta-boxes/post/map.php'),(5912,'wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-audio/map.php'),(5913,'wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-gallery/map.php'),(5914,'wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-link/map.php'),(5915,'wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-quote/map.php'),(5916,'wp-content/themes/bridge/framework/admin/meta-boxes/post/post-format-video/map.php'),(5917,'wp-content/themes/bridge/framework/admin/meta-boxes/qode-meta-boxes-setup.php'),(5918,'wp-content/themes/bridge/framework/admin/meta-boxes/seo/map.php'),(5919,'wp-content/themes/bridge/framework/admin/meta-boxes/sidebar/map.php'),(5920,'wp-content/themes/bridge/framework/admin/meta-boxes/slides/map.php'),(5921,'wp-content/themes/bridge/framework/admin/meta-boxes/testimonials/map.php'),(5922,'wp-content/themes/bridge/framework/admin/meta-boxes/title/map.php'),(5923,'wp-content/themes/bridge/framework/admin/options/blog/map.php'),(5924,'wp-content/themes/bridge/framework/admin/options/contact/map.php'),(5925,'wp-content/themes/bridge/framework/admin/options/contactform7/map.php'),(5926,'wp-content/themes/bridge/framework/admin/options/contentbottom/map.php'),(5927,'wp-content/themes/bridge/framework/admin/options/elements/map.php'),(5928,'wp-content/themes/bridge/framework/admin/options/error404/map.php'),(5929,'wp-content/themes/bridge/framework/admin/options/fonts/map.php'),(5930,'wp-content/themes/bridge/framework/admin/options/footer/map.php'),(5931,'wp-content/themes/bridge/framework/admin/options/general/map.php'),(5932,'wp-content/themes/bridge/framework/admin/options/header/map.php'),(5933,'wp-content/themes/bridge/framework/admin/options/importexport/map.php'),(5934,'wp-content/themes/bridge/framework/admin/options/logo/map.php'),(5935,'wp-content/themes/bridge/framework/admin/options/maintenance/map.php'),(5936,'wp-content/themes/bridge/framework/admin/options/parallax/map.php'),(5937,'wp-content/themes/bridge/framework/admin/options/portfolio/map.php'),(5938,'wp-content/themes/bridge/framework/admin/options/qode-options-setup.php'),(5939,'wp-content/themes/bridge/framework/admin/options/reset/map.php'),(5940,'wp-content/themes/bridge/framework/admin/options/sidebar/map.php'),(5941,'wp-content/themes/bridge/framework/admin/options/slider/map.php'),(5942,'wp-content/themes/bridge/framework/admin/options/social/map.php'),(5943,'wp-content/themes/bridge/framework/admin/options/title/map.php'),(5944,'wp-content/themes/bridge/framework/admin/options/verticalsplitslider/map.php'),(5945,'wp-content/themes/bridge/framework/admin/options/visualcomposer/map.php'),(5946,'wp-content/themes/bridge/framework/lib/google-fonts.php'),(5947,'wp-content/themes/bridge/framework/lib/qode.framework.php'),(5948,'wp-content/themes/bridge/framework/lib/qode.functions.php'),(5949,'wp-content/themes/bridge/framework/lib/qode.icons/qode.dripicons.php'),(5950,'wp-content/themes/bridge/framework/lib/qode.icons/qode.fontawesome.php'),(5951,'wp-content/themes/bridge/framework/lib/qode.icons/qode.fontelegant.php'),(5952,'wp-content/themes/bridge/framework/lib/qode.icons/qode.iconcollection.interface.php'),(5953,'wp-content/themes/bridge/framework/lib/qode.icons/qode.icons.php'),(5954,'wp-content/themes/bridge/framework/lib/qode.icons/qode.lineaicons.php'),(5955,'wp-content/themes/bridge/framework/lib/qode.layout.tax.php'),(5956,'wp-content/themes/bridge/framework/lib/qode.layout1.php'),(5957,'wp-content/themes/bridge/framework/lib/qode.layout2.php'),(5958,'wp-content/themes/bridge/framework/lib/qode.layout3.php'),(5959,'wp-content/themes/bridge/framework/lib/qode.optionsapi.php'),(5960,'wp-content/themes/bridge/framework/lib/qode.welcome.page.php'),(5961,'wp-content/themes/bridge/framework/modules/blog/blog-functions.php'),(5962,'wp-content/themes/bridge/framework/modules/blog/load.php'),(5963,'wp-content/themes/bridge/framework/modules/gutenberg/templates/gutenberg-title.php'),(5964,'wp-content/themes/bridge/framework/modules/header/header-functions.php'),(5965,'wp-content/themes/bridge/framework/modules/header/load.php'),(5966,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed.php'),(5967,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed_hiding.php'),(5968,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed_minimal.php'),(5969,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-fixed_top_header.php'),(5970,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-regular.php'),(5971,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-stick.php'),(5972,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-stick_menu_bottom.php'),(5973,'wp-content/themes/bridge/framework/modules/header/templates/header-appearance/header-stick_with_left_right_menu.php'),(5974,'wp-content/themes/bridge/framework/modules/header/templates/header-top/header-top.php'),(5975,'wp-content/themes/bridge/framework/modules/header/templates/mobile-menu/mobile-menu-button.php'),(5976,'wp-content/themes/bridge/framework/modules/header/templates/mobile-menu/mobile-menu-stick-with-left-right-menu.php'),(5977,'wp-content/themes/bridge/framework/modules/header/templates/mobile-menu/mobile-menu.php'),(5978,'wp-content/themes/bridge/framework/modules/header/templates/parts/ajax-loader.php'),(5979,'wp-content/themes/bridge/framework/modules/header/templates/parts/back-to-top.php'),(5980,'wp-content/themes/bridge/framework/modules/header/templates/parts/fullscreen-search.php'),(5981,'wp-content/themes/bridge/framework/modules/header/templates/parts/logo.php'),(5982,'wp-content/themes/bridge/framework/modules/header/templates/popup-menu/popup-menu-button.php'),(5983,'wp-content/themes/bridge/framework/modules/header/templates/popup-menu/popup-menu.php'),(5984,'wp-content/themes/bridge/framework/modules/header/templates/search/search-button-fixed-top-header.php'),(5985,'wp-content/themes/bridge/framework/modules/header/templates/search/search-button.php'),(5986,'wp-content/themes/bridge/framework/modules/header/templates/search/search-fixed-top-header.php'),(5987,'wp-content/themes/bridge/framework/modules/header/templates/search/search.php'),(5988,'wp-content/themes/bridge/framework/modules/header/templates/search/types/search-covers-header.php'),(5989,'wp-content/themes/bridge/framework/modules/header/templates/search/types/search-slides-from-header-bottom.php'),(5990,'wp-content/themes/bridge/framework/modules/header/templates/search/types/search.php'),(5991,'wp-content/themes/bridge/framework/modules/header/templates/side-area/side-area.php'),(5992,'wp-content/themes/bridge/framework/modules/header/templates/side-area/side-menu-button-link.php'),(5993,'wp-content/themes/bridge/framework/modules/header/templates/vertical-header.php'),(5994,'wp-content/themes/bridge/framework/modules/layer-slider/layer-slider-config.php'),(5995,'wp-content/themes/bridge/framework/modules/layer-slider/load.php'),(5996,'wp-content/themes/bridge/framework/modules/page/custom-styles/page.php'),(5997,'wp-content/themes/bridge/framework/modules/page/load.php'),(5998,'wp-content/themes/bridge/framework/modules/page/meta-boxes/map.php'),(5999,'wp-content/themes/bridge/framework/modules/page/options-map/map.php'),(6000,'wp-content/themes/bridge/framework/modules/page/page-functions.php'),(6001,'wp-content/themes/bridge/framework/modules/page/templates/inter-page-navigation.php'),(6002,'wp-content/themes/bridge/framework/modules/qode-modules-loader.php'),(6003,'wp-content/themes/bridge/framework/modules/search/load.php'),(6004,'wp-content/themes/bridge/framework/modules/search/options-map/map.php'),(6005,'wp-content/themes/bridge/framework/modules/sidebar/load.php'),(6006,'wp-content/themes/bridge/framework/modules/sidebar/sidebar-functions.php'),(6007,'wp-content/themes/bridge/framework/modules/timetable-schedule/custom-styles/timetable.php'),(6008,'wp-content/themes/bridge/framework/modules/timetable-schedule/load.php'),(6009,'wp-content/themes/bridge/framework/modules/timetable-schedule/options-map/map.php'),(6010,'wp-content/themes/bridge/framework/modules/timetable-schedule/templates/events-single.php'),(6011,'wp-content/themes/bridge/framework/modules/timetable-schedule/timetable-functions.php'),(6012,'wp-content/themes/bridge/framework/modules/timetable-schedule/visual-composer-map.php'),(6013,'wp-content/themes/bridge/framework/modules/title/custom-styles/custom-styles.php'),(6014,'wp-content/themes/bridge/framework/modules/title/load.php'),(6015,'wp-content/themes/bridge/framework/modules/title/options-map/map.php'),(6016,'wp-content/themes/bridge/framework/modules/title/title-functions.php'),(6017,'wp-content/themes/bridge/framework/modules/visual-composer/load.php'),(6018,'wp-content/themes/bridge/framework/modules/visual-composer/visual-composer-config.php'),(6019,'wp-content/themes/bridge/framework/modules/widgets/call-to-action/call-to-action.php'),(6020,'wp-content/themes/bridge/framework/modules/widgets/call-to-action/functions.php'),(6021,'wp-content/themes/bridge/framework/modules/widgets/call-to-action/load.php'),(6022,'wp-content/themes/bridge/framework/modules/widgets/latest-posts/functions.php'),(6023,'wp-content/themes/bridge/framework/modules/widgets/latest-posts/latest-posts.php'),(6024,'wp-content/themes/bridge/framework/modules/widgets/latest-posts/load.php'),(6025,'wp-content/themes/bridge/framework/modules/widgets/latest-posts-menu/functions.php'),(6026,'wp-content/themes/bridge/framework/modules/widgets/latest-posts-menu/latest-posts-menu.php'),(6027,'wp-content/themes/bridge/framework/modules/widgets/latest-posts-menu/load.php'),(6028,'wp-content/themes/bridge/framework/modules/widgets/related-posts/functions.php'),(6029,'wp-content/themes/bridge/framework/modules/widgets/related-posts/load.php'),(6030,'wp-content/themes/bridge/framework/modules/widgets/related-posts/related-posts.php'),(6031,'wp-content/themes/bridge/framework/modules/widgets/social-icon/functions.php'),(6032,'wp-content/themes/bridge/framework/modules/widgets/social-icon/load.php'),(6033,'wp-content/themes/bridge/framework/modules/widgets/social-icon/social-icon.php'),(6034,'wp-content/themes/bridge/framework/modules/widgets/sticky-sidebar/functions.php'),(6035,'wp-content/themes/bridge/framework/modules/widgets/sticky-sidebar/load.php'),(6036,'wp-content/themes/bridge/framework/modules/widgets/sticky-sidebar/sticky-sidebar.php'),(6037,'wp-content/themes/bridge/framework/modules/woocommerce/admin/meta-boxes/woocommerce-meta-boxes.php'),(6038,'wp-content/themes/bridge/framework/modules/woocommerce/admin/options-map/map.php'),(6039,'wp-content/themes/bridge/framework/modules/woocommerce/assets/js/woocommerce.js'),(6040,'wp-content/themes/bridge/framework/modules/woocommerce/custom-styles/woocommerce.php'),(6041,'wp-content/themes/bridge/framework/modules/woocommerce/load.php'),(6042,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/custom-styles/yith-quick-view.php'),(6043,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/load.php'),(6044,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-conf.php'),(6045,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-functions.php'),(6046,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-hooks.php'),(6047,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/custom-styles/yith-wishlist.php'),(6048,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/load.php'),(6049,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/widgets/yith-wishlist.php'),(6050,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/yith-wishlist-conf.php'),(6051,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/yith-wishlist-functions.php'),(6052,'wp-content/themes/bridge/framework/modules/woocommerce/plugins/yith-wishlist/yith-wishlist-hooks.php'),(6053,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/functions.php'),(6054,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/load.php'),(6055,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/product-list.php'),(6056,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/categories-filter.php'),(6057,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-below-image.php'),(6058,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-on-image.php'),(6059,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/parts/ordering-filter.php'),(6060,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/product-list-masonry.php'),(6061,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/product-list/templates/product-list-standard.php'),(6062,'wp-content/themes/bridge/framework/modules/woocommerce/shortcodes/shortcodes-functions.php'),(6063,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/add-to-cart.php'),(6064,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/category.php'),(6065,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/excerpt.php'),(6066,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/image-simple.php'),(6067,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/image.php'),(6068,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/no-posts.php'),(6069,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/price.php'),(6070,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/rating.php'),(6071,'wp-content/themes/bridge/framework/modules/woocommerce/templates/parts/title.php'),(6072,'wp-content/themes/bridge/framework/modules/woocommerce/widgets/woocommerce-dropdown-cart.php'),(6073,'wp-content/themes/bridge/framework/modules/woocommerce/woocommerce-config.php'),(6074,'wp-content/themes/bridge/framework/modules/woocommerce/woocommerce-functions.php'),(6075,'wp-content/themes/bridge/framework/modules/woocommerce/woocommerce-template-hooks.php'),(6076,'wp-content/themes/bridge/framework/qode-framework.php'),(6077,'wp-content/themes/bridge/full_screen.php'),(6078,'wp-content/themes/bridge/full_width.php'),(6079,'wp-content/themes/bridge/functions.php'),(6080,'wp-content/themes/bridge/header.php'),(6081,'wp-content/themes/bridge/home.php'),(6082,'wp-content/themes/bridge/includes/comment/comment.php'),(6083,'wp-content/themes/bridge/includes/font_awesome/font-awesome.php'),(6084,'wp-content/themes/bridge/includes/nav_menu/edit_custom_walker.php'),(6085,'wp-content/themes/bridge/includes/nav_menu/qode-menu.php'),(6086,'wp-content/themes/bridge/includes/pagination/pagination.php'),(6087,'wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php'),(6088,'wp-content/themes/bridge/includes/plugins/plugins-activation.php'),(6089,'wp-content/themes/bridge/includes/qode-blog-helper-functions.php'),(6090,'wp-content/themes/bridge/includes/qode-breadcrumbs.php'),(6091,'wp-content/themes/bridge/includes/qode-custom-taxonomy-field.php'),(6092,'wp-content/themes/bridge/includes/qode-fallback-helper-functions.php'),(6093,'wp-content/themes/bridge/includes/qode-gradient-helper-functions.php'),(6094,'wp-content/themes/bridge/includes/qode-loading-spinners.php'),(6095,'wp-content/themes/bridge/includes/qode-plugin-helper-functions.php'),(6096,'wp-content/themes/bridge/includes/qode-related-posts.php'),(6097,'wp-content/themes/bridge/includes/sidebar/qode-custom-sidebar.php'),(6098,'wp-content/themes/bridge/includes/sidebar/sidebar.php'),(6099,'wp-content/themes/bridge/index.php'),(6100,'wp-content/themes/bridge/js/admin/default.js'),(6101,'wp-content/themes/bridge/js/admin/popup-colorpicker.js'),(6102,'wp-content/themes/bridge/js/admin/qode-sidebar.js'),(6103,'wp-content/themes/bridge/js/ajax.js'),(6104,'wp-content/themes/bridge/js/ajax.min.js'),(6105,'wp-content/themes/bridge/js/default-temp.js'),(6106,'wp-content/themes/bridge/js/default.js'),(6107,'wp-content/themes/bridge/js/default.min.js'),(6108,'wp-content/themes/bridge/js/default_dynamic.js'),(6109,'wp-content/themes/bridge/js/default_dynamic.php'),(6110,'wp-content/themes/bridge/js/default_dynamic_callback.php'),(6111,'wp-content/themes/bridge/js/plugins/Chart.min.js'),(6112,'wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js'),(6113,'wp-content/themes/bridge/js/plugins/SmoothScroll.js'),(6114,'wp-content/themes/bridge/js/plugins/TweenLite.min.js'),(6115,'wp-content/themes/bridge/js/plugins/abstractBaseClass.js'),(6116,'wp-content/themes/bridge/js/plugins/bigtext.js'),(6117,'wp-content/themes/bridge/js/plugins/bootstrap.carousel.js'),(6118,'wp-content/themes/bridge/js/plugins/counter.js'),(6119,'wp-content/themes/bridge/js/plugins/doubletaptogo.js'),(6120,'wp-content/themes/bridge/js/plugins/easypiechart.js'),(6121,'wp-content/themes/bridge/js/plugins/fluidvids.min.js'),(6122,'wp-content/themes/bridge/js/plugins/html5.js'),(6123,'wp-content/themes/bridge/js/plugins/imagesloaded.js'),(6124,'wp-content/themes/bridge/js/plugins/infinitescroll.min.js'),(6125,'wp-content/themes/bridge/js/plugins/jplayer.min.js'),(6126,'wp-content/themes/bridge/js/plugins/jquery-1.10.2.min.js'),(6127,'wp-content/themes/bridge/js/plugins/jquery.appear.js'),(6128,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.js'),(6129,'wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.min.js'),(6130,'wp-content/themes/bridge/js/plugins/jquery.countdown.js'),(6131,'wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js'),(6132,'wp-content/themes/bridge/js/plugins/jquery.event.move.js'),(6133,'wp-content/themes/bridge/js/plugins/jquery.fitvids.js'),(6134,'wp-content/themes/bridge/js/plugins/jquery.flexslider-min.js'),(6135,'wp-content/themes/bridge/js/plugins/jquery.fullPage.min.js'),(6136,'wp-content/themes/bridge/js/plugins/jquery.isotope.min.js'),(6137,'wp-content/themes/bridge/js/plugins/jquery.justifiedGallery.min.js'),(6138,'wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js'),(6139,'wp-content/themes/bridge/js/plugins/jquery.multiscroll.min.js'),(6140,'wp-content/themes/bridge/js/plugins/jquery.nicescroll.min.js'),(6141,'wp-content/themes/bridge/js/plugins/jquery.prettyPhoto.js'),(6142,'wp-content/themes/bridge/js/plugins/jquery.sticky-kit.min.js'),(6143,'wp-content/themes/bridge/js/plugins/jquery.stretch.js'),(6144,'wp-content/themes/bridge/js/plugins/jquery.stylish-select.min.js'),(6145,'wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js'),(6146,'wp-content/themes/bridge/js/plugins/jquery.twentytwenty.js'),(6147,'wp-content/themes/bridge/js/plugins/jquery.waitforimages.js'),(6148,'wp-content/themes/bridge/js/plugins/lemmon-slider.js'),(6149,'wp-content/themes/bridge/js/plugins/lemmon-slider.min.js'),(6150,'wp-content/themes/bridge/js/plugins/mixitup.js'),(6151,'wp-content/themes/bridge/js/plugins/modernizr.min.js'),(6152,'wp-content/themes/bridge/js/plugins/owl.carousel.min.js'),(6153,'wp-content/themes/bridge/js/plugins/packery-mode.pkgd.min.js'),(6154,'wp-content/themes/bridge/js/plugins/qode-like.js'),(6155,'wp-content/themes/bridge/js/plugins/qode-like.min.js'),(6156,'wp-content/themes/bridge/js/plugins/rangeslider.min.js'),(6157,'wp-content/themes/bridge/js/plugins/skrollr.js'),(6158,'wp-content/themes/bridge/js/plugins/smoothPageScroll.js'),(6159,'wp-content/themes/bridge/js/plugins/smoothPageScroll.min.js'),(6160,'wp-content/themes/bridge/js/plugins/typed.js'),(6161,'wp-content/themes/bridge/js/plugins/waypoints.min.js'),(6162,'wp-content/themes/bridge/js/woocommerce.min.js'),(6163,'wp-content/themes/bridge/landing_page.php'),(6164,'wp-content/themes/bridge/page.php'),(6165,'wp-content/themes/bridge/search.php'),(6166,'wp-content/themes/bridge/searchform.php'),(6167,'wp-content/themes/bridge/sidebar.php'),(6168,'wp-content/themes/bridge/single-portfolio_page.php'),(6169,'wp-content/themes/bridge/single.php'),(6170,'wp-content/themes/bridge/slider.php'),(6171,'wp-content/themes/bridge/templates/blog-parts/blog-share-like-below-text.php'),(6172,'wp-content/themes/bridge/templates/blog-parts/blog-share-like-post-info.php'),(6173,'wp-content/themes/bridge/templates/blog-parts/chequered/gallery.php'),(6174,'wp-content/themes/bridge/templates/blog-parts/chequered/image.php'),(6175,'wp-content/themes/bridge/templates/blog-parts/chequered/link.php'),(6176,'wp-content/themes/bridge/templates/blog-parts/chequered/quote.php'),(6177,'wp-content/themes/bridge/templates/blog-parts/chequered/text.php'),(6178,'wp-content/themes/bridge/templates/blog-parts/compound/gallery.php'),(6179,'wp-content/themes/bridge/templates/blog-parts/compound/image.php'),(6180,'wp-content/themes/bridge/templates/blog-parts/compound/meta.php'),(6181,'wp-content/themes/bridge/templates/blog-parts/compound/text.php'),(6182,'wp-content/themes/bridge/templates/blog-parts/compound/title.php'),(6183,'wp-content/themes/bridge/templates/blog-parts/compound/video.php'),(6184,'wp-content/themes/bridge/templates/blog-parts/gallery/date.php'),(6185,'wp-content/themes/bridge/templates/blog-parts/gallery/gallery.php'),(6186,'wp-content/themes/bridge/templates/blog-parts/gallery/image.php'),(6187,'wp-content/themes/bridge/templates/blog-parts/gallery/text.php'),(6188,'wp-content/themes/bridge/templates/blog-parts/masonry-gallery/date.php'),(6189,'wp-content/themes/bridge/templates/blog-parts/masonry-gallery/gallery.php'),(6190,'wp-content/themes/bridge/templates/blog-parts/masonry-gallery/image.php'),(6191,'wp-content/themes/bridge/templates/blog-parts/masonry-gallery/link.php'),(6192,'wp-content/themes/bridge/templates/blog-parts/masonry-gallery/quote.php'),(6193,'wp-content/themes/bridge/templates/blog-parts/masonry-gallery/text.php'),(6194,'wp-content/themes/bridge/templates/blog-parts/pinterest/audio.php'),(6195,'wp-content/themes/bridge/templates/blog-parts/pinterest/gallery.php'),(6196,'wp-content/themes/bridge/templates/blog-parts/pinterest/image.php'),(6197,'wp-content/themes/bridge/templates/blog-parts/pinterest/link.php'),(6198,'wp-content/themes/bridge/templates/blog-parts/pinterest/quote.php'),(6199,'wp-content/themes/bridge/templates/blog-parts/pinterest/text.php'),(6200,'wp-content/themes/bridge/templates/blog-parts/pinterest/video.php'),(6201,'wp-content/themes/bridge/templates/blog-single-image-title-post-loop.php'),(6202,'wp-content/themes/bridge/templates/blog-structure.php'),(6203,'wp-content/themes/bridge/templates/blog_chequered-loop.php'),(6204,'wp-content/themes/bridge/templates/blog_compound-loop.php'),(6205,'wp-content/themes/bridge/templates/blog_compound_sticky-loop.php'),(6206,'wp-content/themes/bridge/templates/blog_gallery-loop.php'),(6207,'wp-content/themes/bridge/templates/blog_headlines-loop.php'),(6208,'wp-content/themes/bridge/templates/blog_large_image-loop.php'),(6209,'wp-content/themes/bridge/templates/blog_large_image_simple-loop.php'),(6210,'wp-content/themes/bridge/templates/blog_large_image_whole_post-loop.php'),(6211,'wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php'),(6212,'wp-content/themes/bridge/templates/blog_masonry-loop.php'),(6213,'wp-content/themes/bridge/templates/blog_masonry_date_in_image-loop.php'),(6214,'wp-content/themes/bridge/templates/blog_masonry_gallery-loop.php'),(6215,'wp-content/themes/bridge/templates/blog_pinterest-loop.php'),(6216,'wp-content/themes/bridge/templates/blog_search-loop.php'),(6217,'wp-content/themes/bridge/templates/blog_single-loop.php'),(6218,'wp-content/themes/bridge/templates/blog_small_image-loop.php'),(6219,'wp-content/themes/bridge/templates/blog_vertical-loop.php'),(6220,'wp-content/themes/bridge/templates/masonry-filter.php'),(6221,'wp-content/themes/bridge/templates/portfolio-comments.php'),(6222,'wp-content/themes/bridge/templates/portfolio-loop.php'),(6223,'wp-content/themes/bridge/templates/portfolio-navigation.php'),(6224,'wp-content/themes/bridge/templates/portfolio-related.php'),(6225,'wp-content/themes/bridge/theme-includes.php'),(6226,'wp-content/themes/bridge/title.php'),(6227,'wp-content/themes/bridge/vc_templates/animated_icon_with_text.php'),(6228,'wp-content/themes/bridge/vc_templates/animated_icons_with_text.php'),(6229,'wp-content/themes/bridge/vc_templates/qode_circle.php'),(6230,'wp-content/themes/bridge/vc_templates/qode_circles.php'),(6231,'wp-content/themes/bridge/vc_templates/qode_client.php'),(6232,'wp-content/themes/bridge/vc_templates/qode_clients.php'),(6233,'wp-content/themes/bridge/vc_templates/qode_content_slider.php'),(6234,'wp-content/themes/bridge/vc_templates/qode_content_slider_item.php'),(6235,'wp-content/themes/bridge/vc_templates/qode_elements_holder.php'),(6236,'wp-content/themes/bridge/vc_templates/qode_elements_holder_item.php'),(6237,'wp-content/themes/bridge/vc_templates/qode_horizontal_marquee.php'),(6238,'wp-content/themes/bridge/vc_templates/qode_horizontal_marquee_item.php'),(6239,'wp-content/themes/bridge/vc_templates/qode_in_device_slider.php'),(6240,'wp-content/themes/bridge/vc_templates/qode_in_device_slider_item.php'),(6241,'wp-content/themes/bridge/vc_templates/qode_preview_slider.php'),(6242,'wp-content/themes/bridge/vc_templates/qode_preview_slider_item.php'),(6243,'wp-content/themes/bridge/vc_templates/qode_pricing_list.php'),(6244,'wp-content/themes/bridge/vc_templates/qode_pricing_list_item.php'),(6245,'wp-content/themes/bridge/vc_templates/qode_pricing_table.php'),(6246,'wp-content/themes/bridge/vc_templates/qode_pricing_tables.php'),(6247,'wp-content/themes/bridge/vc_templates/qode_vertical_left_sliding_panel.php'),(6248,'wp-content/themes/bridge/vc_templates/qode_vertical_right_sliding_panel.php'),(6249,'wp-content/themes/bridge/vc_templates/qode_vertical_slide_content_item.php'),(6250,'wp-content/themes/bridge/vc_templates/qode_vertical_split_slider.php'),(6251,'wp-content/themes/bridge/vc_templates/vc_accordion.php'),(6252,'wp-content/themes/bridge/vc_templates/vc_accordion_tab.php'),(6253,'wp-content/themes/bridge/vc_templates/vc_column_text.php'),(6254,'wp-content/themes/bridge/vc_templates/vc_empty_space.php'),(6255,'wp-content/themes/bridge/vc_templates/vc_gallery.php'),(6256,'wp-content/themes/bridge/vc_templates/vc_row.php'),(6257,'wp-content/themes/bridge/vc_templates/vc_row_inner.php'),(6258,'wp-content/themes/bridge/vc_templates/vc_separator.php'),(6259,'wp-content/themes/bridge/vc_templates/vc_single_image.php'),(6260,'wp-content/themes/bridge/vc_templates/vc_tab.php'),(6261,'wp-content/themes/bridge/vc_templates/vc_tabs.php'),(6262,'wp-content/themes/bridge/vc_templates/vc_text_separator.php'),(6263,'wp-content/themes/bridge/woocommerce/cart/cart-empty.php'),(6264,'wp-content/themes/bridge/woocommerce/cart/cart-shipping.php'),(6265,'wp-content/themes/bridge/woocommerce/cart/cart-totals.php'),(6266,'wp-content/themes/bridge/woocommerce/cart/cart.php'),(6267,'wp-content/themes/bridge/woocommerce/cart/shipping-calculator.php'),(6268,'wp-content/themes/bridge/woocommerce/checkout/form-coupon.php'),(6269,'wp-content/themes/bridge/woocommerce/checkout/thankyou.php'),(6270,'wp-content/themes/bridge/woocommerce/content-product.php'),(6271,'wp-content/themes/bridge/woocommerce/content-single-product.php'),(6272,'wp-content/themes/bridge/woocommerce/global/form-login.php'),(6273,'wp-content/themes/bridge/woocommerce/global/quantity-input.php'),(6274,'wp-content/themes/bridge/woocommerce/loop/add-to-cart.php'),(6275,'wp-content/themes/bridge/woocommerce/loop/loop-start.php'),(6276,'wp-content/themes/bridge/woocommerce/loop/pagination.php'),(6277,'wp-content/themes/bridge/woocommerce/loop/rating.php'),(6278,'wp-content/themes/bridge/woocommerce/loop/result-count.php'),(6279,'wp-content/themes/bridge/woocommerce/loop/sale-flash.php'),(6280,'wp-content/themes/bridge/woocommerce/myaccount/form-login.php'),(6281,'wp-content/themes/bridge/woocommerce/myaccount/form-lost-password.php'),(6282,'wp-content/themes/bridge/woocommerce/myaccount/my-address.php'),(6283,'wp-content/themes/bridge/woocommerce/myaccount/my-orders.php'),(6284,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/external.php'),(6285,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/grouped.php'),(6286,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/simple.php'),(6287,'wp-content/themes/bridge/woocommerce/single-product/add-to-cart/variable.php'),(6288,'wp-content/themes/bridge/woocommerce/single-product/related.php'),(6289,'wp-content/themes/bridge/woocommerce/single-product/sale-flash.php'),(6290,'wp-content/themes/bridge/woocommerce/single-product/tabs/additional-information.php'),(6291,'wp-content/themes/bridge/woocommerce/single-product/tabs/description.php'),(6292,'wp-content/themes/bridge/woocommerce/single-product/tabs/tabs.php'),(6293,'wp-content/themes/bridge/woocommerce/single-product/up-sells.php'),(6294,'wp-content/themes/bridge/woocommerce.php'),(6295,'wp-content/themes/bridge-child/functions.php'),(6296,'wp-content/themes/index.php'),(6297,'wp-content/themes/twentynineteen/404.php'),(6298,'wp-content/themes/twentynineteen/archive.php'),(6299,'wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(6300,'wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(6301,'wp-content/themes/twentynineteen/comments.php'),(6302,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff'),(6303,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2'),(6304,'wp-content/themes/twentynineteen/footer.php'),(6305,'wp-content/themes/twentynineteen/functions.php'),(6306,'wp-content/themes/twentynineteen/header.php'),(6307,'wp-content/themes/twentynineteen/image.php'),(6308,'wp-content/themes/twentynineteen/inc/back-compat.php'),(6309,'wp-content/themes/twentynineteen/inc/color-patterns.php'),(6310,'wp-content/themes/twentynineteen/inc/customizer.php'),(6311,'wp-content/themes/twentynineteen/inc/icon-functions.php'),(6312,'wp-content/themes/twentynineteen/inc/template-functions.php'),(6313,'wp-content/themes/twentynineteen/inc/template-tags.php'),(6314,'wp-content/themes/twentynineteen/index.php'),(6315,'wp-content/themes/twentynineteen/js/customize-controls.js'),(6316,'wp-content/themes/twentynineteen/js/customize-preview.js'),(6317,'wp-content/themes/twentynineteen/js/priority-menu.js'),(6318,'wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(6319,'wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(6320,'wp-content/themes/twentynineteen/package-lock.json'),(6321,'wp-content/themes/twentynineteen/package.json'),(6322,'wp-content/themes/twentynineteen/page.php'),(6323,'wp-content/themes/twentynineteen/postcss.config.js'),(6324,'wp-content/themes/twentynineteen/print.css'),(6325,'wp-content/themes/twentynineteen/print.scss'),(6326,'wp-content/themes/twentynineteen/readme.txt'),(6327,'wp-content/themes/twentynineteen/sass/_normalize.scss'),(6328,'wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(6329,'wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(6330,'wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(6331,'wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(6332,'wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(6333,'wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(6334,'wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(6335,'wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(6336,'wp-content/themes/twentynineteen/sass/media/_captions.scss'),(6337,'wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(6338,'wp-content/themes/twentynineteen/sass/media/_media.scss'),(6339,'wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(6340,'wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(6341,'wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(6342,'wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(6343,'wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(6344,'wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(6345,'wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(6346,'wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(6347,'wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(6348,'wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(6349,'wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(6350,'wp-content/themes/twentynineteen/sass/site/_site.scss'),(6351,'wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(6352,'wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(6353,'wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(6354,'wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(6355,'wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(6356,'wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(6357,'wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(6358,'wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(6359,'wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(6360,'wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(6361,'wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(6362,'wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(6363,'wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(6364,'wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(6365,'wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(6366,'wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(6367,'wp-content/themes/twentynineteen/screenshot.png'),(6368,'wp-content/themes/twentynineteen/search.php'),(6369,'wp-content/themes/twentynineteen/single.php'),(6370,'wp-content/themes/twentynineteen/style-editor-customizer.css'),(6371,'wp-content/themes/twentynineteen/style-editor-customizer.scss'),(6372,'wp-content/themes/twentynineteen/style-editor.css'),(6373,'wp-content/themes/twentynineteen/style-editor.scss'),(6374,'wp-content/themes/twentynineteen/style-rtl.css'),(6375,'wp-content/themes/twentynineteen/style.css'),(6376,'wp-content/themes/twentynineteen/style.scss'),(6377,'wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(6378,'wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(6379,'wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(6380,'wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(6381,'wp-content/themes/twentynineteen/template-parts/content/content.php'),(6382,'wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(6383,'wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(6384,'wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(6385,'wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(6386,'wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(6387,'wp-content/themes/twentyseventeen/404.php'),(6388,'wp-content/themes/twentyseventeen/README.txt'),(6389,'wp-content/themes/twentyseventeen/archive.php'),(6390,'wp-content/themes/twentyseventeen/assets/css/blocks.css'),(6391,'wp-content/themes/twentyseventeen/assets/css/colors-dark.css'),(6392,'wp-content/themes/twentyseventeen/assets/css/editor-blocks.css'),(6393,'wp-content/themes/twentyseventeen/assets/css/editor-style.css'),(6394,'wp-content/themes/twentyseventeen/assets/css/ie8.css'),(6395,'wp-content/themes/twentyseventeen/assets/css/ie9.css'),(6396,'wp-content/themes/twentyseventeen/assets/images/coffee.jpg'),(6397,'wp-content/themes/twentyseventeen/assets/images/espresso.jpg'),(6398,'wp-content/themes/twentyseventeen/assets/images/header.jpg'),(6399,'wp-content/themes/twentyseventeen/assets/images/sandwich.jpg'),(6400,'wp-content/themes/twentyseventeen/assets/images/svg-icons.svg'),(6401,'wp-content/themes/twentyseventeen/assets/js/customize-controls.js'),(6402,'wp-content/themes/twentyseventeen/assets/js/customize-preview.js'),(6403,'wp-content/themes/twentyseventeen/assets/js/global.js'),(6404,'wp-content/themes/twentyseventeen/assets/js/html5.js'),(6405,'wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js'),(6406,'wp-content/themes/twentyseventeen/assets/js/navigation.js'),(6407,'wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js'),(6408,'wp-content/themes/twentyseventeen/comments.php'),(6409,'wp-content/themes/twentyseventeen/footer.php'),(6410,'wp-content/themes/twentyseventeen/front-page.php'),(6411,'wp-content/themes/twentyseventeen/functions.php'),(6412,'wp-content/themes/twentyseventeen/header.php'),(6413,'wp-content/themes/twentyseventeen/inc/back-compat.php'),(6414,'wp-content/themes/twentyseventeen/inc/color-patterns.php'),(6415,'wp-content/themes/twentyseventeen/inc/custom-header.php'),(6416,'wp-content/themes/twentyseventeen/inc/customizer.php'),(6417,'wp-content/themes/twentyseventeen/inc/icon-functions.php'),(6418,'wp-content/themes/twentyseventeen/inc/template-functions.php'),(6419,'wp-content/themes/twentyseventeen/inc/template-tags.php'),(6420,'wp-content/themes/twentyseventeen/index.php'),(6421,'wp-content/themes/twentyseventeen/page.php'),(6422,'wp-content/themes/twentyseventeen/rtl.css'),(6423,'wp-content/themes/twentyseventeen/screenshot.png'),(6424,'wp-content/themes/twentyseventeen/search.php'),(6425,'wp-content/themes/twentyseventeen/searchform.php'),(6426,'wp-content/themes/twentyseventeen/sidebar.php'),(6427,'wp-content/themes/twentyseventeen/single.php'),(6428,'wp-content/themes/twentyseventeen/style.css'),(6429,'wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php'),(6430,'wp-content/themes/twentyseventeen/template-parts/footer/site-info.php'),(6431,'wp-content/themes/twentyseventeen/template-parts/header/header-image.php'),(6432,'wp-content/themes/twentyseventeen/template-parts/header/site-branding.php'),(6433,'wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php'),(6434,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php'),(6435,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php'),(6436,'wp-content/themes/twentyseventeen/template-parts/page/content-page.php'),(6437,'wp-content/themes/twentyseventeen/template-parts/post/content-audio.php'),(6438,'wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php'),(6439,'wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php'),(6440,'wp-content/themes/twentyseventeen/template-parts/post/content-image.php'),(6441,'wp-content/themes/twentyseventeen/template-parts/post/content-none.php'),(6442,'wp-content/themes/twentyseventeen/template-parts/post/content-video.php'),(6443,'wp-content/themes/twentyseventeen/template-parts/post/content.php'),(6444,'wp-content/themes/twentysixteen/404.php'),(6445,'wp-content/themes/twentysixteen/archive.php'),(6446,'wp-content/themes/twentysixteen/comments.php'),(6447,'wp-content/themes/twentysixteen/css/blocks.css'),(6448,'wp-content/themes/twentysixteen/css/editor-blocks.css'),(6449,'wp-content/themes/twentysixteen/css/editor-style.css'),(6450,'wp-content/themes/twentysixteen/css/ie.css'),(6451,'wp-content/themes/twentysixteen/css/ie7.css'),(6452,'wp-content/themes/twentysixteen/css/ie8.css'),(6453,'wp-content/themes/twentysixteen/footer.php'),(6454,'wp-content/themes/twentysixteen/functions.php'),(6455,'wp-content/themes/twentysixteen/genericons/COPYING.txt'),(6456,'wp-content/themes/twentysixteen/genericons/Genericons.eot'),(6457,'wp-content/themes/twentysixteen/genericons/Genericons.svg'),(6458,'wp-content/themes/twentysixteen/genericons/Genericons.ttf'),(6459,'wp-content/themes/twentysixteen/genericons/Genericons.woff'),(6460,'wp-content/themes/twentysixteen/genericons/LICENSE.txt'),(6461,'wp-content/themes/twentysixteen/genericons/README.md'),(6462,'wp-content/themes/twentysixteen/genericons/genericons.css'),(6463,'wp-content/themes/twentysixteen/header.php'),(6464,'wp-content/themes/twentysixteen/image.php'),(6465,'wp-content/themes/twentysixteen/inc/back-compat.php'),(6466,'wp-content/themes/twentysixteen/inc/customizer.php'),(6467,'wp-content/themes/twentysixteen/inc/template-tags.php'),(6468,'wp-content/themes/twentysixteen/index.php'),(6469,'wp-content/themes/twentysixteen/js/color-scheme-control.js'),(6470,'wp-content/themes/twentysixteen/js/customize-preview.js'),(6471,'wp-content/themes/twentysixteen/js/functions.js'),(6472,'wp-content/themes/twentysixteen/js/html5.js'),(6473,'wp-content/themes/twentysixteen/js/keyboard-image-navigation.js'),(6474,'wp-content/themes/twentysixteen/js/skip-link-focus-fix.js'),(6475,'wp-content/themes/twentysixteen/page.php'),(6476,'wp-content/themes/twentysixteen/readme.txt'),(6477,'wp-content/themes/twentysixteen/rtl.css'),(6478,'wp-content/themes/twentysixteen/screenshot.png'),(6479,'wp-content/themes/twentysixteen/search.php'),(6480,'wp-content/themes/twentysixteen/searchform.php'),(6481,'wp-content/themes/twentysixteen/sidebar-content-bottom.php'),(6482,'wp-content/themes/twentysixteen/sidebar.php'),(6483,'wp-content/themes/twentysixteen/single.php'),(6484,'wp-content/themes/twentysixteen/style.css'),(6485,'wp-content/themes/twentysixteen/template-parts/biography.php'),(6486,'wp-content/themes/twentysixteen/template-parts/content-none.php'),(6487,'wp-content/themes/twentysixteen/template-parts/content-page.php'),(6488,'wp-content/themes/twentysixteen/template-parts/content-search.php'),(6489,'wp-content/themes/twentysixteen/template-parts/content-single.php'),(6490,'wp-content/themes/twentysixteen/template-parts/content.php'),(6491,'wp-content/themes/twentytwenty/.stylelintrc.json'),(6492,'wp-content/themes/twentytwenty/404.php'),(6493,'wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(6494,'wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(6495,'wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(6496,'wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(6497,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2'),(6498,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2'),(6499,'wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(6500,'wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(6501,'wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(6502,'wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(6503,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(6504,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(6505,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(6506,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(6507,'wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(6508,'wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(6509,'wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(6510,'wp-content/themes/twentytwenty/assets/js/customize.js'),(6511,'wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(6512,'wp-content/themes/twentytwenty/assets/js/index.js'),(6513,'wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(6514,'wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(6515,'wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(6516,'wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(6517,'wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(6518,'wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(6519,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(6520,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(6521,'wp-content/themes/twentytwenty/comments.php'),(6522,'wp-content/themes/twentytwenty/footer.php'),(6523,'wp-content/themes/twentytwenty/functions.php'),(6524,'wp-content/themes/twentytwenty/header.php'),(6525,'wp-content/themes/twentytwenty/inc/custom-css.php'),(6526,'wp-content/themes/twentytwenty/inc/starter-content.php'),(6527,'wp-content/themes/twentytwenty/inc/svg-icons.php'),(6528,'wp-content/themes/twentytwenty/inc/template-tags.php'),(6529,'wp-content/themes/twentytwenty/index.php'),(6530,'wp-content/themes/twentytwenty/package-lock.json'),(6531,'wp-content/themes/twentytwenty/package.json'),(6532,'wp-content/themes/twentytwenty/print.css'),(6533,'wp-content/themes/twentytwenty/readme.txt'),(6534,'wp-content/themes/twentytwenty/screenshot.png'),(6535,'wp-content/themes/twentytwenty/searchform.php'),(6536,'wp-content/themes/twentytwenty/singular.php'),(6537,'wp-content/themes/twentytwenty/style-rtl.css'),(6538,'wp-content/themes/twentytwenty/style.css'),(6539,'wp-content/themes/twentytwenty/template-parts/content-cover.php'),(6540,'wp-content/themes/twentytwenty/template-parts/content.php'),(6541,'wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(6542,'wp-content/themes/twentytwenty/template-parts/entry-header.php'),(6543,'wp-content/themes/twentytwenty/template-parts/featured-image.php'),(6544,'wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(6545,'wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(6546,'wp-content/themes/twentytwenty/template-parts/modal-search.php'),(6547,'wp-content/themes/twentytwenty/template-parts/navigation.php'),(6548,'wp-content/themes/twentytwenty/template-parts/pagination.php'),(6549,'wp-content/themes/twentytwenty/templates/template-cover.php'),(6550,'wp-content/themes/twentytwenty/templates/template-full-width.php'),(6551,'wp-content/updraft/index.html'),(6552,'wp-content/updraft/plugins-old/akismet/_inc/akismet.js'),(6553,'wp-content/updraft/plugins-old/akismet/_inc/form.js'),(6554,'wp-content/updraft/plugins-old/akismet/akismet.php'),(6555,'wp-content/updraft/plugins-old/akismet/class.akismet-admin.php'),(6556,'wp-content/updraft/plugins-old/akismet/class.akismet-cli.php'),(6557,'wp-content/updraft/plugins-old/akismet/class.akismet-widget.php'),(6558,'wp-content/updraft/plugins-old/akismet/class.akismet.php'),(6559,'wp-content/updraft/plugins-old/akismet/index.php'),(6560,'wp-content/updraft/plugins-old/akismet/views/config.php'),(6561,'wp-content/updraft/plugins-old/akismet/views/get.php'),(6562,'wp-content/updraft/plugins-old/akismet/views/notice.php'),(6563,'wp-content/updraft/plugins-old/akismet/views/start.php'),(6564,'wp-content/updraft/plugins-old/akismet/views/stats.php'),(6565,'wp-content/updraft/plugins-old/akismet/wrapper.php'),(6566,'wp-content/updraft/plugins-old/hello.php'),(6567,'wp-content/updraft/plugins-old/index.php'),(6568,'wp-content/updraft/plugins-old/loginizer/IPv6/BigInteger.php'),(6569,'wp-content/updraft/plugins-old/loginizer/IPv6/IPv6.php'),(6570,'wp-content/updraft/plugins-old/loginizer/functions.php'),(6571,'wp-content/updraft/plugins-old/loginizer/index.php'),(6572,'wp-content/updraft/plugins-old/loginizer/init.php'),(6573,'wp-content/updraft/plugins-old/loginizer/jquery-paginate.js'),(6574,'wp-content/updraft/plugins-old/loginizer/loginizer.php'),(6575,'wp-content/updraft/plugins-old/updraftplus/addons/autobackup.php'),(6576,'wp-content/updraft/plugins-old/updraftplus/addons/azure.php'),(6577,'wp-content/updraft/plugins-old/updraftplus/addons/backblaze.php'),(6578,'wp-content/updraft/plugins-old/updraftplus/addons/cloudfiles-enhanced.php'),(6579,'wp-content/updraft/plugins-old/updraftplus/addons/dropbox-folders.php'),(6580,'wp-content/updraft/plugins-old/updraftplus/addons/fixtime.php'),(6581,'wp-content/updraft/plugins-old/updraftplus/addons/google-enhanced.php'),(6582,'wp-content/updraft/plugins-old/updraftplus/addons/googlecloud.php'),(6583,'wp-content/updraft/plugins-old/updraftplus/addons/importer.php'),(6584,'wp-content/updraft/plugins-old/updraftplus/addons/incremental.php'),(6585,'wp-content/updraft/plugins-old/updraftplus/addons/lockadmin.php'),(6586,'wp-content/updraft/plugins-old/updraftplus/addons/migrator.php'),(6587,'wp-content/updraft/plugins-old/updraftplus/addons/moredatabase.php'),(6588,'wp-content/updraft/plugins-old/updraftplus/addons/morefiles.php'),(6589,'wp-content/updraft/plugins-old/updraftplus/addons/morestorage.php'),(6590,'wp-content/updraft/plugins-old/updraftplus/addons/multisite.php'),(6591,'wp-content/updraft/plugins-old/updraftplus/addons/noadverts.php'),(6592,'wp-content/updraft/plugins-old/updraftplus/addons/onedrive.php'),(6593,'wp-content/updraft/plugins-old/updraftplus/addons/reporting.php'),(6594,'wp-content/updraft/plugins-old/updraftplus/addons/s3-enhanced.php'),(6595,'wp-content/updraft/plugins-old/updraftplus/addons/sftp.php'),(6596,'wp-content/updraft/plugins-old/updraftplus/addons/webdav.php'),(6597,'wp-content/updraft/plugins-old/updraftplus/addons/wp-cli.php'),(6598,'wp-content/updraft/plugins-old/updraftplus/admin.php'),(6599,'wp-content/updraft/plugins-old/updraftplus/backup.php'),(6600,'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php'),(6601,'wp-content/updraft/plugins-old/updraftplus/central/classes/class-automatic-upgrader-skin.php'),(6602,'wp-content/updraft/plugins-old/updraftplus/central/commands.php'),(6603,'wp-content/updraft/plugins-old/updraftplus/central/listener.php'),(6604,'wp-content/updraft/plugins-old/updraftplus/central/modules/analytics.php'),(6605,'wp-content/updraft/plugins-old/updraftplus/central/modules/comments.php'),(6606,'wp-content/updraft/plugins-old/updraftplus/central/modules/core.php'),(6607,'wp-content/updraft/plugins-old/updraftplus/central/modules/plugin.php'),(6608,'wp-content/updraft/plugins-old/updraftplus/central/modules/posts.php'),(6609,'wp-content/updraft/plugins-old/updraftplus/central/modules/theme.php'),(6610,'wp-content/updraft/plugins-old/updraftplus/central/modules/updates.php'),(6611,'wp-content/updraft/plugins-old/updraftplus/central/modules/users.php'),(6612,'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php'),(6613,'wp-content/updraft/plugins-old/updraftplus/example-decrypt.php'),(6614,'wp-content/updraft/plugins-old/updraftplus/includes/Backblaze/CurlClient.php'),(6615,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/API.php'),(6616,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/Exception.php'),(6617,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),(6618,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),(6619,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),(6620,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),(6621,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),(6622,'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),(6623,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php'),(6624,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php'),(6625,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php'),(6626,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php'),(6627,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php'),(6628,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php'),(6629,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php'),(6630,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php'),(6631,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php'),(6632,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php'),(6633,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php'),(6634,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php'),(6635,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php'),(6636,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php'),(6637,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php'),(6638,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php'),(6639,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php'),(6640,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php'),(6641,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php'),(6642,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php'),(6643,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php'),(6644,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php'),(6645,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php'),(6646,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php'),(6647,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php'),(6648,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php'),(6649,'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php'),(6650,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php'),(6651,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php'),(6652,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php'),(6653,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php'),(6654,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php'),(6655,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php'),(6656,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php'),(6657,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php'),(6658,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php'),(6659,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Admin.php'),(6660,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php'),(6661,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php'),(6662,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php'),(6663,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php'),(6664,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php'),(6665,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php'),(6666,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Autoscaler.php'),(6667,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Bigquery.php'),(6668,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Blogger.php'),(6669,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Books.php'),(6670,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php'),(6671,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php'),(6672,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php'),(6673,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php'),(6674,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php'),(6675,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php'),(6676,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php'),(6677,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php'),(6678,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php'),(6679,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php'),(6680,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dataflow.php'),(6681,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php'),(6682,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php'),(6683,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dfareporting.php'),(6684,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php'),(6685,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php'),(6686,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/DoubleClickBidManager.php'),(6687,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php'),(6688,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php'),(6689,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php'),(6690,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php'),(6691,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php'),(6692,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php'),(6693,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php'),(6694,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php'),(6695,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php'),(6696,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Genomics.php'),(6697,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php'),(6698,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php'),(6699,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php'),(6700,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php'),(6701,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Licensing.php'),(6702,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php'),(6703,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php'),(6704,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php'),(6705,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php'),(6706,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php'),(6707,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php'),(6708,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php'),(6709,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php'),(6710,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php'),(6711,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php'),(6712,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php'),(6713,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapool.php'),(6714,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapoolupdater.php'),(6715,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php'),(6716,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php'),(6717,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php'),(6718,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php'),(6719,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php'),(6720,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/ShoppingContent.php'),(6721,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php'),(6722,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Spectrum.php'),(6723,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php'),(6724,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php'),(6725,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Taskqueue.php'),(6726,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php'),(6727,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php'),(6728,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php'),(6729,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php'),(6730,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webmasters.php'),(6731,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTube.php'),(6732,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php'),(6733,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php'),(6734,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php'),(6735,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php'),(6736,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php'),(6737,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php'),(6738,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php'),(6739,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php'),(6740,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php'),(6741,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php'),(6742,'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php'),(6743,'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php'),(6744,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Archive/Tar.php'),(6745,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request/Listener.php'),(6746,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php'),(6747,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php'),(6748,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php'),(6749,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php'),(6750,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php'),(6751,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php'),(6752,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php'),(6753,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php'),(6754,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php'),(6755,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Response.php'),(6756,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php'),(6757,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php'),(6758,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2.php'),(6759,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php'),(6760,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php'),(6761,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php'),(6762,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php'),(6763,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/Socket.php'),(6764,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL.php'),(6765,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL2.php'),(6766,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php'),(6767,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR.php'),(6768,'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR5.php'),(6769,'wp-content/updraft/plugins-old/updraftplus/includes/S3.php'),(6770,'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php'),(6771,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php'),(6772,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php'),(6773,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php'),(6774,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php'),(6775,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php'),(6776,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php'),(6777,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php'),(6778,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php'),(6779,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php'),(6780,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php'),(6781,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php'),(6782,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php'),(6783,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php'),(6784,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php'),(6785,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php'),(6786,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php'),(6787,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php'),(6788,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php'),(6789,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php'),(6790,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php'),(6791,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php'),(6792,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php'),(6793,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php'),(6794,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php'),(6795,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php'),(6796,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php'),(6797,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php'),(6798,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php'),(6799,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php'),(6800,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php'),(6801,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php'),(6802,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php'),(6803,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php'),(6804,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php'),(6805,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php'),(6806,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php'),(6807,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php'),(6808,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php'),(6809,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php'),(6810,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php'),(6811,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php'),(6812,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php'),(6813,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php'),(6814,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php'),(6815,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php'),(6816,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php'),(6817,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php'),(6818,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php'),(6819,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php'),(6820,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php'),(6821,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php'),(6822,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php'),(6823,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php'),(6824,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php'),(6825,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php'),(6826,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php'),(6827,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php'),(6828,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php'),(6829,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php'),(6830,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php'),(6831,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php'),(6832,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php'),(6833,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php'),(6834,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php'),(6835,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php'),(6836,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php'),(6837,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php'),(6838,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php'),(6839,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php'),(6840,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php'),(6841,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),(6842,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php'),(6843,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php'),(6844,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php'),(6845,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php'),(6846,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php'),(6847,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php'),(6848,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php'),(6849,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php'),(6850,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php'),(6851,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php'),(6852,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php'),(6853,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php'),(6854,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php'),(6855,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php'),(6856,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php'),(6857,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php'),(6858,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php'),(6859,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php'),(6860,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php'),(6861,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php'),(6862,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php'),(6863,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php'),(6864,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php'),(6865,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php'),(6866,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php'),(6867,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php'),(6868,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php'),(6869,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php'),(6870,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php'),(6871,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php'),(6872,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php'),(6873,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php'),(6874,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php'),(6875,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php'),(6876,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php'),(6877,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php'),(6878,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php'),(6879,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php'),(6880,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php'),(6881,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php'),(6882,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php'),(6883,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php'),(6884,'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php'),(6885,'wp-content/updraft/plugins-old/updraftplus/includes/azure-extensions.php'),(6886,'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/loader.svg'),(6887,'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js'),(6888,'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.js'),(6889,'wp-content/updraft/plugins-old/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php'),(6890,'wp-content/updraft/plugins-old/updraftplus/includes/class-backup-history.php'),(6891,'wp-content/updraft/plugins-old/updraftplus/includes/class-commands.php'),(6892,'wp-content/updraft/plugins-old/updraftplus/includes/class-database-utility.php'),(6893,'wp-content/updraft/plugins-old/updraftplus/includes/class-filesystem-functions.php'),(6894,'wp-content/updraft/plugins-old/updraftplus/includes/class-job-scheduler.php'),(6895,'wp-content/updraft/plugins-old/updraftplus/includes/class-manipulation-functions.php'),(6896,'wp-content/updraft/plugins-old/updraftplus/includes/class-onedrive-account.php'),(6897,'wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php'),(6898,'wp-content/updraft/plugins-old/updraftplus/includes/class-remote-send.php'),(6899,'wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php'),(6900,'wp-content/updraft/plugins-old/updraftplus/includes/class-storage-methods-interface.php'),(6901,'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php'),(6902,'wp-content/updraft/plugins-old/updraftplus/includes/class-updraft-dashboard-news.php'),(6903,'wp-content/updraft/plugins-old/updraftplus/includes/class-updraftcentral-updraftplus-commands.php'),(6904,'wp-content/updraft/plugins-old/updraftplus/includes/class-updraftplus-encryption.php'),(6905,'wp-content/updraft/plugins-old/updraftplus/includes/class-wpadmin-commands.php'),(6906,'wp-content/updraft/plugins-old/updraftplus/includes/class-zip.php'),(6907,'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php'),(6908,'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),(6909,'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php'),(6910,'wp-content/updraft/plugins-old/updraftplus/includes/deprecated-actions.php'),(6911,'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php'),(6912,'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php'),(6913,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.js'),(6914,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.min.js'),(6915,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.js'),(6916,'wp-content/updraft/plugins-old/updraftplus/includes/handlebars/handlebars.runtime.min.js'),(6917,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js'),(6918,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.min.js'),(6919,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js'),(6920,'wp-content/updraft/plugins-old/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js'),(6921,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.js'),(6922,'wp-content/updraft/plugins-old/updraftplus/includes/jstree/jstree.min.js'),(6923,'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js'),(6924,'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.min.js'),(6925,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php'),(6926,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/file.php'),(6927,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/folder.php'),(6928,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/object.php'),(6929,'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/onedrive.php'),(6930,'wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.js'),(6931,'wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.min.js'),(6932,'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.js'),(6933,'wp-content/updraft/plugins-old/updraftplus/includes/tether/tether.min.js'),(6934,'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.js'),(6935,'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/shepherd.min.js'),(6936,'wp-content/updraft/plugins-old/updraftplus/includes/tether-shepherd/tether.js'),(6937,'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.js'),(6938,'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-common.min.js'),(6939,'wp-content/updraft/plugins-old/updraftplus/includes/updraft-notices.php'),(6940,'wp-content/updraft/plugins-old/updraftplus/includes/updraft-restorer-skin.php'),(6941,'wp-content/updraft/plugins-old/updraftplus/includes/updraftcentral.php'),(6942,'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-auto-login.php'),(6943,'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php'),(6944,'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-restore.php'),(6945,'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-status.php'),(6946,'wp-content/updraft/plugins-old/updraftplus/includes/updraftclone/temporary-clone-user-notice.php'),(6947,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-clone.php'),(6948,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-login.php'),(6949,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-notices.php'),(6950,'wp-content/updraft/plugins-old/updraftplus/includes/updraftplus-tour.php'),(6951,'wp-content/updraft/plugins-old/updraftplus/includes/updraftvault.php'),(6952,'wp-content/updraft/plugins-old/updraftplus/index.html'),(6953,'wp-content/updraft/plugins-old/updraftplus/js/tour.js'),(6954,'wp-content/updraft/plugins-old/updraftplus/js/tour.min.js'),(6955,'wp-content/updraft/plugins-old/updraftplus/methods/addon-base-v2.php'),(6956,'wp-content/updraft/plugins-old/updraftplus/methods/addon-not-yet-present.php'),(6957,'wp-content/updraft/plugins-old/updraftplus/methods/azure.php'),(6958,'wp-content/updraft/plugins-old/updraftplus/methods/backblaze.php'),(6959,'wp-content/updraft/plugins-old/updraftplus/methods/backup-module.php'),(6960,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php'),(6961,'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php'),(6962,'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php'),(6963,'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php'),(6964,'wp-content/updraft/plugins-old/updraftplus/methods/email.php'),(6965,'wp-content/updraft/plugins-old/updraftplus/methods/ftp.php'),(6966,'wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php'),(6967,'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php'),(6968,'wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php'),(6969,'wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php'),(6970,'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php'),(6971,'wp-content/updraft/plugins-old/updraftplus/methods/openstack.php'),(6972,'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php'),(6973,'wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php'),(6974,'wp-content/updraft/plugins-old/updraftplus/methods/s3.php'),(6975,'wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php'),(6976,'wp-content/updraft/plugins-old/updraftplus/methods/sftp.php'),(6977,'wp-content/updraft/plugins-old/updraftplus/methods/stream-base.php'),(6978,'wp-content/updraft/plugins-old/updraftplus/methods/template.php'),(6979,'wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php'),(6980,'wp-content/updraft/plugins-old/updraftplus/methods/webdav.php'),(6981,'wp-content/updraft/plugins-old/updraftplus/options.php'),(6982,'wp-content/updraft/plugins-old/updraftplus/restorer.php'),(6983,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),(6984,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/export-settings.php'),(6985,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/lock-admin.php'),(6986,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/search-replace.php'),(6987,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/site-info.php'),(6988,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/tools-menu.php'),(6989,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/total-size.php'),(6990,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),(6991,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),(6992,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/autobackup-notice.php'),(6993,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/bottom-notice.php'),(6994,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/horizontal-notice.php'),(6995,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report-plain.php'),(6996,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/report.php'),(6997,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php'),(6998,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/backupnow-modal.php'),(6999,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php'),(7000,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php'),(7001,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-modal.php'),(7002,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php'),(7003,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php'),(7004,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/existing-backups-table.php'),(7005,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/file-backup-exclude.php'),(7006,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/footer.php'),(7007,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/form-contents.php'),(7008,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/header.php'),(7009,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php'),(7010,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-addons.php'),(7011,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-backups.php'),(7012,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/tab-bar.php'),(7013,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/take-backup.php'),(7014,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/temporary-clone.php'),(7015,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php'),(7016,'wp-content/updraft/plugins-old/updraftplus/templates/wp-admin/settings/upload-backups-modal.php'),(7017,'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php'),(7018,'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php'),(7019,'wp-content/updraft/plugins-old/updraftplus/updraftplus.php'),(7020,'wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php'),(7021,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php'),(7022,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php'),(7023,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php'),(7024,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php'),(7025,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php'),(7026,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php'),(7027,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php'),(7028,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php'),(7029,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php'),(7030,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php'),(7031,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php'),(7032,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php'),(7033,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php'),(7034,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php'),(7035,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php'),(7036,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php'),(7037,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php'),(7038,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php'),(7039,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php'),(7040,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php'),(7041,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php'),(7042,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php'),(7043,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php'),(7044,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php'),(7045,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php'),(7046,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php'),(7047,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php'),(7048,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php'),(7049,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php'),(7050,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php'),(7051,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php'),(7052,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php'),(7053,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php'),(7054,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php'),(7055,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php'),(7056,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php'),(7057,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php'),(7058,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php'),(7059,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php'),(7060,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php'),(7061,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php'),(7062,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php'),(7063,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php'),(7064,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php'),(7065,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php'),(7066,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php'),(7067,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php'),(7068,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php'),(7069,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php'),(7070,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php'),(7071,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php'),(7072,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php'),(7073,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php'),(7074,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php'),(7075,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php'),(7076,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php'),(7077,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php'),(7078,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php'),(7079,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php'),(7080,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php'),(7081,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php'),(7082,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php'),(7083,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php'),(7084,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php'),(7085,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php'),(7086,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php'),(7087,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php'),(7088,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php'),(7089,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php'),(7090,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php'),(7091,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php'),(7092,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php'),(7093,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php'),(7094,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php'),(7095,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php'),(7096,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php'),(7097,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php'),(7098,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php'),(7099,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php'),(7100,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php'),(7101,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php'),(7102,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php'),(7103,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php'),(7104,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php'),(7105,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php'),(7106,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php'),(7107,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php'),(7108,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php'),(7109,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php'),(7110,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php'),(7111,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php'),(7112,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php'),(7113,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php'),(7114,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php'),(7115,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php'),(7116,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php'),(7117,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php'),(7118,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php'),(7119,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php'),(7120,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php'),(7121,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php'),(7122,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php'),(7123,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php'),(7124,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php'),(7125,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php'),(7126,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php'),(7127,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php'),(7128,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php'),(7129,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php'),(7130,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php'),(7131,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php'),(7132,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php'),(7133,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php'),(7134,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php'),(7135,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php'),(7136,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php'),(7137,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php'),(7138,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php'),(7139,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php'),(7140,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php'),(7141,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php'),(7142,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php'),(7143,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php'),(7144,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php'),(7145,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php'),(7146,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php'),(7147,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php'),(7148,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php'),(7149,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php'),(7150,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php'),(7151,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php'),(7152,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php'),(7153,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php'),(7154,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php'),(7155,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php'),(7156,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php'),(7157,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php'),(7158,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php'),(7159,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php'),(7160,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php'),(7161,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php'),(7162,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php'),(7163,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php'),(7164,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php'),(7165,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php'),(7166,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php'),(7167,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php'),(7168,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php'),(7169,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php'),(7170,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php'),(7171,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php'),(7172,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php'),(7173,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php'),(7174,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php'),(7175,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php'),(7176,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php'),(7177,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php'),(7178,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php'),(7179,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php'),(7180,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php'),(7181,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php'),(7182,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php'),(7183,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php'),(7184,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php'),(7185,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php'),(7186,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php'),(7187,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php'),(7188,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php'),(7189,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php'),(7190,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php'),(7191,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php'),(7192,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php'),(7193,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php'),(7194,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php'),(7195,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php'),(7196,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php'),(7197,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php'),(7198,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php'),(7199,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php'),(7200,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php'),(7201,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php'),(7202,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php'),(7203,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php'),(7204,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php'),(7205,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php'),(7206,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php'),(7207,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php'),(7208,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php'),(7209,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php'),(7210,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php'),(7211,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php'),(7212,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php'),(7213,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php'),(7214,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php'),(7215,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php'),(7216,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php'),(7217,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php'),(7218,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php'),(7219,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php'),(7220,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php'),(7221,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php'),(7222,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php'),(7223,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php'),(7224,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php'),(7225,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php'),(7226,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php'),(7227,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php'),(7228,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php'),(7229,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php'),(7230,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php'),(7231,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php'),(7232,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php'),(7233,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php'),(7234,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php'),(7235,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php'),(7236,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php'),(7237,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php'),(7238,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php'),(7239,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php'),(7240,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php'),(7241,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php'),(7242,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php'),(7243,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php'),(7244,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php'),(7245,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php'),(7246,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php'),(7247,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php'),(7248,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php'),(7249,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php'),(7250,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php'),(7251,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php'),(7252,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php'),(7253,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php'),(7254,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php'),(7255,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php'),(7256,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php'),(7257,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php'),(7258,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php'),(7259,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php'),(7260,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php'),(7261,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php'),(7262,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php'),(7263,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php'),(7264,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php'),(7265,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php'),(7266,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php'),(7267,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php'),(7268,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php'),(7269,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php'),(7270,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php'),(7271,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php'),(7272,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php'),(7273,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php'),(7274,'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php'),(7275,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php'),(7276,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php'),(7277,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_files.php'),(7278,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php'),(7279,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php'),(7280,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php'),(7281,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_static.php'),(7282,'wp-content/updraft/plugins-old/updraftplus/vendor/composer/include_paths.php'),(7283,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),(7284,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),(7285,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),(7286,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),(7287,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),(7288,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),(7289,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),(7290,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),(7291,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),(7292,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),(7293,'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),(7294,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),(7295,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),(7296,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),(7297,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),(7298,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),(7299,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),(7300,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),(7301,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),(7302,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),(7303,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),(7304,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),(7305,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),(7306,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),(7307,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),(7308,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),(7309,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),(7310,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),(7311,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),(7312,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),(7313,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),(7314,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),(7315,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),(7316,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),(7317,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),(7318,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),(7319,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),(7320,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),(7321,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),(7322,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),(7323,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),(7324,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),(7325,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),(7326,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),(7327,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),(7328,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),(7329,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),(7330,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),(7331,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),(7332,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),(7333,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),(7334,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),(7335,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),(7336,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),(7337,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),(7338,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),(7339,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),(7340,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),(7341,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),(7342,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),(7343,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),(7344,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),(7345,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),(7346,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),(7347,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),(7348,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),(7349,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),(7350,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),(7351,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),(7352,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),(7353,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),(7354,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),(7355,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),(7356,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),(7357,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),(7358,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),(7359,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),(7360,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),(7361,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),(7362,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),(7363,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),(7364,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),(7365,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),(7366,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),(7367,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),(7368,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),(7369,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),(7370,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),(7371,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),(7372,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),(7373,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),(7374,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),(7375,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),(7376,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),(7377,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),(7378,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),(7379,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),(7380,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),(7381,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),(7382,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),(7383,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),(7384,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),(7385,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),(7386,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),(7387,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),(7388,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),(7389,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),(7390,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),(7391,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),(7392,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),(7393,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),(7394,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),(7395,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),(7396,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),(7397,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),(7398,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),(7399,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),(7400,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),(7401,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),(7402,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),(7403,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),(7404,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),(7405,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),(7406,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),(7407,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),(7408,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),(7409,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),(7410,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),(7411,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),(7412,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),(7413,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),(7414,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),(7415,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),(7416,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),(7417,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),(7418,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),(7419,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),(7420,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),(7421,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),(7422,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),(7423,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),(7424,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),(7425,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),(7426,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),(7427,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),(7428,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),(7429,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),(7430,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),(7431,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),(7432,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),(7433,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),(7434,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),(7435,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),(7436,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),(7437,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),(7438,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),(7439,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),(7440,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),(7441,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),(7442,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),(7443,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),(7444,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),(7445,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),(7446,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),(7447,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),(7448,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),(7449,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),(7450,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),(7451,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),(7452,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),(7453,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),(7454,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),(7455,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),(7456,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),(7457,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),(7458,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),(7459,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),(7460,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),(7461,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),(7462,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),(7463,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),(7464,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),(7465,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),(7466,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),(7467,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),(7468,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),(7469,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),(7470,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),(7471,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),(7472,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),(7473,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),(7474,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),(7475,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),(7476,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),(7477,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),(7478,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),(7479,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),(7480,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),(7481,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),(7482,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),(7483,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),(7484,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),(7485,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),(7486,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),(7487,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),(7488,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),(7489,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),(7490,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),(7491,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),(7492,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),(7493,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),(7494,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),(7495,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),(7496,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),(7497,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),(7498,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),(7499,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),(7500,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),(7501,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),(7502,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),(7503,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),(7504,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),(7505,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),(7506,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),(7507,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),(7508,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),(7509,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),(7510,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),(7511,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),(7512,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),(7513,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),(7514,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),(7515,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),(7516,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),(7517,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),(7518,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),(7519,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),(7520,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),(7521,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),(7522,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),(7523,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),(7524,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),(7525,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),(7526,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),(7527,'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),(7528,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php'),(7529,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php'),(7530,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php'),(7531,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php'),(7532,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php'),(7533,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php'),(7534,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php'),(7535,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php'),(7536,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php'),(7537,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php'),(7538,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php'),(7539,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php'),(7540,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php'),(7541,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php'),(7542,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php'),(7543,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php'),(7544,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php'),(7545,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php'),(7546,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php'),(7547,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php'),(7548,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php'),(7549,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php'),(7550,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php'),(7551,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php'),(7552,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php'),(7553,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php'),(7554,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php'),(7555,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php'),(7556,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php'),(7557,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php'),(7558,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php'),(7559,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php'),(7560,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php'),(7561,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php'),(7562,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php'),(7563,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php'),(7564,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php'),(7565,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php'),(7566,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php'),(7567,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php'),(7568,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php'),(7569,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php'),(7570,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php'),(7571,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php'),(7572,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php'),(7573,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php'),(7574,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php'),(7575,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php'),(7576,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php'),(7577,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php'),(7578,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php'),(7579,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php'),(7580,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php'),(7581,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php'),(7582,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php'),(7583,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php'),(7584,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php'),(7585,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php'),(7586,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php'),(7587,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php'),(7588,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php'),(7589,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php'),(7590,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php'),(7591,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php'),(7592,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php'),(7593,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php'),(7594,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php'),(7595,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php'),(7596,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php'),(7597,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php'),(7598,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php'),(7599,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php'),(7600,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php'),(7601,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php'),(7602,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php'),(7603,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php'),(7604,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php'),(7605,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php'),(7606,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php'),(7607,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php'),(7608,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php'),(7609,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php'),(7610,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php'),(7611,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php'),(7612,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php'),(7613,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php'),(7614,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SassphpFilter.php'),(7615,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php'),(7616,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php'),(7617,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php'),(7618,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php'),(7619,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php'),(7620,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php'),(7621,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php'),(7622,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php'),(7623,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php'),(7624,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php'),(7625,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php'),(7626,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php'),(7627,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php'),(7628,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php'),(7629,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php'),(7630,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/SassUtils.php'),(7631,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php'),(7632,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php'),(7633,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php'),(7634,'wp-content/updraft/plugins-old/updraftplus/vendor/kriswallsmith/assetic/src/functions.php'),(7635,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),(7636,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php'),(7637,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),(7638,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),(7639,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),(7640,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),(7641,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),(7642,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),(7643,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),(7644,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),(7645,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),(7646,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),(7647,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php'),(7648,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php'),(7649,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php'),(7650,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),(7651,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php'),(7652,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),(7653,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),(7654,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php'),(7655,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),(7656,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),(7657,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php'),(7658,'wp-content/updraft/plugins-old/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),(7659,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),(7660,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),(7661,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),(7662,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),(7663,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),(7664,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),(7665,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),(7666,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),(7667,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),(7668,'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php'),(7669,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),(7670,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),(7671,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),(7672,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),(7673,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),(7674,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),(7675,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),(7676,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),(7677,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),(7678,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),(7679,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),(7680,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),(7681,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),(7682,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),(7683,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),(7684,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),(7685,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),(7686,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),(7687,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),(7688,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),(7689,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),(7690,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),(7691,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),(7692,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),(7693,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),(7694,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),(7695,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),(7696,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),(7697,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),(7698,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),(7699,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),(7700,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),(7701,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),(7702,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),(7703,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),(7704,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),(7705,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),(7706,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),(7707,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),(7708,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),(7709,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),(7710,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),(7711,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),(7712,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),(7713,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),(7714,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),(7715,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),(7716,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),(7717,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),(7718,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),(7719,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),(7720,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),(7721,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),(7722,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),(7723,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),(7724,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),(7725,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),(7726,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),(7727,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),(7728,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),(7729,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),(7730,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),(7731,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),(7732,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),(7733,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),(7734,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),(7735,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),(7736,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),(7737,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),(7738,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),(7739,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),(7740,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),(7741,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),(7742,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),(7743,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),(7744,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),(7745,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),(7746,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),(7747,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),(7748,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),(7749,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),(7750,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),(7751,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),(7752,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),(7753,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),(7754,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),(7755,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),(7756,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),(7757,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),(7758,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),(7759,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),(7760,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),(7761,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),(7762,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),(7763,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),(7764,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),(7765,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),(7766,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),(7767,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),(7768,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),(7769,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),(7770,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),(7771,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),(7772,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),(7773,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),(7774,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),(7775,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),(7776,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),(7777,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),(7778,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),(7779,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),(7780,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),(7781,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),(7782,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),(7783,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),(7784,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),(7785,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),(7786,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),(7787,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),(7788,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),(7789,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),(7790,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),(7791,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),(7792,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),(7793,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),(7794,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),(7795,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),(7796,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),(7797,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),(7798,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),(7799,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),(7800,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),(7801,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),(7802,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),(7803,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),(7804,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),(7805,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),(7806,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),(7807,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),(7808,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),(7809,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),(7810,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),(7811,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),(7812,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),(7813,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),(7814,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),(7815,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),(7816,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),(7817,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),(7818,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),(7819,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),(7820,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),(7821,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),(7822,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),(7823,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),(7824,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),(7825,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),(7826,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),(7827,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),(7828,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),(7829,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),(7830,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),(7831,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),(7832,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),(7833,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),(7834,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),(7835,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),(7836,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),(7837,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),(7838,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),(7839,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),(7840,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),(7841,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),(7842,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),(7843,'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),(7844,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),(7845,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),(7846,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),(7847,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),(7848,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),(7849,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php'),(7850,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),(7851,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),(7852,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),(7853,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),(7854,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),(7855,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php'),(7856,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php'),(7857,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php'),(7858,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php'),(7859,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php'),(7860,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php'),(7861,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php'),(7862,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php'),(7863,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/ExceptionInterface.php'),(7864,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/InvalidArgumentException.php'),(7865,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/LogicException.php'),(7866,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/ProcessFailedException.php'),(7867,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/ProcessTimedOutException.php'),(7868,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Exception/RuntimeException.php'),(7869,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ExecutableFinder.php'),(7870,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/InputStream.php'),(7871,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/PhpExecutableFinder.php'),(7872,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/PhpProcess.php'),(7873,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/AbstractPipes.php'),(7874,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/PipesInterface.php'),(7875,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/UnixPipes.php'),(7876,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php'),(7877,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Process.php'),(7878,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessBuilder.php'),(7879,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/ProcessUtils.php'),(7880,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ExecutableFinderTest.php'),(7881,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/NonStopableProcess.php'),(7882,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/PhpExecutableFinderTest.php'),(7883,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/PhpProcessTest.php'),(7884,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php'),(7885,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessBuilderTest.php'),(7886,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php'),(7887,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessTest.php'),(7888,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/ProcessUtilsTest.php'),(7889,'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/process/Tests/SignalListener.php'),(7890,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4/Factory.php'),(7891,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Autoloader.php'),(7892,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Extension.php'),(7893,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/Panel.php'),(7894,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginExtension.php'),(7895,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/PluginPanel.php'),(7896,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/DebugBar/ThemePanel.php'),(7897,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Factory.php'),(7898,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/InstalledPackage.php'),(7899,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Metadata.php'),(7900,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/OAuthSignature.php'),(7901,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Info.php'),(7902,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Package.php'),(7903,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Ui.php'),(7904,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/Update.php'),(7905,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Plugin/UpdateChecker.php'),(7906,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Scheduler.php'),(7907,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/StateStore.php'),(7908,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Package.php'),(7909,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/Update.php'),(7910,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Theme/UpdateChecker.php'),(7911,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Update.php'),(7912,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpdateChecker.php'),(7913,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/UpgraderStatus.php'),(7914,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Utils.php'),(7915,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Api.php'),(7916,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BaseChecker.php'),(7917,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/BitBucketApi.php'),(7918,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitHubApi.php'),(7919,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/GitLabApi.php'),(7920,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/PluginUpdateChecker.php'),(7921,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/Reference.php'),(7922,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p5/Vcs/ThemeUpdateChecker.php'),(7923,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/js/debug-bar.js'),(7924,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php'),(7925,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php'),(7926,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/ParsedownLegacy.php'),(7927,'wp-content/updraft/plugins-old/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor/readme-parser.php'),(7928,'wp-content/updraft/plugins-old/wordpress-importer/parsers.php'),(7929,'wp-content/updraft/plugins-old/wordpress-importer/wordpress-importer.php'),(7930,'wp-content/updraft/themes-old/index.php'),(7931,'wp-content/updraft/themes-old/twentynineteen/404.php'),(7932,'wp-content/updraft/themes-old/twentynineteen/archive.php'),(7933,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(7934,'wp-content/updraft/themes-old/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(7935,'wp-content/updraft/themes-old/twentynineteen/comments.php'),(7936,'wp-content/updraft/themes-old/twentynineteen/footer.php'),(7937,'wp-content/updraft/themes-old/twentynineteen/functions.php'),(7938,'wp-content/updraft/themes-old/twentynineteen/header.php'),(7939,'wp-content/updraft/themes-old/twentynineteen/image.php'),(7940,'wp-content/updraft/themes-old/twentynineteen/inc/back-compat.php'),(7941,'wp-content/updraft/themes-old/twentynineteen/inc/color-patterns.php'),(7942,'wp-content/updraft/themes-old/twentynineteen/inc/customizer.php'),(7943,'wp-content/updraft/themes-old/twentynineteen/inc/icon-functions.php'),(7944,'wp-content/updraft/themes-old/twentynineteen/inc/template-functions.php'),(7945,'wp-content/updraft/themes-old/twentynineteen/inc/template-tags.php'),(7946,'wp-content/updraft/themes-old/twentynineteen/index.php'),(7947,'wp-content/updraft/themes-old/twentynineteen/js/customize-controls.js'),(7948,'wp-content/updraft/themes-old/twentynineteen/js/customize-preview.js'),(7949,'wp-content/updraft/themes-old/twentynineteen/js/priority-menu.js'),(7950,'wp-content/updraft/themes-old/twentynineteen/js/skip-link-focus-fix.js'),(7951,'wp-content/updraft/themes-old/twentynineteen/js/touch-keyboard-navigation.js'),(7952,'wp-content/updraft/themes-old/twentynineteen/page.php'),(7953,'wp-content/updraft/themes-old/twentynineteen/postcss.config.js'),(7954,'wp-content/updraft/themes-old/twentynineteen/search.php'),(7955,'wp-content/updraft/themes-old/twentynineteen/single.php'),(7956,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-excerpt.php'),(7957,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-none.php'),(7958,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-page.php'),(7959,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content-single.php'),(7960,'wp-content/updraft/themes-old/twentynineteen/template-parts/content/content.php'),(7961,'wp-content/updraft/themes-old/twentynineteen/template-parts/footer/footer-widgets.php'),(7962,'wp-content/updraft/themes-old/twentynineteen/template-parts/header/entry-header.php'),(7963,'wp-content/updraft/themes-old/twentynineteen/template-parts/header/site-branding.php'),(7964,'wp-content/updraft/themes-old/twentynineteen/template-parts/post/author-bio.php'),(7965,'wp-content/updraft/themes-old/twentynineteen/template-parts/post/discussion-meta.php'),(7966,'wp-content/updraft/themes-old/twentyseventeen/404.php'),(7967,'wp-content/updraft/themes-old/twentyseventeen/archive.php'),(7968,'wp-content/updraft/themes-old/twentyseventeen/assets/images/svg-icons.svg'),(7969,'wp-content/updraft/themes-old/twentyseventeen/assets/js/customize-controls.js'),(7970,'wp-content/updraft/themes-old/twentyseventeen/assets/js/customize-preview.js'),(7971,'wp-content/updraft/themes-old/twentyseventeen/assets/js/global.js'),(7972,'wp-content/updraft/themes-old/twentyseventeen/assets/js/html5.js'),(7973,'wp-content/updraft/themes-old/twentyseventeen/assets/js/jquery.scrollTo.js'),(7974,'wp-content/updraft/themes-old/twentyseventeen/assets/js/navigation.js'),(7975,'wp-content/updraft/themes-old/twentyseventeen/assets/js/skip-link-focus-fix.js'),(7976,'wp-content/updraft/themes-old/twentyseventeen/comments.php'),(7977,'wp-content/updraft/themes-old/twentyseventeen/footer.php'),(7978,'wp-content/updraft/themes-old/twentyseventeen/front-page.php'),(7979,'wp-content/updraft/themes-old/twentyseventeen/functions.php'),(7980,'wp-content/updraft/themes-old/twentyseventeen/header.php'),(7981,'wp-content/updraft/themes-old/twentyseventeen/inc/back-compat.php'),(7982,'wp-content/updraft/themes-old/twentyseventeen/inc/color-patterns.php'),(7983,'wp-content/updraft/themes-old/twentyseventeen/inc/custom-header.php'),(7984,'wp-content/updraft/themes-old/twentyseventeen/inc/customizer.php'),(7985,'wp-content/updraft/themes-old/twentyseventeen/inc/icon-functions.php'),(7986,'wp-content/updraft/themes-old/twentyseventeen/inc/template-functions.php'),(7987,'wp-content/updraft/themes-old/twentyseventeen/inc/template-tags.php'),(7988,'wp-content/updraft/themes-old/twentyseventeen/index.php'),(7989,'wp-content/updraft/themes-old/twentyseventeen/page.php'),(7990,'wp-content/updraft/themes-old/twentyseventeen/search.php'),(7991,'wp-content/updraft/themes-old/twentyseventeen/searchform.php'),(7992,'wp-content/updraft/themes-old/twentyseventeen/sidebar.php'),(7993,'wp-content/updraft/themes-old/twentyseventeen/single.php'),(7994,'wp-content/updraft/themes-old/twentyseventeen/template-parts/footer/footer-widgets.php'),(7995,'wp-content/updraft/themes-old/twentyseventeen/template-parts/footer/site-info.php'),(7996,'wp-content/updraft/themes-old/twentyseventeen/template-parts/header/header-image.php'),(7997,'wp-content/updraft/themes-old/twentyseventeen/template-parts/header/site-branding.php'),(7998,'wp-content/updraft/themes-old/twentyseventeen/template-parts/navigation/navigation-top.php'),(7999,'wp-content/updraft/themes-old/twentyseventeen/template-parts/page/content-front-page-panels.php'),(8000,'wp-content/updraft/themes-old/twentyseventeen/template-parts/page/content-front-page.php'),(8001,'wp-content/updraft/themes-old/twentyseventeen/template-parts/page/content-page.php'),(8002,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-audio.php'),(8003,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-excerpt.php'),(8004,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-gallery.php'),(8005,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-image.php'),(8006,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-none.php'),(8007,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content-video.php'),(8008,'wp-content/updraft/themes-old/twentyseventeen/template-parts/post/content.php'),(8009,'wp-content/updraft/themes-old/twentysixteen/404.php'),(8010,'wp-content/updraft/themes-old/twentysixteen/archive.php'),(8011,'wp-content/updraft/themes-old/twentysixteen/comments.php'),(8012,'wp-content/updraft/themes-old/twentysixteen/footer.php'),(8013,'wp-content/updraft/themes-old/twentysixteen/functions.php'),(8014,'wp-content/updraft/themes-old/twentysixteen/genericons/Genericons.svg'),(8015,'wp-content/updraft/themes-old/twentysixteen/header.php'),(8016,'wp-content/updraft/themes-old/twentysixteen/image.php'),(8017,'wp-content/updraft/themes-old/twentysixteen/inc/back-compat.php'),(8018,'wp-content/updraft/themes-old/twentysixteen/inc/customizer.php'),(8019,'wp-content/updraft/themes-old/twentysixteen/inc/template-tags.php'),(8020,'wp-content/updraft/themes-old/twentysixteen/index.php'),(8021,'wp-content/updraft/themes-old/twentysixteen/js/color-scheme-control.js'),(8022,'wp-content/updraft/themes-old/twentysixteen/js/customize-preview.js'),(8023,'wp-content/updraft/themes-old/twentysixteen/js/functions.js'),(8024,'wp-content/updraft/themes-old/twentysixteen/js/html5.js'),(8025,'wp-content/updraft/themes-old/twentysixteen/js/keyboard-image-navigation.js'),(8026,'wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js'),(8027,'wp-content/updraft/themes-old/twentysixteen/page.php'),(8028,'wp-content/updraft/themes-old/twentysixteen/search.php'),(8029,'wp-content/updraft/themes-old/twentysixteen/searchform.php'),(8030,'wp-content/updraft/themes-old/twentysixteen/sidebar-content-bottom.php'),(8031,'wp-content/updraft/themes-old/twentysixteen/sidebar.php'),(8032,'wp-content/updraft/themes-old/twentysixteen/single.php'),(8033,'wp-content/updraft/themes-old/twentysixteen/template-parts/biography.php'),(8034,'wp-content/updraft/themes-old/twentysixteen/template-parts/content-none.php'),(8035,'wp-content/updraft/themes-old/twentysixteen/template-parts/content-page.php'),(8036,'wp-content/updraft/themes-old/twentysixteen/template-parts/content-search.php'),(8037,'wp-content/updraft/themes-old/twentysixteen/template-parts/content-single.php'),(8038,'wp-content/updraft/themes-old/twentysixteen/template-parts/content.php'),(8039,'wp-content/uploads/wc-logs/index.html'),(8040,'wp-content/uploads/woocommerce_uploads/index.html'),(8041,'wp-content/uploads/wpallexport/exports/15bea20e7a723dcda641df65022b9fec/index.php'),(8042,'wp-content/uploads/wpallexport/exports/index.php'),(8043,'wp-content/uploads/wpallexport/index.php'),(8044,'wp-content/uploads/wpallexport/temp/index.php'),(8045,'wp-content/wflogs/attack-data.php'),(8046,'wp-content/wflogs/config-livewaf.php'),(8047,'wp-content/wflogs/config-synced.php'),(8048,'wp-content/wflogs/config-transient.php'),(8049,'wp-content/wflogs/config.php'),(8050,'wp-content/wflogs/ips.php'),(8051,'wp-content/wflogs/rules.php'),(8052,'wp-content/wflogs/template.php'),(8053,'wp-cron.php'),(8054,'wp-includes/ID3/error_log'),(8055,'wp-includes/ID3/getid3.lib.php'),(8056,'wp-includes/ID3/getid3.php'),(8057,'wp-includes/ID3/license.commercial.txt'),(8058,'wp-includes/ID3/license.txt'),(8059,'wp-includes/ID3/module.audio-video.asf.php'),(8060,'wp-includes/ID3/module.audio-video.flv.php'),(8061,'wp-includes/ID3/module.audio-video.matroska.php'),(8062,'wp-includes/ID3/module.audio-video.quicktime.php'),(8063,'wp-includes/ID3/module.audio-video.riff.php'),(8064,'wp-includes/ID3/module.audio.ac3.php'),(8065,'wp-includes/ID3/module.audio.dts.php'),(8066,'wp-includes/ID3/module.audio.flac.php'),(8067,'wp-includes/ID3/module.audio.mp3.php'),(8068,'wp-includes/ID3/module.audio.ogg.php'),(8069,'wp-includes/ID3/module.tag.apetag.php'),(8070,'wp-includes/ID3/module.tag.id3v1.php'),(8071,'wp-includes/ID3/module.tag.id3v2.php'),(8072,'wp-includes/ID3/module.tag.lyrics3.php'),(8073,'wp-includes/ID3/readme.txt'),(8074,'wp-includes/IXR/class-IXR-base64.php'),(8075,'wp-includes/IXR/class-IXR-client.php'),(8076,'wp-includes/IXR/class-IXR-clientmulticall.php'),(8077,'wp-includes/IXR/class-IXR-date.php'),(8078,'wp-includes/IXR/class-IXR-error.php'),(8079,'wp-includes/IXR/class-IXR-introspectionserver.php'),(8080,'wp-includes/IXR/class-IXR-message.php'),(8081,'wp-includes/IXR/class-IXR-request.php'),(8082,'wp-includes/IXR/class-IXR-server.php'),(8083,'wp-includes/IXR/class-IXR-value.php'),(8084,'wp-includes/PHPMailer/Exception.php'),(8085,'wp-includes/PHPMailer/PHPMailer.php'),(8086,'wp-includes/PHPMailer/SMTP.php'),(8087,'wp-includes/Requests/Auth/Basic.php'),(8088,'wp-includes/Requests/Auth.php'),(8089,'wp-includes/Requests/Cookie/Jar.php'),(8090,'wp-includes/Requests/Cookie.php'),(8091,'wp-includes/Requests/Exception/HTTP/304.php'),(8092,'wp-includes/Requests/Exception/HTTP/305.php'),(8093,'wp-includes/Requests/Exception/HTTP/306.php'),(8094,'wp-includes/Requests/Exception/HTTP/400.php'),(8095,'wp-includes/Requests/Exception/HTTP/401.php'),(8096,'wp-includes/Requests/Exception/HTTP/402.php'),(8097,'wp-includes/Requests/Exception/HTTP/403.php'),(8098,'wp-includes/Requests/Exception/HTTP/404.php'),(8099,'wp-includes/Requests/Exception/HTTP/405.php'),(8100,'wp-includes/Requests/Exception/HTTP/406.php'),(8101,'wp-includes/Requests/Exception/HTTP/407.php'),(8102,'wp-includes/Requests/Exception/HTTP/408.php'),(8103,'wp-includes/Requests/Exception/HTTP/409.php'),(8104,'wp-includes/Requests/Exception/HTTP/410.php'),(8105,'wp-includes/Requests/Exception/HTTP/411.php'),(8106,'wp-includes/Requests/Exception/HTTP/412.php'),(8107,'wp-includes/Requests/Exception/HTTP/413.php'),(8108,'wp-includes/Requests/Exception/HTTP/414.php'),(8109,'wp-includes/Requests/Exception/HTTP/415.php'),(8110,'wp-includes/Requests/Exception/HTTP/416.php'),(8111,'wp-includes/Requests/Exception/HTTP/417.php'),(8112,'wp-includes/Requests/Exception/HTTP/418.php'),(8113,'wp-includes/Requests/Exception/HTTP/428.php'),(8114,'wp-includes/Requests/Exception/HTTP/429.php'),(8115,'wp-includes/Requests/Exception/HTTP/431.php'),(8116,'wp-includes/Requests/Exception/HTTP/500.php'),(8117,'wp-includes/Requests/Exception/HTTP/501.php'),(8118,'wp-includes/Requests/Exception/HTTP/502.php'),(8119,'wp-includes/Requests/Exception/HTTP/503.php'),(8120,'wp-includes/Requests/Exception/HTTP/504.php'),(8121,'wp-includes/Requests/Exception/HTTP/505.php'),(8122,'wp-includes/Requests/Exception/HTTP/511.php'),(8123,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(8124,'wp-includes/Requests/Exception/HTTP.php'),(8125,'wp-includes/Requests/Exception/Transport/cURL.php'),(8126,'wp-includes/Requests/Exception/Transport.php'),(8127,'wp-includes/Requests/Exception.php'),(8128,'wp-includes/Requests/Hooker.php'),(8129,'wp-includes/Requests/Hooks.php'),(8130,'wp-includes/Requests/IDNAEncoder.php'),(8131,'wp-includes/Requests/IPv6.php'),(8132,'wp-includes/Requests/IRI.php'),(8133,'wp-includes/Requests/Proxy/HTTP.php'),(8134,'wp-includes/Requests/Proxy.php'),(8135,'wp-includes/Requests/Response/Headers.php'),(8136,'wp-includes/Requests/Response.php'),(8137,'wp-includes/Requests/SSL.php'),(8138,'wp-includes/Requests/Session.php'),(8139,'wp-includes/Requests/Transport/cURL.php'),(8140,'wp-includes/Requests/Transport/fsockopen.php'),(8141,'wp-includes/Requests/Transport.php'),(8142,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(8143,'wp-includes/Requests/Utility/FilteredIterator.php'),(8144,'wp-includes/SimplePie/Author.php'),(8145,'wp-includes/SimplePie/Cache/Base.php'),(8146,'wp-includes/SimplePie/Cache/DB.php'),(8147,'wp-includes/SimplePie/Cache/File.php'),(8148,'wp-includes/SimplePie/Cache/Memcache.php'),(8149,'wp-includes/SimplePie/Cache/Memcached.php'),(8150,'wp-includes/SimplePie/Cache/MySQL.php'),(8151,'wp-includes/SimplePie/Cache/Redis.php'),(8152,'wp-includes/SimplePie/Cache.php'),(8153,'wp-includes/SimplePie/Caption.php'),(8154,'wp-includes/SimplePie/Category.php'),(8155,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(8156,'wp-includes/SimplePie/Copyright.php'),(8157,'wp-includes/SimplePie/Core.php'),(8158,'wp-includes/SimplePie/Credit.php'),(8159,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(8160,'wp-includes/SimplePie/Enclosure.php'),(8161,'wp-includes/SimplePie/Exception.php'),(8162,'wp-includes/SimplePie/File.php'),(8163,'wp-includes/SimplePie/HTTP/Parser.php'),(8164,'wp-includes/SimplePie/IRI.php'),(8165,'wp-includes/SimplePie/Item.php'),(8166,'wp-includes/SimplePie/Locator.php'),(8167,'wp-includes/SimplePie/Misc.php'),(8168,'wp-includes/SimplePie/Net/IPv6.php'),(8169,'wp-includes/SimplePie/Parse/Date.php'),(8170,'wp-includes/SimplePie/Parser.php'),(8171,'wp-includes/SimplePie/Rating.php'),(8172,'wp-includes/SimplePie/Registry.php'),(8173,'wp-includes/SimplePie/Restriction.php'),(8174,'wp-includes/SimplePie/Sanitize.php'),(8175,'wp-includes/SimplePie/Source.php'),(8176,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(8177,'wp-includes/SimplePie/gzdecode.php'),(8178,'wp-includes/Text/Diff/Engine/native.php'),(8179,'wp-includes/Text/Diff/Engine/shell.php'),(8180,'wp-includes/Text/Diff/Engine/string.php'),(8181,'wp-includes/Text/Diff/Engine/xdiff.php'),(8182,'wp-includes/Text/Diff/Renderer/inline.php'),(8183,'wp-includes/Text/Diff/Renderer.php'),(8184,'wp-includes/Text/Diff.php'),(8185,'wp-includes/admin-bar.php'),(8186,'wp-includes/assets/script-loader-packages.php'),(8187,'wp-includes/atomlib.php'),(8188,'wp-includes/author-template.php'),(8189,'wp-includes/block-patterns/heading-paragraph.php'),(8190,'wp-includes/block-patterns/large-header-button.php'),(8191,'wp-includes/block-patterns/large-header.php'),(8192,'wp-includes/block-patterns/quote.php'),(8193,'wp-includes/block-patterns/text-three-columns-buttons.php'),(8194,'wp-includes/block-patterns/text-two-columns-with-images.php'),(8195,'wp-includes/block-patterns/text-two-columns.php'),(8196,'wp-includes/block-patterns/three-buttons.php'),(8197,'wp-includes/block-patterns/two-buttons.php'),(8198,'wp-includes/block-patterns/two-images.php'),(8199,'wp-includes/block-patterns.php'),(8200,'wp-includes/blocks/archives/block.json'),(8201,'wp-includes/blocks/archives.php'),(8202,'wp-includes/blocks/audio/block.json'),(8203,'wp-includes/blocks/block/block.json'),(8204,'wp-includes/blocks/block.php'),(8205,'wp-includes/blocks/button/block.json'),(8206,'wp-includes/blocks/buttons/block.json'),(8207,'wp-includes/blocks/calendar/block.json'),(8208,'wp-includes/blocks/calendar.php'),(8209,'wp-includes/blocks/categories/block.json'),(8210,'wp-includes/blocks/categories.php'),(8211,'wp-includes/blocks/classic/block.json'),(8212,'wp-includes/blocks/code/block.json'),(8213,'wp-includes/blocks/column/block.json'),(8214,'wp-includes/blocks/columns/block.json'),(8215,'wp-includes/blocks/file/block.json'),(8216,'wp-includes/blocks/gallery/block.json'),(8217,'wp-includes/blocks/group/block.json'),(8218,'wp-includes/blocks/heading/block.json'),(8219,'wp-includes/blocks/html/block.json'),(8220,'wp-includes/blocks/image/block.json'),(8221,'wp-includes/blocks/index.php'),(8222,'wp-includes/blocks/latest-comments/block.json'),(8223,'wp-includes/blocks/latest-comments.php'),(8224,'wp-includes/blocks/latest-posts/block.json'),(8225,'wp-includes/blocks/latest-posts.php'),(8226,'wp-includes/blocks/list/block.json'),(8227,'wp-includes/blocks/media-text/block.json'),(8228,'wp-includes/blocks/missing/block.json'),(8229,'wp-includes/blocks/more/block.json'),(8230,'wp-includes/blocks/nextpage/block.json'),(8231,'wp-includes/blocks/paragraph/block.json'),(8232,'wp-includes/blocks/preformatted/block.json'),(8233,'wp-includes/blocks/pullquote/block.json'),(8234,'wp-includes/blocks/quote/block.json'),(8235,'wp-includes/blocks/rss/block.json'),(8236,'wp-includes/blocks/rss.php'),(8237,'wp-includes/blocks/search/block.json'),(8238,'wp-includes/blocks/search.php'),(8239,'wp-includes/blocks/separator/block.json'),(8240,'wp-includes/blocks/shortcode/block.json'),(8241,'wp-includes/blocks/shortcode.php'),(8242,'wp-includes/blocks/social-link/block.json'),(8243,'wp-includes/blocks/social-link.php'),(8244,'wp-includes/blocks/social-links/block.json'),(8245,'wp-includes/blocks/spacer/block.json'),(8246,'wp-includes/blocks/subhead/block.json'),(8247,'wp-includes/blocks/table/block.json'),(8248,'wp-includes/blocks/tag-cloud/block.json'),(8249,'wp-includes/blocks/tag-cloud.php'),(8250,'wp-includes/blocks/text-columns/block.json'),(8251,'wp-includes/blocks/verse/block.json'),(8252,'wp-includes/blocks/video/block.json'),(8253,'wp-includes/blocks.php'),(8254,'wp-includes/bookmark-template.php'),(8255,'wp-includes/bookmark.php'),(8256,'wp-includes/cache-compat.php'),(8257,'wp-includes/cache.php'),(8258,'wp-includes/canonical.php'),(8259,'wp-includes/capabilities.php'),(8260,'wp-includes/category-template.php'),(8261,'wp-includes/category.php'),(8262,'wp-includes/certificates/ca-bundle.crt'),(8263,'wp-includes/class-IXR.php'),(8264,'wp-includes/class-feed.php'),(8265,'wp-includes/class-http.php'),(8266,'wp-includes/class-json.php'),(8267,'wp-includes/class-oembed.php'),(8268,'wp-includes/class-phpass.php'),(8269,'wp-includes/class-phpmailer.php'),(8270,'wp-includes/class-pop3.php'),(8271,'wp-includes/class-requests.php'),(8272,'wp-includes/class-simplepie.php'),(8273,'wp-includes/class-smtp.php'),(8274,'wp-includes/class-snoopy.php'),(8275,'wp-includes/class-walker-category-dropdown.php'),(8276,'wp-includes/class-walker-category.php'),(8277,'wp-includes/class-walker-comment.php'),(8278,'wp-includes/class-walker-nav-menu.php'),(8279,'wp-includes/class-walker-page-dropdown.php'),(8280,'wp-includes/class-walker-page.php'),(8281,'wp-includes/class-wp-admin-bar.php'),(8282,'wp-includes/class-wp-ajax-response.php'),(8283,'wp-includes/class-wp-block-list.php'),(8284,'wp-includes/class-wp-block-parser.php'),(8285,'wp-includes/class-wp-block-pattern-categories-registry.php'),(8286,'wp-includes/class-wp-block-patterns-registry.php'),(8287,'wp-includes/class-wp-block-styles-registry.php'),(8288,'wp-includes/class-wp-block-type-registry.php'),(8289,'wp-includes/class-wp-block-type.php'),(8290,'wp-includes/class-wp-block.php'),(8291,'wp-includes/class-wp-comment-query.php'),(8292,'wp-includes/class-wp-comment.php'),(8293,'wp-includes/class-wp-customize-control.php'),(8294,'wp-includes/class-wp-customize-manager.php'),(8295,'wp-includes/class-wp-customize-nav-menus.php'),(8296,'wp-includes/class-wp-customize-panel.php'),(8297,'wp-includes/class-wp-customize-section.php'),(8298,'wp-includes/class-wp-customize-setting.php'),(8299,'wp-includes/class-wp-customize-widgets.php'),(8300,'wp-includes/class-wp-date-query.php'),(8301,'wp-includes/class-wp-dependency.php'),(8302,'wp-includes/class-wp-editor.php'),(8303,'wp-includes/class-wp-embed.php'),(8304,'wp-includes/class-wp-error.php'),(8305,'wp-includes/class-wp-fatal-error-handler.php'),(8306,'wp-includes/class-wp-feed-cache-transient.php'),(8307,'wp-includes/class-wp-feed-cache.php'),(8308,'wp-includes/class-wp-hook.php'),(8309,'wp-includes/class-wp-http-cookie.php'),(8310,'wp-includes/class-wp-http-curl.php'),(8311,'wp-includes/class-wp-http-encoding.php'),(8312,'wp-includes/class-wp-http-ixr-client.php'),(8313,'wp-includes/class-wp-http-proxy.php'),(8314,'wp-includes/class-wp-http-requests-hooks.php'),(8315,'wp-includes/class-wp-http-requests-response.php'),(8316,'wp-includes/class-wp-http-response.php'),(8317,'wp-includes/class-wp-http-streams.php'),(8318,'wp-includes/class-wp-image-editor-gd.php'),(8319,'wp-includes/class-wp-image-editor-imagick.php'),(8320,'wp-includes/class-wp-image-editor.php'),(8321,'wp-includes/class-wp-list-util.php'),(8322,'wp-includes/class-wp-locale-switcher.php'),(8323,'wp-includes/class-wp-locale.php'),(8324,'wp-includes/class-wp-matchesmapregex.php'),(8325,'wp-includes/class-wp-meta-query.php'),(8326,'wp-includes/class-wp-metadata-lazyloader.php'),(8327,'wp-includes/class-wp-network-query.php'),(8328,'wp-includes/class-wp-network.php'),(8329,'wp-includes/class-wp-object-cache.php'),(8330,'wp-includes/class-wp-oembed-controller.php'),(8331,'wp-includes/class-wp-oembed.php'),(8332,'wp-includes/class-wp-paused-extensions-storage.php'),(8333,'wp-includes/class-wp-post-type.php'),(8334,'wp-includes/class-wp-post.php'),(8335,'wp-includes/class-wp-query.php'),(8336,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(8337,'wp-includes/class-wp-recovery-mode-email-service.php'),(8338,'wp-includes/class-wp-recovery-mode-key-service.php'),(8339,'wp-includes/class-wp-recovery-mode-link-service.php'),(8340,'wp-includes/class-wp-recovery-mode.php'),(8341,'wp-includes/class-wp-rewrite.php'),(8342,'wp-includes/class-wp-role.php'),(8343,'wp-includes/class-wp-roles.php'),(8344,'wp-includes/class-wp-session-tokens.php'),(8345,'wp-includes/class-wp-simplepie-file.php'),(8346,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(8347,'wp-includes/class-wp-site-query.php'),(8348,'wp-includes/class-wp-site.php'),(8349,'wp-includes/class-wp-tax-query.php'),(8350,'wp-includes/class-wp-taxonomy.php'),(8351,'wp-includes/class-wp-term-query.php'),(8352,'wp-includes/class-wp-term.php'),(8353,'wp-includes/class-wp-text-diff-renderer-inline.php'),(8354,'wp-includes/class-wp-text-diff-renderer-table.php'),(8355,'wp-includes/class-wp-theme.php'),(8356,'wp-includes/class-wp-user-meta-session-tokens.php'),(8357,'wp-includes/class-wp-user-query.php'),(8358,'wp-includes/class-wp-user-request.php'),(8359,'wp-includes/class-wp-user.php'),(8360,'wp-includes/class-wp-walker.php'),(8361,'wp-includes/class-wp-widget-factory.php'),(8362,'wp-includes/class-wp-widget.php'),(8363,'wp-includes/class-wp-xmlrpc-server.php'),(8364,'wp-includes/class-wp.php'),(8365,'wp-includes/class.wp-dependencies.php'),(8366,'wp-includes/class.wp-scripts.php'),(8367,'wp-includes/class.wp-styles.php'),(8368,'wp-includes/comment-template.php'),(8369,'wp-includes/comment.php'),(8370,'wp-includes/compat.php'),(8371,'wp-includes/cron.php'),(8372,'wp-includes/css/admin-bar-rtl.css'),(8373,'wp-includes/css/admin-bar-rtl.min.css'),(8374,'wp-includes/css/admin-bar.css'),(8375,'wp-includes/css/admin-bar.min.css'),(8376,'wp-includes/css/buttons-rtl.css'),(8377,'wp-includes/css/buttons-rtl.min.css'),(8378,'wp-includes/css/buttons.css'),(8379,'wp-includes/css/buttons.min.css'),(8380,'wp-includes/css/customize-preview-rtl.css'),(8381,'wp-includes/css/customize-preview-rtl.min.css'),(8382,'wp-includes/css/customize-preview.css'),(8383,'wp-includes/css/customize-preview.min.css'),(8384,'wp-includes/css/dashicons.css'),(8385,'wp-includes/css/dashicons.min.css'),(8386,'wp-includes/css/dist/block-directory/style-rtl.css'),(8387,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(8388,'wp-includes/css/dist/block-directory/style.css'),(8389,'wp-includes/css/dist/block-directory/style.min.css'),(8390,'wp-includes/css/dist/block-editor/style-rtl.css'),(8391,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(8392,'wp-includes/css/dist/block-editor/style.css'),(8393,'wp-includes/css/dist/block-editor/style.min.css'),(8394,'wp-includes/css/dist/block-library/editor-rtl.css'),(8395,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(8396,'wp-includes/css/dist/block-library/editor.css'),(8397,'wp-includes/css/dist/block-library/editor.min.css'),(8398,'wp-includes/css/dist/block-library/style-rtl.css'),(8399,'wp-includes/css/dist/block-library/style-rtl.min.css'),(8400,'wp-includes/css/dist/block-library/style.css'),(8401,'wp-includes/css/dist/block-library/style.min.css'),(8402,'wp-includes/css/dist/block-library/theme-rtl.css'),(8403,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(8404,'wp-includes/css/dist/block-library/theme.css'),(8405,'wp-includes/css/dist/block-library/theme.min.css'),(8406,'wp-includes/css/dist/components/style-rtl.css'),(8407,'wp-includes/css/dist/components/style-rtl.min.css'),(8408,'wp-includes/css/dist/components/style.css'),(8409,'wp-includes/css/dist/components/style.min.css'),(8410,'wp-includes/css/dist/edit-post/style-rtl.css'),(8411,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(8412,'wp-includes/css/dist/edit-post/style.css'),(8413,'wp-includes/css/dist/edit-post/style.min.css'),(8414,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(8415,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(8416,'wp-includes/css/dist/editor/editor-styles.css'),(8417,'wp-includes/css/dist/editor/editor-styles.min.css'),(8418,'wp-includes/css/dist/editor/style-rtl.css'),(8419,'wp-includes/css/dist/editor/style-rtl.min.css'),(8420,'wp-includes/css/dist/editor/style.css'),(8421,'wp-includes/css/dist/editor/style.min.css'),(8422,'wp-includes/css/dist/format-library/style-rtl.css'),(8423,'wp-includes/css/dist/format-library/style-rtl.min.css'),(8424,'wp-includes/css/dist/format-library/style.css'),(8425,'wp-includes/css/dist/format-library/style.min.css'),(8426,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(8427,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(8428,'wp-includes/css/dist/list-reusable-blocks/style.css'),(8429,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(8430,'wp-includes/css/dist/nux/style-rtl.css'),(8431,'wp-includes/css/dist/nux/style-rtl.min.css'),(8432,'wp-includes/css/dist/nux/style.css'),(8433,'wp-includes/css/dist/nux/style.min.css'),(8434,'wp-includes/css/editor-rtl.css'),(8435,'wp-includes/css/editor-rtl.min.css'),(8436,'wp-includes/css/editor.css'),(8437,'wp-includes/css/editor.min.css'),(8438,'wp-includes/css/jquery-ui-dialog-rtl.css'),(8439,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(8440,'wp-includes/css/jquery-ui-dialog.css'),(8441,'wp-includes/css/jquery-ui-dialog.min.css'),(8442,'wp-includes/css/media-views-rtl.css'),(8443,'wp-includes/css/media-views-rtl.min.css'),(8444,'wp-includes/css/media-views.css'),(8445,'wp-includes/css/media-views.min.css'),(8446,'wp-includes/css/wp-auth-check-rtl.css'),(8447,'wp-includes/css/wp-auth-check-rtl.min.css'),(8448,'wp-includes/css/wp-auth-check.css'),(8449,'wp-includes/css/wp-auth-check.min.css'),(8450,'wp-includes/css/wp-embed-template-ie.css'),(8451,'wp-includes/css/wp-embed-template-ie.min.css'),(8452,'wp-includes/css/wp-embed-template.css'),(8453,'wp-includes/css/wp-embed-template.min.css'),(8454,'wp-includes/css/wp-pointer-rtl.css'),(8455,'wp-includes/css/wp-pointer-rtl.min.css'),(8456,'wp-includes/css/wp-pointer.css'),(8457,'wp-includes/css/wp-pointer.min.css'),(8458,'wp-includes/customize/class-wp-customize-background-image-control.php'),(8459,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(8460,'wp-includes/customize/class-wp-customize-background-position-control.php'),(8461,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(8462,'wp-includes/customize/class-wp-customize-color-control.php'),(8463,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(8464,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(8465,'wp-includes/customize/class-wp-customize-date-time-control.php'),(8466,'wp-includes/customize/class-wp-customize-filter-setting.php'),(8467,'wp-includes/customize/class-wp-customize-header-image-control.php'),(8468,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(8469,'wp-includes/customize/class-wp-customize-image-control.php'),(8470,'wp-includes/customize/class-wp-customize-media-control.php'),(8471,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(8472,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(8473,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(8474,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(8475,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(8476,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(8477,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(8478,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(8479,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(8480,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(8481,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(8482,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(8483,'wp-includes/customize/class-wp-customize-partial.php'),(8484,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(8485,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(8486,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(8487,'wp-includes/customize/class-wp-customize-theme-control.php'),(8488,'wp-includes/customize/class-wp-customize-themes-panel.php'),(8489,'wp-includes/customize/class-wp-customize-themes-section.php'),(8490,'wp-includes/customize/class-wp-customize-upload-control.php'),(8491,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(8492,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(8493,'wp-includes/date.php'),(8494,'wp-includes/default-constants.php'),(8495,'wp-includes/default-filters.php'),(8496,'wp-includes/default-widgets.php'),(8497,'wp-includes/deprecated.php'),(8498,'wp-includes/embed-template.php'),(8499,'wp-includes/embed.php'),(8500,'wp-includes/error-protection.php'),(8501,'wp-includes/feed-atom-comments.php'),(8502,'wp-includes/feed-atom.php'),(8503,'wp-includes/feed-rdf.php'),(8504,'wp-includes/feed-rss.php'),(8505,'wp-includes/feed-rss2-comments.php'),(8506,'wp-includes/feed-rss2.php'),(8507,'wp-includes/feed.php'),(8508,'wp-includes/fonts/dashicons.eot'),(8509,'wp-includes/fonts/dashicons.svg'),(8510,'wp-includes/fonts/dashicons.ttf'),(8511,'wp-includes/fonts/dashicons.woff'),(8512,'wp-includes/fonts/dashicons.woff2'),(8513,'wp-includes/formatting.php'),(8514,'wp-includes/functions.php'),(8515,'wp-includes/functions.wp-scripts.php'),(8516,'wp-includes/functions.wp-styles.php'),(8517,'wp-includes/general-template.php'),(8518,'wp-includes/http.php'),(8519,'wp-includes/images/admin-bar-sprite-2x.png'),(8520,'wp-includes/images/admin-bar-sprite.png'),(8521,'wp-includes/images/arrow-pointer-blue-2x.png'),(8522,'wp-includes/images/arrow-pointer-blue.png'),(8523,'wp-includes/images/blank.gif'),(8524,'wp-includes/images/crystal/archive.png'),(8525,'wp-includes/images/crystal/audio.png'),(8526,'wp-includes/images/crystal/code.png'),(8527,'wp-includes/images/crystal/default.png'),(8528,'wp-includes/images/crystal/document.png'),(8529,'wp-includes/images/crystal/interactive.png'),(8530,'wp-includes/images/crystal/license.txt'),(8531,'wp-includes/images/crystal/spreadsheet.png'),(8532,'wp-includes/images/crystal/text.png'),(8533,'wp-includes/images/crystal/video.png'),(8534,'wp-includes/images/down_arrow-2x.gif'),(8535,'wp-includes/images/down_arrow.gif'),(8536,'wp-includes/images/icon-pointer-flag-2x.png'),(8537,'wp-includes/images/icon-pointer-flag.png'),(8538,'wp-includes/images/media/archive.png'),(8539,'wp-includes/images/media/audio.png'),(8540,'wp-includes/images/media/code.png'),(8541,'wp-includes/images/media/default.png'),(8542,'wp-includes/images/media/document.png'),(8543,'wp-includes/images/media/interactive.png'),(8544,'wp-includes/images/media/spreadsheet.png'),(8545,'wp-includes/images/media/text.png'),(8546,'wp-includes/images/media/video.png'),(8547,'wp-includes/images/rss-2x.png'),(8548,'wp-includes/images/rss.png'),(8549,'wp-includes/images/smilies/frownie.png'),(8550,'wp-includes/images/smilies/icon_arrow.gif'),(8551,'wp-includes/images/smilies/icon_biggrin.gif'),(8552,'wp-includes/images/smilies/icon_confused.gif'),(8553,'wp-includes/images/smilies/icon_cool.gif'),(8554,'wp-includes/images/smilies/icon_cry.gif'),(8555,'wp-includes/images/smilies/icon_eek.gif'),(8556,'wp-includes/images/smilies/icon_evil.gif'),(8557,'wp-includes/images/smilies/icon_exclaim.gif'),(8558,'wp-includes/images/smilies/icon_idea.gif'),(8559,'wp-includes/images/smilies/icon_lol.gif'),(8560,'wp-includes/images/smilies/icon_mad.gif'),(8561,'wp-includes/images/smilies/icon_mrgreen.gif'),(8562,'wp-includes/images/smilies/icon_neutral.gif'),(8563,'wp-includes/images/smilies/icon_question.gif'),(8564,'wp-includes/images/smilies/icon_razz.gif'),(8565,'wp-includes/images/smilies/icon_redface.gif'),(8566,'wp-includes/images/smilies/icon_rolleyes.gif'),(8567,'wp-includes/images/smilies/icon_sad.gif'),(8568,'wp-includes/images/smilies/icon_smile.gif'),(8569,'wp-includes/images/smilies/icon_surprised.gif'),(8570,'wp-includes/images/smilies/icon_twisted.gif'),(8571,'wp-includes/images/smilies/icon_wink.gif'),(8572,'wp-includes/images/smilies/mrgreen.png'),(8573,'wp-includes/images/smilies/rolleyes.png'),(8574,'wp-includes/images/smilies/simple-smile.png'),(8575,'wp-includes/images/spinner-2x.gif'),(8576,'wp-includes/images/spinner.gif'),(8577,'wp-includes/images/toggle-arrow-2x.png'),(8578,'wp-includes/images/toggle-arrow.png'),(8579,'wp-includes/images/uploader-icons-2x.png'),(8580,'wp-includes/images/uploader-icons.png'),(8581,'wp-includes/images/w-logo-blue-white-bg.png'),(8582,'wp-includes/images/w-logo-blue.png'),(8583,'wp-includes/images/wlw/wp-comments.png'),(8584,'wp-includes/images/wlw/wp-icon.png'),(8585,'wp-includes/images/wlw/wp-watermark.png'),(8586,'wp-includes/images/wpicons-2x.png'),(8587,'wp-includes/images/wpicons.png'),(8588,'wp-includes/images/wpspin-2x.gif'),(8589,'wp-includes/images/wpspin.gif'),(8590,'wp-includes/images/xit-2x.gif'),(8591,'wp-includes/images/xit.gif'),(8592,'wp-includes/js/admin-bar.js'),(8593,'wp-includes/js/admin-bar.min.js'),(8594,'wp-includes/js/api-request.js'),(8595,'wp-includes/js/api-request.min.js'),(8596,'wp-includes/js/autosave.js'),(8597,'wp-includes/js/autosave.min.js'),(8598,'wp-includes/js/backbone.js'),(8599,'wp-includes/js/backbone.min.js'),(8600,'wp-includes/js/clipboard.js'),(8601,'wp-includes/js/clipboard.min.js'),(8602,'wp-includes/js/codemirror/codemirror.min.css'),(8603,'wp-includes/js/codemirror/codemirror.min.js'),(8604,'wp-includes/js/codemirror/csslint.js'),(8605,'wp-includes/js/codemirror/esprima.js'),(8606,'wp-includes/js/codemirror/fakejshint.js'),(8607,'wp-includes/js/codemirror/htmlhint-kses.js'),(8608,'wp-includes/js/codemirror/htmlhint.js'),(8609,'wp-includes/js/codemirror/jsonlint.js'),(8610,'wp-includes/js/colorpicker.js'),(8611,'wp-includes/js/colorpicker.min.js'),(8612,'wp-includes/js/comment-reply.js'),(8613,'wp-includes/js/comment-reply.min.js'),(8614,'wp-includes/js/crop/cropper.css'),(8615,'wp-includes/js/crop/cropper.js'),(8616,'wp-includes/js/crop/marqueeHoriz.gif'),(8617,'wp-includes/js/crop/marqueeVert.gif'),(8618,'wp-includes/js/customize-base.js'),(8619,'wp-includes/js/customize-base.min.js'),(8620,'wp-includes/js/customize-loader.js'),(8621,'wp-includes/js/customize-loader.min.js'),(8622,'wp-includes/js/customize-models.js'),(8623,'wp-includes/js/customize-models.min.js'),(8624,'wp-includes/js/customize-preview-nav-menus.js'),(8625,'wp-includes/js/customize-preview-nav-menus.min.js'),(8626,'wp-includes/js/customize-preview-widgets.js'),(8627,'wp-includes/js/customize-preview-widgets.min.js'),(8628,'wp-includes/js/customize-preview.js'),(8629,'wp-includes/js/customize-preview.min.js'),(8630,'wp-includes/js/customize-selective-refresh.js'),(8631,'wp-includes/js/customize-selective-refresh.min.js'),(8632,'wp-includes/js/customize-views.js'),(8633,'wp-includes/js/customize-views.min.js'),(8634,'wp-includes/js/dist/a11y.js'),(8635,'wp-includes/js/dist/a11y.min.js'),(8636,'wp-includes/js/dist/annotations.js'),(8637,'wp-includes/js/dist/annotations.min.js'),(8638,'wp-includes/js/dist/api-fetch.js'),(8639,'wp-includes/js/dist/api-fetch.min.js'),(8640,'wp-includes/js/dist/autop.js'),(8641,'wp-includes/js/dist/autop.min.js'),(8642,'wp-includes/js/dist/blob.js'),(8643,'wp-includes/js/dist/blob.min.js'),(8644,'wp-includes/js/dist/block-directory.js'),(8645,'wp-includes/js/dist/block-directory.min.js'),(8646,'wp-includes/js/dist/block-editor.js'),(8647,'wp-includes/js/dist/block-editor.min.js'),(8648,'wp-includes/js/dist/block-library.js'),(8649,'wp-includes/js/dist/block-library.min.js'),(8650,'wp-includes/js/dist/block-serialization-default-parser.js'),(8651,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(8652,'wp-includes/js/dist/blocks.js'),(8653,'wp-includes/js/dist/blocks.min.js'),(8654,'wp-includes/js/dist/components.js'),(8655,'wp-includes/js/dist/components.min.js'),(8656,'wp-includes/js/dist/compose.js'),(8657,'wp-includes/js/dist/compose.min.js'),(8658,'wp-includes/js/dist/core-data.js'),(8659,'wp-includes/js/dist/core-data.min.js'),(8660,'wp-includes/js/dist/data-controls.js'),(8661,'wp-includes/js/dist/data-controls.min.js'),(8662,'wp-includes/js/dist/data.js'),(8663,'wp-includes/js/dist/data.min.js'),(8664,'wp-includes/js/dist/date.js'),(8665,'wp-includes/js/dist/date.min.js'),(8666,'wp-includes/js/dist/deprecated.js'),(8667,'wp-includes/js/dist/deprecated.min.js'),(8668,'wp-includes/js/dist/dom-ready.js'),(8669,'wp-includes/js/dist/dom-ready.min.js'),(8670,'wp-includes/js/dist/dom.js'),(8671,'wp-includes/js/dist/dom.min.js'),(8672,'wp-includes/js/dist/edit-post.js'),(8673,'wp-includes/js/dist/edit-post.min.js'),(8674,'wp-includes/js/dist/editor.js'),(8675,'wp-includes/js/dist/editor.min.js'),(8676,'wp-includes/js/dist/element.js'),(8677,'wp-includes/js/dist/element.min.js'),(8678,'wp-includes/js/dist/escape-html.js'),(8679,'wp-includes/js/dist/escape-html.min.js'),(8680,'wp-includes/js/dist/format-library.js'),(8681,'wp-includes/js/dist/format-library.min.js'),(8682,'wp-includes/js/dist/hooks.js'),(8683,'wp-includes/js/dist/hooks.min.js'),(8684,'wp-includes/js/dist/html-entities.js'),(8685,'wp-includes/js/dist/html-entities.min.js'),(8686,'wp-includes/js/dist/i18n.js'),(8687,'wp-includes/js/dist/i18n.min.js'),(8688,'wp-includes/js/dist/is-shallow-equal.js'),(8689,'wp-includes/js/dist/is-shallow-equal.min.js'),(8690,'wp-includes/js/dist/keyboard-shortcuts.js'),(8691,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(8692,'wp-includes/js/dist/keycodes.js'),(8693,'wp-includes/js/dist/keycodes.min.js'),(8694,'wp-includes/js/dist/list-reusable-blocks.js'),(8695,'wp-includes/js/dist/list-reusable-blocks.min.js'),(8696,'wp-includes/js/dist/media-utils.js'),(8697,'wp-includes/js/dist/media-utils.min.js'),(8698,'wp-includes/js/dist/notices.js'),(8699,'wp-includes/js/dist/notices.min.js'),(8700,'wp-includes/js/dist/nux.js'),(8701,'wp-includes/js/dist/nux.min.js'),(8702,'wp-includes/js/dist/plugins.js'),(8703,'wp-includes/js/dist/plugins.min.js'),(8704,'wp-includes/js/dist/primitives.js'),(8705,'wp-includes/js/dist/primitives.min.js'),(8706,'wp-includes/js/dist/priority-queue.js'),(8707,'wp-includes/js/dist/priority-queue.min.js'),(8708,'wp-includes/js/dist/redux-routine.js'),(8709,'wp-includes/js/dist/redux-routine.min.js'),(8710,'wp-includes/js/dist/rich-text.js'),(8711,'wp-includes/js/dist/rich-text.min.js'),(8712,'wp-includes/js/dist/server-side-render.js'),(8713,'wp-includes/js/dist/server-side-render.min.js'),(8714,'wp-includes/js/dist/shortcode.js'),(8715,'wp-includes/js/dist/shortcode.min.js'),(8716,'wp-includes/js/dist/token-list.js'),(8717,'wp-includes/js/dist/token-list.min.js'),(8718,'wp-includes/js/dist/url.js'),(8719,'wp-includes/js/dist/url.min.js'),(8720,'wp-includes/js/dist/vendor/lodash.js'),(8721,'wp-includes/js/dist/vendor/lodash.min.js'),(8722,'wp-includes/js/dist/vendor/moment.js'),(8723,'wp-includes/js/dist/vendor/moment.min.js'),(8724,'wp-includes/js/dist/vendor/react-dom.js'),(8725,'wp-includes/js/dist/vendor/react-dom.min.js'),(8726,'wp-includes/js/dist/vendor/react.js'),(8727,'wp-includes/js/dist/vendor/react.min.js'),(8728,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(8729,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(8730,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(8731,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(8732,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(8733,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(8734,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(8735,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(8736,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(8737,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(8738,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(8739,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(8740,'wp-includes/js/dist/vendor/wp-polyfill.js'),(8741,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(8742,'wp-includes/js/dist/viewport.js'),(8743,'wp-includes/js/dist/viewport.min.js'),(8744,'wp-includes/js/dist/warning.js'),(8745,'wp-includes/js/dist/warning.min.js'),(8746,'wp-includes/js/dist/wordcount.js'),(8747,'wp-includes/js/dist/wordcount.min.js'),(8748,'wp-includes/js/heartbeat.js'),(8749,'wp-includes/js/heartbeat.min.js'),(8750,'wp-includes/js/hoverIntent.js'),(8751,'wp-includes/js/hoverIntent.min.js'),(8752,'wp-includes/js/hoverintent-js.min.js'),(8753,'wp-includes/js/imagesloaded.min.js'),(8754,'wp-includes/js/imgareaselect/border-anim-h.gif'),(8755,'wp-includes/js/imgareaselect/border-anim-v.gif'),(8756,'wp-includes/js/imgareaselect/imgareaselect.css'),(8757,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(8758,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(8759,'wp-includes/js/jcrop/Jcrop.gif'),(8760,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(8761,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(8762,'wp-includes/js/jquery/jquery-migrate.js'),(8763,'wp-includes/js/jquery/jquery-migrate.min.js'),(8764,'wp-includes/js/jquery/jquery.color.min.js'),(8765,'wp-includes/js/jquery/jquery.form.js'),(8766,'wp-includes/js/jquery/jquery.form.min.js'),(8767,'wp-includes/js/jquery/jquery.hotkeys.js'),(8768,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(8769,'wp-includes/js/jquery/jquery.js'),(8770,'wp-includes/js/jquery/jquery.masonry.min.js'),(8771,'wp-includes/js/jquery/jquery.query.js'),(8772,'wp-includes/js/jquery/jquery.schedule.js'),(8773,'wp-includes/js/jquery/jquery.serialize-object.js'),(8774,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(8775,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(8776,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(8777,'wp-includes/js/jquery/suggest.js'),(8778,'wp-includes/js/jquery/suggest.min.js'),(8779,'wp-includes/js/jquery/ui/accordion.min.js'),(8780,'wp-includes/js/jquery/ui/autocomplete.min.js'),(8781,'wp-includes/js/jquery/ui/button.min.js'),(8782,'wp-includes/js/jquery/ui/core.min.js'),(8783,'wp-includes/js/jquery/ui/datepicker.min.js'),(8784,'wp-includes/js/jquery/ui/dialog.min.js'),(8785,'wp-includes/js/jquery/ui/draggable.min.js'),(8786,'wp-includes/js/jquery/ui/droppable.min.js'),(8787,'wp-includes/js/jquery/ui/effect-blind.min.js'),(8788,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(8789,'wp-includes/js/jquery/ui/effect-clip.min.js'),(8790,'wp-includes/js/jquery/ui/effect-drop.min.js'),(8791,'wp-includes/js/jquery/ui/effect-explode.min.js'),(8792,'wp-includes/js/jquery/ui/effect-fade.min.js'),(8793,'wp-includes/js/jquery/ui/effect-fold.min.js'),(8794,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(8795,'wp-includes/js/jquery/ui/effect-puff.min.js'),(8796,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(8797,'wp-includes/js/jquery/ui/effect-scale.min.js'),(8798,'wp-includes/js/jquery/ui/effect-shake.min.js'),(8799,'wp-includes/js/jquery/ui/effect-size.min.js'),(8800,'wp-includes/js/jquery/ui/effect-slide.min.js'),(8801,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(8802,'wp-includes/js/jquery/ui/effect.min.js'),(8803,'wp-includes/js/jquery/ui/menu.min.js'),(8804,'wp-includes/js/jquery/ui/mouse.min.js'),(8805,'wp-includes/js/jquery/ui/position.min.js'),(8806,'wp-includes/js/jquery/ui/progressbar.min.js'),(8807,'wp-includes/js/jquery/ui/resizable.min.js'),(8808,'wp-includes/js/jquery/ui/selectable.min.js'),(8809,'wp-includes/js/jquery/ui/selectmenu.min.js'),(8810,'wp-includes/js/jquery/ui/slider.min.js'),(8811,'wp-includes/js/jquery/ui/sortable.min.js'),(8812,'wp-includes/js/jquery/ui/spinner.min.js'),(8813,'wp-includes/js/jquery/ui/tabs.min.js'),(8814,'wp-includes/js/jquery/ui/tooltip.min.js'),(8815,'wp-includes/js/jquery/ui/widget.min.js'),(8816,'wp-includes/js/json2.js'),(8817,'wp-includes/js/json2.min.js'),(8818,'wp-includes/js/masonry.min.js'),(8819,'wp-includes/js/mce-view.js'),(8820,'wp-includes/js/mce-view.min.js'),(8821,'wp-includes/js/media-audiovideo.js'),(8822,'wp-includes/js/media-audiovideo.min.js'),(8823,'wp-includes/js/media-editor.js'),(8824,'wp-includes/js/media-editor.min.js'),(8825,'wp-includes/js/media-grid.js'),(8826,'wp-includes/js/media-grid.min.js'),(8827,'wp-includes/js/media-models.js'),(8828,'wp-includes/js/media-models.min.js'),(8829,'wp-includes/js/media-views.js'),(8830,'wp-includes/js/media-views.min.js'),(8831,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(8832,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(8833,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(8834,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(8835,'wp-includes/js/mediaelement/mediaelement.js'),(8836,'wp-includes/js/mediaelement/mediaelement.min.js'),(8837,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(8838,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(8839,'wp-includes/js/mediaelement/mediaelementplayer.css'),(8840,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(8841,'wp-includes/js/mediaelement/mejs-controls.png'),(8842,'wp-includes/js/mediaelement/mejs-controls.svg'),(8843,'wp-includes/js/mediaelement/renderers/vimeo.js'),(8844,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(8845,'wp-includes/js/mediaelement/wp-mediaelement.css'),(8846,'wp-includes/js/mediaelement/wp-mediaelement.js'),(8847,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(8848,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(8849,'wp-includes/js/mediaelement/wp-playlist.js'),(8850,'wp-includes/js/mediaelement/wp-playlist.min.js'),(8851,'wp-includes/js/plupload/handlers.js'),(8852,'wp-includes/js/plupload/handlers.min.js'),(8853,'wp-includes/js/plupload/license.txt'),(8854,'wp-includes/js/plupload/moxie.js'),(8855,'wp-includes/js/plupload/moxie.min.js'),(8856,'wp-includes/js/plupload/plupload.js'),(8857,'wp-includes/js/plupload/plupload.min.js'),(8858,'wp-includes/js/plupload/wp-plupload.js'),(8859,'wp-includes/js/plupload/wp-plupload.min.js'),(8860,'wp-includes/js/quicktags.js'),(8861,'wp-includes/js/quicktags.min.js'),(8862,'wp-includes/js/shortcode.js'),(8863,'wp-includes/js/shortcode.min.js'),(8864,'wp-includes/js/swfobject.js'),(8865,'wp-includes/js/swfupload/handlers.js'),(8866,'wp-includes/js/swfupload/handlers.min.js'),(8867,'wp-includes/js/swfupload/license.txt'),(8868,'wp-includes/js/swfupload/swfupload.js'),(8869,'wp-includes/js/thickbox/loadingAnimation.gif'),(8870,'wp-includes/js/thickbox/macFFBgHack.png'),(8871,'wp-includes/js/thickbox/thickbox.css'),(8872,'wp-includes/js/thickbox/thickbox.js'),(8873,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(8874,'wp-includes/js/tinymce/license.txt'),(8875,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(8876,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(8877,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(8878,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(8879,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(8880,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(8881,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(8882,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(8883,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(8884,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(8885,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(8886,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(8887,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(8888,'wp-includes/js/tinymce/plugins/image/plugin.js'),(8889,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(8890,'wp-includes/js/tinymce/plugins/link/plugin.js'),(8891,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(8892,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(8893,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(8894,'wp-includes/js/tinymce/plugins/media/plugin.js'),(8895,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(8896,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(8897,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(8898,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(8899,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(8900,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(8901,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(8902,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(8903,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(8904,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(8905,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(8906,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(8907,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(8908,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(8909,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(8910,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(8911,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(8912,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(8913,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(8914,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(8915,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(8916,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(8917,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(8918,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(8919,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(8920,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(8921,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(8922,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(8923,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(8924,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(8925,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(8926,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(8927,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(8928,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(8929,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(8930,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(8931,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(8932,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(8933,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(8934,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(8935,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(8936,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(8937,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(8938,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(8939,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(8940,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(8941,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(8942,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(8943,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(8944,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(8945,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(8946,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(8947,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(8948,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(8949,'wp-includes/js/tinymce/themes/inlite/theme.js'),(8950,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(8951,'wp-includes/js/tinymce/themes/modern/theme.js'),(8952,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(8953,'wp-includes/js/tinymce/tiny_mce_popup.js'),(8954,'wp-includes/js/tinymce/tinymce.min.js'),(8955,'wp-includes/js/tinymce/utils/editable_selects.js'),(8956,'wp-includes/js/tinymce/utils/form_utils.js'),(8957,'wp-includes/js/tinymce/utils/mctabs.js'),(8958,'wp-includes/js/tinymce/utils/validate.js'),(8959,'wp-includes/js/tinymce/wp-tinymce.js'),(8960,'wp-includes/js/tinymce/wp-tinymce.php'),(8961,'wp-includes/js/tw-sack.js'),(8962,'wp-includes/js/tw-sack.min.js'),(8963,'wp-includes/js/twemoji.js'),(8964,'wp-includes/js/twemoji.min.js'),(8965,'wp-includes/js/underscore.js'),(8966,'wp-includes/js/underscore.min.js'),(8967,'wp-includes/js/utils.js'),(8968,'wp-includes/js/utils.min.js'),(8969,'wp-includes/js/wp-ajax-response.js'),(8970,'wp-includes/js/wp-ajax-response.min.js'),(8971,'wp-includes/js/wp-api.js'),(8972,'wp-includes/js/wp-api.min.js'),(8973,'wp-includes/js/wp-auth-check.js'),(8974,'wp-includes/js/wp-auth-check.min.js'),(8975,'wp-includes/js/wp-backbone.js'),(8976,'wp-includes/js/wp-backbone.min.js'),(8977,'wp-includes/js/wp-custom-header.js'),(8978,'wp-includes/js/wp-custom-header.min.js'),(8979,'wp-includes/js/wp-embed-template.js'),(8980,'wp-includes/js/wp-embed-template.min.js'),(8981,'wp-includes/js/wp-embed.js'),(8982,'wp-includes/js/wp-embed.min.js'),(8983,'wp-includes/js/wp-emoji-loader.js'),(8984,'wp-includes/js/wp-emoji-loader.min.js'),(8985,'wp-includes/js/wp-emoji-release.min.js'),(8986,'wp-includes/js/wp-emoji.js'),(8987,'wp-includes/js/wp-emoji.min.js'),(8988,'wp-includes/js/wp-list-revisions.js'),(8989,'wp-includes/js/wp-list-revisions.min.js'),(8990,'wp-includes/js/wp-lists.js'),(8991,'wp-includes/js/wp-lists.min.js'),(8992,'wp-includes/js/wp-pointer.js'),(8993,'wp-includes/js/wp-pointer.min.js'),(8994,'wp-includes/js/wp-sanitize.js'),(8995,'wp-includes/js/wp-sanitize.min.js'),(8996,'wp-includes/js/wp-util.js'),(8997,'wp-includes/js/wp-util.min.js'),(8998,'wp-includes/js/wpdialog.js'),(8999,'wp-includes/js/wpdialog.min.js'),(9000,'wp-includes/js/wplink.js'),(9001,'wp-includes/js/wplink.min.js'),(9002,'wp-includes/js/zxcvbn-async.js'),(9003,'wp-includes/js/zxcvbn-async.min.js'),(9004,'wp-includes/js/zxcvbn.min.js'),(9005,'wp-includes/kses.php'),(9006,'wp-includes/l10n.php'),(9007,'wp-includes/link-template.php'),(9008,'wp-includes/load.php'),(9009,'wp-includes/locale.php'),(9010,'wp-includes/media-template.php'),(9011,'wp-includes/media.php'),(9012,'wp-includes/meta.php'),(9013,'wp-includes/ms-blogs.php'),(9014,'wp-includes/ms-default-constants.php'),(9015,'wp-includes/ms-default-filters.php'),(9016,'wp-includes/ms-deprecated.php'),(9017,'wp-includes/ms-files.php'),(9018,'wp-includes/ms-functions.php'),(9019,'wp-includes/ms-load.php'),(9020,'wp-includes/ms-network.php'),(9021,'wp-includes/ms-settings.php'),(9022,'wp-includes/ms-site.php'),(9023,'wp-includes/nav-menu-template.php'),(9024,'wp-includes/nav-menu.php'),(9025,'wp-includes/option.php'),(9026,'wp-includes/pluggable-deprecated.php'),(9027,'wp-includes/pluggable.php'),(9028,'wp-includes/plugin.php'),(9029,'wp-includes/pomo/entry.php'),(9030,'wp-includes/pomo/mo.php'),(9031,'wp-includes/pomo/plural-forms.php'),(9032,'wp-includes/pomo/po.php'),(9033,'wp-includes/pomo/streams.php'),(9034,'wp-includes/pomo/translations.php'),(9035,'wp-includes/post-formats.php'),(9036,'wp-includes/post-template.php'),(9037,'wp-includes/post-thumbnail-template.php'),(9038,'wp-includes/post.php'),(9039,'wp-includes/query.php'),(9040,'wp-includes/random_compat/byte_safe_strings.php'),(9041,'wp-includes/random_compat/cast_to_int.php'),(9042,'wp-includes/random_compat/error_polyfill.php'),(9043,'wp-includes/random_compat/random.php'),(9044,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(9045,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(9046,'wp-includes/random_compat/random_bytes_libsodium.php'),(9047,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(9048,'wp-includes/random_compat/random_bytes_mcrypt.php'),(9049,'wp-includes/random_compat/random_int.php'),(9050,'wp-includes/registration-functions.php'),(9051,'wp-includes/registration.php'),(9052,'wp-includes/rest-api/class-wp-rest-request.php'),(9053,'wp-includes/rest-api/class-wp-rest-response.php'),(9054,'wp-includes/rest-api/class-wp-rest-server.php'),(9055,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(9056,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(9057,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(9058,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(9059,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(9060,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(9061,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(9062,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(9063,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(9064,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(9065,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(9066,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(9067,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(9068,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(9069,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(9070,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(9071,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(9072,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(9073,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(9074,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(9075,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(9076,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(9077,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(9078,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(9079,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(9080,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(9081,'wp-includes/rest-api.php'),(9082,'wp-includes/revision.php'),(9083,'wp-includes/rewrite.php'),(9084,'wp-includes/rss-functions.php'),(9085,'wp-includes/rss.php'),(9086,'wp-includes/script-loader.php'),(9087,'wp-includes/session.php'),(9088,'wp-includes/shortcodes.php'),(9089,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(9090,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(9091,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(9092,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(9093,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(9094,'wp-includes/sitemaps/class-wp-sitemaps.php'),(9095,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(9096,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(9097,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(9098,'wp-includes/sitemaps.php'),(9099,'wp-includes/sodium_compat/LICENSE'),(9100,'wp-includes/sodium_compat/autoload.php'),(9101,'wp-includes/sodium_compat/composer.json'),(9102,'wp-includes/sodium_compat/lib/constants.php'),(9103,'wp-includes/sodium_compat/lib/namespaced.php'),(9104,'wp-includes/sodium_compat/lib/php72compat.php'),(9105,'wp-includes/sodium_compat/lib/php72compat_const.php'),(9106,'wp-includes/sodium_compat/lib/sodium_compat.php'),(9107,'wp-includes/sodium_compat/namespaced/Compat.php'),(9108,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(9109,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(9110,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(9111,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(9112,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(9113,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(9114,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(9115,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(9116,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(9117,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(9118,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(9119,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(9120,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(9121,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(9122,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(9123,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(9124,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(9125,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(9126,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(9127,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(9128,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(9129,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(9130,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(9131,'wp-includes/sodium_compat/namespaced/Crypto.php'),(9132,'wp-includes/sodium_compat/namespaced/File.php'),(9133,'wp-includes/sodium_compat/src/Compat.php'),(9134,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(9135,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(9136,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(9137,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(9138,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(9139,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(9140,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(9141,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(9142,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(9143,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(9144,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(9145,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(9146,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(9147,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(9148,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(9149,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(9150,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(9151,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(9152,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(9153,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(9154,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(9155,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(9156,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(9157,'wp-includes/sodium_compat/src/Core/SipHash.php'),(9158,'wp-includes/sodium_compat/src/Core/Util.php'),(9159,'wp-includes/sodium_compat/src/Core/X25519.php'),(9160,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(9161,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(9162,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(9163,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(9164,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(9165,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(9166,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(9167,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(9168,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(9169,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(9170,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(9171,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(9172,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(9173,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(9174,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(9175,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(9176,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(9177,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(9178,'wp-includes/sodium_compat/src/Core32/Int32.php'),(9179,'wp-includes/sodium_compat/src/Core32/Int64.php'),(9180,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(9181,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(9182,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(9183,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(9184,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(9185,'wp-includes/sodium_compat/src/Core32/Util.php'),(9186,'wp-includes/sodium_compat/src/Core32/X25519.php'),(9187,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(9188,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(9189,'wp-includes/sodium_compat/src/Crypto.php'),(9190,'wp-includes/sodium_compat/src/Crypto32.php'),(9191,'wp-includes/sodium_compat/src/File.php'),(9192,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(9193,'wp-includes/sodium_compat/src/SodiumException.php'),(9194,'wp-includes/spl-autoload-compat.php'),(9195,'wp-includes/taxonomy.php'),(9196,'wp-includes/template-loader.php'),(9197,'wp-includes/template.php'),(9198,'wp-includes/theme-compat/comments.php'),(9199,'wp-includes/theme-compat/embed-404.php'),(9200,'wp-includes/theme-compat/embed-content.php'),(9201,'wp-includes/theme-compat/embed.php'),(9202,'wp-includes/theme-compat/footer-embed.php'),(9203,'wp-includes/theme-compat/footer.php'),(9204,'wp-includes/theme-compat/header-embed.php'),(9205,'wp-includes/theme-compat/header.php'),(9206,'wp-includes/theme-compat/sidebar.php'),(9207,'wp-includes/theme.php'),(9208,'wp-includes/update.php'),(9209,'wp-includes/user.php'),(9210,'wp-includes/vars.php'),(9211,'wp-includes/version.php'),(9212,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(9213,'wp-includes/widgets/class-wp-widget-archives.php'),(9214,'wp-includes/widgets/class-wp-widget-calendar.php'),(9215,'wp-includes/widgets/class-wp-widget-categories.php'),(9216,'wp-includes/widgets/class-wp-widget-custom-html.php'),(9217,'wp-includes/widgets/class-wp-widget-links.php'),(9218,'wp-includes/widgets/class-wp-widget-media-audio.php'),(9219,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(9220,'wp-includes/widgets/class-wp-widget-media-image.php'),(9221,'wp-includes/widgets/class-wp-widget-media-video.php'),(9222,'wp-includes/widgets/class-wp-widget-media.php'),(9223,'wp-includes/widgets/class-wp-widget-meta.php'),(9224,'wp-includes/widgets/class-wp-widget-pages.php'),(9225,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(9226,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(9227,'wp-includes/widgets/class-wp-widget-rss.php'),(9228,'wp-includes/widgets/class-wp-widget-search.php'),(9229,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(9230,'wp-includes/widgets/class-wp-widget-text.php'),(9231,'wp-includes/widgets.php'),(9232,'wp-includes/wlwmanifest.xml'),(9233,'wp-includes/wp-db.php'),(9234,'wp-includes/wp-diff.php'),(9235,'wp-links-opml.php'),(9236,'wp-load.php'),(9237,'wp-login.php'),(9238,'wp-mail.php'),(9239,'wp-settings.php'),(9240,'wp-signup.php'),(9241,'wp-trackback.php'),(9242,'xmlrpc.php');
/*!40000 ALTER TABLE `wpdl_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wflivetraffichuman`
--

DROP TABLE IF EXISTS `wpdl_wflivetraffichuman`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`,`identifier`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wflivetraffichuman`
--

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

--
-- Table structure for table `wpdl_wflocs`
--

DROP TABLE IF EXISTS `wpdl_wflocs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000',
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wflocs`
--

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

--
-- Table structure for table `wpdl_wflogins`
--

DROP TABLE IF EXISTS `wpdl_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=InnoDB AUTO_INCREMENT=753 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wflogins`
--

LOCK TABLES `wpdl_wflogins` WRITE;
/*!40000 ALTER TABLE `wpdl_wflogins` DISABLE KEYS */;
INSERT INTO `wpdl_wflogins` VALUES (1,3,1568274495.240805,0,'loginOK','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(2,4,1568276242.514823,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(3,4,1568276242.553418,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(4,5,1568362864.454008,0,'loginOK','soldega',2,'\0\0\0\0\0\0\0\0\0\0\\u','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'),(5,6,1568648028.504511,0,'loginOK','soldega',2,'\0\0\0\0\0\0\0\0\0\0\\u','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'),(6,7,1568653300.178758,0,'loginOK','innozona',1,'\0\0\0\0\0\0\0\0\0\09','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(7,8,1568655892.730390,0,'loginOK','soldega',2,'\0\0\0\0\0\0\0\0\0\0\\u','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'),(8,122,1571220670.975190,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(9,123,1571220673.749668,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(10,124,1571220676.505377,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(11,125,1571220679.064928,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(12,126,1571220681.431538,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(13,127,1571220683.887633,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(14,127,1571220683.961787,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(15,128,1571220686.179443,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(16,128,1571220686.234245,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(17,129,1571220688.346971,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(18,130,1571220690.238914,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(19,131,1571220692.716441,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(20,132,1571220695.257141,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(21,132,1571220695.324673,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(22,133,1571220697.674151,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(23,133,1571220697.741270,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(24,134,1571220700.793873,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(25,135,1571220704.167440,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(26,136,1571220707.981031,1,'loginFailInvalidUsername','gz',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(27,139,1571337357.121736,0,'loginOK','soldega',2,'\0\0\0\0\0\0\0\0\0\0\\u','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'),(28,229,1573244540.420718,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\05','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(29,238,1573659083.599307,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(30,239,1573659103.467527,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(31,240,1573659124.011700,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(32,240,1573659124.051632,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(33,241,1573659155.662555,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(34,242,1573659178.521251,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(35,242,1573659178.560870,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(36,243,1573659210.060577,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(37,243,1573659210.098292,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(38,244,1573659250.764100,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(39,244,1573659250.806599,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(40,245,1573659291.041991,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(41,246,1573659316.886095,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(42,246,1573659316.926153,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(43,247,1573659337.451596,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(44,248,1573659380.669301,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(45,249,1573659419.828806,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(46,249,1573659419.870750,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(47,250,1573659448.810387,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kwȋ','Python-urllib/2.7'),(48,371,1575896691.434114,0,'loginOK','soldega',2,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0'),(49,664,1582060778.371840,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(50,668,1582065670.117281,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(51,669,1582066856.053837,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(52,670,1582067901.903568,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(53,671,1582068932.506306,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(54,672,1582069979.652868,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(55,673,1582071381.288215,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(56,674,1582072728.028372,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(57,675,1582074165.260274,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(58,676,1582075582.895896,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(59,677,1582077078.333122,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(60,678,1582078583.216937,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(61,679,1582080148.746916,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(62,679,1582080151.789819,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(63,680,1582081662.121748,1,'loginFailInvalidUsername','ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(64,681,1582083032.255351,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(65,682,1582084241.418505,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(66,683,1582085471.840093,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(67,684,1582086437.355951,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(68,739,1583681783.148244,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0-1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),(69,743,1583995402.897455,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\03K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134'),(70,753,1584374674.522764,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0@','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(71,759,1584955522.075949,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0@','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),(72,769,1585131907.661395,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>fD','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(73,781,1586241765.508697,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0'),(74,786,1586406732.778440,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299'),(75,787,1586418580.321540,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0э+#','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(76,790,1586575040.334722,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36'),(77,797,1586750174.834768,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0՛','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),(78,800,1586895457.399356,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Yj','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(79,800,1586895457.444656,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Yj','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(80,808,1587281126.837594,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\03Ym','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134'),(81,810,1587372292.849404,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(82,813,1587450312.330433,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\03YU','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(83,820,1587617627.482154,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Dq','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(84,822,1587654769.986668,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0r\\:','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(85,838,1588049835.832273,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0E','Mozilla/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),(86,839,1588219590.659416,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(87,840,1588219593.816573,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(88,841,1588219594.998012,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(89,842,1588219595.998416,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(90,843,1588219596.974453,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(91,844,1588219599.779152,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(92,845,1588219600.816628,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(93,846,1588219601.855949,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(94,847,1588219602.853046,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(95,848,1588219603.899870,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(96,849,1588219606.040247,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(97,850,1588219607.933946,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(98,851,1588219610.075258,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(99,852,1588219611.584259,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(100,853,1588219613.210595,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(101,854,1588219615.319322,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(102,855,1588219616.771011,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(103,856,1588219618.410088,1,'loginFailInvalidUsername','rive_mex',0,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(104,858,1588221705.770075,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0#','Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0'),(105,860,1588274081.804428,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Oo','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(106,862,1588313520.490073,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(107,868,1588476521.039996,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0F','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(108,871,1588578618.992338,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0d','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0'),(109,872,1588591402.279700,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Q','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),(110,873,1588642093.184184,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0'),(111,877,1588923109.126008,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0hI~','Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0'),(112,883,1589121947.543997,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0mFd ','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(113,886,1589224567.106313,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0b6=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(114,1078,1589489631.176424,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Q','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(115,1089,1589642897.120396,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(116,1090,1589642898.086639,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(117,1091,1589642908.496731,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(118,1092,1589642911.696110,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(119,1093,1589642913.347575,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(120,1094,1589642914.348093,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(121,1095,1589642917.504173,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(122,1096,1589642919.483700,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(123,1097,1589642921.676651,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>͍','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(124,1108,1590307565.407023,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(125,1123,1591035549.705408,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ԁ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(126,1132,1591201726.684609,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ԁ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(127,1160,1592686924.739154,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03K+','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6'),(128,1162,1592739527.371142,1,'loginFailInvalidUsername','wordcamp',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(129,1163,1592749145.545574,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ʵ8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(130,1164,1592749147.383096,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0hxJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(131,1165,1592749147.457035,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0hxJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(132,1166,1592749254.774636,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0v','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(133,1167,1592749254.790657,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0v','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(134,1168,1592749301.973642,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0S','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(135,1169,1592749301.974158,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0S','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(136,1178,1592749491.465153,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(137,1179,1592749491.483065,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(138,1182,1592749552.284229,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(139,1183,1592749552.319721,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(140,1184,1592749558.130991,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0.z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(141,1185,1592749558.151439,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0.z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(142,1190,1592749637.582080,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(143,1191,1592749637.656977,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(144,1192,1592749690.717426,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0s|{I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(145,1193,1592749690.733509,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0s|{I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(146,1195,1592749762.336243,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(147,1196,1592749762.341899,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(148,1197,1592749773.343284,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0E<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(149,1198,1592749773.402188,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0E<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(150,1203,1592749857.662615,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0ի','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(151,1204,1592749857.665265,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0ի','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(152,1209,1592749972.986143,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0kxC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(153,1210,1592749972.986220,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0kxC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(154,1211,1592749972.987864,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(155,1212,1592749973.009411,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(156,1213,1592749980.070911,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(157,1214,1592749980.079060,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(158,1215,1592750035.781732,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\03&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(159,1216,1592750035.797262,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\03&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(160,1217,1592750093.911413,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(161,1218,1592750093.920010,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(162,1219,1592750204.998102,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\03','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(163,1220,1592750205.002483,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\03','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(164,1221,1592750253.496721,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(165,1222,1592750253.496963,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(166,1223,1592750308.206701,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0k<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(167,1224,1592750380.175512,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0^ۍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(168,1225,1592750380.198830,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0^ۍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(169,1226,1592750428.820359,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0ƈ>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(170,1227,1592750428.826612,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0ƈ>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(171,1228,1592750442.303801,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0ν','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(172,1229,1592750442.310502,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ν','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(173,1232,1592750553.930750,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0[Y9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(174,1233,1592750553.942303,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0[Y9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(175,1240,1592750701.324520,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(176,1241,1592750701.330981,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(177,1242,1592750764.840854,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0˪','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(178,1243,1592750764.853455,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0˪','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(179,1248,1592750808.486157,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0%=8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(180,1249,1592750808.508654,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0%=8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(181,1252,1592750903.064892,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0h','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(182,1253,1592750903.071357,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0h','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(183,1256,1592751038.351718,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(184,1261,1592751149.969029,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0@Dˬ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(185,1262,1592751150.143388,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0@Dˬ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(186,1265,1592751248.422972,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0Pl','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(187,1266,1592751248.443981,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0Pl','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(188,1267,1592751337.666464,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(189,1268,1592751337.763717,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(190,1269,1592751353.097087,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(191,1270,1592751353.103276,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(192,1271,1592751392.419824,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0R~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(193,1274,1592751499.626178,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0kx9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(194,1275,1592754312.616966,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0.-J','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(195,1276,1592754312.623745,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0.-J','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(196,1279,1592754314.659299,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(197,1280,1592754314.760937,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(198,1281,1592754390.087454,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(199,1282,1592754390.187670,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(200,1285,1592754457.885064,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0Ҭ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(201,1286,1592754457.885656,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0Ҭ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(202,1287,1592754518.511257,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0G\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(203,1288,1592754518.516023,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0G\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(204,1290,1592754581.897913,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0>\0l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(205,1292,1592754581.983946,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0>\0l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(206,1299,1592754812.598359,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\02?\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(207,1300,1592754812.720489,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\02?\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(208,1301,1592754862.824682,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0%N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(209,1303,1592754863.473822,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0%N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(210,1305,1592754908.208074,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(211,1310,1592754965.109018,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0 u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(212,1311,1592754965.114240,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0 u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(213,1315,1592755058.006341,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(214,1316,1592755058.008745,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(215,1323,1592755140.214020,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(216,1324,1592755140.567993,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(217,1325,1592755188.662545,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0h8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(218,1326,1592755188.784945,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0h8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(219,1327,1592755220.275011,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(220,1328,1592755220.298397,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(221,1329,1592755231.925644,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(222,1332,1592755260.093322,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(223,1333,1592755260.117081,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(224,1338,1592755333.404868,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(225,1339,1592755333.476810,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(226,1347,1592755487.014014,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(227,1348,1592755487.056137,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(228,1349,1592755517.121046,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(229,1350,1592755517.432586,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(230,1352,1592755550.397320,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0g)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(231,1353,1592755564.751790,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\03!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(232,1354,1592755564.845114,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\03!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(233,1359,1592755604.119710,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(234,1360,1592755604.184719,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(235,1361,1592755607.197264,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(236,1362,1592755607.197631,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(237,1365,1592755617.918929,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(238,1366,1592755617.941185,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(239,1367,1592755637.399060,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ʐ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(240,1375,1592755877.938403,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(241,1376,1592755877.942795,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(242,1377,1592755991.894903,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0#к','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(243,1382,1592756173.677863,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0h|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(244,1383,1592756173.776777,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0h|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(245,1386,1592756247.911570,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0hb','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(246,1387,1592756247.975863,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0hb','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(247,1388,1592756249.137255,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0ʚ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(248,1389,1592756249.196010,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0ʚ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(249,1394,1592756441.952797,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0؃[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(250,1395,1592756441.962689,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0؃[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(251,1396,1592756463.506058,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0-z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(252,1403,1592756568.328683,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0o\\_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(253,1404,1592756568.328878,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0o\\_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(254,1407,1592756707.511042,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(255,1410,1592756708.450269,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0մT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(256,1413,1592756775.101119,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(257,1414,1592756788.966520,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0{2J','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(258,1415,1592756790.782141,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0g)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(259,1416,1592756807.787780,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0֡','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(260,1419,1592756840.998269,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(261,1420,1592756840.998831,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(262,1425,1592756884.240259,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(263,1426,1592756884.251884,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(264,1427,1592756893.235685,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(265,1428,1592756893.876981,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(266,1437,1592756957.369723,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0qi','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(267,1438,1592756957.590194,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0qi','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(268,1439,1592756962.352900,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0F+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(269,1440,1592756962.488491,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0F+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(270,1441,1592756973.633405,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(271,1442,1592756973.686269,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(272,1452,1592758688.298257,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0h','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(273,1451,1592758688.297760,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0h','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(274,1459,1592759177.643750,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(275,1460,1592759178.321157,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(276,1465,1592759505.110661,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0]Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(277,1466,1592759505.181660,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0]Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(278,1469,1592759588.835838,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\06qL','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(279,1470,1592759588.893339,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\06qL','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(280,1471,1592759648.062599,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0kxC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(281,1472,1592759648.081837,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0kxC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(282,1475,1592759661.615704,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0ko','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(283,1476,1592759661.622593,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ko','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(284,1477,1592759661.758778,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(285,1478,1592759661.803493,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(286,1479,1592759664.374709,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gad','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(287,1480,1592759664.401055,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0gad','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(288,1481,1592759677.638298,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(289,1482,1592759677.651190,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(290,1483,1592759693.949167,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0#5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(291,1484,1592759693.984220,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0#5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(292,1485,1592759755.212557,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0_.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(293,1486,1592759755.230013,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0_.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(294,1487,1592759787.975837,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0E}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(295,1488,1592759800.241919,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0gs','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(296,1489,1592759800.373199,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0gs','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(297,1490,1592759801.411915,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\02>@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(298,1491,1592759801.471298,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02>@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(299,1492,1592759814.039723,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0pN\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(300,1495,1592759897.414192,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(301,1496,1592759897.486784,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(302,1497,1592759897.503182,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0G#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(303,1498,1592759947.779890,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(304,1501,1592759947.877642,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(305,1502,1592760024.006891,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02>}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(306,1503,1592760024.017149,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\02>}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(307,1504,1592760067.839220,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0c','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(308,1505,1592760067.839446,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0c','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(309,1506,1592760095.827282,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0;^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(310,1507,1592760095.863282,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0;^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(311,1508,1592760123.407757,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0B!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(312,1509,1592760123.423907,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0B!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(313,1510,1592760148.787767,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0ʚ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(314,1511,1592760148.815268,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0ʚ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(315,1517,1592760189.276567,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0}g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(316,1516,1592760189.276525,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0}g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(317,1519,1592760205.528505,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\Z(L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(318,1524,1592760308.768065,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0©;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(319,1525,1592768018.755020,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0Di','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(320,1526,1592768018.755051,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0Di','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(321,1529,1592768248.418585,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(322,1530,1592768248.441340,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(323,1533,1592768456.078461,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(324,1534,1592768456.292302,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(325,1535,1592768553.562083,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0?\rE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(326,1536,1592768553.796396,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0?\rE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(327,1537,1592768693.795306,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0]Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(328,1538,1592768693.796228,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0]Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(329,1539,1592768736.209515,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0k<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(330,1540,1592768758.636681,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g+u-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(331,1541,1592768759.003373,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0g+u-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(332,1542,1592768844.445183,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0C`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(333,1543,1592768844.455744,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0C`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(334,1544,1592768898.178977,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(335,1545,1592768898.318944,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(336,1548,1592769042.388718,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0G(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(337,1549,1592769042.394551,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0G(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(338,1552,1592769102.386285,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(339,1553,1592769102.485308,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(340,1554,1592769102.676663,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(341,1555,1592769102.680711,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(342,1556,1592769151.851429,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0c','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(343,1557,1592769152.124980,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0c','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(344,1559,1592769155.247293,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0O,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(345,1558,1592769155.247278,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0O,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(346,1560,1592769198.394950,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0h$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(347,1561,1592769199.272454,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0h$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(348,1566,1592769258.485166,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0[\"','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(349,1567,1592769258.488561,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0[\"','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(350,1570,1592769309.499239,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(351,1571,1592769309.566583,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(352,1572,1592769348.564067,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0M.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(353,1573,1592769348.648109,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(354,1574,1592769368.485981,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0g<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(355,1575,1592769368.581465,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0g<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(356,1580,1592769391.183966,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(357,1581,1592769391.210351,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(358,1582,1592769402.413068,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0kx9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(359,1583,1592769402.423693,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0kx9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(360,1584,1592769403.377102,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0w','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(361,1585,1592769403.416782,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0w','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(362,1586,1592769423.614430,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0.o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(363,1587,1592769423.633920,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0.o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(364,1588,1592769446.775892,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0.o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(365,1589,1592769463.240352,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(366,1590,1592769463.459846,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(367,1595,1592769556.883033,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0o\\_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(368,1596,1592769617.029592,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0#ȡ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(369,1597,1592769617.065270,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0#ȡ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(370,1598,1592769637.201044,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(371,1599,1592769637.227456,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0Cp','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(372,1600,1592769637.331681,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(373,1603,1592769730.485674,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(374,1604,1592769730.920302,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03]d','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(375,1605,1592769731.902054,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(376,1606,1592769842.010881,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0O(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(377,1607,1592769842.185381,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0O(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(378,1608,1592769847.745161,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0ʵ8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(379,1616,1592842683.629667,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15'),(380,1618,1592989236.866071,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\r','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(381,1620,1593000702.703611,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0mFd$','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(382,1622,1593237013.030462,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(383,1623,1593247972.429243,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(384,1624,1593260719.785251,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Oo','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(385,1627,1593400995.940899,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0<','Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(386,1629,1593561648.852735,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0X','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(387,1631,1593572966.017121,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0#','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(388,1632,1593580706.525967,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(389,1633,1593580708.212890,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(390,1634,1593580709.176401,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(391,1635,1593580710.135280,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(392,1636,1593580711.182110,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(393,1637,1593580712.175420,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(394,1638,1593580713.192370,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(395,1639,1593580714.141575,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(396,1640,1593580715.131317,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(397,1641,1593580716.098482,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(398,1642,1593580717.071637,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(399,1643,1593580718.072512,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(400,1644,1593580719.024276,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(401,1645,1593580719.972465,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(402,1645,1593580720.010691,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(403,1646,1593580721.003373,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(404,1647,1593580721.967312,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(405,1647,1593580722.009440,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(406,1648,1593580722.974345,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(407,1649,1593580725.762831,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(408,1650,1593580726.719941,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0پ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(409,1652,1593651058.916698,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(410,1653,1593651062.944570,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(411,1658,1593868256.535556,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0v','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(412,1659,1593877336.281581,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(413,1662,1593961616.655461,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0\nD','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(414,1663,1593979574.333890,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(415,1664,1594058715.462098,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(416,1665,1594084603.529152,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(417,1666,1594154078.409391,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(418,1668,1594235823.702179,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(419,1670,1594247390.572569,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(420,1671,1594288666.278731,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0*t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(421,1672,1594337206.447342,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\04{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(422,1674,1594386970.072733,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0٠','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(423,1681,1594611697.295563,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(424,1682,1594700359.529368,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(425,1683,1594709292.663449,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(426,1684,1594736968.566958,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(427,1687,1594801502.146083,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0\r','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),(428,1688,1594802901.471803,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Wb','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(429,1690,1594895144.467868,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0-r','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(430,1691,1594904424.744569,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0!.s','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(431,1694,1595005801.757219,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(432,1700,1595219489.725611,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ð','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(433,1703,1595435494.431903,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0*t\Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(434,1705,1595594010.736113,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0E&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(435,1707,1595637796.074571,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ypd','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(436,1709,1595735098.796614,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(437,1713,1595794603.467624,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(438,1712,1595794603.467384,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(439,1714,1595794654.999288,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\02?<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(440,1715,1595794655.108454,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\02?<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(441,1716,1595794671.372561,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(442,1717,1595794671.596522,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(443,1720,1595794727.973912,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0DBI','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(444,1723,1595794821.173794,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(445,1724,1595794821.202339,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(446,1725,1595794842.383664,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0g0R)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(447,1728,1595794875.959106,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0Cr','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(448,1729,1595794876.642937,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0Cr','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(449,1735,1595795004.428939,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\02?t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(450,1736,1595795031.076124,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0ʈ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(451,1737,1595795031.131738,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0ʈ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(452,1740,1595795084.455780,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\02?Ą','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(453,1741,1595795084.468553,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\02?Ą','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(454,1742,1595795138.096628,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(455,1743,1595795138.160572,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(456,1744,1595795140.601592,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>ҹ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(457,1745,1595795140.606662,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0>ҹ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(458,1746,1595795194.458232,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(459,1747,1595795194.468563,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(460,1748,1595795261.904332,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02?/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(461,1749,1595795261.906586,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\02?/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(462,1750,1595795281.037426,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\02>Ё','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(463,1751,1595795281.082649,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\02>Ё','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(464,1752,1595795305.481887,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0jy','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(465,1753,1595795305.552656,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0jy','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(466,1754,1595795330.662260,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0rN','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(467,1755,1595795330.787962,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0rN','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(468,1756,1595795331.894926,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0RHx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(469,1757,1595795331.986303,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0RHx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(470,1758,1595795396.207672,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0ԥ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(471,1761,1595795411.104361,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(472,1762,1595795411.301234,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\02?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(473,1765,1595795483.032658,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(474,1767,1595795491.352082,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(475,1768,1595795534.760501,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(476,1769,1595795534.800019,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(477,1771,1595795575.562684,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0J&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(478,1770,1595795575.562349,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0J&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(479,1776,1595795601.982424,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(480,1777,1595795601.983426,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(481,1789,1595795866.952232,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(482,1788,1595795866.951773,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(483,1790,1595795995.156785,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\02?\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(484,1791,1595795995.236842,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\02?\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(485,1792,1595796251.394762,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\012F','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(486,1793,1595796251.403081,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\012F','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(487,1796,1595796321.030493,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(488,1797,1595796321.225726,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(489,1798,1595796321.727685,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(490,1799,1595796321.816604,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(491,1800,1595796361.607043,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0%N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(492,1801,1595796361.615408,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0%N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(493,1823,1595796829.162790,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\06%-8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(494,1822,1595796829.162765,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\06%-8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(495,1824,1595796873.758025,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(496,1825,1595803254.396353,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(497,1826,1595803254.403736,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0.e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(498,1827,1595803254.417788,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(499,1828,1595803254.422329,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0.e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(500,1829,1595803321.939051,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(501,1830,1595803321.953559,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(502,1833,1595803405.835545,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(503,1834,1595803405.869098,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(504,1835,1595803440.800150,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(505,1836,1595803441.843407,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(506,1839,1595803492.715819,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(507,1840,1595803492.716104,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(508,1841,1595803516.111848,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0B!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(509,1842,1595803516.134611,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0B!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(510,1843,1595803542.581220,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\03/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(511,1844,1595803542.897445,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\03/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(512,1847,1595803595.421793,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(513,1848,1595803595.428825,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(514,1849,1595803694.173445,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0aJX','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(515,1850,1595803694.196730,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0aJX','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(516,1854,1595803716.647945,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(517,1853,1595803716.648026,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(518,1855,1595803732.328557,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(519,1856,1595803733.010391,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(520,1857,1595803772.329032,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(521,1858,1595803772.375523,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(522,1861,1595803794.479577,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0H\":','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(523,1862,1595803794.808603,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0-wR','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(524,1863,1595803794.866302,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0H\":','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(525,1864,1595803795.081249,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0-wR','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(526,1865,1595803795.277522,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(527,1866,1595803795.280486,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(528,1869,1595803802.257051,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(529,1870,1595803802.352924,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(530,1871,1595803816.407450,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(531,1872,1595803816.573195,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(532,1873,1595803827.953302,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(533,1874,1595803828.062357,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(534,1875,1595803828.292762,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(535,1876,1595803864.716180,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0[x8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(536,1877,1595803864.730348,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0[x8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(537,1878,1595803940.400166,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(538,1879,1595803940.424020,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(539,1880,1595804004.604017,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0ٕ|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(540,1881,1595804004.698028,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0ٕ|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(541,1882,1595804013.390029,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0G!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(542,1883,1595804013.518470,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0G!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(543,1884,1595804026.041886,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0ie','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(544,1885,1595804077.610437,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0.)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(545,1886,1595804077.773110,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0.)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(546,1887,1595804093.087311,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\03UR','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(547,1888,1595804093.103497,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\03UR','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(548,1889,1595804136.266725,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\012F','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(549,1890,1595804136.266724,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\012F','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(550,1895,1595804207.075538,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(551,1896,1595804207.086379,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0g=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(552,1897,1595804207.165043,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(553,1898,1595804207.234099,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(554,1903,1595804231.519422,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0ˢ`V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(555,1904,1595804231.844064,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0ˢ`V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(556,1909,1595804256.235915,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0ԃ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(557,1910,1595804256.236982,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0ԃ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(558,1911,1595804311.276435,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0DA{L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(559,1912,1595804311.515527,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0DA{L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(560,1913,1595804312.312450,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0J;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(561,1916,1595804411.964930,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(562,1917,1595804411.972971,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(563,1924,1595804474.577807,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0h	l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(564,1925,1595804474.896709,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0h	l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(565,1926,1595804476.628520,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(566,1927,1595804476.703017,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(567,1928,1595804491.275032,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0.o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(568,1929,1595804515.950309,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\02?G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(569,1930,1595804516.148095,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\02?G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(570,1931,1595804516.948150,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02>4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(571,1932,1595804574.810232,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0.A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(572,1933,1595804575.054343,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0.A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(573,1934,1595804577.690432,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0G\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(574,1935,1595804577.698775,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0G\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(575,1936,1595804581.271861,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0aJs','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(576,1937,1595804581.424315,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0aJs','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(577,1938,1595804673.703951,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0]qn','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(578,1939,1595804673.729300,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0]qn','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(579,1942,1595804725.297932,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0Y ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(580,1943,1595804725.298010,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0Y ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(581,1944,1595804772.191808,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0h\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(582,1945,1595804772.193593,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0h\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(583,1946,1595804811.477470,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0J?բ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(584,1947,1595804811.513196,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0J?բ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(585,1948,1595804917.123897,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\028','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(586,1949,1595804917.461508,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\028','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(587,1950,1595804965.990809,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0ld','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(588,1952,1595804966.270053,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0ld','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(589,1960,1595805158.461406,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(590,1961,1595805158.529074,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(591,1962,1595805161.207504,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(592,1967,1595805191.116123,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0w','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(593,1971,1595805232.995354,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0kx=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(594,1972,1595805233.003928,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0kx=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(595,1973,1595805271.440033,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0aJq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(596,1976,1595805356.267948,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0SG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(597,1977,1595805356.280349,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0SG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(598,1978,1595805394.627911,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(599,1979,1595805394.634561,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(600,1982,1595805421.288078,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(601,1983,1595805421.414885,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(602,1984,1595805432.604890,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0c5e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(603,1985,1595805432.625681,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0c5e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(604,1988,1595805483.833522,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0BT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(605,1989,1595805483.844900,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0BT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(606,1993,1595805512.110870,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(607,1994,1595805552.606559,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0gٴ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(608,1995,1595805552.609826,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0gٴ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(609,1999,1595805621.172084,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(610,2000,1595805633.013970,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0z*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(611,2001,1595805633.071392,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0z*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(612,2002,1595805642.892551,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ʚ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(613,2003,1595805642.937347,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0ʚ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(614,2004,1595805682.579111,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0O(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(615,2005,1595805682.703857,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ue2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(616,2006,1595805682.871364,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0Ue2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(617,2011,1595805735.429012,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(618,2012,1595805735.432097,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(619,2013,1595805737.172328,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\02?!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(620,2014,1595805737.227886,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02?!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(621,2015,1595805747.792675,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0 *','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(622,2018,1595805855.000630,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0&yM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(623,2019,1595805855.064759,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0E4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(624,2020,1595805855.076981,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0E4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(625,2021,1595805855.079786,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0&yM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(626,2022,1595805912.027981,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(627,2023,1595805912.057706,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\02?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(628,2024,1595805965.097625,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0O,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(629,2025,1595805965.125558,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0O,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(630,2026,1595806008.271190,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0؝f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(631,2027,1595806008.277771,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0؝f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(632,2028,1595806014.943886,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(633,2029,1595806014.949470,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(634,2030,1595806037.854394,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0.a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(635,2031,1595806037.943737,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0.a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(636,2032,1595806067.841566,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0kz','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(637,2033,1595806068.028501,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(638,2034,1595806068.145115,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(639,2035,1595806118.451494,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(640,2036,1595806118.477364,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(641,2037,1595806118.477848,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0GL','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(642,2038,1595806118.492964,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0GL','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(643,2039,1595806144.267921,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0vE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(644,2040,1595806144.272909,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0vE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(645,2041,1595806162.121271,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0v','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(646,2042,1595806162.284440,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0v','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(647,2043,1595806217.642734,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(648,2044,1595806217.644557,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\02>Ћ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(649,2045,1595806217.647201,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(650,2046,1595806262.967659,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\02>}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(651,2047,1595806265.470569,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gD','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(652,2048,1595806265.607822,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0gD','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(653,2049,1595806342.948558,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(654,2050,1595806342.979834,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(655,2051,1595806374.136737,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(656,2052,1595806374.177648,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(657,2053,1595806435.286555,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(658,2054,1595806448.001720,1,'loginFailInvalidUsername','pedro68',0,'\0\0\0\0\0\0\0\0\0\0y)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(659,2055,1595809361.817824,1,'loginFailInvalidUsername','admin@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\0$A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(660,2056,1595809361.822146,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0$A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(661,2059,1595809443.592329,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(662,2060,1595809443.610178,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(663,2064,1595809511.393542,1,'loginFailInvalidUsername','aria@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0+8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(664,2065,1595809511.452171,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0+8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(665,2071,1595809687.568963,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(666,2072,1595809687.570149,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(667,2079,1595809897.481376,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0O,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(668,2080,1595809897.495905,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0O,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(669,2087,1595810041.738786,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0k{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(670,2088,1595810041.764321,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0k{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(671,2089,1595810067.608892,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0gd','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(672,2090,1595810067.647056,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0gd','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(673,2091,1595810111.312429,1,'loginFailInvalidUsername','ofogon@srrestauracion.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(674,2092,1595810111.348164,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(675,2093,1595810142.417051,1,'loginFailInvalidUsername','info@ofogondaria.com',0,'\0\0\0\0\0\0\0\0\0\02;c3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(676,2094,1595810142.751617,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\02;c3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(677,2095,1595810158.327411,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0aJ0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(678,2096,1595810158.365018,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0aJ0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(679,2097,1595810184.745572,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(680,2098,1595810184.965108,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0aJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(681,2099,1595810201.316242,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(682,2100,1595810201.317194,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0}Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(683,2101,1595810201.353274,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(684,2102,1595810203.597032,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0SG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(685,2103,1595810203.607977,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0SG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(686,2104,1595810361.385199,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\01\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(687,2105,1595810362.088707,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\01\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(688,2106,1595810431.249639,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0J','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(689,2107,1595810431.250216,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0J','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(690,2108,1595810492.423591,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0Ds','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(691,2109,1595810492.447422,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0Ds','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(692,2114,1595810797.226758,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(693,2115,1595810797.270504,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(694,2118,1595810946.583285,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(695,2119,1595810946.586635,1,'loginFailInvalidUsername','ofogon',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(696,2120,1595811001.958376,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0E]5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(697,2121,1595811002.466393,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(698,2122,1595811002.504268,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(699,2124,1595811051.265559,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(700,2125,1595811051.266284,1,'loginFailInvalidUsername','aria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(701,2132,1595811297.031080,1,'loginFailValidUsername','innozona',1,'\0\0\0\0\0\0\0\0\0\0OyqE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(702,2133,1595811297.322256,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0OyqE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(703,2137,1595811467.161180,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0[N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(704,2138,1595842042.587184,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0d','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(705,2139,1595889394.021925,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(706,2140,1595946476.423774,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0!*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(707,2140,1595946476.467309,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0!*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(708,2168,1596778174.442158,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(709,2204,1596817005.112948,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(710,2204,1596817005.152222,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(711,2228,1596896128.984945,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0Q','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(712,2231,1596980456.576764,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0mEC','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),(713,2231,1596980456.629542,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0mEC','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),(714,2232,1597065745.043830,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(715,2232,1597065745.121636,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(716,2238,1597206950.477299,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0dW','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134'),(717,2240,1597241486.795716,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0Wb2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(718,2240,1597241486.838027,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0Wb2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(719,2241,1597303366.814886,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0.T','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(720,2244,1597333299.432164,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0Wb','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(721,2245,1597399564.118568,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0&G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(722,2248,1597507613.256272,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0Y\"','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(723,2249,1597553939.973583,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(724,2250,1597553941.755057,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(725,2251,1597553942.947094,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(726,2252,1597553944.648821,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(727,2253,1597553946.277012,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(728,2254,1597553948.838991,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(729,2255,1597553949.851069,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(730,2256,1597553950.983735,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(731,2257,1597553955.319608,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(732,2258,1597553963.103249,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(733,2259,1597553965.051355,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(734,2262,1597595173.680262,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0mFd#','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(735,2265,1597689553.512432,1,'loginFailInvalidUsername','ofogondaria',0,'\0\0\0\0\0\0\0\0\0\0k\n','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(736,2266,1597702024.447177,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(737,2268,1597906213.152228,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ɛx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(738,2268,1597906213.201016,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ɛx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(739,2269,1598008603.419868,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_+','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),(740,2270,1598011322.340076,1,'loginFailInvalidUsername','juane',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(741,2271,1598011329.121516,1,'loginFailInvalidUsername','juane',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(742,2271,1598011329.169890,1,'loginFailInvalidUsername','juane',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(743,2272,1598011335.871702,1,'loginFailInvalidUsername','juane',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(744,2273,1598011342.780819,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(745,2273,1598011342.826682,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(746,2274,1598011358.600191,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(747,2274,1598011358.645255,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(748,2275,1598011364.733753,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(749,2276,1598011386.511824,1,'loginFailInvalidUsername','juane',0,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(750,2280,1598014762.203789,0,'loginOK','soldega',2,'\0\0\0\0\0\0\0\0\0\0_>*','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(751,2282,1598102554.368121,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),(752,2284,1598196857.269540,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36');
/*!40000 ALTER TABLE `wpdl_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfls_2fa_secrets`
--

DROP TABLE IF EXISTS `wpdl_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfls_2fa_secrets` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `vtime` int(10) unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfls_2fa_secrets`
--

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

--
-- Table structure for table `wpdl_wfls_settings`
--

DROP TABLE IF EXISTS `wpdl_wfls_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfls_settings`
--

LOCK TABLES `wpdl_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wpdl_wfls_settings` DISABLE KEYS */;
INSERT INTO `wpdl_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1598033080','yes'),('ntp-offset','0.57320976257324','yes'),('recaptcha-threshold','0.5','yes'),('remember-device','','yes'),('remember-device-duration','2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret','f0c64cb68258de0fd16dbd1e6cca8c3a2722adb19793e9e7c1271727e3922cba','yes'),('shared-symmetric-secret','d3a087998df64dad2e8678904425932432b1eec572cc7edffc1b41d04671b337','yes'),('use-ntp','','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wpdl_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfnotifications`
--

DROP TABLE IF EXISTS `wpdl_wfnotifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT '1000',
  `ctime` int(10) unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfnotifications`
--

LOCK TABLES `wpdl_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wpdl_wfnotifications` DISABLE KEYS */;
INSERT INTO `wpdl_wfnotifications` VALUES ('site-3ABQAAA',0,'wfplugin_scan',502,1596290550,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">13 issues found in most recent scan</a>','[]'),('site-3IAAAAA',0,'wfplugin_scan',502,1573740780,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">9 issues found in most recent scan</a>','[]'),('site-4ABAAAA',0,'wfplugin_scan',502,1589291218,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-4EAQAAA',0,'wfplugin_scan',502,1582813131,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-5UAAAAA',0,'wfplugin_scan',502,1574261084,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">9 issues found in most recent scan</a>','[]'),('site-74AAAAA',0,'wfplugin_scan',502,1574776145,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">9 issues found in most recent scan</a>','[]'),('site-AEAAAAA',1,'wfplugin_updates',502,1598465579,'<a href=\"http://ofogondaria.com/wp-admin/update-core.php\">Updates are available for 2 plugins and 3 themes</a>','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1567872362,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-B4AQAAA',0,'wfplugin_scan',502,1575037453,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">10 issues found in most recent scan</a>','[]'),('site-CAAAAAA',0,'wfplugin_scan',502,1568274389,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-CACAAAA',0,'wfplugin_scan',502,1596549184,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">13 issues found in most recent scan</a>','[]'),('site-CMAAAAA',0,'wfplugin_scan',502,1568314580,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-CUAQAAA',0,'wfplugin_scan',502,1577368256,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-CYCAAAA',0,'wfplugin_scan',502,1596807955,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">13 issues found in most recent scan</a>','[]'),('site-D4BQAAA',0,'wfplugin_scan',502,1589553156,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-DEAAAAA',0,'wfplugin_scan',502,1568814685,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-DQCAAAA',0,'wfplugin_scan',502,1597326673,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">13 issues found in most recent scan</a>','[]'),('site-E4BQAAA',0,'wfplugin_scan',502,1589811398,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-FAAAAAA',0,'wfplugin_scan',502,1569079345,'<a href=\"http://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-FQCAAAA',0,'wfplugin_scan',502,1597846818,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">13 issues found in most recent scan</a>','[]'),('site-FUBQAAA',0,'wfplugin_scan',502,1590328001,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-GIAAAAA',0,'wfplugin_scan',502,1569593776,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-HEBAAAA',0,'wfplugin_scan',502,1583073734,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-HQBQAAA',0,'wfplugin_scan',502,1590588882,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-HQCAAAA',1,'wfplugin_scan',502,1598465579,'<a href=\"http://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-IEBAAAA',0,'wfplugin_scan',502,1583850436,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-IIAAAAA',0,'wfplugin_scan',502,1570890110,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-IIBQAAA',0,'wfplugin_scan',502,1591366953,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-LMBAAAA',0,'wfplugin_scan',502,1584108621,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-LQBQAAA',0,'wfplugin_scan',502,1591623969,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-MABAAAA',0,'wfplugin_scan',502,1584367565,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-MEBQAAA',0,'wfplugin_scan',502,1593179672,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-NABAAAA',0,'wfplugin_scan',502,1584898236,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-O4AQAAA',0,'wfplugin_scan',502,1578145858,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-OEAQAAA',0,'wfplugin_scan',502,1577628435,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-PAAAAAA',0,'wfplugin_scan',502,1571148390,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>','[]'),('site-PIBAAAA',0,'wfplugin_scan',502,1585146818,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-Q4AQAAA',0,'wfplugin_scan',502,1579441655,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-QIAAAAA',0,'wfplugin_scan',502,1573222790,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">7 issues found in most recent scan</a>','[]'),('site-QMBAAAA',0,'wfplugin_scan',502,1585664230,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-SQBAAAA',0,'wfplugin_scan',502,1586181431,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-TYBQAAA',0,'wfplugin_scan',502,1593441324,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-UQBAAAA',0,'wfplugin_scan',502,1586700589,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-UQBQAAA',0,'wfplugin_scan',502,1594734928,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">13 issues found in most recent scan</a>','[]'),('site-WMBAAAA',0,'wfplugin_scan',502,1587737625,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-WQAQAAA',0,'wfplugin_scan',502,1579708593,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">12 issues found in most recent scan</a>','[]'),('site-XUAQAAA',0,'wfplugin_scan',502,1580741336,'<a href=\"https://ofogondaria.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `wpdl_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfpendingissues`
--

DROP TABLE IF EXISTS `wpdl_wfpendingissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfpendingissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfpendingissues`
--

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

--
-- Table structure for table `wpdl_wfreversecache`
--

DROP TABLE IF EXISTS `wpdl_wfreversecache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfreversecache`
--

LOCK TABLES `wpdl_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wpdl_wfreversecache` DISABLE KEYS */;
INSERT INTO `wpdl_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0BBW','crawl-66-249-66-87.googlebot.com',1598450299),('\0\0\0\0\0\0\0\0\0\0BBY','crawl-66-249-66-89.googlebot.com',1598447894),('\0\0\0\0\0\0\0\0\0\0BB','crawl-66-249-66-131.googlebot.com',1598494301),('\0\0\0\0\0\0\0\0\0\0BB','crawl-66-249-66-133.googlebot.com',1598432701);
/*!40000 ALTER TABLE `wpdl_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wfsnipcache`
--

DROP TABLE IF EXISTS `wpdl_wfsnipcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfsnipcache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  `type` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=556 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfsnipcache`
--

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

--
-- Table structure for table `wpdl_wfstatus`
--

DROP TABLE IF EXISTS `wpdl_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=59446 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wfstatus`
--

LOCK TABLES `wpdl_wfstatus` WRITE;
/*!40000 ALTER TABLE `wpdl_wfstatus` DISABLE KEYS */;
INSERT INTO `wpdl_wfstatus` VALUES (58389,1597925815.680106,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(58390,1597925817.689719,10,'info','SUM_START:Checking for the most secure way to get IPs'),(58391,1597925817.697936,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(58392,1597925817.712106,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(58396,1597925818.027798,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(58397,1597925818.039420,10,'info','SUM_START:Scanning to check available disk space'),(58400,1597925818.045106,10,'info','SUM_ENDOK:Scanning to check available disk space'),(58401,1597925818.056316,10,'info','SUM_START:Checking Web Application Firewall status'),(58402,1597925818.061189,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(58403,1597925818.072788,10,'info','SUM_START:Checking for future GeoIP support'),(58404,1597925818.079153,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(58409,1597925818.382316,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(58411,1598017567.189799,10,'info','SUM_PREP:Preparing a new scan.'),(58413,1598017567.199701,10,'info','SUM_START:Checking Web Application Firewall status'),(58414,1598017567.201202,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(58415,1598017567.209830,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(58416,1598017567.296276,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(58420,1598017567.304281,10,'info','SUM_FINAL:Scan complete. You have 13 new issues to fix. See below.'),(58421,1598033114.464190,10,'info','SUM_PREP:Preparing a new scan.'),(58423,1598033114.471963,10,'info','SUM_START:Checking Web Application Firewall status'),(58424,1598033114.472974,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(58425,1598033114.481020,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(58426,1598033114.543828,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(58430,1598033114.551678,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(58431,1598119660.414978,10,'info','SUM_PREP:Preparing a new scan.'),(58433,1598119660.426505,10,'info','SUM_START:Checking Web Application Firewall status'),(58434,1598119660.427689,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(58435,1598119660.437527,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(58436,1598119660.533251,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(58440,1598119660.543015,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(58442,1598184965.604577,10,'info','SUM_PREP:Preparing a new scan.'),(58444,1598184966.679550,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(58445,1598184968.683938,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(58446,1598184970.687226,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(58447,1598184972.696021,10,'info','SUM_START:Checking for the most secure way to get IPs'),(58448,1598184972.702291,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(58449,1598184972.712357,10,'info','SUM_START:Scanning to check available disk space'),(58452,1598184972.716675,10,'info','SUM_ENDOK:Scanning to check available disk space'),(58453,1598184972.726830,10,'info','SUM_START:Checking Web Application Firewall status'),(58454,1598184972.730780,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(58455,1598184972.742189,10,'info','SUM_START:Checking for future GeoIP support'),(58456,1598184972.747268,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(58457,1598184972.761895,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(58458,1598184972.815576,10,'info','SUM_ENDBAD:Checking for paths skipped due to scan settings'),(58463,1598184972.939824,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(58464,1598184974.657713,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(58465,1598184974.663478,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(58466,1598184974.667607,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(58467,1598184974.673184,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(58468,1598184974.675800,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(58469,1598184974.681303,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(58470,1598184974.685492,10,'info','SUM_DISABLED:Skipping theme scan'),(58471,1598184974.686586,10,'info','SUM_DISABLED:Skipping plugin scan'),(58472,1598184974.689499,10,'info','SUM_START:Scanning for known malware files'),(58473,1598184974.694962,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(58539,1598185003.129929,2,'info','Analyzed 4600 files containing 43.51 MB of data so far'),(58540,1598185003.477827,2,'info','Analyzed 4700 files containing 43.84 MB of data so far'),(58541,1598185003.743102,2,'info','Analyzed 4800 files containing 44.15 MB of data so far'),(58542,1598185004.036983,2,'info','Analyzed 4900 files containing 44.8 MB of data so far'),(58543,1598185004.388775,2,'info','Analyzed 5000 files containing 45.69 MB of data so far'),(58544,1598185004.658295,2,'info','Analyzed 5100 files containing 45.94 MB of data so far'),(58545,1598185004.960452,2,'info','Analyzed 5200 files containing 46.47 MB of data so far'),(58546,1598185005.313308,2,'info','Analyzed 5300 files containing 47.58 MB of data so far'),(58547,1598185005.756151,2,'info','Analyzed 5400 files containing 49.51 MB of data so far'),(58548,1598185006.385717,2,'info','Analyzed 5500 files containing 54.77 MB of data so far'),(58549,1598185006.729152,2,'info','Analyzed 5600 files containing 56.2 MB of data so far'),(58550,1598185007.067074,2,'info','Analyzed 5700 files containing 57.36 MB of data so far'),(58551,1598185007.352755,2,'info','Analyzed 5800 files containing 58.07 MB of data so far'),(58552,1598185007.859538,2,'info','Analyzed 5900 files containing 60.7 MB of data so far'),(58553,1598185008.158067,2,'info','Analyzed 6000 files containing 62.62 MB of data so far'),(58554,1598185008.406199,2,'info','Analyzed 6100 files containing 63.37 MB of data so far'),(58555,1598185008.774967,2,'info','Analyzed 6200 files containing 65.3 MB of data so far'),(58556,1598185009.058494,2,'info','Analyzed 6300 files containing 65.85 MB of data so far'),(58557,1598185009.472324,2,'info','Analyzed 6400 files containing 67.41 MB of data so far'),(58558,1598185009.853726,2,'info','Analyzed 6500 files containing 68.9 MB of data so far'),(58559,1598185010.284406,2,'info','Analyzed 6600 files containing 70.91 MB of data so far'),(58560,1598185011.089256,2,'info','Analyzed 6700 files containing 75.6 MB of data so far'),(58561,1598185011.506542,2,'info','Analyzed 6800 files containing 77.19 MB of data so far'),(58562,1598185011.895374,2,'info','Analyzed 6900 files containing 78.68 MB of data so far'),(58563,1598185012.305607,2,'info','Analyzed 7000 files containing 80.32 MB of data so far'),(58564,1598185012.577779,2,'info','Analyzed 7100 files containing 80.58 MB of data so far'),(58565,1598185012.879004,2,'info','Analyzed 7200 files containing 81 MB of data so far'),(58566,1598185013.198662,2,'info','Analyzed 7300 files containing 81.53 MB of data so far'),(58567,1598185013.446341,2,'info','Analyzed 7400 files containing 81.88 MB of data so far'),(58568,1598185013.696119,2,'info','Analyzed 7500 files containing 82.18 MB of data so far'),(58569,1598185013.969784,2,'info','Analyzed 7600 files containing 82.44 MB of data so far'),(58570,1598185014.376004,2,'info','Analyzed 7700 files containing 83.78 MB of data so far'),(58571,1598185014.614004,2,'info','Analyzed 7800 files containing 83.92 MB of data so far'),(58572,1598185014.906049,2,'info','Analyzed 7900 files containing 84.45 MB of data so far'),(58573,1598185015.211724,2,'info','Analyzed 8000 files containing 85.09 MB of data so far'),(58574,1598185015.621941,2,'info','Analyzed 8100 files containing 88.06 MB of data so far'),(58575,1598185015.887675,2,'info','Analyzed 8200 files containing 88.75 MB of data so far'),(58576,1598185016.199277,2,'info','Analyzed 8300 files containing 90.32 MB of data so far'),(58577,1598185016.648088,2,'info','Analyzed 8400 files containing 93.23 MB of data so far'),(58578,1598185017.026194,2,'info','Analyzed 8500 files containing 95.02 MB of data so far'),(58579,1598185017.440006,2,'info','Analyzed 8600 files containing 96.64 MB of data so far'),(58580,1598185021.206406,2,'info','Analyzed 8700 files containing 107.81 MB of data so far'),(58581,1598185021.711843,2,'info','Analyzed 8800 files containing 110.39 MB of data so far'),(58582,1598185022.204475,2,'info','Analyzed 8900 files containing 112.79 MB of data so far'),(58583,1598185022.762792,2,'info','Analyzed 9000 files containing 116.75 MB of data so far'),(58584,1598185023.029284,2,'info','Analyzed 9100 files containing 118.38 MB of data so far'),(58585,1598185023.417645,2,'info','Analyzed 9200 files containing 120 MB of data so far'),(58586,1598185023.486954,2,'info','Analyzed 9221 files containing 120.34 MB of data.'),(58587,1598185023.487570,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(58588,1598185023.494912,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(58589,1598185023.501681,10,'info','SUM_ENDOK:Scanning for known malware files'),(58590,1598185023.517771,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(58591,1598185025.804916,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(58592,1598185025.817842,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(58593,1598185025.822650,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(58594,1598185027.403870,2,'info','Starting scan of file contents'),(58595,1598185028.457120,2,'info','Scanned contents of 15 additional files at 14.29 per second'),(58596,1598185029.457325,2,'info','Scanned contents of 23 additional files at 11.22 per second'),(58597,1598185030.498657,2,'info','Scanned contents of 33 additional files at 10.68 per second'),(58598,1598185031.522057,2,'info','Scanned contents of 47 additional files at 11.42 per second'),(58599,1598185032.700541,2,'info','Scanned contents of 59 additional files at 11.15 per second'),(58600,1598185033.700550,2,'info','Scanned contents of 71 additional files at 11.28 per second'),(58601,1598185034.713969,2,'info','Scanned contents of 84 additional files at 11.50 per second'),(58602,1598185035.759292,2,'info','Scanned contents of 101 additional files at 12.09 per second'),(58603,1598185038.943227,2,'info','Scanned contents of 104 additional files at 9.02 per second'),(58604,1598185039.998344,2,'info','Scanned contents of 118 additional files at 9.37 per second'),(58605,1598185041.029067,2,'info','Scanned contents of 132 additional files at 9.69 per second'),(58606,1598185042.035622,2,'info','Scanned contents of 149 additional files at 10.19 per second'),(58607,1598185043.072356,2,'info','Scanned contents of 169 additional files at 10.79 per second'),(58608,1598185044.100035,2,'info','Scanned contents of 175 additional files at 10.48 per second'),(58609,1598185045.196785,2,'info','Scanned contents of 190 additional files at 10.68 per second'),(58610,1598185046.264756,2,'info','Scanned contents of 204 additional files at 10.82 per second'),(58611,1598185047.308018,2,'info','Scanned contents of 214 additional files at 10.75 per second'),(58612,1598185048.312145,2,'info','Scanned contents of 225 additional files at 10.76 per second'),(58613,1598185049.332456,2,'info','Scanned contents of 242 additional files at 11.04 per second'),(58614,1598185050.505017,2,'info','Scanned contents of 248 additional files at 10.74 per second'),(58615,1598185051.535402,2,'info','Scanned contents of 264 additional files at 10.94 per second'),(58616,1598185052.589125,2,'info','Scanned contents of 278 additional files at 11.04 per second'),(58617,1598185053.647884,2,'info','Scanned contents of 287 additional files at 10.94 per second'),(58618,1598185056.641489,2,'info','Scanned contents of 293 additional files at 10.02 per second'),(58619,1598185057.686125,2,'info','Scanned contents of 306 additional files at 10.11 per second'),(58620,1598185058.790815,2,'info','Scanned contents of 316 additional files at 10.07 per second'),(58621,1598185060.109916,2,'info','Scanned contents of 328 additional files at 10.03 per second'),(58622,1598185061.290990,2,'info','Scanned contents of 340 additional files at 10.03 per second'),(58623,1598185062.327338,2,'info','Scanned contents of 357 additional files at 10.22 per second'),(58624,1598185063.842956,2,'info','Scanned contents of 366 additional files at 10.05 per second'),(58625,1598185064.879502,2,'info','Scanned contents of 383 additional files at 10.22 per second'),(58626,1598185065.882511,2,'info','Scanned contents of 390 additional files at 10.14 per second'),(58627,1598185067.713398,2,'info','Scanned contents of 404 additional files at 10.02 per second'),(58628,1598185068.788361,2,'info','Scanned contents of 419 additional files at 10.13 per second'),(58629,1598185069.811347,2,'info','Scanned contents of 424 additional files at 10.00 per second'),(58630,1598185070.886946,2,'info','Scanned contents of 433 additional files at 9.96 per second'),(58631,1598185071.947283,2,'info','Scanned contents of 447 additional files at 10.04 per second'),(58632,1598185074.226830,2,'info','Scanned contents of 448 additional files at 9.57 per second'),(58633,1598185075.285673,2,'info','Scanned contents of 460 additional files at 9.61 per second'),(58634,1598185076.545383,2,'info','Scanned contents of 477 additional files at 9.71 per second'),(58635,1598185077.577731,2,'info','Scanned contents of 489 additional files at 9.75 per second'),(58636,1598185078.608147,2,'info','Scanned contents of 504 additional files at 9.84 per second'),(58637,1598185079.611343,2,'info','Scanned contents of 509 additional files at 9.75 per second'),(58638,1598185080.611815,2,'info','Scanned contents of 525 additional files at 9.87 per second'),(58639,1598185081.746993,2,'info','Scanned contents of 538 additional files at 9.90 per second'),(58640,1598185082.771023,2,'info','Scanned contents of 541 additional files at 9.77 per second'),(58641,1598185083.855746,2,'info','Scanned contents of 561 additional files at 9.94 per second'),(58642,1598185084.894691,2,'info','Scanned contents of 575 additional files at 10.00 per second'),(58643,1598185085.899805,2,'info','Scanned contents of 587 additional files at 10.04 per second'),(58644,1598185086.921024,2,'info','Scanned contents of 601 additional files at 10.10 per second'),(58645,1598185087.963238,2,'info','Scanned contents of 615 additional files at 10.16 per second'),(58646,1598185089.290298,2,'info','Scanned contents of 630 additional files at 10.18 per second'),(58647,1598185092.302453,2,'info','Scanned contents of 638 additional files at 9.83 per second'),(58648,1598185093.320909,2,'info','Scanned contents of 652 additional files at 9.89 per second'),(58649,1598185094.349716,2,'info','Scanned contents of 664 additional files at 9.92 per second'),(58650,1598185095.423938,2,'info','Scanned contents of 677 additional files at 9.95 per second'),(58651,1598185096.447405,2,'info','Scanned contents of 691 additional files at 10.01 per second'),(58652,1598185097.502776,2,'info','Scanned contents of 709 additional files at 10.11 per second'),(58653,1598185098.539293,2,'info','Scanned contents of 721 additional files at 10.14 per second'),(58654,1598185099.545564,2,'info','Scanned contents of 728 additional files at 10.09 per second'),(58655,1598185100.590957,2,'info','Scanned contents of 738 additional files at 10.08 per second'),(58656,1598185101.658253,2,'info','Scanned contents of 744 additional files at 10.02 per second'),(58657,1598185102.658664,2,'info','Scanned contents of 757 additional files at 10.06 per second'),(58658,1598185103.722776,2,'info','Scanned contents of 767 additional files at 10.05 per second'),(58659,1598185104.796643,2,'info','Scanned contents of 783 additional files at 10.12 per second'),(58660,1598185105.816953,2,'info','Scanned contents of 795 additional files at 10.14 per second'),(58661,1598185106.836484,2,'info','Scanned contents of 808 additional files at 10.17 per second'),(58662,1598185107.878227,2,'info','Scanned contents of 823 additional files at 10.23 per second'),(58663,1598185110.257350,2,'info','Scanned contents of 825 additional files at 9.96 per second'),(58664,1598185111.305471,2,'info','Scanned contents of 839 additional files at 10.00 per second'),(58665,1598185112.330115,2,'info','Scanned contents of 859 additional files at 10.12 per second'),(58666,1598185113.339092,2,'info','Scanned contents of 875 additional files at 10.18 per second'),(58667,1598185114.363476,2,'info','Scanned contents of 880 additional files at 10.12 per second'),(58668,1598185115.384380,2,'info','Scanned contents of 896 additional files at 10.18 per second'),(58669,1598185116.491057,2,'info','Scanned contents of 909 additional files at 10.20 per second'),(58670,1598185117.529678,2,'info','Scanned contents of 927 additional files at 10.29 per second'),(58671,1598185118.565675,2,'info','Scanned contents of 945 additional files at 10.37 per second'),(58672,1598185120.458441,2,'info','Scanned contents of 947 additional files at 10.18 per second'),(58673,1598185121.509971,2,'info','Scanned contents of 950 additional files at 10.10 per second'),(58674,1598185122.528476,2,'info','Scanned contents of 964 additional files at 10.13 per second'),(58675,1598185123.536253,2,'info','Scanned contents of 979 additional files at 10.18 per second'),(58676,1598185128.307544,2,'info','Scanned contents of 987 additional files at 9.78 per second'),(58677,1598185129.322195,2,'info','Scanned contents of 997 additional files at 9.78 per second'),(58678,1598185130.363326,2,'info','Scanned contents of 1006 additional files at 9.77 per second'),(58679,1598185131.488315,2,'info','Scanned contents of 1017 additional files at 9.77 per second'),(58680,1598185132.519318,2,'info','Scanned contents of 1033 additional files at 9.83 per second'),(58681,1598185133.572918,2,'info','Scanned contents of 1041 additional files at 9.81 per second'),(58682,1598185135.464905,2,'info','Scanned contents of 1048 additional files at 9.70 per second'),(58683,1598185137.073342,2,'info','Scanned contents of 1056 additional files at 9.63 per second'),(58684,1598185138.434613,2,'info','Scanned contents of 1062 additional files at 9.57 per second'),(58685,1598185139.437966,2,'info','Scanned contents of 1075 additional files at 9.60 per second'),(58686,1598185140.922515,2,'info','Scanned contents of 1085 additional files at 9.56 per second'),(58687,1598185143.599713,2,'info','Scanned contents of 1095 additional files at 9.42 per second'),(58688,1598185146.330037,2,'info','Scanned contents of 1100 additional files at 9.25 per second'),(58689,1598185147.383006,2,'info','Scanned contents of 1117 additional files at 9.31 per second'),(58690,1598185148.385072,2,'info','Scanned contents of 1131 additional files at 9.35 per second'),(58691,1598185149.432965,2,'info','Scanned contents of 1145 additional files at 9.38 per second'),(58692,1598185150.680436,2,'info','Scanned contents of 1152 additional files at 9.35 per second'),(58693,1598185151.766692,2,'info','Scanned contents of 1164 additional files at 9.36 per second'),(58694,1598185152.798891,2,'info','Scanned contents of 1175 additional files at 9.37 per second'),(58695,1598185153.867830,2,'info','Scanned contents of 1191 additional files at 9.42 per second'),(58696,1598185154.921846,2,'info','Scanned contents of 1204 additional files at 9.44 per second'),(58697,1598185155.956732,2,'info','Scanned contents of 1221 additional files at 9.50 per second'),(58698,1598185156.968067,2,'info','Scanned contents of 1229 additional files at 9.49 per second'),(58699,1598185157.982964,2,'info','Scanned contents of 1244 additional files at 9.53 per second'),(58700,1598185158.986346,2,'info','Scanned contents of 1258 additional files at 9.56 per second'),(58701,1598185160.997373,2,'info','Scanned contents of 1268 additional files at 9.49 per second'),(58702,1598185164.305989,2,'info','Scanned contents of 1280 additional files at 9.35 per second'),(58703,1598185165.340270,2,'info','Scanned contents of 1295 additional files at 9.39 per second'),(58704,1598185166.346153,2,'info','Scanned contents of 1305 additional files at 9.39 per second'),(58705,1598185167.401918,2,'info','Scanned contents of 1314 additional files at 9.39 per second'),(58706,1598185168.427234,2,'info','Scanned contents of 1329 additional files at 9.42 per second'),(58707,1598185169.439805,2,'info','Scanned contents of 1332 additional files at 9.38 per second'),(58708,1598185171.028235,2,'info','Scanned contents of 1334 additional files at 9.29 per second'),(58709,1598185172.092208,2,'info','Scanned contents of 1349 additional files at 9.32 per second'),(58710,1598185173.166545,2,'info','Scanned contents of 1363 additional files at 9.35 per second'),(58711,1598185174.212890,2,'info','Scanned contents of 1375 additional files at 9.37 per second'),(58712,1598185175.214578,2,'info','Scanned contents of 1393 additional files at 9.42 per second'),(58713,1598185176.226976,2,'info','Scanned contents of 1405 additional files at 9.44 per second'),(58714,1598185177.239454,2,'info','Scanned contents of 1420 additional files at 9.48 per second'),(58715,1598185178.293872,2,'info','Scanned contents of 1435 additional files at 9.51 per second'),(58716,1598185179.297159,2,'info','Scanned contents of 1450 additional files at 9.55 per second'),(58717,1598185182.762718,2,'info','Scanned contents of 1463 additional files at 9.42 per second'),(58718,1598185183.843489,2,'info','Scanned contents of 1478 additional files at 9.45 per second'),(58719,1598185184.882158,2,'info','Scanned contents of 1493 additional files at 9.48 per second'),(58720,1598185186.054646,2,'info','Scanned contents of 1510 additional files at 9.52 per second'),(58721,1598185187.064475,2,'info','Scanned contents of 1526 additional files at 9.56 per second'),(58722,1598185188.073153,2,'info','Scanned contents of 1542 additional files at 9.60 per second'),(58723,1598185189.177219,2,'info','Scanned contents of 1559 additional files at 9.64 per second'),(58724,1598185190.214040,2,'info','Scanned contents of 1574 additional files at 9.67 per second'),(58725,1598185191.237600,2,'info','Scanned contents of 1584 additional files at 9.67 per second'),(58726,1598185192.287966,2,'info','Scanned contents of 1601 additional files at 9.71 per second'),(58727,1598185193.293141,2,'info','Scanned contents of 1608 additional files at 9.69 per second'),(58728,1598185194.516031,2,'info','Scanned contents of 1618 additional files at 9.68 per second'),(58729,1598185195.533135,2,'info','Scanned contents of 1630 additional files at 9.70 per second'),(58730,1598185196.581450,2,'info','Scanned contents of 1646 additional files at 9.73 per second'),(58731,1598185197.629536,2,'info','Scanned contents of 1662 additional files at 9.76 per second'),(58732,1598185200.297638,2,'info','Scanned contents of 1669 additional files at 9.65 per second'),(58733,1598185201.314579,2,'info','Scanned contents of 1678 additional files at 9.65 per second'),(58734,1598185202.602384,2,'info','Scanned contents of 1683 additional files at 9.61 per second'),(58735,1598185203.888753,2,'info','Scanned contents of 1690 additional files at 9.58 per second'),(58736,1598185204.935456,2,'info','Scanned contents of 1703 additional files at 9.59 per second'),(58737,1598185206.231960,2,'info','Scanned contents of 1718 additional files at 9.61 per second'),(58738,1598185207.238794,2,'info','Scanned contents of 1730 additional files at 9.62 per second'),(58739,1598185209.022601,2,'info','Scanned contents of 1739 additional files at 9.58 per second'),(58740,1598185210.039204,2,'info','Scanned contents of 1742 additional files at 9.54 per second'),(58741,1598185211.064183,2,'info','Scanned contents of 1754 additional files at 9.55 per second'),(58742,1598185212.390579,2,'info','Scanned contents of 1770 additional files at 9.57 per second'),(58743,1598185213.391965,2,'info','Scanned contents of 1786 additional files at 9.60 per second'),(58744,1598185214.569231,2,'info','Scanned contents of 1801 additional files at 9.62 per second'),(58745,1598185215.601939,2,'info','Scanned contents of 1814 additional files at 9.64 per second'),(58746,1598185218.350826,2,'info','Scanned contents of 1822 additional files at 9.54 per second'),(58747,1598185219.544503,2,'info','Scanned contents of 1835 additional files at 9.55 per second'),(58748,1598185220.574863,2,'info','Scanned contents of 1848 additional files at 9.57 per second'),(58749,1598185221.614048,2,'info','Scanned contents of 1860 additional files at 9.58 per second'),(58750,1598185222.639001,2,'info','Scanned contents of 1871 additional files at 9.58 per second'),(58751,1598185223.887508,2,'info','Scanned contents of 1880 additional files at 9.57 per second'),(58752,1598185225.243400,2,'info','Scanned contents of 1893 additional files at 9.57 per second'),(58753,1598185226.283357,2,'info','Scanned contents of 1907 additional files at 9.59 per second'),(58754,1598185227.293997,2,'info','Scanned contents of 1921 additional files at 9.61 per second'),(58755,1598185228.320225,2,'info','Scanned contents of 1931 additional files at 9.61 per second'),(58756,1598185229.366143,2,'info','Scanned contents of 1949 additional files at 9.65 per second'),(58757,1598185230.413664,2,'info','Scanned contents of 1964 additional files at 9.67 per second'),(58758,1598185231.420977,2,'info','Scanned contents of 1971 additional files at 9.66 per second'),(58759,1598185232.861514,2,'info','Scanned contents of 1976 additional files at 9.62 per second'),(58760,1598185233.926691,2,'info','Scanned contents of 1992 additional files at 9.65 per second'),(58761,1598185236.341025,2,'info','Scanned contents of 1993 additional files at 9.54 per second'),(58762,1598185237.342575,2,'info','Scanned contents of 2003 additional files at 9.54 per second'),(58763,1598185238.398049,2,'info','Scanned contents of 2022 additional files at 9.58 per second'),(58764,1598185239.526998,2,'info','Scanned contents of 2028 additional files at 9.56 per second'),(58765,1598185240.553284,2,'info','Scanned contents of 2038 additional files at 9.56 per second'),(58766,1598185241.589059,2,'info','Scanned contents of 2058 additional files at 9.61 per second'),(58767,1598185243.565952,2,'info','Scanned contents of 2068 additional files at 9.57 per second'),(58768,1598185244.595505,2,'info','Scanned contents of 2085 additional files at 9.60 per second'),(58769,1598185245.602309,2,'info','Scanned contents of 2100 additional files at 9.62 per second'),(58770,1598185246.834158,2,'info','Scanned contents of 2108 additional files at 9.61 per second'),(58771,1598185247.879779,2,'info','Scanned contents of 2121 additional files at 9.62 per second'),(58772,1598185248.936572,2,'info','Scanned contents of 2134 additional files at 9.63 per second'),(58773,1598185250.089385,2,'info','Scanned contents of 2148 additional files at 9.65 per second'),(58774,1598185251.090990,2,'info','Scanned contents of 2166 additional files at 9.68 per second'),(58775,1598185254.679447,2,'info','Scanned contents of 2173 additional files at 9.56 per second'),(58776,1598185255.726215,2,'info','Scanned contents of 2185 additional files at 9.57 per second'),(58777,1598185256.728260,2,'info','Scanned contents of 2199 additional files at 9.59 per second'),(58778,1598185257.777099,2,'info','Scanned contents of 2217 additional files at 9.62 per second'),(58779,1598185259.006055,2,'info','Scanned contents of 2228 additional files at 9.62 per second'),(58780,1598185260.007926,2,'info','Scanned contents of 2233 additional files at 9.60 per second'),(58781,1598185261.130242,2,'info','Scanned contents of 2236 additional files at 9.57 per second'),(58782,1598185262.180231,2,'info','Scanned contents of 2250 additional files at 9.58 per second'),(58783,1598185263.188146,2,'info','Scanned contents of 2265 additional files at 9.61 per second'),(58784,1598185265.698296,2,'info','Scanned contents of 2276 additional files at 9.55 per second'),(58785,1598185266.709171,2,'info','Scanned contents of 2283 additional files at 9.54 per second'),(58786,1598185267.873444,2,'info','Scanned contents of 2293 additional files at 9.54 per second'),(58787,1598185268.919776,2,'info','Scanned contents of 2308 additional files at 9.56 per second'),(58788,1598185269.950463,2,'info','Scanned contents of 2321 additional files at 9.57 per second'),(58789,1598185272.304357,2,'info','Scanned contents of 2322 additional files at 9.48 per second'),(58790,1598185273.608442,2,'info','Scanned contents of 2336 additional files at 9.49 per second'),(58791,1598185274.795758,2,'info','Scanned contents of 2340 additional files at 9.46 per second'),(58792,1598185275.841782,2,'info','Scanned contents of 2352 additional files at 9.47 per second'),(58793,1598185276.884486,2,'info','Scanned contents of 2363 additional files at 9.47 per second'),(58794,1598185277.926142,2,'info','Scanned contents of 2373 additional files at 9.47 per second'),(58795,1598185279.278211,2,'info','Scanned contents of 2385 additional files at 9.47 per second'),(58796,1598185280.295331,2,'info','Scanned contents of 2400 additional files at 9.49 per second'),(58797,1598185281.400928,2,'info','Scanned contents of 2414 additional files at 9.50 per second'),(58798,1598185282.427718,2,'info','Scanned contents of 2421 additional files at 9.49 per second'),(58799,1598185283.612446,2,'info','Scanned contents of 2438 additional files at 9.52 per second'),(58800,1598185285.260989,2,'info','Scanned contents of 2451 additional files at 9.51 per second'),(58801,1598185286.324971,2,'info','Scanned contents of 2465 additional files at 9.52 per second'),(58802,1598185290.742490,2,'info','Scanned contents of 2468 additional files at 9.37 per second'),(58803,1598185291.790194,2,'info','Scanned contents of 2480 additional files at 9.38 per second'),(58804,1598185292.891605,2,'info','Scanned contents of 2491 additional files at 9.38 per second'),(58805,1598185294.665060,2,'info','Scanned contents of 2495 additional files at 9.34 per second'),(58806,1598185295.669367,2,'info','Scanned contents of 2509 additional files at 9.35 per second'),(58807,1598185297.161103,2,'info','Scanned contents of 2520 additional files at 9.34 per second'),(58808,1598185298.175803,2,'info','Scanned contents of 2525 additional files at 9.33 per second'),(58809,1598185299.218042,2,'info','Scanned contents of 2538 additional files at 9.34 per second'),(58810,1598185300.236759,2,'info','Scanned contents of 2551 additional files at 9.35 per second'),(58811,1598185301.822051,2,'info','Scanned contents of 2563 additional files at 9.34 per second'),(58812,1598185302.838427,2,'info','Scanned contents of 2574 additional files at 9.35 per second'),(58813,1598185304.062712,2,'info','Scanned contents of 2588 additional files at 9.35 per second'),(58814,1598185305.205731,2,'info','Scanned contents of 2602 additional files at 9.37 per second'),(58815,1598185308.334318,2,'info','Scanned contents of 2614 additional files at 9.30 per second'),(58816,1598185309.371401,2,'info','Scanned contents of 2629 additional files at 9.32 per second'),(58817,1598185310.371664,2,'info','Scanned contents of 2647 additional files at 9.35 per second'),(58818,1598185311.410132,2,'info','Scanned contents of 2661 additional files at 9.37 per second'),(58819,1598185312.461018,2,'info','Scanned contents of 2679 additional files at 9.40 per second'),(58820,1598185313.493315,2,'info','Scanned contents of 2693 additional files at 9.41 per second'),(58821,1598185314.518477,2,'info','Scanned contents of 2710 additional files at 9.44 per second'),(58822,1598185315.598691,2,'info','Scanned contents of 2723 additional files at 9.45 per second'),(58823,1598185316.610105,2,'info','Scanned contents of 2730 additional files at 9.44 per second'),(58824,1598185317.613346,2,'info','Scanned contents of 2741 additional files at 9.45 per second'),(58825,1598185318.656374,2,'info','Scanned contents of 2758 additional files at 9.47 per second'),(58826,1598185319.669565,2,'info','Scanned contents of 2772 additional files at 9.48 per second'),(58827,1598185320.670867,2,'info','Scanned contents of 2786 additional files at 9.50 per second'),(58828,1598185321.689129,2,'info','Scanned contents of 2798 additional files at 9.51 per second'),(58829,1598185322.745596,2,'info','Scanned contents of 2811 additional files at 9.52 per second'),(58830,1598185323.748769,2,'info','Scanned contents of 2822 additional files at 9.52 per second'),(58831,1598185326.225209,2,'info','Scanned contents of 2827 additional files at 9.46 per second'),(58832,1598185327.259899,2,'info','Scanned contents of 2845 additional files at 9.49 per second'),(58833,1598185328.275754,2,'info','Scanned contents of 2861 additional files at 9.51 per second'),(58834,1598185329.331397,2,'info','Scanned contents of 2876 additional files at 9.53 per second'),(58835,1598185330.373490,2,'info','Scanned contents of 2891 additional files at 9.54 per second'),(58836,1598185331.381331,2,'info','Scanned contents of 2909 additional files at 9.57 per second'),(58837,1598185332.418322,2,'info','Scanned contents of 2921 additional files at 9.58 per second'),(58838,1598185333.478094,2,'info','Scanned contents of 2933 additional files at 9.58 per second'),(58839,1598185334.510262,2,'info','Scanned contents of 2936 additional files at 9.56 per second'),(58840,1598185335.553009,2,'info','Scanned contents of 2948 additional files at 9.57 per second'),(58841,1598185336.637154,2,'info','Scanned contents of 2963 additional files at 9.58 per second'),(58842,1598185337.788209,2,'info','Scanned contents of 2972 additional files at 9.58 per second'),(58843,1598185341.552236,2,'info','Scanned contents of 2977 additional files at 9.48 per second'),(58844,1598185344.245234,2,'info','Scanned contents of 2985 additional files at 9.42 per second'),(58845,1598185345.283958,2,'info','Scanned contents of 3000 additional files at 9.44 per second'),(58846,1598185346.344651,2,'info','Scanned contents of 3017 additional files at 9.46 per second'),(58847,1598185350.781223,2,'info','Scanned contents of 3023 additional files at 9.35 per second'),(58848,1598185352.091912,2,'info','Scanned contents of 3040 additional files at 9.36 per second'),(58849,1598185353.128792,2,'info','Scanned contents of 3055 additional files at 9.38 per second'),(58850,1598185354.175344,2,'info','Scanned contents of 3068 additional files at 9.39 per second'),(58851,1598185355.234864,2,'info','Scanned contents of 3074 additional files at 9.38 per second'),(58852,1598185356.295090,2,'info','Scanned contents of 3084 additional files at 9.38 per second'),(58853,1598185357.299880,2,'info','Scanned contents of 3095 additional files at 9.38 per second'),(58854,1598185358.324377,2,'info','Scanned contents of 3099 additional files at 9.36 per second'),(58855,1598185359.523201,2,'info','Scanned contents of 3110 additional files at 9.36 per second'),(58856,1598185362.361614,2,'info','Scanned contents of 3115 additional files at 9.30 per second'),(58857,1598185363.393944,2,'info','Scanned contents of 3124 additional files at 9.30 per second'),(58858,1598185364.399736,2,'info','Scanned contents of 3135 additional files at 9.30 per second'),(58859,1598185365.405762,2,'info','Scanned contents of 3152 additional files at 9.33 per second'),(58860,1598185366.446710,2,'info','Scanned contents of 3167 additional files at 9.34 per second'),(58861,1598185367.480033,2,'info','Scanned contents of 3175 additional files at 9.34 per second'),(58862,1598185368.504813,2,'info','Scanned contents of 3185 additional files at 9.34 per second'),(58863,1598185369.534974,2,'info','Scanned contents of 3198 additional files at 9.35 per second'),(58864,1598185370.542699,2,'info','Scanned contents of 3209 additional files at 9.35 per second'),(58865,1598185371.734046,2,'info','Scanned contents of 3218 additional files at 9.35 per second'),(58866,1598185373.523091,2,'info','Scanned contents of 3221 additional files at 9.31 per second'),(58867,1598185374.599834,2,'info','Scanned contents of 3232 additional files at 9.31 per second'),(58868,1598185375.602809,2,'info','Scanned contents of 3244 additional files at 9.32 per second'),(58869,1598185376.860000,2,'info','Scanned contents of 3253 additional files at 9.31 per second'),(58870,1598185377.875345,2,'info','Scanned contents of 3259 additional files at 9.30 per second'),(58871,1598185380.221462,2,'info','Scanned contents of 3262 additional files at 9.25 per second'),(58872,1598185381.343309,2,'info','Scanned contents of 3276 additional files at 9.26 per second'),(58873,1598185382.397493,2,'info','Scanned contents of 3285 additional files at 9.25 per second'),(58874,1598185385.393949,2,'info','Scanned contents of 3293 additional files at 9.20 per second'),(58875,1598185386.466955,2,'info','Scanned contents of 3308 additional files at 9.21 per second'),(58876,1598185387.525360,2,'info','Scanned contents of 3325 additional files at 9.23 per second'),(58877,1598185388.567585,2,'info','Scanned contents of 3337 additional files at 9.24 per second'),(58878,1598185389.605219,2,'info','Scanned contents of 3353 additional files at 9.26 per second'),(58879,1598185390.648973,2,'info','Scanned contents of 3366 additional files at 9.27 per second'),(58880,1598185391.748723,2,'info','Scanned contents of 3381 additional files at 9.28 per second'),(58881,1598185392.749198,2,'info','Scanned contents of 3393 additional files at 9.29 per second'),(58882,1598185393.770106,2,'info','Scanned contents of 3409 additional files at 9.30 per second'),(58883,1598185394.787792,2,'info','Scanned contents of 3412 additional files at 9.29 per second'),(58884,1598185398.782733,2,'info','Scanned contents of 3420 additional files at 9.21 per second'),(58885,1598185399.980949,2,'info','Scanned contents of 3430 additional files at 9.21 per second'),(58886,1598185401.025932,2,'info','Scanned contents of 3446 additional files at 9.22 per second'),(58887,1598185402.033077,2,'info','Scanned contents of 3458 additional files at 9.23 per second'),(58888,1598185403.749668,2,'info','Scanned contents of 3470 additional files at 9.22 per second'),(58889,1598185404.839324,2,'info','Scanned contents of 3487 additional files at 9.24 per second'),(58890,1598185405.852088,2,'info','Scanned contents of 3500 additional files at 9.25 per second'),(58891,1598185407.614849,2,'info','Scanned contents of 3501 additional files at 9.21 per second'),(58892,1598185408.640481,2,'info','Scanned contents of 3515 additional files at 9.22 per second'),(58893,1598185409.738258,2,'info','Scanned contents of 3531 additional files at 9.24 per second'),(58894,1598185410.781400,2,'info','Scanned contents of 3548 additional files at 9.25 per second'),(58895,1598185411.829865,2,'info','Scanned contents of 3560 additional files at 9.26 per second'),(58896,1598185412.895868,2,'info','Scanned contents of 3575 additional files at 9.27 per second'),(58897,1598185413.925628,2,'info','Scanned contents of 3587 additional files at 9.28 per second'),(58898,1598185416.168859,2,'info','Scanned contents of 3588 additional files at 9.23 per second'),(58899,1598185417.224227,2,'info','Scanned contents of 3601 additional files at 9.24 per second'),(58900,1598185418.287073,2,'info','Scanned contents of 3618 additional files at 9.26 per second'),(58901,1598185419.313903,2,'info','Scanned contents of 3622 additional files at 9.24 per second'),(58902,1598185420.418005,2,'info','Scanned contents of 3635 additional files at 9.25 per second'),(58903,1598185421.454839,2,'info','Scanned contents of 3645 additional files at 9.25 per second'),(58904,1598185422.653064,2,'info','Scanned contents of 3660 additional files at 9.26 per second'),(58905,1598185423.697572,2,'info','Scanned contents of 3676 additional files at 9.28 per second'),(58906,1598185424.781018,2,'info','Scanned contents of 3689 additional files at 9.28 per second'),(58907,1598185425.821460,2,'info','Scanned contents of 3704 additional files at 9.30 per second'),(58908,1598185426.838100,2,'info','Scanned contents of 3719 additional files at 9.31 per second'),(58909,1598185427.990288,2,'info','Scanned contents of 3732 additional files at 9.32 per second'),(58910,1598185429.009747,2,'info','Scanned contents of 3748 additional files at 9.33 per second'),(58911,1598185430.055885,2,'info','Scanned contents of 3762 additional files at 9.34 per second'),(58912,1598185431.432801,2,'info','Scanned contents of 3772 additional files at 9.34 per second'),(58913,1598185434.300244,2,'info','Scanned contents of 3781 additional files at 9.29 per second'),(58914,1598185435.360796,2,'info','Scanned contents of 3785 additional files at 9.28 per second'),(58915,1598185436.533964,2,'info','Scanned contents of 3793 additional files at 9.27 per second'),(58916,1598185438.675787,2,'info','Scanned contents of 3805 additional files at 9.25 per second'),(58917,1598185439.707108,2,'info','Scanned contents of 3820 additional files at 9.27 per second'),(58918,1598185440.725396,2,'info','Scanned contents of 3832 additional files at 9.27 per second'),(58919,1598185442.019549,2,'info','Scanned contents of 3848 additional files at 9.28 per second'),(58920,1598185444.031741,2,'info','Scanned contents of 3854 additional files at 9.25 per second'),(58921,1598185445.063393,2,'info','Scanned contents of 3871 additional files at 9.27 per second'),(58922,1598185446.139392,2,'info','Scanned contents of 3885 additional files at 9.28 per second'),(58923,1598185447.162938,2,'info','Scanned contents of 3900 additional files at 9.29 per second'),(58924,1598185448.903038,2,'info','Scanned contents of 3915 additional files at 9.29 per second'),(58925,1598185449.920311,2,'info','Scanned contents of 3927 additional files at 9.29 per second'),(58926,1598185452.552881,2,'info','Scanned contents of 3929 additional files at 9.24 per second'),(58927,1598185453.602022,2,'info','Scanned contents of 3945 additional files at 9.26 per second'),(58928,1598185454.625917,2,'info','Scanned contents of 3956 additional files at 9.26 per second'),(58929,1598185455.661307,2,'info','Scanned contents of 3972 additional files at 9.27 per second'),(58930,1598185456.713714,2,'info','Scanned contents of 3987 additional files at 9.29 per second'),(58931,1598185457.726524,2,'info','Scanned contents of 3994 additional files at 9.28 per second'),(58932,1598185458.728037,2,'info','Scanned contents of 4002 additional files at 9.28 per second'),(58933,1598185459.761864,2,'info','Scanned contents of 4014 additional files at 9.28 per second'),(58934,1598185460.776314,2,'info','Scanned contents of 4028 additional files at 9.29 per second'),(58935,1598185461.884138,2,'info','Scanned contents of 4038 additional files at 9.29 per second'),(58936,1598185463.308459,2,'info','Scanned contents of 4053 additional files at 9.30 per second'),(58937,1598185464.315176,2,'info','Scanned contents of 4068 additional files at 9.31 per second'),(58938,1598185465.432252,2,'info','Scanned contents of 4078 additional files at 9.31 per second'),(58939,1598185466.484079,2,'info','Scanned contents of 4095 additional files at 9.33 per second'),(58940,1598185467.489548,2,'info','Scanned contents of 4113 additional files at 9.35 per second'),(58941,1598379009.063508,10,'info','SUM_PREP:Preparing a new scan.'),(58942,1598379009.067513,1,'info','Initiating quick scan'),(58943,1598379009.071851,10,'info','SUM_START:Checking Web Application Firewall status'),(58944,1598379009.073168,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(58945,1598379009.080232,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(58946,1598379009.152712,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(58947,1598379009.157074,1,'info','-------------------'),(58948,1598379009.158479,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 53 MB'),(58949,1598379009.158920,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(58950,1598379009.159355,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(58951,1598447896.452588,1,'info','Scheduled Wordfence scan starting at Wednesday 26th of August 2020 01:18:16 PM'),(58952,1598447899.696303,10,'info','SUM_PREP:Preparing a new scan.'),(58953,1598447899.704766,1,'info','Contacting Wordfence to initiate scan'),(58954,1598447900.649363,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(58955,1598447902.653402,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(58956,1598447904.656935,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(58957,1598447906.666042,10,'info','SUM_START:Checking for the most secure way to get IPs'),(58958,1598447909.381601,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(58959,1598447909.395936,10,'info','SUM_START:Scanning to check available disk space'),(58960,1598447909.400303,2,'info','Total disk space: 7.04 TB -- Free disk space: 2.9 TB'),(58961,1598447909.400892,2,'info','The disk has 3042602.14 MB available'),(58962,1598447909.401392,10,'info','SUM_ENDOK:Scanning to check available disk space'),(58963,1598447909.412288,10,'info','SUM_START:Checking Web Application Firewall status'),(58964,1598447909.416415,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(58965,1598447909.427186,10,'info','SUM_START:Checking for future GeoIP support'),(58966,1598447909.431392,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(58967,1598447909.442122,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(58968,1598447909.474365,10,'info','SUM_ENDBAD:Checking for paths skipped due to scan settings'),(58969,1598447909.483941,2,'info','Getting plugin list from WordPress'),(58970,1598447909.563101,2,'info','Found 14 plugins'),(58971,1598447909.563695,2,'info','Getting theme list from WordPress'),(58972,1598447909.610703,2,'info','Found 6 themes'),(58973,1598447909.690998,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(58974,1598447911.405659,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(58975,1598447911.412300,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(58976,1598447911.416636,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(58977,1598447911.422358,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(58978,1598447911.425107,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(58979,1598447911.430845,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(58980,1598447911.435010,10,'info','SUM_DISABLED:Skipping theme scan'),(58981,1598447911.436152,10,'info','SUM_DISABLED:Skipping plugin scan'),(58982,1598447911.439742,10,'info','SUM_START:Scanning for known malware files'),(58983,1598447911.446157,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(58984,1598447911.974612,2,'info','500 files indexed'),(58985,1598447912.234716,2,'info','1000 files indexed'),(58986,1598447912.697002,2,'info','1500 files indexed'),(58987,1598447912.896769,2,'info','2000 files indexed'),(58988,1598447913.233196,2,'info','2500 files indexed'),(58989,1598447913.401121,2,'info','3000 files indexed'),(58990,1598447913.537021,2,'info','3500 files indexed'),(58991,1598447913.701992,2,'info','4000 files indexed'),(58992,1598447913.880861,2,'info','4500 files indexed'),(58993,1598447914.066387,2,'info','5000 files indexed'),(58994,1598447914.196578,2,'info','5500 files indexed'),(58995,1598447914.517073,2,'info','6000 files indexed'),(58996,1598447915.518847,2,'info','6500 files indexed'),(58997,1598447915.981049,2,'info','7000 files indexed'),(58998,1598447916.018728,2,'info','7020 files indexed'),(58999,1598447918.492525,2,'info','7520 files indexed'),(59000,1598447918.692627,2,'info','8020 files indexed'),(59001,1598447920.090335,2,'info','8520 files indexed'),(59002,1598447921.440428,2,'info','9020 files indexed'),(59003,1598447921.495034,2,'info','9242 files indexed'),(59004,1598447921.865665,2,'info','Analyzed 100 files containing 1.58 MB of data so far'),(59005,1598447922.187452,2,'info','Analyzed 200 files containing 2.69 MB of data so far'),(59006,1598447922.513083,2,'info','Analyzed 300 files containing 4.06 MB of data so far'),(59007,1598447922.887761,2,'info','Analyzed 400 files containing 6.6 MB of data so far'),(59008,1598447923.174200,2,'info','Analyzed 500 files containing 7.44 MB of data so far'),(59009,1598447923.536326,2,'info','Analyzed 600 files containing 8.94 MB of data so far'),(59010,1598447924.035368,2,'info','Analyzed 700 files containing 11.88 MB of data so far'),(59011,1598447924.249123,2,'info','Analyzed 800 files containing 12.3 MB of data so far'),(59012,1598447924.488767,2,'info','Analyzed 900 files containing 12.66 MB of data so far'),(59013,1598447924.748349,2,'info','Analyzed 1000 files containing 12.91 MB of data so far'),(59014,1598447925.018446,2,'info','Analyzed 1100 files containing 13.27 MB of data so far'),(59015,1598447925.317457,2,'info','Analyzed 1200 files containing 13.87 MB of data so far'),(59016,1598447925.831216,2,'info','Analyzed 1300 files containing 16.99 MB of data so far'),(59017,1598447926.227873,2,'info','Analyzed 1400 files containing 18.66 MB of data so far'),(59018,1598447926.487051,2,'info','Analyzed 1500 files containing 18.97 MB of data so far'),(59019,1598447926.737768,2,'info','Analyzed 1600 files containing 19.55 MB of data so far'),(59020,1598447926.998737,2,'info','Analyzed 1700 files containing 19.88 MB of data so far'),(59021,1598447927.249361,2,'info','Analyzed 1800 files containing 20.58 MB of data so far'),(59022,1598447927.510292,2,'info','Analyzed 1900 files containing 20.8 MB of data so far'),(59023,1598447927.816423,2,'info','Analyzed 2000 files containing 21.51 MB of data so far'),(59024,1598447928.085184,2,'info','Analyzed 2100 files containing 21.91 MB of data so far'),(59025,1598447928.414683,2,'info','Analyzed 2200 files containing 22.67 MB of data so far'),(59026,1598447928.696057,2,'info','Analyzed 2300 files containing 23.46 MB of data so far'),(59027,1598447928.940066,2,'info','Analyzed 2400 files containing 23.81 MB of data so far'),(59028,1598447929.382872,2,'info','Analyzed 2500 files containing 27.4 MB of data so far'),(59029,1598447929.630901,2,'info','Analyzed 2600 files containing 27.43 MB of data so far'),(59030,1598447929.855024,2,'info','Analyzed 2700 files containing 27.46 MB of data so far'),(59031,1598447930.103397,2,'info','Analyzed 2800 files containing 27.56 MB of data so far'),(59032,1598447930.331095,2,'info','Analyzed 2900 files containing 28.37 MB of data so far'),(59033,1598447930.555292,2,'info','Analyzed 3000 files containing 29.09 MB of data so far'),(59034,1598447930.808933,2,'info','Analyzed 3100 files containing 29.76 MB of data so far'),(59035,1598447931.065182,2,'info','Analyzed 3200 files containing 29.97 MB of data so far'),(59036,1598447931.343963,2,'info','Analyzed 3300 files containing 30 MB of data so far'),(59037,1598447931.603187,2,'info','Analyzed 3400 files containing 30.02 MB of data so far'),(59038,1598447931.850823,2,'info','Analyzed 3500 files containing 30.05 MB of data so far'),(59039,1598447932.109020,2,'info','Analyzed 3600 files containing 30.09 MB of data so far'),(59040,1598447932.331177,2,'info','Analyzed 3700 files containing 30.11 MB of data so far'),(59041,1598447932.607350,2,'info','Analyzed 3800 files containing 30.57 MB of data so far'),(59042,1598447932.949217,2,'info','Analyzed 3900 files containing 32.88 MB of data so far'),(59043,1598447933.752417,2,'info','Analyzed 4000 files containing 38.38 MB of data so far'),(59044,1598447936.279893,2,'info','Analyzed 4100 files containing 39.23 MB of data so far'),(59045,1598447936.703929,2,'info','Analyzed 4200 files containing 41.45 MB of data so far'),(59046,1598447937.011904,2,'info','Analyzed 4300 files containing 42.3 MB of data so far'),(59047,1598447937.278427,2,'info','Analyzed 4400 files containing 42.84 MB of data so far'),(59048,1598447937.528284,2,'info','Analyzed 4500 files containing 42.94 MB of data so far'),(59049,1598447937.807099,2,'info','Analyzed 4600 files containing 43.51 MB of data so far'),(59050,1598447938.050753,2,'info','Analyzed 4700 files containing 43.84 MB of data so far'),(59051,1598447938.307905,2,'info','Analyzed 4800 files containing 44.15 MB of data so far'),(59052,1598447938.590818,2,'info','Analyzed 4900 files containing 44.8 MB of data so far'),(59053,1598447938.969797,2,'info','Analyzed 5000 files containing 45.69 MB of data so far'),(59054,1598447939.242683,2,'info','Analyzed 5100 files containing 45.94 MB of data so far'),(59055,1598447939.519115,2,'info','Analyzed 5200 files containing 46.47 MB of data so far'),(59056,1598447939.837130,2,'info','Analyzed 5300 files containing 47.58 MB of data so far'),(59057,1598447940.224481,2,'info','Analyzed 5400 files containing 49.51 MB of data so far'),(59058,1598447940.894353,2,'info','Analyzed 5500 files containing 54.77 MB of data so far'),(59059,1598447941.209428,2,'info','Analyzed 5600 files containing 56.2 MB of data so far'),(59060,1598447941.518766,2,'info','Analyzed 5700 files containing 57.36 MB of data so far'),(59061,1598447941.818186,2,'info','Analyzed 5800 files containing 58.07 MB of data so far'),(59062,1598447942.341730,2,'info','Analyzed 5900 files containing 60.7 MB of data so far'),(59063,1598447942.621028,2,'info','Analyzed 6000 files containing 62.62 MB of data so far'),(59064,1598447942.859069,2,'info','Analyzed 6100 files containing 63.37 MB of data so far'),(59065,1598447943.250554,2,'info','Analyzed 6200 files containing 65.3 MB of data so far'),(59066,1598447943.547461,2,'info','Analyzed 6300 files containing 65.85 MB of data so far'),(59067,1598447943.914305,2,'info','Analyzed 6400 files containing 67.41 MB of data so far'),(59068,1598447944.302805,2,'info','Analyzed 6500 files containing 69.4 MB of data so far'),(59069,1598447944.780825,2,'info','Analyzed 6600 files containing 71.79 MB of data so far'),(59070,1598447945.462165,2,'info','Analyzed 6700 files containing 75.91 MB of data so far'),(59071,1598447945.950786,2,'info','Analyzed 6800 files containing 78.44 MB of data so far'),(59072,1598447946.210111,2,'info','Analyzed 6900 files containing 79.11 MB of data so far'),(59073,1598447946.682972,2,'info','Analyzed 7000 files containing 81.49 MB of data so far'),(59074,1598447946.978051,2,'info','Analyzed 7100 files containing 81.86 MB of data so far'),(59075,1598447947.265782,2,'info','Analyzed 7200 files containing 82.31 MB of data so far'),(59076,1598447947.527351,2,'info','Analyzed 7300 files containing 82.82 MB of data so far'),(59077,1598447947.785481,2,'info','Analyzed 7400 files containing 83.17 MB of data so far'),(59078,1598447948.047824,2,'info','Analyzed 7500 files containing 83.46 MB of data so far'),(59079,1598447948.311438,2,'info','Analyzed 7600 files containing 83.72 MB of data so far'),(59080,1598447948.675009,2,'info','Analyzed 7700 files containing 85.1 MB of data so far'),(59081,1598447948.944353,2,'info','Analyzed 7800 files containing 85.19 MB of data so far'),(59082,1598447949.192682,2,'info','Analyzed 7900 files containing 85.64 MB of data so far'),(59083,1598447949.455208,2,'info','Analyzed 8000 files containing 86.25 MB of data so far'),(59084,1598447949.890900,2,'info','Analyzed 8100 files containing 89.38 MB of data so far'),(59085,1598447950.154465,2,'info','Analyzed 8200 files containing 90.06 MB of data so far'),(59086,1598447950.490488,2,'info','Analyzed 8300 files containing 91.42 MB of data so far'),(59087,1598447950.870113,2,'info','Analyzed 8400 files containing 93.77 MB of data so far'),(59088,1598447951.251742,2,'info','Analyzed 8500 files containing 95.31 MB of data so far'),(59089,1598447951.567376,2,'info','Analyzed 8600 files containing 96.61 MB of data so far'),(59090,1598447955.103077,2,'info','Analyzed 8700 files containing 108.1 MB of data so far'),(59091,1598447955.659198,2,'info','Analyzed 8800 files containing 111.49 MB of data so far'),(59092,1598447956.150050,2,'info','Analyzed 8900 files containing 113.95 MB of data so far'),(59093,1598447956.622827,2,'info','Analyzed 9000 files containing 116.55 MB of data so far'),(59094,1598447956.993867,2,'info','Analyzed 9100 files containing 119.63 MB of data so far'),(59095,1598447957.303557,2,'info','Analyzed 9200 files containing 120.97 MB of data so far'),(59096,1598447957.415876,2,'info','Analyzed 9242 files containing 121.67 MB of data.'),(59097,1598447957.416424,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(59098,1598447957.423339,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(59099,1598447957.429458,10,'info','SUM_ENDOK:Scanning for known malware files'),(59100,1598447957.443919,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(59101,1598447959.728778,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(59102,1598447959.741646,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(59103,1598447959.745373,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(59104,1598447961.290449,2,'info','Starting scan of file contents'),(59105,1598447962.310304,2,'info','Scanned contents of 14 additional files at 13.77 per second'),(59106,1598447963.318150,2,'info','Scanned contents of 22 additional files at 10.87 per second'),(59107,1598447964.323895,2,'info','Scanned contents of 33 additional files at 10.89 per second'),(59108,1598447965.350599,2,'info','Scanned contents of 48 additional files at 11.83 per second'),(59109,1598447966.400718,2,'info','Scanned contents of 59 additional files at 11.55 per second'),(59110,1598447967.404821,2,'info','Scanned contents of 71 additional files at 11.62 per second'),(59111,1598447968.460117,2,'info','Scanned contents of 84 additional files at 11.72 per second'),(59112,1598447969.488967,2,'info','Scanned contents of 102 additional files at 12.45 per second'),(59113,1598447972.299272,2,'info','Scanned contents of 104 additional files at 9.45 per second'),(59114,1598447973.323961,2,'info','Scanned contents of 117 additional files at 9.73 per second'),(59115,1598447974.378780,2,'info','Scanned contents of 131 additional files at 10.01 per second'),(59116,1598447975.401796,2,'info','Scanned contents of 150 additional files at 10.63 per second'),(59117,1598447976.424770,2,'info','Scanned contents of 169 additional files at 11.17 per second'),(59118,1598447977.488031,2,'info','Scanned contents of 176 additional files at 10.87 per second'),(59119,1598447978.512166,2,'info','Scanned contents of 190 additional files at 11.03 per second'),(59120,1598447979.522760,2,'info','Scanned contents of 205 additional files at 11.25 per second'),(59121,1598447980.585147,2,'info','Scanned contents of 214 additional files at 11.09 per second'),(59122,1598447981.597622,2,'info','Scanned contents of 227 additional files at 11.18 per second'),(59123,1598447983.524480,2,'info','Scanned contents of 247 additional files at 11.11 per second'),(59124,1598447984.549049,2,'info','Scanned contents of 263 additional files at 11.31 per second'),(59125,1598447985.571909,2,'info','Scanned contents of 277 additional files at 11.41 per second'),(59126,1598447986.599856,2,'info','Scanned contents of 289 additional files at 11.42 per second'),(59127,1598447987.638228,2,'info','Scanned contents of 302 additional files at 11.46 per second'),(59128,1598447990.378587,2,'info','Scanned contents of 306 additional files at 10.52 per second'),(59129,1598447991.497966,2,'info','Scanned contents of 315 additional files at 10.43 per second'),(59130,1598447992.518039,2,'info','Scanned contents of 326 additional files at 10.44 per second'),(59131,1598447993.523590,2,'info','Scanned contents of 336 additional files at 10.43 per second'),(59132,1598447994.572297,2,'info','Scanned contents of 347 additional files at 10.43 per second'),(59133,1598447995.641157,2,'info','Scanned contents of 364 additional files at 10.60 per second'),(59134,1598447996.679560,2,'info','Scanned contents of 367 additional files at 10.37 per second'),(59135,1598447997.718678,2,'info','Scanned contents of 384 additional files at 10.54 per second'),(59136,1598447998.775321,2,'info','Scanned contents of 391 additional files at 10.43 per second'),(59137,1598448000.473673,2,'info','Scanned contents of 403 additional files at 10.29 per second'),(59138,1598448001.526197,2,'info','Scanned contents of 419 additional files at 10.41 per second'),(59139,1598448002.961573,2,'info','Scanned contents of 421 additional files at 10.10 per second'),(59140,1598448003.979618,2,'info','Scanned contents of 426 additional files at 9.98 per second'),(59141,1598448005.169245,2,'info','Scanned contents of 442 additional files at 10.07 per second'),(59142,1598448008.530430,2,'info','Scanned contents of 454 additional files at 9.61 per second'),(59143,1598448009.533555,2,'info','Scanned contents of 466 additional files at 9.66 per second'),(59144,1598448010.581898,2,'info','Scanned contents of 477 additional files at 9.68 per second'),(59145,1598448011.610490,2,'info','Scanned contents of 490 additional files at 9.74 per second'),(59146,1598448012.636603,2,'info','Scanned contents of 506 additional files at 9.86 per second'),(59147,1598448013.677442,2,'info','Scanned contents of 511 additional files at 9.75 per second'),(59148,1598448014.680900,2,'info','Scanned contents of 527 additional files at 9.87 per second'),(59149,1598448016.341823,2,'info','Scanned contents of 537 additional files at 9.76 per second'),(59150,1598448017.349569,2,'info','Scanned contents of 556 additional files at 9.92 per second'),(59151,1598448018.384179,2,'info','Scanned contents of 570 additional files at 9.98 per second'),(59152,1598448019.404122,2,'info','Scanned contents of 582 additional files at 10.02 per second'),(59153,1598448020.417936,2,'info','Scanned contents of 597 additional files at 10.10 per second'),(59154,1598448021.438517,2,'info','Scanned contents of 612 additional files at 10.18 per second'),(59155,1598448022.589115,2,'info','Scanned contents of 626 additional files at 10.21 per second'),(59156,1598448023.632283,2,'info','Scanned contents of 639 additional files at 10.25 per second'),(59157,1598448026.171332,2,'info','Scanned contents of 646 additional files at 9.96 per second'),(59158,1598448027.303439,2,'info','Scanned contents of 659 additional files at 9.98 per second'),(59159,1598448028.306806,2,'info','Scanned contents of 674 additional files at 10.06 per second'),(59160,1598448029.341926,2,'info','Scanned contents of 691 additional files at 10.15 per second'),(59161,1598448030.357176,2,'info','Scanned contents of 709 additional files at 10.27 per second'),(59162,1598448031.529653,2,'info','Scanned contents of 721 additional files at 10.27 per second'),(59163,1598448032.565096,2,'info','Scanned contents of 728 additional files at 10.21 per second'),(59164,1598448033.588668,2,'info','Scanned contents of 737 additional files at 10.19 per second'),(59165,1598448034.647875,2,'info','Scanned contents of 747 additional files at 10.18 per second'),(59166,1598448035.648433,2,'info','Scanned contents of 756 additional files at 10.17 per second'),(59167,1598448036.734405,2,'info','Scanned contents of 772 additional files at 10.23 per second'),(59168,1598448037.747564,2,'info','Scanned contents of 786 additional files at 10.28 per second'),(59169,1598448038.924043,2,'info','Scanned contents of 801 additional files at 10.32 per second'),(59170,1598448039.935395,2,'info','Scanned contents of 820 additional files at 10.43 per second'),(59171,1598448040.963150,2,'info','Scanned contents of 835 additional files at 10.48 per second'),(59172,1598448041.967297,2,'info','Scanned contents of 855 additional files at 10.60 per second'),(59173,1598448044.362179,2,'info','Scanned contents of 856 additional files at 10.30 per second'),(59174,1598448046.095098,2,'info','Scanned contents of 871 additional files at 10.27 per second'),(59175,1598448047.114773,2,'info','Scanned contents of 887 additional files at 10.34 per second'),(59176,1598448048.301880,2,'info','Scanned contents of 902 additional files at 10.37 per second'),(59177,1598448049.316531,2,'info','Scanned contents of 919 additional files at 10.44 per second'),(59178,1598448050.350882,2,'info','Scanned contents of 937 additional files at 10.52 per second'),(59179,1598448052.261928,2,'info','Scanned contents of 940 additional files at 10.33 per second'),(59180,1598448053.296689,2,'info','Scanned contents of 943 additional files at 10.25 per second'),(59181,1598448054.352283,2,'info','Scanned contents of 958 additional files at 10.29 per second'),(59182,1598448055.475010,2,'info','Scanned contents of 973 additional files at 10.33 per second'),(59183,1598448057.821254,2,'info','Scanned contents of 980 additional files at 10.15 per second'),(59184,1598448058.959388,2,'info','Scanned contents of 992 additional files at 10.16 per second'),(59185,1598448059.996212,2,'info','Scanned contents of 1007 additional files at 10.20 per second'),(59186,1598448062.471348,2,'info','Scanned contents of 1008 additional files at 9.96 per second'),(59187,1598448063.518052,2,'info','Scanned contents of 1017 additional files at 9.95 per second'),(59188,1598448065.015706,2,'info','Scanned contents of 1033 additional files at 9.96 per second'),(59189,1598448067.025611,2,'info','Scanned contents of 1041 additional files at 9.85 per second'),(59190,1598448068.681373,2,'info','Scanned contents of 1049 additional files at 9.77 per second'),(59191,1598448070.113306,2,'info','Scanned contents of 1055 additional files at 9.69 per second'),(59192,1598448071.121804,2,'info','Scanned contents of 1068 additional files at 9.72 per second'),(59193,1598448072.624576,2,'info','Scanned contents of 1078 additional files at 9.68 per second'),(59194,1598448075.229629,2,'info','Scanned contents of 1088 additional files at 9.55 per second'),(59195,1598448076.287392,2,'info','Scanned contents of 1106 additional files at 9.62 per second'),(59196,1598448077.322725,2,'info','Scanned contents of 1122 additional files at 9.67 per second'),(59197,1598448080.425242,2,'info','Scanned contents of 1135 additional files at 9.53 per second'),(59198,1598448082.005874,2,'info','Scanned contents of 1145 additional files at 9.49 per second'),(59199,1598448083.059415,2,'info','Scanned contents of 1157 additional files at 9.50 per second'),(59200,1598448084.082607,2,'info','Scanned contents of 1167 additional files at 9.50 per second'),(59201,1598448085.110732,2,'info','Scanned contents of 1182 additional files at 9.55 per second'),(59202,1598448086.116562,2,'info','Scanned contents of 1195 additional files at 9.57 per second'),(59203,1598448087.118272,2,'info','Scanned contents of 1210 additional files at 9.62 per second'),(59204,1598448088.138938,2,'info','Scanned contents of 1220 additional files at 9.62 per second'),(59205,1598448089.176176,2,'info','Scanned contents of 1237 additional files at 9.67 per second'),(59206,1598448090.185874,2,'info','Scanned contents of 1252 additional files at 9.71 per second'),(59207,1598448092.042701,2,'info','Scanned contents of 1260 additional files at 9.64 per second'),(59208,1598448093.075872,2,'info','Scanned contents of 1272 additional files at 9.65 per second'),(59209,1598448094.092908,2,'info','Scanned contents of 1286 additional files at 9.68 per second'),(59210,1598448095.165977,2,'info','Scanned contents of 1297 additional files at 9.69 per second'),(59211,1598448098.254845,2,'info','Scanned contents of 1304 additional files at 9.52 per second'),(59212,1598448099.371915,2,'info','Scanned contents of 1321 additional files at 9.57 per second'),(59213,1598448100.480474,2,'info','Scanned contents of 1325 additional files at 9.52 per second'),(59214,1598448102.064433,2,'info','Scanned contents of 1326 additional files at 9.42 per second'),(59215,1598448103.079525,2,'info','Scanned contents of 1340 additional files at 9.45 per second'),(59216,1598448104.110407,2,'info','Scanned contents of 1354 additional files at 9.48 per second'),(59217,1598448105.228291,2,'info','Scanned contents of 1367 additional files at 9.50 per second'),(59218,1598448106.260055,2,'info','Scanned contents of 1385 additional files at 9.55 per second'),(59219,1598448107.300330,2,'info','Scanned contents of 1397 additional files at 9.57 per second'),(59220,1598448108.319382,2,'info','Scanned contents of 1411 additional files at 9.60 per second'),(59221,1598448109.352453,2,'info','Scanned contents of 1425 additional files at 9.62 per second'),(59222,1598448110.383731,2,'info','Scanned contents of 1440 additional files at 9.66 per second'),(59223,1598448111.847558,2,'info','Scanned contents of 1455 additional files at 9.66 per second'),(59224,1598448112.962182,2,'info','Scanned contents of 1470 additional files at 9.69 per second'),(59225,1598448116.240265,2,'info','Scanned contents of 1485 additional files at 9.58 per second'),(59226,1598448117.413770,2,'info','Scanned contents of 1502 additional files at 9.62 per second'),(59227,1598448118.461406,2,'info','Scanned contents of 1519 additional files at 9.66 per second'),(59228,1598448119.485544,2,'info','Scanned contents of 1535 additional files at 9.70 per second'),(59229,1598448120.680227,2,'info','Scanned contents of 1551 additional files at 9.73 per second'),(59230,1598448121.836274,2,'info','Scanned contents of 1567 additional files at 9.76 per second'),(59231,1598448122.863902,2,'info','Scanned contents of 1577 additional files at 9.76 per second'),(59232,1598448123.874309,2,'info','Scanned contents of 1592 additional files at 9.79 per second'),(59233,1598448124.931274,2,'info','Scanned contents of 1599 additional files at 9.77 per second'),(59234,1598448126.208313,2,'info','Scanned contents of 1609 additional files at 9.76 per second'),(59235,1598448127.452607,2,'info','Scanned contents of 1622 additional files at 9.76 per second'),(59236,1598448128.493209,2,'info','Scanned contents of 1643 additional files at 9.83 per second'),(59237,1598448129.523526,2,'info','Scanned contents of 1656 additional files at 9.84 per second'),(59238,1598448130.526141,2,'info','Scanned contents of 1666 additional files at 9.84 per second'),(59239,1598448131.538941,2,'info','Scanned contents of 1674 additional files at 9.83 per second'),(59240,1598448134.812925,2,'info','Scanned contents of 1681 additional files at 9.69 per second'),(59241,1598448135.861353,2,'info','Scanned contents of 1698 additional files at 9.73 per second'),(59242,1598448136.877057,2,'info','Scanned contents of 1710 additional files at 9.74 per second'),(59243,1598448137.906210,2,'info','Scanned contents of 1723 additional files at 9.76 per second'),(59244,1598448139.461473,2,'info','Scanned contents of 1730 additional files at 9.71 per second'),(59245,1598448140.476062,2,'info','Scanned contents of 1733 additional files at 9.67 per second'),(59246,1598448141.564828,2,'info','Scanned contents of 1747 additional files at 9.69 per second'),(59247,1598448142.696031,2,'info','Scanned contents of 1761 additional files at 9.71 per second'),(59248,1598448143.723070,2,'info','Scanned contents of 1778 additional files at 9.75 per second'),(59249,1598448144.728312,2,'info','Scanned contents of 1791 additional files at 9.76 per second'),(59250,1598448145.739936,2,'info','Scanned contents of 1804 additional files at 9.78 per second'),(59251,1598448146.772420,2,'info','Scanned contents of 1820 additional files at 9.81 per second'),(59252,1598448147.790327,2,'info','Scanned contents of 1829 additional files at 9.81 per second'),(59253,1598448148.797144,2,'info','Scanned contents of 1842 additional files at 9.82 per second'),(59254,1598448149.843010,2,'info','Scanned contents of 1852 additional files at 9.82 per second'),(59255,1598448152.339530,2,'info','Scanned contents of 1855 additional files at 9.71 per second'),(59256,1598448153.345816,2,'info','Scanned contents of 1866 additional files at 9.72 per second'),(59257,1598448154.380235,2,'info','Scanned contents of 1874 additional files at 9.71 per second'),(59258,1598448155.411966,2,'info','Scanned contents of 1884 additional files at 9.71 per second'),(59259,1598448156.470791,2,'info','Scanned contents of 1898 additional files at 9.72 per second'),(59260,1598448157.481335,2,'info','Scanned contents of 1912 additional files at 9.75 per second'),(59261,1598448158.496990,2,'info','Scanned contents of 1923 additional files at 9.75 per second'),(59262,1598448159.545942,2,'info','Scanned contents of 1940 additional files at 9.79 per second'),(59263,1598448160.634307,2,'info','Scanned contents of 1955 additional files at 9.81 per second'),(59264,1598448162.515932,2,'info','Scanned contents of 1965 additional files at 9.77 per second'),(59265,1598448163.542928,2,'info','Scanned contents of 1981 additional files at 9.79 per second'),(59266,1598448164.558553,2,'info','Scanned contents of 1993 additional files at 9.80 per second'),(59267,1598448165.561928,2,'info','Scanned contents of 2011 additional files at 9.84 per second'),(59268,1598448166.623377,2,'info','Scanned contents of 2017 additional files at 9.82 per second'),(59269,1598448167.624003,2,'info','Scanned contents of 2027 additional files at 9.82 per second'),(59270,1598448170.229119,2,'info','Scanned contents of 2034 additional files at 9.74 per second'),(59271,1598448171.539562,2,'info','Scanned contents of 2051 additional files at 9.76 per second'),(59272,1598448172.846993,2,'info','Scanned contents of 2057 additional files at 9.72 per second'),(59273,1598448173.865337,2,'info','Scanned contents of 2075 additional files at 9.76 per second'),(59274,1598448175.290138,2,'info','Scanned contents of 2091 additional files at 9.77 per second'),(59275,1598448176.434171,2,'info','Scanned contents of 2099 additional files at 9.76 per second'),(59276,1598448177.593552,2,'info','Scanned contents of 2116 additional files at 9.78 per second'),(59277,1598448178.636414,2,'info','Scanned contents of 2130 additional files at 9.80 per second'),(59278,1598448179.654161,2,'info','Scanned contents of 2144 additional files at 9.82 per second'),(59279,1598448180.738359,2,'info','Scanned contents of 2159 additional files at 9.84 per second'),(59280,1598448181.785864,2,'info','Scanned contents of 2165 additional files at 9.82 per second'),(59281,1598448182.800191,2,'info','Scanned contents of 2176 additional files at 9.82 per second'),(59282,1598448183.828748,2,'info','Scanned contents of 2192 additional files at 9.85 per second'),(59283,1598448184.892236,2,'info','Scanned contents of 2211 additional files at 9.89 per second'),(59284,1598448188.825963,2,'info','Scanned contents of 2219 additional files at 9.75 per second'),(59285,1598448190.212210,2,'info','Scanned contents of 2225 additional files at 9.72 per second'),(59286,1598448191.279462,2,'info','Scanned contents of 2242 additional files at 9.75 per second'),(59287,1598448192.281736,2,'info','Scanned contents of 2257 additional files at 9.77 per second'),(59288,1598448194.802171,2,'info','Scanned contents of 2265 additional files at 9.70 per second'),(59289,1598448195.815927,2,'info','Scanned contents of 2272 additional files at 9.69 per second'),(59290,1598448196.984082,2,'info','Scanned contents of 2282 additional files at 9.68 per second'),(59291,1598448198.012910,2,'info','Scanned contents of 2297 additional files at 9.70 per second'),(59292,1598448199.022380,2,'info','Scanned contents of 2308 additional files at 9.71 per second'),(59293,1598448200.058872,2,'info','Scanned contents of 2321 additional files at 9.72 per second'),(59294,1598448202.022985,2,'info','Scanned contents of 2329 additional files at 9.67 per second'),(59295,1598448203.025817,2,'info','Scanned contents of 2339 additional files at 9.68 per second'),(59296,1598448206.268249,2,'info','Scanned contents of 2350 additional files at 9.59 per second'),(59297,1598448207.295821,2,'info','Scanned contents of 2359 additional files at 9.59 per second'),(59298,1598448208.860684,2,'info','Scanned contents of 2374 additional files at 9.59 per second'),(59299,1598448209.895000,2,'info','Scanned contents of 2391 additional files at 9.62 per second'),(59300,1598448210.996565,2,'info','Scanned contents of 2407 additional files at 9.64 per second'),(59301,1598448212.046946,2,'info','Scanned contents of 2414 additional files at 9.63 per second'),(59302,1598448213.102550,2,'info','Scanned contents of 2428 additional files at 9.64 per second'),(59303,1598448214.110048,2,'info','Scanned contents of 2438 additional files at 9.64 per second'),(59304,1598448215.175956,2,'info','Scanned contents of 2443 additional files at 9.62 per second'),(59305,1598448218.053884,2,'info','Scanned contents of 2457 additional files at 9.57 per second'),(59306,1598448219.107693,2,'info','Scanned contents of 2470 additional files at 9.58 per second'),(59307,1598448220.132334,2,'info','Scanned contents of 2481 additional files at 9.59 per second'),(59308,1598448221.814263,2,'info','Scanned contents of 2484 additional files at 9.53 per second'),(59309,1598448224.421984,2,'info','Scanned contents of 2487 additional files at 9.45 per second'),(59310,1598448225.448050,2,'info','Scanned contents of 2501 additional files at 9.47 per second'),(59311,1598448226.624410,2,'info','Scanned contents of 2509 additional files at 9.46 per second'),(59312,1598448227.834865,2,'info','Scanned contents of 2515 additional files at 9.44 per second'),(59313,1598448228.884913,2,'info','Scanned contents of 2534 additional files at 9.47 per second'),(59314,1598448230.569047,2,'info','Scanned contents of 2550 additional files at 9.47 per second'),(59315,1598448231.577295,2,'info','Scanned contents of 2561 additional files at 9.48 per second'),(59316,1598448232.769805,2,'info','Scanned contents of 2575 additional files at 9.49 per second'),(59317,1598448233.862554,2,'info','Scanned contents of 2589 additional files at 9.50 per second'),(59318,1598448234.895542,2,'info','Scanned contents of 2604 additional files at 9.52 per second'),(59319,1598448235.924594,2,'info','Scanned contents of 2621 additional files at 9.54 per second'),(59320,1598448236.936207,2,'info','Scanned contents of 2637 additional files at 9.57 per second'),(59321,1598448237.955420,2,'info','Scanned contents of 2653 additional files at 9.59 per second'),(59322,1598448239.300615,2,'info','Scanned contents of 2672 additional files at 9.61 per second'),(59323,1598448242.227305,2,'info','Scanned contents of 2684 additional files at 9.55 per second'),(59324,1598448243.266616,2,'info','Scanned contents of 2701 additional files at 9.58 per second'),(59325,1598448244.269026,2,'info','Scanned contents of 2713 additional files at 9.59 per second'),(59326,1598448245.277399,2,'info','Scanned contents of 2718 additional files at 9.57 per second'),(59327,1598448246.316692,2,'info','Scanned contents of 2732 additional files at 9.59 per second'),(59328,1598448247.366083,2,'info','Scanned contents of 2748 additional files at 9.61 per second'),(59329,1598448248.444867,2,'info','Scanned contents of 2762 additional files at 9.62 per second'),(59330,1598448249.500520,2,'info','Scanned contents of 2779 additional files at 9.64 per second'),(59331,1598448250.594073,2,'info','Scanned contents of 2787 additional files at 9.63 per second'),(59332,1598448251.764450,2,'info','Scanned contents of 2805 additional files at 9.66 per second'),(59333,1598448252.787373,2,'info','Scanned contents of 2819 additional files at 9.67 per second'),(59334,1598448253.827416,2,'info','Scanned contents of 2837 additional files at 9.70 per second'),(59335,1598448254.859068,2,'info','Scanned contents of 2854 additional files at 9.72 per second'),(59336,1598448255.908269,2,'info','Scanned contents of 2869 additional files at 9.74 per second'),(59337,1598448256.911475,2,'info','Scanned contents of 2885 additional files at 9.76 per second'),(59338,1598448257.942394,2,'info','Scanned contents of 2903 additional files at 9.79 per second'),(59339,1598448260.247505,2,'info','Scanned contents of 2904 additional files at 9.71 per second'),(59340,1598448261.306607,2,'info','Scanned contents of 2916 additional files at 9.72 per second'),(59341,1598448262.627862,2,'info','Scanned contents of 2923 additional files at 9.70 per second'),(59342,1598448263.665148,2,'info','Scanned contents of 2936 additional files at 9.71 per second'),(59343,1598448264.760619,2,'info','Scanned contents of 2950 additional files at 9.72 per second'),(59344,1598448265.780467,2,'info','Scanned contents of 2960 additional files at 9.72 per second'),(59345,1598448269.464069,2,'info','Scanned contents of 2963 additional files at 9.61 per second'),(59346,1598448270.487112,2,'info','Scanned contents of 2980 additional files at 9.64 per second'),(59347,1598448271.507961,2,'info','Scanned contents of 2999 additional files at 9.67 per second'),(59348,1598448275.880630,2,'info','Scanned contents of 3008 additional files at 9.56 per second'),(59349,1598448278.352981,2,'info','Scanned contents of 3012 additional files at 9.50 per second'),(59350,1598448279.458846,2,'info','Scanned contents of 3025 additional files at 9.51 per second'),(59351,1598448280.486211,2,'info','Scanned contents of 3043 additional files at 9.53 per second'),(59352,1598448282.171550,2,'info','Scanned contents of 3055 additional files at 9.52 per second'),(59353,1598448283.324585,2,'info','Scanned contents of 3067 additional files at 9.52 per second'),(59354,1598448284.407884,2,'info','Scanned contents of 3079 additional files at 9.53 per second'),(59355,1598448285.423128,2,'info','Scanned contents of 3083 additional files at 9.51 per second'),(59356,1598448286.595272,2,'info','Scanned contents of 3095 additional files at 9.51 per second'),(59357,1598448287.687971,2,'info','Scanned contents of 3106 additional files at 9.52 per second'),(59358,1598448288.726230,2,'info','Scanned contents of 3114 additional files at 9.51 per second'),(59359,1598448289.728027,2,'info','Scanned contents of 3130 additional files at 9.53 per second'),(59360,1598448290.929390,2,'info','Scanned contents of 3149 additional files at 9.55 per second'),(59361,1598448291.930547,2,'info','Scanned contents of 3156 additional files at 9.55 per second'),(59362,1598448293.078602,2,'info','Scanned contents of 3168 additional files at 9.55 per second'),(59363,1598448296.179336,2,'info','Scanned contents of 3180 additional files at 9.50 per second'),(59364,1598448297.192003,2,'info','Scanned contents of 3191 additional files at 9.50 per second'),(59365,1598448298.452666,2,'info','Scanned contents of 3202 additional files at 9.50 per second'),(59366,1598448300.123414,2,'info','Scanned contents of 3205 additional files at 9.46 per second'),(59367,1598448301.167660,2,'info','Scanned contents of 3217 additional files at 9.47 per second'),(59368,1598448302.260359,2,'info','Scanned contents of 3223 additional files at 9.45 per second'),(59369,1598448303.885850,2,'info','Scanned contents of 3237 additional files at 9.45 per second'),(59370,1598448304.919089,2,'info','Scanned contents of 3243 additional files at 9.44 per second'),(59371,1598448305.923490,2,'info','Scanned contents of 3259 additional files at 9.46 per second'),(59372,1598448306.932907,2,'info','Scanned contents of 3267 additional files at 9.45 per second'),(59373,1598448310.051721,2,'info','Scanned contents of 3277 additional files at 9.40 per second'),(59374,1598448311.101314,2,'info','Scanned contents of 3295 additional files at 9.42 per second'),(59375,1598448314.395429,2,'info','Scanned contents of 3311 additional files at 9.38 per second'),(59376,1598448315.423073,2,'info','Scanned contents of 3324 additional files at 9.39 per second'),(59377,1598448316.447798,2,'info','Scanned contents of 3341 additional files at 9.41 per second'),(59378,1598448317.457434,2,'info','Scanned contents of 3359 additional files at 9.43 per second'),(59379,1598448318.600771,2,'info','Scanned contents of 3376 additional files at 9.45 per second'),(59380,1598448319.612190,2,'info','Scanned contents of 3389 additional files at 9.46 per second'),(59381,1598448320.631010,2,'info','Scanned contents of 3394 additional files at 9.45 per second'),(59382,1598448322.400157,2,'info','Scanned contents of 3404 additional files at 9.43 per second'),(59383,1598448323.434135,2,'info','Scanned contents of 3413 additional files at 9.42 per second'),(59384,1598448324.607143,2,'info','Scanned contents of 3430 additional files at 9.44 per second'),(59385,1598448325.658929,2,'info','Scanned contents of 3448 additional files at 9.46 per second'),(59386,1598448326.751463,2,'info','Scanned contents of 3452 additional files at 9.45 per second'),(59387,1598448327.796963,2,'info','Scanned contents of 3469 additional files at 9.47 per second'),(59388,1598448332.303954,2,'info','Scanned contents of 3483 additional files at 9.39 per second'),(59389,1598448333.336135,2,'info','Scanned contents of 3500 additional files at 9.41 per second'),(59390,1598448334.351111,2,'info','Scanned contents of 3516 additional files at 9.42 per second'),(59391,1598448335.383079,2,'info','Scanned contents of 3535 additional files at 9.45 per second'),(59392,1598448336.388851,2,'info','Scanned contents of 3547 additional files at 9.46 per second'),(59393,1598448337.473750,2,'info','Scanned contents of 3559 additional files at 9.46 per second'),(59394,1598448338.511745,2,'info','Scanned contents of 3573 additional files at 9.47 per second'),(59395,1598448339.563572,2,'info','Scanned contents of 3590 additional files at 9.49 per second'),(59396,1598448340.961423,2,'info','Scanned contents of 3601 additional files at 9.48 per second'),(59397,1598448342.012116,2,'info','Scanned contents of 3614 additional files at 9.49 per second'),(59398,1598448343.120798,2,'info','Scanned contents of 3624 additional files at 9.49 per second'),(59399,1598448344.126129,2,'info','Scanned contents of 3640 additional files at 9.51 per second'),(59400,1598448345.289749,2,'info','Scanned contents of 3654 additional files at 9.52 per second'),(59401,1598448346.368876,2,'info','Scanned contents of 3668 additional files at 9.53 per second'),(59402,1598448347.400857,2,'info','Scanned contents of 3681 additional files at 9.53 per second'),(59403,1598448350.347341,2,'info','Scanned contents of 3691 additional files at 9.49 per second'),(59404,1598448351.386688,2,'info','Scanned contents of 3706 additional files at 9.50 per second'),(59405,1598448352.420219,2,'info','Scanned contents of 3720 additional files at 9.51 per second'),(59406,1598448353.526615,2,'info','Scanned contents of 3735 additional files at 9.52 per second'),(59407,1598448354.591596,2,'info','Scanned contents of 3749 additional files at 9.53 per second'),(59408,1598448355.643420,2,'info','Scanned contents of 3757 additional files at 9.53 per second'),(59409,1598448356.868301,2,'info','Scanned contents of 3764 additional files at 9.52 per second'),(59410,1598448358.031162,2,'info','Scanned contents of 3772 additional files at 9.51 per second'),(59411,1598448360.159787,2,'info','Scanned contents of 3784 additional files at 9.49 per second'),(59412,1598448361.200883,2,'info','Scanned contents of 3800 additional files at 9.50 per second'),(59413,1598448362.253993,2,'info','Scanned contents of 3811 additional files at 9.50 per second'),(59414,1598448363.569354,2,'info','Scanned contents of 3827 additional files at 9.51 per second'),(59415,1598448365.503395,2,'info','Scanned contents of 3833 additional files at 9.48 per second'),(59416,1598448368.229630,2,'info','Scanned contents of 3843 additional files at 9.44 per second'),(59417,1598448369.265028,2,'info','Scanned contents of 3855 additional files at 9.45 per second'),(59418,1598448370.311075,2,'info','Scanned contents of 3872 additional files at 9.47 per second'),(59419,1598448371.374761,2,'info','Scanned contents of 3887 additional files at 9.48 per second'),(59420,1598448372.506757,2,'info','Scanned contents of 3894 additional files at 9.47 per second'),(59421,1598448373.522226,2,'info','Scanned contents of 3907 additional files at 9.48 per second'),(59422,1598448374.551293,2,'info','Scanned contents of 3920 additional files at 9.49 per second'),(59423,1598448375.561545,2,'info','Scanned contents of 3933 additional files at 9.49 per second'),(59424,1598448376.590904,2,'info','Scanned contents of 3950 additional files at 9.51 per second'),(59425,1598448377.642278,2,'info','Scanned contents of 3966 additional files at 9.53 per second'),(59426,1598448379.056029,2,'info','Scanned contents of 3973 additional files at 9.51 per second'),(59427,1598448380.058103,2,'info','Scanned contents of 3987 additional files at 9.52 per second'),(59428,1598448381.127557,2,'info','Scanned contents of 4001 additional files at 9.53 per second'),(59429,1598448382.132603,2,'info','Scanned contents of 4012 additional files at 9.53 per second'),(59430,1598448383.204233,2,'info','Scanned contents of 4026 additional files at 9.54 per second'),(59431,1598448386.316181,2,'info','Scanned contents of 4033 additional files at 9.49 per second'),(59432,1598448387.332676,2,'info','Scanned contents of 4048 additional files at 9.50 per second'),(59433,1598448388.357274,2,'info','Scanned contents of 4057 additional files at 9.50 per second'),(59434,1598448389.392402,2,'info','Scanned contents of 4074 additional files at 9.52 per second'),(59435,1598448390.402905,2,'info','Scanned contents of 4093 additional files at 9.54 per second'),(59436,1598448391.445342,2,'info','Scanned contents of 4110 additional files at 9.55 per second'),(59437,1598448392.459941,2,'info','Scanned contents of 4121 additional files at 9.56 per second'),(59438,1598448393.491785,2,'info','Scanned contents of 4128 additional files at 9.55 per second'),(59439,1598448394.492409,2,'info','Scanned contents of 4144 additional files at 9.57 per second'),(59440,1598448395.493579,2,'info','Scanned contents of 4162 additional files at 9.59 per second'),(59441,1598448396.511546,2,'info','Scanned contents of 4175 additional files at 9.59 per second'),(59442,1598448397.684108,2,'info','Scanned contents of 4190 additional files at 9.60 per second'),(59443,1598448398.689177,2,'info','Scanned contents of 4201 additional files at 9.60 per second'),(59444,1598448399.713884,2,'info','Scanned contents of 4211 additional files at 9.60 per second'),(59445,1598448400.730183,2,'info','Scanned contents of 4222 additional files at 9.61 per second');
/*!40000 ALTER TABLE `wpdl_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_wftrafficrates`
--

DROP TABLE IF EXISTS `wpdl_wftrafficrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_wftrafficrates` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_wftrafficrates`
--

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

--
-- Table structure for table `wpdl_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_api_keys`
--

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

--
-- Table structure for table `wpdl_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `wpdl_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `wpdl_woocommerce_log`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_log`
--

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

--
-- Table structure for table `wpdl_woocommerce_order_itemmeta`
--

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

--
-- Dumping data for table `wpdl_woocommerce_order_itemmeta`
--

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

--
-- Table structure for table `wpdl_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_order_items`
--

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

--
-- Table structure for table `wpdl_woocommerce_payment_tokenmeta`
--

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

--
-- Dumping data for table `wpdl_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `wpdl_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `wpdl_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_sessions`
--

LOCK TABLES `wpdl_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wpdl_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wpdl_woocommerce_sessions` VALUES (9,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:718:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"VE\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"VE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:30:\"admin@ofogondaria.innozona.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1565836928);
/*!40000 ALTER TABLE `wpdl_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpdl_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_shipping_zone_locations`
--

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

--
-- Table structure for table `wpdl_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `wpdl_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_shipping_zones`
--

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

--
-- Table structure for table `wpdl_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `wpdl_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wpdl_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpdl_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpdl_woocommerce_tax_rates`
--

LOCK TABLES `wpdl_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wpdl_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpdl_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2020-08-27 19:49:58
